diff --git a/.gitignore b/.gitignore index 601040d4e..96f48818b 100644 --- a/.gitignore +++ b/.gitignore @@ -13,5 +13,4 @@ coverage !.yarn/plugins !.yarn/releases !.yarn/sdks -!.yarn/versions -dist \ No newline at end of file +!.yarn/versions \ No newline at end of file diff --git a/dist/cjs/index.cjs b/dist/cjs/index.cjs new file mode 100644 index 000000000..9ad12df09 --- /dev/null +++ b/dist/cjs/index.cjs @@ -0,0 +1,4 @@ +"use strict";var iT=Object.create;var ha=Object.defineProperty;var lT=Object.getOwnPropertyDescriptor;var AT=Object.getOwnPropertyNames;var RT=Object.getPrototypeOf,sT=Object.prototype.hasOwnProperty;var s=(_,e)=>ha(_,"name",{value:e,configurable:!0});var Ko=(_,e)=>()=>(e||_((e={exports:{}}).exports,e),e.exports),wa=(_,e)=>{for(var n in e)ha(_,n,{get:e[n],enumerable:!0})},ko=(_,e,n,i)=>{if(e&&typeof e=="object"||typeof e=="function")for(let A of AT(e))!sT.call(_,A)&&A!==n&&ha(_,A,{get:()=>e[A],enumerable:!(i=lT(e,A))||i.enumerable});return _};var t=(_,e,n)=>(n=_!=null?iT(RT(_)):{},ko(e||!_||!_.__esModule?ha(n,"default",{value:_,enumerable:!0}):n,_)),TT=_=>ko(ha({},"__esModule",{value:!0}),_);var vo=Ko((s5,Yo)=>{"use strict";var OT=s(function(e){return ST(e)&&!LT(e)},"isMergeableObject");function ST(_){return!!_&&typeof _=="object"}s(ST,"isNonNullObject");function LT(_){var e=Object.prototype.toString.call(_);return e==="[object RegExp]"||e==="[object Date]"||pT(_)}s(LT,"isSpecial");var NT=typeof Symbol=="function"&&Symbol.for,DT=NT?Symbol.for("react.element"):60103;function pT(_){return _.$$typeof===DT}s(pT,"isReactElement");function uT(_){return Array.isArray(_)?[]:{}}s(uT,"emptyTarget");function Ma(_,e){return e.clone!==!1&&e.isMergeableObject(_)?La(uT(_),_,e):_}s(Ma,"cloneUnlessOtherwiseSpecified");function CT(_,e,n){return _.concat(e).map(function(i){return Ma(i,n)})}s(CT,"defaultArrayMerge");function bT(_,e){if(!e.customMerge)return La;var n=e.customMerge(_);return typeof n=="function"?n:La}s(bT,"getMergeFunction");function cT(_){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(_).filter(function(e){return Object.propertyIsEnumerable.call(_,e)}):[]}s(cT,"getEnumerableOwnPropertySymbols");function Fo(_){return Object.keys(_).concat(cT(_))}s(Fo,"getKeys");function Wo(_,e){try{return e in _}catch{return!1}}s(Wo,"propertyIsOnObject");function fT(_,e){return Wo(_,e)&&!(Object.hasOwnProperty.call(_,e)&&Object.propertyIsEnumerable.call(_,e))}s(fT,"propertyIsUnsafe");function BT(_,e,n){var i={};return n.isMergeableObject(_)&&Fo(_).forEach(function(A){i[A]=Ma(_[A],n)}),Fo(e).forEach(function(A){fT(_,A)||(Wo(_,A)&&n.isMergeableObject(e[A])?i[A]=bT(A,n)(_[A],e[A],n):i[A]=Ma(e[A],n))}),i}s(BT,"mergeObject");function La(_,e,n){n=n||{},n.arrayMerge=n.arrayMerge||CT,n.isMergeableObject=n.isMergeableObject||OT,n.cloneUnlessOtherwiseSpecified=Ma;var i=Array.isArray(e),A=Array.isArray(_),T=i===A;return T?i?n.arrayMerge(_,e,n):BT(_,e,n):Ma(e,n)}s(La,"deepmerge");La.all=s(function(e,n){if(!Array.isArray(e))throw new Error("first argument should be an array");return e.reduce(function(i,A){return La(i,A,n)},{})},"deepmergeAll");var hT=La;Yo.exports=hT});var H=Ko(h=>{"use strict";var Y;Object.defineProperty(h,"__esModule",{value:!0}),(Y=h.Time||(h.Time={}))[Y.Millisecond=1]="Millisecond",Y[Y.Second=1e3]="Second",Y[Y.Minute=6e4]="Minute",Y[Y.Hour=36e5]="Hour",Y[Y.Day=864e5]="Day",Y[Y.Month=2592e6]="Month",Y[Y.Year=31536e6]="Year";var mo=["string","bigint","number","boolean"];function jo(_){return!(typeof _!="object"||!_)&&_.constructor===Object}s(jo,"r");function Qo(_){return mo.includes(typeof _)}s(Qo,"n");function $o(_,e){return Math.floor(Math.random()*(e-_+1)+_)}s($o,"o");function Eo(_,e){return Math.random()*(e-_)+_}s(Eo,"u");h.calcPercentOfNum=function(_,e){return _*e/100},h.calcWhatPercent=function(_,e){return 100*_/e},h.chunk=function(_,e){if(e<1)throw new RangeError("chunkSize must be 1 or greater.");if(!Number.isInteger(e))throw new TypeError("chunkSize must be an integer.");let n=_.slice(),i=[];for(;n.length;)i.push(n.splice(0,e));return i},h.clamp=function(_,e,n){return Math.min(n,Math.max(e,_))},h.debounce=(_,e)=>{let n=null;return(...i)=>{n!==null&&(clearTimeout(n),n=null),n=setTimeout(()=>_(...i),e)}},h.deepClone=s(function _(e){if(e===null||Qo(e))return e;if(Array.isArray(e)){let n=[];for(let i of e)n.push(_(i));return n}if(jo(e)){let n={};for(let[i,A]of Object.entries(e))n[i]=_(A);return n}if(e instanceof Map){let n=new e.constructor;for(let[i,A]of e.entries())n.set(i,_(A));return n}if(e instanceof Set){let n=new e.constructor;for(let i of e.values())n.add(_(i));return n}return e},"e"),h.increaseNumByPercent=function(_,e){return e<=0?_:_+_*(e/100)},h.isFunction=function(_){return typeof _=="function"},h.isObject=jo,h.isPrimitive=Qo,h.noOp=function(){},h.notEmpty=function(_){return _!=null},h.objectEntries=function(_){return Object.entries(_)},h.objectKeys=function(_){return Object.keys(_)},h.objectValues=function(_){return Object.values(_)},h.partition=function(_,e){let n=[],i=[];for(let A of _)(e(A)?n:i).push(A);return[n,i]},h.percentChance=function(_){return Eo(0,100)<_},h.primitiveTypes=mo,h.randArrItem=function(_){return _[Math.floor(Math.random()*_.length)]},h.randFloat=Eo,h.randInt=$o,h.reduceNumByPercent=function(_,e){return e<=0?_:_-_*(e/100)},h.removeFromArr=function(_,e){return _.filter(n=>n!==e)},h.roll=function(_){return $o(1,_)===1},h.round=function(_,e=1){let n=Math.pow(10,e||0);return Math.round(_*n)/n},h.scaleNumber=function(_,e,n,i,A){return(_-e)*(A-i)/(n-e)+i},h.shuffleArr=function(_){let e=[..._];for(let n=e.length-1;n>0;n--){let i=Math.floor(Math.random()*(n+1));[e[n],e[i]]=[e[i],e[n]]}return e},h.sleep=function(_){return new Promise(e=>setTimeout(e,_))},h.stripNonAlphanumeric=function(_){return _.replace(/[^a-zA-Z0-9]/g,"")},h.sumArr=function(_){return _.reduce((e,n)=>e+n,0)},h.uniqueArr=function(_){return[...new Set(_)]}});var A5={};wa(A5,{ACCOUNT_TYPES:()=>Fa,AdeptSack:()=>To,BASE_API_URL:()=>Vd,BabyImpling:()=>hd,Bank:()=>u,BarbarianAssault:()=>zd,BasicSack:()=>so,BeginnerCasket:()=>wo,BeginnerClueTable:()=>oT,BrimstoneChest:()=>Ir,BronzeHAMChest:()=>_o,CLUES:()=>Na,CLUE_SCROLLS:()=>tT,CLUE_SCROLL_NAMES:()=>GT,Casket:()=>ao,ChambersOfXeric:()=>md,Clues:()=>o5,CommonSeedDropTable:()=>W,CrystalChest:()=>ro,CrystalImpling:()=>wd,DragonImpling:()=>Kd,EItem:()=>vd,EMPTY_BIRD_NEST_ID:()=>_a,EMonster:()=>xd,EarthImpling:()=>Gd,EasyAmuletTable:()=>os,EasyBlessingsTable:()=>es,EasyBowTable:()=>ns,EasyCapeTable:()=>as,EasyCasket:()=>pd,EasyChefTable:()=>ER,EasyClueTable:()=>Dd,EasyElegantTable:()=>ds,EasyMonkTable:()=>IR,EasyRareTable:()=>rs,EasyStandardTable:()=>_s,EasySubMonkTable:()=>mR,EclecticImpling:()=>yd,Elite3rdageTable:()=>is,EliteCasket:()=>Cd,EliteClueTable:()=>ud,EliteMegaRareTable:()=>ls,EliteMimicTable:()=>te,EliteRareTable:()=>Rs,EliteSeedTable:()=>ss,EliteStandardTable:()=>Ts,EliteTuxedoTable:()=>As,ElvenCrystalChest:()=>oo,EquipmentSlot:()=>nT,ErrorDescriptions:()=>Ya,Errors:()=>Wa,EssenceImpling:()=>Hd,ExpertSack:()=>Oo,FishingTrawler:()=>Id,Gauntlet:()=>ar,GemTable:()=>l,GiantEggSacFull:()=>eo,GiantsFoundryOrePack:()=>Mo,GourmetImpling:()=>td,GrandHallowedCoffin:()=>ye,GrubbyChest:()=>no,HallowedSackTable:()=>Js,Hard3rdageTable:()=>Os,HardBlessedShields:()=>Ls,HardBowTable:()=>ps,HardCasket:()=>cd,HardClueTable:()=>bd,HardHeralicPlatebody:()=>Ns,HardMegaRareTable:()=>Ss,HardRareTable:()=>Ds,HardStandardTable:()=>us,HerbDropTable:()=>R,Hiscores:()=>$s,Implings:()=>U3,IntricatePouch:()=>Do,IronHAMChest:()=>io,Items:()=>w,JSONClone:()=>ua,LarransChest:()=>uo,LootTable:()=>d,LuckyImpling:()=>kd,MINIGAMES:()=>ta,MagpieImpling:()=>Pd,Master3rdageTable:()=>ts,MasterAnkouOutfitTable:()=>cs,MasterCasket:()=>Lo,MasterClueTable:()=>fd,MasterDragonOrnTable:()=>Ms,MasterGodSwordOrnTable:()=>Cs,MasterMegaRareTable:()=>Gs,MasterMimicTable:()=>Ge,MasterMummyOutfitTable:()=>Bs,MasterRareTable:()=>Hs,MasterSack:()=>So,MasterSeedTable:()=>ys,MasterStandardTable:()=>gs,MasterSubAnkouOutfitTable:()=>bs,MasterSubDragonOrnTable:()=>hs,MasterSubMummyOutfitTable:()=>fs,MediumAmuletTable:()=>Fs,MediumBowTable:()=>Ws,MediumCasket:()=>No,MediumClueTable:()=>Bd,MediumElegantTable:()=>Us,MediumFirelighterTable:()=>ks,MediumRareTable:()=>ws,MediumStandardTable:()=>Ys,MediumSubFirelighterTable:()=>Ks,MediumUnicornTable:()=>Ps,Mimic3rdAgeTable:()=>dd,Misc:()=>sr,MonsterAttackType:()=>qo,MonsterAttribute:()=>Jo,MonsterSlayerMaster:()=>va,Monsters:()=>QR,MuddyChest:()=>Co,MysteryBox:()=>bo,NatureImpling:()=>gd,NestBoxEmpty:()=>co,NestBoxRing:()=>fo,NestBoxSeeds:()=>Bo,Nightmare:()=>or,NinjaImpling:()=>Ud,OgreCoffin:()=>ho,Openables:()=>js,Player:()=>Fd,RareTable:()=>Is,SKILLS:()=>na,SeedPack:()=>Ho,SilverHAMChest:()=>lo,SimpleMonster:()=>o,SinisterChest:()=>yo,SkillsEnum:()=>Zd,StandardTable:()=>rT,SteelHAMChest:()=>Ao,SuccessfulUniqueTable:()=>aT,TOBRooms:()=>Ar,Tempoross:()=>er,TheatreOfBlood:()=>He,TheatreOfBloodClass:()=>ya,ToBUniqueTable:()=>Rr,USELESS_ITEMS:()=>Zo,UniqueTable:()=>dT,Util:()=>lr,VolcanicMineOrePack:()=>to,Wiki:()=>ms,YoungImpling:()=>Md,Zalcano:()=>ir,addBanks:()=>Te,addItemToBank:()=>_e,allTeamCapes:()=>eT,averageBank:()=>Oe,beekeeperOutfit:()=>e5,bossNameMap:()=>zo,calcDropRatesFromBank:()=>Re,calcDropRatesFromBankWithoutUniques:()=>se,camoOutfit:()=>n5,constants:()=>Xd,convertBankToPerHourStats:()=>Ae,convertLVLtoXP:()=>Le,convertXPtoLVL:()=>Xa,deepResolveItems:()=>Ne,fasterResolveBank:()=>ie,fromKMB:()=>Io,generateRandomBank:()=>Se,getAncientShardChanceFromHP:()=>qa,getBrimKeyChanceFromCBLevel:()=>za,getItem:()=>jd,getItemOrThrow:()=>Ea,getLarranKeyChanceFromCBLevel:()=>Ja,getSlayersEnchantmentChanceFromHP:()=>Qa,getTotemChanceFromHP:()=>ja,hiscoreURLs:()=>ka,increaseBankQuantitesByPercent:()=>le,isValidUsername:()=>Za,itemID:()=>b,itemNameMap:()=>Ka,itemTupleToTable:()=>p,lederhosenOutfit:()=>_5,makeRevTable:()=>g,mappedBossNames:()=>Da,mimeOutfit:()=>l5,randomVariation:()=>$a,resolveBank:()=>Jd,resolveItems:()=>da,resolveNameBank:()=>aa,resolvePlayerFromHiscores:()=>Va,revsUniqueTable:()=>qd,toKMB:()=>xa,zombieOutfit:()=>i5});module.exports=TT(A5);var xo=t(vo(),1),Vo=t(require("./item_data-7XCTUJ3C.json"),1);function Wd(_){return _.replace(/\s/g,"").toUpperCase()}s(Wd,"cleanString");var ea=class _ extends Map{static{s(this,"Collection")}filter(e){let n=new _;for(let[i,A]of this)e(A,i,this)&&n.set(i,A);return n}map(e){let n=[];for(let[i,A]of this)n.push(e(A,i,this));return n}valuesArray(){return Array.from(this.values())}random(){let e=Math.floor(Math.random()*this.size),n=0;for(let i of this)if(n++===e)return i[1];throw new Error("No item found")}};var MT=Vo.default,Ka=new Map,tT=[2677,2801,2722,12073,19835,23182],GT=["Clue scroll (beginner)","Clue scroll (easy)","Clue scroll (medium)","Clue scroll (hard)","Clue scroll (elite)","Clue scroll (master)"],Zo=[617,8890,6964,2513,19492,11071,11068,21284,24735,21913,4703,4561,2425,4692,3741,22405,9045,9046,9047,9048,9049,9050,9051,13074,13075,13076,13077,13078,16176,21445,21446,26948,26950,26945,10639,10641,10644,10646,10647,10648,10649,10651,10652,10654,10657,10658,10659,10661,27794,27795,27796,27797,27798,27799,27800,27801,3550,3577,2793,12113,10184,12027,23814,23815,23816,23817],Yd=class extends ea{static{s(this,"Items")}get(e){let n=this.resolveID(e);if(!(typeof n>"u"))return super.get(n)}modifyItem(e,n){if(n.id)throw new Error("Cannot change item ID");let i=this.resolveID(e),A=this.get(i);if(!i||!A)throw new Error(`Item ${e} does not exist`);this.set(A.id,(0,xo.default)(A,n))}resolveID(e){if(typeof e=="number")return e;if(typeof e=="string")return Ka.get(Wd(e))}},Xo=new Yd;for(let[_,e]of Object.entries(MT)){let n=Number.parseInt(_);if(Zo.includes(n))continue;Xo.set(n,e);let i=Wd(e.name);Ka.has(i)||Ka.set(i,n)}var w=Xo;var vd=(a=>(a[a.CANNONBALL=2]="CANNONBALL",a[a.CANNON_BASE=6]="CANNON_BASE",a[a.CANNON_STAND=8]="CANNON_STAND",a[a.CANNON_BARRELS=10]="CANNON_BARRELS",a[a.CANNON_FURNACE=12]="CANNON_FURNACE",a[a.INSECT_REPELLENT=28]="INSECT_REPELLENT",a[a.BUCKET_OF_WAX=30]="BUCKET_OF_WAX",a[a.EXCALIBUR=35]="EXCALIBUR",a[a.CANDLE_UNLIT=36]="CANDLE_UNLIT",a[a.BRONZE_ARROWTIPS=39]="BRONZE_ARROWTIPS",a[a.IRON_ARROWTIPS=40]="IRON_ARROWTIPS",a[a.STEEL_ARROWTIPS=41]="STEEL_ARROWTIPS",a[a.MITHRIL_ARROWTIPS=42]="MITHRIL_ARROWTIPS",a[a.ADAMANT_ARROWTIPS=43]="ADAMANT_ARROWTIPS",a[a.RUNE_ARROWTIPS=44]="RUNE_ARROWTIPS",a[a.OPAL_BOLT_TIPS=45]="OPAL_BOLT_TIPS",a[a.PEARL_BOLT_TIPS=46]="PEARL_BOLT_TIPS",a[a.BARB_BOLTTIPS=47]="BARB_BOLTTIPS",a[a.LONGBOW_U=48]="LONGBOW_U",a[a.SHORTBOW_U=50]="SHORTBOW_U",a[a.ARROW_SHAFT=52]="ARROW_SHAFT",a[a.HEADLESS_ARROW=53]="HEADLESS_ARROW",a[a.OAK_SHORTBOW_U=54]="OAK_SHORTBOW_U",a[a.OAK_LONGBOW_U=56]="OAK_LONGBOW_U",a[a.WILLOW_LONGBOW_U=58]="WILLOW_LONGBOW_U",a[a.WILLOW_SHORTBOW_U=60]="WILLOW_SHORTBOW_U",a[a.MAPLE_LONGBOW_U=62]="MAPLE_LONGBOW_U",a[a.MAPLE_SHORTBOW_U=64]="MAPLE_SHORTBOW_U",a[a.YEW_LONGBOW_U=66]="YEW_LONGBOW_U",a[a.YEW_SHORTBOW_U=68]="YEW_SHORTBOW_U",a[a.MAGIC_LONGBOW_U=70]="MAGIC_LONGBOW_U",a[a.MAGIC_SHORTBOW_U=72]="MAGIC_SHORTBOW_U",a[a.KHAZARD_HELMET=74]="KHAZARD_HELMET",a[a.KHAZARD_ARMOUR=75]="KHAZARD_ARMOUR",a[a.ICE_ARROWS=78]="ICE_ARROWS",a[a.PENDANT_OF_LUCIEN=86]="PENDANT_OF_LUCIEN",a[a.ARMADYL_PENDANT=87]="ARMADYL_PENDANT",a[a.BOOTS_OF_LIGHTNESS_INVENTORY=88]="BOOTS_OF_LIGHTNESS_INVENTORY",a[a.GUAM_POTION_UNF=91]="GUAM_POTION_UNF",a[a.MARRENTILL_POTION_UNF=93]="MARRENTILL_POTION_UNF",a[a.TARROMIN_POTION_UNF=95]="TARROMIN_POTION_UNF",a[a.HARRALANDER_POTION_UNF=97]="HARRALANDER_POTION_UNF",a[a.RANARR_POTION_UNF=99]="RANARR_POTION_UNF",a[a.IRIT_POTION_UNF=101]="IRIT_POTION_UNF",a[a.AVANTOE_POTION_UNF=103]="AVANTOE_POTION_UNF",a[a.KWUARM_POTION_UNF=105]="KWUARM_POTION_UNF",a[a.CADANTINE_POTION_UNF=107]="CADANTINE_POTION_UNF",a[a.DWARF_WEED_POTION_UNF=109]="DWARF_WEED_POTION_UNF",a[a.TORSTOL_POTION_UNF=111]="TORSTOL_POTION_UNF",a[a.STRENGTH_POTION_4_DOSE=113]="STRENGTH_POTION_4_DOSE",a[a.STRENGTH_POTION_3_DOSE=115]="STRENGTH_POTION_3_DOSE",a[a.STRENGTH_POTION_2_DOSE=117]="STRENGTH_POTION_2_DOSE",a[a.STRENGTH_POTION_1_DOSE=119]="STRENGTH_POTION_1_DOSE",a[a.ATTACK_POTION_3_DOSE=121]="ATTACK_POTION_3_DOSE",a[a.ATTACK_POTION_2_DOSE=123]="ATTACK_POTION_2_DOSE",a[a.ATTACK_POTION_1_DOSE=125]="ATTACK_POTION_1_DOSE",a[a.RESTORE_POTION_3_DOSE=127]="RESTORE_POTION_3_DOSE",a[a.RESTORE_POTION_2_DOSE=129]="RESTORE_POTION_2_DOSE",a[a.RESTORE_POTION_1_DOSE=131]="RESTORE_POTION_1_DOSE",a[a.DEFENCE_POTION_3_DOSE=133]="DEFENCE_POTION_3_DOSE",a[a.DEFENCE_POTION_2_DOSE=135]="DEFENCE_POTION_2_DOSE",a[a.DEFENCE_POTION_1_DOSE=137]="DEFENCE_POTION_1_DOSE",a[a.PRAYER_POTION_3_DOSE=139]="PRAYER_POTION_3_DOSE",a[a.PRAYER_POTION_2_DOSE=141]="PRAYER_POTION_2_DOSE",a[a.PRAYER_POTION_1_DOSE=143]="PRAYER_POTION_1_DOSE",a[a.SUPER_ATTACK_3_DOSE=145]="SUPER_ATTACK_3_DOSE",a[a.SUPER_ATTACK_2_DOSE=147]="SUPER_ATTACK_2_DOSE",a[a.SUPER_ATTACK_1_DOSE=149]="SUPER_ATTACK_1_DOSE",a[a.FISHING_POTION_3_DOSE=151]="FISHING_POTION_3_DOSE",a[a.FISHING_POTION_2_DOSE=153]="FISHING_POTION_2_DOSE",a[a.FISHING_POTION_1_DOSE=155]="FISHING_POTION_1_DOSE",a[a.SUPER_STRENGTH_3_DOSE=157]="SUPER_STRENGTH_3_DOSE",a[a.SUPER_STRENGTH_2_DOSE=159]="SUPER_STRENGTH_2_DOSE",a[a.SUPER_STRENGTH_1_DOSE=161]="SUPER_STRENGTH_1_DOSE",a[a.SUPER_DEFENCE_3_DOSE=163]="SUPER_DEFENCE_3_DOSE",a[a.SUPER_DEFENCE_2_DOSE=165]="SUPER_DEFENCE_2_DOSE",a[a.SUPER_DEFENCE_1_DOSE=167]="SUPER_DEFENCE_1_DOSE",a[a.RANGING_POTION_3_DOSE=169]="RANGING_POTION_3_DOSE",a[a.RANGING_POTION_2_DOSE=171]="RANGING_POTION_2_DOSE",a[a.RANGING_POTION_1_DOSE=173]="RANGING_POTION_1_DOSE",a[a.ANTIPOISON_3_DOSE=175]="ANTIPOISON_3_DOSE",a[a.ANTIPOISON_2_DOSE=177]="ANTIPOISON_2_DOSE",a[a.ANTIPOISON_1_DOSE=179]="ANTIPOISON_1_DOSE",a[a.SUPERANTIPOISON_3_DOSE=181]="SUPERANTIPOISON_3_DOSE",a[a.SUPERANTIPOISON_2_DOSE=183]="SUPERANTIPOISON_2_DOSE",a[a.SUPERANTIPOISON_1_DOSE=185]="SUPERANTIPOISON_1_DOSE",a[a.WEAPON_POISON=187]="WEAPON_POISON",a[a.ZAMORAK_BREW_3_DOSE=189]="ZAMORAK_BREW_3_DOSE",a[a.ZAMORAK_BREW_2_DOSE=191]="ZAMORAK_BREW_2_DOSE",a[a.ZAMORAK_BREW_1_DOSE=193]="ZAMORAK_BREW_1_DOSE",a[a.POISON_CHALICE=197]="POISON_CHALICE",a[a.GRIMY_GUAM_LEAF=199]="GRIMY_GUAM_LEAF",a[a.GRIMY_MARRENTILL=201]="GRIMY_MARRENTILL",a[a.GRIMY_TARROMIN=203]="GRIMY_TARROMIN",a[a.GRIMY_HARRALANDER=205]="GRIMY_HARRALANDER",a[a.GRIMY_RANARR_WEED=207]="GRIMY_RANARR_WEED",a[a.GRIMY_IRIT_LEAF=209]="GRIMY_IRIT_LEAF",a[a.GRIMY_AVANTOE=211]="GRIMY_AVANTOE",a[a.GRIMY_KWUARM=213]="GRIMY_KWUARM",a[a.GRIMY_CADANTINE=215]="GRIMY_CADANTINE",a[a.GRIMY_DWARF_WEED=217]="GRIMY_DWARF_WEED",a[a.GRIMY_TORSTOL=219]="GRIMY_TORSTOL",a[a.EYE_OF_NEWT=221]="EYE_OF_NEWT",a[a.RED_SPIDERS_EGGS=223]="RED_SPIDERS_EGGS",a[a.LIMPWURT_ROOT=225]="LIMPWURT_ROOT",a[a.VIAL_OF_WATER=227]="VIAL_OF_WATER",a[a.VIAL=229]="VIAL",a[a.SNAPE_GRASS=231]="SNAPE_GRASS",a[a.PESTLE_AND_MORTAR=233]="PESTLE_AND_MORTAR",a[a.UNICORN_HORN_DUST=235]="UNICORN_HORN_DUST",a[a.UNICORN_HORN=237]="UNICORN_HORN",a[a.WHITE_BERRIES=239]="WHITE_BERRIES",a[a.DRAGON_SCALE_DUST=241]="DRAGON_SCALE_DUST",a[a.BLUE_DRAGON_SCALE=243]="BLUE_DRAGON_SCALE",a[a.WINE_OF_ZAMORAK=245]="WINE_OF_ZAMORAK",a[a.JANGERBERRIES=247]="JANGERBERRIES",a[a.GUAM_LEAF=249]="GUAM_LEAF",a[a.MARRENTILL=251]="MARRENTILL",a[a.TARROMIN=253]="TARROMIN",a[a.HARRALANDER=255]="HARRALANDER",a[a.RANARR_WEED=257]="RANARR_WEED",a[a.IRIT_LEAF=259]="IRIT_LEAF",a[a.AVANTOE=261]="AVANTOE",a[a.KWUARM=263]="KWUARM",a[a.CADANTINE=265]="CADANTINE",a[a.DWARF_WEED=267]="DWARF_WEED",a[a.TORSTOL=269]="TORSTOL",a[a.FISH_FOOD=272]="FISH_FOOD",a[a.POISON_ITEM=273]="POISON_ITEM",a[a.CATTLEPROD=278]="CATTLEPROD",a[a.PLAGUE_JACKET=284]="PLAGUE_JACKET",a[a.PLAGUE_TROUSERS=285]="PLAGUE_TROUSERS",a[a.GOBLIN_MAIL=288]="GOBLIN_MAIL",a[a.GLARIALS_AMULET=295]="GLARIALS_AMULET",a[a.MITHRIL_SEEDS=299]="MITHRIL_SEEDS",a[a.LOBSTER_POT=301]="LOBSTER_POT",a[a.SMALL_FISHING_NET_REGULAR=303]="SMALL_FISHING_NET_REGULAR",a[a.BIG_FISHING_NET=305]="BIG_FISHING_NET",a[a.FISHING_ROD=307]="FISHING_ROD",a[a.FLY_FISHING_ROD=309]="FLY_FISHING_ROD",a[a.HARPOON=311]="HARPOON",a[a.FISHING_BAIT=313]="FISHING_BAIT",a[a.FEATHER=314]="FEATHER",a[a.SHRIMPS=315]="SHRIMPS",a[a.RAW_SHRIMPS=317]="RAW_SHRIMPS",a[a.ANCHOVIES=319]="ANCHOVIES",a[a.RAW_ANCHOVIES=321]="RAW_ANCHOVIES",a[a.SARDINE=325]="SARDINE",a[a.RAW_SARDINE=327]="RAW_SARDINE",a[a.SALMON=329]="SALMON",a[a.RAW_SALMON=331]="RAW_SALMON",a[a.TROUT=333]="TROUT",a[a.RAW_TROUT=335]="RAW_TROUT",a[a.COD=339]="COD",a[a.RAW_COD=341]="RAW_COD",a[a.RAW_HERRING=345]="RAW_HERRING",a[a.HERRING=347]="HERRING",a[a.RAW_PIKE=349]="RAW_PIKE",a[a.PIKE=351]="PIKE",a[a.RAW_MACKEREL=353]="RAW_MACKEREL",a[a.MACKEREL=355]="MACKEREL",a[a.RAW_TUNA=359]="RAW_TUNA",a[a.TUNA=361]="TUNA",a[a.RAW_BASS=363]="RAW_BASS",a[a.BASS=365]="BASS",a[a.RAW_SWORDFISH=371]="RAW_SWORDFISH",a[a.SWORDFISH=373]="SWORDFISH",a[a.RAW_LOBSTER=377]="RAW_LOBSTER",a[a.LOBSTER=379]="LOBSTER",a[a.RAW_SHARK=383]="RAW_SHARK",a[a.SHARK=385]="SHARK",a[a.RAW_MANTA_RAY=389]="RAW_MANTA_RAY",a[a.MANTA_RAY=391]="MANTA_RAY",a[a.RAW_SEA_TURTLE=395]="RAW_SEA_TURTLE",a[a.SEA_TURTLE=397]="SEA_TURTLE",a[a.SEAWEED=401]="SEAWEED",a[a.EDIBLE_SEAWEED=403]="EDIBLE_SEAWEED",a[a.CASKET=405]="CASKET",a[a.OYSTER=407]="OYSTER",a[a.OYSTER_PEARL=411]="OYSTER_PEARL",a[a.OYSTER_PEARLS=413]="OYSTER_PEARLS",a[a.LATHAS_AMULET=421]="LATHAS_AMULET",a[a.PRIEST_GOWN_TOP=426]="PRIEST_GOWN_TOP",a[a.PRIEST_GOWN_BOTTOM=428]="PRIEST_GOWN_BOTTOM",a[a.MEDICAL_GOWN=430]="MEDICAL_GOWN",a[a.CLAY=434]="CLAY",a[a.COPPER_ORE=436]="COPPER_ORE",a[a.TIN_ORE=438]="TIN_ORE",a[a.IRON_ORE=440]="IRON_ORE",a[a.SILVER_ORE=442]="SILVER_ORE",a[a.GOLD_ORE=444]="GOLD_ORE",a[a.MITHRIL_ORE=447]="MITHRIL_ORE",a[a.ADAMANTITE_ORE=449]="ADAMANTITE_ORE",a[a.RUNITE_ORE=451]="RUNITE_ORE",a[a.COAL=453]="COAL",a[a.STRANGE_FRUIT=464]="STRANGE_FRUIT",a[a.BONES=526]="BONES",a[a.BURNT_BONES=528]="BURNT_BONES",a[a.BAT_BONES=530]="BAT_BONES",a[a.BIG_BONES=532]="BIG_BONES",a[a.BABYDRAGON_BONES=534]="BABYDRAGON_BONES",a[a.DRAGON_BONES=536]="DRAGON_BONES",a[a.DRUIDS_ROBE=538]="DRUIDS_ROBE",a[a.DRUIDS_ROBE_TOP=540]="DRUIDS_ROBE_TOP",a[a.MONKS_ROBE=542]="MONKS_ROBE",a[a.MONKS_ROBE_TOP=544]="MONKS_ROBE_TOP",a[a.SHADE_ROBE_TOP=546]="SHADE_ROBE_TOP",a[a.SHADE_ROBE=548]="SHADE_ROBE",a[a.GHOSTSPEAK_AMULET_NORMAL=552]="GHOSTSPEAK_AMULET_NORMAL",a[a.FIRE_RUNE=554]="FIRE_RUNE",a[a.WATER_RUNE=555]="WATER_RUNE",a[a.AIR_RUNE=556]="AIR_RUNE",a[a.EARTH_RUNE=557]="EARTH_RUNE",a[a.MIND_RUNE=558]="MIND_RUNE",a[a.BODY_RUNE=559]="BODY_RUNE",a[a.DEATH_RUNE=560]="DEATH_RUNE",a[a.NATURE_RUNE=561]="NATURE_RUNE",a[a.CHAOS_RUNE=562]="CHAOS_RUNE",a[a.LAW_RUNE=563]="LAW_RUNE",a[a.COSMIC_RUNE=564]="COSMIC_RUNE",a[a.BLOOD_RUNE=565]="BLOOD_RUNE",a[a.SOUL_RUNE=566]="SOUL_RUNE",a[a.UNPOWERED_ORB=567]="UNPOWERED_ORB",a[a.FIRE_ORB=569]="FIRE_ORB",a[a.WATER_ORB=571]="WATER_ORB",a[a.AIR_ORB=573]="AIR_ORB",a[a.EARTH_ORB=575]="EARTH_ORB",a[a.BLUE_WIZARD_ROBE=577]="BLUE_WIZARD_ROBE",a[a.BLUE_WIZARD_HAT=579]="BLUE_WIZARD_HAT",a[a.BLACK_ROBE=581]="BLACK_ROBE",a[a.GNOME_AMULET=589]="GNOME_AMULET",a[a.TINDERBOX=590]="TINDERBOX",a[a.ASHES=592]="ASHES",a[a.TORCH_UNLIT=596]="TORCH_UNLIT",a[a.BRONZE_FIRE_ARROW_UNLIT=598]="BRONZE_FIRE_ARROW_UNLIT",a[a.BEADS_OF_THE_DEAD=616]="BEADS_OF_THE_DEAD",a[a.SHIP_TICKET=621]="SHIP_TICKET",a[a.PINK_BOOTS=626]="PINK_BOOTS",a[a.GREEN_BOOTS=628]="GREEN_BOOTS",a[a.BLUE_BOOTS=630]="BLUE_BOOTS",a[a.CREAM_BOOTS=632]="CREAM_BOOTS",a[a.TURQUOISE_BOOTS=634]="TURQUOISE_BOOTS",a[a.PINK_ROBE_TOP=636]="PINK_ROBE_TOP",a[a.GREEN_ROBE_TOP=638]="GREEN_ROBE_TOP",a[a.BLUE_ROBE_TOP=640]="BLUE_ROBE_TOP",a[a.CREAM_ROBE_TOP=642]="CREAM_ROBE_TOP",a[a.TURQUOISE_ROBE_TOP=644]="TURQUOISE_ROBE_TOP",a[a.PINK_ROBE_BOTTOMS=646]="PINK_ROBE_BOTTOMS",a[a.GREEN_ROBE_BOTTOMS=648]="GREEN_ROBE_BOTTOMS",a[a.BLUE_ROBE_BOTTOMS=650]="BLUE_ROBE_BOTTOMS",a[a.CREAM_ROBE_BOTTOMS=652]="CREAM_ROBE_BOTTOMS",a[a.TURQUOISE_ROBE_BOTTOMS=654]="TURQUOISE_ROBE_BOTTOMS",a[a.PINK_HAT=656]="PINK_HAT",a[a.GREEN_HAT=658]="GREEN_HAT",a[a.BLUE_HAT=660]="BLUE_HAT",a[a.CREAM_HAT=662]="CREAM_HAT",a[a.TURQUOISE_HAT=664]="TURQUOISE_HAT",a[a.BLURITE_SWORD=667]="BLURITE_SWORD",a[a.HOLY_WATER=732]="HOLY_WATER",a[a.DARK_DAGGER=746]="DARK_DAGGER",a[a.GLOWING_DAGGER=747]="GLOWING_DAGGER",a[a.GNOMEBALL=751]="GNOMEBALL",a[a.CADAVA_BERRIES=753]="CADAVA_BERRIES",a[a.PHOENIX_CROSSBOW=767]="PHOENIX_CROSSBOW",a[a.DRAMEN_STAFF=772]="DRAMEN_STAFF",a[a.PERFECT_RING=773]="PERFECT_RING",a[a.PERFECT_NECKLACE=774]="PERFECT_NECKLACE",a[a.COOKING_GAUNTLETS=775]="COOKING_GAUNTLETS",a[a.GOLDSMITH_GAUNTLETS=776]="GOLDSMITH_GAUNTLETS",a[a.CHAOS_GAUNTLETS=777]="CHAOS_GAUNTLETS",a[a.STEEL_GAUNTLETS=778]="STEEL_GAUNTLETS",a[a.BRONZE_THROWNAXE=800]="BRONZE_THROWNAXE",a[a.IRON_THROWNAXE=801]="IRON_THROWNAXE",a[a.STEEL_THROWNAXE=802]="STEEL_THROWNAXE",a[a.MITHRIL_THROWNAXE=803]="MITHRIL_THROWNAXE",a[a.ADAMANT_THROWNAXE=804]="ADAMANT_THROWNAXE",a[a.RUNE_THROWNAXE=805]="RUNE_THROWNAXE",a[a.BRONZE_DART_UNPOISONED=806]="BRONZE_DART_UNPOISONED",a[a.IRON_DART_UNPOISONED=807]="IRON_DART_UNPOISONED",a[a.STEEL_DART_UNPOISONED=808]="STEEL_DART_UNPOISONED",a[a.MITHRIL_DART_UNPOISONED=809]="MITHRIL_DART_UNPOISONED",a[a.ADAMANT_DART_UNPOISONED=810]="ADAMANT_DART_UNPOISONED",a[a.RUNE_DART_UNPOISONED=811]="RUNE_DART_UNPOISONED",a[a.BRONZE_DART_POISON=812]="BRONZE_DART_POISON",a[a.IRON_DART_POISON=813]="IRON_DART_POISON",a[a.STEEL_DART_POISON=814]="STEEL_DART_POISON",a[a.MITHRIL_DART_POISON=815]="MITHRIL_DART_POISON",a[a.ADAMANT_DART_POISON=816]="ADAMANT_DART_POISON",a[a.RUNE_DART_POISON=817]="RUNE_DART_POISON",a[a.BRONZE_DART_TIP=819]="BRONZE_DART_TIP",a[a.IRON_DART_TIP=820]="IRON_DART_TIP",a[a.STEEL_DART_TIP=821]="STEEL_DART_TIP",a[a.MITHRIL_DART_TIP=822]="MITHRIL_DART_TIP",a[a.ADAMANT_DART_TIP=823]="ADAMANT_DART_TIP",a[a.RUNE_DART_TIP=824]="RUNE_DART_TIP",a[a.BRONZE_JAVELIN_UNPOISONED=825]="BRONZE_JAVELIN_UNPOISONED",a[a.IRON_JAVELIN_UNPOISONED=826]="IRON_JAVELIN_UNPOISONED",a[a.STEEL_JAVELIN_UNPOISONED=827]="STEEL_JAVELIN_UNPOISONED",a[a.MITHRIL_JAVELIN_UNPOISONED=828]="MITHRIL_JAVELIN_UNPOISONED",a[a.ADAMANT_JAVELIN_UNPOISONED=829]="ADAMANT_JAVELIN_UNPOISONED",a[a.RUNE_JAVELIN_UNPOISONED=830]="RUNE_JAVELIN_UNPOISONED",a[a.BRONZE_JAVELIN_POISON=831]="BRONZE_JAVELIN_POISON",a[a.IRON_JAVELIN_POISON=832]="IRON_JAVELIN_POISON",a[a.STEEL_JAVELIN_POISON=833]="STEEL_JAVELIN_POISON",a[a.MITHRIL_JAVELIN_POISON=834]="MITHRIL_JAVELIN_POISON",a[a.ADAMANT_JAVELIN_POISON=835]="ADAMANT_JAVELIN_POISON",a[a.RUNE_JAVELIN_POISON=836]="RUNE_JAVELIN_POISON",a[a.CROSSBOW=837]="CROSSBOW",a[a.LONGBOW=839]="LONGBOW",a[a.SHORTBOW=841]="SHORTBOW",a[a.OAK_SHORTBOW=843]="OAK_SHORTBOW",a[a.OAK_LONGBOW=845]="OAK_LONGBOW",a[a.WILLOW_LONGBOW=847]="WILLOW_LONGBOW",a[a.WILLOW_SHORTBOW=849]="WILLOW_SHORTBOW",a[a.MAPLE_LONGBOW=851]="MAPLE_LONGBOW",a[a.MAPLE_SHORTBOW=853]="MAPLE_SHORTBOW",a[a.YEW_LONGBOW=855]="YEW_LONGBOW",a[a.YEW_SHORTBOW=857]="YEW_SHORTBOW",a[a.MAGIC_LONGBOW=859]="MAGIC_LONGBOW",a[a.MAGIC_SHORTBOW=861]="MAGIC_SHORTBOW",a[a.IRON_KNIFE_UNPOISONED=863]="IRON_KNIFE_UNPOISONED",a[a.BRONZE_KNIFE_UNPOISONED=864]="BRONZE_KNIFE_UNPOISONED",a[a.STEEL_KNIFE_UNPOISONED=865]="STEEL_KNIFE_UNPOISONED",a[a.MITHRIL_KNIFE_UNPOISONED=866]="MITHRIL_KNIFE_UNPOISONED",a[a.ADAMANT_KNIFE_UNPOISONED=867]="ADAMANT_KNIFE_UNPOISONED",a[a.RUNE_KNIFE_UNPOISONED=868]="RUNE_KNIFE_UNPOISONED",a[a.BLACK_KNIFE_UNPOISONED=869]="BLACK_KNIFE_UNPOISONED",a[a.BRONZE_KNIFE_POISON=870]="BRONZE_KNIFE_POISON",a[a.IRON_KNIFE_POISON=871]="IRON_KNIFE_POISON",a[a.STEEL_KNIFE_POISON=872]="STEEL_KNIFE_POISON",a[a.MITHRIL_KNIFE_POISON=873]="MITHRIL_KNIFE_POISON",a[a.BLACK_KNIFE_POISON=874]="BLACK_KNIFE_POISON",a[a.ADAMANT_KNIFE_POISON=875]="ADAMANT_KNIFE_POISON",a[a.RUNE_KNIFE_POISON=876]="RUNE_KNIFE_POISON",a[a.BRONZE_BOLTS_UNPOISONED=877]="BRONZE_BOLTS_UNPOISONED",a[a.BRONZE_BOLTS_POISON=878]="BRONZE_BOLTS_POISON",a[a.OPAL_BOLTS=879]="OPAL_BOLTS",a[a.PEARL_BOLTS=880]="PEARL_BOLTS",a[a.BARBED_BOLTS=881]="BARBED_BOLTS",a[a.BRONZE_ARROW_UNPOISONED=882]="BRONZE_ARROW_UNPOISONED",a[a.BRONZE_ARROW_POISON=883]="BRONZE_ARROW_POISON",a[a.IRON_ARROW_UNPOISONED=884]="IRON_ARROW_UNPOISONED",a[a.IRON_ARROW_POISON=885]="IRON_ARROW_POISON",a[a.STEEL_ARROW_UNPOISONED=886]="STEEL_ARROW_UNPOISONED",a[a.STEEL_ARROW_POISON=887]="STEEL_ARROW_POISON",a[a.MITHRIL_ARROW_UNPOISONED=888]="MITHRIL_ARROW_UNPOISONED",a[a.MITHRIL_ARROW_POISON=889]="MITHRIL_ARROW_POISON",a[a.ADAMANT_ARROW_UNPOISONED=890]="ADAMANT_ARROW_UNPOISONED",a[a.ADAMANT_ARROW_POISON=891]="ADAMANT_ARROW_POISON",a[a.RUNE_ARROW_UNPOISONED=892]="RUNE_ARROW_UNPOISONED",a[a.RUNE_ARROW_POISON=893]="RUNE_ARROW_POISON",a[a.BRONZE_FIRE_ARROW_LIT=942]="BRONZE_FIRE_ARROW_LIT",a[a.KNIFE=946]="KNIFE",a[a.BEAR_FUR=948]="BEAR_FUR",a[a.SILK=950]="SILK",a[a.SPADE=952]="SPADE",a[a.ROPE=954]="ROPE",a[a.GREY_WOLF_FUR=958]="GREY_WOLF_FUR",a[a.PLANK=960]="PLANK",a[a.CHRISTMAS_CRACKER=962]="CHRISTMAS_CRACKER",a[a.PAPYRUS=970]="PAPYRUS",a[a.CHARCOAL=973]="CHARCOAL",a[a.MACHETE=975]="MACHETE",a[a.DISK_OF_RETURNING=981]="DISK_OF_RETURNING",a[a.BRASS_KEY=983]="BRASS_KEY",a[a.TOOTH_HALF_OF_KEY=985]="TOOTH_HALF_OF_KEY",a[a.LOOP_HALF_OF_KEY=987]="LOOP_HALF_OF_KEY",a[a.CRYSTAL_KEY=989]="CRYSTAL_KEY",a[a.MUDDY_KEY=991]="MUDDY_KEY",a[a.SINISTER_KEY=993]="SINISTER_KEY",a[a.WHITE_APRON=1005]="WHITE_APRON",a[a.RED_CAPE=1007]="RED_CAPE",a[a.BRASS_NECKLACE=1009]="BRASS_NECKLACE",a[a.BLUE_SKIRT=1011]="BLUE_SKIRT",a[a.PINK_SKIRT=1013]="PINK_SKIRT",a[a.BLACK_SKIRT=1015]="BLACK_SKIRT",a[a.WIZARD_HAT=1017]="WIZARD_HAT",a[a.BLACK_CAPE=1019]="BLACK_CAPE",a[a.BLUE_CAPE=1021]="BLUE_CAPE",a[a.YELLOW_CAPE=1023]="YELLOW_CAPE",a[a.RIGHT_EYE_PATCH=1025]="RIGHT_EYE_PATCH",a[a.GREEN_CAPE=1027]="GREEN_CAPE",a[a.PURPLE_CAPE=1029]="PURPLE_CAPE",a[a.ORANGE_CAPE=1031]="ORANGE_CAPE",a[a.ZAMORAK_MONK_BOTTOM=1033]="ZAMORAK_MONK_BOTTOM",a[a.ZAMORAK_MONK_TOP=1035]="ZAMORAK_MONK_TOP",a[a.BUNNY_EARS=1037]="BUNNY_EARS",a[a.RED_PARTYHAT=1038]="RED_PARTYHAT",a[a.YELLOW_PARTYHAT=1040]="YELLOW_PARTYHAT",a[a.BLUE_PARTYHAT=1042]="BLUE_PARTYHAT",a[a.GREEN_PARTYHAT=1044]="GREEN_PARTYHAT",a[a.PURPLE_PARTYHAT=1046]="PURPLE_PARTYHAT",a[a.WHITE_PARTYHAT=1048]="WHITE_PARTYHAT",a[a.SANTA_HAT=1050]="SANTA_HAT",a[a.CAPE_OF_LEGENDS=1052]="CAPE_OF_LEGENDS",a[a.GREEN_HALLOWEEN_MASK=1053]="GREEN_HALLOWEEN_MASK",a[a.BLUE_HALLOWEEN_MASK=1055]="BLUE_HALLOWEEN_MASK",a[a.RED_HALLOWEEN_MASK=1057]="RED_HALLOWEEN_MASK",a[a.LEATHER_GLOVES=1059]="LEATHER_GLOVES",a[a.LEATHER_BOOTS=1061]="LEATHER_BOOTS",a[a.LEATHER_VAMBRACES=1063]="LEATHER_VAMBRACES",a[a.GREEN_DHIDE_VAMBRACES=1065]="GREEN_DHIDE_VAMBRACES",a[a.IRON_PLATELEGS=1067]="IRON_PLATELEGS",a[a.STEEL_PLATELEGS=1069]="STEEL_PLATELEGS",a[a.MITHRIL_PLATELEGS=1071]="MITHRIL_PLATELEGS",a[a.ADAMANT_PLATELEGS=1073]="ADAMANT_PLATELEGS",a[a.BRONZE_PLATELEGS=1075]="BRONZE_PLATELEGS",a[a.BLACK_PLATELEGS=1077]="BLACK_PLATELEGS",a[a.RUNE_PLATELEGS=1079]="RUNE_PLATELEGS",a[a.IRON_PLATESKIRT=1081]="IRON_PLATESKIRT",a[a.STEEL_PLATESKIRT=1083]="STEEL_PLATESKIRT",a[a.MITHRIL_PLATESKIRT=1085]="MITHRIL_PLATESKIRT",a[a.BRONZE_PLATESKIRT=1087]="BRONZE_PLATESKIRT",a[a.BLACK_PLATESKIRT=1089]="BLACK_PLATESKIRT",a[a.ADAMANT_PLATESKIRT=1091]="ADAMANT_PLATESKIRT",a[a.RUNE_PLATESKIRT=1093]="RUNE_PLATESKIRT",a[a.LEATHER_CHAPS=1095]="LEATHER_CHAPS",a[a.STUDDED_CHAPS=1097]="STUDDED_CHAPS",a[a.GREEN_DHIDE_CHAPS=1099]="GREEN_DHIDE_CHAPS",a[a.IRON_CHAINBODY=1101]="IRON_CHAINBODY",a[a.BRONZE_CHAINBODY=1103]="BRONZE_CHAINBODY",a[a.STEEL_CHAINBODY=1105]="STEEL_CHAINBODY",a[a.BLACK_CHAINBODY=1107]="BLACK_CHAINBODY",a[a.MITHRIL_CHAINBODY=1109]="MITHRIL_CHAINBODY",a[a.ADAMANT_CHAINBODY=1111]="ADAMANT_CHAINBODY",a[a.RUNE_CHAINBODY=1113]="RUNE_CHAINBODY",a[a.IRON_PLATEBODY=1115]="IRON_PLATEBODY",a[a.BRONZE_PLATEBODY=1117]="BRONZE_PLATEBODY",a[a.STEEL_PLATEBODY=1119]="STEEL_PLATEBODY",a[a.MITHRIL_PLATEBODY=1121]="MITHRIL_PLATEBODY",a[a.ADAMANT_PLATEBODY=1123]="ADAMANT_PLATEBODY",a[a.BLACK_PLATEBODY=1125]="BLACK_PLATEBODY",a[a.RUNE_PLATEBODY=1127]="RUNE_PLATEBODY",a[a.LEATHER_BODY=1129]="LEATHER_BODY",a[a.HARDLEATHER_BODY=1131]="HARDLEATHER_BODY",a[a.STUDDED_BODY=1133]="STUDDED_BODY",a[a.GREEN_DHIDE_BODY=1135]="GREEN_DHIDE_BODY",a[a.IRON_MED_HELM=1137]="IRON_MED_HELM",a[a.BRONZE_MED_HELM=1139]="BRONZE_MED_HELM",a[a.STEEL_MED_HELM=1141]="STEEL_MED_HELM",a[a.MITHRIL_MED_HELM=1143]="MITHRIL_MED_HELM",a[a.ADAMANT_MED_HELM=1145]="ADAMANT_MED_HELM",a[a.RUNE_MED_HELM=1147]="RUNE_MED_HELM",a[a.DRAGON_MED_HELM=1149]="DRAGON_MED_HELM",a[a.BLACK_MED_HELM=1151]="BLACK_MED_HELM",a[a.IRON_FULL_HELM=1153]="IRON_FULL_HELM",a[a.BRONZE_FULL_HELM=1155]="BRONZE_FULL_HELM",a[a.STEEL_FULL_HELM=1157]="STEEL_FULL_HELM",a[a.MITHRIL_FULL_HELM=1159]="MITHRIL_FULL_HELM",a[a.ADAMANT_FULL_HELM=1161]="ADAMANT_FULL_HELM",a[a.RUNE_FULL_HELM=1163]="RUNE_FULL_HELM",a[a.BLACK_FULL_HELM=1165]="BLACK_FULL_HELM",a[a.LEATHER_COWL=1167]="LEATHER_COWL",a[a.COIF=1169]="COIF",a[a.WOODEN_SHIELD=1171]="WOODEN_SHIELD",a[a.BRONZE_SQ_SHIELD=1173]="BRONZE_SQ_SHIELD",a[a.IRON_SQ_SHIELD=1175]="IRON_SQ_SHIELD",a[a.STEEL_SQ_SHIELD=1177]="STEEL_SQ_SHIELD",a[a.BLACK_SQ_SHIELD=1179]="BLACK_SQ_SHIELD",a[a.MITHRIL_SQ_SHIELD=1181]="MITHRIL_SQ_SHIELD",a[a.ADAMANT_SQ_SHIELD=1183]="ADAMANT_SQ_SHIELD",a[a.RUNE_SQ_SHIELD=1185]="RUNE_SQ_SHIELD",a[a.DRAGON_SQ_SHIELD=1187]="DRAGON_SQ_SHIELD",a[a.BRONZE_KITESHIELD=1189]="BRONZE_KITESHIELD",a[a.IRON_KITESHIELD=1191]="IRON_KITESHIELD",a[a.STEEL_KITESHIELD=1193]="STEEL_KITESHIELD",a[a.BLACK_KITESHIELD=1195]="BLACK_KITESHIELD",a[a.MITHRIL_KITESHIELD=1197]="MITHRIL_KITESHIELD",a[a.ADAMANT_KITESHIELD=1199]="ADAMANT_KITESHIELD",a[a.RUNE_KITESHIELD=1201]="RUNE_KITESHIELD",a[a.IRON_DAGGER_UNPOISONED=1203]="IRON_DAGGER_UNPOISONED",a[a.BRONZE_DAGGER_UNPOISONED=1205]="BRONZE_DAGGER_UNPOISONED",a[a.STEEL_DAGGER_UNPOISONED=1207]="STEEL_DAGGER_UNPOISONED",a[a.MITHRIL_DAGGER_UNPOISONED=1209]="MITHRIL_DAGGER_UNPOISONED",a[a.ADAMANT_DAGGER_UNPOISONED=1211]="ADAMANT_DAGGER_UNPOISONED",a[a.RUNE_DAGGER_UNPOISONED=1213]="RUNE_DAGGER_UNPOISONED",a[a.DRAGON_DAGGER_UNPOISONED=1215]="DRAGON_DAGGER_UNPOISONED",a[a.BLACK_DAGGER_UNPOISONED=1217]="BLACK_DAGGER_UNPOISONED",a[a.IRON_DAGGER_POISON=1219]="IRON_DAGGER_POISON",a[a.BRONZE_DAGGER_POISON=1221]="BRONZE_DAGGER_POISON",a[a.STEEL_DAGGER_POISON=1223]="STEEL_DAGGER_POISON",a[a.MITHRIL_DAGGER_POISON=1225]="MITHRIL_DAGGER_POISON",a[a.ADAMANT_DAGGER_POISON=1227]="ADAMANT_DAGGER_POISON",a[a.RUNE_DAGGER_POISON=1229]="RUNE_DAGGER_POISON",a[a.DRAGON_DAGGER_POISON=1231]="DRAGON_DAGGER_POISON",a[a.BLACK_DAGGER_POISON=1233]="BLACK_DAGGER_POISON",a[a.BRONZE_SPEAR_UNPOISONED=1237]="BRONZE_SPEAR_UNPOISONED",a[a.IRON_SPEAR_UNPOISONED=1239]="IRON_SPEAR_UNPOISONED",a[a.STEEL_SPEAR_UNPOISONED=1241]="STEEL_SPEAR_UNPOISONED",a[a.MITHRIL_SPEAR_UNPOISONED=1243]="MITHRIL_SPEAR_UNPOISONED",a[a.ADAMANT_SPEAR_UNPOISONED=1245]="ADAMANT_SPEAR_UNPOISONED",a[a.RUNE_SPEAR_UNPOISONED=1247]="RUNE_SPEAR_UNPOISONED",a[a.DRAGON_SPEAR_UNPOISONED=1249]="DRAGON_SPEAR_UNPOISONED",a[a.BRONZE_SPEAR_POISON=1251]="BRONZE_SPEAR_POISON",a[a.IRON_SPEAR_POISON=1253]="IRON_SPEAR_POISON",a[a.STEEL_SPEAR_POISON=1255]="STEEL_SPEAR_POISON",a[a.MITHRIL_SPEAR_POISON=1257]="MITHRIL_SPEAR_POISON",a[a.ADAMANT_SPEAR_POISON=1259]="ADAMANT_SPEAR_POISON",a[a.RUNE_SPEAR_POISON=1261]="RUNE_SPEAR_POISON",a[a.DRAGON_SPEAR_POISON=1263]="DRAGON_SPEAR_POISON",a[a.BRONZE_PICKAXE=1265]="BRONZE_PICKAXE",a[a.IRON_PICKAXE=1267]="IRON_PICKAXE",a[a.STEEL_PICKAXE=1269]="STEEL_PICKAXE",a[a.ADAMANT_PICKAXE=1271]="ADAMANT_PICKAXE",a[a.MITHRIL_PICKAXE=1273]="MITHRIL_PICKAXE",a[a.RUNE_PICKAXE=1275]="RUNE_PICKAXE",a[a.BRONZE_SWORD=1277]="BRONZE_SWORD",a[a.IRON_SWORD=1279]="IRON_SWORD",a[a.STEEL_SWORD=1281]="STEEL_SWORD",a[a.BLACK_SWORD=1283]="BLACK_SWORD",a[a.MITHRIL_SWORD=1285]="MITHRIL_SWORD",a[a.ADAMANT_SWORD=1287]="ADAMANT_SWORD",a[a.RUNE_SWORD=1289]="RUNE_SWORD",a[a.BRONZE_LONGSWORD=1291]="BRONZE_LONGSWORD",a[a.IRON_LONGSWORD=1293]="IRON_LONGSWORD",a[a.STEEL_LONGSWORD=1295]="STEEL_LONGSWORD",a[a.BLACK_LONGSWORD=1297]="BLACK_LONGSWORD",a[a.MITHRIL_LONGSWORD=1299]="MITHRIL_LONGSWORD",a[a.ADAMANT_LONGSWORD=1301]="ADAMANT_LONGSWORD",a[a.RUNE_LONGSWORD=1303]="RUNE_LONGSWORD",a[a.DRAGON_LONGSWORD=1305]="DRAGON_LONGSWORD",a[a.BRONZE_2H_SWORD=1307]="BRONZE_2H_SWORD",a[a.IRON_2H_SWORD=1309]="IRON_2H_SWORD",a[a.STEEL_2H_SWORD=1311]="STEEL_2H_SWORD",a[a.BLACK_2H_SWORD=1313]="BLACK_2H_SWORD",a[a.MITHRIL_2H_SWORD=1315]="MITHRIL_2H_SWORD",a[a.ADAMANT_2H_SWORD=1317]="ADAMANT_2H_SWORD",a[a.RUNE_2H_SWORD=1319]="RUNE_2H_SWORD",a[a.BRONZE_SCIMITAR=1321]="BRONZE_SCIMITAR",a[a.IRON_SCIMITAR=1323]="IRON_SCIMITAR",a[a.STEEL_SCIMITAR=1325]="STEEL_SCIMITAR",a[a.BLACK_SCIMITAR=1327]="BLACK_SCIMITAR",a[a.MITHRIL_SCIMITAR=1329]="MITHRIL_SCIMITAR",a[a.ADAMANT_SCIMITAR=1331]="ADAMANT_SCIMITAR",a[a.RUNE_SCIMITAR=1333]="RUNE_SCIMITAR",a[a.IRON_WARHAMMER=1335]="IRON_WARHAMMER",a[a.BRONZE_WARHAMMER=1337]="BRONZE_WARHAMMER",a[a.STEEL_WARHAMMER=1339]="STEEL_WARHAMMER",a[a.BLACK_WARHAMMER=1341]="BLACK_WARHAMMER",a[a.MITHRIL_WARHAMMER=1343]="MITHRIL_WARHAMMER",a[a.ADAMANT_WARHAMMER=1345]="ADAMANT_WARHAMMER",a[a.RUNE_WARHAMMER=1347]="RUNE_WARHAMMER",a[a.IRON_AXE=1349]="IRON_AXE",a[a.BRONZE_AXE=1351]="BRONZE_AXE",a[a.STEEL_AXE=1353]="STEEL_AXE",a[a.MITHRIL_AXE=1355]="MITHRIL_AXE",a[a.ADAMANT_AXE=1357]="ADAMANT_AXE",a[a.RUNE_AXE=1359]="RUNE_AXE",a[a.BLACK_AXE=1361]="BLACK_AXE",a[a.IRON_BATTLEAXE=1363]="IRON_BATTLEAXE",a[a.STEEL_BATTLEAXE=1365]="STEEL_BATTLEAXE",a[a.BLACK_BATTLEAXE=1367]="BLACK_BATTLEAXE",a[a.MITHRIL_BATTLEAXE=1369]="MITHRIL_BATTLEAXE",a[a.ADAMANT_BATTLEAXE=1371]="ADAMANT_BATTLEAXE",a[a.RUNE_BATTLEAXE=1373]="RUNE_BATTLEAXE",a[a.BRONZE_BATTLEAXE=1375]="BRONZE_BATTLEAXE",a[a.DRAGON_BATTLEAXE=1377]="DRAGON_BATTLEAXE",a[a.STAFF=1379]="STAFF",a[a.STAFF_OF_AIR=1381]="STAFF_OF_AIR",a[a.STAFF_OF_WATER=1383]="STAFF_OF_WATER",a[a.STAFF_OF_EARTH=1385]="STAFF_OF_EARTH",a[a.STAFF_OF_FIRE=1387]="STAFF_OF_FIRE",a[a.MAGIC_STAFF=1389]="MAGIC_STAFF",a[a.BATTLESTAFF=1391]="BATTLESTAFF",a[a.FIRE_BATTLESTAFF=1393]="FIRE_BATTLESTAFF",a[a.WATER_BATTLESTAFF=1395]="WATER_BATTLESTAFF",a[a.AIR_BATTLESTAFF=1397]="AIR_BATTLESTAFF",a[a.EARTH_BATTLESTAFF=1399]="EARTH_BATTLESTAFF",a[a.MYSTIC_FIRE_STAFF=1401]="MYSTIC_FIRE_STAFF",a[a.MYSTIC_WATER_STAFF=1403]="MYSTIC_WATER_STAFF",a[a.MYSTIC_AIR_STAFF=1405]="MYSTIC_AIR_STAFF",a[a.MYSTIC_EARTH_STAFF=1407]="MYSTIC_EARTH_STAFF",a[a.IBANS_STAFF_REGULAR=1409]="IBANS_STAFF_REGULAR",a[a.SCYTHE=1419]="SCYTHE",a[a.IRON_MACE=1420]="IRON_MACE",a[a.BRONZE_MACE=1422]="BRONZE_MACE",a[a.STEEL_MACE=1424]="STEEL_MACE",a[a.BLACK_MACE=1426]="BLACK_MACE",a[a.MITHRIL_MACE=1428]="MITHRIL_MACE",a[a.ADAMANT_MACE=1430]="ADAMANT_MACE",a[a.RUNE_MACE=1432]="RUNE_MACE",a[a.DRAGON_MACE=1434]="DRAGON_MACE",a[a.RUNE_ESSENCE=1436]="RUNE_ESSENCE",a[a.AIR_TALISMAN=1438]="AIR_TALISMAN",a[a.EARTH_TALISMAN=1440]="EARTH_TALISMAN",a[a.FIRE_TALISMAN=1442]="FIRE_TALISMAN",a[a.WATER_TALISMAN=1444]="WATER_TALISMAN",a[a.BODY_TALISMAN=1446]="BODY_TALISMAN",a[a.MIND_TALISMAN=1448]="MIND_TALISMAN",a[a.BLOOD_TALISMAN=1450]="BLOOD_TALISMAN",a[a.CHAOS_TALISMAN=1452]="CHAOS_TALISMAN",a[a.COSMIC_TALISMAN=1454]="COSMIC_TALISMAN",a[a.DEATH_TALISMAN=1456]="DEATH_TALISMAN",a[a.NATURE_TALISMAN=1462]="NATURE_TALISMAN",a[a.ARCHERY_TICKET=1464]="ARCHERY_TICKET",a[a.RED_BEAD=1470]="RED_BEAD",a[a.YELLOW_BEAD=1472]="YELLOW_BEAD",a[a.BLACK_BEAD=1474]="BLACK_BEAD",a[a.WHITE_BEAD=1476]="WHITE_BEAD",a[a.AMULET_OF_ACCURACY=1478]="AMULET_OF_ACCURACY",a[a.KLANKS_GAUNTLETS=1495]="KLANKS_GAUNTLETS",a[a.GAS_MASK=1506]="GAS_MASK",a[a.LOGS=1511]="LOGS",a[a.MAGIC_LOGS=1513]="MAGIC_LOGS",a[a.YEW_LOGS=1515]="YEW_LOGS",a[a.MAPLE_LOGS=1517]="MAPLE_LOGS",a[a.WILLOW_LOGS=1519]="WILLOW_LOGS",a[a.OAK_LOGS=1521]="OAK_LOGS",a[a.LOCKPICK=1523]="LOCKPICK",a[a.STEEL_NAILS=1539]="STEEL_NAILS",a[a.ANTIDRAGON_SHIELD=1540]="ANTIDRAGON_SHIELD",a[a.GARLIC=1550]="GARLIC",a[a.SEASONED_SARDINE=1552]="SEASONED_SARDINE",a[a.DOOGLE_LEAVES=1573]="DOOGLE_LEAVES",a[a.CAT_TRAINING_MEDAL=1575]="CAT_TRAINING_MEDAL",a[a.ICE_GLOVES=1580]="ICE_GLOVES",a[a.RING_MOULD=1592]="RING_MOULD",a[a.AMULET_MOULD=1595]="AMULET_MOULD",a[a.NECKLACE_MOULD=1597]="NECKLACE_MOULD",a[a.HOLY_MOULD=1599]="HOLY_MOULD",a[a.DIAMOND=1601]="DIAMOND",a[a.RUBY=1603]="RUBY",a[a.EMERALD=1605]="EMERALD",a[a.SAPPHIRE=1607]="SAPPHIRE",a[a.OPAL=1609]="OPAL",a[a.JADE=1611]="JADE",a[a.RED_TOPAZ=1613]="RED_TOPAZ",a[a.DRAGONSTONE=1615]="DRAGONSTONE",a[a.UNCUT_DIAMOND=1617]="UNCUT_DIAMOND",a[a.UNCUT_RUBY=1619]="UNCUT_RUBY",a[a.UNCUT_EMERALD=1621]="UNCUT_EMERALD",a[a.UNCUT_SAPPHIRE=1623]="UNCUT_SAPPHIRE",a[a.UNCUT_OPAL=1625]="UNCUT_OPAL",a[a.UNCUT_JADE=1627]="UNCUT_JADE",a[a.UNCUT_RED_TOPAZ=1629]="UNCUT_RED_TOPAZ",a[a.UNCUT_DRAGONSTONE=1631]="UNCUT_DRAGONSTONE",a[a.GOLD_RING=1635]="GOLD_RING",a[a.SAPPHIRE_RING=1637]="SAPPHIRE_RING",a[a.EMERALD_RING=1639]="EMERALD_RING",a[a.RUBY_RING=1641]="RUBY_RING",a[a.DIAMOND_RING=1643]="DIAMOND_RING",a[a.DRAGONSTONE_RING=1645]="DRAGONSTONE_RING",a[a.GOLD_NECKLACE=1654]="GOLD_NECKLACE",a[a.SAPPHIRE_NECKLACE=1656]="SAPPHIRE_NECKLACE",a[a.EMERALD_NECKLACE=1658]="EMERALD_NECKLACE",a[a.RUBY_NECKLACE=1660]="RUBY_NECKLACE",a[a.DIAMOND_NECKLACE=1662]="DIAMOND_NECKLACE",a[a.DRAGON_NECKLACE=1664]="DRAGON_NECKLACE",a[a.GOLD_AMULET_U=1673]="GOLD_AMULET_U",a[a.SAPPHIRE_AMULET_U=1675]="SAPPHIRE_AMULET_U",a[a.EMERALD_AMULET_U=1677]="EMERALD_AMULET_U",a[a.RUBY_AMULET_U=1679]="RUBY_AMULET_U",a[a.DIAMOND_AMULET_U=1681]="DIAMOND_AMULET_U",a[a.DRAGONSTONE_AMULET_U=1683]="DRAGONSTONE_AMULET_U",a[a.GOLD_AMULET=1692]="GOLD_AMULET",a[a.SAPPHIRE_AMULET=1694]="SAPPHIRE_AMULET",a[a.EMERALD_AMULET=1696]="EMERALD_AMULET",a[a.RUBY_AMULET=1698]="RUBY_AMULET",a[a.DIAMOND_AMULET=1700]="DIAMOND_AMULET",a[a.DRAGONSTONE_AMULET=1702]="DRAGONSTONE_AMULET",a[a.AMULET_OF_GLORY_UNCHARGED=1704]="AMULET_OF_GLORY_UNCHARGED",a[a.AMULET_OF_GLORY_1=1706]="AMULET_OF_GLORY_1",a[a.AMULET_OF_GLORY_2=1708]="AMULET_OF_GLORY_2",a[a.AMULET_OF_GLORY_3=1710]="AMULET_OF_GLORY_3",a[a.AMULET_OF_GLORY_4=1712]="AMULET_OF_GLORY_4",a[a.UNSTRUNG_SYMBOL=1714]="UNSTRUNG_SYMBOL",a[a.UNBLESSED_SYMBOL=1716]="UNBLESSED_SYMBOL",a[a.HOLY_SYMBOL=1718]="HOLY_SYMBOL",a[a.UNSTRUNG_EMBLEM=1720]="UNSTRUNG_EMBLEM",a[a.UNPOWERED_SYMBOL=1722]="UNPOWERED_SYMBOL",a[a.UNHOLY_SYMBOL=1724]="UNHOLY_SYMBOL",a[a.AMULET_OF_STRENGTH=1725]="AMULET_OF_STRENGTH",a[a.AMULET_OF_MAGIC=1727]="AMULET_OF_MAGIC",a[a.AMULET_OF_DEFENCE=1729]="AMULET_OF_DEFENCE",a[a.AMULET_OF_POWER=1731]="AMULET_OF_POWER",a[a.NEEDLE=1733]="NEEDLE",a[a.THREAD=1734]="THREAD",a[a.SHEARS=1735]="SHEARS",a[a.WOOL=1737]="WOOL",a[a.COWHIDE=1739]="COWHIDE",a[a.LEATHER=1741]="LEATHER",a[a.HARD_LEATHER=1743]="HARD_LEATHER",a[a.GREEN_DRAGON_LEATHER=1745]="GREEN_DRAGON_LEATHER",a[a.BLACK_DRAGONHIDE=1747]="BLACK_DRAGONHIDE",a[a.RED_DRAGONHIDE=1749]="RED_DRAGONHIDE",a[a.BLUE_DRAGONHIDE=1751]="BLUE_DRAGONHIDE",a[a.GREEN_DRAGONHIDE=1753]="GREEN_DRAGONHIDE",a[a.CHISEL=1755]="CHISEL",a[a.BROWN_APRON=1757]="BROWN_APRON",a[a.BALL_OF_WOOL=1759]="BALL_OF_WOOL",a[a.SOFT_CLAY=1761]="SOFT_CLAY",a[a.RED_DYE=1763]="RED_DYE",a[a.YELLOW_DYE=1765]="YELLOW_DYE",a[a.BLUE_DYE=1767]="BLUE_DYE",a[a.ORANGE_DYE=1769]="ORANGE_DYE",a[a.GREEN_DYE=1771]="GREEN_DYE",a[a.PURPLE_DYE=1773]="PURPLE_DYE",a[a.MOLTEN_GLASS=1775]="MOLTEN_GLASS",a[a.BOW_STRING=1777]="BOW_STRING",a[a.FLAX=1779]="FLAX",a[a.SODA_ASH=1781]="SODA_ASH",a[a.BUCKET_OF_SAND=1783]="BUCKET_OF_SAND",a[a.GLASSBLOWING_PIPE=1785]="GLASSBLOWING_PIPE",a[a.UNFIRED_POT=1787]="UNFIRED_POT",a[a.UNFIRED_PIE_DISH=1789]="UNFIRED_PIE_DISH",a[a.UNFIRED_BOWL=1791]="UNFIRED_BOWL",a[a.WOAD_LEAF=1793]="WOAD_LEAF",a[a.BRONZE_WIRE=1794]="BRONZE_WIRE",a[a.SILVER_NECKLACE_NORMAL=1796]="SILVER_NECKLACE_NORMAL",a[a.SILVER_NECKLACE_DUSTED=1797]="SILVER_NECKLACE_DUSTED",a[a.WATERSKIN_4=1823]="WATERSKIN_4",a[a.WATERSKIN_0=1831]="WATERSKIN_0",a[a.DESERT_SHIRT=1833]="DESERT_SHIRT",a[a.DESERT_ROBE=1835]="DESERT_ROBE",a[a.DESERT_BOOTS=1837]="DESERT_BOOTS",a[a.SLAVE_SHIRT=1844]="SLAVE_SHIRT",a[a.SLAVE_ROBE=1845]="SLAVE_ROBE",a[a.SLAVE_BOOTS=1846]="SLAVE_BOOTS",a[a.SHANTAY_PASS_ITEM=1854]="SHANTAY_PASS_ITEM",a[a.RAW_UGTHANKI_MEAT=1859]="RAW_UGTHANKI_MEAT",a[a.UGTHANKI_MEAT=1861]="UGTHANKI_MEAT",a[a.PITTA_BREAD=1865]="PITTA_BREAD",a[a.CHOPPED_TOMATO=1869]="CHOPPED_TOMATO",a[a.CHOPPED_ONION=1871]="CHOPPED_ONION",a[a.CHOPPED_UGTHANKI=1873]="CHOPPED_UGTHANKI",a[a.ONION_TOMATO=1875]="ONION_TOMATO",a[a.UGTHANKI_ONION=1877]="UGTHANKI_ONION",a[a.UGTHANKI_TOMATO=1879]="UGTHANKI_TOMATO",a[a.KEBAB_MIX=1881]="KEBAB_MIX",a[a.UGTHANKI_KEBAB=1885]="UGTHANKI_KEBAB",a[a.CAKE_TIN=1887]="CAKE_TIN",a[a.CAKE_FULL=1891]="CAKE_FULL",a[a.CHOCOLATE_CAKE_FULL=1897]="CHOCOLATE_CAKE_FULL",a[a.ASGARNIAN_ALE=1905]="ASGARNIAN_ALE",a[a.WIZARDS_MIND_BOMB=1907]="WIZARDS_MIND_BOMB",a[a.GREENMANS_ALE=1909]="GREENMANS_ALE",a[a.DRAGON_BITTER=1911]="DRAGON_BITTER",a[a.DWARVEN_STOUT=1913]="DWARVEN_STOUT",a[a.GROG=1915]="GROG",a[a.BEER=1917]="BEER",a[a.BEER_GLASS=1919]="BEER_GLASS",a[a.BOWL_OF_WATER=1921]="BOWL_OF_WATER",a[a.BOWL=1923]="BOWL",a[a.BUCKET=1925]="BUCKET",a[a.BUCKET_OF_MILK=1927]="BUCKET_OF_MILK",a[a.BUCKET_OF_WATER=1929]="BUCKET_OF_WATER",a[a.POT=1931]="POT",a[a.POT_OF_FLOUR=1933]="POT_OF_FLOUR",a[a.JUG=1935]="JUG",a[a.JUG_OF_WATER=1937]="JUG_OF_WATER",a[a.SWAMP_TAR=1939]="SWAMP_TAR",a[a.SWAMP_PASTE=1941]="SWAMP_PASTE",a[a.POTATO=1942]="POTATO",a[a.EGG=1944]="EGG",a[a.GRAIN=1947]="GRAIN",a[a.CHEFS_HAT=1949]="CHEFS_HAT",a[a.REDBERRIES=1951]="REDBERRIES",a[a.PASTRY_DOUGH=1953]="PASTRY_DOUGH",a[a.COOKING_APPLE=1955]="COOKING_APPLE",a[a.ONION=1957]="ONION",a[a.PUMPKIN=1959]="PUMPKIN",a[a.EASTER_EGG=1961]="EASTER_EGG",a[a.BANANA=1963]="BANANA",a[a.CABBAGE=1965]="CABBAGE",a[a.SPINACH_ROLL=1969]="SPINACH_ROLL",a[a.KEBAB=1971]="KEBAB",a[a.CHOCOLATE_BAR=1973]="CHOCOLATE_BAR",a[a.CHOCOLATE_DUST=1975]="CHOCOLATE_DUST",a[a.CUP_OF_TEA=1978]="CUP_OF_TEA",a[a.EMPTY_CUP=1980]="EMPTY_CUP",a[a.TOMATO=1982]="TOMATO",a[a.CHEESE=1985]="CHEESE",a[a.GRAPES=1987]="GRAPES",a[a.HALF_FULL_WINE_JUG=1989]="HALF_FULL_WINE_JUG",a[a.JUG_OF_WINE=1993]="JUG_OF_WINE",a[a.STEW=2003]="STEW",a[a.SPICE=2007]="SPICE",a[a.CURRY=2011]="CURRY",a[a.VODKA=2015]="VODKA",a[a.WHISKY=2017]="WHISKY",a[a.GIN=2019]="GIN",a[a.BRANDY=2021]="BRANDY",a[a.COCKTAIL_GUIDE=2023]="COCKTAIL_GUIDE",a[a.COCKTAIL_SHAKER=2025]="COCKTAIL_SHAKER",a[a.COCKTAIL_GLASS=2026]="COCKTAIL_GLASS",a[a.PREMADE_BLURB_SP=2028]="PREMADE_BLURB_SP",a[a.PREMADE_CHOC_SDY=2030]="PREMADE_CHOC_SDY",a[a.PREMADE_DR_DRAGON=2032]="PREMADE_DR_DRAGON",a[a.PREMADE_FR_BLAST=2034]="PREMADE_FR_BLAST",a[a.PREMADE_P_PUNCH=2036]="PREMADE_P_PUNCH",a[a.PREMADE_SGG=2038]="PREMADE_SGG",a[a.PREMADE_WIZ_BLZD=2040]="PREMADE_WIZ_BLZD",a[a.PINEAPPLE_PUNCH=2048]="PINEAPPLE_PUNCH",a[a.WIZARD_BLIZZARD=2054]="WIZARD_BLIZZARD",a[a.BLURBERRY_SPECIAL=2064]="BLURBERRY_SPECIAL",a[a.CHOC_SATURDAY=2074]="CHOC_SATURDAY",a[a.SHORT_GREEN_GUY=2080]="SHORT_GREEN_GUY",a[a.FRUIT_BLAST=2084]="FRUIT_BLAST",a[a.DRUNK_DRAGON=2092]="DRUNK_DRAGON",a[a.LEMON=2102]="LEMON",a[a.LEMON_CHUNKS=2104]="LEMON_CHUNKS",a[a.LEMON_SLICES=2106]="LEMON_SLICES",a[a.ORANGE=2108]="ORANGE",a[a.ORANGE_CHUNKS=2110]="ORANGE_CHUNKS",a[a.ORANGE_SLICES=2112]="ORANGE_SLICES",a[a.PINEAPPLE=2114]="PINEAPPLE",a[a.PINEAPPLE_CHUNKS=2116]="PINEAPPLE_CHUNKS",a[a.PINEAPPLE_RING=2118]="PINEAPPLE_RING",a[a.LIME=2120]="LIME",a[a.LIME_CHUNKS=2122]="LIME_CHUNKS",a[a.LIME_SLICES=2124]="LIME_SLICES",a[a.DWELLBERRIES=2126]="DWELLBERRIES",a[a.EQUA_LEAVES=2128]="EQUA_LEAVES",a[a.POT_OF_CREAM=2130]="POT_OF_CREAM",a[a.RAW_BEEF=2132]="RAW_BEEF",a[a.RAW_RAT_MEAT=2134]="RAW_RAT_MEAT",a[a.RAW_BEAR_MEAT=2136]="RAW_BEAR_MEAT",a[a.RAW_CHICKEN=2138]="RAW_CHICKEN",a[a.COOKED_CHICKEN=2140]="COOKED_CHICKEN",a[a.COOKED_MEAT=2142]="COOKED_MEAT",a[a.SWAMP_TOAD_ITEM=2150]="SWAMP_TOAD_ITEM",a[a.TOADS_LEGS=2152]="TOADS_LEGS",a[a.KING_WORM=2162]="KING_WORM",a[a.BATTA_TIN=2164]="BATTA_TIN",a[a.CRUNCHY_TRAY=2165]="CRUNCHY_TRAY",a[a.GNOMEBOWL_MOULD=2166]="GNOMEBOWL_MOULD",a[a.GIANNES_COOK_BOOK=2167]="GIANNES_COOK_BOOK",a[a.GNOME_SPICE=2169]="GNOME_SPICE",a[a.GIANNE_DOUGH=2171]="GIANNE_DOUGH",a[a.CHOCOLATE_BOMB=2185]="CHOCOLATE_BOMB",a[a.TANGLED_TOADS_LEGS=2187]="TANGLED_TOADS_LEGS",a[a.WORM_HOLE=2191]="WORM_HOLE",a[a.VEG_BALL=2195]="VEG_BALL",a[a.WORM_CRUNCHIES=2205]="WORM_CRUNCHIES",a[a.CHOCCHIP_CRUNCHIES=2209]="CHOCCHIP_CRUNCHIES",a[a.SPICY_CRUNCHIES=2213]="SPICY_CRUNCHIES",a[a.TOAD_CRUNCHIES=2217]="TOAD_CRUNCHIES",a[a.PREMADE_WM_BATTA=2219]="PREMADE_WM_BATTA",a[a.PREMADE_TD_BATTA=2221]="PREMADE_TD_BATTA",a[a.PREMADE_FRT_BATTA=2225]="PREMADE_FRT_BATTA",a[a.PREMADE_VEG_BATTA=2227]="PREMADE_VEG_BATTA",a[a.PREMADE_CHOC_BOMB=2229]="PREMADE_CHOC_BOMB",a[a.PREMADE_TTL=2231]="PREMADE_TTL",a[a.PREMADE_WORM_HOLE=2233]="PREMADE_WORM_HOLE",a[a.PREMADE_VEG_BALL=2235]="PREMADE_VEG_BALL",a[a.PREMADE_WM_CRUN=2237]="PREMADE_WM_CRUN",a[a.PREMADE_CH_CRUNCH=2239]="PREMADE_CH_CRUNCH",a[a.PREMADE_SY_CRUNCH=2241]="PREMADE_SY_CRUNCH",a[a.PREMADE_TD_CRUNCH=2243]="PREMADE_TD_CRUNCH",a[a.WORM_BATTA=2253]="WORM_BATTA",a[a.TOAD_BATTA=2255]="TOAD_BATTA",a[a.FRUIT_BATTA=2277]="FRUIT_BATTA",a[a.VEGETABLE_BATTA=2281]="VEGETABLE_BATTA",a[a.PIZZA_BASE=2283]="PIZZA_BASE",a[a.PLAIN_PIZZA_FULL=2289]="PLAIN_PIZZA_FULL",a[a.MEAT_PIZZA_FULL=2293]="MEAT_PIZZA_FULL",a[a.ANCHOVY_PIZZA_FULL=2297]="ANCHOVY_PIZZA_FULL",a[a.PINEAPPLE_PIZZA_FULL=2301]="PINEAPPLE_PIZZA_FULL",a[a.BREAD_DOUGH=2307]="BREAD_DOUGH",a[a.BREAD=2309]="BREAD",a[a.PIE_DISH=2313]="PIE_DISH",a[a.PIE_SHELL=2315]="PIE_SHELL",a[a.UNCOOKED_APPLE_PIE=2317]="UNCOOKED_APPLE_PIE",a[a.UNCOOKED_MEAT_PIE=2319]="UNCOOKED_MEAT_PIE",a[a.UNCOOKED_BERRY_PIE=2321]="UNCOOKED_BERRY_PIE",a[a.APPLE_PIE_FULL=2323]="APPLE_PIE_FULL",a[a.REDBERRY_PIE_FULL=2325]="REDBERRY_PIE_FULL",a[a.MEAT_PIE_FULL=2327]="MEAT_PIE_FULL",a[a.RAW_OOMLIE=2337]="RAW_OOMLIE",a[a.WRAPPED_OOMLIE=2341]="WRAPPED_OOMLIE",a[a.COOKED_OOMLIE_WRAP=2343]="COOKED_OOMLIE_WRAP",a[a.HAMMER=2347]="HAMMER",a[a.BRONZE_BAR=2349]="BRONZE_BAR",a[a.IRON_BAR=2351]="IRON_BAR",a[a.STEEL_BAR=2353]="STEEL_BAR",a[a.SILVER_BAR=2355]="SILVER_BAR",a[a.GOLD_BAR=2357]="GOLD_BAR",a[a.MITHRIL_BAR=2359]="MITHRIL_BAR",a[a.ADAMANTITE_BAR=2361]="ADAMANTITE_BAR",a[a.RUNITE_BAR=2363]="RUNITE_BAR",a[a.SHIELD_LEFT_HALF=2366]="SHIELD_LEFT_HALF",a[a.SHIELD_RIGHT_HALF=2368]="SHIELD_RIGHT_HALF",a[a.STEEL_STUDS=2370]="STEEL_STUDS",a[a.SILVERLIGHT_NORMAL=2402]="SILVERLIGHT_NORMAL",a[a.CARNILLEAN_ARMOUR=2405]="CARNILLEAN_ARMOUR",a[a.HAZEELS_MARK=2406]="HAZEELS_MARK",a[a.SARADOMIN_CAPE=2412]="SARADOMIN_CAPE",a[a.GUTHIX_CAPE=2413]="GUTHIX_CAPE",a[a.ZAMORAK_CAPE=2414]="ZAMORAK_CAPE",a[a.SARADOMIN_STAFF=2415]="SARADOMIN_STAFF",a[a.GUTHIX_STAFF=2416]="GUTHIX_STAFF",a[a.ZAMORAK_STAFF=2417]="ZAMORAK_STAFF",a[a.ATTACK_POTION_4_DOSE=2428]="ATTACK_POTION_4_DOSE",a[a.RESTORE_POTION_4_DOSE=2430]="RESTORE_POTION_4_DOSE",a[a.DEFENCE_POTION_4_DOSE=2432]="DEFENCE_POTION_4_DOSE",a[a.PRAYER_POTION_4_DOSE=2434]="PRAYER_POTION_4_DOSE",a[a.SUPER_ATTACK_4_DOSE=2436]="SUPER_ATTACK_4_DOSE",a[a.FISHING_POTION_4_DOSE=2438]="FISHING_POTION_4_DOSE",a[a.SUPER_STRENGTH_4_DOSE=2440]="SUPER_STRENGTH_4_DOSE",a[a.SUPER_DEFENCE_4_DOSE=2442]="SUPER_DEFENCE_4_DOSE",a[a.RANGING_POTION_4_DOSE=2444]="RANGING_POTION_4_DOSE",a[a.ANTIPOISON_4_DOSE=2446]="ANTIPOISON_4_DOSE",a[a.SUPERANTIPOISON_4_DOSE=2448]="SUPERANTIPOISON_4_DOSE",a[a.ZAMORAK_BREW_4_DOSE=2450]="ZAMORAK_BREW_4_DOSE",a[a.ANTIFIRE_POTION_4_DOSE=2452]="ANTIFIRE_POTION_4_DOSE",a[a.ANTIFIRE_POTION_3_DOSE=2454]="ANTIFIRE_POTION_3_DOSE",a[a.ANTIFIRE_POTION_2_DOSE=2456]="ANTIFIRE_POTION_2_DOSE",a[a.ANTIFIRE_POTION_1_DOSE=2458]="ANTIFIRE_POTION_1_DOSE",a[a.ASSORTED_FLOWERS=2460]="ASSORTED_FLOWERS",a[a.RED_FLOWERS=2462]="RED_FLOWERS",a[a.BLUE_FLOWERS=2464]="BLUE_FLOWERS",a[a.YELLOW_FLOWERS=2466]="YELLOW_FLOWERS",a[a.PURPLE_FLOWERS=2468]="PURPLE_FLOWERS",a[a.ORANGE_FLOWERS=2470]="ORANGE_FLOWERS",a[a.MIXED_FLOWERS=2472]="MIXED_FLOWERS",a[a.WHITE_FLOWERS=2474]="WHITE_FLOWERS",a[a.BLACK_FLOWERS=2476]="BLACK_FLOWERS",a[a.LANTADYME=2481]="LANTADYME",a[a.LANTADYME_POTION_UNF=2483]="LANTADYME_POTION_UNF",a[a.GRIMY_LANTADYME=2485]="GRIMY_LANTADYME",a[a.BLUE_DHIDE_VAMBRACES=2487]="BLUE_DHIDE_VAMBRACES",a[a.RED_DHIDE_VAMBRACES=2489]="RED_DHIDE_VAMBRACES",a[a.BLACK_DHIDE_VAMBRACES=2491]="BLACK_DHIDE_VAMBRACES",a[a.BLUE_DHIDE_CHAPS=2493]="BLUE_DHIDE_CHAPS",a[a.RED_DHIDE_CHAPS=2495]="RED_DHIDE_CHAPS",a[a.BLACK_DHIDE_CHAPS=2497]="BLACK_DHIDE_CHAPS",a[a.BLUE_DHIDE_BODY=2499]="BLUE_DHIDE_BODY",a[a.RED_DHIDE_BODY=2501]="RED_DHIDE_BODY",a[a.BLACK_DHIDE_BODY=2503]="BLACK_DHIDE_BODY",a[a.BLUE_DRAGON_LEATHER=2505]="BLUE_DRAGON_LEATHER",a[a.RED_DRAGON_LEATHER=2507]="RED_DRAGON_LEATHER",a[a.BLACK_DRAGON_LEATHER=2509]="BLACK_DRAGON_LEATHER",a[a.BROWN_TOY_HORSEY=2520]="BROWN_TOY_HORSEY",a[a.WHITE_TOY_HORSEY=2522]="WHITE_TOY_HORSEY",a[a.BLACK_TOY_HORSEY=2524]="BLACK_TOY_HORSEY",a[a.GREY_TOY_HORSEY=2526]="GREY_TOY_HORSEY",a[a.IRON_FIRE_ARROW_UNLIT=2532]="IRON_FIRE_ARROW_UNLIT",a[a.IRON_FIRE_ARROW_LIT=2533]="IRON_FIRE_ARROW_LIT",a[a.STEEL_FIRE_ARROW_UNLIT=2534]="STEEL_FIRE_ARROW_UNLIT",a[a.STEEL_FIRE_ARROW_LIT=2535]="STEEL_FIRE_ARROW_LIT",a[a.MITHRIL_FIRE_ARROW_UNLIT=2536]="MITHRIL_FIRE_ARROW_UNLIT",a[a.MITHRIL_FIRE_ARROW_LIT=2537]="MITHRIL_FIRE_ARROW_LIT",a[a.ADAMANT_FIRE_ARROW_UNLIT=2538]="ADAMANT_FIRE_ARROW_UNLIT",a[a.ADAMANT_FIRE_ARROW_LIT=2539]="ADAMANT_FIRE_ARROW_LIT",a[a.RUNE_FIRE_ARROW_UNLIT=2540]="RUNE_FIRE_ARROW_UNLIT",a[a.RUNE_FIRE_ARROW_LIT=2541]="RUNE_FIRE_ARROW_LIT",a[a.RING_OF_RECOIL=2550]="RING_OF_RECOIL",a[a.RING_OF_DUELING_8=2552]="RING_OF_DUELING_8",a[a.RING_OF_DUELING_7=2554]="RING_OF_DUELING_7",a[a.RING_OF_DUELING_6=2556]="RING_OF_DUELING_6",a[a.RING_OF_DUELING_5=2558]="RING_OF_DUELING_5",a[a.RING_OF_DUELING_4=2560]="RING_OF_DUELING_4",a[a.RING_OF_DUELING_3=2562]="RING_OF_DUELING_3",a[a.RING_OF_DUELING_2=2564]="RING_OF_DUELING_2",a[a.RING_OF_DUELING_1=2566]="RING_OF_DUELING_1",a[a.RING_OF_FORGING=2568]="RING_OF_FORGING",a[a.RING_OF_LIFE=2570]="RING_OF_LIFE",a[a.RING_OF_WEALTH_UNCHARGED=2572]="RING_OF_WEALTH_UNCHARGED",a[a.RANGER_BOOTS=2577]="RANGER_BOOTS",a[a.WIZARD_BOOTS=2579]="WIZARD_BOOTS",a[a.ROBIN_HOOD_HAT=2581]="ROBIN_HOOD_HAT",a[a.BLACK_PLATEBODY_T=2583]="BLACK_PLATEBODY_T",a[a.BLACK_PLATELEGS_T=2585]="BLACK_PLATELEGS_T",a[a.BLACK_FULL_HELM_T=2587]="BLACK_FULL_HELM_T",a[a.BLACK_KITESHIELD_T=2589]="BLACK_KITESHIELD_T",a[a.BLACK_PLATEBODY_G=2591]="BLACK_PLATEBODY_G",a[a.BLACK_PLATELEGS_G=2593]="BLACK_PLATELEGS_G",a[a.BLACK_FULL_HELM_G=2595]="BLACK_FULL_HELM_G",a[a.BLACK_KITESHIELD_G=2597]="BLACK_KITESHIELD_G",a[a.ADAMANT_PLATEBODY_T=2599]="ADAMANT_PLATEBODY_T",a[a.ADAMANT_PLATELEGS_T=2601]="ADAMANT_PLATELEGS_T",a[a.ADAMANT_KITESHIELD_T=2603]="ADAMANT_KITESHIELD_T",a[a.ADAMANT_FULL_HELM_T=2605]="ADAMANT_FULL_HELM_T",a[a.ADAMANT_PLATEBODY_G=2607]="ADAMANT_PLATEBODY_G",a[a.ADAMANT_PLATELEGS_G=2609]="ADAMANT_PLATELEGS_G",a[a.ADAMANT_KITESHIELD_G=2611]="ADAMANT_KITESHIELD_G",a[a.ADAMANT_FULL_HELM_G=2613]="ADAMANT_FULL_HELM_G",a[a.RUNE_PLATEBODY_G=2615]="RUNE_PLATEBODY_G",a[a.RUNE_PLATELEGS_G=2617]="RUNE_PLATELEGS_G",a[a.RUNE_FULL_HELM_G=2619]="RUNE_FULL_HELM_G",a[a.RUNE_KITESHIELD_G=2621]="RUNE_KITESHIELD_G",a[a.RUNE_PLATEBODY_T=2623]="RUNE_PLATEBODY_T",a[a.RUNE_PLATELEGS_T=2625]="RUNE_PLATELEGS_T",a[a.RUNE_FULL_HELM_T=2627]="RUNE_FULL_HELM_T",a[a.RUNE_KITESHIELD_T=2629]="RUNE_KITESHIELD_T",a[a.HIGHWAYMAN_MASK=2631]="HIGHWAYMAN_MASK",a[a.BLUE_BERET=2633]="BLUE_BERET",a[a.BLACK_BERET=2635]="BLACK_BERET",a[a.WHITE_BERET=2637]="WHITE_BERET",a[a.TAN_CAVALIER=2639]="TAN_CAVALIER",a[a.DARK_CAVALIER=2641]="DARK_CAVALIER",a[a.BLACK_CAVALIER=2643]="BLACK_CAVALIER",a[a.RED_HEADBAND=2645]="RED_HEADBAND",a[a.BLACK_HEADBAND=2647]="BLACK_HEADBAND",a[a.BROWN_HEADBAND=2649]="BROWN_HEADBAND",a[a.PIRATES_HAT=2651]="PIRATES_HAT",a[a.ZAMORAK_PLATEBODY=2653]="ZAMORAK_PLATEBODY",a[a.ZAMORAK_PLATELEGS=2655]="ZAMORAK_PLATELEGS",a[a.ZAMORAK_FULL_HELM=2657]="ZAMORAK_FULL_HELM",a[a.ZAMORAK_KITESHIELD=2659]="ZAMORAK_KITESHIELD",a[a.SARADOMIN_PLATEBODY=2661]="SARADOMIN_PLATEBODY",a[a.SARADOMIN_PLATELEGS=2663]="SARADOMIN_PLATELEGS",a[a.SARADOMIN_FULL_HELM=2665]="SARADOMIN_FULL_HELM",a[a.SARADOMIN_KITESHIELD=2667]="SARADOMIN_KITESHIELD",a[a.GUTHIX_PLATEBODY=2669]="GUTHIX_PLATEBODY",a[a.GUTHIX_PLATELEGS=2671]="GUTHIX_PLATELEGS",a[a.GUTHIX_FULL_HELM=2673]="GUTHIX_FULL_HELM",a[a.GUTHIX_KITESHIELD=2675]="GUTHIX_KITESHIELD",a[a.WOLF_BONES=2859]="WOLF_BONES",a[a.WOLFBONE_ARROWTIPS=2861]="WOLFBONE_ARROWTIPS",a[a.ACHEY_TREE_LOGS=2862]="ACHEY_TREE_LOGS",a[a.OGRE_ARROW_SHAFT=2864]="OGRE_ARROW_SHAFT",a[a.FLIGHTED_OGRE_ARROW=2865]="FLIGHTED_OGRE_ARROW",a[a.OGRE_ARROW=2866]="OGRE_ARROW",a[a.RAW_CHOMPY=2876]="RAW_CHOMPY",a[a.COOKED_CHOMPY=2878]="COOKED_CHOMPY",a[a.OGRE_BOW=2883]="OGRE_BOW",a[a.ELEMENTAL_SHIELD=2890]="ELEMENTAL_SHIELD",a[a.GREY_BOOTS=2894]="GREY_BOOTS",a[a.GREY_ROBE_TOP=2896]="GREY_ROBE_TOP",a[a.GREY_ROBE_BOTTOMS=2898]="GREY_ROBE_BOTTOMS",a[a.GREY_HAT=2900]="GREY_HAT",a[a.GREY_GLOVES=2902]="GREY_GLOVES",a[a.RED_BOOTS=2904]="RED_BOOTS",a[a.RED_ROBE_TOP=2906]="RED_ROBE_TOP",a[a.RED_ROBE_BOTTOMS=2908]="RED_ROBE_BOTTOMS",a[a.RED_HAT=2910]="RED_HAT",a[a.RED_GLOVES=2912]="RED_GLOVES",a[a.YELLOW_BOOTS=2914]="YELLOW_BOOTS",a[a.YELLOW_ROBE_TOP=2916]="YELLOW_ROBE_TOP",a[a.YELLOW_ROBE_BOTTOMS=2918]="YELLOW_ROBE_BOTTOMS",a[a.YELLOW_HAT=2920]="YELLOW_HAT",a[a.YELLOW_GLOVES=2922]="YELLOW_GLOVES",a[a.TEAL_BOOTS=2924]="TEAL_BOOTS",a[a.TEAL_ROBE_TOP=2926]="TEAL_ROBE_TOP",a[a.TEAL_ROBE_BOTTOMS=2928]="TEAL_ROBE_BOTTOMS",a[a.TEAL_HAT=2930]="TEAL_HAT",a[a.TEAL_GLOVES=2932]="TEAL_GLOVES",a[a.PURPLE_BOOTS=2934]="PURPLE_BOOTS",a[a.PURPLE_ROBE_TOP=2936]="PURPLE_ROBE_TOP",a[a.PURPLE_ROBE_BOTTOMS=2938]="PURPLE_ROBE_BOTTOMS",a[a.PURPLE_HAT=2940]="PURPLE_HAT",a[a.PURPLE_GLOVES=2942]="PURPLE_GLOVES",a[a.WOLFBANE=2952]="WOLFBANE",a[a.MOONLIGHT_MEAD=2955]="MOONLIGHT_MEAD",a[a.SILVER_SICKLE=2961]="SILVER_SICKLE",a[a.SILVER_SICKLE_B=2963]="SILVER_SICKLE_B",a[a.MORT_MYRE_FUNGUS=2970]="MORT_MYRE_FUNGUS",a[a.MORT_MYRE_STEM=2972]="MORT_MYRE_STEM",a[a.MORT_MYRE_PEAR=2974]="MORT_MYRE_PEAR",a[a.SICKLE_MOULD=2976]="SICKLE_MOULD",a[a.CHOMPY_BIRD_HAT_OGRE_BOWMAN=2978]="CHOMPY_BIRD_HAT_OGRE_BOWMAN",a[a.CHOMPY_BIRD_HAT_BOWMAN=2979]="CHOMPY_BIRD_HAT_BOWMAN",a[a.CHOMPY_BIRD_HAT_OGRE_YEOMAN=2980]="CHOMPY_BIRD_HAT_OGRE_YEOMAN",a[a.CHOMPY_BIRD_HAT_YEOMAN=2981]="CHOMPY_BIRD_HAT_YEOMAN",a[a.CHOMPY_BIRD_HAT_OGRE_MARKSMAN=2982]="CHOMPY_BIRD_HAT_OGRE_MARKSMAN",a[a.CHOMPY_BIRD_HAT_MARKSMAN=2983]="CHOMPY_BIRD_HAT_MARKSMAN",a[a.CHOMPY_BIRD_HAT_OGRE_WOODSMAN=2984]="CHOMPY_BIRD_HAT_OGRE_WOODSMAN",a[a.CHOMPY_BIRD_HAT_WOODSMAN=2985]="CHOMPY_BIRD_HAT_WOODSMAN",a[a.CHOMPY_BIRD_HAT_OGRE_FORESTER=2986]="CHOMPY_BIRD_HAT_OGRE_FORESTER",a[a.CHOMPY_BIRD_HAT_FORESTER=2987]="CHOMPY_BIRD_HAT_FORESTER",a[a.CHOMPY_BIRD_HAT_OGRE_BOWMASTER=2988]="CHOMPY_BIRD_HAT_OGRE_BOWMASTER",a[a.CHOMPY_BIRD_HAT_BOWMASTER=2989]="CHOMPY_BIRD_HAT_BOWMASTER",a[a.CHOMPY_BIRD_HAT_OGRE_EXPERT=2990]="CHOMPY_BIRD_HAT_OGRE_EXPERT",a[a.CHOMPY_BIRD_HAT_EXPERT=2991]="CHOMPY_BIRD_HAT_EXPERT",a[a.CHOMPY_BIRD_HAT_OGRE_DRAGON_ARCHER=2992]="CHOMPY_BIRD_HAT_OGRE_DRAGON_ARCHER",a[a.CHOMPY_BIRD_HAT_DRAGON_ARCHER=2993]="CHOMPY_BIRD_HAT_DRAGON_ARCHER",a[a.CHOMPY_BIRD_HAT_EXPERT_OGRE_DRAGON_ARCHER=2994]="CHOMPY_BIRD_HAT_EXPERT_OGRE_DRAGON_ARCHER",a[a.CHOMPY_BIRD_HAT_EXPERT_DRAGON_ARCHER=2995]="CHOMPY_BIRD_HAT_EXPERT_DRAGON_ARCHER",a[a.PIRATES_HOOK=2997]="PIRATES_HOOK",a[a.TOADFLAX=2998]="TOADFLAX",a[a.SNAPDRAGON=3e3]="SNAPDRAGON",a[a.TOADFLAX_POTION_UNF=3002]="TOADFLAX_POTION_UNF",a[a.SNAPDRAGON_POTION_UNF=3004]="SNAPDRAGON_POTION_UNF",a[a.ENERGY_POTION_4_DOSE=3008]="ENERGY_POTION_4_DOSE",a[a.ENERGY_POTION_3_DOSE=3010]="ENERGY_POTION_3_DOSE",a[a.ENERGY_POTION_2_DOSE=3012]="ENERGY_POTION_2_DOSE",a[a.ENERGY_POTION_1_DOSE=3014]="ENERGY_POTION_1_DOSE",a[a.SUPER_ENERGY_4_DOSE=3016]="SUPER_ENERGY_4_DOSE",a[a.SUPER_ENERGY_3_DOSE=3018]="SUPER_ENERGY_3_DOSE",a[a.SUPER_ENERGY_2_DOSE=3020]="SUPER_ENERGY_2_DOSE",a[a.SUPER_ENERGY_1_DOSE=3022]="SUPER_ENERGY_1_DOSE",a[a.SUPER_RESTORE_4_DOSE=3024]="SUPER_RESTORE_4_DOSE",a[a.SUPER_RESTORE_3_DOSE=3026]="SUPER_RESTORE_3_DOSE",a[a.SUPER_RESTORE_2_DOSE=3028]="SUPER_RESTORE_2_DOSE",a[a.SUPER_RESTORE_1_DOSE=3030]="SUPER_RESTORE_1_DOSE",a[a.AGILITY_POTION_4_DOSE=3032]="AGILITY_POTION_4_DOSE",a[a.AGILITY_POTION_3_DOSE=3034]="AGILITY_POTION_3_DOSE",a[a.AGILITY_POTION_2_DOSE=3036]="AGILITY_POTION_2_DOSE",a[a.AGILITY_POTION_1_DOSE=3038]="AGILITY_POTION_1_DOSE",a[a.MAGIC_POTION_4_DOSE=3040]="MAGIC_POTION_4_DOSE",a[a.MAGIC_POTION_3_DOSE=3042]="MAGIC_POTION_3_DOSE",a[a.MAGIC_POTION_2_DOSE=3044]="MAGIC_POTION_2_DOSE",a[a.MAGIC_POTION_1_DOSE=3046]="MAGIC_POTION_1_DOSE",a[a.GRIMY_TOADFLAX=3049]="GRIMY_TOADFLAX",a[a.GRIMY_SNAPDRAGON=3051]="GRIMY_SNAPDRAGON",a[a.LAVA_BATTLESTAFF=3053]="LAVA_BATTLESTAFF",a[a.MYSTIC_LAVA_STAFF=3054]="MYSTIC_LAVA_STAFF",a[a.MIME_MASK=3057]="MIME_MASK",a[a.MIME_TOP=3058]="MIME_TOP",a[a.MIME_LEGS=3059]="MIME_LEGS",a[a.MIME_GLOVES=3060]="MIME_GLOVES",a[a.MIME_BOOTS=3061]="MIME_BOOTS",a[a.BLACK_DART_UNPOISONED=3093]="BLACK_DART_UNPOISONED",a[a.BLACK_DART_POISON=3094]="BLACK_DART_POISON",a[a.BRONZE_CLAWS=3095]="BRONZE_CLAWS",a[a.IRON_CLAWS=3096]="IRON_CLAWS",a[a.STEEL_CLAWS=3097]="STEEL_CLAWS",a[a.BLACK_CLAWS=3098]="BLACK_CLAWS",a[a.MITHRIL_CLAWS=3099]="MITHRIL_CLAWS",a[a.ADAMANT_CLAWS=3100]="ADAMANT_CLAWS",a[a.RUNE_CLAWS=3101]="RUNE_CLAWS",a[a.CLIMBING_BOOTS=3105]="CLIMBING_BOOTS",a[a.SPIKED_BOOTS=3107]="SPIKED_BOOTS",a[a.GRANITE_SHIELD=3122]="GRANITE_SHIELD",a[a.SHAIKAHAN_BONES=3123]="SHAIKAHAN_BONES",a[a.JOGRE_BONES=3125]="JOGRE_BONES",a[a.POTATO_CACTUS=3138]="POTATO_CACTUS",a[a.DRAGON_CHAINBODY=3140]="DRAGON_CHAINBODY",a[a.RAW_KARAMBWAN=3142]="RAW_KARAMBWAN",a[a.COOKED_KARAMBWAN=3144]="COOKED_KARAMBWAN",a[a.KARAMBWAN_VESSEL_EMPTY=3157]="KARAMBWAN_VESSEL_EMPTY",a[a.KARAMBWAN_VESSEL_BAITED=3159]="KARAMBWAN_VESSEL_BAITED",a[a.SLICED_BANANA=3162]="SLICED_BANANA",a[a.BRONZE_SPEAR_KARAMBWAN_POISON=3170]="BRONZE_SPEAR_KARAMBWAN_POISON",a[a.IRON_SPEAR_KARAMBWAN_POISON=3171]="IRON_SPEAR_KARAMBWAN_POISON",a[a.STEEL_SPEAR_KARAMBWAN_POISON=3172]="STEEL_SPEAR_KARAMBWAN_POISON",a[a.MITHRIL_SPEAR_KARAMBWAN_POISON=3173]="MITHRIL_SPEAR_KARAMBWAN_POISON",a[a.ADAMANT_SPEAR_KARAMBWAN_POISON=3174]="ADAMANT_SPEAR_KARAMBWAN_POISON",a[a.RUNE_SPEAR_KARAMBWAN_POISON=3175]="RUNE_SPEAR_KARAMBWAN_POISON",a[a.DRAGON_SPEAR_KARAMBWAN_POISON=3176]="DRAGON_SPEAR_KARAMBWAN_POISON",a[a.MONKEY_BONES=3183]="MONKEY_BONES",a[a.CLEANING_CLOTH=3188]="CLEANING_CLOTH",a[a.BRONZE_HALBERD=3190]="BRONZE_HALBERD",a[a.IRON_HALBERD=3192]="IRON_HALBERD",a[a.STEEL_HALBERD=3194]="STEEL_HALBERD",a[a.BLACK_HALBERD=3196]="BLACK_HALBERD",a[a.MITHRIL_HALBERD=3198]="MITHRIL_HALBERD",a[a.ADAMANT_HALBERD=3200]="ADAMANT_HALBERD",a[a.RUNE_HALBERD=3202]="RUNE_HALBERD",a[a.DRAGON_HALBERD=3204]="DRAGON_HALBERD",a[a.CRYSTAL_PENDANT=3208]="CRYSTAL_PENDANT",a[a.LIMESTONE=3211]="LIMESTONE",a[a.BARREL=3216]="BARREL",a[a.RAW_RABBIT=3226]="RAW_RABBIT",a[a.COOKED_RABBIT=3228]="COOKED_RABBIT",a[a.BARK=3239]="BARK",a[a.VAMPYRE_DUST=3325]="VAMPYRE_DUST",a[a.MYRE_SNELM_ROUND=3327]="MYRE_SNELM_ROUND",a[a.BLOODNTAR_SNELM_ROUND=3329]="BLOODNTAR_SNELM_ROUND",a[a.OCHRE_SNELM_ROUND=3331]="OCHRE_SNELM_ROUND",a[a.BRUISE_BLUE_SNELM_ROUND=3333]="BRUISE_BLUE_SNELM_ROUND",a[a.BROKEN_BARK_SNELM=3335]="BROKEN_BARK_SNELM",a[a.MYRE_SNELM_POINTED=3337]="MYRE_SNELM_POINTED",a[a.BLOODNTAR_SNELM_POINTED=3339]="BLOODNTAR_SNELM_POINTED",a[a.OCHRE_SNELM_POINTED=3341]="OCHRE_SNELM_POINTED",a[a.BRUISE_BLUE_SNELM_POINTED=3343]="BRUISE_BLUE_SNELM_POINTED",a[a.BLAMISH_MYRE_SHELL_ROUND=3345]="BLAMISH_MYRE_SHELL_ROUND",a[a.BLAMISH_RED_SHELL_ROUND=3347]="BLAMISH_RED_SHELL_ROUND",a[a.BLAMISH_OCHRE_SHELL_ROUND=3349]="BLAMISH_OCHRE_SHELL_ROUND",a[a.BLAMISH_BLUE_SHELL_ROUND=3351]="BLAMISH_BLUE_SHELL_ROUND",a[a.BLAMISH_BARK_SHELL=3353]="BLAMISH_BARK_SHELL",a[a.BLAMISH_MYRE_SHELL_POINTED=3355]="BLAMISH_MYRE_SHELL_POINTED",a[a.BLAMISH_RED_SHELL_POINTED=3357]="BLAMISH_RED_SHELL_POINTED",a[a.BLAMISH_OCHRE_SHELL_POINTED=3359]="BLAMISH_OCHRE_SHELL_POINTED",a[a.BLAMISH_BLUE_SHELL_POINTED=3361]="BLAMISH_BLUE_SHELL_POINTED",a[a.THIN_SNAIL=3363]="THIN_SNAIL",a[a.LEAN_SNAIL=3365]="LEAN_SNAIL",a[a.FAT_SNAIL=3367]="FAT_SNAIL",a[a.THIN_SNAIL_MEAT=3369]="THIN_SNAIL_MEAT",a[a.LEAN_SNAIL_MEAT=3371]="LEAN_SNAIL_MEAT",a[a.FAT_SNAIL_MEAT=3373]="FAT_SNAIL_MEAT",a[a.RAW_SLIMY_EEL=3379]="RAW_SLIMY_EEL",a[a.COOKED_SLIMY_EEL=3381]="COOKED_SLIMY_EEL",a[a.SPLITBARK_HELM=3385]="SPLITBARK_HELM",a[a.SPLITBARK_BODY=3387]="SPLITBARK_BODY",a[a.SPLITBARK_LEGS=3389]="SPLITBARK_LEGS",a[a.SPLITBARK_GAUNTLETS=3391]="SPLITBARK_GAUNTLETS",a[a.SPLITBARK_BOOTS=3393]="SPLITBARK_BOOTS",a[a.LOAR_REMAINS=3396]="LOAR_REMAINS",a[a.PHRIN_REMAINS=3398]="PHRIN_REMAINS",a[a.RIYL_REMAINS=3400]="RIYL_REMAINS",a[a.ASYN_REMAINS=3402]="ASYN_REMAINS",a[a.FIYR_REMAINS=3404]="FIYR_REMAINS",a[a.UNFINISHED_POTION=3406]="UNFINISHED_POTION",a[a.SERUM_207_4_DOSE=3408]="SERUM_207_4_DOSE",a[a.SERUM_207_3_DOSE=3410]="SERUM_207_3_DOSE",a[a.SERUM_207_2_DOSE=3412]="SERUM_207_2_DOSE",a[a.SERUM_207_1_DOSE=3414]="SERUM_207_1_DOSE",a[a.LIMESTONE_BRICK=3420]="LIMESTONE_BRICK",a[a.OLIVE_OIL_4_DOSE=3422]="OLIVE_OIL_4_DOSE",a[a.OLIVE_OIL_3_DOSE=3424]="OLIVE_OIL_3_DOSE",a[a.OLIVE_OIL_2_DOSE=3426]="OLIVE_OIL_2_DOSE",a[a.OLIVE_OIL_1_DOSE=3428]="OLIVE_OIL_1_DOSE",a[a.SACRED_OIL_4_DOSE=3430]="SACRED_OIL_4_DOSE",a[a.SACRED_OIL_3_DOSE=3432]="SACRED_OIL_3_DOSE",a[a.SACRED_OIL_2_DOSE=3434]="SACRED_OIL_2_DOSE",a[a.SACRED_OIL_1_DOSE=3436]="SACRED_OIL_1_DOSE",a[a.PYRE_LOGS=3438]="PYRE_LOGS",a[a.OAK_PYRE_LOGS=3440]="OAK_PYRE_LOGS",a[a.WILLOW_PYRE_LOGS=3442]="WILLOW_PYRE_LOGS",a[a.MAPLE_PYRE_LOGS=3444]="MAPLE_PYRE_LOGS",a[a.YEW_PYRE_LOGS=3446]="YEW_PYRE_LOGS",a[a.MAGIC_PYRE_LOGS=3448]="MAGIC_PYRE_LOGS",a[a.FINE_CLOTH=3470]="FINE_CLOTH",a[a.BLACK_PLATESKIRT_T=3472]="BLACK_PLATESKIRT_T",a[a.BLACK_PLATESKIRT_G=3473]="BLACK_PLATESKIRT_G",a[a.ADAMANT_PLATESKIRT_T=3474]="ADAMANT_PLATESKIRT_T",a[a.ADAMANT_PLATESKIRT_G=3475]="ADAMANT_PLATESKIRT_G",a[a.RUNE_PLATESKIRT_G=3476]="RUNE_PLATESKIRT_G",a[a.RUNE_PLATESKIRT_T=3477]="RUNE_PLATESKIRT_T",a[a.ZAMORAK_PLATESKIRT=3478]="ZAMORAK_PLATESKIRT",a[a.SARADOMIN_PLATESKIRT=3479]="SARADOMIN_PLATESKIRT",a[a.GUTHIX_PLATESKIRT=3480]="GUTHIX_PLATESKIRT",a[a.GILDED_PLATEBODY=3481]="GILDED_PLATEBODY",a[a.GILDED_PLATELEGS=3483]="GILDED_PLATELEGS",a[a.GILDED_PLATESKIRT=3485]="GILDED_PLATESKIRT",a[a.GILDED_FULL_HELM=3486]="GILDED_FULL_HELM",a[a.GILDED_KITESHIELD=3488]="GILDED_KITESHIELD",a[a.FLAMTAER_HAMMER=3678]="FLAMTAER_HAMMER",a[a.LYRE=3689]="LYRE",a[a.ENCHANTED_LYRE_1=3691]="ENCHANTED_LYRE_1",a[a.PET_ROCK=3695]="PET_ROCK",a[a.FREMENNIK_HELM=3748]="FREMENNIK_HELM",a[a.ARCHER_HELM=3749]="ARCHER_HELM",a[a.BERSERKER_HELM=3751]="BERSERKER_HELM",a[a.WARRIOR_HELM=3753]="WARRIOR_HELM",a[a.FARSEER_HELM=3755]="FARSEER_HELM",a[a.FREMENNIK_BLADE=3757]="FREMENNIK_BLADE",a[a.FREMENNIK_SHIELD=3758]="FREMENNIK_SHIELD",a[a.FREMENNIK_CYAN_CLOAK=3759]="FREMENNIK_CYAN_CLOAK",a[a.FREMENNIK_BROWN_CLOAK=3761]="FREMENNIK_BROWN_CLOAK",a[a.FREMENNIK_BLUE_CLOAK=3763]="FREMENNIK_BLUE_CLOAK",a[a.FREMENNIK_GREEN_CLOAK=3765]="FREMENNIK_GREEN_CLOAK",a[a.FREMENNIK_BROWN_SHIRT=3767]="FREMENNIK_BROWN_SHIRT",a[a.FREMENNIK_GREY_SHIRT=3769]="FREMENNIK_GREY_SHIRT",a[a.FREMENNIK_BEIGE_SHIRT=3771]="FREMENNIK_BEIGE_SHIRT",a[a.FREMENNIK_RED_SHIRT=3773]="FREMENNIK_RED_SHIRT",a[a.FREMENNIK_BLUE_SHIRT=3775]="FREMENNIK_BLUE_SHIRT",a[a.FREMENNIK_RED_CLOAK=3777]="FREMENNIK_RED_CLOAK",a[a.FREMENNIK_GREY_CLOAK=3779]="FREMENNIK_GREY_CLOAK",a[a.FREMENNIK_YELLOW_CLOAK=3781]="FREMENNIK_YELLOW_CLOAK",a[a.FREMENNIK_TEAL_CLOAK=3783]="FREMENNIK_TEAL_CLOAK",a[a.FREMENNIK_PURPLE_CLOAK=3785]="FREMENNIK_PURPLE_CLOAK",a[a.FREMENNIK_PINK_CLOAK=3787]="FREMENNIK_PINK_CLOAK",a[a.FREMENNIK_BLACK_CLOAK=3789]="FREMENNIK_BLACK_CLOAK",a[a.FREMENNIK_BOOTS=3791]="FREMENNIK_BOOTS",a[a.FREMENNIK_ROBE=3793]="FREMENNIK_ROBE",a[a.FREMENNIK_SKIRT=3795]="FREMENNIK_SKIRT",a[a.FREMENNIK_HAT=3797]="FREMENNIK_HAT",a[a.FREMENNIK_GLOVES=3799]="FREMENNIK_GLOVES",a[a.KEG_OF_BEER=3801]="KEG_OF_BEER",a[a.BEER_TANKARD=3803]="BEER_TANKARD",a[a.SARADOMIN_PAGE_1=3827]="SARADOMIN_PAGE_1",a[a.SARADOMIN_PAGE_2=3828]="SARADOMIN_PAGE_2",a[a.SARADOMIN_PAGE_3=3829]="SARADOMIN_PAGE_3",a[a.SARADOMIN_PAGE_4=3830]="SARADOMIN_PAGE_4",a[a.ZAMORAK_PAGE_1=3831]="ZAMORAK_PAGE_1",a[a.ZAMORAK_PAGE_2=3832]="ZAMORAK_PAGE_2",a[a.ZAMORAK_PAGE_3=3833]="ZAMORAK_PAGE_3",a[a.ZAMORAK_PAGE_4=3834]="ZAMORAK_PAGE_4",a[a.GUTHIX_PAGE_1=3835]="GUTHIX_PAGE_1",a[a.GUTHIX_PAGE_2=3836]="GUTHIX_PAGE_2",a[a.GUTHIX_PAGE_3=3837]="GUTHIX_PAGE_3",a[a.GUTHIX_PAGE_4=3838]="GUTHIX_PAGE_4",a[a.DAMAGED_BOOK_SARADOMIN=3839]="DAMAGED_BOOK_SARADOMIN",a[a.HOLY_BOOK=3840]="HOLY_BOOK",a[a.DAMAGED_BOOK_ZAMORAK=3841]="DAMAGED_BOOK_ZAMORAK",a[a.UNHOLY_BOOK=3842]="UNHOLY_BOOK",a[a.DAMAGED_BOOK_GUTHIX=3843]="DAMAGED_BOOK_GUTHIX",a[a.BOOK_OF_BALANCE=3844]="BOOK_OF_BALANCE",a[a.GAMES_NECKLACE_8=3853]="GAMES_NECKLACE_8",a[a.GAMES_NECKLACE_7=3855]="GAMES_NECKLACE_7",a[a.GAMES_NECKLACE_6=3857]="GAMES_NECKLACE_6",a[a.GAMES_NECKLACE_5=3859]="GAMES_NECKLACE_5",a[a.GAMES_NECKLACE_4=3861]="GAMES_NECKLACE_4",a[a.GAMES_NECKLACE_3=3863]="GAMES_NECKLACE_3",a[a.GAMES_NECKLACE_2=3865]="GAMES_NECKLACE_2",a[a.GAMES_NECKLACE_1=3867]="GAMES_NECKLACE_1",a[a.IRON_SICKLE=3899]="IRON_SICKLE",a[a.MONKEY_NUTS=4012]="MONKEY_NUTS",a[a.MONKEY_BAR=4014]="MONKEY_BAR",a[a.BANANA_STEW=4016]="BANANA_STEW",a[a.MSPEAK_AMULET=4021]="MSPEAK_AMULET",a[a.SARADOMIN_BANNER_MINIGAME=4037]="SARADOMIN_BANNER_MINIGAME",a[a.ZAMORAK_BANNER_MINIGAME=4039]="ZAMORAK_BANNER_MINIGAME",a[a.HOODED_CLOAK_SARADOMIN=4041]="HOODED_CLOAK_SARADOMIN",a[a.HOODED_CLOAK_ZAMORAK=4042]="HOODED_CLOAK_ZAMORAK",a[a.DECORATIVE_SWORD_RED=4068]="DECORATIVE_SWORD_RED",a[a.DECORATIVE_ARMOUR_RED_PLATEBODY=4069]="DECORATIVE_ARMOUR_RED_PLATEBODY",a[a.DECORATIVE_ARMOUR_RED_PLATELEGS=4070]="DECORATIVE_ARMOUR_RED_PLATELEGS",a[a.DECORATIVE_HELM_RED=4071]="DECORATIVE_HELM_RED",a[a.DECORATIVE_SHIELD_RED=4072]="DECORATIVE_SHIELD_RED",a[a.SALVE_AMULET=4081]="SALVE_AMULET",a[a.TROLLWEISS=4086]="TROLLWEISS",a[a.DRAGON_PLATELEGS=4087]="DRAGON_PLATELEGS",a[a.MYSTIC_HAT=4089]="MYSTIC_HAT",a[a.MYSTIC_ROBE_TOP=4091]="MYSTIC_ROBE_TOP",a[a.MYSTIC_ROBE_BOTTOM=4093]="MYSTIC_ROBE_BOTTOM",a[a.MYSTIC_GLOVES=4095]="MYSTIC_GLOVES",a[a.MYSTIC_BOOTS=4097]="MYSTIC_BOOTS",a[a.MYSTIC_HAT_DARK=4099]="MYSTIC_HAT_DARK",a[a.MYSTIC_ROBE_TOP_DARK=4101]="MYSTIC_ROBE_TOP_DARK",a[a.MYSTIC_ROBE_BOTTOM_DARK=4103]="MYSTIC_ROBE_BOTTOM_DARK",a[a.MYSTIC_GLOVES_DARK=4105]="MYSTIC_GLOVES_DARK",a[a.MYSTIC_BOOTS_DARK=4107]="MYSTIC_BOOTS_DARK",a[a.MYSTIC_HAT_LIGHT=4109]="MYSTIC_HAT_LIGHT",a[a.MYSTIC_ROBE_TOP_LIGHT=4111]="MYSTIC_ROBE_TOP_LIGHT",a[a.MYSTIC_ROBE_BOTTOM_LIGHT=4113]="MYSTIC_ROBE_BOTTOM_LIGHT",a[a.MYSTIC_GLOVES_LIGHT=4115]="MYSTIC_GLOVES_LIGHT",a[a.MYSTIC_BOOTS_LIGHT=4117]="MYSTIC_BOOTS_LIGHT",a[a.BRONZE_BOOTS=4119]="BRONZE_BOOTS",a[a.IRON_BOOTS=4121]="IRON_BOOTS",a[a.STEEL_BOOTS=4123]="STEEL_BOOTS",a[a.BLACK_BOOTS=4125]="BLACK_BOOTS",a[a.MITHRIL_BOOTS=4127]="MITHRIL_BOOTS",a[a.ADAMANT_BOOTS=4129]="ADAMANT_BOOTS",a[a.RUNE_BOOTS=4131]="RUNE_BOOTS",a[a.ABYSSAL_WHIP=4151]="ABYSSAL_WHIP",a[a.GRANITE_MAUL_NORMAL=4153]="GRANITE_MAUL_NORMAL",a[a.MIRROR_SHIELD=4156]="MIRROR_SHIELD",a[a.LEAFBLADED_SPEAR=4158]="LEAFBLADED_SPEAR",a[a.BROAD_ARROWS=4160]="BROAD_ARROWS",a[a.BAG_OF_SALT=4161]="BAG_OF_SALT",a[a.ROCK_HAMMER=4162]="ROCK_HAMMER",a[a.FACEMASK=4164]="FACEMASK",a[a.EARMUFFS=4166]="EARMUFFS",a[a.NOSE_PEG=4168]="NOSE_PEG",a[a.SLAYERS_STAFF=4170]="SLAYERS_STAFF",a[a.RING_OF_CHAROS_NORMAL=4202]="RING_OF_CHAROS_NORMAL",a[a.CRYSTAL_WEAPON_SEED=4207]="CRYSTAL_WEAPON_SEED",a[a.CRYSTAL_BOW_HISTORICAL_NEW=4212]="CRYSTAL_BOW_HISTORICAL_NEW",a[a.CRYSTAL_BOW_HISTORICAL_FULL=4214]="CRYSTAL_BOW_HISTORICAL_FULL",a[a.CRYSTAL_BOW_HISTORICAL_910=4215]="CRYSTAL_BOW_HISTORICAL_910",a[a.CRYSTAL_BOW_HISTORICAL_810=4216]="CRYSTAL_BOW_HISTORICAL_810",a[a.CRYSTAL_BOW_HISTORICAL_710=4217]="CRYSTAL_BOW_HISTORICAL_710",a[a.CRYSTAL_BOW_HISTORICAL_610=4218]="CRYSTAL_BOW_HISTORICAL_610",a[a.CRYSTAL_BOW_HISTORICAL_510=4219]="CRYSTAL_BOW_HISTORICAL_510",a[a.CRYSTAL_BOW_HISTORICAL_410=4220]="CRYSTAL_BOW_HISTORICAL_410",a[a.CRYSTAL_BOW_HISTORICAL_310=4221]="CRYSTAL_BOW_HISTORICAL_310",a[a.CRYSTAL_BOW_HISTORICAL_210=4222]="CRYSTAL_BOW_HISTORICAL_210",a[a.CRYSTAL_BOW_HISTORICAL_110=4223]="CRYSTAL_BOW_HISTORICAL_110",a[a.CRYSTAL_SHIELD_HISTORICAL_NEW=4224]="CRYSTAL_SHIELD_HISTORICAL_NEW",a[a.CRYSTAL_SHIELD_HISTORICAL_FULL=4225]="CRYSTAL_SHIELD_HISTORICAL_FULL",a[a.CRYSTAL_SHIELD_HISTORICAL_910=4226]="CRYSTAL_SHIELD_HISTORICAL_910",a[a.CRYSTAL_SHIELD_HISTORICAL_810=4227]="CRYSTAL_SHIELD_HISTORICAL_810",a[a.CRYSTAL_SHIELD_HISTORICAL_710=4228]="CRYSTAL_SHIELD_HISTORICAL_710",a[a.CRYSTAL_SHIELD_HISTORICAL_610=4229]="CRYSTAL_SHIELD_HISTORICAL_610",a[a.CRYSTAL_SHIELD_HISTORICAL_510=4230]="CRYSTAL_SHIELD_HISTORICAL_510",a[a.CRYSTAL_SHIELD_HISTORICAL_410=4231]="CRYSTAL_SHIELD_HISTORICAL_410",a[a.CRYSTAL_SHIELD_HISTORICAL_310=4232]="CRYSTAL_SHIELD_HISTORICAL_310",a[a.CRYSTAL_SHIELD_HISTORICAL_210=4233]="CRYSTAL_SHIELD_HISTORICAL_210",a[a.CRYSTAL_SHIELD_HISTORICAL_110=4234]="CRYSTAL_SHIELD_HISTORICAL_110",a[a.SIGNED_OAK_BOW=4236]="SIGNED_OAK_BOW",a[a.GHOSTSPEAK_AMULET_ENCHANTED=4250]="GHOSTSPEAK_AMULET_ENCHANTED",a[a.BEDSHEET_REGULAR=4284]="BEDSHEET_REGULAR",a[a.BEDSHEET_ECTOPLASM=4285]="BEDSHEET_ECTOPLASM",a[a.HAM_SHIRT=4298]="HAM_SHIRT",a[a.HAM_ROBE=4300]="HAM_ROBE",a[a.HAM_HOOD=4302]="HAM_HOOD",a[a.HAM_CLOAK=4304]="HAM_CLOAK",a[a.HAM_LOGO=4306]="HAM_LOGO",a[a.HAM_GLOVES=4308]="HAM_GLOVES",a[a.HAM_BOOTS=4310]="HAM_BOOTS",a[a.TEAM1_CAPE=4315]="TEAM1_CAPE",a[a.TEAM2_CAPE=4317]="TEAM2_CAPE",a[a.TEAM3_CAPE=4319]="TEAM3_CAPE",a[a.TEAM4_CAPE=4321]="TEAM4_CAPE",a[a.TEAM5_CAPE=4323]="TEAM5_CAPE",a[a.TEAM6_CAPE=4325]="TEAM6_CAPE",a[a.TEAM7_CAPE=4327]="TEAM7_CAPE",a[a.TEAM8_CAPE=4329]="TEAM8_CAPE",a[a.TEAM9_CAPE=4331]="TEAM9_CAPE",a[a.TEAM10_CAPE=4333]="TEAM10_CAPE",a[a.TEAM11_CAPE=4335]="TEAM11_CAPE",a[a.TEAM12_CAPE=4337]="TEAM12_CAPE",a[a.TEAM13_CAPE=4339]="TEAM13_CAPE",a[a.TEAM14_CAPE=4341]="TEAM14_CAPE",a[a.TEAM15_CAPE=4343]="TEAM15_CAPE",a[a.TEAM16_CAPE=4345]="TEAM16_CAPE",a[a.TEAM17_CAPE=4347]="TEAM17_CAPE",a[a.TEAM18_CAPE=4349]="TEAM18_CAPE",a[a.TEAM19_CAPE=4351]="TEAM19_CAPE",a[a.TEAM20_CAPE=4353]="TEAM20_CAPE",a[a.TEAM21_CAPE=4355]="TEAM21_CAPE",a[a.TEAM22_CAPE=4357]="TEAM22_CAPE",a[a.TEAM23_CAPE=4359]="TEAM23_CAPE",a[a.TEAM24_CAPE=4361]="TEAM24_CAPE",a[a.TEAM25_CAPE=4363]="TEAM25_CAPE",a[a.TEAM26_CAPE=4365]="TEAM26_CAPE",a[a.TEAM27_CAPE=4367]="TEAM27_CAPE",a[a.TEAM28_CAPE=4369]="TEAM28_CAPE",a[a.TEAM29_CAPE=4371]="TEAM29_CAPE",a[a.TEAM30_CAPE=4373]="TEAM30_CAPE",a[a.TEAM31_CAPE=4375]="TEAM31_CAPE",a[a.TEAM32_CAPE=4377]="TEAM32_CAPE",a[a.TEAM33_CAPE=4379]="TEAM33_CAPE",a[a.TEAM34_CAPE=4381]="TEAM34_CAPE",a[a.TEAM35_CAPE=4383]="TEAM35_CAPE",a[a.TEAM36_CAPE=4385]="TEAM36_CAPE",a[a.TEAM37_CAPE=4387]="TEAM37_CAPE",a[a.TEAM38_CAPE=4389]="TEAM38_CAPE",a[a.TEAM39_CAPE=4391]="TEAM39_CAPE",a[a.TEAM40_CAPE=4393]="TEAM40_CAPE",a[a.TEAM41_CAPE=4395]="TEAM41_CAPE",a[a.TEAM42_CAPE=4397]="TEAM42_CAPE",a[a.TEAM43_CAPE=4399]="TEAM43_CAPE",a[a.TEAM44_CAPE=4401]="TEAM44_CAPE",a[a.TEAM45_CAPE=4403]="TEAM45_CAPE",a[a.TEAM46_CAPE=4405]="TEAM46_CAPE",a[a.TEAM47_CAPE=4407]="TEAM47_CAPE",a[a.TEAM48_CAPE=4409]="TEAM48_CAPE",a[a.TEAM49_CAPE=4411]="TEAM49_CAPE",a[a.TEAM50_CAPE=4413]="TEAM50_CAPE",a[a.GUTHIX_REST_4=4417]="GUTHIX_REST_4",a[a.GUTHIX_REST_3=4419]="GUTHIX_REST_3",a[a.GUTHIX_REST_2=4421]="GUTHIX_REST_2",a[a.GUTHIX_REST_1=4423]="GUTHIX_REST_1",a[a.AIRTIGHT_POT=4436]="AIRTIGHT_POT",a[a.UNFIRED_POT_LID=4438]="UNFIRED_POT_LID",a[a.POT_LID=4440]="POT_LID",a[a.BOWL_OF_HOT_WATER=4456]="BOWL_OF_HOT_WATER",a[a.CUP_OF_WATER=4458]="CUP_OF_WATER",a[a.CUP_OF_HOT_WATER=4460]="CUP_OF_HOT_WATER",a[a.BEARHEAD=4502]="BEARHEAD",a[a.DECORATIVE_SWORD_WHITE=4503]="DECORATIVE_SWORD_WHITE",a[a.DECORATIVE_ARMOUR_WHITE_PLATEBODY=4504]="DECORATIVE_ARMOUR_WHITE_PLATEBODY",a[a.DECORATIVE_ARMOUR_WHITE_PLATELEGS=4505]="DECORATIVE_ARMOUR_WHITE_PLATELEGS",a[a.DECORATIVE_HELM_WHITE=4506]="DECORATIVE_HELM_WHITE",a[a.DECORATIVE_SHIELD_WHITE=4507]="DECORATIVE_SHIELD_WHITE",a[a.DECORATIVE_SWORD_GOLD_NORMAL=4508]="DECORATIVE_SWORD_GOLD_NORMAL",a[a.DECORATIVE_ARMOUR_GOLD_PLATEBODY_NORMAL=4509]="DECORATIVE_ARMOUR_GOLD_PLATEBODY_NORMAL",a[a.DECORATIVE_ARMOUR_GOLD_PLATELEGS_NORMAL=4510]="DECORATIVE_ARMOUR_GOLD_PLATELEGS_NORMAL",a[a.DECORATIVE_HELM_GOLD_NORMAL=4511]="DECORATIVE_HELM_GOLD_NORMAL",a[a.DECORATIVE_SHIELD_GOLD_NORMAL=4512]="DECORATIVE_SHIELD_GOLD_NORMAL",a[a.CASTLEWARS_HOOD_SARADOMIN=4513]="CASTLEWARS_HOOD_SARADOMIN",a[a.CASTLEWARS_CLOAK_SARADOMIN=4514]="CASTLEWARS_CLOAK_SARADOMIN",a[a.CASTLEWARS_HOOD_ZAMORAK=4515]="CASTLEWARS_HOOD_ZAMORAK",a[a.CASTLEWARS_CLOAK_ZAMORAK=4516]="CASTLEWARS_CLOAK_ZAMORAK",a[a.GIANT_FROG_LEGS=4517]="GIANT_FROG_LEGS",a[a.OIL_LAMP_UNLIT=4522]="OIL_LAMP_UNLIT",a[a.EMPTY_OIL_LAMP=4525]="EMPTY_OIL_LAMP",a[a.EMPTY_CANDLE_LANTERN=4527]="EMPTY_CANDLE_LANTERN",a[a.CANDLE_LANTERN_UNLIT_WHITE_CANDLE=4529]="CANDLE_LANTERN_UNLIT_WHITE_CANDLE",a[a.CANDLE_LANTERN_UNLIT_BLACK_CANDLE=4532]="CANDLE_LANTERN_UNLIT_BLACK_CANDLE",a[a.EMPTY_OIL_LANTERN=4535]="EMPTY_OIL_LANTERN",a[a.OIL_LANTERN_UNLIT=4537]="OIL_LANTERN_UNLIT",a[a.OIL_LANTERN_FRAME=4540]="OIL_LANTERN_FRAME",a[a.LANTERN_LENS=4542]="LANTERN_LENS",a[a.BULLSEYE_LANTERN_UNF=4544]="BULLSEYE_LANTERN_UNF",a[a.BULLSEYE_LANTERN_EMPTY=4546]="BULLSEYE_LANTERN_EMPTY",a[a.BULLSEYE_LANTERN_UNLIT=4548]="BULLSEYE_LANTERN_UNLIT",a[a.SPINY_HELMET=4551]="SPINY_HELMET",a[a.EASTER_BASKET=4565]="EASTER_BASKET",a[a.RUBBER_CHICKEN=4566]="RUBBER_CHICKEN",a[a.GOLD_HELMET=4567]="GOLD_HELMET",a[a.BLACK_SPEAR_UNPOISONED=4580]="BLACK_SPEAR_UNPOISONED",a[a.BLACK_SPEAR_POISON=4582]="BLACK_SPEAR_POISON",a[a.BLACK_SPEAR_KARAMBWAN_POISON=4584]="BLACK_SPEAR_KARAMBWAN_POISON",a[a.DRAGON_PLATESKIRT=4585]="DRAGON_PLATESKIRT",a[a.DRAGON_SCIMITAR=4587]="DRAGON_SCIMITAR",a[a.KHARIDIAN_HEADPIECE=4591]="KHARIDIAN_HEADPIECE",a[a.FAKE_BEARD=4593]="FAKE_BEARD",a[a.OAK_BLACKJACK=4599]="OAK_BLACKJACK",a[a.WILLOW_BLACKJACK=4600]="WILLOW_BLACKJACK",a[a.SUPER_KEBAB=4608]="SUPER_KEBAB",a[a.DESERT_DISGUISE=4611]="DESERT_DISGUISE",a[a.BANDITS_BREW=4627]="BANDITS_BREW",a[a.RING_OF_VISIBILITY=4657]="RING_OF_VISIBILITY",a[a.GARLIC_POWDER=4668]="GARLIC_POWDER",a[a.ANCIENT_STAFF=4675]="ANCIENT_STAFF",a[a.CATSPEAK_AMULET=4677]="CATSPEAK_AMULET",a[a.LINEN=4684]="LINEN",a[a.BUCKET_OF_SAP=4687]="BUCKET_OF_SAP",a[a.PILE_OF_SALT=4689]="PILE_OF_SALT",a[a.STEAM_RUNE=4694]="STEAM_RUNE",a[a.MIST_RUNE=4695]="MIST_RUNE",a[a.DUST_RUNE=4696]="DUST_RUNE",a[a.SMOKE_RUNE=4697]="SMOKE_RUNE",a[a.MUD_RUNE=4698]="MUD_RUNE",a[a.LAVA_RUNE=4699]="LAVA_RUNE",a[a.AHRIMS_HOOD_UNDAMAGED=4708]="AHRIMS_HOOD_UNDAMAGED",a[a.AHRIMS_STAFF_UNDAMAGED=4710]="AHRIMS_STAFF_UNDAMAGED",a[a.AHRIMS_ROBETOP_UNDAMAGED=4712]="AHRIMS_ROBETOP_UNDAMAGED",a[a.AHRIMS_ROBESKIRT_UNDAMAGED=4714]="AHRIMS_ROBESKIRT_UNDAMAGED",a[a.DHAROKS_HELM_UNDAMAGED=4716]="DHAROKS_HELM_UNDAMAGED",a[a.DHAROKS_GREATAXE_UNDAMAGED=4718]="DHAROKS_GREATAXE_UNDAMAGED",a[a.DHAROKS_PLATEBODY_UNDAMAGED=4720]="DHAROKS_PLATEBODY_UNDAMAGED",a[a.DHAROKS_PLATELEGS_UNDAMAGED=4722]="DHAROKS_PLATELEGS_UNDAMAGED",a[a.GUTHANS_HELM_UNDAMAGED=4724]="GUTHANS_HELM_UNDAMAGED",a[a.GUTHANS_WARSPEAR_UNDAMAGED=4726]="GUTHANS_WARSPEAR_UNDAMAGED",a[a.GUTHANS_PLATEBODY_UNDAMAGED=4728]="GUTHANS_PLATEBODY_UNDAMAGED",a[a.GUTHANS_CHAINSKIRT_UNDAMAGED=4730]="GUTHANS_CHAINSKIRT_UNDAMAGED",a[a.KARILS_COIF_UNDAMAGED=4732]="KARILS_COIF_UNDAMAGED",a[a.KARILS_CROSSBOW_UNDAMAGED=4734]="KARILS_CROSSBOW_UNDAMAGED",a[a.KARILS_LEATHERTOP_UNDAMAGED=4736]="KARILS_LEATHERTOP_UNDAMAGED",a[a.KARILS_LEATHERSKIRT_UNDAMAGED=4738]="KARILS_LEATHERSKIRT_UNDAMAGED",a[a.BOLT_RACK=4740]="BOLT_RACK",a[a.TORAGS_HELM_UNDAMAGED=4745]="TORAGS_HELM_UNDAMAGED",a[a.TORAGS_HAMMERS_UNDAMAGED=4747]="TORAGS_HAMMERS_UNDAMAGED",a[a.TORAGS_PLATEBODY_UNDAMAGED=4749]="TORAGS_PLATEBODY_UNDAMAGED",a[a.TORAGS_PLATELEGS_UNDAMAGED=4751]="TORAGS_PLATELEGS_UNDAMAGED",a[a.VERACS_HELM_UNDAMAGED=4753]="VERACS_HELM_UNDAMAGED",a[a.VERACS_FLAIL_UNDAMAGED=4755]="VERACS_FLAIL_UNDAMAGED",a[a.VERACS_BRASSARD_UNDAMAGED=4757]="VERACS_BRASSARD_UNDAMAGED",a[a.VERACS_PLATESKIRT_UNDAMAGED=4759]="VERACS_PLATESKIRT_UNDAMAGED",a[a.BRONZE_BRUTAL=4773]="BRONZE_BRUTAL",a[a.IRON_BRUTAL=4778]="IRON_BRUTAL",a[a.STEEL_BRUTAL=4783]="STEEL_BRUTAL",a[a.BLACK_BRUTAL=4788]="BLACK_BRUTAL",a[a.MITHRIL_BRUTAL=4793]="MITHRIL_BRUTAL",a[a.ADAMANT_BRUTAL=4798]="ADAMANT_BRUTAL",a[a.RUNE_BRUTAL=4803]="RUNE_BRUTAL",a[a.ZOGRE_BONES=4812]="ZOGRE_BONES",a[a.BRONZE_NAILS=4819]="BRONZE_NAILS",a[a.IRON_NAILS=4820]="IRON_NAILS",a[a.BLACK_NAILS=4821]="BLACK_NAILS",a[a.MITHRIL_NAILS=4822]="MITHRIL_NAILS",a[a.ADAMANTITE_NAILS=4823]="ADAMANTITE_NAILS",a[a.RUNE_NAILS=4824]="RUNE_NAILS",a[a.UNSTRUNG_COMP_BOW=4825]="UNSTRUNG_COMP_BOW",a[a.COMP_OGRE_BOW=4827]="COMP_OGRE_BOW",a[a.FAYRG_BONES=4830]="FAYRG_BONES",a[a.RAURG_BONES=4832]="RAURG_BONES",a[a.OURG_BONES=4834]="OURG_BONES",a[a.RELICYMS_BALM_4_DOSE=4842]="RELICYMS_BALM_4_DOSE",a[a.RELICYMS_BALM_3_DOSE=4844]="RELICYMS_BALM_3_DOSE",a[a.RELICYMS_BALM_2_DOSE=4846]="RELICYMS_BALM_2_DOSE",a[a.RELICYMS_BALM_1_DOSE=4848]="RELICYMS_BALM_1_DOSE",a[a.OGRE_COFFIN_KEY=4850]="OGRE_COFFIN_KEY",a[a.AHRIMS_HOOD_100=4856]="AHRIMS_HOOD_100",a[a.AHRIMS_HOOD_75=4857]="AHRIMS_HOOD_75",a[a.AHRIMS_HOOD_50=4858]="AHRIMS_HOOD_50",a[a.AHRIMS_HOOD_25=4859]="AHRIMS_HOOD_25",a[a.AHRIMS_HOOD_0=4860]="AHRIMS_HOOD_0",a[a.AHRIMS_STAFF_100=4862]="AHRIMS_STAFF_100",a[a.AHRIMS_STAFF_75=4863]="AHRIMS_STAFF_75",a[a.AHRIMS_STAFF_50=4864]="AHRIMS_STAFF_50",a[a.AHRIMS_STAFF_25=4865]="AHRIMS_STAFF_25",a[a.AHRIMS_STAFF_0=4866]="AHRIMS_STAFF_0",a[a.AHRIMS_ROBETOP_100=4868]="AHRIMS_ROBETOP_100",a[a.AHRIMS_ROBETOP_75=4869]="AHRIMS_ROBETOP_75",a[a.AHRIMS_ROBETOP_50=4870]="AHRIMS_ROBETOP_50",a[a.AHRIMS_ROBETOP_25=4871]="AHRIMS_ROBETOP_25",a[a.AHRIMS_ROBETOP_0=4872]="AHRIMS_ROBETOP_0",a[a.AHRIMS_ROBESKIRT_100=4874]="AHRIMS_ROBESKIRT_100",a[a.AHRIMS_ROBESKIRT_75=4875]="AHRIMS_ROBESKIRT_75",a[a.AHRIMS_ROBESKIRT_50=4876]="AHRIMS_ROBESKIRT_50",a[a.AHRIMS_ROBESKIRT_25=4877]="AHRIMS_ROBESKIRT_25",a[a.AHRIMS_ROBESKIRT_0=4878]="AHRIMS_ROBESKIRT_0",a[a.DHAROKS_HELM_100=4880]="DHAROKS_HELM_100",a[a.DHAROKS_HELM_75=4881]="DHAROKS_HELM_75",a[a.DHAROKS_HELM_50=4882]="DHAROKS_HELM_50",a[a.DHAROKS_HELM_25=4883]="DHAROKS_HELM_25",a[a.DHAROKS_HELM_0=4884]="DHAROKS_HELM_0",a[a.DHAROKS_GREATAXE_100=4886]="DHAROKS_GREATAXE_100",a[a.DHAROKS_GREATAXE_75=4887]="DHAROKS_GREATAXE_75",a[a.DHAROKS_GREATAXE_50=4888]="DHAROKS_GREATAXE_50",a[a.DHAROKS_GREATAXE_25=4889]="DHAROKS_GREATAXE_25",a[a.DHAROKS_GREATAXE_0=4890]="DHAROKS_GREATAXE_0",a[a.DHAROKS_PLATEBODY_100=4892]="DHAROKS_PLATEBODY_100",a[a.DHAROKS_PLATEBODY_75=4893]="DHAROKS_PLATEBODY_75",a[a.DHAROKS_PLATEBODY_50=4894]="DHAROKS_PLATEBODY_50",a[a.DHAROKS_PLATEBODY_25=4895]="DHAROKS_PLATEBODY_25",a[a.DHAROKS_PLATEBODY_0=4896]="DHAROKS_PLATEBODY_0",a[a.DHAROKS_PLATELEGS_100=4898]="DHAROKS_PLATELEGS_100",a[a.DHAROKS_PLATELEGS_75=4899]="DHAROKS_PLATELEGS_75",a[a.DHAROKS_PLATELEGS_50=4900]="DHAROKS_PLATELEGS_50",a[a.DHAROKS_PLATELEGS_25=4901]="DHAROKS_PLATELEGS_25",a[a.DHAROKS_PLATELEGS_0=4902]="DHAROKS_PLATELEGS_0",a[a.GUTHANS_HELM_100=4904]="GUTHANS_HELM_100",a[a.GUTHANS_HELM_75=4905]="GUTHANS_HELM_75",a[a.GUTHANS_HELM_50=4906]="GUTHANS_HELM_50",a[a.GUTHANS_HELM_25=4907]="GUTHANS_HELM_25",a[a.GUTHANS_HELM_0=4908]="GUTHANS_HELM_0",a[a.GUTHANS_WARSPEAR_100=4910]="GUTHANS_WARSPEAR_100",a[a.GUTHANS_WARSPEAR_75=4911]="GUTHANS_WARSPEAR_75",a[a.GUTHANS_WARSPEAR_50=4912]="GUTHANS_WARSPEAR_50",a[a.GUTHANS_WARSPEAR_25=4913]="GUTHANS_WARSPEAR_25",a[a.GUTHANS_WARSPEAR_0=4914]="GUTHANS_WARSPEAR_0",a[a.GUTHANS_PLATEBODY_100=4916]="GUTHANS_PLATEBODY_100",a[a.GUTHANS_PLATEBODY_75=4917]="GUTHANS_PLATEBODY_75",a[a.GUTHANS_PLATEBODY_50=4918]="GUTHANS_PLATEBODY_50",a[a.GUTHANS_PLATEBODY_25=4919]="GUTHANS_PLATEBODY_25",a[a.GUTHANS_PLATEBODY_0=4920]="GUTHANS_PLATEBODY_0",a[a.GUTHANS_CHAINSKIRT_100=4922]="GUTHANS_CHAINSKIRT_100",a[a.GUTHANS_CHAINSKIRT_75=4923]="GUTHANS_CHAINSKIRT_75",a[a.GUTHANS_CHAINSKIRT_50=4924]="GUTHANS_CHAINSKIRT_50",a[a.GUTHANS_CHAINSKIRT_25=4925]="GUTHANS_CHAINSKIRT_25",a[a.GUTHANS_CHAINSKIRT_0=4926]="GUTHANS_CHAINSKIRT_0",a[a.KARILS_COIF_100=4928]="KARILS_COIF_100",a[a.KARILS_COIF_75=4929]="KARILS_COIF_75",a[a.KARILS_COIF_50=4930]="KARILS_COIF_50",a[a.KARILS_COIF_25=4931]="KARILS_COIF_25",a[a.KARILS_COIF_0=4932]="KARILS_COIF_0",a[a.KARILS_CROSSBOW_100=4934]="KARILS_CROSSBOW_100",a[a.KARILS_CROSSBOW_75=4935]="KARILS_CROSSBOW_75",a[a.KARILS_CROSSBOW_50=4936]="KARILS_CROSSBOW_50",a[a.KARILS_CROSSBOW_25=4937]="KARILS_CROSSBOW_25",a[a.KARILS_CROSSBOW_0=4938]="KARILS_CROSSBOW_0",a[a.KARILS_LEATHERTOP_100=4940]="KARILS_LEATHERTOP_100",a[a.KARILS_LEATHERTOP_75=4941]="KARILS_LEATHERTOP_75",a[a.KARILS_LEATHERTOP_50=4942]="KARILS_LEATHERTOP_50",a[a.KARILS_LEATHERTOP_25=4943]="KARILS_LEATHERTOP_25",a[a.KARILS_LEATHERTOP_0=4944]="KARILS_LEATHERTOP_0",a[a.KARILS_LEATHERSKIRT_100=4946]="KARILS_LEATHERSKIRT_100",a[a.KARILS_LEATHERSKIRT_75=4947]="KARILS_LEATHERSKIRT_75",a[a.KARILS_LEATHERSKIRT_50=4948]="KARILS_LEATHERSKIRT_50",a[a.KARILS_LEATHERSKIRT_25=4949]="KARILS_LEATHERSKIRT_25",a[a.KARILS_LEATHERSKIRT_0=4950]="KARILS_LEATHERSKIRT_0",a[a.TORAGS_HELM_100=4952]="TORAGS_HELM_100",a[a.TORAGS_HELM_75=4953]="TORAGS_HELM_75",a[a.TORAGS_HELM_50=4954]="TORAGS_HELM_50",a[a.TORAGS_HELM_25=4955]="TORAGS_HELM_25",a[a.TORAGS_HELM_0=4956]="TORAGS_HELM_0",a[a.TORAGS_HAMMERS_100=4958]="TORAGS_HAMMERS_100",a[a.TORAGS_HAMMERS_75=4959]="TORAGS_HAMMERS_75",a[a.TORAGS_HAMMERS_50=4960]="TORAGS_HAMMERS_50",a[a.TORAGS_HAMMERS_25=4961]="TORAGS_HAMMERS_25",a[a.TORAGS_HAMMERS_0=4962]="TORAGS_HAMMERS_0",a[a.TORAGS_PLATEBODY_100=4964]="TORAGS_PLATEBODY_100",a[a.TORAGS_PLATEBODY_75=4965]="TORAGS_PLATEBODY_75",a[a.TORAGS_PLATEBODY_50=4966]="TORAGS_PLATEBODY_50",a[a.TORAGS_PLATEBODY_25=4967]="TORAGS_PLATEBODY_25",a[a.TORAGS_PLATEBODY_0=4968]="TORAGS_PLATEBODY_0",a[a.TORAGS_PLATELEGS_100=4970]="TORAGS_PLATELEGS_100",a[a.TORAGS_PLATELEGS_75=4971]="TORAGS_PLATELEGS_75",a[a.TORAGS_PLATELEGS_50=4972]="TORAGS_PLATELEGS_50",a[a.TORAGS_PLATELEGS_25=4973]="TORAGS_PLATELEGS_25",a[a.TORAGS_PLATELEGS_0=4974]="TORAGS_PLATELEGS_0",a[a.VERACS_HELM_100=4976]="VERACS_HELM_100",a[a.VERACS_HELM_75=4977]="VERACS_HELM_75",a[a.VERACS_HELM_50=4978]="VERACS_HELM_50",a[a.VERACS_HELM_25=4979]="VERACS_HELM_25",a[a.VERACS_HELM_0=4980]="VERACS_HELM_0",a[a.VERACS_FLAIL_100=4982]="VERACS_FLAIL_100",a[a.VERACS_FLAIL_75=4983]="VERACS_FLAIL_75",a[a.VERACS_FLAIL_50=4984]="VERACS_FLAIL_50",a[a.VERACS_FLAIL_25=4985]="VERACS_FLAIL_25",a[a.VERACS_FLAIL_0=4986]="VERACS_FLAIL_0",a[a.VERACS_BRASSARD_100=4988]="VERACS_BRASSARD_100",a[a.VERACS_BRASSARD_75=4989]="VERACS_BRASSARD_75",a[a.VERACS_BRASSARD_50=4990]="VERACS_BRASSARD_50",a[a.VERACS_BRASSARD_25=4991]="VERACS_BRASSARD_25",a[a.VERACS_BRASSARD_0=4992]="VERACS_BRASSARD_0",a[a.VERACS_PLATESKIRT_100=4994]="VERACS_PLATESKIRT_100",a[a.VERACS_PLATESKIRT_75=4995]="VERACS_PLATESKIRT_75",a[a.VERACS_PLATESKIRT_50=4996]="VERACS_PLATESKIRT_50",a[a.VERACS_PLATESKIRT_25=4997]="VERACS_PLATESKIRT_25",a[a.VERACS_PLATESKIRT_0=4998]="VERACS_PLATESKIRT_0",a[a.RAW_CAVE_EEL=5001]="RAW_CAVE_EEL",a[a.CAVE_EEL=5003]="CAVE_EEL",a[a.MINING_HELMET_LIT=5013]="MINING_HELMET_LIT",a[a.MINING_HELMET_UNLIT=5014]="MINING_HELMET_UNLIT",a[a.BONE_SPEAR=5016]="BONE_SPEAR",a[a.BONE_CLUB=5018]="BONE_CLUB",a[a.WOVEN_TOP_BROWN=5024]="WOVEN_TOP_BROWN",a[a.WOVEN_TOP_YELLOW=5026]="WOVEN_TOP_YELLOW",a[a.WOVEN_TOP_BLUE=5028]="WOVEN_TOP_BLUE",a[a.SHIRT_BROWN=5030]="SHIRT_BROWN",a[a.SHIRT_YELLOW=5032]="SHIRT_YELLOW",a[a.SHIRT_LILAC=5034]="SHIRT_LILAC",a[a.TROUSERS_BROWN=5036]="TROUSERS_BROWN",a[a.TROUSERS_LILAC=5038]="TROUSERS_LILAC",a[a.TROUSERS_BLUE=5040]="TROUSERS_BLUE",a[a.SHORTS_BROWN=5042]="SHORTS_BROWN",a[a.SHORTS_YELLOW=5044]="SHORTS_YELLOW",a[a.SHORTS_BLUE=5046]="SHORTS_BLUE",a[a.SKIRT_BROWN=5048]="SKIRT_BROWN",a[a.SKIRT_LILAC=5050]="SKIRT_LILAC",a[a.SKIRT_BLUE=5052]="SKIRT_BLUE",a[a.BIRD_NEST_EMPTY=5075]="BIRD_NEST_EMPTY",a[a.MARIGOLD_SEED=5096]="MARIGOLD_SEED",a[a.ROSEMARY_SEED=5097]="ROSEMARY_SEED",a[a.NASTURTIUM_SEED=5098]="NASTURTIUM_SEED",a[a.WOAD_SEED=5099]="WOAD_SEED",a[a.LIMPWURT_SEED=5100]="LIMPWURT_SEED",a[a.REDBERRY_SEED=5101]="REDBERRY_SEED",a[a.CADAVABERRY_SEED=5102]="CADAVABERRY_SEED",a[a.DWELLBERRY_SEED=5103]="DWELLBERRY_SEED",a[a.JANGERBERRY_SEED=5104]="JANGERBERRY_SEED",a[a.WHITEBERRY_SEED=5105]="WHITEBERRY_SEED",a[a.POISON_IVY_SEED=5106]="POISON_IVY_SEED",a[a.CACTUS_SEED=5280]="CACTUS_SEED",a[a.BELLADONNA_SEED=5281]="BELLADONNA_SEED",a[a.MUSHROOM_SPORE=5282]="MUSHROOM_SPORE",a[a.APPLE_TREE_SEED=5283]="APPLE_TREE_SEED",a[a.BANANA_TREE_SEED=5284]="BANANA_TREE_SEED",a[a.ORANGE_TREE_SEED=5285]="ORANGE_TREE_SEED",a[a.CURRY_TREE_SEED=5286]="CURRY_TREE_SEED",a[a.PINEAPPLE_SEED=5287]="PINEAPPLE_SEED",a[a.PAPAYA_TREE_SEED=5288]="PAPAYA_TREE_SEED",a[a.PALM_TREE_SEED=5289]="PALM_TREE_SEED",a[a.CALQUAT_TREE_SEED=5290]="CALQUAT_TREE_SEED",a[a.GUAM_SEED=5291]="GUAM_SEED",a[a.MARRENTILL_SEED=5292]="MARRENTILL_SEED",a[a.TARROMIN_SEED=5293]="TARROMIN_SEED",a[a.HARRALANDER_SEED=5294]="HARRALANDER_SEED",a[a.RANARR_SEED=5295]="RANARR_SEED",a[a.TOADFLAX_SEED=5296]="TOADFLAX_SEED",a[a.IRIT_SEED=5297]="IRIT_SEED",a[a.AVANTOE_SEED=5298]="AVANTOE_SEED",a[a.KWUARM_SEED=5299]="KWUARM_SEED",a[a.SNAPDRAGON_SEED=5300]="SNAPDRAGON_SEED",a[a.CADANTINE_SEED=5301]="CADANTINE_SEED",a[a.LANTADYME_SEED=5302]="LANTADYME_SEED",a[a.DWARF_WEED_SEED=5303]="DWARF_WEED_SEED",a[a.TORSTOL_SEED=5304]="TORSTOL_SEED",a[a.BARLEY_SEED=5305]="BARLEY_SEED",a[a.JUTE_SEED=5306]="JUTE_SEED",a[a.HAMMERSTONE_SEED=5307]="HAMMERSTONE_SEED",a[a.ASGARNIAN_SEED=5308]="ASGARNIAN_SEED",a[a.YANILLIAN_SEED=5309]="YANILLIAN_SEED",a[a.KRANDORIAN_SEED=5310]="KRANDORIAN_SEED",a[a.WILDBLOOD_SEED=5311]="WILDBLOOD_SEED",a[a.ACORN=5312]="ACORN",a[a.WILLOW_SEED=5313]="WILLOW_SEED",a[a.MAPLE_SEED=5314]="MAPLE_SEED",a[a.YEW_SEED=5315]="YEW_SEED",a[a.MAGIC_SEED=5316]="MAGIC_SEED",a[a.POTATO_SEED=5318]="POTATO_SEED",a[a.ONION_SEED=5319]="ONION_SEED",a[a.SWEETCORN_SEED=5320]="SWEETCORN_SEED",a[a.WATERMELON_SEED=5321]="WATERMELON_SEED",a[a.TOMATO_SEED=5322]="TOMATO_SEED",a[a.STRAWBERRY_SEED=5323]="STRAWBERRY_SEED",a[a.CABBAGE_SEED=5324]="CABBAGE_SEED",a[a.GARDENING_TROWEL=5325]="GARDENING_TROWEL",a[a.SECATEURS=5329]="SECATEURS",a[a.WATERING_CAN_EMPTY=5331]="WATERING_CAN_EMPTY",a[a.RAKE=5341]="RAKE",a[a.SEED_DIBBER=5343]="SEED_DIBBER",a[a.GARDENING_BOOTS=5345]="GARDENING_BOOTS",a[a.EMPTY_PLANT_POT=5350]="EMPTY_PLANT_POT",a[a.UNFIRED_PLANT_POT=5352]="UNFIRED_PLANT_POT",a[a.FILLED_PLANT_POT=5354]="FILLED_PLANT_POT",a[a.OAK_SAPLING=5370]="OAK_SAPLING",a[a.WILLOW_SAPLING=5371]="WILLOW_SAPLING",a[a.MAPLE_SAPLING=5372]="MAPLE_SAPLING",a[a.YEW_SAPLING=5373]="YEW_SAPLING",a[a.MAGIC_SAPLING=5374]="MAGIC_SAPLING",a[a.BASKET=5376]="BASKET",a[a.APPLES_5=5386]="APPLES_5",a[a.ORANGES_5=5396]="ORANGES_5",a[a.STRAWBERRIES_5=5406]="STRAWBERRIES_5",a[a.BANANAS_5=5416]="BANANAS_5",a[a.EMPTY_SACK=5418]="EMPTY_SACK",a[a.POTATOES_10=5438]="POTATOES_10",a[a.ONIONS_10=5458]="ONIONS_10",a[a.CABBAGES_10=5478]="CABBAGES_10",a[a.APPLE_SAPLING=5496]="APPLE_SAPLING",a[a.BANANA_SAPLING=5497]="BANANA_SAPLING",a[a.ORANGE_SAPLING=5498]="ORANGE_SAPLING",a[a.CURRY_SAPLING=5499]="CURRY_SAPLING",a[a.PINEAPPLE_SAPLING=5500]="PINEAPPLE_SAPLING",a[a.PAPAYA_SAPLING=5501]="PAPAYA_SAPLING",a[a.PALM_SAPLING=5502]="PALM_SAPLING",a[a.CALQUAT_SAPLING=5503]="CALQUAT_SAPLING",a[a.STRAWBERRY=5504]="STRAWBERRY",a[a.ELEMENTAL_TALISMAN=5516]="ELEMENTAL_TALISMAN",a[a.BINDING_NECKLACE=5521]="BINDING_NECKLACE",a[a.TIARA_MOULD=5523]="TIARA_MOULD",a[a.TIARA=5525]="TIARA",a[a.AIR_TIARA=5527]="AIR_TIARA",a[a.MIND_TIARA=5529]="MIND_TIARA",a[a.WATER_TIARA=5531]="WATER_TIARA",a[a.BODY_TIARA=5533]="BODY_TIARA",a[a.EARTH_TIARA=5535]="EARTH_TIARA",a[a.FIRE_TIARA=5537]="FIRE_TIARA",a[a.COSMIC_TIARA=5539]="COSMIC_TIARA",a[a.NATURE_TIARA=5541]="NATURE_TIARA",a[a.CHAOS_TIARA=5543]="CHAOS_TIARA",a[a.LAW_TIARA=5545]="LAW_TIARA",a[a.DEATH_TIARA=5547]="DEATH_TIARA",a[a.BLOOD_TIARA=5549]="BLOOD_TIARA",a[a.ROGUE_TOP=5553]="ROGUE_TOP",a[a.ROGUE_MASK=5554]="ROGUE_MASK",a[a.ROGUE_TROUSERS=5555]="ROGUE_TROUSERS",a[a.ROGUE_GLOVES=5556]="ROGUE_GLOVES",a[a.ROGUE_BOOTS=5557]="ROGUE_BOOTS",a[a.INITIATE_SALLET=5574]="INITIATE_SALLET",a[a.INITIATE_HAUBERK=5575]="INITIATE_HAUBERK",a[a.INITIATE_CUISSE=5576]="INITIATE_CUISSE",a[a.GRAIN_RECRUITMENT_DRIVE=5607]="GRAIN_RECRUITMENT_DRIVE",a[a.FOX_RECRUITMENT_DRIVE=5608]="FOX_RECRUITMENT_DRIVE",a[a.CHICKEN_RECRUITMENT_DRIVE=5609]="CHICKEN_RECRUITMENT_DRIVE",a[a.ASGARNIAN_ALEM=5739]="ASGARNIAN_ALEM",a[a.MATURE_WMB=5741]="MATURE_WMB",a[a.GREENMANS_ALEM=5743]="GREENMANS_ALEM",a[a.DRAGON_BITTERM=5745]="DRAGON_BITTERM",a[a.DWARVEN_STOUTM=5747]="DWARVEN_STOUTM",a[a.MOONLIGHT_MEADM=5749]="MOONLIGHT_MEADM",a[a.AXEMANS_FOLLY=5751]="AXEMANS_FOLLY",a[a.AXEMANS_FOLLYM=5753]="AXEMANS_FOLLYM",a[a.CHEFS_DELIGHT=5755]="CHEFS_DELIGHT",a[a.CHEFS_DELIGHTM=5757]="CHEFS_DELIGHTM",a[a.SLAYERS_RESPITE=5759]="SLAYERS_RESPITE",a[a.SLAYERS_RESPITEM=5761]="SLAYERS_RESPITEM",a[a.CIDER=5763]="CIDER",a[a.MATURE_CIDER=5765]="MATURE_CIDER",a[a.ALE_YEAST=5767]="ALE_YEAST",a[a.CALQUAT_KEG=5769]="CALQUAT_KEG",a[a.DWARVEN_STOUT_KEG_4_PINTS=5777]="DWARVEN_STOUT_KEG_4_PINTS",a[a.ASGARNIAN_ALE_KEG_4_PINTS=5785]="ASGARNIAN_ALE_KEG_4_PINTS",a[a.GREENMANS_ALE_KEG_4_PINTS=5793]="GREENMANS_ALE_KEG_4_PINTS",a[a.MIND_BOMB_KEG_4_PINTS=5801]="MIND_BOMB_KEG_4_PINTS",a[a.DRAGON_BITTER_KEG_4_PINTS=5809]="DRAGON_BITTER_KEG_4_PINTS",a[a.MOONLIGHT_MEAD_KEG_4_PINTS=5817]="MOONLIGHT_MEAD_KEG_4_PINTS",a[a.AXEMANS_FOLLY_KEG_4_PINTS=5825]="AXEMANS_FOLLY_KEG_4_PINTS",a[a.CHEFS_DELIGHT_KEG_4_PINTS=5833]="CHEFS_DELIGHT_KEG_4_PINTS",a[a.SLAYERS_RESPITE_KEG_4_PINTS=5841]="SLAYERS_RESPITE_KEG_4_PINTS",a[a.CIDER_KEG_4_PINTS=5849]="CIDER_KEG_4_PINTS",a[a.DWARVEN_STOUTM_KEG_4_PINTS=5857]="DWARVEN_STOUTM_KEG_4_PINTS",a[a.ASGARNIAN_ALEM_KEG_4_PINTS=5865]="ASGARNIAN_ALEM_KEG_4_PINTS",a[a.GREENMANS_ALEM_KEG_4_PINTS=5873]="GREENMANS_ALEM_KEG_4_PINTS",a[a.MIND_BOMBM_KEG_4_PINTS=5881]="MIND_BOMBM_KEG_4_PINTS",a[a.DRAGON_BITTERM_KEG_4_PINTS=5889]="DRAGON_BITTERM_KEG_4_PINTS",a[a.MOONLIGHT_MEADM_KEG_4_PINTS=5897]="MOONLIGHT_MEADM_KEG_4_PINTS",a[a.AXEMANS_FOLLYM_KEG_4_PINTS=5905]="AXEMANS_FOLLYM_KEG_4_PINTS",a[a.CHEFS_DELIGHTM_KEG_4_PINTS=5913]="CHEFS_DELIGHTM_KEG_4_PINTS",a[a.SLAYERS_RESPITEM_KEG_4_PINTS=5921]="SLAYERS_RESPITEM_KEG_4_PINTS",a[a.CIDERM_KEG_4_PINTS=5929]="CIDERM_KEG_4_PINTS",a[a.JUTE_FIBRE=5931]="JUTE_FIBRE",a[a.WILLOW_BRANCH=5933]="WILLOW_BRANCH",a[a.COCONUT_MILK=5935]="COCONUT_MILK",a[a.TOMATOES_5=5968]="TOMATOES_5",a[a.CURRY_LEAF=5970]="CURRY_LEAF",a[a.PAPAYA_FRUIT=5972]="PAPAYA_FRUIT",a[a.COCONUT=5974]="COCONUT",a[a.CALQUAT_FRUIT=5980]="CALQUAT_FRUIT",a[a.WATERMELON=5982]="WATERMELON",a[a.WATERMELON_SLICE=5984]="WATERMELON_SLICE",a[a.SWEETCORN=5986]="SWEETCORN",a[a.COOKED_SWEETCORN=5988]="COOKED_SWEETCORN",a[a.APPLE_MUSH=5992]="APPLE_MUSH",a[a.HAMMERSTONE_HOPS=5994]="HAMMERSTONE_HOPS",a[a.ASGARNIAN_HOPS=5996]="ASGARNIAN_HOPS",a[a.YANILLIAN_HOPS=5998]="YANILLIAN_HOPS",a[a.KRANDORIAN_HOPS=6e3]="KRANDORIAN_HOPS",a[a.WILDBLOOD_HOPS=6002]="WILDBLOOD_HOPS",a[a.MUSHROOM=6004]="MUSHROOM",a[a.BARLEY=6006]="BARLEY",a[a.BARLEY_MALT=6008]="BARLEY_MALT",a[a.MARIGOLDS=6010]="MARIGOLDS",a[a.NASTURTIUMS=6012]="NASTURTIUMS",a[a.ROSEMARY=6014]="ROSEMARY",a[a.CACTUS_SPINE=6016]="CACTUS_SPINE",a[a.POISON_IVY_BERRIES=6018]="POISON_IVY_BERRIES",a[a.LEAVES=6020]="LEAVES",a[a.LEAVES_OAK=6022]="LEAVES_OAK",a[a.LEAVES_WILLOW=6024]="LEAVES_WILLOW",a[a.LEAVES_YEW=6026]="LEAVES_YEW",a[a.LEAVES_MAPLE=6028]="LEAVES_MAPLE",a[a.LEAVES_MAGIC=6030]="LEAVES_MAGIC",a[a.COMPOST=6032]="COMPOST",a[a.SUPERCOMPOST=6034]="SUPERCOMPOST",a[a.PLANT_CURE=6036]="PLANT_CURE",a[a.MAGIC_STRING=6038]="MAGIC_STRING",a[a.AMULET_OF_NATURE=6040]="AMULET_OF_NATURE",a[a.PRENATURE_AMULET=6041]="PRENATURE_AMULET",a[a.OAK_ROOTS=6043]="OAK_ROOTS",a[a.WILLOW_ROOTS=6045]="WILLOW_ROOTS",a[a.MAPLE_ROOTS=6047]="MAPLE_ROOTS",a[a.YEW_ROOTS=6049]="YEW_ROOTS",a[a.MAGIC_ROOTS=6051]="MAGIC_ROOTS",a[a.WEEDS=6055]="WEEDS",a[a.MOURNER_TOP=6065]="MOURNER_TOP",a[a.MOURNER_TROUSERS_REPAIRED=6067]="MOURNER_TROUSERS_REPAIRED",a[a.MOURNER_GLOVES=6068]="MOURNER_GLOVES",a[a.MOURNER_BOOTS=6069]="MOURNER_BOOTS",a[a.MOURNER_CLOAK=6070]="MOURNER_CLOAK",a[a.FIXED_DEVICE=6082]="FIXED_DEVICE",a[a.GHOSTLY_BOOTS=6106]="GHOSTLY_BOOTS",a[a.GHOSTLY_ROBE_TOP=6107]="GHOSTLY_ROBE_TOP",a[a.GHOSTLY_ROBE_BOTTOM=6108]="GHOSTLY_ROBE_BOTTOM",a[a.GHOSTLY_HOOD=6109]="GHOSTLY_HOOD",a[a.GHOSTLY_GLOVES=6110]="GHOSTLY_GLOVES",a[a.GHOSTLY_CLOAK=6111]="GHOSTLY_CLOAK",a[a.ENCHANTED_LYRE_2=6125]="ENCHANTED_LYRE_2",a[a.ENCHANTED_LYRE_3=6126]="ENCHANTED_LYRE_3",a[a.ENCHANTED_LYRE_4=6127]="ENCHANTED_LYRE_4",a[a.ROCKSHELL_HELM=6128]="ROCKSHELL_HELM",a[a.ROCKSHELL_PLATE=6129]="ROCKSHELL_PLATE",a[a.ROCKSHELL_LEGS=6130]="ROCKSHELL_LEGS",a[a.SPINED_HELM=6131]="SPINED_HELM",a[a.SPINED_BODY=6133]="SPINED_BODY",a[a.SPINED_CHAPS=6135]="SPINED_CHAPS",a[a.SKELETAL_HELM=6137]="SKELETAL_HELM",a[a.SKELETAL_TOP=6139]="SKELETAL_TOP",a[a.SKELETAL_BOTTOMS=6141]="SKELETAL_BOTTOMS",a[a.SPINED_BOOTS=6143]="SPINED_BOOTS",a[a.ROCKSHELL_BOOTS=6145]="ROCKSHELL_BOOTS",a[a.SKELETAL_BOOTS=6147]="SKELETAL_BOOTS",a[a.SPINED_GLOVES=6149]="SPINED_GLOVES",a[a.ROCKSHELL_GLOVES=6151]="ROCKSHELL_GLOVES",a[a.SKELETAL_GLOVES=6153]="SKELETAL_GLOVES",a[a.DAGANNOTH_HIDE=6155]="DAGANNOTH_HIDE",a[a.ROCKSHELL_CHUNK=6157]="ROCKSHELL_CHUNK",a[a.ROCKSHELL_SHARD=6159]="ROCKSHELL_SHARD",a[a.ROCKSHELL_SPLINTER=6161]="ROCKSHELL_SPLINTER",a[a.SKULL_PIECE=6163]="SKULL_PIECE",a[a.RIBCAGE_PIECE=6165]="RIBCAGE_PIECE",a[a.FIBULA_PIECE=6167]="FIBULA_PIECE",a[a.CIRCULAR_HIDE=6169]="CIRCULAR_HIDE",a[a.FLATTENED_HIDE=6171]="FLATTENED_HIDE",a[a.STRETCHED_HIDE=6173]="STRETCHED_HIDE",a[a.LEDERHOSEN_TOP=6180]="LEDERHOSEN_TOP",a[a.LEDERHOSEN_SHORTS=6181]="LEDERHOSEN_SHORTS",a[a.LEDERHOSEN_HAT=6182]="LEDERHOSEN_HAT",a[a.PRINCE_TUNIC=6184]="PRINCE_TUNIC",a[a.PRINCE_LEGGINGS=6185]="PRINCE_LEGGINGS",a[a.PRINCESS_BLOUSE=6186]="PRINCESS_BLOUSE",a[a.PRINCESS_SKIRT=6187]="PRINCESS_SKIRT",a[a.FROG_MASK=6188]="FROG_MASK",a[a.TEAK_PYRE_LOGS=6211]="TEAK_PYRE_LOGS",a[a.MAHOGANY_PYRE_LOGS=6213]="MAHOGANY_PYRE_LOGS",a[a.BROODOO_SHIELD_GREEN_10=6215]="BROODOO_SHIELD_GREEN_10",a[a.BROODOO_SHIELD_GREEN_9=6217]="BROODOO_SHIELD_GREEN_9",a[a.BROODOO_SHIELD_GREEN_8=6219]="BROODOO_SHIELD_GREEN_8",a[a.BROODOO_SHIELD_GREEN_7=6221]="BROODOO_SHIELD_GREEN_7",a[a.BROODOO_SHIELD_GREEN_6=6223]="BROODOO_SHIELD_GREEN_6",a[a.BROODOO_SHIELD_GREEN_5=6225]="BROODOO_SHIELD_GREEN_5",a[a.BROODOO_SHIELD_GREEN_4=6227]="BROODOO_SHIELD_GREEN_4",a[a.BROODOO_SHIELD_GREEN_3=6229]="BROODOO_SHIELD_GREEN_3",a[a.BROODOO_SHIELD_GREEN_2=6231]="BROODOO_SHIELD_GREEN_2",a[a.BROODOO_SHIELD_GREEN_1=6233]="BROODOO_SHIELD_GREEN_1",a[a.BROODOO_SHIELD_GREEN_UNCHARGED=6235]="BROODOO_SHIELD_GREEN_UNCHARGED",a[a.BROODOO_SHIELD_ORANGE_10=6237]="BROODOO_SHIELD_ORANGE_10",a[a.BROODOO_SHIELD_ORANGE_9=6239]="BROODOO_SHIELD_ORANGE_9",a[a.BROODOO_SHIELD_ORANGE_8=6241]="BROODOO_SHIELD_ORANGE_8",a[a.BROODOO_SHIELD_ORANGE_7=6243]="BROODOO_SHIELD_ORANGE_7",a[a.BROODOO_SHIELD_ORANGE_6=6245]="BROODOO_SHIELD_ORANGE_6",a[a.BROODOO_SHIELD_ORANGE_5=6247]="BROODOO_SHIELD_ORANGE_5",a[a.BROODOO_SHIELD_ORANGE_4=6249]="BROODOO_SHIELD_ORANGE_4",a[a.BROODOO_SHIELD_ORANGE_3=6251]="BROODOO_SHIELD_ORANGE_3",a[a.BROODOO_SHIELD_ORANGE_2=6253]="BROODOO_SHIELD_ORANGE_2",a[a.BROODOO_SHIELD_ORANGE_1=6255]="BROODOO_SHIELD_ORANGE_1",a[a.BROODOO_SHIELD_ORANGE_UNCHARGED=6257]="BROODOO_SHIELD_ORANGE_UNCHARGED",a[a.BROODOO_SHIELD_BLUE_10=6259]="BROODOO_SHIELD_BLUE_10",a[a.BROODOO_SHIELD_BLUE_9=6261]="BROODOO_SHIELD_BLUE_9",a[a.BROODOO_SHIELD_BLUE_8=6263]="BROODOO_SHIELD_BLUE_8",a[a.BROODOO_SHIELD_BLUE_7=6265]="BROODOO_SHIELD_BLUE_7",a[a.BROODOO_SHIELD_BLUE_6=6267]="BROODOO_SHIELD_BLUE_6",a[a.BROODOO_SHIELD_BLUE_5=6269]="BROODOO_SHIELD_BLUE_5",a[a.BROODOO_SHIELD_BLUE_4=6271]="BROODOO_SHIELD_BLUE_4",a[a.BROODOO_SHIELD_BLUE_3=6273]="BROODOO_SHIELD_BLUE_3",a[a.BROODOO_SHIELD_BLUE_2=6275]="BROODOO_SHIELD_BLUE_2",a[a.BROODOO_SHIELD_BLUE_1=6277]="BROODOO_SHIELD_BLUE_1",a[a.BROODOO_SHIELD_BLUE_UNCHARGED=6279]="BROODOO_SHIELD_BLUE_UNCHARGED",a[a.THATCH_SPAR_LIGHT=6281]="THATCH_SPAR_LIGHT",a[a.THATCH_SPAR_MED=6283]="THATCH_SPAR_MED",a[a.THATCH_SPAR_DENSE=6285]="THATCH_SPAR_DENSE",a[a.SNAKE_HIDE=6287]="SNAKE_HIDE",a[a.SNAKESKIN=6289]="SNAKESKIN",a[a.SPIDER_CARCASS=6291]="SPIDER_CARCASS",a[a.SPIDER_ON_STICK=6297]="SPIDER_ON_STICK",a[a.SPIDER_ON_SHAFT=6299]="SPIDER_ON_SHAFT",a[a.SKEWER_STICK=6305]="SKEWER_STICK",a[a.TRADING_STICKS=6306]="TRADING_STICKS",a[a.GOUT_TUBER=6311]="GOUT_TUBER",a[a.OPAL_MACHETE=6313]="OPAL_MACHETE",a[a.JADE_MACHETE=6315]="JADE_MACHETE",a[a.RED_TOPAZ_MACHETE=6317]="RED_TOPAZ_MACHETE",a[a.PROBOSCIS=6319]="PROBOSCIS",a[a.SNAKESKIN_BODY=6322]="SNAKESKIN_BODY",a[a.SNAKESKIN_CHAPS=6324]="SNAKESKIN_CHAPS",a[a.SNAKESKIN_BANDANA=6326]="SNAKESKIN_BANDANA",a[a.SNAKESKIN_BOOTS=6328]="SNAKESKIN_BOOTS",a[a.SNAKESKIN_VAMBRACES=6330]="SNAKESKIN_VAMBRACES",a[a.MAHOGANY_LOGS=6332]="MAHOGANY_LOGS",a[a.TEAK_LOGS=6333]="TEAK_LOGS",a[a.TRIBAL_MASK_GREEN=6335]="TRIBAL_MASK_GREEN",a[a.TRIBAL_MASK_ORANGE=6337]="TRIBAL_MASK_ORANGE",a[a.TRIBAL_MASK_BLUE=6339]="TRIBAL_MASK_BLUE",a[a.TRIBAL_TOP_BROWN=6341]="TRIBAL_TOP_BROWN",a[a.VILLAGER_ROBE_BROWN=6343]="VILLAGER_ROBE_BROWN",a[a.VILLAGER_HAT_BROWN=6345]="VILLAGER_HAT_BROWN",a[a.VILLAGER_ARMBAND_BROWN=6347]="VILLAGER_ARMBAND_BROWN",a[a.VILLAGER_SANDALS_BROWN=6349]="VILLAGER_SANDALS_BROWN",a[a.TRIBAL_TOP_BLUE=6351]="TRIBAL_TOP_BLUE",a[a.VILLAGER_ROBE_BLUE=6353]="VILLAGER_ROBE_BLUE",a[a.VILLAGER_HAT_BLUE=6355]="VILLAGER_HAT_BLUE",a[a.VILLAGER_SANDALS_BLUE=6357]="VILLAGER_SANDALS_BLUE",a[a.VILLAGER_ARMBAND_BLUE=6359]="VILLAGER_ARMBAND_BLUE",a[a.TRIBAL_TOP_YELLOW=6361]="TRIBAL_TOP_YELLOW",a[a.VILLAGER_ROBE_YELLOW=6363]="VILLAGER_ROBE_YELLOW",a[a.VILLAGER_HAT_YELLOW=6365]="VILLAGER_HAT_YELLOW",a[a.VILLAGER_SANDALS_YELLOW=6367]="VILLAGER_SANDALS_YELLOW",a[a.VILLAGER_ARMBAND_YELLOW=6369]="VILLAGER_ARMBAND_YELLOW",a[a.TRIBAL_TOP_PINK=6371]="TRIBAL_TOP_PINK",a[a.VILLAGER_ROBE_PINK=6373]="VILLAGER_ROBE_PINK",a[a.VILLAGER_HAT_PINK=6375]="VILLAGER_HAT_PINK",a[a.VILLAGER_SANDALS_PINK=6377]="VILLAGER_SANDALS_PINK",a[a.VILLAGER_ARMBAND_PINK=6379]="VILLAGER_ARMBAND_PINK",a[a.FEZ=6382]="FEZ",a[a.DESERT_TOP=6384]="DESERT_TOP",a[a.DESERT_ROBES=6386]="DESERT_ROBES",a[a.DESERT_TOP_OVERCOAT=6388]="DESERT_TOP_OVERCOAT",a[a.DESERT_LEGS=6390]="DESERT_LEGS",a[a.MENAPHITE_PURPLE_HAT=6392]="MENAPHITE_PURPLE_HAT",a[a.MENAPHITE_PURPLE_TOP=6394]="MENAPHITE_PURPLE_TOP",a[a.MENAPHITE_PURPLE_ROBE=6396]="MENAPHITE_PURPLE_ROBE",a[a.MENAPHITE_PURPLE_KILT=6398]="MENAPHITE_PURPLE_KILT",a[a.MENAPHITE_RED_HAT=6400]="MENAPHITE_RED_HAT",a[a.MENAPHITE_RED_TOP=6402]="MENAPHITE_RED_TOP",a[a.MENAPHITE_RED_ROBE=6404]="MENAPHITE_RED_ROBE",a[a.MENAPHITE_RED_KILT=6406]="MENAPHITE_RED_KILT",a[a.OAK_BLACKJACKO=6408]="OAK_BLACKJACKO",a[a.OAK_BLACKJACKD=6410]="OAK_BLACKJACKD",a[a.WILLOW_BLACKJACKO=6412]="WILLOW_BLACKJACKO",a[a.WILLOW_BLACKJACKD=6414]="WILLOW_BLACKJACKD",a[a.MAPLE_BLACKJACK=6416]="MAPLE_BLACKJACK",a[a.MAPLE_BLACKJACKO=6418]="MAPLE_BLACKJACKO",a[a.MAPLE_BLACKJACKD=6420]="MAPLE_BLACKJACKD",a[a.RING_OF_CHAROS_ACTIVATED=6465]="RING_OF_CHAROS_ACTIVATED",a[a.COMPOST_POTION_4_DOSE=6470]="COMPOST_POTION_4_DOSE",a[a.COMPOST_POTION_3_DOSE=6472]="COMPOST_POTION_3_DOSE",a[a.COMPOST_POTION_2_DOSE=6474]="COMPOST_POTION_2_DOSE",a[a.COMPOST_POTION_1_DOSE=6476]="COMPOST_POTION_1_DOSE",a[a.TOKTZXILUL=6522]="TOKTZXILUL",a[a.TOKTZXILAK=6523]="TOKTZXILAK",a[a.TOKTZKETXIL=6524]="TOKTZKETXIL",a[a.TOKTZXILEK=6525]="TOKTZXILEK",a[a.TOKTZMEJTAL=6526]="TOKTZMEJTAL",a[a.TZHAARKETEM=6527]="TZHAARKETEM",a[a.TZHAARKETOM=6528]="TZHAARKETOM",a[a.MOUSE_TOY=6541]="MOUSE_TOY",a[a.CATSPEAK_AMULETE=6544]="CATSPEAK_AMULETE",a[a.DOCTORS_HAT=6547]="DOCTORS_HAT",a[a.NURSE_HAT=6548]="NURSE_HAT",a[a.MUD_BATTLESTAFF=6562]="MUD_BATTLESTAFF",a[a.MYSTIC_MUD_STAFF=6563]="MYSTIC_MUD_STAFF",a[a.OBSIDIAN_CAPE=6568]="OBSIDIAN_CAPE",a[a.FIRE_CAPE_NORMAL=6570]="FIRE_CAPE_NORMAL",a[a.UNCUT_ONYX=6571]="UNCUT_ONYX",a[a.ONYX=6573]="ONYX",a[a.ONYX_RING=6575]="ONYX_RING",a[a.ONYX_NECKLACE=6577]="ONYX_NECKLACE",a[a.ONYX_AMULET_U=6579]="ONYX_AMULET_U",a[a.ONYX_AMULET=6581]="ONYX_AMULET",a[a.RING_OF_STONE=6583]="RING_OF_STONE",a[a.AMULET_OF_FURY=6585]="AMULET_OF_FURY",a[a.WHITE_CLAWS=6587]="WHITE_CLAWS",a[a.WHITE_BATTLEAXE=6589]="WHITE_BATTLEAXE",a[a.WHITE_DAGGER_UNPOISONED=6591]="WHITE_DAGGER_UNPOISONED",a[a.WHITE_DAGGER_POISON=6593]="WHITE_DAGGER_POISON",a[a.WHITE_HALBERD=6599]="WHITE_HALBERD",a[a.WHITE_MACE=6601]="WHITE_MACE",a[a.WHITE_MAGIC_STAFF=6603]="WHITE_MAGIC_STAFF",a[a.WHITE_SWORD=6605]="WHITE_SWORD",a[a.WHITE_LONGSWORD=6607]="WHITE_LONGSWORD",a[a.WHITE_2H_SWORD=6609]="WHITE_2H_SWORD",a[a.WHITE_SCIMITAR=6611]="WHITE_SCIMITAR",a[a.WHITE_WARHAMMER=6613]="WHITE_WARHAMMER",a[a.WHITE_CHAINBODY=6615]="WHITE_CHAINBODY",a[a.WHITE_PLATEBODY=6617]="WHITE_PLATEBODY",a[a.WHITE_BOOTS=6619]="WHITE_BOOTS",a[a.WHITE_MED_HELM=6621]="WHITE_MED_HELM",a[a.WHITE_FULL_HELM=6623]="WHITE_FULL_HELM",a[a.WHITE_PLATELEGS=6625]="WHITE_PLATELEGS",a[a.WHITE_PLATESKIRT=6627]="WHITE_PLATESKIRT",a[a.WHITE_GLOVES=6629]="WHITE_GLOVES",a[a.WHITE_SQ_SHIELD=6631]="WHITE_SQ_SHIELD",a[a.WHITE_KITESHIELD=6633]="WHITE_KITESHIELD",a[a.CAMO_TOP=6654]="CAMO_TOP",a[a.CAMO_BOTTOMS=6655]="CAMO_BOTTOMS",a[a.CAMO_HELMET=6656]="CAMO_HELMET",a[a.MUDSKIPPER_HAT=6665]="MUDSKIPPER_HAT",a[a.FLIPPERS=6666]="FLIPPERS",a[a.FISHBOWL_EMPTY=6667]="FISHBOWL_EMPTY",a[a.GROUND_GUAM=6681]="GROUND_GUAM",a[a.SARADOMIN_BREW_4_DOSE=6685]="SARADOMIN_BREW_4_DOSE",a[a.SARADOMIN_BREW_3_DOSE=6687]="SARADOMIN_BREW_3_DOSE",a[a.SARADOMIN_BREW_2_DOSE=6689]="SARADOMIN_BREW_2_DOSE",a[a.SARADOMIN_BREW_1_DOSE=6691]="SARADOMIN_BREW_1_DOSE",a[a.CRUSHED_NEST=6693]="CRUSHED_NEST",a[a.PAT_OF_BUTTER=6697]="PAT_OF_BUTTER",a[a.BAKED_POTATO=6701]="BAKED_POTATO",a[a.POTATO_WITH_BUTTER=6703]="POTATO_WITH_BUTTER",a[a.POTATO_WITH_CHEESE=6705]="POTATO_WITH_CHEESE",a[a.CAMULET=6707]="CAMULET",a[a.SEERCULL=6724]="SEERCULL",a[a.DAGANNOTH_BONES=6729]="DAGANNOTH_BONES",a[a.SEERS_RING=6731]="SEERS_RING",a[a.ARCHERS_RING=6733]="ARCHERS_RING",a[a.WARRIOR_RING=6735]="WARRIOR_RING",a[a.BERSERKER_RING=6737]="BERSERKER_RING",a[a.DRAGON_AXE=6739]="DRAGON_AXE",a[a.SILVERLIGHT_DYED=6745]="SILVERLIGHT_DYED",a[a.DARKLIGHT=6746]="DARKLIGHT",a[a.BLACK_DESERT_SHIRT=6750]="BLACK_DESERT_SHIRT",a[a.BLACK_DESERT_ROBE=6752]="BLACK_DESERT_ROBE",a[a.GUTHIX_MJOLNIR=6760]="GUTHIX_MJOLNIR",a[a.SARADOMIN_MJOLNIR=6762]="SARADOMIN_MJOLNIR",a[a.ZAMORAK_MJOLNIR=6764]="ZAMORAK_MJOLNIR",a[a.RAT_POLE_EMPTY=6773]="RAT_POLE_EMPTY",a[a.RAT_POLE_ONE_RAT=6774]="RAT_POLE_ONE_RAT",a[a.RAT_POLE_TWO_RATS=6775]="RAT_POLE_TWO_RATS",a[a.RAT_POLE_THREE_RATS=6776]="RAT_POLE_THREE_RATS",a[a.RAT_POLE_FOUR_RATS=6777]="RAT_POLE_FOUR_RATS",a[a.RAT_POLE_FIVE_RATS=6778]="RAT_POLE_FIVE_RATS",a[a.RAT_POLE_SIX_RATS=6779]="RAT_POLE_SIX_RATS",a[a.ROBE_OF_ELIDINIS_TOP=6786]="ROBE_OF_ELIDINIS_TOP",a[a.ROBE_OF_ELIDINIS_BOTTOM=6787]="ROBE_OF_ELIDINIS_BOTTOM",a[a.SHOES=6790]="SHOES",a[a.CHOCICE=6794]="CHOCICE",a[a.GRANITE_LEGS=6809]="GRANITE_LEGS",a[a.WYVERN_BONES=6812]="WYVERN_BONES",a[a.FUR=6814]="FUR",a[a.BOBBLE_HAT=6856]="BOBBLE_HAT",a[a.BOBBLE_SCARF=6857]="BOBBLE_SCARF",a[a.JESTER_HAT=6858]="JESTER_HAT",a[a.JESTER_SCARF=6859]="JESTER_SCARF",a[a.TRIJESTER_HAT=6860]="TRIJESTER_HAT",a[a.TRIJESTER_SCARF=6861]="TRIJESTER_SCARF",a[a.WOOLLY_HAT=6862]="WOOLLY_HAT",a[a.WOOLLY_SCARF=6863]="WOOLLY_SCARF",a[a.PROGRESS_HAT_DULL=6885]="PROGRESS_HAT_DULL",a[a.PROGRESS_HAT_ENERGISED=6886]="PROGRESS_HAT_ENERGISED",a[a.PROGRESS_HAT_FULL=6887]="PROGRESS_HAT_FULL",a[a.MAGES_BOOK=6889]="MAGES_BOOK",a[a.ARENA_BOOK=6891]="ARENA_BOOK",a[a.BEGINNER_WAND=6908]="BEGINNER_WAND",a[a.APPRENTICE_WAND=6910]="APPRENTICE_WAND",a[a.TEACHER_WAND=6912]="TEACHER_WAND",a[a.MASTER_WAND=6914]="MASTER_WAND",a[a.INFINITY_TOP=6916]="INFINITY_TOP",a[a.INFINITY_HAT=6918]="INFINITY_HAT",a[a.INFINITY_BOOTS=6920]="INFINITY_BOOTS",a[a.INFINITY_GLOVES=6922]="INFINITY_GLOVES",a[a.INFINITY_BOTTOMS=6924]="INFINITY_BOTTOMS",a[a.PINK_CAPE=6959]="PINK_CAPE",a[a.TRIANGLE_SANDWICH=6962]="TRIANGLE_SANDWICH",a[a.SANDSTONE_1KG=6971]="SANDSTONE_1KG",a[a.SANDSTONE_2KG=6973]="SANDSTONE_2KG",a[a.SANDSTONE_5KG=6975]="SANDSTONE_5KG",a[a.SANDSTONE_10KG=6977]="SANDSTONE_10KG",a[a.GRANITE_500G=6979]="GRANITE_500G",a[a.GRANITE_2KG=6981]="GRANITE_2KG",a[a.GRANITE_5KG=6983]="GRANITE_5KG",a[a.CAMEL_MASK=7003]="CAMEL_MASK",a[a.BUG_LANTERN_UNLIT=7051]="BUG_LANTERN_UNLIT",a[a.BUG_LANTERN_LIT=7053]="BUG_LANTERN_LIT",a[a.CHILLI_POTATO=7054]="CHILLI_POTATO",a[a.EGG_POTATO=7056]="EGG_POTATO",a[a.MUSHROOM_POTATO=7058]="MUSHROOM_POTATO",a[a.TUNA_POTATO=7060]="TUNA_POTATO",a[a.CHILLI_CON_CARNE=7062]="CHILLI_CON_CARNE",a[a.EGG_AND_TOMATO=7064]="EGG_AND_TOMATO",a[a.MUSHROOM_ONION=7066]="MUSHROOM_ONION",a[a.TUNA_AND_CORN=7068]="TUNA_AND_CORN",a[a.MINCED_MEAT=7070]="MINCED_MEAT",a[a.SPICY_SAUCE=7072]="SPICY_SAUCE",a[a.CHOPPED_GARLIC=7074]="CHOPPED_GARLIC",a[a.UNCOOKED_EGG=7076]="UNCOOKED_EGG",a[a.SCRAMBLED_EGG=7078]="SCRAMBLED_EGG",a[a.SLICED_MUSHROOMS=7080]="SLICED_MUSHROOMS",a[a.FRIED_MUSHROOMS=7082]="FRIED_MUSHROOMS",a[a.FRIED_ONIONS=7084]="FRIED_ONIONS",a[a.CHOPPED_TUNA=7086]="CHOPPED_TUNA",a[a.SWEETCORN_BOWL=7088]="SWEETCORN_BOWL",a[a.STRIPY_PIRATE_SHIRT_BEIGE=7110]="STRIPY_PIRATE_SHIRT_BEIGE",a[a.PIRATE_BANDANA_WHITE=7112]="PIRATE_BANDANA_WHITE",a[a.PIRATE_BOOTS=7114]="PIRATE_BOOTS",a[a.PIRATE_LEGGINGS_BEIGE=7116]="PIRATE_LEGGINGS_BEIGE",a[a.STRIPY_PIRATE_SHIRT_RED=7122]="STRIPY_PIRATE_SHIRT_RED",a[a.PIRATE_BANDANA_RED=7124]="PIRATE_BANDANA_RED",a[a.PIRATE_LEGGINGS_RED=7126]="PIRATE_LEGGINGS_RED",a[a.STRIPY_PIRATE_SHIRT_BLUE=7128]="STRIPY_PIRATE_SHIRT_BLUE",a[a.PIRATE_BANDANA_BLUE=7130]="PIRATE_BANDANA_BLUE",a[a.PIRATE_LEGGINGS_BLUE=7132]="PIRATE_LEGGINGS_BLUE",a[a.STRIPY_PIRATE_SHIRT_BROWN=7134]="STRIPY_PIRATE_SHIRT_BROWN",a[a.PIRATE_BANDANA_BROWN=7136]="PIRATE_BANDANA_BROWN",a[a.PIRATE_LEGGINGS_BROWN=7138]="PIRATE_LEGGINGS_BROWN",a[a.LUCKY_CUTLASS=7140]="LUCKY_CUTLASS",a[a.HARRYS_CUTLASS=7141]="HARRYS_CUTLASS",a[a.RAPIER=7142]="RAPIER",a[a.DRAGON_2H_SWORD=7158]="DRAGON_2H_SWORD",a[a.INSULATED_BOOTS=7159]="INSULATED_BOOTS",a[a.PIE_RECIPE_BOOK=7162]="PIE_RECIPE_BOOK",a[a.RAW_MUD_PIE=7168]="RAW_MUD_PIE",a[a.MUD_PIE=7170]="MUD_PIE",a[a.RAW_GARDEN_PIE=7176]="RAW_GARDEN_PIE",a[a.GARDEN_PIE_FULL=7178]="GARDEN_PIE_FULL",a[a.RAW_FISH_PIE=7186]="RAW_FISH_PIE",a[a.FISH_PIE_FULL=7188]="FISH_PIE_FULL",a[a.RAW_ADMIRAL_PIE=7196]="RAW_ADMIRAL_PIE",a[a.ADMIRAL_PIE_FULL=7198]="ADMIRAL_PIE_FULL",a[a.RAW_WILD_PIE=7206]="RAW_WILD_PIE",a[a.WILD_PIE_FULL=7208]="WILD_PIE_FULL",a[a.RAW_SUMMER_PIE=7216]="RAW_SUMMER_PIE",a[a.SUMMER_PIE_FULL=7218]="SUMMER_PIE_FULL",a[a.ROAST_RABBIT=7223]="ROAST_RABBIT",a[a.IRON_SPIT=7225]="IRON_SPIT",a[a.RED_BOATER=7319]="RED_BOATER",a[a.ORANGE_BOATER=7321]="ORANGE_BOATER",a[a.GREEN_BOATER=7323]="GREEN_BOATER",a[a.BLUE_BOATER=7325]="BLUE_BOATER",a[a.BLACK_BOATER=7327]="BLACK_BOATER",a[a.RED_FIRELIGHTER=7329]="RED_FIRELIGHTER",a[a.GREEN_FIRELIGHTER=7330]="GREEN_FIRELIGHTER",a[a.BLUE_FIRELIGHTER=7331]="BLUE_FIRELIGHTER",a[a.BLACK_SHIELD_H1=7332]="BLACK_SHIELD_H1",a[a.ADAMANT_SHIELD_H1=7334]="ADAMANT_SHIELD_H1",a[a.RUNE_SHIELD_H1=7336]="RUNE_SHIELD_H1",a[a.BLACK_SHIELD_H2=7338]="BLACK_SHIELD_H2",a[a.ADAMANT_SHIELD_H2=7340]="ADAMANT_SHIELD_H2",a[a.RUNE_SHIELD_H2=7342]="RUNE_SHIELD_H2",a[a.BLACK_SHIELD_H3=7344]="BLACK_SHIELD_H3",a[a.ADAMANT_SHIELD_H3=7346]="ADAMANT_SHIELD_H3",a[a.RUNE_SHIELD_H3=7348]="RUNE_SHIELD_H3",a[a.BLACK_SHIELD_H4=7350]="BLACK_SHIELD_H4",a[a.ADAMANT_SHIELD_H4=7352]="ADAMANT_SHIELD_H4",a[a.RUNE_SHIELD_H4=7354]="RUNE_SHIELD_H4",a[a.BLACK_SHIELD_H5=7356]="BLACK_SHIELD_H5",a[a.ADAMANT_SHIELD_H5=7358]="ADAMANT_SHIELD_H5",a[a.RUNE_SHIELD_H5=7360]="RUNE_SHIELD_H5",a[a.STUDDED_BODY_G=7362]="STUDDED_BODY_G",a[a.STUDDED_BODY_T=7364]="STUDDED_BODY_T",a[a.STUDDED_CHAPS_G=7366]="STUDDED_CHAPS_G",a[a.STUDDED_CHAPS_T=7368]="STUDDED_CHAPS_T",a[a.GREEN_DHIDE_BODY_G=7370]="GREEN_DHIDE_BODY_G",a[a.GREEN_DHIDE_BODY_T=7372]="GREEN_DHIDE_BODY_T",a[a.BLUE_DHIDE_BODY_G=7374]="BLUE_DHIDE_BODY_G",a[a.BLUE_DHIDE_BODY_T=7376]="BLUE_DHIDE_BODY_T",a[a.GREEN_DHIDE_CHAPS_G=7378]="GREEN_DHIDE_CHAPS_G",a[a.GREEN_DHIDE_CHAPS_T=7380]="GREEN_DHIDE_CHAPS_T",a[a.BLUE_DHIDE_CHAPS_G=7382]="BLUE_DHIDE_CHAPS_G",a[a.BLUE_DHIDE_CHAPS_T=7384]="BLUE_DHIDE_CHAPS_T",a[a.BLUE_SKIRT_G=7386]="BLUE_SKIRT_G",a[a.BLUE_SKIRT_T=7388]="BLUE_SKIRT_T",a[a.BLUE_WIZARD_ROBE_G=7390]="BLUE_WIZARD_ROBE_G",a[a.BLUE_WIZARD_ROBE_T=7392]="BLUE_WIZARD_ROBE_T",a[a.BLUE_WIZARD_HAT_G=7394]="BLUE_WIZARD_HAT_G",a[a.BLUE_WIZARD_HAT_T=7396]="BLUE_WIZARD_HAT_T",a[a.ENCHANTED_ROBE=7398]="ENCHANTED_ROBE",a[a.ENCHANTED_TOP=7399]="ENCHANTED_TOP",a[a.ENCHANTED_HAT=7400]="ENCHANTED_HAT",a[a.MAGIC_SECATEURS=7409]="MAGIC_SECATEURS",a[a.MOLE_CLAW=7416]="MOLE_CLAW",a[a.MOLE_SKIN=7418]="MOLE_SKIN",a[a.WOODEN_SPOON=7433]="WOODEN_SPOON",a[a.EGG_WHISK=7435]="EGG_WHISK",a[a.SPORK=7437]="SPORK",a[a.SPATULA=7439]="SPATULA",a[a.FRYING_PAN=7441]="FRYING_PAN",a[a.SKEWER=7443]="SKEWER",a[a.ROLLING_PIN=7445]="ROLLING_PIN",a[a.KITCHEN_KNIFE=7447]="KITCHEN_KNIFE",a[a.MEAT_TENDERISER=7449]="MEAT_TENDERISER",a[a.CLEAVER=7451]="CLEAVER",a[a.HARDLEATHER_GLOVES=7453]="HARDLEATHER_GLOVES",a[a.BRONZE_GLOVES=7454]="BRONZE_GLOVES",a[a.IRON_GLOVES=7455]="IRON_GLOVES",a[a.STEEL_GLOVES=7456]="STEEL_GLOVES",a[a.BLACK_GLOVES=7457]="BLACK_GLOVES",a[a.MITHRIL_GLOVES=7458]="MITHRIL_GLOVES",a[a.ADAMANT_GLOVES=7459]="ADAMANT_GLOVES",a[a.RUNE_GLOVES=7460]="RUNE_GLOVES",a[a.DRAGON_GLOVES=7461]="DRAGON_GLOVES",a[a.BARROWS_GLOVES=7462]="BARROWS_GLOVES",a[a.POT_OF_CORNFLOUR=7468]="POT_OF_CORNFLOUR",a[a.COOKED_CRAB_MEAT_FIVE=7521]="COOKED_CRAB_MEAT_FIVE",a[a.FISHBOWL_HELMET=7534]="FISHBOWL_HELMET",a[a.DIVING_APPARATUS=7535]="DIVING_APPARATUS",a[a.CRAB_CLAW=7537]="CRAB_CLAW",a[a.CRAB_HELMET=7539]="CRAB_HELMET",a[a.RAW_JUBBLY=7566]="RAW_JUBBLY",a[a.COOKED_JUBBLY=7568]="COOKED_JUBBLY",a[a.ZOMBIE_SHIRT=7592]="ZOMBIE_SHIRT",a[a.ZOMBIE_TROUSERS=7593]="ZOMBIE_TROUSERS",a[a.ZOMBIE_MASK=7594]="ZOMBIE_MASK",a[a.ZOMBIE_GLOVES=7595]="ZOMBIE_GLOVES",a[a.ZOMBIE_BOOTS=7596]="ZOMBIE_BOOTS",a[a.ROD_OF_IVANDIS_10=7639]="ROD_OF_IVANDIS_10",a[a.ROD_OF_IVANDIS_9=7640]="ROD_OF_IVANDIS_9",a[a.ROD_OF_IVANDIS_8=7641]="ROD_OF_IVANDIS_8",a[a.ROD_OF_IVANDIS_7=7642]="ROD_OF_IVANDIS_7",a[a.ROD_OF_IVANDIS_6=7643]="ROD_OF_IVANDIS_6",a[a.ROD_OF_IVANDIS_5=7644]="ROD_OF_IVANDIS_5",a[a.ROD_OF_IVANDIS_4=7645]="ROD_OF_IVANDIS_4",a[a.ROD_OF_IVANDIS_3=7646]="ROD_OF_IVANDIS_3",a[a.ROD_OF_IVANDIS_2=7647]="ROD_OF_IVANDIS_2",a[a.ROD_OF_IVANDIS_1=7648]="ROD_OF_IVANDIS_1",a[a.SILVER_DUST=7650]="SILVER_DUST",a[a.GUTHIX_BALANCE_4_DOSE=7660]="GUTHIX_BALANCE_4_DOSE",a[a.GUTHIX_BALANCE_3_DOSE=7662]="GUTHIX_BALANCE_3_DOSE",a[a.GUTHIX_BALANCE_2_DOSE=7664]="GUTHIX_BALANCE_2_DOSE",a[a.GUTHIX_BALANCE_1_DOSE=7666]="GUTHIX_BALANCE_1_DOSE",a[a.GADDERHAMMER=7668]="GADDERHAMMER",a[a.BOXING_GLOVES_RED=7671]="BOXING_GLOVES_RED",a[a.BOXING_GLOVES_BLUE=7673]="BOXING_GLOVES_BLUE",a[a.WOODEN_SWORD=7675]="WOODEN_SWORD",a[a.WOODEN_SHIELD_WEAPONS_RACK=7676]="WOODEN_SHIELD_WEAPONS_RACK",a[a.TOY_SOLDIER_NORMAL=7759]="TOY_SOLDIER_NORMAL",a[a.TOY_SOLDIER_WOUND=7761]="TOY_SOLDIER_WOUND",a[a.TOY_DOLL_NORMAL=7763]="TOY_DOLL_NORMAL",a[a.TOY_DOLL_WOUND=7765]="TOY_DOLL_WOUND",a[a.TOY_MOUSE_NORMAL=7767]="TOY_MOUSE_NORMAL",a[a.TOY_MOUSE_WOUND=7769]="TOY_MOUSE_WOUND",a[a.TOY_CAT=7771]="TOY_CAT",a[a.SNAKE_HIDE_SWAMP=7801]="SNAKE_HIDE_SWAMP",a[a.YIN_YANG_AMULET=7803]="YIN_YANG_AMULET",a[a.ANGER_SWORD=7806]="ANGER_SWORD",a[a.ANGER_BATTLEAXE=7807]="ANGER_BATTLEAXE",a[a.ANGER_MACE=7808]="ANGER_MACE",a[a.ANGER_SPEAR=7809]="ANGER_SPEAR",a[a.RAM_SKULL_HELM=7917]="RAM_SKULL_HELM",a[a.BONESACK=7918]="BONESACK",a[a.BOTTLE_OF_WINE=7919]="BOTTLE_OF_WINE",a[a.EASTER_RING=7927]="EASTER_RING",a[a.PURE_ESSENCE=7936]="PURE_ESSENCE",a[a.TORTOISE_SHELL=7939]="TORTOISE_SHELL",a[a.RAW_MONKFISH=7944]="RAW_MONKFISH",a[a.MONKFISH=7946]="MONKFISH",a[a.VARROCK_TELEPORT_TABLET=8007]="VARROCK_TELEPORT_TABLET",a[a.LUMBRIDGE_TELEPORT_TABLET=8008]="LUMBRIDGE_TELEPORT_TABLET",a[a.FALADOR_TELEPORT_TABLET=8009]="FALADOR_TELEPORT_TABLET",a[a.CAMELOT_TELEPORT_TABLET=8010]="CAMELOT_TELEPORT_TABLET",a[a.ARDOUGNE_TELEPORT_TABLET=8011]="ARDOUGNE_TELEPORT_TABLET",a[a.WATCHTOWER_TELEPORT_TABLET=8012]="WATCHTOWER_TELEPORT_TABLET",a[a.TELEPORT_TO_HOUSE_TABLET=8013]="TELEPORT_TO_HOUSE_TABLET",a[a.BONES_TO_BANANAS_TABLET=8014]="BONES_TO_BANANAS_TABLET",a[a.BONES_TO_PEACHES_TABLET=8015]="BONES_TO_PEACHES_TABLET",a[a.ENCHANT_SAPPHIRE_OR_OPAL=8016]="ENCHANT_SAPPHIRE_OR_OPAL",a[a.ENCHANT_EMERALD_OR_JADE=8017]="ENCHANT_EMERALD_OR_JADE",a[a.ENCHANT_RUBY_OR_TOPAZ=8018]="ENCHANT_RUBY_OR_TOPAZ",a[a.ENCHANT_DIAMOND=8019]="ENCHANT_DIAMOND",a[a.ENCHANT_DRAGONSTONE=8020]="ENCHANT_DRAGONSTONE",a[a.ENCHANT_ONYX=8021]="ENCHANT_ONYX",a[a.BAGGED_DEAD_TREE=8417]="BAGGED_DEAD_TREE",a[a.BAGGED_NICE_TREE=8419]="BAGGED_NICE_TREE",a[a.BAGGED_OAK_TREE=8421]="BAGGED_OAK_TREE",a[a.BAGGED_WILLOW_TREE=8423]="BAGGED_WILLOW_TREE",a[a.BAGGED_MAPLE_TREE=8425]="BAGGED_MAPLE_TREE",a[a.BAGGED_YEW_TREE=8427]="BAGGED_YEW_TREE",a[a.BAGGED_MAGIC_TREE=8429]="BAGGED_MAGIC_TREE",a[a.BAGGED_PLANT_1=8431]="BAGGED_PLANT_1",a[a.BAGGED_PLANT_2=8433]="BAGGED_PLANT_2",a[a.BAGGED_PLANT_3=8435]="BAGGED_PLANT_3",a[a.THORNY_HEDGE_BAGGED=8437]="THORNY_HEDGE_BAGGED",a[a.NICE_HEDGE_BAGGED=8439]="NICE_HEDGE_BAGGED",a[a.SMALL_BOX_HEDGE_BAGGED=8441]="SMALL_BOX_HEDGE_BAGGED",a[a.TOPIARY_HEDGE_BAGGED=8443]="TOPIARY_HEDGE_BAGGED",a[a.FANCY_HEDGE_BAGGED=8445]="FANCY_HEDGE_BAGGED",a[a.TALL_FANCY_HEDGE_BAGGED=8447]="TALL_FANCY_HEDGE_BAGGED",a[a.TALL_BOX_HEDGE_BAGGED=8449]="TALL_BOX_HEDGE_BAGGED",a[a.BAGGED_FLOWER=8451]="BAGGED_FLOWER",a[a.BAGGED_DAFFODILS=8453]="BAGGED_DAFFODILS",a[a.BAGGED_BLUEBELLS=8455]="BAGGED_BLUEBELLS",a[a.BAGGED_SUNFLOWER=8457]="BAGGED_SUNFLOWER",a[a.BAGGED_MARIGOLDS=8459]="BAGGED_MARIGOLDS",a[a.BAGGED_ROSES=8461]="BAGGED_ROSES",a[a.RUNE_HERALDIC_HELM_ARRAV=8464]="RUNE_HERALDIC_HELM_ARRAV",a[a.RUNE_HERALDIC_HELM_ASGARNIA=8466]="RUNE_HERALDIC_HELM_ASGARNIA",a[a.RUNE_HERALDIC_HELM_DORGESHUUN=8468]="RUNE_HERALDIC_HELM_DORGESHUUN",a[a.RUNE_HERALDIC_HELM_DRAGON=8470]="RUNE_HERALDIC_HELM_DRAGON",a[a.RUNE_HERALDIC_HELM_FAIRY=8472]="RUNE_HERALDIC_HELM_FAIRY",a[a.RUNE_HERALDIC_HELM_GUTHIX=8474]="RUNE_HERALDIC_HELM_GUTHIX",a[a.RUNE_HERALDIC_HELM_HAM=8476]="RUNE_HERALDIC_HELM_HAM",a[a.RUNE_HERALDIC_HELM_HORSE=8478]="RUNE_HERALDIC_HELM_HORSE",a[a.RUNE_HERALDIC_HELM_JOGRE=8480]="RUNE_HERALDIC_HELM_JOGRE",a[a.RUNE_HERALDIC_HELM_KANDARIN=8482]="RUNE_HERALDIC_HELM_KANDARIN",a[a.RUNE_HERALDIC_HELM_MISTHALIN=8484]="RUNE_HERALDIC_HELM_MISTHALIN",a[a.RUNE_HERALDIC_HELM_MONEY=8486]="RUNE_HERALDIC_HELM_MONEY",a[a.RUNE_HERALDIC_HELM_SARADOMIN=8488]="RUNE_HERALDIC_HELM_SARADOMIN",a[a.RUNE_HERALDIC_HELM_SKULL=8490]="RUNE_HERALDIC_HELM_SKULL",a[a.RUNE_HERALDIC_HELM_VARROCK=8492]="RUNE_HERALDIC_HELM_VARROCK",a[a.RUNE_HERALDIC_HELM_ZAMORAK=8494]="RUNE_HERALDIC_HELM_ZAMORAK",a[a.CRUDE_CHAIR_FLATPACK=8496]="CRUDE_CHAIR_FLATPACK",a[a.WOODEN_CHAIR_FLATPACK=8498]="WOODEN_CHAIR_FLATPACK",a[a.ROCKING_CHAIR_FLATPACK=8500]="ROCKING_CHAIR_FLATPACK",a[a.OAK_CHAIR_FLATPACK=8502]="OAK_CHAIR_FLATPACK",a[a.OAK_ARMCHAIR_FLATPACK=8504]="OAK_ARMCHAIR_FLATPACK",a[a.TEAK_ARMCHAIR_FLATPACK=8506]="TEAK_ARMCHAIR_FLATPACK",a[a.MAHOGANY_ARMCHAIR_FLATPACK=8508]="MAHOGANY_ARMCHAIR_FLATPACK",a[a.BOOKCASE_FLATPACK=8510]="BOOKCASE_FLATPACK",a[a.OAK_BOOKCASE_FLATPACK=8512]="OAK_BOOKCASE_FLATPACK",a[a.MAHOGANY_BOOKCASE_FLATPACK=8514]="MAHOGANY_BOOKCASE_FLATPACK",a[a.BEER_BARREL_FLATPACK=8516]="BEER_BARREL_FLATPACK",a[a.CIDER_BARREL_FLATPACK=8518]="CIDER_BARREL_FLATPACK",a[a.ASGARNIAN_ALE_FLATPACK=8520]="ASGARNIAN_ALE_FLATPACK",a[a.GREENMANS_ALE_FLATPACK=8522]="GREENMANS_ALE_FLATPACK",a[a.DRAGON_BITTER_FLATPACK=8524]="DRAGON_BITTER_FLATPACK",a[a.CHEFS_DELIGHT_FLATPACK=8526]="CHEFS_DELIGHT_FLATPACK",a[a.KITCHEN_TABLE_FLATPACK=8528]="KITCHEN_TABLE_FLATPACK",a[a.OAK_KITCHEN_TABLE_FLATPACK=8530]="OAK_KITCHEN_TABLE_FLATPACK",a[a.TEAK_KITCHEN_TABLE_FLATPACK=8532]="TEAK_KITCHEN_TABLE_FLATPACK",a[a.WOOD_DINING_TABLE_FLATPACK=8548]="WOOD_DINING_TABLE_FLATPACK",a[a.OAK_DINING_TABLE_FLATPACK=8550]="OAK_DINING_TABLE_FLATPACK",a[a.CARVED_OAK_TABLE_FLATPACK=8552]="CARVED_OAK_TABLE_FLATPACK",a[a.TEAK_TABLE_FLATPACK=8554]="TEAK_TABLE_FLATPACK",a[a.CARVED_TEAK_TABLE_FLATPACK=8556]="CARVED_TEAK_TABLE_FLATPACK",a[a.MAHOGANY_TABLE_FLATPACK=8558]="MAHOGANY_TABLE_FLATPACK",a[a.OPULENT_TABLE_FLATPACK=8560]="OPULENT_TABLE_FLATPACK",a[a.WOODEN_BENCH_FLATPACK=8562]="WOODEN_BENCH_FLATPACK",a[a.OAK_BENCH_FLATPACK=8564]="OAK_BENCH_FLATPACK",a[a.CARVED_OAK_BENCH_FLATPACK=8566]="CARVED_OAK_BENCH_FLATPACK",a[a.TEAK_DINING_BENCH_FLATPACK=8568]="TEAK_DINING_BENCH_FLATPACK",a[a.CARVED_TEAK_BENCH_FLATPACK=8570]="CARVED_TEAK_BENCH_FLATPACK",a[a.MAHOGANY_BENCH_FLATPACK=8572]="MAHOGANY_BENCH_FLATPACK",a[a.GILDED_BENCH_FLATPACK=8574]="GILDED_BENCH_FLATPACK",a[a.WOODEN_BED_FLATPACK=8576]="WOODEN_BED_FLATPACK",a[a.OAK_BED_FLATPACK=8578]="OAK_BED_FLATPACK",a[a.LARGE_OAK_BED_FLATPACK=8580]="LARGE_OAK_BED_FLATPACK",a[a.TEAK_BED_FLATPACK=8582]="TEAK_BED_FLATPACK",a[a.LARGE_TEAK_BED_FLATPACK=8584]="LARGE_TEAK_BED_FLATPACK",a[a.FOURPOSTER_BED_FLATPACK=8586]="FOURPOSTER_BED_FLATPACK",a[a.GILDED_FOURPOSTER_FLATPACK=8588]="GILDED_FOURPOSTER_FLATPACK",a[a.OAK_CLOCK_FLATPACK=8590]="OAK_CLOCK_FLATPACK",a[a.TEAK_CLOCK_FLATPACK=8592]="TEAK_CLOCK_FLATPACK",a[a.GILDED_CLOCK_FLATPACK=8594]="GILDED_CLOCK_FLATPACK",a[a.SHAVING_STAND_FLATPACK=8596]="SHAVING_STAND_FLATPACK",a[a.OAK_SHAVING_STAND_FLATPACK=8598]="OAK_SHAVING_STAND_FLATPACK",a[a.OAK_DRESSER_FLATPACK=8600]="OAK_DRESSER_FLATPACK",a[a.TEAK_DRESSER_FLATPACK=8602]="TEAK_DRESSER_FLATPACK",a[a.FANCY_TEAK_DRESSER_FLATPACK=8604]="FANCY_TEAK_DRESSER_FLATPACK",a[a.MAHOGANY_DRESSER_FLATPACK=8606]="MAHOGANY_DRESSER_FLATPACK",a[a.GILDED_DRESSER_FLATPACK=8608]="GILDED_DRESSER_FLATPACK",a[a.SHOE_BOX_FLATPACK=8610]="SHOE_BOX_FLATPACK",a[a.OAK_DRAWERS_FLATPACK=8612]="OAK_DRAWERS_FLATPACK",a[a.OAK_WARDROBE_FLATPACK=8614]="OAK_WARDROBE_FLATPACK",a[a.TEAK_DRAWERS_FLATPACK=8616]="TEAK_DRAWERS_FLATPACK",a[a.TEAK_WARDROBE_FLATPACK=8618]="TEAK_WARDROBE_FLATPACK",a[a.MAHOGANY_WARDROBE_FLATPACK=8620]="MAHOGANY_WARDROBE_FLATPACK",a[a.GILDED_WARDROBE_FLATPACK=8622]="GILDED_WARDROBE_FLATPACK",a[a.BANNER_ARRAV=8650]="BANNER_ARRAV",a[a.BANNER_ASGARNIA=8652]="BANNER_ASGARNIA",a[a.BANNER_DORGESHUUN=8654]="BANNER_DORGESHUUN",a[a.BANNER_DRAGON=8656]="BANNER_DRAGON",a[a.BANNER_FAIRY=8658]="BANNER_FAIRY",a[a.BANNER_GUTHIX=8660]="BANNER_GUTHIX",a[a.BANNER_HAM=8662]="BANNER_HAM",a[a.BANNER_HORSE=8664]="BANNER_HORSE",a[a.BANNER_JOGRE=8666]="BANNER_JOGRE",a[a.BANNER_KANDARIN=8668]="BANNER_KANDARIN",a[a.BANNER_MISTHALIN=8670]="BANNER_MISTHALIN",a[a.BANNER_MONEY=8672]="BANNER_MONEY",a[a.BANNER_SARADOMIN=8674]="BANNER_SARADOMIN",a[a.BANNER_SKULL=8676]="BANNER_SKULL",a[a.BANNER_VARROCK=8678]="BANNER_VARROCK",a[a.BANNER_ZAMORAK=8680]="BANNER_ZAMORAK",a[a.STEEL_HERALDIC_HELM_ARRAV=8682]="STEEL_HERALDIC_HELM_ARRAV",a[a.STEEL_HERALDIC_HELM_ASGARNIA=8684]="STEEL_HERALDIC_HELM_ASGARNIA",a[a.STEEL_HERALDIC_HELM_DORGESHUUN=8686]="STEEL_HERALDIC_HELM_DORGESHUUN",a[a.STEEL_HERALDIC_HELM_DRAGON=8688]="STEEL_HERALDIC_HELM_DRAGON",a[a.STEEL_HERALDIC_HELM_FAIRY=8690]="STEEL_HERALDIC_HELM_FAIRY",a[a.STEEL_HERALDIC_HELM_GUTHIX=8692]="STEEL_HERALDIC_HELM_GUTHIX",a[a.STEEL_HERALDIC_HELM_HAM=8694]="STEEL_HERALDIC_HELM_HAM",a[a.STEEL_HERALDIC_HELM_HORSE=8696]="STEEL_HERALDIC_HELM_HORSE",a[a.STEEL_HERALDIC_HELM_JOGRE=8698]="STEEL_HERALDIC_HELM_JOGRE",a[a.STEEL_HERALDIC_HELM_KANDARIN=8700]="STEEL_HERALDIC_HELM_KANDARIN",a[a.STEEL_HERALDIC_HELM_MISTHALIN=8702]="STEEL_HERALDIC_HELM_MISTHALIN",a[a.STEEL_HERALDIC_HELM_MONEY=8704]="STEEL_HERALDIC_HELM_MONEY",a[a.STEEL_HERALDIC_HELM_SARADOMIN=8706]="STEEL_HERALDIC_HELM_SARADOMIN",a[a.STEEL_HERALDIC_HELM_SKULL=8708]="STEEL_HERALDIC_HELM_SKULL",a[a.STEEL_HERALDIC_HELM_VARROCK=8710]="STEEL_HERALDIC_HELM_VARROCK",a[a.STEEL_HERALDIC_HELM_ZAMORAK=8712]="STEEL_HERALDIC_HELM_ZAMORAK",a[a.RUNE_KITESHIELD_ARRAV=8714]="RUNE_KITESHIELD_ARRAV",a[a.RUNE_KITESHIELD_ASGARNIA=8716]="RUNE_KITESHIELD_ASGARNIA",a[a.RUNE_KITESHIELD_DORGESHUUN=8718]="RUNE_KITESHIELD_DORGESHUUN",a[a.RUNE_KITESHIELD_DRAGON=8720]="RUNE_KITESHIELD_DRAGON",a[a.RUNE_KITESHIELD_FAIRY=8722]="RUNE_KITESHIELD_FAIRY",a[a.RUNE_KITESHIELD_GUTHIX=8724]="RUNE_KITESHIELD_GUTHIX",a[a.RUNE_KITESHIELD_HAM=8726]="RUNE_KITESHIELD_HAM",a[a.RUNE_KITESHIELD_HORSE=8728]="RUNE_KITESHIELD_HORSE",a[a.RUNE_KITESHIELD_JOGRE=8730]="RUNE_KITESHIELD_JOGRE",a[a.RUNE_KITESHIELD_KANDARIN=8732]="RUNE_KITESHIELD_KANDARIN",a[a.RUNE_KITESHIELD_MISTHALIN=8734]="RUNE_KITESHIELD_MISTHALIN",a[a.RUNE_KITESHIELD_MONEY=8736]="RUNE_KITESHIELD_MONEY",a[a.RUNE_KITESHIELD_SARADOMIN=8738]="RUNE_KITESHIELD_SARADOMIN",a[a.RUNE_KITESHIELD_SKULL=8740]="RUNE_KITESHIELD_SKULL",a[a.RUNE_KITESHIELD_VARROCK=8742]="RUNE_KITESHIELD_VARROCK",a[a.RUNE_KITESHIELD_ZAMORAK=8744]="RUNE_KITESHIELD_ZAMORAK",a[a.STEEL_KITESHIELD_ARRAV=8746]="STEEL_KITESHIELD_ARRAV",a[a.STEEL_KITESHIELD_ASGARNIA=8748]="STEEL_KITESHIELD_ASGARNIA",a[a.STEEL_KITESHIELD_DORGESHUUN=8750]="STEEL_KITESHIELD_DORGESHUUN",a[a.STEEL_KITESHIELD_DRAGON=8752]="STEEL_KITESHIELD_DRAGON",a[a.STEEL_KITESHIELD_FAIRY=8754]="STEEL_KITESHIELD_FAIRY",a[a.STEEL_KITESHIELD_GUTHIX=8756]="STEEL_KITESHIELD_GUTHIX",a[a.STEEL_KITESHIELD_HAM=8758]="STEEL_KITESHIELD_HAM",a[a.STEEL_KITESHIELD_HORSE=8760]="STEEL_KITESHIELD_HORSE",a[a.STEEL_KITESHIELD_JOGRE=8762]="STEEL_KITESHIELD_JOGRE",a[a.STEEL_KITESHIELD_KANDARIN=8764]="STEEL_KITESHIELD_KANDARIN",a[a.STEEL_KITESHIELD_MISTHALIN=8766]="STEEL_KITESHIELD_MISTHALIN",a[a.STEEL_KITESHIELD_MONEY=8768]="STEEL_KITESHIELD_MONEY",a[a.STEEL_KITESHIELD_SARADOMIN=8770]="STEEL_KITESHIELD_SARADOMIN",a[a.STEEL_KITESHIELD_SKULL=8772]="STEEL_KITESHIELD_SKULL",a[a.STEEL_KITESHIELD_VARROCK=8774]="STEEL_KITESHIELD_VARROCK",a[a.STEEL_KITESHIELD_ZAMORAK=8776]="STEEL_KITESHIELD_ZAMORAK",a[a.OAK_PLANK=8778]="OAK_PLANK",a[a.TEAK_PLANK=8780]="TEAK_PLANK",a[a.MAHOGANY_PLANK=8782]="MAHOGANY_PLANK",a[a.GOLD_LEAF=8784]="GOLD_LEAF",a[a.MARBLE_BLOCK=8786]="MARBLE_BLOCK",a[a.MAGIC_STONE=8788]="MAGIC_STONE",a[a.BOLT_OF_CLOTH=8790]="BOLT_OF_CLOTH",a[a.CLOCKWORK=8792]="CLOCKWORK",a[a.SAW=8794]="SAW",a[a.TIMBER_BEAM=8837]="TIMBER_BEAM",a[a.VOID_KNIGHT_TOP_NORMAL=8839]="VOID_KNIGHT_TOP_NORMAL",a[a.VOID_KNIGHT_ROBE_NORMAL=8840]="VOID_KNIGHT_ROBE_NORMAL",a[a.VOID_KNIGHT_MACE_NORMAL=8841]="VOID_KNIGHT_MACE_NORMAL",a[a.VOID_KNIGHT_GLOVES_NORMAL=8842]="VOID_KNIGHT_GLOVES_NORMAL",a[a.BRONZE_DEFENDER_NORMAL=8844]="BRONZE_DEFENDER_NORMAL",a[a.IRON_DEFENDER_NORMAL=8845]="IRON_DEFENDER_NORMAL",a[a.STEEL_DEFENDER_NORMAL=8846]="STEEL_DEFENDER_NORMAL",a[a.BLACK_DEFENDER_NORMAL=8847]="BLACK_DEFENDER_NORMAL",a[a.MITHRIL_DEFENDER_NORMAL=8848]="MITHRIL_DEFENDER_NORMAL",a[a.ADAMANT_DEFENDER_NORMAL=8849]="ADAMANT_DEFENDER_NORMAL",a[a.RUNE_DEFENDER_NORMAL=8850]="RUNE_DEFENDER_NORMAL",a[a.BONE_DAGGER_UNPOISONED=8872]="BONE_DAGGER_UNPOISONED",a[a.BONE_DAGGER_POISON=8874]="BONE_DAGGER_POISON",a[a.DORGESHUUN_CROSSBOW=8880]="DORGESHUUN_CROSSBOW",a[a.BONE_BOLTS=8882]="BONE_BOLTS",a[a.BLACK_MASK_10=8901]="BLACK_MASK_10",a[a.BLACK_MASK_9=8903]="BLACK_MASK_9",a[a.BLACK_MASK_8=8905]="BLACK_MASK_8",a[a.BLACK_MASK_7=8907]="BLACK_MASK_7",a[a.BLACK_MASK_6=8909]="BLACK_MASK_6",a[a.BLACK_MASK_5=8911]="BLACK_MASK_5",a[a.BLACK_MASK_4=8913]="BLACK_MASK_4",a[a.BLACK_MASK_3=8915]="BLACK_MASK_3",a[a.BLACK_MASK_2=8917]="BLACK_MASK_2",a[a.BLACK_MASK_1=8919]="BLACK_MASK_1",a[a.BLACK_MASK_UNCHARGED=8921]="BLACK_MASK_UNCHARGED",a[a.WITCHWOOD_ICON=8923]="WITCHWOOD_ICON",a[a.BANDANA_EYEPATCH_WHITE=8924]="BANDANA_EYEPATCH_WHITE",a[a.BANDANA_EYEPATCH_RED=8925]="BANDANA_EYEPATCH_RED",a[a.BANDANA_EYEPATCH_BLUE=8926]="BANDANA_EYEPATCH_BLUE",a[a.BANDANA_EYEPATCH_BROWN=8927]="BANDANA_EYEPATCH_BROWN",a[a.HAT_EYEPATCH=8928]="HAT_EYEPATCH",a[a.CRABCLAW_HOOK=8929]="CRABCLAW_HOOK",a[a.PIRATE_BANDANA_TROUBLE_BREWING=8949]="PIRATE_BANDANA_TROUBLE_BREWING",a[a.PIRATE_HAT=8950]="PIRATE_HAT",a[a.BLUE_NAVAL_SHIRT=8952]="BLUE_NAVAL_SHIRT",a[a.GREEN_NAVAL_SHIRT=8953]="GREEN_NAVAL_SHIRT",a[a.RED_NAVAL_SHIRT=8954]="RED_NAVAL_SHIRT",a[a.BROWN_NAVAL_SHIRT=8955]="BROWN_NAVAL_SHIRT",a[a.BLACK_NAVAL_SHIRT=8956]="BLACK_NAVAL_SHIRT",a[a.PURPLE_NAVAL_SHIRT=8957]="PURPLE_NAVAL_SHIRT",a[a.GREY_NAVAL_SHIRT=8958]="GREY_NAVAL_SHIRT",a[a.BLUE_TRICORN_HAT=8959]="BLUE_TRICORN_HAT",a[a.GREEN_TRICORN_HAT=8960]="GREEN_TRICORN_HAT",a[a.RED_TRICORN_HAT=8961]="RED_TRICORN_HAT",a[a.BROWN_TRICORN_HAT=8962]="BROWN_TRICORN_HAT",a[a.BLACK_TRICORN_HAT=8963]="BLACK_TRICORN_HAT",a[a.PURPLE_TRICORN_HAT=8964]="PURPLE_TRICORN_HAT",a[a.GREY_TRICORN_HAT=8965]="GREY_TRICORN_HAT",a[a.CUTTHROAT_FLAG=8966]="CUTTHROAT_FLAG",a[a.GILDED_SMILE_FLAG=8967]="GILDED_SMILE_FLAG",a[a.BRONZE_FIST_FLAG=8968]="BRONZE_FIST_FLAG",a[a.LUCKY_SHOT_FLAG=8969]="LUCKY_SHOT_FLAG",a[a.TREASURE_FLAG=8970]="TREASURE_FLAG",a[a.PHASMATYS_FLAG=8971]="PHASMATYS_FLAG",a[a.BLUE_NAVY_SLACKS=8991]="BLUE_NAVY_SLACKS",a[a.GREEN_NAVY_SLACKS=8992]="GREEN_NAVY_SLACKS",a[a.RED_NAVY_SLACKS=8993]="RED_NAVY_SLACKS",a[a.BROWN_NAVY_SLACKS=8994]="BROWN_NAVY_SLACKS",a[a.BLACK_NAVY_SLACKS=8995]="BLACK_NAVY_SLACKS",a[a.PURPLE_NAVY_SLACKS=8996]="PURPLE_NAVY_SLACKS",a[a.GREY_NAVY_SLACKS=8997]="GREY_NAVY_SLACKS",a[a.SECURITY_BOOK=9003]="SECURITY_BOOK",a[a.STRONGHOLD_NOTES=9004]="STRONGHOLD_NOTES",a[a.FANCY_BOOTS=9005]="FANCY_BOOTS",a[a.FIGHTING_BOOTS=9006]="FIGHTING_BOOTS",a[a.SKULL_SCEPTRE=9013]="SKULL_SCEPTRE",a[a.IVORY_COMB=9026]="IVORY_COMB",a[a.GOLDEN_SCARAB=9028]="GOLDEN_SCARAB",a[a.STONE_SCARAB=9030]="STONE_SCARAB",a[a.POTTERY_SCARAB=9032]="POTTERY_SCARAB",a[a.GOLDEN_STATUETTE=9034]="GOLDEN_STATUETTE",a[a.POTTERY_STATUETTE=9036]="POTTERY_STATUETTE",a[a.STONE_STATUETTE=9038]="STONE_STATUETTE",a[a.GOLD_SEAL=9040]="GOLD_SEAL",a[a.STONE_SEAL=9042]="STONE_SEAL",a[a.PHARAOHS_SCEPTRE_CHARGED=9044]="PHARAOHS_SCEPTRE_CHARGED",a[a.LOCUST_MEAT=9052]="LOCUST_MEAT",a[a.MOONCLAN_HELM=9068]="MOONCLAN_HELM",a[a.MOONCLAN_HAT=9069]="MOONCLAN_HAT",a[a.MOONCLAN_ARMOUR=9070]="MOONCLAN_ARMOUR",a[a.MOONCLAN_SKIRT=9071]="MOONCLAN_SKIRT",a[a.MOONCLAN_GLOVES=9072]="MOONCLAN_GLOVES",a[a.MOONCLAN_BOOTS=9073]="MOONCLAN_BOOTS",a[a.MOONCLAN_CAPE=9074]="MOONCLAN_CAPE",a[a.ASTRAL_RUNE=9075]="ASTRAL_RUNE",a[a.SEAL_OF_PASSAGE=9083]="SEAL_OF_PASSAGE",a[a.LUNAR_STAFF=9084]="LUNAR_STAFF",a[a.LUNAR_STAFF_PT1=9091]="LUNAR_STAFF_PT1",a[a.LUNAR_STAFF_PT2=9092]="LUNAR_STAFF_PT2",a[a.LUNAR_STAFF_PT3=9093]="LUNAR_STAFF_PT3",a[a.LUNAR_HELM=9096]="LUNAR_HELM",a[a.LUNAR_TORSO=9097]="LUNAR_TORSO",a[a.LUNAR_LEGS=9098]="LUNAR_LEGS",a[a.LUNAR_GLOVES=9099]="LUNAR_GLOVES",a[a.LUNAR_BOOTS=9100]="LUNAR_BOOTS",a[a.LUNAR_CAPE=9101]="LUNAR_CAPE",a[a.LUNAR_AMULET=9102]="LUNAR_AMULET",a[a.LUNAR_RING=9104]="LUNAR_RING",a[a.ASTRAL_TIARA=9106]="ASTRAL_TIARA",a[a.BLURITE_BOLTS_UNPOISONED=9139]="BLURITE_BOLTS_UNPOISONED",a[a.IRON_BOLTS_UNPOISONED=9140]="IRON_BOLTS_UNPOISONED",a[a.STEEL_BOLTS_UNPOISONED=9141]="STEEL_BOLTS_UNPOISONED",a[a.MITHRIL_BOLTS_UNPOISONED=9142]="MITHRIL_BOLTS_UNPOISONED",a[a.ADAMANT_BOLTS_UNPOISONED=9143]="ADAMANT_BOLTS_UNPOISONED",a[a.RUNITE_BOLTS_UNPOISONED=9144]="RUNITE_BOLTS_UNPOISONED",a[a.SILVER_BOLTS_UNPOISONED=9145]="SILVER_BOLTS_UNPOISONED",a[a.BRONZE_CROSSBOW=9174]="BRONZE_CROSSBOW",a[a.BLURITE_CROSSBOW=9176]="BLURITE_CROSSBOW",a[a.IRON_CROSSBOW=9177]="IRON_CROSSBOW",a[a.STEEL_CROSSBOW=9179]="STEEL_CROSSBOW",a[a.MITHRIL_CROSSBOW=9181]="MITHRIL_CROSSBOW",a[a.ADAMANT_CROSSBOW=9183]="ADAMANT_CROSSBOW",a[a.RUNE_CROSSBOW=9185]="RUNE_CROSSBOW",a[a.JADE_BOLT_TIPS=9187]="JADE_BOLT_TIPS",a[a.TOPAZ_BOLT_TIPS=9188]="TOPAZ_BOLT_TIPS",a[a.SAPPHIRE_BOLT_TIPS=9189]="SAPPHIRE_BOLT_TIPS",a[a.EMERALD_BOLT_TIPS=9190]="EMERALD_BOLT_TIPS",a[a.RUBY_BOLT_TIPS=9191]="RUBY_BOLT_TIPS",a[a.DIAMOND_BOLT_TIPS=9192]="DIAMOND_BOLT_TIPS",a[a.DRAGONSTONE_BOLT_TIPS=9193]="DRAGONSTONE_BOLT_TIPS",a[a.ONYX_BOLT_TIPS=9194]="ONYX_BOLT_TIPS",a[a.OPAL_BOLTS_E=9236]="OPAL_BOLTS_E",a[a.JADE_BOLTS_E=9237]="JADE_BOLTS_E",a[a.PEARL_BOLTS_E=9238]="PEARL_BOLTS_E",a[a.TOPAZ_BOLTS_E=9239]="TOPAZ_BOLTS_E",a[a.SAPPHIRE_BOLTS_E=9240]="SAPPHIRE_BOLTS_E",a[a.EMERALD_BOLTS_E=9241]="EMERALD_BOLTS_E",a[a.RUBY_BOLTS_E=9242]="RUBY_BOLTS_E",a[a.DIAMOND_BOLTS_E=9243]="DIAMOND_BOLTS_E",a[a.DRAGONSTONE_BOLTS_E=9244]="DRAGONSTONE_BOLTS_E",a[a.ONYX_BOLTS_E=9245]="ONYX_BOLTS_E",a[a.BLURITE_BOLTS_POISON=9286]="BLURITE_BOLTS_POISON",a[a.IRON_BOLTS_POISON=9287]="IRON_BOLTS_POISON",a[a.STEEL_BOLTS_POISON=9288]="STEEL_BOLTS_POISON",a[a.MITHRIL_BOLTS_POISON=9289]="MITHRIL_BOLTS_POISON",a[a.ADAMANT_BOLTS_POISON=9290]="ADAMANT_BOLTS_POISON",a[a.RUNITE_BOLTS_POISON=9291]="RUNITE_BOLTS_POISON",a[a.SILVER_BOLTS_POISON=9292]="SILVER_BOLTS_POISON",a[a.JADE_BOLTS=9335]="JADE_BOLTS",a[a.TOPAZ_BOLTS=9336]="TOPAZ_BOLTS",a[a.SAPPHIRE_BOLTS=9337]="SAPPHIRE_BOLTS",a[a.EMERALD_BOLTS=9338]="EMERALD_BOLTS",a[a.RUBY_BOLTS=9339]="RUBY_BOLTS",a[a.DIAMOND_BOLTS=9340]="DIAMOND_BOLTS",a[a.DRAGONSTONE_BOLTS=9341]="DRAGONSTONE_BOLTS",a[a.ONYX_BOLTS=9342]="ONYX_BOLTS",a[a.BRONZE_BOLTS_UNF=9375]="BRONZE_BOLTS_UNF",a[a.IRON_BOLTS_UNF=9377]="IRON_BOLTS_UNF",a[a.STEEL_BOLTS_UNF=9378]="STEEL_BOLTS_UNF",a[a.MITHRIL_BOLTS_UNF=9379]="MITHRIL_BOLTS_UNF",a[a.ADAMANT_BOLTSUNF=9380]="ADAMANT_BOLTSUNF",a[a.RUNITE_BOLTS_UNF=9381]="RUNITE_BOLTS_UNF",a[a.SILVER_BOLTS_UNF=9382]="SILVER_BOLTS_UNF",a[a.MITH_GRAPPLE_TIP=9416]="MITH_GRAPPLE_TIP",a[a.MITH_GRAPPLE_UNF=9418]="MITH_GRAPPLE_UNF",a[a.MITH_GRAPPLE=9419]="MITH_GRAPPLE",a[a.BRONZE_LIMBS=9420]="BRONZE_LIMBS",a[a.IRON_LIMBS=9423]="IRON_LIMBS",a[a.STEEL_LIMBS=9425]="STEEL_LIMBS",a[a.MITHRIL_LIMBS=9427]="MITHRIL_LIMBS",a[a.ADAMANTITE_LIMBS=9429]="ADAMANTITE_LIMBS",a[a.RUNITE_LIMBS=9431]="RUNITE_LIMBS",a[a.BOLT_MOULD=9434]="BOLT_MOULD",a[a.SINEW=9436]="SINEW",a[a.CROSSBOW_STRING=9438]="CROSSBOW_STRING",a[a.WOODEN_STOCK=9440]="WOODEN_STOCK",a[a.OAK_STOCK=9442]="OAK_STOCK",a[a.WILLOW_STOCK=9444]="WILLOW_STOCK",a[a.TEAK_STOCK=9446]="TEAK_STOCK",a[a.MAPLE_STOCK=9448]="MAPLE_STOCK",a[a.MAHOGANY_STOCK=9450]="MAHOGANY_STOCK",a[a.YEW_STOCK=9452]="YEW_STOCK",a[a.BRONZE_CROSSBOW_U=9454]="BRONZE_CROSSBOW_U",a[a.IRON_CROSSBOW_U=9457]="IRON_CROSSBOW_U",a[a.STEEL_CROSSBOW_U=9459]="STEEL_CROSSBOW_U",a[a.MITHRIL_CROSSBOW_U=9461]="MITHRIL_CROSSBOW_U",a[a.ADAMANT_CROSSBOW_U=9463]="ADAMANT_CROSSBOW_U",a[a.RUNITE_CROSSBOW_U=9465]="RUNITE_CROSSBOW_U",a[a.GRAND_SEED_POD=9469]="GRAND_SEED_POD",a[a.GNOME_SCARF=9470]="GNOME_SCARF",a[a.GNOME_GOGGLES=9472]="GNOME_GOGGLES",a[a.MINT_CAKE=9475]="MINT_CAKE",a[a.TYRAS_HELM=9629]="TYRAS_HELM",a[a.VYREWATCH_TOP=9634]="VYREWATCH_TOP",a[a.VYREWATCH_LEGS=9636]="VYREWATCH_LEGS",a[a.VYREWATCH_SHOES=9638]="VYREWATCH_SHOES",a[a.CITIZEN_TOP=9640]="CITIZEN_TOP",a[a.CITIZEN_TROUSERS=9642]="CITIZEN_TROUSERS",a[a.CITIZEN_SHOES=9644]="CITIZEN_SHOES",a[a.PROSELYTE_HARNESS_M=9666]="PROSELYTE_HARNESS_M",a[a.INITIATE_HARNESS_M=9668]="INITIATE_HARNESS_M",a[a.PROSELYTE_HARNESS_F=9670]="PROSELYTE_HARNESS_F",a[a.PROSELYTE_SALLET=9672]="PROSELYTE_SALLET",a[a.PROSELYTE_HAUBERK=9674]="PROSELYTE_HAUBERK",a[a.PROSELYTE_CUISSE=9676]="PROSELYTE_CUISSE",a[a.PROSELYTE_TASSET=9678]="PROSELYTE_TASSET",a[a.TRAINING_SWORD=9703]="TRAINING_SWORD",a[a.TRAINING_SHIELD=9704]="TRAINING_SHIELD",a[a.TRAINING_BOW=9705]="TRAINING_BOW",a[a.TRAINING_ARROWS=9706]="TRAINING_ARROWS",a[a.ELEMENTAL_HELMET=9729]="ELEMENTAL_HELMET",a[a.MIND_SHIELD=9731]="MIND_SHIELD",a[a.MIND_HELMET=9733]="MIND_HELMET",a[a.DESERT_GOAT_HORN=9735]="DESERT_GOAT_HORN",a[a.GOAT_HORN_DUST=9736]="GOAT_HORN_DUST",a[a.COMBAT_POTION_4_DOSE=9739]="COMBAT_POTION_4_DOSE",a[a.COMBAT_POTION_3_DOSE=9741]="COMBAT_POTION_3_DOSE",a[a.COMBAT_POTION_2_DOSE=9743]="COMBAT_POTION_2_DOSE",a[a.COMBAT_POTION_1_DOSE=9745]="COMBAT_POTION_1_DOSE",a[a.ATTACK_CAPE_UNTRIMMED=9747]="ATTACK_CAPE_UNTRIMMED",a[a.ATTACK_CAPE_TRIMMED=9748]="ATTACK_CAPE_TRIMMED",a[a.ATTACK_HOOD=9749]="ATTACK_HOOD",a[a.STRENGTH_CAPE_UNTRIMMED=9750]="STRENGTH_CAPE_UNTRIMMED",a[a.STRENGTH_CAPE_TRIMMED=9751]="STRENGTH_CAPE_TRIMMED",a[a.STRENGTH_HOOD=9752]="STRENGTH_HOOD",a[a.DEFENCE_CAPE_UNTRIMMED=9753]="DEFENCE_CAPE_UNTRIMMED",a[a.DEFENCE_CAPE_TRIMMED=9754]="DEFENCE_CAPE_TRIMMED",a[a.DEFENCE_HOOD=9755]="DEFENCE_HOOD",a[a.RANGING_CAPE_UNTRIMMED=9756]="RANGING_CAPE_UNTRIMMED",a[a.RANGING_CAPE_TRIMMED=9757]="RANGING_CAPE_TRIMMED",a[a.RANGING_HOOD=9758]="RANGING_HOOD",a[a.PRAYER_CAPE_UNTRIMMED=9759]="PRAYER_CAPE_UNTRIMMED",a[a.PRAYER_CAPE_TRIMMED=9760]="PRAYER_CAPE_TRIMMED",a[a.PRAYER_HOOD=9761]="PRAYER_HOOD",a[a.MAGIC_CAPE_UNTRIMMED=9762]="MAGIC_CAPE_UNTRIMMED",a[a.MAGIC_CAPE_TRIMMED=9763]="MAGIC_CAPE_TRIMMED",a[a.MAGIC_HOOD=9764]="MAGIC_HOOD",a[a.RUNECRAFT_CAPE_UNTRIMMED=9765]="RUNECRAFT_CAPE_UNTRIMMED",a[a.RUNECRAFT_CAPE_TRIMMED=9766]="RUNECRAFT_CAPE_TRIMMED",a[a.RUNECRAFT_HOOD=9767]="RUNECRAFT_HOOD",a[a.HITPOINTS_CAPE_UNTRIMMED=9768]="HITPOINTS_CAPE_UNTRIMMED",a[a.HITPOINTS_CAPE_TRIMMED=9769]="HITPOINTS_CAPE_TRIMMED",a[a.HITPOINTS_HOOD=9770]="HITPOINTS_HOOD",a[a.AGILITY_CAPE_UNTRIMMED=9771]="AGILITY_CAPE_UNTRIMMED",a[a.AGILITY_CAPE_TRIMMED=9772]="AGILITY_CAPE_TRIMMED",a[a.AGILITY_HOOD=9773]="AGILITY_HOOD",a[a.HERBLORE_CAPE_UNTRIMMED=9774]="HERBLORE_CAPE_UNTRIMMED",a[a.HERBLORE_CAPE_TRIMMED=9775]="HERBLORE_CAPE_TRIMMED",a[a.HERBLORE_HOOD=9776]="HERBLORE_HOOD",a[a.THIEVING_CAPE_UNTRIMMED=9777]="THIEVING_CAPE_UNTRIMMED",a[a.THIEVING_CAPE_TRIMMED=9778]="THIEVING_CAPE_TRIMMED",a[a.THIEVING_HOOD=9779]="THIEVING_HOOD",a[a.CRAFTING_CAPE_UNTRIMMED=9780]="CRAFTING_CAPE_UNTRIMMED",a[a.CRAFTING_CAPE_TRIMMED=9781]="CRAFTING_CAPE_TRIMMED",a[a.CRAFTING_HOOD=9782]="CRAFTING_HOOD",a[a.FLETCHING_CAPE_UNTRIMMED=9783]="FLETCHING_CAPE_UNTRIMMED",a[a.FLETCHING_CAPE_TRIMMED=9784]="FLETCHING_CAPE_TRIMMED",a[a.FLETCHING_HOOD=9785]="FLETCHING_HOOD",a[a.SLAYER_CAPE_UNTRIMMED=9786]="SLAYER_CAPE_UNTRIMMED",a[a.SLAYER_CAPE_TRIMMED=9787]="SLAYER_CAPE_TRIMMED",a[a.SLAYER_HOOD=9788]="SLAYER_HOOD",a[a.CONSTRUCT_CAPE_UNTRIMMED=9789]="CONSTRUCT_CAPE_UNTRIMMED",a[a.CONSTRUCT_CAPE_TRIMMED=9790]="CONSTRUCT_CAPE_TRIMMED",a[a.CONSTRUCT_HOOD=9791]="CONSTRUCT_HOOD",a[a.MINING_CAPE_UNTRIMMED=9792]="MINING_CAPE_UNTRIMMED",a[a.MINING_CAPE_TRIMMED=9793]="MINING_CAPE_TRIMMED",a[a.MINING_HOOD=9794]="MINING_HOOD",a[a.SMITHING_CAPE_UNTRIMMED=9795]="SMITHING_CAPE_UNTRIMMED",a[a.SMITHING_CAPE_TRIMMED=9796]="SMITHING_CAPE_TRIMMED",a[a.SMITHING_HOOD=9797]="SMITHING_HOOD",a[a.FISHING_CAPE_UNTRIMMED=9798]="FISHING_CAPE_UNTRIMMED",a[a.FISHING_CAPE_TRIMMED=9799]="FISHING_CAPE_TRIMMED",a[a.FISHING_HOOD=9800]="FISHING_HOOD",a[a.COOKING_CAPE_UNTRIMMED=9801]="COOKING_CAPE_UNTRIMMED",a[a.COOKING_CAPE_TRIMMED=9802]="COOKING_CAPE_TRIMMED",a[a.COOKING_HOOD=9803]="COOKING_HOOD",a[a.FIREMAKING_CAPE_UNTRIMMED=9804]="FIREMAKING_CAPE_UNTRIMMED",a[a.FIREMAKING_CAPE_TRIMMED=9805]="FIREMAKING_CAPE_TRIMMED",a[a.FIREMAKING_HOOD=9806]="FIREMAKING_HOOD",a[a.WOODCUTTING_CAPE_UNTRIMMED=9807]="WOODCUTTING_CAPE_UNTRIMMED",a[a.WOODCUTTING_CAPE_TRIMMED=9808]="WOODCUTTING_CAPE_TRIMMED",a[a.WOODCUTTING_HOOD=9809]="WOODCUTTING_HOOD",a[a.FARMING_CAPE_UNTRIMMED=9810]="FARMING_CAPE_UNTRIMMED",a[a.FARMING_CAPE_TRIMMED=9811]="FARMING_CAPE_TRIMMED",a[a.FARMING_HOOD=9812]="FARMING_HOOD",a[a.QUEST_POINT_CAPE_UNTRIMMED=9813]="QUEST_POINT_CAPE_UNTRIMMED",a[a.QUEST_POINT_HOOD=9814]="QUEST_POINT_HOOD",a[a.OAK_CAPE_RACK_FLATPACK=9843]="OAK_CAPE_RACK_FLATPACK",a[a.TEAK_CAPE_RACK_FLATPACK=9844]="TEAK_CAPE_RACK_FLATPACK",a[a.MAHOGANY_CAPE_RACK_FLATPACK=9845]="MAHOGANY_CAPE_RACK_FLATPACK",a[a.GILDED_CAPE_RACK_FLATPACK=9846]="GILDED_CAPE_RACK_FLATPACK",a[a.MARBLE_CAPE_RACK_FLATPACK=9847]="MARBLE_CAPE_RACK_FLATPACK",a[a.MAGIC_CAPE_RACK_FLATPACK=9848]="MAGIC_CAPE_RACK_FLATPACK",a[a.OAK_TOY_BOX_FLATPACK=9849]="OAK_TOY_BOX_FLATPACK",a[a.TEAK_TOY_BOX_FLATPACK=9850]="TEAK_TOY_BOX_FLATPACK",a[a.MAHOGANY_TOY_BOX_FLATPACK=9851]="MAHOGANY_TOY_BOX_FLATPACK",a[a.OAK_MAGIC_WARDROBE_FLATPACK=9852]="OAK_MAGIC_WARDROBE_FLATPACK",a[a.CARVED_OAK_MAGIC_WARDROBE_FLATPACK=9853]="CARVED_OAK_MAGIC_WARDROBE_FLATPACK",a[a.TEAK_MAGIC_WARDROBE_FLATPACK=9854]="TEAK_MAGIC_WARDROBE_FLATPACK",a[a.CARVED_TEAK_MAGIC_WARDROBE_FLATPACK=9855]="CARVED_TEAK_MAGIC_WARDROBE_FLATPACK",a[a.MAHOGANY_MAGIC_WARDROBE_FLATPACK=9856]="MAHOGANY_MAGIC_WARDROBE_FLATPACK",a[a.GILDED_MAGIC_WARDROBE_FLATPACK=9857]="GILDED_MAGIC_WARDROBE_FLATPACK",a[a.MARBLE_MAGIC_WARDROBE_FLATPACK=9858]="MARBLE_MAGIC_WARDROBE_FLATPACK",a[a.OAK_ARMOUR_CASE_FLATPACK=9859]="OAK_ARMOUR_CASE_FLATPACK",a[a.TEAK_ARMOUR_CASE_FLATPACK=9860]="TEAK_ARMOUR_CASE_FLATPACK",a[a.MAHOGANY_ARMOUR_CASE_FLATPACK=9861]="MAHOGANY_ARMOUR_CASE_FLATPACK",a[a.OAK_TREASURE_CHEST_FLATPACK=9862]="OAK_TREASURE_CHEST_FLATPACK",a[a.TEAK_TREASURE_CHEST_FLATPACK=9863]="TEAK_TREASURE_CHEST_FLATPACK",a[a.M_TREASURE_CHEST_FLATPACK=9864]="M_TREASURE_CHEST_FLATPACK",a[a.OAK_FANCY_DRESS_BOX_FLATPACK=9865]="OAK_FANCY_DRESS_BOX_FLATPACK",a[a.TEAK_FANCY_DRESS_BOX_FLATPACK=9866]="TEAK_FANCY_DRESS_BOX_FLATPACK",a[a.MAHOGANY_FANCY_DRESS_BOX_FLATPACK=9867]="MAHOGANY_FANCY_DRESS_BOX_FLATPACK",a[a.JACK_LANTERN_MASK=9920]="JACK_LANTERN_MASK",a[a.SKELETON_BOOTS=9921]="SKELETON_BOOTS",a[a.SKELETON_GLOVES=9922]="SKELETON_GLOVES",a[a.SKELETON_LEGGINGS=9923]="SKELETON_LEGGINGS",a[a.SKELETON_SHIRT=9924]="SKELETON_SHIRT",a[a.SKELETON_MASK=9925]="SKELETON_MASK",a[a.BOMBER_JACKET=9944]="BOMBER_JACKET",a[a.BOMBER_CAP=9945]="BOMBER_CAP",a[a.CAP_AND_GOGGLES=9946]="CAP_AND_GOGGLES",a[a.HUNTER_CAPE_UNTRIMMED=9948]="HUNTER_CAPE_UNTRIMMED",a[a.HUNTER_CAPE_TRIMMED=9949]="HUNTER_CAPE_TRIMMED",a[a.HUNTER_HOOD=9950]="HUNTER_HOOD",a[a.RAW_BIRD_MEAT=9978]="RAW_BIRD_MEAT",a[a.ROAST_BIRD_MEAT=9980]="ROAST_BIRD_MEAT",a[a.RAW_BEAST_MEAT=9986]="RAW_BEAST_MEAT",a[a.ROAST_BEAST_MEAT=9988]="ROAST_BEAST_MEAT",a[a.SPICY_TOMATO=9994]="SPICY_TOMATO",a[a.SPICY_MINCED_MEAT=9996]="SPICY_MINCED_MEAT",a[a.HUNTER_POTION_4_DOSE=9998]="HUNTER_POTION_4_DOSE",a[a.HUNTER_POTION_3_DOSE=1e4]="HUNTER_POTION_3_DOSE",a[a.HUNTER_POTION_2_DOSE=10002]="HUNTER_POTION_2_DOSE",a[a.HUNTER_POTION_1_DOSE=10004]="HUNTER_POTION_1_DOSE",a[a.BIRD_SNARE=10006]="BIRD_SNARE",a[a.BOX_TRAP=10008]="BOX_TRAP",a[a.BUTTERFLY_NET=10010]="BUTTERFLY_NET",a[a.BUTTERFLY_JAR=10012]="BUTTERFLY_JAR",a[a.BLACK_WARLOCK_ITEM=10014]="BLACK_WARLOCK_ITEM",a[a.SNOWY_KNIGHT_ITEM=10016]="SNOWY_KNIGHT_ITEM",a[a.SAPPHIRE_GLACIALIS_ITEM=10018]="SAPPHIRE_GLACIALIS_ITEM",a[a.RUBY_HARVEST_ITEM=10020]="RUBY_HARVEST_ITEM",a[a.FALCONERS_GLOVE_NO_FALCON=10023]="FALCONERS_GLOVE_NO_FALCON",a[a.FALCONERS_GLOVE_WITH_FALCON=10024]="FALCONERS_GLOVE_WITH_FALCON",a[a.MAGIC_BOX=10025]="MAGIC_BOX",a[a.TEASING_STICK=10029]="TEASING_STICK",a[a.RABBIT_SNARE=10031]="RABBIT_SNARE",a[a.CHINCHOMPA=10033]="CHINCHOMPA",a[a.RED_CHINCHOMPA=10034]="RED_CHINCHOMPA",a[a.KYATT_LEGS=10035]="KYATT_LEGS",a[a.KYATT_TOP=10037]="KYATT_TOP",a[a.KYATT_HAT=10039]="KYATT_HAT",a[a.LARUPIA_LEGS=10041]="LARUPIA_LEGS",a[a.LARUPIA_TOP=10043]="LARUPIA_TOP",a[a.LARUPIA_HAT=10045]="LARUPIA_HAT",a[a.GRAAHK_LEGS=10047]="GRAAHK_LEGS",a[a.GRAAHK_TOP=10049]="GRAAHK_TOP",a[a.GRAAHK_HEADDRESS=10051]="GRAAHK_HEADDRESS",a[a.WOOD_CAMO_TOP=10053]="WOOD_CAMO_TOP",a[a.WOOD_CAMO_LEGS=10055]="WOOD_CAMO_LEGS",a[a.JUNGLE_CAMO_TOP=10057]="JUNGLE_CAMO_TOP",a[a.JUNGLE_CAMO_LEGS=10059]="JUNGLE_CAMO_LEGS",a[a.DESERT_CAMO_TOP=10061]="DESERT_CAMO_TOP",a[a.DESERT_CAMO_LEGS=10063]="DESERT_CAMO_LEGS",a[a.POLAR_CAMO_TOP=10065]="POLAR_CAMO_TOP",a[a.POLAR_CAMO_LEGS=10067]="POLAR_CAMO_LEGS",a[a.SPOTTED_CAPE_INVENTORY=10069]="SPOTTED_CAPE_INVENTORY",a[a.SPOTTIER_CAPE_INVENTORY=10071]="SPOTTIER_CAPE_INVENTORY",a[a.GLOVES_OF_SILENCE=10075]="GLOVES_OF_SILENCE",a[a.SPIKY_VAMBRACES=10077]="SPIKY_VAMBRACES",a[a.GREEN_SPIKY_VAMBRACES=10079]="GREEN_SPIKY_VAMBRACES",a[a.BLUE_SPIKY_VAMBRACES=10081]="BLUE_SPIKY_VAMBRACES",a[a.RED_SPIKY_VAMBRACES=10083]="RED_SPIKY_VAMBRACES",a[a.BLACK_SPIKY_VAMBRACES=10085]="BLACK_SPIKY_VAMBRACES",a[a.STRIPY_FEATHER=10087]="STRIPY_FEATHER",a[a.RED_FEATHER=10088]="RED_FEATHER",a[a.BLUE_FEATHER=10089]="BLUE_FEATHER",a[a.YELLOW_FEATHER=10090]="YELLOW_FEATHER",a[a.ORANGE_FEATHER=10091]="ORANGE_FEATHER",a[a.TATTY_LARUPIA_FUR=10093]="TATTY_LARUPIA_FUR",a[a.LARUPIA_FUR=10095]="LARUPIA_FUR",a[a.TATTY_GRAAHK_FUR=10097]="TATTY_GRAAHK_FUR",a[a.GRAAHK_FUR=10099]="GRAAHK_FUR",a[a.TATTY_KYATT_FUR=10101]="TATTY_KYATT_FUR",a[a.KYATT_FUR=10103]="KYATT_FUR",a[a.KEBBIT_SPIKE=10105]="KEBBIT_SPIKE",a[a.LONG_KEBBIT_SPIKE=10107]="LONG_KEBBIT_SPIKE",a[a.KEBBIT_TEETH=10109]="KEBBIT_TEETH",a[a.KEBBIT_TEETH_DUST=10111]="KEBBIT_TEETH_DUST",a[a.KEBBIT_CLAWS=10113]="KEBBIT_CLAWS",a[a.DARK_KEBBIT_FUR=10115]="DARK_KEBBIT_FUR",a[a.POLAR_KEBBIT_FUR=10117]="POLAR_KEBBIT_FUR",a[a.FELDIP_WEASEL_FUR=10119]="FELDIP_WEASEL_FUR",a[a.COMMON_KEBBIT_FUR=10121]="COMMON_KEBBIT_FUR",a[a.DESERT_DEVIL_FUR=10123]="DESERT_DEVIL_FUR",a[a.SPOTTED_KEBBIT_FUR=10125]="SPOTTED_KEBBIT_FUR",a[a.DASHING_KEBBIT_FUR=10127]="DASHING_KEBBIT_FUR",a[a.BARBTAIL_HARPOON=10129]="BARBTAIL_HARPOON",a[a.STRUNG_RABBIT_FOOT=10132]="STRUNG_RABBIT_FOOT",a[a.RABBIT_FOOT=10134]="RABBIT_FOOT",a[a.RAINBOW_FISH=10136]="RAINBOW_FISH",a[a.RAW_RAINBOW_FISH=10138]="RAW_RAINBOW_FISH",a[a.GUAM_TAR=10142]="GUAM_TAR",a[a.MARRENTILL_TAR=10143]="MARRENTILL_TAR",a[a.TARROMIN_TAR=10144]="TARROMIN_TAR",a[a.HARRALANDER_TAR=10145]="HARRALANDER_TAR",a[a.ORANGE_SALAMANDER=10146]="ORANGE_SALAMANDER",a[a.RED_SALAMANDER=10147]="RED_SALAMANDER",a[a.BLACK_SALAMANDER=10148]="BLACK_SALAMANDER",a[a.SWAMP_LIZARD=10149]="SWAMP_LIZARD",a[a.NOOSE_WAND=10150]="NOOSE_WAND",a[a.HUNTERS_CROSSBOW=10156]="HUNTERS_CROSSBOW",a[a.KEBBIT_BOLTS=10158]="KEBBIT_BOLTS",a[a.LONG_KEBBIT_BOLTS=10159]="LONG_KEBBIT_BOLTS",a[a.EAGLE_CAPE=10171]="EAGLE_CAPE",a[a.FAKE_BEAK=10172]="FAKE_BEAK",a[a.WILLOW_COMP_BOW=10280]="WILLOW_COMP_BOW",a[a.YEW_COMP_BOW=10282]="YEW_COMP_BOW",a[a.MAGIC_COMP_BOW=10284]="MAGIC_COMP_BOW",a[a.RUNE_HELM_H1=10286]="RUNE_HELM_H1",a[a.RUNE_HELM_H2=10288]="RUNE_HELM_H2",a[a.RUNE_HELM_H3=10290]="RUNE_HELM_H3",a[a.RUNE_HELM_H4=10292]="RUNE_HELM_H4",a[a.RUNE_HELM_H5=10294]="RUNE_HELM_H5",a[a.ADAMANT_HELM_H1=10296]="ADAMANT_HELM_H1",a[a.ADAMANT_HELM_H2=10298]="ADAMANT_HELM_H2",a[a.ADAMANT_HELM_H3=10300]="ADAMANT_HELM_H3",a[a.ADAMANT_HELM_H4=10302]="ADAMANT_HELM_H4",a[a.ADAMANT_HELM_H5=10304]="ADAMANT_HELM_H5",a[a.BLACK_HELM_H1=10306]="BLACK_HELM_H1",a[a.BLACK_HELM_H2=10308]="BLACK_HELM_H2",a[a.BLACK_HELM_H3=10310]="BLACK_HELM_H3",a[a.BLACK_HELM_H4=10312]="BLACK_HELM_H4",a[a.BLACK_HELM_H5=10314]="BLACK_HELM_H5",a[a.BOBS_RED_SHIRT=10316]="BOBS_RED_SHIRT",a[a.BOBS_BLUE_SHIRT=10318]="BOBS_BLUE_SHIRT",a[a.BOBS_GREEN_SHIRT=10320]="BOBS_GREEN_SHIRT",a[a.BOBS_BLACK_SHIRT=10322]="BOBS_BLACK_SHIRT",a[a.BOBS_PURPLE_SHIRT=10324]="BOBS_PURPLE_SHIRT",a[a.PURPLE_FIRELIGHTER=10326]="PURPLE_FIRELIGHTER",a[a.WHITE_FIRELIGHTER=10327]="WHITE_FIRELIGHTER",a[a.THIRD_AGE_RANGE_TOP=10330]="THIRD_AGE_RANGE_TOP",a[a.THIRD_AGE_RANGE_LEGS=10332]="THIRD_AGE_RANGE_LEGS",a[a.THIRD_AGE_RANGE_COIF=10334]="THIRD_AGE_RANGE_COIF",a[a.THIRD_AGE_VAMBRACES=10336]="THIRD_AGE_VAMBRACES",a[a.THIRD_AGE_ROBE_TOP=10338]="THIRD_AGE_ROBE_TOP",a[a.THIRD_AGE_ROBE=10340]="THIRD_AGE_ROBE",a[a.THIRD_AGE_MAGE_HAT=10342]="THIRD_AGE_MAGE_HAT",a[a.THIRD_AGE_AMULET=10344]="THIRD_AGE_AMULET",a[a.THIRD_AGE_PLATELEGS=10346]="THIRD_AGE_PLATELEGS",a[a.THIRD_AGE_PLATEBODY=10348]="THIRD_AGE_PLATEBODY",a[a.THIRD_AGE_FULL_HELMET=10350]="THIRD_AGE_FULL_HELMET",a[a.THIRD_AGE_KITESHIELD=10352]="THIRD_AGE_KITESHIELD",a[a.AMULET_OF_GLORY_T_T4=10354]="AMULET_OF_GLORY_T_T4",a[a.AMULET_OF_GLORY_T_T3=10356]="AMULET_OF_GLORY_T_T3",a[a.AMULET_OF_GLORY_T_T2=10358]="AMULET_OF_GLORY_T_T2",a[a.AMULET_OF_GLORY_T_T1=10360]="AMULET_OF_GLORY_T_T1",a[a.AMULET_OF_GLORY_T_UNCHARGED=10362]="AMULET_OF_GLORY_T_UNCHARGED",a[a.STRENGTH_AMULET_T=10364]="STRENGTH_AMULET_T",a[a.AMULET_OF_MAGIC_T=10366]="AMULET_OF_MAGIC_T",a[a.ZAMORAK_BRACERS=10368]="ZAMORAK_BRACERS",a[a.ZAMORAK_DHIDE_BODY=10370]="ZAMORAK_DHIDE_BODY",a[a.ZAMORAK_CHAPS=10372]="ZAMORAK_CHAPS",a[a.ZAMORAK_COIF=10374]="ZAMORAK_COIF",a[a.GUTHIX_BRACERS=10376]="GUTHIX_BRACERS",a[a.GUTHIX_DHIDE_BODY=10378]="GUTHIX_DHIDE_BODY",a[a.GUTHIX_CHAPS=10380]="GUTHIX_CHAPS",a[a.GUTHIX_COIF=10382]="GUTHIX_COIF",a[a.SARADOMIN_BRACERS=10384]="SARADOMIN_BRACERS",a[a.SARADOMIN_DHIDE_BODY=10386]="SARADOMIN_DHIDE_BODY",a[a.SARADOMIN_CHAPS=10388]="SARADOMIN_CHAPS",a[a.SARADOMIN_COIF=10390]="SARADOMIN_COIF",a[a.A_POWDERED_WIG=10392]="A_POWDERED_WIG",a[a.FLARED_TROUSERS=10394]="FLARED_TROUSERS",a[a.PANTALOONS=10396]="PANTALOONS",a[a.SLEEPING_CAP=10398]="SLEEPING_CAP",a[a.BLACK_ELEGANT_SHIRT=10400]="BLACK_ELEGANT_SHIRT",a[a.BLACK_ELEGANT_LEGS=10402]="BLACK_ELEGANT_LEGS",a[a.RED_ELEGANT_SHIRT=10404]="RED_ELEGANT_SHIRT",a[a.RED_ELEGANT_LEGS=10406]="RED_ELEGANT_LEGS",a[a.BLUE_ELEGANT_SHIRT=10408]="BLUE_ELEGANT_SHIRT",a[a.BLUE_ELEGANT_LEGS=10410]="BLUE_ELEGANT_LEGS",a[a.GREEN_ELEGANT_SHIRT=10412]="GREEN_ELEGANT_SHIRT",a[a.GREEN_ELEGANT_LEGS=10414]="GREEN_ELEGANT_LEGS",a[a.PURPLE_ELEGANT_SHIRT=10416]="PURPLE_ELEGANT_SHIRT",a[a.PURPLE_ELEGANT_LEGS=10418]="PURPLE_ELEGANT_LEGS",a[a.WHITE_ELEGANT_BLOUSE=10420]="WHITE_ELEGANT_BLOUSE",a[a.WHITE_ELEGANT_SKIRT=10422]="WHITE_ELEGANT_SKIRT",a[a.RED_ELEGANT_BLOUSE=10424]="RED_ELEGANT_BLOUSE",a[a.RED_ELEGANT_SKIRT=10426]="RED_ELEGANT_SKIRT",a[a.BLUE_ELEGANT_BLOUSE=10428]="BLUE_ELEGANT_BLOUSE",a[a.BLUE_ELEGANT_SKIRT=10430]="BLUE_ELEGANT_SKIRT",a[a.GREEN_ELEGANT_BLOUSE=10432]="GREEN_ELEGANT_BLOUSE",a[a.GREEN_ELEGANT_SKIRT=10434]="GREEN_ELEGANT_SKIRT",a[a.PURPLE_ELEGANT_BLOUSE=10436]="PURPLE_ELEGANT_BLOUSE",a[a.PURPLE_ELEGANT_SKIRT=10438]="PURPLE_ELEGANT_SKIRT",a[a.SARADOMIN_CROZIER=10440]="SARADOMIN_CROZIER",a[a.GUTHIX_CROZIER=10442]="GUTHIX_CROZIER",a[a.ZAMORAK_CROZIER=10444]="ZAMORAK_CROZIER",a[a.SARADOMIN_CLOAK=10446]="SARADOMIN_CLOAK",a[a.GUTHIX_CLOAK=10448]="GUTHIX_CLOAK",a[a.ZAMORAK_CLOAK=10450]="ZAMORAK_CLOAK",a[a.SARADOMIN_MITRE=10452]="SARADOMIN_MITRE",a[a.GUTHIX_MITRE=10454]="GUTHIX_MITRE",a[a.ZAMORAK_MITRE=10456]="ZAMORAK_MITRE",a[a.SARADOMIN_ROBE_TOP=10458]="SARADOMIN_ROBE_TOP",a[a.ZAMORAK_ROBE_TOP=10460]="ZAMORAK_ROBE_TOP",a[a.GUTHIX_ROBE_TOP=10462]="GUTHIX_ROBE_TOP",a[a.SARADOMIN_ROBE_LEGS=10464]="SARADOMIN_ROBE_LEGS",a[a.GUTHIX_ROBE_LEGS=10466]="GUTHIX_ROBE_LEGS",a[a.ZAMORAK_ROBE_LEGS=10468]="ZAMORAK_ROBE_LEGS",a[a.SARADOMIN_STOLE=10470]="SARADOMIN_STOLE",a[a.GUTHIX_STOLE=10472]="GUTHIX_STOLE",a[a.ZAMORAK_STOLE=10474]="ZAMORAK_STOLE",a[a.PURPLE_SWEETS=10476]="PURPLE_SWEETS",a[a.UNDEAD_CHICKEN_ITEM=10487]="UNDEAD_CHICKEN_ITEM",a[a.BLESSED_AXE=10491]="BLESSED_AXE",a[a.POLISHED_BUTTONS=10496]="POLISHED_BUTTONS",a[a.AVAS_ATTRACTOR=10498]="AVAS_ATTRACTOR",a[a.AVAS_ACCUMULATOR=10499]="AVAS_ACCUMULATOR",a[a.CRONEMADE_AMULET=10500]="CRONEMADE_AMULET",a[a.SNOWBALL=10501]="SNOWBALL",a[a.REINDEER_HAT=10507]="REINDEER_HAT",a[a.HEALER_HAT_NORMAL=10547]="HEALER_HAT_NORMAL",a[a.FIGHTER_HAT_NORMAL=10548]="FIGHTER_HAT_NORMAL",a[a.RUNNER_HAT_NORMAL=10549]="RUNNER_HAT_NORMAL",a[a.RANGER_HAT_NORMAL=10550]="RANGER_HAT_NORMAL",a[a.FIGHTER_TORSO_NORMAL=10551]="FIGHTER_TORSO_NORMAL",a[a.RUNNER_BOOTS=10552]="RUNNER_BOOTS",a[a.PENANCE_GLOVES_INVENTORY=10553]="PENANCE_GLOVES_INVENTORY",a[a.PENANCE_SKIRT_NORMAL=10555]="PENANCE_SKIRT_NORMAL",a[a.GRANITE_BODY=10564]="GRANITE_BODY",a[a.KERIS_UNPOISONED=10581]="KERIS_UNPOISONED",a[a.KERIS_POISON=10582]="KERIS_POISON",a[a.SALVE_AMULET_E=10588]="SALVE_AMULET_E",a[a.GRANITE_HELM=10589]="GRANITE_HELM",a[a.ARCTIC_PYRE_LOGS=10808]="ARCTIC_PYRE_LOGS",a[a.ARCTIC_PINE_LOGS=10810]="ARCTIC_PINE_LOGS",a[a.SPLIT_LOG=10812]="SPLIT_LOG",a[a.HAIR=10814]="HAIR",a[a.RAW_YAK_MEAT=10816]="RAW_YAK_MEAT",a[a.YAKHIDE=10818]="YAKHIDE",a[a.CURED_YAKHIDE=10820]="CURED_YAKHIDE",a[a.YAKHIDE_ARMOUR_TOP=10822]="YAKHIDE_ARMOUR_TOP",a[a.YAKHIDE_ARMOUR_LEGS=10824]="YAKHIDE_ARMOUR_LEGS",a[a.NEITIZNOT_SHIELD=10826]="NEITIZNOT_SHIELD",a[a.HELM_OF_NEITIZNOT=10828]="HELM_OF_NEITIZNOT",a[a.SILLY_JESTER_HAT=10836]="SILLY_JESTER_HAT",a[a.SILLY_JESTER_TOP=10837]="SILLY_JESTER_TOP",a[a.SILLY_JESTER_TIGHTS=10838]="SILLY_JESTER_TIGHTS",a[a.SILLY_JESTER_BOOTS=10839]="SILLY_JESTER_BOOTS",a[a.SHADOW_SWORD=10858]="SHADOW_SWORD",a[a.HARD_HAT=10862]="HARD_HAT",a[a.BUILDERS_SHIRT=10863]="BUILDERS_SHIRT",a[a.BUILDERS_TROUSERS=10864]="BUILDERS_TROUSERS",a[a.BUILDERS_BOOTS=10865]="BUILDERS_BOOTS",a[a.PLAIN_SATCHEL=10877]="PLAIN_SATCHEL",a[a.GREEN_SATCHEL=10878]="GREEN_SATCHEL",a[a.RED_SATCHEL=10879]="RED_SATCHEL",a[a.BLACK_SATCHEL=10880]="BLACK_SATCHEL",a[a.GOLD_SATCHEL=10881]="GOLD_SATCHEL",a[a.RUNE_SATCHEL=10882]="RUNE_SATCHEL",a[a.BARRELCHEST_ANCHOR_FIXED=10887]="BARRELCHEST_ANCHOR_FIXED",a[a.WOODEN_CAT=10891]="WOODEN_CAT",a[a.SANFEW_SERUM_4_DOSE=10925]="SANFEW_SERUM_4_DOSE",a[a.SANFEW_SERUM_3_DOSE=10927]="SANFEW_SERUM_3_DOSE",a[a.SANFEW_SERUM_2_DOSE=10929]="SANFEW_SERUM_2_DOSE",a[a.SANFEW_SERUM_1_DOSE=10931]="SANFEW_SERUM_1_DOSE",a[a.LUMBERJACK_BOOTS=10933]="LUMBERJACK_BOOTS",a[a.NAIL_BEAST_NAILS=10937]="NAIL_BEAST_NAILS",a[a.LUMBERJACK_TOP=10939]="LUMBERJACK_TOP",a[a.LUMBERJACK_LEGS=10940]="LUMBERJACK_LEGS",a[a.LUMBERJACK_HAT=10941]="LUMBERJACK_HAT",a[a.SLAYER_BELL=10952]="SLAYER_BELL",a[a.FROGLEATHER_BODY=10954]="FROGLEATHER_BODY",a[a.FROGLEATHER_CHAPS=10956]="FROGLEATHER_CHAPS",a[a.FROGLEATHER_BOOTS=10958]="FROGLEATHER_BOOTS",a[a.LIGHT_ORB=10973]="LIGHT_ORB",a[a.SWAMP_WEED=10978]="SWAMP_WEED",a[a.CAVE_GOBLIN_WIRE=10981]="CAVE_GOBLIN_WIRE",a[a.GOBLIN_BOOK=10999]="GOBLIN_BOOK",a[a.BEACON_RING=11014]="BEACON_RING",a[a.CHICKEN_FEET=11019]="CHICKEN_FEET",a[a.CHICKEN_WINGS=11020]="CHICKEN_WINGS",a[a.CHICKEN_HEAD=11021]="CHICKEN_HEAD",a[a.CHICKEN_LEGS=11022]="CHICKEN_LEGS",a[a.BRINE_SABRE=11037]="BRINE_SABRE",a[a.ANCIENT_MACE=11061]="ANCIENT_MACE",a[a.BRACELET_MOULD=11065]="BRACELET_MOULD",a[a.GOLD_BRACELET=11069]="GOLD_BRACELET",a[a.SAPPHIRE_BRACELET=11072]="SAPPHIRE_BRACELET",a[a.BRACELET_OF_CLAY=11074]="BRACELET_OF_CLAY",a[a.EMERALD_BRACELET=11076]="EMERALD_BRACELET",a[a.CASTLE_WARS_BRACELET_3=11079]="CASTLE_WARS_BRACELET_3",a[a.CASTLE_WARS_BRACELET_2=11081]="CASTLE_WARS_BRACELET_2",a[a.CASTLE_WARS_BRACELET_1=11083]="CASTLE_WARS_BRACELET_1",a[a.RUBY_BRACELET=11085]="RUBY_BRACELET",a[a.INOCULATION_BRACELET=11088]="INOCULATION_BRACELET",a[a.PHOENIX_NECKLACE=11090]="PHOENIX_NECKLACE",a[a.DIAMOND_BRACELET=11092]="DIAMOND_BRACELET",a[a.ABYSSAL_BRACELET_5=11095]="ABYSSAL_BRACELET_5",a[a.ABYSSAL_BRACELET_4=11097]="ABYSSAL_BRACELET_4",a[a.ABYSSAL_BRACELET_3=11099]="ABYSSAL_BRACELET_3",a[a.ABYSSAL_BRACELET_2=11101]="ABYSSAL_BRACELET_2",a[a.ABYSSAL_BRACELET_1=11103]="ABYSSAL_BRACELET_1",a[a.SKILLS_NECKLACE_4=11105]="SKILLS_NECKLACE_4",a[a.SKILLS_NECKLACE_3=11107]="SKILLS_NECKLACE_3",a[a.SKILLS_NECKLACE_2=11109]="SKILLS_NECKLACE_2",a[a.SKILLS_NECKLACE_1=11111]="SKILLS_NECKLACE_1",a[a.SKILLS_NECKLACE_UNCHARGED=11113]="SKILLS_NECKLACE_UNCHARGED",a[a.DRAGONSTONE_BRACELET=11115]="DRAGONSTONE_BRACELET",a[a.COMBAT_BRACELET_4=11118]="COMBAT_BRACELET_4",a[a.COMBAT_BRACELET_3=11120]="COMBAT_BRACELET_3",a[a.COMBAT_BRACELET_2=11122]="COMBAT_BRACELET_2",a[a.COMBAT_BRACELET_1=11124]="COMBAT_BRACELET_1",a[a.COMBAT_BRACELET_UNCHARGED=11126]="COMBAT_BRACELET_UNCHARGED",a[a.BERSERKER_NECKLACE=11128]="BERSERKER_NECKLACE",a[a.ONYX_BRACELET=11130]="ONYX_BRACELET",a[a.REGEN_BRACELET=11133]="REGEN_BRACELET",a[a.KARAMJA_GLOVES_1=11136]="KARAMJA_GLOVES_1",a[a.KARAMJA_GLOVES_2=11138]="KARAMJA_GLOVES_2",a[a.KARAMJA_GLOVES_3=11140]="KARAMJA_GLOVES_3",a[a.DIGSITE_PENDANT_1=11190]="DIGSITE_PENDANT_1",a[a.DIGSITE_PENDANT_2=11191]="DIGSITE_PENDANT_2",a[a.DIGSITE_PENDANT_3=11192]="DIGSITE_PENDANT_3",a[a.DIGSITE_PENDANT_4=11193]="DIGSITE_PENDANT_4",a[a.DIGSITE_PENDANT_5=11194]="DIGSITE_PENDANT_5",a[a.CLEAN_NECKLACE=11195]="CLEAN_NECKLACE",a[a.DWARVEN_HELMET=11200]="DWARVEN_HELMET",a[a.SHRUNK_OGLEROOT=11205]="SHRUNK_OGLEROOT",a[a.DRAGON_ARROW_UNPOISONED=11212]="DRAGON_ARROW_UNPOISONED",a[a.DRAGON_FIRE_ARROW_UNLIT=11217]="DRAGON_FIRE_ARROW_UNLIT",a[a.DRAGON_FIRE_ARROW_LIT=11222]="DRAGON_FIRE_ARROW_LIT",a[a.DRAGON_ARROW_POISON=11227]="DRAGON_ARROW_POISON",a[a.DRAGON_DART_UNPOISONED=11230]="DRAGON_DART_UNPOISONED",a[a.DRAGON_DART_POISON=11231]="DRAGON_DART_POISON",a[a.DRAGON_DART_TIP=11232]="DRAGON_DART_TIP",a[a.DARK_BOW_REGULAR=11235]="DARK_BOW_REGULAR",a[a.DRAGON_ARROWTIPS=11237]="DRAGON_ARROWTIPS",a[a.BABY_IMPLING_JAR=11238]="BABY_IMPLING_JAR",a[a.YOUNG_IMPLING_JAR=11240]="YOUNG_IMPLING_JAR",a[a.GOURMET_IMPLING_JAR=11242]="GOURMET_IMPLING_JAR",a[a.EARTH_IMPLING_JAR=11244]="EARTH_IMPLING_JAR",a[a.ESSENCE_IMPLING_JAR=11246]="ESSENCE_IMPLING_JAR",a[a.ECLECTIC_IMPLING_JAR=11248]="ECLECTIC_IMPLING_JAR",a[a.NATURE_IMPLING_JAR=11250]="NATURE_IMPLING_JAR",a[a.MAGPIE_IMPLING_JAR=11252]="MAGPIE_IMPLING_JAR",a[a.NINJA_IMPLING_JAR=11254]="NINJA_IMPLING_JAR",a[a.DRAGON_IMPLING_JAR=11256]="DRAGON_IMPLING_JAR",a[a.MAGIC_BUTTERFLY_NET=11259]="MAGIC_BUTTERFLY_NET",a[a.IMPLING_JAR=11260]="IMPLING_JAR",a[a.CAVALIER_MASK=11280]="CAVALIER_MASK",a[a.BERET_MASK=11282]="BERET_MASK",a[a.DRAGONFIRE_SHIELD_CHARGED=11283]="DRAGONFIRE_SHIELD_CHARGED",a[a.DRAGONFIRE_SHIELD_UNCHARGED=11284]="DRAGONFIRE_SHIELD_UNCHARGED",a[a.DRACONIC_VISAGE=11286]="DRACONIC_VISAGE",a[a.ROE=11324]="ROE",a[a.CAVIAR=11326]="CAVIAR",a[a.LEAPING_TROUT=11328]="LEAPING_TROUT",a[a.LEAPING_SALMON=11330]="LEAPING_SALMON",a[a.LEAPING_STURGEON=11332]="LEAPING_STURGEON",a[a.FISH_OFFCUTS=11334]="FISH_OFFCUTS",a[a.DRAGON_FULL_HELM=11335]="DRAGON_FULL_HELM",a[a.BRONZE_HASTA_UNPOISONED=11367]="BRONZE_HASTA_UNPOISONED",a[a.IRON_HASTA_UNPOISONED=11369]="IRON_HASTA_UNPOISONED",a[a.STEEL_HASTA_UNPOISONED=11371]="STEEL_HASTA_UNPOISONED",a[a.MITHRIL_HASTA_UNPOISONED=11373]="MITHRIL_HASTA_UNPOISONED",a[a.ADAMANT_HASTA_UNPOISONED=11375]="ADAMANT_HASTA_UNPOISONED",a[a.RUNE_HASTA_UNPOISONED=11377]="RUNE_HASTA_UNPOISONED",a[a.BRONZE_HASTA_POISON=11379]="BRONZE_HASTA_POISON",a[a.BRONZE_HASTA_KARAMBWAN_POISON=11381]="BRONZE_HASTA_KARAMBWAN_POISON",a[a.IRON_HASTA_POISON=11386]="IRON_HASTA_POISON",a[a.IRON_HASTA_KARAMBWAN_POISON=11388]="IRON_HASTA_KARAMBWAN_POISON",a[a.STEEL_HASTA_POISON=11393]="STEEL_HASTA_POISON",a[a.STEEL_HASTA_KARAMBWAN_POISON=11395]="STEEL_HASTA_KARAMBWAN_POISON",a[a.MITHRIL_HASTA_POISON=11400]="MITHRIL_HASTA_POISON",a[a.MITHRIL_HASTA_KARAMBWAN_POISON=11402]="MITHRIL_HASTA_KARAMBWAN_POISON",a[a.ADAMANT_HASTA_POISON=11407]="ADAMANT_HASTA_POISON",a[a.ADAMANT_HASTA_KARAMBWAN_POISON=11409]="ADAMANT_HASTA_KARAMBWAN_POISON",a[a.RUNE_HASTA_POISON=11414]="RUNE_HASTA_POISON",a[a.RUNE_HASTA_KARAMBWAN_POISON=11416]="RUNE_HASTA_KARAMBWAN_POISON",a[a.ATTACK_MIX_2_DOSE=11429]="ATTACK_MIX_2_DOSE",a[a.ATTACK_MIX_1_DOSE=11431]="ATTACK_MIX_1_DOSE",a[a.ANTIPOISON_MIX_2_DOSE=11433]="ANTIPOISON_MIX_2_DOSE",a[a.ANTIPOISON_MIX_1_DOSE=11435]="ANTIPOISON_MIX_1_DOSE",a[a.RELICYMS_MIX_2_DOSE=11437]="RELICYMS_MIX_2_DOSE",a[a.RELICYMS_MIX_1_DOSE=11439]="RELICYMS_MIX_1_DOSE",a[a.STRENGTH_MIX_1_DOSE=11441]="STRENGTH_MIX_1_DOSE",a[a.STRENGTH_MIX_2_DOSE=11443]="STRENGTH_MIX_2_DOSE",a[a.COMBAT_MIX_2_DOSE=11445]="COMBAT_MIX_2_DOSE",a[a.COMBAT_MIX_1_DOSE=11447]="COMBAT_MIX_1_DOSE",a[a.RESTORE_MIX_2_DOSE=11449]="RESTORE_MIX_2_DOSE",a[a.RESTORE_MIX_1_DOSE=11451]="RESTORE_MIX_1_DOSE",a[a.ENERGY_MIX_2_DOSE=11453]="ENERGY_MIX_2_DOSE",a[a.ENERGY_MIX_1_DOSE=11455]="ENERGY_MIX_1_DOSE",a[a.DEFENCE_MIX_2_DOSE=11457]="DEFENCE_MIX_2_DOSE",a[a.DEFENCE_MIX_1_DOSE=11459]="DEFENCE_MIX_1_DOSE",a[a.AGILITY_MIX_2_DOSE=11461]="AGILITY_MIX_2_DOSE",a[a.AGILITY_MIX_1_DOSE=11463]="AGILITY_MIX_1_DOSE",a[a.PRAYER_MIX_2_DOSE=11465]="PRAYER_MIX_2_DOSE",a[a.PRAYER_MIX_1_DOSE=11467]="PRAYER_MIX_1_DOSE",a[a.SUPERATTACK_MIX_2_DOSE=11469]="SUPERATTACK_MIX_2_DOSE",a[a.SUPERATTACK_MIX_1_DOSE=11471]="SUPERATTACK_MIX_1_DOSE",a[a.ANTIPOISON_SUPERMIX_2_DOSE=11473]="ANTIPOISON_SUPERMIX_2_DOSE",a[a.ANTIPOISON_SUPERMIX_1_DOSE=11475]="ANTIPOISON_SUPERMIX_1_DOSE",a[a.FISHING_MIX_2_DOSE=11477]="FISHING_MIX_2_DOSE",a[a.FISHING_MIX_1_DOSE=11479]="FISHING_MIX_1_DOSE",a[a.SUPER_ENERGY_MIX_2_DOSE=11481]="SUPER_ENERGY_MIX_2_DOSE",a[a.SUPER_ENERGY_MIX_1_DOSE=11483]="SUPER_ENERGY_MIX_1_DOSE",a[a.SUPER_STR_MIX_2_DOSE=11485]="SUPER_STR_MIX_2_DOSE",a[a.SUPER_STR_MIX_1_DOSE=11487]="SUPER_STR_MIX_1_DOSE",a[a.MAGIC_ESSENCE_MIX_2_DOSE=11489]="MAGIC_ESSENCE_MIX_2_DOSE",a[a.MAGIC_ESSENCE_MIX_1_DOSE=11491]="MAGIC_ESSENCE_MIX_1_DOSE",a[a.SUPER_RESTORE_MIX_2_DOSE=11493]="SUPER_RESTORE_MIX_2_DOSE",a[a.SUPER_RESTORE_MIX_1_DOSE=11495]="SUPER_RESTORE_MIX_1_DOSE",a[a.SUPER_DEF_MIX_2_DOSE=11497]="SUPER_DEF_MIX_2_DOSE",a[a.SUPER_DEF_MIX_1_DOSE=11499]="SUPER_DEF_MIX_1_DOSE",a[a.ANTIFIRE_MIX_2_DOSE=11505]="ANTIFIRE_MIX_2_DOSE",a[a.ANTIFIRE_MIX_1_DOSE=11507]="ANTIFIRE_MIX_1_DOSE",a[a.RANGING_MIX_2_DOSE=11509]="RANGING_MIX_2_DOSE",a[a.RANGING_MIX_1_DOSE=11511]="RANGING_MIX_1_DOSE",a[a.MAGIC_MIX_2_DOSE=11513]="MAGIC_MIX_2_DOSE",a[a.MAGIC_MIX_1_DOSE=11515]="MAGIC_MIX_1_DOSE",a[a.HUNTING_MIX_2_DOSE=11517]="HUNTING_MIX_2_DOSE",a[a.HUNTING_MIX_1_DOSE=11519]="HUNTING_MIX_1_DOSE",a[a.ZAMORAK_MIX_2_DOSE=11521]="ZAMORAK_MIX_2_DOSE",a[a.ZAMORAK_MIX_1_DOSE=11523]="ZAMORAK_MIX_1_DOSE",a[a.VOID_MAGE_HELM_NORMAL=11663]="VOID_MAGE_HELM_NORMAL",a[a.VOID_RANGER_HELM_NORMAL=11664]="VOID_RANGER_HELM_NORMAL",a[a.VOID_MELEE_HELM_NORMAL=11665]="VOID_MELEE_HELM_NORMAL",a[a.VOID_SEAL_8=11666]="VOID_SEAL_8",a[a.VOID_SEAL_7=11667]="VOID_SEAL_7",a[a.VOID_SEAL_6=11668]="VOID_SEAL_6",a[a.VOID_SEAL_5=11669]="VOID_SEAL_5",a[a.VOID_SEAL_4=11670]="VOID_SEAL_4",a[a.VOID_SEAL_3=11671]="VOID_SEAL_3",a[a.VOID_SEAL_2=11672]="VOID_SEAL_2",a[a.VOID_SEAL_1=11673]="VOID_SEAL_1",a[a.BEACH_BOXING_GLOVES_YELLOW=11705]="BEACH_BOXING_GLOVES_YELLOW",a[a.BEACH_BOXING_GLOVES_PINK=11706]="BEACH_BOXING_GLOVES_PINK",a[a.CURSED_GOBLIN_HAMMER=11707]="CURSED_GOBLIN_HAMMER",a[a.CURSED_GOBLIN_BOW=11708]="CURSED_GOBLIN_BOW",a[a.CURSED_GOBLIN_STAFF=11709]="CURSED_GOBLIN_STAFF",a[a.ANTIDRAGON_SHIELD_NZ=11710]="ANTIDRAGON_SHIELD_NZ",a[a.MAGIC_SECATEURS_NZ=11711]="MAGIC_SECATEURS_NZ",a[a.RUNE_PICKAXE_NZ=11719]="RUNE_PICKAXE_NZ",a[a.MITHRIL_PICKAXE_NZ=11720]="MITHRIL_PICKAXE_NZ",a[a.IRON_PICKAXE_NZ=11721]="IRON_PICKAXE_NZ",a[a.CRYSTAL_BOW_I_NEW=11748]="CRYSTAL_BOW_I_NEW",a[a.CRYSTAL_BOW_I_FULL=11749]="CRYSTAL_BOW_I_FULL",a[a.CRYSTAL_BOW_I_910=11750]="CRYSTAL_BOW_I_910",a[a.CRYSTAL_BOW_I_810=11751]="CRYSTAL_BOW_I_810",a[a.CRYSTAL_BOW_I_710=11752]="CRYSTAL_BOW_I_710",a[a.CRYSTAL_BOW_I_610=11753]="CRYSTAL_BOW_I_610",a[a.CRYSTAL_BOW_I_510=11754]="CRYSTAL_BOW_I_510",a[a.CRYSTAL_BOW_I_410=11755]="CRYSTAL_BOW_I_410",a[a.CRYSTAL_BOW_I_310=11756]="CRYSTAL_BOW_I_310",a[a.CRYSTAL_BOW_I_210=11757]="CRYSTAL_BOW_I_210",a[a.CRYSTAL_BOW_I_110=11758]="CRYSTAL_BOW_I_110",a[a.CRYSTAL_SHIELD_I_NEW=11759]="CRYSTAL_SHIELD_I_NEW",a[a.CRYSTAL_SHIELD_I_FULL=11760]="CRYSTAL_SHIELD_I_FULL",a[a.CRYSTAL_SHIELD_I_910=11761]="CRYSTAL_SHIELD_I_910",a[a.CRYSTAL_SHIELD_I_810=11762]="CRYSTAL_SHIELD_I_810",a[a.CRYSTAL_SHIELD_I_710=11763]="CRYSTAL_SHIELD_I_710",a[a.CRYSTAL_SHIELD_I_610=11764]="CRYSTAL_SHIELD_I_610",a[a.CRYSTAL_SHIELD_I_510=11765]="CRYSTAL_SHIELD_I_510",a[a.CRYSTAL_SHIELD_I_410=11766]="CRYSTAL_SHIELD_I_410",a[a.CRYSTAL_SHIELD_I_310=11767]="CRYSTAL_SHIELD_I_310",a[a.CRYSTAL_SHIELD_I_210=11768]="CRYSTAL_SHIELD_I_210",a[a.CRYSTAL_SHIELD_I_110=11769]="CRYSTAL_SHIELD_I_110",a[a.SEERS_RING_I_NIGHTMARE_ZONE=11770]="SEERS_RING_I_NIGHTMARE_ZONE",a[a.ARCHERS_RING_I_NIGHTMARE_ZONE=11771]="ARCHERS_RING_I_NIGHTMARE_ZONE",a[a.WARRIOR_RING_I_NIGHTMARE_ZONE=11772]="WARRIOR_RING_I_NIGHTMARE_ZONE",a[a.BERSERKER_RING_I_NIGHTMARE_ZONE=11773]="BERSERKER_RING_I_NIGHTMARE_ZONE",a[a.BLACK_MASK_I_10=11774]="BLACK_MASK_I_10",a[a.BLACK_MASK_I_9=11775]="BLACK_MASK_I_9",a[a.BLACK_MASK_I_8=11776]="BLACK_MASK_I_8",a[a.BLACK_MASK_I_7=11777]="BLACK_MASK_I_7",a[a.BLACK_MASK_I_6=11778]="BLACK_MASK_I_6",a[a.BLACK_MASK_I_5=11779]="BLACK_MASK_I_5",a[a.BLACK_MASK_I_4=11780]="BLACK_MASK_I_4",a[a.BLACK_MASK_I_3=11781]="BLACK_MASK_I_3",a[a.BLACK_MASK_I_2=11782]="BLACK_MASK_I_2",a[a.BLACK_MASK_I_1=11783]="BLACK_MASK_I_1",a[a.BLACK_MASK_I_UNCHARGED=11784]="BLACK_MASK_I_UNCHARGED",a[a.ARMADYL_CROSSBOW=11785]="ARMADYL_CROSSBOW",a[a.STEAM_BATTLESTAFF=11787]="STEAM_BATTLESTAFF",a[a.MYSTIC_STEAM_STAFF=11789]="MYSTIC_STEAM_STAFF",a[a.STAFF_OF_THE_DEAD=11791]="STAFF_OF_THE_DEAD",a[a.GODSWORD_BLADE=11798]="GODSWORD_BLADE",a[a.ARMADYL_GODSWORD=11802]="ARMADYL_GODSWORD",a[a.BANDOS_GODSWORD=11804]="BANDOS_GODSWORD",a[a.SARADOMIN_GODSWORD=11806]="SARADOMIN_GODSWORD",a[a.ZAMORAK_GODSWORD=11808]="ZAMORAK_GODSWORD",a[a.ARMADYL_HILT=11810]="ARMADYL_HILT",a[a.BANDOS_HILT=11812]="BANDOS_HILT",a[a.SARADOMIN_HILT=11814]="SARADOMIN_HILT",a[a.ZAMORAK_HILT=11816]="ZAMORAK_HILT",a[a.GODSWORD_SHARD_1=11818]="GODSWORD_SHARD_1",a[a.GODSWORD_SHARD_2=11820]="GODSWORD_SHARD_2",a[a.GODSWORD_SHARD_3=11822]="GODSWORD_SHARD_3",a[a.ZAMORAKIAN_SPEAR=11824]="ZAMORAKIAN_SPEAR",a[a.ARMADYL_HELMET=11826]="ARMADYL_HELMET",a[a.ARMADYL_CHESTPLATE=11828]="ARMADYL_CHESTPLATE",a[a.ARMADYL_CHAINSKIRT=11830]="ARMADYL_CHAINSKIRT",a[a.BANDOS_CHESTPLATE=11832]="BANDOS_CHESTPLATE",a[a.BANDOS_TASSETS=11834]="BANDOS_TASSETS",a[a.BANDOS_BOOTS=11836]="BANDOS_BOOTS",a[a.SARADOMIN_SWORD=11838]="SARADOMIN_SWORD",a[a.DRAGON_BOOTS=11840]="DRAGON_BOOTS",a[a.BLACK_HWEEN_MASK=11847]="BLACK_HWEEN_MASK",a[a.GRACEFUL_HOOD_INVENTORY=11850]="GRACEFUL_HOOD_INVENTORY",a[a.GRACEFUL_CAPE_INVENTORY=11852]="GRACEFUL_CAPE_INVENTORY",a[a.GRACEFUL_TOP_INVENTORY=11854]="GRACEFUL_TOP_INVENTORY",a[a.GRACEFUL_LEGS_INVENTORY=11856]="GRACEFUL_LEGS_INVENTORY",a[a.GRACEFUL_GLOVES_INVENTORY=11858]="GRACEFUL_GLOVES_INVENTORY",a[a.GRACEFUL_BOOTS_INVENTORY=11860]="GRACEFUL_BOOTS_INVENTORY",a[a.BLACK_PARTYHAT=11862]="BLACK_PARTYHAT",a[a.RAINBOW_PARTYHAT=11863]="RAINBOW_PARTYHAT",a[a.SLAYER_HELMET=11864]="SLAYER_HELMET",a[a.SLAYER_HELMET_I_NIGHTMARE_ZONE=11865]="SLAYER_HELMET_I_NIGHTMARE_ZONE",a[a.SLAYER_RING_8=11866]="SLAYER_RING_8",a[a.SLAYER_RING_7=11867]="SLAYER_RING_7",a[a.SLAYER_RING_6=11868]="SLAYER_RING_6",a[a.SLAYER_RING_5=11869]="SLAYER_RING_5",a[a.SLAYER_RING_4=11870]="SLAYER_RING_4",a[a.SLAYER_RING_3=11871]="SLAYER_RING_3",a[a.SLAYER_RING_2=11872]="SLAYER_RING_2",a[a.SLAYER_RING_1=11873]="SLAYER_RING_1",a[a.BROAD_ARROWHEADS=11874]="BROAD_ARROWHEADS",a[a.BROAD_BOLTS=11875]="BROAD_BOLTS",a[a.UNFINISHED_BROAD_BOLTS=11876]="UNFINISHED_BROAD_BOLTS",a[a.ZAMORAKIAN_HASTA=11889]="ZAMORAKIAN_HASTA",a[a.SARADOMIN_BANNER_REWARD=11891]="SARADOMIN_BANNER_REWARD",a[a.ZAMORAK_BANNER_REWARD=11892]="ZAMORAK_BANNER_REWARD",a[a.DECORATIVE_ARMOUR_RED_PLATESKIRT=11893]="DECORATIVE_ARMOUR_RED_PLATESKIRT",a[a.DECORATIVE_ARMOUR_WHITE_PLATESKIRT=11894]="DECORATIVE_ARMOUR_WHITE_PLATESKIRT",a[a.DECORATIVE_ARMOUR_GOLD_PLATESKIRT_NORMAL=11895]="DECORATIVE_ARMOUR_GOLD_PLATESKIRT_NORMAL",a[a.DECORATIVE_ARMOUR_MAGIC_TOP_NORMAL=11896]="DECORATIVE_ARMOUR_MAGIC_TOP_NORMAL",a[a.DECORATIVE_ARMOUR_MAGIC_LEGS_NORMAL=11897]="DECORATIVE_ARMOUR_MAGIC_LEGS_NORMAL",a[a.DECORATIVE_ARMOUR_MAGIC_HAT_NORMAL=11898]="DECORATIVE_ARMOUR_MAGIC_HAT_NORMAL",a[a.DECORATIVE_ARMOUR_RANGED_TOP_NORMAL=11899]="DECORATIVE_ARMOUR_RANGED_TOP_NORMAL",a[a.DECORATIVE_ARMOUR_RANGED_LEGS_NORMAL=11900]="DECORATIVE_ARMOUR_RANGED_LEGS_NORMAL",a[a.DECORATIVE_ARMOUR_QUIVER_NORMAL=11901]="DECORATIVE_ARMOUR_QUIVER_NORMAL",a[a.LEAFBLADED_SWORD=11902]="LEAFBLADED_SWORD",a[a.TRIDENT_OF_THE_SEAS_CHARGED=11905]="TRIDENT_OF_THE_SEAS_CHARGED",a[a.TRIDENT_OF_THE_SEAS_PARTIALLY_CHARGED=11907]="TRIDENT_OF_THE_SEAS_PARTIALLY_CHARGED",a[a.TRIDENT_OF_THE_SEAS_UNCHARGED=11908]="TRIDENT_OF_THE_SEAS_UNCHARGED",a[a.COW_MASK=11919]="COW_MASK",a[a.DRAGON_PICKAXE=11920]="DRAGON_PICKAXE",a[a.MALEDICTION_WARD=11924]="MALEDICTION_WARD",a[a.ODIUM_WARD=11926]="ODIUM_WARD",a[a.ODIUM_SHARD_1=11928]="ODIUM_SHARD_1",a[a.ODIUM_SHARD_2=11929]="ODIUM_SHARD_2",a[a.ODIUM_SHARD_3=11930]="ODIUM_SHARD_3",a[a.MALEDICTION_SHARD_1=11931]="MALEDICTION_SHARD_1",a[a.MALEDICTION_SHARD_2=11932]="MALEDICTION_SHARD_2",a[a.MALEDICTION_SHARD_3=11933]="MALEDICTION_SHARD_3",a[a.RAW_DARK_CRAB=11934]="RAW_DARK_CRAB",a[a.DARK_CRAB=11936]="DARK_CRAB",a[a.DARK_FISHING_BAIT=11940]="DARK_FISHING_BAIT",a[a.LAVA_DRAGON_BONES=11943]="LAVA_DRAGON_BONES",a[a.EXTENDED_ANTIFIRE_4_DOSE=11951]="EXTENDED_ANTIFIRE_4_DOSE",a[a.EXTENDED_ANTIFIRE_3_DOSE=11953]="EXTENDED_ANTIFIRE_3_DOSE",a[a.EXTENDED_ANTIFIRE_2_DOSE=11955]="EXTENDED_ANTIFIRE_2_DOSE",a[a.EXTENDED_ANTIFIRE_1_DOSE=11957]="EXTENDED_ANTIFIRE_1_DOSE",a[a.BLACK_CHINCHOMPA=11959]="BLACK_CHINCHOMPA",a[a.EXTENDED_ANTIFIRE_MIX_2_DOSE=11960]="EXTENDED_ANTIFIRE_MIX_2_DOSE",a[a.EXTENDED_ANTIFIRE_MIX_1_DOSE=11962]="EXTENDED_ANTIFIRE_MIX_1_DOSE",a[a.AMULET_OF_GLORY_T_T6=11964]="AMULET_OF_GLORY_T_T6",a[a.AMULET_OF_GLORY_T_T5=11966]="AMULET_OF_GLORY_T_T5",a[a.SKILLS_NECKLACE_6=11968]="SKILLS_NECKLACE_6",a[a.SKILLS_NECKLACE_5=11970]="SKILLS_NECKLACE_5",a[a.COMBAT_BRACELET_6=11972]="COMBAT_BRACELET_6",a[a.COMBAT_BRACELET_5=11974]="COMBAT_BRACELET_5",a[a.AMULET_OF_GLORY_5=11976]="AMULET_OF_GLORY_5",a[a.AMULET_OF_GLORY_6=11978]="AMULET_OF_GLORY_6",a[a.RING_OF_WEALTH_5=11980]="RING_OF_WEALTH_5",a[a.RING_OF_WEALTH_4=11982]="RING_OF_WEALTH_4",a[a.RING_OF_WEALTH_3=11984]="RING_OF_WEALTH_3",a[a.RING_OF_WEALTH_2=11986]="RING_OF_WEALTH_2",a[a.RING_OF_WEALTH_1=11988]="RING_OF_WEALTH_1",a[a.FEDORA=11990]="FEDORA",a[a.LAVA_SCALE=11992]="LAVA_SCALE",a[a.LAVA_SCALE_SHARD=11994]="LAVA_SCALE_SHARD",a[a.SMOKE_BATTLESTAFF=11998]="SMOKE_BATTLESTAFF",a[a.MYSTIC_SMOKE_STAFF=12e3]="MYSTIC_SMOKE_STAFF",a[a.OCCULT_NECKLACE=12002]="OCCULT_NECKLACE",a[a.KRAKEN_TENTACLE=12004]="KRAKEN_TENTACLE",a[a.ABYSSAL_TENTACLE=12006]="ABYSSAL_TENTACLE",a[a.JAR_OF_DIRT=12007]="JAR_OF_DIRT",a[a.PROSPECTOR_HELMET=12013]="PROSPECTOR_HELMET",a[a.PROSPECTOR_JACKET=12014]="PROSPECTOR_JACKET",a[a.PROSPECTOR_LEGS=12015]="PROSPECTOR_LEGS",a[a.PROSPECTOR_BOOTS=12016]="PROSPECTOR_BOOTS",a[a.SALVE_AMULETI_NIGHTMARE_ZONE=12017]="SALVE_AMULETI_NIGHTMARE_ZONE",a[a.SALVE_AMULETEI_NIGHTMARE_ZONE=12018]="SALVE_AMULETEI_NIGHTMARE_ZONE",a[a.ANCIENT_ROBE_TOP=12193]="ANCIENT_ROBE_TOP",a[a.ANCIENT_ROBE_LEGS=12195]="ANCIENT_ROBE_LEGS",a[a.ANCIENT_CLOAK=12197]="ANCIENT_CLOAK",a[a.ANCIENT_CROZIER=12199]="ANCIENT_CROZIER",a[a.ANCIENT_STOLE=12201]="ANCIENT_STOLE",a[a.ANCIENT_MITRE=12203]="ANCIENT_MITRE",a[a.BRONZE_PLATEBODY_G=12205]="BRONZE_PLATEBODY_G",a[a.BRONZE_PLATELEGS_G=12207]="BRONZE_PLATELEGS_G",a[a.BRONZE_PLATESKIRT_G=12209]="BRONZE_PLATESKIRT_G",a[a.BRONZE_FULL_HELM_G=12211]="BRONZE_FULL_HELM_G",a[a.BRONZE_KITESHIELD_G=12213]="BRONZE_KITESHIELD_G",a[a.BRONZE_PLATEBODY_T=12215]="BRONZE_PLATEBODY_T",a[a.BRONZE_PLATELEGS_T=12217]="BRONZE_PLATELEGS_T",a[a.BRONZE_PLATESKIRT_T=12219]="BRONZE_PLATESKIRT_T",a[a.BRONZE_FULL_HELM_T=12221]="BRONZE_FULL_HELM_T",a[a.BRONZE_KITESHIELD_T=12223]="BRONZE_KITESHIELD_T",a[a.IRON_PLATEBODY_T=12225]="IRON_PLATEBODY_T",a[a.IRON_PLATELEGS_T=12227]="IRON_PLATELEGS_T",a[a.IRON_PLATESKIRT_T=12229]="IRON_PLATESKIRT_T",a[a.IRON_FULL_HELM_T=12231]="IRON_FULL_HELM_T",a[a.IRON_KITESHIELD_T=12233]="IRON_KITESHIELD_T",a[a.IRON_PLATEBODY_G=12235]="IRON_PLATEBODY_G",a[a.IRON_PLATELEGS_G=12237]="IRON_PLATELEGS_G",a[a.IRON_PLATESKIRT_G=12239]="IRON_PLATESKIRT_G",a[a.IRON_FULL_HELM_G=12241]="IRON_FULL_HELM_G",a[a.IRON_KITESHIELD_G=12243]="IRON_KITESHIELD_G",a[a.BEANIE=12245]="BEANIE",a[a.RED_BERET=12247]="RED_BERET",a[a.IMP_MASK=12249]="IMP_MASK",a[a.GOBLIN_MASK=12251]="GOBLIN_MASK",a[a.ARMADYL_ROBE_TOP=12253]="ARMADYL_ROBE_TOP",a[a.ARMADYL_ROBE_LEGS=12255]="ARMADYL_ROBE_LEGS",a[a.ARMADYL_STOLE=12257]="ARMADYL_STOLE",a[a.ARMADYL_MITRE=12259]="ARMADYL_MITRE",a[a.ARMADYL_CLOAK=12261]="ARMADYL_CLOAK",a[a.ARMADYL_CROZIER=12263]="ARMADYL_CROZIER",a[a.BANDOS_ROBE_TOP=12265]="BANDOS_ROBE_TOP",a[a.BANDOS_ROBE_LEGS=12267]="BANDOS_ROBE_LEGS",a[a.BANDOS_STOLE=12269]="BANDOS_STOLE",a[a.BANDOS_MITRE=12271]="BANDOS_MITRE",a[a.BANDOS_CLOAK=12273]="BANDOS_CLOAK",a[a.BANDOS_CROZIER=12275]="BANDOS_CROZIER",a[a.MITHRIL_PLATEBODY_G=12277]="MITHRIL_PLATEBODY_G",a[a.MITHRIL_PLATELEGS_G=12279]="MITHRIL_PLATELEGS_G",a[a.MITHRIL_KITESHIELD_G=12281]="MITHRIL_KITESHIELD_G",a[a.MITHRIL_FULL_HELM_G=12283]="MITHRIL_FULL_HELM_G",a[a.MITHRIL_PLATESKIRT_G=12285]="MITHRIL_PLATESKIRT_G",a[a.MITHRIL_PLATEBODY_T=12287]="MITHRIL_PLATEBODY_T",a[a.MITHRIL_PLATELEGS_T=12289]="MITHRIL_PLATELEGS_T",a[a.MITHRIL_KITESHIELD_T=12291]="MITHRIL_KITESHIELD_T",a[a.MITHRIL_FULL_HELM_T=12293]="MITHRIL_FULL_HELM_T",a[a.MITHRIL_PLATESKIRT_T=12295]="MITHRIL_PLATESKIRT_T",a[a.BLACK_PICKAXE=12297]="BLACK_PICKAXE",a[a.WHITE_HEADBAND=12299]="WHITE_HEADBAND",a[a.BLUE_HEADBAND=12301]="BLUE_HEADBAND",a[a.GOLD_HEADBAND=12303]="GOLD_HEADBAND",a[a.PINK_HEADBAND=12305]="PINK_HEADBAND",a[a.GREEN_HEADBAND=12307]="GREEN_HEADBAND",a[a.PINK_BOATER=12309]="PINK_BOATER",a[a.PURPLE_BOATER=12311]="PURPLE_BOATER",a[a.WHITE_BOATER=12313]="WHITE_BOATER",a[a.PINK_ELEGANT_SHIRT=12315]="PINK_ELEGANT_SHIRT",a[a.PINK_ELEGANT_LEGS=12317]="PINK_ELEGANT_LEGS",a[a.CRIER_HAT=12319]="CRIER_HAT",a[a.WHITE_CAVALIER=12321]="WHITE_CAVALIER",a[a.RED_CAVALIER=12323]="RED_CAVALIER",a[a.NAVY_CAVALIER=12325]="NAVY_CAVALIER",a[a.RED_DHIDE_BODY_G=12327]="RED_DHIDE_BODY_G",a[a.RED_DHIDE_CHAPS_G=12329]="RED_DHIDE_CHAPS_G",a[a.RED_DHIDE_BODY_T=12331]="RED_DHIDE_BODY_T",a[a.RED_DHIDE_CHAPS_T=12333]="RED_DHIDE_CHAPS_T",a[a.BRIEFCASE=12335]="BRIEFCASE",a[a.SAGACIOUS_SPECTACLES=12337]="SAGACIOUS_SPECTACLES",a[a.PINK_ELEGANT_BLOUSE=12339]="PINK_ELEGANT_BLOUSE",a[a.PINK_ELEGANT_SKIRT=12341]="PINK_ELEGANT_SKIRT",a[a.GOLD_ELEGANT_BLOUSE=12343]="GOLD_ELEGANT_BLOUSE",a[a.GOLD_ELEGANT_SKIRT=12345]="GOLD_ELEGANT_SKIRT",a[a.GOLD_ELEGANT_SHIRT=12347]="GOLD_ELEGANT_SHIRT",a[a.GOLD_ELEGANT_LEGS=12349]="GOLD_ELEGANT_LEGS",a[a.MUSKETEER_HAT=12351]="MUSKETEER_HAT",a[a.MONOCLE=12353]="MONOCLE",a[a.BIG_PIRATE_HAT=12355]="BIG_PIRATE_HAT",a[a.KATANA=12357]="KATANA",a[a.LEPRECHAUN_HAT=12359]="LEPRECHAUN_HAT",a[a.CAT_MASK=12361]="CAT_MASK",a[a.BRONZE_DRAGON_MASK=12363]="BRONZE_DRAGON_MASK",a[a.IRON_DRAGON_MASK=12365]="IRON_DRAGON_MASK",a[a.STEEL_DRAGON_MASK=12367]="STEEL_DRAGON_MASK",a[a.MITHRIL_DRAGON_MASK=12369]="MITHRIL_DRAGON_MASK",a[a.LAVA_DRAGON_MASK=12371]="LAVA_DRAGON_MASK",a[a.DRAGON_CANE=12373]="DRAGON_CANE",a[a.BLACK_CANE=12375]="BLACK_CANE",a[a.ADAMANT_CANE=12377]="ADAMANT_CANE",a[a.RUNE_CANE=12379]="RUNE_CANE",a[a.BLACK_DHIDE_BODY_G=12381]="BLACK_DHIDE_BODY_G",a[a.BLACK_DHIDE_CHAPS_G=12383]="BLACK_DHIDE_CHAPS_G",a[a.BLACK_DHIDE_BODY_T=12385]="BLACK_DHIDE_BODY_T",a[a.BLACK_DHIDE_CHAPS_T=12387]="BLACK_DHIDE_CHAPS_T",a[a.GILDED_SCIMITAR=12389]="GILDED_SCIMITAR",a[a.GILDED_BOOTS=12391]="GILDED_BOOTS",a[a.ROYAL_GOWN_TOP=12393]="ROYAL_GOWN_TOP",a[a.ROYAL_GOWN_BOTTOM=12395]="ROYAL_GOWN_BOTTOM",a[a.ROYAL_CROWN=12397]="ROYAL_CROWN",a[a.PARTYHAT_SPECS=12399]="PARTYHAT_SPECS",a[a.NARDAH_TELEPORT=12402]="NARDAH_TELEPORT",a[a.DIGSITE_TELEPORT=12403]="DIGSITE_TELEPORT",a[a.FELDIP_HILLS_TELEPORT=12404]="FELDIP_HILLS_TELEPORT",a[a.LUNAR_ISLE_TELEPORT=12405]="LUNAR_ISLE_TELEPORT",a[a.MORTTON_TELEPORT=12406]="MORTTON_TELEPORT",a[a.PEST_CONTROL_TELEPORT=12407]="PEST_CONTROL_TELEPORT",a[a.PISCATORIS_TELEPORT=12408]="PISCATORIS_TELEPORT",a[a.TAI_BWO_WANNAI_TELEPORT=12409]="TAI_BWO_WANNAI_TELEPORT",a[a.IORWERTH_CAMP_TELEPORT=12410]="IORWERTH_CAMP_TELEPORT",a[a.MOS_LEHARMLESS_TELEPORT=12411]="MOS_LEHARMLESS_TELEPORT",a[a.PIRATE_HAT_PATCH=12412]="PIRATE_HAT_PATCH",a[a.DRAGON_CHAINBODY_G=12414]="DRAGON_CHAINBODY_G",a[a.DRAGON_PLATELEGS_G=12415]="DRAGON_PLATELEGS_G",a[a.DRAGON_PLATESKIRT_G=12416]="DRAGON_PLATESKIRT_G",a[a.DRAGON_FULL_HELM_G=12417]="DRAGON_FULL_HELM_G",a[a.DRAGON_SQ_SHIELD_G=12418]="DRAGON_SQ_SHIELD_G",a[a.LIGHT_INFINITY_HAT=12419]="LIGHT_INFINITY_HAT",a[a.LIGHT_INFINITY_TOP=12420]="LIGHT_INFINITY_TOP",a[a.LIGHT_INFINITY_BOTTOMS=12421]="LIGHT_INFINITY_BOTTOMS",a[a.THIRD_AGE_WAND=12422]="THIRD_AGE_WAND",a[a.THIRD_AGE_BOW=12424]="THIRD_AGE_BOW",a[a.THIRD_AGE_LONGSWORD=12426]="THIRD_AGE_LONGSWORD",a[a.PENGUIN_MASK=12428]="PENGUIN_MASK",a[a.AFRO=12430]="AFRO",a[a.TOP_HAT=12432]="TOP_HAT",a[a.TOP_HAT_MONOCLE=12434]="TOP_HAT_MONOCLE",a[a.AMULET_OF_FURY_OR=12436]="AMULET_OF_FURY_OR",a[a.THIRD_AGE_CLOAK=12437]="THIRD_AGE_CLOAK",a[a.ROYAL_SCEPTRE=12439]="ROYAL_SCEPTRE",a[a.MUSKETEER_TABARD=12441]="MUSKETEER_TABARD",a[a.MUSKETEER_PANTS=12443]="MUSKETEER_PANTS",a[a.BLACK_SKIRT_G=12445]="BLACK_SKIRT_G",a[a.BLACK_SKIRT_T=12447]="BLACK_SKIRT_T",a[a.BLACK_WIZARD_ROBE_G=12449]="BLACK_WIZARD_ROBE_G",a[a.BLACK_WIZARD_ROBE_T=12451]="BLACK_WIZARD_ROBE_T",a[a.BLACK_WIZARD_HAT_G=12453]="BLACK_WIZARD_HAT_G",a[a.BLACK_WIZARD_HAT_T=12455]="BLACK_WIZARD_HAT_T",a[a.DARK_INFINITY_HAT=12457]="DARK_INFINITY_HAT",a[a.DARK_INFINITY_TOP=12458]="DARK_INFINITY_TOP",a[a.DARK_INFINITY_BOTTOMS=12459]="DARK_INFINITY_BOTTOMS",a[a.ANCIENT_PLATEBODY=12460]="ANCIENT_PLATEBODY",a[a.ANCIENT_PLATELEGS=12462]="ANCIENT_PLATELEGS",a[a.ANCIENT_PLATESKIRT=12464]="ANCIENT_PLATESKIRT",a[a.ANCIENT_FULL_HELM=12466]="ANCIENT_FULL_HELM",a[a.ANCIENT_KITESHIELD=12468]="ANCIENT_KITESHIELD",a[a.ARMADYL_PLATEBODY=12470]="ARMADYL_PLATEBODY",a[a.ARMADYL_PLATELEGS=12472]="ARMADYL_PLATELEGS",a[a.ARMADYL_PLATESKIRT=12474]="ARMADYL_PLATESKIRT",a[a.ARMADYL_FULL_HELM=12476]="ARMADYL_FULL_HELM",a[a.ARMADYL_KITESHIELD=12478]="ARMADYL_KITESHIELD",a[a.BANDOS_PLATEBODY=12480]="BANDOS_PLATEBODY",a[a.BANDOS_PLATELEGS=12482]="BANDOS_PLATELEGS",a[a.BANDOS_PLATESKIRT=12484]="BANDOS_PLATESKIRT",a[a.BANDOS_FULL_HELM=12486]="BANDOS_FULL_HELM",a[a.BANDOS_KITESHIELD=12488]="BANDOS_KITESHIELD",a[a.ANCIENT_BRACERS=12490]="ANCIENT_BRACERS",a[a.ANCIENT_DHIDE_BODY=12492]="ANCIENT_DHIDE_BODY",a[a.ANCIENT_CHAPS=12494]="ANCIENT_CHAPS",a[a.ANCIENT_COIF=12496]="ANCIENT_COIF",a[a.BANDOS_BRACERS=12498]="BANDOS_BRACERS",a[a.BANDOS_DHIDE_BODY=12500]="BANDOS_DHIDE_BODY",a[a.BANDOS_CHAPS=12502]="BANDOS_CHAPS",a[a.BANDOS_COIF=12504]="BANDOS_COIF",a[a.ARMADYL_BRACERS=12506]="ARMADYL_BRACERS",a[a.ARMADYL_DHIDE_BODY=12508]="ARMADYL_DHIDE_BODY",a[a.ARMADYL_CHAPS=12510]="ARMADYL_CHAPS",a[a.ARMADYL_COIF=12512]="ARMADYL_COIF",a[a.EXPLORER_BACKPACK=12514]="EXPLORER_BACKPACK",a[a.PITH_HELMET=12516]="PITH_HELMET",a[a.GREEN_DRAGON_MASK=12518]="GREEN_DRAGON_MASK",a[a.BLUE_DRAGON_MASK=12520]="BLUE_DRAGON_MASK",a[a.RED_DRAGON_MASK=12522]="RED_DRAGON_MASK",a[a.BLACK_DRAGON_MASK=12524]="BLACK_DRAGON_MASK",a[a.FURY_ORNAMENT_KIT=12526]="FURY_ORNAMENT_KIT",a[a.DARK_INFINITY_COLOUR_KIT=12528]="DARK_INFINITY_COLOUR_KIT",a[a.LIGHT_INFINITY_COLOUR_KIT=12530]="LIGHT_INFINITY_COLOUR_KIT",a[a.DRAGON_SQ_SHIELD_ORNAMENT_KIT=12532]="DRAGON_SQ_SHIELD_ORNAMENT_KIT",a[a.DRAGON_CHAINBODY_ORNAMENT_KIT=12534]="DRAGON_CHAINBODY_ORNAMENT_KIT",a[a.DRAGON_LEGSSKIRT_ORNAMENT_KIT=12536]="DRAGON_LEGSSKIRT_ORNAMENT_KIT",a[a.DRAGON_FULL_HELM_ORNAMENT_KIT=12538]="DRAGON_FULL_HELM_ORNAMENT_KIT",a[a.DEERSTALKER=12540]="DEERSTALKER",a[a.RANGERS_TUNIC=12596]="RANGERS_TUNIC",a[a.HOLY_SANDALS=12598]="HOLY_SANDALS",a[a.DRUIDIC_WREATH=12600]="DRUIDIC_WREATH",a[a.RING_OF_THE_GODS=12601]="RING_OF_THE_GODS",a[a.TYRANNICAL_RING=12603]="TYRANNICAL_RING",a[a.TREASONOUS_RING=12605]="TREASONOUS_RING",a[a.DAMAGED_BOOK_BANDOS=12607]="DAMAGED_BOOK_BANDOS",a[a.BOOK_OF_WAR=12608]="BOOK_OF_WAR",a[a.DAMAGED_BOOK_ARMADYL=12609]="DAMAGED_BOOK_ARMADYL",a[a.BOOK_OF_LAW=12610]="BOOK_OF_LAW",a[a.DAMAGED_BOOK_ANCIENT=12611]="DAMAGED_BOOK_ANCIENT",a[a.BOOK_OF_DARKNESS=12612]="BOOK_OF_DARKNESS",a[a.BANDOS_PAGE_1=12613]="BANDOS_PAGE_1",a[a.BANDOS_PAGE_2=12614]="BANDOS_PAGE_2",a[a.BANDOS_PAGE_3=12615]="BANDOS_PAGE_3",a[a.BANDOS_PAGE_4=12616]="BANDOS_PAGE_4",a[a.ARMADYL_PAGE_1=12617]="ARMADYL_PAGE_1",a[a.ARMADYL_PAGE_2=12618]="ARMADYL_PAGE_2",a[a.ARMADYL_PAGE_3=12619]="ARMADYL_PAGE_3",a[a.ARMADYL_PAGE_4=12620]="ARMADYL_PAGE_4",a[a.ANCIENT_PAGE_1=12621]="ANCIENT_PAGE_1",a[a.ANCIENT_PAGE_2=12622]="ANCIENT_PAGE_2",a[a.ANCIENT_PAGE_3=12623]="ANCIENT_PAGE_3",a[a.ANCIENT_PAGE_4=12624]="ANCIENT_PAGE_4",a[a.STAMINA_POTION_4_DOSE=12625]="STAMINA_POTION_4_DOSE",a[a.STAMINA_POTION_3_DOSE=12627]="STAMINA_POTION_3_DOSE",a[a.STAMINA_POTION_2_DOSE=12629]="STAMINA_POTION_2_DOSE",a[a.STAMINA_POTION_1_DOSE=12631]="STAMINA_POTION_1_DOSE",a[a.STAMINA_MIX_2_DOSE=12633]="STAMINA_MIX_2_DOSE",a[a.STAMINA_MIX_1_DOSE=12635]="STAMINA_MIX_1_DOSE",a[a.SARADOMIN_HALO_NORMAL=12637]="SARADOMIN_HALO_NORMAL",a[a.ZAMORAK_HALO_NORMAL=12638]="ZAMORAK_HALO_NORMAL",a[a.GUTHIX_HALO_NORMAL=12639]="GUTHIX_HALO_NORMAL",a[a.AMYLASE_CRYSTAL=12640]="AMYLASE_CRYSTAL",a[a.LUMBERYARD_TELEPORT=12642]="LUMBERYARD_TELEPORT",a[a.IBANS_STAFF_U=12658]="IBANS_STAFF_U",a[a.TYRANNICAL_RING_I_NIGHTMARE_ZONE=12691]="TYRANNICAL_RING_I_NIGHTMARE_ZONE",a[a.TREASONOUS_RING_I_NIGHTMARE_ZONE=12692]="TREASONOUS_RING_I_NIGHTMARE_ZONE",a[a.SUPER_COMBAT_POTION_4_DOSE=12695]="SUPER_COMBAT_POTION_4_DOSE",a[a.SUPER_COMBAT_POTION_3_DOSE=12697]="SUPER_COMBAT_POTION_3_DOSE",a[a.SUPER_COMBAT_POTION_2_DOSE=12699]="SUPER_COMBAT_POTION_2_DOSE",a[a.SUPER_COMBAT_POTION_1_DOSE=12701]="SUPER_COMBAT_POTION_1_DOSE",a[a.GOBLIN_PAINT_CANNON=12727]="GOBLIN_PAINT_CANNON",a[a.BLUE_DARK_BOW_PAINT=12757]="BLUE_DARK_BOW_PAINT",a[a.GREEN_DARK_BOW_PAINT=12759]="GREEN_DARK_BOW_PAINT",a[a.YELLOW_DARK_BOW_PAINT=12761]="YELLOW_DARK_BOW_PAINT",a[a.WHITE_DARK_BOW_PAINT=12763]="WHITE_DARK_BOW_PAINT",a[a.DARK_BOW_GREEN=12765]="DARK_BOW_GREEN",a[a.DARK_BOW_BLUE=12766]="DARK_BOW_BLUE",a[a.DARK_BOW_YELLOW=12767]="DARK_BOW_YELLOW",a[a.DARK_BOW_WHITE=12768]="DARK_BOW_WHITE",a[a.FROZEN_WHIP_MIX=12769]="FROZEN_WHIP_MIX",a[a.VOLCANIC_WHIP_MIX=12771]="VOLCANIC_WHIP_MIX",a[a.VOLCANIC_ABYSSAL_WHIP=12773]="VOLCANIC_ABYSSAL_WHIP",a[a.FROZEN_ABYSSAL_WHIP=12774]="FROZEN_ABYSSAL_WHIP",a[a.ANNAKARL_TELEPORT_TABLET=12775]="ANNAKARL_TELEPORT_TABLET",a[a.CARRALLANGAR_TELEPORT_TABLET=12776]="CARRALLANGAR_TELEPORT_TABLET",a[a.DAREEYAK_TELEPORT_TABLET=12777]="DAREEYAK_TELEPORT_TABLET",a[a.GHORROCK_TELEPORT_TABLET=12778]="GHORROCK_TELEPORT_TABLET",a[a.KHARYRLL_TELEPORT_TABLET=12779]="KHARYRLL_TELEPORT_TABLET",a[a.LASSAR_TELEPORT_TABLET=12780]="LASSAR_TELEPORT_TABLET",a[a.PADDEWWA_TELEPORT_TABLET=12781]="PADDEWWA_TELEPORT_TABLET",a[a.SENNTISTEN_TELEPORT_TABLET=12782]="SENNTISTEN_TELEPORT_TABLET",a[a.RING_OF_WEALTH_SCROLL=12783]="RING_OF_WEALTH_SCROLL",a[a.RING_OF_WEALTH_I_UNCHARGED=12785]="RING_OF_WEALTH_I_UNCHARGED",a[a.MAGIC_SHORTBOW_SCROLL=12786]="MAGIC_SHORTBOW_SCROLL",a[a.MAGIC_SHORTBOW_I=12788]="MAGIC_SHORTBOW_I",a[a.CLUE_BOX=12789]="CLUE_BOX",a[a.STEAM_BATTLESTAFF_OR=12795]="STEAM_BATTLESTAFF_OR",a[a.MYSTIC_STEAM_STAFF_OR=12796]="MYSTIC_STEAM_STAFF_OR",a[a.DRAGON_PICKAXE_UPGRADED=12797]="DRAGON_PICKAXE_UPGRADED",a[a.STEAM_STAFF_UPGRADE_KIT=12798]="STEAM_STAFF_UPGRADE_KIT",a[a.DRAGON_PICKAXE_UPGRADE_KIT=12800]="DRAGON_PICKAXE_UPGRADE_KIT",a[a.WARD_UPGRADE_KIT=12802]="WARD_UPGRADE_KIT",a[a.SARADOMINS_TEAR=12804]="SARADOMINS_TEAR",a[a.MALEDICTION_WARD_OR=12806]="MALEDICTION_WARD_OR",a[a.ODIUM_WARD_OR=12807]="ODIUM_WARD_OR",a[a.SARADOMINS_BLESSED_SWORD_CHARGED=12808]="SARADOMINS_BLESSED_SWORD_CHARGED",a[a.SARADOMINS_BLESSED_SWORD_PARTIALLY_CHARGED=12809]="SARADOMINS_BLESSED_SWORD_PARTIALLY_CHARGED",a[a.IRONMAN_HELM=12810]="IRONMAN_HELM",a[a.IRONMAN_PLATEBODY=12811]="IRONMAN_PLATEBODY",a[a.IRONMAN_PLATELEGS=12812]="IRONMAN_PLATELEGS",a[a.ULTIMATE_IRONMAN_HELM=12813]="ULTIMATE_IRONMAN_HELM",a[a.ULTIMATE_IRONMAN_PLATEBODY=12814]="ULTIMATE_IRONMAN_PLATEBODY",a[a.ULTIMATE_IRONMAN_PLATELEGS=12815]="ULTIMATE_IRONMAN_PLATELEGS",a[a.ELYSIAN_SPIRIT_SHIELD=12817]="ELYSIAN_SPIRIT_SHIELD",a[a.ELYSIAN_SIGIL=12819]="ELYSIAN_SIGIL",a[a.SPECTRAL_SPIRIT_SHIELD=12821]="SPECTRAL_SPIRIT_SHIELD",a[a.SPECTRAL_SIGIL=12823]="SPECTRAL_SIGIL",a[a.ARCANE_SPIRIT_SHIELD=12825]="ARCANE_SPIRIT_SHIELD",a[a.ARCANE_SIGIL=12827]="ARCANE_SIGIL",a[a.SPIRIT_SHIELD=12829]="SPIRIT_SHIELD",a[a.BLESSED_SPIRIT_SHIELD=12831]="BLESSED_SPIRIT_SHIELD",a[a.HOLY_ELIXIR=12833]="HOLY_ELIXIR",a[a.GRIM_REAPER_HOOD=12845]="GRIM_REAPER_HOOD",a[a.TARGET_TELEPORT_SCROLL=12846]="TARGET_TELEPORT_SCROLL",a[a.GRANITE_MAUL_OR_NORMAL=12848]="GRANITE_MAUL_OR_NORMAL",a[a.GRANITE_CLAMP=12849]="GRANITE_CLAMP",a[a.AMULET_OF_THE_DAMNED_FULL=12851]="AMULET_OF_THE_DAMNED_FULL",a[a.AMULET_OF_THE_DAMNED_USED=12853]="AMULET_OF_THE_DAMNED_USED",a[a.HUNTERS_HONOUR=12855]="HUNTERS_HONOUR",a[a.ROGUES_REVENGE=12856]="ROGUES_REVENGE",a[a.DWARF_CANNON_SET=12863]="DWARF_CANNON_SET",a[a.GREEN_DRAGONHIDE_SET=12865]="GREEN_DRAGONHIDE_SET",a[a.BLUE_DRAGONHIDE_SET=12867]="BLUE_DRAGONHIDE_SET",a[a.RED_DRAGONHIDE_SET=12869]="RED_DRAGONHIDE_SET",a[a.BLACK_DRAGONHIDE_SET=12871]="BLACK_DRAGONHIDE_SET",a[a.GUTHANS_ARMOUR_SET=12873]="GUTHANS_ARMOUR_SET",a[a.VERACS_ARMOUR_SET=12875]="VERACS_ARMOUR_SET",a[a.DHAROKS_ARMOUR_SET=12877]="DHAROKS_ARMOUR_SET",a[a.TORAGS_ARMOUR_SET=12879]="TORAGS_ARMOUR_SET",a[a.AHRIMS_ARMOUR_SET=12881]="AHRIMS_ARMOUR_SET",a[a.KARILS_ARMOUR_SET=12883]="KARILS_ARMOUR_SET",a[a.JAR_OF_SAND=12885]="JAR_OF_SAND",a[a.SANTA_MASK=12887]="SANTA_MASK",a[a.SANTA_JACKET=12888]="SANTA_JACKET",a[a.SANTA_PANTALOONS=12889]="SANTA_PANTALOONS",a[a.SANTA_GLOVES=12890]="SANTA_GLOVES",a[a.SANTA_BOOTS=12891]="SANTA_BOOTS",a[a.ANTISANTA_MASK=12892]="ANTISANTA_MASK",a[a.ANTISANTA_JACKET=12893]="ANTISANTA_JACKET",a[a.ANTISANTA_PANTALOONS=12894]="ANTISANTA_PANTALOONS",a[a.ANTISANTA_GLOVES=12895]="ANTISANTA_GLOVES",a[a.ANTISANTA_BOOTS=12896]="ANTISANTA_BOOTS",a[a.TRIDENT_OF_THE_SWAMP_CHARGED=12899]="TRIDENT_OF_THE_SWAMP_CHARGED",a[a.TRIDENT_OF_THE_SWAMP_UNCHARGED=12900]="TRIDENT_OF_THE_SWAMP_UNCHARGED",a[a.TOXIC_STAFF_OF_THE_DEAD_UNCHARGED=12902]="TOXIC_STAFF_OF_THE_DEAD_UNCHARGED",a[a.TOXIC_STAFF_OF_THE_DEAD_CHARGED=12904]="TOXIC_STAFF_OF_THE_DEAD_CHARGED",a[a.ANTIVENOM_4_DOSE=12905]="ANTIVENOM_4_DOSE",a[a.ANTIVENOM_3_DOSE=12907]="ANTIVENOM_3_DOSE",a[a.ANTIVENOM_2_DOSE=12909]="ANTIVENOM_2_DOSE",a[a.ANTIVENOM_1_DOSE=12911]="ANTIVENOM_1_DOSE",a[a.TANZANITE_FANG=12922]="TANZANITE_FANG",a[a.TOXIC_BLOWPIPE_EMPTY=12924]="TOXIC_BLOWPIPE_EMPTY",a[a.TOXIC_BLOWPIPE_CHARGED=12926]="TOXIC_BLOWPIPE_CHARGED",a[a.SERPENTINE_VISAGE=12927]="SERPENTINE_VISAGE",a[a.SERPENTINE_HELM_UNCHARGED=12929]="SERPENTINE_HELM_UNCHARGED",a[a.SERPENTINE_HELM_CHARGED=12931]="SERPENTINE_HELM_CHARGED",a[a.MAGIC_FANG=12932]="MAGIC_FANG",a[a.ZULRAHS_SCALES=12934]="ZULRAHS_SCALES",a[a.JAR_OF_SWAMP=12936]="JAR_OF_SWAMP",a[a.ZULANDRA_TELEPORT=12938]="ZULANDRA_TELEPORT",a[a.DRAGON_DEFENDER_NORMAL=12954]="DRAGON_DEFENDER_NORMAL",a[a.COW_TOP=12956]="COW_TOP",a[a.COW_TROUSERS=12957]="COW_TROUSERS",a[a.COW_GLOVES=12958]="COW_GLOVES",a[a.COW_SHOES=12959]="COW_SHOES",a[a.BRONZE_SET_LG=12960]="BRONZE_SET_LG",a[a.BRONZE_SET_SK=12962]="BRONZE_SET_SK",a[a.BRONZE_TRIMMED_SET_LG=12964]="BRONZE_TRIMMED_SET_LG",a[a.BRONZE_TRIMMED_SET_SK=12966]="BRONZE_TRIMMED_SET_SK",a[a.BRONZE_GOLDTRIMMED_SET_LG=12968]="BRONZE_GOLDTRIMMED_SET_LG",a[a.BRONZE_GOLDTRIMMED_SET_SK=12970]="BRONZE_GOLDTRIMMED_SET_SK",a[a.IRON_SET_LG=12972]="IRON_SET_LG",a[a.IRON_SET_SK=12974]="IRON_SET_SK",a[a.IRON_TRIMMED_SET_LG=12976]="IRON_TRIMMED_SET_LG",a[a.IRON_TRIMMED_SET_SK=12978]="IRON_TRIMMED_SET_SK",a[a.IRON_GOLDTRIMMED_SET_LG=12980]="IRON_GOLDTRIMMED_SET_LG",a[a.IRON_GOLDTRIMMED_SET_SK=12982]="IRON_GOLDTRIMMED_SET_SK",a[a.STEEL_SET_LG=12984]="STEEL_SET_LG",a[a.STEEL_SET_SK=12986]="STEEL_SET_SK",a[a.BLACK_SET_LG=12988]="BLACK_SET_LG",a[a.BLACK_SET_SK=12990]="BLACK_SET_SK",a[a.BLACK_TRIMMED_SET_LG=12992]="BLACK_TRIMMED_SET_LG",a[a.BLACK_TRIMMED_SET_SK=12994]="BLACK_TRIMMED_SET_SK",a[a.BLACK_GOLDTRIMMED_SET_LG=12996]="BLACK_GOLDTRIMMED_SET_LG",a[a.BLACK_GOLDTRIMMED_SET_SK=12998]="BLACK_GOLDTRIMMED_SET_SK",a[a.MITHRIL_SET_LG=13e3]="MITHRIL_SET_LG",a[a.MITHRIL_SET_SK=13002]="MITHRIL_SET_SK",a[a.MITHRIL_TRIMMED_SET_LG=13004]="MITHRIL_TRIMMED_SET_LG",a[a.MITHRIL_TRIMMED_SET_SK=13006]="MITHRIL_TRIMMED_SET_SK",a[a.MITHRIL_GOLDTRIMMED_SET_LG=13008]="MITHRIL_GOLDTRIMMED_SET_LG",a[a.MITHRIL_GOLDTRIMMED_SET_SK=13010]="MITHRIL_GOLDTRIMMED_SET_SK",a[a.ADAMANT_SET_LG=13012]="ADAMANT_SET_LG",a[a.ADAMANT_SET_SK=13014]="ADAMANT_SET_SK",a[a.ADAMANT_TRIMMED_SET_LG=13016]="ADAMANT_TRIMMED_SET_LG",a[a.ADAMANT_TRIMMED_SET_SK=13018]="ADAMANT_TRIMMED_SET_SK",a[a.ADAMANT_GOLDTRIMMED_SET_LG=13020]="ADAMANT_GOLDTRIMMED_SET_LG",a[a.ADAMANT_GOLDTRIMMED_SET_SK=13022]="ADAMANT_GOLDTRIMMED_SET_SK",a[a.RUNE_ARMOUR_SET_LG=13024]="RUNE_ARMOUR_SET_LG",a[a.RUNE_ARMOUR_SET_SK=13026]="RUNE_ARMOUR_SET_SK",a[a.RUNE_TRIMMED_SET_LG=13028]="RUNE_TRIMMED_SET_LG",a[a.RUNE_TRIMMED_SET_SK=13030]="RUNE_TRIMMED_SET_SK",a[a.RUNE_GOLDTRIMMED_SET_LG=13032]="RUNE_GOLDTRIMMED_SET_LG",a[a.RUNE_GOLDTRIMMED_SET_SK=13034]="RUNE_GOLDTRIMMED_SET_SK",a[a.GILDED_ARMOUR_SET_LG=13036]="GILDED_ARMOUR_SET_LG",a[a.GILDED_ARMOUR_SET_SK=13038]="GILDED_ARMOUR_SET_SK",a[a.SARADOMIN_ARMOUR_SET_LG=13040]="SARADOMIN_ARMOUR_SET_LG",a[a.SARADOMIN_ARMOUR_SET_SK=13042]="SARADOMIN_ARMOUR_SET_SK",a[a.ZAMORAK_ARMOUR_SET_LG=13044]="ZAMORAK_ARMOUR_SET_LG",a[a.ZAMORAK_ARMOUR_SET_SK=13046]="ZAMORAK_ARMOUR_SET_SK",a[a.GUTHIX_ARMOUR_SET_LG=13048]="GUTHIX_ARMOUR_SET_LG",a[a.GUTHIX_ARMOUR_SET_SK=13050]="GUTHIX_ARMOUR_SET_SK",a[a.ARMADYL_RUNE_ARMOUR_SET_LG=13052]="ARMADYL_RUNE_ARMOUR_SET_LG",a[a.ARMADYL_RUNE_ARMOUR_SET_SK=13054]="ARMADYL_RUNE_ARMOUR_SET_SK",a[a.BANDOS_RUNE_ARMOUR_SET_LG=13056]="BANDOS_RUNE_ARMOUR_SET_LG",a[a.BANDOS_RUNE_ARMOUR_SET_SK=13058]="BANDOS_RUNE_ARMOUR_SET_SK",a[a.ANCIENT_RUNE_ARMOUR_SET_LG=13060]="ANCIENT_RUNE_ARMOUR_SET_LG",a[a.ANCIENT_RUNE_ARMOUR_SET_SK=13062]="ANCIENT_RUNE_ARMOUR_SET_SK",a[a.COMBAT_POTION_SET=13064]="COMBAT_POTION_SET",a[a.SUPER_POTION_SET=13066]="SUPER_POTION_SET",a[a.QUEST_POINT_CAPE_TRIMMED=13068]="QUEST_POINT_CAPE_TRIMMED",a[a.ACHIEVEMENT_DIARY_CAPE_TRIMMED=13069]="ACHIEVEMENT_DIARY_CAPE_TRIMMED",a[a.ACHIEVEMENT_DIARY_HOOD=13070]="ACHIEVEMENT_DIARY_HOOD",a[a.ELITE_VOID_TOP_NORMAL=13072]="ELITE_VOID_TOP_NORMAL",a[a.ELITE_VOID_ROBE_NORMAL=13073]="ELITE_VOID_ROBE_NORMAL",a[a.ENCHANTED_LYRE_5=13079]="ENCHANTED_LYRE_5",a[a.CRYSTAL_HALBERD_I_NEW=13080]="CRYSTAL_HALBERD_I_NEW",a[a.CRYSTAL_HALBERD_I_FULL=13081]="CRYSTAL_HALBERD_I_FULL",a[a.CRYSTAL_HALBERD_I_910=13082]="CRYSTAL_HALBERD_I_910",a[a.CRYSTAL_HALBERD_I_810=13083]="CRYSTAL_HALBERD_I_810",a[a.CRYSTAL_HALBERD_I_710=13084]="CRYSTAL_HALBERD_I_710",a[a.CRYSTAL_HALBERD_I_610=13085]="CRYSTAL_HALBERD_I_610",a[a.CRYSTAL_HALBERD_I_510=13086]="CRYSTAL_HALBERD_I_510",a[a.CRYSTAL_HALBERD_I_410=13087]="CRYSTAL_HALBERD_I_410",a[a.CRYSTAL_HALBERD_I_310=13088]="CRYSTAL_HALBERD_I_310",a[a.CRYSTAL_HALBERD_I_210=13089]="CRYSTAL_HALBERD_I_210",a[a.CRYSTAL_HALBERD_I_110=13090]="CRYSTAL_HALBERD_I_110",a[a.CRYSTAL_HALBERD_HISTORICAL_NEW=13091]="CRYSTAL_HALBERD_HISTORICAL_NEW",a[a.CRYSTAL_HALBERD_HISTORICAL_FULL=13092]="CRYSTAL_HALBERD_HISTORICAL_FULL",a[a.CRYSTAL_HALBERD_HISTORICAL_910=13093]="CRYSTAL_HALBERD_HISTORICAL_910",a[a.CRYSTAL_HALBERD_HISTORICAL_810=13094]="CRYSTAL_HALBERD_HISTORICAL_810",a[a.CRYSTAL_HALBERD_HISTORICAL_710=13095]="CRYSTAL_HALBERD_HISTORICAL_710",a[a.CRYSTAL_HALBERD_HISTORICAL_610=13096]="CRYSTAL_HALBERD_HISTORICAL_610",a[a.CRYSTAL_HALBERD_HISTORICAL_510=13097]="CRYSTAL_HALBERD_HISTORICAL_510",a[a.CRYSTAL_HALBERD_HISTORICAL_410=13098]="CRYSTAL_HALBERD_HISTORICAL_410",a[a.CRYSTAL_HALBERD_HISTORICAL_310=13099]="CRYSTAL_HALBERD_HISTORICAL_310",a[a.CRYSTAL_HALBERD_HISTORICAL_210=13100]="CRYSTAL_HALBERD_HISTORICAL_210",a[a.CRYSTAL_HALBERD_HISTORICAL_110=13101]="CRYSTAL_HALBERD_HISTORICAL_110",a[a.KARAMJA_GLOVES_4=13103]="KARAMJA_GLOVES_4",a[a.VARROCK_ARMOUR_1=13104]="VARROCK_ARMOUR_1",a[a.VARROCK_ARMOUR_2=13105]="VARROCK_ARMOUR_2",a[a.VARROCK_ARMOUR_3=13106]="VARROCK_ARMOUR_3",a[a.VARROCK_ARMOUR_4=13107]="VARROCK_ARMOUR_4",a[a.WILDERNESS_SWORD_1=13108]="WILDERNESS_SWORD_1",a[a.WILDERNESS_SWORD_2=13109]="WILDERNESS_SWORD_2",a[a.WILDERNESS_SWORD_3=13110]="WILDERNESS_SWORD_3",a[a.WILDERNESS_SWORD_4=13111]="WILDERNESS_SWORD_4",a[a.MORYTANIA_LEGS_1=13112]="MORYTANIA_LEGS_1",a[a.MORYTANIA_LEGS_2=13113]="MORYTANIA_LEGS_2",a[a.MORYTANIA_LEGS_3=13114]="MORYTANIA_LEGS_3",a[a.MORYTANIA_LEGS_4=13115]="MORYTANIA_LEGS_4",a[a.FALADOR_SHIELD_1=13117]="FALADOR_SHIELD_1",a[a.FALADOR_SHIELD_2=13118]="FALADOR_SHIELD_2",a[a.FALADOR_SHIELD_3=13119]="FALADOR_SHIELD_3",a[a.FALADOR_SHIELD_4=13120]="FALADOR_SHIELD_4",a[a.ARDOUGNE_CLOAK_1=13121]="ARDOUGNE_CLOAK_1",a[a.ARDOUGNE_CLOAK_2=13122]="ARDOUGNE_CLOAK_2",a[a.ARDOUGNE_CLOAK_3=13123]="ARDOUGNE_CLOAK_3",a[a.ARDOUGNE_CLOAK_4=13124]="ARDOUGNE_CLOAK_4",a[a.EXPLORERS_RING_1=13125]="EXPLORERS_RING_1",a[a.EXPLORERS_RING_2=13126]="EXPLORERS_RING_2",a[a.EXPLORERS_RING_3=13127]="EXPLORERS_RING_3",a[a.EXPLORERS_RING_4=13128]="EXPLORERS_RING_4",a[a.FREMENNIK_SEA_BOOTS_1=13129]="FREMENNIK_SEA_BOOTS_1",a[a.FREMENNIK_SEA_BOOTS_2=13130]="FREMENNIK_SEA_BOOTS_2",a[a.FREMENNIK_SEA_BOOTS_3=13131]="FREMENNIK_SEA_BOOTS_3",a[a.FREMENNIK_SEA_BOOTS_4=13132]="FREMENNIK_SEA_BOOTS_4",a[a.DESERT_AMULET_1=13133]="DESERT_AMULET_1",a[a.DESERT_AMULET_2=13134]="DESERT_AMULET_2",a[a.DESERT_AMULET_3=13135]="DESERT_AMULET_3",a[a.DESERT_AMULET_4=13136]="DESERT_AMULET_4",a[a.KANDARIN_HEADGEAR_1=13137]="KANDARIN_HEADGEAR_1",a[a.KANDARIN_HEADGEAR_2=13138]="KANDARIN_HEADGEAR_2",a[a.KANDARIN_HEADGEAR_3=13139]="KANDARIN_HEADGEAR_3",a[a.KANDARIN_HEADGEAR_4=13140]="KANDARIN_HEADGEAR_4",a[a.WESTERN_BANNER_1=13141]="WESTERN_BANNER_1",a[a.WESTERN_BANNER_2=13142]="WESTERN_BANNER_2",a[a.WESTERN_BANNER_3=13143]="WESTERN_BANNER_3",a[a.WESTERN_BANNER_4=13144]="WESTERN_BANNER_4",a[a.HOLY_BOOK_PAGE_SET=13149]="HOLY_BOOK_PAGE_SET",a[a.UNHOLY_BOOK_PAGE_SET=13151]="UNHOLY_BOOK_PAGE_SET",a[a.BOOK_OF_BALANCE_PAGE_SET=13153]="BOOK_OF_BALANCE_PAGE_SET",a[a.BOOK_OF_WAR_PAGE_SET=13155]="BOOK_OF_WAR_PAGE_SET",a[a.BOOK_OF_LAW_PAGE_SET=13157]="BOOK_OF_LAW_PAGE_SET",a[a.BOOK_OF_DARKNESS_PAGE_SET=13159]="BOOK_OF_DARKNESS_PAGE_SET",a[a.ZAMORAK_DRAGONHIDE_SET=13161]="ZAMORAK_DRAGONHIDE_SET",a[a.SARADOMIN_DRAGONHIDE_SET=13163]="SARADOMIN_DRAGONHIDE_SET",a[a.GUTHIX_DRAGONHIDE_SET=13165]="GUTHIX_DRAGONHIDE_SET",a[a.BANDOS_DRAGONHIDE_SET=13167]="BANDOS_DRAGONHIDE_SET",a[a.ARMADYL_DRAGONHIDE_SET=13169]="ARMADYL_DRAGONHIDE_SET",a[a.ANCIENT_DRAGONHIDE_SET=13171]="ANCIENT_DRAGONHIDE_SET",a[a.PARTYHAT_SET=13173]="PARTYHAT_SET",a[a.HALLOWEEN_MASK_SET=13175]="HALLOWEEN_MASK_SET",a[a.BUNNY_FEET=13182]="BUNNY_FEET",a[a.OLD_SCHOOL_BOND_TRADEABLE=13190]="OLD_SCHOOL_BOND_TRADEABLE",a[a.TANZANITE_HELM_CHARGED=13197]="TANZANITE_HELM_CHARGED",a[a.MAGMA_HELM_CHARGED=13199]="MAGMA_HELM_CHARGED",a[a.RING_OF_THE_GODS_I_NIGHTMARE_ZONE=13202]="RING_OF_THE_GODS_I_NIGHTMARE_ZONE",a[a.MASK_OF_BALANCE=13203]="MASK_OF_BALANCE",a[a.MUSIC_CAPE_UNTRIMMED=13221]="MUSIC_CAPE_UNTRIMMED",a[a.MUSIC_CAPE_TRIMMED=13222]="MUSIC_CAPE_TRIMMED",a[a.MUSIC_HOOD=13223]="MUSIC_HOOD",a[a.ETERNAL_CRYSTAL=13227]="ETERNAL_CRYSTAL",a[a.PEGASIAN_CRYSTAL=13229]="PEGASIAN_CRYSTAL",a[a.PRIMORDIAL_CRYSTAL=13231]="PRIMORDIAL_CRYSTAL",a[a.SMOULDERING_STONE=13233]="SMOULDERING_STONE",a[a.ETERNAL_BOOTS=13235]="ETERNAL_BOOTS",a[a.PEGASIAN_BOOTS=13237]="PEGASIAN_BOOTS",a[a.PRIMORDIAL_BOOTS=13239]="PRIMORDIAL_BOOTS",a[a.INFERNAL_AXE_CHARGED=13241]="INFERNAL_AXE_CHARGED",a[a.INFERNAL_AXE_UNCHARGED=13242]="INFERNAL_AXE_UNCHARGED",a[a.INFERNAL_PICKAXE_CHARGED=13243]="INFERNAL_PICKAXE_CHARGED",a[a.INFERNAL_PICKAXE_UNCHARGED=13244]="INFERNAL_PICKAXE_UNCHARGED",a[a.JAR_OF_SOULS=13245]="JAR_OF_SOULS",a[a.SARADOMINS_LIGHT=13256]="SARADOMINS_LIGHT",a[a.ANGLER_HAT=13258]="ANGLER_HAT",a[a.ANGLER_TOP=13259]="ANGLER_TOP",a[a.ANGLER_WADERS=13260]="ANGLER_WADERS",a[a.ANGLER_BOOTS=13261]="ANGLER_BOOTS",a[a.ABYSSAL_BLUDGEON=13263]="ABYSSAL_BLUDGEON",a[a.ABYSSAL_DAGGER_UNPOISONED=13265]="ABYSSAL_DAGGER_UNPOISONED",a[a.ABYSSAL_DAGGER_POISON=13267]="ABYSSAL_DAGGER_POISON",a[a.JAR_OF_MIASMA=13277]="JAR_OF_MIASMA",a[a.MAX_CAPE_INVENTORY=13280]="MAX_CAPE_INVENTORY",a[a.MAX_HOOD=13281]="MAX_HOOD",a[a.GRAVEDIGGER_MASK_REWARD=13283]="GRAVEDIGGER_MASK_REWARD",a[a.GRAVEDIGGER_TOP_REWARD=13284]="GRAVEDIGGER_TOP_REWARD",a[a.GRAVEDIGGER_LEGGINGS_REWARD=13285]="GRAVEDIGGER_LEGGINGS_REWARD",a[a.GRAVEDIGGER_BOOTS_REWARD=13286]="GRAVEDIGGER_BOOTS_REWARD",a[a.GRAVEDIGGER_GLOVES_REWARD=13287]="GRAVEDIGGER_GLOVES_REWARD",a[a.ANTIPANTIES_REWARD=13288]="ANTIPANTIES_REWARD",a[a.DEADMANS_CHEST_DEADMAN_MODE=13317]="DEADMANS_CHEST_DEADMAN_MODE",a[a.DEADMANS_LEGS_DEADMAN_MODE=13318]="DEADMANS_LEGS_DEADMAN_MODE",a[a.DEADMANS_CAPE_DEADMAN_MODE=13319]="DEADMANS_CAPE_DEADMAN_MODE",a[a.GREEN_BANNER=13328]="GREEN_BANNER",a[a.FIRE_MAX_CAPE_NORMAL=13329]="FIRE_MAX_CAPE_NORMAL",a[a.FIRE_MAX_HOOD=13330]="FIRE_MAX_HOOD",a[a.SARADOMIN_MAX_CAPE=13331]="SARADOMIN_MAX_CAPE",a[a.SARADOMIN_MAX_HOOD=13332]="SARADOMIN_MAX_HOOD",a[a.ZAMORAK_MAX_CAPE=13333]="ZAMORAK_MAX_CAPE",a[a.ZAMORAK_MAX_HOOD=13334]="ZAMORAK_MAX_HOOD",a[a.GUTHIX_MAX_CAPE=13335]="GUTHIX_MAX_CAPE",a[a.GUTHIX_MAX_HOOD=13336]="GUTHIX_MAX_HOOD",a[a.ACCUMULATOR_MAX_CAPE=13337]="ACCUMULATOR_MAX_CAPE",a[a.ACCUMULATOR_MAX_HOOD=13338]="ACCUMULATOR_MAX_HOOD",a[a.BLACK_SANTA_HAT=13343]="BLACK_SANTA_HAT",a[a.INVERTED_SANTA_HAT=13344]="INVERTED_SANTA_HAT",a[a.SHAYZIEN_GLOVES_1=13357]="SHAYZIEN_GLOVES_1",a[a.SHAYZIEN_BOOTS_1=13358]="SHAYZIEN_BOOTS_1",a[a.SHAYZIEN_HELM_1=13359]="SHAYZIEN_HELM_1",a[a.SHAYZIEN_GREAVES_1=13360]="SHAYZIEN_GREAVES_1",a[a.SHAYZIEN_PLATEBODY_1=13361]="SHAYZIEN_PLATEBODY_1",a[a.SHAYZIEN_GLOVES_2=13362]="SHAYZIEN_GLOVES_2",a[a.SHAYZIEN_BOOTS_2=13363]="SHAYZIEN_BOOTS_2",a[a.SHAYZIEN_HELM_2=13364]="SHAYZIEN_HELM_2",a[a.SHAYZIEN_GREAVES_2=13365]="SHAYZIEN_GREAVES_2",a[a.SHAYZIEN_PLATEBODY_2=13366]="SHAYZIEN_PLATEBODY_2",a[a.SHAYZIEN_GLOVES_3=13367]="SHAYZIEN_GLOVES_3",a[a.SHAYZIEN_BOOTS_3=13368]="SHAYZIEN_BOOTS_3",a[a.SHAYZIEN_HELM_3=13369]="SHAYZIEN_HELM_3",a[a.SHAYZIEN_GREAVES_3=13370]="SHAYZIEN_GREAVES_3",a[a.SHAYZIEN_PLATEBODY_3=13371]="SHAYZIEN_PLATEBODY_3",a[a.SHAYZIEN_GLOVES_4=13372]="SHAYZIEN_GLOVES_4",a[a.SHAYZIEN_BOOTS_4=13373]="SHAYZIEN_BOOTS_4",a[a.SHAYZIEN_HELM_4=13374]="SHAYZIEN_HELM_4",a[a.SHAYZIEN_GREAVES_4=13375]="SHAYZIEN_GREAVES_4",a[a.SHAYZIEN_PLATEBODY_4=13376]="SHAYZIEN_PLATEBODY_4",a[a.SHAYZIEN_GLOVES_5=13377]="SHAYZIEN_GLOVES_5",a[a.SHAYZIEN_BOOTS_5=13378]="SHAYZIEN_BOOTS_5",a[a.SHAYZIEN_HELM_5=13379]="SHAYZIEN_HELM_5",a[a.SHAYZIEN_GREAVES_5=13380]="SHAYZIEN_GREAVES_5",a[a.SHAYZIEN_BODY_5=13381]="SHAYZIEN_BODY_5",a[a.XERICIAN_FABRIC=13383]="XERICIAN_FABRIC",a[a.XERICIAN_HAT=13385]="XERICIAN_HAT",a[a.XERICIAN_TOP=13387]="XERICIAN_TOP",a[a.XERICIAN_ROBE=13389]="XERICIAN_ROBE",a[a.LIZARDMAN_FANG=13391]="LIZARDMAN_FANG",a[a.XERICS_TALISMAN_INERT=13392]="XERICS_TALISMAN_INERT",a[a.XERICS_TALISMAN_CHARGED=13393]="XERICS_TALISMAN_CHARGED",a[a.SALTPETRE=13421]="SALTPETRE",a[a.SANDWORMS=13431]="SANDWORMS",a[a.RAW_ANGLERFISH=13439]="RAW_ANGLERFISH",a[a.ANGLERFISH=13441]="ANGLERFISH",a[a.ENSOULED_GOBLIN_HEAD_ITEM=13448]="ENSOULED_GOBLIN_HEAD_ITEM",a[a.ENSOULED_MONKEY_HEAD_ITEM=13451]="ENSOULED_MONKEY_HEAD_ITEM",a[a.ENSOULED_IMP_HEAD_ITEM=13454]="ENSOULED_IMP_HEAD_ITEM",a[a.ENSOULED_MINOTAUR_HEAD_ITEM=13457]="ENSOULED_MINOTAUR_HEAD_ITEM",a[a.ENSOULED_SCORPION_HEAD_ITEM=13460]="ENSOULED_SCORPION_HEAD_ITEM",a[a.ENSOULED_BEAR_HEAD_ITEM=13463]="ENSOULED_BEAR_HEAD_ITEM",a[a.ENSOULED_UNICORN_HEAD_ITEM=13466]="ENSOULED_UNICORN_HEAD_ITEM",a[a.ENSOULED_DOG_HEAD_ITEM=13469]="ENSOULED_DOG_HEAD_ITEM",a[a.ENSOULED_CHAOS_DRUID_HEAD_ITEM=13472]="ENSOULED_CHAOS_DRUID_HEAD_ITEM",a[a.ENSOULED_GIANT_HEAD_ITEM=13475]="ENSOULED_GIANT_HEAD_ITEM",a[a.ENSOULED_OGRE_HEAD_ITEM=13478]="ENSOULED_OGRE_HEAD_ITEM",a[a.ENSOULED_ELF_HEAD_ITEM=13481]="ENSOULED_ELF_HEAD_ITEM",a[a.ENSOULED_TROLL_HEAD_ITEM=13484]="ENSOULED_TROLL_HEAD_ITEM",a[a.ENSOULED_HORROR_HEAD_ITEM=13487]="ENSOULED_HORROR_HEAD_ITEM",a[a.ENSOULED_KALPHITE_HEAD_ITEM=13490]="ENSOULED_KALPHITE_HEAD_ITEM",a[a.ENSOULED_DAGANNOTH_HEAD_ITEM=13493]="ENSOULED_DAGANNOTH_HEAD_ITEM",a[a.ENSOULED_BLOODVELD_HEAD_ITEM=13496]="ENSOULED_BLOODVELD_HEAD_ITEM",a[a.ENSOULED_TZHAAR_HEAD_ITEM=13499]="ENSOULED_TZHAAR_HEAD_ITEM",a[a.ENSOULED_DEMON_HEAD_ITEM=13502]="ENSOULED_DEMON_HEAD_ITEM",a[a.ENSOULED_AVIANSIE_HEAD_ITEM=13505]="ENSOULED_AVIANSIE_HEAD_ITEM",a[a.ENSOULED_ABYSSAL_HEAD_ITEM=13508]="ENSOULED_ABYSSAL_HEAD_ITEM",a[a.ENSOULED_DRAGON_HEAD_ITEM=13511]="ENSOULED_DRAGON_HEAD_ITEM",a[a.DYNAMITE=13573]="DYNAMITE",a[a.DRAGON_WARHAMMER=13576]="DRAGON_WARHAMMER",a[a.GRACEFUL_HOOD_ARCEUUS_INVENTORY=13579]="GRACEFUL_HOOD_ARCEUUS_INVENTORY",a[a.GRACEFUL_CAPE_ARCEUUS_INVENTORY=13581]="GRACEFUL_CAPE_ARCEUUS_INVENTORY",a[a.GRACEFUL_TOP_ARCEUUS_INVENTORY=13583]="GRACEFUL_TOP_ARCEUUS_INVENTORY",a[a.GRACEFUL_LEGS_ARCEUUS_INVENTORY=13585]="GRACEFUL_LEGS_ARCEUUS_INVENTORY",a[a.GRACEFUL_GLOVES_ARCEUUS_INVENTORY=13587]="GRACEFUL_GLOVES_ARCEUUS_INVENTORY",a[a.GRACEFUL_BOOTS_ARCEUUS_INVENTORY=13589]="GRACEFUL_BOOTS_ARCEUUS_INVENTORY",a[a.GRACEFUL_HOOD_PISCARILIUS_INVENTORY=13591]="GRACEFUL_HOOD_PISCARILIUS_INVENTORY",a[a.GRACEFUL_CAPE_PISCARILIUS_INVENTORY=13593]="GRACEFUL_CAPE_PISCARILIUS_INVENTORY",a[a.GRACEFUL_TOP_PISCARILIUS_INVENTORY=13595]="GRACEFUL_TOP_PISCARILIUS_INVENTORY",a[a.GRACEFUL_LEGS_PISCARILIUS_INVENTORY=13597]="GRACEFUL_LEGS_PISCARILIUS_INVENTORY",a[a.GRACEFUL_GLOVES_PISCARILIUS_INVENTORY=13599]="GRACEFUL_GLOVES_PISCARILIUS_INVENTORY",a[a.GRACEFUL_BOOTS_PISCARILIUS_INVENTORY=13601]="GRACEFUL_BOOTS_PISCARILIUS_INVENTORY",a[a.GRACEFUL_HOOD_LOVAKENGJ_INVENTORY=13603]="GRACEFUL_HOOD_LOVAKENGJ_INVENTORY",a[a.GRACEFUL_CAPE_LOVAKENGJ_INVENTORY=13605]="GRACEFUL_CAPE_LOVAKENGJ_INVENTORY",a[a.GRACEFUL_TOP_LOVAKENGJ_INVENTORY=13607]="GRACEFUL_TOP_LOVAKENGJ_INVENTORY",a[a.GRACEFUL_LEGS_LOVAKENGJ_INVENTORY=13609]="GRACEFUL_LEGS_LOVAKENGJ_INVENTORY",a[a.GRACEFUL_GLOVES_LOVAKENGJ_INVENTORY=13611]="GRACEFUL_GLOVES_LOVAKENGJ_INVENTORY",a[a.GRACEFUL_BOOTS_LOVAKENGJ_INVENTORY=13613]="GRACEFUL_BOOTS_LOVAKENGJ_INVENTORY",a[a.GRACEFUL_HOOD_SHAYZIEN_INVENTORY=13615]="GRACEFUL_HOOD_SHAYZIEN_INVENTORY",a[a.GRACEFUL_CAPE_SHAYZIEN_INVENTORY=13617]="GRACEFUL_CAPE_SHAYZIEN_INVENTORY",a[a.GRACEFUL_TOP_SHAYZIEN_INVENTORY=13619]="GRACEFUL_TOP_SHAYZIEN_INVENTORY",a[a.GRACEFUL_LEGS_SHAYZIEN_INVENTORY=13621]="GRACEFUL_LEGS_SHAYZIEN_INVENTORY",a[a.GRACEFUL_GLOVES_SHAYZIEN_INVENTORY=13623]="GRACEFUL_GLOVES_SHAYZIEN_INVENTORY",a[a.GRACEFUL_BOOTS_SHAYZIEN_INVENTORY=13625]="GRACEFUL_BOOTS_SHAYZIEN_INVENTORY",a[a.GRACEFUL_HOOD_HOSIDIUS_INVENTORY=13627]="GRACEFUL_HOOD_HOSIDIUS_INVENTORY",a[a.GRACEFUL_CAPE_HOSIDIUS_INVENTORY=13629]="GRACEFUL_CAPE_HOSIDIUS_INVENTORY",a[a.GRACEFUL_TOP_HOSIDIUS_INVENTORY=13631]="GRACEFUL_TOP_HOSIDIUS_INVENTORY",a[a.GRACEFUL_LEGS_HOSIDIUS_INVENTORY=13633]="GRACEFUL_LEGS_HOSIDIUS_INVENTORY",a[a.GRACEFUL_GLOVES_HOSIDIUS_INVENTORY=13635]="GRACEFUL_GLOVES_HOSIDIUS_INVENTORY",a[a.GRACEFUL_BOOTS_HOSIDIUS_INVENTORY=13637]="GRACEFUL_BOOTS_HOSIDIUS_INVENTORY",a[a.FARMERS_BORO_TROUSERS_MALE=13640]="FARMERS_BORO_TROUSERS_MALE",a[a.FARMERS_BORO_TROUSERS_FEMALE=13641]="FARMERS_BORO_TROUSERS_FEMALE",a[a.FARMERS_JACKET=13642]="FARMERS_JACKET",a[a.FARMERS_SHIRT=13643]="FARMERS_SHIRT",a[a.FARMERS_BOOTS_MALE=13644]="FARMERS_BOOTS_MALE",a[a.FARMERS_BOOTS_FEMALE=13645]="FARMERS_BOOTS_FEMALE",a[a.FARMERS_STRAWHAT_MALE=13646]="FARMERS_STRAWHAT_MALE",a[a.FARMERS_STRAWHAT_FEMALE=13647]="FARMERS_STRAWHAT_FEMALE",a[a.DRAGON_CLAWS=13652]="DRAGON_CLAWS",a[a.GNOME_CHILD_HAT=13655]="GNOME_CHILD_HAT",a[a.GRAPE_SEED=13657]="GRAPE_SEED",a[a.TELEPORT_CARD=13658]="TELEPORT_CARD",a[a.CHRONICLE=13660]="CHRONICLE",a[a.BUNNY_TOP=13663]="BUNNY_TOP",a[a.BUNNY_LEGS=13664]="BUNNY_LEGS",a[a.BUNNY_PAWS=13665]="BUNNY_PAWS",a[a.GRACEFUL_HOOD_KOUREND_INVENTORY=13667]="GRACEFUL_HOOD_KOUREND_INVENTORY",a[a.GRACEFUL_CAPE_KOUREND_INVENTORY=13669]="GRACEFUL_CAPE_KOUREND_INVENTORY",a[a.GRACEFUL_TOP_KOUREND_INVENTORY=13671]="GRACEFUL_TOP_KOUREND_INVENTORY",a[a.GRACEFUL_LEGS_KOUREND_INVENTORY=13673]="GRACEFUL_LEGS_KOUREND_INVENTORY",a[a.GRACEFUL_GLOVES_KOUREND_INVENTORY=13675]="GRACEFUL_GLOVES_KOUREND_INVENTORY",a[a.GRACEFUL_BOOTS_KOUREND_INVENTORY=13677]="GRACEFUL_BOOTS_KOUREND_INVENTORY",a[a.CABBAGE_CAPE=13679]="CABBAGE_CAPE",a[a.CRUCIFEROUS_CODEX=13681]="CRUCIFEROUS_CODEX",a[a.ACHIEVEMENT_DIARY_CAPE_UNTRIMMED=19476]="ACHIEVEMENT_DIARY_CAPE_UNTRIMMED",a[a.LIGHT_BALLISTA=19478]="LIGHT_BALLISTA",a[a.HEAVY_BALLISTA=19481]="HEAVY_BALLISTA",a[a.DRAGON_JAVELIN_UNPOISONED=19484]="DRAGON_JAVELIN_UNPOISONED",a[a.DRAGON_JAVELIN_POISON=19486]="DRAGON_JAVELIN_POISON",a[a.ZENYTE=19493]="ZENYTE",a[a.UNCUT_ZENYTE=19496]="UNCUT_ZENYTE",a[a.ZENYTE_AMULET_U=19501]="ZENYTE_AMULET_U",a[a.ZENYTE_SHARD=19529]="ZENYTE_SHARD",a[a.ZENYTE_BRACELET=19532]="ZENYTE_BRACELET",a[a.ZENYTE_NECKLACE=19535]="ZENYTE_NECKLACE",a[a.ZENYTE_RING=19538]="ZENYTE_RING",a[a.ZENYTE_AMULET=19541]="ZENYTE_AMULET",a[a.TORMENTED_BRACELET=19544]="TORMENTED_BRACELET",a[a.NECKLACE_OF_ANGUISH=19547]="NECKLACE_OF_ANGUISH",a[a.RING_OF_SUFFERING_UNCHARGED=19550]="RING_OF_SUFFERING_UNCHARGED",a[a.AMULET_OF_TORTURE=19553]="AMULET_OF_TORTURE",a[a.MONKEY_MONKEY_MADNESS_II=19556]="MONKEY_MONKEY_MADNESS_II",a[a.BRONZE_JAVELIN_HEADS=19570]="BRONZE_JAVELIN_HEADS",a[a.IRON_JAVELIN_HEADS=19572]="IRON_JAVELIN_HEADS",a[a.STEEL_JAVELIN_HEADS=19574]="STEEL_JAVELIN_HEADS",a[a.MITHRIL_JAVELIN_HEADS=19576]="MITHRIL_JAVELIN_HEADS",a[a.ADAMANT_JAVELIN_HEADS=19578]="ADAMANT_JAVELIN_HEADS",a[a.RUNE_JAVELIN_HEADS=19580]="RUNE_JAVELIN_HEADS",a[a.DRAGON_JAVELIN_HEADS=19582]="DRAGON_JAVELIN_HEADS",a[a.JAVELIN_SHAFT=19584]="JAVELIN_SHAFT",a[a.LIGHT_FRAME=19586]="LIGHT_FRAME",a[a.HEAVY_FRAME=19589]="HEAVY_FRAME",a[a.BALLISTA_LIMBS=19592]="BALLISTA_LIMBS",a[a.INCOMPLETE_LIGHT_BALLISTA=19595]="INCOMPLETE_LIGHT_BALLISTA",a[a.INCOMPLETE_HEAVY_BALLISTA=19598]="INCOMPLETE_HEAVY_BALLISTA",a[a.BALLISTA_SPRING=19601]="BALLISTA_SPRING",a[a.UNSTRUNG_LIGHT_BALLISTA=19604]="UNSTRUNG_LIGHT_BALLISTA",a[a.UNSTRUNG_HEAVY_BALLISTA=19607]="UNSTRUNG_HEAVY_BALLISTA",a[a.MONKEY_TAIL=19610]="MONKEY_TAIL",a[a.ARCEUUS_LIBRARY_TELEPORT_TABLET=19613]="ARCEUUS_LIBRARY_TELEPORT_TABLET",a[a.DRAYNOR_MANOR_TELEPORT_TABLET=19615]="DRAYNOR_MANOR_TELEPORT_TABLET",a[a.MIND_ALTAR_TELEPORT_TABLET=19617]="MIND_ALTAR_TELEPORT_TABLET",a[a.SALVE_GRAVEYARD_TELEPORT_TABLET=19619]="SALVE_GRAVEYARD_TELEPORT_TABLET",a[a.FENKENSTRAINS_CASTLE_TELEPORT_TABLET=19621]="FENKENSTRAINS_CASTLE_TELEPORT_TABLET",a[a.WEST_ARDOUGNE_TELEPORT_TABLET=19623]="WEST_ARDOUGNE_TELEPORT_TABLET",a[a.HARMONY_ISLAND_TELEPORT_TABLET=19625]="HARMONY_ISLAND_TELEPORT_TABLET",a[a.CEMETERY_TELEPORT_TABLET=19627]="CEMETERY_TELEPORT_TABLET",a[a.BARROWS_TELEPORT_TABLET=19629]="BARROWS_TELEPORT_TABLET",a[a.APE_ATOLL_TELEPORT_TABLET=19631]="APE_ATOLL_TELEPORT_TABLET",a[a.BLACK_SLAYER_HELMET=19639]="BLACK_SLAYER_HELMET",a[a.BLACK_SLAYER_HELMET_I_NIGHTMARE_ZONE=19641]="BLACK_SLAYER_HELMET_I_NIGHTMARE_ZONE",a[a.GREEN_SLAYER_HELMET=19643]="GREEN_SLAYER_HELMET",a[a.GREEN_SLAYER_HELMET_I_NIGHTMARE_ZONE=19645]="GREEN_SLAYER_HELMET_I_NIGHTMARE_ZONE",a[a.RED_SLAYER_HELMET=19647]="RED_SLAYER_HELMET",a[a.RED_SLAYER_HELMET_I_NIGHTMARE_ZONE=19649]="RED_SLAYER_HELMET_I_NIGHTMARE_ZONE",a[a.GOLOVANOVA_FRUIT_TOP=19653]="GOLOVANOVA_FRUIT_TOP",a[a.UNCOOKED_BOTANICAL_PIE=19656]="UNCOOKED_BOTANICAL_PIE",a[a.BOTANICAL_PIE_FULL=19662]="BOTANICAL_PIE_FULL",a[a.DAMAGED_MONKEY_TAIL=19665]="DAMAGED_MONKEY_TAIL",a[a.REDWOOD_LOGS=19669]="REDWOOD_LOGS",a[a.REDWOOD_PYRE_LOGS=19672]="REDWOOD_PYRE_LOGS",a[a.ARCLIGHT=19675]="ARCLIGHT",a[a.HELM_OF_RAEDWALD=19687]="HELM_OF_RAEDWALD",a[a.CLUE_HUNTER_GARB=19689]="CLUE_HUNTER_GARB",a[a.CLUE_HUNTER_GLOVES=19691]="CLUE_HUNTER_GLOVES",a[a.CLUE_HUNTER_TROUSERS=19693]="CLUE_HUNTER_TROUSERS",a[a.CLUE_HUNTER_BOOTS=19695]="CLUE_HUNTER_BOOTS",a[a.CLUE_HUNTER_CLOAK=19697]="CLUE_HUNTER_CLOAK",a[a.HORNWOOD_HELM=19699]="HORNWOOD_HELM",a[a.JAR_OF_DARKNESS=19701]="JAR_OF_DARKNESS",a[a.AMULET_OF_ETERNAL_GLORY=19707]="AMULET_OF_ETERNAL_GLORY",a[a.RING_OF_SUFFERING_I_UNCHARGED=19710]="RING_OF_SUFFERING_I_UNCHARGED",a[a.OCCULT_NECKLACE_OR=19720]="OCCULT_NECKLACE_OR",a[a.DRAGON_DEFENDER_T_NORMAL=19722]="DRAGON_DEFENDER_T_NORMAL",a[a.LEFT_EYE_PATCH=19724]="LEFT_EYE_PATCH",a[a.DOUBLE_EYE_PATCH=19727]="DOUBLE_EYE_PATCH",a[a.ZOMBIE_HEAD_TREASURE_TRAILS=19912]="ZOMBIE_HEAD_TREASURE_TRAILS",a[a.CYCLOPS_HEAD=19915]="CYCLOPS_HEAD",a[a.NUNCHAKU=19918]="NUNCHAKU",a[a.ANCIENT_DHIDE_BOOTS=19921]="ANCIENT_DHIDE_BOOTS",a[a.BANDOS_DHIDE_BOOTS=19924]="BANDOS_DHIDE_BOOTS",a[a.GUTHIX_DHIDE_BOOTS=19927]="GUTHIX_DHIDE_BOOTS",a[a.ARMADYL_DHIDE_BOOTS=19930]="ARMADYL_DHIDE_BOOTS",a[a.SARADOMIN_DHIDE_BOOTS=19933]="SARADOMIN_DHIDE_BOOTS",a[a.ZAMORAK_DHIDE_BOOTS=19936]="ZAMORAK_DHIDE_BOOTS",a[a.HEAVY_CASKET=19941]="HEAVY_CASKET",a[a.ARCEUUS_SCARF=19943]="ARCEUUS_SCARF",a[a.HOSIDIUS_SCARF=19946]="HOSIDIUS_SCARF",a[a.LOVAKENGJ_SCARF=19949]="LOVAKENGJ_SCARF",a[a.PISCARILIUS_SCARF=19952]="PISCARILIUS_SCARF",a[a.SHAYZIEN_SCARF=19955]="SHAYZIEN_SCARF",a[a.DARK_TUXEDO_JACKET=19958]="DARK_TUXEDO_JACKET",a[a.DARK_TUXEDO_CUFFS=19961]="DARK_TUXEDO_CUFFS",a[a.DARK_TROUSERS=19964]="DARK_TROUSERS",a[a.DARK_TUXEDO_SHOES=19967]="DARK_TUXEDO_SHOES",a[a.DARK_BOW_TIE=19970]="DARK_BOW_TIE",a[a.LIGHT_TUXEDO_JACKET=19973]="LIGHT_TUXEDO_JACKET",a[a.LIGHT_TUXEDO_CUFFS=19976]="LIGHT_TUXEDO_CUFFS",a[a.LIGHT_TROUSERS=19979]="LIGHT_TROUSERS",a[a.LIGHT_TUXEDO_SHOES=19982]="LIGHT_TUXEDO_SHOES",a[a.LIGHT_BOW_TIE=19985]="LIGHT_BOW_TIE",a[a.BLACKSMITHS_HELM=19988]="BLACKSMITHS_HELM",a[a.BUCKET_HELM=19991]="BUCKET_HELM",a[a.RANGER_GLOVES=19994]="RANGER_GLOVES",a[a.HOLY_WRAPS=19997]="HOLY_WRAPS",a[a.DRAGON_SCIMITAR_OR=2e4]="DRAGON_SCIMITAR_OR",a[a.DRAGON_SCIMITAR_ORNAMENT_KIT=20002]="DRAGON_SCIMITAR_ORNAMENT_KIT",a[a.RING_OF_NATURE=20005]="RING_OF_NATURE",a[a.FANCY_TIARA=20008]="FANCY_TIARA",a[a.THIRD_AGE_AXE=20011]="THIRD_AGE_AXE",a[a.THIRD_AGE_PICKAXE=20014]="THIRD_AGE_PICKAXE",a[a.RING_OF_COINS=20017]="RING_OF_COINS",a[a.LESSER_DEMON_MASK=20020]="LESSER_DEMON_MASK",a[a.GREATER_DEMON_MASK=20023]="GREATER_DEMON_MASK",a[a.BLACK_DEMON_MASK=20026]="BLACK_DEMON_MASK",a[a.OLD_DEMON_MASK=20029]="OLD_DEMON_MASK",a[a.JUNGLE_DEMON_MASK=20032]="JUNGLE_DEMON_MASK",a[a.SAMURAI_KASA=20035]="SAMURAI_KASA",a[a.SAMURAI_SHIRT=20038]="SAMURAI_SHIRT",a[a.SAMURAI_GLOVES=20041]="SAMURAI_GLOVES",a[a.SAMURAI_GREAVES=20044]="SAMURAI_GREAVES",a[a.SAMURAI_BOOTS=20047]="SAMURAI_BOOTS",a[a.OBSIDIAN_CAPE_R=20050]="OBSIDIAN_CAPE_R",a[a.HALF_MOON_SPECTACLES=20053]="HALF_MOON_SPECTACLES",a[a.ALE_OF_THE_GODS=20056]="ALE_OF_THE_GODS",a[a.BUCKET_HELM_G=20059]="BUCKET_HELM_G",a[a.TORTURE_ORNAMENT_KIT=20062]="TORTURE_ORNAMENT_KIT",a[a.OCCULT_ORNAMENT_KIT=20065]="OCCULT_ORNAMENT_KIT",a[a.ARMADYL_GODSWORD_ORNAMENT_KIT=20068]="ARMADYL_GODSWORD_ORNAMENT_KIT",a[a.BANDOS_GODSWORD_ORNAMENT_KIT=20071]="BANDOS_GODSWORD_ORNAMENT_KIT",a[a.SARADOMIN_GODSWORD_ORNAMENT_KIT=20074]="SARADOMIN_GODSWORD_ORNAMENT_KIT",a[a.ZAMORAK_GODSWORD_ORNAMENT_KIT=20077]="ZAMORAK_GODSWORD_ORNAMENT_KIT",a[a.MUMMYS_HEAD=20080]="MUMMYS_HEAD",a[a.MUMMYS_BODY=20083]="MUMMYS_BODY",a[a.MUMMYS_HANDS=20086]="MUMMYS_HANDS",a[a.MUMMYS_LEGS=20089]="MUMMYS_LEGS",a[a.MUMMYS_FEET=20092]="MUMMYS_FEET",a[a.ANKOU_MASK=20095]="ANKOU_MASK",a[a.ANKOU_TOP=20098]="ANKOU_TOP",a[a.ANKOU_GLOVES=20101]="ANKOU_GLOVES",a[a.ANKOUS_LEGGINGS=20104]="ANKOUS_LEGGINGS",a[a.ANKOU_SOCKS=20107]="ANKOU_SOCKS",a[a.BOWL_WIG=20110]="BOWL_WIG",a[a.ARCEUUS_HOOD=20113]="ARCEUUS_HOOD",a[a.HOSIDIUS_HOOD=20116]="HOSIDIUS_HOOD",a[a.LOVAKENGJ_HOOD=20119]="LOVAKENGJ_HOOD",a[a.PISCARILIUS_HOOD=20122]="PISCARILIUS_HOOD",a[a.SHAYZIEN_HOOD=20125]="SHAYZIEN_HOOD",a[a.HOOD_OF_DARKNESS=20128]="HOOD_OF_DARKNESS",a[a.ROBE_TOP_OF_DARKNESS=20131]="ROBE_TOP_OF_DARKNESS",a[a.GLOVES_OF_DARKNESS=20134]="GLOVES_OF_DARKNESS",a[a.ROBE_BOTTOM_OF_DARKNESS=20137]="ROBE_BOTTOM_OF_DARKNESS",a[a.BOOTS_OF_DARKNESS=20140]="BOOTS_OF_DARKNESS",a[a.DRAGON_DEFENDER_ORNAMENT_KIT=20143]="DRAGON_DEFENDER_ORNAMENT_KIT",a[a.GILDED_MED_HELM=20146]="GILDED_MED_HELM",a[a.GILDED_CHAINBODY=20149]="GILDED_CHAINBODY",a[a.GILDED_SQ_SHIELD=20152]="GILDED_SQ_SHIELD",a[a.GILDED_2H_SWORD=20155]="GILDED_2H_SWORD",a[a.GILDED_SPEAR=20158]="GILDED_SPEAR",a[a.GILDED_HASTA=20161]="GILDED_HASTA",a[a.LARGE_SPADE=20164]="LARGE_SPADE",a[a.WOODEN_SHIELD_G=20166]="WOODEN_SHIELD_G",a[a.STEEL_PLATEBODY_G=20169]="STEEL_PLATEBODY_G",a[a.STEEL_PLATELEGS_G=20172]="STEEL_PLATELEGS_G",a[a.STEEL_PLATESKIRT_G=20175]="STEEL_PLATESKIRT_G",a[a.STEEL_FULL_HELM_G=20178]="STEEL_FULL_HELM_G",a[a.STEEL_KITESHIELD_G=20181]="STEEL_KITESHIELD_G",a[a.STEEL_PLATEBODY_T=20184]="STEEL_PLATEBODY_T",a[a.STEEL_PLATELEGS_T=20187]="STEEL_PLATELEGS_T",a[a.STEEL_PLATESKIRT_T=20190]="STEEL_PLATESKIRT_T",a[a.STEEL_FULL_HELM_T=20193]="STEEL_FULL_HELM_T",a[a.STEEL_KITESHIELD_T=20196]="STEEL_KITESHIELD_T",a[a.MONKS_ROBE_TOP_G=20199]="MONKS_ROBE_TOP_G",a[a.MONKS_ROBE_G=20202]="MONKS_ROBE_G",a[a.GOLDEN_CHEFS_HAT=20205]="GOLDEN_CHEFS_HAT",a[a.GOLDEN_APRON=20208]="GOLDEN_APRON",a[a.TEAM_CAPE_ZERO=20211]="TEAM_CAPE_ZERO",a[a.TEAM_CAPE_X=20214]="TEAM_CAPE_X",a[a.TEAM_CAPE_I=20217]="TEAM_CAPE_I",a[a.HOLY_BLESSING=20220]="HOLY_BLESSING",a[a.UNHOLY_BLESSING=20223]="UNHOLY_BLESSING",a[a.PEACEFUL_BLESSING=20226]="PEACEFUL_BLESSING",a[a.HONOURABLE_BLESSING=20229]="HONOURABLE_BLESSING",a[a.WAR_BLESSING=20232]="WAR_BLESSING",a[a.ANCIENT_BLESSING=20235]="ANCIENT_BLESSING",a[a.CHARGE_DRAGONSTONE_JEWELLERY_SCROLL=20238]="CHARGE_DRAGONSTONE_JEWELLERY_SCROLL",a[a.CRIER_COAT=20240]="CRIER_COAT",a[a.CRIER_BELL=20243]="CRIER_BELL",a[a.BLACK_LEPRECHAUN_HAT=20246]="BLACK_LEPRECHAUN_HAT",a[a.CLUELESS_SCROLL=20249]="CLUELESS_SCROLL",a[a.ARCEUUS_BANNER=20251]="ARCEUUS_BANNER",a[a.HOSIDIUS_BANNER=20254]="HOSIDIUS_BANNER",a[a.LOVAKENGJ_BANNER=20257]="LOVAKENGJ_BANNER",a[a.PISCARILIUS_BANNER=20260]="PISCARILIUS_BANNER",a[a.SHAYZIEN_BANNER=20263]="SHAYZIEN_BANNER",a[a.BLACK_UNICORN_MASK=20266]="BLACK_UNICORN_MASK",a[a.WHITE_UNICORN_MASK=20269]="WHITE_UNICORN_MASK",a[a.CABBAGE_ROUND_SHIELD=20272]="CABBAGE_ROUND_SHIELD",a[a.GNOMISH_FIRELIGHTER_UNCHARGED=20275]="GNOMISH_FIRELIGHTER_UNCHARGED",a[a.AMULET_OF_TORTURE_OR=20366]="AMULET_OF_TORTURE_OR",a[a.ARMADYL_GODSWORD_OR=20368]="ARMADYL_GODSWORD_OR",a[a.BANDOS_GODSWORD_OR=20370]="BANDOS_GODSWORD_OR",a[a.SARADOMIN_GODSWORD_OR=20372]="SARADOMIN_GODSWORD_OR",a[a.ZAMORAK_GODSWORD_OR=20374]="ZAMORAK_GODSWORD_OR",a[a.STEEL_TRIMMED_SET_LG=20376]="STEEL_TRIMMED_SET_LG",a[a.STEEL_TRIMMED_SET_SK=20379]="STEEL_TRIMMED_SET_SK",a[a.STEEL_GOLDTRIMMED_SET_LG=20382]="STEEL_GOLDTRIMMED_SET_LG",a[a.STEEL_GOLDTRIMMED_SET_SK=20385]="STEEL_GOLDTRIMMED_SET_SK",a[a.DRAGON_ARROW_LAST_MAN_STANDING=20389]="DRAGON_ARROW_LAST_MAN_STANDING",a[a.SPEAR_LAST_MAN_STANDING=20397]="SPEAR_LAST_MAN_STANDING",a[a.ABYSSAL_WHIP_LAST_MAN_STANDING=20405]="ABYSSAL_WHIP_LAST_MAN_STANDING",a[a.DRAGON_DAGGER_LAST_MAN_STANDING=20407]="DRAGON_DAGGER_LAST_MAN_STANDING",a[a.DARK_BOW_LAST_MAN_STANDING=20408]="DARK_BOW_LAST_MAN_STANDING",a[a.RUNE_PLATELEGS_LAST_MAN_STANDING=20422]="RUNE_PLATELEGS_LAST_MAN_STANDING",a[a.BLACK_DHIDE_BODY_LAST_MAN_STANDING=20423]="BLACK_DHIDE_BODY_LAST_MAN_STANDING",a[a.MYSTIC_ROBE_TOP_LAST_MAN_STANDING=20425]="MYSTIC_ROBE_TOP_LAST_MAN_STANDING",a[a.MYSTIC_ROBE_BOTTOM_LAST_MAN_STANDING=20426]="MYSTIC_ROBE_BOTTOM_LAST_MAN_STANDING",a[a.EVIL_CHICKEN_FEET=20433]="EVIL_CHICKEN_FEET",a[a.EVIL_CHICKEN_WINGS=20436]="EVIL_CHICKEN_WINGS",a[a.EVIL_CHICKEN_HEAD=20439]="EVIL_CHICKEN_HEAD",a[a.EVIL_CHICKEN_LEGS=20442]="EVIL_CHICKEN_LEGS",a[a.ELDER_CHAOS_TOP=20517]="ELDER_CHAOS_TOP",a[a.ELDER_CHAOS_ROBE=20520]="ELDER_CHAOS_ROBE",a[a.GRANITE_MAUL_LAST_MAN_STANDING=20557]="GRANITE_MAUL_LAST_MAN_STANDING",a[a.CLIMBING_BOOTS_LAST_MAN_STANDING=20578]="CLIMBING_BOOTS_LAST_MAN_STANDING",a[a.ADAMANT_GLOVES_LAST_MAN_STANDING=20582]="ADAMANT_GLOVES_LAST_MAN_STANDING",a[a.AMULET_OF_POWER_LAST_MAN_STANDING=20585]="AMULET_OF_POWER_LAST_MAN_STANDING",a[a.AMULET_OF_GLORY_LAST_MAN_STANDING=20586]="AMULET_OF_GLORY_LAST_MAN_STANDING",a[a.STALE_BAGUETTE=20590]="STALE_BAGUETTE",a[a.ARMADYL_GODSWORD_LAST_MAN_STANDING=20593]="ARMADYL_GODSWORD_LAST_MAN_STANDING",a[a.ELDER_CHAOS_HOOD=20595]="ELDER_CHAOS_HOOD",a[a.AHRIMS_ROBETOP_LAST_MAN_STANDING=20598]="AHRIMS_ROBETOP_LAST_MAN_STANDING",a[a.AHRIMS_ROBESKIRT_LAST_MAN_STANDING=20599]="AHRIMS_ROBESKIRT_LAST_MAN_STANDING",a[a.RING_OF_SUFFERING_RECOIL=20655]="RING_OF_SUFFERING_RECOIL",a[a.RING_OF_SUFFERING_I_RECOIL=20657]="RING_OF_SUFFERING_I_RECOIL",a[a.PYROMANCER_GARB=20704]="PYROMANCER_GARB",a[a.PYROMANCER_ROBE=20706]="PYROMANCER_ROBE",a[a.PYROMANCER_HOOD=20708]="PYROMANCER_HOOD",a[a.PYROMANCER_BOOTS=20710]="PYROMANCER_BOOTS",a[a.WARM_GLOVES=20712]="WARM_GLOVES",a[a.TOME_OF_FIRE_CHARGED=20714]="TOME_OF_FIRE_CHARGED",a[a.TOME_OF_FIRE_EMPTY=20716]="TOME_OF_FIRE_EMPTY",a[a.BURNT_PAGE=20718]="BURNT_PAGE",a[a.BRUMA_TORCH=20720]="BRUMA_TORCH",a[a.IMBUED_HEART=20724]="IMBUED_HEART",a[a.LEAFBLADED_BATTLEAXE=20727]="LEAFBLADED_BATTLEAXE",a[a.MIST_BATTLESTAFF=20730]="MIST_BATTLESTAFF",a[a.MYSTIC_MIST_STAFF=20733]="MYSTIC_MIST_STAFF",a[a.DUST_BATTLESTAFF=20736]="DUST_BATTLESTAFF",a[a.MYSTIC_DUST_STAFF=20739]="MYSTIC_DUST_STAFF",a[a.ZAMORAKS_GRAPES=20749]="ZAMORAKS_GRAPES",a[a.HILL_GIANT_CLUB=20756]="HILL_GIANT_CLUB",a[a.ARDOUGNE_MAX_CAPE=20760]="ARDOUGNE_MAX_CAPE",a[a.ARDOUGNE_MAX_HOOD=20764]="ARDOUGNE_MAX_HOOD",a[a.BANSHEE_MASK=20773]="BANSHEE_MASK",a[a.BANSHEE_TOP=20775]="BANSHEE_TOP",a[a.BANSHEE_ROBE=20777]="BANSHEE_ROBE",a[a.HUNTING_KNIFE=20779]="HUNTING_KNIFE",a[a.KILLERS_KNIFE_HALLOWEEN=20781]="KILLERS_KNIFE_HALLOWEEN",a[a.DRAGON_CLAWS_LAST_MAN_STANDING=20784]="DRAGON_CLAWS_LAST_MAN_STANDING",a[a.RING_OF_WEALTH_I_I5=20786]="RING_OF_WEALTH_I_I5",a[a.RING_OF_WEALTH_I_I4=20787]="RING_OF_WEALTH_I_I4",a[a.RING_OF_WEALTH_I_I3=20788]="RING_OF_WEALTH_I_I3",a[a.RING_OF_WEALTH_I_I2=20789]="RING_OF_WEALTH_I_I2",a[a.RING_OF_WEALTH_I_I1=20790]="RING_OF_WEALTH_I_I1",a[a.HARDCORE_IRONMAN_HELM=20792]="HARDCORE_IRONMAN_HELM",a[a.HARDCORE_IRONMAN_PLATEBODY=20794]="HARDCORE_IRONMAN_PLATEBODY",a[a.HARDCORE_IRONMAN_PLATELEGS=20796]="HARDCORE_IRONMAN_PLATELEGS",a[a.SACK_OF_PRESENTS=20834]="SACK_OF_PRESENTS",a[a.GIANT_PRESENT=20836]="GIANT_PRESENT",a[a.CORRUPTED_HELM=20838]="CORRUPTED_HELM",a[a.CORRUPTED_PLATEBODY=20840]="CORRUPTED_PLATEBODY",a[a.CORRUPTED_PLATELEGS=20842]="CORRUPTED_PLATELEGS",a[a.CORRUPTED_PLATESKIRT=20844]="CORRUPTED_PLATESKIRT",a[a.CORRUPTED_KITESHIELD=20846]="CORRUPTED_KITESHIELD",a[a.DRAGON_THROWNAXE=20849]="DRAGON_THROWNAXE",a[a.TWISTED_BOW=20997]="TWISTED_BOW",a[a.TWISTED_BUCKLER=21e3]="TWISTED_BUCKLER",a[a.ELDER_MAUL=21003]="ELDER_MAUL",a[a.KODAI_WAND=21006]="KODAI_WAND",a[a.DRAGON_SWORD=21009]="DRAGON_SWORD",a[a.DRAGON_HUNTER_CROSSBOW=21012]="DRAGON_HUNTER_CROSSBOW",a[a.DINHS_BULWARK=21015]="DINHS_BULWARK",a[a.ANCESTRAL_HAT=21018]="ANCESTRAL_HAT",a[a.ANCESTRAL_ROBE_TOP=21021]="ANCESTRAL_ROBE_TOP",a[a.ANCESTRAL_ROBE_BOTTOM=21024]="ANCESTRAL_ROBE_BOTTOM",a[a.DRAGON_HARPOON=21028]="DRAGON_HARPOON",a[a.INFERNAL_HARPOON_CHARGED=21031]="INFERNAL_HARPOON_CHARGED",a[a.INFERNAL_HARPOON_UNCHARGED=21033]="INFERNAL_HARPOON_UNCHARGED",a[a.DEXTEROUS_PRAYER_SCROLL=21034]="DEXTEROUS_PRAYER_SCROLL",a[a.KODAI_INSIGNIA=21043]="KODAI_INSIGNIA",a[a.TORN_PRAYER_SCROLL=21047]="TORN_PRAYER_SCROLL",a[a.ANCESTRAL_ROBES_SET=21049]="ANCESTRAL_ROBES_SET",a[a.KILLERS_KNIFE_QUEST=21059]="KILLERS_KNIFE_QUEST",a[a.GRACEFUL_HOOD_AGILITY_ARENA_INVENTORY=21061]="GRACEFUL_HOOD_AGILITY_ARENA_INVENTORY",a[a.GRACEFUL_CAPE_AGILITY_ARENA_INVENTORY=21064]="GRACEFUL_CAPE_AGILITY_ARENA_INVENTORY",a[a.GRACEFUL_TOP_AGILITY_ARENA_INVENTORY=21067]="GRACEFUL_TOP_AGILITY_ARENA_INVENTORY",a[a.GRACEFUL_LEGS_AGILITY_ARENA_INVENTORY=21070]="GRACEFUL_LEGS_AGILITY_ARENA_INVENTORY",a[a.GRACEFUL_GLOVES_AGILITY_ARENA_INVENTORY=21073]="GRACEFUL_GLOVES_AGILITY_ARENA_INVENTORY",a[a.GRACEFUL_BOOTS_AGILITY_ARENA_INVENTORY=21076]="GRACEFUL_BOOTS_AGILITY_ARENA_INVENTORY",a[a.ARCANE_PRAYER_SCROLL=21079]="ARCANE_PRAYER_SCROLL",a[a.OPAL_RING=21081]="OPAL_RING",a[a.JADE_RING=21084]="JADE_RING",a[a.TOPAZ_RING=21087]="TOPAZ_RING",a[a.OPAL_NECKLACE=21090]="OPAL_NECKLACE",a[a.JADE_NECKLACE=21093]="JADE_NECKLACE",a[a.TOPAZ_NECKLACE=21096]="TOPAZ_NECKLACE",a[a.OPAL_AMULET_U=21099]="OPAL_AMULET_U",a[a.JADE_AMULET_U=21102]="JADE_AMULET_U",a[a.TOPAZ_AMULET_U=21105]="TOPAZ_AMULET_U",a[a.OPAL_AMULET=21108]="OPAL_AMULET",a[a.JADE_AMULET=21111]="JADE_AMULET",a[a.TOPAZ_AMULET=21114]="TOPAZ_AMULET",a[a.OPAL_BRACELET=21117]="OPAL_BRACELET",a[a.JADE_BRACELET=21120]="JADE_BRACELET",a[a.TOPAZ_BRACELET=21123]="TOPAZ_BRACELET",a[a.RING_OF_PURSUIT=21126]="RING_OF_PURSUIT",a[a.RING_OF_RETURNING_5=21129]="RING_OF_RETURNING_5",a[a.RING_OF_RETURNING_4=21132]="RING_OF_RETURNING_4",a[a.RING_OF_RETURNING_3=21134]="RING_OF_RETURNING_3",a[a.RING_OF_RETURNING_2=21136]="RING_OF_RETURNING_2",a[a.RING_OF_RETURNING_1=21138]="RING_OF_RETURNING_1",a[a.EFARITAYS_AID=21140]="EFARITAYS_AID",a[a.DODGY_NECKLACE=21143]="DODGY_NECKLACE",a[a.NECKLACE_OF_PASSAGE_5=21146]="NECKLACE_OF_PASSAGE_5",a[a.NECKLACE_OF_PASSAGE_4=21149]="NECKLACE_OF_PASSAGE_4",a[a.NECKLACE_OF_PASSAGE_3=21151]="NECKLACE_OF_PASSAGE_3",a[a.NECKLACE_OF_PASSAGE_2=21153]="NECKLACE_OF_PASSAGE_2",a[a.NECKLACE_OF_PASSAGE_1=21155]="NECKLACE_OF_PASSAGE_1",a[a.NECKLACE_OF_FAITH=21157]="NECKLACE_OF_FAITH",a[a.AMULET_OF_BOUNTY=21160]="AMULET_OF_BOUNTY",a[a.AMULET_OF_CHEMISTRY=21163]="AMULET_OF_CHEMISTRY",a[a.BURNING_AMULET_5=21166]="BURNING_AMULET_5",a[a.BURNING_AMULET_4=21169]="BURNING_AMULET_4",a[a.BURNING_AMULET_3=21171]="BURNING_AMULET_3",a[a.BURNING_AMULET_2=21173]="BURNING_AMULET_2",a[a.BURNING_AMULET_1=21175]="BURNING_AMULET_1",a[a.EXPEDITIOUS_BRACELET=21177]="EXPEDITIOUS_BRACELET",a[a.FLAMTAER_BRACELET=21180]="FLAMTAER_BRACELET",a[a.BRACELET_OF_SLAUGHTER=21183]="BRACELET_OF_SLAUGHTER",a[a.LAVA_BATTLESTAFF_OR=21198]="LAVA_BATTLESTAFF_OR",a[a.MYSTIC_LAVA_STAFF_OR=21200]="MYSTIC_LAVA_STAFF_OR",a[a.LAVA_STAFF_UPGRADE_KIT=21202]="LAVA_STAFF_UPGRADE_KIT",a[a.ELDER_MAUL_LAST_MAN_STANDING=21205]="ELDER_MAUL_LAST_MAN_STANDING",a[a.BIRTHDAY_BALLOONS=21209]="BIRTHDAY_BALLOONS",a[a.EASTER_EGG_HELM=21214]="EASTER_EGG_HELM",a[a.SLAYERS_STAFF_E=21255]="SLAYERS_STAFF_E",a[a.SLAYERS_ENCHANTMENT=21257]="SLAYERS_ENCHANTMENT",a[a.PURPLE_SLAYER_HELMET=21264]="PURPLE_SLAYER_HELMET",a[a.PURPLE_SLAYER_HELMET_I_NIGHTMARE_ZONE=21266]="PURPLE_SLAYER_HELMET_I_NIGHTMARE_ZONE",a[a.SLAYER_RING_ETERNAL=21268]="SLAYER_RING_ETERNAL",a[a.ETERNAL_GEM=21270]="ETERNAL_GEM",a[a.SKULL_SCEPTRE_I=21276]="SKULL_SCEPTRE_I",a[a.OBSIDIAN_ARMOUR_SET=21279]="OBSIDIAN_ARMOUR_SET",a[a.INFERNAL_MAX_HOOD=21282]="INFERNAL_MAX_HOOD",a[a.INFERNAL_MAX_CAPE_NORMAL=21285]="INFERNAL_MAX_CAPE_NORMAL",a[a.INFERNAL_CAPE_NORMAL=21295]="INFERNAL_CAPE_NORMAL",a[a.OBSIDIAN_HELMET=21298]="OBSIDIAN_HELMET",a[a.OBSIDIAN_PLATEBODY=21301]="OBSIDIAN_PLATEBODY",a[a.OBSIDIAN_PLATELEGS=21304]="OBSIDIAN_PLATELEGS",a[a.RAINBOW_SCARF=21314]="RAINBOW_SCARF",a[a.AMETHYST_BROAD_BOLTS=21316]="AMETHYST_BROAD_BOLTS",a[a.AMETHYST_JAVELIN_UNPOISONED=21318]="AMETHYST_JAVELIN_UNPOISONED",a[a.AMETHYST_JAVELIN_POISON=21320]="AMETHYST_JAVELIN_POISON",a[a.AMETHYST_ARROW_UNPOISONED=21326]="AMETHYST_ARROW_UNPOISONED",a[a.AMETHYST_FIRE_ARROW_UNLIT=21328]="AMETHYST_FIRE_ARROW_UNLIT",a[a.AMETHYST_FIRE_ARROW_LIT=21330]="AMETHYST_FIRE_ARROW_LIT",a[a.AMETHYST_ARROW_POISON=21332]="AMETHYST_ARROW_POISON",a[a.AMETHYST_BOLT_TIPS=21338]="AMETHYST_BOLT_TIPS",a[a.MINING_GLOVES=21343]="MINING_GLOVES",a[a.SUPERIOR_MINING_GLOVES=21345]="SUPERIOR_MINING_GLOVES",a[a.AMETHYST=21347]="AMETHYST",a[a.AMETHYST_ARROWTIPS=21350]="AMETHYST_ARROWTIPS",a[a.AMETHYST_JAVELIN_HEADS=21352]="AMETHYST_JAVELIN_HEADS",a[a.MASTER_SCROLL_BOOK_EMPTY=21387]="MASTER_SCROLL_BOOK_EMPTY",a[a.EXPERT_MINING_GLOVES=21392]="EXPERT_MINING_GLOVES",a[a.CHAMPIONS_CAPE=21439]="CHAMPIONS_CAPE",a[a.TEAK_SAPLING=21477]="TEAK_SAPLING",a[a.MAHOGANY_SAPLING=21480]="MAHOGANY_SAPLING",a[a.ULTRACOMPOST=21483]="ULTRACOMPOST",a[a.TEAK_SEED=21486]="TEAK_SEED",a[a.MAHOGANY_SEED=21488]="MAHOGANY_SEED",a[a.SEAWEED_SPORE=21490]="SEAWEED_SPORE",a[a.GIANT_SEAWEED=21504]="GIANT_SEAWEED",a[a.BIRD_HOUSE_ITEM=21512]="BIRD_HOUSE_ITEM",a[a.OAK_BIRD_HOUSE=21515]="OAK_BIRD_HOUSE",a[a.WILLOW_BIRD_HOUSE=21518]="WILLOW_BIRD_HOUSE",a[a.TEAK_BIRD_HOUSE=21521]="TEAK_BIRD_HOUSE",a[a.HEATPROOF_VESSEL=21539]="HEATPROOF_VESSEL",a[a.CALCITE=21543]="CALCITE",a[a.PYROPHOSPHITE=21545]="PYROPHOSPHITE",a[a.NUMULITE=21555]="NUMULITE",a[a.VOLCANIC_ASH=21622]="VOLCANIC_ASH",a[a.SULLIUSCEP_CAP=21626]="SULLIUSCEP_CAP",a[a.ANCIENT_WYVERN_SHIELD_CHARGED=21633]="ANCIENT_WYVERN_SHIELD_CHARGED",a[a.ANCIENT_WYVERN_SHIELD_UNCHARGED=21634]="ANCIENT_WYVERN_SHIELD_UNCHARGED",a[a.WYVERN_VISAGE=21637]="WYVERN_VISAGE",a[a.GRANITE_BOOTS=21643]="GRANITE_BOOTS",a[a.GRANITE_LONGSWORD=21646]="GRANITE_LONGSWORD",a[a.MERFOLK_TRIDENT=21649]="MERFOLK_TRIDENT",a[a.DRIFT_NET=21652]="DRIFT_NET",a[a.UNCOOKED_MUSHROOM_PIE=21684]="UNCOOKED_MUSHROOM_PIE",a[a.MUSHROOM_PIE_FULL=21690]="MUSHROOM_PIE_FULL",a[a.RUNEFEST_SHIELD=21695]="RUNEFEST_SHIELD",a[a.JONAS_MASK_REWARD=21720]="JONAS_MASK_REWARD",a[a.BLACK_TOURMALINE_CORE=21730]="BLACK_TOURMALINE_CORE",a[a.GUARDIAN_BOOTS=21733]="GUARDIAN_BOOTS",a[a.GRANITE_GLOVES=21736]="GRANITE_GLOVES",a[a.GRANITE_RING=21739]="GRANITE_RING",a[a.GRANITE_HAMMER=21742]="GRANITE_HAMMER",a[a.JAR_OF_STONE=21745]="JAR_OF_STONE",a[a.GRANITE_RING_I_NIGHTMARE_ZONE=21752]="GRANITE_RING_I_NIGHTMARE_ZONE",a[a.ROCK_THROWNHAMMER=21754]="ROCK_THROWNHAMMER",a[a.KHAREDSTS_MEMOIRS=21760]="KHAREDSTS_MEMOIRS",a[a.IMBUED_SARADOMIN_MAX_CAPE_NORMAL=21776]="IMBUED_SARADOMIN_MAX_CAPE_NORMAL",a[a.IMBUED_SARADOMIN_MAX_HOOD=21778]="IMBUED_SARADOMIN_MAX_HOOD",a[a.IMBUED_ZAMORAK_MAX_CAPE_NORMAL=21780]="IMBUED_ZAMORAK_MAX_CAPE_NORMAL",a[a.IMBUED_ZAMORAK_MAX_HOOD=21782]="IMBUED_ZAMORAK_MAX_HOOD",a[a.IMBUED_GUTHIX_MAX_CAPE_NORMAL=21784]="IMBUED_GUTHIX_MAX_CAPE_NORMAL",a[a.IMBUED_GUTHIX_MAX_HOOD=21786]="IMBUED_GUTHIX_MAX_HOOD",a[a.IMBUED_SARADOMIN_CAPE_NORMAL=21791]="IMBUED_SARADOMIN_CAPE_NORMAL",a[a.IMBUED_GUTHIX_CAPE_NORMAL=21793]="IMBUED_GUTHIX_CAPE_NORMAL",a[a.IMBUED_ZAMORAK_CAPE_NORMAL=21795]="IMBUED_ZAMORAK_CAPE_NORMAL",a[a.REVENANT_CAVE_TELEPORT=21802]="REVENANT_CAVE_TELEPORT",a[a.ANCIENT_CRYSTAL=21804]="ANCIENT_CRYSTAL",a[a.ANCIENT_EMBLEM=21807]="ANCIENT_EMBLEM",a[a.ANCIENT_TOTEM=21810]="ANCIENT_TOTEM",a[a.ANCIENT_STATUETTE=21813]="ANCIENT_STATUETTE",a[a.BRACELET_OF_ETHEREUM_CHARGED=21816]="BRACELET_OF_ETHEREUM_CHARGED",a[a.BRACELET_OF_ETHEREUM_UNCHARGED=21817]="BRACELET_OF_ETHEREUM_UNCHARGED",a[a.REVENANT_ETHER=21820]="REVENANT_ETHER",a[a.SHAMAN_MASK=21838]="SHAMAN_MASK",a[a.SNOW_IMP_COSTUME_HEAD_REWARD=21847]="SNOW_IMP_COSTUME_HEAD_REWARD",a[a.SNOW_IMP_COSTUME_BODY_REWARD=21849]="SNOW_IMP_COSTUME_BODY_REWARD",a[a.SNOW_IMP_COSTUME_LEGS_REWARD=21851]="SNOW_IMP_COSTUME_LEGS_REWARD",a[a.SNOW_IMP_COSTUME_TAIL_REWARD=21853]="SNOW_IMP_COSTUME_TAIL_REWARD",a[a.SNOW_IMP_COSTUME_GLOVES_REWARD=21855]="SNOW_IMP_COSTUME_GLOVES_REWARD",a[a.SNOW_IMP_COSTUME_FEET_REWARD=21857]="SNOW_IMP_COSTUME_FEET_REWARD",a[a.WISE_OLD_MANS_SANTA_HAT=21859]="WISE_OLD_MANS_SANTA_HAT",a[a.BULGING_SACK=21874]="BULGING_SACK",a[a.WRATH_RUNE=21880]="WRATH_RUNE",a[a.DRAGON_ARMOUR_SET_LG=21882]="DRAGON_ARMOUR_SET_LG",a[a.DRAGON_ARMOUR_SET_SK=21885]="DRAGON_ARMOUR_SET_SK",a[a.TURQUOISE_SLAYER_HELMET=21888]="TURQUOISE_SLAYER_HELMET",a[a.TURQUOISE_SLAYER_HELMET_I_NIGHTMARE_ZONE=21890]="TURQUOISE_SLAYER_HELMET_I_NIGHTMARE_ZONE",a[a.DRAGON_PLATEBODY=21892]="DRAGON_PLATEBODY",a[a.DRAGON_KITESHIELD=21895]="DRAGON_KITESHIELD",a[a.ASSEMBLER_MAX_CAPE_NORMAL=21898]="ASSEMBLER_MAX_CAPE_NORMAL",a[a.ASSEMBLER_MAX_HOOD=21900]="ASSEMBLER_MAX_HOOD",a[a.DRAGON_CROSSBOW=21902]="DRAGON_CROSSBOW",a[a.DRAGON_BOLTS_UNPOISONED=21905]="DRAGON_BOLTS_UNPOISONED",a[a.DRAGON_LIMBS=21918]="DRAGON_LIMBS",a[a.DRAGON_CROSSBOW_U=21921]="DRAGON_CROSSBOW_U",a[a.DRAGON_BOLTS_POISON=21924]="DRAGON_BOLTS_POISON",a[a.DRAGON_BOLTS_UNF=21930]="DRAGON_BOLTS_UNF",a[a.OPAL_DRAGON_BOLTS_E=21932]="OPAL_DRAGON_BOLTS_E",a[a.JADE_DRAGON_BOLTS_E=21934]="JADE_DRAGON_BOLTS_E",a[a.PEARL_DRAGON_BOLTS_E=21936]="PEARL_DRAGON_BOLTS_E",a[a.TOPAZ_DRAGON_BOLTS_E=21938]="TOPAZ_DRAGON_BOLTS_E",a[a.SAPPHIRE_DRAGON_BOLTS_E=21940]="SAPPHIRE_DRAGON_BOLTS_E",a[a.EMERALD_DRAGON_BOLTS_E=21942]="EMERALD_DRAGON_BOLTS_E",a[a.RUBY_DRAGON_BOLTS_E=21944]="RUBY_DRAGON_BOLTS_E",a[a.DIAMOND_DRAGON_BOLTS_E=21946]="DIAMOND_DRAGON_BOLTS_E",a[a.DRAGONSTONE_DRAGON_BOLTS_E=21948]="DRAGONSTONE_DRAGON_BOLTS_E",a[a.ONYX_DRAGON_BOLTS_E=21950]="ONYX_DRAGON_BOLTS_E",a[a.MAGIC_STOCK=21952]="MAGIC_STOCK",a[a.OPAL_DRAGON_BOLTS=21955]="OPAL_DRAGON_BOLTS",a[a.JADE_DRAGON_BOLTS=21957]="JADE_DRAGON_BOLTS",a[a.PEARL_DRAGON_BOLTS=21959]="PEARL_DRAGON_BOLTS",a[a.TOPAZ_DRAGON_BOLTS=21961]="TOPAZ_DRAGON_BOLTS",a[a.SAPPHIRE_DRAGON_BOLTS=21963]="SAPPHIRE_DRAGON_BOLTS",a[a.EMERALD_DRAGON_BOLTS=21965]="EMERALD_DRAGON_BOLTS",a[a.RUBY_DRAGON_BOLTS=21967]="RUBY_DRAGON_BOLTS",a[a.DIAMOND_DRAGON_BOLTS=21969]="DIAMOND_DRAGON_BOLTS",a[a.DRAGONSTONE_DRAGON_BOLTS=21971]="DRAGONSTONE_DRAGON_BOLTS",a[a.ONYX_DRAGON_BOLTS=21973]="ONYX_DRAGON_BOLTS",a[a.CRUSHED_SUPERIOR_DRAGON_BONES=21975]="CRUSHED_SUPERIOR_DRAGON_BONES",a[a.SUPER_ANTIFIRE_POTION_4_DOSE=21978]="SUPER_ANTIFIRE_POTION_4_DOSE",a[a.SUPER_ANTIFIRE_POTION_3_DOSE=21981]="SUPER_ANTIFIRE_POTION_3_DOSE",a[a.SUPER_ANTIFIRE_POTION_2_DOSE=21984]="SUPER_ANTIFIRE_POTION_2_DOSE",a[a.SUPER_ANTIFIRE_POTION_1_DOSE=21987]="SUPER_ANTIFIRE_POTION_1_DOSE",a[a.SUPER_ANTIFIRE_MIX_2_DOSE=21994]="SUPER_ANTIFIRE_MIX_2_DOSE",a[a.SUPER_ANTIFIRE_MIX_1_DOSE=21997]="SUPER_ANTIFIRE_MIX_1_DOSE",a[a.DRAGONFIRE_WARD_CHARGED=22002]="DRAGONFIRE_WARD_CHARGED",a[a.DRAGONFIRE_WARD_UNCHARGED=22003]="DRAGONFIRE_WARD_UNCHARGED",a[a.SKELETAL_VISAGE=22006]="SKELETAL_VISAGE",a[a.DRAGON_METAL_SHARD=22097]="DRAGON_METAL_SHARD",a[a.DRAGON_METAL_SLICE=22100]="DRAGON_METAL_SLICE",a[a.DRAGON_METAL_LUMP=22103]="DRAGON_METAL_LUMP",a[a.JAR_OF_DECAY=22106]="JAR_OF_DECAY",a[a.AVAS_ASSEMBLER_NORMAL=22109]="AVAS_ASSEMBLER_NORMAL",a[a.DRAGONBONE_NECKLACE=22111]="DRAGONBONE_NECKLACE",a[a.MYTHICAL_CAPE=22114]="MYTHICAL_CAPE",a[a.WRATH_TALISMAN=22118]="WRATH_TALISMAN",a[a.WRATH_TIARA=22121]="WRATH_TIARA",a[a.SUPERIOR_DRAGON_BONES=22124]="SUPERIOR_DRAGON_BONES",a[a.ADAMANT_KITESHIELD_ARRAV=22127]="ADAMANT_KITESHIELD_ARRAV",a[a.ADAMANT_KITESHIELD_ASGARNIA=22129]="ADAMANT_KITESHIELD_ASGARNIA",a[a.ADAMANT_KITESHIELD_DORGESHUUN=22131]="ADAMANT_KITESHIELD_DORGESHUUN",a[a.ADAMANT_KITESHIELD_DRAGON=22133]="ADAMANT_KITESHIELD_DRAGON",a[a.ADAMANT_KITESHIELD_FAIRY=22135]="ADAMANT_KITESHIELD_FAIRY",a[a.ADAMANT_KITESHIELD_GUTHIX=22137]="ADAMANT_KITESHIELD_GUTHIX",a[a.ADAMANT_KITESHIELD_HAM=22139]="ADAMANT_KITESHIELD_HAM",a[a.ADAMANT_KITESHIELD_HORSE=22141]="ADAMANT_KITESHIELD_HORSE",a[a.ADAMANT_KITESHIELD_JOGRE=22143]="ADAMANT_KITESHIELD_JOGRE",a[a.ADAMANT_KITESHIELD_KANDARIN=22145]="ADAMANT_KITESHIELD_KANDARIN",a[a.ADAMANT_KITESHIELD_MISTHALIN=22147]="ADAMANT_KITESHIELD_MISTHALIN",a[a.ADAMANT_KITESHIELD_MONEY=22149]="ADAMANT_KITESHIELD_MONEY",a[a.ADAMANT_KITESHIELD_SARADOMIN=22151]="ADAMANT_KITESHIELD_SARADOMIN",a[a.ADAMANT_KITESHIELD_SKULL=22153]="ADAMANT_KITESHIELD_SKULL",a[a.ADAMANT_KITESHIELD_VARROCK=22155]="ADAMANT_KITESHIELD_VARROCK",a[a.ADAMANT_KITESHIELD_ZAMORAK=22157]="ADAMANT_KITESHIELD_ZAMORAK",a[a.ADAMANT_HERALDIC_HELM_ARRAV=22159]="ADAMANT_HERALDIC_HELM_ARRAV",a[a.ADAMANT_HERALDIC_HELM_ASGARNIA=22161]="ADAMANT_HERALDIC_HELM_ASGARNIA",a[a.ADAMANT_HERALDIC_HELM_DORGESHUUN=22163]="ADAMANT_HERALDIC_HELM_DORGESHUUN",a[a.ADAMANT_HERALDIC_HELM_DRAGON=22165]="ADAMANT_HERALDIC_HELM_DRAGON",a[a.ADAMANT_HERALDIC_HELM_FAIRY=22167]="ADAMANT_HERALDIC_HELM_FAIRY",a[a.ADAMANT_HERALDIC_HELM_GUTHIX=22169]="ADAMANT_HERALDIC_HELM_GUTHIX",a[a.ADAMANT_HERALDIC_HELM_HAM=22171]="ADAMANT_HERALDIC_HELM_HAM",a[a.ADAMANT_HERALDIC_HELM_HORSE=22173]="ADAMANT_HERALDIC_HELM_HORSE",a[a.ADAMANT_HERALDIC_HELM_JOGRE=22175]="ADAMANT_HERALDIC_HELM_JOGRE",a[a.ADAMANT_HERALDIC_HELM_KANDARIN=22177]="ADAMANT_HERALDIC_HELM_KANDARIN",a[a.ADAMANT_HERALDIC_HELM_MISTHALIN=22179]="ADAMANT_HERALDIC_HELM_MISTHALIN",a[a.ADAMANT_HERALDIC_HELM_MONEY=22181]="ADAMANT_HERALDIC_HELM_MONEY",a[a.ADAMANT_HERALDIC_HELM_SARADOMIN=22183]="ADAMANT_HERALDIC_HELM_SARADOMIN",a[a.ADAMANT_HERALDIC_HELM_SKULL=22185]="ADAMANT_HERALDIC_HELM_SKULL",a[a.ADAMANT_HERALDIC_HELM_VARROCK=22187]="ADAMANT_HERALDIC_HELM_VARROCK",a[a.ADAMANT_HERALDIC_HELM_ZAMORAK=22189]="ADAMANT_HERALDIC_HELM_ZAMORAK",a[a.MAPLE_BIRD_HOUSE=22192]="MAPLE_BIRD_HOUSE",a[a.MAHOGANY_BIRD_HOUSE=22195]="MAHOGANY_BIRD_HOUSE",a[a.YEW_BIRD_HOUSE=22198]="YEW_BIRD_HOUSE",a[a.MAGIC_BIRD_HOUSE=22201]="MAGIC_BIRD_HOUSE",a[a.REDWOOD_BIRD_HOUSE=22204]="REDWOOD_BIRD_HOUSE",a[a.EXTENDED_SUPER_ANTIFIRE_4_DOSE=22209]="EXTENDED_SUPER_ANTIFIRE_4_DOSE",a[a.EXTENDED_SUPER_ANTIFIRE_3_DOSE=22212]="EXTENDED_SUPER_ANTIFIRE_3_DOSE",a[a.EXTENDED_SUPER_ANTIFIRE_2_DOSE=22215]="EXTENDED_SUPER_ANTIFIRE_2_DOSE",a[a.EXTENDED_SUPER_ANTIFIRE_1_DOSE=22218]="EXTENDED_SUPER_ANTIFIRE_1_DOSE",a[a.EXTENDED_SUPER_ANTIFIRE_MIX_2_DOSE=22221]="EXTENDED_SUPER_ANTIFIRE_MIX_2_DOSE",a[a.EXTENDED_SUPER_ANTIFIRE_MIX_1_DOSE=22224]="EXTENDED_SUPER_ANTIFIRE_MIX_1_DOSE",a[a.BULLET_ARROW=22227]="BULLET_ARROW",a[a.FIELD_ARROW=22228]="FIELD_ARROW",a[a.BLUNT_ARROW=22229]="BLUNT_ARROW",a[a.BARBED_ARROW=22230]="BARBED_ARROW",a[a.DRAGON_BOOTS_ORNAMENT_KIT=22231]="DRAGON_BOOTS_ORNAMENT_KIT",a[a.DRAGON_BOOTS_G=22234]="DRAGON_BOOTS_G",a[a.DRAGON_PLATEBODY_ORNAMENT_KIT=22236]="DRAGON_PLATEBODY_ORNAMENT_KIT",a[a.DRAGON_KITESHIELD_ORNAMENT_KIT=22239]="DRAGON_KITESHIELD_ORNAMENT_KIT",a[a.DRAGON_PLATEBODY_G=22242]="DRAGON_PLATEBODY_G",a[a.DRAGON_KITESHIELD_G=22244]="DRAGON_KITESHIELD_G",a[a.ANGUISH_ORNAMENT_KIT=22246]="ANGUISH_ORNAMENT_KIT",a[a.NECKLACE_OF_ANGUISH_OR=22249]="NECKLACE_OF_ANGUISH_OR",a[a.OAK_SHIELD=22251]="OAK_SHIELD",a[a.WILLOW_SHIELD=22254]="WILLOW_SHIELD",a[a.MAPLE_SHIELD=22257]="MAPLE_SHIELD",a[a.YEW_SHIELD=22260]="YEW_SHIELD",a[a.MAGIC_SHIELD=22263]="MAGIC_SHIELD",a[a.REDWOOD_SHIELD=22266]="REDWOOD_SHIELD",a[a.HARD_LEATHER_SHIELD=22269]="HARD_LEATHER_SHIELD",a[a.SNAKESKIN_SHIELD=22272]="SNAKESKIN_SHIELD",a[a.GREEN_DHIDE_SHIELD=22275]="GREEN_DHIDE_SHIELD",a[a.BLUE_DHIDE_SHIELD=22278]="BLUE_DHIDE_SHIELD",a[a.RED_DHIDE_SHIELD=22281]="RED_DHIDE_SHIELD",a[a.BLACK_DHIDE_SHIELD=22284]="BLACK_DHIDE_SHIELD",a[a.TRIDENT_OF_THE_SEAS_E_CHARGED=22288]="TRIDENT_OF_THE_SEAS_E_CHARGED",a[a.TRIDENT_OF_THE_SEAS_E_UNCHARGED=22290]="TRIDENT_OF_THE_SEAS_E_UNCHARGED",a[a.TRIDENT_OF_THE_SWAMP_E_CHARGED=22292]="TRIDENT_OF_THE_SWAMP_E_CHARGED",a[a.TRIDENT_OF_THE_SWAMP_E_UNCHARGED=22294]="TRIDENT_OF_THE_SWAMP_E_UNCHARGED",a[a.STAFF_OF_LIGHT=22296]="STAFF_OF_LIGHT",a[a.ANCIENT_MEDALLION=22299]="ANCIENT_MEDALLION",a[a.ANCIENT_EFFIGY=22302]="ANCIENT_EFFIGY",a[a.ANCIENT_RELIC=22305]="ANCIENT_RELIC",a[a.PROP_SWORD=22316]="PROP_SWORD",a[a.AVERNIC_DEFENDER_NORMAL=22322]="AVERNIC_DEFENDER_NORMAL",a[a.SANGUINESTI_STAFF_CHARGED=22323]="SANGUINESTI_STAFF_CHARGED",a[a.GHRAZI_RAPIER=22324]="GHRAZI_RAPIER",a[a.SCYTHE_OF_VITUR_CHARGED=22325]="SCYTHE_OF_VITUR_CHARGED",a[a.JUSTICIAR_FACEGUARD=22326]="JUSTICIAR_FACEGUARD",a[a.JUSTICIAR_CHESTGUARD=22327]="JUSTICIAR_CHESTGUARD",a[a.JUSTICIAR_LEGGUARDS=22328]="JUSTICIAR_LEGGUARDS",a[a.STARTER_SWORD=22331]="STARTER_SWORD",a[a.STARTER_BOW=22333]="STARTER_BOW",a[a.STARTER_STAFF=22335]="STARTER_STAFF",a[a.EGGSHELL_PLATEBODY=22351]="EGGSHELL_PLATEBODY",a[a.EGGSHELL_PLATELEGS=22353]="EGGSHELL_PLATELEGS",a[a.BRYOPHYTAS_STAFF_UNCHARGED=22368]="BRYOPHYTAS_STAFF_UNCHARGED",a[a.BRYOPHYTAS_STAFF_CHARGED=22370]="BRYOPHYTAS_STAFF_CHARGED",a[a.BRYOPHYTAS_ESSENCE=22372]="BRYOPHYTAS_ESSENCE",a[a.XERICS_GUARD=22388]="XERICS_GUARD",a[a.XERICS_WARRIOR=22390]="XERICS_WARRIOR",a[a.XERICS_SENTINEL=22392]="XERICS_SENTINEL",a[a.XERICS_GENERAL=22394]="XERICS_GENERAL",a[a.XERICS_CHAMPION=22396]="XERICS_CHAMPION",a[a.IVANDIS_FLAIL=22398]="IVANDIS_FLAIL",a[a.DRAKANS_MEDALLION=22400]="DRAKANS_MEDALLION",a[a.BLOODY_BRACER=22430]="BLOODY_BRACER",a[a.EMERALD_SICKLE_B=22433]="EMERALD_SICKLE_B",a[a.ENCHANTED_EMERALD_SICKLE_B=22435]="ENCHANTED_EMERALD_SICKLE_B",a[a.JUSTICIAR_ARMOUR_SET=22438]="JUSTICIAR_ARMOUR_SET",a[a.CADANTINE_BLOOD_POTION_UNF=22443]="CADANTINE_BLOOD_POTION_UNF",a[a.VIAL_OF_BLOOD=22446]="VIAL_OF_BLOOD",a[a.BATTLEMAGE_POTION_4_DOSE=22449]="BATTLEMAGE_POTION_4_DOSE",a[a.BATTLEMAGE_POTION_3_DOSE=22452]="BATTLEMAGE_POTION_3_DOSE",a[a.BATTLEMAGE_POTION_2_DOSE=22455]="BATTLEMAGE_POTION_2_DOSE",a[a.BATTLEMAGE_POTION_1_DOSE=22458]="BATTLEMAGE_POTION_1_DOSE",a[a.BASTION_POTION_4_DOSE=22461]="BASTION_POTION_4_DOSE",a[a.BASTION_POTION_3_DOSE=22464]="BASTION_POTION_3_DOSE",a[a.BASTION_POTION_2_DOSE=22467]="BASTION_POTION_2_DOSE",a[a.BASTION_POTION_1_DOSE=22470]="BASTION_POTION_1_DOSE",a[a.AVERNIC_DEFENDER_HILT=22477]="AVERNIC_DEFENDER_HILT",a[a.SANGUINESTI_STAFF_UNCHARGED=22481]="SANGUINESTI_STAFF_UNCHARGED",a[a.SCYTHE_OF_VITUR_UNCHARGED=22486]="SCYTHE_OF_VITUR_UNCHARGED",a[a.SINHAZA_SHROUD_TIER_1=22494]="SINHAZA_SHROUD_TIER_1",a[a.SINHAZA_SHROUD_TIER_2=22496]="SINHAZA_SHROUD_TIER_2",a[a.SINHAZA_SHROUD_TIER_3=22498]="SINHAZA_SHROUD_TIER_3",a[a.SINHAZA_SHROUD_TIER_4=22500]="SINHAZA_SHROUD_TIER_4",a[a.SINHAZA_SHROUD_TIER_5=22502]="SINHAZA_SHROUD_TIER_5",a[a.DAWNBRINGER=22516]="DAWNBRINGER",a[a.ESCAPE_CRYSTAL=22517]="ESCAPE_CRYSTAL",a[a.VIGGORAS_CHAINMACE_UNCHARGED=22542]="VIGGORAS_CHAINMACE_UNCHARGED",a[a.VIGGORAS_CHAINMACE_CHARGED=22545]="VIGGORAS_CHAINMACE_CHARGED",a[a.CRAWS_BOW_UNCHARGED=22547]="CRAWS_BOW_UNCHARGED",a[a.CRAWS_BOW_CHARGED=22550]="CRAWS_BOW_CHARGED",a[a.THAMMARONS_SCEPTRE_UNCHARGED=22552]="THAMMARONS_SCEPTRE_UNCHARGED",a[a.THAMMARONS_SCEPTRE_CHARGED=22555]="THAMMARONS_SCEPTRE_CHARGED",a[a.AMULET_OF_AVARICE=22557]="AMULET_OF_AVARICE",a[a.TE_SALT=22593]="TE_SALT",a[a.EFH_SALT=22595]="EFH_SALT",a[a.URT_SALT=22597]="URT_SALT",a[a.ICY_BASALT=22599]="ICY_BASALT",a[a.STONY_BASALT=22601]="STONY_BASALT",a[a.BASALT=22603]="BASALT",a[a.VESTAS_SPEAR=22610]="VESTAS_SPEAR",a[a.VESTAS_LONGSWORD=22613]="VESTAS_LONGSWORD",a[a.VESTAS_CHAINBODY=22616]="VESTAS_CHAINBODY",a[a.VESTAS_PLATESKIRT=22619]="VESTAS_PLATESKIRT",a[a.STATIUSS_WARHAMMER=22622]="STATIUSS_WARHAMMER",a[a.STATIUSS_FULL_HELM=22625]="STATIUSS_FULL_HELM",a[a.STATIUSS_PLATEBODY=22628]="STATIUSS_PLATEBODY",a[a.STATIUSS_PLATELEGS=22631]="STATIUSS_PLATELEGS",a[a.MORRIGANS_THROWING_AXE=22634]="MORRIGANS_THROWING_AXE",a[a.MORRIGANS_JAVELIN=22636]="MORRIGANS_JAVELIN",a[a.MORRIGANS_COIF=22638]="MORRIGANS_COIF",a[a.MORRIGANS_LEATHER_BODY=22641]="MORRIGANS_LEATHER_BODY",a[a.MORRIGANS_LEATHER_CHAPS=22644]="MORRIGANS_LEATHER_CHAPS",a[a.ZURIELS_STAFF=22647]="ZURIELS_STAFF",a[a.ZURIELS_HOOD=22650]="ZURIELS_HOOD",a[a.ZURIELS_ROBE_TOP=22653]="ZURIELS_ROBE_TOP",a[a.ZURIELS_ROBE_BOTTOM=22656]="ZURIELS_ROBE_BOTTOM",a[a.SCROLL_SACK=22675]="SCROLL_SACK",a[a.CLOWN_MASK_REWARD=22689]="CLOWN_MASK_REWARD",a[a.CLOWN_BOW_TIE_REWARD=22692]="CLOWN_BOW_TIE_REWARD",a[a.CLOWN_GOWN_REWARD=22695]="CLOWN_GOWN_REWARD",a[a.CLOWN_TROUSERS_REWARD=22698]="CLOWN_TROUSERS_REWARD",a[a.CLOWN_SHOES_REWARD=22701]="CLOWN_SHOES_REWARD",a[a.STARFACE=22713]="STARFACE",a[a.TREE_TOP=22715]="TREE_TOP",a[a.TREE_SKIRT=22717]="TREE_SKIRT",a[a.CANDY_CANE=22719]="CANDY_CANE",a[a.DRAGON_HASTA_UNPOISONED=22731]="DRAGON_HASTA_UNPOISONED",a[a.DRAGON_HASTA_POISON=22734]="DRAGON_HASTA_POISON",a[a.DRAGON_HASTA_KARAMBWAN_POISON=22743]="DRAGON_HASTA_KARAMBWAN_POISON",a[a.WYRM_BONES=22780]="WYRM_BONES",a[a.DRAKE_BONES=22783]="DRAKE_BONES",a[a.HYDRA_BONES=22786]="HYDRA_BONES",a[a.UNCOOKED_DRAGONFRUIT_PIE=22789]="UNCOOKED_DRAGONFRUIT_PIE",a[a.DRAGONFRUIT_PIE_FULL=22795]="DRAGONFRUIT_PIE_FULL",a[a.DRAGON_KNIFE_UNPOISONED=22804]="DRAGON_KNIFE_UNPOISONED",a[a.DRAGON_KNIFE_POISON=22806]="DRAGON_KNIFE_POISON",a[a.CORMORANTS_GLOVE_NO_BIRD=22816]="CORMORANTS_GLOVE_NO_BIRD",a[a.CORMORANTS_GLOVE_BIRD=22817]="CORMORANTS_GLOVE_BIRD",a[a.FISH_CHUNKS=22818]="FISH_CHUNKS",a[a.BLUEGILL=22826]="BLUEGILL",a[a.COMMON_TENCH=22829]="COMMON_TENCH",a[a.MOTTLED_EEL=22832]="MOTTLED_EEL",a[a.GREATER_SIREN=22835]="GREATER_SIREN",a[a.FISH_SACK=22838]="FISH_SACK",a[a.GOLDEN_TENCH=22840]="GOLDEN_TENCH",a[a.PEARL_BARBARIAN_ROD=22842]="PEARL_BARBARIAN_ROD",a[a.PEARL_FLY_FISHING_ROD=22844]="PEARL_FLY_FISHING_ROD",a[a.PEARL_FISHING_ROD=22846]="PEARL_FISHING_ROD",a[a.CELASTRUS_SAPLING=22856]="CELASTRUS_SAPLING",a[a.REDWOOD_SAPLING=22859]="REDWOOD_SAPLING",a[a.DRAGONFRUIT_SAPLING=22866]="DRAGONFRUIT_SAPLING",a[a.CELASTRUS_SEED=22869]="CELASTRUS_SEED",a[a.REDWOOD_TREE_SEED=22871]="REDWOOD_TREE_SEED",a[a.POTATO_CACTUS_SEED=22873]="POTATO_CACTUS_SEED",a[a.DRAGONFRUIT_TREE_SEED=22877]="DRAGONFRUIT_TREE_SEED",a[a.SNAPE_GRASS_SEED=22879]="SNAPE_GRASS_SEED",a[a.WHITE_LILY_SEED=22887]="WHITE_LILY_SEED",a[a.DRAGONFRUIT=22929]="DRAGONFRUIT",a[a.WHITE_LILY=22932]="WHITE_LILY",a[a.CELASTRUS_BARK=22935]="CELASTRUS_BARK",a[a.RADAS_BLESSING_1=22941]="RADAS_BLESSING_1",a[a.RADAS_BLESSING_2=22943]="RADAS_BLESSING_2",a[a.RADAS_BLESSING_3=22945]="RADAS_BLESSING_3",a[a.RADAS_BLESSING_4=22947]="RADAS_BLESSING_4",a[a.BATTLEFRONT_TELEPORT_TABLET=22949]="BATTLEFRONT_TELEPORT_TABLET",a[a.BOOTS_OF_BRIMSTONE=22951]="BOOTS_OF_BRIMSTONE",a[a.DEVOUT_BOOTS=22954]="DEVOUT_BOOTS",a[a.DRAKES_CLAW=22957]="DRAKES_CLAW",a[a.DRAKES_TOOTH=22960]="DRAKES_TOOTH",a[a.BROKEN_DRAGON_HASTA=22963]="BROKEN_DRAGON_HASTA",a[a.HYDRAS_CLAW=22966]="HYDRAS_CLAW",a[a.BRIMSTONE_RING=22975]="BRIMSTONE_RING",a[a.DRAGON_HUNTER_LANCE=22978]="DRAGON_HUNTER_LANCE",a[a.FEROCIOUS_GLOVES=22981]="FEROCIOUS_GLOVES",a[a.HYDRA_LEATHER=22983]="HYDRA_LEATHER",a[a.BONECRUSHER_NECKLACE=22986]="BONECRUSHER_NECKLACE",a[a.HYDRA_TAIL=22988]="HYDRA_TAIL",a[a.BOTTOMLESS_COMPOST_BUCKET_EMPTY=22994]="BOTTOMLESS_COMPOST_BUCKET_EMPTY",a[a.BOTTLED_DRAGONBREATH_UNPOWERED=22999]="BOTTLED_DRAGONBREATH_UNPOWERED",a[a.BOTTLED_DRAGONBREATH_POWERED=23002]="BOTTLED_DRAGONBREATH_POWERED",a[a.BOOTS_OF_STONE=23037]="BOOTS_OF_STONE",a[a.MYSTIC_HAT_DUSK=23047]="MYSTIC_HAT_DUSK",a[a.MYSTIC_ROBE_TOP_DUSK=23050]="MYSTIC_ROBE_TOP_DUSK",a[a.MYSTIC_ROBE_BOTTOM_DUSK=23053]="MYSTIC_ROBE_BOTTOM_DUSK",a[a.MYSTIC_GLOVES_DUSK=23056]="MYSTIC_GLOVES_DUSK",a[a.MYSTIC_BOOTS_DUSK=23059]="MYSTIC_BOOTS_DUSK",a[a.JAR_OF_CHEMICALS=23064]="JAR_OF_CHEMICALS",a[a.HYDRA_SLAYER_HELMET=23073]="HYDRA_SLAYER_HELMET",a[a.HYDRA_SLAYER_HELMET_I_NIGHTMARE_ZONE=23075]="HYDRA_SLAYER_HELMET_I_NIGHTMARE_ZONE",a[a.ORNATE_GLOVES=23091]="ORNATE_GLOVES",a[a.ORNATE_BOOTS=23093]="ORNATE_BOOTS",a[a.ORNATE_LEGS=23095]="ORNATE_LEGS",a[a.ORNATE_TOP=23097]="ORNATE_TOP",a[a.ORNATE_CAPE=23099]="ORNATE_CAPE",a[a.ORNATE_HELM=23101]="ORNATE_HELM",a[a.MYSTIC_SET_LIGHT=23110]="MYSTIC_SET_LIGHT",a[a.MYSTIC_SET_BLUE=23113]="MYSTIC_SET_BLUE",a[a.MYSTIC_SET_DARK=23116]="MYSTIC_SET_DARK",a[a.MYSTIC_SET_DUSK=23119]="MYSTIC_SET_DUSK",a[a.OILY_PEARL_FISHING_ROD=23122]="OILY_PEARL_FISHING_ROD",a[a.GILDED_DRAGONHIDE_SET=23124]="GILDED_DRAGONHIDE_SET",a[a.RING_OF_THIRD_AGE=23185]="RING_OF_THIRD_AGE",a[a.GUTHIX_DHIDE_SHIELD=23188]="GUTHIX_DHIDE_SHIELD",a[a.SARADOMIN_DHIDE_SHIELD=23191]="SARADOMIN_DHIDE_SHIELD",a[a.ZAMORAK_DHIDE_SHIELD=23194]="ZAMORAK_DHIDE_SHIELD",a[a.ANCIENT_DHIDE_SHIELD=23197]="ANCIENT_DHIDE_SHIELD",a[a.ARMADYL_DHIDE_SHIELD=23200]="ARMADYL_DHIDE_SHIELD",a[a.BANDOS_DHIDE_SHIELD=23203]="BANDOS_DHIDE_SHIELD",a[a.DUAL_SAI=23206]="DUAL_SAI",a[a.RUNE_PLATEBODY_H1=23209]="RUNE_PLATEBODY_H1",a[a.RUNE_PLATEBODY_H2=23212]="RUNE_PLATEBODY_H2",a[a.RUNE_PLATEBODY_H3=23215]="RUNE_PLATEBODY_H3",a[a.RUNE_PLATEBODY_H4=23218]="RUNE_PLATEBODY_H4",a[a.RUNE_PLATEBODY_H5=23221]="RUNE_PLATEBODY_H5",a[a.THIEVING_BAG=23224]="THIEVING_BAG",a[a.RUNE_DEFENDER_ORNAMENT_KIT=23227]="RUNE_DEFENDER_ORNAMENT_KIT",a[a.RUNE_DEFENDER_T_NORMAL=23230]="RUNE_DEFENDER_T_NORMAL",a[a.TZHAARKETOM_ORNAMENT_KIT=23232]="TZHAARKETOM_ORNAMENT_KIT",a[a.TZHAARKETOM_T=23235]="TZHAARKETOM_T",a[a.BERSERKER_NECKLACE_ORNAMENT_KIT=23237]="BERSERKER_NECKLACE_ORNAMENT_KIT",a[a.BERSERKER_NECKLACE_OR=23240]="BERSERKER_NECKLACE_OR",a[a.THIRD_AGE_PLATESKIRT=23242]="THIRD_AGE_PLATESKIRT",a[a.FREMENNIK_KILT=23246]="FREMENNIK_KILT",a[a.RANGERS_TIGHTS=23249]="RANGERS_TIGHTS",a[a.GIANT_BOOT=23252]="GIANT_BOOT",a[a.URIS_HAT=23255]="URIS_HAT",a[a.GILDED_COIF=23258]="GILDED_COIF",a[a.GILDED_DHIDE_VAMBRACES=23261]="GILDED_DHIDE_VAMBRACES",a[a.GILDED_DHIDE_BODY=23264]="GILDED_DHIDE_BODY",a[a.GILDED_DHIDE_CHAPS=23267]="GILDED_DHIDE_CHAPS",a[a.ADAMANT_DRAGON_MASK=23270]="ADAMANT_DRAGON_MASK",a[a.RUNE_DRAGON_MASK=23273]="RUNE_DRAGON_MASK",a[a.GILDED_PICKAXE=23276]="GILDED_PICKAXE",a[a.GILDED_AXE=23279]="GILDED_AXE",a[a.GILDED_SPADE=23282]="GILDED_SPADE",a[a.MOLE_SLIPPERS=23285]="MOLE_SLIPPERS",a[a.FROG_SLIPPERS=23288]="FROG_SLIPPERS",a[a.BEAR_FEET=23291]="BEAR_FEET",a[a.DEMON_FEET=23294]="DEMON_FEET",a[a.JESTER_CAPE=23297]="JESTER_CAPE",a[a.SHOULDER_PARROT=23300]="SHOULDER_PARROT",a[a.MONKS_ROBE_TOP_T=23303]="MONKS_ROBE_TOP_T",a[a.MONKS_ROBE_T=23306]="MONKS_ROBE_T",a[a.AMULET_OF_DEFENCE_T=23309]="AMULET_OF_DEFENCE_T",a[a.SANDWICH_LADY_HAT=23312]="SANDWICH_LADY_HAT",a[a.SANDWICH_LADY_TOP=23315]="SANDWICH_LADY_TOP",a[a.SANDWICH_LADY_BOTTOM=23318]="SANDWICH_LADY_BOTTOM",a[a.RUNE_SCIMITAR_ORNAMENT_KIT_GUTHIX=23321]="RUNE_SCIMITAR_ORNAMENT_KIT_GUTHIX",a[a.RUNE_SCIMITAR_ORNAMENT_KIT_SARADOMIN=23324]="RUNE_SCIMITAR_ORNAMENT_KIT_SARADOMIN",a[a.RUNE_SCIMITAR_ORNAMENT_KIT_ZAMORAK=23327]="RUNE_SCIMITAR_ORNAMENT_KIT_ZAMORAK",a[a.RUNE_SCIMITAR_GUTHIX=23330]="RUNE_SCIMITAR_GUTHIX",a[a.RUNE_SCIMITAR_SARADOMIN=23332]="RUNE_SCIMITAR_SARADOMIN",a[a.RUNE_SCIMITAR_ZAMORAK=23334]="RUNE_SCIMITAR_ZAMORAK",a[a.THIRD_AGE_DRUIDIC_ROBE_TOP=23336]="THIRD_AGE_DRUIDIC_ROBE_TOP",a[a.THIRD_AGE_DRUIDIC_ROBE_BOTTOMS=23339]="THIRD_AGE_DRUIDIC_ROBE_BOTTOMS",a[a.THIRD_AGE_DRUIDIC_STAFF=23342]="THIRD_AGE_DRUIDIC_STAFF",a[a.THIRD_AGE_DRUIDIC_CLOAK=23345]="THIRD_AGE_DRUIDIC_CLOAK",a[a.TORMENTED_ORNAMENT_KIT=23348]="TORMENTED_ORNAMENT_KIT",a[a.CAPE_OF_SKULLS=23351]="CAPE_OF_SKULLS",a[a.AMULET_OF_POWER_T=23354]="AMULET_OF_POWER_T",a[a.RAIN_BOW=23357]="RAIN_BOW",a[a.HAM_JOINT=23360]="HAM_JOINT",a[a.STAFF_OF_BOB_THE_CAT=23363]="STAFF_OF_BOB_THE_CAT",a[a.BLACK_PLATEBODY_H1=23366]="BLACK_PLATEBODY_H1",a[a.BLACK_PLATEBODY_H2=23369]="BLACK_PLATEBODY_H2",a[a.BLACK_PLATEBODY_H3=23372]="BLACK_PLATEBODY_H3",a[a.BLACK_PLATEBODY_H4=23375]="BLACK_PLATEBODY_H4",a[a.BLACK_PLATEBODY_H5=23378]="BLACK_PLATEBODY_H5",a[a.LEATHER_BODY_G=23381]="LEATHER_BODY_G",a[a.LEATHER_CHAPS_G=23384]="LEATHER_CHAPS_G",a[a.WATSON_TELEPORT=23387]="WATSON_TELEPORT",a[a.SPIKED_MANACLES=23389]="SPIKED_MANACLES",a[a.ADAMANT_PLATEBODY_H1=23392]="ADAMANT_PLATEBODY_H1",a[a.ADAMANT_PLATEBODY_H2=23395]="ADAMANT_PLATEBODY_H2",a[a.ADAMANT_PLATEBODY_H3=23398]="ADAMANT_PLATEBODY_H3",a[a.ADAMANT_PLATEBODY_H4=23401]="ADAMANT_PLATEBODY_H4",a[a.ADAMANT_PLATEBODY_H5=23404]="ADAMANT_PLATEBODY_H5",a[a.WOLF_MASK=23407]="WOLF_MASK",a[a.WOLF_CLOAK=23410]="WOLF_CLOAK",a[a.CLIMBING_BOOTS_G=23413]="CLIMBING_BOOTS_G",a[a.TORMENTED_BRACELET_OR=23444]="TORMENTED_BRACELET_OR",a[a.GIANT_EASTER_EGG=23446]="GIANT_EASTER_EGG",a[a.BUNNYMAN_MASK=23448]="BUNNYMAN_MASK",a[a.ENCHANTED_LYREI=23458]="ENCHANTED_LYREI",a[a.LARRANS_KEY=23490]="LARRANS_KEY",a[a.GRUBBY_KEY=23499]="GRUBBY_KEY",a[a.GIANT_EGG_SAC_FULL=23517]="GIANT_EGG_SAC_FULL",a[a.MASK_OF_RANUL=23522]="MASK_OF_RANUL",a[a.JAR_OF_EYES=23525]="JAR_OF_EYES",a[a.SARACHNIS_CUDGEL=23528]="SARACHNIS_CUDGEL",a[a.HELM_OF_NEITIZNOT_LAST_MAN_STANDING=23591]="HELM_OF_NEITIZNOT_LAST_MAN_STANDING",a[a.BARROWS_GLOVES_LAST_MAN_STANDING=23593]="BARROWS_GLOVES_LAST_MAN_STANDING",a[a.BERSERKER_RING_LAST_MAN_STANDING=23595]="BERSERKER_RING_LAST_MAN_STANDING",a[a.DRAGON_DEFENDER_LAST_MAN_STANDING=23597]="DRAGON_DEFENDER_LAST_MAN_STANDING",a[a.SPIRIT_SHIELD_LAST_MAN_STANDING=23599]="SPIRIT_SHIELD_LAST_MAN_STANDING",a[a.RUNE_CROSSBOW_LAST_MAN_STANDING=23601]="RUNE_CROSSBOW_LAST_MAN_STANDING",a[a.IMBUED_GUTHIX_CAPE_LAST_MAN_STANDING=23603]="IMBUED_GUTHIX_CAPE_LAST_MAN_STANDING",a[a.IMBUED_ZAMORAK_CAPE_LAST_MAN_STANDING=23605]="IMBUED_ZAMORAK_CAPE_LAST_MAN_STANDING",a[a.IMBUED_SARADOMIN_CAPE_LAST_MAN_STANDING=23607]="IMBUED_SARADOMIN_CAPE_LAST_MAN_STANDING",a[a.ARMADYL_CROSSBOW_LAST_MAN_STANDING=23611]="ARMADYL_CROSSBOW_LAST_MAN_STANDING",a[a.STAFF_OF_THE_DEAD_LAST_MAN_STANDING=23613]="STAFF_OF_THE_DEAD_LAST_MAN_STANDING",a[a.VESTAS_LONGSWORD_LAST_MAN_STANDING=23615]="VESTAS_LONGSWORD_LAST_MAN_STANDING",a[a.ZURIELS_STAFF_LAST_MAN_STANDING=23617]="ZURIELS_STAFF_LAST_MAN_STANDING",a[a.MORRIGANS_JAVELIN_LAST_MAN_STANDING=23619]="MORRIGANS_JAVELIN_LAST_MAN_STANDING",a[a.STATIUSS_WARHAMMER_LAST_MAN_STANDING=23620]="STATIUSS_WARHAMMER_LAST_MAN_STANDING",a[a.INFERNAL_CAPE_LAST_MAN_STANDING=23622]="INFERNAL_CAPE_LAST_MAN_STANDING",a[a.SEERS_RING_I_LAST_MAN_STANDING=23624]="SEERS_RING_I_LAST_MAN_STANDING",a[a.KODAI_WAND_LAST_MAN_STANDING=23626]="KODAI_WAND_LAST_MAN_STANDING",a[a.GHRAZI_RAPIER_LAST_MAN_STANDING=23628]="GHRAZI_RAPIER_LAST_MAN_STANDING",a[a.HEAVY_BALLISTA_LAST_MAN_STANDING=23630]="HEAVY_BALLISTA_LAST_MAN_STANDING",a[a.KARILS_LEATHERTOP_LAST_MAN_STANDING=23632]="KARILS_LEATHERTOP_LAST_MAN_STANDING",a[a.DHAROKS_PLATELEGS_LAST_MAN_STANDING=23633]="DHAROKS_PLATELEGS_LAST_MAN_STANDING",a[a.TORAGS_PLATELEGS_LAST_MAN_STANDING=23634]="TORAGS_PLATELEGS_LAST_MAN_STANDING",a[a.VERACS_PLATESKIRT_LAST_MAN_STANDING=23635]="VERACS_PLATESKIRT_LAST_MAN_STANDING",a[a.VERACS_HELM_LAST_MAN_STANDING=23636]="VERACS_HELM_LAST_MAN_STANDING",a[a.TORAGS_HELM_LAST_MAN_STANDING=23637]="TORAGS_HELM_LAST_MAN_STANDING",a[a.GUTHANS_HELM_LAST_MAN_STANDING=23638]="GUTHANS_HELM_LAST_MAN_STANDING",a[a.DHAROKS_HELM_LAST_MAN_STANDING=23639]="DHAROKS_HELM_LAST_MAN_STANDING",a[a.AMULET_OF_FURY_LAST_MAN_STANDING=23640]="AMULET_OF_FURY_LAST_MAN_STANDING",a[a.BLESSED_SPIRIT_SHIELD_LAST_MAN_STANDING=23642]="BLESSED_SPIRIT_SHIELD_LAST_MAN_STANDING",a[a.ETERNAL_BOOTS_LAST_MAN_STANDING=23644]="ETERNAL_BOOTS_LAST_MAN_STANDING",a[a.BANDOS_TASSETS_LAST_MAN_STANDING=23646]="BANDOS_TASSETS_LAST_MAN_STANDING",a[a.DRAGON_JAVELIN_LAST_MAN_STANDING=23648]="DRAGON_JAVELIN_LAST_MAN_STANDING",a[a.DIAMOND_BOLTS_E_LAST_MAN_STANDING=23649]="DIAMOND_BOLTS_E_LAST_MAN_STANDING",a[a.MAGES_BOOK_LAST_MAN_STANDING=23652]="MAGES_BOOK_LAST_MAN_STANDING",a[a.AHRIMS_STAFF_LAST_MAN_STANDING=23653]="AHRIMS_STAFF_LAST_MAN_STANDING",a[a.OCCULT_NECKLACE_LAST_MAN_STANDING=23654]="OCCULT_NECKLACE_LAST_MAN_STANDING",a[a.DRAGONSTONE_ARMOUR_SET=23667]="DRAGONSTONE_ARMOUR_SET",a[a.CRYSTAL_AXE_ACTIVE=23673]="CRYSTAL_AXE_ACTIVE",a[a.CRYSTAL_AXE_INACTIVE=23675]="CRYSTAL_AXE_INACTIVE",a[a.DRAGON_PICKAXE_OR=23677]="DRAGON_PICKAXE_OR",a[a.CRYSTAL_PICKAXE_ACTIVE=23680]="CRYSTAL_PICKAXE_ACTIVE",a[a.CRYSTAL_PICKAXE_INACTIVE=23682]="CRYSTAL_PICKAXE_INACTIVE",a[a.DIVINE_SUPER_COMBAT_POTION_4_DOSE=23685]="DIVINE_SUPER_COMBAT_POTION_4_DOSE",a[a.DIVINE_SUPER_COMBAT_POTION_3_DOSE=23688]="DIVINE_SUPER_COMBAT_POTION_3_DOSE",a[a.DIVINE_SUPER_COMBAT_POTION_2_DOSE=23691]="DIVINE_SUPER_COMBAT_POTION_2_DOSE",a[a.DIVINE_SUPER_COMBAT_POTION_1_DOSE=23694]="DIVINE_SUPER_COMBAT_POTION_1_DOSE",a[a.DIVINE_SUPER_ATTACK_POTION_4_DOSE=23697]="DIVINE_SUPER_ATTACK_POTION_4_DOSE",a[a.DIVINE_SUPER_ATTACK_POTION_3_DOSE=23700]="DIVINE_SUPER_ATTACK_POTION_3_DOSE",a[a.DIVINE_SUPER_ATTACK_POTION_2_DOSE=23703]="DIVINE_SUPER_ATTACK_POTION_2_DOSE",a[a.DIVINE_SUPER_ATTACK_POTION_1_DOSE=23706]="DIVINE_SUPER_ATTACK_POTION_1_DOSE",a[a.DIVINE_SUPER_STRENGTH_POTION_4_DOSE=23709]="DIVINE_SUPER_STRENGTH_POTION_4_DOSE",a[a.DIVINE_SUPER_STRENGTH_POTION_3_DOSE=23712]="DIVINE_SUPER_STRENGTH_POTION_3_DOSE",a[a.DIVINE_SUPER_STRENGTH_POTION_2_DOSE=23715]="DIVINE_SUPER_STRENGTH_POTION_2_DOSE",a[a.DIVINE_SUPER_STRENGTH_POTION_1_DOSE=23718]="DIVINE_SUPER_STRENGTH_POTION_1_DOSE",a[a.DIVINE_SUPER_DEFENCE_POTION_4_DOSE=23721]="DIVINE_SUPER_DEFENCE_POTION_4_DOSE",a[a.DIVINE_SUPER_DEFENCE_POTION_3_DOSE=23724]="DIVINE_SUPER_DEFENCE_POTION_3_DOSE",a[a.DIVINE_SUPER_DEFENCE_POTION_2_DOSE=23727]="DIVINE_SUPER_DEFENCE_POTION_2_DOSE",a[a.DIVINE_SUPER_DEFENCE_POTION_1_DOSE=23730]="DIVINE_SUPER_DEFENCE_POTION_1_DOSE",a[a.DIVINE_RANGING_POTION_4_DOSE=23733]="DIVINE_RANGING_POTION_4_DOSE",a[a.DIVINE_RANGING_POTION_3_DOSE=23736]="DIVINE_RANGING_POTION_3_DOSE",a[a.DIVINE_RANGING_POTION_2_DOSE=23739]="DIVINE_RANGING_POTION_2_DOSE",a[a.DIVINE_RANGING_POTION_1_DOSE=23742]="DIVINE_RANGING_POTION_1_DOSE",a[a.DIVINE_MAGIC_POTION_4_DOSE=23745]="DIVINE_MAGIC_POTION_4_DOSE",a[a.DIVINE_MAGIC_POTION_3_DOSE=23748]="DIVINE_MAGIC_POTION_3_DOSE",a[a.DIVINE_MAGIC_POTION_2_DOSE=23751]="DIVINE_MAGIC_POTION_2_DOSE",a[a.DIVINE_MAGIC_POTION_1_DOSE=23754]="DIVINE_MAGIC_POTION_1_DOSE",a[a.CRYSTAL_HARPOON_ACTIVE=23762]="CRYSTAL_HARPOON_ACTIVE",a[a.CRYSTAL_HARPOON_INACTIVE=23764]="CRYSTAL_HARPOON_INACTIVE",a[a.ARDOUGNE_KNIGHT_HELM=23785]="ARDOUGNE_KNIGHT_HELM",a[a.ARDOUGNE_KNIGHT_PLATEBODY=23787]="ARDOUGNE_KNIGHT_PLATEBODY",a[a.ARDOUGNE_KNIGHT_PLATELEGS=23789]="ARDOUGNE_KNIGHT_PLATELEGS",a[a.CORRUPTED_SCEPTRE=23820]="CORRUPTED_SCEPTRE",a[a.CORRUPTED_AXE=23821]="CORRUPTED_AXE",a[a.CORRUPTED_PICKAXE=23822]="CORRUPTED_PICKAXE",a[a.CORRUPTED_HARPOON=23823]="CORRUPTED_HARPOON",a[a.CORRUPTED_HELM_BASIC=23840]="CORRUPTED_HELM_BASIC",a[a.CORRUPTED_HELM_ATTUNED=23841]="CORRUPTED_HELM_ATTUNED",a[a.CORRUPTED_HELM_PERFECTED=23842]="CORRUPTED_HELM_PERFECTED",a[a.CORRUPTED_BODY_BASIC=23843]="CORRUPTED_BODY_BASIC",a[a.CORRUPTED_BODY_ATTUNED=23844]="CORRUPTED_BODY_ATTUNED",a[a.CORRUPTED_BODY_PERFECTED=23845]="CORRUPTED_BODY_PERFECTED",a[a.CORRUPTED_LEGS_BASIC=23846]="CORRUPTED_LEGS_BASIC",a[a.CORRUPTED_LEGS_ATTUNED=23847]="CORRUPTED_LEGS_ATTUNED",a[a.CORRUPTED_LEGS_PERFECTED=23848]="CORRUPTED_LEGS_PERFECTED",a[a.CORRUPTED_HALBERD_BASIC=23849]="CORRUPTED_HALBERD_BASIC",a[a.CORRUPTED_HALBERD_ATTUNED=23850]="CORRUPTED_HALBERD_ATTUNED",a[a.CORRUPTED_HALBERD_PERFECTED=23851]="CORRUPTED_HALBERD_PERFECTED",a[a.CORRUPTED_STAFF_BASIC=23852]="CORRUPTED_STAFF_BASIC",a[a.CORRUPTED_STAFF_ATTUNED=23853]="CORRUPTED_STAFF_ATTUNED",a[a.CORRUPTED_STAFF_PERFECTED=23854]="CORRUPTED_STAFF_PERFECTED",a[a.CORRUPTED_BOW_BASIC=23855]="CORRUPTED_BOW_BASIC",a[a.CORRUPTED_BOW_ATTUNED=23856]="CORRUPTED_BOW_ATTUNED",a[a.CORRUPTED_BOW_PERFECTED=23857]="CORRUPTED_BOW_PERFECTED",a[a.GAUNTLET_CAPE=23859]="GAUNTLET_CAPE",a[a.CRYSTAL_SCEPTRE=23861]="CRYSTAL_SCEPTRE",a[a.CRYSTAL_AXE_THE_GAUNTLET=23862]="CRYSTAL_AXE_THE_GAUNTLET",a[a.CRYSTAL_PICKAXE_THE_GAUNTLET=23863]="CRYSTAL_PICKAXE_THE_GAUNTLET",a[a.CRYSTAL_HARPOON_THE_GAUNTLET=23864]="CRYSTAL_HARPOON_THE_GAUNTLET",a[a.CRYSTAL_HELM_BASIC=23886]="CRYSTAL_HELM_BASIC",a[a.CRYSTAL_HELM_ATTUNED=23887]="CRYSTAL_HELM_ATTUNED",a[a.CRYSTAL_HELM_PERFECTED=23888]="CRYSTAL_HELM_PERFECTED",a[a.CRYSTAL_BODY_BASIC=23889]="CRYSTAL_BODY_BASIC",a[a.CRYSTAL_BODY_ATTUNED=23890]="CRYSTAL_BODY_ATTUNED",a[a.CRYSTAL_BODY_PERFECTED=23891]="CRYSTAL_BODY_PERFECTED",a[a.CRYSTAL_LEGS_BASIC=23892]="CRYSTAL_LEGS_BASIC",a[a.CRYSTAL_LEGS_ATTUNED=23893]="CRYSTAL_LEGS_ATTUNED",a[a.CRYSTAL_LEGS_PERFECTED=23894]="CRYSTAL_LEGS_PERFECTED",a[a.CRYSTAL_HALBERD_BASIC=23895]="CRYSTAL_HALBERD_BASIC",a[a.CRYSTAL_HALBERD_ATTUNED=23896]="CRYSTAL_HALBERD_ATTUNED",a[a.CRYSTAL_HALBERD_PERFECTED=23897]="CRYSTAL_HALBERD_PERFECTED",a[a.CRYSTAL_STAFF_BASIC=23898]="CRYSTAL_STAFF_BASIC",a[a.CRYSTAL_STAFF_ATTUNED=23899]="CRYSTAL_STAFF_ATTUNED",a[a.CRYSTAL_STAFF_PERFECTED=23900]="CRYSTAL_STAFF_PERFECTED",a[a.CRYSTAL_BOW_BASIC=23901]="CRYSTAL_BOW_BASIC",a[a.CRYSTAL_BOW_ATTUNED=23902]="CRYSTAL_BOW_ATTUNED",a[a.CRYSTAL_BOW_PERFECTED=23903]="CRYSTAL_BOW_PERFECTED",a[a.IMBUED_TEPHRA=23907]="IMBUED_TEPHRA",a[a.ZALCANO_SHARD=23908]="ZALCANO_SHARD",a[a.CRYSTAL_CROWN_ITHELL=23911]="CRYSTAL_CROWN_ITHELL",a[a.CRYSTAL_CROWN_IORWERTH=23913]="CRYSTAL_CROWN_IORWERTH",a[a.CRYSTAL_CROWN_TRAHAEARN=23915]="CRYSTAL_CROWN_TRAHAEARN",a[a.CRYSTAL_CROWN_CADARN=23917]="CRYSTAL_CROWN_CADARN",a[a.CRYSTAL_CROWN_CRWYS=23919]="CRYSTAL_CROWN_CRWYS",a[a.CRYSTAL_CROWN_MEILYR=23921]="CRYSTAL_CROWN_MEILYR",a[a.CRYSTAL_CROWN_HEFIN=23923]="CRYSTAL_CROWN_HEFIN",a[a.CRYSTAL_CROWN_AMLODD=23925]="CRYSTAL_CROWN_AMLODD",a[a.ELVEN_SIGNET=23943]="ELVEN_SIGNET",a[a.ELVEN_DAWN=23948]="ELVEN_DAWN",a[a.CRYSTAL_TOOL_SEED=23953]="CRYSTAL_TOOL_SEED",a[a.CRYSTAL_ARMOUR_SEED=23956]="CRYSTAL_ARMOUR_SEED",a[a.ENHANCED_CRYSTAL_TELEPORT_SEED=23959]="ENHANCED_CRYSTAL_TELEPORT_SEED",a[a.CRYSTAL_HELM_ACTIVE=23971]="CRYSTAL_HELM_ACTIVE",a[a.CRYSTAL_HELM_INACTIVE=23973]="CRYSTAL_HELM_INACTIVE",a[a.CRYSTAL_BODY_ACTIVE=23975]="CRYSTAL_BODY_ACTIVE",a[a.CRYSTAL_BODY_INACTIVE=23977]="CRYSTAL_BODY_INACTIVE",a[a.CRYSTAL_LEGS_ACTIVE=23979]="CRYSTAL_LEGS_ACTIVE",a[a.CRYSTAL_LEGS_INACTIVE=23981]="CRYSTAL_LEGS_INACTIVE",a[a.CRYSTAL_BOW_ACTIVE=23983]="CRYSTAL_BOW_ACTIVE",a[a.CRYSTAL_BOW_INACTIVE=23985]="CRYSTAL_BOW_INACTIVE",a[a.CRYSTAL_HALBERD_ACTIVE=23987]="CRYSTAL_HALBERD_ACTIVE",a[a.CRYSTAL_HALBERD_INACTIVE=23989]="CRYSTAL_HALBERD_INACTIVE",a[a.CRYSTAL_SHIELD_ACTIVE=23991]="CRYSTAL_SHIELD_ACTIVE",a[a.CRYSTAL_SHIELD_INACTIVE=23993]="CRYSTAL_SHIELD_INACTIVE",a[a.BLADE_OF_SAELDOR_CHARGED=23995]="BLADE_OF_SAELDOR_CHARGED",a[a.BLADE_OF_SAELDOR_INACTIVE=23997]="BLADE_OF_SAELDOR_INACTIVE",a[a.CRYSTAL_GRAIL=24e3]="CRYSTAL_GRAIL",a[a.ELVEN_BOOTS=24003]="ELVEN_BOOTS",a[a.ELVEN_GLOVES=24006]="ELVEN_GLOVES",a[a.ELVEN_TOP_YELLOW=24009]="ELVEN_TOP_YELLOW",a[a.ELVEN_SKIRT_YELLOW=24012]="ELVEN_SKIRT_YELLOW",a[a.ELVEN_TOP_WHITE=24015]="ELVEN_TOP_WHITE",a[a.ELVEN_SKIRT_WHITE=24018]="ELVEN_SKIRT_WHITE",a[a.ELVEN_TOP_YELLOW_VEST=24021]="ELVEN_TOP_YELLOW_VEST",a[a.ELVEN_LEGWEAR=24024]="ELVEN_LEGWEAR",a[a.ELVEN_TOP_WHITE_VEST=24027]="ELVEN_TOP_WHITE_VEST",a[a.DRAGONSTONE_FULL_HELM=24034]="DRAGONSTONE_FULL_HELM",a[a.DRAGONSTONE_PLATEBODY=24037]="DRAGONSTONE_PLATEBODY",a[a.DRAGONSTONE_PLATELEGS=24040]="DRAGONSTONE_PLATELEGS",a[a.DRAGONSTONE_BOOTS=24043]="DRAGONSTONE_BOOTS",a[a.DRAGONSTONE_GAUNTLETS=24046]="DRAGONSTONE_GAUNTLETS",a[a.CRYSTAL_BOW_NEW=24123]="CRYSTAL_BOW_NEW",a[a.CRYSTAL_HALBERD_NEW=24125]="CRYSTAL_HALBERD_NEW",a[a.CRYSTAL_SHIELD_NEW=24127]="CRYSTAL_SHIELD_NEW",a[a.INFERNAL_MAX_CAPE_LOCKED=24133]="INFERNAL_MAX_CAPE_LOCKED",a[a.FIRE_MAX_CAPE_LOCKED=24134]="FIRE_MAX_CAPE_LOCKED",a[a.ASSEMBLER_MAX_CAPE_LOCKED=24135]="ASSEMBLER_MAX_CAPE_LOCKED",a[a.BRONZE_DEFENDER_LOCKED=24136]="BRONZE_DEFENDER_LOCKED",a[a.IRON_DEFENDER_LOCKED=24137]="IRON_DEFENDER_LOCKED",a[a.STEEL_DEFENDER_LOCKED=24138]="STEEL_DEFENDER_LOCKED",a[a.BLACK_DEFENDER_LOCKED=24139]="BLACK_DEFENDER_LOCKED",a[a.MITHRIL_DEFENDER_LOCKED=24140]="MITHRIL_DEFENDER_LOCKED",a[a.ADAMANT_DEFENDER_LOCKED=24141]="ADAMANT_DEFENDER_LOCKED",a[a.RUNE_DEFENDER_LOCKED=24142]="RUNE_DEFENDER_LOCKED",a[a.DRAGON_DEFENDER_LOCKED=24143]="DRAGON_DEFENDER_LOCKED",a[a.STAFF_OF_BALANCE=24144]="STAFF_OF_BALANCE",a[a.DECORATIVE_SWORD_GOLD_LOCKED=24157]="DECORATIVE_SWORD_GOLD_LOCKED",a[a.DECORATIVE_ARMOUR_GOLD_PLATEBODY_LOCKED=24158]="DECORATIVE_ARMOUR_GOLD_PLATEBODY_LOCKED",a[a.DECORATIVE_ARMOUR_GOLD_PLATELEGS_LOCKED=24159]="DECORATIVE_ARMOUR_GOLD_PLATELEGS_LOCKED",a[a.DECORATIVE_HELM_GOLD_LOCKED=24160]="DECORATIVE_HELM_GOLD_LOCKED",a[a.DECORATIVE_SHIELD_GOLD_LOCKED=24161]="DECORATIVE_SHIELD_GOLD_LOCKED",a[a.DECORATIVE_ARMOUR_GOLD_PLATESKIRT_LOCKED=24162]="DECORATIVE_ARMOUR_GOLD_PLATESKIRT_LOCKED",a[a.DECORATIVE_ARMOUR_MAGIC_TOP_LOCKED=24163]="DECORATIVE_ARMOUR_MAGIC_TOP_LOCKED",a[a.DECORATIVE_ARMOUR_MAGIC_LEGS_LOCKED=24164]="DECORATIVE_ARMOUR_MAGIC_LEGS_LOCKED",a[a.DECORATIVE_ARMOUR_MAGIC_HAT_LOCKED=24165]="DECORATIVE_ARMOUR_MAGIC_HAT_LOCKED",a[a.DECORATIVE_ARMOUR_RANGED_TOP_LOCKED=24166]="DECORATIVE_ARMOUR_RANGED_TOP_LOCKED",a[a.DECORATIVE_ARMOUR_RANGED_LEGS_LOCKED=24167]="DECORATIVE_ARMOUR_RANGED_LEGS_LOCKED",a[a.DECORATIVE_ARMOUR_QUIVER_LOCKED=24168]="DECORATIVE_ARMOUR_QUIVER_LOCKED",a[a.SARADOMIN_HALO_LOCKED=24169]="SARADOMIN_HALO_LOCKED",a[a.ZAMORAK_HALO_LOCKED=24170]="ZAMORAK_HALO_LOCKED",a[a.GUTHIX_HALO_LOCKED=24171]="GUTHIX_HALO_LOCKED",a[a.HEALER_HAT_LOCKED=24172]="HEALER_HAT_LOCKED",a[a.FIGHTER_HAT_LOCKED=24173]="FIGHTER_HAT_LOCKED",a[a.RANGER_HAT_LOCKED=24174]="RANGER_HAT_LOCKED",a[a.FIGHTER_TORSO_LOCKED=24175]="FIGHTER_TORSO_LOCKED",a[a.PENANCE_SKIRT_LOCKED=24176]="PENANCE_SKIRT_LOCKED",a[a.VOID_KNIGHT_TOP_LOCKED=24177]="VOID_KNIGHT_TOP_LOCKED",a[a.ELITE_VOID_TOP_LOCKED=24178]="ELITE_VOID_TOP_LOCKED",a[a.VOID_KNIGHT_ROBE_LOCKED=24179]="VOID_KNIGHT_ROBE_LOCKED",a[a.ELITE_VOID_ROBE_LOCKED=24180]="ELITE_VOID_ROBE_LOCKED",a[a.VOID_KNIGHT_MACE_LOCKED=24181]="VOID_KNIGHT_MACE_LOCKED",a[a.VOID_KNIGHT_GLOVES_LOCKED=24182]="VOID_KNIGHT_GLOVES_LOCKED",a[a.VOID_MAGE_HELM_LOCKED=24183]="VOID_MAGE_HELM_LOCKED",a[a.VOID_RANGER_HELM_LOCKED=24184]="VOID_RANGER_HELM_LOCKED",a[a.VOID_MELEE_HELM_LOCKED=24185]="VOID_MELEE_HELM_LOCKED",a[a.AVERNIC_DEFENDER_LOCKED=24186]="AVERNIC_DEFENDER_LOCKED",a[a.TROUVER_PARCHMENT=24187]="TROUVER_PARCHMENT",a[a.DEADMANS_CHEST_COSMETIC=24189]="DEADMANS_CHEST_COSMETIC",a[a.DEADMANS_LEGS_COSMETIC=24190]="DEADMANS_LEGS_COSMETIC",a[a.DEADMANS_CAPE_COSMETIC=24191]="DEADMANS_CAPE_COSMETIC",a[a.ARMADYL_HALO_NORMAL=24192]="ARMADYL_HALO_NORMAL",a[a.ARMADYL_HALO_LOCKED=24194]="ARMADYL_HALO_LOCKED",a[a.BANDOS_HALO_NORMAL=24195]="BANDOS_HALO_NORMAL",a[a.BANDOS_HALO_LOCKED=24197]="BANDOS_HALO_LOCKED",a[a.SEREN_HALO_NORMAL=24198]="SEREN_HALO_NORMAL",a[a.SEREN_HALO_LOCKED=24200]="SEREN_HALO_LOCKED",a[a.ANCIENT_HALO_NORMAL=24201]="ANCIENT_HALO_NORMAL",a[a.ANCIENT_HALO_LOCKED=24203]="ANCIENT_HALO_LOCKED",a[a.BRASSICA_HALO_NORMAL=24204]="BRASSICA_HALO_NORMAL",a[a.BRASSICA_HALO_LOCKED=24206]="BRASSICA_HALO_LOCKED",a[a.VICTORS_CAPE_1=24207]="VICTORS_CAPE_1",a[a.VICTORS_CAPE_10=24209]="VICTORS_CAPE_10",a[a.VICTORS_CAPE_50=24211]="VICTORS_CAPE_50",a[a.VICTORS_CAPE_100=24213]="VICTORS_CAPE_100",a[a.VICTORS_CAPE_500=24215]="VICTORS_CAPE_500",a[a.SWIFT_BLADE=24219]="SWIFT_BLADE",a[a.AVAS_ASSEMBLER_LOCKED=24222]="AVAS_ASSEMBLER_LOCKED",a[a.FIRE_CAPE_LOCKED=24223]="FIRE_CAPE_LOCKED",a[a.INFERNAL_CAPE_LOCKED=24224]="INFERNAL_CAPE_LOCKED",a[a.GRANITE_MAUL_ORNATE_HANDLE=24225]="GRANITE_MAUL_ORNATE_HANDLE",a[a.GRANITE_MAUL_OR_ORNATE_HANDLE=24227]="GRANITE_MAUL_OR_ORNATE_HANDLE",a[a.ORNATE_MAUL_HANDLE=24229]="ORNATE_MAUL_HANDLE",a[a.IMBUED_SARADOMIN_MAX_CAPE_LOCKED=24232]="IMBUED_SARADOMIN_MAX_CAPE_LOCKED",a[a.IMBUED_ZAMORAK_MAX_CAPE_LOCKED=24233]="IMBUED_ZAMORAK_MAX_CAPE_LOCKED",a[a.IMBUED_GUTHIX_MAX_CAPE_LOCKED=24234]="IMBUED_GUTHIX_MAX_CAPE_LOCKED",a[a.IMBUED_SARADOMIN_CAPE_LOCKED=24248]="IMBUED_SARADOMIN_CAPE_LOCKED",a[a.IMBUED_GUTHIX_CAPE_LOCKED=24249]="IMBUED_GUTHIX_CAPE_LOCKED",a[a.IMBUED_ZAMORAK_CAPE_LOCKED=24250]="IMBUED_ZAMORAK_CAPE_LOCKED",a[a.WILDERNESS_CRABS_TELEPORT=24251]="WILDERNESS_CRABS_TELEPORT",a[a.VS_SHIELD_EQUIPPABLE=24266]="VS_SHIELD_EQUIPPABLE",a[a.BASILISK_JAW=24268]="BASILISK_JAW",a[a.NEITIZNOT_FACEGUARD=24271]="NEITIZNOT_FACEGUARD",a[a.DAGONHAI_HAT=24288]="DAGONHAI_HAT",a[a.DAGONHAI_ROBE_TOP=24291]="DAGONHAI_ROBE_TOP",a[a.DAGONHAI_ROBE_BOTTOM=24294]="DAGONHAI_ROBE_BOTTOM",a[a.SPOOKY_HOOD_REWARD=24305]="SPOOKY_HOOD_REWARD",a[a.SPOOKY_ROBE_REWARD=24307]="SPOOKY_ROBE_REWARD",a[a.SPOOKY_SKIRT_REWARD=24309]="SPOOKY_SKIRT_REWARD",a[a.SPOOKY_GLOVES_REWARD=24311]="SPOOKY_GLOVES_REWARD",a[a.SPOOKY_BOOTS_REWARD=24313]="SPOOKY_BOOTS_REWARD",a[a.SPOOKIER_HOOD=24315]="SPOOKIER_HOOD",a[a.SPOOKIER_ROBE=24317]="SPOOKIER_ROBE",a[a.SPOOKIER_SKIRT=24319]="SPOOKIER_SKIRT",a[a.SPOOKIER_GLOVES=24321]="SPOOKIER_GLOVES",a[a.SPOOKIER_BOOTS=24323]="SPOOKIER_BOOTS",a[a.PUMPKIN_LANTERN=24325]="PUMPKIN_LANTERN",a[a.SKELETON_LANTERN=24327]="SKELETON_LANTERN",a[a.DAGONHAI_ROBES_SET=24333]="DAGONHAI_ROBES_SET",a[a.TARGET_TELEPORT=24336]="TARGET_TELEPORT",a[a.BOUNTY_HUNTER_HAT_TIER_1=24338]="BOUNTY_HUNTER_HAT_TIER_1",a[a.BOUNTY_HUNTER_HAT_TIER_2=24340]="BOUNTY_HUNTER_HAT_TIER_2",a[a.BOUNTY_HUNTER_HAT_TIER_3=24342]="BOUNTY_HUNTER_HAT_TIER_3",a[a.BOUNTY_HUNTER_HAT_TIER_4=24344]="BOUNTY_HUNTER_HAT_TIER_4",a[a.BOUNTY_HUNTER_HAT_TIER_5=24346]="BOUNTY_HUNTER_HAT_TIER_5",a[a.BOUNTY_HUNTER_HAT_TIER_6=24348]="BOUNTY_HUNTER_HAT_TIER_6",a[a.TWISTED_SLAYER_HELMET=24370]="TWISTED_SLAYER_HELMET",a[a.TWISTED_DRAGON_TROPHY=24372]="TWISTED_DRAGON_TROPHY",a[a.TWISTED_RUNE_TROPHY=24374]="TWISTED_RUNE_TROPHY",a[a.TWISTED_ADAMANT_TROPHY=24376]="TWISTED_ADAMANT_TROPHY",a[a.TWISTED_MITHRIL_TROPHY=24378]="TWISTED_MITHRIL_TROPHY",a[a.TWISTED_STEEL_TROPHY=24380]="TWISTED_STEEL_TROPHY",a[a.TWISTED_IRON_TROPHY=24382]="TWISTED_IRON_TROPHY",a[a.TWISTED_BRONZE_TROPHY=24384]="TWISTED_BRONZE_TROPHY",a[a.TWISTED_HAT_T3=24387]="TWISTED_HAT_T3",a[a.TWISTED_COAT_T3=24389]="TWISTED_COAT_T3",a[a.TWISTED_TROUSERS_T3=24391]="TWISTED_TROUSERS_T3",a[a.TWISTED_BOOTS_T3=24393]="TWISTED_BOOTS_T3",a[a.TWISTED_CANE=24395]="TWISTED_CANE",a[a.TWISTED_HAT_T2=24397]="TWISTED_HAT_T2",a[a.TWISTED_COAT_T2=24399]="TWISTED_COAT_T2",a[a.TWISTED_TROUSERS_T2=24401]="TWISTED_TROUSERS_T2",a[a.TWISTED_BOOTS_T2=24403]="TWISTED_BOOTS_T2",a[a.TWISTED_HAT_T1=24405]="TWISTED_HAT_T1",a[a.TWISTED_COAT_T1=24407]="TWISTED_COAT_T1",a[a.TWISTED_TROUSERS_T1=24409]="TWISTED_TROUSERS_T1",a[a.TWISTED_BOOTS_T1=24411]="TWISTED_BOOTS_T1",a[a.TWISTED_BANNER=24413]="TWISTED_BANNER",a[a.INQUISITORS_MACE=24417]="INQUISITORS_MACE",a[a.INQUISITORS_GREAT_HELM=24419]="INQUISITORS_GREAT_HELM",a[a.INQUISITORS_HAUBERK=24420]="INQUISITORS_HAUBERK",a[a.INQUISITORS_PLATESKIRT=24421]="INQUISITORS_PLATESKIRT",a[a.NIGHTMARE_STAFF=24422]="NIGHTMARE_STAFF",a[a.HARMONISED_NIGHTMARE_STAFF=24423]="HARMONISED_NIGHTMARE_STAFF",a[a.VOLATILE_NIGHTMARE_STAFF=24424]="VOLATILE_NIGHTMARE_STAFF",a[a.ELDRITCH_NIGHTMARE_STAFF=24425]="ELDRITCH_NIGHTMARE_STAFF",a[a.GREEN_GINGERBREAD_SHIELD=24428]="GREEN_GINGERBREAD_SHIELD",a[a.RED_GINGERBREAD_SHIELD=24430]="RED_GINGERBREAD_SHIELD",a[a.BLUE_GINGERBREAD_SHIELD=24431]="BLUE_GINGERBREAD_SHIELD",a[a.TWISTED_SLAYER_HELMET_I_NIGHTMARE_ZONE=24444]="TWISTED_SLAYER_HELMET_I_NIGHTMARE_ZONE",a[a.TWISTED_TELEPORT_SCROLL=24460]="TWISTED_TELEPORT_SCROLL",a[a.TWISTED_BLUEPRINTS=24463]="TWISTED_BLUEPRINTS",a[a.TWISTED_HORNS=24466]="TWISTED_HORNS",a[a.TWISTED_RELIC_HUNTER_T1_ARMOUR_SET=24469]="TWISTED_RELIC_HUNTER_T1_ARMOUR_SET",a[a.TWISTED_RELIC_HUNTER_T2_ARMOUR_SET=24472]="TWISTED_RELIC_HUNTER_T2_ARMOUR_SET",a[a.TWISTED_RELIC_HUNTER_T3_ARMOUR_SET=24475]="TWISTED_RELIC_HUNTER_T3_ARMOUR_SET",a[a.INQUISITORS_ARMOUR_SET=24488]="INQUISITORS_ARMOUR_SET",a[a.JAR_OF_DREAMS=24495]="JAR_OF_DREAMS",a[a.HARMONISED_ORB=24511]="HARMONISED_ORB",a[a.VOLATILE_ORB=24514]="VOLATILE_ORB",a[a.ELDRITCH_ORB=24517]="ELDRITCH_ORB",a[a.VICTORS_CAPE_1000=24520]="VICTORS_CAPE_1000",a[a.CAT_EARS=24525]="CAT_EARS",a[a.HELL_CAT_EARS=24527]="HELL_CAT_EARS",a[a.RUNNER_HAT_LOCKED=24533]="RUNNER_HAT_LOCKED",a[a.CARROT_SWORD=24537]="CARROT_SWORD",a[a.BLADE_OF_SAELDOR_C_HEFIN=24551]="BLADE_OF_SAELDOR_C_HEFIN",a[a.LOOTING_BAG_NOTE=24585]="LOOTING_BAG_NOTE",a[a.RUNE_POUCH_NOTE=24587]="RUNE_POUCH_NOTE",a[a.BLIGHTED_MANTA_RAY=24589]="BLIGHTED_MANTA_RAY",a[a.BLIGHTED_ANGLERFISH=24592]="BLIGHTED_ANGLERFISH",a[a.BLIGHTED_KARAMBWAN=24595]="BLIGHTED_KARAMBWAN",a[a.BLIGHTED_SUPER_RESTORE_4_DOSE=24598]="BLIGHTED_SUPER_RESTORE_4_DOSE",a[a.BLIGHTED_ANCIENT_ICE_SACK=24607]="BLIGHTED_ANCIENT_ICE_SACK",a[a.BLIGHTED_ENTANGLE_SACK=24613]="BLIGHTED_ENTANGLE_SACK",a[a.BLIGHTED_TELEPORT_SPELL_SACK=24615]="BLIGHTED_TELEPORT_SPELL_SACK",a[a.VESTAS_BLIGHTED_LONGSWORD_ACTIVE=24617]="VESTAS_BLIGHTED_LONGSWORD_ACTIVE",a[a.BLIGHTED_VENGEANCE_SACK=24621]="BLIGHTED_VENGEANCE_SACK",a[a.DIVINE_BATTLEMAGE_POTION_4_DOSE=24623]="DIVINE_BATTLEMAGE_POTION_4_DOSE",a[a.DIVINE_BATTLEMAGE_POTION_3_DOSE=24626]="DIVINE_BATTLEMAGE_POTION_3_DOSE",a[a.DIVINE_BATTLEMAGE_POTION_2_DOSE=24629]="DIVINE_BATTLEMAGE_POTION_2_DOSE",a[a.DIVINE_BATTLEMAGE_POTION_1_DOSE=24632]="DIVINE_BATTLEMAGE_POTION_1_DOSE",a[a.DIVINE_BASTION_POTION_4_DOSE=24635]="DIVINE_BASTION_POTION_4_DOSE",a[a.DIVINE_BASTION_POTION_3_DOSE=24638]="DIVINE_BASTION_POTION_3_DOSE",a[a.DIVINE_BASTION_POTION_2_DOSE=24641]="DIVINE_BASTION_POTION_2_DOSE",a[a.DIVINE_BASTION_POTION_1_DOSE=24644]="DIVINE_BASTION_POTION_1_DOSE",a[a.TWISTED_ANCESTRAL_HAT=24664]="TWISTED_ANCESTRAL_HAT",a[a.TWISTED_ANCESTRAL_ROBE_TOP=24666]="TWISTED_ANCESTRAL_ROBE_TOP",a[a.TWISTED_ANCESTRAL_ROBE_BOTTOM=24668]="TWISTED_ANCESTRAL_ROBE_BOTTOM",a[a.VYRE_NOBLE_TOP=24676]="VYRE_NOBLE_TOP",a[a.VYRE_NOBLE_LEGS=24678]="VYRE_NOBLE_LEGS",a[a.VYRE_NOBLE_SHOES=24680]="VYRE_NOBLE_SHOES",a[a.RUBY_SICKLE_B=24693]="RUBY_SICKLE_B",a[a.ENCHANTED_RUBY_SICKLE_B=24695]="ENCHANTED_RUBY_SICKLE_B",a[a.BLISTERWOOD_SICKLE=24697]="BLISTERWOOD_SICKLE",a[a.BLISTERWOOD_FLAIL=24699]="BLISTERWOOD_FLAIL",a[a.HALLOWED_GRAPPLE=24721]="HALLOWED_GRAPPLE",a[a.HALLOWED_FOCUS=24723]="HALLOWED_FOCUS",a[a.HALLOWED_SYMBOL=24725]="HALLOWED_SYMBOL",a[a.HALLOWED_HAMMER=24727]="HALLOWED_HAMMER",a[a.HALLOWED_RING=24731]="HALLOWED_RING",a[a.RING_OF_ENDURANCE_CHARGED=24736]="RING_OF_ENDURANCE_CHARGED",a[a.STRANGE_OLD_LOCKPICK_FULL=24740]="STRANGE_OLD_LOCKPICK_FULL",a[a.GRACEFUL_HOOD_HALLOWED_INVENTORY=24743]="GRACEFUL_HOOD_HALLOWED_INVENTORY",a[a.GRACEFUL_CAPE_HALLOWED_INVENTORY=24746]="GRACEFUL_CAPE_HALLOWED_INVENTORY",a[a.GRACEFUL_TOP_HALLOWED_INVENTORY=24749]="GRACEFUL_TOP_HALLOWED_INVENTORY",a[a.GRACEFUL_LEGS_HALLOWED_INVENTORY=24752]="GRACEFUL_LEGS_HALLOWED_INVENTORY",a[a.GRACEFUL_GLOVES_HALLOWED_INVENTORY=24755]="GRACEFUL_GLOVES_HALLOWED_INVENTORY",a[a.GRACEFUL_BOOTS_HALLOWED_INVENTORY=24758]="GRACEFUL_BOOTS_HALLOWED_INVENTORY",a[a.BLOOD_PINT=24774]="BLOOD_PINT",a[a.BLOOD_SHARD=24777]="BLOOD_SHARD",a[a.AMULET_OF_BLOOD_FURY=24780]="AMULET_OF_BLOOD_FURY",a[a.RAW_MYSTERY_MEAT=24782]="RAW_MYSTERY_MEAT",a[a.COOKED_MYSTERY_MEAT=24785]="COOKED_MYSTERY_MEAT",a[a.SEVERED_LEG=24792]="SEVERED_LEG",a[a.VYRE_NOBLE_BLAZER_RED=24794]="VYRE_NOBLE_BLAZER_RED",a[a.VYRE_NOBLE_COAT_TAILS_RED=24796]="VYRE_NOBLE_COAT_TAILS_RED",a[a.VYRE_NOBLE_VEST_RED=24798]="VYRE_NOBLE_VEST_RED",a[a.VYRE_NOBLE_PANTS_RED=24800]="VYRE_NOBLE_PANTS_RED",a[a.VYRE_NOBLE_CORSET_RED=24802]="VYRE_NOBLE_CORSET_RED",a[a.VYRE_NOBLE_SKIRT_RED=24804]="VYRE_NOBLE_SKIRT_RED",a[a.VYRE_NOBLE_DRESS_TOP_RED=24806]="VYRE_NOBLE_DRESS_TOP_RED",a[a.VYRE_NOBLE_DRESS_BOTTOM_RED=24808]="VYRE_NOBLE_DRESS_BOTTOM_RED",a[a.VYRE_NOBLE_BLAZER_PURPLE=24810]="VYRE_NOBLE_BLAZER_PURPLE",a[a.VYRE_NOBLE_COAT_TAILS_PURPLE=24812]="VYRE_NOBLE_COAT_TAILS_PURPLE",a[a.VYRE_NOBLE_VEST_PURPLE=24814]="VYRE_NOBLE_VEST_PURPLE",a[a.VYRE_NOBLE_PANTS_PURPLE=24816]="VYRE_NOBLE_PANTS_PURPLE",a[a.VYRE_NOBLE_CORSET_PURPLE=24818]="VYRE_NOBLE_CORSET_PURPLE",a[a.VYRE_NOBLE_SKIRT_PURPLE=24820]="VYRE_NOBLE_SKIRT_PURPLE",a[a.VYRE_NOBLE_DRESS_TOP_PURPLE=24822]="VYRE_NOBLE_DRESS_TOP_PURPLE",a[a.VYRE_NOBLE_DRESS_BOTTOM_PURPLE=24824]="VYRE_NOBLE_DRESS_BOTTOM_PURPLE",a[a.VYRE_NOBLE_BLAZER_GREY=24826]="VYRE_NOBLE_BLAZER_GREY",a[a.VYRE_NOBLE_COAT_TAILS_GREY=24828]="VYRE_NOBLE_COAT_TAILS_GREY",a[a.VYRE_NOBLE_VEST_GREY=24830]="VYRE_NOBLE_VEST_GREY",a[a.VYRE_NOBLE_PANTS_GREY=24832]="VYRE_NOBLE_PANTS_GREY",a[a.VYRE_NOBLE_CORSET_GREY=24834]="VYRE_NOBLE_CORSET_GREY",a[a.VYRE_NOBLE_SKIRT_GREY=24836]="VYRE_NOBLE_SKIRT_GREY",a[a.VYRE_NOBLE_DRESS_TOP_GREY=24838]="VYRE_NOBLE_DRESS_TOP_GREY",a[a.VYRE_NOBLE_DRESS_BOTTOM_GREY=24840]="VYRE_NOBLE_DRESS_BOTTOM_GREY",a[a.RING_OF_ENDURANCE_UNCHARGED=24844]="RING_OF_ENDURANCE_UNCHARGED",a[a.MYTHICAL_MAX_CAPE=24855]="MYTHICAL_MAX_CAPE",a[a.MYTHICAL_MAX_HOOD=24857]="MYTHICAL_MAX_HOOD",a[a.KARAMJAN_MONKEY_ITEM=24862]="KARAMJAN_MONKEY_ITEM",a[a.ZOMBIE_MONKEY_ITEM=24863]="ZOMBIE_MONKEY_ITEM",a[a.MANIACAL_MONKEY_ITEM=24864]="MANIACAL_MONKEY_ITEM",a[a.SKELETON_MONKEY_ITEM=24865]="SKELETON_MONKEY_ITEM",a[a.KRUK_JR=24866]="KRUK_JR",a[a.PRINCELY_MONKEY=24867]="PRINCELY_MONKEY",a[a.CARPENTERS_HELMET=24872]="CARPENTERS_HELMET",a[a.CARPENTERS_SHIRT=24874]="CARPENTERS_SHIRT",a[a.CARPENTERS_TROUSERS=24876]="CARPENTERS_TROUSERS",a[a.CARPENTERS_BOOTS=24878]="CARPENTERS_BOOTS",a[a.AMYS_SAW=24880]="AMYS_SAW",a[a.REINFORCED_GOGGLES=24942]="REINFORCED_GOGGLES",a[a.MOONCLAN_TELEPORT_TABLET=24949]="MOONCLAN_TELEPORT_TABLET",a[a.OURANIA_TELEPORT_TABLET=24951]="OURANIA_TELEPORT_TABLET",a[a.WATERBIRTH_TELEPORT_TABLET=24953]="WATERBIRTH_TELEPORT_TABLET",a[a.BARBARIAN_TELEPORT_TABLET=24955]="BARBARIAN_TELEPORT_TABLET",a[a.KHAZARD_TELEPORT_TABLET=24957]="KHAZARD_TELEPORT_TABLET",a[a.FISHING_GUILD_TELEPORT_TABLET=24959]="FISHING_GUILD_TELEPORT_TABLET",a[a.CATHERBY_TELEPORT_TABLET=24961]="CATHERBY_TELEPORT_TABLET",a[a.ICE_PLATEAU_TELEPORT_TABLET=24963]="ICE_PLATEAU_TELEPORT_TABLET",a[a.HEADLESS_HEAD=24975]="HEADLESS_HEAD",a[a.TRAILBLAZER_HOOD_T3=25001]="TRAILBLAZER_HOOD_T3",a[a.TRAILBLAZER_TOP_T3=25004]="TRAILBLAZER_TOP_T3",a[a.TRAILBLAZER_TROUSERS_T3=25007]="TRAILBLAZER_TROUSERS_T3",a[a.TRAILBLAZER_BOOTS_T3=25010]="TRAILBLAZER_BOOTS_T3",a[a.TRAILBLAZER_CANE=25013]="TRAILBLAZER_CANE",a[a.TRAILBLAZER_HOOD_T2=25016]="TRAILBLAZER_HOOD_T2",a[a.TRAILBLAZER_TOP_T2=25019]="TRAILBLAZER_TOP_T2",a[a.TRAILBLAZER_TROUSERS_T2=25022]="TRAILBLAZER_TROUSERS_T2",a[a.TRAILBLAZER_BOOTS_T2=25025]="TRAILBLAZER_BOOTS_T2",a[a.TRAILBLAZER_HOOD_T1=25028]="TRAILBLAZER_HOOD_T1",a[a.TRAILBLAZER_TOP_T1=25031]="TRAILBLAZER_TOP_T1",a[a.TRAILBLAZER_TROUSERS_T1=25034]="TRAILBLAZER_TROUSERS_T1",a[a.TRAILBLAZER_BOOTS_T1=25037]="TRAILBLAZER_BOOTS_T1",a[a.TRAILBLAZER_DRAGON_TROPHY=25042]="TRAILBLAZER_DRAGON_TROPHY",a[a.TRAILBLAZER_RUNE_TROPHY=25044]="TRAILBLAZER_RUNE_TROPHY",a[a.TRAILBLAZER_ADAMANT_TROPHY=25046]="TRAILBLAZER_ADAMANT_TROPHY",a[a.TRAILBLAZER_MITHRIL_TROPHY=25048]="TRAILBLAZER_MITHRIL_TROPHY",a[a.TRAILBLAZER_STEEL_TROPHY=25050]="TRAILBLAZER_STEEL_TROPHY",a[a.TRAILBLAZER_IRON_TROPHY=25052]="TRAILBLAZER_IRON_TROPHY",a[a.TRAILBLAZER_BRONZE_TROPHY=25054]="TRAILBLAZER_BRONZE_TROPHY",a[a.TRAILBLAZER_BANNER=25056]="TRAILBLAZER_BANNER",a[a.INFERNAL_HARPOON_OR_CHARGED=25059]="INFERNAL_HARPOON_OR_CHARGED",a[a.INFERNAL_PICKAXE_OR_CHARGED=25063]="INFERNAL_PICKAXE_OR_CHARGED",a[a.INFERNAL_AXE_OR_CHARGED=25066]="INFERNAL_AXE_OR_CHARGED",a[a.GRACEFUL_HOOD_TRAILBLAZER_INVENTORY=25069]="GRACEFUL_HOOD_TRAILBLAZER_INVENTORY",a[a.GRACEFUL_CAPE_TRAILBLAZER_INVENTORY=25072]="GRACEFUL_CAPE_TRAILBLAZER_INVENTORY",a[a.GRACEFUL_TOP_TRAILBLAZER_INVENTORY=25075]="GRACEFUL_TOP_TRAILBLAZER_INVENTORY",a[a.GRACEFUL_LEGS_TRAILBLAZER_INVENTORY=25078]="GRACEFUL_LEGS_TRAILBLAZER_INVENTORY",a[a.GRACEFUL_GLOVES_TRAILBLAZER_INVENTORY=25081]="GRACEFUL_GLOVES_TRAILBLAZER_INVENTORY",a[a.GRACEFUL_BOOTS_TRAILBLAZER_INVENTORY=25084]="GRACEFUL_BOOTS_TRAILBLAZER_INVENTORY",a[a.TRAILBLAZER_TELEPORT_SCROLL=25087]="TRAILBLAZER_TELEPORT_SCROLL",a[a.TRAILBLAZER_TOOL_ORNAMENT_KIT=25090]="TRAILBLAZER_TOOL_ORNAMENT_KIT",a[a.TRAILBLAZER_GLOBE=25093]="TRAILBLAZER_GLOBE",a[a.TRAILBLAZER_RUG=25096]="TRAILBLAZER_RUG",a[a.TRAILBLAZER_GRACEFUL_ORNAMENT_KIT=25099]="TRAILBLAZER_GRACEFUL_ORNAMENT_KIT",a[a.FAIRY_MUSHROOM=25102]="FAIRY_MUSHROOM",a[a.EXTRADIMENSIONAL_BAG_CLOSED=25106]="EXTRADIMENSIONAL_BAG_CLOSED",a[a.EXTRADIMENSIONAL_BAG_OPEN=25108]="EXTRADIMENSIONAL_BAG_OPEN",a[a.TRAILBLAZER_AXE=25110]="TRAILBLAZER_AXE",a[a.TRAILBLAZER_PICKAXE=25112]="TRAILBLAZER_PICKAXE",a[a.TRAILBLAZER_HARPOON=25114]="TRAILBLAZER_HARPOON",a[a.BEEKEEPERS_HAT=25129]="BEEKEEPERS_HAT",a[a.BEEKEEPERS_TOP=25131]="BEEKEEPERS_TOP",a[a.BEEKEEPERS_LEGS=25133]="BEEKEEPERS_LEGS",a[a.BEEKEEPERS_GLOVES=25135]="BEEKEEPERS_GLOVES",a[a.BEEKEEPERS_BOOTS=25137]="BEEKEEPERS_BOOTS",a[a.BONE_FRAGMENTS=25139]="BONE_FRAGMENTS",a[a.DECORATIVE_BOOTS_RED=25163]="DECORATIVE_BOOTS_RED",a[a.DECORATIVE_FULL_HELM_RED=25165]="DECORATIVE_FULL_HELM_RED",a[a.DECORATIVE_BOOTS_WHITE=25167]="DECORATIVE_BOOTS_WHITE",a[a.DECORATIVE_FULL_HELM_WHITE=25169]="DECORATIVE_FULL_HELM_WHITE",a[a.DECORATIVE_BOOTS_GOLD_NORMAL=25171]="DECORATIVE_BOOTS_GOLD_NORMAL",a[a.DECORATIVE_BOOTS_GOLD_LOCKED=25173]="DECORATIVE_BOOTS_GOLD_LOCKED",a[a.DECORATIVE_FULL_HELM_GOLD_NORMAL=25174]="DECORATIVE_FULL_HELM_GOLD_NORMAL",a[a.DECORATIVE_FULL_HELM_GOLD_LOCKED=25176]="DECORATIVE_FULL_HELM_GOLD_LOCKED",a[a.SLAYER_HELMET_I_SOUL_WARS=25177]="SLAYER_HELMET_I_SOUL_WARS",a[a.BLACK_SLAYER_HELMET_I_SOUL_WARS=25179]="BLACK_SLAYER_HELMET_I_SOUL_WARS",a[a.GREEN_SLAYER_HELMET_I_SOUL_WARS=25181]="GREEN_SLAYER_HELMET_I_SOUL_WARS",a[a.RED_SLAYER_HELMET_I_SOUL_WARS=25183]="RED_SLAYER_HELMET_I_SOUL_WARS",a[a.PURPLE_SLAYER_HELMET_I_SOUL_WARS=25185]="PURPLE_SLAYER_HELMET_I_SOUL_WARS",a[a.TURQUOISE_SLAYER_HELMET_I_SOUL_WARS=25187]="TURQUOISE_SLAYER_HELMET_I_SOUL_WARS",a[a.HYDRA_SLAYER_HELMET_I_SOUL_WARS=25189]="HYDRA_SLAYER_HELMET_I_SOUL_WARS",a[a.TWISTED_SLAYER_HELMET_I_SOUL_WARS=25191]="TWISTED_SLAYER_HELMET_I_SOUL_WARS",a[a.GRANITE_RING_I_SOUL_WARS=25193]="GRANITE_RING_I_SOUL_WARS",a[a.BLUE_CAPE_SOUL_WARS_TUTORIAL=25195]="BLUE_CAPE_SOUL_WARS_TUTORIAL",a[a.RED_CAPE_SOUL_WARS=25207]="RED_CAPE_SOUL_WARS",a[a.BLUE_CAPE_SOUL_WARS_MINIGAME=25208]="BLUE_CAPE_SOUL_WARS_MINIGAME",a[a.SALVE_AMULETI_SOUL_WARS=25250]="SALVE_AMULETI_SOUL_WARS",a[a.RING_OF_THE_GODS_I_SOUL_WARS=25252]="RING_OF_THE_GODS_I_SOUL_WARS",a[a.TYRANNICAL_RING_I_SOUL_WARS=25254]="TYRANNICAL_RING_I_SOUL_WARS",a[a.TREASONOUS_RING_I_SOUL_WARS=25256]="TREASONOUS_RING_I_SOUL_WARS",a[a.SEERS_RING_I_SOUL_WARS=25258]="SEERS_RING_I_SOUL_WARS",a[a.ARCHERS_RING_I_SOUL_WARS=25260]="ARCHERS_RING_I_SOUL_WARS",a[a.WARRIOR_RING_I_SOUL_WARS=25262]="WARRIOR_RING_I_SOUL_WARS",a[a.BERSERKER_RING_I_SOUL_WARS=25264]="BERSERKER_RING_I_SOUL_WARS",a[a.SALVE_AMULETEI_SOUL_WARS=25278]="SALVE_AMULETEI_SOUL_WARS",a[a.GIANT_BOULDER=25314]="GIANT_BOULDER",a[a.GNOME_CHILD_MASK=25336]="GNOME_CHILD_MASK",a[a.SOUL_CAPE_RED=25344]="SOUL_CAPE_RED",a[a.SOUL_CAPE_BLUE=25346]="SOUL_CAPE_BLUE",a[a.INFERNAL_HARPOON_OR_UNCHARGED=25367]="INFERNAL_HARPOON_OR_UNCHARGED",a[a.INFERNAL_PICKAXE_OR_UNCHARGED=25369]="INFERNAL_PICKAXE_OR_UNCHARGED",a[a.INFERNAL_AXE_OR_UNCHARGED=25371]="INFERNAL_AXE_OR_UNCHARGED",a[a.DRAGON_HARPOON_OR=25373]="DRAGON_HARPOON_OR",a[a.DRAGON_PICKAXE_OR_TRAILBLAZER=25376]="DRAGON_PICKAXE_OR_TRAILBLAZER",a[a.DRAGON_AXE_OR=25378]="DRAGON_AXE_OR",a[a.TRAILBLAZER_RELIC_HUNTER_T1_ARMOUR_SET=25380]="TRAILBLAZER_RELIC_HUNTER_T1_ARMOUR_SET",a[a.TRAILBLAZER_RELIC_HUNTER_T2_ARMOUR_SET=25383]="TRAILBLAZER_RELIC_HUNTER_T2_ARMOUR_SET",a[a.TRAILBLAZER_RELIC_HUNTER_T3_ARMOUR_SET=25386]="TRAILBLAZER_RELIC_HUNTER_T3_ARMOUR_SET",a[a.SWAMPBARK_BODY=25389]="SWAMPBARK_BODY",a[a.SWAMPBARK_GAUNTLETS=25392]="SWAMPBARK_GAUNTLETS",a[a.SWAMPBARK_BOOTS=25395]="SWAMPBARK_BOOTS",a[a.SWAMPBARK_HELM=25398]="SWAMPBARK_HELM",a[a.SWAMPBARK_LEGS=25401]="SWAMPBARK_LEGS",a[a.BLOODBARK_BODY=25404]="BLOODBARK_BODY",a[a.BLOODBARK_GAUNTLETS=25407]="BLOODBARK_GAUNTLETS",a[a.BLOODBARK_BOOTS=25410]="BLOODBARK_BOOTS",a[a.BLOODBARK_HELM=25413]="BLOODBARK_HELM",a[a.BLOODBARK_LEGS=25416]="BLOODBARK_LEGS",a[a.URIUM_REMAINS=25419]="URIUM_REMAINS",a[a.ZEALOTS_ROBE_TOP=25434]="ZEALOTS_ROBE_TOP",a[a.ZEALOTS_ROBE_BOTTOM=25436]="ZEALOTS_ROBE_BOTTOM",a[a.ZEALOTS_HELM=25438]="ZEALOTS_HELM",a[a.ZEALOTS_BOOTS=25440]="ZEALOTS_BOOTS",a[a.BRONZE_LOCKS=25442]="BRONZE_LOCKS",a[a.STEEL_LOCKS=25445]="STEEL_LOCKS",a[a.BLACK_LOCKS=25448]="BLACK_LOCKS",a[a.SILVER_LOCKS=25451]="SILVER_LOCKS",a[a.GOLD_LOCKS=25454]="GOLD_LOCKS",a[a.BRONZE_COFFIN_CLOSED=25459]="BRONZE_COFFIN_CLOSED",a[a.STEEL_COFFIN_CLOSED=25461]="STEEL_COFFIN_CLOSED",a[a.BLACK_COFFIN_CLOSED=25463]="BLACK_COFFIN_CLOSED",a[a.SILVER_COFFIN_CLOSED=25465]="SILVER_COFFIN_CLOSED",a[a.GOLD_COFFIN_CLOSED=25467]="GOLD_COFFIN_CLOSED",a[a.BRONZE_COFFIN_OPEN=25469]="BRONZE_COFFIN_OPEN",a[a.STEEL_COFFIN_OPEN=25470]="STEEL_COFFIN_OPEN",a[a.BLACK_COFFIN_OPEN=25471]="BLACK_COFFIN_OPEN",a[a.SILVER_COFFIN_OPEN=25472]="SILVER_COFFIN_OPEN",a[a.GOLD_COFFIN_OPEN=25473]="GOLD_COFFIN_OPEN",a[a.RUNESCROLL_OF_SWAMPBARK=25478]="RUNESCROLL_OF_SWAMPBARK",a[a.RUNESCROLL_OF_BLOODBARK=25481]="RUNESCROLL_OF_BLOODBARK",a[a.WEBWEAVER_BOW_UNCHARGED=25484]="WEBWEAVER_BOW_UNCHARGED",a[a.WEBWEAVER_BOW_CHARGED=25485]="WEBWEAVER_BOW_CHARGED",a[a.URSINE_CHAINMACE_UNCHARGED=25486]="URSINE_CHAINMACE_UNCHARGED",a[a.URSINE_CHAINMACE_CHARGED=25487]="URSINE_CHAINMACE_CHARGED",a[a.ACCURSED_SCEPTRE_UNCHARGED=25488]="ACCURSED_SCEPTRE_UNCHARGED",a[a.ACCURSED_SCEPTRE_CHARGED=25489]="ACCURSED_SCEPTRE_CHARGED",a[a.VOIDWAKER=25490]="VOIDWAKER",a[a.ACCURSED_SCEPTRE_A_UNCHARGED=25491]="ACCURSED_SCEPTRE_A_UNCHARGED",a[a.ACCURSED_SCEPTRE_A_CHARGED=25492]="ACCURSED_SCEPTRE_A_CHARGED",a[a.CURSED_BANANA=25500]="CURSED_BANANA",a[a.BANANA_CAPE=25502]="BANANA_CAPE",a[a.DHAROKS_PLATEBODY_LAST_MAN_STANDING=25515]="DHAROKS_PLATEBODY_LAST_MAN_STANDING",a[a.DHAROKS_GREATAXE_LAST_MAN_STANDING=25516]="DHAROKS_GREATAXE_LAST_MAN_STANDING",a[a.VOLATILE_NIGHTMARE_STAFF_LAST_MAN_STANDING=25517]="VOLATILE_NIGHTMARE_STAFF_LAST_MAN_STANDING",a[a.ANCESTRAL_HAT_LAST_MAN_STANDING=25518]="ANCESTRAL_HAT_LAST_MAN_STANDING",a[a.JAR_OF_SPIRITS=25521]="JAR_OF_SPIRITS",a[a.JAR_OF_SMOKE=25524]="JAR_OF_SMOKE",a[a.CELESTIAL_RING_UNCHARGED=25539]="CELESTIAL_RING_UNCHARGED",a[a.CELESTIAL_RING_CHARGED=25541]="CELESTIAL_RING_CHARGED",a[a.CELESTIAL_SIGNET_UNCHARGED=25543]="CELESTIAL_SIGNET_UNCHARGED",a[a.CELESTIAL_SIGNET_CHARGED=25545]="CELESTIAL_SIGNET_CHARGED",a[a.GOLDEN_PROSPECTOR_HELMET=25549]="GOLDEN_PROSPECTOR_HELMET",a[a.GOLDEN_PROSPECTOR_JACKET=25551]="GOLDEN_PROSPECTOR_JACKET",a[a.GOLDEN_PROSPECTOR_LEGS=25553]="GOLDEN_PROSPECTOR_LEGS",a[a.GOLDEN_PROSPECTOR_BOOTS=25555]="GOLDEN_PROSPECTOR_BOOTS",a[a.DARK_FLIPPERS=25557]="DARK_FLIPPERS",a[a.TOME_OF_WATER_CHARGED=25574]="TOME_OF_WATER_CHARGED",a[a.TOME_OF_WATER_EMPTY=25576]="TOME_OF_WATER_EMPTY",a[a.SOAKED_PAGE=25578]="SOAKED_PAGE",a[a.FISH_SACK_BARREL_CLOSED=25585]="FISH_SACK_BARREL_CLOSED",a[a.FISH_SACK_BARREL_OPEN=25587]="FISH_SACK_BARREL_OPEN",a[a.SPIRIT_ANGLER_HEADBAND=25592]="SPIRIT_ANGLER_HEADBAND",a[a.SPIRIT_ANGLER_TOP=25594]="SPIRIT_ANGLER_TOP",a[a.SPIRIT_ANGLER_WADERS=25596]="SPIRIT_ANGLER_WADERS",a[a.SPIRIT_ANGLER_BOOTS=25598]="SPIRIT_ANGLER_BOOTS",a[a.GREGGS_EASTDOOR=25604]="GREGGS_EASTDOOR",a[a.PROPELLER_HAT=25606]="PROPELLER_HAT",a[a.BARRONITE_MACE_NORMAL=25641]="BARRONITE_MACE_NORMAL",a[a.BARRONITE_MACE_LOCKED=25643]="BARRONITE_MACE_LOCKED",a[a.IMCANDO_HAMMER_REPAIRED=25644]="IMCANDO_HAMMER_REPAIRED",a[a.CLAN_CLOAK_BLACK=25712]="CLAN_CLOAK_BLACK",a[a.CLAN_CLOAK_ORANGE=25714]="CLAN_CLOAK_ORANGE",a[a.CLAN_CLOAK_BLUE=25715]="CLAN_CLOAK_BLUE",a[a.CLAN_CLOAK_RED=25716]="CLAN_CLOAK_RED",a[a.CLAN_CLOAK_GREEN=25717]="CLAN_CLOAK_GREEN",a[a.CLAN_CLOAK_YELLOW=25718]="CLAN_CLOAK_YELLOW",a[a.CLAN_CLOAK_LIGHT_BLUE=25719]="CLAN_CLOAK_LIGHT_BLUE",a[a.CLAN_CLOAK_PURPLE=25720]="CLAN_CLOAK_PURPLE",a[a.CLAN_VEXILLUM_BLACK=25721]="CLAN_VEXILLUM_BLACK",a[a.CLAN_VEXILLUM_ORANGE=25723]="CLAN_VEXILLUM_ORANGE",a[a.CLAN_VEXILLUM_BLUE=25724]="CLAN_VEXILLUM_BLUE",a[a.CLAN_VEXILLUM_RED=25725]="CLAN_VEXILLUM_RED",a[a.CLAN_VEXILLUM_GREEN=25726]="CLAN_VEXILLUM_GREEN",a[a.CLAN_VEXILLUM_YELLOW=25727]="CLAN_VEXILLUM_YELLOW",a[a.CLAN_VEXILLUM_LIGHT_BLUE=25728]="CLAN_VEXILLUM_LIGHT_BLUE",a[a.CLAN_VEXILLUM_PURPLE=25729]="CLAN_VEXILLUM_PURPLE",a[a.HOLY_SANGUINESTI_STAFF_CHARGED=25731]="HOLY_SANGUINESTI_STAFF_CHARGED",a[a.HOLY_SANGUINESTI_STAFF_UNCHARGED=25733]="HOLY_SANGUINESTI_STAFF_UNCHARGED",a[a.HOLY_GHRAZI_RAPIER=25734]="HOLY_GHRAZI_RAPIER",a[a.HOLY_SCYTHE_OF_VITUR_CHARGED=25736]="HOLY_SCYTHE_OF_VITUR_CHARGED",a[a.HOLY_SCYTHE_OF_VITUR_UNCHARGED=25738]="HOLY_SCYTHE_OF_VITUR_UNCHARGED",a[a.SANGUINE_SCYTHE_OF_VITUR_CHARGED=25739]="SANGUINE_SCYTHE_OF_VITUR_CHARGED",a[a.SANGUINE_SCYTHE_OF_VITUR_UNCHARGED=25741]="SANGUINE_SCYTHE_OF_VITUR_UNCHARGED",a[a.FIENDISH_ASHES=25766]="FIENDISH_ASHES",a[a.VILE_ASHES=25769]="VILE_ASHES",a[a.MALICIOUS_ASHES=25772]="MALICIOUS_ASHES",a[a.ABYSSAL_ASHES=25775]="ABYSSAL_ASHES",a[a.INFERNAL_ASHES=25778]="INFERNAL_ASHES",a[a.BOOK_OF_THE_DEAD=25818]="BOOK_OF_THE_DEAD",a[a.PROTEST_BANNER=25822]="PROTEST_BANNER",a[a.LIZARDKICKER=25826]="LIZARDKICKER",a[a.RAW_BOAR_MEAT=25833]="RAW_BOAR_MEAT",a[a.BANANA_HAT=25840]="BANANA_HAT",a[a.AMETHYST_DART_UNPOISONED=25849]="AMETHYST_DART_UNPOISONED",a[a.AMETHYST_DART_POISON=25851]="AMETHYST_DART_POISON",a[a.AMETHYST_DART_TIP=25853]="AMETHYST_DART_TIP",a[a.ENHANCED_CRYSTAL_WEAPON_SEED=25859]="ENHANCED_CRYSTAL_WEAPON_SEED",a[a.BOW_OF_FAERDHINEN_INACTIVE=25862]="BOW_OF_FAERDHINEN_INACTIVE",a[a.BOW_OF_FAERDHINEN_CHARGED=25865]="BOW_OF_FAERDHINEN_CHARGED",a[a.BOW_OF_FAERDHINEN_C_HEFIN=25867]="BOW_OF_FAERDHINEN_C_HEFIN",a[a.BLADE_OF_SAELDOR_C_ITHELL=25870]="BLADE_OF_SAELDOR_C_ITHELL",a[a.BLADE_OF_SAELDOR_C_IORWERTH=25872]="BLADE_OF_SAELDOR_C_IORWERTH",a[a.BLADE_OF_SAELDOR_C_TRAHAEARN=25874]="BLADE_OF_SAELDOR_C_TRAHAEARN",a[a.BLADE_OF_SAELDOR_C_CADARN=25876]="BLADE_OF_SAELDOR_C_CADARN",a[a.BLADE_OF_SAELDOR_C_CRWYS=25878]="BLADE_OF_SAELDOR_C_CRWYS",a[a.BLADE_OF_SAELDOR_C_MEILYR=25880]="BLADE_OF_SAELDOR_C_MEILYR",a[a.BLADE_OF_SAELDOR_C_AMLODD=25882]="BLADE_OF_SAELDOR_C_AMLODD",a[a.BOW_OF_FAERDHINEN_C_ITHELL=25884]="BOW_OF_FAERDHINEN_C_ITHELL",a[a.BOW_OF_FAERDHINEN_C_IORWERTH=25886]="BOW_OF_FAERDHINEN_C_IORWERTH",a[a.BOW_OF_FAERDHINEN_C_TRAHAEARN=25888]="BOW_OF_FAERDHINEN_C_TRAHAEARN",a[a.BOW_OF_FAERDHINEN_C_CADARN=25890]="BOW_OF_FAERDHINEN_C_CADARN",a[a.BOW_OF_FAERDHINEN_C_CRWYS=25892]="BOW_OF_FAERDHINEN_C_CRWYS",a[a.BOW_OF_FAERDHINEN_C_MEILYR=25894]="BOW_OF_FAERDHINEN_C_MEILYR",a[a.BOW_OF_FAERDHINEN_C_AMLODD=25896]="BOW_OF_FAERDHINEN_C_AMLODD",a[a.TZTOK_SLAYER_HELMET=25898]="TZTOK_SLAYER_HELMET",a[a.TZTOK_SLAYER_HELMET_I_NIGHTMARE_ZONE=25900]="TZTOK_SLAYER_HELMET_I_NIGHTMARE_ZONE",a[a.TZTOK_SLAYER_HELMET_I_SOUL_WARS=25902]="TZTOK_SLAYER_HELMET_I_SOUL_WARS",a[a.VAMPYRIC_SLAYER_HELMET=25904]="VAMPYRIC_SLAYER_HELMET",a[a.VAMPYRIC_SLAYER_HELMET_I_NIGHTMARE_ZONE=25906]="VAMPYRIC_SLAYER_HELMET_I_NIGHTMARE_ZONE",a[a.VAMPYRIC_SLAYER_HELMET_I_SOUL_WARS=25908]="VAMPYRIC_SLAYER_HELMET_I_SOUL_WARS",a[a.TZKAL_SLAYER_HELMET=25910]="TZKAL_SLAYER_HELMET",a[a.TZKAL_SLAYER_HELMET_I_NIGHTMARE_ZONE=25912]="TZKAL_SLAYER_HELMET_I_NIGHTMARE_ZONE",a[a.TZKAL_SLAYER_HELMET_I_SOUL_WARS=25914]="TZKAL_SLAYER_HELMET_I_SOUL_WARS",a[a.DRAGON_HUNTER_CROSSBOW_T=25916]="DRAGON_HUNTER_CROSSBOW_T",a[a.DRAGON_HUNTER_CROSSBOW_B=25918]="DRAGON_HUNTER_CROSSBOW_B",a[a.GHOMMALS_HILT_1=25926]="GHOMMALS_HILT_1",a[a.GHOMMALS_HILT_2=25928]="GHOMMALS_HILT_2",a[a.GHOMMALS_HILT_3=25930]="GHOMMALS_HILT_3",a[a.GHOMMALS_HILT_4=25932]="GHOMMALS_HILT_4",a[a.GHOMMALS_HILT_5=25934]="GHOMMALS_HILT_5",a[a.GHOMMALS_HILT_6=25936]="GHOMMALS_HILT_6",a[a.LIGHTBEARER=25975]="LIGHTBEARER",a[a.KERIS_PARTISAN=25979]="KERIS_PARTISAN",a[a.KERIS_PARTISAN_OF_BREACHING=25981]="KERIS_PARTISAN_OF_BREACHING",a[a.ELIDINIS_WARD=25985]="ELIDINIS_WARD",a[a.GROUP_IRON_HELM=26156]="GROUP_IRON_HELM",a[a.GROUP_IRON_PLATEBODY_II=26158]="GROUP_IRON_PLATEBODY_II",a[a.GROUP_IRON_PLATEBODY_III=26160]="GROUP_IRON_PLATEBODY_III",a[a.GROUP_IRON_PLATEBODY_IV=26162]="GROUP_IRON_PLATEBODY_IV",a[a.GROUP_IRON_PLATEBODY_V=26164]="GROUP_IRON_PLATEBODY_V",a[a.GROUP_IRON_PLATELEGS=26166]="GROUP_IRON_PLATELEGS",a[a.GROUP_IRON_BRACERS=26168]="GROUP_IRON_BRACERS",a[a.HARDCORE_GROUP_IRON_HELM=26170]="HARDCORE_GROUP_IRON_HELM",a[a.HARDCORE_GROUP_IRON_PLATEBODY_II=26172]="HARDCORE_GROUP_IRON_PLATEBODY_II",a[a.HARDCORE_GROUP_IRON_PLATEBODY_III=26174]="HARDCORE_GROUP_IRON_PLATEBODY_III",a[a.HARDCORE_GROUP_IRON_PLATEBODY_IV=26176]="HARDCORE_GROUP_IRON_PLATEBODY_IV",a[a.HARDCORE_GROUP_IRON_PLATEBODY_V=26178]="HARDCORE_GROUP_IRON_PLATEBODY_V",a[a.HARDCORE_GROUP_IRON_PLATELEGS=26180]="HARDCORE_GROUP_IRON_PLATELEGS",a[a.HARDCORE_GROUP_IRON_BRACERS=26182]="HARDCORE_GROUP_IRON_BRACERS",a[a.OSMUMTENS_FANG=26219]="OSMUMTENS_FANG",a[a.ANCIENT_CEREMONIAL_TOP=26221]="ANCIENT_CEREMONIAL_TOP",a[a.ANCIENT_CEREMONIAL_LEGS=26223]="ANCIENT_CEREMONIAL_LEGS",a[a.ANCIENT_CEREMONIAL_MASK=26225]="ANCIENT_CEREMONIAL_MASK",a[a.ANCIENT_CEREMONIAL_GLOVES=26227]="ANCIENT_CEREMONIAL_GLOVES",a[a.ANCIENT_CEREMONIAL_BOOTS=26229]="ANCIENT_CEREMONIAL_BOOTS",a[a.NIHIL_SHARD=26231]="NIHIL_SHARD",a[a.ANCIENT_GODSWORD=26233]="ANCIENT_GODSWORD",a[a.ZARYTE_VAMBRACES=26235]="ZARYTE_VAMBRACES",a[a.VIRTUS_MASK=26241]="VIRTUS_MASK",a[a.VIRTUS_ROBE_TOP=26243]="VIRTUS_ROBE_TOP",a[a.VIRTUS_ROBE_BOTTOMS=26245]="VIRTUS_ROBE_BOTTOMS",a[a.SAUCEPAN=26254]="SAUCEPAN",a[a.UGLY_HALLOWEEN_JUMPER_ORANGE=26256]="UGLY_HALLOWEEN_JUMPER_ORANGE",a[a.UGLY_HALLOWEEN_JUMPER_BLACK=26258]="UGLY_HALLOWEEN_JUMPER_BLACK",a[a.HAUNTED_WINE_BOTTLE=26260]="HAUNTED_WINE_BOTTLE",a[a.CONDENSED_GOLD=26266]="CONDENSED_GOLD",a[a.PINK_STAINED_PLATEBODY=26280]="PINK_STAINED_PLATEBODY",a[a.PINK_STAINED_PLATELEGS=26282]="PINK_STAINED_PLATELEGS",a[a.PINK_STAINED_FULL_HELM=26284]="PINK_STAINED_FULL_HELM",a[a.FESTIVE_ELF_SLIPPERS=26310]="FESTIVE_ELF_SLIPPERS",a[a.FESTIVE_ELF_HAT=26312]="FESTIVE_ELF_HAT",a[a.SNOWMAN_RING=26314]="SNOWMAN_RING",a[a.SECRET_SANTA_PRESENT_RED=26316]="SECRET_SANTA_PRESENT_RED",a[a.SECRET_SANTA_PRESENT_BLUE=26318]="SECRET_SANTA_PRESENT_BLUE",a[a.SECRET_SANTA_PRESENT_GREEN=26320]="SECRET_SANTA_PRESENT_GREEN",a[a.SECRET_SANTA_PRESENT_BLACK=26322]="SECRET_SANTA_PRESENT_BLACK",a[a.SECRET_SANTA_PRESENT_GOLD=26324]="SECRET_SANTA_PRESENT_GOLD",a[a.ANCIENT_BREW_4_DOSE=26340]="ANCIENT_BREW_4_DOSE",a[a.ANCIENT_BREW_3_DOSE=26342]="ANCIENT_BREW_3_DOSE",a[a.ANCIENT_BREW_2_DOSE=26344]="ANCIENT_BREW_2_DOSE",a[a.ANCIENT_BREW_1_DOSE=26346]="ANCIENT_BREW_1_DOSE",a[a.ANCIENT_MIX_2_DOSE=26350]="ANCIENT_MIX_2_DOSE",a[a.ANCIENT_MIX_1_DOSE=26353]="ANCIENT_MIX_1_DOSE",a[a.NIHIL_DUST=26368]="NIHIL_DUST",a[a.ANCIENT_HILT=26370]="ANCIENT_HILT",a[a.NIHIL_HORN=26372]="NIHIL_HORN",a[a.ZARYTE_CROSSBOW=26374]="ZARYTE_CROSSBOW",a[a.TORVA_FULL_HELM_DAMAGED=26376]="TORVA_FULL_HELM_DAMAGED",a[a.TORVA_PLATEBODY_DAMAGED=26378]="TORVA_PLATEBODY_DAMAGED",a[a.TORVA_PLATELEGS_DAMAGED=26380]="TORVA_PLATELEGS_DAMAGED",a[a.TORVA_FULL_HELM_RESTORED=26382]="TORVA_FULL_HELM_RESTORED",a[a.TORVA_PLATEBODY_RESTORED=26384]="TORVA_PLATEBODY_RESTORED",a[a.TORVA_PLATELEGS_RESTORED=26386]="TORVA_PLATELEGS_RESTORED",a[a.BLOOD_ESSENCE_INACTIVE=26390]="BLOOD_ESSENCE_INACTIVE",a[a.BANDOSIAN_COMPONENTS=26394]="BANDOSIAN_COMPONENTS",a[a.SHATTERED_RELICS_VARIETY_ORNAMENT_KIT=26421]="SHATTERED_RELICS_VARIETY_ORNAMENT_KIT",a[a.SHATTERED_BANNER=26424]="SHATTERED_BANNER",a[a.SHATTERED_HOOD_T1=26427]="SHATTERED_HOOD_T1",a[a.SHATTERED_TOP_T1=26430]="SHATTERED_TOP_T1",a[a.SHATTERED_TROUSERS_T1=26433]="SHATTERED_TROUSERS_T1",a[a.SHATTERED_BOOTS_T1=26436]="SHATTERED_BOOTS_T1",a[a.SHATTERED_HOOD_T2=26439]="SHATTERED_HOOD_T2",a[a.SHATTERED_TOP_T2=26442]="SHATTERED_TOP_T2",a[a.SHATTERED_TROUSERS_T2=26445]="SHATTERED_TROUSERS_T2",a[a.SHATTERED_BOOTS_T2=26448]="SHATTERED_BOOTS_T2",a[a.SHATTERED_HOOD_T3=26451]="SHATTERED_HOOD_T3",a[a.SHATTERED_TOP_T3=26454]="SHATTERED_TOP_T3",a[a.SHATTERED_TROUSERS_T3=26457]="SHATTERED_TROUSERS_T3",a[a.SHATTERED_BOOTS_T3=26460]="SHATTERED_BOOTS_T3",a[a.VOID_KNIGHT_TOP_OR_NORMAL=26463]="VOID_KNIGHT_TOP_OR_NORMAL",a[a.VOID_KNIGHT_ROBE_OR_NORMAL=26465]="VOID_KNIGHT_ROBE_OR_NORMAL",a[a.VOID_KNIGHT_GLOVES_OR_NORMAL=26467]="VOID_KNIGHT_GLOVES_OR_NORMAL",a[a.ELITE_VOID_TOP_OR_NORMAL=26469]="ELITE_VOID_TOP_OR_NORMAL",a[a.ELITE_VOID_ROBE_OR_NORMAL=26471]="ELITE_VOID_ROBE_OR_NORMAL",a[a.VOID_MAGE_HELM_OR_NORMAL=26473]="VOID_MAGE_HELM_OR_NORMAL",a[a.VOID_RANGER_HELM_OR_NORMAL=26475]="VOID_RANGER_HELM_OR_NORMAL",a[a.VOID_MELEE_HELM_OR_NORMAL=26477]="VOID_MELEE_HELM_OR_NORMAL",a[a.SHATTERED_RELICS_VOID_ORNAMENT_KIT=26479]="SHATTERED_RELICS_VOID_ORNAMENT_KIT",a[a.ABYSSAL_WHIP_OR=26482]="ABYSSAL_WHIP_OR",a[a.ABYSSAL_TENTACLE_OR=26484]="ABYSSAL_TENTACLE_OR",a[a.RUNE_CROSSBOW_OR=26486]="RUNE_CROSSBOW_OR",a[a.BOOK_OF_BALANCE_OR=26488]="BOOK_OF_BALANCE_OR",a[a.BOOK_OF_DARKNESS_OR=26490]="BOOK_OF_DARKNESS_OR",a[a.BOOK_OF_LAW_OR=26492]="BOOK_OF_LAW_OR",a[a.BOOK_OF_WAR_OR=26494]="BOOK_OF_WAR_OR",a[a.HOLY_BOOK_OR=26496]="HOLY_BOOK_OR",a[a.UNHOLY_BOOK_OR=26498]="UNHOLY_BOOK_OR",a[a.SHATTERED_TELEPORT_SCROLL=26500]="SHATTERED_TELEPORT_SCROLL",a[a.SHATTERED_RELICS_BRONZE_TROPHY=26503]="SHATTERED_RELICS_BRONZE_TROPHY",a[a.SHATTERED_RELICS_IRON_TROPHY=26505]="SHATTERED_RELICS_IRON_TROPHY",a[a.SHATTERED_RELICS_STEEL_TROPHY=26507]="SHATTERED_RELICS_STEEL_TROPHY",a[a.SHATTERED_RELICS_MITHRIL_TROPHY=26509]="SHATTERED_RELICS_MITHRIL_TROPHY",a[a.SHATTERED_RELICS_ADAMANT_TROPHY=26511]="SHATTERED_RELICS_ADAMANT_TROPHY",a[a.SHATTERED_RELICS_RUNE_TROPHY=26513]="SHATTERED_RELICS_RUNE_TROPHY",a[a.SHATTERED_RELICS_DRAGON_TROPHY=26515]="SHATTERED_RELICS_DRAGON_TROPHY",a[a.SHATTERED_CANE=26517]="SHATTERED_CANE",a[a.SHATTERED_CANNON_ORNAMENT_KIT=26528]="SHATTERED_CANNON_ORNAMENT_KIT",a[a.MYSTIC_HAT_OR=26531]="MYSTIC_HAT_OR",a[a.MYSTIC_ROBE_TOP_OR=26533]="MYSTIC_ROBE_TOP_OR",a[a.MYSTIC_ROBE_BOTTOM_OR=26535]="MYSTIC_ROBE_BOTTOM_OR",a[a.MYSTIC_GLOVES_OR=26537]="MYSTIC_GLOVES_OR",a[a.MYSTIC_BOOTS_OR=26539]="MYSTIC_BOOTS_OR",a[a.SHATTERED_RELICS_MYSTIC_ORNAMENT_KIT=26541]="SHATTERED_RELICS_MYSTIC_ORNAMENT_KIT",a[a.PORTABLE_WAYSTONE=26549]="PORTABLE_WAYSTONE",a[a.ARCANE_GRIMOIRE=26551]="ARCANE_GRIMOIRE",a[a.SHATTERED_RELIC_HUNTER_T1_ARMOUR_SET=26554]="SHATTERED_RELIC_HUNTER_T1_ARMOUR_SET",a[a.SHATTERED_RELIC_HUNTER_T2_ARMOUR_SET=26557]="SHATTERED_RELIC_HUNTER_T2_ARMOUR_SET",a[a.SHATTERED_RELIC_HUNTER_T3_ARMOUR_SET=26560]="SHATTERED_RELIC_HUNTER_T3_ARMOUR_SET",a[a.WHITE_GOBLIN_MAIL=26567]="WHITE_GOBLIN_MAIL",a[a.OSMANS_REPORT=26602]="OSMANS_REPORT",a[a.SKIS=26649]="SKIS",a[a.SLAYER_HELMET_I_EMIRS_ARENA=26674]="SLAYER_HELMET_I_EMIRS_ARENA",a[a.BLACK_SLAYER_HELMET_I_EMIRS_ARENA=26675]="BLACK_SLAYER_HELMET_I_EMIRS_ARENA",a[a.GREEN_SLAYER_HELMET_I_EMIRS_ARENA=26676]="GREEN_SLAYER_HELMET_I_EMIRS_ARENA",a[a.RED_SLAYER_HELMET_I_EMIRS_ARENA=26677]="RED_SLAYER_HELMET_I_EMIRS_ARENA",a[a.PURPLE_SLAYER_HELMET_I_EMIRS_ARENA=26678]="PURPLE_SLAYER_HELMET_I_EMIRS_ARENA",a[a.TURQUOISE_SLAYER_HELMET_I_EMIRS_ARENA=26679]="TURQUOISE_SLAYER_HELMET_I_EMIRS_ARENA",a[a.HYDRA_SLAYER_HELMET_I_EMIRS_ARENA=26680]="HYDRA_SLAYER_HELMET_I_EMIRS_ARENA",a[a.TWISTED_SLAYER_HELMET_I_EMIRS_ARENA=26681]="TWISTED_SLAYER_HELMET_I_EMIRS_ARENA",a[a.TZTOK_SLAYER_HELMET_I_EMIRS_ARENA=26682]="TZTOK_SLAYER_HELMET_I_EMIRS_ARENA",a[a.VAMPYRIC_SLAYER_HELMET_I_EMIRS_ARENA=26683]="VAMPYRIC_SLAYER_HELMET_I_EMIRS_ARENA",a[a.TZKAL_SLAYER_HELMET_I_EMIRS_ARENA=26684]="TZKAL_SLAYER_HELMET_I_EMIRS_ARENA",a[a.GRANITE_RING_I_EMIRS_ARENA=26685]="GRANITE_RING_I_EMIRS_ARENA",a[a.DRAGON_CLAWS_OR=26708]="DRAGON_CLAWS_OR",a[a.DRAGON_WARHAMMER_OR=26710]="DRAGON_WARHAMMER_OR",a[a.HEAVY_BALLISTA_OR=26712]="HEAVY_BALLISTA_OR",a[a.ARMADYL_HELMET_OR=26714]="ARMADYL_HELMET_OR",a[a.ARMADYL_CHESTPLATE_OR=26715]="ARMADYL_CHESTPLATE_OR",a[a.ARMADYL_CHAINSKIRT_OR=26716]="ARMADYL_CHAINSKIRT_OR",a[a.BANDOS_CHESTPLATE_OR=26718]="BANDOS_CHESTPLATE_OR",a[a.BANDOS_TASSETS_OR=26719]="BANDOS_TASSETS_OR",a[a.BANDOS_BOOTS_OR=26720]="BANDOS_BOOTS_OR",a[a.CENTURION_CUIRASS_NORMAL=26721]="CENTURION_CUIRASS_NORMAL",a[a.CENTURION_CUIRASS_LOCKED=26722]="CENTURION_CUIRASS_LOCKED",a[a.WRISTBANDS_OF_THE_ARENA_NORMAL=26723]="WRISTBANDS_OF_THE_ARENA_NORMAL",a[a.WRISTBANDS_OF_THE_ARENA_LOCKED=26724]="WRISTBANDS_OF_THE_ARENA_LOCKED",a[a.WRISTBANDS_OF_THE_ARENA_CHARGED=26725]="WRISTBANDS_OF_THE_ARENA_CHARGED",a[a.WRISTBANDS_OF_THE_ARENA_CHARGED_AND_LOCKED=26726]="WRISTBANDS_OF_THE_ARENA_CHARGED_AND_LOCKED",a[a.WRISTBANDS_OF_THE_ARENA_I_NORMAL=26727]="WRISTBANDS_OF_THE_ARENA_I_NORMAL",a[a.WRISTBANDS_OF_THE_ARENA_I_LOCKED=26728]="WRISTBANDS_OF_THE_ARENA_I_LOCKED",a[a.WRISTBANDS_OF_THE_ARENA_I_CHARGED=26729]="WRISTBANDS_OF_THE_ARENA_I_CHARGED",a[a.WRISTBANDS_OF_THE_ARENA_I_CHARGED_AND_LOCKED=26730]="WRISTBANDS_OF_THE_ARENA_I_CHARGED_AND_LOCKED",a[a.SAIKAS_HOOD_NORMAL=26731]="SAIKAS_HOOD_NORMAL",a[a.SAIKAS_HOOD_LOCKED=26732]="SAIKAS_HOOD_LOCKED",a[a.SAIKAS_VEIL_NORMAL=26733]="SAIKAS_VEIL_NORMAL",a[a.SAIKAS_VEIL_LOCKED=26734]="SAIKAS_VEIL_LOCKED",a[a.SAIKAS_SHROUD_NORMAL=26735]="SAIKAS_SHROUD_NORMAL",a[a.SAIKAS_SHROUD_LOCKED=26736]="SAIKAS_SHROUD_LOCKED",a[a.KORIFFS_HEADBAND_NORMAL=26737]="KORIFFS_HEADBAND_NORMAL",a[a.KORIFFS_HEADBAND_LOCKED=26738]="KORIFFS_HEADBAND_LOCKED",a[a.KORIFFS_COWL_NORMAL=26739]="KORIFFS_COWL_NORMAL",a[a.KORIFFS_COWL_LOCKED=26740]="KORIFFS_COWL_LOCKED",a[a.KORIFFS_COIF_NORMAL=26741]="KORIFFS_COIF_NORMAL",a[a.KORIFFS_COIF_LOCKED=26742]="KORIFFS_COIF_LOCKED",a[a.MAOMAS_MED_HELM_NORMAL=26743]="MAOMAS_MED_HELM_NORMAL",a[a.MAOMAS_MED_HELM_LOCKED=26744]="MAOMAS_MED_HELM_LOCKED",a[a.MAOMAS_FULL_HELM_NORMAL=26745]="MAOMAS_FULL_HELM_NORMAL",a[a.MAOMAS_FULL_HELM_LOCKED=26746]="MAOMAS_FULL_HELM_LOCKED",a[a.MAOMAS_GREAT_HELM_NORMAL=26747]="MAOMAS_GREAT_HELM_NORMAL",a[a.MAOMAS_GREAT_HELM_LOCKED=26748]="MAOMAS_GREAT_HELM_LOCKED",a[a.CALAMITY_CHEST_NORMAL=26749]="CALAMITY_CHEST_NORMAL",a[a.CALAMITY_CHEST_LOCKED=26750]="CALAMITY_CHEST_LOCKED",a[a.SUPERIOR_CALAMITY_CHEST_NORMAL=26751]="SUPERIOR_CALAMITY_CHEST_NORMAL",a[a.SUPERIOR_CALAMITY_CHEST_LOCKED=26752]="SUPERIOR_CALAMITY_CHEST_LOCKED",a[a.ELITE_CALAMITY_CHEST_NORMAL=26753]="ELITE_CALAMITY_CHEST_NORMAL",a[a.ELITE_CALAMITY_CHEST_LOCKED=26754]="ELITE_CALAMITY_CHEST_LOCKED",a[a.CALAMITY_BREECHES_NORMAL=26755]="CALAMITY_BREECHES_NORMAL",a[a.CALAMITY_BREECHES_LOCKED=26756]="CALAMITY_BREECHES_LOCKED",a[a.SUPERIOR_CALAMITY_BREECHES_NORMAL=26757]="SUPERIOR_CALAMITY_BREECHES_NORMAL",a[a.SUPERIOR_CALAMITY_BREECHES_LOCKED=26758]="SUPERIOR_CALAMITY_BREECHES_LOCKED",a[a.ELITE_CALAMITY_BREECHES_NORMAL=26759]="ELITE_CALAMITY_BREECHES_NORMAL",a[a.ELITE_CALAMITY_BREECHES_LOCKED=26760]="ELITE_CALAMITY_BREECHES_LOCKED",a[a.SALVE_AMULETI_EMIRS_ARENA=26763]="SALVE_AMULETI_EMIRS_ARENA",a[a.RING_OF_THE_GODS_I_EMIRS_ARENA=26764]="RING_OF_THE_GODS_I_EMIRS_ARENA",a[a.TYRANNICAL_RING_I_EMIRS_ARENA=26765]="TYRANNICAL_RING_I_EMIRS_ARENA",a[a.TREASONOUS_RING_I_EMIRS_ARENA=26766]="TREASONOUS_RING_I_EMIRS_ARENA",a[a.SEERS_RING_I_EMIRS_ARENA=26767]="SEERS_RING_I_EMIRS_ARENA",a[a.ARCHERS_RING_I_EMIRS_ARENA=26768]="ARCHERS_RING_I_EMIRS_ARENA",a[a.WARRIOR_RING_I_EMIRS_ARENA=26769]="WARRIOR_RING_I_EMIRS_ARENA",a[a.BERSERKER_RING_I_EMIRS_ARENA=26770]="BERSERKER_RING_I_EMIRS_ARENA",a[a.SALVE_AMULETEI_EMIRS_ARENA=26782]="SALVE_AMULETEI_EMIRS_ARENA",a[a.GOLD_TIARA=26788]="GOLD_TIARA",a[a.CATALYTIC_TALISMAN=26798]="CATALYTIC_TALISMAN",a[a.CATALYTIC_TIARA=26801]="CATALYTIC_TIARA",a[a.ELEMENTAL_TIARA=26804]="ELEMENTAL_TIARA",a[a.RING_OF_THE_ELEMENTS_UNCHARGED=26815]="RING_OF_THE_ELEMENTS_UNCHARGED",a[a.RING_OF_THE_ELEMENTS_CHARGED=26818]="RING_OF_THE_ELEMENTS_CHARGED",a[a.ABYSSAL_LANTERN_UNLIT=26822]="ABYSSAL_LANTERN_UNLIT",a[a.ABYSSAL_LANTERN_NORMAL=26824]="ABYSSAL_LANTERN_NORMAL",a[a.ABYSSAL_LANTERN_BLUE=26826]="ABYSSAL_LANTERN_BLUE",a[a.ABYSSAL_LANTERN_RED=26828]="ABYSSAL_LANTERN_RED",a[a.ABYSSAL_LANTERN_WHITE=26830]="ABYSSAL_LANTERN_WHITE",a[a.ABYSSAL_LANTERN_PURPLE=26832]="ABYSSAL_LANTERN_PURPLE",a[a.ABYSSAL_LANTERN_GREEN=26834]="ABYSSAL_LANTERN_GREEN",a[a.ABYSSAL_LANTERN_OAK=26836]="ABYSSAL_LANTERN_OAK",a[a.ABYSSAL_LANTERN_WILLOW=26838]="ABYSSAL_LANTERN_WILLOW",a[a.ABYSSAL_LANTERN_MAPLE=26840]="ABYSSAL_LANTERN_MAPLE",a[a.ABYSSAL_LANTERN_YEW=26842]="ABYSSAL_LANTERN_YEW",a[a.ABYSSAL_LANTERN_BLISTERWOOD=26844]="ABYSSAL_LANTERN_BLISTERWOOD",a[a.ABYSSAL_LANTERN_MAGIC=26846]="ABYSSAL_LANTERN_MAGIC",a[a.ABYSSAL_LANTERN_REDWOOD=26848]="ABYSSAL_LANTERN_REDWOOD",a[a.HAT_OF_THE_EYE_REGULAR=26850]="HAT_OF_THE_EYE_REGULAR",a[a.ROBE_TOP_OF_THE_EYE_REGULAR=26852]="ROBE_TOP_OF_THE_EYE_REGULAR",a[a.ROBE_BOTTOMS_OF_THE_EYE_REGULAR=26854]="ROBE_BOTTOMS_OF_THE_EYE_REGULAR",a[a.BOOTS_OF_THE_EYE=26856]="BOOTS_OF_THE_EYE",a[a.HAT_OF_THE_EYE_RED=26858]="HAT_OF_THE_EYE_RED",a[a.ROBE_TOP_OF_THE_EYE_RED=26860]="ROBE_TOP_OF_THE_EYE_RED",a[a.ROBE_BOTTOMS_OF_THE_EYE_RED=26862]="ROBE_BOTTOMS_OF_THE_EYE_RED",a[a.HAT_OF_THE_EYE_GREEN=26864]="HAT_OF_THE_EYE_GREEN",a[a.ROBE_TOP_OF_THE_EYE_GREEN=26866]="ROBE_TOP_OF_THE_EYE_GREEN",a[a.ROBE_BOTTOMS_OF_THE_EYE_GREEN=26868]="ROBE_BOTTOMS_OF_THE_EYE_GREEN",a[a.HAT_OF_THE_EYE_BLUE=26870]="HAT_OF_THE_EYE_BLUE",a[a.ROBE_TOP_OF_THE_EYE_BLUE=26872]="ROBE_TOP_OF_THE_EYE_BLUE",a[a.ROBE_BOTTOMS_OF_THE_EYE_BLUE=26874]="ROBE_BOTTOMS_OF_THE_EYE_BLUE",a[a.TARNISHED_LOCKET=26910]="TARNISHED_LOCKET",a[a.LOST_BAG=26912]="LOST_BAG",a[a.AMULET_OF_THE_EYE_REGULAR=26914]="AMULET_OF_THE_EYE_REGULAR",a[a.EASTER_HAT=26937]="EASTER_HAT",a[a.CRATE_RING=26939]="CRATE_RING",a[a.ODD_SPECTACLES=26963]="ODD_SPECTACLES",a[a.CIRCLET_OF_WATER_UNCHARGED=26967]="CIRCLET_OF_WATER_UNCHARGED",a[a.CIRCLET_OF_WATER_CHARGED=26969]="CIRCLET_OF_WATER_CHARGED",a[a.LOST_BAG_RED=26984]="LOST_BAG_RED",a[a.LOST_BAG_GREEN=26986]="LOST_BAG_GREEN",a[a.LOST_BAG_BLUE=26988]="LOST_BAG_BLUE",a[a.AMULET_OF_THE_EYE_RED=26990]="AMULET_OF_THE_EYE_RED",a[a.AMULET_OF_THE_EYE_GREEN=26992]="AMULET_OF_THE_EYE_GREEN",a[a.AMULET_OF_THE_EYE_BLUE=26994]="AMULET_OF_THE_EYE_BLUE",a[a.ENSOULED_HELLHOUND_HEAD_ITEM=26997]="ENSOULED_HELLHOUND_HEAD_ITEM",a[a.VOID_KNIGHT_TOP_OR_LOCKED=27e3]="VOID_KNIGHT_TOP_OR_LOCKED",a[a.VOID_KNIGHT_ROBE_OR_LOCKED=27001]="VOID_KNIGHT_ROBE_OR_LOCKED",a[a.VOID_KNIGHT_GLOVES_OR_LOCKED=27002]="VOID_KNIGHT_GLOVES_OR_LOCKED",a[a.ELITE_VOID_TOP_OR_LOCKED=27003]="ELITE_VOID_TOP_OR_LOCKED",a[a.ELITE_VOID_ROBE_OR_LOCKED=27004]="ELITE_VOID_ROBE_OR_LOCKED",a[a.VOID_MAGE_HELM_OR_LOCKED=27005]="VOID_MAGE_HELM_OR_LOCKED",a[a.VOID_RANGER_HELM_OR_LOCKED=27006]="VOID_RANGER_HELM_OR_LOCKED",a[a.VOID_MELEE_HELM_OR_LOCKED=27007]="VOID_MELEE_HELM_OR_LOCKED",a[a.DRAGON_DEFENDER_T_LOCKED=27008]="DRAGON_DEFENDER_T_LOCKED",a[a.RUNE_DEFENDER_T_LOCKED=27009]="RUNE_DEFENDER_T_LOCKED",a[a.KOVACS_GROG=27014]="KOVACS_GROG",a[a.COLOSSAL_BLADE=27021]="COLOSSAL_BLADE",a[a.SMITHS_TUNIC=27023]="SMITHS_TUNIC",a[a.SMITHS_TROUSERS=27025]="SMITHS_TROUSERS",a[a.SMITHS_BOOTS=27027]="SMITHS_BOOTS",a[a.SMITHS_GLOVES=27029]="SMITHS_GLOVES",a[a.SMITHS_GLOVES_I=27031]="SMITHS_GLOVES_I",a[a.FLOWER_CROWN_PRIDE=27035]="FLOWER_CROWN_PRIDE",a[a.GROUP_IRON_HELM_UNRANKED=27042]="GROUP_IRON_HELM_UNRANKED",a[a.GROUP_IRON_PLATELEGS_UNRANKED=27044]="GROUP_IRON_PLATELEGS_UNRANKED",a[a.GROUP_IRON_BRACERS_UNRANKED=27046]="GROUP_IRON_BRACERS_UNRANKED",a[a.GROUP_IRON_PLATEBODY_UNRANKED_II=27048]="GROUP_IRON_PLATEBODY_UNRANKED_II",a[a.GROUP_IRON_PLATEBODY_UNRANKED_III=27050]="GROUP_IRON_PLATEBODY_UNRANKED_III",a[a.GROUP_IRON_PLATEBODY_UNRANKED_IV=27052]="GROUP_IRON_PLATEBODY_UNRANKED_IV",a[a.GROUP_IRON_PLATEBODY_UNRANKED_V=27054]="GROUP_IRON_PLATEBODY_UNRANKED_V",a[a.ELDER_MAUL_OR=27100]="ELDER_MAUL_OR",a[a.MITHRIL_GLOVES_WRAPPED=27110]="MITHRIL_GLOVES_WRAPPED",a[a.RUNE_GLOVES_WRAPPED=27111]="RUNE_GLOVES_WRAPPED",a[a.BARROWS_GLOVES_WRAPPED=27112]="BARROWS_GLOVES_WRAPPED",a[a.ELDER_CHAOS_TOP_OR=27115]="ELDER_CHAOS_TOP_OR",a[a.ELDER_CHAOS_ROBE_OR=27117]="ELDER_CHAOS_ROBE_OR",a[a.ELDER_CHAOS_HOOD_OR=27119]="ELDER_CHAOS_HOOD_OR",a[a.DAGONHAI_HAT_OR=27123]="DAGONHAI_HAT_OR",a[a.DAGONHAI_ROBE_TOP_OR=27125]="DAGONHAI_ROBE_TOP_OR",a[a.DAGONHAI_ROBE_BOTTOM_OR=27127]="DAGONHAI_ROBE_BOTTOM_OR",a[a.FLOWER_CROWN_BISEXUAL=27141]="FLOWER_CROWN_BISEXUAL",a[a.FLOWER_CROWN_ASEXUAL=27143]="FLOWER_CROWN_ASEXUAL",a[a.FLOWER_CROWN_TRANSGENDER=27145]="FLOWER_CROWN_TRANSGENDER",a[a.FLOWER_CROWN_PANSEXUAL=27147]="FLOWER_CROWN_PANSEXUAL",a[a.FLOWER_CROWN_NONBINARY=27149]="FLOWER_CROWN_NONBINARY",a[a.FLOWER_CROWN_GENDERQUEER=27151]="FLOWER_CROWN_GENDERQUEER",a[a.FLOWER_CROWN_LESBIAN=27153]="FLOWER_CROWN_LESBIAN",a[a.FLOWER_CROWN_GAY=27155]="FLOWER_CROWN_GAY",a[a.GUTHIX_CHAPS_LAST_MAN_STANDING=27180]="GUTHIX_CHAPS_LAST_MAN_STANDING",a[a.ZAMORAK_CHAPS_LAST_MAN_STANDING=27181]="ZAMORAK_CHAPS_LAST_MAN_STANDING",a[a.SARADOMIN_CHAPS_LAST_MAN_STANDING=27182]="SARADOMIN_CHAPS_LAST_MAN_STANDING",a[a.LIGHT_BALLISTA_LAST_MAN_STANDING=27188]="LIGHT_BALLISTA_LAST_MAN_STANDING",a[a.VERACS_FLAIL_LAST_MAN_STANDING=27189]="VERACS_FLAIL_LAST_MAN_STANDING",a[a.ANCESTRAL_ROBE_BOTTOM_LAST_MAN_STANDING=27194]="ANCESTRAL_ROBE_BOTTOM_LAST_MAN_STANDING",a[a.MENAPHITE_REMEDY_4_DOSE=27202]="MENAPHITE_REMEDY_4_DOSE",a[a.MENAPHITE_REMEDY_3_DOSE=27205]="MENAPHITE_REMEDY_3_DOSE",a[a.MENAPHITE_REMEDY_2_DOSE=27208]="MENAPHITE_REMEDY_2_DOSE",a[a.MENAPHITE_REMEDY_1_DOSE=27211]="MENAPHITE_REMEDY_1_DOSE",a[a.MASORI_MASK=27226]="MASORI_MASK",a[a.MASORI_BODY=27229]="MASORI_BODY",a[a.MASORI_CHAPS=27232]="MASORI_CHAPS",a[a.MASORI_MASK_F=27235]="MASORI_MASK_F",a[a.MASORI_BODY_F=27238]="MASORI_BODY_F",a[a.MASORI_CHAPS_F=27241]="MASORI_CHAPS_F",a[a.OSMUMTENS_FANG_OR=27246]="OSMUMTENS_FANG_OR",a[a.ELIDINIS_WARD_F=27251]="ELIDINIS_WARD_F",a[a.ELIDINIS_WARD_OR=27253]="ELIDINIS_WARD_OR",a[a.ICTHLARINS_SHROUD_TIER_1=27257]="ICTHLARINS_SHROUD_TIER_1",a[a.ICTHLARINS_SHROUD_TIER_2=27259]="ICTHLARINS_SHROUD_TIER_2",a[a.ICTHLARINS_SHROUD_TIER_3=27261]="ICTHLARINS_SHROUD_TIER_3",a[a.ICTHLARINS_SHROUD_TIER_4=27263]="ICTHLARINS_SHROUD_TIER_4",a[a.ICTHLARINS_SHROUD_TIER_5=27265]="ICTHLARINS_SHROUD_TIER_5",a[a.ICTHLARINS_HOOD_TIER_5=27267]="ICTHLARINS_HOOD_TIER_5",a[a.ARMADYLEAN_PLATE=27269]="ARMADYLEAN_PLATE",a[a.LILY_OF_THE_SANDS=27272]="LILY_OF_THE_SANDS",a[a.TUMEKENS_SHADOW_CHARGED=27275]="TUMEKENS_SHADOW_CHARGED",a[a.TUMEKENS_SHADOW_UNCHARGED=27277]="TUMEKENS_SHADOW_UNCHARGED",a[a.KERIS_PARTISAN_OF_CORRUPTION=27287]="KERIS_PARTISAN_OF_CORRUPTION",a[a.KERIS_PARTISAN_OF_THE_SUN=27291]="KERIS_PARTISAN_OF_THE_SUN",a[a.MASORI_ARMOUR_SET_F=27355]="MASORI_ARMOUR_SET_F",a[a.MASORI_ASSEMBLER_MAX_CAPE_NORMAL=27363]="MASORI_ASSEMBLER_MAX_CAPE_NORMAL",a[a.MASORI_ASSEMBLER_MAX_CAPE_LOCKED=27365]="MASORI_ASSEMBLER_MAX_CAPE_LOCKED",a[a.MASORI_ASSEMBLER_MAX_HOOD=27366]="MASORI_ASSEMBLER_MAX_HOOD",a[a.MASK_OF_REBIRTH=27370]="MASK_OF_REBIRTH",a[a.MASORI_ASSEMBLER_NORMAL=27374]="MASORI_ASSEMBLER_NORMAL",a[a.MASORI_ASSEMBLER_LOCKED=27376]="MASORI_ASSEMBLER_LOCKED",a[a.ADVENTURERS_TOP_T1=27388]="ADVENTURERS_TOP_T1",a[a.ADVENTURERS_TROUSERS_T1=27390]="ADVENTURERS_TROUSERS_T1",a[a.ADVENTURERS_HOOD_T1=27392]="ADVENTURERS_HOOD_T1",a[a.ADVENTURERS_BOOTS_T1=27394]="ADVENTURERS_BOOTS_T1",a[a.ADVENTURERS_TOP_T2=27396]="ADVENTURERS_TOP_T2",a[a.ADVENTURERS_TROUSERS_T2=27398]="ADVENTURERS_TROUSERS_T2",a[a.ADVENTURERS_HOOD_T2=27400]="ADVENTURERS_HOOD_T2",a[a.ADVENTURERS_BOOTS_T2=27402]="ADVENTURERS_BOOTS_T2",a[a.ADVENTURERS_TOP_T3=27404]="ADVENTURERS_TOP_T3",a[a.ADVENTURERS_TROUSERS_T3=27406]="ADVENTURERS_TROUSERS_T3",a[a.ADVENTURERS_HOOD_T3=27408]="ADVENTURERS_HOOD_T3",a[a.ADVENTURERS_BOOTS_T3=27410]="ADVENTURERS_BOOTS_T3",a[a.ADVENTURERS_VAMBRACES=27412]="ADVENTURERS_VAMBRACES",a[a.GIANT_STOPWATCH=27414]="GIANT_STOPWATCH",a[a.BRONZE_SPEEDRUN_TROPHY=27418]="BRONZE_SPEEDRUN_TROPHY",a[a.SILVER_SPEEDRUN_TROPHY=27420]="SILVER_SPEEDRUN_TROPHY",a[a.GOLD_SPEEDRUN_TROPHY=27422]="GOLD_SPEEDRUN_TROPHY",a[a.PLATINUM_SPEEDRUN_TROPHY=27424]="PLATINUM_SPEEDRUN_TROPHY",a[a.HOOD_OF_RUIN=27428]="HOOD_OF_RUIN",a[a.ROBE_TOP_OF_RUIN=27430]="ROBE_TOP_OF_RUIN",a[a.ROBE_BOTTOM_OF_RUIN=27432]="ROBE_BOTTOM_OF_RUIN",a[a.GLOVES_OF_RUIN=27434]="GLOVES_OF_RUIN",a[a.SOCKS_OF_RUIN=27436]="SOCKS_OF_RUIN",a[a.CLOAK_OF_RUIN=27438]="CLOAK_OF_RUIN",a[a.INFINITE_MONEY_BAG=27440]="INFINITE_MONEY_BAG",a[a.ADVENTURERS_CAPE=27442]="ADVENTURERS_CAPE",a[a.GRACEFUL_HOOD_ADVENTURER_INVENTORY=27444]="GRACEFUL_HOOD_ADVENTURER_INVENTORY",a[a.GRACEFUL_CAPE_ADVENTURER_INVENTORY=27447]="GRACEFUL_CAPE_ADVENTURER_INVENTORY",a[a.GRACEFUL_TOP_ADVENTURER_INVENTORY=27450]="GRACEFUL_TOP_ADVENTURER_INVENTORY",a[a.GRACEFUL_LEGS_ADVENTURER_INVENTORY=27453]="GRACEFUL_LEGS_ADVENTURER_INVENTORY",a[a.GRACEFUL_GLOVES_ADVENTURER_INVENTORY=27456]="GRACEFUL_GLOVES_ADVENTURER_INVENTORY",a[a.GRACEFUL_BOOTS_ADVENTURER_INVENTORY=27459]="GRACEFUL_BOOTS_ADVENTURER_INVENTORY",a[a.TREAT_CAULDRON_STYLE_1=27463]="TREAT_CAULDRON_STYLE_1",a[a.TREAT_CAULDRON_STYLE_2=27465]="TREAT_CAULDRON_STYLE_2",a[a.TREAT_CAULDRON_STYLE_3=27467]="TREAT_CAULDRON_STYLE_3",a[a.TREAT_CAULDRON_STYLE_4=27469]="TREAT_CAULDRON_STYLE_4",a[a.TREAT_CAULDRON_STYLE_5=27471]="TREAT_CAULDRON_STYLE_5",a[a.WITCH_HAT=27473]="WITCH_HAT",a[a.WITCH_TOP=27475]="WITCH_TOP",a[a.WITCH_ROBES=27477]="WITCH_ROBES",a[a.WITCH_BOOTS=27479]="WITCH_BOOTS",a[a.WITCH_CAPE=27481]="WITCH_CAPE",a[a.TERRIFYING_CHARM=27483]="TERRIFYING_CHARM",a[a.HALLOWEEN_WIG_STYLE_1=27497]="HALLOWEEN_WIG_STYLE_1",a[a.HALLOWEEN_WIG_STYLE_2=27499]="HALLOWEEN_WIG_STYLE_2",a[a.HALLOWEEN_WIG_STYLE_3=27501]="HALLOWEEN_WIG_STYLE_3",a[a.HALLOWEEN_WIG_STYLE_4=27503]="HALLOWEEN_WIG_STYLE_4",a[a.HALLOWEEN_WIG_STYLE_5=27505]="HALLOWEEN_WIG_STYLE_5",a[a.HALLOWEEN_WIG_STYLE_6=27507]="HALLOWEEN_WIG_STYLE_6",a[a.GHOMMALS_LUCKY_PENNY=27544]="GHOMMALS_LUCKY_PENNY",a[a.GHOMMALS_AVERNIC_DEFENDER_5_NORMAL=27550]="GHOMMALS_AVERNIC_DEFENDER_5_NORMAL",a[a.GHOMMALS_AVERNIC_DEFENDER_5_LOCKED=27551]="GHOMMALS_AVERNIC_DEFENDER_5_LOCKED",a[a.GHOMMALS_AVERNIC_DEFENDER_6_NORMAL=27552]="GHOMMALS_AVERNIC_DEFENDER_6_NORMAL",a[a.GHOMMALS_AVERNIC_DEFENDER_6_LOCKED=27553]="GHOMMALS_AVERNIC_DEFENDER_6_LOCKED",a[a.SACK_OF_COAL_EVENT=27558]="SACK_OF_COAL_EVENT",a[a.SANTAS_LIST=27564]="SANTAS_LIST",a[a.CHRISTMAS_JUMPER=27566]="CHRISTMAS_JUMPER",a[a.SNOW_GOGGLES_HAT=27568]="SNOW_GOGGLES_HAT",a[a.SACK_OF_COAL_REWARD=27570]="SACK_OF_COAL_REWARD",a[a.NUTCRACKER_TOP_FESTIVE=27572]="NUTCRACKER_TOP_FESTIVE",a[a.NUTCRACKER_TROUSERS_FESTIVE=27574]="NUTCRACKER_TROUSERS_FESTIVE",a[a.NUTCRACKER_HAT_FESTIVE=27576]="NUTCRACKER_HAT_FESTIVE",a[a.NUTCRACKER_BOOTS_FESTIVE=27578]="NUTCRACKER_BOOTS_FESTIVE",a[a.NUTCRACKER_STAFF_FESTIVE=27580]="NUTCRACKER_STAFF_FESTIVE",a[a.NUTCRACKER_TOP_SWEET=27582]="NUTCRACKER_TOP_SWEET",a[a.NUTCRACKER_TROUSERS_SWEET=27583]="NUTCRACKER_TROUSERS_SWEET",a[a.NUTCRACKER_HAT_SWEET=27584]="NUTCRACKER_HAT_SWEET",a[a.NUTCRACKER_BOOTS_SWEET=27585]="NUTCRACKER_BOOTS_SWEET",a[a.NUTCRACKER_STAFF_SWEET=27586]="NUTCRACKER_STAFF_SWEET",a[a.FESTIVE_GAMES_CROWN=27588]="FESTIVE_GAMES_CROWN",a[a.VENATOR_BOW_CHARGED=27610]="VENATOR_BOW_CHARGED",a[a.VENATOR_BOW_UNCHARGED=27612]="VENATOR_BOW_UNCHARGED",a[a.VENATOR_SHARD=27614]="VENATOR_SHARD",a[a.ANCIENT_ESSENCE=27616]="ANCIENT_ESSENCE",a[a.ANCIENT_SCEPTRE_NORMAL=27624]="ANCIENT_SCEPTRE_NORMAL",a[a.ANCIENT_SCEPTRE_LOCKED=27626]="ANCIENT_SCEPTRE_LOCKED",a[a.FORGOTTEN_BREW_4_DOSE=27629]="FORGOTTEN_BREW_4_DOSE",a[a.FORGOTTEN_BREW_3_DOSE=27632]="FORGOTTEN_BREW_3_DOSE",a[a.FORGOTTEN_BREW_2_DOSE=27635]="FORGOTTEN_BREW_2_DOSE",a[a.FORGOTTEN_BREW_1_DOSE=27638]="FORGOTTEN_BREW_1_DOSE",a[a.SATURATED_HEART=27641]="SATURATED_HEART",a[a.MYSTIC_CARDS=27645]="MYSTIC_CARDS",a[a.CLAWS_OF_CALLISTO=27667]="CLAWS_OF_CALLISTO",a[a.FANGS_OF_VENENATIS=27670]="FANGS_OF_VENENATIS",a[a.SKULL_OF_VETION=27673]="SKULL_OF_VETION",a[a.VOIDWAKER_HILT=27681]="VOIDWAKER_HILT",a[a.VOIDWAKER_BLADE=27684]="VOIDWAKER_BLADE",a[a.VOIDWAKER_GEM=27687]="VOIDWAKER_GEM",a[a.CRYSTAL_BODY_HEFIN_ACTIVE=27697]="CRYSTAL_BODY_HEFIN_ACTIVE",a[a.CRYSTAL_BODY_HEFIN_INACTIVE=27699]="CRYSTAL_BODY_HEFIN_INACTIVE",a[a.CRYSTAL_LEGS_HEFIN_ACTIVE=27701]="CRYSTAL_LEGS_HEFIN_ACTIVE",a[a.CRYSTAL_LEGS_HEFIN_INACTIVE=27703]="CRYSTAL_LEGS_HEFIN_INACTIVE",a[a.CRYSTAL_HELM_HEFIN_ACTIVE=27705]="CRYSTAL_HELM_HEFIN_ACTIVE",a[a.CRYSTAL_HELM_HEFIN_INACTIVE=27707]="CRYSTAL_HELM_HEFIN_INACTIVE",a[a.CRYSTAL_BODY_ITHELL_ACTIVE=27709]="CRYSTAL_BODY_ITHELL_ACTIVE",a[a.CRYSTAL_BODY_ITHELL_INACTIVE=27711]="CRYSTAL_BODY_ITHELL_INACTIVE",a[a.CRYSTAL_LEGS_ITHELL_ACTIVE=27713]="CRYSTAL_LEGS_ITHELL_ACTIVE",a[a.CRYSTAL_LEGS_ITHELL_INACTIVE=27715]="CRYSTAL_LEGS_ITHELL_INACTIVE",a[a.CRYSTAL_HELM_ITHELL_ACTIVE=27717]="CRYSTAL_HELM_ITHELL_ACTIVE",a[a.CRYSTAL_HELM_ITHELL_INACTIVE=27719]="CRYSTAL_HELM_ITHELL_INACTIVE",a[a.CRYSTAL_BODY_IORWERTH_ACTIVE=27721]="CRYSTAL_BODY_IORWERTH_ACTIVE",a[a.CRYSTAL_BODY_IORWERTH_INACTIVE=27723]="CRYSTAL_BODY_IORWERTH_INACTIVE",a[a.CRYSTAL_LEGS_IORWERTH_ACTIVE=27725]="CRYSTAL_LEGS_IORWERTH_ACTIVE",a[a.CRYSTAL_LEGS_IORWERTH_INACTIVE=27727]="CRYSTAL_LEGS_IORWERTH_INACTIVE",a[a.CRYSTAL_HELM_IORWERTH_ACTIVE=27729]="CRYSTAL_HELM_IORWERTH_ACTIVE",a[a.CRYSTAL_HELM_IORWERTH_INACTIVE=27731]="CRYSTAL_HELM_IORWERTH_INACTIVE",a[a.CRYSTAL_BODY_TRAHAEARN_ACTIVE=27733]="CRYSTAL_BODY_TRAHAEARN_ACTIVE",a[a.CRYSTAL_BODY_TRAHAEARN_INACTIVE=27735]="CRYSTAL_BODY_TRAHAEARN_INACTIVE",a[a.CRYSTAL_LEGS_TRAHAEARN_ACTIVE=27737]="CRYSTAL_LEGS_TRAHAEARN_ACTIVE",a[a.CRYSTAL_LEGS_TRAHAEARN_INACTIVE=27739]="CRYSTAL_LEGS_TRAHAEARN_INACTIVE",a[a.CRYSTAL_HELM_TRAHAEARN_ACTIVE=27741]="CRYSTAL_HELM_TRAHAEARN_ACTIVE",a[a.CRYSTAL_HELM_TRAHAEARN_INACTIVE=27743]="CRYSTAL_HELM_TRAHAEARN_INACTIVE",a[a.CRYSTAL_BODY_CADARN_ACTIVE=27745]="CRYSTAL_BODY_CADARN_ACTIVE",a[a.CRYSTAL_BODY_CADARN_INACTIVE=27747]="CRYSTAL_BODY_CADARN_INACTIVE",a[a.CRYSTAL_LEGS_CADARN_ACTIVE=27749]="CRYSTAL_LEGS_CADARN_ACTIVE",a[a.CRYSTAL_LEGS_CADARN_INACTIVE=27751]="CRYSTAL_LEGS_CADARN_INACTIVE",a[a.CRYSTAL_HELM_CADARN_ACTIVE=27753]="CRYSTAL_HELM_CADARN_ACTIVE",a[a.CRYSTAL_HELM_CADARN_INACTIVE=27755]="CRYSTAL_HELM_CADARN_INACTIVE",a[a.CRYSTAL_BODY_CRWYS_ACTIVE=27757]="CRYSTAL_BODY_CRWYS_ACTIVE",a[a.CRYSTAL_BODY_CRWYS_INACTIVE=27759]="CRYSTAL_BODY_CRWYS_INACTIVE",a[a.CRYSTAL_LEGS_CRWYS_ACTIVE=27761]="CRYSTAL_LEGS_CRWYS_ACTIVE",a[a.CRYSTAL_LEGS_CRWYS_INACTIVE=27763]="CRYSTAL_LEGS_CRWYS_INACTIVE",a[a.CRYSTAL_HELM_CRWYS_ACTIVE=27765]="CRYSTAL_HELM_CRWYS_ACTIVE",a[a.CRYSTAL_HELM_CRWYS_INACTIVE=27767]="CRYSTAL_HELM_CRWYS_INACTIVE",a[a.CRYSTAL_BODY_AMLODD_ACTIVE=27769]="CRYSTAL_BODY_AMLODD_ACTIVE",a[a.CRYSTAL_BODY_AMLODD_INACTIVE=27771]="CRYSTAL_BODY_AMLODD_INACTIVE",a[a.CRYSTAL_LEGS_AMLODD_ACTIVE=27773]="CRYSTAL_LEGS_AMLODD_ACTIVE",a[a.CRYSTAL_LEGS_AMLODD_INACTIVE=27775]="CRYSTAL_LEGS_AMLODD_INACTIVE",a[a.CRYSTAL_HELM_AMLODD_ACTIVE=27777]="CRYSTAL_HELM_AMLODD_ACTIVE",a[a.CRYSTAL_HELM_AMLODD_INACTIVE=27779]="CRYSTAL_HELM_AMLODD_INACTIVE",a[a.DIAMOND_SPEEDRUN_TROPHY=27783]="DIAMOND_SPEEDRUN_TROPHY",a[a.THAMMARONS_SCEPTRE_A_UNCHARGED=27785]="THAMMARONS_SCEPTRE_A_UNCHARGED",a[a.THAMMARONS_SCEPTRE_A_CHARGED=27788]="THAMMARONS_SCEPTRE_A_CHARGED",a[a.GNOME_CHILD_BACKPACK=27802]="GNOME_CHILD_BACKPACK",a[a.CAKE_HAT=27804]="CAKE_HAT",a[a.BOB_THE_CAT_SLIPPERS=27806]="BOB_THE_CAT_SLIPPERS",a[a.JAD_SLIPPERS=27808]="JAD_SLIPPERS",a[a.DRAGON_CANDLE_DAGGER=27810]="DRAGON_CANDLE_DAGGER",a[a.JAD_PLUSH=27814]="JAD_PLUSH",a[a.STRAY_DOG_PLUSH=27816]="STRAY_DOG_PLUSH",a[a.GNOME_CHILD_PLUSH=27818]="GNOME_CHILD_PLUSH",a[a.OLDSCHOOL_JUMPER=27822]="OLDSCHOOL_JUMPER",a[a.SILVER_PARTYHAT=27828]="SILVER_PARTYHAT",a[a.VESTAS_CHAINBODY_BH_ACTIVATED=27831]="VESTAS_CHAINBODY_BH_ACTIVATED",a[a.VESTAS_PLATESKIRT_BH_ACTIVATED=27832]="VESTAS_PLATESKIRT_BH_ACTIVATED",a[a.STATIUSS_FULL_HELM_BH_ACTIVATED=27833]="STATIUSS_FULL_HELM_BH_ACTIVATED",a[a.STATIUSS_PLATEBODY_BH_ACTIVATED=27834]="STATIUSS_PLATEBODY_BH_ACTIVATED",a[a.STATIUSS_PLATELEGS_BH_ACTIVATED=27835]="STATIUSS_PLATELEGS_BH_ACTIVATED",a[a.MORRIGANS_COIF_BH_ACTIVATED=27836]="MORRIGANS_COIF_BH_ACTIVATED",a[a.MORRIGANS_LEATHER_BODY_BH_ACTIVATED=27837]="MORRIGANS_LEATHER_BODY_BH_ACTIVATED",a[a.MORRIGANS_LEATHER_CHAPS_BH_ACTIVATED=27838]="MORRIGANS_LEATHER_CHAPS_BH_ACTIVATED",a[a.ZURIELS_HOOD_BH_ACTIVATED=27839]="ZURIELS_HOOD_BH_ACTIVATED",a[a.ZURIELS_ROBE_TOP_BH_ACTIVATED=27840]="ZURIELS_ROBE_TOP_BH_ACTIVATED",a[a.ZURIELS_ROBE_BOTTOM_BH_ACTIVATED=27841]="ZURIELS_ROBE_BOTTOM_BH_ACTIVATED",a[a.CORRUPTED_VESTAS_CHAINBODY_BH_ACTIVATED=27842]="CORRUPTED_VESTAS_CHAINBODY_BH_ACTIVATED",a[a.CORRUPTED_VESTAS_PLATESKIRT_BH_ACTIVATED=27843]="CORRUPTED_VESTAS_PLATESKIRT_BH_ACTIVATED",a[a.CORRUPTED_STATIUSS_FULL_HELM_BH_ACTIVATED=27844]="CORRUPTED_STATIUSS_FULL_HELM_BH_ACTIVATED",a[a.CORRUPTED_STATIUSS_PLATEBODY_BH_ACTIVATED=27845]="CORRUPTED_STATIUSS_PLATEBODY_BH_ACTIVATED",a[a.CORRUPTED_STATIUSS_PLATELEGS_BH_ACTIVATED=27846]="CORRUPTED_STATIUSS_PLATELEGS_BH_ACTIVATED",a[a.CORRUPTED_MORRIGANS_COIF_BH_ACTIVATED=27847]="CORRUPTED_MORRIGANS_COIF_BH_ACTIVATED",a[a.CORRUPTED_MORRIGANS_LEATHER_BODY_BH_ACTIVATED=27848]="CORRUPTED_MORRIGANS_LEATHER_BODY_BH_ACTIVATED",a[a.CORRUPTED_MORRIGANS_LEATHER_CHAPS_BH_ACTIVATED=27849]="CORRUPTED_MORRIGANS_LEATHER_CHAPS_BH_ACTIVATED",a[a.CORRUPTED_ZURIELS_HOOD_BH_ACTIVATED=27850]="CORRUPTED_ZURIELS_HOOD_BH_ACTIVATED",a[a.CORRUPTED_ZURIELS_ROBE_TOP_BH_ACTIVATED=27851]="CORRUPTED_ZURIELS_ROBE_TOP_BH_ACTIVATED",a[a.CORRUPTED_ZURIELS_ROBE_BOTTOM_BH_ACTIVATED=27852]="CORRUPTED_ZURIELS_ROBE_BOTTOM_BH_ACTIVATED",a[a.DARK_BOW_BH=27853]="DARK_BOW_BH",a[a.BARRELCHEST_ANCHOR_BH=27855]="BARRELCHEST_ANCHOR_BH",a[a.DRAGON_MACE_BH=27857]="DRAGON_MACE_BH",a[a.DRAGON_LONGSWORD_BH=27859]="DRAGON_LONGSWORD_BH",a[a.ABYSSAL_DAGGER_BH_UNPOISONED=27861]="ABYSSAL_DAGGER_BH_UNPOISONED",a[a.ABYSSAL_DAGGER_BH_POISON=27863]="ABYSSAL_DAGGER_BH_POISON",a[a.VOIDWAKER_LAST_MAN_STANDING=27869]="VOIDWAKER_LAST_MAN_STANDING",a[a.LIGHTBEARER_LAST_MAN_STANDING=27870]="LIGHTBEARER_LAST_MAN_STANDING",a[a.GIANT_BRONZE_DAGGER=27871]="GIANT_BRONZE_DAGGER",a[a.NEST_HAT_EASTER_EGG=27875]="NEST_HAT_EASTER_EGG",a[a.NEST_HAT_CHICK=27877]="NEST_HAT_CHICK",a[a.SCALY_BLUE_DRAGONHIDE=27897]="SCALY_BLUE_DRAGONHIDE",a[a.VESTAS_SPEAR_BH_ACTIVATED=27900]="VESTAS_SPEAR_BH_ACTIVATED",a[a.VESTAS_LONGSWORD_BH_ACTIVATED=27904]="VESTAS_LONGSWORD_BH_ACTIVATED",a[a.STATIUSS_WARHAMMER_BH_ACTIVATED=27908]="STATIUSS_WARHAMMER_BH_ACTIVATED",a[a.MORRIGANS_THROWING_AXE_BH_ACTIVATED=27912]="MORRIGANS_THROWING_AXE_BH_ACTIVATED",a[a.MORRIGANS_JAVELIN_BH_ACTIVATED=27916]="MORRIGANS_JAVELIN_BH_ACTIVATED",a[a.ZURIELS_STAFF_BH_ACTIVATED=27920]="ZURIELS_STAFF_BH_ACTIVATED",a[a.DRAGON_DAGGER_CR_UNPOISONED=28019]="DRAGON_DAGGER_CR_UNPOISONED",a[a.DRAGON_DAGGER_CR_POISON=28021]="DRAGON_DAGGER_CR_POISON",a[a.DRAGON_MACE_CR=28027]="DRAGON_MACE_CR",a[a.DRAGON_SWORD_CR=28029]="DRAGON_SWORD_CR",a[a.DRAGON_SCIMITAR_CR=28031]="DRAGON_SCIMITAR_CR",a[a.DRAGON_LONGSWORD_CR=28033]="DRAGON_LONGSWORD_CR",a[a.DRAGON_WARHAMMER_CR=28035]="DRAGON_WARHAMMER_CR",a[a.DRAGON_BATTLEAXE_CR=28037]="DRAGON_BATTLEAXE_CR",a[a.DRAGON_CLAWS_CR=28039]="DRAGON_CLAWS_CR",a[a.DRAGON_SPEAR_CR_UNPOISONED=28041]="DRAGON_SPEAR_CR_UNPOISONED",a[a.DRAGON_SPEAR_CR_POISON=28043]="DRAGON_SPEAR_CR_POISON",a[a.DRAGON_HALBERD_CR=28049]="DRAGON_HALBERD_CR",a[a.DRAGON_2H_SWORD_CR=28051]="DRAGON_2H_SWORD_CR",a[a.DRAGON_CROSSBOW_CR=28053]="DRAGON_CROSSBOW_CR",a[a.DRAGON_BOOTS_CR=28055]="DRAGON_BOOTS_CR",a[a.DRAGON_MED_HELM_CR=28057]="DRAGON_MED_HELM_CR",a[a.DRAGON_SQ_SHIELD_CR=28059]="DRAGON_SQ_SHIELD_CR",a[a.DRAGON_PLATELEGS_CR=28061]="DRAGON_PLATELEGS_CR",a[a.DRAGON_PLATESKIRT_CR=28063]="DRAGON_PLATESKIRT_CR",a[a.DRAGON_CHAINBODY_CR=28065]="DRAGON_CHAINBODY_CR",a[a.FIGHTER_TORSO_OR_NORMAL=28067]="FIGHTER_TORSO_OR_NORMAL",a[a.FIGHTER_TORSO_OR_LOCKED=28069]="FIGHTER_TORSO_OR_LOCKED",a[a.HELM_OF_NEITIZNOT_OR=28070]="HELM_OF_NEITIZNOT_OR",a[a.RAINBOW_SCARF_BISEXUAL=28108]="RAINBOW_SCARF_BISEXUAL",a[a.RAINBOW_SCARF_ASEXUAL=28109]="RAINBOW_SCARF_ASEXUAL",a[a.RAINBOW_SCARF_TRANSGENDER=28110]="RAINBOW_SCARF_TRANSGENDER",a[a.RAINBOW_SCARF_PANSEXUAL=28111]="RAINBOW_SCARF_PANSEXUAL",a[a.RAINBOW_SCARF_NONBINARY=28112]="RAINBOW_SCARF_NONBINARY",a[a.RAINBOW_SCARF_GENDERQUEER=28113]="RAINBOW_SCARF_GENDERQUEER",a[a.RAINBOW_SCARF_LESBIAN=28114]="RAINBOW_SCARF_LESBIAN",a[a.RAINBOW_SCARF_GAY=28115]="RAINBOW_SCARF_GAY",a[a.RAINBOW_JUMPER_PRIDE=28116]="RAINBOW_JUMPER_PRIDE",a[a.RAINBOW_JUMPER_BISEXUAL=28118]="RAINBOW_JUMPER_BISEXUAL",a[a.RAINBOW_JUMPER_ASEXUAL=28119]="RAINBOW_JUMPER_ASEXUAL",a[a.RAINBOW_JUMPER_TRANSGENDER=28120]="RAINBOW_JUMPER_TRANSGENDER",a[a.RAINBOW_JUMPER_PANSEXUAL=28121]="RAINBOW_JUMPER_PANSEXUAL",a[a.RAINBOW_JUMPER_NONBINARY=28122]="RAINBOW_JUMPER_NONBINARY",a[a.RAINBOW_JUMPER_GENDERQUEER=28123]="RAINBOW_JUMPER_GENDERQUEER",a[a.RAINBOW_JUMPER_LESBIAN=28124]="RAINBOW_JUMPER_LESBIAN",a[a.RAINBOW_JUMPER_GAY=28125]="RAINBOW_JUMPER_GAY",a[a.POETS_JACKET=28126]="POETS_JACKET",a[a.LOVE_CROSSBOW=28128]="LOVE_CROSSBOW",a[a.FORESTRY_KIT=28136]="FORESTRY_KIT",a[a.LOG_BASKET_CLOSED=28140]="LOG_BASKET_CLOSED",a[a.LOG_BASKET_OPEN=28142]="LOG_BASKET_OPEN",a[a.FORESTRY_BASKET_CLOSED=28143]="FORESTRY_BASKET_CLOSED",a[a.FORESTRY_BASKET_OPEN=28145]="FORESTRY_BASKET_OPEN",a[a.LOG_BRACE=28146]="LOG_BRACE",a[a.STURDY_HARNESS=28149]="STURDY_HARNESS",a[a.NATURE_OFFERINGS=28152]="NATURE_OFFERINGS",a[a.RITUAL_MULCH=28154]="RITUAL_MULCH",a[a.FORESTERS_RATION=28157]="FORESTERS_RATION",a[a.SECATEURS_BLADE=28159]="SECATEURS_BLADE",a[a.SECATEURS_ATTACHMENT=28161]="SECATEURS_ATTACHMENT",a[a.CLOTHES_POUCH=28163]="CLOTHES_POUCH",a[a.CLOTHES_POUCH_BLUEPRINT=28166]="CLOTHES_POUCH_BLUEPRINT",a[a.FORESTRY_TOP=28169]="FORESTRY_TOP",a[a.FORESTRY_LEGS=28171]="FORESTRY_LEGS",a[a.FORESTRY_HAT=28173]="FORESTRY_HAT",a[a.FORESTRY_BOOTS=28175]="FORESTRY_BOOTS",a[a.AXE_HANDLE=28177]="AXE_HANDLE",a[a.UNFIRED_CUP=28193]="UNFIRED_CUP",a[a.BRONZE_2H_AXE=28196]="BRONZE_2H_AXE",a[a.IRON_2H_AXE=28199]="IRON_2H_AXE",a[a.STEEL_2H_AXE=28202]="STEEL_2H_AXE",a[a.BLACK_2H_AXE=28205]="BLACK_2H_AXE",a[a.MITHRIL_2H_AXE=28208]="MITHRIL_2H_AXE",a[a.ADAMANT_2H_AXE=28211]="ADAMANT_2H_AXE",a[a.RUNE_2H_AXE=28214]="RUNE_2H_AXE",a[a.DRAGON_2H_AXE=28217]="DRAGON_2H_AXE",a[a.CRYSTAL_2H_AXE_ACTIVE=28220]="CRYSTAL_2H_AXE_ACTIVE",a[a.CRYSTAL_2H_AXE_INACTIVE=28223]="CRYSTAL_2H_AXE_INACTIVE",a[a.THIRD_AGE_2H_AXE=28226]="THIRD_AGE_2H_AXE",a[a.SANGUINE_TORVA_FULL_HELM=28254]="SANGUINE_TORVA_FULL_HELM",a[a.SANGUINE_TORVA_PLATEBODY=28256]="SANGUINE_TORVA_PLATEBODY",a[a.SANGUINE_TORVA_PLATELEGS=28258]="SANGUINE_TORVA_PLATELEGS",a[a.CHROMIUM_INGOT=28276]="CHROMIUM_INGOT",a[a.BERSERKER_ICON=28295]="BERSERKER_ICON",a[a.ARCHER_ICON=28298]="ARCHER_ICON",a[a.WARRIOR_ICON=28301]="WARRIOR_ICON",a[a.SEERS_ICON=28304]="SEERS_ICON",a[a.ULTOR_RING=28307]="ULTOR_RING",a[a.VENATOR_RING=28310]="VENATOR_RING",a[a.MAGUS_RING=28313]="MAGUS_RING",a[a.BELLATOR_RING=28316]="BELLATOR_RING",a[a.RING_OF_SHADOWS_CHARGED=28327]="RING_OF_SHADOWS_CHARGED",a[a.RING_OF_SHADOWS_UNCHARGED=28329]="RING_OF_SHADOWS_UNCHARGED",a[a.AWAKENERS_ORB=28334]="AWAKENERS_ORB",a[a.MAGIC_LANTERN=28426]="MAGIC_LANTERN",a[a.BLOOD_ANCIENT_SCEPTRE_LOCKED=28473]="BLOOD_ANCIENT_SCEPTRE_LOCKED",a[a.ICE_ANCIENT_SCEPTRE_LOCKED=28474]="ICE_ANCIENT_SCEPTRE_LOCKED",a[a.SMOKE_ANCIENT_SCEPTRE_LOCKED=28475]="SMOKE_ANCIENT_SCEPTRE_LOCKED",a[a.SHADOW_ANCIENT_SCEPTRE_LOCKED=28476]="SHADOW_ANCIENT_SCEPTRE_LOCKED",a[a.CORRUPTED_VOIDWAKER=28531]="CORRUPTED_VOIDWAKER",a[a.CORRUPTED_DRAGON_CLAWS=28534]="CORRUPTED_DRAGON_CLAWS",a[a.CORRUPTED_ARMADYL_GODSWORD=28537]="CORRUPTED_ARMADYL_GODSWORD",a[a.CORRUPTED_TWISTED_BOW=28540]="CORRUPTED_TWISTED_BOW",a[a.CORRUPTED_SCYTHE_OF_VITUR_CHARGED=28543]="CORRUPTED_SCYTHE_OF_VITUR_CHARGED",a[a.CORRUPTED_SCYTHE_OF_VITUR_UNCHARGED=28545]="CORRUPTED_SCYTHE_OF_VITUR_UNCHARGED",a[a.CORRUPTED_TUMEKENS_SHADOW_CHARGED=28547]="CORRUPTED_TUMEKENS_SHADOW_CHARGED",a[a.CORRUPTED_TUMEKENS_SHADOW_UNCHARGED=28549]="CORRUPTED_TUMEKENS_SHADOW_UNCHARGED",a[a.TRINKET_OF_VENGEANCE=28561]="TRINKET_OF_VENGEANCE",a[a.TRINKET_OF_FAIRIES=28564]="TRINKET_OF_FAIRIES",a[a.TRINKET_OF_ADVANCED_WEAPONRY=28567]="TRINKET_OF_ADVANCED_WEAPONRY",a[a.TRINKET_OF_UNDEAD=28570]="TRINKET_OF_UNDEAD",a[a.WARPED_SCEPTRE_UNCHARGED=28583]="WARPED_SCEPTRE_UNCHARGED",a[a.WARPED_SCEPTRE_CHARGED=28585]="WARPED_SCEPTRE_CHARGED",a[a.COBWEB_CAPE=28601]="COBWEB_CAPE",a[a.SPIDER_HAT_COMMON=28603]="SPIDER_HAT_COMMON",a[a.SPIDER_HAT_VENENATIS=28605]="SPIDER_HAT_VENENATIS",a[a.SPIDER_HAT_VERZIK=28607]="SPIDER_HAT_VERZIK",a[a.SPIDER_HAT_SARACHNIS=28609]="SPIDER_HAT_SARACHNIS",a[a.SPIDER_HAT_OLD=28611]="SPIDER_HAT_OLD",a[a.PHEASANT_CAPE=28616]="PHEASANT_CAPE",a[a.PHEASANT_BOOTS=28618]="PHEASANT_BOOTS",a[a.PHEASANT_HAT=28620]="PHEASANT_HAT",a[a.PHEASANT_LEGS=28622]="PHEASANT_LEGS",a[a.SAWMILL_VOUCHER=28628]="SAWMILL_VOUCHER",a[a.TWITCHERS_GLOVES=28630]="TWITCHERS_GLOVES",a[a.PETAL_GARLAND=28655]="PETAL_GARLAND",a[a.WEB_CLOAK=28671]="WEB_CLOAK",a[a.FANCIER_BOOTS=28672]="FANCIER_BOOTS",a[a.DINHS_BLAZING_BULWARK=28682]="DINHS_BLAZING_BULWARK",a[a.TRAILBLAZER_RELOADED_BULWARK_ORNAMENT_KIT=28684]="TRAILBLAZER_RELOADED_BULWARK_ORNAMENT_KIT",a[a.BLAZING_BLOWPIPE_CHARGED=28688]="BLAZING_BLOWPIPE_CHARGED",a[a.TRAILBLAZER_RELOADED_BLOWPIPE_ORNAMENT_KIT=28690]="TRAILBLAZER_RELOADED_BLOWPIPE_ORNAMENT_KIT",a[a.TRAILBLAZER_RELOADED_ALCHEMY_SCROLL=28693]="TRAILBLAZER_RELOADED_ALCHEMY_SCROLL",a[a.TRAILBLAZER_RELOADED_VENGEANCE_SCROLL=28696]="TRAILBLAZER_RELOADED_VENGEANCE_SCROLL",a[a.TRAILBLAZER_RELOADED_DEATH_SCROLL=28699]="TRAILBLAZER_RELOADED_DEATH_SCROLL",a[a.TRAILBLAZER_RELOADED_BANNER=28702]="TRAILBLAZER_RELOADED_BANNER",a[a.TRAILBLAZER_RELOADED_HOME_TELEPORT_SCROLL=28705]="TRAILBLAZER_RELOADED_HOME_TELEPORT_SCROLL",a[a.TRAILBLAZER_RELOADED_REJUVENATION_POOL_SCROLL=28708]="TRAILBLAZER_RELOADED_REJUVENATION_POOL_SCROLL",a[a.TRAILBLAZER_RELOADED_HEADBAND_T1=28712]="TRAILBLAZER_RELOADED_HEADBAND_T1",a[a.TRAILBLAZER_RELOADED_TOP_T1=28715]="TRAILBLAZER_RELOADED_TOP_T1",a[a.TRAILBLAZER_RELOADED_TROUSERS_T1=28718]="TRAILBLAZER_RELOADED_TROUSERS_T1",a[a.TRAILBLAZER_RELOADED_BOOTS_T1=28721]="TRAILBLAZER_RELOADED_BOOTS_T1",a[a.TRAILBLAZER_RELOADED_HEADBAND_T2=28724]="TRAILBLAZER_RELOADED_HEADBAND_T2",a[a.TRAILBLAZER_RELOADED_TOP_T2=28727]="TRAILBLAZER_RELOADED_TOP_T2",a[a.TRAILBLAZER_RELOADED_TROUSERS_T2=28730]="TRAILBLAZER_RELOADED_TROUSERS_T2",a[a.TRAILBLAZER_RELOADED_BOOTS_T2=28733]="TRAILBLAZER_RELOADED_BOOTS_T2",a[a.TRAILBLAZER_RELOADED_HEADBAND_T3=28736]="TRAILBLAZER_RELOADED_HEADBAND_T3",a[a.TRAILBLAZER_RELOADED_TOP_T3=28739]="TRAILBLAZER_RELOADED_TOP_T3",a[a.TRAILBLAZER_RELOADED_TROUSERS_T3=28742]="TRAILBLAZER_RELOADED_TROUSERS_T3",a[a.TRAILBLAZER_RELOADED_BOOTS_T3=28745]="TRAILBLAZER_RELOADED_BOOTS_T3",a[a.TRAILBLAZER_RELOADED_TORCH=28748]="TRAILBLAZER_RELOADED_TORCH",a[a.TRAILBLAZER_RELOADED_DRAGON_TROPHY=28751]="TRAILBLAZER_RELOADED_DRAGON_TROPHY",a[a.TRAILBLAZER_RELOADED_RUNE_TROPHY=28753]="TRAILBLAZER_RELOADED_RUNE_TROPHY",a[a.TRAILBLAZER_RELOADED_ADAMANT_TROPHY=28755]="TRAILBLAZER_RELOADED_ADAMANT_TROPHY",a[a.TRAILBLAZER_RELOADED_MITHRIL_TROPHY=28757]="TRAILBLAZER_RELOADED_MITHRIL_TROPHY",a[a.TRAILBLAZER_RELOADED_STEEL_TROPHY=28759]="TRAILBLAZER_RELOADED_STEEL_TROPHY",a[a.TRAILBLAZER_RELOADED_IRON_TROPHY=28761]="TRAILBLAZER_RELOADED_IRON_TROPHY",a[a.TRAILBLAZER_RELOADED_BRONZE_TROPHY=28763]="TRAILBLAZER_RELOADED_BRONZE_TROPHY",a[a.GLOBETROTTER_PENDANT=28765]="GLOBETROTTER_PENDANT",a[a.SAGES_GREAVES=28771]="SAGES_GREAVES",a[a.SAGES_AXE=28773]="SAGES_AXE",a[a.RUINOUS_POWERS_ITEM=28775]="RUINOUS_POWERS_ITEM",a[a.TRAILBLAZER_RELOADED_RELIC_HUNTER_T1_ARMOUR_SET=28777]="TRAILBLAZER_RELOADED_RELIC_HUNTER_T1_ARMOUR_SET",a[a.TRAILBLAZER_RELOADED_RELIC_HUNTER_T2_ARMOUR_SET=28780]="TRAILBLAZER_RELOADED_RELIC_HUNTER_T2_ARMOUR_SET",a[a.TRAILBLAZER_RELOADED_RELIC_HUNTER_T3_ARMOUR_SET=28783]="TRAILBLAZER_RELOADED_RELIC_HUNTER_T3_ARMOUR_SET",a[a.ICY_JUMPER=28786]="ICY_JUMPER",a[a.SNOWGLOBE_HELMET=28788]="SNOWGLOBE_HELMET",a[a.KOUREND_CASTLE_TELEPORT_TABLET=28790]="KOUREND_CASTLE_TELEPORT_TABLET",a[a.BONE_MACE=28792]="BONE_MACE",a[a.BONE_SHORTBOW=28794]="BONE_SHORTBOW",a[a.BONE_STAFF=28796]="BONE_STAFF",a[a.ZOMBIE_AXE=28810]="ZOMBIE_AXE",a[a.BROKEN_ZOMBIE_AXE=28813]="BROKEN_ZOMBIE_AXE",a[a.CIVITAS_ILLA_FORTIS_TELEPORT_TABLET=28824]="CIVITAS_ILLA_FORTIS_TELEPORT_TABLET",a[a.IMMATURE_TECU_SALAMANDER=28831]="IMMATURE_TECU_SALAMANDER",a[a.TECU_SALAMANDER=28834]="TECU_SALAMANDER",a[a.IRIT_TAR=28837]="IRIT_TAR",a[a.HUNTERS_SUNLIGHT_CROSSBOW=28869]="HUNTERS_SUNLIGHT_CROSSBOW",a[a.SUNLIGHT_ANTLER_BOLTS=28872]="SUNLIGHT_ANTLER_BOLTS",a[a.MOONLIGHT_ANTLER_BOLTS=28878]="MOONLIGHT_ANTLER_BOLTS",a[a.SUNLIGHT_MOTH_ITEM=28890]="SUNLIGHT_MOTH_ITEM",a[a.MOONLIGHT_MOTH_ITEM=28893]="MOONLIGHT_MOTH_ITEM",a[a.RUM=28896]="RUM",a[a.WYRMLING_BONES=28899]="WYRMLING_BONES",a[a.DIZANAS_MAX_CAPE_NORMAL=28902]="DIZANAS_MAX_CAPE_NORMAL",a[a.DIZANAS_MAX_HOOD=28904]="DIZANAS_MAX_HOOD",a[a.DIZANAS_MAX_CAPE_LOCKED=28906]="DIZANAS_MAX_CAPE_LOCKED",a[a.TONALZTICS_OF_RALOS_UNCHARGED=28919]="TONALZTICS_OF_RALOS_UNCHARGED",a[a.TONALZTICS_OF_RALOS_CHARGED=28922]="TONALZTICS_OF_RALOS_CHARGED",a[a.SUNFIRE_SPLINTERS=28924]="SUNFIRE_SPLINTERS",a[a.SUNFIRE_RUNE=28929]="SUNFIRE_RUNE",a[a.SEARING_PAGE=28931]="SEARING_PAGE",a[a.SUNFIRE_FANATIC_HELM=28933]="SUNFIRE_FANATIC_HELM",a[a.SUNFIRE_FANATIC_CUIRASS=28936]="SUNFIRE_FANATIC_CUIRASS",a[a.SUNFIRE_FANATIC_CHAUSSES=28939]="SUNFIRE_FANATIC_CHAUSSES",a[a.ECHO_CRYSTAL=28942]="ECHO_CRYSTAL",a[a.ECHO_BOOTS=28945]="ECHO_BOOTS",a[a.DIZANAS_QUIVER_UNCHARGED=28947]="DIZANAS_QUIVER_UNCHARGED",a[a.DIZANAS_QUIVER_UNCHARGED_LOCKED=28949]="DIZANAS_QUIVER_UNCHARGED_LOCKED",a[a.DIZANAS_QUIVER_CHARGED=28951]="DIZANAS_QUIVER_CHARGED",a[a.DIZANAS_QUIVER_CHARGED_LOCKED=28953]="DIZANAS_QUIVER_CHARGED_LOCKED",a[a.BLESSED_DIZANAS_QUIVER_NORMAL=28955]="BLESSED_DIZANAS_QUIVER_NORMAL",a[a.BLESSED_DIZANAS_QUIVER_LOCKED=28957]="BLESSED_DIZANAS_QUIVER_LOCKED",a[a.BLUE_MOON_SPEAR=28988]="BLUE_MOON_SPEAR",a[a.ATLATL_DART=28991]="ATLATL_DART",a[a.DUAL_MACUAHUITL=28997]="DUAL_MACUAHUITL",a[a.ECLIPSE_ATLATL=29e3]="ECLIPSE_ATLATL",a[a.ECLIPSE_MOON_CHESTPLATE_NEW=29004]="ECLIPSE_MOON_CHESTPLATE_NEW",a[a.ECLIPSE_MOON_TASSETS_NEW=29007]="ECLIPSE_MOON_TASSETS_NEW",a[a.ECLIPSE_MOON_HELM_NEW=29010]="ECLIPSE_MOON_HELM_NEW",a[a.BLUE_MOON_CHESTPLATE_NEW=29013]="BLUE_MOON_CHESTPLATE_NEW",a[a.BLUE_MOON_TASSETS_NEW=29016]="BLUE_MOON_TASSETS_NEW",a[a.BLUE_MOON_HELM_NEW=29019]="BLUE_MOON_HELM_NEW",a[a.BLOOD_MOON_CHESTPLATE_NEW=29022]="BLOOD_MOON_CHESTPLATE_NEW",a[a.BLOOD_MOON_TASSETS_NEW=29025]="BLOOD_MOON_TASSETS_NEW",a[a.BLOOD_MOON_HELM_NEW=29028]="BLOOD_MOON_HELM_NEW",a[a.ECLIPSE_MOON_CHESTPLATE_USED=29031]="ECLIPSE_MOON_CHESTPLATE_USED",a[a.ECLIPSE_MOON_TASSETS_USED=29033]="ECLIPSE_MOON_TASSETS_USED",a[a.ECLIPSE_MOON_HELM_USED=29035]="ECLIPSE_MOON_HELM_USED",a[a.BLUE_MOON_CHESTPLATE_USED=29037]="BLUE_MOON_CHESTPLATE_USED",a[a.BLUE_MOON_TASSETS_USED=29039]="BLUE_MOON_TASSETS_USED",a[a.BLUE_MOON_HELM_USED=29041]="BLUE_MOON_HELM_USED",a[a.BLOOD_MOON_CHESTPLATE_USED=29043]="BLOOD_MOON_CHESTPLATE_USED",a[a.BLOOD_MOON_TASSETS_USED=29045]="BLOOD_MOON_TASSETS_USED",a[a.BLOOD_MOON_HELM_USED=29047]="BLOOD_MOON_HELM_USED",a[a.ECLIPSE_MOON_CHESTPLATE_BROKEN=29049]="ECLIPSE_MOON_CHESTPLATE_BROKEN",a[a.ECLIPSE_MOON_TASSETS_BROKEN=29052]="ECLIPSE_MOON_TASSETS_BROKEN",a[a.ECLIPSE_MOON_HELM_BROKEN=29055]="ECLIPSE_MOON_HELM_BROKEN",a[a.BLUE_MOON_CHESTPLATE_BROKEN=29058]="BLUE_MOON_CHESTPLATE_BROKEN",a[a.BLUE_MOON_TASSETS_BROKEN=29061]="BLUE_MOON_TASSETS_BROKEN",a[a.BLUE_MOON_HELM_BROKEN=29064]="BLUE_MOON_HELM_BROKEN",a[a.BLOOD_MOON_CHESTPLATE_BROKEN=29067]="BLOOD_MOON_CHESTPLATE_BROKEN",a[a.BLOOD_MOON_TASSETS_BROKEN=29070]="BLOOD_MOON_TASSETS_BROKEN",a[a.BLOOD_MOON_HELM_BROKEN=29073]="BLOOD_MOON_HELM_BROKEN",a[a.SULPHUR_BLADES=29084]="SULPHUR_BLADES",a[a.CALCIFIED_MOTH=29090]="CALCIFIED_MOTH",a[a.RAW_BARBTAILED_KEBBIT=29101]="RAW_BARBTAILED_KEBBIT",a[a.RAW_WILD_KEBBIT=29104]="RAW_WILD_KEBBIT",a[a.RAW_DASHING_KEBBIT=29107]="RAW_DASHING_KEBBIT",a[a.RAW_PYRE_FOX=29110]="RAW_PYRE_FOX",a[a.RAW_MOONLIGHT_ANTELOPE=29113]="RAW_MOONLIGHT_ANTELOPE",a[a.RAW_SUNLIGHT_ANTELOPE=29116]="RAW_SUNLIGHT_ANTELOPE",a[a.RAW_GRAAHK=29119]="RAW_GRAAHK",a[a.RAW_LARUPIA=29122]="RAW_LARUPIA",a[a.RAW_KYATT=29125]="RAW_KYATT",a[a.COOKED_WILD_KEBBIT=29128]="COOKED_WILD_KEBBIT",a[a.COOKED_BARBTAILED_KEBBIT=29131]="COOKED_BARBTAILED_KEBBIT",a[a.COOKED_DASHING_KEBBIT=29134]="COOKED_DASHING_KEBBIT",a[a.COOKED_PYRE_FOX=29137]="COOKED_PYRE_FOX",a[a.COOKED_SUNLIGHT_ANTELOPE=29140]="COOKED_SUNLIGHT_ANTELOPE",a[a.COOKED_MOONLIGHT_ANTELOPE=29143]="COOKED_MOONLIGHT_ANTELOPE",a[a.COOKED_LARUPIA=29146]="COOKED_LARUPIA",a[a.COOKED_GRAAHK=29149]="COOKED_GRAAHK",a[a.COOKED_KYATT=29152]="COOKED_KYATT",a[a.FOX_FUR=29163]="FOX_FUR",a[a.JERBOA_TAIL=29166]="JERBOA_TAIL",a[a.SUNLIGHT_ANTELOPE_ANTLER=29168]="SUNLIGHT_ANTELOPE_ANTLER",a[a.MOONLIGHT_ANTELOPE_ANTLER=29171]="MOONLIGHT_ANTELOPE_ANTLER",a[a.MOONLIGHT_ANTELOPE_FUR=29174]="MOONLIGHT_ANTELOPE_FUR",a[a.SUNLIGHT_ANTELOPE_FUR=29177]="SUNLIGHT_ANTELOPE_FUR",a[a.SAPPHIRE_GLACIALIS_MIX_2_DOSE=29180]="SAPPHIRE_GLACIALIS_MIX_2_DOSE",a[a.SNOWY_KNIGHT_MIX_2_DOSE=29183]="SNOWY_KNIGHT_MIX_2_DOSE",a[a.RUBY_HARVEST_MIX_2_DOSE=29186]="RUBY_HARVEST_MIX_2_DOSE",a[a.BLACK_WARLOCK_MIX_2_DOSE=29189]="BLACK_WARLOCK_MIX_2_DOSE",a[a.SUNLIGHT_MOTH_MIX_2_DOSE=29192]="SUNLIGHT_MOTH_MIX_2_DOSE",a[a.MOONLIGHT_MOTH_MIX_2_DOSE=29195]="MOONLIGHT_MOTH_MIX_2_DOSE",a[a.SAPPHIRE_GLACIALIS_MIX_1_DOSE=29198]="SAPPHIRE_GLACIALIS_MIX_1_DOSE",a[a.SNOWY_KNIGHT_MIX_1_DOSE=29201]="SNOWY_KNIGHT_MIX_1_DOSE",a[a.RUBY_HARVEST_MIX_1_DOSE=29204]="RUBY_HARVEST_MIX_1_DOSE",a[a.BLACK_WARLOCK_MIX_1_DOSE=29207]="BLACK_WARLOCK_MIX_1_DOSE",a[a.SUNLIGHT_MOTH_MIX_1_DOSE=29210]="SUNLIGHT_MOTH_MIX_1_DOSE",a[a.MOONLIGHT_MOTH_MIX_1_DOSE=29213]="MOONLIGHT_MOTH_MIX_1_DOSE",a[a.JAGUAR_FUR=29218]="JAGUAR_FUR",a[a.ENHANCED_QUETZAL_WHISTLE_BLUEPRINT=29253]="ENHANCED_QUETZAL_WHISTLE_BLUEPRINT",a[a.PERFECTED_QUETZAL_WHISTLE_BLUEPRINT=29256]="PERFECTED_QUETZAL_WHISTLE_BLUEPRINT",a[a.GUILD_HUNTER_HEADWEAR=29263]="GUILD_HUNTER_HEADWEAR",a[a.GUILD_HUNTER_TOP=29265]="GUILD_HUNTER_TOP",a[a.GUILD_HUNTER_LEGS=29267]="GUILD_HUNTER_LEGS",a[a.GUILD_HUNTER_BOOTS=29269]="GUILD_HUNTER_BOOTS",a[a.TRAPPERS_TIPPLE=29277]="TRAPPERS_TIPPLE",a[a.MIXED_HIDE_TOP=29280]="MIXED_HIDE_TOP",a[a.MIXED_HIDE_LEGS=29283]="MIXED_HIDE_LEGS",a[a.MIXED_HIDE_BOOTS=29286]="MIXED_HIDE_BOOTS",a[a.MIXED_HIDE_CAPE=29289]="MIXED_HIDE_CAPE",a[a.MIXED_HIDE_BASE=29292]="MIXED_HIDE_BASE",a[a.HUNTERS_SPEAR=29305]="HUNTERS_SPEAR",a[a.QUETZAL_FEED=29307]="QUETZAL_FEED",a[a.HUNTER_SPEAR_TIPS=29311]="HUNTER_SPEAR_TIPS",a[a.SUNBEAM_ALE=29409]="SUNBEAM_ALE",a[a.STEAMFORGE_BREW=29412]="STEAMFORGE_BREW",a[a.ECLIPSE_WINE=29415]="ECLIPSE_WINE",a[a.MOONLITE=29418]="MOONLITE",a[a.SUNSHINE=29421]="SUNSHINE",a[a.SUNFIRE_FANATIC_ARMOUR_SET=29424]="SUNFIRE_FANATIC_ARMOUR_SET",a[a.BOOK_OF_EGG=29433]="BOOK_OF_EGG",a[a.EGG_PRIEST_ROBE=29437]="EGG_PRIEST_ROBE",a[a.EGG_PRIEST_ROBE_TOP=29439]="EGG_PRIEST_ROBE_TOP",a[a.EGG_PRIEST_NECKLACE=29441]="EGG_PRIEST_NECKLACE",a[a.EGG_PRIEST_MITRE=29443]="EGG_PRIEST_MITRE",a[a.ZOMBIE_PIRATE_KEY=29449]="ZOMBIE_PIRATE_KEY",a[a.TELEPORT_ANCHORING_SCROLL=29455]="TELEPORT_ANCHORING_SCROLL",a[a.ADAMANT_SEEDS=29458]="ADAMANT_SEEDS",a[a.CURSED_AMULET_OF_MAGIC=29486]="CURSED_AMULET_OF_MAGIC",a[a.RAINBOW_CAPE_PRIDE=29489]="RAINBOW_CAPE_PRIDE",a[a.RAINBOW_CAPE_BISEXUAL=29491]="RAINBOW_CAPE_BISEXUAL",a[a.RAINBOW_CAPE_ASEXUAL=29493]="RAINBOW_CAPE_ASEXUAL",a[a.RAINBOW_CAPE_TRANSGENDER=29495]="RAINBOW_CAPE_TRANSGENDER",a[a.RAINBOW_CAPE_PANSEXUAL=29497]="RAINBOW_CAPE_PANSEXUAL",a[a.RAINBOW_CAPE_NONBINARY=29499]="RAINBOW_CAPE_NONBINARY",a[a.RAINBOW_CAPE_GENDERQUEER=29501]="RAINBOW_CAPE_GENDERQUEER",a[a.RAINBOW_CAPE_LESBIAN=29503]="RAINBOW_CAPE_LESBIAN",a[a.RAINBOW_CAPE_GAY=29505]="RAINBOW_CAPE_GAY",a[a.RAINBOW_CROWN_SHIRT_PRIDE=29507]="RAINBOW_CROWN_SHIRT_PRIDE",a[a.RAINBOW_CROWN_SHIRT_BISEXUAL=29509]="RAINBOW_CROWN_SHIRT_BISEXUAL",a[a.RAINBOW_CROWN_SHIRT_ASEXUAL=29510]="RAINBOW_CROWN_SHIRT_ASEXUAL",a[a.RAINBOW_CROWN_SHIRT_TRANSGENDER=29511]="RAINBOW_CROWN_SHIRT_TRANSGENDER",a[a.RAINBOW_CROWN_SHIRT_PANSEXUAL=29512]="RAINBOW_CROWN_SHIRT_PANSEXUAL",a[a.RAINBOW_CROWN_SHIRT_NONBINARY=29513]="RAINBOW_CROWN_SHIRT_NONBINARY",a[a.RAINBOW_CROWN_SHIRT_GENDERQUEER=29514]="RAINBOW_CROWN_SHIRT_GENDERQUEER",a[a.RAINBOW_CROWN_SHIRT_LESBIAN=29515]="RAINBOW_CROWN_SHIRT_LESBIAN",a[a.RAINBOW_CROWN_SHIRT_GAY=29516]="RAINBOW_CROWN_SHIRT_GAY",a[a.ELITE_BLACK_FULL_HELM=29560]="ELITE_BLACK_FULL_HELM",a[a.ELITE_BLACK_PLATEBODY=29562]="ELITE_BLACK_PLATEBODY",a[a.ELITE_BLACK_PLATELEGS=29564]="ELITE_BLACK_PLATELEGS",a[a.DARK_SQUALL_HOOD=29566]="DARK_SQUALL_HOOD",a[a.DARK_SQUALL_ROBE_TOP=29568]="DARK_SQUALL_ROBE_TOP",a[a.DARK_SQUALL_ROBE_BOTTOM=29570]="DARK_SQUALL_ROBE_BOTTOM",a[a.BURNING_CLAW=29574]="BURNING_CLAW",a[a.BONE_CLAWS=29577]="BONE_CLAWS",a[a.TORMENTED_SYNAPSE=29580]="TORMENTED_SYNAPSE",a[a.EMBERLIGHT=29589]="EMBERLIGHT",a[a.SCORCHING_BOW=29591]="SCORCHING_BOW",a[a.PURGING_STAFF=29594]="PURGING_STAFF",a[a.CORRUPTED_DARK_BOW=29599]="CORRUPTED_DARK_BOW",a[a.CORRUPTED_VOLATILE_NIGHTMARE_STAFF=29602]="CORRUPTED_VOLATILE_NIGHTMARE_STAFF",a[a.ARMADYL_GODSWORD_DEADMAN=29605]="ARMADYL_GODSWORD_DEADMAN",a[a.VOIDWAKER_DEADMAN=29607]="VOIDWAKER_DEADMAN",a[a.VOLATILE_NIGHTMARE_STAFF_DEADMAN=29609]="VOLATILE_NIGHTMARE_STAFF_DEADMAN",a[a.DARK_BOW_DEADMAN=29611]="DARK_BOW_DEADMAN",a[a.IMBUED_ZAMORAK_CAPE_DEADMAN=29613]="IMBUED_ZAMORAK_CAPE_DEADMAN",a[a.IMBUED_GUTHIX_CAPE_DEADMAN=29615]="IMBUED_GUTHIX_CAPE_DEADMAN",a[a.IMBUED_SARADOMIN_CAPE_DEADMAN=29617]="IMBUED_SARADOMIN_CAPE_DEADMAN",a[a.ARMAGEDDON_RUG=29619]="ARMAGEDDON_RUG",a[a.ARMAGEDDON_TELEPORT_SCROLL=29622]="ARMAGEDDON_TELEPORT_SCROLL",a[a.ARMAGEDDON_WEAPON_SCROLL=29625]="ARMAGEDDON_WEAPON_SCROLL",a[a.ARMAGEDDON_CAPE_FABRIC=29628]="ARMAGEDDON_CAPE_FABRIC",a[a.BLIGHTED_OVERLOAD_4_DOSE=29631]="BLIGHTED_OVERLOAD_4_DOSE",a[a.BLIGHTED_OVERLOAD_3_DOSE=29634]="BLIGHTED_OVERLOAD_3_DOSE",a[a.BLIGHTED_OVERLOAD_2_DOSE=29637]="BLIGHTED_OVERLOAD_2_DOSE",a[a.BLIGHTED_OVERLOAD_1_DOSE=29640]="BLIGHTED_OVERLOAD_1_DOSE",a[a.CHITIN=29643]="CHITIN",a[a.GUTHIXIAN_TEMPLE_TELEPORT=29684]="GUTHIXIAN_TEMPLE_TELEPORT",a[a.DNI23_TORSO_LIGHTBUTTONS=29686]="DNI23_TORSO_LIGHTBUTTONS",a[a.DNI23_TORSO_DARKBUTTONS_DARK_BUTTONS=29688]="DNI23_TORSO_DARKBUTTONS_DARK_BUTTONS",a[a.DNI23_TORSO_DARKBUTTONS_JACKET=29690]="DNI23_TORSO_DARKBUTTONS_JACKET",a[a.DNI23_TORSO_SHIRT=29692]="DNI23_TORSO_SHIRT",a[a.DNI23_TORSO_STITCHING=29694]="DNI23_TORSO_STITCHING",a[a.DNI23_TORSO_TWOTONED=29696]="DNI23_TORSO_TWOTONED",a[a.DNI23_TORSO_PRINCELY=29698]="DNI23_TORSO_PRINCELY",a[a.DNI23_TORSO_RIPPEDWESKIT_RIPPED_WESKIT=29700]="DNI23_TORSO_RIPPEDWESKIT_RIPPED_WESKIT",a[a.DNI23_TORSO_RIPPEDWESKIT_TORN_WESKIT=29702]="DNI23_TORSO_RIPPEDWESKIT_TORN_WESKIT",a[a.DNI23_TORSO_CROPTOPS=29704]="DNI23_TORSO_CROPTOPS",a[a.DNI23_TORSO_POLONECK=29706]="DNI23_TORSO_POLONECK",a[a.DNI23_TORSO_SIMPLE=29708]="DNI23_TORSO_SIMPLE",a[a.DNI23_TORSO_FRILLY=29710]="DNI23_TORSO_FRILLY",a[a.DNI23_TORSO_CORSETRY=29712]="DNI23_TORSO_CORSETRY",a[a.DNI23_TORSO_BODICE=29714]="DNI23_TORSO_BODICE",a[a.DNI23_ARMS_THIN=29716]="DNI23_ARMS_THIN",a[a.DNI23_ARMS_SHOULDERPADS=29718]="DNI23_ARMS_SHOULDERPADS",a[a.DNI23_ARMS_THICKSTRIPE=29720]="DNI23_ARMS_THICKSTRIPE",a[a.DNI23_ARMS_LOOSESLEEVES=29722]="DNI23_ARMS_LOOSESLEEVES",a[a.DNI23_ARMS_PRINCELY=29724]="DNI23_ARMS_PRINCELY",a[a.DNI23_ARMS_TATTYLONG=29726]="DNI23_ARMS_TATTYLONG",a[a.DNI23_ARMS_RIPPED=29728]="DNI23_ARMS_RIPPED",a[a.DNI23_ARMS_BARE=29730]="DNI23_ARMS_BARE",a[a.DNI23_ARMS_FRILLY=29732]="DNI23_ARMS_FRILLY",a[a.DNI23_ARMS_TATTYSHORT=29734]="DNI23_ARMS_TATTYSHORT",a[a.DNI23_ARMS_BARESHOULDERS=29736]="DNI23_ARMS_BARESHOULDERS",a[a.DNI23_LEGS_SHORTS=29738]="DNI23_LEGS_SHORTS",a[a.DNI23_LEGS_BEACH=29740]="DNI23_LEGS_BEACH",a[a.DNI23_LEGS_PRINCELY=29742]="DNI23_LEGS_PRINCELY",a[a.DNI23_LEGS_LEGGINGS=29744]="DNI23_LEGS_LEGGINGS",a[a.DNI23_LEGS_SIDESTRIPES=29746]="DNI23_LEGS_SIDESTRIPES",a[a.DNI23_LEGS_RIPPED=29748]="DNI23_LEGS_RIPPED",a[a.DNI23_LEGS_PATCHED=29750]="DNI23_LEGS_PATCHED",a[a.DNI23_LEGS_SKIRT=29752]="DNI23_LEGS_SKIRT",a[a.DNI23_LEGS_LONGSKIRT=29754]="DNI23_LEGS_LONGSKIRT",a[a.DNI23_LEGS_LONGNARROWSKIRT=29756]="DNI23_LEGS_LONGNARROWSKIRT",a[a.DNI23_LEGS_SHORTSKIRT=29758]="DNI23_LEGS_SHORTSKIRT",a[a.DNI23_LEGS_LAYERED=29760]="DNI23_LEGS_LAYERED",a[a.DNI23_LEGS_SASHDOTS=29762]="DNI23_LEGS_SASHDOTS",a[a.DNI23_LEGS_BIGHEM=29764]="DNI23_LEGS_BIGHEM",a[a.DNI23_LEGS_SASHTROUSERS=29766]="DNI23_LEGS_SASHTROUSERS",a[a.DNI23_LEGS_PATTERNED=29768]="DNI23_LEGS_PATTERNED",a[a.DNI23_LEGS_TORNSKIRT=29770]="DNI23_LEGS_TORNSKIRT",a[a.DNI23_LEGS_PATCHEDSKIRT=29772]="DNI23_LEGS_PATCHEDSKIRT",a[a.AMYS_SAW_OFFHAND=29774]="AMYS_SAW_OFFHAND",a[a.IMCANDO_HAMMER_OFFHAND=29775]="IMCANDO_HAMMER_OFFHAND",a[a.BRUMA_TORCH_OFFHAND=29777]="BRUMA_TORCH_OFFHAND",a[a.SPIDER_CAVE_TELEPORT=29782]="SPIDER_CAVE_TELEPORT",a[a.ARAXYTE_VENOM_SACK=29784]="ARAXYTE_VENOM_SACK",a[a.NOXIOUS_HALBERD=29796]="NOXIOUS_HALBERD",a[a.AMULET_OF_RANCOUR=29801]="AMULET_OF_RANCOUR",a[a.AMULET_OF_RANCOUR_S=29804]="AMULET_OF_RANCOUR_S",a[a.ARANEA_BOOTS=29806]="ARANEA_BOOTS",a[a.ARAXYTE_SLAYER_HELMET=29816]="ARAXYTE_SLAYER_HELMET",a[a.ARAXYTE_SLAYER_HELMET_I_NIGHTMARE_ZONE=29818]="ARAXYTE_SLAYER_HELMET_I_NIGHTMARE_ZONE",a[a.ARAXYTE_SLAYER_HELMET_I_SOUL_WARS=29820]="ARAXYTE_SLAYER_HELMET_I_SOUL_WARS",a[a.ARAXYTE_SLAYER_HELMET_I_EMIRS_ARENA=29822]="ARAXYTE_SLAYER_HELMET_I_EMIRS_ARENA",a))(vd||{});var xd=(r=>(r[r.ARAXXOR=13668]="ARAXXOR",r[r.CORPOREAL_BEAST=319]="CORPOREAL_BEAST",r[r.DAGANNOTH_PRIME=2266]="DAGANNOTH_PRIME",r[r.DAGANNOTH_REX=2267]="DAGANNOTH_REX",r[r.DAGANNOTH_SUPREME=2265]="DAGANNOTH_SUPREME",r[r.GIANT_MOLE=5779]="GIANT_MOLE",r[r.KALPHITE_QUEEN=963]="KALPHITE_QUEEN",r[r.OBOR=7416]="OBOR",r[r.SARACHNIS=8713]="SARACHNIS",r[r.VORKATH=8061]="VORKATH",r[r.ZULRAH=2042]="ZULRAH",r[r.COMMANDER_ZILYANA=2205]="COMMANDER_ZILYANA",r[r.GENERAL_GRAARDOR=2215]="GENERAL_GRAARDOR",r[r.KREEARRA=3162]="KREEARRA",r[r.KRIL_TSUTSAROTH=3129]="KRIL_TSUTSAROTH",r[r.BRYOPHYTA=8195]="BRYOPHYTA",r[r.SKOTIZO=7286]="SKOTIZO",r[r.DERANGED_ARCHAEOLOGIST=7806]="DERANGED_ARCHAEOLOGIST",r[r.PHANTOM_MUSPAH=12077]="PHANTOM_MUSPAH",r[r.DUKE_SUCELLUS=12191]="DUKE_SUCELLUS",r[r.VARDORVIS=12223]="VARDORVIS",r[r.THE_LEVIATHAN=12214]="THE_LEVIATHAN",r[r.THE_WHISPERER=12204]="THE_WHISPERER",r[r.DUKE_SUCELLUS_AWAKENED=12192]="DUKE_SUCELLUS_AWAKENED",r[r.THE_LEVIATHAN_AWAKENED=12215]="THE_LEVIATHAN_AWAKENED",r[r.THE_WHISPERER_AWAKENED=12205]="THE_WHISPERER_AWAKENED",r[r.VARDORVIS_AWAKENED=12224]="VARDORVIS_AWAKENED",r[r.SCURRIUS=7222]="SCURRIUS",r[r.CALLISTO=6503]="CALLISTO",r[r.CHAOS_ELEMENTAL=2054]="CHAOS_ELEMENTAL",r[r.CRAZY_ARCHAEOLOGIST=6618]="CRAZY_ARCHAEOLOGIST",r[r.KING_BLACK_DRAGON=6502]="KING_BLACK_DRAGON",r[r.SCORPIA=6615]="SCORPIA",r[r.VENENATIS=6610]="VENENATIS",r[r.VETION=6611]="VETION",r[r.CHAOS_FANATIC=6619]="CHAOS_FANATIC",r[r.ARTIO=11992]="ARTIO",r[r.SPINDEL=11998]="SPINDEL",r[r.CALVARION=11993]="CALVARION",r[r.ABYSSAL_SIRE=5886]="ABYSSAL_SIRE",r[r.CERBERUS=5862]="CERBERUS",r[r.ALCHEMICAL_HYDRA=8615]="ALCHEMICAL_HYDRA",r[r.GROTESQUE_GUARDIANS=7851]="GROTESQUE_GUARDIANS",r[r.THERMONUCLEAR_SMOKE_DEVIL=499]="THERMONUCLEAR_SMOKE_DEVIL",r[r.KRAKEN=494]="KRAKEN",r[r.BLOOD_REAVER=11293]="BLOOD_REAVER",r[r.BRUTAL_BLACK_DRAGON=7275]="BRUTAL_BLACK_DRAGON",r[r.BABY_BLACK_DRAGON=1871]="BABY_BLACK_DRAGON",r[r.BANDIT=6605]="BANDIT",r[r.ARMADYLIAN_GUARD=6587]="ARMADYLIAN_GUARD",r[r.BLACK_KNIGHT=516]="BLACK_KNIGHT",r[r.DARK_WARRIOR=531]="DARK_WARRIOR",r[r.DEADLY_RED_SPIDER=3021]="DEADLY_RED_SPIDER",r[r.ELDER_CHAOS_DRUID=6607]="ELDER_CHAOS_DRUID",r[r.ENT=6594]="ENT",r[r.REVENANT_CYCLOPS=7934]="REVENANT_CYCLOPS",r[r.REVENANT_PYREFIEND=7932]="REVENANT_PYREFIEND",r[r.REVENANT_ORK=7937]="REVENANT_ORK",r[r.REVENANT_KNIGHT=7939]="REVENANT_KNIGHT",r[r.REVENANT_IMP=7881]="REVENANT_IMP",r[r.REVENANT_HOBGOBLIN=7933]="REVENANT_HOBGOBLIN",r[r.REVENANT_HELLHOUND=7935]="REVENANT_HELLHOUND",r[r.REVENANT_GOBLIN=7931]="REVENANT_GOBLIN",r[r.REVENANT_DRAGON=7940]="REVENANT_DRAGON",r[r.REVENANT_DEMON=7936]="REVENANT_DEMON",r[r.REVENANT_DARK_BEAST=7938]="REVENANT_DARK_BEAST",r[r.PIRATE=521]="PIRATE",r[r.MAMMOTH=6604]="MAMMOTH",r[r.MAGIC_AXE=2844]="MAGIC_AXE",r[r.LAVA_DRAGON=6593]="LAVA_DRAGON",r[r.GUARD_BANDIT=1027]="GUARD_BANDIT",r[r.DAGANNOTH_SPAWN=3184]="DAGANNOTH_SPAWN",r[r.FERAL_VAMPYRE=3234]="FERAL_VAMPYRE",r[r.FEVER_SPIDER=626]="FEVER_SPIDER",r[r.GIANT_SEA_SNAKE=1101]="GIANT_SEA_SNAKE",r[r.GREATER_NECHRYAEL=7278]="GREATER_NECHRYAEL",r[r.GREEN_DRAGON=260]="GREEN_DRAGON",r[r.HARPIE_BUG_SWARM=464]="HARPIE_BUG_SWARM",r[r.INFERNAL_MAGE=447]="INFERNAL_MAGE",r[r.JUNGLE_HORROR=1042]="JUNGLE_HORROR",r[r.KILLERWATT=469]="KILLERWATT",r[r.LESSER_DEMON=2005]="LESSER_DEMON",r[r.ELF_ARCHER=5295]="ELF_ARCHER",r[r.FLESH_CRAWLER=2498]="FLESH_CRAWLER",r[r.FIYR_SHADE=1286]="FIYR_SHADE",r[r.DEVIANT_SPECTRE=7279]="DEVIANT_SPECTRE",r[r.DAGANNOTH_FLEDGELING=2264]="DAGANNOTH_FLEDGELING",r[r.HYDRA=8609]="HYDRA",r[r.ICE_GIANT=2085]="ICE_GIANT",r[r.ICE_TROLL=648]="ICE_TROLL",r[r.ICE_WARRIOR=2841]="ICE_WARRIOR",r[r.PHRIN_SHADE=1280]="PHRIN_SHADE",r[r.OTHERWORLDLY_BEING=2843]="OTHERWORLDLY_BEING",r[r.MUTATED_BLOODVELD=7276]="MUTATED_BLOODVELD",r[r.MOURNER=8844]="MOURNER",r[r.MOSS_GIANT=2090]="MOSS_GIANT",r[r.MOLANISK=1]="MOLANISK",r[r.MOGRE=2592]="MOGRE",r[r.LOAR_SHADE=1277]="LOAR_SHADE",r[r.LIZARDMAN_BRUTE=6918]="LIZARDMAN_BRUTE",r[r.JELLY=437]="JELLY",r[r.IORWERTH_ARCHER=3428]="IORWERTH_ARCHER",r[r.IORWERTH_WARRIOR=3429]="IORWERTH_WARRIOR",r[r.WEREWOLF=2593]="WEREWOLF",r[r.WATERFIEND=2916]="WATERFIEND",r[r.WARPED_JELLY=7277]="WARPED_JELLY",r[r.WALL_BEAST=476]="WALL_BEAST",r[r.VYREWATCH_SENTINEL=9756]="VYREWATCH_SENTINEL",r[r.VYREWATCH=3717]="VYREWATCH",r[r.VAMPYRE_JUVINATE=3694]="VAMPYRE_JUVINATE",r[r.TZHAARKET=2173]="TZHAARKET",r[r.TROLL_GENERAL=4120]="TROLL_GENERAL",r[r.TERROR_DOG=6473]="TERROR_DOG",r[r.SHADOW_WARRIOR=2853]="SHADOW_WARRIOR",r[r.SHADE=5633]="SHADE",r[r.SEA_SNAKE_YOUNG=1097]="SEA_SNAKE_YOUNG",r[r.SEA_SNAKE_HATCHLING=1098]="SEA_SNAKE_HATCHLING",r[r.ROCKSLUG=421]="ROCKSLUG",r[r.RIYL_SHADE=1282]="RIYL_SHADE",r[r.PYREFIEND=433]="PYREFIEND",r[r.PYRELORD=6762]="PYRELORD",r[r.PORAZDIR=7860]="PORAZDIR",r[r.OGRE=136]="OGRE",r[r.OGRESS_SHAMAN=7991]="OGRESS_SHAMAN",r[r.OGRESS_WARRIOR=7990]="OGRESS_WARRIOR",r[r.ANCIENT_ZYGOMITE=7797]="ANCIENT_ZYGOMITE",r[r.ASYN_SHADE=1284]="ASYN_SHADE",r[r.BABY_BLUE_DRAGON=241]="BABY_BLUE_DRAGON",r[r.BABY_GREEN_DRAGON=5194]="BABY_GREEN_DRAGON",r[r.BABY_RED_DRAGON=137]="BABY_RED_DRAGON",r[r.BRONZE_DRAGON=270]="BRONZE_DRAGON",r[r.BRUTAL_BLUE_DRAGON=7273]="BRUTAL_BLUE_DRAGON",r[r.BRUTAL_GREEN_DRAGON=2918]="BRUTAL_GREEN_DRAGON",r[r.BRUTAL_RED_DRAGON=7274]="BRUTAL_RED_DRAGON",r[r.CATABLEPON=2475]="CATABLEPON",r[r.COCKATRICE=420]="COCKATRICE",r[r.CROCODILE=4184]="CROCODILE",r[r.CYCLOPS=2097]="CYCLOPS",r[r.TEMPLE_SPIDER=8703]="TEMPLE_SPIDER",r[r.TERRORBIRD=2064]="TERRORBIRD",r[r.TORTURED_GORILLA=7097]="TORTURED_GORILLA",r[r.TORTURED_SOUL=2999]="TORTURED_SOUL",r[r.TWISTED_BANSHEE=7272]="TWISTED_BANSHEE",r[r.UNDEAD_CHICKEN=2993]="UNDEAD_CHICKEN",r[r.UNDEAD_COW=2992]="UNDEAD_COW",r[r.UNDEAD_DRUID=2145]="UNDEAD_DRUID",r[r.UNDEAD_ONE=5342]="UNDEAD_ONE",r[r.URIUM_SHADE=10589]="URIUM_SHADE",r[r.WHITE_WOLF=108]="WHITE_WOLF",r[r.WILD_DOG=112]="WILD_DOG",r[r.ZOGRE=866]="ZOGRE",r[r.ZOMBIE_RAT=3969]="ZOMBIE_RAT",r[r.PENGUIN=2063]="PENGUIN",r[r.PIT_SCORPION=3026]="PIT_SCORPION",r[r.POISON_SCORPION=3025]="POISON_SCORPION",r[r.ROOSTER=3663]="ROOSTER",r[r.SEAGULL=1338]="SEAGULL",r[r.SHADOW_SPIDER=3016]="SHADOW_SPIDER",r[r.SKELETON_FREMENNIK=4498]="SKELETON_FREMENNIK",r[r.SKELETON_MAGE=4319]="SKELETON_MAGE",r[r.SKOGRE=878]="SKOGRE",r[r.SMALL_LIZARD=463]="SMALL_LIZARD",r[r.SULPHUR_LIZARD=8614]="SULPHUR_LIZARD",r[r.GIANT_BAT=2834]="GIANT_BAT",r[r.GIANT_CRYPT_SPIDER=1684]="GIANT_CRYPT_SPIDER",r[r.GIANT_RAT=2510]="GIANT_RAT",r[r.GIANT_SPIDER=2477]="GIANT_SPIDER",r[r.GRIZZLY_BEAR=3423]="GRIZZLY_BEAR",r[r.GRIZZLY_BEAR_CUB=3425]="GRIZZLY_BEAR_CUB",r[r.ICE_WOLF=645]="ICE_WOLF",r[r.JACKAL=4185]="JACKAL",r[r.JUNGLE_WOLF=232]="JUNGLE_WOLF",r[r.KALPHITE_GUARDIAN=959]="KALPHITE_GUARDIAN",r[r.KALPHITE_SOLDIER=957]="KALPHITE_SOLDIER",r[r.KING_SCORPION=3027]="KING_SCORPION",r[r.LOBSTROSITY=7796]="LOBSTROSITY",r[r.MONKEY_ARCHER=5272]="MONKEY_ARCHER",r[r.MONKEY_GUARD=5271]="MONKEY_GUARD",r[r.MONKEY_ZOMBIE=5281]="MONKEY_ZOMBIE",r[r.MOUNTED_TERRORBIRD_GNOME=2067]="MOUNTED_TERRORBIRD_GNOME",r[r.BEAR_CUB=3909]="BEAR_CUB",r[r.BIG_WOLF=115]="BIG_WOLF",r[r.BIRD=5240]="BIRD",r[r.BLACK_GUARD=6046]="BLACK_GUARD",r[r.CAVE_GOBLIN_GUARD=5334]="CAVE_GOBLIN_GUARD",r[r.CHAOS_DWARF=291]="CHAOS_DWARF",r[r.CHICKEN=3316]="CHICKEN",r[r.CHOMPY_BIRD=1475]="CHOMPY_BIRD",r[r.COW_CALF=2792]="COW_CALF",r[r.CRYPT_RAT=1679]="CRYPT_RAT",r[r.DEATH_WING=509]="DEATH_WING",r[r.DESERT_LIZARD=459]="DESERT_LIZARD",r[r.DESERT_WOLF=4649]="DESERT_WOLF",r[r.DUCK=1838]="DUCK",r[r.DUCKLING=2001]="DUCKLING",r[r.DUNGEON_RAT=2865]="DUNGEON_RAT",r[r.DWARF_GANG_MEMBER=1354]="DWARF_GANG_MEMBER",r[r.ABERRANT_SPECTRE=2]="ABERRANT_SPECTRE",r[r.DAGANNOTH=3185]="DAGANNOTH",r[r.GUARD=995]="GUARD",r[r.RED_DRAGON=247]="RED_DRAGON",r[r.ABYSSAL_DEMON=415]="ABYSSAL_DEMON",r[r.DARK_BEAST=4005]="DARK_BEAST",r[r.HELLHOUND=104]="HELLHOUND",r[r.RUNE_DRAGON=8031]="RUNE_DRAGON",r[r.ADAMANT_DRAGON=8030]="ADAMANT_DRAGON",r[r.DEMONIC_GORILLA=7144]="DEMONIC_GORILLA",r[r.SCARAB_MAGE=794]="SCARAB_MAGE",r[r.ANKOU=2514]="ANKOU",r[r.DRAKE=8612]="DRAKE",r[r.IRON_DRAGON=272]="IRON_DRAGON",r[r.SKELETAL_WYVERN=465]="SKELETAL_WYVERN",r[r.AVIANSIE=3169]="AVIANSIE",r[r.DUST_DEVIL=423]="DUST_DEVIL",r[r.KALPHITE_WORKER=955]="KALPHITE_WORKER",r[r.SMOKE_DEVIL=498]="SMOKE_DEVIL",r[r.BASILISK_KNIGHT=9293]="BASILISK_KNIGHT",r[r.ELF_WARRIOR=5293]="ELF_WARRIOR",r[r.KURASK=410]="KURASK",r[r.SPIRITUAL_MAGE=2212]="SPIRITUAL_MAGE",r[r.BASILISK=417]="BASILISK",r[r.FIRE_GIANT=2075]="FIRE_GIANT",r[r.LIZARDMAN_SHAMAN=6766]="LIZARDMAN_SHAMAN",r[r.SPIRITUAL_RANGER=2211]="SPIRITUAL_RANGER",r[r.BLACK_DEMON=240]="BLACK_DEMON",r[r.ANCIENT_WYVERN=7795]="ANCIENT_WYVERN",r[r.LIZARDMAN=6914]="LIZARDMAN",r[r.SPIRITUAL_WARRIOR=2210]="SPIRITUAL_WARRIOR",r[r.BLACK_DRAGON=252]="BLACK_DRAGON",r[r.LONGTAILED_WYVERN=7792]="LONGTAILED_WYVERN",r[r.LOCUST_RIDER=795]="LOCUST_RIDER",r[r.STEEL_DRAGON=8086]="STEEL_DRAGON",r[r.BLOODVELD=484]="BLOODVELD",r[r.SPITTING_WYVERN=7794]="SPITTING_WYVERN",r[r.MAN=1118]="MAN",r[r.SUQAH=787]="SUQAH",r[r.BLUE_DRAGON=265]="BLUE_DRAGON",r[r.TALONED_WYVERN=7793]="TALONED_WYVERN",r[r.MITHRIL_DRAGON=2919]="MITHRIL_DRAGON",r[r.TUROTH=426]="TUROTH",r[r.BRINE_RAT=4501]="BRINE_RAT",r[r.GARGOYLE=412]="GARGOYLE",r[r.MOUNTAIN_TROLL=936]="MOUNTAIN_TROLL",r[r.WOMAN=1119]="WOMAN",r[r.CAVE_HORROR=1047]="CAVE_HORROR",r[r.GOBLIN=655]="GOBLIN",r[r.ZYGOMITE=537]="ZYGOMITE",r[r.WYRM=8610]="WYRM",r[r.CAVE_KRAKEN=492]="CAVE_KRAKEN",r[r.GREATER_DEMON=2025]="GREATER_DEMON",r[r.NECHRYAEL=8]="NECHRYAEL",r[r.BANSHEE=414]="BANSHEE",r[r.CAVE_BUG=481]="CAVE_BUG",r[r.COW=2790]="COW",r[r.DWARF=290]="DWARF",r[r.LIZARD=458]="LIZARD",r[r.RAT=2854]="RAT",r[r.SPIDER=3019]="SPIDER",r[r.BAT=2827]="BAT",r[r.CAVE_CRAWLER=406]="CAVE_CRAWLER",r[r.CRAWLING_HAND=448]="CRAWLING_HAND",r[r.GHOST=85]="GHOST",r[r.MINOTAUR=2481]="MINOTAUR",r[r.SCORPION=3024]="SCORPION",r[r.WOLF=106]="WOLF",r[r.BLACK_BEAR=2839]="BLACK_BEAR",r[r.CAVE_SLIME=480]="CAVE_SLIME",r[r.GUARD_DOG=114]="GUARD_DOG",r[r.ICEFIEND=3140]="ICEFIEND",r[r.MONKEY=2848]="MONKEY",r[r.SKELETON=70]="SKELETON",r[r.ZOMBIE=26]="ZOMBIE",r[r.HILL_GIANT=2098]="HILL_GIANT",r[r.POLLNIVNIAN_BANDIT=736]="POLLNIVNIAN_BANDIT",r[r.CAVE_GOBLIN=6434]="CAVE_GOBLIN",r[r.DESERT_BANDIT=690]="DESERT_BANDIT",r[r.ELF=5299]="ELF",r[r.FARMER=3114]="FARMER",r[r.FREMENNIK_CITIZEN=3937]="FREMENNIK_CITIZEN",r[r.GNOME=5969]="GNOME",r[r.GOAT=1792]="GOAT",r[r.MALE_HAM_MEMBER=2540]="MALE_HAM_MEMBER",r[r.FEMALE_HAM_MEMBER=2541]="FEMALE_HAM_MEMBER",r[r.HERO=3295]="HERO",r[r.KNIGHT_OF_ARDOUGNE=3297]="KNIGHT_OF_ARDOUGNE",r[r.MASTER_FARMER=5730]="MASTER_FARMER",r[r.PALADIN=1144]="PALADIN",r[r.WATCHMAN=5420]="WATCHMAN",r[r.VYRE=9710]="VYRE",r[r.TZHAARHUR=2161]="TZHAARHUR",r[r.ROGUE=526]="ROGUE",r[r.PRIFDDINAS_ELF=9076]="PRIFDDINAS_ELF",r[r.WARRIOR_WOMAN=3260]="WARRIOR_WOMAN",r[r.ALKHARID_WARRIOR=3292]="ALKHARID_WARRIOR",r[r.GHOUL=289]="GHOUL",r[r.EARTH_WARRIOR=2840]="EARTH_WARRIOR",r[r.IMP=5007]="IMP",r[r.JOGRE=2094]="JOGRE",r[r.HOBGOBLIN=3049]="HOBGOBLIN",r[r.CHAOS_DRUID=520]="CHAOS_DRUID",r[r.UNICORN=2837]="UNICORN",r[r.MENAPHITE_THUG=3549]="MENAPHITE_THUG",r[r.RABBIT=9118]="RABBIT",r[r.TZHAARXIL=2168]="TZHAARXIL",r[r.TZHAARMEJ=2154]="TZHAARMEJ",r[r.GIANT_FROG=477]="GIANT_FROG",r[r.JUBBLY_BIRD=4863]="JUBBLY_BIRD",r[r.MANIACAL_MONKEY=7118]="MANIACAL_MONKEY",r[r.ZOMBIE_PIRATE=13489]="ZOMBIE_PIRATE",r[r.TORMENTED_DEMON=13600]="TORMENTED_DEMON",r[r.ARMOURED_ZOMBIE=12720]="ARMOURED_ZOMBIE",r[r.CRAB=4819]="CRAB",r[r.BARROWS=1673]="BARROWS",r[r.TZTOKJAD=3127]="TZTOKJAD",r[r.HESPORI=8583]="HESPORI",r[r.TZKALZUK=7706]="TZKALZUK",r[r.ABHORRENT_SPECTRE=7402]="ABHORRENT_SPECTRE",r[r.BASILISK_SENTINEL=9258]="BASILISK_SENTINEL",r[r.CAVE_ABOMINATION=7401]="CAVE_ABOMINATION",r[r.CHASM_CRAWLER=7389]="CHASM_CRAWLER",r[r.CHOKE_DEVIL=7404]="CHOKE_DEVIL",r[r.COCKATHRICE=7393]="COCKATHRICE",r[r.COLOSSAL_HYDRA=10402]="COLOSSAL_HYDRA",r[r.CRUSHING_HAND=7388]="CRUSHING_HAND",r[r.FLAMING_PYRELORD=7394]="FLAMING_PYRELORD",r[r.GIANT_ROCKSLUG=7392]="GIANT_ROCKSLUG",r[r.GREATER_ABYSSAL_DEMON=7410]="GREATER_ABYSSAL_DEMON",r[r.GUARDIAN_DRAKE=10400]="GUARDIAN_DRAKE",r[r.INSATIABLE_BLOODVELD=7397]="INSATIABLE_BLOODVELD",r[r.INSATIABLE_MUTATED_BLOODVELD=7398]="INSATIABLE_MUTATED_BLOODVELD",r[r.KING_KURASK=7405]="KING_KURASK",r[r.MALEVOLENT_MAGE=7396]="MALEVOLENT_MAGE",r[r.MARBLE_GARGOYLE=7407]="MARBLE_GARGOYLE",r[r.MONSTROUS_BASILISK=7395]="MONSTROUS_BASILISK",r[r.NECHRYARCH=7411]="NECHRYARCH",r[r.NIGHT_BEAST=7409]="NIGHT_BEAST",r[r.NUCLEAR_SMOKE_DEVIL=7406]="NUCLEAR_SMOKE_DEVIL",r[r.REPUGNANT_SPECTRE=7403]="REPUGNANT_SPECTRE",r[r.SCREAMING_BANSHEE=7390]="SCREAMING_BANSHEE",r[r.SCREAMING_TWISTED_BANSHEE=7391]="SCREAMING_TWISTED_BANSHEE",r[r.SHADOW_WYRM=10398]="SHADOW_WYRM",r[r.SPIKED_TUROTH=10397]="SPIKED_TUROTH",r[r.VITREOUS_JELLY=7399]="VITREOUS_JELLY",r[r.VITREOUS_WARPED_JELLY=7400]="VITREOUS_WARPED_JELLY",r[r.FROGEEL=3600]="FROGEEL",r[r.NEWTROOST=3605]="NEWTROOST",r[r.SPIDINE=3602]="SPIDINE",r[r.SWORDCHICK=3603]="SWORDCHICK",r[r.UNICOW=3601]="UNICOW",r[r.JUBSTER=3604]="JUBSTER",r[r.REANIMATED_GOBLIN=7018]="REANIMATED_GOBLIN",r[r.REANIMATED_MONKEY=7019]="REANIMATED_MONKEY",r[r.REANIMATED_IMP=7020]="REANIMATED_IMP",r[r.REANIMATED_MINOTAUR=7021]="REANIMATED_MINOTAUR",r[r.REANIMATED_SCORPION=7022]="REANIMATED_SCORPION",r[r.REANIMATED_BEAR=7023]="REANIMATED_BEAR",r[r.REANIMATED_UNICORN=7024]="REANIMATED_UNICORN",r[r.REANIMATED_DOG=7025]="REANIMATED_DOG",r[r.REANIMATED_CHAOS_DRUID=7026]="REANIMATED_CHAOS_DRUID",r[r.REANIMATED_GIANT=7027]="REANIMATED_GIANT",r[r.REANIMATED_OGRE=7028]="REANIMATED_OGRE",r[r.REANIMATED_ELF=7029]="REANIMATED_ELF",r[r.REANIMATED_TROLL=7030]="REANIMATED_TROLL",r[r.REANIMATED_HORROR=7031]="REANIMATED_HORROR",r[r.REANIMATED_KALPHITE=7032]="REANIMATED_KALPHITE",r[r.REANIMATED_DAGANNOTH=7033]="REANIMATED_DAGANNOTH",r[r.REANIMATED_BLOODVELD=7034]="REANIMATED_BLOODVELD",r[r.REANIMATED_TZHAAR=7035]="REANIMATED_TZHAAR",r[r.REANIMATED_DEMON=7036]="REANIMATED_DEMON",r[r.REANIMATED_HELLHOUND=11463]="REANIMATED_HELLHOUND",r[r.REANIMATED_AVIANSIE=7037]="REANIMATED_AVIANSIE",r[r.REANIMATED_ABYSSAL=7038]="REANIMATED_ABYSSAL",r[r.REANIMATED_DRAGON=7039]="REANIMATED_DRAGON",r[r.FLAWED_GOLEM=10695]="FLAWED_GOLEM",r[r.MIND_GOLEM=10693]="MIND_GOLEM",r[r.BODY_GOLEM=10691]="BODY_GOLEM",r[r.CHAOS_GOLEM=10689]="CHAOS_GOLEM",r))(xd||{});var Xd={};wa(Xd,{ACCOUNT_TYPES:()=>Fa,BASE_API_URL:()=>Vd,CLUES:()=>Na,EMPTY_BIRD_NEST_ID:()=>_a,ErrorDescriptions:()=>Ya,Errors:()=>Wa,MINIGAMES:()=>ta,SKILLS:()=>na,SkillsEnum:()=>Zd,bossNameMap:()=>zo,hiscoreURLs:()=>ka,mappedBossNames:()=>Da});var Vd="https://services.runescape.com",na=["overall","attack","defence","strength","hitpoints","ranged","prayer","magic","cooking","woodcutting","fletching","fishing","firemaking","crafting","smithing","mining","herblore","agility","thieving","slayer","farming","runecraft","hunter","construction"],ta=["bountyHunter","bountyHunterRogue","bountyHunterLegacy","bountyHunterLegacyRogue","LMS","pvpArena","soulWars","riftsClosed","colosseumGlory"],Na=["all","beginner","easy","medium","hard","elite","master"],Da=[["abyssalSire","Abyssal Sire"],["alchemicalHydra","Alchemical Hydra"],["amoxliatl","Amoxliatl"],["araxxor","Araxxor"],["artio","Artio"],["barrowsChests","Barrows Chests"],["bryophyta","Bryophyta"],["callisto","Callisto"],["calvarion","Calvar'ion"],["cerberus","Cerberus"],["chambersofXeric","Chambers of Xeric"],["chambersofXericChallengeMode","Chambers of Xeric: Challenge Mode"],["chaosElemental","Chaos Elemental"],["chaosFanatic","Chaos Fanatic"],["commanderZilyana","Commander Zilyana"],["corporealBeast","Corporeal Beast"],["crazyArchaeologist","Crazy Archaeologist"],["dagannothPrime","Dagannoth Prime"],["dagannothRex","Dagannoth Rex"],["dagannothSupreme","Dagannoth Supreme"],["derangedArchaeologist","Deranged Archaeologist"],["dukeSucellus","Duke Sucellus"],["generalGraardor","General Graardor"],["giantMole","Giant Mole"],["grotesqueGuardians","Grotesque Guardians"],["hespori","Hespori"],["kalphiteQueen","Kalphite Queen"],["kingBlackDragon","King Black Dragon"],["kraken","Kraken"],["kreeArra","Kree'Arra"],["krilTsutsaroth","K'ril Tsutsaroth"],["lunarChests","Lunar Chests"],["mimic","Mimic"],["nex","Nex"],["nightmare","The Nightmare"],["phosanisNightmare","Phosani's Nightmare"],["obor","Obor"],["phantomMuspah","Phantom Muspah"],["sarachnis","Sarachnis"],["scorpia","Scorpia"],["scurrius","Scurrius"],["skotizo","Skotizo"],["solHeredit","Sol Heredit"],["spindel","Spindel"],["tempoross","Tempoross"],["theGauntlet","The Gauntlet"],["theCorruptedGauntlet","The Corrupted Gauntlet"],["theHueycoatl","The Hueycoatl"],["theLeviathan","The Leviathan"],["theWhisperer","The Whisperer"],["theatreofBlood","Theatre of Blood"],["theatreofBloodHard","Theatre of Blood: Hard Mode"],["thermonuclearSmokeDevil","Thermonuclear Smoke Devil"],["tombsofAmascut","Tombs of Amascut"],["tombsofAmascutExpert","Tombs of Amascut: Expert Mode"],["tzKalZuk","TzKal-Zuk"],["tzTokJad","TzTok-Jad"],["vardorvis","Vardorvis"],["venenatis","Venenatis"],["vetion","Vet'ion"],["vorkath","Vorkath"],["wintertodt","Wintertodt"],["zalcano","Zalcano"],["zulrah","Zulrah"]],zo=new Map(Da);function I(_){return`${Vd}/m=${_}/index_lite.ws?player=`}s(I,"hiscoreURL");var ka={normal:I("hiscore_oldschool"),ironman:I("hiscore_oldschool_ironman"),ultimate:I("hiscore_oldschool_ultimate"),hardcore:I("hiscore_oldschool_hardcore_ironman"),deadman:I("hiscore_oldschool_deadman"),seasonal:I("hiscore_oldschool_seasonal"),tournament:I("hiscore_oldschool_tournament"),skiller:I("hiscore_oldschool_skiller"),skiller_defence:I("hiscore_oldschool_skiller_defence")},Fa=["normal","ironman","ultimate","hardcore","deadman","seasonal","tournament","skiller","skiller_defence"],Wa=(A=>(A.INVALID_USERNAME="INVALID_USERNAME",A.INVALID_ACCOUNT_TYPE="INVALID_ACCOUNT_TYPE",A.ACCOUNT_NOT_FOUND="ACCOUNT_NOT_FOUND",A.FAILED_REQUEST="FAILED_REQUEST",A))(Wa||{}),Ya={INVALID_USERNAME:"A malformed, invalid or incorrect username was passed and rejected.",INVALID_ACCOUNT_TYPE:"A invalid account type (normal, ironman, etc) was passed.",ACCOUNT_NOT_FOUND:"Could not find a RuneScape account with the provided username.",FAILED_REQUEST:"A request to an API/External resource failed unexpectedly.",ITEM_NOT_FOUND:"No item with the provided ID/Name could be found."},_a=5075,Zd=(P=>(P.Agility="agility",P.Cooking="cooking",P.Fishing="fishing",P.Mining="mining",P.Smithing="smithing",P.Woodcutting="woodcutting",P.Firemaking="firemaking",P.Runecraft="runecraft",P.Crafting="crafting",P.Prayer="prayer",P.Fletching="fletching",P.Farming="farming",P.Herblore="herblore",P.Thieving="thieving",P.Hunter="hunter",P.Construction="construction",P.Attack="attack",P.Defence="defence",P.Strength="strength",P.Ranged="ranged",P.Magic="magic",P.Hitpoints="hitpoints",P.Slayer="slayer",P))(Zd||{});var Jo=(C=>(C.Demon="demon",C.Dragon="dragon",C.Fiery="fiery",C.Kalphite="kalphite",C.Leafy="leafy",C.Penance="penance",C.Shade="shade",C.Undead="undead",C.Vampyre="vampyre",C.Xerician="xerician",C))(Jo||{}),va=(N=>(N.Turael="turael",N.Krystilia="krystilia",N.Mazchna="mazchna",N.Vannaka="vannaka",N.Chaeldar="chaeldar",N.Konar="konar",N.Nieve="nieve",N.Duradel="duradel",N))(va||{}),qo=(i=>(i.Melee="melee",i.Magic="magic",i.Range="range",i))(qo||{});var sr={};wa(sr,{BarbarianAssault:()=>zd,ChambersOfXeric:()=>md,EliteMimicTable:()=>te,FishingTrawler:()=>Id,Gauntlet:()=>ar,GrandHallowedCoffin:()=>ye,MasterMimicTable:()=>Ge,Mimic3rdAgeTable:()=>dd,Nightmare:()=>or,TOBRooms:()=>Ar,Tempoross:()=>er,TheatreOfBlood:()=>He,TheatreOfBloodClass:()=>ya,ToBUniqueTable:()=>Rr,Zalcano:()=>ir});var oe=t(H(),1);function b(_){let e=w.get(_);if(!e)throw new Error(`ERROR: ${JSON.stringify(_)} doesnt exist.`);return e.id}s(b,"itemID");var ae=t(H(),1);var Ga=t(H(),1);function xa(_){return _>999999999||_<-999999999?`${(0,Ga.round)(_/1e9)}b`:_>999999||_<-999999?`${(0,Ga.round)(_/1e6)}m`:_>999||_<-999?`${(0,Ga.round)(_/1e3)}k`:(0,Ga.round)(_).toString()}s(xa,"toKMB");function Io(_){_=_.toLowerCase().replace(/,/g,"");let[e,n]=_.split(/[.kmb]/g),i=e;return _.includes("b")?i+=n+"0".repeat(9).slice(n.length):_.includes("m")?i+=n+"0".repeat(6).slice(n.length):_.includes("k")&&(i+=n+"0".repeat(3).slice(n.length)),Number.parseInt(i)}s(Io,"fromKMB");var Ta="Tried to mutate a frozen Bank.",HT=s(_=>/^-?\d+$/.test(_),"isValidInteger");function de(_){return typeof _=="number"&&_>=1&&Number.isInteger(_)}s(de,"isValidBankQuantity");function yT(_){for(let[e,n]of Object.entries(_))de(n)||delete _[e],w.get(Number.parseInt(e))||delete _[e]}s(yT,"sanitizeItemBank");var u=class _{static{s(this,"Bank")}map;frozen=!1;static withSanitizedValues(e){let n={...e};return yT(n),new _(n)}constructor(e){this.map=this.makeFromInitialBank(e)}removeInvalidValues(){for(let[e,n]of this.map.entries())(!de(n)||!w.has(e))&&this.map.delete(e);return this}resolveItemID(e){return typeof e=="number"?e:typeof e=="string"?b(e):e.id}clear(e){if(this.frozen)throw new Error(Ta);return e?(this.set(this.resolveItemID(e),0),this):(this.map.clear(),this)}makeFromInitialBank(e){if(!e)return new Map;if(e instanceof _)return new Map(e.map.entries());let n=Object.entries(e);return n.length===0?new Map:HT(n[0][0])?new Map(n.map(([i,A])=>[Number(i),A])):new Map(n.map(([i,A])=>[w.get(i).id,A]))}toJSON(){return Object.fromEntries(this.map)}set(e,n){if(this.frozen)throw new Error(Ta);let i=this.resolveItemID(e);return this.map.set(i,n),this}freeze(){return this.frozen=!0,Object.freeze(this.map),this}amount(e){let n=this.resolveItemID(e);return this.map.get(n)??0}addItem(e,n=1){if(this.frozen)throw new Error(Ta);return n<1?this:(this.map.set(e,(this.map.get(e)??0)+n),this)}removeItem(e,n=1){if(this.frozen)throw new Error(Ta);let i=this.resolveItemID(e),A=this.map.get(i);return A===void 0?this:(A-n<=0?this.map.delete(i):this.map.set(i,A-n),this)}add(e,n=1){if(this.frozen)throw new Error(Ta);if(typeof e=="number")return this.addItem(e,n);if(typeof e=="string")return this.addItem(b(e),n);if(e instanceof _){for(let[i,A]of e.map.entries())this.addItem(i,A);return this}if(!e)return this;if("id"in e){let i=e;return this.addItem(i.id,n)}for(let[i,A]of Object.entries(e)){let T=Number.parseInt(i);if(Number.isNaN(T)&&(T=w.get(i)?.id),!T)throw new Error(`${i} is not a valid name or id`);this.addItem(T,A)}return this}remove(e,n=1){if(this.frozen)throw new Error(Ta);if(typeof e=="string")return this.removeItem(b(e),n);if(typeof e=="number")return this.removeItem(e,n);if(e instanceof _){for(let[i,A]of e.map.entries())this.removeItem(i,A);return this}return this.remove(new _(e)),this}random(){let e=Array.from(this.map.entries());if(e.length===0)return null;let n=(0,ae.randArrItem)(e);return{id:n[0],qty:n[1]}}multiply(e,n){if(this.frozen)throw new Error(Ta);for(let[i,A]of this.map.entries())n?.includes(i)||this.map.set(i,A*e);return this}has(e){return typeof e=="string"||typeof e=="number"?this.amount(e)>0:Array.isArray(e)?e.every(n=>this.amount(n)>0):e instanceof _?e.items().every(n=>this.amount(n[0].id)>=n[1]):"id"in e?this.has(e.id):this.has(new _(e))}items(){let e=[];for(let[n,i]of this.map.entries())i<1||e.push([w.get(n),i]);return e}forEach(e){for(let n of this.items())e(...n)}clone(){return new _(this)}fits(e){return e.items().map(([A,T])=>Math.floor(this.amount(A.id)/T)).sort((A,T)=>A-T)[0]??0}filter(e){let n=new _;for(let i of this.items())e(...i)&&n.add(i[0].id,i[1]);return n}toString(){let e=this.items();return e.length===0?"No items":e.sort((n,i)=>n[0].name.localeCompare(i[0].name)).map(([n,i])=>`${i<1e3?`${i}x`:xa(i)} ${n?.name??"Unknown item"}`).join(", ")}get length(){return this.map.size}value(){let e=0;for(let[n,i]of this.items())e+=n.price*i;return e}equals(e){if(this.length!==e.length)return!1;for(let[n,i]of this.items())if(e.amount(n.id)!==i)return!1;return!0}difference(e){return this.clone().remove(e).add(e.clone().remove(this))}validate(){let e=[];for(let[n,i]of this.map.entries())(typeof i!="number"||i<1||!Number.isInteger(i))&&e.push(`Item ${n} has a quantity of ${i}`),(typeof n!="number"||!n||!w.get(n)?.id)&&e.push(`Item ${n} does not exist.`);return e}validateOrThrow(){let e=this.validate();if(e.length>0)throw new Error(`Bank validation failed: ${e.join(", ")}`)}get itemIDs(){return Array.from(this.map.keys())}};function gT(_,e){return e<=0?_:_-_*(e/100)}s(gT,"reduceNumByPercent");function ee(_,e){return Math.floor(Math.random()*(e-_+1)+_)}s(ee,"randInt");function PT(_,e){return Math.random()*(e-_)+_}s(PT,"randFloat");function re(_){return ee(1,_)===1}s(re,"roll");var d=class _{static{s(this,"LootTable")}length;table;totalWeight;limit;oneInItems;tertiaryItems;everyItems;allItems;constructor(e={}){this.table=[],this.oneInItems=[],this.tertiaryItems=[],this.everyItems=[],this.length=0,this.totalWeight=0,this.limit=e.limit,this.allItems=[]}clone(){let e=new _;return e.table=[...this.table],e.oneInItems=[...this.oneInItems],e.tertiaryItems=[...this.tertiaryItems],e.everyItems=[...this.everyItems],e.length=this.length,e.totalWeight=this.totalWeight,e.limit=this.limit,e.allItems=[...this.allItems],e}resolveName(e){return b(e)}addToAllItems(e){if(Array.isArray(e)){for(let n of e)this.addToAllItems(n);return}if(e instanceof _){this.allItems=Array.from(new Set(this.allItems.concat(Array.isArray(e)?e:e.allItems)));return}if(typeof e=="number"){if(this.allItems.includes(e))return;this.allItems.push(e)}else this.addToAllItems(e.item)}oneIn(e,n,i=1,A){let T=typeof n=="string"?this.resolveName(n):n;return this.oneInItems.push({item:T,chance:e,quantity:i,options:A}),this.addToAllItems(T),this}tertiary(e,n,i=1,A){let T=typeof n=="string"?this.resolveName(n):n;return this.tertiaryItems.push({item:T,chance:e,quantity:i,options:A}),this.addToAllItems(T),this}every(e,n=1,i){let A=typeof e=="string"?this.resolveName(e):e;return this.everyItems.push({item:A,quantity:n,options:i}),this.addToAllItems(A),this}add(e,n=1,i=1,A){if(this.limit&&i+this.totalWeight>this.limit)throw new Error("Loot table total weight exceeds limit");return typeof e=="string"?this.add(this.resolveName(e),n,i,A):(this.length+=1,this.totalWeight+=i,this.addToAllItems(e),this.table.push({item:e,weight:i,quantity:n,options:A}),this)}cachedOptimizedTable=null;roll(e=1,n={}){let i=n.targetBank??new u,A=n.tertiaryItemPercentageChanges?this.tertiaryItems.map(O=>{if(typeof O.item!="number"||O.options?.freeze===!0)return O;let L=n.tertiaryItemPercentageChanges?.get(w.get(O.item).name);return L?{...O,chance:Math.ceil(gT(O.chance,L))}:O}):this.tertiaryItems,T=this.limit||this.totalWeight;if(this.table.every(O=>Number.isInteger(O.weight))&&this.cachedOptimizedTable===null){this.cachedOptimizedTable=[];for(let O of this.table)for(let L=0;Li.item===e);if(!n)throw`${e} doesn't exist in this SimpleTable.`;return this.length-=1,this.totalWeight-=n.weight,this.table=this.table.filter(i=>i!==n),this}roll(){let e=(0,ne.randInt)(1,this.totalWeight),n=-1,i=0;for(let A=0;AL[1]-N[1])){n.includes(T.id)&&(A+=O);let L=Math.round(e/O);if(L<2)continue;let{name:N}=T;n.includes(T.id)&&(N=`**${N}**`),i.push(`${O}x ${N} (1 in ${L})`)}return i.push(` +**${A}x Uniques (1 in ${Math.round(e/A)} which is ${(0,pa.calcWhatPercent)(A,e)}%)**`),i.join(", ")}s(Re,"calcDropRatesFromBank");function se(_,e){let n=[];for(let[i,A]of _.items().sort((T,O)=>T[1]-O[1])){let T=Math.round(e/A);T<2||n.push(`${i.name} (1 in ${T})`)}return n}s(se,"calcDropRatesFromBankWithoutUniques");function Te(_){let e=new u;for(let n of _)e.add(n);return e}s(Te,"addBanks");function Oe(_,e){let n=new u;for(let[i,A]of _.items())n.add(i.id,Math.floor(A/e));return n}s(Oe,"averageBank");function Se(_=100,e=1e4){let n=new u;for(let i=0;i<_;i++)n.add(w.random().id,e);return n}s(Se,"generateRandomBank");var J=t(H(),1);function Va(_,e){let n=_.trim().split(` +`).map(T=>T.split(",")),i={skills:{},minigames:{},clues:{},bossRecords:{}},A=0;for(let T=0;T=_+1)return i;return e}s(Xa,"convertXPtoLVL");function za(_){return _<100?Math.round(.2*(_-100)**2+100):Math.max(Math.round(-1/5*_+120),50)}s(za,"getBrimKeyChanceFromCBLevel");function Ja(_,e){let n=0;return _<=80?n=3/10*Math.pow(80-_,2)+100:_<=350?n=-5/27*_+115:n=50,e?n*.8:n}s(Ja,"getLarranKeyChanceFromCBLevel");function ua(_){return JSON.parse(JSON.stringify(_))}s(ua,"JSONClone");function qa(_){return Math.round((500-_)/1.5)}s(qa,"getAncientShardChanceFromHP");function ja(_){return 500-_}s(ja,"getTotemChanceFromHP");function Qa(_){let e=Math.min(_,300);return Math.round(320-e*8/10)}s(Qa,"getSlayersEnchantmentChanceFromHP");var qd=new d().add("Amulet of avarice",1,2).add("Craw's bow (u)",1,1).add("Thammaron's sceptre (u)",1,1).add("Viggora's chainmace (u)",1,1);function g(_){return(e,n)=>{let i=e.onSlayerTask?1:0;if((0,J.roll)(_.uniqueTable[i])){n.add(qd.roll());return}if((0,J.roll)(_.seeds[i])){n.add("Yew seed",(0,J.randInt)(2,7));return}if((0,J.roll)(_.seeds[i])){n.add("Magic seed",(0,J.randInt)(2,7));return}for(let[A,T]of[["ancientEmblem","Ancient emblem"],["ancientTotem","Ancient totem"],["ancientCrystal","Ancient crystal"],["ancientStatuette","Ancient statuette"],["topThree","Ancient medallion"],["topThree","Ancient effigy"],["topThree","Ancient relic"]])if((0,J.roll)(_[A][i])){n.add(T);return}}}s(g,"makeRevTable");function $a(_,e){let n=_*(1-e/100),i=_*(1+e/100);return(0,J.randFloat)(n,i)}s($a,"randomVariation");function jd(_){if(!_)return null;let e="";if(typeof _=="number")e=_;else{let n=Number(_);e=Number.isNaN(n)?_:n}return typeof e=="string"&&(e=e.replace(/’/g,"'")),w.get(e)??null}s(jd,"getItem");function Ea(_){let e=jd(_);if(!e)throw new Error(`Item ${_} not found.`);return e}s(Ea,"getItemOrThrow");function da(_){let e=Array.isArray(_)?_:[_],n=[];for(let i of e)if(typeof i=="number")n.push(i);else{let A=w.get(i);if(!A)throw new Error(`No item found for: ${i}.`);n.push(A.id)}return n}s(da,"resolveItems");function Ne(_){let e=[];for(let n of _)if(typeof n=="number")e.push(n);else if(Array.isArray(n)){let i=da(n);e.push(i)}else{let i=w.get(n);if(!i)throw new Error(`No item found for: ${n}.`);e.push(i.id)}return e}s(Ne,"deepResolveItems");function p(_){let e=new d;for(let[n,i]of _)e.every(n,i??1);return e}s(p,"itemTupleToTable");var Qd=aa({"Death rune":36,"Blood rune":32,"Soul rune":20,"Rune arrow":14,"Dragon arrow":202,"Grimy toadflax":525,"Grimy ranarr weed":800,"Grimy irit leaf":162,"Grimy avantoe":234,"Grimy kwuarm":378,"Grimy snapdragon":1348,"Grimy cadantine":358,"Grimy lantadyme":249,"Grimy dwarf weed":201,"Grimy torstol":824,"Silver ore":20,Coal:20,"Gold ore":44,"Mithril ore":32,"Adamantite ore":167,"Runite ore":2093,"Uncut sapphire":189,"Uncut emerald":142,"Uncut ruby":250,"Uncut diamond":514,"Lizardman fang":28,"Pure essence":2,Saltpetre:24,"Teak plank":100,"Mahogany plank":240,Dynamite:54,"Torn prayer scroll":999999,"Dark relic":999999}),$d=new k;for(let _ of Object.keys(Qd))$d.add(Number.parseInt(_));var De=new d().add("Dexterous prayer scroll",1,20).add("Arcane prayer scroll",1,20).add("Twisted buckler",1,4).add("Dragon hunter crossbow",1,4).add("Dinh's bulwark",1,3).add("Ancestral hat",1,3).add("Ancestral robe top",1,3).add("Ancestral robe bottom",1,3).add("Dragon claws",1,3).add("Elder maul",1,2).add("Kodai insignia",1,2).add("Twisted bow",1,2),kT=[[1,y.Time.Hour+y.Time.Minute*10],[2,y.Time.Hour+y.Time.Minute*5],[3,y.Time.Minute*50],[4,y.Time.Minute*45],[10,y.Time.Minute*42],[15,y.Time.Minute*45],[23,y.Time.Hour]],Ed=class extends Ha{static{s(this,"ChambersOfXericClass")}id=1;aliases=["raids","cox"];name="Chambers of Xeric";allItems=[...De.allItems,...$d.table.map(e=>e.item)];maxRoll=57e4*(1/8675);determineUniqueChancesFromTeamPoints(e){let n=[],i=e*.00011527377521613833;for(let A=0;A<3;A++)if(i>this.maxRoll)n.push(this.maxRoll),i-=this.maxRoll;else{n.push(i);break}return n}elligibleForDust(e,n){for(let[i,A]of kT)if(e<=i)return n<=A;return n<=y.Time.Hour+y.Time.Minute*20}rollLootFromChances(e){let n=0;for(let i of e)(0,y.randFloat)(0,100)C.personalPoints)),T=this.determineUniqueChancesFromTeamPoints(A),O=this.rollLootFromChances(T),L={},N=new k;for(let C of n.team)L[C.id]=new u,i&&C.canReceiveDust&&(0,y.roll)(400)&&L[C.id].add("Metamorphic dust"),i&&(0,y.roll)(75)&&L[C.id].add("Twisted ancestral colour kit"),C.canReceiveAncientTablet&&(0,y.roll)(10)&&L[C.id].add("Ancient tablet"),N.add(C.id,C.personalPoints);for(;O.length>0&&N.table.length!==0;){let C=N.roll(),x=O.random();L[C].add(x.id,1),O.remove(x.id,1),(0,y.roll)(53)&&L[C].add("Olmlet"),N.delete(C)}for(let C of N.table){let x=n.team.find(K=>K.id===C.item).personalPoints,U=Object.entries(this.rollNonUniqueLoot(x));for(let[K,_T]of U)L[C.item].add(Number.parseInt(K),_T)}let B=n.team.length*70;for(let C of(0,y.shuffleArr)(Object.values(L)))if((0,y.roll)(B)){C.add("Onyx");break}return L}},md=new Ed;var ma=t(H(),1);var FT=[{id:b("Raw shrimps"),level:1,xp:10},{id:b("Raw sardine"),level:5,xp:20},{id:b("Raw anchovies"),level:15,xp:40},{id:b("Raw tuna"),level:35,xp:80},{id:b("Raw lobster"),level:40,xp:90},{id:b("Raw swordfish"),level:50,xp:100},{id:b("Raw shark"),level:76,xp:110},{id:b("Raw sea turtle"),level:79,xp:38},{id:b("Raw manta ray"),level:81,xp:46}],pe=new d().add("Broken arrow").add("Broken glass").add("Broken staff").add("Buttons").add("Damaged armour").add("Old boot").add("Oyster").add("Pot").add("Rusty sword"),WT=new d().add(pe,[0,1]).add(pe,[0,1]),YT=["Angler hat","Angler top","Angler waders","Angler boots"].map(b);function Id(_,e,n){let i=new u;if((0,ma.roll)(5e3)&&i.add("Heron"),(0,ma.roll)(8)){for(let B of YT)if(!n||!n.has(B)){i.add(B);break}}i.add(WT.roll());let A=FT.filter(B=>_>=B.level),T=A.slice(Math.max(A.length-5,0)).reverse(),O=0,L=T.length,N=3;for(let B=0;BU!==C),(0,ma.roll)(3))break}return{loot:i,xp:O}}s(Id,"FishingTrawler");var vT=new d().add("Adamant dagger").add("Adamant full helm").add("Adamant mace",[2,3]).add("Adamant pickaxe").add("Adamant platebody").add("Adamant platelegs").add("Adamant plateskirt").add("Adamant scimitar").add("Maple longbow",[7,13]).add("Maple shortbow",[8,11]).add("Mithril full helm").add("Mithril mace",[2,5]).add("Mithril platebody").add("Mithril platelegs").add("Mithril plateskirt").add("Air rune",[200,300]).add("Body rune",[250,350]).add("Earth rune",[200,300]).add("Fire rune",[200,300]).add("Mind rune",[300,400]).add("Water rune",[200,300]).add("Cake",[10,20]).add("Cod",[75,125]).add("Trout",[50,100]).add("Eye of newt",[300,500]).add("Silver bar",[15,30]).add("Uncut sapphire",[1,3]),xT=new d().add("Rune full helm",[2,4]).add("Rune chainbody",[1,2]).add("Rune platebody",[1,2]).add("Rune platelegs",[1,2]).add("Rune plateskirt",[1,2]).add("Rune halberd",[1,2]).add("Rune pickaxe",[1,2]).add("Dragon halberd").add("Cosmic rune",[160,240]).add("Nature rune",[100,140]).add("Law rune",[80,140]).add("Chaos rune",[180,300]).add("Death rune",[100,160]).add("Blood rune",[80,140]).add("Mithril arrow",[800,1200]).add("Adamant arrow",[400,600]).add("Rune arrow",[200,300]).add("Dragon arrow",[30,80]).add("Battlestaff",[4,8]).add("Coins",[2e4,8e4]),VT=new d().every("Crystal shard",[3,7]).every(xT,2).tertiary(25,"Clue scroll (elite)").tertiary(120,"Crystal weapon seed").tertiary(120,"Crystal armour seed").tertiary(2e3,"Enhanced crystal weapon seed").tertiary(2e3,"Youngllef"),ZT=new d().add("Rune full helm",[3,5]).add("Rune chainbody",[2,3]).add("Rune platebody",2).add("Rune platelegs",[2,3]).add("Rune plateskirt",[2,3]).add("Rune halberd",[2,3]).add("Rune pickaxe",[2,3]).add("Dragon halberd",[1,2]).add("Cosmic rune",[175,250]).add("Nature rune",[120,150]).add("Law rune",[100,150]).add("Chaos rune",[200,350]).add("Death rune",[120,175]).add("Blood rune",[100,150]).add("Mithril arrow",[1e3,1500]).add("Adamant arrow",[500,725]).add("Rune arrow",[250,450]).add("Dragon arrow",[50,100]).add("Uncut sapphire",[25,65]).add("Uncut emerald",[15,60]).add("Uncut ruby",[10,40]).add("Uncut diamond",[5,15]).add("Battlestaff",[8,12]).add("Coins",[75e3,15e4]),XT=new d().every("Crystal shard",[5,9]).every(ZT,3).tertiary(20,"Clue scroll (elite)").tertiary(50,"Crystal weapon seed").tertiary(50,"Crystal armour seed").tertiary(400,"Enhanced crystal weapon seed").tertiary(800,"Youngllef");function ar({died:_,type:e}){return _?vT.roll():e==="normal"?VT.roll():XT.roll()}s(ar,"Gauntlet");var F=t(H(),1);var zT={"Cosmic rune":[[15,218],4],"Nature rune":[[6,165],4],"Death rune":[[24,176],4],"Blood rune":[[13,129],4],"Soul rune":[[12,126],4],"Adamant arrow":[[32,533],3],"Rune arrow":[[12,539],3],Cannonball:[[72,192],2],"Yew logs":[[14,121],4],"Magic logs":[[3,55],4],"Gold ore":[[14,174],4],Coal:[[16,253],4],"Mithril ore":[[15,168],4],"Adamantite ore":[[8,50],4],"Grimy cadantine":[[1,14],4],"Grimy torstol":[[1,16],4],"Uncut emerald":[[1,41],3],"Uncut ruby":[[2,35],3],"Snapdragon seed":[[1,6],1],Shark:[[1,15],6],Bass:[[1,18],6],"Prayer potion(3)":[[1,10],5],"Saradomin brew(3)":[[1,10],5],"Zamorak brew(3)":[[1,10],5],"Sanfew serum(3)":[[1,11],5],Coins:[[2717,43854],2]},be=aa(zT),dr=new k;for(let[_,e]of Object.entries(be))dr.add(Number.parseInt(_),e[1]);var JT={"Cosmic rune":[[247,420],4],"Nature rune":[[165,305],4],"Death rune":[[165,305],4],"Blood rune":[[343,765],4],"Soul rune":[[110,228],4],Cannonball:[[137,382],4],"Rune arrow":[[412,957],3],"Mithril ore":[[165,305],5],Coal:[[220,458],4],"Gold ore":[[165,305],4],"Adamantite ore":[[40,95],4],"Magic logs":[[40,95],4],"Grimy cadantine":[[13,26],4],"Grimy torstol":[[13,26],4],"Snapdragon seed":[[5,10],3],"Uncut emerald":[[33,75],3],"Uncut ruby":[[27,60],3],"Runite ore":[[11,26],2],Bass:[[16,29],6],Shark:[[13,26],6],"Prayer potion(3)":[[8,15],5],"Sanfew serum(3)":[[6,12],5],"Saradomin brew(3)":[[8,15],5],"Zamorak brew(3)":[[8,15],5],Coins:[[41417,72013],2]},ce=aa(JT),fe=new k;for(let[_,e]of Object.entries(ce))fe.add(Number.parseInt(_),e[1]);var Ia=new k().add("Inquisitor's mace").add("Inquisitor's great helm",2).add("Inquisitor's hauberk",2).add("Inquisitor's plateskirt",2).add("Nightmare staff",3),ad=new k().add("Eldritch orb").add("Volatile orb").add("Harmonised orb"),ue=new d().tertiary(190,"Clue scroll (elite)").tertiary(1900,"Jar of dreams").tertiary(3800,"Little nightmare"),Ce=new d().tertiary(200,"Clue scroll (elite)").tertiary(4e3,"Little nightmare").tertiary(2e3,"Jar of dreams"),qT=new d().tertiary(35,"Clue scroll (elite)").tertiary(100,"Slepey tablet").tertiary(200,"Parasitic egg").tertiary(1400,"Little nightmare").tertiary(4e3,"Jar of dreams"),rr=class{static{s(this,"NightmareClass")}hp=2400;allItems=[...dr.table.map(e=>e.item),...Ia.table.map(e=>Number(e.item)),...ad.table.map(e=>Number(e.item)),...ue.allItems,...Ce.allItems];rollNonUniqueLoot(e,n,i){let[A,T]=i?[fe,ce]:[dr,be],O=A.roll(),[L]=T[O];if(i)return[O,(0,F.randInt)(L[0],L[1])];let N=L[0];return N+=(0,F.calcPercentOfNum)(e,L[1])-L[0],n&&(N*=1.1),N=Math.floor(Math.max(N,L[0])),[O,N]}kill(e){let n=e.team.sort((O,L)=>L.damageDone-O.damageDone)[0],i=e.team.map(O=>({...O,percentDamage:Math.floor((0,F.calcWhatPercent)(O.damageDone,this.hp)),scaledPercentDamage:Math.floor((0,F.calcWhatPercent)(O.damageDone,this.hp/e.team.length)),mvp:n===O})),A={};for(let O of i)A[O.id]=new u;if(e.isPhosani)(0,F.roll)(143)&&A[e.team[0].id].add(Ia.roll()),(0,F.roll)(533)&&A[e.team[0].id].add(ad.roll());else{let L=function(B){let C=O.roll();A[C].add(B)};var T=L;s(L,"giveWeightedDrop");let O=new k;for(let B of i)O.add(B.id,B.percentDamage);(0,F.roll)(84)&&L(Ia.roll()),(0,F.roll)(320)&&L(ad.roll());let N=Math.min(75,i.length-5);N>0&&(0,F.percentChance)(N)&&((0,F.roll)(320)&&L(ad.roll()),(0,F.roll)(84)&&L(Ia.roll()))}for(let O of i)A[O.id].length===0&&A[O.id].add(...this.rollNonUniqueLoot(O.scaledPercentDamage,O.mvp,e.isPhosani)),A[O.id].add(O.mvp?"Big bones":"Bones"),A[O.id].add(e.isPhosani?qT.roll():O.mvp?ue.roll():Ce.roll());return A}},jT=new rr,or=jT;var QT=["Fish barrel","Tackle box","Big harpoonfish","Tiny tempor"],$T=new d().add("Rune med helm",1,9).add("Rune full helm",1,9).add("Rune chainbody",1,9).add("Rune platebody",[2,3],1).add("Rune platelegs",[2,3],1).add("Rune plateskirt",[2,3],1).add("Rune sq shield",[3,5],1).add("Rune kiteshield",[3,5],1).add("Sapphire ring",[10,14],9).add("Emerald ring",[7,11],9).add("Ruby ring",[6,8],9).add("Diamond ring",[3,4],9).add("Sapphire necklace",[10,14],9).add("Emerald necklace",[7,11],9).add("Ruby necklace",[6,8],9).add("Diamond necklace",[3,4],9).add("Sapphire bracelet",[10,14],9).add("Emerald bracelet",[7,11],9).add("Ruby bracelet",[6,8],9).add("Diamond bracelet",[3,4],9).add("Sapphire ring",[20,28],1).add("Emerald ring",[14,22],1).add("Ruby ring",[12,16],1).add("Diamond ring",[6,8],1).add("Sapphire necklace",[20,28],1).add("Emerald necklace",[14,22],1).add("Ruby necklace",[12,16],1).add("Diamond necklace",[6,8],1).add("Sapphire bracelet",[20,28],1).add("Emerald bracelet",[14,22],1).add("Ruby bracelet",[12,16],1).add("Diamond bracelet",[3,8],1).add("Silver bar",[50,100],9).add("Gold bar",[50,100],9).add("Uncut opal",[25,50],9).add("Uncut jade",[25,50],9).add("Uncut red topaz",[10,15],9).add("Uncut sapphire",[20,30],1).add("Uncut emerald",[15,25],1).add("Uncut ruby",[10,20],1).add("Uncut diamond",[8,13],1).add("Uncut dragonstone",[2,3],1).add("Coins",[4e3,6e3],9).add("Loop half of key",9,1).add("Tooth half of key",9,1).add("Coins",[25e3,5e4],1).add("Clue scroll (easy)",1,12).add("Clue scroll (medium)",1,7).add("Clue scroll (hard)",1,5),ET=[[81,_=>_.add("Raw bass",[30,40],1125).add("Raw swordfish",[20,30],1013).add("Raw shark",[10,20],900).add("Raw sea turtle",[7,12],787).add("Raw manta ray",[5,10],675)],[79,_=>_.add("Raw lobster",[30,40],1125).add("Raw bass",[20,30],1013).add("Raw swordfish",[10,20],900).add("Raw shark",[7,12],787).add("Raw sea turtle",[5,10],675)],[76,_=>_.add("Raw tuna",[30,40],1125).add("Raw lobster",[20,30],1013).add("Raw bass",[10,20],900).add("Raw swordfish",[7,12],787).add("Raw shark",[5,10],675)],[50,_=>_.add("Raw salmon",[30,40],1125).add("Raw tuna",[20,30],1013).add("Raw lobster",[10,20],900).add("Raw bass",[7,12],787).add("Raw swordfish",[5,10],675)],[45,_=>_.add("Raw pike",[30,40],1125).add("Raw salmon",[20,30],1013).add("Raw tuna",[10,20],900).add("Raw lobster",[7,12],787).add("Raw bass",[5,10],675)],[40,_=>_.add("Raw mackerel",[30,40],1125).add("Raw pike",[20,30],1013).add("Raw salmon",[10,20],900).add("Raw tuna",[7,12],787).add("Raw lobster",[5,10],675)],[35,_=>_.add("Raw herring",[30,40],1125).add("Raw mackerel",[20,30],1013).add("Raw pike",[10,20],900).add("Raw salmon",[7,12],787).add("Raw tuna",[5,10],675)]];function er({quantity:_,fishingLevel:e,userBank:n}){let i=new u,A=new d().add("Spirit flakes",[32,64],2e3).add($T,1,400).add("Plank",[20,30],350).add("Oak plank",[15,25],250).add("Seaweed",[20,60],200).add("Steel nails",[300,500],100).add("Feather",[800,1600],100).add("Fishing bait",[800,1600],100).add("Soaked page",[5,9],149).add("Fish barrel",1,20).add("Tackle box",1,20).add("Big harpoonfish",1,5).add("Tome of water (empty)",1,5).add("Tiny tempor",1,1).add("Dragon harpoon",1,1);for(let[T,O]of ET)if(e>=T){O(A);break}for(let T=0;T<_;T++){let O=A.roll();QT.includes(O.items()[0][0].name)&&n.has(O)?i.add("Soaked page",25):i.add(O)}return i}s(er,"Tempoross");var he=t(H(),1);var mT={"Blood rune":[[95,480],1],"Cosmic rune":[[304,926],1],"Death rune":[[201,830],1],"Law rune":[[177,770],1],"Soul rune":[[57,388],1],"Nature rune":[[1,842],1],"Silver ore":[[102,800],3],"Gold ore":[[129,721],3],"Steel bar":[[78,534],3],"Mithril bar":[[56,459],3],"Mithril ore":[[56,387],2],"Adamantite ore":[[63,289],2],"Runite ore":[[3,26],2],"Adamantite bar":[[17,103],2],"Runite bar":[[3,24],2],"Uncut diamond":[[2,19],2],"Uncut dragonstone":[[1,11],2],"Onyx bolt tips":[[4,38],2],Coal:[[169,815],1],"Pure essence":[[784,4422],1]},Me=aa(mT),nr=new k;for(let[_,e]of Object.entries(Me))nr.add(Number.parseInt(_),e[1]);var IT=new d().tertiary(40,"Uncut onyx").every("Crystal tool seed"),Be=new d().tertiary(2250,"Smolcano").tertiary(200,IT).tertiary(1125,"Zalcano shard"),_r=class{static{s(this,"ZalcanoClass")}allItems=[...Be.allItems,...nr.table.map(e=>e.item)];rollNonUniqueLoot(e,n){let i=nr.roll(),[A]=Me[i],T=A[0];return T+=(0,he.calcPercentOfNum)(e,A[1])-A[0],n&&(T*=1.1),T=Math.floor(Math.max(T,A[0])),[i,T]}kill({team:e}){let n={};for(let i of e){let A=new u;A.add(...this.rollNonUniqueLoot(i.performancePercentage,i.isMVP)),i.isMVP?(A.add("Infernal ashes"),A.add("Crystal shard",3)):A.add("Crystal shard",2),A.add(Be.roll()),n[i.id]=A}return n}},a2=new _r,ir=a2;var dd=new d().add("3rd age range coif").add("3rd age range top").add("3rd age range legs").add("3rd age vambraces").add("3rd age robe top").add("3rd age robe").add("3rd age mage hat").add("3rd age amulet").add("3rd age platelegs").add("3rd age platebody").add("3rd age full helmet").add("3rd age plateskirt").add("3rd age kiteshield").add("3rd age longsword").add("3rd age cloak").add("3rd age wand").add("3rd age bow").add("3rd age druidic staff").add("3rd age druidic cloak").add("3rd age druidic robe top").add("3rd age druidic robe bottoms").add("3rd age pickaxe").add("3rd age axe"),te=new d().every("Mahogany plank").oneIn(44,"Ring of 3rd age").oneIn(250,dd).add("Death rune",480).add("Death rune",600).add("Blood rune",400).add("Blood rune",500).add("Grimy ranarr weed",25,2).add("Raw manta ray",15,2).add("Wine of zamorak",25,2),Ge=new d().every("Mahogany plank").oneIn(40,"Ring of 3rd age").oneIn(228,dd).add("Death rune",480).add("Death rune",600).add("Blood rune",400).add("Blood rune",500).add("Grimy ranarr weed",25,2).add("Raw manta ray",15,2).add("Wine of zamorak",25,2);var Oa=t(H(),1);var lr={};wa(lr,{JSONClone:()=>ua,addBanks:()=>Te,addItemToBank:()=>_e,averageBank:()=>Oe,calcDropRatesFromBank:()=>Re,calcDropRatesFromBankWithoutUniques:()=>se,convertBankToPerHourStats:()=>Ae,convertLVLtoXP:()=>Le,convertXPtoLVL:()=>Xa,deepResolveItems:()=>Ne,fasterResolveBank:()=>ie,fromKMB:()=>Io,generateRandomBank:()=>Se,getAncientShardChanceFromHP:()=>qa,getBrimKeyChanceFromCBLevel:()=>za,getItem:()=>jd,getItemOrThrow:()=>Ea,getLarranKeyChanceFromCBLevel:()=>Ja,getSlayersEnchantmentChanceFromHP:()=>Qa,getTotemChanceFromHP:()=>ja,increaseBankQuantitesByPercent:()=>le,isValidUsername:()=>Za,itemID:()=>b,itemTupleToTable:()=>p,makeRevTable:()=>g,randomVariation:()=>$a,resolveBank:()=>Jd,resolveItems:()=>da,resolveNameBank:()=>aa,resolvePlayerFromHiscores:()=>Va,revsUniqueTable:()=>qd,toKMB:()=>xa});var Ar=[{name:"Maiden",difficultyRating:1,timeWeighting:11},{name:"Bloat",difficultyRating:4,timeWeighting:11},{name:"Nylocas",difficultyRating:3,timeWeighting:22},{name:"Sotetseg",difficultyRating:2,timeWeighting:11},{name:"Xarpus",difficultyRating:2,timeWeighting:17},{name:"Verzik",difficultyRating:6,timeWeighting:28}],Rr=new d().add("Scythe of vitur (uncharged)").add("Ghrazi rapier",1,2).add("Sanguinesti staff (uncharged)",1,2).add("Justiciar faceguard",1,2).add("Justiciar chestguard",1,2).add("Justiciar legguards",1,2).add("Avernic defender hilt",1,8),d2=new d().add("Scythe of vitur (uncharged)").add("Ghrazi rapier",1,2).add("Sanguinesti staff (uncharged)",1,2).add("Justiciar faceguard",1,2).add("Justiciar chestguard",1,2).add("Justiciar legguards",1,2).add("Avernic defender hilt",1,7),r2=new d().tertiary(25,"Clue scroll (elite)").add("Vial of blood",[50,60],2).add("Death rune",[500,600]).add("Blood rune",[500,600]).add("Swamp tar",[500,600]).add("Coal",[500,600]).add("Gold ore",[300,360]).add("Molten glass",[200,240]).add("Adamantite ore",[130,156]).add("Runite ore",[60,72]).add("Wine of zamorak",[50,60]).add("Potato cactus",[50,60]).add("Grimy cadantine",[50,60]).add("Grimy avantoe",[40,48]).add("Grimy irit leaf",[34,40]).add("Grimy ranarr weed",[30,36]).add("Grimy snapdragon",[27,32]).add("Grimy lantadyme",[26,31]).add("Grimy dwarf weed",[24,28]).add("Grimy torstol",[20,24]).add("Battlestaff",[15,18]).add("Mahogany seed",[8,12]).add("Rune battleaxe",4).add("Rune platebody",4).add("Rune chainbody",4).add("Palm tree seed",3).add("Yew seed",3).add("Magic seed",3),o2=new d().tertiary(275,"Sanguine dust").tertiary(150,"Sanguine ornament kit").tertiary(100,"Holy ornament kit"),ya=class{static{s(this,"TheatreOfBloodClass")}nonUniqueLoot(e,n,i){if(i.length===Ar.length)return new u().add("Cabbage");let A=new u;for(let O=0;O<3;O++)A.add(r2.roll());if(n){for(let[O]of A.items())A.set(O.id,Math.ceil(A.amount(O.id)*1.15));A.add(o2.roll())}let T=n?500:650;return e.numDeaths>0&&(T*=e.numDeaths),(0,Oa.roll)(T)&&A.add("Lil' zik"),A}uniqueDecide(e){let n=new k;for(let i of e)n.add(i,i.points);return n.roll()}complete(e){let n=ua(e);if(n.team.length<2||n.team.length>4)throw new Error("Only team sizes of 2-4 are supported in ToB");let i=22,A=4,T=n.team.length*i,O=e.team.map(K=>({id:K.id,deaths:K.deaths,numDeaths:K.deaths.length,points:i-K.deaths.length*A})),L=(0,Oa.sumArr)(O.map(K=>K.points)),N=(0,Oa.sumArr)(O.map(K=>K.numDeaths)),B=(n.hardMode?13:11)*(L/T),x=(0,Oa.percentChance)(B)?this.uniqueDecide(O):null,U={};for(let K of O)K===x?U[K.id]=new u().add(n.hardMode?d2.roll():Rr.roll()):U[K.id]=this.nonUniqueLoot(K,n.hardMode,K.deaths);return{loot:U,percentChanceOfUnique:B,totalDeaths:N,teamPoints:L}}},He=new ya;var ye=new d().every("Hallowed mark",[8,10]).tertiary(200,"Ring of endurance (uncharged)").tertiary(30,"Clue scroll (elite)").add("Rune 2h sword").add("Rune platebody").add("Law rune",[150,250]).add("Blood rune",[150,250]).add("Soul rune",[150,250]).add("Runite bolts",[100,300]).add("Monkfish",[2,6]).add("Sanfew serum(4)",[1,2]).add("Ranarr seed",[1,2]).add("Coins",[17500,25e3]);var Ca=t(H(),1);var ge=t(require("./monsters_data-4XLFTZA4.json"),1);var e2=ge.default,G=class{static{s(this,"Monster")}id;name;aliases;data;allItems;constructor(e){this.id=e.id,this.name=e.name,this.aliases=e.aliases??[],this.data=e2[this.id],this.allItems=e.allItems??[];let n=`${this.name.toLowerCase()}s`;this.aliases.includes(n)||this.aliases.push(n)}};var o=class extends G{static{s(this,"SimpleMonster")}table;onTaskTable;wildyCaveTable;pickpocketTable;customKillLogic;constructor(e){let n=[];e.table&&(n=n.concat(e.table.allItems)),e.pickpocketTable&&(n=n.concat(e.pickpocketTable.allItems)),super({...e,allItems:n}),this.table=e.table,this.pickpocketTable=e.pickpocketTable,this.onTaskTable=e.onTaskTable,this.wildyCaveTable=e.wildyCaveTable,this.customKillLogic=e.customKillLogic}kill(e=1,n={}){let i=new u,A=n.onSlayerTask&&n.slayerMaster==="konar",T=n.onSlayerTask&&n.slayerMaster==="krystilia",O=!!(n.onSlayerTask&&this.data.slayerLevelRequired>1),L={...n.lootTableOptions,targetBank:i};if(!A&&!T&&!n.inCatacombs&&!n.onSlayerTask)return this.table?.roll(e,L),i;for(let N=0;NOd.add(_));var RR=new d().add("Coins",[2,760],380).add("Mind rune",[381,504],125).add("Chaos rune",[168,210],125).add("Death rune",[105,124],125).add("Bolt rack",[35,40],125).add("Blood rune",[55,66],125).add(new d().add("Loop half of key").add("Tooth half of key"),1,6).add("Dragon med helm"),gu=new d().tertiary(34,"Clue scroll (elite)"),lR=6,zr=class extends G{static{s(this,"Barrows")}kill(e=1){let n=new u;for(let i=0;i[_.id,_]),R3=Object.assign(new ea(A3),jR),QR=R3;var Sa=t(H(),1);var ga=class{static{s(this,"Openable")}id;name;aliases;allItems;constructor(e){this.id=e.id,this.name=e.name,this.aliases=e.aliases??[],this.allItems=e.allItems??[]}};var D=class extends ga{static{s(this,"SimpleOpenable")}table;constructor(e){super({...e,allItems:e.table.allItems}),this.table=e.table}open(e=1){let n=new u;for(let i=0;iO.item==="Raw lobster");for(let O=0;O=N.req&&(0,Sa.percentChance)(Pa(A,N.low,N.high))){i.add(N.item,(0,Sa.randInt)(N.qty[0],N.qty[1])),L=!0;break}L||i.add(T?.item,(0,Sa.randInt)(T.qty[0],T.qty[1]))}else i.add($R.roll());return i}},Ir=new mr({id:23083,name:"Brimstone chest",aliases:["brimstone chest","brimstone"],table:$R});var s3=new d().add("Coins",160,24).add("Coins",20,22).add("Coins",40,20).add("Coins",320,19).add("Coins",80,18).add("Coins",640,18).add("Uncut sapphire",1,64).add("Uncut emerald",1,33).add("Uncut ruby",1,15).add("Uncut diamond",1,4).add("Cosmic talisman",1,16).add("Loop half of key",1,2).add("Tooth half of key",1,2),ao=new D({id:405,name:"Casket",aliases:["casket"],table:s3});var T3=new d().add("Rune platelegs",1,1).add("Rune plateskirt",1,1),O3=new d().every("Coins",750).add("Tooth half of key",1,1).add("Loop half of key",1,1),S3=new d({limit:128}).every("Uncut dragonstone").add(p([["Spinach roll",1],["Coins",2e3]]),1,34).add(p([["Air rune",50],["Water rune",50],["Earth rune",50],["Fire rune",50],["Body rune",50],["Mind rune",50],["Chaos rune",10],["Death rune",10],["Cosmic rune",10],["Nature rune",10],["Law rune",10]]),1,12).add(p([["Ruby",2],["Diamond",2]]),1,12).add("Runite bar",3,12).add(O3,1,10).add("Iron ore",150,10).add("Coal",100,10).add(p([["Raw swordfish",5],["Coins",1e3]]),1,8).add("Adamant sq shield",1,2).add(T3,1),ro=new D({id:989,name:"Crystal chest",aliases:["crystal chest"],table:S3});var L3=new d().add("Dragonstone full helm",1,1).add("Dragonstone platebody",1,1).add("Dragonstone platelegs",1,1).add("Dragonstone gauntlets",1,1).add("Dragonstone boots",1,1),N3=new d().every("Uncut dragonstone").every("Coins",[1e4,15e3]).add("Tooth half of key",1,1).add("Loop half of key",1,1),D3=new d().every("Uncut dragonstone").every("Crystal shard",[4,6]).add("Rune platelegs",1,1).add("Rune plateskirt",1,1),p3=new d().every("Uncut dragonstone").add("Dragon platelegs",1,1).add("Dragon plateskirt",1,1).add("Shield left half",1,1),u3=new d().oneIn(1e4,"Uncut onyx").oneIn(500,L3).add(N3,1,64).add(p([["Uncut dragonstone",1],["Uncut ruby",[10,13]],["Uncut diamond",[5,8]]]),1,32).add(p([["Uncut dragonstone",1],["Crystal key",1]]),1,24).add(p([["Uncut dragonstone",1],["Coins",[3e4,5e4]],["Crystal shard",[8,13]]]),1,20).add(p([["Uncut dragonstone",1],["Crystal shard",[20,30]]]),1,17).add(D3,1,17).add(p([["Uncut dragonstone",1],["Cosmic rune",[50,100]],["Chaos rune",[50,100]],["Nature rune",[50,100]],["Law rune",[50,100]],["Death rune",[50,100]]]),1,17).add(p([["Uncut dragonstone",1],["Yew seed",1]]),1,17).add(p([["Uncut dragonstone",1],["Raw shark",[50,100]]]),1,17).add(p([["Uncut dragonstone",1],["Gold ore",[350,500]]]),1,12).add(p([["Uncut dragonstone",1],["Runite ore",[7,10]]]),1,9).add(p([["Uncut dragonstone",1],["Crystal acorn",[1,2]]]),1,7).add(p3,1,3),oo=new D({id:23951,name:"Elven crystal chest",aliases:["elven crystal chest","elven chest","enhanced","enhanced crystal chest","elven chest","elven"],table:u3});var C3=new d().every("Red spiders' eggs",100),eo=new D({id:23517,name:"Giant egg sac(full)",aliases:["giant egg sac(full)","giant egg sac full"],table:C3});var b3=new d().add("Egg potato",4,12).add("Shark",4,7).add(p([["Saradomin brew(2)",3],["Super restore(2)",1]]),1,1),c3=new d().add(p([["Super attack(2)",1],["Super strength(2)",1],["Super defence(2)",1]]),1,8).add(p([["Super defence(2)",1],["Ranging potion(2)",1]]),1,8).add("Prayer potion(3)",2,3).add("Super restore(3)",2,1),f3=new d().every(b3,2).every(c3,1).add("Law rune",200,10).add("Death rune",200,10).add("Astral rune",200,10).add("Blood rune",200,10).add("Grimy toadflax",10,8).add("Grimy ranarr weed",10,8).add("Coins",1e4,8).add("Grimy snapdragon",10,7).add("Grimy torstol",5,7).add("Crystal key",1,6).add("Dragon bones",10,6).add("Red dragonhide",10,6).add("Dragon dart tip",50,2).add("Dragon arrowtips",100,2).tertiary(25,"Orange egg sac").tertiary(25,"Blue egg sac"),no=new D({id:23499,name:"Grubby chest",aliases:["grubby chest","grubby"],table:f3});var Ua=new d().add("Sapphire necklace",1,4).add("Sapphire amulet",1,4).add("Sapphire ring",1,4).add("Emerald necklace",1,3).add("Emerald amulet",1,3).add("Emerald ring",1,3).add("Ruby necklace",1,2).add("Ruby amulet",1,2).add("Ruby ring",1,2).add("Gold necklace",1,2).add("Gold amulet",1,2).add("Gold ring",1,2).add("Sapphire",1,2).add("Emerald",1,2).add("Ruby",1,2).add("Diamond necklace",1,1).add("Diamond amulet",1,1).add("Diamond ring",1,1).add("Diamond",1,1),Sd=new d().every("Coins",[0,99]).add(Ua,1,1).add(Ua,2,1).add(Ua,3,1).add(Ua,4,1).add(Ua,5,1),_o=new D({id:8867,name:"Bronze HAM chest",aliases:["Bronze","bronze ham chest","bronze chest"],table:Sd}),io=new D({id:8869,name:"Iron HAM chest",aliases:["iron","iron ham chest","iron chest"],table:Sd}),lo=new D({id:8868,name:"Silver HAM chest",aliases:["silver","silver ham chest","silver chest"],table:Sd}),Ao=new D({id:8866,name:"Steel HAM chest",aliases:["steel","steel ham chest","steel chest"],table:Sd});var Ld=new d().add("Maple logs",4).add("Yew logs",4).add("Teak logs",4).add("Mahogany logs",4).add("Magic logs",4),Ro=new d().add("Grimy harralander",4).add("Grimy irit leaf",4).add("Grimy avantoe",4).add("Grimy ranarr weed",4).add("Grimy cadantine",4).add("Grimy kwuarm",4).add("Grimy lantadyme",4),B3=new d().add("Quetzal feed",1).add("Coins",[750,1250]).add("Hunter spear tips",[15,30]).add("Blessed bone shards",[100,200]).add("Raw kyatt",2).add("Raw pyre fox",3).add(Ld),h3=new d().every(B3,5),M3=new d().add("Quetzal feed",1).add("Coins",[750,1250]).add("Hunter spear tips",[15,30]).add("Blessed bone shards",[100,200]).add("Raw kyatt",2).add("Raw pyre fox",3).add(5075,1).add(5075,[2,3]).add("Raw sunlight antelope",2).add("Sun-kissed bones",2).add(Ld).add(Ro),t3=new d().every(M3,7),G3=new d().add("Quetzal feed",1).add("Coins",[750,1250]).add("Coins",[2500,3500]).add("Hunter spear tips",[15,30]).add("Blessed bone shards",[100,200]).add("Raw kyatt",2).add("Raw pyre fox",3).add(5075,1).add(5075,[2,3]).add("Raw sunlight antelope",2).add("Raw moonlight antelope",2).add("Sun-kissed bones",2).add("Sun-kissed bones",3).add(Ld).add(Ro),H3=new d().every(G3,9),y3=new d().add("Quetzal feed",1).add("Coins",[750,1250]).add("Coins",[2500,3500]).add("Hunter spear tips",[15,30]).add("Blessed bone shards",[100,200]).add("Raw kyatt",2).add("Raw pyre fox",3).add(5075,1).add(5075,[2,3]).add("Raw sunlight antelope",2).add("Raw moonlight antelope",2).add("Sun-kissed bones",2).add("Sun-kissed bones",3).add(Ld).add(Ro),g3=new d().every(y3,11),so=new D({id:29242,name:"Hunters' loot sack (basic)",aliases:["basic hunter sack","hunter's loot sack (basic)","hunters loot sack (basic)"],table:h3}),To=new D({id:29244,name:"Hunters' loot sack (adept)",aliases:["adept hunter sack","hunter's loot sack (adept)","hunters loot sack (adept)"],table:t3}),Oo=new D({id:29246,name:"Hunters' loot sack (expert)",aliases:["expert hunter sack","hunter's loot sack (expert)","hunters loot sack (expert)"],table:H3}),So=new D({id:29248,name:"Hunters' loot sack (master)",aliases:["master hunter sack","hunter's loot sack (master)","hunters loot sack (master)"],table:g3});var Z=new d().add("Saradomin page 1").add("Saradomin page 2").add("Saradomin page 3").add("Saradomin page 4").add("Zamorak page 1").add("Zamorak page 2").add("Zamorak page 3").add("Zamorak page 4").add("Guthix page 1").add("Guthix page 2").add("Guthix page 3").add("Guthix page 4").add("Bandos page 1").add("Bandos page 2").add("Bandos page 3").add("Bandos page 4").add("Armadyl page 1").add("Armadyl page 2").add("Armadyl page 3").add("Armadyl page 4").add("Ancient page 1").add("Ancient page 2").add("Ancient page 3").add("Ancient page 4"),Ba=new d().add("Gilded platebody").add("Gilded platelegs").add("Gilded plateskirt").add("Gilded full helm").add("Gilded kiteshield").add("Gilded med helm").add("Gilded chainbody").add("Gilded sq shield").add("Gilded 2h sword").add("Gilded spear").add("Gilded hasta"),sa=new d().add("Red firelighter",[4,10]).add("Green firelighter",[4,10]).add("Blue firelighter",[4,10]).add("Purple firelighter",[4,10]).add("White firelighter",[4,10]),P3=new d().add("Nardah teleport",[5,15]).add("Mos le'harmless teleport",[5,15]).add("Mort'ton teleport",[5,15]).add("Feldip hills teleport",[5,15]).add("Lunar isle teleport",[5,15]).add("Digsite teleport",[5,15]).add("Piscatoris teleport",[5,15]).add("Pest control teleport",[5,15]).add("Tai bwo wannai teleport",[5,15]).add("Lumberyard teleport",[5,15]).add("Charge dragonstone jewellery scroll",[5,15]).add("Iorwerth camp teleport",[5,15]),E=new d().add("Master scroll book (empty)").add(P3,1,21),Nd=new d().add("Loop half of key").add("Tooth half of key"),m=new d().add("Holy blessing").add("Unholy blessing").add("Peaceful blessing").add("Honourable blessing").add("War blessing").add("Ancient blessing").add("Coins",[1e4,15e3],7).add("Purple sweets",[8,12],7);var ER=new d().add("Golden apron").add("Golden chef's hat"),mR=new d().add("Monk's robe top (g)").add("Monk's robe (g)"),IR=new d().add("Coins",[3400,6200],4).add(mR),as=new d().add("Team cape zero").add("Team cape i").add("Team cape x").add("Cape of skulls"),ds=new d().add("Red elegant shirt").add("Red elegant legs").add("Red elegant blouse").add("Red elegant skirt").add("Green elegant shirt").add("Green elegant legs").add("Green elegant blouse").add("Green elegant skirt").add("Blue elegant shirt").add("Blue elegant legs").add("Blue elegant blouse").add("Blue elegant skirt"),rs=new d().add("Highwayman mask").add("Blue beret").add("Black beret").add("White beret").add("A powdered wig").add("Flared trousers").add("Pantaloons").add("Sleeping cap").add("Beanie").add("Imp mask").add("Goblin mask").add("Black cane").add("Red beret").add("Rain bow").add("Ham joint").add("Staff of bob the cat").add("Bob's red shirt").add("Bob's blue shirt").add("Bob's green shirt").add("Bob's black shirt").add("Bob's purple shirt").add("Black platebody (t)").add("Black platelegs (t)").add("Black plateskirt (t)").add("Black full helm (t)").add("Black kiteshield (t)").add("Studded body (t)").add("Studded chaps (t)").add("Blue skirt (t)").add("Blue wizard robe (t)").add("Blue wizard hat (t)").add("Bronze platebody (t)").add("Bronze platelegs (t)").add("Bronze plateskirt (t)").add("Bronze kiteshield (t)").add("Bronze full helm (t)").add("Iron platebody (t)").add("Iron platelegs (t)").add("Iron plateskirt (t)").add("Iron full helm (t)").add("Iron kiteshield (t)").add("Black wizard hat (t)").add("Black wizard robe (t)").add("Black skirt (t)").add("Steel full helm (t)").add("Steel platebody (t)").add("Steel platelegs (t)").add("Steel plateskirt (t)").add("Steel kiteshield (t)").add("Amulet of power (t)").add("Black platebody (g)").add("Black platelegs (g)").add("Black plateskirt (g)").add("Black full helm (g)").add("Black kiteshield (g)").add("Studded body (g)").add("Studded chaps (g)").add("Blue skirt (g)").add("Blue wizard robe (g)").add("Blue wizard hat (g)").add("Bronze platebody (g)").add("Bronze platelegs (g)").add("Bronze plateskirt (g)").add("Bronze kiteshield (g)").add("Bronze full helm (g)").add("Iron platebody (g)").add("Iron platelegs (g)").add("Iron plateskirt (g)").add("Iron kiteshield (g)").add("Iron full helm (g)").add("Black wizard hat (g)").add("Black wizard robe (g)").add("Black skirt (g)").add("Wooden shield (g)").add("Steel full helm (g)").add("Steel platebody (g)").add("Steel platelegs (g)").add("Steel plateskirt (g)").add("Steel kiteshield (g)").add("Leather body (g)").add("Leather chaps (g)").add("Black shield (h1)").add("Black shield (h2)").add("Black shield (h3)").add("Black shield (h4)").add("Black shield (h5)").add("Black helm (h1)").add("Black helm (h2)").add("Black helm (h3)").add("Black helm (h4)").add("Black helm (h5)").add("Black platebody (h1)").add("Black platebody (h2)").add("Black platebody (h3)").add("Black platebody (h4)").add("Black platebody (h5)").add("Saradomin robe top").add("Saradomin robe legs").add("Guthix robe top").add("Guthix robe legs").add("Zamorak robe top").add("Zamorak robe legs").add("Ancient robe top").add("Ancient robe legs").add("Armadyl robe top").add("Armadyl robe legs").add("Bandos robe top").add("Bandos robe legs").add(ER).add(IR).add(as).add(ds,1,6),os=new d().add("Amulet of magic (t)").add("Amulet of magic",1,9),es=new d().add(m).add("Coins",[3e3,7e3],2),ns=new d().add("Willow comp bow").add("Willow longbow",1,9),_s=new d().add("Coins",[50,200]).add("Trout",[6,10]).add("Salmon",[6,10]).add("Air rune",[30,50]).add("Fire rune",[30,50]).add("Water rune",[30,50]).add("Earth rune",[30,50]).add("Mind rune",[30,50]).add("Body rune",[30,50]).add("Law rune",[5,10]).add("Chaos rune",[5,10]).add("Nature rune",[5,10]).add("Purple sweets",[2,6]).add("Black platebody").add("Black longsword").add("Black full helm").add("Black platelegs").add("Black battleaxe").add("Black axe").add("Steel pickaxe").add("Black dagger").add("Staff of air").add("Studded chaps").add("Studded body").add("Willow shortbow").add("Coif").add("Black pickaxe").add(os).add(es).add(ns).add(Z).add(sa).add(E),Dd=new d().add(_s,1,11).add(rs,1,1),pd=new d().add(Dd,[2,4]).tertiary(50,"Clue scroll (master)");pd.allItems.push(b("Clue scroll (master)"));var is=new d().add("3rd age range coif").add("3rd age range top").add("3rd age range legs").add("3rd age vambraces").add("3rd age robe top").add("3rd age robe").add("3rd age mage hat").add("3rd age amulet").add("3rd age platelegs").add("3rd age platebody").add("3rd age full helmet").add("3rd age plateskirt").add("3rd age kiteshield").add("3rd age longsword").add("3rd age cloak").add("3rd age wand").add("3rd age bow"),ls=new d().add("Gilded scimitar").add("Gilded boots").add("Battlestaff",100).add("Crystal key").add("Lava dragon mask").add("Ranging potion(4)",30).add("Saradomin brew(4)",30).add("Super restore(4)",30).add("Ring of nature").add("Extended antifire(4)",30).add("Gilded coif").add("Gilded d'hide vambraces").add("Gilded d'hide body").add("Gilded d'hide chaps").add("Gilded pickaxe").add("Gilded axe").add("Gilded spade").add(Ba,1,5).add(is),As=new d().add("Dark tuxedo jacket").add("Dark tuxedo cuffs").add("Dark trousers").add("Dark tuxedo shoes").add("Dark bow tie").add("Light tuxedo jacket").add("Light tuxedo cuffs").add("Light trousers").add("Light tuxedo shoes").add("Light bow tie"),Rs=new d().add("Dragon cane").add("Briefcase").add("Sagacious spectacles").add("Royal crown").add("Royal sceptre").add("Royal gown top").add("Royal gown bottom").add("Fury ornament kit").add("Dragon chainbody ornament kit").add("Dragon legs/skirt ornament kit").add("Dragon sq shield ornament kit").add("Dragon full helm ornament kit").add("Bronze dragon mask").add("Iron dragon mask").add("Steel dragon mask").add("Mithril dragon mask").add("Afro").add("Katana").add("Big pirate hat").add("Top hat").add("Light infinity colour kit").add("Dark infinity colour kit").add("Black d'hide chaps (t)").add("Black d'hide chaps (g)").add("Black d'hide body (t)").add("Black d'hide body (g)").add("Musketeer hat").add("Musketeer tabard").add("Musketeer pants").add("Deerstalker").add("Blacksmith's helm").add("Arceuus scarf").add("Hosidius scarf").add("Lovakengj scarf").add("Piscarilius scarf").add("Shayzien scarf").add("Dragon scimitar ornament kit").add("Holy wraps").add("Ranger gloves").add("Bucket helm").add("Fremennik kilt").add("Adamant dragon mask").add("Rune dragon mask").add("Rangers' tights").add("Uri's hat").add("Giant boot").add("Rangers' tunic").add("Monocle").add(ls,1,2).add(As),ss=new d().add("Magic seed").add("Yew seed").add("Palm tree seed"),Ts=new d().add("Coins",[2e4,3e4]).add("Tuna potato",[15,20]).add("Summer pie",[15,20]).add("Law rune",[50,75]).add("Death rune",[50,75]).add("Blood rune",[50,75]).add("Soul rune",[50,75]).add("Oak plank",[60,80]).add("Purple sweets",[9,23]).add("Teak plank",[40,50]).add("Mahogany plank",[20,30]).add("Dragonstone bracelet").add("Dragon necklace").add("Dragonstone ring").add("Runite bar",[1,3]).add("Onyx bolt tips",[8,12]).add("Dragon dagger").add("Dragon longsword").add("Rune platebody").add("Rune platelegs").add("Rune plateskirt").add("Rune kiteshield").add("Dragon mace").add("Rune crossbow").add(ss).add(Z).add(sa).add(Nd).add(E,1,2).add(m),ud=new d().add(Ts,1,24).add(Rs,1,1),Cd=new d().add(ud,[4,6]).tertiary(5,"Clue scroll (master)");Cd.allItems.push(b("Clue scroll (master)"));var Os=new d().add("3rd age range coif").add("3rd age range top").add("3rd age range legs").add("3rd age vambraces").add("3rd age robe top").add("3rd age robe").add("3rd age mage hat").add("3rd age amulet").add("3rd age platelegs").add("3rd age platebody").add("3rd age full helmet").add("3rd age plateskirt").add("3rd age kiteshield"),Ss=new d().add("Super energy(4)",15).add("Super restore(4)",15).add("Antifire potion(4)",15).add(p([["Super attack(4)",5],["Super strength(4)",5],["Super defence(4)",5]])).add(Os).add(Ba,1,5),Ls=new d().add("Guthix d'hide shield").add("Saradomin d'hide shield").add("Zamorak d'hide shield").add("Ancient d'hide shield").add("Armadyl d'hide shield").add("Bandos d'hide shield"),Ns=new d().add("Rune platebody (h1)").add("Rune platebody (h2)").add("Rune platebody (h3)").add("Rune platebody (h4)").add("Rune platebody (h5)"),Ds=new d().add("Robin hood hat").add("Tan cavalier").add("Dark cavalier").add("Black cavalier").add("White cavalier").add("Red cavalier").add("Navy cavalier").add("Pirate's hat").add("Enchanted hat").add("Enchanted top").add("Enchanted robe").add("Amulet of glory (t4)").add("Pith helmet").add("Explorer backpack").add(19912).add("Nunchaku").add("Cyclops head").add("Dragon boots ornament kit").add("Dual sai").add("Thieving bag").add("Rune defender ornament kit").add("Tzhaar-ket-om ornament kit").add("Berserker necklace ornament kit").add("Rune cane").add("Green dragon mask").add("Blue dragon mask").add("Red dragon mask").add("Black dragon mask").add("Rune platebody (t)").add("Rune platelegs (t)").add("Rune plateskirt (t)").add("Rune kiteshield (t)").add("Rune full helm (t)").add("Rune platebody (g)").add("Rune platelegs (g)").add("Rune plateskirt (g)").add("Rune kiteshield (g)").add("Rune full helm (g)").add("Rune helm (h1)").add("Rune helm (h2)").add("Rune helm (h3)").add("Rune helm (h4)").add("Rune helm (h5)").add("Rune shield (h1)").add("Rune shield (h2)").add("Rune shield (h3)").add("Rune shield (h4)").add("Rune shield (h5)").add("Zamorak platebody").add("Zamorak platelegs").add("Zamorak plateskirt").add("Zamorak kiteshield").add("Zamorak full helm").add("Zamorak bracers").add("Zamorak d'hide body").add("Zamorak chaps").add("Zamorak coif").add("Zamorak crozier").add("Zamorak stole").add("Zamorak d'hide boots").add("Saradomin platebody").add("Saradomin platelegs").add("Saradomin plateskirt").add("Saradomin kiteshield").add("Saradomin full helm").add("Saradomin bracers").add("Saradomin d'hide body").add("Saradomin chaps").add("Saradomin coif").add("Saradomin crozier").add("Saradomin stole").add("Saradomin d'hide boots").add("Guthix platebody").add("Guthix platelegs").add("Guthix plateskirt").add("Guthix kiteshield").add("Guthix full helm").add("Guthix bracers").add("Guthix d'hide body").add("Guthix chaps").add("Guthix coif").add("Guthix crozier").add("Guthix stole").add("Guthix d'hide boots").add("Bandos platebody").add("Bandos platelegs").add("Bandos plateskirt").add("Bandos kiteshield").add("Bandos full helm").add("Bandos bracers").add("Bandos d'hide body").add("Bandos chaps").add("Bandos coif").add("Bandos d'hide boots").add("Armadyl platebody").add("Armadyl platelegs").add("Armadyl plateskirt").add("Armadyl kiteshield").add("Armadyl full helm").add("Armadyl bracers").add("Armadyl d'hide body").add("Armadyl chaps").add("Armadyl coif").add("Armadyl d'hide boots").add("Ancient platebody").add("Ancient platelegs").add("Ancient plateskirt").add("Ancient kiteshield").add("Ancient full helm").add("Ancient bracers").add("Ancient d'hide body").add("Ancient chaps").add("Ancient coif").add("Ancient d'hide boots").add("Blue d'hide body (t)").add("Blue d'hide chaps (t)").add("Blue d'hide body (g)").add("Blue d'hide chaps (g)").add("Red d'hide body (t)").add("Red d'hide chaps (t)").add("Red d'hide body (g)").add("Red d'hide chaps (g)").add(Ss).add(Ls).add(Ns),ps=new d().add("Magic comp bow").add("Magic longbow",1,9),us=new d().add("Coins",[1e3,5e3]).add("Lobster",[12,15]).add("Shark",[12,15]).add("Law rune",[30,50]).add("Blood rune",[20,30]).add("Nature rune",[30,50]).add("Purple sweets",[7,15]).add("Rune longsword").add("Rune full helm").add("Rune platelegs").add("Rune battleaxe").add("Rune axe").add("Rune pickaxe").add("Rune dagger").add("Rune platebody").add("Rune platelegs").add("Rune plateskirt").add("Rune kiteshield").add("Black d'hide chaps").add("Black d'hide body").add("Magic shortbow").add(Z).add(sa).add(E).add(m).add(ps),bd=new d().add(us,1,12).add(Ds,1,1),cd=new d().add(bd,[4,6]).tertiary(15,"Clue scroll (master)");cd.allItems.push(b("Clue scroll (master)"));var Cs=new d().add("Armadyl godsword ornament kit").add("Bandos godsword ornament kit").add("Zamorak godsword ornament kit").add("Saradomin godsword ornament kit"),bs=new d().add("Ankou mask").add("Ankou top").add("Ankou's leggings").add("Ankou gloves").add("Ankou socks"),cs=new d().add("Coins",[15e3,3e4],2).add(bs),fs=new d().add("Mummy's head").add("Mummy's body").add("Mummy's legs").add("Mummy's hands").add("Mummy's feet"),Bs=new d().add("Coins",[15e3,3e4],2).add(fs),hs=new d().add("Dragon kiteshield ornament kit").add("Dragon platebody ornament kit",1,2),Ms=new d().add("Coins",[15e3,3e4],9).add(hs),ts=new d().add("3rd age range coif").add("3rd age range top").add("3rd age range legs").add("3rd age vambraces").add("3rd age robe top").add("3rd age robe").add("3rd age mage hat").add("3rd age amulet").add("3rd age platelegs").add("3rd age platebody").add("3rd age full helmet").add("3rd age plateskirt").add("3rd age kiteshield").add("3rd age longsword").add("3rd age cloak").add("3rd age wand").add("3rd age bow").add("3rd age druidic staff").add("3rd age druidic cloak").add("3rd age druidic robe top").add("3rd age druidic robe bottoms").add("3rd age pickaxe").add("3rd age axe"),Gs=new d().add("Gilded scimitar").add("Bucket helm (g)").add("Gilded boots").add("Ring of coins").add("Cabbage",3).add("Anti-venom+(4)",15).add("Torstol",50).add("Gilded coif").add("Gilded d'hide vambraces").add("Gilded d'hide body").add("Gilded d'hide chaps").add("Gilded pickaxe").add("Gilded axe").add("Gilded spade").add(ts).add(Ba),Hs=new d().add("Left eye patch").add("Bowl wig").add("Ale of the gods").add("Half moon spectacles").add("Fancy tiara").add("Hood of darkness").add("Robe top of darkness").add("Gloves of darkness").add("Robe bottom of darkness").add("Boots of darkness").add("Obsidian cape (r)").add("Occult ornament kit").add("Torture ornament kit").add("Dragon defender ornament kit").add("Samurai kasa").add("Samurai shirt").add("Samurai greaves").add("Samurai boots").add("Samurai gloves").add("Arceuus hood").add("Hosidius hood").add("Lovakengj hood").add("Piscarilius hood").add("Shayzien hood").add("Lesser demon mask").add("Greater demon mask").add("Black demon mask").add("Jungle demon mask").add("Old demon mask").add("Anguish ornament kit").add("Tormented ornament kit").add(Gs).add(Z).add(Cs).add(cs).add(Bs).add(Ms),ys=new d().add("Magic seed",[1,2]).add("Yew seed",[1,2]).add("Palm tree seed",[1,2]),gs=new d().add("Coins",[2e4,35e3]).add("Manta ray",[15,25]).add("Nature rune",[100,200]).add("Death rune",[100,200]).add("Blood rune",[100,200]).add("Soul rune",[100,200]).add("Limpwurt root",[40,60]).add("Purple sweets",[14,33]).add("Runite ore",[5,8]).add("Wine of zamorak",[35,50]).add("Grimy toadflax",[25,35]).add("Grimy ranarr weed",[5,10]).add("Grimy snapdragon",[5,10]).add("Runite bar",[5,7]).add("Onyx bolts (e)",[15,25]).add("Dragon dagger").add("Dragon longsword").add("Dragon battleaxe").add("Dragon scimitar").add("Dragon halberd").add("Black dragonhide",[5,25]).add("Dragon mace").add(Z).add(sa).add(E,1,2).add(ys).add(Nd).add(m),fd=new d().add(gs,1,22).add(Hs,1,1),Lo=new d().add(fd,[5,7]).tertiary(1e3,"Bloodhound");var Ps=new d().add("White unicorn mask").add("Black unicorn mask"),Us=new d().add("Purple elegant shirt").add("Purple elegant legs").add("Purple elegant blouse").add("Purple elegant skirt").add("Black elegant shirt").add("Black elegant legs").add("White elegant blouse").add("White elegant skirt").add("Pink elegant shirt").add("Pink elegant legs").add("Pink elegant blouse").add("Pink elegant skirt").add("Gold elegant shirt").add("Gold elegant legs").add("Gold elegant blouse").add("Gold elegant skirt"),ws=new d().add("Ranger boots").add("Wizard boots").add("Leprechaun hat").add("Cat mask").add("Penguin mask").add("Crier hat").add("Adamant cane").add("Cabbage round shield").add("Crier coat").add("Crier bell").add("Black leprechaun hat").add("Holy sandals").add("Wolf mask").add("Wolf cloak").add("Spiked manacles").add("Red headband").add("Black headband").add("Brown headband").add("White headband").add("Blue headband").add("Gold headband").add("Pink headband").add("Green headband").add("Red boater").add("Orange boater").add("Green boater").add("Black boater").add("Blue boater").add("Pink boater").add("Purple boater").add("White boater").add("Adamant platebody (t)").add("Adamant platelegs (t)").add("Adamant kiteshield (t)").add("Adamant full helm (t)").add("Adamant plateskirt (t)").add("Mithril platebody (t)").add("Mithril platelegs (t)").add("Mithril plateskirt (t)").add("Mithril kiteshield (t)").add("Mithril full helm (t)").add("Adamant platebody (g)").add("Adamant platelegs (g)").add("Adamant kiteshield (g)").add("Adamant full helm (g)").add("Adamant plateskirt (g)").add("Mithril platebody (g)").add("Mithril platelegs (g)").add("Mithril plateskirt (g)").add("Mithril kiteshield (g)").add("Mithril full helm (g)").add("Climbing boots (g)").add("Adamant shield (h1)").add("Adamant shield (h2)").add("Adamant shield (h3)").add("Adamant shield (h4)").add("Adamant shield (h5)").add("Adamant helm (h1)").add("Adamant helm (h2)").add("Adamant helm (h3)").add("Adamant helm (h4)").add("Adamant helm (h5)").add("Adamant platebody (h1)").add("Adamant platebody (h2)").add("Adamant platebody (h3)").add("Adamant platebody (h4)").add("Adamant platebody (h5)").add("Green d'hide body (g)").add("Green d'hide body (t)").add("Green d'hide chaps (g)").add("Green d'hide chaps (t)").add("Saradomin mitre").add("Guthix mitre").add("Zamorak mitre").add("Ancient mitre").add("Armadyl mitre").add("Bandos mitre").add("Saradomin cloak").add("Guthix cloak").add("Zamorak cloak").add("Ancient cloak").add("Armadyl cloak").add("Bandos cloak").add("Ancient stole").add("Bandos stole").add("Armadyl stole").add("Ancient crozier").add("Armadyl crozier").add("Bandos crozier").add("Arceuus banner").add("Piscarilius banner").add("Hosidius banner").add("Shayzien banner").add("Lovakengj banner").add(Ps).add(Us,1,8),Ks=new d().add("Red firelighter",[4,9]).add("Green firelighter",[4,9]).add("Blue firelighter",[4,9]).add("Purple firelighter",[4,9]).add("White firelighter",[4,9]),ks=new d().add("Gnomish firelighter").add(Ks,1,9),Fs=new d().add("Strength amulet (t)").add("Amulet of power",1,9),Ws=new d().add("Yew comp bow").add("Yew longbow",1,9),Ys=new d().add("Coins",[200,1e3]).add("Lobster",[8,12]).add("Swordfish",[8,12]).add("Air rune",[50,100]).add("Fire rune",[50,100]).add("Water rune",[50,100]).add("Earth rune",[50,100]).add("Mind rune",[50,100]).add("Death rune",[10,10]).add("Law rune",[10,10]).add("Chaos rune",[10,10]).add("Nature rune",[10,10]).add("Adamant longsword").add("Adamant full helm").add("Adamant platelegs").add("Adamant battleaxe").add("Adamant axe").add("Adamant pickaxe").add("Adamant dagger").add("Adamant platebody").add("Purple sweets",[5,10]).add("Fire battlestaff").add("Green d'hide chaps").add("Green d'hide body").add("Yew shortbow").add(Z).add(E).add(m).add(ks).add(Fs).add(Ws),Bd=new d().add(Ys,1,10).add(ws,1,1),No=new d().add(Bd,[3,5]).tertiary(30,"Clue scroll (master)");var hd=new D({id:11238,name:"Baby impling",aliases:["baby impling","baby imp","baby"],table:new d().add("Chisel",1,10).add("Thread",1,10).add("Needle",1,10).add("Knife",1,10).add("Cheese",1,10).add("Hammer",1,10).add("Ball of wool",1,10).add("Anchovies",1,10).add(new d,1,10).add("Spice").add("Flax").add("Mud pie").add("Seaweed").add("Air talisman").add("Silver bar").add("Sapphire").add("Hard leather").add("Lobster").add("Soft clay").tertiary(50,"Clue scroll (beginner)").tertiary(100,"Clue scroll (easy)")}),Md=new D({id:11240,name:"Young impling",aliases:["young impling","young imp","young"],table:new d().add("Steel nails",1,10).add("Lockpick",1,10).add("Pure essence",1,10).add("Tuna",1,10).add("Chocolate slice",1,10).add("Steel axe",1,10).add("Meat pizza",1,10).add("Coal",1,10).add("Bow string",1,10).add("Snape grass").add("Soft clay").add("Studded chaps").add("Steel full helm").add("Oak plank").add("Defence potion(3)").add("Mithril bar").add("Yew longbow").add("Garden pie").add("Jangerberries").tertiary(25,"Clue scroll (beginner)").tertiary(50,"Clue scroll (easy)")}),td=new D({id:11242,name:"Gourmet impling",aliases:["gourmet impling","gourmet imp","gourmet"],table:new d().oneIn(500,"Grubby key").add("Tuna",1,20).add("Bass",1,10).add("Curry",1,10).add("Meat pie",1,10).add("Chocolate cake",1,10).add("Frog spawn",1,10).add("Spice",1,10).add("Curry leaf",1,10).add("Ugthanki kebab").add("Lobster",4).add("Shark",3).add("Fish pie").add("Chef's delight").add("Rainbow fish",5).add("Garden pie",6).add("Swordfish",3).add("Strawberries(5)").add("Cooked karambwan",2).tertiary(25,"Clue scroll (easy)")}),Gd=new D({id:11244,name:"Earth impling",aliases:["earth impling","earth imp","earth"],table:new d().add("Fire talisman",1,10).add("Earth talisman",1,10).add("Earth tiara",1,10).add("Earth rune",32,10).add("Mithril ore",1,10).add("Bucket of sand",4,10).add("Unicorn horn",1,10).add("Compost",6,10).add("Gold ore",1,10).add("Steel bar").add("Mithril pickaxe").add("Wildblood seed",2).add("Jangerberry seed",2).add("Supercompost",2).add("Mithril ore",3).add("Harralander seed",2).add("Coal",6).add("Emerald",2).add("Ruby").tertiary(100,"Clue scroll (medium)")}),Hd=new D({id:11246,name:"Essence impling",aliases:["essence impling","essence imp","essence"],table:new d().add("Pure essence",20,10).add("Water rune",30,10).add("Air rune",30,10).add("Fire rune",50,10).add("Mind rune",25,10).add("Body rune",28,10).add("Chaos rune",4,10).add("Cosmic rune",4,10).add("Mind talisman",1,10).add("Pure essence",35).add("Lava rune",4).add("Mud rune",4).add("Smoke rune",4).add("Steam rune",4).add("Death rune",13).add("Law rune",13).add("Blood rune",7).add("Soul rune",11).add("Nature rune",13).tertiary(50,"Clue scroll (medium)")}),yd=new D({id:11248,name:"Eclectic impling",aliases:["eclectic impling","eclectic imp","ecl","eclectic"],table:new d().add("Mithril pickaxe",1,10).add("Curry leaf",1,10).add("Snape grass",1,10).add("Air rune",[30,58],10).add("Oak plank",4,10).add("Empty candle lantern",1,10).add("Gold ore",1,10).add("Gold bar",5,10).add("Unicorn horn",1,10).add("Adamant kiteshield").add("Blue d'hide chaps").add("Red spiky vambraces").add("Rune dagger").add("Battlestaff").add("Adamantite ore",10).add("Slayer's respite",2).add("Wild pie").add("Watermelon seed",3).add("Diamond").tertiary(25,"Clue scroll (medium)")}),gd=new D({id:11250,name:"Nature impling",aliases:["nature impling","nature imp","nature"],table:new d().add("Limpwurt seed",1,10).add("Jangerberry seed",1,10).add("Belladonna seed",1,10).add("Harralander seed",1,10).add("Cactus spine",1,10).add("Magic logs",1,10).add("Tarromin",1,10).add("Coconut",1,10).add("Irit seed",1,10).add("Curry tree seed").add("Orange tree seed").add("Snapdragon").add("Kwuarm seed").add("Avantoe seed",5).add("Willow seed").add("Torstol seed").add("Ranarr seed").add("Torstol",2).add("Dwarf weed seed").tertiary(100,"Clue scroll (hard)")}),Pd=new D({id:11252,name:"Magpie impling",aliases:["magpie impling","magpie imp","magpie"],table:new d().add("Black dragonhide",6,2).add("Diamond amulet",3).add("Amulet of power",3).add("Ring of forging",3).add("Splitbark gauntlets").add("Mystic boots").add("Mystic gloves").add("Rune warhammer").add("Ring of life",4).add("Rune sq shield").add("Dragon dagger").add("Nature tiara").add("Runite bar",2).add("Diamond",4).add("Pineapple seed").add("Ring of recoil",3).add("Loop half of key").add("Tooth half of key").add("Snapdragon seed").add("Sinister key").tertiary(50,"Clue scroll (hard)")}),Ud=new D({id:11254,name:"Ninja impling",aliases:["ninja impling","ninja imp","ninja"],table:new d().add("Snakeskin boots").add("Splitbark helm").add("Mystic boots").add("Rune chainbody").add("Mystic gloves").add("Opal machete").add("Rune claws").add("Rune scimitar").add("Dragon dagger(p+)").add("Rune arrow",70).add("Rune dart",70).add("Rune knife",40).add("Rune thrownaxe",50).add("Onyx bolts",2).add("Onyx bolt tips",4).add("Black dragonhide",10).add("Prayer potion(3)",4).add("Weapon poison(+)",4).add("Dagannoth hide",3).tertiary(25,"Clue scroll (hard)")}),wd=new D({id:23768,name:"Crystal impling",aliases:["crystal impling","crystal imp","crystal"],table:new d().add("Amulet of power",[5,7]).add("Crystal acorn").add("Crystal shard",[5,10]).add("Dragonstone amulet").add("Dragonstone",2).add("Ruby bolt tips",[50,125]).add("Onyx bolt tips",[6,10]).add("Rune arrowtips",[150,250]).add("Rune arrow",[400,750]).add("Rune javelin heads",[20,60]).add("Rune dart tip",[25,75]).add("Rune dart",[50,100]).add("Dragon dart tip",[10,15]).add("Dragon dagger",2).add("Rune scimitar",[3,6]).add("Babydragon bones",[75,125]).add("Ranarr seed",[3,8]).add("Yew seed").tertiary(50,"Clue scroll (elite)").tertiary(128,"Elven signet")}),Kd=new D({id:11256,name:"Dragon impling",aliases:["dragon impling","dragon imp","dimp","dragon"],table:new d().add("Dragonstone bolt tips",[10,30]).add("Dragonstone bolt tips",36).add("Mystic robe bottom",1).add("Amulet of glory",3).add("Dragonstone amulet",2).add("Dragon arrow",[100,250]).add("Dragonstone bolts",[10,40]).add("Dragon longsword",1).add("Dragon dagger(p++)",3).add("Dragon dart",[100,250]).add("Dragonstone",3).add("Dragon dart tip",[100,350]).add("Dragon arrowtips",[100,350]).add("Dragon javelin heads",[25,35]).add("Babydragon bones",[100,300]).add("Dragon bones",[50,100]).add("Magic seed",1).add("Snapdragon seed",6).add("Summer pie",15).tertiary(50,"Clue scroll (elite)")}),kd=new D({id:19732,name:"Lucky impling",aliases:["lucky impling","lucky imp","lucky","luckys"],table:new d().add(Dd).add(Bd).add(bd).add(ud).add(fd)}),U3=[hd,Md,td,Gd,Hd,yd,gd,Pd,Ud,wd,Kd,kd];var w3=new d().oneIn(15,"Lamp").oneIn(40,"Tarnished locket").oneIn(60,"Lost bag").oneIn(200,"Blood essence"),K3=new d().every(w3).add("Astral rune",[150,200],5).add("Blood rune",[150,200],5).add("Chaos rune",[200,300],5).add("Cosmic rune",[200,300],5).add("Death rune",[150,200],5).add("Law rune",[200,250],5).add("Nature rune",[200,300],5).add("Soul rune",[150,200],5).add("Shield left half",1,1).add("Dragon spear",1,1).add("Crystal key",1,1).add("Dragon med helm",1,1).add("Pure essence",[500,1e3],1).tertiary(10,"Clue scroll (hard)"),Do=new D({id:26908,name:"Intricate pouch",aliases:["intricate pouch","intri pouch","int pouch"],table:K3});var X=t(H(),1);var vs=new d().add("Uncut diamond",21,5).add("Uncut ruby",[24,29],5).add("Coal",[352,443],5).add("Coins",[74e3,75e3],4).add("Gold ore",[100,150],4).add("Dragon arrowtips",[49,182],4).add("Iron ore",[300,450],3).add("Rune full helm",3,3).add("Rune platebody",2,3).add("Rune platelegs",2,3).add("Runite ore",[10,15],2).add("Steel bar",[250,350],2).add("Magic logs",[80,120],2).add("Dragon dart tip",80,2).add("Palm tree seed",[2,4],1).add("Magic seed",[1,3],1).add("Celastrus seed",[2,4],1).add("Dragonfruit tree seed",[1,3],1).add("Redwood tree seed",1,1).add("Torstol seed",3,1).add("Snapdragon seed",3,1).add("Ranarr seed",[2,4],1).add("Pure essence",[3359,5815],1),xs=new d().oneIn(256,"Dagon'hai hat").oneIn(256,"Dagon'hai robe top").oneIn(256,"Dagon'hai robe bottom").add("Uncut diamond",[35,45],5).add("Uncut ruby",[35,45],5).add("Coal",[450,650],5).add("Gold ore",[150,250],4).add("Dragon arrowtips",[100,250],4).add("Coins",[75e3,175e3],3).add("Iron ore",[500,650],3).add("Rune full helm",[3,5],3).add("Rune platebody",[2,3],3).add("Rune platelegs",[2,3],3).add("Pure essence",[4500,7500],3).add("Runite ore",[15,20],2).add("Steel bar",[350,550],2).add("Magic logs",[180,220],2).add("Dragon dart tip",[80,200],2).add("Palm tree seed",[3,5],1).add("Magic seed",[3,4],1).add("Celastrus seed",[3,5],1).add("Dragonfruit tree seed",[3,5],1).add("Redwood tree seed",1,1).add("Torstol seed",[4,6],1).add("Snapdragon seed",[4,6],1).add("Ranarr seed",[4,6],1),k3=new d().add(vs).add(xs),po=class extends D{static{s(this,"LarransChestOpenable")}open(e=1,n={fishLvl:99,chestSize:"big"}){let i=new u,A=n.chestSize??"big",T=n.fishLvl??99;if(A.toLowerCase()==="big"){let L=Er.find(N=>N.item==="Raw lobster");for(let N=0;N=C.req&&(0,X.percentChance)(Pa(T,C.low,C.high))){i.add(C.item,(0,X.randInt)(C.qty[0],C.qty[1])),B=!0;break}B||i.add(L?.item,(0,X.randInt)(L.qty[0],L.qty[1]))}else i.add(xs.roll());return i}let O=$r.find(L=>L.item==="Raw lobster");for(let L=0;L=B.req&&(0,X.percentChance)(Pa(T,B.low,B.high))){i.add(B.item,(0,X.randInt)(B.qty[0],B.qty[1])),N=!0;break}N||i.add(O?.item,(0,X.randInt)(O.qty[0],O.qty[1]))}else i.add(vs.roll());return i}},uo=new po({id:23490,name:"Larran's chest",aliases:["larran big chest","larrans big chest","larran's big chest","Larran's small chest","larran small chest","larrans small chest","larran's small chest"],table:k3});var F3=new d().every("Uncut ruby").every("Mithril bar",2).every("Law rune",5).every("Death rune",5).every("Chaos rune",15),Co=new D({id:991,name:"Muddy chest",aliases:["muddy chest","muddy"],table:F3});var W3=new d().add("Clue scroll (easy)",1,5).add("Clue scroll (medium)",1,3).add("Clue scroll (hard)",1,2),Y3=new d().oneIn(256,"Stale baguette").add(2528).add("Cabbage").add("Diamond").add("Bucket").add("Flyer").add("Old boot").add("Body rune").add("Onion").add("Mithril scimitar").add("Casket").add("Steel platebody").add("Nature rune",20).add(W3,1,2).add(S),bo=new D({id:6199,name:"Mystery box",aliases:["mystery box","mystery"],table:Y3});var v3=new d().every(_a),co=new D({id:12792,name:"Nest box (empty)",aliases:["nest box (empty)","empty nest box","nest box empty"],table:v3});var x3=new d().every(_a).add("Sapphire ring",1,40).add("Gold ring",1,35).add("Emerald ring",1,15).add("Ruby ring",1,9).add("Diamond ring"),fo=new D({id:12794,name:"Nest box (ring)",aliases:["nest box (ring)","ring nest box","nest box ring"],table:x3});var V3=new d().every(_a).add("Acorn",1,248).add("Sweetcorn seed",6,346).add("Strawberry seed",6,325).add("Limpwurt seed",2,224).add("Watermelon seed",2,219).add("Snape grass seed",2,119).add("Willow seed",1,44).add("Maple seed",1,19).add("Pineapple seed",1,45).add("Cadantine seed",1,92).add("Lantadyme seed",1,90).add("Dwarf weed seed",1,63).add("Teak seed",1,67).add("Mahogany seed",1,74).add("Torstol seed",1,14).add("Calquat tree seed",1,32).add("Papaya tree seed",1,21).add("Palm tree seed",1,6).add("Dragonfruit tree seed",1,6).add("Ranarr seed",1,12).add("Snapdragon seed",1,8).add("Yew seed",1,9).add("Magic seed",1,4).add("Spirit seed",1,15).add("Celastrus seed",1,6).add("Redwood tree seed",1,1),Bo=new D({id:12793,name:"Nest box (seeds)",aliases:["nest box (seeds)","seeds nest box","nest box seeds","seed nest box"],table:V3});var Z3=new d({limit:1e4}).add("Zogre bones",1,4996).add("Fayrg bones",1,1086).add("Raurg bones",1,766).add("Ourg bones",1,375),X3=new d().every(Z3).add("Coins",[6,20],32).add("Bronze axe",1,16).add("Iron axe",1,16).add("Steel axe",1,16).add("Bronze pickaxe",1,16).add("Iron pickaxe",1,16).add("Steel pickaxe",1,16).add("Bronze dagger",1,16).add("Iron dagger",1,16).add("Steel dagger",1,16).add("Bronze nails",1,16).add("Iron nails",1,16).add("Steel nails",1,16).add("Black nails",1,16).add("Knife",1,16).add("Rusty sword",1,8).add("Damaged armour",1,8).add("Leather body",1,8).add("Tinderbox",1,8).add("Buttons",1,4).add("Uncut opal",1,4).add("Uncut jade",1,4).add("Grimy lantadyme",1,4).add("Clue scroll (easy)",1,1),ho=new D({id:4850,name:"Ogre coffin",aliases:["ogre coffin","ogre chest","ogre coffin chest"],table:X3});var Vs=t(H(),1);var z3=new d().add("Coal",1,181).add("Iron ore",1,25).add("Mithril ore",1,17).add("Adamantite ore",1,3).add("Runite ore",1,1),J3=new d().every(z3,30),Mo=new D({id:27019,name:"Ore pack (Giant's Foundry)",aliases:["ore pack (giant's foundry)","giants","foundry","giants foundry"],table:J3}),q3=new d().add("Iron ore",1,50).add("Coal",1,15).add("Silver ore",1,13).add("Gold ore",1,11).add("Mithril ore",1,9).add("Adamantite ore",1,4).add("Runite ore",1,1),j3=new d().oneIn(100,"Dragon pickaxe (broken)").every(q3,(0,Vs.randInt)(38,50)),to=new D({id:27693,name:"Ore pack (Volcanic Mine)",aliases:["ore pack (volcanic mine)","volcanic","volcanic mine"],table:j3});var z=t(H(),1);var Zs=new d().add("Potato seed",[8,12],2).add("Onion seed",[8,12],2).add("Cabbage seed",[8,12],2).add("Tomato seed",[8,12],2).add("Sweetcorn seed",[8,12],2).add("Strawberry seed",[8,12],2).add("Barley seed",[8,14],2).add("Hammerstone seed",[6,8],2).add("Asgarnian seed",[6,8],2).add("Jute seed",[8,12],2).add("Yanillian seed",[6,8],2).add("Krandorian seed",[6,8],2).add("Acorn",[3,5],2).add("Apple tree seed",[3,5],2).add("Banana tree seed",[3,5],2).add("Orange tree seed",[3,5],2).add("Curry tree seed",[3,5],2).add("Redberry seed",[6,8],2).add("Cadavaberry seed",[6,8],2).add("Dwellberry seed",[6,8],2).add("Jangerberry seed",[6,8],2).add("Marigold seed",[8,12],2).add("Rosemary seed",[8,12],2).add("Nasturtium seed",[8,12],2).add("Woad seed",[8,12],2).add("Guam seed",[3,5],2).add("Marrentill seed",[3,5],2).add("Tarromin seed",[3,5],2).add("Harralander seed",[3,5],2).add("Mushroom spore",[4,6],1).add("Belladonna seed",[4,6],1),Xs=new d().add("Irit seed",[2,6],3).add("Limpwurt seed",[4,8],3).add("Watermelon seed",[8,12],2).add("Snape grass seed",[6,8],2).add("Wildblood seed",[8,12],2).add("Whiteberry seed",[6,8],2).add("Poison ivy seed",[6,8],2).add("Cactus seed",[2,6],2).add("Potato cactus seed",[2,6],2).add("Willow seed",[2,4],1).add("Pineapple seed",[3,5],1).add("Toadflax seed",[1,3],1).add("Avantoe seed",[1,3],1).add("Kwuarm seed",[1,3],1).add("Cadantine seed",[1,3],1).add("Lantadyme seed",[1,3],1).add("Dwarf weed seed",[1,3],1).add("Calquat tree seed",[3,6],1).add("Teak seed",[1,3],1),zs=new d().add("Papaya tree seed",[1,3],5).add("Palm tree seed",[1,2],5).add("Hespori seed",1,5).add("Ranarr seed",[1,2],4).add("Snapdragon seed",1,4).add("Maple seed",[1,2],4).add("Mahogany seed",[1,2],4).add("Yew seed",1,3).add("Dragonfruit tree seed",1,3).add("Celastrus seed",1,2).add("Torstol seed",1,2).add("Magic seed",1,1).add("Spirit seed",1,1).add("Redwood tree seed",1,1),Q3=new d().add(Zs).add(Xs).add(zs),Go=class extends D{static{s(this,"SeedPackOpenable")}open(e=1,n={seedTier:"5"}){let i=new d,A=new u,T=n.seedTier??"5",O=0,L=0,N=0;switch(T){case"1":{O=0,L=(0,z.randInt)(1,3),N=6-L;break}case"2":{(0,z.roll)(11)&&(O=1),L=(0,z.randInt)(2,3),N=7-L-O;break}case"3":{O=(0,z.randInt)(0,1),L=(0,z.randInt)(2,4),N=8-L-O;break}case"4":{O=(0,z.randInt)(1,2),L=(0,z.randInt)(3,5),N=9-L-O;break}default:{O=(0,z.randInt)(1,3),L=(0,z.randInt)(4,6),N=10-L-O;break}}i.every(Zs,N),i.every(Xs,L),i.every(zs,O);for(let B=0;B[_.id,_]),d5=Object.assign(new ea(a5),qs),js=d5;var Qs=t(require("node-fetch"),1);var oa=class extends Error{static{s(this,"OldSchoolJSError")}code;description="";constructor(e){super(e),this.name=this.constructor.name,this.code=e,this.message=Ya[e],Error.captureStackTrace&&Error.captureStackTrace(this,this.constructor)}};var go=class{static{s(this,"Player")}username;skills;minigames;bossRecords;type;clues;leaguePoints;constructor(e){this.username=e.username,this.skills=e.skills,this.minigames=e.minigames,this.bossRecords=e.bossRecords,this.type=e.type,this.clues=e.clues,this.leaguePoints=e.leaguePoints}get combatLevel(){let{defence:e,ranged:n,hitpoints:i,magic:A,prayer:T,attack:O,strength:L}=this.skills,N=.25*(e.level+i.level+Math.floor(T.level/2)),B=.325*(O.level+L.level),C=.325*(Math.floor(n.level/2)+n.level),x=.325*(Math.floor(A.level/2)+A.level);return Math.floor(N+Math.max(B,C,x))}},Fd=go;var r5={type:"normal",virtualLevels:!1},Po=class{static{s(this,"Hiscores")}async fetch(e,n={type:"normal",virtualLevels:!1}){let i={...r5,...n},A=i.type??"normal";if(!Za(e))throw new oa("INVALID_USERNAME");if(!Fa.includes(A))throw new oa("INVALID_ACCOUNT_TYPE");let T=await(0,Qs.default)(ka[A]+e).then(async O=>{if(O.status===404)throw new oa("ACCOUNT_NOT_FOUND");if(!O.ok)throw new oa("FAILED_REQUEST");let L=await O.text();if(L.trim().startsWith("<"))throw new oa("FAILED_REQUEST");return L}).then(O=>Va(O,A)).catch(O=>{throw O});if(i.virtualLevels){let O=0;for(let L in T.skills){if(L==="overall")continue;let N=Xa(T.skills[L].xp,126);O+=N,T.skills[L].level=N}T.skills.overall.level=O}return new Fd({username:e,type:n.type??"normal",skills:T.skills,minigames:T.minigames,clues:T.clues,bossRecords:T.bossRecords,leaguePoints:T.leaguePoints})}},$s=new Po;var Es=t(require("node-fetch"),1);var Uo=class{static{s(this,"Wiki")}URL="https://oldschool.runescape.wiki/api.php";searchOptions={"-incategory":["Slang_dictionary","Disambiguation"].join("|")};commonPageAPIOptions={action:"query",format:"json",prop:["extracts","pageimages","info","categories"].join("|"),formatversion:"2",piprop:"original",inprop:"url",exsentences:"5",exintro:"1",explaintext:"1",cllimit:"max"};async fetchPage(e){let n=await this.fetchAPI({iwurl:"1",pageids:e});if(!(!n||!n.query))return this.parseRawPage(n.query.pages[0])}async random(e=20){let n=await this.fetchAPI({generator:"random",grnnamespace:"0",grnlimit:e});return!n||!n.query?[]:n.query.pages.map(i=>this.parseRawPage(i))}async search(e){let n=Object.keys(this.searchOptions).map(A=>`${A}:${this.searchOptions[A]}`).join(" "),i=await this.fetchAPI({iwurl:"1",generator:"search",gsrlimit:"20",gsrsearch:`${e} ${n}`});return!i||!i.query||!i.query.pages?[]:i.query.pages.sort((A,T)=>A.index-T.index).map(A=>this.parseRawPage(A))}parseRawPage(e){return{title:e.title,extract:e.extract,image:e.original?.source,url:e.fullurl,lastRevisionID:e.lastrevid,pageID:e.pageid,categories:e.categories}}fetchAPI(e){let n=new URL(this.URL);return n.search=new URLSearchParams({...this.commonPageAPIOptions,...e}).toString(),(0,Es.default)(n.toString()).then(i=>i.json())}},ms=new Uo;var Is=new d().add("Black 2h sword").add("Black platebody").add("Black longsword").add("Black full helm").add("Black platelegs").add("Black battleaxe").add("Black axe").add("Black pickaxe").add("Black plateskirt").add("Black kiteshield").add("Black med helm").add("Black dagger").add("Black sq shield").add("Black chainbody").add("Black sword").add("Black mace").add("Black warhammer").add("Black scimitar"),aT=new d().add("Mole slippers").add("Frog slippers").add("Bear feet").add("Demon feet").add("Jester cape").add("Shoulder parrot").add("Monk's robe top (t)").add("Monk's robe (t)").add("Amulet of defence (t)").add("Sandwich lady hat").add("Sandwich lady top").add("Sandwich lady bottom").add("Rune scimitar ornament kit (guthix)").add("Rune scimitar ornament kit (saradomin)").add("Rune scimitar ornament kit (zamorak)"),dT=new d().add("Cabbage").add(aT),rT=new d().add("Shrimps",[5,14]).add("Herring",[5,9]).add("Sardine",[5,12]).add("Air rune",[15,35]).add("Fire rune",[15,35]).add("Water rune",[15,35]).add("Earth rune",[15,35]).add("Mind rune",[15,35]).add("Body rune",[15,35]).add("Law rune",[2,7]).add("Chaos rune",[2,7]).add("Nature rune",[2,7]).add("Bronze arrow",[15,30]).add("Iron arrow",[7,15]).add("Staff of air").add("Staff of water").add("Staff of earth").add("Staff of fire").add("Steel platebody").add("Steel longsword").add("Steel full helm").add("Steel platelegs").add("Steel battleaxe").add("Steel axe").add("Iron pickaxe").add("Steel dagger").add("Oak shortbow").add("Longbow").add("Oak longbow").add("Leather chaps").add("Leather body").add("Hardleather body").add("Leather vambraces").add("Leather cowl").add("Blue wizard robe").add("Blue wizard hat").add("Black robe").add("Wizard hat").add("Steel plateskirt").add("Shortbow").add(Is),oT=new d().add(rT,1,11).add(dT,1,1),wo=new d().add(oT,[1,3]);var o5={Beginner:wo,Easy:pd,Elite:Cd,Hard:cd,Master:Lo,Medium:No};var eT=[];for(let _=1;_<51;_++)eT.push(Ea(`Team-${_} cape`));var e5=da(["Beekeeper's hat","Beekeeper's top","Beekeeper's legs","Beekeeper's gloves","Beekeeper's boots"]),n5=da(["Camo helmet","Camo top","Camo bottoms"]),_5=da(["Lederhosen hat","Lederhosen top","Lederhosen shorts"]),i5=da(["Zombie mask","Zombie shirt","Zombie trousers","Zombie gloves","Zombie boots"]),l5=da(["Mime mask","Mime top","Mime legs","Mime gloves","Mime boots"]);var nT=(U=>(U.TwoHanded="2h",U.Ammo="ammo",U.Body="body",U.Cape="cape",U.Feet="feet",U.Hands="hands",U.Head="head",U.Legs="legs",U.Neck="neck",U.Ring="ring",U.Shield="shield",U.Weapon="weapon",U))(nT||{});0&&(module.exports={ACCOUNT_TYPES,AdeptSack,BASE_API_URL,BabyImpling,Bank,BarbarianAssault,BasicSack,BeginnerCasket,BeginnerClueTable,BrimstoneChest,BronzeHAMChest,CLUES,CLUE_SCROLLS,CLUE_SCROLL_NAMES,Casket,ChambersOfXeric,Clues,CommonSeedDropTable,CrystalChest,CrystalImpling,DragonImpling,EItem,EMPTY_BIRD_NEST_ID,EMonster,EarthImpling,EasyAmuletTable,EasyBlessingsTable,EasyBowTable,EasyCapeTable,EasyCasket,EasyChefTable,EasyClueTable,EasyElegantTable,EasyMonkTable,EasyRareTable,EasyStandardTable,EasySubMonkTable,EclecticImpling,Elite3rdageTable,EliteCasket,EliteClueTable,EliteMegaRareTable,EliteMimicTable,EliteRareTable,EliteSeedTable,EliteStandardTable,EliteTuxedoTable,ElvenCrystalChest,EquipmentSlot,ErrorDescriptions,Errors,EssenceImpling,ExpertSack,FishingTrawler,Gauntlet,GemTable,GiantEggSacFull,GiantsFoundryOrePack,GourmetImpling,GrandHallowedCoffin,GrubbyChest,HallowedSackTable,Hard3rdageTable,HardBlessedShields,HardBowTable,HardCasket,HardClueTable,HardHeralicPlatebody,HardMegaRareTable,HardRareTable,HardStandardTable,HerbDropTable,Hiscores,Implings,IntricatePouch,IronHAMChest,Items,JSONClone,LarransChest,LootTable,LuckyImpling,MINIGAMES,MagpieImpling,Master3rdageTable,MasterAnkouOutfitTable,MasterCasket,MasterClueTable,MasterDragonOrnTable,MasterGodSwordOrnTable,MasterMegaRareTable,MasterMimicTable,MasterMummyOutfitTable,MasterRareTable,MasterSack,MasterSeedTable,MasterStandardTable,MasterSubAnkouOutfitTable,MasterSubDragonOrnTable,MasterSubMummyOutfitTable,MediumAmuletTable,MediumBowTable,MediumCasket,MediumClueTable,MediumElegantTable,MediumFirelighterTable,MediumRareTable,MediumStandardTable,MediumSubFirelighterTable,MediumUnicornTable,Mimic3rdAgeTable,Misc,MonsterAttackType,MonsterAttribute,MonsterSlayerMaster,Monsters,MuddyChest,MysteryBox,NatureImpling,NestBoxEmpty,NestBoxRing,NestBoxSeeds,Nightmare,NinjaImpling,OgreCoffin,Openables,Player,RareTable,SKILLS,SeedPack,SilverHAMChest,SimpleMonster,SinisterChest,SkillsEnum,StandardTable,SteelHAMChest,SuccessfulUniqueTable,TOBRooms,Tempoross,TheatreOfBlood,TheatreOfBloodClass,ToBUniqueTable,USELESS_ITEMS,UniqueTable,Util,VolcanicMineOrePack,Wiki,YoungImpling,Zalcano,addBanks,addItemToBank,allTeamCapes,averageBank,beekeeperOutfit,bossNameMap,calcDropRatesFromBank,calcDropRatesFromBankWithoutUniques,camoOutfit,constants,convertBankToPerHourStats,convertLVLtoXP,convertXPtoLVL,deepResolveItems,fasterResolveBank,fromKMB,generateRandomBank,getAncientShardChanceFromHP,getBrimKeyChanceFromCBLevel,getItem,getItemOrThrow,getLarranKeyChanceFromCBLevel,getSlayersEnchantmentChanceFromHP,getTotemChanceFromHP,hiscoreURLs,increaseBankQuantitesByPercent,isValidUsername,itemID,itemNameMap,itemTupleToTable,lederhosenOutfit,makeRevTable,mappedBossNames,mimeOutfit,randomVariation,resolveBank,resolveItems,resolveNameBank,resolvePlayerFromHiscores,revsUniqueTable,toKMB,zombieOutfit}); +//# sourceMappingURL=index.cjs.map diff --git a/dist/cjs/index.cjs.map b/dist/cjs/index.cjs.map new file mode 100644 index 000000000..73bf0b6af --- /dev/null +++ b/dist/cjs/index.cjs.map @@ -0,0 +1,7 @@ +{ + "version": 3, + "sources": ["../../node_modules/deepmerge/dist/cjs.js", "../../node_modules/e/src/lib/constants.ts", "../../node_modules/e/src/lib/types.ts", "../../node_modules/e/src/lib/chance.ts", "../../node_modules/e/src/lib/percent.ts", "../../node_modules/e/src/lib/array.ts", "../../node_modules/e/src/lib/number.ts", "../../node_modules/e/src/lib/other/debounce.ts", "../../node_modules/e/src/lib/other/deepClone.ts", "../../node_modules/e/src/lib/general.ts", "../../node_modules/e/src/lib/object.ts", "../../node_modules/e/src/lib/string.ts", "../../src/index.ts", "../../src/structures/Items.ts", "../../src/util/cleanString.ts", "../../src/structures/Collection.ts", "../../src/EItem.ts", "../../src/EMonster.ts", "../../src/constants.ts", "../../src/meta/monsterData.ts", "../../src/simulation/misc/index.ts", "../../src/structures/LootTable.ts", "../../src/util/itemID.ts", "../../src/structures/Bank.ts", "../../src/util/smallUtils.ts", "../../src/simulation/misc/BarbarianAssault.ts", "../../src/simulation/misc/ChambersOfXeric.ts", "../../src/structures/Minigame.ts", "../../src/structures/SimpleTable.ts", "../../src/util/bank.ts", "../../src/util/util.ts", "../../src/simulation/misc/FishingTrawler.ts", "../../src/simulation/misc/Gauntlet.ts", "../../src/simulation/misc/Nightmare.ts", "../../src/simulation/misc/Tempoross.ts", "../../src/simulation/misc/Zalcano.ts", "../../src/simulation/misc/Mimic.ts", "../../src/simulation/misc/TheatreOfBlood.ts", "../../src/util/index.ts", "../../src/structures/SimpleMonster.ts", "../../src/structures/Monster.ts", "../../src/simulation/monsters/CreatureCreation.ts", "../../src/simulation/subtables/RareDropTable.ts", "../../src/simulation/subtables/TreeHerbSeedTable.ts", "../../src/simulation/monsters/bosses/Araxxor.ts", "../../src/simulation/monsters/bosses/DukeSucellus.ts", "../../src/simulation/subtables/VirtusTable.ts", "../../src/simulation/monsters/bosses/AwakenedDukeSucellus.ts", "../../src/simulation/monsters/bosses/TheLeviathan.ts", "../../src/simulation/monsters/bosses/AwakenedTheLeviathan.ts", "../../src/simulation/monsters/bosses/TheWhisperer.ts", "../../src/simulation/monsters/bosses/AwakenedTheWhisperer.ts", "../../src/simulation/monsters/bosses/Vardorvis.ts", "../../src/simulation/monsters/bosses/AwakenedVardorvis.ts", "../../src/simulation/subtables/HerbDropTable.ts", "../../src/simulation/subtables/UncommonSeedDropTable.ts", "../../src/simulation/monsters/bosses/Bryophyta.ts", "../../src/simulation/subtables/GWRareDropTable.ts", "../../src/simulation/monsters/bosses/CommanderZilyana.ts", "../../src/simulation/subtables/RareSeedTable.ts", "../../src/simulation/subtables/TalismanTable.ts", "../../src/simulation/monsters/bosses/DagannothPrime.ts", "../../src/simulation/monsters/bosses/DagannothRex.ts", "../../src/simulation/monsters/bosses/DagannothSupreme.ts", "../../src/simulation/monsters/bosses/DerangedArchaeologist.ts", "../../src/simulation/monsters/bosses/GeneralGraardor.ts", "../../src/simulation/monsters/bosses/GiantMole.ts", "../../src/simulation/monsters/bosses/KalphiteQueen.ts", "../../src/simulation/monsters/bosses/Kreearra.ts", "../../src/simulation/monsters/bosses/KrilTsutsaroth.ts", "../../src/simulation/monsters/bosses/Obor.ts", "../../src/simulation/monsters/bosses/PhantomMuspah.ts", "../../src/simulation/monsters/bosses/Sarachnis.ts", "../../src/simulation/monsters/bosses/Scurrius.ts", "../../src/simulation/monsters/bosses/Skotizo.ts", "../../src/simulation/monsters/bosses/Vorkath.ts", "../../src/simulation/monsters/bosses/Zulrah.ts", "../../src/simulation/monsters/bosses/slayer/AbyssalSire.ts", "../../src/simulation/monsters/bosses/slayer/AlchemicalHydra.ts", "../../src/simulation/monsters/bosses/slayer/Cerberus.ts", "../../src/simulation/monsters/bosses/slayer/GrotesqueGuardians.ts", "../../src/simulation/monsters/bosses/slayer/Kraken.ts", "../../src/simulation/monsters/bosses/slayer/ThermonuclearSmokeDevil.ts", "../../src/simulation/monsters/bosses/slayer/index.ts", "../../src/simulation/monsters/bosses/wildy/Artio.ts", "../../src/simulation/monsters/bosses/wildy/Callisto.ts", "../../src/simulation/monsters/bosses/wildy/Calvarion.ts", "../../src/simulation/monsters/bosses/wildy/ChaosElemental.ts", "../../src/simulation/monsters/bosses/wildy/ChaosFanatic.ts", "../../src/simulation/monsters/bosses/wildy/CrazyArchaeologist.ts", "../../src/simulation/monsters/bosses/wildy/KingBlackDragon.ts", "../../src/simulation/monsters/bosses/wildy/Scorpia.ts", "../../src/simulation/monsters/bosses/wildy/Spindel.ts", "../../src/simulation/monsters/bosses/wildy/Venenatis.ts", "../../src/simulation/monsters/bosses/wildy/Vetion.ts", "../../src/simulation/monsters/bosses/wildy/index.ts", "../../src/simulation/monsters/bosses/wildy/CorporealBeast.ts", "../../src/simulation/monsters/bosses/index.ts", "../../src/simulation/monsters/low/a-f/AberrantSpectre.ts", "../../src/simulation/monsters/low/a-f/AbyssalDemon.ts", "../../src/simulation/subtables/UsefulHerbTable.ts", "../../src/simulation/monsters/low/a-f/AdamantDragon.ts", "../../src/simulation/monsters/low/a-f/AlKharidWarrior.ts", "../../src/simulation/monsters/low/a-f/AncientZygomite.ts", "../../src/simulation/subtables/CommonSeedDropTable.ts", "../../src/simulation/monsters/low/a-f/Ankou.ts", "../../src/simulation/monsters/low/a-f/ArmadylianGuard.ts", "../../src/simulation/monsters/low/a-f/ArmouredZombie.ts", "../../src/simulation/monsters/low/a-f/AsynShade.ts", "../../src/simulation/monsters/low/a-f/Aviansie.ts", "../../src/simulation/monsters/low/a-f/BabyBlackDragon.ts", "../../src/simulation/monsters/low/a-f/BabyBlueDragon.ts", "../../src/simulation/monsters/low/a-f/BabyGreenDragon.ts", "../../src/simulation/monsters/low/a-f/BabyRedDragon.ts", "../../src/simulation/monsters/low/a-f/Bandit.ts", "../../src/simulation/monsters/low/a-f/Banshee.ts", "../../src/simulation/monsters/low/a-f/Basilisk.ts", "../../src/simulation/monsters/low/a-f/BasiliskKnight.ts", "../../src/simulation/monsters/low/a-f/Bat.ts", "../../src/simulation/monsters/low/a-f/BearCub.ts", "../../src/simulation/monsters/low/a-f/BeardedBandit.ts", "../../src/simulation/monsters/low/a-f/BigWolf.ts", "../../src/simulation/monsters/low/a-f/Bird.ts", "../../src/simulation/monsters/low/a-f/BlackBear.ts", "../../src/simulation/monsters/low/a-f/BlackDemon.ts", "../../src/simulation/monsters/low/a-f/BlackDragon.ts", "../../src/simulation/monsters/low/a-f/BlackGuard.ts", "../../src/simulation/monsters/low/a-f/BlackKnight.ts", "../../src/simulation/monsters/low/a-f/BloodReaver.ts", "../../src/simulation/monsters/low/a-f/Bloodveld.ts", "../../src/simulation/monsters/low/a-f/BlueDragon.ts", "../../src/simulation/monsters/low/a-f/BrineRat.ts", "../../src/simulation/monsters/low/a-f/BronzeDragon.ts", "../../src/simulation/monsters/low/a-f/BrutalBlackDragon.ts", "../../src/simulation/monsters/low/a-f/BrutalBlueDragon.ts", "../../src/simulation/monsters/low/a-f/BrutalGreenDragon.ts", "../../src/simulation/monsters/low/a-f/BrutalRedDragon.ts", "../../src/simulation/subtables/FixedAllotmentSeedTable.ts", "../../src/simulation/monsters/low/a-f/Catablepon.ts", "../../src/simulation/monsters/low/a-f/CaveBug.ts", "../../src/simulation/subtables/VariableAllotmentSeedTable.ts", "../../src/simulation/monsters/low/a-f/CaveCrawler.ts", "../../src/simulation/monsters/low/a-f/CaveGoblin.ts", "../../src/simulation/monsters/low/a-f/CaveGoblinGuard.ts", "../../src/simulation/monsters/low/a-f/CaveHorror.ts", "../../src/simulation/monsters/low/a-f/CaveKraken.ts", "../../src/simulation/monsters/low/a-f/CaveSlime.ts", "../../src/simulation/monsters/low/a-f/ChaosDruid.ts", "../../src/simulation/monsters/low/a-f/ChaosDwarf.ts", "../../src/simulation/monsters/low/a-f/Chicken.ts", "../../src/simulation/monsters/low/a-f/ChompyBird.ts", "../../src/simulation/monsters/low/a-f/Cockatrice.ts", "../../src/simulation/monsters/low/a-f/Cow.ts", "../../src/simulation/monsters/low/a-f/CowCalf.ts", "../../src/simulation/monsters/low/a-f/Crab.ts", "../../src/simulation/monsters/low/a-f/CrawlingHand.ts", "../../src/simulation/monsters/low/a-f/Crocodile.ts", "../../src/simulation/monsters/low/a-f/CryptRat.ts", "../../src/simulation/monsters/low/a-f/Cyclops.ts", "../../src/simulation/monsters/low/a-f/Dagannoth.ts", "../../src/simulation/monsters/low/a-f/DagannothSpawn.ts", "../../src/simulation/monsters/low/a-f/DaganothFledgeling.ts", "../../src/simulation/monsters/low/a-f/DarkBeast.ts", "../../src/simulation/monsters/low/a-f/DarkWarrior.ts", "../../src/simulation/monsters/low/a-f/DeadlyRedSpider.ts", "../../src/simulation/monsters/low/a-f/DeathWing.ts", "../../src/simulation/subtables/NotedHerbTable.ts", "../../src/simulation/monsters/low/a-f/DemonicGorilla.ts", "../../src/simulation/monsters/low/a-f/DesertBandit.ts", "../../src/simulation/monsters/low/a-f/DesertLizard.ts", "../../src/simulation/monsters/low/a-f/DesertWolf.ts", "../../src/simulation/monsters/low/a-f/DeviantSpectre.ts", "../../src/simulation/monsters/low/a-f/Drake.ts", "../../src/simulation/monsters/low/a-f/Duck.ts", "../../src/simulation/monsters/low/a-f/Duckling.ts", "../../src/simulation/monsters/low/a-f/DungeonRat.ts", "../../src/simulation/monsters/low/a-f/DustDevil.ts", "../../src/simulation/monsters/low/a-f/Dwarf.ts", "../../src/simulation/monsters/low/a-f/DwarfGangMember.ts", "../../src/simulation/monsters/low/a-f/EarthWarrior.ts", "../../src/simulation/monsters/low/a-f/ElderChaosDruid.ts", "../../src/simulation/monsters/low/a-f/Elf.ts", "../../src/simulation/monsters/low/a-f/ElfArcher.ts", "../../src/simulation/monsters/low/a-f/ElfWarrior.ts", "../../src/simulation/monsters/low/a-f/Ent.ts", "../../src/simulation/monsters/low/a-f/Farmer.ts", "../../src/simulation/monsters/low/a-f/FemaleHamMember.ts", "../../src/simulation/monsters/low/a-f/FeralVampyre.ts", "../../src/simulation/monsters/low/a-f/FeverSpider.ts", "../../src/simulation/monsters/low/a-f/FireGiant.ts", "../../src/simulation/monsters/low/a-f/FiyrShade.ts", "../../src/simulation/monsters/low/a-f/FleshCrawler.ts", "../../src/simulation/monsters/low/a-f/FossilIslandWyvernAncient.ts", "../../src/simulation/subtables/WyvernHerbTable.ts", "../../src/simulation/monsters/low/a-f/FossilIslandWyvernLongTailed.ts", "../../src/simulation/monsters/low/a-f/FossilIslandWyvernSpitting.ts", "../../src/simulation/monsters/low/a-f/FossilIslandWyvernTaloned.ts", "../../src/simulation/monsters/low/a-f/FremennikCitizen.ts", "../../src/simulation/monsters/low/g-m/Gargoyle.ts", "../../src/simulation/monsters/low/g-m/Ghost.ts", "../../src/simulation/monsters/low/g-m/Ghoul.ts", "../../src/simulation/monsters/low/g-m/GiantBat.ts", "../../src/simulation/monsters/low/g-m/GiantCryptSpider.ts", "../../src/simulation/monsters/low/g-m/GiantFrog.ts", "../../src/simulation/monsters/low/g-m/GiantRat.ts", "../../src/simulation/monsters/low/g-m/GiantSeaSnake.ts", "../../src/simulation/monsters/low/g-m/GiantSpider.ts", "../../src/simulation/monsters/low/g-m/Gnome.ts", "../../src/simulation/monsters/low/g-m/Goat.ts", "../../src/simulation/monsters/low/g-m/Goblin.ts", "../../src/simulation/monsters/low/g-m/GreaterDemon.ts", "../../src/simulation/monsters/low/g-m/GreaterNechryael.ts", "../../src/simulation/monsters/low/g-m/GreenDragon.ts", "../../src/simulation/monsters/low/g-m/GrizzlyBear.ts", "../../src/simulation/monsters/low/g-m/GrizzlyBearCub.ts", "../../src/simulation/monsters/low/g-m/Guard.ts", "../../src/simulation/monsters/low/g-m/GuardBandit.ts", "../../src/simulation/monsters/low/g-m/GuardDog.ts", "../../src/simulation/monsters/low/g-m/HarpieBugSwarm.ts", "../../src/simulation/monsters/low/g-m/Hellhound.ts", "../../src/simulation/monsters/low/g-m/Hero.ts", "../../src/simulation/monsters/low/g-m/HillGiant.ts", "../../src/simulation/monsters/low/g-m/Hobgoblin.ts", "../../src/simulation/monsters/low/g-m/Hydra.ts", "../../src/simulation/monsters/low/g-m/IceGiant.ts", "../../src/simulation/monsters/low/g-m/IceTroll.ts", "../../src/simulation/monsters/low/g-m/IceWarrior.ts", "../../src/simulation/monsters/low/g-m/IceWolf.ts", "../../src/simulation/monsters/low/g-m/Icefiend.ts", "../../src/simulation/monsters/low/g-m/Imp.ts", "../../src/simulation/monsters/low/g-m/InfernalMage.ts", "../../src/simulation/monsters/low/g-m/IorwerthArcher.ts", "../../src/simulation/monsters/low/g-m/IorwerthWarrior.ts", "../../src/simulation/monsters/low/g-m/IronDragon.ts", "../../src/simulation/monsters/low/g-m/Jackal.ts", "../../src/simulation/monsters/low/g-m/Jelly.ts", "../../src/simulation/monsters/low/g-m/Jogre.ts", "../../src/simulation/monsters/low/g-m/JubblyBird.ts", "../../src/simulation/monsters/low/g-m/JungleHorror.ts", "../../src/simulation/monsters/low/g-m/JungleWolf.ts", "../../src/simulation/monsters/low/g-m/KalphiteGuardian.ts", "../../src/simulation/monsters/low/g-m/KalphiteSoldier.ts", "../../src/simulation/monsters/low/g-m/KalphiteWorker.ts", "../../src/simulation/monsters/low/g-m/Killerwatt.ts", "../../src/simulation/monsters/low/g-m/KingScorpion.ts", "../../src/simulation/monsters/low/g-m/KnightOfArdougne.ts", "../../src/simulation/monsters/low/g-m/Kurask.ts", "../../src/simulation/monsters/low/g-m/LavaDragon.ts", "../../src/simulation/monsters/low/g-m/LesserDemon.ts", "../../src/simulation/monsters/low/g-m/Lizard.ts", "../../src/simulation/monsters/low/g-m/Lizardman.ts", "../../src/simulation/monsters/low/g-m/LizardmanBrute.ts", "../../src/simulation/monsters/low/g-m/LizardmanShaman.ts", "../../src/simulation/monsters/low/g-m/LoarShade.ts", "../../src/simulation/monsters/low/g-m/Lobstrosity.ts", "../../src/simulation/monsters/low/g-m/LocustRider.ts", "../../src/simulation/monsters/low/g-m/MagicAxe.ts", "../../src/simulation/monsters/low/g-m/MaleHamMember.ts", "../../src/simulation/monsters/low/g-m/Mammoth.ts", "../../src/simulation/subtables/ManWomanTable.ts", "../../src/simulation/monsters/low/g-m/Man.ts", "../../src/simulation/monsters/low/g-m/ManiacalMonkey.ts", "../../src/simulation/monsters/low/g-m/MasterFarmer.ts", "../../src/simulation/monsters/low/g-m/MenaphiteThug.ts", "../../src/simulation/monsters/low/g-m/Minotaur.ts", "../../src/simulation/monsters/low/g-m/MithrilDragon.ts", "../../src/simulation/monsters/low/g-m/Mogre.ts", "../../src/simulation/monsters/low/g-m/Molanisk.ts", "../../src/simulation/monsters/low/g-m/Monkey.ts", "../../src/simulation/monsters/low/g-m/MonkeyArcher.ts", "../../src/simulation/monsters/low/g-m/MonkeyGuard.ts", "../../src/simulation/monsters/low/g-m/MonkeyZombie.ts", "../../src/simulation/monsters/low/g-m/MossGiant.ts", "../../src/simulation/monsters/low/g-m/MountainTroll.ts", "../../src/simulation/monsters/low/g-m/MountedTerrorBirdGnome.ts", "../../src/simulation/monsters/low/g-m/Mourner.ts", "../../src/simulation/monsters/low/g-m/MutatedBloodveld.ts", "../../src/simulation/monsters/low/n-s/Nechryael.ts", "../../src/simulation/monsters/low/n-s/Ogre.ts", "../../src/simulation/monsters/low/n-s/OgressShaman.ts", "../../src/simulation/monsters/low/n-s/OgressWarrior.ts", "../../src/simulation/monsters/low/n-s/Otherworldlybeing.ts", "../../src/simulation/monsters/low/n-s/Paladin.ts", "../../src/simulation/monsters/low/n-s/Penguin.ts", "../../src/simulation/monsters/low/n-s/PhrinShade.ts", "../../src/simulation/monsters/low/n-s/Pirate.ts", "../../src/simulation/monsters/low/n-s/PitScorpion.ts", "../../src/simulation/monsters/low/n-s/PoisonScorpion.ts", "../../src/simulation/monsters/low/n-s/PollnivnianBandit.ts", "../../src/simulation/monsters/low/n-s/Porazdir.ts", "../../src/simulation/monsters/low/n-s/PrifddinasElf.ts", "../../src/simulation/monsters/low/n-s/PriffRabbit.ts", "../../src/simulation/monsters/low/n-s/Pyrefiend.ts", "../../src/simulation/monsters/low/n-s/Pyrelord.ts", "../../src/simulation/monsters/low/n-s/Rat.ts", "../../src/simulation/monsters/low/n-s/RedDragon.ts", "../../src/simulation/monsters/low/n-s/RevenantCyclops.ts", "../../src/simulation/monsters/low/n-s/RevenantDarkBeast.ts", "../../src/simulation/monsters/low/n-s/RevenantDemon.ts", "../../src/simulation/monsters/low/n-s/RevenantDragon.ts", "../../src/simulation/monsters/low/n-s/RevenantGoblin.ts", "../../src/simulation/monsters/low/n-s/RevenantHellhound.ts", "../../src/simulation/monsters/low/n-s/RevenantHobgoblin.ts", "../../src/simulation/monsters/low/n-s/RevenantImp.ts", "../../src/simulation/monsters/low/n-s/RevenantKnight.ts", "../../src/simulation/monsters/low/n-s/RevenantOrk.ts", "../../src/simulation/monsters/low/n-s/RevenantPyrefiend.ts", "../../src/simulation/monsters/low/n-s/RiylShade.ts", "../../src/simulation/monsters/low/n-s/Rockslug.ts", "../../src/simulation/monsters/low/n-s/Rogue.ts", "../../src/simulation/monsters/low/n-s/Rooster.ts", "../../src/simulation/monsters/low/n-s/RuneDragon.ts", "../../src/simulation/monsters/low/n-s/ScarabMage.ts", "../../src/simulation/monsters/low/n-s/Scorpion.ts", "../../src/simulation/monsters/low/n-s/SeaSnakeHatchling.ts", "../../src/simulation/monsters/low/n-s/SeaSnakeYoung.ts", "../../src/simulation/monsters/low/n-s/Seagull.ts", "../../src/simulation/monsters/low/n-s/Shade.ts", "../../src/simulation/monsters/low/n-s/ShadowSpider.ts", "../../src/simulation/monsters/low/n-s/ShadowWarrior.ts", "../../src/simulation/monsters/low/n-s/SkeletalWyvern.ts", "../../src/simulation/monsters/low/n-s/Skeleton.ts", "../../src/simulation/monsters/low/n-s/SkeletonFremennik.ts", "../../src/simulation/monsters/low/n-s/SkeletonMage.ts", "../../src/simulation/monsters/low/n-s/Skogre.ts", "../../src/simulation/monsters/low/n-s/SmallLizard.ts", "../../src/simulation/monsters/low/n-s/SmokeDevil.ts", "../../src/simulation/monsters/low/n-s/Spider.ts", "../../src/simulation/monsters/low/n-s/SpiritualMage.ts", "../../src/simulation/monsters/low/n-s/SpiritualRanger.ts", "../../src/simulation/monsters/low/n-s/SpiritualWarrior.ts", "../../src/simulation/monsters/low/n-s/SteelDragon.ts", "../../src/simulation/monsters/low/n-s/SulphurLizard.ts", "../../src/simulation/monsters/low/n-s/Suqah.ts", "../../src/simulation/monsters/low/t-z/TempleSpider.ts", "../../src/simulation/monsters/low/t-z/TerrorBird.ts", "../../src/simulation/monsters/low/t-z/TerrorDog.ts", "../../src/simulation/monsters/low/t-z/TormentedDemon.ts", "../../src/simulation/monsters/low/t-z/TorturedGorilla.ts", "../../src/simulation/monsters/low/t-z/TorturedSoul.ts", "../../src/simulation/monsters/low/t-z/TrollGeneral.ts", "../../src/simulation/monsters/low/t-z/Turoth.ts", "../../src/simulation/monsters/low/t-z/TwistedBanshee.ts", "../../src/simulation/monsters/low/t-z/TzHaarHur.ts", "../../src/simulation/monsters/low/t-z/TzHaarKet.ts", "../../src/simulation/monsters/low/t-z/TzHaarMej.ts", "../../src/simulation/monsters/low/t-z/TzHaarXil.ts", "../../src/simulation/monsters/low/t-z/UndeadChicken.ts", "../../src/simulation/monsters/low/t-z/UndeadCow.ts", "../../src/simulation/monsters/low/t-z/UndeadDruid.ts", "../../src/simulation/monsters/low/t-z/UndeadOne.ts", "../../src/simulation/monsters/low/t-z/Unicorn.ts", "../../src/simulation/monsters/low/t-z/UriumShade.ts", "../../src/simulation/monsters/low/t-z/VampyreJuvinate.ts", "../../src/simulation/monsters/low/t-z/Vyre.ts", "../../src/simulation/monsters/low/t-z/Vyrewatch.ts", "../../src/simulation/monsters/low/t-z/VyrewatchSentinel.ts", "../../src/simulation/monsters/low/t-z/WallBeast.ts", "../../src/simulation/monsters/low/t-z/WarpedJelly.ts", "../../src/simulation/monsters/low/t-z/WarriorWoman.ts", "../../src/simulation/monsters/low/t-z/Waterfiend.ts", "../../src/simulation/monsters/low/t-z/Werewolf.ts", "../../src/simulation/monsters/low/t-z/WhiteWolf.ts", "../../src/simulation/monsters/low/t-z/WildDog.ts", "../../src/simulation/monsters/low/t-z/Wolf.ts", "../../src/simulation/monsters/low/t-z/Woman.ts", "../../src/simulation/monsters/low/t-z/Wyrm.ts", "../../src/simulation/monsters/low/t-z/YanilleWatchman.ts", "../../src/simulation/monsters/low/t-z/Zogre.ts", "../../src/simulation/monsters/low/t-z/Zombie.ts", "../../src/simulation/monsters/low/t-z/ZombiePirate.ts", "../../src/simulation/monsters/low/t-z/ZombieRat.ts", "../../src/simulation/monsters/low/t-z/Zygomite.ts", "../../src/simulation/monsters/low/index.ts", "../../src/simulation/monsters/low/camdozaalGolems.ts", "../../src/simulation/monsters/low/reanimated.ts", "../../src/simulation/monsters/special/Barrows.ts", "../../src/simulation/monsters/special/Hespori.ts", "../../src/simulation/monsters/special/TzKalZuk.ts", "../../src/simulation/monsters/special/TzTokJad.ts", "../../src/simulation/monsters/special/index.ts", "../../src/simulation/monsters/superiorMonsters/AbhorrentSpectre.ts", "../../src/simulation/monsters/superiorMonsters/BasiliskSentinel.ts", "../../src/simulation/monsters/superiorMonsters/CaveAbomination.ts", "../../src/simulation/monsters/superiorMonsters/ChasmCrawler.ts", "../../src/simulation/monsters/superiorMonsters/ChokeDevil.ts", "../../src/simulation/monsters/superiorMonsters/Cockathrice.ts", "../../src/simulation/monsters/superiorMonsters/ColossalHydra.ts", "../../src/simulation/monsters/superiorMonsters/CrushingHand.ts", "../../src/simulation/monsters/superiorMonsters/FlamingPyrelord.ts", "../../src/simulation/monsters/superiorMonsters/GiantRockslug.ts", "../../src/simulation/monsters/superiorMonsters/GreaterAbyssalDemon.ts", "../../src/simulation/monsters/superiorMonsters/GuardianDrake.ts", "../../src/simulation/monsters/superiorMonsters/InsatiableBloodveld.ts", "../../src/simulation/monsters/superiorMonsters/InsatiableMutatedBloodveld.ts", "../../src/simulation/monsters/superiorMonsters/KingKurask.ts", "../../src/simulation/monsters/superiorMonsters/MalevolentMage.ts", "../../src/simulation/monsters/superiorMonsters/MarbleGargoyle.ts", "../../src/simulation/monsters/superiorMonsters/MonstrousBasilisk.ts", "../../src/simulation/monsters/superiorMonsters/Nechryarch.ts", "../../src/simulation/monsters/superiorMonsters/NightBeast.ts", "../../src/simulation/monsters/superiorMonsters/NuclearSmokeDevil.ts", "../../src/simulation/monsters/superiorMonsters/RepugnantSpectre.ts", "../../src/simulation/monsters/superiorMonsters/ScreamingBanshee.ts", "../../src/simulation/monsters/superiorMonsters/ScreamingTwistedBanshee.ts", "../../src/simulation/monsters/superiorMonsters/ShadowWyrm.ts", "../../src/simulation/monsters/superiorMonsters/SpikedTuroth.ts", "../../src/simulation/monsters/superiorMonsters/VitreousJelly.ts", "../../src/simulation/monsters/superiorMonsters/VitreousWarpedJelly.ts", "../../src/simulation/monsters/superiorMonsters/index.ts", "../../src/simulation/monsters/index.ts", "../../src/simulation/openables/BrimstoneChest.ts", "../../src/structures/Openable.ts", "../../src/structures/SimpleOpenable.ts", "../../src/simulation/openables/BonusOpenables.ts", "../../src/simulation/openables/Casket.ts", "../../src/simulation/openables/CrystalChest.ts", "../../src/simulation/openables/ElvenCrystalChest.ts", "../../src/simulation/openables/GiantEggSacFull.ts", "../../src/simulation/openables/GrubbyChest.ts", "../../src/simulation/openables/HAMStoreRoomChests.ts", "../../src/simulation/openables/HuntersLootSack.ts", "../../src/simulation/clues/General.ts", "../../src/simulation/clues/Easy.ts", "../../src/simulation/clues/Elite.ts", "../../src/simulation/clues/Hard.ts", "../../src/simulation/clues/Master.ts", "../../src/simulation/clues/Medium.ts", "../../src/simulation/openables/Implings.ts", "../../src/simulation/openables/IntricatePouch.ts", "../../src/simulation/openables/LarransChest.ts", "../../src/simulation/openables/MuddyChest.ts", "../../src/simulation/openables/MysteryBox.ts", "../../src/simulation/openables/NestBoxEmpty.ts", "../../src/simulation/openables/NestBoxRing.ts", "../../src/simulation/openables/NestBoxSeeds.ts", "../../src/simulation/openables/OgreCoffin.ts", "../../src/simulation/openables/OrePack.ts", "../../src/simulation/openables/SeedPack.ts", "../../src/simulation/openables/SinisterChest.ts", "../../src/simulation/openables/HallowedSack.ts", "../../src/simulation/openables/index.ts", "../../src/structures/Hiscores.ts", "../../src/structures/OldSchoolJSError.ts", "../../src/structures/Player.ts", "../../src/structures/Wiki.ts", "../../src/simulation/clues/Beginner.ts", "../../src/simulation/clues/index.ts", "../../src/data/itemConstants.ts", "../../src/meta/types.ts"], + "sourcesContent": ["'use strict';\n\nvar isMergeableObject = function isMergeableObject(value) {\n\treturn isNonNullObject(value)\n\t\t&& !isSpecial(value)\n};\n\nfunction isNonNullObject(value) {\n\treturn !!value && typeof value === 'object'\n}\n\nfunction isSpecial(value) {\n\tvar stringValue = Object.prototype.toString.call(value);\n\n\treturn stringValue === '[object RegExp]'\n\t\t|| stringValue === '[object Date]'\n\t\t|| isReactElement(value)\n}\n\n// see https://github.com/facebook/react/blob/b5ac963fb791d1298e7f396236383bc955f916c1/src/isomorphic/classic/element/ReactElement.js#L21-L25\nvar canUseSymbol = typeof Symbol === 'function' && Symbol.for;\nvar REACT_ELEMENT_TYPE = canUseSymbol ? Symbol.for('react.element') : 0xeac7;\n\nfunction isReactElement(value) {\n\treturn value.$$typeof === REACT_ELEMENT_TYPE\n}\n\nfunction emptyTarget(val) {\n\treturn Array.isArray(val) ? [] : {}\n}\n\nfunction cloneUnlessOtherwiseSpecified(value, options) {\n\treturn (options.clone !== false && options.isMergeableObject(value))\n\t\t? deepmerge(emptyTarget(value), value, options)\n\t\t: value\n}\n\nfunction defaultArrayMerge(target, source, options) {\n\treturn target.concat(source).map(function(element) {\n\t\treturn cloneUnlessOtherwiseSpecified(element, options)\n\t})\n}\n\nfunction getMergeFunction(key, options) {\n\tif (!options.customMerge) {\n\t\treturn deepmerge\n\t}\n\tvar customMerge = options.customMerge(key);\n\treturn typeof customMerge === 'function' ? customMerge : deepmerge\n}\n\nfunction getEnumerableOwnPropertySymbols(target) {\n\treturn Object.getOwnPropertySymbols\n\t\t? Object.getOwnPropertySymbols(target).filter(function(symbol) {\n\t\t\treturn Object.propertyIsEnumerable.call(target, symbol)\n\t\t})\n\t\t: []\n}\n\nfunction getKeys(target) {\n\treturn Object.keys(target).concat(getEnumerableOwnPropertySymbols(target))\n}\n\nfunction propertyIsOnObject(object, property) {\n\ttry {\n\t\treturn property in object\n\t} catch(_) {\n\t\treturn false\n\t}\n}\n\n// Protects from prototype poisoning and unexpected merging up the prototype chain.\nfunction propertyIsUnsafe(target, key) {\n\treturn propertyIsOnObject(target, key) // Properties are safe to merge if they don't exist in the target yet,\n\t\t&& !(Object.hasOwnProperty.call(target, key) // unsafe if they exist up the prototype chain,\n\t\t\t&& Object.propertyIsEnumerable.call(target, key)) // and also unsafe if they're nonenumerable.\n}\n\nfunction mergeObject(target, source, options) {\n\tvar destination = {};\n\tif (options.isMergeableObject(target)) {\n\t\tgetKeys(target).forEach(function(key) {\n\t\t\tdestination[key] = cloneUnlessOtherwiseSpecified(target[key], options);\n\t\t});\n\t}\n\tgetKeys(source).forEach(function(key) {\n\t\tif (propertyIsUnsafe(target, key)) {\n\t\t\treturn\n\t\t}\n\n\t\tif (propertyIsOnObject(target, key) && options.isMergeableObject(source[key])) {\n\t\t\tdestination[key] = getMergeFunction(key, options)(target[key], source[key], options);\n\t\t} else {\n\t\t\tdestination[key] = cloneUnlessOtherwiseSpecified(source[key], options);\n\t\t}\n\t});\n\treturn destination\n}\n\nfunction deepmerge(target, source, options) {\n\toptions = options || {};\n\toptions.arrayMerge = options.arrayMerge || defaultArrayMerge;\n\toptions.isMergeableObject = options.isMergeableObject || isMergeableObject;\n\t// cloneUnlessOtherwiseSpecified is added to `options` so that custom arrayMerge()\n\t// implementations can use it. The caller may not replace it.\n\toptions.cloneUnlessOtherwiseSpecified = cloneUnlessOtherwiseSpecified;\n\n\tvar sourceIsArray = Array.isArray(source);\n\tvar targetIsArray = Array.isArray(target);\n\tvar sourceAndTargetTypesMatch = sourceIsArray === targetIsArray;\n\n\tif (!sourceAndTargetTypesMatch) {\n\t\treturn cloneUnlessOtherwiseSpecified(source, options)\n\t} else if (sourceIsArray) {\n\t\treturn options.arrayMerge(target, source, options)\n\t} else {\n\t\treturn mergeObject(target, source, options)\n\t}\n}\n\ndeepmerge.all = function deepmergeAll(array, options) {\n\tif (!Array.isArray(array)) {\n\t\tthrow new Error('first argument should be an array')\n\t}\n\n\treturn array.reduce(function(prev, next) {\n\t\treturn deepmerge(prev, next, options)\n\t}, {})\n};\n\nvar deepmerge_1 = deepmerge;\n\nmodule.exports = deepmerge_1;\n", "export enum Time {\n\tMillisecond = 1,\n\tSecond = 1000,\n\tMinute = 1000 * 60,\n\tHour = 1000 * 60 * 60,\n\tDay = 1000 * 60 * 60 * 24,\n\tMonth = 1000 * 60 * 60 * 24 * 30,\n\tYear = 1000 * 60 * 60 * 24 * 365\n}\n\nexport const primitiveTypes = ['string', 'bigint', 'number', 'boolean'];\n", "import { primitiveTypes } from './constants';\n\n/**\n * Verify if the input is an object literal (or class).\n * @param input The object to verify\n */\n// eslint-disable-next-line @typescript-eslint/ban-types\nexport function isObject(input: unknown): input is Record | object {\n\treturn typeof input === 'object' && input ? input.constructor === Object : false;\n}\n\n/**\n * Check whether a value is a primitive\n * @param input The input to check\n */\nexport function isPrimitive(input: unknown): input is string | bigint | number | boolean {\n\treturn primitiveTypes.includes(typeof input);\n}\n\n// eslint-disable-next-line @typescript-eslint/ban-types\nexport function isFunction(input: unknown): input is Function {\n\treturn typeof input === 'function';\n}\n", "/**\n * Rolls a random number inclusively between a min and max.\n *\n * @param min The lower limit of the roll\n * @param max The upper limit of the roll\n */\nexport function randInt(min: number, max: number): number {\n\treturn Math.floor(Math.random() * (max - min + 1) + min);\n}\n\n/**\n * Rolls a random floating point number inclusively between min and max.\n *\n * @param {number} min - min number\n * @param {number} max - max number\n * @return {number} A random float\n */\nexport function randFloat(min: number, max: number): number {\n\treturn Math.random() * (max - min) + min;\n}\n\n/**\n * Rolls a 1 in X chance, returning true on successfull rolls.\n *\n * @param upperLimit The upper limit of the roll\n */\nexport function roll(upperLimit: number): boolean {\n\treturn randInt(1, upperLimit) === 1;\n}\n\n/**\n * Returns true based on a percent chance.\n *\n * @param percent The percent to have a chance of.\n */\nexport function percentChance(percent: number): boolean {\n\treturn randFloat(0, 100) < percent;\n}\n", "/**\n * Shows what percentage a value is of a total value, for example calculating what percentage of 20 is 5? (25%)\n * @param partialValue The partial value of the total number, that you want to know what its percentage of the total is.\n * @param totalValue The total value, that the partial value is a part of.\n */\nexport function calcWhatPercent(partialValue: number, totalValue: number): number {\n\treturn (100 * partialValue) / totalValue;\n}\n\n/**\n * Calculates what a X% of a total number is, for example calculating what is 20% of 100\n * @param percent The percentage (%) you want to calculate.\n * @param valueToCalc The total number that you want to get the percentage of.\n */\nexport function calcPercentOfNum(percent: number, valueToCalc: number): number {\n\treturn (percent * valueToCalc) / 100;\n}\n\n/**\n * Reduces a number by a percentage of itself.\n * @param value, The number to be reduced.\n * @param percent The percent you want the value to be reduced by.\n */\nexport function reduceNumByPercent(value: number, percent: number): number {\n\tif (percent <= 0) return value;\n\treturn value - value * (percent / 100);\n}\n\n/**\n * Increases a number by a percentage of itself.\n * @param value, The number to be increased.\n * @param percent The percent you want the value to be increased by.\n */\nexport function increaseNumByPercent(value: number, percent: number): number {\n\tif (percent <= 0) return value;\n\treturn value + value * (percent / 100);\n}\n", "/**\n * Picks a random item from an array.\n * @param array The array to pick from.\n */\nexport function randArrItem(array: readonly T[]): T {\n\treturn array[Math.floor(Math.random() * array.length)];\n}\n\n/**\n * Splits up an array into chunks\n * @param array The array to chunk up\n * @param chunkSize The size of each individual chunk\n */\nexport function chunk(array: readonly T[], chunkSize: number): T[][] {\n\tif (chunkSize < 1) throw new RangeError('chunkSize must be 1 or greater.');\n\tif (!Number.isInteger(chunkSize)) throw new TypeError('chunkSize must be an integer.');\n\tconst clone: T[] = array.slice();\n\tconst chunks: T[][] = [];\n\twhile (clone.length) chunks.push(clone.splice(0, chunkSize));\n\treturn chunks;\n}\n\n/**\n * Returns a copy of an array with duplicates removed.\n *\n * @param arr The array to copy and remove duplicates from.\n */\nexport function uniqueArr(arr: readonly T[]): T[] {\n\treturn [...new Set(arr)];\n}\n\n/**\n * Returns the sum of an array of numbers.\n *\n * @param arr The array of numbers to sum.\n */\nexport function sumArr(arr: readonly number[]) {\n\treturn arr.reduce((a, b) => a + b, 0);\n}\n\n/**\n * Returns a shuffled copy of an array.\n *\n * @param array The array to shuffle.\n */\nexport function shuffleArr(array: readonly T[]): T[] {\n\tlet copy = [...array];\n\tfor (let i = copy.length - 1; i > 0; i--) {\n\t\tconst j = Math.floor(Math.random() * (i + 1));\n\t\t[copy[i], copy[j]] = [copy[j], copy[i]];\n\t}\n\treturn copy;\n}\n\n/**\n *\n * @param arr The array to partition\n * @param filter The filter by which to partition the array\n */\nexport function partition(arr: T[], filter: (item: T) => boolean): [T[], T[]] {\n\tconst firstArray: T[] = [];\n\tconst secondArray: T[] = [];\n\tfor (const item of arr) {\n\t\t(filter(item) ? firstArray : secondArray).push(item);\n\t}\n\treturn [firstArray, secondArray];\n}\n\nexport function removeFromArr(arr: T[] | readonly T[], item: T) {\n\treturn arr.filter((i) => i !== item);\n}\n", "/**\n * Rounds a number to a given precision.\n *\n * @param value The number to be rounded.\n * @param precision The precision of the rounding.\n */\nexport function round(value: number, precision = 1): number {\n\tconst multiplier = Math.pow(10, precision || 0);\n\treturn Math.round(value * multiplier) / multiplier;\n}\n\nexport function clamp(val: number, min: number, max: number) {\n\treturn Math.min(max, Math.max(min, val));\n}\n\nexport function scaleNumber(num: number, inMin: number, inMax: number, outMin: number, outMax: number): number {\n\treturn ((num - inMin) * (outMax - outMin)) / (inMax - inMin) + outMin;\n}\n", "export const debounce = any>(fn: F, waitFor: number) => {\n\tlet timeout: ReturnType | null = null;\n\n\tconst debounced = (...args: Parameters) => {\n\t\tif (timeout !== null) {\n\t\t\tclearTimeout(timeout);\n\t\t\ttimeout = null;\n\t\t}\n\t\ttimeout = setTimeout(() => fn(...args), waitFor);\n\t};\n\n\treturn debounced as (...args: Parameters) => ReturnType;\n};\n", "import { isObject, isPrimitive } from '../types';\n\n/**\n * Deep clone an object\n * @param source The object to clone\n */\nexport function deepClone(source: T): T {\n\t// Check if it's a primitive (with exception of function and null, which is typeof object)\n\tif (source === null || isPrimitive(source)) return source;\n\tif (Array.isArray(source)) {\n\t\tconst output = ([] as unknown) as T & T extends (infer S)[] ? S[] : never;\n\t\tfor (const value of source) output.push(deepClone(value));\n\t\treturn (output as unknown) as T;\n\t}\n\tif (isObject(source)) {\n\t\tconst output = {} as Record;\n\t\tfor (const [key, value] of Object.entries(source)) output[key] = deepClone(value);\n\t\treturn (output as unknown) as T;\n\t}\n\tif (source instanceof Map) {\n\t\tconst output = (new (source.constructor as MapConstructor)() as unknown) as T & T extends Map ? Map : never;\n\t\tfor (const [key, value] of source.entries()) output.set(key, deepClone(value));\n\t\treturn (output as unknown) as T;\n\t}\n\tif (source instanceof Set) {\n\t\tconst output = (new (source.constructor as SetConstructor)() as unknown) as T & T extends Set ? Set : never;\n\t\tfor (const value of source.values()) output.add(deepClone(value));\n\t\treturn (output as unknown) as T;\n\t}\n\treturn source;\n}\n", "export function notEmpty(value: TValue | null | undefined): value is TValue {\n\treturn value !== null && value !== undefined;\n}\n\nexport function sleep(ms: number) {\n\treturn new Promise((resolve) => setTimeout(resolve, ms));\n}\n\n// eslint-disable-next-line @typescript-eslint/no-empty-function\nexport function noOp() {}\n", "export function objectEntries>(obj: T) {\n\treturn Object.entries(obj) as [keyof T, T[keyof T]][];\n}\n\nexport function objectValues>(obj: T) {\n\treturn Object.values(obj) as T[keyof T][];\n}\n\nexport function objectKeys>(obj: T) {\n\treturn Object.keys(obj) as (keyof T)[];\n}\n", "export function stripNonAlphanumeric(str: string) {\n\treturn str.replace(/[^a-zA-Z0-9]/g, '');\n}\n", "import \"./structures/Items\";\nimport { EItem } from \"./EItem\";\nimport { EMonster } from \"./EMonster\";\nimport * as constants from \"./constants\";\nimport { MonsterSlayerMaster } from \"./meta/monsterData\";\nimport type { MonsterKillOptions } from \"./meta/types\";\nimport * as Misc from \"./simulation/misc\";\nimport Monsters from \"./simulation/monsters/index\";\nimport Openables from \"./simulation/openables/index\";\nimport Bank from \"./structures/Bank\";\nimport Hiscores from \"./structures/Hiscores\";\nimport Items from \"./structures/Items\";\nimport LootTable from \"./structures/LootTable\";\nimport Player from \"./structures/Player\";\nimport SimpleMonster from \"./structures/SimpleMonster\";\nimport Wiki from \"./structures/Wiki\";\nimport * as Util from \"./util/\";\nexport * from \"./simulation/clues\";\n\nexport {\n\tBank,\n\tconstants,\n\tHiscores,\n\tItems,\n\tLootTable,\n\tMisc,\n\ttype MonsterKillOptions,\n\tMonsters,\n\tMonsterSlayerMaster,\n\tOpenables,\n\tPlayer,\n\tUtil,\n\tWiki,\n\tEItem,\n\tEMonster,\n\tSimpleMonster,\n};\n\nexport * from \"./simulation/monsters\";\nexport * from \"./constants\";\nexport * from \"./util\";\nexport * from \"./data/itemConstants\";\nexport * from \"./structures/Items\";\nexport * from \"./meta/types\";\nexport type { default as Monster } from \"./structures/Monster\";\nexport * from \"./simulation/clues\";\nexport * from \"./simulation/openables\";\nexport * from \"./simulation/misc\";\nexport * from \"./simulation/openables/Implings\";\nexport * from \"./meta/monsterData\";\nexport * from \"./simulation/subtables/index\";\n", "import deepMerge from \"deepmerge\";\n\nimport _items from \"../data/items/item_data.json\" assert { type: \"json\" };\nimport type { Item, ItemID } from \"../meta/types\";\nimport { cleanString } from \"../util/cleanString\";\nimport { Collection } from \"./Collection\";\n\n// @ts-ignore asdf\nconst items = _items as Record;\n\nexport const itemNameMap: Map = new Map();\n\ntype ItemResolvable = number | string;\nexport interface ItemCollection {\n\t[index: string]: Item;\n}\n\nexport const CLUE_SCROLLS = [\n\t// Clue scrolls\n\t2677, 2801, 2722, 12_073, 19_835, 23_182,\n];\n\nexport const CLUE_SCROLL_NAMES: string[] = [\n\t\"Clue scroll (beginner)\",\n\t\"Clue scroll (easy)\",\n\t\"Clue scroll (medium)\",\n\t\"Clue scroll (hard)\",\n\t\"Clue scroll (elite)\",\n\t\"Clue scroll (master)\",\n];\n\nexport const USELESS_ITEMS = [\n\t617, 8890, 6964, 2513, 19_492, 11_071, 11_068, 21_284, 24_735, 21_913, 4703, 4561, 2425, 4692, 3741,\n\n\t// Quest blood vial\n\t22_405,\n\n\t// Pharaoh's sceptres\n\t9045, 9046, 9047, 9048, 9049, 9050, 9051, 13_074, 13_075, 13_076, 13_077, 13_078, 16_176, 21_445, 21_446, 26_948,\n\t26_950, 26_945,\n\n\t// Removed items\n\t10_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,\n\t27_794, 27_795, 27_796, 27_797, 27_798, 27_799, 27_800, 27_801,\n\n\t// Clue scrolls - Duplicate or individual step clues that don't match filter\n\t3550, 3577, 2793, 12_113, 10_184, 12_027,\n\n\t// SOTE Quest Clues\n\t23_814, 23_815, 23_816, 23_817,\n];\n\nclass Items extends Collection {\n\tpublic get(item: ItemResolvable): Item | undefined {\n\t\tconst id = this.resolveID(item);\n\t\tif (typeof id === \"undefined\") return undefined;\n\t\treturn super.get(id);\n\t}\n\n\tmodifyItem(itemName: ItemResolvable, data: Partial) {\n\t\tif (data.id) throw new Error(\"Cannot change item ID\");\n\t\tconst id = this.resolveID(itemName)!;\n\t\tconst item = this.get(id);\n\t\tif (!id || !item) throw new Error(`Item ${itemName} does not exist`);\n\t\tthis.set(item.id, deepMerge(item, data));\n\t}\n\n\tprivate resolveID(input: ItemResolvable): ItemID | undefined {\n\t\tif (typeof input === \"number\") {\n\t\t\treturn input;\n\t\t}\n\n\t\tif (typeof input === \"string\") {\n\t\t\treturn itemNameMap.get(cleanString(input));\n\t\t}\n\n\t\treturn undefined;\n\t}\n}\n\nconst itemsExport = new Items();\n\nfor (const [id, item] of Object.entries(items)) {\n\tconst numID = Number.parseInt(id);\n\n\tif (USELESS_ITEMS.includes(numID)) continue;\n\titemsExport.set(numID, item);\n\tconst cleanName = cleanString(item.name);\n\tif (!itemNameMap.has(cleanName)) {\n\t\titemNameMap.set(cleanName, numID);\n\t}\n}\n\nexport default itemsExport;\n", "/**\n * Removes all whitespace, and uppercases it. Used for comparisons.\n * @param str The string to clean.\n */\nexport function cleanString(str: string): string {\n\treturn str.replace(/\\s/g, \"\").toUpperCase();\n}\n", "export class Collection extends Map {\n\tfilter(predicate: (value: V, key: K, map: this) => boolean): Collection {\n\t\tconst result = new Collection();\n\t\tfor (const [key, value] of this) {\n\t\t\tif (predicate(value, key, this)) {\n\t\t\t\tresult.set(key, value);\n\t\t\t}\n\t\t}\n\t\treturn result;\n\t}\n\n\tmap(callback: (value: V, key: K, map: this) => T): T[] {\n\t\tconst result: T[] = [];\n\t\tfor (const [key, value] of this) {\n\t\t\tresult.push(callback(value, key, this));\n\t\t}\n\t\treturn result;\n\t}\n\n\tvaluesArray(): V[] {\n\t\treturn Array.from(this.values());\n\t}\n\n\trandom(): V {\n\t\tconst index = Math.floor(Math.random() * this.size);\n\t\tlet i = 0;\n\t\tfor (const entry of this) {\n\t\t\tif (i++ === index) return entry[1];\n\t\t}\n\t\tthrow new Error(\"No item found\");\n\t}\n}\n", "export enum EItem {\n\tCANNONBALL = 2,\n\tCANNON_BASE = 6,\n\tCANNON_STAND = 8,\n\tCANNON_BARRELS = 10,\n\tCANNON_FURNACE = 12,\n\tINSECT_REPELLENT = 28,\n\tBUCKET_OF_WAX = 30,\n\tEXCALIBUR = 35,\n\tCANDLE_UNLIT = 36,\n\tBRONZE_ARROWTIPS = 39,\n\tIRON_ARROWTIPS = 40,\n\tSTEEL_ARROWTIPS = 41,\n\tMITHRIL_ARROWTIPS = 42,\n\tADAMANT_ARROWTIPS = 43,\n\tRUNE_ARROWTIPS = 44,\n\tOPAL_BOLT_TIPS = 45,\n\tPEARL_BOLT_TIPS = 46,\n\tBARB_BOLTTIPS = 47,\n\tLONGBOW_U = 48,\n\tSHORTBOW_U = 50,\n\tARROW_SHAFT = 52,\n\tHEADLESS_ARROW = 53,\n\tOAK_SHORTBOW_U = 54,\n\tOAK_LONGBOW_U = 56,\n\tWILLOW_LONGBOW_U = 58,\n\tWILLOW_SHORTBOW_U = 60,\n\tMAPLE_LONGBOW_U = 62,\n\tMAPLE_SHORTBOW_U = 64,\n\tYEW_LONGBOW_U = 66,\n\tYEW_SHORTBOW_U = 68,\n\tMAGIC_LONGBOW_U = 70,\n\tMAGIC_SHORTBOW_U = 72,\n\tKHAZARD_HELMET = 74,\n\tKHAZARD_ARMOUR = 75,\n\tICE_ARROWS = 78,\n\tPENDANT_OF_LUCIEN = 86,\n\tARMADYL_PENDANT = 87,\n\tBOOTS_OF_LIGHTNESS_INVENTORY = 88,\n\tGUAM_POTION_UNF = 91,\n\tMARRENTILL_POTION_UNF = 93,\n\tTARROMIN_POTION_UNF = 95,\n\tHARRALANDER_POTION_UNF = 97,\n\tRANARR_POTION_UNF = 99,\n\tIRIT_POTION_UNF = 101,\n\tAVANTOE_POTION_UNF = 103,\n\tKWUARM_POTION_UNF = 105,\n\tCADANTINE_POTION_UNF = 107,\n\tDWARF_WEED_POTION_UNF = 109,\n\tTORSTOL_POTION_UNF = 111,\n\tSTRENGTH_POTION_4_DOSE = 113,\n\tSTRENGTH_POTION_3_DOSE = 115,\n\tSTRENGTH_POTION_2_DOSE = 117,\n\tSTRENGTH_POTION_1_DOSE = 119,\n\tATTACK_POTION_3_DOSE = 121,\n\tATTACK_POTION_2_DOSE = 123,\n\tATTACK_POTION_1_DOSE = 125,\n\tRESTORE_POTION_3_DOSE = 127,\n\tRESTORE_POTION_2_DOSE = 129,\n\tRESTORE_POTION_1_DOSE = 131,\n\tDEFENCE_POTION_3_DOSE = 133,\n\tDEFENCE_POTION_2_DOSE = 135,\n\tDEFENCE_POTION_1_DOSE = 137,\n\tPRAYER_POTION_3_DOSE = 139,\n\tPRAYER_POTION_2_DOSE = 141,\n\tPRAYER_POTION_1_DOSE = 143,\n\tSUPER_ATTACK_3_DOSE = 145,\n\tSUPER_ATTACK_2_DOSE = 147,\n\tSUPER_ATTACK_1_DOSE = 149,\n\tFISHING_POTION_3_DOSE = 151,\n\tFISHING_POTION_2_DOSE = 153,\n\tFISHING_POTION_1_DOSE = 155,\n\tSUPER_STRENGTH_3_DOSE = 157,\n\tSUPER_STRENGTH_2_DOSE = 159,\n\tSUPER_STRENGTH_1_DOSE = 161,\n\tSUPER_DEFENCE_3_DOSE = 163,\n\tSUPER_DEFENCE_2_DOSE = 165,\n\tSUPER_DEFENCE_1_DOSE = 167,\n\tRANGING_POTION_3_DOSE = 169,\n\tRANGING_POTION_2_DOSE = 171,\n\tRANGING_POTION_1_DOSE = 173,\n\tANTIPOISON_3_DOSE = 175,\n\tANTIPOISON_2_DOSE = 177,\n\tANTIPOISON_1_DOSE = 179,\n\tSUPERANTIPOISON_3_DOSE = 181,\n\tSUPERANTIPOISON_2_DOSE = 183,\n\tSUPERANTIPOISON_1_DOSE = 185,\n\tWEAPON_POISON = 187,\n\tZAMORAK_BREW_3_DOSE = 189,\n\tZAMORAK_BREW_2_DOSE = 191,\n\tZAMORAK_BREW_1_DOSE = 193,\n\tPOISON_CHALICE = 197,\n\tGRIMY_GUAM_LEAF = 199,\n\tGRIMY_MARRENTILL = 201,\n\tGRIMY_TARROMIN = 203,\n\tGRIMY_HARRALANDER = 205,\n\tGRIMY_RANARR_WEED = 207,\n\tGRIMY_IRIT_LEAF = 209,\n\tGRIMY_AVANTOE = 211,\n\tGRIMY_KWUARM = 213,\n\tGRIMY_CADANTINE = 215,\n\tGRIMY_DWARF_WEED = 217,\n\tGRIMY_TORSTOL = 219,\n\tEYE_OF_NEWT = 221,\n\tRED_SPIDERS_EGGS = 223,\n\tLIMPWURT_ROOT = 225,\n\tVIAL_OF_WATER = 227,\n\tVIAL = 229,\n\tSNAPE_GRASS = 231,\n\tPESTLE_AND_MORTAR = 233,\n\tUNICORN_HORN_DUST = 235,\n\tUNICORN_HORN = 237,\n\tWHITE_BERRIES = 239,\n\tDRAGON_SCALE_DUST = 241,\n\tBLUE_DRAGON_SCALE = 243,\n\tWINE_OF_ZAMORAK = 245,\n\tJANGERBERRIES = 247,\n\tGUAM_LEAF = 249,\n\tMARRENTILL = 251,\n\tTARROMIN = 253,\n\tHARRALANDER = 255,\n\tRANARR_WEED = 257,\n\tIRIT_LEAF = 259,\n\tAVANTOE = 261,\n\tKWUARM = 263,\n\tCADANTINE = 265,\n\tDWARF_WEED = 267,\n\tTORSTOL = 269,\n\tFISH_FOOD = 272,\n\tPOISON_ITEM = 273,\n\tCATTLEPROD = 278,\n\tPLAGUE_JACKET = 284,\n\tPLAGUE_TROUSERS = 285,\n\tGOBLIN_MAIL = 288,\n\tGLARIALS_AMULET = 295,\n\tMITHRIL_SEEDS = 299,\n\tLOBSTER_POT = 301,\n\tSMALL_FISHING_NET_REGULAR = 303,\n\tBIG_FISHING_NET = 305,\n\tFISHING_ROD = 307,\n\tFLY_FISHING_ROD = 309,\n\tHARPOON = 311,\n\tFISHING_BAIT = 313,\n\tFEATHER = 314,\n\tSHRIMPS = 315,\n\tRAW_SHRIMPS = 317,\n\tANCHOVIES = 319,\n\tRAW_ANCHOVIES = 321,\n\tSARDINE = 325,\n\tRAW_SARDINE = 327,\n\tSALMON = 329,\n\tRAW_SALMON = 331,\n\tTROUT = 333,\n\tRAW_TROUT = 335,\n\tCOD = 339,\n\tRAW_COD = 341,\n\tRAW_HERRING = 345,\n\tHERRING = 347,\n\tRAW_PIKE = 349,\n\tPIKE = 351,\n\tRAW_MACKEREL = 353,\n\tMACKEREL = 355,\n\tRAW_TUNA = 359,\n\tTUNA = 361,\n\tRAW_BASS = 363,\n\tBASS = 365,\n\tRAW_SWORDFISH = 371,\n\tSWORDFISH = 373,\n\tRAW_LOBSTER = 377,\n\tLOBSTER = 379,\n\tRAW_SHARK = 383,\n\tSHARK = 385,\n\tRAW_MANTA_RAY = 389,\n\tMANTA_RAY = 391,\n\tRAW_SEA_TURTLE = 395,\n\tSEA_TURTLE = 397,\n\tSEAWEED = 401,\n\tEDIBLE_SEAWEED = 403,\n\tCASKET = 405,\n\tOYSTER = 407,\n\tOYSTER_PEARL = 411,\n\tOYSTER_PEARLS = 413,\n\tLATHAS_AMULET = 421,\n\tPRIEST_GOWN_TOP = 426,\n\tPRIEST_GOWN_BOTTOM = 428,\n\tMEDICAL_GOWN = 430,\n\tCLAY = 434,\n\tCOPPER_ORE = 436,\n\tTIN_ORE = 438,\n\tIRON_ORE = 440,\n\tSILVER_ORE = 442,\n\tGOLD_ORE = 444,\n\tMITHRIL_ORE = 447,\n\tADAMANTITE_ORE = 449,\n\tRUNITE_ORE = 451,\n\tCOAL = 453,\n\tSTRANGE_FRUIT = 464,\n\tBONES = 526,\n\tBURNT_BONES = 528,\n\tBAT_BONES = 530,\n\tBIG_BONES = 532,\n\tBABYDRAGON_BONES = 534,\n\tDRAGON_BONES = 536,\n\tDRUIDS_ROBE = 538,\n\tDRUIDS_ROBE_TOP = 540,\n\tMONKS_ROBE = 542,\n\tMONKS_ROBE_TOP = 544,\n\tSHADE_ROBE_TOP = 546,\n\tSHADE_ROBE = 548,\n\tGHOSTSPEAK_AMULET_NORMAL = 552,\n\tFIRE_RUNE = 554,\n\tWATER_RUNE = 555,\n\tAIR_RUNE = 556,\n\tEARTH_RUNE = 557,\n\tMIND_RUNE = 558,\n\tBODY_RUNE = 559,\n\tDEATH_RUNE = 560,\n\tNATURE_RUNE = 561,\n\tCHAOS_RUNE = 562,\n\tLAW_RUNE = 563,\n\tCOSMIC_RUNE = 564,\n\tBLOOD_RUNE = 565,\n\tSOUL_RUNE = 566,\n\tUNPOWERED_ORB = 567,\n\tFIRE_ORB = 569,\n\tWATER_ORB = 571,\n\tAIR_ORB = 573,\n\tEARTH_ORB = 575,\n\tBLUE_WIZARD_ROBE = 577,\n\tBLUE_WIZARD_HAT = 579,\n\tBLACK_ROBE = 581,\n\tGNOME_AMULET = 589,\n\tTINDERBOX = 590,\n\tASHES = 592,\n\tTORCH_UNLIT = 596,\n\tBRONZE_FIRE_ARROW_UNLIT = 598,\n\tBEADS_OF_THE_DEAD = 616,\n\tSHIP_TICKET = 621,\n\tPINK_BOOTS = 626,\n\tGREEN_BOOTS = 628,\n\tBLUE_BOOTS = 630,\n\tCREAM_BOOTS = 632,\n\tTURQUOISE_BOOTS = 634,\n\tPINK_ROBE_TOP = 636,\n\tGREEN_ROBE_TOP = 638,\n\tBLUE_ROBE_TOP = 640,\n\tCREAM_ROBE_TOP = 642,\n\tTURQUOISE_ROBE_TOP = 644,\n\tPINK_ROBE_BOTTOMS = 646,\n\tGREEN_ROBE_BOTTOMS = 648,\n\tBLUE_ROBE_BOTTOMS = 650,\n\tCREAM_ROBE_BOTTOMS = 652,\n\tTURQUOISE_ROBE_BOTTOMS = 654,\n\tPINK_HAT = 656,\n\tGREEN_HAT = 658,\n\tBLUE_HAT = 660,\n\tCREAM_HAT = 662,\n\tTURQUOISE_HAT = 664,\n\tBLURITE_SWORD = 667,\n\tHOLY_WATER = 732,\n\tDARK_DAGGER = 746,\n\tGLOWING_DAGGER = 747,\n\tGNOMEBALL = 751,\n\tCADAVA_BERRIES = 753,\n\tPHOENIX_CROSSBOW = 767,\n\tDRAMEN_STAFF = 772,\n\tPERFECT_RING = 773,\n\tPERFECT_NECKLACE = 774,\n\tCOOKING_GAUNTLETS = 775,\n\tGOLDSMITH_GAUNTLETS = 776,\n\tCHAOS_GAUNTLETS = 777,\n\tSTEEL_GAUNTLETS = 778,\n\tBRONZE_THROWNAXE = 800,\n\tIRON_THROWNAXE = 801,\n\tSTEEL_THROWNAXE = 802,\n\tMITHRIL_THROWNAXE = 803,\n\tADAMANT_THROWNAXE = 804,\n\tRUNE_THROWNAXE = 805,\n\tBRONZE_DART_UNPOISONED = 806,\n\tIRON_DART_UNPOISONED = 807,\n\tSTEEL_DART_UNPOISONED = 808,\n\tMITHRIL_DART_UNPOISONED = 809,\n\tADAMANT_DART_UNPOISONED = 810,\n\tRUNE_DART_UNPOISONED = 811,\n\tBRONZE_DART_POISON = 812,\n\tIRON_DART_POISON = 813,\n\tSTEEL_DART_POISON = 814,\n\tMITHRIL_DART_POISON = 815,\n\tADAMANT_DART_POISON = 816,\n\tRUNE_DART_POISON = 817,\n\tBRONZE_DART_TIP = 819,\n\tIRON_DART_TIP = 820,\n\tSTEEL_DART_TIP = 821,\n\tMITHRIL_DART_TIP = 822,\n\tADAMANT_DART_TIP = 823,\n\tRUNE_DART_TIP = 824,\n\tBRONZE_JAVELIN_UNPOISONED = 825,\n\tIRON_JAVELIN_UNPOISONED = 826,\n\tSTEEL_JAVELIN_UNPOISONED = 827,\n\tMITHRIL_JAVELIN_UNPOISONED = 828,\n\tADAMANT_JAVELIN_UNPOISONED = 829,\n\tRUNE_JAVELIN_UNPOISONED = 830,\n\tBRONZE_JAVELIN_POISON = 831,\n\tIRON_JAVELIN_POISON = 832,\n\tSTEEL_JAVELIN_POISON = 833,\n\tMITHRIL_JAVELIN_POISON = 834,\n\tADAMANT_JAVELIN_POISON = 835,\n\tRUNE_JAVELIN_POISON = 836,\n\tCROSSBOW = 837,\n\tLONGBOW = 839,\n\tSHORTBOW = 841,\n\tOAK_SHORTBOW = 843,\n\tOAK_LONGBOW = 845,\n\tWILLOW_LONGBOW = 847,\n\tWILLOW_SHORTBOW = 849,\n\tMAPLE_LONGBOW = 851,\n\tMAPLE_SHORTBOW = 853,\n\tYEW_LONGBOW = 855,\n\tYEW_SHORTBOW = 857,\n\tMAGIC_LONGBOW = 859,\n\tMAGIC_SHORTBOW = 861,\n\tIRON_KNIFE_UNPOISONED = 863,\n\tBRONZE_KNIFE_UNPOISONED = 864,\n\tSTEEL_KNIFE_UNPOISONED = 865,\n\tMITHRIL_KNIFE_UNPOISONED = 866,\n\tADAMANT_KNIFE_UNPOISONED = 867,\n\tRUNE_KNIFE_UNPOISONED = 868,\n\tBLACK_KNIFE_UNPOISONED = 869,\n\tBRONZE_KNIFE_POISON = 870,\n\tIRON_KNIFE_POISON = 871,\n\tSTEEL_KNIFE_POISON = 872,\n\tMITHRIL_KNIFE_POISON = 873,\n\tBLACK_KNIFE_POISON = 874,\n\tADAMANT_KNIFE_POISON = 875,\n\tRUNE_KNIFE_POISON = 876,\n\tBRONZE_BOLTS_UNPOISONED = 877,\n\tBRONZE_BOLTS_POISON = 878,\n\tOPAL_BOLTS = 879,\n\tPEARL_BOLTS = 880,\n\tBARBED_BOLTS = 881,\n\tBRONZE_ARROW_UNPOISONED = 882,\n\tBRONZE_ARROW_POISON = 883,\n\tIRON_ARROW_UNPOISONED = 884,\n\tIRON_ARROW_POISON = 885,\n\tSTEEL_ARROW_UNPOISONED = 886,\n\tSTEEL_ARROW_POISON = 887,\n\tMITHRIL_ARROW_UNPOISONED = 888,\n\tMITHRIL_ARROW_POISON = 889,\n\tADAMANT_ARROW_UNPOISONED = 890,\n\tADAMANT_ARROW_POISON = 891,\n\tRUNE_ARROW_UNPOISONED = 892,\n\tRUNE_ARROW_POISON = 893,\n\tBRONZE_FIRE_ARROW_LIT = 942,\n\tKNIFE = 946,\n\tBEAR_FUR = 948,\n\tSILK = 950,\n\tSPADE = 952,\n\tROPE = 954,\n\tGREY_WOLF_FUR = 958,\n\tPLANK = 960,\n\tCHRISTMAS_CRACKER = 962,\n\tPAPYRUS = 970,\n\tCHARCOAL = 973,\n\tMACHETE = 975,\n\tDISK_OF_RETURNING = 981,\n\tBRASS_KEY = 983,\n\tTOOTH_HALF_OF_KEY = 985,\n\tLOOP_HALF_OF_KEY = 987,\n\tCRYSTAL_KEY = 989,\n\tMUDDY_KEY = 991,\n\tSINISTER_KEY = 993,\n\tWHITE_APRON = 1005,\n\tRED_CAPE = 1007,\n\tBRASS_NECKLACE = 1009,\n\tBLUE_SKIRT = 1011,\n\tPINK_SKIRT = 1013,\n\tBLACK_SKIRT = 1015,\n\tWIZARD_HAT = 1017,\n\tBLACK_CAPE = 1019,\n\tBLUE_CAPE = 1021,\n\tYELLOW_CAPE = 1023,\n\tRIGHT_EYE_PATCH = 1025,\n\tGREEN_CAPE = 1027,\n\tPURPLE_CAPE = 1029,\n\tORANGE_CAPE = 1031,\n\tZAMORAK_MONK_BOTTOM = 1033,\n\tZAMORAK_MONK_TOP = 1035,\n\tBUNNY_EARS = 1037,\n\tRED_PARTYHAT = 1038,\n\tYELLOW_PARTYHAT = 1040,\n\tBLUE_PARTYHAT = 1042,\n\tGREEN_PARTYHAT = 1044,\n\tPURPLE_PARTYHAT = 1046,\n\tWHITE_PARTYHAT = 1048,\n\tSANTA_HAT = 1050,\n\tCAPE_OF_LEGENDS = 1052,\n\tGREEN_HALLOWEEN_MASK = 1053,\n\tBLUE_HALLOWEEN_MASK = 1055,\n\tRED_HALLOWEEN_MASK = 1057,\n\tLEATHER_GLOVES = 1059,\n\tLEATHER_BOOTS = 1061,\n\tLEATHER_VAMBRACES = 1063,\n\tGREEN_DHIDE_VAMBRACES = 1065,\n\tIRON_PLATELEGS = 1067,\n\tSTEEL_PLATELEGS = 1069,\n\tMITHRIL_PLATELEGS = 1071,\n\tADAMANT_PLATELEGS = 1073,\n\tBRONZE_PLATELEGS = 1075,\n\tBLACK_PLATELEGS = 1077,\n\tRUNE_PLATELEGS = 1079,\n\tIRON_PLATESKIRT = 1081,\n\tSTEEL_PLATESKIRT = 1083,\n\tMITHRIL_PLATESKIRT = 1085,\n\tBRONZE_PLATESKIRT = 1087,\n\tBLACK_PLATESKIRT = 1089,\n\tADAMANT_PLATESKIRT = 1091,\n\tRUNE_PLATESKIRT = 1093,\n\tLEATHER_CHAPS = 1095,\n\tSTUDDED_CHAPS = 1097,\n\tGREEN_DHIDE_CHAPS = 1099,\n\tIRON_CHAINBODY = 1101,\n\tBRONZE_CHAINBODY = 1103,\n\tSTEEL_CHAINBODY = 1105,\n\tBLACK_CHAINBODY = 1107,\n\tMITHRIL_CHAINBODY = 1109,\n\tADAMANT_CHAINBODY = 1111,\n\tRUNE_CHAINBODY = 1113,\n\tIRON_PLATEBODY = 1115,\n\tBRONZE_PLATEBODY = 1117,\n\tSTEEL_PLATEBODY = 1119,\n\tMITHRIL_PLATEBODY = 1121,\n\tADAMANT_PLATEBODY = 1123,\n\tBLACK_PLATEBODY = 1125,\n\tRUNE_PLATEBODY = 1127,\n\tLEATHER_BODY = 1129,\n\tHARDLEATHER_BODY = 1131,\n\tSTUDDED_BODY = 1133,\n\tGREEN_DHIDE_BODY = 1135,\n\tIRON_MED_HELM = 1137,\n\tBRONZE_MED_HELM = 1139,\n\tSTEEL_MED_HELM = 1141,\n\tMITHRIL_MED_HELM = 1143,\n\tADAMANT_MED_HELM = 1145,\n\tRUNE_MED_HELM = 1147,\n\tDRAGON_MED_HELM = 1149,\n\tBLACK_MED_HELM = 1151,\n\tIRON_FULL_HELM = 1153,\n\tBRONZE_FULL_HELM = 1155,\n\tSTEEL_FULL_HELM = 1157,\n\tMITHRIL_FULL_HELM = 1159,\n\tADAMANT_FULL_HELM = 1161,\n\tRUNE_FULL_HELM = 1163,\n\tBLACK_FULL_HELM = 1165,\n\tLEATHER_COWL = 1167,\n\tCOIF = 1169,\n\tWOODEN_SHIELD = 1171,\n\tBRONZE_SQ_SHIELD = 1173,\n\tIRON_SQ_SHIELD = 1175,\n\tSTEEL_SQ_SHIELD = 1177,\n\tBLACK_SQ_SHIELD = 1179,\n\tMITHRIL_SQ_SHIELD = 1181,\n\tADAMANT_SQ_SHIELD = 1183,\n\tRUNE_SQ_SHIELD = 1185,\n\tDRAGON_SQ_SHIELD = 1187,\n\tBRONZE_KITESHIELD = 1189,\n\tIRON_KITESHIELD = 1191,\n\tSTEEL_KITESHIELD = 1193,\n\tBLACK_KITESHIELD = 1195,\n\tMITHRIL_KITESHIELD = 1197,\n\tADAMANT_KITESHIELD = 1199,\n\tRUNE_KITESHIELD = 1201,\n\tIRON_DAGGER_UNPOISONED = 1203,\n\tBRONZE_DAGGER_UNPOISONED = 1205,\n\tSTEEL_DAGGER_UNPOISONED = 1207,\n\tMITHRIL_DAGGER_UNPOISONED = 1209,\n\tADAMANT_DAGGER_UNPOISONED = 1211,\n\tRUNE_DAGGER_UNPOISONED = 1213,\n\tDRAGON_DAGGER_UNPOISONED = 1215,\n\tBLACK_DAGGER_UNPOISONED = 1217,\n\tIRON_DAGGER_POISON = 1219,\n\tBRONZE_DAGGER_POISON = 1221,\n\tSTEEL_DAGGER_POISON = 1223,\n\tMITHRIL_DAGGER_POISON = 1225,\n\tADAMANT_DAGGER_POISON = 1227,\n\tRUNE_DAGGER_POISON = 1229,\n\tDRAGON_DAGGER_POISON = 1231,\n\tBLACK_DAGGER_POISON = 1233,\n\tBRONZE_SPEAR_UNPOISONED = 1237,\n\tIRON_SPEAR_UNPOISONED = 1239,\n\tSTEEL_SPEAR_UNPOISONED = 1241,\n\tMITHRIL_SPEAR_UNPOISONED = 1243,\n\tADAMANT_SPEAR_UNPOISONED = 1245,\n\tRUNE_SPEAR_UNPOISONED = 1247,\n\tDRAGON_SPEAR_UNPOISONED = 1249,\n\tBRONZE_SPEAR_POISON = 1251,\n\tIRON_SPEAR_POISON = 1253,\n\tSTEEL_SPEAR_POISON = 1255,\n\tMITHRIL_SPEAR_POISON = 1257,\n\tADAMANT_SPEAR_POISON = 1259,\n\tRUNE_SPEAR_POISON = 1261,\n\tDRAGON_SPEAR_POISON = 1263,\n\tBRONZE_PICKAXE = 1265,\n\tIRON_PICKAXE = 1267,\n\tSTEEL_PICKAXE = 1269,\n\tADAMANT_PICKAXE = 1271,\n\tMITHRIL_PICKAXE = 1273,\n\tRUNE_PICKAXE = 1275,\n\tBRONZE_SWORD = 1277,\n\tIRON_SWORD = 1279,\n\tSTEEL_SWORD = 1281,\n\tBLACK_SWORD = 1283,\n\tMITHRIL_SWORD = 1285,\n\tADAMANT_SWORD = 1287,\n\tRUNE_SWORD = 1289,\n\tBRONZE_LONGSWORD = 1291,\n\tIRON_LONGSWORD = 1293,\n\tSTEEL_LONGSWORD = 1295,\n\tBLACK_LONGSWORD = 1297,\n\tMITHRIL_LONGSWORD = 1299,\n\tADAMANT_LONGSWORD = 1301,\n\tRUNE_LONGSWORD = 1303,\n\tDRAGON_LONGSWORD = 1305,\n\tBRONZE_2H_SWORD = 1307,\n\tIRON_2H_SWORD = 1309,\n\tSTEEL_2H_SWORD = 1311,\n\tBLACK_2H_SWORD = 1313,\n\tMITHRIL_2H_SWORD = 1315,\n\tADAMANT_2H_SWORD = 1317,\n\tRUNE_2H_SWORD = 1319,\n\tBRONZE_SCIMITAR = 1321,\n\tIRON_SCIMITAR = 1323,\n\tSTEEL_SCIMITAR = 1325,\n\tBLACK_SCIMITAR = 1327,\n\tMITHRIL_SCIMITAR = 1329,\n\tADAMANT_SCIMITAR = 1331,\n\tRUNE_SCIMITAR = 1333,\n\tIRON_WARHAMMER = 1335,\n\tBRONZE_WARHAMMER = 1337,\n\tSTEEL_WARHAMMER = 1339,\n\tBLACK_WARHAMMER = 1341,\n\tMITHRIL_WARHAMMER = 1343,\n\tADAMANT_WARHAMMER = 1345,\n\tRUNE_WARHAMMER = 1347,\n\tIRON_AXE = 1349,\n\tBRONZE_AXE = 1351,\n\tSTEEL_AXE = 1353,\n\tMITHRIL_AXE = 1355,\n\tADAMANT_AXE = 1357,\n\tRUNE_AXE = 1359,\n\tBLACK_AXE = 1361,\n\tIRON_BATTLEAXE = 1363,\n\tSTEEL_BATTLEAXE = 1365,\n\tBLACK_BATTLEAXE = 1367,\n\tMITHRIL_BATTLEAXE = 1369,\n\tADAMANT_BATTLEAXE = 1371,\n\tRUNE_BATTLEAXE = 1373,\n\tBRONZE_BATTLEAXE = 1375,\n\tDRAGON_BATTLEAXE = 1377,\n\tSTAFF = 1379,\n\tSTAFF_OF_AIR = 1381,\n\tSTAFF_OF_WATER = 1383,\n\tSTAFF_OF_EARTH = 1385,\n\tSTAFF_OF_FIRE = 1387,\n\tMAGIC_STAFF = 1389,\n\tBATTLESTAFF = 1391,\n\tFIRE_BATTLESTAFF = 1393,\n\tWATER_BATTLESTAFF = 1395,\n\tAIR_BATTLESTAFF = 1397,\n\tEARTH_BATTLESTAFF = 1399,\n\tMYSTIC_FIRE_STAFF = 1401,\n\tMYSTIC_WATER_STAFF = 1403,\n\tMYSTIC_AIR_STAFF = 1405,\n\tMYSTIC_EARTH_STAFF = 1407,\n\tIBANS_STAFF_REGULAR = 1409,\n\tSCYTHE = 1419,\n\tIRON_MACE = 1420,\n\tBRONZE_MACE = 1422,\n\tSTEEL_MACE = 1424,\n\tBLACK_MACE = 1426,\n\tMITHRIL_MACE = 1428,\n\tADAMANT_MACE = 1430,\n\tRUNE_MACE = 1432,\n\tDRAGON_MACE = 1434,\n\tRUNE_ESSENCE = 1436,\n\tAIR_TALISMAN = 1438,\n\tEARTH_TALISMAN = 1440,\n\tFIRE_TALISMAN = 1442,\n\tWATER_TALISMAN = 1444,\n\tBODY_TALISMAN = 1446,\n\tMIND_TALISMAN = 1448,\n\tBLOOD_TALISMAN = 1450,\n\tCHAOS_TALISMAN = 1452,\n\tCOSMIC_TALISMAN = 1454,\n\tDEATH_TALISMAN = 1456,\n\tNATURE_TALISMAN = 1462,\n\tARCHERY_TICKET = 1464,\n\tRED_BEAD = 1470,\n\tYELLOW_BEAD = 1472,\n\tBLACK_BEAD = 1474,\n\tWHITE_BEAD = 1476,\n\tAMULET_OF_ACCURACY = 1478,\n\tKLANKS_GAUNTLETS = 1495,\n\tGAS_MASK = 1506,\n\tLOGS = 1511,\n\tMAGIC_LOGS = 1513,\n\tYEW_LOGS = 1515,\n\tMAPLE_LOGS = 1517,\n\tWILLOW_LOGS = 1519,\n\tOAK_LOGS = 1521,\n\tLOCKPICK = 1523,\n\tSTEEL_NAILS = 1539,\n\tANTIDRAGON_SHIELD = 1540,\n\tGARLIC = 1550,\n\tSEASONED_SARDINE = 1552,\n\tDOOGLE_LEAVES = 1573,\n\tCAT_TRAINING_MEDAL = 1575,\n\tICE_GLOVES = 1580,\n\tRING_MOULD = 1592,\n\tAMULET_MOULD = 1595,\n\tNECKLACE_MOULD = 1597,\n\tHOLY_MOULD = 1599,\n\tDIAMOND = 1601,\n\tRUBY = 1603,\n\tEMERALD = 1605,\n\tSAPPHIRE = 1607,\n\tOPAL = 1609,\n\tJADE = 1611,\n\tRED_TOPAZ = 1613,\n\tDRAGONSTONE = 1615,\n\tUNCUT_DIAMOND = 1617,\n\tUNCUT_RUBY = 1619,\n\tUNCUT_EMERALD = 1621,\n\tUNCUT_SAPPHIRE = 1623,\n\tUNCUT_OPAL = 1625,\n\tUNCUT_JADE = 1627,\n\tUNCUT_RED_TOPAZ = 1629,\n\tUNCUT_DRAGONSTONE = 1631,\n\tGOLD_RING = 1635,\n\tSAPPHIRE_RING = 1637,\n\tEMERALD_RING = 1639,\n\tRUBY_RING = 1641,\n\tDIAMOND_RING = 1643,\n\tDRAGONSTONE_RING = 1645,\n\tGOLD_NECKLACE = 1654,\n\tSAPPHIRE_NECKLACE = 1656,\n\tEMERALD_NECKLACE = 1658,\n\tRUBY_NECKLACE = 1660,\n\tDIAMOND_NECKLACE = 1662,\n\tDRAGON_NECKLACE = 1664,\n\tGOLD_AMULET_U = 1673,\n\tSAPPHIRE_AMULET_U = 1675,\n\tEMERALD_AMULET_U = 1677,\n\tRUBY_AMULET_U = 1679,\n\tDIAMOND_AMULET_U = 1681,\n\tDRAGONSTONE_AMULET_U = 1683,\n\tGOLD_AMULET = 1692,\n\tSAPPHIRE_AMULET = 1694,\n\tEMERALD_AMULET = 1696,\n\tRUBY_AMULET = 1698,\n\tDIAMOND_AMULET = 1700,\n\tDRAGONSTONE_AMULET = 1702,\n\tAMULET_OF_GLORY_UNCHARGED = 1704,\n\tAMULET_OF_GLORY_1 = 1706,\n\tAMULET_OF_GLORY_2 = 1708,\n\tAMULET_OF_GLORY_3 = 1710,\n\tAMULET_OF_GLORY_4 = 1712,\n\tUNSTRUNG_SYMBOL = 1714,\n\tUNBLESSED_SYMBOL = 1716,\n\tHOLY_SYMBOL = 1718,\n\tUNSTRUNG_EMBLEM = 1720,\n\tUNPOWERED_SYMBOL = 1722,\n\tUNHOLY_SYMBOL = 1724,\n\tAMULET_OF_STRENGTH = 1725,\n\tAMULET_OF_MAGIC = 1727,\n\tAMULET_OF_DEFENCE = 1729,\n\tAMULET_OF_POWER = 1731,\n\tNEEDLE = 1733,\n\tTHREAD = 1734,\n\tSHEARS = 1735,\n\tWOOL = 1737,\n\tCOWHIDE = 1739,\n\tLEATHER = 1741,\n\tHARD_LEATHER = 1743,\n\tGREEN_DRAGON_LEATHER = 1745,\n\tBLACK_DRAGONHIDE = 1747,\n\tRED_DRAGONHIDE = 1749,\n\tBLUE_DRAGONHIDE = 1751,\n\tGREEN_DRAGONHIDE = 1753,\n\tCHISEL = 1755,\n\tBROWN_APRON = 1757,\n\tBALL_OF_WOOL = 1759,\n\tSOFT_CLAY = 1761,\n\tRED_DYE = 1763,\n\tYELLOW_DYE = 1765,\n\tBLUE_DYE = 1767,\n\tORANGE_DYE = 1769,\n\tGREEN_DYE = 1771,\n\tPURPLE_DYE = 1773,\n\tMOLTEN_GLASS = 1775,\n\tBOW_STRING = 1777,\n\tFLAX = 1779,\n\tSODA_ASH = 1781,\n\tBUCKET_OF_SAND = 1783,\n\tGLASSBLOWING_PIPE = 1785,\n\tUNFIRED_POT = 1787,\n\tUNFIRED_PIE_DISH = 1789,\n\tUNFIRED_BOWL = 1791,\n\tWOAD_LEAF = 1793,\n\tBRONZE_WIRE = 1794,\n\tSILVER_NECKLACE_NORMAL = 1796,\n\tSILVER_NECKLACE_DUSTED = 1797,\n\tWATERSKIN_4 = 1823,\n\tWATERSKIN_0 = 1831,\n\tDESERT_SHIRT = 1833,\n\tDESERT_ROBE = 1835,\n\tDESERT_BOOTS = 1837,\n\tSLAVE_SHIRT = 1844,\n\tSLAVE_ROBE = 1845,\n\tSLAVE_BOOTS = 1846,\n\tSHANTAY_PASS_ITEM = 1854,\n\tRAW_UGTHANKI_MEAT = 1859,\n\tUGTHANKI_MEAT = 1861,\n\tPITTA_BREAD = 1865,\n\tCHOPPED_TOMATO = 1869,\n\tCHOPPED_ONION = 1871,\n\tCHOPPED_UGTHANKI = 1873,\n\tONION_TOMATO = 1875,\n\tUGTHANKI_ONION = 1877,\n\tUGTHANKI_TOMATO = 1879,\n\tKEBAB_MIX = 1881,\n\tUGTHANKI_KEBAB = 1885,\n\tCAKE_TIN = 1887,\n\tCAKE_FULL = 1891,\n\tCHOCOLATE_CAKE_FULL = 1897,\n\tASGARNIAN_ALE = 1905,\n\tWIZARDS_MIND_BOMB = 1907,\n\tGREENMANS_ALE = 1909,\n\tDRAGON_BITTER = 1911,\n\tDWARVEN_STOUT = 1913,\n\tGROG = 1915,\n\tBEER = 1917,\n\tBEER_GLASS = 1919,\n\tBOWL_OF_WATER = 1921,\n\tBOWL = 1923,\n\tBUCKET = 1925,\n\tBUCKET_OF_MILK = 1927,\n\tBUCKET_OF_WATER = 1929,\n\tPOT = 1931,\n\tPOT_OF_FLOUR = 1933,\n\tJUG = 1935,\n\tJUG_OF_WATER = 1937,\n\tSWAMP_TAR = 1939,\n\tSWAMP_PASTE = 1941,\n\tPOTATO = 1942,\n\tEGG = 1944,\n\tGRAIN = 1947,\n\tCHEFS_HAT = 1949,\n\tREDBERRIES = 1951,\n\tPASTRY_DOUGH = 1953,\n\tCOOKING_APPLE = 1955,\n\tONION = 1957,\n\tPUMPKIN = 1959,\n\tEASTER_EGG = 1961,\n\tBANANA = 1963,\n\tCABBAGE = 1965,\n\tSPINACH_ROLL = 1969,\n\tKEBAB = 1971,\n\tCHOCOLATE_BAR = 1973,\n\tCHOCOLATE_DUST = 1975,\n\tCUP_OF_TEA = 1978,\n\tEMPTY_CUP = 1980,\n\tTOMATO = 1982,\n\tCHEESE = 1985,\n\tGRAPES = 1987,\n\tHALF_FULL_WINE_JUG = 1989,\n\tJUG_OF_WINE = 1993,\n\tSTEW = 2003,\n\tSPICE = 2007,\n\tCURRY = 2011,\n\tVODKA = 2015,\n\tWHISKY = 2017,\n\tGIN = 2019,\n\tBRANDY = 2021,\n\tCOCKTAIL_GUIDE = 2023,\n\tCOCKTAIL_SHAKER = 2025,\n\tCOCKTAIL_GLASS = 2026,\n\tPREMADE_BLURB_SP = 2028,\n\tPREMADE_CHOC_SDY = 2030,\n\tPREMADE_DR_DRAGON = 2032,\n\tPREMADE_FR_BLAST = 2034,\n\tPREMADE_P_PUNCH = 2036,\n\tPREMADE_SGG = 2038,\n\tPREMADE_WIZ_BLZD = 2040,\n\tPINEAPPLE_PUNCH = 2048,\n\tWIZARD_BLIZZARD = 2054,\n\tBLURBERRY_SPECIAL = 2064,\n\tCHOC_SATURDAY = 2074,\n\tSHORT_GREEN_GUY = 2080,\n\tFRUIT_BLAST = 2084,\n\tDRUNK_DRAGON = 2092,\n\tLEMON = 2102,\n\tLEMON_CHUNKS = 2104,\n\tLEMON_SLICES = 2106,\n\tORANGE = 2108,\n\tORANGE_CHUNKS = 2110,\n\tORANGE_SLICES = 2112,\n\tPINEAPPLE = 2114,\n\tPINEAPPLE_CHUNKS = 2116,\n\tPINEAPPLE_RING = 2118,\n\tLIME = 2120,\n\tLIME_CHUNKS = 2122,\n\tLIME_SLICES = 2124,\n\tDWELLBERRIES = 2126,\n\tEQUA_LEAVES = 2128,\n\tPOT_OF_CREAM = 2130,\n\tRAW_BEEF = 2132,\n\tRAW_RAT_MEAT = 2134,\n\tRAW_BEAR_MEAT = 2136,\n\tRAW_CHICKEN = 2138,\n\tCOOKED_CHICKEN = 2140,\n\tCOOKED_MEAT = 2142,\n\tSWAMP_TOAD_ITEM = 2150,\n\tTOADS_LEGS = 2152,\n\tKING_WORM = 2162,\n\tBATTA_TIN = 2164,\n\tCRUNCHY_TRAY = 2165,\n\tGNOMEBOWL_MOULD = 2166,\n\tGIANNES_COOK_BOOK = 2167,\n\tGNOME_SPICE = 2169,\n\tGIANNE_DOUGH = 2171,\n\tCHOCOLATE_BOMB = 2185,\n\tTANGLED_TOADS_LEGS = 2187,\n\tWORM_HOLE = 2191,\n\tVEG_BALL = 2195,\n\tWORM_CRUNCHIES = 2205,\n\tCHOCCHIP_CRUNCHIES = 2209,\n\tSPICY_CRUNCHIES = 2213,\n\tTOAD_CRUNCHIES = 2217,\n\tPREMADE_WM_BATTA = 2219,\n\tPREMADE_TD_BATTA = 2221,\n\tPREMADE_FRT_BATTA = 2225,\n\tPREMADE_VEG_BATTA = 2227,\n\tPREMADE_CHOC_BOMB = 2229,\n\tPREMADE_TTL = 2231,\n\tPREMADE_WORM_HOLE = 2233,\n\tPREMADE_VEG_BALL = 2235,\n\tPREMADE_WM_CRUN = 2237,\n\tPREMADE_CH_CRUNCH = 2239,\n\tPREMADE_SY_CRUNCH = 2241,\n\tPREMADE_TD_CRUNCH = 2243,\n\tWORM_BATTA = 2253,\n\tTOAD_BATTA = 2255,\n\tFRUIT_BATTA = 2277,\n\tVEGETABLE_BATTA = 2281,\n\tPIZZA_BASE = 2283,\n\tPLAIN_PIZZA_FULL = 2289,\n\tMEAT_PIZZA_FULL = 2293,\n\tANCHOVY_PIZZA_FULL = 2297,\n\tPINEAPPLE_PIZZA_FULL = 2301,\n\tBREAD_DOUGH = 2307,\n\tBREAD = 2309,\n\tPIE_DISH = 2313,\n\tPIE_SHELL = 2315,\n\tUNCOOKED_APPLE_PIE = 2317,\n\tUNCOOKED_MEAT_PIE = 2319,\n\tUNCOOKED_BERRY_PIE = 2321,\n\tAPPLE_PIE_FULL = 2323,\n\tREDBERRY_PIE_FULL = 2325,\n\tMEAT_PIE_FULL = 2327,\n\tRAW_OOMLIE = 2337,\n\tWRAPPED_OOMLIE = 2341,\n\tCOOKED_OOMLIE_WRAP = 2343,\n\tHAMMER = 2347,\n\tBRONZE_BAR = 2349,\n\tIRON_BAR = 2351,\n\tSTEEL_BAR = 2353,\n\tSILVER_BAR = 2355,\n\tGOLD_BAR = 2357,\n\tMITHRIL_BAR = 2359,\n\tADAMANTITE_BAR = 2361,\n\tRUNITE_BAR = 2363,\n\tSHIELD_LEFT_HALF = 2366,\n\tSHIELD_RIGHT_HALF = 2368,\n\tSTEEL_STUDS = 2370,\n\tSILVERLIGHT_NORMAL = 2402,\n\tCARNILLEAN_ARMOUR = 2405,\n\tHAZEELS_MARK = 2406,\n\tSARADOMIN_CAPE = 2412,\n\tGUTHIX_CAPE = 2413,\n\tZAMORAK_CAPE = 2414,\n\tSARADOMIN_STAFF = 2415,\n\tGUTHIX_STAFF = 2416,\n\tZAMORAK_STAFF = 2417,\n\tATTACK_POTION_4_DOSE = 2428,\n\tRESTORE_POTION_4_DOSE = 2430,\n\tDEFENCE_POTION_4_DOSE = 2432,\n\tPRAYER_POTION_4_DOSE = 2434,\n\tSUPER_ATTACK_4_DOSE = 2436,\n\tFISHING_POTION_4_DOSE = 2438,\n\tSUPER_STRENGTH_4_DOSE = 2440,\n\tSUPER_DEFENCE_4_DOSE = 2442,\n\tRANGING_POTION_4_DOSE = 2444,\n\tANTIPOISON_4_DOSE = 2446,\n\tSUPERANTIPOISON_4_DOSE = 2448,\n\tZAMORAK_BREW_4_DOSE = 2450,\n\tANTIFIRE_POTION_4_DOSE = 2452,\n\tANTIFIRE_POTION_3_DOSE = 2454,\n\tANTIFIRE_POTION_2_DOSE = 2456,\n\tANTIFIRE_POTION_1_DOSE = 2458,\n\tASSORTED_FLOWERS = 2460,\n\tRED_FLOWERS = 2462,\n\tBLUE_FLOWERS = 2464,\n\tYELLOW_FLOWERS = 2466,\n\tPURPLE_FLOWERS = 2468,\n\tORANGE_FLOWERS = 2470,\n\tMIXED_FLOWERS = 2472,\n\tWHITE_FLOWERS = 2474,\n\tBLACK_FLOWERS = 2476,\n\tLANTADYME = 2481,\n\tLANTADYME_POTION_UNF = 2483,\n\tGRIMY_LANTADYME = 2485,\n\tBLUE_DHIDE_VAMBRACES = 2487,\n\tRED_DHIDE_VAMBRACES = 2489,\n\tBLACK_DHIDE_VAMBRACES = 2491,\n\tBLUE_DHIDE_CHAPS = 2493,\n\tRED_DHIDE_CHAPS = 2495,\n\tBLACK_DHIDE_CHAPS = 2497,\n\tBLUE_DHIDE_BODY = 2499,\n\tRED_DHIDE_BODY = 2501,\n\tBLACK_DHIDE_BODY = 2503,\n\tBLUE_DRAGON_LEATHER = 2505,\n\tRED_DRAGON_LEATHER = 2507,\n\tBLACK_DRAGON_LEATHER = 2509,\n\tBROWN_TOY_HORSEY = 2520,\n\tWHITE_TOY_HORSEY = 2522,\n\tBLACK_TOY_HORSEY = 2524,\n\tGREY_TOY_HORSEY = 2526,\n\tIRON_FIRE_ARROW_UNLIT = 2532,\n\tIRON_FIRE_ARROW_LIT = 2533,\n\tSTEEL_FIRE_ARROW_UNLIT = 2534,\n\tSTEEL_FIRE_ARROW_LIT = 2535,\n\tMITHRIL_FIRE_ARROW_UNLIT = 2536,\n\tMITHRIL_FIRE_ARROW_LIT = 2537,\n\tADAMANT_FIRE_ARROW_UNLIT = 2538,\n\tADAMANT_FIRE_ARROW_LIT = 2539,\n\tRUNE_FIRE_ARROW_UNLIT = 2540,\n\tRUNE_FIRE_ARROW_LIT = 2541,\n\tRING_OF_RECOIL = 2550,\n\tRING_OF_DUELING_8 = 2552,\n\tRING_OF_DUELING_7 = 2554,\n\tRING_OF_DUELING_6 = 2556,\n\tRING_OF_DUELING_5 = 2558,\n\tRING_OF_DUELING_4 = 2560,\n\tRING_OF_DUELING_3 = 2562,\n\tRING_OF_DUELING_2 = 2564,\n\tRING_OF_DUELING_1 = 2566,\n\tRING_OF_FORGING = 2568,\n\tRING_OF_LIFE = 2570,\n\tRING_OF_WEALTH_UNCHARGED = 2572,\n\tRANGER_BOOTS = 2577,\n\tWIZARD_BOOTS = 2579,\n\tROBIN_HOOD_HAT = 2581,\n\tBLACK_PLATEBODY_T = 2583,\n\tBLACK_PLATELEGS_T = 2585,\n\tBLACK_FULL_HELM_T = 2587,\n\tBLACK_KITESHIELD_T = 2589,\n\tBLACK_PLATEBODY_G = 2591,\n\tBLACK_PLATELEGS_G = 2593,\n\tBLACK_FULL_HELM_G = 2595,\n\tBLACK_KITESHIELD_G = 2597,\n\tADAMANT_PLATEBODY_T = 2599,\n\tADAMANT_PLATELEGS_T = 2601,\n\tADAMANT_KITESHIELD_T = 2603,\n\tADAMANT_FULL_HELM_T = 2605,\n\tADAMANT_PLATEBODY_G = 2607,\n\tADAMANT_PLATELEGS_G = 2609,\n\tADAMANT_KITESHIELD_G = 2611,\n\tADAMANT_FULL_HELM_G = 2613,\n\tRUNE_PLATEBODY_G = 2615,\n\tRUNE_PLATELEGS_G = 2617,\n\tRUNE_FULL_HELM_G = 2619,\n\tRUNE_KITESHIELD_G = 2621,\n\tRUNE_PLATEBODY_T = 2623,\n\tRUNE_PLATELEGS_T = 2625,\n\tRUNE_FULL_HELM_T = 2627,\n\tRUNE_KITESHIELD_T = 2629,\n\tHIGHWAYMAN_MASK = 2631,\n\tBLUE_BERET = 2633,\n\tBLACK_BERET = 2635,\n\tWHITE_BERET = 2637,\n\tTAN_CAVALIER = 2639,\n\tDARK_CAVALIER = 2641,\n\tBLACK_CAVALIER = 2643,\n\tRED_HEADBAND = 2645,\n\tBLACK_HEADBAND = 2647,\n\tBROWN_HEADBAND = 2649,\n\tPIRATES_HAT = 2651,\n\tZAMORAK_PLATEBODY = 2653,\n\tZAMORAK_PLATELEGS = 2655,\n\tZAMORAK_FULL_HELM = 2657,\n\tZAMORAK_KITESHIELD = 2659,\n\tSARADOMIN_PLATEBODY = 2661,\n\tSARADOMIN_PLATELEGS = 2663,\n\tSARADOMIN_FULL_HELM = 2665,\n\tSARADOMIN_KITESHIELD = 2667,\n\tGUTHIX_PLATEBODY = 2669,\n\tGUTHIX_PLATELEGS = 2671,\n\tGUTHIX_FULL_HELM = 2673,\n\tGUTHIX_KITESHIELD = 2675,\n\tWOLF_BONES = 2859,\n\tWOLFBONE_ARROWTIPS = 2861,\n\tACHEY_TREE_LOGS = 2862,\n\tOGRE_ARROW_SHAFT = 2864,\n\tFLIGHTED_OGRE_ARROW = 2865,\n\tOGRE_ARROW = 2866,\n\tRAW_CHOMPY = 2876,\n\tCOOKED_CHOMPY = 2878,\n\tOGRE_BOW = 2883,\n\tELEMENTAL_SHIELD = 2890,\n\tGREY_BOOTS = 2894,\n\tGREY_ROBE_TOP = 2896,\n\tGREY_ROBE_BOTTOMS = 2898,\n\tGREY_HAT = 2900,\n\tGREY_GLOVES = 2902,\n\tRED_BOOTS = 2904,\n\tRED_ROBE_TOP = 2906,\n\tRED_ROBE_BOTTOMS = 2908,\n\tRED_HAT = 2910,\n\tRED_GLOVES = 2912,\n\tYELLOW_BOOTS = 2914,\n\tYELLOW_ROBE_TOP = 2916,\n\tYELLOW_ROBE_BOTTOMS = 2918,\n\tYELLOW_HAT = 2920,\n\tYELLOW_GLOVES = 2922,\n\tTEAL_BOOTS = 2924,\n\tTEAL_ROBE_TOP = 2926,\n\tTEAL_ROBE_BOTTOMS = 2928,\n\tTEAL_HAT = 2930,\n\tTEAL_GLOVES = 2932,\n\tPURPLE_BOOTS = 2934,\n\tPURPLE_ROBE_TOP = 2936,\n\tPURPLE_ROBE_BOTTOMS = 2938,\n\tPURPLE_HAT = 2940,\n\tPURPLE_GLOVES = 2942,\n\tWOLFBANE = 2952,\n\tMOONLIGHT_MEAD = 2955,\n\tSILVER_SICKLE = 2961,\n\tSILVER_SICKLE_B = 2963,\n\tMORT_MYRE_FUNGUS = 2970,\n\tMORT_MYRE_STEM = 2972,\n\tMORT_MYRE_PEAR = 2974,\n\tSICKLE_MOULD = 2976,\n\tCHOMPY_BIRD_HAT_OGRE_BOWMAN = 2978,\n\tCHOMPY_BIRD_HAT_BOWMAN = 2979,\n\tCHOMPY_BIRD_HAT_OGRE_YEOMAN = 2980,\n\tCHOMPY_BIRD_HAT_YEOMAN = 2981,\n\tCHOMPY_BIRD_HAT_OGRE_MARKSMAN = 2982,\n\tCHOMPY_BIRD_HAT_MARKSMAN = 2983,\n\tCHOMPY_BIRD_HAT_OGRE_WOODSMAN = 2984,\n\tCHOMPY_BIRD_HAT_WOODSMAN = 2985,\n\tCHOMPY_BIRD_HAT_OGRE_FORESTER = 2986,\n\tCHOMPY_BIRD_HAT_FORESTER = 2987,\n\tCHOMPY_BIRD_HAT_OGRE_BOWMASTER = 2988,\n\tCHOMPY_BIRD_HAT_BOWMASTER = 2989,\n\tCHOMPY_BIRD_HAT_OGRE_EXPERT = 2990,\n\tCHOMPY_BIRD_HAT_EXPERT = 2991,\n\tCHOMPY_BIRD_HAT_OGRE_DRAGON_ARCHER = 2992,\n\tCHOMPY_BIRD_HAT_DRAGON_ARCHER = 2993,\n\tCHOMPY_BIRD_HAT_EXPERT_OGRE_DRAGON_ARCHER = 2994,\n\tCHOMPY_BIRD_HAT_EXPERT_DRAGON_ARCHER = 2995,\n\tPIRATES_HOOK = 2997,\n\tTOADFLAX = 2998,\n\tSNAPDRAGON = 3000,\n\tTOADFLAX_POTION_UNF = 3002,\n\tSNAPDRAGON_POTION_UNF = 3004,\n\tENERGY_POTION_4_DOSE = 3008,\n\tENERGY_POTION_3_DOSE = 3010,\n\tENERGY_POTION_2_DOSE = 3012,\n\tENERGY_POTION_1_DOSE = 3014,\n\tSUPER_ENERGY_4_DOSE = 3016,\n\tSUPER_ENERGY_3_DOSE = 3018,\n\tSUPER_ENERGY_2_DOSE = 3020,\n\tSUPER_ENERGY_1_DOSE = 3022,\n\tSUPER_RESTORE_4_DOSE = 3024,\n\tSUPER_RESTORE_3_DOSE = 3026,\n\tSUPER_RESTORE_2_DOSE = 3028,\n\tSUPER_RESTORE_1_DOSE = 3030,\n\tAGILITY_POTION_4_DOSE = 3032,\n\tAGILITY_POTION_3_DOSE = 3034,\n\tAGILITY_POTION_2_DOSE = 3036,\n\tAGILITY_POTION_1_DOSE = 3038,\n\tMAGIC_POTION_4_DOSE = 3040,\n\tMAGIC_POTION_3_DOSE = 3042,\n\tMAGIC_POTION_2_DOSE = 3044,\n\tMAGIC_POTION_1_DOSE = 3046,\n\tGRIMY_TOADFLAX = 3049,\n\tGRIMY_SNAPDRAGON = 3051,\n\tLAVA_BATTLESTAFF = 3053,\n\tMYSTIC_LAVA_STAFF = 3054,\n\tMIME_MASK = 3057,\n\tMIME_TOP = 3058,\n\tMIME_LEGS = 3059,\n\tMIME_GLOVES = 3060,\n\tMIME_BOOTS = 3061,\n\tBLACK_DART_UNPOISONED = 3093,\n\tBLACK_DART_POISON = 3094,\n\tBRONZE_CLAWS = 3095,\n\tIRON_CLAWS = 3096,\n\tSTEEL_CLAWS = 3097,\n\tBLACK_CLAWS = 3098,\n\tMITHRIL_CLAWS = 3099,\n\tADAMANT_CLAWS = 3100,\n\tRUNE_CLAWS = 3101,\n\tCLIMBING_BOOTS = 3105,\n\tSPIKED_BOOTS = 3107,\n\tGRANITE_SHIELD = 3122,\n\tSHAIKAHAN_BONES = 3123,\n\tJOGRE_BONES = 3125,\n\tPOTATO_CACTUS = 3138,\n\tDRAGON_CHAINBODY = 3140,\n\tRAW_KARAMBWAN = 3142,\n\tCOOKED_KARAMBWAN = 3144,\n\tKARAMBWAN_VESSEL_EMPTY = 3157,\n\tKARAMBWAN_VESSEL_BAITED = 3159,\n\tSLICED_BANANA = 3162,\n\tBRONZE_SPEAR_KARAMBWAN_POISON = 3170,\n\tIRON_SPEAR_KARAMBWAN_POISON = 3171,\n\tSTEEL_SPEAR_KARAMBWAN_POISON = 3172,\n\tMITHRIL_SPEAR_KARAMBWAN_POISON = 3173,\n\tADAMANT_SPEAR_KARAMBWAN_POISON = 3174,\n\tRUNE_SPEAR_KARAMBWAN_POISON = 3175,\n\tDRAGON_SPEAR_KARAMBWAN_POISON = 3176,\n\tMONKEY_BONES = 3183,\n\tCLEANING_CLOTH = 3188,\n\tBRONZE_HALBERD = 3190,\n\tIRON_HALBERD = 3192,\n\tSTEEL_HALBERD = 3194,\n\tBLACK_HALBERD = 3196,\n\tMITHRIL_HALBERD = 3198,\n\tADAMANT_HALBERD = 3200,\n\tRUNE_HALBERD = 3202,\n\tDRAGON_HALBERD = 3204,\n\tCRYSTAL_PENDANT = 3208,\n\tLIMESTONE = 3211,\n\tBARREL = 3216,\n\tRAW_RABBIT = 3226,\n\tCOOKED_RABBIT = 3228,\n\tBARK = 3239,\n\tVAMPYRE_DUST = 3325,\n\tMYRE_SNELM_ROUND = 3327,\n\tBLOODNTAR_SNELM_ROUND = 3329,\n\tOCHRE_SNELM_ROUND = 3331,\n\tBRUISE_BLUE_SNELM_ROUND = 3333,\n\tBROKEN_BARK_SNELM = 3335,\n\tMYRE_SNELM_POINTED = 3337,\n\tBLOODNTAR_SNELM_POINTED = 3339,\n\tOCHRE_SNELM_POINTED = 3341,\n\tBRUISE_BLUE_SNELM_POINTED = 3343,\n\tBLAMISH_MYRE_SHELL_ROUND = 3345,\n\tBLAMISH_RED_SHELL_ROUND = 3347,\n\tBLAMISH_OCHRE_SHELL_ROUND = 3349,\n\tBLAMISH_BLUE_SHELL_ROUND = 3351,\n\tBLAMISH_BARK_SHELL = 3353,\n\tBLAMISH_MYRE_SHELL_POINTED = 3355,\n\tBLAMISH_RED_SHELL_POINTED = 3357,\n\tBLAMISH_OCHRE_SHELL_POINTED = 3359,\n\tBLAMISH_BLUE_SHELL_POINTED = 3361,\n\tTHIN_SNAIL = 3363,\n\tLEAN_SNAIL = 3365,\n\tFAT_SNAIL = 3367,\n\tTHIN_SNAIL_MEAT = 3369,\n\tLEAN_SNAIL_MEAT = 3371,\n\tFAT_SNAIL_MEAT = 3373,\n\tRAW_SLIMY_EEL = 3379,\n\tCOOKED_SLIMY_EEL = 3381,\n\tSPLITBARK_HELM = 3385,\n\tSPLITBARK_BODY = 3387,\n\tSPLITBARK_LEGS = 3389,\n\tSPLITBARK_GAUNTLETS = 3391,\n\tSPLITBARK_BOOTS = 3393,\n\tLOAR_REMAINS = 3396,\n\tPHRIN_REMAINS = 3398,\n\tRIYL_REMAINS = 3400,\n\tASYN_REMAINS = 3402,\n\tFIYR_REMAINS = 3404,\n\tUNFINISHED_POTION = 3406,\n\tSERUM_207_4_DOSE = 3408,\n\tSERUM_207_3_DOSE = 3410,\n\tSERUM_207_2_DOSE = 3412,\n\tSERUM_207_1_DOSE = 3414,\n\tLIMESTONE_BRICK = 3420,\n\tOLIVE_OIL_4_DOSE = 3422,\n\tOLIVE_OIL_3_DOSE = 3424,\n\tOLIVE_OIL_2_DOSE = 3426,\n\tOLIVE_OIL_1_DOSE = 3428,\n\tSACRED_OIL_4_DOSE = 3430,\n\tSACRED_OIL_3_DOSE = 3432,\n\tSACRED_OIL_2_DOSE = 3434,\n\tSACRED_OIL_1_DOSE = 3436,\n\tPYRE_LOGS = 3438,\n\tOAK_PYRE_LOGS = 3440,\n\tWILLOW_PYRE_LOGS = 3442,\n\tMAPLE_PYRE_LOGS = 3444,\n\tYEW_PYRE_LOGS = 3446,\n\tMAGIC_PYRE_LOGS = 3448,\n\tFINE_CLOTH = 3470,\n\tBLACK_PLATESKIRT_T = 3472,\n\tBLACK_PLATESKIRT_G = 3473,\n\tADAMANT_PLATESKIRT_T = 3474,\n\tADAMANT_PLATESKIRT_G = 3475,\n\tRUNE_PLATESKIRT_G = 3476,\n\tRUNE_PLATESKIRT_T = 3477,\n\tZAMORAK_PLATESKIRT = 3478,\n\tSARADOMIN_PLATESKIRT = 3479,\n\tGUTHIX_PLATESKIRT = 3480,\n\tGILDED_PLATEBODY = 3481,\n\tGILDED_PLATELEGS = 3483,\n\tGILDED_PLATESKIRT = 3485,\n\tGILDED_FULL_HELM = 3486,\n\tGILDED_KITESHIELD = 3488,\n\tFLAMTAER_HAMMER = 3678,\n\tLYRE = 3689,\n\tENCHANTED_LYRE_1 = 3691,\n\tPET_ROCK = 3695,\n\tFREMENNIK_HELM = 3748,\n\tARCHER_HELM = 3749,\n\tBERSERKER_HELM = 3751,\n\tWARRIOR_HELM = 3753,\n\tFARSEER_HELM = 3755,\n\tFREMENNIK_BLADE = 3757,\n\tFREMENNIK_SHIELD = 3758,\n\tFREMENNIK_CYAN_CLOAK = 3759,\n\tFREMENNIK_BROWN_CLOAK = 3761,\n\tFREMENNIK_BLUE_CLOAK = 3763,\n\tFREMENNIK_GREEN_CLOAK = 3765,\n\tFREMENNIK_BROWN_SHIRT = 3767,\n\tFREMENNIK_GREY_SHIRT = 3769,\n\tFREMENNIK_BEIGE_SHIRT = 3771,\n\tFREMENNIK_RED_SHIRT = 3773,\n\tFREMENNIK_BLUE_SHIRT = 3775,\n\tFREMENNIK_RED_CLOAK = 3777,\n\tFREMENNIK_GREY_CLOAK = 3779,\n\tFREMENNIK_YELLOW_CLOAK = 3781,\n\tFREMENNIK_TEAL_CLOAK = 3783,\n\tFREMENNIK_PURPLE_CLOAK = 3785,\n\tFREMENNIK_PINK_CLOAK = 3787,\n\tFREMENNIK_BLACK_CLOAK = 3789,\n\tFREMENNIK_BOOTS = 3791,\n\tFREMENNIK_ROBE = 3793,\n\tFREMENNIK_SKIRT = 3795,\n\tFREMENNIK_HAT = 3797,\n\tFREMENNIK_GLOVES = 3799,\n\tKEG_OF_BEER = 3801,\n\tBEER_TANKARD = 3803,\n\tSARADOMIN_PAGE_1 = 3827,\n\tSARADOMIN_PAGE_2 = 3828,\n\tSARADOMIN_PAGE_3 = 3829,\n\tSARADOMIN_PAGE_4 = 3830,\n\tZAMORAK_PAGE_1 = 3831,\n\tZAMORAK_PAGE_2 = 3832,\n\tZAMORAK_PAGE_3 = 3833,\n\tZAMORAK_PAGE_4 = 3834,\n\tGUTHIX_PAGE_1 = 3835,\n\tGUTHIX_PAGE_2 = 3836,\n\tGUTHIX_PAGE_3 = 3837,\n\tGUTHIX_PAGE_4 = 3838,\n\tDAMAGED_BOOK_SARADOMIN = 3839,\n\tHOLY_BOOK = 3840,\n\tDAMAGED_BOOK_ZAMORAK = 3841,\n\tUNHOLY_BOOK = 3842,\n\tDAMAGED_BOOK_GUTHIX = 3843,\n\tBOOK_OF_BALANCE = 3844,\n\tGAMES_NECKLACE_8 = 3853,\n\tGAMES_NECKLACE_7 = 3855,\n\tGAMES_NECKLACE_6 = 3857,\n\tGAMES_NECKLACE_5 = 3859,\n\tGAMES_NECKLACE_4 = 3861,\n\tGAMES_NECKLACE_3 = 3863,\n\tGAMES_NECKLACE_2 = 3865,\n\tGAMES_NECKLACE_1 = 3867,\n\tIRON_SICKLE = 3899,\n\tMONKEY_NUTS = 4012,\n\tMONKEY_BAR = 4014,\n\tBANANA_STEW = 4016,\n\tMSPEAK_AMULET = 4021,\n\tSARADOMIN_BANNER_MINIGAME = 4037,\n\tZAMORAK_BANNER_MINIGAME = 4039,\n\tHOODED_CLOAK_SARADOMIN = 4041,\n\tHOODED_CLOAK_ZAMORAK = 4042,\n\tDECORATIVE_SWORD_RED = 4068,\n\tDECORATIVE_ARMOUR_RED_PLATEBODY = 4069,\n\tDECORATIVE_ARMOUR_RED_PLATELEGS = 4070,\n\tDECORATIVE_HELM_RED = 4071,\n\tDECORATIVE_SHIELD_RED = 4072,\n\tSALVE_AMULET = 4081,\n\tTROLLWEISS = 4086,\n\tDRAGON_PLATELEGS = 4087,\n\tMYSTIC_HAT = 4089,\n\tMYSTIC_ROBE_TOP = 4091,\n\tMYSTIC_ROBE_BOTTOM = 4093,\n\tMYSTIC_GLOVES = 4095,\n\tMYSTIC_BOOTS = 4097,\n\tMYSTIC_HAT_DARK = 4099,\n\tMYSTIC_ROBE_TOP_DARK = 4101,\n\tMYSTIC_ROBE_BOTTOM_DARK = 4103,\n\tMYSTIC_GLOVES_DARK = 4105,\n\tMYSTIC_BOOTS_DARK = 4107,\n\tMYSTIC_HAT_LIGHT = 4109,\n\tMYSTIC_ROBE_TOP_LIGHT = 4111,\n\tMYSTIC_ROBE_BOTTOM_LIGHT = 4113,\n\tMYSTIC_GLOVES_LIGHT = 4115,\n\tMYSTIC_BOOTS_LIGHT = 4117,\n\tBRONZE_BOOTS = 4119,\n\tIRON_BOOTS = 4121,\n\tSTEEL_BOOTS = 4123,\n\tBLACK_BOOTS = 4125,\n\tMITHRIL_BOOTS = 4127,\n\tADAMANT_BOOTS = 4129,\n\tRUNE_BOOTS = 4131,\n\tABYSSAL_WHIP = 4151,\n\tGRANITE_MAUL_NORMAL = 4153,\n\tMIRROR_SHIELD = 4156,\n\tLEAFBLADED_SPEAR = 4158,\n\tBROAD_ARROWS = 4160,\n\tBAG_OF_SALT = 4161,\n\tROCK_HAMMER = 4162,\n\tFACEMASK = 4164,\n\tEARMUFFS = 4166,\n\tNOSE_PEG = 4168,\n\tSLAYERS_STAFF = 4170,\n\tRING_OF_CHAROS_NORMAL = 4202,\n\tCRYSTAL_WEAPON_SEED = 4207,\n\tCRYSTAL_BOW_HISTORICAL_NEW = 4212,\n\tCRYSTAL_BOW_HISTORICAL_FULL = 4214,\n\tCRYSTAL_BOW_HISTORICAL_910 = 4215,\n\tCRYSTAL_BOW_HISTORICAL_810 = 4216,\n\tCRYSTAL_BOW_HISTORICAL_710 = 4217,\n\tCRYSTAL_BOW_HISTORICAL_610 = 4218,\n\tCRYSTAL_BOW_HISTORICAL_510 = 4219,\n\tCRYSTAL_BOW_HISTORICAL_410 = 4220,\n\tCRYSTAL_BOW_HISTORICAL_310 = 4221,\n\tCRYSTAL_BOW_HISTORICAL_210 = 4222,\n\tCRYSTAL_BOW_HISTORICAL_110 = 4223,\n\tCRYSTAL_SHIELD_HISTORICAL_NEW = 4224,\n\tCRYSTAL_SHIELD_HISTORICAL_FULL = 4225,\n\tCRYSTAL_SHIELD_HISTORICAL_910 = 4226,\n\tCRYSTAL_SHIELD_HISTORICAL_810 = 4227,\n\tCRYSTAL_SHIELD_HISTORICAL_710 = 4228,\n\tCRYSTAL_SHIELD_HISTORICAL_610 = 4229,\n\tCRYSTAL_SHIELD_HISTORICAL_510 = 4230,\n\tCRYSTAL_SHIELD_HISTORICAL_410 = 4231,\n\tCRYSTAL_SHIELD_HISTORICAL_310 = 4232,\n\tCRYSTAL_SHIELD_HISTORICAL_210 = 4233,\n\tCRYSTAL_SHIELD_HISTORICAL_110 = 4234,\n\tSIGNED_OAK_BOW = 4236,\n\tGHOSTSPEAK_AMULET_ENCHANTED = 4250,\n\tBEDSHEET_REGULAR = 4284,\n\tBEDSHEET_ECTOPLASM = 4285,\n\tHAM_SHIRT = 4298,\n\tHAM_ROBE = 4300,\n\tHAM_HOOD = 4302,\n\tHAM_CLOAK = 4304,\n\tHAM_LOGO = 4306,\n\tHAM_GLOVES = 4308,\n\tHAM_BOOTS = 4310,\n\tTEAM1_CAPE = 4315,\n\tTEAM2_CAPE = 4317,\n\tTEAM3_CAPE = 4319,\n\tTEAM4_CAPE = 4321,\n\tTEAM5_CAPE = 4323,\n\tTEAM6_CAPE = 4325,\n\tTEAM7_CAPE = 4327,\n\tTEAM8_CAPE = 4329,\n\tTEAM9_CAPE = 4331,\n\tTEAM10_CAPE = 4333,\n\tTEAM11_CAPE = 4335,\n\tTEAM12_CAPE = 4337,\n\tTEAM13_CAPE = 4339,\n\tTEAM14_CAPE = 4341,\n\tTEAM15_CAPE = 4343,\n\tTEAM16_CAPE = 4345,\n\tTEAM17_CAPE = 4347,\n\tTEAM18_CAPE = 4349,\n\tTEAM19_CAPE = 4351,\n\tTEAM20_CAPE = 4353,\n\tTEAM21_CAPE = 4355,\n\tTEAM22_CAPE = 4357,\n\tTEAM23_CAPE = 4359,\n\tTEAM24_CAPE = 4361,\n\tTEAM25_CAPE = 4363,\n\tTEAM26_CAPE = 4365,\n\tTEAM27_CAPE = 4367,\n\tTEAM28_CAPE = 4369,\n\tTEAM29_CAPE = 4371,\n\tTEAM30_CAPE = 4373,\n\tTEAM31_CAPE = 4375,\n\tTEAM32_CAPE = 4377,\n\tTEAM33_CAPE = 4379,\n\tTEAM34_CAPE = 4381,\n\tTEAM35_CAPE = 4383,\n\tTEAM36_CAPE = 4385,\n\tTEAM37_CAPE = 4387,\n\tTEAM38_CAPE = 4389,\n\tTEAM39_CAPE = 4391,\n\tTEAM40_CAPE = 4393,\n\tTEAM41_CAPE = 4395,\n\tTEAM42_CAPE = 4397,\n\tTEAM43_CAPE = 4399,\n\tTEAM44_CAPE = 4401,\n\tTEAM45_CAPE = 4403,\n\tTEAM46_CAPE = 4405,\n\tTEAM47_CAPE = 4407,\n\tTEAM48_CAPE = 4409,\n\tTEAM49_CAPE = 4411,\n\tTEAM50_CAPE = 4413,\n\tGUTHIX_REST_4 = 4417,\n\tGUTHIX_REST_3 = 4419,\n\tGUTHIX_REST_2 = 4421,\n\tGUTHIX_REST_1 = 4423,\n\tAIRTIGHT_POT = 4436,\n\tUNFIRED_POT_LID = 4438,\n\tPOT_LID = 4440,\n\tBOWL_OF_HOT_WATER = 4456,\n\tCUP_OF_WATER = 4458,\n\tCUP_OF_HOT_WATER = 4460,\n\tBEARHEAD = 4502,\n\tDECORATIVE_SWORD_WHITE = 4503,\n\tDECORATIVE_ARMOUR_WHITE_PLATEBODY = 4504,\n\tDECORATIVE_ARMOUR_WHITE_PLATELEGS = 4505,\n\tDECORATIVE_HELM_WHITE = 4506,\n\tDECORATIVE_SHIELD_WHITE = 4507,\n\tDECORATIVE_SWORD_GOLD_NORMAL = 4508,\n\tDECORATIVE_ARMOUR_GOLD_PLATEBODY_NORMAL = 4509,\n\tDECORATIVE_ARMOUR_GOLD_PLATELEGS_NORMAL = 4510,\n\tDECORATIVE_HELM_GOLD_NORMAL = 4511,\n\tDECORATIVE_SHIELD_GOLD_NORMAL = 4512,\n\tCASTLEWARS_HOOD_SARADOMIN = 4513,\n\tCASTLEWARS_CLOAK_SARADOMIN = 4514,\n\tCASTLEWARS_HOOD_ZAMORAK = 4515,\n\tCASTLEWARS_CLOAK_ZAMORAK = 4516,\n\tGIANT_FROG_LEGS = 4517,\n\tOIL_LAMP_UNLIT = 4522,\n\tEMPTY_OIL_LAMP = 4525,\n\tEMPTY_CANDLE_LANTERN = 4527,\n\tCANDLE_LANTERN_UNLIT_WHITE_CANDLE = 4529,\n\tCANDLE_LANTERN_UNLIT_BLACK_CANDLE = 4532,\n\tEMPTY_OIL_LANTERN = 4535,\n\tOIL_LANTERN_UNLIT = 4537,\n\tOIL_LANTERN_FRAME = 4540,\n\tLANTERN_LENS = 4542,\n\tBULLSEYE_LANTERN_UNF = 4544,\n\tBULLSEYE_LANTERN_EMPTY = 4546,\n\tBULLSEYE_LANTERN_UNLIT = 4548,\n\tSPINY_HELMET = 4551,\n\tEASTER_BASKET = 4565,\n\tRUBBER_CHICKEN = 4566,\n\tGOLD_HELMET = 4567,\n\tBLACK_SPEAR_UNPOISONED = 4580,\n\tBLACK_SPEAR_POISON = 4582,\n\tBLACK_SPEAR_KARAMBWAN_POISON = 4584,\n\tDRAGON_PLATESKIRT = 4585,\n\tDRAGON_SCIMITAR = 4587,\n\tKHARIDIAN_HEADPIECE = 4591,\n\tFAKE_BEARD = 4593,\n\tOAK_BLACKJACK = 4599,\n\tWILLOW_BLACKJACK = 4600,\n\tSUPER_KEBAB = 4608,\n\tDESERT_DISGUISE = 4611,\n\tBANDITS_BREW = 4627,\n\tRING_OF_VISIBILITY = 4657,\n\tGARLIC_POWDER = 4668,\n\tANCIENT_STAFF = 4675,\n\tCATSPEAK_AMULET = 4677,\n\tLINEN = 4684,\n\tBUCKET_OF_SAP = 4687,\n\tPILE_OF_SALT = 4689,\n\tSTEAM_RUNE = 4694,\n\tMIST_RUNE = 4695,\n\tDUST_RUNE = 4696,\n\tSMOKE_RUNE = 4697,\n\tMUD_RUNE = 4698,\n\tLAVA_RUNE = 4699,\n\tAHRIMS_HOOD_UNDAMAGED = 4708,\n\tAHRIMS_STAFF_UNDAMAGED = 4710,\n\tAHRIMS_ROBETOP_UNDAMAGED = 4712,\n\tAHRIMS_ROBESKIRT_UNDAMAGED = 4714,\n\tDHAROKS_HELM_UNDAMAGED = 4716,\n\tDHAROKS_GREATAXE_UNDAMAGED = 4718,\n\tDHAROKS_PLATEBODY_UNDAMAGED = 4720,\n\tDHAROKS_PLATELEGS_UNDAMAGED = 4722,\n\tGUTHANS_HELM_UNDAMAGED = 4724,\n\tGUTHANS_WARSPEAR_UNDAMAGED = 4726,\n\tGUTHANS_PLATEBODY_UNDAMAGED = 4728,\n\tGUTHANS_CHAINSKIRT_UNDAMAGED = 4730,\n\tKARILS_COIF_UNDAMAGED = 4732,\n\tKARILS_CROSSBOW_UNDAMAGED = 4734,\n\tKARILS_LEATHERTOP_UNDAMAGED = 4736,\n\tKARILS_LEATHERSKIRT_UNDAMAGED = 4738,\n\tBOLT_RACK = 4740,\n\tTORAGS_HELM_UNDAMAGED = 4745,\n\tTORAGS_HAMMERS_UNDAMAGED = 4747,\n\tTORAGS_PLATEBODY_UNDAMAGED = 4749,\n\tTORAGS_PLATELEGS_UNDAMAGED = 4751,\n\tVERACS_HELM_UNDAMAGED = 4753,\n\tVERACS_FLAIL_UNDAMAGED = 4755,\n\tVERACS_BRASSARD_UNDAMAGED = 4757,\n\tVERACS_PLATESKIRT_UNDAMAGED = 4759,\n\tBRONZE_BRUTAL = 4773,\n\tIRON_BRUTAL = 4778,\n\tSTEEL_BRUTAL = 4783,\n\tBLACK_BRUTAL = 4788,\n\tMITHRIL_BRUTAL = 4793,\n\tADAMANT_BRUTAL = 4798,\n\tRUNE_BRUTAL = 4803,\n\tZOGRE_BONES = 4812,\n\tBRONZE_NAILS = 4819,\n\tIRON_NAILS = 4820,\n\tBLACK_NAILS = 4821,\n\tMITHRIL_NAILS = 4822,\n\tADAMANTITE_NAILS = 4823,\n\tRUNE_NAILS = 4824,\n\tUNSTRUNG_COMP_BOW = 4825,\n\tCOMP_OGRE_BOW = 4827,\n\tFAYRG_BONES = 4830,\n\tRAURG_BONES = 4832,\n\tOURG_BONES = 4834,\n\tRELICYMS_BALM_4_DOSE = 4842,\n\tRELICYMS_BALM_3_DOSE = 4844,\n\tRELICYMS_BALM_2_DOSE = 4846,\n\tRELICYMS_BALM_1_DOSE = 4848,\n\tOGRE_COFFIN_KEY = 4850,\n\tAHRIMS_HOOD_100 = 4856,\n\tAHRIMS_HOOD_75 = 4857,\n\tAHRIMS_HOOD_50 = 4858,\n\tAHRIMS_HOOD_25 = 4859,\n\tAHRIMS_HOOD_0 = 4860,\n\tAHRIMS_STAFF_100 = 4862,\n\tAHRIMS_STAFF_75 = 4863,\n\tAHRIMS_STAFF_50 = 4864,\n\tAHRIMS_STAFF_25 = 4865,\n\tAHRIMS_STAFF_0 = 4866,\n\tAHRIMS_ROBETOP_100 = 4868,\n\tAHRIMS_ROBETOP_75 = 4869,\n\tAHRIMS_ROBETOP_50 = 4870,\n\tAHRIMS_ROBETOP_25 = 4871,\n\tAHRIMS_ROBETOP_0 = 4872,\n\tAHRIMS_ROBESKIRT_100 = 4874,\n\tAHRIMS_ROBESKIRT_75 = 4875,\n\tAHRIMS_ROBESKIRT_50 = 4876,\n\tAHRIMS_ROBESKIRT_25 = 4877,\n\tAHRIMS_ROBESKIRT_0 = 4878,\n\tDHAROKS_HELM_100 = 4880,\n\tDHAROKS_HELM_75 = 4881,\n\tDHAROKS_HELM_50 = 4882,\n\tDHAROKS_HELM_25 = 4883,\n\tDHAROKS_HELM_0 = 4884,\n\tDHAROKS_GREATAXE_100 = 4886,\n\tDHAROKS_GREATAXE_75 = 4887,\n\tDHAROKS_GREATAXE_50 = 4888,\n\tDHAROKS_GREATAXE_25 = 4889,\n\tDHAROKS_GREATAXE_0 = 4890,\n\tDHAROKS_PLATEBODY_100 = 4892,\n\tDHAROKS_PLATEBODY_75 = 4893,\n\tDHAROKS_PLATEBODY_50 = 4894,\n\tDHAROKS_PLATEBODY_25 = 4895,\n\tDHAROKS_PLATEBODY_0 = 4896,\n\tDHAROKS_PLATELEGS_100 = 4898,\n\tDHAROKS_PLATELEGS_75 = 4899,\n\tDHAROKS_PLATELEGS_50 = 4900,\n\tDHAROKS_PLATELEGS_25 = 4901,\n\tDHAROKS_PLATELEGS_0 = 4902,\n\tGUTHANS_HELM_100 = 4904,\n\tGUTHANS_HELM_75 = 4905,\n\tGUTHANS_HELM_50 = 4906,\n\tGUTHANS_HELM_25 = 4907,\n\tGUTHANS_HELM_0 = 4908,\n\tGUTHANS_WARSPEAR_100 = 4910,\n\tGUTHANS_WARSPEAR_75 = 4911,\n\tGUTHANS_WARSPEAR_50 = 4912,\n\tGUTHANS_WARSPEAR_25 = 4913,\n\tGUTHANS_WARSPEAR_0 = 4914,\n\tGUTHANS_PLATEBODY_100 = 4916,\n\tGUTHANS_PLATEBODY_75 = 4917,\n\tGUTHANS_PLATEBODY_50 = 4918,\n\tGUTHANS_PLATEBODY_25 = 4919,\n\tGUTHANS_PLATEBODY_0 = 4920,\n\tGUTHANS_CHAINSKIRT_100 = 4922,\n\tGUTHANS_CHAINSKIRT_75 = 4923,\n\tGUTHANS_CHAINSKIRT_50 = 4924,\n\tGUTHANS_CHAINSKIRT_25 = 4925,\n\tGUTHANS_CHAINSKIRT_0 = 4926,\n\tKARILS_COIF_100 = 4928,\n\tKARILS_COIF_75 = 4929,\n\tKARILS_COIF_50 = 4930,\n\tKARILS_COIF_25 = 4931,\n\tKARILS_COIF_0 = 4932,\n\tKARILS_CROSSBOW_100 = 4934,\n\tKARILS_CROSSBOW_75 = 4935,\n\tKARILS_CROSSBOW_50 = 4936,\n\tKARILS_CROSSBOW_25 = 4937,\n\tKARILS_CROSSBOW_0 = 4938,\n\tKARILS_LEATHERTOP_100 = 4940,\n\tKARILS_LEATHERTOP_75 = 4941,\n\tKARILS_LEATHERTOP_50 = 4942,\n\tKARILS_LEATHERTOP_25 = 4943,\n\tKARILS_LEATHERTOP_0 = 4944,\n\tKARILS_LEATHERSKIRT_100 = 4946,\n\tKARILS_LEATHERSKIRT_75 = 4947,\n\tKARILS_LEATHERSKIRT_50 = 4948,\n\tKARILS_LEATHERSKIRT_25 = 4949,\n\tKARILS_LEATHERSKIRT_0 = 4950,\n\tTORAGS_HELM_100 = 4952,\n\tTORAGS_HELM_75 = 4953,\n\tTORAGS_HELM_50 = 4954,\n\tTORAGS_HELM_25 = 4955,\n\tTORAGS_HELM_0 = 4956,\n\tTORAGS_HAMMERS_100 = 4958,\n\tTORAGS_HAMMERS_75 = 4959,\n\tTORAGS_HAMMERS_50 = 4960,\n\tTORAGS_HAMMERS_25 = 4961,\n\tTORAGS_HAMMERS_0 = 4962,\n\tTORAGS_PLATEBODY_100 = 4964,\n\tTORAGS_PLATEBODY_75 = 4965,\n\tTORAGS_PLATEBODY_50 = 4966,\n\tTORAGS_PLATEBODY_25 = 4967,\n\tTORAGS_PLATEBODY_0 = 4968,\n\tTORAGS_PLATELEGS_100 = 4970,\n\tTORAGS_PLATELEGS_75 = 4971,\n\tTORAGS_PLATELEGS_50 = 4972,\n\tTORAGS_PLATELEGS_25 = 4973,\n\tTORAGS_PLATELEGS_0 = 4974,\n\tVERACS_HELM_100 = 4976,\n\tVERACS_HELM_75 = 4977,\n\tVERACS_HELM_50 = 4978,\n\tVERACS_HELM_25 = 4979,\n\tVERACS_HELM_0 = 4980,\n\tVERACS_FLAIL_100 = 4982,\n\tVERACS_FLAIL_75 = 4983,\n\tVERACS_FLAIL_50 = 4984,\n\tVERACS_FLAIL_25 = 4985,\n\tVERACS_FLAIL_0 = 4986,\n\tVERACS_BRASSARD_100 = 4988,\n\tVERACS_BRASSARD_75 = 4989,\n\tVERACS_BRASSARD_50 = 4990,\n\tVERACS_BRASSARD_25 = 4991,\n\tVERACS_BRASSARD_0 = 4992,\n\tVERACS_PLATESKIRT_100 = 4994,\n\tVERACS_PLATESKIRT_75 = 4995,\n\tVERACS_PLATESKIRT_50 = 4996,\n\tVERACS_PLATESKIRT_25 = 4997,\n\tVERACS_PLATESKIRT_0 = 4998,\n\tRAW_CAVE_EEL = 5001,\n\tCAVE_EEL = 5003,\n\tMINING_HELMET_LIT = 5013,\n\tMINING_HELMET_UNLIT = 5014,\n\tBONE_SPEAR = 5016,\n\tBONE_CLUB = 5018,\n\tWOVEN_TOP_BROWN = 5024,\n\tWOVEN_TOP_YELLOW = 5026,\n\tWOVEN_TOP_BLUE = 5028,\n\tSHIRT_BROWN = 5030,\n\tSHIRT_YELLOW = 5032,\n\tSHIRT_LILAC = 5034,\n\tTROUSERS_BROWN = 5036,\n\tTROUSERS_LILAC = 5038,\n\tTROUSERS_BLUE = 5040,\n\tSHORTS_BROWN = 5042,\n\tSHORTS_YELLOW = 5044,\n\tSHORTS_BLUE = 5046,\n\tSKIRT_BROWN = 5048,\n\tSKIRT_LILAC = 5050,\n\tSKIRT_BLUE = 5052,\n\tBIRD_NEST_EMPTY = 5075,\n\tMARIGOLD_SEED = 5096,\n\tROSEMARY_SEED = 5097,\n\tNASTURTIUM_SEED = 5098,\n\tWOAD_SEED = 5099,\n\tLIMPWURT_SEED = 5100,\n\tREDBERRY_SEED = 5101,\n\tCADAVABERRY_SEED = 5102,\n\tDWELLBERRY_SEED = 5103,\n\tJANGERBERRY_SEED = 5104,\n\tWHITEBERRY_SEED = 5105,\n\tPOISON_IVY_SEED = 5106,\n\tCACTUS_SEED = 5280,\n\tBELLADONNA_SEED = 5281,\n\tMUSHROOM_SPORE = 5282,\n\tAPPLE_TREE_SEED = 5283,\n\tBANANA_TREE_SEED = 5284,\n\tORANGE_TREE_SEED = 5285,\n\tCURRY_TREE_SEED = 5286,\n\tPINEAPPLE_SEED = 5287,\n\tPAPAYA_TREE_SEED = 5288,\n\tPALM_TREE_SEED = 5289,\n\tCALQUAT_TREE_SEED = 5290,\n\tGUAM_SEED = 5291,\n\tMARRENTILL_SEED = 5292,\n\tTARROMIN_SEED = 5293,\n\tHARRALANDER_SEED = 5294,\n\tRANARR_SEED = 5295,\n\tTOADFLAX_SEED = 5296,\n\tIRIT_SEED = 5297,\n\tAVANTOE_SEED = 5298,\n\tKWUARM_SEED = 5299,\n\tSNAPDRAGON_SEED = 5300,\n\tCADANTINE_SEED = 5301,\n\tLANTADYME_SEED = 5302,\n\tDWARF_WEED_SEED = 5303,\n\tTORSTOL_SEED = 5304,\n\tBARLEY_SEED = 5305,\n\tJUTE_SEED = 5306,\n\tHAMMERSTONE_SEED = 5307,\n\tASGARNIAN_SEED = 5308,\n\tYANILLIAN_SEED = 5309,\n\tKRANDORIAN_SEED = 5310,\n\tWILDBLOOD_SEED = 5311,\n\tACORN = 5312,\n\tWILLOW_SEED = 5313,\n\tMAPLE_SEED = 5314,\n\tYEW_SEED = 5315,\n\tMAGIC_SEED = 5316,\n\tPOTATO_SEED = 5318,\n\tONION_SEED = 5319,\n\tSWEETCORN_SEED = 5320,\n\tWATERMELON_SEED = 5321,\n\tTOMATO_SEED = 5322,\n\tSTRAWBERRY_SEED = 5323,\n\tCABBAGE_SEED = 5324,\n\tGARDENING_TROWEL = 5325,\n\tSECATEURS = 5329,\n\tWATERING_CAN_EMPTY = 5331,\n\tRAKE = 5341,\n\tSEED_DIBBER = 5343,\n\tGARDENING_BOOTS = 5345,\n\tEMPTY_PLANT_POT = 5350,\n\tUNFIRED_PLANT_POT = 5352,\n\tFILLED_PLANT_POT = 5354,\n\tOAK_SAPLING = 5370,\n\tWILLOW_SAPLING = 5371,\n\tMAPLE_SAPLING = 5372,\n\tYEW_SAPLING = 5373,\n\tMAGIC_SAPLING = 5374,\n\tBASKET = 5376,\n\tAPPLES_5 = 5386,\n\tORANGES_5 = 5396,\n\tSTRAWBERRIES_5 = 5406,\n\tBANANAS_5 = 5416,\n\tEMPTY_SACK = 5418,\n\tPOTATOES_10 = 5438,\n\tONIONS_10 = 5458,\n\tCABBAGES_10 = 5478,\n\tAPPLE_SAPLING = 5496,\n\tBANANA_SAPLING = 5497,\n\tORANGE_SAPLING = 5498,\n\tCURRY_SAPLING = 5499,\n\tPINEAPPLE_SAPLING = 5500,\n\tPAPAYA_SAPLING = 5501,\n\tPALM_SAPLING = 5502,\n\tCALQUAT_SAPLING = 5503,\n\tSTRAWBERRY = 5504,\n\tELEMENTAL_TALISMAN = 5516,\n\tBINDING_NECKLACE = 5521,\n\tTIARA_MOULD = 5523,\n\tTIARA = 5525,\n\tAIR_TIARA = 5527,\n\tMIND_TIARA = 5529,\n\tWATER_TIARA = 5531,\n\tBODY_TIARA = 5533,\n\tEARTH_TIARA = 5535,\n\tFIRE_TIARA = 5537,\n\tCOSMIC_TIARA = 5539,\n\tNATURE_TIARA = 5541,\n\tCHAOS_TIARA = 5543,\n\tLAW_TIARA = 5545,\n\tDEATH_TIARA = 5547,\n\tBLOOD_TIARA = 5549,\n\tROGUE_TOP = 5553,\n\tROGUE_MASK = 5554,\n\tROGUE_TROUSERS = 5555,\n\tROGUE_GLOVES = 5556,\n\tROGUE_BOOTS = 5557,\n\tINITIATE_SALLET = 5574,\n\tINITIATE_HAUBERK = 5575,\n\tINITIATE_CUISSE = 5576,\n\tGRAIN_RECRUITMENT_DRIVE = 5607,\n\tFOX_RECRUITMENT_DRIVE = 5608,\n\tCHICKEN_RECRUITMENT_DRIVE = 5609,\n\tASGARNIAN_ALEM = 5739,\n\tMATURE_WMB = 5741,\n\tGREENMANS_ALEM = 5743,\n\tDRAGON_BITTERM = 5745,\n\tDWARVEN_STOUTM = 5747,\n\tMOONLIGHT_MEADM = 5749,\n\tAXEMANS_FOLLY = 5751,\n\tAXEMANS_FOLLYM = 5753,\n\tCHEFS_DELIGHT = 5755,\n\tCHEFS_DELIGHTM = 5757,\n\tSLAYERS_RESPITE = 5759,\n\tSLAYERS_RESPITEM = 5761,\n\tCIDER = 5763,\n\tMATURE_CIDER = 5765,\n\tALE_YEAST = 5767,\n\tCALQUAT_KEG = 5769,\n\tDWARVEN_STOUT_KEG_4_PINTS = 5777,\n\tASGARNIAN_ALE_KEG_4_PINTS = 5785,\n\tGREENMANS_ALE_KEG_4_PINTS = 5793,\n\tMIND_BOMB_KEG_4_PINTS = 5801,\n\tDRAGON_BITTER_KEG_4_PINTS = 5809,\n\tMOONLIGHT_MEAD_KEG_4_PINTS = 5817,\n\tAXEMANS_FOLLY_KEG_4_PINTS = 5825,\n\tCHEFS_DELIGHT_KEG_4_PINTS = 5833,\n\tSLAYERS_RESPITE_KEG_4_PINTS = 5841,\n\tCIDER_KEG_4_PINTS = 5849,\n\tDWARVEN_STOUTM_KEG_4_PINTS = 5857,\n\tASGARNIAN_ALEM_KEG_4_PINTS = 5865,\n\tGREENMANS_ALEM_KEG_4_PINTS = 5873,\n\tMIND_BOMBM_KEG_4_PINTS = 5881,\n\tDRAGON_BITTERM_KEG_4_PINTS = 5889,\n\tMOONLIGHT_MEADM_KEG_4_PINTS = 5897,\n\tAXEMANS_FOLLYM_KEG_4_PINTS = 5905,\n\tCHEFS_DELIGHTM_KEG_4_PINTS = 5913,\n\tSLAYERS_RESPITEM_KEG_4_PINTS = 5921,\n\tCIDERM_KEG_4_PINTS = 5929,\n\tJUTE_FIBRE = 5931,\n\tWILLOW_BRANCH = 5933,\n\tCOCONUT_MILK = 5935,\n\tTOMATOES_5 = 5968,\n\tCURRY_LEAF = 5970,\n\tPAPAYA_FRUIT = 5972,\n\tCOCONUT = 5974,\n\tCALQUAT_FRUIT = 5980,\n\tWATERMELON = 5982,\n\tWATERMELON_SLICE = 5984,\n\tSWEETCORN = 5986,\n\tCOOKED_SWEETCORN = 5988,\n\tAPPLE_MUSH = 5992,\n\tHAMMERSTONE_HOPS = 5994,\n\tASGARNIAN_HOPS = 5996,\n\tYANILLIAN_HOPS = 5998,\n\tKRANDORIAN_HOPS = 6000,\n\tWILDBLOOD_HOPS = 6002,\n\tMUSHROOM = 6004,\n\tBARLEY = 6006,\n\tBARLEY_MALT = 6008,\n\tMARIGOLDS = 6010,\n\tNASTURTIUMS = 6012,\n\tROSEMARY = 6014,\n\tCACTUS_SPINE = 6016,\n\tPOISON_IVY_BERRIES = 6018,\n\tLEAVES = 6020,\n\tLEAVES_OAK = 6022,\n\tLEAVES_WILLOW = 6024,\n\tLEAVES_YEW = 6026,\n\tLEAVES_MAPLE = 6028,\n\tLEAVES_MAGIC = 6030,\n\tCOMPOST = 6032,\n\tSUPERCOMPOST = 6034,\n\tPLANT_CURE = 6036,\n\tMAGIC_STRING = 6038,\n\tAMULET_OF_NATURE = 6040,\n\tPRENATURE_AMULET = 6041,\n\tOAK_ROOTS = 6043,\n\tWILLOW_ROOTS = 6045,\n\tMAPLE_ROOTS = 6047,\n\tYEW_ROOTS = 6049,\n\tMAGIC_ROOTS = 6051,\n\tWEEDS = 6055,\n\tMOURNER_TOP = 6065,\n\tMOURNER_TROUSERS_REPAIRED = 6067,\n\tMOURNER_GLOVES = 6068,\n\tMOURNER_BOOTS = 6069,\n\tMOURNER_CLOAK = 6070,\n\tFIXED_DEVICE = 6082,\n\tGHOSTLY_BOOTS = 6106,\n\tGHOSTLY_ROBE_TOP = 6107,\n\tGHOSTLY_ROBE_BOTTOM = 6108,\n\tGHOSTLY_HOOD = 6109,\n\tGHOSTLY_GLOVES = 6110,\n\tGHOSTLY_CLOAK = 6111,\n\tENCHANTED_LYRE_2 = 6125,\n\tENCHANTED_LYRE_3 = 6126,\n\tENCHANTED_LYRE_4 = 6127,\n\tROCKSHELL_HELM = 6128,\n\tROCKSHELL_PLATE = 6129,\n\tROCKSHELL_LEGS = 6130,\n\tSPINED_HELM = 6131,\n\tSPINED_BODY = 6133,\n\tSPINED_CHAPS = 6135,\n\tSKELETAL_HELM = 6137,\n\tSKELETAL_TOP = 6139,\n\tSKELETAL_BOTTOMS = 6141,\n\tSPINED_BOOTS = 6143,\n\tROCKSHELL_BOOTS = 6145,\n\tSKELETAL_BOOTS = 6147,\n\tSPINED_GLOVES = 6149,\n\tROCKSHELL_GLOVES = 6151,\n\tSKELETAL_GLOVES = 6153,\n\tDAGANNOTH_HIDE = 6155,\n\tROCKSHELL_CHUNK = 6157,\n\tROCKSHELL_SHARD = 6159,\n\tROCKSHELL_SPLINTER = 6161,\n\tSKULL_PIECE = 6163,\n\tRIBCAGE_PIECE = 6165,\n\tFIBULA_PIECE = 6167,\n\tCIRCULAR_HIDE = 6169,\n\tFLATTENED_HIDE = 6171,\n\tSTRETCHED_HIDE = 6173,\n\tLEDERHOSEN_TOP = 6180,\n\tLEDERHOSEN_SHORTS = 6181,\n\tLEDERHOSEN_HAT = 6182,\n\tPRINCE_TUNIC = 6184,\n\tPRINCE_LEGGINGS = 6185,\n\tPRINCESS_BLOUSE = 6186,\n\tPRINCESS_SKIRT = 6187,\n\tFROG_MASK = 6188,\n\tTEAK_PYRE_LOGS = 6211,\n\tMAHOGANY_PYRE_LOGS = 6213,\n\tBROODOO_SHIELD_GREEN_10 = 6215,\n\tBROODOO_SHIELD_GREEN_9 = 6217,\n\tBROODOO_SHIELD_GREEN_8 = 6219,\n\tBROODOO_SHIELD_GREEN_7 = 6221,\n\tBROODOO_SHIELD_GREEN_6 = 6223,\n\tBROODOO_SHIELD_GREEN_5 = 6225,\n\tBROODOO_SHIELD_GREEN_4 = 6227,\n\tBROODOO_SHIELD_GREEN_3 = 6229,\n\tBROODOO_SHIELD_GREEN_2 = 6231,\n\tBROODOO_SHIELD_GREEN_1 = 6233,\n\tBROODOO_SHIELD_GREEN_UNCHARGED = 6235,\n\tBROODOO_SHIELD_ORANGE_10 = 6237,\n\tBROODOO_SHIELD_ORANGE_9 = 6239,\n\tBROODOO_SHIELD_ORANGE_8 = 6241,\n\tBROODOO_SHIELD_ORANGE_7 = 6243,\n\tBROODOO_SHIELD_ORANGE_6 = 6245,\n\tBROODOO_SHIELD_ORANGE_5 = 6247,\n\tBROODOO_SHIELD_ORANGE_4 = 6249,\n\tBROODOO_SHIELD_ORANGE_3 = 6251,\n\tBROODOO_SHIELD_ORANGE_2 = 6253,\n\tBROODOO_SHIELD_ORANGE_1 = 6255,\n\tBROODOO_SHIELD_ORANGE_UNCHARGED = 6257,\n\tBROODOO_SHIELD_BLUE_10 = 6259,\n\tBROODOO_SHIELD_BLUE_9 = 6261,\n\tBROODOO_SHIELD_BLUE_8 = 6263,\n\tBROODOO_SHIELD_BLUE_7 = 6265,\n\tBROODOO_SHIELD_BLUE_6 = 6267,\n\tBROODOO_SHIELD_BLUE_5 = 6269,\n\tBROODOO_SHIELD_BLUE_4 = 6271,\n\tBROODOO_SHIELD_BLUE_3 = 6273,\n\tBROODOO_SHIELD_BLUE_2 = 6275,\n\tBROODOO_SHIELD_BLUE_1 = 6277,\n\tBROODOO_SHIELD_BLUE_UNCHARGED = 6279,\n\tTHATCH_SPAR_LIGHT = 6281,\n\tTHATCH_SPAR_MED = 6283,\n\tTHATCH_SPAR_DENSE = 6285,\n\tSNAKE_HIDE = 6287,\n\tSNAKESKIN = 6289,\n\tSPIDER_CARCASS = 6291,\n\tSPIDER_ON_STICK = 6297,\n\tSPIDER_ON_SHAFT = 6299,\n\tSKEWER_STICK = 6305,\n\tTRADING_STICKS = 6306,\n\tGOUT_TUBER = 6311,\n\tOPAL_MACHETE = 6313,\n\tJADE_MACHETE = 6315,\n\tRED_TOPAZ_MACHETE = 6317,\n\tPROBOSCIS = 6319,\n\tSNAKESKIN_BODY = 6322,\n\tSNAKESKIN_CHAPS = 6324,\n\tSNAKESKIN_BANDANA = 6326,\n\tSNAKESKIN_BOOTS = 6328,\n\tSNAKESKIN_VAMBRACES = 6330,\n\tMAHOGANY_LOGS = 6332,\n\tTEAK_LOGS = 6333,\n\tTRIBAL_MASK_GREEN = 6335,\n\tTRIBAL_MASK_ORANGE = 6337,\n\tTRIBAL_MASK_BLUE = 6339,\n\tTRIBAL_TOP_BROWN = 6341,\n\tVILLAGER_ROBE_BROWN = 6343,\n\tVILLAGER_HAT_BROWN = 6345,\n\tVILLAGER_ARMBAND_BROWN = 6347,\n\tVILLAGER_SANDALS_BROWN = 6349,\n\tTRIBAL_TOP_BLUE = 6351,\n\tVILLAGER_ROBE_BLUE = 6353,\n\tVILLAGER_HAT_BLUE = 6355,\n\tVILLAGER_SANDALS_BLUE = 6357,\n\tVILLAGER_ARMBAND_BLUE = 6359,\n\tTRIBAL_TOP_YELLOW = 6361,\n\tVILLAGER_ROBE_YELLOW = 6363,\n\tVILLAGER_HAT_YELLOW = 6365,\n\tVILLAGER_SANDALS_YELLOW = 6367,\n\tVILLAGER_ARMBAND_YELLOW = 6369,\n\tTRIBAL_TOP_PINK = 6371,\n\tVILLAGER_ROBE_PINK = 6373,\n\tVILLAGER_HAT_PINK = 6375,\n\tVILLAGER_SANDALS_PINK = 6377,\n\tVILLAGER_ARMBAND_PINK = 6379,\n\tFEZ = 6382,\n\tDESERT_TOP = 6384,\n\tDESERT_ROBES = 6386,\n\tDESERT_TOP_OVERCOAT = 6388,\n\tDESERT_LEGS = 6390,\n\tMENAPHITE_PURPLE_HAT = 6392,\n\tMENAPHITE_PURPLE_TOP = 6394,\n\tMENAPHITE_PURPLE_ROBE = 6396,\n\tMENAPHITE_PURPLE_KILT = 6398,\n\tMENAPHITE_RED_HAT = 6400,\n\tMENAPHITE_RED_TOP = 6402,\n\tMENAPHITE_RED_ROBE = 6404,\n\tMENAPHITE_RED_KILT = 6406,\n\tOAK_BLACKJACKO = 6408,\n\tOAK_BLACKJACKD = 6410,\n\tWILLOW_BLACKJACKO = 6412,\n\tWILLOW_BLACKJACKD = 6414,\n\tMAPLE_BLACKJACK = 6416,\n\tMAPLE_BLACKJACKO = 6418,\n\tMAPLE_BLACKJACKD = 6420,\n\tRING_OF_CHAROS_ACTIVATED = 6465,\n\tCOMPOST_POTION_4_DOSE = 6470,\n\tCOMPOST_POTION_3_DOSE = 6472,\n\tCOMPOST_POTION_2_DOSE = 6474,\n\tCOMPOST_POTION_1_DOSE = 6476,\n\tTOKTZXILUL = 6522,\n\tTOKTZXILAK = 6523,\n\tTOKTZKETXIL = 6524,\n\tTOKTZXILEK = 6525,\n\tTOKTZMEJTAL = 6526,\n\tTZHAARKETEM = 6527,\n\tTZHAARKETOM = 6528,\n\tMOUSE_TOY = 6541,\n\tCATSPEAK_AMULETE = 6544,\n\tDOCTORS_HAT = 6547,\n\tNURSE_HAT = 6548,\n\tMUD_BATTLESTAFF = 6562,\n\tMYSTIC_MUD_STAFF = 6563,\n\tOBSIDIAN_CAPE = 6568,\n\tFIRE_CAPE_NORMAL = 6570,\n\tUNCUT_ONYX = 6571,\n\tONYX = 6573,\n\tONYX_RING = 6575,\n\tONYX_NECKLACE = 6577,\n\tONYX_AMULET_U = 6579,\n\tONYX_AMULET = 6581,\n\tRING_OF_STONE = 6583,\n\tAMULET_OF_FURY = 6585,\n\tWHITE_CLAWS = 6587,\n\tWHITE_BATTLEAXE = 6589,\n\tWHITE_DAGGER_UNPOISONED = 6591,\n\tWHITE_DAGGER_POISON = 6593,\n\tWHITE_HALBERD = 6599,\n\tWHITE_MACE = 6601,\n\tWHITE_MAGIC_STAFF = 6603,\n\tWHITE_SWORD = 6605,\n\tWHITE_LONGSWORD = 6607,\n\tWHITE_2H_SWORD = 6609,\n\tWHITE_SCIMITAR = 6611,\n\tWHITE_WARHAMMER = 6613,\n\tWHITE_CHAINBODY = 6615,\n\tWHITE_PLATEBODY = 6617,\n\tWHITE_BOOTS = 6619,\n\tWHITE_MED_HELM = 6621,\n\tWHITE_FULL_HELM = 6623,\n\tWHITE_PLATELEGS = 6625,\n\tWHITE_PLATESKIRT = 6627,\n\tWHITE_GLOVES = 6629,\n\tWHITE_SQ_SHIELD = 6631,\n\tWHITE_KITESHIELD = 6633,\n\tCAMO_TOP = 6654,\n\tCAMO_BOTTOMS = 6655,\n\tCAMO_HELMET = 6656,\n\tMUDSKIPPER_HAT = 6665,\n\tFLIPPERS = 6666,\n\tFISHBOWL_EMPTY = 6667,\n\tGROUND_GUAM = 6681,\n\tSARADOMIN_BREW_4_DOSE = 6685,\n\tSARADOMIN_BREW_3_DOSE = 6687,\n\tSARADOMIN_BREW_2_DOSE = 6689,\n\tSARADOMIN_BREW_1_DOSE = 6691,\n\tCRUSHED_NEST = 6693,\n\tPAT_OF_BUTTER = 6697,\n\tBAKED_POTATO = 6701,\n\tPOTATO_WITH_BUTTER = 6703,\n\tPOTATO_WITH_CHEESE = 6705,\n\tCAMULET = 6707,\n\tSEERCULL = 6724,\n\tDAGANNOTH_BONES = 6729,\n\tSEERS_RING = 6731,\n\tARCHERS_RING = 6733,\n\tWARRIOR_RING = 6735,\n\tBERSERKER_RING = 6737,\n\tDRAGON_AXE = 6739,\n\tSILVERLIGHT_DYED = 6745,\n\tDARKLIGHT = 6746,\n\tBLACK_DESERT_SHIRT = 6750,\n\tBLACK_DESERT_ROBE = 6752,\n\tGUTHIX_MJOLNIR = 6760,\n\tSARADOMIN_MJOLNIR = 6762,\n\tZAMORAK_MJOLNIR = 6764,\n\tRAT_POLE_EMPTY = 6773,\n\tRAT_POLE_ONE_RAT = 6774,\n\tRAT_POLE_TWO_RATS = 6775,\n\tRAT_POLE_THREE_RATS = 6776,\n\tRAT_POLE_FOUR_RATS = 6777,\n\tRAT_POLE_FIVE_RATS = 6778,\n\tRAT_POLE_SIX_RATS = 6779,\n\tROBE_OF_ELIDINIS_TOP = 6786,\n\tROBE_OF_ELIDINIS_BOTTOM = 6787,\n\tSHOES = 6790,\n\tCHOCICE = 6794,\n\tGRANITE_LEGS = 6809,\n\tWYVERN_BONES = 6812,\n\tFUR = 6814,\n\tBOBBLE_HAT = 6856,\n\tBOBBLE_SCARF = 6857,\n\tJESTER_HAT = 6858,\n\tJESTER_SCARF = 6859,\n\tTRIJESTER_HAT = 6860,\n\tTRIJESTER_SCARF = 6861,\n\tWOOLLY_HAT = 6862,\n\tWOOLLY_SCARF = 6863,\n\tPROGRESS_HAT_DULL = 6885,\n\tPROGRESS_HAT_ENERGISED = 6886,\n\tPROGRESS_HAT_FULL = 6887,\n\tMAGES_BOOK = 6889,\n\tARENA_BOOK = 6891,\n\tBEGINNER_WAND = 6908,\n\tAPPRENTICE_WAND = 6910,\n\tTEACHER_WAND = 6912,\n\tMASTER_WAND = 6914,\n\tINFINITY_TOP = 6916,\n\tINFINITY_HAT = 6918,\n\tINFINITY_BOOTS = 6920,\n\tINFINITY_GLOVES = 6922,\n\tINFINITY_BOTTOMS = 6924,\n\tPINK_CAPE = 6959,\n\tTRIANGLE_SANDWICH = 6962,\n\tSANDSTONE_1KG = 6971,\n\tSANDSTONE_2KG = 6973,\n\tSANDSTONE_5KG = 6975,\n\tSANDSTONE_10KG = 6977,\n\tGRANITE_500G = 6979,\n\tGRANITE_2KG = 6981,\n\tGRANITE_5KG = 6983,\n\tCAMEL_MASK = 7003,\n\tBUG_LANTERN_UNLIT = 7051,\n\tBUG_LANTERN_LIT = 7053,\n\tCHILLI_POTATO = 7054,\n\tEGG_POTATO = 7056,\n\tMUSHROOM_POTATO = 7058,\n\tTUNA_POTATO = 7060,\n\tCHILLI_CON_CARNE = 7062,\n\tEGG_AND_TOMATO = 7064,\n\tMUSHROOM_ONION = 7066,\n\tTUNA_AND_CORN = 7068,\n\tMINCED_MEAT = 7070,\n\tSPICY_SAUCE = 7072,\n\tCHOPPED_GARLIC = 7074,\n\tUNCOOKED_EGG = 7076,\n\tSCRAMBLED_EGG = 7078,\n\tSLICED_MUSHROOMS = 7080,\n\tFRIED_MUSHROOMS = 7082,\n\tFRIED_ONIONS = 7084,\n\tCHOPPED_TUNA = 7086,\n\tSWEETCORN_BOWL = 7088,\n\tSTRIPY_PIRATE_SHIRT_BEIGE = 7110,\n\tPIRATE_BANDANA_WHITE = 7112,\n\tPIRATE_BOOTS = 7114,\n\tPIRATE_LEGGINGS_BEIGE = 7116,\n\tSTRIPY_PIRATE_SHIRT_RED = 7122,\n\tPIRATE_BANDANA_RED = 7124,\n\tPIRATE_LEGGINGS_RED = 7126,\n\tSTRIPY_PIRATE_SHIRT_BLUE = 7128,\n\tPIRATE_BANDANA_BLUE = 7130,\n\tPIRATE_LEGGINGS_BLUE = 7132,\n\tSTRIPY_PIRATE_SHIRT_BROWN = 7134,\n\tPIRATE_BANDANA_BROWN = 7136,\n\tPIRATE_LEGGINGS_BROWN = 7138,\n\tLUCKY_CUTLASS = 7140,\n\tHARRYS_CUTLASS = 7141,\n\tRAPIER = 7142,\n\tDRAGON_2H_SWORD = 7158,\n\tINSULATED_BOOTS = 7159,\n\tPIE_RECIPE_BOOK = 7162,\n\tRAW_MUD_PIE = 7168,\n\tMUD_PIE = 7170,\n\tRAW_GARDEN_PIE = 7176,\n\tGARDEN_PIE_FULL = 7178,\n\tRAW_FISH_PIE = 7186,\n\tFISH_PIE_FULL = 7188,\n\tRAW_ADMIRAL_PIE = 7196,\n\tADMIRAL_PIE_FULL = 7198,\n\tRAW_WILD_PIE = 7206,\n\tWILD_PIE_FULL = 7208,\n\tRAW_SUMMER_PIE = 7216,\n\tSUMMER_PIE_FULL = 7218,\n\tROAST_RABBIT = 7223,\n\tIRON_SPIT = 7225,\n\tRED_BOATER = 7319,\n\tORANGE_BOATER = 7321,\n\tGREEN_BOATER = 7323,\n\tBLUE_BOATER = 7325,\n\tBLACK_BOATER = 7327,\n\tRED_FIRELIGHTER = 7329,\n\tGREEN_FIRELIGHTER = 7330,\n\tBLUE_FIRELIGHTER = 7331,\n\tBLACK_SHIELD_H1 = 7332,\n\tADAMANT_SHIELD_H1 = 7334,\n\tRUNE_SHIELD_H1 = 7336,\n\tBLACK_SHIELD_H2 = 7338,\n\tADAMANT_SHIELD_H2 = 7340,\n\tRUNE_SHIELD_H2 = 7342,\n\tBLACK_SHIELD_H3 = 7344,\n\tADAMANT_SHIELD_H3 = 7346,\n\tRUNE_SHIELD_H3 = 7348,\n\tBLACK_SHIELD_H4 = 7350,\n\tADAMANT_SHIELD_H4 = 7352,\n\tRUNE_SHIELD_H4 = 7354,\n\tBLACK_SHIELD_H5 = 7356,\n\tADAMANT_SHIELD_H5 = 7358,\n\tRUNE_SHIELD_H5 = 7360,\n\tSTUDDED_BODY_G = 7362,\n\tSTUDDED_BODY_T = 7364,\n\tSTUDDED_CHAPS_G = 7366,\n\tSTUDDED_CHAPS_T = 7368,\n\tGREEN_DHIDE_BODY_G = 7370,\n\tGREEN_DHIDE_BODY_T = 7372,\n\tBLUE_DHIDE_BODY_G = 7374,\n\tBLUE_DHIDE_BODY_T = 7376,\n\tGREEN_DHIDE_CHAPS_G = 7378,\n\tGREEN_DHIDE_CHAPS_T = 7380,\n\tBLUE_DHIDE_CHAPS_G = 7382,\n\tBLUE_DHIDE_CHAPS_T = 7384,\n\tBLUE_SKIRT_G = 7386,\n\tBLUE_SKIRT_T = 7388,\n\tBLUE_WIZARD_ROBE_G = 7390,\n\tBLUE_WIZARD_ROBE_T = 7392,\n\tBLUE_WIZARD_HAT_G = 7394,\n\tBLUE_WIZARD_HAT_T = 7396,\n\tENCHANTED_ROBE = 7398,\n\tENCHANTED_TOP = 7399,\n\tENCHANTED_HAT = 7400,\n\tMAGIC_SECATEURS = 7409,\n\tMOLE_CLAW = 7416,\n\tMOLE_SKIN = 7418,\n\tWOODEN_SPOON = 7433,\n\tEGG_WHISK = 7435,\n\tSPORK = 7437,\n\tSPATULA = 7439,\n\tFRYING_PAN = 7441,\n\tSKEWER = 7443,\n\tROLLING_PIN = 7445,\n\tKITCHEN_KNIFE = 7447,\n\tMEAT_TENDERISER = 7449,\n\tCLEAVER = 7451,\n\tHARDLEATHER_GLOVES = 7453,\n\tBRONZE_GLOVES = 7454,\n\tIRON_GLOVES = 7455,\n\tSTEEL_GLOVES = 7456,\n\tBLACK_GLOVES = 7457,\n\tMITHRIL_GLOVES = 7458,\n\tADAMANT_GLOVES = 7459,\n\tRUNE_GLOVES = 7460,\n\tDRAGON_GLOVES = 7461,\n\tBARROWS_GLOVES = 7462,\n\tPOT_OF_CORNFLOUR = 7468,\n\tCOOKED_CRAB_MEAT_FIVE = 7521,\n\tFISHBOWL_HELMET = 7534,\n\tDIVING_APPARATUS = 7535,\n\tCRAB_CLAW = 7537,\n\tCRAB_HELMET = 7539,\n\tRAW_JUBBLY = 7566,\n\tCOOKED_JUBBLY = 7568,\n\tZOMBIE_SHIRT = 7592,\n\tZOMBIE_TROUSERS = 7593,\n\tZOMBIE_MASK = 7594,\n\tZOMBIE_GLOVES = 7595,\n\tZOMBIE_BOOTS = 7596,\n\tROD_OF_IVANDIS_10 = 7639,\n\tROD_OF_IVANDIS_9 = 7640,\n\tROD_OF_IVANDIS_8 = 7641,\n\tROD_OF_IVANDIS_7 = 7642,\n\tROD_OF_IVANDIS_6 = 7643,\n\tROD_OF_IVANDIS_5 = 7644,\n\tROD_OF_IVANDIS_4 = 7645,\n\tROD_OF_IVANDIS_3 = 7646,\n\tROD_OF_IVANDIS_2 = 7647,\n\tROD_OF_IVANDIS_1 = 7648,\n\tSILVER_DUST = 7650,\n\tGUTHIX_BALANCE_4_DOSE = 7660,\n\tGUTHIX_BALANCE_3_DOSE = 7662,\n\tGUTHIX_BALANCE_2_DOSE = 7664,\n\tGUTHIX_BALANCE_1_DOSE = 7666,\n\tGADDERHAMMER = 7668,\n\tBOXING_GLOVES_RED = 7671,\n\tBOXING_GLOVES_BLUE = 7673,\n\tWOODEN_SWORD = 7675,\n\tWOODEN_SHIELD_WEAPONS_RACK = 7676,\n\tTOY_SOLDIER_NORMAL = 7759,\n\tTOY_SOLDIER_WOUND = 7761,\n\tTOY_DOLL_NORMAL = 7763,\n\tTOY_DOLL_WOUND = 7765,\n\tTOY_MOUSE_NORMAL = 7767,\n\tTOY_MOUSE_WOUND = 7769,\n\tTOY_CAT = 7771,\n\tSNAKE_HIDE_SWAMP = 7801,\n\tYIN_YANG_AMULET = 7803,\n\tANGER_SWORD = 7806,\n\tANGER_BATTLEAXE = 7807,\n\tANGER_MACE = 7808,\n\tANGER_SPEAR = 7809,\n\tRAM_SKULL_HELM = 7917,\n\tBONESACK = 7918,\n\tBOTTLE_OF_WINE = 7919,\n\tEASTER_RING = 7927,\n\tPURE_ESSENCE = 7936,\n\tTORTOISE_SHELL = 7939,\n\tRAW_MONKFISH = 7944,\n\tMONKFISH = 7946,\n\tVARROCK_TELEPORT_TABLET = 8007,\n\tLUMBRIDGE_TELEPORT_TABLET = 8008,\n\tFALADOR_TELEPORT_TABLET = 8009,\n\tCAMELOT_TELEPORT_TABLET = 8010,\n\tARDOUGNE_TELEPORT_TABLET = 8011,\n\tWATCHTOWER_TELEPORT_TABLET = 8012,\n\tTELEPORT_TO_HOUSE_TABLET = 8013,\n\tBONES_TO_BANANAS_TABLET = 8014,\n\tBONES_TO_PEACHES_TABLET = 8015,\n\tENCHANT_SAPPHIRE_OR_OPAL = 8016,\n\tENCHANT_EMERALD_OR_JADE = 8017,\n\tENCHANT_RUBY_OR_TOPAZ = 8018,\n\tENCHANT_DIAMOND = 8019,\n\tENCHANT_DRAGONSTONE = 8020,\n\tENCHANT_ONYX = 8021,\n\tBAGGED_DEAD_TREE = 8417,\n\tBAGGED_NICE_TREE = 8419,\n\tBAGGED_OAK_TREE = 8421,\n\tBAGGED_WILLOW_TREE = 8423,\n\tBAGGED_MAPLE_TREE = 8425,\n\tBAGGED_YEW_TREE = 8427,\n\tBAGGED_MAGIC_TREE = 8429,\n\tBAGGED_PLANT_1 = 8431,\n\tBAGGED_PLANT_2 = 8433,\n\tBAGGED_PLANT_3 = 8435,\n\tTHORNY_HEDGE_BAGGED = 8437,\n\tNICE_HEDGE_BAGGED = 8439,\n\tSMALL_BOX_HEDGE_BAGGED = 8441,\n\tTOPIARY_HEDGE_BAGGED = 8443,\n\tFANCY_HEDGE_BAGGED = 8445,\n\tTALL_FANCY_HEDGE_BAGGED = 8447,\n\tTALL_BOX_HEDGE_BAGGED = 8449,\n\tBAGGED_FLOWER = 8451,\n\tBAGGED_DAFFODILS = 8453,\n\tBAGGED_BLUEBELLS = 8455,\n\tBAGGED_SUNFLOWER = 8457,\n\tBAGGED_MARIGOLDS = 8459,\n\tBAGGED_ROSES = 8461,\n\tRUNE_HERALDIC_HELM_ARRAV = 8464,\n\tRUNE_HERALDIC_HELM_ASGARNIA = 8466,\n\tRUNE_HERALDIC_HELM_DORGESHUUN = 8468,\n\tRUNE_HERALDIC_HELM_DRAGON = 8470,\n\tRUNE_HERALDIC_HELM_FAIRY = 8472,\n\tRUNE_HERALDIC_HELM_GUTHIX = 8474,\n\tRUNE_HERALDIC_HELM_HAM = 8476,\n\tRUNE_HERALDIC_HELM_HORSE = 8478,\n\tRUNE_HERALDIC_HELM_JOGRE = 8480,\n\tRUNE_HERALDIC_HELM_KANDARIN = 8482,\n\tRUNE_HERALDIC_HELM_MISTHALIN = 8484,\n\tRUNE_HERALDIC_HELM_MONEY = 8486,\n\tRUNE_HERALDIC_HELM_SARADOMIN = 8488,\n\tRUNE_HERALDIC_HELM_SKULL = 8490,\n\tRUNE_HERALDIC_HELM_VARROCK = 8492,\n\tRUNE_HERALDIC_HELM_ZAMORAK = 8494,\n\tCRUDE_CHAIR_FLATPACK = 8496,\n\tWOODEN_CHAIR_FLATPACK = 8498,\n\tROCKING_CHAIR_FLATPACK = 8500,\n\tOAK_CHAIR_FLATPACK = 8502,\n\tOAK_ARMCHAIR_FLATPACK = 8504,\n\tTEAK_ARMCHAIR_FLATPACK = 8506,\n\tMAHOGANY_ARMCHAIR_FLATPACK = 8508,\n\tBOOKCASE_FLATPACK = 8510,\n\tOAK_BOOKCASE_FLATPACK = 8512,\n\tMAHOGANY_BOOKCASE_FLATPACK = 8514,\n\tBEER_BARREL_FLATPACK = 8516,\n\tCIDER_BARREL_FLATPACK = 8518,\n\tASGARNIAN_ALE_FLATPACK = 8520,\n\tGREENMANS_ALE_FLATPACK = 8522,\n\tDRAGON_BITTER_FLATPACK = 8524,\n\tCHEFS_DELIGHT_FLATPACK = 8526,\n\tKITCHEN_TABLE_FLATPACK = 8528,\n\tOAK_KITCHEN_TABLE_FLATPACK = 8530,\n\tTEAK_KITCHEN_TABLE_FLATPACK = 8532,\n\tWOOD_DINING_TABLE_FLATPACK = 8548,\n\tOAK_DINING_TABLE_FLATPACK = 8550,\n\tCARVED_OAK_TABLE_FLATPACK = 8552,\n\tTEAK_TABLE_FLATPACK = 8554,\n\tCARVED_TEAK_TABLE_FLATPACK = 8556,\n\tMAHOGANY_TABLE_FLATPACK = 8558,\n\tOPULENT_TABLE_FLATPACK = 8560,\n\tWOODEN_BENCH_FLATPACK = 8562,\n\tOAK_BENCH_FLATPACK = 8564,\n\tCARVED_OAK_BENCH_FLATPACK = 8566,\n\tTEAK_DINING_BENCH_FLATPACK = 8568,\n\tCARVED_TEAK_BENCH_FLATPACK = 8570,\n\tMAHOGANY_BENCH_FLATPACK = 8572,\n\tGILDED_BENCH_FLATPACK = 8574,\n\tWOODEN_BED_FLATPACK = 8576,\n\tOAK_BED_FLATPACK = 8578,\n\tLARGE_OAK_BED_FLATPACK = 8580,\n\tTEAK_BED_FLATPACK = 8582,\n\tLARGE_TEAK_BED_FLATPACK = 8584,\n\tFOURPOSTER_BED_FLATPACK = 8586,\n\tGILDED_FOURPOSTER_FLATPACK = 8588,\n\tOAK_CLOCK_FLATPACK = 8590,\n\tTEAK_CLOCK_FLATPACK = 8592,\n\tGILDED_CLOCK_FLATPACK = 8594,\n\tSHAVING_STAND_FLATPACK = 8596,\n\tOAK_SHAVING_STAND_FLATPACK = 8598,\n\tOAK_DRESSER_FLATPACK = 8600,\n\tTEAK_DRESSER_FLATPACK = 8602,\n\tFANCY_TEAK_DRESSER_FLATPACK = 8604,\n\tMAHOGANY_DRESSER_FLATPACK = 8606,\n\tGILDED_DRESSER_FLATPACK = 8608,\n\tSHOE_BOX_FLATPACK = 8610,\n\tOAK_DRAWERS_FLATPACK = 8612,\n\tOAK_WARDROBE_FLATPACK = 8614,\n\tTEAK_DRAWERS_FLATPACK = 8616,\n\tTEAK_WARDROBE_FLATPACK = 8618,\n\tMAHOGANY_WARDROBE_FLATPACK = 8620,\n\tGILDED_WARDROBE_FLATPACK = 8622,\n\tBANNER_ARRAV = 8650,\n\tBANNER_ASGARNIA = 8652,\n\tBANNER_DORGESHUUN = 8654,\n\tBANNER_DRAGON = 8656,\n\tBANNER_FAIRY = 8658,\n\tBANNER_GUTHIX = 8660,\n\tBANNER_HAM = 8662,\n\tBANNER_HORSE = 8664,\n\tBANNER_JOGRE = 8666,\n\tBANNER_KANDARIN = 8668,\n\tBANNER_MISTHALIN = 8670,\n\tBANNER_MONEY = 8672,\n\tBANNER_SARADOMIN = 8674,\n\tBANNER_SKULL = 8676,\n\tBANNER_VARROCK = 8678,\n\tBANNER_ZAMORAK = 8680,\n\tSTEEL_HERALDIC_HELM_ARRAV = 8682,\n\tSTEEL_HERALDIC_HELM_ASGARNIA = 8684,\n\tSTEEL_HERALDIC_HELM_DORGESHUUN = 8686,\n\tSTEEL_HERALDIC_HELM_DRAGON = 8688,\n\tSTEEL_HERALDIC_HELM_FAIRY = 8690,\n\tSTEEL_HERALDIC_HELM_GUTHIX = 8692,\n\tSTEEL_HERALDIC_HELM_HAM = 8694,\n\tSTEEL_HERALDIC_HELM_HORSE = 8696,\n\tSTEEL_HERALDIC_HELM_JOGRE = 8698,\n\tSTEEL_HERALDIC_HELM_KANDARIN = 8700,\n\tSTEEL_HERALDIC_HELM_MISTHALIN = 8702,\n\tSTEEL_HERALDIC_HELM_MONEY = 8704,\n\tSTEEL_HERALDIC_HELM_SARADOMIN = 8706,\n\tSTEEL_HERALDIC_HELM_SKULL = 8708,\n\tSTEEL_HERALDIC_HELM_VARROCK = 8710,\n\tSTEEL_HERALDIC_HELM_ZAMORAK = 8712,\n\tRUNE_KITESHIELD_ARRAV = 8714,\n\tRUNE_KITESHIELD_ASGARNIA = 8716,\n\tRUNE_KITESHIELD_DORGESHUUN = 8718,\n\tRUNE_KITESHIELD_DRAGON = 8720,\n\tRUNE_KITESHIELD_FAIRY = 8722,\n\tRUNE_KITESHIELD_GUTHIX = 8724,\n\tRUNE_KITESHIELD_HAM = 8726,\n\tRUNE_KITESHIELD_HORSE = 8728,\n\tRUNE_KITESHIELD_JOGRE = 8730,\n\tRUNE_KITESHIELD_KANDARIN = 8732,\n\tRUNE_KITESHIELD_MISTHALIN = 8734,\n\tRUNE_KITESHIELD_MONEY = 8736,\n\tRUNE_KITESHIELD_SARADOMIN = 8738,\n\tRUNE_KITESHIELD_SKULL = 8740,\n\tRUNE_KITESHIELD_VARROCK = 8742,\n\tRUNE_KITESHIELD_ZAMORAK = 8744,\n\tSTEEL_KITESHIELD_ARRAV = 8746,\n\tSTEEL_KITESHIELD_ASGARNIA = 8748,\n\tSTEEL_KITESHIELD_DORGESHUUN = 8750,\n\tSTEEL_KITESHIELD_DRAGON = 8752,\n\tSTEEL_KITESHIELD_FAIRY = 8754,\n\tSTEEL_KITESHIELD_GUTHIX = 8756,\n\tSTEEL_KITESHIELD_HAM = 8758,\n\tSTEEL_KITESHIELD_HORSE = 8760,\n\tSTEEL_KITESHIELD_JOGRE = 8762,\n\tSTEEL_KITESHIELD_KANDARIN = 8764,\n\tSTEEL_KITESHIELD_MISTHALIN = 8766,\n\tSTEEL_KITESHIELD_MONEY = 8768,\n\tSTEEL_KITESHIELD_SARADOMIN = 8770,\n\tSTEEL_KITESHIELD_SKULL = 8772,\n\tSTEEL_KITESHIELD_VARROCK = 8774,\n\tSTEEL_KITESHIELD_ZAMORAK = 8776,\n\tOAK_PLANK = 8778,\n\tTEAK_PLANK = 8780,\n\tMAHOGANY_PLANK = 8782,\n\tGOLD_LEAF = 8784,\n\tMARBLE_BLOCK = 8786,\n\tMAGIC_STONE = 8788,\n\tBOLT_OF_CLOTH = 8790,\n\tCLOCKWORK = 8792,\n\tSAW = 8794,\n\tTIMBER_BEAM = 8837,\n\tVOID_KNIGHT_TOP_NORMAL = 8839,\n\tVOID_KNIGHT_ROBE_NORMAL = 8840,\n\tVOID_KNIGHT_MACE_NORMAL = 8841,\n\tVOID_KNIGHT_GLOVES_NORMAL = 8842,\n\tBRONZE_DEFENDER_NORMAL = 8844,\n\tIRON_DEFENDER_NORMAL = 8845,\n\tSTEEL_DEFENDER_NORMAL = 8846,\n\tBLACK_DEFENDER_NORMAL = 8847,\n\tMITHRIL_DEFENDER_NORMAL = 8848,\n\tADAMANT_DEFENDER_NORMAL = 8849,\n\tRUNE_DEFENDER_NORMAL = 8850,\n\tBONE_DAGGER_UNPOISONED = 8872,\n\tBONE_DAGGER_POISON = 8874,\n\tDORGESHUUN_CROSSBOW = 8880,\n\tBONE_BOLTS = 8882,\n\tBLACK_MASK_10 = 8901,\n\tBLACK_MASK_9 = 8903,\n\tBLACK_MASK_8 = 8905,\n\tBLACK_MASK_7 = 8907,\n\tBLACK_MASK_6 = 8909,\n\tBLACK_MASK_5 = 8911,\n\tBLACK_MASK_4 = 8913,\n\tBLACK_MASK_3 = 8915,\n\tBLACK_MASK_2 = 8917,\n\tBLACK_MASK_1 = 8919,\n\tBLACK_MASK_UNCHARGED = 8921,\n\tWITCHWOOD_ICON = 8923,\n\tBANDANA_EYEPATCH_WHITE = 8924,\n\tBANDANA_EYEPATCH_RED = 8925,\n\tBANDANA_EYEPATCH_BLUE = 8926,\n\tBANDANA_EYEPATCH_BROWN = 8927,\n\tHAT_EYEPATCH = 8928,\n\tCRABCLAW_HOOK = 8929,\n\tPIRATE_BANDANA_TROUBLE_BREWING = 8949,\n\tPIRATE_HAT = 8950,\n\tBLUE_NAVAL_SHIRT = 8952,\n\tGREEN_NAVAL_SHIRT = 8953,\n\tRED_NAVAL_SHIRT = 8954,\n\tBROWN_NAVAL_SHIRT = 8955,\n\tBLACK_NAVAL_SHIRT = 8956,\n\tPURPLE_NAVAL_SHIRT = 8957,\n\tGREY_NAVAL_SHIRT = 8958,\n\tBLUE_TRICORN_HAT = 8959,\n\tGREEN_TRICORN_HAT = 8960,\n\tRED_TRICORN_HAT = 8961,\n\tBROWN_TRICORN_HAT = 8962,\n\tBLACK_TRICORN_HAT = 8963,\n\tPURPLE_TRICORN_HAT = 8964,\n\tGREY_TRICORN_HAT = 8965,\n\tCUTTHROAT_FLAG = 8966,\n\tGILDED_SMILE_FLAG = 8967,\n\tBRONZE_FIST_FLAG = 8968,\n\tLUCKY_SHOT_FLAG = 8969,\n\tTREASURE_FLAG = 8970,\n\tPHASMATYS_FLAG = 8971,\n\tBLUE_NAVY_SLACKS = 8991,\n\tGREEN_NAVY_SLACKS = 8992,\n\tRED_NAVY_SLACKS = 8993,\n\tBROWN_NAVY_SLACKS = 8994,\n\tBLACK_NAVY_SLACKS = 8995,\n\tPURPLE_NAVY_SLACKS = 8996,\n\tGREY_NAVY_SLACKS = 8997,\n\tSECURITY_BOOK = 9003,\n\tSTRONGHOLD_NOTES = 9004,\n\tFANCY_BOOTS = 9005,\n\tFIGHTING_BOOTS = 9006,\n\tSKULL_SCEPTRE = 9013,\n\tIVORY_COMB = 9026,\n\tGOLDEN_SCARAB = 9028,\n\tSTONE_SCARAB = 9030,\n\tPOTTERY_SCARAB = 9032,\n\tGOLDEN_STATUETTE = 9034,\n\tPOTTERY_STATUETTE = 9036,\n\tSTONE_STATUETTE = 9038,\n\tGOLD_SEAL = 9040,\n\tSTONE_SEAL = 9042,\n\tPHARAOHS_SCEPTRE_CHARGED = 9044,\n\tLOCUST_MEAT = 9052,\n\tMOONCLAN_HELM = 9068,\n\tMOONCLAN_HAT = 9069,\n\tMOONCLAN_ARMOUR = 9070,\n\tMOONCLAN_SKIRT = 9071,\n\tMOONCLAN_GLOVES = 9072,\n\tMOONCLAN_BOOTS = 9073,\n\tMOONCLAN_CAPE = 9074,\n\tASTRAL_RUNE = 9075,\n\tSEAL_OF_PASSAGE = 9083,\n\tLUNAR_STAFF = 9084,\n\tLUNAR_STAFF_PT1 = 9091,\n\tLUNAR_STAFF_PT2 = 9092,\n\tLUNAR_STAFF_PT3 = 9093,\n\tLUNAR_HELM = 9096,\n\tLUNAR_TORSO = 9097,\n\tLUNAR_LEGS = 9098,\n\tLUNAR_GLOVES = 9099,\n\tLUNAR_BOOTS = 9100,\n\tLUNAR_CAPE = 9101,\n\tLUNAR_AMULET = 9102,\n\tLUNAR_RING = 9104,\n\tASTRAL_TIARA = 9106,\n\tBLURITE_BOLTS_UNPOISONED = 9139,\n\tIRON_BOLTS_UNPOISONED = 9140,\n\tSTEEL_BOLTS_UNPOISONED = 9141,\n\tMITHRIL_BOLTS_UNPOISONED = 9142,\n\tADAMANT_BOLTS_UNPOISONED = 9143,\n\tRUNITE_BOLTS_UNPOISONED = 9144,\n\tSILVER_BOLTS_UNPOISONED = 9145,\n\tBRONZE_CROSSBOW = 9174,\n\tBLURITE_CROSSBOW = 9176,\n\tIRON_CROSSBOW = 9177,\n\tSTEEL_CROSSBOW = 9179,\n\tMITHRIL_CROSSBOW = 9181,\n\tADAMANT_CROSSBOW = 9183,\n\tRUNE_CROSSBOW = 9185,\n\tJADE_BOLT_TIPS = 9187,\n\tTOPAZ_BOLT_TIPS = 9188,\n\tSAPPHIRE_BOLT_TIPS = 9189,\n\tEMERALD_BOLT_TIPS = 9190,\n\tRUBY_BOLT_TIPS = 9191,\n\tDIAMOND_BOLT_TIPS = 9192,\n\tDRAGONSTONE_BOLT_TIPS = 9193,\n\tONYX_BOLT_TIPS = 9194,\n\tOPAL_BOLTS_E = 9236,\n\tJADE_BOLTS_E = 9237,\n\tPEARL_BOLTS_E = 9238,\n\tTOPAZ_BOLTS_E = 9239,\n\tSAPPHIRE_BOLTS_E = 9240,\n\tEMERALD_BOLTS_E = 9241,\n\tRUBY_BOLTS_E = 9242,\n\tDIAMOND_BOLTS_E = 9243,\n\tDRAGONSTONE_BOLTS_E = 9244,\n\tONYX_BOLTS_E = 9245,\n\tBLURITE_BOLTS_POISON = 9286,\n\tIRON_BOLTS_POISON = 9287,\n\tSTEEL_BOLTS_POISON = 9288,\n\tMITHRIL_BOLTS_POISON = 9289,\n\tADAMANT_BOLTS_POISON = 9290,\n\tRUNITE_BOLTS_POISON = 9291,\n\tSILVER_BOLTS_POISON = 9292,\n\tJADE_BOLTS = 9335,\n\tTOPAZ_BOLTS = 9336,\n\tSAPPHIRE_BOLTS = 9337,\n\tEMERALD_BOLTS = 9338,\n\tRUBY_BOLTS = 9339,\n\tDIAMOND_BOLTS = 9340,\n\tDRAGONSTONE_BOLTS = 9341,\n\tONYX_BOLTS = 9342,\n\tBRONZE_BOLTS_UNF = 9375,\n\tIRON_BOLTS_UNF = 9377,\n\tSTEEL_BOLTS_UNF = 9378,\n\tMITHRIL_BOLTS_UNF = 9379,\n\tADAMANT_BOLTSUNF = 9380,\n\tRUNITE_BOLTS_UNF = 9381,\n\tSILVER_BOLTS_UNF = 9382,\n\tMITH_GRAPPLE_TIP = 9416,\n\tMITH_GRAPPLE_UNF = 9418,\n\tMITH_GRAPPLE = 9419,\n\tBRONZE_LIMBS = 9420,\n\tIRON_LIMBS = 9423,\n\tSTEEL_LIMBS = 9425,\n\tMITHRIL_LIMBS = 9427,\n\tADAMANTITE_LIMBS = 9429,\n\tRUNITE_LIMBS = 9431,\n\tBOLT_MOULD = 9434,\n\tSINEW = 9436,\n\tCROSSBOW_STRING = 9438,\n\tWOODEN_STOCK = 9440,\n\tOAK_STOCK = 9442,\n\tWILLOW_STOCK = 9444,\n\tTEAK_STOCK = 9446,\n\tMAPLE_STOCK = 9448,\n\tMAHOGANY_STOCK = 9450,\n\tYEW_STOCK = 9452,\n\tBRONZE_CROSSBOW_U = 9454,\n\tIRON_CROSSBOW_U = 9457,\n\tSTEEL_CROSSBOW_U = 9459,\n\tMITHRIL_CROSSBOW_U = 9461,\n\tADAMANT_CROSSBOW_U = 9463,\n\tRUNITE_CROSSBOW_U = 9465,\n\tGRAND_SEED_POD = 9469,\n\tGNOME_SCARF = 9470,\n\tGNOME_GOGGLES = 9472,\n\tMINT_CAKE = 9475,\n\tTYRAS_HELM = 9629,\n\tVYREWATCH_TOP = 9634,\n\tVYREWATCH_LEGS = 9636,\n\tVYREWATCH_SHOES = 9638,\n\tCITIZEN_TOP = 9640,\n\tCITIZEN_TROUSERS = 9642,\n\tCITIZEN_SHOES = 9644,\n\tPROSELYTE_HARNESS_M = 9666,\n\tINITIATE_HARNESS_M = 9668,\n\tPROSELYTE_HARNESS_F = 9670,\n\tPROSELYTE_SALLET = 9672,\n\tPROSELYTE_HAUBERK = 9674,\n\tPROSELYTE_CUISSE = 9676,\n\tPROSELYTE_TASSET = 9678,\n\tTRAINING_SWORD = 9703,\n\tTRAINING_SHIELD = 9704,\n\tTRAINING_BOW = 9705,\n\tTRAINING_ARROWS = 9706,\n\tELEMENTAL_HELMET = 9729,\n\tMIND_SHIELD = 9731,\n\tMIND_HELMET = 9733,\n\tDESERT_GOAT_HORN = 9735,\n\tGOAT_HORN_DUST = 9736,\n\tCOMBAT_POTION_4_DOSE = 9739,\n\tCOMBAT_POTION_3_DOSE = 9741,\n\tCOMBAT_POTION_2_DOSE = 9743,\n\tCOMBAT_POTION_1_DOSE = 9745,\n\tATTACK_CAPE_UNTRIMMED = 9747,\n\tATTACK_CAPE_TRIMMED = 9748,\n\tATTACK_HOOD = 9749,\n\tSTRENGTH_CAPE_UNTRIMMED = 9750,\n\tSTRENGTH_CAPE_TRIMMED = 9751,\n\tSTRENGTH_HOOD = 9752,\n\tDEFENCE_CAPE_UNTRIMMED = 9753,\n\tDEFENCE_CAPE_TRIMMED = 9754,\n\tDEFENCE_HOOD = 9755,\n\tRANGING_CAPE_UNTRIMMED = 9756,\n\tRANGING_CAPE_TRIMMED = 9757,\n\tRANGING_HOOD = 9758,\n\tPRAYER_CAPE_UNTRIMMED = 9759,\n\tPRAYER_CAPE_TRIMMED = 9760,\n\tPRAYER_HOOD = 9761,\n\tMAGIC_CAPE_UNTRIMMED = 9762,\n\tMAGIC_CAPE_TRIMMED = 9763,\n\tMAGIC_HOOD = 9764,\n\tRUNECRAFT_CAPE_UNTRIMMED = 9765,\n\tRUNECRAFT_CAPE_TRIMMED = 9766,\n\tRUNECRAFT_HOOD = 9767,\n\tHITPOINTS_CAPE_UNTRIMMED = 9768,\n\tHITPOINTS_CAPE_TRIMMED = 9769,\n\tHITPOINTS_HOOD = 9770,\n\tAGILITY_CAPE_UNTRIMMED = 9771,\n\tAGILITY_CAPE_TRIMMED = 9772,\n\tAGILITY_HOOD = 9773,\n\tHERBLORE_CAPE_UNTRIMMED = 9774,\n\tHERBLORE_CAPE_TRIMMED = 9775,\n\tHERBLORE_HOOD = 9776,\n\tTHIEVING_CAPE_UNTRIMMED = 9777,\n\tTHIEVING_CAPE_TRIMMED = 9778,\n\tTHIEVING_HOOD = 9779,\n\tCRAFTING_CAPE_UNTRIMMED = 9780,\n\tCRAFTING_CAPE_TRIMMED = 9781,\n\tCRAFTING_HOOD = 9782,\n\tFLETCHING_CAPE_UNTRIMMED = 9783,\n\tFLETCHING_CAPE_TRIMMED = 9784,\n\tFLETCHING_HOOD = 9785,\n\tSLAYER_CAPE_UNTRIMMED = 9786,\n\tSLAYER_CAPE_TRIMMED = 9787,\n\tSLAYER_HOOD = 9788,\n\tCONSTRUCT_CAPE_UNTRIMMED = 9789,\n\tCONSTRUCT_CAPE_TRIMMED = 9790,\n\tCONSTRUCT_HOOD = 9791,\n\tMINING_CAPE_UNTRIMMED = 9792,\n\tMINING_CAPE_TRIMMED = 9793,\n\tMINING_HOOD = 9794,\n\tSMITHING_CAPE_UNTRIMMED = 9795,\n\tSMITHING_CAPE_TRIMMED = 9796,\n\tSMITHING_HOOD = 9797,\n\tFISHING_CAPE_UNTRIMMED = 9798,\n\tFISHING_CAPE_TRIMMED = 9799,\n\tFISHING_HOOD = 9800,\n\tCOOKING_CAPE_UNTRIMMED = 9801,\n\tCOOKING_CAPE_TRIMMED = 9802,\n\tCOOKING_HOOD = 9803,\n\tFIREMAKING_CAPE_UNTRIMMED = 9804,\n\tFIREMAKING_CAPE_TRIMMED = 9805,\n\tFIREMAKING_HOOD = 9806,\n\tWOODCUTTING_CAPE_UNTRIMMED = 9807,\n\tWOODCUTTING_CAPE_TRIMMED = 9808,\n\tWOODCUTTING_HOOD = 9809,\n\tFARMING_CAPE_UNTRIMMED = 9810,\n\tFARMING_CAPE_TRIMMED = 9811,\n\tFARMING_HOOD = 9812,\n\tQUEST_POINT_CAPE_UNTRIMMED = 9813,\n\tQUEST_POINT_HOOD = 9814,\n\tOAK_CAPE_RACK_FLATPACK = 9843,\n\tTEAK_CAPE_RACK_FLATPACK = 9844,\n\tMAHOGANY_CAPE_RACK_FLATPACK = 9845,\n\tGILDED_CAPE_RACK_FLATPACK = 9846,\n\tMARBLE_CAPE_RACK_FLATPACK = 9847,\n\tMAGIC_CAPE_RACK_FLATPACK = 9848,\n\tOAK_TOY_BOX_FLATPACK = 9849,\n\tTEAK_TOY_BOX_FLATPACK = 9850,\n\tMAHOGANY_TOY_BOX_FLATPACK = 9851,\n\tOAK_MAGIC_WARDROBE_FLATPACK = 9852,\n\tCARVED_OAK_MAGIC_WARDROBE_FLATPACK = 9853,\n\tTEAK_MAGIC_WARDROBE_FLATPACK = 9854,\n\tCARVED_TEAK_MAGIC_WARDROBE_FLATPACK = 9855,\n\tMAHOGANY_MAGIC_WARDROBE_FLATPACK = 9856,\n\tGILDED_MAGIC_WARDROBE_FLATPACK = 9857,\n\tMARBLE_MAGIC_WARDROBE_FLATPACK = 9858,\n\tOAK_ARMOUR_CASE_FLATPACK = 9859,\n\tTEAK_ARMOUR_CASE_FLATPACK = 9860,\n\tMAHOGANY_ARMOUR_CASE_FLATPACK = 9861,\n\tOAK_TREASURE_CHEST_FLATPACK = 9862,\n\tTEAK_TREASURE_CHEST_FLATPACK = 9863,\n\tM_TREASURE_CHEST_FLATPACK = 9864,\n\tOAK_FANCY_DRESS_BOX_FLATPACK = 9865,\n\tTEAK_FANCY_DRESS_BOX_FLATPACK = 9866,\n\tMAHOGANY_FANCY_DRESS_BOX_FLATPACK = 9867,\n\tJACK_LANTERN_MASK = 9920,\n\tSKELETON_BOOTS = 9921,\n\tSKELETON_GLOVES = 9922,\n\tSKELETON_LEGGINGS = 9923,\n\tSKELETON_SHIRT = 9924,\n\tSKELETON_MASK = 9925,\n\tBOMBER_JACKET = 9944,\n\tBOMBER_CAP = 9945,\n\tCAP_AND_GOGGLES = 9946,\n\tHUNTER_CAPE_UNTRIMMED = 9948,\n\tHUNTER_CAPE_TRIMMED = 9949,\n\tHUNTER_HOOD = 9950,\n\tRAW_BIRD_MEAT = 9978,\n\tROAST_BIRD_MEAT = 9980,\n\tRAW_BEAST_MEAT = 9986,\n\tROAST_BEAST_MEAT = 9988,\n\tSPICY_TOMATO = 9994,\n\tSPICY_MINCED_MEAT = 9996,\n\tHUNTER_POTION_4_DOSE = 9998,\n\tHUNTER_POTION_3_DOSE = 10000,\n\tHUNTER_POTION_2_DOSE = 10002,\n\tHUNTER_POTION_1_DOSE = 10004,\n\tBIRD_SNARE = 10006,\n\tBOX_TRAP = 10008,\n\tBUTTERFLY_NET = 10010,\n\tBUTTERFLY_JAR = 10012,\n\tBLACK_WARLOCK_ITEM = 10014,\n\tSNOWY_KNIGHT_ITEM = 10016,\n\tSAPPHIRE_GLACIALIS_ITEM = 10018,\n\tRUBY_HARVEST_ITEM = 10020,\n\tFALCONERS_GLOVE_NO_FALCON = 10023,\n\tFALCONERS_GLOVE_WITH_FALCON = 10024,\n\tMAGIC_BOX = 10025,\n\tTEASING_STICK = 10029,\n\tRABBIT_SNARE = 10031,\n\tCHINCHOMPA = 10033,\n\tRED_CHINCHOMPA = 10034,\n\tKYATT_LEGS = 10035,\n\tKYATT_TOP = 10037,\n\tKYATT_HAT = 10039,\n\tLARUPIA_LEGS = 10041,\n\tLARUPIA_TOP = 10043,\n\tLARUPIA_HAT = 10045,\n\tGRAAHK_LEGS = 10047,\n\tGRAAHK_TOP = 10049,\n\tGRAAHK_HEADDRESS = 10051,\n\tWOOD_CAMO_TOP = 10053,\n\tWOOD_CAMO_LEGS = 10055,\n\tJUNGLE_CAMO_TOP = 10057,\n\tJUNGLE_CAMO_LEGS = 10059,\n\tDESERT_CAMO_TOP = 10061,\n\tDESERT_CAMO_LEGS = 10063,\n\tPOLAR_CAMO_TOP = 10065,\n\tPOLAR_CAMO_LEGS = 10067,\n\tSPOTTED_CAPE_INVENTORY = 10069,\n\tSPOTTIER_CAPE_INVENTORY = 10071,\n\tGLOVES_OF_SILENCE = 10075,\n\tSPIKY_VAMBRACES = 10077,\n\tGREEN_SPIKY_VAMBRACES = 10079,\n\tBLUE_SPIKY_VAMBRACES = 10081,\n\tRED_SPIKY_VAMBRACES = 10083,\n\tBLACK_SPIKY_VAMBRACES = 10085,\n\tSTRIPY_FEATHER = 10087,\n\tRED_FEATHER = 10088,\n\tBLUE_FEATHER = 10089,\n\tYELLOW_FEATHER = 10090,\n\tORANGE_FEATHER = 10091,\n\tTATTY_LARUPIA_FUR = 10093,\n\tLARUPIA_FUR = 10095,\n\tTATTY_GRAAHK_FUR = 10097,\n\tGRAAHK_FUR = 10099,\n\tTATTY_KYATT_FUR = 10101,\n\tKYATT_FUR = 10103,\n\tKEBBIT_SPIKE = 10105,\n\tLONG_KEBBIT_SPIKE = 10107,\n\tKEBBIT_TEETH = 10109,\n\tKEBBIT_TEETH_DUST = 10111,\n\tKEBBIT_CLAWS = 10113,\n\tDARK_KEBBIT_FUR = 10115,\n\tPOLAR_KEBBIT_FUR = 10117,\n\tFELDIP_WEASEL_FUR = 10119,\n\tCOMMON_KEBBIT_FUR = 10121,\n\tDESERT_DEVIL_FUR = 10123,\n\tSPOTTED_KEBBIT_FUR = 10125,\n\tDASHING_KEBBIT_FUR = 10127,\n\tBARBTAIL_HARPOON = 10129,\n\tSTRUNG_RABBIT_FOOT = 10132,\n\tRABBIT_FOOT = 10134,\n\tRAINBOW_FISH = 10136,\n\tRAW_RAINBOW_FISH = 10138,\n\tGUAM_TAR = 10142,\n\tMARRENTILL_TAR = 10143,\n\tTARROMIN_TAR = 10144,\n\tHARRALANDER_TAR = 10145,\n\tORANGE_SALAMANDER = 10146,\n\tRED_SALAMANDER = 10147,\n\tBLACK_SALAMANDER = 10148,\n\tSWAMP_LIZARD = 10149,\n\tNOOSE_WAND = 10150,\n\tHUNTERS_CROSSBOW = 10156,\n\tKEBBIT_BOLTS = 10158,\n\tLONG_KEBBIT_BOLTS = 10159,\n\tEAGLE_CAPE = 10171,\n\tFAKE_BEAK = 10172,\n\tWILLOW_COMP_BOW = 10280,\n\tYEW_COMP_BOW = 10282,\n\tMAGIC_COMP_BOW = 10284,\n\tRUNE_HELM_H1 = 10286,\n\tRUNE_HELM_H2 = 10288,\n\tRUNE_HELM_H3 = 10290,\n\tRUNE_HELM_H4 = 10292,\n\tRUNE_HELM_H5 = 10294,\n\tADAMANT_HELM_H1 = 10296,\n\tADAMANT_HELM_H2 = 10298,\n\tADAMANT_HELM_H3 = 10300,\n\tADAMANT_HELM_H4 = 10302,\n\tADAMANT_HELM_H5 = 10304,\n\tBLACK_HELM_H1 = 10306,\n\tBLACK_HELM_H2 = 10308,\n\tBLACK_HELM_H3 = 10310,\n\tBLACK_HELM_H4 = 10312,\n\tBLACK_HELM_H5 = 10314,\n\tBOBS_RED_SHIRT = 10316,\n\tBOBS_BLUE_SHIRT = 10318,\n\tBOBS_GREEN_SHIRT = 10320,\n\tBOBS_BLACK_SHIRT = 10322,\n\tBOBS_PURPLE_SHIRT = 10324,\n\tPURPLE_FIRELIGHTER = 10326,\n\tWHITE_FIRELIGHTER = 10327,\n\tTHIRD_AGE_RANGE_TOP = 10330,\n\tTHIRD_AGE_RANGE_LEGS = 10332,\n\tTHIRD_AGE_RANGE_COIF = 10334,\n\tTHIRD_AGE_VAMBRACES = 10336,\n\tTHIRD_AGE_ROBE_TOP = 10338,\n\tTHIRD_AGE_ROBE = 10340,\n\tTHIRD_AGE_MAGE_HAT = 10342,\n\tTHIRD_AGE_AMULET = 10344,\n\tTHIRD_AGE_PLATELEGS = 10346,\n\tTHIRD_AGE_PLATEBODY = 10348,\n\tTHIRD_AGE_FULL_HELMET = 10350,\n\tTHIRD_AGE_KITESHIELD = 10352,\n\tAMULET_OF_GLORY_T_T4 = 10354,\n\tAMULET_OF_GLORY_T_T3 = 10356,\n\tAMULET_OF_GLORY_T_T2 = 10358,\n\tAMULET_OF_GLORY_T_T1 = 10360,\n\tAMULET_OF_GLORY_T_UNCHARGED = 10362,\n\tSTRENGTH_AMULET_T = 10364,\n\tAMULET_OF_MAGIC_T = 10366,\n\tZAMORAK_BRACERS = 10368,\n\tZAMORAK_DHIDE_BODY = 10370,\n\tZAMORAK_CHAPS = 10372,\n\tZAMORAK_COIF = 10374,\n\tGUTHIX_BRACERS = 10376,\n\tGUTHIX_DHIDE_BODY = 10378,\n\tGUTHIX_CHAPS = 10380,\n\tGUTHIX_COIF = 10382,\n\tSARADOMIN_BRACERS = 10384,\n\tSARADOMIN_DHIDE_BODY = 10386,\n\tSARADOMIN_CHAPS = 10388,\n\tSARADOMIN_COIF = 10390,\n\tA_POWDERED_WIG = 10392,\n\tFLARED_TROUSERS = 10394,\n\tPANTALOONS = 10396,\n\tSLEEPING_CAP = 10398,\n\tBLACK_ELEGANT_SHIRT = 10400,\n\tBLACK_ELEGANT_LEGS = 10402,\n\tRED_ELEGANT_SHIRT = 10404,\n\tRED_ELEGANT_LEGS = 10406,\n\tBLUE_ELEGANT_SHIRT = 10408,\n\tBLUE_ELEGANT_LEGS = 10410,\n\tGREEN_ELEGANT_SHIRT = 10412,\n\tGREEN_ELEGANT_LEGS = 10414,\n\tPURPLE_ELEGANT_SHIRT = 10416,\n\tPURPLE_ELEGANT_LEGS = 10418,\n\tWHITE_ELEGANT_BLOUSE = 10420,\n\tWHITE_ELEGANT_SKIRT = 10422,\n\tRED_ELEGANT_BLOUSE = 10424,\n\tRED_ELEGANT_SKIRT = 10426,\n\tBLUE_ELEGANT_BLOUSE = 10428,\n\tBLUE_ELEGANT_SKIRT = 10430,\n\tGREEN_ELEGANT_BLOUSE = 10432,\n\tGREEN_ELEGANT_SKIRT = 10434,\n\tPURPLE_ELEGANT_BLOUSE = 10436,\n\tPURPLE_ELEGANT_SKIRT = 10438,\n\tSARADOMIN_CROZIER = 10440,\n\tGUTHIX_CROZIER = 10442,\n\tZAMORAK_CROZIER = 10444,\n\tSARADOMIN_CLOAK = 10446,\n\tGUTHIX_CLOAK = 10448,\n\tZAMORAK_CLOAK = 10450,\n\tSARADOMIN_MITRE = 10452,\n\tGUTHIX_MITRE = 10454,\n\tZAMORAK_MITRE = 10456,\n\tSARADOMIN_ROBE_TOP = 10458,\n\tZAMORAK_ROBE_TOP = 10460,\n\tGUTHIX_ROBE_TOP = 10462,\n\tSARADOMIN_ROBE_LEGS = 10464,\n\tGUTHIX_ROBE_LEGS = 10466,\n\tZAMORAK_ROBE_LEGS = 10468,\n\tSARADOMIN_STOLE = 10470,\n\tGUTHIX_STOLE = 10472,\n\tZAMORAK_STOLE = 10474,\n\tPURPLE_SWEETS = 10476,\n\tUNDEAD_CHICKEN_ITEM = 10487,\n\tBLESSED_AXE = 10491,\n\tPOLISHED_BUTTONS = 10496,\n\tAVAS_ATTRACTOR = 10498,\n\tAVAS_ACCUMULATOR = 10499,\n\tCRONEMADE_AMULET = 10500,\n\tSNOWBALL = 10501,\n\tREINDEER_HAT = 10507,\n\tHEALER_HAT_NORMAL = 10547,\n\tFIGHTER_HAT_NORMAL = 10548,\n\tRUNNER_HAT_NORMAL = 10549,\n\tRANGER_HAT_NORMAL = 10550,\n\tFIGHTER_TORSO_NORMAL = 10551,\n\tRUNNER_BOOTS = 10552,\n\tPENANCE_GLOVES_INVENTORY = 10553,\n\tPENANCE_SKIRT_NORMAL = 10555,\n\tGRANITE_BODY = 10564,\n\tKERIS_UNPOISONED = 10581,\n\tKERIS_POISON = 10582,\n\tSALVE_AMULET_E = 10588,\n\tGRANITE_HELM = 10589,\n\tARCTIC_PYRE_LOGS = 10808,\n\tARCTIC_PINE_LOGS = 10810,\n\tSPLIT_LOG = 10812,\n\tHAIR = 10814,\n\tRAW_YAK_MEAT = 10816,\n\tYAKHIDE = 10818,\n\tCURED_YAKHIDE = 10820,\n\tYAKHIDE_ARMOUR_TOP = 10822,\n\tYAKHIDE_ARMOUR_LEGS = 10824,\n\tNEITIZNOT_SHIELD = 10826,\n\tHELM_OF_NEITIZNOT = 10828,\n\tSILLY_JESTER_HAT = 10836,\n\tSILLY_JESTER_TOP = 10837,\n\tSILLY_JESTER_TIGHTS = 10838,\n\tSILLY_JESTER_BOOTS = 10839,\n\tSHADOW_SWORD = 10858,\n\tHARD_HAT = 10862,\n\tBUILDERS_SHIRT = 10863,\n\tBUILDERS_TROUSERS = 10864,\n\tBUILDERS_BOOTS = 10865,\n\tPLAIN_SATCHEL = 10877,\n\tGREEN_SATCHEL = 10878,\n\tRED_SATCHEL = 10879,\n\tBLACK_SATCHEL = 10880,\n\tGOLD_SATCHEL = 10881,\n\tRUNE_SATCHEL = 10882,\n\tBARRELCHEST_ANCHOR_FIXED = 10887,\n\tWOODEN_CAT = 10891,\n\tSANFEW_SERUM_4_DOSE = 10925,\n\tSANFEW_SERUM_3_DOSE = 10927,\n\tSANFEW_SERUM_2_DOSE = 10929,\n\tSANFEW_SERUM_1_DOSE = 10931,\n\tLUMBERJACK_BOOTS = 10933,\n\tNAIL_BEAST_NAILS = 10937,\n\tLUMBERJACK_TOP = 10939,\n\tLUMBERJACK_LEGS = 10940,\n\tLUMBERJACK_HAT = 10941,\n\tSLAYER_BELL = 10952,\n\tFROGLEATHER_BODY = 10954,\n\tFROGLEATHER_CHAPS = 10956,\n\tFROGLEATHER_BOOTS = 10958,\n\tLIGHT_ORB = 10973,\n\tSWAMP_WEED = 10978,\n\tCAVE_GOBLIN_WIRE = 10981,\n\tGOBLIN_BOOK = 10999,\n\tBEACON_RING = 11014,\n\tCHICKEN_FEET = 11019,\n\tCHICKEN_WINGS = 11020,\n\tCHICKEN_HEAD = 11021,\n\tCHICKEN_LEGS = 11022,\n\tBRINE_SABRE = 11037,\n\tANCIENT_MACE = 11061,\n\tBRACELET_MOULD = 11065,\n\tGOLD_BRACELET = 11069,\n\tSAPPHIRE_BRACELET = 11072,\n\tBRACELET_OF_CLAY = 11074,\n\tEMERALD_BRACELET = 11076,\n\tCASTLE_WARS_BRACELET_3 = 11079,\n\tCASTLE_WARS_BRACELET_2 = 11081,\n\tCASTLE_WARS_BRACELET_1 = 11083,\n\tRUBY_BRACELET = 11085,\n\tINOCULATION_BRACELET = 11088,\n\tPHOENIX_NECKLACE = 11090,\n\tDIAMOND_BRACELET = 11092,\n\tABYSSAL_BRACELET_5 = 11095,\n\tABYSSAL_BRACELET_4 = 11097,\n\tABYSSAL_BRACELET_3 = 11099,\n\tABYSSAL_BRACELET_2 = 11101,\n\tABYSSAL_BRACELET_1 = 11103,\n\tSKILLS_NECKLACE_4 = 11105,\n\tSKILLS_NECKLACE_3 = 11107,\n\tSKILLS_NECKLACE_2 = 11109,\n\tSKILLS_NECKLACE_1 = 11111,\n\tSKILLS_NECKLACE_UNCHARGED = 11113,\n\tDRAGONSTONE_BRACELET = 11115,\n\tCOMBAT_BRACELET_4 = 11118,\n\tCOMBAT_BRACELET_3 = 11120,\n\tCOMBAT_BRACELET_2 = 11122,\n\tCOMBAT_BRACELET_1 = 11124,\n\tCOMBAT_BRACELET_UNCHARGED = 11126,\n\tBERSERKER_NECKLACE = 11128,\n\tONYX_BRACELET = 11130,\n\tREGEN_BRACELET = 11133,\n\tKARAMJA_GLOVES_1 = 11136,\n\tKARAMJA_GLOVES_2 = 11138,\n\tKARAMJA_GLOVES_3 = 11140,\n\tDIGSITE_PENDANT_1 = 11190,\n\tDIGSITE_PENDANT_2 = 11191,\n\tDIGSITE_PENDANT_3 = 11192,\n\tDIGSITE_PENDANT_4 = 11193,\n\tDIGSITE_PENDANT_5 = 11194,\n\tCLEAN_NECKLACE = 11195,\n\tDWARVEN_HELMET = 11200,\n\tSHRUNK_OGLEROOT = 11205,\n\tDRAGON_ARROW_UNPOISONED = 11212,\n\tDRAGON_FIRE_ARROW_UNLIT = 11217,\n\tDRAGON_FIRE_ARROW_LIT = 11222,\n\tDRAGON_ARROW_POISON = 11227,\n\tDRAGON_DART_UNPOISONED = 11230,\n\tDRAGON_DART_POISON = 11231,\n\tDRAGON_DART_TIP = 11232,\n\tDARK_BOW_REGULAR = 11235,\n\tDRAGON_ARROWTIPS = 11237,\n\tBABY_IMPLING_JAR = 11238,\n\tYOUNG_IMPLING_JAR = 11240,\n\tGOURMET_IMPLING_JAR = 11242,\n\tEARTH_IMPLING_JAR = 11244,\n\tESSENCE_IMPLING_JAR = 11246,\n\tECLECTIC_IMPLING_JAR = 11248,\n\tNATURE_IMPLING_JAR = 11250,\n\tMAGPIE_IMPLING_JAR = 11252,\n\tNINJA_IMPLING_JAR = 11254,\n\tDRAGON_IMPLING_JAR = 11256,\n\tMAGIC_BUTTERFLY_NET = 11259,\n\tIMPLING_JAR = 11260,\n\tCAVALIER_MASK = 11280,\n\tBERET_MASK = 11282,\n\tDRAGONFIRE_SHIELD_CHARGED = 11283,\n\tDRAGONFIRE_SHIELD_UNCHARGED = 11284,\n\tDRACONIC_VISAGE = 11286,\n\tROE = 11324,\n\tCAVIAR = 11326,\n\tLEAPING_TROUT = 11328,\n\tLEAPING_SALMON = 11330,\n\tLEAPING_STURGEON = 11332,\n\tFISH_OFFCUTS = 11334,\n\tDRAGON_FULL_HELM = 11335,\n\tBRONZE_HASTA_UNPOISONED = 11367,\n\tIRON_HASTA_UNPOISONED = 11369,\n\tSTEEL_HASTA_UNPOISONED = 11371,\n\tMITHRIL_HASTA_UNPOISONED = 11373,\n\tADAMANT_HASTA_UNPOISONED = 11375,\n\tRUNE_HASTA_UNPOISONED = 11377,\n\tBRONZE_HASTA_POISON = 11379,\n\tBRONZE_HASTA_KARAMBWAN_POISON = 11381,\n\tIRON_HASTA_POISON = 11386,\n\tIRON_HASTA_KARAMBWAN_POISON = 11388,\n\tSTEEL_HASTA_POISON = 11393,\n\tSTEEL_HASTA_KARAMBWAN_POISON = 11395,\n\tMITHRIL_HASTA_POISON = 11400,\n\tMITHRIL_HASTA_KARAMBWAN_POISON = 11402,\n\tADAMANT_HASTA_POISON = 11407,\n\tADAMANT_HASTA_KARAMBWAN_POISON = 11409,\n\tRUNE_HASTA_POISON = 11414,\n\tRUNE_HASTA_KARAMBWAN_POISON = 11416,\n\tATTACK_MIX_2_DOSE = 11429,\n\tATTACK_MIX_1_DOSE = 11431,\n\tANTIPOISON_MIX_2_DOSE = 11433,\n\tANTIPOISON_MIX_1_DOSE = 11435,\n\tRELICYMS_MIX_2_DOSE = 11437,\n\tRELICYMS_MIX_1_DOSE = 11439,\n\tSTRENGTH_MIX_1_DOSE = 11441,\n\tSTRENGTH_MIX_2_DOSE = 11443,\n\tCOMBAT_MIX_2_DOSE = 11445,\n\tCOMBAT_MIX_1_DOSE = 11447,\n\tRESTORE_MIX_2_DOSE = 11449,\n\tRESTORE_MIX_1_DOSE = 11451,\n\tENERGY_MIX_2_DOSE = 11453,\n\tENERGY_MIX_1_DOSE = 11455,\n\tDEFENCE_MIX_2_DOSE = 11457,\n\tDEFENCE_MIX_1_DOSE = 11459,\n\tAGILITY_MIX_2_DOSE = 11461,\n\tAGILITY_MIX_1_DOSE = 11463,\n\tPRAYER_MIX_2_DOSE = 11465,\n\tPRAYER_MIX_1_DOSE = 11467,\n\tSUPERATTACK_MIX_2_DOSE = 11469,\n\tSUPERATTACK_MIX_1_DOSE = 11471,\n\tANTIPOISON_SUPERMIX_2_DOSE = 11473,\n\tANTIPOISON_SUPERMIX_1_DOSE = 11475,\n\tFISHING_MIX_2_DOSE = 11477,\n\tFISHING_MIX_1_DOSE = 11479,\n\tSUPER_ENERGY_MIX_2_DOSE = 11481,\n\tSUPER_ENERGY_MIX_1_DOSE = 11483,\n\tSUPER_STR_MIX_2_DOSE = 11485,\n\tSUPER_STR_MIX_1_DOSE = 11487,\n\tMAGIC_ESSENCE_MIX_2_DOSE = 11489,\n\tMAGIC_ESSENCE_MIX_1_DOSE = 11491,\n\tSUPER_RESTORE_MIX_2_DOSE = 11493,\n\tSUPER_RESTORE_MIX_1_DOSE = 11495,\n\tSUPER_DEF_MIX_2_DOSE = 11497,\n\tSUPER_DEF_MIX_1_DOSE = 11499,\n\tANTIFIRE_MIX_2_DOSE = 11505,\n\tANTIFIRE_MIX_1_DOSE = 11507,\n\tRANGING_MIX_2_DOSE = 11509,\n\tRANGING_MIX_1_DOSE = 11511,\n\tMAGIC_MIX_2_DOSE = 11513,\n\tMAGIC_MIX_1_DOSE = 11515,\n\tHUNTING_MIX_2_DOSE = 11517,\n\tHUNTING_MIX_1_DOSE = 11519,\n\tZAMORAK_MIX_2_DOSE = 11521,\n\tZAMORAK_MIX_1_DOSE = 11523,\n\tVOID_MAGE_HELM_NORMAL = 11663,\n\tVOID_RANGER_HELM_NORMAL = 11664,\n\tVOID_MELEE_HELM_NORMAL = 11665,\n\tVOID_SEAL_8 = 11666,\n\tVOID_SEAL_7 = 11667,\n\tVOID_SEAL_6 = 11668,\n\tVOID_SEAL_5 = 11669,\n\tVOID_SEAL_4 = 11670,\n\tVOID_SEAL_3 = 11671,\n\tVOID_SEAL_2 = 11672,\n\tVOID_SEAL_1 = 11673,\n\tBEACH_BOXING_GLOVES_YELLOW = 11705,\n\tBEACH_BOXING_GLOVES_PINK = 11706,\n\tCURSED_GOBLIN_HAMMER = 11707,\n\tCURSED_GOBLIN_BOW = 11708,\n\tCURSED_GOBLIN_STAFF = 11709,\n\tANTIDRAGON_SHIELD_NZ = 11710,\n\tMAGIC_SECATEURS_NZ = 11711,\n\tRUNE_PICKAXE_NZ = 11719,\n\tMITHRIL_PICKAXE_NZ = 11720,\n\tIRON_PICKAXE_NZ = 11721,\n\tCRYSTAL_BOW_I_NEW = 11748,\n\tCRYSTAL_BOW_I_FULL = 11749,\n\tCRYSTAL_BOW_I_910 = 11750,\n\tCRYSTAL_BOW_I_810 = 11751,\n\tCRYSTAL_BOW_I_710 = 11752,\n\tCRYSTAL_BOW_I_610 = 11753,\n\tCRYSTAL_BOW_I_510 = 11754,\n\tCRYSTAL_BOW_I_410 = 11755,\n\tCRYSTAL_BOW_I_310 = 11756,\n\tCRYSTAL_BOW_I_210 = 11757,\n\tCRYSTAL_BOW_I_110 = 11758,\n\tCRYSTAL_SHIELD_I_NEW = 11759,\n\tCRYSTAL_SHIELD_I_FULL = 11760,\n\tCRYSTAL_SHIELD_I_910 = 11761,\n\tCRYSTAL_SHIELD_I_810 = 11762,\n\tCRYSTAL_SHIELD_I_710 = 11763,\n\tCRYSTAL_SHIELD_I_610 = 11764,\n\tCRYSTAL_SHIELD_I_510 = 11765,\n\tCRYSTAL_SHIELD_I_410 = 11766,\n\tCRYSTAL_SHIELD_I_310 = 11767,\n\tCRYSTAL_SHIELD_I_210 = 11768,\n\tCRYSTAL_SHIELD_I_110 = 11769,\n\tSEERS_RING_I_NIGHTMARE_ZONE = 11770,\n\tARCHERS_RING_I_NIGHTMARE_ZONE = 11771,\n\tWARRIOR_RING_I_NIGHTMARE_ZONE = 11772,\n\tBERSERKER_RING_I_NIGHTMARE_ZONE = 11773,\n\tBLACK_MASK_I_10 = 11774,\n\tBLACK_MASK_I_9 = 11775,\n\tBLACK_MASK_I_8 = 11776,\n\tBLACK_MASK_I_7 = 11777,\n\tBLACK_MASK_I_6 = 11778,\n\tBLACK_MASK_I_5 = 11779,\n\tBLACK_MASK_I_4 = 11780,\n\tBLACK_MASK_I_3 = 11781,\n\tBLACK_MASK_I_2 = 11782,\n\tBLACK_MASK_I_1 = 11783,\n\tBLACK_MASK_I_UNCHARGED = 11784,\n\tARMADYL_CROSSBOW = 11785,\n\tSTEAM_BATTLESTAFF = 11787,\n\tMYSTIC_STEAM_STAFF = 11789,\n\tSTAFF_OF_THE_DEAD = 11791,\n\tGODSWORD_BLADE = 11798,\n\tARMADYL_GODSWORD = 11802,\n\tBANDOS_GODSWORD = 11804,\n\tSARADOMIN_GODSWORD = 11806,\n\tZAMORAK_GODSWORD = 11808,\n\tARMADYL_HILT = 11810,\n\tBANDOS_HILT = 11812,\n\tSARADOMIN_HILT = 11814,\n\tZAMORAK_HILT = 11816,\n\tGODSWORD_SHARD_1 = 11818,\n\tGODSWORD_SHARD_2 = 11820,\n\tGODSWORD_SHARD_3 = 11822,\n\tZAMORAKIAN_SPEAR = 11824,\n\tARMADYL_HELMET = 11826,\n\tARMADYL_CHESTPLATE = 11828,\n\tARMADYL_CHAINSKIRT = 11830,\n\tBANDOS_CHESTPLATE = 11832,\n\tBANDOS_TASSETS = 11834,\n\tBANDOS_BOOTS = 11836,\n\tSARADOMIN_SWORD = 11838,\n\tDRAGON_BOOTS = 11840,\n\tBLACK_HWEEN_MASK = 11847,\n\tGRACEFUL_HOOD_INVENTORY = 11850,\n\tGRACEFUL_CAPE_INVENTORY = 11852,\n\tGRACEFUL_TOP_INVENTORY = 11854,\n\tGRACEFUL_LEGS_INVENTORY = 11856,\n\tGRACEFUL_GLOVES_INVENTORY = 11858,\n\tGRACEFUL_BOOTS_INVENTORY = 11860,\n\tBLACK_PARTYHAT = 11862,\n\tRAINBOW_PARTYHAT = 11863,\n\tSLAYER_HELMET = 11864,\n\tSLAYER_HELMET_I_NIGHTMARE_ZONE = 11865,\n\tSLAYER_RING_8 = 11866,\n\tSLAYER_RING_7 = 11867,\n\tSLAYER_RING_6 = 11868,\n\tSLAYER_RING_5 = 11869,\n\tSLAYER_RING_4 = 11870,\n\tSLAYER_RING_3 = 11871,\n\tSLAYER_RING_2 = 11872,\n\tSLAYER_RING_1 = 11873,\n\tBROAD_ARROWHEADS = 11874,\n\tBROAD_BOLTS = 11875,\n\tUNFINISHED_BROAD_BOLTS = 11876,\n\tZAMORAKIAN_HASTA = 11889,\n\tSARADOMIN_BANNER_REWARD = 11891,\n\tZAMORAK_BANNER_REWARD = 11892,\n\tDECORATIVE_ARMOUR_RED_PLATESKIRT = 11893,\n\tDECORATIVE_ARMOUR_WHITE_PLATESKIRT = 11894,\n\tDECORATIVE_ARMOUR_GOLD_PLATESKIRT_NORMAL = 11895,\n\tDECORATIVE_ARMOUR_MAGIC_TOP_NORMAL = 11896,\n\tDECORATIVE_ARMOUR_MAGIC_LEGS_NORMAL = 11897,\n\tDECORATIVE_ARMOUR_MAGIC_HAT_NORMAL = 11898,\n\tDECORATIVE_ARMOUR_RANGED_TOP_NORMAL = 11899,\n\tDECORATIVE_ARMOUR_RANGED_LEGS_NORMAL = 11900,\n\tDECORATIVE_ARMOUR_QUIVER_NORMAL = 11901,\n\tLEAFBLADED_SWORD = 11902,\n\tTRIDENT_OF_THE_SEAS_CHARGED = 11905,\n\tTRIDENT_OF_THE_SEAS_PARTIALLY_CHARGED = 11907,\n\tTRIDENT_OF_THE_SEAS_UNCHARGED = 11908,\n\tCOW_MASK = 11919,\n\tDRAGON_PICKAXE = 11920,\n\tMALEDICTION_WARD = 11924,\n\tODIUM_WARD = 11926,\n\tODIUM_SHARD_1 = 11928,\n\tODIUM_SHARD_2 = 11929,\n\tODIUM_SHARD_3 = 11930,\n\tMALEDICTION_SHARD_1 = 11931,\n\tMALEDICTION_SHARD_2 = 11932,\n\tMALEDICTION_SHARD_3 = 11933,\n\tRAW_DARK_CRAB = 11934,\n\tDARK_CRAB = 11936,\n\tDARK_FISHING_BAIT = 11940,\n\tLAVA_DRAGON_BONES = 11943,\n\tEXTENDED_ANTIFIRE_4_DOSE = 11951,\n\tEXTENDED_ANTIFIRE_3_DOSE = 11953,\n\tEXTENDED_ANTIFIRE_2_DOSE = 11955,\n\tEXTENDED_ANTIFIRE_1_DOSE = 11957,\n\tBLACK_CHINCHOMPA = 11959,\n\tEXTENDED_ANTIFIRE_MIX_2_DOSE = 11960,\n\tEXTENDED_ANTIFIRE_MIX_1_DOSE = 11962,\n\tAMULET_OF_GLORY_T_T6 = 11964,\n\tAMULET_OF_GLORY_T_T5 = 11966,\n\tSKILLS_NECKLACE_6 = 11968,\n\tSKILLS_NECKLACE_5 = 11970,\n\tCOMBAT_BRACELET_6 = 11972,\n\tCOMBAT_BRACELET_5 = 11974,\n\tAMULET_OF_GLORY_5 = 11976,\n\tAMULET_OF_GLORY_6 = 11978,\n\tRING_OF_WEALTH_5 = 11980,\n\tRING_OF_WEALTH_4 = 11982,\n\tRING_OF_WEALTH_3 = 11984,\n\tRING_OF_WEALTH_2 = 11986,\n\tRING_OF_WEALTH_1 = 11988,\n\tFEDORA = 11990,\n\tLAVA_SCALE = 11992,\n\tLAVA_SCALE_SHARD = 11994,\n\tSMOKE_BATTLESTAFF = 11998,\n\tMYSTIC_SMOKE_STAFF = 12000,\n\tOCCULT_NECKLACE = 12002,\n\tKRAKEN_TENTACLE = 12004,\n\tABYSSAL_TENTACLE = 12006,\n\tJAR_OF_DIRT = 12007,\n\tPROSPECTOR_HELMET = 12013,\n\tPROSPECTOR_JACKET = 12014,\n\tPROSPECTOR_LEGS = 12015,\n\tPROSPECTOR_BOOTS = 12016,\n\tSALVE_AMULETI_NIGHTMARE_ZONE = 12017,\n\tSALVE_AMULETEI_NIGHTMARE_ZONE = 12018,\n\tANCIENT_ROBE_TOP = 12193,\n\tANCIENT_ROBE_LEGS = 12195,\n\tANCIENT_CLOAK = 12197,\n\tANCIENT_CROZIER = 12199,\n\tANCIENT_STOLE = 12201,\n\tANCIENT_MITRE = 12203,\n\tBRONZE_PLATEBODY_G = 12205,\n\tBRONZE_PLATELEGS_G = 12207,\n\tBRONZE_PLATESKIRT_G = 12209,\n\tBRONZE_FULL_HELM_G = 12211,\n\tBRONZE_KITESHIELD_G = 12213,\n\tBRONZE_PLATEBODY_T = 12215,\n\tBRONZE_PLATELEGS_T = 12217,\n\tBRONZE_PLATESKIRT_T = 12219,\n\tBRONZE_FULL_HELM_T = 12221,\n\tBRONZE_KITESHIELD_T = 12223,\n\tIRON_PLATEBODY_T = 12225,\n\tIRON_PLATELEGS_T = 12227,\n\tIRON_PLATESKIRT_T = 12229,\n\tIRON_FULL_HELM_T = 12231,\n\tIRON_KITESHIELD_T = 12233,\n\tIRON_PLATEBODY_G = 12235,\n\tIRON_PLATELEGS_G = 12237,\n\tIRON_PLATESKIRT_G = 12239,\n\tIRON_FULL_HELM_G = 12241,\n\tIRON_KITESHIELD_G = 12243,\n\tBEANIE = 12245,\n\tRED_BERET = 12247,\n\tIMP_MASK = 12249,\n\tGOBLIN_MASK = 12251,\n\tARMADYL_ROBE_TOP = 12253,\n\tARMADYL_ROBE_LEGS = 12255,\n\tARMADYL_STOLE = 12257,\n\tARMADYL_MITRE = 12259,\n\tARMADYL_CLOAK = 12261,\n\tARMADYL_CROZIER = 12263,\n\tBANDOS_ROBE_TOP = 12265,\n\tBANDOS_ROBE_LEGS = 12267,\n\tBANDOS_STOLE = 12269,\n\tBANDOS_MITRE = 12271,\n\tBANDOS_CLOAK = 12273,\n\tBANDOS_CROZIER = 12275,\n\tMITHRIL_PLATEBODY_G = 12277,\n\tMITHRIL_PLATELEGS_G = 12279,\n\tMITHRIL_KITESHIELD_G = 12281,\n\tMITHRIL_FULL_HELM_G = 12283,\n\tMITHRIL_PLATESKIRT_G = 12285,\n\tMITHRIL_PLATEBODY_T = 12287,\n\tMITHRIL_PLATELEGS_T = 12289,\n\tMITHRIL_KITESHIELD_T = 12291,\n\tMITHRIL_FULL_HELM_T = 12293,\n\tMITHRIL_PLATESKIRT_T = 12295,\n\tBLACK_PICKAXE = 12297,\n\tWHITE_HEADBAND = 12299,\n\tBLUE_HEADBAND = 12301,\n\tGOLD_HEADBAND = 12303,\n\tPINK_HEADBAND = 12305,\n\tGREEN_HEADBAND = 12307,\n\tPINK_BOATER = 12309,\n\tPURPLE_BOATER = 12311,\n\tWHITE_BOATER = 12313,\n\tPINK_ELEGANT_SHIRT = 12315,\n\tPINK_ELEGANT_LEGS = 12317,\n\tCRIER_HAT = 12319,\n\tWHITE_CAVALIER = 12321,\n\tRED_CAVALIER = 12323,\n\tNAVY_CAVALIER = 12325,\n\tRED_DHIDE_BODY_G = 12327,\n\tRED_DHIDE_CHAPS_G = 12329,\n\tRED_DHIDE_BODY_T = 12331,\n\tRED_DHIDE_CHAPS_T = 12333,\n\tBRIEFCASE = 12335,\n\tSAGACIOUS_SPECTACLES = 12337,\n\tPINK_ELEGANT_BLOUSE = 12339,\n\tPINK_ELEGANT_SKIRT = 12341,\n\tGOLD_ELEGANT_BLOUSE = 12343,\n\tGOLD_ELEGANT_SKIRT = 12345,\n\tGOLD_ELEGANT_SHIRT = 12347,\n\tGOLD_ELEGANT_LEGS = 12349,\n\tMUSKETEER_HAT = 12351,\n\tMONOCLE = 12353,\n\tBIG_PIRATE_HAT = 12355,\n\tKATANA = 12357,\n\tLEPRECHAUN_HAT = 12359,\n\tCAT_MASK = 12361,\n\tBRONZE_DRAGON_MASK = 12363,\n\tIRON_DRAGON_MASK = 12365,\n\tSTEEL_DRAGON_MASK = 12367,\n\tMITHRIL_DRAGON_MASK = 12369,\n\tLAVA_DRAGON_MASK = 12371,\n\tDRAGON_CANE = 12373,\n\tBLACK_CANE = 12375,\n\tADAMANT_CANE = 12377,\n\tRUNE_CANE = 12379,\n\tBLACK_DHIDE_BODY_G = 12381,\n\tBLACK_DHIDE_CHAPS_G = 12383,\n\tBLACK_DHIDE_BODY_T = 12385,\n\tBLACK_DHIDE_CHAPS_T = 12387,\n\tGILDED_SCIMITAR = 12389,\n\tGILDED_BOOTS = 12391,\n\tROYAL_GOWN_TOP = 12393,\n\tROYAL_GOWN_BOTTOM = 12395,\n\tROYAL_CROWN = 12397,\n\tPARTYHAT_SPECS = 12399,\n\tNARDAH_TELEPORT = 12402,\n\tDIGSITE_TELEPORT = 12403,\n\tFELDIP_HILLS_TELEPORT = 12404,\n\tLUNAR_ISLE_TELEPORT = 12405,\n\tMORTTON_TELEPORT = 12406,\n\tPEST_CONTROL_TELEPORT = 12407,\n\tPISCATORIS_TELEPORT = 12408,\n\tTAI_BWO_WANNAI_TELEPORT = 12409,\n\tIORWERTH_CAMP_TELEPORT = 12410,\n\tMOS_LEHARMLESS_TELEPORT = 12411,\n\tPIRATE_HAT_PATCH = 12412,\n\tDRAGON_CHAINBODY_G = 12414,\n\tDRAGON_PLATELEGS_G = 12415,\n\tDRAGON_PLATESKIRT_G = 12416,\n\tDRAGON_FULL_HELM_G = 12417,\n\tDRAGON_SQ_SHIELD_G = 12418,\n\tLIGHT_INFINITY_HAT = 12419,\n\tLIGHT_INFINITY_TOP = 12420,\n\tLIGHT_INFINITY_BOTTOMS = 12421,\n\tTHIRD_AGE_WAND = 12422,\n\tTHIRD_AGE_BOW = 12424,\n\tTHIRD_AGE_LONGSWORD = 12426,\n\tPENGUIN_MASK = 12428,\n\tAFRO = 12430,\n\tTOP_HAT = 12432,\n\tTOP_HAT_MONOCLE = 12434,\n\tAMULET_OF_FURY_OR = 12436,\n\tTHIRD_AGE_CLOAK = 12437,\n\tROYAL_SCEPTRE = 12439,\n\tMUSKETEER_TABARD = 12441,\n\tMUSKETEER_PANTS = 12443,\n\tBLACK_SKIRT_G = 12445,\n\tBLACK_SKIRT_T = 12447,\n\tBLACK_WIZARD_ROBE_G = 12449,\n\tBLACK_WIZARD_ROBE_T = 12451,\n\tBLACK_WIZARD_HAT_G = 12453,\n\tBLACK_WIZARD_HAT_T = 12455,\n\tDARK_INFINITY_HAT = 12457,\n\tDARK_INFINITY_TOP = 12458,\n\tDARK_INFINITY_BOTTOMS = 12459,\n\tANCIENT_PLATEBODY = 12460,\n\tANCIENT_PLATELEGS = 12462,\n\tANCIENT_PLATESKIRT = 12464,\n\tANCIENT_FULL_HELM = 12466,\n\tANCIENT_KITESHIELD = 12468,\n\tARMADYL_PLATEBODY = 12470,\n\tARMADYL_PLATELEGS = 12472,\n\tARMADYL_PLATESKIRT = 12474,\n\tARMADYL_FULL_HELM = 12476,\n\tARMADYL_KITESHIELD = 12478,\n\tBANDOS_PLATEBODY = 12480,\n\tBANDOS_PLATELEGS = 12482,\n\tBANDOS_PLATESKIRT = 12484,\n\tBANDOS_FULL_HELM = 12486,\n\tBANDOS_KITESHIELD = 12488,\n\tANCIENT_BRACERS = 12490,\n\tANCIENT_DHIDE_BODY = 12492,\n\tANCIENT_CHAPS = 12494,\n\tANCIENT_COIF = 12496,\n\tBANDOS_BRACERS = 12498,\n\tBANDOS_DHIDE_BODY = 12500,\n\tBANDOS_CHAPS = 12502,\n\tBANDOS_COIF = 12504,\n\tARMADYL_BRACERS = 12506,\n\tARMADYL_DHIDE_BODY = 12508,\n\tARMADYL_CHAPS = 12510,\n\tARMADYL_COIF = 12512,\n\tEXPLORER_BACKPACK = 12514,\n\tPITH_HELMET = 12516,\n\tGREEN_DRAGON_MASK = 12518,\n\tBLUE_DRAGON_MASK = 12520,\n\tRED_DRAGON_MASK = 12522,\n\tBLACK_DRAGON_MASK = 12524,\n\tFURY_ORNAMENT_KIT = 12526,\n\tDARK_INFINITY_COLOUR_KIT = 12528,\n\tLIGHT_INFINITY_COLOUR_KIT = 12530,\n\tDRAGON_SQ_SHIELD_ORNAMENT_KIT = 12532,\n\tDRAGON_CHAINBODY_ORNAMENT_KIT = 12534,\n\tDRAGON_LEGSSKIRT_ORNAMENT_KIT = 12536,\n\tDRAGON_FULL_HELM_ORNAMENT_KIT = 12538,\n\tDEERSTALKER = 12540,\n\tRANGERS_TUNIC = 12596,\n\tHOLY_SANDALS = 12598,\n\tDRUIDIC_WREATH = 12600,\n\tRING_OF_THE_GODS = 12601,\n\tTYRANNICAL_RING = 12603,\n\tTREASONOUS_RING = 12605,\n\tDAMAGED_BOOK_BANDOS = 12607,\n\tBOOK_OF_WAR = 12608,\n\tDAMAGED_BOOK_ARMADYL = 12609,\n\tBOOK_OF_LAW = 12610,\n\tDAMAGED_BOOK_ANCIENT = 12611,\n\tBOOK_OF_DARKNESS = 12612,\n\tBANDOS_PAGE_1 = 12613,\n\tBANDOS_PAGE_2 = 12614,\n\tBANDOS_PAGE_3 = 12615,\n\tBANDOS_PAGE_4 = 12616,\n\tARMADYL_PAGE_1 = 12617,\n\tARMADYL_PAGE_2 = 12618,\n\tARMADYL_PAGE_3 = 12619,\n\tARMADYL_PAGE_4 = 12620,\n\tANCIENT_PAGE_1 = 12621,\n\tANCIENT_PAGE_2 = 12622,\n\tANCIENT_PAGE_3 = 12623,\n\tANCIENT_PAGE_4 = 12624,\n\tSTAMINA_POTION_4_DOSE = 12625,\n\tSTAMINA_POTION_3_DOSE = 12627,\n\tSTAMINA_POTION_2_DOSE = 12629,\n\tSTAMINA_POTION_1_DOSE = 12631,\n\tSTAMINA_MIX_2_DOSE = 12633,\n\tSTAMINA_MIX_1_DOSE = 12635,\n\tSARADOMIN_HALO_NORMAL = 12637,\n\tZAMORAK_HALO_NORMAL = 12638,\n\tGUTHIX_HALO_NORMAL = 12639,\n\tAMYLASE_CRYSTAL = 12640,\n\tLUMBERYARD_TELEPORT = 12642,\n\tIBANS_STAFF_U = 12658,\n\tTYRANNICAL_RING_I_NIGHTMARE_ZONE = 12691,\n\tTREASONOUS_RING_I_NIGHTMARE_ZONE = 12692,\n\tSUPER_COMBAT_POTION_4_DOSE = 12695,\n\tSUPER_COMBAT_POTION_3_DOSE = 12697,\n\tSUPER_COMBAT_POTION_2_DOSE = 12699,\n\tSUPER_COMBAT_POTION_1_DOSE = 12701,\n\tGOBLIN_PAINT_CANNON = 12727,\n\tBLUE_DARK_BOW_PAINT = 12757,\n\tGREEN_DARK_BOW_PAINT = 12759,\n\tYELLOW_DARK_BOW_PAINT = 12761,\n\tWHITE_DARK_BOW_PAINT = 12763,\n\tDARK_BOW_GREEN = 12765,\n\tDARK_BOW_BLUE = 12766,\n\tDARK_BOW_YELLOW = 12767,\n\tDARK_BOW_WHITE = 12768,\n\tFROZEN_WHIP_MIX = 12769,\n\tVOLCANIC_WHIP_MIX = 12771,\n\tVOLCANIC_ABYSSAL_WHIP = 12773,\n\tFROZEN_ABYSSAL_WHIP = 12774,\n\tANNAKARL_TELEPORT_TABLET = 12775,\n\tCARRALLANGAR_TELEPORT_TABLET = 12776,\n\tDAREEYAK_TELEPORT_TABLET = 12777,\n\tGHORROCK_TELEPORT_TABLET = 12778,\n\tKHARYRLL_TELEPORT_TABLET = 12779,\n\tLASSAR_TELEPORT_TABLET = 12780,\n\tPADDEWWA_TELEPORT_TABLET = 12781,\n\tSENNTISTEN_TELEPORT_TABLET = 12782,\n\tRING_OF_WEALTH_SCROLL = 12783,\n\tRING_OF_WEALTH_I_UNCHARGED = 12785,\n\tMAGIC_SHORTBOW_SCROLL = 12786,\n\tMAGIC_SHORTBOW_I = 12788,\n\tCLUE_BOX = 12789,\n\tSTEAM_BATTLESTAFF_OR = 12795,\n\tMYSTIC_STEAM_STAFF_OR = 12796,\n\tDRAGON_PICKAXE_UPGRADED = 12797,\n\tSTEAM_STAFF_UPGRADE_KIT = 12798,\n\tDRAGON_PICKAXE_UPGRADE_KIT = 12800,\n\tWARD_UPGRADE_KIT = 12802,\n\tSARADOMINS_TEAR = 12804,\n\tMALEDICTION_WARD_OR = 12806,\n\tODIUM_WARD_OR = 12807,\n\tSARADOMINS_BLESSED_SWORD_CHARGED = 12808,\n\tSARADOMINS_BLESSED_SWORD_PARTIALLY_CHARGED = 12809,\n\tIRONMAN_HELM = 12810,\n\tIRONMAN_PLATEBODY = 12811,\n\tIRONMAN_PLATELEGS = 12812,\n\tULTIMATE_IRONMAN_HELM = 12813,\n\tULTIMATE_IRONMAN_PLATEBODY = 12814,\n\tULTIMATE_IRONMAN_PLATELEGS = 12815,\n\tELYSIAN_SPIRIT_SHIELD = 12817,\n\tELYSIAN_SIGIL = 12819,\n\tSPECTRAL_SPIRIT_SHIELD = 12821,\n\tSPECTRAL_SIGIL = 12823,\n\tARCANE_SPIRIT_SHIELD = 12825,\n\tARCANE_SIGIL = 12827,\n\tSPIRIT_SHIELD = 12829,\n\tBLESSED_SPIRIT_SHIELD = 12831,\n\tHOLY_ELIXIR = 12833,\n\tGRIM_REAPER_HOOD = 12845,\n\tTARGET_TELEPORT_SCROLL = 12846,\n\tGRANITE_MAUL_OR_NORMAL = 12848,\n\tGRANITE_CLAMP = 12849,\n\tAMULET_OF_THE_DAMNED_FULL = 12851,\n\tAMULET_OF_THE_DAMNED_USED = 12853,\n\tHUNTERS_HONOUR = 12855,\n\tROGUES_REVENGE = 12856,\n\tDWARF_CANNON_SET = 12863,\n\tGREEN_DRAGONHIDE_SET = 12865,\n\tBLUE_DRAGONHIDE_SET = 12867,\n\tRED_DRAGONHIDE_SET = 12869,\n\tBLACK_DRAGONHIDE_SET = 12871,\n\tGUTHANS_ARMOUR_SET = 12873,\n\tVERACS_ARMOUR_SET = 12875,\n\tDHAROKS_ARMOUR_SET = 12877,\n\tTORAGS_ARMOUR_SET = 12879,\n\tAHRIMS_ARMOUR_SET = 12881,\n\tKARILS_ARMOUR_SET = 12883,\n\tJAR_OF_SAND = 12885,\n\tSANTA_MASK = 12887,\n\tSANTA_JACKET = 12888,\n\tSANTA_PANTALOONS = 12889,\n\tSANTA_GLOVES = 12890,\n\tSANTA_BOOTS = 12891,\n\tANTISANTA_MASK = 12892,\n\tANTISANTA_JACKET = 12893,\n\tANTISANTA_PANTALOONS = 12894,\n\tANTISANTA_GLOVES = 12895,\n\tANTISANTA_BOOTS = 12896,\n\tTRIDENT_OF_THE_SWAMP_CHARGED = 12899,\n\tTRIDENT_OF_THE_SWAMP_UNCHARGED = 12900,\n\tTOXIC_STAFF_OF_THE_DEAD_UNCHARGED = 12902,\n\tTOXIC_STAFF_OF_THE_DEAD_CHARGED = 12904,\n\tANTIVENOM_4_DOSE = 12905,\n\tANTIVENOM_3_DOSE = 12907,\n\tANTIVENOM_2_DOSE = 12909,\n\tANTIVENOM_1_DOSE = 12911,\n\tTANZANITE_FANG = 12922,\n\tTOXIC_BLOWPIPE_EMPTY = 12924,\n\tTOXIC_BLOWPIPE_CHARGED = 12926,\n\tSERPENTINE_VISAGE = 12927,\n\tSERPENTINE_HELM_UNCHARGED = 12929,\n\tSERPENTINE_HELM_CHARGED = 12931,\n\tMAGIC_FANG = 12932,\n\tZULRAHS_SCALES = 12934,\n\tJAR_OF_SWAMP = 12936,\n\tZULANDRA_TELEPORT = 12938,\n\tDRAGON_DEFENDER_NORMAL = 12954,\n\tCOW_TOP = 12956,\n\tCOW_TROUSERS = 12957,\n\tCOW_GLOVES = 12958,\n\tCOW_SHOES = 12959,\n\tBRONZE_SET_LG = 12960,\n\tBRONZE_SET_SK = 12962,\n\tBRONZE_TRIMMED_SET_LG = 12964,\n\tBRONZE_TRIMMED_SET_SK = 12966,\n\tBRONZE_GOLDTRIMMED_SET_LG = 12968,\n\tBRONZE_GOLDTRIMMED_SET_SK = 12970,\n\tIRON_SET_LG = 12972,\n\tIRON_SET_SK = 12974,\n\tIRON_TRIMMED_SET_LG = 12976,\n\tIRON_TRIMMED_SET_SK = 12978,\n\tIRON_GOLDTRIMMED_SET_LG = 12980,\n\tIRON_GOLDTRIMMED_SET_SK = 12982,\n\tSTEEL_SET_LG = 12984,\n\tSTEEL_SET_SK = 12986,\n\tBLACK_SET_LG = 12988,\n\tBLACK_SET_SK = 12990,\n\tBLACK_TRIMMED_SET_LG = 12992,\n\tBLACK_TRIMMED_SET_SK = 12994,\n\tBLACK_GOLDTRIMMED_SET_LG = 12996,\n\tBLACK_GOLDTRIMMED_SET_SK = 12998,\n\tMITHRIL_SET_LG = 13000,\n\tMITHRIL_SET_SK = 13002,\n\tMITHRIL_TRIMMED_SET_LG = 13004,\n\tMITHRIL_TRIMMED_SET_SK = 13006,\n\tMITHRIL_GOLDTRIMMED_SET_LG = 13008,\n\tMITHRIL_GOLDTRIMMED_SET_SK = 13010,\n\tADAMANT_SET_LG = 13012,\n\tADAMANT_SET_SK = 13014,\n\tADAMANT_TRIMMED_SET_LG = 13016,\n\tADAMANT_TRIMMED_SET_SK = 13018,\n\tADAMANT_GOLDTRIMMED_SET_LG = 13020,\n\tADAMANT_GOLDTRIMMED_SET_SK = 13022,\n\tRUNE_ARMOUR_SET_LG = 13024,\n\tRUNE_ARMOUR_SET_SK = 13026,\n\tRUNE_TRIMMED_SET_LG = 13028,\n\tRUNE_TRIMMED_SET_SK = 13030,\n\tRUNE_GOLDTRIMMED_SET_LG = 13032,\n\tRUNE_GOLDTRIMMED_SET_SK = 13034,\n\tGILDED_ARMOUR_SET_LG = 13036,\n\tGILDED_ARMOUR_SET_SK = 13038,\n\tSARADOMIN_ARMOUR_SET_LG = 13040,\n\tSARADOMIN_ARMOUR_SET_SK = 13042,\n\tZAMORAK_ARMOUR_SET_LG = 13044,\n\tZAMORAK_ARMOUR_SET_SK = 13046,\n\tGUTHIX_ARMOUR_SET_LG = 13048,\n\tGUTHIX_ARMOUR_SET_SK = 13050,\n\tARMADYL_RUNE_ARMOUR_SET_LG = 13052,\n\tARMADYL_RUNE_ARMOUR_SET_SK = 13054,\n\tBANDOS_RUNE_ARMOUR_SET_LG = 13056,\n\tBANDOS_RUNE_ARMOUR_SET_SK = 13058,\n\tANCIENT_RUNE_ARMOUR_SET_LG = 13060,\n\tANCIENT_RUNE_ARMOUR_SET_SK = 13062,\n\tCOMBAT_POTION_SET = 13064,\n\tSUPER_POTION_SET = 13066,\n\tQUEST_POINT_CAPE_TRIMMED = 13068,\n\tACHIEVEMENT_DIARY_CAPE_TRIMMED = 13069,\n\tACHIEVEMENT_DIARY_HOOD = 13070,\n\tELITE_VOID_TOP_NORMAL = 13072,\n\tELITE_VOID_ROBE_NORMAL = 13073,\n\tENCHANTED_LYRE_5 = 13079,\n\tCRYSTAL_HALBERD_I_NEW = 13080,\n\tCRYSTAL_HALBERD_I_FULL = 13081,\n\tCRYSTAL_HALBERD_I_910 = 13082,\n\tCRYSTAL_HALBERD_I_810 = 13083,\n\tCRYSTAL_HALBERD_I_710 = 13084,\n\tCRYSTAL_HALBERD_I_610 = 13085,\n\tCRYSTAL_HALBERD_I_510 = 13086,\n\tCRYSTAL_HALBERD_I_410 = 13087,\n\tCRYSTAL_HALBERD_I_310 = 13088,\n\tCRYSTAL_HALBERD_I_210 = 13089,\n\tCRYSTAL_HALBERD_I_110 = 13090,\n\tCRYSTAL_HALBERD_HISTORICAL_NEW = 13091,\n\tCRYSTAL_HALBERD_HISTORICAL_FULL = 13092,\n\tCRYSTAL_HALBERD_HISTORICAL_910 = 13093,\n\tCRYSTAL_HALBERD_HISTORICAL_810 = 13094,\n\tCRYSTAL_HALBERD_HISTORICAL_710 = 13095,\n\tCRYSTAL_HALBERD_HISTORICAL_610 = 13096,\n\tCRYSTAL_HALBERD_HISTORICAL_510 = 13097,\n\tCRYSTAL_HALBERD_HISTORICAL_410 = 13098,\n\tCRYSTAL_HALBERD_HISTORICAL_310 = 13099,\n\tCRYSTAL_HALBERD_HISTORICAL_210 = 13100,\n\tCRYSTAL_HALBERD_HISTORICAL_110 = 13101,\n\tKARAMJA_GLOVES_4 = 13103,\n\tVARROCK_ARMOUR_1 = 13104,\n\tVARROCK_ARMOUR_2 = 13105,\n\tVARROCK_ARMOUR_3 = 13106,\n\tVARROCK_ARMOUR_4 = 13107,\n\tWILDERNESS_SWORD_1 = 13108,\n\tWILDERNESS_SWORD_2 = 13109,\n\tWILDERNESS_SWORD_3 = 13110,\n\tWILDERNESS_SWORD_4 = 13111,\n\tMORYTANIA_LEGS_1 = 13112,\n\tMORYTANIA_LEGS_2 = 13113,\n\tMORYTANIA_LEGS_3 = 13114,\n\tMORYTANIA_LEGS_4 = 13115,\n\tFALADOR_SHIELD_1 = 13117,\n\tFALADOR_SHIELD_2 = 13118,\n\tFALADOR_SHIELD_3 = 13119,\n\tFALADOR_SHIELD_4 = 13120,\n\tARDOUGNE_CLOAK_1 = 13121,\n\tARDOUGNE_CLOAK_2 = 13122,\n\tARDOUGNE_CLOAK_3 = 13123,\n\tARDOUGNE_CLOAK_4 = 13124,\n\tEXPLORERS_RING_1 = 13125,\n\tEXPLORERS_RING_2 = 13126,\n\tEXPLORERS_RING_3 = 13127,\n\tEXPLORERS_RING_4 = 13128,\n\tFREMENNIK_SEA_BOOTS_1 = 13129,\n\tFREMENNIK_SEA_BOOTS_2 = 13130,\n\tFREMENNIK_SEA_BOOTS_3 = 13131,\n\tFREMENNIK_SEA_BOOTS_4 = 13132,\n\tDESERT_AMULET_1 = 13133,\n\tDESERT_AMULET_2 = 13134,\n\tDESERT_AMULET_3 = 13135,\n\tDESERT_AMULET_4 = 13136,\n\tKANDARIN_HEADGEAR_1 = 13137,\n\tKANDARIN_HEADGEAR_2 = 13138,\n\tKANDARIN_HEADGEAR_3 = 13139,\n\tKANDARIN_HEADGEAR_4 = 13140,\n\tWESTERN_BANNER_1 = 13141,\n\tWESTERN_BANNER_2 = 13142,\n\tWESTERN_BANNER_3 = 13143,\n\tWESTERN_BANNER_4 = 13144,\n\tHOLY_BOOK_PAGE_SET = 13149,\n\tUNHOLY_BOOK_PAGE_SET = 13151,\n\tBOOK_OF_BALANCE_PAGE_SET = 13153,\n\tBOOK_OF_WAR_PAGE_SET = 13155,\n\tBOOK_OF_LAW_PAGE_SET = 13157,\n\tBOOK_OF_DARKNESS_PAGE_SET = 13159,\n\tZAMORAK_DRAGONHIDE_SET = 13161,\n\tSARADOMIN_DRAGONHIDE_SET = 13163,\n\tGUTHIX_DRAGONHIDE_SET = 13165,\n\tBANDOS_DRAGONHIDE_SET = 13167,\n\tARMADYL_DRAGONHIDE_SET = 13169,\n\tANCIENT_DRAGONHIDE_SET = 13171,\n\tPARTYHAT_SET = 13173,\n\tHALLOWEEN_MASK_SET = 13175,\n\tBUNNY_FEET = 13182,\n\tOLD_SCHOOL_BOND_TRADEABLE = 13190,\n\tTANZANITE_HELM_CHARGED = 13197,\n\tMAGMA_HELM_CHARGED = 13199,\n\tRING_OF_THE_GODS_I_NIGHTMARE_ZONE = 13202,\n\tMASK_OF_BALANCE = 13203,\n\tMUSIC_CAPE_UNTRIMMED = 13221,\n\tMUSIC_CAPE_TRIMMED = 13222,\n\tMUSIC_HOOD = 13223,\n\tETERNAL_CRYSTAL = 13227,\n\tPEGASIAN_CRYSTAL = 13229,\n\tPRIMORDIAL_CRYSTAL = 13231,\n\tSMOULDERING_STONE = 13233,\n\tETERNAL_BOOTS = 13235,\n\tPEGASIAN_BOOTS = 13237,\n\tPRIMORDIAL_BOOTS = 13239,\n\tINFERNAL_AXE_CHARGED = 13241,\n\tINFERNAL_AXE_UNCHARGED = 13242,\n\tINFERNAL_PICKAXE_CHARGED = 13243,\n\tINFERNAL_PICKAXE_UNCHARGED = 13244,\n\tJAR_OF_SOULS = 13245,\n\tSARADOMINS_LIGHT = 13256,\n\tANGLER_HAT = 13258,\n\tANGLER_TOP = 13259,\n\tANGLER_WADERS = 13260,\n\tANGLER_BOOTS = 13261,\n\tABYSSAL_BLUDGEON = 13263,\n\tABYSSAL_DAGGER_UNPOISONED = 13265,\n\tABYSSAL_DAGGER_POISON = 13267,\n\tJAR_OF_MIASMA = 13277,\n\tMAX_CAPE_INVENTORY = 13280,\n\tMAX_HOOD = 13281,\n\tGRAVEDIGGER_MASK_REWARD = 13283,\n\tGRAVEDIGGER_TOP_REWARD = 13284,\n\tGRAVEDIGGER_LEGGINGS_REWARD = 13285,\n\tGRAVEDIGGER_BOOTS_REWARD = 13286,\n\tGRAVEDIGGER_GLOVES_REWARD = 13287,\n\tANTIPANTIES_REWARD = 13288,\n\tDEADMANS_CHEST_DEADMAN_MODE = 13317,\n\tDEADMANS_LEGS_DEADMAN_MODE = 13318,\n\tDEADMANS_CAPE_DEADMAN_MODE = 13319,\n\tGREEN_BANNER = 13328,\n\tFIRE_MAX_CAPE_NORMAL = 13329,\n\tFIRE_MAX_HOOD = 13330,\n\tSARADOMIN_MAX_CAPE = 13331,\n\tSARADOMIN_MAX_HOOD = 13332,\n\tZAMORAK_MAX_CAPE = 13333,\n\tZAMORAK_MAX_HOOD = 13334,\n\tGUTHIX_MAX_CAPE = 13335,\n\tGUTHIX_MAX_HOOD = 13336,\n\tACCUMULATOR_MAX_CAPE = 13337,\n\tACCUMULATOR_MAX_HOOD = 13338,\n\tBLACK_SANTA_HAT = 13343,\n\tINVERTED_SANTA_HAT = 13344,\n\tSHAYZIEN_GLOVES_1 = 13357,\n\tSHAYZIEN_BOOTS_1 = 13358,\n\tSHAYZIEN_HELM_1 = 13359,\n\tSHAYZIEN_GREAVES_1 = 13360,\n\tSHAYZIEN_PLATEBODY_1 = 13361,\n\tSHAYZIEN_GLOVES_2 = 13362,\n\tSHAYZIEN_BOOTS_2 = 13363,\n\tSHAYZIEN_HELM_2 = 13364,\n\tSHAYZIEN_GREAVES_2 = 13365,\n\tSHAYZIEN_PLATEBODY_2 = 13366,\n\tSHAYZIEN_GLOVES_3 = 13367,\n\tSHAYZIEN_BOOTS_3 = 13368,\n\tSHAYZIEN_HELM_3 = 13369,\n\tSHAYZIEN_GREAVES_3 = 13370,\n\tSHAYZIEN_PLATEBODY_3 = 13371,\n\tSHAYZIEN_GLOVES_4 = 13372,\n\tSHAYZIEN_BOOTS_4 = 13373,\n\tSHAYZIEN_HELM_4 = 13374,\n\tSHAYZIEN_GREAVES_4 = 13375,\n\tSHAYZIEN_PLATEBODY_4 = 13376,\n\tSHAYZIEN_GLOVES_5 = 13377,\n\tSHAYZIEN_BOOTS_5 = 13378,\n\tSHAYZIEN_HELM_5 = 13379,\n\tSHAYZIEN_GREAVES_5 = 13380,\n\tSHAYZIEN_BODY_5 = 13381,\n\tXERICIAN_FABRIC = 13383,\n\tXERICIAN_HAT = 13385,\n\tXERICIAN_TOP = 13387,\n\tXERICIAN_ROBE = 13389,\n\tLIZARDMAN_FANG = 13391,\n\tXERICS_TALISMAN_INERT = 13392,\n\tXERICS_TALISMAN_CHARGED = 13393,\n\tSALTPETRE = 13421,\n\tSANDWORMS = 13431,\n\tRAW_ANGLERFISH = 13439,\n\tANGLERFISH = 13441,\n\tENSOULED_GOBLIN_HEAD_ITEM = 13448,\n\tENSOULED_MONKEY_HEAD_ITEM = 13451,\n\tENSOULED_IMP_HEAD_ITEM = 13454,\n\tENSOULED_MINOTAUR_HEAD_ITEM = 13457,\n\tENSOULED_SCORPION_HEAD_ITEM = 13460,\n\tENSOULED_BEAR_HEAD_ITEM = 13463,\n\tENSOULED_UNICORN_HEAD_ITEM = 13466,\n\tENSOULED_DOG_HEAD_ITEM = 13469,\n\tENSOULED_CHAOS_DRUID_HEAD_ITEM = 13472,\n\tENSOULED_GIANT_HEAD_ITEM = 13475,\n\tENSOULED_OGRE_HEAD_ITEM = 13478,\n\tENSOULED_ELF_HEAD_ITEM = 13481,\n\tENSOULED_TROLL_HEAD_ITEM = 13484,\n\tENSOULED_HORROR_HEAD_ITEM = 13487,\n\tENSOULED_KALPHITE_HEAD_ITEM = 13490,\n\tENSOULED_DAGANNOTH_HEAD_ITEM = 13493,\n\tENSOULED_BLOODVELD_HEAD_ITEM = 13496,\n\tENSOULED_TZHAAR_HEAD_ITEM = 13499,\n\tENSOULED_DEMON_HEAD_ITEM = 13502,\n\tENSOULED_AVIANSIE_HEAD_ITEM = 13505,\n\tENSOULED_ABYSSAL_HEAD_ITEM = 13508,\n\tENSOULED_DRAGON_HEAD_ITEM = 13511,\n\tDYNAMITE = 13573,\n\tDRAGON_WARHAMMER = 13576,\n\tGRACEFUL_HOOD_ARCEUUS_INVENTORY = 13579,\n\tGRACEFUL_CAPE_ARCEUUS_INVENTORY = 13581,\n\tGRACEFUL_TOP_ARCEUUS_INVENTORY = 13583,\n\tGRACEFUL_LEGS_ARCEUUS_INVENTORY = 13585,\n\tGRACEFUL_GLOVES_ARCEUUS_INVENTORY = 13587,\n\tGRACEFUL_BOOTS_ARCEUUS_INVENTORY = 13589,\n\tGRACEFUL_HOOD_PISCARILIUS_INVENTORY = 13591,\n\tGRACEFUL_CAPE_PISCARILIUS_INVENTORY = 13593,\n\tGRACEFUL_TOP_PISCARILIUS_INVENTORY = 13595,\n\tGRACEFUL_LEGS_PISCARILIUS_INVENTORY = 13597,\n\tGRACEFUL_GLOVES_PISCARILIUS_INVENTORY = 13599,\n\tGRACEFUL_BOOTS_PISCARILIUS_INVENTORY = 13601,\n\tGRACEFUL_HOOD_LOVAKENGJ_INVENTORY = 13603,\n\tGRACEFUL_CAPE_LOVAKENGJ_INVENTORY = 13605,\n\tGRACEFUL_TOP_LOVAKENGJ_INVENTORY = 13607,\n\tGRACEFUL_LEGS_LOVAKENGJ_INVENTORY = 13609,\n\tGRACEFUL_GLOVES_LOVAKENGJ_INVENTORY = 13611,\n\tGRACEFUL_BOOTS_LOVAKENGJ_INVENTORY = 13613,\n\tGRACEFUL_HOOD_SHAYZIEN_INVENTORY = 13615,\n\tGRACEFUL_CAPE_SHAYZIEN_INVENTORY = 13617,\n\tGRACEFUL_TOP_SHAYZIEN_INVENTORY = 13619,\n\tGRACEFUL_LEGS_SHAYZIEN_INVENTORY = 13621,\n\tGRACEFUL_GLOVES_SHAYZIEN_INVENTORY = 13623,\n\tGRACEFUL_BOOTS_SHAYZIEN_INVENTORY = 13625,\n\tGRACEFUL_HOOD_HOSIDIUS_INVENTORY = 13627,\n\tGRACEFUL_CAPE_HOSIDIUS_INVENTORY = 13629,\n\tGRACEFUL_TOP_HOSIDIUS_INVENTORY = 13631,\n\tGRACEFUL_LEGS_HOSIDIUS_INVENTORY = 13633,\n\tGRACEFUL_GLOVES_HOSIDIUS_INVENTORY = 13635,\n\tGRACEFUL_BOOTS_HOSIDIUS_INVENTORY = 13637,\n\tFARMERS_BORO_TROUSERS_MALE = 13640,\n\tFARMERS_BORO_TROUSERS_FEMALE = 13641,\n\tFARMERS_JACKET = 13642,\n\tFARMERS_SHIRT = 13643,\n\tFARMERS_BOOTS_MALE = 13644,\n\tFARMERS_BOOTS_FEMALE = 13645,\n\tFARMERS_STRAWHAT_MALE = 13646,\n\tFARMERS_STRAWHAT_FEMALE = 13647,\n\tDRAGON_CLAWS = 13652,\n\tGNOME_CHILD_HAT = 13655,\n\tGRAPE_SEED = 13657,\n\tTELEPORT_CARD = 13658,\n\tCHRONICLE = 13660,\n\tBUNNY_TOP = 13663,\n\tBUNNY_LEGS = 13664,\n\tBUNNY_PAWS = 13665,\n\tGRACEFUL_HOOD_KOUREND_INVENTORY = 13667,\n\tGRACEFUL_CAPE_KOUREND_INVENTORY = 13669,\n\tGRACEFUL_TOP_KOUREND_INVENTORY = 13671,\n\tGRACEFUL_LEGS_KOUREND_INVENTORY = 13673,\n\tGRACEFUL_GLOVES_KOUREND_INVENTORY = 13675,\n\tGRACEFUL_BOOTS_KOUREND_INVENTORY = 13677,\n\tCABBAGE_CAPE = 13679,\n\tCRUCIFEROUS_CODEX = 13681,\n\tACHIEVEMENT_DIARY_CAPE_UNTRIMMED = 19476,\n\tLIGHT_BALLISTA = 19478,\n\tHEAVY_BALLISTA = 19481,\n\tDRAGON_JAVELIN_UNPOISONED = 19484,\n\tDRAGON_JAVELIN_POISON = 19486,\n\tZENYTE = 19493,\n\tUNCUT_ZENYTE = 19496,\n\tZENYTE_AMULET_U = 19501,\n\tZENYTE_SHARD = 19529,\n\tZENYTE_BRACELET = 19532,\n\tZENYTE_NECKLACE = 19535,\n\tZENYTE_RING = 19538,\n\tZENYTE_AMULET = 19541,\n\tTORMENTED_BRACELET = 19544,\n\tNECKLACE_OF_ANGUISH = 19547,\n\tRING_OF_SUFFERING_UNCHARGED = 19550,\n\tAMULET_OF_TORTURE = 19553,\n\tMONKEY_MONKEY_MADNESS_II = 19556,\n\tBRONZE_JAVELIN_HEADS = 19570,\n\tIRON_JAVELIN_HEADS = 19572,\n\tSTEEL_JAVELIN_HEADS = 19574,\n\tMITHRIL_JAVELIN_HEADS = 19576,\n\tADAMANT_JAVELIN_HEADS = 19578,\n\tRUNE_JAVELIN_HEADS = 19580,\n\tDRAGON_JAVELIN_HEADS = 19582,\n\tJAVELIN_SHAFT = 19584,\n\tLIGHT_FRAME = 19586,\n\tHEAVY_FRAME = 19589,\n\tBALLISTA_LIMBS = 19592,\n\tINCOMPLETE_LIGHT_BALLISTA = 19595,\n\tINCOMPLETE_HEAVY_BALLISTA = 19598,\n\tBALLISTA_SPRING = 19601,\n\tUNSTRUNG_LIGHT_BALLISTA = 19604,\n\tUNSTRUNG_HEAVY_BALLISTA = 19607,\n\tMONKEY_TAIL = 19610,\n\tARCEUUS_LIBRARY_TELEPORT_TABLET = 19613,\n\tDRAYNOR_MANOR_TELEPORT_TABLET = 19615,\n\tMIND_ALTAR_TELEPORT_TABLET = 19617,\n\tSALVE_GRAVEYARD_TELEPORT_TABLET = 19619,\n\tFENKENSTRAINS_CASTLE_TELEPORT_TABLET = 19621,\n\tWEST_ARDOUGNE_TELEPORT_TABLET = 19623,\n\tHARMONY_ISLAND_TELEPORT_TABLET = 19625,\n\tCEMETERY_TELEPORT_TABLET = 19627,\n\tBARROWS_TELEPORT_TABLET = 19629,\n\tAPE_ATOLL_TELEPORT_TABLET = 19631,\n\tBLACK_SLAYER_HELMET = 19639,\n\tBLACK_SLAYER_HELMET_I_NIGHTMARE_ZONE = 19641,\n\tGREEN_SLAYER_HELMET = 19643,\n\tGREEN_SLAYER_HELMET_I_NIGHTMARE_ZONE = 19645,\n\tRED_SLAYER_HELMET = 19647,\n\tRED_SLAYER_HELMET_I_NIGHTMARE_ZONE = 19649,\n\tGOLOVANOVA_FRUIT_TOP = 19653,\n\tUNCOOKED_BOTANICAL_PIE = 19656,\n\tBOTANICAL_PIE_FULL = 19662,\n\tDAMAGED_MONKEY_TAIL = 19665,\n\tREDWOOD_LOGS = 19669,\n\tREDWOOD_PYRE_LOGS = 19672,\n\tARCLIGHT = 19675,\n\tHELM_OF_RAEDWALD = 19687,\n\tCLUE_HUNTER_GARB = 19689,\n\tCLUE_HUNTER_GLOVES = 19691,\n\tCLUE_HUNTER_TROUSERS = 19693,\n\tCLUE_HUNTER_BOOTS = 19695,\n\tCLUE_HUNTER_CLOAK = 19697,\n\tHORNWOOD_HELM = 19699,\n\tJAR_OF_DARKNESS = 19701,\n\tAMULET_OF_ETERNAL_GLORY = 19707,\n\tRING_OF_SUFFERING_I_UNCHARGED = 19710,\n\tOCCULT_NECKLACE_OR = 19720,\n\tDRAGON_DEFENDER_T_NORMAL = 19722,\n\tLEFT_EYE_PATCH = 19724,\n\tDOUBLE_EYE_PATCH = 19727,\n\tZOMBIE_HEAD_TREASURE_TRAILS = 19912,\n\tCYCLOPS_HEAD = 19915,\n\tNUNCHAKU = 19918,\n\tANCIENT_DHIDE_BOOTS = 19921,\n\tBANDOS_DHIDE_BOOTS = 19924,\n\tGUTHIX_DHIDE_BOOTS = 19927,\n\tARMADYL_DHIDE_BOOTS = 19930,\n\tSARADOMIN_DHIDE_BOOTS = 19933,\n\tZAMORAK_DHIDE_BOOTS = 19936,\n\tHEAVY_CASKET = 19941,\n\tARCEUUS_SCARF = 19943,\n\tHOSIDIUS_SCARF = 19946,\n\tLOVAKENGJ_SCARF = 19949,\n\tPISCARILIUS_SCARF = 19952,\n\tSHAYZIEN_SCARF = 19955,\n\tDARK_TUXEDO_JACKET = 19958,\n\tDARK_TUXEDO_CUFFS = 19961,\n\tDARK_TROUSERS = 19964,\n\tDARK_TUXEDO_SHOES = 19967,\n\tDARK_BOW_TIE = 19970,\n\tLIGHT_TUXEDO_JACKET = 19973,\n\tLIGHT_TUXEDO_CUFFS = 19976,\n\tLIGHT_TROUSERS = 19979,\n\tLIGHT_TUXEDO_SHOES = 19982,\n\tLIGHT_BOW_TIE = 19985,\n\tBLACKSMITHS_HELM = 19988,\n\tBUCKET_HELM = 19991,\n\tRANGER_GLOVES = 19994,\n\tHOLY_WRAPS = 19997,\n\tDRAGON_SCIMITAR_OR = 20000,\n\tDRAGON_SCIMITAR_ORNAMENT_KIT = 20002,\n\tRING_OF_NATURE = 20005,\n\tFANCY_TIARA = 20008,\n\tTHIRD_AGE_AXE = 20011,\n\tTHIRD_AGE_PICKAXE = 20014,\n\tRING_OF_COINS = 20017,\n\tLESSER_DEMON_MASK = 20020,\n\tGREATER_DEMON_MASK = 20023,\n\tBLACK_DEMON_MASK = 20026,\n\tOLD_DEMON_MASK = 20029,\n\tJUNGLE_DEMON_MASK = 20032,\n\tSAMURAI_KASA = 20035,\n\tSAMURAI_SHIRT = 20038,\n\tSAMURAI_GLOVES = 20041,\n\tSAMURAI_GREAVES = 20044,\n\tSAMURAI_BOOTS = 20047,\n\tOBSIDIAN_CAPE_R = 20050,\n\tHALF_MOON_SPECTACLES = 20053,\n\tALE_OF_THE_GODS = 20056,\n\tBUCKET_HELM_G = 20059,\n\tTORTURE_ORNAMENT_KIT = 20062,\n\tOCCULT_ORNAMENT_KIT = 20065,\n\tARMADYL_GODSWORD_ORNAMENT_KIT = 20068,\n\tBANDOS_GODSWORD_ORNAMENT_KIT = 20071,\n\tSARADOMIN_GODSWORD_ORNAMENT_KIT = 20074,\n\tZAMORAK_GODSWORD_ORNAMENT_KIT = 20077,\n\tMUMMYS_HEAD = 20080,\n\tMUMMYS_BODY = 20083,\n\tMUMMYS_HANDS = 20086,\n\tMUMMYS_LEGS = 20089,\n\tMUMMYS_FEET = 20092,\n\tANKOU_MASK = 20095,\n\tANKOU_TOP = 20098,\n\tANKOU_GLOVES = 20101,\n\tANKOUS_LEGGINGS = 20104,\n\tANKOU_SOCKS = 20107,\n\tBOWL_WIG = 20110,\n\tARCEUUS_HOOD = 20113,\n\tHOSIDIUS_HOOD = 20116,\n\tLOVAKENGJ_HOOD = 20119,\n\tPISCARILIUS_HOOD = 20122,\n\tSHAYZIEN_HOOD = 20125,\n\tHOOD_OF_DARKNESS = 20128,\n\tROBE_TOP_OF_DARKNESS = 20131,\n\tGLOVES_OF_DARKNESS = 20134,\n\tROBE_BOTTOM_OF_DARKNESS = 20137,\n\tBOOTS_OF_DARKNESS = 20140,\n\tDRAGON_DEFENDER_ORNAMENT_KIT = 20143,\n\tGILDED_MED_HELM = 20146,\n\tGILDED_CHAINBODY = 20149,\n\tGILDED_SQ_SHIELD = 20152,\n\tGILDED_2H_SWORD = 20155,\n\tGILDED_SPEAR = 20158,\n\tGILDED_HASTA = 20161,\n\tLARGE_SPADE = 20164,\n\tWOODEN_SHIELD_G = 20166,\n\tSTEEL_PLATEBODY_G = 20169,\n\tSTEEL_PLATELEGS_G = 20172,\n\tSTEEL_PLATESKIRT_G = 20175,\n\tSTEEL_FULL_HELM_G = 20178,\n\tSTEEL_KITESHIELD_G = 20181,\n\tSTEEL_PLATEBODY_T = 20184,\n\tSTEEL_PLATELEGS_T = 20187,\n\tSTEEL_PLATESKIRT_T = 20190,\n\tSTEEL_FULL_HELM_T = 20193,\n\tSTEEL_KITESHIELD_T = 20196,\n\tMONKS_ROBE_TOP_G = 20199,\n\tMONKS_ROBE_G = 20202,\n\tGOLDEN_CHEFS_HAT = 20205,\n\tGOLDEN_APRON = 20208,\n\tTEAM_CAPE_ZERO = 20211,\n\tTEAM_CAPE_X = 20214,\n\tTEAM_CAPE_I = 20217,\n\tHOLY_BLESSING = 20220,\n\tUNHOLY_BLESSING = 20223,\n\tPEACEFUL_BLESSING = 20226,\n\tHONOURABLE_BLESSING = 20229,\n\tWAR_BLESSING = 20232,\n\tANCIENT_BLESSING = 20235,\n\tCHARGE_DRAGONSTONE_JEWELLERY_SCROLL = 20238,\n\tCRIER_COAT = 20240,\n\tCRIER_BELL = 20243,\n\tBLACK_LEPRECHAUN_HAT = 20246,\n\tCLUELESS_SCROLL = 20249,\n\tARCEUUS_BANNER = 20251,\n\tHOSIDIUS_BANNER = 20254,\n\tLOVAKENGJ_BANNER = 20257,\n\tPISCARILIUS_BANNER = 20260,\n\tSHAYZIEN_BANNER = 20263,\n\tBLACK_UNICORN_MASK = 20266,\n\tWHITE_UNICORN_MASK = 20269,\n\tCABBAGE_ROUND_SHIELD = 20272,\n\tGNOMISH_FIRELIGHTER_UNCHARGED = 20275,\n\tAMULET_OF_TORTURE_OR = 20366,\n\tARMADYL_GODSWORD_OR = 20368,\n\tBANDOS_GODSWORD_OR = 20370,\n\tSARADOMIN_GODSWORD_OR = 20372,\n\tZAMORAK_GODSWORD_OR = 20374,\n\tSTEEL_TRIMMED_SET_LG = 20376,\n\tSTEEL_TRIMMED_SET_SK = 20379,\n\tSTEEL_GOLDTRIMMED_SET_LG = 20382,\n\tSTEEL_GOLDTRIMMED_SET_SK = 20385,\n\tDRAGON_ARROW_LAST_MAN_STANDING = 20389,\n\tSPEAR_LAST_MAN_STANDING = 20397,\n\tABYSSAL_WHIP_LAST_MAN_STANDING = 20405,\n\tDRAGON_DAGGER_LAST_MAN_STANDING = 20407,\n\tDARK_BOW_LAST_MAN_STANDING = 20408,\n\tRUNE_PLATELEGS_LAST_MAN_STANDING = 20422,\n\tBLACK_DHIDE_BODY_LAST_MAN_STANDING = 20423,\n\tMYSTIC_ROBE_TOP_LAST_MAN_STANDING = 20425,\n\tMYSTIC_ROBE_BOTTOM_LAST_MAN_STANDING = 20426,\n\tEVIL_CHICKEN_FEET = 20433,\n\tEVIL_CHICKEN_WINGS = 20436,\n\tEVIL_CHICKEN_HEAD = 20439,\n\tEVIL_CHICKEN_LEGS = 20442,\n\tELDER_CHAOS_TOP = 20517,\n\tELDER_CHAOS_ROBE = 20520,\n\tGRANITE_MAUL_LAST_MAN_STANDING = 20557,\n\tCLIMBING_BOOTS_LAST_MAN_STANDING = 20578,\n\tADAMANT_GLOVES_LAST_MAN_STANDING = 20582,\n\tAMULET_OF_POWER_LAST_MAN_STANDING = 20585,\n\tAMULET_OF_GLORY_LAST_MAN_STANDING = 20586,\n\tSTALE_BAGUETTE = 20590,\n\tARMADYL_GODSWORD_LAST_MAN_STANDING = 20593,\n\tELDER_CHAOS_HOOD = 20595,\n\tAHRIMS_ROBETOP_LAST_MAN_STANDING = 20598,\n\tAHRIMS_ROBESKIRT_LAST_MAN_STANDING = 20599,\n\tRING_OF_SUFFERING_RECOIL = 20655,\n\tRING_OF_SUFFERING_I_RECOIL = 20657,\n\tPYROMANCER_GARB = 20704,\n\tPYROMANCER_ROBE = 20706,\n\tPYROMANCER_HOOD = 20708,\n\tPYROMANCER_BOOTS = 20710,\n\tWARM_GLOVES = 20712,\n\tTOME_OF_FIRE_CHARGED = 20714,\n\tTOME_OF_FIRE_EMPTY = 20716,\n\tBURNT_PAGE = 20718,\n\tBRUMA_TORCH = 20720,\n\tIMBUED_HEART = 20724,\n\tLEAFBLADED_BATTLEAXE = 20727,\n\tMIST_BATTLESTAFF = 20730,\n\tMYSTIC_MIST_STAFF = 20733,\n\tDUST_BATTLESTAFF = 20736,\n\tMYSTIC_DUST_STAFF = 20739,\n\tZAMORAKS_GRAPES = 20749,\n\tHILL_GIANT_CLUB = 20756,\n\tARDOUGNE_MAX_CAPE = 20760,\n\tARDOUGNE_MAX_HOOD = 20764,\n\tBANSHEE_MASK = 20773,\n\tBANSHEE_TOP = 20775,\n\tBANSHEE_ROBE = 20777,\n\tHUNTING_KNIFE = 20779,\n\tKILLERS_KNIFE_HALLOWEEN = 20781,\n\tDRAGON_CLAWS_LAST_MAN_STANDING = 20784,\n\tRING_OF_WEALTH_I_I5 = 20786,\n\tRING_OF_WEALTH_I_I4 = 20787,\n\tRING_OF_WEALTH_I_I3 = 20788,\n\tRING_OF_WEALTH_I_I2 = 20789,\n\tRING_OF_WEALTH_I_I1 = 20790,\n\tHARDCORE_IRONMAN_HELM = 20792,\n\tHARDCORE_IRONMAN_PLATEBODY = 20794,\n\tHARDCORE_IRONMAN_PLATELEGS = 20796,\n\tSACK_OF_PRESENTS = 20834,\n\tGIANT_PRESENT = 20836,\n\tCORRUPTED_HELM = 20838,\n\tCORRUPTED_PLATEBODY = 20840,\n\tCORRUPTED_PLATELEGS = 20842,\n\tCORRUPTED_PLATESKIRT = 20844,\n\tCORRUPTED_KITESHIELD = 20846,\n\tDRAGON_THROWNAXE = 20849,\n\tTWISTED_BOW = 20997,\n\tTWISTED_BUCKLER = 21000,\n\tELDER_MAUL = 21003,\n\tKODAI_WAND = 21006,\n\tDRAGON_SWORD = 21009,\n\tDRAGON_HUNTER_CROSSBOW = 21012,\n\tDINHS_BULWARK = 21015,\n\tANCESTRAL_HAT = 21018,\n\tANCESTRAL_ROBE_TOP = 21021,\n\tANCESTRAL_ROBE_BOTTOM = 21024,\n\tDRAGON_HARPOON = 21028,\n\tINFERNAL_HARPOON_CHARGED = 21031,\n\tINFERNAL_HARPOON_UNCHARGED = 21033,\n\tDEXTEROUS_PRAYER_SCROLL = 21034,\n\tKODAI_INSIGNIA = 21043,\n\tTORN_PRAYER_SCROLL = 21047,\n\tANCESTRAL_ROBES_SET = 21049,\n\tKILLERS_KNIFE_QUEST = 21059,\n\tGRACEFUL_HOOD_AGILITY_ARENA_INVENTORY = 21061,\n\tGRACEFUL_CAPE_AGILITY_ARENA_INVENTORY = 21064,\n\tGRACEFUL_TOP_AGILITY_ARENA_INVENTORY = 21067,\n\tGRACEFUL_LEGS_AGILITY_ARENA_INVENTORY = 21070,\n\tGRACEFUL_GLOVES_AGILITY_ARENA_INVENTORY = 21073,\n\tGRACEFUL_BOOTS_AGILITY_ARENA_INVENTORY = 21076,\n\tARCANE_PRAYER_SCROLL = 21079,\n\tOPAL_RING = 21081,\n\tJADE_RING = 21084,\n\tTOPAZ_RING = 21087,\n\tOPAL_NECKLACE = 21090,\n\tJADE_NECKLACE = 21093,\n\tTOPAZ_NECKLACE = 21096,\n\tOPAL_AMULET_U = 21099,\n\tJADE_AMULET_U = 21102,\n\tTOPAZ_AMULET_U = 21105,\n\tOPAL_AMULET = 21108,\n\tJADE_AMULET = 21111,\n\tTOPAZ_AMULET = 21114,\n\tOPAL_BRACELET = 21117,\n\tJADE_BRACELET = 21120,\n\tTOPAZ_BRACELET = 21123,\n\tRING_OF_PURSUIT = 21126,\n\tRING_OF_RETURNING_5 = 21129,\n\tRING_OF_RETURNING_4 = 21132,\n\tRING_OF_RETURNING_3 = 21134,\n\tRING_OF_RETURNING_2 = 21136,\n\tRING_OF_RETURNING_1 = 21138,\n\tEFARITAYS_AID = 21140,\n\tDODGY_NECKLACE = 21143,\n\tNECKLACE_OF_PASSAGE_5 = 21146,\n\tNECKLACE_OF_PASSAGE_4 = 21149,\n\tNECKLACE_OF_PASSAGE_3 = 21151,\n\tNECKLACE_OF_PASSAGE_2 = 21153,\n\tNECKLACE_OF_PASSAGE_1 = 21155,\n\tNECKLACE_OF_FAITH = 21157,\n\tAMULET_OF_BOUNTY = 21160,\n\tAMULET_OF_CHEMISTRY = 21163,\n\tBURNING_AMULET_5 = 21166,\n\tBURNING_AMULET_4 = 21169,\n\tBURNING_AMULET_3 = 21171,\n\tBURNING_AMULET_2 = 21173,\n\tBURNING_AMULET_1 = 21175,\n\tEXPEDITIOUS_BRACELET = 21177,\n\tFLAMTAER_BRACELET = 21180,\n\tBRACELET_OF_SLAUGHTER = 21183,\n\tLAVA_BATTLESTAFF_OR = 21198,\n\tMYSTIC_LAVA_STAFF_OR = 21200,\n\tLAVA_STAFF_UPGRADE_KIT = 21202,\n\tELDER_MAUL_LAST_MAN_STANDING = 21205,\n\tBIRTHDAY_BALLOONS = 21209,\n\tEASTER_EGG_HELM = 21214,\n\tSLAYERS_STAFF_E = 21255,\n\tSLAYERS_ENCHANTMENT = 21257,\n\tPURPLE_SLAYER_HELMET = 21264,\n\tPURPLE_SLAYER_HELMET_I_NIGHTMARE_ZONE = 21266,\n\tSLAYER_RING_ETERNAL = 21268,\n\tETERNAL_GEM = 21270,\n\tSKULL_SCEPTRE_I = 21276,\n\tOBSIDIAN_ARMOUR_SET = 21279,\n\tINFERNAL_MAX_HOOD = 21282,\n\tINFERNAL_MAX_CAPE_NORMAL = 21285,\n\tINFERNAL_CAPE_NORMAL = 21295,\n\tOBSIDIAN_HELMET = 21298,\n\tOBSIDIAN_PLATEBODY = 21301,\n\tOBSIDIAN_PLATELEGS = 21304,\n\tRAINBOW_SCARF = 21314,\n\tAMETHYST_BROAD_BOLTS = 21316,\n\tAMETHYST_JAVELIN_UNPOISONED = 21318,\n\tAMETHYST_JAVELIN_POISON = 21320,\n\tAMETHYST_ARROW_UNPOISONED = 21326,\n\tAMETHYST_FIRE_ARROW_UNLIT = 21328,\n\tAMETHYST_FIRE_ARROW_LIT = 21330,\n\tAMETHYST_ARROW_POISON = 21332,\n\tAMETHYST_BOLT_TIPS = 21338,\n\tMINING_GLOVES = 21343,\n\tSUPERIOR_MINING_GLOVES = 21345,\n\tAMETHYST = 21347,\n\tAMETHYST_ARROWTIPS = 21350,\n\tAMETHYST_JAVELIN_HEADS = 21352,\n\tMASTER_SCROLL_BOOK_EMPTY = 21387,\n\tEXPERT_MINING_GLOVES = 21392,\n\tCHAMPIONS_CAPE = 21439,\n\tTEAK_SAPLING = 21477,\n\tMAHOGANY_SAPLING = 21480,\n\tULTRACOMPOST = 21483,\n\tTEAK_SEED = 21486,\n\tMAHOGANY_SEED = 21488,\n\tSEAWEED_SPORE = 21490,\n\tGIANT_SEAWEED = 21504,\n\tBIRD_HOUSE_ITEM = 21512,\n\tOAK_BIRD_HOUSE = 21515,\n\tWILLOW_BIRD_HOUSE = 21518,\n\tTEAK_BIRD_HOUSE = 21521,\n\tHEATPROOF_VESSEL = 21539,\n\tCALCITE = 21543,\n\tPYROPHOSPHITE = 21545,\n\tNUMULITE = 21555,\n\tVOLCANIC_ASH = 21622,\n\tSULLIUSCEP_CAP = 21626,\n\tANCIENT_WYVERN_SHIELD_CHARGED = 21633,\n\tANCIENT_WYVERN_SHIELD_UNCHARGED = 21634,\n\tWYVERN_VISAGE = 21637,\n\tGRANITE_BOOTS = 21643,\n\tGRANITE_LONGSWORD = 21646,\n\tMERFOLK_TRIDENT = 21649,\n\tDRIFT_NET = 21652,\n\tUNCOOKED_MUSHROOM_PIE = 21684,\n\tMUSHROOM_PIE_FULL = 21690,\n\tRUNEFEST_SHIELD = 21695,\n\tJONAS_MASK_REWARD = 21720,\n\tBLACK_TOURMALINE_CORE = 21730,\n\tGUARDIAN_BOOTS = 21733,\n\tGRANITE_GLOVES = 21736,\n\tGRANITE_RING = 21739,\n\tGRANITE_HAMMER = 21742,\n\tJAR_OF_STONE = 21745,\n\tGRANITE_RING_I_NIGHTMARE_ZONE = 21752,\n\tROCK_THROWNHAMMER = 21754,\n\tKHAREDSTS_MEMOIRS = 21760,\n\tIMBUED_SARADOMIN_MAX_CAPE_NORMAL = 21776,\n\tIMBUED_SARADOMIN_MAX_HOOD = 21778,\n\tIMBUED_ZAMORAK_MAX_CAPE_NORMAL = 21780,\n\tIMBUED_ZAMORAK_MAX_HOOD = 21782,\n\tIMBUED_GUTHIX_MAX_CAPE_NORMAL = 21784,\n\tIMBUED_GUTHIX_MAX_HOOD = 21786,\n\tIMBUED_SARADOMIN_CAPE_NORMAL = 21791,\n\tIMBUED_GUTHIX_CAPE_NORMAL = 21793,\n\tIMBUED_ZAMORAK_CAPE_NORMAL = 21795,\n\tREVENANT_CAVE_TELEPORT = 21802,\n\tANCIENT_CRYSTAL = 21804,\n\tANCIENT_EMBLEM = 21807,\n\tANCIENT_TOTEM = 21810,\n\tANCIENT_STATUETTE = 21813,\n\tBRACELET_OF_ETHEREUM_CHARGED = 21816,\n\tBRACELET_OF_ETHEREUM_UNCHARGED = 21817,\n\tREVENANT_ETHER = 21820,\n\tSHAMAN_MASK = 21838,\n\tSNOW_IMP_COSTUME_HEAD_REWARD = 21847,\n\tSNOW_IMP_COSTUME_BODY_REWARD = 21849,\n\tSNOW_IMP_COSTUME_LEGS_REWARD = 21851,\n\tSNOW_IMP_COSTUME_TAIL_REWARD = 21853,\n\tSNOW_IMP_COSTUME_GLOVES_REWARD = 21855,\n\tSNOW_IMP_COSTUME_FEET_REWARD = 21857,\n\tWISE_OLD_MANS_SANTA_HAT = 21859,\n\tBULGING_SACK = 21874,\n\tWRATH_RUNE = 21880,\n\tDRAGON_ARMOUR_SET_LG = 21882,\n\tDRAGON_ARMOUR_SET_SK = 21885,\n\tTURQUOISE_SLAYER_HELMET = 21888,\n\tTURQUOISE_SLAYER_HELMET_I_NIGHTMARE_ZONE = 21890,\n\tDRAGON_PLATEBODY = 21892,\n\tDRAGON_KITESHIELD = 21895,\n\tASSEMBLER_MAX_CAPE_NORMAL = 21898,\n\tASSEMBLER_MAX_HOOD = 21900,\n\tDRAGON_CROSSBOW = 21902,\n\tDRAGON_BOLTS_UNPOISONED = 21905,\n\tDRAGON_LIMBS = 21918,\n\tDRAGON_CROSSBOW_U = 21921,\n\tDRAGON_BOLTS_POISON = 21924,\n\tDRAGON_BOLTS_UNF = 21930,\n\tOPAL_DRAGON_BOLTS_E = 21932,\n\tJADE_DRAGON_BOLTS_E = 21934,\n\tPEARL_DRAGON_BOLTS_E = 21936,\n\tTOPAZ_DRAGON_BOLTS_E = 21938,\n\tSAPPHIRE_DRAGON_BOLTS_E = 21940,\n\tEMERALD_DRAGON_BOLTS_E = 21942,\n\tRUBY_DRAGON_BOLTS_E = 21944,\n\tDIAMOND_DRAGON_BOLTS_E = 21946,\n\tDRAGONSTONE_DRAGON_BOLTS_E = 21948,\n\tONYX_DRAGON_BOLTS_E = 21950,\n\tMAGIC_STOCK = 21952,\n\tOPAL_DRAGON_BOLTS = 21955,\n\tJADE_DRAGON_BOLTS = 21957,\n\tPEARL_DRAGON_BOLTS = 21959,\n\tTOPAZ_DRAGON_BOLTS = 21961,\n\tSAPPHIRE_DRAGON_BOLTS = 21963,\n\tEMERALD_DRAGON_BOLTS = 21965,\n\tRUBY_DRAGON_BOLTS = 21967,\n\tDIAMOND_DRAGON_BOLTS = 21969,\n\tDRAGONSTONE_DRAGON_BOLTS = 21971,\n\tONYX_DRAGON_BOLTS = 21973,\n\tCRUSHED_SUPERIOR_DRAGON_BONES = 21975,\n\tSUPER_ANTIFIRE_POTION_4_DOSE = 21978,\n\tSUPER_ANTIFIRE_POTION_3_DOSE = 21981,\n\tSUPER_ANTIFIRE_POTION_2_DOSE = 21984,\n\tSUPER_ANTIFIRE_POTION_1_DOSE = 21987,\n\tSUPER_ANTIFIRE_MIX_2_DOSE = 21994,\n\tSUPER_ANTIFIRE_MIX_1_DOSE = 21997,\n\tDRAGONFIRE_WARD_CHARGED = 22002,\n\tDRAGONFIRE_WARD_UNCHARGED = 22003,\n\tSKELETAL_VISAGE = 22006,\n\tDRAGON_METAL_SHARD = 22097,\n\tDRAGON_METAL_SLICE = 22100,\n\tDRAGON_METAL_LUMP = 22103,\n\tJAR_OF_DECAY = 22106,\n\tAVAS_ASSEMBLER_NORMAL = 22109,\n\tDRAGONBONE_NECKLACE = 22111,\n\tMYTHICAL_CAPE = 22114,\n\tWRATH_TALISMAN = 22118,\n\tWRATH_TIARA = 22121,\n\tSUPERIOR_DRAGON_BONES = 22124,\n\tADAMANT_KITESHIELD_ARRAV = 22127,\n\tADAMANT_KITESHIELD_ASGARNIA = 22129,\n\tADAMANT_KITESHIELD_DORGESHUUN = 22131,\n\tADAMANT_KITESHIELD_DRAGON = 22133,\n\tADAMANT_KITESHIELD_FAIRY = 22135,\n\tADAMANT_KITESHIELD_GUTHIX = 22137,\n\tADAMANT_KITESHIELD_HAM = 22139,\n\tADAMANT_KITESHIELD_HORSE = 22141,\n\tADAMANT_KITESHIELD_JOGRE = 22143,\n\tADAMANT_KITESHIELD_KANDARIN = 22145,\n\tADAMANT_KITESHIELD_MISTHALIN = 22147,\n\tADAMANT_KITESHIELD_MONEY = 22149,\n\tADAMANT_KITESHIELD_SARADOMIN = 22151,\n\tADAMANT_KITESHIELD_SKULL = 22153,\n\tADAMANT_KITESHIELD_VARROCK = 22155,\n\tADAMANT_KITESHIELD_ZAMORAK = 22157,\n\tADAMANT_HERALDIC_HELM_ARRAV = 22159,\n\tADAMANT_HERALDIC_HELM_ASGARNIA = 22161,\n\tADAMANT_HERALDIC_HELM_DORGESHUUN = 22163,\n\tADAMANT_HERALDIC_HELM_DRAGON = 22165,\n\tADAMANT_HERALDIC_HELM_FAIRY = 22167,\n\tADAMANT_HERALDIC_HELM_GUTHIX = 22169,\n\tADAMANT_HERALDIC_HELM_HAM = 22171,\n\tADAMANT_HERALDIC_HELM_HORSE = 22173,\n\tADAMANT_HERALDIC_HELM_JOGRE = 22175,\n\tADAMANT_HERALDIC_HELM_KANDARIN = 22177,\n\tADAMANT_HERALDIC_HELM_MISTHALIN = 22179,\n\tADAMANT_HERALDIC_HELM_MONEY = 22181,\n\tADAMANT_HERALDIC_HELM_SARADOMIN = 22183,\n\tADAMANT_HERALDIC_HELM_SKULL = 22185,\n\tADAMANT_HERALDIC_HELM_VARROCK = 22187,\n\tADAMANT_HERALDIC_HELM_ZAMORAK = 22189,\n\tMAPLE_BIRD_HOUSE = 22192,\n\tMAHOGANY_BIRD_HOUSE = 22195,\n\tYEW_BIRD_HOUSE = 22198,\n\tMAGIC_BIRD_HOUSE = 22201,\n\tREDWOOD_BIRD_HOUSE = 22204,\n\tEXTENDED_SUPER_ANTIFIRE_4_DOSE = 22209,\n\tEXTENDED_SUPER_ANTIFIRE_3_DOSE = 22212,\n\tEXTENDED_SUPER_ANTIFIRE_2_DOSE = 22215,\n\tEXTENDED_SUPER_ANTIFIRE_1_DOSE = 22218,\n\tEXTENDED_SUPER_ANTIFIRE_MIX_2_DOSE = 22221,\n\tEXTENDED_SUPER_ANTIFIRE_MIX_1_DOSE = 22224,\n\tBULLET_ARROW = 22227,\n\tFIELD_ARROW = 22228,\n\tBLUNT_ARROW = 22229,\n\tBARBED_ARROW = 22230,\n\tDRAGON_BOOTS_ORNAMENT_KIT = 22231,\n\tDRAGON_BOOTS_G = 22234,\n\tDRAGON_PLATEBODY_ORNAMENT_KIT = 22236,\n\tDRAGON_KITESHIELD_ORNAMENT_KIT = 22239,\n\tDRAGON_PLATEBODY_G = 22242,\n\tDRAGON_KITESHIELD_G = 22244,\n\tANGUISH_ORNAMENT_KIT = 22246,\n\tNECKLACE_OF_ANGUISH_OR = 22249,\n\tOAK_SHIELD = 22251,\n\tWILLOW_SHIELD = 22254,\n\tMAPLE_SHIELD = 22257,\n\tYEW_SHIELD = 22260,\n\tMAGIC_SHIELD = 22263,\n\tREDWOOD_SHIELD = 22266,\n\tHARD_LEATHER_SHIELD = 22269,\n\tSNAKESKIN_SHIELD = 22272,\n\tGREEN_DHIDE_SHIELD = 22275,\n\tBLUE_DHIDE_SHIELD = 22278,\n\tRED_DHIDE_SHIELD = 22281,\n\tBLACK_DHIDE_SHIELD = 22284,\n\tTRIDENT_OF_THE_SEAS_E_CHARGED = 22288,\n\tTRIDENT_OF_THE_SEAS_E_UNCHARGED = 22290,\n\tTRIDENT_OF_THE_SWAMP_E_CHARGED = 22292,\n\tTRIDENT_OF_THE_SWAMP_E_UNCHARGED = 22294,\n\tSTAFF_OF_LIGHT = 22296,\n\tANCIENT_MEDALLION = 22299,\n\tANCIENT_EFFIGY = 22302,\n\tANCIENT_RELIC = 22305,\n\tPROP_SWORD = 22316,\n\tAVERNIC_DEFENDER_NORMAL = 22322,\n\tSANGUINESTI_STAFF_CHARGED = 22323,\n\tGHRAZI_RAPIER = 22324,\n\tSCYTHE_OF_VITUR_CHARGED = 22325,\n\tJUSTICIAR_FACEGUARD = 22326,\n\tJUSTICIAR_CHESTGUARD = 22327,\n\tJUSTICIAR_LEGGUARDS = 22328,\n\tSTARTER_SWORD = 22331,\n\tSTARTER_BOW = 22333,\n\tSTARTER_STAFF = 22335,\n\tEGGSHELL_PLATEBODY = 22351,\n\tEGGSHELL_PLATELEGS = 22353,\n\tBRYOPHYTAS_STAFF_UNCHARGED = 22368,\n\tBRYOPHYTAS_STAFF_CHARGED = 22370,\n\tBRYOPHYTAS_ESSENCE = 22372,\n\tXERICS_GUARD = 22388,\n\tXERICS_WARRIOR = 22390,\n\tXERICS_SENTINEL = 22392,\n\tXERICS_GENERAL = 22394,\n\tXERICS_CHAMPION = 22396,\n\tIVANDIS_FLAIL = 22398,\n\tDRAKANS_MEDALLION = 22400,\n\tBLOODY_BRACER = 22430,\n\tEMERALD_SICKLE_B = 22433,\n\tENCHANTED_EMERALD_SICKLE_B = 22435,\n\tJUSTICIAR_ARMOUR_SET = 22438,\n\tCADANTINE_BLOOD_POTION_UNF = 22443,\n\tVIAL_OF_BLOOD = 22446,\n\tBATTLEMAGE_POTION_4_DOSE = 22449,\n\tBATTLEMAGE_POTION_3_DOSE = 22452,\n\tBATTLEMAGE_POTION_2_DOSE = 22455,\n\tBATTLEMAGE_POTION_1_DOSE = 22458,\n\tBASTION_POTION_4_DOSE = 22461,\n\tBASTION_POTION_3_DOSE = 22464,\n\tBASTION_POTION_2_DOSE = 22467,\n\tBASTION_POTION_1_DOSE = 22470,\n\tAVERNIC_DEFENDER_HILT = 22477,\n\tSANGUINESTI_STAFF_UNCHARGED = 22481,\n\tSCYTHE_OF_VITUR_UNCHARGED = 22486,\n\tSINHAZA_SHROUD_TIER_1 = 22494,\n\tSINHAZA_SHROUD_TIER_2 = 22496,\n\tSINHAZA_SHROUD_TIER_3 = 22498,\n\tSINHAZA_SHROUD_TIER_4 = 22500,\n\tSINHAZA_SHROUD_TIER_5 = 22502,\n\tDAWNBRINGER = 22516,\n\tESCAPE_CRYSTAL = 22517,\n\tVIGGORAS_CHAINMACE_UNCHARGED = 22542,\n\tVIGGORAS_CHAINMACE_CHARGED = 22545,\n\tCRAWS_BOW_UNCHARGED = 22547,\n\tCRAWS_BOW_CHARGED = 22550,\n\tTHAMMARONS_SCEPTRE_UNCHARGED = 22552,\n\tTHAMMARONS_SCEPTRE_CHARGED = 22555,\n\tAMULET_OF_AVARICE = 22557,\n\tTE_SALT = 22593,\n\tEFH_SALT = 22595,\n\tURT_SALT = 22597,\n\tICY_BASALT = 22599,\n\tSTONY_BASALT = 22601,\n\tBASALT = 22603,\n\tVESTAS_SPEAR = 22610,\n\tVESTAS_LONGSWORD = 22613,\n\tVESTAS_CHAINBODY = 22616,\n\tVESTAS_PLATESKIRT = 22619,\n\tSTATIUSS_WARHAMMER = 22622,\n\tSTATIUSS_FULL_HELM = 22625,\n\tSTATIUSS_PLATEBODY = 22628,\n\tSTATIUSS_PLATELEGS = 22631,\n\tMORRIGANS_THROWING_AXE = 22634,\n\tMORRIGANS_JAVELIN = 22636,\n\tMORRIGANS_COIF = 22638,\n\tMORRIGANS_LEATHER_BODY = 22641,\n\tMORRIGANS_LEATHER_CHAPS = 22644,\n\tZURIELS_STAFF = 22647,\n\tZURIELS_HOOD = 22650,\n\tZURIELS_ROBE_TOP = 22653,\n\tZURIELS_ROBE_BOTTOM = 22656,\n\tSCROLL_SACK = 22675,\n\tCLOWN_MASK_REWARD = 22689,\n\tCLOWN_BOW_TIE_REWARD = 22692,\n\tCLOWN_GOWN_REWARD = 22695,\n\tCLOWN_TROUSERS_REWARD = 22698,\n\tCLOWN_SHOES_REWARD = 22701,\n\tSTARFACE = 22713,\n\tTREE_TOP = 22715,\n\tTREE_SKIRT = 22717,\n\tCANDY_CANE = 22719,\n\tDRAGON_HASTA_UNPOISONED = 22731,\n\tDRAGON_HASTA_POISON = 22734,\n\tDRAGON_HASTA_KARAMBWAN_POISON = 22743,\n\tWYRM_BONES = 22780,\n\tDRAKE_BONES = 22783,\n\tHYDRA_BONES = 22786,\n\tUNCOOKED_DRAGONFRUIT_PIE = 22789,\n\tDRAGONFRUIT_PIE_FULL = 22795,\n\tDRAGON_KNIFE_UNPOISONED = 22804,\n\tDRAGON_KNIFE_POISON = 22806,\n\tCORMORANTS_GLOVE_NO_BIRD = 22816,\n\tCORMORANTS_GLOVE_BIRD = 22817,\n\tFISH_CHUNKS = 22818,\n\tBLUEGILL = 22826,\n\tCOMMON_TENCH = 22829,\n\tMOTTLED_EEL = 22832,\n\tGREATER_SIREN = 22835,\n\tFISH_SACK = 22838,\n\tGOLDEN_TENCH = 22840,\n\tPEARL_BARBARIAN_ROD = 22842,\n\tPEARL_FLY_FISHING_ROD = 22844,\n\tPEARL_FISHING_ROD = 22846,\n\tCELASTRUS_SAPLING = 22856,\n\tREDWOOD_SAPLING = 22859,\n\tDRAGONFRUIT_SAPLING = 22866,\n\tCELASTRUS_SEED = 22869,\n\tREDWOOD_TREE_SEED = 22871,\n\tPOTATO_CACTUS_SEED = 22873,\n\tDRAGONFRUIT_TREE_SEED = 22877,\n\tSNAPE_GRASS_SEED = 22879,\n\tWHITE_LILY_SEED = 22887,\n\tDRAGONFRUIT = 22929,\n\tWHITE_LILY = 22932,\n\tCELASTRUS_BARK = 22935,\n\tRADAS_BLESSING_1 = 22941,\n\tRADAS_BLESSING_2 = 22943,\n\tRADAS_BLESSING_3 = 22945,\n\tRADAS_BLESSING_4 = 22947,\n\tBATTLEFRONT_TELEPORT_TABLET = 22949,\n\tBOOTS_OF_BRIMSTONE = 22951,\n\tDEVOUT_BOOTS = 22954,\n\tDRAKES_CLAW = 22957,\n\tDRAKES_TOOTH = 22960,\n\tBROKEN_DRAGON_HASTA = 22963,\n\tHYDRAS_CLAW = 22966,\n\tBRIMSTONE_RING = 22975,\n\tDRAGON_HUNTER_LANCE = 22978,\n\tFEROCIOUS_GLOVES = 22981,\n\tHYDRA_LEATHER = 22983,\n\tBONECRUSHER_NECKLACE = 22986,\n\tHYDRA_TAIL = 22988,\n\tBOTTOMLESS_COMPOST_BUCKET_EMPTY = 22994,\n\tBOTTLED_DRAGONBREATH_UNPOWERED = 22999,\n\tBOTTLED_DRAGONBREATH_POWERED = 23002,\n\tBOOTS_OF_STONE = 23037,\n\tMYSTIC_HAT_DUSK = 23047,\n\tMYSTIC_ROBE_TOP_DUSK = 23050,\n\tMYSTIC_ROBE_BOTTOM_DUSK = 23053,\n\tMYSTIC_GLOVES_DUSK = 23056,\n\tMYSTIC_BOOTS_DUSK = 23059,\n\tJAR_OF_CHEMICALS = 23064,\n\tHYDRA_SLAYER_HELMET = 23073,\n\tHYDRA_SLAYER_HELMET_I_NIGHTMARE_ZONE = 23075,\n\tORNATE_GLOVES = 23091,\n\tORNATE_BOOTS = 23093,\n\tORNATE_LEGS = 23095,\n\tORNATE_TOP = 23097,\n\tORNATE_CAPE = 23099,\n\tORNATE_HELM = 23101,\n\tMYSTIC_SET_LIGHT = 23110,\n\tMYSTIC_SET_BLUE = 23113,\n\tMYSTIC_SET_DARK = 23116,\n\tMYSTIC_SET_DUSK = 23119,\n\tOILY_PEARL_FISHING_ROD = 23122,\n\tGILDED_DRAGONHIDE_SET = 23124,\n\tRING_OF_THIRD_AGE = 23185,\n\tGUTHIX_DHIDE_SHIELD = 23188,\n\tSARADOMIN_DHIDE_SHIELD = 23191,\n\tZAMORAK_DHIDE_SHIELD = 23194,\n\tANCIENT_DHIDE_SHIELD = 23197,\n\tARMADYL_DHIDE_SHIELD = 23200,\n\tBANDOS_DHIDE_SHIELD = 23203,\n\tDUAL_SAI = 23206,\n\tRUNE_PLATEBODY_H1 = 23209,\n\tRUNE_PLATEBODY_H2 = 23212,\n\tRUNE_PLATEBODY_H3 = 23215,\n\tRUNE_PLATEBODY_H4 = 23218,\n\tRUNE_PLATEBODY_H5 = 23221,\n\tTHIEVING_BAG = 23224,\n\tRUNE_DEFENDER_ORNAMENT_KIT = 23227,\n\tRUNE_DEFENDER_T_NORMAL = 23230,\n\tTZHAARKETOM_ORNAMENT_KIT = 23232,\n\tTZHAARKETOM_T = 23235,\n\tBERSERKER_NECKLACE_ORNAMENT_KIT = 23237,\n\tBERSERKER_NECKLACE_OR = 23240,\n\tTHIRD_AGE_PLATESKIRT = 23242,\n\tFREMENNIK_KILT = 23246,\n\tRANGERS_TIGHTS = 23249,\n\tGIANT_BOOT = 23252,\n\tURIS_HAT = 23255,\n\tGILDED_COIF = 23258,\n\tGILDED_DHIDE_VAMBRACES = 23261,\n\tGILDED_DHIDE_BODY = 23264,\n\tGILDED_DHIDE_CHAPS = 23267,\n\tADAMANT_DRAGON_MASK = 23270,\n\tRUNE_DRAGON_MASK = 23273,\n\tGILDED_PICKAXE = 23276,\n\tGILDED_AXE = 23279,\n\tGILDED_SPADE = 23282,\n\tMOLE_SLIPPERS = 23285,\n\tFROG_SLIPPERS = 23288,\n\tBEAR_FEET = 23291,\n\tDEMON_FEET = 23294,\n\tJESTER_CAPE = 23297,\n\tSHOULDER_PARROT = 23300,\n\tMONKS_ROBE_TOP_T = 23303,\n\tMONKS_ROBE_T = 23306,\n\tAMULET_OF_DEFENCE_T = 23309,\n\tSANDWICH_LADY_HAT = 23312,\n\tSANDWICH_LADY_TOP = 23315,\n\tSANDWICH_LADY_BOTTOM = 23318,\n\tRUNE_SCIMITAR_ORNAMENT_KIT_GUTHIX = 23321,\n\tRUNE_SCIMITAR_ORNAMENT_KIT_SARADOMIN = 23324,\n\tRUNE_SCIMITAR_ORNAMENT_KIT_ZAMORAK = 23327,\n\tRUNE_SCIMITAR_GUTHIX = 23330,\n\tRUNE_SCIMITAR_SARADOMIN = 23332,\n\tRUNE_SCIMITAR_ZAMORAK = 23334,\n\tTHIRD_AGE_DRUIDIC_ROBE_TOP = 23336,\n\tTHIRD_AGE_DRUIDIC_ROBE_BOTTOMS = 23339,\n\tTHIRD_AGE_DRUIDIC_STAFF = 23342,\n\tTHIRD_AGE_DRUIDIC_CLOAK = 23345,\n\tTORMENTED_ORNAMENT_KIT = 23348,\n\tCAPE_OF_SKULLS = 23351,\n\tAMULET_OF_POWER_T = 23354,\n\tRAIN_BOW = 23357,\n\tHAM_JOINT = 23360,\n\tSTAFF_OF_BOB_THE_CAT = 23363,\n\tBLACK_PLATEBODY_H1 = 23366,\n\tBLACK_PLATEBODY_H2 = 23369,\n\tBLACK_PLATEBODY_H3 = 23372,\n\tBLACK_PLATEBODY_H4 = 23375,\n\tBLACK_PLATEBODY_H5 = 23378,\n\tLEATHER_BODY_G = 23381,\n\tLEATHER_CHAPS_G = 23384,\n\tWATSON_TELEPORT = 23387,\n\tSPIKED_MANACLES = 23389,\n\tADAMANT_PLATEBODY_H1 = 23392,\n\tADAMANT_PLATEBODY_H2 = 23395,\n\tADAMANT_PLATEBODY_H3 = 23398,\n\tADAMANT_PLATEBODY_H4 = 23401,\n\tADAMANT_PLATEBODY_H5 = 23404,\n\tWOLF_MASK = 23407,\n\tWOLF_CLOAK = 23410,\n\tCLIMBING_BOOTS_G = 23413,\n\tTORMENTED_BRACELET_OR = 23444,\n\tGIANT_EASTER_EGG = 23446,\n\tBUNNYMAN_MASK = 23448,\n\tENCHANTED_LYREI = 23458,\n\tLARRANS_KEY = 23490,\n\tGRUBBY_KEY = 23499,\n\tGIANT_EGG_SAC_FULL = 23517,\n\tMASK_OF_RANUL = 23522,\n\tJAR_OF_EYES = 23525,\n\tSARACHNIS_CUDGEL = 23528,\n\tHELM_OF_NEITIZNOT_LAST_MAN_STANDING = 23591,\n\tBARROWS_GLOVES_LAST_MAN_STANDING = 23593,\n\tBERSERKER_RING_LAST_MAN_STANDING = 23595,\n\tDRAGON_DEFENDER_LAST_MAN_STANDING = 23597,\n\tSPIRIT_SHIELD_LAST_MAN_STANDING = 23599,\n\tRUNE_CROSSBOW_LAST_MAN_STANDING = 23601,\n\tIMBUED_GUTHIX_CAPE_LAST_MAN_STANDING = 23603,\n\tIMBUED_ZAMORAK_CAPE_LAST_MAN_STANDING = 23605,\n\tIMBUED_SARADOMIN_CAPE_LAST_MAN_STANDING = 23607,\n\tARMADYL_CROSSBOW_LAST_MAN_STANDING = 23611,\n\tSTAFF_OF_THE_DEAD_LAST_MAN_STANDING = 23613,\n\tVESTAS_LONGSWORD_LAST_MAN_STANDING = 23615,\n\tZURIELS_STAFF_LAST_MAN_STANDING = 23617,\n\tMORRIGANS_JAVELIN_LAST_MAN_STANDING = 23619,\n\tSTATIUSS_WARHAMMER_LAST_MAN_STANDING = 23620,\n\tINFERNAL_CAPE_LAST_MAN_STANDING = 23622,\n\tSEERS_RING_I_LAST_MAN_STANDING = 23624,\n\tKODAI_WAND_LAST_MAN_STANDING = 23626,\n\tGHRAZI_RAPIER_LAST_MAN_STANDING = 23628,\n\tHEAVY_BALLISTA_LAST_MAN_STANDING = 23630,\n\tKARILS_LEATHERTOP_LAST_MAN_STANDING = 23632,\n\tDHAROKS_PLATELEGS_LAST_MAN_STANDING = 23633,\n\tTORAGS_PLATELEGS_LAST_MAN_STANDING = 23634,\n\tVERACS_PLATESKIRT_LAST_MAN_STANDING = 23635,\n\tVERACS_HELM_LAST_MAN_STANDING = 23636,\n\tTORAGS_HELM_LAST_MAN_STANDING = 23637,\n\tGUTHANS_HELM_LAST_MAN_STANDING = 23638,\n\tDHAROKS_HELM_LAST_MAN_STANDING = 23639,\n\tAMULET_OF_FURY_LAST_MAN_STANDING = 23640,\n\tBLESSED_SPIRIT_SHIELD_LAST_MAN_STANDING = 23642,\n\tETERNAL_BOOTS_LAST_MAN_STANDING = 23644,\n\tBANDOS_TASSETS_LAST_MAN_STANDING = 23646,\n\tDRAGON_JAVELIN_LAST_MAN_STANDING = 23648,\n\tDIAMOND_BOLTS_E_LAST_MAN_STANDING = 23649,\n\tMAGES_BOOK_LAST_MAN_STANDING = 23652,\n\tAHRIMS_STAFF_LAST_MAN_STANDING = 23653,\n\tOCCULT_NECKLACE_LAST_MAN_STANDING = 23654,\n\tDRAGONSTONE_ARMOUR_SET = 23667,\n\tCRYSTAL_AXE_ACTIVE = 23673,\n\tCRYSTAL_AXE_INACTIVE = 23675,\n\tDRAGON_PICKAXE_OR = 23677,\n\tCRYSTAL_PICKAXE_ACTIVE = 23680,\n\tCRYSTAL_PICKAXE_INACTIVE = 23682,\n\tDIVINE_SUPER_COMBAT_POTION_4_DOSE = 23685,\n\tDIVINE_SUPER_COMBAT_POTION_3_DOSE = 23688,\n\tDIVINE_SUPER_COMBAT_POTION_2_DOSE = 23691,\n\tDIVINE_SUPER_COMBAT_POTION_1_DOSE = 23694,\n\tDIVINE_SUPER_ATTACK_POTION_4_DOSE = 23697,\n\tDIVINE_SUPER_ATTACK_POTION_3_DOSE = 23700,\n\tDIVINE_SUPER_ATTACK_POTION_2_DOSE = 23703,\n\tDIVINE_SUPER_ATTACK_POTION_1_DOSE = 23706,\n\tDIVINE_SUPER_STRENGTH_POTION_4_DOSE = 23709,\n\tDIVINE_SUPER_STRENGTH_POTION_3_DOSE = 23712,\n\tDIVINE_SUPER_STRENGTH_POTION_2_DOSE = 23715,\n\tDIVINE_SUPER_STRENGTH_POTION_1_DOSE = 23718,\n\tDIVINE_SUPER_DEFENCE_POTION_4_DOSE = 23721,\n\tDIVINE_SUPER_DEFENCE_POTION_3_DOSE = 23724,\n\tDIVINE_SUPER_DEFENCE_POTION_2_DOSE = 23727,\n\tDIVINE_SUPER_DEFENCE_POTION_1_DOSE = 23730,\n\tDIVINE_RANGING_POTION_4_DOSE = 23733,\n\tDIVINE_RANGING_POTION_3_DOSE = 23736,\n\tDIVINE_RANGING_POTION_2_DOSE = 23739,\n\tDIVINE_RANGING_POTION_1_DOSE = 23742,\n\tDIVINE_MAGIC_POTION_4_DOSE = 23745,\n\tDIVINE_MAGIC_POTION_3_DOSE = 23748,\n\tDIVINE_MAGIC_POTION_2_DOSE = 23751,\n\tDIVINE_MAGIC_POTION_1_DOSE = 23754,\n\tCRYSTAL_HARPOON_ACTIVE = 23762,\n\tCRYSTAL_HARPOON_INACTIVE = 23764,\n\tARDOUGNE_KNIGHT_HELM = 23785,\n\tARDOUGNE_KNIGHT_PLATEBODY = 23787,\n\tARDOUGNE_KNIGHT_PLATELEGS = 23789,\n\tCORRUPTED_SCEPTRE = 23820,\n\tCORRUPTED_AXE = 23821,\n\tCORRUPTED_PICKAXE = 23822,\n\tCORRUPTED_HARPOON = 23823,\n\tCORRUPTED_HELM_BASIC = 23840,\n\tCORRUPTED_HELM_ATTUNED = 23841,\n\tCORRUPTED_HELM_PERFECTED = 23842,\n\tCORRUPTED_BODY_BASIC = 23843,\n\tCORRUPTED_BODY_ATTUNED = 23844,\n\tCORRUPTED_BODY_PERFECTED = 23845,\n\tCORRUPTED_LEGS_BASIC = 23846,\n\tCORRUPTED_LEGS_ATTUNED = 23847,\n\tCORRUPTED_LEGS_PERFECTED = 23848,\n\tCORRUPTED_HALBERD_BASIC = 23849,\n\tCORRUPTED_HALBERD_ATTUNED = 23850,\n\tCORRUPTED_HALBERD_PERFECTED = 23851,\n\tCORRUPTED_STAFF_BASIC = 23852,\n\tCORRUPTED_STAFF_ATTUNED = 23853,\n\tCORRUPTED_STAFF_PERFECTED = 23854,\n\tCORRUPTED_BOW_BASIC = 23855,\n\tCORRUPTED_BOW_ATTUNED = 23856,\n\tCORRUPTED_BOW_PERFECTED = 23857,\n\tGAUNTLET_CAPE = 23859,\n\tCRYSTAL_SCEPTRE = 23861,\n\tCRYSTAL_AXE_THE_GAUNTLET = 23862,\n\tCRYSTAL_PICKAXE_THE_GAUNTLET = 23863,\n\tCRYSTAL_HARPOON_THE_GAUNTLET = 23864,\n\tCRYSTAL_HELM_BASIC = 23886,\n\tCRYSTAL_HELM_ATTUNED = 23887,\n\tCRYSTAL_HELM_PERFECTED = 23888,\n\tCRYSTAL_BODY_BASIC = 23889,\n\tCRYSTAL_BODY_ATTUNED = 23890,\n\tCRYSTAL_BODY_PERFECTED = 23891,\n\tCRYSTAL_LEGS_BASIC = 23892,\n\tCRYSTAL_LEGS_ATTUNED = 23893,\n\tCRYSTAL_LEGS_PERFECTED = 23894,\n\tCRYSTAL_HALBERD_BASIC = 23895,\n\tCRYSTAL_HALBERD_ATTUNED = 23896,\n\tCRYSTAL_HALBERD_PERFECTED = 23897,\n\tCRYSTAL_STAFF_BASIC = 23898,\n\tCRYSTAL_STAFF_ATTUNED = 23899,\n\tCRYSTAL_STAFF_PERFECTED = 23900,\n\tCRYSTAL_BOW_BASIC = 23901,\n\tCRYSTAL_BOW_ATTUNED = 23902,\n\tCRYSTAL_BOW_PERFECTED = 23903,\n\tIMBUED_TEPHRA = 23907,\n\tZALCANO_SHARD = 23908,\n\tCRYSTAL_CROWN_ITHELL = 23911,\n\tCRYSTAL_CROWN_IORWERTH = 23913,\n\tCRYSTAL_CROWN_TRAHAEARN = 23915,\n\tCRYSTAL_CROWN_CADARN = 23917,\n\tCRYSTAL_CROWN_CRWYS = 23919,\n\tCRYSTAL_CROWN_MEILYR = 23921,\n\tCRYSTAL_CROWN_HEFIN = 23923,\n\tCRYSTAL_CROWN_AMLODD = 23925,\n\tELVEN_SIGNET = 23943,\n\tELVEN_DAWN = 23948,\n\tCRYSTAL_TOOL_SEED = 23953,\n\tCRYSTAL_ARMOUR_SEED = 23956,\n\tENHANCED_CRYSTAL_TELEPORT_SEED = 23959,\n\tCRYSTAL_HELM_ACTIVE = 23971,\n\tCRYSTAL_HELM_INACTIVE = 23973,\n\tCRYSTAL_BODY_ACTIVE = 23975,\n\tCRYSTAL_BODY_INACTIVE = 23977,\n\tCRYSTAL_LEGS_ACTIVE = 23979,\n\tCRYSTAL_LEGS_INACTIVE = 23981,\n\tCRYSTAL_BOW_ACTIVE = 23983,\n\tCRYSTAL_BOW_INACTIVE = 23985,\n\tCRYSTAL_HALBERD_ACTIVE = 23987,\n\tCRYSTAL_HALBERD_INACTIVE = 23989,\n\tCRYSTAL_SHIELD_ACTIVE = 23991,\n\tCRYSTAL_SHIELD_INACTIVE = 23993,\n\tBLADE_OF_SAELDOR_CHARGED = 23995,\n\tBLADE_OF_SAELDOR_INACTIVE = 23997,\n\tCRYSTAL_GRAIL = 24000,\n\tELVEN_BOOTS = 24003,\n\tELVEN_GLOVES = 24006,\n\tELVEN_TOP_YELLOW = 24009,\n\tELVEN_SKIRT_YELLOW = 24012,\n\tELVEN_TOP_WHITE = 24015,\n\tELVEN_SKIRT_WHITE = 24018,\n\tELVEN_TOP_YELLOW_VEST = 24021,\n\tELVEN_LEGWEAR = 24024,\n\tELVEN_TOP_WHITE_VEST = 24027,\n\tDRAGONSTONE_FULL_HELM = 24034,\n\tDRAGONSTONE_PLATEBODY = 24037,\n\tDRAGONSTONE_PLATELEGS = 24040,\n\tDRAGONSTONE_BOOTS = 24043,\n\tDRAGONSTONE_GAUNTLETS = 24046,\n\tCRYSTAL_BOW_NEW = 24123,\n\tCRYSTAL_HALBERD_NEW = 24125,\n\tCRYSTAL_SHIELD_NEW = 24127,\n\tINFERNAL_MAX_CAPE_LOCKED = 24133,\n\tFIRE_MAX_CAPE_LOCKED = 24134,\n\tASSEMBLER_MAX_CAPE_LOCKED = 24135,\n\tBRONZE_DEFENDER_LOCKED = 24136,\n\tIRON_DEFENDER_LOCKED = 24137,\n\tSTEEL_DEFENDER_LOCKED = 24138,\n\tBLACK_DEFENDER_LOCKED = 24139,\n\tMITHRIL_DEFENDER_LOCKED = 24140,\n\tADAMANT_DEFENDER_LOCKED = 24141,\n\tRUNE_DEFENDER_LOCKED = 24142,\n\tDRAGON_DEFENDER_LOCKED = 24143,\n\tSTAFF_OF_BALANCE = 24144,\n\tDECORATIVE_SWORD_GOLD_LOCKED = 24157,\n\tDECORATIVE_ARMOUR_GOLD_PLATEBODY_LOCKED = 24158,\n\tDECORATIVE_ARMOUR_GOLD_PLATELEGS_LOCKED = 24159,\n\tDECORATIVE_HELM_GOLD_LOCKED = 24160,\n\tDECORATIVE_SHIELD_GOLD_LOCKED = 24161,\n\tDECORATIVE_ARMOUR_GOLD_PLATESKIRT_LOCKED = 24162,\n\tDECORATIVE_ARMOUR_MAGIC_TOP_LOCKED = 24163,\n\tDECORATIVE_ARMOUR_MAGIC_LEGS_LOCKED = 24164,\n\tDECORATIVE_ARMOUR_MAGIC_HAT_LOCKED = 24165,\n\tDECORATIVE_ARMOUR_RANGED_TOP_LOCKED = 24166,\n\tDECORATIVE_ARMOUR_RANGED_LEGS_LOCKED = 24167,\n\tDECORATIVE_ARMOUR_QUIVER_LOCKED = 24168,\n\tSARADOMIN_HALO_LOCKED = 24169,\n\tZAMORAK_HALO_LOCKED = 24170,\n\tGUTHIX_HALO_LOCKED = 24171,\n\tHEALER_HAT_LOCKED = 24172,\n\tFIGHTER_HAT_LOCKED = 24173,\n\tRANGER_HAT_LOCKED = 24174,\n\tFIGHTER_TORSO_LOCKED = 24175,\n\tPENANCE_SKIRT_LOCKED = 24176,\n\tVOID_KNIGHT_TOP_LOCKED = 24177,\n\tELITE_VOID_TOP_LOCKED = 24178,\n\tVOID_KNIGHT_ROBE_LOCKED = 24179,\n\tELITE_VOID_ROBE_LOCKED = 24180,\n\tVOID_KNIGHT_MACE_LOCKED = 24181,\n\tVOID_KNIGHT_GLOVES_LOCKED = 24182,\n\tVOID_MAGE_HELM_LOCKED = 24183,\n\tVOID_RANGER_HELM_LOCKED = 24184,\n\tVOID_MELEE_HELM_LOCKED = 24185,\n\tAVERNIC_DEFENDER_LOCKED = 24186,\n\tTROUVER_PARCHMENT = 24187,\n\tDEADMANS_CHEST_COSMETIC = 24189,\n\tDEADMANS_LEGS_COSMETIC = 24190,\n\tDEADMANS_CAPE_COSMETIC = 24191,\n\tARMADYL_HALO_NORMAL = 24192,\n\tARMADYL_HALO_LOCKED = 24194,\n\tBANDOS_HALO_NORMAL = 24195,\n\tBANDOS_HALO_LOCKED = 24197,\n\tSEREN_HALO_NORMAL = 24198,\n\tSEREN_HALO_LOCKED = 24200,\n\tANCIENT_HALO_NORMAL = 24201,\n\tANCIENT_HALO_LOCKED = 24203,\n\tBRASSICA_HALO_NORMAL = 24204,\n\tBRASSICA_HALO_LOCKED = 24206,\n\tVICTORS_CAPE_1 = 24207,\n\tVICTORS_CAPE_10 = 24209,\n\tVICTORS_CAPE_50 = 24211,\n\tVICTORS_CAPE_100 = 24213,\n\tVICTORS_CAPE_500 = 24215,\n\tSWIFT_BLADE = 24219,\n\tAVAS_ASSEMBLER_LOCKED = 24222,\n\tFIRE_CAPE_LOCKED = 24223,\n\tINFERNAL_CAPE_LOCKED = 24224,\n\tGRANITE_MAUL_ORNATE_HANDLE = 24225,\n\tGRANITE_MAUL_OR_ORNATE_HANDLE = 24227,\n\tORNATE_MAUL_HANDLE = 24229,\n\tIMBUED_SARADOMIN_MAX_CAPE_LOCKED = 24232,\n\tIMBUED_ZAMORAK_MAX_CAPE_LOCKED = 24233,\n\tIMBUED_GUTHIX_MAX_CAPE_LOCKED = 24234,\n\tIMBUED_SARADOMIN_CAPE_LOCKED = 24248,\n\tIMBUED_GUTHIX_CAPE_LOCKED = 24249,\n\tIMBUED_ZAMORAK_CAPE_LOCKED = 24250,\n\tWILDERNESS_CRABS_TELEPORT = 24251,\n\tVS_SHIELD_EQUIPPABLE = 24266,\n\tBASILISK_JAW = 24268,\n\tNEITIZNOT_FACEGUARD = 24271,\n\tDAGONHAI_HAT = 24288,\n\tDAGONHAI_ROBE_TOP = 24291,\n\tDAGONHAI_ROBE_BOTTOM = 24294,\n\tSPOOKY_HOOD_REWARD = 24305,\n\tSPOOKY_ROBE_REWARD = 24307,\n\tSPOOKY_SKIRT_REWARD = 24309,\n\tSPOOKY_GLOVES_REWARD = 24311,\n\tSPOOKY_BOOTS_REWARD = 24313,\n\tSPOOKIER_HOOD = 24315,\n\tSPOOKIER_ROBE = 24317,\n\tSPOOKIER_SKIRT = 24319,\n\tSPOOKIER_GLOVES = 24321,\n\tSPOOKIER_BOOTS = 24323,\n\tPUMPKIN_LANTERN = 24325,\n\tSKELETON_LANTERN = 24327,\n\tDAGONHAI_ROBES_SET = 24333,\n\tTARGET_TELEPORT = 24336,\n\tBOUNTY_HUNTER_HAT_TIER_1 = 24338,\n\tBOUNTY_HUNTER_HAT_TIER_2 = 24340,\n\tBOUNTY_HUNTER_HAT_TIER_3 = 24342,\n\tBOUNTY_HUNTER_HAT_TIER_4 = 24344,\n\tBOUNTY_HUNTER_HAT_TIER_5 = 24346,\n\tBOUNTY_HUNTER_HAT_TIER_6 = 24348,\n\tTWISTED_SLAYER_HELMET = 24370,\n\tTWISTED_DRAGON_TROPHY = 24372,\n\tTWISTED_RUNE_TROPHY = 24374,\n\tTWISTED_ADAMANT_TROPHY = 24376,\n\tTWISTED_MITHRIL_TROPHY = 24378,\n\tTWISTED_STEEL_TROPHY = 24380,\n\tTWISTED_IRON_TROPHY = 24382,\n\tTWISTED_BRONZE_TROPHY = 24384,\n\tTWISTED_HAT_T3 = 24387,\n\tTWISTED_COAT_T3 = 24389,\n\tTWISTED_TROUSERS_T3 = 24391,\n\tTWISTED_BOOTS_T3 = 24393,\n\tTWISTED_CANE = 24395,\n\tTWISTED_HAT_T2 = 24397,\n\tTWISTED_COAT_T2 = 24399,\n\tTWISTED_TROUSERS_T2 = 24401,\n\tTWISTED_BOOTS_T2 = 24403,\n\tTWISTED_HAT_T1 = 24405,\n\tTWISTED_COAT_T1 = 24407,\n\tTWISTED_TROUSERS_T1 = 24409,\n\tTWISTED_BOOTS_T1 = 24411,\n\tTWISTED_BANNER = 24413,\n\tINQUISITORS_MACE = 24417,\n\tINQUISITORS_GREAT_HELM = 24419,\n\tINQUISITORS_HAUBERK = 24420,\n\tINQUISITORS_PLATESKIRT = 24421,\n\tNIGHTMARE_STAFF = 24422,\n\tHARMONISED_NIGHTMARE_STAFF = 24423,\n\tVOLATILE_NIGHTMARE_STAFF = 24424,\n\tELDRITCH_NIGHTMARE_STAFF = 24425,\n\tGREEN_GINGERBREAD_SHIELD = 24428,\n\tRED_GINGERBREAD_SHIELD = 24430,\n\tBLUE_GINGERBREAD_SHIELD = 24431,\n\tTWISTED_SLAYER_HELMET_I_NIGHTMARE_ZONE = 24444,\n\tTWISTED_TELEPORT_SCROLL = 24460,\n\tTWISTED_BLUEPRINTS = 24463,\n\tTWISTED_HORNS = 24466,\n\tTWISTED_RELIC_HUNTER_T1_ARMOUR_SET = 24469,\n\tTWISTED_RELIC_HUNTER_T2_ARMOUR_SET = 24472,\n\tTWISTED_RELIC_HUNTER_T3_ARMOUR_SET = 24475,\n\tINQUISITORS_ARMOUR_SET = 24488,\n\tJAR_OF_DREAMS = 24495,\n\tHARMONISED_ORB = 24511,\n\tVOLATILE_ORB = 24514,\n\tELDRITCH_ORB = 24517,\n\tVICTORS_CAPE_1000 = 24520,\n\tCAT_EARS = 24525,\n\tHELL_CAT_EARS = 24527,\n\tRUNNER_HAT_LOCKED = 24533,\n\tCARROT_SWORD = 24537,\n\tBLADE_OF_SAELDOR_C_HEFIN = 24551,\n\tLOOTING_BAG_NOTE = 24585,\n\tRUNE_POUCH_NOTE = 24587,\n\tBLIGHTED_MANTA_RAY = 24589,\n\tBLIGHTED_ANGLERFISH = 24592,\n\tBLIGHTED_KARAMBWAN = 24595,\n\tBLIGHTED_SUPER_RESTORE_4_DOSE = 24598,\n\tBLIGHTED_ANCIENT_ICE_SACK = 24607,\n\tBLIGHTED_ENTANGLE_SACK = 24613,\n\tBLIGHTED_TELEPORT_SPELL_SACK = 24615,\n\tVESTAS_BLIGHTED_LONGSWORD_ACTIVE = 24617,\n\tBLIGHTED_VENGEANCE_SACK = 24621,\n\tDIVINE_BATTLEMAGE_POTION_4_DOSE = 24623,\n\tDIVINE_BATTLEMAGE_POTION_3_DOSE = 24626,\n\tDIVINE_BATTLEMAGE_POTION_2_DOSE = 24629,\n\tDIVINE_BATTLEMAGE_POTION_1_DOSE = 24632,\n\tDIVINE_BASTION_POTION_4_DOSE = 24635,\n\tDIVINE_BASTION_POTION_3_DOSE = 24638,\n\tDIVINE_BASTION_POTION_2_DOSE = 24641,\n\tDIVINE_BASTION_POTION_1_DOSE = 24644,\n\tTWISTED_ANCESTRAL_HAT = 24664,\n\tTWISTED_ANCESTRAL_ROBE_TOP = 24666,\n\tTWISTED_ANCESTRAL_ROBE_BOTTOM = 24668,\n\tVYRE_NOBLE_TOP = 24676,\n\tVYRE_NOBLE_LEGS = 24678,\n\tVYRE_NOBLE_SHOES = 24680,\n\tRUBY_SICKLE_B = 24693,\n\tENCHANTED_RUBY_SICKLE_B = 24695,\n\tBLISTERWOOD_SICKLE = 24697,\n\tBLISTERWOOD_FLAIL = 24699,\n\tHALLOWED_GRAPPLE = 24721,\n\tHALLOWED_FOCUS = 24723,\n\tHALLOWED_SYMBOL = 24725,\n\tHALLOWED_HAMMER = 24727,\n\tHALLOWED_RING = 24731,\n\tRING_OF_ENDURANCE_CHARGED = 24736,\n\tSTRANGE_OLD_LOCKPICK_FULL = 24740,\n\tGRACEFUL_HOOD_HALLOWED_INVENTORY = 24743,\n\tGRACEFUL_CAPE_HALLOWED_INVENTORY = 24746,\n\tGRACEFUL_TOP_HALLOWED_INVENTORY = 24749,\n\tGRACEFUL_LEGS_HALLOWED_INVENTORY = 24752,\n\tGRACEFUL_GLOVES_HALLOWED_INVENTORY = 24755,\n\tGRACEFUL_BOOTS_HALLOWED_INVENTORY = 24758,\n\tBLOOD_PINT = 24774,\n\tBLOOD_SHARD = 24777,\n\tAMULET_OF_BLOOD_FURY = 24780,\n\tRAW_MYSTERY_MEAT = 24782,\n\tCOOKED_MYSTERY_MEAT = 24785,\n\tSEVERED_LEG = 24792,\n\tVYRE_NOBLE_BLAZER_RED = 24794,\n\tVYRE_NOBLE_COAT_TAILS_RED = 24796,\n\tVYRE_NOBLE_VEST_RED = 24798,\n\tVYRE_NOBLE_PANTS_RED = 24800,\n\tVYRE_NOBLE_CORSET_RED = 24802,\n\tVYRE_NOBLE_SKIRT_RED = 24804,\n\tVYRE_NOBLE_DRESS_TOP_RED = 24806,\n\tVYRE_NOBLE_DRESS_BOTTOM_RED = 24808,\n\tVYRE_NOBLE_BLAZER_PURPLE = 24810,\n\tVYRE_NOBLE_COAT_TAILS_PURPLE = 24812,\n\tVYRE_NOBLE_VEST_PURPLE = 24814,\n\tVYRE_NOBLE_PANTS_PURPLE = 24816,\n\tVYRE_NOBLE_CORSET_PURPLE = 24818,\n\tVYRE_NOBLE_SKIRT_PURPLE = 24820,\n\tVYRE_NOBLE_DRESS_TOP_PURPLE = 24822,\n\tVYRE_NOBLE_DRESS_BOTTOM_PURPLE = 24824,\n\tVYRE_NOBLE_BLAZER_GREY = 24826,\n\tVYRE_NOBLE_COAT_TAILS_GREY = 24828,\n\tVYRE_NOBLE_VEST_GREY = 24830,\n\tVYRE_NOBLE_PANTS_GREY = 24832,\n\tVYRE_NOBLE_CORSET_GREY = 24834,\n\tVYRE_NOBLE_SKIRT_GREY = 24836,\n\tVYRE_NOBLE_DRESS_TOP_GREY = 24838,\n\tVYRE_NOBLE_DRESS_BOTTOM_GREY = 24840,\n\tRING_OF_ENDURANCE_UNCHARGED = 24844,\n\tMYTHICAL_MAX_CAPE = 24855,\n\tMYTHICAL_MAX_HOOD = 24857,\n\tKARAMJAN_MONKEY_ITEM = 24862,\n\tZOMBIE_MONKEY_ITEM = 24863,\n\tMANIACAL_MONKEY_ITEM = 24864,\n\tSKELETON_MONKEY_ITEM = 24865,\n\tKRUK_JR = 24866,\n\tPRINCELY_MONKEY = 24867,\n\tCARPENTERS_HELMET = 24872,\n\tCARPENTERS_SHIRT = 24874,\n\tCARPENTERS_TROUSERS = 24876,\n\tCARPENTERS_BOOTS = 24878,\n\tAMYS_SAW = 24880,\n\tREINFORCED_GOGGLES = 24942,\n\tMOONCLAN_TELEPORT_TABLET = 24949,\n\tOURANIA_TELEPORT_TABLET = 24951,\n\tWATERBIRTH_TELEPORT_TABLET = 24953,\n\tBARBARIAN_TELEPORT_TABLET = 24955,\n\tKHAZARD_TELEPORT_TABLET = 24957,\n\tFISHING_GUILD_TELEPORT_TABLET = 24959,\n\tCATHERBY_TELEPORT_TABLET = 24961,\n\tICE_PLATEAU_TELEPORT_TABLET = 24963,\n\tHEADLESS_HEAD = 24975,\n\tTRAILBLAZER_HOOD_T3 = 25001,\n\tTRAILBLAZER_TOP_T3 = 25004,\n\tTRAILBLAZER_TROUSERS_T3 = 25007,\n\tTRAILBLAZER_BOOTS_T3 = 25010,\n\tTRAILBLAZER_CANE = 25013,\n\tTRAILBLAZER_HOOD_T2 = 25016,\n\tTRAILBLAZER_TOP_T2 = 25019,\n\tTRAILBLAZER_TROUSERS_T2 = 25022,\n\tTRAILBLAZER_BOOTS_T2 = 25025,\n\tTRAILBLAZER_HOOD_T1 = 25028,\n\tTRAILBLAZER_TOP_T1 = 25031,\n\tTRAILBLAZER_TROUSERS_T1 = 25034,\n\tTRAILBLAZER_BOOTS_T1 = 25037,\n\tTRAILBLAZER_DRAGON_TROPHY = 25042,\n\tTRAILBLAZER_RUNE_TROPHY = 25044,\n\tTRAILBLAZER_ADAMANT_TROPHY = 25046,\n\tTRAILBLAZER_MITHRIL_TROPHY = 25048,\n\tTRAILBLAZER_STEEL_TROPHY = 25050,\n\tTRAILBLAZER_IRON_TROPHY = 25052,\n\tTRAILBLAZER_BRONZE_TROPHY = 25054,\n\tTRAILBLAZER_BANNER = 25056,\n\tINFERNAL_HARPOON_OR_CHARGED = 25059,\n\tINFERNAL_PICKAXE_OR_CHARGED = 25063,\n\tINFERNAL_AXE_OR_CHARGED = 25066,\n\tGRACEFUL_HOOD_TRAILBLAZER_INVENTORY = 25069,\n\tGRACEFUL_CAPE_TRAILBLAZER_INVENTORY = 25072,\n\tGRACEFUL_TOP_TRAILBLAZER_INVENTORY = 25075,\n\tGRACEFUL_LEGS_TRAILBLAZER_INVENTORY = 25078,\n\tGRACEFUL_GLOVES_TRAILBLAZER_INVENTORY = 25081,\n\tGRACEFUL_BOOTS_TRAILBLAZER_INVENTORY = 25084,\n\tTRAILBLAZER_TELEPORT_SCROLL = 25087,\n\tTRAILBLAZER_TOOL_ORNAMENT_KIT = 25090,\n\tTRAILBLAZER_GLOBE = 25093,\n\tTRAILBLAZER_RUG = 25096,\n\tTRAILBLAZER_GRACEFUL_ORNAMENT_KIT = 25099,\n\tFAIRY_MUSHROOM = 25102,\n\tEXTRADIMENSIONAL_BAG_CLOSED = 25106,\n\tEXTRADIMENSIONAL_BAG_OPEN = 25108,\n\tTRAILBLAZER_AXE = 25110,\n\tTRAILBLAZER_PICKAXE = 25112,\n\tTRAILBLAZER_HARPOON = 25114,\n\tBEEKEEPERS_HAT = 25129,\n\tBEEKEEPERS_TOP = 25131,\n\tBEEKEEPERS_LEGS = 25133,\n\tBEEKEEPERS_GLOVES = 25135,\n\tBEEKEEPERS_BOOTS = 25137,\n\tBONE_FRAGMENTS = 25139,\n\tDECORATIVE_BOOTS_RED = 25163,\n\tDECORATIVE_FULL_HELM_RED = 25165,\n\tDECORATIVE_BOOTS_WHITE = 25167,\n\tDECORATIVE_FULL_HELM_WHITE = 25169,\n\tDECORATIVE_BOOTS_GOLD_NORMAL = 25171,\n\tDECORATIVE_BOOTS_GOLD_LOCKED = 25173,\n\tDECORATIVE_FULL_HELM_GOLD_NORMAL = 25174,\n\tDECORATIVE_FULL_HELM_GOLD_LOCKED = 25176,\n\tSLAYER_HELMET_I_SOUL_WARS = 25177,\n\tBLACK_SLAYER_HELMET_I_SOUL_WARS = 25179,\n\tGREEN_SLAYER_HELMET_I_SOUL_WARS = 25181,\n\tRED_SLAYER_HELMET_I_SOUL_WARS = 25183,\n\tPURPLE_SLAYER_HELMET_I_SOUL_WARS = 25185,\n\tTURQUOISE_SLAYER_HELMET_I_SOUL_WARS = 25187,\n\tHYDRA_SLAYER_HELMET_I_SOUL_WARS = 25189,\n\tTWISTED_SLAYER_HELMET_I_SOUL_WARS = 25191,\n\tGRANITE_RING_I_SOUL_WARS = 25193,\n\tBLUE_CAPE_SOUL_WARS_TUTORIAL = 25195,\n\tRED_CAPE_SOUL_WARS = 25207,\n\tBLUE_CAPE_SOUL_WARS_MINIGAME = 25208,\n\tSALVE_AMULETI_SOUL_WARS = 25250,\n\tRING_OF_THE_GODS_I_SOUL_WARS = 25252,\n\tTYRANNICAL_RING_I_SOUL_WARS = 25254,\n\tTREASONOUS_RING_I_SOUL_WARS = 25256,\n\tSEERS_RING_I_SOUL_WARS = 25258,\n\tARCHERS_RING_I_SOUL_WARS = 25260,\n\tWARRIOR_RING_I_SOUL_WARS = 25262,\n\tBERSERKER_RING_I_SOUL_WARS = 25264,\n\tSALVE_AMULETEI_SOUL_WARS = 25278,\n\tGIANT_BOULDER = 25314,\n\tGNOME_CHILD_MASK = 25336,\n\tSOUL_CAPE_RED = 25344,\n\tSOUL_CAPE_BLUE = 25346,\n\tINFERNAL_HARPOON_OR_UNCHARGED = 25367,\n\tINFERNAL_PICKAXE_OR_UNCHARGED = 25369,\n\tINFERNAL_AXE_OR_UNCHARGED = 25371,\n\tDRAGON_HARPOON_OR = 25373,\n\tDRAGON_PICKAXE_OR_TRAILBLAZER = 25376,\n\tDRAGON_AXE_OR = 25378,\n\tTRAILBLAZER_RELIC_HUNTER_T1_ARMOUR_SET = 25380,\n\tTRAILBLAZER_RELIC_HUNTER_T2_ARMOUR_SET = 25383,\n\tTRAILBLAZER_RELIC_HUNTER_T3_ARMOUR_SET = 25386,\n\tSWAMPBARK_BODY = 25389,\n\tSWAMPBARK_GAUNTLETS = 25392,\n\tSWAMPBARK_BOOTS = 25395,\n\tSWAMPBARK_HELM = 25398,\n\tSWAMPBARK_LEGS = 25401,\n\tBLOODBARK_BODY = 25404,\n\tBLOODBARK_GAUNTLETS = 25407,\n\tBLOODBARK_BOOTS = 25410,\n\tBLOODBARK_HELM = 25413,\n\tBLOODBARK_LEGS = 25416,\n\tURIUM_REMAINS = 25419,\n\tZEALOTS_ROBE_TOP = 25434,\n\tZEALOTS_ROBE_BOTTOM = 25436,\n\tZEALOTS_HELM = 25438,\n\tZEALOTS_BOOTS = 25440,\n\tBRONZE_LOCKS = 25442,\n\tSTEEL_LOCKS = 25445,\n\tBLACK_LOCKS = 25448,\n\tSILVER_LOCKS = 25451,\n\tGOLD_LOCKS = 25454,\n\tBRONZE_COFFIN_CLOSED = 25459,\n\tSTEEL_COFFIN_CLOSED = 25461,\n\tBLACK_COFFIN_CLOSED = 25463,\n\tSILVER_COFFIN_CLOSED = 25465,\n\tGOLD_COFFIN_CLOSED = 25467,\n\tBRONZE_COFFIN_OPEN = 25469,\n\tSTEEL_COFFIN_OPEN = 25470,\n\tBLACK_COFFIN_OPEN = 25471,\n\tSILVER_COFFIN_OPEN = 25472,\n\tGOLD_COFFIN_OPEN = 25473,\n\tRUNESCROLL_OF_SWAMPBARK = 25478,\n\tRUNESCROLL_OF_BLOODBARK = 25481,\n\tWEBWEAVER_BOW_UNCHARGED = 25484,\n\tWEBWEAVER_BOW_CHARGED = 25485,\n\tURSINE_CHAINMACE_UNCHARGED = 25486,\n\tURSINE_CHAINMACE_CHARGED = 25487,\n\tACCURSED_SCEPTRE_UNCHARGED = 25488,\n\tACCURSED_SCEPTRE_CHARGED = 25489,\n\tVOIDWAKER = 25490,\n\tACCURSED_SCEPTRE_A_UNCHARGED = 25491,\n\tACCURSED_SCEPTRE_A_CHARGED = 25492,\n\tCURSED_BANANA = 25500,\n\tBANANA_CAPE = 25502,\n\tDHAROKS_PLATEBODY_LAST_MAN_STANDING = 25515,\n\tDHAROKS_GREATAXE_LAST_MAN_STANDING = 25516,\n\tVOLATILE_NIGHTMARE_STAFF_LAST_MAN_STANDING = 25517,\n\tANCESTRAL_HAT_LAST_MAN_STANDING = 25518,\n\tJAR_OF_SPIRITS = 25521,\n\tJAR_OF_SMOKE = 25524,\n\tCELESTIAL_RING_UNCHARGED = 25539,\n\tCELESTIAL_RING_CHARGED = 25541,\n\tCELESTIAL_SIGNET_UNCHARGED = 25543,\n\tCELESTIAL_SIGNET_CHARGED = 25545,\n\tGOLDEN_PROSPECTOR_HELMET = 25549,\n\tGOLDEN_PROSPECTOR_JACKET = 25551,\n\tGOLDEN_PROSPECTOR_LEGS = 25553,\n\tGOLDEN_PROSPECTOR_BOOTS = 25555,\n\tDARK_FLIPPERS = 25557,\n\tTOME_OF_WATER_CHARGED = 25574,\n\tTOME_OF_WATER_EMPTY = 25576,\n\tSOAKED_PAGE = 25578,\n\tFISH_SACK_BARREL_CLOSED = 25585,\n\tFISH_SACK_BARREL_OPEN = 25587,\n\tSPIRIT_ANGLER_HEADBAND = 25592,\n\tSPIRIT_ANGLER_TOP = 25594,\n\tSPIRIT_ANGLER_WADERS = 25596,\n\tSPIRIT_ANGLER_BOOTS = 25598,\n\tGREGGS_EASTDOOR = 25604,\n\tPROPELLER_HAT = 25606,\n\tBARRONITE_MACE_NORMAL = 25641,\n\tBARRONITE_MACE_LOCKED = 25643,\n\tIMCANDO_HAMMER_REPAIRED = 25644,\n\tCLAN_CLOAK_BLACK = 25712,\n\tCLAN_CLOAK_ORANGE = 25714,\n\tCLAN_CLOAK_BLUE = 25715,\n\tCLAN_CLOAK_RED = 25716,\n\tCLAN_CLOAK_GREEN = 25717,\n\tCLAN_CLOAK_YELLOW = 25718,\n\tCLAN_CLOAK_LIGHT_BLUE = 25719,\n\tCLAN_CLOAK_PURPLE = 25720,\n\tCLAN_VEXILLUM_BLACK = 25721,\n\tCLAN_VEXILLUM_ORANGE = 25723,\n\tCLAN_VEXILLUM_BLUE = 25724,\n\tCLAN_VEXILLUM_RED = 25725,\n\tCLAN_VEXILLUM_GREEN = 25726,\n\tCLAN_VEXILLUM_YELLOW = 25727,\n\tCLAN_VEXILLUM_LIGHT_BLUE = 25728,\n\tCLAN_VEXILLUM_PURPLE = 25729,\n\tHOLY_SANGUINESTI_STAFF_CHARGED = 25731,\n\tHOLY_SANGUINESTI_STAFF_UNCHARGED = 25733,\n\tHOLY_GHRAZI_RAPIER = 25734,\n\tHOLY_SCYTHE_OF_VITUR_CHARGED = 25736,\n\tHOLY_SCYTHE_OF_VITUR_UNCHARGED = 25738,\n\tSANGUINE_SCYTHE_OF_VITUR_CHARGED = 25739,\n\tSANGUINE_SCYTHE_OF_VITUR_UNCHARGED = 25741,\n\tFIENDISH_ASHES = 25766,\n\tVILE_ASHES = 25769,\n\tMALICIOUS_ASHES = 25772,\n\tABYSSAL_ASHES = 25775,\n\tINFERNAL_ASHES = 25778,\n\tBOOK_OF_THE_DEAD = 25818,\n\tPROTEST_BANNER = 25822,\n\tLIZARDKICKER = 25826,\n\tRAW_BOAR_MEAT = 25833,\n\tBANANA_HAT = 25840,\n\tAMETHYST_DART_UNPOISONED = 25849,\n\tAMETHYST_DART_POISON = 25851,\n\tAMETHYST_DART_TIP = 25853,\n\tENHANCED_CRYSTAL_WEAPON_SEED = 25859,\n\tBOW_OF_FAERDHINEN_INACTIVE = 25862,\n\tBOW_OF_FAERDHINEN_CHARGED = 25865,\n\tBOW_OF_FAERDHINEN_C_HEFIN = 25867,\n\tBLADE_OF_SAELDOR_C_ITHELL = 25870,\n\tBLADE_OF_SAELDOR_C_IORWERTH = 25872,\n\tBLADE_OF_SAELDOR_C_TRAHAEARN = 25874,\n\tBLADE_OF_SAELDOR_C_CADARN = 25876,\n\tBLADE_OF_SAELDOR_C_CRWYS = 25878,\n\tBLADE_OF_SAELDOR_C_MEILYR = 25880,\n\tBLADE_OF_SAELDOR_C_AMLODD = 25882,\n\tBOW_OF_FAERDHINEN_C_ITHELL = 25884,\n\tBOW_OF_FAERDHINEN_C_IORWERTH = 25886,\n\tBOW_OF_FAERDHINEN_C_TRAHAEARN = 25888,\n\tBOW_OF_FAERDHINEN_C_CADARN = 25890,\n\tBOW_OF_FAERDHINEN_C_CRWYS = 25892,\n\tBOW_OF_FAERDHINEN_C_MEILYR = 25894,\n\tBOW_OF_FAERDHINEN_C_AMLODD = 25896,\n\tTZTOK_SLAYER_HELMET = 25898,\n\tTZTOK_SLAYER_HELMET_I_NIGHTMARE_ZONE = 25900,\n\tTZTOK_SLAYER_HELMET_I_SOUL_WARS = 25902,\n\tVAMPYRIC_SLAYER_HELMET = 25904,\n\tVAMPYRIC_SLAYER_HELMET_I_NIGHTMARE_ZONE = 25906,\n\tVAMPYRIC_SLAYER_HELMET_I_SOUL_WARS = 25908,\n\tTZKAL_SLAYER_HELMET = 25910,\n\tTZKAL_SLAYER_HELMET_I_NIGHTMARE_ZONE = 25912,\n\tTZKAL_SLAYER_HELMET_I_SOUL_WARS = 25914,\n\tDRAGON_HUNTER_CROSSBOW_T = 25916,\n\tDRAGON_HUNTER_CROSSBOW_B = 25918,\n\tGHOMMALS_HILT_1 = 25926,\n\tGHOMMALS_HILT_2 = 25928,\n\tGHOMMALS_HILT_3 = 25930,\n\tGHOMMALS_HILT_4 = 25932,\n\tGHOMMALS_HILT_5 = 25934,\n\tGHOMMALS_HILT_6 = 25936,\n\tLIGHTBEARER = 25975,\n\tKERIS_PARTISAN = 25979,\n\tKERIS_PARTISAN_OF_BREACHING = 25981,\n\tELIDINIS_WARD = 25985,\n\tGROUP_IRON_HELM = 26156,\n\tGROUP_IRON_PLATEBODY_II = 26158,\n\tGROUP_IRON_PLATEBODY_III = 26160,\n\tGROUP_IRON_PLATEBODY_IV = 26162,\n\tGROUP_IRON_PLATEBODY_V = 26164,\n\tGROUP_IRON_PLATELEGS = 26166,\n\tGROUP_IRON_BRACERS = 26168,\n\tHARDCORE_GROUP_IRON_HELM = 26170,\n\tHARDCORE_GROUP_IRON_PLATEBODY_II = 26172,\n\tHARDCORE_GROUP_IRON_PLATEBODY_III = 26174,\n\tHARDCORE_GROUP_IRON_PLATEBODY_IV = 26176,\n\tHARDCORE_GROUP_IRON_PLATEBODY_V = 26178,\n\tHARDCORE_GROUP_IRON_PLATELEGS = 26180,\n\tHARDCORE_GROUP_IRON_BRACERS = 26182,\n\tOSMUMTENS_FANG = 26219,\n\tANCIENT_CEREMONIAL_TOP = 26221,\n\tANCIENT_CEREMONIAL_LEGS = 26223,\n\tANCIENT_CEREMONIAL_MASK = 26225,\n\tANCIENT_CEREMONIAL_GLOVES = 26227,\n\tANCIENT_CEREMONIAL_BOOTS = 26229,\n\tNIHIL_SHARD = 26231,\n\tANCIENT_GODSWORD = 26233,\n\tZARYTE_VAMBRACES = 26235,\n\tVIRTUS_MASK = 26241,\n\tVIRTUS_ROBE_TOP = 26243,\n\tVIRTUS_ROBE_BOTTOMS = 26245,\n\tSAUCEPAN = 26254,\n\tUGLY_HALLOWEEN_JUMPER_ORANGE = 26256,\n\tUGLY_HALLOWEEN_JUMPER_BLACK = 26258,\n\tHAUNTED_WINE_BOTTLE = 26260,\n\tCONDENSED_GOLD = 26266,\n\tPINK_STAINED_PLATEBODY = 26280,\n\tPINK_STAINED_PLATELEGS = 26282,\n\tPINK_STAINED_FULL_HELM = 26284,\n\tFESTIVE_ELF_SLIPPERS = 26310,\n\tFESTIVE_ELF_HAT = 26312,\n\tSNOWMAN_RING = 26314,\n\tSECRET_SANTA_PRESENT_RED = 26316,\n\tSECRET_SANTA_PRESENT_BLUE = 26318,\n\tSECRET_SANTA_PRESENT_GREEN = 26320,\n\tSECRET_SANTA_PRESENT_BLACK = 26322,\n\tSECRET_SANTA_PRESENT_GOLD = 26324,\n\tANCIENT_BREW_4_DOSE = 26340,\n\tANCIENT_BREW_3_DOSE = 26342,\n\tANCIENT_BREW_2_DOSE = 26344,\n\tANCIENT_BREW_1_DOSE = 26346,\n\tANCIENT_MIX_2_DOSE = 26350,\n\tANCIENT_MIX_1_DOSE = 26353,\n\tNIHIL_DUST = 26368,\n\tANCIENT_HILT = 26370,\n\tNIHIL_HORN = 26372,\n\tZARYTE_CROSSBOW = 26374,\n\tTORVA_FULL_HELM_DAMAGED = 26376,\n\tTORVA_PLATEBODY_DAMAGED = 26378,\n\tTORVA_PLATELEGS_DAMAGED = 26380,\n\tTORVA_FULL_HELM_RESTORED = 26382,\n\tTORVA_PLATEBODY_RESTORED = 26384,\n\tTORVA_PLATELEGS_RESTORED = 26386,\n\tBLOOD_ESSENCE_INACTIVE = 26390,\n\tBANDOSIAN_COMPONENTS = 26394,\n\tSHATTERED_RELICS_VARIETY_ORNAMENT_KIT = 26421,\n\tSHATTERED_BANNER = 26424,\n\tSHATTERED_HOOD_T1 = 26427,\n\tSHATTERED_TOP_T1 = 26430,\n\tSHATTERED_TROUSERS_T1 = 26433,\n\tSHATTERED_BOOTS_T1 = 26436,\n\tSHATTERED_HOOD_T2 = 26439,\n\tSHATTERED_TOP_T2 = 26442,\n\tSHATTERED_TROUSERS_T2 = 26445,\n\tSHATTERED_BOOTS_T2 = 26448,\n\tSHATTERED_HOOD_T3 = 26451,\n\tSHATTERED_TOP_T3 = 26454,\n\tSHATTERED_TROUSERS_T3 = 26457,\n\tSHATTERED_BOOTS_T3 = 26460,\n\tVOID_KNIGHT_TOP_OR_NORMAL = 26463,\n\tVOID_KNIGHT_ROBE_OR_NORMAL = 26465,\n\tVOID_KNIGHT_GLOVES_OR_NORMAL = 26467,\n\tELITE_VOID_TOP_OR_NORMAL = 26469,\n\tELITE_VOID_ROBE_OR_NORMAL = 26471,\n\tVOID_MAGE_HELM_OR_NORMAL = 26473,\n\tVOID_RANGER_HELM_OR_NORMAL = 26475,\n\tVOID_MELEE_HELM_OR_NORMAL = 26477,\n\tSHATTERED_RELICS_VOID_ORNAMENT_KIT = 26479,\n\tABYSSAL_WHIP_OR = 26482,\n\tABYSSAL_TENTACLE_OR = 26484,\n\tRUNE_CROSSBOW_OR = 26486,\n\tBOOK_OF_BALANCE_OR = 26488,\n\tBOOK_OF_DARKNESS_OR = 26490,\n\tBOOK_OF_LAW_OR = 26492,\n\tBOOK_OF_WAR_OR = 26494,\n\tHOLY_BOOK_OR = 26496,\n\tUNHOLY_BOOK_OR = 26498,\n\tSHATTERED_TELEPORT_SCROLL = 26500,\n\tSHATTERED_RELICS_BRONZE_TROPHY = 26503,\n\tSHATTERED_RELICS_IRON_TROPHY = 26505,\n\tSHATTERED_RELICS_STEEL_TROPHY = 26507,\n\tSHATTERED_RELICS_MITHRIL_TROPHY = 26509,\n\tSHATTERED_RELICS_ADAMANT_TROPHY = 26511,\n\tSHATTERED_RELICS_RUNE_TROPHY = 26513,\n\tSHATTERED_RELICS_DRAGON_TROPHY = 26515,\n\tSHATTERED_CANE = 26517,\n\tSHATTERED_CANNON_ORNAMENT_KIT = 26528,\n\tMYSTIC_HAT_OR = 26531,\n\tMYSTIC_ROBE_TOP_OR = 26533,\n\tMYSTIC_ROBE_BOTTOM_OR = 26535,\n\tMYSTIC_GLOVES_OR = 26537,\n\tMYSTIC_BOOTS_OR = 26539,\n\tSHATTERED_RELICS_MYSTIC_ORNAMENT_KIT = 26541,\n\tPORTABLE_WAYSTONE = 26549,\n\tARCANE_GRIMOIRE = 26551,\n\tSHATTERED_RELIC_HUNTER_T1_ARMOUR_SET = 26554,\n\tSHATTERED_RELIC_HUNTER_T2_ARMOUR_SET = 26557,\n\tSHATTERED_RELIC_HUNTER_T3_ARMOUR_SET = 26560,\n\tWHITE_GOBLIN_MAIL = 26567,\n\tOSMANS_REPORT = 26602,\n\tSKIS = 26649,\n\tSLAYER_HELMET_I_EMIRS_ARENA = 26674,\n\tBLACK_SLAYER_HELMET_I_EMIRS_ARENA = 26675,\n\tGREEN_SLAYER_HELMET_I_EMIRS_ARENA = 26676,\n\tRED_SLAYER_HELMET_I_EMIRS_ARENA = 26677,\n\tPURPLE_SLAYER_HELMET_I_EMIRS_ARENA = 26678,\n\tTURQUOISE_SLAYER_HELMET_I_EMIRS_ARENA = 26679,\n\tHYDRA_SLAYER_HELMET_I_EMIRS_ARENA = 26680,\n\tTWISTED_SLAYER_HELMET_I_EMIRS_ARENA = 26681,\n\tTZTOK_SLAYER_HELMET_I_EMIRS_ARENA = 26682,\n\tVAMPYRIC_SLAYER_HELMET_I_EMIRS_ARENA = 26683,\n\tTZKAL_SLAYER_HELMET_I_EMIRS_ARENA = 26684,\n\tGRANITE_RING_I_EMIRS_ARENA = 26685,\n\tDRAGON_CLAWS_OR = 26708,\n\tDRAGON_WARHAMMER_OR = 26710,\n\tHEAVY_BALLISTA_OR = 26712,\n\tARMADYL_HELMET_OR = 26714,\n\tARMADYL_CHESTPLATE_OR = 26715,\n\tARMADYL_CHAINSKIRT_OR = 26716,\n\tBANDOS_CHESTPLATE_OR = 26718,\n\tBANDOS_TASSETS_OR = 26719,\n\tBANDOS_BOOTS_OR = 26720,\n\tCENTURION_CUIRASS_NORMAL = 26721,\n\tCENTURION_CUIRASS_LOCKED = 26722,\n\tWRISTBANDS_OF_THE_ARENA_NORMAL = 26723,\n\tWRISTBANDS_OF_THE_ARENA_LOCKED = 26724,\n\tWRISTBANDS_OF_THE_ARENA_CHARGED = 26725,\n\tWRISTBANDS_OF_THE_ARENA_CHARGED_AND_LOCKED = 26726,\n\tWRISTBANDS_OF_THE_ARENA_I_NORMAL = 26727,\n\tWRISTBANDS_OF_THE_ARENA_I_LOCKED = 26728,\n\tWRISTBANDS_OF_THE_ARENA_I_CHARGED = 26729,\n\tWRISTBANDS_OF_THE_ARENA_I_CHARGED_AND_LOCKED = 26730,\n\tSAIKAS_HOOD_NORMAL = 26731,\n\tSAIKAS_HOOD_LOCKED = 26732,\n\tSAIKAS_VEIL_NORMAL = 26733,\n\tSAIKAS_VEIL_LOCKED = 26734,\n\tSAIKAS_SHROUD_NORMAL = 26735,\n\tSAIKAS_SHROUD_LOCKED = 26736,\n\tKORIFFS_HEADBAND_NORMAL = 26737,\n\tKORIFFS_HEADBAND_LOCKED = 26738,\n\tKORIFFS_COWL_NORMAL = 26739,\n\tKORIFFS_COWL_LOCKED = 26740,\n\tKORIFFS_COIF_NORMAL = 26741,\n\tKORIFFS_COIF_LOCKED = 26742,\n\tMAOMAS_MED_HELM_NORMAL = 26743,\n\tMAOMAS_MED_HELM_LOCKED = 26744,\n\tMAOMAS_FULL_HELM_NORMAL = 26745,\n\tMAOMAS_FULL_HELM_LOCKED = 26746,\n\tMAOMAS_GREAT_HELM_NORMAL = 26747,\n\tMAOMAS_GREAT_HELM_LOCKED = 26748,\n\tCALAMITY_CHEST_NORMAL = 26749,\n\tCALAMITY_CHEST_LOCKED = 26750,\n\tSUPERIOR_CALAMITY_CHEST_NORMAL = 26751,\n\tSUPERIOR_CALAMITY_CHEST_LOCKED = 26752,\n\tELITE_CALAMITY_CHEST_NORMAL = 26753,\n\tELITE_CALAMITY_CHEST_LOCKED = 26754,\n\tCALAMITY_BREECHES_NORMAL = 26755,\n\tCALAMITY_BREECHES_LOCKED = 26756,\n\tSUPERIOR_CALAMITY_BREECHES_NORMAL = 26757,\n\tSUPERIOR_CALAMITY_BREECHES_LOCKED = 26758,\n\tELITE_CALAMITY_BREECHES_NORMAL = 26759,\n\tELITE_CALAMITY_BREECHES_LOCKED = 26760,\n\tSALVE_AMULETI_EMIRS_ARENA = 26763,\n\tRING_OF_THE_GODS_I_EMIRS_ARENA = 26764,\n\tTYRANNICAL_RING_I_EMIRS_ARENA = 26765,\n\tTREASONOUS_RING_I_EMIRS_ARENA = 26766,\n\tSEERS_RING_I_EMIRS_ARENA = 26767,\n\tARCHERS_RING_I_EMIRS_ARENA = 26768,\n\tWARRIOR_RING_I_EMIRS_ARENA = 26769,\n\tBERSERKER_RING_I_EMIRS_ARENA = 26770,\n\tSALVE_AMULETEI_EMIRS_ARENA = 26782,\n\tGOLD_TIARA = 26788,\n\tCATALYTIC_TALISMAN = 26798,\n\tCATALYTIC_TIARA = 26801,\n\tELEMENTAL_TIARA = 26804,\n\tRING_OF_THE_ELEMENTS_UNCHARGED = 26815,\n\tRING_OF_THE_ELEMENTS_CHARGED = 26818,\n\tABYSSAL_LANTERN_UNLIT = 26822,\n\tABYSSAL_LANTERN_NORMAL = 26824,\n\tABYSSAL_LANTERN_BLUE = 26826,\n\tABYSSAL_LANTERN_RED = 26828,\n\tABYSSAL_LANTERN_WHITE = 26830,\n\tABYSSAL_LANTERN_PURPLE = 26832,\n\tABYSSAL_LANTERN_GREEN = 26834,\n\tABYSSAL_LANTERN_OAK = 26836,\n\tABYSSAL_LANTERN_WILLOW = 26838,\n\tABYSSAL_LANTERN_MAPLE = 26840,\n\tABYSSAL_LANTERN_YEW = 26842,\n\tABYSSAL_LANTERN_BLISTERWOOD = 26844,\n\tABYSSAL_LANTERN_MAGIC = 26846,\n\tABYSSAL_LANTERN_REDWOOD = 26848,\n\tHAT_OF_THE_EYE_REGULAR = 26850,\n\tROBE_TOP_OF_THE_EYE_REGULAR = 26852,\n\tROBE_BOTTOMS_OF_THE_EYE_REGULAR = 26854,\n\tBOOTS_OF_THE_EYE = 26856,\n\tHAT_OF_THE_EYE_RED = 26858,\n\tROBE_TOP_OF_THE_EYE_RED = 26860,\n\tROBE_BOTTOMS_OF_THE_EYE_RED = 26862,\n\tHAT_OF_THE_EYE_GREEN = 26864,\n\tROBE_TOP_OF_THE_EYE_GREEN = 26866,\n\tROBE_BOTTOMS_OF_THE_EYE_GREEN = 26868,\n\tHAT_OF_THE_EYE_BLUE = 26870,\n\tROBE_TOP_OF_THE_EYE_BLUE = 26872,\n\tROBE_BOTTOMS_OF_THE_EYE_BLUE = 26874,\n\tTARNISHED_LOCKET = 26910,\n\tLOST_BAG = 26912,\n\tAMULET_OF_THE_EYE_REGULAR = 26914,\n\tEASTER_HAT = 26937,\n\tCRATE_RING = 26939,\n\tODD_SPECTACLES = 26963,\n\tCIRCLET_OF_WATER_UNCHARGED = 26967,\n\tCIRCLET_OF_WATER_CHARGED = 26969,\n\tLOST_BAG_RED = 26984,\n\tLOST_BAG_GREEN = 26986,\n\tLOST_BAG_BLUE = 26988,\n\tAMULET_OF_THE_EYE_RED = 26990,\n\tAMULET_OF_THE_EYE_GREEN = 26992,\n\tAMULET_OF_THE_EYE_BLUE = 26994,\n\tENSOULED_HELLHOUND_HEAD_ITEM = 26997,\n\tVOID_KNIGHT_TOP_OR_LOCKED = 27000,\n\tVOID_KNIGHT_ROBE_OR_LOCKED = 27001,\n\tVOID_KNIGHT_GLOVES_OR_LOCKED = 27002,\n\tELITE_VOID_TOP_OR_LOCKED = 27003,\n\tELITE_VOID_ROBE_OR_LOCKED = 27004,\n\tVOID_MAGE_HELM_OR_LOCKED = 27005,\n\tVOID_RANGER_HELM_OR_LOCKED = 27006,\n\tVOID_MELEE_HELM_OR_LOCKED = 27007,\n\tDRAGON_DEFENDER_T_LOCKED = 27008,\n\tRUNE_DEFENDER_T_LOCKED = 27009,\n\tKOVACS_GROG = 27014,\n\tCOLOSSAL_BLADE = 27021,\n\tSMITHS_TUNIC = 27023,\n\tSMITHS_TROUSERS = 27025,\n\tSMITHS_BOOTS = 27027,\n\tSMITHS_GLOVES = 27029,\n\tSMITHS_GLOVES_I = 27031,\n\tFLOWER_CROWN_PRIDE = 27035,\n\tGROUP_IRON_HELM_UNRANKED = 27042,\n\tGROUP_IRON_PLATELEGS_UNRANKED = 27044,\n\tGROUP_IRON_BRACERS_UNRANKED = 27046,\n\tGROUP_IRON_PLATEBODY_UNRANKED_II = 27048,\n\tGROUP_IRON_PLATEBODY_UNRANKED_III = 27050,\n\tGROUP_IRON_PLATEBODY_UNRANKED_IV = 27052,\n\tGROUP_IRON_PLATEBODY_UNRANKED_V = 27054,\n\tELDER_MAUL_OR = 27100,\n\tMITHRIL_GLOVES_WRAPPED = 27110,\n\tRUNE_GLOVES_WRAPPED = 27111,\n\tBARROWS_GLOVES_WRAPPED = 27112,\n\tELDER_CHAOS_TOP_OR = 27115,\n\tELDER_CHAOS_ROBE_OR = 27117,\n\tELDER_CHAOS_HOOD_OR = 27119,\n\tDAGONHAI_HAT_OR = 27123,\n\tDAGONHAI_ROBE_TOP_OR = 27125,\n\tDAGONHAI_ROBE_BOTTOM_OR = 27127,\n\tFLOWER_CROWN_BISEXUAL = 27141,\n\tFLOWER_CROWN_ASEXUAL = 27143,\n\tFLOWER_CROWN_TRANSGENDER = 27145,\n\tFLOWER_CROWN_PANSEXUAL = 27147,\n\tFLOWER_CROWN_NONBINARY = 27149,\n\tFLOWER_CROWN_GENDERQUEER = 27151,\n\tFLOWER_CROWN_LESBIAN = 27153,\n\tFLOWER_CROWN_GAY = 27155,\n\tGUTHIX_CHAPS_LAST_MAN_STANDING = 27180,\n\tZAMORAK_CHAPS_LAST_MAN_STANDING = 27181,\n\tSARADOMIN_CHAPS_LAST_MAN_STANDING = 27182,\n\tLIGHT_BALLISTA_LAST_MAN_STANDING = 27188,\n\tVERACS_FLAIL_LAST_MAN_STANDING = 27189,\n\tANCESTRAL_ROBE_BOTTOM_LAST_MAN_STANDING = 27194,\n\tMENAPHITE_REMEDY_4_DOSE = 27202,\n\tMENAPHITE_REMEDY_3_DOSE = 27205,\n\tMENAPHITE_REMEDY_2_DOSE = 27208,\n\tMENAPHITE_REMEDY_1_DOSE = 27211,\n\tMASORI_MASK = 27226,\n\tMASORI_BODY = 27229,\n\tMASORI_CHAPS = 27232,\n\tMASORI_MASK_F = 27235,\n\tMASORI_BODY_F = 27238,\n\tMASORI_CHAPS_F = 27241,\n\tOSMUMTENS_FANG_OR = 27246,\n\tELIDINIS_WARD_F = 27251,\n\tELIDINIS_WARD_OR = 27253,\n\tICTHLARINS_SHROUD_TIER_1 = 27257,\n\tICTHLARINS_SHROUD_TIER_2 = 27259,\n\tICTHLARINS_SHROUD_TIER_3 = 27261,\n\tICTHLARINS_SHROUD_TIER_4 = 27263,\n\tICTHLARINS_SHROUD_TIER_5 = 27265,\n\tICTHLARINS_HOOD_TIER_5 = 27267,\n\tARMADYLEAN_PLATE = 27269,\n\tLILY_OF_THE_SANDS = 27272,\n\tTUMEKENS_SHADOW_CHARGED = 27275,\n\tTUMEKENS_SHADOW_UNCHARGED = 27277,\n\tKERIS_PARTISAN_OF_CORRUPTION = 27287,\n\tKERIS_PARTISAN_OF_THE_SUN = 27291,\n\tMASORI_ARMOUR_SET_F = 27355,\n\tMASORI_ASSEMBLER_MAX_CAPE_NORMAL = 27363,\n\tMASORI_ASSEMBLER_MAX_CAPE_LOCKED = 27365,\n\tMASORI_ASSEMBLER_MAX_HOOD = 27366,\n\tMASK_OF_REBIRTH = 27370,\n\tMASORI_ASSEMBLER_NORMAL = 27374,\n\tMASORI_ASSEMBLER_LOCKED = 27376,\n\tADVENTURERS_TOP_T1 = 27388,\n\tADVENTURERS_TROUSERS_T1 = 27390,\n\tADVENTURERS_HOOD_T1 = 27392,\n\tADVENTURERS_BOOTS_T1 = 27394,\n\tADVENTURERS_TOP_T2 = 27396,\n\tADVENTURERS_TROUSERS_T2 = 27398,\n\tADVENTURERS_HOOD_T2 = 27400,\n\tADVENTURERS_BOOTS_T2 = 27402,\n\tADVENTURERS_TOP_T3 = 27404,\n\tADVENTURERS_TROUSERS_T3 = 27406,\n\tADVENTURERS_HOOD_T3 = 27408,\n\tADVENTURERS_BOOTS_T3 = 27410,\n\tADVENTURERS_VAMBRACES = 27412,\n\tGIANT_STOPWATCH = 27414,\n\tBRONZE_SPEEDRUN_TROPHY = 27418,\n\tSILVER_SPEEDRUN_TROPHY = 27420,\n\tGOLD_SPEEDRUN_TROPHY = 27422,\n\tPLATINUM_SPEEDRUN_TROPHY = 27424,\n\tHOOD_OF_RUIN = 27428,\n\tROBE_TOP_OF_RUIN = 27430,\n\tROBE_BOTTOM_OF_RUIN = 27432,\n\tGLOVES_OF_RUIN = 27434,\n\tSOCKS_OF_RUIN = 27436,\n\tCLOAK_OF_RUIN = 27438,\n\tINFINITE_MONEY_BAG = 27440,\n\tADVENTURERS_CAPE = 27442,\n\tGRACEFUL_HOOD_ADVENTURER_INVENTORY = 27444,\n\tGRACEFUL_CAPE_ADVENTURER_INVENTORY = 27447,\n\tGRACEFUL_TOP_ADVENTURER_INVENTORY = 27450,\n\tGRACEFUL_LEGS_ADVENTURER_INVENTORY = 27453,\n\tGRACEFUL_GLOVES_ADVENTURER_INVENTORY = 27456,\n\tGRACEFUL_BOOTS_ADVENTURER_INVENTORY = 27459,\n\tTREAT_CAULDRON_STYLE_1 = 27463,\n\tTREAT_CAULDRON_STYLE_2 = 27465,\n\tTREAT_CAULDRON_STYLE_3 = 27467,\n\tTREAT_CAULDRON_STYLE_4 = 27469,\n\tTREAT_CAULDRON_STYLE_5 = 27471,\n\tWITCH_HAT = 27473,\n\tWITCH_TOP = 27475,\n\tWITCH_ROBES = 27477,\n\tWITCH_BOOTS = 27479,\n\tWITCH_CAPE = 27481,\n\tTERRIFYING_CHARM = 27483,\n\tHALLOWEEN_WIG_STYLE_1 = 27497,\n\tHALLOWEEN_WIG_STYLE_2 = 27499,\n\tHALLOWEEN_WIG_STYLE_3 = 27501,\n\tHALLOWEEN_WIG_STYLE_4 = 27503,\n\tHALLOWEEN_WIG_STYLE_5 = 27505,\n\tHALLOWEEN_WIG_STYLE_6 = 27507,\n\tGHOMMALS_LUCKY_PENNY = 27544,\n\tGHOMMALS_AVERNIC_DEFENDER_5_NORMAL = 27550,\n\tGHOMMALS_AVERNIC_DEFENDER_5_LOCKED = 27551,\n\tGHOMMALS_AVERNIC_DEFENDER_6_NORMAL = 27552,\n\tGHOMMALS_AVERNIC_DEFENDER_6_LOCKED = 27553,\n\tSACK_OF_COAL_EVENT = 27558,\n\tSANTAS_LIST = 27564,\n\tCHRISTMAS_JUMPER = 27566,\n\tSNOW_GOGGLES_HAT = 27568,\n\tSACK_OF_COAL_REWARD = 27570,\n\tNUTCRACKER_TOP_FESTIVE = 27572,\n\tNUTCRACKER_TROUSERS_FESTIVE = 27574,\n\tNUTCRACKER_HAT_FESTIVE = 27576,\n\tNUTCRACKER_BOOTS_FESTIVE = 27578,\n\tNUTCRACKER_STAFF_FESTIVE = 27580,\n\tNUTCRACKER_TOP_SWEET = 27582,\n\tNUTCRACKER_TROUSERS_SWEET = 27583,\n\tNUTCRACKER_HAT_SWEET = 27584,\n\tNUTCRACKER_BOOTS_SWEET = 27585,\n\tNUTCRACKER_STAFF_SWEET = 27586,\n\tFESTIVE_GAMES_CROWN = 27588,\n\tVENATOR_BOW_CHARGED = 27610,\n\tVENATOR_BOW_UNCHARGED = 27612,\n\tVENATOR_SHARD = 27614,\n\tANCIENT_ESSENCE = 27616,\n\tANCIENT_SCEPTRE_NORMAL = 27624,\n\tANCIENT_SCEPTRE_LOCKED = 27626,\n\tFORGOTTEN_BREW_4_DOSE = 27629,\n\tFORGOTTEN_BREW_3_DOSE = 27632,\n\tFORGOTTEN_BREW_2_DOSE = 27635,\n\tFORGOTTEN_BREW_1_DOSE = 27638,\n\tSATURATED_HEART = 27641,\n\tMYSTIC_CARDS = 27645,\n\tCLAWS_OF_CALLISTO = 27667,\n\tFANGS_OF_VENENATIS = 27670,\n\tSKULL_OF_VETION = 27673,\n\tVOIDWAKER_HILT = 27681,\n\tVOIDWAKER_BLADE = 27684,\n\tVOIDWAKER_GEM = 27687,\n\tCRYSTAL_BODY_HEFIN_ACTIVE = 27697,\n\tCRYSTAL_BODY_HEFIN_INACTIVE = 27699,\n\tCRYSTAL_LEGS_HEFIN_ACTIVE = 27701,\n\tCRYSTAL_LEGS_HEFIN_INACTIVE = 27703,\n\tCRYSTAL_HELM_HEFIN_ACTIVE = 27705,\n\tCRYSTAL_HELM_HEFIN_INACTIVE = 27707,\n\tCRYSTAL_BODY_ITHELL_ACTIVE = 27709,\n\tCRYSTAL_BODY_ITHELL_INACTIVE = 27711,\n\tCRYSTAL_LEGS_ITHELL_ACTIVE = 27713,\n\tCRYSTAL_LEGS_ITHELL_INACTIVE = 27715,\n\tCRYSTAL_HELM_ITHELL_ACTIVE = 27717,\n\tCRYSTAL_HELM_ITHELL_INACTIVE = 27719,\n\tCRYSTAL_BODY_IORWERTH_ACTIVE = 27721,\n\tCRYSTAL_BODY_IORWERTH_INACTIVE = 27723,\n\tCRYSTAL_LEGS_IORWERTH_ACTIVE = 27725,\n\tCRYSTAL_LEGS_IORWERTH_INACTIVE = 27727,\n\tCRYSTAL_HELM_IORWERTH_ACTIVE = 27729,\n\tCRYSTAL_HELM_IORWERTH_INACTIVE = 27731,\n\tCRYSTAL_BODY_TRAHAEARN_ACTIVE = 27733,\n\tCRYSTAL_BODY_TRAHAEARN_INACTIVE = 27735,\n\tCRYSTAL_LEGS_TRAHAEARN_ACTIVE = 27737,\n\tCRYSTAL_LEGS_TRAHAEARN_INACTIVE = 27739,\n\tCRYSTAL_HELM_TRAHAEARN_ACTIVE = 27741,\n\tCRYSTAL_HELM_TRAHAEARN_INACTIVE = 27743,\n\tCRYSTAL_BODY_CADARN_ACTIVE = 27745,\n\tCRYSTAL_BODY_CADARN_INACTIVE = 27747,\n\tCRYSTAL_LEGS_CADARN_ACTIVE = 27749,\n\tCRYSTAL_LEGS_CADARN_INACTIVE = 27751,\n\tCRYSTAL_HELM_CADARN_ACTIVE = 27753,\n\tCRYSTAL_HELM_CADARN_INACTIVE = 27755,\n\tCRYSTAL_BODY_CRWYS_ACTIVE = 27757,\n\tCRYSTAL_BODY_CRWYS_INACTIVE = 27759,\n\tCRYSTAL_LEGS_CRWYS_ACTIVE = 27761,\n\tCRYSTAL_LEGS_CRWYS_INACTIVE = 27763,\n\tCRYSTAL_HELM_CRWYS_ACTIVE = 27765,\n\tCRYSTAL_HELM_CRWYS_INACTIVE = 27767,\n\tCRYSTAL_BODY_AMLODD_ACTIVE = 27769,\n\tCRYSTAL_BODY_AMLODD_INACTIVE = 27771,\n\tCRYSTAL_LEGS_AMLODD_ACTIVE = 27773,\n\tCRYSTAL_LEGS_AMLODD_INACTIVE = 27775,\n\tCRYSTAL_HELM_AMLODD_ACTIVE = 27777,\n\tCRYSTAL_HELM_AMLODD_INACTIVE = 27779,\n\tDIAMOND_SPEEDRUN_TROPHY = 27783,\n\tTHAMMARONS_SCEPTRE_A_UNCHARGED = 27785,\n\tTHAMMARONS_SCEPTRE_A_CHARGED = 27788,\n\tGNOME_CHILD_BACKPACK = 27802,\n\tCAKE_HAT = 27804,\n\tBOB_THE_CAT_SLIPPERS = 27806,\n\tJAD_SLIPPERS = 27808,\n\tDRAGON_CANDLE_DAGGER = 27810,\n\tJAD_PLUSH = 27814,\n\tSTRAY_DOG_PLUSH = 27816,\n\tGNOME_CHILD_PLUSH = 27818,\n\tOLDSCHOOL_JUMPER = 27822,\n\tSILVER_PARTYHAT = 27828,\n\tVESTAS_CHAINBODY_BH_ACTIVATED = 27831,\n\tVESTAS_PLATESKIRT_BH_ACTIVATED = 27832,\n\tSTATIUSS_FULL_HELM_BH_ACTIVATED = 27833,\n\tSTATIUSS_PLATEBODY_BH_ACTIVATED = 27834,\n\tSTATIUSS_PLATELEGS_BH_ACTIVATED = 27835,\n\tMORRIGANS_COIF_BH_ACTIVATED = 27836,\n\tMORRIGANS_LEATHER_BODY_BH_ACTIVATED = 27837,\n\tMORRIGANS_LEATHER_CHAPS_BH_ACTIVATED = 27838,\n\tZURIELS_HOOD_BH_ACTIVATED = 27839,\n\tZURIELS_ROBE_TOP_BH_ACTIVATED = 27840,\n\tZURIELS_ROBE_BOTTOM_BH_ACTIVATED = 27841,\n\tCORRUPTED_VESTAS_CHAINBODY_BH_ACTIVATED = 27842,\n\tCORRUPTED_VESTAS_PLATESKIRT_BH_ACTIVATED = 27843,\n\tCORRUPTED_STATIUSS_FULL_HELM_BH_ACTIVATED = 27844,\n\tCORRUPTED_STATIUSS_PLATEBODY_BH_ACTIVATED = 27845,\n\tCORRUPTED_STATIUSS_PLATELEGS_BH_ACTIVATED = 27846,\n\tCORRUPTED_MORRIGANS_COIF_BH_ACTIVATED = 27847,\n\tCORRUPTED_MORRIGANS_LEATHER_BODY_BH_ACTIVATED = 27848,\n\tCORRUPTED_MORRIGANS_LEATHER_CHAPS_BH_ACTIVATED = 27849,\n\tCORRUPTED_ZURIELS_HOOD_BH_ACTIVATED = 27850,\n\tCORRUPTED_ZURIELS_ROBE_TOP_BH_ACTIVATED = 27851,\n\tCORRUPTED_ZURIELS_ROBE_BOTTOM_BH_ACTIVATED = 27852,\n\tDARK_BOW_BH = 27853,\n\tBARRELCHEST_ANCHOR_BH = 27855,\n\tDRAGON_MACE_BH = 27857,\n\tDRAGON_LONGSWORD_BH = 27859,\n\tABYSSAL_DAGGER_BH_UNPOISONED = 27861,\n\tABYSSAL_DAGGER_BH_POISON = 27863,\n\tVOIDWAKER_LAST_MAN_STANDING = 27869,\n\tLIGHTBEARER_LAST_MAN_STANDING = 27870,\n\tGIANT_BRONZE_DAGGER = 27871,\n\tNEST_HAT_EASTER_EGG = 27875,\n\tNEST_HAT_CHICK = 27877,\n\tSCALY_BLUE_DRAGONHIDE = 27897,\n\tVESTAS_SPEAR_BH_ACTIVATED = 27900,\n\tVESTAS_LONGSWORD_BH_ACTIVATED = 27904,\n\tSTATIUSS_WARHAMMER_BH_ACTIVATED = 27908,\n\tMORRIGANS_THROWING_AXE_BH_ACTIVATED = 27912,\n\tMORRIGANS_JAVELIN_BH_ACTIVATED = 27916,\n\tZURIELS_STAFF_BH_ACTIVATED = 27920,\n\tDRAGON_DAGGER_CR_UNPOISONED = 28019,\n\tDRAGON_DAGGER_CR_POISON = 28021,\n\tDRAGON_MACE_CR = 28027,\n\tDRAGON_SWORD_CR = 28029,\n\tDRAGON_SCIMITAR_CR = 28031,\n\tDRAGON_LONGSWORD_CR = 28033,\n\tDRAGON_WARHAMMER_CR = 28035,\n\tDRAGON_BATTLEAXE_CR = 28037,\n\tDRAGON_CLAWS_CR = 28039,\n\tDRAGON_SPEAR_CR_UNPOISONED = 28041,\n\tDRAGON_SPEAR_CR_POISON = 28043,\n\tDRAGON_HALBERD_CR = 28049,\n\tDRAGON_2H_SWORD_CR = 28051,\n\tDRAGON_CROSSBOW_CR = 28053,\n\tDRAGON_BOOTS_CR = 28055,\n\tDRAGON_MED_HELM_CR = 28057,\n\tDRAGON_SQ_SHIELD_CR = 28059,\n\tDRAGON_PLATELEGS_CR = 28061,\n\tDRAGON_PLATESKIRT_CR = 28063,\n\tDRAGON_CHAINBODY_CR = 28065,\n\tFIGHTER_TORSO_OR_NORMAL = 28067,\n\tFIGHTER_TORSO_OR_LOCKED = 28069,\n\tHELM_OF_NEITIZNOT_OR = 28070,\n\tRAINBOW_SCARF_BISEXUAL = 28108,\n\tRAINBOW_SCARF_ASEXUAL = 28109,\n\tRAINBOW_SCARF_TRANSGENDER = 28110,\n\tRAINBOW_SCARF_PANSEXUAL = 28111,\n\tRAINBOW_SCARF_NONBINARY = 28112,\n\tRAINBOW_SCARF_GENDERQUEER = 28113,\n\tRAINBOW_SCARF_LESBIAN = 28114,\n\tRAINBOW_SCARF_GAY = 28115,\n\tRAINBOW_JUMPER_PRIDE = 28116,\n\tRAINBOW_JUMPER_BISEXUAL = 28118,\n\tRAINBOW_JUMPER_ASEXUAL = 28119,\n\tRAINBOW_JUMPER_TRANSGENDER = 28120,\n\tRAINBOW_JUMPER_PANSEXUAL = 28121,\n\tRAINBOW_JUMPER_NONBINARY = 28122,\n\tRAINBOW_JUMPER_GENDERQUEER = 28123,\n\tRAINBOW_JUMPER_LESBIAN = 28124,\n\tRAINBOW_JUMPER_GAY = 28125,\n\tPOETS_JACKET = 28126,\n\tLOVE_CROSSBOW = 28128,\n\tFORESTRY_KIT = 28136,\n\tLOG_BASKET_CLOSED = 28140,\n\tLOG_BASKET_OPEN = 28142,\n\tFORESTRY_BASKET_CLOSED = 28143,\n\tFORESTRY_BASKET_OPEN = 28145,\n\tLOG_BRACE = 28146,\n\tSTURDY_HARNESS = 28149,\n\tNATURE_OFFERINGS = 28152,\n\tRITUAL_MULCH = 28154,\n\tFORESTERS_RATION = 28157,\n\tSECATEURS_BLADE = 28159,\n\tSECATEURS_ATTACHMENT = 28161,\n\tCLOTHES_POUCH = 28163,\n\tCLOTHES_POUCH_BLUEPRINT = 28166,\n\tFORESTRY_TOP = 28169,\n\tFORESTRY_LEGS = 28171,\n\tFORESTRY_HAT = 28173,\n\tFORESTRY_BOOTS = 28175,\n\tAXE_HANDLE = 28177,\n\tUNFIRED_CUP = 28193,\n\tBRONZE_2H_AXE = 28196,\n\tIRON_2H_AXE = 28199,\n\tSTEEL_2H_AXE = 28202,\n\tBLACK_2H_AXE = 28205,\n\tMITHRIL_2H_AXE = 28208,\n\tADAMANT_2H_AXE = 28211,\n\tRUNE_2H_AXE = 28214,\n\tDRAGON_2H_AXE = 28217,\n\tCRYSTAL_2H_AXE_ACTIVE = 28220,\n\tCRYSTAL_2H_AXE_INACTIVE = 28223,\n\tTHIRD_AGE_2H_AXE = 28226,\n\tSANGUINE_TORVA_FULL_HELM = 28254,\n\tSANGUINE_TORVA_PLATEBODY = 28256,\n\tSANGUINE_TORVA_PLATELEGS = 28258,\n\tCHROMIUM_INGOT = 28276,\n\tBERSERKER_ICON = 28295,\n\tARCHER_ICON = 28298,\n\tWARRIOR_ICON = 28301,\n\tSEERS_ICON = 28304,\n\tULTOR_RING = 28307,\n\tVENATOR_RING = 28310,\n\tMAGUS_RING = 28313,\n\tBELLATOR_RING = 28316,\n\tRING_OF_SHADOWS_CHARGED = 28327,\n\tRING_OF_SHADOWS_UNCHARGED = 28329,\n\tAWAKENERS_ORB = 28334,\n\tMAGIC_LANTERN = 28426,\n\tBLOOD_ANCIENT_SCEPTRE_LOCKED = 28473,\n\tICE_ANCIENT_SCEPTRE_LOCKED = 28474,\n\tSMOKE_ANCIENT_SCEPTRE_LOCKED = 28475,\n\tSHADOW_ANCIENT_SCEPTRE_LOCKED = 28476,\n\tCORRUPTED_VOIDWAKER = 28531,\n\tCORRUPTED_DRAGON_CLAWS = 28534,\n\tCORRUPTED_ARMADYL_GODSWORD = 28537,\n\tCORRUPTED_TWISTED_BOW = 28540,\n\tCORRUPTED_SCYTHE_OF_VITUR_CHARGED = 28543,\n\tCORRUPTED_SCYTHE_OF_VITUR_UNCHARGED = 28545,\n\tCORRUPTED_TUMEKENS_SHADOW_CHARGED = 28547,\n\tCORRUPTED_TUMEKENS_SHADOW_UNCHARGED = 28549,\n\tTRINKET_OF_VENGEANCE = 28561,\n\tTRINKET_OF_FAIRIES = 28564,\n\tTRINKET_OF_ADVANCED_WEAPONRY = 28567,\n\tTRINKET_OF_UNDEAD = 28570,\n\tWARPED_SCEPTRE_UNCHARGED = 28583,\n\tWARPED_SCEPTRE_CHARGED = 28585,\n\tCOBWEB_CAPE = 28601,\n\tSPIDER_HAT_COMMON = 28603,\n\tSPIDER_HAT_VENENATIS = 28605,\n\tSPIDER_HAT_VERZIK = 28607,\n\tSPIDER_HAT_SARACHNIS = 28609,\n\tSPIDER_HAT_OLD = 28611,\n\tPHEASANT_CAPE = 28616,\n\tPHEASANT_BOOTS = 28618,\n\tPHEASANT_HAT = 28620,\n\tPHEASANT_LEGS = 28622,\n\tSAWMILL_VOUCHER = 28628,\n\tTWITCHERS_GLOVES = 28630,\n\tPETAL_GARLAND = 28655,\n\tWEB_CLOAK = 28671,\n\tFANCIER_BOOTS = 28672,\n\tDINHS_BLAZING_BULWARK = 28682,\n\tTRAILBLAZER_RELOADED_BULWARK_ORNAMENT_KIT = 28684,\n\tBLAZING_BLOWPIPE_CHARGED = 28688,\n\tTRAILBLAZER_RELOADED_BLOWPIPE_ORNAMENT_KIT = 28690,\n\tTRAILBLAZER_RELOADED_ALCHEMY_SCROLL = 28693,\n\tTRAILBLAZER_RELOADED_VENGEANCE_SCROLL = 28696,\n\tTRAILBLAZER_RELOADED_DEATH_SCROLL = 28699,\n\tTRAILBLAZER_RELOADED_BANNER = 28702,\n\tTRAILBLAZER_RELOADED_HOME_TELEPORT_SCROLL = 28705,\n\tTRAILBLAZER_RELOADED_REJUVENATION_POOL_SCROLL = 28708,\n\tTRAILBLAZER_RELOADED_HEADBAND_T1 = 28712,\n\tTRAILBLAZER_RELOADED_TOP_T1 = 28715,\n\tTRAILBLAZER_RELOADED_TROUSERS_T1 = 28718,\n\tTRAILBLAZER_RELOADED_BOOTS_T1 = 28721,\n\tTRAILBLAZER_RELOADED_HEADBAND_T2 = 28724,\n\tTRAILBLAZER_RELOADED_TOP_T2 = 28727,\n\tTRAILBLAZER_RELOADED_TROUSERS_T2 = 28730,\n\tTRAILBLAZER_RELOADED_BOOTS_T2 = 28733,\n\tTRAILBLAZER_RELOADED_HEADBAND_T3 = 28736,\n\tTRAILBLAZER_RELOADED_TOP_T3 = 28739,\n\tTRAILBLAZER_RELOADED_TROUSERS_T3 = 28742,\n\tTRAILBLAZER_RELOADED_BOOTS_T3 = 28745,\n\tTRAILBLAZER_RELOADED_TORCH = 28748,\n\tTRAILBLAZER_RELOADED_DRAGON_TROPHY = 28751,\n\tTRAILBLAZER_RELOADED_RUNE_TROPHY = 28753,\n\tTRAILBLAZER_RELOADED_ADAMANT_TROPHY = 28755,\n\tTRAILBLAZER_RELOADED_MITHRIL_TROPHY = 28757,\n\tTRAILBLAZER_RELOADED_STEEL_TROPHY = 28759,\n\tTRAILBLAZER_RELOADED_IRON_TROPHY = 28761,\n\tTRAILBLAZER_RELOADED_BRONZE_TROPHY = 28763,\n\tGLOBETROTTER_PENDANT = 28765,\n\tSAGES_GREAVES = 28771,\n\tSAGES_AXE = 28773,\n\tRUINOUS_POWERS_ITEM = 28775,\n\tTRAILBLAZER_RELOADED_RELIC_HUNTER_T1_ARMOUR_SET = 28777,\n\tTRAILBLAZER_RELOADED_RELIC_HUNTER_T2_ARMOUR_SET = 28780,\n\tTRAILBLAZER_RELOADED_RELIC_HUNTER_T3_ARMOUR_SET = 28783,\n\tICY_JUMPER = 28786,\n\tSNOWGLOBE_HELMET = 28788,\n\tKOUREND_CASTLE_TELEPORT_TABLET = 28790,\n\tBONE_MACE = 28792,\n\tBONE_SHORTBOW = 28794,\n\tBONE_STAFF = 28796,\n\tZOMBIE_AXE = 28810,\n\tBROKEN_ZOMBIE_AXE = 28813,\n\tCIVITAS_ILLA_FORTIS_TELEPORT_TABLET = 28824,\n\tIMMATURE_TECU_SALAMANDER = 28831,\n\tTECU_SALAMANDER = 28834,\n\tIRIT_TAR = 28837,\n\tHUNTERS_SUNLIGHT_CROSSBOW = 28869,\n\tSUNLIGHT_ANTLER_BOLTS = 28872,\n\tMOONLIGHT_ANTLER_BOLTS = 28878,\n\tSUNLIGHT_MOTH_ITEM = 28890,\n\tMOONLIGHT_MOTH_ITEM = 28893,\n\tRUM = 28896,\n\tWYRMLING_BONES = 28899,\n\tDIZANAS_MAX_CAPE_NORMAL = 28902,\n\tDIZANAS_MAX_HOOD = 28904,\n\tDIZANAS_MAX_CAPE_LOCKED = 28906,\n\tTONALZTICS_OF_RALOS_UNCHARGED = 28919,\n\tTONALZTICS_OF_RALOS_CHARGED = 28922,\n\tSUNFIRE_SPLINTERS = 28924,\n\tSUNFIRE_RUNE = 28929,\n\tSEARING_PAGE = 28931,\n\tSUNFIRE_FANATIC_HELM = 28933,\n\tSUNFIRE_FANATIC_CUIRASS = 28936,\n\tSUNFIRE_FANATIC_CHAUSSES = 28939,\n\tECHO_CRYSTAL = 28942,\n\tECHO_BOOTS = 28945,\n\tDIZANAS_QUIVER_UNCHARGED = 28947,\n\tDIZANAS_QUIVER_UNCHARGED_LOCKED = 28949,\n\tDIZANAS_QUIVER_CHARGED = 28951,\n\tDIZANAS_QUIVER_CHARGED_LOCKED = 28953,\n\tBLESSED_DIZANAS_QUIVER_NORMAL = 28955,\n\tBLESSED_DIZANAS_QUIVER_LOCKED = 28957,\n\tBLUE_MOON_SPEAR = 28988,\n\tATLATL_DART = 28991,\n\tDUAL_MACUAHUITL = 28997,\n\tECLIPSE_ATLATL = 29000,\n\tECLIPSE_MOON_CHESTPLATE_NEW = 29004,\n\tECLIPSE_MOON_TASSETS_NEW = 29007,\n\tECLIPSE_MOON_HELM_NEW = 29010,\n\tBLUE_MOON_CHESTPLATE_NEW = 29013,\n\tBLUE_MOON_TASSETS_NEW = 29016,\n\tBLUE_MOON_HELM_NEW = 29019,\n\tBLOOD_MOON_CHESTPLATE_NEW = 29022,\n\tBLOOD_MOON_TASSETS_NEW = 29025,\n\tBLOOD_MOON_HELM_NEW = 29028,\n\tECLIPSE_MOON_CHESTPLATE_USED = 29031,\n\tECLIPSE_MOON_TASSETS_USED = 29033,\n\tECLIPSE_MOON_HELM_USED = 29035,\n\tBLUE_MOON_CHESTPLATE_USED = 29037,\n\tBLUE_MOON_TASSETS_USED = 29039,\n\tBLUE_MOON_HELM_USED = 29041,\n\tBLOOD_MOON_CHESTPLATE_USED = 29043,\n\tBLOOD_MOON_TASSETS_USED = 29045,\n\tBLOOD_MOON_HELM_USED = 29047,\n\tECLIPSE_MOON_CHESTPLATE_BROKEN = 29049,\n\tECLIPSE_MOON_TASSETS_BROKEN = 29052,\n\tECLIPSE_MOON_HELM_BROKEN = 29055,\n\tBLUE_MOON_CHESTPLATE_BROKEN = 29058,\n\tBLUE_MOON_TASSETS_BROKEN = 29061,\n\tBLUE_MOON_HELM_BROKEN = 29064,\n\tBLOOD_MOON_CHESTPLATE_BROKEN = 29067,\n\tBLOOD_MOON_TASSETS_BROKEN = 29070,\n\tBLOOD_MOON_HELM_BROKEN = 29073,\n\tSULPHUR_BLADES = 29084,\n\tCALCIFIED_MOTH = 29090,\n\tRAW_BARBTAILED_KEBBIT = 29101,\n\tRAW_WILD_KEBBIT = 29104,\n\tRAW_DASHING_KEBBIT = 29107,\n\tRAW_PYRE_FOX = 29110,\n\tRAW_MOONLIGHT_ANTELOPE = 29113,\n\tRAW_SUNLIGHT_ANTELOPE = 29116,\n\tRAW_GRAAHK = 29119,\n\tRAW_LARUPIA = 29122,\n\tRAW_KYATT = 29125,\n\tCOOKED_WILD_KEBBIT = 29128,\n\tCOOKED_BARBTAILED_KEBBIT = 29131,\n\tCOOKED_DASHING_KEBBIT = 29134,\n\tCOOKED_PYRE_FOX = 29137,\n\tCOOKED_SUNLIGHT_ANTELOPE = 29140,\n\tCOOKED_MOONLIGHT_ANTELOPE = 29143,\n\tCOOKED_LARUPIA = 29146,\n\tCOOKED_GRAAHK = 29149,\n\tCOOKED_KYATT = 29152,\n\tFOX_FUR = 29163,\n\tJERBOA_TAIL = 29166,\n\tSUNLIGHT_ANTELOPE_ANTLER = 29168,\n\tMOONLIGHT_ANTELOPE_ANTLER = 29171,\n\tMOONLIGHT_ANTELOPE_FUR = 29174,\n\tSUNLIGHT_ANTELOPE_FUR = 29177,\n\tSAPPHIRE_GLACIALIS_MIX_2_DOSE = 29180,\n\tSNOWY_KNIGHT_MIX_2_DOSE = 29183,\n\tRUBY_HARVEST_MIX_2_DOSE = 29186,\n\tBLACK_WARLOCK_MIX_2_DOSE = 29189,\n\tSUNLIGHT_MOTH_MIX_2_DOSE = 29192,\n\tMOONLIGHT_MOTH_MIX_2_DOSE = 29195,\n\tSAPPHIRE_GLACIALIS_MIX_1_DOSE = 29198,\n\tSNOWY_KNIGHT_MIX_1_DOSE = 29201,\n\tRUBY_HARVEST_MIX_1_DOSE = 29204,\n\tBLACK_WARLOCK_MIX_1_DOSE = 29207,\n\tSUNLIGHT_MOTH_MIX_1_DOSE = 29210,\n\tMOONLIGHT_MOTH_MIX_1_DOSE = 29213,\n\tJAGUAR_FUR = 29218,\n\tENHANCED_QUETZAL_WHISTLE_BLUEPRINT = 29253,\n\tPERFECTED_QUETZAL_WHISTLE_BLUEPRINT = 29256,\n\tGUILD_HUNTER_HEADWEAR = 29263,\n\tGUILD_HUNTER_TOP = 29265,\n\tGUILD_HUNTER_LEGS = 29267,\n\tGUILD_HUNTER_BOOTS = 29269,\n\tTRAPPERS_TIPPLE = 29277,\n\tMIXED_HIDE_TOP = 29280,\n\tMIXED_HIDE_LEGS = 29283,\n\tMIXED_HIDE_BOOTS = 29286,\n\tMIXED_HIDE_CAPE = 29289,\n\tMIXED_HIDE_BASE = 29292,\n\tHUNTERS_SPEAR = 29305,\n\tQUETZAL_FEED = 29307,\n\tHUNTER_SPEAR_TIPS = 29311,\n\tSUNBEAM_ALE = 29409,\n\tSTEAMFORGE_BREW = 29412,\n\tECLIPSE_WINE = 29415,\n\tMOONLITE = 29418,\n\tSUNSHINE = 29421,\n\tSUNFIRE_FANATIC_ARMOUR_SET = 29424,\n\tBOOK_OF_EGG = 29433,\n\tEGG_PRIEST_ROBE = 29437,\n\tEGG_PRIEST_ROBE_TOP = 29439,\n\tEGG_PRIEST_NECKLACE = 29441,\n\tEGG_PRIEST_MITRE = 29443,\n\tZOMBIE_PIRATE_KEY = 29449,\n\tTELEPORT_ANCHORING_SCROLL = 29455,\n\tADAMANT_SEEDS = 29458,\n\tCURSED_AMULET_OF_MAGIC = 29486,\n\tRAINBOW_CAPE_PRIDE = 29489,\n\tRAINBOW_CAPE_BISEXUAL = 29491,\n\tRAINBOW_CAPE_ASEXUAL = 29493,\n\tRAINBOW_CAPE_TRANSGENDER = 29495,\n\tRAINBOW_CAPE_PANSEXUAL = 29497,\n\tRAINBOW_CAPE_NONBINARY = 29499,\n\tRAINBOW_CAPE_GENDERQUEER = 29501,\n\tRAINBOW_CAPE_LESBIAN = 29503,\n\tRAINBOW_CAPE_GAY = 29505,\n\tRAINBOW_CROWN_SHIRT_PRIDE = 29507,\n\tRAINBOW_CROWN_SHIRT_BISEXUAL = 29509,\n\tRAINBOW_CROWN_SHIRT_ASEXUAL = 29510,\n\tRAINBOW_CROWN_SHIRT_TRANSGENDER = 29511,\n\tRAINBOW_CROWN_SHIRT_PANSEXUAL = 29512,\n\tRAINBOW_CROWN_SHIRT_NONBINARY = 29513,\n\tRAINBOW_CROWN_SHIRT_GENDERQUEER = 29514,\n\tRAINBOW_CROWN_SHIRT_LESBIAN = 29515,\n\tRAINBOW_CROWN_SHIRT_GAY = 29516,\n\tELITE_BLACK_FULL_HELM = 29560,\n\tELITE_BLACK_PLATEBODY = 29562,\n\tELITE_BLACK_PLATELEGS = 29564,\n\tDARK_SQUALL_HOOD = 29566,\n\tDARK_SQUALL_ROBE_TOP = 29568,\n\tDARK_SQUALL_ROBE_BOTTOM = 29570,\n\tBURNING_CLAW = 29574,\n\tBONE_CLAWS = 29577,\n\tTORMENTED_SYNAPSE = 29580,\n\tEMBERLIGHT = 29589,\n\tSCORCHING_BOW = 29591,\n\tPURGING_STAFF = 29594,\n\tCORRUPTED_DARK_BOW = 29599,\n\tCORRUPTED_VOLATILE_NIGHTMARE_STAFF = 29602,\n\tARMADYL_GODSWORD_DEADMAN = 29605,\n\tVOIDWAKER_DEADMAN = 29607,\n\tVOLATILE_NIGHTMARE_STAFF_DEADMAN = 29609,\n\tDARK_BOW_DEADMAN = 29611,\n\tIMBUED_ZAMORAK_CAPE_DEADMAN = 29613,\n\tIMBUED_GUTHIX_CAPE_DEADMAN = 29615,\n\tIMBUED_SARADOMIN_CAPE_DEADMAN = 29617,\n\tARMAGEDDON_RUG = 29619,\n\tARMAGEDDON_TELEPORT_SCROLL = 29622,\n\tARMAGEDDON_WEAPON_SCROLL = 29625,\n\tARMAGEDDON_CAPE_FABRIC = 29628,\n\tBLIGHTED_OVERLOAD_4_DOSE = 29631,\n\tBLIGHTED_OVERLOAD_3_DOSE = 29634,\n\tBLIGHTED_OVERLOAD_2_DOSE = 29637,\n\tBLIGHTED_OVERLOAD_1_DOSE = 29640,\n\tCHITIN = 29643,\n\tGUTHIXIAN_TEMPLE_TELEPORT = 29684,\n\tDNI23_TORSO_LIGHTBUTTONS = 29686,\n\tDNI23_TORSO_DARKBUTTONS_DARK_BUTTONS = 29688,\n\tDNI23_TORSO_DARKBUTTONS_JACKET = 29690,\n\tDNI23_TORSO_SHIRT = 29692,\n\tDNI23_TORSO_STITCHING = 29694,\n\tDNI23_TORSO_TWOTONED = 29696,\n\tDNI23_TORSO_PRINCELY = 29698,\n\tDNI23_TORSO_RIPPEDWESKIT_RIPPED_WESKIT = 29700,\n\tDNI23_TORSO_RIPPEDWESKIT_TORN_WESKIT = 29702,\n\tDNI23_TORSO_CROPTOPS = 29704,\n\tDNI23_TORSO_POLONECK = 29706,\n\tDNI23_TORSO_SIMPLE = 29708,\n\tDNI23_TORSO_FRILLY = 29710,\n\tDNI23_TORSO_CORSETRY = 29712,\n\tDNI23_TORSO_BODICE = 29714,\n\tDNI23_ARMS_THIN = 29716,\n\tDNI23_ARMS_SHOULDERPADS = 29718,\n\tDNI23_ARMS_THICKSTRIPE = 29720,\n\tDNI23_ARMS_LOOSESLEEVES = 29722,\n\tDNI23_ARMS_PRINCELY = 29724,\n\tDNI23_ARMS_TATTYLONG = 29726,\n\tDNI23_ARMS_RIPPED = 29728,\n\tDNI23_ARMS_BARE = 29730,\n\tDNI23_ARMS_FRILLY = 29732,\n\tDNI23_ARMS_TATTYSHORT = 29734,\n\tDNI23_ARMS_BARESHOULDERS = 29736,\n\tDNI23_LEGS_SHORTS = 29738,\n\tDNI23_LEGS_BEACH = 29740,\n\tDNI23_LEGS_PRINCELY = 29742,\n\tDNI23_LEGS_LEGGINGS = 29744,\n\tDNI23_LEGS_SIDESTRIPES = 29746,\n\tDNI23_LEGS_RIPPED = 29748,\n\tDNI23_LEGS_PATCHED = 29750,\n\tDNI23_LEGS_SKIRT = 29752,\n\tDNI23_LEGS_LONGSKIRT = 29754,\n\tDNI23_LEGS_LONGNARROWSKIRT = 29756,\n\tDNI23_LEGS_SHORTSKIRT = 29758,\n\tDNI23_LEGS_LAYERED = 29760,\n\tDNI23_LEGS_SASHDOTS = 29762,\n\tDNI23_LEGS_BIGHEM = 29764,\n\tDNI23_LEGS_SASHTROUSERS = 29766,\n\tDNI23_LEGS_PATTERNED = 29768,\n\tDNI23_LEGS_TORNSKIRT = 29770,\n\tDNI23_LEGS_PATCHEDSKIRT = 29772,\n\tAMYS_SAW_OFFHAND = 29774,\n\tIMCANDO_HAMMER_OFFHAND = 29775,\n\tBRUMA_TORCH_OFFHAND = 29777,\n\tSPIDER_CAVE_TELEPORT = 29782,\n\tARAXYTE_VENOM_SACK = 29784,\n\tNOXIOUS_HALBERD = 29796,\n\tAMULET_OF_RANCOUR = 29801,\n\tAMULET_OF_RANCOUR_S = 29804,\n\tARANEA_BOOTS = 29806,\n\tARAXYTE_SLAYER_HELMET = 29816,\n\tARAXYTE_SLAYER_HELMET_I_NIGHTMARE_ZONE = 29818,\n\tARAXYTE_SLAYER_HELMET_I_SOUL_WARS = 29820,\n\tARAXYTE_SLAYER_HELMET_I_EMIRS_ARENA = 29822,\n}\n", "export enum EMonster {\n\tARAXXOR = 13668,\n\tCORPOREAL_BEAST = 319,\n\tDAGANNOTH_PRIME = 2266,\n\tDAGANNOTH_REX = 2267,\n\tDAGANNOTH_SUPREME = 2265,\n\tGIANT_MOLE = 5779,\n\tKALPHITE_QUEEN = 963,\n\tOBOR = 7416,\n\tSARACHNIS = 8713,\n\tVORKATH = 8061,\n\tZULRAH = 2042,\n\tCOMMANDER_ZILYANA = 2205,\n\tGENERAL_GRAARDOR = 2215,\n\tKREEARRA = 3162,\n\tKRIL_TSUTSAROTH = 3129,\n\tBRYOPHYTA = 8195,\n\tSKOTIZO = 7286,\n\tDERANGED_ARCHAEOLOGIST = 7806,\n\tPHANTOM_MUSPAH = 12077,\n\tDUKE_SUCELLUS = 12191,\n\tVARDORVIS = 12223,\n\tTHE_LEVIATHAN = 12214,\n\tTHE_WHISPERER = 12204,\n\tDUKE_SUCELLUS_AWAKENED = 12192,\n\tTHE_LEVIATHAN_AWAKENED = 12215,\n\tTHE_WHISPERER_AWAKENED = 12205,\n\tVARDORVIS_AWAKENED = 12224,\n\tSCURRIUS = 7222,\n\tCALLISTO = 6503,\n\tCHAOS_ELEMENTAL = 2054,\n\tCRAZY_ARCHAEOLOGIST = 6618,\n\tKING_BLACK_DRAGON = 6502,\n\tSCORPIA = 6615,\n\tVENENATIS = 6610,\n\tVETION = 6611,\n\tCHAOS_FANATIC = 6619,\n\tARTIO = 11992,\n\tSPINDEL = 11998,\n\tCALVARION = 11993,\n\tABYSSAL_SIRE = 5886,\n\tCERBERUS = 5862,\n\tALCHEMICAL_HYDRA = 8615,\n\tGROTESQUE_GUARDIANS = 7851,\n\tTHERMONUCLEAR_SMOKE_DEVIL = 499,\n\tKRAKEN = 494,\n\tBLOOD_REAVER = 11293,\n\tBRUTAL_BLACK_DRAGON = 7275,\n\tBABY_BLACK_DRAGON = 1871,\n\tBANDIT = 6605,\n\tARMADYLIAN_GUARD = 6587,\n\tBLACK_KNIGHT = 516,\n\tDARK_WARRIOR = 531,\n\tDEADLY_RED_SPIDER = 3021,\n\tELDER_CHAOS_DRUID = 6607,\n\tENT = 6594,\n\tREVENANT_CYCLOPS = 7934,\n\tREVENANT_PYREFIEND = 7932,\n\tREVENANT_ORK = 7937,\n\tREVENANT_KNIGHT = 7939,\n\tREVENANT_IMP = 7881,\n\tREVENANT_HOBGOBLIN = 7933,\n\tREVENANT_HELLHOUND = 7935,\n\tREVENANT_GOBLIN = 7931,\n\tREVENANT_DRAGON = 7940,\n\tREVENANT_DEMON = 7936,\n\tREVENANT_DARK_BEAST = 7938,\n\tPIRATE = 521,\n\tMAMMOTH = 6604,\n\tMAGIC_AXE = 2844,\n\tLAVA_DRAGON = 6593,\n\tGUARD_BANDIT = 1027,\n\tDAGANNOTH_SPAWN = 3184,\n\tFERAL_VAMPYRE = 3234,\n\tFEVER_SPIDER = 626,\n\tGIANT_SEA_SNAKE = 1101,\n\tGREATER_NECHRYAEL = 7278,\n\tGREEN_DRAGON = 260,\n\tHARPIE_BUG_SWARM = 464,\n\tINFERNAL_MAGE = 447,\n\tJUNGLE_HORROR = 1042,\n\tKILLERWATT = 469,\n\tLESSER_DEMON = 2005,\n\tELF_ARCHER = 5295,\n\tFLESH_CRAWLER = 2498,\n\tFIYR_SHADE = 1286,\n\tDEVIANT_SPECTRE = 7279,\n\tDAGANNOTH_FLEDGELING = 2264,\n\tHYDRA = 8609,\n\tICE_GIANT = 2085,\n\tICE_TROLL = 648,\n\tICE_WARRIOR = 2841,\n\tPHRIN_SHADE = 1280,\n\tOTHERWORLDLY_BEING = 2843,\n\tMUTATED_BLOODVELD = 7276,\n\tMOURNER = 8844,\n\tMOSS_GIANT = 2090,\n\tMOLANISK = 1,\n\tMOGRE = 2592,\n\tLOAR_SHADE = 1277,\n\tLIZARDMAN_BRUTE = 6918,\n\tJELLY = 437,\n\tIORWERTH_ARCHER = 3428,\n\tIORWERTH_WARRIOR = 3429,\n\tWEREWOLF = 2593,\n\tWATERFIEND = 2916,\n\tWARPED_JELLY = 7277,\n\tWALL_BEAST = 476,\n\tVYREWATCH_SENTINEL = 9756,\n\tVYREWATCH = 3717,\n\tVAMPYRE_JUVINATE = 3694,\n\tTZHAARKET = 2173,\n\tTROLL_GENERAL = 4120,\n\tTERROR_DOG = 6473,\n\tSHADOW_WARRIOR = 2853,\n\tSHADE = 5633,\n\tSEA_SNAKE_YOUNG = 1097,\n\tSEA_SNAKE_HATCHLING = 1098,\n\tROCKSLUG = 421,\n\tRIYL_SHADE = 1282,\n\tPYREFIEND = 433,\n\tPYRELORD = 6762,\n\tPORAZDIR = 7860,\n\tOGRE = 136,\n\tOGRESS_SHAMAN = 7991,\n\tOGRESS_WARRIOR = 7990,\n\tANCIENT_ZYGOMITE = 7797,\n\tASYN_SHADE = 1284,\n\tBABY_BLUE_DRAGON = 241,\n\tBABY_GREEN_DRAGON = 5194,\n\tBABY_RED_DRAGON = 137,\n\tBRONZE_DRAGON = 270,\n\tBRUTAL_BLUE_DRAGON = 7273,\n\tBRUTAL_GREEN_DRAGON = 2918,\n\tBRUTAL_RED_DRAGON = 7274,\n\tCATABLEPON = 2475,\n\tCOCKATRICE = 420,\n\tCROCODILE = 4184,\n\tCYCLOPS = 2097,\n\tTEMPLE_SPIDER = 8703,\n\tTERRORBIRD = 2064,\n\tTORTURED_GORILLA = 7097,\n\tTORTURED_SOUL = 2999,\n\tTWISTED_BANSHEE = 7272,\n\tUNDEAD_CHICKEN = 2993,\n\tUNDEAD_COW = 2992,\n\tUNDEAD_DRUID = 2145,\n\tUNDEAD_ONE = 5342,\n\tURIUM_SHADE = 10589,\n\tWHITE_WOLF = 108,\n\tWILD_DOG = 112,\n\tZOGRE = 866,\n\tZOMBIE_RAT = 3969,\n\tPENGUIN = 2063,\n\tPIT_SCORPION = 3026,\n\tPOISON_SCORPION = 3025,\n\tROOSTER = 3663,\n\tSEAGULL = 1338,\n\tSHADOW_SPIDER = 3016,\n\tSKELETON_FREMENNIK = 4498,\n\tSKELETON_MAGE = 4319,\n\tSKOGRE = 878,\n\tSMALL_LIZARD = 463,\n\tSULPHUR_LIZARD = 8614,\n\tGIANT_BAT = 2834,\n\tGIANT_CRYPT_SPIDER = 1684,\n\tGIANT_RAT = 2510,\n\tGIANT_SPIDER = 2477,\n\tGRIZZLY_BEAR = 3423,\n\tGRIZZLY_BEAR_CUB = 3425,\n\tICE_WOLF = 645,\n\tJACKAL = 4185,\n\tJUNGLE_WOLF = 232,\n\tKALPHITE_GUARDIAN = 959,\n\tKALPHITE_SOLDIER = 957,\n\tKING_SCORPION = 3027,\n\tLOBSTROSITY = 7796,\n\tMONKEY_ARCHER = 5272,\n\tMONKEY_GUARD = 5271,\n\tMONKEY_ZOMBIE = 5281,\n\tMOUNTED_TERRORBIRD_GNOME = 2067,\n\tBEAR_CUB = 3909,\n\tBIG_WOLF = 115,\n\tBIRD = 5240,\n\tBLACK_GUARD = 6046,\n\tCAVE_GOBLIN_GUARD = 5334,\n\tCHAOS_DWARF = 291,\n\tCHICKEN = 3316,\n\tCHOMPY_BIRD = 1475,\n\tCOW_CALF = 2792,\n\tCRYPT_RAT = 1679,\n\tDEATH_WING = 509,\n\tDESERT_LIZARD = 459,\n\tDESERT_WOLF = 4649,\n\tDUCK = 1838,\n\tDUCKLING = 2001,\n\tDUNGEON_RAT = 2865,\n\tDWARF_GANG_MEMBER = 1354,\n\tABERRANT_SPECTRE = 2,\n\tDAGANNOTH = 3185,\n\tGUARD = 995,\n\tRED_DRAGON = 247,\n\tABYSSAL_DEMON = 415,\n\tDARK_BEAST = 4005,\n\tHELLHOUND = 104,\n\tRUNE_DRAGON = 8031,\n\tADAMANT_DRAGON = 8030,\n\tDEMONIC_GORILLA = 7144,\n\tSCARAB_MAGE = 794,\n\tANKOU = 2514,\n\tDRAKE = 8612,\n\tIRON_DRAGON = 272,\n\tSKELETAL_WYVERN = 465,\n\tAVIANSIE = 3169,\n\tDUST_DEVIL = 423,\n\tKALPHITE_WORKER = 955,\n\tSMOKE_DEVIL = 498,\n\tBASILISK_KNIGHT = 9293,\n\tELF_WARRIOR = 5293,\n\tKURASK = 410,\n\tSPIRITUAL_MAGE = 2212,\n\tBASILISK = 417,\n\tFIRE_GIANT = 2075,\n\tLIZARDMAN_SHAMAN = 6766,\n\tSPIRITUAL_RANGER = 2211,\n\tBLACK_DEMON = 240,\n\tANCIENT_WYVERN = 7795,\n\tLIZARDMAN = 6914,\n\tSPIRITUAL_WARRIOR = 2210,\n\tBLACK_DRAGON = 252,\n\tLONGTAILED_WYVERN = 7792,\n\tLOCUST_RIDER = 795,\n\tSTEEL_DRAGON = 8086,\n\tBLOODVELD = 484,\n\tSPITTING_WYVERN = 7794,\n\tMAN = 1118,\n\tSUQAH = 787,\n\tBLUE_DRAGON = 265,\n\tTALONED_WYVERN = 7793,\n\tMITHRIL_DRAGON = 2919,\n\tTUROTH = 426,\n\tBRINE_RAT = 4501,\n\tGARGOYLE = 412,\n\tMOUNTAIN_TROLL = 936,\n\tWOMAN = 1119,\n\tCAVE_HORROR = 1047,\n\tGOBLIN = 655,\n\tZYGOMITE = 537,\n\tWYRM = 8610,\n\tCAVE_KRAKEN = 492,\n\tGREATER_DEMON = 2025,\n\tNECHRYAEL = 8,\n\tBANSHEE = 414,\n\tCAVE_BUG = 481,\n\tCOW = 2790,\n\tDWARF = 290,\n\tLIZARD = 458,\n\tRAT = 2854,\n\tSPIDER = 3019,\n\tBAT = 2827,\n\tCAVE_CRAWLER = 406,\n\tCRAWLING_HAND = 448,\n\tGHOST = 85,\n\tMINOTAUR = 2481,\n\tSCORPION = 3024,\n\tWOLF = 106,\n\tBLACK_BEAR = 2839,\n\tCAVE_SLIME = 480,\n\tGUARD_DOG = 114,\n\tICEFIEND = 3140,\n\tMONKEY = 2848,\n\tSKELETON = 70,\n\tZOMBIE = 26,\n\tHILL_GIANT = 2098,\n\tPOLLNIVNIAN_BANDIT = 736,\n\tCAVE_GOBLIN = 6434,\n\tDESERT_BANDIT = 690,\n\tELF = 5299,\n\tFARMER = 3114,\n\tFREMENNIK_CITIZEN = 3937,\n\tGNOME = 5969,\n\tGOAT = 1792,\n\tMALE_HAM_MEMBER = 2540,\n\tFEMALE_HAM_MEMBER = 2541,\n\tHERO = 3295,\n\tKNIGHT_OF_ARDOUGNE = 3297,\n\tMASTER_FARMER = 5730,\n\tPALADIN = 1144,\n\tWATCHMAN = 5420,\n\tVYRE = 9710,\n\tTZHAARHUR = 2161,\n\tROGUE = 526,\n\tPRIFDDINAS_ELF = 9076,\n\tWARRIOR_WOMAN = 3260,\n\tALKHARID_WARRIOR = 3292,\n\tGHOUL = 289,\n\tEARTH_WARRIOR = 2840,\n\tIMP = 5007,\n\tJOGRE = 2094,\n\tHOBGOBLIN = 3049,\n\tCHAOS_DRUID = 520,\n\tUNICORN = 2837,\n\tMENAPHITE_THUG = 3549,\n\tRABBIT = 9118,\n\tTZHAARXIL = 2168,\n\tTZHAARMEJ = 2154,\n\tGIANT_FROG = 477,\n\tJUBBLY_BIRD = 4863,\n\tMANIACAL_MONKEY = 7118,\n\tZOMBIE_PIRATE = 13489,\n\tTORMENTED_DEMON = 13600,\n\tARMOURED_ZOMBIE = 12720,\n\tCRAB = 4819,\n\tBARROWS = 1673,\n\tTZTOKJAD = 3127,\n\tHESPORI = 8583,\n\tTZKALZUK = 7706,\n\tABHORRENT_SPECTRE = 7402,\n\tBASILISK_SENTINEL = 9258,\n\tCAVE_ABOMINATION = 7401,\n\tCHASM_CRAWLER = 7389,\n\tCHOKE_DEVIL = 7404,\n\tCOCKATHRICE = 7393,\n\tCOLOSSAL_HYDRA = 10402,\n\tCRUSHING_HAND = 7388,\n\tFLAMING_PYRELORD = 7394,\n\tGIANT_ROCKSLUG = 7392,\n\tGREATER_ABYSSAL_DEMON = 7410,\n\tGUARDIAN_DRAKE = 10400,\n\tINSATIABLE_BLOODVELD = 7397,\n\tINSATIABLE_MUTATED_BLOODVELD = 7398,\n\tKING_KURASK = 7405,\n\tMALEVOLENT_MAGE = 7396,\n\tMARBLE_GARGOYLE = 7407,\n\tMONSTROUS_BASILISK = 7395,\n\tNECHRYARCH = 7411,\n\tNIGHT_BEAST = 7409,\n\tNUCLEAR_SMOKE_DEVIL = 7406,\n\tREPUGNANT_SPECTRE = 7403,\n\tSCREAMING_BANSHEE = 7390,\n\tSCREAMING_TWISTED_BANSHEE = 7391,\n\tSHADOW_WYRM = 10398,\n\tSPIKED_TUROTH = 10397,\n\tVITREOUS_JELLY = 7399,\n\tVITREOUS_WARPED_JELLY = 7400,\n\tFROGEEL = 3600,\n\tNEWTROOST = 3605,\n\tSPIDINE = 3602,\n\tSWORDCHICK = 3603,\n\tUNICOW = 3601,\n\tJUBSTER = 3604,\n\tREANIMATED_GOBLIN = 7018,\n\tREANIMATED_MONKEY = 7019,\n\tREANIMATED_IMP = 7020,\n\tREANIMATED_MINOTAUR = 7021,\n\tREANIMATED_SCORPION = 7022,\n\tREANIMATED_BEAR = 7023,\n\tREANIMATED_UNICORN = 7024,\n\tREANIMATED_DOG = 7025,\n\tREANIMATED_CHAOS_DRUID = 7026,\n\tREANIMATED_GIANT = 7027,\n\tREANIMATED_OGRE = 7028,\n\tREANIMATED_ELF = 7029,\n\tREANIMATED_TROLL = 7030,\n\tREANIMATED_HORROR = 7031,\n\tREANIMATED_KALPHITE = 7032,\n\tREANIMATED_DAGANNOTH = 7033,\n\tREANIMATED_BLOODVELD = 7034,\n\tREANIMATED_TZHAAR = 7035,\n\tREANIMATED_DEMON = 7036,\n\tREANIMATED_HELLHOUND = 11463,\n\tREANIMATED_AVIANSIE = 7037,\n\tREANIMATED_ABYSSAL = 7038,\n\tREANIMATED_DRAGON = 7039,\n\tFLAWED_GOLEM = 10695,\n\tMIND_GOLEM = 10693,\n\tBODY_GOLEM = 10691,\n\tCHAOS_GOLEM = 10689,\n}\n", "import type { BossRecords } from \"./meta/types\";\n\nexport const BASE_API_URL = \"https://services.runescape.com\";\n\nexport const SKILLS = [\n\t\"overall\",\n\t\"attack\",\n\t\"defence\",\n\t\"strength\",\n\t\"hitpoints\",\n\t\"ranged\",\n\t\"prayer\",\n\t\"magic\",\n\t\"cooking\",\n\t\"woodcutting\",\n\t\"fletching\",\n\t\"fishing\",\n\t\"firemaking\",\n\t\"crafting\",\n\t\"smithing\",\n\t\"mining\",\n\t\"herblore\",\n\t\"agility\",\n\t\"thieving\",\n\t\"slayer\",\n\t\"farming\",\n\t\"runecraft\",\n\t\"hunter\",\n\t\"construction\",\n] as const;\n\nexport const MINIGAMES = [\n\t\"bountyHunter\",\n\t\"bountyHunterRogue\",\n\t\"bountyHunterLegacy\",\n\t\"bountyHunterLegacyRogue\",\n\t\"LMS\",\n\t\"pvpArena\",\n\t\"soulWars\",\n\t\"riftsClosed\",\n\t\"colosseumGlory\",\n] as const;\n\nexport const CLUES = [\"all\", \"beginner\", \"easy\", \"medium\", \"hard\", \"elite\", \"master\"] as const;\n\nexport const mappedBossNames = [\n\t[\"abyssalSire\", \"Abyssal Sire\"],\n\t[\"alchemicalHydra\", \"Alchemical Hydra\"],\n\t[\"amoxliatl\", \"Amoxliatl\"],\n\t[\"araxxor\", \"Araxxor\"],\n\t[\"artio\", \"Artio\"],\n\t[\"barrowsChests\", \"Barrows Chests\"],\n\t[\"bryophyta\", \"Bryophyta\"],\n\t[\"callisto\", \"Callisto\"],\n\t[\"calvarion\", \"Calvar'ion\"],\n\t[\"cerberus\", \"Cerberus\"],\n\t[\"chambersofXeric\", \"Chambers of Xeric\"],\n\t[\"chambersofXericChallengeMode\", \"Chambers of Xeric: Challenge Mode\"],\n\t[\"chaosElemental\", \"Chaos Elemental\"],\n\t[\"chaosFanatic\", \"Chaos Fanatic\"],\n\t[\"commanderZilyana\", \"Commander Zilyana\"],\n\t[\"corporealBeast\", \"Corporeal Beast\"],\n\t[\"crazyArchaeologist\", \"Crazy Archaeologist\"],\n\t[\"dagannothPrime\", \"Dagannoth Prime\"],\n\t[\"dagannothRex\", \"Dagannoth Rex\"],\n\t[\"dagannothSupreme\", \"Dagannoth Supreme\"],\n\t[\"derangedArchaeologist\", \"Deranged Archaeologist\"],\n\t[\"dukeSucellus\", \"Duke Sucellus\"],\n\t[\"generalGraardor\", \"General Graardor\"],\n\t[\"giantMole\", \"Giant Mole\"],\n\t[\"grotesqueGuardians\", \"Grotesque Guardians\"],\n\t[\"hespori\", \"Hespori\"],\n\t[\"kalphiteQueen\", \"Kalphite Queen\"],\n\t[\"kingBlackDragon\", \"King Black Dragon\"],\n\t[\"kraken\", \"Kraken\"],\n\t[\"kreeArra\", \"Kree'Arra\"],\n\t[\"krilTsutsaroth\", \"K'ril Tsutsaroth\"],\n\t[\"lunarChests\", \"Lunar Chests\"],\n\t[\"mimic\", \"Mimic\"],\n\t[\"nex\", \"Nex\"],\n\t[\"nightmare\", \"The Nightmare\"],\n\t[\"phosanisNightmare\", \"Phosani's Nightmare\"],\n\t[\"obor\", \"Obor\"],\n\t[\"phantomMuspah\", \"Phantom Muspah\"],\n\t[\"sarachnis\", \"Sarachnis\"],\n\t[\"scorpia\", \"Scorpia\"],\n\t[\"scurrius\", \"Scurrius\"],\n\t[\"skotizo\", \"Skotizo\"],\n\t[\"solHeredit\", \"Sol Heredit\"],\n\t[\"spindel\", \"Spindel\"],\n\t[\"tempoross\", \"Tempoross\"],\n\t[\"theGauntlet\", \"The Gauntlet\"],\n\t[\"theCorruptedGauntlet\", \"The Corrupted Gauntlet\"],\n\t[\"theHueycoatl\", \"The Hueycoatl\"],\n\t[\"theLeviathan\", \"The Leviathan\"],\n\t[\"theWhisperer\", \"The Whisperer\"],\n\t[\"theatreofBlood\", \"Theatre of Blood\"],\n\t[\"theatreofBloodHard\", \"Theatre of Blood: Hard Mode\"],\n\t[\"thermonuclearSmokeDevil\", \"Thermonuclear Smoke Devil\"],\n\t[\"tombsofAmascut\", \"Tombs of Amascut\"],\n\t[\"tombsofAmascutExpert\", \"Tombs of Amascut: Expert Mode\"],\n\t[\"tzKalZuk\", \"TzKal-Zuk\"],\n\t[\"tzTokJad\", \"TzTok-Jad\"],\n\t[\"vardorvis\", \"Vardorvis\"],\n\t[\"venenatis\", \"Venenatis\"],\n\t[\"vetion\", \"Vet'ion\"],\n\t[\"vorkath\", \"Vorkath\"],\n\t[\"wintertodt\", \"Wintertodt\"],\n\t[\"zalcano\", \"Zalcano\"],\n\t[\"zulrah\", \"Zulrah\"],\n] as const;\n\nexport const bossNameMap: Map = new Map(mappedBossNames);\n\n// Hiscores\n\nfunction hiscoreURL(type: string): string {\n\treturn `${BASE_API_URL}/m=${type}/index_lite.ws?player=`;\n}\n\nexport const hiscoreURLs = {\n\tnormal: hiscoreURL(\"hiscore_oldschool\"),\n\tironman: hiscoreURL(\"hiscore_oldschool_ironman\"),\n\tultimate: hiscoreURL(\"hiscore_oldschool_ultimate\"),\n\thardcore: hiscoreURL(\"hiscore_oldschool_hardcore_ironman\"),\n\tdeadman: hiscoreURL(\"hiscore_oldschool_deadman\"),\n\tseasonal: hiscoreURL(\"hiscore_oldschool_seasonal\"),\n\ttournament: hiscoreURL(\"hiscore_oldschool_tournament\"),\n\tskiller: hiscoreURL(\"hiscore_oldschool_skiller\"),\n\tskiller_defence: hiscoreURL(\"hiscore_oldschool_skiller_defence\"),\n} as const;\n\nexport const ACCOUNT_TYPES: (keyof typeof hiscoreURLs)[] = [\n\t\"normal\",\n\t\"ironman\",\n\t\"ultimate\",\n\t\"hardcore\",\n\t\"deadman\",\n\t\"seasonal\",\n\t\"tournament\",\n\t\"skiller\",\n\t\"skiller_defence\",\n];\n\n// Errors\n\nexport enum Errors {\n\tINVALID_USERNAME = \"INVALID_USERNAME\",\n\tINVALID_ACCOUNT_TYPE = \"INVALID_ACCOUNT_TYPE\",\n\tACCOUNT_NOT_FOUND = \"ACCOUNT_NOT_FOUND\",\n\tFAILED_REQUEST = \"FAILED_REQUEST\",\n}\n\nexport const ErrorDescriptions: Record = {\n\tINVALID_USERNAME: \"A malformed, invalid or incorrect username was passed and rejected.\",\n\tINVALID_ACCOUNT_TYPE: \"A invalid account type (normal, ironman, etc) was passed.\",\n\tACCOUNT_NOT_FOUND: \"Could not find a RuneScape account with the provided username.\",\n\tFAILED_REQUEST: \"A request to an API/External resource failed unexpectedly.\",\n\tITEM_NOT_FOUND: \"No item with the provided ID/Name could be found.\",\n};\n\nexport const EMPTY_BIRD_NEST_ID = 5075;\n\nexport enum SkillsEnum {\n\tAgility = \"agility\",\n\tCooking = \"cooking\",\n\tFishing = \"fishing\",\n\tMining = \"mining\",\n\tSmithing = \"smithing\",\n\tWoodcutting = \"woodcutting\",\n\tFiremaking = \"firemaking\",\n\tRunecraft = \"runecraft\",\n\tCrafting = \"crafting\",\n\tPrayer = \"prayer\",\n\tFletching = \"fletching\",\n\tFarming = \"farming\",\n\tHerblore = \"herblore\",\n\tThieving = \"thieving\",\n\tHunter = \"hunter\",\n\tConstruction = \"construction\",\n\tAttack = \"attack\",\n\tDefence = \"defence\",\n\tStrength = \"strength\",\n\tRanged = \"ranged\",\n\tMagic = \"magic\",\n\tHitpoints = \"hitpoints\",\n\tSlayer = \"slayer\",\n}\n", "export enum MonsterAttribute {\n\tDemon = \"demon\",\n\tDragon = \"dragon\",\n\tFiery = \"fiery\",\n\tKalphite = \"kalphite\",\n\tLeafy = \"leafy\",\n\tPenance = \"penance\",\n\tShade = \"shade\",\n\tUndead = \"undead\",\n\tVampyre = \"vampyre\",\n\tXerician = \"xerician\",\n}\n\nexport enum MonsterSlayerMaster {\n\tTurael = \"turael\",\n\tKrystilia = \"krystilia\",\n\tMazchna = \"mazchna\",\n\tVannaka = \"vannaka\",\n\tChaeldar = \"chaeldar\",\n\tKonar = \"konar\",\n\tNieve = \"nieve\",\n\tDuradel = \"duradel\",\n}\n\nexport enum MonsterAttackType {\n\tMelee = \"melee\",\n\tMagic = \"magic\",\n\tRange = \"range\",\n}\n\nexport interface MonsterData {\n\tmembers: boolean;\n\tcombatLevel: number;\n\thitpoints: number | null;\n\tmaxHit: number | null;\n\tattackType: MonsterAttackType[];\n\tattackSpeed: number | null;\n\taggressive: boolean;\n\tpoisonous: boolean;\n\timmuneToPoison: boolean;\n\timmuneToVenom: boolean;\n\tattributes: MonsterAttribute[];\n\tcategory: string[];\n\texamineText: string;\n\twikiName: string;\n\twikiURL: string;\n\tattackLevel: number;\n\tstrengthLevel: number;\n\tdefenceLevel: number;\n\tmagicLevel: number;\n\trangedLevel: number;\n\tattackStab: number;\n\tattackSlash: number;\n\tattackCrush: number;\n\tattackMagic: number;\n\tattackRanged: number;\n\tdefenceStab: number;\n\tdefenceSlash: number;\n\tdefenceCrush: number;\n\tdefenceMagic: number;\n\tdefenceRanged: number;\n\tattackAccuracy: number;\n\tmeleeStrength: number;\n\trangedStrength: number;\n\tmagicDamage: number;\n\tisSlayerMonster: boolean;\n\tslayerLevelRequired: number;\n\tslayerXP: number;\n\tassignableSlayerMasters: MonsterSlayerMaster[];\n}\n", "import LootTable from \"../../structures/LootTable\";\nimport { BarbarianAssault } from \"./BarbarianAssault\";\nimport { ChambersOfXeric } from \"./ChambersOfXeric\";\nimport { FishingTrawler } from \"./FishingTrawler\";\nimport { Gauntlet } from \"./Gauntlet\";\nimport Nightmare from \"./Nightmare\";\nimport { Tempoross } from \"./Tempoross\";\nimport Zalcano from \"./Zalcano\";\n\nexport const GrandHallowedCoffin = new LootTable()\n\t.every(\"Hallowed mark\", [8, 10])\n\t.tertiary(200, \"Ring of endurance (uncharged)\")\n\t.tertiary(30, \"Clue scroll (elite)\")\n\t.add(\"Rune 2h sword\")\n\t.add(\"Rune platebody\")\n\t.add(\"Law rune\", [150, 250])\n\t.add(\"Blood rune\", [150, 250])\n\t.add(\"Soul rune\", [150, 250])\n\t.add(\"Runite bolts\", [100, 300])\n\t.add(\"Monkfish\", [2, 6])\n\t.add(\"Sanfew serum(4)\", [1, 2])\n\t.add(\"Ranarr seed\", [1, 2])\n\t.add(\"Coins\", [17_500, 25_000]);\n\nexport { BarbarianAssault, ChambersOfXeric, FishingTrawler, Gauntlet, Nightmare, Tempoross, Zalcano };\n\nexport * from \"./Mimic\";\nexport * from \"./TheatreOfBlood\";\nexport type { ChambersOfXericOptions } from \"./ChambersOfXeric\";\n", "import { randArrItem } from \"e\";\nimport itemID from \"../util/itemID\";\nimport Bank from \"./Bank\";\nimport Items from \"./Items\";\n\nexport function reduceNumByPercent(value: number, percent: number): number {\n\tif (percent <= 0) return value;\n\treturn value - value * (percent / 100);\n}\nexport function randInt(min: number, max: number): number {\n\treturn Math.floor(Math.random() * (max - min + 1) + min);\n}\nexport function randFloat(min: number, max: number): number {\n\treturn Math.random() * (max - min) + min;\n}\n\nexport function roll(upperLimit: number): boolean {\n\treturn randInt(1, upperLimit) === 1;\n}\n\nexport interface LootTableOptions {\n\tlimit?: number;\n}\n\nexport interface LootTableMoreOptions {\n\tmultiply?: boolean;\n\tfreeze?: boolean;\n}\n\nexport interface LootTableItem {\n\titem: number | LootTable;\n\tweight?: number;\n\tquantity: number | number[];\n\toptions?: LootTableMoreOptions;\n}\n\nexport interface OneInItems extends LootTableItem {\n\tchance: number;\n}\nexport function isArrayOfItemTuples(x: readonly unknown[]): x is [string, (number | number[])?][] {\n\treturn Array.isArray(x[0]);\n}\n\nexport interface LootTableRollOptions {\n\t/**\n\t * Map\n\t *\n\t * item_id droprate will be decreased by percentage%.\n\t */\n\ttertiaryItemPercentageChanges?: Map;\n\ttargetBank?: Bank;\n}\n\nexport default class LootTable {\n\tpublic length: number;\n\tpublic table: LootTableItem[];\n\tpublic totalWeight: number;\n\tpublic limit?: number;\n\tpublic oneInItems: OneInItems[];\n\tpublic tertiaryItems: OneInItems[];\n\tpublic everyItems: LootTableItem[];\n\tpublic allItems: number[];\n\n\tpublic constructor(lootTableOptions: LootTableOptions = {}) {\n\t\tthis.table = [];\n\t\tthis.oneInItems = [];\n\t\tthis.tertiaryItems = [];\n\t\tthis.everyItems = [];\n\t\tthis.length = 0;\n\t\tthis.totalWeight = 0;\n\t\tthis.limit = lootTableOptions.limit;\n\t\tthis.allItems = [];\n\t}\n\n\tpublic clone(): LootTable {\n\t\tconst newTable = new LootTable();\n\t\tnewTable.table = [...this.table];\n\t\tnewTable.oneInItems = [...this.oneInItems];\n\t\tnewTable.tertiaryItems = [...this.tertiaryItems];\n\t\tnewTable.everyItems = [...this.everyItems];\n\t\tnewTable.length = this.length;\n\t\tnewTable.totalWeight = this.totalWeight;\n\t\tnewTable.limit = this.limit;\n\t\tnewTable.allItems = [...this.allItems];\n\n\t\treturn newTable;\n\t}\n\n\tprivate resolveName(name: string): number {\n\t\treturn itemID(name);\n\t}\n\n\tprivate addToAllItems(items: number | number[] | LootTable | LootTableItem | LootTableItem[]): void {\n\t\tif (Array.isArray(items)) {\n\t\t\tfor (const item of items) {\n\t\t\t\tthis.addToAllItems(item);\n\t\t\t}\n\t\t\treturn;\n\t\t}\n\n\t\tif (items instanceof LootTable) {\n\t\t\tthis.allItems = Array.from(new Set(this.allItems.concat(Array.isArray(items) ? items : items.allItems)));\n\t\t\treturn;\n\t\t}\n\n\t\tif (typeof items === \"number\") {\n\t\t\tif (this.allItems.includes(items)) return;\n\t\t\tthis.allItems.push(items);\n\t\t} else {\n\t\t\tthis.addToAllItems(items.item);\n\t\t}\n\t}\n\n\tpublic oneIn(\n\t\tchance: number,\n\t\titem: LootTable | number | string,\n\t\tquantity: number | number[] = 1,\n\t\toptions?: LootTableMoreOptions,\n\t): this {\n\t\tconst resolved = typeof item === \"string\" ? this.resolveName(item) : item;\n\t\tthis.oneInItems.push({\n\t\t\titem: resolved,\n\t\t\tchance,\n\t\t\tquantity,\n\t\t\toptions,\n\t\t});\n\n\t\tthis.addToAllItems(resolved);\n\n\t\treturn this;\n\t}\n\n\tpublic tertiary(\n\t\tchance: number,\n\t\titem: LootTable | number | string,\n\t\tquantity: number | number[] = 1,\n\t\toptions?: LootTableMoreOptions,\n\t): this {\n\t\tconst resolved = typeof item === \"string\" ? this.resolveName(item) : item;\n\t\tthis.tertiaryItems.push({\n\t\t\titem: resolved,\n\t\t\tchance,\n\t\t\tquantity,\n\t\t\toptions,\n\t\t});\n\n\t\tthis.addToAllItems(resolved);\n\n\t\treturn this;\n\t}\n\n\tpublic every(\n\t\titem: LootTable | number | string,\n\t\tquantity: number | number[] = 1,\n\t\toptions?: LootTableMoreOptions,\n\t): this {\n\t\tconst resolved = typeof item === \"string\" ? this.resolveName(item) : item;\n\t\tthis.everyItems.push({\n\t\t\titem: resolved,\n\t\t\tquantity,\n\t\t\toptions,\n\t\t});\n\n\t\tthis.addToAllItems(resolved);\n\n\t\treturn this;\n\t}\n\n\tpublic add(\n\t\titem: LootTable | number | string,\n\t\tquantity: number[] | number = 1,\n\t\tweight = 1,\n\t\toptions?: LootTableMoreOptions,\n\t): this {\n\t\tif (this.limit && weight + this.totalWeight > this.limit) {\n\t\t\tthrow new Error(\"Loot table total weight exceeds limit\");\n\t\t}\n\t\tif (typeof item === \"string\") {\n\t\t\treturn this.add(this.resolveName(item), quantity, weight, options);\n\t\t}\n\n\t\tthis.length += 1;\n\t\tthis.totalWeight += weight;\n\n\t\tthis.addToAllItems(item);\n\n\t\tthis.table.push({\n\t\t\titem,\n\t\t\tweight,\n\t\t\tquantity,\n\t\t\toptions,\n\t\t});\n\n\t\treturn this;\n\t}\n\n\tprivate cachedOptimizedTable: number[] | null = null;\n\troll(quantity?: number): Bank;\n\troll(quantity: number, options: { targetBank?: undefined } & LootTableRollOptions): Bank;\n\troll(quantity: number, options: { targetBank: Bank } & LootTableRollOptions): null;\n\tpublic roll(quantity = 1, options: LootTableRollOptions = {}): Bank | null {\n\t\tconst loot = options.targetBank ?? new Bank();\n\t\tconst effectiveTertiaryItems = options.tertiaryItemPercentageChanges\n\t\t\t? this.tertiaryItems.map(i => {\n\t\t\t\t\tif (typeof i.item !== \"number\") return i;\n\t\t\t\t\tif (i.options?.freeze === true) return i;\n\t\t\t\t\tconst change = options.tertiaryItemPercentageChanges?.get(Items.get(i.item)!.name);\n\t\t\t\t\tif (!change) return i;\n\t\t\t\t\treturn {\n\t\t\t\t\t\t...i,\n\t\t\t\t\t\tchance: Math.ceil(reduceNumByPercent(i.chance, change)),\n\t\t\t\t\t};\n\t\t\t\t})\n\t\t\t: this.tertiaryItems;\n\t\tconst limit = this.limit || this.totalWeight;\n\n\t\tif (this.table.every(i => Number.isInteger(i.weight)) && this.cachedOptimizedTable === null) {\n\t\t\tthis.cachedOptimizedTable = [];\n\t\t\tfor (const item of this.table) {\n\t\t\t\tfor (let j = 0; j < item.weight!; j++) {\n\t\t\t\t\tthis.cachedOptimizedTable.push(this.table.indexOf(item));\n\t\t\t\t}\n\t\t\t}\n\t\t\twhile (this.cachedOptimizedTable.length < limit) {\n\t\t\t\tthis.cachedOptimizedTable.push(-1);\n\t\t\t}\n\t\t}\n\n\t\touterLoop: for (let i = 0; i < quantity; i++) {\n\t\t\tfor (let j = 0; j < this.everyItems.length; j++) {\n\t\t\t\tthis.addResultToLoot(this.everyItems[j], loot);\n\t\t\t}\n\n\t\t\tfor (let j = 0; j < effectiveTertiaryItems.length; j++) {\n\t\t\t\tif (roll(effectiveTertiaryItems[j].chance)) {\n\t\t\t\t\tthis.addResultToLoot(effectiveTertiaryItems[j], loot);\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tfor (let j = 0; j < this.oneInItems.length; j++) {\n\t\t\t\tif (roll(this.oneInItems[j].chance)) {\n\t\t\t\t\tthis.addResultToLoot(this.oneInItems[j], loot);\n\t\t\t\t\tcontinue outerLoop;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif (this.cachedOptimizedTable) {\n\t\t\t\tthis.addResultToLoot(this.table[randArrItem(this.cachedOptimizedTable)], loot);\n\t\t\t} else {\n\t\t\t\tconst randomWeight = randFloat(0, limit);\n\t\t\t\tlet weight = 0;\n\t\t\t\tfor (let i = 0; i < this.table.length; i++) {\n\t\t\t\t\tweight += this.table[i].weight!;\n\t\t\t\t\tif (randomWeight <= weight) {\n\t\t\t\t\t\tthis.addResultToLoot(this.table[i], loot);\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tif (!options.targetBank) {\n\t\t\treturn loot;\n\t\t}\n\t\treturn null;\n\t}\n\n\tprivate addResultToLoot(result: LootTableItem, loot: Bank): void {\n\t\tif (typeof result?.item === \"number\") {\n\t\t\tloot.addItem(result.item, this.determineQuantity(result.quantity));\n\t\t\treturn;\n\t\t}\n\n\t\tif (result?.item instanceof LootTable) {\n\t\t\tconst qty = this.determineQuantity(result.quantity);\n\t\t\tif (result.options?.multiply) loot.add(result.item.roll(1).multiply(qty));\n\t\t\telse result.item.roll(qty, { targetBank: loot });\n\t\t\treturn;\n\t\t}\n\t}\n\n\tprotected determineQuantity(quantity: number | number[]): number {\n\t\tif (Array.isArray(quantity)) {\n\t\t\treturn randInt(quantity[0], quantity[1]);\n\t\t}\n\t\treturn quantity;\n\t}\n}\n", "import Items from \"../structures/Items\";\n\nexport default function itemID(name: string): number {\n\tconst item = Items.get(name);\n\tif (!item) {\n\t\tthrow new Error(`ERROR: ${JSON.stringify(name)} doesnt exist.`);\n\t}\n\treturn item.id;\n}\n", "import { randArrItem } from \"e\";\n\nimport type { BankItem, IntKeyBank, Item, ItemBank } from \"../meta/types\";\nimport itemID from \"../util/itemID\";\nimport { toKMB } from \"../util/smallUtils\";\nimport Items from \"./Items\";\n\nconst frozenErrorStr = \"Tried to mutate a frozen Bank.\";\n\nconst isValidInteger = (str: string): boolean => /^-?\\d+$/.test(str);\n\ntype ItemResolvable = Item | string | number;\n\nfunction isValidBankQuantity(qty: number): boolean {\n\treturn typeof qty === \"number\" && qty >= 1 && Number.isInteger(qty);\n}\n\nfunction sanitizeItemBank(mutSource: ItemBank) {\n\tfor (const [key, qty] of Object.entries(mutSource)) {\n\t\tif (!isValidBankQuantity(qty)) {\n\t\t\tdelete mutSource[key];\n\t\t}\n\t\tconst item = Items.get(Number.parseInt(key));\n\t\tif (!item) {\n\t\t\tdelete mutSource[key];\n\t\t}\n\t}\n}\n\nexport default class Bank {\n\tprivate map: Map;\n\tpublic frozen = false;\n\n\tstatic withSanitizedValues(source: ItemBank | IntKeyBank): Bank {\n\t\tconst mutSource = { ...source };\n\t\tsanitizeItemBank(mutSource);\n\t\treturn new Bank(mutSource);\n\t}\n\n\tconstructor(initialBank?: IntKeyBank | ItemBank | Bank) {\n\t\tthis.map = this.makeFromInitialBank(initialBank);\n\t}\n\n\tpublic removeInvalidValues(): Bank {\n\t\tfor (const [key, qty] of this.map.entries()) {\n\t\t\tif (!isValidBankQuantity(qty) || !Items.has(key)) {\n\t\t\t\tthis.map.delete(key);\n\t\t\t}\n\t\t}\n\t\treturn this;\n\t}\n\n\tprivate resolveItemID(item: ItemResolvable): number {\n\t\tif (typeof item === \"number\") return item;\n\t\tif (typeof item === \"string\") return itemID(item);\n\t\treturn item.id;\n\t}\n\n\tpublic clear(item?: Item | string | number): this {\n\t\tif (this.frozen) throw new Error(frozenErrorStr);\n\t\tif (item) {\n\t\t\tthis.set(this.resolveItemID(item), 0);\n\t\t\treturn this;\n\t\t}\n\t\tthis.map.clear();\n\t\treturn this;\n\t}\n\n\tprivate makeFromInitialBank(initialBank?: IntKeyBank | ItemBank | Bank) {\n\t\tif (!initialBank) return new Map();\n\t\tif (initialBank instanceof Bank) {\n\t\t\treturn new Map(initialBank.map.entries());\n\t\t}\n\t\tconst entries = Object.entries(initialBank);\n\t\tif (entries.length === 0) return new Map();\n\t\tif (isValidInteger(entries[0][0])) {\n\t\t\treturn new Map(entries.map(([k, v]) => [Number(k), v]));\n\t\t} else {\n\t\t\treturn new Map(entries.map(([k, v]) => [Items.get(k)!.id, v]));\n\t\t}\n\t}\n\n\tpublic toJSON(): ItemBank {\n\t\treturn Object.fromEntries(this.map);\n\t}\n\n\tpublic set(item: ItemResolvable, quantity: number): this {\n\t\tif (this.frozen) throw new Error(frozenErrorStr);\n\t\tconst id = this.resolveItemID(item);\n\t\tthis.map.set(id, quantity);\n\t\treturn this;\n\t}\n\n\tpublic freeze(): this {\n\t\tthis.frozen = true;\n\t\tObject.freeze(this.map);\n\t\treturn this;\n\t}\n\n\tpublic amount(item: ItemResolvable): number {\n\t\tconst id = this.resolveItemID(item);\n\t\treturn this.map.get(id) ?? 0;\n\t}\n\n\tpublic addItem(item: number, quantity = 1): this {\n\t\tif (this.frozen) throw new Error(frozenErrorStr);\n\t\tif (quantity < 1) return this;\n\t\tthis.map.set(item, (this.map.get(item) ?? 0) + quantity);\n\t\treturn this;\n\t}\n\n\tpublic removeItem(item: number | string, quantity = 1): this {\n\t\tif (this.frozen) throw new Error(frozenErrorStr);\n\t\tconst id = this.resolveItemID(item);\n\t\tconst currentValue = this.map.get(id);\n\n\t\tif (currentValue === undefined) return this;\n\t\tif (currentValue - quantity <= 0) {\n\t\t\tthis.map.delete(id);\n\t\t} else {\n\t\t\tthis.map.set(id, currentValue - quantity);\n\t\t}\n\n\t\treturn this;\n\t}\n\n\tpublic add(item: string | number | IntKeyBank | Bank | Item | undefined, quantity = 1): Bank {\n\t\tif (this.frozen) throw new Error(frozenErrorStr);\n\n\t\t// Bank.add(123);\n\t\tif (typeof item === \"number\") {\n\t\t\treturn this.addItem(item, quantity);\n\t\t}\n\n\t\t// Bank.add('Twisted bow');\n\t\t// Bank.add('Twisted bow', 5);\n\t\tif (typeof item === \"string\") {\n\t\t\treturn this.addItem(itemID(item), quantity);\n\t\t}\n\n\t\tif (item instanceof Bank) {\n\t\t\tfor (const [itemID, qty] of item.map.entries()) {\n\t\t\t\tthis.addItem(itemID, qty);\n\t\t\t}\n\t\t\treturn this;\n\t\t}\n\n\t\tif (!item) {\n\t\t\treturn this;\n\t\t}\n\n\t\tif (\"id\" in item) {\n\t\t\tconst _item = item as Item;\n\t\t\treturn this.addItem(_item.id, quantity);\n\t\t}\n\n\t\tfor (const [itemID, qty] of Object.entries(item)) {\n\t\t\tlet int: number | undefined = Number.parseInt(itemID);\n\t\t\tif (Number.isNaN(int)) {\n\t\t\t\tint = Items.get(itemID)?.id;\n\t\t\t}\n\t\t\tif (!int) {\n\t\t\t\tthrow new Error(`${itemID} is not a valid name or id`);\n\t\t\t}\n\t\t\tthis.addItem(int, qty);\n\t\t}\n\n\t\treturn this;\n\t}\n\n\tpublic remove(item: string | number | ItemBank | Bank, quantity = 1): Bank {\n\t\tif (this.frozen) throw new Error(frozenErrorStr);\n\n\t\t// Bank.remove('Twisted bow');\n\t\t// Bank.remove('Twisted bow', 5);\n\t\tif (typeof item === \"string\") {\n\t\t\treturn this.removeItem(itemID(item), quantity);\n\t\t}\n\n\t\t// Bank.remove(123);\n\t\tif (typeof item === \"number\") {\n\t\t\treturn this.removeItem(item, quantity);\n\t\t}\n\n\t\tif (item instanceof Bank) {\n\t\t\tfor (const [itemID, qty] of item.map.entries()) {\n\t\t\t\tthis.removeItem(itemID, qty);\n\t\t\t}\n\t\t\treturn this;\n\t\t}\n\n\t\tthis.remove(new Bank(item));\n\t\treturn this;\n\t}\n\n\tpublic random(): BankItem | null {\n\t\tconst entries = Array.from(this.map.entries());\n\t\tif (entries.length === 0) return null;\n\t\tconst randomEntry = randArrItem(entries);\n\t\treturn { id: randomEntry[0], qty: randomEntry[1] };\n\t}\n\n\tpublic multiply(multiplier: number, itemsToNotMultiply?: number[]): this {\n\t\tif (this.frozen) throw new Error(frozenErrorStr);\n\t\tfor (const [itemID, quantity] of this.map.entries()) {\n\t\t\tif (itemsToNotMultiply?.includes(itemID)) continue;\n\t\t\tthis.map.set(itemID, quantity * multiplier);\n\t\t}\n\t\treturn this;\n\t}\n\n\tpublic has(items: Item | string | number | (string | number)[] | ItemBank | Bank): boolean {\n\t\tif (typeof items === \"string\" || typeof items === \"number\") {\n\t\t\treturn this.amount(items) > 0;\n\t\t}\n\n\t\tif (Array.isArray(items)) {\n\t\t\treturn items.every(item => this.amount(item) > 0);\n\t\t}\n\n\t\tif (items instanceof Bank) {\n\t\t\treturn items.items().every(itemEntry => this.amount(itemEntry[0].id) >= itemEntry[1]);\n\t\t}\n\n\t\tif (\"id\" in items) {\n\t\t\treturn this.has(items.id);\n\t\t}\n\n\t\treturn this.has(new Bank(items));\n\t}\n\n\tpublic items(): [Item, number][] {\n\t\tconst arr: [Item, number][] = [];\n\t\tfor (const [key, val] of this.map.entries()) {\n\t\t\tif (val < 1) continue;\n\t\t\tarr.push([Items.get(key)!, val]);\n\t\t}\n\t\treturn arr;\n\t}\n\n\tpublic forEach(fn: (item: Item, quantity: number) => unknown): void {\n\t\tfor (const item of this.items()) {\n\t\t\tfn(...item);\n\t\t}\n\t}\n\n\tpublic clone(): Bank {\n\t\treturn new Bank(this);\n\t}\n\n\tpublic fits(bank: Bank): number {\n\t\tconst items = bank.items();\n\t\tconst divisions = items.map(([item, qty]) => Math.floor(this.amount(item.id) / qty)).sort((a, b) => a - b);\n\t\treturn divisions[0] ?? 0;\n\t}\n\n\tpublic filter(fn: (item: Item, quantity: number) => boolean): Bank {\n\t\tconst result = new Bank();\n\t\tfor (const item of this.items()) {\n\t\t\tif (fn(...item)) {\n\t\t\t\tresult.add(item[0].id, item[1]);\n\t\t\t}\n\t\t}\n\t\treturn result;\n\t}\n\n\tpublic toString(): string {\n\t\tconst items = this.items();\n\t\tif (items.length === 0) {\n\t\t\treturn \"No items\";\n\t\t}\n\t\treturn items\n\t\t\t.sort((a, b) => a[0].name.localeCompare(b[0].name))\n\t\t\t.map(([item, qty]) => `${qty < 1000 ? `${qty}x` : toKMB(qty)} ${item?.name ?? \"Unknown item\"}`)\n\t\t\t.join(\", \");\n\t}\n\n\tpublic get length(): number {\n\t\treturn this.map.size;\n\t}\n\n\tpublic value(): number {\n\t\tlet value = 0;\n\t\tfor (const [item, quantity] of this.items()) {\n\t\t\tvalue += item.price * quantity;\n\t\t}\n\t\treturn value;\n\t}\n\n\tpublic equals(otherBank: Bank): boolean {\n\t\tif (this.length !== otherBank.length) return false;\n\t\tfor (const [item, quantity] of this.items()) {\n\t\t\tif (otherBank.amount(item.id) !== quantity) return false;\n\t\t}\n\t\treturn true;\n\t}\n\n\tpublic difference(otherBank: Bank): Bank {\n\t\treturn this.clone().remove(otherBank).add(otherBank.clone().remove(this));\n\t}\n\n\tpublic validate(): string[] {\n\t\tconst errors: string[] = [];\n\t\tfor (const [item, quantity] of this.map.entries()) {\n\t\t\tif (typeof quantity !== \"number\" || quantity < 1 || !Number.isInteger(quantity)) {\n\t\t\t\terrors.push(`Item ${item} has a quantity of ${quantity}`);\n\t\t\t}\n\t\t\tif (typeof item !== \"number\" || !item || !Items.get(item)?.id) {\n\t\t\t\terrors.push(`Item ${item} does not exist.`);\n\t\t\t}\n\t\t}\n\t\treturn errors;\n\t}\n\n\tpublic validateOrThrow() {\n\t\tconst errors = this.validate();\n\t\tif (errors.length > 0) {\n\t\t\tthrow new Error(`Bank validation failed: ${errors.join(\", \")}`);\n\t\t}\n\t}\n\n\tget itemIDs(): number[] {\n\t\treturn Array.from(this.map.keys());\n\t}\n}\n", "import { round } from \"e\";\n\nexport function toKMB(number: number): string {\n\tif (number > 999_999_999 || number < -999_999_999) {\n\t\treturn `${round(number / 1_000_000_000)}b`;\n\t} else if (number > 999_999 || number < -999_999) {\n\t\treturn `${round(number / 1_000_000)}m`;\n\t} else if (number > 999 || number < -999) {\n\t\treturn `${round(number / 1000)}k`;\n\t}\n\treturn round(number).toString();\n}\n\nexport function fromKMB(number: string): number {\n\tnumber = number.toLowerCase().replace(/,/g, \"\");\n\tconst [numberBefore, numberAfter] = number.split(/[.kmb]/g);\n\n\tlet newNum = numberBefore;\n\tif (number.includes(\"b\")) {\n\t\tnewNum += numberAfter + \"0\".repeat(9).slice(numberAfter.length);\n\t} else if (number.includes(\"m\")) {\n\t\tnewNum += numberAfter + \"0\".repeat(6).slice(numberAfter.length);\n\t} else if (number.includes(\"k\")) {\n\t\tnewNum += numberAfter + \"0\".repeat(3).slice(numberAfter.length);\n\t}\n\n\treturn Number.parseInt(newNum);\n}\n", "import LootTable from \"../../structures/LootTable\";\n\nexport const LowGambleTable = new LootTable()\n\t.add(\"Harralander\", [15, 25])\n\t.add(\"Toadflax\", [15, 25])\n\t.add(\"Irit leaf\", [15, 25])\n\t.add(\"Harralander seed\", [5, 7])\n\t.add(\"Toadflax seed\", [5, 7])\n\t.add(\"Irit seed\", [5, 7])\n\t.add(\"Strawberry seed\", 20)\n\t.add(\"Pineapple seed\", [1, 2])\n\t.add(\"Maple seed\", [1, 2])\n\t.add(\"Rune axe\")\n\t.add(\"Rune med helm\")\n\t.add(\"Rune dagger(p++)\")\n\t.add(\"Lava battlestaff\")\n\t.add(\"Adamant sq shield\")\n\t.add(\"Iron ore\", 200)\n\t.add(\"Feather\", [500, 750])\n\t.add(\"Coal\", 150)\n\t.add(\"Mithril ore\", 20)\n\t.add(\"Mithril bar\", 15)\n\t.add(\"Flax\", [50, 75])\n\t.add(\"Blue dragonhide\", [10, 20])\n\t.add(\"Uncut emerald\", [25, 30])\n\t.add(\"Maple logs\", [150, 200])\n\t.add(\"Uncut emerald\", [25, 30])\n\t.add(\"Oak plank\", [60, 80])\n\t.add(\"Mithril arrow\", [300, 400])\n\t.add(\"Raw lobster\", [125, 150])\n\t.add(\"Tuna\", [90, 110])\n\t.add(\"Cosmic rune\", [150, 200])\n\t.add(\"Chaos rune\", [150, 200])\n\t.add(\"Limpwurt root\", [10, 15])\n\t.add(\"Coins\", [15_000, 20_000]);\n\nexport const MediumGambleTable = new LootTable()\n\t.add(\"Avantoe\", [25, 35])\n\t.add(\"Kwuarm\", [25, 35])\n\t.add(\"Dwarf weed\", [25, 35])\n\t.add(\"Avantoe seed\", [10, 14])\n\t.add(\"Kwuarm seed\", [10, 14])\n\t.add(\"Dwarf weed seed\", [10, 14])\n\t.add(\"Watermelon seed\", 20)\n\t.add(\"Papaya tree seed\", [1, 2])\n\t.add(\"Yew seed\", [1, 2])\n\t.add(\"Rune battleaxe\")\n\t.add(\"Rune sq shield\")\n\t.add(\"Rune full helm\")\n\t.add(\"Mystic lava staff\")\n\t.add(\"Loop half of key\")\n\t.add(\"Tooth half of key\")\n\t.add(\"Feather\", [1200, 1500])\n\t.add(\"Coal\", 400)\n\t.add(\"Adamantite ore\", 40)\n\t.add(\"Adamantite bar\", 25)\n\t.add(\"Big bones\", 120)\n\t.add(\"Red dragonhide\", [20, 30])\n\t.add(\"Uncut ruby\", [25, 30])\n\t.add(\"Yew logs\", [150, 200])\n\t.add(\"Teak plank\", [60, 80])\n\t.add(\"Adamant arrow\", [400, 500])\n\t.add(\"Nature rune\", [250, 300])\n\t.add(\"Death rune\", [250, 300])\n\t.add(\"Raw swordfish\", [180, 210])\n\t.add(\"Swordfish\", [90, 110])\n\t.add(\"Limpwurt root\", [20, 30])\n\t.add(\"Unicorn horn\", [20, 30])\n\t.add(\"Coins\", [30_000, 40_000]);\n\nexport const HighGambleTable = new LootTable()\n\t.oneIn(16_000, \"Dragon med helm\")\n\t.oneIn(16_000, \"Dragon chainbody\")\n\t.tertiary(15, \"Clue scroll (elite)\")\n\t.tertiary(1000, \"Pet penance queen\")\n\t.add(\"Ranarr weed\", [20, 30])\n\t.add(\"Snapdragon\", [20, 30])\n\t.add(\"Torstol\", [20, 30])\n\t.add(\"Ranarr seed\", [3, 4])\n\t.add(\"Snapdragon seed\", [3, 4])\n\t.add(\"Torstol seed\", [3, 4])\n\t.add(\"Watermelon seed\", 50)\n\t.add(\"Palm tree seed\", [1, 2])\n\t.add(\"Magic seed\")\n\t.add(\"Archer helm\")\n\t.add(\"Berserker helm\")\n\t.add(\"Warrior helm\")\n\t.add(\"Farseer helm\")\n\t.add(\"Granite shield\")\n\t.add(\"Granite helm\")\n\t.add(\"Rune kiteshield\")\n\t.add(\"Coal\", 750)\n\t.add(\"Runite ore\", 20)\n\t.add(\"Runite bar\", 15)\n\t.add(\"Dragon bones\", [50, 75])\n\t.add(\"Black dragonhide\", [30, 50])\n\t.add(\"Uncut diamond\", [25, 30])\n\t.add(\"Magic logs\", [50, 100])\n\t.add(\"Mahogany plank\", [60, 80])\n\t.add(\"Rune arrow\", [400, 500])\n\t.add(\"Raw shark\", [250, 300])\n\t.add(\"Shark\", [75, 125])\n\t.add(\"Law rune\", [250, 300])\n\t.add(\"Blood rune\", [250, 300])\n\t.add(\"Limpwurt root\", [30, 50])\n\t.add(\"Unicorn horn\", [30, 50])\n\t.add(\"Coins\", [50_000, 75_000]);\n\nexport const BarbarianAssault = {\n\tLowGambleTable,\n\tMediumGambleTable,\n\tHighGambleTable,\n};\n", "import { Time, randFloat, roll, shuffleArr, sumArr } from \"e\";\n\nimport type { ItemBank, LootBank } from \"../../meta/types\";\nimport Bank from \"../../structures/Bank\";\nimport LootTable from \"../../structures/LootTable\";\nimport Minigame from \"../../structures/Minigame\";\nimport SimpleTable from \"../../structures/SimpleTable\";\nimport { resolveNameBank } from \"../../util/bank\";\nimport itemID from \"../../util/itemID\";\nimport { JSONClone } from \"../../util/util\";\n\nexport interface TeamMember {\n\tid: string;\n\tpersonalPoints: number;\n\t/**\n\t * Whether this team member can receive an ancient tablet, assumed false.\n\t *\n\t * Only received if players do not own one or have not consumed it already.\n\t */\n\tcanReceiveAncientTablet?: boolean;\n\t/**\n\t * Whether this team member can receive Metamorphic dust.\n\t *\n\t * https://twitter.com/JagexAsh/status/1050349088124952576.\n\t */\n\tcanReceiveDust?: boolean;\n}\n\nexport interface ChambersOfXericOptions {\n\t/**\n\t * Whether or not this raid is in Challenge Mode or not.\n\t */\n\tchallengeMode?: boolean;\n\t/**\n\t * The time in *milliseconds* that it took to complete the raid, used for rewarding with dust in challenge mode.\n\t */\n\ttimeToComplete?: number;\n\t/**\n\t * The members of the raid team, can be only 1 person.\n\t */\n\tteam: TeamMember[];\n}\n\nconst itemScales = resolveNameBank({\n\t\"Death rune\": 36,\n\t\"Blood rune\": 32,\n\t\"Soul rune\": 20,\n\t\"Rune arrow\": 14,\n\t\"Dragon arrow\": 202,\n\t\"Grimy toadflax\": 525,\n\t\"Grimy ranarr weed\": 800,\n\t\"Grimy irit leaf\": 162,\n\t\"Grimy avantoe\": 234,\n\t\"Grimy kwuarm\": 378,\n\t\"Grimy snapdragon\": 1348,\n\t\"Grimy cadantine\": 358,\n\t\"Grimy lantadyme\": 249,\n\t\"Grimy dwarf weed\": 201,\n\t\"Grimy torstol\": 824,\n\t\"Silver ore\": 20,\n\tCoal: 20,\n\t\"Gold ore\": 44,\n\t\"Mithril ore\": 32,\n\t\"Adamantite ore\": 167,\n\t\"Runite ore\": 2093,\n\t\"Uncut sapphire\": 189,\n\t\"Uncut emerald\": 142,\n\t\"Uncut ruby\": 250,\n\t\"Uncut diamond\": 514,\n\t\"Lizardman fang\": 28,\n\t\"Pure essence\": 2,\n\tSaltpetre: 24,\n\t\"Teak plank\": 100,\n\t\"Mahogany plank\": 240,\n\tDynamite: 54,\n\t// These 2 items are \"special\" but not really, they just only drop a max of 1.\n\t\"Torn prayer scroll\": 999_999,\n\t\"Dark relic\": 999_999,\n});\n\nconst NonUniqueTable = new SimpleTable();\nfor (const itemID of Object.keys(itemScales)) NonUniqueTable.add(Number.parseInt(itemID));\n\nexport const CoXUniqueTable = new LootTable()\n\t.add(\"Dexterous prayer scroll\", 1, 20)\n\t.add(\"Arcane prayer scroll\", 1, 20)\n\n\t.add(\"Twisted buckler\", 1, 4)\n\t.add(\"Dragon hunter crossbow\", 1, 4)\n\n\t.add(\"Dinh's bulwark\", 1, 3)\n\t.add(\"Ancestral hat\", 1, 3)\n\t.add(\"Ancestral robe top\", 1, 3)\n\t.add(\"Ancestral robe bottom\", 1, 3)\n\t.add(\"Dragon claws\", 1, 3)\n\n\t.add(\"Elder maul\", 1, 2)\n\t.add(\"Kodai insignia\", 1, 2)\n\t.add(\"Twisted bow\", 1, 2);\n\nconst cmTeamTimes = [\n\t[1, Time.Hour + Time.Minute * 10],\n\t[2, Time.Hour + Time.Minute * 5],\n\t[3, Time.Minute * 50],\n\t[4, Time.Minute * 45],\n\t[10, Time.Minute * 42],\n\t[15, Time.Minute * 45],\n\t[23, Time.Hour],\n];\n\nexport class ChambersOfXericClass extends Minigame {\n\tid = 1;\n\taliases = [\"raids\", \"cox\"];\n\tname = \"Chambers of Xeric\";\n\tallItems: number[] = [...CoXUniqueTable.allItems, ...NonUniqueTable.table.map(i => i.item)];\n\tmaxRoll = 570_000 * (1 / 8675);\n\n\t/**\n\t * For every 8,675 total points obtained, a 1% chance to obtain a unique loot is given.\n\t * This chance is capped at 65.7% (570k points), further points will be sent to\n\t * roll for a second unique loot. A team who possesses 855,000 points in total has\n\t * an 65.7% chance to receive a unique loot, then a 32.85% chance to obtain a\n\t * second unique loot. Up to three unique rewards can be obtained per raid.\n\t */\n\tpublic determineUniqueChancesFromTeamPoints(teamPoints: number): number[] {\n\t\tconst chances = [];\n\n\t\tlet totalChancePercentage = teamPoints * (1 / 8675);\n\n\t\tfor (let i = 0; i < 3; i++) {\n\t\t\tif (totalChancePercentage > this.maxRoll) {\n\t\t\t\tchances.push(this.maxRoll);\n\t\t\t\ttotalChancePercentage -= this.maxRoll;\n\t\t\t} else {\n\t\t\t\tchances.push(totalChancePercentage);\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\n\t\treturn chances;\n\t}\n\n\t/**\n\t * Returns true if the team is elligible to receive dust based on their\n\t * completion time.\n\t *\n\t * https://oldschool.runescape.wiki/w/Chambers_of_Xeric/Challenge_Mode#Rewards\n\t *\n\t * @param teamSize How many members in the raid team.\n\t * @param completionTime The completion time of the raid, in *milliseconds*.\n\t */\n\tpublic elligibleForDust(teamSize: number, completionTime: number): boolean {\n\t\t// For every required time there is, if their team size is in that range,\n\t\t// return true if their time is <= the required time.\n\t\tfor (const [teamSizeRange, timeRequired] of cmTeamTimes) {\n\t\t\tif (teamSize <= teamSizeRange) {\n\t\t\t\treturn completionTime <= timeRequired;\n\t\t\t}\n\t\t}\n\n\t\t// If their team is > 23, must be 1h 20m.\n\t\treturn completionTime <= Time.Hour + Time.Minute * 20;\n\t}\n\n\tpublic rollLootFromChances(chances: number[]): Bank {\n\t\tlet rolls = 0;\n\n\t\tfor (const chance of chances) {\n\t\t\tif (randFloat(0, 100) < chance) {\n\t\t\t\trolls++;\n\t\t\t}\n\t\t}\n\n\t\treturn CoXUniqueTable.roll(rolls);\n\t}\n\n\t// We're rolling 2 non-unique loots based off a number of personal points.\n\tpublic rollNonUniqueLoot(personalPoints: number): ItemBank {\n\t\t// First, pick which items we will be giving them, without giving a duplicate.\n\t\tconst items: number[] = [];\n\t\twhile (items.length < 2) {\n\t\t\tconst rolledItem = NonUniqueTable.roll();\n\t\t\tif (!items.includes(rolledItem)) items.push(rolledItem);\n\t\t}\n\n\t\t// Now return an ItemBank of these 2 items, the quantity is [points / scale].\n\t\t// With a minimum of 1.\n\t\tconst loot: ItemBank = {\n\t\t\t[items[0]]: Math.max(1, Math.floor(personalPoints / itemScales[items[0]])),\n\t\t\t[items[1]]: Math.max(1, Math.floor(personalPoints / itemScales[items[1]])),\n\t\t};\n\n\t\tif (roll(12)) {\n\t\t\tloot[itemID(\"Clue scroll (elite)\")] = 1;\n\t\t}\n\n\t\treturn loot;\n\t}\n\n\tpublic complete(_options: ChambersOfXericOptions): LootBank {\n\t\tconst options = JSONClone(_options);\n\n\t\t// Will only check for elligibility for dust if timeToComplete given, and challengeMode = true.\n\t\tconst elligibleForDust =\n\t\t\ttypeof options.timeToComplete === \"number\" &&\n\t\t\toptions.challengeMode &&\n\t\t\tthis.elligibleForDust(options.team.length, options.timeToComplete);\n\n\t\tif (elligibleForDust) {\n\t\t\t// If in challenge mode, and elligible for dust, 5000pts is added to\n\t\t\t// each team member.\n\t\t\t// https://oldschool.runescape.wiki/w/Chambers_of_Xeric/Challenge_Mode#Rewards\n\t\t\tfor (const member of options.team) {\n\t\t\t\tmember.personalPoints += 5000;\n\t\t\t}\n\t\t}\n\n\t\t// The sum of all members personal points is the team points.\n\t\tconst teamPoints = sumArr(options.team.map(val => val.personalPoints));\n\n\t\tconst dropChances = this.determineUniqueChancesFromTeamPoints(teamPoints);\n\t\tconst uniqueLoot = this.rollLootFromChances(dropChances);\n\n\t\tconst lootResult: LootBank = {};\n\n\t\t// This table is used to pick which team member gets the unique(s).\n\t\tconst uniqueDeciderTable = new SimpleTable();\n\n\t\tfor (const teamMember of options.team) {\n\t\t\t// Give every team member a Loot.\n\t\t\tlootResult[teamMember.id] = new Bank();\n\n\t\t\t// If the team and team member is elligible for dust, roll for this user.\n\t\t\tif (elligibleForDust && teamMember.canReceiveDust && roll(400)) {\n\t\t\t\tlootResult[teamMember.id].add(\"Metamorphic dust\");\n\t\t\t}\n\n\t\t\tif (elligibleForDust && roll(75)) {\n\t\t\t\tlootResult[teamMember.id].add(\"Twisted ancestral colour kit\");\n\t\t\t}\n\n\t\t\t// If the team member can receive an Ancient Tablet, roll for this user.\n\t\t\tif (teamMember.canReceiveAncientTablet && roll(10)) {\n\t\t\t\tlootResult[teamMember.id].add(\"Ancient tablet\");\n\t\t\t}\n\n\t\t\t// Add this member to the \"unique decider table\", using their points as the weight.\n\t\t\tuniqueDeciderTable.add(teamMember.id, teamMember.personalPoints);\n\t\t}\n\n\t\t// For every unique item received, add it to someones loot.\n\t\twhile (uniqueLoot.length > 0) {\n\t\t\tif (uniqueDeciderTable.table.length === 0) break;\n\t\t\tconst receipientID = uniqueDeciderTable.roll();\n\t\t\tconst uniqueItem = uniqueLoot.random()!;\n\t\t\tlootResult[receipientID].add(uniqueItem.id, 1);\n\t\t\tuniqueLoot.remove(uniqueItem.id, 1);\n\t\t\tif (roll(53)) {\n\t\t\t\tlootResult[receipientID].add(\"Olmlet\");\n\t\t\t}\n\t\t\tuniqueDeciderTable.delete(receipientID);\n\t\t}\n\n\t\t// For everyone who didn't receive a unique, i.e wasn't removed from the\n\t\t// unique decider table, give them a non-unique roll.\n\t\tfor (const leftOverRecipient of uniqueDeciderTable.table) {\n\t\t\t// Find this member in the team, and get their points.\n\t\t\tconst pointsOfThisMember = options.team.find(\n\t\t\t\tmember => member.id === leftOverRecipient.item,\n\t\t\t)!.personalPoints;\n\n\t\t\tconst entries = Object.entries(this.rollNonUniqueLoot(pointsOfThisMember));\n\t\t\tfor (const [itemID, quantity] of entries) {\n\t\t\t\tlootResult[leftOverRecipient.item].add(Number.parseInt(itemID), quantity);\n\t\t\t}\n\t\t}\n\n\t\tconst onyxChance = options.team.length * 70;\n\t\tfor (const bank of shuffleArr(Object.values(lootResult))) {\n\t\t\tif (roll(onyxChance)) {\n\t\t\t\tbank.add(\"Onyx\");\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\n\t\treturn lootResult;\n\t}\n}\n\nexport const ChambersOfXeric = new ChambersOfXericClass();\n", "export default abstract class Minigame {\n\tpublic abstract id: number;\n\tpublic abstract name: string;\n\tpublic abstract aliases: string[];\n}\n", "import { randInt } from \"e\";\n\nimport type { SimpleTableItem } from \"../meta/types\";\n\nexport default class SimpleTable {\n\tpublic length: number;\n\tpublic table: SimpleTableItem[];\n\tpublic totalWeight: number;\n\n\tpublic constructor() {\n\t\tthis.table = [];\n\t\tthis.length = 0;\n\t\tthis.totalWeight = 0;\n\t}\n\n\tpublic add(item: T, weight = 1): this {\n\t\tthis.length += 1;\n\t\tthis.totalWeight += weight;\n\n\t\tthis.table.push({\n\t\t\titem,\n\t\t\tweight,\n\t\t});\n\n\t\treturn this;\n\t}\n\n\tpublic delete(item: T): this {\n\t\tconst tableItem = this.table.find(_tableItem => _tableItem.item === item);\n\t\tif (!tableItem) {\n\t\t\tthrow `${item} doesn't exist in this SimpleTable.`;\n\t\t}\n\n\t\tthis.length -= 1;\n\t\tthis.totalWeight -= tableItem.weight;\n\n\t\tthis.table = this.table.filter(_item => _item !== tableItem);\n\n\t\treturn this;\n\t}\n\n\tpublic roll(): SimpleTableItem[\"item\"] {\n\t\t// Random number between 1 and the total weighting\n\t\tconst randomWeight = randInt(1, this.totalWeight);\n\n\t\t// The index of the item that will be used.\n\t\tlet result = -1;\n\t\tlet weight = 0;\n\n\t\tfor (let i = 0; i < this.table.length; i++) {\n\t\t\tconst item = this.table[i];\n\n\t\t\tweight += item.weight;\n\t\t\tif (randomWeight <= weight) {\n\t\t\t\tresult = i;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\n\t\treturn this.table[result].item;\n\t}\n}\n", "import { Time, calcWhatPercent, increaseNumByPercent } from \"e\";\nimport type { ItemBank } from \"../meta/types\";\nimport Bank from \"../structures/Bank\";\nimport Items from \"../structures/Items\";\nimport itemID from \"./itemID\";\n\n/**\n * Transforms a string-based bank to an ID-based bank\n * @param nameBank A string-based bank to convert\n */\nexport function resolveNameBank(nameBank: Record): Record {\n\tconst newBank: Record = {};\n\n\tfor (const [name, val] of Object.entries(nameBank)) {\n\t\tnewBank[itemID(name)] = val;\n\t}\n\n\treturn newBank;\n}\n\n/**\n * Resolves a bank which uses item names or item IDs.\n * @param bank A bank to resolve\n */\nexport function resolveBank(bank: Record): ItemBank {\n\tconst newBank: ItemBank = {};\n\n\tfor (const [nameOrID, val] of Object.entries(bank)) {\n\t\tconst int = Number(nameOrID);\n\t\tconst id = Number.isNaN(int) ? itemID(nameOrID) : int;\n\t\tnewBank[id] = val;\n\t}\n\n\treturn newBank;\n}\n\n/**\n * Adds an item to a bank\n * @param bank A NumberKeyed bank to add items in\n * @param itemID The item ID to add\n * @param amountToAdd Quantity of items to be added. Defaults to 1\n */\nexport function addItemToBank(bank: ItemBank, itemID: number, amountToAdd = 1): ItemBank {\n\tconst newBank = { ...bank };\n\n\tif (newBank[itemID]) newBank[itemID] += amountToAdd;\n\telse newBank[itemID] = amountToAdd;\n\n\treturn newBank;\n}\n\nexport function fasterResolveBank(bank: ItemBank) {\n\tconst firstKey = Object.keys(bank)[0];\n\tif (!Number.isNaN(Number(firstKey))) {\n\t\treturn bank;\n\t}\n\n\treturn resolveBank(bank);\n}\n\nexport function increaseBankQuantitesByPercent(bank: Bank, percent: number, whitelist: number[] | null = null) {\n\tfor (const [item, qty] of bank.items()) {\n\t\tif (whitelist !== null && !whitelist.includes(item.id)) continue;\n\t\tconst increased = Math.floor(increaseNumByPercent(qty, percent));\n\t\tbank.set(item.id, increased);\n\t}\n}\n\nexport function convertBankToPerHourStats(bank: Bank, time: number) {\n\tconst result = [];\n\tfor (const [item, qty] of bank.items()) {\n\t\tresult.push(`${(qty / (time / Time.Hour)).toFixed(1)}/hr ${item.name}`);\n\t}\n\treturn result;\n}\n\nexport function calcDropRatesFromBank(bank: Bank, iterations: number, uniques: number[]) {\n\tconst result = [];\n\tlet uniquesReceived = 0;\n\tfor (const [item, qty] of bank.items().sort((a, b) => a[1] - b[1])) {\n\t\tif (uniques.includes(item.id)) {\n\t\t\tuniquesReceived += qty;\n\t\t}\n\t\tconst rate = Math.round(iterations / qty);\n\t\tif (rate < 2) continue;\n\t\tlet { name } = item;\n\t\tif (uniques.includes(item.id)) name = `**${name}**`;\n\t\tresult.push(`${qty}x ${name} (1 in ${rate})`);\n\t}\n\tresult.push(\n\t\t`\\n**${uniquesReceived}x Uniques (1 in ${Math.round(iterations / uniquesReceived)} which is ${calcWhatPercent(\n\t\t\tuniquesReceived,\n\t\t\titerations,\n\t\t)}%)**`,\n\t);\n\treturn result.join(\", \");\n}\n\nexport function calcDropRatesFromBankWithoutUniques(bank: Bank, iterations: number) {\n\tconst results: string[] = [];\n\tfor (const [item, qty] of bank.items().sort((a, b) => a[1] - b[1])) {\n\t\tconst rate = Math.round(iterations / qty);\n\t\tif (rate < 2) continue;\n\t\tresults.push(`${item.name} (1 in ${rate})`);\n\t}\n\treturn results;\n}\n\nexport function addBanks(banks: ItemBank[]): Bank {\n\tconst bank = new Bank();\n\tfor (const _bank of banks) {\n\t\tbank.add(_bank);\n\t}\n\treturn bank;\n}\n\nexport function averageBank(bank: Bank, kc: number) {\n\tconst newBank = new Bank();\n\tfor (const [item, qty] of bank.items()) {\n\t\tnewBank.add(item.id, Math.floor(qty / kc));\n\t}\n\treturn newBank;\n}\n\nexport function generateRandomBank(size = 100, amountPerItem = 10000) {\n\tconst bank = new Bank();\n\tfor (let i = 0; i < size; i++) {\n\t\tbank.add(Items.random().id, amountPerItem);\n\t}\n\treturn bank;\n}\n", "import { randFloat, randInt, roll } from \"e\";\n\nimport { CLUES, MINIGAMES, SKILLS, type hiscoreURLs, mappedBossNames } from \"../constants\";\nimport type { CustomKillLogic, Item, MonsterKillOptions } from \"../meta/types\";\nimport type Bank from \"../structures/Bank\";\nimport Items from \"../structures/Items\";\nimport LootTable from \"../structures/LootTable\";\nimport type Player from \"../structures/Player\";\n\nexport function resolvePlayerFromHiscores(csvData: string, accountType: keyof typeof hiscoreURLs): Player {\n\tconst data: string[][] = csvData\n\t\t.trim()\n\t\t.split(\"\\n\")\n\t\t.map((str): string[] => str.split(\",\"));\n\n\tconst resolvedPlayer: any = {\n\t\tskills: {},\n\t\tminigames: {},\n\t\tclues: {},\n\t\tbossRecords: {},\n\t};\n\n\tlet accumulativeIndex = 0;\n\n\tfor (let i = 0; i < SKILLS.length; i++) {\n\t\tresolvedPlayer.skills[SKILLS[i]] = {\n\t\t\trank: Number(data[i][0]),\n\t\t\tlevel: Number(data[i][1]),\n\t\t\txp: Number(data[i][2]),\n\t\t};\n\t}\n\n\tif (accountType === \"seasonal\") {\n\t\tresolvedPlayer.leaguePoints = {\n\t\t\trank: Number(data[accumulativeIndex + SKILLS.length][0]),\n\t\t\tpoints: Number(data[accumulativeIndex + SKILLS.length][1]),\n\t\t};\n\t}\n\n\taccumulativeIndex += SKILLS.length + 2;\n\n\tfor (let i = 0; i < 4; i++) {\n\t\tresolvedPlayer.minigames[MINIGAMES[i]] = {\n\t\t\trank: Number(data[i + accumulativeIndex][0]),\n\t\t\tscore: Number(data[i + accumulativeIndex][1]),\n\t\t};\n\t}\n\n\taccumulativeIndex += 4;\n\n\tfor (let i = 0; i < CLUES.length; i++) {\n\t\tresolvedPlayer.clues[CLUES[i]] = {\n\t\t\trank: Number(data[i + accumulativeIndex][0]),\n\t\t\tscore: Number(data[i + accumulativeIndex][1]),\n\t\t};\n\t}\n\n\taccumulativeIndex += CLUES.length;\n\n\tfor (let i = 0; i < 5; i++) {\n\t\tconst minigameKey = MINIGAMES[i + 4];\n\t\tconst minigameData = {\n\t\t\trank: Number(data[i + accumulativeIndex][0]),\n\t\t\tscore: Number(data[i + accumulativeIndex][1]),\n\t\t};\n\t\tresolvedPlayer.minigames[minigameKey] = minigameData;\n\t}\n\n\taccumulativeIndex += 5;\n\n\tfor (let i = 0; i < mappedBossNames.length; i++) {\n\t\tif (!data[i + accumulativeIndex]) continue;\n\t\tconst bossName = mappedBossNames[i][0];\n\t\tresolvedPlayer.bossRecords[bossName] = {\n\t\t\trank: Number(data[i + accumulativeIndex][0]),\n\t\t\tscore: Number(data[i + accumulativeIndex][1]),\n\t\t};\n\t}\n\n\treturn resolvedPlayer;\n}\n\n/**\n * Determines whether a string is a valid RuneScape username.\n * @param username The username to check.\n */\nexport function isValidUsername(username: string): boolean {\n\treturn Boolean(username.match(\"^[A-Za-z0-9]{1}[A-Za-z0-9 -_\\u00A0]{0,11}$\"));\n}\n\nexport function convertLVLtoXP(lvl: number): number {\n\tlet points = 0;\n\n\tfor (let i = 1; i < lvl; i++) {\n\t\tpoints += Math.floor(i + 300 * Math.pow(2, i / 7));\n\t}\n\n\treturn Math.floor(points / 4);\n}\n\nexport function convertXPtoLVL(xp: number, cap = 99): number {\n\tlet points = 0;\n\n\tfor (let lvl = 1; lvl <= cap; lvl++) {\n\t\tpoints += Math.floor(lvl + 300 * Math.pow(2, lvl / 7));\n\n\t\tif (Math.floor(points / 4) >= xp + 1) {\n\t\t\treturn lvl;\n\t\t}\n\t}\n\n\treturn cap;\n}\n\nexport function getBrimKeyChanceFromCBLevel(combatLevel: number): number {\n\t// https://twitter.com/JagexKieren/status/1083781544135847936\n\tif (combatLevel < 100) {\n\t\treturn Math.round(0.2 * (combatLevel - 100) ** 2 + 100);\n\t}\n\treturn Math.max(Math.round((-1 / 5) * combatLevel + 120), 50);\n}\n\nexport function getLarranKeyChanceFromCBLevel(combatLevel: number, slayerMonster: boolean): number {\n\tlet baseChance = 0;\n\n\tif (combatLevel <= 80) {\n\t\tbaseChance = (3 / 10) * Math.pow(80 - combatLevel, 2) + 100;\n\t} else if (combatLevel <= 350) {\n\t\tbaseChance = (-5 / 27) * combatLevel + 115;\n\t} else {\n\t\tbaseChance = 50;\n\t}\n\n\t// Reduce the base chance by 20% if slayerMonster is true\n\tconst adjustedChance = slayerMonster ? baseChance * 0.8 : baseChance;\n\n\treturn adjustedChance;\n}\n\nexport function JSONClone(object: O): O {\n\treturn JSON.parse(JSON.stringify(object));\n}\n\nexport function getAncientShardChanceFromHP(hitpoints: number): number {\n\treturn Math.round((500 - hitpoints) / 1.5);\n}\n\nexport function getTotemChanceFromHP(hitpoints: number): number {\n\treturn 500 - hitpoints;\n}\n\nexport function getSlayersEnchantmentChanceFromHP(hitpoints: number): number {\n\tconst chanceHitpoints = Math.min(hitpoints, 300);\n\treturn Math.round(320 - (chanceHitpoints * 8) / 10);\n}\n\nexport interface RevTable {\n\tuniqueTable: RevTableItem;\n\tancientEmblem: RevTableItem;\n\tancientTotem: RevTableItem;\n\tancientCrystal: RevTableItem;\n\tancientStatuette: RevTableItem;\n\ttopThree: RevTableItem;\n\tseeds: RevTableItem;\n}\n\ntype RevTableItem = [number, number];\n\nexport const revsUniqueTable = new LootTable()\n\t.add(\"Amulet of avarice\", 1, 2)\n\t.add(\"Craw's bow (u)\", 1, 1)\n\t.add(\"Thammaron's sceptre (u)\", 1, 1)\n\t.add(\"Viggora's chainmace (u)\", 1, 1);\n\nexport function makeRevTable(table: RevTable): CustomKillLogic {\n\treturn (options: MonsterKillOptions, currentLoot: Bank) => {\n\t\tconst index = options.onSlayerTask ? 1 : 0;\n\t\tif (roll(table.uniqueTable[index])) {\n\t\t\tcurrentLoot.add(revsUniqueTable.roll());\n\t\t\treturn;\n\t\t}\n\n\t\tif (roll(table.seeds[index])) {\n\t\t\tcurrentLoot.add(\"Yew seed\", randInt(2, 7));\n\t\t\treturn;\n\t\t}\n\n\t\tif (roll(table.seeds[index])) {\n\t\t\tcurrentLoot.add(\"Magic seed\", randInt(2, 7));\n\t\t\treturn;\n\t\t}\n\n\t\tfor (const [key, itemName] of [\n\t\t\t[\"ancientEmblem\", \"Ancient emblem\"],\n\t\t\t[\"ancientTotem\", \"Ancient totem\"],\n\t\t\t[\"ancientCrystal\", \"Ancient crystal\"],\n\t\t\t[\"ancientStatuette\", \"Ancient statuette\"],\n\t\t\t[\"topThree\", \"Ancient medallion\"],\n\t\t\t[\"topThree\", \"Ancient effigy\"],\n\t\t\t[\"topThree\", \"Ancient relic\"],\n\t\t] as const) {\n\t\t\tif (roll(table[key][index])) {\n\t\t\t\tcurrentLoot.add(itemName);\n\t\t\t\treturn;\n\t\t\t}\n\t\t}\n\t};\n}\n\n/**\n * Adds random variation to a number. For example, if you pass 10%, it can at most lower the value by 10%,\n * or increase it by 10%, and everything in between.\n * @param value The value to add variation too.\n * @param percentage The max percentage to fluctuate the value by, in both negative/positive.\n */\nexport function randomVariation(value: number, percentage: number) {\n\tconst lowerLimit = value * (1 - percentage / 100);\n\tconst upperLimit = value * (1 + percentage / 100);\n\treturn randFloat(lowerLimit, upperLimit);\n}\n\nexport function getItem(itemName: string | number | undefined): Item | null {\n\tif (!itemName) return null;\n\tlet identifier: string | number | undefined = \"\";\n\tif (typeof itemName === \"number\") {\n\t\tidentifier = itemName;\n\t} else {\n\t\tconst parsed = Number(itemName);\n\t\tidentifier = Number.isNaN(parsed) ? itemName : parsed;\n\t}\n\tif (typeof identifier === \"string\") {\n\t\tidentifier = identifier.replace(/\u2019/g, \"'\");\n\t}\n\treturn Items.get(identifier) ?? null;\n}\n\nexport function getItemOrThrow(itemName: string | number | undefined): Item {\n\tconst item = getItem(itemName);\n\tif (!item) throw new Error(`Item ${itemName} not found.`);\n\treturn item;\n}\n\nexport function resolveItems(_itemArray: string | number | (string | number)[]): number[] {\n\tconst itemArray = Array.isArray(_itemArray) ? _itemArray : [_itemArray];\n\tconst newArray: number[] = [];\n\n\tfor (const item of itemArray) {\n\t\tif (typeof item === \"number\") {\n\t\t\tnewArray.push(item);\n\t\t} else {\n\t\t\tconst osItem = Items.get(item);\n\t\t\tif (!osItem) {\n\t\t\t\tthrow new Error(`No item found for: ${item}.`);\n\t\t\t}\n\t\t\tnewArray.push(osItem.id);\n\t\t}\n\t}\n\n\treturn newArray;\n}\n\ntype ResolvableItem = number | string;\nexport type ArrayItemsResolvable = (ResolvableItem | ResolvableItem[])[];\nexport type ArrayItemsResolved = (number | number[])[];\nexport function deepResolveItems(itemArray: ArrayItemsResolvable): ArrayItemsResolved {\n\tconst newArray: ArrayItemsResolved = [];\n\n\tfor (const item of itemArray) {\n\t\tif (typeof item === \"number\") {\n\t\t\tnewArray.push(item);\n\t\t} else if (Array.isArray(item)) {\n\t\t\tconst test = resolveItems(item);\n\t\t\tnewArray.push(test);\n\t\t} else {\n\t\t\tconst osItem = Items.get(item);\n\t\t\tif (!osItem) {\n\t\t\t\tthrow new Error(`No item found for: ${item}.`);\n\t\t\t}\n\t\t\tnewArray.push(osItem.id);\n\t\t}\n\t}\n\n\treturn newArray;\n}\n\nexport function itemTupleToTable(items: [string, number | [number, number]][]): LootTable {\n\tconst table = new LootTable();\n\tfor (const [item, quantity] of items) {\n\t\ttable.every(item, quantity ?? 1);\n\t}\n\treturn table;\n}\n\nexport * from \"./smallUtils\";\n", "import { roll } from \"e\";\n\nimport Bank from \"../../structures/Bank\";\nimport LootTable from \"../../structures/LootTable\";\nimport itemID from \"../../util/itemID\";\nimport { randomVariation } from \"../../util/util\";\n\nconst trawlerFish = [\n\t{\n\t\tid: itemID(\"Raw shrimps\"),\n\t\tlevel: 1,\n\t\txp: 10,\n\t},\n\t{\n\t\tid: itemID(\"Raw sardine\"),\n\t\tlevel: 5,\n\t\txp: 20,\n\t},\n\t{\n\t\tid: itemID(\"Raw anchovies\"),\n\t\tlevel: 15,\n\t\txp: 40,\n\t},\n\t{\n\t\tid: itemID(\"Raw tuna\"),\n\t\tlevel: 35,\n\t\txp: 80,\n\t},\n\t{\n\t\tid: itemID(\"Raw lobster\"),\n\t\tlevel: 40,\n\t\txp: 90,\n\t},\n\t{\n\t\tid: itemID(\"Raw swordfish\"),\n\t\tlevel: 50,\n\t\txp: 100,\n\t},\n\t{\n\t\tid: itemID(\"Raw shark\"),\n\t\tlevel: 76,\n\t\txp: 110,\n\t},\n\t{\n\t\tid: itemID(\"Raw sea turtle\"),\n\t\tlevel: 79,\n\t\txp: 38,\n\t},\n\t{\n\t\tid: itemID(\"Raw manta ray\"),\n\t\tlevel: 81,\n\t\txp: 46,\n\t},\n];\n\nconst RawJunkTable = new LootTable()\n\t.add(\"Broken arrow\")\n\t.add(\"Broken glass\")\n\t.add(\"Broken staff\")\n\t.add(\"Buttons\")\n\t.add(\"Damaged armour\")\n\t.add(\"Old boot\")\n\t.add(\"Oyster\")\n\t.add(\"Pot\")\n\t.add(\"Rusty sword\");\n\nconst JunkTable = new LootTable().add(RawJunkTable, [0, 1]).add(RawJunkTable, [0, 1]);\n\nconst anglerOutfit = [\"Angler hat\", \"Angler top\", \"Angler waders\", \"Angler boots\"].map(itemID);\n\nexport function FishingTrawler(fishingLevel: number, hasEliteArd: boolean, bank?: Bank) {\n\tconst loot = new Bank();\n\tif (roll(5000)) {\n\t\tloot.add(\"Heron\");\n\t}\n\n\tif (roll(8)) {\n\t\tfor (const item of anglerOutfit) {\n\t\t\tif (!bank || !bank.has(item)) {\n\t\t\t\tloot.add(item);\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t}\n\n\tloot.add(JunkTable.roll());\n\n\tconst ableToFish = trawlerFish.filter(i => fishingLevel >= i.level);\n\tlet possibleFish = ableToFish.slice(Math.max(ableToFish.length - 5, 0)).reverse();\n\n\tlet xp = 0;\n\n\tconst len = possibleFish.length;\n\tlet multiplier = 3;\n\tfor (let i = 0; i < len; i++) {\n\t\tconst fishToGive = possibleFish[0];\n\n\t\tlet qty = Math.floor(randomVariation((ableToFish.indexOf(fishToGive) + 1) * multiplier, 50));\n\t\t// 50% Extra fish for having elite diary\n\t\tif (hasEliteArd) {\n\t\t\tqty = Math.floor(qty * 1.5);\n\t\t}\n\n\t\txp += fishToGive.xp * qty;\n\n\t\tmultiplier /= 2;\n\t\tloot.add(fishToGive.id, qty);\n\n\t\t// Cant get same fish twice in 1 trawler\n\t\tpossibleFish = possibleFish.filter(i => i !== fishToGive);\n\t\tif (roll(3)) break;\n\t}\n\n\treturn { loot, xp };\n}\n", "import LootTable from \"../../structures/LootTable\";\n\nconst DiedTable = new LootTable()\n\t.add(\"Adamant dagger\")\n\t.add(\"Adamant full helm\")\n\t.add(\"Adamant mace\", [2, 3])\n\t.add(\"Adamant pickaxe\")\n\t.add(\"Adamant platebody\")\n\t.add(\"Adamant platelegs\")\n\t.add(\"Adamant plateskirt\")\n\t.add(\"Adamant scimitar\")\n\t.add(\"Maple longbow\", [7, 13])\n\t.add(\"Maple shortbow\", [8, 11])\n\t.add(\"Mithril full helm\")\n\t.add(\"Mithril mace\", [2, 5])\n\t.add(\"Mithril platebody\")\n\t.add(\"Mithril platelegs\")\n\t.add(\"Mithril plateskirt\")\n\t.add(\"Air rune\", [200, 300])\n\t.add(\"Body rune\", [250, 350])\n\t.add(\"Earth rune\", [200, 300])\n\t.add(\"Fire rune\", [200, 300])\n\t.add(\"Mind rune\", [300, 400])\n\t.add(\"Water rune\", [200, 300])\n\t.add(\"Cake\", [10, 20])\n\t.add(\"Cod\", [75, 125])\n\t.add(\"Trout\", [50, 100])\n\t.add(\"Eye of newt\", [300, 500])\n\t.add(\"Silver bar\", [15, 30])\n\t.add(\"Uncut sapphire\", [1, 3]);\n\nconst StandardInnerTable = new LootTable()\n\t// Gear\n\t.add(\"Rune full helm\", [2, 4])\n\t.add(\"Rune chainbody\", [1, 2])\n\t.add(\"Rune platebody\", [1, 2])\n\t.add(\"Rune platelegs\", [1, 2])\n\t.add(\"Rune plateskirt\", [1, 2])\n\t.add(\"Rune halberd\", [1, 2])\n\t.add(\"Rune pickaxe\", [1, 2])\n\t.add(\"Dragon halberd\")\n\n\t// Runes\n\t.add(\"Cosmic rune\", [160, 240])\n\t.add(\"Nature rune\", [100, 140])\n\t.add(\"Law rune\", [80, 140])\n\t.add(\"Chaos rune\", [180, 300])\n\t.add(\"Death rune\", [100, 160])\n\t.add(\"Blood rune\", [80, 140])\n\n\t// Arrows\n\t.add(\"Mithril arrow\", [800, 1200])\n\t.add(\"Adamant arrow\", [400, 600])\n\t.add(\"Rune arrow\", [200, 300])\n\t.add(\"Dragon arrow\", [30, 80])\n\n\t// Other\n\t.add(\"Battlestaff\", [4, 8])\n\t.add(\"Coins\", [20_000, 80_000]);\n\nconst StandardTable = new LootTable()\n\t.every(\"Crystal shard\", [3, 7])\n\t.every(StandardInnerTable, 2)\n\t.tertiary(25, \"Clue scroll (elite)\")\n\t.tertiary(120, \"Crystal weapon seed\")\n\t.tertiary(120, \"Crystal armour seed\")\n\t.tertiary(2000, \"Enhanced crystal weapon seed\")\n\t.tertiary(2000, \"Youngllef\");\n\nconst CorruptedInnerTable = new LootTable()\n\t// Gear\n\t.add(\"Rune full helm\", [3, 5])\n\t.add(\"Rune chainbody\", [2, 3])\n\t.add(\"Rune platebody\", 2)\n\t.add(\"Rune platelegs\", [2, 3])\n\t.add(\"Rune plateskirt\", [2, 3])\n\t.add(\"Rune halberd\", [2, 3])\n\t.add(\"Rune pickaxe\", [2, 3])\n\t.add(\"Dragon halberd\", [1, 2])\n\n\t// Runes\n\t.add(\"Cosmic rune\", [175, 250])\n\t.add(\"Nature rune\", [120, 150])\n\t.add(\"Law rune\", [100, 150])\n\t.add(\"Chaos rune\", [200, 350])\n\t.add(\"Death rune\", [120, 175])\n\t.add(\"Blood rune\", [100, 150])\n\n\t// Arrows\n\t.add(\"Mithril arrow\", [1000, 1500])\n\t.add(\"Adamant arrow\", [500, 725])\n\t.add(\"Rune arrow\", [250, 450])\n\t.add(\"Dragon arrow\", [50, 100])\n\n\t// Gems\n\t.add(\"Uncut sapphire\", [25, 65])\n\t.add(\"Uncut emerald\", [15, 60])\n\t.add(\"Uncut ruby\", [10, 40])\n\t.add(\"Uncut diamond\", [5, 15])\n\n\t// Other\n\t.add(\"Battlestaff\", [8, 12])\n\t.add(\"Coins\", [75_000, 150_000]);\n\nconst CorruptedTable = new LootTable()\n\t// Gauntlet cape is given manually in OSB\n\t.every(\"Crystal shard\", [5, 9])\n\t.every(CorruptedInnerTable, 3)\n\t.tertiary(20, \"Clue scroll (elite)\")\n\t.tertiary(50, \"Crystal weapon seed\")\n\t.tertiary(50, \"Crystal armour seed\")\n\t.tertiary(400, \"Enhanced crystal weapon seed\")\n\t.tertiary(800, \"Youngllef\");\n\ninterface NormalGauntletOptions {\n\tdied: boolean;\n\ttype: \"normal\" | \"corrupted\";\n}\n\nexport function Gauntlet({ died, type }: NormalGauntletOptions) {\n\tconst loot = died ? DiedTable.roll() : type === \"normal\" ? StandardTable.roll() : CorruptedTable.roll();\n\treturn loot;\n}\n", "import { calcPercentOfNum, calcWhatPercent, percentChance, randInt, roll } from \"e\";\n\nimport type { LootBank } from \"../../meta/types\";\nimport Bank from \"../../structures/Bank\";\nimport LootTable from \"../../structures/LootTable\";\nimport SimpleTable from \"../../structures/SimpleTable\";\nimport { resolveNameBank } from \"../../util/bank\";\n\nexport interface TeamMember {\n\tid: string;\n\tdamageDone: number;\n}\n\nexport interface NightmareOptions {\n\t/**\n\t * The members of the team killing the nightmare.\n\t */\n\tteam: TeamMember[];\n\tisPhosani: boolean;\n}\n\nconst data: Record = {\n\t// [name, [quantity_range, weighting]]\n\n\t// Runes and ammunition\n\t\"Cosmic rune\": [[15, 218], 4],\n\t\"Nature rune\": [[6, 165], 4],\n\t\"Death rune\": [[24, 176], 4],\n\t\"Blood rune\": [[13, 129], 4],\n\t\"Soul rune\": [[12, 126], 4],\n\t\"Adamant arrow\": [[32, 533], 3],\n\t\"Rune arrow\": [[12, 539], 3],\n\tCannonball: [[72, 192], 2],\n\n\t// Resources\n\t\"Yew logs\": [[14, 121], 4],\n\t\"Magic logs\": [[3, 55], 4],\n\t\"Gold ore\": [[14, 174], 4],\n\tCoal: [[16, 253], 4],\n\t\"Mithril ore\": [[15, 168], 4],\n\t\"Adamantite ore\": [[8, 50], 4],\n\t\"Grimy cadantine\": [[1, 14], 4],\n\t\"Grimy torstol\": [[1, 16], 4],\n\t\"Uncut emerald\": [[1, 41], 3],\n\t\"Uncut ruby\": [[2, 35], 3],\n\t\"Snapdragon seed\": [[1, 6], 1],\n\n\t// Consumables\n\tShark: [[1, 15], 6],\n\tBass: [[1, 18], 6],\n\t\"Prayer potion(3)\": [[1, 10], 5],\n\t\"Saradomin brew(3)\": [[1, 10], 5],\n\t\"Zamorak brew(3)\": [[1, 10], 5],\n\t\"Sanfew serum(3)\": [[1, 11], 5],\n\n\tCoins: [[2717, 43_854], 2],\n};\nconst nonUniqueItemRanges = resolveNameBank(data);\n\nconst NonUniqueTable = new SimpleTable();\nfor (const [id, data] of Object.entries(nonUniqueItemRanges)) {\n\tNonUniqueTable.add(Number.parseInt(id), data[1]);\n}\n\n// Phosani\nconst phosaniData: Record = {\n\t// [name, [quantity_range, weighting]]\n\n\t// Runes and ammunition\n\t\"Cosmic rune\": [[247, 420], 4],\n\t\"Nature rune\": [[165, 305], 4],\n\t\"Death rune\": [[165, 305], 4],\n\t\"Blood rune\": [[343, 765], 4],\n\t\"Soul rune\": [[110, 228], 4],\n\tCannonball: [[137, 382], 4],\n\t\"Rune arrow\": [[412, 957], 3],\n\n\t// Resources\n\t\"Mithril ore\": [[165, 305], 5],\n\tCoal: [[220, 458], 4],\n\t\"Gold ore\": [[165, 305], 4],\n\t\"Adamantite ore\": [[40, 95], 4],\n\t\"Magic logs\": [[40, 95], 4],\n\t\"Grimy cadantine\": [[13, 26], 4],\n\t\"Grimy torstol\": [[13, 26], 4],\n\t\"Snapdragon seed\": [[5, 10], 3],\n\t\"Uncut emerald\": [[33, 75], 3],\n\t\"Uncut ruby\": [[27, 60], 3],\n\t\"Runite ore\": [[11, 26], 2],\n\n\t// Consumables\n\tBass: [[16, 29], 6],\n\tShark: [[13, 26], 6],\n\t\"Prayer potion(3)\": [[8, 15], 5],\n\t\"Sanfew serum(3)\": [[6, 12], 5],\n\t\"Saradomin brew(3)\": [[8, 15], 5],\n\t\"Zamorak brew(3)\": [[8, 15], 5],\n\n\tCoins: [[41_417, 72_013], 2],\n};\nconst phosaniNonUniqueItemRanges = resolveNameBank(phosaniData);\n\nconst PhosaniNonUniqueTable = new SimpleTable();\nfor (const [id, data] of Object.entries(phosaniNonUniqueItemRanges)) {\n\tPhosaniNonUniqueTable.add(Number.parseInt(id), data[1]);\n}\n\nconst GearTable = new SimpleTable()\n\t.add(\"Inquisitor's mace\")\n\t.add(\"Inquisitor's great helm\", 2)\n\t.add(\"Inquisitor's hauberk\", 2)\n\t.add(\"Inquisitor's plateskirt\", 2)\n\t.add(\"Nightmare staff\", 3);\n\nconst OrbTable = new SimpleTable().add(\"Eldritch orb\").add(\"Volatile orb\").add(\"Harmonised orb\");\n\nconst mvpTertiary = new LootTable()\n\t.tertiary(190, \"Clue scroll (elite)\")\n\t.tertiary(1900, \"Jar of dreams\")\n\t.tertiary(3800, \"Little nightmare\");\n\nconst nonMvpTertiary = new LootTable()\n\t.tertiary(200, \"Clue scroll (elite)\")\n\t.tertiary(4000, \"Little nightmare\")\n\t.tertiary(2000, \"Jar of dreams\");\n\nconst phosaniTertiary = new LootTable()\n\t.tertiary(35, \"Clue scroll (elite)\")\n\t.tertiary(100, \"Slepey tablet\")\n\t.tertiary(200, \"Parasitic egg\")\n\t.tertiary(1400, \"Little nightmare\")\n\t.tertiary(4000, \"Jar of dreams\");\n\nclass NightmareClass {\n\thp = 2400;\n\n\tallItems: number[] = [\n\t\t...NonUniqueTable.table.map(i => i.item),\n\t\t...GearTable.table.map(i => Number(i.item)),\n\t\t...OrbTable.table.map(i => Number(i.item)),\n\t\t...mvpTertiary.allItems,\n\t\t...nonMvpTertiary.allItems,\n\t];\n\n\tpublic rollNonUniqueLoot(percentage: number, isMvp: boolean, isPhosani: boolean): [number, number] {\n\t\tconst [table, ranges] = isPhosani\n\t\t\t? [PhosaniNonUniqueTable, phosaniNonUniqueItemRanges]\n\t\t\t: [NonUniqueTable, nonUniqueItemRanges];\n\t\tconst item = table.roll();\n\n\t\tconst [range] = ranges[item];\n\n\t\tif (isPhosani) {\n\t\t\treturn [item, randInt(range[0], range[1])];\n\t\t}\n\n\t\t// If the quantity range of the item is 50-100, we\n\t\t// give you 50 qty to start, then increase it.\n\t\tlet quantity = range[0];\n\t\tquantity += calcPercentOfNum(percentage, range[1]) - range[0];\n\n\t\tif (isMvp) quantity *= 1.1;\n\n\t\tquantity = Math.floor(Math.max(quantity, range[0]));\n\n\t\treturn [item, quantity];\n\t}\n\n\tpublic kill(options: Readonly): LootBank {\n\t\tconst mvp = options.team.sort((a, b) => b.damageDone - a.damageDone)[0];\n\n\t\tconst parsedTeam = options.team.map(teamMember => ({\n\t\t\t...teamMember,\n\t\t\tpercentDamage: Math.floor(calcWhatPercent(teamMember.damageDone, this.hp)),\n\t\t\tscaledPercentDamage: Math.floor(calcWhatPercent(teamMember.damageDone, this.hp / options.team.length)),\n\t\t\tmvp: mvp === teamMember,\n\t\t}));\n\n\t\tconst lootResult: LootBank = {};\n\n\t\tfor (const teamMember of parsedTeam) {\n\t\t\tlootResult[teamMember.id] = new Bank();\n\t\t}\n\n\t\tif (options.isPhosani) {\n\t\t\tif (roll(143)) {\n\t\t\t\tlootResult[options.team[0].id].add(GearTable.roll());\n\t\t\t}\n\n\t\t\tif (roll(533)) {\n\t\t\t\tlootResult[options.team[0].id].add(OrbTable.roll());\n\t\t\t}\n\t\t} else {\n\t\t\t// Construct a weighted table, where the weighting is the percent of the total HP that the team member has damaged,\n\t\t\t// for example, dealing 50% off of the nightmares health will give a weighting of 50, so they're 5x more likely\n\t\t\t// to get the unique than the person who dealt 10%. However, in most realistic scenarios, the team members will have\n\t\t\t// done very similar amounts of damage, varying by only a few percent.\n\t\t\tconst WeightedUniqueTable = new SimpleTable();\n\t\t\tfor (const teamMember of parsedTeam) {\n\t\t\t\tWeightedUniqueTable.add(teamMember.id, teamMember.percentDamage);\n\t\t\t}\n\n\t\t\tfunction giveWeightedDrop(item: string): void {\n\t\t\t\tconst recipient = WeightedUniqueTable.roll();\n\t\t\t\tlootResult[recipient].add(item);\n\t\t\t}\n\n\t\t\tif (roll(84)) {\n\t\t\t\tgiveWeightedDrop(GearTable.roll());\n\t\t\t}\n\n\t\t\tif (roll(320)) {\n\t\t\t\tgiveWeightedDrop(OrbTable.roll());\n\t\t\t}\n\n\t\t\tconst secondRollChance = Math.min(75, parsedTeam.length - 5);\n\t\t\tif (secondRollChance > 0 && percentChance(secondRollChance)) {\n\t\t\t\tif (roll(320)) {\n\t\t\t\t\tgiveWeightedDrop(OrbTable.roll());\n\t\t\t\t}\n\t\t\t\tif (roll(84)) {\n\t\t\t\t\tgiveWeightedDrop(GearTable.roll());\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Hand out non-uniques\n\t\tfor (const teamMember of parsedTeam) {\n\t\t\tif (lootResult[teamMember.id].length === 0) {\n\t\t\t\tlootResult[teamMember.id].add(\n\t\t\t\t\t...this.rollNonUniqueLoot(teamMember.scaledPercentDamage, teamMember.mvp, options.isPhosani),\n\t\t\t\t);\n\t\t\t}\n\t\t\tlootResult[teamMember.id].add(teamMember.mvp ? \"Big bones\" : \"Bones\");\n\t\t\tlootResult[teamMember.id].add(\n\t\t\t\toptions.isPhosani\n\t\t\t\t\t? phosaniTertiary.roll()\n\t\t\t\t\t: teamMember.mvp\n\t\t\t\t\t\t? mvpTertiary.roll()\n\t\t\t\t\t\t: nonMvpTertiary.roll(),\n\t\t\t);\n\t\t}\n\n\t\treturn lootResult;\n\t}\n}\n\nconst Nightmare = new NightmareClass();\n\nexport default Nightmare;\n", "import Bank from \"../../structures/Bank\";\nimport LootTable from \"../../structures/LootTable\";\n\nconst replaceItems = [\"Fish barrel\", \"Tackle box\", \"Big harpoonfish\", \"Tiny tempor\"];\n\nconst PoolCasketTable = new LootTable()\n\t.add(\"Rune med helm\", 1, 9)\n\t.add(\"Rune full helm\", 1, 9)\n\t.add(\"Rune chainbody\", 1, 9)\n\t.add(\"Rune platebody\", [2, 3], 1)\n\t.add(\"Rune platelegs\", [2, 3], 1)\n\t.add(\"Rune plateskirt\", [2, 3], 1)\n\t.add(\"Rune sq shield\", [3, 5], 1)\n\t.add(\"Rune kiteshield\", [3, 5], 1)\n\t.add(\"Sapphire ring\", [10, 14], 9)\n\t.add(\"Emerald ring\", [7, 11], 9)\n\t.add(\"Ruby ring\", [6, 8], 9)\n\t.add(\"Diamond ring\", [3, 4], 9)\n\t.add(\"Sapphire necklace\", [10, 14], 9)\n\t.add(\"Emerald necklace\", [7, 11], 9)\n\t.add(\"Ruby necklace\", [6, 8], 9)\n\t.add(\"Diamond necklace\", [3, 4], 9)\n\t.add(\"Sapphire bracelet\", [10, 14], 9)\n\t.add(\"Emerald bracelet\", [7, 11], 9)\n\t.add(\"Ruby bracelet\", [6, 8], 9)\n\t.add(\"Diamond bracelet\", [3, 4], 9)\n\t.add(\"Sapphire ring\", [20, 28], 1)\n\t.add(\"Emerald ring\", [14, 22], 1)\n\t.add(\"Ruby ring\", [12, 16], 1)\n\t.add(\"Diamond ring\", [6, 8], 1)\n\t.add(\"Sapphire necklace\", [20, 28], 1)\n\t.add(\"Emerald necklace\", [14, 22], 1)\n\t.add(\"Ruby necklace\", [12, 16], 1)\n\t.add(\"Diamond necklace\", [6, 8], 1)\n\t.add(\"Sapphire bracelet\", [20, 28], 1)\n\t.add(\"Emerald bracelet\", [14, 22], 1)\n\t.add(\"Ruby bracelet\", [12, 16], 1)\n\t.add(\"Diamond bracelet\", [3, 8], 1)\n\t.add(\"Silver bar\", [50, 100], 9)\n\t.add(\"Gold bar\", [50, 100], 9)\n\t.add(\"Uncut opal\", [25, 50], 9)\n\t.add(\"Uncut jade\", [25, 50], 9)\n\t.add(\"Uncut red topaz\", [10, 15], 9)\n\t.add(\"Uncut sapphire\", [20, 30], 1)\n\t.add(\"Uncut emerald\", [15, 25], 1)\n\t.add(\"Uncut ruby\", [10, 20], 1)\n\t.add(\"Uncut diamond\", [8, 13], 1)\n\t.add(\"Uncut dragonstone\", [2, 3], 1)\n\t.add(\"Coins\", [4000, 6000], 9)\n\t.add(\"Loop half of key\", 9, 1)\n\t.add(\"Tooth half of key\", 9, 1)\n\t.add(\"Coins\", [25_000, 50_000], 1)\n\t.add(\"Clue scroll (easy)\", 1, 12)\n\t.add(\"Clue scroll (medium)\", 1, 7)\n\t.add(\"Clue scroll (hard)\", 1, 5);\n\nconst fishTables = [\n\t[\n\t\t81,\n\t\t(table: LootTable) =>\n\t\t\ttable\n\t\t\t\t.add(\"Raw bass\", [30, 40], 1125)\n\t\t\t\t.add(\"Raw swordfish\", [20, 30], 1013)\n\t\t\t\t.add(\"Raw shark\", [10, 20], 900)\n\t\t\t\t.add(\"Raw sea turtle\", [7, 12], 787)\n\t\t\t\t.add(\"Raw manta ray\", [5, 10], 675),\n\t],\n\t[\n\t\t79,\n\t\t(table: LootTable) =>\n\t\t\ttable\n\t\t\t\t.add(\"Raw lobster\", [30, 40], 1125)\n\t\t\t\t.add(\"Raw bass\", [20, 30], 1013)\n\t\t\t\t.add(\"Raw swordfish\", [10, 20], 900)\n\t\t\t\t.add(\"Raw shark\", [7, 12], 787)\n\t\t\t\t.add(\"Raw sea turtle\", [5, 10], 675),\n\t],\n\t[\n\t\t76,\n\t\t(table: LootTable) =>\n\t\t\ttable\n\t\t\t\t.add(\"Raw tuna\", [30, 40], 1125)\n\t\t\t\t.add(\"Raw lobster\", [20, 30], 1013)\n\t\t\t\t.add(\"Raw bass\", [10, 20], 900)\n\t\t\t\t.add(\"Raw swordfish\", [7, 12], 787)\n\t\t\t\t.add(\"Raw shark\", [5, 10], 675),\n\t],\n\t[\n\t\t50,\n\t\t(table: LootTable) =>\n\t\t\ttable\n\t\t\t\t.add(\"Raw salmon\", [30, 40], 1125)\n\t\t\t\t.add(\"Raw tuna\", [20, 30], 1013)\n\t\t\t\t.add(\"Raw lobster\", [10, 20], 900)\n\t\t\t\t.add(\"Raw bass\", [7, 12], 787)\n\t\t\t\t.add(\"Raw swordfish\", [5, 10], 675),\n\t],\n\t[\n\t\t45,\n\t\t(table: LootTable) =>\n\t\t\ttable\n\t\t\t\t.add(\"Raw pike\", [30, 40], 1125)\n\t\t\t\t.add(\"Raw salmon\", [20, 30], 1013)\n\t\t\t\t.add(\"Raw tuna\", [10, 20], 900)\n\t\t\t\t.add(\"Raw lobster\", [7, 12], 787)\n\t\t\t\t.add(\"Raw bass\", [5, 10], 675),\n\t],\n\t[\n\t\t40,\n\t\t(table: LootTable) =>\n\t\t\ttable\n\t\t\t\t.add(\"Raw mackerel\", [30, 40], 1125)\n\t\t\t\t.add(\"Raw pike\", [20, 30], 1013)\n\t\t\t\t.add(\"Raw salmon\", [10, 20], 900)\n\t\t\t\t.add(\"Raw tuna\", [7, 12], 787)\n\t\t\t\t.add(\"Raw lobster\", [5, 10], 675),\n\t],\n\t[\n\t\t35,\n\t\t(table: LootTable) =>\n\t\t\ttable\n\t\t\t\t.add(\"Raw herring\", [30, 40], 1125)\n\t\t\t\t.add(\"Raw mackerel\", [20, 30], 1013)\n\t\t\t\t.add(\"Raw pike\", [10, 20], 900)\n\t\t\t\t.add(\"Raw salmon\", [7, 12], 787)\n\t\t\t\t.add(\"Raw tuna\", [5, 10], 675),\n\t],\n] as const;\n\nexport function Tempoross({\n\tquantity,\n\tfishingLevel,\n\tuserBank,\n}: {\n\tquantity: number;\n\tfishingLevel: number;\n\tuserBank: Bank;\n}) {\n\tconst loot = new Bank();\n\tconst lootTable = new LootTable()\n\t\t.add(\"Spirit flakes\", [32, 64], 2000)\n\t\t.add(PoolCasketTable, 1, 400)\n\t\t.add(\"Plank\", [20, 30], 350)\n\t\t.add(\"Oak plank\", [15, 25], 250)\n\t\t.add(\"Seaweed\", [20, 60], 200)\n\t\t.add(\"Steel nails\", [300, 500], 100)\n\t\t.add(\"Feather\", [800, 1600], 100)\n\t\t.add(\"Fishing bait\", [800, 1600], 100)\n\t\t.add(\"Soaked page\", [5, 9], 149)\n\t\t.add(\"Fish barrel\", 1, 20)\n\t\t.add(\"Tackle box\", 1, 20)\n\t\t.add(\"Big harpoonfish\", 1, 5)\n\t\t.add(\"Tome of water (empty)\", 1, 5)\n\t\t.add(\"Tiny tempor\", 1, 1)\n\t\t.add(\"Dragon harpoon\", 1, 1);\n\n\tfor (const [level, fn] of fishTables) {\n\t\tif (fishingLevel >= level) {\n\t\t\tfn(lootTable);\n\t\t\tbreak;\n\t\t}\n\t}\n\n\tfor (let index = 0; index < quantity; index++) {\n\t\tconst newItem = lootTable.roll();\n\t\tif (replaceItems.includes(newItem.items()[0][0].name) && userBank.has(newItem)) {\n\t\t\tloot.add(\"Soaked page\", 25);\n\t\t} else {\n\t\t\tloot.add(newItem);\n\t\t}\n\t}\n\n\treturn loot;\n}\n", "import { calcPercentOfNum } from \"e\";\n\nimport type { LootBank } from \"../../meta/types\";\nimport Bank from \"../../structures/Bank\";\nimport LootTable from \"../../structures/LootTable\";\nimport SimpleTable from \"../../structures/SimpleTable\";\nimport { resolveNameBank } from \"../../util/bank\";\n\nexport interface TeamMember {\n\tid: string;\n\t/**\n\t * How well they performed as a percentage. 100% would indicate they did quite well, but not necessarily MVP or a solo kill.\n\t */\n\tperformancePercentage: number;\n\tisMVP: boolean;\n}\n\nexport interface ZalcanoOptions {\n\t/**\n\t * The members of the team killing the Zalcano.\n\t */\n\tteam: TeamMember[];\n}\n\nconst data: Record = {\n\t// [name, [quantity_range, weighting]]\n\n\t// Runes and ammunition\n\t\"Blood rune\": [[95, 480], 1],\n\t\"Cosmic rune\": [[304, 926], 1],\n\t\"Death rune\": [[201, 830], 1],\n\t\"Law rune\": [[177, 770], 1],\n\t\"Soul rune\": [[57, 388], 1],\n\t\"Nature rune\": [[1, 842], 1],\n\n\t// Materials\n\t\"Silver ore\": [[102, 800], 3],\n\t\"Gold ore\": [[129, 721], 3],\n\t\"Steel bar\": [[78, 534], 3],\n\t\"Mithril bar\": [[56, 459], 3],\n\t\"Mithril ore\": [[56, 387], 2],\n\t\"Adamantite ore\": [[63, 289], 2],\n\t\"Runite ore\": [[3, 26], 2],\n\t\"Adamantite bar\": [[17, 103], 2],\n\t\"Runite bar\": [[3, 24], 2],\n\t\"Uncut diamond\": [[2, 19], 2],\n\t\"Uncut dragonstone\": [[1, 11], 2],\n\t\"Onyx bolt tips\": [[4, 38], 2],\n\tCoal: [[169, 815], 1],\n\t\"Pure essence\": [[784, 4422], 1],\n};\nconst nonUniqueItemRanges = resolveNameBank(data);\n\nconst NonUniqueTable = new SimpleTable();\nfor (const [id, data] of Object.entries(nonUniqueItemRanges)) {\n\tNonUniqueTable.add(Number.parseInt(id), data[1]);\n}\n\nconst toolSeedTable = new LootTable().tertiary(40, \"Uncut onyx\").every(\"Crystal tool seed\");\n\nconst tertiaryTable = new LootTable()\n\t.tertiary(2250, \"Smolcano\")\n\t.tertiary(200, toolSeedTable)\n\t.tertiary(1125, \"Zalcano shard\");\n\nclass ZalcanoClass {\n\tallItems: number[] = [...tertiaryTable.allItems, ...NonUniqueTable.table.map(i => i.item)];\n\n\tpublic rollNonUniqueLoot(perfPercent: number, isMVP: boolean): [number, number] {\n\t\tconst item = NonUniqueTable.roll();\n\n\t\tconst [range] = nonUniqueItemRanges[item];\n\t\t// If the quantity range of the item is 50-100, we\n\t\t// give you 50 qty to start, then increase it.\n\t\tlet quantity = range[0];\n\t\tquantity += calcPercentOfNum(perfPercent, range[1]) - range[0];\n\n\t\tif (isMVP) quantity *= 1.1;\n\n\t\tquantity = Math.floor(Math.max(quantity, range[0]));\n\n\t\treturn [item, quantity];\n\t}\n\n\tpublic kill({ team }: Readonly): LootBank {\n\t\tconst lootResult: LootBank = {};\n\n\t\tfor (const teamMember of team) {\n\t\t\tconst loot = new Bank();\n\t\t\tloot.add(...this.rollNonUniqueLoot(teamMember.performancePercentage, teamMember.isMVP));\n\t\t\tif (teamMember.isMVP) {\n\t\t\t\tloot.add(\"Infernal ashes\");\n\t\t\t\tloot.add(\"Crystal shard\", 3);\n\t\t\t} else {\n\t\t\t\tloot.add(\"Crystal shard\", 2);\n\t\t\t}\n\t\t\tloot.add(tertiaryTable.roll());\n\t\t\tlootResult[teamMember.id] = loot;\n\t\t}\n\n\t\treturn lootResult;\n\t}\n}\n\nconst Zalcano = new ZalcanoClass();\n\nexport default Zalcano;\n", "import LootTable from \"../../structures/LootTable\";\n\nexport const Mimic3rdAgeTable = new LootTable()\n\t.add(\"3rd age range coif\")\n\t.add(\"3rd age range top\")\n\t.add(\"3rd age range legs\")\n\t.add(\"3rd age vambraces\")\n\t.add(\"3rd age robe top\")\n\t.add(\"3rd age robe\")\n\t.add(\"3rd age mage hat\")\n\t.add(\"3rd age amulet\")\n\t.add(\"3rd age platelegs\")\n\t.add(\"3rd age platebody\")\n\t.add(\"3rd age full helmet\")\n\t.add(\"3rd age plateskirt\")\n\t.add(\"3rd age kiteshield\")\n\t.add(\"3rd age longsword\")\n\t.add(\"3rd age cloak\")\n\t.add(\"3rd age wand\")\n\t.add(\"3rd age bow\")\n\t.add(\"3rd age druidic staff\")\n\t.add(\"3rd age druidic cloak\")\n\t.add(\"3rd age druidic robe top\")\n\t.add(\"3rd age druidic robe bottoms\")\n\t.add(\"3rd age pickaxe\")\n\t.add(\"3rd age axe\");\n\nexport const EliteMimicTable = new LootTable()\n\t.every(\"Mahogany plank\")\n\t.oneIn(44, \"Ring of 3rd age\")\n\t.oneIn(250, Mimic3rdAgeTable)\n\t.add(\"Death rune\", 480)\n\t.add(\"Death rune\", 600)\n\t.add(\"Blood rune\", 400)\n\t.add(\"Blood rune\", 500)\n\t.add(\"Grimy ranarr weed\", 25, 2)\n\t.add(\"Raw manta ray\", 15, 2)\n\t.add(\"Wine of zamorak\", 25, 2);\n\nexport const MasterMimicTable = new LootTable()\n\t.every(\"Mahogany plank\")\n\t.oneIn(40, \"Ring of 3rd age\")\n\t.oneIn(228, Mimic3rdAgeTable)\n\t.add(\"Death rune\", 480)\n\t.add(\"Death rune\", 600)\n\t.add(\"Blood rune\", 400)\n\t.add(\"Blood rune\", 500)\n\t.add(\"Grimy ranarr weed\", 25, 2)\n\t.add(\"Raw manta ray\", 15, 2)\n\t.add(\"Wine of zamorak\", 25, 2);\n", "import { percentChance, roll, sumArr } from \"e\";\n\nimport type { LootBank } from \"../../meta/types\";\nimport Bank from \"../../structures/Bank\";\nimport LootTable from \"../../structures/LootTable\";\nimport SimpleTable from \"../../structures/SimpleTable\";\nimport { JSONClone } from \"../../util\";\n\nexport interface TeamMember {\n\tid: string;\n\t/**\n\t * The rooms they died in.\n\t */\n\tdeaths: number[];\n}\n\nexport interface TheatreOfBloodOptions {\n\t/**\n\t * Whether or not this raid is in Challenge Mode or not.\n\t */\n\thardMode: boolean;\n\t/**\n\t * The members of the raid team, 1-5 people.\n\t */\n\tteam: TeamMember[];\n}\n\ninterface ParsedMember extends TeamMember {\n\tnumDeaths: number;\n\tpoints: number;\n}\nexport interface TOBRoom {\n\tname: string;\n\tdifficultyRating: number;\n\ttimeWeighting: number;\n}\n\nexport const TOBRooms: TOBRoom[] = [\n\t{\n\t\tname: \"Maiden\",\n\t\tdifficultyRating: 1,\n\t\ttimeWeighting: 11,\n\t},\n\t{\n\t\tname: \"Bloat\",\n\t\tdifficultyRating: 4,\n\t\ttimeWeighting: 11,\n\t},\n\t{\n\t\tname: \"Nylocas\",\n\t\tdifficultyRating: 3,\n\t\ttimeWeighting: 22,\n\t},\n\t{\n\t\tname: \"Sotetseg\",\n\t\tdifficultyRating: 2,\n\t\ttimeWeighting: 11,\n\t},\n\t{\n\t\tname: \"Xarpus\",\n\t\tdifficultyRating: 2,\n\t\ttimeWeighting: 17,\n\t},\n\t{\n\t\tname: \"Verzik\",\n\t\tdifficultyRating: 6,\n\t\ttimeWeighting: 28,\n\t},\n];\n\nexport const ToBUniqueTable = new LootTable()\n\t.add(\"Scythe of vitur (uncharged)\")\n\t.add(\"Ghrazi rapier\", 1, 2)\n\t.add(\"Sanguinesti staff (uncharged)\", 1, 2)\n\t.add(\"Justiciar faceguard\", 1, 2)\n\t.add(\"Justiciar chestguard\", 1, 2)\n\t.add(\"Justiciar legguards\", 1, 2)\n\t.add(\"Avernic defender hilt\", 1, 8);\n\nconst HardModeUniqueTable = new LootTable()\n\t.add(\"Scythe of vitur (uncharged)\")\n\t.add(\"Ghrazi rapier\", 1, 2)\n\t.add(\"Sanguinesti staff (uncharged)\", 1, 2)\n\t.add(\"Justiciar faceguard\", 1, 2)\n\t.add(\"Justiciar chestguard\", 1, 2)\n\t.add(\"Justiciar legguards\", 1, 2)\n\t.add(\"Avernic defender hilt\", 1, 7);\n\nconst NonUniqueTable = new LootTable()\n\t.tertiary(25, \"Clue scroll (elite)\")\n\t.add(\"Vial of blood\", [50, 60], 2)\n\t.add(\"Death rune\", [500, 600])\n\t.add(\"Blood rune\", [500, 600])\n\t.add(\"Swamp tar\", [500, 600])\n\t.add(\"Coal\", [500, 600])\n\t.add(\"Gold ore\", [300, 360])\n\t.add(\"Molten glass\", [200, 240])\n\t.add(\"Adamantite ore\", [130, 156])\n\t.add(\"Runite ore\", [60, 72])\n\t.add(\"Wine of zamorak\", [50, 60])\n\t.add(\"Potato cactus\", [50, 60])\n\t.add(\"Grimy cadantine\", [50, 60])\n\t.add(\"Grimy avantoe\", [40, 48])\n\t.add(\"Grimy irit leaf\", [34, 40])\n\t.add(\"Grimy ranarr weed\", [30, 36])\n\t.add(\"Grimy snapdragon\", [27, 32])\n\t.add(\"Grimy lantadyme\", [26, 31])\n\t.add(\"Grimy dwarf weed\", [24, 28])\n\t.add(\"Grimy torstol\", [20, 24])\n\n\t.add(\"Battlestaff\", [15, 18])\n\t.add(\"Mahogany seed\", [8, 12])\n\t.add(\"Rune battleaxe\", 4)\n\t.add(\"Rune platebody\", 4)\n\t.add(\"Rune chainbody\", 4)\n\n\t.add(\"Palm tree seed\", 3)\n\t.add(\"Yew seed\", 3)\n\t.add(\"Magic seed\", 3);\n\nconst HardModeExtraTable = new LootTable()\n\t.tertiary(275, \"Sanguine dust\")\n\t.tertiary(150, \"Sanguine ornament kit\")\n\t.tertiary(100, \"Holy ornament kit\");\n\nexport class TheatreOfBloodClass {\n\tnonUniqueLoot(member: ParsedMember, isHardMode: boolean, deaths: number[]): Bank {\n\t\tif (deaths.length === TOBRooms.length) {\n\t\t\treturn new Bank().add(\"Cabbage\");\n\t\t}\n\t\tconst loot = new Bank();\n\t\tfor (let i = 0; i < 3; i++) {\n\t\t\tloot.add(NonUniqueTable.roll());\n\t\t}\n\n\t\tif (isHardMode) {\n\t\t\t// Add 15% extra regular loot for hard mode:\n\t\t\tfor (const [item] of loot.items()) {\n\t\t\t\tloot.set(item.id, Math.ceil(loot.amount(item.id) * 1.15));\n\t\t\t}\n\t\t\t// Add HM Tertiary drops: dust / kits\n\t\t\tloot.add(HardModeExtraTable.roll());\n\t\t}\n\t\tlet petChance = isHardMode ? 500 : 650;\n\t\tif (member.numDeaths > 0) {\n\t\t\tpetChance *= member.numDeaths;\n\t\t}\n\t\tif (roll(petChance)) {\n\t\t\tloot.add(\"Lil' zik\");\n\t\t}\n\n\t\treturn loot;\n\t}\n\n\tpublic uniqueDecide(team: ParsedMember[]): ParsedMember {\n\t\tconst table = new SimpleTable();\n\t\tfor (const member of team) {\n\t\t\ttable.add(member, member.points);\n\t\t}\n\n\t\treturn table.roll();\n\t}\n\n\tpublic complete(_options: TheatreOfBloodOptions) {\n\t\tconst options = JSONClone(_options);\n\t\tif (options.team.length < 2 || options.team.length > 4) {\n\t\t\tthrow new Error(\"Only team sizes of 2-4 are supported in ToB\");\n\t\t}\n\n\t\tconst maxPointsPerPerson = 22;\n\t\tconst penaltyForDeath = 4;\n\t\tconst maxPointsTeamCanGet = options.team.length * maxPointsPerPerson;\n\n\t\tconst parsedTeam: ParsedMember[] = _options.team.map(t => ({\n\t\t\tid: t.id,\n\t\t\tdeaths: t.deaths,\n\t\t\tnumDeaths: t.deaths.length,\n\t\t\tpoints: maxPointsPerPerson - t.deaths.length * penaltyForDeath,\n\t\t}));\n\n\t\tconst teamPoints = sumArr(parsedTeam.map(val => val.points));\n\n\t\tconst totalDeaths = sumArr(parsedTeam.map(i => i.numDeaths));\n\n\t\tconst percentBaseChanceOfUnique = (options.hardMode ? 13 : 11) * (teamPoints / maxPointsTeamCanGet);\n\n\t\tconst purpleReceived = percentChance(percentBaseChanceOfUnique);\n\t\tconst purpleRecipient = purpleReceived ? this.uniqueDecide(parsedTeam) : null;\n\n\t\tconst lootResult: LootBank = {};\n\n\t\tfor (const member of parsedTeam) {\n\t\t\tif (member === purpleRecipient) {\n\t\t\t\tlootResult[member.id] = new Bank().add(\n\t\t\t\t\toptions.hardMode ? HardModeUniqueTable.roll() : ToBUniqueTable.roll(),\n\t\t\t\t);\n\t\t\t} else {\n\t\t\t\tlootResult[member.id] = this.nonUniqueLoot(member, options.hardMode, member.deaths);\n\t\t\t}\n\t\t}\n\n\t\treturn {\n\t\t\tloot: lootResult,\n\t\t\tpercentChanceOfUnique: percentBaseChanceOfUnique,\n\t\t\ttotalDeaths,\n\t\t\tteamPoints,\n\t\t};\n\t}\n}\n\nexport const TheatreOfBlood = new TheatreOfBloodClass();\n", "export * from \"./bank\";\nexport { default as itemID } from \"./itemID\";\nexport * from \"./util\";\n", "import { roll } from \"e\";\n\nimport { MonsterSlayerMaster } from \"../meta/monsterData\";\nimport type { CustomKillLogic, MonsterKillOptions, MonsterOptions } from \"../meta/types\";\nimport {\n\tgetAncientShardChanceFromHP,\n\tgetBrimKeyChanceFromCBLevel,\n\tgetLarranKeyChanceFromCBLevel,\n\tgetSlayersEnchantmentChanceFromHP,\n\tgetTotemChanceFromHP,\n} from \"../util/util\";\nimport Bank from \"./Bank\";\nimport type LootTable from \"./LootTable\";\nimport Monster from \"./Monster\";\n\ninterface SimpleMonsterOptions extends MonsterOptions {\n\ttable?: LootTable;\n\tonTaskTable?: LootTable;\n\twildyCaveTable?: LootTable;\n\tpickpocketTable?: LootTable;\n\tcustomKillLogic?: CustomKillLogic;\n}\n\nexport default class SimpleMonster extends Monster {\n\tpublic table?: LootTable;\n\tpublic onTaskTable?: LootTable;\n\tpublic wildyCaveTable?: LootTable;\n\tpublic pickpocketTable?: LootTable;\n\tpublic customKillLogic?: CustomKillLogic;\n\n\tconstructor(options: SimpleMonsterOptions) {\n\t\tlet allItems: number[] = [];\n\t\tif (options.table) {\n\t\t\tallItems = allItems.concat(options.table.allItems);\n\t\t}\n\t\tif (options.pickpocketTable) {\n\t\t\tallItems = allItems.concat(options.pickpocketTable.allItems);\n\t\t}\n\t\tsuper({ ...options, allItems });\n\t\tthis.table = options.table;\n\t\tthis.pickpocketTable = options.pickpocketTable;\n\t\tthis.onTaskTable = options.onTaskTable;\n\t\tthis.wildyCaveTable = options.wildyCaveTable;\n\t\tthis.customKillLogic = options.customKillLogic;\n\t}\n\n\tpublic kill(quantity = 1, options: MonsterKillOptions = {}): Bank {\n\t\tconst loot = new Bank();\n\t\tconst canGetBrimKey = options.onSlayerTask && options.slayerMaster === MonsterSlayerMaster.Konar;\n\t\tconst wildySlayer = options.onSlayerTask && options.slayerMaster === MonsterSlayerMaster.Krystilia;\n\t\tconst slayerMonster: boolean = Boolean(options.onSlayerTask && this.data.slayerLevelRequired > 1);\n\t\tconst lootTableOptions = {\n\t\t\t...options.lootTableOptions,\n\t\t\ttargetBank: loot,\n\t\t};\n\n\t\tif (!canGetBrimKey && !wildySlayer && !options.inCatacombs && !options.onSlayerTask) {\n\t\t\tthis.table?.roll(quantity, lootTableOptions);\n\t\t\treturn loot;\n\t\t}\n\n\t\tfor (let i = 0; i < quantity; i++) {\n\t\t\tif (canGetBrimKey) {\n\t\t\t\tif (roll(getBrimKeyChanceFromCBLevel(this.data.combatLevel))) {\n\t\t\t\t\tloot.add(\"Brimstone key\");\n\t\t\t\t}\n\t\t\t}\n\t\t\tif (wildySlayer && this.data.hitpoints) {\n\t\t\t\tif (roll(getSlayersEnchantmentChanceFromHP(this.data.hitpoints))) {\n\t\t\t\t\tloot.add(\"Slayer's enchantment\");\n\t\t\t\t}\n\t\t\t\tif (roll(getLarranKeyChanceFromCBLevel(this.data.combatLevel, slayerMonster))) {\n\t\t\t\t\tloot.add(\"Larran's key\");\n\t\t\t\t}\n\t\t\t}\n\t\t\tif (options.inCatacombs && this.data.hitpoints && !wildySlayer) {\n\t\t\t\tif (roll(getAncientShardChanceFromHP(this.data.hitpoints))) {\n\t\t\t\t\tloot.add(\"Ancient shard\");\n\t\t\t\t}\n\t\t\t\tif (roll(getTotemChanceFromHP(this.data.hitpoints))) {\n\t\t\t\t\t// Always drop Dark totem base and bot will transmog accordingly.\n\t\t\t\t\tloot.add(\"Dark totem base\");\n\t\t\t\t}\n\t\t\t}\n\t\t\tif (options.onSlayerTask) {\n\t\t\t\tif (wildySlayer && this.wildyCaveTable) {\n\t\t\t\t\t// Roll the monster's wildy slayer cave table\n\t\t\t\t\tthis.wildyCaveTable.roll(1, lootTableOptions);\n\t\t\t\t} else if (this.onTaskTable) {\n\t\t\t\t\t// Roll the monster's \"on-task\" table.\n\t\t\t\t\tthis.onTaskTable.roll(1, lootTableOptions);\n\t\t\t\t} else {\n\t\t\t\t\t// Monster doesn't have a unique on-slayer table\n\t\t\t\t\tthis.table?.roll(1, lootTableOptions);\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\t// Not on slayer task\n\t\t\t\tthis.table?.roll(1, lootTableOptions);\n\t\t\t}\n\t\t\tif (this.customKillLogic) {\n\t\t\t\tthis.customKillLogic(options, loot);\n\t\t\t}\n\t\t}\n\t\treturn loot;\n\t}\n}\n", "import rawMonsterData from \"../data/monsters_data.json\" assert { type: \"json\" };\nimport type { MonsterData } from \"../meta/monsterData\";\nimport type { MonsterKillOptions, MonsterOptions } from \"../meta/types\";\nimport type Bank from \"./Bank\";\n\nconst monsterData = rawMonsterData as { [key: string]: MonsterData };\n\nexport default abstract class Monster {\n\tpublic id: number;\n\tpublic name: string;\n\tpublic aliases: string[];\n\tpublic data: MonsterData;\n\tpublic allItems: number[];\n\tpublic abstract kill(quantity: number, options: MonsterKillOptions): Bank;\n\n\tconstructor(options: MonsterOptions) {\n\t\tthis.id = options.id;\n\t\tthis.name = options.name;\n\t\tthis.aliases = options.aliases ?? [];\n\t\tthis.data = monsterData[this.id];\n\t\tthis.allItems = options.allItems ?? [];\n\t\tconst pluralName = `${this.name.toLowerCase()}s`;\n\t\tif (!this.aliases.includes(pluralName)) {\n\t\t\tthis.aliases.push(pluralName);\n\t\t}\n\t}\n}\n", "import LootTable from \"../../structures/LootTable\";\nimport SimpleMonster from \"../../structures/SimpleMonster\";\n\nconst Newtroost = new SimpleMonster({\n\tid: 3605,\n\tname: \"Newtroost\",\n\ttable: new LootTable()\n\t\t.every(\"Bones\")\n\t\t.every(\"Eye of newt\", [4, 10])\n\t\t.add(new LootTable({ limit: 20 }).add(\"Rune satchel\", 1, 3).add(\"Tea flask\", 1)),\n\taliases: [\"newtroost\"],\n});\n\nconst Unicow = new SimpleMonster({\n\tid: 3601,\n\tname: \"Unicow\",\n\ttable: new LootTable()\n\t\t.every(\"Bones\")\n\t\t.every(\"Unicorn horn\", [2, 4])\n\t\t.add(new LootTable({ limit: 20 }).add(\"Green satchel\", 1, 3).add(\"Tea flask\", 1)),\n\taliases: [\"unicow\"],\n});\n\nconst Spidine = new SimpleMonster({\n\tid: 3602,\n\tname: \"Spidine\",\n\ttable: new LootTable()\n\t\t.every(\"Bones\")\n\t\t.every(\"Red spiders' eggs\", [3, 6])\n\t\t.add(new LootTable({ limit: 20 }).add(\"Red satchel\", 1, 3).add(\"Tea flask\", 1)),\n\taliases: [\"spidine\"],\n});\n\nconst Swordchick = new SimpleMonster({\n\tid: 3603,\n\tname: \"Swordchick\",\n\ttable: new LootTable()\n\t\t.every(\"Bones\")\n\t\t.every(\"Feather\", [10, 40])\n\t\t.add(new LootTable({ limit: 20 }).add(\"Black satchel\", 1, 3).add(\"Tea flask\", 1)),\n\taliases: [\"swordchick\"],\n});\n\nconst Jubster = new SimpleMonster({\n\tid: 3604,\n\tname: \"Jubster\",\n\ttable: new LootTable()\n\t\t.every(\"Bones\")\n\t\t.every(\"Raw jubbly\", [3, 7])\n\t\t.add(new LootTable({ limit: 20 }).add(\"Gold satchel\", 1, 3).add(\"Tea flask\", 1)),\n\taliases: [\"jubster\"],\n});\n\nconst Frogeel = new SimpleMonster({\n\tid: 3600,\n\tname: \"Frogeel\",\n\ttable: new LootTable()\n\t\t.every(\"Bones\")\n\t\t.every(\"Raw cave eel\", [5, 10])\n\t\t.add(new LootTable({ limit: 20 }).add(\"Plain satchel\", 1, 3).add(\"Tea flask\")),\n\taliases: [\"frogeel\"],\n});\n\nexport const CreatureCreation = { Frogeel, Newtroost, Spidine, Swordchick, Unicow, Jubster };\n", "import LootTable from \"../../structures/LootTable\";\n\nconst MegaRareTable = new LootTable({ limit: 128 })\n\t.add(\"Rune spear\", 1, 8)\n\t.add(\"Shield left half\", 1, 4)\n\t.add(\"Dragon spear\", 1, 3);\n\nexport const GemTable = new LootTable({ limit: 128 })\n\t.add(\"Uncut sapphire\", 1, 32)\n\t.add(\"Uncut emerald\", 1, 16)\n\t.add(\"Uncut ruby\", 1, 8)\n\t.add(new LootTable().add(\"Chaos talisman\").add(\"Nature talisman\"), 1, 3)\n\t.add(\"Uncut diamond\", 1, 2)\n\t.add(\"Rune javelin\", 5, 1)\n\t.add(\"Loop half of key\")\n\t.add(\"Tooth half of key\")\n\t.add(MegaRareTable);\n\nconst RareDropTable = new LootTable()\n\t/* Runes and ammunition */\n\t.add(\"Nature rune\", 67, 3)\n\t.add(\"Adamant javelin\", 20, 2)\n\t.add(\"Death rune\", 45, 2)\n\t.add(\"Law rune\", 45, 2)\n\t.add(\"Rune arrow\", 42, 2)\n\t.add(\"Steel arrow\", 150, 2)\n\n\t/* Weapons and armour */\n\t.add(\"Rune 2h sword\", 1, 3)\n\t.add(\"Rune battleaxe\", 1, 3)\n\t.add(\"Rune sq shield\", 1, 2)\n\t.add(\"Dragon med helm\", 1, 1)\n\t.add(\"Rune kiteshield\", 1, 1)\n\n\t/* Other */\n\t.add(\"Coins\", 3000, 21)\n\t.add(\"Loop half of key\", 1, 20)\n\t.add(\"Tooth half of key\", 1, 20)\n\t.add(\"Runite bar\", 1, 5)\n\t.add(\"Dragonstone\", 1, 2)\n\t.add(\"Silver ore\", 100, 2)\n\n\t/* Subtables */\n\t.add(GemTable, 1, 20)\n\t.add(MegaRareTable, 1, 15);\n\nexport default RareDropTable;\n", "import LootTable from \"../../structures/LootTable\";\n\nconst TreeHerbSeedTable = new LootTable()\n\t.add(\"Ranarr seed\", 1, 15)\n\t.add(\"Snapdragon seed\", 1, 14)\n\t.add(\"Torstol seed\", 1, 11)\n\t.add(\"Watermelon seed\", 15, 10)\n\t.add(\"Willow seed\", 1, 10)\n\t.add(\"Mahogany seed\", 1, 9)\n\t.add(\"Maple seed\", 1, 9)\n\t.add(\"Teak seed\", 1, 9)\n\t.add(\"Yew seed\", 1, 9)\n\t.add(\"Papaya tree seed\", 1, 7)\n\t.add(\"Magic seed\", 1, 6)\n\t.add(\"Palm tree seed\", 1, 5)\n\t.add(\"Spirit seed\", 1, 4)\n\t.add(\"Dragonfruit tree seed\", 1, 3)\n\t.add(\"Celastrus seed\", 1, 2)\n\t.add(\"Redwood tree seed\", 1, 2);\n\nexport default TreeHerbSeedTable;\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport RareDropTable from \"../../subtables/RareDropTable\";\nimport TreeHerbSeedTable from \"../../subtables/TreeHerbSeedTable\";\n\nconst AraxxorUniqueTable = new LootTable()\n\t.add(\"Araxyte fang\")\n\t.add(\"Noxious blade\")\n\t.add(\"Noxious point\")\n\t.add(\"Noxious pommel\");\n\nconst SupplyDrop = new LootTable()\n\t.add(new LootTable().add(\"Araxyte venom sack\").add(\"Super combat potion(1)\"))\n\t.add(new LootTable().add(\"Prayer potion(3)\", [1, 2]).add(\"Prayer potion(4)\"))\n\t.add(new LootTable().add(\"Wild pie\", [2, 3]).add(\"Shark\", [2, 3]));\n\nconst AraxxorTable = new LootTable()\n\t.tertiary(200, \"Coagulated venom\")\n\t.tertiary(150, AraxxorUniqueTable)\n\t.tertiary(250, \"Araxyte head\")\n\t.tertiary(1500, \"Jar of venom\")\n\t.tertiary(3000, \"Nid\")\n\t.oneIn(8, SupplyDrop)\n\n\t.add(\"Rune kiteshield\", 2, 8)\n\t.add(\"Rune platelegs\", 2, 8)\n\t.add(\"Dragon mace\", 2, 6)\n\t.add(\"Rune 2h sword\", 5, 1)\n\t.add(\"Dragon platelegs\", 2, 1)\n\n\t.add(\"Death rune\", 250, 5)\n\t.add(\"Nature rune\", 80, 2)\n\t.add(\"Mud rune\", 100, 1)\n\t.add(\"Blood rune\", 180, 1)\n\n\t.add(\"Yew seed\", 1, 4)\n\t.add(\"Toadflax seed\", 4, 3)\n\t.add(\"Ranarr seed\", 3, 1)\n\t.add(\"Snapdragon seed\", 3, 1)\n\t.add(\"Magic seed\", 2, 1)\n\t.add(TreeHerbSeedTable, 1, 1)\n\n\t.add(\"Coal\", 120, 4)\n\t.add(\"Adamantite ore\", 85, 4)\n\t.add(\"Raw shark\", 21, 4)\n\t.add(\"Yew logs\", 70, 3)\n\t.add(\"Runite ore\", 12, 2)\n\t.add(\"Raw shark\", 100, 1)\n\t.add(\"Raw monkfish\", 120, 1)\n\t.add(\"Pure essence\", 1200, 1)\n\n\t.add(\"Spider cave teleport\", 3, 8)\n\t.add(\"Earth orb\", 45, 6)\n\t.add(\"Araxyte venom sack\", 6, 5)\n\t.add(\"Mort myre fungus\", 24, 4)\n\t.add(\"Antidote++(3)\", 6, 4)\n\t.add(\"Wine of zamorak\", 8, 3)\n\t.add(\"Red spiders' eggs\", 40, 2)\n\t.add(\"Araxyte venom sack\", 12, 2)\n\t.add(\"Bark\", 15, 1)\n\t.add(RareDropTable);\n\nexport const Araxxor = new SimpleMonster({\n\tid: 13668,\n\tname: \"Araxxor\",\n\ttable: AraxxorTable,\n\taliases: [\"araxxor\"],\n});\n", "import { randInt, roll, uniqueArr } from \"e\";\n\nimport type { MonsterKillOptions } from \"../../../meta/types\";\nimport Bank from \"../../../structures/Bank\";\nimport LootTable from \"../../../structures/LootTable\";\nimport Monster from \"../../../structures/Monster\";\nimport itemID from \"../../../util/itemID\";\nimport { VirtusTable } from \"../../subtables/VirtusTable\";\n\nconst TradeableUniqueTable = new LootTable({ limit: 8 })\n\t.add(VirtusTable, 1, 1)\n\t.add(\"Chromium ingot\", 1, 3)\n\t.add(\"Eye of the duke\", 1, 1)\n\t.add(\"Magus vestige\", 1, 1);\n\nconst ClueTable = new LootTable()\n\t.add(\"Clue scroll (easy)\")\n\t.add(\"Clue scroll (medium)\")\n\t.add(\"Clue scroll (hard)\")\n\t.add(\"Clue scroll (elite)\");\n\nconst SupplyTable = new LootTable()\n\t.every(\"Pineapple pizza\", [3, 4])\n\t.every(\"Prayer potion(3)\")\n\t.every(\"Super combat potion(2)\");\n\nconst ResourceTable = new LootTable()\n\t.add(\"Bronze chainbody\", [11, 17], 1)\n\t.add(\"Mithril chainbody\", [5, 7], 1)\n\t.add(\"Adamant chainbody\", [6, 10], 1)\n\t.add(\"Dragon platelegs\", [5, 7], 1)\n\n\t.add(\"Pure essence\", [200, 300], 1)\n\t.add(\"Iron ore\", [63, 95], 1)\n\t.add(\"Coal\", [216, 325], 8)\n\t.add(\"Mithril ore\", [33, 50], 1)\n\t.add(\"Adamantite ore\", [75, 112], 8)\n\t.add(\"Runite ore\", [30, 45], 2)\n\n\t.add(\"Sapphire\", [28, 42], 1)\n\t.add(\"Emerald\", [28, 42], 1)\n\t.add(\"Ruby\", [28, 42], 1)\n\t.add(\"Uncut ruby\", [41, 62], 5)\n\t.add(\"Uncut diamond\", [41, 62], 5)\n\n\t.add(\"Bronze bar\", [41, 62], 1)\n\t.add(\"Dragon arrowtips\", [166, 255], 1)\n\t.add(\"Rune javelin heads\", [60, 90], 8)\n\t.add(\"Dragon javelin heads\", [60, 90], 8)\n\t.add(\"Raw sea turtle\", [200, 300], 1)\n\n\t.add(\"Air rune\", [200, 300], 1)\n\t.add(\"Mist rune\", [100, 150], 8)\n\t.add(\"Chaos rune\", [100, 150], 9)\n\t.add(\"Soul rune\", [666, 1000], 2);\n\nclass DukeSucellusSingleton extends Monster {\n\tpublic allItems: number[] = uniqueArr([\n\t\t...ClueTable.allItems,\n\t\t...SupplyTable.allItems,\n\t\t...ResourceTable.allItems,\n\t\t...TradeableUniqueTable.allItems,\n\t\titemID(\"Awakener's orb\"),\n\t\titemID(\"Ice quartz\"),\n\t\titemID(\"Baron\"),\n\t]);\n\n\tpublic kill(quantity = 1, options: MonsterKillOptions = {}): Bank {\n\t\tconst loot = new Bank();\n\n\t\tfor (let i = 0; i < quantity; i++) {\n\t\t\tconst tradeableUniqueCap = options.isAwakened ? 3 : 1;\n\t\t\tif (randInt(1, 90) <= tradeableUniqueCap) {\n\t\t\t\tloot.add(TradeableUniqueTable.roll());\n\t\t\t} else if (roll(48)) {\n\t\t\t\tloot.add(\"Awakener's orb\");\n\t\t\t} else if (roll(200)) {\n\t\t\t\tloot.add(\"Ice quartz\");\n\t\t\t} else if (roll(5)) {\n\t\t\t\tloot.add(SupplyTable.roll());\n\t\t\t} else {\n\t\t\t\tloot.add(ResourceTable.roll());\n\t\t\t}\n\n\t\t\tif (roll(40)) {\n\t\t\t\tloot.add(ClueTable.roll());\n\t\t\t}\n\t\t\tif (roll(2500)) {\n\t\t\t\tloot.add(\"Baron\");\n\t\t\t}\n\t\t}\n\t\treturn loot;\n\t}\n}\n\nexport const DukeSucellus = new DukeSucellusSingleton({\n\tid: 12_191,\n\tname: \"Duke Sucellus\",\n\taliases: [\"duke sucellus\"],\n});\n", "import LootTable from \"../../structures/LootTable\";\n\nexport const VirtusTable = new LootTable().add(\"Virtus mask\").add(\"Virtus robe top\").add(\"Virtus robe bottom\");\n", "import type { MonsterKillOptions } from \"../../../meta/types\";\nimport type Bank from \"../../../structures/Bank\";\nimport Monster from \"../../../structures/Monster\";\nimport { DukeSucellus } from \"./DukeSucellus\";\n\nclass AwakenedDukeSucellusSingleton extends Monster {\n\tpublic kill(quantity = 1, options: MonsterKillOptions = {}): Bank {\n\t\treturn DukeSucellus.kill(quantity, { ...options, isAwakened: true });\n\t}\n}\n\nexport const AwakenedDukeSucellus = new AwakenedDukeSucellusSingleton({\n\tid: 12_192,\n\tname: \"Duke Sucellus (Awakened)\",\n\taliases: [\"duke sucellus (awakened)\"],\n});\n", "import { randInt, roll, uniqueArr } from \"e\";\n\nimport type { MonsterKillOptions } from \"../../../meta/types\";\nimport Bank from \"../../../structures/Bank\";\nimport LootTable from \"../../../structures/LootTable\";\nimport Monster from \"../../../structures/Monster\";\nimport itemID from \"../../../util/itemID\";\nimport { VirtusTable } from \"../../subtables/VirtusTable\";\n\nconst TradeableUniqueTable = new LootTable({ limit: 8 })\n\t.add(VirtusTable, 1, 1)\n\t.add(\"Chromium ingot\", 1, 3)\n\t.add(\"Venator vestige\", 1, 1)\n\t.add(\"Leviathan's lure\", 1, 1);\n\nconst ClueTable = new LootTable()\n\t.add(\"Clue scroll (easy)\")\n\t.add(\"Clue scroll (medium)\")\n\t.add(\"Clue scroll (hard)\")\n\t.add(\"Clue scroll (elite)\");\n\nconst SupplyTable = new LootTable()\n\t.every(\"Prayer potion(3)\", 1)\n\t.every(\"Ranging potion(2)\", 1)\n\t.every(\"Sea turtle\", [3, 4]);\n\nconst ResourceTable = new LootTable()\n\t.add(\"Coal\", [195, 292], 8)\n\t.add(\"Gold ore\", [67, 101], 8)\n\t.add(\"Dragon javelin heads\", [54, 81], 8)\n\t.add(\"Anglerfish\", [4, 6], 8)\n\t.add(\"Uncut ruby\", [37, 56], 5)\n\t.add(\"Uncut diamond\", [37, 56], 5)\n\t.add(\"Runite ore\", [27, 40], 2)\n\t.add(\"Dragon bolts (unf)\", [150, 225], 2)\n\t.add(\"Pure essence\", [180, 270], 1)\n\t.add(\"Iron ore\", [57, 85], 1)\n\t.add(\"Silver ore\", [57, 85], 1)\n\t.add(\"Adamantite ore\", [57, 85], 1)\n\t.add(\"Sapphire\", [25, 38], 1)\n\t.add(\"Emerald\", [25, 38], 1)\n\t.add(\"Ruby\", [25, 38], 1)\n\t.add(\"Onyx bolt tips\", [90, 135], 1)\n\t.add(\"Raw manta ray\", [180, 270], 1)\n\n\t.add(\"Rune arrow\", [54, 81], 8)\n\t.add(\"Smoke rune\", [300, 450], 8)\n\t.add(\"Soul rune\", [600, 900], 2)\n\t.add(\"Bronze arrow\", [63, 94], 1)\n\t.add(\"Mithril arrow\", [63, 94], 1)\n\t.add(\"Adamant arrow\", [63, 94], 1)\n\t.add(\"Body rune\", [180, 270], 1)\n\t.add(\"Earth rune\", [180, 270], 1);\n\nclass TheLeviathanSingleton extends Monster {\n\tpublic allItems: number[] = uniqueArr([\n\t\t...ClueTable.allItems,\n\t\t...SupplyTable.allItems,\n\t\t...ResourceTable.allItems,\n\t\t...TradeableUniqueTable.allItems,\n\t\titemID(\"Awakener's orb\"),\n\t\titemID(\"Smoke quartz\"),\n\t\titemID(\"Lil'viathan\"),\n\t]);\n\n\tpublic kill(quantity = 1, options: MonsterKillOptions = {}): Bank {\n\t\tconst loot = new Bank();\n\n\t\tfor (let i = 0; i < quantity; i++) {\n\t\t\tconst tradeableUniqueCap = options.isAwakened ? 3 : 1;\n\t\t\tif (randInt(1, 96) <= tradeableUniqueCap) {\n\t\t\t\tloot.add(TradeableUniqueTable.roll());\n\t\t\t} else if (roll(53)) {\n\t\t\t\tloot.add(\"Awakener's orb\");\n\t\t\t} else if (roll(200)) {\n\t\t\t\tloot.add(\"Smoke quartz\");\n\t\t\t} else if (roll(5)) {\n\t\t\t\tloot.add(SupplyTable.roll());\n\t\t\t} else {\n\t\t\t\tloot.add(ResourceTable.roll());\n\t\t\t}\n\n\t\t\tif (roll(40)) {\n\t\t\t\tloot.add(ClueTable.roll());\n\t\t\t}\n\t\t\tif (roll(2500)) {\n\t\t\t\tloot.add(\"Lil'viathan\");\n\t\t\t}\n\t\t}\n\t\treturn loot;\n\t}\n}\n\nexport const TheLeviathan = new TheLeviathanSingleton({\n\tid: 12_214,\n\tname: \"The Leviathan\",\n\taliases: [\"the leviathan\"],\n});\n", "import type { MonsterKillOptions } from \"../../../meta/types\";\nimport type Bank from \"../../../structures/Bank\";\nimport Monster from \"../../../structures/Monster\";\nimport { TheLeviathan } from \"./TheLeviathan\";\n\nclass AwakenedTheLeviathanSingleton extends Monster {\n\tpublic kill(quantity = 1, options: MonsterKillOptions = {}): Bank {\n\t\treturn TheLeviathan.kill(quantity, { ...options, isAwakened: true });\n\t}\n}\n\nexport const AwakenedTheLeviathan = new AwakenedTheLeviathanSingleton({\n\tid: 12_215,\n\tname: \"The Leviathan (Awakened)\",\n\taliases: [\"the leviathan (awakened)\"],\n});\n", "import { randInt, roll, uniqueArr } from \"e\";\n\nimport type { MonsterKillOptions } from \"../../../meta/types\";\nimport Bank from \"../../../structures/Bank\";\nimport LootTable from \"../../../structures/LootTable\";\nimport Monster from \"../../../structures/Monster\";\nimport { itemID } from \"../../../util\";\nimport { VirtusTable } from \"../../subtables/VirtusTable\";\n\nconst TradeableUniqueTable = new LootTable({ limit: 8 })\n\t.add(VirtusTable, 1, 1)\n\t.add(\"Chromium ingot\", 1, 3)\n\t.add(\"Siren's staff\", 1, 1)\n\t.add(\"Bellator vestige\", 1, 1);\n\nconst ClueTable = new LootTable()\n\t.add(\"Clue scroll (easy)\")\n\t.add(\"Clue scroll (medium)\")\n\t.add(\"Clue scroll (hard)\")\n\t.add(\"Clue scroll (elite)\");\n\nconst SupplyTable = new LootTable()\n\t.every(\"Manta ray\", [3, 4])\n\t.every(\"Prayer potion(3)\", [1, 1])\n\t.every(\"Ancient brew(2)\", 1);\n\nconst ResourceTable = new LootTable()\n\t.add(\"Battlestaff\", [70, 105], 2)\n\t.add(\"Bronze longsword\", [16, 24], 1)\n\t.add(\"Mithril longsword\", [7, 10], 1)\n\t.add(\"Adamant longsword\", [9, 14], 1)\n\t.add(\"Dragon plateskirt\", [7, 10], 1)\n\n\t.add(\"Coal\", [303, 455], 8)\n\t.add(\"Adamantite ore\", [105, 157], 8)\n\t.add(\"Dragon javelin heads\", [84, 126], 8)\n\t.add(\"Runite bolts (unf)\", [84, 126], 8)\n\t.add(\"Uncut ruby\", [58, 87], 5)\n\t.add(\"Uncut diamond\", [58, 87], 5)\n\t.add(\"Runite ore\", [42, 63], 2)\n\t.add(\"Pure essence\", [280, 420], 1)\n\t.add(\"Iron ore\", [88, 133], 1)\n\t.add(\"Gold ore\", [88, 133], 1)\n\t.add(\"Mithril ore\", [88, 133], 1)\n\t.add(\"Sapphire\", [39, 59], 1)\n\t.add(\"Emerald\", [39, 59], 1)\n\t.add(\"Ruby\", [39, 59], 1)\n\t.add(\"Raw monkfish\", [700, 1050], 1)\n\n\t.add(\"Steam rune\", [466, 700], 8)\n\t.add(\"Death rune\", [466, 700], 8)\n\t.add(\"Soul rune\", [933, 1400], 2)\n\t.add(\"Water rune\", [280, 420], 1)\n\t.add(\"Chaos rune\", [140, 210], 1);\n\nclass TheWhispererSingleton extends Monster {\n\tpublic allItems: number[] = uniqueArr([\n\t\t...ClueTable.allItems,\n\t\t...SupplyTable.allItems,\n\t\t...ResourceTable.allItems,\n\t\t...TradeableUniqueTable.allItems,\n\t\titemID(\"Awakener's orb\"),\n\t\titemID(\"Shadow quartz\"),\n\t\titemID(\"Wisp\"),\n\t]);\n\n\tpublic kill(quantity = 1, options: MonsterKillOptions = {}): Bank {\n\t\tconst loot = new Bank();\n\n\t\tfor (let i = 0; i < quantity; i++) {\n\t\t\tconst tradeableUniqueCap = options.isAwakened ? 3 : 1;\n\t\t\tif (randInt(1, 64) <= tradeableUniqueCap) {\n\t\t\t\tloot.add(TradeableUniqueTable.roll());\n\t\t\t} else if (roll(34)) {\n\t\t\t\tloot.add(\"Awakener's orb\");\n\t\t\t} else if (roll(200)) {\n\t\t\t\tloot.add(\"Shadow quartz\");\n\t\t\t} else if (roll(5)) {\n\t\t\t\tloot.add(SupplyTable.roll());\n\t\t\t} else {\n\t\t\t\tloot.add(ResourceTable.roll());\n\t\t\t}\n\n\t\t\tif (roll(40)) {\n\t\t\t\tloot.add(ClueTable.roll());\n\t\t\t}\n\t\t\tif (roll(2000)) {\n\t\t\t\tloot.add(\"Wisp\");\n\t\t\t}\n\t\t}\n\t\treturn loot;\n\t}\n}\n\nexport const TheWhisperer = new TheWhispererSingleton({\n\tid: 12_204,\n\tname: \"The Whisperer\",\n\taliases: [\"the whisperer\", \"whisperer\"],\n});\n", "import type { MonsterKillOptions } from \"../../../meta/types\";\nimport type Bank from \"../../../structures/Bank\";\nimport Monster from \"../../../structures/Monster\";\nimport { TheWhisperer } from \"./TheWhisperer\";\n\nclass AwakenedTheWhispererSingleton extends Monster {\n\tpublic kill(quantity = 1, options: MonsterKillOptions = {}): Bank {\n\t\treturn TheWhisperer.kill(quantity, { ...options, isAwakened: true });\n\t}\n}\n\nexport const AwakenedTheWhisperer = new AwakenedTheWhispererSingleton({\n\tid: 12_205,\n\tname: \"The Whisperer (Awakened)\",\n\taliases: [\"awakened whisperer\", \"the whisperer (awakened)\"],\n});\n", "import { randInt, roll, uniqueArr } from \"e\";\n\nimport type { MonsterKillOptions } from \"../../../meta/types\";\nimport Bank from \"../../../structures/Bank\";\nimport LootTable from \"../../../structures/LootTable\";\nimport Monster from \"../../../structures/Monster\";\nimport itemID from \"../../../util/itemID\";\nimport { VirtusTable } from \"../../subtables/VirtusTable\";\n\nconst TradeableUniqueTable = new LootTable({ limit: 8 })\n\t.add(VirtusTable, 1, 1)\n\t.add(\"Chromium ingot\", 1, 3)\n\t.add(\"Executioner's axe head\", 1, 1)\n\t.add(\"Ultor vestige\", 1, 1);\n\nconst ClueTable = new LootTable()\n\t.add(\"Clue scroll (easy)\")\n\t.add(\"Clue scroll (medium)\")\n\t.add(\"Clue scroll (hard)\")\n\t.add(\"Clue scroll (elite)\");\n\nconst SupplyTable = new LootTable()\n\t.every(\"Tuna potato\", [3, 4])\n\t.every(\"Prayer potion(3)\")\n\t.every(\"Super combat potion(2)\");\n\nconst ResourceTable = new LootTable()\n\t.add(\"Coal\", [130, 195], 8)\n\t.add(\"Adamantite ore\", [45, 67], 8)\n\t.add(\"Rune javelin heads\", [36, 54], 8)\n\t.add(\"Dragon javelin heads\", [36, 54], 8)\n\t.add(\"Uncut ruby\", [25, 37], 5)\n\t.add(\"Uncut diamond\", [25, 37], 5)\n\t.add(\"Runite ore\", [18, 27], 2)\n\t.add(\"Dragon dart tip\", [100, 150], 2)\n\t.add(\"Pure essence\", [120, 180], 1)\n\t.add(\"Iron ore\", [38, 57], 1)\n\t.add(\"Silver ore\", [38, 57], 1)\n\t.add(\"Mithril ore\", [38, 57], 1)\n\t.add(\"Sapphire\", [17, 25], 1)\n\t.add(\"Emerald\", [17, 25], 1)\n\t.add(\"Ruby\", [17, 25], 1)\n\t.add(\"Raw shark\", [200, 300], 1)\n\n\t.add(\"Onyx bolts (e)\", [60, 90], 1)\n\t.add(\"Bronze javelin\", [42, 63], 1)\n\t.add(\"Mithril javelin\", [42, 63], 1)\n\t.add(\"Adamant javelin\", [42, 63], 1)\n\t.add(\"Mind rune\", [120, 180], 1)\n\t.add(\"Fire rune\", [120, 180], 1)\n\t.add(\"Lava rune\", [200, 300], 8)\n\t.add(\"Blood rune\", [200, 300], 8)\n\t.add(\"Soul rune\", [400, 600], 2);\n\nclass VardorvisSingleton extends Monster {\n\tpublic allItems: number[] = uniqueArr([\n\t\t...ClueTable.allItems,\n\t\t...SupplyTable.allItems,\n\t\t...ResourceTable.allItems,\n\t\t...TradeableUniqueTable.allItems,\n\t\titemID(\"Awakener's orb\"),\n\t\titemID(\"Blood quartz\"),\n\t\titemID(\"Butch\"),\n\t]);\n\n\tpublic kill(quantity = 1, options: MonsterKillOptions = {}): Bank {\n\t\tconst loot = new Bank();\n\n\t\tfor (let i = 0; i < quantity; i++) {\n\t\t\tconst tradeableUniqueCap = options.isAwakened ? 3 : 1;\n\t\t\tif (randInt(1, 136) <= tradeableUniqueCap) {\n\t\t\t\tloot.add(TradeableUniqueTable.roll());\n\t\t\t} else if (roll(48)) {\n\t\t\t\tloot.add(\"Awakener's orb\");\n\t\t\t} else if (roll(200)) {\n\t\t\t\tloot.add(\"Blood quartz\");\n\t\t\t} else if (roll(5)) {\n\t\t\t\tloot.add(SupplyTable.roll());\n\t\t\t} else {\n\t\t\t\tloot.add(ResourceTable.roll());\n\t\t\t}\n\n\t\t\tif (roll(40)) {\n\t\t\t\tloot.add(ClueTable.roll());\n\t\t\t}\n\t\t\tif (roll(3000)) {\n\t\t\t\tloot.add(\"Butch\");\n\t\t\t}\n\t\t}\n\t\treturn loot;\n\t}\n}\n\nexport const Vardorvis = new VardorvisSingleton({\n\tid: 12_223,\n\tname: \"Vardorvis\",\n\taliases: [\"vardorvis\"],\n});\n", "import type { MonsterKillOptions } from \"../../../meta/types\";\nimport type Bank from \"../../../structures/Bank\";\nimport Monster from \"../../../structures/Monster\";\nimport { Vardorvis } from \"./Vardorvis\";\n\nclass AwakenedVardorvisSingleton extends Monster {\n\tpublic kill(quantity = 1, options: MonsterKillOptions = {}): Bank {\n\t\treturn Vardorvis.kill(quantity, { ...options, isAwakened: true });\n\t}\n}\n\nexport const AwakenedVardorvis = new AwakenedVardorvisSingleton({\n\tid: 12_224,\n\tname: \"Vardorvis (Awakened)\",\n\taliases: [\"vardorvis (awakened)\"],\n});\n", "import LootTable from \"../../structures/LootTable\";\n\nexport const HerbDropTable = new LootTable()\n\t.add(\"Grimy guam leaf\", 1, 32)\n\t.add(\"Grimy marrentill\", 1, 24)\n\t.add(\"Grimy tarromin\", 1, 18)\n\t.add(\"Grimy harralander\", 1, 14)\n\t.add(\"Grimy ranarr weed\", 1, 11)\n\t.add(\"Grimy irit leaf\", 1, 8)\n\t.add(\"Grimy avantoe\", 1, 6)\n\t.add(\"Grimy kwuarm\", 1, 5)\n\t.add(\"Grimy cadantine\", 1, 4)\n\t.add(\"Grimy lantadyme\", 1, 3)\n\t.add(\"Grimy dwarf weed\", 1, 3);\n\nexport default HerbDropTable;\n", "import LootTable from \"../../structures/LootTable\";\n\nconst UncommonSeedDropTable = new LootTable()\n\t.add(\"Limpwurt seed\", 1, 137)\n\t.add(\"Strawberry seed\", 1, 131)\n\t.add(\"Marrentill seed\", 1, 125)\n\t.add(\"Jangerberry seed\", 1, 92)\n\t.add(\"Tarromin seed\", 1, 85)\n\t.add(\"Wildblood seed\", 1, 83)\n\t.add(\"Watermelon seed\", 1, 63)\n\t.add(\"Harralander seed\", 1, 56)\n\t.add(\"Snape grass seed\", 1, 40)\n\t.add(\"Ranarr seed\", 1, 39)\n\t.add(\"Whiteberry seed\", 1, 34)\n\t.add(\"Mushroom spore\", 1, 29)\n\t.add(\"Toadflax seed\", 1, 27)\n\t.add(\"Belladonna seed\", 1, 18)\n\t.add(\"Irit seed\", 1, 18)\n\t.add(\"Poison ivy seed\", 1, 13)\n\t.add(\"Avantoe seed\", 1, 12)\n\t.add(\"Cactus seed\", 1, 12)\n\t.add(\"Kwuarm seed\", 1, 9)\n\t.add(\"Potato cactus seed\", 1, 8)\n\t.add(\"Snapdragon seed\", 1, 5)\n\t.add(\"Cadantine seed\", 1, 4)\n\t.add(\"Lantadyme seed\", 1, 3)\n\t.add(\"Dwarf weed seed\", 1, 2)\n\t.add(\"Torstol seed\", 1, 1);\n\nexport default UncommonSeedDropTable;\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { itemTupleToTable } from \"../../../util\";\nimport HerbDropTable from \"../../subtables/HerbDropTable\";\nimport UncommonSeedDropTable from \"../../subtables/UncommonSeedDropTable\";\n\nconst ChaosTable = new LootTable().add(\"Chaos rune\", 100, 1).add(\"Chaos rune\", 200, 1);\n\nconst BryophytaTable = new LootTable()\n\t.every(\"Big bones\")\n\t.every(\"Clue scroll (beginner)\")\n\n\t/* Weapons and armour */\n\t.add(\"Rune longsword\", 1, 6)\n\t.add(\"Rune med helm\", 2, 6)\n\t.add(\"Rune chainbody\", 1, 6)\n\t.add(\"Rune plateskirt\", 1, 6)\n\t.add(\"Rune platelegs\", 1, 6)\n\t.add(\"Rune sq shield\", 1, 6)\n\t.add(\"Rune sword\", 2, 5)\n\t.add(\"Adamant platebody\", 5, 3)\n\t.add(\"Battlestaff\", 3, 3)\n\t.add(\"Adamant kiteshield\", 3, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Nature rune\", 100, 8)\n\t.add(\"Cosmic rune\", 100, 6)\n\t.add(\"Law rune\", 100, 6)\n\t.add(ChaosTable, 1, 6)\n\t.add(\"Death rune\", 100, 5)\n\t.add(\"Blood rune\", 100, 1)\n\t.add(\"Adamant arrow\", 100, 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 5)\n\n\t/* Seeds */\n\t.add(UncommonSeedDropTable, 1, 6)\n\n\t/* Materials */\n\t.add(\"Runite bar\", 2, 6)\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Uncut ruby\", 5],\n\t\t\t[\"Uncut diamond\", 5],\n\t\t]),\n\t\t1,\n\t\t4,\n\t)\n\t.add(\"Steel bar\", 25, 3)\n\n\t/* Other */\n\t.add(\"Coins\", 10_000, 5)\n\t.add(\"Coins\", 8000, 2)\n\t.add(\"Bryophyta's essence\", 1, 1)\n\n\t/* Tertiary */\n\t.tertiary(16, \"Mossy key\", 1, { freeze: true })\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(5000, \"Giant champion scroll\")\n\t.tertiary(5013, \"Curved bone\");\n\nexport default new SimpleMonster({\n\tid: 8195,\n\tname: \"Bryophyta\",\n\ttable: BryophytaTable,\n\taliases: [\"bryophyta\"],\n});\n", "import LootTable from \"../../structures/LootTable\";\n\nconst GWMegaRareTable = new LootTable()\n\t.add(\"Coins\", [19_500, 20_000], 113)\n\t.add(\"Rune spear\", 1, 8)\n\t.add(\"Shield left half\", 1, 4)\n\t.add(\"Dragon spear\", 1, 3);\n\nexport const ShardTable = new LootTable().add(\"Godsword shard 1\").add(\"Godsword shard 2\").add(\"Godsword shard 3\");\n\nexport const GWGemTable = new LootTable()\n\t.add(\"Coins\", [19_500, 20_000], 63)\n\t.add(\"Uncut sapphire\", 1, 32)\n\t.add(\"Uncut emerald\", 1, 16)\n\t.add(\"Uncut ruby\", 1, 8)\n\t.add(\"Chaos talisman\", 1, 3)\n\t.add(\"Uncut diamond\", 1, 2)\n\t.add(\"Rune javelin\", 5, 1)\n\t.add(\"Loop half of key\")\n\t.add(\"Tooth half of key\")\n\t.add(GWMegaRareTable);\n\nconst GWRareDropTable = new LootTable()\n\t/* Runes and ammunition */\n\t.add(\"Nature rune\", [62, 67], 3)\n\t.add(\"Adamant javelin\", [15, 20], 2)\n\t.add(\"Death rune\", [40, 45], 2)\n\t.add(\"Law rune\", [40, 45], 2)\n\t.add(\"Rune arrow\", [38, 43], 2)\n\t.add(\"Steel arrow\", [145, 150], 2)\n\n\t/* Weapons and armour */\n\t.add(\"Rune 2h sword\", 1, 3)\n\t.add(\"Rune battleaxe\", 1, 3)\n\t.add(\"Rune sq shield\", 1, 2)\n\t.add(\"Dragon med helm\", 1, 1)\n\t.add(\"Rune kiteshield\", 1, 1)\n\t.add(\"Rune sword\", 1, 5)\n\n\t/* Other */\n\t.add(\"Coins\", [19_500, 20_000], 20)\n\t.add(\"Loop half of key\", 1, 21)\n\t.add(\"Tooth half of key\", 1, 20)\n\t.add(\"Dragonstone\", 1, 2)\n\t.add(\"Silver ore\", 100, 2)\n\n\t/* Subtables */\n\t.add(GWGemTable, 1, 20)\n\t.add(GWMegaRareTable, 1, 15);\n\nexport default GWRareDropTable;\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { itemTupleToTable } from \"../../../util\";\nimport GWRareDropTable, { GWGemTable, ShardTable } from \"../../subtables/GWRareDropTable\";\n\nconst MinionUniqueTable = new LootTable().add(\"Coins\", [1400, 1500], 124).add(\"Saradomin sword\", 1, 3);\n\nconst MinionShardTable = new LootTable().add(\"Coins\", [1300, 1400], 9).add(ShardTable, 1, 3);\n\nconst MinionTable = new LootTable()\n\t.every(\"Bones\")\n\t.add(MinionUniqueTable, 1, 1)\n\t.add(MinionShardTable, 1, 1)\n\t.add(\"Steel arrow\", [95, 100], 8)\n\t.add(\"Steel dart\", [95, 100], 8)\n\t.add(\"Law rune\", [5, 10], 8)\n\t.add(\"Monkfish\", 3, 8)\n\t.add(\"Summer pie\", 1, 8)\n\t.add(\"Coins\", [1300, 1400], 62)\n\t.add(\"Grimy ranarr weed\", 1, 8)\n\t.add(\"Unicorn horn\", 6, 8)\n\t.add(\"Snape grass\", 5, 7)\n\t.tertiary(128, \"Clue scroll (hard)\");\n\nconst UniqueTable = new LootTable()\n\t.add(\"Saradomin sword\", 1, 4)\n\t.add(\"Saradomin's light\", 1, 2)\n\t.add(\"Armadyl crossbow\")\n\t.add(\"Saradomin hilt\")\n\t.add(ShardTable, 1, 2)\n\t.add(\"Coins\", [19_500, 20_000], 2);\n\nconst CommanderZilyanaTable = new LootTable()\n\t.every(\"Bones\")\n\t.every(MinionTable, 3)\n\t.add(UniqueTable, 1, 3)\n\t.tertiary(250, \"Clue scroll (elite)\")\n\t.tertiary(5000, \"Pet zilyana\")\n\n\t/* Weapons and armour */\n\t.add(\"Adamant platebody\", 1, 8)\n\t.add(\"Rune dart\", [35, 40], 8)\n\t.add(\"Rune kiteshield\", 1, 8)\n\t.add(\"Rune plateskirt\", 1, 8)\n\n\t/* Potions */\n\t.add(\"Prayer potion(4)\", 3, 8)\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Super defence(3)\", 3],\n\t\t\t[\"Magic potion(3)\", 3],\n\t\t]),\n\t\t1,\n\t\t8,\n\t)\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Saradomin brew(3)\", 3],\n\t\t\t[\"Super restore(4)\", 3],\n\t\t]),\n\t\t1,\n\t\t6,\n\t)\n\n\t/* Other */\n\t.add(\"Coins\", [19_500, 20_000], 27)\n\t.add(\"Diamond\", 6, 8)\n\t.add(\"Law rune\", [95, 100], 8)\n\t.add(\"Grimy ranarr weed\", 5, 8)\n\t.add(\"Ranarr seed\", 2, 8)\n\t.add(\"Magic seed\", 1, 1)\n\n\t.add(GWRareDropTable, 1, 8)\n\t.add(GWGemTable, 1, 2);\n\nexport default new SimpleMonster({\n\tid: 2205,\n\tname: \"Commander Zilyana\",\n\ttable: CommanderZilyanaTable,\n\taliases: [\"sara\", \"zily\", \"saradomin\", \"zilyana\", \"commander zilyana\"],\n});\n", "import LootTable from \"../../structures/LootTable\";\n\nconst RareSeedTable = new LootTable()\n\t.add(\"Toadflax seed\", 1, 47)\n\t.add(\"Irit seed\", 1, 32)\n\t.add(\"Belladonna seed\", 1, 31)\n\t.add(\"Avantoe seed\", 1, 22)\n\t.add(\"Poison ivy seed\", 1, 22)\n\t.add(\"Cactus seed\", 1, 21)\n\t.add(\"Kwuarm seed\", 1, 15)\n\t.add(\"Potato cactus seed\", 1, 15)\n\t.add(\"Snapdragon seed\", 1, 10)\n\t.add(\"Cadantine seed\", 1, 7)\n\t.add(\"Lantadyme seed\", 1, 5)\n\t.add(\"Snape grass seed\", 3, 4)\n\t.add(\"Dwarf weed seed\", 1, 3)\n\t.add(\"Torstol seed\", 1, 2);\n\nexport default RareSeedTable;\n", "import LootTable from \"../../structures/LootTable\";\n\nconst TalismanTable = new LootTable()\n\t.add(\"Air talisman\", 1, 10)\n\t.add(\"Body talisman\", 1, 10)\n\t.add(\"Earth talisman\", 1, 10)\n\t.add(\"Fire talisman\", 1, 10)\n\t.add(\"Mind talisman\", 1, 10)\n\t.add(\"Water talisman\", 1, 10)\n\t.add(\"Cosmic talisman\", 1, 4)\n\t.add(\"Chaos talisman\", 1, 3)\n\t.add(\"Nature talisman\", 1, 3);\n\nexport default TalismanTable;\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport RareDropTable, { GemTable } from \"../../subtables/RareDropTable\";\nimport RareSeedTable from \"../../subtables/RareSeedTable\";\nimport TalismanTable from \"../../subtables/TalismanTable\";\n\nconst DagannothPrimeTable = new LootTable()\n\t.every(\"Dagannoth bones\")\n\t.every(\"Dagannoth hide\")\n\t.tertiary(20, \"Ensouled dagannoth head\")\n\t.tertiary(42, \"Clue scroll (hard)\")\n\t.tertiary(750, \"Clue scroll (elite)\")\n\t.tertiary(5000, \"Pet dagannoth prime\")\n\n\t/* Weapons and armour */\n\t.add(\"Earth battlestaff\", 1, 10)\n\t.add(\"Water battlestaff\", 1, 5)\n\t.add(\"Air battlestaff\", 1, 4)\n\t.add(\"Battlestaff\", [1, 10], 1)\n\t.add(\"Fremennik blade\")\n\t.add(\"Fremennik shield\")\n\t.add(\"Fremennik helm\")\n\t.add(\"Mud battlestaff\")\n\t.add(\"Dragon axe\")\n\t.add(\"Farseer helm\")\n\t.add(\"Skeletal top\")\n\t.add(\"Skeletal bottoms\")\n\t.add(\"Seers ring\")\n\n\t/* Runes */\n\t.add(\"Air rune\", [100, 200], 6)\n\t.add(\"Earth rune\", [50, 100], 5)\n\t.add(\"Blood rune\", [25, 75], 2)\n\t.add(\"Law rune\", [10, 75], 2)\n\t.add(\"Nature rune\", [25, 50], 2)\n\t.add(\"Mud rune\", [25, 75], 2)\n\t.add(\"Death rune\", [25, 85], 2)\n\n\t/* Talismans */\n\t.add(\"Earth talisman\", [25, 75], 10)\n\t.add(\"Air talisman\", [25, 75], 7)\n\t.add(\"Water talisman\", [1, 76], 7)\n\t.add(TalismanTable)\n\n\t/* Other */\n\t.add(\"Shark\", 5, 10)\n\t.add(\"Oyster pearls\", 1, 5)\n\t.add(\"Pure essence\", 150, 5)\n\t.add(\"Grimy ranarr weed\", 1, 5)\n\t.add(\"Coins\", [500, 1109], 3)\n\t.add(RareDropTable, 1, 8)\n\t.add(GemTable, 1, 10)\n\t.add(RareSeedTable, 1, 7);\n\nexport default new SimpleMonster({\n\tid: 2266,\n\tname: \"Dagannoth Prime\",\n\ttable: DagannothPrimeTable,\n\taliases: [\"prime\", \"dagannoth prime\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport RareDropTable, { GemTable } from \"../../subtables/RareDropTable\";\nimport TalismanTable from \"../../subtables/TalismanTable\";\n\nconst DagannothRexTable = new LootTable()\n\t.every(\"Dagannoth bones\")\n\t.every(\"Dagannoth hide\")\n\t.tertiary(20, \"Ensouled dagannoth head\")\n\t.tertiary(42, \"Clue scroll (hard)\")\n\t.tertiary(750, \"Clue scroll (elite)\")\n\t.tertiary(5000, \"Pet dagannoth rex\")\n\n\t/* Weapons and armour */\n\t.add(\"Steel kiteshield\", 1, 17)\n\t.add(\"Mithril warhammer\", 1, 11)\n\t.add(\"Adamant axe\", 1, 7)\n\t.add(\"Steel platebody\", 1, 4)\n\t.add(\"Mithril pickaxe\", 1, 3)\n\t.add(\"Adamant platebody\", 1, 2)\n\t.add(\"Fremennik blade\", 1, 2)\n\t.add(\"Rune axe\")\n\t.add(\"Fremennik shield\")\n\t.add(\"Fremennik helm\")\n\t.add(\"Mithril 2h sword\")\n\t.add(\"Dragon axe\")\n\t.add(\"Ring of life\")\n\t.add(\"Rock-shell plate\")\n\t.add(\"Rock-shell legs\")\n\t.add(\"Berserker ring\")\n\t.add(\"Warrior ring\")\n\n\t/* Potions */\n\t.add(\"Antifire potion(2)\")\n\t.add(\"Prayer potion(2)\")\n\t.add(\"Restore potion(2)\")\n\t.add(\"Super attack(2)\")\n\t.add(\"Super strength(2)\")\n\t.add(\"Super defence(2)\")\n\t.add(\"Zamorak brew(2)\")\n\n\t/* Ores and bars */\n\t.add(\"Mithril ore\", 25, 10)\n\t.add(\"Adamantite bar\", 1, 3)\n\t.add(\"Coal\", 100, 2)\n\t.add(\"Iron ore\", 150, 1)\n\t.add(\"Steel bar\", [15, 30], 1)\n\n\t/* Other */\n\t.add(\"Coins\", [500, 1109], 10)\n\t.add(\"Grimy ranarr weed\", 1, 7)\n\t.add(\"Bass\", 5, 7)\n\t.add(\"Swordfish\", 5, 4)\n\t.add(\"Shark\", 5, 1)\n\t.add(RareDropTable, 1, 8)\n\t.add(GemTable, 1, 10)\n\t.add(TalismanTable);\n\nexport default new SimpleMonster({\n\tid: 2267,\n\tname: \"Dagannoth Rex\",\n\ttable: DagannothRexTable,\n\taliases: [\"rex\", \"dagannoth rex\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport RareDropTable, { GemTable } from \"../../subtables/RareDropTable\";\nimport RareSeedTable from \"../../subtables/RareSeedTable\";\nimport TalismanTable from \"../../subtables/TalismanTable\";\n\nconst DagannothSupremeTable = new LootTable()\n\t.every(\"Dagannoth bones\")\n\t.every(\"Dagannoth hide\")\n\t.tertiary(20, \"Ensouled dagannoth head\")\n\t.tertiary(42, \"Clue scroll (hard)\")\n\t.tertiary(750, \"Clue scroll (elite)\")\n\t.tertiary(5000, \"Pet dagannoth supreme\")\n\n\t/* Weapons and armour */\n\t.add(\"Mithril knife\", [25, 50], 10)\n\t.add(\"Red d'hide vambraces\", 1, 7)\n\t.add(\"Rune thrownaxe\", [5, 10], 5)\n\t.add(\"Adamant dart\", [10, 25], 5)\n\t.add(\"Iron knife\", [200, 500], 5)\n\t.add(\"Steel knife\", [50, 150], 5)\n\t.add(\"Fremennik blade\")\n\t.add(\"Fremennik shield\")\n\t.add(\"Fremennik helm\")\n\t.add(\"Seercull\")\n\t.add(\"Dragon axe\")\n\t.add(\"Archer helm\")\n\t.add(\"Spined body\")\n\t.add(\"Spined chaps\")\n\t.add(\"Archers ring\")\n\n\t/* ammunition */\n\t.add(\"Steel arrow\", [50, 250], 5)\n\t.add(\"Runite bolts\", [2, 12], 5)\n\t.add(\"Iron arrow\", [200, 700], 4)\n\n\t/* Other */\n\t.add(\"Coins\", [500, 1109], 10)\n\t.add(\"Oyster pearls\", 1, 6)\n\t.add(\"Opal bolt tips\", [10, 30], 5)\n\t.add(\"Shark\", 5, 5)\n\t.add(\"Yew logs\", [50, 150], 5)\n\t.add(\"Grimy ranarr weed\", 1, 5)\n\t.add(\"Maple logs\", [15, 65], 3)\n\t.add(\"Runite limbs\", 1, 2)\n\t.add(\"Feather\", [250, 500], 1)\n\t.add(RareDropTable, 1, 8)\n\t.add(GemTable, 1, 10)\n\t.add(RareSeedTable, 1, 7)\n\t.add(TalismanTable);\n\nexport default new SimpleMonster({\n\tid: 2265,\n\tname: \"Dagannoth Supreme\",\n\ttable: DagannothSupremeTable,\n\taliases: [\"supreme\", \"dagannoth supreme\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport RareDropTable from \"../../subtables/RareDropTable\";\nimport TreeHerbSeedTable from \"../../subtables/TreeHerbSeedTable\";\nimport { GemTable } from \"./../../subtables/RareDropTable\";\n\nconst DerangedArchaeologistTable = new LootTable()\n\t.every(\"Bones\")\n\n\t/* Weapons and armour */\n\t.add(\"Black d'hide body\", 1, 6)\n\t.add(\"Rune sword\", 1, 4)\n\t.add(\"Rune 2h sword\", 1, 3)\n\n\t/* Runes and ammunition */\n\t.add(\"Water rune\", 100, 6)\n\t.add(\"Mud rune\", 40, 6)\n\t.add(\"Rune knife\", 25, 6)\n\t.add(\"Cannonball\", 80, 4)\n\t.add(\"Dragon arrow\", 60, 1)\n\n\t/* Seeds */\n\t.add(TreeHerbSeedTable, 1, 1)\n\n\t/* Materials */\n\t.add(\"Grimy dwarf weed\", 4, 8)\n\t.add(\"White berries\", 10, 7)\n\t.add(\"Black dragonhide\", 8, 6)\n\t.add(\"Gold ore\", 10, 6)\n\t.add(\"Onyx bolt tips\", 6, 6)\n\t.add(\"Runite limbs\", 1, 5)\n\t.add(\"Uncut diamond\", 5, 5)\n\n\t/* Consumables */\n\t.add(\"Prayer potion(3)\", 1, 8)\n\t.add(\"Potato with cheese\", 3, 8)\n\t.add(\"Shark\", 2, 8)\n\t.add(\"Anchovy pizza\", 2, 4)\n\n\t/* Other */\n\t.add(\"Crystal key\", 1, 7)\n\t.add(\"Long bone\", 1, 2)\n\n\t/* Subtables */\n\t.add(RareDropTable, 1, 6)\n\t.add(GemTable, 1, 6)\n\n\t/* Tertiary */\n\t.tertiary(2, \"Numulite\", [5, 32])\n\t.tertiary(15, \"Unidentified large fossil\")\n\t.tertiary(29, \"Unidentified small fossil\")\n\t.tertiary(58, \"Unidentified medium fossil\")\n\t.tertiary(200, \"Clue scroll (elite)\")\n\t.tertiary(292, \"Unidentified rare fossil\");\n\nexport default new SimpleMonster({\n\tid: 7806,\n\tname: \"Deranged Archaeologist\",\n\ttable: DerangedArchaeologistTable,\n\taliases: [\"deranged arch\", \"deranged archaeologist\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport GWRareDropTable, { GWGemTable, ShardTable } from \"../../subtables/GWRareDropTable\";\n\nconst GeneralGraardorArmorTable = new LootTable().add(\"Bandos chestplate\").add(\"Bandos tassets\").add(\"Bandos boots\");\n\nconst MinionUniqueTable = new LootTable().add(\"Coins\", [1400, 1500], 124).add(GeneralGraardorArmorTable, 1, 3);\n\nconst MinionShardTable = new LootTable().add(\"Coins\", [1400, 1500], 9).add(ShardTable, 1, 3);\n\nconst MinionTable = new LootTable()\n\t.every(\"Bones\")\n\t.add(MinionUniqueTable, 1, 1)\n\t.add(MinionShardTable, 1, 1)\n\t.add(\"Steel dart\", [95, 100], 8)\n\t.add(\"Nature rune\", [15, 20], 8)\n\t.add(\"Cosmic rune\", [25, 30], 8)\n\t.add(\"Shark\", 2, 8)\n\t.add(\"Chilli potato\", 3, 8)\n\t.add(\"Steel arrow\", [95, 100], 7)\n\t.add(\"Coins\", [1400, 1500], 66)\n\t.add(\"Limpwurt root\", 5, 8)\n\t.add(\"Combat potion(3)\", 1, 2)\n\t.add(\"Super strength(3)\", 1, 2)\n\t.tertiary(128, \"Clue scroll (hard)\")\n\t.tertiary(5000, \"Goblin champion scroll\");\n\nconst StrongsackMinionTable = new LootTable({ limit: 6 }).every(MinionTable).add(\"Kebab\", 1, 1);\nconst SteelwillMinionTable = new LootTable({ limit: 6 }).every(MinionTable).add(\"Beer\", 1, 1);\nconst GrimspikeMinionTable = new LootTable({ limit: 6 }).every(MinionTable).add(\"Right eye patch\", 1, 1);\n\nconst UniqueTable = new LootTable()\n\t.add(GeneralGraardorArmorTable, 1, 4)\n\t.add(ShardTable, 1, 2)\n\t.add(\"Bandos hilt\")\n\t.add(\"Coins\", [20_100, 20_600], 5);\n\nconst GeneralGraardorTable = new LootTable()\n\t.every(\"Big bones\")\n\t.every(StrongsackMinionTable)\n\t.every(SteelwillMinionTable)\n\t.every(GrimspikeMinionTable)\n\t.add(UniqueTable, 1, 3)\n\t.tertiary(250, \"Clue scroll (elite)\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(5000, \"Pet general graardor\")\n\t.tertiary(5013, \"Curved bone\")\n\n\t/* Weapons and armour */\n\t.add(\"Rune longsword\", 1, 8)\n\t.add(\"Rune 2h sword\", 1, 8)\n\t.add(\"Rune platebody\", 1, 8)\n\t.add(\"Rune pickaxe\", 1, 6)\n\n\t/* Other */\n\t.add(\"Coins\", [19_500, 20_000], 28)\n\t.add(\"Grimy snapdragon\", 3, 8)\n\t.add(\"Snapdragon seed\", 1, 8)\n\t.add(\"Super restore(4)\", 3, 8)\n\t.add(\"Adamantite ore\", [15, 20], 8)\n\t.add(\"Coal\", [115, 120], 8)\n\t.add(\"Magic logs\", [15, 20], 8)\n\t.add(\"Nature rune\", [65, 70], 8)\n\n\t.add(GWRareDropTable, 1, 8)\n\t.add(GWGemTable, 1, 2);\n\nexport default new SimpleMonster({\n\tid: 2215,\n\tname: \"General Graardor\",\n\ttable: GeneralGraardorTable,\n\taliases: [\"graardor\", \"bandos\", \"general graardor\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport RareDropTable, { GemTable } from \"../../subtables/RareDropTable\";\n\nconst GiantMoleTable = new LootTable()\n\t.every(\"Big bones\")\n\t.every(\"Mole claw\", 1)\n\t.every(\"Mole skin\", [1, 3])\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(500, \"Clue scroll (elite)\")\n\t.tertiary(3000, \"Baby mole\")\n\t.tertiary(5013, \"Curved bone\")\n\n\t/* Weapons and armour */\n\t.add(\"Adamant longsword\", 1, 10)\n\t.add(\"Mithril platebody\", 1, 9)\n\t.add(\"Amulet of strength\", 1, 7)\n\t.add(\"Mithril axe\", 1, 2)\n\t.add(\"Mithril battleaxe\")\n\t.add(\"Rune med helm\")\n\n\t/* Runes and ammunition */\n\t.add(\"Air rune\", 105, 20)\n\t.add(\"Blood rune\", 15, 19)\n\t.add(\"Fire rune\", 105, 11)\n\t.add(\"Death rune\", 7, 3)\n\t.add(\"Law rune\", 15, 5)\n\t.add(\"Iron arrow\", 690, 10)\n\n\t/* Other */\n\t.add(\"Yew logs\", 100, 10)\n\t.add(\"Shark\", 4, 4)\n\t.add(\"Mithril bar\", 1, 3)\n\t.add(\"Iron ore\", 100, 2)\n\t.add(\"Oyster pearls\")\n\n\t/* Subtables */\n\t.add(RareDropTable, 1, 4)\n\t.add(GemTable, 1, 5);\n\nexport default new SimpleMonster({\n\tid: 5779,\n\tname: \"Giant Mole\",\n\ttable: GiantMoleTable,\n\taliases: [\"mole\", \"giant mole\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport RareDropTable from \"../../subtables/RareDropTable\";\n\nconst KqConsumablesTable = new LootTable()\n\t.add(\"Monkfish\", 3, 1)\n\t.add(\"Shark\", 2, 1)\n\t.add(\"Dark crab\", 2, 1)\n\t.add(\"Saradomin brew(4)\", 1, 1)\n\t.add(\"Prayer potion(4)\", 2, 1)\n\t.add(\"Super restore(4)\", 1, 1)\n\t.add(\"Super combat potion(2)\", 1, 1)\n\t.add(\"Ranging potion(3)\", 1, 1)\n\t.add(\"Superantipoison(2)\", 1, 1);\n\nconst KalphiteQueenTable = new LootTable({ limit: 256 })\n\n\t/* Consumables */\n\t.every(KqConsumablesTable)\n\n\t/* Weapons and armor */\n\t.add(\"Battlestaff\", 10, 10)\n\t.add(\"Rune chainbody\", 1, 9)\n\t.add(\"Red d'hide body\", 1, 8)\n\t.add(\"Rune knife(p++)\", 25, 8)\n\t.add(\"Lava battlestaff\", 1, 4)\n\t.add(\"Dragon chainbody\", 1, 2)\n\t.add(\"Dragon 2h sword\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Death rune\", 150, 12)\n\t.add(\"Blood rune\", 100, 12)\n\t.add(\"Mithril arrow\", 500, 10)\n\t.add(\"Rune arrow\", 250, 6)\n\n\t/* Herbs */\n\t.add(\"Grimy toadflax\", 25, 4)\n\t.add(\"Grimy ranarr weed\", 25, 4)\n\t.add(\"Grimy snapdragon\", 25, 4)\n\t.add(\"Grimy torstol\", 25, 4)\n\n\t/* Seeds */\n\t.add(\"Torstol seed\", 2, 8)\n\t.add(\"Watermelon seed\", 25, 6)\n\t.add(\"Papaya tree seed\", 2, 6)\n\t.add(\"Palm tree seed\", 2, 6)\n\t.add(\"Magic seed\", 2, 6)\n\n\t/* Resources */\n\t.add(\"Runite bar\", 3, 10)\n\t.add(\"Bucket of sand\", 100, 8)\n\t.add(\"Gold ore\", 250, 8)\n\t.add(\"Magic logs\", 60, 8)\n\t.add(\"Uncut emerald\", 25, 6)\n\t.add(\"Uncut ruby\", 25, 6)\n\t.add(\"Uncut diamond\", 25, 6)\n\n\t/* Other */\n\t.add(\"Wine of zamorak\", 60, 20)\n\t.add(\"Potato cactus\", 100, 16)\n\t.add(\"Coins\", [15_000, 20_000], 10)\n\t.add(\"Grapes\", 100, 10)\n\t.add(\"Weapon poison(++)\", 5, 10)\n\t.add(\"Cactus spine\", 10, 6)\n\n\t/* RDT */\n\t.add(RareDropTable, 1, 2)\n\n\t/* Tertiary */\n\t.tertiary(20, \"Ensouled kalphite head\")\n\t.tertiary(100, \"Clue scroll (elite)\")\n\t.tertiary(128, \"Kq head\")\n\t.tertiary(400, \"Dragon pickaxe\")\n\t.tertiary(2000, \"Jar of sand\")\n\t.tertiary(3000, \"Kalphite princess\");\n\nexport default new SimpleMonster({\n\tid: 963,\n\tname: \"Kalphite Queen\",\n\ttable: KalphiteQueenTable,\n\taliases: [\"kalphite queen\", \"kq\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { itemTupleToTable } from \"../../../util\";\nimport GWRareDropTable, { GWGemTable, ShardTable } from \"../../subtables/GWRareDropTable\";\n\nconst KreearraArmorTable = new LootTable().add(\"Armadyl helmet\").add(\"Armadyl chestplate\").add(\"Armadyl chainskirt\");\n\nconst MinionUniqueTable = new LootTable().add(\"Coins\", [1000, 1100], 124).add(KreearraArmorTable, 1, 3);\n\nconst MinionShardTable = new LootTable().add(\"Coins\", [1000, 1100], 9).add(ShardTable, 1, 3);\n\nconst MinionTable = new LootTable()\n\t.every(\"Bones\")\n\t.every(\"Feather\", [1, 11])\n\t.add(MinionUniqueTable, 1, 1)\n\t.add(MinionShardTable, 1, 1)\n\t.add(\"Steel dart\", [91, 101], 8)\n\t.add(\"Smoke rune\", [10, 15], 8)\n\t.add(\"Manta ray\", 2, 8)\n\t.add(\"Mushroom potato\", 3, 8)\n\t.add(\"Steel arrow\", [91, 101], 7)\n\t.add(\"Coins\", [1000, 1100], 70)\n\t.add(\"Crushed nest\", 2, 8)\n\t.add(\"Grimy kwuarm\", 1, 8)\n\t.tertiary(128, \"Clue scroll (hard)\");\n\nconst UniqueTable = new LootTable()\n\t.add(KreearraArmorTable, 1, 4)\n\t.add(ShardTable, 1, 2)\n\t.add(\"Armadyl hilt\")\n\t.add(\"Coins\", [20_500, 21_000], 5);\n\nconst KreearraTable = new LootTable()\n\t.every(\"Big bones\")\n\t.every(MinionTable, 3)\n\t.every(\"Feather\", [1, 16])\n\t.add(UniqueTable, 1, 3)\n\t.tertiary(250, \"Clue scroll (elite)\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(5000, \"Pet kree'arra\")\n\t.tertiary(5013, \"Curved bone\")\n\n\t/* Weapons and armour */\n\t.add(\"Black d'hide body\", 1, 8)\n\t.add(\"Rune crossbow\", 1, 8)\n\n\t/* Runes and ammunition */\n\t.add(\"Mind rune\", [586, 601], 8)\n\t.add(\"Rune arrow\", [100, 105], 8)\n\t.add(\"Runite bolts\", [20, 25], 8)\n\t.add(\"Dragonstone bolts (e)\", [5, 10], 8)\n\n\t/* Other */\n\t.add(\"Coins\", [19_500, 20_000], 40)\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Ranging potion(3)\", 3],\n\t\t\t[\"Super defence(3)\", 3],\n\t\t]),\n\t\t1,\n\t\t8,\n\t)\n\t.add(\"Grimy dwarf weed\", [8, 13], 8)\n\t.add(\"Dwarf weed seed\", 3, 8)\n\t.add(\"Crystal key\", 1, 1)\n\t.add(\"Yew seed\", 1, 1)\n\n\t.add(GWRareDropTable, 1, 8)\n\t.add(GWGemTable, 1, 2);\n\nexport default new SimpleMonster({\n\tid: 3162,\n\tname: \"Kree'arra\",\n\ttable: KreearraTable,\n\taliases: [\"arma\", \"armadyl\", \"kree\", \"kree'arra\", \"bird person\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { itemTupleToTable } from \"../../../util\";\nimport GWRareDropTable, { GWGemTable, ShardTable } from \"../../subtables/GWRareDropTable\";\n\nconst MinionUniqueTable = new LootTable().add(\"Coins\", [1300, 1400], 124).add(\"Zamorakian spear\", 1, 3);\n\nconst MinionShardTable = new LootTable().add(\"Coins\", [1300, 1400], 9).add(ShardTable, 1, 3);\n\nconst MinionTable = new LootTable()\n\t.every(\"Malicious ashes\")\n\t.add(MinionUniqueTable, 1, 1)\n\t.add(MinionShardTable, 1, 1)\n\t.add(\"Steel dart\", [95, 100], 8)\n\t.add(\"Death rune\", [5, 10], 8)\n\t.add(\"Blood rune\", [5, 10], 8)\n\t.add(\"Steel arrow\", [95, 100], 7)\n\t.add(\"Coins\", [1300, 1400], 66)\n\t.add(\"Shark\", 3, 8)\n\t.add(\"Tuna potato\", 2, 8)\n\t.add(\"Wine of zamorak\", [5, 10], 8)\n\t.add(\"Super attack(3)\", 1, 2)\n\t.add(\"Super strength(3)\", 1, 2)\n\t.tertiary(128, \"Clue scroll (hard)\");\n\nconst ZaklnGritchMinionTable = new LootTable({ limit: 5000 })\n\t.every(MinionTable)\n\t.add(\"Lesser demon champion scroll\", 1, 1);\n\nconst UniqueTable = new LootTable()\n\t.add(\"Steam battlestaff\", 1, 4)\n\t.add(\"Zamorakian spear\", 1, 4)\n\t.add(\"Staff of the dead\")\n\t.add(\"Zamorak hilt\")\n\t.add(ShardTable, 1, 2);\n\nconst KrilTsutsarothTable = new LootTable()\n\t.every(\"Infernal ashes\")\n\t.every(MinionTable, 2)\n\t.every(ZaklnGritchMinionTable)\n\t.add(UniqueTable, 1, 3)\n\t.tertiary(250, \"Clue scroll (elite)\")\n\t.tertiary(5000, \"Pet k'ril tsutsaroth\")\n\n\t/* Weapons and armour */\n\t.add(\"Adamant arrow(p++)\", [295, 300], 8)\n\t.add(\"Rune scimitar\", 1, 8)\n\t.add(\"Adamant platebody\", 1, 8)\n\t.add(\"Rune platelegs\", 1, 7)\n\t.add(\"Dragon dagger(p++)\", 1, 2)\n\n\t/* Potions */\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Super attack(3)\", 3],\n\t\t\t[\"Super strength(3)\", 3],\n\t\t]),\n\t\t1,\n\t\t8,\n\t)\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Super restore(3)\", 3],\n\t\t\t[\"Zamorak brew(3)\", 3],\n\t\t]),\n\t\t1,\n\t\t8,\n\t)\n\n\t/* Other */\n\t.add(\"Coins\", [19_500, 20_000], 33)\n\t.add(\"Grimy lantadyme\", 10, 8)\n\t.add(\"Lantadyme seed\", 3, 8)\n\t.add(\"Death rune\", [120, 125], 8)\n\t.add(\"Blood rune\", [80, 85], 8)\n\n\t.add(GWRareDropTable, 1, 8)\n\t.add(GWGemTable, 1, 2);\n\nexport default new SimpleMonster({\n\tid: 3129,\n\tname: \"K'ril Tsutsaroth\",\n\ttable: KrilTsutsarothTable,\n\taliases: [\"kril\", \"zammy\", \"zamorak\", \"k'ril tsutsaroth\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { itemTupleToTable } from \"../../../util\";\n\nconst OborTable = new LootTable({ limit: 118 })\n\t.every(\"Big bones\")\n\t.every(\"Clue scroll (beginner)\")\n\t.every(\"Ensouled giant head\")\n\t.tertiary(16, \"Giant key\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(5000, \"Giant champion scroll\")\n\t.tertiary(5013, \"Curved bone\")\n\n\t/* Weapons and armour */\n\t.add(\"Rune med helm\", 1, 6)\n\t.add(\"Rune full helm\", 1, 5)\n\t.add(\"Rune longsword\", 1, 5)\n\t.add(\"Rune battleaxe\", 1, 4)\n\t.add(\"Rune kiteshield\", 1, 3)\n\t.add(\"Rune chainbody\", 1, 3)\n\t.add(\"Rune platelegs\", 1, 3)\n\t.add(\"Rune plateskirt\", 1, 3)\n\t.add(\"Rune 2h sword\", 1, 3)\n\t.add(\"Hill giant club\", 1, 1)\n\n\t/* Runes */\n\t.add(\"Law rune\", [50, 99], 12)\n\t.add(\"Cosmic rune\", [60, 119], 12)\n\t.add(\"Chaos rune\", [100, 199], 10)\n\t.add(\"Death rune\", [40, 79], 10)\n\t.add(\"Nature rune\", [40, 79], 7)\n\n\t/* Other */\n\t.add(\"Coins\", [10_000, 20_000], 10)\n\t.add(\"Limpwurt root\", 20, 8)\n\t.add(\"Big bones\", 50, 8)\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Uncut diamond\", 5],\n\t\t\t[\"Uncut ruby\", 5],\n\t\t]),\n\t\t1,\n\t\t5,\n\t);\n\nexport default new SimpleMonster({\n\tid: 7416,\n\tname: \"Obor\",\n\ttable: OborTable,\n\taliases: [\"obor\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport RareDropTable from \"../../subtables/RareDropTable\";\nimport TreeHerbSeedTable from \"../../subtables/TreeHerbSeedTable\";\n\nconst UniquePhantomMuspahTable = new LootTable()\n\t.add(\"Ancient essence\", [540, 599], 60)\n\t.add(\"Ancient essence\", [885, 995], 23)\n\t.add(\"Ancient essence\", [1970, 2060], 10)\n\t.add(\"Frozen cache\", 1, 4)\n\t.add(\"Ancient icon\", 1, 2)\n\t.add(\"Venator shard\", 1, 1);\n\nconst FoodAndPotions = new LootTable()\n\t.every(new LootTable().add(\"Shark\", [4, 6]).add(\"Summer pie\", [4, 6]))\n\t.every(new LootTable().add(\"Ancient brew(3)\", [1, 2]).add(\"Super restore(3)\", [2, 3]))\n\t.every(new LootTable().add(\"Ranging potion(3)\", [1, 2]).add(\"Prayer potion(3)\", [2, 3]));\n\nconst MoreHerbs = new LootTable()\n\t.add(\"Grimy kwuarm\", 6, 5)\n\t.add(\"Grimy cadantine\", 6, 4)\n\t.add(\"Grimy dwarf weed\", 6, 4)\n\t.add(\"Grimy lantadyme\", 6, 3);\n\nconst NormalPhantomMuspahTable = new LootTable()\n\t/* Weapons and armour */\n\t.add(\"Rune kiteshield\", 3, 10)\n\t.add(\"Dragon plateskirt\", 1, 5)\n\t.add(\"Rune platelegs\", 3, 5)\n\t.add(\"Black d'hide body\", 1, 5)\n\t.add(\"Dragon platelegs\", 2, 4)\n\t.add(\"Rune sword\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Law rune\", 146, 10)\n\t.add(\"Soul rune\", 466, 10)\n\t.add(\"Death rune\", 428, 10)\n\t.add(\"Smoke rune\", 314, 10)\n\t.add(\"Chaos rune\", 480, 5)\n\t.add(\"Fire rune\", 1964, 5)\n\t.add(\"Cannonball\", 666, 5)\n\n\t/* Herbs */\n\t.add(\"Grimy toadflax\", 55, 3)\n\t.add(MoreHerbs, 1, 5)\n\n\t/* Seeds */\n\t.add(\"Yew seed\", 2, 5)\n\t.add(\"Torstol seed\", 4, 5)\n\t.add(\"Palm tree seed\", 2, 5)\n\t.add(\"Ranarr seed\", 3, 5)\n\t.add(\"Snapdragon seed\", 5, 4)\n\t.add(\"Ranarr seed\", 8, 3)\n\t.add(\"Spirit seed\", 1, 2)\n\t.add(TreeHerbSeedTable, 3, 5, { multiply: true })\n\n\t/* Resources */\n\t.add(\"Adamantite ore\", 22, 10)\n\t.add(\"Gold ore\", 180, 10)\n\t.add(\"Teak plank\", 22, 10)\n\t.add(\"Molten glass\", 89, 10)\n\t.add(\"Pure essence\", 2314, 5)\n\t.add(\"Coal\", 163, 5)\n\t.add(\"Runite ore\", 18, 3)\n\t.add(\"Silver ore\", 101, 2)\n\n\t/* Other */\n\t.add(\"Manta ray\", 28, 10)\n\t.add(\"Water orb\", 21, 10)\n\t.add(\"Dragon bolts (unf)\", 89, 10)\n\t.add(\"Limpwurt root\", 21, 3)\n\n\t/* Rare drop table */\n\t.add(RareDropTable, 1, 5);\n\nconst TotalPhantomMuspahTable = new LootTable()\n\t// If venator shard drops, delete other drops on that kill\n\t.every(UniquePhantomMuspahTable, 1)\n\t.every(new LootTable().add(NormalPhantomMuspahTable, 1, 7).add(FoodAndPotions, 1, 2), 1)\n\t.every(NormalPhantomMuspahTable)\n\t// Charged ice once if under 3 min, skipped here\n\t.tertiary(40, \"Clue scroll (hard)\")\n\t.tertiary(50, \"Clue scroll (elite)\")\n\t.tertiary(2500, \"Muphin\");\n\nexport default new SimpleMonster({\n\tid: 12_077,\n\tname: \"Phantom Muspah\",\n\ttable: TotalPhantomMuspahTable,\n\taliases: [\"phantom muspah\", \"muspah\", \"money slug\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../subtables/RareDropTable\";\nimport RareSeedTable from \"../../subtables/RareSeedTable\";\n\nconst TatteredPageTable = new LootTable()\n\t.add(\"Tattered moon page\")\n\t.add(\"Tattered sun page\")\n\t.add(\"Tattered temple page\");\n\nconst HerbTable = new LootTable()\n\t.add(\"Grimy kwuarm\", [10, 15], 31)\n\t.add(\"Grimy cadantine\", [10, 15], 27)\n\t.add(\"Grimy dwarf weed\", [10, 15], 25)\n\t.add(\"Grimy avantoe\", [5, 10], 22)\n\t.add(\"Grimy lantadyme\", [10, 15], 17)\n\t.add(\"Grimy ranarr weed\", [5, 10], 16)\n\t.add(\"Grimy snapdragon\", [5, 10], 15)\n\t.add(\"Grimy torstol\", [5, 10], 12);\n\nconst SarachnisTable = new LootTable()\n\t/* Pre-roll */\n\t.oneIn(192, \"Dragon med helm\")\n\t.oneIn(384, \"Sarachnis cudgel\")\n\n\t/* Armour and weaponry */\n\t.add(\"Battlestaff\", [8, 10], 2)\n\t.add(\"Rune platebody\", 1, 2)\n\t.add(\"Rune med helm\", 1, 2)\n\t.add(\"Rune 2h sword\", 1, 2)\n\n\t/* Runes and ammunition */\n\t.add(\"Blood rune\", [80, 100], 5)\n\t.add(\"Chaos rune\", [175, 200], 5)\n\t.add(\"Cosmic rune\", [125, 150], 5)\n\t.add(\"Death rune\", [80, 100], 5)\n\t.add(\"Soul rune\", [80, 100], 5)\n\t.add(\"Mithril arrow\", [450, 600], 2)\n\t.add(\"Mithril bolts\", [175, 225], 2)\n\n\t/* Seeds and Herbs */\n\t.add(HerbTable, 1, 10)\n\t.add(RareSeedTable, 3, 2)\n\t.add(\"Maple seed\", 2, 1)\n\t.add(\"Papaya tree seed\", 2, 1)\n\t.add(\"Yew seed\", 1, 1)\n\n\t/* Materials */\n\t.add(\"Mithril ore\", [60, 90], 6)\n\t.add(\"Red dragonhide\", [15, 25], 5)\n\t.add(\"Uncut sapphire\", [20, 30], 4)\n\t.add(\"Adamantite ore\", [30, 40], 3)\n\t.add(\"Uncut emerald\", [20, 30], 3)\n\t.add(\"Onyx bolt tips\", [8, 10], 2)\n\t.add(\"Uncut ruby\", [20, 30], 2)\n\t.add(\"Runite ore\", [4, 6], 1)\n\t.add(\"Uncut diamond\", [20, 30], 1)\n\n\t/* Other */\n\t.add(\"Coins\", [17_000, 25_000], 6)\n\t.add(\"Dragon bones\", [10, 15], 5)\n\t.add(\"Egg potato\", [5, 8], 5)\n\t.add(\"Weapon poison(++)\", [4, 6], 2)\n\t.add(\"Crystal key\", 1, 1)\n\t.add(\"Spider carcass\", 10, 1)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 1)\n\n\t/* Tertiary */\n\t.tertiary(5, TatteredPageTable)\n\t.tertiary(15, \"Grubby key\")\n\t.tertiary(20, \"Giant egg sac(full)\")\n\t.tertiary(40, \"Clue scroll (hard)\")\n\t.tertiary(60, \"Clue scroll (elite)\")\n\t.tertiary(2000, \"Jar of eyes\")\n\t.tertiary(3000, \"Sraracha\");\n\nexport default new SimpleMonster({\n\tid: 8713,\n\tname: \"Sarachnis\",\n\ttable: SarachnisTable,\n\taliases: [\"sarachnis\", \"sarac\", \"sarach\", \"saracnis\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\n\nconst ScurriusTable = new LootTable({ limit: 100 })\n\t.every(\"Big bones\")\n\t.every(\"Raw rat meat\")\n\t.add(\"Adamant platebody\", 1, 6)\n\t.add(\"Rune med helm\", 1, 6)\n\t.add(\"Rune full helm\", 1, 6)\n\t.add(\"Rune sq shield\", 1, 6)\n\t.add(\"Rune chainbody\", 1, 6)\n\t.add(\"Rune battleaxe\", 1, 6)\n\t.add(\"Adamant arrow\", [20, 50], 6)\n\t.add(\"Rune arrow\", [20, 50], 6)\n\t.add(\"Chaos rune\", [70, 125], 6)\n\t.add(\"Death rune\", [40, 90], 3)\n\t.add(\"Law rune\", [10, 30], 3)\n\t.add(\"Trout\", [1, 3], 6)\n\t.add(\"Tuna\", [1, 3], 6)\n\t.add(\"Lobster\", [1, 3], 6)\n\t.add(\"Prayer potion(4)\", 1, 6)\n\t.add(\"Shark\", 1, 3)\n\t.add(\"Ranging potion(1)\", 1, 3)\n\t.add(\"Super strength(1)\", 1, 3)\n\t.add(\"Cheese\", 1, 1)\n\t.add(\"Coins\", [1000, 9000], 6)\n\t.tertiary(25, \"Clue scroll (medium)\")\n\t.tertiary(33, \"Scurrius' spine\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(3000, \"Scurry\")\n\t.tertiary(5012, \"Curved bone\");\n\nexport default new SimpleMonster({\n\tid: 7222,\n\tname: \"Scurrius\",\n\ttable: ScurriusTable,\n\taliases: [\"scurrius\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\n\nconst AncientShardTable = new LootTable({ limit: 100 })\n\t.add(\"Ancient shard\", 1, 75)\n\t.add(\"Ancient shard\", 2, 15)\n\t.add(\"Ancient shard\", 3, 5)\n\t.add(\"Ancient shard\", 4, 4)\n\t.add(\"Ancient shard\", 5, 1);\n\nconst SkotizoTable = new LootTable()\n\t.every(\"Infernal ashes\")\n\t.every(\"Clue scroll (hard)\")\n\t.every(AncientShardTable)\n\n\t/* Armour */\n\t.add(\"Rune platebody\", 3, 1)\n\t.add(\"Rune platelegs\", 3, 1)\n\t.add(\"Rune plateskirt\", 3, 1)\n\n\t/* Runes */\n\t.add(\"Death rune\", 500, 1)\n\t.add(\"Soul rune\", 450, 1)\n\t.add(\"Blood rune\", 450, 1)\n\n\t/* Herbs */\n\t.add(\"Grimy snapdragon\", 20, 1)\n\t.add(\"Grimy torstol\", 20, 1)\n\n\t/* Materials */\n\t.add(\"Battlestaff\", 25, 1)\n\t.add(\"Onyx bolt tips\", 40, 1)\n\t.add(\"Adamantite ore\", 75, 1)\n\t.add(\"Runite bar\", 20, 1)\n\t.add(\"Raw anglerfish\", 60, 1)\n\t.add(\"Mahogany plank\", 150, 1)\n\t.oneIn(100, \"Uncut dragonstone\", 10)\n\t.oneIn(1000, \"Uncut onyx\")\n\n\t/* Other */\n\t.oneIn(100, \"Shield left half\")\n\n\t/* Tertiary */\n\t.tertiary(5, \"Clue scroll (elite)\")\n\t.tertiary(9, \"Ensouled demon head\")\n\t.tertiary(25, \"Dark claw\")\n\t.tertiary(65, \"Skotos\")\n\t.tertiary(128, \"Dark totem base\")\n\t.tertiary(128, \"Dark totem base\")\n\t.tertiary(128, \"Dark totem base\")\n\t.tertiary(128, \"Dark totem\")\n\t.tertiary(200, \"Jar of darkness\");\n\nexport default new SimpleMonster({\n\tid: 7286,\n\tname: \"Skotizo\",\n\ttable: SkotizoTable,\n\taliases: [\"skotizo\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport RareDropTable from \"../../subtables/RareDropTable\";\nimport TreeHerbSeedTable from \"../../subtables/TreeHerbSeedTable\";\n\nconst VorkathBoltTipTable = new LootTable()\n\t.add(\"Diamond bolt tips\", [25, 30], 10)\n\t.add(\"Emerald bolt tips\", [25, 30], 8)\n\t.add(\"Ruby bolt tips\", [25, 30], 8)\n\t.add(\"Dragonstone bolt tips\", [25, 30], 6)\n\t.add(\"Onyx bolt tips\", [25, 30], 3)\n\t.add(\"Sapphire bolt tips\", [25, 30], 2);\n\nconst VorkathTable = new LootTable()\n\t.every(\"Superior dragon bones\")\n\t.every(\"Blue dragonhide\")\n\n\t/* Weapons and armour */\n\t.add(\"Rune longsword\", [2, 3], 5)\n\t.add(\"Rune kiteshield\", [2, 3], 5)\n\t.add(\"Battlestaff\", [5, 15], 4)\n\t.add(\"Dragon battleaxe\", 1, 2)\n\t.add(\"Dragon longsword\", 1, 2)\n\t.add(\"Dragon platelegs\", 1, 2)\n\t.add(\"Dragon plateskirt\", 1, 2)\n\n\t/* Runes */\n\t.add(\"Chaos rune\", [650, 1000], 6)\n\t.add(\"Death rune\", [300, 500], 6)\n\t.add(\"Wrath rune\", [30, 60], 3)\n\n\t/* Dragonhide */\n\t.add(\"Blue dragonhide\", [25, 30], 8)\n\t.add(\"Green dragonhide\", [25, 30], 7)\n\t.add(\"Red dragonhide\", [20, 25], 7)\n\t.add(\"Black dragonhide\", [15, 25], 7)\n\n\t/* Fletching materials */\n\t.add(\"Dragon bolts (unf)\", [50, 100], 8)\n\t.add(\"Dragon dart tip\", [10, 50], 6)\n\t.add(\"Dragonstone bolt tips\", [11, 25], 5)\n\t.add(\"Onyx bolt tips\", [5, 10], 4)\n\t.add(\"Rune dart tip\", [75, 100], 3)\n\t.add(\"Dragon arrowtips\", [25, 50], 3)\n\t.add(VorkathBoltTipTable, 1, 5)\n\n\t/* Other */\n\t.add(RareDropTable, 1, 5)\n\t.add(TreeHerbSeedTable, 1, 3)\n\t.add(\"Snapdragon seed\")\n\t.add(\"Torstol seed\")\n\t.add(\"Adamantite ore\", [10, 30], 7)\n\t.add(\"Coins\", [20_000, 81_000], 5)\n\t.add(\"Grapes\", [250, 300], 5)\n\t.add(\"Magic logs\", 50, 5)\n\t.add(\"Manta ray\", [35, 55], 4)\n\t.add(\"Dragon bones\", [15, 20], 4)\n\t.add(\"Diamond\", [10, 20], 4)\n\t.add(\"Dragonstone\", [2, 3], 3)\n\t.add(\"Wrath talisman\", 1, 3);\n\nconst TotalVorkathTable = new LootTable()\n\t.every(VorkathTable, 2)\n\t.tertiary(10, \"Scaly blue dragonhide\")\n\t.tertiary(50, 21_907) // Vorkath's head, exists twice, this is the head with 50k worth\n\t.tertiary(65, \"Clue scroll (elite)\")\n\t.tertiary(1000, \"Dragonbone necklace\")\n\t.tertiary(3000, \"Jar of decay\")\n\t.tertiary(3000, \"Vorki\")\n\t.tertiary(5000, \"Draconic visage\")\n\t.tertiary(5000, \"Skeletal visage\");\n\nexport default new SimpleMonster({\n\tid: 8061,\n\tname: \"Vorkath\",\n\ttable: TotalVorkathTable,\n\taliases: [\"vorkath\", \"vorki\", \"vork\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport RareDropTable from \"../../subtables/RareDropTable\";\n\nconst ZulrahUniqueTable = new LootTable()\n\t.add(\"Tanzanite fang\")\n\t.add(\"Magic fang\")\n\t.add(\"Serpentine visage\")\n\t.add(\"Uncut onyx\");\n\nconst ZulrahFlaxMutagenTable = new LootTable()\n\t.add(\"Tanzanite mutagen\", 1, 10)\n\t.add(\"Magma mutagen\", 1, 10)\n\t.add(\"Flax\", 1000, 5244);\n\nconst ZulrahTable = new LootTable()\n\t.add(RareDropTable, 1, 9)\n\t.oneIn(256, ZulrahUniqueTable)\n\n\t/* Weapons and armour */\n\t.add(\"Battlestaff\", 10, 10)\n\t.add(\"Dragon med helm\", 1, 2)\n\t.add(\"Dragon halberd\", 1, 2)\n\n\t/* Runes */\n\t.add(\"Death rune\", 300, 12)\n\t.add(\"Law rune\", 200, 12)\n\t.add(\"Chaos rune\", 500, 12)\n\n\t/* Herbs */\n\t.add(\"Snapdragon\", 10, 2)\n\t.add(\"Dwarf weed\", 30, 2)\n\t.add(\"Toadflax\", 25, 2)\n\t.add(\"Torstol\", 10, 2)\n\n\t/* Seeds */\n\t.add(\"Palm tree seed\", 1, 6)\n\t.add(\"Papaya tree seed\", 3, 6)\n\t.add(\"Calquat tree seed\", 2, 6)\n\t.add(\"Magic seed\", 1, 4)\n\t.add(\"Toadflax seed\", 2, 2)\n\t.add(\"Snapdragon seed\", 1, 2)\n\t.add(\"Dwarf weed seed\", 2, 2)\n\t.add(\"Torstol seed\", 1, 2)\n\t.add(\"Spirit seed\")\n\n\t/* Resources */\n\t.add(\"Snakeskin\", 35, 11)\n\t.add(\"Runite ore\", 2, 11)\n\t.add(\"Pure essence\", 1500, 10)\n\t.add(ZulrahFlaxMutagenTable, 1, 10)\n\t.add(\"Yew logs\", 35, 10)\n\t.add(\"Adamantite bar\", 20, 8)\n\t.add(\"Coal\", 200, 8)\n\t.add(\"Dragon bones\", 12, 8)\n\t.add(\"Mahogany logs\", 50, 8)\n\n\t/* Other */\n\t.add(\"Zul-andra teleport\", 4, 15)\n\t.add(\"Manta ray\", 35, 12)\n\t.add(\"Antidote++(4)\", 10, 9)\n\t.add(\"Dragonstone bolt tips\", 12, 8)\n\t.add(\"Grapes\", 250, 6)\n\t.add(\"Coconut\", 20, 6)\n\t.add(\"Swamp tar\", 1000, 5)\n\t.add(\"Zulrah's scales\", 500, 5);\n\nconst TotalZulrahTable = new LootTable()\n\t.every(ZulrahTable, 2)\n\t.every(\"Zulrah's scales\", [100, 299])\n\t.tertiary(75, \"Clue scroll (elite)\")\n\t.tertiary(3000, \"Jar of swamp\")\n\t.tertiary(4000, \"Pet snakeling\");\n\nexport default new SimpleMonster({\n\tid: 2042,\n\tname: \"Zulrah\",\n\ttable: TotalZulrahTable,\n\taliases: [\"zulrah\", \"snek\", \"zul\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport RareDropTable from \"../../../subtables/RareDropTable\";\nimport TalismanTable from \"../../../subtables/TalismanTable\";\nimport TreeHerbSeedTable from \"../../../subtables/TreeHerbSeedTable\";\n\nconst HerbSubTable = new LootTable()\n\t.add(\"Grimy kwuarm\", 25, 10)\n\t.add(\"Grimy dwarf weed\", 25, 9)\n\t.add(\"Grimy cadantine\", 25, 9)\n\t.add(\"Grimy lantadyme\", 25, 7);\n\nconst AbyssalSireTable = new LootTable()\n\t.every(\"Abyssal ashes\")\n\n\t/* Weapons and armour */\n\t.add(\"Battlestaff\", 10, 6)\n\t.add(\"Rune full helm\", 3, 4)\n\t.add(\"Mystic lava staff\", 2, 4)\n\t.add(\"Rune sword\", 3, 4)\n\t.add(\"Rune platebody\", 2, 4)\n\t.add(\"Rune kiteshield\", 2, 3)\n\t.add(\"Mystic air staff\", 2, 2)\n\t.add(\"Air battlestaff\", 6, 2)\n\n\t/* Runes and ammunition */\n\t.add(\"Blood rune\", [190, 210], 5)\n\t.add(\"Blood rune\", [330, 370], 5)\n\t.add(\"Law rune\", 250, 5)\n\t.add(\"Soul rune\", [225, 275], 5)\n\t.add(\"Cosmic rune\", 350, 4)\n\t.add(\"Cannonball\", 300, 4)\n\n\t/* Herbs */\n\t.add(HerbSubTable, 1, 5)\n\n\t/* Seeds */\n\t.add(TreeHerbSeedTable, 2, 5, { multiply: true })\n\n\t/* Materials */\n\t.add(\"Coal\", [380, 420], 6)\n\t.add(\"Earth orb\", [47, 53], 5)\n\t.add(\"Pure essence\", 600, 5)\n\t.add(\"Magic logs\", [50, 70], 5)\n\t.add(\"Uncut diamond\", 15, 5)\n\t.add(\"Runite ore\", 6, 4)\n\t.add(\"Onyx bolt tips\", 10, 3)\n\t.add(\"Runite bar\", 5, 2)\n\n\t/* Talismans */\n\t.add(TalismanTable, 1, 3)\n\n\t/* Other */\n\t.add(\"Coins\", [48_000, 52_000], 11)\n\t.add(\"Chilli potato\", 10, 7)\n\t.add(\"Super restore(4)\", 4, 5)\n\t.add(\"Binding necklace\", 25, 4)\n\t.add(\"Saradomin brew(3)\", 6, 2)\n\t.add(\"Jug of water\", [250, 350], 2)\n\t.oneIn(100, \"Unsired\")\n\n\t/* Rare drop table */\n\t.add(RareDropTable, 2, 3, { multiply: true })\n\n\t/* Tertiary */\n\t.tertiary(180, \"Clue scroll (elite)\");\n\nexport default new SimpleMonster({\n\tid: 5886,\n\tname: \"Abyssal Sire\",\n\ttable: AbyssalSireTable,\n\taliases: [\"abbysal sire\", \"abby sire\", \"abyssal sire\", \"sire\", \"abyssal demon boss\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { itemTupleToTable } from \"../../../../util\";\nimport RareDropTable from \"../../../subtables/RareDropTable\";\nimport TreeHerbSeedTable from \"../../../subtables/TreeHerbSeedTable\";\n\nconst AlchemicalHydraBrimstoneRingTable = new LootTable().add(\"Hydra's eye\").add(\"Hydra's fang\").add(\"Hydra's heart\");\n\nconst RuneArmourTable = new LootTable().every(\"Rune platebody\").add(\"Rune platelegs\").add(\"Rune plateskirt\");\n\nconst NotedHerbsTable = new LootTable()\n\t.add(\"Grimy avantoe\", [10, 15], 4)\n\t.add(\"Grimy kwuarm\", [25, 30], 4)\n\t.add(\"Grimy ranarr weed\", [10, 15], 3)\n\t.add(\"Grimy snapdragon\", [25, 30], 3)\n\t.add(\"Grimy cadantine\", [25, 30], 3)\n\t.add(\"Grimy dwarf weed\", [25, 30], 3)\n\t.add(\"Grimy lantadyme\", [25, 30], 2)\n\t.add(\"Grimy torstol\", [10, 15], 2);\n\nconst NormalTable = new LootTable()\n\t.every(\"Hydra bones\")\n\n\t/* Weapons and armour */\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Mystic fire staff\", 1],\n\t\t\t[\"Mystic water staff\", 1],\n\t\t]),\n\t\t1,\n\t\t8,\n\t)\n\t.add(RuneArmourTable, 1, 6)\n\t.add(\"Battlestaff\", [8, 12], 5)\n\t.add(\"Black d'hide body\", 1, 5)\n\t.add(\"Dragon longsword\", 1, 3)\n\t.add(\"Dragon med helm\", 1, 3)\n\t.add(\"Dragon battleaxe\", 1, 2)\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Mystic robe top (light)\", 1],\n\t\t\t[\"Mystic robe bottom (light)\", 1],\n\t\t]),\n\t\t1,\n\t\t1,\n\t)\n\n\t/* Runes and ammunition */\n\t.add(\"Chaos rune\", [150, 300], 6)\n\t.add(\"Death rune\", [150, 300], 6)\n\t.add(\"Blood rune\", [150, 300], 6)\n\t.add(\"Astral rune\", [150, 300], 6)\n\t.add(\"Dragonstone bolts (e)\", [100, 120], 2)\n\t.add(\"Onyx bolts (e)\", [35, 50], 1)\n\n\t/* Herbs */\n\t.add(NotedHerbsTable, 1, 10)\n\n\t/* Seeds */\n\t.add(TreeHerbSeedTable, 1, 2)\n\n\t/* Other */\n\t.add(\"Coins\", [40_000, 60_000], 10)\n\t.add(\"Shark\", [2, 4], 7)\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Ranging potion(3)\", 1],\n\t\t\t[\"Super restore(3)\", 2],\n\t\t]),\n\t\t1,\n\t\t7,\n\t)\n\t.add(\"Dragon bones\", 30, 6)\n\t.add(\"Crystal key\", 1, 1)\n\t.oneIn(202, \"Coins\", [5550, 25_550])\n\n\t/* Rare drop table */\n\t.add(RareDropTable, 1, 1);\n\nconst NormalUniqueTable = new LootTable()\n\t.every(NormalTable)\n\t.oneIn(2000, \"Dragon thrownaxe\", [500, 1000])\n\t.oneIn(2000, \"Dragon knife\", [500, 1000])\n\t.oneIn(1000, \"Hydra's claw\")\n\t.oneIn(512, \"Hydra tail\")\n\t.oneIn(512, \"Hydra leather\")\n\t.oneIn(180, AlchemicalHydraBrimstoneRingTable);\n\nconst AlchemicalHydraTable = new LootTable()\n\t.every(NormalUniqueTable)\n\t.every(NormalTable)\n\n\t/* Tertiary */\n\t.tertiary(100, \"Clue scroll (hard)\")\n\t.tertiary(256, \"Alchemical hydra heads\")\n\t.tertiary(256, \"Clue scroll (elite)\")\n\t.tertiary(2000, \"Jar of chemicals\")\n\t.tertiary(3000, \"Ikkle hydra\");\n\nexport default new SimpleMonster({\n\tid: 8615,\n\tname: \"Alchemical Hydra\",\n\ttable: AlchemicalHydraTable,\n\taliases: [\"alchemical hydra\", \"hydra boss\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport RareDropTable from \"../../../subtables/RareDropTable\";\n\nconst CerberusUniqueTable = new LootTable()\n\t.add(\"Primordial crystal\")\n\t.add(\"Pegasian crystal\")\n\t.add(\"Eternal crystal\")\n\t.add(\"Smouldering stone\");\n\nconst CerberusTable = new LootTable()\n\t.every(\"Infernal ashes\")\n\t.add(CerberusUniqueTable)\n\t.tertiary(15, \"Ensouled hellhound head\")\n\t.tertiary(100, \"Clue scroll (elite)\")\n\t.tertiary(2000, \"Jar of souls\")\n\t.tertiary(3000, \"Hellpuppy\")\n\n\t/* Weapons and armour */\n\t.add(\"Rune platebody\", 1, 5)\n\t.add(\"Rune chainbody\", 1, 4)\n\t.add(\"Rune 2h sword\", 1, 4)\n\t.add(\"Black d'hide body\", 1, 3)\n\t.add(\"Rune axe\", 1, 3)\n\t.add(\"Rune pickaxe\", 1, 3)\n\t.add(\"Battlestaff\", 6, 3)\n\t.add(\"Rune full helm\", 1, 3)\n\t.add(\"Lava battlestaff\", 1, 2)\n\t.add(\"Rune halberd\", 1, 2)\n\n\t/* Runes and ammunition */\n\t.add(\"Fire rune\", 300, 6)\n\t.add(\"Soul rune\", 100, 6)\n\t.add(\"Pure essence\", 300, 5)\n\t.add(\"Blood rune\", 60, 4)\n\t.add(\"Cannonball\", 50, 4)\n\t.add(\"Runite bolts (unf)\", 40, 4)\n\t.add(\"Death rune\", 100, 3)\n\n\t/* Other */\n\t.add(\"Coal\", 120, 6)\n\t.add(\"Super restore(4)\", 2, 6)\n\t.add(\"Summer pie\", 3, 6)\n\t.add(\"Coins\", [10_000, 20_000], 5)\n\t.add(\"Dragon bones\", 20, 5)\n\t.add(\"Unholy symbol\", 1, 5)\n\t.add(\"Wine of zamorak\", 15, 5)\n\t.add(\"Ashes\", 50, 4)\n\t.add(\"Fire orb\", 20, 4)\n\t.add(\"Grimy torstol\", 6, 4)\n\t.add(\"Runite ore\", 5, 3)\n\t.add(\"Uncut diamond\", 5, 3)\n\t.add(\"Key master teleport\", 3, 2)\n\t.add(\"Torstol seed\", 3, 2)\n\n\t.add(RareDropTable, 1, 3);\n\nexport default new SimpleMonster({\n\tid: 5862,\n\tname: \"Cerberus\",\n\ttable: CerberusTable,\n\taliases: [\"cerb\", \"cerberus\", \"hellhound boss\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { itemTupleToTable } from \"../../../../util\";\n\nconst NormalUniqueTable = new LootTable()\n\t/* Unique */\n\t.oneIn(250, \"Granite maul\")\n\t.oneIn(500, \"Granite gloves\")\n\t.oneIn(500, \"Granite ring\")\n\t.oneIn(750, \"Granite hammer\")\n\t.oneIn(1000, \"Black tourmaline core\")\n\n\t/* Weapons and armour */\n\t.add(\"Rune pickaxe\", 1, 6)\n\t.add(\"Rune full helm\", 1, 5)\n\t.add(\"Rune platelegs\", 1, 5)\n\t.add(\"Rune 2h sword\", 1, 4)\n\t.add(\"Rune battleaxe\", 1, 3)\n\t.add(\"Dragon longsword\", 1, 1)\n\t.add(\"Adamant boots\", 1, 1)\n\t.add(\"Dragon med helm\", 1, 1)\n\n\t/* Food and potions */\n\t.add(\"Mushroom potato\", [4, 6], 10)\n\t.add(\"Saradomin brew(4)\", 2, 8)\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Magic potion(2)\", 1],\n\t\t\t[\"Ranging potion(2)\", 1],\n\t\t\t[\"Super combat potion(2)\", 1],\n\t\t]),\n\t\t1,\n\t\t6,\n\t)\n\t.add(\"Prayer potion(4)\", [1, 2], 4)\n\n\t/* Resources */\n\t.add(\"Gold ore\", [40, 75], 7)\n\t.add(\"Adamantite bar\", [25, 40], 6)\n\t.add(\"Coal\", [180, 250], 6)\n\t.add(\"Gold bar\", [37, 50], 6)\n\t.add(\"Mithril bar\", [35, 45], 6)\n\t.add(\"Runite ore\", [3, 6], 4)\n\t.add(\"Runite bar\", [3, 5], 3)\n\n\t/* Other */\n\t.add(\"Coins\", [10_000, 20_000], 10)\n\t.add(\"Chaos rune\", [100, 150], 8)\n\t.add(\"Coins\", 25_000, 5)\n\t.add(\"Crystal key\", 1, 5)\n\t.add(\"Chaos rune\", [60, 100], 5)\n\t.add(\"Dragon dart tip\", [15, 25], 4)\n\t.add(\"Diamond bolt tips\", [100, 150], 3)\n\t.add(\"Dragonstone bolt tips\", [20, 40], 2)\n\t.add(\"Onyx bolt tips\", [5, 10], 2)\n\t.add(\"Dragon arrowtips\", [50, 150], 1);\n\nconst GrotesqueGuardiansTable = new LootTable()\n\t.every(\"Granite dust\", [50, 100])\n\t.every(NormalUniqueTable, 2)\n\n\t/* Tertiary */\n\t.tertiary(230, \"Clue scroll (elite)\")\n\t.tertiary(3000, \"Noon\")\n\t.tertiary(5000, \"Jar of stone\");\n\nexport default new SimpleMonster({\n\tid: 7851,\n\tname: \"Grotesque Guardians\",\n\ttable: GrotesqueGuardiansTable,\n\taliases: [\"grotesque guardians\", \"ggs\", \"dawn\", \"dusk\", \"gargoyle boss\", \"rocky bois\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst KrakenTable = new LootTable()\n\t/* Weapons and armour */\n\t.add(\"Mystic water staff\", 1, 3)\n\t.add(\"Rune warhammer\", 1, 2)\n\t.add(\"Rune longsword\", 1, 2)\n\t.add(\"Mystic robe top\", 1, 1)\n\t.add(\"Mystic robe bottom\", 1, 1)\n\t.oneIn(512, \"Trident of the seas (full)\")\n\n\t/* Runes */\n\t.add(\"Water rune\", 400, 10)\n\t.add(\"Chaos rune\", 250, 10)\n\t.add(\"Death rune\", 150, 10)\n\t.add(\"Blood rune\", 60, 10)\n\t.add(\"Soul rune\", 50, 7)\n\t.add(\"Mist rune\", 100, 4)\n\n\t/* Seeds */\n\t.add(\"Watermelon seed\", 24, 3)\n\t.add(\"Torstol seed\", 2, 1)\n\t.add(\"Magic seed\", 1, 1)\n\n\t/* Materials */\n\t.add(\"Battlestaff\", 10, 4)\n\t.add(\"Seaweed\", 125, 3)\n\t.add(\"Oak plank\", 60, 3)\n\t.add(\"Unpowered orb\", 50, 2)\n\t.add(\"Raw shark\", 50, 2)\n\t.add(\"Raw monkfish\", 100, 2)\n\t.add(\"Grimy snapdragon\", 6, 2)\n\t.add(\"Diamond\", 8, 1)\n\t.add(\"Runite bar\", 2, 1)\n\n\t/* Other */\n\t.add(\"Coins\", [10_000, 19_999], 15)\n\t.add(\"Shark\", 5, 7)\n\t.add(\"Pirate boots\", 1, 4)\n\t.add(\"Sanfew serum(4)\", 2, 4)\n\t.add(\"Edible seaweed\", 5, 3)\n\t.add(\"Antidote++(4)\", 2, 2)\n\t.add(\"Rusty sword\", 2, 1)\n\t.add(\"Harpoon\", 1, 1)\n\t.add(\"Bucket\", 1, 1)\n\t.add(\"Crystal key\", 1, 1)\n\t.add(\"Dragonstone ring\", 1, 1)\n\t.oneIn(400, \"Kraken tentacle\")\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 2)\n\n\t/* Tertiary */\n\t.tertiary(500, \"Clue scroll (elite)\")\n\t.tertiary(1000, \"Jar of dirt\")\n\t.tertiary(3000, \"Pet kraken\");\n\nexport default new SimpleMonster({\n\tid: 494,\n\tname: \"Kraken\",\n\ttable: KrakenTable,\n\taliases: [\"kraken\", \"cave kraken boss\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst ThermonuclearSmokeDevilTable = new LootTable()\n\t.every(\"Ashes\")\n\n\t/* Weapons and armor */\n\t.add(\"Rune dagger\", 1, 5)\n\t.add(\"Rune chainbody\", 1, 4)\n\t.add(\"Red d'hide body\", 1, 3)\n\t.add(\"Rune battleaxe\", 1, 3)\n\t.add(\"Mystic air staff\", 1, 3)\n\t.add(\"Mystic fire staff\", 1, 3)\n\t.add(\"Rune scimitar\", 1, 2)\n\t.add(\"Rune knife(p++)\", 50, 1)\n\t.add(\"Dragon scimitar\", 1, 1)\n\t.add(\"Ancient staff\", 1, 1)\n\t.oneIn(350, \"Occult necklace\")\n\t.oneIn(512, \"Smoke battlestaff\")\n\t.oneIn(2000, \"Dragon chainbody\")\n\n\t/* Runes and ammunition */\n\t.add(\"Smoke rune\", 100, 10)\n\t.add(\"Air rune\", 300, 8)\n\t.add(\"Soul rune\", 60, 8)\n\t.add(\"Rune arrow\", 100, 2)\n\n\t/* Consumables */\n\t.add(\"Ugthanki kebab\", 3, 4)\n\t.add(\"Tuna potato\", 3, 3)\n\t.add(\"Sanfew serum(4)\", 2, 3)\n\t.add(\"Prayer potion(4)\", 2, 1)\n\n\t/* Resources */\n\t.add(\"Pure essence\", 300, 5)\n\t.add(\"Molten glass\", 100, 2)\n\t.add(\"Mithril bar\", 20, 2)\n\t.add(\"Coal\", 150, 2)\n\t.add(\"Magic logs\", 20, 2)\n\t.add(\"Gold ore\", 200, 2)\n\t.add(\"Diamond\", 10, 1)\n\n\t/* Other */\n\t.add(\"Coins\", [10_000, 20_000], 15)\n\t.add(\"Tinderbox\", 1, 10)\n\t.add(\"Fire talisman\", 1, 4)\n\t.add(\"Bullseye lantern\", 1, 3)\n\t.add(\"Desert goat horn\", 50, 2)\n\t.add(\"Grimy toadflax\", 15, 2)\n\t.add(\"Onyx bolt tips\", 12, 2)\n\t.add(\"Snapdragon seed\", 2, 2)\n\t.add(\"Grapes\", 100, 1)\n\t.add(\"Magic seed\", 1, 1)\n\t.add(\"Dragonstone ring\", 1, 1)\n\t.add(\"Crystal key\", 1, 1)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 3)\n\n\t/* Tertiary */\n\t.tertiary(96, \"Clue scroll (hard)\")\n\t.tertiary(500, \"Clue scroll (elite)\")\n\t.tertiary(2000, \"Jar of smoke\")\n\t.tertiary(3000, \"Pet smoke devil\");\n\nexport default new SimpleMonster({\n\tid: 499,\n\tname: \"Thermonuclear smoke devil\",\n\ttable: ThermonuclearSmokeDevilTable,\n\taliases: [\"thermonuclear smoke devil\", \"thermy\", \"smoke devil boss\"],\n});\n", "import AbyssalSire from \"./AbyssalSire\";\nimport AlchemicalHydra from \"./AlchemicalHydra\";\nimport Cerberus from \"./Cerberus\";\nimport GrotesqueGuardians from \"./GrotesqueGuardians\";\nimport Kraken from \"./Kraken\";\nimport ThermonuclearSmokeDevil from \"./ThermonuclearSmokeDevil\";\n\nexport const allSlayerBosses = {\n\tAbyssalSire,\n\tCerberus,\n\tAlchemicalHydra,\n\tGrotesqueGuardians,\n\tThermonuclearSmokeDevil,\n\tKraken,\n};\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst ArtioUniqueTable = new LootTable()\n\t.oneIn(358, \"Dragon 2h sword\")\n\t.oneIn(358, \"Dragon pickaxe\")\n\t.oneIn(618, \"Claws of callisto\")\n\t.oneIn(716, \"Tyrannical ring\")\n\t.oneIn(912, \"Voidwaker hilt\");\n\nconst ArtioSecondarySupplyTable = new LootTable({ limit: 18 })\n\t.add(\"Blighted anglerfish\", [5, 6], 1)\n\t.add(\"Blighted karambwan\", [5, 6], 1)\n\t.add(\"Blighted super restore(3)\", [3, 4], 1)\n\t.add(\"Blighted super restore(4)\", [3, 4], 1)\n\t.add(\"Ranging potion(2)\", [2, 3], 1)\n\t.add(\"Super combat potion(2)\", [2, 3], 1);\n\nconst ArtioTable = new LootTable()\n\t.every(\"Big bones\")\n\n\t/* Unique table */\n\t.every(ArtioUniqueTable)\n\n\t/* Food and potions */\n\t.add(\"Dark crab\", 9, 5)\n\t.add(\"Super restore(4)\", 3, 5)\n\n\t/* Weapons and armour */\n\t.add(\"Rune pickaxe\", 1, 12)\n\t.add(\"Rune 2h sword\", 1, 3)\n\n\t/* Runes and ammunition */\n\t.add(\"Chaos rune\", 300, 7)\n\t.add(\"Death rune\", 220, 7)\n\t.add(\"Blood rune\", 140, 7)\n\t.add(\"Soul rune\", 200, 5)\n\t.add(\"Cannonball\", 190, 4)\n\n\t/* Materials */\n\t.add(\"Mahogany logs\", 200, 6)\n\t.add(\"Limpwurt root\", 20, 5)\n\t.add(\"Magic logs\", 60, 5)\n\t.add(\"Uncut ruby\", 22, 4)\n\t.add(\"Uncut diamond\", 9, 3)\n\t.add(\"Dragon bones\", 25, 3)\n\t.add(\"Red dragonhide\", 55, 3)\n\t.add(\"Uncut dragonstone\", 1, 2)\n\t.add(\"Coconut\", 30, 2)\n\t.add(\"Grimy toadflax\", 60, 1)\n\n\t/* Seeds */\n\t.add(\"Ranarr seed\", 3, 5)\n\t.add(\"Snapdragon seed\", 2, 5)\n\t.add(\"Yew seed\", 1, 1)\n\t.add(\"Magic seed\", 1, 1)\n\t.add(\"Palm tree seed\", 1, 1)\n\n\t/* Other */\n\t.add(\"Coins\", 12_000, 21)\n\t.add(\"Supercompost\", 60, 4)\n\t.add(\"Dark fishing bait\", 300, 1)\n\n\t/* Tertiary */\n\t.tertiary(100, \"Clue scroll (elite)\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(2800, \"Callisto cub\")\n\t.tertiary(5013, \"Curved bone\");\n\nconst ArtioTotalTable = new LootTable().every(ArtioSecondarySupplyTable).every(ArtioTable);\n\nexport default new SimpleMonster({\n\tid: 11_992,\n\tname: \"Artio\",\n\ttable: ArtioTotalTable,\n\taliases: [\"artio\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst CallistoUniqueTable = new LootTable()\n\t.oneIn(196, \"Claws of callisto\")\n\t.oneIn(256, \"Dragon 2h sword\")\n\t.oneIn(256, \"Dragon pickaxe\")\n\t.oneIn(360, \"Voidwaker hilt\")\n\t.oneIn(512, \"Tyrannical ring\");\n\nconst CallistoSecondarySupplyTable = new LootTable({ limit: 18 })\n\t.add(\"Blighted anglerfish\", [5, 6], 1)\n\t.add(\"Blighted karambwan\", [5, 6], 1)\n\t.add(\"Blighted super restore(3)\", [3, 4], 1)\n\t.add(\"Blighted super restore(4)\", [3, 4], 1)\n\t.add(\"Ranging potion(2)\", [2, 3], 1)\n\t.add(\"Super combat potion(2)\", [2, 3], 1);\n\nconst CallistoTable = new LootTable()\n\t.every(\"Big bones\")\n\n\t/* Unique table */\n\t.every(CallistoUniqueTable)\n\n\t/* Weapons and armour */\n\t.add(\"Rune pickaxe\", 5, 8)\n\t.add(\"Rune 2h sword\", 3, 3)\n\t.add(\"Mystic earth staff\", 4, 2)\n\t.add(\"Mystic robe top\", 4, 2)\n\t.add(\"Mystic robe bottom\", 4, 2)\n\t.add(\"Rune kiteshield\", 4, 2)\n\t.add(\"Rune platebody\", 4, 2)\n\n\t/* Runes and ammunition */\n\t.add(\"Blood rune\", 500, 7)\n\t.add(\"Death rune\", 700, 7)\n\t.add(\"Chaos rune\", 900, 7)\n\t.add(\"Soul rune\", 600, 5)\n\t.add(\"Cannonball\", 600, 4)\n\n\t/* Materials */\n\t.add(\"Mahogany logs\", 600, 6)\n\t.add(\"Limpwurt root\", 100, 5)\n\t.add(\"Magic logs\", 225, 5)\n\t.add(\"Uncut ruby\", 75, 4)\n\t.add(\"Uncut diamond\", 35, 3)\n\t.add(\"Red dragonhide\", 170, 3)\n\t.add(\"Uncut dragonstone\", 5, 2)\n\t.add(\"Coconut\", 135, 2)\n\t.add(\"Grimy toadflax\", 150, 1)\n\t.add(\"Grimy dwarf weed\", 45, 1)\n\t.add(\"Grimy ranarr weed\", 45, 1)\n\t.add(\"Grimy snapdragon\", 45, 1)\n\n\t/* Seeds */\n\t.add(\"Ranarr seed\", 11, 5)\n\t.add(\"Snapdragon seed\", 8, 5)\n\n\t/* Other */\n\t.add(\"Coins\", 50_000, 10)\n\t.add(\"Dark crab\", 50, 5)\n\t.add(\"Super restore(4)\", 10, 5)\n\t.add(\"Supercompost\", 225, 4)\n\t.add(\"Dragon bones\", 75, 3)\n\t.add(\"Wilderness crabs teleport\", 4, 3)\n\t.add(\"Blighted anglerfish\", 100, 1)\n\n\t/* Tertiary */\n\t.tertiary(100, \"Clue scroll (elite)\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(1500, \"Callisto cub\")\n\t.tertiary(5013, \"Curved bone\");\n\nconst CallistoTotalTable = new LootTable().every(CallistoSecondarySupplyTable).every(CallistoTable);\n\nexport default new SimpleMonster({\n\tid: 6503,\n\tname: \"Callisto\",\n\ttable: CallistoTotalTable,\n\taliases: [\"callisto\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst SkeletonHellhoundTable = new LootTable().every(\"Bones\").oneIn(5000, \"Skeleton champion scroll\");\n\nconst CalvarionUniqueTable = new LootTable()\n\t.oneIn(358, \"Dragon 2h sword\")\n\t.oneIn(358, \"Dragon pickaxe\")\n\t.oneIn(618, \"Skull of vet'ion\")\n\t.oneIn(716, \"Ring of the gods\")\n\t.oneIn(912, \"Voidwaker blade\");\n\nconst CalvarionSecondarySupplyTable = new LootTable({ limit: 18 })\n\t.add(\"Blighted anglerfish\", [5, 6], 1)\n\t.add(\"Blighted karambwan\", [5, 6], 1)\n\t.add(\"Blighted super restore(3)\", [3, 4], 1)\n\t.add(\"Blighted super restore(4)\", [3, 4], 1)\n\t.add(\"Ranging potion(2)\", [2, 3], 1)\n\t.add(\"Super combat potion(2)\", [2, 3], 1);\n\nconst CalvarionTable = new LootTable()\n\t.every(\"Big bones\")\n\t.every(SkeletonHellhoundTable, 4)\n\n\t/* Unique table */\n\t.every(CalvarionUniqueTable)\n\n\t/* Food and potions */\n\t.add(\"Dark crab\", 8, 5)\n\t.add(\"Super restore(4)\", 3, 5)\n\n\t/* Weapons and armour */\n\t.add(\"Rune pickaxe\", 1, 12)\n\t.add(\"Ancient staff\", 1, 3)\n\t.add(\"Rune 2h sword\", 1, 3)\n\n\t/* Runes and ammunition */\n\t.add(\"Chaos rune\", 220, 7)\n\t.add(\"Death rune\", 120, 7)\n\t.add(\"Blood rune\", 180, 7)\n\t.add(\"Cannonball\", 180, 4)\n\n\t/* Materials */\n\t.add(\"Gold ore\", 200, 6)\n\t.add(\"Limpwurt root\", 19, 5)\n\t.add(\"Magic logs\", 60, 5)\n\t.add(\"Oak plank\", 220, 5)\n\t.add(\"Wine of zamorak\", 35, 5)\n\t.add(\"Uncut ruby\", 22, 4)\n\t.add(\"Uncut diamond\", 9, 3)\n\t.add(\"Dragon bones\", 60, 3)\n\t.add(\"Uncut dragonstone\", 1, 2)\n\t.add(\"Mort myre fungus\", 120, 2)\n\t.add(\"Grimy ranarr weed\", 60, 1)\n\n\t/* Other */\n\t.add(\"Coins\", 12_000, 21)\n\t.add(\"Sanfew serum(4)\", 6, 5)\n\t.add(\"Supercompost\", 60, 4)\n\t.add(\"Yew seed\", 1, 1)\n\t.add(\"Magic seed\", 1, 1)\n\t.add(\"Palm tree seed\", 1, 1)\n\t.add(\"Dark fishing bait\", 280, 1)\n\n\t/* Tertiary */\n\t.tertiary(100, \"Clue scroll (elite)\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(2800, \"Vet'ion jr.\")\n\t.tertiary(5000, \"Skeleton champion scroll\")\n\t.tertiary(5013, \"Curved bone\");\n\nconst CalvarionTotalTable = new LootTable().every(CalvarionSecondarySupplyTable).every(CalvarionTable);\n\nexport default new SimpleMonster({\n\tid: 11_993,\n\tname: \"Calvar'ion\",\n\ttable: CalvarionTotalTable,\n\taliases: [\"calvarion\", \"calvar'ion\", \"calvar\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport RareDropTable from \"../../../subtables/RareDropTable\";\n\nconst ChaosElementalMinorTable = new LootTable()\n\t.add(\"Blighted anglerfish\", 2, 1)\n\t.add(\"Blighted karambwan\", 3, 1)\n\t.add(\"Blighted super restore(4)\", 1, 1)\n\t.add(\"Dragon bones\", 1, 1)\n\t.add(\"Super combat potion(1)\", 1, 1);\n\nconst ChaosElementalTable = new LootTable()\n\t.every(ChaosElementalMinorTable, 1)\n\t.tertiary(200, \"Clue scroll (elite)\")\n\t.tertiary(300, \"Pet chaos elemental\")\n\t.oneIn(256, \"Dragon pickaxe\")\n\n\t/* Weapons and armour */\n\t.add(\"Rune dart\", 100, 5)\n\t.add(\"Rune platelegs\", 1, 4)\n\t.add(\"Rune plateskirt\", 1, 4)\n\t.add(\"Rune 2h sword\", 1, 3)\n\t.add(\"Rune battleaxe\", 1, 3)\n\t.add(\"Rune full helm\", 1, 3)\n\t.add(\"Rune kiteshield\", 1, 3)\n\t.add(\"Mystic air staff\", 1, 3)\n\t.add(\"Mystic water staff\", 1, 3)\n\t.add(\"Mystic earth staff\", 1, 3)\n\t.add(\"Mystic fire staff\", 1, 3)\n\t.add(\"Dragon dagger\", 1, 2)\n\t.add(\"Dragon 2h sword\", 1, 2)\n\t.add(\"Dragon platelegs\", 1, 2)\n\t.add(\"Dragon plateskirt\", 1, 2)\n\n\t/* Runes and ammunition */\n\t.add(\"Chaos rune\", [300, 500], 8)\n\t.add(\"Blood rune\", [100, 250], 8)\n\t.add(\"Rune arrow\", 150, 5)\n\n\t/* Herbs */\n\t.add(\"Grimy ranarr weed\", [5, 8], 4)\n\t.add(\"Grimy snapdragon\", [5, 8], 4)\n\t.add(\"Grimy avantoe\", [5, 8], 3)\n\t.add(\"Grimy kwuarm\", [5, 8], 3)\n\n\t/* Resources */\n\t.add(\"Coal\", [75, 150], 5)\n\t.add(\"Mahogany plank\", [8, 16], 5)\n\t.add(\"Runite bar\", [3, 5], 4)\n\t.add(\"Adamantite bar\", [8, 12], 4)\n\n\t/* Other */\n\t.add(\"Coins\", [20_005, 29_995], 7)\n\t.add(\"Blighted ancient ice sack\", [20, 40], 5)\n\t.add(\"Blighted karambwan\", [15, 25], 4)\n\t.add(\"Blighted anglerfish\", [10, 15], 4)\n\t.add(\"Wilderness crabs teleport\", 2, 2)\n\n\t/* Subtables */\n\t.add(RareDropTable, 1, 8);\n\nexport default new SimpleMonster({\n\tid: 2054,\n\tname: \"Chaos Elemental\",\n\ttable: ChaosElementalTable,\n\taliases: [\"chaos ele\", \"chaos elemental\", \"chaos el\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { itemTupleToTable } from \"../../../../util\";\nimport RareDropTable, { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst ChaosFanaticUniqueTable = new LootTable().add(\"Odium shard 1\").add(\"Malediction shard 1\");\n\nconst ChaosFanaticTable = new LootTable()\n\t.every(\"Bones\")\n\t.tertiary(128, \"Clue scroll (hard)\")\n\t.tertiary(1000, \"Pet chaos elemental\")\n\t.add(ChaosFanaticUniqueTable, 1, 1)\n\n\t/* Weapons and armour */\n\t.add(\"Battlestaff\", 5, 5)\n\t.add(\"Splitbark body\", 1, 5)\n\t.add(\"Splitbark legs\", 1, 5)\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Zamorak monk top\", 1],\n\t\t\t[\"Zamorak monk bottom\", 1],\n\t\t]),\n\t\t1,\n\t\t4,\n\t)\n\t.add(\"Ancient staff\", 1, 1)\n\n\t/* Runes */\n\t.add(\"Fire rune\", 250, 4)\n\t.add(\"Smoke rune\", 30, 4)\n\t.add(\"Chaos rune\", 175, 4)\n\t.add(\"Blood rune\", 50, 4)\n\n\t/* Consumables */\n\t.add(\"Monkfish\", 3, 8)\n\t.add(\"Shark\", 1, 8)\n\t.add(\"Prayer potion(4)\", 1, 8)\n\t.add(\"Anchovy pizza\", 8, 4)\n\n\t/* Other */\n\t.add(\"Coins\", [499, 3998], 18)\n\t.add(\"Grimy lantadyme\", 4, 8)\n\t.add(\"Ring of life\", 1, 7)\n\t.add(\"Chaos talisman\", 1, 6)\n\t.add(\"Wine of zamorak\", 10, 6)\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Uncut emerald\", 6],\n\t\t\t[\"Uncut sapphire\", 4],\n\t\t]),\n\t\t1,\n\t\t5,\n\t)\n\t.add(\"Sinister key\", 1, 4)\n\t.add(\"Pure essence\", 250, 2)\n\n\t/* Subtables */\n\t.add(RareDropTable, 1, 4)\n\t.add(GemTable, 1, 4);\n\nexport default new SimpleMonster({\n\tid: 6619,\n\tname: \"Chaos Fanatic\",\n\ttable: ChaosFanaticTable,\n\taliases: [\"chaos fanatic\", \"fanatic\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { itemTupleToTable } from \"../../../../util\";\nimport RareDropTable, { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst CrazyArchaeologistUniqueTable = new LootTable().add(\"Odium shard 2\").add(\"Malediction shard 2\");\n\nconst CrazyArchaeologistTable = new LootTable()\n\t.every(\"Bones\")\n\t.tertiary(128, \"Clue scroll (hard)\")\n\t.add(CrazyArchaeologistUniqueTable, 1, 1)\n\n\t/* Weapons and armour */\n\t.add(\"Amulet of power\", 1, 7)\n\t.add(\"Rune crossbow\", 2, 5)\n\t.add(\"Red d'hide body\", 1, 4)\n\t.add(\"Rune knife\", 10, 4)\n\n\t/* Runes and ammunition */\n\n\t.add(\"Mud rune\", 30, 4)\n\t.add(\"Cannonball\", 150, 4)\n\t.add(\"Dragon arrow\", 75, 1)\n\n\t/* Consumables */\n\t.add(\"Shark\", 1, 8)\n\t.add(\"Potato with cheese\", 3, 8)\n\t.add(\"Prayer potion(4)\", 1, 8)\n\t.add(\"Anchovy pizza\", 8, 4)\n\n\t/* Other */\n\t.add(\"Coins\", [499, 3998], 18)\n\t.add(\"Grimy dwarf weed\", 4, 8)\n\t.add(\"White berries\", 10, 6)\n\t.add(\"Silver ore\", 40, 6)\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Uncut emerald\", 6],\n\t\t\t[\"Uncut sapphire\", 4],\n\t\t]),\n\t\t1,\n\t\t5,\n\t)\n\t.add(\"Red dragonhide\", 10, 5)\n\t.add(\"Rusty sword\", 1, 4)\n\t.add(\"Muddy key\", 1, 4)\n\t.add(\"Onyx bolt tips\", 12, 4)\n\t.add(\"Long bone\", 1, 2)\n\t.add(\"Fedora\", 1, 1)\n\n\t/* Subtables */\n\t.add(RareDropTable, 1, 4)\n\t.add(GemTable, 1, 4);\n\nexport default new SimpleMonster({\n\tid: 6618,\n\tname: \"Crazy Archaeologist\",\n\ttable: CrazyArchaeologistTable,\n\taliases: [\"crazy arch\", \"crazy archaeologist\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport RareDropTable, { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst KingBlackDragonTable = new LootTable()\n\t.every(\"Dragon bones\")\n\t.every(\"Black dragonhide\", 2)\n\t.tertiary(450, \"Clue scroll (elite)\")\n\t.tertiary(129, \"Kbd heads\")\n\t.tertiary(3000, \"Prince black dragon\")\n\t.tertiary(5000, \"Draconic visage\")\n\t.oneIn(1000, \"Dragon pickaxe\")\n\n\t/* Weapons and armour */\n\t.add(\"Rune longsword\", 1, 10)\n\t.add(\"Adamant platebody\", 1, 9)\n\t.add(\"Adamant kiteshield\", 1, 3)\n\t.add(\"Dragon med helm\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Air rune\", 300, 10)\n\t.add(\"Iron arrow\", 690, 10)\n\t.add(\"Runite bolts\", [10, 20], 10)\n\t.add(\"Fire rune\", 300, 5)\n\t.add(\"Law rune\", 30, 5)\n\t.add(\"Blood rune\", 30, 5)\n\n\t/* Resources */\n\t.add(\"Yew logs\", 150, 10)\n\t.add(\"Adamantite bar\", 3, 5)\n\t.add(\"Runite bar\", 1, 3)\n\t.add(\"Gold ore\", 100, 2)\n\n\t/* Other */\n\t.add(\"Amulet of power\", 1, 7)\n\t.add(\"Dragon arrowtips\", [5, 14], 5)\n\t.add(\"Dragon dart tip\", [5, 14], 5)\n\t.add(\"Dragon javelin heads\", 15, 5)\n\t.add(\"Runite limbs\", 1, 4)\n\t.add(\"Shark\", 4, 4)\n\n\t.add(RareDropTable, 1, 8)\n\t.add(GemTable, 1, 2);\n\nexport default new SimpleMonster({\n\tid: 6502,\n\tname: \"King Black Dragon\",\n\ttable: KingBlackDragonTable,\n\taliases: [\"kbd\", \"king black dragon\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst ScorpiaUniqueTable = new LootTable().add(\"Odium shard 3\").add(\"Malediction shard 3\");\n\nconst ScorpiaTable = new LootTable()\n\t.tertiary(18, \"Ensouled scorpion head\")\n\t.tertiary(100, \"Clue scroll (hard)\")\n\t.tertiary(2016, \"Scorpia's offspring\")\n\t.add(ScorpiaUniqueTable, 1, 1)\n\n\t/* Weapons and armour */\n\t.add(\"Battlestaff\", [5, 8], 6)\n\t.add(\"Rune 2h sword\", 1, 5)\n\t.add(\"Rune pickaxe\", 1, 5)\n\t.add(\"Rune kiteshield\", 1, 5)\n\t.add(\"Rune chainbody\", 1, 4)\n\t.add(\"Rune platelegs\", 1, 4)\n\t.add(\"Rune scimitar\", 1, 4)\n\t.add(\"Rune warhammer\", 1, 4)\n\t.add(\"Mystic earth staff\", 1, 4)\n\t.add(\"Mystic robe top\", 1, 1)\n\t.add(\"Mystic robe bottom\", 1, 1)\n\t.add(\"Dragon scimitar\", 1, 1)\n\t.add(\"Dragon 2h sword\", 1, 1)\n\n\t/* Runes */\n\t.add(\"Death rune\", [100, 150], 8)\n\t.add(\"Blood rune\", [100, 150], 8)\n\t.add(\"Chaos rune\", [150, 200], 8)\n\n\t/* Herbs */\n\t.add(\"Grimy kwuarm\", [10, 15], 5)\n\t.add(\"Grimy dwarf weed\", [10, 15], 5)\n\t.add(\"Grimy torstol\", [10, 15], 5)\n\t.add(\"Grimy snapdragon\", [4, 7], 5)\n\n\t/* Materials */\n\t.add(\"Uncut ruby\", [15, 20], 6)\n\t.add(\"Uncut diamond\", [10, 15], 4)\n\t.add(\"Runite ore\", 3, 4)\n\t.add(\"Dragon javelin heads\", [30, 50], 4)\n\t.add(\"Onyx bolt tips\", [6, 10], 2)\n\n\t/* Other */\n\t.add(\"Coins\", [25_002, 34_962], 7)\n\t.add(\"Blighted anglerfish\", [15, 25], 5)\n\t.add(\"Blighted super restore(4)\", 5, 5)\n\t.add(\"Wilderness crabs teleport\", 2, 2);\n\nexport default new SimpleMonster({\n\tid: 6615,\n\tname: \"Scorpia\",\n\ttable: ScorpiaTable,\n\taliases: [\"scorpia\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst SpindelUniqueTable = new LootTable()\n\t.oneIn(358, \"Dragon 2h sword\")\n\t.oneIn(358, \"Dragon pickaxe\")\n\t.oneIn(618, \"Fangs of venenatis\")\n\t.oneIn(716, \"Treasonous ring\")\n\t.oneIn(912, \"Voidwaker gem\");\n\nconst SpindelSecondarySupplyTable = new LootTable({ limit: 18 })\n\t.add(\"Blighted anglerfish\", [5, 6], 1)\n\t.add(\"Blighted karambwan\", [5, 6], 1)\n\t.add(\"Blighted super restore(3)\", [3, 4], 1)\n\t.add(\"Blighted super restore(4)\", [3, 4], 1)\n\t.add(\"Ranging potion(2)\", [2, 3], 1)\n\t.add(\"Super combat potion(2)\", [2, 3], 1);\n\nconst SpindelTable = new LootTable()\n\t/* Unique table */\n\t.every(SpindelUniqueTable)\n\n\t/* Food and potions */\n\t.add(\"Dark crab\", 8, 5)\n\t.add(\"Super restore(4)\", 3, 5)\n\n\t/* Weapons and armour */\n\t.add(\"Rune pickaxe\", 1, 12)\n\t.add(\"Rune knife\", 30, 5)\n\t.add(\"Rune 2h sword\", 1, 3)\n\n\t/* Runes and ammunition */\n\t.add(\"Chaos rune\", 180, 7)\n\t.add(\"Blood rune\", 150, 7)\n\t.add(\"Death rune\", 220, 7)\n\t.add(\"Diamond bolts (e)\", 60, 5)\n\t.add(\"Cannonball\", 200, 4)\n\n\t/* Materials */\n\t.add(\"Uncut diamond\", 9, 8)\n\t.add(\"Gold ore\", 180, 6)\n\t.add(\"Magic logs\", 60, 5)\n\t.add(\"Limpwurt root\", 18, 5)\n\t.add(\"Onyx bolt tips\", 35, 5)\n\t.add(\"Red spiders' eggs\", 250, 3)\n\t.add(\"Uncut dragonstone\", 1, 2)\n\t.add(\"Uncut ruby\", 18, 1)\n\t.add(\"Grimy snapdragon\", 60, 1)\n\t.add(\"Unicorn horn\", 60, 1)\n\n\t/* Other */\n\t.add(\"Coins\", 14_000, 21)\n\t.add(\"Supercompost\", 60, 4)\n\t.add(\"Antidote++(4)\", 6, 3)\n\t.add(\"Dark fishing bait\", 200, 1)\n\t.add(\"Magic seed\", 1, 1)\n\t.add(\"Palm tree seed\", 1, 1)\n\n\t/* Tertiary */\n\t.tertiary(100, \"Clue scroll (elite)\")\n\t.tertiary(2800, \"Venenatis spiderling\");\n\nconst SpindelTotalTable = new LootTable().every(SpindelSecondarySupplyTable).every(SpindelTable);\n\nexport default new SimpleMonster({\n\tid: 11_998,\n\tname: \"Spindel\",\n\ttable: SpindelTotalTable,\n\taliases: [\"spin\", \"spinny\", \"spindel\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst VenenatisUniqueTable = new LootTable()\n\t.oneIn(196, \"Fangs of venenatis\")\n\t.oneIn(256, \"Dragon 2h sword\")\n\t.oneIn(256, \"Dragon pickaxe\")\n\t.oneIn(360, \"Voidwaker gem\")\n\t.oneIn(512, \"Treasonous ring\");\n\nconst VenenatisSecondarySupplyTable = new LootTable({ limit: 18 })\n\t.add(\"Blighted anglerfish\", [5, 6], 1)\n\t.add(\"Blighted karambwan\", [5, 6], 1)\n\t.add(\"Blighted super restore(3)\", [3, 4], 1)\n\t.add(\"Blighted super restore(4)\", [3, 4], 1)\n\t.add(\"Ranging potion(2)\", [2, 3], 1)\n\t.add(\"Super combat potion(2)\", [2, 3], 1);\n\nconst VenenatisTable = new LootTable()\n\t/* Unique table */\n\t.every(VenenatisUniqueTable)\n\n\t/* Weapons and armour */\n\t.add(\"Rune pickaxe\", 5, 8)\n\t.add(\"Rune knife\", 150, 5)\n\t.add(\"Rune dart\", 150, 3)\n\t.add(\"Mystic air staff\", 4, 2)\n\t.add(\"Rune platelegs\", 4, 2)\n\t.add(\"Rune sq shield\", 4, 2)\n\t.add(\"Dragon dagger\", 6, 2)\n\n\t/* Runes and ammunition */\n\t.add(\"Chaos rune\", 500, 7)\n\t.add(\"Death rune\", 700, 7)\n\t.add(\"Blood rune\", 900, 7)\n\t.add(\"Diamond bolts (e)\", 300, 5)\n\t.add(\"Cannonball\", 600, 4)\n\n\t/* Materials */\n\t.add(\"Uncut diamond\", 35, 8)\n\t.add(\"Gold ore\", 675, 6)\n\t.add(\"Onyx bolt tips\", 150, 5)\n\t.add(\"Magic logs\", 225, 5)\n\t.add(\"Limpwurt root\", 100, 5)\n\t.add(\"Red spiders' eggs\", 500, 3)\n\t.add(\"Uncut dragonstone\", 5, 2)\n\t.add(\"Uncut ruby\", 75, 1)\n\t.add(\"Unicorn horn\", 225, 1)\n\t.add(\"Grimy ranarr weed\", 45, 1)\n\t.add(\"Grimy snapdragon\", 150, 1)\n\t.add(\"Grimy toadflax\", 45, 1)\n\n\t/* Other */\n\t.add(\"Coins\", 50_000, 10)\n\t.add(\"Super restore(4)\", 10, 5)\n\t.add(\"Dark crab\", 50, 5)\n\t.add(\"Supercompost\", 225, 4)\n\t.add(\"Antidote++(4)\", 20, 3)\n\t.add(\"Wilderness crabs teleport\", 4, 3)\n\t.add(\"Blighted anglerfish\", 100, 1)\n\n\t/* Tertiary */\n\t.tertiary(100, \"Clue scroll (elite)\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(1500, \"Venenatis spiderling\")\n\t.tertiary(5013, \"Curved bone\");\n\nconst VenenatisTotalTable = new LootTable().every(VenenatisSecondarySupplyTable).every(VenenatisTable);\n\nexport default new SimpleMonster({\n\tid: 6610,\n\tname: \"Venenatis\",\n\ttable: VenenatisTotalTable,\n\taliases: [\"ven\", \"venny\", \"venenatis\", \"vene\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst SkeletonHellhoundTable = new LootTable().every(\"Bones\").oneIn(5000, \"Skeleton champion scroll\");\n\nconst VetionUniqueTable = new LootTable()\n\t.oneIn(196, \"Skull of vet'ion\")\n\t.oneIn(256, \"Dragon 2h sword\")\n\t.oneIn(256, \"Dragon pickaxe\")\n\t.oneIn(360, \"Voidwaker blade\")\n\t.oneIn(512, \"Ring of the gods\");\n\nconst VetionSecondarySupplyTable = new LootTable({ limit: 18 })\n\t.add(\"Blighted anglerfish\", [5, 6], 1)\n\t.add(\"Blighted karambwan\", [5, 6], 1)\n\t.add(\"Blighted super restore(3)\", [3, 4], 1)\n\t.add(\"Blighted super restore(4)\", [3, 4], 1)\n\t.add(\"Ranging potion(2)\", [2, 3], 1)\n\t.add(\"Super combat potion(2)\", [2, 3], 1);\n\nconst VetionTable = new LootTable()\n\t.every(\"Big bones\")\n\t.every(SkeletonHellhoundTable, 4)\n\n\t/* Unique table */\n\t.every(VetionUniqueTable)\n\n\t/* Weapons and armour */\n\t.add(\"Rune pickaxe\", 5, 8)\n\t.add(\"Rune dart\", 150, 3)\n\t.add(\"Rune knife\", 150, 3)\n\t.add(\"Mystic fire staff\", 4, 2)\n\t.add(\"Mystic water staff\", 4, 2)\n\t.add(\"Mystic robe top\", 4, 2)\n\t.add(\"Mystic robe bottom\", 4, 2)\n\t.add(\"Rune full helm\", 4, 2)\n\n\t/* Runes and ammunition */\n\t.add(\"Chaos rune\", 900, 7)\n\t.add(\"Death rune\", 700, 7)\n\t.add(\"Blood rune\", 500, 7)\n\t.add(\"Cannonball\", 550, 4)\n\n\t/* Materials */\n\t.add(\"Gold ore\", 675, 6)\n\t.add(\"Limpwurt root\", 60, 5)\n\t.add(\"Wine of zamorak\", 100, 5)\n\t.add(\"Magic logs\", 225, 5)\n\t.add(\"Oak plank\", 400, 5)\n\t.add(\"Uncut ruby\", 75, 4)\n\t.add(\"Uncut diamond\", 35, 3)\n\t.add(\"Dragon bones\", 150, 3)\n\t.add(\"Uncut dragonstone\", 5, 2)\n\t.add(\"Mort myre fungus\", 450, 2)\n\t.add(\"Grimy ranarr weed\", 100, 1)\n\t.add(\"Grimy dwarf weed\", 45, 1)\n\t.add(\"Grimy snapdragon\", 45, 1)\n\t.add(\"Grimy toadflax\", 45, 1)\n\n\t/* Other */\n\t.add(\"Coins\", 50_000, 10)\n\t.add(\"Super restore(4)\", 10, 5)\n\t.add(\"Sanfew serum(4)\", 20, 5)\n\t.add(\"Dark crab\", 50, 5)\n\t.add(\"Supercompost\", 225, 4)\n\t.add(\"Wilderness crabs teleport\", 4, 3)\n\t.add(\"Blighted anglerfish\", 100, 1)\n\n\t/* Tertiary */\n\t.tertiary(100, \"Clue scroll (elite)\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(1500, \"Vet'ion jr.\")\n\t.tertiary(5000, \"Skeleton champion scroll\")\n\t.tertiary(5013, \"Curved bone\");\n\nconst VetionTotalTable = new LootTable().every(VetionSecondarySupplyTable).every(VetionTable);\n\nexport default new SimpleMonster({\n\tid: 6611,\n\tname: \"Vet'ion\",\n\ttable: VetionTotalTable,\n\taliases: [\"vetion\", \"vet'ion\", \"vet\"],\n});\n", "import Artio from \"./Artio\";\nimport Callisto from \"./Callisto\";\nimport Calvarion from \"./Calvarion\";\nimport ChaosElemental from \"./ChaosElemental\";\nimport ChaosFanatic from \"./ChaosFanatic\";\nimport CrazyArchaeologist from \"./CrazyArchaeologist\";\nimport KingBlackDragon from \"./KingBlackDragon\";\nimport Scorpia from \"./Scorpia\";\nimport Spindel from \"./Spindel\";\nimport Venenatis from \"./Venenatis\";\nimport Vetion from \"./Vetion\";\n\nexport const allWildyBosses = {\n\tCallisto,\n\tChaosElemental,\n\tCrazyArchaeologist,\n\tKingBlackDragon,\n\tScorpia,\n\tVenenatis,\n\tVetion,\n\tChaosFanatic,\n\tArtio,\n\tSpindel,\n\tCalvarion,\n};\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst SigilTable = new LootTable().add(\"Spectral sigil\", 1, 3).add(\"Arcane sigil\", 1, 3).add(\"Elysian sigil\", 1, 1);\n\nexport const CorporealBeastTable = new LootTable()\n\n\t.add(\"Spirit shield\", 1, 8)\n\t.add(\"Holy elixir\", 1, 3)\n\t.oneIn(585, SigilTable)\n\n\t/* Uncuts */\n\t.add(GemTable, 10, 12)\n\n\t/* Weapons and armour */\n\t.add(\"Mystic robe top\", 1, 18)\n\t.add(\"Mystic robe bottom\", 1, 18)\n\t.add(\"Mystic air staff\", 1, 12)\n\t.add(\"Mystic water staff\", 1, 12)\n\t.add(\"Mystic earth staff\", 1, 12)\n\t.add(\"Mystic fire staff\", 1, 12)\n\n\t/* Runes */\n\t.add(\"Soul rune\", 250, 32)\n\t.add(\"Runite bolts\", 250, 24)\n\t.add(\"Death rune\", 300, 22)\n\t.add(\"Onyx bolts (e)\", 175, 20)\n\t.add(\"Cannonball\", 2000, 17)\n\t.add(\"Adamant arrow\", 750, 17)\n\t.add(\"Law rune\", 250, 17)\n\t.add(\"Cosmic rune\", 500, 17)\n\n\t/* Resources */\n\t.add(\"Raw shark\", 70, 21)\n\t.add(\"Pure essence\", 2500, 21)\n\t.add(\"Adamantite bar\", 35, 18)\n\t.add(\"Green dragonhide\", 100, 18)\n\t.add(\"Adamantite ore\", 125, 17)\n\t.add(\"Runite ore\", 20, 12)\n\t.add(\"Teak plank\", 100, 12)\n\t.add(\"Mahogany logs\", 150, 12)\n\t.add(\"Magic logs\", 75, 12)\n\n\t/* Other */\n\t.add(\"Tuna potato\", 30, 20)\n\t.add(\"White berries\", 120, 17)\n\t.add(\"Desert goat horn\", 120, 17)\n\t.add(\"Watermelon seed\", 24, 15)\n\t.add(\"Coins\", [20_000, 50_000], 12)\n\t.add(\"Antidote++(4)\", 40, 10)\n\t.add(\"Ranarr seed\", 10, 5)\n\n\t/* Tertiary */\n\t.tertiary(200, \"Clue scroll (elite)\")\n\t.tertiary(1000, \"Jar of spirits\")\n\t.tertiary(5000, \"Pet dark core\");\n\nexport default new SimpleMonster({\n\tid: 319,\n\tname: \"Corporeal Beast\",\n\ttable: CorporealBeastTable,\n\taliases: [\"corporeal beast\", \"corp\"],\n});\n", "import { Araxxor } from \"./Araxxor\";\nimport { AwakenedDukeSucellus } from \"./AwakenedDukeSucellus\";\nimport { AwakenedTheLeviathan } from \"./AwakenedTheLeviathan\";\nimport { AwakenedTheWhisperer } from \"./AwakenedTheWhisperer\";\nimport { AwakenedVardorvis } from \"./AwakenedVardorvis\";\nimport Bryophyta from \"./Bryophyta\";\nimport CommanderZilyana from \"./CommanderZilyana\";\nimport DagannothPrime from \"./DagannothPrime\";\nimport DagannothRex from \"./DagannothRex\";\nimport DagannothSupreme from \"./DagannothSupreme\";\nimport DerangedArchaeologist from \"./DerangedArchaeologist\";\nimport { DukeSucellus } from \"./DukeSucellus\";\nimport GeneralGraardor from \"./GeneralGraardor\";\nimport GiantMole from \"./GiantMole\";\nimport KalphiteQueen from \"./KalphiteQueen\";\nimport Kreearra from \"./Kreearra\";\nimport KrilTsutsaroth from \"./KrilTsutsaroth\";\nimport Obor from \"./Obor\";\nimport PhantomMuspah from \"./PhantomMuspah\";\nimport Sarachnis from \"./Sarachnis\";\nimport Scurrius from \"./Scurrius\";\nimport Skotizo from \"./Skotizo\";\nimport { TheLeviathan } from \"./TheLeviathan\";\nimport { TheWhisperer } from \"./TheWhisperer\";\nimport { Vardorvis } from \"./Vardorvis\";\nimport Vorkath from \"./Vorkath\";\nimport Zulrah from \"./Zulrah\";\nimport { allSlayerBosses } from \"./slayer\";\nimport { allWildyBosses } from \"./wildy\";\nimport CorporealBeast from \"./wildy/CorporealBeast\";\n\nexport const allBosses = {\n\tAraxxor,\n\tCorporealBeast,\n\tDagannothPrime,\n\tDagannothRex,\n\tDagannothSupreme,\n\tGiantMole,\n\tKalphiteQueen,\n\tObor,\n\tSarachnis,\n\tVorkath,\n\tZulrah,\n\tCommanderZilyana,\n\tGeneralGraardor,\n\tKreearra,\n\tKrilTsutsaroth,\n\tBryophyta,\n\tSkotizo,\n\tDerangedArchaeologist,\n\tPhantomMuspah,\n\tDukeSucellus,\n\tVardorvis,\n\tTheLeviathan,\n\tTheWhisperer,\n\tAwakenedDukeSucellus,\n\tAwakenedTheLeviathan,\n\tAwakenedTheWhisperer,\n\tAwakenedVardorvis,\n\tScurrius,\n\t...allWildyBosses,\n\t...allSlayerBosses,\n};\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\nimport RareSeedTable from \"../../../subtables/RareSeedTable\";\n\nconst AberrantSpectreHerbTable = new LootTable()\n\t.add(HerbDropTable, 1, 11)\n\t.add(HerbDropTable, 2, 11)\n\t.add(HerbDropTable, 3, 4);\n\nexport const AberrantSpectrePreTable = new LootTable({ limit: 128 })\n\t/* Weapons and armour */\n\t.add(\"Steel axe\", 1, 3)\n\t.add(\"Mithril kiteshield\", 1, 1)\n\t.add(\"Lava battlestaff\", 1, 1)\n\t.add(\"Adamant platelegs\", 1, 1)\n\t.add(\"Rune full helm\", 1, 1)\n\t.oneIn(512, \"Mystic robe bottom (dark)\")\n\n\t/* Herbs */\n\t.add(AberrantSpectreHerbTable, 1, 78)\n\n\t/* Seeds */\n\t.add(RareSeedTable, 1, 19)\n\n\t/* Coins */\n\t.add(\"Coins\", 460, 1)\n\n\t/* Rdt */\n\t.add(GemTable, 1, 5);\n\nconst AberrantSpectreTable = new LootTable()\n\t.every(AberrantSpectrePreTable)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (hard)\");\n\nexport default new SimpleMonster({\n\tid: 2,\n\tname: \"Aberrant Spectre\",\n\ttable: AberrantSpectreTable,\n\taliases: [\"aberrant\", \"aberrant spectre\", \"abby specs\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport RareDropTable, { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst WildySlayerCaveTable = new LootTable()\n\t.add(\"Blighted entangle sack\", [1, 10], 14500)\n\t.add(\"Blighted anglerfish\", [1, 2], 10800)\n\t.add(\"Blighted manta ray\", [1, 2], 7190)\n\t.add(\"Blighted karambwan\", [1, 2], 7190)\n\t.add(\"Blighted teleport spell sack\", [1, 10], 7190)\n\t.add(\"Blighted ancient ice sack\", [1, 10], 7190)\n\t.add(\"Blighted vengeance sack\", [1, 10], 7190)\n\t.add(\"Blighted super restore(4)\", 1, 3600)\n\t.add(\"Revenant cave teleport\", 1, 3600)\n\t.add(\"Dareeyak teleport\", 1, 720)\n\t.add(\"Wilderness crabs teleport\", 1, 720)\n\t.add(\"Carrallanger teleport\", 1, 720)\n\t.add(\"Paddewwa teleport\", 1, 720)\n\t.add(\"Annakarl teleport\", 1, 720)\n\t.add(\"Lassar teleport\", 1, 720)\n\t.add(\"Kharyrll teleport\", 1, 720)\n\t.add(\"Senntisten teleport\", 1, 720)\n\t.add(\"Ghorrock teleport\", 1, 720)\n\t.add(\"Target teleport\", 1, 720)\n\t.add(\"Magic shortbow scroll\", 1, 288)\n\t.add(\"Ring of wealth scroll\", 1, 288)\n\t.add(\"Trouver parchment\", 2, 72)\n\t.add(\"Looting bag note\", 1, 72);\n\nexport const AbyssalDemonPreTable = new LootTable()\n\t/* Weapons and armour */\n\t.add(\"Black sword\", 1, 4)\n\t.add(\"Steel battleaxe\", 1, 3)\n\t.add(\"Black axe\", 1, 2)\n\t.add(\"Mithril kiteshield\", 1, 1)\n\t.add(\"Rune chainbody\", 1, 1)\n\t.add(\"Rune med helm\", 1, 1)\n\t.oneIn(512, \"Abyssal whip\")\n\t.oneIn(32_768, \"Abyssal dagger\")\n\n\t/* Runes */\n\t.add(\"Air rune\", 50, 8)\n\t.add(\"Chaos rune\", 10, 6)\n\t.add(\"Blood rune\", 7, 4)\n\t.add(\"Law rune\", 3, 1)\n\n\t/* Seeds */\n\t.add(HerbDropTable, 1, 19)\n\n\t/* Materials */\n\t.add(\"Pure essence\", 60, 5)\n\t.add(\"Adamantite bar\", 1, 2)\n\n\t/* Coins */\n\t.add(\"Coins\", 132, 35)\n\t.add(\"Coins\", 220, 9)\n\t.add(\"Coins\", 30, 7)\n\t.add(\"Coins\", 44, 6)\n\t.add(\"Coins\", 460, 1)\n\n\t/* Other */\n\t.add(\"Lobster\", 1, 2)\n\t.add(\"Cosmic talisman\", 1, 1)\n\t.add(\"Chaos talisman\", 1, 1)\n\t.add(\"Defence potion(3)\", 1, 1)\n\n\t.add(RareDropTable, 1, 2)\n\t.add(GemTable, 1, 5);\n\nconst AbyssalDemonTable = new LootTable()\n\t.every(\"Abyssal ashes\")\n\t.every(AbyssalDemonPreTable)\n\n\t/* Tertiary */\n\t.tertiary(25, \"Ensouled abyssal head\")\n\t.tertiary(128, \"Clue scroll (hard)\")\n\t.tertiary(1200, \"Clue scroll (elite)\")\n\t.tertiary(6000, \"Abyssal head\");\n\nconst AbyssalDemonWildyCaveTable = new LootTable()\n\t.every(AbyssalDemonTable)\n\t.add(WildySlayerCaveTable, 1, 80)\n\t.add(new LootTable(), 1, 20);\n\nexport default new SimpleMonster({\n\tid: 415,\n\tname: \"Abyssal Demon\",\n\ttable: AbyssalDemonTable,\n\twildyCaveTable: AbyssalDemonWildyCaveTable,\n\taliases: [\"abbys\", \"abby demon\", \"abby demons\", \"abyssal demons\", \"abyssal demon\"],\n});\n", "import LootTable from \"../../structures/LootTable\";\n\nconst UsefulHerbTable = new LootTable()\n\t.add(\"Grimy avantoe\", 1, 5)\n\t.add(\"Grimy snapdragon\", 1, 4)\n\t.add(\"Grimy ranarr weed\", 1, 4)\n\t.add(\"Grimy torstol\", 1, 3);\n\nexport default UsefulHerbTable;\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport RareDropTable from \"../../../subtables/RareDropTable\";\nimport UsefulHerbTable from \"../../../subtables/UsefulHerbTable\";\n\nconst AdamantDragonTable = new LootTable()\n\t.every(\"Dragon bones\")\n\t.every(\"Adamantite bar\", 2)\n\n\t/* Weapons and armour */\n\t.add(\"Adamant platebody\", 1, 9)\n\t.add(\"Rune mace\", 1, 7)\n\t.add(\"Rune scimitar\", 1, 7)\n\t.add(\"Dragon med helm\", 1, 1)\n\t.add(\"Dragon platelegs\", 1, 1)\n\t.add(\"Dragon plateskirt\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Adamant arrow\", [30, 40], 8)\n\t.add(\"Wrath rune\", [10, 30], 8)\n\t.add(\"Chaos rune\", [60, 120], 7)\n\t.add(\"Death rune\", [30, 60], 7)\n\n\t/* Herbs */\n\t.add(UsefulHerbTable, 1, 8)\n\n\t/* Materials */\n\t.add(\"Adamant bolts(unf)\", [20, 40], 11)\n\t.add(\"Adamant javelin heads\", [40, 50], 8)\n\t.add(\"Diamond\", [1, 3], 7)\n\t.add(\"Dragon javelin heads\", [20, 30], 7)\n\t.add(\"Adamantite ore\", [8, 20], 6)\n\t.add(\"Adamantite bar\", [5, 35], 4)\n\t.add(\"Dragon bolts (unf)\", [15, 20], 1)\n\n\t/* Other */\n\t.add(\"Wrath talisman\", 1, 1)\n\n\t/* RDT */\n\t.add(RareDropTable, 1, 1)\n\n\t/* Tertiary */\n\t.tertiary(320, \"Clue scroll (elite)\")\n\t.tertiary(1000, \"Dragon limbs\")\n\t.tertiary(5000, \"Dragon metal slice\")\n\t.tertiary(9000, \"Draconic visage\");\n\nexport default new SimpleMonster({\n\tid: 8030,\n\tname: \"Adamant Dragon\",\n\ttable: AdamantDragonTable,\n\taliases: [\"adamant dragon\", \"addy dragon\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport default new SimpleMonster({\n\tid: 3292,\n\tname: \"Al-Kharid warrior\",\n\tpickpocketTable: new LootTable().add(\"Coins\", 18).tertiary(257_211, \"Rocky\"),\n\taliases: [\"al-kharid warrior\", \"alkharid warrior\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport RareDropTable from \"../../../subtables/RareDropTable\";\nimport TreeHerbSeedTable from \"../../../subtables/TreeHerbSeedTable\";\n\nconst AncientZygomiteTable = new LootTable()\n\t.every(\"Mort myre fungus\", [1, 2])\n\n\t/* Weapons */\n\t.add(\"Rune axe\", 1, 2)\n\n\t/* Runes */\n\t.add(\"Earth rune\", 100, 10)\n\t.add(\"Law rune\", 15, 4)\n\t.add(\"Cosmic rune\", 15, 4)\n\t.add(\"Nature rune\", 15, 4)\n\n\t/* Herbs */\n\t.add(\"Grimy kwuarm\", [1, 2], 4)\n\t.add(\"Grimy torstol\", 1, 4)\n\t.add(\"Grimy cadantine\", [1, 2], 3)\n\t.add(\"Grimy dwarf weed\", [1, 2], 2)\n\t.add(\"Grimy lantadyme\", [1, 2], 2)\n\n\t/* Seeds */\n\t.add(\"Mushroom spore\", 1, 8)\n\t.add(TreeHerbSeedTable, 1, 3)\n\n\t/* Fossils */\n\t.add(\"Numulite\", [7, 19], 29)\n\t.add(\"Unidentified small fossil\", 1, 2)\n\t.oneIn(100, \"Unidentified medium fossil\")\n\t.oneIn(125, \"Unidentified large fossil\")\n\t.oneIn(500, \"Unidentified rare fossil\")\n\n\t/* Other */\n\t.add(\"Pyrophosphite\", 1, 13)\n\t.add(\"Calcite\", 1, 12)\n\t.add(\"Supercompost\", 2, 8)\n\t.add(\"Volcanic ash\", 2, 2)\n\t.add(\"Mort myre fungus\", 5, 2)\n\n\t/* Gem drop table */\n\t.add(RareDropTable, 1, 4)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (medium)\");\n\nexport default new SimpleMonster({\n\tid: 7797,\n\tname: \"Ancient Zygomite\",\n\ttable: AncientZygomiteTable,\n\taliases: [\"ancient zygomite\"],\n});\n", "import LootTable from \"../../structures/LootTable\";\n\nexport const CommonSeedDropTable = new LootTable()\n\t.add(\"Limpwurt seed\", 1, 137)\n\t.add(\"Strawberry seed\", 1, 131)\n\t.add(\"Marrentill seed\", 1, 125)\n\t.add(\"Jangerberry seed\", 1, 92)\n\t.add(\"Tarromin seed\", 1, 85)\n\t.add(\"Wildblood seed\", 1, 83)\n\t.add(\"Watermelon seed\", 1, 63)\n\t.add(\"Harralander seed\", 1, 56)\n\t.add(\"Snape grass seed\", 1, 40)\n\t.add(\"Ranarr seed\", 1, 39)\n\t.add(\"Whiteberry seed\", 1, 34)\n\t.add(\"Mushroom spore\", 1, 29)\n\t.add(\"Toadflax seed\", 1, 27)\n\t.add(\"Belladonna seed\", 1, 18)\n\t.add(\"Irit seed\", 1, 18)\n\t.add(\"Poison ivy seed\", 1, 13)\n\t.add(\"Avantoe seed\", 1, 12)\n\t.add(\"Cactus seed\", 1, 12)\n\t.add(\"Kwuarm seed\", 1, 9)\n\t.add(\"Potato cactus seed\", 1, 8)\n\t.add(\"Snapdragon seed\", 1, 5)\n\t.add(\"Cadantine seed\", 1, 4)\n\t.add(\"Lantadyme seed\", 1, 3)\n\t.add(\"Dwarf weed seed\", 1, 2)\n\t.add(\"Torstol seed\", 1, 1);\n\nexport default CommonSeedDropTable;\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport CommonSeedDropTable from \"../../../subtables/CommonSeedDropTable\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst WildySlayerCaveTable = new LootTable()\n\t.add(\"Blighted entangle sack\", [1, 10], 11900)\n\t.add(\"Blighted anglerfish\", [1, 2], 8930)\n\t.add(\"Blighted manta ray\", [1, 2], 8930)\n\t.add(\"Blighted karambwan\", [1, 2], 5950)\n\t.add(\"Blighted teleport spell sack\", [1, 10], 5950)\n\t.add(\"Blighted ancient ice sack\", [1, 10], 5950)\n\t.add(\"Blighted vengeance sack\", [1, 10], 5950)\n\t.add(\"Blighted super restore(4)\", 1, 2980)\n\t.add(\"Revenant cave teleport\", 1, 2980)\n\t.add(\"Dareeyak teleport\", 1, 595)\n\t.add(\"Wilderness crabs teleport\", 1, 595)\n\t.add(\"Carrallanger teleport\", 1, 595)\n\t.add(\"Paddewwa teleport\", 1, 595)\n\t.add(\"Annakarl teleport\", 1, 595)\n\t.add(\"Lassar teleport\", 1, 595)\n\t.add(\"Kharyrll teleport\", 1, 595)\n\t.add(\"Senntisten teleport\", 1, 595)\n\t.add(\"Ghorrock teleport\", 1, 595)\n\t.add(\"Target teleport\", 1, 595)\n\t.add(\"Magic shortbow scroll\", 1, 238)\n\t.add(\"Ring of wealth scroll\", 1, 238)\n\t.add(\"Trouver parchment\", 2, 59)\n\t.add(\"Looting bag note\", 1, 59);\n\nconst AnkouTable = new LootTable({ limit: 100 })\n\t.every(\"Bones\")\n\n\t.oneIn(33, \"Left skull half\")\n\n\t/* Weapons and armor */\n\t.add(\"Black knife\", 1, 1)\n\t.add(\"Black robe\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Death rune\", 10, 10)\n\t.add(\"Blood rune\", 11, 6)\n\t.add(\"Law rune\", 2, 6)\n\t.add(\"Adamant arrow\", [5, 14], 4)\n\t.add(\"Blood rune\", 5, 3)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 3)\n\n\t/* Seeds */\n\t.add(CommonSeedDropTable, 1, 1)\n\n\t/* Materials */\n\t.add(\"Pure essence\", 15, 5)\n\t.add(\"Mithril ore\", [3, 7], 2)\n\n\t/* Coins */\n\t.add(\"Coins\", 8, 33)\n\t.add(\"Coins\", [5, 204], 10)\n\n\t/* Other */\n\t.add(\"Bass\", 1, 2)\n\t.add(\"Weapon poison\", 1, 2)\n\t.add(\"Fried mushrooms\", 1, 1)\n\n\t/* RDT */\n\t.add(GemTable, 1, 2)\n\n\t/* Tertiary */\n\t.tertiary(512, \"Clue scroll (hard)\");\n\nconst AnkouWildyCaveTable = new LootTable()\n\t.every(AnkouTable)\n\t.add(WildySlayerCaveTable, 1, 66)\n\t.add(new LootTable(), 1, 34);\n\nexport default new SimpleMonster({\n\tid: 2514,\n\tname: \"Ankou\",\n\ttable: AnkouTable,\n\twildyCaveTable: AnkouWildyCaveTable,\n\taliases: [\"ankou\", \"ank\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nexport const ArmadylianGuardTable = new LootTable()\n\t.every(\"Bones\")\n\n\t/* Weapons and armour */\n\t.add(\"Rune thrownaxe\", 6, 3)\n\t.add(\"Rune spear\", 1, 1)\n\t.oneIn(1_000_000, \"Armadyl helmet\")\n\t.oneIn(1_000_000, \"Bandos boots\")\n\n\t/* Runes */\n\t.add(\"Nature rune\", 20, 5)\n\t.add(\"Blood rune\", 20, 5)\n\t.add(\"Cosmic rune\", 20, 5)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 10)\n\n\t/* Coins */\n\t.add(\"Coins\", 35, 37)\n\t.add(\"Coins\", 350, 12)\n\n\t/* Other */\n\t.add(\"Headless arrow\", 30, 10)\n\t.add(\"Coal\", 1, 7)\n\t.add(\"Hammer\", 1, 5)\n\t.add(\"Feather\", 30, 5)\n\t.add(\"Shark\", 1, 3)\n\t.add(\"Adamantite bar\", 5, 1)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 9);\n\nexport default new SimpleMonster({\n\tid: 6587,\n\tname: \"Armadylian Guard\",\n\ttable: ArmadylianGuardTable,\n\taliases: [\"armadylian guard\", \"arma guard\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nexport const ArmouredZombieTable = new LootTable({ limit: 128 })\n\t.every(\"Bones\")\n\n\t/* Runes and ammunition */\n\t.add(\"Pure essence\", [20, 50], 12)\n\t.add(\"Adamant arrow\", 12, 8)\n\t.add(\"Blood rune\", [4, 10], 4)\n\t.add(\"Cosmic rune\", [10, 20], 3)\n\t.add(\"Nature rune\", [4, 10], 2)\n\t.add(\"Chaos rune\", [10, 20], 1)\n\t.add(\"Death rune\", [4, 10], 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 43)\n\n\t/* Other */\n\t.add(\"Coins\", [50, 400], 31)\n\t.add(\"Oak plank\", 5, 6)\n\t.add(\"Plank\", 10, 5)\n\t.add(\"Adamant mace\", 1, 3)\n\t.add(\"Coins\", [10, 20], 3)\n\t.add(\"Teak plank\", 2, 2)\n\t.add(\"Adamant kiteshield\", 1, 1)\n\t.add(\"Eye of newt\", [2, 6], 1)\n\t.add(\"Fishing bait\", 6, 1)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 1)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (hard)\")\n\t.tertiary(800, \"Broken zombie axe\")\n\t.tertiary(5000, \"Zombie champion scroll\");\n\nexport default new SimpleMonster({\n\tid: 12_720,\n\tname: \"Armoured Zombie\",\n\ttable: ArmouredZombieTable,\n\taliases: [\"armoured zombie\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const AsynShadeTable = new LootTable().every(\"Asyn remains\");\n\nexport default new SimpleMonster({\n\tid: 1284,\n\tname: \"Asyn Shade\",\n\ttable: AsynShadeTable,\n\taliases: [\"asyn shade\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst AviansieTable = new LootTable({ limit: 128 })\n\t.every(\"Bones\")\n\t.every(\"Feather\", [1, 6])\n\n\t/* Runes */\n\t.add(\"Air rune\", 15, 18)\n\t.add(\"Water rune\", 30, 13)\n\t.add(\"Law rune\", 2, 4)\n\t.add(\"Nature rune\", 9, 4)\n\t.add(\"Chaos rune\", 3, 3)\n\t.add(\"Body rune\", 12, 2)\n\t.add(\"Blood rune\", 11, 2)\n\t.add(\"Mind rune\", 5, 1)\n\t.add(\"Chaos rune\", 16, 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 15)\n\n\t/* Materials */\n\t.add(\"Adamantite bar\", 4, 30)\n\t.add(\"Silver ore\", 1, 10)\n\t.add(\"Runite limbs\", 1, 1)\n\n\t/* Other */\n\t.add(\"Rune dagger(p+)\", 1, 11)\n\t.add(\"Antipoison(3)\", 5, 5)\n\t.add(\"Swordfish\", 5, 2)\n\n\t/* RDT */\n\t.add(GemTable, 1, 3)\n\n\t/* Tertiary */\n\t.tertiary(35, \"Ensouled aviansie head\")\n\t.tertiary(128, \"Clue scroll (hard)\");\n\nexport default new SimpleMonster({\n\tid: 3169,\n\tname: \"Aviansie\",\n\ttable: AviansieTable,\n\taliases: [\"aviansie\", \"avi\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst BabyBlackDragon = new LootTable().every(\"Babydragon bones\");\n\nexport default new SimpleMonster({\n\tid: 1871,\n\tname: \"Baby black Dragon\",\n\ttable: BabyBlackDragon,\n\taliases: [\"baby black dragon\", \"baby black drags\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst BabyBlueDragonTable = new LootTable()\n\t.every(\"Babydragon bones\")\n\n\t/* Tertiary */\n\t.tertiary(100, \"Scaly blue dragonhide\");\n\nexport default new SimpleMonster({\n\tid: 241,\n\tname: \"Baby blue Dragon\",\n\ttable: BabyBlueDragonTable,\n\taliases: [\"baby blue dragon\", \"baby blue drags\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst BabyGreenDragonTable = new LootTable().every(\"Babydragon bones\");\n\nexport default new SimpleMonster({\n\tid: 5194,\n\tname: \"Baby green Dragon\",\n\ttable: BabyGreenDragonTable,\n\taliases: [\"baby green dragon\", \"baby green drags\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst BabyRedDragonTable = new LootTable().every(\"Babydragon bones\");\n\nexport default new SimpleMonster({\n\tid: 137,\n\tname: \"Baby red Dragon\",\n\ttable: BabyRedDragonTable,\n\taliases: [\"baby red dragon\", \"baby red drags\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst BanditTable = new LootTable({ limit: 128 })\n\t.every(\"Bones\")\n\t.tertiary(128, \"Clue scroll (hard)\")\n\t.add(\"Adamant scimitar\", 1, 4)\n\t.add(\"Mithril sq shield\", 1, 2)\n\t.add(\"Mithril axe\", 1, 1)\n\n\t.add(\"Chaos rune\", 10, 3)\n\t.add(\"Water rune\", 11, 3)\n\t.add(\"Air rune\", 25, 2)\n\t.add(\"Death rune\", 4, 2)\n\t.add(\"Law rune\", 6, 2)\n\t.add(\"Mind rune\", 12, 1)\n\t.add(\"Blood rune\", 6, 1)\n\t.add(\"Nature rune\", 3, 1)\n\t.add(\n\t\tnew LootTable()\n\t\t\t.add(\"Grimy guam leaf\", 1, 8)\n\t\t\t.add(\"Grimy marrentill\", 1, 6)\n\t\t\t.add(\"Grimy tarromin\", 1, 5)\n\t\t\t.add(\"Grimy harralander\", 1, 3)\n\t\t\t.add(\"Grimy ranarr weed\", 1, 3)\n\t\t\t.add(\"Grimy irit leaf\", 1, 2)\n\t\t\t.add(\"Grimy avantoe\", 1, 2)\n\t\t\t.add(\"Grimy kwuarm\", 1, 1)\n\t\t\t.add(\"Grimy cadantine\")\n\t\t\t.add(\"Grimy lantadyme\")\n\t\t\t.add(\"Grimy dwarf weed\"),\n\t\t1,\n\t\t41,\n\t)\n\n\t.add(\"Coins\", 35, 26)\n\t.add(\"Coins\", 120, 13)\n\t.add(\"Coins\", 53, 10)\n\t.add(\"Coins\", 250, 2)\n\t.add(\"Coins\", 10, 1)\n\n\t.add(\"Coal\", 5, 6)\n\t.add(\"Dark fishing bait\", [10, 24], 2)\n\t.add(GemTable, 1, 3);\n\nexport default new SimpleMonster({\n\tid: 6605,\n\tname: \"Bandit\",\n\ttable: BanditTable,\n\taliases: [\"bandit\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nexport const BansheePreTable = new LootTable({ limit: 128 })\n\t.oneIn(512, \"Mystic gloves (dark)\", 1)\n\n\t/* Weapons and armour */\n\t.add(\"Iron mace\", 1, 2)\n\t.add(\"Iron dagger\", 1, 2)\n\t.add(\"Iron kiteshield\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Air rune\", 3, 3)\n\t.add(\"Cosmic rune\", 2, 3)\n\t.add(\"Chaos rune\", 3, 2)\n\t.add(\"Fire rune\", 7, 1)\n\t.add(\"Chaos rune\", 7, 1)\n\n\t/* Materials */\n\t.add(\"Pure essence\", 13, 22)\n\t.add(\"Iron ore\", 1, 1)\n\n\t/* Coins */\n\t.add(\"Coins\", 13, 10)\n\t.add(\"Coins\", 26, 8)\n\t.add(\"Coins\", 35, 8)\n\n\t/* Other */\n\t.add(\"Fishing bait\", 15, 22)\n\t.add(\"Fishing bait\", 7, 5)\n\t.add(\"Eye of newt\", 1, 1)\n\n\t/* Subtables */\n\t.add(HerbDropTable, 1, 34)\n\t.add(GemTable, 1, 2);\n\nconst BansheeTable = new LootTable().tertiary(128, \"Clue scroll (easy)\", 1).every(BansheePreTable);\n\nexport default new SimpleMonster({\n\tid: 414,\n\tname: \"Banshee\",\n\ttable: BansheeTable,\n\taliases: [\"banshee\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nexport const BasiliskPreTable = new LootTable()\n\t/* Weapons and armour */\n\t.add(\"Mithril axe\", 1, 3)\n\t.add(\"Steel battleaxe\", 1, 3)\n\t.add(\"Mithril spear\", 1, 2)\n\t.add(\"Adamant full helm\", 1, 1)\n\t.add(\"Mithril kiteshield\", 1, 1)\n\t.add(\"Rune dagger\", 1, 1)\n\t.oneIn(512, \"Mystic hat (light)\")\n\n\t/* Runes */\n\t.add(\"Water rune\", 75, 8)\n\t.add(\"Nature rune\", 15, 5)\n\t.add(\"Law rune\", 3, 3)\n\t.add(\"Nature rune\", 37, 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 35)\n\n\t/* Materials */\n\t.add(\"Adamantite ore\", 1, 3)\n\n\t/* Coins */\n\t.add(\"Coins\", 44, 29)\n\t.add(\"Coins\", 200, 17)\n\t.add(\"Coins\", 132, 5)\n\t.add(\"Coins\", 11, 5)\n\t.add(\"Coins\", 440, 1)\n\n\t/* RDT */\n\t.add(GemTable, 1, 5);\n\nconst BasiliskTable = new LootTable()\n\t.every(\"Bones\")\n\t.every(BasiliskPreTable)\n\n\t/* Tertiary */\n\t.tertiary(2000, \"Basilisk head\");\n\nexport default new SimpleMonster({\n\tid: 417,\n\tname: \"Basilisk\",\n\ttable: BasiliskTable,\n\taliases: [\"basilisk\", \"basi\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\nimport UsefulHerbTable from \"../../../subtables/UsefulHerbTable\";\n\nexport const BasiliskKnightPreTable = new LootTable({ limit: 52 })\n\t/* Weapons and armour */\n\t.add(\"Rune axe\", 1, 2)\n\t.add(\"Adamant platelegs\", 1, 1)\n\t.add(\"Adamant kiteshield\", 1, 1)\n\t.add(\"Rune battleaxe\", 1, 1)\n\t.add(\"Rune dagger\", 1, 1)\n\t.add(\"Rune scimitar\", 1, 1)\n\t.add(\"Rune spear\", 1, 1)\n\t.add(\"Rune med helm\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Astral rune\", [15, 35], 6)\n\t.add(\"Nature rune\", [15, 30], 6)\n\t.add(\"Law rune\", [20, 30], 6)\n\t.add(\"Death rune\", [10, 25], 3)\n\t.add(\"Blood rune\", [8, 20], 3)\n\n\t/* Herbs */\n\t.add(UsefulHerbTable, 1, 3)\n\n\t/* Other */\n\t.add(\"Coins\", [500, 2498], 7)\n\t.add(\"Adamantite ore\", [1, 2], 1)\n\n\t/* RDT */\n\t.add(GemTable, 1, 8);\n\nconst BasiliskKnightTable = new LootTable()\n\t.every(\"Big bones\")\n\t.every(BasiliskKnightPreTable)\n\n\t/* Tertiary */\n\t.tertiary(192, \"Clue scroll (hard)\")\n\t.tertiary(256, \"Mystic hat (light)\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(1000, \"Basilisk head\")\n\t.tertiary(5000, \"Basilisk jaw\")\n\t.tertiary(5013, \"Curved bone\");\n\nconst BasiliskKnightOnTaskTable = new LootTable()\n\t.every(\"Big bones\")\n\t.every(BasiliskKnightPreTable)\n\n\t/* Tertiary */\n\t.tertiary(192, \"Clue scroll (hard)\")\n\t.tertiary(256, \"Mystic hat (light)\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(1000, \"Basilisk head\")\n\t.tertiary(1000, \"Basilisk jaw\")\n\t.tertiary(5013, \"Curved bone\");\n\nexport default new SimpleMonster({\n\tid: 9293,\n\tname: \"Basilisk Knight\",\n\ttable: BasiliskKnightTable,\n\tonTaskTable: BasiliskKnightOnTaskTable,\n\taliases: [\"basilisk knight\", \"bas knight\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const BatTable = new LootTable().every(\"Bat bones\");\nexport default new SimpleMonster({\n\tid: 2827,\n\tname: \"Bat\",\n\ttable: BatTable,\n\taliases: [\"bat\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const BearCubTable = new LootTable()\n\t.every(\"Bones\")\n\t.every(\"Bear fur\")\n\t.every(\"Raw bear meat\")\n\n\t/* Tertiary */\n\t.tertiary(25, \"Ensouled bear head\", 1)\n\t.tertiary(90, \"Clue scroll (beginner)\", 1);\n\nexport default new SimpleMonster({\n\tid: 3909,\n\tname: \"Bear cub\",\n\ttable: BearCubTable,\n\taliases: [\"bear cub\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport default new SimpleMonster({\n\tid: 736,\n\tname: \"Bearded Pollnivnian Bandit\",\n\ttable: new LootTable({ limit: 5 }).every(\"Bones\").add(\"Coins\", [10, 300]),\n\tpickpocketTable: new LootTable().add(\"Coins\", 40).tertiary(257_211, \"Rocky\"),\n\taliases: [\"bearded pollnivnian bandit\", \"pollnivnian bandit\", \"bearded bandit\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const BigWolfTable = new LootTable().every(\"Wolf bones\");\n\nexport default new SimpleMonster({\n\tid: 115,\n\tname: \"Big Wolf\",\n\ttable: BigWolfTable,\n\taliases: [\"big wolf\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const BirdTable = new LootTable();\n\nexport default new SimpleMonster({\n\tid: 5240,\n\tname: \"Bird\",\n\ttable: BirdTable,\n\taliases: [\"bird\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const BlackBearTable = new LootTable()\n\t.every(\"Bones\")\n\t.every(\"Bear fur\")\n\t.every(\"Raw bear meat\")\n\n\t/* Tertiary */\n\t.tertiary(25, \"Ensouled bear head\", 1)\n\t.tertiary(90, \"Clue scroll (beginner)\", 1);\n\nexport default new SimpleMonster({\n\tid: 2839,\n\tname: \"Black bear\",\n\ttable: BlackBearTable,\n\taliases: [\"bear\", \"black bear\", \"bears\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport RareDropTable, { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst WildySlayerCaveTable = new LootTable()\n\t.add(\"Blighted entangle sack\", [1, 10], 8200)\n\t.add(\"Blighted anglerfish\", [1, 2], 6150)\n\t.add(\"Blighted manta ray\", [1, 2], 6150)\n\t.add(\"Blighted karambwan\", [1, 2], 4100)\n\t.add(\"Blighted teleport spell sack\", [1, 10], 4100)\n\t.add(\"Blighted ancient ice sack\", [1, 10], 4100)\n\t.add(\"Blighted vengeance sack\", [1, 10], 4100)\n\t.add(\"Blighted super restore(4)\", 1, 2050)\n\t.add(\"Revenant cave teleport\", 1, 2050)\n\t.add(\"Dareeyak teleport\", 1, 410)\n\t.add(\"Wilderness crabs teleport\", 1, 410)\n\t.add(\"Carrallanger teleport\", 1, 410)\n\t.add(\"Paddewwa teleport\", 1, 410)\n\t.add(\"Annakarl teleport\", 1, 410)\n\t.add(\"Lassar teleport\", 1, 410)\n\t.add(\"Kharyrll teleport\", 1, 410)\n\t.add(\"Senntisten teleport\", 1, 410)\n\t.add(\"Ghorrock teleport\", 1, 410)\n\t.add(\"Target teleport\", 1, 410)\n\t.add(\"Magic shortbow scroll\", 1, 164)\n\t.add(\"Ring of wealth scroll\", 1, 164)\n\t.add(\"Trouver parchment\", 2, 41)\n\t.add(\"Looting bag note\", 1, 41);\n\nconst BlackDemonTable = new LootTable()\n\t.every(\"Malicious ashes\")\n\n\t/* Weapons and armour */\n\t.add(\"Black sword\", 1, 4)\n\t.add(\"Steel battleaxe\", 1, 3)\n\t.add(\"Black axe\", 1, 2)\n\t.add(\"Mithril kiteshield\", 1, 1)\n\t.add(\"Rune med helm\", 1, 1)\n\t.add(\"Rune chainbody\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Air rune\", 50, 8)\n\t.add(\"Chaos rune\", 10, 7)\n\t.add(\"Blood rune\", 7, 4)\n\t.add(\"Fire rune\", 37, 1)\n\t.add(\"Law rune\", 3, 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 23)\n\n\t/* Coins */\n\t.add(\"Coins\", 132, 40)\n\t.add(\"Coins\", 30, 7)\n\t.add(\"Coins\", 44, 6)\n\t.add(\"Coins\", 220, 6)\n\t.add(\"Coins\", 460, 1)\n\n\t/* Other */\n\t.add(\"Lobster\", 1, 3)\n\t.add(\"Adamantite bar\", 1, 2)\n\t.add(\"Defence potion(3)\", 1, 1)\n\n\t/* RDT */\n\t.add(RareDropTable, 1, 1)\n\t.add(GemTable, 1, 5)\n\n\t/* Tertiary */\n\t.tertiary(35, \"Ensouled demon head\")\n\t.tertiary(128, \"Clue scroll (hard)\");\n\nconst BlackDemonWildyCaveTable = new LootTable()\n\t.every(BlackDemonTable)\n\t.add(WildySlayerCaveTable, 1, 91)\n\t.add(new LootTable(), 1, 9);\n\nexport default new SimpleMonster({\n\tid: 240,\n\tname: \"Black Demon\",\n\ttable: BlackDemonTable,\n\twildyCaveTable: BlackDemonWildyCaveTable,\n\taliases: [\"black demon\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport RareDropTable, { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst WildySlayerCaveTable = new LootTable()\n\t.add(\"Blighted entangle sack\", [1, 10], 8200)\n\t.add(\"Blighted anglerfish\", [1, 2], 6150)\n\t.add(\"Blighted manta ray\", [1, 2], 6150)\n\t.add(\"Blighted karambwan\", [1, 2], 4100)\n\t.add(\"Blighted teleport spell sack\", [1, 10], 4100)\n\t.add(\"Blighted ancient ice sack\", [1, 10], 4100)\n\t.add(\"Blighted vengeance sack\", [1, 10], 4100)\n\t.add(\"Blighted super restore(4)\", 1, 2050)\n\t.add(\"Revenant cave teleport\", 1, 2050)\n\t.add(\"Dareeyak teleport\", 1, 410)\n\t.add(\"Wilderness crabs teleport\", 1, 410)\n\t.add(\"Carrallanger teleport\", 1, 410)\n\t.add(\"Paddewwa teleport\", 1, 410)\n\t.add(\"Annakarl teleport\", 1, 410)\n\t.add(\"Lassar teleport\", 1, 410)\n\t.add(\"Kharyrll teleport\", 1, 410)\n\t.add(\"Senntisten teleport\", 1, 410)\n\t.add(\"Ghorrock teleport\", 1, 410)\n\t.add(\"Target teleport\", 1, 410)\n\t.add(\"Magic shortbow scroll\", 1, 164)\n\t.add(\"Ring of wealth scroll\", 1, 164)\n\t.add(\"Trouver parchment\", 2, 41)\n\t.add(\"Looting bag note\", 1, 41);\n\nconst BlackDragonTable = new LootTable()\n\t.every(\"Dragon bones\")\n\t.every(\"Black dragonhide\")\n\n\t/* Weapons and armour */\n\t.add(\"Mithril 2h sword\", 1, 4)\n\t.add(\"Mithril axe\", 1, 3)\n\t.add(\"Mithril battleaxe\", 1, 3)\n\t.add(\"Rune knife\", 2, 3)\n\t.add(\"Mithril kiteshield\", 1, 1)\n\t.add(\"Adamant platebody\", 1, 1)\n\t.add(\"Rune longsword\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Adamant javelin\", 30, 20)\n\t.add(\"Fire rune\", 50, 8)\n\t.add(\"Adamant dart(p)\", 16, 7)\n\t.add(\"Law rune\", 10, 5)\n\t.add(\"Blood rune\", 15, 3)\n\t.add(\"Air rune\", 75, 1)\n\n\t/* Coins */\n\t.add(\"Coins\", 196, 40)\n\t.add(\"Coins\", 330, 10)\n\t.add(\"Coins\", 690, 1)\n\n\t/* Other */\n\t.add(\"Dragon javelin heads\", 10, 6)\n\t.add(\"Adamantite bar\", 1, 3)\n\t.add(\"Chocolate cake\", 1, 3)\n\n\t/* RDT */\n\t.add(RareDropTable, 1, 2)\n\t.add(GemTable, 1, 3)\n\n\t/* Tertiary */\n\t.tertiary(35, \"Ensouled dragon head\")\n\t.tertiary(128, \"Clue scroll (hard)\")\n\t.tertiary(500, \"Clue scroll (elite)\")\n\t.tertiary(10_000, \"Draconic visage\");\n\nconst BlackDragonWildyCaveTable = new LootTable()\n\t.every(BlackDragonTable)\n\t.add(WildySlayerCaveTable, 1, 91)\n\t.add(new LootTable(), 1, 9);\n\nexport default new SimpleMonster({\n\tid: 252,\n\tname: \"Black Dragon\",\n\ttable: BlackDragonTable,\n\twildyCaveTable: BlackDragonWildyCaveTable,\n\taliases: [\"black dragon\", \"black drags\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nexport const BlackGuardTable = new LootTable()\n\t.every(\"Bones\")\n\t.tertiary(128, \"Clue scroll (medium)\")\n\t// TODO: Check over the drop rates in future.\n\t/* Weapons and Armour*/\n\t.add(\"Bronze med helm\", 1, 11)\n\t.add(\"Bronze battleaxe\", 1, 4)\n\t.add(\"Bronze bolts\", 6, 4)\n\t.add(\"Bronze warhammer\", 1, 4)\n\t.add(\"Bronze pickaxe\", 1, 4)\n\t.add(\"Iron battleaxe\", 1, 3)\n\t.add(\"Black warhammer\", 1, 2)\n\n\t/* Runes*/\n\t.add(\"Chaos rune\", 2, 4)\n\t.add(\"Nature rune\", 2, 4)\n\n\t/* Materials */\n\t.add(\"Coal\", 1, 2)\n\t.add(\"Copper ore\", 1, 3)\n\t.add(\"Bronze bar\", 1, 4)\n\t.add(\"Iron bar\", 1, 3)\n\n\t/* Other */\n\t.add(\"Coins\", [4, 42], 22)\n\t.add(\"Hammer\", 1, 8)\n\t.add(\"Keg of beer\", 1, 2)\n\t.add(\"Bucket of water\", 1, 4)\n\t.add(\"Ring mould\", 1, 4)\n\t/* Gem drop table */\n\t.add(GemTable);\n\nexport default new SimpleMonster({\n\tid: 6046,\n\tname: \"Black Guard\",\n\ttable: BlackGuardTable,\n\taliases: [\"black guard\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nexport const BlackKnightTable = new LootTable({ limit: 128 })\n\t.every(\"Bones\")\n\n\t/* Weapons and armour */\n\t.add(\"Iron sword\", 1, 4)\n\t.add(\"Iron full helm\", 1, 2)\n\t.add(\"Steel mace\", 1, 1)\n\n\t/* Runes */\n\t.add(\"Mithril arrow\", 3, 4)\n\t.add(\"Body rune\", 9, 3)\n\t.add(\"Chaos rune\", 6, 3)\n\t.add(\"Earth rune\", 10, 3)\n\t.add(\"Death rune\", 2, 2)\n\t.add(\"Law rune\", 3, 2)\n\t.add(\"Cosmic rune\", 7, 1)\n\t.add(\"Mind rune\", 2, 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 3)\n\n\t/* Materials */\n\t.add(\"Steel bar\", 1, 6)\n\t.add(\"Tin ore\", 1, 1)\n\t.add(\"Steel bar\", 1, 1)\n\n\t/* Coins */\n\t.add(\"Coins\", 35, 21)\n\t.add(\"Coins\", 6, 11)\n\t.add(\"Coins\", 58, 10)\n\t.add(\"Coins\", 12, 9)\n\t.add(\"Coins\", 80, 2)\n\t.add(\"Coins\", 1, 1)\n\t.add(\"Coins\", 13, 1)\n\n\t/* Other */\n\t.add(\"Bread\", 1, 1)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 3);\n\nexport default new SimpleMonster({\n\tid: 516,\n\tname: \"Black Knight\",\n\ttable: BlackKnightTable,\n\taliases: [\"black knight\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst HerbTable = new LootTable()\n\t.add(\"Grimy avantoe\", 1, 5)\n\t.add(\"Grimy ranarr weed\", 1, 4)\n\t.add(\"Grimy snapdragon\", 1, 4)\n\t.add(\"Grimy torstol\", 1, 3);\n\nconst BloodReaverTable = new LootTable()\n\t.every(\"Malicious ashes\")\n\n\t/* Ancient ceremonial robes */\n\t.add(\"Ancient ceremonial mask\", 1, 1)\n\t.add(\"Ancient ceremonial top\", 1, 1)\n\t.add(\"Ancient ceremonial legs\", 1, 1)\n\t.add(\"Ancient ceremonial gloves\", 1, 1)\n\t.add(\"Ancient ceremonial boots\", 1, 1)\n\n\t/* Runes */\n\t.add(\"Astral rune\", 25, 75)\n\t.add(\"Air rune\", 250, 35)\n\t.add(\"Mud rune\", 15, 35)\n\t.add(\"Mind rune\", 20, 20)\n\t.add(\"Nature rune\", 15, 20)\n\t.add(\"Chaos rune\", 15, 15)\n\t.add(\"Air rune\", 150, 10)\n\t.add(\"Blood rune\", 15, 10)\n\n\t/* Herbs */\n\t.add(HerbTable, 1, 50)\n\n\t/* Coins */\n\t.add(\"Coins\", 500, 45)\n\t.add(\"Coins\", [1300, 1337], 30)\n\t.add(\"Coins\", 1, 10)\n\n\t/* Potions */\n\t.add(\"Magic potion(1)\", 1, 55)\n\t.add(\"Prayer potion(2)\", 1, 45)\n\t.add(\"Super defence(1)\", 1, 10)\n\n\t/* Other */\n\t.add(\"Adamantite bar\", [1, 4], 40)\n\t.add(\"Coal\", [1, 10], 40)\n\t.add(\"Pure essence\", 23, 40)\n\t.add(\"Potato cactus\", 1, 35)\n\t.add(\"Blood essence\", 1, 5)\n\t.add(\"Nihil shard\", [2, 7], 5)\n\n\t/* RDT */\n\t.add(GemTable, 1, 5)\n\n\t/* Tertiary */\n\t.tertiary(112, \"Clue scroll (hard)\");\n\nexport default new SimpleMonster({\n\tid: 11_293,\n\tname: \"Blood Reaver\",\n\ttable: BloodReaverTable,\n\taliases: [\"blood reaver\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { itemTupleToTable } from \"../../../../util\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nexport const BloodveldPreTable = new LootTable()\n\t/* Weapons and armour */\n\t.add(\"Steel axe\", 1, 4)\n\t.add(\"Steel full helm\", 1, 4)\n\t.add(\"Steel scimitar\", 1, 2)\n\t.add(\"Black boots\", 1, 1)\n\t.add(\"Mithril sq shield\", 1, 1)\n\t.add(\"Mithril chainbody\", 1, 1)\n\t.add(\"Rune med helm\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Fire rune\", 60, 8)\n\t.add(\"Blood rune\", 10, 5)\n\t.add(\"Blood rune\", 3, 3)\n\t.add(\"Blood rune\", 30, 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 1)\n\n\t/* Coins */\n\t.add(\"Coins\", 120, 30)\n\t.add(\"Coins\", 40, 29)\n\t.add(\"Coins\", 200, 10)\n\t.add(\"Coins\", 10, 7)\n\t.add(\"Coins\", 450, 1)\n\n\t/* Other */\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Big bones\", 1],\n\t\t\t[\"Bones\", 1],\n\t\t]),\n\t\t1,\n\t\t7,\n\t)\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Big bones\", 3],\n\t\t\t[\"Bones\", 1],\n\t\t]),\n\t\t1,\n\t\t3,\n\t)\n\t.add(\"Meat pizza\", 1, 3)\n\t.add(\"Gold ore\", 1, 2)\n\n\t/* RDT */\n\t.add(GemTable, 1, 4);\n\nconst BloodveldTable = new LootTable()\n\t.every(\"Vile ashes\")\n\t.every(BloodveldPreTable)\n\n\t/* Tertiary */\n\t.tertiary(256, \"Clue scroll (hard)\")\n\t.tertiary(35, \"Ensouled bloodveld head\");\n\nexport default new SimpleMonster({\n\tid: 484,\n\tname: \"Bloodveld\",\n\ttable: BloodveldTable,\n\taliases: [\"bloodveld\", \"veld\", \"velds\", \"thicc boi jr\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst BlueDragonTable = new LootTable()\n\t.every(\"Dragon bones\")\n\t.every(\"Blue dragonhide\")\n\n\t/* Weapons and armour */\n\t.add(\"Steel platelegs\", 1, 4)\n\t.add(\"Mithril axe\", 1, 3)\n\t.add(\"Steel battleaxe\", 1, 3)\n\t.add(\"Mithril spear\", 1, 2)\n\t.add(\"Adamant full helm\", 1, 1)\n\t.add(\"Mithril kiteshield\", 1, 1)\n\t.add(\"Rune dagger\", 1, 1)\n\n\t/* Runes*/\n\t.add(\"Water rune\", 75, 8)\n\t.add(\"Nature rune\", 15, 5)\n\t.add(\"Law rune\", 3, 3)\n\t.add(\"Fire rune\", 37, 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 15)\n\n\t/* Coins */\n\t.add(\"Coins\", 44, 29)\n\t.add(\"Coins\", 132, 25)\n\t.add(\"Coins\", 200, 10)\n\t.add(\"Coins\", 11, 5)\n\t.add(\"Coins\", 440, 1)\n\n\t/* Other */\n\t.add(\"Adamantite ore\", 1, 3)\n\t.add(\"Bass\", 1, 3)\n\n\t/* RDT */\n\t.add(GemTable, 1, 5)\n\n\t/* Tertiary */\n\t.tertiary(50, \"Ensouled dragon head\")\n\t.tertiary(50, \"Scaly blue dragonhide\")\n\t.tertiary(128, \"Clue scroll (hard)\");\n\nexport default new SimpleMonster({\n\tid: 265,\n\tname: \"Blue Dragon\",\n\ttable: BlueDragonTable,\n\taliases: [\"blue dragon\", \"blue drags\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst BrineRatTable = new LootTable({ limit: 128 })\n\t.every(\"Bones\")\n\t.every(\"Raw rat meat\")\n\n\t/* Weapons */\n\t.oneIn(512, \"Brine sabre\")\n\n\t/* Runes */\n\t.add(\"Death rune\", 7, 18)\n\t.add(\"Earth rune\", 10, 6)\n\t.add(\"Earth rune\", 36, 4)\n\t.add(\"Water rune\", 10, 3)\n\t.add(\"Air rune\", 18, 2)\n\t.add(\"Earth rune\", 18, 2)\n\t.add(\"Water rune\", 18, 2)\n\t.add(\"Blood rune\", 4, 2)\n\n\t/* Materials */\n\t.add(\"Raw lobster\", 10, 6)\n\t.add(\"Raw shark\", 3, 6)\n\t.add(\"Raw rat meat\", 18, 2)\n\t.add(\"Raw pike\", 18, 2)\n\t.add(\"Raw shark\", 8, 2)\n\t.add(\"Raw swordfish\", 9, 2)\n\t.add(\"Raw shark\", 1, 1)\n\n\t/* Coins */\n\t.add(\"Coins\", 1, 21)\n\t.add(\"Coins\", 2, 16)\n\t.add(\"Coins\", 4, 9)\n\t.add(\"Coins\", 29, 3)\n\n\t/* Other */\n\t.add(\"Water talisman\", 1, 3)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (medium)\");\n\nexport default new SimpleMonster({\n\tid: 4501,\n\tname: \"Brine Rat\",\n\ttable: BrineRatTable,\n\taliases: [\"brine rat\", \"brine\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport RareDropTable, { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst BronzeDragonTable = new LootTable()\n\t.every(\"Dragon bones\")\n\t.every(\"Bronze bar\", 5)\n\n\t/* Pre-roll */\n\t.oneIn(2048, \"Dragon plateskirt\")\n\t.oneIn(2048, \"Dragon platelegs\")\n\n\t/* Weapons and armour */\n\t.add(\"Adamant dart(p)\", 1, 7)\n\t.add(\"Mithril 2h sword\", 1, 4)\n\t.add(\"Mithril axe\", 1, 3)\n\t.add(\"Mithril battleaxe\", 1, 3)\n\t.add(\"Rune knife\", 1, 3)\n\t.add(\"Mithril kiteshield\", 1, 1)\n\t.add(\"Adamant platebody\", 1, 1)\n\t.add(\"Rune longsword\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Adamant javelin\", 20, 20)\n\t.add(\"Fire rune\", 50, 8)\n\t.add(\"Mithril bolts\", [2, 12], 6)\n\t.add(\"Law rune\", 10, 5)\n\t.add(\"Blood rune\", 15, 3)\n\t.add(\"Death rune\", 25, 1)\n\n\t/* Coins */\n\t.add(\"Coins\", 196, 40)\n\t.add(\"Coins\", 330, 10)\n\t.add(\"Coins\", 690, 1)\n\n\t/* Other */\n\t.add(\"Adamantite bar\", 1, 3)\n\t.add(\"Swordfish\", 2, 2)\n\t.add(\"Swordfish\", 1, 1)\n\n\t/* Rare and Gem drop table, slightly adjusted */\n\t.add(RareDropTable, 1, 1)\n\t.add(GemTable, 1, 4)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (hard)\");\n\nexport default new SimpleMonster({\n\tid: 270,\n\tname: \"Bronze Dragon\",\n\ttable: BronzeDragonTable,\n\taliases: [\"bronze dragon\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport RareDropTable, { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst UniqueTable = new LootTable()\n\t.add(\"Dragon platelegs\")\n\t.add(\"Dragon plateskirt\")\n\t.add(\"Dragon spear\")\n\t.add(\"Uncut dragonstone\");\n\nconst BrutalBlackDragonTable = new LootTable()\n\t.every(\"Dragon bones\")\n\t.every(\"Black dragonhide\", 2)\n\n\t/* Unique */\n\t.add(UniqueTable, 1, 1)\n\n\t/* Weapons and armour */\n\t.add(\"Rune hasta\", 1, 10)\n\t.add(\"Rune platelegs\", 1, 7)\n\t.add(\"Rune full helm\", 2, 6)\n\t.add(\"Rune dart\", 20, 5)\n\t.add(\"Rune longsword\", 1, 5)\n\t.add(\"Black d'hide body\", 1, 2)\n\t.add(\"Rune knife\", 25, 2)\n\t.add(\"Rune thrownaxe\", 30, 2)\n\t.add(\"Black d'hide vambraces\", 1, 1)\n\t.add(\"Rune platebody\", 1, 1)\n\t.add(\"Dragon med helm\", 1, 1)\n\t.add(\"Dragon longsword\", 1, 1)\n\t.add(\"Dragon dagger\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Rune javelin\", 50, 8)\n\t.add(\"Blood rune\", 50, 8)\n\t.add(\"Soul rune\", 50, 8)\n\t.add(\"Death rune\", 75, 7)\n\t.add(\"Law rune\", 75, 7)\n\t.add(\"Rune arrow\", 75, 7)\n\n\t/* Materials */\n\t.add(\"Lava scale\", 5, 4)\n\t.add(\"Dragon dart tip\", 40, 3)\n\t.add(\"Runite ore\", 3, 2)\n\t.add(\"Dragon arrowtips\", 40, 2)\n\t.add(\"Dragon javelin heads\", 40, 1)\n\n\t/* Coins */\n\t.add(\"Coins\", 370, 11)\n\t.add(\"Coins\", 2200, 2)\n\t.add(\"Coins\", [540, 929], 1)\n\n\t/* Other */\n\t.add(\"Anglerfish\", 2, 8)\n\n\t/* Rare and Gem drop table */\n\t.add(RareDropTable, 1, 2)\n\t.add(GemTable, 1, 3)\n\n\t/* Tertiary */\n\t.tertiary(20, \"Ensouled dragon head\")\n\t.tertiary(128, \"Clue scroll (hard)\")\n\t.tertiary(250, \"Clue scroll (elite)\")\n\t.tertiary(10_000, \"Draconic visage\");\n\nexport default new SimpleMonster({\n\tid: 7275,\n\tname: \"Brutal black Dragon\",\n\ttable: BrutalBlackDragonTable,\n\taliases: [\"brutal black dragon\", \"bbds\", \"bbd\", \"brutal blacks\", \"brutal black\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport RareDropTable, { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst BrutalBlueDragonTable = new LootTable()\n\t.every(\"Dragon bones\")\n\t.every(\"Blue dragonhide\", 2)\n\n\t/* Weapons and armour */\n\t.add(\"Adamant hasta\", 1, 10)\n\t.add(\"Adamant platelegs\", 1, 7)\n\t.add(\"Mithril full helm\", 1, 5)\n\t.add(\"Rune longsword\", 1, 5)\n\t.add(\"Blue d'hide body\", 1, 2)\n\t.add(\"Blue d'hide vambraces\", 1, 1)\n\t.add(\"Dragon dagger\", 1, 1)\n\t.add(\"Dragon longsword\", 1, 1)\n\t.add(\"Dragon med helm\", 1, 1)\n\t.add(\"Rune full helm\", 1, 1)\n\t.add(\"Rune platebody\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Chaos rune\", 18, 8)\n\t.add(\"Death rune\", 11, 8)\n\t.add(\"Rune javelin\", 20, 8)\n\t.add(\"Air rune\", 50, 7)\n\t.add(\"Law rune\", 15, 7)\n\t.add(\"Rune arrow\", 15, 7)\n\t.add(\"Adamant dart\", 10, 5)\n\t.add(\"Rune knife\", 5, 2)\n\t.add(\"Rune thrownaxe\", 10, 2)\n\n\t/* Materials */\n\t.add(\"Blue dragon scale\", 5, 4)\n\t.add(\"Dragon dart tip\", 5, 3)\n\t.add(\"Dragon arrowtips\", 5, 2)\n\t.add(\"Runite ore\", 1, 2)\n\t.add(\"Dragon javelin heads\", 12, 1)\n\n\t/* Other */\n\t.add(\"Coins\", 370, 11)\n\t.add(\"Curry\", 2, 8)\n\t.add(\"Coins\", 621, 1)\n\n\t/* Other */\n\t.add(\"Adamantite ore\", 1, 3)\n\t.add(\"Bass\", 1, 3)\n\n\t/* Rare and Gem drop table, slightly adjusted */\n\t.add(RareDropTable, 1, 2)\n\t.add(GemTable, 1, 3)\n\n\t/* Tertiary */\n\t.tertiary(20, \"Ensouled dragon head\")\n\t.tertiary(33, \"Scaly blue dragonhide\")\n\t.tertiary(128, \"Clue scroll (hard)\")\n\t.tertiary(750, \"Clue scroll (elite)\")\n\t.tertiary(10_000, \"Draconic visage\");\n\nexport default new SimpleMonster({\n\tid: 7273,\n\tname: \"Brutal blue Dragon\",\n\ttable: BrutalBlueDragonTable,\n\taliases: [\"brutal blue dragon\", \"brutal blues\", \"brutal blue\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport RareDropTable, { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst BrutalGreenDragonTable = new LootTable()\n\t.every(\"Dragon bones\")\n\t.every(\"Green dragonhide\", 2)\n\n\t/* Weapons and armour */\n\t.add(\"Adamant dart(p)\", 25, 5)\n\t.add(\"Adamant 2h sword\", 1, 4)\n\t.add(\"Mithril hasta\", 1, 3)\n\t.add(\"Adamant knife\", 8, 3)\n\t.add(\"Adamant med helm\", 1, 3)\n\t.add(\"Rune thrownaxe\", 8, 3)\n\t.add(\"Adamant spear\", 1, 2)\n\t.add(\"Adamant chainbody\", 1, 1)\n\t.add(\"Adamant kiteshield\", 1, 1)\n\t.add(\"Adamant platelegs\", 1, 1)\n\t.add(\"Rune full helm\", 1, 1)\n\t.add(\"Rune chainbody\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Blood rune\", 20, 29)\n\t.add(\"Lava rune\", 35, 8)\n\t.add(\"Steam rune\", 37, 6)\n\t.add(\"Nature rune\", 17, 5)\n\t.add(\"Law rune\", 15, 3)\n\t.add(\"Adamant arrow\", 8, 3)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 15)\n\n\t/* Materials */\n\t.add(\"Dragon javelin heads\", 12, 10)\n\t.add(\"Mithril ore\", 5, 3)\n\n\t/* Other */\n\t.add(\"Coins\", 242, 11)\n\t.add(\"Coins\", 621, 10)\n\n\t/* Other */\n\t.add(\"Curry\", [1, 2], 2)\n\n\t/* Rare and Gem drop table, slightly adjusted */\n\t.add(RareDropTable, 1, 3)\n\t.add(GemTable, 1, 2)\n\n\t/* Tertiary */\n\t.tertiary(28, \"Ensouled dragon head\")\n\t.tertiary(128, \"Clue scroll (hard)\");\n\nexport default new SimpleMonster({\n\tid: 2918,\n\tname: \"Brutal green Dragon\",\n\ttable: BrutalGreenDragonTable,\n\taliases: [\"brutal green dragon\", \"brutal greens\", \"brutal green\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport RareDropTable, { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst BrutalRedDragonTable = new LootTable()\n\t.every(\"Dragon bones\")\n\t.every(\"Red dragonhide\", 2)\n\n\t/* Weapons and armour */\n\t.add(\"Rune hasta\", 1, 10)\n\t.add(\"Adamant platelegs\", 1, 7)\n\t.add(\"Adamant full helm\", 1, 5)\n\t.add(\"Rune longsword\", 1, 5)\n\t.add(\"Red d'hide body\", 1, 2)\n\t.add(\"Rune full helm\", 2, 2)\n\t.add(\"Red d'hide vambraces\", 1, 1)\n\t.add(\"Dragon dagger\", 1, 1)\n\t.add(\"Dragon longsword\", 1, 1)\n\t.add(\"Dragon med helm\", 1, 1)\n\t.add(\"Rune platebody\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Death rune\", 25, 8)\n\t.add(\"Rune javelin\", 30, 8)\n\t.add(\"Air rune\", 105, 7)\n\t.add(\"Blood rune\", 12, 7)\n\t.add(\"Law rune\", 25, 7)\n\t.add(\"Rune arrow\", 25, 7)\n\t.add(\"Adamant dart\", 20, 5)\n\t.add(\"Rune knife\", 10, 2)\n\t.add(\"Rune thrownaxe\", 15, 2)\n\n\t/* Materials */\n\t.add(\"White berries\", 5, 4)\n\t.add(\"Dragon dart tip\", 8, 3)\n\t.add(\"Dragon arrowtips\", 8, 2)\n\t.add(\"Runite ore\", 2, 2)\n\t.add(\"Dragon javelin heads\", 25, 1)\n\n\t/* Coins */\n\t.add(\"Coins\", 670, 11)\n\t.add(\"Coins\", 621, 1)\n\n\t/* Other */\n\t.add(\"Curry\", 3, 8)\n\n\t/* Rare and Gem drop table */\n\t.add(RareDropTable, 1, 2)\n\t.add(GemTable, 1, 3)\n\n\t/* Tertiary */\n\t.tertiary(20, \"Ensouled dragon head\")\n\t.tertiary(128, \"Clue scroll (hard)\")\n\t.tertiary(500, \"Clue scroll (elite)\")\n\t.tertiary(10_000, \"Draconic visage\");\n\nexport default new SimpleMonster({\n\tid: 7274,\n\tname: \"Brutal red Dragon\",\n\ttable: BrutalRedDragonTable,\n\taliases: [\"brutal red dragon\", \"brutal reds\", \"brutal red\"],\n});\n", "import LootTable from \"../../structures/LootTable\";\n\nconst FixedAllotmentSeedTable = new LootTable()\n\t.add(\"Potato seed\", 4, 96)\n\t.add(\"Onion seed\", 4, 72)\n\t.add(\"Cabbage seed\", 4, 48)\n\t.add(\"Tomato seed\", 3, 24)\n\t.add(\"Sweetcorn seed\", 3, 12)\n\t.add(\"Strawberry seed\", 2, 6)\n\t.add(\"Watermelon seed\", 2, 3)\n\t.add(\"Snape grass seed\", 2, 2);\n\nexport default FixedAllotmentSeedTable;\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport FixedAllotmentSeedTable from \"../../../subtables/FixedAllotmentSeedTable\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nexport const CatableponTable = new LootTable()\n\t.every(\"Bones\")\n\n\t/* Armour */\n\t.add(\"Adamant med helm\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Fire rune\", 15, 7)\n\t.add(\"Water rune\", 7, 6)\n\t.add(\"Law rune\", 2, 4)\n\t.add(\"Mithril arrow\", [5, 14], 4)\n\t.add(\"Cosmic rune\", 2, 3)\n\t.add(\"Chaos rune\", 7, 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 3)\n\n\t/* Seeds */\n\t.add(FixedAllotmentSeedTable, 1, 1)\n\n\t/* Materials */\n\t.add(\"Eye of newt\", 1, 7)\n\t.add(\"Pure essence\", 15, 5)\n\t.add(\"Coal\", [3, 7], 2)\n\n\t/* Coins */\n\t.add(\"Coins\", 44, 12)\n\t.add(\"Coins\", [5, 104], 10)\n\t.add(\"Coins\", 15, 6)\n\n\t/* Other */\n\t.add(\"Unlit torch\", 1, 9)\n\t.add(\"Top of sceptre\", 1, 3)\n\t.add(\"Trout\", 1, 2)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 2)\n\n\t/* Tertiary */\n\t.tertiary(101, \"Clue scroll (medium)\");\n\nexport default new SimpleMonster({\n\tid: 2475,\n\tname: \"Catablepon\",\n\ttable: CatableponTable,\n\taliases: [\"catablepon\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\n\nexport const CaveBugTable = new LootTable({ limit: 128 })\n\t/* Runes and ammunition */\n\t.add(\"Water rune\", 8, 5)\n\t.add(\"Nature rune\", 1, 5)\n\t.add(\"Earth rune\", 6, 2)\n\t.add(\"Nature rune\", 2, 1)\n\n\t.add(HerbDropTable, 1, 24)\n\n\t/* Materials */\n\t.add(\"Unicorn horn dust\", 1, 2)\n\t.add(\"Eye of newt\", 1, 2)\n\t.add(\"Red spiders' eggs\", 1, 2)\n\t.add(\"Limpwurt root\", 1, 1)\n\t.add(\"Snape grass\", 1, 1)\n\n\t/* Other */\n\t.add(\"Coins\", 3, 8)\n\t.add(\"Coins\", 8, 3)\n\t.add(\"Candle\", 1, 5)\n\t.add(\"Tinderbox\", 1, 3)\n\t.add(\"Empty candle lantern\", 1, 1);\n\nexport default new SimpleMonster({\n\tid: 481,\n\tname: \"Cave Bug\",\n\ttable: CaveBugTable,\n\taliases: [\"cave bug\"],\n});\n", "import LootTable from \"../../structures/LootTable\";\n\nconst VariableAllotmentSeedTable = new LootTable()\n\t.add(\"Potato seed\", [1, 4], 64)\n\t.add(\"Onion seed\", [1, 3], 32)\n\t.add(\"Cabbage seed\", [1, 3], 16)\n\t.add(\"Tomato seed\", [1, 2], 8)\n\t.add(\"Sweetcorn seed\", [1, 2], 4)\n\t.add(\"Strawberry seed\", 1, 2)\n\t.add(\"Watermelon seed\", 1, 1)\n\t.add(\"Snape grass seed\", 1, 1);\n\nexport default VariableAllotmentSeedTable;\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\nimport VariableAllotmentSeedTable from \"../../../subtables/VariableAllotmentSeedTable\";\n\nexport const CaveCrawlerTable = new LootTable({ limit: 128 })\n\t/* Armour */\n\t.add(\"Bronze boots\")\n\n\t/* Runes */\n\t.add(\"Nature rune\", [3, 4], 6)\n\t.add(\"Fire rune\", 12, 5)\n\t.add(\"Earth rune\", 9, 2)\n\n\t/* Subtables */\n\t.add(VariableAllotmentSeedTable, 1, 26)\n\t.add(HerbDropTable, 1, 22)\n\t.add(GemTable)\n\n\t/* Coins */\n\t.add(\"Coins\", 3, 5)\n\t.add(\"Coins\", 8, 3)\n\t.add(\"Coins\", 29, 3)\n\t.add(\"Coins\", 10, 1)\n\n\t/* Other */\n\t.add(\"Vial of water\", 1, 13)\n\t.add(\"White berries\", 1, 5)\n\t.add(\"Unicorn horn dust\", 1, 2)\n\t.add(\"Eye of newt\")\n\t.add(\"Red spiders' eggs\")\n\t.add(\"Limpwurt root\")\n\t.add(\"Snape grass\");\n\nexport default new SimpleMonster({\n\tid: 406,\n\tname: \"Cave Crawler\",\n\ttable: CaveCrawlerTable,\n\taliases: [\"cave crawler\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst CaveGoblinTable = new LootTable()\n\t.add(\"Bat shish\")\n\t.add(\"Coated frogs' legs\")\n\t.add(\"Fingers\")\n\t.add(\"Frogburger\")\n\t.add(\"Frogspawn gumbo\")\n\t.add(\"Green gloop soup\")\n\t.add(\"Coins\", [10, 50], 7)\n\t.add(\"Bullseye lantern\", 1)\n\t.add(\"Cave goblin wire\", 1)\n\t.add(\"Iron ore\", [1, 4])\n\t.add(\"Oil lantern\", 1)\n\t.add(\"Swamp tar\", 1)\n\t.add(\"Tinderbox\", 1)\n\t.add(\"Unlit torch\", 1)\n\t.tertiary(257_211, \"Rocky\");\n\nexport default new SimpleMonster({\n\tid: 6434,\n\tname: \"Cave goblin\",\n\tpickpocketTable: CaveGoblinTable,\n\taliases: [\"cave goblin\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst ClubOrSpearTable = new LootTable().add(\"Bone club\").add(\"Bone spear\");\n\nconst CaveGoblinGuardTable = new LootTable({ limit: 128 })\n\t.every(\"Bones\")\n\t.tertiary(5000, \"Goblin champion scroll\")\n\n\t/* Weapons and armour */\n\t.add(ClubOrSpearTable, 1, 20)\n\t.add(\"Iron chainbody\", 1, 20)\n\n\t/* Other */\n\t.add(\"Coins\", 12, 20)\n\t.add(\"Oil lantern\", 1, 20)\n\t.add(\"Tinderbox\", 1, 20);\n\nexport default new SimpleMonster({\n\tid: 5334,\n\tname: \"Cave goblin guard\",\n\ttable: CaveGoblinGuardTable,\n\taliases: [\"cave goblin guard\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\nimport RareSeedTable from \"../../../subtables/RareSeedTable\";\nimport VariableAllotmentSeedTable from \"../../../subtables/VariableAllotmentSeedTable\";\n\nexport const CaveHorrorPreTable = new LootTable()\n\t/* Weapons and armor*/\n\t.add(\"Mithril axe\", 1, 3)\n\t.add(\"Rune dagger\", 1, 1)\n\t.add(\"Adamant full helm\", 1, 1)\n\t.add(\"Mithril kiteshield\", 1, 1)\n\t.oneIn(512, \"Black mask (10)\")\n\n\t/* Runes */\n\t.add(\"Nature rune\", 6, 6)\n\t.add(\"Nature rune\", 4, 5)\n\t.add(\"Nature rune\", 3, 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 13)\n\n\t/* Seeds */\n\t.add(RareSeedTable, 1, 18)\n\t.add(VariableAllotmentSeedTable, 1, 15)\n\n\t/* Coins */\n\t.add(\"Coins\", 44, 28)\n\t.add(\"Coins\", 132, 12)\n\t.add(\"Coins\", 440, 1)\n\n\t/* Other */\n\t.add(\"Limpwurt root\", 1, 7)\n\t.add(\"Teak logs\", 4, 7)\n\t.add(\"Mahogany logs\", 2, 3)\n\n\t/* Gems */\n\t.add(GemTable, 1, 5);\n\nconst CaveHorrorTable = new LootTable()\n\t.every(\"Big bones\")\n\t.every(CaveHorrorPreTable)\n\n\t/* Tertiary */\n\t.tertiary(30, \"Ensouled horror head\")\n\t.tertiary(128, \"Clue scroll (hard)\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(5013, \"Curved bone\");\n\nexport default new SimpleMonster({\n\tid: 1047,\n\tname: \"Cave Horror\",\n\ttable: CaveHorrorTable,\n\taliases: [\"cave horror\", \"cave h\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\nimport RareSeedTable from \"../../../subtables/RareSeedTable\";\n\nconst CaveKrakenTable = new LootTable({ limit: 400 })\n\n\t/* Weapons and armour */\n\t.add(\"Rune med helm\", 1, 13)\n\t.add(\"Staff of water\", 1, 8)\n\t.add(\"Adamant spear\", 1, 8)\n\t.add(\"Rune warhammer\", 1, 8)\n\t.add(\"Battlestaff\", 1, 8)\n\t.add(\"Water battlestaff\", 1, 8)\n\t.add(\"Mystic water staff\", 1, 4)\n\t.oneIn(200, \"Uncharged trident\")\n\n\t/* Runes and ammunition */\n\t.add(\"Death rune\", 30, 32)\n\t.add(\"Chaos rune\", 50, 32)\n\t.add(\"Water rune\", 15, 20)\n\t.add(\"Water rune\", 30, 20)\n\t.add(\"Water rune\", 75, 20)\n\t.add(\"Fire rune\", 30, 20)\n\t.add(\"Blood rune\", 5, 16)\n\t.add(\"Steam rune\", 7, 12)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 12)\n\n\t/* Seeds */\n\t.add(RareSeedTable, 1, 12)\n\n\t/* Other */\n\t.add(\"Coins\", [120, 300], 20)\n\t.add(\"Seaweed\", 30, 12)\n\t.add(\"Swordfish\", 2, 12)\n\t.add(\"Shark\", 1, 12)\n\t.add(\"Antidote++(4)\", 1, 12)\n\t.add(\"Old boot\", 1, 8)\n\t.add(\"Swamp tar\", 60, 8)\n\t.add(\"Raw lobster\", 3, 8)\n\t.add(\"Water orb\", 2, 8)\n\t.add(\"Oyster\", 1, 8)\n\t.add(\"Vial of water\", 50, 8)\n\t.add(\"Water talisman\", 1, 8)\n\t.add(\"Bucket\", 1, 2)\n\t.oneIn(1200, \"Kraken tentacle\")\n\n\t/* RDT */\n\t.add(GemTable, 1, 12)\n\n\t/* Tertiary */\n\t.tertiary(100, \"Clue scroll (hard)\")\n\t.tertiary(1200, \"Clue scroll (elite)\");\n\nexport default new SimpleMonster({\n\tid: 492,\n\tname: \"Cave Kraken\",\n\ttable: CaveKrakenTable,\n\taliases: [\"cave kraken\", \"cave k\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nexport const CaveSlimeTable = new LootTable()\n\t.every(\"Swamp tar\", [1, 6])\n\t.tertiary(128, \"Clue scroll (easy)\")\n\n\t.add(GemTable, 1, 4)\n\n\t/* Weapons and Armour */\n\t.add(\"Iron sword\", 1, 7)\n\t.add(\"Bronze axe\", 1, 3)\n\t.add(\"Iron kiteshield\", 1, 2)\n\t.add(\"Bronze full helm\")\n\t.add(\"Iron boots\")\n\n\t/* Runes */\n\t.add(\"Water rune\", 15, 5)\n\t.add(\"Earth rune\", 5, 3)\n\n\t/* Other */\n\t.add(\"Coins\", 10, 39)\n\t.add(\"Coins\", 4, 30)\n\t.add(\"Coins\", 22, 10)\n\t.add(\"Coins\", 1, 7)\n\t.add(\"Coins\", 46, 2)\n\t.add(\"Unlit torch\", 1, 1)\n\t.add(\"Gold bar\", 1, 2)\n\t.add(\"Oil lantern frame\", 1, 1);\n\nexport default new SimpleMonster({\n\tid: 480,\n\tname: \"Cave Slime\",\n\ttable: CaveSlimeTable,\n\taliases: [\"cave slime\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nexport const ChaosDruidTable = new LootTable({ limit: 128 })\n\t.every(\"Bones\")\n\n\t/* Runes and ammunition */\n\t.add(\"Law rune\", 2, 7)\n\t.add(\"Mithril bolts\", [2, 12], 4)\n\t.add(\"Air rune\", 36, 3)\n\t.add(\"Body rune\", 9, 2)\n\t.add(\"Earth rune\", 9, 2)\n\t.add(\"Mind rune\", 12, 2)\n\t.add(\"Nature rune\", 3, 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 35)\n\t.add(HerbDropTable, 2, 11)\n\n\t/* Coins */\n\t.add(\"Coins\", 3, 5)\n\t.add(\"Coins\", 8, 5)\n\t.add(\"Coins\", 29, 3)\n\t.add(\"Coins\", 35, 1)\n\n\t/* Other */\n\t.add(\"Vial of water\", 1, 10)\n\t.add(\"Bronze longsword\", 1, 1)\n\t.add(\"Snape grass\", 1, 1)\n\t.add(\"Unholy mould\", 1, 1)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 1)\n\n\t/* Tertiary */\n\t.tertiary(35, \"Ensouled chaos druid head\");\n\nexport default new SimpleMonster({\n\tid: 520,\n\tname: \"Chaos druid\",\n\ttable: ChaosDruidTable,\n\taliases: [\"chaos druid\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nexport const ChaosDwarfTable = new LootTable({ limit: 128 })\n\t.every(\"Bones\")\n\n\t/* Weapons and Armour*/\n\t.add(\"Steel full helm\", 1, 2)\n\t.add(\"Mithril longsword\", 1, 1)\n\t.add(\"Mithril sq shield\", 1, 1)\n\n\t/* Runes */\n\t.add(\"Law rune\", 3, 4)\n\t.add(\"Air rune\", 24, 3)\n\t.add(\"Chaos rune\", 10, 3)\n\t.add(\"Mind rune\", 37, 3)\n\t.add(\"Nature rune\", 9, 3)\n\t.add(\"Cosmic rune\", 3, 2)\n\t.add(\"Death rune\", 3, 1)\n\t.add(\"Water rune\", 10, 1)\n\n\t/* Coins */\n\t.add(\"Coins\", 92, 40)\n\t.add(\"Coins\", 47, 18)\n\t.add(\"Coins\", 25, 11)\n\t.add(\"Coins\", 150, 10)\n\t.add(\"Coins\", 350, 2)\n\t.add(\"Coins\", 15, 2)\n\n\t/* Other */\n\t.add(\"Muddy key\", 1, 7)\n\t.add(\"Mithril bar\", 1, 6)\n\t.add(\"Coal\", 1, 1)\n\t.add(\"Cheese\", 1, 1)\n\t.add(\"Tomato\", 1, 1)\n\n\t/* Subtable */\n\t.add(GemTable, 1, 5);\n\nexport default new SimpleMonster({\n\tid: 291,\n\tname: \"Chaos dwarf\",\n\ttable: ChaosDwarfTable,\n\taliases: [\"chaos dwarf\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const ChickenTable = new LootTable({ limit: 4 })\n\t.every(\"Bones\")\n\t.every(\"Raw chicken\")\n\t.add(\"Feather\", 5, 2)\n\t.add(\"Feather\", 15, 1)\n\t.tertiary(300, \"Clue scroll (beginner)\");\n\nexport default new SimpleMonster({\n\tid: 3316,\n\tname: \"Chicken\",\n\ttable: ChickenTable,\n\taliases: [\"chicken\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const ChompyBirdTable = new LootTable().every(\"Bones\").every(\"Raw chompy\").oneIn(500, \"Chompy chick\");\n\nexport default new SimpleMonster({\n\tid: 1475,\n\tname: \"Chompy bird\",\n\ttable: ChompyBirdTable,\n\taliases: [\"chompy\", \"chompy bird\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nexport const CockatricePreTable = new LootTable({ limit: 128 })\n\t/* Weapons and armour */\n\t.add(\"Iron sword\", 1, 3)\n\t.add(\"Steel dagger\", 1, 3)\n\t.add(\"Iron boots\", 1, 1)\n\t.add(\"Iron javelin\", 1, 1)\n\t.add(\"Steel longsword\", 1, 1)\n\t.oneIn(512, \"Mystic boots (light)\")\n\n\t/* Runes */\n\t.add(\"Nature rune\", 2, 6)\n\t.add(\"Nature rune\", 4, 4)\n\t.add(\"Law rune\", 2, 3)\n\t.add(\"Nature rune\", 6, 2)\n\t.add(\"Water rune\", 2, 2)\n\t.add(\"Fire rune\", 7, 2)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 10)\n\n\t/* Coins */\n\t.add(\"Coins\", 15, 16)\n\t.add(\"Coins\", 5, 12)\n\t.add(\"Coins\", 28, 12)\n\t.add(\"Coins\", 62, 4)\n\t.add(\"Coins\", 42, 3)\n\t.add(\"Coins\", 1, 1)\n\n\t/* Other */\n\t.add(\"Limpwurt root\", 1, 1)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 2);\n\nconst CockatriceTable = new LootTable()\n\t.every(\"Bones\")\n\t.every(CockatricePreTable)\n\n\t/* Tertiary */\n\t.oneIn(128, \"Clue scroll (medium)\")\n\t.oneIn(1000, \"Cockatrice head\");\n\nexport default new SimpleMonster({\n\tid: 420,\n\tname: \"Cockatrice\",\n\ttable: CockatriceTable,\n\taliases: [\"cockatrice\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const CowTable = new LootTable()\n\t.every(\"Bones\")\n\t.every(\"Cowhide\")\n\t.every(\"Raw beef\")\n\t.tertiary(128, \"Clue scroll (beginner)\");\n\nexport default new SimpleMonster({\n\tid: 2790,\n\tname: \"Cow\",\n\ttable: CowTable,\n\taliases: [\"cow\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const CowCalfTable = new LootTable()\n\t.every(\"Bones\")\n\t.every(\"Cowhide\")\n\t.every(\"Raw beef\")\n\t.tertiary(128, \"Clue scroll (beginner)\");\n\nexport default new SimpleMonster({\n\tid: 2792,\n\tname: \"Cow calf\",\n\ttable: CowCalfTable,\n\taliases: [\"cow calf\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst freshCrabTable = new LootTable().add(\"Fresh crab claw\", 1, 1).add(\"Fresh crab shell\", 1, 1);\n\nexport const CrabTable = new LootTable()\n\t.every(\"Crab meat\")\n\n\t.add(new LootTable(), 5, 1) // Nothing drop\n\t.add(freshCrabTable, 4, 1)\n\t.add(\"Oyster\", 1, 1);\n\nexport default new SimpleMonster({\n\tid: 4819,\n\tname: \"Crab\",\n\ttable: CrabTable,\n\taliases: [\"crab\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nexport const CrawlingHandPreTable = new LootTable()\n\t/* Gloves */\n\t.add(\"Leather gloves\", 1, 21)\n\t.add(\"Purple gloves\", 1, 2)\n\t.add(\"Yellow gloves\", 1, 2)\n\t.add(\"Red gloves\", 1, 2)\n\t.add(\"Teal gloves\", 1, 2)\n\n\t/* Jewellery */\n\t.add(\"Gold ring\", 1, 3)\n\t.add(\"Sapphire ring\", 1, 2)\n\t.add(\"Emerald ring\", 1, 2)\n\n\t/* Coins */\n\t.add(\"Coins\", 8, 23)\n\t.add(\"Coins\", 5, 21)\n\n\t/* Gem drop table */\n\t.add(GemTable, 2);\n\nconst CrawlingHandTable = new LootTable()\n\t.every(\"Bones\")\n\t// 7975 is the correct Crawling hand item\n\t.tertiary(500, 7975, 1)\n\t.every(CrawlingHandPreTable);\n\nexport default new SimpleMonster({\n\tid: 448,\n\tname: \"Crawling Hand\",\n\ttable: CrawlingHandTable,\n\taliases: [\"crawling hand\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst CrocodileTable = new LootTable()\n\t.every(\"Babydragon bones\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(5013, \"Curved bone\");\n\nexport default new SimpleMonster({\n\tid: 4184,\n\tname: \"Crocodile\",\n\ttable: CrocodileTable,\n\taliases: [\"crocodile\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const CryptRatTable = new LootTable().every(\"Bones\");\n\nexport default new SimpleMonster({\n\tid: 1679,\n\tname: \"Crypt rat\",\n\ttable: CryptRatTable,\n\taliases: [\"crypt rat\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\nimport UncommonSeedDropTable from \"../../../subtables/UncommonSeedDropTable\";\n\nexport const CyclopseTable = new LootTable()\n\t.every(\"Big bones\")\n\n\t/* Weapons and armour */\n\t.add(\"Black knife\", [4, 13], 16)\n\t.add(\"Steel chainbody\", 1, 2)\n\t.add(\"Iron 2h sword\", 1, 2)\n\t.add(\"Iron chainbody\", 1, 2)\n\t.add(\"Steel dagger\", 1, 2)\n\t.add(\"Steel mace\", 1, 2)\n\t.add(\"Steel sword\", 1, 2)\n\t.add(\"Steel battleaxe\", 1, 2)\n\t.add(\"Steel 2h sword\", 1, 2)\n\t.add(\"Steel longsword\", 1, 2)\n\t.add(\"Steel med helm\", 1, 2)\n\t.add(\"Black 2h sword\", 1, 1)\n\t.add(\"Mithril dagger\", 1, 1)\n\t.add(\"Adamant mace\", 1, 1)\n\t.add(\"Black sword\", 1, 1)\n\t.add(\"Black longsword\", 1, 1)\n\t.add(\"Black dagger\", 1, 1)\n\t.add(\"Adamant 2h sword\", 1, 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 3)\n\n\t/* Seeds */\n\t.add(UncommonSeedDropTable, 1, 1)\n\n\t/* Coins */\n\t.add(\"Coins\", [3, 102], 31)\n\t.add(\"Coins\", [5, 204], 10)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 2)\n\n\t/* Tertiary */\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(512, \"Clue scroll (hard)\")\n\t.tertiary(5013, \"Curved bone\");\n\nexport default new SimpleMonster({\n\tid: 2097,\n\tname: \"Cyclops\",\n\ttable: CyclopseTable,\n\taliases: [\"cyclops\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\nimport RareSeedTable from \"../../../subtables/RareSeedTable\";\n\nconst DagannothTable = new LootTable()\n\t.every(\"Bones\")\n\n\t/* Weapons*/\n\t.add(\"Iron spear\", 1, 6)\n\t.add(\"Bronze spear\", 1, 5)\n\t.add(\"Mithril spear\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Water rune\", 15, 4)\n\t.add(\"Steel arrow\", 15, 2)\n\t.add(\"Mithril javelin\", 3, 1)\n\n\t/* Seeds */\n\t.add(RareSeedTable, 1, 18)\n\n\t/* Fishing */\n\t.add(\"Lobster pot\", 1, 12)\n\t.add(\"Raw herring\", 3, 4)\n\t.add(\"Raw sardine\", 5, 4)\n\t.add(\"Harpoon\", 1, 3)\n\t.add(\"Feather\", 15, 2)\n\t.add(\"Fishing bait\", 50, 2)\n\t.add(\"Raw lobster\", 1, 2)\n\t.add(\"Raw tuna\", 1, 2)\n\t.add(\"Seaweed\", 10, 2)\n\t.add(\"Oyster pearls\", 1, 1)\n\t.add(\"Oyster pearl\", 2, 1)\n\n\t/* Coins */\n\t.add(\"Coins\", 56, 29)\n\t.add(\"Coins\", 25, 9)\n\t.add(\"Coins\", 44, 8)\n\t.add(\"Coins\", 41, 6)\n\n\t/* Other */\n\t.add(\"Opal bolt tips\", 12, 2)\n\t.add(\"Casket\", 1, 1)\n\n\t/* RDT */\n\t.add(GemTable, 1, 1)\n\n\t/* Tertiary */\n\t.tertiary(40, \"Ensouled dagannoth head\")\n\t.tertiary(128, \"Clue scroll (medium)\");\n\nexport default new SimpleMonster({\n\tid: 3185,\n\tname: \"Dagannoth\",\n\ttable: DagannothTable,\n\taliases: [\"dagannoth\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst DagannothSpawnTable = new LootTable()\n\t.every(\"Bones\")\n\n\t/* Runes */\n\t.add(\"Water rune\", 3, 10)\n\n\t/* Fish */\n\t.add(\"Raw tuna\", 1, 10)\n\t.add(\"Raw sardine\", 1, 10)\n\t.add(\"Raw herring\", 1, 5)\n\n\t/* Coins */\n\t.add(\"Coins\", 16, 10)\n\t.add(\"Coins\", 25, 10)\n\n\t/* Other */\n\t.add(\"Feather\", 2, 38)\n\t.add(\"Seaweed\", 1, 10)\n\t.add(\"Fishing bait\", 3, 10)\n\t.add(\"Water talisman\", 1, 10)\n\t.add(\"Oyster pearl\", 1, 4)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 1)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (easy)\");\n\nexport default new SimpleMonster({\n\tid: 3184,\n\tname: \"Dagannoth spawn\",\n\ttable: DagannothSpawnTable,\n\taliases: [\"dagannoth spawn\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst DagannothFledgeling = new LootTable().every(\"Bones\");\n\nexport default new SimpleMonster({\n\tid: 2264,\n\tname: \"Dagannoth fledgeling\",\n\ttable: DagannothFledgeling,\n\taliases: [\"dagannoth fledgeling\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport RareDropTable, { GemTable } from \"../../../subtables/RareDropTable\";\nimport RareSeedTable from \"../../../subtables/RareSeedTable\";\n\nconst DBHerbTable = new LootTable().add(HerbDropTable, 1, 4).add(HerbDropTable, 2, 1);\n\nexport const DarkBeastPreTable = new LootTable()\n\t/* Weapons and armour */\n\t.add(\"Black battleaxe\", 1, 3)\n\t.add(\"Adamant sq shield\", 1, 1)\n\t.add(\"Rune chainbody\", 1, 1)\n\t.add(\"Rune med helm\", 1, 1)\n\t.add(\"Rune full helm\", 1, 1)\n\t.add(\"Rune 2h sword\", 1, 1)\n\t.add(\"Rune battleaxe\", 1, 1)\n\t.oneIn(512, \"Dark bow\")\n\n\t/* Runes and ammunition */\n\t.add(\"Death rune\", 20, 8)\n\t.add(\"Chaos rune\", 30, 7)\n\t.add(\"Blood rune\", 15, 4)\n\n\t/* Herbs */\n\t.add(DBHerbTable, 1, 24)\n\n\t/* Seeds */\n\t.add(RareSeedTable, 1, 4)\n\n\t/* Coins */\n\t.add(\"Coins\", 152, 40)\n\t.add(\"Coins\", 64, 6)\n\t.add(\"Coins\", 95, 6)\n\t.add(\"Coins\", 220, 5)\n\n\t/* Other */\n\t.add(\"Shark\", 1, 3)\n\t.add(\"Adamantite bar\", 3, 2)\n\t.add(\"Adamantite ore\", 5, 1)\n\t.add(\"Death talisman\", 1, 1)\n\t.add(\"Runite ore\", 1, 1)\n\t.add(\"Shark\", 2, 1)\n\n\t/* RDT */\n\t.add(RareDropTable, 1, 3)\n\t.add(GemTable, 1, 3);\n\nconst DarkBeastTable = new LootTable()\n\t.every(\"Big bones\")\n\t.every(DarkBeastPreTable)\n\n\t/* Tertiary */\n\t.tertiary(24, \"Crystal shard\")\n\t.tertiary(128, \"Clue scroll (hard)\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(1200, \"Clue scroll (elite)\")\n\t.tertiary(5013, \"Curved bone\");\n\nexport default new SimpleMonster({\n\tid: 4005,\n\tname: \"Dark Beast\",\n\ttable: DarkBeastTable,\n\taliases: [\"dark beast\", \"dark b\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\n\nexport const DarkWarriorTable = new LootTable({ limit: 128 })\n\t.every(\"Bones\")\n\n\t/* Weapons and armour */\n\t.add(\"Bronze med helm\", 1, 3)\n\t.add(\"Iron mace\", 1, 1)\n\t.add(\"Black med helm\", 1, 1)\n\t.add(\"Black mace\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Bronze arrow\", 8, 4)\n\t.add(\"Mind rune\", 2, 3)\n\t.add(\"Water rune\", 3, 2)\n\t.add(\"Nature rune\", 3, 2)\n\t.add(\"Earth rune\", 2, 1)\n\t.add(\"Chaos rune\", 2, 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 3)\n\n\t/* Coins */\n\t.add(\"Coins\", 1, 31)\n\t.add(\"Coins\", 2, 20)\n\t.add(\"Coins\", 6, 20)\n\t.add(\"Coins\", 13, 7)\n\t.add(\"Coins\", 20, 6)\n\t.add(\"Coins\", 30, 2)\n\n\t/* Other */\n\t.add(\"Iron ore\", 1, 1)\n\t.add(\"Sardine\", 1, 1);\n\nexport default new SimpleMonster({\n\tid: 531,\n\tname: \"Dark warrior\",\n\ttable: DarkWarriorTable,\n\taliases: [\"dark warrior\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const DeadlyRedSpiderTable = new LootTable({ limit: 128 }).add(\"Clue scroll (beginner)\");\n\nexport default new SimpleMonster({\n\tid: 3021,\n\tname: \"Deadly red spider\",\n\ttable: DeadlyRedSpiderTable,\n\taliases: [\"deadly red spider\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const DeathWingTable = new LootTable().tertiary(128, \"Clue scroll (beginner)\");\n\nexport default new SimpleMonster({\n\tid: 509,\n\tname: \"Death wing\",\n\ttable: DeathWingTable,\n\taliases: [\"death wing\"],\n});\n", "import LootTable from \"../../structures/LootTable\";\n\nexport const NotedHerbTable = new LootTable()\n\t.add(\"Grimy kwuarm\", 1, 5)\n\t.add(\"Grimy cadantine\", 1, 4)\n\t.add(\"Grimy dwarf weed\", 1, 4)\n\t.add(\"Grimy lantadyme\", 1, 3);\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { NotedHerbTable } from \"../../../subtables/NotedHerbTable\";\nimport RareDropTable from \"../../../subtables/RareDropTable\";\nimport TreeHerbSeedTable from \"../../../subtables/TreeHerbSeedTable\";\n\nconst UniqueTable = new LootTable()\n\t.add(\"Zenyte shard\", 1, 5)\n\t.add(\"Ballista limbs\", 1, 3)\n\t.add(\"Ballista spring\", 1, 3)\n\t.add(\"Light frame\", 1, 2)\n\t.add(\"Heavy frame\", 1, 1)\n\t.add(\"Monkey tail\", 1, 1);\n\nconst DemonicGorillaTable = new LootTable({ limit: 500 })\n\t.every(\"Malicious ashes\")\n\n\t.add(UniqueTable, 1, 5)\n\n\t/* Weapons and armor */\n\t.add(\"Rune platelegs\", 1, 35)\n\t.add(\"Rune plateskirt\", 1, 35)\n\t.add(\"Rune chainbody\", 1, 20)\n\t.add(\"Dragon scimitar\", 1, 10)\n\n\t/* Runes and ammunition */\n\t.add(\"Law rune\", [50, 75], 35)\n\t.add(\"Death rune\", [50, 75], 35)\n\t.add(\"Runite bolts\", [100, 150], 25)\n\n\t/* Herbs */\n\t.add(NotedHerbTable, [7, 13], 18)\n\n\t/* Seeds */\n\t.add(TreeHerbSeedTable, 2, 25, { multiply: true })\n\n\t/* Other */\n\t.add(\"Prayer potion(3)\", 2, 40)\n\t.add(\"Shark\", [2, 3], 35)\n\t.add(\"Coins\", [5000, 10_000], 25)\n\t.add(\"Saradomin brew(2)\", 1, 25)\n\t.add(\"Javelin shaft\", [750, 1250], 25)\n\t.add(\"Rune javelin heads\", [45, 55], 25)\n\t.add(\"Dragon javelin heads\", [27, 33], 25)\n\t.add(\"Adamantite bar\", 6, 20)\n\t.add(\"Diamond\", [4, 6], 17)\n\t.add(\"Runite bar\", 3, 15)\n\n\t/* RDT */\n\t.add(RareDropTable, 1, 5)\n\n\t/* Tertiary */\n\t.tertiary(100, \"Clue scroll (hard)\")\n\t.tertiary(500, \"Clue scroll (elite)\");\n\nexport default new SimpleMonster({\n\tid: 7144,\n\tname: \"Demonic Gorilla\",\n\ttable: DemonicGorillaTable,\n\taliases: [\"demonic gorilla\", \"demonic\", \"demonics\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst DesertBanditTable = new LootTable()\n\t.add(\"Coins\", 30, 70)\n\t.add(\"Antipoison(1)\", 1, 15)\n\t.add(\"Lockpick\", 1, 15)\n\t.tertiary(257_211, \"Rocky\");\n\nexport default new SimpleMonster({\n\tid: 690,\n\tname: \"Desert Bandit\",\n\tpickpocketTable: DesertBanditTable,\n\taliases: [\"desert bandit\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport FixedAllotmentSeedTable from \"../../../subtables/FixedAllotmentSeedTable\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst HerbFireRuneTable = new LootTable().every(HerbDropTable).every(\"Fire rune\", 42);\nconst SeedWaterskinTable = new LootTable().every(FixedAllotmentSeedTable).every(\"Waterskin(0)\", 2);\n\nexport const DesertLizardTable = new LootTable()\n\t.every(\"Bones\")\n\t.oneIn(512, \"Mystic gloves (light)\")\n\n\t/* Runes */\n\t.add(\"Fire rune\", 5, 30)\n\t.add(\"Fire rune\", 42, 14)\n\t.add(\"Nature rune\", 5, 4)\n\n\t/* Herbs */\n\t.add(HerbFireRuneTable, 1, 10)\n\n\t/* Seeds */\n\t.add(SeedWaterskinTable, 1, 9)\n\n\t/* Ores and bars */\n\t.add(\"Iron ore\", 1, 22)\n\t.add(\"Coal\", 1, 13)\n\t.add(\"Tin ore\", 1, 4)\n\t.add(\"Copper ore\", 1, 3)\n\t.add(\"Silver ore\", 1, 3)\n\t.add(\"Silver bar\", 1, 2)\n\t.add(\"Mithril ore\")\n\n\t/* Other */\n\t.add(\"Kebab\", 1, 13)\n\t.add(\"Waterskin(0)\", 2, 13)\n\n\t/* Subtables */\n\t.add(GemTable, 1, 4)\n\t.add(GemTable, 2, 2);\n\nexport default new SimpleMonster({\n\tid: 459,\n\tname: \"Desert Lizard\",\n\ttable: DesertLizardTable,\n\taliases: [\"desert lizard\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const DesertWolfTable = new LootTable().every(\"Wolf bones\");\n\nexport default new SimpleMonster({\n\tid: 4649,\n\tname: \"Desert Wolf\",\n\ttable: DesertWolfTable,\n\taliases: [\"desert wolf\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\nimport RareSeedTable from \"../../../subtables/RareSeedTable\";\n\nconst DeviantSpectreHerbTable = new LootTable().add(HerbDropTable, 2, 29).add(HerbDropTable, 3, 17);\n\nexport const DeviantSpectrePreTable = new LootTable()\n\t/* Weapons and armour */\n\t.add(\"Battlestaff\", 1, 5)\n\t.add(\"Black platelegs\", 1, 5)\n\t.add(\"Mithril battleaxe\", 1, 5)\n\t.add(\"Rune full helm\", 1, 2)\n\t.add(\"Lava battlestaff\", 1, 1)\n\t.add(\"Rune chainbody\", 1, 1)\n\n\t/* Herbs */\n\t.add(DeviantSpectreHerbTable, 1, 46)\n\n\t/* Seeds */\n\t.add(\"Limpwurt seed\", [3, 11], 10)\n\t.add(RareSeedTable, 1, 16)\n\n\t/* Other */\n\t.add(\"Adamantite ore\", 1, 5)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 32);\n\nconst DeviantSpectreTable = new LootTable()\n\t.every(DeviantSpectrePreTable)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (hard)\")\n\t.tertiary(512, \"Mystic robe bottom (dark)\");\n\nexport default new SimpleMonster({\n\tid: 7279,\n\tname: \"Deviant Spectre\",\n\ttable: DeviantSpectreTable,\n\taliases: [\"deviant\", \"deviant spectre\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\nimport RareSeedTable from \"../../../subtables/RareSeedTable\";\n\nconst DrakeNotedHerbTable = new LootTable()\n\t.add(\"Grimy avantoe\", [1, 3], 10)\n\t.add(\"Grimy kwuarm\", [1, 3], 10)\n\t.add(\"Grimy ranarr weed\", [1, 3], 8)\n\t.add(\"Grimy snapdragon\", [1, 3], 8)\n\t.add(\"Grimy cadantine\", [1, 3], 8)\n\t.add(\"Grimy dwarf weed\", [1, 3], 8)\n\t.add(\"Grimy lantadyme\", [1, 3], 6)\n\t.add(\"Grimy torstol\", [1, 3], 6);\n\nconst DrakeOnTaskUniqueTable = new LootTable()\n\t/* Pre-roll */\n\t.oneIn(2000, \"Dragon thrownaxe\", [100, 200])\n\t.oneIn(2000, \"Dragon knife\", [100, 200])\n\t.oneIn(512, \"Drake's tooth\")\n\t.oneIn(512, \"Drake's claw\");\n\nconst DrakeOffTaskUniqueTable = new LootTable()\n\t/* Pre-roll */\n\t.oneIn(10_000, \"Dragon thrownaxe\", [100, 200])\n\t.oneIn(10_000, \"Dragon knife\", [100, 200])\n\t.oneIn(2560, \"Drake's tooth\")\n\t.oneIn(2560, \"Drake's claw\");\n\nexport const DrakePreTable = new LootTable()\n\t/* Weapons and armour */\n\t.add(\"Rune full helm\", 1, 3)\n\t.add(\"Red d'hide body\", 1, 2)\n\t.add(\"Black d'hide vambraces\", 1, 1)\n\t.add(\"Mystic earth staff\", 1, 1)\n\t.add(\"Dragon mace\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Fire rune\", [100, 200], 10)\n\t.add(\"Nature rune\", [30, 60], 10)\n\t.add(\"Law rune\", [25, 50], 10)\n\t.add(\"Death rune\", [20, 40], 10)\n\t.add(\"Rune arrow\", [35, 65], 10)\n\n\t/* Herbs */\n\t.add(HerbDropTable, [1, 3], 5)\n\t.add(DrakeNotedHerbTable, 1, 6)\n\n\t/* Seeds */\n\t.add(RareSeedTable, 1, 1)\n\n\t/* Other */\n\t.add(\"Coins\", [1000, 2000], 4)\n\t.add(\"Coins\", [5000, 7000], 1)\n\t.add(\"Diamond\", [3, 6], 4)\n\t.add(\"Swordfish\", [1, 2], 4)\n\n\t/* Rdt */\n\t.add(GemTable, 1, 1);\n\nconst DrakeTable = new LootTable()\n\t.every(\"Drake bones\")\n\t.every(DrakePreTable)\n\t.every(DrakeOffTaskUniqueTable)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (hard)\");\n\nconst DrakeOnTaskTable = new LootTable()\n\t.every(\"Drake bones\")\n\t.every(DrakePreTable)\n\t.every(DrakeOnTaskUniqueTable)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (hard)\");\n\nexport default new SimpleMonster({\n\tid: 8612,\n\tname: \"Drake\",\n\ttable: DrakeTable,\n\tonTaskTable: DrakeOnTaskTable,\n\taliases: [\"drake\", \"fire hippos\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const DuckTable = new LootTable().every(\"Bones\");\n\nexport default new SimpleMonster({\n\tid: 1838,\n\tname: \"Duck\",\n\ttable: DuckTable,\n\taliases: [\"duck\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const DucklingTable = new LootTable();\n\nexport default new SimpleMonster({\n\tid: 2001,\n\tname: \"Duckling\",\n\ttable: DucklingTable,\n\taliases: [\"duckling\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const DungeonRatTable = new LootTable()\n\t.every(\"Bones\")\n\t.every(\"Raw rat meat\")\n\t.tertiary(128, \"Clue scroll (beginner)\");\n\nexport default new SimpleMonster({\n\tid: 2865,\n\tname: \"Dungeon rat\",\n\ttable: DungeonRatTable,\n\taliases: [\"dungeon rat\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst WildySlayerCaveTable = new LootTable()\n\t.add(\"Blighted entangle sack\", [1, 10], 11500)\n\t.add(\"Blighted anglerfish\", [1, 2], 8620)\n\t.add(\"Blighted manta ray\", [1, 2], 8620)\n\t.add(\"Blighted karambwan\", [1, 2], 5780)\n\t.add(\"Blighted teleport spell sack\", [1, 10], 5780)\n\t.add(\"Blighted ancient ice sack\", [1, 10], 5780)\n\t.add(\"Blighted vengeance sack\", [1, 10], 5780)\n\t.add(\"Blighted super restore(4)\", 1, 2880)\n\t.add(\"Revenant cave teleport\", 1, 2880)\n\t.add(\"Dareeyak teleport\", 1, 577)\n\t.add(\"Wilderness crabs teleport\", 1, 577)\n\t.add(\"Carrallanger teleport\", 1, 577)\n\t.add(\"Paddewwa teleport\", 1, 577)\n\t.add(\"Annakarl teleport\", 1, 577)\n\t.add(\"Lassar teleport\", 1, 577)\n\t.add(\"Kharyrll teleport\", 1, 577)\n\t.add(\"Senntisten teleport\", 1, 577)\n\t.add(\"Ghorrock teleport\", 1, 577)\n\t.add(\"Target teleport\", 1, 577)\n\t.add(\"Magic shortbow scroll\", 1, 231)\n\t.add(\"Ring of wealth scroll\", 1, 231)\n\t.add(\"Trouver parchment\", 2, 58)\n\t.add(\"Looting bag note\", 1, 58);\n\nexport const DustDevilPreTable = new LootTable()\n\t/* Weapons and armour */\n\t.add(\"Adamant axe\", 1, 3)\n\t.add(\"Rune dagger\", 1, 2)\n\t.add(\"Red d'hide vambraces\", 1, 2)\n\t.add(\"Air battlestaff\", 1, 2)\n\t.add(\"Earth battlestaff\", 1, 2)\n\t.add(\"Black d'hide vambraces\", 1, 1)\n\t.add(\"Mystic air staff\", 1, 1)\n\t.add(\"Mystic earth staff\", 1, 1)\n\t.add(\"Dragon dagger\", 1, 1)\n\t.oneIn(4000, \"Dust battlestaff\")\n\t.oneIn(32_768, \"Dragon chainbody\")\n\n\t/* Runes and ammunition */\n\t.add(\"Dust rune\", 200, 10)\n\t.add(\"Earth rune\", 300, 10)\n\t.add(\"Fire rune\", 300, 10)\n\t.add(\"Chaos rune\", 80, 7)\n\t.add(\"Rune arrow\", 12, 5)\n\t.add(\"Soul rune\", 20, 4)\n\t.add(\"Fire rune\", 50, 1)\n\t.add(\"Soul rune\", 50, 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 8)\n\n\t/* Other */\n\t.add(\"Coins\", [2000, 4000], 32)\n\t.add(\"Mithril bar\", 10, 3)\n\t.add(\"Ugthanki kebab\", 4, 2)\n\t.add(\"Adamantite bar\", 4, 1)\n\n\t/* RDT */\n\t.add(GemTable, 1, 8);\n\nconst DustDevilTable = new LootTable().every(\"Bones\").every(DustDevilPreTable);\n\nconst DustDevilWildyCaveTable = new LootTable()\n\t.every(DustDevilTable)\n\t.add(WildySlayerCaveTable, 1, 64)\n\t.add(new LootTable(), 1, 36);\n\nexport default new SimpleMonster({\n\tid: 423,\n\tname: \"Dust Devil\",\n\ttable: DustDevilTable,\n\twildyCaveTable: DustDevilWildyCaveTable,\n\taliases: [\"dust devil\", \"dusty\", \"dusties\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nexport const DwarfTable = new LootTable({ limit: 128 })\n\t.every(\"Bones\")\n\t.tertiary(100, \"Clue scroll (beginner)\")\n\n\t/* Weapons and Armour*/\n\t.add(\"Bronze pickaxe\", 1, 13)\n\t.add(\"Bronze med helm\", 1, 4)\n\t.add(\"Bronze battleaxe\", 1, 2)\n\t.add(\"Iron battleaxe\")\n\n\t/* Runes and ammunition */\n\t.add(\"Bronze bolts\", [2, 12], 7)\n\t.add(\"Chaos rune\", 2, 4)\n\t.add(\"Nature rune\", 2, 4)\n\n\t/* Coins */\n\t.add(\"Coins\", 4, 20)\n\t.add(\"Coins\", 10, 15)\n\t.add(\"Coins\", 30, 2)\n\n\t/* Other */\n\t.add(\"Hammer\", 1, 10)\n\t.add(\"Bronze bar\", 1, 7)\n\t.add(\"Iron ore\", 1, 4)\n\t.add(\"Tin ore\", 1, 3)\n\t.add(\"Copper ore\", 1, 3)\n\t.add(\"Iron bar\", 1, 3)\n\t.add(\"Coal\", 1, 2)\n\n\t.add(GemTable);\n\nexport default new SimpleMonster({\n\tid: 290,\n\tname: \"Dwarf\",\n\ttable: DwarfTable,\n\taliases: [\"dwarf\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const DwarfGangMemberTable = new LootTable().every(\"Bones\");\n\nexport default new SimpleMonster({\n\tid: 1354,\n\tname: \"Dwarf gang member\",\n\ttable: DwarfGangMemberTable,\n\taliases: [\"dwarf gang member\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport CommonSeedDropTable from \"../../../subtables/CommonSeedDropTable\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nexport const EarthWarriorTable = new LootTable({ limit: 128 })\n\t.tertiary(5000, \"Earth warrior champion scroll\")\n\n\t// Weapons\n\t.add(\"Steel spear\", 1, 3)\n\t.add(\"Staff of earth\", 1, 2)\n\n\t// Runes/ammunition\n\t.add(\"Earth rune\", 12, 13)\n\t.add(\"Nature rune\", 3, 9)\n\t.add(\"Chaos rune\", 3, 7)\n\t.add(\"Law rune\", 2, 6)\n\t.add(\"Death rune\", 2, 4)\n\t.add(\"Earth rune\", 60, 3)\n\t.add(\"Blood rune\", 2, 1)\n\n\t.add(HerbDropTable, 1, 14)\n\t.add(CommonSeedDropTable, 1, 18)\n\t.add(GemTable, 1, 2)\n\t.add(\"Coins\", 12, 18);\n\nexport default new SimpleMonster({\n\tid: 2840,\n\tname: \"Earth Warrior\",\n\ttable: EarthWarriorTable,\n\taliases: [\"earth warrior\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport RareDropTable, { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst ZamorakRobesTable = new LootTable()\n\t.add(\"Zamorak monk top\", 1, 4)\n\t.add(\"Zamorak monk top\", 1, 4)\n\t.add(\"Elder chaos hood\", 1, 1)\n\t.add(\"Elder chaos robe\", 1, 1)\n\t.add(\"Elder chaos top\", 1, 1);\n\nexport const ElderChaosDruidTable = new LootTable()\n\t.every(\"Bones\")\n\t.add(ZamorakRobesTable, 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Law rune\", 6, 7)\n\t.add(\"Mithril bolts\", [8, 28], 6)\n\t.add(\"Air rune\", 56, 5)\n\t.add(\"Body rune\", 19, 5)\n\t.add(\"Chaos rune\", 7, 5)\n\t.add(\"Earth rune\", 19, 5)\n\t.add(\"Mind rune\", 22, 5)\n\t.add(\"Nature rune\", 12, 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 15)\n\t.add(HerbDropTable, 2, 20)\n\t.add(HerbDropTable, 3, 15)\n\t.add(HerbDropTable, 4, 5)\n\n\t/* Coins */\n\t.add(\"Coins\", 80, 7)\n\t.add(\"Coins\", 250, 6)\n\n\t/* Other */\n\t.add(\"Vial of water\", 4, 10)\n\t.add(\"Steel longsword\", 1, 5)\n\t.add(\"Dark fishing bait\", [10, 24], 2)\n\t.add(\"Snape grass\", 4, 1)\n\t.add(\"Unholy mould\", 1, 1)\n\n\t/* Gem drop table */\n\t.add(RareDropTable, 1, 1)\n\t.add(GemTable, 1, 1)\n\n\t/* Tertiary */\n\t.tertiary(20, \"Ensouled chaos druid head\")\n\t.tertiary(128, \"Clue scroll (hard)\");\n\nexport default new SimpleMonster({\n\tid: 6607,\n\tname: \"Elder Chaos druid\",\n\ttable: ElderChaosDruidTable,\n\taliases: [\"elder chaos druid\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst ElfTable = new LootTable({ limit: 128 })\n\t.add(\"Coins\", [280, 350], 105)\n\t.add(\"Death rune\", [1, 2], 8)\n\t.add(\"Jug of wine\", 1, 6)\n\t.add(\"Nature rune\", [1, 3], 5)\n\t.add(\"Fire orb\", 1, 2)\n\t.add(\"Diamond\", 1, 1)\n\t.add(\"Gold ore\", 1, 1)\n\t.tertiary(99_175, \"Rocky\");\n\nexport default new SimpleMonster({\n\tid: 5299,\n\tname: \"Elf\",\n\tpickpocketTable: ElfTable,\n\taliases: [\"elf\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst ElfArcherTable = new LootTable()\n\t.every(\"Bones\")\n\n\t/* Weapons and armour */\n\t.add(\"Green d'hide body\", 1, 4)\n\t.add(\"Green d'hide chaps\", 1, 3)\n\t.add(\"Mithril spear\", 1, 2)\n\t.add(\"Mithril kiteshield\", 1, 1)\n\t.add(\"Adamant full helm\", 1, 1)\n\t.add(\"Rune dagger\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Water rune\", 70, 8)\n\t.add(\"Nature rune\", 12, 5)\n\t.add(\"Law rune\", 2, 3)\n\t.add(\"Fire rune\", 37, 2)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 15)\n\n\t/* Coins */\n\t.add(\"Coins\", 44, 29)\n\t.add(\"Coins\", 180, 10)\n\t.add(\"Coins\", 20, 5)\n\n\t/* Other */\n\t.add(\"Crystal teleport seed\", 1, 25)\n\t.add(\"Bass\", 1, 3)\n\t.add(\"Shark\", 1, 3)\n\t.add(\"Adamantite ore\", 1, 2)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 5)\n\n\t/* Tertiary */\n\t.tertiary(50, \"Ensouled elf head\")\n\t.tertiary(128, \"Clue scroll (hard)\");\n\nexport default new SimpleMonster({\n\tid: 5295,\n\tname: \"Elf Archer\",\n\ttable: ElfArcherTable,\n\taliases: [\"elf archer\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst ElfWarriorTable = new LootTable()\n\t.every(\"Bones\")\n\n\t/* Weapons and armour */\n\t.add(\"Green d'hide body\", 1, 4)\n\t.add(\"Green d'hide chaps\", 1, 3)\n\t.add(\"Mithril spear\", 1, 2)\n\t.add(\"Mithril kiteshield\", 1, 1)\n\t.add(\"Adamant full helm\", 1, 1)\n\t.add(\"Rune dagger\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Water rune\", 70, 8)\n\t.add(\"Nature rune\", 12, 5)\n\t.add(\"Law rune\", 2, 3)\n\t.add(\"Fire rune\", 37, 2)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 15)\n\n\t/* Coins */\n\t.add(\"Coins\", 44, 29)\n\t.add(\"Coins\", 180, 10)\n\t.add(\"Coins\", 20, 5)\n\n\t/* Other */\n\t.add(\"Crystal teleport seed\", 1, 25)\n\t.add(\"Bass\", 1, 3)\n\t.add(\"Shark\", 1, 3)\n\t.add(\"Adamantite ore\", 1, 2)\n\n\t/* RDT */\n\t.add(GemTable, 1, 5)\n\n\t/* Tertiary */\n\t.tertiary(40, \"Ensouled elf head\")\n\t.tertiary(128, \"Clue scroll (hard)\");\n\nexport default new SimpleMonster({\n\tid: 5293,\n\tname: \"Elf Warrior\",\n\ttable: ElfWarriorTable,\n\taliases: [\"elf warrior\", \"elves\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst LogTable = new LootTable()\n\t.add(\"Logs\", 1, 10)\n\t.add(\"Oak logs\", 2, 8)\n\t.add(\"Willow logs\", 2, 6)\n\t.add(\"Maple logs\", 2, 4)\n\t.add(\"Yew logs\", 2, 2)\n\t.add(\"Magic logs\", 2, 1);\n\nexport const EntTable = new LootTable().tertiary(256, \"Bird nest\").add(LogTable, 1, 1).add(LogTable, 2, 1);\n\nexport default new SimpleMonster({\n\tid: 6594,\n\tname: \"Ent\",\n\ttable: EntTable,\n\taliases: [\"ent\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst FarmerTable = new LootTable().add(\"Coins\", 9, 98).add(\"Potato seed\", 1, 2).tertiary(257_211, \"Rocky\");\n\nexport default new SimpleMonster({\n\tid: 3114,\n\tname: \"Farmer\",\n\tpickpocketTable: FarmerTable,\n\taliases: [\"farmer\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst FemaleHamMemberTable = new LootTable()\n\t// Armour and weaponry\n\t.add(\"Bronze arrow\", [1, 13], 1 / 33.33)\n\t.add(\"Bronze axe\", 1, 1 / 33.33)\n\t.add(\"Bronze dagger\", 1, 1 / 33.33)\n\t.add(\"Bronze pickaxe\", 1, 1 / 33.33)\n\t.add(\"Iron axe\", 1, 1 / 33.33)\n\t.add(\"Iron dagger\", 1, 1 / 33.33)\n\t.add(\"Iron pickaxe\", 1, 1 / 33.33)\n\t.add(\"Leather body\", 1, 1 / 33.33)\n\t.add(\"Steel arrow\", [1, 13], 1 / 50)\n\t.add(\"Steel axe\", 1, 1 / 50)\n\t.add(\"Steel dagger\", 1, 1 / 50)\n\t.add(\"Steel pickaxe\", 1, 1 / 50)\n\t.add(\"Ham boots\", 1, 1 / 100)\n\t.add(\"Ham cloak\", 1, 1 / 100)\n\t.add(\"Ham gloves\", 1, 1 / 100)\n\t.add(\"Ham hood\", 1, 1 / 100)\n\t.add(\"Ham logo\", 1, 1 / 100)\n\t.add(\"Ham robe\", 1, 1 / 100)\n\t.add(\"Ham shirt\", 1, 1 / 100)\n\n\t// Other\n\t.add(\"Coins\", [1, 21], 1 / 6.667)\n\t.add(\"Buttons\", 1, 1 / 25)\n\t.add(\"Damaged armour\", 1, 1 / 25)\n\t.add(\"Rusty sword\", 1, 1 / 25)\n\t.add(\"Feather\", [1, 7], 1 / 33.33)\n\t.add(\"Logs\", 1, 1 / 33.33)\n\t.add(\"Thread\", [1, 10], 1 / 33.33)\n\t.add(\"Cowhide\", 1, 1 / 33.33)\n\t.add(\"Knife\", 1, 1 / 50)\n\t.add(\"Needle\", 1, 1 / 50)\n\t.add(\"Raw anchovies\", 1, 1 / 50)\n\t.add(\"Raw chicken\", 1, 1 / 50)\n\t.add(\"Tinderbox\", 1, 1 / 50)\n\t.add(\"Uncut opal\", 1, 1 / 50)\n\t.add(\"Clue scroll (easy)\", 1, 1 / 50)\n\t.add(\"Coal\", 1, 1 / 50)\n\t.add(\"Iron ore\", 1, 1 / 50)\n\t.add(\"Uncut jade\", 1, 1 / 50)\n\t.add(\"Grimy guam leaf\", 1, 1 / 91.67)\n\t.add(\"Grimy marrentill\", 1, 1 / 183.3)\n\t.add(\"Grimy tarromin\", 1, 1 / 275)\n\t.tertiary(257_211, \"Rocky\");\n\nexport default new SimpleMonster({\n\tid: 2541,\n\tname: \"Female H.A.M. Member\",\n\tpickpocketTable: FemaleHamMemberTable,\n\taliases: [\"ham member female\", \"ham female\", \"female h.a.m. member\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\nimport UncommonSeedDropTable from \"../../../subtables/UncommonSeedDropTable\";\n\nexport const FeralVampyreTable = new LootTable({ limit: 128 })\n\t.every(\"Vampyre dust\")\n\n\t/* Runes */\n\t.add(\"Earth rune\", 4, 10)\n\t.add(\"Death rune\", 2, 10)\n\t.add(\"Chaos rune\", 3, 8)\n\t.add(\"Blood rune\", 1, 5)\n\t.add(\"Blood rune\", 2, 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 10)\n\n\t/* Seeds */\n\t.add(UncommonSeedDropTable, 1, 19)\n\n\t/* Other */\n\t.add(\"Coins\", 15, 40)\n\t.add(\"Black axe\", 1, 3)\n\t.add(\"Earth talisman\", 1, 2)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 4)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (medium)\");\n\nexport default new SimpleMonster({\n\tid: 3234,\n\tname: \"Feral Vampyre\",\n\ttable: FeralVampyreTable,\n\taliases: [\"feral vampyre\", \"vampyres\", \"vampyre\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst FeverSpiderTable = new LootTable({ limit: 120 }).add(\"Grimy kwuarm\", 10);\n\nexport default new SimpleMonster({\n\tid: 626,\n\tname: \"Fever spider\",\n\ttable: FeverSpiderTable,\n\taliases: [\"fever spider\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport RareDropTable, { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst FireGiantTable = new LootTable()\n\t.every(\"Big bones\")\n\n\t/* Weapons and armour */\n\t.add(\"Steel axe\", 1, 3)\n\t.add(\"Mithril sq shield\", 1, 2)\n\t.add(\"Fire battlestaff\", 1, 1)\n\t.add(\"Rune scimitar\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Fire rune\", 150, 10)\n\t.add(\"Chaos rune\", 5, 7)\n\t.add(\"Rune arrow\", 12, 5)\n\t.add(\"Blood rune\", 5, 4)\n\t.add(\"Fire rune\", 37, 1)\n\t.add(\"Law rune\", 2, 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 19)\n\n\t/* Coins */\n\t.add(\"Coins\", 60, 40)\n\t.add(\"Coins\", 15, 7)\n\t.add(\"Coins\", 25, 6)\n\t.add(\"Coins\", 300, 2)\n\t.add(\"Coins\", 50, 1)\n\n\t/* Other */\n\t.add(\"Lobster\", 1, 3)\n\t.add(\"Steel bar\", 1, 2)\n\t.add(\"Strength potion(2)\", 1, 1)\n\n\t/* RDT */\n\t.add(RareDropTable, 1, 1)\n\t.add(GemTable, 1, 11)\n\n\t/* Tertiary */\n\t.tertiary(20, \"Ensouled giant head\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(5000, \"Giant champion scroll\")\n\t.tertiary(5013, \"Curved bone\");\n\nexport default new SimpleMonster({\n\tid: 2075,\n\tname: \"Fire Giant\",\n\ttable: FireGiantTable,\n\taliases: [\"fire giant\", \"fire g\", \"fires\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const FiyrShadeTable = new LootTable().every(\"Fiyr remains\");\n\nexport default new SimpleMonster({\n\tid: 1286,\n\tname: \"Fiyr Shade\",\n\ttable: FiyrShadeTable,\n\taliases: [\"fiyr shade\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nexport const FleshCrawlerTable = new LootTable()\n\t/* Runes */\n\t.add(\"Body rune\", [3, 12], 17)\n\t.add(\"Dust rune\", [3, 9], 4)\n\t.add(\"Fire rune\", 42, 2)\n\t.add(\"Nature rune\", 5, 2)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 17)\n\n\t/* Coins */\n\t.add(\"Coins\", [5, 84], 7)\n\n\t/* Other */\n\t.add(\"Iron ore\", 1, 5)\n\t.add(\"Iron ore\", [3, 10], 5)\n\t.add(\"Ashes\", 1, 4)\n\t.add(\"Bottom of sceptre\", 1, 3)\n\t.add(\"Silver bar\", 1, 1)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 2);\n\nexport default new SimpleMonster({\n\tid: 2498,\n\tname: \"Flesh Crawler\",\n\ttable: FleshCrawlerTable,\n\taliases: [\"flesh crawler\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport RareDropTable from \"../../../subtables/RareDropTable\";\nimport TreeHerbSeedTable from \"../../../subtables/TreeHerbSeedTable\";\n\nconst AncientWyvernTreeSeedTable = new LootTable().add(\"Mahogany seed\", 1, 2).add(\"Magic seed\", 1, 1);\n\nconst AncientWyvernTable = new LootTable()\n\t.every(\"Wyvern bones\")\n\t.oneIn(600, \"Granite longsword\")\n\t.oneIn(600, \"Granite boots\")\n\n\t/* Weapons and armour */\n\t.add(\"Air battlestaff\", 2, 16)\n\t.add(\"Battlestaff\", 6, 8)\n\t.add(\"Mystic air staff\", 1, 6)\n\t.add(\"Rune pickaxe\", 1, 6)\n\t.add(\"Rune battleaxe\", 1, 4)\n\t.add(\"Rune full helm\", 1, 4)\n\n\t/* Runes and ammunition */\n\t.add(\"Nature rune\", [37, 43], 8)\n\t.add(\"Death rune\", [47, 53], 8)\n\t.add(\"Blood rune\", [27, 33], 8)\n\t.add(\"Adamant arrow\", [50, 76], 6)\n\t.add(\"Rune arrow\", [25, 50], 6)\n\t.add(\"Runite bolts\", [30, 60], 2)\n\n\t/* Herbs 27/128 */\n\t.add(\"Grimy torstol\", 1, 8)\n\t.add(\"Grimy ranarr weed\", 1, 8)\n\t.add(\"Grimy kwuarm\", 3, 5)\n\t.add(\"Grimy cadantine\", 3, 4)\n\t.add(\"Grimy dwarf weed\", 3, 4)\n\t.add(\"Grimy lantadyme\", 3, 3)\n\n\t/* Seeds */\n\t.add(TreeHerbSeedTable, 1, 4)\n\t.add(\"Seaweed spore\", [16, 24], 2)\n\t.add(\"Ranarr seed\", [2, 3], 1)\n\t.add(\"Yew seed\", 1, 2)\n\t.add(AncientWyvernTreeSeedTable, 1, 2)\n\n\t/* Materials 41/128 */\n\t.add(\"Adamantite bar\", 3, 12)\n\t.add(\"Volcanic ash\", [80, 120], 12)\n\t.add(\"Adamantite ore\", 20, 10)\n\t.add(\"Mahogany logs\", [25, 30], 10)\n\t.add(\"Onyx bolt tips\", [10, 15], 8)\n\t.add(\"Runite ore\", [2, 3], 6)\n\t.add(\"Diamond\", [3, 5], 6)\n\n\t/* Fossils */\n\t.tertiary(2, \"Numulite\", [5, 95])\n\t.tertiary(29, \"Unidentified small fossil\")\n\t.tertiary(58, \"Unidentified medium fossil\")\n\t.tertiary(73, \"Unidentified large fossil\")\n\t.tertiary(292, \"Unidentified rare fossil\")\n\n\t/* Other 20/128 */\n\t.add(\"Shark\", 5, 16)\n\t.add(\"Super restore(4)\", 2, 16)\n\t.add(\"Coins\", [2000, 6000], 14)\n\t.add(\"Super combat potion(2)\", 1, 10)\n\t.add(\"Runite crossbow (u)\", 1, 6)\n\t.add(\"Supercompost\", [7, 10], 6)\n\n\t/* RDT */\n\t.add(RareDropTable, 1, 4)\n\n\t/* Tertiary */\n\t.tertiary(350, \"Clue scroll (elite)\")\n\t.tertiary(10_000, \"Wyvern visage\");\n\nexport default new SimpleMonster({\n\tid: 7795,\n\tname: \"Ancient Wyvern\",\n\ttable: AncientWyvernTable,\n\taliases: [\"ancient wyvern\", \"ancient\"],\n});\n", "import LootTable from \"../../structures/LootTable\";\n\nconst WyvernHerbTable = new LootTable()\n\t.add(\"Grimy kwuarm\", 2, 260)\n\t.add(\"Grimy cadantine\", 2, 208)\n\t.add(\"Grimy dwarf weed\", 2, 208)\n\t.add(\"Grimy ranarr weed\", 1, 185)\n\t.add(\"Grimy torstol\", 1, 185)\n\t.add(\"Grimy lantadyme\", 2, 155);\n\nexport default WyvernHerbTable;\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport TreeHerbSeedTable from \"../../../subtables/TreeHerbSeedTable\";\nimport WyvernHerbTable from \"../../../subtables/WyvernHerbTable\";\n\nconst LongTailedWyvernTable = new LootTable()\n\t.every(\"Wyvern bones\")\n\t.oneIn(512, \"Granite longsword\")\n\t.oneIn(2560, \"Granite boots\")\n\n\t/* Weapons and armour */\n\t.add(\"Air battlestaff\", 1, 4)\n\t.add(\"Battlestaff\", [3, 5], 3)\n\t.add(\"Adamant battleaxe\", 1, 2)\n\t.add(\"Adamant full helm\", 1, 2)\n\t.add(\"Rune pickaxe\", 1, 2)\n\t.add(\"Adamant platebody\", 1, 2)\n\n\t/* Runes and ammunition */\n\t.add(\"Adamant arrow\", [38, 42], 6)\n\t.add(\"Water rune\", 50, 4)\n\t.add(\"Chaos rune\", 15, 4)\n\t.add(\"Law rune\", 15, 4)\n\t.add(\"Death rune\", 15, 4)\n\t.add(\"Blood rune\", 15, 4)\n\t.add(\"Soul rune\", 10, 1)\n\t.add(\"Runite bolts\", [12, 30], 1)\n\n\t/* Herbs */\n\t.add(WyvernHerbTable, 1, 13)\n\n\t/* Seeds */\n\t.add(TreeHerbSeedTable, 1, 1)\n\t.add(\"Seaweed spore\", 12, 2)\n\t.add(\"Ranarr seed\", 1, 2)\n\n\t/* Resources */\n\t.add(\"Pure essence\", 150, 8)\n\t.add(\"Adamantite bar\", [2, 4], 6)\n\t.add(\"Teak logs\", 35, 6)\n\t.add(\"Snape grass\", [10, 15], 3)\n\t.add(\"Runite ore\", [1, 2], 3)\n\n\t/* Other */\n\t.add(\"Coins\", 3000, 11)\n\t.add(\"Lobster\", 2, 8)\n\t.add(\"Prayer potion(4)\", 1, 7)\n\t.add(\"Adamant crossbow (u)\", 1, 2)\n\t.add(\"Calcite\", 2, 2)\n\t.add(\"Pyrophosphite\", 2, 2)\n\t.add(\"Volcanic ash\", [20, 60], 2)\n\n\t/* Tertiary */\n\t.tertiary(2, \"Numulite\", [5, 95])\n\t.tertiary(35, \"Unidentified small fossil\")\n\t.tertiary(70, \"Unidentified medium fossil\")\n\t.tertiary(88, \"Unidentified large fossil\")\n\t.tertiary(118, \"Clue scroll (hard)\")\n\t.tertiary(350, \"Unidentified rare fossil\")\n\t.tertiary(12_000, \"Wyvern visage\");\n\nexport default new SimpleMonster({\n\tid: 7792,\n\tname: \"Long-tailed Wyvern\",\n\ttable: LongTailedWyvernTable,\n\taliases: [\"longtailed\", \"longtailed wyvern\", \"long-tailed wyvern\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport TreeHerbSeedTable from \"../../../subtables/TreeHerbSeedTable\";\nimport WyvernHerbTable from \"../../../subtables/WyvernHerbTable\";\n\nconst SpittingWyvernTable = new LootTable()\n\t.every(\"Wyvern bones\")\n\t.oneIn(512, \"Granite longsword\")\n\t.oneIn(2560, \"Granite boots\")\n\n\t/* Weapons and armour */\n\t.add(\"Air battlestaff\", 1, 4)\n\t.add(\"Battlestaff\", [3, 5], 3)\n\t.add(\"Adamant battleaxe\", 1, 2)\n\t.add(\"Adamant full helm\", 1, 2)\n\t.add(\"Rune pickaxe\", 1, 2)\n\t.add(\"Adamant platebody\", 1, 2)\n\n\t/* Runes and ammunition */\n\t.add(\"Adamant arrow\", [38, 42], 6)\n\t.add(\"Water rune\", 50, 4)\n\t.add(\"Chaos rune\", 15, 4)\n\t.add(\"Law rune\", 15, 4)\n\t.add(\"Death rune\", 15, 4)\n\t.add(\"Blood rune\", 15, 4)\n\t.add(\"Soul rune\", 10, 1)\n\t.add(\"Runite bolts\", [12, 30], 1)\n\n\t/* Herbs */\n\t.add(WyvernHerbTable, 1, 13)\n\n\t/* Seeds */\n\t.add(TreeHerbSeedTable, 1, 1)\n\t.add(\"Seaweed spore\", 12, 2)\n\t.add(\"Ranarr seed\", 1, 2)\n\n\t/* Resources */\n\t.add(\"Pure essence\", 150, 8)\n\t.add(\"Adamantite bar\", [2, 4], 6)\n\t.add(\"Teak logs\", 35, 6)\n\t.add(\"Snape grass\", [10, 15], 3)\n\t.add(\"Runite ore\", [1, 2], 3)\n\n\t/* Other */\n\t.add(\"Coins\", 3000, 11)\n\t.add(\"Lobster\", 2, 8)\n\t.add(\"Prayer potion(4)\", 1, 7)\n\t.add(\"Adamant crossbow (u)\", 1, 2)\n\t.add(\"Calcite\", 2, 2)\n\t.add(\"Pyrophosphite\", 2, 2)\n\t.add(\"Volcanic ash\", [20, 60], 2)\n\n\t/* Tertiary */\n\t.tertiary(2, \"Numulite\", [5, 95])\n\t.tertiary(35, \"Unidentified small fossil\")\n\t.tertiary(70, \"Unidentified medium fossil\")\n\t.tertiary(88, \"Unidentified large fossil\")\n\t.tertiary(118, \"Clue scroll (hard)\")\n\t.tertiary(350, \"Unidentified rare fossil\")\n\t.tertiary(12_000, \"Wyvern visage\");\n\nexport default new SimpleMonster({\n\tid: 7794,\n\tname: \"Spitting Wyvern\",\n\ttable: SpittingWyvernTable,\n\taliases: [\"spitting wyvern\", \"spitting\", \"fossil island wyverns\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport TreeHerbSeedTable from \"../../../subtables/TreeHerbSeedTable\";\nimport WyvernHerbTable from \"../../../subtables/WyvernHerbTable\";\n\nconst TalonedWyvernTable = new LootTable()\n\t.every(\"Wyvern bones\")\n\t.oneIn(512, \"Granite longsword\")\n\t.oneIn(2560, \"Granite boots\")\n\n\t/* Weapons and armour */\n\t.add(\"Air battlestaff\", 1, 4)\n\t.add(\"Battlestaff\", [3, 5], 3)\n\t.add(\"Adamant battleaxe\", 1, 2)\n\t.add(\"Adamant full helm\", 1, 2)\n\t.add(\"Rune pickaxe\", 1, 2)\n\t.add(\"Adamant platebody\", 1, 2)\n\n\t/* Runes and ammunition */\n\t.add(\"Adamant arrow\", [38, 42], 6)\n\t.add(\"Water rune\", 50, 4)\n\t.add(\"Chaos rune\", 15, 4)\n\t.add(\"Law rune\", 15, 4)\n\t.add(\"Death rune\", 15, 4)\n\t.add(\"Blood rune\", 15, 4)\n\t.add(\"Soul rune\", 10, 1)\n\t.add(\"Runite bolts\", [12, 30], 1)\n\n\t/* Herbs */\n\t.add(WyvernHerbTable, 1, 13)\n\n\t/* Seeds */\n\t.add(TreeHerbSeedTable, 1, 1)\n\t.add(\"Seaweed spore\", 12, 2)\n\t.add(\"Ranarr seed\", 1, 2)\n\n\t/* Resources */\n\t.add(\"Pure essence\", 150, 8)\n\t.add(\"Adamantite bar\", [2, 4], 6)\n\t.add(\"Teak logs\", 35, 6)\n\t.add(\"Snape grass\", [10, 15], 3)\n\t.add(\"Runite ore\", [1, 2], 3)\n\n\t/* Other */\n\t.add(\"Coins\", 3000, 11)\n\t.add(\"Lobster\", 2, 8)\n\t.add(\"Prayer potion(4)\", 1, 7)\n\t.add(\"Adamant crossbow (u)\", 1, 2)\n\t.add(\"Calcite\", 2, 2)\n\t.add(\"Pyrophosphite\", 2, 2)\n\t.add(\"Volcanic ash\", [20, 60], 2)\n\n\t/* Tertiary */\n\t.tertiary(2, \"Numulite\", [5, 95])\n\t.tertiary(35, \"Unidentified small fossil\")\n\t.tertiary(70, \"Unidentified medium fossil\")\n\t.tertiary(88, \"Unidentified large fossil\")\n\t.tertiary(118, \"Clue scroll (hard)\")\n\t.tertiary(350, \"Unidentified rare fossil\")\n\t.tertiary(12_000, \"Wyvern visage\");\n\nexport default new SimpleMonster({\n\tid: 7793,\n\tname: \"Taloned Wyvern\",\n\ttable: TalonedWyvernTable,\n\taliases: [\"taloned wyvern\", \"taloned\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport default new SimpleMonster({\n\tid: 3937,\n\tname: \"Fremennik citizen\",\n\tpickpocketTable: new LootTable().add(\"Coins\", 40).tertiary(257_211, \"Rocky\"),\n\taliases: [\"fremennik citizen\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nexport const GargoylePreTable = new LootTable()\n\t.oneIn(256, \"Granite maul\")\n\t.oneIn(512, \"Mystic robe top (dark)\")\n\n\t/* Weapons and armor */\n\t.add(\"Adamant platelegs\", 1, 4)\n\t.add(\"Rune full helm\", 1, 3)\n\t.add(\"Rune 2h sword\", 1, 2)\n\t.add(\"Adamant boots\", 1, 1)\n\t.add(\"Rune battleaxe\", 1, 1)\n\t.add(\"Rune platelegs\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Fire rune\", 75, 10)\n\t.add(\"Chaos rune\", 30, 8)\n\t.add(\"Fire rune\", 150, 6)\n\t.add(\"Death rune\", 15, 5)\n\n\t/* Materials */\n\t.add(\"Gold ore\", [10, 20], 10)\n\t.add(\"Pure essence\", 150, 6)\n\t.add(\"Steel bar\", 15, 6)\n\t.add(\"Gold bar\", [10, 15], 3)\n\t.add(\"Mithril bar\", 15, 2)\n\t.add(\"Runite ore\", 1, 2)\n\n\t/* Coins */\n\t.add(\"Coins\", [400, 800], 28)\n\t.add(\"Coins\", [500, 1000], 20)\n\t.add(\"Coins\", 10_000, 5)\n\n\t/* RDT */\n\t.add(GemTable, 1, 5);\n\nconst GargoyleTable = new LootTable()\n\t.every(GargoylePreTable)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (hard)\");\n\nconst GargoyleOnTaskTable = new LootTable()\n\t.every(GargoyleTable)\n\n\t/* Brittle key can only drop on task */\n\t.tertiary(150, \"Brittle key\");\n\nexport default new SimpleMonster({\n\tid: 412,\n\tname: \"Gargoyle\",\n\ttable: GargoyleTable,\n\tonTaskTable: GargoyleOnTaskTable,\n\taliases: [\"gargoyle\", \"garg\", \"gargs\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const GhostTable = new LootTable().tertiary(90, \"Clue scroll (beginner)\", 1);\n\nexport default new SimpleMonster({\n\tid: 85,\n\tname: \"Ghost\",\n\ttable: GhostTable,\n\taliases: [\"ghost\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const GhoulTable = new LootTable().tertiary(5000, \"Ghoul champion scroll\").every(\"Bones\");\n\nexport default new SimpleMonster({\n\tid: 289,\n\tname: \"Ghoul\",\n\ttable: GhoulTable,\n\taliases: [\"ghoul\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const GiantBatTable = new LootTable().every(\"Bat bones\");\n\nexport default new SimpleMonster({\n\tid: 2834,\n\tname: \"Giant Bat\",\n\ttable: GiantBatTable,\n\taliases: [\"giant bat\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const GiantCryptSpiderTable = new LootTable();\n\nexport default new SimpleMonster({\n\tid: 1684,\n\tname: \"Giant crypt spider\",\n\ttable: GiantCryptSpiderTable,\n\taliases: [\"giant crypt spider\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport default new SimpleMonster({\n\tid: 477,\n\tname: \"Giant frog\",\n\ttable: new LootTable({ limit: 128 })\n\t\t.every(\"Big bones\")\n\t\t.tertiary(64, \"Clue scroll (beginner)\")\n\t\t.tertiary(400, \"Long bone\")\n\t\t.tertiary(5013, \"Curved bone\")\n\n\t\t.add(\"Mithril spear\", 1, 2)\n\t\t.add(\"Nature rune\", 1, 10)\n\t\t.add(\"Nature rune\", 3, 10)\n\t\t.add(\"Nature rune\", 9, 10)\n\t\t.add(\"Cosmic rune\", 5, 3)\n\t\t.add(\"Iron arrow\", 22, 2)\n\t\t.add(\"Blood rune\", 1, 1)\n\t\t.add(\"Steel arrow\", 45, 1)\n\t\t.add(\"Giant frog legs\", 1, 64)\n\t\t.add(\"Coins\", 30, 10)\n\t\t.add(\"Coins\", 2, 8)\n\t\t.add(\"Coins\", 37, 5)\n\t\t.add(\"Coal\", 1, 1)\n\t\t.add(\"Spinach roll\", 1, 1),\n\taliases: [\"giant frog\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const GiantRatTable = new LootTable()\n\t.every(\"Bones\")\n\t.every(\"Raw rat meat\")\n\t.tertiary(128, \"Clue scroll (beginner)\");\n\nexport default new SimpleMonster({\n\tid: 2510,\n\tname: \"Giant rat\",\n\ttable: GiantRatTable,\n\taliases: [\"giant rat\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport UncommonSeedDropTable from \"../../../subtables/UncommonSeedDropTable\";\n\nconst GiantSeaSnakeTable = new LootTable()\n\t.every(\"Big bones\")\n\n\t/* Runes and ammunition */\n\t.add(\"Water rune\", 15, 2)\n\t.add(\"Mist rune\", 1, 2)\n\t.add(\"Broad arrows\", 4, 2)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 5)\n\n\t/* Seeds */\n\t.add(UncommonSeedDropTable, 1, 14)\n\n\t/* Coins */\n\t.add(\"Coins\", 44, 41)\n\t.add(\"Coins\", 32, 11)\n\t.add(\"Coins\", 24, 9)\n\t.add(\"Coins\", 23, 7)\n\n\t/* Other */\n\t.add(\"Adamant dart tip\", 2, 10)\n\t.add(\"Fishing bait\", 50, 4)\n\t.add(\"Pearl bolt tips\", 3, 4)\n\t.add(\"Raw bass\", 2, 4)\n\t.add(\"Water orb\", 1, 3)\n\t.add(\"Raw lobster\", 1, 2)\n\t.add(\"Seaweed\", 5, 2)\n\t.add(\"Edible seaweed\", 5, 2)\n\t.add(\"Casket\", 1, 2)\n\t.add(\"Oyster pearl\", 2, 1)\n\t.add(\"Oyster pearls\", 1, 1)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (medium)\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(5013, \"Curved bone\");\n\nexport default new SimpleMonster({\n\tid: 1101,\n\tname: \"Giant Sea Snake\",\n\ttable: GiantSeaSnakeTable,\n\taliases: [\"giant sea snake\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const GiantSpiderTable = new LootTable().tertiary(128, \"Clue scroll (beginner)\");\n\nexport default new SimpleMonster({\n\tid: 2477,\n\tname: \"Giant spider\",\n\ttable: GiantSpiderTable,\n\taliases: [\"giant spider\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst GnomeTable = new LootTable({ limit: 128 })\n\t.add(\"King worm\", 1, 55)\n\t.add(\"Coins\", [1, 300], 30)\n\t.add(\"Swamp toad\", 1, 28)\n\t.add(\"Gold ore\", 1, 8)\n\t.add(\"Earth rune\", 1, 5)\n\t.add(\"Fire orb\", 1, 2)\n\t.tertiary(108_718, \"Rocky\");\n\nexport default new SimpleMonster({\n\tid: 5969,\n\tname: \"Gnome\",\n\tpickpocketTable: GnomeTable,\n\taliases: [\"gnome\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst GoatTable = new LootTable().every(\"Bones\").every(\"Desert goat horn\");\n\nexport default new SimpleMonster({\n\tid: 1792,\n\tname: \"Goat\",\n\ttable: GoatTable,\n\taliases: [\"goat\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst GoblinTable = new LootTable({ limit: 128 })\n\t.every(\"Bones\")\n\t.tertiary(35, \"Ensouled goblin head\")\n\t.tertiary(64, \"Clue scroll (beginner)\")\n\t.tertiary(128, \"Clue scroll (easy)\")\n\t.tertiary(5000, \"Goblin champion scroll\")\n\n\t/* Weapons and armour */\n\t.add(\"Bronze spear\", 1, 4)\n\t.add(\"Bronze sq shield\", 1, 3)\n\n\t/* Runes and ammunition */\n\t.add(\"Water rune\", 6, 6)\n\t.add(\"Body rune\", 7, 5)\n\t.add(\"Earth rune\", 4, 3)\n\t.add(\"Bronze bolts\", 8, 3)\n\n\t/* Coins */\n\t.add(\"Coins\", 5, 28)\n\t.add(\"Coins\", 9, 3)\n\t.add(\"Coins\", 15, 3)\n\t.add(\"Coins\", 20, 2)\n\t.add(\"Coins\", 1, 1)\n\n\t/* Other */\n\t.add(\"Hammer\", 1, 15)\n\t.add(\"Goblin mail\", 1, 5)\n\t.add(\"Chef's hat\", 1, 3)\n\t.add(\"Goblin book\", 1, 2)\n\t.add(\"Beer\", 1, 2)\n\t.add(\"Brass necklace\", 1, 1)\n\t.add(\"Air talisman\", 1, 1);\n\nexport default new SimpleMonster({\n\tid: 655,\n\tname: \"Goblin\",\n\ttable: GoblinTable,\n\taliases: [\"goblin\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst WildySlayerCaveTable = new LootTable()\n\t.add(\"Blighted entangle sack\", [1, 10], 12200)\n\t.add(\"Blighted anglerfish\", [1, 2], 9170)\n\t.add(\"Blighted manta ray\", [1, 2], 9170)\n\t.add(\"Blighted karambwan\", [1, 2], 6130)\n\t.add(\"Blighted teleport spell sack\", [1, 10], 6130)\n\t.add(\"Blighted ancient ice sack\", [1, 10], 6130)\n\t.add(\"Blighted vengeance sack\", [1, 10], 6130)\n\t.add(\"Blighted super restore(4)\", 1, 3070)\n\t.add(\"Revenant cave teleport\", 1, 3070)\n\t.add(\"Dareeyak teleport\", 1, 613)\n\t.add(\"Wilderness crabs teleport\", 1, 613)\n\t.add(\"Carrallanger teleport\", 1, 613)\n\t.add(\"Paddewwa teleport\", 1, 613)\n\t.add(\"Annakarl teleport\", 1, 613)\n\t.add(\"Lassar teleport\", 1, 613)\n\t.add(\"Kharyrll teleport\", 1, 613)\n\t.add(\"Senntisten teleport\", 1, 613)\n\t.add(\"Ghorrock teleport\", 1, 613)\n\t.add(\"Target teleport\", 1, 613)\n\t.add(\"Magic shortbow scroll\", 1, 245)\n\t.add(\"Ring of wealth scroll\", 1, 245)\n\t.add(\"Trouver parchment\", 2, 61)\n\t.add(\"Looting bag note\", 1, 61);\n\nconst GreaterDemonTable = new LootTable({ limit: 128 })\n\t.every(\"Vile ashes\")\n\n\t/* Weapons and armor */\n\t.add(\"Steel 2h sword\", 1, 4)\n\t.add(\"Steel axe\", 1, 3)\n\t.add(\"Steel battleaxe\", 1, 3)\n\t.add(\"Mithril kiteshield\", 1, 1)\n\t.add(\"Adamant platelegs\", 1, 1)\n\t.add(\"Rune full helm\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Fire rune\", 75, 8)\n\t.add(\"Chaos rune\", 15, 3)\n\t.add(\"Fire rune\", 37, 1)\n\t.add(\"Death rune\", 5, 3)\n\n\t/* Coins */\n\t.add(\"Coins\", 132, 40)\n\t.add(\"Coins\", 44, 29)\n\t.add(\"Coins\", 220, 10)\n\t.add(\"Coins\", 11, 7)\n\t.add(\"Coins\", 460, 1)\n\n\t/* Other */\n\t.add(\"Tuna\", 1, 3)\n\t.add(\"Gold bar\", 1, 2)\n\t.add(\"Thread\", 10, 1)\n\n\t/* RDT */\n\t.add(GemTable, 1, 5)\n\n\t/* Tertiary */\n\t.tertiary(40, \"Ensouled demon head\")\n\t.tertiary(128, \"Clue scroll (hard)\");\n\nconst GreaterDemonWildyCaveTable = new LootTable()\n\t.every(GreaterDemonTable)\n\t.add(WildySlayerCaveTable, 1, 68)\n\t.add(new LootTable(), 1, 32);\n\nexport default new SimpleMonster({\n\tid: 2025,\n\tname: \"Greater Demon\",\n\ttable: GreaterDemonTable,\n\twildyCaveTable: GreaterDemonWildyCaveTable,\n\taliases: [\"greater demon\", \"greater\", \"greaters\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\nimport RareSeedTable from \"../../../subtables/RareSeedTable\";\n\nconst WildySlayerCaveTable = new LootTable()\n\t.add(\"Blighted entangle sack\", [1, 10], 16700)\n\t.add(\"Blighted anglerfish\", [1, 2], 12500)\n\t.add(\"Blighted manta ray\", [1, 2], 12500)\n\t.add(\"Blighted karambwan\", [1, 2], 8260)\n\t.add(\"Blighted teleport spell sack\", [1, 10], 8260)\n\t.add(\"Blighted ancient ice sack\", [1, 10], 8260)\n\t.add(\"Blighted vengeance sack\", [1, 10], 8260)\n\t.add(\"Blighted super restore(4)\", 1, 4150)\n\t.add(\"Revenant cave teleport\", 1, 4150)\n\t.add(\"Dareeyak teleport\", 1, 829)\n\t.add(\"Wilderness crabs teleport\", 1, 829)\n\t.add(\"Carrallanger teleport\", 1, 829)\n\t.add(\"Paddewwa teleport\", 1, 829)\n\t.add(\"Annakarl teleport\", 1, 829)\n\t.add(\"Lassar teleport\", 1, 829)\n\t.add(\"Kharyrll teleport\", 1, 829)\n\t.add(\"Senntisten teleport\", 1, 829)\n\t.add(\"Ghorrock teleport\", 1, 829)\n\t.add(\"Target teleport\", 1, 829)\n\t.add(\"Magic shortbow scroll\", 1, 332)\n\t.add(\"Ring of wealth scroll\", 1, 332)\n\t.add(\"Trouver parchment\", 2, 83)\n\t.add(\"Looting bag note\", 1, 83);\n\nconst GreaterNechryaelTable = new LootTable()\n\t.every(\"Malicious ashes\")\n\n\t/* Weapons and armor */\n\t.add(\"Adamant kiteshield\", 1, 7)\n\t.add(\"Rune axe\", 1, 7)\n\t.add(\"Rune sq shield\", 1, 7)\n\t.add(\"Adamant battleaxe\", 1, 5)\n\t.add(\"Rune med helm\", 1, 4)\n\t.add(\"Rune full helm\", 1, 3)\n\t.add(\"Mystic air staff\", 1, 2)\n\t.add(\"Rune boots\", 1, 1)\n\t.add(\"Rune chainbody\", 1, 1)\n\n\t/* Runes */\n\t.add(\"Death rune\", 23, 12)\n\t.add(\"Blood rune\", 20, 10)\n\t.add(\"Chaos rune\", 50, 10)\n\t.add(\"Air rune\", 150, 6)\n\t.add(\"Soul rune\", 25, 5)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 7)\n\n\t/* Seeds */\n\t.add(RareSeedTable, 2, 5)\n\n\t/* Other */\n\t.add(\"Lobster\", 1, 10)\n\t.add(\"Coins\", [2000, 2500], 8)\n\t.add(\"Gold bar\", 5, 7)\n\t.add(\"Tuna\", 2, 6)\n\t.add(\"Wine of zamorak\", 3, 2)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 3)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (hard)\");\n\nconst GreaterNechryaelWildyCaveTable = new LootTable()\n\t.every(GreaterNechryaelTable)\n\t.add(WildySlayerCaveTable, 1, 92)\n\t.add(new LootTable(), 1, 8);\n\nexport default new SimpleMonster({\n\tid: 7278,\n\tname: \"Greater Nechryael\",\n\ttable: GreaterNechryaelTable,\n\twildyCaveTable: GreaterNechryaelWildyCaveTable,\n\taliases: [\"greater nechryael\", \"greater nech\", \"greater nechs\", \"g nechs\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst WildySlayerCaveTable = new LootTable()\n\t.add(\"Blighted entangle sack\", [1, 10], 11100)\n\t.add(\"Blighted anglerfish\", [1, 2], 8400)\n\t.add(\"Blighted manta ray\", [1, 2], 8400)\n\t.add(\"Blighted karambwan\", [1, 2], 5590)\n\t.add(\"Blighted teleport spell sack\", [1, 10], 5590)\n\t.add(\"Blighted ancient ice sack\", [1, 10], 5590)\n\t.add(\"Blighted vengeance sack\", [1, 10], 5590)\n\t.add(\"Blighted super restore(4)\", 1, 2790)\n\t.add(\"Revenant cave teleport\", 1, 2790)\n\t.add(\"Dareeyak teleport\", 1, 559)\n\t.add(\"Wilderness crabs teleport\", 1, 559)\n\t.add(\"Carrallanger teleport\", 1, 559)\n\t.add(\"Paddewwa teleport\", 1, 559)\n\t.add(\"Annakarl teleport\", 1, 559)\n\t.add(\"Lassar teleport\", 1, 559)\n\t.add(\"Kharyrll teleport\", 1, 559)\n\t.add(\"Senntisten teleport\", 1, 559)\n\t.add(\"Ghorrock teleport\", 1, 559)\n\t.add(\"Target teleport\", 1, 559)\n\t.add(\"Magic shortbow scroll\", 1, 223)\n\t.add(\"Ring of wealth scroll\", 1, 223)\n\t.add(\"Trouver parchment\", 2, 56)\n\t.add(\"Looting bag note\", 1, 56);\n\nconst GreenDragonTable = new LootTable()\n\t.every(\"Dragon bones\")\n\t.every(\"Green dragonhide\")\n\n\t/* Weapons and armour */\n\t.add(\"Steel platelegs\", 1, 4)\n\t.add(\"Steel battleaxe\", 1, 3)\n\t.add(\"Mithril axe\", 1, 3)\n\t.add(\"Mithril spear\", 1, 2)\n\t.add(\"Mithril kiteshield\", 1, 1)\n\t.add(\"Adamant full helm\", 1, 1)\n\t.add(\"Rune dagger\", 1, 1)\n\n\t/* Runes*/\n\t.add(\"Water rune\", 75, 8)\n\t.add(\"Nature rune\", 15, 5)\n\t.add(\"Law rune\", 3, 3)\n\t.add(\"Fire rune\", 37, 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 15)\n\n\t/* Coins */\n\t.add(\"Coins\", 44, 29)\n\t.add(\"Coins\", 132, 25)\n\t.add(\"Coins\", 200, 10)\n\t.add(\"Coins\", 11, 5)\n\t.add(\"Coins\", 440, 1)\n\n\t/* Other */\n\t.add(\"Bass\", 1, 3)\n\t.add(\"Adamantite ore\", 1, 3)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 5)\n\n\t/* Tertiary */\n\t.tertiary(35, \"Ensouled dragon head\")\n\t.tertiary(128, \"Clue scroll (hard)\");\n\nconst GreenDragonWildyCaveTable = new LootTable()\n\t.every(GreenDragonTable)\n\t.add(WildySlayerCaveTable, 1, 62)\n\t.add(new LootTable(), 1, 38);\n\nexport default new SimpleMonster({\n\tid: 260,\n\tname: \"Green dragon\",\n\ttable: GreenDragonTable,\n\twildyCaveTable: GreenDragonWildyCaveTable,\n\taliases: [\"green dragon\", \"green drags\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const GrizzlyBearTable = new LootTable()\n\t.every(\"Bones\")\n\t.every(\"Bear fur\")\n\t.every(\"Raw bear meat\")\n\n\t/* Tertiary */\n\t.tertiary(25, \"Ensouled bear head\", 1)\n\t.tertiary(90, \"Clue scroll (beginner)\", 1);\n\nexport default new SimpleMonster({\n\tid: 3423,\n\tname: \"Grizzly bear\",\n\ttable: GrizzlyBearTable,\n\taliases: [\"grizzly\", \"grizzly bear\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const GrizzlyBearCubTable = new LootTable()\n\t.every(\"Bones\")\n\t.every(\"Bear fur\")\n\t.every(\"Raw bear meat\")\n\n\t/* Tertiary */\n\t.tertiary(25, \"Ensouled bear head\", 1)\n\t.tertiary(90, \"Clue scroll (beginner)\", 1);\n\nexport default new SimpleMonster({\n\tid: 3425,\n\tname: \"Grizzly bear cub\",\n\ttable: GrizzlyBearCubTable,\n\taliases: [\"grizzly cub\", \"grizzly bear cub\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport FixedAllotmentSeedTable from \"../../../subtables/FixedAllotmentSeedTable\";\n\nconst GuardTable = new LootTable({ limit: 128 })\n\t.every(\"Bones\")\n\t.tertiary(106, \"Clue scroll (medium)\")\n\n\t/* Runes and ammunition */\n\t.add(\"Iron bolts\", [2, 12], 10)\n\t.add(\"Steel arrow\", 1, 4)\n\t.add(\"Bronze arrow\", 1, 3)\n\t.add(\"Air rune\", 6, 2)\n\t.add(\"Earth rune\", 3, 2)\n\t.add(\"Fire rune\", 2, 2)\n\t.add(\"Blood rune\", 1, 1)\n\t.add(\"Chaos rune\", 1, 1)\n\t.add(\"Nature rune\", 1, 1)\n\t.add(\"Steel arrow\", 5, 1)\n\n\t/* Coins */\n\t.add(\"Coins\", 1, 19)\n\t.add(\"Coins\", 7, 16)\n\t.add(\"Coins\", 12, 9)\n\t.add(\"Coins\", 4, 8)\n\t.add(\"Coins\", 25, 4)\n\t.add(\"Coins\", 17, 4)\n\t.add(\"Coins\", 30, 2)\n\n\t/* Other */\n\t.add(FixedAllotmentSeedTable, 1, 18)\n\t.add(\"Iron dagger\", 1, 6)\n\t.add(\"Body talisman\", 1, 4)\n\t.add(\"Grain\", 1, 1)\n\t.add(\"Iron ore\", 1, 1);\n\nexport default new SimpleMonster({\n\tid: 995,\n\tname: \"Guard\",\n\ttable: GuardTable,\n\tpickpocketTable: new LootTable().add(\"Coins\", 30).tertiary(257_211, \"Rocky\"),\n\taliases: [\"guard\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const GuardBanditTable = new LootTable().every(\"Bones\");\n\nexport default new SimpleMonster({\n\tid: 1027,\n\tname: \"Guard Bandit\",\n\ttable: GuardBanditTable,\n\taliases: [\"guard bandit\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const GuardDogTable = new LootTable().every(\"Bones\").tertiary(25, \"Ensouled dog head\", 1);\n\nexport default new SimpleMonster({\n\tid: 114,\n\tname: \"Guard dog\",\n\ttable: GuardDogTable,\n\taliases: [\"guard dog\", \"dog\", \"dogs\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst HarpieBugSwarmTable = new LootTable()\n\t/* Weapons and armour */\n\t.add(\"Steel axe\", 1, 4)\n\t.add(\"Steel full helm\", 1, 4)\n\t.add(\"Staff of fire\", 1, 3)\n\t.add(\"Mithril chainbody\", 1, 2)\n\t.add(\"Adamant med helm\", 1, 1)\n\t.add(\"Steel boots\", 1, 1)\n\n\t/* Runes */\n\t.add(\"Fire rune\", 30, 20)\n\t.add(\"Fire rune\", 60, 8)\n\t.add(\"Chaos rune\", 15, 5)\n\t.add(\"Death rune\", 3, 3)\n\n\t/* Coins */\n\t.add(\"Coins\", 40, 25)\n\t.add(\"Coins\", 160, 20)\n\t.add(\"Coins\", 230, 10)\n\t.add(\"Coins\", 30, 7)\n\t.add(\"Coins\", 490, 2)\n\n\t/* Other */\n\t.add(\"Gold ore\", 1, 8)\n\t.add(\"Jug of wine\", 1, 2)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 3)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (medium)\");\n\nexport default new SimpleMonster({\n\tid: 464,\n\tname: \"Harpie Bug Swarm\",\n\ttable: HarpieBugSwarmTable,\n\taliases: [\"harpie bug swarm\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst WildySlayerCaveTable = new LootTable()\n\t.add(\"Blighted entangle sack\", [1, 10], 7700)\n\t.add(\"Blighted anglerfish\", [1, 2], 5750)\n\t.add(\"Blighted manta ray\", [1, 2], 5750)\n\t.add(\"Blighted karambwan\", [1, 2], 3815)\n\t.add(\"Blighted teleport spell sack\", [1, 10], 3815)\n\t.add(\"Blighted ancient ice sack\", [1, 10], 3815)\n\t.add(\"Blighted vengeance sack\", [1, 10], 3815)\n\t.add(\"Blighted super restore(4)\", 1, 1915)\n\t.add(\"Revenant cave teleport\", 1, 1915)\n\t.add(\"Dareeyak teleport\", 1, 383)\n\t.add(\"Wilderness crabs teleport\", 1, 383)\n\t.add(\"Carrallanger teleport\", 1, 383)\n\t.add(\"Paddewwa teleport\", 1, 383)\n\t.add(\"Annakarl teleport\", 1, 383)\n\t.add(\"Lassar teleport\", 1, 383)\n\t.add(\"Kharyrll teleport\", 1, 383)\n\t.add(\"Senntisten teleport\", 1, 383)\n\t.add(\"Ghorrock teleport\", 1, 383)\n\t.add(\"Target teleport\", 1, 383)\n\t.add(\"Magic shortbow scroll\", 1, 153)\n\t.add(\"Ring of wealth scroll\", 1, 153)\n\t.add(\"Trouver parchment\", 2, 38)\n\t.add(\"Looting bag note\", 1, 38);\n\nconst HellhoundTable = new LootTable()\n\t.every(\"Vile ashes\")\n\t.oneIn(32_768, \"Smouldering stone\")\n\t.tertiary(40, \"Ensouled hellhound head\")\n\t.tertiary(64, \"Clue scroll (hard)\");\n\nconst HellhoundWildyCaveTable = new LootTable()\n\t.every(HellhoundTable)\n\t.add(WildySlayerCaveTable, 1, 85)\n\t.add(new LootTable(), 1, 15);\n\nexport default new SimpleMonster({\n\tid: 104,\n\tname: \"Hellhound\",\n\ttable: HellhoundTable,\n\twildyCaveTable: HellhoundWildyCaveTable,\n\taliases: [\"hellhound\", \"hellh\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst HeroTable = new LootTable({ limit: 128 })\n\t.add(\"Coins\", [200, 300], 105)\n\t.add(\"Death rune\", [1, 2], 8)\n\t.add(\"Jug of wine\", 1, 6)\n\t.add(\"Nature rune\", [1, 3], 5)\n\t.add(\"Fire orb\", 1, 2)\n\t.add(\"Diamond\", 1, 1)\n\t.add(\"Gold ore\", 1, 1)\n\t.tertiary(99_175, \"Rocky\");\n\nexport default new SimpleMonster({\n\tid: 3295,\n\tname: \"Hero\",\n\tpickpocketTable: HeroTable,\n\taliases: [\"hero\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport FixedAllotmentSeedTable from \"../../../subtables/FixedAllotmentSeedTable\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst HillGiantTable = new LootTable({ limit: 128 })\n\t.every(\"Big bones\")\n\t.tertiary(25, \"Ensouled giant head\")\n\t.tertiary(50, \"Clue scroll (beginner)\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(5000, \"Giant champion scroll\")\n\t.tertiary(5013, \"Curved bone\")\n\n\t/* Weapons and armour */\n\t.add(\"Iron full helm\", 1, 5)\n\t.add(\"Iron dagger\", 1, 4)\n\t.add(\"Iron kiteshield\", 1, 3)\n\t.add(\"Steel longsword\", 1, 2)\n\n\t/* Runes and ammunition */\n\t.add(\"Iron arrow\", 3, 6)\n\t.add(\"Fire rune\", 15, 3)\n\t.add(\"Water rune\", 7, 3)\n\t.add(\"Law rune\", 2, 3)\n\t.add(\"Steel arrow\", 10, 2)\n\t.add(\"Mind rune\", 3, 2)\n\t.add(\"Cosmic rune\", 2, 2)\n\t.add(\"Nature rune\", 6, 2)\n\t.add(\"Chaos rune\", 2, 1)\n\t.add(\"Death rune\", 2, 1)\n\n\t/* Coins */\n\t.add(\"Coins\", 38, 14)\n\t.add(\"Coins\", 52, 10)\n\t.add(\"Coins\", 15, 8)\n\t.add(\"Coins\", 8, 6)\n\t.add(\"Coins\", 88, 2)\n\n\t/* Other */\n\t.add(FixedAllotmentSeedTable, 1, 18)\n\t.add(HerbDropTable, 1, 7)\n\t.add(\"Limpwurt root\", 1, 11)\n\t.add(\"Beer\", 1, 6)\n\t.add(\"Body talisman\", 1, 2)\n\t.add(\"Giant key\", 1, 1)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 3);\n\nexport default new SimpleMonster({\n\tid: 2098,\n\tname: \"Hill Giant\",\n\ttable: HillGiantTable,\n\taliases: [\"hill giant\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport CommonSeedDropTable from \"../../../subtables/CommonSeedDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst HerbTable = new LootTable()\n\t.add(\"Grimy guam leaf\", 1, 10)\n\t.add(\"Grimy marrentill\", 1, 10)\n\t.add(\"Grimy tarromin\", 1, 5)\n\t.add(\"Grimy ranarr weed\", 1, 2)\n\t.add(\"Grimy irit leaf\", 1, 140)\n\t.add(\"Grimy avantoe\", 1, 2)\n\t.add(\"Grimy kwuarm\", 1, 1)\n\t.add(\"Grimy cadantine\", 1, 1)\n\t.add(\"Grimy lantadyme\", 1, 3)\n\t.add(\"Grimy dwarf weed\", 1, 3);\n\nexport const HobgoblinTable = new LootTable()\n\t.tertiary(5000, \"Hobgoblin champion scroll\")\n\t.tertiary(70, \"Clue scroll (beginner)\")\n\t.every(\"Bones\")\n\n\t// Weapons\n\t.add(\"Iron sword\", 1, 3)\n\t.add(\"Steel dagger\", 1, 3)\n\t.add(\"Steel longsword\", 1, 1)\n\n\t// Runes/ammunition\n\t.add(\"Law rune\", 2, 3)\n\t.add(\"Water rune\", 2, 2)\n\t.add(\"Fire rune\", 7, 2)\n\t.add(\"Body rune\", 6, 2)\n\t.add(\"Chaos rune\", 3, 2)\n\t.add(\"Nature rune\", 4, 2)\n\t.add(\"Cosmic rune\", 2, 1)\n\t.add(\"Iron javelin\", 5, 1)\n\n\t.add(HerbTable, 1, 7)\n\t.add(CommonSeedDropTable, 1, 12)\n\t.add(\"Coins\", 15, 34)\n\t.add(\"Coins\", 5, 12)\n\t.add(\"Coins\", 28, 4)\n\t.add(\"Coins\", 62, 4)\n\t.add(\"Coins\", 42, 3)\n\t.add(\"Coins\", 1, 3)\n\t.add(\"Coins\", 1, 1)\n\t.add(\"Limpwurt root\", 1, 21)\n\t.add(\"Goblin mail\", 1, 2)\n\t.add(GemTable, 1, 2);\n\nexport default new SimpleMonster({\n\tid: 3049,\n\tname: \"Hobgoblin\",\n\ttable: HobgoblinTable,\n\taliases: [\"hobgoblin\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { NotedHerbTable } from \"../../../subtables/NotedHerbTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\nimport RareSeedTable from \"../../../subtables/RareSeedTable\";\n\nconst HydraBrimstoneRingTable = new LootTable().add(\"Hydra's eye\").add(\"Hydra's fang\").add(\"Hydra's heart\");\n\nconst HydraOffTaskUniqueTable = new LootTable()\n\t.oneIn(10_000, \"Dragon thrownaxe\", [200, 400])\n\t.oneIn(10_000, \"Dragon knife\", [200, 400])\n\t.oneIn(5000, \"Hydra tail\")\n\t.oneIn(1800, HydraBrimstoneRingTable);\n\nconst HydraOnTaskUniqueTable = new LootTable()\n\t.oneIn(2000, \"Dragon thrownaxe\", [200, 400])\n\t.oneIn(2000, \"Dragon knife\", [200, 400])\n\t.oneIn(1000, \"Hydra tail\")\n\t.oneIn(360, HydraBrimstoneRingTable);\n\nexport const HydraPreTable = new LootTable()\n\t/* Weapons and armour */\n\t.add(\"Fire battlestaff\", 1, 5)\n\t.add(\"Water battlestaff\", 1, 5)\n\t.add(\"Black d'hide chaps\", 1, 3)\n\t.add(\"Rune kiteshield\", 1, 3)\n\t.add(\"Battlestaff\", [2, 3], 2)\n\t.add(\"Rune platebody\", 1, 1)\n\t.add(\"Mystic robe bottom\", 1, 1)\n\t.add(\"Dragon longsword\", 1, 1)\n\n\t/* Runes */\n\t.add(\"Blood rune\", [15, 45], 9)\n\t.add(\"Chaos rune\", [20, 50], 9)\n\t.add(\"Death rune\", [30, 60], 9)\n\t.add(\"Fire rune\", [70, 90], 9)\n\t.add(\"Law rune\", [30, 60], 9)\n\t.add(\"Water rune\", [70, 90], 9)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 4)\n\t.add(NotedHerbTable, 1, 2)\n\n\t/* Seeds */\n\t.add(RareSeedTable, 1, 4)\n\n\t/* Bolt tips */\n\t.oneIn(256, \"Diamond bolt tips\", 20)\n\t.oneIn(285, \"Ruby bolt tips\", 20)\n\t.oneIn(284, \"Emerald bolt tips\", 20)\n\t.oneIn(366, \"Dragonstone bolt tips\", 20)\n\t.oneIn(853, \"Onyx bolt tips\", 20)\n\t.oneIn(1280, \"Sapphire bolt tips\", 20)\n\n\t/* Other */\n\t.add(\"Coins\", [500, 3500], 16)\n\t.add(\"Monkfish\", 1, 11)\n\t.add(\"Super restore(1)\", [1, 2], 6)\n\t.add(\"Super combat potion(1)\", 1, 4)\n\t.add(\"Dragon bones\", [3, 5], 3)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 5);\n\nconst HydraTable = new LootTable()\n\t.every(\"Hydra bones\")\n\t.every(HydraPreTable)\n\n\t.every(HydraOffTaskUniqueTable)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (hard)\")\n\t.tertiary(512, \"Clue scroll (elite)\");\n\nconst HydraOnTaskTable = new LootTable()\n\t.every(\"Hydra bones\")\n\t.every(HydraPreTable)\n\n\t.every(HydraOnTaskUniqueTable)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (hard)\")\n\t.tertiary(512, \"Clue scroll (elite)\");\n\nexport default new SimpleMonster({\n\tid: 8609,\n\tname: \"Hydra\",\n\ttable: HydraTable,\n\tonTaskTable: HydraOnTaskTable,\n\taliases: [\"hydra\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\nimport UncommonSeedDropTable from \"../../../subtables/UncommonSeedDropTable\";\n\nconst WildySlayerCaveTable = new LootTable()\n\t.add(\"Blighted entangle sack\", [1, 10], 13200)\n\t.add(\"Blighted anglerfish\", [1, 2], 9900)\n\t.add(\"Blighted manta ray\", [1, 2], 9900)\n\t.add(\"Blighted karambwan\", [1, 2], 6580)\n\t.add(\"Blighted teleport spell sack\", [1, 10], 6580)\n\t.add(\"Blighted ancient ice sack\", [1, 10], 6580)\n\t.add(\"Blighted vengeance sack\", [1, 10], 6580)\n\t.add(\"Blighted super restore(4)\", 1, 3290)\n\t.add(\"Revenant cave teleport\", 1, 3290)\n\t.add(\"Dareeyak teleport\", 1, 657)\n\t.add(\"Wilderness crabs teleport\", 1, 657)\n\t.add(\"Carrallanger teleport\", 1, 657)\n\t.add(\"Paddewwa teleport\", 1, 657)\n\t.add(\"Annakarl teleport\", 1, 657)\n\t.add(\"Lassar teleport\", 1, 657)\n\t.add(\"Kharyrll teleport\", 1, 657)\n\t.add(\"Senntisten teleport\", 1, 657)\n\t.add(\"Ghorrock teleport\", 1, 657)\n\t.add(\"Target teleport\", 1, 657)\n\t.add(\"Magic shortbow scroll\", 1, 263)\n\t.add(\"Ring of wealth scroll\", 1, 263)\n\t.add(\"Trouver parchment\", 2, 66)\n\t.add(\"Looting bag note\", 1, 66);\n\nconst IceGiantTable = new LootTable()\n\t.every(\"Big bones\")\n\n\t/* Weapons and armour */\n\t.add(\"Iron 2h sword\", 1, 5)\n\t.add(\"Black kiteshield\", 1, 4)\n\t.add(\"Steel axe\", 1, 4)\n\t.add(\"Steel sword\", 1, 4)\n\t.add(\"Iron platelegs\", 1, 1)\n\t.add(\"Mithril mace\", 1, 1)\n\t.add(\"Mithril sq shield\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Adamant arrow\", 5, 6)\n\t.add(\"Nature rune\", 6, 4)\n\t.add(\"Mind rune\", 24, 3)\n\t.add(\"Body rune\", 37, 3)\n\t.add(\"Law rune\", 3, 2)\n\t.add(\"Water rune\", 12, 1)\n\t.add(\"Cosmic rune\", 4, 1)\n\t.add(\"Death rune\", 3, 1)\n\t.add(\"Blood rune\", 2, 1)\n\n\t/* Seeds */\n\t.add(UncommonSeedDropTable, 1, 8)\n\n\t/* Coins */\n\t.add(\"Coins\", 117, 32)\n\t.add(\"Coins\", 53, 12)\n\t.add(\"Coins\", 196, 10)\n\t.add(\"Coins\", 8, 7)\n\t.add(\"Coins\", 22, 6)\n\t.add(\"Coins\", 400, 2)\n\n\t/* Other */\n\t.add(\"Jug of wine\", 1, 3)\n\t.add(\"Mithril ore\", 1, 1)\n\t.add(\"Banana\", 1, 1)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 4)\n\n\t/* Tertiary */\n\t.tertiary(21, \"Ensouled giant head\")\n\t.tertiary(40, \"Clue scroll (beginner)\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(5000, \"Giant champion scroll\")\n\t.tertiary(5013, \"Curved bone\");\n\nconst IceGiantWildyCaveTable = new LootTable()\n\t.every(IceGiantTable)\n\t.add(WildySlayerCaveTable, 1, 73)\n\t.add(new LootTable(), 1, 27);\n\nexport default new SimpleMonster({\n\tid: 2085,\n\tname: \"Ice giant\",\n\ttable: IceGiantTable,\n\twildyCaveTable: IceGiantWildyCaveTable,\n\taliases: [\"ice giant\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\nimport UncommonSeedDropTable from \"../../../subtables/UncommonSeedDropTable\";\n\nconst IceTrollTable = new LootTable()\n\t.every(\"Big bones\")\n\n\t/* Weapons and armour */\n\t.add(\"Adamant full helm\", 1, 10)\n\t.add(\"Steel platebody\", 1, 10)\n\t.add(\"Mithril warhammer\", 1, 5)\n\t.add(\"Adamant axe\", 1, 5)\n\t.add(\"Rune kiteshield\", 1, 2)\n\t.add(\"Granite shield\", 1, 1)\n\t.add(\"Rune warhammer\", 1, 1)\n\n\t/* Runes */\n\t.add(\"Earth rune\", [8, 14], 10)\n\t.add(\"Earth rune\", [12, 36], 10)\n\t.add(\"Nature rune\", [4, 12], 5)\n\t.add(\"Law rune\", [4, 8], 5)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 2)\n\t.add(UncommonSeedDropTable, 1, 11)\n\n\t/* Other */\n\t.add(\"Coins\", 200, 20)\n\t.add(\"Raw shark\", [2, 8], 10)\n\t.add(\"Seaweed\", [3, 9], 10)\n\t.add(\"Ball of wool\", [18, 42], 10)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 1)\n\n\t/* Tertiary */\n\t.tertiary(20, \"Ensouled troll head\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(5013, \"Curved bone\");\n\nexport default new SimpleMonster({\n\tid: 648,\n\tname: \"Ice Troll\",\n\ttable: IceTrollTable,\n\taliases: [\"ice troll\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\nimport UncommonSeedDropTable from \"../../../subtables/UncommonSeedDropTable\";\n\nexport const IceWarriorTable = new LootTable({ limit: 128 })\n\t/* Weapons */\n\t.add(\"Iron battleaxe\", 1, 3)\n\t.add(\"Mithril mace\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Nature rune\", 4, 10)\n\t.add(\"Chaos rune\", 3, 8)\n\t.add(\"Law rune\", 2, 7)\n\t.add(\"Cosmic rune\", 2, 5)\n\t.add(\"Mithril arrow\", 3, 5)\n\t.add(\"Adamant arrow\", 2, 2)\n\t.add(\"Death rune\", 2, 3)\n\t.add(\"Blood rune\", 2, 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 10)\n\n\t/* Seeds */\n\t.add(UncommonSeedDropTable, 1, 18)\n\n\t/* Coins */\n\t.add(\"Coins\", 15, 39)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 3)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (medium)\");\n\nexport default new SimpleMonster({\n\tid: 2841,\n\tname: \"Ice warrior\",\n\ttable: IceWarriorTable,\n\taliases: [\"ice warrior\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const IceWolfTable = new LootTable().every(\"Wolf bones\");\n\nexport default new SimpleMonster({\n\tid: 645,\n\tname: \"Ice wolf\",\n\ttable: IceWolfTable,\n\taliases: [\"ice wolf\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nexport const IcefiendTable = new LootTable({ limit: 128 })\n\t.tertiary(128, \"Clue scroll (easy)\")\n\n\t/* Runes */\n\t.add(\"Water rune\", [1, 5], 4)\n\t.add(\"Air rune\", [1, 5], 1)\n\n\t/* Other */\n\t.add(\"Coins\", [1, 30], 4)\n\t.add(\"Coins\", [1, 20], 4)\n\n\t/* Subtable */\n\t.add(GemTable, 1, 3);\n\nexport default new SimpleMonster({\n\tid: 3140,\n\tname: \"Icefiend\",\n\ttable: IcefiendTable,\n\taliases: [\"icefiend\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const ImpTable = new LootTable()\n\t.tertiary(5000, \"Imp champion scroll\")\n\t.tertiary(25, \"Ensouled imp head\")\n\t.every(\"Fiendish ashes\")\n\t.add(\"Black bead\", 1, 5)\n\t.add(\"Red bead\", 1, 5)\n\t.add(\"White bead\", 1, 5)\n\t.add(\"Yellow bead\", 1, 5)\n\t.add(\"Bronze bolts\", 1, 8)\n\t.add(\"Blue wizard hat\", 1, 8)\n\n\t// Food\n\t.add(\"Egg\", 1, 5)\n\t.add(\"Raw chicken\", 1, 5)\n\t.add(\"Burnt bread\", 1, 4)\n\t.add(\"Burnt meat\", 1, 4)\n\t.add(\"Cabbage\", 1, 2)\n\t.add(\"Bread dough\", 1, 2)\n\t.add(\"Bread\", 1, 1)\n\t.add(\"Cooked meat\", 1, 1)\n\n\t// Tools\n\t.add(\"Hammer\", 1, 8)\n\t.add(\"Tinderbox\", 1, 5)\n\t.add(\"Shears\", 1, 4)\n\t.add(\"Bucket\", 1, 4)\n\t.add(\"Bucket of water\", 1, 2)\n\t.add(\"Jug\", 1, 2)\n\t.add(\"Jug of water\", 1, 2)\n\t.add(\"Pot\", 1, 2)\n\t.add(\"Pot of flour\", 1, 2)\n\n\t// Other\n\t.add(\"Ball of wool\", 1, 8)\n\t.add(\"Mind talisman\", 1, 7)\n\t.add(\"Ashes\", 1, 6)\n\t.add(\"Clay\", 1, 4)\n\t.add(\"Cadava berries\", 1, 4)\n\t.add(\"Grain\", 1, 3)\n\t.add(\"Chef's hat\", 1, 2)\n\t.add(\"Flyer\", 1, 2)\n\t.add(\"Potion\", 1, 1);\n\nexport default new SimpleMonster({\n\tid: 5007,\n\tname: \"Imp\",\n\ttable: ImpTable,\n\taliases: [\"imp\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const InfernalMagePreTable = new LootTable()\n\t/* Weapons and armour */\n\t.oneIn(512, \"Mystic boots (dark)\")\n\t.oneIn(512, \"Mystic hat (dark)\")\n\n\t/* Staves */\n\t.add(\"Staff\", 1, 8)\n\t.add(\"Staff of fire\", 1, 1)\n\t.oneIn(1000, \"Lava battlestaff\")\n\n\t/* Elemental runes */\n\t.add(\"Earth rune\", 10, 6)\n\t.add(\"Fire rune\", 10, 6)\n\t.add(\"Earth rune\", 36, 4)\n\t.add(\"Air rune\", 10, 3)\n\t.add(\"Water rune\", 10, 3)\n\t.add(\"Air rune\", 18, 2)\n\t.add(\"Water rune\", 18, 2)\n\t.add(\"Earth rune\", 18, 2)\n\t.add(\"Fire rune\", 18, 2)\n\n\t/* Catalystic runes */\n\t.add(\"Death rune\", 7, 18)\n\t.add(\"Mind rune\", 18, 2)\n\t.add(\"Body rune\", 18, 2)\n\t.add(\"Blood rune\", 4, 2)\n\n\t/* Coins */\n\t.add(\"Coins\", 1, 19)\n\t.add(\"Coins\", 2, 14)\n\t.add(\"Coins\", 4, 8)\n\t.add(\"Coins\", 29, 3);\n\nconst InfernalMageTable = new LootTable().every(\"Bones\").every(InfernalMagePreTable);\n\nexport default new SimpleMonster({\n\tid: 447,\n\tname: \"Infernal Mage\",\n\ttable: InfernalMageTable,\n\taliases: [\"infernal mage\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\nimport RareSeedTable from \"../../../subtables/RareSeedTable\";\n\nconst IorwerthArcherTable = new LootTable()\n\t.every(\"Bones\")\n\n\t/* Weapons and armour */\n\t.add(\"Green d'hide body\", 1, 4)\n\t.add(\"Green d'hide chaps\", 1, 3)\n\t.add(\"Mithril spear\", 1, 2)\n\t.add(\"Mithril kiteshield\", 1, 1)\n\t.add(\"Adamant full helm\", 1, 1)\n\t.add(\"Rune dagger\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Water rune\", 70, 8)\n\t.add(\"Nature rune\", 12, 5)\n\t.add(\"Law rune\", 2, 3)\n\t.add(\"Fire rune\", 37, 2)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 15)\n\n\t/* Seeds */\n\t.add(RareSeedTable, 1, 16)\n\n\t/* Coins */\n\t.add(\"Coins\", 44, 29)\n\t.add(\"Coins\", 180, 10)\n\t.add(\"Coins\", 132, 8)\n\t.add(\"Coins\", 20, 5)\n\t.add(\"Coins\", 440, 1)\n\n\t/* Other */\n\t.add(\"Bass\", 1, 3)\n\t.add(\"Shark\", 1, 3)\n\t.add(\"Adamantite ore\", 1, 2)\n\t.add(\"Teleport crystal (1)\", 1, 1)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 5)\n\n\t/* Tertiary */\n\t.tertiary(50, \"Ensouled elf head\")\n\t.tertiary(128, \"Clue scroll (hard)\");\n\nexport default new SimpleMonster({\n\tid: 3428,\n\tname: \"Iorwerth Archer\",\n\ttable: IorwerthArcherTable,\n\taliases: [\"iorwerth archer\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\nimport RareSeedTable from \"../../../subtables/RareSeedTable\";\n\nconst IorwerthWarriorTable = new LootTable()\n\t.every(\"Bones\")\n\n\t/* Weapons and armour */\n\t.add(\"Green d'hide body\", 1, 4)\n\t.add(\"Green d'hide chaps\", 1, 3)\n\t.add(\"Mithril spear\", 1, 2)\n\t.add(\"Mithril kiteshield\", 1, 1)\n\t.add(\"Adamant full helm\", 1, 1)\n\t.add(\"Rune dagger\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Water rune\", 70, 8)\n\t.add(\"Nature rune\", 12, 5)\n\t.add(\"Law rune\", 2, 3)\n\t.add(\"Fire rune\", 37, 2)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 15)\n\n\t/* Seeds */\n\t.add(RareSeedTable, 1, 16)\n\n\t/* Coins */\n\t.add(\"Coins\", 44, 29)\n\t.add(\"Coins\", 180, 10)\n\t.add(\"Coins\", 132, 8)\n\t.add(\"Coins\", 20, 5)\n\t.add(\"Coins\", 440, 1)\n\n\t/* Other */\n\t.add(\"Crystal teleport seed\", 25)\n\t.add(\"Bass\", 1, 3)\n\t.add(\"Shark\", 1, 3)\n\t.add(\"Adamantite ore\", 1, 2)\n\t.oneIn(1024, \"Enhanced crystal teleport seed\")\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 5)\n\n\t/* Tertiary */\n\t.tertiary(24, \"Crystal shard\")\n\t.tertiary(50, \"Ensouled elf head\")\n\t.tertiary(128, \"Clue scroll (hard)\");\n\nexport default new SimpleMonster({\n\tid: 3429,\n\tname: \"Iorwerth Warrior\",\n\ttable: IorwerthWarriorTable,\n\taliases: [\"iorwerth warrior\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport RareDropTable, { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst IronDragonTable = new LootTable()\n\t.every(\"Dragon bones\")\n\t.every(\"Iron bar\", 5)\n\n\t/* Pre-roll */\n\t.oneIn(1024, \"Dragon plateskirt\")\n\t.oneIn(1024, \"Dragon platelegs\")\n\n\t/* Weapons and armour */\n\t.add(\"Rune dart(p)\", 9, 7)\n\t.add(\"Adamant 2h sword\", 1, 4)\n\t.add(\"Adamant axe\", 1, 3)\n\t.add(\"Adamant battleaxe\", 1, 3)\n\t.add(\"Rune knife\", 5, 3)\n\t.add(\"Adamant sq shield\", 1, 1)\n\t.add(\"Rune med helm\", 1, 1)\n\t.add(\"Rune battleaxe\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Rune javelin\", 4, 20)\n\t.add(\"Blood rune\", 15, 19)\n\t.add(\"Adamant bolts\", [2, 12], 6)\n\t.add(\"Soul rune\", 3, 5)\n\n\t/* Coins */\n\t.add(\"Coins\", 270, 20)\n\t.add(\"Coins\", 550, 10)\n\t.add(\"Coins\", 990, 1)\n\n\t/* Other */\n\t.add(\"Super strength(1)\", 1, 8)\n\t.add(\"Runite limbs\", 1, 5)\n\t.add(\"Adamantite bar\", 2, 3)\n\t.add(\"Curry\", 1, 3)\n\n\t/* RDT */\n\t.add(RareDropTable, 1, 2)\n\t.add(GemTable, 1, 3)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (hard)\")\n\t.tertiary(10_000, \"Draconic visage\");\n\nexport default new SimpleMonster({\n\tid: 272,\n\tname: \"Iron Dragon\",\n\ttable: IronDragonTable,\n\taliases: [\"iron dragon\", \"iron d\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const JackalTable = new LootTable().every(\"Bones\");\nexport default new SimpleMonster({\n\tid: 4185,\n\tname: \"Jackal\",\n\ttable: JackalTable,\n\taliases: [\"jackal\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst WildySlayerCaveTable = new LootTable()\n\t.add(\"Blighted entangle sack\", [1, 10], 6850)\n\t.add(\"Blighted anglerfish\", [1, 2], 5150)\n\t.add(\"Blighted manta ray\", [1, 2], 5150)\n\t.add(\"Blighted karambwan\", [1, 2], 3425)\n\t.add(\"Blighted teleport spell sack\", [1, 10], 3425)\n\t.add(\"Blighted ancient ice sack\", [1, 10], 3425)\n\t.add(\"Blighted vengeance sack\", [1, 10], 3425)\n\t.add(\"Blighted super restore(4)\", 1, 1710)\n\t.add(\"Revenant cave teleport\", 1, 1710)\n\t.add(\"Dareeyak teleport\", 1, 342)\n\t.add(\"Wilderness crabs teleport\", 1, 342)\n\t.add(\"Carrallanger teleport\", 1, 342)\n\t.add(\"Paddewwa teleport\", 1, 342)\n\t.add(\"Annakarl teleport\", 1, 342)\n\t.add(\"Lassar teleport\", 1, 342)\n\t.add(\"Kharyrll teleport\", 1, 342)\n\t.add(\"Senntisten teleport\", 1, 342)\n\t.add(\"Ghorrock teleport\", 1, 342)\n\t.add(\"Target teleport\", 1, 342)\n\t.add(\"Magic shortbow scroll\", 1, 137)\n\t.add(\"Ring of wealth scroll\", 1, 137)\n\t.add(\"Trouver parchment\", 2, 34)\n\t.add(\"Looting bag note\", 1, 34);\n\nexport const JellyPreTable = new LootTable()\n\t/* Weapons and armour */\n\t.add(\"Steel battleaxe\", 1, 11)\n\t.add(\"Steel 2h sword\", 1, 7)\n\t.add(\"Steel axe\", 1, 3)\n\t.add(\"Mithril kiteshield\", 1, 2)\n\t.add(\"Mithril boots\", 1, 1)\n\t.add(\"Rune full helm\", 1, 1)\n\n\t/* Coins */\n\t.add(\"Coins\", 102, 39)\n\t.add(\"Coins\", 44, 30)\n\t.add(\"Coins\", 220, 10)\n\t.add(\"Coins\", 11, 7)\n\t.add(\"Coins\", 460, 2)\n\n\t/* Other */\n\t.add(\"Chaos rune\", 15, 5)\n\t.add(\"Death rune\", 5, 3)\n\t.add(\"Gold bar\", 1, 2)\n\t.add(\"Thread\", 10, 1)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 4);\n\nconst JellyTable = new LootTable()\n\t.every(JellyPreTable)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (hard)\");\n\nconst JellyWildyCaveTable = new LootTable()\n\t.every(JellyTable)\n\t.add(WildySlayerCaveTable, 1, 76)\n\t.add(new LootTable(), 1, 24);\n\nexport default new SimpleMonster({\n\tid: 437,\n\tname: \"Jelly\",\n\ttable: JellyTable,\n\twildyCaveTable: JellyWildyCaveTable,\n\taliases: [\"jelly\", \"jello\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport CommonSeedDropTable from \"../../../subtables/CommonSeedDropTable\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nexport const JogreTable = new LootTable({ limit: 129 })\n\t.tertiary(5000, \"Jogre champion scroll\")\n\t.tertiary(129, \"Clue scroll (medium)\")\n\t.every(\"Jogre bones\")\n\n\t// Weapons\n\t.add(\"Bronze spear\", 1, 30)\n\t.add(\"Iron spear\", 1, 4)\n\n\t// Runes/ammunition\n\t.add(\"Nature rune\", 2, 10)\n\t.add(\"Nature rune\", 10, 2)\n\t.add(\"Nature rune\", 5, 2)\n\t.add(\"Steel javelin\", 5, 2)\n\n\t.add(HerbDropTable, 1, 6)\n\t.add(CommonSeedDropTable, 1, 15)\n\t.add(GemTable, 1, 1)\n\n\t// Others\n\t.add(\"Trading sticks\", 22, 27)\n\t.add(\"Pineapple\", 2, 8)\n\t.add(\"Knife\", 1, 5)\n\t.add(\"Bones\", 1, 3)\n\t.add(\"Big bones\", 1, 3)\n\t.add(\"Big bones\", 3, 2)\n\t.add(\"Bones\", 1, 2);\n\nexport default new SimpleMonster({\n\tid: 2094,\n\tname: \"Jogre\",\n\ttable: JogreTable,\n\taliases: [\"jogre\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport default new SimpleMonster({\n\tid: 4863,\n\tname: \"Jubbly bird\",\n\ttable: new LootTable().every(\"Big bones\").every(\"Raw jubbly\").add(\"Feather\", [25, 32]),\n\taliases: [\"jubbly bird\", \"jubbly\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { itemTupleToTable } from \"../../../../util\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\nimport VariableAllotmentSeedTable from \"../../../subtables/VariableAllotmentSeedTable\";\n\nconst JungleHorrorTable = new LootTable({ limit: 129 })\n\t.every(\"Bones\")\n\n\t/* Weapons and armor*/\n\t.add(\"Iron warhammer\", 1, 17)\n\t.add(\"Iron kiteshield\", 1, 5)\n\t.add(\"Iron spear\", 1, 4)\n\t.add(\"Iron javelin\", 5, 2)\n\n\t/* Runes */\n\t.add(\"Nature rune\", 4, 10)\n\t.add(\"Nature rune\", 2, 7)\n\t.add(\"Death rune\", 1, 5)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 6)\n\n\t/* Seeds */\n\t.add(VariableAllotmentSeedTable, 1, 15)\n\n\t/* Materials */\n\t.add(\"Iron ore\", 1, 27)\n\t.add(\"Teak logs\", 3, 9)\n\t.add(\"Mahogany logs\", 1, 3)\n\n\t/* Other */\n\t.add(\"Pineapple\", 1, 8)\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Big bones\", 1],\n\t\t\t[\"Bones\", 1],\n\t\t]),\n\t\t1,\n\t\t3,\n\t)\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Big bones\", 3],\n\t\t\t[\"Bones\", 1],\n\t\t]),\n\t\t1,\n\t\t2,\n\t)\n\n\t/* Gems */\n\t.add(GemTable, 1, 1)\n\n\t/* Tertiary */\n\t.tertiary(40, \"Ensouled horror head\")\n\t.tertiary(128, \"Clue scroll (medium)\");\n\nexport default new SimpleMonster({\n\tid: 1042,\n\tname: \"Jungle horror\",\n\ttable: JungleHorrorTable,\n\taliases: [\"jungle horror\", \"jungle h\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const JungleWolfTable = new LootTable().every(\"Wolf bones\");\n\nexport default new SimpleMonster({\n\tid: 232,\n\tname: \"Jungle Wolf\",\n\ttable: JungleWolfTable,\n\taliases: [\"jungle wolf\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport RareDropTable, { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst KalphiteGuardianTable = new LootTable({ limit: 128 })\n\n\t/* Weapons and armor */\n\t.add(\"Mithril sword\", 1, 4)\n\t.add(\"Steel battleaxe\", 1, 3)\n\t.add(\"Mithril axe\", 1, 2)\n\t.add(\"Adamant dagger\", 1, 2)\n\t.add(\"Mithril kiteshield\", 1, 1)\n\t.add(\"Rune med helm\", 1, 1)\n\t.add(\"Rune chainbody\", 1, 1)\n\n\t/* Runes */\n\t.add(\"Air rune\", 50, 8)\n\t.add(\"Chaos rune\", 10, 7)\n\t.add(\"Blood rune\", 7, 4)\n\t.add(\"Fire rune\", 37, 1)\n\t.add(\"Law rune\", 3, 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 23)\n\n\t/* Coins */\n\t.add(\"Coins\", 132, 40)\n\t.add(\"Coins\", 30, 7)\n\t.add(\"Coins\", 44, 6)\n\t.add(\"Coins\", 220, 6)\n\t.add(\"Coins\", 460, 1)\n\n\t/* Other */\n\t.add(\"Lobster\", 1, 3)\n\t.add(\"Defence potion(3)\", 1, 1)\n\n\t/* RDT */\n\t.add(RareDropTable, 1, 1)\n\t.add(GemTable, 1, 5)\n\n\t/* Tertiary */\n\t.tertiary(35, \"Ensouled kalphite head\");\n\nexport default new SimpleMonster({\n\tid: 959,\n\tname: \"Kalphite Guardian\",\n\ttable: KalphiteGuardianTable,\n\taliases: [\"kalphite guardian\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst KalphiteSoldierTable = new LootTable({ limit: 128 })\n\t/* Weapons and armor */\n\t.add(\"Steel full helm\", 1, 4)\n\t.add(\"Steel axe\", 1, 4)\n\t.add(\"Steel scimitar\", 1, 3)\n\t.add(\"Mithril chainbody\", 1, 1)\n\t.add(\"Mithril sq shield\", 1, 1)\n\t.add(\"Adamant med helm\", 1, 1)\n\n\t/* Runes */\n\t.add(\"Fire rune\", 60, 8)\n\t.add(\"Chaos rune\", 12, 5)\n\t.add(\"Death rune\", 3, 3)\n\t.add(\"Nature rune\", 1, 2)\n\t.add(\"Fire rune\", 30, 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 1)\n\n\t/* Coins */\n\t.add(\"Coins\", 120, 40)\n\t.add(\"Coins\", 40, 29)\n\t.add(\"Coins\", 200, 10)\n\t.add(\"Coins\", 10, 7)\n\t.add(\"Coins\", 450, 1)\n\n\t/* Other */\n\t.add(\"Waterskin(4)\", 1, 3)\n\n\t/* RDT */\n\t.add(GemTable, 1, 4)\n\n\t/* Tertiary */\n\t.tertiary(90, \"Ensouled kalphite head\");\n\nexport default new SimpleMonster({\n\tid: 957,\n\tname: \"Kalphite Soldier\",\n\ttable: KalphiteSoldierTable,\n\taliases: [\"kalphite soldier\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst KalphiteWorkerTable = new LootTable()\n\t/* Weapons and armor */\n\t.add(\"Iron sword\", 1, 3)\n\t.add(\"Steel dagger\", 1, 3)\n\t.add(\"Hardleather body\", 1, 2)\n\t.add(\"Iron javelin\", 5, 1)\n\t.add(\"Steel longsword\", 1, 1)\n\n\t/* Runes */\n\t.add(\"Law rune\", 2, 3)\n\t.add(\"Body rune\", 6, 2)\n\t.add(\"Chaos rune\", 3, 2)\n\t.add(\"Fire rune\", 7, 2)\n\t.add(\"Water rune\", 2, 2)\n\t.add(\"Nature rune\", 4, 2)\n\t.add(\"Cosmic rune\", 2, 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 7)\n\n\t/* Coins */\n\t.add(\"Coins\", 15, 34)\n\t.add(\"Coins\", 5, 12)\n\t.add(\"Coins\", 28, 12)\n\t.add(\"Coins\", 1, 8)\n\t.add(\"Coins\", 62, 4)\n\t.add(\"Coins\", 42, 3)\n\n\t/* Other */\n\t.add(\"Waterskin(4)\", 1, 21)\n\n\t/* RDT */\n\t.add(GemTable, 1, 2)\n\n\t/* Tertiary */\n\t.tertiary(250, \"Ensouled kalphite head\");\n\nexport default new SimpleMonster({\n\tid: 955,\n\tname: \"Kalphite Worker\",\n\ttable: KalphiteWorkerTable,\n\taliases: [\"kalphite worker\", \"kalphite\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nexport const KillerwattTable = new LootTable()\n\t.every(\"Ashes\")\n\n\t/* Weapons */\n\t.add(\"Staff of fire\", 1, 2)\n\t.add(\"Staff of air\", 1, 2)\n\t.add(\"Fire battlestaff\", 1, 1)\n\t.add(\"Air battlestaff\", 1, 1)\n\t.oneIn(512, \"Mystic fire staff\")\n\n\t/* Runes and ammunition */\n\t.add(\"Nature rune\", 8, 11)\n\t.add(\"Chaos rune\", 4, 9)\n\t.add(\"Fire rune\", 45, 8)\n\t.add(\"Fire rune\", 18, 5)\n\t.add(\"Air rune\", 5, 3)\n\t.add(\"Death rune\", 2, 3)\n\t.add(\"Air rune\", 17, 2)\n\t.add(\"Steam rune\", 2, 2)\n\t.add(\"Cannonball\", 3, 2)\n\t.add(\"Nature rune\", 37, 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 35)\n\n\t/* Coins */\n\t.add(\"Coins\", 44, 28)\n\t.add(\"Coins\", 11, 23)\n\t.add(\"Coins\", 200, 11)\n\t.add(\"Coins\", 76, 1)\n\t.add(\"Coins\", 127, 1)\n\n\t/* Other */\n\t.add(\"Fire orb\", 2, 1)\n\t.add(\"Soda ash\", 4, 1)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 5);\n\nexport default new SimpleMonster({\n\tid: 469,\n\tname: \"Killerwatt\",\n\ttable: KillerwattTable,\n\taliases: [\"killerwatt\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const KingScorpionTable = new LootTable()\n\t.tertiary(25, \"Ensouled scorpion head\")\n\t.tertiary(100, \"Clue scroll (beginner)\");\n\nexport default new SimpleMonster({\n\tid: 3027,\n\tname: \"King Scorpion\",\n\ttable: KingScorpionTable,\n\taliases: [\"king scorpion\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport default new SimpleMonster({\n\tid: 3297,\n\tname: \"Knight of Ardougne\",\n\tpickpocketTable: new LootTable().add(\"Coins\", 50).tertiary(257_211, \"Rocky\"),\n\taliases: [\"ardy knight\", \"ardougne knight\", \"knight of ardougne\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\nimport RareSeedTable from \"../../../subtables/RareSeedTable\";\n\nexport const KuraskPreTable = new LootTable({ limit: 124 })\n\t/* Weapons and armor */\n\t.add(\"Mithril kiteshield\", 1, 3)\n\t.add(\"Rune longsword\", 1, 3)\n\t.add(\"Adamant platebody\", 1, 3)\n\t.add(\"Rune axe\", 1, 3)\n\t.oneIn(384, \"Leaf-bladed sword\")\n\t.oneIn(512, \"Mystic robe top (light)\")\n\t.oneIn(1026, \"Leaf-bladed battleaxe\")\n\n\t/* Runes */\n\t.add(\"Nature rune\", 10, 10)\n\t.add(\"Nature rune\", 15, 7)\n\t.add(\"Nature rune\", 30, 4)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 3, 18)\n\n\t/* Seeds */\n\t.add(RareSeedTable, 1, 15)\n\n\t/* Other */\n\t.add(\"Coins\", [2000, 3000], 16)\n\t.add(\"Flax\", 100, 6)\n\t.add(\"White berries\", 12, 6)\n\t.add(\"Coins\", 10_000, 5)\n\t.add(\"Big bones\", 20, 5)\n\t.add(\"Papaya fruit\", 10, 4)\n\t.add(\"Coconut\", 10, 4)\n\n\t/* RDT */\n\t.add(GemTable, 1, 6);\n\nconst KuraskTable = new LootTable()\n\t.every(\"Bones\")\n\t.every(KuraskPreTable)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (hard)\")\n\t.tertiary(3000, \"Kurask head\");\n\nexport default new SimpleMonster({\n\tid: 410,\n\tname: \"Kurask\",\n\ttable: KuraskTable,\n\taliases: [\"kurask\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport RareDropTable, { GemTable } from \"../../../subtables/RareDropTable\";\n\nexport const LavaDragonTable = new LootTable()\n\t.every(\"Lava dragon bones\")\n\t.every(\"Black dragonhide\")\n\t.every(\"Lava scale\")\n\n\t/* Weapons and armour */\n\t.add(\"Rune dart\", 12, 6)\n\t.add(\"Rune knife\", 8, 4)\n\t.add(\"Lava battlestaff\", 1, 3)\n\t.add(\"Adamant 2h sword\", 1, 2)\n\t.add(\"Adamant platebody\", 1, 2)\n\t.add(\"Rune axe\", 1, 2)\n\t.add(\"Rune kiteshield\", 1, 2)\n\t.add(\"Rune longsword\", 1, 2)\n\t.add(\"Rune med helm\", 1, 1)\n\t.add(\"Rune full helm\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Rune javelin\", 20, 10)\n\t.add(\"Fire rune\", 75, 7)\n\t.add(\"Blood rune\", 20, 7)\n\t.add(\"Runite bolts\", 30, 6)\n\t.add(\"Death rune\", 20, 5)\n\t.add(\"Law rune\", 20, 5)\n\t.add(\"Lava rune\", 15, 4)\n\t.add(\"Lava rune\", 30, 4)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 2, 5)\n\n\t/* Coins */\n\t.add(\"Coins\", 66, 15)\n\t.add(\"Coins\", 690, 1)\n\n\t/* Other */\n\t.add(\"Dragon javelin heads\", 15, 7)\n\t.add(\"Fire orb\", 15, 5)\n\t.add(\"Adamantite bar\", 2, 5)\n\t.add(\"Onyx bolt tips\", 12, 5)\n\t.add(\"Chocolate cake\", 3, 3)\n\t.add(\"Fire talisman\", 1, 1)\n\n\t/* Gem drop table */\n\t.add(RareDropTable, 1, 3)\n\t.add(GemTable, 1, 5)\n\n\t/* Tertiary */\n\t.tertiary(18, \"Ensouled dragon head\")\n\t.tertiary(250, \"Clue scroll (elite)\")\n\t.tertiary(10_000, \"Draconic visage\");\n\nexport default new SimpleMonster({\n\tid: 6593,\n\tname: \"Lava dragon\",\n\ttable: LavaDragonTable,\n\taliases: [\"lava dragon\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst WildySlayerCaveTable = new LootTable()\n\t.add(\"Blighted entangle sack\", [1, 10], 11500)\n\t.add(\"Blighted anglerfish\", [1, 2], 8620)\n\t.add(\"Blighted manta ray\", [1, 2], 8620)\n\t.add(\"Blighted karambwan\", [1, 2], 5780)\n\t.add(\"Blighted teleport spell sack\", [1, 10], 5780)\n\t.add(\"Blighted ancient ice sack\", [1, 10], 5780)\n\t.add(\"Blighted vengeance sack\", [1, 10], 5780)\n\t.add(\"Blighted super restore(4)\", 1, 2880)\n\t.add(\"Revenant cave teleport\", 1, 2880)\n\t.add(\"Dareeyak teleport\", 1, 577)\n\t.add(\"Wilderness crabs teleport\", 1, 577)\n\t.add(\"Carrallanger teleport\", 1, 577)\n\t.add(\"Paddewwa teleport\", 1, 577)\n\t.add(\"Annakarl teleport\", 1, 577)\n\t.add(\"Lassar teleport\", 1, 577)\n\t.add(\"Kharyrll teleport\", 1, 577)\n\t.add(\"Senntisten teleport\", 1, 577)\n\t.add(\"Ghorrock teleport\", 1, 577)\n\t.add(\"Target teleport\", 1, 577)\n\t.add(\"Magic shortbow scroll\", 1, 231)\n\t.add(\"Ring of wealth scroll\", 1, 231)\n\t.add(\"Trouver parchment\", 2, 58)\n\t.add(\"Looting bag note\", 1, 58);\n\nconst LesserDemonTable = new LootTable()\n\t.every(\"Vile ashes\")\n\n\t/* Weapons and armor*/\n\t.add(\"Steel full helm\", 1, 4)\n\t.add(\"Steel axe\", 1, 4)\n\t.add(\"Steel scimitar\", 1, 3)\n\t.add(\"Mithril sq shield\", 1, 1)\n\t.add(\"Mithril chainbody\", 1, 1)\n\t.add(\"Rune med helm\", 1, 1)\n\n\t/* Runes */\n\t.add(\"Fire rune\", 60, 8)\n\t.add(\"Chaos rune\", 12, 5)\n\t.add(\"Death rune\", 3, 3)\n\t.add(\"Fire rune\", 30, 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 1)\n\n\t/* Coins */\n\t.add(\"Coins\", 120, 40)\n\t.add(\"Coins\", 40, 29)\n\t.add(\"Coins\", 200, 10)\n\t.add(\"Coins\", 10, 7)\n\t.add(\"Coins\", 450, 1)\n\n\t/* Other */\n\t.add(\"Jug of wine\", 1, 3)\n\t.add(\"Gold ore\", 1, 2)\n\n\t/* Gems */\n\t.add(GemTable, 1, 4)\n\n\t/* Tertiary */\n\t.tertiary(50, \"Ensouled demon head\")\n\t.tertiary(5000, \"Lesser demon champion scroll\");\n\nconst LesserDemonWildyCaveTable = new LootTable()\n\t.every(LesserDemonTable)\n\t.add(WildySlayerCaveTable, 1, 64)\n\t.add(new LootTable(), 1, 36);\n\nexport default new SimpleMonster({\n\tid: 2005,\n\tname: \"Lesser demon\",\n\ttable: LesserDemonTable,\n\twildyCaveTable: LesserDemonWildyCaveTable,\n\taliases: [\"lesser demon\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport FixedAllotmentSeedTable from \"../../../subtables/FixedAllotmentSeedTable\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst HerbFireRuneTable = new LootTable().every(HerbDropTable).every(\"Fire rune\", 42);\nconst SeedWaterskinTable = new LootTable().every(FixedAllotmentSeedTable).every(\"Waterskin(0)\", 2);\n\nexport const LizardTable = new LootTable()\n\t.every(\"Big bones\")\n\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(5013, \"Curved bone\")\n\n\t.oneIn(512, \"Mystic gloves (light)\")\n\n\t/* Runes */\n\t.add(\"Fire rune\", 5, 30)\n\t.add(\"Fire rune\", 42, 4)\n\t.add(\"Nature rune\", 5, 4)\n\n\t/* Herbs */\n\t.add(HerbFireRuneTable, 1, 10)\n\n\t/* Seeds */\n\t.add(SeedWaterskinTable, 1, 9)\n\n\t/* Ores and bars */\n\t.add(\"Iron ore\", 1, 22)\n\t.add(\"Coal\", 1, 13)\n\t.add(\"Tin ore\", 1, 4)\n\t.add(\"Copper ore\", 1, 3)\n\t.add(\"Silver ore\", 1, 3)\n\t.add(\"Silver bar\", 1, 2)\n\t.add(\"Mithril ore\")\n\n\t/* Other */\n\t.add(\"Kebab\", 1, 13)\n\t.add(\"Waterskin(0)\", 2, 4)\n\n\t/* Subtables */\n\t.add(GemTable, 1, 4)\n\t.add(GemTable, 2, 2);\n\nexport default new SimpleMonster({\n\tid: 458,\n\tname: \"Lizard\",\n\ttable: LizardTable,\n\taliases: [\"lizard\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport CommonSeedDropTable from \"../../../subtables/CommonSeedDropTable\";\n\nconst LizardmanTable = new LootTable({ limit: 78 })\n\t.every(\"Bones\")\n\n\t/* Seeds */\n\t.add(CommonSeedDropTable, 1, 15)\n\n\t/* Other */\n\t.add(\"Lizardman fang\", 1, 14)\n\t.add(\"Xerician fabric\", 1, 8)\n\t.oneIn(125, \"Xeric's talisman (inert)\");\n\nexport default new SimpleMonster({\n\tid: 6914,\n\tname: \"Lizardman\",\n\ttable: LizardmanTable,\n\taliases: [\"lizardman\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport UncommonSeedDropTable from \"../../../subtables/UncommonSeedDropTable\";\n\nconst LizardmanBruteTable = new LootTable()\n\t.every(\"Bones\")\n\n\t/* Seeds */\n\t.add(UncommonSeedDropTable, 1, 15)\n\n\t/* Other */\n\t.add(\"Lizardman fang\", 1, 14)\n\t.add(\"Xerician fabric\", 1, 8)\n\t.oneIn(125, \"Xeric's talisman (inert)\");\n\nexport default new SimpleMonster({\n\tid: 6918,\n\tname: \"Lizardman brute\",\n\ttable: LizardmanBruteTable,\n\taliases: [\"lizardman brute\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { NotedHerbTable } from \"../../../subtables/NotedHerbTable\";\nimport RareDropTable from \"../../../subtables/RareDropTable\";\nimport TreeHerbSeedTable from \"../../../subtables/TreeHerbSeedTable\";\n\nconst LizardmanShamanTable = new LootTable({ limit: 500 })\n\t.every(\"Big bones\")\n\t.oneIn(3000, \"Dragon warhammer\")\n\n\t/* Weapons and armor */\n\t.add(\"Rune med helm\", 1, 18)\n\t.add(\"Earth battlestaff\", 1, 17)\n\t.add(\"Mystic earth staff\", 1, 17)\n\t.add(\"Rune warhammer\", 1, 16)\n\t.add(\"Rune chainbody\", 1, 12)\n\t.add(\"Red d'hide vambraces\", 1, 10)\n\n\t/* Runes */\n\t.add(\"Air rune\", [60, 80], 25)\n\t.add(\"Chaos rune\", [40, 60], 25)\n\t.add(\"Death rune\", [20, 30], 25)\n\t.add(\"Fire rune\", [60, 80], 25)\n\n\t/* Materials */\n\t.add(\"Xerician fabric\", 2, 40)\n\t.add(\"Coal\", [20, 25], 20)\n\t.add(\"Iron ore\", [30, 35], 20)\n\t.add(\"Runite ore\", [3, 5], 8)\n\n\t/* Herbs */\n\t.add(NotedHerbTable, [2, 3], 45)\n\n\t/* Seeds */\n\t.add(TreeHerbSeedTable, 1, 10)\n\n\t/* Other */\n\t.add(\"Coins\", [100, 6000], 70)\n\t.add(\"Lizardman fang\", [10, 14], 38)\n\t.add(\"Chilli potato\", 2, 30)\n\t.add(\"Xeric's talisman (inert)\", 1, 4)\n\n\t/* RDT */\n\t.add(RareDropTable, 1, 20)\n\n\t/* Tertiary */\n\t.tertiary(200, \"Clue scroll (hard)\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(1200, \"Clue scroll (elite)\")\n\t.tertiary(5013, \"Curved bone\");\n\nexport default new SimpleMonster({\n\tid: 6766,\n\tname: \"Lizardman Shaman\",\n\ttable: LizardmanShamanTable,\n\taliases: [\"lizardman shaman\", \"shaman\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const LoarShadeTable = new LootTable().every(\"Loar remains\");\n\nexport default new SimpleMonster({\n\tid: 1277,\n\tname: \"Loar Shade\",\n\ttable: LoarShadeTable,\n\taliases: [\"loar shade\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { NotedHerbTable } from \"../../../subtables/NotedHerbTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\nimport RareSeedTable from \"../../../subtables/RareSeedTable\";\nimport UncommonSeedDropTable from \"../../../subtables/UncommonSeedDropTable\";\n\nexport const LobstrosityTable = new LootTable()\n\t.every(\"Raw lobster\")\n\n\t/* Runes */\n\t.add(\"Water rune\", 100, 8)\n\t.add(\"Chaos rune\", 20, 8)\n\t.add(\"Nature rune\", 10, 6)\n\t.add(\"Death rune\", 10, 5)\n\n\t/* Noted herbs */\n\t.add(NotedHerbTable, 2, 11)\n\n\t/* Un-noted herbs */\n\t.add(HerbDropTable, 2, 14)\n\n\t/* Seeds */\n\t.add(UncommonSeedDropTable, 2, 4)\n\t.add(RareSeedTable, 1, 5)\n\t.add(\"Seaweed spore\", 5, 6)\n\n\t/* Other */\n\t.add(\"Coins\", 1000, 9)\n\t.add(\"Pufferfish\", 1, 8)\n\t.add(\"Giant seaweed\", 6, 8)\n\t.add(\"Seaweed\", 6, 8)\n\t.add(\"Toad's legs\", 2, 6)\n\t.add(\"Caviar\", 2, 5)\n\t.add(\"Oyster pearls\", 1, 4)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 3)\n\n\t/* Tertiary */\n\t.tertiary(4, \"Numulite\", [5, 14])\n\t.tertiary(70, \"Unidentified small fossil\")\n\t.tertiary(128, \"Clue scroll (easy)\")\n\t.tertiary(140, \"Unidentified medium fossil\")\n\t.tertiary(175, \"Unidentified large fossil\")\n\t.tertiary(700, \"Unidentified rare fossil\");\n\nexport default new SimpleMonster({\n\tid: 7796,\n\tname: \"Lobstrosity\",\n\ttable: LobstrosityTable,\n\taliases: [\"lobstrosity\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport RareDropTable, { GemTable } from \"../../../subtables/RareDropTable\";\nimport RareSeedTable from \"../../../subtables/RareSeedTable\";\n\nconst LocustRiderTable = new LootTable({ limit: 128 })\n\t.every(\"Bones\")\n\n\t/* Weapons and armor */\n\t.add(\"Adamant kiteshield\", 1, 3)\n\t.add(\"Battlestaff\", 3, 2)\n\t.add(\"Rune dagger\", 1, 2)\n\t.add(\"Rune mace\", 1, 1)\n\t.add(\"Rune sq shield\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Adamant arrow\", 36, 4)\n\t.add(\"Blood rune\", 18, 4)\n\t.add(\"Fire rune\", 250, 2)\n\t.add(\"Cosmic rune\", 35, 2)\n\t.add(\"Lava rune\", 150, 2)\n\t.add(\"Rune arrow\", 18, 2)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 20)\n\n\t/* Seeds */\n\t.add(RareSeedTable, 1, 2)\n\n\t/* Materials */\n\t.add(\"Raw lobster\", 15, 7)\n\t.add(\"Coal\", 32, 6)\n\t.add(\"Raw bass\", 24, 4)\n\t.add(\"Uncut sapphire\", 4, 3)\n\t.add(\"Adamantite ore\", 14, 2)\n\t.add(\"Desert goat horn\", 6, 2)\n\t.add(\"Mithril bar\", 22, 2)\n\n\t/* Other */\n\t.add(\"Coins\", [2000, 3000], 32)\n\t.add(\"Bass\", 6, 4)\n\t.add(\"Waterskin(4)\", 1, 1)\n\t.add(\"Lobster\", 5, 1)\n\t.add(\"Marrentill tar\", 80, 1)\n\n\t/* RDT */\n\t.add(RareDropTable, 1, 1)\n\t.add(GemTable, 1, 15);\n\nexport default new SimpleMonster({\n\tid: 795,\n\tname: \"Locust Rider\",\n\ttable: LocustRiderTable,\n\taliases: [\"locust rider\", \"locust\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const MagicAxeTable = new LootTable().every(\"Iron battleaxe\").tertiary(256, \"Clue scroll (medium)\");\n\nexport default new SimpleMonster({\n\tid: 2844,\n\tname: \"Magic axe\",\n\ttable: MagicAxeTable,\n\taliases: [\"magic axe\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst MaleHamMemberTable = new LootTable()\n\t// Armour and weaponry\n\t.add(\"Bronze arrow\", [1, 13], 1 / 33.33)\n\t.add(\"Bronze axe\", 1, 1 / 33.33)\n\t.add(\"Bronze dagger\", 1, 1 / 33.33)\n\t.add(\"Bronze pickaxe\", 1, 1 / 33.33)\n\t.add(\"Iron axe\", 1, 1 / 33.33)\n\t.add(\"Iron dagger\", 1, 1 / 33.33)\n\t.add(\"Iron pickaxe\", 1, 1 / 33.33)\n\t.add(\"Leather body\", 1, 1 / 33.33)\n\t.add(\"Steel arrow\", [1, 13], 1 / 50)\n\t.add(\"Steel axe\", 1, 1 / 50)\n\t.add(\"Steel dagger\", 1, 1 / 50)\n\t.add(\"Steel pickaxe\", 1, 1 / 50)\n\t.add(\"Ham boots\", 1, 1 / 100)\n\t.add(\"Ham cloak\", 1, 1 / 100)\n\t.add(\"Ham gloves\", 1, 1 / 100)\n\t.add(\"Ham hood\", 1, 1 / 100)\n\t.add(\"Ham logo\", 1, 1 / 100)\n\t.add(\"Ham robe\", 1, 1 / 100)\n\t.add(\"Ham shirt\", 1, 1 / 100)\n\n\t// Other\n\t.add(\"Coins\", [1, 21], 1 / 6.667)\n\t.add(\"Buttons\", 1, 1 / 25)\n\t.add(\"Damaged armour\", 1, 1 / 25)\n\t.add(\"Rusty sword\", 1, 1 / 25)\n\t.add(\"Feather\", [1, 7], 1 / 33.33)\n\t.add(\"Logs\", 1, 1 / 33.33)\n\t.add(\"Thread\", [1, 10], 1 / 33.33)\n\t.add(\"Cowhide\", 1, 1 / 33.33)\n\t.add(\"Knife\", 1, 1 / 50)\n\t.add(\"Needle\", 1, 1 / 50)\n\t.add(\"Raw anchovies\", 1, 1 / 50)\n\t.add(\"Raw chicken\", 1, 1 / 50)\n\t.add(\"Tinderbox\", 1, 1 / 50)\n\t.add(\"Uncut opal\", 1, 1 / 50)\n\t.add(\"Clue scroll (easy)\", 1, 1 / 50)\n\t.add(\"Coal\", 1, 1 / 50)\n\t.add(\"Iron ore\", 1, 1 / 50)\n\t.add(\"Uncut jade\", 1, 1 / 50)\n\t.add(\"Grimy guam leaf\", 1, 1 / 91.67)\n\t.add(\"Grimy marrentill\", 1, 1 / 183.3)\n\t.add(\"Grimy tarromin\", 1, 1 / 275)\n\t.tertiary(257_211, \"Rocky\");\n\nexport default new SimpleMonster({\n\tid: 2540,\n\tname: \"Male H.A.M. Member\",\n\tpickpocketTable: MaleHamMemberTable,\n\taliases: [\"ham member male\", \"ham male\", \"male h.a.m. member\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport RareDropTable, { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst AllotmentSeedTable = new LootTable()\n\t.add(\"Potato seed\", 3, 15)\n\t.add(\"Onion seed\", 3, 10)\n\t.add(\"Cabbage seed\", 3, 8)\n\t.add(\"Tomato seed\", 3, 7)\n\t.add(\"Sweetcorn seed\", 3, 5)\n\t.add(\"Strawberry seed\", 3, 4)\n\t.add(\"Watermelon seed\", 3, 1);\n\nconst BushSeedTable = new LootTable()\n\t.add(\"Redberry seed\", 2, 6)\n\t.add(\"Cadavaberry seed\", 2, 4)\n\t.add(\"Dwellberry seed\", 2, 3)\n\t.add(\"Jangerberry seed\", 2, 3)\n\t.add(\"Whiteberry seed\", 2, 2)\n\t.add(\"Poison ivy seed\", 2, 2);\n\nconst HopsSeedTable = new LootTable()\n\t.add(\"Barley seed\", 4, 15)\n\t.add(\"Hammerstone seed\", 4, 10)\n\t.add(\"Asgarnian seed\", 4, 8)\n\t.add(\"Jute seed\", 4, 7)\n\t.add(\"Yanillian seed\", 4, 5)\n\t.add(\"Krandorian seed\", 4, 4)\n\t.add(\"Wildblood seed\", 4, 1);\n\nconst FruitTreeSeedTable = new LootTable()\n\t.add(\"Apple tree seed\", 1, 18)\n\t.add(\"Banana tree seed\", 1, 12)\n\t.add(\"Orange tree seed\", 1, 10)\n\t.add(\"Curry tree seed\", 1, 6)\n\t.add(\"Pineapple seed\", 1, 3)\n\t.add(\"Papaya tree seed\", 1, 1);\n\nexport const MammothTable = new LootTable()\n\t.every(\"Big bones\")\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 8)\n\n\t/* Seeds */\n\t.add(AllotmentSeedTable, 1, 20)\n\t.add(BushSeedTable, 1, 20)\n\t.add(HopsSeedTable, 1, 20)\n\t.add(FruitTreeSeedTable, 1, 10)\n\n\t/* Other */\n\t.add(\"Coins\", 30, 13)\n\t.add(\"Coins\", 180, 7)\n\t.add(\"Acorn\", 1, 5)\n\t.add(\"Limpwurt seed\", 2, 5)\n\t.add(\"Prayer potion(1)\", 1, 5)\n\t.add(\"Steel arrow\", 5, 5)\n\t.add(\"Lobster\", 2, 3)\n\t.add(\"Dark fishing bait\", 12, 2)\n\n\t/* Gem drop table */\n\t.add(RareDropTable, 1, 2)\n\t.add(GemTable, 1, 3)\n\n\t/* Tertiary */\n\t.oneIn(128, \"Clue scroll (medium)\")\n\t.oneIn(400, \"Long bone\")\n\t.oneIn(5013, \"Curved bone\");\n\nexport default new SimpleMonster({\n\tid: 6604,\n\tname: \"Mammoth\",\n\ttable: MammothTable,\n\taliases: [\"mammoth\"],\n});\n", "import LootTable from \"../../structures/LootTable\";\nimport HerbDropTable from \"./HerbDropTable\";\n\nexport default new LootTable({ limit: 128 })\n\t.every(\"Bones\")\n\n\t.add(\"Bronze med helm\", 1, 2)\n\t.add(\"Iron dagger\", 1)\n\n\t.add(\"Bronze bolts\", [2, 12], 22)\n\t.add(\"Bronze arrow\", 7, 3)\n\t.add(\"Earth rune\", 4, 2)\n\t.add(\"Fire rune\", 6, 2)\n\t.add(\"Mind rune\", 9, 2)\n\t.add(\"Chaos rune\", 2, 1)\n\n\t.add(HerbDropTable, 1, 23)\n\n\t.add(\"Coins\", 3, 38)\n\t.add(\"Coins\", 5, 9)\n\t.add(\"Coins\", 15, 4)\n\t.add(\"Coins\", 25, 1)\n\n\t.add(\"Fishing bait\", 1, 5)\n\t.add(\"Copper ore\", 1, 2)\n\t.add(\"Earth talisman\", 1, 2)\n\t.add(\"Cabbage\", 1, 1)\n\n\t.tertiary(90, \"Clue scroll (beginner)\", 1)\n\t.tertiary(128, \"Clue scroll (easy)\", 1);\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport ManWomanTable from \"../../../subtables/ManWomanTable\";\n\nexport default new SimpleMonster({\n\tid: 1118,\n\tname: \"Man\",\n\ttable: ManWomanTable,\n\tpickpocketTable: new LootTable().add(\"Coins\", 3).tertiary(257_211, \"Rocky\"),\n\taliases: [\"man\", \"men\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const ManiacalMonkeyTable = new LootTable()\n\t.every(\"Small ninja monkey bones\")\n\n\t/* Weapons and armour */\n\t.add(\"Steel scimitar\", 1, 2)\n\t.add(\"Maple shortbow\", 1, 1)\n\n\t/* Materials */\n\t.add(\"Oak plank\", 1, 3)\n\t.add(\"Grimy guam leaf\", 1, 2)\n\n\t/* Other */\n\t.add(\"Bass\", 2, 4)\n\t.add(\"Banana\", 1, 2)\n\t.add(\"Antipoison(2)\", 1, 2)\n\t.add(\"Prayer potion(1)\", 1, 2)\n\t.add(\"Adamant arrow(p++)\", 1, 1)\n\t.add(\"Rope\", 1, 1);\n\nexport default new SimpleMonster({\n\tid: 7118,\n\tname: \"Maniacal monkey\",\n\ttable: ManiacalMonkeyTable,\n\taliases: [\"maniacal monkey\", \"maniacal\", \"mm\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst MasterFarmerTable = new LootTable()\n\t.add(\"Potato seed\", [1, 4], 1 / 5.6)\n\t.add(\"Onion seed\", [1, 3], 1 / 7.47)\n\t.add(\"Cabbage seed\", [1, 3], 1 / 14.3)\n\t.add(\"Tomato seed\", [1, 2], 1 / 15.6)\n\t.add(\"Sweetcorn seed\", [1, 2], 1 / 44.8)\n\t.add(\"Strawberry seed\", 1, 1 / 82.5)\n\t.add(\"Watermelon seed\", 1, 1 / 187)\n\t.add(\"Snape grass seed\", 1, 1 / 260)\n\n\t// Hops\n\t.add(\"Barley seed\", [1, 12], 1 / 18)\n\t.add(\"Hammerstone seed\", [1, 10], 1 / 18)\n\t.add(\"Asgarnian seed\", [1, 10], 1 / 23.9)\n\t.add(\"Jute seed\", [1, 10], 1 / 24.1)\n\t.add(\"Yanillian seed\", [1, 10], 1 / 36.1)\n\t.add(\"Krandorian seed\", [1, 10], 1 / 76.2)\n\t.add(\"Wildblood seed\", [1, 3], 1 / 142)\n\n\t// Flowers\n\t.add(\"Marigold seed\", 1, 1 / 21.8)\n\t.add(\"Nasturtium seed\", 1, 1 / 32.9)\n\t.add(\"Rosemary seed\", 1, 1 / 50.9)\n\t.add(\"Woad seed\", 1, 1 / 68.9)\n\t.add(\"Limpwurt seed\", 1, 1 / 86.3)\n\n\t// Bushes\n\t.add(\"Redberry seed\", 1, 1 / 25.8)\n\t.add(\"Cadavaberry seed\", 1, 1 / 36.8)\n\t.add(\"Dwellberry seed\", 1, 1 / 51.5)\n\t.add(\"Jangerberry seed\", 1, 1 / 129)\n\t.add(\"Whiteberry seed\", 1, 1 / 355)\n\t.add(\"Poison ivy seed\", 1, 1 / 937)\n\n\t// Herbs\n\t.add(\"Guam seed\", 1, 1 / 65.1)\n\t.add(\"Marrentill seed\", 1, 1 / 95.6)\n\t.add(\"Tarromin seed\", 1, 1 / 140)\n\t.add(\"Harralander seed\", 1, 1 / 206)\n\t.add(\"Ranarr seed\", 1, 1 / 302)\n\t.add(\"Toadflax seed\", 1, 1 / 443)\n\t.add(\"Irit seed\", 1, 1 / 651)\n\t.add(\"Avantoe seed\", 1, 1 / 947)\n\t.add(\"Kwuarm seed\", 1, 1 / 1389)\n\t.add(\"Snapdragon seed\", 1, 1 / 2083)\n\t.add(\"Cadantine seed\", 1, 1 / 2976)\n\t.add(\"Lantadyme seed\", 1, 1 / 4167)\n\t.add(\"Dwarf weed seed\", 1, 1 / 6944)\n\t.add(\"Torstol seed\", 1, 1 / 10_417)\n\n\t// Special\n\t.add(\"Mushroom spore\", 1, 1 / 400)\n\t.add(\"Belladonna seed\", 1, 1 / 667)\n\t.add(\"Cactus seed\", 1, 1 / 1000)\n\t.add(\"Seaweed spore\", 1, 1 / 2200)\n\t.add(\"Potato cactus seed\", 1, 1 / 2200)\n\t.tertiary(257_211, \"Rocky\");\n\nexport default new SimpleMonster({\n\tid: 5730,\n\tname: \"Master Farmer\",\n\ttable: MasterFarmerTable,\n\tpickpocketTable: MasterFarmerTable,\n\taliases: [\"master farmer\", \"mfarmer\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport default new SimpleMonster({\n\tid: 3549,\n\tname: \"Menaphite Thug\",\n\tpickpocketTable: new LootTable().add(\"Coins\", 60).tertiary(257_211, \"Rocky\"),\n\taliases: [\"menaphite thug\", \"menaphite\", \"thug\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nexport const MinotaurTable = new LootTable({ limit: 101 })\n\t.every(\"Bones\")\n\n\t.oneIn(33, \"Right skull half\")\n\n\t.tertiary(50, \"Ensouled minotaur head\")\n\t.tertiary(60, \"Clue scroll (beginner)\")\n\t.tertiary(101, \"Clue scroll (easy)\")\n\n\t/* Weapons and armour */\n\t.add(\"Iron arrow\", [5, 14], 10)\n\t.add(\"Bronze spear\", 1, 10)\n\t.add(\"Bronze full helm\", 1, 10)\n\t.add(\"Bronze dagger\", 1, 4)\n\t.add(\"Bronze arrow\", 3, 3)\n\n\t/* Runes */\n\t.add(\"Mind rune\", 1, 1)\n\n\t/* Other */\n\t.add(\"Coins\", 7, 20)\n\t.add(\"Coins\", 2, 11)\n\t.add(\"Coins\", [5, 84], 7)\n\t.add(\"Tin ore\", 1, 6)\n\t.add(\"Copper ore\", 1, 6)\n\t.add(\"Cooked meat\", 1, 3)\n\t.add(\"Pure essence\", 15, 5)\n\n\t/* Subtables */\n\t.add(GemTable, 1, 1);\n\nexport default new SimpleMonster({\n\tid: 2481,\n\tname: \"Minotaur\",\n\ttable: MinotaurTable,\n\taliases: [\"minotaur\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport RareDropTable, { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst ancientPageTable = new LootTable()\n\t.add(11_341, 1, 1)\n\t.add(11_342, 1, 1)\n\t.add(11_343, 1, 1)\n\t.add(11_344, 1, 1)\n\t.add(11_345, 1, 1)\n\t.add(11_346, 1, 1)\n\t.add(11_347, 1, 1)\n\t.add(11_348, 1, 1)\n\t.add(11_349, 1, 1)\n\t.add(11_350, 1, 1)\n\t.add(11_351, 1, 1)\n\t.add(11_352, 1, 1)\n\t.add(11_353, 1, 1)\n\t.add(11_354, 1, 1)\n\t.add(11_355, 1, 1)\n\t.add(11_356, 1, 1)\n\t.add(11_357, 1, 1)\n\t.add(11_358, 1, 1)\n\t.add(11_359, 1, 1)\n\t.add(11_360, 1, 1)\n\t.add(11_361, 1, 1)\n\t.add(11_362, 1, 1)\n\t.add(11_363, 1, 1)\n\t.add(11_364, 1, 1)\n\t.add(11_365, 1, 1)\n\t.add(11_366, 1, 1);\n\nconst MithrilDragonTable = new LootTable()\n\t.every(\"Dragon bones\")\n\t.every(\"Mithril bar\", 3)\n\n\t/* Weapons and armour */\n\t.add(\"Rune battleaxe\", 1, 12)\n\t.add(\"Rune dart(p)\", 14, 7)\n\t.add(\"Rune knife\", 8, 3)\n\t.add(\"Rune mace\", 1, 3)\n\t.add(\"Rune spear\", 1, 2)\n\t.add(\"Rune full helm\", 1, 1)\n\t.oneIn(32_768, \"Dragon full helm\")\n\n\t/* Runes and ammunition */\n\t.add(\"Blood rune\", 27, 19)\n\t.add(\"Rune javelin\", 8, 14)\n\t.add(\"Runite bolts\", [10, 21], 6)\n\t.add(\"Soul rune\", 10, 5)\n\t.add(\"Rune arrow\", 8, 3)\n\n\t/* Consumables */\n\t.add(\"Shark\", 1, 6)\n\t.add(\"Prayer mix(2)\", 1, 2)\n\t.add(\"Shark\", 6, 2)\n\t.add(\"Superattack mix(2)\", 1, 2)\n\t.add(\"Super def. mix(2)\", 1, 2)\n\t.add(\"Super str. mix(2)\", 1, 2)\n\n\t/* Other */\n\t.add(\"Coins\", 600, 17)\n\t.add(\"Dragon javelin heads\", 15, 7)\n\t.add(\"Chewed bones\", 1, 3)\n\t.add(\"Runite bar\", 2, 3)\n\t.add(ancientPageTable, 2, 1)\n\n\t/* RDT */\n\t.add(RareDropTable, 1, 1)\n\t.add(GemTable, 1, 4)\n\n\t/* Tertiary */\n\t.tertiary(350, \"Clue scroll (elite)\")\n\t.tertiary(10_000, \"Draconic visage\");\n\nexport default new SimpleMonster({\n\tid: 2919,\n\tname: \"Mithril Dragon\",\n\ttable: MithrilDragonTable,\n\taliases: [\"mithril dragon\", \"mith dragon\", \"mith drags\", \"mithril dragons\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport UncommonSeedDropTable from \"../../../subtables/UncommonSeedDropTable\";\n\nexport const MogreTable = new LootTable()\n\t.every(\"Big bones\")\n\n\t/* Runes */\n\t.add(\"Water rune\", 5, 4)\n\t.add(\"Water rune\", 7, 4)\n\t.add(\"Water rune\", 14, 4)\n\n\t/* Seeds */\n\t.add(UncommonSeedDropTable, 1, 13)\n\n\t/* Fish */\n\t.add(\"Raw swordfish\", 1, 20)\n\t.add(\"Raw tuna\", 1, 9)\n\t.add(\"Raw pike\", 1, 7)\n\t.add(\"Raw salmon\", 1, 4)\n\t.add(\"Raw herring\", 1, 3)\n\t.add(\"Raw sardine\", 1, 3)\n\t.add(\"Raw shark\", 1, 3)\n\n\t/* Other */\n\t.add(\"Fishing bait\", 5, 30)\n\t.add(\"Fishing bait\", 15, 10)\n\t.add(\"Mudskipper hat\", 1, 5)\n\t.add(\"Oyster\", 1, 3)\n\t.add(\"Flippers\", 1, 2)\n\t.add(\"Seaweed\", 1, 2)\n\t.add(\"Staff of water\", 1, 1)\n\t.add(\"Fishbowl\", 1, 1)\n\n\t/* Tertiary */\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(5013, \"Curved bone\");\n\nexport default new SimpleMonster({\n\tid: 2592,\n\tname: \"Mogre\",\n\ttable: MogreTable,\n\taliases: [\"mogre\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport RareDropTable from \"../../../subtables/RareDropTable\";\n\nconst MolaniskTable = new LootTable()\n\t.every(\"Bones\")\n\n\t/* Runes */\n\t.add(\"Water rune\", [1, 14], 10)\n\t.add(\"Earth rune\", [1, 20], 10)\n\t.add(\"Cosmic rune\", [1, 7], 5)\n\t.add(\"Nature rune\", [1, 5], 3)\n\t.add(\"Mud rune\", [1, 15], 2)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 32)\n\n\t/* Other */\n\t.add(\"Swamp weed\", [1, 4], 37)\n\t.add(\"Swamp weed\", [5, 8], 10)\n\t.add(\"Coins\", [1, 75], 10)\n\t.add(\"Mole claw\", 1, 1)\n\n\t/* Rare drop table */\n\t.add(RareDropTable, 1, 7)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (easy)\");\n\nexport default new SimpleMonster({\n\tid: 1,\n\tname: \"Molanisk\",\n\ttable: MolaniskTable,\n\taliases: [\"molanisk\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const MonkeyTable = new LootTable().every(\"Monkey bones\").tertiary(35, \"Ensouled monkey head\");\n\nexport default new SimpleMonster({\n\tid: 2848,\n\tname: \"Monkey\",\n\ttable: MonkeyTable,\n\taliases: [\"monkey\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const MonkeyArcherTable = new LootTable().every(\"Monkey bones\").tertiary(35, \"Ensouled monkey head\");\n\nexport default new SimpleMonster({\n\tid: 5272,\n\tname: \"Monkey Archer\",\n\ttable: MonkeyArcherTable,\n\taliases: [\"monkey archer\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const MonkeyGuardTable = new LootTable().every(\"Monkey bones\").tertiary(35, \"Ensouled monkey head\");\n\nexport default new SimpleMonster({\n\tid: 5271,\n\tname: \"Monkey Guard\",\n\ttable: MonkeyGuardTable,\n\taliases: [\"monkey guard\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const MonkeyZombieTable = new LootTable().every(\"Monkey bones\");\n\nexport default new SimpleMonster({\n\tid: 5281,\n\tname: \"Monkey Zombie\",\n\ttable: MonkeyZombieTable,\n\taliases: [\"monkey zombie\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\nimport UncommonSeedDropTable from \"../../../subtables/UncommonSeedDropTable\";\n\nconst MossGiantTable = new LootTable()\n\t.every(\"Big bones\")\n\n\t/* Weapons and armour */\n\t.add(\"Black sq shield\", 1, 5)\n\t.add(\"Magic staff\", 1, 2)\n\t.add(\"Steel med helm\", 1, 2)\n\t.add(\"Mithril sword\", 1, 2)\n\t.add(\"Mithril spear\", 1, 2)\n\t.add(\"Steel kiteshield\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Law rune\", 3, 4)\n\t.add(\"Air rune\", 18, 3)\n\t.add(\"Earth rune\", 27, 3)\n\t.add(\"Chaos rune\", 7, 3)\n\t.add(\"Nature rune\", 6, 3)\n\t.add(\"Cosmic rune\", 3, 2)\n\t.add(\"Iron arrow\", 15, 2)\n\t.add(\"Steel arrow\", 30, 1)\n\t.add(\"Death rune\", 3, 1)\n\t.add(\"Blood rune\", 1, 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 5)\n\n\t/* Seeds */\n\t.add(UncommonSeedDropTable, 1, 35)\n\n\t/* Coins */\n\t.add(\"Coins\", 37, 19)\n\t.add(\"Coins\", 2, 8)\n\t.add(\"Coins\", 119, 10)\n\t.add(\"Coins\", 300, 2)\n\n\t/* Other */\n\t.add(\"Steel bar\", 1, 6)\n\t.add(\"Coal\", 1, 1)\n\t.add(\"Spinach roll\", 1, 1)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 4)\n\n\t/* Tertiary */\n\t.tertiary(24, \"Ensouled giant head\")\n\t.tertiary(45, \"Clue scroll (beginner)\")\n\t.tertiary(150, \"Mossy key\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(5000, \"Giant champion scroll\")\n\t.tertiary(5013, \"Curved bone\");\n\nexport default new SimpleMonster({\n\tid: 2090,\n\tname: \"Moss giant\",\n\ttable: MossGiantTable,\n\taliases: [\"moss giant\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport CommonSeedDropTable from \"../../../subtables/CommonSeedDropTable\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst MountainTrollTable = new LootTable({ limit: 128 })\n\t.every(\"Big bones\")\n\n\t/* Weapons and armour */\n\t.add(\"Steel med helm\", 1, 4)\n\t.add(\"Black warhammer\", 1, 3)\n\t.add(\"Steel warhammer\", 1, 3)\n\t.add(\"Adamant med helm\", 1, 1)\n\t.add(\"Adamant warhammer\", 1, 1)\n\t.add(\"Mithril sq shield\", 1, 1)\n\n\t/* Runes */\n\t.add(\"Earth rune\", 60, 8)\n\t.add(\"Nature rune\", 7, 5)\n\t.add(\"Law rune\", 2, 3)\n\t.add(\"Earth rune\", 45, 1)\n\t.add(\"Earth rune\", 25, 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 15)\n\n\t/* Seeds */\n\t.add(CommonSeedDropTable, 1, 19)\n\n\t/* Other */\n\t.add(\"Coins\", 35, 29)\n\t.add(\"Coins\", 100, 10)\n\t.add(\"Coins\", 8, 7)\n\t.add(\"Coins\", 50, 6)\n\t.add(\"Coins\", 250, 1)\n\n\t/* Other */\n\t.add(\"Coal\", 3, 3)\n\t.add(\"Raw mackerel\", 3, 2)\n\n\t/* RDT */\n\t.add(GemTable, 1, 5)\n\n\t/* Tertiary */\n\t.tertiary(45, \"Ensouled troll head\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(5013, \"Curved bone\");\n\nexport default new SimpleMonster({\n\tid: 936,\n\tname: \"Mountain Troll\",\n\ttable: MountainTrollTable,\n\taliases: [\"mountain troll\", \"troll\", \"trolls\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const MountedTerrorBirdGnomeTable = new LootTable().every(\"Bones\");\n\nexport default new SimpleMonster({\n\tid: 2067,\n\tname: \"Mounted terrorbird gnome\",\n\ttable: MountedTerrorBirdGnomeTable,\n\taliases: [\"mounted terrorbird\", \"mounted terrorbird gnome\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst MournerTable = new LootTable()\n\t.every(\"Bones\")\n\t.every(\"Mourner cloak\")\n\t.every(\"Mourner boots\")\n\t.every(\"Mourner gloves\")\n\t.every(\"Gas mask\")\n\t.every(\"Mourner trousers\");\n\nexport default new SimpleMonster({\n\tid: 8844,\n\tname: \"Mourner\",\n\ttable: MournerTable,\n\taliases: [\"mourner\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport RareDropTable, { GemTable } from \"../../../subtables/RareDropTable\";\n\nexport const MutatedBloodveldPreTable = new LootTable()\n\t/* Weapons and armour */\n\t.add(\"Mithril full helm\", 1, 8)\n\t.add(\"Mithril battleaxe\", 1, 6)\n\t.add(\"Black med helm\", 1, 5)\n\t.add(\"Mithril axe\", 1, 5)\n\t.add(\"Adamant knife\", 2, 3)\n\t.add(\"Adamant chainbody\", 1, 3)\n\t.add(\"Adamant scimitar\", 1, 3)\n\t.add(\"Mithril platebody\", 1, 2)\n\t.add(\"Rune med helm\", 1, 2)\n\t.add(\"Black boots\", 1, 1)\n\t.add(\"Adamant longsword\", 1, 1)\n\t.add(\"Rune dagger\", 1, 1)\n\t.add(\"Rune battleaxe\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Blood rune\", 30, 13)\n\t.add(\"Blood rune\", 7, 10)\n\t.add(\"Fire rune\", 75, 9)\n\t.add(\"Air rune\", 105, 7)\n\t.add(\"Soul rune\", 4, 7)\n\n\t/* Other */\n\t.add(\"Coins\", 350, 10)\n\t.add(\"Gold ore\", 1, 7)\n\t.add(\"Meat pizza\", 1, 5)\n\t.add(\"Mithril bar\", 1, 5)\n\t.add(\"Bow string\", 1, 4)\n\t.add(\"Coins\", 11, 3)\n\t.add(\"Ruby amulet\", 1, 2)\n\n\t/* Rare and Gem drop table */\n\t.add(RareDropTable, 1, 3)\n\t.add(GemTable, 1, 2);\n\nconst MutatedBloodveldTable = new LootTable()\n\t.every(\"Vile ashes\")\n\t.every(MutatedBloodveldPreTable)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (hard)\")\n\t.tertiary(20, \"Ensouled bloodveld head\");\n\nexport default new SimpleMonster({\n\tid: 7276,\n\tname: \"Mutated Bloodveld\",\n\ttable: MutatedBloodveldTable,\n\taliases: [\"mutated bloodveld\", \"thicc bois\", \"thicc boi\", \"mutated velds\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport RareDropTable, { GemTable } from \"../../../subtables/RareDropTable\";\nimport RareSeedTable from \"../../../subtables/RareSeedTable\";\n\nexport const NechryaelPreTable = new LootTable()\n\t/* Weapons and armor */\n\t.add(\"Adamant platelegs\", 1, 8)\n\t.add(\"Rune 2h sword\", 1, 8)\n\t.add(\"Rune full helm\", 1, 6)\n\t.add(\"Adamant kiteshield\", 1, 4)\n\t.add(\"Rune boots\", 1, 1)\n\n\t/* Runes*/\n\t.add(\"Chaos rune\", 37, 16)\n\t.add(\"Death rune\", 5, 12)\n\t.add(\"Death rune\", 10, 12)\n\t.add(\"Law rune\", [25, 35], 10)\n\t.add(\"Blood rune\", [15, 20], 8)\n\n\t/* Seeds */\n\t.add(\"Limpwurt seed\", 1, 12)\n\t.add(RareSeedTable, 2, 36)\n\n\t/* Coins */\n\t.add(\"Coins\", [1000, 1499], 26)\n\t.add(\"Coins\", [1500, 2000], 21)\n\t.add(\"Coins\", [2500, 2999], 12)\n\t.add(\"Coins\", [3000, 3500], 6)\n\t.add(\"Coins\", [500, 999], 5)\n\t.add(\"Coins\", 5000, 2)\n\n\t/* Other */\n\t.add(\"Soft clay\", 25, 8)\n\t.add(\"Tuna\", 1, 6)\n\n\t/* RDT */\n\t.add(RareDropTable, 1, 2)\n\t.add(GemTable, 1, 10);\n\nconst NechryaelTable = new LootTable()\n\t.every(\"Malicious ashes\")\n\t.every(NechryaelPreTable)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (hard)\");\n\nexport default new SimpleMonster({\n\tid: 8,\n\tname: \"Nechryael\",\n\ttable: NechryaelTable,\n\taliases: [\"nechryael\", \"nech\", \"nechs\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport UncommonSeedDropTable from \"../../../subtables/UncommonSeedDropTable\";\n\nconst OgreTable = new LootTable({ limit: 128 })\n\t.every(\"Big bones\")\n\n\t/* Seeds */\n\t.add(UncommonSeedDropTable, 1, 19)\n\n\t/* Tertiary, Averaged mossy key */\n\t.tertiary(30, \"Ensouled ogre head\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(5013, \"Curved bone\");\n\nexport default new SimpleMonster({\n\tid: 136,\n\tname: \"Ogre\",\n\ttable: OgreTable,\n\taliases: [\"ogre\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\nimport UncommonSeedDropTable from \"../../../subtables/UncommonSeedDropTable\";\n\nconst OgressShamanTable = new LootTable()\n\t.every(\"Big bones\")\n\n\t/* Armour */\n\t.add(\"Mithril kiteshield\", 1, 7)\n\n\t/* Runes and ammunition */\n\t.add(\"Mithril arrow\", [5, 15], 7)\n\t.add(\"Chaos rune\", [15, 30], 7)\n\t.add(\"Law rune\", [8, 15], 7)\n\t.add(\"Nature rune\", [8, 15], 7)\n\t.add(\"Death rune\", [8, 15], 6)\n\t.add(\"Air rune\", [10, 20], 5)\n\t.add(\"Cosmic rune\", [10, 15], 5)\n\t.add(\"Earth rune\", [10, 20], 5)\n\t.add(\"Fire rune\", [10, 20], 5)\n\t.add(\"Mind rune\", [10, 20], 5)\n\t.add(\"Water rune\", [10, 20], 5)\n\t.add(\"Steel arrow\", [10, 30], 5)\n\t.add(\"Iron arrow\", [20, 40], 5)\n\n\t/* Seeds */\n\t.add(UncommonSeedDropTable, 1, 5)\n\n\t/* Materials */\n\t.add(\"Limpwurt root\", 1, 5)\n\t.add(\"Uncut diamond\", 1, 4)\n\t.add(\"Uncut emerald\", 1, 4)\n\t.add(\"Uncut ruby\", 1, 4)\n\t.add(\"Uncut sapphire\", 1, 4)\n\n\t/* Coins */\n\t.add(\"Coins\", [500, 1000], 9)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 4)\n\n\t/* Tertiary */\n\t.tertiary(20, \"Salmon\", [1, 3])\n\t.tertiary(30, \"Ensouled ogre head\")\n\t.tertiary(40, \"Rune med helm\")\n\t.tertiary(100, \"Rune full helm\")\n\t.tertiary(100, \"Rune battleaxe\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(1200, \"Shaman mask\")\n\t.tertiary(5013, \"Curved bone\");\n\nexport default new SimpleMonster({\n\tid: 7991,\n\tname: \"Ogress Shaman\",\n\ttable: OgressShamanTable,\n\taliases: [\"ogress shaman\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\nimport UncommonSeedDropTable from \"../../../subtables/UncommonSeedDropTable\";\n\nconst OgressWarriorTable = new LootTable()\n\t.every(\"Big bones\")\n\n\t/* Armour */\n\t.add(\"Mithril kiteshield\", 1, 7)\n\n\t/* Runes and ammunition */\n\t.add(\"Mithril arrow\", [5, 15], 7)\n\t.add(\"Chaos rune\", [15, 30], 7)\n\t.add(\"Law rune\", [8, 15], 7)\n\t.add(\"Nature rune\", [8, 15], 7)\n\t.add(\"Death rune\", [8, 15], 6)\n\t.add(\"Air rune\", [10, 20], 5)\n\t.add(\"Cosmic rune\", [10, 15], 5)\n\t.add(\"Earth rune\", [10, 20], 5)\n\t.add(\"Fire rune\", [10, 20], 5)\n\t.add(\"Mind rune\", [10, 20], 5)\n\t.add(\"Water rune\", [10, 20], 5)\n\t.add(\"Steel arrow\", [10, 30], 5)\n\t.add(\"Iron arrow\", [20, 40], 5)\n\n\t/* Seeds */\n\t.add(UncommonSeedDropTable, 1, 5)\n\n\t/* Materials */\n\t.add(\"Limpwurt root\", 1, 5)\n\t.add(\"Uncut diamond\", 1, 4)\n\t.add(\"Uncut emerald\", 1, 4)\n\t.add(\"Uncut ruby\", 1, 4)\n\t.add(\"Uncut sapphire\", 1, 4)\n\n\t/* Coins */\n\t.add(\"Coins\", [500, 1000], 9)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 4)\n\n\t/* Tertiary */\n\t.tertiary(20, \"Salmon\", [1, 3])\n\t.tertiary(30, \"Ensouled ogre head\")\n\t.tertiary(40, \"Rune med helm\")\n\t.tertiary(100, \"Rune full helm\")\n\t.tertiary(100, \"Rune battleaxe\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(1200, \"Shaman mask\")\n\t.tertiary(5013, \"Curved bone\");\n\nexport default new SimpleMonster({\n\tid: 7990,\n\tname: \"Ogress Warrior\",\n\ttable: OgressWarriorTable,\n\taliases: [\"ogress warrior\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst OtherworldlybeingTable = new LootTable({ limit: 128 })\n\t/* Runes */\n\t.add(\"Nature rune\", 5, 9)\n\t.add(\"Chaos rune\", 4, 8)\n\t.add(\"Law rune\", 2, 7)\n\t.add(\"Cosmic rune\", 2, 5)\n\t.add(\"Death rune\", 2, 4)\n\t.add(\"Blood rune\", 2, 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 10)\n\n\t/* Other */\n\t.add(\"Coins\", 15, 59)\n\t.add(\"Ruby ring\", 1, 2)\n\t.add(\"Mithril mace\", 1, 1)\n\t.add(\"Mackerel\", 1, 1)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 3);\n\nexport default new SimpleMonster({\n\tid: 2843,\n\tname: \"Otherworldly being\",\n\ttable: OtherworldlybeingTable,\n\taliases: [\"otherworldly being\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst PaladinTable = new LootTable().every(\"Coins\", 80).every(\"Chaos rune\", 2).tertiary(127_056, \"Rocky\");\n\nexport default new SimpleMonster({\n\tid: 1144,\n\tname: \"Paladin\",\n\tpickpocketTable: PaladinTable,\n\taliases: [\"paladin\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const PenguinTable = new LootTable().every(\"Bones\");\n\nexport default new SimpleMonster({\n\tid: 2063,\n\tname: \"Penguin\",\n\ttable: PenguinTable,\n\taliases: [\"penguin\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const PhrinShadeTable = new LootTable().every(\"Phrin remains\");\n\nexport default new SimpleMonster({\n\tid: 1280,\n\tname: \"Phrin Shade\",\n\ttable: PhrinShadeTable,\n\taliases: [\"phrin shade\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nexport const PirateTable = new LootTable({ limit: 128 })\n\t.every(\"Bones\")\n\n\t/* Weapons and armour */\n\t.add(\"Iron bolts\", [2, 12], 10)\n\t.add(\"Iron dagger\", 1, 6)\n\t.add(\"Bronze scimitar\", 1, 4)\n\t.add(\"Iron platebody\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Chaos rune\", 2, 6)\n\t.add(\"Nature rune\", 2, 5)\n\t.add(\"Bronze arrow\", 9, 3)\n\t.add(\"Bronze arrow\", 12, 2)\n\t.add(\"Air rune\", 10, 2)\n\t.add(\"Earth rune\", 9, 2)\n\t.add(\"Fire rune\", 5, 2)\n\t.add(\"Law rune\", 2, 1)\n\n\t/* Coins */\n\t.add(\"Coins\", 4, 29)\n\t.add(\"Coins\", 25, 13)\n\t.add(\"Coins\", 7, 8)\n\t.add(\"Coins\", 12, 6)\n\t.add(\"Coins\", 35, 4)\n\t.add(\"Coins\", 55, 1)\n\n\t/* Other */\n\t.add(\"Right eye patch\", 1, 12)\n\t.add(\"Chef's hat\", 1, 1)\n\t.add(\"Iron bar\", 1, 1)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 1);\n\nexport default new SimpleMonster({\n\tid: 521,\n\tname: \"Pirate\",\n\ttable: PirateTable,\n\taliases: [\"pirate\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const PitScorpionTable = new LootTable()\n\t.tertiary(25, \"Ensouled scorpion head\")\n\t.tertiary(100, \"Clue scroll (beginner)\");\n\nexport default new SimpleMonster({\n\tid: 3026,\n\tname: \"Pit Scorpion\",\n\ttable: PitScorpionTable,\n\taliases: [\"pit scorpion\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const PoisonScorpionTable = new LootTable()\n\t.tertiary(25, \"Ensouled scorpion head\")\n\t.tertiary(100, \"Clue scroll (beginner)\");\n\nexport default new SimpleMonster({\n\tid: 3025,\n\tname: \"Poison Scorpion\",\n\ttable: PoisonScorpionTable,\n\taliases: [\"poison scorpion\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport default new SimpleMonster({\n\tid: 736,\n\tname: \"Pollnivnian bandit\",\n\tpickpocketTable: new LootTable().add(\"Coins\", 50),\n\taliases: [\"pollnivnian bandit\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const PorazdirTable = new LootTable().every(\"Demon's heart\");\n\nexport default new SimpleMonster({\n\tid: 7860,\n\tname: \"Porazdir\",\n\ttable: PorazdirTable,\n\taliases: [\"porazdir\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport Elf from \"../a-f/Elf\";\n\nconst PrifddinasElfTable = new LootTable()\n\t.oneIn(35, \"Crystal shard\")\n\t.oneIn(1024, \"Enhanced crystal teleport seed\")\n\t.add(Elf.pickpocketTable!, 1)\n\t.tertiary(99_175, \"Rocky\");\n\nexport default new SimpleMonster({\n\tid: 9076,\n\tname: \"Prifddinas Elf\",\n\tpickpocketTable: PrifddinasElfTable,\n\taliases: [\"prif elf\", \"elf prif\", \"prifddinas elf\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const PriffRabbit = new LootTable().every(\"Crystal grail\");\n\nexport default new SimpleMonster({\n\tid: 9118,\n\tname: \"Rabbit\",\n\ttable: PriffRabbit,\n\taliases: [\"rabbit\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nexport const PyrefiendPreTable = new LootTable()\n\t/* Weapons and armour */\n\t.add(\"Steel axe\", 1, 4)\n\t.add(\"Steel full helm\", 1, 4)\n\t.add(\"Staff of fire\", 1, 3)\n\t.add(\"Mithril chainbody\", 1, 2)\n\t.add(\"Steel boots\", 1, 1)\n\t.add(\"Adamant med helm\", 1, 1)\n\n\t/* Runes */\n\t.add(\"Fire rune\", 30, 21)\n\t.add(\"Fire rune\", 60, 8)\n\t.add(\"Chaos rune\", 12, 5)\n\t.add(\"Death rune\", 3, 3)\n\n\t/* Coins */\n\t.add(\"Coins\", 40, 24)\n\t.add(\"Coins\", 120, 20)\n\t.add(\"Coins\", 200, 10)\n\t.add(\"Coins\", 10, 7)\n\t.add(\"Coins\", 450, 2)\n\n\t/* Other */\n\t.add(\"Gold ore\", 1, 8)\n\t.add(\"Jug of wine\", 1, 2)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 3);\n\nconst PyrefiendTable = new LootTable()\n\t.every(\"Fiendish ashes\")\n\t.every(PyrefiendPreTable)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (medium)\");\n\nexport default new SimpleMonster({\n\tid: 433,\n\tname: \"Pyrefiend\",\n\ttable: PyrefiendTable,\n\taliases: [\"pyrefiend\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nexport const PyrelordPreTable = new LootTable()\n\t/* Weapons and armour */\n\t.add(\"Steel axe\", 1, 4)\n\t.add(\"Steel full helm\", 1, 4)\n\t.add(\"Staff of fire\", 1, 3)\n\t.add(\"Mithril chainbody\", 1, 2)\n\t.add(\"Steel boots\", 1, 1)\n\t.add(\"Adamant med helm\", 1, 1)\n\n\t/* Runes */\n\t.add(\"Fire rune\", 30, 21)\n\t.add(\"Fire rune\", 60, 8)\n\t.add(\"Chaos rune\", 12, 5)\n\t.add(\"Death rune\", 3, 3)\n\n\t/* Coins */\n\t.add(\"Coins\", 40, 24)\n\t.add(\"Coins\", 120, 20)\n\t.add(\"Coins\", 200, 10)\n\t.add(\"Coins\", 10, 7)\n\t.add(\"Coins\", 450, 2)\n\n\t/* Other */\n\t.add(\"Gold ore\", 1, 8)\n\t.add(\"Jug of wine\", 1, 2)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 3);\n\nconst PyrelordTable = new LootTable()\n\t.every(\"Fiendish ashes\")\n\t.every(PyrelordPreTable)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (medium)\");\n\nexport default new SimpleMonster({\n\tid: 6762,\n\tname: \"Pyrelord\",\n\ttable: PyrelordTable,\n\taliases: [\"pyrelord\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const RatTable = new LootTable().every(\"Bones\");\n\nexport default new SimpleMonster({\n\tid: 2854,\n\tname: \"Rat\",\n\ttable: RatTable,\n\taliases: [\"rat\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst RedDragonTable = new LootTable()\n\t.every(\"Dragon bones\")\n\t.every(\"Red dragonhide\")\n\n\t/* Weapons and armour */\n\t.add(\"Mithril 2h sword\", 1, 4)\n\t.add(\"Mithril axe\", 1, 3)\n\t.add(\"Mithril battleaxe\", 1, 3)\n\t.add(\"Rune dart\", 8, 3)\n\t.add(\"Mithril javelin\", 20, 1)\n\t.add(\"Mithril kiteshield\", 1, 1)\n\t.add(\"Adamant platebody\", 1, 1)\n\t.add(\"Rune longsword\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Rune arrow\", 4, 8)\n\t.add(\"Law rune\", 4, 5)\n\t.add(\"Blood rune\", 2, 4)\n\t.add(\"Death rune\", 5, 3)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 2)\n\n\t/* Coins */\n\t.add(\"Coins\", 196, 40)\n\t.add(\"Coins\", 66, 29)\n\t.add(\"Coins\", 330, 10)\n\t.add(\"Coins\", 690, 1)\n\n\t/* Other */\n\t.add(\"Dragon javelin heads\", 10, 10)\n\t.add(\"Chocolate cake\", 3, 3)\n\t.add(\"Adamantite bar\", 1, 1)\n\n\t/* RDT */\n\t.add(GemTable, 1, 5)\n\n\t/* Tertiary */\n\t.tertiary(40, \"Ensouled dragon head\")\n\t.tertiary(128, \"Clue scroll (hard)\");\n\nexport default new SimpleMonster({\n\tid: 247,\n\tname: \"Red Dragon\",\n\ttable: RedDragonTable,\n\taliases: [\"red dragon\", \"red drags\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { makeRevTable } from \"../../../../util\";\n\nexport const RevenantCyclopsTable = new LootTable()\n\t.every(\"Revenant ether\", [1, 10])\n\n\t/* Weapons and armour */\n\t.add(\"Bracelet of ethereum (uncharged)\", 1, 15)\n\t.add(\"Battlestaff\", 3, 5)\n\t.add(\"Rune full helm\", 1, 2)\n\t.add(\"Rune platebody\", 1, 2)\n\t.add(\"Rune platelegs\", 1, 2)\n\t.add(\"Rune kiteshield\", 1, 2)\n\t.add(\"Rune warhammer\", 1, 2)\n\t.add(\"Dragon platelegs\", 1, 1)\n\t.add(\"Dragon plateskirt\", 1, 1)\n\t.add(\"Dragon dagger\", 1, 1)\n\t.add(\"Dragon longsword\", 1, 1)\n\t.oneIn(751, \"Dragon med helm\")\n\n\t/* Resources */\n\t.add(\"Coal\", [50, 100], 6)\n\t.add(\"Adamantite bar\", [8, 12], 6)\n\t.add(\"Runite ore\", [3, 6], 6)\n\t.add(\"Runite bar\", [3, 5], 6)\n\t.add(\"Black dragonhide\", [10, 15], 6)\n\t.add(\"Mahogany plank\", [15, 25], 5)\n\t.add(\"Manta ray\", [30, 50], 3)\n\t.add(\"Yew logs\", [60, 100], 3)\n\t.add(\"Magic logs\", [15, 25], 2)\n\t.add(\"Uncut dragonstone\", [5, 7], 1)\n\n\t/* Other */\n\t.add(\"Coins\", [1, 226], 120)\n\t.add(\"Revenant cave teleport\", 1, 7)\n\t.add(\"Super restore(4)\", [3, 5], 4)\n\t.add(\"Dragonstone bolt tips\", [40, 70], 4)\n\t.add(\"Onyx bolt tips\", [5, 10], 4)\n\t.add(\"Law rune\", [80, 120], 3)\n\t.add(\"Death rune\", [60, 100], 3)\n\t.add(\"Blood rune\", [60, 100], 3);\n\nexport default new SimpleMonster({\n\tid: 7934,\n\tname: \"Revenant cyclops\",\n\ttable: RevenantCyclopsTable,\n\taliases: [\"revenant cyclops\"],\n\tcustomKillLogic: makeRevTable({\n\t\tseeds: [1342, 1342],\n\t\tuniqueTable: [3579, 716],\n\t\tancientEmblem: [5368, 5368],\n\t\tancientTotem: [1342, 1342],\n\t\tancientCrystal: [1789, 1789],\n\t\tancientStatuette: [2684, 2684],\n\t\ttopThree: [5368, 5368],\n\t}),\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { makeRevTable } from \"../../../../util\";\n\nexport const RevenantDarkBeastTable = new LootTable()\n\t.every(\"Revenant ether\", [1, 11])\n\n\t/* Weapons and armour */\n\t.add(\"Bracelet of ethereum (uncharged)\", 1, 15)\n\t.add(\"Battlestaff\", 3, 5)\n\t.add(\"Rune full helm\", 1, 2)\n\t.add(\"Rune platebody\", 1, 2)\n\t.add(\"Rune platelegs\", 1, 2)\n\t.add(\"Rune kiteshield\", 1, 2)\n\t.add(\"Rune warhammer\", 1, 2)\n\t.add(\"Dragon platelegs\", 1, 1)\n\t.add(\"Dragon plateskirt\", 1, 1)\n\t.add(\"Dragon dagger\", 1, 1)\n\t.add(\"Dragon longsword\", 1, 1)\n\t.oneIn(677, \"Dragon med helm\")\n\n\t/* Resources */\n\t.add(\"Coal\", [50, 100], 6)\n\t.add(\"Adamantite bar\", [8, 12], 6)\n\t.add(\"Runite ore\", [3, 6], 6)\n\t.add(\"Runite bar\", [3, 5], 6)\n\t.add(\"Black dragonhide\", [10, 15], 6)\n\t.add(\"Mahogany plank\", [15, 25], 5)\n\t.add(\"Manta ray\", [30, 50], 3)\n\t.add(\"Yew logs\", [60, 100], 3)\n\t.add(\"Magic logs\", [15, 25], 2)\n\t.add(\"Uncut dragonstone\", [5, 7], 1)\n\n\t/* Other */\n\t.add(\"Coins\", [1, 251], 26)\n\t.add(\"Revenant cave teleport\", 1, 7)\n\t.add(\"Super restore(4)\", [3, 5], 4)\n\t.add(\"Dragonstone bolt tips\", [40, 70], 4)\n\t.add(\"Onyx bolt tips\", [5, 10], 4)\n\t.add(\"Law rune\", [80, 120], 3)\n\t.add(\"Death rune\", [60, 100], 3)\n\t.add(\"Blood rune\", [60, 100], 3);\n\nexport default new SimpleMonster({\n\tid: 7938,\n\tname: \"Revenant dark beast\",\n\ttable: RevenantDarkBeastTable,\n\taliases: [\"revenant dark beast\"],\n\tcustomKillLogic: makeRevTable({\n\t\tseeds: [1210, 1210],\n\t\tuniqueTable: [3227, 645],\n\t\tancientEmblem: [4840, 4840],\n\t\tancientTotem: [1210, 1210],\n\t\tancientCrystal: [1613, 1613],\n\t\tancientStatuette: [2420, 2420],\n\t\ttopThree: [4840, 4840],\n\t}),\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { makeRevTable } from \"../../../../util\";\n\nexport const RevenantDemonTable = new LootTable()\n\t.every(\"Revenant ether\", [1, 10])\n\n\t/* Weapons and armour */\n\t.add(\"Bracelet of ethereum (uncharged)\", 1, 15)\n\t.add(\"Battlestaff\", 3, 5)\n\t.add(\"Rune full helm\", 1, 2)\n\t.add(\"Rune platebody\", 1, 2)\n\t.add(\"Rune platelegs\", 1, 2)\n\t.add(\"Rune kiteshield\", 1, 2)\n\t.add(\"Rune warhammer\", 1, 2)\n\t.add(\"Dragon platelegs\", 1, 1)\n\t.add(\"Dragon plateskirt\", 1, 1)\n\t.add(\"Dragon dagger\", 1, 1)\n\t.add(\"Dragon longsword\", 1, 1)\n\t.oneIn(751, \"Dragon med helm\")\n\n\t/* Resources */\n\t.add(\"Coal\", [50, 100], 6)\n\t.add(\"Adamantite bar\", [8, 12], 6)\n\t.add(\"Runite ore\", [3, 6], 6)\n\t.add(\"Runite bar\", [3, 5], 6)\n\t.add(\"Black dragonhide\", [10, 15], 6)\n\t.add(\"Mahogany plank\", [15, 25], 5)\n\t.add(\"Manta ray\", [30, 50], 3)\n\t.add(\"Yew logs\", [60, 100], 3)\n\t.add(\"Magic logs\", [15, 25], 2)\n\t.add(\"Uncut dragonstone\", [5, 7], 1)\n\n\t/* Other */\n\t.add(\"Coins\", [1, 226], 81)\n\t.add(\"Revenant cave teleport\", 1, 7)\n\t.add(\"Super restore(4)\", [3, 5], 4)\n\t.add(\"Dragonstone bolt tips\", [40, 70], 4)\n\t.add(\"Onyx bolt tips\", [5, 10], 4)\n\t.add(\"Law rune\", [80, 120], 3)\n\t.add(\"Death rune\", [60, 100], 3)\n\t.add(\"Blood rune\", [60, 100], 3);\n\nexport default new SimpleMonster({\n\tid: 7936,\n\tname: \"Revenant demon\",\n\ttable: RevenantDemonTable,\n\taliases: [\"revenant demon\"],\n\tcustomKillLogic: makeRevTable({\n\t\tseeds: [1342, 1342],\n\t\tuniqueTable: [3579, 716],\n\t\tancientEmblem: [5368, 5368],\n\t\tancientTotem: [1342, 1342],\n\t\tancientCrystal: [1789, 1789],\n\t\tancientStatuette: [2684, 2684],\n\t\ttopThree: [5368, 5368],\n\t}),\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { makeRevTable } from \"../../../../util\";\n\nexport const RevenantDragonTable = new LootTable()\n\t.every(\"Revenant ether\", [1, 12])\n\n\t/* Weapons and armour */\n\t.add(\"Bracelet of ethereum (uncharged)\", 1, 15)\n\t.add(\"Battlestaff\", 3, 5)\n\t.add(\"Rune full helm\", 1, 2)\n\t.add(\"Rune platebody\", 1, 2)\n\t.add(\"Rune platelegs\", 1, 2)\n\t.add(\"Rune kiteshield\", 1, 2)\n\t.add(\"Rune warhammer\", 1, 2)\n\t.add(\"Dragon platelegs\", 1, 1)\n\t.add(\"Dragon plateskirt\", 1, 1)\n\t.add(\"Dragon dagger\", 1, 1)\n\t.add(\"Dragon longsword\", 1, 1)\n\t.oneIn(615, \"Dragon med helm\")\n\n\t/* Resources */\n\t.add(\"Coal\", [50, 100], 6)\n\t.add(\"Adamantite bar\", [8, 12], 6)\n\t.add(\"Runite ore\", [3, 6], 6)\n\t.add(\"Runite bar\", [3, 5], 6)\n\t.add(\"Black dragonhide\", [10, 15], 6)\n\t.add(\"Mahogany plank\", [15, 25], 5)\n\t.add(\"Manta ray\", [30, 50], 3)\n\t.add(\"Yew logs\", [60, 100], 3)\n\t.add(\"Magic logs\", [15, 25], 2)\n\t.add(\"Uncut dragonstone\", [5, 7], 1)\n\n\t/* Other */\n\t.add(\"Revenant cave teleport\", 1, 7)\n\t.add(\"Super restore(4)\", [3, 5], 4)\n\t.add(\"Dragonstone bolt tips\", [40, 70], 4)\n\t.add(\"Onyx bolt tips\", [5, 10], 4)\n\t.add(\"Law rune\", [80, 120], 3)\n\t.add(\"Death rune\", [60, 100], 3)\n\t.add(\"Blood rune\", [60, 100], 3);\n\nexport default new SimpleMonster({\n\tid: 7940,\n\tname: \"Revenant dragon\",\n\ttable: RevenantDragonTable,\n\taliases: [\"revenant dragon\"],\n\tcustomKillLogic: makeRevTable({\n\t\tseeds: [1100, 1100],\n\t\tuniqueTable: [2933, 587],\n\t\tancientEmblem: [4400, 4400],\n\t\tancientTotem: [1100, 1100],\n\t\tancientCrystal: [1467, 1467],\n\t\tancientStatuette: [2000, 2000],\n\t\ttopThree: [4400, 4400],\n\t}),\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { makeRevTable } from \"../../../../util\";\n\nexport const RevenantGoblinTable = new LootTable()\n\t.every(\"Revenant ether\", [1, 4])\n\n\t/* Weapons and armour */\n\t.add(\"Bracelet of ethereum (uncharged)\", 1, 15)\n\t.add(\"Battlestaff\", 3, 5)\n\t.add(\"Rune full helm\", 1, 2)\n\t.add(\"Rune platebody\", 1, 2)\n\t.add(\"Rune platelegs\", 1, 2)\n\t.add(\"Rune kiteshield\", 1, 2)\n\t.add(\"Rune warhammer\", 1, 2)\n\t.add(\"Dragon platelegs\", 1, 1)\n\t.add(\"Dragon plateskirt\", 1, 1)\n\t.add(\"Dragon dagger\", 1, 1)\n\t.add(\"Dragon longsword\", 1, 1)\n\t.add(\"Dragon med helm\", 1, 1)\n\n\t/* Resources */\n\t.add(\"Coal\", [50, 100], 6)\n\t.add(\"Adamantite bar\", [8, 12], 6)\n\t.add(\"Runite ore\", [3, 6], 6)\n\t.add(\"Runite bar\", [3, 5], 6)\n\t.add(\"Black dragonhide\", [10, 15], 6)\n\t.add(\"Mahogany plank\", [15, 25], 5)\n\t.add(\"Manta ray\", [30, 50], 3)\n\t.add(\"Yew logs\", [60, 100], 3)\n\t.add(\"Magic logs\", [15, 25], 2)\n\t.add(\"Uncut dragonstone\", [5, 7], 1)\n\n\t/* Other */\n\t.add(\"Coins\", [1, 76], 1745)\n\t.add(\"Revenant cave teleport\", 1, 7)\n\t.add(\"Super restore(4)\", [3, 5], 4)\n\t.add(\"Dragonstone bolt tips\", [40, 70], 4)\n\t.add(\"Onyx bolt tips\", [5, 10], 4)\n\t.add(\"Law rune\", [80, 120], 3)\n\t.add(\"Death rune\", [60, 100], 3)\n\t.add(\"Blood rune\", [60, 100], 3);\n\nexport default new SimpleMonster({\n\tid: 7931,\n\tname: \"Revenant goblin\",\n\ttable: RevenantGoblinTable,\n\taliases: [\"revenant goblin\"],\n\tcustomKillLogic: makeRevTable({\n\t\tseeds: [4032, 4032],\n\t\tuniqueTable: [10_751, 2150],\n\t\tancientEmblem: [16_126, 16_126],\n\t\tancientTotem: [4032, 4032],\n\t\tancientCrystal: [5375, 5375],\n\t\tancientStatuette: [8063, 8063],\n\t\ttopThree: [16_126, 16_126],\n\t}),\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { makeRevTable } from \"../../../../util\";\n\nexport const RevenantHellhoundTable = new LootTable()\n\t.every(\"Revenant ether\", [1, 10])\n\n\t/* Weapons and armour */\n\t.add(\"Bracelet of ethereum (uncharged)\", 1, 15)\n\t.add(\"Battlestaff\", 3, 5)\n\t.add(\"Rune full helm\", 1, 2)\n\t.add(\"Rune platebody\", 1, 2)\n\t.add(\"Rune platelegs\", 1, 2)\n\t.add(\"Rune kiteshield\", 1, 2)\n\t.add(\"Rune warhammer\", 1, 2)\n\t.add(\"Dragon platelegs\", 1, 1)\n\t.add(\"Dragon plateskirt\", 1, 1)\n\t.add(\"Dragon dagger\", 1, 1)\n\t.add(\"Dragon longsword\", 1, 1)\n\t.oneIn(751, \"Dragon med helm\")\n\n\t/* Resources */\n\t.add(\"Coal\", [50, 100], 6)\n\t.add(\"Adamantite bar\", [8, 12], 6)\n\t.add(\"Runite ore\", [3, 6], 6)\n\t.add(\"Runite bar\", [3, 5], 6)\n\t.add(\"Black dragonhide\", [10, 15], 6)\n\t.add(\"Mahogany plank\", [15, 25], 5)\n\t.add(\"Manta ray\", [30, 50], 3)\n\t.add(\"Yew logs\", [60, 100], 3)\n\t.add(\"Magic logs\", [15, 25], 2)\n\t.add(\"Uncut dragonstone\", [5, 7], 1)\n\n\t/* Other */\n\t.add(\"Coins\", [1, 226], 98)\n\t.add(\"Revenant cave teleport\", 1, 7)\n\t.add(\"Super restore(4)\", [3, 5], 4)\n\t.add(\"Dragonstone bolt tips\", [40, 70], 4)\n\t.add(\"Onyx bolt tips\", [5, 10], 4)\n\t.add(\"Law rune\", [80, 120], 3)\n\t.add(\"Death rune\", [60, 100], 3)\n\t.add(\"Blood rune\", [60, 100], 3);\n\nexport default new SimpleMonster({\n\tid: 7935,\n\tname: \"Revenant hellhound\",\n\ttable: RevenantHellhoundTable,\n\taliases: [\"revenant hellhound\"],\n\tcustomKillLogic: makeRevTable({\n\t\tseeds: [1342, 1342],\n\t\tuniqueTable: [3579, 716],\n\t\tancientEmblem: [5368, 5368],\n\t\tancientTotem: [1342, 1342],\n\t\tancientCrystal: [1789, 1789],\n\t\tancientStatuette: [2684, 2684],\n\t\ttopThree: [5368, 5368],\n\t}),\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { makeRevTable } from \"../../../../util\";\n\nexport const RevenantHobgoblinTable = new LootTable()\n\t.every(\"Revenant ether\", [1, 8])\n\n\t/* Weapons and armour */\n\t.add(\"Bracelet of ethereum (uncharged)\", 1, 15)\n\t.add(\"Battlestaff\", 3, 5)\n\t.add(\"Rune full helm\", 1, 2)\n\t.add(\"Rune platebody\", 1, 2)\n\t.add(\"Rune platelegs\", 1, 2)\n\t.add(\"Rune kiteshield\", 1, 2)\n\t.add(\"Rune warhammer\", 1, 2)\n\t.add(\"Dragon platelegs\", 1, 1)\n\t.add(\"Dragon plateskirt\", 1, 1)\n\t.add(\"Dragon dagger\", 1, 1)\n\t.add(\"Dragon longsword\", 1, 1)\n\t.oneIn(966, \"Dragon med helm\")\n\n\t/* Resources */\n\t.add(\"Coal\", [50, 100], 6)\n\t.add(\"Adamantite bar\", [8, 12], 6)\n\t.add(\"Runite ore\", [3, 6], 6)\n\t.add(\"Runite bar\", [3, 5], 6)\n\t.add(\"Black dragonhide\", [10, 15], 6)\n\t.add(\"Mahogany plank\", [15, 25], 5)\n\t.add(\"Manta ray\", [30, 50], 3)\n\t.add(\"Yew logs\", [60, 100], 3)\n\t.add(\"Magic logs\", [15, 25], 2)\n\t.add(\"Uncut dragonstone\", [5, 7], 1)\n\t.oneIn(3140, \"Magic seed\", [5, 19])\n\n\t/* Other */\n\t.add(\"Coins\", [1, 176], 280)\n\t.add(\"Revenant cave teleport\", 1, 7)\n\t.add(\"Super restore(4)\", [3, 5], 4)\n\t.add(\"Dragonstone bolt tips\", [40, 70], 4)\n\t.add(\"Onyx bolt tips\", [5, 10], 4)\n\t.add(\"Law rune\", [80, 120], 3)\n\t.add(\"Death rune\", [60, 100], 3)\n\t.add(\"Blood rune\", [60, 100], 3);\n\nexport default new SimpleMonster({\n\tid: 7933,\n\tname: \"Revenant hobgoblin\",\n\ttable: RevenantHobgoblinTable,\n\taliases: [\"revenant hobgoblin\"],\n\tcustomKillLogic: makeRevTable({\n\t\tseeds: [1727, 1727],\n\t\tuniqueTable: [4605, 921],\n\t\tancientEmblem: [6908, 6908],\n\t\tancientTotem: [1727, 1727],\n\t\tancientCrystal: [2302, 2302],\n\t\tancientStatuette: [3454, 3454],\n\t\ttopThree: [6908, 6908],\n\t}),\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { makeRevTable } from \"../../../../util\";\n\nexport const RevenantImpTable = new LootTable()\n\t.every(\"Revenant ether\", [1, 3])\n\n\t/* Weapons and armour */\n\t.add(\"Bracelet of ethereum (uncharged)\", 1, 15)\n\t.add(\"Battlestaff\", 3, 5)\n\t.add(\"Rune full helm\", 1, 2)\n\t.add(\"Rune platebody\", 1, 2)\n\t.add(\"Rune platelegs\", 1, 2)\n\t.add(\"Rune kiteshield\", 1, 2)\n\t.add(\"Rune warhammer\", 1, 2)\n\t.add(\"Dragon platelegs\", 1, 1)\n\t.add(\"Dragon plateskirt\", 1, 1)\n\t.add(\"Dragon dagger\", 1, 1)\n\t.add(\"Dragon longsword\", 1, 1)\n\t.add(\"Dragon med helm\", 1, 1)\n\n\t/* Resources */\n\t.add(\"Coal\", [50, 100], 6)\n\t.add(\"Adamantite bar\", [8, 12], 6)\n\t.add(\"Runite ore\", [3, 6], 6)\n\t.add(\"Runite bar\", [3, 5], 6)\n\t.add(\"Black dragonhide\", [10, 15], 6)\n\t.add(\"Mahogany plank\", [15, 25], 5)\n\t.add(\"Manta ray\", [30, 50], 3)\n\t.add(\"Yew logs\", [60, 100], 3)\n\t.add(\"Magic logs\", [15, 25], 2)\n\t.add(\"Uncut dragonstone\", [5, 7], 1)\n\n\t/* Other */\n\t.add(\"Coins\", [1, 51], 3145)\n\t.add(\"Revenant cave teleport\", 1, 7)\n\t.add(\"Super restore(4)\", [3, 5], 4)\n\t.add(\"Dragonstone bolt tips\", [40, 70], 4)\n\t.add(\"Onyx bolt tips\", [5, 10], 4)\n\t.add(\"Law rune\", [80, 120], 3)\n\t.add(\"Death rune\", [60, 100], 3)\n\t.add(\"Blood rune\", [60, 100], 3);\n\nexport default new SimpleMonster({\n\tid: 7881,\n\tname: \"Revenant imp\",\n\ttable: RevenantImpTable,\n\taliases: [\"revenant imp\"],\n\tcustomKillLogic: makeRevTable({\n\t\tseeds: [6050, 6050],\n\t\tuniqueTable: [161_334, 3226],\n\t\tancientEmblem: [24_200, 24_200],\n\t\tancientTotem: [6050, 6050],\n\t\tancientCrystal: [8067, 8067],\n\t\tancientStatuette: [12_100, 12_000],\n\t\ttopThree: [24_200, 24_200],\n\t}),\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { makeRevTable } from \"../../../../util\";\n\nexport const RevenantKnightTable = new LootTable()\n\t.every(\"Revenant ether\", [1, 12])\n\n\t/* Weapons and armour */\n\t.add(\"Bracelet of ethereum (uncharged)\", 1, 15)\n\t.add(\"Battlestaff\", 3, 5)\n\t.add(\"Rune full helm\", 1, 2)\n\t.add(\"Rune platebody\", 1, 2)\n\t.add(\"Rune platelegs\", 1, 2)\n\t.add(\"Rune kiteshield\", 1, 2)\n\t.add(\"Rune warhammer\", 1, 2)\n\t.add(\"Dragon platelegs\", 1, 1)\n\t.add(\"Dragon plateskirt\", 1, 1)\n\t.add(\"Dragon dagger\", 1, 1)\n\t.add(\"Dragon longsword\", 1, 1)\n\t.oneIn(615, \"Dragon med helm\")\n\n\t/* Resources */\n\t.add(\"Coal\", [50, 100], 6)\n\t.add(\"Adamantite bar\", [8, 12], 6)\n\t.add(\"Runite ore\", [3, 6], 6)\n\t.add(\"Runite bar\", [3, 5], 6)\n\t.add(\"Black dragonhide\", [10, 15], 6)\n\t.add(\"Mahogany plank\", [15, 25], 5)\n\t.add(\"Manta ray\", [30, 50], 3)\n\t.add(\"Yew logs\", [60, 100], 3)\n\t.add(\"Magic logs\", [15, 25], 2)\n\t.add(\"Uncut dragonstone\", [5, 7], 1)\n\n\t/* Other */\n\t.add(\"Coins\", [1, 276], 8)\n\t.add(\"Revenant cave teleport\", 1, 7)\n\t.add(\"Super restore(4)\", [3, 5], 4)\n\t.add(\"Dragonstone bolt tips\", [40, 70], 4)\n\t.add(\"Onyx bolt tips\", [5, 10], 4)\n\t.add(\"Law rune\", [80, 120], 3)\n\t.add(\"Death rune\", [60, 100], 3)\n\t.add(\"Blood rune\", [60, 100], 3);\n\nexport default new SimpleMonster({\n\tid: 7939,\n\tname: \"Revenant knight\",\n\ttable: RevenantKnightTable,\n\taliases: [\"revenant knight\"],\n\tcustomKillLogic: makeRevTable({\n\t\tseeds: [1100, 1100],\n\t\tuniqueTable: [2933, 587],\n\t\tancientEmblem: [4400, 4400],\n\t\tancientTotem: [1100, 1100],\n\t\tancientCrystal: [1467, 1467],\n\t\tancientStatuette: [2200, 2200],\n\t\ttopThree: [4400, 4400],\n\t}),\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { makeRevTable } from \"../../../../util\";\n\nexport const RevenantOrkTable = new LootTable()\n\t.every(\"Revenant ether\", [1, 11])\n\n\t/* Weapons and armour */\n\t.add(\"Bracelet of ethereum (uncharged)\", 1, 15)\n\t.add(\"Battlestaff\", 3, 5)\n\t.add(\"Rune full helm\", 1, 2)\n\t.add(\"Rune platebody\", 1, 2)\n\t.add(\"Rune platelegs\", 1, 2)\n\t.add(\"Rune kiteshield\", 1, 2)\n\t.add(\"Rune warhammer\", 1, 2)\n\t.add(\"Dragon platelegs\", 1, 1)\n\t.add(\"Dragon plateskirt\", 1, 1)\n\t.add(\"Dragon dagger\", 1, 1)\n\t.add(\"Dragon longsword\", 1, 1)\n\t.oneIn(677, \"Dragon med helm\")\n\n\t/* Resources */\n\t.add(\"Coal\", [50, 100], 6)\n\t.add(\"Adamantite bar\", [8, 12], 6)\n\t.add(\"Runite ore\", [3, 6], 6)\n\t.add(\"Runite bar\", [3, 5], 6)\n\t.add(\"Black dragonhide\", [10, 15], 6)\n\t.add(\"Mahogany plank\", [15, 25], 5)\n\t.add(\"Manta ray\", [30, 50], 3)\n\t.add(\"Yew logs\", [60, 100], 3)\n\t.add(\"Magic logs\", [15, 25], 2)\n\t.add(\"Uncut dragonstone\", [5, 7], 1)\n\n\t/* Other */\n\t.add(\"Coins\", [1, 251], 49)\n\t.add(\"Revenant cave teleport\", 1, 7)\n\t.add(\"Super restore(4)\", [3, 5], 4)\n\t.add(\"Dragonstone bolt tips\", [40, 70], 4)\n\t.add(\"Onyx bolt tips\", [5, 10], 4)\n\t.add(\"Law rune\", [80, 120], 3)\n\t.add(\"Death rune\", [60, 100], 3)\n\t.add(\"Blood rune\", [60, 100], 3);\n\nexport default new SimpleMonster({\n\tid: 7937,\n\tname: \"Revenant ork\",\n\ttable: RevenantOrkTable,\n\taliases: [\"revenant ork\"],\n\tcustomKillLogic: makeRevTable({\n\t\tseeds: [1210, 1210],\n\t\tuniqueTable: [3227, 645],\n\t\tancientEmblem: [4840, 4840],\n\t\tancientTotem: [1210, 1210],\n\t\tancientCrystal: [1613, 1613],\n\t\tancientStatuette: [2420, 2420],\n\t\ttopThree: [4840, 4840],\n\t}),\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { makeRevTable } from \"../../../../util\";\n\nexport const RevenantPyrefiendTable = new LootTable()\n\t.every(\"Revenant ether\", [1, 8])\n\n\t/* Weapons and armour */\n\t.add(\"Bracelet of ethereum (uncharged)\", 1, 15)\n\t.add(\"Battlestaff\", 3, 5)\n\t.add(\"Rune full helm\", 1, 2)\n\t.add(\"Rune platebody\", 1, 2)\n\t.add(\"Rune platelegs\", 1, 2)\n\t.add(\"Rune kiteshield\", 1, 2)\n\t.add(\"Rune warhammer\", 1, 2)\n\t.add(\"Dragon platelegs\", 1, 1)\n\t.add(\"Dragon plateskirt\", 1, 1)\n\t.add(\"Dragon dagger\", 1, 1)\n\t.add(\"Dragon longsword\", 1, 1)\n\t.oneIn(966, \"Dragon med helm\")\n\n\t/* Resources */\n\t.add(\"Coal\", [50, 100], 6)\n\t.add(\"Adamantite bar\", [8, 12], 6)\n\t.add(\"Runite ore\", [3, 6], 6)\n\t.add(\"Runite bar\", [3, 5], 6)\n\t.add(\"Black dragonhide\", [10, 15], 6)\n\t.add(\"Mahogany plank\", [15, 25], 5)\n\t.add(\"Manta ray\", [30, 50], 3)\n\t.add(\"Yew logs\", [60, 100], 3)\n\t.add(\"Magic logs\", [15, 25], 2)\n\t.add(\"Uncut dragonstone\", [5, 7], 1)\n\n\t/* Other */\n\t.add(\"Coins\", [1, 176], 332)\n\t.add(\"Revenant cave teleport\", 1, 7)\n\t.add(\"Super restore(4)\", [3, 5], 4)\n\t.add(\"Dragonstone bolt tips\", [40, 70], 4)\n\t.add(\"Onyx bolt tips\", [5, 10], 4)\n\t.add(\"Law rune\", [80, 120], 3)\n\t.add(\"Death rune\", [60, 100], 3)\n\t.add(\"Blood rune\", [60, 100], 3);\n\nexport default new SimpleMonster({\n\tid: 7932,\n\tname: \"Revenant pyrefiend\",\n\ttable: RevenantPyrefiendTable,\n\taliases: [\"revenant pyrefiend\"],\n\tcustomKillLogic: makeRevTable({\n\t\tseeds: [1727, 1727],\n\t\tuniqueTable: [4605, 921],\n\t\tancientEmblem: [6908, 6908],\n\t\tancientTotem: [1727, 1727],\n\t\tancientCrystal: [2303, 2303],\n\t\tancientStatuette: [3454, 3454],\n\t\ttopThree: [6908, 6908],\n\t}),\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const RiylShadeTable = new LootTable().every(\"Riyl remains\");\n\nexport default new SimpleMonster({\n\tid: 1282,\n\tname: \"Riyl Shade\",\n\ttable: RiylShadeTable,\n\taliases: [\"riyl shade\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nexport const RockslugTable = new LootTable()\n\t/* Armour */\n\t.oneIn(512, \"Mystic gloves (light)\")\n\n\t/* Runes */\n\t.add(\"Earth rune\", 5, 30)\n\t.add(\"Earth rune\", 42, 4)\n\t.add(\"Chaos rune\", 2, 4)\n\n\t/* Ores and bars */\n\t.add(\"Iron ore\", 1, 22)\n\t.add(\"Coal\", 1, 13)\n\t.add(\"Tin ore\", 1, 8)\n\t.add(\"Iron bar\", 1, 3)\n\t.add(\"Copper ore\", 1, 3)\n\t.add(\"Bronze bar\", 1, 2)\n\t.add(\"Mithril ore\", 1, 1)\n\n\t/* Other */\n\t.add(\"Dwarven stout\", 1, 13)\n\t.add(\"Hammer\", 4, 10)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 6);\n\nexport default new SimpleMonster({\n\tid: 421,\n\tname: \"Rockslug\",\n\ttable: RockslugTable,\n\taliases: [\"rockslug\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst RogueTable = new LootTable()\n\t// Weaponry\n\t.add(\"Iron dagger(p)\", 1, 1 / 128)\n\n\t// Other\n\t.add(\"Coins\", [25, 40], 1 / 1.185)\n\t.add(\"Air rune\", 8, 1 / 16)\n\t.add(\"Jug of wine\", 1, 1 / 21.33)\n\t.add(\"Lockpick\", 1, 1 / 25.6)\n\t.tertiary(257_211, \"Rocky\");\n\nexport default new SimpleMonster({\n\tid: 526,\n\tname: \"Rogue\",\n\tpickpocketTable: RogueTable,\n\taliases: [\"rogue\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const RoosterTable = new LootTable({ limit: 4 })\n\t.every(\"Bones\")\n\t.every(\"Raw chicken\")\n\t.add(\"Feather\", 5, 2)\n\t.add(\"Feather\", 15, 1);\n\nexport default new SimpleMonster({\n\tid: 3663,\n\tname: \"Rooster\",\n\ttable: RoosterTable,\n\taliases: [\"rooster\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport RareDropTable from \"../../../subtables/RareDropTable\";\nimport UsefulHerbTable from \"../../../subtables/UsefulHerbTable\";\n\nconst RuneDragonTable = new LootTable()\n\t.every(\"Dragon bones\")\n\t.every(\"Runite bar\")\n\n\t/* Weapons and armour */\n\t.add(\"Rune platebody\", 1, 9)\n\t.add(\"Rune longsword\", 1, 8)\n\t.add(\"Rune mace\", 1, 7)\n\t.add(\"Rune scimitar\", 1, 7)\n\t.add(\"Rune warhammer\", 1, 7)\n\t.add(\"Rune platelegs\", 1, 6)\n\t.add(\"Dragon platelegs\", 1, 1)\n\t.add(\"Dragon plateskirt\", 1, 1)\n\t.add(\"Dragon med helm\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Rune arrow\", [30, 40], 8)\n\t.add(\"Wrath rune\", [30, 50], 8)\n\t.add(\"Chaos rune\", [75, 150], 7)\n\t.add(\"Death rune\", [50, 100], 7)\n\n\t/* Herbs */\n\t.add(UsefulHerbTable, 1, 8)\n\n\t/* Other */\n\t.add(\"Rune javelin heads\", [20, 30], 10)\n\t.add(\"Runite bolts (unf)\", [20, 30], 11)\n\t.add(\"Dragonstone\", 1, 7)\n\t.add(\"Runite ore\", [2, 5], 6)\n\t.add(\"Dragon javelin heads\", [30, 40], 5)\n\t.add(\"Dragon bolts (unf)\", [20, 40], 1)\n\t.add(\"Wrath talisman\", 1, 1)\n\n\t/* RDT */\n\t.add(RareDropTable, 1, 1)\n\n\t/* Tertiary */\n\t.tertiary(300, \"Clue scroll (elite)\")\n\t.tertiary(800, \"Dragon limbs\")\n\t.tertiary(5000, \"Dragon metal lump\")\n\t.tertiary(8000, \"Draconic visage\");\n\nexport default new SimpleMonster({\n\tid: 8031,\n\tname: \"Rune Dragon\",\n\ttable: RuneDragonTable,\n\taliases: [\"rune dragon\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport RareDropTable, { GemTable } from \"../../../subtables/RareDropTable\";\nimport RareSeedTable from \"../../../subtables/RareSeedTable\";\n\nconst ScarabMageTable = new LootTable({ limit: 128 })\n\t.every(\"Bones\")\n\n\t/* Weapons and armor */\n\t.add(\"Adamant kiteshield\", 1, 3)\n\t.add(\"Battlestaff\", 3, 2)\n\t.add(\"Rune dagger\", 1, 2)\n\t.add(\"Rune mace\", 1, 1)\n\t.add(\"Rune sq shield\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Adamant arrow\", 36, 4)\n\t.add(\"Blood rune\", 18, 4)\n\t.add(\"Fire rune\", 250, 2)\n\t.add(\"Cosmic rune\", 35, 2)\n\t.add(\"Lava rune\", 150, 2)\n\t.add(\"Rune arrow\", 18, 2)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 20)\n\n\t/* Seeds */\n\t.add(RareSeedTable, 1, 2)\n\n\t/* Materials */\n\t.add(\"Raw lobster\", 15, 7)\n\t.add(\"Coal\", 32, 6)\n\t.add(\"Raw bass\", 24, 4)\n\t.add(\"Uncut sapphire\", 4, 3)\n\t.add(\"Adamantite ore\", 14, 2)\n\t.add(\"Desert goat horn\", 6, 2)\n\t.add(\"Mithril bar\", 22, 2)\n\n\t/* Other */\n\t.add(\"Coins\", [2000, 3000], 32)\n\t.add(\"Bass\", 6, 4)\n\t.add(\"Waterskin(4)\", 1, 1)\n\t.add(\"Lobster\", 5, 1)\n\t.add(\"Marrentill tar\", 80, 1)\n\n\t/* RDT */\n\t.add(RareDropTable, 1, 1)\n\t.add(GemTable, 1, 15);\n\nexport default new SimpleMonster({\n\tid: 794,\n\tname: \"Scarab Mage\",\n\ttable: ScarabMageTable,\n\taliases: [\"scarab mage\", \"scarab\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const ScorpionTable = new LootTable()\n\t.tertiary(25, \"Ensouled scorpion head\")\n\t.tertiary(100, \"Clue scroll (beginner)\");\n\nexport default new SimpleMonster({\n\tid: 3024,\n\tname: \"Scorpion\",\n\ttable: ScorpionTable,\n\taliases: [\"scorpion\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst SeaSnakeHatchlingTable = new LootTable()\n\t.every(\"Bones\")\n\n\t/* Runes and ammunition */\n\t.add(\"Water rune\", 15, 2)\n\t.add(\"Mist rune\", 1, 2)\n\t.add(\"Broad arrows\", 4, 2)\n\n\t/* Coins */\n\t.add(\"Coins\", 44, 60)\n\t.add(\"Coins\", 32, 11)\n\t.add(\"Coins\", 24, 9)\n\t.add(\"Coins\", 23, 7)\n\n\t/* Other */\n\t.add(\"Adamant dart tip\", 2, 1)\n\t.add(\"Fishing bait\", 50, 4)\n\t.add(\"Pearl bolt tips\", 3, 4)\n\t.add(\"Raw bass\", 2, 4)\n\t.add(\"Water orb\", 1, 3)\n\t.add(\"Raw lobster\", 1, 2)\n\t.add(\"Seaweed\", 5, 2)\n\t.add(\"Edible seaweed\", 5, 2)\n\t.add(\"Oyster pearl\", 2, 1)\n\t.add(\"Oyster pearls\", 1, 1)\n\t.add(\"Casket\", 1, 1)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 1)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (medium)\");\n\nexport default new SimpleMonster({\n\tid: 1098,\n\tname: \"Sea Snake Hatchling\",\n\ttable: SeaSnakeHatchlingTable,\n\taliases: [\"sea snake hatchling\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst SeaSnakeYoungTable = new LootTable()\n\t.every(\"Big bones\")\n\n\t/* Runes and ammunition */\n\t.add(\"Water rune\", 15, 2)\n\t.add(\"Mist rune\", 1, 2)\n\t.add(\"Broad arrows\", 4, 2)\n\n\t/* Coins */\n\t.add(\"Coins\", 44, 41)\n\t.add(\"Coins\", 32, 11)\n\t.add(\"Coins\", 24, 9)\n\t.add(\"Coins\", 23, 7)\n\n\t/* Other */\n\t.add(\"Adamant dart tip\", 2, 10)\n\t.add(\"Fishing bait\", 50, 4)\n\t.add(\"Pearl bolt tips\", 3, 4)\n\t.add(\"Raw bass\", 2, 4)\n\t.add(\"Water orb\", 1, 3)\n\t.add(\"Raw lobster\", 1, 2)\n\t.add(\"Seaweed\", 5, 2)\n\t.add(\"Edible seaweed\", 5, 2)\n\t.add(\"Oyster pearl\", 2, 1)\n\t.add(\"Oyster pearls\", 1, 1)\n\t.add(\"Casket\", 1, 1)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 1)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (medium)\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(5013, \"Curved bone\");\n\nexport default new SimpleMonster({\n\tid: 1097,\n\tname: \"Sea Snake Young\",\n\ttable: SeaSnakeYoungTable,\n\taliases: [\"sea snake young\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const SeagullTable = new LootTable().every(\"Bones\");\n\nexport default new SimpleMonster({\n\tid: 1338,\n\tname: \"Seagull\",\n\ttable: SeagullTable,\n\taliases: [\"seagull\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const ShadeTable = new LootTable({ limit: 4 }).add(\"Shade robe top\", 1, 1).add(\"Shade robe\", 1, 1);\n\nexport default new SimpleMonster({\n\tid: 5633,\n\tname: \"Shade\",\n\ttable: ShadeTable,\n\taliases: [\"shade\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const ShadowSpiderTable = new LootTable().tertiary(128, \"Clue scroll (beginner)\");\n\nexport default new SimpleMonster({\n\tid: 3016,\n\tname: \"Shadow spider\",\n\ttable: ShadowSpiderTable,\n\taliases: [\"shadow spider\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst ShadowWarriorTable = new LootTable({ limit: 128 })\n\t/* Weapons and armour */\n\t.add(\"Adamant spear\", 1, 1)\n\t.add(\"Black dagger(p)\", 1, 1)\n\t.add(\"Black knife\", 1, 1)\n\t.add(\"Black longsword\", 1, 1)\n\t.add(\"Black robe\", 1, 1)\n\n\t/* Runes*/\n\t.add(\"Cosmic rune\", 3, 9)\n\t.add(\"Blood rune\", 2, 6)\n\t.add(\"Air rune\", 45, 4)\n\t.add(\"Death rune\", 2, 4)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 18)\n\n\t/* Other */\n\t.add(\"Coins\", 8, 47)\n\t.add(\"Mithril bar\", 1, 4)\n\t.add(\"Weapon poison\", 1, 1)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 8);\n\nexport default new SimpleMonster({\n\tid: 2853,\n\tname: \"Shadow warrior\",\n\ttable: ShadowWarriorTable,\n\taliases: [\"shadow warrior\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport RareDropTable from \"../../../subtables/RareDropTable\";\n\nconst SkeletalWyvernTable = new LootTable()\n\t.every(\"Wyvern bones\")\n\n\t/* Weapons and armour */\n\t.add(\"Earth battlestaff\", 1, 4)\n\t.add(\"Battlestaff\", 10, 3)\n\t.add(\"Rune axe\", 1, 3)\n\t.add(\"Rune battleaxe\", 1, 2)\n\t.add(\"Rune warhammer\", 1, 2)\n\t.add(\"Rune full helm\", 1, 2)\n\t.add(\"Rune kiteshield\", 1, 1)\n\t.oneIn(512, \"Granite legs\")\n\t.oneIn(512, \"Dragon platelegs\")\n\t.oneIn(512, \"Dragon plateskirt\")\n\n\t/* Runes and ammunition */\n\t.add(\"Air rune\", 225, 6)\n\t.add(\"Rune arrow\", 36, 5)\n\t.add(\"Water rune\", 150, 4)\n\t.add(\"Chaos rune\", 80, 4)\n\t.add(\"Law rune\", 45, 4)\n\t.add(\"Death rune\", 40, 4)\n\t.add(\"Blood rune\", 25, 4)\n\t.add(\"Adamant bolts\", [75, 99], 3)\n\t.add(\"Runite bolts\", [35, 44], 3)\n\t.add(\"Soul rune\", 20, 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 3, 7)\n\n\t/* Resources */\n\t.add(\"Pure essence\", 250, 8)\n\t.add(\"Magic logs\", 35, 6)\n\t.add(\"Adamantite bar\", 10, 6)\n\t.add(\"Iron ore\", 200, 3)\n\t.add(\"Uncut ruby\", 10, 2)\n\t.add(\"Uncut diamond\", 5, 2)\n\n\t/* Other */\n\t.add(\"Coins\", 300, 12)\n\t.add(\"Lobster\", 6, 8)\n\t.add(\"Prayer potion(4)\", 2, 7)\n\t.add(\"Unpowered orb\", 75, 2)\n\t.add(\"Runite crossbow (u)\", 1, 2)\n\t.add(\"Ranarr seed\", 3, 2)\n\t.add(\"Snapdragon seed\", 1, 2)\n\n\t/* RDT */\n\t.add(RareDropTable, 1, 3)\n\n\t/* Tertiary */\n\t.tertiary(350, \"Clue scroll (elite)\")\n\t.tertiary(10_000, \"Draconic visage\");\n\nexport default new SimpleMonster({\n\tid: 465,\n\tname: \"Skeletal Wyvern\",\n\ttable: SkeletalWyvernTable,\n\taliases: [\"skeletal wyvern\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nexport const SkeletonTable = new LootTable({ limit: 128 })\n\t.every(\"Bones\")\n\t.tertiary(5000, \"Skeleton champion scroll\")\n\t.tertiary(100, \"Clue scroll (beginner)\")\n\n\t/* Runes/Ammunition */\n\t.add(\"Bronze arrow\", 2, 7)\n\t.add(\"Bronze arrow\", 5, 4)\n\t.add(\"Iron arrow\", 1, 4)\n\t.add(\"Air rune\", 12, 2)\n\t.add(\"Earth rune\", 3, 2)\n\t.add(\"Fire rune\", 2, 2)\n\t.add(\"Chaos rune\", 3, 2)\n\t.add(\"Nature rune\", 3, 1)\n\t.add(\"Steel arrow\", 1, 1)\n\n\t.add(HerbDropTable, 1, 21)\n\n\t/* Other */\n\t.add(\"Coins\", 2, 18)\n\t.add(\"Coins\", 12, 15)\n\t.add(\"Coins\", 4, 7)\n\t.add(\"Coins\", 16, 4)\n\t.add(\"Coins\", 25, 4)\n\t.add(\"Coins\", 33, 4)\n\t.add(\"Coins\", 48, 1)\n\t.add(\"Iron dagger\", 1, 6)\n\t.add(\"Fire talisman\", 1, 2)\n\t.add(\"Grain\", 1, 1)\n\t.add(\"Iron ore\", 1, 1)\n\n\t.add(GemTable);\n\nexport default new SimpleMonster({\n\tid: 70,\n\tname: \"Skeleton\",\n\ttable: SkeletonTable,\n\taliases: [\"skeleton\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\nimport UncommonSeedDropTable from \"../../../subtables/UncommonSeedDropTable\";\n\nexport const SkeletonFremennikTable = new LootTable()\n\t.every(\"Bones\")\n\t.tertiary(5000, \"Skeleton champion scroll\")\n\n\t/* Weapons and armour */\n\t.add(\"Steel med helm\", 1, 6)\n\t.add(\"Steel sword\", 1, 4)\n\t.add(\"Black axe\", 1, 2)\n\t.add(\"Mithril scimitar\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Air rune\", 60, 3)\n\t.add(\"Chaos rune\", 9, 3)\n\t.add(\"Water rune\", 20, 3)\n\t.add(\"Law rune\", 2, 2)\n\t.add(\"Mithril arrow\", 8, 2)\n\t.add(\"Cosmic rune\", 4, 1)\n\n\t/* Seeds */\n\t.add(UncommonSeedDropTable, 1, 20)\n\n\t/* Coins */\n\t.add(\"Coins\", 80, 23)\n\t.add(\"Coins\", 20, 22)\n\t.add(\"Coins\", 50, 8)\n\t.add(\"Coins\", 90, 4)\n\t.add(\"Coins\", 185, 3)\n\t.add(\"Coins\", 200, 2)\n\n\t/* Other */\n\t.add(\"Mithril bar\", 1, 5)\n\n\t/* Gem drop table */\n\t.add(GemTable);\n\nexport default new SimpleMonster({\n\tid: 4498,\n\tname: \"Skeleton fremennik\",\n\ttable: SkeletonFremennikTable,\n\taliases: [\"skeleton fremennik\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nexport const SkeletonMageTable = new LootTable()\n\t.every(\"Ashes\")\n\n\t/* Weapons and armour */\n\t.add(\"Pink skirt\", 1, 2)\n\n\t/* Runes */\n\t.add(\"Mind rune\", [7, 9], 12)\n\t.add(\"Law rune\", [2, 3], 12)\n\t.add(\"Nature rune\", [1, 3], 11)\n\t.add(\"Chaos rune\", [3, 4], 10)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 12)\n\n\t/* Materials */\n\t.add(\"Uncut opal\", 1, 10)\n\t.add(\"Pot of flour\", 1, 10)\n\t.add(\"Iron bar\", [1, 2], 5)\n\n\t/* Other */\n\t.add(\"Coins\", [25, 54], 33)\n\t.add(\"Big bones\", [2, 4], 6)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 5)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (medium)\")\n\t.tertiary(5000, \"Skeleton champion scroll\");\n\nexport default new SimpleMonster({\n\tid: 4319,\n\tname: \"Skeleton Mage\",\n\ttable: SkeletonMageTable,\n\taliases: [\"skeleton mage\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const SkogreTable = new LootTable().every(\"Zogre bones\").every(\"Ogre coffin key\");\n\nexport default new SimpleMonster({\n\tid: 878,\n\tname: \"Skogre\",\n\ttable: SkogreTable,\n\taliases: [\"skogre\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport FixedAllotmentSeedTable from \"../../../subtables/FixedAllotmentSeedTable\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst HerbFireRuneTable = new LootTable().every(HerbDropTable).every(\"Fire rune\", 42);\nconst SeedWaterskinTable = new LootTable().every(FixedAllotmentSeedTable).every(\"Waterskin(0)\", 2);\n\nexport const SmallLizardTable = new LootTable()\n\t.every(\"Bones\")\n\t.oneIn(512, \"Mystic gloves (light)\")\n\n\t/* Runes */\n\t.add(\"Fire rune\", 5, 30)\n\t.add(\"Fire rune\", 42, 14)\n\t.add(\"Nature rune\", 5, 4)\n\n\t/* Herbs */\n\t.add(HerbFireRuneTable, 1, 10)\n\n\t/* Seeds */\n\t.add(SeedWaterskinTable, 1, 9)\n\n\t/* Ores and bars */\n\t.add(\"Iron ore\", 1, 22)\n\t.add(\"Coal\", 1, 13)\n\t.add(\"Tin ore\", 1, 4)\n\t.add(\"Copper ore\", 1, 3)\n\t.add(\"Silver ore\", 1, 3)\n\t.add(\"Silver bar\", 1, 2)\n\t.add(\"Mithril ore\")\n\n\t/* Other */\n\t.add(\"Kebab\", 1, 13)\n\t.add(\"Waterskin(0)\", 2, 13)\n\n\t/* Subtables */\n\t.add(GemTable, 1, 4)\n\t.add(GemTable, 2, 2);\n\nexport default new SimpleMonster({\n\tid: 463,\n\tname: \"Small Lizard\",\n\ttable: SmallLizardTable,\n\taliases: [\"small lizard\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport RareDropTable, { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst SmokeDevilHerbTable = new LootTable().add(HerbDropTable, 1, 2).add(HerbDropTable, 2, 1);\n\nexport const SmokeDevilPreTable = new LootTable({ limit: 128 })\n\t/* Weapons and armor */\n\t.add(\"Adamant battleaxe\", 1, 3)\n\t.add(\"Rune dagger\", 1, 3)\n\t.add(\"Air battlestaff\", 1, 3)\n\t.add(\"Black d'hide vambraces\", 1, 3)\n\t.add(\"Fire battlestaff\", 1, 3)\n\t.add(\"Mithril plateskirt\", 1, 2)\n\t.add(\"Rune full helm\", 1, 2)\n\t.add(\"Rune chainbody\", 1, 2)\n\t.add(\"Red d'hide body\", 1, 1)\n\t.oneIn(512, \"Occult necklace\")\n\t.oneIn(32_768, \"Dragon chainbody\")\n\n\t/* Runes and ammunition */\n\t.add(\"Smoke rune\", 15, 11)\n\t.add(\"Smoke rune\", 40, 5)\n\t.add(\"Runite bolts\", 15, 5)\n\t.add(\"Fire rune\", 37, 4)\n\t.add(\"Air rune\", 37, 4)\n\t.add(\"Soul rune\", 10, 4)\n\t.add(\"Fire rune\", 150, 2)\n\t.add(\"Rune arrow\", 24, 2)\n\n\t/* Herbs */\n\t.add(SmokeDevilHerbTable, 1, 18)\n\n\t/* Coins */\n\t.add(\"Coins\", 750, 12)\n\t.add(\"Coins\", 80, 7)\n\t.add(\"Coins\", 300, 3)\n\n\t/* Other */\n\t.add(\"Shark\", 1, 6)\n\t.add(\"Steel bar\", 2, 3)\n\t.add(\"Magic logs\", 5, 3)\n\t.add(\"Coal\", 15, 3)\n\t.add(\"Adamantite bar\", 1, 2)\n\t.add(\"Crossbow string\", 1, 2)\n\t.add(\"Ugthanki kebab\", 3, 2)\n\n\t/* RDT */\n\t.add(RareDropTable, 1, 4)\n\t.add(GemTable, 1, 4);\n\nconst SmokeDevilTable = new LootTable()\n\t.every(\"Ashes\")\n\t.every(SmokeDevilPreTable)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (hard)\")\n\t.tertiary(750, \"Clue scroll (elite)\");\n\nexport default new SimpleMonster({\n\tid: 498,\n\tname: \"Smoke Devil\",\n\ttable: SmokeDevilTable,\n\taliases: [\"smoke devil\", \"smokeys\", \"smokies\", \"smoke devils\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const SpiderTable = new LootTable().tertiary(128, \"Clue scroll (beginner)\");\n\nexport default new SimpleMonster({\n\tid: 3019,\n\tname: \"Spider\",\n\ttable: SpiderTable,\n\taliases: [\"spider\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst SpiritualMageTable = new LootTable()\n\n\t/* Armour */\n\t.add(\"Dragon boots\", 1, 1)\n\n\t/* Elemental runes */\n\t.add(\"Air rune\", 30, 9)\n\t.add(\"Water rune\", 15, 8)\n\t.add(\"Water rune\", 50, 7)\n\t.add(\"Air rune\", 50, 2)\n\t.add(\"Fire rune\", 65, 2)\n\n\t/* Combination runes */\n\t.add(\"Dust rune\", 15, 11)\n\t.add(\"Mud rune\", 20, 7)\n\t.add(\"Mist rune\", 20, 6)\n\n\t/* Catalytic runes */\n\t.add(\"Chaos rune\", 10, 18)\n\t.add(\"Astral rune\", 15, 9)\n\t.add(\"Death rune\", 15, 8)\n\t.add(\"Nature rune\", 25, 7)\n\t.add(\"Mind rune\", 50, 4)\n\t.add(\"Nature rune\", 18, 4)\n\t.add(\"Body rune\", 35, 3)\n\t.add(\"Law rune\", 15, 2)\n\t.add(\"Body rune\", 25, 2)\n\t.add(\"Blood rune\", 10, 2)\n\t.add(\"Chaos rune\", 25, 1)\n\n\t/* Other */\n\t.add(\"Pure essence\", 90, 6)\n\t.add(\"Antipoison(3)\", 5, 5)\n\n\t/* RDT */\n\t.add(GemTable, 1, 2)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (hard)\");\n\nexport default new SimpleMonster({\n\tid: 2212,\n\tname: \"Spiritual Mage\",\n\ttable: SpiritualMageTable,\n\taliases: [\"spiritual mage\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst SpiritualRangerTable = new LootTable({ limit: 128 })\n\n\t/* Weapons */\n\t.add(\"Oak shortbow\", 1, 5)\n\t.add(\"Maple longbow\", 1, 4)\n\t.add(\"Steel crossbow\", 1, 3)\n\t.add(\"Magic shortbow\", [1, 2], 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Iron arrow\", 12, 15)\n\t.add(\"Bronze arrow\", 16, 13)\n\t.add(\"Mithril arrow(p+)\", 1, 11)\n\t.add(\"Steel arrow\", 12, 4)\n\t.add(\"Body rune\", 12, 4)\n\t.add(\"Adamant arrow(p++)\", 3, 3)\n\t.add(\"Rune arrow\", 5, 2)\n\t.add(\"Adamant fire arrow\", 4, 2)\n\t.add(\"Bronze arrow(p+)\", 1, 1)\n\t.add(\"Adamant arrow\", 12, 1)\n\n\t/* Other */\n\t.add(\"Bow string\", 7, 18)\n\t.add(\"Iron arrowtips\", 5, 11)\n\t.add(\"Headless arrow\", 12, 10)\n\t.add(\"Adamant arrowtips\", 13, 9)\n\t.add(\"Oak longbow (u)\", 12, 9)\n\t.add(\"Broken arrow\", 1, 1)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (hard)\");\n\nexport default new SimpleMonster({\n\tid: 2211,\n\tname: \"Spiritual Ranger\",\n\ttable: SpiritualRangerTable,\n\taliases: [\"spiritual ranger\", \"spiritual creatures\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst SpiritualWarriorTable = new LootTable({ limit: 127 })\n\n\t/* Weapons */\n\t.add(\"Steel longsword\", 1, 15)\n\t.add(\"Mithril spear(p)\", 1, 9)\n\t.add(\"Iron scimitar\", 1, 8)\n\t.add(\"Mithril axe\", 1, 8)\n\t.add(\"Steel sword\", 1, 7)\n\t.add(\"Mithril mace\", 1, 7)\n\t.add(\"Black warhammer\", 1, 5)\n\t.add(\"Iron sword\", 1, 3)\n\t.add(\"Black dagger\", 1, 2)\n\t.add(\"Adamant battleaxe\", 1, 2)\n\t.add(\"Adamant 2h sword\", 1, 1)\n\t.add(\"Rune longsword\", 1, 1)\n\t.add(\"Rune halberd\", 1, 1)\n\n\t/* Armor */\n\t.add(\"Steel chainbody\", 1, 18)\n\t.add(\"Mithril platelegs\", 1, 11)\n\t.add(\"Leather gloves\", 1, 9)\n\t.add(\"Adamant full helm\", 1, 8)\n\t.add(\"Iron plateskirt\", 1, 4)\n\t.add(\"Black kiteshield\", 1, 3)\n\t.add(\"Rune kiteshield\", 1, 1)\n\n\t/* RDT */\n\t.add(GemTable, 1, 4)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (hard)\");\n\nexport default new SimpleMonster({\n\tid: 2210,\n\tname: \"Spiritual Warrior\",\n\ttable: SpiritualWarriorTable,\n\taliases: [\"spiritual warrior\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport RareDropTable, { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst SteelDragonTable = new LootTable({ limit: 128 })\n\t.every(\"Dragon bones\")\n\t.every(\"Steel bar\", 5)\n\n\t/* Weapons and armour */\n\t.add(\"Rune dart(p)\", 12, 7)\n\t.add(\"Rune mace\", 1, 4)\n\t.add(\"Rune knife\", 7, 3)\n\t.add(\"Adamant kiteshield\", 1, 2)\n\t.add(\"Rune axe\", 1, 2)\n\t.add(\"Rune full helm\", 1, 1)\n\t.oneIn(512, \"Dragon plateskirt\")\n\t.oneIn(512, \"Dragon platelegs\")\n\n\t/* Runes and ammunition */\n\t.add(\"Rune javelin\", 7, 20)\n\t.add(\"Blood rune\", 20, 19)\n\t.add(\"Runite bolts\", [2, 12], 6)\n\t.add(\"Soul rune\", 5, 5)\n\n\t/* Coins */\n\t.add(\"Coins\", 470, 17)\n\n\t/* Other */\n\t.add(\"Super attack(3)\", 1, 13)\n\t.add(\"Runite limbs\", 1, 8)\n\t.add(\"Dragon javelin heads\", 12, 5)\n\t.add(\"Runite bar\", 1, 3)\n\t.add(\"Super defence(2)\", 1, 3)\n\t.add(\"Curry\", 1, 1)\n\t.add(\"Curry\", 2, 1)\n\n\t/* RDT */\n\t.add(RareDropTable, 1, 4)\n\t.add(GemTable, 1, 4)\n\n\t/* Tertiary */\n\t.tertiary(64, \"Clue scroll (hard)\")\n\t.tertiary(500, \"Clue scroll (elite)\")\n\t.tertiary(10_000, \"Draconic visage\");\n\nexport default new SimpleMonster({\n\tid: 8086,\n\tname: \"Steel Dragon\",\n\ttable: SteelDragonTable,\n\taliases: [\"steel dragon\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport FixedAllotmentSeedTable from \"../../../subtables/FixedAllotmentSeedTable\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nexport const SulphurLizardTable = new LootTable()\n\t.every(\"Bones\")\n\t.oneIn(512, \"Mystic gloves (light)\")\n\t.tertiary(128, \"Clue scroll (medium)\")\n\n\t/* Runes */\n\t.add(\"Fire rune\", [10, 25], 26)\n\t.add(\"Fire rune\", [40, 60], 4)\n\t.add(\"Nature rune\", [5, 10], 4)\n\n\t/* Ores and bars */\n\t.add(\"Iron ore\", [5, 10], 22)\n\t.add(\"Coal\", [5, 10], 13)\n\t.add(\"Iron bar\", [6, 10], 4)\n\t.add(\"Steel bar\", [3, 5], 4)\n\t.add(\"Tin ore\", [10, 15], 4)\n\t.add(\"Copper ore\", [10, 15], 3)\n\t.add(\"Silver ore\", [5, 10], 3)\n\t.add(\"Silver bar\", [3, 5], 2)\n\t.add(\"Mithril ore\", [3, 5], 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 10)\n\n\t/* Seeds */\n\t.add(FixedAllotmentSeedTable, 1, 9)\n\n\t/* Other */\n\t.add(\"Rainbow fish\", 1, 13)\n\n\t/* Subtables */\n\t.add(GemTable, 1, 4)\n\t.add(GemTable, 2, 2);\n\nexport default new SimpleMonster({\n\tid: 8614,\n\tname: \"Sulphur Lizard\",\n\ttable: SulphurLizardTable,\n\taliases: [\"sulphur lizard\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst SuqahTable = new LootTable({ limit: 129 })\n\t.every(\"Big bones\")\n\t.every(\"Suqah hide\")\n\n\t/* Other */\n\t.add(\"Suqah tooth\", 1, 69)\n\t.add(\"Grimy guam leaf\", 1, 30)\n\t.add(\"Grimy marrentill\", 1, 25)\n\n\t/* RDT */\n\t.add(GemTable, 1, 5)\n\n\t/* Tertiary */\n\t.tertiary(129, \"Clue scroll (hard)\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(5013, \"Curved bone\");\n\nexport default new SimpleMonster({\n\tid: 787,\n\tname: \"Suqah\",\n\ttable: SuqahTable,\n\taliases: [\"suqah\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\nimport UncommonSeedDropTable from \"../../../subtables/UncommonSeedDropTable\";\n\nconst TatteredPageTable = new LootTable()\n\t.add(\"Tattered moon page\")\n\t.add(\"Tattered sun page\")\n\t.add(\"Tattered temple page\");\n\nexport const TempleSpiderTable = new LootTable()\n\t/* Tertiary */\n\t.tertiary(30, TatteredPageTable)\n\t.tertiary(100, \"Grubby key\")\n\t.tertiary(200, \"Clue scroll (hard)\")\n\n\t/* Weapons and armour */\n\t.add(\"Adamant longsword\", 1, 4)\n\t.add(\"Adamant med helm\", 1, 4)\n\t.add(\"Rune dagger\", 1, 1)\n\t.add(\"Rune med helm\", 1, 1)\n\n\t/* Runes */\n\t.add(\"Air rune\", [30, 50], 5)\n\t.add(\"Earth rune\", [30, 50], 5)\n\t.add(\"Fire rune\", [30, 50], 5)\n\t.add(\"Water rune\", [30, 50], 5)\n\t.add(\"Chaos rune\", [10, 15], 2)\n\t.add(\"Cosmic rune\", [10, 15], 2)\n\t.add(\"Death rune\", [10, 15], 2)\n\t.add(\"Nature rune\", [10, 15], 2)\n\t.add(\"Law rune\", 5, 1)\n\t.add(\"Soul rune\", 5, 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 15)\n\n\t/* Seeds */\n\t.add(UncommonSeedDropTable, 1, 6)\n\n\t/* Other */\n\t.add(\"Coins\", [400, 600], 17)\n\t.add(\"Red spiders' eggs\", [3, 5], 8)\n\t.add(\"Superantipoison(2)\", 1, 8)\n\t.add(\"Weapon poison(+)\", 1, 2)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 1);\n\nexport default new SimpleMonster({\n\tid: 8703,\n\tname: \"Temple Spider\",\n\ttable: TempleSpiderTable,\n\taliases: [\"temple spider\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const TerrorBirdTable = new LootTable().every(\"Bones\");\n\nexport default new SimpleMonster({\n\tid: 2064,\n\tname: \"Terrorbird\",\n\ttable: TerrorBirdTable,\n\taliases: [\"terrorbird\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst TerrorDogTable = new LootTable()\n\t.every(\"Big bones\")\n\n\t/* Weapons and armour */\n\t.add(\"Steel platelegs\", 1, 4)\n\t.add(\"Mithril axe\", 1, 3)\n\t.add(\"Steel battleaxe\", 1, 3)\n\t.add(\"Mithril spear\", 1, 2)\n\t.add(\"Adamant full helm\", 1, 1)\n\t.add(\"Granite helm\", 1, 1)\n\t.add(\"Mithril kiteshield\", 1, 1)\n\t.add(\"Rune dagger\", 1, 1)\n\n\t/* Runes*/\n\t.add(\"Water rune\", 75, 8)\n\t.add(\"Nature rune\", 15, 5)\n\t.add(\"Law rune\", 3, 3)\n\t.add(\"Fire rune\", 37, 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 15)\n\n\t/* Coins */\n\t.add(\"Coins\", 44, 29)\n\t.add(\"Coins\", 132, 25)\n\t.add(\"Coins\", 200, 10)\n\t.add(\"Coins\", 11, 5)\n\t.add(\"Coins\", 440, 1)\n\n\t/* Other */\n\t.add(\"Adamantite ore\", 1, 3)\n\t.add(\"Bass\", 1, 3)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 5)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (hard)\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(5013, \"Curved bone\");\n\nexport default new SimpleMonster({\n\tid: 6473,\n\tname: \"Terror dog\",\n\ttable: TerrorDogTable,\n\taliases: [\"terror dog\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport TreeHerbSeedTable from \"../../../subtables/TreeHerbSeedTable\";\n\nconst TormentedDemonUniqueTable = new LootTable().add(\"Tormented synapse\").add(\"Burning claw\");\n\nconst TormentedDemonHerbTable = new LootTable()\n\t.add(\"Grimy kwuarm\", 1, 10)\n\t.add(\"Grimy dwarf weed\", 1, 8)\n\t.add(\"Grimy cadantine\", 1, 8)\n\t.add(\"Grimy lantadyme\", 1, 6)\n\t.add(\"Grimy avantoe\", 1, 5)\n\t.add(\"Grimy ranarr weed\", 1, 4)\n\t.add(\"Grimy snapdragon\", 1, 4)\n\t.add(\"Grimy torstol\", 1, 3);\n\nconst TormentedDemonBowTable = new LootTable().add(\"Magic shortbow (u)\", 1, 29).add(\"Magic longbow (u)\", 1, 1);\n\nconst TormentedDemonTable = new LootTable()\n\t.every(\"Infernal ashes\")\n\t.oneIn(500, TormentedDemonUniqueTable)\n\n\t/* Weapons and Armour */\n\t.add(\"Rune platebody\", 1, 4)\n\t.add(\"Dragon dagger\", 1, 3)\n\t.add(\"Battlestaff\", 1, 3)\n\t.add(\"Rune kiteshield\", 1, 2)\n\n\t/* Runes and Ammunition */\n\t.add(\"Chaos rune\", [25, 100], 4)\n\t.add(\"Rune arrow\", [65, 125], 4)\n\t.add(\"Soul rune\", [50, 75], 2)\n\n\t/* Consumables */\n\t.add(\"Manta ray\", [1, 2], 4)\n\t.add(\"Prayer potion(4)\", 1, 1)\n\t.add(\"Prayer potion(2)\", 2, 1)\n\t.add(new LootTable(), 1, 5) //Smouldering drops\n\n\t/* Other */\n\t.add(TormentedDemonBowTable, 1, 6)\n\t.add(\"Malicious ashes\", [2, 3], 2)\n\t.add(\"Fire orb\", [5, 7], 2)\n\t.add(\"Dragon arrowtips\", [30, 40], 1)\n\n\t.add(TormentedDemonHerbTable, 1, 6)\n\t.add(TreeHerbSeedTable, 1, 1)\n\n\t.tertiary(12, \"Guthixian temple teleport\", 2)\n\t.tertiary(128, \"Clue scroll (elite)\");\n\nexport default new SimpleMonster({\n\tid: 13600,\n\tname: \"Tormented Demon\",\n\ttable: TormentedDemonTable,\n\taliases: [\"tormented demon\", \"td\", \"tds\", \"torm\", \"torm demon\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport RareDropTable from \"../../../subtables/RareDropTable\";\nimport TreeHerbSeedTable from \"../../../subtables/TreeHerbSeedTable\";\n\nconst UniqueTable = new LootTable()\n\t.add(\"Zenyte shard\", 1, 5)\n\t.add(\"Ballista limbs\", 1, 3)\n\t.add(\"Ballista spring\", 1, 3)\n\t.add(\"Light frame\", 1, 2)\n\t.add(\"Heavy frame\", 1, 1)\n\t.add(\"Monkey tail\", 1, 1);\n\nconst TorturedGorillaTable = new LootTable()\n\t.every(\"Big bones\")\n\t.oneIn(1000, UniqueTable)\n\n\t// Todo: Check in future for updated loot chances.\n\t/* Weapons and armor */\n\t.add(\"Rune med helm\", 1, 8)\n\t.add(\"Rune scimitar\", 1, 8)\n\n\t/* Runes and ammunition */\n\t.add(\"Adamant bolts\", 1, 36)\n\t.add(\"Earth rune\", [418, 599], 10)\n\t.add(\"Law rune\", [50, 75], 35)\n\t.add(\"Death rune\", [50, 75], 35)\n\n\t/* Herbs */\n\t.add(\"Grimy cadantine\", 1, 8)\n\t.add(\"Grimy kwuarm\", 1, 8)\n\t.add(\"Grimy dwarf weed\", 1, 8)\n\n\t/* Seeds */\n\t.add(TreeHerbSeedTable, 1, 25)\n\n\t/* Materials */\n\t.add(\"Javelin shaft\", [100, 299], 10)\n\t.add(\"Adamantite bar\", [1, 2], 5)\n\t.add(\"Ruby\", [2, 3], 5)\n\t.add(\"Rune javelin heads\", [45, 55], 5)\n\t.add(\"Dragon javelin heads\", [27, 33], 5)\n\n\t/* Other */\n\t.add(\"Coins\", [1171, 1969], 30)\n\t.add(\"Shark\", 1, 5)\n\t.add(\"Prayer potion(1)\", 1, 5)\n\n\t/* RDT */\n\t.add(RareDropTable, 1, 5)\n\n\t/* Tertiary */\n\t.tertiary(300, \"Clue scroll (hard)\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(1500, \"Clue scroll (elite)\")\n\t.tertiary(5013, \"Curved bone\");\n\nexport default new SimpleMonster({\n\tid: 7097,\n\tname: \"Tortured Gorilla\",\n\ttable: TorturedGorillaTable,\n\taliases: [\"tortured gorilla\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport UncommonSeedDropTable from \"../../../subtables/UncommonSeedDropTable\";\n\nexport const TorturedSoulTable = new LootTable({ limit: 128 })\n\n\t/* Runes */\n\t.add(\"Body rune\", 7, 7)\n\t.add(\"Water rune\", 6, 6)\n\t.add(\"Law rune\", 2, 3)\n\n\t/* Herbs */\n\t.add(\"Grimy harralander\", 1, 5)\n\t.add(\"Grimy tarromin\", 1, 3)\n\t.add(\"Grimy marrentill\", 1, 2)\n\t.add(\"Grimy guam leaf\", 1, 1)\n\t.add(\"Grimy ranarr weed\", 1, 1)\n\n\t/* Coins */\n\t.add(\"Coins\", 3, 30)\n\t.add(\"Coins\", 2, 21)\n\t.add(\"Coins\", 6, 3)\n\t.add(\"Coins\", 5, 3)\n\t.add(\"Coins\", 2, 2)\n\t.add(\"Coins\", 12, 1)\n\n\t/* Other */\n\t.add(\"Limpwurt root\", 1, 3)\n\t.add(\"Vial of water\", 1, 1)\n\n\t/* Subtable */\n\t.add(UncommonSeedDropTable, 1, 20);\n\nexport default new SimpleMonster({\n\tid: 2999,\n\tname: \"Tortured soul\",\n\ttable: TorturedSoulTable,\n\taliases: [\"tortured soul\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst TrollGeneralTable = new LootTable()\n\t.every(\"Big bones\")\n\n\t/* Weapons and armour */\n\t.add(\"Steel platebody\", 1, 4)\n\t.add(\"Black warhammer\", 1, 3)\n\t.add(\"Steel warhammer\", 1, 3)\n\t.add(\"Adamant axe\", 1, 2)\n\t.add(\"Adamant sq shield\", 1, 1)\n\t.add(\"Granite shield\", 1, 1)\n\t.add(\"Mithril platebody\", 1, 1)\n\t.add(\"Rune warhammer\", 1, 1)\n\n\t/* Runes */\n\t.add(\"Earth rune\", 80, 8)\n\t.add(\"Nature rune\", 16, 5)\n\t.add(\"Law rune\", 4, 3)\n\t.add(\"Earth rune\", 65, 1)\n\t.add(\"Earth rune\", 25, 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 15)\n\n\t/* Coins */\n\t.add(\"Coins\", 40, 29)\n\t.add(\"Coins\", 135, 25)\n\t.add(\"Coins\", 190, 10)\n\t.add(\"Coins\", 20, 4)\n\t.add(\"Coins\", 420, 1)\n\n\t/* Other */\n\t.add(\"Coal\", 6, 3)\n\t.add(\"Raw tuna\", 4, 2)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 5)\n\n\t/* Tertiary */\n\t.tertiary(28, \"Ensouled troll head\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(5013, \"Curved bone\");\n\nexport default new SimpleMonster({\n\tid: 4120,\n\tname: \"Troll general\",\n\ttable: TrollGeneralTable,\n\taliases: [\"troll general\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\nimport RareSeedTable from \"../../../subtables/RareSeedTable\";\n\nconst TurothHerbTable = new LootTable().add(HerbDropTable, 1, 15).add(HerbDropTable, 2, 10).add(HerbDropTable, 3, 6);\n\nexport const TurothPreTable = new LootTable({ limit: 128 })\n\t/* Weapons and armour */\n\t.add(\"Steel platelegs\", 1, 7)\n\t.add(\"Mithril axe\", 1, 3)\n\t.add(\"Mithril kiteshield\", 1, 1)\n\t.add(\"Adamant full helm\", 1, 1)\n\t.add(\"Rune dagger\", 1, 1)\n\t.oneIn(500, \"Leaf-bladed sword\")\n\t.oneIn(512, \"Mystic robe bottom (light)\")\n\n\t/* Runes */\n\t.add(\"Law rune\", 3, 6)\n\t.add(\"Nature rune\", 15, 5)\n\t.add(\"Nature rune\", 37, 1)\n\n\t/* Herbs */\n\t.add(TurothHerbTable, 1, 31)\n\n\t/* Seeds */\n\t.add(RareSeedTable, 1, 18)\n\n\t/* Materials */\n\t.add(\"Limpwurt root\", 1, 7)\n\n\t/* Other */\n\t.add(\"Coins\", 44, 29)\n\t.add(\"Coins\", 132, 12)\n\t.add(\"Coins\", 440, 1)\n\n\t/* RDT */\n\t.add(GemTable, 1, 5);\n\nconst TurothTable = new LootTable()\n\t.every(\"Bones\")\n\t.every(TurothPreTable)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (hard)\");\n\nexport default new SimpleMonster({\n\tid: 426,\n\tname: \"Turoth\",\n\ttable: TurothTable,\n\taliases: [\"turoth\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\nimport RareSeedTable from \"../../../subtables/RareSeedTable\";\n\nexport const TwistedBansheePreTable = new LootTable()\n\t/* Weapons and armour */\n\t.add(\"Battlestaff\", 1, 10)\n\t.add(\"Air battlestaff\", 1, 4)\n\t.add(\"Adamant mace\", 1, 4)\n\t.add(\"Rune dagger\", 1, 4)\n\t.add(\"Rune med helm\", 1, 4)\n\t.add(\"Adamant kiteshield\", 1, 2)\n\t.add(\"Rune full helm\", 1, 2)\n\t.add(\"Mystic gloves (dark)\", 1, 1)\n\n\t/* Runes */\n\t.add(\"Cosmic rune\", 20, 6)\n\t.add(\"Air rune\", 30, 5)\n\t.add(\"Chaos rune\", 30, 4)\n\t.add(\"Chaos rune\", 17, 2)\n\t.add(\"Fire rune\", 35, 2)\n\n\t/* Materials */\n\t.add(\"Pure essence\", 65, 42)\n\t.add(\"Eye of newt\", 1, 2)\n\t.add(\"Mithril ore\", 1, 2)\n\n\t/* Coins */\n\t.add(\"Coins\", 130, 18)\n\t.add(\"Coins\", 35, 14)\n\t.add(\"Coins\", 260, 14)\n\n\t/* Other */\n\t.add(\"Swordfish\", 1, 10)\n\n\t/* Subtables */\n\t.add(HerbDropTable, 1, 68)\n\t.add(RareSeedTable, 1, 26)\n\t.add(GemTable, 1, 4);\n\nconst TwistedBansheeTable = new LootTable()\n\t.every(TwistedBansheePreTable)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (hard)\", 1);\n\nexport default new SimpleMonster({\n\tid: 7272,\n\tname: \"Twisted Banshee\",\n\ttable: TwistedBansheeTable,\n\taliases: [\"twisted banshee\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst TzHaarHurTable = new LootTable({ limit: 195 })\n\t.add(\"Tokkul\", [3, 7], 182)\n\t.add(\"Uncut sapphire\", 1, 5)\n\t.add(\"Uncut emerald\", 1, 4)\n\t.add(\"Uncut ruby\", 1, 3)\n\t.add(\"Uncut diamond\", 1, 1)\n\t.tertiary(176_743, \"Rocky\");\n\nexport default new SimpleMonster({\n\tid: 2161,\n\tname: \"TzHaar-Hur\",\n\tpickpocketTable: TzHaarHurTable,\n\taliases: [\"tzhaarhur\", \"tzhaar hur\", \"tzhaar-hur\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst OnyxBoltTipTable = new LootTable().add(\"Onyx bolt tips\", [1, 4], 1).add(\"Onyx bolt tips\", 20, 1);\n\nconst TzHaarKetTable = new LootTable()\n\t/* Weapons and armour */\n\t.oneIn(512, \"Tzhaar-ket-om\")\n\t.oneIn(512, \"Toktz-ket-xil\")\n\t.oneIn(512, \"Obsidian cape\")\n\t.oneIn(2000, \"Obsidian helmet\")\n\t.oneIn(2000, \"Obsidian platebody\")\n\t.oneIn(2000, \"Obsidian platelegs\")\n\n\t/* Materials */\n\t.add(\"Uncut sapphire\", 1, 4)\n\t.add(\"Uncut emerald\", 1, 3)\n\t.add(\"Uncut ruby\", 1, 3)\n\t.add(\"Uncut diamond\", 1, 1)\n\t.add(OnyxBoltTipTable, 1, 1)\n\n\t/* Other */\n\t.add(\"Tokkul\", [1, 103], 15)\n\n\t/* Tertiary */\n\t.tertiary(35, \"Ensouled tzhaar head\");\n\nexport default new SimpleMonster({\n\tid: 2173,\n\tname: \"TzHaar-Ket\",\n\ttable: TzHaarKetTable,\n\taliases: [\"tzhaar-ket\", \"tzhaar\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst TzHaarMejTable = new LootTable()\n\t.oneIn(4096, \"Toktz-mej-tal\")\n\t.oneIn(4096, \"Obsidian cape\")\n\t.add(\"Tokkul\", [1, 71], 10)\n\t.add(\"Earth rune\", 25)\n\t.add(\"Fire rune\", 25)\n\t.add(\"Air rune\", 25)\n\t.add(\"Chaos rune\", 5)\n\t.add(\"Nature rune\", 2)\n\t.add(\"Death rune\", 2)\n\t.add(\"Uncut diamond\", 1);\n\nexport const TzHaarMej = new SimpleMonster({\n\tid: 2154,\n\tname: \"TzHaar-Mej\",\n\ttable: TzHaarMejTable,\n\taliases: [\"tzhaar-mej\", \"mej\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst TzHaarXilTable = new LootTable()\n\t.oneIn(512, \"Toktz-xil-ul\", [9, 29])\n\t.oneIn(512, \"Toktz-xil-ak\")\n\t.oneIn(512, \"Toktz-xil-ek\")\n\t.oneIn(512, \"Obsidian cape\")\n\t.add(\"Tokkul\", [1, 59], 10)\n\t.add(\"Uncut sapphire\", 2)\n\t.add(\"Uncut emerald\", 2)\n\t.add(\"Uncut ruby\", 2)\n\t.add(\"Uncut diamond\");\n\nexport const TzHaarXil = new SimpleMonster({\n\tid: 2168,\n\tname: \"TzHaar-Xil\",\n\ttable: TzHaarXilTable,\n\taliases: [\"tzhaar-xil\", \"xil\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const UndeadChickenTable = new LootTable({ limit: 4 })\n\t.every(\"Bones\")\n\t.every(\"Raw chicken\")\n\t.add(\"Feather\", 5, 2)\n\t.add(\"Feather\", 15, 1);\n\nexport default new SimpleMonster({\n\tid: 2993,\n\tname: \"Undead chicken\",\n\ttable: UndeadChickenTable,\n\taliases: [\"undead chicken\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const UndeadCowTable = new LootTable().every(\"Bones\").every(\"Cowhide\").every(4287);\n\nexport default new SimpleMonster({\n\tid: 2992,\n\tname: \"Undead cow\",\n\ttable: UndeadCowTable,\n\taliases: [\"undead cow\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\nimport UncommonSeedDropTable from \"../../../subtables/UncommonSeedDropTable\";\n\nconst TatteredPageTable = new LootTable()\n\t.add(\"Tattered moon page\")\n\t.add(\"Tattered sun page\")\n\t.add(\"Tattered temple page\");\n\nconst HerbHerbDropTable = new LootTable().add(HerbDropTable, 1, 1).add(HerbDropTable, 2, 1).add(HerbDropTable, 3, 1);\n\nexport const UndeadDruidTable = new LootTable()\n\t.every(\"Bones\")\n\n\t/* Tertiary */\n\t.tertiary(30, TatteredPageTable)\n\t.tertiary(75, \"Grubby key\")\n\t.tertiary(100, \"Clue scroll (hard)\")\n\t.tertiary(5000, \"Zombie champion scroll\")\n\n\t/* Weapons and armour */\n\t.add(\"Air battlestaff\", 1, 2)\n\t.add(\"Earth battlestaff\", 1, 2)\n\t.oneIn(1000, \"Mask of ranul\")\n\n\t/* Runes */\n\t.add(\"Air rune\", [200, 300], 5)\n\t.add(\"Earth rune\", [200, 300], 5)\n\t.add(\"Blood rune\", [20, 30], 3)\n\t.add(\"Chaos rune\", [50, 80], 3)\n\t.add(\"Cosmic rune\", [20, 30], 3)\n\t.add(\"Death rune\", [20, 30], 3)\n\t.add(\"Nature rune\", [20, 30], 3)\n\t.add(\"Mud rune\", [30, 70], 3)\n\t.add(\"Law rune\", [10, 20], 2)\n\n\t/* Herbs */\n\t.add(HerbHerbDropTable, 1, 22)\n\n\t/* Seeds */\n\t.add(UncommonSeedDropTable, 1, 12)\n\n\t/* Materials */\n\t.add(\"Eye of newt\", [25, 30], 2)\n\t.add(\"Potato cactus\", [10, 15], 2)\n\t.add(\"White berries\", [10, 15], 2)\n\t.add(\"Wine of zamorak\", [5, 8], 2)\n\n\t/* Other */\n\t.add(\"Coins\", [1000, 5000], 6)\n\t.add(\"Amulet of defence\", 1, 5)\n\t.add(\"Amulet of magic\", 1, 5)\n\t.add(\"Amulet of strength\", 1, 5)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 1);\n\nexport default new SimpleMonster({\n\tid: 2145,\n\tname: \"Undead Druid\",\n\ttable: UndeadDruidTable,\n\taliases: [\"undead druid\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst ScrollTable = new LootTable().add(\"Skeleton champion scroll\").add(\"Zombie champion scroll\");\n\nexport const UndeadOneTable = new LootTable().every(\"Bones\").tertiary(5000, ScrollTable);\n\nexport default new SimpleMonster({\n\tid: 5342,\n\tname: \"Undead one\",\n\ttable: UndeadOneTable,\n\taliases: [\"undead one\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const UnicornTable = new LootTable().every(\"Bones\").every(\"Unicorn horn\").tertiary(35, \"Ensouled unicorn head\");\n\nexport default new SimpleMonster({\n\tid: 2837,\n\tname: \"Unicorn\",\n\ttable: UnicornTable,\n\taliases: [\"unicorn\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const UriumShadeTable = new LootTable().every(\"Urium remains\");\n\nexport default new SimpleMonster({\n\tid: 10_589,\n\tname: \"Urium Shade\",\n\ttable: UriumShadeTable,\n\taliases: [\"urium shade\", \"urium\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const VampyreJuvinateTable = new LootTable()\n\t/* Weapons */\n\t.add(\"Black battleaxe\", 1, 2)\n\t.add(\"Mithril battleaxe\", 1, 2)\n\t.add(\"Mithril scimitar\", 1, 2)\n\t.add(\"Mithril longsword\", 1, 2)\n\t.add(\"Adamant axe\", 1, 2)\n\t.add(\"Staff of air\", 1, 1)\n\t.add(\"Staff of fire\", 1, 1)\n\t.add(\"Black spear\", 1, 1)\n\t.add(\"Black 2h sword\", 1, 1)\n\t.add(\"Mithril 2h sword\", 1, 1)\n\t.add(\"Mithril warhammer\", 1, 1)\n\t.add(\"Adamant sword\", 1, 1)\n\t.add(\"Adamant mace\", 1, 1)\n\t.add(\"Adamant scimitar\", 1, 1)\n\n\t/* Armour */\n\t.add(\"Steel plateskirt\", 1, 4)\n\t.add(\"Steel platebody\", 1, 4)\n\t.add(\"Black full helm\", 1, 2)\n\t.add(\"Black kiteshield\", 1, 2)\n\t.add(\"Black sq shield\", 1, 2)\n\t.add(\"Mithril full helm\", 1, 2)\n\t.add(\"Mithril chainbody\", 1, 2)\n\t.add(\"Black chainbody\", 1, 1)\n\t.add(\"Black platelegs\", 1, 1)\n\t.add(\"Mithril platelegs\", 1, 1)\n\t.add(\"Mithril sq shield\", 1, 1)\n\t.add(\"Adamant med helm\", 1, 1)\n\n\t/* Runes */\n\t.add(\"Nature rune\", 10, 1)\n\t.add(\"Death rune\", 10, 1)\n\n\t/* Materials */\n\t.add(\"Willow logs\", 5, 2)\n\t.add(\"Yew logs\", 5, 2)\n\t.add(\"Ruby ring\", 1, 2)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (medium)\");\n\nexport default new SimpleMonster({\n\tid: 3694,\n\tname: \"Vampyre Juvinate\",\n\ttable: VampyreJuvinateTable,\n\taliases: [\"vampyre juvinate\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst VyreTable = new LootTable({ limit: 132 })\n\t.add(\"Coins\", [250, 315], 109)\n\t.add(\"Death rune\", 2, 8)\n\t.add(\"Blood pint\", 1, 6)\n\t.add(\"Uncut ruby\", 1, 5)\n\t.add(\"Blood rune\", 4, 2)\n\t.add(\"Diamond\")\n\t.add(\"Cooked mystery meat\")\n\t.oneIn(5000, \"Blood shard\")\n\t.tertiary(99_175, \"Rocky\");\n\nexport default new SimpleMonster({\n\tid: 9710,\n\tname: \"Vyre\",\n\tpickpocketTable: VyreTable,\n\taliases: [\"vyre\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport RareDropTable from \"../../../subtables/RareDropTable\";\n\nexport const VyrewatchTable = new LootTable()\n\t.every(\"Vampyre dust\")\n\t/* Weapons and armour */\n\t.add(\"Rune dagger\", 1, 8)\n\t.add(\"Adamant platelegs\", 1, 8)\n\t.add(\"Adamant platebody\", 1, 8)\n\t.add(\"Rune platelegs\", 1, 4)\n\t.add(\"Mithril axe\", 1, 4)\n\t.add(\"Rune full helm\", 1, 2)\n\n\t/* Runes and ammunition */\n\t.add(\"Earth rune\", [4, 12], 8)\n\t.add(\"Death rune\", [4, 12], 4)\n\t.add(\"Chaos rune\", [7, 25], 4)\n\t.add(\"Adamant arrow\", [8, 16], 4)\n\t.add(\"Rune javelin\", [9, 15], 2)\n\n\t/* Herbs */\n\t.add(\"Grimy marrentill\", 1, 2)\n\t.add(\"Grimy harralander\", 1, 2)\n\t.add(\"Grimy guam leaf\", 1, 2)\n\t.add(\"Grimy avantoe\", 1, 2)\n\n\t/* Seeds */\n\t.add(\"Cabbage seed\", 4, 4)\n\t.add(\"Potato seed\", 4, 4)\n\t.add(\"Mushroom spore\", 1, 4)\n\t.add(\"Marigold seed\", 1, 2)\n\t.add(\"Tarromin seed\", 1, 2)\n\t.add(\"Torstol seed\", 1, 1)\n\t.add(\"Asgarnian seed\", 3, 1)\n\t.add(\"Snapdragon seed\", 1, 1)\n\n\t/* Materials */\n\t.add(\"Adamantite ore\", 1, 4)\n\t.add(\"Coal\", 6, 4)\n\t.add(\"Runite bar\", 1, 4)\n\t.add(\"Mort myre fungus\", 2, 4)\n\t.add(\"Yew logs\", 4, 3)\n\t.add(\"Bark\", [6, 10], 3)\n\t.add(\"Black axe\", 1, 3)\n\t.add(\"Opal bolt tips\", [4, 7], 2)\n\t.add(\"Pearl bolt tips\", [5, 10], 2)\n\t.add(\"Emerald bolt tips\", 6, 2)\n\t.add(\"Onyx bolt tips\", [4, 10], 2)\n\t.add(\"Ruby bolt tips\", 9, 2)\n\t.add(\"Amethyst bolt tips\", 10, 2)\n\t.add(\"Diamond bolt tips\", [4, 6], 2)\n\t.add(\"Dragonstone bolt tips\", 5, 2)\n\n\t/* Coins */\n\t.add(\"Coins\", [244, 1000], 24)\n\n\t/* Rare drop table */\n\t.add(RareDropTable, 1, 1)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (hard)\");\n\nexport default new SimpleMonster({\n\tid: 3717,\n\tname: \"Vyrewatch\",\n\ttable: VyrewatchTable,\n\taliases: [\"vyrewatch\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport RareDropTable from \"../../../subtables/RareDropTable\";\nimport UncommonSeedDropTable from \"../../../subtables/UncommonSeedDropTable\";\n\nexport const VyrewatchSentinelTable = new LootTable()\n\t.every(\"Vampyre dust\")\n\n\t/* Unique */\n\t.oneIn(1500, \"Blood shard\")\n\n\t/* Weapons and armour */\n\t.add(\"Rune dagger\", 1, 6)\n\t.add(\"Adamant platelegs\", 1, 6)\n\t.add(\"Adamant platebody\", 1, 4)\n\t.add(\"Rune full helm\", 1, 1)\n\t.add(\"Rune kiteshield\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Death rune\", [6, 10], 10)\n\t.add(\"Blood rune\", [8, 16], 10)\n\t.add(\"Nature rune\", [6, 11], 10)\n\t.add(\"Rune arrow\", [4, 10], 4)\n\t.add(\"Rune javelin\", [5, 15], 2)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 1)\n\n\t/* Seeds */\n\t.add(UncommonSeedDropTable, 1, 1)\n\n\t/* Bolt tips */\n\t.oneIn(589, \"Opal bolt tips\", [6, 14])\n\t.oneIn(589, \"Pearl bolt tips\", [6, 14])\n\t.oneIn(589, \"Diamond bolt tips\", [6, 14])\n\t.oneIn(883, \"Emerald bolt tips\", [6, 14])\n\t.oneIn(883, \"Ruby bolt tips\", [6, 14])\n\t.oneIn(884, \"Dragonstone bolt tips\", [6, 14])\n\t.oneIn(1767, \"Jade bolt tips\", [6, 14])\n\t.oneIn(1767, \"Topaz bolt tips\", [6, 14])\n\t.oneIn(1767, \"Sapphire bolt tips\", [6, 14])\n\t.oneIn(1767, \"Onyx bolt tips\", [6, 14])\n\n\t/* Materials */\n\t.add(\"Bark\", [4, 8], 4)\n\t.add(\"Coal\", 8, 4)\n\t.add(\"Runite bar\", 1, 2)\n\t.add(\"Yew logs\", 6, 2)\n\t.add(\"Runite ore\", 1, 2)\n\n\t/* Coins */\n\t.add(\"Coins\", [100, 1000], 21)\n\n\t/* Rare drop table */\n\t.add(RareDropTable, 1, 1)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (hard)\");\n\nexport default new SimpleMonster({\n\tid: 9756,\n\tname: \"Vyrewatch Sentinel\",\n\ttable: VyrewatchSentinelTable,\n\taliases: [\"vyrewatch sentinel\", \"bat people\", \"bat person\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const WallBeastTable = new LootTable()\n\t/* Runes */\n\t.add(\"Air rune\", 3, 8)\n\t.add(\"Cosmic rune\", 2, 2)\n\t.add(\"Chaos rune\", [3, 7], 2)\n\n\t/* Weapons and armour */\n\t.add(\"Bronze med helm\", 1, 8)\n\t.add(\"Bronze full helm\", 1, 8)\n\t.add(\"Iron med helm\", 1, 8)\n\t.add(\"Steel med helm\", 1, 8)\n\t.add(\"Steel full helm\", 1, 8)\n\t.add(\"Black full helm\", 1, 4)\n\t.add(\"Mithril med helm\", 1, 4)\n\t.add(\"Mithril full helm\", 1, 4)\n\t.add(\"Adamant med helm\", 1, 4)\n\t.oneIn(512, \"Mystic hat (light)\")\n\n\t/* Herbs */\n\t.add(\"Grimy guam leaf\", 1, 8)\n\n\t/* Other */\n\t.add(\"Coins\", 15, 24)\n\t.add(\"Tinderbox\", 1, 8)\n\t.add(\"Lantern lens\", 1, 8)\n\t.add(\"Unlit torch\", 1, 8)\n\t.add(\"Eye of newt\", 1, 4)\n\t.add(\"Bullseye lantern (unf)\", 1, 1)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (medium)\");\n\nexport default new SimpleMonster({\n\tid: 476,\n\tname: \"Wall beast\",\n\ttable: WallBeastTable,\n\taliases: [\"wall beast\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nexport const WarpedJellyPreTable = new LootTable()\n\t/* Weapons and armour */\n\t.add(\"Adamant battleaxe\", 1, 11)\n\t.add(\"Black 2h sword\", 1, 5)\n\t.add(\"Adamant axe\", 1, 3)\n\t.add(\"Adamant 2h sword\", 1, 2)\n\t.add(\"Mithril boots\", 1, 2)\n\t.add(\"Rune kiteshield\", 1, 2)\n\t.add(\"Rune full helm\", 1, 1)\n\n\t/* Runes */\n\t.add(\"Chaos rune\", 45, 5)\n\t.add(\"Death rune\", 15, 3)\n\n\t/* Coins */\n\t.add(\"Coins\", 44, 27)\n\t.add(\"Coins\", 102, 27)\n\t.add(\"Coins\", 220, 9)\n\t.add(\"Coins\", 11, 6)\n\t.add(\"Coins\", 460, 2)\n\n\t/* Other */\n\t.add(\"Lobster\", 2, 16)\n\t.add(\"Gold bar\", 1, 2)\n\t.add(\"Thread\", 10, 1)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 4);\n\nconst WarpedJellyTable = new LootTable()\n\t.every(WarpedJellyPreTable)\n\n\t/* Tertiary */\n\t.tertiary(64, \"Clue scroll (hard)\");\n\nexport default new SimpleMonster({\n\tid: 7277,\n\tname: \"Warped Jelly\",\n\ttable: WarpedJellyTable,\n\taliases: [\"warped jelly\", \"mouldy jelly\", \"moldy jello\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport default new SimpleMonster({\n\tid: 3260,\n\tname: \"Warrior woman\",\n\tpickpocketTable: new LootTable().add(\"Coins\", 18).tertiary(257_211, \"Rocky\"),\n\taliases: [\"warrior woman\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\nimport RareSeedTable from \"../../../subtables/RareSeedTable\";\n\nconst WaterfiendTable = new LootTable()\n\t.every(\"Water rune\")\n\t.every(\"Fiendish ashes\")\n\n\t/* Pre-roll */\n\t.oneIn(3000, \"Mist battlestaff\")\n\n\t/* Weapons and armour */\n\t.add(\"Staff of water\", 1, 6)\n\t.add(\"Water battlestaff\", 1, 4)\n\t.add(\"Adamant chainbody\", 1, 2)\n\t.add(\"Adamant warhammer\", 1, 2)\n\t.add(\"Rune med helm\", 1, 2)\n\t.add(\"Mystic water staff\", 1, 1)\n\t.add(\"Blue d'hide vambraces\", 1, 1)\n\t.add(\"Rune full helm\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Mithril arrow\", 90, 10)\n\t.add(\"Water rune\", 150, 6)\n\t.add(\"Sapphire bolts\", 15, 5)\n\t.add(\"Death rune\", 23, 5)\n\t.add(\"Blood rune\", 17, 3)\n\t.add(\"Mist rune\", [25, 75], 2)\n\t.add(\"Mud rune\", [75, 100], 2)\n\t.add(\"Steam rune\", [40, 60], 2)\n\n\t/* Materials */\n\t.add(\"Mithril ore\", [10, 20], 4)\n\t.add(\"Raw lobster\", 18, 3)\n\t.add(\"Raw shark\", 8, 3)\n\t.add(\"Shark\", 2, 3)\n\t.add(\"Mithril bar\", [10, 15], 1)\n\t.add(\"Uncut sapphire\", 3, 1)\n\t.add(\"Uncut emerald\", 3, 1)\n\t.add(\"Uncut ruby\", 3, 1)\n\t.add(\"Uncut diamond\", 3, 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 9)\n\n\t/* Seeds */\n\t.add(RareSeedTable, 1, 4)\n\t.add(\"Watermelon seed\", [5, 15], 3)\n\n\t/* Other */\n\t.add(\"Coins\", [2000, 3000], 15)\n\t.add(\"Water orb\", [6, 10], 8)\n\t.add(\"Vial of water\", [40, 50], 4)\n\t.add(\"Water talisman\", 1, 4)\n\t.add(\"Oyster\", 3, 2)\n\t.add(\"Seaweed\", [20, 30], 2)\n\t.add(\"Snape grass\", [20, 30], 2)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 3)\n\n\t/* Tertiary */\n\t.tertiary(24, \"Crystal shard\")\n\t.tertiary(128, \"Clue scroll (hard)\");\n\nexport default new SimpleMonster({\n\tid: 2916,\n\tname: \"Waterfiend\",\n\ttable: WaterfiendTable,\n\taliases: [\"waterfiend\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst WerewolfTable = new LootTable({ limit: 512 })\n\t.every(\"Wolf bones\")\n\n\t/* Weapons and armour */\n\t.add(\"Steel scimitar\", 1, 32)\n\t.add(\"Steel axe\", 1, 25)\n\t.add(\"Steel full helm\", 1, 15)\n\t.add(\"Mithril chainbody\", 1, 10)\n\t.add(\"Mithril sq shield\", 1, 10)\n\t.add(\"Rune med helm\", 1, 3)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 3)\n\n\t/* Food */\n\t.add(\"Jug of wine\", 1, 20)\n\t.add(\"Raw chicken\", 5, 10)\n\t.add(\"Raw beef\", 5, 10)\n\t.add(\"Raw bear meat\", 5, 10)\n\n\t/* Coins */\n\t.add(\"Coins\", 10, 80)\n\t.add(\"Coins\", 90, 20)\n\t.add(\"Coins\", 120, 20)\n\t.add(\"Coins\", 222, 20)\n\t.add(\"Coins\", 364, 20)\n\n\t/* Other */\n\t.add(\"Grey wolf fur\", 1, 100)\n\t.add(\"Fur\", 1, 100)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 2)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (easy)\")\n\t.tertiary(512, \"Clue scroll (medium)\");\n\nexport default new SimpleMonster({\n\tid: 2593,\n\tname: \"Werewolf\",\n\ttable: WerewolfTable,\n\taliases: [\"werewolf\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const WhiteWolfTable = new LootTable().every(\"Wolf bones\");\n\nexport default new SimpleMonster({\n\tid: 108,\n\tname: \"White Wolf\",\n\ttable: WhiteWolfTable,\n\taliases: [\"white wolf\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const WildDogTable = new LootTable().every(\"Bones\").tertiary(25, \"Ensouled dog head\");\n\nexport default new SimpleMonster({\n\tid: 112,\n\tname: \"Wild dog\",\n\ttable: WildDogTable,\n\taliases: [\"wild dog\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const WolfTable = new LootTable().every(\"Wolf bones\").tertiary(128, \"Clue scroll (beginner)\");\n\nexport default new SimpleMonster({\n\tid: 106,\n\tname: \"Wolf\",\n\ttable: WolfTable,\n\taliases: [\"wolf\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport ManWomanTable from \"../../../subtables/ManWomanTable\";\n\nexport default new SimpleMonster({\n\tid: 1119,\n\tname: \"Woman\",\n\ttable: ManWomanTable,\n\tpickpocketTable: new LootTable().add(\"Coins\", 3).tertiary(257_211, \"Rocky\"),\n\taliases: [\"women\", \"woman\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\nimport RareSeedTable from \"../../../subtables/RareSeedTable\";\n\nconst WyrmOnTaskUniqueTable = new LootTable()\n\t/* Pre-roll*/\n\t.oneIn(2000, \"Dragon knife\", [75, 150])\n\t.oneIn(2000, \"Dragon thrownaxe\", [75, 150])\n\t.oneIn(2000, \"Dragon sword\")\n\t.oneIn(2000, \"Dragon harpoon\");\n\nconst WyrmOffTaskUniqueTable = new LootTable()\n\t/* Pre-roll*/\n\t.oneIn(10_000, \"Dragon knife\", [75, 150])\n\t.oneIn(10_000, \"Dragon thrownaxe\", [75, 150])\n\t.oneIn(10_000, \"Dragon sword\")\n\t.oneIn(10_000, \"Dragon harpoon\");\n\nexport const WyrmPreTable = new LootTable({ limit: 76 })\n\t/* Weapons and armour */\n\t.add(\"Red d'hide chaps\", 1, 3)\n\t.add(\"Adamant axe\", 1, 2)\n\t.add(\"Adamant sq shield\", 1, 2)\n\t.add(\"Adamant battleaxe\", 1, 2)\n\t.add(\"Adamant 2h sword\", 1, 2)\n\t.add(\"Rune med helm\", 1, 2)\n\t.add(\"Earth battlestaff\", 1, 1)\n\t.add(\"Rune battleaxe\", 1, 1)\n\t.add(\"Dragon dagger\", 1, 1)\n\n\t/* Runes */\n\t.add(\"Fire rune\", 200, 10)\n\t.add(\"Earth rune\", [75, 150], 10)\n\t.add(\"Soul rune\", [15, 20], 5)\n\t.add(\"Blood rune\", [25, 30], 5)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 2, 4)\n\n\t/* Seeds */\n\t.add(RareSeedTable, 1, 3)\n\n\t/* Other */\n\t.add(\"Coins\", [950, 1450], 8)\n\t.add(\"Bass\", 1, 7)\n\t.add(\"Pure essence\", [200, 300], 3)\n\t.add(\"Rune arrowtips\", [8, 12], 2)\n\t.add(\"Adamant arrowtips\", [8, 12], 2)\n\n\t/* RDT */\n\t.add(GemTable, 1, 1);\n\nconst WyrmTable = new LootTable()\n\t.every(\"Wyrm bones\")\n\t.every(WyrmOffTaskUniqueTable)\n\t.every(WyrmPreTable)\n\n\t/* Tertiary */\n\t.tertiary(256, \"Clue scroll (hard)\");\n\nconst WyrmOnTaskTable = new LootTable()\n\t.every(\"Wyrm bones\")\n\t.every(WyrmOnTaskUniqueTable)\n\t.every(WyrmPreTable)\n\n\t/* Tertiary */\n\t.tertiary(256, \"Clue scroll (hard)\");\n\nexport default new SimpleMonster({\n\tid: 8610,\n\tname: \"Wyrm\",\n\ttable: WyrmTable,\n\tonTaskTable: WyrmOnTaskTable,\n\taliases: [\"wyrm\", \"wurms\", \"worms\", \"wyrms\", \"worm\", \"wurm\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst YanilleWatchmanTable = new LootTable().every(\"Coins\", 60).every(\"Bread\").tertiary(134_625, \"Rocky\");\n\nexport default new SimpleMonster({\n\tid: 5420,\n\tname: \"Watchman\",\n\tpickpocketTable: YanilleWatchmanTable,\n\taliases: [\"yanille\", \"watchman\", \"yanille watchman\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const ZogreTable = new LootTable()\n\t.every(\"Zogre bones\")\n\t.every(\"Ogre coffin key\")\n\t.tertiary(5000, \"Zombie champion scroll\");\n\nexport default new SimpleMonster({\n\tid: 866,\n\tname: \"Zogre\",\n\ttable: ZogreTable,\n\taliases: [\"zogre\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\n\nexport const ZombieTable = new LootTable({ limit: 128 })\n\t.every(\"Bones\")\n\t.tertiary(5000, \"Zombie champion scroll\")\n\n\t/* Weapons and armour */\n\t.add(\"Bronze med helm\", 1, 4)\n\t.add(\"Bronze longsword\")\n\t.add(\"Iron axe\")\n\n\t/* Runes and ammunition */\n\t.add(\"Iron arrow\", 5, 7)\n\t.add(\"Body rune\", 6, 5)\n\t.add(\"Mind rune\", 5, 5)\n\t.add(\"Air rune\", 13, 4)\n\t.add(\"Iron arrow\", 8, 4)\n\t.add(\"Steel arrow\", 5, 2)\n\t.add(\"Nature rune\", 6, 1)\n\n\t/* Coins */\n\t.add(\"Coins\", 10, 11)\n\t.add(\"Coins\", 4, 4)\n\t.add(\"Coins\", 18, 3)\n\t.add(\"Coins\", 13, 2)\n\t.add(\"Coins\", 28, 2)\n\n\t/* Other */\n\t.add(\"Fishing bait\", 5, 37)\n\t.add(\"Copper ore\", 1, 2)\n\n\t/* Subtables */\n\t.add(HerbDropTable, 1, 25);\n\nexport default new SimpleMonster({\n\tid: 26,\n\tname: \"Zombie\",\n\ttable: ZombieTable,\n\taliases: [\"zombie\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const ZombiePirateTable = new LootTable()\n\t.every(\"Bones\")\n\n\t/* Pre-roll */\n\t.oneIn(2, new LootTable()) // 'Nothing' drop\n\t.oneIn(24, \"Zombie pirate key\")\n\t.oneIn(20_000, \"Teleport anchoring scroll\")\n\n\t/* Runes */\n\t.add(\"Blood rune\", [30, 60], 4)\n\t.add(\"Death rune\", [30, 90], 4)\n\t.add(\"Chaos rune\", [30, 90], 4)\n\t.add(\"Mind rune\", [30, 90], 4)\n\n\t/* Weapons and armour */\n\t.add(\"Battlestaff\", [1, 3], 8)\n\t.add(\"Adamant platebody\", 1, 6)\n\t.add(\"Rune med helm\", 1, 6)\n\t.add(\"Rune warhammer\", 1, 6)\n\t.add(\"Rune battleaxe\", 1, 6)\n\t.add(\"Rune longsword\", 1, 6)\n\t.add(\"Rune sword\", 1, 6)\n\t.add(\"Rune mace\", 1, 6)\n\t.add(\"Dragon dagger\", 1, 1)\n\t.add(\"Dragon longsword\", 1, 1)\n\t.add(\"Dragon scimitar\", 1, 1)\n\n\t/* Blighted supplies */\n\t.add(\"Blighted ancient ice sack\", [10, 30], 12)\n\t.add(\"Blighted anglerfish\", [5, 15], 12)\n\t.add(\"Blighted manta ray\", [5, 15], 12)\n\t.add(\"Blighted karambwan\", [5, 15], 12)\n\t.add(\"Blighted super restore(4)\", [1, 3], 12)\n\n\t/* Other */\n\t.add(\"Coins\", [1_000, 8_000], 12)\n\t.add(\"Cannonball\", [20, 100], 12)\n\t.add(\"Gold ore\", [5, 15], 12)\n\t.add(\"Adamant seeds\", [5, 10], 8)\n\n\t/* Tertiary */\n\t.tertiary(5000, \"Zombie champion scroll\");\n\nexport default new SimpleMonster({\n\tid: 13_489,\n\tname: \"Zombie pirate\",\n\ttable: ZombiePirateTable,\n\taliases: [\"zombie pirate\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const ZombieRatTable = new LootTable().every(\"Bones\");\n\nexport default new SimpleMonster({\n\tid: 3969,\n\tname: \"Zombie rat\",\n\ttable: ZombieRatTable,\n\taliases: [\"zombie rat\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport CommonSeedDropTable from \"../../../subtables/CommonSeedDropTable\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport RareDropTable from \"../../../subtables/RareDropTable\";\n\n// TODO: check back for wiki drop table update\nconst ZygomiteTable = new LootTable()\n\t.every(\"Ashes\")\n\n\t/* Weapons and armour */\n\t.add(\"Steel axe\", 1, 10)\n\t.add(\"Steel 2h sword\", 1, 10)\n\t.add(\"Mithril full helm\", 1, 5)\n\t.add(\"Rune full helm\", 1, 5)\n\n\t/* Runes and ammunition */\n\t.add(\"Nature rune\", 5, 15)\n\t.add(\"Law rune\", [10, 20], 10)\n\t.add(\"Earth rune\", 15, 10)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 16)\n\n\t/* Seeds */\n\t.add(CommonSeedDropTable, 1, 10)\n\n\t/* Other */\n\t.add(\"Coins\", [44, 460], 9)\n\t.add(\"Supercompost\", [1, 3], 7)\n\t.add(\"Mort myre fungus\", [1, 5], 7)\n\t.add(\"Clay\", 1, 7)\n\t.add(\"Fungicide\", 1, 7)\n\n\t/* RDT */\n\t.add(RareDropTable, 1, 1);\n\nexport default new SimpleMonster({\n\tid: 537,\n\tname: \"Zygomite\",\n\ttable: ZygomiteTable,\n\taliases: [\"mutated zygomite\", \"zygomite\"],\n});\n", "import DagannothPrime from \"../bosses/DagannothPrime\";\nimport AberrantSpectre from \"./a-f/AberrantSpectre\";\nimport AbyssalDemon from \"./a-f/AbyssalDemon\";\nimport AdamantDragon from \"./a-f/AdamantDragon\";\nimport AlKharidWarrior from \"./a-f/AlKharidWarrior\";\nimport AncientZygomite from \"./a-f/AncientZygomite\";\nimport Ankou from \"./a-f/Ankou\";\nimport ArmadylianGuard from \"./a-f/ArmadylianGuard\";\nimport ArmouredZombie from \"./a-f/ArmouredZombie\";\nimport AsynShade from \"./a-f/AsynShade\";\nimport Aviansie from \"./a-f/Aviansie\";\nimport BabyBlackDragon from \"./a-f/BabyBlackDragon\";\nimport BabyBlueDragon from \"./a-f/BabyBlueDragon\";\nimport BabyGreenDragon from \"./a-f/BabyGreenDragon\";\nimport BabyRedDragon from \"./a-f/BabyRedDragon\";\nimport Bandit from \"./a-f/Bandit\";\nimport Banshee from \"./a-f/Banshee\";\nimport Basilisk from \"./a-f/Basilisk\";\nimport BasiliskKnight from \"./a-f/BasiliskKnight\";\nimport Bat from \"./a-f/Bat\";\nimport BearCub from \"./a-f/BearCub\";\nimport BeardedBandit from \"./a-f/BeardedBandit\";\nimport BigWolf from \"./a-f/BigWolf\";\nimport Bird from \"./a-f/Bird\";\nimport BlackBear from \"./a-f/BlackBear\";\nimport BlackDemon from \"./a-f/BlackDemon\";\nimport BlackDragon from \"./a-f/BlackDragon\";\nimport BlackGuard from \"./a-f/BlackGuard\";\nimport BlackKnight from \"./a-f/BlackKnight\";\nimport BloodReaver from \"./a-f/BloodReaver\";\nimport Bloodveld from \"./a-f/Bloodveld\";\nimport BlueDragon from \"./a-f/BlueDragon\";\nimport BrineRat from \"./a-f/BrineRat\";\nimport BronzeDragon from \"./a-f/BronzeDragon\";\nimport BrutalBlackDragon from \"./a-f/BrutalBlackDragon\";\nimport BrutalBlueDragon from \"./a-f/BrutalBlueDragon\";\nimport BrutalGreenDragon from \"./a-f/BrutalGreenDragon\";\nimport BrutalRedDragon from \"./a-f/BrutalRedDragon\";\nimport Catablepon from \"./a-f/Catablepon\";\nimport CaveBug from \"./a-f/CaveBug\";\nimport CaveCrawler from \"./a-f/CaveCrawler\";\nimport CaveGoblin from \"./a-f/CaveGoblin\";\nimport CaveGoblinGuard from \"./a-f/CaveGoblinGuard\";\nimport CaveHorror from \"./a-f/CaveHorror\";\nimport CaveKraken from \"./a-f/CaveKraken\";\nimport CaveSlime from \"./a-f/CaveSlime\";\nimport ChaosDruid from \"./a-f/ChaosDruid\";\nimport ChaosDwarf from \"./a-f/ChaosDwarf\";\nimport Chicken from \"./a-f/Chicken\";\nimport ChompyBird from \"./a-f/ChompyBird\";\nimport Cockatrice from \"./a-f/Cockatrice\";\nimport Cow from \"./a-f/Cow\";\nimport CowCalf from \"./a-f/CowCalf\";\nimport Crab from \"./a-f/Crab\";\nimport CrawlingHand from \"./a-f/CrawlingHand\";\nimport Crocodile from \"./a-f/Crocodile\";\nimport CryptRat from \"./a-f/CryptRat\";\nimport Cyclops from \"./a-f/Cyclops\";\nimport Dagannoth from \"./a-f/Dagannoth\";\nimport DagannothSpawn from \"./a-f/DagannothSpawn\";\nimport DaganothFledgeling from \"./a-f/DaganothFledgeling\";\nimport DarkBeast from \"./a-f/DarkBeast\";\nimport DarkWarrior from \"./a-f/DarkWarrior\";\nimport DeadlyRedSpider from \"./a-f/DeadlyRedSpider\";\nimport DeathWing from \"./a-f/DeathWing\";\nimport DemonicGorilla from \"./a-f/DemonicGorilla\";\nimport DesertBandit from \"./a-f/DesertBandit\";\nimport DesertLizard from \"./a-f/DesertLizard\";\nimport DesertWolf from \"./a-f/DesertWolf\";\nimport DeviantSpectre from \"./a-f/DeviantSpectre\";\nimport Drake from \"./a-f/Drake\";\nimport Duck from \"./a-f/Duck\";\nimport Duckling from \"./a-f/Duckling\";\nimport DungeonRat from \"./a-f/DungeonRat\";\nimport DustDevil from \"./a-f/DustDevil\";\nimport Dwarf from \"./a-f/Dwarf\";\nimport DwarfGangMember from \"./a-f/DwarfGangMember\";\nimport EarthWarrior from \"./a-f/EarthWarrior\";\nimport ElderChaosDruid from \"./a-f/ElderChaosDruid\";\nimport Elf from \"./a-f/Elf\";\nimport ElfArcher from \"./a-f/ElfArcher\";\nimport ElfWarrior from \"./a-f/ElfWarrior\";\nimport Ent from \"./a-f/Ent\";\nimport Farmer from \"./a-f/Farmer\";\nimport FemaleHamMember from \"./a-f/FemaleHamMember\";\nimport FeralVampyre from \"./a-f/FeralVampyre\";\nimport FeverSpider from \"./a-f/FeverSpider\";\nimport FireGiant from \"./a-f/FireGiant\";\nimport FiyrShade from \"./a-f/FiyrShade\";\nimport FleshCrawler from \"./a-f/FleshCrawler\";\nimport FossilIslandWyvernAncient from \"./a-f/FossilIslandWyvernAncient\";\nimport FossilIslandWyvernLongTailed from \"./a-f/FossilIslandWyvernLongTailed\";\nimport FossilIslandWyvernSpitting from \"./a-f/FossilIslandWyvernSpitting\";\nimport FossilIslandWyvernTaloned from \"./a-f/FossilIslandWyvernTaloned\";\nimport FremennikCitizen from \"./a-f/FremennikCitizen\";\nimport Gargoyle from \"./g-m/Gargoyle\";\nimport Ghost from \"./g-m/Ghost\";\nimport Ghoul from \"./g-m/Ghoul\";\nimport GiantBat from \"./g-m/GiantBat\";\nimport GiantCryptSpider from \"./g-m/GiantCryptSpider\";\nimport GiantFrog from \"./g-m/GiantFrog\";\nimport GiantRat from \"./g-m/GiantRat\";\nimport GiantSeaSnake from \"./g-m/GiantSeaSnake\";\nimport GiantSpider from \"./g-m/GiantSpider\";\nimport Gnome from \"./g-m/Gnome\";\nimport Goat from \"./g-m/Goat\";\nimport Goblin from \"./g-m/Goblin\";\nimport GreaterDemon from \"./g-m/GreaterDemon\";\nimport GreaterNechryael from \"./g-m/GreaterNechryael\";\nimport GreenDragon from \"./g-m/GreenDragon\";\nimport GrizzlyBear from \"./g-m/GrizzlyBear\";\nimport GrizzlyBearCub from \"./g-m/GrizzlyBearCub\";\nimport Guard from \"./g-m/Guard\";\nimport GuardBandit from \"./g-m/GuardBandit\";\nimport GuardDog from \"./g-m/GuardDog\";\nimport HarpieBugSwarm from \"./g-m/HarpieBugSwarm\";\nimport Hellhound from \"./g-m/Hellhound\";\nimport Hero from \"./g-m/Hero\";\nimport HillGiant from \"./g-m/HillGiant\";\nimport Hobgoblin from \"./g-m/Hobgoblin\";\nimport Hydra from \"./g-m/Hydra\";\nimport IceGiant from \"./g-m/IceGiant\";\nimport IceTroll from \"./g-m/IceTroll\";\nimport IceWarrior from \"./g-m/IceWarrior\";\nimport IceWolf from \"./g-m/IceWolf\";\nimport Icefiend from \"./g-m/Icefiend\";\nimport Imp from \"./g-m/Imp\";\nimport InfernalMage from \"./g-m/InfernalMage\";\nimport IorwerthArcher from \"./g-m/IorwerthArcher\";\nimport IorwerthWarrior from \"./g-m/IorwerthWarrior\";\nimport IronDragon from \"./g-m/IronDragon\";\nimport Jackal from \"./g-m/Jackal\";\nimport Jelly from \"./g-m/Jelly\";\nimport Jogre from \"./g-m/Jogre\";\nimport JubblyBird from \"./g-m/JubblyBird\";\nimport JungleHorror from \"./g-m/JungleHorror\";\nimport JungleWolf from \"./g-m/JungleWolf\";\nimport KalphiteGuardian from \"./g-m/KalphiteGuardian\";\nimport KalphiteSoldier from \"./g-m/KalphiteSoldier\";\nimport KalphiteWorker from \"./g-m/KalphiteWorker\";\nimport Killerwatt from \"./g-m/Killerwatt\";\nimport KingScorpion from \"./g-m/KingScorpion\";\nimport KnightOfArdougne from \"./g-m/KnightOfArdougne\";\nimport Kurask from \"./g-m/Kurask\";\nimport LavaDragon from \"./g-m/LavaDragon\";\nimport LesserDemon from \"./g-m/LesserDemon\";\nimport Lizard from \"./g-m/Lizard\";\nimport Lizardman from \"./g-m/Lizardman\";\nimport LizardmanBrute from \"./g-m/LizardmanBrute\";\nimport LizardmanShaman from \"./g-m/LizardmanShaman\";\nimport LoarShade from \"./g-m/LoarShade\";\nimport Lobstrosity from \"./g-m/Lobstrosity\";\nimport LocustRider from \"./g-m/LocustRider\";\nimport MagicAxe from \"./g-m/MagicAxe\";\nimport MaleHamMember from \"./g-m/MaleHamMember\";\nimport Mammoth from \"./g-m/Mammoth\";\nimport Man from \"./g-m/Man\";\nimport ManiacalMonkey from \"./g-m/ManiacalMonkey\";\nimport MasterFarmer from \"./g-m/MasterFarmer\";\nimport MenaphiteThug from \"./g-m/MenaphiteThug\";\nimport Minotaur from \"./g-m/Minotaur\";\nimport MithrilDragon from \"./g-m/MithrilDragon\";\nimport Mogre from \"./g-m/Mogre\";\nimport Molanisk from \"./g-m/Molanisk\";\nimport Monkey from \"./g-m/Monkey\";\nimport MonkeyArcher from \"./g-m/MonkeyArcher\";\nimport MonkeyGuard from \"./g-m/MonkeyGuard\";\nimport MonkeyZombie from \"./g-m/MonkeyZombie\";\nimport MossGiant from \"./g-m/MossGiant\";\nimport MountainTroll from \"./g-m/MountainTroll\";\nimport MountedTerrorBirdGnome from \"./g-m/MountedTerrorBirdGnome\";\nimport Mourner from \"./g-m/Mourner\";\nimport MutatedBloodveld from \"./g-m/MutatedBloodveld\";\nimport Nechryael from \"./n-s/Nechryael\";\nimport Ogre from \"./n-s/Ogre\";\nimport OgressShaman from \"./n-s/OgressShaman\";\nimport OgressWarrior from \"./n-s/OgressWarrior\";\nimport Otherworldlybeing from \"./n-s/Otherworldlybeing\";\nimport Paladin from \"./n-s/Paladin\";\nimport Penguin from \"./n-s/Penguin\";\nimport PhrinShade from \"./n-s/PhrinShade\";\nimport Pirate from \"./n-s/Pirate\";\nimport PitScorpion from \"./n-s/PitScorpion\";\nimport PoisonScorpion from \"./n-s/PoisonScorpion\";\nimport PollnivnianBandit from \"./n-s/PollnivnianBandit\";\nimport Porazdir from \"./n-s/Porazdir\";\nimport PrifddinasElf from \"./n-s/PrifddinasElf\";\nimport PriffRabbit from \"./n-s/PriffRabbit\";\nimport Pyrefiend from \"./n-s/Pyrefiend\";\nimport Pyrelord from \"./n-s/Pyrelord\";\nimport Rat from \"./n-s/Rat\";\nimport RedDragon from \"./n-s/RedDragon\";\nimport RevenantCyclops from \"./n-s/RevenantCyclops\";\nimport RevenantDarkBeast from \"./n-s/RevenantDarkBeast\";\nimport RevenantDemon from \"./n-s/RevenantDemon\";\nimport RevenantDragon from \"./n-s/RevenantDragon\";\nimport RevenantGoblin from \"./n-s/RevenantGoblin\";\nimport RevenantHellhound from \"./n-s/RevenantHellhound\";\nimport RevenantHobgoblin from \"./n-s/RevenantHobgoblin\";\nimport RevenantImp from \"./n-s/RevenantImp\";\nimport RevenantKnight from \"./n-s/RevenantKnight\";\nimport RevenantOrk from \"./n-s/RevenantOrk\";\nimport RevenantPyrefiend from \"./n-s/RevenantPyrefiend\";\nimport RiylShade from \"./n-s/RiylShade\";\nimport Rockslug from \"./n-s/Rockslug\";\nimport Rogue from \"./n-s/Rogue\";\nimport Rooster from \"./n-s/Rooster\";\nimport RuneDragon from \"./n-s/RuneDragon\";\nimport ScarabMage from \"./n-s/ScarabMage\";\nimport Scorpion from \"./n-s/Scorpion\";\nimport SeaSnakeHatchling from \"./n-s/SeaSnakeHatchling\";\nimport SeaSnakeYoung from \"./n-s/SeaSnakeYoung\";\nimport Seagull from \"./n-s/Seagull\";\nimport Shade from \"./n-s/Shade\";\nimport ShadowSpider from \"./n-s/ShadowSpider\";\nimport ShadowWarrior from \"./n-s/ShadowWarrior\";\nimport SkeletalWyvern from \"./n-s/SkeletalWyvern\";\nimport Skeleton from \"./n-s/Skeleton\";\nimport SkeletonFremennik from \"./n-s/SkeletonFremennik\";\nimport SkeletonMage from \"./n-s/SkeletonMage\";\nimport Skogre from \"./n-s/Skogre\";\nimport SmallLizard from \"./n-s/SmallLizard\";\nimport SmokeDevil from \"./n-s/SmokeDevil\";\nimport Spider from \"./n-s/Spider\";\nimport SpiritualMage from \"./n-s/SpiritualMage\";\nimport SpiritualRanger from \"./n-s/SpiritualRanger\";\nimport SpiritualWarrior from \"./n-s/SpiritualWarrior\";\nimport SteelDragon from \"./n-s/SteelDragon\";\nimport SulphurLizard from \"./n-s/SulphurLizard\";\nimport Suqah from \"./n-s/Suqah\";\nimport TempleSpider from \"./t-z/TempleSpider\";\nimport TerrorBird from \"./t-z/TerrorBird\";\nimport TerrorDog from \"./t-z/TerrorDog\";\nimport TormentedDemon from \"./t-z/TormentedDemon\";\nimport TorturedGorilla from \"./t-z/TorturedGorilla\";\nimport TorturedSoul from \"./t-z/TorturedSoul\";\nimport TrollGeneral from \"./t-z/TrollGeneral\";\nimport Turoth from \"./t-z/Turoth\";\nimport TwistedBanshee from \"./t-z/TwistedBanshee\";\nimport TzHaarHur from \"./t-z/TzHaarHur\";\nimport TzHaarKet from \"./t-z/TzHaarKet\";\nimport { TzHaarMej } from \"./t-z/TzHaarMej\";\nimport { TzHaarXil } from \"./t-z/TzHaarXil\";\nimport UndeadChicken from \"./t-z/UndeadChicken\";\nimport UndeadCow from \"./t-z/UndeadCow\";\nimport UndeadDruid from \"./t-z/UndeadDruid\";\nimport UndeadOne from \"./t-z/UndeadOne\";\nimport Unicorn from \"./t-z/Unicorn\";\nimport UriumShade from \"./t-z/UriumShade\";\nimport VampyreJuvinate from \"./t-z/VampyreJuvinate\";\nimport Vyre from \"./t-z/Vyre\";\nimport Vyrewatch from \"./t-z/Vyrewatch\";\nimport VyrewatchSentinel from \"./t-z/VyrewatchSentinel\";\nimport WallBeast from \"./t-z/WallBeast\";\nimport WarpedJelly from \"./t-z/WarpedJelly\";\nimport WarriorWoman from \"./t-z/WarriorWoman\";\nimport Waterfiend from \"./t-z/Waterfiend\";\nimport Werewolf from \"./t-z/Werewolf\";\nimport WhiteWolf from \"./t-z/WhiteWolf\";\nimport WildDog from \"./t-z/WildDog\";\nimport Wolf from \"./t-z/Wolf\";\nimport Woman from \"./t-z/Woman\";\nimport Wyrm from \"./t-z/Wyrm\";\nimport YanilleWatchman from \"./t-z/YanilleWatchman\";\nimport Zogre from \"./t-z/Zogre\";\nimport Zombie from \"./t-z/Zombie\";\nimport ZombiePirate from \"./t-z/ZombiePirate\";\nimport ZombieRat from \"./t-z/ZombieRat\";\nimport Zygomite from \"./t-z/Zygomite\";\n\nexport const allLowMonsters = {\n\tBloodReaver,\n\tBrutalBlackDragon,\n\tBabyBlackDragon,\n\tBandit,\n\tArmadylianGuard,\n\tBlackKnight,\n\tDarkWarrior,\n\tDeadlyRedSpider,\n\tElderChaosDruid,\n\tEnt,\n\tRevenantCyclops,\n\tRevenantPyrefiend,\n\tRevenantOrk,\n\tRevenantKnight,\n\tRevenantImp,\n\tRevenantHobgoblin,\n\tRevenantHellhound,\n\tRevenantGoblin,\n\tRevenantDragon,\n\tRevenantDemon,\n\tRevenantDarkBeast,\n\tPirate,\n\tMammoth,\n\tMagicAxe,\n\tLavaDragon,\n\tGuardBandit,\n\tDagannothSpawn,\n\tFeralVampyre,\n\tFeverSpider,\n\tGiantSeaSnake,\n\tGreaterNechryael,\n\tGreenDragon,\n\tHarpieBugSwarm,\n\tInfernalMage,\n\tJungleHorror,\n\tKillerwatt,\n\tLesserDemon,\n\tElfArcher,\n\tFleshCrawler,\n\tFiyrShade,\n\tDeviantSpectre,\n\tDagannothPrime,\n\tDaganothFledgeling,\n\tHydra,\n\tIceGiant,\n\tIceTroll,\n\tIceWarrior,\n\tPhrinShade,\n\tOtherworldlybeing,\n\tMutatedBloodveld,\n\tMourner,\n\tMossGiant,\n\tMolanisk,\n\tMogre,\n\tLoarShade,\n\tLizardmanBrute,\n\tJelly,\n\tIorwerthArcher,\n\tIorwerthWarrior,\n\tWerewolf,\n\tWaterfiend,\n\tWarpedJelly,\n\tWallBeast,\n\tVyrewatchSentinel,\n\tVyrewatch,\n\tVampyreJuvinate,\n\tTzHaarKet,\n\tTrollGeneral,\n\tTerrorDog,\n\tShadowWarrior,\n\tShade,\n\tSeaSnakeYoung,\n\tSeaSnakeHatchling,\n\tRockslug,\n\tRiylShade,\n\tPyrefiend,\n\tPyrelord,\n\tPorazdir,\n\tOgre,\n\tOgressShaman,\n\tOgressWarrior,\n\tAncientZygomite,\n\tAsynShade,\n\tBabyBlueDragon,\n\tBabyGreenDragon,\n\tBabyRedDragon,\n\tBronzeDragon,\n\tBrutalBlueDragon,\n\tBrutalGreenDragon,\n\tBrutalRedDragon,\n\tCatablepon,\n\tCockatrice,\n\tCrocodile,\n\tCyclops,\n\tTempleSpider,\n\tTerrorBird,\n\tTorturedGorilla,\n\tTorturedSoul,\n\tTwistedBanshee,\n\tUndeadChicken,\n\tUndeadCow,\n\tUndeadDruid,\n\tUndeadOne,\n\tUriumShade,\n\tWhiteWolf,\n\tWildDog,\n\tZogre,\n\tZombieRat,\n\tPenguin,\n\tPitScorpion,\n\tPoisonScorpion,\n\tRooster,\n\tSeagull,\n\tShadowSpider,\n\tSkeletonFremennik,\n\tSkeletonMage,\n\tSkogre,\n\tSmallLizard,\n\tSulphurLizard,\n\tGiantBat,\n\tGiantCryptSpider,\n\tGiantRat,\n\tGiantSpider,\n\tGrizzlyBear,\n\tGrizzlyBearCub,\n\tIceWolf,\n\tJackal,\n\tJungleWolf,\n\tKalphiteGuardian,\n\tKalphiteSoldier,\n\tKingScorpion,\n\tLobstrosity,\n\tMonkeyArcher,\n\tMonkeyGuard,\n\tMonkeyZombie,\n\tMountedTerrorBirdGnome,\n\tBearCub,\n\tBigWolf,\n\tBird,\n\tBlackGuard,\n\tCaveGoblinGuard,\n\tChaosDwarf,\n\tChicken,\n\tChompyBird,\n\tCowCalf,\n\tCryptRat,\n\tDeathWing,\n\tDesertLizard,\n\tDesertWolf,\n\tDuck,\n\tDuckling,\n\tDungeonRat,\n\tDwarfGangMember,\n\tAberrantSpectre,\n\tDagannoth,\n\tGuard,\n\tRedDragon,\n\tAbyssalDemon,\n\tDarkBeast,\n\tHellhound,\n\tRuneDragon,\n\tAdamantDragon,\n\tDemonicGorilla,\n\tScarabMage,\n\tAnkou,\n\tDrake,\n\tIronDragon,\n\tSkeletalWyvern,\n\tAviansie,\n\tDustDevil,\n\tKalphiteWorker,\n\tSmokeDevil,\n\tBasiliskKnight,\n\tElfWarrior,\n\tKurask,\n\tSpiritualMage,\n\tBasilisk,\n\tFireGiant,\n\tLizardmanShaman,\n\tSpiritualRanger,\n\tBlackDemon,\n\tFossilIslandWyvernAncient,\n\tLizardman,\n\tSpiritualWarrior,\n\tBlackDragon,\n\tFossilIslandWyvernLongTailed,\n\tLocustRider,\n\tSteelDragon,\n\tBloodveld,\n\tFossilIslandWyvernSpitting,\n\tMan,\n\tSuqah,\n\tBlueDragon,\n\tFossilIslandWyvernTaloned,\n\tMithrilDragon,\n\tTuroth,\n\tBrineRat,\n\tGargoyle,\n\tMountainTroll,\n\tWoman,\n\tCaveHorror,\n\tGoblin,\n\tZygomite,\n\tWyrm,\n\tCaveKraken,\n\tGreaterDemon,\n\tNechryael,\n\tBanshee,\n\tCaveBug,\n\tCow,\n\tDwarf,\n\tLizard,\n\tRat,\n\tSpider,\n\tBat,\n\tCaveCrawler,\n\tCrawlingHand,\n\tGhost,\n\tMinotaur,\n\tScorpion,\n\tWolf,\n\tBlackBear,\n\tCaveSlime,\n\tGuardDog,\n\tIcefiend,\n\tMonkey,\n\tSkeleton,\n\tZombie,\n\tHillGiant,\n\tBeardedBandit,\n\tCaveGoblin,\n\tDesertBandit,\n\tElf,\n\tFarmer,\n\tFremennikCitizen,\n\tGnome,\n\tGoat,\n\tMaleHamMember,\n\tFemaleHamMember,\n\tHero,\n\tKnightOfArdougne,\n\tMasterFarmer,\n\tPaladin,\n\tYanilleWatchman,\n\tVyre,\n\tTzHaarHur,\n\tRogue,\n\tPrifddinasElf,\n\tPollnivnianBandit,\n\tWarriorWoman,\n\tAlKharidWarrior,\n\tGhoul,\n\tEarthWarrior,\n\tImp,\n\tJogre,\n\tHobgoblin,\n\tChaosDruid,\n\tUnicorn,\n\tMenaphiteThug,\n\tPriffRabbit,\n\tTzHaarXil,\n\tTzHaarMej,\n\tGiantFrog,\n\tJubblyBird,\n\tManiacalMonkey,\n\tZombiePirate,\n\tTormentedDemon,\n\tArmouredZombie,\n\tCrab,\n};\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\n\nconst FlawedGolem = new SimpleMonster({\n\tid: 10_695,\n\tname: \"Flawed Golem\",\n\ttable: new LootTable()\n\t\t.add(\"Rune essence\", [1, 3], 12)\n\t\t.add(\"Rune essence\", [2, 4], 9)\n\t\t.add(\"Clay\", 1, 8)\n\t\t.add(\"Tin ore\", [1, 2], 6)\n\t\t.add(\"Copper ore\", [1, 2], 6)\n\t\t.add(\"Clay\", 2, 5)\n\t\t.add(\"Clay\", 3, 3)\n\t\t.add(\"Uncut sapphire\", 1, 2)\n\t\t.add(\"Uncut emerald\", 1, 1)\n\t\t.tertiary(16, \"Barronite shards\", [6, 12])\n\t\t.tertiary(200, \"Clue scroll (beginner)\")\n\t\t.tertiary(800, \"Barronite guard\"),\n\taliases: [\"flawed golem\"],\n});\n\nconst MindGolem = new SimpleMonster({\n\tid: 10_693,\n\tname: \"Mind Golem\",\n\ttable: new LootTable()\n\t\t.add(\"Mind rune\", [5, 10], 8)\n\t\t.add(\"Clay\", [2, 3], 6)\n\t\t.add(\"Copper ore\", [2, 3], 6)\n\t\t.add(\"Tin ore\", [2, 3], 6)\n\t\t.add(\"Iron ore\", [1, 2], 6)\n\t\t.add(\"Rune essence\", [3, 5], 6)\n\t\t.add(\"Mind rune\", 1, 6)\n\t\t.add(\"Uncut sapphire\", 1, 4)\n\t\t.add(\"Uncut emerald\", 1, 2)\n\t\t.add(\"Rune essence\", 1, 1)\n\t\t.add(\"Uncut ruby\", 1, 1)\n\t\t.tertiary(7.5, \"Barronite shards\", [8, 16])\n\t\t.tertiary(7.5, \"Mind core\")\n\t\t.tertiary(100, \"Clue scroll (beginner)\")\n\t\t.tertiary(500, \"Barronite guard\"),\n\taliases: [\"mind golem\"],\n});\n\nconst BodyGolem = new SimpleMonster({\n\tid: 10_691,\n\tname: \"Body Golem\",\n\ttable: new LootTable()\n\t\t.add(\"Body rune\", [5, 10], 8)\n\t\t.add(\"Clay\", [3, 4], 6)\n\t\t.add(\"Copper ore\", [3, 4], 6)\n\t\t.add(\"Tin ore\", [3, 4], 6)\n\t\t.add(\"Iron ore\", [3, 4], 6)\n\t\t.add(\"Rune essence\", [4, 6], 6)\n\t\t.add(\"Body rune\", 1, 6)\n\t\t.add(\"Uncut sapphire\", 1, 4)\n\t\t.add(\"Uncut emerald\", 1, 2)\n\t\t.add(\"Rune essence\", 1, 1)\n\t\t.add(\"Uncut ruby\", 1, 1)\n\t\t.tertiary(5, \"Barronite shards\", [10, 20])\n\t\t.tertiary(7.5, \"Body core\")\n\t\t.tertiary(62, \"Clue scroll (beginner)\")\n\t\t.tertiary(250, \"Barronite guard\"),\n\taliases: [\"body golem\"],\n});\n\nconst ChaosGolem = new SimpleMonster({\n\tid: 10_689,\n\tname: \"Chaos Golem\",\n\ttable: new LootTable()\n\t\t.add(\"Chaos rune\", [5, 10], 8)\n\t\t.add(\"Clay\", [3, 4], 6)\n\t\t.add(\"Tin ore\", [3, 4], 6)\n\t\t.add(\"Iron ore\", [3, 4], 6)\n\t\t.add(\"Gold ore\", [2, 3], 6)\n\t\t.add(\"Rune essence\", [4, 6], 6)\n\t\t.add(\"Uncut sapphire\", 1, 6)\n\t\t.add(\"Uncut emerald\", 1, 4)\n\t\t.add(\"Uncut ruby\", 1, 2)\n\t\t.add(\"Uncut diamond\", 1, 1)\n\t\t.add(\"Chaos talisman\", 1, 1)\n\t\t.tertiary(3.5, \"Barronite shards\", [12, 24])\n\t\t.tertiary(7.5, \"Chaos core\")\n\t\t.tertiary(100, \"Clue scroll (beginner)\")\n\t\t.tertiary(150, \"Barronite guard\"),\n\taliases: [\"chaos golem\"],\n});\n\nexport const CamdozaalGolems = { FlawedGolem, MindGolem, BodyGolem, ChaosGolem };\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\n\nconst ReanimatedGoblin = new SimpleMonster({\n\tid: 7018,\n\tname: \"Reanimated Goblin\",\n\ttable: new LootTable(),\n\taliases: [\"reanimated goblin\"],\n});\n\nconst ReanimatedMonkey = new SimpleMonster({\n\tid: 7019,\n\tname: \"Reanimated Monkey\",\n\ttable: new LootTable(),\n\taliases: [\"reanimated monkey\"],\n});\n\nconst ReanimatedImp = new SimpleMonster({\n\tid: 7020,\n\tname: \"Reanimated Imp\",\n\ttable: new LootTable(),\n\taliases: [\"reanimated imp\"],\n});\n\nconst ReanimatedMinotaur = new SimpleMonster({\n\tid: 7021,\n\tname: \"Reanimated Minotaur\",\n\ttable: new LootTable(),\n\taliases: [\"reanimated minotaur\"],\n});\n\nconst ReanimatedScorpion = new SimpleMonster({\n\tid: 7022,\n\tname: \"Reanimated Scorpion\",\n\ttable: new LootTable(),\n\taliases: [\"reanimated scorpion\"],\n});\n\nconst ReanimatedBear = new SimpleMonster({\n\tid: 7023,\n\tname: \"Reanimated Bear\",\n\ttable: new LootTable(),\n\taliases: [\"reanimated bear\"],\n});\n\nconst ReanimatedUnicorn = new SimpleMonster({\n\tid: 7024,\n\tname: \"Reanimated Unicorn\",\n\ttable: new LootTable(),\n\taliases: [\"reanimated unicorn\"],\n});\n\nconst ReanimatedDog = new SimpleMonster({\n\tid: 7025,\n\tname: \"Reanimated Dog\",\n\ttable: new LootTable(),\n\taliases: [\"reanimated dog\"],\n});\n\nconst ReanimatedChaosDruid = new SimpleMonster({\n\tid: 7026,\n\tname: \"Reanimated Chaos Druid\",\n\ttable: new LootTable(),\n\taliases: [\"reanimated chaos druid\"],\n});\n\nconst ReanimatedGiant = new SimpleMonster({\n\tid: 7027,\n\tname: \"Reanimated Giant\",\n\ttable: new LootTable(),\n\taliases: [\"reanimated giant\"],\n});\n\nconst ReanimatedOgre = new SimpleMonster({\n\tid: 7028,\n\tname: \"Reanimated Ogre\",\n\ttable: new LootTable(),\n\taliases: [\"reanimated ogre\"],\n});\n\nconst ReanimatedElf = new SimpleMonster({\n\tid: 7029,\n\tname: \"Reanimated Elf\",\n\ttable: new LootTable(),\n\taliases: [\"reanimated elf\"],\n});\n\nconst ReanimatedTroll = new SimpleMonster({\n\tid: 7030,\n\tname: \"Reanimated Troll\",\n\ttable: new LootTable(),\n\taliases: [\"reanimated troll\"],\n});\n\nconst ReanimatedHorror = new SimpleMonster({\n\tid: 7031,\n\tname: \"Reanimated Horror\",\n\ttable: new LootTable(),\n\taliases: [\"reanimated horror\"],\n});\n\nconst ReanimatedKalphite = new SimpleMonster({\n\tid: 7032,\n\tname: \"Reanimated Kalphite\",\n\ttable: new LootTable(),\n\taliases: [\"reanimated kalphite\"],\n});\n\nconst ReanimatedDagannoth = new SimpleMonster({\n\tid: 7033,\n\tname: \"Reanimated Dagannoth\",\n\ttable: new LootTable(),\n\taliases: [\"reanimated dagannoth\"],\n});\n\nconst ReanimatedBloodveld = new SimpleMonster({\n\tid: 7034,\n\tname: \"Reanimated Bloodveld\",\n\ttable: new LootTable(),\n\taliases: [\"reanimated bloodveld\"],\n});\n\nconst ReanimatedTzhaar = new SimpleMonster({\n\tid: 7035,\n\tname: \"Reanimated Tzhaar\",\n\ttable: new LootTable(),\n\taliases: [\"reanimated tzhaar\"],\n});\n\nconst ReanimatedDemon = new SimpleMonster({\n\tid: 7036,\n\tname: \"Reanimated Demon\",\n\ttable: new LootTable(),\n\taliases: [\"reanimated demon\"],\n});\n\nconst ReanimatedHellhound = new SimpleMonster({\n\tid: 11_463,\n\tname: \"Reanimated Hellhound\",\n\ttable: new LootTable(),\n\taliases: [\"reanimated hellhound\"],\n});\n\nconst ReanimatedAviansie = new SimpleMonster({\n\tid: 7037,\n\tname: \"Reanimated Aviansie\",\n\ttable: new LootTable(),\n\taliases: [\"reanimated aviansie\"],\n});\n\nconst ReanimatedAbyssal = new SimpleMonster({\n\tid: 7038,\n\tname: \"Reanimated Abyssal\",\n\ttable: new LootTable(),\n\taliases: [\"reanimated abyssal\"],\n});\n\nconst ReanimatedDragon = new SimpleMonster({\n\tid: 7039,\n\tname: \"Reanimated Dragon\",\n\ttable: new LootTable(),\n\taliases: [\"reanimated dragon\"],\n});\n\nexport const ReanimatedMonsters = {\n\tReanimatedGoblin,\n\tReanimatedMonkey,\n\tReanimatedImp,\n\tReanimatedMinotaur,\n\tReanimatedScorpion,\n\tReanimatedBear,\n\tReanimatedUnicorn,\n\tReanimatedDog,\n\tReanimatedChaosDruid,\n\tReanimatedGiant,\n\tReanimatedOgre,\n\tReanimatedElf,\n\tReanimatedTroll,\n\tReanimatedHorror,\n\tReanimatedKalphite,\n\tReanimatedDagannoth,\n\tReanimatedBloodveld,\n\tReanimatedTzhaar,\n\tReanimatedDemon,\n\tReanimatedHellhound,\n\tReanimatedAviansie,\n\tReanimatedAbyssal,\n\tReanimatedDragon,\n};\n", "import { roll } from \"e\";\n\nimport Bank from \"../../../structures/Bank\";\nimport LootTable from \"../../../structures/LootTable\";\nimport Monster from \"../../../structures/Monster\";\n\nconst BarrowsTable = new LootTable();\n\n[\n\t\"Ahrim's hood\",\n\t\"Ahrim's robetop\",\n\t\"Ahrim's robeskirt\",\n\t\"Ahrim's staff\",\n\n\t\"Dharok's helm\",\n\t\"Dharok's platebody\",\n\t\"Dharok's platelegs\",\n\t\"Dharok's greataxe\",\n\n\t\"Guthan's helm\",\n\t\"Guthan's platebody\",\n\t\"Guthan's chainskirt\",\n\t\"Guthan's warspear\",\n\n\t\"Karil's coif\",\n\t\"Karil's leathertop\",\n\t\"Karil's leatherskirt\",\n\t\"Karil's crossbow\",\n\n\t\"Torag's helm\",\n\t\"Torag's platebody\",\n\t\"Torag's platelegs\",\n\t\"Torag's hammers\",\n\n\t\"Verac's helm\",\n\t\"Verac's brassard\",\n\t\"Verac's plateskirt\",\n\t\"Verac's flail\",\n].map(item => BarrowsTable.add(item));\n\nconst OtherTable = new LootTable()\n\t.add(\"Coins\", [2, 760], 380)\n\t.add(\"Mind rune\", [381, 504], 125)\n\t.add(\"Chaos rune\", [168, 210], 125)\n\t.add(\"Death rune\", [105, 124], 125)\n\t.add(\"Bolt rack\", [35, 40], 125)\n\t.add(\"Blood rune\", [55, 66], 125)\n\t.add(new LootTable().add(\"Loop half of key\").add(\"Tooth half of key\"), 1, 6)\n\t.add(\"Dragon med helm\");\n\nconst ClueTable = new LootTable().tertiary(34, \"Clue scroll (elite)\");\n\nconst NUMBER_OF_BROTHERS = 6;\n\nexport class Barrows extends Monster {\n\tpublic kill(quantity = 1): Bank {\n\t\tconst loot = new Bank();\n\n\t\tfor (let i = 0; i < quantity; i++) {\n\t\t\tClueTable.roll(1, { targetBank: loot });\n\n\t\t\t// We use a set to track items received, you cannot get\n\t\t\t// the same item twice per chest.\n\t\t\tconst barrowsItemsThisKill = new Set();\n\t\t\t// You get 1 initial roll, then +6 for 6 brothers killed.\n\t\t\tfor (let x = 0; x < NUMBER_OF_BROTHERS + 1; x++) {\n\t\t\t\t// 1 in (450 - (58 * Number of Brothers Killed))\n\t\t\t\tif (roll(450 - 58 * NUMBER_OF_BROTHERS)) {\n\t\t\t\t\tlet [barrowsItem] = BarrowsTable.roll().items()[0];\n\t\t\t\t\twhile (barrowsItemsThisKill.has(barrowsItem.id)) {\n\t\t\t\t\t\t[[barrowsItem]] = BarrowsTable.roll().items();\n\t\t\t\t\t}\n\t\t\t\t\tbarrowsItemsThisKill.add(barrowsItem.id);\n\t\t\t\t\tloot.add(barrowsItem.id);\n\t\t\t\t} else {\n\t\t\t\t\tOtherTable.roll(1, { targetBank: loot });\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn loot;\n\t}\n}\n\n// Uses NPC id for Dharoks\nexport default new Barrows({\n\tid: 1673,\n\tname: \"Barrows\",\n\taliases: [\"barrows\"],\n\tallItems: [...BarrowsTable.allItems, ...OtherTable.allItems],\n});\n", "import { roll } from \"e\";\n\nimport type { MonsterKillOptions } from \"../../../meta/types\";\nimport Bank from \"../../../structures/Bank\";\nimport LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/Monster\";\n\nconst HesporiTable = new LootTable()\n\t.add(\"Attas seed\", [1, 2], 1)\n\t.add(\"Iasor seed\", [1, 2], 1)\n\t.add(\"Kronos seed\", [1, 2], 1);\n\nconst MainTable = new LootTable()\n\t.every(HesporiTable)\n\n\t// Pre-roll for bucket\n\t.oneIn(35, \"Bottomless compost bucket\")\n\n\t// Allotment seeds\n\t.add(\"Watermelon seed\", [10, 20], 2)\n\t.add(\"Snape grass seed\", [6, 16], 2)\n\n\t// Flower seeds\n\t.add(\"White lily seed\", [8, 18], 5)\n\t.add(\"Limpwurt seed\", [6, 14], 2)\n\n\t// Hop seeds\n\t.add(\"Wildblood seed\", [10, 20], 2)\n\n\t// Bush seeds\n\t.add(\"Whiteberry seed\", [10, 16], 2)\n\t.add(\"Poison ivy seed\", [8, 16], 2)\n\n\t// Herb seeds\n\t.add(\"Irit seed\", [2, 8], 3)\n\t.add(\"Avantoe seed\", [2, 5], 3)\n\t.add(\"Kwuarm seed\", [2, 5], 3)\n\t.add(\"Toadflax seed\", [2, 5], 3)\n\t.add(\"Cadantine seed\", [2, 5], 3)\n\t.add(\"Lantadyme seed\", [2, 5], 3)\n\t.add(\"Dwarf weed seed\", [2, 5], 3)\n\t.add(\"Ranarr seed\", [1, 2], 2)\n\t.add(\"Snapdragon seed\", 1, 2)\n\t.add(\"Torstol seed\", 1, 2)\n\n\t// Tree seeds\n\t.add(\"Maple seed\", [2, 4], 4)\n\t.add(\"Willow seed\", [2, 5], 3)\n\t.add(\"Yew seed\", 1, 2)\n\t.add(\"Magic seed\", 1, 1)\n\n\t// Fruit tree seeds\n\t.add(\"Pineapple seed\", [3, 6], 3)\n\t.add(\"Papaya tree seed\", [1, 3], 3)\n\t.add(\"Palm tree seed\", [1, 3], 3)\n\t.add(\"Dragonfruit tree seed\", 1, 2)\n\n\t// Special seeds\n\t.add(\"Teak seed\", [2, 5], 4)\n\t.add(\"Mahogany seed\", [1, 3], 3)\n\t.add(\"Cactus seed\", [4, 14], 2)\n\t.add(\"Potato cactus seed\", [4, 14], 2)\n\t.add(\"Celastrus seed\", 1, 2)\n\t.add(\"Spirit seed\", 1, 1)\n\t.add(\"Redwood tree seed\", 1, 1);\n\nexport class Hespori extends SimpleMonster {\n\tpublic kill(quantity = 1, options: MonsterKillOptions = { farmingLevel: 99 }): Bank {\n\t\tconst loot = new Bank();\n\t\tconst farmingLvl = options.farmingLevel ?? 99;\n\n\t\tfor (let i = 0; i < quantity; i++) {\n\t\t\tloot.add(MainTable.roll());\n\t\t\tif (roll(7000 - farmingLvl * 25)) loot.add(\"Tangleroot\");\n\t\t}\n\t\treturn loot;\n\t}\n}\n\nexport default new Hespori({ id: 8583, name: \"Hespori\", aliases: [\"hespori\"] });\n", "import { roll } from \"e\";\n\nimport type { MonsterKillOptions } from \"../../../meta/types\";\nimport Bank from \"../../../structures/Bank\";\nimport Monster from \"../../../structures/Monster\";\n\nexport class TzKalZukClass extends Monster {\n\tpublic kill(quantity = 1, options: MonsterKillOptions = {}): Bank {\n\t\tconst loot = new Bank();\n\n\t\tfor (let i = 0; i < quantity; i++) {\n\t\t\tloot.add(\"Tokkul\", 16_440);\n\t\t\tloot.add(\"Infernal cape\");\n\t\t\tif (roll(options.onSlayerTask ? 75 : 100)) {\n\t\t\t\tloot.add(\"Jal-nib-rek\");\n\t\t\t}\n\t\t}\n\n\t\treturn loot;\n\t}\n}\n\nexport const TzKalZuk = new TzKalZukClass({\n\tid: 7706,\n\tname: \"TzKal-Zuk\",\n\taliases: [\"tzkal-zuk\", \"zuk\", \"inferno\"],\n});\n", "import { roll } from \"e\";\n\nimport type { MonsterKillOptions } from \"../../../meta/types\";\nimport Bank from \"../../../structures/Bank\";\nimport Monster from \"../../../structures/Monster\";\n\nexport class TzTokJadClass extends Monster {\n\tpublic kill(quantity = 1, options: MonsterKillOptions = {}): Bank {\n\t\tconst loot = new Bank();\n\n\t\tfor (let i = 0; i < quantity; i++) {\n\t\t\tloot.add(\"Tokkul\", 8032);\n\t\t\tloot.add(\"Fire cape\");\n\t\t\tif (roll(options.onSlayerTask ? 100 : 200)) {\n\t\t\t\tloot.add(\"Tzrek-jad\");\n\t\t\t}\n\t\t}\n\n\t\treturn loot;\n\t}\n}\n\nconst TzTokJad = new TzTokJadClass({\n\tid: 3127,\n\tname: \"TzTok-Jad\",\n\taliases: [\"tztok-jad\", \"jad\", \"tztok jad\"],\n});\n\nexport default TzTokJad;\n", "import Barrows from \"./Barrows\";\nimport Hespori from \"./Hespori\";\nimport { TzKalZuk } from \"./TzKalZuk\";\nimport TzTokJad from \"./TzTokJad\";\n\nexport const specialBosses = { Barrows, TzTokJad, Hespori, TzKalZuk };\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { AberrantSpectrePreTable } from \"../low/a-f/AberrantSpectre\";\n\nconst AbhorrentSpectreTable = new LootTable()\n\t.every(AberrantSpectrePreTable, 3)\n\t.tertiary(13, \"Clue scroll (hard)\")\n\n\t/* Superior Slayer tertiary */\n\t.tertiary(215, \"Mist battlestaff\")\n\t.tertiary(215, \"Dust battlestaff\")\n\t.tertiary(754, \"Eternal gem\")\n\t.tertiary(754, \"Imbued heart\");\n\nexport default new SimpleMonster({\n\tid: 7402,\n\tname: \"Abhorrent spectre\",\n\ttable: AbhorrentSpectreTable,\n\taliases: [\"abhorrent spectre\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { BasiliskKnightPreTable } from \"../low/a-f/BasiliskKnight\";\n\nconst BasiliskSentinelTable = new LootTable()\n\t.every(\"Big bones\")\n\t.every(BasiliskKnightPreTable, 3)\n\t.tertiary(19, \"Clue scroll (hard)\")\n\t.tertiary(256, \"Mystic hat (light)\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(1000, \"Basilisk head\")\n\t.tertiary(1000, \"Basilisk jaw\")\n\t.tertiary(5013, \"Curved bone\")\n\n\t/* Superior Slayer tertiary */\n\t.tertiary(215, \"Mist battlestaff\")\n\t.tertiary(215, \"Dust battlestaff\")\n\t.tertiary(754, \"Eternal gem\")\n\t.tertiary(754, \"Imbued heart\");\n\nexport default new SimpleMonster({\n\tid: 9258,\n\tname: \"Basilisk Sentinel\",\n\ttable: BasiliskSentinelTable,\n\taliases: [\"basilisk sentinel\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { CaveHorrorPreTable } from \"../low/a-f/CaveHorror\";\n\nconst CaveAbominationTable = new LootTable()\n\t.every(\"Big bones\")\n\t.every(\"Ensouled horror head\")\n\t.every(CaveHorrorPreTable, 3)\n\t.tertiary(13, \"Clue scroll (hard)\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(5013, \"Curved bone\")\n\n\t/* Superior Slayer tertiary */\n\t.tertiary(224, \"Mist battlestaff\")\n\t.tertiary(223, \"Dust battlestaff\")\n\t.tertiary(783, \"Eternal gem\")\n\t.tertiary(783, \"Imbued heart\");\n\nexport default new SimpleMonster({\n\tid: 7401,\n\tname: \"Cave abomination\",\n\ttable: CaveAbominationTable,\n\taliases: [\"cave abomination\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { CaveCrawlerTable } from \"../low/a-f/CaveCrawler\";\n\nconst ChasmCrawlerTable = new LootTable()\n\t.every(CaveCrawlerTable, 3)\n\n\t/* Superior Slayer tertiary */\n\t.tertiary(380, \"Mist battlestaff\")\n\t.tertiary(380, \"Dust battlestaff\")\n\t.tertiary(1330, \"Eternal gem\")\n\t.tertiary(1330, \"Imbued heart\");\n\nexport default new SimpleMonster({\n\tid: 7389,\n\tname: \"Chasm Crawler\",\n\ttable: ChasmCrawlerTable,\n\taliases: [\"chasm crawler\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { DustDevilPreTable } from \"../low/a-f/DustDevil\";\n\nconst ChokeDevilTable = new LootTable()\n\t.every(\"Bones\")\n\t.every(DustDevilPreTable, 3)\n\n\t/* Superior Slayer tertiary */\n\t.tertiary(194, \"Mist battlestaff\")\n\t.tertiary(194, \"Dust battlestaff\")\n\t.tertiary(678, \"Eternal gem\")\n\t.tertiary(679, \"Imbued heart\");\n\nexport default new SimpleMonster({\n\tid: 7404,\n\tname: \"Choke devil\",\n\ttable: ChokeDevilTable,\n\taliases: [\"choke devil\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { CockatricePreTable } from \"../low/a-f/Cockatrice\";\n\nconst CockathriceTable = new LootTable()\n\t.every(\"Bones\")\n\t.every(CockatricePreTable, 3)\n\n\t/* Tertiary */\n\t.tertiary(13, \"Clue scroll (medium)\")\n\t.tertiary(1000, \"Cockatrice head\")\n\n\t/* Superior Slayer tertiary */\n\t.tertiary(340, \"Mist battlestaff\")\n\t.tertiary(340, \"Dust battlestaff\")\n\t.tertiary(1190, \"Eternal gem\")\n\t.tertiary(1190, \"Imbued heart\");\n\nexport default new SimpleMonster({\n\tid: 7393,\n\tname: \"Cockathrice\",\n\ttable: CockathriceTable,\n\taliases: [\"cockathrice\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { HydraPreTable } from \"../low/g-m/Hydra\";\n\nconst ColossalHydraTable = new LootTable()\n\t.every(\"Hydra bones\")\n\t.every(HydraPreTable, 3)\n\t.tertiary(13, \"Clue scroll (hard)\")\n\t.tertiary(51, \"Clue scroll (elite)\")\n\n\t/* Superior Slayer tertiary */\n\t.tertiary(46, \"Mist battlestaff\")\n\t.tertiary(46, \"Dust battlestaff\")\n\t.tertiary(160, \"Eternal gem\")\n\t.tertiary(160, \"Imbued heart\");\n\nexport default new SimpleMonster({\n\tid: 10_402,\n\tname: \"Colossal Hydra\",\n\ttable: ColossalHydraTable,\n\taliases: [\"colossal hydra\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { CrawlingHandPreTable } from \"../low/a-f/CrawlingHand\";\n\nconst CrushingHandTable = new LootTable()\n\t.every(\"Bones\")\n\t.tertiary(500, \"Crawling hand\", 1)\n\t.every(CrawlingHandPreTable, 3)\n\n\t/* Superior Slayer tertiary */\n\t.tertiary(391, \"Mist battlestaff\")\n\t.tertiary(391, \"Dust battlestaff\")\n\t.tertiary(1370, \"Eternal gem\")\n\t.tertiary(1370, \"Imbued heart\");\n\nexport default new SimpleMonster({\n\tid: 7388,\n\tname: \"Crushing hand\",\n\ttable: CrushingHandTable,\n\taliases: [\"crushing hand\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { PyrefiendPreTable } from \"../low/n-s/Pyrefiend\";\n\nconst FlamingPyrelordTable = new LootTable()\n\t.every(\"Fiendish ashes\")\n\t.every(PyrefiendPreTable, 3)\n\n\t/* Tertiary */\n\t.tertiary(13, \"Clue scroll (medium)\")\n\n\t/* Superior Slayer tertiary */\n\t.tertiary(325, \"Mist battlestaff\")\n\t.tertiary(325, \"Dust battlestaff\")\n\t.tertiary(1138, \"Eternal gem\")\n\t.tertiary(1138, \"Imbued heart\");\n\nexport default new SimpleMonster({\n\tid: 7394,\n\tname: \"Flaming pyrelord\",\n\ttable: FlamingPyrelordTable,\n\taliases: [\"flaming pyrelord\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { RockslugTable } from \"../low/n-s/Rockslug\";\n\nconst GiantRockslugTable = new LootTable()\n\t.every(RockslugTable, 3)\n\n\t/* Superior Slayer tertiary */\n\t.tertiary(354, \"Mist battlestaff\")\n\t.tertiary(354, \"Dust battlestaff\")\n\t.tertiary(1240, \"Eternal gem\")\n\t.tertiary(1240, \"Imbued heart\");\n\nexport default new SimpleMonster({\n\tid: 7392,\n\tname: \"Giant rockslug\",\n\ttable: GiantRockslugTable,\n\taliases: [\"giant rockslug\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { AbyssalDemonPreTable } from \"../low/a-f/AbyssalDemon\";\n\nconst GreaterAbyssalDemonTable = new LootTable()\n\t.every(\"Abyssal ashes\")\n\t.every(\"Ensouled abyssal head\")\n\t.every(AbyssalDemonPreTable, 3)\n\t.tertiary(13, \"Clue scroll (hard)\")\n\t.tertiary(120, \"Clue scroll (elite)\")\n\t.tertiary(6000, \"Abyssal head\")\n\n\t/* Superior Slayer tertiary */\n\t.tertiary(99, \"Mist battlestaff\")\n\t.tertiary(99, \"Dust battlestaff\")\n\t.tertiary(346, \"Eternal gem\")\n\t.tertiary(345, \"Imbued heart\");\n\nexport default new SimpleMonster({\n\tid: 7410,\n\tname: \"Greater abyssal demon\",\n\ttable: GreaterAbyssalDemonTable,\n\taliases: [\"greater abyssal demon\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { DrakePreTable } from \"../low/a-f/Drake\";\n\nconst GuardianDrakeTable = new LootTable()\n\t.every(\"Drake bones\")\n\t.every(DrakePreTable, 3)\n\t.tertiary(13, \"Clue scroll (hard)\")\n\n\t/* Superior Slayer tertiary */\n\t.tertiary(104, \"Mist battlestaff\")\n\t.tertiary(104, \"Dust battlestaff\")\n\t.tertiary(364, \"Eternal gem\")\n\t.tertiary(363, \"Imbued heart\");\n\nexport default new SimpleMonster({\n\tid: 10_400,\n\tname: \"Guardian Drake\",\n\ttable: GuardianDrakeTable,\n\taliases: [\"guardian drake\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { BloodveldPreTable } from \"../low/a-f/Bloodveld\";\n\nconst InsatiableBloodveldTable = new LootTable()\n\t.every(\"Vile ashes\")\n\t.every(\"Ensouled bloodveld head\")\n\t.every(BloodveldPreTable, 3)\n\t.tertiary(26, \"Clue scroll (hard)\")\n\n\t/* Superior Slayer tertiary */\n\t.tertiary(256, \"Mist battlestaff\")\n\t.tertiary(255, \"Dust battlestaff\")\n\t.tertiary(894, \"Eternal gem\")\n\t.tertiary(895, \"Imbued heart\");\n\nexport default new SimpleMonster({\n\tid: 7397,\n\tname: \"Insatiable Bloodveld\",\n\ttable: InsatiableBloodveldTable,\n\taliases: [\"insatiable bloodveld\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { MutatedBloodveldPreTable } from \"../low/g-m/MutatedBloodveld\";\n\nconst InsatiableMutatedBloodveldTable = new LootTable()\n\t.every(\"Vile ashes\")\n\t.every(\"Ensouled bloodveld head\")\n\t.every(MutatedBloodveldPreTable, 3)\n\t.tertiary(13, \"Clue scroll (hard)\")\n\n\t/* Superior Slayer tertiary */\n\t.tertiary(255, \"Mist battlestaff\")\n\t.tertiary(256, \"Dust battlestaff\")\n\t.tertiary(895, \"Eternal gem\")\n\t.tertiary(894, \"Imbued heart\");\n\nexport default new SimpleMonster({\n\tid: 7398,\n\tname: \"Insatiable mutated Bloodveld\",\n\ttable: InsatiableMutatedBloodveldTable,\n\taliases: [\"insatiable mutated bloodveld\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { KuraskPreTable } from \"../low/g-m/Kurask\";\n\nconst KingKuraskTable = new LootTable()\n\t.every(\"Bones\")\n\t.every(KuraskPreTable, 3)\n\t.tertiary(13, \"Clue scroll (hard)\")\n\t.tertiary(3000, \"Kurask head\")\n\n\t/* Superior Slayer tertiary */\n\t.tertiary(171, \"Mist battlestaff\")\n\t.tertiary(172, \"Dust battlestaff\")\n\t.tertiary(600, \"Eternal gem\")\n\t.tertiary(600, \"Imbued heart\");\n\nexport default new SimpleMonster({\n\tid: 7405,\n\tname: \"King kurask\",\n\ttable: KingKuraskTable,\n\taliases: [\"king kurask\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { InfernalMagePreTable } from \"../low/g-m/InfernalMage\";\n\nconst MalevolentMageTable = new LootTable()\n\t.every(\"Bones\")\n\t.every(InfernalMagePreTable, 3)\n\n\t/* Superior Slayer tertiary */\n\t.tertiary(274, \"Mist battlestaff\")\n\t.tertiary(275, \"Dust battlestaff\")\n\t.tertiary(960, \"Eternal gem\")\n\t.tertiary(960, \"Imbued heart\");\n\nexport default new SimpleMonster({\n\tid: 7396,\n\tname: \"Malevolent Mage\",\n\ttable: MalevolentMageTable,\n\taliases: [\"malevolent mage\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { GargoylePreTable } from \"../low/g-m/Gargoyle\";\n\nconst MarbleGargoyleTable = new LootTable()\n\t.every(GargoylePreTable, 3)\n\t.tertiary(13, \"Clue scroll (hard)\")\n\n\t/* Superior Slayer tertiary */\n\t.tertiary(148, \"Mist battlestaff\")\n\t.tertiary(148, \"Dust battlestaff\")\n\t.tertiary(519, \"Eternal gem\")\n\t.tertiary(518, \"Imbued heart\");\n\nexport default new SimpleMonster({\n\tid: 7407,\n\tname: \"Marble gargoyle\",\n\ttable: MarbleGargoyleTable,\n\taliases: [\"marble gargoyle\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { BasiliskPreTable } from \"../low/a-f/Basilisk\";\n\nconst MonstrousBasiliskTable = new LootTable()\n\t.every(\"Bones\")\n\t.every(BasiliskPreTable, 3)\n\n\t/* Tertiary */\n\t.tertiary(2000, \"Basilisk head\")\n\n\t/* Superior Slayer tertiary */\n\t.tertiary(292, \"Mist battlestaff\")\n\t.tertiary(292, \"Dust battlestaff\")\n\t.tertiary(1022, \"Eternal gem\")\n\t.tertiary(1022, \"Imbued heart\");\n\nexport default new SimpleMonster({\n\tid: 7395,\n\tname: \"Monstrous basilisk\",\n\ttable: MonstrousBasiliskTable,\n\taliases: [\"monstrous basilisk\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { NechryaelPreTable } from \"../low/n-s/Nechryael\";\n\nconst NechryarchTable = new LootTable()\n\t.every(\"Malicious ashes\")\n\t.every(NechryaelPreTable, 3)\n\t.tertiary(13, \"Clue scroll (hard)\")\n\n\t/* Superior Slayer tertiary */\n\t.tertiary(124, \"Mist battlestaff\")\n\t.tertiary(124, \"Dust battlestaff\")\n\t.tertiary(433, \"Eternal gem\")\n\t.tertiary(434, \"Imbued heart\");\n\nexport default new SimpleMonster({\n\tid: 7411,\n\tname: \"Nechryarch\",\n\ttable: NechryarchTable,\n\taliases: [\"nechryarch\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { DarkBeastPreTable } from \"../low/a-f/DarkBeast\";\n\nconst NightBeastTable = new LootTable()\n\t.every(\"Big bones\")\n\t.every(DarkBeastPreTable, 3)\n\t.tertiary(13, \"Clue scroll (hard)\")\n\t.tertiary(120, \"Clue scroll (elite)\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(5013, \"Curved bone\")\n\n\t/* Superior Slayer tertiary */\n\t.tertiary(73, \"Mist battlestaff\")\n\t.tertiary(73, \"Dust battlestaff\")\n\t.tertiary(255, \"Eternal gem\")\n\t.tertiary(254, \"Imbued heart\");\n\nexport default new SimpleMonster({\n\tid: 7409,\n\tname: \"Night beast\",\n\ttable: NightBeastTable,\n\taliases: [\"night beast\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { SmokeDevilPreTable } from \"../low/n-s/SmokeDevil\";\n\nconst NuclearSmokeDevilTable = new LootTable()\n\t.every(\"Ashes\")\n\t.every(SmokeDevilPreTable, 3)\n\t.tertiary(13, \"Clue scroll (hard)\")\n\t.tertiary(75, \"Clue scroll (elite)\")\n\n\t/* Superior Slayer tertiary */\n\t.tertiary(57, \"Mist battlestaff\")\n\t.tertiary(57, \"Dust battlestaff\")\n\t.tertiary(198, \"Eternal gem\")\n\t.tertiary(198, \"Imbued heart\");\n\nexport default new SimpleMonster({\n\tid: 7406,\n\tname: \"Nuclear smoke devil\",\n\ttable: NuclearSmokeDevilTable,\n\taliases: [\"nuclear smoke devil\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { DeviantSpectrePreTable } from \"../low/a-f/DeviantSpectre\";\n\nconst RepugnantSpectreTable = new LootTable()\n\t.every(DeviantSpectrePreTable, 3)\n\t.tertiary(13, \"Clue scroll (hard)\")\n\t.tertiary(512, \"Mystic robe bottom (dark)\")\n\n\t/* Superior Slayer tertiary */\n\t.tertiary(215, \"Mist battlestaff\")\n\t.tertiary(215, \"Dust battlestaff\")\n\t.tertiary(754, \"Eternal gem\")\n\t.tertiary(754, \"Imbued heart\");\n\nexport default new SimpleMonster({\n\tid: 7403,\n\tname: \"Repugnant spectre\",\n\ttable: RepugnantSpectreTable,\n\taliases: [\"repugnant spectre\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { BansheePreTable } from \"../low/a-f/Banshee\";\n\nconst ScreamingBansheeTable = new LootTable()\n\t.every(BansheePreTable, 3)\n\t.tertiary(13, \"Clue scroll (easy)\")\n\n\t/* Superior Slayer tertiary */\n\t.tertiary(368, \"Mist battlestaff\")\n\t.tertiary(367, \"Dust battlestaff\")\n\t.tertiary(1286, \"Eternal gem\")\n\t.tertiary(1286, \"Imbued heart\");\n\nexport default new SimpleMonster({\n\tid: 7390,\n\tname: \"Screaming banshee\",\n\ttable: ScreamingBansheeTable,\n\taliases: [\"screaming banshee\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { TwistedBansheePreTable } from \"../low/t-z/TwistedBanshee\";\n\nconst ScreamingTwistedBansheeTable = new LootTable()\n\t.every(TwistedBansheePreTable, 3)\n\t.tertiary(13, \"Clue scroll (hard)\")\n\n\t/* Superior Slayer tertiary */\n\t.tertiary(367, \"Mist battlestaff\")\n\t.tertiary(368, \"Dust battlestaff\")\n\t.tertiary(1286, \"Eternal gem\")\n\t.tertiary(1286, \"Imbued heart\");\n\nexport default new SimpleMonster({\n\tid: 7391,\n\tname: \"Screaming twisted banshee\",\n\ttable: ScreamingTwistedBansheeTable,\n\taliases: [\"screaming twisted banshee\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { WyrmPreTable } from \"../low/t-z/Wyrm\";\n\nconst ShadowWyrmTable = new LootTable()\n\t.every(\"Wyrm bones\")\n\t.every(WyrmPreTable, 3)\n\t.tertiary(26, \"Clue scroll (hard)\")\n\n\t/* Superior Slayer tertiary */\n\t.tertiary(207, \"Mist battlestaff\")\n\t.tertiary(207, \"Dust battlestaff\")\n\t.tertiary(724, \"Eternal gem\")\n\t.tertiary(724, \"Imbued heart\");\n\nexport default new SimpleMonster({\n\tid: 10_398,\n\tname: \"Shadow Wyrm\",\n\ttable: ShadowWyrmTable,\n\taliases: [\"shadow wyrm\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { TurothPreTable } from \"../low/t-z/Turoth\";\n\nconst SpikedTurothTable = new LootTable()\n\t.every(\"Bones\")\n\t.every(TurothPreTable, 3)\n\t.tertiary(13, \"Clue scroll (hard)\")\n\n\t/* Superior Slayer tertiary */\n\t.tertiary(236, \"Mist battlestaff\")\n\t.tertiary(236, \"Dust battlestaff\")\n\t.tertiary(825, \"Eternal gem\")\n\t.tertiary(826, \"Imbued heart\");\n\nexport default new SimpleMonster({\n\tid: 10_397,\n\tname: \"Spiked Turoth\",\n\ttable: SpikedTurothTable,\n\taliases: [\"spiked turoth\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { JellyPreTable } from \"../low/g-m/Jelly\";\n\nconst VitreousJellyTable = new LootTable()\n\t.every(JellyPreTable, 3)\n\t.tertiary(13, \"Clue scroll (hard)\")\n\n\t/* Superior Slayer tertiary */\n\t.tertiary(248, \"Mist battlestaff\")\n\t.tertiary(248, \"Dust battlestaff\")\n\t.tertiary(867, \"Eternal gem\")\n\t.tertiary(867, \"Imbued heart\");\n\nexport default new SimpleMonster({\n\tid: 7399,\n\tname: \"Vitreous Jelly\",\n\ttable: VitreousJellyTable,\n\taliases: [\"vitreous jelly\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { WarpedJellyPreTable } from \"../low/t-z/WarpedJelly\";\n\nconst VitreousWarpedJellyTable = new LootTable()\n\t.every(WarpedJellyPreTable, 3)\n\t.tertiary(7, \"Clue scroll (hard)\")\n\n\t/* Superior Slayer tertiary */\n\t.tertiary(248, \"Mist battlestaff\")\n\t.tertiary(248, \"Dust battlestaff\")\n\t.tertiary(867, \"Eternal gem\")\n\t.tertiary(867, \"Imbued heart\");\n\nexport default new SimpleMonster({\n\tid: 7400,\n\tname: \"Vitreous warped Jelly\",\n\ttable: VitreousWarpedJellyTable,\n\taliases: [\"vitreous warped jelly\"],\n});\n", "import AbhorrentSpectre from \"./AbhorrentSpectre\";\nimport BasiliskSentinel from \"./BasiliskSentinel\";\nimport CaveAbomination from \"./CaveAbomination\";\nimport ChasmCrawler from \"./ChasmCrawler\";\nimport ChokeDevil from \"./ChokeDevil\";\nimport Cockathrice from \"./Cockathrice\";\nimport ColossalHydra from \"./ColossalHydra\";\nimport CrushingHand from \"./CrushingHand\";\nimport FlamingPyrelord from \"./FlamingPyrelord\";\nimport GiantRockslug from \"./GiantRockslug\";\nimport GreaterAbyssalDemon from \"./GreaterAbyssalDemon\";\nimport GuardianDrake from \"./GuardianDrake\";\nimport InsatiableBloodveld from \"./InsatiableBloodveld\";\nimport InsatiableMutatedBloodveld from \"./InsatiableMutatedBloodveld\";\nimport KingKurask from \"./KingKurask\";\nimport MalevolentMage from \"./MalevolentMage\";\nimport MarbleGargoyle from \"./MarbleGargoyle\";\nimport MonstrousBasilisk from \"./MonstrousBasilisk\";\nimport Nechryarch from \"./Nechryarch\";\nimport NightBeast from \"./NightBeast\";\nimport NuclearSmokeDevil from \"./NuclearSmokeDevil\";\nimport RepugnantSpectre from \"./RepugnantSpectre\";\nimport ScreamingBanshee from \"./ScreamingBanshee\";\nimport ScreamingTwistedBanshee from \"./ScreamingTwistedBanshee\";\nimport ShadowWyrm from \"./ShadowWyrm\";\nimport SpikedTuroth from \"./SpikedTuroth\";\nimport VitreousJelly from \"./VitreousJelly\";\nimport VitreousWarpedJelly from \"./VitreousWarpedJelly\";\n\nexport const allSuperiorMonsters = {\n\tAbhorrentSpectre,\n\tBasiliskSentinel,\n\tCaveAbomination,\n\tChasmCrawler,\n\tChokeDevil,\n\tCockathrice,\n\tColossalHydra,\n\tCrushingHand,\n\tFlamingPyrelord,\n\tGiantRockslug,\n\tGreaterAbyssalDemon,\n\tGuardianDrake,\n\tInsatiableBloodveld,\n\tInsatiableMutatedBloodveld,\n\tKingKurask,\n\tMalevolentMage,\n\tMarbleGargoyle,\n\tMonstrousBasilisk,\n\tNechryarch,\n\tNightBeast,\n\tNuclearSmokeDevil,\n\tRepugnantSpectre,\n\tScreamingBanshee,\n\tScreamingTwistedBanshee,\n\tShadowWyrm,\n\tSpikedTuroth,\n\tVitreousJelly,\n\tVitreousWarpedJelly,\n};\n", "import { Collection } from \"../../structures/Collection\";\nimport type Monster from \"../../structures/Monster\";\nimport { CreatureCreation } from \"./CreatureCreation\";\nimport { allBosses } from \"./bosses\";\nimport { allLowMonsters } from \"./low\";\nimport { CamdozaalGolems } from \"./low/camdozaalGolems\";\nimport { ReanimatedMonsters } from \"./low/reanimated\";\nimport { specialBosses } from \"./special\";\nimport { allSuperiorMonsters } from \"./superiorMonsters\";\n\nconst monstersObject = {\n\t...allBosses,\n\t...allLowMonsters,\n\t...specialBosses,\n\t...allSuperiorMonsters,\n\t...CreatureCreation,\n\t...ReanimatedMonsters,\n\t...CamdozaalGolems,\n};\n\nconst allMonsters: [number, Monster][] = Object.values(monstersObject).map((monster: Monster) => [monster.id, monster]);\n\nexport const Monsters = Object.assign(new Collection(allMonsters), monstersObject);\n\nexport default Monsters;\n", "import { percentChance, randInt, roll } from \"e\";\n\nimport type { OpenableOpenOptions } from \"../../meta/types\";\nimport Bank from \"../../structures/Bank\";\nimport LootTable from \"../../structures/LootTable\";\nimport SimpleOpenable from \"../../structures/SimpleOpenable\";\nimport { BrimstoneChestFish, chanceOfFish } from \"./BonusOpenables\";\n\nconst BrimstoneChestTable = new LootTable()\n\t.add(\"Uncut diamond\", [25, 35], 5)\n\t.add(\"Uncut ruby\", [25, 35], 5)\n\t.add(\"Coal\", [300, 500], 5)\n\t.add(\"Coins\", [50_000, 150_000], 5)\n\t.add(\"Gold ore\", [100, 200], 4)\n\t.add(\"Dragon arrowtips\", [50, 200], 4)\n\t.add(\"Iron ore\", [350, 500], 3)\n\t.add(\"Rune full helm\", [2, 4], 3)\n\t.add(\"Rune platebody\", [1, 2], 3)\n\t.add(\"Rune platelegs\", [1, 2], 3)\n\t.add(\"Runite ore\", [10, 15], 2)\n\t.add(\"Steel bar\", [300, 500], 2)\n\t.add(\"Magic logs\", [120, 160], 2)\n\t.add(\"Dragon dart tip\", [40, 160], 2)\n\t.add(\"Palm tree seed\", [2, 4], 1)\n\t.add(\"Magic seed\", [2, 4], 1)\n\t.add(\"Celastrus seed\", [2, 4], 1)\n\t.add(\"Dragonfruit tree seed\", [1, 4], 1)\n\t.add(\"Redwood tree seed\", 1, 1)\n\t.add(\"Torstol seed\", [3, 5], 1)\n\t.add(\"Snapdragon seed\", [3, 5], 1)\n\t.add(\"Ranarr seed\", [3, 5], 1)\n\t.add(\"Pure essence\", [3000, 6000], 1)\n\t.oneIn(200, \"Broken dragon hasta\")\n\t.oneIn(1000, \"Mystic hat (dusk)\")\n\t.oneIn(1000, \"Mystic robe top (dusk)\")\n\t.oneIn(1000, \"Mystic robe bottom (dusk)\")\n\t.oneIn(1000, \"Mystic gloves (dusk)\")\n\t.oneIn(1000, \"Mystic boots (dusk)\");\n\nexport class BrimstoneChestOpenable extends SimpleOpenable {\n\tpublic open(quantity = 1, options: OpenableOpenOptions = { fishLvl: 99 }) {\n\t\tconst loot = new Bank();\n\t\tconst fishLvl = options.fishLvl ?? 99;\n\n\t\tconst lobster = BrimstoneChestFish.find(fish => fish.item === \"Raw lobster\");\n\t\tfor (let i = 0; i < quantity; i++) {\n\t\t\tif (roll(20)) {\n\t\t\t\tlet fishRolled = false;\n\t\t\t\tfor (const fish of BrimstoneChestFish) {\n\t\t\t\t\tif (fishLvl >= fish.req) {\n\t\t\t\t\t\tif (percentChance(chanceOfFish(fishLvl, fish.low, fish.high))) {\n\t\t\t\t\t\t\tloot.add(fish.item, randInt(fish.qty[0], fish.qty[1]));\n\t\t\t\t\t\t\tfishRolled = true;\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif (!fishRolled) {\n\t\t\t\t\tloot.add(lobster?.item, randInt(lobster!.qty[0], lobster!.qty[1]));\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tloot.add(BrimstoneChestTable.roll());\n\t\t\t}\n\t\t}\n\t\treturn loot;\n\t}\n}\n\nexport default new BrimstoneChestOpenable({\n\tid: 23_083,\n\tname: \"Brimstone chest\",\n\taliases: [\"brimstone chest\", \"brimstone\"],\n\ttable: BrimstoneChestTable,\n});\n", "import type { OpenableOpenOptions, OpenableOptions } from \"../meta/types\";\nimport type Bank from \"./Bank\";\n\n/**\n * An entity from OSRS which can be opened (e.g. implings)\n */\nexport default abstract class Openable {\n\t/**\n\t * The item ID of the item which is opened.\n\t */\n\tpublic id: number;\n\tpublic name: string;\n\tpublic aliases: string[];\n\tpublic abstract open(quantity: number, options: OpenableOpenOptions): Bank;\n\tpublic allItems: number[];\n\n\tconstructor(options: OpenableOptions) {\n\t\tthis.id = options.id;\n\t\tthis.name = options.name;\n\t\tthis.aliases = options.aliases ?? [];\n\t\tthis.allItems = options.allItems ?? [];\n\t}\n}\n", "import type { OpenableOptions } from \"../meta/types\";\nimport Bank from \"./Bank\";\nimport type LootTable from \"./LootTable\";\nimport Openable from \"./Openable\";\n\ninterface SimpleOpenableOptions extends OpenableOptions {\n\ttable: LootTable;\n}\n\nexport default class SimpleOpenable extends Openable {\n\tpublic table: LootTable;\n\n\tconstructor(options: SimpleOpenableOptions) {\n\t\tsuper({ ...options, allItems: options.table.allItems });\n\t\tthis.table = options.table;\n\t}\n\n\tpublic open(quantity = 1) {\n\t\tconst loot = new Bank();\n\n\t\tfor (let i = 0; i < quantity; i++) {\n\t\t\tloot.add(this.table.roll());\n\t\t}\n\n\t\treturn loot;\n\t}\n}\n", "export interface FishDropTable {\n\titem: string;\n\tqty: [number, number];\n\tlow: number;\n\thigh: number;\n\treq: number;\n}\n\n// Uses the skilling success rate formula: https://oldschool.runescape.wiki/w/Skilling_success_rate\nexport function chanceOfFish(fishLvl: number, low: number, high: number) {\n\tconst num1: number = (low * (99 - fishLvl)) / 98;\n\tconst num2: number = (high * (fishLvl - 1)) / 98;\n\n\tconst chanceOfSuccess = (num1 + num2 + 1) / 256;\n\n\treturn chanceOfSuccess * 100;\n}\n\nexport const BrimstoneChestFish: FishDropTable[] = [\n\t{\n\t\titem: \"Raw manta ray\",\n\t\tqty: [80, 160],\n\t\tlow: -10,\n\t\thigh: 20,\n\t\treq: 31,\n\t},\n\t{\n\t\titem: \"Raw sea turtle\",\n\t\tqty: [80, 200],\n\t\tlow: -10,\n\t\thigh: 50,\n\t\treq: 17,\n\t},\n\t{\n\t\titem: \"Raw shark\",\n\t\tqty: [100, 250],\n\t\tlow: -60,\n\t\thigh: 140,\n\t\treq: 27,\n\t},\n\t{\n\t\titem: \"Raw monkfish\",\n\t\tqty: [100, 300],\n\t\tlow: 0,\n\t\thigh: 170,\n\t\treq: 1,\n\t},\n\t{\n\t\titem: \"Raw swordfish\",\n\t\tqty: [100, 300],\n\t\tlow: 30,\n\t\thigh: 200,\n\t\treq: 1,\n\t},\n\t{\n\t\titem: \"Raw lobster\",\n\t\tqty: [100, 350],\n\t\tlow: 70,\n\t\thigh: 270,\n\t\treq: 1,\n\t},\n\t{\n\t\titem: \"Raw tuna\",\n\t\tqty: [100, 350],\n\t\tlow: 225,\n\t\thigh: 324,\n\t\treq: 1,\n\t},\n];\n\nexport const LarransSmallChestFish: FishDropTable[] = [\n\t{\n\t\titem: \"Raw manta ray\",\n\t\tqty: [81, 177],\n\t\tlow: -10,\n\t\thigh: 20,\n\t\treq: 31,\n\t},\n\t{\n\t\titem: \"Raw sea turtle\",\n\t\tqty: [81, 177],\n\t\tlow: -10,\n\t\thigh: 50,\n\t\treq: 17,\n\t},\n\t{\n\t\titem: \"Raw shark\",\n\t\tqty: [126, 250],\n\t\tlow: -60,\n\t\thigh: 140,\n\t\treq: 27,\n\t},\n\t{\n\t\titem: \"Raw monkfish\",\n\t\tqty: [162, 297],\n\t\tlow: 0,\n\t\thigh: 170,\n\t\treq: 1,\n\t},\n\t{\n\t\titem: \"Raw swordfish\",\n\t\tqty: [113, 264],\n\t\tlow: 30,\n\t\thigh: 200,\n\t\treq: 1,\n\t},\n\t{\n\t\titem: \"Raw lobster\",\n\t\tqty: [163, 342],\n\t\tlow: 70,\n\t\thigh: 270,\n\t\treq: 1,\n\t},\n\t{\n\t\titem: \"Raw tuna\",\n\t\tqty: [112, 307],\n\t\tlow: 225,\n\t\thigh: 324,\n\t\treq: 1,\n\t},\n];\n\nexport const LarransBigChestFish: FishDropTable[] = [\n\t{\n\t\titem: \"Raw manta ray\",\n\t\tqty: [120, 240],\n\t\tlow: -10,\n\t\thigh: 20,\n\t\treq: 31,\n\t},\n\t{\n\t\titem: \"Raw sea turtle\",\n\t\tqty: [120, 300],\n\t\tlow: -10,\n\t\thigh: 50,\n\t\treq: 17,\n\t},\n\t{\n\t\titem: \"Raw shark\",\n\t\tqty: [150, 375],\n\t\tlow: -60,\n\t\thigh: 140,\n\t\treq: 27,\n\t},\n\t{\n\t\titem: \"Raw monkfish\",\n\t\tqty: [150, 450],\n\t\tlow: 0,\n\t\thigh: 170,\n\t\treq: 1,\n\t},\n\t{\n\t\titem: \"Raw swordfish\",\n\t\tqty: [150, 450],\n\t\tlow: 30,\n\t\thigh: 200,\n\t\treq: 1,\n\t},\n\t{\n\t\titem: \"Raw lobster\",\n\t\tqty: [150, 525],\n\t\tlow: 70,\n\t\thigh: 270,\n\t\treq: 1,\n\t},\n\t{\n\t\titem: \"Raw tuna\",\n\t\tqty: [150, 525],\n\t\tlow: 225,\n\t\thigh: 324,\n\t\treq: 1,\n\t},\n];\n", "import LootTable from \"../../structures/LootTable\";\nimport SimpleOpenable from \"../../structures/SimpleOpenable\";\n\nconst CasketTable = new LootTable()\n\t.add(\"Coins\", 160, 24)\n\t.add(\"Coins\", 20, 22)\n\t.add(\"Coins\", 40, 20)\n\t.add(\"Coins\", 320, 19)\n\t.add(\"Coins\", 80, 18)\n\t.add(\"Coins\", 640, 18)\n\t.add(\"Uncut sapphire\", 1, 64)\n\t.add(\"Uncut emerald\", 1, 33)\n\t.add(\"Uncut ruby\", 1, 15)\n\t.add(\"Uncut diamond\", 1, 4)\n\t.add(\"Cosmic talisman\", 1, 16)\n\t.add(\"Loop half of key\", 1, 2)\n\t.add(\"Tooth half of key\", 1, 2);\n\nexport default new SimpleOpenable({\n\tid: 405,\n\tname: \"Casket\",\n\taliases: [\"casket\"],\n\ttable: CasketTable,\n});\n", "import LootTable from \"../../structures/LootTable\";\nimport SimpleOpenable from \"../../structures/SimpleOpenable\";\nimport { itemTupleToTable } from \"../../util\";\n\nconst runeArmorTable = new LootTable().add(\"Rune platelegs\", 1, 1).add(\"Rune plateskirt\", 1, 1);\n\nconst coinsKeyHalfTable = new LootTable()\n\t.every(\"Coins\", 750)\n\t.add(\"Tooth half of key\", 1, 1)\n\t.add(\"Loop half of key\", 1, 1);\n\nconst CrystalChestTable = new LootTable({ limit: 128 })\n\t.every(\"Uncut dragonstone\")\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Spinach roll\", 1],\n\t\t\t[\"Coins\", 2000],\n\t\t]),\n\t\t1,\n\t\t34,\n\t)\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Air rune\", 50],\n\t\t\t[\"Water rune\", 50],\n\t\t\t[\"Earth rune\", 50],\n\t\t\t[\"Fire rune\", 50],\n\t\t\t[\"Body rune\", 50],\n\t\t\t[\"Mind rune\", 50],\n\t\t\t[\"Chaos rune\", 10],\n\t\t\t[\"Death rune\", 10],\n\t\t\t[\"Cosmic rune\", 10],\n\t\t\t[\"Nature rune\", 10],\n\t\t\t[\"Law rune\", 10],\n\t\t]),\n\t\t1,\n\t\t12,\n\t)\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Ruby\", 2],\n\t\t\t[\"Diamond\", 2],\n\t\t]),\n\t\t1,\n\t\t12,\n\t)\n\t.add(\"Runite bar\", 3, 12)\n\t.add(coinsKeyHalfTable, 1, 10)\n\t.add(\"Iron ore\", 150, 10)\n\t.add(\"Coal\", 100, 10)\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Raw swordfish\", 5],\n\t\t\t[\"Coins\", 1000],\n\t\t]),\n\t\t1,\n\t\t8,\n\t)\n\t.add(\"Adamant sq shield\", 1, 2)\n\t.add(runeArmorTable, 1);\n\nexport default new SimpleOpenable({\n\tid: 989,\n\tname: \"Crystal chest\",\n\taliases: [\"crystal chest\"],\n\ttable: CrystalChestTable,\n});\n", "import LootTable from \"../../structures/LootTable\";\nimport SimpleOpenable from \"../../structures/SimpleOpenable\";\nimport { itemTupleToTable } from \"../../util\";\n\n/* Dragonstone armour roll */\nconst DragonStoneArmorTable = new LootTable()\n\t.add(\"Dragonstone full helm\", 1, 1)\n\t.add(\"Dragonstone platebody\", 1, 1)\n\t.add(\"Dragonstone platelegs\", 1, 1)\n\t.add(\"Dragonstone gauntlets\", 1, 1)\n\t.add(\"Dragonstone boots\", 1, 1);\n\n/* Key half roll */\nconst coinsKeyHalfTable = new LootTable()\n\t.every(\"Uncut dragonstone\")\n\t.every(\"Coins\", [10_000, 15_000])\n\t.add(\"Tooth half of key\", 1, 1)\n\t.add(\"Loop half of key\", 1, 1);\n\n/* Rune armor roll */\nconst runeArmorTable = new LootTable()\n\t.every(\"Uncut dragonstone\")\n\t.every(\"Crystal shard\", [4, 6])\n\t.add(\"Rune platelegs\", 1, 1)\n\t.add(\"Rune plateskirt\", 1, 1);\n\n/* Dragon items roll */\nconst dragonItemTable = new LootTable()\n\t.every(\"Uncut dragonstone\")\n\t.add(\"Dragon platelegs\", 1, 1)\n\t.add(\"Dragon plateskirt\", 1, 1)\n\t.add(\"Shield left half\", 1, 1);\n\nconst ElvenCrystalChestTable = new LootTable()\n\t.oneIn(10_000, \"Uncut onyx\")\n\t.oneIn(500, DragonStoneArmorTable)\n\t.add(coinsKeyHalfTable, 1, 64)\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Uncut dragonstone\", 1],\n\t\t\t[\"Uncut ruby\", [10, 13]],\n\t\t\t[\"Uncut diamond\", [5, 8]],\n\t\t]),\n\t\t1,\n\t\t32,\n\t)\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Uncut dragonstone\", 1],\n\t\t\t[\"Crystal key\", 1],\n\t\t]),\n\t\t1,\n\t\t24,\n\t)\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Uncut dragonstone\", 1],\n\t\t\t[\"Coins\", [30_000, 50_000]],\n\t\t\t[\"Crystal shard\", [8, 13]],\n\t\t]),\n\t\t1,\n\t\t20,\n\t)\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Uncut dragonstone\", 1],\n\t\t\t[\"Crystal shard\", [20, 30]],\n\t\t]),\n\t\t1,\n\t\t17,\n\t)\n\t.add(runeArmorTable, 1, 17)\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Uncut dragonstone\", 1],\n\t\t\t[\"Cosmic rune\", [50, 100]],\n\t\t\t[\"Chaos rune\", [50, 100]],\n\t\t\t[\"Nature rune\", [50, 100]],\n\t\t\t[\"Law rune\", [50, 100]],\n\t\t\t[\"Death rune\", [50, 100]],\n\t\t]),\n\t\t1,\n\t\t17,\n\t)\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Uncut dragonstone\", 1],\n\t\t\t[\"Yew seed\", 1],\n\t\t]),\n\t\t1,\n\t\t17,\n\t)\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Uncut dragonstone\", 1],\n\t\t\t[\"Raw shark\", [50, 100]],\n\t\t]),\n\t\t1,\n\t\t17,\n\t)\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Uncut dragonstone\", 1],\n\t\t\t[\"Gold ore\", [350, 500]],\n\t\t]),\n\t\t1,\n\t\t12,\n\t)\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Uncut dragonstone\", 1],\n\t\t\t[\"Runite ore\", [7, 10]],\n\t\t]),\n\t\t1,\n\t\t9,\n\t)\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Uncut dragonstone\", 1],\n\t\t\t[\"Crystal acorn\", [1, 2]],\n\t\t]),\n\t\t1,\n\t\t7,\n\t)\n\t.add(dragonItemTable, 1, 3);\n\nexport default new SimpleOpenable({\n\tid: 23_951,\n\tname: \"Elven crystal chest\",\n\taliases: [\"elven crystal chest\", \"elven chest\", \"enhanced\", \"enhanced crystal chest\", \"elven chest\", \"elven\"],\n\ttable: ElvenCrystalChestTable,\n});\n", "import LootTable from \"../../structures/LootTable\";\nimport SimpleOpenable from \"../../structures/SimpleOpenable\";\n\nconst GiantEggSacFullTable = new LootTable().every(\"Red spiders' eggs\", 100);\n\nexport default new SimpleOpenable({\n\tid: 23_517,\n\tname: \"Giant egg sac(full)\",\n\taliases: [\"giant egg sac(full)\", \"giant egg sac full\"],\n\ttable: GiantEggSacFullTable,\n});\n", "import LootTable from \"../../structures/LootTable\";\nimport SimpleOpenable from \"../../structures/SimpleOpenable\";\nimport { itemTupleToTable } from \"../../util\";\n\nconst FoodTable = new LootTable()\n\t.add(\"Egg potato\", 4, 12)\n\t.add(\"Shark\", 4, 7)\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Saradomin brew(2)\", 3],\n\t\t\t[\"Super restore(2)\", 1],\n\t\t]),\n\t\t1,\n\t\t1,\n\t);\n\nconst PotionTable = new LootTable()\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Super attack(2)\", 1],\n\t\t\t[\"Super strength(2)\", 1],\n\t\t\t[\"Super defence(2)\", 1],\n\t\t]),\n\t\t1,\n\t\t8,\n\t)\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Super defence(2)\", 1],\n\t\t\t[\"Ranging potion(2)\", 1],\n\t\t]),\n\t\t1,\n\t\t8,\n\t)\n\t.add(\"Prayer potion(3)\", 2, 3)\n\t.add(\"Super restore(3)\", 2, 1);\n\nconst GrubbyChestTable = new LootTable()\n\t/* Food roll */\n\t.every(FoodTable, 2)\n\n\t/* Potion roll */\n\t.every(PotionTable, 1)\n\n\t/* Main roll */\n\t.add(\"Law rune\", 200, 10)\n\t.add(\"Death rune\", 200, 10)\n\t.add(\"Astral rune\", 200, 10)\n\t.add(\"Blood rune\", 200, 10)\n\t.add(\"Grimy toadflax\", 10, 8)\n\t.add(\"Grimy ranarr weed\", 10, 8)\n\t.add(\"Coins\", 10_000, 8)\n\t.add(\"Grimy snapdragon\", 10, 7)\n\t.add(\"Grimy torstol\", 5, 7)\n\t.add(\"Crystal key\", 1, 6)\n\t.add(\"Dragon bones\", 10, 6)\n\t.add(\"Red dragonhide\", 10, 6)\n\t.add(\"Dragon dart tip\", 50, 2)\n\t.add(\"Dragon arrowtips\", 100, 2)\n\n\t/* Tertiary */\n\t.tertiary(25, \"Orange egg sac\")\n\t.tertiary(25, \"Blue egg sac\");\n\nexport default new SimpleOpenable({\n\tid: 23_499,\n\tname: \"Grubby chest\",\n\taliases: [\"grubby chest\", \"grubby\"],\n\ttable: GrubbyChestTable,\n});\n", "import LootTable from \"../../structures/LootTable\";\nimport SimpleOpenable from \"../../structures/SimpleOpenable\";\n\n// TODO: check back for wiki drop table update from another one in the repo\nconst GemTable = new LootTable()\n\t.add(\"Sapphire necklace\", 1, 4)\n\t.add(\"Sapphire amulet\", 1, 4)\n\t.add(\"Sapphire ring\", 1, 4)\n\t.add(\"Emerald necklace\", 1, 3)\n\t.add(\"Emerald amulet\", 1, 3)\n\t.add(\"Emerald ring\", 1, 3)\n\t.add(\"Ruby necklace\", 1, 2)\n\t.add(\"Ruby amulet\", 1, 2)\n\t.add(\"Ruby ring\", 1, 2)\n\t.add(\"Gold necklace\", 1, 2)\n\t.add(\"Gold amulet\", 1, 2)\n\t.add(\"Gold ring\", 1, 2)\n\t.add(\"Sapphire\", 1, 2)\n\t.add(\"Emerald\", 1, 2)\n\t.add(\"Ruby\", 1, 2)\n\t.add(\"Diamond necklace\", 1, 1)\n\t.add(\"Diamond amulet\", 1, 1)\n\t.add(\"Diamond ring\", 1, 1)\n\t.add(\"Diamond\", 1, 1);\n\nconst HAMChestTable = new LootTable()\n\t.every(\"Coins\", [0, 99])\n\t.add(GemTable, 1, 1)\n\t.add(GemTable, 2, 1)\n\t.add(GemTable, 3, 1)\n\t.add(GemTable, 4, 1)\n\t.add(GemTable, 5, 1);\n\nexport const BronzeHAMChest = new SimpleOpenable({\n\tid: 8867,\n\tname: \"Bronze HAM chest\",\n\taliases: [\"Bronze\", \"bronze ham chest\", \"bronze chest\"],\n\ttable: HAMChestTable,\n});\n\nexport const IronHAMChest = new SimpleOpenable({\n\tid: 8869,\n\tname: \"Iron HAM chest\",\n\taliases: [\"iron\", \"iron ham chest\", \"iron chest\"],\n\ttable: HAMChestTable,\n});\n\nexport const SilverHAMChest = new SimpleOpenable({\n\tid: 8868,\n\tname: \"Silver HAM chest\",\n\taliases: [\"silver\", \"silver ham chest\", \"silver chest\"],\n\ttable: HAMChestTable,\n});\n\nexport const SteelHAMChest = new SimpleOpenable({\n\tid: 8866,\n\tname: \"Steel HAM chest\",\n\taliases: [\"steel\", \"steel ham chest\", \"steel chest\"],\n\ttable: HAMChestTable,\n});\n", "import LootTable from \"../../structures/LootTable\";\nimport SimpleOpenable from \"../../structures/SimpleOpenable\";\n\nconst SackLogTable = new LootTable()\n\t.add(\"Maple logs\", 4)\n\t.add(\"Yew logs\", 4)\n\t.add(\"Teak logs\", 4)\n\t.add(\"Mahogany logs\", 4)\n\t.add(\"Magic logs\", 4);\n\nconst SackHerbTable = new LootTable()\n\t.add(\"Grimy harralander\", 4)\n\t.add(\"Grimy irit leaf\", 4)\n\t.add(\"Grimy avantoe\", 4)\n\t.add(\"Grimy ranarr weed\", 4)\n\t.add(\"Grimy cadantine\", 4)\n\t.add(\"Grimy kwuarm\", 4)\n\t.add(\"Grimy lantadyme\", 4);\n\nconst BasicSackTable = new LootTable()\n\t.add(\"Quetzal feed\", 1)\n\t.add(\"Coins\", [750, 1_250])\n\t.add(\"Hunter spear tips\", [15, 30])\n\t.add(\"Blessed bone shards\", [100, 200])\n\t.add(\"Raw kyatt\", 2)\n\t.add(\"Raw pyre fox\", 3)\n\t.add(SackLogTable);\n\nconst BSackTable = new LootTable().every(BasicSackTable, 5);\n\nconst AdeptSackTable = new LootTable()\n\t.add(\"Quetzal feed\", 1)\n\t.add(\"Coins\", [750, 1_250])\n\t.add(\"Hunter spear tips\", [15, 30])\n\t.add(\"Blessed bone shards\", [100, 200])\n\t.add(\"Raw kyatt\", 2)\n\t.add(\"Raw pyre fox\", 3)\n\t.add(5_075, 1)\n\t.add(5_075, [2, 3])\n\t.add(\"Raw sunlight antelope\", 2)\n\t.add(\"Sun-kissed bones\", 2)\n\t.add(SackLogTable)\n\t.add(SackHerbTable);\n\nconst ASackTable = new LootTable().every(AdeptSackTable, 7);\n\nconst ExpertSackTable = new LootTable()\n\t.add(\"Quetzal feed\", 1)\n\t.add(\"Coins\", [750, 1_250])\n\t.add(\"Coins\", [2_500, 3_500])\n\t.add(\"Hunter spear tips\", [15, 30])\n\t.add(\"Blessed bone shards\", [100, 200])\n\t.add(\"Raw kyatt\", 2)\n\t.add(\"Raw pyre fox\", 3)\n\t.add(5_075, 1)\n\t.add(5_075, [2, 3])\n\t.add(\"Raw sunlight antelope\", 2)\n\t.add(\"Raw moonlight antelope\", 2)\n\t.add(\"Sun-kissed bones\", 2)\n\t.add(\"Sun-kissed bones\", 3)\n\t.add(SackLogTable)\n\t.add(SackHerbTable);\n\nconst ESackTable = new LootTable().every(ExpertSackTable, 9);\n\nconst MasterSackTable = new LootTable()\n\t.add(\"Quetzal feed\", 1)\n\t.add(\"Coins\", [750, 1_250])\n\t.add(\"Coins\", [2_500, 3_500])\n\t.add(\"Hunter spear tips\", [15, 30])\n\t.add(\"Blessed bone shards\", [100, 200])\n\t.add(\"Raw kyatt\", 2)\n\t.add(\"Raw pyre fox\", 3)\n\t.add(5_075, 1)\n\t.add(5_075, [2, 3])\n\t.add(\"Raw sunlight antelope\", 2)\n\t.add(\"Raw moonlight antelope\", 2)\n\t.add(\"Sun-kissed bones\", 2)\n\t.add(\"Sun-kissed bones\", 3)\n\t.add(SackLogTable)\n\t.add(SackHerbTable);\n\nconst MSackTable = new LootTable().every(MasterSackTable, 11);\n\nexport const BasicSack = new SimpleOpenable({\n\tid: 29_242,\n\tname: \"Hunters' loot sack (basic)\",\n\taliases: [\"basic hunter sack\", \"hunter's loot sack (basic)\", \"hunters loot sack (basic)\"],\n\ttable: BSackTable,\n});\n\nexport const AdeptSack = new SimpleOpenable({\n\tid: 29_244,\n\tname: \"Hunters' loot sack (adept)\",\n\taliases: [\"adept hunter sack\", \"hunter's loot sack (adept)\", \"hunters loot sack (adept)\"],\n\ttable: ASackTable,\n});\n\nexport const ExpertSack = new SimpleOpenable({\n\tid: 29_246,\n\tname: \"Hunters' loot sack (expert)\",\n\taliases: [\"expert hunter sack\", \"hunter's loot sack (expert)\", \"hunters loot sack (expert)\"],\n\ttable: ESackTable,\n});\n\nexport const MasterSack = new SimpleOpenable({\n\tid: 29_248,\n\tname: \"Hunters' loot sack (master)\",\n\taliases: [\"master hunter sack\", \"hunter's loot sack (master)\", \"hunters loot sack (master)\"],\n\ttable: MSackTable,\n});\n", "import LootTable from \"../../structures/LootTable\";\n\nexport const PrayerPageTable = new LootTable()\n\t.add(\"Saradomin page 1\")\n\t.add(\"Saradomin page 2\")\n\t.add(\"Saradomin page 3\")\n\t.add(\"Saradomin page 4\")\n\t.add(\"Zamorak page 1\")\n\t.add(\"Zamorak page 2\")\n\t.add(\"Zamorak page 3\")\n\t.add(\"Zamorak page 4\")\n\t.add(\"Guthix page 1\")\n\t.add(\"Guthix page 2\")\n\t.add(\"Guthix page 3\")\n\t.add(\"Guthix page 4\")\n\t.add(\"Bandos page 1\")\n\t.add(\"Bandos page 2\")\n\t.add(\"Bandos page 3\")\n\t.add(\"Bandos page 4\")\n\t.add(\"Armadyl page 1\")\n\t.add(\"Armadyl page 2\")\n\t.add(\"Armadyl page 3\")\n\t.add(\"Armadyl page 4\")\n\t.add(\"Ancient page 1\")\n\t.add(\"Ancient page 2\")\n\t.add(\"Ancient page 3\")\n\t.add(\"Ancient page 4\");\n\nexport const GildedTable = new LootTable()\n\t.add(\"Gilded platebody\")\n\t.add(\"Gilded platelegs\")\n\t.add(\"Gilded plateskirt\")\n\t.add(\"Gilded full helm\")\n\t.add(\"Gilded kiteshield\")\n\t.add(\"Gilded med helm\")\n\t.add(\"Gilded chainbody\")\n\t.add(\"Gilded sq shield\")\n\t.add(\"Gilded 2h sword\")\n\t.add(\"Gilded spear\")\n\t.add(\"Gilded hasta\");\n\nexport const FirelighterTable = new LootTable()\n\t.add(\"Red firelighter\", [4, 10])\n\t.add(\"Green firelighter\", [4, 10])\n\t.add(\"Blue firelighter\", [4, 10])\n\t.add(\"Purple firelighter\", [4, 10])\n\t.add(\"White firelighter\", [4, 10]);\n\nexport const SubTeleportScrollTable = new LootTable()\n\t.add(\"Nardah teleport\", [5, 15])\n\t.add(\"Mos le'harmless teleport\", [5, 15])\n\t.add(\"Mort'ton teleport\", [5, 15])\n\t.add(\"Feldip hills teleport\", [5, 15])\n\t.add(\"Lunar isle teleport\", [5, 15])\n\t.add(\"Digsite teleport\", [5, 15])\n\t.add(\"Piscatoris teleport\", [5, 15])\n\t.add(\"Pest control teleport\", [5, 15])\n\t.add(\"Tai bwo wannai teleport\", [5, 15])\n\t.add(\"Lumberyard teleport\", [5, 15])\n\t.add(\"Charge dragonstone jewellery scroll\", [5, 15])\n\t.add(\"Iorwerth camp teleport\", [5, 15]);\n\nexport const TeleportScrollTable = new LootTable().add(\"Master scroll book (empty)\").add(SubTeleportScrollTable, 1, 21);\n\nexport const GiveHalfKeyTable = new LootTable().add(\"Loop half of key\").add(\"Tooth half of key\");\n\nexport const BlessingTable = new LootTable()\n\t.add(\"Holy blessing\")\n\t.add(\"Unholy blessing\")\n\t.add(\"Peaceful blessing\")\n\t.add(\"Honourable blessing\")\n\t.add(\"War blessing\")\n\t.add(\"Ancient blessing\")\n\t.add(\"Coins\", [10_000, 15_000], 7)\n\t.add(\"Purple sweets\", [8, 12], 7);\n", "import LootTable from \"../../structures/LootTable\";\nimport { itemID } from \"../../util\";\nimport { BlessingTable, FirelighterTable, PrayerPageTable, TeleportScrollTable } from \"./General\";\n\nexport const EasyChefTable = new LootTable().add(\"Golden apron\").add(\"Golden chef's hat\");\n\nexport const EasySubMonkTable = new LootTable().add(\"Monk's robe top (g)\").add(\"Monk's robe (g)\");\n\nexport const EasyMonkTable = new LootTable().add(\"Coins\", [3400, 6200], 4).add(EasySubMonkTable);\n\nexport const EasyCapeTable = new LootTable()\n\t.add(\"Team cape zero\")\n\t.add(\"Team cape i\")\n\t.add(\"Team cape x\")\n\t.add(\"Cape of skulls\");\n\nexport const EasyElegantTable = new LootTable()\n\t.add(\"Red elegant shirt\")\n\t.add(\"Red elegant legs\")\n\t.add(\"Red elegant blouse\")\n\t.add(\"Red elegant skirt\")\n\t.add(\"Green elegant shirt\")\n\t.add(\"Green elegant legs\")\n\t.add(\"Green elegant blouse\")\n\t.add(\"Green elegant skirt\")\n\t.add(\"Blue elegant shirt\")\n\t.add(\"Blue elegant legs\")\n\t.add(\"Blue elegant blouse\")\n\t.add(\"Blue elegant skirt\");\n\nexport const EasyRareTable = new LootTable()\n\t.add(\"Highwayman mask\")\n\t.add(\"Blue beret\")\n\t.add(\"Black beret\")\n\t.add(\"White beret\")\n\t.add(\"A powdered wig\")\n\t.add(\"Flared trousers\")\n\t.add(\"Pantaloons\")\n\t.add(\"Sleeping cap\")\n\t.add(\"Beanie\")\n\t.add(\"Imp mask\")\n\t.add(\"Goblin mask\")\n\t.add(\"Black cane\")\n\t.add(\"Red beret\")\n\t.add(\"Rain bow\")\n\t.add(\"Ham joint\")\n\t.add(\"Staff of bob the cat\")\n\t.add(\"Bob's red shirt\")\n\t.add(\"Bob's blue shirt\")\n\t.add(\"Bob's green shirt\")\n\t.add(\"Bob's black shirt\")\n\t.add(\"Bob's purple shirt\")\n\t.add(\"Black platebody (t)\")\n\t.add(\"Black platelegs (t)\")\n\t.add(\"Black plateskirt (t)\")\n\t.add(\"Black full helm (t)\")\n\t.add(\"Black kiteshield (t)\")\n\t.add(\"Studded body (t)\")\n\t.add(\"Studded chaps (t)\")\n\t.add(\"Blue skirt (t)\")\n\t.add(\"Blue wizard robe (t)\")\n\t.add(\"Blue wizard hat (t)\")\n\t.add(\"Bronze platebody (t)\")\n\t.add(\"Bronze platelegs (t)\")\n\t.add(\"Bronze plateskirt (t)\")\n\t.add(\"Bronze kiteshield (t)\")\n\t.add(\"Bronze full helm (t)\")\n\t.add(\"Iron platebody (t)\")\n\t.add(\"Iron platelegs (t)\")\n\t.add(\"Iron plateskirt (t)\")\n\t.add(\"Iron full helm (t)\")\n\t.add(\"Iron kiteshield (t)\")\n\t.add(\"Black wizard hat (t)\")\n\t.add(\"Black wizard robe (t)\")\n\t.add(\"Black skirt (t)\")\n\t.add(\"Steel full helm (t)\")\n\t.add(\"Steel platebody (t)\")\n\t.add(\"Steel platelegs (t)\")\n\t.add(\"Steel plateskirt (t)\")\n\t.add(\"Steel kiteshield (t)\")\n\t.add(\"Amulet of power (t)\")\n\t.add(\"Black platebody (g)\")\n\t.add(\"Black platelegs (g)\")\n\t.add(\"Black plateskirt (g)\")\n\t.add(\"Black full helm (g)\")\n\t.add(\"Black kiteshield (g)\")\n\t.add(\"Studded body (g)\")\n\t.add(\"Studded chaps (g)\")\n\t.add(\"Blue skirt (g)\")\n\t.add(\"Blue wizard robe (g)\")\n\t.add(\"Blue wizard hat (g)\")\n\t.add(\"Bronze platebody (g)\")\n\t.add(\"Bronze platelegs (g)\")\n\t.add(\"Bronze plateskirt (g)\")\n\t.add(\"Bronze kiteshield (g)\")\n\t.add(\"Bronze full helm (g)\")\n\t.add(\"Iron platebody (g)\")\n\t.add(\"Iron platelegs (g)\")\n\t.add(\"Iron plateskirt (g)\")\n\t.add(\"Iron kiteshield (g)\")\n\t.add(\"Iron full helm (g)\")\n\t.add(\"Black wizard hat (g)\")\n\t.add(\"Black wizard robe (g)\")\n\t.add(\"Black skirt (g)\")\n\t.add(\"Wooden shield (g)\")\n\t.add(\"Steel full helm (g)\")\n\t.add(\"Steel platebody (g)\")\n\t.add(\"Steel platelegs (g)\")\n\t.add(\"Steel plateskirt (g)\")\n\t.add(\"Steel kiteshield (g)\")\n\t.add(\"Leather body (g)\")\n\t.add(\"Leather chaps (g)\")\n\t.add(\"Black shield (h1)\")\n\t.add(\"Black shield (h2)\")\n\t.add(\"Black shield (h3)\")\n\t.add(\"Black shield (h4)\")\n\t.add(\"Black shield (h5)\")\n\t.add(\"Black helm (h1)\")\n\t.add(\"Black helm (h2)\")\n\t.add(\"Black helm (h3)\")\n\t.add(\"Black helm (h4)\")\n\t.add(\"Black helm (h5)\")\n\t.add(\"Black platebody (h1)\")\n\t.add(\"Black platebody (h2)\")\n\t.add(\"Black platebody (h3)\")\n\t.add(\"Black platebody (h4)\")\n\t.add(\"Black platebody (h5)\")\n\t.add(\"Saradomin robe top\")\n\t.add(\"Saradomin robe legs\")\n\t.add(\"Guthix robe top\")\n\t.add(\"Guthix robe legs\")\n\t.add(\"Zamorak robe top\")\n\t.add(\"Zamorak robe legs\")\n\t.add(\"Ancient robe top\")\n\t.add(\"Ancient robe legs\")\n\t.add(\"Armadyl robe top\")\n\t.add(\"Armadyl robe legs\")\n\t.add(\"Bandos robe top\")\n\t.add(\"Bandos robe legs\")\n\t.add(EasyChefTable)\n\t.add(EasyMonkTable)\n\t.add(EasyCapeTable)\n\t.add(EasyElegantTable, 1, 6);\n\nexport const EasyAmuletTable = new LootTable().add(\"Amulet of magic (t)\").add(\"Amulet of magic\", 1, 9);\n\nexport const EasyBlessingsTable = new LootTable().add(BlessingTable).add(\"Coins\", [3000, 7000], 2);\n\nexport const EasyBowTable = new LootTable().add(\"Willow comp bow\").add(\"Willow longbow\", 1, 9);\n\nexport const EasyStandardTable = new LootTable()\n\t.add(\"Coins\", [50, 200])\n\t.add(\"Trout\", [6, 10])\n\t.add(\"Salmon\", [6, 10])\n\t.add(\"Air rune\", [30, 50])\n\t.add(\"Fire rune\", [30, 50])\n\t.add(\"Water rune\", [30, 50])\n\t.add(\"Earth rune\", [30, 50])\n\t.add(\"Mind rune\", [30, 50])\n\t.add(\"Body rune\", [30, 50])\n\t.add(\"Law rune\", [5, 10])\n\t.add(\"Chaos rune\", [5, 10])\n\t.add(\"Nature rune\", [5, 10])\n\t.add(\"Purple sweets\", [2, 6])\n\t.add(\"Black platebody\")\n\t.add(\"Black longsword\")\n\t.add(\"Black full helm\")\n\t.add(\"Black platelegs\")\n\t.add(\"Black battleaxe\")\n\t.add(\"Black axe\")\n\t.add(\"Steel pickaxe\")\n\t.add(\"Black dagger\")\n\t.add(\"Staff of air\")\n\t.add(\"Studded chaps\")\n\t.add(\"Studded body\")\n\t.add(\"Willow shortbow\")\n\t.add(\"Coif\")\n\t.add(\"Black pickaxe\")\n\t.add(EasyAmuletTable)\n\t.add(EasyBlessingsTable)\n\t.add(EasyBowTable)\n\t.add(PrayerPageTable)\n\t.add(FirelighterTable)\n\t.add(TeleportScrollTable);\n\nexport const EasyClueTable = new LootTable().add(EasyStandardTable, 1, 11).add(EasyRareTable, 1, 1);\nexport const EasyCasket = new LootTable().add(EasyClueTable, [2, 4]).tertiary(50, \"Clue scroll (master)\");\nEasyCasket.allItems.push(itemID(\"Clue scroll (master)\"));\n", "import LootTable from \"../../structures/LootTable\";\nimport { itemID } from \"../../util\";\nimport {\n\tBlessingTable,\n\tFirelighterTable,\n\tGildedTable,\n\tGiveHalfKeyTable,\n\tPrayerPageTable,\n\tTeleportScrollTable,\n} from \"./General\";\n\nexport const Elite3rdageTable = new LootTable()\n\t.add(\"3rd age range coif\")\n\t.add(\"3rd age range top\")\n\t.add(\"3rd age range legs\")\n\t.add(\"3rd age vambraces\")\n\t.add(\"3rd age robe top\")\n\t.add(\"3rd age robe\")\n\t.add(\"3rd age mage hat\")\n\t.add(\"3rd age amulet\")\n\t.add(\"3rd age platelegs\")\n\t.add(\"3rd age platebody\")\n\t.add(\"3rd age full helmet\")\n\t.add(\"3rd age plateskirt\")\n\t.add(\"3rd age kiteshield\")\n\t.add(\"3rd age longsword\")\n\t.add(\"3rd age cloak\")\n\t.add(\"3rd age wand\")\n\t.add(\"3rd age bow\");\n\nexport const EliteMegaRareTable = new LootTable()\n\t.add(\"Gilded scimitar\")\n\t.add(\"Gilded boots\")\n\t.add(\"Battlestaff\", 100)\n\t.add(\"Crystal key\")\n\t.add(\"Lava dragon mask\")\n\t.add(\"Ranging potion(4)\", 30)\n\t.add(\"Saradomin brew(4)\", 30)\n\t.add(\"Super restore(4)\", 30)\n\t.add(\"Ring of nature\")\n\t.add(\"Extended antifire(4)\", 30)\n\t.add(\"Gilded coif\")\n\t.add(\"Gilded d'hide vambraces\")\n\t.add(\"Gilded d'hide body\")\n\t.add(\"Gilded d'hide chaps\")\n\t.add(\"Gilded pickaxe\")\n\t.add(\"Gilded axe\")\n\t.add(\"Gilded spade\")\n\t.add(GildedTable, 1, 5)\n\t.add(Elite3rdageTable);\n\nexport const EliteTuxedoTable = new LootTable()\n\t.add(\"Dark tuxedo jacket\")\n\t.add(\"Dark tuxedo cuffs\")\n\t.add(\"Dark trousers\")\n\t.add(\"Dark tuxedo shoes\")\n\t.add(\"Dark bow tie\")\n\t.add(\"Light tuxedo jacket\")\n\t.add(\"Light tuxedo cuffs\")\n\t.add(\"Light trousers\")\n\t.add(\"Light tuxedo shoes\")\n\t.add(\"Light bow tie\");\n\nexport const EliteRareTable = new LootTable()\n\t.add(\"Dragon cane\")\n\t.add(\"Briefcase\")\n\t.add(\"Sagacious spectacles\")\n\t.add(\"Royal crown\")\n\t.add(\"Royal sceptre\")\n\t.add(\"Royal gown top\")\n\t.add(\"Royal gown bottom\")\n\t.add(\"Fury ornament kit\")\n\t.add(\"Dragon chainbody ornament kit\")\n\t.add(\"Dragon legs/skirt ornament kit\")\n\t.add(\"Dragon sq shield ornament kit\")\n\t.add(\"Dragon full helm ornament kit\")\n\t.add(\"Bronze dragon mask\")\n\t.add(\"Iron dragon mask\")\n\t.add(\"Steel dragon mask\")\n\t.add(\"Mithril dragon mask\")\n\t.add(\"Afro\")\n\t.add(\"Katana\")\n\t.add(\"Big pirate hat\")\n\t.add(\"Top hat\")\n\t.add(\"Light infinity colour kit\")\n\t.add(\"Dark infinity colour kit\")\n\t.add(\"Black d'hide chaps (t)\")\n\t.add(\"Black d'hide chaps (g)\")\n\t.add(\"Black d'hide body (t)\")\n\t.add(\"Black d'hide body (g)\")\n\t.add(\"Musketeer hat\")\n\t.add(\"Musketeer tabard\")\n\t.add(\"Musketeer pants\")\n\t.add(\"Deerstalker\")\n\t.add(\"Blacksmith's helm\")\n\t.add(\"Arceuus scarf\")\n\t.add(\"Hosidius scarf\")\n\t.add(\"Lovakengj scarf\")\n\t.add(\"Piscarilius scarf\")\n\t.add(\"Shayzien scarf\")\n\t.add(\"Dragon scimitar ornament kit\")\n\t.add(\"Holy wraps\")\n\t.add(\"Ranger gloves\")\n\t.add(\"Bucket helm\")\n\t.add(\"Fremennik kilt\")\n\t.add(\"Adamant dragon mask\")\n\t.add(\"Rune dragon mask\")\n\t.add(\"Rangers' tights\")\n\t.add(\"Uri's hat\")\n\t.add(\"Giant boot\")\n\t.add(\"Rangers' tunic\")\n\t.add(\"Monocle\")\n\t.add(EliteMegaRareTable, 1, 2)\n\t.add(EliteTuxedoTable);\n\nexport const EliteSeedTable = new LootTable().add(\"Magic seed\").add(\"Yew seed\").add(\"Palm tree seed\");\n\nexport const EliteStandardTable = new LootTable()\n\t.add(\"Coins\", [20_000, 30_000])\n\t.add(\"Tuna potato\", [15, 20])\n\t.add(\"Summer pie\", [15, 20])\n\t.add(\"Law rune\", [50, 75])\n\t.add(\"Death rune\", [50, 75])\n\t.add(\"Blood rune\", [50, 75])\n\t.add(\"Soul rune\", [50, 75])\n\t.add(\"Oak plank\", [60, 80])\n\t.add(\"Purple sweets\", [9, 23])\n\t.add(\"Teak plank\", [40, 50])\n\t.add(\"Mahogany plank\", [20, 30])\n\t.add(\"Dragonstone bracelet\")\n\t.add(\"Dragon necklace\")\n\t.add(\"Dragonstone ring\")\n\t.add(\"Runite bar\", [1, 3])\n\t.add(\"Onyx bolt tips\", [8, 12])\n\t.add(\"Dragon dagger\")\n\t.add(\"Dragon longsword\")\n\t.add(\"Rune platebody\")\n\t.add(\"Rune platelegs\")\n\t.add(\"Rune plateskirt\")\n\t.add(\"Rune kiteshield\")\n\t.add(\"Dragon mace\")\n\t.add(\"Rune crossbow\")\n\t.add(EliteSeedTable)\n\t.add(PrayerPageTable)\n\t.add(FirelighterTable)\n\t.add(GiveHalfKeyTable)\n\t.add(TeleportScrollTable, 1, 2)\n\t.add(BlessingTable);\n\nexport const EliteClueTable = new LootTable().add(EliteStandardTable, 1, 24).add(EliteRareTable, 1, 1);\nexport const EliteCasket = new LootTable().add(EliteClueTable, [4, 6]).tertiary(5, \"Clue scroll (master)\");\nEliteCasket.allItems.push(itemID(\"Clue scroll (master)\"));\n", "import LootTable from \"../../structures/LootTable\";\nimport { itemID, itemTupleToTable } from \"../../util\";\nimport { BlessingTable, FirelighterTable, GildedTable, PrayerPageTable, TeleportScrollTable } from \"./General\";\n\nexport const Hard3rdageTable = new LootTable()\n\t.add(\"3rd age range coif\")\n\t.add(\"3rd age range top\")\n\t.add(\"3rd age range legs\")\n\t.add(\"3rd age vambraces\")\n\t.add(\"3rd age robe top\")\n\t.add(\"3rd age robe\")\n\t.add(\"3rd age mage hat\")\n\t.add(\"3rd age amulet\")\n\t.add(\"3rd age platelegs\")\n\t.add(\"3rd age platebody\")\n\t.add(\"3rd age full helmet\")\n\t.add(\"3rd age plateskirt\")\n\t.add(\"3rd age kiteshield\");\n\nexport const HardMegaRareTable = new LootTable()\n\t.add(\"Super energy(4)\", 15)\n\t.add(\"Super restore(4)\", 15)\n\t.add(\"Antifire potion(4)\", 15)\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Super attack(4)\", 5],\n\t\t\t[\"Super strength(4)\", 5],\n\t\t\t[\"Super defence(4)\", 5],\n\t\t]),\n\t)\n\t.add(Hard3rdageTable)\n\t.add(GildedTable, 1, 5);\n\nexport const HardBlessedShields = new LootTable()\n\t.add(\"Guthix d'hide shield\")\n\t.add(\"Saradomin d'hide shield\")\n\t.add(\"Zamorak d'hide shield\")\n\t.add(\"Ancient d'hide shield\")\n\t.add(\"Armadyl d'hide shield\")\n\t.add(\"Bandos d'hide shield\");\n\nexport const HardHeralicPlatebody = new LootTable()\n\t.add(\"Rune platebody (h1)\")\n\t.add(\"Rune platebody (h2)\")\n\t.add(\"Rune platebody (h3)\")\n\t.add(\"Rune platebody (h4)\")\n\t.add(\"Rune platebody (h5)\");\n\nexport const HardRareTable = new LootTable()\n\t.add(\"Robin hood hat\")\n\t.add(\"Tan cavalier\")\n\t.add(\"Dark cavalier\")\n\t.add(\"Black cavalier\")\n\t.add(\"White cavalier\")\n\t.add(\"Red cavalier\")\n\t.add(\"Navy cavalier\")\n\t.add(\"Pirate's hat\")\n\t.add(\"Enchanted hat\")\n\t.add(\"Enchanted top\")\n\t.add(\"Enchanted robe\")\n\t.add(\"Amulet of glory (t4)\")\n\t.add(\"Pith helmet\")\n\t.add(\"Explorer backpack\")\n\t.add(19_912) // Zombie head\n\t.add(\"Nunchaku\")\n\t.add(\"Cyclops head\")\n\t.add(\"Dragon boots ornament kit\")\n\t.add(\"Dual sai\")\n\t.add(\"Thieving bag\")\n\t.add(\"Rune defender ornament kit\")\n\t.add(\"Tzhaar-ket-om ornament kit\")\n\t.add(\"Berserker necklace ornament kit\")\n\t.add(\"Rune cane\")\n\t.add(\"Green dragon mask\")\n\t.add(\"Blue dragon mask\")\n\t.add(\"Red dragon mask\")\n\t.add(\"Black dragon mask\")\n\t.add(\"Rune platebody (t)\")\n\t.add(\"Rune platelegs (t)\")\n\t.add(\"Rune plateskirt (t)\")\n\t.add(\"Rune kiteshield (t)\")\n\t.add(\"Rune full helm (t)\")\n\t.add(\"Rune platebody (g)\")\n\t.add(\"Rune platelegs (g)\")\n\t.add(\"Rune plateskirt (g)\")\n\t.add(\"Rune kiteshield (g)\")\n\t.add(\"Rune full helm (g)\")\n\t.add(\"Rune helm (h1)\")\n\t.add(\"Rune helm (h2)\")\n\t.add(\"Rune helm (h3)\")\n\t.add(\"Rune helm (h4)\")\n\t.add(\"Rune helm (h5)\")\n\t.add(\"Rune shield (h1)\")\n\t.add(\"Rune shield (h2)\")\n\t.add(\"Rune shield (h3)\")\n\t.add(\"Rune shield (h4)\")\n\t.add(\"Rune shield (h5)\")\n\t.add(\"Zamorak platebody\")\n\t.add(\"Zamorak platelegs\")\n\t.add(\"Zamorak plateskirt\")\n\t.add(\"Zamorak kiteshield\")\n\t.add(\"Zamorak full helm\")\n\t.add(\"Zamorak bracers\")\n\t.add(\"Zamorak d'hide body\")\n\t.add(\"Zamorak chaps\")\n\t.add(\"Zamorak coif\")\n\t.add(\"Zamorak crozier\")\n\t.add(\"Zamorak stole\")\n\t.add(\"Zamorak d'hide boots\")\n\t.add(\"Saradomin platebody\")\n\t.add(\"Saradomin platelegs\")\n\t.add(\"Saradomin plateskirt\")\n\t.add(\"Saradomin kiteshield\")\n\t.add(\"Saradomin full helm\")\n\t.add(\"Saradomin bracers\")\n\t.add(\"Saradomin d'hide body\")\n\t.add(\"Saradomin chaps\")\n\t.add(\"Saradomin coif\")\n\t.add(\"Saradomin crozier\")\n\t.add(\"Saradomin stole\")\n\t.add(\"Saradomin d'hide boots\")\n\t.add(\"Guthix platebody\")\n\t.add(\"Guthix platelegs\")\n\t.add(\"Guthix plateskirt\")\n\t.add(\"Guthix kiteshield\")\n\t.add(\"Guthix full helm\")\n\t.add(\"Guthix bracers\")\n\t.add(\"Guthix d'hide body\")\n\t.add(\"Guthix chaps\")\n\t.add(\"Guthix coif\")\n\t.add(\"Guthix crozier\")\n\t.add(\"Guthix stole\")\n\t.add(\"Guthix d'hide boots\")\n\t.add(\"Bandos platebody\")\n\t.add(\"Bandos platelegs\")\n\t.add(\"Bandos plateskirt\")\n\t.add(\"Bandos kiteshield\")\n\t.add(\"Bandos full helm\")\n\t.add(\"Bandos bracers\")\n\t.add(\"Bandos d'hide body\")\n\t.add(\"Bandos chaps\")\n\t.add(\"Bandos coif\")\n\t.add(\"Bandos d'hide boots\")\n\t.add(\"Armadyl platebody\")\n\t.add(\"Armadyl platelegs\")\n\t.add(\"Armadyl plateskirt\")\n\t.add(\"Armadyl kiteshield\")\n\t.add(\"Armadyl full helm\")\n\t.add(\"Armadyl bracers\")\n\t.add(\"Armadyl d'hide body\")\n\t.add(\"Armadyl chaps\")\n\t.add(\"Armadyl coif\")\n\t.add(\"Armadyl d'hide boots\")\n\t.add(\"Ancient platebody\")\n\t.add(\"Ancient platelegs\")\n\t.add(\"Ancient plateskirt\")\n\t.add(\"Ancient kiteshield\")\n\t.add(\"Ancient full helm\")\n\t.add(\"Ancient bracers\")\n\t.add(\"Ancient d'hide body\")\n\t.add(\"Ancient chaps\")\n\t.add(\"Ancient coif\")\n\t.add(\"Ancient d'hide boots\")\n\t.add(\"Blue d'hide body (t)\")\n\t.add(\"Blue d'hide chaps (t)\")\n\t.add(\"Blue d'hide body (g)\")\n\t.add(\"Blue d'hide chaps (g)\")\n\t.add(\"Red d'hide body (t)\")\n\t.add(\"Red d'hide chaps (t)\")\n\t.add(\"Red d'hide body (g)\")\n\t.add(\"Red d'hide chaps (g)\")\n\t.add(HardMegaRareTable)\n\t.add(HardBlessedShields)\n\t.add(HardHeralicPlatebody);\n\nexport const HardBowTable = new LootTable().add(\"Magic comp bow\").add(\"Magic longbow\", 1, 9);\n\nexport const HardStandardTable = new LootTable()\n\t.add(\"Coins\", [1000, 5000])\n\t.add(\"Lobster\", [12, 15])\n\t.add(\"Shark\", [12, 15])\n\t.add(\"Law rune\", [30, 50])\n\t.add(\"Blood rune\", [20, 30])\n\t.add(\"Nature rune\", [30, 50])\n\t.add(\"Purple sweets\", [7, 15])\n\t.add(\"Rune longsword\")\n\t.add(\"Rune full helm\")\n\t.add(\"Rune platelegs\")\n\t.add(\"Rune battleaxe\")\n\t.add(\"Rune axe\")\n\t.add(\"Rune pickaxe\")\n\t.add(\"Rune dagger\")\n\t.add(\"Rune platebody\")\n\t.add(\"Rune platelegs\")\n\t.add(\"Rune plateskirt\")\n\t.add(\"Rune kiteshield\")\n\t.add(\"Black d'hide chaps\")\n\t.add(\"Black d'hide body\")\n\t.add(\"Magic shortbow\")\n\t.add(PrayerPageTable)\n\t.add(FirelighterTable)\n\t.add(TeleportScrollTable)\n\t.add(BlessingTable)\n\t.add(HardBowTable);\n\nexport const HardClueTable = new LootTable().add(HardStandardTable, 1, 12).add(HardRareTable, 1, 1);\nexport const HardCasket = new LootTable().add(HardClueTable, [4, 6]).tertiary(15, \"Clue scroll (master)\");\nHardCasket.allItems.push(itemID(\"Clue scroll (master)\"));\n", "import LootTable from \"../../structures/LootTable\";\nimport {\n\tBlessingTable,\n\tFirelighterTable,\n\tGildedTable,\n\tGiveHalfKeyTable,\n\tPrayerPageTable,\n\tTeleportScrollTable,\n} from \"./General\";\n\nexport const MasterGodSwordOrnTable = new LootTable()\n\t.add(\"Armadyl godsword ornament kit\")\n\t.add(\"Bandos godsword ornament kit\")\n\t.add(\"Zamorak godsword ornament kit\")\n\t.add(\"Saradomin godsword ornament kit\");\n\nexport const MasterSubAnkouOutfitTable = new LootTable()\n\t.add(\"Ankou mask\")\n\t.add(\"Ankou top\")\n\t.add(\"Ankou's leggings\")\n\t.add(\"Ankou gloves\")\n\t.add(\"Ankou socks\");\n\nexport const MasterAnkouOutfitTable = new LootTable().add(\"Coins\", [15_000, 30_000], 2).add(MasterSubAnkouOutfitTable);\n\nexport const MasterSubMummyOutfitTable = new LootTable()\n\t.add(\"Mummy's head\")\n\t.add(\"Mummy's body\")\n\t.add(\"Mummy's legs\")\n\t.add(\"Mummy's hands\")\n\t.add(\"Mummy's feet\");\n\nexport const MasterMummyOutfitTable = new LootTable().add(\"Coins\", [15_000, 30_000], 2).add(MasterSubMummyOutfitTable);\n\nexport const MasterSubDragonOrnTable = new LootTable()\n\t.add(\"Dragon kiteshield ornament kit\")\n\t.add(\"Dragon platebody ornament kit\", 1, 2);\n\nexport const MasterDragonOrnTable = new LootTable().add(\"Coins\", [15_000, 30_000], 9).add(MasterSubDragonOrnTable);\n\nexport const Master3rdageTable = new LootTable()\n\t.add(\"3rd age range coif\")\n\t.add(\"3rd age range top\")\n\t.add(\"3rd age range legs\")\n\t.add(\"3rd age vambraces\")\n\t.add(\"3rd age robe top\")\n\t.add(\"3rd age robe\")\n\t.add(\"3rd age mage hat\")\n\t.add(\"3rd age amulet\")\n\t.add(\"3rd age platelegs\")\n\t.add(\"3rd age platebody\")\n\t.add(\"3rd age full helmet\")\n\t.add(\"3rd age plateskirt\")\n\t.add(\"3rd age kiteshield\")\n\t.add(\"3rd age longsword\")\n\t.add(\"3rd age cloak\")\n\t.add(\"3rd age wand\")\n\t.add(\"3rd age bow\")\n\t.add(\"3rd age druidic staff\")\n\t.add(\"3rd age druidic cloak\")\n\t.add(\"3rd age druidic robe top\")\n\t.add(\"3rd age druidic robe bottoms\")\n\t.add(\"3rd age pickaxe\")\n\t.add(\"3rd age axe\");\n\nexport const MasterMegaRareTable = new LootTable()\n\t.add(\"Gilded scimitar\")\n\t.add(\"Bucket helm (g)\")\n\t.add(\"Gilded boots\")\n\t.add(\"Ring of coins\")\n\t.add(\"Cabbage\", 3)\n\t.add(\"Anti-venom+(4)\", 15)\n\t.add(\"Torstol\", 50)\n\t.add(\"Gilded coif\")\n\t.add(\"Gilded d'hide vambraces\")\n\t.add(\"Gilded d'hide body\")\n\t.add(\"Gilded d'hide chaps\")\n\t.add(\"Gilded pickaxe\")\n\t.add(\"Gilded axe\")\n\t.add(\"Gilded spade\")\n\t.add(Master3rdageTable)\n\t.add(GildedTable);\n\nexport const MasterRareTable = new LootTable()\n\t.add(\"Left eye patch\")\n\t.add(\"Bowl wig\")\n\t.add(\"Ale of the gods\")\n\t.add(\"Half moon spectacles\")\n\t.add(\"Fancy tiara\")\n\t.add(\"Hood of darkness\")\n\t.add(\"Robe top of darkness\")\n\t.add(\"Gloves of darkness\")\n\t.add(\"Robe bottom of darkness\")\n\t.add(\"Boots of darkness\")\n\t.add(\"Obsidian cape (r)\")\n\t.add(\"Occult ornament kit\")\n\t.add(\"Torture ornament kit\")\n\t.add(\"Dragon defender ornament kit\")\n\t.add(\"Samurai kasa\")\n\t.add(\"Samurai shirt\")\n\t.add(\"Samurai greaves\")\n\t.add(\"Samurai boots\")\n\t.add(\"Samurai gloves\")\n\t.add(\"Arceuus hood\")\n\t.add(\"Hosidius hood\")\n\t.add(\"Lovakengj hood\")\n\t.add(\"Piscarilius hood\")\n\t.add(\"Shayzien hood\")\n\t.add(\"Lesser demon mask\")\n\t.add(\"Greater demon mask\")\n\t.add(\"Black demon mask\")\n\t.add(\"Jungle demon mask\")\n\t.add(\"Old demon mask\")\n\t.add(\"Anguish ornament kit\")\n\t.add(\"Tormented ornament kit\")\n\t.add(MasterMegaRareTable)\n\t.add(PrayerPageTable)\n\t.add(MasterGodSwordOrnTable)\n\t.add(MasterAnkouOutfitTable)\n\t.add(MasterMummyOutfitTable)\n\t.add(MasterDragonOrnTable);\n\nexport const MasterSeedTable = new LootTable()\n\t.add(\"Magic seed\", [1, 2])\n\t.add(\"Yew seed\", [1, 2])\n\t.add(\"Palm tree seed\", [1, 2]);\n\nexport const MasterStandardTable = new LootTable()\n\t.add(\"Coins\", [20_000, 35_000])\n\t.add(\"Manta ray\", [15, 25])\n\t.add(\"Nature rune\", [100, 200])\n\t.add(\"Death rune\", [100, 200])\n\t.add(\"Blood rune\", [100, 200])\n\t.add(\"Soul rune\", [100, 200])\n\t.add(\"Limpwurt root\", [40, 60])\n\t.add(\"Purple sweets\", [14, 33])\n\t.add(\"Runite ore\", [5, 8])\n\t.add(\"Wine of zamorak\", [35, 50])\n\t.add(\"Grimy toadflax\", [25, 35])\n\t.add(\"Grimy ranarr weed\", [5, 10])\n\t.add(\"Grimy snapdragon\", [5, 10])\n\t.add(\"Runite bar\", [5, 7])\n\t.add(\"Onyx bolts (e)\", [15, 25])\n\t.add(\"Dragon dagger\")\n\t.add(\"Dragon longsword\")\n\t.add(\"Dragon battleaxe\")\n\t.add(\"Dragon scimitar\")\n\t.add(\"Dragon halberd\")\n\t.add(\"Black dragonhide\", [5, 25])\n\t.add(\"Dragon mace\")\n\t.add(PrayerPageTable)\n\t.add(FirelighterTable)\n\t.add(TeleportScrollTable, 1, 2)\n\t.add(MasterSeedTable)\n\t.add(GiveHalfKeyTable)\n\t.add(BlessingTable);\n\nexport const MasterClueTable = new LootTable().add(MasterStandardTable, 1, 22).add(MasterRareTable, 1, 1);\n\nexport const MasterCasket = new LootTable().add(MasterClueTable, [5, 7]).tertiary(1000, \"Bloodhound\");\n", "import LootTable from \"../../structures/LootTable\";\nimport { BlessingTable, PrayerPageTable, TeleportScrollTable } from \"./General\";\n\nexport const MediumUnicornTable = new LootTable().add(\"White unicorn mask\").add(\"Black unicorn mask\");\n\nexport const MediumElegantTable = new LootTable()\n\t.add(\"Purple elegant shirt\")\n\t.add(\"Purple elegant legs\")\n\t.add(\"Purple elegant blouse\")\n\t.add(\"Purple elegant skirt\")\n\t.add(\"Black elegant shirt\")\n\t.add(\"Black elegant legs\")\n\t.add(\"White elegant blouse\")\n\t.add(\"White elegant skirt\")\n\t.add(\"Pink elegant shirt\")\n\t.add(\"Pink elegant legs\")\n\t.add(\"Pink elegant blouse\")\n\t.add(\"Pink elegant skirt\")\n\t.add(\"Gold elegant shirt\")\n\t.add(\"Gold elegant legs\")\n\t.add(\"Gold elegant blouse\")\n\t.add(\"Gold elegant skirt\");\n\nexport const MediumRareTable = new LootTable()\n\t.add(\"Ranger boots\")\n\t.add(\"Wizard boots\")\n\t.add(\"Leprechaun hat\")\n\t.add(\"Cat mask\")\n\t.add(\"Penguin mask\")\n\t.add(\"Crier hat\")\n\t.add(\"Adamant cane\")\n\t.add(\"Cabbage round shield\")\n\t.add(\"Crier coat\")\n\t.add(\"Crier bell\")\n\t.add(\"Black leprechaun hat\")\n\t.add(\"Holy sandals\")\n\t.add(\"Wolf mask\")\n\t.add(\"Wolf cloak\")\n\t.add(\"Spiked manacles\")\n\t.add(\"Red headband\")\n\t.add(\"Black headband\")\n\t.add(\"Brown headband\")\n\t.add(\"White headband\")\n\t.add(\"Blue headband\")\n\t.add(\"Gold headband\")\n\t.add(\"Pink headband\")\n\t.add(\"Green headband\")\n\t.add(\"Red boater\")\n\t.add(\"Orange boater\")\n\t.add(\"Green boater\")\n\t.add(\"Black boater\")\n\t.add(\"Blue boater\")\n\t.add(\"Pink boater\")\n\t.add(\"Purple boater\")\n\t.add(\"White boater\")\n\t.add(\"Adamant platebody (t)\")\n\t.add(\"Adamant platelegs (t)\")\n\t.add(\"Adamant kiteshield (t)\")\n\t.add(\"Adamant full helm (t)\")\n\t.add(\"Adamant plateskirt (t)\")\n\t.add(\"Mithril platebody (t)\")\n\t.add(\"Mithril platelegs (t)\")\n\t.add(\"Mithril plateskirt (t)\")\n\t.add(\"Mithril kiteshield (t)\")\n\t.add(\"Mithril full helm (t)\")\n\t.add(\"Adamant platebody (g)\")\n\t.add(\"Adamant platelegs (g)\")\n\t.add(\"Adamant kiteshield (g)\")\n\t.add(\"Adamant full helm (g)\")\n\t.add(\"Adamant plateskirt (g)\")\n\t.add(\"Mithril platebody (g)\")\n\t.add(\"Mithril platelegs (g)\")\n\t.add(\"Mithril plateskirt (g)\")\n\t.add(\"Mithril kiteshield (g)\")\n\t.add(\"Mithril full helm (g)\")\n\t.add(\"Climbing boots (g)\")\n\t.add(\"Adamant shield (h1)\")\n\t.add(\"Adamant shield (h2)\")\n\t.add(\"Adamant shield (h3)\")\n\t.add(\"Adamant shield (h4)\")\n\t.add(\"Adamant shield (h5)\")\n\t.add(\"Adamant helm (h1)\")\n\t.add(\"Adamant helm (h2)\")\n\t.add(\"Adamant helm (h3)\")\n\t.add(\"Adamant helm (h4)\")\n\t.add(\"Adamant helm (h5)\")\n\t.add(\"Adamant platebody (h1)\")\n\t.add(\"Adamant platebody (h2)\")\n\t.add(\"Adamant platebody (h3)\")\n\t.add(\"Adamant platebody (h4)\")\n\t.add(\"Adamant platebody (h5)\")\n\t.add(\"Green d'hide body (g)\")\n\t.add(\"Green d'hide body (t)\")\n\t.add(\"Green d'hide chaps (g)\")\n\t.add(\"Green d'hide chaps (t)\")\n\t.add(\"Saradomin mitre\")\n\t.add(\"Guthix mitre\")\n\t.add(\"Zamorak mitre\")\n\t.add(\"Ancient mitre\")\n\t.add(\"Armadyl mitre\")\n\t.add(\"Bandos mitre\")\n\t.add(\"Saradomin cloak\")\n\t.add(\"Guthix cloak\")\n\t.add(\"Zamorak cloak\")\n\t.add(\"Ancient cloak\")\n\t.add(\"Armadyl cloak\")\n\t.add(\"Bandos cloak\")\n\t.add(\"Ancient stole\")\n\t.add(\"Bandos stole\")\n\t.add(\"Armadyl stole\")\n\t.add(\"Ancient crozier\")\n\t.add(\"Armadyl crozier\")\n\t.add(\"Bandos crozier\")\n\t.add(\"Arceuus banner\")\n\t.add(\"Piscarilius banner\")\n\t.add(\"Hosidius banner\")\n\t.add(\"Shayzien banner\")\n\t.add(\"Lovakengj banner\")\n\t.add(MediumUnicornTable)\n\t.add(MediumElegantTable, 1, 8);\n\n// For some reason the medium table has 1 less firelighter chance?\nexport const MediumSubFirelighterTable = new LootTable()\n\t.add(\"Red firelighter\", [4, 9])\n\t.add(\"Green firelighter\", [4, 9])\n\t.add(\"Blue firelighter\", [4, 9])\n\t.add(\"Purple firelighter\", [4, 9])\n\t.add(\"White firelighter\", [4, 9]);\n\nexport const MediumFirelighterTable = new LootTable().add(\"Gnomish firelighter\").add(MediumSubFirelighterTable, 1, 9);\n\nexport const MediumAmuletTable = new LootTable().add(\"Strength amulet (t)\").add(\"Amulet of power\", 1, 9);\n\nexport const MediumBowTable = new LootTable().add(\"Yew comp bow\").add(\"Yew longbow\", 1, 9);\n\nexport const MediumStandardTable = new LootTable()\n\t.add(\"Coins\", [200, 1000])\n\t.add(\"Lobster\", [8, 12])\n\t.add(\"Swordfish\", [8, 12])\n\t.add(\"Air rune\", [50, 100])\n\t.add(\"Fire rune\", [50, 100])\n\t.add(\"Water rune\", [50, 100])\n\t.add(\"Earth rune\", [50, 100])\n\t.add(\"Mind rune\", [50, 100])\n\t.add(\"Death rune\", [10, 10])\n\t.add(\"Law rune\", [10, 10])\n\t.add(\"Chaos rune\", [10, 10])\n\t.add(\"Nature rune\", [10, 10])\n\t.add(\"Adamant longsword\")\n\t.add(\"Adamant full helm\")\n\t.add(\"Adamant platelegs\")\n\t.add(\"Adamant battleaxe\")\n\t.add(\"Adamant axe\")\n\t.add(\"Adamant pickaxe\")\n\t.add(\"Adamant dagger\")\n\t.add(\"Adamant platebody\")\n\t.add(\"Purple sweets\", [5, 10])\n\t.add(\"Fire battlestaff\")\n\t.add(\"Green d'hide chaps\")\n\t.add(\"Green d'hide body\")\n\t.add(\"Yew shortbow\")\n\t.add(PrayerPageTable)\n\t.add(TeleportScrollTable)\n\t.add(BlessingTable)\n\t.add(MediumFirelighterTable)\n\t.add(MediumAmuletTable)\n\t.add(MediumBowTable);\n\nexport const MediumClueTable = new LootTable().add(MediumStandardTable, 1, 10).add(MediumRareTable, 1, 1);\n\nexport const MediumCasket = new LootTable().add(MediumClueTable, [3, 5]).tertiary(30, \"Clue scroll (master)\");\n", "import LootTable from \"../../structures/LootTable\";\nimport SimpleOpenable from \"../../structures/SimpleOpenable\";\nimport { EasyClueTable } from \"../clues/Easy\";\nimport { EliteClueTable } from \"../clues/Elite\";\nimport { HardClueTable } from \"../clues/Hard\";\nimport { MasterClueTable } from \"../clues/Master\";\nimport { MediumClueTable } from \"../clues/Medium\";\n\nexport const BabyImpling = new SimpleOpenable({\n\tid: 11_238,\n\tname: \"Baby impling\",\n\taliases: [\"baby impling\", \"baby imp\", \"baby\"],\n\ttable: new LootTable()\n\t\t.add(\"Chisel\", 1, 10)\n\t\t.add(\"Thread\", 1, 10)\n\t\t.add(\"Needle\", 1, 10)\n\t\t.add(\"Knife\", 1, 10)\n\t\t.add(\"Cheese\", 1, 10)\n\t\t.add(\"Hammer\", 1, 10)\n\t\t.add(\"Ball of wool\", 1, 10)\n\t\t.add(\"Anchovies\", 1, 10)\n\t\t// 'Nothing' drop:\n\t\t.add(new LootTable(), 1, 10)\n\t\t.add(\"Spice\")\n\t\t.add(\"Flax\")\n\t\t.add(\"Mud pie\")\n\t\t.add(\"Seaweed\")\n\t\t.add(\"Air talisman\")\n\t\t.add(\"Silver bar\")\n\t\t.add(\"Sapphire\")\n\t\t.add(\"Hard leather\")\n\t\t.add(\"Lobster\")\n\t\t.add(\"Soft clay\")\n\t\t.tertiary(50, \"Clue scroll (beginner)\")\n\t\t.tertiary(100, \"Clue scroll (easy)\"),\n});\n\nexport const YoungImpling = new SimpleOpenable({\n\tid: 11_240,\n\tname: \"Young impling\",\n\taliases: [\"young impling\", \"young imp\", \"young\"],\n\ttable: new LootTable()\n\t\t.add(\"Steel nails\", 1, 10)\n\t\t.add(\"Lockpick\", 1, 10)\n\t\t.add(\"Pure essence\", 1, 10)\n\t\t.add(\"Tuna\", 1, 10)\n\t\t.add(\"Chocolate slice\", 1, 10)\n\t\t.add(\"Steel axe\", 1, 10)\n\t\t.add(\"Meat pizza\", 1, 10)\n\t\t.add(\"Coal\", 1, 10)\n\t\t.add(\"Bow string\", 1, 10)\n\t\t.add(\"Snape grass\")\n\t\t.add(\"Soft clay\")\n\t\t.add(\"Studded chaps\")\n\t\t.add(\"Steel full helm\")\n\t\t.add(\"Oak plank\")\n\t\t.add(\"Defence potion(3)\")\n\t\t.add(\"Mithril bar\")\n\t\t.add(\"Yew longbow\")\n\t\t.add(\"Garden pie\")\n\t\t.add(\"Jangerberries\")\n\t\t.tertiary(25, \"Clue scroll (beginner)\")\n\t\t.tertiary(50, \"Clue scroll (easy)\"),\n});\n\nexport const GourmetImpling = new SimpleOpenable({\n\tid: 11_242,\n\tname: \"Gourmet impling\",\n\taliases: [\"gourmet impling\", \"gourmet imp\", \"gourmet\"],\n\ttable: new LootTable()\n\t\t.oneIn(500, \"Grubby key\")\n\t\t.add(\"Tuna\", 1, 20)\n\t\t.add(\"Bass\", 1, 10)\n\t\t.add(\"Curry\", 1, 10)\n\t\t.add(\"Meat pie\", 1, 10)\n\t\t.add(\"Chocolate cake\", 1, 10)\n\t\t.add(\"Frog spawn\", 1, 10)\n\t\t.add(\"Spice\", 1, 10)\n\t\t.add(\"Curry leaf\", 1, 10)\n\t\t.add(\"Ugthanki kebab\")\n\t\t.add(\"Lobster\", 4)\n\t\t.add(\"Shark\", 3)\n\t\t.add(\"Fish pie\")\n\t\t.add(\"Chef's delight\")\n\t\t.add(\"Rainbow fish\", 5)\n\t\t.add(\"Garden pie\", 6)\n\t\t.add(\"Swordfish\", 3)\n\t\t.add(\"Strawberries(5)\")\n\t\t.add(\"Cooked karambwan\", 2)\n\t\t.tertiary(25, \"Clue scroll (easy)\"),\n});\n\nexport const EarthImpling = new SimpleOpenable({\n\tid: 11_244,\n\tname: \"Earth impling\",\n\taliases: [\"earth impling\", \"earth imp\", \"earth\"],\n\ttable: new LootTable()\n\t\t.add(\"Fire talisman\", 1, 10)\n\t\t.add(\"Earth talisman\", 1, 10)\n\t\t.add(\"Earth tiara\", 1, 10)\n\t\t.add(\"Earth rune\", 32, 10)\n\t\t.add(\"Mithril ore\", 1, 10)\n\t\t.add(\"Bucket of sand\", 4, 10)\n\t\t.add(\"Unicorn horn\", 1, 10)\n\t\t.add(\"Compost\", 6, 10)\n\t\t.add(\"Gold ore\", 1, 10)\n\t\t.add(\"Steel bar\")\n\t\t.add(\"Mithril pickaxe\")\n\t\t.add(\"Wildblood seed\", 2)\n\t\t.add(\"Jangerberry seed\", 2)\n\t\t.add(\"Supercompost\", 2)\n\t\t.add(\"Mithril ore\", 3)\n\t\t.add(\"Harralander seed\", 2)\n\t\t.add(\"Coal\", 6)\n\t\t.add(\"Emerald\", 2)\n\t\t.add(\"Ruby\")\n\t\t.tertiary(100, \"Clue scroll (medium)\"),\n});\n\nexport const EssenceImpling = new SimpleOpenable({\n\tid: 11_246,\n\tname: \"Essence impling\",\n\taliases: [\"essence impling\", \"essence imp\", \"essence\"],\n\ttable: new LootTable()\n\t\t.add(\"Pure essence\", 20, 10)\n\t\t.add(\"Water rune\", 30, 10)\n\t\t.add(\"Air rune\", 30, 10)\n\t\t.add(\"Fire rune\", 50, 10)\n\t\t.add(\"Mind rune\", 25, 10)\n\t\t.add(\"Body rune\", 28, 10)\n\t\t.add(\"Chaos rune\", 4, 10)\n\t\t.add(\"Cosmic rune\", 4, 10)\n\t\t.add(\"Mind talisman\", 1, 10)\n\t\t.add(\"Pure essence\", 35)\n\t\t.add(\"Lava rune\", 4)\n\t\t.add(\"Mud rune\", 4)\n\t\t.add(\"Smoke rune\", 4)\n\t\t.add(\"Steam rune\", 4)\n\t\t.add(\"Death rune\", 13)\n\t\t.add(\"Law rune\", 13)\n\t\t.add(\"Blood rune\", 7)\n\t\t.add(\"Soul rune\", 11)\n\t\t.add(\"Nature rune\", 13)\n\t\t.tertiary(50, \"Clue scroll (medium)\"),\n});\n\nexport const EclecticImpling = new SimpleOpenable({\n\tid: 11_248,\n\tname: \"Eclectic impling\",\n\taliases: [\"eclectic impling\", \"eclectic imp\", \"ecl\", \"eclectic\"],\n\ttable: new LootTable()\n\t\t.add(\"Mithril pickaxe\", 1, 10)\n\t\t.add(\"Curry leaf\", 1, 10)\n\t\t.add(\"Snape grass\", 1, 10)\n\t\t.add(\"Air rune\", [30, 58], 10)\n\t\t.add(\"Oak plank\", 4, 10)\n\t\t.add(\"Empty candle lantern\", 1, 10)\n\t\t.add(\"Gold ore\", 1, 10)\n\t\t.add(\"Gold bar\", 5, 10)\n\t\t.add(\"Unicorn horn\", 1, 10)\n\t\t.add(\"Adamant kiteshield\")\n\t\t.add(\"Blue d'hide chaps\")\n\t\t.add(\"Red spiky vambraces\")\n\t\t.add(\"Rune dagger\")\n\t\t.add(\"Battlestaff\")\n\t\t.add(\"Adamantite ore\", 10)\n\t\t.add(\"Slayer's respite\", 2)\n\t\t.add(\"Wild pie\")\n\t\t.add(\"Watermelon seed\", 3)\n\t\t.add(\"Diamond\")\n\t\t.tertiary(25, \"Clue scroll (medium)\"),\n});\n\nexport const NatureImpling = new SimpleOpenable({\n\tid: 11_250,\n\tname: \"Nature impling\",\n\taliases: [\"nature impling\", \"nature imp\", \"nature\"],\n\ttable: new LootTable()\n\t\t.add(\"Limpwurt seed\", 1, 10)\n\t\t.add(\"Jangerberry seed\", 1, 10)\n\t\t.add(\"Belladonna seed\", 1, 10)\n\t\t.add(\"Harralander seed\", 1, 10)\n\t\t.add(\"Cactus spine\", 1, 10)\n\t\t.add(\"Magic logs\", 1, 10)\n\t\t.add(\"Tarromin\", 1, 10)\n\t\t.add(\"Coconut\", 1, 10)\n\t\t.add(\"Irit seed\", 1, 10)\n\t\t.add(\"Curry tree seed\")\n\t\t.add(\"Orange tree seed\")\n\t\t.add(\"Snapdragon\")\n\t\t.add(\"Kwuarm seed\")\n\t\t.add(\"Avantoe seed\", 5)\n\t\t.add(\"Willow seed\")\n\t\t.add(\"Torstol seed\")\n\t\t.add(\"Ranarr seed\")\n\t\t.add(\"Torstol\", 2)\n\t\t.add(\"Dwarf weed seed\")\n\t\t.tertiary(100, \"Clue scroll (hard)\"),\n});\n\nexport const MagpieImpling = new SimpleOpenable({\n\tid: 11_252,\n\tname: \"Magpie impling\",\n\taliases: [\"magpie impling\", \"magpie imp\", \"magpie\"],\n\ttable: new LootTable()\n\t\t.add(\"Black dragonhide\", 6, 2)\n\t\t.add(\"Diamond amulet\", 3)\n\t\t.add(\"Amulet of power\", 3)\n\t\t.add(\"Ring of forging\", 3)\n\t\t.add(\"Splitbark gauntlets\")\n\t\t.add(\"Mystic boots\")\n\t\t.add(\"Mystic gloves\")\n\t\t.add(\"Rune warhammer\")\n\t\t.add(\"Ring of life\", 4)\n\t\t.add(\"Rune sq shield\")\n\t\t.add(\"Dragon dagger\")\n\t\t.add(\"Nature tiara\")\n\t\t.add(\"Runite bar\", 2)\n\t\t.add(\"Diamond\", 4)\n\t\t.add(\"Pineapple seed\")\n\t\t.add(\"Ring of recoil\", 3)\n\t\t.add(\"Loop half of key\")\n\t\t.add(\"Tooth half of key\")\n\t\t.add(\"Snapdragon seed\")\n\t\t.add(\"Sinister key\")\n\t\t.tertiary(50, \"Clue scroll (hard)\"),\n});\n\nexport const NinjaImpling = new SimpleOpenable({\n\tid: 11_254,\n\tname: \"Ninja impling\",\n\taliases: [\"ninja impling\", \"ninja imp\", \"ninja\"],\n\ttable: new LootTable()\n\t\t.add(\"Snakeskin boots\")\n\t\t.add(\"Splitbark helm\")\n\t\t.add(\"Mystic boots\")\n\t\t.add(\"Rune chainbody\")\n\t\t.add(\"Mystic gloves\")\n\t\t.add(\"Opal machete\")\n\t\t.add(\"Rune claws\")\n\t\t.add(\"Rune scimitar\")\n\t\t.add(\"Dragon dagger(p+)\")\n\t\t.add(\"Rune arrow\", 70)\n\t\t.add(\"Rune dart\", 70)\n\t\t.add(\"Rune knife\", 40)\n\t\t.add(\"Rune thrownaxe\", 50)\n\t\t.add(\"Onyx bolts\", 2)\n\t\t.add(\"Onyx bolt tips\", 4)\n\t\t.add(\"Black dragonhide\", 10)\n\t\t.add(\"Prayer potion(3)\", 4)\n\t\t.add(\"Weapon poison(+)\", 4)\n\t\t.add(\"Dagannoth hide\", 3)\n\t\t.tertiary(25, \"Clue scroll (hard)\"),\n});\n\nexport const CrystalImpling = new SimpleOpenable({\n\tid: 23_768,\n\tname: \"Crystal impling\",\n\taliases: [\"crystal impling\", \"crystal imp\", \"crystal\"],\n\ttable: new LootTable()\n\t\t.add(\"Amulet of power\", [5, 7])\n\t\t.add(\"Crystal acorn\")\n\t\t.add(\"Crystal shard\", [5, 10])\n\t\t.add(\"Dragonstone amulet\")\n\t\t.add(\"Dragonstone\", 2)\n\t\t.add(\"Ruby bolt tips\", [50, 125])\n\t\t.add(\"Onyx bolt tips\", [6, 10])\n\t\t.add(\"Rune arrowtips\", [150, 250])\n\t\t.add(\"Rune arrow\", [400, 750])\n\t\t.add(\"Rune javelin heads\", [20, 60])\n\t\t.add(\"Rune dart tip\", [25, 75])\n\t\t.add(\"Rune dart\", [50, 100])\n\t\t.add(\"Dragon dart tip\", [10, 15])\n\t\t.add(\"Dragon dagger\", 2)\n\t\t.add(\"Rune scimitar\", [3, 6])\n\t\t.add(\"Babydragon bones\", [75, 125])\n\t\t.add(\"Ranarr seed\", [3, 8])\n\t\t.add(\"Yew seed\")\n\t\t.tertiary(50, \"Clue scroll (elite)\")\n\t\t.tertiary(128, \"Elven signet\"),\n});\n\nexport const DragonImpling = new SimpleOpenable({\n\tid: 11_256,\n\tname: \"Dragon impling\",\n\taliases: [\"dragon impling\", \"dragon imp\", \"dimp\", \"dragon\"],\n\ttable: new LootTable()\n\t\t.add(\"Dragonstone bolt tips\", [10, 30])\n\t\t.add(\"Dragonstone bolt tips\", 36)\n\t\t.add(\"Mystic robe bottom\", 1)\n\t\t.add(\"Amulet of glory\", 3)\n\t\t.add(\"Dragonstone amulet\", 2)\n\t\t.add(\"Dragon arrow\", [100, 250])\n\t\t.add(\"Dragonstone bolts\", [10, 40])\n\t\t.add(\"Dragon longsword\", 1)\n\t\t.add(\"Dragon dagger(p++)\", 3)\n\t\t.add(\"Dragon dart\", [100, 250])\n\t\t.add(\"Dragonstone\", 3)\n\t\t.add(\"Dragon dart tip\", [100, 350])\n\t\t.add(\"Dragon arrowtips\", [100, 350])\n\t\t.add(\"Dragon javelin heads\", [25, 35])\n\t\t.add(\"Babydragon bones\", [100, 300])\n\t\t.add(\"Dragon bones\", [50, 100])\n\t\t.add(\"Magic seed\", 1)\n\t\t.add(\"Snapdragon seed\", 6)\n\t\t.add(\"Summer pie\", 15)\n\t\t.tertiary(50, \"Clue scroll (elite)\"),\n});\n\nexport const LuckyImpling = new SimpleOpenable({\n\tid: 19_732,\n\tname: \"Lucky impling\",\n\taliases: [\"lucky impling\", \"lucky imp\", \"lucky\", \"luckys\"],\n\ttable: new LootTable()\n\t\t.add(EasyClueTable)\n\t\t.add(MediumClueTable)\n\t\t.add(HardClueTable)\n\t\t.add(EliteClueTable)\n\t\t.add(MasterClueTable),\n});\n\nexport const Implings = [\n\tBabyImpling,\n\tYoungImpling,\n\tGourmetImpling,\n\tEarthImpling,\n\tEssenceImpling,\n\tEclecticImpling,\n\tNatureImpling,\n\tMagpieImpling,\n\tNinjaImpling,\n\tCrystalImpling,\n\tDragonImpling,\n\tLuckyImpling,\n];\n", "import LootTable from \"../../structures/LootTable\";\nimport SimpleOpenable from \"../../structures/SimpleOpenable\";\n\nconst PreRoll = new LootTable()\n\t.oneIn(15, \"Lamp\")\n\t.oneIn(40, \"Tarnished locket\")\n\t.oneIn(60, \"Lost bag\")\n\t.oneIn(200, \"Blood essence\");\n\nconst IntricatePouchTable = new LootTable()\n\t.every(PreRoll)\n\n\t/* Main drops */\n\t.add(\"Astral rune\", [150, 200], 5)\n\t.add(\"Blood rune\", [150, 200], 5)\n\t.add(\"Chaos rune\", [200, 300], 5)\n\t.add(\"Cosmic rune\", [200, 300], 5)\n\t.add(\"Death rune\", [150, 200], 5)\n\t.add(\"Law rune\", [200, 250], 5)\n\t.add(\"Nature rune\", [200, 300], 5)\n\t.add(\"Soul rune\", [150, 200], 5)\n\t.add(\"Shield left half\", 1, 1)\n\t.add(\"Dragon spear\", 1, 1)\n\t.add(\"Crystal key\", 1, 1)\n\t.add(\"Dragon med helm\", 1, 1)\n\t.add(\"Pure essence\", [500, 1000], 1)\n\n\t/* Tertiary */\n\t.tertiary(10, \"Clue scroll (hard)\");\n\nexport default new SimpleOpenable({\n\tid: 26_908,\n\tname: \"Intricate pouch\",\n\taliases: [\"intricate pouch\", \"intri pouch\", \"int pouch\"],\n\ttable: IntricatePouchTable,\n});\n", "import { percentChance, randInt, roll } from \"e\";\n\nimport type { OpenableOpenOptions } from \"../../meta/types\";\nimport Bank from \"../../structures/Bank\";\nimport LootTable from \"../../structures/LootTable\";\nimport SimpleOpenable from \"../../structures/SimpleOpenable\";\nimport { LarransBigChestFish, LarransSmallChestFish, chanceOfFish } from \"./BonusOpenables\";\n\n// TODO: check wiki for more accurate results in future\nconst LarransSmallChestTable = new LootTable()\n\t.add(\"Uncut diamond\", 21, 5)\n\t.add(\"Uncut ruby\", [24, 29], 5)\n\t.add(\"Coal\", [352, 443], 5)\n\t.add(\"Coins\", [74_000, 75_000], 4)\n\t.add(\"Gold ore\", [100, 150], 4)\n\t.add(\"Dragon arrowtips\", [49, 182], 4)\n\t.add(\"Iron ore\", [300, 450], 3)\n\t.add(\"Rune full helm\", 3, 3)\n\t.add(\"Rune platebody\", 2, 3)\n\t.add(\"Rune platelegs\", 2, 3)\n\t.add(\"Runite ore\", [10, 15], 2)\n\t.add(\"Steel bar\", [250, 350], 2)\n\t.add(\"Magic logs\", [80, 120], 2)\n\t.add(\"Dragon dart tip\", 80, 2)\n\t.add(\"Palm tree seed\", [2, 4], 1)\n\t.add(\"Magic seed\", [1, 3], 1)\n\t.add(\"Celastrus seed\", [2, 4], 1)\n\t.add(\"Dragonfruit tree seed\", [1, 3], 1)\n\t.add(\"Redwood tree seed\", 1, 1)\n\t.add(\"Torstol seed\", 3, 1)\n\t.add(\"Snapdragon seed\", 3, 1)\n\t.add(\"Ranarr seed\", [2, 4], 1)\n\t.add(\"Pure essence\", [3359, 5815], 1);\n\nconst LarransBigChestTable = new LootTable()\n\t.oneIn(256, \"Dagon'hai hat\")\n\t.oneIn(256, \"Dagon'hai robe top\")\n\t.oneIn(256, \"Dagon'hai robe bottom\")\n\t.add(\"Uncut diamond\", [35, 45], 5)\n\t.add(\"Uncut ruby\", [35, 45], 5)\n\t.add(\"Coal\", [450, 650], 5)\n\t.add(\"Gold ore\", [150, 250], 4)\n\t.add(\"Dragon arrowtips\", [100, 250], 4)\n\t.add(\"Coins\", [75_000, 175_000], 3)\n\t.add(\"Iron ore\", [500, 650], 3)\n\t.add(\"Rune full helm\", [3, 5], 3)\n\t.add(\"Rune platebody\", [2, 3], 3)\n\t.add(\"Rune platelegs\", [2, 3], 3)\n\t.add(\"Pure essence\", [4500, 7500], 3)\n\t.add(\"Runite ore\", [15, 20], 2)\n\t.add(\"Steel bar\", [350, 550], 2)\n\t.add(\"Magic logs\", [180, 220], 2)\n\t.add(\"Dragon dart tip\", [80, 200], 2)\n\t.add(\"Palm tree seed\", [3, 5], 1)\n\t.add(\"Magic seed\", [3, 4], 1)\n\t.add(\"Celastrus seed\", [3, 5], 1)\n\t.add(\"Dragonfruit tree seed\", [3, 5], 1)\n\t.add(\"Redwood tree seed\", 1, 1)\n\t.add(\"Torstol seed\", [4, 6], 1)\n\t.add(\"Snapdragon seed\", [4, 6], 1)\n\t.add(\"Ranarr seed\", [4, 6], 1);\n\nconst LarransChestTable = new LootTable().add(LarransSmallChestTable).add(LarransBigChestTable);\n\nexport class LarransChestOpenable extends SimpleOpenable {\n\tpublic open(quantity = 1, options: OpenableOpenOptions = { fishLvl: 99, chestSize: \"big\" }) {\n\t\tconst loot = new Bank();\n\t\tconst tier = options.chestSize ?? \"big\";\n\t\tconst fishLvl = options.fishLvl ?? 99;\n\n\t\tif (tier.toLowerCase() === \"big\") {\n\t\t\tconst lobster = LarransBigChestFish.find(fish => fish.item === \"Raw lobster\");\n\t\t\tfor (let i = 0; i < quantity; i++) {\n\t\t\t\tif (roll(20)) {\n\t\t\t\t\tlet fishRolled = false;\n\t\t\t\t\tfor (const fish of LarransBigChestFish) {\n\t\t\t\t\t\tif (fishLvl >= fish.req) {\n\t\t\t\t\t\t\tif (percentChance(chanceOfFish(fishLvl, fish.low, fish.high))) {\n\t\t\t\t\t\t\t\tloot.add(fish.item, randInt(fish.qty[0], fish.qty[1]));\n\t\t\t\t\t\t\t\tfishRolled = true;\n\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif (!fishRolled) {\n\t\t\t\t\t\tloot.add(lobster?.item, randInt(lobster!.qty[0], lobster!.qty[1]));\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\tloot.add(LarransBigChestTable.roll());\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn loot;\n\t\t}\n\t\tconst lobster = LarransSmallChestFish.find(fish => fish.item === \"Raw lobster\");\n\t\tfor (let i = 0; i < quantity; i++) {\n\t\t\tif (roll(20)) {\n\t\t\t\tlet fishRolled = false;\n\t\t\t\tfor (const fish of LarransSmallChestFish) {\n\t\t\t\t\tif (fishLvl >= fish.req) {\n\t\t\t\t\t\tif (percentChance(chanceOfFish(fishLvl, fish.low, fish.high))) {\n\t\t\t\t\t\t\tloot.add(fish.item, randInt(fish.qty[0], fish.qty[1]));\n\t\t\t\t\t\t\tfishRolled = true;\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif (!fishRolled) {\n\t\t\t\t\tloot.add(lobster?.item, randInt(lobster!.qty[0], lobster!.qty[1]));\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tloot.add(LarransSmallChestTable.roll());\n\t\t\t}\n\t\t}\n\t\treturn loot;\n\t}\n}\n\nexport default new LarransChestOpenable({\n\tid: 23_490,\n\tname: \"Larran's chest\",\n\taliases: [\n\t\t\"larran big chest\",\n\t\t\"larrans big chest\",\n\t\t\"larran's big chest\",\n\t\t\"Larran's small chest\",\n\t\t\"larran small chest\",\n\t\t\"larrans small chest\",\n\t\t\"larran's small chest\",\n\t],\n\ttable: LarransChestTable,\n});\n", "import LootTable from \"../../structures/LootTable\";\nimport SimpleOpenable from \"../../structures/SimpleOpenable\";\n\n//const rareLootTable = new LootTable()\n//.add(\"Blighted manta ray\", 25, 1)\n//.add(\"Blighted karambwan\", 25, 1)\n//.add(\"Blighted manta ray\", 25, 1)\n//.add(\"Blighted ancient ice sack\", 25, 1)\n//.add(\"Blighted anglerfish\", 15, 1)\n//.add(\"Blighted super restore(4)\", 3, 1)\n//.add(\"Larran's key\", 1, 1)\n\nconst MuddyChestTable = new LootTable()\n\t.every(\"Uncut ruby\")\n\t.every(\"Mithril bar\", 2)\n\t.every(\"Law rune\", 5)\n\t.every(\"Death rune\", 5)\n\t.every(\"Chaos rune\", 15);\n\n//Add when rates are known\n//.oneIn(10, rareLootTable);\n\nexport default new SimpleOpenable({\n\tid: 991,\n\tname: \"Muddy chest\",\n\taliases: [\"muddy chest\", \"muddy\"],\n\ttable: MuddyChestTable,\n});\n", "import LootTable from \"../../structures/LootTable\";\nimport SimpleOpenable from \"../../structures/SimpleOpenable\";\nimport RareDropTable from \"../subtables/RareDropTable\";\n\nconst ClueTable = new LootTable()\n\t.add(\"Clue scroll (easy)\", 1, 5)\n\t.add(\"Clue scroll (medium)\", 1, 3)\n\t.add(\"Clue scroll (hard)\", 1, 2);\n\nconst MysteryBoxTable = new LootTable()\n\t.oneIn(256, \"Stale baguette\")\n\n\t.add(2528) // Genie Lamp\n\t.add(\"Cabbage\")\n\t.add(\"Diamond\")\n\t.add(\"Bucket\")\n\t.add(\"Flyer\")\n\t.add(\"Old boot\")\n\t.add(\"Body rune\")\n\t.add(\"Onion\")\n\t.add(\"Mithril scimitar\")\n\t.add(\"Casket\")\n\t.add(\"Steel platebody\")\n\t.add(\"Nature rune\", 20)\n\n\t.add(ClueTable, 1, 2)\n\t.add(RareDropTable);\n\nexport default new SimpleOpenable({\n\tid: 6199,\n\tname: \"Mystery box\",\n\taliases: [\"mystery box\", \"mystery\"],\n\ttable: MysteryBoxTable,\n});\n", "import LootTable from \"../../structures/LootTable\";\nimport SimpleOpenable from \"../../structures/SimpleOpenable\";\nimport { EMPTY_BIRD_NEST_ID } from \"./../../constants\";\n\nconst NestBoxEmptyTable = new LootTable().every(EMPTY_BIRD_NEST_ID);\n\nexport default new SimpleOpenable({\n\tid: 12_792,\n\tname: \"Nest box (empty)\",\n\taliases: [\"nest box (empty)\", \"empty nest box\", \"nest box empty\"],\n\ttable: NestBoxEmptyTable,\n});\n", "import LootTable from \"../../structures/LootTable\";\nimport SimpleOpenable from \"../../structures/SimpleOpenable\";\nimport { EMPTY_BIRD_NEST_ID } from \"./../../constants\";\n\nconst NestBoxRingTable = new LootTable()\n\t// source: https://oldschool.runescape.wiki/w/Bird_nest\n\t.every(EMPTY_BIRD_NEST_ID)\n\t.add(\"Sapphire ring\", 1, 40)\n\t.add(\"Gold ring\", 1, 35)\n\t.add(\"Emerald ring\", 1, 15)\n\t.add(\"Ruby ring\", 1, 9)\n\t.add(\"Diamond ring\");\n\nexport default new SimpleOpenable({\n\tid: 12_794,\n\tname: \"Nest box (ring)\",\n\taliases: [\"nest box (ring)\", \"ring nest box\", \"nest box ring\"],\n\ttable: NestBoxRingTable,\n});\n", "import LootTable from \"../../structures/LootTable\";\nimport SimpleOpenable from \"../../structures/SimpleOpenable\";\nimport { EMPTY_BIRD_NEST_ID } from \"./../../constants\";\n\nconst NestBoxSeedsTable = new LootTable()\n\t// source: https://oldschool.runescape.wiki/w/Bird_nest\n\t.every(EMPTY_BIRD_NEST_ID)\n\t.add(\"Acorn\", 1, 248)\n\t.add(\"Sweetcorn seed\", 6, 346)\n\t.add(\"Strawberry seed\", 6, 325)\n\t.add(\"Limpwurt seed\", 2, 224)\n\t.add(\"Watermelon seed\", 2, 219)\n\t.add(\"Snape grass seed\", 2, 119)\n\t.add(\"Willow seed\", 1, 44)\n\t.add(\"Maple seed\", 1, 19)\n\t.add(\"Pineapple seed\", 1, 45)\n\t.add(\"Cadantine seed\", 1, 92)\n\t.add(\"Lantadyme seed\", 1, 90)\n\t.add(\"Dwarf weed seed\", 1, 63)\n\t.add(\"Teak seed\", 1, 67)\n\t.add(\"Mahogany seed\", 1, 74)\n\t.add(\"Torstol seed\", 1, 14)\n\t.add(\"Calquat tree seed\", 1, 32)\n\t.add(\"Papaya tree seed\", 1, 21)\n\t.add(\"Palm tree seed\", 1, 6)\n\t.add(\"Dragonfruit tree seed\", 1, 6)\n\t.add(\"Ranarr seed\", 1, 12)\n\t.add(\"Snapdragon seed\", 1, 8)\n\t.add(\"Yew seed\", 1, 9)\n\t.add(\"Magic seed\", 1, 4)\n\t.add(\"Spirit seed\", 1, 15)\n\t.add(\"Celastrus seed\", 1, 6)\n\t.add(\"Redwood tree seed\", 1, 1);\n\nexport default new SimpleOpenable({\n\tid: 12_793,\n\tname: \"Nest box (seeds)\",\n\taliases: [\"nest box (seeds)\", \"seeds nest box\", \"nest box seeds\", \"seed nest box\"],\n\ttable: NestBoxSeedsTable,\n});\n", "import LootTable from \"../../structures/LootTable\";\nimport SimpleOpenable from \"../../structures/SimpleOpenable\";\n\nconst BoneTable = new LootTable({ limit: 10_000 })\n\t.add(\"Zogre bones\", 1, 4996)\n\t.add(\"Fayrg bones\", 1, 1086)\n\t.add(\"Raurg bones\", 1, 766)\n\t.add(\"Ourg bones\", 1, 375);\n\nconst OgreCoffinTable = new LootTable()\n\t.every(BoneTable)\n\n\t/* Loot roll */\n\t// TODO: check back for wiki drop table update from another one in the repo\n\t.add(\"Coins\", [6, 20], 32)\n\t.add(\"Bronze axe\", 1, 16)\n\t.add(\"Iron axe\", 1, 16)\n\t.add(\"Steel axe\", 1, 16)\n\t.add(\"Bronze pickaxe\", 1, 16)\n\t.add(\"Iron pickaxe\", 1, 16)\n\t.add(\"Steel pickaxe\", 1, 16)\n\t.add(\"Bronze dagger\", 1, 16)\n\t.add(\"Iron dagger\", 1, 16)\n\t.add(\"Steel dagger\", 1, 16)\n\t.add(\"Bronze nails\", 1, 16)\n\t.add(\"Iron nails\", 1, 16)\n\t.add(\"Steel nails\", 1, 16)\n\t.add(\"Black nails\", 1, 16)\n\t.add(\"Knife\", 1, 16)\n\t.add(\"Rusty sword\", 1, 8)\n\t.add(\"Damaged armour\", 1, 8)\n\t.add(\"Leather body\", 1, 8)\n\t.add(\"Tinderbox\", 1, 8)\n\t.add(\"Buttons\", 1, 4)\n\t.add(\"Uncut opal\", 1, 4)\n\t.add(\"Uncut jade\", 1, 4)\n\t.add(\"Grimy lantadyme\", 1, 4)\n\t.add(\"Clue scroll (easy)\", 1, 1);\n\nexport default new SimpleOpenable({\n\tid: 4850,\n\tname: \"Ogre coffin\",\n\taliases: [\"ogre coffin\", \"ogre chest\", \"ogre coffin chest\"],\n\ttable: OgreCoffinTable,\n});\n", "import { randInt } from \"e\";\n\nimport LootTable from \"../../structures/LootTable\";\nimport SimpleOpenable from \"../../structures/SimpleOpenable\";\n\n// Giant's Foundry Ore pack\nconst GiantsFoundryOrePackTable = new LootTable()\n\t.add(\"Coal\", 1, 181)\n\t.add(\"Iron ore\", 1, 25)\n\t.add(\"Mithril ore\", 1, 17)\n\t.add(\"Adamantite ore\", 1, 3)\n\t.add(\"Runite ore\", 1, 1);\n\nconst GFOrePackTable = new LootTable().every(GiantsFoundryOrePackTable, 30);\n\nexport const GiantsFoundryOrePack = new SimpleOpenable({\n\tid: 27_019,\n\tname: \"Ore pack (Giant's Foundry)\",\n\taliases: [\"ore pack (giant's foundry)\", \"giants\", \"foundry\", \"giants foundry\"],\n\ttable: GFOrePackTable,\n});\n\n// Volcanic Mine Ore pack\nconst VolcanicMineMOrePackTable = new LootTable()\n\t.add(\"Iron ore\", 1, 50)\n\t.add(\"Coal\", 1, 15)\n\t.add(\"Silver ore\", 1, 13)\n\t.add(\"Gold ore\", 1, 11)\n\t.add(\"Mithril ore\", 1, 9)\n\t.add(\"Adamantite ore\", 1, 4)\n\t.add(\"Runite ore\", 1, 1);\n\nconst VMOrePackTable = new LootTable()\n\t.oneIn(100, \"Dragon pickaxe (broken)\")\n\t.every(VolcanicMineMOrePackTable, randInt(38, 50));\n\nexport const VolcanicMineOrePack = new SimpleOpenable({\n\tid: 27_693,\n\tname: \"Ore pack (Volcanic Mine)\",\n\taliases: [\"ore pack (volcanic mine)\", \"volcanic\", \"volcanic mine\"],\n\ttable: VMOrePackTable,\n});\n", "import { randInt, roll } from \"e\";\n\nimport type { OpenableOpenOptions } from \"../../meta/types\";\nimport Bank from \"../../structures/Bank\";\nimport LootTable from \"../../structures/LootTable\";\nimport SimpleOpenable from \"../../structures/SimpleOpenable\";\n\nconst LowSeedPackTable = new LootTable()\n\t.add(\"Potato seed\", [8, 12], 2)\n\t.add(\"Onion seed\", [8, 12], 2)\n\t.add(\"Cabbage seed\", [8, 12], 2)\n\t.add(\"Tomato seed\", [8, 12], 2)\n\t.add(\"Sweetcorn seed\", [8, 12], 2)\n\t.add(\"Strawberry seed\", [8, 12], 2)\n\t.add(\"Barley seed\", [8, 14], 2)\n\t.add(\"Hammerstone seed\", [6, 8], 2)\n\t.add(\"Asgarnian seed\", [6, 8], 2)\n\t.add(\"Jute seed\", [8, 12], 2)\n\t.add(\"Yanillian seed\", [6, 8], 2)\n\t.add(\"Krandorian seed\", [6, 8], 2)\n\t.add(\"Acorn\", [3, 5], 2)\n\t.add(\"Apple tree seed\", [3, 5], 2)\n\t.add(\"Banana tree seed\", [3, 5], 2)\n\t.add(\"Orange tree seed\", [3, 5], 2)\n\t.add(\"Curry tree seed\", [3, 5], 2)\n\t.add(\"Redberry seed\", [6, 8], 2)\n\t.add(\"Cadavaberry seed\", [6, 8], 2)\n\t.add(\"Dwellberry seed\", [6, 8], 2)\n\t.add(\"Jangerberry seed\", [6, 8], 2)\n\t.add(\"Marigold seed\", [8, 12], 2)\n\t.add(\"Rosemary seed\", [8, 12], 2)\n\t.add(\"Nasturtium seed\", [8, 12], 2)\n\t.add(\"Woad seed\", [8, 12], 2)\n\t.add(\"Guam seed\", [3, 5], 2)\n\t.add(\"Marrentill seed\", [3, 5], 2)\n\t.add(\"Tarromin seed\", [3, 5], 2)\n\t.add(\"Harralander seed\", [3, 5], 2)\n\t.add(\"Mushroom spore\", [4, 6], 1)\n\t.add(\"Belladonna seed\", [4, 6], 1);\n\nconst MediumSeedPackTable = new LootTable()\n\t.add(\"Irit seed\", [2, 6], 3)\n\t.add(\"Limpwurt seed\", [4, 8], 3)\n\t.add(\"Watermelon seed\", [8, 12], 2)\n\t.add(\"Snape grass seed\", [6, 8], 2)\n\t.add(\"Wildblood seed\", [8, 12], 2)\n\t.add(\"Whiteberry seed\", [6, 8], 2)\n\t.add(\"Poison ivy seed\", [6, 8], 2)\n\t.add(\"Cactus seed\", [2, 6], 2)\n\t.add(\"Potato cactus seed\", [2, 6], 2)\n\t.add(\"Willow seed\", [2, 4], 1)\n\t.add(\"Pineapple seed\", [3, 5], 1)\n\t.add(\"Toadflax seed\", [1, 3], 1)\n\t.add(\"Avantoe seed\", [1, 3], 1)\n\t.add(\"Kwuarm seed\", [1, 3], 1)\n\t.add(\"Cadantine seed\", [1, 3], 1)\n\t.add(\"Lantadyme seed\", [1, 3], 1)\n\t.add(\"Dwarf weed seed\", [1, 3], 1)\n\t.add(\"Calquat tree seed\", [3, 6], 1)\n\t.add(\"Teak seed\", [1, 3], 1);\n\nconst HighSeedPackTable = new LootTable()\n\t.add(\"Papaya tree seed\", [1, 3], 5)\n\t.add(\"Palm tree seed\", [1, 2], 5)\n\t.add(\"Hespori seed\", 1, 5)\n\t.add(\"Ranarr seed\", [1, 2], 4)\n\t.add(\"Snapdragon seed\", 1, 4)\n\t.add(\"Maple seed\", [1, 2], 4)\n\t.add(\"Mahogany seed\", [1, 2], 4)\n\t.add(\"Yew seed\", 1, 3)\n\t.add(\"Dragonfruit tree seed\", 1, 3)\n\t.add(\"Celastrus seed\", 1, 2)\n\t.add(\"Torstol seed\", 1, 2)\n\t.add(\"Magic seed\", 1, 1)\n\t.add(\"Spirit seed\", 1, 1)\n\t.add(\"Redwood tree seed\", 1, 1);\n\nconst SeedPackTable = new LootTable().add(LowSeedPackTable).add(MediumSeedPackTable).add(HighSeedPackTable);\n\nexport class SeedPackOpenable extends SimpleOpenable {\n\tpublic open(quantity = 1, options: OpenableOpenOptions = { seedTier: \"5\" }) {\n\t\tconst tempTable = new LootTable();\n\t\tconst loot = new Bank();\n\t\tconst tier = options.seedTier ?? \"5\";\n\n\t\t// Roll amount variables\n\t\tlet high = 0;\n\t\tlet medium = 0;\n\t\tlet low = 0;\n\n\t\tswitch (tier) {\n\t\t\tcase \"1\": {\n\t\t\t\thigh = 0;\n\t\t\t\tmedium = randInt(1, 3);\n\t\t\t\tlow = 6 - medium;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tcase \"2\": {\n\t\t\t\tif (roll(11)) {\n\t\t\t\t\thigh = 1;\n\t\t\t\t}\n\t\t\t\tmedium = randInt(2, 3);\n\t\t\t\tlow = 7 - medium - high;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tcase \"3\": {\n\t\t\t\thigh = randInt(0, 1);\n\t\t\t\tmedium = randInt(2, 4);\n\t\t\t\tlow = 8 - medium - high;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tcase \"4\": {\n\t\t\t\thigh = randInt(1, 2);\n\t\t\t\tmedium = randInt(3, 5);\n\t\t\t\tlow = 9 - medium - high;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tdefault: {\n\t\t\t\thigh = randInt(1, 3);\n\t\t\t\tmedium = randInt(4, 6);\n\t\t\t\tlow = 10 - medium - high;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t\t// Low seed roll\n\t\ttempTable.every(LowSeedPackTable, low);\n\t\t// Medium seed roll\n\t\ttempTable.every(MediumSeedPackTable, medium);\n\t\t// High seed roll\n\t\ttempTable.every(HighSeedPackTable, high);\n\n\t\tfor (let i = 0; i < quantity; i++) {\n\t\t\tloot.add(tempTable.roll());\n\t\t}\n\n\t\treturn loot;\n\t}\n}\n\nexport default new SeedPackOpenable({\n\tid: 22_993,\n\tname: \"Seed pack\",\n\taliases: [\"seed pack\"],\n\ttable: SeedPackTable,\n});\n", "import LootTable from \"../../structures/LootTable\";\nimport SimpleOpenable from \"../../structures/SimpleOpenable\";\n\nconst SinisterChestTable = new LootTable()\n\t.every(\"Grimy ranarr weed\", 3)\n\t.every(\"Grimy harralander\", 2)\n\t.every(\"Grimy irit leaf\")\n\t.every(\"Grimy avantoe\")\n\t.every(\"Grimy kwuarm\")\n\t.every(\"Grimy torstol\");\n\nexport default new SimpleOpenable({\n\tid: 993,\n\tname: \"Sinister chest\",\n\taliases: [\"sinister chest\", \"sinister\"],\n\ttable: SinisterChestTable,\n});\n", "import LootTable from \"../../structures/LootTable\";\nimport SimpleOpenable from \"../../structures/SimpleOpenable\";\n\nconst LowTierLootTable = new LootTable()\n\t.add(\"Monk's robe top\")\n\t.add(\"Monk's robe\")\n\t.add(\"Holy symbol\")\n\t.add(\"Air rune\", [500, 750])\n\t.add(\"Fire rune\", [500, 750])\n\t.add(\"Chaos rune\", [25, 50])\n\t.add(\"Mithril bolts\", [50, 150])\n\t.add(\"Prayer potion(2)\")\n\t.add(\"White lily\")\n\t.add(\"Coins\", [1500, 3000]);\n\nconst MidTierLootTable = new LootTable()\n\t.add(\"Adamant 2h sword\")\n\t.add(\"Adamant platebody\")\n\t.add(\"Cosmic rune\", [60, 100])\n\t.add(\"Death rune\", [60, 100])\n\t.add(\"Nature rune\", [60, 100])\n\t.add(\"Adamant bolts\", [50, 200])\n\t.add(\"Monkfish\", [1, 3])\n\t.add(\"Prayer potion(4)\")\n\t.add(\"Grimy ranarr weed\", [1, 2])\n\t.add(\"Coins\", [7500, 12_500]);\n\nconst HighTierLootTable = new LootTable()\n\t.add(\"Rune 2h sword\")\n\t.add(\"Rune platebody\")\n\t.add(\"Law rune\", [150, 250])\n\t.add(\"Blood rune\", [150, 250])\n\t.add(\"Soul rune\", [150, 250])\n\t.add(\"Runite bolts\", [100, 300])\n\t.add(\"Monkfish\", [2, 6])\n\t.add(\"Sanfew serum(4)\", [1, 2])\n\t.add(\"Ranarr seed\", [1, 2])\n\t.add(\"Coins\", [17_500, 25_000]);\n\nexport const HallowedSackTable = new LootTable()\n\t.every(LowTierLootTable, 5)\n\t.every(MidTierLootTable)\n\t.every(HighTierLootTable, 2);\n\nexport default new SimpleOpenable({\n\tid: 24_946,\n\tname: \"Hallowed Sack\",\n\taliases: [\"hallow sack\", \"hallowed sack\"],\n\ttable: HallowedSackTable,\n});\n", "import { Collection } from \"../../structures/Collection\";\nimport type Openable from \"../../structures/Openable\";\nimport BrimstoneChest from \"./BrimstoneChest\";\nimport Casket from \"./Casket\";\nimport CrystalChest from \"./CrystalChest\";\nimport ElvenCrystalChest from \"./ElvenCrystalChest\";\nimport GiantEggSacFull from \"./GiantEggSacFull\";\nimport GrubbyChest from \"./GrubbyChest\";\nimport { BronzeHAMChest, IronHAMChest, SilverHAMChest, SteelHAMChest } from \"./HAMStoreRoomChests\";\nimport { AdeptSack, BasicSack, ExpertSack, MasterSack } from \"./HuntersLootSack\";\nimport {\n\tBabyImpling,\n\tCrystalImpling,\n\tDragonImpling,\n\tEarthImpling,\n\tEclecticImpling,\n\tEssenceImpling,\n\tGourmetImpling,\n\tLuckyImpling,\n\tMagpieImpling,\n\tNatureImpling,\n\tNinjaImpling,\n\tYoungImpling,\n} from \"./Implings\";\nimport IntricatePouch from \"./IntricatePouch\";\nimport LarransChest from \"./LarransChest\";\nimport MuddyChest from \"./MuddyChest\";\nimport MysteryBox from \"./MysteryBox\";\nimport NestBoxEmpty from \"./NestBoxEmpty\";\nimport NestBoxRing from \"./NestBoxRing\";\nimport NestBoxSeeds from \"./NestBoxSeeds\";\nimport OgreCoffin from \"./OgreCoffin\";\nimport { GiantsFoundryOrePack, VolcanicMineOrePack } from \"./OrePack\";\nimport SeedPack from \"./SeedPack\";\nimport SinisterChest from \"./SinisterChest\";\n\nexport {\n\tMysteryBox,\n\tNestBoxEmpty,\n\tNestBoxRing,\n\tNestBoxSeeds,\n\tGiantEggSacFull,\n\tBronzeHAMChest,\n\tIronHAMChest,\n\tSilverHAMChest,\n\tSteelHAMChest,\n\tCasket,\n\tCrystalChest,\n\tElvenCrystalChest,\n\tGrubbyChest,\n\tMuddyChest,\n\tOgreCoffin,\n\tSinisterChest,\n\tBrimstoneChest,\n\tLarransChest,\n\tSeedPack,\n\tBabyImpling,\n\tYoungImpling,\n\tGourmetImpling,\n\tEarthImpling,\n\tEssenceImpling,\n\tEclecticImpling,\n\tNatureImpling,\n\tMagpieImpling,\n\tNinjaImpling,\n\tCrystalImpling,\n\tDragonImpling,\n\tLuckyImpling,\n\tVolcanicMineOrePack,\n\tGiantsFoundryOrePack,\n\tIntricatePouch,\n\tBasicSack,\n\tAdeptSack,\n\tExpertSack,\n\tMasterSack,\n};\n\nconst openablesObject = {\n\tMysteryBox,\n\tNestBoxEmpty,\n\tNestBoxRing,\n\tNestBoxSeeds,\n\tGiantEggSacFull,\n\tBronzeHAMChest,\n\tIronHAMChest,\n\tSilverHAMChest,\n\tSteelHAMChest,\n\tCasket,\n\tCrystalChest,\n\tElvenCrystalChest,\n\tGrubbyChest,\n\tMuddyChest,\n\tOgreCoffin,\n\tSinisterChest,\n\tBrimstoneChest,\n\tLarransChest,\n\tSeedPack,\n\tBabyImpling,\n\tYoungImpling,\n\tGourmetImpling,\n\tEarthImpling,\n\tEssenceImpling,\n\tEclecticImpling,\n\tNatureImpling,\n\tMagpieImpling,\n\tNinjaImpling,\n\tCrystalImpling,\n\tDragonImpling,\n\tLuckyImpling,\n\tVolcanicMineOrePack,\n\tGiantsFoundryOrePack,\n\tIntricatePouch,\n\tBasicSack,\n\tAdeptSack,\n\tExpertSack,\n\tMasterSack,\n};\n\nconst allMonsters: [number, Openable][] = Object.values(openablesObject).map(openable => [openable.id, openable]);\n\nconst Openables = Object.assign(new Collection(allMonsters), openablesObject);\n\nexport default Openables;\n\nexport * from \"./HallowedSack\";\n", "import fetch from \"node-fetch\";\n\nimport { ACCOUNT_TYPES, Errors, hiscoreURLs } from \"../constants\";\nimport type { SkillsScore } from \"../meta/types\";\nimport { convertXPtoLVL, isValidUsername, resolvePlayerFromHiscores } from \"../util/util\";\nimport OSError from \"./OldSchoolJSError\";\nimport Player from \"./Player\";\n\nexport interface GetOptions {\n\ttype?: keyof typeof hiscoreURLs;\n\tvirtualLevels?: boolean;\n}\n\nconst defaultGetOptions: GetOptions = {\n\ttype: \"normal\",\n\tvirtualLevels: false,\n};\n\nclass Hiscores {\n\tpublic async fetch(\n\t\tusername: string,\n\t\toptions: GetOptions = { type: \"normal\", virtualLevels: false },\n\t): Promise {\n\t\tconst mergedOptions = { ...defaultGetOptions, ...options };\n\t\tconst accountType = mergedOptions.type ?? \"normal\";\n\t\tif (!isValidUsername(username)) throw new OSError(Errors.INVALID_USERNAME);\n\t\tif (!ACCOUNT_TYPES.includes(accountType)) {\n\t\t\tthrow new OSError(Errors.INVALID_ACCOUNT_TYPE);\n\t\t}\n\n\t\tconst data: Player = await fetch(hiscoreURLs[accountType] + username)\n\t\t\t.then(async (res): Promise => {\n\t\t\t\tif (res.status === 404) throw new OSError(Errors.ACCOUNT_NOT_FOUND);\n\t\t\t\tif (!res.ok) throw new OSError(Errors.FAILED_REQUEST);\n\t\t\t\tconst text = await res.text();\n\t\t\t\t// If the text response is HTML, it means the hiscores are down.\n\t\t\t\tif (text.trim().startsWith(\"<\")) throw new OSError(Errors.FAILED_REQUEST);\n\t\t\t\treturn text;\n\t\t\t})\n\t\t\t.then(p => resolvePlayerFromHiscores(p, accountType))\n\t\t\t.catch((err): never => {\n\t\t\t\tthrow err;\n\t\t\t});\n\n\t\tif (mergedOptions.virtualLevels) {\n\t\t\tlet overall = 0;\n\t\t\tfor (const skill in data.skills) {\n\t\t\t\tif (skill === \"overall\") continue;\n\t\t\t\tconst lvl = convertXPtoLVL(data.skills[skill as keyof SkillsScore].xp, 126);\n\t\t\t\toverall += lvl;\n\t\t\t\tdata.skills[skill as keyof SkillsScore].level = lvl;\n\t\t\t}\n\t\t\tdata.skills.overall.level = overall;\n\t\t}\n\n\t\treturn new Player({\n\t\t\tusername,\n\t\t\ttype: options.type ?? \"normal\",\n\t\t\tskills: data.skills,\n\t\t\tminigames: data.minigames,\n\t\t\tclues: data.clues,\n\t\t\tbossRecords: data.bossRecords,\n\t\t\tleaguePoints: data.leaguePoints,\n\t\t});\n\t}\n}\n\nexport default new Hiscores();\n", "import { ErrorDescriptions, type Errors } from \"../constants\";\n\nexport default class OldSchoolJSError extends Error {\n\tpublic code: Errors;\n\tpublic description = \"\";\n\n\tpublic constructor(code: Errors) {\n\t\tsuper(code);\n\t\tthis.name = this.constructor.name;\n\t\tthis.code = code;\n\t\tthis.message = ErrorDescriptions[code];\n\t\tif (Error.captureStackTrace) Error.captureStackTrace(this, this.constructor);\n\t}\n}\n", "import type { hiscoreURLs } from \"../constants\";\nimport type { BossRecords, CluesScore, MinigamesScore, Player as PlayerType, SkillsScore } from \"../meta/types\";\n\nclass Player {\n\tpublic username: string;\n\tpublic skills: SkillsScore;\n\tpublic minigames: MinigamesScore;\n\tpublic bossRecords: BossRecords;\n\tpublic type: keyof typeof hiscoreURLs;\n\tpublic clues: CluesScore;\n\tpublic leaguePoints?: { rank: number; points: number };\n\n\tpublic constructor(player: PlayerType) {\n\t\tthis.username = player.username;\n\t\tthis.skills = player.skills;\n\t\tthis.minigames = player.minigames;\n\t\tthis.bossRecords = player.bossRecords;\n\t\tthis.type = player.type;\n\t\tthis.clues = player.clues;\n\t\tthis.leaguePoints = player.leaguePoints;\n\t}\n\n\tpublic get combatLevel(): number {\n\t\tconst { defence, ranged, hitpoints, magic, prayer, attack, strength } = this.skills;\n\t\tconst base = 0.25 * (defence.level + hitpoints.level + Math.floor(prayer.level / 2));\n\t\tconst melee = 0.325 * (attack.level + strength.level);\n\t\tconst range = 0.325 * (Math.floor(ranged.level / 2) + ranged.level);\n\t\tconst mage = 0.325 * (Math.floor(magic.level / 2) + magic.level);\n\t\treturn Math.floor(base + Math.max(melee, range, mage));\n\t}\n}\n\nexport default Player;\n", "import fetch from \"node-fetch\";\n\nimport type { WikiPage } from \"../meta/types\";\n\nclass Wiki {\n\tprivate URL = \"https://oldschool.runescape.wiki/api.php\";\n\tprivate searchOptions: { [index: string]: string } = {\n\t\t\"-incategory\": [\"Slang_dictionary\", \"Disambiguation\"].join(\"|\"),\n\t};\n\n\tprivate commonPageAPIOptions = {\n\t\taction: \"query\",\n\t\tformat: \"json\",\n\t\tprop: [\"extracts\", \"pageimages\", \"info\", \"categories\"].join(\"|\"),\n\t\tformatversion: \"2\",\n\t\tpiprop: \"original\",\n\t\tinprop: \"url\",\n\t\texsentences: \"5\",\n\t\texintro: \"1\",\n\t\texplaintext: \"1\",\n\t\tcllimit: \"max\",\n\t};\n\n\tpublic async fetchPage(pageID: number): Promise {\n\t\tconst results = await this.fetchAPI({\n\t\t\tiwurl: \"1\",\n\t\t\tpageids: pageID,\n\t\t});\n\n\t\tif (!results || !results.query) return undefined;\n\t\treturn this.parseRawPage(results.query.pages[0]);\n\t}\n\n\tpublic async random(amount = 20): Promise {\n\t\tconst results = await this.fetchAPI({\n\t\t\tgenerator: \"random\",\n\t\t\tgrnnamespace: \"0\",\n\t\t\tgrnlimit: amount,\n\t\t});\n\n\t\tif (!results || !results.query) return [];\n\t\treturn results.query.pages.map((r: any) => this.parseRawPage(r));\n\t}\n\n\tpublic async search(query: string): Promise {\n\t\tconst parsedSearchOptions = Object.keys(this.searchOptions)\n\t\t\t.map((prop): string => `${prop}:${this.searchOptions[prop]}`)\n\t\t\t.join(\" \");\n\n\t\tconst results = await this.fetchAPI({\n\t\t\tiwurl: \"1\",\n\t\t\tgenerator: \"search\",\n\t\t\tgsrlimit: \"20\",\n\t\t\tgsrsearch: `${query} ${parsedSearchOptions}`,\n\t\t});\n\n\t\tif (!results || !results.query || !results.query.pages) return [];\n\n\t\treturn results.query.pages.sort((a: any, b: any) => a.index - b.index).map((r: any) => this.parseRawPage(r));\n\t}\n\n\tprivate parseRawPage(rawPage: any): WikiPage {\n\t\treturn {\n\t\t\ttitle: rawPage.title,\n\t\t\textract: rawPage.extract,\n\t\t\timage: rawPage.original?.source,\n\t\t\turl: rawPage.fullurl,\n\t\t\tlastRevisionID: rawPage.lastrevid,\n\t\t\tpageID: rawPage.pageid,\n\t\t\tcategories: rawPage.categories,\n\t\t};\n\t}\n\n\tpublic fetchAPI(query: any): Promise {\n\t\tconst apiURL = new URL(this.URL);\n\t\tapiURL.search = new URLSearchParams({ ...this.commonPageAPIOptions, ...query }).toString();\n\t\treturn fetch(apiURL.toString()).then((res): Promise => res.json());\n\t}\n}\n\nexport default new Wiki();\n", "import LootTable from \"../../structures/LootTable\";\n\nexport const RareTable = new LootTable()\n\t.add(\"Black 2h sword\")\n\t.add(\"Black platebody\")\n\t.add(\"Black longsword\")\n\t.add(\"Black full helm\")\n\t.add(\"Black platelegs\")\n\t.add(\"Black battleaxe\")\n\t.add(\"Black axe\")\n\t.add(\"Black pickaxe\")\n\t.add(\"Black plateskirt\")\n\t.add(\"Black kiteshield\")\n\t.add(\"Black med helm\")\n\t.add(\"Black dagger\")\n\t.add(\"Black sq shield\")\n\t.add(\"Black chainbody\")\n\t.add(\"Black sword\")\n\t.add(\"Black mace\")\n\t.add(\"Black warhammer\")\n\t.add(\"Black scimitar\");\n\nexport const SuccessfulUniqueTable = new LootTable()\n\t.add(\"Mole slippers\")\n\t.add(\"Frog slippers\")\n\t.add(\"Bear feet\")\n\t.add(\"Demon feet\")\n\t.add(\"Jester cape\")\n\t.add(\"Shoulder parrot\")\n\t.add(\"Monk's robe top (t)\")\n\t.add(\"Monk's robe (t)\")\n\t.add(\"Amulet of defence (t)\")\n\t.add(\"Sandwich lady hat\")\n\t.add(\"Sandwich lady top\")\n\t.add(\"Sandwich lady bottom\")\n\t.add(\"Rune scimitar ornament kit (guthix)\")\n\t.add(\"Rune scimitar ornament kit (saradomin)\")\n\t.add(\"Rune scimitar ornament kit (zamorak)\");\n\nexport const UniqueTable = new LootTable().add(\"Cabbage\").add(SuccessfulUniqueTable);\n\nexport const StandardTable = new LootTable()\n\t.add(\"Shrimps\", [5, 14])\n\t.add(\"Herring\", [5, 9])\n\t.add(\"Sardine\", [5, 12])\n\t.add(\"Air rune\", [15, 35])\n\t.add(\"Fire rune\", [15, 35])\n\t.add(\"Water rune\", [15, 35])\n\t.add(\"Earth rune\", [15, 35])\n\t.add(\"Mind rune\", [15, 35])\n\t.add(\"Body rune\", [15, 35])\n\t.add(\"Law rune\", [2, 7])\n\t.add(\"Chaos rune\", [2, 7])\n\t.add(\"Nature rune\", [2, 7])\n\t.add(\"Bronze arrow\", [15, 30])\n\t.add(\"Iron arrow\", [7, 15])\n\t.add(\"Staff of air\")\n\t.add(\"Staff of water\")\n\t.add(\"Staff of earth\")\n\t.add(\"Staff of fire\")\n\t.add(\"Steel platebody\")\n\t.add(\"Steel longsword\")\n\t.add(\"Steel full helm\")\n\t.add(\"Steel platelegs\")\n\t.add(\"Steel battleaxe\")\n\t.add(\"Steel axe\")\n\t.add(\"Iron pickaxe\")\n\t.add(\"Steel dagger\")\n\t.add(\"Oak shortbow\")\n\t.add(\"Longbow\")\n\t.add(\"Oak longbow\")\n\t.add(\"Leather chaps\")\n\t.add(\"Leather body\")\n\t.add(\"Hardleather body\")\n\t.add(\"Leather vambraces\")\n\t.add(\"Leather cowl\")\n\t.add(\"Blue wizard robe\")\n\t.add(\"Blue wizard hat\")\n\t.add(\"Black robe\")\n\t.add(\"Wizard hat\")\n\t.add(\"Steel plateskirt\")\n\t.add(\"Shortbow\")\n\t.add(RareTable);\n\nexport const BeginnerClueTable = new LootTable().add(StandardTable, 1, 11).add(UniqueTable, 1, 1);\nexport const BeginnerCasket = new LootTable().add(BeginnerClueTable, [1, 3]);\n", "import { BeginnerCasket as Beginner } from \"./Beginner\";\nimport { EasyCasket as Easy } from \"./Easy\";\nimport { EliteCasket as Elite } from \"./Elite\";\nimport { HardCasket as Hard } from \"./Hard\";\nimport { MasterCasket as Master } from \"./Master\";\nimport { MediumCasket as Medium } from \"./Medium\";\n\nexport const Clues = {\n\tBeginner,\n\tEasy,\n\tElite,\n\tHard,\n\tMaster,\n\tMedium,\n};\n\nexport * from \"./Beginner\";\nexport * from \"./Easy\";\nexport * from \"./Elite\";\nexport * from \"./Hard\";\nexport * from \"./Master\";\nexport * from \"./Medium\";\n", "import type { Item } from \"../meta/types\";\nimport { getItemOrThrow, resolveItems } from \"../util/util\";\n\nexport const allTeamCapes: Item[] = [];\n\nfor (let i = 1; i < 51; i++) {\n\tallTeamCapes.push(getItemOrThrow(`Team-${i} cape`));\n}\n\nexport const beekeeperOutfit = resolveItems([\n\t\"Beekeeper's hat\",\n\t\"Beekeeper's top\",\n\t\"Beekeeper's legs\",\n\t\"Beekeeper's gloves\",\n\t\"Beekeeper's boots\",\n]);\n\nexport const camoOutfit = resolveItems([\"Camo helmet\", \"Camo top\", \"Camo bottoms\"]);\n\nexport const lederhosenOutfit = resolveItems([\"Lederhosen hat\", \"Lederhosen top\", \"Lederhosen shorts\"]);\n\nexport const zombieOutfit = resolveItems([\n\t\"Zombie mask\",\n\t\"Zombie shirt\",\n\t\"Zombie trousers\",\n\t\"Zombie gloves\",\n\t\"Zombie boots\",\n]);\n\nexport const mimeOutfit = resolveItems([\"Mime mask\", \"Mime top\", \"Mime legs\", \"Mime gloves\", \"Mime boots\"]);\n", "import type { MINIGAMES, hiscoreURLs, mappedBossNames } from \"../constants\";\nimport type Bank from \"../structures/Bank\";\nimport type LootTable from \"../structures/LootTable\";\nimport type { LootTableRollOptions } from \"../structures/LootTable\";\nimport type SimpleMonster from \"../structures/SimpleMonster\";\nimport type { MonsterSlayerMaster } from \"./monsterData\";\n\ntype ChestSize = \"big\" | \"small\";\ntype SeedTier = \"1\" | \"2\" | \"3\" | \"4\" | \"5\";\n\nexport interface SimpleLootItem {\n\tid: string;\n\tdropRate: number;\n}\n\nexport interface MonsterOptions {\n\tid: number;\n\tname: string;\n\tcombatLevel?: number;\n\thitpoints?: number;\n\taliases?: string[];\n\tallItems?: number[];\n}\n\nexport interface Player {\n\tbossRecords: BossRecords;\n\tusername: string;\n\ttype: keyof typeof hiscoreURLs;\n\tskills: SkillsScore;\n\tminigames: MinigamesScore;\n\tclues: CluesScore;\n\tleaguePoints?: { rank: number; points: number };\n}\n\nexport interface SkillsScore {\n\toverall: SkillScore;\n\tattack: SkillScore;\n\tdefence: SkillScore;\n\tstrength: SkillScore;\n\thitpoints: SkillScore;\n\tranged: SkillScore;\n\tprayer: SkillScore;\n\tmagic: SkillScore;\n\tcooking: SkillScore;\n\twoodcutting: SkillScore;\n\tfletching: SkillScore;\n\tfishing: SkillScore;\n\tfiremaking: SkillScore;\n\tcrafting: SkillScore;\n\tsmithing: SkillScore;\n\tmining: SkillScore;\n\therblore: SkillScore;\n\tagility: SkillScore;\n\tthieving: SkillScore;\n\tslayer: SkillScore;\n\tfarming: SkillScore;\n\trunecraft: SkillScore;\n\thunter: SkillScore;\n\tconstruction: SkillScore;\n}\n\nexport type BossRecords = Record<(typeof mappedBossNames)[number][\"0\"], MinigameScore>;\n\nexport type MinigamesScore = Record<(typeof MINIGAMES)[number], MinigameScore>;\n\nexport interface CluesScore {\n\tall: MinigameScore;\n\tbeginner: MinigameScore;\n\teasy: MinigameScore;\n\tmedium: MinigameScore;\n\thard: MinigameScore;\n\telite: MinigameScore;\n\tmaster: MinigameScore;\n}\n\nexport interface MinigameScore {\n\trank: number;\n\tscore: number;\n}\n\nexport interface SkillScore {\n\trank: number;\n\tlevel: number;\n\txp: number;\n}\n\nexport type ItemID = number;\n\nexport interface ItemRequirements {\n\tattack: number;\n\tdefence: number;\n\tstrength: number;\n\thitpoints: number;\n\tranged: number;\n\tprayer: number;\n\tmagic: number;\n\tcooking: number;\n\twoodcutting: number;\n\tfletching: number;\n\tfishing: number;\n\tfiremaking: number;\n\tcrafting: number;\n\tsmithing: number;\n\tmining: number;\n\therblore: number;\n\tagility: number;\n\tthieving: number;\n\tslayer: number;\n\tfarming: number;\n\trunecraft: number;\n\thunter: number;\n\tconstruction: number;\n\tcombat: number;\n}\n\n/**\n * The equipment bonuses of equipable armour/weapons.\n */\nexport interface ItemEquipment {\n\tattack_stab: number;\n\tattack_slash: number;\n\tattack_crush: number;\n\tattack_magic: number;\n\tattack_ranged: number;\n\tdefence_stab: number;\n\tdefence_slash: number;\n\tdefence_crush: number;\n\tdefence_magic: number;\n\tdefence_ranged: number;\n\tmelee_strength: number;\n\tranged_strength: number;\n\tmagic_damage: number;\n\tprayer: number;\n\tslot: EquipmentSlot;\n\trequirements: Partial | null;\n}\n\nexport enum EquipmentSlot {\n\tTwoHanded = \"2h\",\n\tAmmo = \"ammo\",\n\tBody = \"body\",\n\tCape = \"cape\",\n\tFeet = \"feet\",\n\tHands = \"hands\",\n\tHead = \"head\",\n\tLegs = \"legs\",\n\tNeck = \"neck\",\n\tRing = \"ring\",\n\tShield = \"shield\",\n\tWeapon = \"weapon\",\n}\n\n/**\n * The information about weapon properties.\n */\n\nexport interface ItemWeaponStance {\n\tcombat_style: string;\n\tattack_type: string | null;\n\tattack_style: string | null;\n\texperience: string;\n\tboosts: string | null;\n}\n\nexport interface ItemWeapon {\n\tattack_speed: number;\n\tweapon_type: string;\n\tstances: ItemWeaponStance[];\n}\n\n/**\n * A representation of an Old School RuneScape (OSRS) item.\n */\nexport interface Item {\n\t/**\n\t * Unique OSRS item ID number.\n\t */\n\tid: number;\n\t/**\n\t * Name of the item.\n\t */\n\tname: string;\n\t/**\n\t * If the item has incomplete wiki data.\n\t */\n\tincomplete?: boolean;\n\t/**\n\t * If the item is a members-only.\n\t */\n\tmembers?: boolean;\n\t/**\n\t * If the item is tradeable (between players and on the GE).\n\t */\n\ttradeable?: boolean;\n\t/**\n\t * If the item is tradeable (only on GE).\n\t */\n\ttradeable_on_ge?: boolean;\n\t/**\n\t * If the item is stackable (in inventory).\n\t */\n\tstackable?: boolean;\n\t/**\n\t * If the item is noteable.\n\t */\n\tnoteable?: boolean;\n\t/**\n\t * If the item is equipable (based on right-click menu entry).\n\t */\n\tequipable?: true;\n\t/**\n\t * If the item is equipable by a player and is equipable in-game.\n\t */\n\tequipable_by_player?: true;\n\tequipable_weapon?: true;\n\t/**\n\t * The store price of an item.\n\t */\n\tcost: number;\n\t/**\n\t * The low alchemy value of the item (cost * 0.4).\n\t */\n\tlowalch?: number;\n\t/**\n\t * The high alchemy value of the item (cost * 0.6).\n\t */\n\thighalch?: number;\n\t/**\n\t * The weight (in kilograms) of the item.\n\t */\n\tweight?: number;\n\t/**\n\t * The GE buy limit of the item.\n\t */\n\tbuy_limit?: number;\n\t/**\n\t * Date the item was released (in ISO8601 format).\n\t */\n\trelease_date?: string;\n\t/**\n\t * The examine text for the item.\n\t */\n\texamine?: string;\n\t/**\n\t * The OSRS Wiki name for the item.\n\t */\n\twiki_name?: string;\n\t/**\n\t * The OSRS Wiki URL (possibly including anchor link).\n\t */\n\twiki_url?: string;\n\tequipment?: ItemEquipment;\n\tweapon?: ItemWeapon;\n\t/**\n\t * The OSRS Wiki market price for this item, 0 if untradeable or has no price.\n\t */\n\tprice: number;\n}\n\nexport interface DateYearMonth {\n\tyear: number;\n\tmonth: number;\n}\n\nexport interface WikiPage {\n\timage?: string;\n\tlastRevisionID: number;\n\turl: string;\n\tpageID: number;\n\ttitle: string;\n\textract?: string;\n\tcategories: {\n\t\ttitle: string;\n\t\tns: number;\n\t}[];\n}\n\nexport interface IntKeyBank {\n\t[key: number]: number;\n}\nexport interface ItemBank {\n\t[key: string]: number;\n}\n\nexport interface LootBank {\n\t[key: string]: Bank;\n}\n\nexport interface SimpleTableItem {\n\titem: T;\n\tweight: number;\n}\n\nexport interface BankItem {\n\tid: number;\n\tqty: number;\n}\n\nexport type TupleLootItem = [number, number];\n\nexport interface MonsterKillOptions {\n\t/**\n\t * This is *true* if the monster is being killed inside the catacombs.\n\t */\n\tinCatacombs?: boolean;\n\t/**\n\t * This is *true* if the monster is being killed inside the wilderness.\n\t */\n\tinWilderness?: boolean;\n\t/**\n\t * This is *true* if the monster being killed is on-task.\n\t */\n\tonSlayerTask?: boolean;\n\t/**\n\t * This is the assigner of this task, if on a task.\n\t */\n\tslayerMaster?: MonsterSlayerMaster;\n\t/**\n\t * If monster is eligible for superior, pass the LootTable.\n\t */\n\thasSuperiors?: SimpleMonster;\n\tfarmingLevel?: number;\n\tisAwakened?: boolean;\n\tlootTableOptions?: LootTableRollOptions;\n}\n\nexport interface OpenableOptions {\n\tid: number;\n\tname: string;\n\taliases: string[];\n\tallItems?: number[];\n}\n\nexport interface OpenableOpenOptions {\n\tfishLvl?: number;\n\tseedTier?: SeedTier;\n\tchestSize?: ChestSize;\n}\n\nexport interface ClueOptions {\n\ttable: LootTable;\n}\n\nexport type CustomKillLogic = (options: MonsterKillOptions, currentLoot: Bank) => void;\n"], + "mappings": "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CN,IAAK,CACN,EACA,CACC,KAAM,cACN,IAAK,CAAC,IAAK,GAAG,EACd,IAAK,GACL,KAAM,IACN,IAAK,CACN,EACA,CACC,KAAM,WACN,IAAK,CAAC,IAAK,GAAG,EACd,IAAK,IACL,KAAM,IACN,IAAK,CACN,CACD,EAEaC,GAAyC,CACrD,CACC,KAAM,gBACN,IAAK,CAAC,GAAI,GAAG,EACb,IAAK,IACL,KAAM,GACN,IAAK,EACN,EACA,CACC,KAAM,iBACN,IAAK,CAAC,GAAI,GAAG,EACb,IAAK,IACL,KAAM,GACN,IAAK,EACN,EACA,CACC,KAAM,YACN,IAAK,CAAC,IAAK,GAAG,EACd,IAAK,IACL,KAAM,IACN,IAAK,EACN,EACA,CACC,KAAM,eACN,IAAK,CAAC,IAAK,GAAG,EACd,IAAK,EACL,KAAM,IACN,IAAK,CACN,EACA,CACC,KAAM,gBACN,IAAK,CAAC,IAAK,GAAG,EACd,IAAK,GACL,KAAM,IACN,IAAK,CACN,EACA,CACC,KAAM,cACN,IAAK,CAAC,IAAK,GAAG,EACd,IAAK,GACL,KAAM,IACN,IAAK,CACN,EACA,CACC,KAAM,WACN,IAAK,CAAC,IAAK,GAAG,EACd,IAAK,IACL,KAAM,IACN,IAAK,CACN,CACD,EAEaC,GAAuC,CACnD,CACC,KAAM,gBACN,IAAK,CAAC,IAAK,GAAG,EACd,IAAK,IACL,KAAM,GACN,IAAK,EACN,EACA,CACC,KAAM,iBACN,IAAK,CAAC,IAAK,GAAG,EACd,IAAK,IACL,KAAM,GACN,IAAK,EACN,EACA,CACC,KAAM,YACN,IAAK,CAAC,IAAK,GAAG,EACd,IAAK,IACL,KAAM,IACN,IAAK,EACN,EACA,CACC,KAAM,eACN,IAAK,CAAC,IAAK,GAAG,EACd,IAAK,EACL,KAAM,IACN,IAAK,CACN,EACA,CACC,KAAM,gBACN,IAAK,CAAC,IAAK,GAAG,EACd,IAAK,GACL,KAAM,IACN,IAAK,CACN,EACA,CACC,KAAM,cACN,IAAK,CAAC,IAAK,GAAG,EACd,IAAK,GACL,KAAM,IACN,IAAK,CACN,EACA,CACC,KAAM,WACN,IAAK,CAAC,IAAK,GAAG,EACd,IAAK,IACL,KAAM,IACN,IAAK,CACN,CACD,EHpKA,IAAMC,GAAsB,IAAIC,EAAU,EACxC,IAAI,gBAAiB,CAAC,GAAI,EAAE,EAAG,CAAC,EAChC,IAAI,aAAc,CAAC,GAAI,EAAE,EAAG,CAAC,EAC7B,IAAI,OAAQ,CAAC,IAAK,GAAG,EAAG,CAAC,EACzB,IAAI,QAAS,CAAC,IAAQ,IAAO,EAAG,CAAC,EACjC,IAAI,WAAY,CAAC,IAAK,GAAG,EAAG,CAAC,EAC7B,IAAI,mBAAoB,CAAC,GAAI,GAAG,EAAG,CAAC,EACpC,IAAI,WAAY,CAAC,IAAK,GAAG,EAAG,CAAC,EAC7B,IAAI,iBAAkB,CAAC,EAAG,CAAC,EAAG,CAAC,EAC/B,IAAI,iBAAkB,CAAC,EAAG,CAAC,EAAG,CAAC,EAC/B,IAAI,iBAAkB,CAAC,EAAG,CAAC,EAAG,CAAC,EAC/B,IAAI,aAAc,CAAC,GAAI,EAAE,EAAG,CAAC,EAC7B,IAAI,YAAa,CAAC,IAAK,GAAG,EAAG,CAAC,EAC9B,IAAI,aAAc,CAAC,IAAK,GAAG,EAAG,CAAC,EAC/B,IAAI,kBAAmB,CAAC,GAAI,GAAG,EAAG,CAAC,EACnC,IAAI,iBAAkB,CAAC,EAAG,CAAC,EAAG,CAAC,EAC/B,IAAI,aAAc,CAAC,EAAG,CAAC,EAAG,CAAC,EAC3B,IAAI,iBAAkB,CAAC,EAAG,CAAC,EAAG,CAAC,EAC/B,IAAI,wBAAyB,CAAC,EAAG,CAAC,EAAG,CAAC,EACtC,IAAI,oBAAqB,EAAG,CAAC,EAC7B,IAAI,eAAgB,CAAC,EAAG,CAAC,EAAG,CAAC,EAC7B,IAAI,kBAAmB,CAAC,EAAG,CAAC,EAAG,CAAC,EAChC,IAAI,cAAe,CAAC,EAAG,CAAC,EAAG,CAAC,EAC5B,IAAI,eAAgB,CAAC,IAAM,GAAI,EAAG,CAAC,EACnC,MAAM,IAAK,qBAAqB,EAChC,MAAM,IAAM,mBAAmB,EAC/B,MAAM,IAAM,wBAAwB,EACpC,MAAM,IAAM,2BAA2B,EACvC,MAAM,IAAM,sBAAsB,EAClC,MAAM,IAAM,qBAAqB,EAEtBC,GAAN,cAAqCC,CAAe,CAvC3D,MAuC2D,CAAAC,EAAA,+BACnD,KAAKC,EAAW,EAAGC,EAA+B,CAAE,QAAS,EAAG,EAAG,CACzE,IAAMC,EAAO,IAAIC,EACXC,EAAUH,EAAQ,SAAW,GAE7BI,EAAUC,GAAmB,KAAKC,GAAQA,EAAK,OAAS,aAAa,EAC3E,QAASC,EAAI,EAAGA,EAAIR,EAAUQ,IAC7B,MAAI,SAAK,EAAE,EAAG,CACb,IAAIC,EAAa,GACjB,QAAWF,KAAQD,GAClB,GAAIF,GAAWG,EAAK,QACf,kBAAcG,GAAaN,EAASG,EAAK,IAAKA,EAAK,IAAI,CAAC,EAAG,CAC9DL,EAAK,IAAIK,EAAK,QAAM,YAAQA,EAAK,IAAI,CAAC,EAAGA,EAAK,IAAI,CAAC,CAAC,CAAC,EACrDE,EAAa,GACb,KACD,CAGGA,GACJP,EAAK,IAAIG,GAAS,QAAM,YAAQA,EAAS,IAAI,CAAC,EAAGA,EAAS,IAAI,CAAC,CAAC,CAAC,CAEnE,MACCH,EAAK,IAAIP,GAAoB,KAAK,CAAC,EAGrC,OAAOO,CACR,CACD,EAEOS,GAAQ,IAAId,GAAuB,CACzC,GAAI,MACJ,KAAM,kBACN,QAAS,CAAC,kBAAmB,WAAW,EACxC,MAAOF,EACR,CAAC,EItED,IAAMiB,GAAc,IAAIC,EAAU,EAChC,IAAI,QAAS,IAAK,EAAE,EACpB,IAAI,QAAS,GAAI,EAAE,EACnB,IAAI,QAAS,GAAI,EAAE,EACnB,IAAI,QAAS,IAAK,EAAE,EACpB,IAAI,QAAS,GAAI,EAAE,EACnB,IAAI,QAAS,IAAK,EAAE,EACpB,IAAI,iBAAkB,EAAG,EAAE,EAC3B,IAAI,gBAAiB,EAAG,EAAE,EAC1B,IAAI,aAAc,EAAG,EAAE,EACvB,IAAI,gBAAiB,EAAG,CAAC,EACzB,IAAI,kBAAmB,EAAG,EAAE,EAC5B,IAAI,mBAAoB,EAAG,CAAC,EAC5B,IAAI,oBAAqB,EAAG,CAAC,EAExBC,GAAQ,IAAIC,EAAe,CACjC,GAAI,IACJ,KAAM,SACN,QAAS,CAAC,QAAQ,EAClB,MAAOH,EACR,CAAC,ECnBD,IAAMI,GAAiB,IAAIC,EAAU,EAAE,IAAI,iBAAkB,EAAG,CAAC,EAAE,IAAI,kBAAmB,EAAG,CAAC,EAExFC,GAAoB,IAAID,EAAU,EACtC,MAAM,QAAS,GAAG,EAClB,IAAI,oBAAqB,EAAG,CAAC,EAC7B,IAAI,mBAAoB,EAAG,CAAC,EAExBE,GAAoB,IAAIF,EAAU,CAAE,MAAO,GAAI,CAAC,EACpD,MAAM,mBAAmB,EACzB,IACAG,EAAiB,CAChB,CAAC,eAAgB,CAAC,EAClB,CAAC,QAAS,GAAI,CACf,CAAC,EACD,EACA,EACD,EACC,IACAA,EAAiB,CAChB,CAAC,WAAY,EAAE,EACf,CAAC,aAAc,EAAE,EACjB,CAAC,aAAc,EAAE,EACjB,CAAC,YAAa,EAAE,EAChB,CAAC,YAAa,EAAE,EAChB,CAAC,YAAa,EAAE,EAChB,CAAC,aAAc,EAAE,EACjB,CAAC,aAAc,EAAE,EACjB,CAAC,cAAe,EAAE,EAClB,CAAC,cAAe,EAAE,EAClB,CAAC,WAAY,EAAE,CAChB,CAAC,EACD,EACA,EACD,EACC,IACAA,EAAiB,CAChB,CAAC,OAAQ,CAAC,EACV,CAAC,UAAW,CAAC,CACd,CAAC,EACD,EACA,EACD,EACC,IAAI,aAAc,EAAG,EAAE,EACvB,IAAIF,GAAmB,EAAG,EAAE,EAC5B,IAAI,WAAY,IAAK,EAAE,EACvB,IAAI,OAAQ,IAAK,EAAE,EACnB,IACAE,EAAiB,CAChB,CAAC,gBAAiB,CAAC,EACnB,CAAC,QAAS,GAAI,CACf,CAAC,EACD,EACA,CACD,EACC,IAAI,oBAAqB,EAAG,CAAC,EAC7B,IAAIJ,GAAgB,CAAC,EAEhBK,GAAQ,IAAIC,EAAe,CACjC,GAAI,IACJ,KAAM,gBACN,QAAS,CAAC,eAAe,EACzB,MAAOH,EACR,CAAC,EC7DD,IAAMI,GAAwB,IAAIC,EAAU,EAC1C,IAAI,wBAAyB,EAAG,CAAC,EACjC,IAAI,wBAAyB,EAAG,CAAC,EACjC,IAAI,wBAAyB,EAAG,CAAC,EACjC,IAAI,wBAAyB,EAAG,CAAC,EACjC,IAAI,oBAAqB,EAAG,CAAC,EAGzBC,GAAoB,IAAID,EAAU,EACtC,MAAM,mBAAmB,EACzB,MAAM,QAAS,CAAC,IAAQ,IAAM,CAAC,EAC/B,IAAI,oBAAqB,EAAG,CAAC,EAC7B,IAAI,mBAAoB,EAAG,CAAC,EAGxBE,GAAiB,IAAIF,EAAU,EACnC,MAAM,mBAAmB,EACzB,MAAM,gBAAiB,CAAC,EAAG,CAAC,CAAC,EAC7B,IAAI,iBAAkB,EAAG,CAAC,EAC1B,IAAI,kBAAmB,EAAG,CAAC,EAGvBG,GAAkB,IAAIH,EAAU,EACpC,MAAM,mBAAmB,EACzB,IAAI,mBAAoB,EAAG,CAAC,EAC5B,IAAI,oBAAqB,EAAG,CAAC,EAC7B,IAAI,mBAAoB,EAAG,CAAC,EAExBI,GAAyB,IAAIJ,EAAU,EAC3C,MAAM,IAAQ,YAAY,EAC1B,MAAM,IAAKD,EAAqB,EAChC,IAAIE,GAAmB,EAAG,EAAE,EAC5B,IACAI,EAAiB,CAChB,CAAC,oBAAqB,CAAC,EACvB,CAAC,aAAc,CAAC,GAAI,EAAE,CAAC,EACvB,CAAC,gBAAiB,CAAC,EAAG,CAAC,CAAC,CACzB,CAAC,EACD,EACA,EACD,EACC,IACAA,EAAiB,CAChB,CAAC,oBAAqB,CAAC,EACvB,CAAC,cAAe,CAAC,CAClB,CAAC,EACD,EACA,EACD,EACC,IACAA,EAAiB,CAChB,CAAC,oBAAqB,CAAC,EACvB,CAAC,QAAS,CAAC,IAAQ,GAAM,CAAC,EAC1B,CAAC,gBAAiB,CAAC,EAAG,EAAE,CAAC,CAC1B,CAAC,EACD,EACA,EACD,EACC,IACAA,EAAiB,CAChB,CAAC,oBAAqB,CAAC,EACvB,CAAC,gBAAiB,CAAC,GAAI,EAAE,CAAC,CAC3B,CAAC,EACD,EACA,EACD,EACC,IAAIH,GAAgB,EAAG,EAAE,EACzB,IACAG,EAAiB,CAChB,CAAC,oBAAqB,CAAC,EACvB,CAAC,cAAe,CAAC,GAAI,GAAG,CAAC,EACzB,CAAC,aAAc,CAAC,GAAI,GAAG,CAAC,EACxB,CAAC,cAAe,CAAC,GAAI,GAAG,CAAC,EACzB,CAAC,WAAY,CAAC,GAAI,GAAG,CAAC,EACtB,CAAC,aAAc,CAAC,GAAI,GAAG,CAAC,CACzB,CAAC,EACD,EACA,EACD,EACC,IACAA,EAAiB,CAChB,CAAC,oBAAqB,CAAC,EACvB,CAAC,WAAY,CAAC,CACf,CAAC,EACD,EACA,EACD,EACC,IACAA,EAAiB,CAChB,CAAC,oBAAqB,CAAC,EACvB,CAAC,YAAa,CAAC,GAAI,GAAG,CAAC,CACxB,CAAC,EACD,EACA,EACD,EACC,IACAA,EAAiB,CAChB,CAAC,oBAAqB,CAAC,EACvB,CAAC,WAAY,CAAC,IAAK,GAAG,CAAC,CACxB,CAAC,EACD,EACA,EACD,EACC,IACAA,EAAiB,CAChB,CAAC,oBAAqB,CAAC,EACvB,CAAC,aAAc,CAAC,EAAG,EAAE,CAAC,CACvB,CAAC,EACD,EACA,CACD,EACC,IACAA,EAAiB,CAChB,CAAC,oBAAqB,CAAC,EACvB,CAAC,gBAAiB,CAAC,EAAG,CAAC,CAAC,CACzB,CAAC,EACD,EACA,CACD,EACC,IAAIF,GAAiB,EAAG,CAAC,EAEpBG,GAAQ,IAAIC,EAAe,CACjC,GAAI,MACJ,KAAM,sBACN,QAAS,CAAC,sBAAuB,cAAe,WAAY,yBAA0B,cAAe,OAAO,EAC5G,MAAOH,EACR,CAAC,EChID,IAAMI,GAAuB,IAAIC,EAAU,EAAE,MAAM,oBAAqB,GAAG,EAEpEC,GAAQ,IAAIC,EAAe,CACjC,GAAI,MACJ,KAAM,sBACN,QAAS,CAAC,sBAAuB,oBAAoB,EACrD,MAAOH,EACR,CAAC,ECND,IAAMI,GAAY,IAAIC,EAAU,EAC9B,IAAI,aAAc,EAAG,EAAE,EACvB,IAAI,QAAS,EAAG,CAAC,EACjB,IACAC,EAAiB,CAChB,CAAC,oBAAqB,CAAC,EACvB,CAAC,mBAAoB,CAAC,CACvB,CAAC,EACD,EACA,CACD,EAEKC,GAAc,IAAIF,EAAU,EAChC,IACAC,EAAiB,CAChB,CAAC,kBAAmB,CAAC,EACrB,CAAC,oBAAqB,CAAC,EACvB,CAAC,mBAAoB,CAAC,CACvB,CAAC,EACD,EACA,CACD,EACC,IACAA,EAAiB,CAChB,CAAC,mBAAoB,CAAC,EACtB,CAAC,oBAAqB,CAAC,CACxB,CAAC,EACD,EACA,CACD,EACC,IAAI,mBAAoB,EAAG,CAAC,EAC5B,IAAI,mBAAoB,EAAG,CAAC,EAExBE,GAAmB,IAAIH,EAAU,EAErC,MAAMD,GAAW,CAAC,EAGlB,MAAMG,GAAa,CAAC,EAGpB,IAAI,WAAY,IAAK,EAAE,EACvB,IAAI,aAAc,IAAK,EAAE,EACzB,IAAI,cAAe,IAAK,EAAE,EAC1B,IAAI,aAAc,IAAK,EAAE,EACzB,IAAI,iBAAkB,GAAI,CAAC,EAC3B,IAAI,oBAAqB,GAAI,CAAC,EAC9B,IAAI,QAAS,IAAQ,CAAC,EACtB,IAAI,mBAAoB,GAAI,CAAC,EAC7B,IAAI,gBAAiB,EAAG,CAAC,EACzB,IAAI,cAAe,EAAG,CAAC,EACvB,IAAI,eAAgB,GAAI,CAAC,EACzB,IAAI,iBAAkB,GAAI,CAAC,EAC3B,IAAI,kBAAmB,GAAI,CAAC,EAC5B,IAAI,mBAAoB,IAAK,CAAC,EAG9B,SAAS,GAAI,gBAAgB,EAC7B,SAAS,GAAI,cAAc,EAEtBE,GAAQ,IAAIC,EAAe,CACjC,GAAI,MACJ,KAAM,eACN,QAAS,CAAC,eAAgB,QAAQ,EAClC,MAAOF,EACR,CAAC,ECjED,IAAMG,GAAW,IAAIC,EAAU,EAC7B,IAAI,oBAAqB,EAAG,CAAC,EAC7B,IAAI,kBAAmB,EAAG,CAAC,EAC3B,IAAI,gBAAiB,EAAG,CAAC,EACzB,IAAI,mBAAoB,EAAG,CAAC,EAC5B,IAAI,iBAAkB,EAAG,CAAC,EAC1B,IAAI,eAAgB,EAAG,CAAC,EACxB,IAAI,gBAAiB,EAAG,CAAC,EACzB,IAAI,cAAe,EAAG,CAAC,EACvB,IAAI,YAAa,EAAG,CAAC,EACrB,IAAI,gBAAiB,EAAG,CAAC,EACzB,IAAI,cAAe,EAAG,CAAC,EACvB,IAAI,YAAa,EAAG,CAAC,EACrB,IAAI,WAAY,EAAG,CAAC,EACpB,IAAI,UAAW,EAAG,CAAC,EACnB,IAAI,OAAQ,EAAG,CAAC,EAChB,IAAI,mBAAoB,EAAG,CAAC,EAC5B,IAAI,iBAAkB,EAAG,CAAC,EAC1B,IAAI,eAAgB,EAAG,CAAC,EACxB,IAAI,UAAW,EAAG,CAAC,EAEfC,GAAgB,IAAID,EAAU,EAClC,MAAM,QAAS,CAAC,EAAG,EAAE,CAAC,EACtB,IAAID,GAAU,EAAG,CAAC,EAClB,IAAIA,GAAU,EAAG,CAAC,EAClB,IAAIA,GAAU,EAAG,CAAC,EAClB,IAAIA,GAAU,EAAG,CAAC,EAClB,IAAIA,GAAU,EAAG,CAAC,EAEPG,GAAiB,IAAIC,EAAe,CAChD,GAAI,KACJ,KAAM,mBACN,QAAS,CAAC,SAAU,mBAAoB,cAAc,EACtD,MAAOF,EACR,CAAC,EAEYG,GAAe,IAAID,EAAe,CAC9C,GAAI,KACJ,KAAM,iBACN,QAAS,CAAC,OAAQ,iBAAkB,YAAY,EAChD,MAAOF,EACR,CAAC,EAEYI,GAAiB,IAAIF,EAAe,CAChD,GAAI,KACJ,KAAM,mBACN,QAAS,CAAC,SAAU,mBAAoB,cAAc,EACtD,MAAOF,EACR,CAAC,EAEYK,GAAgB,IAAIH,EAAe,CAC/C,GAAI,KACJ,KAAM,kBACN,QAAS,CAAC,QAAS,kBAAmB,aAAa,EACnD,MAAOF,EACR,CAAC,ECxDD,IAAMM,GAAe,IAAIC,EAAU,EACjC,IAAI,aAAc,CAAC,EACnB,IAAI,WAAY,CAAC,EACjB,IAAI,YAAa,CAAC,EAClB,IAAI,gBAAiB,CAAC,EACtB,IAAI,aAAc,CAAC,EAEfC,GAAgB,IAAID,EAAU,EAClC,IAAI,oBAAqB,CAAC,EAC1B,IAAI,kBAAmB,CAAC,EACxB,IAAI,gBAAiB,CAAC,EACtB,IAAI,oBAAqB,CAAC,EAC1B,IAAI,kBAAmB,CAAC,EACxB,IAAI,eAAgB,CAAC,EACrB,IAAI,kBAAmB,CAAC,EAEpBE,GAAiB,IAAIF,EAAU,EACnC,IAAI,eAAgB,CAAC,EACrB,IAAI,QAAS,CAAC,IAAK,IAAK,CAAC,EACzB,IAAI,oBAAqB,CAAC,GAAI,EAAE,CAAC,EACjC,IAAI,sBAAuB,CAAC,IAAK,GAAG,CAAC,EACrC,IAAI,YAAa,CAAC,EAClB,IAAI,eAAgB,CAAC,EACrB,IAAID,EAAY,EAEZI,GAAa,IAAIH,EAAU,EAAE,MAAME,GAAgB,CAAC,EAEpDE,GAAiB,IAAIJ,EAAU,EACnC,IAAI,eAAgB,CAAC,EACrB,IAAI,QAAS,CAAC,IAAK,IAAK,CAAC,EACzB,IAAI,oBAAqB,CAAC,GAAI,EAAE,CAAC,EACjC,IAAI,sBAAuB,CAAC,IAAK,GAAG,CAAC,EACrC,IAAI,YAAa,CAAC,EAClB,IAAI,eAAgB,CAAC,EACrB,IAAI,KAAO,CAAC,EACZ,IAAI,KAAO,CAAC,EAAG,CAAC,CAAC,EACjB,IAAI,wBAAyB,CAAC,EAC9B,IAAI,mBAAoB,CAAC,EACzB,IAAID,EAAY,EAChB,IAAIE,EAAa,EAEbI,GAAa,IAAIL,EAAU,EAAE,MAAMI,GAAgB,CAAC,EAEpDE,GAAkB,IAAIN,EAAU,EACpC,IAAI,eAAgB,CAAC,EACrB,IAAI,QAAS,CAAC,IAAK,IAAK,CAAC,EACzB,IAAI,QAAS,CAAC,KAAO,IAAK,CAAC,EAC3B,IAAI,oBAAqB,CAAC,GAAI,EAAE,CAAC,EACjC,IAAI,sBAAuB,CAAC,IAAK,GAAG,CAAC,EACrC,IAAI,YAAa,CAAC,EAClB,IAAI,eAAgB,CAAC,EACrB,IAAI,KAAO,CAAC,EACZ,IAAI,KAAO,CAAC,EAAG,CAAC,CAAC,EACjB,IAAI,wBAAyB,CAAC,EAC9B,IAAI,yBAA0B,CAAC,EAC/B,IAAI,mBAAoB,CAAC,EACzB,IAAI,mBAAoB,CAAC,EACzB,IAAID,EAAY,EAChB,IAAIE,EAAa,EAEbM,GAAa,IAAIP,EAAU,EAAE,MAAMM,GAAiB,CAAC,EAErDE,GAAkB,IAAIR,EAAU,EACpC,IAAI,eAAgB,CAAC,EACrB,IAAI,QAAS,CAAC,IAAK,IAAK,CAAC,EACzB,IAAI,QAAS,CAAC,KAAO,IAAK,CAAC,EAC3B,IAAI,oBAAqB,CAAC,GAAI,EAAE,CAAC,EACjC,IAAI,sBAAuB,CAAC,IAAK,GAAG,CAAC,EACrC,IAAI,YAAa,CAAC,EAClB,IAAI,eAAgB,CAAC,EACrB,IAAI,KAAO,CAAC,EACZ,IAAI,KAAO,CAAC,EAAG,CAAC,CAAC,EACjB,IAAI,wBAAyB,CAAC,EAC9B,IAAI,yBAA0B,CAAC,EAC/B,IAAI,mBAAoB,CAAC,EACzB,IAAI,mBAAoB,CAAC,EACzB,IAAID,EAAY,EAChB,IAAIE,EAAa,EAEbQ,GAAa,IAAIT,EAAU,EAAE,MAAMQ,GAAiB,EAAE,EAE/CE,GAAY,IAAIC,EAAe,CAC3C,GAAI,MACJ,KAAM,6BACN,QAAS,CAAC,oBAAqB,6BAA8B,2BAA2B,EACxF,MAAOR,EACR,CAAC,EAEYS,GAAY,IAAID,EAAe,CAC3C,GAAI,MACJ,KAAM,6BACN,QAAS,CAAC,oBAAqB,6BAA8B,2BAA2B,EACxF,MAAON,EACR,CAAC,EAEYQ,GAAa,IAAIF,EAAe,CAC5C,GAAI,MACJ,KAAM,8BACN,QAAS,CAAC,qBAAsB,8BAA+B,4BAA4B,EAC3F,MAAOJ,EACR,CAAC,EAEYO,GAAa,IAAIH,EAAe,CAC5C,GAAI,MACJ,KAAM,8BACN,QAAS,CAAC,qBAAsB,8BAA+B,4BAA4B,EAC3F,MAAOF,EACR,CAAC,EC5GM,IAAMM,EAAkB,IAAIC,EAAU,EAC3C,IAAI,kBAAkB,EACtB,IAAI,kBAAkB,EACtB,IAAI,kBAAkB,EACtB,IAAI,kBAAkB,EACtB,IAAI,gBAAgB,EACpB,IAAI,gBAAgB,EACpB,IAAI,gBAAgB,EACpB,IAAI,gBAAgB,EACpB,IAAI,eAAe,EACnB,IAAI,eAAe,EACnB,IAAI,eAAe,EACnB,IAAI,eAAe,EACnB,IAAI,eAAe,EACnB,IAAI,eAAe,EACnB,IAAI,eAAe,EACnB,IAAI,eAAe,EACnB,IAAI,gBAAgB,EACpB,IAAI,gBAAgB,EACpB,IAAI,gBAAgB,EACpB,IAAI,gBAAgB,EACpB,IAAI,gBAAgB,EACpB,IAAI,gBAAgB,EACpB,IAAI,gBAAgB,EACpB,IAAI,gBAAgB,EAETC,GAAc,IAAID,EAAU,EACvC,IAAI,kBAAkB,EACtB,IAAI,kBAAkB,EACtB,IAAI,mBAAmB,EACvB,IAAI,kBAAkB,EACtB,IAAI,mBAAmB,EACvB,IAAI,iBAAiB,EACrB,IAAI,kBAAkB,EACtB,IAAI,kBAAkB,EACtB,IAAI,iBAAiB,EACrB,IAAI,cAAc,EAClB,IAAI,cAAc,EAEPE,GAAmB,IAAIF,EAAU,EAC5C,IAAI,kBAAmB,CAAC,EAAG,EAAE,CAAC,EAC9B,IAAI,oBAAqB,CAAC,EAAG,EAAE,CAAC,EAChC,IAAI,mBAAoB,CAAC,EAAG,EAAE,CAAC,EAC/B,IAAI,qBAAsB,CAAC,EAAG,EAAE,CAAC,EACjC,IAAI,oBAAqB,CAAC,EAAG,EAAE,CAAC,EAErBG,GAAyB,IAAIH,EAAU,EAClD,IAAI,kBAAmB,CAAC,EAAG,EAAE,CAAC,EAC9B,IAAI,2BAA4B,CAAC,EAAG,EAAE,CAAC,EACvC,IAAI,oBAAqB,CAAC,EAAG,EAAE,CAAC,EAChC,IAAI,wBAAyB,CAAC,EAAG,EAAE,CAAC,EACpC,IAAI,sBAAuB,CAAC,EAAG,EAAE,CAAC,EAClC,IAAI,mBAAoB,CAAC,EAAG,EAAE,CAAC,EAC/B,IAAI,sBAAuB,CAAC,EAAG,EAAE,CAAC,EAClC,IAAI,wBAAyB,CAAC,EAAG,EAAE,CAAC,EACpC,IAAI,0BAA2B,CAAC,EAAG,EAAE,CAAC,EACtC,IAAI,sBAAuB,CAAC,EAAG,EAAE,CAAC,EAClC,IAAI,sCAAuC,CAAC,EAAG,EAAE,CAAC,EAClD,IAAI,yBAA0B,CAAC,EAAG,EAAE,CAAC,EAE1BI,EAAsB,IAAIJ,EAAU,EAAE,IAAI,4BAA4B,EAAE,IAAIG,GAAwB,EAAG,EAAE,EAEzGE,GAAmB,IAAIL,EAAU,EAAE,IAAI,kBAAkB,EAAE,IAAI,mBAAmB,EAElFM,EAAgB,IAAIN,EAAU,EACzC,IAAI,eAAe,EACnB,IAAI,iBAAiB,EACrB,IAAI,mBAAmB,EACvB,IAAI,qBAAqB,EACzB,IAAI,cAAc,EAClB,IAAI,kBAAkB,EACtB,IAAI,QAAS,CAAC,IAAQ,IAAM,EAAG,CAAC,EAChC,IAAI,gBAAiB,CAAC,EAAG,EAAE,EAAG,CAAC,ECtE1B,IAAMO,GAAgB,IAAIC,EAAU,EAAE,IAAI,cAAc,EAAE,IAAI,mBAAmB,EAE3EC,GAAmB,IAAID,EAAU,EAAE,IAAI,qBAAqB,EAAE,IAAI,iBAAiB,EAEnFE,GAAgB,IAAIF,EAAU,EAAE,IAAI,QAAS,CAAC,KAAM,IAAI,EAAG,CAAC,EAAE,IAAIC,EAAgB,EAElFE,GAAgB,IAAIH,EAAU,EACzC,IAAI,gBAAgB,EACpB,IAAI,aAAa,EACjB,IAAI,aAAa,EACjB,IAAI,gBAAgB,EAETI,GAAmB,IAAIJ,EAAU,EAC5C,IAAI,mBAAmB,EACvB,IAAI,kBAAkB,EACtB,IAAI,oBAAoB,EACxB,IAAI,mBAAmB,EACvB,IAAI,qBAAqB,EACzB,IAAI,oBAAoB,EACxB,IAAI,sBAAsB,EAC1B,IAAI,qBAAqB,EACzB,IAAI,oBAAoB,EACxB,IAAI,mBAAmB,EACvB,IAAI,qBAAqB,EACzB,IAAI,oBAAoB,EAEbK,GAAgB,IAAIL,EAAU,EACzC,IAAI,iBAAiB,EACrB,IAAI,YAAY,EAChB,IAAI,aAAa,EACjB,IAAI,aAAa,EACjB,IAAI,gBAAgB,EACpB,IAAI,iBAAiB,EACrB,IAAI,YAAY,EAChB,IAAI,cAAc,EAClB,IAAI,QAAQ,EACZ,IAAI,UAAU,EACd,IAAI,aAAa,EACjB,IAAI,YAAY,EAChB,IAAI,WAAW,EACf,IAAI,UAAU,EACd,IAAI,WAAW,EACf,IAAI,sBAAsB,EAC1B,IAAI,iBAAiB,EACrB,IAAI,kBAAkB,EACtB,IAAI,mBAAmB,EACvB,IAAI,mBAAmB,EACvB,IAAI,oBAAoB,EACxB,IAAI,qBAAqB,EACzB,IAAI,qBAAqB,EACzB,IAAI,sBAAsB,EAC1B,IAAI,qBAAqB,EACzB,IAAI,sBAAsB,EAC1B,IAAI,kBAAkB,EACtB,IAAI,mBAAmB,EACvB,IAAI,gBAAgB,EACpB,IAAI,sBAAsB,EAC1B,IAAI,qBAAqB,EACzB,IAAI,sBAAsB,EAC1B,IAAI,sBAAsB,EAC1B,IAAI,uBAAuB,EAC3B,IAAI,uBAAuB,EAC3B,IAAI,sBAAsB,EAC1B,IAAI,oBAAoB,EACxB,IAAI,oBAAoB,EACxB,IAAI,qBAAqB,EACzB,IAAI,oBAAoB,EACxB,IAAI,qBAAqB,EACzB,IAAI,sBAAsB,EAC1B,IAAI,uBAAuB,EAC3B,IAAI,iBAAiB,EACrB,IAAI,qBAAqB,EACzB,IAAI,qBAAqB,EACzB,IAAI,qBAAqB,EACzB,IAAI,sBAAsB,EAC1B,IAAI,sBAAsB,EAC1B,IAAI,qBAAqB,EACzB,IAAI,qBAAqB,EACzB,IAAI,qBAAqB,EACzB,IAAI,sBAAsB,EAC1B,IAAI,qBAAqB,EACzB,IAAI,sBAAsB,EAC1B,IAAI,kBAAkB,EACtB,IAAI,mBAAmB,EACvB,IAAI,gBAAgB,EACpB,IAAI,sBAAsB,EAC1B,IAAI,qBAAqB,EACzB,IAAI,sBAAsB,EAC1B,IAAI,sBAAsB,EAC1B,IAAI,uBAAuB,EAC3B,IAAI,uBAAuB,EAC3B,IAAI,sBAAsB,EAC1B,IAAI,oBAAoB,EACxB,IAAI,oBAAoB,EACxB,IAAI,qBAAqB,EACzB,IAAI,qBAAqB,EACzB,IAAI,oBAAoB,EACxB,IAAI,sBAAsB,EAC1B,IAAI,uBAAuB,EAC3B,IAAI,iBAAiB,EACrB,IAAI,mBAAmB,EACvB,IAAI,qBAAqB,EACzB,IAAI,qBAAqB,EACzB,IAAI,qBAAqB,EACzB,IAAI,sBAAsB,EAC1B,IAAI,sBAAsB,EAC1B,IAAI,kBAAkB,EACtB,IAAI,mBAAmB,EACvB,IAAI,mBAAmB,EACvB,IAAI,mBAAmB,EACvB,IAAI,mBAAmB,EACvB,IAAI,mBAAmB,EACvB,IAAI,mBAAmB,EACvB,IAAI,iBAAiB,EACrB,IAAI,iBAAiB,EACrB,IAAI,iBAAiB,EACrB,IAAI,iBAAiB,EACrB,IAAI,iBAAiB,EACrB,IAAI,sBAAsB,EAC1B,IAAI,sBAAsB,EAC1B,IAAI,sBAAsB,EAC1B,IAAI,sBAAsB,EAC1B,IAAI,sBAAsB,EAC1B,IAAI,oBAAoB,EACxB,IAAI,qBAAqB,EACzB,IAAI,iBAAiB,EACrB,IAAI,kBAAkB,EACtB,IAAI,kBAAkB,EACtB,IAAI,mBAAmB,EACvB,IAAI,kBAAkB,EACtB,IAAI,mBAAmB,EACvB,IAAI,kBAAkB,EACtB,IAAI,mBAAmB,EACvB,IAAI,iBAAiB,EACrB,IAAI,kBAAkB,EACtB,IAAID,EAAa,EACjB,IAAIG,EAAa,EACjB,IAAIC,EAAa,EACjB,IAAIC,GAAkB,EAAG,CAAC,EAEfE,GAAkB,IAAIN,EAAU,EAAE,IAAI,qBAAqB,EAAE,IAAI,kBAAmB,EAAG,CAAC,EAExFO,GAAqB,IAAIP,EAAU,EAAE,IAAIQ,CAAa,EAAE,IAAI,QAAS,CAAC,IAAM,GAAI,EAAG,CAAC,EAEpFC,GAAe,IAAIT,EAAU,EAAE,IAAI,iBAAiB,EAAE,IAAI,iBAAkB,EAAG,CAAC,EAEhFU,GAAoB,IAAIV,EAAU,EAC7C,IAAI,QAAS,CAAC,GAAI,GAAG,CAAC,EACtB,IAAI,QAAS,CAAC,EAAG,EAAE,CAAC,EACpB,IAAI,SAAU,CAAC,EAAG,EAAE,CAAC,EACrB,IAAI,WAAY,CAAC,GAAI,EAAE,CAAC,EACxB,IAAI,YAAa,CAAC,GAAI,EAAE,CAAC,EACzB,IAAI,aAAc,CAAC,GAAI,EAAE,CAAC,EAC1B,IAAI,aAAc,CAAC,GAAI,EAAE,CAAC,EAC1B,IAAI,YAAa,CAAC,GAAI,EAAE,CAAC,EACzB,IAAI,YAAa,CAAC,GAAI,EAAE,CAAC,EACzB,IAAI,WAAY,CAAC,EAAG,EAAE,CAAC,EACvB,IAAI,aAAc,CAAC,EAAG,EAAE,CAAC,EACzB,IAAI,cAAe,CAAC,EAAG,EAAE,CAAC,EAC1B,IAAI,gBAAiB,CAAC,EAAG,CAAC,CAAC,EAC3B,IAAI,iBAAiB,EACrB,IAAI,iBAAiB,EACrB,IAAI,iBAAiB,EACrB,IAAI,iBAAiB,EACrB,IAAI,iBAAiB,EACrB,IAAI,WAAW,EACf,IAAI,eAAe,EACnB,IAAI,cAAc,EAClB,IAAI,cAAc,EAClB,IAAI,eAAe,EACnB,IAAI,cAAc,EAClB,IAAI,iBAAiB,EACrB,IAAI,MAAM,EACV,IAAI,eAAe,EACnB,IAAIM,EAAe,EACnB,IAAIC,EAAkB,EACtB,IAAIE,EAAY,EAChB,IAAIE,CAAe,EACnB,IAAIC,EAAgB,EACpB,IAAIC,CAAmB,EAEZC,GAAgB,IAAId,EAAU,EAAE,IAAIU,GAAmB,EAAG,EAAE,EAAE,IAAIL,GAAe,EAAG,CAAC,EACrFU,GAAa,IAAIf,EAAU,EAAE,IAAIc,GAAe,CAAC,EAAG,CAAC,CAAC,EAAE,SAAS,GAAI,sBAAsB,EACxGC,GAAW,SAAS,KAAKC,EAAO,sBAAsB,CAAC,EChLhD,IAAMC,GAAmB,IAAIC,EAAU,EAC5C,IAAI,oBAAoB,EACxB,IAAI,mBAAmB,EACvB,IAAI,oBAAoB,EACxB,IAAI,mBAAmB,EACvB,IAAI,kBAAkB,EACtB,IAAI,cAAc,EAClB,IAAI,kBAAkB,EACtB,IAAI,gBAAgB,EACpB,IAAI,mBAAmB,EACvB,IAAI,mBAAmB,EACvB,IAAI,qBAAqB,EACzB,IAAI,oBAAoB,EACxB,IAAI,oBAAoB,EACxB,IAAI,mBAAmB,EACvB,IAAI,eAAe,EACnB,IAAI,cAAc,EAClB,IAAI,aAAa,EAENC,GAAqB,IAAID,EAAU,EAC9C,IAAI,iBAAiB,EACrB,IAAI,cAAc,EAClB,IAAI,cAAe,GAAG,EACtB,IAAI,aAAa,EACjB,IAAI,kBAAkB,EACtB,IAAI,oBAAqB,EAAE,EAC3B,IAAI,oBAAqB,EAAE,EAC3B,IAAI,mBAAoB,EAAE,EAC1B,IAAI,gBAAgB,EACpB,IAAI,uBAAwB,EAAE,EAC9B,IAAI,aAAa,EACjB,IAAI,yBAAyB,EAC7B,IAAI,oBAAoB,EACxB,IAAI,qBAAqB,EACzB,IAAI,gBAAgB,EACpB,IAAI,YAAY,EAChB,IAAI,cAAc,EAClB,IAAIE,GAAa,EAAG,CAAC,EACrB,IAAIH,EAAgB,EAETI,GAAmB,IAAIH,EAAU,EAC5C,IAAI,oBAAoB,EACxB,IAAI,mBAAmB,EACvB,IAAI,eAAe,EACnB,IAAI,mBAAmB,EACvB,IAAI,cAAc,EAClB,IAAI,qBAAqB,EACzB,IAAI,oBAAoB,EACxB,IAAI,gBAAgB,EACpB,IAAI,oBAAoB,EACxB,IAAI,eAAe,EAERI,GAAiB,IAAIJ,EAAU,EAC1C,IAAI,aAAa,EACjB,IAAI,WAAW,EACf,IAAI,sBAAsB,EAC1B,IAAI,aAAa,EACjB,IAAI,eAAe,EACnB,IAAI,gBAAgB,EACpB,IAAI,mBAAmB,EACvB,IAAI,mBAAmB,EACvB,IAAI,+BAA+B,EACnC,IAAI,gCAAgC,EACpC,IAAI,+BAA+B,EACnC,IAAI,+BAA+B,EACnC,IAAI,oBAAoB,EACxB,IAAI,kBAAkB,EACtB,IAAI,mBAAmB,EACvB,IAAI,qBAAqB,EACzB,IAAI,MAAM,EACV,IAAI,QAAQ,EACZ,IAAI,gBAAgB,EACpB,IAAI,SAAS,EACb,IAAI,2BAA2B,EAC/B,IAAI,0BAA0B,EAC9B,IAAI,wBAAwB,EAC5B,IAAI,wBAAwB,EAC5B,IAAI,uBAAuB,EAC3B,IAAI,uBAAuB,EAC3B,IAAI,eAAe,EACnB,IAAI,kBAAkB,EACtB,IAAI,iBAAiB,EACrB,IAAI,aAAa,EACjB,IAAI,mBAAmB,EACvB,IAAI,eAAe,EACnB,IAAI,gBAAgB,EACpB,IAAI,iBAAiB,EACrB,IAAI,mBAAmB,EACvB,IAAI,gBAAgB,EACpB,IAAI,8BAA8B,EAClC,IAAI,YAAY,EAChB,IAAI,eAAe,EACnB,IAAI,aAAa,EACjB,IAAI,gBAAgB,EACpB,IAAI,qBAAqB,EACzB,IAAI,kBAAkB,EACtB,IAAI,iBAAiB,EACrB,IAAI,WAAW,EACf,IAAI,YAAY,EAChB,IAAI,gBAAgB,EACpB,IAAI,SAAS,EACb,IAAIC,GAAoB,EAAG,CAAC,EAC5B,IAAIE,EAAgB,EAETE,GAAiB,IAAIL,EAAU,EAAE,IAAI,YAAY,EAAE,IAAI,UAAU,EAAE,IAAI,gBAAgB,EAEvFM,GAAqB,IAAIN,EAAU,EAC9C,IAAI,QAAS,CAAC,IAAQ,GAAM,CAAC,EAC7B,IAAI,cAAe,CAAC,GAAI,EAAE,CAAC,EAC3B,IAAI,aAAc,CAAC,GAAI,EAAE,CAAC,EAC1B,IAAI,WAAY,CAAC,GAAI,EAAE,CAAC,EACxB,IAAI,aAAc,CAAC,GAAI,EAAE,CAAC,EAC1B,IAAI,aAAc,CAAC,GAAI,EAAE,CAAC,EAC1B,IAAI,YAAa,CAAC,GAAI,EAAE,CAAC,EACzB,IAAI,YAAa,CAAC,GAAI,EAAE,CAAC,EACzB,IAAI,gBAAiB,CAAC,EAAG,EAAE,CAAC,EAC5B,IAAI,aAAc,CAAC,GAAI,EAAE,CAAC,EAC1B,IAAI,iBAAkB,CAAC,GAAI,EAAE,CAAC,EAC9B,IAAI,sBAAsB,EAC1B,IAAI,iBAAiB,EACrB,IAAI,kBAAkB,EACtB,IAAI,aAAc,CAAC,EAAG,CAAC,CAAC,EACxB,IAAI,iBAAkB,CAAC,EAAG,EAAE,CAAC,EAC7B,IAAI,eAAe,EACnB,IAAI,kBAAkB,EACtB,IAAI,gBAAgB,EACpB,IAAI,gBAAgB,EACpB,IAAI,iBAAiB,EACrB,IAAI,iBAAiB,EACrB,IAAI,aAAa,EACjB,IAAI,eAAe,EACnB,IAAIK,EAAc,EAClB,IAAIE,CAAe,EACnB,IAAIC,EAAgB,EACpB,IAAIC,EAAgB,EACpB,IAAIC,EAAqB,EAAG,CAAC,EAC7B,IAAIC,CAAa,EAENC,GAAiB,IAAIZ,EAAU,EAAE,IAAIM,GAAoB,EAAG,EAAE,EAAE,IAAIF,GAAgB,EAAG,CAAC,EACxFS,GAAc,IAAIb,EAAU,EAAE,IAAIY,GAAgB,CAAC,EAAG,CAAC,CAAC,EAAE,SAAS,EAAG,sBAAsB,EACzGC,GAAY,SAAS,KAAKC,EAAO,sBAAsB,CAAC,ECnJjD,IAAMC,GAAkB,IAAIC,EAAU,EAC3C,IAAI,oBAAoB,EACxB,IAAI,mBAAmB,EACvB,IAAI,oBAAoB,EACxB,IAAI,mBAAmB,EACvB,IAAI,kBAAkB,EACtB,IAAI,cAAc,EAClB,IAAI,kBAAkB,EACtB,IAAI,gBAAgB,EACpB,IAAI,mBAAmB,EACvB,IAAI,mBAAmB,EACvB,IAAI,qBAAqB,EACzB,IAAI,oBAAoB,EACxB,IAAI,oBAAoB,EAEbC,GAAoB,IAAID,EAAU,EAC7C,IAAI,kBAAmB,EAAE,EACzB,IAAI,mBAAoB,EAAE,EAC1B,IAAI,qBAAsB,EAAE,EAC5B,IACAE,EAAiB,CAChB,CAAC,kBAAmB,CAAC,EACrB,CAAC,oBAAqB,CAAC,EACvB,CAAC,mBAAoB,CAAC,CACvB,CAAC,CACF,EACC,IAAIH,EAAe,EACnB,IAAII,GAAa,EAAG,CAAC,EAEVC,GAAqB,IAAIJ,EAAU,EAC9C,IAAI,sBAAsB,EAC1B,IAAI,yBAAyB,EAC7B,IAAI,uBAAuB,EAC3B,IAAI,uBAAuB,EAC3B,IAAI,uBAAuB,EAC3B,IAAI,sBAAsB,EAEfK,GAAuB,IAAIL,EAAU,EAChD,IAAI,qBAAqB,EACzB,IAAI,qBAAqB,EACzB,IAAI,qBAAqB,EACzB,IAAI,qBAAqB,EACzB,IAAI,qBAAqB,EAEdM,GAAgB,IAAIN,EAAU,EACzC,IAAI,gBAAgB,EACpB,IAAI,cAAc,EAClB,IAAI,eAAe,EACnB,IAAI,gBAAgB,EACpB,IAAI,gBAAgB,EACpB,IAAI,cAAc,EAClB,IAAI,eAAe,EACnB,IAAI,cAAc,EAClB,IAAI,eAAe,EACnB,IAAI,eAAe,EACnB,IAAI,gBAAgB,EACpB,IAAI,sBAAsB,EAC1B,IAAI,aAAa,EACjB,IAAI,mBAAmB,EACvB,IAAI,KAAM,EACV,IAAI,UAAU,EACd,IAAI,cAAc,EAClB,IAAI,2BAA2B,EAC/B,IAAI,UAAU,EACd,IAAI,cAAc,EAClB,IAAI,4BAA4B,EAChC,IAAI,4BAA4B,EAChC,IAAI,iCAAiC,EACrC,IAAI,WAAW,EACf,IAAI,mBAAmB,EACvB,IAAI,kBAAkB,EACtB,IAAI,iBAAiB,EACrB,IAAI,mBAAmB,EACvB,IAAI,oBAAoB,EACxB,IAAI,oBAAoB,EACxB,IAAI,qBAAqB,EACzB,IAAI,qBAAqB,EACzB,IAAI,oBAAoB,EACxB,IAAI,oBAAoB,EACxB,IAAI,oBAAoB,EACxB,IAAI,qBAAqB,EACzB,IAAI,qBAAqB,EACzB,IAAI,oBAAoB,EACxB,IAAI,gBAAgB,EACpB,IAAI,gBAAgB,EACpB,IAAI,gBAAgB,EACpB,IAAI,gBAAgB,EACpB,IAAI,gBAAgB,EACpB,IAAI,kBAAkB,EACtB,IAAI,kBAAkB,EACtB,IAAI,kBAAkB,EACtB,IAAI,kBAAkB,EACtB,IAAI,kBAAkB,EACtB,IAAI,mBAAmB,EACvB,IAAI,mBAAmB,EACvB,IAAI,oBAAoB,EACxB,IAAI,oBAAoB,EACxB,IAAI,mBAAmB,EACvB,IAAI,iBAAiB,EACrB,IAAI,qBAAqB,EACzB,IAAI,eAAe,EACnB,IAAI,cAAc,EAClB,IAAI,iBAAiB,EACrB,IAAI,eAAe,EACnB,IAAI,sBAAsB,EAC1B,IAAI,qBAAqB,EACzB,IAAI,qBAAqB,EACzB,IAAI,sBAAsB,EAC1B,IAAI,sBAAsB,EAC1B,IAAI,qBAAqB,EACzB,IAAI,mBAAmB,EACvB,IAAI,uBAAuB,EAC3B,IAAI,iBAAiB,EACrB,IAAI,gBAAgB,EACpB,IAAI,mBAAmB,EACvB,IAAI,iBAAiB,EACrB,IAAI,wBAAwB,EAC5B,IAAI,kBAAkB,EACtB,IAAI,kBAAkB,EACtB,IAAI,mBAAmB,EACvB,IAAI,mBAAmB,EACvB,IAAI,kBAAkB,EACtB,IAAI,gBAAgB,EACpB,IAAI,oBAAoB,EACxB,IAAI,cAAc,EAClB,IAAI,aAAa,EACjB,IAAI,gBAAgB,EACpB,IAAI,cAAc,EAClB,IAAI,qBAAqB,EACzB,IAAI,kBAAkB,EACtB,IAAI,kBAAkB,EACtB,IAAI,mBAAmB,EACvB,IAAI,mBAAmB,EACvB,IAAI,kBAAkB,EACtB,IAAI,gBAAgB,EACpB,IAAI,oBAAoB,EACxB,IAAI,cAAc,EAClB,IAAI,aAAa,EACjB,IAAI,qBAAqB,EACzB,IAAI,mBAAmB,EACvB,IAAI,mBAAmB,EACvB,IAAI,oBAAoB,EACxB,IAAI,oBAAoB,EACxB,IAAI,mBAAmB,EACvB,IAAI,iBAAiB,EACrB,IAAI,qBAAqB,EACzB,IAAI,eAAe,EACnB,IAAI,cAAc,EAClB,IAAI,sBAAsB,EAC1B,IAAI,mBAAmB,EACvB,IAAI,mBAAmB,EACvB,IAAI,oBAAoB,EACxB,IAAI,oBAAoB,EACxB,IAAI,mBAAmB,EACvB,IAAI,iBAAiB,EACrB,IAAI,qBAAqB,EACzB,IAAI,eAAe,EACnB,IAAI,cAAc,EAClB,IAAI,sBAAsB,EAC1B,IAAI,sBAAsB,EAC1B,IAAI,uBAAuB,EAC3B,IAAI,sBAAsB,EAC1B,IAAI,uBAAuB,EAC3B,IAAI,qBAAqB,EACzB,IAAI,sBAAsB,EAC1B,IAAI,qBAAqB,EACzB,IAAI,sBAAsB,EAC1B,IAAIC,EAAiB,EACrB,IAAIG,EAAkB,EACtB,IAAIC,EAAoB,EAEbE,GAAe,IAAIP,EAAU,EAAE,IAAI,gBAAgB,EAAE,IAAI,gBAAiB,EAAG,CAAC,EAE9EQ,GAAoB,IAAIR,EAAU,EAC7C,IAAI,QAAS,CAAC,IAAM,GAAI,CAAC,EACzB,IAAI,UAAW,CAAC,GAAI,EAAE,CAAC,EACvB,IAAI,QAAS,CAAC,GAAI,EAAE,CAAC,EACrB,IAAI,WAAY,CAAC,GAAI,EAAE,CAAC,EACxB,IAAI,aAAc,CAAC,GAAI,EAAE,CAAC,EAC1B,IAAI,cAAe,CAAC,GAAI,EAAE,CAAC,EAC3B,IAAI,gBAAiB,CAAC,EAAG,EAAE,CAAC,EAC5B,IAAI,gBAAgB,EACpB,IAAI,gBAAgB,EACpB,IAAI,gBAAgB,EACpB,IAAI,gBAAgB,EACpB,IAAI,UAAU,EACd,IAAI,cAAc,EAClB,IAAI,aAAa,EACjB,IAAI,gBAAgB,EACpB,IAAI,gBAAgB,EACpB,IAAI,iBAAiB,EACrB,IAAI,iBAAiB,EACrB,IAAI,oBAAoB,EACxB,IAAI,mBAAmB,EACvB,IAAI,gBAAgB,EACpB,IAAIS,CAAe,EACnB,IAAIC,EAAgB,EACpB,IAAIC,CAAmB,EACvB,IAAIC,CAAa,EACjB,IAAIL,EAAY,EAELM,GAAgB,IAAIb,EAAU,EAAE,IAAIQ,GAAmB,EAAG,EAAE,EAAE,IAAIF,GAAe,EAAG,CAAC,EACrFQ,GAAa,IAAId,EAAU,EAAE,IAAIa,GAAe,CAAC,EAAG,CAAC,CAAC,EAAE,SAAS,GAAI,sBAAsB,EACxGC,GAAW,SAAS,KAAKC,EAAO,sBAAsB,CAAC,ECrMhD,IAAMC,GAAyB,IAAIC,EAAU,EAClD,IAAI,+BAA+B,EACnC,IAAI,8BAA8B,EAClC,IAAI,+BAA+B,EACnC,IAAI,iCAAiC,EAE1BC,GAA4B,IAAID,EAAU,EACrD,IAAI,YAAY,EAChB,IAAI,WAAW,EACf,IAAI,kBAAkB,EACtB,IAAI,cAAc,EAClB,IAAI,aAAa,EAENE,GAAyB,IAAIF,EAAU,EAAE,IAAI,QAAS,CAAC,KAAQ,GAAM,EAAG,CAAC,EAAE,IAAIC,EAAyB,EAExGE,GAA4B,IAAIH,EAAU,EACrD,IAAI,cAAc,EAClB,IAAI,cAAc,EAClB,IAAI,cAAc,EAClB,IAAI,eAAe,EACnB,IAAI,cAAc,EAEPI,GAAyB,IAAIJ,EAAU,EAAE,IAAI,QAAS,CAAC,KAAQ,GAAM,EAAG,CAAC,EAAE,IAAIG,EAAyB,EAExGE,GAA0B,IAAIL,EAAU,EACnD,IAAI,gCAAgC,EACpC,IAAI,gCAAiC,EAAG,CAAC,EAE9BM,GAAuB,IAAIN,EAAU,EAAE,IAAI,QAAS,CAAC,KAAQ,GAAM,EAAG,CAAC,EAAE,IAAIK,EAAuB,EAEpGE,GAAoB,IAAIP,EAAU,EAC7C,IAAI,oBAAoB,EACxB,IAAI,mBAAmB,EACvB,IAAI,oBAAoB,EACxB,IAAI,mBAAmB,EACvB,IAAI,kBAAkB,EACtB,IAAI,cAAc,EAClB,IAAI,kBAAkB,EACtB,IAAI,gBAAgB,EACpB,IAAI,mBAAmB,EACvB,IAAI,mBAAmB,EACvB,IAAI,qBAAqB,EACzB,IAAI,oBAAoB,EACxB,IAAI,oBAAoB,EACxB,IAAI,mBAAmB,EACvB,IAAI,eAAe,EACnB,IAAI,cAAc,EAClB,IAAI,aAAa,EACjB,IAAI,uBAAuB,EAC3B,IAAI,uBAAuB,EAC3B,IAAI,0BAA0B,EAC9B,IAAI,8BAA8B,EAClC,IAAI,iBAAiB,EACrB,IAAI,aAAa,EAENQ,GAAsB,IAAIR,EAAU,EAC/C,IAAI,iBAAiB,EACrB,IAAI,iBAAiB,EACrB,IAAI,cAAc,EAClB,IAAI,eAAe,EACnB,IAAI,UAAW,CAAC,EAChB,IAAI,iBAAkB,EAAE,EACxB,IAAI,UAAW,EAAE,EACjB,IAAI,aAAa,EACjB,IAAI,yBAAyB,EAC7B,IAAI,oBAAoB,EACxB,IAAI,qBAAqB,EACzB,IAAI,gBAAgB,EACpB,IAAI,YAAY,EAChB,IAAI,cAAc,EAClB,IAAIO,EAAiB,EACrB,IAAIE,EAAW,EAEJC,GAAkB,IAAIV,EAAU,EAC3C,IAAI,gBAAgB,EACpB,IAAI,UAAU,EACd,IAAI,iBAAiB,EACrB,IAAI,sBAAsB,EAC1B,IAAI,aAAa,EACjB,IAAI,kBAAkB,EACtB,IAAI,sBAAsB,EAC1B,IAAI,oBAAoB,EACxB,IAAI,yBAAyB,EAC7B,IAAI,mBAAmB,EACvB,IAAI,mBAAmB,EACvB,IAAI,qBAAqB,EACzB,IAAI,sBAAsB,EAC1B,IAAI,8BAA8B,EAClC,IAAI,cAAc,EAClB,IAAI,eAAe,EACnB,IAAI,iBAAiB,EACrB,IAAI,eAAe,EACnB,IAAI,gBAAgB,EACpB,IAAI,cAAc,EAClB,IAAI,eAAe,EACnB,IAAI,gBAAgB,EACpB,IAAI,kBAAkB,EACtB,IAAI,eAAe,EACnB,IAAI,mBAAmB,EACvB,IAAI,oBAAoB,EACxB,IAAI,kBAAkB,EACtB,IAAI,mBAAmB,EACvB,IAAI,gBAAgB,EACpB,IAAI,sBAAsB,EAC1B,IAAI,wBAAwB,EAC5B,IAAIQ,EAAmB,EACvB,IAAIG,CAAe,EACnB,IAAIZ,EAAsB,EAC1B,IAAIG,EAAsB,EAC1B,IAAIE,EAAsB,EAC1B,IAAIE,EAAoB,EAEbM,GAAkB,IAAIZ,EAAU,EAC3C,IAAI,aAAc,CAAC,EAAG,CAAC,CAAC,EACxB,IAAI,WAAY,CAAC,EAAG,CAAC,CAAC,EACtB,IAAI,iBAAkB,CAAC,EAAG,CAAC,CAAC,EAEjBa,GAAsB,IAAIb,EAAU,EAC/C,IAAI,QAAS,CAAC,IAAQ,IAAM,CAAC,EAC7B,IAAI,YAAa,CAAC,GAAI,EAAE,CAAC,EACzB,IAAI,cAAe,CAAC,IAAK,GAAG,CAAC,EAC7B,IAAI,aAAc,CAAC,IAAK,GAAG,CAAC,EAC5B,IAAI,aAAc,CAAC,IAAK,GAAG,CAAC,EAC5B,IAAI,YAAa,CAAC,IAAK,GAAG,CAAC,EAC3B,IAAI,gBAAiB,CAAC,GAAI,EAAE,CAAC,EAC7B,IAAI,gBAAiB,CAAC,GAAI,EAAE,CAAC,EAC7B,IAAI,aAAc,CAAC,EAAG,CAAC,CAAC,EACxB,IAAI,kBAAmB,CAAC,GAAI,EAAE,CAAC,EAC/B,IAAI,iBAAkB,CAAC,GAAI,EAAE,CAAC,EAC9B,IAAI,oBAAqB,CAAC,EAAG,EAAE,CAAC,EAChC,IAAI,mBAAoB,CAAC,EAAG,EAAE,CAAC,EAC/B,IAAI,aAAc,CAAC,EAAG,CAAC,CAAC,EACxB,IAAI,iBAAkB,CAAC,GAAI,EAAE,CAAC,EAC9B,IAAI,eAAe,EACnB,IAAI,kBAAkB,EACtB,IAAI,kBAAkB,EACtB,IAAI,iBAAiB,EACrB,IAAI,gBAAgB,EACpB,IAAI,mBAAoB,CAAC,EAAG,EAAE,CAAC,EAC/B,IAAI,aAAa,EACjB,IAAIW,CAAe,EACnB,IAAIG,EAAgB,EACpB,IAAIC,EAAqB,EAAG,CAAC,EAC7B,IAAIH,EAAe,EACnB,IAAII,EAAgB,EACpB,IAAIC,CAAa,EAENC,GAAkB,IAAIlB,EAAU,EAAE,IAAIa,GAAqB,EAAG,EAAE,EAAE,IAAIH,GAAiB,EAAG,CAAC,EAE3FS,GAAe,IAAInB,EAAU,EAAE,IAAIkB,GAAiB,CAAC,EAAG,CAAC,CAAC,EAAE,SAAS,IAAM,YAAY,EC5J7F,IAAME,GAAqB,IAAIC,EAAU,EAAE,IAAI,oBAAoB,EAAE,IAAI,oBAAoB,EAEvFC,GAAqB,IAAID,EAAU,EAC9C,IAAI,sBAAsB,EAC1B,IAAI,qBAAqB,EACzB,IAAI,uBAAuB,EAC3B,IAAI,sBAAsB,EAC1B,IAAI,qBAAqB,EACzB,IAAI,oBAAoB,EACxB,IAAI,sBAAsB,EAC1B,IAAI,qBAAqB,EACzB,IAAI,oBAAoB,EACxB,IAAI,mBAAmB,EACvB,IAAI,qBAAqB,EACzB,IAAI,oBAAoB,EACxB,IAAI,oBAAoB,EACxB,IAAI,mBAAmB,EACvB,IAAI,qBAAqB,EACzB,IAAI,oBAAoB,EAEbE,GAAkB,IAAIF,EAAU,EAC3C,IAAI,cAAc,EAClB,IAAI,cAAc,EAClB,IAAI,gBAAgB,EACpB,IAAI,UAAU,EACd,IAAI,cAAc,EAClB,IAAI,WAAW,EACf,IAAI,cAAc,EAClB,IAAI,sBAAsB,EAC1B,IAAI,YAAY,EAChB,IAAI,YAAY,EAChB,IAAI,sBAAsB,EAC1B,IAAI,cAAc,EAClB,IAAI,WAAW,EACf,IAAI,YAAY,EAChB,IAAI,iBAAiB,EACrB,IAAI,cAAc,EAClB,IAAI,gBAAgB,EACpB,IAAI,gBAAgB,EACpB,IAAI,gBAAgB,EACpB,IAAI,eAAe,EACnB,IAAI,eAAe,EACnB,IAAI,eAAe,EACnB,IAAI,gBAAgB,EACpB,IAAI,YAAY,EAChB,IAAI,eAAe,EACnB,IAAI,cAAc,EAClB,IAAI,cAAc,EAClB,IAAI,aAAa,EACjB,IAAI,aAAa,EACjB,IAAI,eAAe,EACnB,IAAI,cAAc,EAClB,IAAI,uBAAuB,EAC3B,IAAI,uBAAuB,EAC3B,IAAI,wBAAwB,EAC5B,IAAI,uBAAuB,EAC3B,IAAI,wBAAwB,EAC5B,IAAI,uBAAuB,EAC3B,IAAI,uBAAuB,EAC3B,IAAI,wBAAwB,EAC5B,IAAI,wBAAwB,EAC5B,IAAI,uBAAuB,EAC3B,IAAI,uBAAuB,EAC3B,IAAI,uBAAuB,EAC3B,IAAI,wBAAwB,EAC5B,IAAI,uBAAuB,EAC3B,IAAI,wBAAwB,EAC5B,IAAI,uBAAuB,EAC3B,IAAI,uBAAuB,EAC3B,IAAI,wBAAwB,EAC5B,IAAI,wBAAwB,EAC5B,IAAI,uBAAuB,EAC3B,IAAI,oBAAoB,EACxB,IAAI,qBAAqB,EACzB,IAAI,qBAAqB,EACzB,IAAI,qBAAqB,EACzB,IAAI,qBAAqB,EACzB,IAAI,qBAAqB,EACzB,IAAI,mBAAmB,EACvB,IAAI,mBAAmB,EACvB,IAAI,mBAAmB,EACvB,IAAI,mBAAmB,EACvB,IAAI,mBAAmB,EACvB,IAAI,wBAAwB,EAC5B,IAAI,wBAAwB,EAC5B,IAAI,wBAAwB,EAC5B,IAAI,wBAAwB,EAC5B,IAAI,wBAAwB,EAC5B,IAAI,uBAAuB,EAC3B,IAAI,uBAAuB,EAC3B,IAAI,wBAAwB,EAC5B,IAAI,wBAAwB,EAC5B,IAAI,iBAAiB,EACrB,IAAI,cAAc,EAClB,IAAI,eAAe,EACnB,IAAI,eAAe,EACnB,IAAI,eAAe,EACnB,IAAI,cAAc,EAClB,IAAI,iBAAiB,EACrB,IAAI,cAAc,EAClB,IAAI,eAAe,EACnB,IAAI,eAAe,EACnB,IAAI,eAAe,EACnB,IAAI,cAAc,EAClB,IAAI,eAAe,EACnB,IAAI,cAAc,EAClB,IAAI,eAAe,EACnB,IAAI,iBAAiB,EACrB,IAAI,iBAAiB,EACrB,IAAI,gBAAgB,EACpB,IAAI,gBAAgB,EACpB,IAAI,oBAAoB,EACxB,IAAI,iBAAiB,EACrB,IAAI,iBAAiB,EACrB,IAAI,kBAAkB,EACtB,IAAID,EAAkB,EACtB,IAAIE,GAAoB,EAAG,CAAC,EAGjBE,GAA4B,IAAIH,EAAU,EACrD,IAAI,kBAAmB,CAAC,EAAG,CAAC,CAAC,EAC7B,IAAI,oBAAqB,CAAC,EAAG,CAAC,CAAC,EAC/B,IAAI,mBAAoB,CAAC,EAAG,CAAC,CAAC,EAC9B,IAAI,qBAAsB,CAAC,EAAG,CAAC,CAAC,EAChC,IAAI,oBAAqB,CAAC,EAAG,CAAC,CAAC,EAEpBI,GAAyB,IAAIJ,EAAU,EAAE,IAAI,qBAAqB,EAAE,IAAIG,GAA2B,EAAG,CAAC,EAEvGE,GAAoB,IAAIL,EAAU,EAAE,IAAI,qBAAqB,EAAE,IAAI,kBAAmB,EAAG,CAAC,EAE1FM,GAAiB,IAAIN,EAAU,EAAE,IAAI,cAAc,EAAE,IAAI,cAAe,EAAG,CAAC,EAE5EO,GAAsB,IAAIP,EAAU,EAC/C,IAAI,QAAS,CAAC,IAAK,GAAI,CAAC,EACxB,IAAI,UAAW,CAAC,EAAG,EAAE,CAAC,EACtB,IAAI,YAAa,CAAC,EAAG,EAAE,CAAC,EACxB,IAAI,WAAY,CAAC,GAAI,GAAG,CAAC,EACzB,IAAI,YAAa,CAAC,GAAI,GAAG,CAAC,EAC1B,IAAI,aAAc,CAAC,GAAI,GAAG,CAAC,EAC3B,IAAI,aAAc,CAAC,GAAI,GAAG,CAAC,EAC3B,IAAI,YAAa,CAAC,GAAI,GAAG,CAAC,EAC1B,IAAI,aAAc,CAAC,GAAI,EAAE,CAAC,EAC1B,IAAI,WAAY,CAAC,GAAI,EAAE,CAAC,EACxB,IAAI,aAAc,CAAC,GAAI,EAAE,CAAC,EAC1B,IAAI,cAAe,CAAC,GAAI,EAAE,CAAC,EAC3B,IAAI,mBAAmB,EACvB,IAAI,mBAAmB,EACvB,IAAI,mBAAmB,EACvB,IAAI,mBAAmB,EACvB,IAAI,aAAa,EACjB,IAAI,iBAAiB,EACrB,IAAI,gBAAgB,EACpB,IAAI,mBAAmB,EACvB,IAAI,gBAAiB,CAAC,EAAG,EAAE,CAAC,EAC5B,IAAI,kBAAkB,EACtB,IAAI,oBAAoB,EACxB,IAAI,mBAAmB,EACvB,IAAI,cAAc,EAClB,IAAIQ,CAAe,EACnB,IAAIC,CAAmB,EACvB,IAAIC,CAAa,EACjB,IAAIN,EAAsB,EAC1B,IAAIC,EAAiB,EACrB,IAAIC,EAAc,EAEPK,GAAkB,IAAIX,EAAU,EAAE,IAAIO,GAAqB,EAAG,EAAE,EAAE,IAAIL,GAAiB,EAAG,CAAC,EAE3FU,GAAe,IAAIZ,EAAU,EAAE,IAAIW,GAAiB,CAAC,EAAG,CAAC,CAAC,EAAE,SAAS,GAAI,sBAAsB,EClKrG,IAAME,GAAc,IAAIC,EAAe,CAC7C,GAAI,MACJ,KAAM,eACN,QAAS,CAAC,eAAgB,WAAY,MAAM,EAC5C,MAAO,IAAIC,EAAU,EACnB,IAAI,SAAU,EAAG,EAAE,EACnB,IAAI,SAAU,EAAG,EAAE,EACnB,IAAI,SAAU,EAAG,EAAE,EACnB,IAAI,QAAS,EAAG,EAAE,EAClB,IAAI,SAAU,EAAG,EAAE,EACnB,IAAI,SAAU,EAAG,EAAE,EACnB,IAAI,eAAgB,EAAG,EAAE,EACzB,IAAI,YAAa,EAAG,EAAE,EAEtB,IAAI,IAAIA,EAAa,EAAG,EAAE,EAC1B,IAAI,OAAO,EACX,IAAI,MAAM,EACV,IAAI,SAAS,EACb,IAAI,SAAS,EACb,IAAI,cAAc,EAClB,IAAI,YAAY,EAChB,IAAI,UAAU,EACd,IAAI,cAAc,EAClB,IAAI,SAAS,EACb,IAAI,WAAW,EACf,SAAS,GAAI,wBAAwB,EACrC,SAAS,IAAK,oBAAoB,CACrC,CAAC,EAEYC,GAAe,IAAIF,EAAe,CAC9C,GAAI,MACJ,KAAM,gBACN,QAAS,CAAC,gBAAiB,YAAa,OAAO,EAC/C,MAAO,IAAIC,EAAU,EACnB,IAAI,cAAe,EAAG,EAAE,EACxB,IAAI,WAAY,EAAG,EAAE,EACrB,IAAI,eAAgB,EAAG,EAAE,EACzB,IAAI,OAAQ,EAAG,EAAE,EACjB,IAAI,kBAAmB,EAAG,EAAE,EAC5B,IAAI,YAAa,EAAG,EAAE,EACtB,IAAI,aAAc,EAAG,EAAE,EACvB,IAAI,OAAQ,EAAG,EAAE,EACjB,IAAI,aAAc,EAAG,EAAE,EACvB,IAAI,aAAa,EACjB,IAAI,WAAW,EACf,IAAI,eAAe,EACnB,IAAI,iBAAiB,EACrB,IAAI,WAAW,EACf,IAAI,mBAAmB,EACvB,IAAI,aAAa,EACjB,IAAI,aAAa,EACjB,IAAI,YAAY,EAChB,IAAI,eAAe,EACnB,SAAS,GAAI,wBAAwB,EACrC,SAAS,GAAI,oBAAoB,CACpC,CAAC,EAEYE,GAAiB,IAAIH,EAAe,CAChD,GAAI,MACJ,KAAM,kBACN,QAAS,CAAC,kBAAmB,cAAe,SAAS,EACrD,MAAO,IAAIC,EAAU,EACnB,MAAM,IAAK,YAAY,EACvB,IAAI,OAAQ,EAAG,EAAE,EACjB,IAAI,OAAQ,EAAG,EAAE,EACjB,IAAI,QAAS,EAAG,EAAE,EAClB,IAAI,WAAY,EAAG,EAAE,EACrB,IAAI,iBAAkB,EAAG,EAAE,EAC3B,IAAI,aAAc,EAAG,EAAE,EACvB,IAAI,QAAS,EAAG,EAAE,EAClB,IAAI,aAAc,EAAG,EAAE,EACvB,IAAI,gBAAgB,EACpB,IAAI,UAAW,CAAC,EAChB,IAAI,QAAS,CAAC,EACd,IAAI,UAAU,EACd,IAAI,gBAAgB,EACpB,IAAI,eAAgB,CAAC,EACrB,IAAI,aAAc,CAAC,EACnB,IAAI,YAAa,CAAC,EAClB,IAAI,iBAAiB,EACrB,IAAI,mBAAoB,CAAC,EACzB,SAAS,GAAI,oBAAoB,CACpC,CAAC,EAEYG,GAAe,IAAIJ,EAAe,CAC9C,GAAI,MACJ,KAAM,gBACN,QAAS,CAAC,gBAAiB,YAAa,OAAO,EAC/C,MAAO,IAAIC,EAAU,EACnB,IAAI,gBAAiB,EAAG,EAAE,EAC1B,IAAI,iBAAkB,EAAG,EAAE,EAC3B,IAAI,cAAe,EAAG,EAAE,EACxB,IAAI,aAAc,GAAI,EAAE,EACxB,IAAI,cAAe,EAAG,EAAE,EACxB,IAAI,iBAAkB,EAAG,EAAE,EAC3B,IAAI,eAAgB,EAAG,EAAE,EACzB,IAAI,UAAW,EAAG,EAAE,EACpB,IAAI,WAAY,EAAG,EAAE,EACrB,IAAI,WAAW,EACf,IAAI,iBAAiB,EACrB,IAAI,iBAAkB,CAAC,EACvB,IAAI,mBAAoB,CAAC,EACzB,IAAI,eAAgB,CAAC,EACrB,IAAI,cAAe,CAAC,EACpB,IAAI,mBAAoB,CAAC,EACzB,IAAI,OAAQ,CAAC,EACb,IAAI,UAAW,CAAC,EAChB,IAAI,MAAM,EACV,SAAS,IAAK,sBAAsB,CACvC,CAAC,EAEYI,GAAiB,IAAIL,EAAe,CAChD,GAAI,MACJ,KAAM,kBACN,QAAS,CAAC,kBAAmB,cAAe,SAAS,EACrD,MAAO,IAAIC,EAAU,EACnB,IAAI,eAAgB,GAAI,EAAE,EAC1B,IAAI,aAAc,GAAI,EAAE,EACxB,IAAI,WAAY,GAAI,EAAE,EACtB,IAAI,YAAa,GAAI,EAAE,EACvB,IAAI,YAAa,GAAI,EAAE,EACvB,IAAI,YAAa,GAAI,EAAE,EACvB,IAAI,aAAc,EAAG,EAAE,EACvB,IAAI,cAAe,EAAG,EAAE,EACxB,IAAI,gBAAiB,EAAG,EAAE,EAC1B,IAAI,eAAgB,EAAE,EACtB,IAAI,YAAa,CAAC,EAClB,IAAI,WAAY,CAAC,EACjB,IAAI,aAAc,CAAC,EACnB,IAAI,aAAc,CAAC,EACnB,IAAI,aAAc,EAAE,EACpB,IAAI,WAAY,EAAE,EAClB,IAAI,aAAc,CAAC,EACnB,IAAI,YAAa,EAAE,EACnB,IAAI,cAAe,EAAE,EACrB,SAAS,GAAI,sBAAsB,CACtC,CAAC,EAEYK,GAAkB,IAAIN,EAAe,CACjD,GAAI,MACJ,KAAM,mBACN,QAAS,CAAC,mBAAoB,eAAgB,MAAO,UAAU,EAC/D,MAAO,IAAIC,EAAU,EACnB,IAAI,kBAAmB,EAAG,EAAE,EAC5B,IAAI,aAAc,EAAG,EAAE,EACvB,IAAI,cAAe,EAAG,EAAE,EACxB,IAAI,WAAY,CAAC,GAAI,EAAE,EAAG,EAAE,EAC5B,IAAI,YAAa,EAAG,EAAE,EACtB,IAAI,uBAAwB,EAAG,EAAE,EACjC,IAAI,WAAY,EAAG,EAAE,EACrB,IAAI,WAAY,EAAG,EAAE,EACrB,IAAI,eAAgB,EAAG,EAAE,EACzB,IAAI,oBAAoB,EACxB,IAAI,mBAAmB,EACvB,IAAI,qBAAqB,EACzB,IAAI,aAAa,EACjB,IAAI,aAAa,EACjB,IAAI,iBAAkB,EAAE,EACxB,IAAI,mBAAoB,CAAC,EACzB,IAAI,UAAU,EACd,IAAI,kBAAmB,CAAC,EACxB,IAAI,SAAS,EACb,SAAS,GAAI,sBAAsB,CACtC,CAAC,EAEYM,GAAgB,IAAIP,EAAe,CAC/C,GAAI,MACJ,KAAM,iBACN,QAAS,CAAC,iBAAkB,aAAc,QAAQ,EAClD,MAAO,IAAIC,EAAU,EACnB,IAAI,gBAAiB,EAAG,EAAE,EAC1B,IAAI,mBAAoB,EAAG,EAAE,EAC7B,IAAI,kBAAmB,EAAG,EAAE,EAC5B,IAAI,mBAAoB,EAAG,EAAE,EAC7B,IAAI,eAAgB,EAAG,EAAE,EACzB,IAAI,aAAc,EAAG,EAAE,EACvB,IAAI,WAAY,EAAG,EAAE,EACrB,IAAI,UAAW,EAAG,EAAE,EACpB,IAAI,YAAa,EAAG,EAAE,EACtB,IAAI,iBAAiB,EACrB,IAAI,kBAAkB,EACtB,IAAI,YAAY,EAChB,IAAI,aAAa,EACjB,IAAI,eAAgB,CAAC,EACrB,IAAI,aAAa,EACjB,IAAI,cAAc,EAClB,IAAI,aAAa,EACjB,IAAI,UAAW,CAAC,EAChB,IAAI,iBAAiB,EACrB,SAAS,IAAK,oBAAoB,CACrC,CAAC,EAEYO,GAAgB,IAAIR,EAAe,CAC/C,GAAI,MACJ,KAAM,iBACN,QAAS,CAAC,iBAAkB,aAAc,QAAQ,EAClD,MAAO,IAAIC,EAAU,EACnB,IAAI,mBAAoB,EAAG,CAAC,EAC5B,IAAI,iBAAkB,CAAC,EACvB,IAAI,kBAAmB,CAAC,EACxB,IAAI,kBAAmB,CAAC,EACxB,IAAI,qBAAqB,EACzB,IAAI,cAAc,EAClB,IAAI,eAAe,EACnB,IAAI,gBAAgB,EACpB,IAAI,eAAgB,CAAC,EACrB,IAAI,gBAAgB,EACpB,IAAI,eAAe,EACnB,IAAI,cAAc,EAClB,IAAI,aAAc,CAAC,EACnB,IAAI,UAAW,CAAC,EAChB,IAAI,gBAAgB,EACpB,IAAI,iBAAkB,CAAC,EACvB,IAAI,kBAAkB,EACtB,IAAI,mBAAmB,EACvB,IAAI,iBAAiB,EACrB,IAAI,cAAc,EAClB,SAAS,GAAI,oBAAoB,CACpC,CAAC,EAEYQ,GAAe,IAAIT,EAAe,CAC9C,GAAI,MACJ,KAAM,gBACN,QAAS,CAAC,gBAAiB,YAAa,OAAO,EAC/C,MAAO,IAAIC,EAAU,EACnB,IAAI,iBAAiB,EACrB,IAAI,gBAAgB,EACpB,IAAI,cAAc,EAClB,IAAI,gBAAgB,EACpB,IAAI,eAAe,EACnB,IAAI,cAAc,EAClB,IAAI,YAAY,EAChB,IAAI,eAAe,EACnB,IAAI,mBAAmB,EACvB,IAAI,aAAc,EAAE,EACpB,IAAI,YAAa,EAAE,EACnB,IAAI,aAAc,EAAE,EACpB,IAAI,iBAAkB,EAAE,EACxB,IAAI,aAAc,CAAC,EACnB,IAAI,iBAAkB,CAAC,EACvB,IAAI,mBAAoB,EAAE,EAC1B,IAAI,mBAAoB,CAAC,EACzB,IAAI,mBAAoB,CAAC,EACzB,IAAI,iBAAkB,CAAC,EACvB,SAAS,GAAI,oBAAoB,CACpC,CAAC,EAEYS,GAAiB,IAAIV,EAAe,CAChD,GAAI,MACJ,KAAM,kBACN,QAAS,CAAC,kBAAmB,cAAe,SAAS,EACrD,MAAO,IAAIC,EAAU,EACnB,IAAI,kBAAmB,CAAC,EAAG,CAAC,CAAC,EAC7B,IAAI,eAAe,EACnB,IAAI,gBAAiB,CAAC,EAAG,EAAE,CAAC,EAC5B,IAAI,oBAAoB,EACxB,IAAI,cAAe,CAAC,EACpB,IAAI,iBAAkB,CAAC,GAAI,GAAG,CAAC,EAC/B,IAAI,iBAAkB,CAAC,EAAG,EAAE,CAAC,EAC7B,IAAI,iBAAkB,CAAC,IAAK,GAAG,CAAC,EAChC,IAAI,aAAc,CAAC,IAAK,GAAG,CAAC,EAC5B,IAAI,qBAAsB,CAAC,GAAI,EAAE,CAAC,EAClC,IAAI,gBAAiB,CAAC,GAAI,EAAE,CAAC,EAC7B,IAAI,YAAa,CAAC,GAAI,GAAG,CAAC,EAC1B,IAAI,kBAAmB,CAAC,GAAI,EAAE,CAAC,EAC/B,IAAI,gBAAiB,CAAC,EACtB,IAAI,gBAAiB,CAAC,EAAG,CAAC,CAAC,EAC3B,IAAI,mBAAoB,CAAC,GAAI,GAAG,CAAC,EACjC,IAAI,cAAe,CAAC,EAAG,CAAC,CAAC,EACzB,IAAI,UAAU,EACd,SAAS,GAAI,qBAAqB,EAClC,SAAS,IAAK,cAAc,CAC/B,CAAC,EAEYU,GAAgB,IAAIX,EAAe,CAC/C,GAAI,MACJ,KAAM,iBACN,QAAS,CAAC,iBAAkB,aAAc,OAAQ,QAAQ,EAC1D,MAAO,IAAIC,EAAU,EACnB,IAAI,wBAAyB,CAAC,GAAI,EAAE,CAAC,EACrC,IAAI,wBAAyB,EAAE,EAC/B,IAAI,qBAAsB,CAAC,EAC3B,IAAI,kBAAmB,CAAC,EACxB,IAAI,qBAAsB,CAAC,EAC3B,IAAI,eAAgB,CAAC,IAAK,GAAG,CAAC,EAC9B,IAAI,oBAAqB,CAAC,GAAI,EAAE,CAAC,EACjC,IAAI,mBAAoB,CAAC,EACzB,IAAI,qBAAsB,CAAC,EAC3B,IAAI,cAAe,CAAC,IAAK,GAAG,CAAC,EAC7B,IAAI,cAAe,CAAC,EACpB,IAAI,kBAAmB,CAAC,IAAK,GAAG,CAAC,EACjC,IAAI,mBAAoB,CAAC,IAAK,GAAG,CAAC,EAClC,IAAI,uBAAwB,CAAC,GAAI,EAAE,CAAC,EACpC,IAAI,mBAAoB,CAAC,IAAK,GAAG,CAAC,EAClC,IAAI,eAAgB,CAAC,GAAI,GAAG,CAAC,EAC7B,IAAI,aAAc,CAAC,EACnB,IAAI,kBAAmB,CAAC,EACxB,IAAI,aAAc,EAAE,EACpB,SAAS,GAAI,qBAAqB,CACrC,CAAC,EAEYW,GAAe,IAAIZ,EAAe,CAC9C,GAAI,MACJ,KAAM,gBACN,QAAS,CAAC,gBAAiB,YAAa,QAAS,QAAQ,EACzD,MAAO,IAAIC,EAAU,EACnB,IAAIY,EAAa,EACjB,IAAIC,EAAe,EACnB,IAAIC,EAAa,EACjB,IAAIC,EAAc,EAClB,IAAIC,EAAe,CACtB,CAAC,EAEYC,GAAW,CACvBnB,GACAG,GACAC,GACAC,GACAC,GACAC,GACAC,GACAC,GACAC,GACAC,GACAC,GACAC,EACD,EC3UA,IAAMO,GAAU,IAAIC,EAAU,EAC5B,MAAM,GAAI,MAAM,EAChB,MAAM,GAAI,kBAAkB,EAC5B,MAAM,GAAI,UAAU,EACpB,MAAM,IAAK,eAAe,EAEtBC,GAAsB,IAAID,EAAU,EACxC,MAAMD,EAAO,EAGb,IAAI,cAAe,CAAC,IAAK,GAAG,EAAG,CAAC,EAChC,IAAI,aAAc,CAAC,IAAK,GAAG,EAAG,CAAC,EAC/B,IAAI,aAAc,CAAC,IAAK,GAAG,EAAG,CAAC,EAC/B,IAAI,cAAe,CAAC,IAAK,GAAG,EAAG,CAAC,EAChC,IAAI,aAAc,CAAC,IAAK,GAAG,EAAG,CAAC,EAC/B,IAAI,WAAY,CAAC,IAAK,GAAG,EAAG,CAAC,EAC7B,IAAI,cAAe,CAAC,IAAK,GAAG,EAAG,CAAC,EAChC,IAAI,YAAa,CAAC,IAAK,GAAG,EAAG,CAAC,EAC9B,IAAI,mBAAoB,EAAG,CAAC,EAC5B,IAAI,eAAgB,EAAG,CAAC,EACxB,IAAI,cAAe,EAAG,CAAC,EACvB,IAAI,kBAAmB,EAAG,CAAC,EAC3B,IAAI,eAAgB,CAAC,IAAK,GAAI,EAAG,CAAC,EAGlC,SAAS,GAAI,oBAAoB,EAE5BG,GAAQ,IAAIC,EAAe,CACjC,GAAI,MACJ,KAAM,kBACN,QAAS,CAAC,kBAAmB,cAAe,WAAW,EACvD,MAAOF,EACR,CAAC,ECnCD,IAAAG,EAA6C,SAS7C,IAAMC,GAAyB,IAAIC,EAAU,EAC3C,IAAI,gBAAiB,GAAI,CAAC,EAC1B,IAAI,aAAc,CAAC,GAAI,EAAE,EAAG,CAAC,EAC7B,IAAI,OAAQ,CAAC,IAAK,GAAG,EAAG,CAAC,EACzB,IAAI,QAAS,CAAC,KAAQ,IAAM,EAAG,CAAC,EAChC,IAAI,WAAY,CAAC,IAAK,GAAG,EAAG,CAAC,EAC7B,IAAI,mBAAoB,CAAC,GAAI,GAAG,EAAG,CAAC,EACpC,IAAI,WAAY,CAAC,IAAK,GAAG,EAAG,CAAC,EAC7B,IAAI,iBAAkB,EAAG,CAAC,EAC1B,IAAI,iBAAkB,EAAG,CAAC,EAC1B,IAAI,iBAAkB,EAAG,CAAC,EAC1B,IAAI,aAAc,CAAC,GAAI,EAAE,EAAG,CAAC,EAC7B,IAAI,YAAa,CAAC,IAAK,GAAG,EAAG,CAAC,EAC9B,IAAI,aAAc,CAAC,GAAI,GAAG,EAAG,CAAC,EAC9B,IAAI,kBAAmB,GAAI,CAAC,EAC5B,IAAI,iBAAkB,CAAC,EAAG,CAAC,EAAG,CAAC,EAC/B,IAAI,aAAc,CAAC,EAAG,CAAC,EAAG,CAAC,EAC3B,IAAI,iBAAkB,CAAC,EAAG,CAAC,EAAG,CAAC,EAC/B,IAAI,wBAAyB,CAAC,EAAG,CAAC,EAAG,CAAC,EACtC,IAAI,oBAAqB,EAAG,CAAC,EAC7B,IAAI,eAAgB,EAAG,CAAC,EACxB,IAAI,kBAAmB,EAAG,CAAC,EAC3B,IAAI,cAAe,CAAC,EAAG,CAAC,EAAG,CAAC,EAC5B,IAAI,eAAgB,CAAC,KAAM,IAAI,EAAG,CAAC,EAE/BC,GAAuB,IAAID,EAAU,EACzC,MAAM,IAAK,eAAe,EAC1B,MAAM,IAAK,oBAAoB,EAC/B,MAAM,IAAK,uBAAuB,EAClC,IAAI,gBAAiB,CAAC,GAAI,EAAE,EAAG,CAAC,EAChC,IAAI,aAAc,CAAC,GAAI,EAAE,EAAG,CAAC,EAC7B,IAAI,OAAQ,CAAC,IAAK,GAAG,EAAG,CAAC,EACzB,IAAI,WAAY,CAAC,IAAK,GAAG,EAAG,CAAC,EAC7B,IAAI,mBAAoB,CAAC,IAAK,GAAG,EAAG,CAAC,EACrC,IAAI,QAAS,CAAC,KAAQ,KAAO,EAAG,CAAC,EACjC,IAAI,WAAY,CAAC,IAAK,GAAG,EAAG,CAAC,EAC7B,IAAI,iBAAkB,CAAC,EAAG,CAAC,EAAG,CAAC,EAC/B,IAAI,iBAAkB,CAAC,EAAG,CAAC,EAAG,CAAC,EAC/B,IAAI,iBAAkB,CAAC,EAAG,CAAC,EAAG,CAAC,EAC/B,IAAI,eAAgB,CAAC,KAAM,IAAI,EAAG,CAAC,EACnC,IAAI,aAAc,CAAC,GAAI,EAAE,EAAG,CAAC,EAC7B,IAAI,YAAa,CAAC,IAAK,GAAG,EAAG,CAAC,EAC9B,IAAI,aAAc,CAAC,IAAK,GAAG,EAAG,CAAC,EAC/B,IAAI,kBAAmB,CAAC,GAAI,GAAG,EAAG,CAAC,EACnC,IAAI,iBAAkB,CAAC,EAAG,CAAC,EAAG,CAAC,EAC/B,IAAI,aAAc,CAAC,EAAG,CAAC,EAAG,CAAC,EAC3B,IAAI,iBAAkB,CAAC,EAAG,CAAC,EAAG,CAAC,EAC/B,IAAI,wBAAyB,CAAC,EAAG,CAAC,EAAG,CAAC,EACtC,IAAI,oBAAqB,EAAG,CAAC,EAC7B,IAAI,eAAgB,CAAC,EAAG,CAAC,EAAG,CAAC,EAC7B,IAAI,kBAAmB,CAAC,EAAG,CAAC,EAAG,CAAC,EAChC,IAAI,cAAe,CAAC,EAAG,CAAC,EAAG,CAAC,EAExBE,GAAoB,IAAIF,EAAU,EAAE,IAAID,EAAsB,EAAE,IAAIE,EAAoB,EAEjFE,GAAN,cAAmCC,CAAe,CAhEzD,MAgEyD,CAAAC,EAAA,6BACjD,KAAKC,EAAW,EAAGC,EAA+B,CAAE,QAAS,GAAI,UAAW,KAAM,EAAG,CAC3F,IAAMC,EAAO,IAAIC,EACXC,EAAOH,EAAQ,WAAa,MAC5BI,EAAUJ,EAAQ,SAAW,GAEnC,GAAIG,EAAK,YAAY,IAAM,MAAO,CACjC,IAAME,EAAUC,GAAoB,KAAKC,GAAQA,EAAK,OAAS,aAAa,EAC5E,QAASC,EAAI,EAAGA,EAAIT,EAAUS,IAC7B,MAAI,QAAK,EAAE,EAAG,CACb,IAAIC,EAAa,GACjB,QAAWF,KAAQD,GAClB,GAAIF,GAAWG,EAAK,QACf,iBAAcG,GAAaN,EAASG,EAAK,IAAKA,EAAK,IAAI,CAAC,EAAG,CAC9DN,EAAK,IAAIM,EAAK,QAAM,WAAQA,EAAK,IAAI,CAAC,EAAGA,EAAK,IAAI,CAAC,CAAC,CAAC,EACrDE,EAAa,GACb,KACD,CAGGA,GACJR,EAAK,IAAII,GAAS,QAAM,WAAQA,EAAS,IAAI,CAAC,EAAGA,EAAS,IAAI,CAAC,CAAC,CAAC,CAEnE,MACCJ,EAAK,IAAIP,GAAqB,KAAK,CAAC,EAGtC,OAAOO,CACR,CACA,IAAMI,EAAUM,GAAsB,KAAKJ,GAAQA,EAAK,OAAS,aAAa,EAC9E,QAASC,EAAI,EAAGA,EAAIT,EAAUS,IAC7B,MAAI,QAAK,EAAE,EAAG,CACb,IAAIC,EAAa,GACjB,QAAWF,KAAQI,GAClB,GAAIP,GAAWG,EAAK,QACf,iBAAcG,GAAaN,EAASG,EAAK,IAAKA,EAAK,IAAI,CAAC,EAAG,CAC9DN,EAAK,IAAIM,EAAK,QAAM,WAAQA,EAAK,IAAI,CAAC,EAAGA,EAAK,IAAI,CAAC,CAAC,CAAC,EACrDE,EAAa,GACb,KACD,CAGGA,GACJR,EAAK,IAAII,GAAS,QAAM,WAAQA,EAAS,IAAI,CAAC,EAAGA,EAAS,IAAI,CAAC,CAAC,CAAC,CAEnE,MACCJ,EAAK,IAAIT,GAAuB,KAAK,CAAC,EAGxC,OAAOS,CACR,CACD,EAEOW,GAAQ,IAAIhB,GAAqB,CACvC,GAAI,MACJ,KAAM,iBACN,QAAS,CACR,mBACA,oBACA,qBACA,uBACA,qBACA,sBACA,sBACD,EACA,MAAOD,EACR,CAAC,ECtHD,IAAMkB,GAAkB,IAAIC,EAAU,EACpC,MAAM,YAAY,EAClB,MAAM,cAAe,CAAC,EACtB,MAAM,WAAY,CAAC,EACnB,MAAM,aAAc,CAAC,EACrB,MAAM,aAAc,EAAE,EAKjBC,GAAQ,IAAIC,EAAe,CACjC,GAAI,IACJ,KAAM,cACN,QAAS,CAAC,cAAe,OAAO,EAChC,MAAOH,EACR,CAAC,ECvBD,IAAMI,GAAY,IAAIC,EAAU,EAC9B,IAAI,qBAAsB,EAAG,CAAC,EAC9B,IAAI,uBAAwB,EAAG,CAAC,EAChC,IAAI,qBAAsB,EAAG,CAAC,EAE1BC,GAAkB,IAAID,EAAU,EACpC,MAAM,IAAK,gBAAgB,EAE3B,IAAI,IAAI,EACR,IAAI,SAAS,EACb,IAAI,SAAS,EACb,IAAI,QAAQ,EACZ,IAAI,OAAO,EACX,IAAI,UAAU,EACd,IAAI,WAAW,EACf,IAAI,OAAO,EACX,IAAI,kBAAkB,EACtB,IAAI,QAAQ,EACZ,IAAI,iBAAiB,EACrB,IAAI,cAAe,EAAE,EAErB,IAAID,GAAW,EAAG,CAAC,EACnB,IAAIG,CAAa,EAEZC,GAAQ,IAAIC,EAAe,CACjC,GAAI,KACJ,KAAM,cACN,QAAS,CAAC,cAAe,SAAS,EAClC,MAAOH,EACR,CAAC,EC7BD,IAAMI,GAAoB,IAAIC,EAAU,EAAE,MAAMC,EAAkB,EAE3DC,GAAQ,IAAIC,EAAe,CACjC,GAAI,MACJ,KAAM,mBACN,QAAS,CAAC,mBAAoB,iBAAkB,gBAAgB,EAChE,MAAOJ,EACR,CAAC,ECPD,IAAMK,GAAmB,IAAIC,EAAU,EAErC,MAAMC,EAAkB,EACxB,IAAI,gBAAiB,EAAG,EAAE,EAC1B,IAAI,YAAa,EAAG,EAAE,EACtB,IAAI,eAAgB,EAAG,EAAE,EACzB,IAAI,YAAa,EAAG,CAAC,EACrB,IAAI,cAAc,EAEbC,GAAQ,IAAIC,EAAe,CACjC,GAAI,MACJ,KAAM,kBACN,QAAS,CAAC,kBAAmB,gBAAiB,eAAe,EAC7D,MAAOJ,EACR,CAAC,ECdD,IAAMK,GAAoB,IAAIC,EAAU,EAEtC,MAAMC,EAAkB,EACxB,IAAI,QAAS,EAAG,GAAG,EACnB,IAAI,iBAAkB,EAAG,GAAG,EAC5B,IAAI,kBAAmB,EAAG,GAAG,EAC7B,IAAI,gBAAiB,EAAG,GAAG,EAC3B,IAAI,kBAAmB,EAAG,GAAG,EAC7B,IAAI,mBAAoB,EAAG,GAAG,EAC9B,IAAI,cAAe,EAAG,EAAE,EACxB,IAAI,aAAc,EAAG,EAAE,EACvB,IAAI,iBAAkB,EAAG,EAAE,EAC3B,IAAI,iBAAkB,EAAG,EAAE,EAC3B,IAAI,iBAAkB,EAAG,EAAE,EAC3B,IAAI,kBAAmB,EAAG,EAAE,EAC5B,IAAI,YAAa,EAAG,EAAE,EACtB,IAAI,gBAAiB,EAAG,EAAE,EAC1B,IAAI,eAAgB,EAAG,EAAE,EACzB,IAAI,oBAAqB,EAAG,EAAE,EAC9B,IAAI,mBAAoB,EAAG,EAAE,EAC7B,IAAI,iBAAkB,EAAG,CAAC,EAC1B,IAAI,wBAAyB,EAAG,CAAC,EACjC,IAAI,cAAe,EAAG,EAAE,EACxB,IAAI,kBAAmB,EAAG,CAAC,EAC3B,IAAI,WAAY,EAAG,CAAC,EACpB,IAAI,aAAc,EAAG,CAAC,EACtB,IAAI,cAAe,EAAG,EAAE,EACxB,IAAI,iBAAkB,EAAG,CAAC,EAC1B,IAAI,oBAAqB,EAAG,CAAC,EAExBC,GAAQ,IAAIC,EAAe,CACjC,GAAI,MACJ,KAAM,mBACN,QAAS,CAAC,mBAAoB,iBAAkB,iBAAkB,eAAe,EACjF,MAAOJ,EACR,CAAC,ECpCD,IAAMK,GAAY,IAAIC,EAAU,CAAE,MAAO,GAAO,CAAC,EAC/C,IAAI,cAAe,EAAG,IAAI,EAC1B,IAAI,cAAe,EAAG,IAAI,EAC1B,IAAI,cAAe,EAAG,GAAG,EACzB,IAAI,aAAc,EAAG,GAAG,EAEpBC,GAAkB,IAAID,EAAU,EACpC,MAAMD,EAAS,EAIf,IAAI,QAAS,CAAC,EAAG,EAAE,EAAG,EAAE,EACxB,IAAI,aAAc,EAAG,EAAE,EACvB,IAAI,WAAY,EAAG,EAAE,EACrB,IAAI,YAAa,EAAG,EAAE,EACtB,IAAI,iBAAkB,EAAG,EAAE,EAC3B,IAAI,eAAgB,EAAG,EAAE,EACzB,IAAI,gBAAiB,EAAG,EAAE,EAC1B,IAAI,gBAAiB,EAAG,EAAE,EAC1B,IAAI,cAAe,EAAG,EAAE,EACxB,IAAI,eAAgB,EAAG,EAAE,EACzB,IAAI,eAAgB,EAAG,EAAE,EACzB,IAAI,aAAc,EAAG,EAAE,EACvB,IAAI,cAAe,EAAG,EAAE,EACxB,IAAI,cAAe,EAAG,EAAE,EACxB,IAAI,QAAS,EAAG,EAAE,EAClB,IAAI,cAAe,EAAG,CAAC,EACvB,IAAI,iBAAkB,EAAG,CAAC,EAC1B,IAAI,eAAgB,EAAG,CAAC,EACxB,IAAI,YAAa,EAAG,CAAC,EACrB,IAAI,UAAW,EAAG,CAAC,EACnB,IAAI,aAAc,EAAG,CAAC,EACtB,IAAI,aAAc,EAAG,CAAC,EACtB,IAAI,kBAAmB,EAAG,CAAC,EAC3B,IAAI,qBAAsB,EAAG,CAAC,EAEzBG,GAAQ,IAAIC,EAAe,CACjC,GAAI,KACJ,KAAM,cACN,QAAS,CAAC,cAAe,aAAc,mBAAmB,EAC1D,MAAOF,EACR,CAAC,EC5CD,IAAAG,GAAwB,SAMxB,IAAMC,GAA4B,IAAIC,EAAU,EAC9C,IAAI,OAAQ,EAAG,GAAG,EAClB,IAAI,WAAY,EAAG,EAAE,EACrB,IAAI,cAAe,EAAG,EAAE,EACxB,IAAI,iBAAkB,EAAG,CAAC,EAC1B,IAAI,aAAc,EAAG,CAAC,EAElBC,GAAiB,IAAID,EAAU,EAAE,MAAMD,GAA2B,EAAE,EAE7DG,GAAuB,IAAIC,EAAe,CACtD,GAAI,MACJ,KAAM,6BACN,QAAS,CAAC,6BAA8B,SAAU,UAAW,gBAAgB,EAC7E,MAAOF,EACR,CAAC,EAGKG,GAA4B,IAAIJ,EAAU,EAC9C,IAAI,WAAY,EAAG,EAAE,EACrB,IAAI,OAAQ,EAAG,EAAE,EACjB,IAAI,aAAc,EAAG,EAAE,EACvB,IAAI,WAAY,EAAG,EAAE,EACrB,IAAI,cAAe,EAAG,CAAC,EACvB,IAAI,iBAAkB,EAAG,CAAC,EAC1B,IAAI,aAAc,EAAG,CAAC,EAElBK,GAAiB,IAAIL,EAAU,EACnC,MAAM,IAAK,yBAAyB,EACpC,MAAMI,MAA2B,YAAQ,GAAI,EAAE,CAAC,EAErCE,GAAsB,IAAIH,EAAe,CACrD,GAAI,MACJ,KAAM,2BACN,QAAS,CAAC,2BAA4B,WAAY,eAAe,EACjE,MAAOE,EACR,CAAC,ECzCD,IAAAE,EAA8B,SAO9B,IAAMC,GAAmB,IAAIC,EAAU,EACrC,IAAI,cAAe,CAAC,EAAG,EAAE,EAAG,CAAC,EAC7B,IAAI,aAAc,CAAC,EAAG,EAAE,EAAG,CAAC,EAC5B,IAAI,eAAgB,CAAC,EAAG,EAAE,EAAG,CAAC,EAC9B,IAAI,cAAe,CAAC,EAAG,EAAE,EAAG,CAAC,EAC7B,IAAI,iBAAkB,CAAC,EAAG,EAAE,EAAG,CAAC,EAChC,IAAI,kBAAmB,CAAC,EAAG,EAAE,EAAG,CAAC,EACjC,IAAI,cAAe,CAAC,EAAG,EAAE,EAAG,CAAC,EAC7B,IAAI,mBAAoB,CAAC,EAAG,CAAC,EAAG,CAAC,EACjC,IAAI,iBAAkB,CAAC,EAAG,CAAC,EAAG,CAAC,EAC/B,IAAI,YAAa,CAAC,EAAG,EAAE,EAAG,CAAC,EAC3B,IAAI,iBAAkB,CAAC,EAAG,CAAC,EAAG,CAAC,EAC/B,IAAI,kBAAmB,CAAC,EAAG,CAAC,EAAG,CAAC,EAChC,IAAI,QAAS,CAAC,EAAG,CAAC,EAAG,CAAC,EACtB,IAAI,kBAAmB,CAAC,EAAG,CAAC,EAAG,CAAC,EAChC,IAAI,mBAAoB,CAAC,EAAG,CAAC,EAAG,CAAC,EACjC,IAAI,mBAAoB,CAAC,EAAG,CAAC,EAAG,CAAC,EACjC,IAAI,kBAAmB,CAAC,EAAG,CAAC,EAAG,CAAC,EAChC,IAAI,gBAAiB,CAAC,EAAG,CAAC,EAAG,CAAC,EAC9B,IAAI,mBAAoB,CAAC,EAAG,CAAC,EAAG,CAAC,EACjC,IAAI,kBAAmB,CAAC,EAAG,CAAC,EAAG,CAAC,EAChC,IAAI,mBAAoB,CAAC,EAAG,CAAC,EAAG,CAAC,EACjC,IAAI,gBAAiB,CAAC,EAAG,EAAE,EAAG,CAAC,EAC/B,IAAI,gBAAiB,CAAC,EAAG,EAAE,EAAG,CAAC,EAC/B,IAAI,kBAAmB,CAAC,EAAG,EAAE,EAAG,CAAC,EACjC,IAAI,YAAa,CAAC,EAAG,EAAE,EAAG,CAAC,EAC3B,IAAI,YAAa,CAAC,EAAG,CAAC,EAAG,CAAC,EAC1B,IAAI,kBAAmB,CAAC,EAAG,CAAC,EAAG,CAAC,EAChC,IAAI,gBAAiB,CAAC,EAAG,CAAC,EAAG,CAAC,EAC9B,IAAI,mBAAoB,CAAC,EAAG,CAAC,EAAG,CAAC,EACjC,IAAI,iBAAkB,CAAC,EAAG,CAAC,EAAG,CAAC,EAC/B,IAAI,kBAAmB,CAAC,EAAG,CAAC,EAAG,CAAC,EAE5BC,GAAsB,IAAID,EAAU,EACxC,IAAI,YAAa,CAAC,EAAG,CAAC,EAAG,CAAC,EAC1B,IAAI,gBAAiB,CAAC,EAAG,CAAC,EAAG,CAAC,EAC9B,IAAI,kBAAmB,CAAC,EAAG,EAAE,EAAG,CAAC,EACjC,IAAI,mBAAoB,CAAC,EAAG,CAAC,EAAG,CAAC,EACjC,IAAI,iBAAkB,CAAC,EAAG,EAAE,EAAG,CAAC,EAChC,IAAI,kBAAmB,CAAC,EAAG,CAAC,EAAG,CAAC,EAChC,IAAI,kBAAmB,CAAC,EAAG,CAAC,EAAG,CAAC,EAChC,IAAI,cAAe,CAAC,EAAG,CAAC,EAAG,CAAC,EAC5B,IAAI,qBAAsB,CAAC,EAAG,CAAC,EAAG,CAAC,EACnC,IAAI,cAAe,CAAC,EAAG,CAAC,EAAG,CAAC,EAC5B,IAAI,iBAAkB,CAAC,EAAG,CAAC,EAAG,CAAC,EAC/B,IAAI,gBAAiB,CAAC,EAAG,CAAC,EAAG,CAAC,EAC9B,IAAI,eAAgB,CAAC,EAAG,CAAC,EAAG,CAAC,EAC7B,IAAI,cAAe,CAAC,EAAG,CAAC,EAAG,CAAC,EAC5B,IAAI,iBAAkB,CAAC,EAAG,CAAC,EAAG,CAAC,EAC/B,IAAI,iBAAkB,CAAC,EAAG,CAAC,EAAG,CAAC,EAC/B,IAAI,kBAAmB,CAAC,EAAG,CAAC,EAAG,CAAC,EAChC,IAAI,oBAAqB,CAAC,EAAG,CAAC,EAAG,CAAC,EAClC,IAAI,YAAa,CAAC,EAAG,CAAC,EAAG,CAAC,EAEtBE,GAAoB,IAAIF,EAAU,EACtC,IAAI,mBAAoB,CAAC,EAAG,CAAC,EAAG,CAAC,EACjC,IAAI,iBAAkB,CAAC,EAAG,CAAC,EAAG,CAAC,EAC/B,IAAI,eAAgB,EAAG,CAAC,EACxB,IAAI,cAAe,CAAC,EAAG,CAAC,EAAG,CAAC,EAC5B,IAAI,kBAAmB,EAAG,CAAC,EAC3B,IAAI,aAAc,CAAC,EAAG,CAAC,EAAG,CAAC,EAC3B,IAAI,gBAAiB,CAAC,EAAG,CAAC,EAAG,CAAC,EAC9B,IAAI,WAAY,EAAG,CAAC,EACpB,IAAI,wBAAyB,EAAG,CAAC,EACjC,IAAI,iBAAkB,EAAG,CAAC,EAC1B,IAAI,eAAgB,EAAG,CAAC,EACxB,IAAI,aAAc,EAAG,CAAC,EACtB,IAAI,cAAe,EAAG,CAAC,EACvB,IAAI,oBAAqB,EAAG,CAAC,EAEzBG,GAAgB,IAAIH,EAAU,EAAE,IAAID,EAAgB,EAAE,IAAIE,EAAmB,EAAE,IAAIC,EAAiB,EAE7FE,GAAN,cAA+BC,CAAe,CA/ErD,MA+EqD,CAAAC,EAAA,yBAC7C,KAAKC,EAAW,EAAGC,EAA+B,CAAE,SAAU,GAAI,EAAG,CAC3E,IAAMC,EAAY,IAAIT,EAChBU,EAAO,IAAIC,EACXC,EAAOJ,EAAQ,UAAY,IAG7BK,EAAO,EACPC,EAAS,EACTC,EAAM,EAEV,OAAQH,EAAM,CACb,IAAK,IAAK,CACTC,EAAO,EACPC,KAAS,WAAQ,EAAG,CAAC,EACrBC,EAAM,EAAID,EACV,KACD,CACA,IAAK,IAAK,IACL,QAAK,EAAE,IACVD,EAAO,GAERC,KAAS,WAAQ,EAAG,CAAC,EACrBC,EAAM,EAAID,EAASD,EACnB,KACD,CACA,IAAK,IAAK,CACTA,KAAO,WAAQ,EAAG,CAAC,EACnBC,KAAS,WAAQ,EAAG,CAAC,EACrBC,EAAM,EAAID,EAASD,EACnB,KACD,CACA,IAAK,IAAK,CACTA,KAAO,WAAQ,EAAG,CAAC,EACnBC,KAAS,WAAQ,EAAG,CAAC,EACrBC,EAAM,EAAID,EAASD,EACnB,KACD,CACA,QAAS,CACRA,KAAO,WAAQ,EAAG,CAAC,EACnBC,KAAS,WAAQ,EAAG,CAAC,EACrBC,EAAM,GAAKD,EAASD,EACpB,KACD,CACD,CAEAJ,EAAU,MAAMV,GAAkBgB,CAAG,EAErCN,EAAU,MAAMR,GAAqBa,CAAM,EAE3CL,EAAU,MAAMP,GAAmBW,CAAI,EAEvC,QAASG,EAAI,EAAGA,EAAIT,EAAUS,IAC7BN,EAAK,IAAID,EAAU,KAAK,CAAC,EAG1B,OAAOC,CACR,CACD,EAEOO,GAAQ,IAAIb,GAAiB,CACnC,GAAI,MACJ,KAAM,YACN,QAAS,CAAC,WAAW,EACrB,MAAOD,EACR,CAAC,EC7ID,IAAMe,GAAqB,IAAIC,EAAU,EACvC,MAAM,oBAAqB,CAAC,EAC5B,MAAM,oBAAqB,CAAC,EAC5B,MAAM,iBAAiB,EACvB,MAAM,eAAe,EACrB,MAAM,cAAc,EACpB,MAAM,eAAe,EAEhBC,GAAQ,IAAIC,EAAe,CACjC,GAAI,IACJ,KAAM,iBACN,QAAS,CAAC,iBAAkB,UAAU,EACtC,MAAOH,EACR,CAAC,ECbD,IAAMI,GAAmB,IAAIC,EAAU,EACrC,IAAI,iBAAiB,EACrB,IAAI,aAAa,EACjB,IAAI,aAAa,EACjB,IAAI,WAAY,CAAC,IAAK,GAAG,CAAC,EAC1B,IAAI,YAAa,CAAC,IAAK,GAAG,CAAC,EAC3B,IAAI,aAAc,CAAC,GAAI,EAAE,CAAC,EAC1B,IAAI,gBAAiB,CAAC,GAAI,GAAG,CAAC,EAC9B,IAAI,kBAAkB,EACtB,IAAI,YAAY,EAChB,IAAI,QAAS,CAAC,KAAM,GAAI,CAAC,EAErBC,GAAmB,IAAID,EAAU,EACrC,IAAI,kBAAkB,EACtB,IAAI,mBAAmB,EACvB,IAAI,cAAe,CAAC,GAAI,GAAG,CAAC,EAC5B,IAAI,aAAc,CAAC,GAAI,GAAG,CAAC,EAC3B,IAAI,cAAe,CAAC,GAAI,GAAG,CAAC,EAC5B,IAAI,gBAAiB,CAAC,GAAI,GAAG,CAAC,EAC9B,IAAI,WAAY,CAAC,EAAG,CAAC,CAAC,EACtB,IAAI,kBAAkB,EACtB,IAAI,oBAAqB,CAAC,EAAG,CAAC,CAAC,EAC/B,IAAI,QAAS,CAAC,KAAM,KAAM,CAAC,EAEvBE,GAAoB,IAAIF,EAAU,EACtC,IAAI,eAAe,EACnB,IAAI,gBAAgB,EACpB,IAAI,WAAY,CAAC,IAAK,GAAG,CAAC,EAC1B,IAAI,aAAc,CAAC,IAAK,GAAG,CAAC,EAC5B,IAAI,YAAa,CAAC,IAAK,GAAG,CAAC,EAC3B,IAAI,eAAgB,CAAC,IAAK,GAAG,CAAC,EAC9B,IAAI,WAAY,CAAC,EAAG,CAAC,CAAC,EACtB,IAAI,kBAAmB,CAAC,EAAG,CAAC,CAAC,EAC7B,IAAI,cAAe,CAAC,EAAG,CAAC,CAAC,EACzB,IAAI,QAAS,CAAC,MAAQ,IAAM,CAAC,EAElBG,GAAoB,IAAIH,EAAU,EAC7C,MAAMD,GAAkB,CAAC,EACzB,MAAME,EAAgB,EACtB,MAAMC,GAAmB,CAAC,EAErBE,GAAQ,IAAIC,EAAe,CACjC,GAAI,MACJ,KAAM,gBACN,QAAS,CAAC,cAAe,eAAe,EACxC,MAAOF,EACR,CAAC,EC4BD,IAAMG,GAAkB,CACvB,WAAAC,GACA,aAAAC,GACA,YAAAC,GACA,aAAAC,GACA,gBAAAC,GACA,eAAAC,GACA,aAAAC,GACA,eAAAC,GACA,cAAAC,GACA,OAAAC,GACA,aAAAC,GACA,kBAAAC,GACA,YAAAC,GACA,WAAAC,GACA,WAAAC,GACA,cAAAC,GACA,eAAAC,GACA,aAAAC,GACA,SAAAC,GACA,YAAAC,GACA,aAAAC,GACA,eAAAC,GACA,aAAAC,GACA,eAAAC,GACA,gBAAAC,GACA,cAAAC,GACA,cAAAC,GACA,aAAAC,GACA,eAAAC,GACA,cAAAC,GACA,aAAAC,GACA,oBAAAC,GACA,qBAAAC,GACA,eAAAC,GACA,UAAAC,GACA,UAAAC,GACA,WAAAC,GACA,WAAAC,EACD,EAEMC,GAAoC,OAAO,OAAOvC,EAAe,EAAE,IAAIwC,GAAY,CAACA,EAAS,GAAIA,CAAQ,CAAC,EAE1GC,GAAY,OAAO,OAAO,IAAIC,GAAWH,EAAW,EAAGvC,EAAe,EAErE2C,GAAQF,GC1Hf,IAAAG,GAAkB,2BCElB,IAAqBC,GAArB,cAA8C,KAAM,CAFpD,MAEoD,CAAAC,EAAA,yBAC5C,KACA,YAAc,GAEd,YAAYC,EAAc,CAChC,MAAMA,CAAI,EACV,KAAK,KAAO,KAAK,YAAY,KAC7B,KAAK,KAAOA,EACZ,KAAK,QAAUC,GAAkBD,CAAI,EACjC,MAAM,mBAAmB,MAAM,kBAAkB,KAAM,KAAK,WAAW,CAC5E,CACD,ECVA,IAAME,GAAN,KAAa,CAHb,MAGa,CAAAC,EAAA,eACL,SACA,OACA,UACA,YACA,KACA,MACA,aAEA,YAAYC,EAAoB,CACtC,KAAK,SAAWA,EAAO,SACvB,KAAK,OAASA,EAAO,OACrB,KAAK,UAAYA,EAAO,UACxB,KAAK,YAAcA,EAAO,YAC1B,KAAK,KAAOA,EAAO,KACnB,KAAK,MAAQA,EAAO,MACpB,KAAK,aAAeA,EAAO,YAC5B,CAEA,IAAW,aAAsB,CAChC,GAAM,CAAE,QAAAC,EAAS,OAAAC,EAAQ,UAAAC,EAAW,MAAAC,EAAO,OAAAC,EAAQ,OAAAC,EAAQ,SAAAC,CAAS,EAAI,KAAK,OACvEC,EAAO,KAAQP,EAAQ,MAAQE,EAAU,MAAQ,KAAK,MAAME,EAAO,MAAQ,CAAC,GAC5EI,EAAQ,MAASH,EAAO,MAAQC,EAAS,OACzCG,EAAQ,MAAS,KAAK,MAAMR,EAAO,MAAQ,CAAC,EAAIA,EAAO,OACvDS,EAAO,MAAS,KAAK,MAAMP,EAAM,MAAQ,CAAC,EAAIA,EAAM,OAC1D,OAAO,KAAK,MAAMI,EAAO,KAAK,IAAIC,EAAOC,EAAOC,CAAI,CAAC,CACtD,CACD,EAEOC,GAAQd,GFnBf,IAAMe,GAAgC,CACrC,KAAM,SACN,cAAe,EAChB,EAEMC,GAAN,KAAe,CAlBf,MAkBe,CAAAC,EAAA,iBACd,MAAa,MACZC,EACAC,EAAsB,CAAE,KAAM,SAAU,cAAe,EAAM,EAC3C,CAClB,IAAMC,EAAgB,CAAE,GAAGL,GAAmB,GAAGI,CAAQ,EACnDE,EAAcD,EAAc,MAAQ,SAC1C,GAAI,CAACE,GAAgBJ,CAAQ,EAAG,MAAM,IAAIK,qBAA+B,EACzE,GAAI,CAACC,GAAc,SAASH,CAAW,EACtC,MAAM,IAAIE,yBAAmC,EAG9C,IAAME,EAAe,QAAM,GAAAC,SAAMC,GAAYN,CAAW,EAAIH,CAAQ,EAClE,KAAK,MAAOU,GAAyB,CACrC,GAAIA,EAAI,SAAW,IAAK,MAAM,IAAIL,sBAAgC,EAClE,GAAI,CAACK,EAAI,GAAI,MAAM,IAAIL,mBAA6B,EACpD,IAAMM,EAAO,MAAMD,EAAI,KAAK,EAE5B,GAAIC,EAAK,KAAK,EAAE,WAAW,GAAG,EAAG,MAAM,IAAIN,mBAA6B,EACxE,OAAOM,CACR,CAAC,EACA,KAAKC,GAAKC,GAA0BD,EAAGT,CAAW,CAAC,EACnD,MAAOW,GAAe,CACtB,MAAMA,CACP,CAAC,EAEF,GAAIZ,EAAc,cAAe,CAChC,IAAIa,EAAU,EACd,QAAWC,KAAST,EAAK,OAAQ,CAChC,GAAIS,IAAU,UAAW,SACzB,IAAMC,EAAMC,GAAeX,EAAK,OAAOS,CAA0B,EAAE,GAAI,GAAG,EAC1ED,GAAWE,EACXV,EAAK,OAAOS,CAA0B,EAAE,MAAQC,CACjD,CACAV,EAAK,OAAO,QAAQ,MAAQQ,CAC7B,CAEA,OAAO,IAAII,GAAO,CACjB,SAAAnB,EACA,KAAMC,EAAQ,MAAQ,SACtB,OAAQM,EAAK,OACb,UAAWA,EAAK,UAChB,MAAOA,EAAK,MACZ,YAAaA,EAAK,YAClB,aAAcA,EAAK,YACpB,CAAC,CACF,CACD,EAEOa,GAAQ,IAAItB,GGnEnB,IAAAuB,GAAkB,2BAIlB,IAAMC,GAAN,KAAW,CAJX,MAIW,CAAAC,EAAA,aACF,IAAM,2CACN,cAA6C,CACpD,cAAe,CAAC,mBAAoB,gBAAgB,EAAE,KAAK,GAAG,CAC/D,EAEQ,qBAAuB,CAC9B,OAAQ,QACR,OAAQ,OACR,KAAM,CAAC,WAAY,aAAc,OAAQ,YAAY,EAAE,KAAK,GAAG,EAC/D,cAAe,IACf,OAAQ,WACR,OAAQ,MACR,YAAa,IACb,QAAS,IACT,YAAa,IACb,QAAS,KACV,EAEA,MAAa,UAAUC,EAA+C,CACrE,IAAMC,EAAU,MAAM,KAAK,SAAS,CACnC,MAAO,IACP,QAASD,CACV,CAAC,EAED,GAAI,GAACC,GAAW,CAACA,EAAQ,OACzB,OAAO,KAAK,aAAaA,EAAQ,MAAM,MAAM,CAAC,CAAC,CAChD,CAEA,MAAa,OAAOC,EAAS,GAAyB,CACrD,IAAMD,EAAU,MAAM,KAAK,SAAS,CACnC,UAAW,SACX,aAAc,IACd,SAAUC,CACX,CAAC,EAED,MAAI,CAACD,GAAW,CAACA,EAAQ,MAAc,CAAC,EACjCA,EAAQ,MAAM,MAAM,IAAKE,GAAW,KAAK,aAAaA,CAAC,CAAC,CAChE,CAEA,MAAa,OAAOC,EAAoC,CACvD,IAAMC,EAAsB,OAAO,KAAK,KAAK,aAAa,EACxD,IAAKC,GAAiB,GAAGA,CAAI,IAAI,KAAK,cAAcA,CAAI,CAAC,EAAE,EAC3D,KAAK,GAAG,EAEJL,EAAU,MAAM,KAAK,SAAS,CACnC,MAAO,IACP,UAAW,SACX,SAAU,KACV,UAAW,GAAGG,CAAK,IAAIC,CAAmB,EAC3C,CAAC,EAED,MAAI,CAACJ,GAAW,CAACA,EAAQ,OAAS,CAACA,EAAQ,MAAM,MAAc,CAAC,EAEzDA,EAAQ,MAAM,MAAM,KAAK,CAACM,EAAQC,IAAWD,EAAE,MAAQC,EAAE,KAAK,EAAE,IAAKL,GAAW,KAAK,aAAaA,CAAC,CAAC,CAC5G,CAEQ,aAAaM,EAAwB,CAC5C,MAAO,CACN,MAAOA,EAAQ,MACf,QAASA,EAAQ,QACjB,MAAOA,EAAQ,UAAU,OACzB,IAAKA,EAAQ,QACb,eAAgBA,EAAQ,UACxB,OAAQA,EAAQ,OAChB,WAAYA,EAAQ,UACrB,CACD,CAEO,SAASL,EAA0B,CACzC,IAAMM,EAAS,IAAI,IAAI,KAAK,GAAG,EAC/B,OAAAA,EAAO,OAAS,IAAI,gBAAgB,CAAE,GAAG,KAAK,qBAAsB,GAAGN,CAAM,CAAC,EAAE,SAAS,KAClF,GAAAO,SAAMD,EAAO,SAAS,CAAC,EAAE,KAAME,GAAsBA,EAAI,KAAK,CAAC,CACvE,CACD,EAEOC,GAAQ,IAAIf,GC9EZ,IAAMgB,GAAY,IAAIC,EAAU,EACrC,IAAI,gBAAgB,EACpB,IAAI,iBAAiB,EACrB,IAAI,iBAAiB,EACrB,IAAI,iBAAiB,EACrB,IAAI,iBAAiB,EACrB,IAAI,iBAAiB,EACrB,IAAI,WAAW,EACf,IAAI,eAAe,EACnB,IAAI,kBAAkB,EACtB,IAAI,kBAAkB,EACtB,IAAI,gBAAgB,EACpB,IAAI,cAAc,EAClB,IAAI,iBAAiB,EACrB,IAAI,iBAAiB,EACrB,IAAI,aAAa,EACjB,IAAI,YAAY,EAChB,IAAI,iBAAiB,EACrB,IAAI,gBAAgB,EAETC,GAAwB,IAAID,EAAU,EACjD,IAAI,eAAe,EACnB,IAAI,eAAe,EACnB,IAAI,WAAW,EACf,IAAI,YAAY,EAChB,IAAI,aAAa,EACjB,IAAI,iBAAiB,EACrB,IAAI,qBAAqB,EACzB,IAAI,iBAAiB,EACrB,IAAI,uBAAuB,EAC3B,IAAI,mBAAmB,EACvB,IAAI,mBAAmB,EACvB,IAAI,sBAAsB,EAC1B,IAAI,qCAAqC,EACzC,IAAI,wCAAwC,EAC5C,IAAI,sCAAsC,EAE/BE,GAAc,IAAIF,EAAU,EAAE,IAAI,SAAS,EAAE,IAAIC,EAAqB,EAEtEE,GAAgB,IAAIH,EAAU,EACzC,IAAI,UAAW,CAAC,EAAG,EAAE,CAAC,EACtB,IAAI,UAAW,CAAC,EAAG,CAAC,CAAC,EACrB,IAAI,UAAW,CAAC,EAAG,EAAE,CAAC,EACtB,IAAI,WAAY,CAAC,GAAI,EAAE,CAAC,EACxB,IAAI,YAAa,CAAC,GAAI,EAAE,CAAC,EACzB,IAAI,aAAc,CAAC,GAAI,EAAE,CAAC,EAC1B,IAAI,aAAc,CAAC,GAAI,EAAE,CAAC,EAC1B,IAAI,YAAa,CAAC,GAAI,EAAE,CAAC,EACzB,IAAI,YAAa,CAAC,GAAI,EAAE,CAAC,EACzB,IAAI,WAAY,CAAC,EAAG,CAAC,CAAC,EACtB,IAAI,aAAc,CAAC,EAAG,CAAC,CAAC,EACxB,IAAI,cAAe,CAAC,EAAG,CAAC,CAAC,EACzB,IAAI,eAAgB,CAAC,GAAI,EAAE,CAAC,EAC5B,IAAI,aAAc,CAAC,EAAG,EAAE,CAAC,EACzB,IAAI,cAAc,EAClB,IAAI,gBAAgB,EACpB,IAAI,gBAAgB,EACpB,IAAI,eAAe,EACnB,IAAI,iBAAiB,EACrB,IAAI,iBAAiB,EACrB,IAAI,iBAAiB,EACrB,IAAI,iBAAiB,EACrB,IAAI,iBAAiB,EACrB,IAAI,WAAW,EACf,IAAI,cAAc,EAClB,IAAI,cAAc,EAClB,IAAI,cAAc,EAClB,IAAI,SAAS,EACb,IAAI,aAAa,EACjB,IAAI,eAAe,EACnB,IAAI,cAAc,EAClB,IAAI,kBAAkB,EACtB,IAAI,mBAAmB,EACvB,IAAI,cAAc,EAClB,IAAI,kBAAkB,EACtB,IAAI,iBAAiB,EACrB,IAAI,YAAY,EAChB,IAAI,YAAY,EAChB,IAAI,kBAAkB,EACtB,IAAI,UAAU,EACd,IAAID,EAAS,EAEFK,GAAoB,IAAIJ,EAAU,EAAE,IAAIG,GAAe,EAAG,EAAE,EAAE,IAAID,GAAa,EAAG,CAAC,EACnFG,GAAiB,IAAIL,EAAU,EAAE,IAAII,GAAmB,CAAC,EAAG,CAAC,CAAC,EC9EpE,IAAME,GAAQ,CACpB,SAAAC,GACA,KAAAC,GACA,MAAAC,GACA,KAAAC,GACA,OAAAC,GACA,OAAAC,EACD,ECXO,IAAMC,GAAuB,CAAC,EAErC,QAASC,EAAI,EAAGA,EAAI,GAAIA,IACvBD,GAAa,KAAKE,GAAe,QAAQD,CAAC,OAAO,CAAC,EAG5C,IAAME,GAAkBC,GAAa,CAC3C,kBACA,kBACA,mBACA,qBACA,mBACD,CAAC,EAEYC,GAAaD,GAAa,CAAC,cAAe,WAAY,cAAc,CAAC,EAErEE,GAAmBF,GAAa,CAAC,iBAAkB,iBAAkB,mBAAmB,CAAC,EAEzFG,GAAeH,GAAa,CACxC,cACA,eACA,kBACA,gBACA,cACD,CAAC,EAEYI,GAAaJ,GAAa,CAAC,YAAa,WAAY,YAAa,cAAe,YAAY,CAAC,EC4GnG,IAAKK,QACXA,EAAA,UAAY,KACZA,EAAA,KAAO,OACPA,EAAA,KAAO,OACPA,EAAA,KAAO,OACPA,EAAA,KAAO,OACPA,EAAA,MAAQ,QACRA,EAAA,KAAO,OACPA,EAAA,KAAO,OACPA,EAAA,KAAO,OACPA,EAAA,KAAO,OACPA,EAAA,OAAS,SACTA,EAAA,OAAS,SAZEA,QAAA", + "names": ["require_cjs", "__commonJSMin", "exports", "module", "isMergeableObject", "__name", "value", "isNonNullObject", "isSpecial", "stringValue", "isReactElement", "canUseSymbol", "REACT_ELEMENT_TYPE", "emptyTarget", "val", "cloneUnlessOtherwiseSpecified", "options", "deepmerge", "defaultArrayMerge", "target", "source", "element", "getMergeFunction", "key", "customMerge", "getEnumerableOwnPropertySymbols", "symbol", "getKeys", "propertyIsOnObject", "object", "property", "propertyIsUnsafe", "mergeObject", "destination", "sourceIsArray", "targetIsArray", "sourceAndTargetTypesMatch", "array", "prev", "next", "deepmerge_1", "Time", "primitiveTypes", "isObject", "input", "constructor", "Object", "isPrimitive", "includes", "randInt", "min", "max", "Math", "floor", "random", "randFloat", "percent", "valueToCalc", "exports", "partialValue", "totalValue", "array", "chunkSize", "RangeError", "Number", "isInteger", "TypeError", "clone", "slice", "chunks", "length", "push", "splice", "val", "fn", "waitFor", "timeout", "args", "clearTimeout", "setTimeout", "deepClone", "source", "Array", "isArray", "output", "value", "key", "entries", "Map", "set", "Set", "values", "add", "obj", "keys", "arr", "filter", "firstArray", "secondArray", "item", "i", "upperLimit", "precision", "multiplier", "pow", "round", "num", "inMin", "inMax", "outMin", "outMax", "copy", "j", "ms", "Promise", "resolve", "str", "replace", "reduce", "a", "b", "src_exports", "__export", "ACCOUNT_TYPES", "AdeptSack", "BASE_API_URL", "BabyImpling", "Bank", "BarbarianAssault", "BasicSack", "BeginnerCasket", "BeginnerClueTable", "BrimstoneChest_default", "BronzeHAMChest", "CLUES", "CLUE_SCROLLS", "CLUE_SCROLL_NAMES", "Casket_default", "ChambersOfXeric", "Clues", "CommonSeedDropTable_default", "CrystalChest_default", "CrystalImpling", "DragonImpling", "EItem", "EMPTY_BIRD_NEST_ID", "EMonster", "EarthImpling", "EasyAmuletTable", "EasyBlessingsTable", "EasyBowTable", "EasyCapeTable", "EasyCasket", "EasyChefTable", "EasyClueTable", "EasyElegantTable", "EasyMonkTable", "EasyRareTable", "EasyStandardTable", "EasySubMonkTable", "EclecticImpling", "Elite3rdageTable", "EliteCasket", "EliteClueTable", "EliteMegaRareTable", "EliteMimicTable", "EliteRareTable", "EliteSeedTable", "EliteStandardTable", "EliteTuxedoTable", "ElvenCrystalChest_default", "EquipmentSlot", "ErrorDescriptions", "Errors", "EssenceImpling", "ExpertSack", "FishingTrawler", "Gauntlet", "GemTable", "GiantEggSacFull_default", "GiantsFoundryOrePack", "GourmetImpling", "GrandHallowedCoffin", "GrubbyChest_default", "HallowedSackTable", "Hard3rdageTable", "HardBlessedShields", "HardBowTable", "HardCasket", "HardClueTable", "HardHeralicPlatebody", "HardMegaRareTable", "HardRareTable", "HardStandardTable", "HerbDropTable_default", "Hiscores_default", "Implings", "IntricatePouch_default", "IronHAMChest", "Items_default", "JSONClone", "LarransChest_default", "LootTable", "LuckyImpling", "MINIGAMES", "MagpieImpling", "Master3rdageTable", "MasterAnkouOutfitTable", "MasterCasket", "MasterClueTable", "MasterDragonOrnTable", "MasterGodSwordOrnTable", "MasterMegaRareTable", "MasterMimicTable", "MasterMummyOutfitTable", "MasterRareTable", "MasterSack", "MasterSeedTable", "MasterStandardTable", "MasterSubAnkouOutfitTable", "MasterSubDragonOrnTable", "MasterSubMummyOutfitTable", "MediumAmuletTable", "MediumBowTable", "MediumCasket", "MediumClueTable", "MediumElegantTable", "MediumFirelighterTable", "MediumRareTable", "MediumStandardTable", "MediumSubFirelighterTable", "MediumUnicornTable", "Mimic3rdAgeTable", "misc_exports", "MonsterAttackType", "MonsterAttribute", "MonsterSlayerMaster", "monsters_default", "MuddyChest_default", "MysteryBox_default", "NatureImpling", "NestBoxEmpty_default", "NestBoxRing_default", "NestBoxSeeds_default", "Nightmare_default", "NinjaImpling", "OgreCoffin_default", "openables_default", "Player_default", "RareTable", "SKILLS", "SeedPack_default", "SilverHAMChest", "SimpleMonster", "SinisterChest_default", "SkillsEnum", "StandardTable", "SteelHAMChest", "SuccessfulUniqueTable", "TOBRooms", "Tempoross", "TheatreOfBlood", "TheatreOfBloodClass", "ToBUniqueTable", "USELESS_ITEMS", "UniqueTable", "util_exports", "VolcanicMineOrePack", "Wiki_default", "YoungImpling", "Zalcano_default", "addBanks", "addItemToBank", "allTeamCapes", "averageBank", "beekeeperOutfit", "bossNameMap", "calcDropRatesFromBank", "calcDropRatesFromBankWithoutUniques", "camoOutfit", "constants_exports", "convertBankToPerHourStats", "convertLVLtoXP", "convertXPtoLVL", "deepResolveItems", "fasterResolveBank", "fromKMB", "generateRandomBank", "getAncientShardChanceFromHP", "getBrimKeyChanceFromCBLevel", "getItem", "getItemOrThrow", "getLarranKeyChanceFromCBLevel", "getSlayersEnchantmentChanceFromHP", "getTotemChanceFromHP", "hiscoreURLs", "increaseBankQuantitesByPercent", "isValidUsername", "itemID", "itemNameMap", "itemTupleToTable", "lederhosenOutfit", "makeRevTable", "mappedBossNames", "mimeOutfit", "randomVariation", "resolveBank", "resolveItems", "resolveNameBank", "resolvePlayerFromHiscores", "revsUniqueTable", "toKMB", "zombieOutfit", "__toCommonJS", "import_deepmerge", "import_item_data", "cleanString", "str", "__name", "Collection", "_Collection", "__name", "predicate", "result", "key", "value", "callback", "index", "i", "entry", "items", "_items", "itemNameMap", "CLUE_SCROLLS", "CLUE_SCROLL_NAMES", "USELESS_ITEMS", "Items", "Collection", "__name", "item", "id", "itemName", "data", "deepMerge", "input", "cleanString", "itemsExport", "numID", "cleanName", "Items_default", "EItem", "EMonster", "constants_exports", "__export", "ACCOUNT_TYPES", "BASE_API_URL", "CLUES", "EMPTY_BIRD_NEST_ID", "ErrorDescriptions", "Errors", "MINIGAMES", "SKILLS", "SkillsEnum", "bossNameMap", "hiscoreURLs", "mappedBossNames", "BASE_API_URL", "SKILLS", "MINIGAMES", "CLUES", "mappedBossNames", "bossNameMap", "hiscoreURL", "type", "__name", "hiscoreURLs", "ACCOUNT_TYPES", "Errors", "ErrorDescriptions", "EMPTY_BIRD_NEST_ID", "SkillsEnum", "MonsterAttribute", "MonsterSlayerMaster", "MonsterAttackType", "misc_exports", "__export", "BarbarianAssault", "ChambersOfXeric", "EliteMimicTable", "FishingTrawler", "Gauntlet", "GrandHallowedCoffin", "MasterMimicTable", "Mimic3rdAgeTable", "Nightmare_default", "TOBRooms", "Tempoross", "TheatreOfBlood", "TheatreOfBloodClass", "ToBUniqueTable", "Zalcano_default", "import_e", "itemID", "name", "item", "Items_default", "__name", "import_e", "import_e", "toKMB", "number", "__name", "fromKMB", "numberBefore", "numberAfter", "newNum", "frozenErrorStr", "isValidInteger", "__name", "str", "isValidBankQuantity", "qty", "sanitizeItemBank", "mutSource", "key", "Items_default", "Bank", "_Bank", "source", "initialBank", "item", "itemID", "entries", "k", "v", "quantity", "id", "currentValue", "_item", "int", "randomEntry", "multiplier", "itemsToNotMultiply", "items", "itemEntry", "arr", "val", "fn", "bank", "a", "b", "result", "toKMB", "value", "otherBank", "errors", "reduceNumByPercent", "value", "percent", "__name", "randInt", "min", "max", "randFloat", "roll", "upperLimit", "LootTable", "_LootTable", "__name", "lootTableOptions", "newTable", "name", "itemID", "items", "item", "chance", "quantity", "options", "resolved", "weight", "loot", "Bank", "effectiveTertiaryItems", "i", "change", "Items_default", "reduceNumByPercent", "limit", "j", "outerLoop", "roll", "randomWeight", "randFloat", "result", "qty", "randInt", "LowGambleTable", "LootTable", "MediumGambleTable", "HighGambleTable", "BarbarianAssault", "import_e", "Minigame", "__name", "import_e", "SimpleTable", "__name", "item", "weight", "tableItem", "_tableItem", "_item", "randomWeight", "result", "i", "import_e", "resolveNameBank", "nameBank", "newBank", "name", "val", "itemID", "__name", "resolveBank", "bank", "nameOrID", "int", "id", "addItemToBank", "amountToAdd", "fasterResolveBank", "firstKey", "increaseBankQuantitesByPercent", "percent", "whitelist", "item", "qty", "increased", "convertBankToPerHourStats", "time", "result", "calcDropRatesFromBank", "iterations", "uniques", "uniquesReceived", "a", "b", "rate", "calcDropRatesFromBankWithoutUniques", "results", "addBanks", "banks", "Bank", "_bank", "averageBank", "kc", "generateRandomBank", "size", "amountPerItem", "Items_default", "import_e", "resolvePlayerFromHiscores", "csvData", "accountType", "data", "str", "resolvedPlayer", "accumulativeIndex", "i", "SKILLS", "MINIGAMES", "CLUES", "minigameKey", "minigameData", "mappedBossNames", "bossName", "__name", "isValidUsername", "username", "convertLVLtoXP", "lvl", "points", "convertXPtoLVL", "xp", "cap", "getBrimKeyChanceFromCBLevel", "combatLevel", "getLarranKeyChanceFromCBLevel", "slayerMonster", "baseChance", "JSONClone", "object", "getAncientShardChanceFromHP", "hitpoints", "getTotemChanceFromHP", "getSlayersEnchantmentChanceFromHP", "chanceHitpoints", "revsUniqueTable", "LootTable", "makeRevTable", "table", "options", "currentLoot", "index", "key", "itemName", "randomVariation", "value", "percentage", "lowerLimit", "upperLimit", "getItem", "identifier", "parsed", "Items_default", "getItemOrThrow", "item", "resolveItems", "_itemArray", "itemArray", "newArray", "osItem", "deepResolveItems", "test", "itemTupleToTable", "items", "quantity", "itemScales", "resolveNameBank", "NonUniqueTable", "SimpleTable", "itemID", "CoXUniqueTable", "LootTable", "cmTeamTimes", "ChambersOfXericClass", "Minigame", "__name", "i", "teamPoints", "chances", "totalChancePercentage", "teamSize", "completionTime", "teamSizeRange", "timeRequired", "rolls", "chance", "personalPoints", "items", "rolledItem", "loot", "_options", "options", "JSONClone", "elligibleForDust", "member", "val", "dropChances", "uniqueLoot", "lootResult", "uniqueDeciderTable", "teamMember", "Bank", "receipientID", "uniqueItem", "leftOverRecipient", "pointsOfThisMember", "entries", "quantity", "onyxChance", "bank", "ChambersOfXeric", "import_e", "trawlerFish", "itemID", "RawJunkTable", "LootTable", "JunkTable", "anglerOutfit", "FishingTrawler", "fishingLevel", "hasEliteArd", "bank", "loot", "Bank", "item", "ableToFish", "i", "possibleFish", "xp", "len", "multiplier", "fishToGive", "qty", "randomVariation", "__name", "DiedTable", "LootTable", "StandardInnerTable", "StandardTable", "CorruptedInnerTable", "CorruptedTable", "Gauntlet", "died", "type", "__name", "import_e", "data", "nonUniqueItemRanges", "resolveNameBank", "NonUniqueTable", "SimpleTable", "id", "phosaniData", "phosaniNonUniqueItemRanges", "PhosaniNonUniqueTable", "GearTable", "OrbTable", "mvpTertiary", "LootTable", "nonMvpTertiary", "phosaniTertiary", "NightmareClass", "__name", "i", "percentage", "isMvp", "isPhosani", "table", "ranges", "item", "range", "quantity", "options", "mvp", "a", "b", "parsedTeam", "teamMember", "lootResult", "Bank", "giveWeightedDrop", "recipient", "WeightedUniqueTable", "secondRollChance", "Nightmare", "Nightmare_default", "replaceItems", "PoolCasketTable", "LootTable", "fishTables", "table", "Tempoross", "quantity", "fishingLevel", "userBank", "loot", "Bank", "lootTable", "level", "fn", "index", "newItem", "__name", "import_e", "data", "nonUniqueItemRanges", "resolveNameBank", "NonUniqueTable", "SimpleTable", "id", "toolSeedTable", "LootTable", "tertiaryTable", "ZalcanoClass", "__name", "i", "perfPercent", "isMVP", "item", "range", "quantity", "team", "lootResult", "teamMember", "loot", "Bank", "Zalcano", "Zalcano_default", "Mimic3rdAgeTable", "LootTable", "EliteMimicTable", "MasterMimicTable", "import_e", "util_exports", "__export", "JSONClone", "addBanks", "addItemToBank", "averageBank", "calcDropRatesFromBank", "calcDropRatesFromBankWithoutUniques", "convertBankToPerHourStats", "convertLVLtoXP", "convertXPtoLVL", "deepResolveItems", "fasterResolveBank", "fromKMB", "generateRandomBank", "getAncientShardChanceFromHP", "getBrimKeyChanceFromCBLevel", "getItem", "getItemOrThrow", "getLarranKeyChanceFromCBLevel", "getSlayersEnchantmentChanceFromHP", "getTotemChanceFromHP", "increaseBankQuantitesByPercent", "isValidUsername", "itemID", "itemTupleToTable", "makeRevTable", "randomVariation", "resolveBank", "resolveItems", "resolveNameBank", "resolvePlayerFromHiscores", "revsUniqueTable", "toKMB", "TOBRooms", "ToBUniqueTable", "LootTable", "HardModeUniqueTable", "NonUniqueTable", "HardModeExtraTable", "TheatreOfBloodClass", "__name", "member", "isHardMode", "deaths", "Bank", "loot", "i", "item", "petChance", "team", "table", "SimpleTable", "_options", "options", "JSONClone", "maxPointsPerPerson", "penaltyForDeath", "maxPointsTeamCanGet", "parsedTeam", "t", "teamPoints", "val", "totalDeaths", "percentBaseChanceOfUnique", "purpleRecipient", "lootResult", "TheatreOfBlood", "GrandHallowedCoffin", "LootTable", "import_e", "import_monsters_data", "monsterData", "rawMonsterData", "Monster", "__name", "options", "pluralName", "SimpleMonster", "Monster", "__name", "options", "allItems", "quantity", "loot", "Bank", "canGetBrimKey", "wildySlayer", "slayerMonster", "lootTableOptions", "i", "getBrimKeyChanceFromCBLevel", "getSlayersEnchantmentChanceFromHP", "getLarranKeyChanceFromCBLevel", "getAncientShardChanceFromHP", "getTotemChanceFromHP", "Newtroost", "SimpleMonster", "LootTable", "Unicow", "Spidine", "Swordchick", "Jubster", "Frogeel", "CreatureCreation", "MegaRareTable", "LootTable", "GemTable", "RareDropTable", "RareDropTable_default", "TreeHerbSeedTable", "LootTable", "TreeHerbSeedTable_default", "AraxxorUniqueTable", "LootTable", "SupplyDrop", "AraxxorTable", "TreeHerbSeedTable_default", "RareDropTable_default", "Araxxor", "SimpleMonster", "import_e", "VirtusTable", "LootTable", "TradeableUniqueTable", "LootTable", "VirtusTable", "ClueTable", "SupplyTable", "ResourceTable", "DukeSucellusSingleton", "Monster", "__name", "itemID", "quantity", "options", "loot", "Bank", "i", "tradeableUniqueCap", "DukeSucellus", "AwakenedDukeSucellusSingleton", "Monster", "__name", "quantity", "options", "DukeSucellus", "AwakenedDukeSucellus", "import_e", "TradeableUniqueTable", "LootTable", "VirtusTable", "ClueTable", "SupplyTable", "ResourceTable", "TheLeviathanSingleton", "Monster", "__name", "itemID", "quantity", "options", "loot", "Bank", "i", "tradeableUniqueCap", "TheLeviathan", "AwakenedTheLeviathanSingleton", "Monster", "__name", "quantity", "options", "TheLeviathan", "AwakenedTheLeviathan", "import_e", "TradeableUniqueTable", "LootTable", "VirtusTable", "ClueTable", "SupplyTable", "ResourceTable", "TheWhispererSingleton", "Monster", "__name", "itemID", "quantity", "options", "loot", "Bank", "i", "tradeableUniqueCap", "TheWhisperer", "AwakenedTheWhispererSingleton", "Monster", "__name", "quantity", "options", "TheWhisperer", "AwakenedTheWhisperer", "import_e", "TradeableUniqueTable", "LootTable", "VirtusTable", "ClueTable", "SupplyTable", "ResourceTable", "VardorvisSingleton", "Monster", "__name", "itemID", "quantity", "options", "loot", "Bank", "i", "tradeableUniqueCap", "Vardorvis", "AwakenedVardorvisSingleton", "Monster", "__name", "quantity", "options", "Vardorvis", "AwakenedVardorvis", "HerbDropTable", "LootTable", "HerbDropTable_default", "UncommonSeedDropTable", "LootTable", "UncommonSeedDropTable_default", "ChaosTable", "LootTable", "BryophytaTable", "HerbDropTable_default", "UncommonSeedDropTable_default", "itemTupleToTable", "Bryophyta_default", "SimpleMonster", "GWMegaRareTable", "LootTable", "ShardTable", "GWGemTable", "GWRareDropTable", "GWRareDropTable_default", "MinionUniqueTable", "LootTable", "MinionShardTable", "ShardTable", "MinionTable", "UniqueTable", "CommanderZilyanaTable", "itemTupleToTable", "GWRareDropTable_default", "GWGemTable", "CommanderZilyana_default", "SimpleMonster", "RareSeedTable", "LootTable", "RareSeedTable_default", "TalismanTable", "LootTable", "TalismanTable_default", "DagannothPrimeTable", "LootTable", "TalismanTable_default", "RareDropTable_default", "GemTable", "RareSeedTable_default", "DagannothPrime_default", "SimpleMonster", "DagannothRexTable", "LootTable", "RareDropTable_default", "GemTable", "TalismanTable_default", "DagannothRex_default", "SimpleMonster", "DagannothSupremeTable", "LootTable", "RareDropTable_default", "GemTable", "RareSeedTable_default", "TalismanTable_default", "DagannothSupreme_default", "SimpleMonster", "DerangedArchaeologistTable", "LootTable", "TreeHerbSeedTable_default", "RareDropTable_default", "GemTable", "DerangedArchaeologist_default", "SimpleMonster", "GeneralGraardorArmorTable", "LootTable", "MinionUniqueTable", "MinionShardTable", "ShardTable", "MinionTable", "StrongsackMinionTable", "SteelwillMinionTable", "GrimspikeMinionTable", "UniqueTable", "GeneralGraardorTable", "GWRareDropTable_default", "GWGemTable", "GeneralGraardor_default", "SimpleMonster", "GiantMoleTable", "LootTable", "RareDropTable_default", "GemTable", "GiantMole_default", "SimpleMonster", "KqConsumablesTable", "LootTable", "KalphiteQueenTable", "RareDropTable_default", "KalphiteQueen_default", "SimpleMonster", "KreearraArmorTable", "LootTable", "MinionUniqueTable", "MinionShardTable", "ShardTable", "MinionTable", "UniqueTable", "KreearraTable", "itemTupleToTable", "GWRareDropTable_default", "GWGemTable", "Kreearra_default", "SimpleMonster", "MinionUniqueTable", "LootTable", "MinionShardTable", "ShardTable", "MinionTable", "ZaklnGritchMinionTable", "UniqueTable", "KrilTsutsarothTable", "itemTupleToTable", "GWRareDropTable_default", "GWGemTable", "KrilTsutsaroth_default", "SimpleMonster", "OborTable", "LootTable", "itemTupleToTable", "Obor_default", "SimpleMonster", "UniquePhantomMuspahTable", "LootTable", "FoodAndPotions", "MoreHerbs", "NormalPhantomMuspahTable", "TreeHerbSeedTable_default", "RareDropTable_default", "TotalPhantomMuspahTable", "PhantomMuspah_default", "SimpleMonster", "TatteredPageTable", "LootTable", "HerbTable", "SarachnisTable", "RareSeedTable_default", "GemTable", "Sarachnis_default", "SimpleMonster", "ScurriusTable", "LootTable", "Scurrius_default", "SimpleMonster", "AncientShardTable", "LootTable", "SkotizoTable", "Skotizo_default", "SimpleMonster", "VorkathBoltTipTable", "LootTable", "VorkathTable", "RareDropTable_default", "TreeHerbSeedTable_default", "TotalVorkathTable", "Vorkath_default", "SimpleMonster", "ZulrahUniqueTable", "LootTable", "ZulrahFlaxMutagenTable", "ZulrahTable", "RareDropTable_default", "TotalZulrahTable", "Zulrah_default", "SimpleMonster", "HerbSubTable", "LootTable", "AbyssalSireTable", "TreeHerbSeedTable_default", "TalismanTable_default", "RareDropTable_default", "AbyssalSire_default", "SimpleMonster", "AlchemicalHydraBrimstoneRingTable", "LootTable", "RuneArmourTable", "NotedHerbsTable", "NormalTable", "itemTupleToTable", "TreeHerbSeedTable_default", "RareDropTable_default", "NormalUniqueTable", "AlchemicalHydraTable", "AlchemicalHydra_default", "SimpleMonster", "CerberusUniqueTable", "LootTable", "CerberusTable", "RareDropTable_default", "Cerberus_default", "SimpleMonster", "NormalUniqueTable", "LootTable", "itemTupleToTable", "GrotesqueGuardiansTable", "GrotesqueGuardians_default", "SimpleMonster", "KrakenTable", "LootTable", "GemTable", "Kraken_default", "SimpleMonster", "ThermonuclearSmokeDevilTable", "LootTable", "GemTable", "ThermonuclearSmokeDevil_default", "SimpleMonster", "allSlayerBosses", "AbyssalSire_default", "Cerberus_default", "AlchemicalHydra_default", "GrotesqueGuardians_default", "ThermonuclearSmokeDevil_default", "Kraken_default", "ArtioUniqueTable", "LootTable", "ArtioSecondarySupplyTable", "ArtioTable", "ArtioTotalTable", "Artio_default", "SimpleMonster", "CallistoUniqueTable", "LootTable", "CallistoSecondarySupplyTable", "CallistoTable", "CallistoTotalTable", "Callisto_default", "SimpleMonster", "SkeletonHellhoundTable", "LootTable", "CalvarionUniqueTable", "CalvarionSecondarySupplyTable", "CalvarionTable", "CalvarionTotalTable", "Calvarion_default", "SimpleMonster", "ChaosElementalMinorTable", "LootTable", "ChaosElementalTable", "RareDropTable_default", "ChaosElemental_default", "SimpleMonster", "ChaosFanaticUniqueTable", "LootTable", "ChaosFanaticTable", "itemTupleToTable", "RareDropTable_default", "GemTable", "ChaosFanatic_default", "SimpleMonster", "CrazyArchaeologistUniqueTable", "LootTable", "CrazyArchaeologistTable", "itemTupleToTable", "RareDropTable_default", "GemTable", "CrazyArchaeologist_default", "SimpleMonster", "KingBlackDragonTable", "LootTable", "RareDropTable_default", "GemTable", "KingBlackDragon_default", "SimpleMonster", "ScorpiaUniqueTable", "LootTable", "ScorpiaTable", "Scorpia_default", "SimpleMonster", "SpindelUniqueTable", "LootTable", "SpindelSecondarySupplyTable", "SpindelTable", "SpindelTotalTable", "Spindel_default", "SimpleMonster", "VenenatisUniqueTable", "LootTable", "VenenatisSecondarySupplyTable", "VenenatisTable", "VenenatisTotalTable", "Venenatis_default", "SimpleMonster", "SkeletonHellhoundTable", "LootTable", "VetionUniqueTable", "VetionSecondarySupplyTable", "VetionTable", "VetionTotalTable", "Vetion_default", "SimpleMonster", "allWildyBosses", "Callisto_default", "ChaosElemental_default", "CrazyArchaeologist_default", "KingBlackDragon_default", "Scorpia_default", "Venenatis_default", "Vetion_default", "ChaosFanatic_default", "Artio_default", "Spindel_default", "Calvarion_default", "SigilTable", "LootTable", "CorporealBeastTable", "GemTable", "CorporealBeast_default", "SimpleMonster", "allBosses", "Araxxor", "CorporealBeast_default", "DagannothPrime_default", "DagannothRex_default", "DagannothSupreme_default", "GiantMole_default", "KalphiteQueen_default", "Obor_default", "Sarachnis_default", "Vorkath_default", "Zulrah_default", "CommanderZilyana_default", "GeneralGraardor_default", "Kreearra_default", "KrilTsutsaroth_default", "Bryophyta_default", "Skotizo_default", "DerangedArchaeologist_default", "PhantomMuspah_default", "DukeSucellus", "Vardorvis", "TheLeviathan", "TheWhisperer", "AwakenedDukeSucellus", "AwakenedTheLeviathan", "AwakenedTheWhisperer", "AwakenedVardorvis", "Scurrius_default", "allWildyBosses", "allSlayerBosses", "AberrantSpectreHerbTable", "LootTable", "HerbDropTable_default", "AberrantSpectrePreTable", "RareSeedTable_default", "GemTable", "AberrantSpectreTable", "AberrantSpectre_default", "SimpleMonster", "WildySlayerCaveTable", "LootTable", "AbyssalDemonPreTable", "HerbDropTable_default", "RareDropTable_default", "GemTable", "AbyssalDemonTable", "AbyssalDemonWildyCaveTable", "AbyssalDemon_default", "SimpleMonster", "UsefulHerbTable", "LootTable", "UsefulHerbTable_default", "AdamantDragonTable", "LootTable", "UsefulHerbTable_default", "RareDropTable_default", "AdamantDragon_default", "SimpleMonster", "AlKharidWarrior_default", "SimpleMonster", "LootTable", "AncientZygomiteTable", "LootTable", "TreeHerbSeedTable_default", "RareDropTable_default", "AncientZygomite_default", "SimpleMonster", "CommonSeedDropTable", "LootTable", "CommonSeedDropTable_default", "WildySlayerCaveTable", "LootTable", "AnkouTable", "HerbDropTable_default", "CommonSeedDropTable_default", "GemTable", "AnkouWildyCaveTable", "Ankou_default", "SimpleMonster", "ArmadylianGuardTable", "LootTable", "HerbDropTable_default", "GemTable", "ArmadylianGuard_default", "SimpleMonster", "ArmouredZombieTable", "LootTable", "HerbDropTable_default", "GemTable", "ArmouredZombie_default", "SimpleMonster", "AsynShadeTable", "LootTable", "AsynShade_default", "SimpleMonster", "AviansieTable", "LootTable", "HerbDropTable_default", "GemTable", "Aviansie_default", "SimpleMonster", "BabyBlackDragon", "LootTable", "BabyBlackDragon_default", "SimpleMonster", "BabyBlueDragonTable", "LootTable", "BabyBlueDragon_default", "SimpleMonster", "BabyGreenDragonTable", "LootTable", "BabyGreenDragon_default", "SimpleMonster", "BabyRedDragonTable", "LootTable", "BabyRedDragon_default", "SimpleMonster", "BanditTable", "LootTable", "GemTable", "Bandit_default", "SimpleMonster", "BansheePreTable", "LootTable", "HerbDropTable_default", "GemTable", "BansheeTable", "Banshee_default", "SimpleMonster", "BasiliskPreTable", "LootTable", "HerbDropTable_default", "GemTable", "BasiliskTable", "Basilisk_default", "SimpleMonster", "BasiliskKnightPreTable", "LootTable", "UsefulHerbTable_default", "GemTable", "BasiliskKnightTable", "BasiliskKnightOnTaskTable", "BasiliskKnight_default", "SimpleMonster", "BatTable", "LootTable", "Bat_default", "SimpleMonster", "BearCubTable", "LootTable", "BearCub_default", "SimpleMonster", "BeardedBandit_default", "SimpleMonster", "LootTable", "BigWolfTable", "LootTable", "BigWolf_default", "SimpleMonster", "BirdTable", "LootTable", "Bird_default", "SimpleMonster", "BlackBearTable", "LootTable", "BlackBear_default", "SimpleMonster", "WildySlayerCaveTable", "LootTable", "BlackDemonTable", "HerbDropTable_default", "RareDropTable_default", "GemTable", "BlackDemonWildyCaveTable", "BlackDemon_default", "SimpleMonster", "WildySlayerCaveTable", "LootTable", "BlackDragonTable", "RareDropTable_default", "GemTable", "BlackDragonWildyCaveTable", "BlackDragon_default", "SimpleMonster", "BlackGuardTable", "LootTable", "GemTable", "BlackGuard_default", "SimpleMonster", "BlackKnightTable", "LootTable", "HerbDropTable_default", "GemTable", "BlackKnight_default", "SimpleMonster", "HerbTable", "LootTable", "BloodReaverTable", "GemTable", "BloodReaver_default", "SimpleMonster", "BloodveldPreTable", "LootTable", "HerbDropTable_default", "itemTupleToTable", "GemTable", "BloodveldTable", "Bloodveld_default", "SimpleMonster", "BlueDragonTable", "LootTable", "HerbDropTable_default", "GemTable", "BlueDragon_default", "SimpleMonster", "BrineRatTable", "LootTable", "BrineRat_default", "SimpleMonster", "BronzeDragonTable", "LootTable", "RareDropTable_default", "GemTable", "BronzeDragon_default", "SimpleMonster", "UniqueTable", "LootTable", "BrutalBlackDragonTable", "RareDropTable_default", "GemTable", "BrutalBlackDragon_default", "SimpleMonster", "BrutalBlueDragonTable", "LootTable", "RareDropTable_default", "GemTable", "BrutalBlueDragon_default", "SimpleMonster", "BrutalGreenDragonTable", "LootTable", "HerbDropTable_default", "RareDropTable_default", "GemTable", "BrutalGreenDragon_default", "SimpleMonster", "BrutalRedDragonTable", "LootTable", "RareDropTable_default", "GemTable", "BrutalRedDragon_default", "SimpleMonster", "FixedAllotmentSeedTable", "LootTable", "FixedAllotmentSeedTable_default", "CatableponTable", "LootTable", "HerbDropTable_default", "FixedAllotmentSeedTable_default", "GemTable", "Catablepon_default", "SimpleMonster", "CaveBugTable", "LootTable", "HerbDropTable_default", "CaveBug_default", "SimpleMonster", "VariableAllotmentSeedTable", "LootTable", "VariableAllotmentSeedTable_default", "CaveCrawlerTable", "LootTable", "VariableAllotmentSeedTable_default", "HerbDropTable_default", "GemTable", "CaveCrawler_default", "SimpleMonster", "CaveGoblinTable", "LootTable", "CaveGoblin_default", "SimpleMonster", "ClubOrSpearTable", "LootTable", "CaveGoblinGuardTable", "CaveGoblinGuard_default", "SimpleMonster", "CaveHorrorPreTable", "LootTable", "HerbDropTable_default", "RareSeedTable_default", "VariableAllotmentSeedTable_default", "GemTable", "CaveHorrorTable", "CaveHorror_default", "SimpleMonster", "CaveKrakenTable", "LootTable", "HerbDropTable_default", "RareSeedTable_default", "GemTable", "CaveKraken_default", "SimpleMonster", "CaveSlimeTable", "LootTable", "GemTable", "CaveSlime_default", "SimpleMonster", "ChaosDruidTable", "LootTable", "HerbDropTable_default", "GemTable", "ChaosDruid_default", "SimpleMonster", "ChaosDwarfTable", "LootTable", "GemTable", "ChaosDwarf_default", "SimpleMonster", "ChickenTable", "LootTable", "Chicken_default", "SimpleMonster", "ChompyBirdTable", "LootTable", "ChompyBird_default", "SimpleMonster", "CockatricePreTable", "LootTable", "HerbDropTable_default", "GemTable", "CockatriceTable", "Cockatrice_default", "SimpleMonster", "CowTable", "LootTable", "Cow_default", "SimpleMonster", "CowCalfTable", "LootTable", "CowCalf_default", "SimpleMonster", "freshCrabTable", "LootTable", "CrabTable", "Crab_default", "SimpleMonster", "CrawlingHandPreTable", "LootTable", "GemTable", "CrawlingHandTable", "CrawlingHand_default", "SimpleMonster", "CrocodileTable", "LootTable", "Crocodile_default", "SimpleMonster", "CryptRatTable", "LootTable", "CryptRat_default", "SimpleMonster", "CyclopseTable", "LootTable", "HerbDropTable_default", "UncommonSeedDropTable_default", "GemTable", "Cyclops_default", "SimpleMonster", "DagannothTable", "LootTable", "RareSeedTable_default", "GemTable", "Dagannoth_default", "SimpleMonster", "DagannothSpawnTable", "LootTable", "GemTable", "DagannothSpawn_default", "SimpleMonster", "DagannothFledgeling", "LootTable", "DaganothFledgeling_default", "SimpleMonster", "DBHerbTable", "LootTable", "HerbDropTable_default", "DarkBeastPreTable", "RareSeedTable_default", "RareDropTable_default", "GemTable", "DarkBeastTable", "DarkBeast_default", "SimpleMonster", "DarkWarriorTable", "LootTable", "HerbDropTable_default", "DarkWarrior_default", "SimpleMonster", "DeadlyRedSpiderTable", "LootTable", "DeadlyRedSpider_default", "SimpleMonster", "DeathWingTable", "LootTable", "DeathWing_default", "SimpleMonster", "NotedHerbTable", "LootTable", "UniqueTable", "LootTable", "DemonicGorillaTable", "NotedHerbTable", "TreeHerbSeedTable_default", "RareDropTable_default", "DemonicGorilla_default", "SimpleMonster", "DesertBanditTable", "LootTable", "DesertBandit_default", "SimpleMonster", "HerbFireRuneTable", "LootTable", "HerbDropTable_default", "SeedWaterskinTable", "FixedAllotmentSeedTable_default", "DesertLizardTable", "GemTable", "DesertLizard_default", "SimpleMonster", "DesertWolfTable", "LootTable", "DesertWolf_default", "SimpleMonster", "DeviantSpectreHerbTable", "LootTable", "HerbDropTable_default", "DeviantSpectrePreTable", "RareSeedTable_default", "GemTable", "DeviantSpectreTable", "DeviantSpectre_default", "SimpleMonster", "DrakeNotedHerbTable", "LootTable", "DrakeOnTaskUniqueTable", "DrakeOffTaskUniqueTable", "DrakePreTable", "HerbDropTable_default", "RareSeedTable_default", "GemTable", "DrakeTable", "DrakeOnTaskTable", "Drake_default", "SimpleMonster", "DuckTable", "LootTable", "Duck_default", "SimpleMonster", "DucklingTable", "LootTable", "Duckling_default", "SimpleMonster", "DungeonRatTable", "LootTable", "DungeonRat_default", "SimpleMonster", "WildySlayerCaveTable", "LootTable", "DustDevilPreTable", "HerbDropTable_default", "GemTable", "DustDevilTable", "DustDevilWildyCaveTable", "DustDevil_default", "SimpleMonster", "DwarfTable", "LootTable", "GemTable", "Dwarf_default", "SimpleMonster", "DwarfGangMemberTable", "LootTable", "DwarfGangMember_default", "SimpleMonster", "EarthWarriorTable", "LootTable", "HerbDropTable_default", "CommonSeedDropTable_default", "GemTable", "EarthWarrior_default", "SimpleMonster", "ZamorakRobesTable", "LootTable", "ElderChaosDruidTable", "HerbDropTable_default", "RareDropTable_default", "GemTable", "ElderChaosDruid_default", "SimpleMonster", "ElfTable", "LootTable", "Elf_default", "SimpleMonster", "ElfArcherTable", "LootTable", "HerbDropTable_default", "GemTable", "ElfArcher_default", "SimpleMonster", "ElfWarriorTable", "LootTable", "HerbDropTable_default", "GemTable", "ElfWarrior_default", "SimpleMonster", "LogTable", "LootTable", "EntTable", "Ent_default", "SimpleMonster", "FarmerTable", "LootTable", "Farmer_default", "SimpleMonster", "FemaleHamMemberTable", "LootTable", "FemaleHamMember_default", "SimpleMonster", "FeralVampyreTable", "LootTable", "HerbDropTable_default", "UncommonSeedDropTable_default", "GemTable", "FeralVampyre_default", "SimpleMonster", "FeverSpiderTable", "LootTable", "FeverSpider_default", "SimpleMonster", "FireGiantTable", "LootTable", "HerbDropTable_default", "RareDropTable_default", "GemTable", "FireGiant_default", "SimpleMonster", "FiyrShadeTable", "LootTable", "FiyrShade_default", "SimpleMonster", "FleshCrawlerTable", "LootTable", "HerbDropTable_default", "GemTable", "FleshCrawler_default", "SimpleMonster", "AncientWyvernTreeSeedTable", "LootTable", "AncientWyvernTable", "TreeHerbSeedTable_default", "RareDropTable_default", "FossilIslandWyvernAncient_default", "SimpleMonster", "WyvernHerbTable", "LootTable", "WyvernHerbTable_default", "LongTailedWyvernTable", "LootTable", "WyvernHerbTable_default", "TreeHerbSeedTable_default", "FossilIslandWyvernLongTailed_default", "SimpleMonster", "SpittingWyvernTable", "LootTable", "WyvernHerbTable_default", "TreeHerbSeedTable_default", "FossilIslandWyvernSpitting_default", "SimpleMonster", "TalonedWyvernTable", "LootTable", "WyvernHerbTable_default", "TreeHerbSeedTable_default", "FossilIslandWyvernTaloned_default", "SimpleMonster", "FremennikCitizen_default", "SimpleMonster", "LootTable", "GargoylePreTable", "LootTable", "GemTable", "GargoyleTable", "GargoyleOnTaskTable", "Gargoyle_default", "SimpleMonster", "GhostTable", "LootTable", "Ghost_default", "SimpleMonster", "GhoulTable", "LootTable", "Ghoul_default", "SimpleMonster", "GiantBatTable", "LootTable", "GiantBat_default", "SimpleMonster", "GiantCryptSpiderTable", "LootTable", "GiantCryptSpider_default", "SimpleMonster", "GiantFrog_default", "SimpleMonster", "LootTable", "GiantRatTable", "LootTable", "GiantRat_default", "SimpleMonster", "GiantSeaSnakeTable", "LootTable", "HerbDropTable_default", "UncommonSeedDropTable_default", "GiantSeaSnake_default", "SimpleMonster", "GiantSpiderTable", "LootTable", "GiantSpider_default", "SimpleMonster", "GnomeTable", "LootTable", "Gnome_default", "SimpleMonster", "GoatTable", "LootTable", "Goat_default", "SimpleMonster", "GoblinTable", "LootTable", "Goblin_default", "SimpleMonster", "WildySlayerCaveTable", "LootTable", "GreaterDemonTable", "GemTable", "GreaterDemonWildyCaveTable", "GreaterDemon_default", "SimpleMonster", "WildySlayerCaveTable", "LootTable", "GreaterNechryaelTable", "HerbDropTable_default", "RareSeedTable_default", "GemTable", "GreaterNechryaelWildyCaveTable", "GreaterNechryael_default", "SimpleMonster", "WildySlayerCaveTable", "LootTable", "GreenDragonTable", "HerbDropTable_default", "GemTable", "GreenDragonWildyCaveTable", "GreenDragon_default", "SimpleMonster", "GrizzlyBearTable", "LootTable", "GrizzlyBear_default", "SimpleMonster", "GrizzlyBearCubTable", "LootTable", "GrizzlyBearCub_default", "SimpleMonster", "GuardTable", "LootTable", "FixedAllotmentSeedTable_default", "Guard_default", "SimpleMonster", "GuardBanditTable", "LootTable", "GuardBandit_default", "SimpleMonster", "GuardDogTable", "LootTable", "GuardDog_default", "SimpleMonster", "HarpieBugSwarmTable", "LootTable", "GemTable", "HarpieBugSwarm_default", "SimpleMonster", "WildySlayerCaveTable", "LootTable", "HellhoundTable", "HellhoundWildyCaveTable", "Hellhound_default", "SimpleMonster", "HeroTable", "LootTable", "Hero_default", "SimpleMonster", "HillGiantTable", "LootTable", "FixedAllotmentSeedTable_default", "HerbDropTable_default", "GemTable", "HillGiant_default", "SimpleMonster", "HerbTable", "LootTable", "HobgoblinTable", "CommonSeedDropTable_default", "GemTable", "Hobgoblin_default", "SimpleMonster", "HydraBrimstoneRingTable", "LootTable", "HydraOffTaskUniqueTable", "HydraOnTaskUniqueTable", "HydraPreTable", "HerbDropTable_default", "NotedHerbTable", "RareSeedTable_default", "GemTable", "HydraTable", "HydraOnTaskTable", "Hydra_default", "SimpleMonster", "WildySlayerCaveTable", "LootTable", "IceGiantTable", "UncommonSeedDropTable_default", "GemTable", "IceGiantWildyCaveTable", "IceGiant_default", "SimpleMonster", "IceTrollTable", "LootTable", "HerbDropTable_default", "UncommonSeedDropTable_default", "GemTable", "IceTroll_default", "SimpleMonster", "IceWarriorTable", "LootTable", "HerbDropTable_default", "UncommonSeedDropTable_default", "GemTable", "IceWarrior_default", "SimpleMonster", "IceWolfTable", "LootTable", "IceWolf_default", "SimpleMonster", "IcefiendTable", "LootTable", "GemTable", "Icefiend_default", "SimpleMonster", "ImpTable", "LootTable", "Imp_default", "SimpleMonster", "InfernalMagePreTable", "LootTable", "InfernalMageTable", "InfernalMage_default", "SimpleMonster", "IorwerthArcherTable", "LootTable", "HerbDropTable_default", "RareSeedTable_default", "GemTable", "IorwerthArcher_default", "SimpleMonster", "IorwerthWarriorTable", "LootTable", "HerbDropTable_default", "RareSeedTable_default", "GemTable", "IorwerthWarrior_default", "SimpleMonster", "IronDragonTable", "LootTable", "RareDropTable_default", "GemTable", "IronDragon_default", "SimpleMonster", "JackalTable", "LootTable", "Jackal_default", "SimpleMonster", "WildySlayerCaveTable", "LootTable", "JellyPreTable", "GemTable", "JellyTable", "JellyWildyCaveTable", "Jelly_default", "SimpleMonster", "JogreTable", "LootTable", "HerbDropTable_default", "CommonSeedDropTable_default", "GemTable", "Jogre_default", "SimpleMonster", "JubblyBird_default", "SimpleMonster", "LootTable", "JungleHorrorTable", "LootTable", "HerbDropTable_default", "VariableAllotmentSeedTable_default", "itemTupleToTable", "GemTable", "JungleHorror_default", "SimpleMonster", "JungleWolfTable", "LootTable", "JungleWolf_default", "SimpleMonster", "KalphiteGuardianTable", "LootTable", "HerbDropTable_default", "RareDropTable_default", "GemTable", "KalphiteGuardian_default", "SimpleMonster", "KalphiteSoldierTable", "LootTable", "HerbDropTable_default", "GemTable", "KalphiteSoldier_default", "SimpleMonster", "KalphiteWorkerTable", "LootTable", "HerbDropTable_default", "GemTable", "KalphiteWorker_default", "SimpleMonster", "KillerwattTable", "LootTable", "HerbDropTable_default", "GemTable", "Killerwatt_default", "SimpleMonster", "KingScorpionTable", "LootTable", "KingScorpion_default", "SimpleMonster", "KnightOfArdougne_default", "SimpleMonster", "LootTable", "KuraskPreTable", "LootTable", "HerbDropTable_default", "RareSeedTable_default", "GemTable", "KuraskTable", "Kurask_default", "SimpleMonster", "LavaDragonTable", "LootTable", "HerbDropTable_default", "RareDropTable_default", "GemTable", "LavaDragon_default", "SimpleMonster", "WildySlayerCaveTable", "LootTable", "LesserDemonTable", "HerbDropTable_default", "GemTable", "LesserDemonWildyCaveTable", "LesserDemon_default", "SimpleMonster", "HerbFireRuneTable", "LootTable", "HerbDropTable_default", "SeedWaterskinTable", "FixedAllotmentSeedTable_default", "LizardTable", "GemTable", "Lizard_default", "SimpleMonster", "LizardmanTable", "LootTable", "CommonSeedDropTable_default", "Lizardman_default", "SimpleMonster", "LizardmanBruteTable", "LootTable", "UncommonSeedDropTable_default", "LizardmanBrute_default", "SimpleMonster", "LizardmanShamanTable", "LootTable", "NotedHerbTable", "TreeHerbSeedTable_default", "RareDropTable_default", "LizardmanShaman_default", "SimpleMonster", "LoarShadeTable", "LootTable", "LoarShade_default", "SimpleMonster", "LobstrosityTable", "LootTable", "NotedHerbTable", "HerbDropTable_default", "UncommonSeedDropTable_default", "RareSeedTable_default", "GemTable", "Lobstrosity_default", "SimpleMonster", "LocustRiderTable", "LootTable", "HerbDropTable_default", "RareSeedTable_default", "RareDropTable_default", "GemTable", "LocustRider_default", "SimpleMonster", "MagicAxeTable", "LootTable", "MagicAxe_default", "SimpleMonster", "MaleHamMemberTable", "LootTable", "MaleHamMember_default", "SimpleMonster", "AllotmentSeedTable", "LootTable", "BushSeedTable", "HopsSeedTable", "FruitTreeSeedTable", "MammothTable", "HerbDropTable_default", "RareDropTable_default", "GemTable", "Mammoth_default", "SimpleMonster", "ManWomanTable_default", "LootTable", "HerbDropTable_default", "Man_default", "SimpleMonster", "ManWomanTable_default", "LootTable", "ManiacalMonkeyTable", "LootTable", "ManiacalMonkey_default", "SimpleMonster", "MasterFarmerTable", "LootTable", "MasterFarmer_default", "SimpleMonster", "MenaphiteThug_default", "SimpleMonster", "LootTable", "MinotaurTable", "LootTable", "GemTable", "Minotaur_default", "SimpleMonster", "ancientPageTable", "LootTable", "MithrilDragonTable", "RareDropTable_default", "GemTable", "MithrilDragon_default", "SimpleMonster", "MogreTable", "LootTable", "UncommonSeedDropTable_default", "Mogre_default", "SimpleMonster", "MolaniskTable", "LootTable", "HerbDropTable_default", "RareDropTable_default", "Molanisk_default", "SimpleMonster", "MonkeyTable", "LootTable", "Monkey_default", "SimpleMonster", "MonkeyArcherTable", "LootTable", "MonkeyArcher_default", "SimpleMonster", "MonkeyGuardTable", "LootTable", "MonkeyGuard_default", "SimpleMonster", "MonkeyZombieTable", "LootTable", "MonkeyZombie_default", "SimpleMonster", "MossGiantTable", "LootTable", "HerbDropTable_default", "UncommonSeedDropTable_default", "GemTable", "MossGiant_default", "SimpleMonster", "MountainTrollTable", "LootTable", "HerbDropTable_default", "CommonSeedDropTable_default", "GemTable", "MountainTroll_default", "SimpleMonster", "MountedTerrorBirdGnomeTable", "LootTable", "MountedTerrorBirdGnome_default", "SimpleMonster", "MournerTable", "LootTable", "Mourner_default", "SimpleMonster", "MutatedBloodveldPreTable", "LootTable", "RareDropTable_default", "GemTable", "MutatedBloodveldTable", "MutatedBloodveld_default", "SimpleMonster", "NechryaelPreTable", "LootTable", "RareSeedTable_default", "RareDropTable_default", "GemTable", "NechryaelTable", "Nechryael_default", "SimpleMonster", "OgreTable", "LootTable", "UncommonSeedDropTable_default", "Ogre_default", "SimpleMonster", "OgressShamanTable", "LootTable", "UncommonSeedDropTable_default", "GemTable", "OgressShaman_default", "SimpleMonster", "OgressWarriorTable", "LootTable", "UncommonSeedDropTable_default", "GemTable", "OgressWarrior_default", "SimpleMonster", "OtherworldlybeingTable", "LootTable", "HerbDropTable_default", "GemTable", "Otherworldlybeing_default", "SimpleMonster", "PaladinTable", "LootTable", "Paladin_default", "SimpleMonster", "PenguinTable", "LootTable", "Penguin_default", "SimpleMonster", "PhrinShadeTable", "LootTable", "PhrinShade_default", "SimpleMonster", "PirateTable", "LootTable", "GemTable", "Pirate_default", "SimpleMonster", "PitScorpionTable", "LootTable", "PitScorpion_default", "SimpleMonster", "PoisonScorpionTable", "LootTable", "PoisonScorpion_default", "SimpleMonster", "PollnivnianBandit_default", "SimpleMonster", "LootTable", "PorazdirTable", "LootTable", "Porazdir_default", "SimpleMonster", "PrifddinasElfTable", "LootTable", "Elf_default", "PrifddinasElf_default", "SimpleMonster", "PriffRabbit", "LootTable", "PriffRabbit_default", "SimpleMonster", "PyrefiendPreTable", "LootTable", "GemTable", "PyrefiendTable", "Pyrefiend_default", "SimpleMonster", "PyrelordPreTable", "LootTable", "GemTable", "PyrelordTable", "Pyrelord_default", "SimpleMonster", "RatTable", "LootTable", "Rat_default", "SimpleMonster", "RedDragonTable", "LootTable", "HerbDropTable_default", "GemTable", "RedDragon_default", "SimpleMonster", "RevenantCyclopsTable", "LootTable", "RevenantCyclops_default", "SimpleMonster", "makeRevTable", "RevenantDarkBeastTable", "LootTable", "RevenantDarkBeast_default", "SimpleMonster", "makeRevTable", "RevenantDemonTable", "LootTable", "RevenantDemon_default", "SimpleMonster", "makeRevTable", "RevenantDragonTable", "LootTable", "RevenantDragon_default", "SimpleMonster", "makeRevTable", "RevenantGoblinTable", "LootTable", "RevenantGoblin_default", "SimpleMonster", "makeRevTable", "RevenantHellhoundTable", "LootTable", "RevenantHellhound_default", "SimpleMonster", "makeRevTable", "RevenantHobgoblinTable", "LootTable", "RevenantHobgoblin_default", "SimpleMonster", "makeRevTable", "RevenantImpTable", "LootTable", "RevenantImp_default", "SimpleMonster", "makeRevTable", "RevenantKnightTable", "LootTable", "RevenantKnight_default", "SimpleMonster", "makeRevTable", "RevenantOrkTable", "LootTable", "RevenantOrk_default", "SimpleMonster", "makeRevTable", "RevenantPyrefiendTable", "LootTable", "RevenantPyrefiend_default", "SimpleMonster", "makeRevTable", "RiylShadeTable", "LootTable", "RiylShade_default", "SimpleMonster", "RockslugTable", "LootTable", "GemTable", "Rockslug_default", "SimpleMonster", "RogueTable", "LootTable", "Rogue_default", "SimpleMonster", "RoosterTable", "LootTable", "Rooster_default", "SimpleMonster", "RuneDragonTable", "LootTable", "UsefulHerbTable_default", "RareDropTable_default", "RuneDragon_default", "SimpleMonster", "ScarabMageTable", "LootTable", "HerbDropTable_default", "RareSeedTable_default", "RareDropTable_default", "GemTable", "ScarabMage_default", "SimpleMonster", "ScorpionTable", "LootTable", "Scorpion_default", "SimpleMonster", "SeaSnakeHatchlingTable", "LootTable", "GemTable", "SeaSnakeHatchling_default", "SimpleMonster", "SeaSnakeYoungTable", "LootTable", "GemTable", "SeaSnakeYoung_default", "SimpleMonster", "SeagullTable", "LootTable", "Seagull_default", "SimpleMonster", "ShadeTable", "LootTable", "Shade_default", "SimpleMonster", "ShadowSpiderTable", "LootTable", "ShadowSpider_default", "SimpleMonster", "ShadowWarriorTable", "LootTable", "HerbDropTable_default", "GemTable", "ShadowWarrior_default", "SimpleMonster", "SkeletalWyvernTable", "LootTable", "HerbDropTable_default", "RareDropTable_default", "SkeletalWyvern_default", "SimpleMonster", "SkeletonTable", "LootTable", "HerbDropTable_default", "GemTable", "Skeleton_default", "SimpleMonster", "SkeletonFremennikTable", "LootTable", "UncommonSeedDropTable_default", "GemTable", "SkeletonFremennik_default", "SimpleMonster", "SkeletonMageTable", "LootTable", "HerbDropTable_default", "GemTable", "SkeletonMage_default", "SimpleMonster", "SkogreTable", "LootTable", "Skogre_default", "SimpleMonster", "HerbFireRuneTable", "LootTable", "HerbDropTable_default", "SeedWaterskinTable", "FixedAllotmentSeedTable_default", "SmallLizardTable", "GemTable", "SmallLizard_default", "SimpleMonster", "SmokeDevilHerbTable", "LootTable", "HerbDropTable_default", "SmokeDevilPreTable", "RareDropTable_default", "GemTable", "SmokeDevilTable", "SmokeDevil_default", "SimpleMonster", "SpiderTable", "LootTable", "Spider_default", "SimpleMonster", "SpiritualMageTable", "LootTable", "GemTable", "SpiritualMage_default", "SimpleMonster", "SpiritualRangerTable", "LootTable", "SpiritualRanger_default", "SimpleMonster", "SpiritualWarriorTable", "LootTable", "GemTable", "SpiritualWarrior_default", "SimpleMonster", "SteelDragonTable", "LootTable", "RareDropTable_default", "GemTable", "SteelDragon_default", "SimpleMonster", "SulphurLizardTable", "LootTable", "HerbDropTable_default", "FixedAllotmentSeedTable_default", "GemTable", "SulphurLizard_default", "SimpleMonster", "SuqahTable", "LootTable", "GemTable", "Suqah_default", "SimpleMonster", "TatteredPageTable", "LootTable", "TempleSpiderTable", "HerbDropTable_default", "UncommonSeedDropTable_default", "GemTable", "TempleSpider_default", "SimpleMonster", "TerrorBirdTable", "LootTable", "TerrorBird_default", "SimpleMonster", "TerrorDogTable", "LootTable", "HerbDropTable_default", "GemTable", "TerrorDog_default", "SimpleMonster", "TormentedDemonUniqueTable", "LootTable", "TormentedDemonHerbTable", "TormentedDemonBowTable", "TormentedDemonTable", "TreeHerbSeedTable_default", "TormentedDemon_default", "SimpleMonster", "UniqueTable", "LootTable", "TorturedGorillaTable", "TreeHerbSeedTable_default", "RareDropTable_default", "TorturedGorilla_default", "SimpleMonster", "TorturedSoulTable", "LootTable", "UncommonSeedDropTable_default", "TorturedSoul_default", "SimpleMonster", "TrollGeneralTable", "LootTable", "HerbDropTable_default", "GemTable", "TrollGeneral_default", "SimpleMonster", "TurothHerbTable", "LootTable", "HerbDropTable_default", "TurothPreTable", "RareSeedTable_default", "GemTable", "TurothTable", "Turoth_default", "SimpleMonster", "TwistedBansheePreTable", "LootTable", "HerbDropTable_default", "RareSeedTable_default", "GemTable", "TwistedBansheeTable", "TwistedBanshee_default", "SimpleMonster", "TzHaarHurTable", "LootTable", "TzHaarHur_default", "SimpleMonster", "OnyxBoltTipTable", "LootTable", "TzHaarKetTable", "TzHaarKet_default", "SimpleMonster", "TzHaarMejTable", "LootTable", "TzHaarMej", "SimpleMonster", "TzHaarXilTable", "LootTable", "TzHaarXil", "SimpleMonster", "UndeadChickenTable", "LootTable", "UndeadChicken_default", "SimpleMonster", "UndeadCowTable", "LootTable", "UndeadCow_default", "SimpleMonster", "TatteredPageTable", "LootTable", "HerbHerbDropTable", "HerbDropTable_default", "UndeadDruidTable", "UncommonSeedDropTable_default", "GemTable", "UndeadDruid_default", "SimpleMonster", "ScrollTable", "LootTable", "UndeadOneTable", "UndeadOne_default", "SimpleMonster", "UnicornTable", "LootTable", "Unicorn_default", "SimpleMonster", "UriumShadeTable", "LootTable", "UriumShade_default", "SimpleMonster", "VampyreJuvinateTable", "LootTable", "VampyreJuvinate_default", "SimpleMonster", "VyreTable", "LootTable", "Vyre_default", "SimpleMonster", "VyrewatchTable", "LootTable", "RareDropTable_default", "Vyrewatch_default", "SimpleMonster", "VyrewatchSentinelTable", "LootTable", "HerbDropTable_default", "UncommonSeedDropTable_default", "RareDropTable_default", "VyrewatchSentinel_default", "SimpleMonster", "WallBeastTable", "LootTable", "WallBeast_default", "SimpleMonster", "WarpedJellyPreTable", "LootTable", "GemTable", "WarpedJellyTable", "WarpedJelly_default", "SimpleMonster", "WarriorWoman_default", "SimpleMonster", "LootTable", "WaterfiendTable", "LootTable", "HerbDropTable_default", "RareSeedTable_default", "GemTable", "Waterfiend_default", "SimpleMonster", "WerewolfTable", "LootTable", "HerbDropTable_default", "GemTable", "Werewolf_default", "SimpleMonster", "WhiteWolfTable", "LootTable", "WhiteWolf_default", "SimpleMonster", "WildDogTable", "LootTable", "WildDog_default", "SimpleMonster", "WolfTable", "LootTable", "Wolf_default", "SimpleMonster", "Woman_default", "SimpleMonster", "ManWomanTable_default", "LootTable", "WyrmOnTaskUniqueTable", "LootTable", "WyrmOffTaskUniqueTable", "WyrmPreTable", "HerbDropTable_default", "RareSeedTable_default", "GemTable", "WyrmTable", "WyrmOnTaskTable", "Wyrm_default", "SimpleMonster", "YanilleWatchmanTable", "LootTable", "YanilleWatchman_default", "SimpleMonster", "ZogreTable", "LootTable", "Zogre_default", "SimpleMonster", "ZombieTable", "LootTable", "HerbDropTable_default", "Zombie_default", "SimpleMonster", "ZombiePirateTable", "LootTable", "ZombiePirate_default", "SimpleMonster", "ZombieRatTable", "LootTable", "ZombieRat_default", "SimpleMonster", "ZygomiteTable", "LootTable", "HerbDropTable_default", "CommonSeedDropTable_default", "RareDropTable_default", "Zygomite_default", "SimpleMonster", "allLowMonsters", "BloodReaver_default", "BrutalBlackDragon_default", "BabyBlackDragon_default", "Bandit_default", "ArmadylianGuard_default", "BlackKnight_default", "DarkWarrior_default", "DeadlyRedSpider_default", "ElderChaosDruid_default", "Ent_default", "RevenantCyclops_default", "RevenantPyrefiend_default", "RevenantOrk_default", "RevenantKnight_default", "RevenantImp_default", "RevenantHobgoblin_default", "RevenantHellhound_default", "RevenantGoblin_default", "RevenantDragon_default", "RevenantDemon_default", "RevenantDarkBeast_default", "Pirate_default", "Mammoth_default", "MagicAxe_default", "LavaDragon_default", "GuardBandit_default", "DagannothSpawn_default", "FeralVampyre_default", "FeverSpider_default", "GiantSeaSnake_default", "GreaterNechryael_default", "GreenDragon_default", "HarpieBugSwarm_default", "InfernalMage_default", "JungleHorror_default", "Killerwatt_default", "LesserDemon_default", "ElfArcher_default", "FleshCrawler_default", "FiyrShade_default", "DeviantSpectre_default", "DagannothPrime_default", "DaganothFledgeling_default", "Hydra_default", "IceGiant_default", "IceTroll_default", "IceWarrior_default", "PhrinShade_default", "Otherworldlybeing_default", "MutatedBloodveld_default", "Mourner_default", "MossGiant_default", "Molanisk_default", "Mogre_default", "LoarShade_default", "LizardmanBrute_default", "Jelly_default", "IorwerthArcher_default", "IorwerthWarrior_default", "Werewolf_default", "Waterfiend_default", "WarpedJelly_default", "WallBeast_default", "VyrewatchSentinel_default", "Vyrewatch_default", "VampyreJuvinate_default", "TzHaarKet_default", "TrollGeneral_default", "TerrorDog_default", "ShadowWarrior_default", "Shade_default", "SeaSnakeYoung_default", "SeaSnakeHatchling_default", "Rockslug_default", "RiylShade_default", "Pyrefiend_default", "Pyrelord_default", "Porazdir_default", "Ogre_default", "OgressShaman_default", "OgressWarrior_default", "AncientZygomite_default", "AsynShade_default", "BabyBlueDragon_default", "BabyGreenDragon_default", "BabyRedDragon_default", "BronzeDragon_default", "BrutalBlueDragon_default", "BrutalGreenDragon_default", "BrutalRedDragon_default", "Catablepon_default", "Cockatrice_default", "Crocodile_default", "Cyclops_default", "TempleSpider_default", "TerrorBird_default", "TorturedGorilla_default", "TorturedSoul_default", "TwistedBanshee_default", "UndeadChicken_default", "UndeadCow_default", "UndeadDruid_default", "UndeadOne_default", "UriumShade_default", "WhiteWolf_default", "WildDog_default", "Zogre_default", "ZombieRat_default", "Penguin_default", "PitScorpion_default", "PoisonScorpion_default", "Rooster_default", "Seagull_default", "ShadowSpider_default", "SkeletonFremennik_default", "SkeletonMage_default", "Skogre_default", "SmallLizard_default", "SulphurLizard_default", "GiantBat_default", "GiantCryptSpider_default", "GiantRat_default", "GiantSpider_default", "GrizzlyBear_default", "GrizzlyBearCub_default", "IceWolf_default", "Jackal_default", "JungleWolf_default", "KalphiteGuardian_default", "KalphiteSoldier_default", "KingScorpion_default", "Lobstrosity_default", "MonkeyArcher_default", "MonkeyGuard_default", "MonkeyZombie_default", "MountedTerrorBirdGnome_default", "BearCub_default", "BigWolf_default", "Bird_default", "BlackGuard_default", "CaveGoblinGuard_default", "ChaosDwarf_default", "Chicken_default", "ChompyBird_default", "CowCalf_default", "CryptRat_default", "DeathWing_default", "DesertLizard_default", "DesertWolf_default", "Duck_default", "Duckling_default", "DungeonRat_default", "DwarfGangMember_default", "AberrantSpectre_default", "Dagannoth_default", "Guard_default", "RedDragon_default", "AbyssalDemon_default", "DarkBeast_default", "Hellhound_default", "RuneDragon_default", "AdamantDragon_default", "DemonicGorilla_default", "ScarabMage_default", "Ankou_default", "Drake_default", "IronDragon_default", "SkeletalWyvern_default", "Aviansie_default", "DustDevil_default", "KalphiteWorker_default", "SmokeDevil_default", "BasiliskKnight_default", "ElfWarrior_default", "Kurask_default", "SpiritualMage_default", "Basilisk_default", "FireGiant_default", "LizardmanShaman_default", "SpiritualRanger_default", "BlackDemon_default", "FossilIslandWyvernAncient_default", "Lizardman_default", "SpiritualWarrior_default", "BlackDragon_default", "FossilIslandWyvernLongTailed_default", "LocustRider_default", "SteelDragon_default", "Bloodveld_default", "FossilIslandWyvernSpitting_default", "Man_default", "Suqah_default", "BlueDragon_default", "FossilIslandWyvernTaloned_default", "MithrilDragon_default", "Turoth_default", "BrineRat_default", "Gargoyle_default", "MountainTroll_default", "Woman_default", "CaveHorror_default", "Goblin_default", "Zygomite_default", "Wyrm_default", "CaveKraken_default", "GreaterDemon_default", "Nechryael_default", "Banshee_default", "CaveBug_default", "Cow_default", "Dwarf_default", "Lizard_default", "Rat_default", "Spider_default", "Bat_default", "CaveCrawler_default", "CrawlingHand_default", "Ghost_default", "Minotaur_default", "Scorpion_default", "Wolf_default", "BlackBear_default", "CaveSlime_default", "GuardDog_default", "Icefiend_default", "Monkey_default", "Skeleton_default", "Zombie_default", "HillGiant_default", "BeardedBandit_default", "CaveGoblin_default", "DesertBandit_default", "Elf_default", "Farmer_default", "FremennikCitizen_default", "Gnome_default", "Goat_default", "MaleHamMember_default", "FemaleHamMember_default", "Hero_default", "KnightOfArdougne_default", "MasterFarmer_default", "Paladin_default", "YanilleWatchman_default", "Vyre_default", "TzHaarHur_default", "Rogue_default", "PrifddinasElf_default", "PollnivnianBandit_default", "WarriorWoman_default", "AlKharidWarrior_default", "Ghoul_default", "EarthWarrior_default", "Imp_default", "Jogre_default", "Hobgoblin_default", "ChaosDruid_default", "Unicorn_default", "MenaphiteThug_default", "PriffRabbit_default", "TzHaarXil", "TzHaarMej", "GiantFrog_default", "JubblyBird_default", "ManiacalMonkey_default", "ZombiePirate_default", "TormentedDemon_default", "ArmouredZombie_default", "Crab_default", "FlawedGolem", "SimpleMonster", "LootTable", "MindGolem", "BodyGolem", "ChaosGolem", "CamdozaalGolems", "ReanimatedGoblin", "SimpleMonster", "LootTable", "ReanimatedMonkey", "ReanimatedImp", "ReanimatedMinotaur", "ReanimatedScorpion", "ReanimatedBear", "ReanimatedUnicorn", "ReanimatedDog", "ReanimatedChaosDruid", "ReanimatedGiant", "ReanimatedOgre", "ReanimatedElf", "ReanimatedTroll", "ReanimatedHorror", "ReanimatedKalphite", "ReanimatedDagannoth", "ReanimatedBloodveld", "ReanimatedTzhaar", "ReanimatedDemon", "ReanimatedHellhound", "ReanimatedAviansie", "ReanimatedAbyssal", "ReanimatedDragon", "ReanimatedMonsters", "import_e", "BarrowsTable", "LootTable", "item", "OtherTable", "ClueTable", "NUMBER_OF_BROTHERS", "Barrows", "Monster", "__name", "quantity", "loot", "Bank", "barrowsItemsThisKill", "x", "barrowsItem", "Barrows_default", "import_e", "HesporiTable", "LootTable", "MainTable", "Hespori", "Monster", "__name", "quantity", "options", "loot", "Bank", "farmingLvl", "i", "Hespori_default", "import_e", "TzKalZukClass", "Monster", "__name", "quantity", "options", "loot", "Bank", "i", "TzKalZuk", "import_e", "TzTokJadClass", "Monster", "__name", "quantity", "options", "loot", "Bank", "i", "TzTokJad", "TzTokJad_default", "specialBosses", "Barrows_default", "TzTokJad_default", "Hespori_default", "TzKalZuk", "AbhorrentSpectreTable", "LootTable", "AberrantSpectrePreTable", "AbhorrentSpectre_default", "SimpleMonster", "BasiliskSentinelTable", "LootTable", "BasiliskKnightPreTable", "BasiliskSentinel_default", "SimpleMonster", "CaveAbominationTable", "LootTable", "CaveHorrorPreTable", "CaveAbomination_default", "SimpleMonster", "ChasmCrawlerTable", "LootTable", "CaveCrawlerTable", "ChasmCrawler_default", "SimpleMonster", "ChokeDevilTable", "LootTable", "DustDevilPreTable", "ChokeDevil_default", "SimpleMonster", "CockathriceTable", "LootTable", "CockatricePreTable", "Cockathrice_default", "SimpleMonster", "ColossalHydraTable", "LootTable", "HydraPreTable", "ColossalHydra_default", "SimpleMonster", "CrushingHandTable", "LootTable", "CrawlingHandPreTable", "CrushingHand_default", "SimpleMonster", "FlamingPyrelordTable", "LootTable", "PyrefiendPreTable", "FlamingPyrelord_default", "SimpleMonster", "GiantRockslugTable", "LootTable", "RockslugTable", "GiantRockslug_default", "SimpleMonster", "GreaterAbyssalDemonTable", "LootTable", "AbyssalDemonPreTable", "GreaterAbyssalDemon_default", "SimpleMonster", "GuardianDrakeTable", "LootTable", "DrakePreTable", "GuardianDrake_default", "SimpleMonster", "InsatiableBloodveldTable", "LootTable", "BloodveldPreTable", "InsatiableBloodveld_default", "SimpleMonster", "InsatiableMutatedBloodveldTable", "LootTable", "MutatedBloodveldPreTable", "InsatiableMutatedBloodveld_default", "SimpleMonster", "KingKuraskTable", "LootTable", "KuraskPreTable", "KingKurask_default", "SimpleMonster", "MalevolentMageTable", "LootTable", "InfernalMagePreTable", "MalevolentMage_default", "SimpleMonster", "MarbleGargoyleTable", "LootTable", "GargoylePreTable", "MarbleGargoyle_default", "SimpleMonster", "MonstrousBasiliskTable", "LootTable", "BasiliskPreTable", "MonstrousBasilisk_default", "SimpleMonster", "NechryarchTable", "LootTable", "NechryaelPreTable", "Nechryarch_default", "SimpleMonster", "NightBeastTable", "LootTable", "DarkBeastPreTable", "NightBeast_default", "SimpleMonster", "NuclearSmokeDevilTable", "LootTable", "SmokeDevilPreTable", "NuclearSmokeDevil_default", "SimpleMonster", "RepugnantSpectreTable", "LootTable", "DeviantSpectrePreTable", "RepugnantSpectre_default", "SimpleMonster", "ScreamingBansheeTable", "LootTable", "BansheePreTable", "ScreamingBanshee_default", "SimpleMonster", "ScreamingTwistedBansheeTable", "LootTable", "TwistedBansheePreTable", "ScreamingTwistedBanshee_default", "SimpleMonster", "ShadowWyrmTable", "LootTable", "WyrmPreTable", "ShadowWyrm_default", "SimpleMonster", "SpikedTurothTable", "LootTable", "TurothPreTable", "SpikedTuroth_default", "SimpleMonster", "VitreousJellyTable", "LootTable", "JellyPreTable", "VitreousJelly_default", "SimpleMonster", "VitreousWarpedJellyTable", "LootTable", "WarpedJellyPreTable", "VitreousWarpedJelly_default", "SimpleMonster", "allSuperiorMonsters", "AbhorrentSpectre_default", "BasiliskSentinel_default", "CaveAbomination_default", "ChasmCrawler_default", "ChokeDevil_default", "Cockathrice_default", "ColossalHydra_default", "CrushingHand_default", "FlamingPyrelord_default", "GiantRockslug_default", "GreaterAbyssalDemon_default", "GuardianDrake_default", "InsatiableBloodveld_default", "InsatiableMutatedBloodveld_default", "KingKurask_default", "MalevolentMage_default", "MarbleGargoyle_default", "MonstrousBasilisk_default", "Nechryarch_default", "NightBeast_default", "NuclearSmokeDevil_default", "RepugnantSpectre_default", "ScreamingBanshee_default", "ScreamingTwistedBanshee_default", "ShadowWyrm_default", "SpikedTuroth_default", "VitreousJelly_default", "VitreousWarpedJelly_default", "monstersObject", "allBosses", "allLowMonsters", "specialBosses", "allSuperiorMonsters", "CreatureCreation", "ReanimatedMonsters", "CamdozaalGolems", "allMonsters", "monster", "Monsters", "Collection", "monsters_default", "import_e", "Openable", "__name", "options", "SimpleOpenable", "Openable", "__name", "options", "quantity", "loot", "Bank", "chanceOfFish", "fishLvl", "low", "high", "num1", "num2", "__name", "BrimstoneChestFish", "LarransSmallChestFish", "LarransBigChestFish", "BrimstoneChestTable", "LootTable", "BrimstoneChestOpenable", "SimpleOpenable", "__name", "quantity", "options", "loot", "Bank", "fishLvl", "lobster", "BrimstoneChestFish", "fish", "i", "fishRolled", "chanceOfFish", "BrimstoneChest_default", "CasketTable", "LootTable", "Casket_default", "SimpleOpenable", "runeArmorTable", "LootTable", "coinsKeyHalfTable", "CrystalChestTable", "itemTupleToTable", "CrystalChest_default", "SimpleOpenable", "DragonStoneArmorTable", "LootTable", "coinsKeyHalfTable", "runeArmorTable", "dragonItemTable", "ElvenCrystalChestTable", "itemTupleToTable", "ElvenCrystalChest_default", "SimpleOpenable", "GiantEggSacFullTable", "LootTable", "GiantEggSacFull_default", "SimpleOpenable", "FoodTable", "LootTable", "itemTupleToTable", "PotionTable", "GrubbyChestTable", "GrubbyChest_default", "SimpleOpenable", "GemTable", "LootTable", "HAMChestTable", "BronzeHAMChest", "SimpleOpenable", "IronHAMChest", "SilverHAMChest", "SteelHAMChest", "SackLogTable", "LootTable", "SackHerbTable", "BasicSackTable", "BSackTable", "AdeptSackTable", "ASackTable", "ExpertSackTable", "ESackTable", "MasterSackTable", "MSackTable", "BasicSack", "SimpleOpenable", "AdeptSack", "ExpertSack", "MasterSack", "PrayerPageTable", "LootTable", "GildedTable", "FirelighterTable", "SubTeleportScrollTable", "TeleportScrollTable", "GiveHalfKeyTable", "BlessingTable", "EasyChefTable", "LootTable", "EasySubMonkTable", "EasyMonkTable", "EasyCapeTable", "EasyElegantTable", "EasyRareTable", "EasyAmuletTable", "EasyBlessingsTable", "BlessingTable", "EasyBowTable", "EasyStandardTable", "PrayerPageTable", "FirelighterTable", "TeleportScrollTable", "EasyClueTable", "EasyCasket", "itemID", "Elite3rdageTable", "LootTable", "EliteMegaRareTable", "GildedTable", "EliteTuxedoTable", "EliteRareTable", "EliteSeedTable", "EliteStandardTable", "PrayerPageTable", "FirelighterTable", "GiveHalfKeyTable", "TeleportScrollTable", "BlessingTable", "EliteClueTable", "EliteCasket", "itemID", "Hard3rdageTable", "LootTable", "HardMegaRareTable", "itemTupleToTable", "GildedTable", "HardBlessedShields", "HardHeralicPlatebody", "HardRareTable", "HardBowTable", "HardStandardTable", "PrayerPageTable", "FirelighterTable", "TeleportScrollTable", "BlessingTable", "HardClueTable", "HardCasket", "itemID", "MasterGodSwordOrnTable", "LootTable", "MasterSubAnkouOutfitTable", "MasterAnkouOutfitTable", "MasterSubMummyOutfitTable", "MasterMummyOutfitTable", "MasterSubDragonOrnTable", "MasterDragonOrnTable", "Master3rdageTable", "MasterMegaRareTable", "GildedTable", "MasterRareTable", "PrayerPageTable", "MasterSeedTable", "MasterStandardTable", "FirelighterTable", "TeleportScrollTable", "GiveHalfKeyTable", "BlessingTable", "MasterClueTable", "MasterCasket", "MediumUnicornTable", "LootTable", "MediumElegantTable", "MediumRareTable", "MediumSubFirelighterTable", "MediumFirelighterTable", "MediumAmuletTable", "MediumBowTable", "MediumStandardTable", "PrayerPageTable", "TeleportScrollTable", "BlessingTable", "MediumClueTable", "MediumCasket", "BabyImpling", "SimpleOpenable", "LootTable", "YoungImpling", "GourmetImpling", "EarthImpling", "EssenceImpling", "EclecticImpling", "NatureImpling", "MagpieImpling", "NinjaImpling", "CrystalImpling", "DragonImpling", "LuckyImpling", "EasyClueTable", "MediumClueTable", "HardClueTable", "EliteClueTable", "MasterClueTable", "Implings", "PreRoll", "LootTable", "IntricatePouchTable", "IntricatePouch_default", "SimpleOpenable", "import_e", "LarransSmallChestTable", "LootTable", "LarransBigChestTable", "LarransChestTable", "LarransChestOpenable", "SimpleOpenable", "__name", "quantity", "options", "loot", "Bank", "tier", "fishLvl", "lobster", "LarransBigChestFish", "fish", "i", "fishRolled", "chanceOfFish", "LarransSmallChestFish", "LarransChest_default", "MuddyChestTable", "LootTable", "MuddyChest_default", "SimpleOpenable", "ClueTable", "LootTable", "MysteryBoxTable", "RareDropTable_default", "MysteryBox_default", "SimpleOpenable", "NestBoxEmptyTable", "LootTable", "EMPTY_BIRD_NEST_ID", "NestBoxEmpty_default", "SimpleOpenable", "NestBoxRingTable", "LootTable", "EMPTY_BIRD_NEST_ID", "NestBoxRing_default", "SimpleOpenable", "NestBoxSeedsTable", "LootTable", "EMPTY_BIRD_NEST_ID", "NestBoxSeeds_default", "SimpleOpenable", "BoneTable", "LootTable", "OgreCoffinTable", "OgreCoffin_default", "SimpleOpenable", "import_e", "GiantsFoundryOrePackTable", "LootTable", "GFOrePackTable", "GiantsFoundryOrePack", "SimpleOpenable", "VolcanicMineMOrePackTable", "VMOrePackTable", "VolcanicMineOrePack", "import_e", "LowSeedPackTable", "LootTable", "MediumSeedPackTable", "HighSeedPackTable", "SeedPackTable", "SeedPackOpenable", "SimpleOpenable", "__name", "quantity", "options", "tempTable", "loot", "Bank", "tier", "high", "medium", "low", "i", "SeedPack_default", "SinisterChestTable", "LootTable", "SinisterChest_default", "SimpleOpenable", "LowTierLootTable", "LootTable", "MidTierLootTable", "HighTierLootTable", "HallowedSackTable", "HallowedSack_default", "SimpleOpenable", "openablesObject", "MysteryBox_default", "NestBoxEmpty_default", "NestBoxRing_default", "NestBoxSeeds_default", "GiantEggSacFull_default", "BronzeHAMChest", "IronHAMChest", "SilverHAMChest", "SteelHAMChest", "Casket_default", "CrystalChest_default", "ElvenCrystalChest_default", "GrubbyChest_default", "MuddyChest_default", "OgreCoffin_default", "SinisterChest_default", "BrimstoneChest_default", "LarransChest_default", "SeedPack_default", "BabyImpling", "YoungImpling", "GourmetImpling", "EarthImpling", "EssenceImpling", "EclecticImpling", "NatureImpling", "MagpieImpling", "NinjaImpling", "CrystalImpling", "DragonImpling", "LuckyImpling", "VolcanicMineOrePack", "GiantsFoundryOrePack", "IntricatePouch_default", "BasicSack", "AdeptSack", "ExpertSack", "MasterSack", "allMonsters", "openable", "Openables", "Collection", "openables_default", "import_node_fetch", "OldSchoolJSError", "__name", "code", "ErrorDescriptions", "Player", "__name", "player", "defence", "ranged", "hitpoints", "magic", "prayer", "attack", "strength", "base", "melee", "range", "mage", "Player_default", "defaultGetOptions", "Hiscores", "__name", "username", "options", "mergedOptions", "accountType", "isValidUsername", "OldSchoolJSError", "ACCOUNT_TYPES", "data", "fetch", "hiscoreURLs", "res", "text", "p", "resolvePlayerFromHiscores", "err", "overall", "skill", "lvl", "convertXPtoLVL", "Player_default", "Hiscores_default", "import_node_fetch", "Wiki", "__name", "pageID", "results", "amount", "r", "query", "parsedSearchOptions", "prop", "a", "b", "rawPage", "apiURL", "fetch", "res", "Wiki_default", "RareTable", "LootTable", "SuccessfulUniqueTable", "UniqueTable", "StandardTable", "BeginnerClueTable", "BeginnerCasket", "Clues", "BeginnerCasket", "EasyCasket", "EliteCasket", "HardCasket", "MasterCasket", "MediumCasket", "allTeamCapes", "i", "getItemOrThrow", "beekeeperOutfit", "resolveItems", "camoOutfit", "lederhosenOutfit", "zombieOutfit", "mimeOutfit", "EquipmentSlot"] +} diff --git a/dist/cjs/item_data-7XCTUJ3C.json b/dist/cjs/item_data-7XCTUJ3C.json new file mode 100644 index 000000000..097e83a4f --- /dev/null +++ b/dist/cjs/item_data-7XCTUJ3C.json @@ -0,0 +1 @@ +{"0":{"id":0,"name":"Dwarf remains","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dwarf remains","wiki_url":"https://oldschool.runescape.wiki/w/Dwarf_remains","price":0},"1":{"id":1,"name":"Toolkit","members":true,"cost":1,"wiki_name":"Toolkit","wiki_url":"https://oldschool.runescape.wiki/w/Toolkit","price":0},"2":{"id":2,"name":"Cannonball","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":11000,"wiki_name":"Cannonball","wiki_url":"https://oldschool.runescape.wiki/w/Cannonball","price":194},"3":{"id":3,"name":"Nulodion's notes","members":true,"cost":1,"wiki_name":"Nulodion's notes","wiki_url":"https://oldschool.runescape.wiki/w/Nulodion's_notes","price":0},"4":{"id":4,"name":"Ammo mould","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Ammo mould","wiki_url":"https://oldschool.runescape.wiki/w/Ammo_mould","price":0},"5":{"id":5,"name":"Instruction manual","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Instruction manual","wiki_url":"https://oldschool.runescape.wiki/w/Instruction_manual","price":0},"6":{"id":6,"name":"Cannon base","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":187500,"lowalch":75000,"highalch":112500,"buy_limit":70,"wiki_name":"Cannon base","wiki_url":"https://oldschool.runescape.wiki/w/Cannon_base","price":197810},"8":{"id":8,"name":"Cannon stand","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":187500,"lowalch":75000,"highalch":112500,"buy_limit":70,"wiki_name":"Cannon stand","wiki_url":"https://oldschool.runescape.wiki/w/Cannon_stand","price":184142},"10":{"id":10,"name":"Cannon barrels","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":187500,"lowalch":75000,"highalch":112500,"buy_limit":70,"wiki_name":"Cannon barrels","wiki_url":"https://oldschool.runescape.wiki/w/Cannon_barrels","price":180237},"12":{"id":12,"name":"Cannon furnace","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":187500,"lowalch":75000,"highalch":112500,"buy_limit":70,"wiki_name":"Cannon furnace","wiki_url":"https://oldschool.runescape.wiki/w/Cannon_furnace","price":188954},"14":{"id":14,"name":"Railing","members":true,"stackable":true,"cost":1,"wiki_name":"Railing","wiki_url":"https://oldschool.runescape.wiki/w/Railing","price":0},"15":{"id":15,"name":"Holy table napkin","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Holy table napkin","wiki_url":"https://oldschool.runescape.wiki/w/Holy_table_napkin","price":0},"16":{"id":16,"name":"Magic whistle","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Magic whistle","wiki_url":"https://oldschool.runescape.wiki/w/Magic_whistle","price":0},"17":{"id":17,"name":"Grail bell","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Grail bell","wiki_url":"https://oldschool.runescape.wiki/w/Grail_bell","price":0},"18":{"id":18,"name":"Magic gold feather","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Magic gold feather","wiki_url":"https://oldschool.runescape.wiki/w/Magic_gold_feather","price":0},"19":{"id":19,"name":"Holy grail","members":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Holy grail (item)","wiki_url":"https://oldschool.runescape.wiki/w/Holy_grail_(item)","price":0},"20":{"id":20,"name":"White cog","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"White cog","wiki_url":"https://oldschool.runescape.wiki/w/White_cog","price":0},"21":{"id":21,"name":"Black cog","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Black cog","wiki_url":"https://oldschool.runescape.wiki/w/Black_cog","price":0},"22":{"id":22,"name":"Blue cog","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue cog","wiki_url":"https://oldschool.runescape.wiki/w/Blue_cog","price":0},"23":{"id":23,"name":"Red cog","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red cog","wiki_url":"https://oldschool.runescape.wiki/w/Red_cog","price":0},"24":{"id":24,"name":"Rat poison","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rat poison","wiki_url":"https://oldschool.runescape.wiki/w/Rat_poison","price":0},"25":{"id":25,"name":"Red vine worm","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red vine worm","wiki_url":"https://oldschool.runescape.wiki/w/Red_vine_worm","price":0},"26":{"id":26,"name":"Fishing trophy","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fishing trophy","wiki_url":"https://oldschool.runescape.wiki/w/Fishing_trophy","price":0},"27":{"id":27,"name":"Fishing pass","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fishing pass","wiki_url":"https://oldschool.runescape.wiki/w/Fishing_pass","price":0},"28":{"id":28,"name":"Insect repellent","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":15,"wiki_name":"Insect repellent","wiki_url":"https://oldschool.runescape.wiki/w/Insect_repellent","price":588},"30":{"id":30,"name":"Bucket of wax","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":6,"lowalch":2,"highalch":3,"buy_limit":15,"wiki_name":"Bucket of wax","wiki_url":"https://oldschool.runescape.wiki/w/Bucket_of_wax","price":723},"32":{"id":32,"name":"Lit black candle","members":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Black candle (Lit)","wiki_url":"https://oldschool.runescape.wiki/w/Black_candle#Lit","price":0},"33":{"id":33,"name":"Lit candle","members":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Candle (Lit)","wiki_url":"https://oldschool.runescape.wiki/w/Candle#Lit","price":0},"35":{"id":35,"name":"Excalibur","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Excalibur","wiki_url":"https://oldschool.runescape.wiki/w/Excalibur","equipment":{"attack_stab":20,"attack_slash":29,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":2,"defence_magic":1,"defence_ranged":0,"melee_strength":25,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":20}},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"36":{"id":36,"name":"Candle","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":40,"wiki_name":"Candle (Unlit)","wiki_url":"https://oldschool.runescape.wiki/w/Candle#Unlit","price":718},"38":{"id":38,"name":"Black candle","members":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Black candle (Unlit)","wiki_url":"https://oldschool.runescape.wiki/w/Black_candle#Unlit","price":0},"39":{"id":39,"name":"Bronze arrowtips","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Bronze arrowtips","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_arrowtips","price":2},"40":{"id":40,"name":"Iron arrowtips","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":10000,"wiki_name":"Iron arrowtips","wiki_url":"https://oldschool.runescape.wiki/w/Iron_arrowtips","price":9},"41":{"id":41,"name":"Steel arrowtips","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":6,"lowalch":2,"highalch":3,"buy_limit":10000,"wiki_name":"Steel arrowtips","wiki_url":"https://oldschool.runescape.wiki/w/Steel_arrowtips","price":36},"42":{"id":42,"name":"Mithril arrowtips","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":16,"lowalch":6,"highalch":9,"buy_limit":10000,"wiki_name":"Mithril arrowtips","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_arrowtips","price":41},"43":{"id":43,"name":"Adamant arrowtips","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":10000,"wiki_name":"Adamant arrowtips","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_arrowtips","price":113},"44":{"id":44,"name":"Rune arrowtips","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":10000,"wiki_name":"Rune arrowtips","wiki_url":"https://oldschool.runescape.wiki/w/Rune_arrowtips","price":285},"45":{"id":45,"name":"Opal bolt tips","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":7,"lowalch":2,"highalch":4,"buy_limit":11000,"wiki_name":"Opal bolt tips","wiki_url":"https://oldschool.runescape.wiki/w/Opal_bolt_tips","price":154},"46":{"id":46,"name":"Pearl bolt tips","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":12,"lowalch":4,"highalch":7,"buy_limit":11000,"wiki_name":"Pearl bolt tips","wiki_url":"https://oldschool.runescape.wiki/w/Pearl_bolt_tips","price":91},"47":{"id":47,"name":"Barb bolttips","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":95,"lowalch":38,"highalch":57,"buy_limit":11000,"wiki_name":"Barb bolttips","wiki_url":"https://oldschool.runescape.wiki/w/Barb_bolttips","price":77},"48":{"id":48,"name":"Longbow (u)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":60,"lowalch":24,"highalch":36,"buy_limit":10000,"wiki_name":"Longbow (u)","wiki_url":"https://oldschool.runescape.wiki/w/Longbow_(u)","price":6},"50":{"id":50,"name":"Shortbow (u)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":23,"lowalch":9,"highalch":13,"buy_limit":10000,"wiki_name":"Shortbow (u)","wiki_url":"https://oldschool.runescape.wiki/w/Shortbow_(u)","price":31},"52":{"id":52,"name":"Arrow shaft","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":7000,"wiki_name":"Arrow shaft","wiki_url":"https://oldschool.runescape.wiki/w/Arrow_shaft","price":2},"53":{"id":53,"name":"Headless arrow","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":11000,"wiki_name":"Headless arrow","wiki_url":"https://oldschool.runescape.wiki/w/Headless_arrow","price":11},"54":{"id":54,"name":"Oak shortbow (u)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":10000,"wiki_name":"Oak shortbow (u)","wiki_url":"https://oldschool.runescape.wiki/w/Oak_shortbow_(u)","price":39},"56":{"id":56,"name":"Oak longbow (u)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":10000,"wiki_name":"Oak longbow (u)","wiki_url":"https://oldschool.runescape.wiki/w/Oak_longbow_(u)","price":18},"58":{"id":58,"name":"Willow longbow (u)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":10000,"wiki_name":"Willow longbow (u)","wiki_url":"https://oldschool.runescape.wiki/w/Willow_longbow_(u)","price":72},"60":{"id":60,"name":"Willow shortbow (u)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":10000,"wiki_name":"Willow shortbow (u)","wiki_url":"https://oldschool.runescape.wiki/w/Willow_shortbow_(u)","price":26},"62":{"id":62,"name":"Maple longbow (u)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":320,"lowalch":128,"highalch":192,"buy_limit":10000,"wiki_name":"Maple longbow (u)","wiki_url":"https://oldschool.runescape.wiki/w/Maple_longbow_(u)","price":100},"64":{"id":64,"name":"Maple shortbow (u)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":10000,"wiki_name":"Maple shortbow (u)","wiki_url":"https://oldschool.runescape.wiki/w/Maple_shortbow_(u)","price":82},"66":{"id":66,"name":"Yew longbow (u)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":640,"lowalch":256,"highalch":384,"buy_limit":10000,"wiki_name":"Yew longbow (u)","wiki_url":"https://oldschool.runescape.wiki/w/Yew_longbow_(u)","price":339},"68":{"id":68,"name":"Yew shortbow (u)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":10000,"wiki_name":"Yew shortbow (u)","wiki_url":"https://oldschool.runescape.wiki/w/Yew_shortbow_(u)","price":277},"70":{"id":70,"name":"Magic longbow (u)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1280,"lowalch":512,"highalch":768,"buy_limit":10000,"wiki_name":"Magic longbow (u)","wiki_url":"https://oldschool.runescape.wiki/w/Magic_longbow_(u)","price":1064},"72":{"id":72,"name":"Magic shortbow (u)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":800,"lowalch":320,"highalch":480,"buy_limit":10000,"wiki_name":"Magic shortbow (u)","wiki_url":"https://oldschool.runescape.wiki/w/Magic_shortbow_(u)","price":735},"74":{"id":74,"name":"Khazard helmet","members":true,"equipable":true,"equipable_by_player":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Khazard helmet","wiki_url":"https://oldschool.runescape.wiki/w/Khazard_helmet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":4,"defence_slash":5,"defence_crush":3,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"75":{"id":75,"name":"Khazard armour","members":true,"equipable":true,"equipable_by_player":true,"cost":12,"lowalch":4,"highalch":7,"wiki_name":"Khazard armour","wiki_url":"https://oldschool.runescape.wiki/w/Khazard_armour","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":11,"defence_crush":10,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"76":{"id":76,"name":"Khazard cell keys","members":true,"cost":1,"wiki_name":"Khazard cell keys","wiki_url":"https://oldschool.runescape.wiki/w/Khazard_cell_keys","price":0,"lowalch":0,"highalch":0},"77":{"id":77,"name":"Khali brew","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Khali brew","wiki_url":"https://oldschool.runescape.wiki/w/Khali_brew","price":0},"78":{"id":78,"name":"Ice arrows","members":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Ice arrows","wiki_url":"https://oldschool.runescape.wiki/w/Ice_arrows","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":16,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":null},"price":0},"83":{"id":83,"name":"Lever","members":true,"cost":15,"lowalch":6,"highalch":9,"wiki_name":"Lever (Temple of Ikov)","wiki_url":"https://oldschool.runescape.wiki/w/Lever_(Temple_of_Ikov)","price":0},"84":{"id":84,"name":"Staff of armadyl","members":true,"cost":15,"wiki_name":"Staff of armadyl","wiki_url":"https://oldschool.runescape.wiki/w/Staff_of_armadyl","price":0,"lowalch":6,"highalch":9},"85":{"id":85,"name":"Shiny key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shiny key","wiki_url":"https://oldschool.runescape.wiki/w/Shiny_key","price":0},"86":{"id":86,"name":"Pendant of lucien","members":true,"equipable":true,"equipable_by_player":true,"cost":12,"lowalch":4,"highalch":7,"wiki_name":"Pendant of lucien","wiki_url":"https://oldschool.runescape.wiki/w/Pendant_of_lucien","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"87":{"id":87,"name":"Armadyl pendant","members":true,"equipable":true,"equipable_by_player":true,"cost":12,"lowalch":4,"highalch":7,"wiki_name":"Armadyl pendant","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_pendant","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"88":{"id":88,"name":"Boots of lightness","members":true,"equipable":true,"equipable_by_player":true,"cost":6,"lowalch":2,"highalch":3,"wiki_name":"Boots of lightness (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Boots_of_lightness#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"90":{"id":90,"name":"Child's blanket","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Child's blanket","wiki_url":"https://oldschool.runescape.wiki/w/Child's_blanket","price":0},"91":{"id":91,"name":"Guam potion (unf)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":10000,"wiki_name":"Guam potion (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Guam_potion_(unf)","price":313},"93":{"id":93,"name":"Marrentill potion (unf)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":10000,"wiki_name":"Marrentill potion (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Marrentill_potion_(unf)","price":163},"95":{"id":95,"name":"Tarromin potion (unf)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":11,"lowalch":4,"highalch":6,"buy_limit":10000,"wiki_name":"Tarromin potion (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Tarromin_potion_(unf)","price":332},"97":{"id":97,"name":"Harralander potion (unf)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":10000,"wiki_name":"Harralander potion (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Harralander_potion_(unf)","price":527},"99":{"id":99,"name":"Ranarr potion (unf)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":25,"lowalch":10,"highalch":15,"buy_limit":10000,"wiki_name":"Ranarr potion (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Ranarr_potion_(unf)","price":7540},"101":{"id":101,"name":"Irit potion (unf)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":10000,"wiki_name":"Irit potion (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Irit_potion_(unf)","price":1594},"103":{"id":103,"name":"Avantoe potion (unf)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":48,"lowalch":19,"highalch":28,"buy_limit":10000,"wiki_name":"Avantoe potion (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Avantoe_potion_(unf)","price":4643},"105":{"id":105,"name":"Kwuarm potion (unf)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":54,"lowalch":21,"highalch":32,"buy_limit":10000,"wiki_name":"Kwuarm potion (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Kwuarm_potion_(unf)","price":4232},"107":{"id":107,"name":"Cadantine potion (unf)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":65,"lowalch":26,"highalch":39,"buy_limit":10000,"wiki_name":"Cadantine potion (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Cadantine_potion_(unf)","price":5973},"109":{"id":109,"name":"Dwarf weed potion (unf)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":70,"lowalch":28,"highalch":42,"buy_limit":10000,"wiki_name":"Dwarf weed potion (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Dwarf_weed_potion_(unf)","price":2473},"111":{"id":111,"name":"Torstol potion (unf)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":25,"lowalch":10,"highalch":15,"buy_limit":10000,"wiki_name":"Torstol potion (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Torstol_potion_(unf)","price":5058},"113":{"id":113,"name":"Strength potion(4)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":14,"lowalch":5,"highalch":8,"buy_limit":2000,"wiki_name":"Strength potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Strength_potion#4_dose","price":164},"115":{"id":115,"name":"Strength potion(3)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":13,"lowalch":5,"highalch":7,"buy_limit":2000,"wiki_name":"Strength potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Strength_potion#3_dose","price":124},"117":{"id":117,"name":"Strength potion(2)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":13,"lowalch":5,"highalch":7,"buy_limit":2000,"wiki_name":"Strength potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Strength_potion#2_dose","price":59},"119":{"id":119,"name":"Strength potion(1)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":11,"lowalch":4,"highalch":6,"buy_limit":2000,"wiki_name":"Strength potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Strength_potion#1_dose","price":36},"121":{"id":121,"name":"Attack potion(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":12,"lowalch":4,"highalch":7,"buy_limit":2000,"wiki_name":"Attack potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Attack_potion#3_dose","price":4},"123":{"id":123,"name":"Attack potion(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":9,"lowalch":3,"highalch":5,"buy_limit":2000,"wiki_name":"Attack potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Attack_potion#2_dose","price":17},"125":{"id":125,"name":"Attack potion(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":6,"lowalch":2,"highalch":3,"buy_limit":2000,"wiki_name":"Attack potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Attack_potion#1_dose","price":6},"127":{"id":127,"name":"Restore potion(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":88,"lowalch":35,"highalch":52,"buy_limit":2000,"wiki_name":"Restore potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Restore_potion#3_dose","price":54},"129":{"id":129,"name":"Restore potion(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":66,"lowalch":26,"highalch":39,"buy_limit":2000,"wiki_name":"Restore potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Restore_potion#2_dose","price":23},"131":{"id":131,"name":"Restore potion(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":44,"lowalch":17,"highalch":26,"buy_limit":2000,"wiki_name":"Restore potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Restore_potion#1_dose","price":22},"133":{"id":133,"name":"Defence potion(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":120,"lowalch":48,"highalch":72,"buy_limit":2000,"wiki_name":"Defence potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Defence_potion#3_dose","price":447},"135":{"id":135,"name":"Defence potion(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":2000,"wiki_name":"Defence potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Defence_potion#2_dose","price":144},"137":{"id":137,"name":"Defence potion(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":60,"lowalch":24,"highalch":36,"buy_limit":2000,"wiki_name":"Defence potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Defence_potion#1_dose","price":57},"139":{"id":139,"name":"Prayer potion(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":152,"lowalch":60,"highalch":91,"buy_limit":2000,"wiki_name":"Prayer potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Prayer_potion#3_dose","price":7986},"141":{"id":141,"name":"Prayer potion(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":114,"lowalch":45,"highalch":68,"buy_limit":2000,"wiki_name":"Prayer potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Prayer_potion#2_dose","price":5645},"143":{"id":143,"name":"Prayer potion(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":76,"lowalch":30,"highalch":45,"buy_limit":2000,"wiki_name":"Prayer potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Prayer_potion#1_dose","price":2692},"145":{"id":145,"name":"Super attack(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":180,"lowalch":72,"highalch":108,"buy_limit":2000,"wiki_name":"Super attack (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_attack#3_dose","price":1552},"147":{"id":147,"name":"Super attack(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":135,"lowalch":54,"highalch":81,"buy_limit":2000,"wiki_name":"Super attack (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_attack#2_dose","price":1009},"149":{"id":149,"name":"Super attack(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":2000,"wiki_name":"Super attack (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_attack#1_dose","price":513},"151":{"id":151,"name":"Fishing potion(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":2000,"wiki_name":"Fishing potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Fishing_potion#3_dose","price":46},"153":{"id":153,"name":"Fishing potion(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":2000,"wiki_name":"Fishing potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Fishing_potion#2_dose","price":5},"155":{"id":155,"name":"Fishing potion(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":2000,"wiki_name":"Fishing potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Fishing_potion#1_dose","price":14},"157":{"id":157,"name":"Super strength(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":220,"lowalch":88,"highalch":132,"buy_limit":2000,"wiki_name":"Super strength (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_strength#3_dose","price":4890},"159":{"id":159,"name":"Super strength(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":165,"lowalch":66,"highalch":99,"buy_limit":2000,"wiki_name":"Super strength (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_strength#2_dose","price":2801},"161":{"id":161,"name":"Super strength(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":110,"lowalch":44,"highalch":66,"buy_limit":2000,"wiki_name":"Super strength (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_strength#1_dose","price":1688},"163":{"id":163,"name":"Super defence(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":264,"lowalch":105,"highalch":158,"buy_limit":2000,"wiki_name":"Super defence (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_defence#3_dose","price":5951},"165":{"id":165,"name":"Super defence(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":198,"lowalch":79,"highalch":118,"buy_limit":2000,"wiki_name":"Super defence (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_defence#2_dose","price":3797},"167":{"id":167,"name":"Super defence(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":132,"lowalch":52,"highalch":79,"buy_limit":2000,"wiki_name":"Super defence (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_defence#1_dose","price":1978},"169":{"id":169,"name":"Ranging potion(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":288,"lowalch":115,"highalch":172,"buy_limit":2000,"wiki_name":"Ranging potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Ranging_potion#3_dose","price":2437},"171":{"id":171,"name":"Ranging potion(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":216,"lowalch":86,"highalch":129,"buy_limit":2000,"wiki_name":"Ranging potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Ranging_potion#2_dose","price":1503},"173":{"id":173,"name":"Ranging potion(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":144,"lowalch":57,"highalch":86,"buy_limit":2000,"wiki_name":"Ranging potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Ranging_potion#1_dose","price":891},"175":{"id":175,"name":"Antipoison(3)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":288,"lowalch":115,"highalch":172,"buy_limit":2000,"wiki_name":"Antipoison (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antipoison#3_dose","price":122},"177":{"id":177,"name":"Antipoison(2)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":216,"lowalch":86,"highalch":129,"buy_limit":2000,"wiki_name":"Antipoison (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antipoison#2_dose","price":70},"179":{"id":179,"name":"Antipoison(1)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":144,"lowalch":57,"highalch":86,"buy_limit":2000,"wiki_name":"Antipoison (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antipoison#1_dose","price":119},"181":{"id":181,"name":"Superantipoison(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":288,"lowalch":115,"highalch":172,"buy_limit":2000,"wiki_name":"Superantipoison (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Superantipoison#3_dose","price":986},"183":{"id":183,"name":"Superantipoison(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":216,"lowalch":86,"highalch":129,"buy_limit":2000,"wiki_name":"Superantipoison (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Superantipoison#2_dose","price":554},"185":{"id":185,"name":"Superantipoison(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":144,"lowalch":57,"highalch":86,"buy_limit":2000,"wiki_name":"Superantipoison (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Superantipoison#1_dose","price":7},"187":{"id":187,"name":"Weapon poison","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":144,"lowalch":57,"highalch":86,"buy_limit":2000,"wiki_name":"Weapon poison","wiki_url":"https://oldschool.runescape.wiki/w/Weapon_poison","price":369},"189":{"id":189,"name":"Zamorak brew(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":175,"lowalch":70,"highalch":105,"buy_limit":2000,"wiki_name":"Zamorak brew (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_brew#3_dose","price":1638},"191":{"id":191,"name":"Zamorak brew(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":2000,"wiki_name":"Zamorak brew (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_brew#2_dose","price":910},"193":{"id":193,"name":"Zamorak brew(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":125,"lowalch":50,"highalch":75,"buy_limit":2000,"wiki_name":"Zamorak brew (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_brew#1_dose","price":1018},"195":{"id":195,"name":"Potion","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Potion","wiki_url":"https://oldschool.runescape.wiki/w/Potion","price":0},"197":{"id":197,"name":"Poison chalice","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":2000,"wiki_name":"Poison chalice","wiki_url":"https://oldschool.runescape.wiki/w/Poison_chalice","price":1881},"199":{"id":199,"name":"Grimy guam leaf","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":13,"lowalch":5,"highalch":7,"buy_limit":13000,"wiki_name":"Grimy guam leaf","wiki_url":"https://oldschool.runescape.wiki/w/Grimy_guam_leaf","price":224},"201":{"id":201,"name":"Grimy marrentill","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":14,"lowalch":5,"highalch":8,"buy_limit":13000,"wiki_name":"Grimy marrentill","wiki_url":"https://oldschool.runescape.wiki/w/Grimy_marrentill","price":77},"203":{"id":203,"name":"Grimy tarromin","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":13000,"wiki_name":"Grimy tarromin","wiki_url":"https://oldschool.runescape.wiki/w/Grimy_tarromin","price":148},"205":{"id":205,"name":"Grimy harralander","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":16,"lowalch":6,"highalch":9,"buy_limit":13000,"wiki_name":"Grimy harralander","wiki_url":"https://oldschool.runescape.wiki/w/Grimy_harralander","price":407},"207":{"id":207,"name":"Grimy ranarr weed","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":11000,"wiki_name":"Grimy ranarr weed","wiki_url":"https://oldschool.runescape.wiki/w/Grimy_ranarr_weed","price":7259},"209":{"id":209,"name":"Grimy irit leaf","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":17,"lowalch":6,"highalch":10,"buy_limit":13000,"wiki_name":"Grimy irit leaf","wiki_url":"https://oldschool.runescape.wiki/w/Grimy_irit_leaf","price":1394},"211":{"id":211,"name":"Grimy avantoe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":18,"lowalch":7,"highalch":10,"buy_limit":13000,"wiki_name":"Grimy avantoe","wiki_url":"https://oldschool.runescape.wiki/w/Grimy_avantoe","price":4445},"213":{"id":213,"name":"Grimy kwuarm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":13000,"wiki_name":"Grimy kwuarm","wiki_url":"https://oldschool.runescape.wiki/w/Grimy_kwuarm","price":3908},"215":{"id":215,"name":"Grimy cadantine","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":22,"lowalch":8,"highalch":13,"buy_limit":11000,"wiki_name":"Grimy cadantine","wiki_url":"https://oldschool.runescape.wiki/w/Grimy_cadantine","price":5556},"217":{"id":217,"name":"Grimy dwarf weed","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":24,"lowalch":9,"highalch":14,"buy_limit":11000,"wiki_name":"Grimy dwarf weed","wiki_url":"https://oldschool.runescape.wiki/w/Grimy_dwarf_weed","price":2254},"219":{"id":219,"name":"Grimy torstol","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":25,"lowalch":10,"highalch":15,"buy_limit":11000,"wiki_name":"Grimy torstol","wiki_url":"https://oldschool.runescape.wiki/w/Grimy_torstol","price":4813},"221":{"id":221,"name":"Eye of newt","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":13000,"wiki_name":"Eye of newt","wiki_url":"https://oldschool.runescape.wiki/w/Eye_of_newt","price":3},"223":{"id":223,"name":"Red spiders' eggs","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":7,"lowalch":2,"highalch":4,"buy_limit":13000,"wiki_name":"Red spiders' eggs","wiki_url":"https://oldschool.runescape.wiki/w/Red_spiders'_eggs","price":446},"225":{"id":225,"name":"Limpwurt root","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":7,"lowalch":2,"highalch":4,"buy_limit":13000,"wiki_name":"Limpwurt root","wiki_url":"https://oldschool.runescape.wiki/w/Limpwurt_root","price":762},"227":{"id":227,"name":"Vial of water","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Vial of water","wiki_url":"https://oldschool.runescape.wiki/w/Vial_of_water","price":3},"229":{"id":229,"name":"Vial","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Vial","wiki_url":"https://oldschool.runescape.wiki/w/Vial","price":3},"231":{"id":231,"name":"Snape grass","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":13000,"wiki_name":"Snape grass","wiki_url":"https://oldschool.runescape.wiki/w/Snape_grass","price":479},"233":{"id":233,"name":"Pestle and mortar","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":40,"wiki_name":"Pestle and mortar","wiki_url":"https://oldschool.runescape.wiki/w/Pestle_and_mortar","price":128},"235":{"id":235,"name":"Unicorn horn dust","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":13000,"wiki_name":"Unicorn horn dust","wiki_url":"https://oldschool.runescape.wiki/w/Unicorn_horn_dust","price":266},"237":{"id":237,"name":"Unicorn horn","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":13000,"wiki_name":"Unicorn horn","wiki_url":"https://oldschool.runescape.wiki/w/Unicorn_horn","price":167},"239":{"id":239,"name":"White berries","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":13000,"wiki_name":"White berries","wiki_url":"https://oldschool.runescape.wiki/w/White_berries","price":406},"241":{"id":241,"name":"Dragon scale dust","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":52,"lowalch":20,"highalch":31,"buy_limit":13000,"wiki_name":"Dragon scale dust","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_scale_dust","price":36},"243":{"id":243,"name":"Blue dragon scale","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":13000,"wiki_name":"Blue dragon scale","wiki_url":"https://oldschool.runescape.wiki/w/Blue_dragon_scale","price":13},"245":{"id":245,"name":"Wine of zamorak","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":11000,"wiki_name":"Wine of zamorak","wiki_url":"https://oldschool.runescape.wiki/w/Wine_of_zamorak","price":891},"247":{"id":247,"name":"Jangerberries","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Jangerberries","wiki_url":"https://oldschool.runescape.wiki/w/Jangerberries","price":385},"249":{"id":249,"name":"Guam leaf","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":13000,"wiki_name":"Guam leaf","wiki_url":"https://oldschool.runescape.wiki/w/Guam_leaf","price":245},"251":{"id":251,"name":"Marrentill","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":13000,"wiki_name":"Marrentill","wiki_url":"https://oldschool.runescape.wiki/w/Marrentill","price":127},"253":{"id":253,"name":"Tarromin","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":11,"lowalch":4,"highalch":6,"buy_limit":13000,"wiki_name":"Tarromin","wiki_url":"https://oldschool.runescape.wiki/w/Tarromin","price":209},"255":{"id":255,"name":"Harralander","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":13000,"wiki_name":"Harralander","wiki_url":"https://oldschool.runescape.wiki/w/Harralander","price":438},"257":{"id":257,"name":"Ranarr weed","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":25,"lowalch":10,"highalch":15,"buy_limit":11000,"wiki_name":"Ranarr weed","wiki_url":"https://oldschool.runescape.wiki/w/Ranarr_weed","price":7330},"259":{"id":259,"name":"Irit leaf","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":13000,"wiki_name":"Irit leaf","wiki_url":"https://oldschool.runescape.wiki/w/Irit_leaf","price":1443},"261":{"id":261,"name":"Avantoe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":48,"lowalch":19,"highalch":28,"buy_limit":13000,"wiki_name":"Avantoe","wiki_url":"https://oldschool.runescape.wiki/w/Avantoe","price":4523},"263":{"id":263,"name":"Kwuarm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":54,"lowalch":21,"highalch":32,"buy_limit":13000,"wiki_name":"Kwuarm","wiki_url":"https://oldschool.runescape.wiki/w/Kwuarm","price":3974},"265":{"id":265,"name":"Cadantine","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":65,"lowalch":26,"highalch":39,"buy_limit":11000,"wiki_name":"Cadantine","wiki_url":"https://oldschool.runescape.wiki/w/Cadantine","price":5689},"267":{"id":267,"name":"Dwarf weed","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":70,"lowalch":28,"highalch":42,"buy_limit":11000,"wiki_name":"Dwarf weed","wiki_url":"https://oldschool.runescape.wiki/w/Dwarf_weed","price":2313},"269":{"id":269,"name":"Torstol","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":75,"lowalch":30,"highalch":45,"buy_limit":11000,"wiki_name":"Torstol","wiki_url":"https://oldschool.runescape.wiki/w/Torstol","price":4902},"271":{"id":271,"name":"Pressure gauge","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pressure gauge","wiki_url":"https://oldschool.runescape.wiki/w/Pressure_gauge","price":0},"272":{"id":272,"name":"Fish food","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":15,"wiki_name":"Fish food","wiki_url":"https://oldschool.runescape.wiki/w/Fish_food","price":0},"273":{"id":273,"name":"Poison","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":15,"wiki_name":"Poison (item)","wiki_url":"https://oldschool.runescape.wiki/w/Poison_(item)","price":756},"274":{"id":274,"name":"Poisoned fish food","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Poisoned fish food","wiki_url":"https://oldschool.runescape.wiki/w/Poisoned_fish_food","price":0},"275":{"id":275,"name":"Key","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Key (Ernest the Chicken)","wiki_url":"https://oldschool.runescape.wiki/w/Key_(Ernest_the_Chicken)","price":0},"276":{"id":276,"name":"Rubber tube","cost":3,"lowalch":1,"highalch":1,"wiki_name":"Rubber tube","wiki_url":"https://oldschool.runescape.wiki/w/Rubber_tube","price":0},"277":{"id":277,"name":"Oil can","cost":3,"lowalch":1,"highalch":1,"wiki_name":"Oil can","wiki_url":"https://oldschool.runescape.wiki/w/Oil_can","price":0},"278":{"id":278,"name":"Cattleprod","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Cattleprod","wiki_url":"https://oldschool.runescape.wiki/w/Cattleprod","equipment":{"attack_stab":4,"attack_slash":2,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"279":{"id":279,"name":"Sheep feed","members":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Sheep feed","wiki_url":"https://oldschool.runescape.wiki/w/Sheep_feed","price":0},"280":{"id":280,"name":"Sheep bones (1)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sheep bones (1)","wiki_url":"https://oldschool.runescape.wiki/w/Sheep_bones_(1)","price":0},"281":{"id":281,"name":"Sheep bones (2)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sheep bones (2)","wiki_url":"https://oldschool.runescape.wiki/w/Sheep_bones_(2)","price":0},"282":{"id":282,"name":"Sheep bones (3)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sheep bones (3)","wiki_url":"https://oldschool.runescape.wiki/w/Sheep_bones_(3)","price":0},"283":{"id":283,"name":"Sheep bones (4)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sheep bones (4)","wiki_url":"https://oldschool.runescape.wiki/w/Sheep_bones_(4)","price":0},"284":{"id":284,"name":"Plague jacket","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Plague jacket","wiki_url":"https://oldschool.runescape.wiki/w/Plague_jacket","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"285":{"id":285,"name":"Plague trousers","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Plague trousers","wiki_url":"https://oldschool.runescape.wiki/w/Plague_trousers","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"286":{"id":286,"name":"Orange goblin mail","cost":40,"lowalch":16,"highalch":24,"wiki_name":"Orange goblin mail","wiki_url":"https://oldschool.runescape.wiki/w/Orange_goblin_mail","price":0},"287":{"id":287,"name":"Blue goblin mail","cost":40,"lowalch":16,"highalch":24,"wiki_name":"Blue goblin mail","wiki_url":"https://oldschool.runescape.wiki/w/Blue_goblin_mail","price":0},"288":{"id":288,"name":"Goblin mail","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":15,"wiki_name":"Goblin mail","wiki_url":"https://oldschool.runescape.wiki/w/Goblin_mail","price":821},"290":{"id":290,"name":"Research package","cost":30,"wiki_name":"Research package","wiki_url":"https://oldschool.runescape.wiki/w/Research_package","price":0,"lowalch":12,"highalch":18},"291":{"id":291,"name":"Research notes","cost":30,"wiki_name":"Research notes (Rune Mysteries)","wiki_url":"https://oldschool.runescape.wiki/w/Research_notes_(Rune_Mysteries)","price":0,"lowalch":12,"highalch":18},"292":{"id":292,"name":"Book on baxtorian","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Book on baxtorian","wiki_url":"https://oldschool.runescape.wiki/w/Book_on_baxtorian","price":0},"293":{"id":293,"name":"Key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Key (Gnome Village Dungeon)","wiki_url":"https://oldschool.runescape.wiki/w/Key_(Gnome_Village_Dungeon)","price":0},"294":{"id":294,"name":"Glarial's pebble","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Glarial's pebble","wiki_url":"https://oldschool.runescape.wiki/w/Glarial's_pebble","price":0},"295":{"id":295,"name":"Glarial's amulet","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Glarial's amulet","wiki_url":"https://oldschool.runescape.wiki/w/Glarial's_amulet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"296":{"id":296,"name":"Glarial's urn","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Glarial's urn (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Glarial's_urn#Full","price":0},"297":{"id":297,"name":"Glarial's urn (empty)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Glarial's urn (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Glarial's_urn#Empty","price":0},"298":{"id":298,"name":"Key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Key (Waterfall Dungeon)","wiki_url":"https://oldschool.runescape.wiki/w/Key_(Waterfall_Dungeon)","price":0},"299":{"id":299,"name":"Mithril seeds","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":18000,"wiki_name":"Mithril seeds","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_seeds","price":436},"300":{"id":300,"name":"Rat's tail","cost":3,"lowalch":1,"highalch":1,"wiki_name":"Rat's tail","wiki_url":"https://oldschool.runescape.wiki/w/Rat's_tail","price":0},"301":{"id":301,"name":"Lobster pot","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":40,"wiki_name":"Lobster pot","wiki_url":"https://oldschool.runescape.wiki/w/Lobster_pot","price":139},"303":{"id":303,"name":"Small fishing net","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":40,"wiki_name":"Small fishing net (Regular)","wiki_url":"https://oldschool.runescape.wiki/w/Small_fishing_net#Regular","price":86},"305":{"id":305,"name":"Big fishing net","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":40,"wiki_name":"Big fishing net","wiki_url":"https://oldschool.runescape.wiki/w/Big_fishing_net","price":876},"307":{"id":307,"name":"Fishing rod","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":40,"wiki_name":"Fishing rod","wiki_url":"https://oldschool.runescape.wiki/w/Fishing_rod","price":150},"309":{"id":309,"name":"Fly fishing rod","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":40,"wiki_name":"Fly fishing rod","wiki_url":"https://oldschool.runescape.wiki/w/Fly_fishing_rod","price":147},"311":{"id":311,"name":"Harpoon","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":40,"wiki_name":"Harpoon","wiki_url":"https://oldschool.runescape.wiki/w/Harpoon","price":53},"313":{"id":313,"name":"Fishing bait","tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":8000,"wiki_name":"Fishing bait","wiki_url":"https://oldschool.runescape.wiki/w/Fishing_bait","price":4},"314":{"id":314,"name":"Feather","tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":30000,"wiki_name":"Feather","wiki_url":"https://oldschool.runescape.wiki/w/Feather","price":3},"315":{"id":315,"name":"Shrimps","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":6000,"wiki_name":"Shrimps","wiki_url":"https://oldschool.runescape.wiki/w/Shrimps","price":24},"317":{"id":317,"name":"Raw shrimps","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":15000,"wiki_name":"Raw shrimps","wiki_url":"https://oldschool.runescape.wiki/w/Raw_shrimps","price":170},"319":{"id":319,"name":"Anchovies","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":15000,"wiki_name":"Anchovies","wiki_url":"https://oldschool.runescape.wiki/w/Anchovies","price":60},"321":{"id":321,"name":"Raw anchovies","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":13000,"wiki_name":"Raw anchovies","wiki_url":"https://oldschool.runescape.wiki/w/Raw_anchovies","price":53},"323":{"id":323,"name":"Burnt fish","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt fish (anchovies)","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_fish_(anchovies)","price":0},"325":{"id":325,"name":"Sardine","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":6000,"wiki_name":"Sardine","wiki_url":"https://oldschool.runescape.wiki/w/Sardine","price":30},"327":{"id":327,"name":"Raw sardine","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":15000,"wiki_name":"Raw sardine","wiki_url":"https://oldschool.runescape.wiki/w/Raw_sardine","price":68},"329":{"id":329,"name":"Salmon","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":6000,"wiki_name":"Salmon","wiki_url":"https://oldschool.runescape.wiki/w/Salmon","price":107},"331":{"id":331,"name":"Raw salmon","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":15000,"wiki_name":"Raw salmon","wiki_url":"https://oldschool.runescape.wiki/w/Raw_salmon","price":84},"333":{"id":333,"name":"Trout","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":6000,"wiki_name":"Trout","wiki_url":"https://oldschool.runescape.wiki/w/Trout","price":40},"335":{"id":335,"name":"Raw trout","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":15000,"wiki_name":"Raw trout","wiki_url":"https://oldschool.runescape.wiki/w/Raw_trout","price":84},"337":{"id":337,"name":"Giant carp","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Giant carp","wiki_url":"https://oldschool.runescape.wiki/w/Giant_carp","price":0},"338":{"id":338,"name":"Raw giant carp","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Raw giant carp","wiki_url":"https://oldschool.runescape.wiki/w/Raw_giant_carp","price":0},"339":{"id":339,"name":"Cod","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":6000,"wiki_name":"Cod","wiki_url":"https://oldschool.runescape.wiki/w/Cod","price":21},"341":{"id":341,"name":"Raw cod","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":15000,"wiki_name":"Raw cod","wiki_url":"https://oldschool.runescape.wiki/w/Raw_cod","price":67},"343":{"id":343,"name":"Burnt fish","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt fish (trout)","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_fish_(trout)","price":0},"345":{"id":345,"name":"Raw herring","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":15000,"wiki_name":"Raw herring","wiki_url":"https://oldschool.runescape.wiki/w/Raw_herring","price":144},"347":{"id":347,"name":"Herring","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":6000,"wiki_name":"Herring","wiki_url":"https://oldschool.runescape.wiki/w/Herring","price":45},"349":{"id":349,"name":"Raw pike","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":15000,"wiki_name":"Raw pike","wiki_url":"https://oldschool.runescape.wiki/w/Raw_pike","price":98},"351":{"id":351,"name":"Pike","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":6000,"wiki_name":"Pike","wiki_url":"https://oldschool.runescape.wiki/w/Pike","price":20},"353":{"id":353,"name":"Raw mackerel","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":15000,"wiki_name":"Raw mackerel","wiki_url":"https://oldschool.runescape.wiki/w/Raw_mackerel","price":300},"355":{"id":355,"name":"Mackerel","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":6000,"wiki_name":"Mackerel","wiki_url":"https://oldschool.runescape.wiki/w/Mackerel","price":18},"357":{"id":357,"name":"Burnt fish","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt fish (herring)","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_fish_(herring)","price":0},"359":{"id":359,"name":"Raw tuna","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":15000,"wiki_name":"Raw tuna","wiki_url":"https://oldschool.runescape.wiki/w/Raw_tuna","price":70},"361":{"id":361,"name":"Tuna","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":6000,"wiki_name":"Tuna","wiki_url":"https://oldschool.runescape.wiki/w/Tuna","price":107},"363":{"id":363,"name":"Raw bass","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":15000,"wiki_name":"Raw bass","wiki_url":"https://oldschool.runescape.wiki/w/Raw_bass","price":13},"365":{"id":365,"name":"Bass","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":6000,"wiki_name":"Bass","wiki_url":"https://oldschool.runescape.wiki/w/Bass","price":165},"367":{"id":367,"name":"Burnt fish","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt fish (tuna)","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_fish_(tuna)","price":0},"369":{"id":369,"name":"Burnt fish","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt fish (sardine)","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_fish_(sardine)","price":0},"371":{"id":371,"name":"Raw swordfish","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":15000,"wiki_name":"Raw swordfish","wiki_url":"https://oldschool.runescape.wiki/w/Raw_swordfish","price":118},"373":{"id":373,"name":"Swordfish","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":6000,"wiki_name":"Swordfish","wiki_url":"https://oldschool.runescape.wiki/w/Swordfish","price":199},"375":{"id":375,"name":"Burnt swordfish","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt swordfish","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_swordfish","price":0},"377":{"id":377,"name":"Raw lobster","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":70,"lowalch":28,"highalch":42,"buy_limit":15000,"wiki_name":"Raw lobster","wiki_url":"https://oldschool.runescape.wiki/w/Raw_lobster","price":95},"379":{"id":379,"name":"Lobster","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":70,"lowalch":28,"highalch":42,"buy_limit":6000,"wiki_name":"Lobster","wiki_url":"https://oldschool.runescape.wiki/w/Lobster","price":169},"381":{"id":381,"name":"Burnt lobster","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt lobster","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_lobster","price":0},"383":{"id":383,"name":"Raw shark","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":170,"lowalch":68,"highalch":102,"buy_limit":15000,"wiki_name":"Raw shark","wiki_url":"https://oldschool.runescape.wiki/w/Raw_shark","price":746},"385":{"id":385,"name":"Shark","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":170,"lowalch":68,"highalch":102,"buy_limit":10000,"wiki_name":"Shark","wiki_url":"https://oldschool.runescape.wiki/w/Shark","price":991},"387":{"id":387,"name":"Burnt shark","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt shark","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_shark","price":0},"389":{"id":389,"name":"Raw manta ray","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":15000,"wiki_name":"Raw manta ray","wiki_url":"https://oldschool.runescape.wiki/w/Raw_manta_ray","price":1843},"391":{"id":391,"name":"Manta ray","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":10000,"wiki_name":"Manta ray","wiki_url":"https://oldschool.runescape.wiki/w/Manta_ray","price":2510},"393":{"id":393,"name":"Burnt manta ray","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt manta ray","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_manta_ray","price":0},"395":{"id":395,"name":"Raw sea turtle","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":15000,"wiki_name":"Raw sea turtle","wiki_url":"https://oldschool.runescape.wiki/w/Raw_sea_turtle","price":1015},"397":{"id":397,"name":"Sea turtle","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":10000,"wiki_name":"Sea turtle","wiki_url":"https://oldschool.runescape.wiki/w/Sea_turtle","price":1150},"399":{"id":399,"name":"Burnt sea turtle","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt sea turtle","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_sea_turtle","price":0},"401":{"id":401,"name":"Seaweed","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Seaweed","wiki_url":"https://oldschool.runescape.wiki/w/Seaweed","price":31},"403":{"id":403,"name":"Edible seaweed","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Edible seaweed","wiki_url":"https://oldschool.runescape.wiki/w/Edible_seaweed","price":58},"405":{"id":405,"name":"Casket","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":50,"wiki_name":"Casket","wiki_url":"https://oldschool.runescape.wiki/w/Casket","price":1175},"407":{"id":407,"name":"Oyster","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":11000,"wiki_name":"Oyster","wiki_url":"https://oldschool.runescape.wiki/w/Oyster","price":41},"409":{"id":409,"name":"Empty oyster","members":true,"tradeable":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Empty oyster","wiki_url":"https://oldschool.runescape.wiki/w/Empty_oyster","price":0},"411":{"id":411,"name":"Oyster pearl","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":112,"lowalch":44,"highalch":67,"buy_limit":11000,"wiki_name":"Oyster pearl","wiki_url":"https://oldschool.runescape.wiki/w/Oyster_pearl","price":75},"413":{"id":413,"name":"Oyster pearls","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1400,"lowalch":560,"highalch":840,"buy_limit":11000,"wiki_name":"Oyster pearls","wiki_url":"https://oldschool.runescape.wiki/w/Oyster_pearls","price":932},"415":{"id":415,"name":"Ethenea","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Ethenea","wiki_url":"https://oldschool.runescape.wiki/w/Ethenea","price":0},"416":{"id":416,"name":"Liquid honey","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Liquid honey","wiki_url":"https://oldschool.runescape.wiki/w/Liquid_honey","price":0},"417":{"id":417,"name":"Sulphuric broline","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sulphuric broline","wiki_url":"https://oldschool.runescape.wiki/w/Sulphuric_broline","price":0},"418":{"id":418,"name":"Plague sample","members":true,"cost":1,"wiki_name":"Plague sample","wiki_url":"https://oldschool.runescape.wiki/w/Plague_sample","price":0},"419":{"id":419,"name":"Touch paper","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Touch paper","wiki_url":"https://oldschool.runescape.wiki/w/Touch_paper","price":0},"420":{"id":420,"name":"Distillator","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Distillator","wiki_url":"https://oldschool.runescape.wiki/w/Distillator","price":0},"421":{"id":421,"name":"Lathas' amulet","members":true,"equipable":true,"equipable_by_player":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Lathas' amulet","wiki_url":"https://oldschool.runescape.wiki/w/Lathas'_amulet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"422":{"id":422,"name":"Bird feed","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bird feed","wiki_url":"https://oldschool.runescape.wiki/w/Bird_feed","price":0},"423":{"id":423,"name":"Key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Key (Biohazard)","wiki_url":"https://oldschool.runescape.wiki/w/Key_(Biohazard)","price":0},"424":{"id":424,"name":"Pigeon cage","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pigeon cage (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Pigeon_cage#Full","price":0},"425":{"id":425,"name":"Pigeon cage","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pigeon cage (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Pigeon_cage#Empty","price":0},"426":{"id":426,"name":"Priest gown","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":150,"wiki_name":"Priest gown (top)","wiki_url":"https://oldschool.runescape.wiki/w/Priest_gown_(top)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"body","requirements":null},"price":233},"428":{"id":428,"name":"Priest gown","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":150,"wiki_name":"Priest gown (bottom)","wiki_url":"https://oldschool.runescape.wiki/w/Priest_gown_(bottom)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"legs","requirements":null},"price":94},"430":{"id":430,"name":"Medical gown","members":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Medical gown","wiki_url":"https://oldschool.runescape.wiki/w/Medical_gown","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"431":{"id":431,"name":"Karamjan rum","cost":30,"lowalch":12,"highalch":18,"wiki_name":"Karamjan rum","wiki_url":"https://oldschool.runescape.wiki/w/Karamjan_rum","price":0},"432":{"id":432,"name":"Chest key","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chest key (Pirate's Treasure)","wiki_url":"https://oldschool.runescape.wiki/w/Chest_key_(Pirate's_Treasure)","price":0},"433":{"id":433,"name":"Pirate message","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pirate message","wiki_url":"https://oldschool.runescape.wiki/w/Pirate_message","price":0},"434":{"id":434,"name":"Clay","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Clay","wiki_url":"https://oldschool.runescape.wiki/w/Clay","price":75},"436":{"id":436,"name":"Copper ore","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":13000,"wiki_name":"Copper ore","wiki_url":"https://oldschool.runescape.wiki/w/Copper_ore","price":43},"438":{"id":438,"name":"Tin ore","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":13000,"wiki_name":"Tin ore","wiki_url":"https://oldschool.runescape.wiki/w/Tin_ore","price":35},"440":{"id":440,"name":"Iron ore","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":17,"lowalch":6,"highalch":10,"buy_limit":13000,"wiki_name":"Iron ore","wiki_url":"https://oldschool.runescape.wiki/w/Iron_ore","price":154},"442":{"id":442,"name":"Silver ore","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":75,"lowalch":30,"highalch":45,"buy_limit":13000,"wiki_name":"Silver ore","wiki_url":"https://oldschool.runescape.wiki/w/Silver_ore","price":43},"444":{"id":444,"name":"Gold ore","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":30000,"wiki_name":"Gold ore","wiki_url":"https://oldschool.runescape.wiki/w/Gold_ore","price":157},"446":{"id":446,"name":"'perfect' gold ore","members":true,"cost":150,"lowalch":60,"highalch":90,"wiki_name":"'perfect' gold ore","wiki_url":"https://oldschool.runescape.wiki/w/'perfect'_gold_ore","price":0},"447":{"id":447,"name":"Mithril ore","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":162,"lowalch":64,"highalch":97,"buy_limit":13000,"wiki_name":"Mithril ore","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_ore","price":106},"449":{"id":449,"name":"Adamantite ore","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":4500,"wiki_name":"Adamantite ore","wiki_url":"https://oldschool.runescape.wiki/w/Adamantite_ore","price":1091},"451":{"id":451,"name":"Runite ore","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3200,"lowalch":1280,"highalch":1920,"buy_limit":4500,"wiki_name":"Runite ore","wiki_url":"https://oldschool.runescape.wiki/w/Runite_ore","price":11065},"453":{"id":453,"name":"Coal","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":45,"lowalch":18,"highalch":27,"buy_limit":13000,"wiki_name":"Coal","wiki_url":"https://oldschool.runescape.wiki/w/Coal","price":155},"455":{"id":455,"name":"Barcrawl card","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Barcrawl card","wiki_url":"https://oldschool.runescape.wiki/w/Barcrawl_card","price":0},"456":{"id":456,"name":"Scorpion cage","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Scorpion cage (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Scorpion_cage#Empty","price":0},"457":{"id":457,"name":"Scorpion cage","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Scorpion cage (Taverley)","wiki_url":"https://oldschool.runescape.wiki/w/Scorpion_cage#Taverley","price":0},"458":{"id":458,"name":"Scorpion cage","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Scorpion cage (Taverley + Outpost)","wiki_url":"https://oldschool.runescape.wiki/w/Scorpion_cage#Taverley_+_Outpost","price":0},"459":{"id":459,"name":"Scorpion cage","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Scorpion cage (Taverley + Monastery)","wiki_url":"https://oldschool.runescape.wiki/w/Scorpion_cage#Taverley_+_Monastery","price":0},"460":{"id":460,"name":"Scorpion cage","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Scorpion cage (Outpost)","wiki_url":"https://oldschool.runescape.wiki/w/Scorpion_cage#Outpost","price":0},"461":{"id":461,"name":"Scorpion cage","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Scorpion cage (Outpost + Monastery)","wiki_url":"https://oldschool.runescape.wiki/w/Scorpion_cage#Outpost_+_Monastery","price":0},"462":{"id":462,"name":"Scorpion cage","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Scorpion cage (Monastery)","wiki_url":"https://oldschool.runescape.wiki/w/Scorpion_cage#Monastery","price":0},"463":{"id":463,"name":"Scorpion cage","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Scorpion cage (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Scorpion_cage#Full","price":0},"464":{"id":464,"name":"Strange fruit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":2000,"wiki_name":"Strange fruit","wiki_url":"https://oldschool.runescape.wiki/w/Strange_fruit","price":667},"466":{"id":466,"name":"Pickaxe handle","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pickaxe handle","wiki_url":"https://oldschool.runescape.wiki/w/Pickaxe_handle","price":0},"468":{"id":468,"name":"Broken pickaxe","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Broken pickaxe (bronze)","wiki_url":"https://oldschool.runescape.wiki/w/Broken_pickaxe_(bronze)","price":0},"470":{"id":470,"name":"Broken pickaxe","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Broken pickaxe (iron)","wiki_url":"https://oldschool.runescape.wiki/w/Broken_pickaxe_(iron)","price":0},"472":{"id":472,"name":"Broken pickaxe","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Broken pickaxe (steel)","wiki_url":"https://oldschool.runescape.wiki/w/Broken_pickaxe_(steel)","price":0},"474":{"id":474,"name":"Broken pickaxe","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Broken pickaxe (mithril)","wiki_url":"https://oldschool.runescape.wiki/w/Broken_pickaxe_(mithril)","price":0},"476":{"id":476,"name":"Broken pickaxe","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Broken pickaxe (adamant)","wiki_url":"https://oldschool.runescape.wiki/w/Broken_pickaxe_(adamant)","price":0},"478":{"id":478,"name":"Broken pickaxe","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Broken pickaxe (rune)","wiki_url":"https://oldschool.runescape.wiki/w/Broken_pickaxe_(rune)","price":0},"480":{"id":480,"name":"Bronze pick head","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bronze pick head","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_pick_head","price":0},"482":{"id":482,"name":"Iron pick head","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Iron pick head","wiki_url":"https://oldschool.runescape.wiki/w/Iron_pick_head","price":0},"484":{"id":484,"name":"Steel pick head","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Steel pick head","wiki_url":"https://oldschool.runescape.wiki/w/Steel_pick_head","price":0},"486":{"id":486,"name":"Mithril pick head","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mithril pick head","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_pick_head","price":0},"488":{"id":488,"name":"Adamant pick head","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Adamant pick head","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_pick_head","price":0},"490":{"id":490,"name":"Rune pick head","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rune pick head","wiki_url":"https://oldschool.runescape.wiki/w/Rune_pick_head","price":0},"492":{"id":492,"name":"Axe handle","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Axe handle (Standard)","wiki_url":"https://oldschool.runescape.wiki/w/Axe_handle#Standard","price":0},"494":{"id":494,"name":"Broken axe","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Broken axe (bronze)","wiki_url":"https://oldschool.runescape.wiki/w/Broken_axe_(bronze)","price":0},"496":{"id":496,"name":"Broken axe","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Broken axe (iron)","wiki_url":"https://oldschool.runescape.wiki/w/Broken_axe_(iron)","price":0},"498":{"id":498,"name":"Broken axe","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Broken axe (steel)","wiki_url":"https://oldschool.runescape.wiki/w/Broken_axe_(steel)","price":0},"500":{"id":500,"name":"Broken axe","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Broken axe (black)","wiki_url":"https://oldschool.runescape.wiki/w/Broken_axe_(black)","price":0},"502":{"id":502,"name":"Broken axe","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Broken axe (mithril)","wiki_url":"https://oldschool.runescape.wiki/w/Broken_axe_(mithril)","price":0},"504":{"id":504,"name":"Broken axe","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Broken axe (adamant)","wiki_url":"https://oldschool.runescape.wiki/w/Broken_axe_(adamant)","price":0},"506":{"id":506,"name":"Broken axe","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Broken axe (rune)","wiki_url":"https://oldschool.runescape.wiki/w/Broken_axe_(rune)","price":0},"508":{"id":508,"name":"Bronze axe head","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bronze axe head","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_axe_head","price":0},"510":{"id":510,"name":"Iron axe head","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Iron axe head","wiki_url":"https://oldschool.runescape.wiki/w/Iron_axe_head","price":0},"512":{"id":512,"name":"Steel axe head","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Steel axe head","wiki_url":"https://oldschool.runescape.wiki/w/Steel_axe_head","price":0},"514":{"id":514,"name":"Black axe head","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Black axe head","wiki_url":"https://oldschool.runescape.wiki/w/Black_axe_head","price":0},"516":{"id":516,"name":"Mithril axe head","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mithril axe head","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_axe_head","price":0},"518":{"id":518,"name":"Adamant axe head","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Adamant axe head","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_axe_head","price":0},"520":{"id":520,"name":"Rune axe head","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rune axe head","wiki_url":"https://oldschool.runescape.wiki/w/Rune_axe_head","price":0},"522":{"id":522,"name":"Enchanted beef","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Enchanted beef","wiki_url":"https://oldschool.runescape.wiki/w/Enchanted_beef","price":0},"523":{"id":523,"name":"Enchanted rat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Enchanted rat","wiki_url":"https://oldschool.runescape.wiki/w/Enchanted_rat","price":0},"524":{"id":524,"name":"Enchanted bear","members":true,"cost":1,"wiki_name":"Enchanted bear","wiki_url":"https://oldschool.runescape.wiki/w/Enchanted_bear","price":0},"525":{"id":525,"name":"Enchanted chicken","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Enchanted chicken","wiki_url":"https://oldschool.runescape.wiki/w/Enchanted_chicken","price":0},"526":{"id":526,"name":"Bones","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":3000,"wiki_name":"Bones","wiki_url":"https://oldschool.runescape.wiki/w/Bones","price":136},"528":{"id":528,"name":"Burnt bones","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":3000,"wiki_name":"Burnt bones","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_bones","price":408},"530":{"id":530,"name":"Bat bones","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":3000,"wiki_name":"Bat bones","wiki_url":"https://oldschool.runescape.wiki/w/Bat_bones","price":622},"532":{"id":532,"name":"Big bones","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":3000,"wiki_name":"Big bones","wiki_url":"https://oldschool.runescape.wiki/w/Big_bones","price":276},"534":{"id":534,"name":"Babydragon bones","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":3000,"wiki_name":"Babydragon bones","wiki_url":"https://oldschool.runescape.wiki/w/Babydragon_bones","price":957},"536":{"id":536,"name":"Dragon bones","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":7500,"wiki_name":"Dragon bones","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_bones","price":2860},"538":{"id":538,"name":"Druid's robe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":125,"wiki_name":"Druid's robe","wiki_url":"https://oldschool.runescape.wiki/w/Druid's_robe","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"legs","requirements":null},"price":3},"540":{"id":540,"name":"Druid's robe top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":125,"wiki_name":"Druid's robe top","wiki_url":"https://oldschool.runescape.wiki/w/Druid's_robe_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"body","requirements":null},"price":0},"542":{"id":542,"name":"Monk's robe","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":125,"wiki_name":"Monk's robe","wiki_url":"https://oldschool.runescape.wiki/w/Monk's_robe","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"legs","requirements":null},"price":801},"544":{"id":544,"name":"Monk's robe top","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":125,"wiki_name":"Monk's robe top","wiki_url":"https://oldschool.runescape.wiki/w/Monk's_robe_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"body","requirements":null},"price":840},"546":{"id":546,"name":"Shade robe top","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":125,"wiki_name":"Shade robe top","wiki_url":"https://oldschool.runescape.wiki/w/Shade_robe_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"body","requirements":null},"price":745},"548":{"id":548,"name":"Shade robe","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":125,"wiki_name":"Shade robe","wiki_url":"https://oldschool.runescape.wiki/w/Shade_robe","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"legs","requirements":null},"price":2962},"550":{"id":550,"name":"Newcomer map","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Newcomer map","wiki_url":"https://oldschool.runescape.wiki/w/Newcomer_map","price":0},"552":{"id":552,"name":"Ghostspeak amulet","equipable":true,"equipable_by_player":true,"cost":35,"lowalch":14,"highalch":21,"wiki_name":"Ghostspeak amulet (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Ghostspeak_amulet#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"553":{"id":553,"name":"Ghost's skull","cost":1,"wiki_name":"Ghost's skull","wiki_url":"https://oldschool.runescape.wiki/w/Ghost's_skull","price":0},"554":{"id":554,"name":"Fire rune","tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":50000,"wiki_name":"Fire rune","wiki_url":"https://oldschool.runescape.wiki/w/Fire_rune","price":5},"555":{"id":555,"name":"Water rune","tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":50000,"wiki_name":"Water rune","wiki_url":"https://oldschool.runescape.wiki/w/Water_rune","price":5},"556":{"id":556,"name":"Air rune","tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":50000,"wiki_name":"Air rune","wiki_url":"https://oldschool.runescape.wiki/w/Air_rune","price":4},"557":{"id":557,"name":"Earth rune","tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":50000,"wiki_name":"Earth rune","wiki_url":"https://oldschool.runescape.wiki/w/Earth_rune","price":5},"558":{"id":558,"name":"Mind rune","tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":18000,"wiki_name":"Mind rune","wiki_url":"https://oldschool.runescape.wiki/w/Mind_rune","price":3},"559":{"id":559,"name":"Body rune","tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":18000,"wiki_name":"Body rune","wiki_url":"https://oldschool.runescape.wiki/w/Body_rune","price":5},"560":{"id":560,"name":"Death rune","tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":180,"lowalch":72,"highalch":108,"buy_limit":25000,"wiki_name":"Death rune","wiki_url":"https://oldschool.runescape.wiki/w/Death_rune","price":115},"561":{"id":561,"name":"Nature rune","tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":180,"lowalch":72,"highalch":108,"buy_limit":18000,"wiki_name":"Nature rune","wiki_url":"https://oldschool.runescape.wiki/w/Nature_rune","price":92},"562":{"id":562,"name":"Chaos rune","tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":18000,"wiki_name":"Chaos rune","wiki_url":"https://oldschool.runescape.wiki/w/Chaos_rune","price":61},"563":{"id":563,"name":"Law rune","tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":240,"lowalch":96,"highalch":144,"buy_limit":18000,"wiki_name":"Law rune","wiki_url":"https://oldschool.runescape.wiki/w/Law_rune","price":128},"564":{"id":564,"name":"Cosmic rune","tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":18000,"wiki_name":"Cosmic rune","wiki_url":"https://oldschool.runescape.wiki/w/Cosmic_rune","price":72},"565":{"id":565,"name":"Blood rune","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":25000,"wiki_name":"Blood rune","wiki_url":"https://oldschool.runescape.wiki/w/Blood_rune","price":203},"566":{"id":566,"name":"Soul rune","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":25000,"wiki_name":"Soul rune","wiki_url":"https://oldschool.runescape.wiki/w/Soul_rune","price":199},"567":{"id":567,"name":"Unpowered orb","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":10000,"wiki_name":"Unpowered orb","wiki_url":"https://oldschool.runescape.wiki/w/Unpowered_orb","price":127},"569":{"id":569,"name":"Fire orb","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":11000,"wiki_name":"Fire orb","wiki_url":"https://oldschool.runescape.wiki/w/Fire_orb","price":936},"571":{"id":571,"name":"Water orb","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":11000,"wiki_name":"Water orb","wiki_url":"https://oldschool.runescape.wiki/w/Water_orb","price":815},"573":{"id":573,"name":"Air orb","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":11000,"wiki_name":"Air orb","wiki_url":"https://oldschool.runescape.wiki/w/Air_orb","price":995},"575":{"id":575,"name":"Earth orb","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":11000,"wiki_name":"Earth orb","wiki_url":"https://oldschool.runescape.wiki/w/Earth_orb","price":875},"577":{"id":577,"name":"Blue wizard robe","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":125,"wiki_name":"Blue wizard robe","wiki_url":"https://oldschool.runescape.wiki/w/Blue_wizard_robe","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":1458},"579":{"id":579,"name":"Blue wizard hat","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":125,"wiki_name":"Blue wizard hat","wiki_url":"https://oldschool.runescape.wiki/w/Blue_wizard_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":2,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":2,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":454},"581":{"id":581,"name":"Black robe","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":13,"lowalch":5,"highalch":7,"buy_limit":125,"wiki_name":"Black robe","wiki_url":"https://oldschool.runescape.wiki/w/Black_robe","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":941},"583":{"id":583,"name":"Bailing bucket","members":true,"tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Bailing bucket (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Bailing_bucket#Empty","price":0},"585":{"id":585,"name":"Bailing bucket","members":true,"tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Bailing bucket (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Bailing_bucket#Full","price":0},"587":{"id":587,"name":"Orb of protection","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Orb of protection","wiki_url":"https://oldschool.runescape.wiki/w/Orb_of_protection","price":0},"588":{"id":588,"name":"Orbs of protection","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Orbs of protection","wiki_url":"https://oldschool.runescape.wiki/w/Orbs_of_protection","price":0},"589":{"id":589,"name":"Gnome amulet","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gnome amulet","wiki_url":"https://oldschool.runescape.wiki/w/Gnome_amulet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":13,"defence_slash":13,"defence_crush":13,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"590":{"id":590,"name":"Tinderbox","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":40,"wiki_name":"Tinderbox","wiki_url":"https://oldschool.runescape.wiki/w/Tinderbox","price":32},"592":{"id":592,"name":"Ashes","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Ashes","wiki_url":"https://oldschool.runescape.wiki/w/Ashes","price":106},"594":{"id":594,"name":"Lit torch","members":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Torch (Lit)","wiki_url":"https://oldschool.runescape.wiki/w/Torch#Lit","price":0},"595":{"id":595,"name":"Torch","stackable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Torch (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Torch_(unobtainable_item)","price":0},"596":{"id":596,"name":"Unlit torch","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":40,"wiki_name":"Torch (Unlit)","wiki_url":"https://oldschool.runescape.wiki/w/Torch#Unlit","price":3},"598":{"id":598,"name":"Bronze fire arrow","members":true,"tradeable":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Bronze fire arrow (Unlit)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_fire_arrow#Unlit","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":7,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":0},"600":{"id":600,"name":"Astronomy book","members":true,"tradeable":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Astronomy book","wiki_url":"https://oldschool.runescape.wiki/w/Astronomy_book","price":0},"601":{"id":601,"name":"Goblin kitchen key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Goblin kitchen key","wiki_url":"https://oldschool.runescape.wiki/w/Goblin_kitchen_key","price":0},"602":{"id":602,"name":"Lens mould","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Lens mould","wiki_url":"https://oldschool.runescape.wiki/w/Lens_mould","price":0},"603":{"id":603,"name":"Observatory lens","members":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Observatory lens","wiki_url":"https://oldschool.runescape.wiki/w/Observatory_lens","price":0},"604":{"id":604,"name":"Bone shard","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bone shard","wiki_url":"https://oldschool.runescape.wiki/w/Bone_shard","price":0},"605":{"id":605,"name":"Bone key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bone key (Shilo Village)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_key_(Shilo_Village)","price":0},"606":{"id":606,"name":"Stone-plaque","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Stone-plaque","wiki_url":"https://oldschool.runescape.wiki/w/Stone-plaque","price":0},"607":{"id":607,"name":"Tattered scroll","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tattered scroll","wiki_url":"https://oldschool.runescape.wiki/w/Tattered_scroll","price":0},"608":{"id":608,"name":"Crumpled scroll","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crumpled scroll","wiki_url":"https://oldschool.runescape.wiki/w/Crumpled_scroll","price":0},"609":{"id":609,"name":"Rashiliyia corpse","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rashiliyia corpse","wiki_url":"https://oldschool.runescape.wiki/w/Rashiliyia_corpse","price":0},"610":{"id":610,"name":"Zadimus corpse","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Zadimus corpse","wiki_url":"https://oldschool.runescape.wiki/w/Zadimus_corpse","price":0},"611":{"id":611,"name":"Locating crystal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Locating crystal","wiki_url":"https://oldschool.runescape.wiki/w/Locating_crystal","price":0},"612":{"id":612,"name":"Locating crystal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Locating crystal (unobtainable item) (1)","wiki_url":"https://oldschool.runescape.wiki/w/Locating_crystal_(unobtainable_item)#1","price":0},"613":{"id":613,"name":"Locating crystal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Locating crystal (unobtainable item) (2)","wiki_url":"https://oldschool.runescape.wiki/w/Locating_crystal_(unobtainable_item)#2","price":0},"614":{"id":614,"name":"Locating crystal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Locating crystal (unobtainable item) (3)","wiki_url":"https://oldschool.runescape.wiki/w/Locating_crystal_(unobtainable_item)#3","price":0},"615":{"id":615,"name":"Locating crystal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Locating crystal (unobtainable item) (4)","wiki_url":"https://oldschool.runescape.wiki/w/Locating_crystal_(unobtainable_item)#4","price":0},"616":{"id":616,"name":"Beads of the dead","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Beads of the dead","wiki_url":"https://oldschool.runescape.wiki/w/Beads_of_the_dead","equipment":{"attack_stab":1,"attack_slash":1,"attack_crush":1,"attack_magic":1,"attack_ranged":1,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":1,"defence_ranged":1,"melee_strength":1,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"neck","requirements":null},"price":0},"618":{"id":618,"name":"Bone beads","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bone beads","wiki_url":"https://oldschool.runescape.wiki/w/Bone_beads","price":0},"619":{"id":619,"name":"Paramaya ticket","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Paramaya ticket","wiki_url":"https://oldschool.runescape.wiki/w/Paramaya_ticket","price":0},"620":{"id":620,"name":"Paramaya ticket","members":true,"stackable":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Paramaya ticket (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Paramaya_ticket_(unobtainable_item)","price":0},"621":{"id":621,"name":"Ship ticket","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":18000,"wiki_name":"Ship ticket","wiki_url":"https://oldschool.runescape.wiki/w/Ship_ticket","price":1},"623":{"id":623,"name":"Sword pommel","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sword pommel","wiki_url":"https://oldschool.runescape.wiki/w/Sword_pommel","price":0},"624":{"id":624,"name":"Bervirius notes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bervirius notes","wiki_url":"https://oldschool.runescape.wiki/w/Bervirius_notes","price":0},"625":{"id":625,"name":"Wampum belt","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Wampum belt","wiki_url":"https://oldschool.runescape.wiki/w/Wampum_belt","price":0},"626":{"id":626,"name":"Pink boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":150,"wiki_name":"Pink boots","wiki_url":"https://oldschool.runescape.wiki/w/Pink_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":945},"628":{"id":628,"name":"Green boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":150,"wiki_name":"Green boots","wiki_url":"https://oldschool.runescape.wiki/w/Green_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":606},"630":{"id":630,"name":"Blue boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":150,"wiki_name":"Blue boots","wiki_url":"https://oldschool.runescape.wiki/w/Blue_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":943},"632":{"id":632,"name":"Cream boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":150,"wiki_name":"Cream boots","wiki_url":"https://oldschool.runescape.wiki/w/Cream_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"634":{"id":634,"name":"Turquoise boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":150,"wiki_name":"Turquoise boots","wiki_url":"https://oldschool.runescape.wiki/w/Turquoise_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":171},"636":{"id":636,"name":"Pink robe top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":180,"lowalch":72,"highalch":108,"buy_limit":150,"wiki_name":"Pink robe top","wiki_url":"https://oldschool.runescape.wiki/w/Pink_robe_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":452},"638":{"id":638,"name":"Green robe top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":180,"lowalch":72,"highalch":108,"buy_limit":150,"wiki_name":"Green robe top","wiki_url":"https://oldschool.runescape.wiki/w/Green_robe_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":1700},"640":{"id":640,"name":"Blue robe top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":180,"lowalch":72,"highalch":108,"buy_limit":150,"wiki_name":"Blue robe top","wiki_url":"https://oldschool.runescape.wiki/w/Blue_robe_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":298},"642":{"id":642,"name":"Cream robe top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":180,"lowalch":72,"highalch":108,"buy_limit":150,"wiki_name":"Cream robe top","wiki_url":"https://oldschool.runescape.wiki/w/Cream_robe_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":806},"644":{"id":644,"name":"Turquoise robe top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":180,"lowalch":72,"highalch":108,"buy_limit":150,"wiki_name":"Turquoise robe top","wiki_url":"https://oldschool.runescape.wiki/w/Turquoise_robe_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":2000},"646":{"id":646,"name":"Pink robe bottoms","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":180,"lowalch":72,"highalch":108,"buy_limit":150,"wiki_name":"Pink robe bottoms","wiki_url":"https://oldschool.runescape.wiki/w/Pink_robe_bottoms","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":163},"648":{"id":648,"name":"Green robe bottoms","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":180,"lowalch":72,"highalch":108,"buy_limit":150,"wiki_name":"Green robe bottoms","wiki_url":"https://oldschool.runescape.wiki/w/Green_robe_bottoms","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":32},"650":{"id":650,"name":"Blue robe bottoms","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":180,"lowalch":72,"highalch":108,"buy_limit":150,"wiki_name":"Blue robe bottoms","wiki_url":"https://oldschool.runescape.wiki/w/Blue_robe_bottoms","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":100},"652":{"id":652,"name":"Cream robe bottoms","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":180,"lowalch":72,"highalch":108,"buy_limit":150,"wiki_name":"Cream robe bottoms","wiki_url":"https://oldschool.runescape.wiki/w/Cream_robe_bottoms","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":361},"654":{"id":654,"name":"Turquoise robe bottoms","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":180,"lowalch":72,"highalch":108,"buy_limit":150,"wiki_name":"Turquoise robe bottoms","wiki_url":"https://oldschool.runescape.wiki/w/Turquoise_robe_bottoms","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":754},"656":{"id":656,"name":"Pink hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":150,"wiki_name":"Pink hat","wiki_url":"https://oldschool.runescape.wiki/w/Pink_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":425},"658":{"id":658,"name":"Green hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":150,"wiki_name":"Green hat","wiki_url":"https://oldschool.runescape.wiki/w/Green_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":1169},"660":{"id":660,"name":"Blue hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":150,"wiki_name":"Blue hat","wiki_url":"https://oldschool.runescape.wiki/w/Blue_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":512},"662":{"id":662,"name":"Cream hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":150,"wiki_name":"Cream hat","wiki_url":"https://oldschool.runescape.wiki/w/Cream_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":1143},"664":{"id":664,"name":"Turquoise hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":150,"wiki_name":"Turquoise hat","wiki_url":"https://oldschool.runescape.wiki/w/Turquoise_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":826},"666":{"id":666,"name":"Portrait","cost":3,"lowalch":1,"highalch":1,"wiki_name":"Portrait","wiki_url":"https://oldschool.runescape.wiki/w/Portrait","price":0},"667":{"id":667,"name":"Blurite sword","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Blurite sword","wiki_url":"https://oldschool.runescape.wiki/w/Blurite_sword","equipment":{"attack_stab":9,"attack_slash":14,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":1}},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"668":{"id":668,"name":"Blurite ore","cost":3,"lowalch":1,"highalch":1,"wiki_name":"Blurite ore","wiki_url":"https://oldschool.runescape.wiki/w/Blurite_ore","price":0},"669":{"id":669,"name":"Specimen jar","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Specimen jar","wiki_url":"https://oldschool.runescape.wiki/w/Specimen_jar","price":0},"670":{"id":670,"name":"Specimen brush","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Specimen brush","wiki_url":"https://oldschool.runescape.wiki/w/Specimen_brush","price":0},"671":{"id":671,"name":"Animal skull","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Animal skull","wiki_url":"https://oldschool.runescape.wiki/w/Animal_skull","price":0},"672":{"id":672,"name":"Special cup","members":true,"cost":1,"wiki_name":"Special cup","wiki_url":"https://oldschool.runescape.wiki/w/Special_cup","price":0},"673":{"id":673,"name":"Teddy","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Teddy","wiki_url":"https://oldschool.runescape.wiki/w/Teddy","price":0},"674":{"id":674,"name":"Cracked sample","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cracked sample","wiki_url":"https://oldschool.runescape.wiki/w/Cracked_sample","price":0},"675":{"id":675,"name":"Rock pick","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rock pick","wiki_url":"https://oldschool.runescape.wiki/w/Rock_pick","price":0},"676":{"id":676,"name":"Trowel","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Trowel","wiki_url":"https://oldschool.runescape.wiki/w/Trowel","price":0},"677":{"id":677,"name":"Panning tray","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Panning tray (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Panning_tray#Empty","price":0},"678":{"id":678,"name":"Panning tray","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Panning tray (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Panning_tray_(unobtainable_item)","price":0},"679":{"id":679,"name":"Panning tray","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Panning tray (Mud)","wiki_url":"https://oldschool.runescape.wiki/w/Panning_tray#Mud","price":0},"680":{"id":680,"name":"Nuggets","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Nuggets","wiki_url":"https://oldschool.runescape.wiki/w/Nuggets","price":0},"681":{"id":681,"name":"Ancient talisman","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ancient talisman","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_talisman","price":0},"682":{"id":682,"name":"Unstamped letter","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Unstamped letter","wiki_url":"https://oldschool.runescape.wiki/w/Unstamped_letter","price":0},"683":{"id":683,"name":"Sealed letter","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sealed letter","wiki_url":"https://oldschool.runescape.wiki/w/Sealed_letter","price":0},"684":{"id":684,"name":"Belt buckle","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Belt buckle","wiki_url":"https://oldschool.runescape.wiki/w/Belt_buckle","price":0},"685":{"id":685,"name":"Old boot","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old boot","wiki_url":"https://oldschool.runescape.wiki/w/Old_boot","price":0},"686":{"id":686,"name":"Rusty sword","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rusty sword","wiki_url":"https://oldschool.runescape.wiki/w/Rusty_sword","price":0},"687":{"id":687,"name":"Broken arrow","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Broken arrow","wiki_url":"https://oldschool.runescape.wiki/w/Broken_arrow","price":0},"688":{"id":688,"name":"Buttons","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Buttons","wiki_url":"https://oldschool.runescape.wiki/w/Buttons","price":0},"689":{"id":689,"name":"Broken staff","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Broken staff","wiki_url":"https://oldschool.runescape.wiki/w/Broken_staff","price":0},"690":{"id":690,"name":"Broken glass","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Broken glass (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Broken_glass_(unobtainable_item)","price":0},"691":{"id":691,"name":"Level 1 certificate","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Level 1 certificate","wiki_url":"https://oldschool.runescape.wiki/w/Level_1_certificate","price":0},"692":{"id":692,"name":"Level 2 certificate","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Level 2 certificate","wiki_url":"https://oldschool.runescape.wiki/w/Level_2_certificate","price":0},"693":{"id":693,"name":"Level 3 certificate","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Level 3 certificate","wiki_url":"https://oldschool.runescape.wiki/w/Level_3_certificate","price":0},"694":{"id":694,"name":"Ceramic remains","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ceramic remains","wiki_url":"https://oldschool.runescape.wiki/w/Ceramic_remains","price":0},"695":{"id":695,"name":"Old tooth","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old tooth","wiki_url":"https://oldschool.runescape.wiki/w/Old_tooth","price":0},"696":{"id":696,"name":"Invitation letter","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Invitation letter","wiki_url":"https://oldschool.runescape.wiki/w/Invitation_letter","price":0},"697":{"id":697,"name":"Damaged armour","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Damaged armour","wiki_url":"https://oldschool.runescape.wiki/w/Damaged_armour","price":0},"698":{"id":698,"name":"Broken armour","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Broken armour","wiki_url":"https://oldschool.runescape.wiki/w/Broken_armour","price":0},"699":{"id":699,"name":"Stone tablet","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Stone tablet (The Dig Site)","wiki_url":"https://oldschool.runescape.wiki/w/Stone_tablet_(The_Dig_Site)","price":0},"700":{"id":700,"name":"Chemical powder","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ammonium nitrate (Chemical powder)","wiki_url":"https://oldschool.runescape.wiki/w/Ammonium_nitrate#Chemical_powder","price":0},"701":{"id":701,"name":"Ammonium nitrate","members":true,"cost":1,"wiki_name":"Ammonium nitrate (Ammonium nitrate)","wiki_url":"https://oldschool.runescape.wiki/w/Ammonium_nitrate#Ammonium_nitrate","price":0},"702":{"id":702,"name":"Unidentified liquid","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Nitroglycerin (Unidentified liquid)","wiki_url":"https://oldschool.runescape.wiki/w/Nitroglycerin#Unidentified_liquid","price":0},"703":{"id":703,"name":"Nitroglycerin","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Nitroglycerin (Nitroglycerin)","wiki_url":"https://oldschool.runescape.wiki/w/Nitroglycerin#Nitroglycerin","price":0},"704":{"id":704,"name":"Ground charcoal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ground charcoal","wiki_url":"https://oldschool.runescape.wiki/w/Ground_charcoal","price":0},"705":{"id":705,"name":"Mixed chemicals","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mixed chemicals (Step 1)","wiki_url":"https://oldschool.runescape.wiki/w/Mixed_chemicals#Step_1","price":0},"706":{"id":706,"name":"Mixed chemicals","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mixed chemicals (Step 2)","wiki_url":"https://oldschool.runescape.wiki/w/Mixed_chemicals#Step_2","price":0},"707":{"id":707,"name":"Chemical compound","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chemical compound","wiki_url":"https://oldschool.runescape.wiki/w/Chemical_compound","price":0},"708":{"id":708,"name":"Arcenia root","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Arcenia root","wiki_url":"https://oldschool.runescape.wiki/w/Arcenia_root","price":0},"709":{"id":709,"name":"Chest key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chest key (Digsite)","wiki_url":"https://oldschool.runescape.wiki/w/Chest_key_(Digsite)","price":0},"710":{"id":710,"name":"Vase","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Vase (Digsite)","wiki_url":"https://oldschool.runescape.wiki/w/Vase_(Digsite)","price":0},"711":{"id":711,"name":"Book on chemicals","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Book on chemicals","wiki_url":"https://oldschool.runescape.wiki/w/Book_on_chemicals","price":0},"712":{"id":712,"name":"Cup of tea","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cup of tea (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Cup_of_tea_(unobtainable_item)","price":0},"713":{"id":713,"name":"Clue scroll","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Enjifern","wiki_url":"https://oldschool.runescape.wiki/w/Enjifern","price":0},"714":{"id":714,"name":"Radimus notes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Radimus notes (Incomplete)","wiki_url":"https://oldschool.runescape.wiki/w/Radimus_notes#Incomplete","price":0},"715":{"id":715,"name":"Radimus notes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Radimus notes (Complete)","wiki_url":"https://oldschool.runescape.wiki/w/Radimus_notes#Complete","price":0},"716":{"id":716,"name":"Bullroarer","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bullroarer","wiki_url":"https://oldschool.runescape.wiki/w/Bullroarer","price":0},"717":{"id":717,"name":"Scrawled note","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Scrawled note","wiki_url":"https://oldschool.runescape.wiki/w/Scrawled_note","price":0},"718":{"id":718,"name":"A scribbled note","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"A scribbled note","wiki_url":"https://oldschool.runescape.wiki/w/A_scribbled_note","price":0},"719":{"id":719,"name":"Scrumpled note","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Scrumpled note","wiki_url":"https://oldschool.runescape.wiki/w/Scrumpled_note","price":0},"720":{"id":720,"name":"Sketch","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Sketch","wiki_url":"https://oldschool.runescape.wiki/w/Sketch","price":0},"721":{"id":721,"name":"Gold bowl","members":true,"cost":700,"lowalch":280,"highalch":420,"wiki_name":"Gold bowl","wiki_url":"https://oldschool.runescape.wiki/w/Gold_bowl","price":0},"722":{"id":722,"name":"Blessed gold bowl","members":true,"cost":700,"lowalch":280,"highalch":420,"wiki_name":"Blessed gold bowl","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_gold_bowl","price":0},"723":{"id":723,"name":"Golden bowl","members":true,"cost":700,"lowalch":280,"highalch":420,"wiki_name":"Golden bowl (Water)","wiki_url":"https://oldschool.runescape.wiki/w/Golden_bowl#Water","price":0},"724":{"id":724,"name":"Golden bowl","members":true,"cost":700,"lowalch":280,"highalch":420,"wiki_name":"Golden bowl (Pure water)","wiki_url":"https://oldschool.runescape.wiki/w/Golden_bowl#Pure_water","price":0},"725":{"id":725,"name":"Golden bowl","members":true,"cost":700,"lowalch":280,"highalch":420,"wiki_name":"Golden bowl (Blessed water)","wiki_url":"https://oldschool.runescape.wiki/w/Golden_bowl#Blessed_water","price":0},"726":{"id":726,"name":"Golden bowl","members":true,"cost":700,"lowalch":280,"highalch":420,"wiki_name":"Golden bowl (Blessed pure water)","wiki_url":"https://oldschool.runescape.wiki/w/Golden_bowl#Blessed_pure_water","price":0},"727":{"id":727,"name":"Hollow reed","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Hollow reed","wiki_url":"https://oldschool.runescape.wiki/w/Hollow_reed","price":0},"728":{"id":728,"name":"Hollow reed","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Hollow reed (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Hollow_reed_(unobtainable_item)","price":0},"729":{"id":729,"name":"Shaman's tome","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shaman's tome","wiki_url":"https://oldschool.runescape.wiki/w/Shaman's_tome","price":0},"730":{"id":730,"name":"Binding book","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Binding book","wiki_url":"https://oldschool.runescape.wiki/w/Binding_book","price":0},"731":{"id":731,"name":"Enchanted vial","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Enchanted vial","wiki_url":"https://oldschool.runescape.wiki/w/Enchanted_vial","price":0},"732":{"id":732,"name":"Holy water","members":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Holy water","wiki_url":"https://oldschool.runescape.wiki/w/Holy_water","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":6,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":12,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"733":{"id":733,"name":"Smashed glass","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Smashed glass","wiki_url":"https://oldschool.runescape.wiki/w/Smashed_glass","price":0},"735":{"id":735,"name":"Yommi tree seeds","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Yommi tree seeds (Ungerminated)","wiki_url":"https://oldschool.runescape.wiki/w/Yommi_tree_seeds#Ungerminated","price":0},"736":{"id":736,"name":"Yommi tree seeds","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Yommi tree seeds (Germinated)","wiki_url":"https://oldschool.runescape.wiki/w/Yommi_tree_seeds#Germinated","price":0},"737":{"id":737,"name":"Snakeweed mixture","members":true,"cost":1,"wiki_name":"Snakeweed mixture","wiki_url":"https://oldschool.runescape.wiki/w/Snakeweed_mixture","price":0},"738":{"id":738,"name":"Ardrigal mixture","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ardrigal mixture","wiki_url":"https://oldschool.runescape.wiki/w/Ardrigal_mixture","price":0},"739":{"id":739,"name":"Bravery potion","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bravery potion","wiki_url":"https://oldschool.runescape.wiki/w/Bravery_potion","price":0},"740":{"id":740,"name":"Blue hat","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Blue hat (Legends' Quest)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_hat_(Legends'_Quest)","price":0},"741":{"id":741,"name":"Chunk of crystal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chunk of crystal","wiki_url":"https://oldschool.runescape.wiki/w/Chunk_of_crystal","price":0},"742":{"id":742,"name":"Hunk of crystal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Hunk of crystal","wiki_url":"https://oldschool.runescape.wiki/w/Hunk_of_crystal","price":0},"743":{"id":743,"name":"Lump of crystal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Lump of crystal","wiki_url":"https://oldschool.runescape.wiki/w/Lump_of_crystal","price":0},"744":{"id":744,"name":"Heart crystal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Heart crystal (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Heart_crystal#Inactive","price":0},"745":{"id":745,"name":"Heart crystal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Heart crystal (Activated)","wiki_url":"https://oldschool.runescape.wiki/w/Heart_crystal#Activated","price":0},"746":{"id":746,"name":"Dark dagger","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dark dagger","wiki_url":"https://oldschool.runescape.wiki/w/Dark_dagger","equipment":{"attack_stab":5,"attack_slash":3,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"747":{"id":747,"name":"Glowing dagger","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Glowing dagger","wiki_url":"https://oldschool.runescape.wiki/w/Glowing_dagger","equipment":{"attack_stab":5,"attack_slash":3,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"748":{"id":748,"name":"Holy force","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Holy force","wiki_url":"https://oldschool.runescape.wiki/w/Holy_force","price":0},"749":{"id":749,"name":"Yommi totem","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Yommi totem","wiki_url":"https://oldschool.runescape.wiki/w/Yommi_totem","price":0},"750":{"id":750,"name":"Gilded totem","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gilded totem","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_totem","price":0},"751":{"id":751,"name":"Gnomeball","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":150,"wiki_name":"Gnomeball","wiki_url":"https://oldschool.runescape.wiki/w/Gnomeball","price":15623},"753":{"id":753,"name":"Cadava berries","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":600,"wiki_name":"Cadava berries","wiki_url":"https://oldschool.runescape.wiki/w/Cadava_berries","price":169},"755":{"id":755,"name":"Message","cost":5,"lowalch":2,"highalch":3,"wiki_name":"Message (Romeo & Juliet)","wiki_url":"https://oldschool.runescape.wiki/w/Message_(Romeo_&_Juliet)","price":0},"756":{"id":756,"name":"Cadava potion","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cadava potion","wiki_url":"https://oldschool.runescape.wiki/w/Cadava_potion","price":0},"757":{"id":757,"name":"Book","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Book (Shield of Arrav)","wiki_url":"https://oldschool.runescape.wiki/w/Book_(Shield_of_Arrav)","price":0},"758":{"id":758,"name":"Phoenix hq key","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Phoenix hq key","wiki_url":"https://oldschool.runescape.wiki/w/Phoenix_hq_key","price":0},"759":{"id":759,"name":"Weapon store key","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Weapon store key","wiki_url":"https://oldschool.runescape.wiki/w/Weapon_store_key","price":0},"761":{"id":761,"name":"Intel report","cost":5,"lowalch":2,"highalch":3,"wiki_name":"Intel report","wiki_url":"https://oldschool.runescape.wiki/w/Intel_report","price":0},"762":{"id":762,"name":"Falador shield","incomplete":true,"cost":0,"lowalch":0,"highalch":0,"price":0},"763":{"id":763,"name":"Broken shield","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Broken shield (Left)","wiki_url":"https://oldschool.runescape.wiki/w/Broken_shield#Left","price":0},"764":{"id":764,"name":"Coal bag","cost":100,"lowalch":40,"highalch":60,"wiki_name":"Coal bag (Closed)","wiki_url":"https://oldschool.runescape.wiki/w/Coal_bag#Closed","price":0},"765":{"id":765,"name":"Broken shield","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Broken shield (Right)","wiki_url":"https://oldschool.runescape.wiki/w/Broken_shield#Right","price":0},"766":{"id":766,"name":"Gem bag","cost":100,"lowalch":40,"highalch":60,"wiki_name":"Gem bag (Closed)","wiki_url":"https://oldschool.runescape.wiki/w/Gem_bag#Closed","price":0},"767":{"id":767,"name":"Phoenix crossbow","tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Phoenix crossbow","wiki_url":"https://oldschool.runescape.wiki/w/Phoenix_crossbow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":6,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":1}},"weapon":{"attack_speed":6,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"769":{"id":769,"name":"Certificate","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Certificate (Shield of Arrav)","wiki_url":"https://oldschool.runescape.wiki/w/Certificate_(Shield_of_Arrav)","price":0},"770":{"id":770,"name":"Ardougne cloak","incomplete":true,"cost":0,"lowalch":0,"highalch":0,"price":0},"771":{"id":771,"name":"Dramen branch","members":true,"cost":15,"lowalch":6,"highalch":9,"wiki_name":"Dramen branch","wiki_url":"https://oldschool.runescape.wiki/w/Dramen_branch","price":0},"772":{"id":772,"name":"Dramen staff","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":15,"lowalch":6,"highalch":9,"wiki_name":"Dramen staff","wiki_url":"https://oldschool.runescape.wiki/w/Dramen_staff","equipment":{"attack_stab":-1,"attack_slash":-1,"attack_crush":10,"attack_magic":10,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":10,"defence_ranged":0,"melee_strength":10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"773":{"id":773,"name":"'perfect' ring","members":true,"equipable":true,"equipable_by_player":true,"cost":2025,"lowalch":810,"highalch":1215,"wiki_name":"'perfect' ring","wiki_url":"https://oldschool.runescape.wiki/w/'perfect'_ring","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"774":{"id":774,"name":"'perfect' necklace","members":true,"equipable":true,"equipable_by_player":true,"cost":2175,"lowalch":870,"highalch":1305,"wiki_name":"'perfect' necklace","wiki_url":"https://oldschool.runescape.wiki/w/'perfect'_necklace","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"775":{"id":775,"name":"Cooking gauntlets","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cooking gauntlets","wiki_url":"https://oldschool.runescape.wiki/w/Cooking_gauntlets","equipment":{"attack_stab":2,"attack_slash":2,"attack_crush":2,"attack_magic":0,"attack_ranged":0,"defence_stab":8,"defence_slash":9,"defence_crush":7,"defence_magic":0,"defence_ranged":0,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"776":{"id":776,"name":"Goldsmith gauntlets","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Goldsmith gauntlets","wiki_url":"https://oldschool.runescape.wiki/w/Goldsmith_gauntlets","equipment":{"attack_stab":2,"attack_slash":2,"attack_crush":2,"attack_magic":0,"attack_ranged":0,"defence_stab":8,"defence_slash":9,"defence_crush":7,"defence_magic":0,"defence_ranged":0,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"777":{"id":777,"name":"Chaos gauntlets","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chaos gauntlets","wiki_url":"https://oldschool.runescape.wiki/w/Chaos_gauntlets","equipment":{"attack_stab":2,"attack_slash":2,"attack_crush":2,"attack_magic":0,"attack_ranged":0,"defence_stab":8,"defence_slash":9,"defence_crush":7,"defence_magic":0,"defence_ranged":0,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"778":{"id":778,"name":"Steel gauntlets","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Steel gauntlets","wiki_url":"https://oldschool.runescape.wiki/w/Steel_gauntlets","equipment":{"attack_stab":2,"attack_slash":2,"attack_crush":2,"attack_magic":0,"attack_ranged":0,"defence_stab":8,"defence_slash":9,"defence_crush":7,"defence_magic":0,"defence_ranged":0,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"779":{"id":779,"name":"Crest part","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crest part (Avan)","wiki_url":"https://oldschool.runescape.wiki/w/Crest_part#Avan","price":0},"780":{"id":780,"name":"Crest part","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crest part (Caleb)","wiki_url":"https://oldschool.runescape.wiki/w/Crest_part#Caleb","price":0},"781":{"id":781,"name":"Crest part","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crest part (Johnathon)","wiki_url":"https://oldschool.runescape.wiki/w/Crest_part#Johnathon","price":0},"782":{"id":782,"name":"Family crest","members":true,"cost":1,"wiki_name":"Family crest (item)","wiki_url":"https://oldschool.runescape.wiki/w/Family_crest_(item)","price":0},"783":{"id":783,"name":"Bark sample","members":true,"cost":2,"wiki_name":"Bark sample","wiki_url":"https://oldschool.runescape.wiki/w/Bark_sample","price":0},"784":{"id":784,"name":"Translation book","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Translation book","wiki_url":"https://oldschool.runescape.wiki/w/Translation_book","price":0},"785":{"id":785,"name":"Glough's journal","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Glough's journal","wiki_url":"https://oldschool.runescape.wiki/w/Glough's_journal","price":0},"786":{"id":786,"name":"Hazelmere's scroll","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Hazelmere's scroll","wiki_url":"https://oldschool.runescape.wiki/w/Hazelmere's_scroll","price":0},"787":{"id":787,"name":"Lumber order","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Lumber order","wiki_url":"https://oldschool.runescape.wiki/w/Lumber_order","price":0},"788":{"id":788,"name":"Glough's key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Glough's key","wiki_url":"https://oldschool.runescape.wiki/w/Glough's_key","price":0},"789":{"id":789,"name":"Twigs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Twigs (T)","wiki_url":"https://oldschool.runescape.wiki/w/Twigs#T","price":0},"790":{"id":790,"name":"Twigs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Twigs (U)","wiki_url":"https://oldschool.runescape.wiki/w/Twigs#U","price":0},"791":{"id":791,"name":"Twigs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Twigs (Z)","wiki_url":"https://oldschool.runescape.wiki/w/Twigs#Z","price":0},"792":{"id":792,"name":"Twigs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Twigs (O)","wiki_url":"https://oldschool.runescape.wiki/w/Twigs#O","price":0},"793":{"id":793,"name":"Daconia rock","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Daconia rock","wiki_url":"https://oldschool.runescape.wiki/w/Daconia_rock","price":0},"794":{"id":794,"name":"Invasion plans","members":true,"cost":2,"wiki_name":"Invasion plans","wiki_url":"https://oldschool.runescape.wiki/w/Invasion_plans","price":0},"795":{"id":795,"name":"War ship","cost":2,"lowalch":0,"highalch":1,"wiki_name":"War ship","wiki_url":"https://oldschool.runescape.wiki/w/War_ship","price":0},"800":{"id":800,"name":"Bronze thrownaxe","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":7000,"wiki_name":"Bronze thrownaxe","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_thrownaxe","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":4,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":5,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":1}},"weapon":{"attack_speed":5,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"801":{"id":801,"name":"Iron thrownaxe","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":7,"lowalch":2,"highalch":4,"buy_limit":7000,"wiki_name":"Iron thrownaxe","wiki_url":"https://oldschool.runescape.wiki/w/Iron_thrownaxe","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":5,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":7,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":1}},"weapon":{"attack_speed":5,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":11},"802":{"id":802,"name":"Steel thrownaxe","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":26,"lowalch":10,"highalch":15,"buy_limit":7000,"wiki_name":"Steel thrownaxe","wiki_url":"https://oldschool.runescape.wiki/w/Steel_thrownaxe","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":8,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":11,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":5}},"weapon":{"attack_speed":5,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"803":{"id":803,"name":"Mithril thrownaxe","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":70,"lowalch":28,"highalch":42,"buy_limit":7000,"wiki_name":"Mithril thrownaxe","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_thrownaxe","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":12,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":16,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":20}},"weapon":{"attack_speed":5,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":61},"804":{"id":804,"name":"Adamant thrownaxe","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":176,"lowalch":70,"highalch":105,"buy_limit":11000,"wiki_name":"Adamant thrownaxe","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_thrownaxe","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":17,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":23,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":30}},"weapon":{"attack_speed":5,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":326},"805":{"id":805,"name":"Rune thrownaxe","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":440,"lowalch":176,"highalch":264,"buy_limit":11000,"wiki_name":"Rune thrownaxe","wiki_url":"https://oldschool.runescape.wiki/w/Rune_thrownaxe","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":26,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":36,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":40}},"weapon":{"attack_speed":5,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":132},"806":{"id":806,"name":"Bronze dart","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":7000,"wiki_name":"Bronze dart (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_dart#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":1,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":1}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":15},"807":{"id":807,"name":"Iron dart","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":7000,"wiki_name":"Iron dart (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_dart#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":2,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":1}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":77},"808":{"id":808,"name":"Steel dart","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":7000,"wiki_name":"Steel dart (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_dart#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":3,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":5}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":3},"809":{"id":809,"name":"Mithril dart","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":25,"lowalch":10,"highalch":15,"buy_limit":7000,"wiki_name":"Mithril dart (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_dart#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":9,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":20}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":8},"810":{"id":810,"name":"Adamant dart","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":65,"lowalch":26,"highalch":39,"buy_limit":11000,"wiki_name":"Adamant dart (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_dart#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":17,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":30}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":27},"811":{"id":811,"name":"Rune dart","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":350,"lowalch":140,"highalch":210,"buy_limit":11000,"wiki_name":"Rune dart (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_dart#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":26,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":40}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":106},"812":{"id":812,"name":"Bronze dart(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":7000,"wiki_name":"Bronze dart (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_dart#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":1,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":1}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":2400},"813":{"id":813,"name":"Iron dart (p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":7000,"wiki_name":"Iron dart (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_dart#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":2,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":1}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":300},"814":{"id":814,"name":"Steel dart(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":7000,"wiki_name":"Steel dart (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_dart#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":3,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":5}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":226},"815":{"id":815,"name":"Mithril dart(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":25,"lowalch":10,"highalch":15,"buy_limit":7000,"wiki_name":"Mithril dart (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_dart#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":9,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":20}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":140},"816":{"id":816,"name":"Adamant dart(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":65,"lowalch":26,"highalch":39,"buy_limit":11000,"wiki_name":"Adamant dart (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_dart#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":17,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":30}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":26},"817":{"id":817,"name":"Rune dart(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":350,"lowalch":140,"highalch":210,"buy_limit":11000,"wiki_name":"Rune dart (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_dart#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":26,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":40}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":128},"818":{"id":818,"name":"Poisoned dart(p)","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Poisoned dart(p)","wiki_url":"https://oldschool.runescape.wiki/w/Poisoned_dart(p)","price":0},"819":{"id":819,"name":"Bronze dart tip","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Bronze dart tip","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_dart_tip","price":37},"820":{"id":820,"name":"Iron dart tip","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":13000,"wiki_name":"Iron dart tip","wiki_url":"https://oldschool.runescape.wiki/w/Iron_dart_tip","price":64},"821":{"id":821,"name":"Steel dart tip","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":13000,"wiki_name":"Steel dart tip","wiki_url":"https://oldschool.runescape.wiki/w/Steel_dart_tip","price":25},"822":{"id":822,"name":"Mithril dart tip","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":12,"lowalch":4,"highalch":7,"buy_limit":20000,"wiki_name":"Mithril dart tip","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_dart_tip","price":71},"823":{"id":823,"name":"Adamant dart tip","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":36,"lowalch":14,"highalch":21,"buy_limit":20000,"wiki_name":"Adamant dart tip","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_dart_tip","price":189},"824":{"id":824,"name":"Rune dart tip","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":175,"lowalch":70,"highalch":105,"buy_limit":11000,"wiki_name":"Rune dart tip","wiki_url":"https://oldschool.runescape.wiki/w/Rune_dart_tip","price":391},"825":{"id":825,"name":"Bronze javelin","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":7000,"wiki_name":"Bronze javelin (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_javelin#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":25,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":66},"826":{"id":826,"name":"Iron javelin","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":6,"lowalch":2,"highalch":3,"buy_limit":7000,"wiki_name":"Iron javelin (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_javelin#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":42,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":2},"827":{"id":827,"name":"Steel javelin","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":24,"lowalch":9,"highalch":14,"buy_limit":7000,"wiki_name":"Steel javelin (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_javelin#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":64,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":5}},"price":2},"828":{"id":828,"name":"Mithril javelin","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":64,"lowalch":25,"highalch":38,"buy_limit":7000,"wiki_name":"Mithril javelin (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_javelin#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":85,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":20}},"price":16},"829":{"id":829,"name":"Adamant javelin","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":11000,"wiki_name":"Adamant javelin (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_javelin#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":107,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":30}},"price":66},"830":{"id":830,"name":"Rune javelin","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":11000,"wiki_name":"Rune javelin (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_javelin#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":124,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":40}},"price":135},"831":{"id":831,"name":"Bronze javelin(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":7000,"wiki_name":"Bronze javelin (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_javelin#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":25,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":300},"832":{"id":832,"name":"Iron javelin(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":6,"lowalch":2,"highalch":3,"buy_limit":7000,"wiki_name":"Iron javelin (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_javelin#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":42,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":0},"833":{"id":833,"name":"Steel javelin(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":24,"lowalch":9,"highalch":14,"buy_limit":7000,"wiki_name":"Steel javelin (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_javelin#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":64,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":5}},"price":90},"834":{"id":834,"name":"Mithril javelin(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":64,"lowalch":25,"highalch":38,"buy_limit":7000,"wiki_name":"Mithril javelin (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_javelin#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":85,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":20}},"price":698},"835":{"id":835,"name":"Adamant javelin(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":11000,"wiki_name":"Adamant javelin (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_javelin#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":107,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":30}},"price":198},"836":{"id":836,"name":"Rune javelin(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":7000,"wiki_name":"Rune javelin (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_javelin#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":124,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":40}},"price":443},"837":{"id":837,"name":"Crossbow","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":70,"lowalch":28,"highalch":42,"buy_limit":125,"wiki_name":"Crossbow","wiki_url":"https://oldschool.runescape.wiki/w/Crossbow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":6,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":1}},"weapon":{"attack_speed":6,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":775},"839":{"id":839,"name":"Longbow","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":18000,"wiki_name":"Longbow","wiki_url":"https://oldschool.runescape.wiki/w/Longbow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":8,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":1}},"weapon":{"attack_speed":6,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":21},"841":{"id":841,"name":"Shortbow","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":18000,"wiki_name":"Shortbow","wiki_url":"https://oldschool.runescape.wiki/w/Shortbow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":8,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":1}},"weapon":{"attack_speed":4,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":60},"843":{"id":843,"name":"Oak shortbow","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":18000,"wiki_name":"Oak shortbow","wiki_url":"https://oldschool.runescape.wiki/w/Oak_shortbow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":14,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":5}},"weapon":{"attack_speed":4,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":53},"845":{"id":845,"name":"Oak longbow","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":18000,"wiki_name":"Oak longbow","wiki_url":"https://oldschool.runescape.wiki/w/Oak_longbow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":14,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":5}},"weapon":{"attack_speed":6,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":80},"847":{"id":847,"name":"Willow longbow","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":320,"lowalch":128,"highalch":192,"buy_limit":18000,"wiki_name":"Willow longbow","wiki_url":"https://oldschool.runescape.wiki/w/Willow_longbow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":20,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":20}},"weapon":{"attack_speed":6,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":135},"849":{"id":849,"name":"Willow shortbow","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":18000,"wiki_name":"Willow shortbow","wiki_url":"https://oldschool.runescape.wiki/w/Willow_shortbow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":20,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":20}},"weapon":{"attack_speed":4,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":78},"851":{"id":851,"name":"Maple longbow","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":640,"lowalch":256,"highalch":384,"buy_limit":18000,"wiki_name":"Maple longbow","wiki_url":"https://oldschool.runescape.wiki/w/Maple_longbow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":29,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":30}},"weapon":{"attack_speed":6,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":276},"853":{"id":853,"name":"Maple shortbow","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":18000,"wiki_name":"Maple shortbow","wiki_url":"https://oldschool.runescape.wiki/w/Maple_shortbow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":29,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":30}},"weapon":{"attack_speed":4,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":153},"855":{"id":855,"name":"Yew longbow","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1280,"lowalch":512,"highalch":768,"buy_limit":18000,"wiki_name":"Yew longbow","wiki_url":"https://oldschool.runescape.wiki/w/Yew_longbow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":47,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":40}},"weapon":{"attack_speed":6,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":525},"857":{"id":857,"name":"Yew shortbow","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":800,"lowalch":320,"highalch":480,"buy_limit":18000,"wiki_name":"Yew shortbow","wiki_url":"https://oldschool.runescape.wiki/w/Yew_shortbow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":47,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":40}},"weapon":{"attack_speed":4,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":364},"859":{"id":859,"name":"Magic longbow","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":2560,"lowalch":1024,"highalch":1536,"buy_limit":18000,"wiki_name":"Magic longbow","wiki_url":"https://oldschool.runescape.wiki/w/Magic_longbow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":69,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":50}},"weapon":{"attack_speed":6,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":1157},"861":{"id":861,"name":"Magic shortbow","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1600,"lowalch":640,"highalch":960,"buy_limit":18000,"wiki_name":"Magic shortbow","wiki_url":"https://oldschool.runescape.wiki/w/Magic_shortbow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":69,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":50}},"weapon":{"attack_speed":4,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":818},"863":{"id":863,"name":"Iron knife","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":7000,"wiki_name":"Iron knife (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_knife#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":5,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":4,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":1}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":55},"864":{"id":864,"name":"Bronze knife","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":7000,"wiki_name":"Bronze knife (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_knife#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":4,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":3,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":1}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":54},"865":{"id":865,"name":"Steel knife","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":11,"lowalch":4,"highalch":6,"buy_limit":7000,"wiki_name":"Steel knife (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_knife#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":8,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":7,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":5}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":44},"866":{"id":866,"name":"Mithril knife","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":27,"lowalch":10,"highalch":16,"buy_limit":7000,"wiki_name":"Mithril knife (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_knife#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":11,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":10,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":20}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":123},"867":{"id":867,"name":"Adamant knife","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":66,"lowalch":26,"highalch":39,"buy_limit":11000,"wiki_name":"Adamant knife (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_knife#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":15,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":14,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":30}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":286},"868":{"id":868,"name":"Rune knife","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":167,"lowalch":66,"highalch":100,"buy_limit":11000,"wiki_name":"Rune knife (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_knife#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":25,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":24,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":40}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":142},"869":{"id":869,"name":"Black knife","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":19,"lowalch":7,"highalch":11,"buy_limit":7000,"wiki_name":"Black knife (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Black_knife#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":10,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":8,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":10}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":55},"870":{"id":870,"name":"Bronze knife(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":7000,"wiki_name":"Bronze knife (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_knife#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":4,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":3,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":1}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":2},"871":{"id":871,"name":"Iron knife(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":7000,"wiki_name":"Iron knife (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_knife#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":5,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":4,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":1}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":242},"872":{"id":872,"name":"Steel knife(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":7000,"wiki_name":"Steel knife (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_knife#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":8,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":7,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":5}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":144},"873":{"id":873,"name":"Mithril knife(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":27,"lowalch":10,"highalch":16,"buy_limit":7000,"wiki_name":"Mithril knife (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_knife#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":11,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":10,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":20}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":99},"874":{"id":874,"name":"Black knife(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":18,"lowalch":7,"highalch":10,"buy_limit":7000,"wiki_name":"Black knife (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Black_knife#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":10,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":8,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":10}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":285},"875":{"id":875,"name":"Adamant knife(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":66,"lowalch":26,"highalch":39,"buy_limit":11000,"wiki_name":"Adamant knife (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_knife#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":15,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":14,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":30}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":422},"876":{"id":876,"name":"Rune knife(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":166,"lowalch":66,"highalch":99,"buy_limit":7000,"wiki_name":"Rune knife (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_knife#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":25,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":24,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":40}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":283},"877":{"id":877,"name":"Bronze bolts","tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"buy_limit":7000,"wiki_name":"Bronze bolts (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_bolts#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":10,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":4},"878":{"id":878,"name":"Bronze bolts (p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"buy_limit":11000,"wiki_name":"Bronze bolts (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_bolts#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":10,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":74},"879":{"id":879,"name":"Opal bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":7,"lowalch":2,"highalch":4,"buy_limit":11000,"wiki_name":"Opal bolts","wiki_url":"https://oldschool.runescape.wiki/w/Opal_bolts","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":14,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":200},"880":{"id":880,"name":"Pearl bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":13,"lowalch":5,"highalch":7,"buy_limit":11000,"wiki_name":"Pearl bolts","wiki_url":"https://oldschool.runescape.wiki/w/Pearl_bolts","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":48,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":1},"881":{"id":881,"name":"Barbed bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":7000,"wiki_name":"Barbed bolts","wiki_url":"https://oldschool.runescape.wiki/w/Barbed_bolts","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":12,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":79},"882":{"id":882,"name":"Bronze arrow","tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":7000,"wiki_name":"Bronze arrow (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_arrow#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":7,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":4},"883":{"id":883,"name":"Bronze arrow(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":7000,"wiki_name":"Bronze arrow (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_arrow#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":7,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":142},"884":{"id":884,"name":"Iron arrow","tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":7000,"wiki_name":"Iron arrow (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_arrow#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":10,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":8},"885":{"id":885,"name":"Iron arrow(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":7000,"wiki_name":"Iron arrow (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_arrow#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":10,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":75},"886":{"id":886,"name":"Steel arrow","tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":12,"lowalch":4,"highalch":7,"buy_limit":7000,"wiki_name":"Steel arrow (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_arrow#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":16,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":5}},"price":27},"887":{"id":887,"name":"Steel arrow(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":12,"lowalch":4,"highalch":7,"buy_limit":7000,"wiki_name":"Steel arrow (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_arrow#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":16,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":5}},"price":69},"888":{"id":888,"name":"Mithril arrow","tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":32,"lowalch":12,"highalch":19,"buy_limit":7000,"wiki_name":"Mithril arrow (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_arrow#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":22,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":20}},"price":4},"889":{"id":889,"name":"Mithril arrow(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":32,"lowalch":12,"highalch":19,"buy_limit":7000,"wiki_name":"Mithril arrow (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_arrow#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":22,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":20}},"price":164},"890":{"id":890,"name":"Adamant arrow","tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":11000,"wiki_name":"Adamant arrow (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_arrow#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":31,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":30}},"price":11},"891":{"id":891,"name":"Adamant arrow(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":11000,"wiki_name":"Adamant arrow (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_arrow#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":31,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":30}},"price":144},"892":{"id":892,"name":"Rune arrow","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":11000,"wiki_name":"Rune arrow (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_arrow#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":49,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":40}},"price":81},"893":{"id":893,"name":"Rune arrow(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":11000,"wiki_name":"Rune arrow (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_arrow#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":49,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":40}},"price":232},"942":{"id":942,"name":"Bronze fire arrow (lit)","members":true,"tradeable":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Bronze fire arrow (Lit)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_fire_arrow#Lit","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":7,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":0},"943":{"id":943,"name":"Worm","members":true,"noteable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Worm","wiki_url":"https://oldschool.runescape.wiki/w/Worm","price":0},"945":{"id":945,"name":"Throwing rope","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Throwing rope","wiki_url":"https://oldschool.runescape.wiki/w/Throwing_rope","price":0},"946":{"id":946,"name":"Knife","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":6,"lowalch":2,"highalch":3,"buy_limit":40,"wiki_name":"Knife","wiki_url":"https://oldschool.runescape.wiki/w/Knife","price":48},"948":{"id":948,"name":"Bear fur","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":18000,"wiki_name":"Bear fur","wiki_url":"https://oldschool.runescape.wiki/w/Bear_fur","price":307},"950":{"id":950,"name":"Silk","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":18000,"wiki_name":"Silk","wiki_url":"https://oldschool.runescape.wiki/w/Silk","price":56},"952":{"id":952,"name":"Spade","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":40,"wiki_name":"Spade","wiki_url":"https://oldschool.runescape.wiki/w/Spade","price":171},"954":{"id":954,"name":"Rope","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":18,"lowalch":7,"highalch":10,"buy_limit":250,"wiki_name":"Rope","wiki_url":"https://oldschool.runescape.wiki/w/Rope","price":69},"956":{"id":956,"name":"Flyer","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Flyer (Regular)","wiki_url":"https://oldschool.runescape.wiki/w/Flyer#Regular","price":0},"958":{"id":958,"name":"Grey wolf fur","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":18000,"wiki_name":"Grey wolf fur","wiki_url":"https://oldschool.runescape.wiki/w/Grey_wolf_fur","price":191},"960":{"id":960,"name":"Plank","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Plank","wiki_url":"https://oldschool.runescape.wiki/w/Plank","price":326},"962":{"id":962,"name":"Christmas cracker","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Christmas cracker","wiki_url":"https://oldschool.runescape.wiki/w/Christmas_cracker","price":724397},"964":{"id":964,"name":"Skull","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Skull (item)","wiki_url":"https://oldschool.runescape.wiki/w/Skull_(item)","price":0},"965":{"id":965,"name":"Skull","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Skull (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Skull_(unobtainable_item)","price":0},"966":{"id":966,"name":"Tile","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tile","wiki_url":"https://oldschool.runescape.wiki/w/Tile","price":0},"968":{"id":968,"name":"Rock","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rock (limestone)","wiki_url":"https://oldschool.runescape.wiki/w/Rock_(limestone)","price":0},"970":{"id":970,"name":"Papyrus","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":13000,"wiki_name":"Papyrus","wiki_url":"https://oldschool.runescape.wiki/w/Papyrus","price":471},"972":{"id":972,"name":"Papyrus","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Papyrus (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Papyrus_(unobtainable_item)","price":0},"973":{"id":973,"name":"Charcoal","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":45,"lowalch":18,"highalch":27,"buy_limit":13000,"wiki_name":"Charcoal","wiki_url":"https://oldschool.runescape.wiki/w/Charcoal","price":227},"975":{"id":975,"name":"Machete","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":15,"wiki_name":"Machete","wiki_url":"https://oldschool.runescape.wiki/w/Machete","equipment":{"attack_stab":0,"attack_slash":6,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":5,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":447},"977":{"id":977,"name":"Cooking pot","noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cooking pot","wiki_url":"https://oldschool.runescape.wiki/w/Cooking_pot","price":0},"981":{"id":981,"name":"Disk of returning","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":120,"lowalch":48,"highalch":72,"buy_limit":50,"wiki_name":"Disk of returning","wiki_url":"https://oldschool.runescape.wiki/w/Disk_of_returning","price":18315},"983":{"id":983,"name":"Brass key","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":15,"wiki_name":"Brass key","wiki_url":"https://oldschool.runescape.wiki/w/Brass_key","price":475},"985":{"id":985,"name":"Tooth half of key","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":11000,"wiki_name":"Tooth half of key","wiki_url":"https://oldschool.runescape.wiki/w/Tooth_half_of_key","price":9825},"987":{"id":987,"name":"Loop half of key","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":11000,"wiki_name":"Loop half of key","wiki_url":"https://oldschool.runescape.wiki/w/Loop_half_of_key","price":9942},"989":{"id":989,"name":"Crystal key","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":11000,"wiki_name":"Crystal key","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_key","price":19857},"991":{"id":991,"name":"Muddy key","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":11000,"wiki_name":"Muddy key","wiki_url":"https://oldschool.runescape.wiki/w/Muddy_key","price":8715},"993":{"id":993,"name":"Sinister key","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":11000,"wiki_name":"Sinister key","wiki_url":"https://oldschool.runescape.wiki/w/Sinister_key","price":32389},"995":{"id":995,"name":"Coins","tradeable":true,"stackable":true,"cost":1,"wiki_name":"Coins","wiki_url":"https://oldschool.runescape.wiki/w/Coins","price":1},"1005":{"id":1005,"name":"White apron","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":150,"wiki_name":"White apron","wiki_url":"https://oldschool.runescape.wiki/w/White_apron","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":68},"1007":{"id":1007,"name":"Red cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":150,"wiki_name":"Red cape","wiki_url":"https://oldschool.runescape.wiki/w/Red_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":65},"1009":{"id":1009,"name":"Brass necklace","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":150,"wiki_name":"Brass necklace","wiki_url":"https://oldschool.runescape.wiki/w/Brass_necklace","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":222},"1011":{"id":1011,"name":"Blue skirt","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":150,"wiki_name":"Blue skirt","wiki_url":"https://oldschool.runescape.wiki/w/Blue_skirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":81},"1013":{"id":1013,"name":"Pink skirt","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":150,"wiki_name":"Pink skirt","wiki_url":"https://oldschool.runescape.wiki/w/Pink_skirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":63},"1015":{"id":1015,"name":"Black skirt","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":150,"wiki_name":"Black skirt","wiki_url":"https://oldschool.runescape.wiki/w/Black_skirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":75},"1017":{"id":1017,"name":"Wizard hat","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":125,"wiki_name":"Wizard hat","wiki_url":"https://oldschool.runescape.wiki/w/Wizard_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":2,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":2,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":760},"1019":{"id":1019,"name":"Black cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":7,"lowalch":2,"highalch":4,"buy_limit":150,"wiki_name":"Black cape","wiki_url":"https://oldschool.runescape.wiki/w/Black_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":621},"1021":{"id":1021,"name":"Blue cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":32,"lowalch":12,"highalch":19,"buy_limit":150,"wiki_name":"Blue cape","wiki_url":"https://oldschool.runescape.wiki/w/Blue_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":169},"1023":{"id":1023,"name":"Yellow cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":32,"lowalch":12,"highalch":19,"buy_limit":150,"wiki_name":"Yellow cape","wiki_url":"https://oldschool.runescape.wiki/w/Yellow_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"1025":{"id":1025,"name":"Right eye patch","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":150,"wiki_name":"Right eye patch","wiki_url":"https://oldschool.runescape.wiki/w/Right_eye_patch","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":188},"1027":{"id":1027,"name":"Green cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":32,"lowalch":12,"highalch":19,"buy_limit":150,"wiki_name":"Green cape","wiki_url":"https://oldschool.runescape.wiki/w/Green_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":738},"1029":{"id":1029,"name":"Purple cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":32,"lowalch":12,"highalch":19,"buy_limit":150,"wiki_name":"Purple cape","wiki_url":"https://oldschool.runescape.wiki/w/Purple_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":1648},"1031":{"id":1031,"name":"Orange cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":32,"lowalch":12,"highalch":19,"buy_limit":150,"wiki_name":"Orange cape","wiki_url":"https://oldschool.runescape.wiki/w/Orange_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":1293},"1033":{"id":1033,"name":"Zamorak monk bottom","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":15,"wiki_name":"Zamorak monk bottom","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_monk_bottom","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":2,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"legs","requirements":null},"price":14500},"1035":{"id":1035,"name":"Zamorak monk top","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":15,"wiki_name":"Zamorak monk top","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_monk_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":2,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"body","requirements":null},"price":1934},"1037":{"id":1037,"name":"Bunny ears","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bunny ears","wiki_url":"https://oldschool.runescape.wiki/w/Bunny_ears","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"1038":{"id":1038,"name":"Red partyhat","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":5,"wiki_name":"Red partyhat","wiki_url":"https://oldschool.runescape.wiki/w/Red_partyhat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":7719},"1040":{"id":1040,"name":"Yellow partyhat","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":5,"wiki_name":"Yellow partyhat","wiki_url":"https://oldschool.runescape.wiki/w/Yellow_partyhat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":6766},"1042":{"id":1042,"name":"Blue partyhat","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":5,"wiki_name":"Blue partyhat","wiki_url":"https://oldschool.runescape.wiki/w/Blue_partyhat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":29750},"1044":{"id":1044,"name":"Green partyhat","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":5,"wiki_name":"Green partyhat","wiki_url":"https://oldschool.runescape.wiki/w/Green_partyhat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":10125},"1046":{"id":1046,"name":"Purple partyhat","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":5,"wiki_name":"Purple partyhat","wiki_url":"https://oldschool.runescape.wiki/w/Purple_partyhat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":10148},"1048":{"id":1048,"name":"White partyhat","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":5,"wiki_name":"White partyhat","wiki_url":"https://oldschool.runescape.wiki/w/White_partyhat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":7258},"1050":{"id":1050,"name":"Santa hat","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":5,"wiki_name":"Santa hat","wiki_url":"https://oldschool.runescape.wiki/w/Santa_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":14512},"1052":{"id":1052,"name":"Cape of legends","members":true,"equipable":true,"equipable_by_player":true,"cost":450,"lowalch":180,"highalch":270,"wiki_name":"Cape of legends","wiki_url":"https://oldschool.runescape.wiki/w/Cape_of_legends","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":7,"defence_slash":7,"defence_crush":7,"defence_magic":7,"defence_ranged":7,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"1053":{"id":1053,"name":"Green halloween mask","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":5,"wiki_name":"Green halloween mask","wiki_url":"https://oldschool.runescape.wiki/w/Green_halloween_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":17774},"1055":{"id":1055,"name":"Blue halloween mask","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":5,"wiki_name":"Blue halloween mask","wiki_url":"https://oldschool.runescape.wiki/w/Blue_halloween_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":10359},"1057":{"id":1057,"name":"Red halloween mask","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":5,"wiki_name":"Red halloween mask","wiki_url":"https://oldschool.runescape.wiki/w/Red_halloween_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":16987},"1059":{"id":1059,"name":"Leather gloves","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":6,"lowalch":2,"highalch":3,"buy_limit":125,"wiki_name":"Leather gloves","wiki_url":"https://oldschool.runescape.wiki/w/Leather_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"defence":1}},"price":34},"1061":{"id":1061,"name":"Leather boots","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":6,"lowalch":2,"highalch":3,"buy_limit":125,"wiki_name":"Leather boots","wiki_url":"https://oldschool.runescape.wiki/w/Leather_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"defence":1}},"price":50},"1063":{"id":1063,"name":"Leather vambraces","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":18,"lowalch":7,"highalch":10,"buy_limit":125,"wiki_name":"Leather vambraces","wiki_url":"https://oldschool.runescape.wiki/w/Leather_vambraces","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":4,"defence_stab":2,"defence_slash":2,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"defence":1}},"price":130},"1065":{"id":1065,"name":"Green d'hide vambraces","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2500,"lowalch":1000,"highalch":1500,"buy_limit":125,"wiki_name":"Green d'hide vambraces","wiki_url":"https://oldschool.runescape.wiki/w/Green_d'hide_vambraces","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":8,"defence_stab":1,"defence_slash":2,"defence_crush":2,"defence_magic":2,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"ranged":40}},"price":1539},"1067":{"id":1067,"name":"Iron platelegs","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":280,"lowalch":112,"highalch":168,"buy_limit":125,"wiki_name":"Iron platelegs","wiki_url":"https://oldschool.runescape.wiki/w/Iron_platelegs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":11,"defence_slash":10,"defence_crush":10,"defence_magic":-4,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":1}},"price":78},"1069":{"id":1069,"name":"Steel platelegs","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":125,"wiki_name":"Steel platelegs","wiki_url":"https://oldschool.runescape.wiki/w/Steel_platelegs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":17,"defence_slash":16,"defence_crush":15,"defence_magic":-4,"defence_ranged":16,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":5}},"price":635},"1071":{"id":1071,"name":"Mithril platelegs","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2600,"lowalch":1040,"highalch":1560,"buy_limit":125,"wiki_name":"Mithril platelegs","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_platelegs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":24,"defence_slash":22,"defence_crush":20,"defence_magic":-4,"defence_ranged":22,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":20}},"price":859},"1073":{"id":1073,"name":"Adamant platelegs","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":6400,"lowalch":2560,"highalch":3840,"buy_limit":125,"wiki_name":"Adamant platelegs","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_platelegs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":33,"defence_slash":31,"defence_crush":29,"defence_magic":-4,"defence_ranged":31,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":30}},"price":3269},"1075":{"id":1075,"name":"Bronze platelegs","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":125,"wiki_name":"Bronze platelegs","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_platelegs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":8,"defence_slash":7,"defence_crush":6,"defence_magic":-4,"defence_ranged":7,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":1}},"price":101},"1077":{"id":1077,"name":"Black platelegs","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1920,"lowalch":768,"highalch":1152,"buy_limit":125,"wiki_name":"Black platelegs","wiki_url":"https://oldschool.runescape.wiki/w/Black_platelegs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":21,"defence_slash":20,"defence_crush":19,"defence_magic":-4,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":10}},"price":1239},"1079":{"id":1079,"name":"Rune platelegs","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":64000,"lowalch":25600,"highalch":38400,"buy_limit":70,"wiki_name":"Rune platelegs","wiki_url":"https://oldschool.runescape.wiki/w/Rune_platelegs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":51,"defence_slash":49,"defence_crush":47,"defence_magic":-4,"defence_ranged":49,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":40}},"price":37907},"1081":{"id":1081,"name":"Iron plateskirt","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":280,"lowalch":112,"highalch":168,"buy_limit":125,"wiki_name":"Iron plateskirt","wiki_url":"https://oldschool.runescape.wiki/w/Iron_plateskirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":11,"defence_slash":10,"defence_crush":10,"defence_magic":-4,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":1}},"price":44},"1083":{"id":1083,"name":"Steel plateskirt","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":125,"wiki_name":"Steel plateskirt","wiki_url":"https://oldschool.runescape.wiki/w/Steel_plateskirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":17,"defence_slash":16,"defence_crush":15,"defence_magic":-4,"defence_ranged":16,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":5}},"price":475},"1085":{"id":1085,"name":"Mithril plateskirt","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2600,"lowalch":1040,"highalch":1560,"buy_limit":125,"wiki_name":"Mithril plateskirt","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_plateskirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":24,"defence_slash":22,"defence_crush":20,"defence_magic":-4,"defence_ranged":22,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":20}},"price":1198},"1087":{"id":1087,"name":"Bronze plateskirt","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":125,"wiki_name":"Bronze plateskirt","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_plateskirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":8,"defence_slash":7,"defence_crush":6,"defence_magic":-4,"defence_ranged":7,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":1}},"price":5},"1089":{"id":1089,"name":"Black plateskirt","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1920,"lowalch":768,"highalch":1152,"buy_limit":125,"wiki_name":"Black plateskirt","wiki_url":"https://oldschool.runescape.wiki/w/Black_plateskirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":21,"defence_slash":20,"defence_crush":19,"defence_magic":-4,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":10}},"price":987},"1091":{"id":1091,"name":"Adamant plateskirt","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":6400,"lowalch":2560,"highalch":3840,"buy_limit":125,"wiki_name":"Adamant plateskirt","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_plateskirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":33,"defence_slash":31,"defence_crush":29,"defence_magic":-4,"defence_ranged":31,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":30}},"price":3600},"1093":{"id":1093,"name":"Rune plateskirt","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":64000,"lowalch":25600,"highalch":38400,"buy_limit":70,"wiki_name":"Rune plateskirt","wiki_url":"https://oldschool.runescape.wiki/w/Rune_plateskirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":51,"defence_slash":49,"defence_crush":47,"defence_magic":-4,"defence_ranged":49,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":40}},"price":37927},"1095":{"id":1095,"name":"Leather chaps","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":125,"wiki_name":"Leather chaps","wiki_url":"https://oldschool.runescape.wiki/w/Leather_chaps","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":4,"defence_stab":2,"defence_slash":2,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"ranged":1,"defence":1}},"price":2},"1097":{"id":1097,"name":"Studded chaps","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":750,"lowalch":300,"highalch":450,"buy_limit":125,"wiki_name":"Studded chaps","wiki_url":"https://oldschool.runescape.wiki/w/Studded_chaps","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-5,"attack_ranged":6,"defence_stab":15,"defence_slash":16,"defence_crush":17,"defence_magic":6,"defence_ranged":16,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"ranged":20,"defence":1}},"price":240},"1099":{"id":1099,"name":"Green d'hide chaps","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3900,"lowalch":1560,"highalch":2340,"buy_limit":125,"wiki_name":"Green d'hide chaps","wiki_url":"https://oldschool.runescape.wiki/w/Green_d'hide_chaps","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":8,"defence_stab":12,"defence_slash":15,"defence_crush":18,"defence_magic":8,"defence_ranged":17,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"ranged":40}},"price":2124},"1101":{"id":1101,"name":"Iron chainbody","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":210,"lowalch":84,"highalch":126,"buy_limit":125,"wiki_name":"Iron chainbody","wiki_url":"https://oldschool.runescape.wiki/w/Iron_chainbody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":0,"defence_stab":10,"defence_slash":15,"defence_crush":19,"defence_magic":-3,"defence_ranged":12,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":1}},"price":100},"1103":{"id":1103,"name":"Bronze chainbody","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":60,"lowalch":24,"highalch":36,"buy_limit":125,"wiki_name":"Bronze chainbody","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_chainbody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":0,"defence_stab":7,"defence_slash":11,"defence_crush":13,"defence_magic":-3,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":1}},"price":65},"1105":{"id":1105,"name":"Steel chainbody","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":750,"lowalch":300,"highalch":450,"buy_limit":125,"wiki_name":"Steel chainbody","wiki_url":"https://oldschool.runescape.wiki/w/Steel_chainbody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":0,"defence_stab":17,"defence_slash":25,"defence_crush":30,"defence_magic":-3,"defence_ranged":19,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":5}},"price":296},"1107":{"id":1107,"name":"Black chainbody","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1440,"lowalch":576,"highalch":864,"buy_limit":125,"wiki_name":"Black chainbody","wiki_url":"https://oldschool.runescape.wiki/w/Black_chainbody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":0,"defence_stab":22,"defence_slash":32,"defence_crush":39,"defence_magic":-3,"defence_ranged":24,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":10}},"price":19999},"1109":{"id":1109,"name":"Mithril chainbody","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1950,"lowalch":780,"highalch":1170,"buy_limit":125,"wiki_name":"Mithril chainbody","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_chainbody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":0,"defence_stab":25,"defence_slash":35,"defence_crush":42,"defence_magic":-3,"defence_ranged":27,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":20}},"price":921},"1111":{"id":1111,"name":"Adamant chainbody","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":4800,"lowalch":1920,"highalch":2880,"buy_limit":125,"wiki_name":"Adamant chainbody","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_chainbody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":0,"defence_stab":36,"defence_slash":50,"defence_crush":61,"defence_magic":-3,"defence_ranged":38,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":30}},"price":2375},"1113":{"id":1113,"name":"Rune chainbody","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50000,"lowalch":20000,"highalch":30000,"buy_limit":70,"wiki_name":"Rune chainbody","wiki_url":"https://oldschool.runescape.wiki/w/Rune_chainbody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":0,"defence_stab":63,"defence_slash":72,"defence_crush":78,"defence_magic":-3,"defence_ranged":65,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":40}},"price":29601},"1115":{"id":1115,"name":"Iron platebody","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":560,"lowalch":224,"highalch":336,"buy_limit":125,"wiki_name":"Iron platebody","wiki_url":"https://oldschool.runescape.wiki/w/Iron_platebody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":21,"defence_slash":20,"defence_crush":12,"defence_magic":-6,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":1}},"price":110},"1117":{"id":1117,"name":"Bronze platebody","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":125,"wiki_name":"Bronze platebody","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_platebody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":15,"defence_slash":14,"defence_crush":9,"defence_magic":-6,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":1}},"price":91},"1119":{"id":1119,"name":"Steel platebody","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":125,"wiki_name":"Steel platebody","wiki_url":"https://oldschool.runescape.wiki/w/Steel_platebody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":32,"defence_slash":31,"defence_crush":24,"defence_magic":-6,"defence_ranged":31,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":5}},"price":844},"1121":{"id":1121,"name":"Mithril platebody","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5200,"lowalch":2080,"highalch":3120,"buy_limit":125,"wiki_name":"Mithril platebody","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_platebody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":46,"defence_slash":44,"defence_crush":38,"defence_magic":-6,"defence_ranged":44,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":20}},"price":2516},"1123":{"id":1123,"name":"Adamant platebody","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":16640,"lowalch":6656,"highalch":9984,"buy_limit":125,"wiki_name":"Adamant platebody","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_platebody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":65,"defence_slash":63,"defence_crush":55,"defence_magic":-6,"defence_ranged":63,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":30}},"price":9568},"1125":{"id":1125,"name":"Black platebody","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3840,"lowalch":1536,"highalch":2304,"buy_limit":125,"wiki_name":"Black platebody","wiki_url":"https://oldschool.runescape.wiki/w/Black_platebody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":41,"defence_slash":40,"defence_crush":30,"defence_magic":-6,"defence_ranged":40,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":10}},"price":2204},"1127":{"id":1127,"name":"Rune platebody","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":65000,"lowalch":26000,"highalch":39000,"buy_limit":70,"wiki_name":"Rune platebody","wiki_url":"https://oldschool.runescape.wiki/w/Rune_platebody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":82,"defence_slash":80,"defence_crush":72,"defence_magic":-6,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":40}},"price":38470},"1129":{"id":1129,"name":"Leather body","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":21,"lowalch":8,"highalch":12,"buy_limit":125,"wiki_name":"Leather body","wiki_url":"https://oldschool.runescape.wiki/w/Leather_body","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-2,"attack_ranged":2,"defence_stab":8,"defence_slash":9,"defence_crush":10,"defence_magic":4,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"ranged":1,"defence":1}},"price":40},"1131":{"id":1131,"name":"Hardleather body","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":170,"lowalch":68,"highalch":102,"buy_limit":125,"wiki_name":"Hardleather body","wiki_url":"https://oldschool.runescape.wiki/w/Hardleather_body","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-4,"attack_ranged":8,"defence_stab":12,"defence_slash":15,"defence_crush":18,"defence_magic":6,"defence_ranged":15,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"ranged":1,"defence":10}},"price":30},"1133":{"id":1133,"name":"Studded body","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":850,"lowalch":340,"highalch":510,"buy_limit":125,"wiki_name":"Studded body","wiki_url":"https://oldschool.runescape.wiki/w/Studded_body","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-4,"attack_ranged":8,"defence_stab":18,"defence_slash":25,"defence_crush":22,"defence_magic":8,"defence_ranged":25,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"ranged":20,"defence":20}},"price":1315},"1135":{"id":1135,"name":"Green d'hide body","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":7800,"lowalch":3120,"highalch":4680,"buy_limit":125,"wiki_name":"Green d'hide body","wiki_url":"https://oldschool.runescape.wiki/w/Green_d'hide_body","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":15,"defence_stab":18,"defence_slash":27,"defence_crush":24,"defence_magic":20,"defence_ranged":35,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"ranged":40,"defence":40}},"price":4285},"1137":{"id":1137,"name":"Iron med helm","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":84,"lowalch":33,"highalch":50,"buy_limit":125,"wiki_name":"Iron med helm","wiki_url":"https://oldschool.runescape.wiki/w/Iron_med_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":0,"defence_stab":4,"defence_slash":5,"defence_crush":3,"defence_magic":-1,"defence_ranged":4,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":1}},"price":21},"1139":{"id":1139,"name":"Bronze med helm","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":24,"lowalch":9,"highalch":14,"buy_limit":125,"wiki_name":"Bronze med helm","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_med_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":0,"defence_stab":3,"defence_slash":4,"defence_crush":2,"defence_magic":-1,"defence_ranged":3,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":1}},"price":290},"1141":{"id":1141,"name":"Steel med helm","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":125,"wiki_name":"Steel med helm","wiki_url":"https://oldschool.runescape.wiki/w/Steel_med_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":0,"defence_stab":7,"defence_slash":8,"defence_crush":6,"defence_magic":-1,"defence_ranged":7,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":5}},"price":49},"1143":{"id":1143,"name":"Mithril med helm","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":780,"lowalch":312,"highalch":468,"buy_limit":125,"wiki_name":"Mithril med helm","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_med_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":0,"defence_stab":10,"defence_slash":11,"defence_crush":9,"defence_magic":-1,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":20}},"price":218},"1145":{"id":1145,"name":"Adamant med helm","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1920,"lowalch":768,"highalch":1152,"buy_limit":125,"wiki_name":"Adamant med helm","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_med_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":0,"defence_stab":14,"defence_slash":15,"defence_crush":13,"defence_magic":-1,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":30}},"price":768},"1147":{"id":1147,"name":"Rune med helm","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":19200,"lowalch":7680,"highalch":11520,"buy_limit":70,"wiki_name":"Rune med helm","wiki_url":"https://oldschool.runescape.wiki/w/Rune_med_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":0,"defence_stab":22,"defence_slash":23,"defence_crush":21,"defence_magic":-1,"defence_ranged":22,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":40}},"price":11118},"1149":{"id":1149,"name":"Dragon med helm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100000,"lowalch":40000,"highalch":60000,"buy_limit":8,"wiki_name":"Dragon med helm","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_med_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":0,"defence_stab":33,"defence_slash":35,"defence_crush":32,"defence_magic":-1,"defence_ranged":34,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":60}},"price":59999},"1151":{"id":1151,"name":"Black med helm","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":576,"lowalch":230,"highalch":345,"buy_limit":125,"wiki_name":"Black med helm","wiki_url":"https://oldschool.runescape.wiki/w/Black_med_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":0,"defence_stab":9,"defence_slash":10,"defence_crush":8,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":252},"1153":{"id":1153,"name":"Iron full helm","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":154,"lowalch":61,"highalch":92,"buy_limit":125,"wiki_name":"Iron full helm","wiki_url":"https://oldschool.runescape.wiki/w/Iron_full_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":6,"defence_slash":7,"defence_crush":5,"defence_magic":-1,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":1}},"price":61},"1155":{"id":1155,"name":"Bronze full helm","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":44,"lowalch":17,"highalch":26,"buy_limit":125,"wiki_name":"Bronze full helm","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_full_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":4,"defence_slash":5,"defence_crush":3,"defence_magic":-1,"defence_ranged":4,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":1}},"price":53},"1157":{"id":1157,"name":"Steel full helm","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":550,"lowalch":220,"highalch":330,"buy_limit":125,"wiki_name":"Steel full helm","wiki_url":"https://oldschool.runescape.wiki/w/Steel_full_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":9,"defence_slash":10,"defence_crush":7,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":5}},"price":172},"1159":{"id":1159,"name":"Mithril full helm","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1430,"lowalch":572,"highalch":858,"buy_limit":125,"wiki_name":"Mithril full helm","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_full_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":13,"defence_slash":14,"defence_crush":11,"defence_magic":-1,"defence_ranged":13,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":20}},"price":755},"1161":{"id":1161,"name":"Adamant full helm","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3520,"lowalch":1408,"highalch":2112,"buy_limit":125,"wiki_name":"Adamant full helm","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_full_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":19,"defence_slash":21,"defence_crush":16,"defence_magic":-1,"defence_ranged":19,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":30}},"price":1838},"1163":{"id":1163,"name":"Rune full helm","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"buy_limit":70,"wiki_name":"Rune full helm","wiki_url":"https://oldschool.runescape.wiki/w/Rune_full_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":40}},"price":20678},"1165":{"id":1165,"name":"Black full helm","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1056,"lowalch":422,"highalch":633,"buy_limit":125,"wiki_name":"Black full helm","wiki_url":"https://oldschool.runescape.wiki/w/Black_full_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":12,"defence_slash":13,"defence_crush":10,"defence_magic":-1,"defence_ranged":12,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":526},"1167":{"id":1167,"name":"Leather cowl","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":24,"lowalch":9,"highalch":14,"buy_limit":125,"wiki_name":"Leather cowl","wiki_url":"https://oldschool.runescape.wiki/w/Leather_cowl","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":1,"defence_stab":2,"defence_slash":3,"defence_crush":4,"defence_magic":2,"defence_ranged":3,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"ranged":1,"defence":1}},"price":36},"1169":{"id":1169,"name":"Coif","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":125,"wiki_name":"Coif","wiki_url":"https://oldschool.runescape.wiki/w/Coif","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-1,"attack_ranged":2,"defence_stab":4,"defence_slash":6,"defence_crush":8,"defence_magic":4,"defence_ranged":4,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"ranged":20,"defence":1}},"price":41},"1171":{"id":1171,"name":"Wooden shield","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":125,"wiki_name":"Wooden shield","wiki_url":"https://oldschool.runescape.wiki/w/Wooden_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":4,"defence_slash":5,"defence_crush":3,"defence_magic":1,"defence_ranged":4,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":128},"1173":{"id":1173,"name":"Bronze sq shield","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":48,"lowalch":19,"highalch":28,"buy_limit":125,"wiki_name":"Bronze sq shield","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_sq_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":0,"defence_stab":5,"defence_slash":6,"defence_crush":4,"defence_magic":0,"defence_ranged":5,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":1}},"price":238},"1175":{"id":1175,"name":"Iron sq shield","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":168,"lowalch":67,"highalch":100,"buy_limit":125,"wiki_name":"Iron sq shield","wiki_url":"https://oldschool.runescape.wiki/w/Iron_sq_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":0,"defence_stab":8,"defence_slash":9,"defence_crush":7,"defence_magic":0,"defence_ranged":8,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":1}},"price":250},"1177":{"id":1177,"name":"Steel sq shield","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":600,"lowalch":240,"highalch":360,"buy_limit":125,"wiki_name":"Steel sq shield","wiki_url":"https://oldschool.runescape.wiki/w/Steel_sq_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":0,"defence_stab":12,"defence_slash":13,"defence_crush":11,"defence_magic":0,"defence_ranged":12,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":5}},"price":174},"1179":{"id":1179,"name":"Black sq shield","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1152,"lowalch":460,"highalch":691,"buy_limit":125,"wiki_name":"Black sq shield","wiki_url":"https://oldschool.runescape.wiki/w/Black_sq_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":0,"defence_stab":15,"defence_slash":16,"defence_crush":14,"defence_magic":0,"defence_ranged":15,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":10}},"price":475},"1181":{"id":1181,"name":"Mithril sq shield","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1560,"lowalch":624,"highalch":936,"buy_limit":125,"wiki_name":"Mithril sq shield","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_sq_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":0,"defence_stab":17,"defence_slash":19,"defence_crush":15,"defence_magic":0,"defence_ranged":17,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":20}},"price":652},"1183":{"id":1183,"name":"Adamant sq shield","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3840,"lowalch":1536,"highalch":2304,"buy_limit":125,"wiki_name":"Adamant sq shield","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_sq_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":0,"defence_stab":24,"defence_slash":26,"defence_crush":22,"defence_magic":0,"defence_ranged":24,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":30}},"price":1810},"1185":{"id":1185,"name":"Rune sq shield","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":38400,"lowalch":15360,"highalch":23040,"buy_limit":70,"wiki_name":"Rune sq shield","wiki_url":"https://oldschool.runescape.wiki/w/Rune_sq_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":0,"defence_stab":38,"defence_slash":40,"defence_crush":36,"defence_magic":0,"defence_ranged":38,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":22431},"1187":{"id":1187,"name":"Dragon sq shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"buy_limit":70,"wiki_name":"Dragon sq shield","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_sq_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":0,"defence_stab":50,"defence_slash":52,"defence_crush":48,"defence_magic":0,"defence_ranged":50,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":60}},"price":303655},"1189":{"id":1189,"name":"Bronze kiteshield","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":68,"lowalch":27,"highalch":40,"buy_limit":125,"wiki_name":"Bronze kiteshield","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_kiteshield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":5,"defence_slash":7,"defence_crush":6,"defence_magic":-1,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":1}},"price":20},"1191":{"id":1191,"name":"Iron kiteshield","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":238,"lowalch":95,"highalch":142,"buy_limit":125,"wiki_name":"Iron kiteshield","wiki_url":"https://oldschool.runescape.wiki/w/Iron_kiteshield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":8,"defence_slash":10,"defence_crush":9,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":1}},"price":11},"1193":{"id":1193,"name":"Steel kiteshield","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":850,"lowalch":340,"highalch":510,"buy_limit":125,"wiki_name":"Steel kiteshield","wiki_url":"https://oldschool.runescape.wiki/w/Steel_kiteshield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":13,"defence_slash":15,"defence_crush":14,"defence_magic":-1,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":5}},"price":262},"1195":{"id":1195,"name":"Black kiteshield","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1632,"lowalch":652,"highalch":979,"buy_limit":125,"wiki_name":"Black kiteshield","wiki_url":"https://oldschool.runescape.wiki/w/Black_kiteshield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":17,"defence_slash":19,"defence_crush":18,"defence_magic":-1,"defence_ranged":18,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":10}},"price":1708},"1197":{"id":1197,"name":"Mithril kiteshield","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2210,"lowalch":884,"highalch":1326,"buy_limit":125,"wiki_name":"Mithril kiteshield","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_kiteshield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":18,"defence_slash":22,"defence_crush":20,"defence_magic":-1,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":20}},"price":1078},"1199":{"id":1199,"name":"Adamant kiteshield","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5440,"lowalch":2176,"highalch":3264,"buy_limit":125,"wiki_name":"Adamant kiteshield","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_kiteshield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":27,"defence_slash":31,"defence_crush":29,"defence_magic":-1,"defence_ranged":29,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":30}},"price":2900},"1201":{"id":1201,"name":"Rune kiteshield","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":54400,"lowalch":21760,"highalch":32640,"buy_limit":70,"wiki_name":"Rune kiteshield","wiki_url":"https://oldschool.runescape.wiki/w/Rune_kiteshield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":44,"defence_slash":48,"defence_crush":46,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":32048},"1203":{"id":1203,"name":"Iron dagger","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":35,"lowalch":14,"highalch":21,"buy_limit":125,"wiki_name":"Iron dagger (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_dagger#Unpoisoned","equipment":{"attack_stab":5,"attack_slash":3,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":101},"1205":{"id":1205,"name":"Bronze dagger","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":125,"wiki_name":"Bronze dagger (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_dagger#Unpoisoned","equipment":{"attack_stab":4,"attack_slash":2,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":63},"1207":{"id":1207,"name":"Steel dagger","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":125,"lowalch":50,"highalch":75,"buy_limit":125,"wiki_name":"Steel dagger (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_dagger#Unpoisoned","equipment":{"attack_stab":8,"attack_slash":4,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":7,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":5}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":151},"1209":{"id":1209,"name":"Mithril dagger","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":325,"lowalch":130,"highalch":195,"buy_limit":125,"wiki_name":"Mithril dagger (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_dagger#Unpoisoned","equipment":{"attack_stab":11,"attack_slash":5,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":20}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":136},"1211":{"id":1211,"name":"Adamant dagger","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":800,"lowalch":320,"highalch":480,"buy_limit":125,"wiki_name":"Adamant dagger (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_dagger#Unpoisoned","equipment":{"attack_stab":15,"attack_slash":8,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":14,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":30}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":254},"1213":{"id":1213,"name":"Rune dagger","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":8000,"lowalch":3200,"highalch":4800,"buy_limit":70,"wiki_name":"Rune dagger (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_dagger#Unpoisoned","equipment":{"attack_stab":25,"attack_slash":12,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":24,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":40}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":4434},"1215":{"id":1215,"name":"Dragon dagger","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":30000,"lowalch":12000,"highalch":18000,"buy_limit":70,"wiki_name":"Dragon dagger (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_dagger#Unpoisoned","equipment":{"attack_stab":40,"attack_slash":25,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":40,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":60}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":17330},"1217":{"id":1217,"name":"Black dagger","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":240,"lowalch":96,"highalch":144,"buy_limit":125,"wiki_name":"Black dagger (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Black_dagger#Unpoisoned","equipment":{"attack_stab":10,"attack_slash":5,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":7,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":10}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":440},"1219":{"id":1219,"name":"Iron dagger(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":35,"lowalch":14,"highalch":21,"buy_limit":125,"wiki_name":"Iron dagger (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_dagger#Poison","equipment":{"attack_stab":5,"attack_slash":3,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":110},"1221":{"id":1221,"name":"Bronze dagger(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":125,"wiki_name":"Bronze dagger (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_dagger#Poison","equipment":{"attack_stab":4,"attack_slash":2,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":248},"1223":{"id":1223,"name":"Steel dagger(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":125,"lowalch":50,"highalch":75,"buy_limit":125,"wiki_name":"Steel dagger (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_dagger#Poison","equipment":{"attack_stab":8,"attack_slash":4,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":7,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":5}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":2},"1225":{"id":1225,"name":"Mithril dagger(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":325,"lowalch":130,"highalch":195,"buy_limit":125,"wiki_name":"Mithril dagger (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_dagger#Poison","equipment":{"attack_stab":11,"attack_slash":5,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":20}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1},"1227":{"id":1227,"name":"Adamant dagger(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":800,"lowalch":320,"highalch":480,"buy_limit":125,"wiki_name":"Adamant dagger (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_dagger#Poison","equipment":{"attack_stab":15,"attack_slash":8,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":14,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":30}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":26},"1229":{"id":1229,"name":"Rune dagger(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":8000,"lowalch":3200,"highalch":4800,"buy_limit":70,"wiki_name":"Rune dagger (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_dagger#Poison","equipment":{"attack_stab":25,"attack_slash":12,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":24,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":40}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":6263},"1231":{"id":1231,"name":"Dragon dagger(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":24000,"lowalch":9600,"highalch":14400,"buy_limit":70,"wiki_name":"Dragon dagger (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_dagger#Poison","equipment":{"attack_stab":40,"attack_slash":25,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":40,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":60}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":17016},"1233":{"id":1233,"name":"Black dagger(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":240,"lowalch":96,"highalch":144,"buy_limit":125,"wiki_name":"Black dagger (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Black_dagger#Poison","equipment":{"attack_stab":10,"attack_slash":5,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":7,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":10}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1},"1235":{"id":1235,"name":"Poisoned dagger(p)","members":true,"noteable":true,"cost":565,"lowalch":226,"highalch":339,"wiki_name":"Poisoned dagger (unobtainable item) (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Poisoned_dagger_(unobtainable_item)#Poison","price":0},"1237":{"id":1237,"name":"Bronze spear","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":26,"lowalch":10,"highalch":15,"buy_limit":125,"wiki_name":"Bronze spear (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_spear#Unpoisoned","equipment":{"attack_stab":5,"attack_slash":5,"attack_crush":5,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":464},"1239":{"id":1239,"name":"Iron spear","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":91,"lowalch":36,"highalch":54,"buy_limit":125,"wiki_name":"Iron spear (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_spear#Unpoisoned","equipment":{"attack_stab":8,"attack_slash":8,"attack_crush":8,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":834},"1241":{"id":1241,"name":"Steel spear","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":325,"lowalch":130,"highalch":195,"buy_limit":125,"wiki_name":"Steel spear (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_spear#Unpoisoned","equipment":{"attack_stab":12,"attack_slash":12,"attack_crush":12,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":5}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":66},"1243":{"id":1243,"name":"Mithril spear","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":845,"lowalch":338,"highalch":507,"buy_limit":125,"wiki_name":"Mithril spear (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_spear#Unpoisoned","equipment":{"attack_stab":17,"attack_slash":17,"attack_crush":17,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":18,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":20}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":625},"1245":{"id":1245,"name":"Adamant spear","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":2080,"lowalch":832,"highalch":1248,"buy_limit":125,"wiki_name":"Adamant spear (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_spear#Unpoisoned","equipment":{"attack_stab":24,"attack_slash":24,"attack_crush":24,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":28,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":30}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":944},"1247":{"id":1247,"name":"Rune spear","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":20800,"lowalch":8320,"highalch":12480,"buy_limit":70,"wiki_name":"Rune spear (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_spear#Unpoisoned","equipment":{"attack_stab":36,"attack_slash":36,"attack_crush":36,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":40}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":11861},"1249":{"id":1249,"name":"Dragon spear","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":62400,"lowalch":24960,"highalch":37440,"buy_limit":70,"wiki_name":"Dragon spear (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_spear#Unpoisoned","equipment":{"attack_stab":55,"attack_slash":55,"attack_crush":55,"attack_magic":0,"attack_ranged":0,"defence_stab":5,"defence_slash":5,"defence_crush":5,"defence_magic":5,"defence_ranged":5,"melee_strength":60,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":60}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":37376},"1251":{"id":1251,"name":"Bronze spear(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":26,"lowalch":10,"highalch":15,"buy_limit":125,"wiki_name":"Bronze spear (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_spear#Poison","equipment":{"attack_stab":5,"attack_slash":5,"attack_crush":5,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1},"1253":{"id":1253,"name":"Iron spear(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":91,"lowalch":36,"highalch":54,"buy_limit":125,"wiki_name":"Iron spear (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_spear#Poison","equipment":{"attack_stab":8,"attack_slash":8,"attack_crush":8,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1732},"1255":{"id":1255,"name":"Steel spear(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":325,"lowalch":130,"highalch":195,"buy_limit":125,"wiki_name":"Steel spear (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_spear#Poison","equipment":{"attack_stab":12,"attack_slash":12,"attack_crush":12,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":5}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":36},"1257":{"id":1257,"name":"Mithril spear(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":845,"lowalch":338,"highalch":507,"buy_limit":125,"wiki_name":"Mithril spear (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_spear#Poison","equipment":{"attack_stab":17,"attack_slash":17,"attack_crush":17,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":18,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":20}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1},"1259":{"id":1259,"name":"Adamant spear(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":2080,"lowalch":832,"highalch":1248,"buy_limit":125,"wiki_name":"Adamant spear (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_spear#Poison","equipment":{"attack_stab":24,"attack_slash":24,"attack_crush":24,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":28,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":30}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":724},"1261":{"id":1261,"name":"Rune spear(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":20800,"lowalch":8320,"highalch":12480,"buy_limit":70,"wiki_name":"Rune spear (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_spear#Poison","equipment":{"attack_stab":36,"attack_slash":36,"attack_crush":36,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":40}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":12057},"1263":{"id":1263,"name":"Dragon spear(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":62400,"lowalch":24960,"highalch":37440,"buy_limit":70,"wiki_name":"Dragon spear (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_spear#Poison","equipment":{"attack_stab":55,"attack_slash":55,"attack_crush":55,"attack_magic":0,"attack_ranged":0,"defence_stab":5,"defence_slash":5,"defence_crush":5,"defence_magic":5,"defence_ranged":5,"melee_strength":60,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":60}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":37816},"1265":{"id":1265,"name":"Bronze pickaxe","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":40,"wiki_name":"Bronze pickaxe","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_pickaxe","equipment":{"attack_stab":4,"attack_slash":-2,"attack_crush":2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":5,"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":96},"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,"buy_limit":40,"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":255},"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,"buy_limit":40,"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":262},"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,"buy_limit":40,"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":1612},"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,"buy_limit":40,"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":544},"1275":{"id":1275,"name":"Rune pickaxe","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":32000,"lowalch":12800,"highalch":19200,"buy_limit":40,"wiki_name":"Rune pickaxe","wiki_url":"https://oldschool.runescape.wiki/w/Rune_pickaxe","equipment":{"attack_stab":26,"attack_slash":-2,"attack_crush":24,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":29,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"mining":41,"attack":40}},"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":18897},"1277":{"id":1277,"name":"Bronze sword","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":26,"lowalch":10,"highalch":15,"buy_limit":125,"wiki_name":"Bronze sword","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_sword","equipment":{"attack_stab":4,"attack_slash":3,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":5,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":51},"1279":{"id":1279,"name":"Iron sword","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":91,"lowalch":36,"highalch":54,"buy_limit":125,"wiki_name":"Iron sword","wiki_url":"https://oldschool.runescape.wiki/w/Iron_sword","equipment":{"attack_stab":6,"attack_slash":4,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":7,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":38},"1281":{"id":1281,"name":"Steel sword","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":325,"lowalch":130,"highalch":195,"buy_limit":125,"wiki_name":"Steel sword","wiki_url":"https://oldschool.runescape.wiki/w/Steel_sword","equipment":{"attack_stab":11,"attack_slash":8,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":5}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":250},"1283":{"id":1283,"name":"Black sword","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":624,"lowalch":249,"highalch":374,"buy_limit":125,"wiki_name":"Black sword","wiki_url":"https://oldschool.runescape.wiki/w/Black_sword","equipment":{"attack_stab":14,"attack_slash":10,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":10}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":218},"1285":{"id":1285,"name":"Mithril sword","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":845,"lowalch":338,"highalch":507,"buy_limit":125,"wiki_name":"Mithril sword","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_sword","equipment":{"attack_stab":16,"attack_slash":11,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":17,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":20}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":276},"1287":{"id":1287,"name":"Adamant sword","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":2080,"lowalch":832,"highalch":1248,"buy_limit":125,"wiki_name":"Adamant sword","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_sword","equipment":{"attack_stab":23,"attack_slash":18,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":24,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":30}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1191},"1289":{"id":1289,"name":"Rune sword","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":20800,"lowalch":8320,"highalch":12480,"buy_limit":70,"wiki_name":"Rune sword","wiki_url":"https://oldschool.runescape.wiki/w/Rune_sword","equipment":{"attack_stab":38,"attack_slash":26,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":39,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":40}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":11914},"1291":{"id":1291,"name":"Bronze longsword","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":125,"wiki_name":"Bronze longsword","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_longsword","equipment":{"attack_stab":4,"attack_slash":5,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":7,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":1}},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":86},"1293":{"id":1293,"name":"Iron longsword","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":140,"lowalch":56,"highalch":84,"buy_limit":125,"wiki_name":"Iron longsword","wiki_url":"https://oldschool.runescape.wiki/w/Iron_longsword","equipment":{"attack_stab":6,"attack_slash":8,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":1}},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":17},"1295":{"id":1295,"name":"Steel longsword","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":125,"wiki_name":"Steel longsword","wiki_url":"https://oldschool.runescape.wiki/w/Steel_longsword","equipment":{"attack_stab":9,"attack_slash":14,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":16,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":5}},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":101},"1297":{"id":1297,"name":"Black longsword","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":960,"lowalch":384,"highalch":576,"buy_limit":125,"wiki_name":"Black longsword","wiki_url":"https://oldschool.runescape.wiki/w/Black_longsword","equipment":{"attack_stab":13,"attack_slash":18,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":16,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":10}},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"1299":{"id":1299,"name":"Mithril longsword","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1300,"lowalch":520,"highalch":780,"buy_limit":125,"wiki_name":"Mithril longsword","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_longsword","equipment":{"attack_stab":15,"attack_slash":20,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":22,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":20}},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":698},"1301":{"id":1301,"name":"Adamant longsword","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":3200,"lowalch":1280,"highalch":1920,"buy_limit":125,"wiki_name":"Adamant longsword","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_longsword","equipment":{"attack_stab":20,"attack_slash":29,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":31,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":30}},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1725},"1303":{"id":1303,"name":"Rune longsword","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":32000,"lowalch":12800,"highalch":19200,"buy_limit":70,"wiki_name":"Rune longsword","wiki_url":"https://oldschool.runescape.wiki/w/Rune_longsword","equipment":{"attack_stab":38,"attack_slash":47,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":49,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":40}},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":18635},"1305":{"id":1305,"name":"Dragon longsword","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100000,"lowalch":40000,"highalch":60000,"buy_limit":70,"wiki_name":"Dragon longsword","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_longsword","equipment":{"attack_stab":58,"attack_slash":69,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":71,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":60}},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":59209},"1307":{"id":1307,"name":"Bronze 2h sword","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":125,"wiki_name":"Bronze 2h sword","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_2h_sword","equipment":{"attack_stab":-4,"attack_slash":9,"attack_crush":8,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":1}},"weapon":{"attack_speed":7,"weapon_type":"2h_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"smash","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":220},"1309":{"id":1309,"name":"Iron 2h sword","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":280,"lowalch":112,"highalch":168,"buy_limit":125,"wiki_name":"Iron 2h sword","wiki_url":"https://oldschool.runescape.wiki/w/Iron_2h_sword","equipment":{"attack_stab":-4,"attack_slash":13,"attack_crush":10,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":14,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":1}},"weapon":{"attack_speed":7,"weapon_type":"2h_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"smash","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":44},"1311":{"id":1311,"name":"Steel 2h sword","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":125,"wiki_name":"Steel 2h sword","wiki_url":"https://oldschool.runescape.wiki/w/Steel_2h_sword","equipment":{"attack_stab":-4,"attack_slash":21,"attack_crush":16,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":22,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":5}},"weapon":{"attack_speed":7,"weapon_type":"2h_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"smash","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":225},"1313":{"id":1313,"name":"Black 2h sword","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1920,"lowalch":768,"highalch":1152,"buy_limit":125,"wiki_name":"Black 2h sword","wiki_url":"https://oldschool.runescape.wiki/w/Black_2h_sword","equipment":{"attack_stab":-4,"attack_slash":27,"attack_crush":21,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":26,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":10}},"weapon":{"attack_speed":7,"weapon_type":"2h_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"smash","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":860},"1315":{"id":1315,"name":"Mithril 2h sword","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":2600,"lowalch":1040,"highalch":1560,"buy_limit":125,"wiki_name":"Mithril 2h sword","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_2h_sword","equipment":{"attack_stab":-4,"attack_slash":30,"attack_crush":24,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":31,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":20}},"weapon":{"attack_speed":7,"weapon_type":"2h_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"smash","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1024},"1317":{"id":1317,"name":"Adamant 2h sword","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":6400,"lowalch":2560,"highalch":3840,"buy_limit":125,"wiki_name":"Adamant 2h sword","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_2h_sword","equipment":{"attack_stab":-4,"attack_slash":43,"attack_crush":30,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":44,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":30}},"weapon":{"attack_speed":7,"weapon_type":"2h_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"smash","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":3569},"1319":{"id":1319,"name":"Rune 2h sword","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":64000,"lowalch":25600,"highalch":38400,"buy_limit":70,"wiki_name":"Rune 2h sword","wiki_url":"https://oldschool.runescape.wiki/w/Rune_2h_sword","equipment":{"attack_stab":-4,"attack_slash":69,"attack_crush":50,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":70,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":40}},"weapon":{"attack_speed":7,"weapon_type":"2h_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"smash","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":37888},"1321":{"id":1321,"name":"Bronze scimitar","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":32,"lowalch":12,"highalch":19,"buy_limit":125,"wiki_name":"Bronze scimitar","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_scimitar","equipment":{"attack_stab":1,"attack_slash":7,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":57},"1323":{"id":1323,"name":"Iron scimitar","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":112,"lowalch":44,"highalch":67,"buy_limit":125,"wiki_name":"Iron scimitar","wiki_url":"https://oldschool.runescape.wiki/w/Iron_scimitar","equipment":{"attack_stab":2,"attack_slash":10,"attack_crush":-2,"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":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":46},"1325":{"id":1325,"name":"Steel scimitar","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":125,"wiki_name":"Steel scimitar","wiki_url":"https://oldschool.runescape.wiki/w/Steel_scimitar","equipment":{"attack_stab":3,"attack_slash":15,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":14,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":5}},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":140},"1327":{"id":1327,"name":"Black scimitar","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":768,"lowalch":307,"highalch":460,"buy_limit":125,"wiki_name":"Black scimitar","wiki_url":"https://oldschool.runescape.wiki/w/Black_scimitar","equipment":{"attack_stab":4,"attack_slash":19,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":14,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":10}},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1512},"1329":{"id":1329,"name":"Mithril scimitar","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1040,"lowalch":416,"highalch":624,"buy_limit":125,"wiki_name":"Mithril scimitar","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_scimitar","equipment":{"attack_stab":5,"attack_slash":21,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":20,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":20}},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":509},"1331":{"id":1331,"name":"Adamant scimitar","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":2560,"lowalch":1024,"highalch":1536,"buy_limit":125,"wiki_name":"Adamant scimitar","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_scimitar","equipment":{"attack_stab":6,"attack_slash":29,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":28,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":30}},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1551},"1333":{"id":1333,"name":"Rune scimitar","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":25600,"lowalch":10240,"highalch":15360,"buy_limit":70,"wiki_name":"Rune scimitar","wiki_url":"https://oldschool.runescape.wiki/w/Rune_scimitar","equipment":{"attack_stab":7,"attack_slash":45,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":44,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":40}},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":14961},"1335":{"id":1335,"name":"Iron warhammer","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":173,"lowalch":69,"highalch":103,"buy_limit":125,"wiki_name":"Iron warhammer","wiki_url":"https://oldschool.runescape.wiki/w/Iron_warhammer","equipment":{"attack_stab":-4,"attack_slash":-4,"attack_crush":11,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":11,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":1}},"weapon":{"attack_speed":6,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":64},"1337":{"id":1337,"name":"Bronze warhammer","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":47,"lowalch":18,"highalch":28,"buy_limit":125,"wiki_name":"Bronze warhammer","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_warhammer","equipment":{"attack_stab":-4,"attack_slash":-4,"attack_crush":10,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":8,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":1}},"weapon":{"attack_speed":6,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":72},"1339":{"id":1339,"name":"Steel warhammer","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":640,"lowalch":256,"highalch":384,"buy_limit":125,"wiki_name":"Steel warhammer","wiki_url":"https://oldschool.runescape.wiki/w/Steel_warhammer","equipment":{"attack_stab":-4,"attack_slash":-4,"attack_crush":18,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":16,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":5}},"weapon":{"attack_speed":6,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":81},"1341":{"id":1341,"name":"Black warhammer","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":980,"lowalch":392,"highalch":588,"buy_limit":125,"wiki_name":"Black warhammer","wiki_url":"https://oldschool.runescape.wiki/w/Black_warhammer","equipment":{"attack_stab":-4,"attack_slash":-4,"attack_crush":22,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":22,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":10}},"weapon":{"attack_speed":6,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":381},"1343":{"id":1343,"name":"Mithril warhammer","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1660,"lowalch":664,"highalch":996,"buy_limit":125,"wiki_name":"Mithril warhammer","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_warhammer","equipment":{"attack_stab":-4,"attack_slash":-4,"attack_crush":25,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":27,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":20}},"weapon":{"attack_speed":6,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":817},"1345":{"id":1345,"name":"Adamant warhammer","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":4120,"lowalch":1648,"highalch":2472,"buy_limit":125,"wiki_name":"Adamant warhammer","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_warhammer","equipment":{"attack_stab":-4,"attack_slash":-4,"attack_crush":35,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":39,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":30}},"weapon":{"attack_speed":6,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":3247},"1347":{"id":1347,"name":"Rune warhammer","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":41500,"lowalch":16600,"highalch":24900,"buy_limit":70,"wiki_name":"Rune warhammer","wiki_url":"https://oldschool.runescape.wiki/w/Rune_warhammer","equipment":{"attack_stab":-4,"attack_slash":-4,"attack_crush":53,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":62,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":40}},"weapon":{"attack_speed":6,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":24414},"1349":{"id":1349,"name":"Iron axe","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":56,"lowalch":22,"highalch":33,"buy_limit":40,"wiki_name":"Iron axe","wiki_url":"https://oldschool.runescape.wiki/w/Iron_axe","equipment":{"attack_stab":-2,"attack_slash":5,"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":{"attack":1}},"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":600},"1351":{"id":1351,"name":"Bronze axe","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":16,"lowalch":6,"highalch":9,"buy_limit":40,"wiki_name":"Bronze axe","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_axe","equipment":{"attack_stab":-2,"attack_slash":4,"attack_crush":2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":5,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":1}},"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":99},"1353":{"id":1353,"name":"Steel axe","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":40,"wiki_name":"Steel axe","wiki_url":"https://oldschool.runescape.wiki/w/Steel_axe","equipment":{"attack_stab":-2,"attack_slash":8,"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":{"attack":5}},"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":149},"1355":{"id":1355,"name":"Mithril axe","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":520,"lowalch":208,"highalch":312,"buy_limit":40,"wiki_name":"Mithril axe","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_axe","equipment":{"attack_stab":-2,"attack_slash":12,"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":{"attack":20}},"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":397},"1357":{"id":1357,"name":"Adamant axe","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1280,"lowalch":512,"highalch":768,"buy_limit":40,"wiki_name":"Adamant axe","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_axe","equipment":{"attack_stab":-2,"attack_slash":17,"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":{"attack":30}},"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":420},"1359":{"id":1359,"name":"Rune axe","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":12800,"lowalch":5120,"highalch":7680,"buy_limit":40,"wiki_name":"Rune axe","wiki_url":"https://oldschool.runescape.wiki/w/Rune_axe","equipment":{"attack_stab":-2,"attack_slash":26,"attack_crush":24,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":29,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":40}},"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":7179},"1361":{"id":1361,"name":"Black axe","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":384,"lowalch":153,"highalch":230,"buy_limit":40,"wiki_name":"Black axe","wiki_url":"https://oldschool.runescape.wiki/w/Black_axe","equipment":{"attack_stab":-2,"attack_slash":10,"attack_crush":8,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":10}},"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":627},"1363":{"id":1363,"name":"Iron battleaxe","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":182,"lowalch":72,"highalch":109,"buy_limit":125,"wiki_name":"Iron battleaxe","wiki_url":"https://oldschool.runescape.wiki/w/Iron_battleaxe","equipment":{"attack_stab":-2,"attack_slash":8,"attack_crush":5,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":13,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":1}},"weapon":{"attack_speed":6,"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":44},"1365":{"id":1365,"name":"Steel battleaxe","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":650,"lowalch":260,"highalch":390,"buy_limit":125,"wiki_name":"Steel battleaxe","wiki_url":"https://oldschool.runescape.wiki/w/Steel_battleaxe","equipment":{"attack_stab":-2,"attack_slash":16,"attack_crush":11,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":20,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":5}},"weapon":{"attack_speed":6,"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":133},"1367":{"id":1367,"name":"Black battleaxe","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1248,"lowalch":499,"highalch":748,"buy_limit":125,"wiki_name":"Black battleaxe","wiki_url":"https://oldschool.runescape.wiki/w/Black_battleaxe","equipment":{"attack_stab":-2,"attack_slash":20,"attack_crush":15,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":24,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":10}},"weapon":{"attack_speed":6,"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":757},"1369":{"id":1369,"name":"Mithril battleaxe","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1690,"lowalch":676,"highalch":1014,"buy_limit":125,"wiki_name":"Mithril battleaxe","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_battleaxe","equipment":{"attack_stab":-2,"attack_slash":22,"attack_crush":17,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":29,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":20}},"weapon":{"attack_speed":6,"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":835},"1371":{"id":1371,"name":"Adamant battleaxe","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":4160,"lowalch":1664,"highalch":2496,"buy_limit":125,"wiki_name":"Adamant battleaxe","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_battleaxe","equipment":{"attack_stab":-2,"attack_slash":31,"attack_crush":26,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":41,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":30}},"weapon":{"attack_speed":6,"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":1908},"1373":{"id":1373,"name":"Rune battleaxe","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":41600,"lowalch":16640,"highalch":24960,"buy_limit":70,"wiki_name":"Rune battleaxe","wiki_url":"https://oldschool.runescape.wiki/w/Rune_battleaxe","equipment":{"attack_stab":-2,"attack_slash":48,"attack_crush":43,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":64,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":40}},"weapon":{"attack_speed":6,"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":24444},"1375":{"id":1375,"name":"Bronze battleaxe","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":52,"lowalch":20,"highalch":31,"buy_limit":125,"wiki_name":"Bronze battleaxe","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_battleaxe","equipment":{"attack_stab":-2,"attack_slash":6,"attack_crush":3,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":9,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":1}},"weapon":{"attack_speed":6,"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":54},"1377":{"id":1377,"name":"Dragon battleaxe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":200000,"lowalch":80000,"highalch":120000,"buy_limit":70,"wiki_name":"Dragon battleaxe","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_battleaxe","equipment":{"attack_stab":-2,"attack_slash":70,"attack_crush":65,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":85,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":60}},"weapon":{"attack_speed":6,"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":119738},"1379":{"id":1379,"name":"Staff","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":125,"wiki_name":"Staff","wiki_url":"https://oldschool.runescape.wiki/w/Staff","equipment":{"attack_stab":0,"attack_slash":-1,"attack_crush":7,"attack_magic":4,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":4,"defence_ranged":0,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":55},"1381":{"id":1381,"name":"Staff of air","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1500,"lowalch":600,"highalch":900,"buy_limit":125,"wiki_name":"Staff of air","wiki_url":"https://oldschool.runescape.wiki/w/Staff_of_air","equipment":{"attack_stab":0,"attack_slash":-1,"attack_crush":7,"attack_magic":10,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":10,"defence_ranged":0,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":1}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":1779},"1383":{"id":1383,"name":"Staff of water","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1500,"lowalch":600,"highalch":900,"buy_limit":125,"wiki_name":"Staff of water","wiki_url":"https://oldschool.runescape.wiki/w/Staff_of_water","equipment":{"attack_stab":0,"attack_slash":-1,"attack_crush":7,"attack_magic":10,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":10,"defence_ranged":0,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":1}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":2301},"1385":{"id":1385,"name":"Staff of earth","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1500,"lowalch":600,"highalch":900,"buy_limit":125,"wiki_name":"Staff of earth","wiki_url":"https://oldschool.runescape.wiki/w/Staff_of_earth","equipment":{"attack_stab":1,"attack_slash":-1,"attack_crush":9,"attack_magic":10,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":10,"defence_ranged":0,"melee_strength":5,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":1}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":1158},"1387":{"id":1387,"name":"Staff of fire","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1500,"lowalch":600,"highalch":900,"buy_limit":125,"wiki_name":"Staff of fire","wiki_url":"https://oldschool.runescape.wiki/w/Staff_of_fire","equipment":{"attack_stab":3,"attack_slash":-1,"attack_crush":9,"attack_magic":10,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":10,"defence_ranged":0,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":1}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":1818},"1389":{"id":1389,"name":"Magic staff","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":125,"wiki_name":"Magic staff","wiki_url":"https://oldschool.runescape.wiki/w/Magic_staff","equipment":{"attack_stab":2,"attack_slash":-1,"attack_crush":10,"attack_magic":10,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":10,"defence_ranged":0,"melee_strength":7,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":1472},"1391":{"id":1391,"name":"Battlestaff","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":7000,"lowalch":2800,"highalch":4200,"buy_limit":11000,"wiki_name":"Battlestaff","wiki_url":"https://oldschool.runescape.wiki/w/Battlestaff","equipment":{"attack_stab":7,"attack_slash":-1,"attack_crush":25,"attack_magic":12,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":12,"defence_ranged":0,"melee_strength":32,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":7841},"1393":{"id":1393,"name":"Fire battlestaff","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":15500,"lowalch":6200,"highalch":9300,"buy_limit":18000,"wiki_name":"Fire battlestaff","wiki_url":"https://oldschool.runescape.wiki/w/Fire_battlestaff","equipment":{"attack_stab":7,"attack_slash":-1,"attack_crush":28,"attack_magic":12,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":12,"defence_ranged":0,"melee_strength":35,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":1}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":8884},"1395":{"id":1395,"name":"Water battlestaff","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":15500,"lowalch":6200,"highalch":9300,"buy_limit":18000,"wiki_name":"Water battlestaff","wiki_url":"https://oldschool.runescape.wiki/w/Water_battlestaff","equipment":{"attack_stab":7,"attack_slash":-1,"attack_crush":28,"attack_magic":12,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":12,"defence_ranged":0,"melee_strength":35,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":1}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":9114},"1397":{"id":1397,"name":"Air battlestaff","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":15500,"lowalch":6200,"highalch":9300,"buy_limit":18000,"wiki_name":"Air battlestaff","wiki_url":"https://oldschool.runescape.wiki/w/Air_battlestaff","equipment":{"attack_stab":7,"attack_slash":-1,"attack_crush":28,"attack_magic":12,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":12,"defence_ranged":0,"melee_strength":35,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":1}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":8923},"1399":{"id":1399,"name":"Earth battlestaff","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":15500,"lowalch":6200,"highalch":9300,"buy_limit":18000,"wiki_name":"Earth battlestaff","wiki_url":"https://oldschool.runescape.wiki/w/Earth_battlestaff","equipment":{"attack_stab":7,"attack_slash":-1,"attack_crush":28,"attack_magic":12,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":12,"defence_ranged":0,"melee_strength":35,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":1}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":8863},"1401":{"id":1401,"name":"Mystic fire staff","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":42500,"lowalch":17000,"highalch":25500,"buy_limit":18000,"wiki_name":"Mystic fire staff","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_fire_staff","equipment":{"attack_stab":10,"attack_slash":-1,"attack_crush":40,"attack_magic":14,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":14,"defence_ranged":0,"melee_strength":50,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":40,"attack":40}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":25085},"1403":{"id":1403,"name":"Mystic water staff","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":42500,"lowalch":17000,"highalch":25500,"buy_limit":18000,"wiki_name":"Mystic water staff","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_water_staff","equipment":{"attack_stab":10,"attack_slash":-1,"attack_crush":40,"attack_magic":14,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":14,"defence_ranged":0,"melee_strength":50,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":40,"attack":40}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":25299},"1405":{"id":1405,"name":"Mystic air staff","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":42500,"lowalch":17000,"highalch":25500,"buy_limit":18000,"wiki_name":"Mystic air staff","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_air_staff","equipment":{"attack_stab":10,"attack_slash":-1,"attack_crush":40,"attack_magic":14,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":14,"defence_ranged":0,"melee_strength":50,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":40,"attack":40}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":24993},"1407":{"id":1407,"name":"Mystic earth staff","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":42500,"lowalch":17000,"highalch":25500,"buy_limit":18000,"wiki_name":"Mystic earth staff","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_earth_staff","equipment":{"attack_stab":10,"attack_slash":-1,"attack_crush":40,"attack_magic":14,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":14,"defence_ranged":0,"melee_strength":50,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":40,"attack":40}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":24907},"1409":{"id":1409,"name":"Iban's staff","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":42500,"lowalch":17000,"highalch":25500,"wiki_name":"Iban's staff (Regular)","wiki_url":"https://oldschool.runescape.wiki/w/Iban's_staff#Regular","equipment":{"attack_stab":10,"attack_slash":-1,"attack_crush":40,"attack_magic":10,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":10,"defence_ranged":0,"melee_strength":50,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":50,"attack":50}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"1410":{"id":1410,"name":"Iban's staff","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Iban's staff (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Iban's_staff#Broken","price":0},"1411":{"id":1411,"name":"Farmer's fork","noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Farmer's fork","wiki_url":"https://oldschool.runescape.wiki/w/Farmer's_fork","price":0},"1413":{"id":1413,"name":"Halberd","noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Halberd (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Halberd_(unobtainable_item)","price":0},"1415":{"id":1415,"name":"Warhammer","noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Warhammer (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Warhammer_(unobtainable_item)","price":0},"1417":{"id":1417,"name":"Javelin","noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Javelin (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Javelin_(unobtainable_item)","price":0},"1419":{"id":1419,"name":"Scythe","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Scythe","wiki_url":"https://oldschool.runescape.wiki/w/Scythe","equipment":{"attack_stab":3,"attack_slash":8,"attack_crush":3,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":7,"weapon_type":"scythe","stances":[{"combat_style":"reap","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"chop","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"jab","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"1420":{"id":1420,"name":"Iron mace","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":63,"lowalch":25,"highalch":37,"buy_limit":125,"wiki_name":"Iron mace","wiki_url":"https://oldschool.runescape.wiki/w/Iron_mace","equipment":{"attack_stab":4,"attack_slash":-2,"attack_crush":9,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":7,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"weapon","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":11},"1422":{"id":1422,"name":"Bronze mace","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":18,"lowalch":7,"highalch":10,"buy_limit":125,"wiki_name":"Bronze mace","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_mace","equipment":{"attack_stab":1,"attack_slash":-2,"attack_crush":6,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":5,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"weapon","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":125},"1424":{"id":1424,"name":"Steel mace","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":225,"lowalch":90,"highalch":135,"buy_limit":125,"wiki_name":"Steel mace","wiki_url":"https://oldschool.runescape.wiki/w/Steel_mace","equipment":{"attack_stab":7,"attack_slash":-2,"attack_crush":13,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":11,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"weapon","requirements":{"attack":5}},"weapon":{"attack_speed":4,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":40},"1426":{"id":1426,"name":"Black mace","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":432,"lowalch":172,"highalch":259,"buy_limit":125,"wiki_name":"Black mace","wiki_url":"https://oldschool.runescape.wiki/w/Black_mace","equipment":{"attack_stab":8,"attack_slash":-2,"attack_crush":16,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":13,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"weapon","requirements":{"attack":10}},"weapon":{"attack_speed":4,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":805},"1428":{"id":1428,"name":"Mithril mace","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":585,"lowalch":234,"highalch":351,"buy_limit":125,"wiki_name":"Mithril mace","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_mace","equipment":{"attack_stab":11,"attack_slash":-2,"attack_crush":18,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":16,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"weapon","requirements":{"attack":20}},"weapon":{"attack_speed":4,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":117},"1430":{"id":1430,"name":"Adamant mace","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1440,"lowalch":576,"highalch":864,"buy_limit":125,"wiki_name":"Adamant mace","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_mace","equipment":{"attack_stab":13,"attack_slash":-2,"attack_crush":25,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":23,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"weapon","requirements":{"attack":30}},"weapon":{"attack_speed":4,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":614},"1432":{"id":1432,"name":"Rune mace","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":14400,"lowalch":5760,"highalch":8640,"buy_limit":70,"wiki_name":"Rune mace","wiki_url":"https://oldschool.runescape.wiki/w/Rune_mace","equipment":{"attack_stab":20,"attack_slash":-2,"attack_crush":39,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":36,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"weapon","requirements":{"attack":40}},"weapon":{"attack_speed":4,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":8155},"1434":{"id":1434,"name":"Dragon mace","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":50000,"lowalch":20000,"highalch":30000,"buy_limit":70,"wiki_name":"Dragon mace","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_mace","equipment":{"attack_stab":40,"attack_slash":-2,"attack_crush":60,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":55,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"weapon","requirements":{"attack":60}},"weapon":{"attack_speed":4,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":29620},"1436":{"id":1436,"name":"Rune essence","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":20000,"wiki_name":"Rune essence","wiki_url":"https://oldschool.runescape.wiki/w/Rune_essence","price":11},"1438":{"id":1438,"name":"Air talisman","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":11000,"wiki_name":"Air talisman","wiki_url":"https://oldschool.runescape.wiki/w/Air_talisman","price":54},"1440":{"id":1440,"name":"Earth talisman","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":11000,"wiki_name":"Earth talisman","wiki_url":"https://oldschool.runescape.wiki/w/Earth_talisman","price":247},"1442":{"id":1442,"name":"Fire talisman","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":11000,"wiki_name":"Fire talisman","wiki_url":"https://oldschool.runescape.wiki/w/Fire_talisman","price":1685},"1444":{"id":1444,"name":"Water talisman","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":11000,"wiki_name":"Water talisman","wiki_url":"https://oldschool.runescape.wiki/w/Water_talisman","price":140},"1446":{"id":1446,"name":"Body talisman","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":11000,"wiki_name":"Body talisman","wiki_url":"https://oldschool.runescape.wiki/w/Body_talisman","price":1251},"1448":{"id":1448,"name":"Mind talisman","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":11000,"wiki_name":"Mind talisman","wiki_url":"https://oldschool.runescape.wiki/w/Mind_talisman","price":1670},"1450":{"id":1450,"name":"Blood talisman","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Blood talisman","wiki_url":"https://oldschool.runescape.wiki/w/Blood_talisman","price":92000},"1452":{"id":1452,"name":"Chaos talisman","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":11000,"wiki_name":"Chaos talisman","wiki_url":"https://oldschool.runescape.wiki/w/Chaos_talisman","price":61},"1454":{"id":1454,"name":"Cosmic talisman","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":11000,"wiki_name":"Cosmic talisman","wiki_url":"https://oldschool.runescape.wiki/w/Cosmic_talisman","price":156},"1456":{"id":1456,"name":"Death talisman","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":11000,"wiki_name":"Death talisman","wiki_url":"https://oldschool.runescape.wiki/w/Death_talisman","price":453},"1458":{"id":1458,"name":"Law talisman","members":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Law talisman","wiki_url":"https://oldschool.runescape.wiki/w/Law_talisman","price":0},"1462":{"id":1462,"name":"Nature talisman","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":11000,"wiki_name":"Nature talisman","wiki_url":"https://oldschool.runescape.wiki/w/Nature_talisman","price":1062},"1464":{"id":1464,"name":"Archery ticket","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":25,"lowalch":10,"highalch":15,"buy_limit":18000,"wiki_name":"Archery ticket","wiki_url":"https://oldschool.runescape.wiki/w/Archery_ticket","price":14},"1465":{"id":1465,"name":"Weapon poison","members":true,"cost":11,"lowalch":4,"highalch":6,"wiki_name":"Weapon poison (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Weapon_poison_(unobtainable_item)","price":0},"1466":{"id":1466,"name":"Sea slug","members":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Sea slug (item)","wiki_url":"https://oldschool.runescape.wiki/w/Sea_slug_(item)","price":0},"1467":{"id":1467,"name":"Damp sticks","members":true,"cost":1,"wiki_name":"Damp sticks","wiki_url":"https://oldschool.runescape.wiki/w/Damp_sticks","price":0},"1468":{"id":1468,"name":"Dry sticks","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dry sticks","wiki_url":"https://oldschool.runescape.wiki/w/Dry_sticks","price":0},"1469":{"id":1469,"name":"Broken glass","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Broken glass","wiki_url":"https://oldschool.runescape.wiki/w/Broken_glass","price":0},"1470":{"id":1470,"name":"Red bead","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":11000,"wiki_name":"Red bead","wiki_url":"https://oldschool.runescape.wiki/w/Red_bead","price":1884},"1472":{"id":1472,"name":"Yellow bead","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":11000,"wiki_name":"Yellow bead","wiki_url":"https://oldschool.runescape.wiki/w/Yellow_bead","price":1848},"1474":{"id":1474,"name":"Black bead","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":11000,"wiki_name":"Black bead","wiki_url":"https://oldschool.runescape.wiki/w/Black_bead","price":1500},"1476":{"id":1476,"name":"White bead","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":11000,"wiki_name":"White bead","wiki_url":"https://oldschool.runescape.wiki/w/White_bead","price":3761},"1478":{"id":1478,"name":"Amulet of accuracy","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":5,"wiki_name":"Amulet of accuracy","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_accuracy","equipment":{"attack_stab":4,"attack_slash":4,"attack_crush":4,"attack_magic":4,"attack_ranged":4,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":1162},"1480":{"id":1480,"name":"Rock","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rock (elemental)","wiki_url":"https://oldschool.runescape.wiki/w/Rock_(elemental)","price":0},"1481":{"id":1481,"name":"Orb of light","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Orb of light (1)","wiki_url":"https://oldschool.runescape.wiki/w/Orb_of_light#1","price":0},"1482":{"id":1482,"name":"Orb of light","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Orb of light (2)","wiki_url":"https://oldschool.runescape.wiki/w/Orb_of_light#2","price":0},"1483":{"id":1483,"name":"Orb of light","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Orb of light (3)","wiki_url":"https://oldschool.runescape.wiki/w/Orb_of_light#3","price":0},"1484":{"id":1484,"name":"Orb of light","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Orb of light (4)","wiki_url":"https://oldschool.runescape.wiki/w/Orb_of_light#4","price":0},"1485":{"id":1485,"name":"Oily cloth","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Oily cloth","wiki_url":"https://oldschool.runescape.wiki/w/Oily_cloth","price":0},"1486":{"id":1486,"name":"Piece of railing","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Piece of railing","wiki_url":"https://oldschool.runescape.wiki/w/Piece_of_railing","price":0},"1487":{"id":1487,"name":"Unicorn horn","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Unicorn horn (Underground Pass)","wiki_url":"https://oldschool.runescape.wiki/w/Unicorn_horn_(Underground_Pass)","price":0},"1488":{"id":1488,"name":"Paladin's badge","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Paladin's badge (Sir Jerro)","wiki_url":"https://oldschool.runescape.wiki/w/Paladin's_badge_(Sir_Jerro)","price":0},"1489":{"id":1489,"name":"Paladin's badge","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Paladin's badge (Sir Carl)","wiki_url":"https://oldschool.runescape.wiki/w/Paladin's_badge_(Sir_Carl)","price":0},"1490":{"id":1490,"name":"Paladin's badge","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Paladin's badge (Sir Harry)","wiki_url":"https://oldschool.runescape.wiki/w/Paladin's_badge_(Sir_Harry)","price":0},"1491":{"id":1491,"name":"Witch's cat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Witch's cat","wiki_url":"https://oldschool.runescape.wiki/w/Witch's_cat","price":0},"1492":{"id":1492,"name":"Doll of iban","members":true,"cost":2,"wiki_name":"Doll of iban","wiki_url":"https://oldschool.runescape.wiki/w/Doll_of_iban","price":0},"1493":{"id":1493,"name":"Old journal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old journal","wiki_url":"https://oldschool.runescape.wiki/w/Old_journal","price":0},"1494":{"id":1494,"name":"History of iban","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"History of iban","wiki_url":"https://oldschool.runescape.wiki/w/History_of_iban","price":0},"1495":{"id":1495,"name":"Klank's gauntlets","members":true,"equipable":true,"equipable_by_player":true,"cost":6,"lowalch":2,"highalch":3,"wiki_name":"Klank's gauntlets","wiki_url":"https://oldschool.runescape.wiki/w/Klank's_gauntlets","equipment":{"attack_stab":2,"attack_slash":2,"attack_crush":2,"attack_magic":0,"attack_ranged":0,"defence_stab":8,"defence_slash":9,"defence_crush":7,"defence_magic":0,"defence_ranged":0,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"1496":{"id":1496,"name":"Iban's dove","members":true,"cost":1,"wiki_name":"Iban's dove","wiki_url":"https://oldschool.runescape.wiki/w/Iban's_dove","price":0},"1497":{"id":1497,"name":"Amulet of othanian","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Amulet of othanian","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_othanian","price":0},"1498":{"id":1498,"name":"Amulet of doomion","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Amulet of doomion","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_doomion","price":0},"1499":{"id":1499,"name":"Amulet of holthion","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Amulet of holthion","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_holthion","price":0},"1500":{"id":1500,"name":"Iban's shadow","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Iban's shadow","wiki_url":"https://oldschool.runescape.wiki/w/Iban's_shadow","price":0},"1501":{"id":1501,"name":"Dwarf brew","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Dwarf brew","wiki_url":"https://oldschool.runescape.wiki/w/Dwarf_brew","price":0},"1502":{"id":1502,"name":"Iban's ashes","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Iban's ashes","wiki_url":"https://oldschool.runescape.wiki/w/Iban's_ashes","price":0},"1503":{"id":1503,"name":"Warrant","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Warrant","wiki_url":"https://oldschool.runescape.wiki/w/Warrant","price":0},"1504":{"id":1504,"name":"Hangover cure","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Hangover cure","wiki_url":"https://oldschool.runescape.wiki/w/Hangover_cure","price":0},"1505":{"id":1505,"name":"Ardougne teleport scroll","members":true,"cost":1,"wiki_name":"Ardougne teleport scroll","wiki_url":"https://oldschool.runescape.wiki/w/Ardougne_teleport_scroll","price":0},"1506":{"id":1506,"name":"Gas mask","members":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Gas mask","wiki_url":"https://oldschool.runescape.wiki/w/Gas_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"1507":{"id":1507,"name":"A small key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"A small key","wiki_url":"https://oldschool.runescape.wiki/w/A_small_key","price":0},"1508":{"id":1508,"name":"A scruffy note","members":true,"cost":2,"wiki_name":"A scruffy note","wiki_url":"https://oldschool.runescape.wiki/w/A_scruffy_note","price":0},"1509":{"id":1509,"name":"Book","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Book (Plague City)","wiki_url":"https://oldschool.runescape.wiki/w/Book_(Plague_City)","price":0},"1510":{"id":1510,"name":"Picture","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Picture","wiki_url":"https://oldschool.runescape.wiki/w/Picture","price":0},"1511":{"id":1511,"name":"Logs","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":15000,"wiki_name":"Logs","wiki_url":"https://oldschool.runescape.wiki/w/Logs","price":116},"1513":{"id":1513,"name":"Magic logs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":320,"lowalch":128,"highalch":192,"buy_limit":12000,"wiki_name":"Magic logs","wiki_url":"https://oldschool.runescape.wiki/w/Magic_logs","price":942},"1515":{"id":1515,"name":"Yew logs","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":12000,"wiki_name":"Yew logs","wiki_url":"https://oldschool.runescape.wiki/w/Yew_logs","price":213},"1517":{"id":1517,"name":"Maple logs","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":15000,"wiki_name":"Maple logs","wiki_url":"https://oldschool.runescape.wiki/w/Maple_logs","price":14},"1519":{"id":1519,"name":"Willow logs","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":15000,"wiki_name":"Willow logs","wiki_url":"https://oldschool.runescape.wiki/w/Willow_logs","price":151},"1521":{"id":1521,"name":"Oak logs","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":15000,"wiki_name":"Oak logs","wiki_url":"https://oldschool.runescape.wiki/w/Oak_logs","price":76},"1523":{"id":1523,"name":"Lockpick","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":250,"wiki_name":"Lockpick","wiki_url":"https://oldschool.runescape.wiki/w/Lockpick","price":248},"1525":{"id":1525,"name":"Grimy snake weed","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Grimy snake weed","wiki_url":"https://oldschool.runescape.wiki/w/Grimy_snake_weed","price":0},"1526":{"id":1526,"name":"Snake weed","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Snake weed","wiki_url":"https://oldschool.runescape.wiki/w/Snake_weed","price":0},"1527":{"id":1527,"name":"Grimy ardrigal","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Grimy ardrigal","wiki_url":"https://oldschool.runescape.wiki/w/Grimy_ardrigal","price":0},"1528":{"id":1528,"name":"Ardrigal","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Ardrigal","wiki_url":"https://oldschool.runescape.wiki/w/Ardrigal","price":0},"1529":{"id":1529,"name":"Grimy sito foil","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Grimy sito foil","wiki_url":"https://oldschool.runescape.wiki/w/Grimy_sito_foil","price":0},"1530":{"id":1530,"name":"Sito foil","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Sito foil","wiki_url":"https://oldschool.runescape.wiki/w/Sito_foil","price":0},"1531":{"id":1531,"name":"Grimy volencia moss","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Grimy volencia moss","wiki_url":"https://oldschool.runescape.wiki/w/Grimy_volencia_moss","price":0},"1532":{"id":1532,"name":"Volencia moss","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Volencia moss","wiki_url":"https://oldschool.runescape.wiki/w/Volencia_moss","price":0},"1533":{"id":1533,"name":"Grimy rogue's purse","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Grimy rogue's purse","wiki_url":"https://oldschool.runescape.wiki/w/Grimy_rogue's_purse","price":0},"1534":{"id":1534,"name":"Rogue's purse","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Rogue's purse","wiki_url":"https://oldschool.runescape.wiki/w/Rogue's_purse","price":0},"1535":{"id":1535,"name":"Map part","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Map part (Melzar)","wiki_url":"https://oldschool.runescape.wiki/w/Map_part#Melzar","price":0},"1536":{"id":1536,"name":"Map part","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Map part (Thalzar)","wiki_url":"https://oldschool.runescape.wiki/w/Map_part#Thalzar","price":0},"1537":{"id":1537,"name":"Map part","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Map part (Lozar)","wiki_url":"https://oldschool.runescape.wiki/w/Map_part#Lozar","price":0},"1538":{"id":1538,"name":"Crandor map","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crandor map","wiki_url":"https://oldschool.runescape.wiki/w/Crandor_map","price":0},"1539":{"id":1539,"name":"Steel nails","tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":13000,"wiki_name":"Steel nails","wiki_url":"https://oldschool.runescape.wiki/w/Steel_nails","price":21},"1540":{"id":1540,"name":"Anti-dragon shield","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":125,"wiki_name":"Anti-dragon shield","wiki_url":"https://oldschool.runescape.wiki/w/Anti-dragon_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":7,"defence_slash":9,"defence_crush":8,"defence_magic":2,"defence_ranged":8,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":160},"1542":{"id":1542,"name":"Maze key","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Maze key","wiki_url":"https://oldschool.runescape.wiki/w/Maze_key","price":0},"1543":{"id":1543,"name":"Key","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Key (Melzar's Maze) (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Key_(Melzar's_Maze)#Red","price":0},"1544":{"id":1544,"name":"Key","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Key (Melzar's Maze) (Orange)","wiki_url":"https://oldschool.runescape.wiki/w/Key_(Melzar's_Maze)#Orange","price":0},"1545":{"id":1545,"name":"Key","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Key (Melzar's Maze) (Yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Key_(Melzar's_Maze)#Yellow","price":0},"1546":{"id":1546,"name":"Key","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Key (Melzar's Maze) (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Key_(Melzar's_Maze)#Blue","price":0},"1547":{"id":1547,"name":"Key","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Key (Melzar's Maze) (Magenta)","wiki_url":"https://oldschool.runescape.wiki/w/Key_(Melzar's_Maze)#Magenta","price":0},"1548":{"id":1548,"name":"Key","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Key (Melzar's Maze) (Green)","wiki_url":"https://oldschool.runescape.wiki/w/Key_(Melzar's_Maze)#Green","price":0},"1549":{"id":1549,"name":"Stake","cost":8,"lowalch":3,"highalch":4,"wiki_name":"Stake","wiki_url":"https://oldschool.runescape.wiki/w/Stake","price":0},"1550":{"id":1550,"name":"Garlic","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":11000,"wiki_name":"Garlic","wiki_url":"https://oldschool.runescape.wiki/w/Garlic","price":76},"1552":{"id":1552,"name":"Seasoned sardine","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":15,"wiki_name":"Seasoned sardine","wiki_url":"https://oldschool.runescape.wiki/w/Seasoned_sardine","price":776},"1554":{"id":1554,"name":"Fluffs' kitten","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fluffs' kitten","wiki_url":"https://oldschool.runescape.wiki/w/Fluffs'_kitten","price":0},"1555":{"id":1555,"name":"Pet kitten","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Kitten (Grey and black)","wiki_url":"https://oldschool.runescape.wiki/w/Kitten#Grey_and_black","price":0},"1556":{"id":1556,"name":"Pet kitten","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Kitten (White)","wiki_url":"https://oldschool.runescape.wiki/w/Kitten#White","price":0},"1557":{"id":1557,"name":"Pet kitten","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Kitten (Brown)","wiki_url":"https://oldschool.runescape.wiki/w/Kitten#Brown","price":0},"1558":{"id":1558,"name":"Pet kitten","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Kitten (Black)","wiki_url":"https://oldschool.runescape.wiki/w/Kitten#Black","price":0},"1559":{"id":1559,"name":"Pet kitten","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Kitten (Grey and brown)","wiki_url":"https://oldschool.runescape.wiki/w/Kitten#Grey_and_brown","price":0},"1560":{"id":1560,"name":"Pet kitten","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Kitten (Grey and blue)","wiki_url":"https://oldschool.runescape.wiki/w/Kitten#Grey_and_blue","price":0},"1561":{"id":1561,"name":"Pet cat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cat (Grey and black)","wiki_url":"https://oldschool.runescape.wiki/w/Cat#Grey_and_black","price":0},"1562":{"id":1562,"name":"Pet cat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cat (White)","wiki_url":"https://oldschool.runescape.wiki/w/Cat#White","price":0},"1563":{"id":1563,"name":"Pet cat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cat (Brown)","wiki_url":"https://oldschool.runescape.wiki/w/Cat#Brown","price":0},"1564":{"id":1564,"name":"Pet cat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cat (Black)","wiki_url":"https://oldschool.runescape.wiki/w/Cat#Black","price":0},"1565":{"id":1565,"name":"Pet cat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cat (Grey and brown)","wiki_url":"https://oldschool.runescape.wiki/w/Cat#Grey_and_brown","price":0},"1566":{"id":1566,"name":"Pet cat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cat (Grey and blue)","wiki_url":"https://oldschool.runescape.wiki/w/Cat#Grey_and_blue","price":0},"1567":{"id":1567,"name":"Pet cat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Overgrown cat (Grey and black)","wiki_url":"https://oldschool.runescape.wiki/w/Overgrown_cat#Grey_and_black","price":0},"1568":{"id":1568,"name":"Pet cat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Overgrown cat (White)","wiki_url":"https://oldschool.runescape.wiki/w/Overgrown_cat#White","price":0},"1569":{"id":1569,"name":"Pet cat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Overgrown cat (Brown)","wiki_url":"https://oldschool.runescape.wiki/w/Overgrown_cat#Brown","price":0},"1570":{"id":1570,"name":"Pet cat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Overgrown cat (Black)","wiki_url":"https://oldschool.runescape.wiki/w/Overgrown_cat#Black","price":0},"1571":{"id":1571,"name":"Pet cat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Overgrown cat (Grey and brown)","wiki_url":"https://oldschool.runescape.wiki/w/Overgrown_cat#Grey_and_brown","price":0},"1572":{"id":1572,"name":"Pet cat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Overgrown cat (Grey and blue)","wiki_url":"https://oldschool.runescape.wiki/w/Overgrown_cat#Grey_and_blue","price":0},"1573":{"id":1573,"name":"Doogle leaves","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":15,"wiki_name":"Doogle leaves","wiki_url":"https://oldschool.runescape.wiki/w/Doogle_leaves","price":1},"1575":{"id":1575,"name":"Cat training medal","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":350,"lowalch":140,"highalch":210,"wiki_name":"Cat training medal","wiki_url":"https://oldschool.runescape.wiki/w/Cat_training_medal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"1577":{"id":1577,"name":"Pete's candlestick","members":true,"tradeable":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Pete's candlestick","wiki_url":"https://oldschool.runescape.wiki/w/Pete's_candlestick","price":0},"1579":{"id":1579,"name":"Thieves' armband","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Thieves' armband","wiki_url":"https://oldschool.runescape.wiki/w/Thieves'_armband","price":0},"1580":{"id":1580,"name":"Ice gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":6,"lowalch":2,"highalch":3,"wiki_name":"Ice gloves","wiki_url":"https://oldschool.runescape.wiki/w/Ice_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":4,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"1581":{"id":1581,"name":"Blamish snail slime","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Blamish snail slime","wiki_url":"https://oldschool.runescape.wiki/w/Blamish_snail_slime","price":0},"1582":{"id":1582,"name":"Blamish oil","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Blamish oil","wiki_url":"https://oldschool.runescape.wiki/w/Blamish_oil","price":0},"1583":{"id":1583,"name":"Fire feather","members":true,"cost":2,"wiki_name":"Fire feather","wiki_url":"https://oldschool.runescape.wiki/w/Fire_feather","price":0},"1584":{"id":1584,"name":"Id papers","members":true,"cost":1,"wiki_name":"Id papers","wiki_url":"https://oldschool.runescape.wiki/w/Id_papers","price":0},"1585":{"id":1585,"name":"Oily fishing rod","members":true,"cost":15,"lowalch":6,"highalch":9,"wiki_name":"Oily fishing rod","wiki_url":"https://oldschool.runescape.wiki/w/Oily_fishing_rod","price":0},"1586":{"id":1586,"name":"Miscellaneous key","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Miscellaneous key","wiki_url":"https://oldschool.runescape.wiki/w/Miscellaneous_key","price":0},"1588":{"id":1588,"name":"Grip's keyring","members":true,"cost":1,"wiki_name":"Grip's keyring","wiki_url":"https://oldschool.runescape.wiki/w/Grip's_keyring","price":0},"1590":{"id":1590,"name":"Dusty key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dusty key","wiki_url":"https://oldschool.runescape.wiki/w/Dusty_key","price":0},"1591":{"id":1591,"name":"Jail key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Jail key","wiki_url":"https://oldschool.runescape.wiki/w/Jail_key","price":0},"1592":{"id":1592,"name":"Ring mould","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":40,"wiki_name":"Ring mould","wiki_url":"https://oldschool.runescape.wiki/w/Ring_mould","price":308},"1594":{"id":1594,"name":"Unholy mould","members":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Unholy mould","wiki_url":"https://oldschool.runescape.wiki/w/Unholy_mould","price":0},"1595":{"id":1595,"name":"Amulet mould","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":40,"wiki_name":"Amulet mould","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_mould","price":427},"1597":{"id":1597,"name":"Necklace mould","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":40,"wiki_name":"Necklace mould","wiki_url":"https://oldschool.runescape.wiki/w/Necklace_mould","price":322},"1599":{"id":1599,"name":"Holy mould","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":40,"wiki_name":"Holy mould","wiki_url":"https://oldschool.runescape.wiki/w/Holy_mould","price":5},"1601":{"id":1601,"name":"Diamond","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":11000,"wiki_name":"Diamond","wiki_url":"https://oldschool.runescape.wiki/w/Diamond","price":1632},"1603":{"id":1603,"name":"Ruby","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":13000,"wiki_name":"Ruby","wiki_url":"https://oldschool.runescape.wiki/w/Ruby","price":825},"1605":{"id":1605,"name":"Emerald","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":13000,"wiki_name":"Emerald","wiki_url":"https://oldschool.runescape.wiki/w/Emerald","price":401},"1607":{"id":1607,"name":"Sapphire","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":13000,"wiki_name":"Sapphire","wiki_url":"https://oldschool.runescape.wiki/w/Sapphire","price":214},"1609":{"id":1609,"name":"Opal","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":13000,"wiki_name":"Opal","wiki_url":"https://oldschool.runescape.wiki/w/Opal","price":1270},"1611":{"id":1611,"name":"Jade","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":13000,"wiki_name":"Jade","wiki_url":"https://oldschool.runescape.wiki/w/Jade","price":318},"1613":{"id":1613,"name":"Red topaz","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":11000,"wiki_name":"Red topaz","wiki_url":"https://oldschool.runescape.wiki/w/Red_topaz","price":1590},"1615":{"id":1615,"name":"Dragonstone","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":11000,"wiki_name":"Dragonstone","wiki_url":"https://oldschool.runescape.wiki/w/Dragonstone","price":11700},"1617":{"id":1617,"name":"Uncut diamond","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":10000,"wiki_name":"Uncut diamond","wiki_url":"https://oldschool.runescape.wiki/w/Uncut_diamond","price":1957},"1619":{"id":1619,"name":"Uncut ruby","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":10000,"wiki_name":"Uncut ruby","wiki_url":"https://oldschool.runescape.wiki/w/Uncut_ruby","price":872},"1621":{"id":1621,"name":"Uncut emerald","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":10000,"wiki_name":"Uncut emerald","wiki_url":"https://oldschool.runescape.wiki/w/Uncut_emerald","price":400},"1623":{"id":1623,"name":"Uncut sapphire","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":25,"lowalch":10,"highalch":15,"buy_limit":10000,"wiki_name":"Uncut sapphire","wiki_url":"https://oldschool.runescape.wiki/w/Uncut_sapphire","price":203},"1625":{"id":1625,"name":"Uncut opal","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":10000,"wiki_name":"Uncut opal","wiki_url":"https://oldschool.runescape.wiki/w/Uncut_opal","price":1026},"1627":{"id":1627,"name":"Uncut jade","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":10000,"wiki_name":"Uncut jade","wiki_url":"https://oldschool.runescape.wiki/w/Uncut_jade","price":165},"1629":{"id":1629,"name":"Uncut red topaz","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":10000,"wiki_name":"Uncut red topaz","wiki_url":"https://oldschool.runescape.wiki/w/Uncut_red_topaz","price":1363},"1631":{"id":1631,"name":"Uncut dragonstone","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":10000,"wiki_name":"Uncut dragonstone","wiki_url":"https://oldschool.runescape.wiki/w/Uncut_dragonstone","price":12799},"1633":{"id":1633,"name":"Crushed gem","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crushed gem","wiki_url":"https://oldschool.runescape.wiki/w/Crushed_gem","price":0},"1635":{"id":1635,"name":"Gold ring","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":350,"lowalch":140,"highalch":210,"buy_limit":18000,"wiki_name":"Gold ring","wiki_url":"https://oldschool.runescape.wiki/w/Gold_ring","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":158},"1637":{"id":1637,"name":"Sapphire ring","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":900,"lowalch":360,"highalch":540,"buy_limit":10000,"wiki_name":"Sapphire ring","wiki_url":"https://oldschool.runescape.wiki/w/Sapphire_ring","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":421},"1639":{"id":1639,"name":"Emerald ring","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1275,"lowalch":510,"highalch":765,"buy_limit":10000,"wiki_name":"Emerald ring","wiki_url":"https://oldschool.runescape.wiki/w/Emerald_ring","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":680},"1641":{"id":1641,"name":"Ruby ring","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2025,"lowalch":810,"highalch":1215,"buy_limit":10000,"wiki_name":"Ruby ring","wiki_url":"https://oldschool.runescape.wiki/w/Ruby_ring","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":1022},"1643":{"id":1643,"name":"Diamond ring","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3525,"lowalch":1410,"highalch":2115,"buy_limit":10000,"wiki_name":"Diamond ring","wiki_url":"https://oldschool.runescape.wiki/w/Diamond_ring","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":2020},"1645":{"id":1645,"name":"Dragonstone ring","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":17625,"lowalch":7050,"highalch":10575,"buy_limit":10000,"wiki_name":"Dragonstone ring","wiki_url":"https://oldschool.runescape.wiki/w/Dragonstone_ring","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":11850},"1654":{"id":1654,"name":"Gold necklace","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":450,"lowalch":180,"highalch":270,"buy_limit":18000,"wiki_name":"Gold necklace","wiki_url":"https://oldschool.runescape.wiki/w/Gold_necklace","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":188},"1656":{"id":1656,"name":"Sapphire necklace","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1050,"lowalch":420,"highalch":630,"buy_limit":18000,"wiki_name":"Sapphire necklace","wiki_url":"https://oldschool.runescape.wiki/w/Sapphire_necklace","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":446},"1658":{"id":1658,"name":"Emerald necklace","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1425,"lowalch":570,"highalch":855,"buy_limit":18000,"wiki_name":"Emerald necklace","wiki_url":"https://oldschool.runescape.wiki/w/Emerald_necklace","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":687},"1660":{"id":1660,"name":"Ruby necklace","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2175,"lowalch":870,"highalch":1305,"buy_limit":18000,"wiki_name":"Ruby necklace","wiki_url":"https://oldschool.runescape.wiki/w/Ruby_necklace","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":1115},"1662":{"id":1662,"name":"Diamond necklace","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3675,"lowalch":1470,"highalch":2205,"buy_limit":18000,"wiki_name":"Diamond necklace","wiki_url":"https://oldschool.runescape.wiki/w/Diamond_necklace","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":2012},"1664":{"id":1664,"name":"Dragon necklace","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":18375,"lowalch":7350,"highalch":11025,"buy_limit":10000,"wiki_name":"Dragon necklace","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_necklace","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":11590},"1673":{"id":1673,"name":"Gold amulet (u)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":350,"lowalch":140,"highalch":210,"buy_limit":18000,"wiki_name":"Gold amulet (u)","wiki_url":"https://oldschool.runescape.wiki/w/Gold_amulet_(u)","price":159},"1675":{"id":1675,"name":"Sapphire amulet (u)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":900,"lowalch":360,"highalch":540,"buy_limit":10000,"wiki_name":"Sapphire amulet (u)","wiki_url":"https://oldschool.runescape.wiki/w/Sapphire_amulet_(u)","price":400},"1677":{"id":1677,"name":"Emerald amulet (u)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1275,"lowalch":510,"highalch":765,"buy_limit":10000,"wiki_name":"Emerald amulet (u)","wiki_url":"https://oldschool.runescape.wiki/w/Emerald_amulet_(u)","price":586},"1679":{"id":1679,"name":"Ruby amulet (u)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2025,"lowalch":810,"highalch":1215,"buy_limit":10000,"wiki_name":"Ruby amulet (u)","wiki_url":"https://oldschool.runescape.wiki/w/Ruby_amulet_(u)","price":1030},"1681":{"id":1681,"name":"Diamond amulet (u)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3525,"lowalch":1410,"highalch":2115,"buy_limit":10000,"wiki_name":"Diamond amulet (u)","wiki_url":"https://oldschool.runescape.wiki/w/Diamond_amulet_(u)","price":1912},"1683":{"id":1683,"name":"Dragonstone amulet (u)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":17625,"lowalch":7050,"highalch":10575,"buy_limit":10000,"wiki_name":"Dragonstone amulet (u)","wiki_url":"https://oldschool.runescape.wiki/w/Dragonstone_amulet_(u)","price":11700},"1686":{"id":1686,"name":"Karamja gloves","incomplete":true,"cost":0,"lowalch":0,"highalch":0,"price":0},"1692":{"id":1692,"name":"Gold amulet","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":350,"lowalch":140,"highalch":210,"buy_limit":18000,"wiki_name":"Gold amulet","wiki_url":"https://oldschool.runescape.wiki/w/Gold_amulet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":739},"1694":{"id":1694,"name":"Sapphire amulet","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":900,"lowalch":360,"highalch":540,"buy_limit":10000,"wiki_name":"Sapphire amulet","wiki_url":"https://oldschool.runescape.wiki/w/Sapphire_amulet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":524},"1696":{"id":1696,"name":"Emerald amulet","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1275,"lowalch":510,"highalch":765,"buy_limit":10000,"wiki_name":"Emerald amulet","wiki_url":"https://oldschool.runescape.wiki/w/Emerald_amulet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":1150},"1698":{"id":1698,"name":"Ruby amulet","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2025,"lowalch":810,"highalch":1215,"buy_limit":10000,"wiki_name":"Ruby amulet","wiki_url":"https://oldschool.runescape.wiki/w/Ruby_amulet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":1218},"1700":{"id":1700,"name":"Diamond amulet","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3525,"lowalch":1410,"highalch":2115,"buy_limit":10000,"wiki_name":"Diamond amulet","wiki_url":"https://oldschool.runescape.wiki/w/Diamond_amulet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":1964},"1702":{"id":1702,"name":"Dragonstone amulet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":17625,"lowalch":7050,"highalch":10575,"buy_limit":10000,"wiki_name":"Dragonstone amulet","wiki_url":"https://oldschool.runescape.wiki/w/Dragonstone_amulet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":12226},"1704":{"id":1704,"name":"Amulet of glory","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":17625,"lowalch":7050,"highalch":10575,"buy_limit":10000,"wiki_name":"Amulet of glory (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_glory#Uncharged","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":10,"attack_magic":10,"attack_ranged":10,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":3,"defence_ranged":3,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"neck","requirements":null},"price":12147},"1706":{"id":1706,"name":"Amulet of glory(1)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":17625,"lowalch":7050,"highalch":10575,"wiki_name":"Amulet of glory (1)","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_glory#(1)","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":10,"attack_magic":10,"attack_ranged":10,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":3,"defence_ranged":3,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"neck","requirements":null},"price":0},"1708":{"id":1708,"name":"Amulet of glory(2)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":17625,"lowalch":7050,"highalch":10575,"wiki_name":"Amulet of glory (2)","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_glory#(2)","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":10,"attack_magic":10,"attack_ranged":10,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":3,"defence_ranged":3,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"neck","requirements":null},"price":0},"1710":{"id":1710,"name":"Amulet of glory(3)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":17625,"lowalch":7050,"highalch":10575,"wiki_name":"Amulet of glory (3)","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_glory#(3)","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":10,"attack_magic":10,"attack_ranged":10,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":3,"defence_ranged":3,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"neck","requirements":null},"price":0},"1712":{"id":1712,"name":"Amulet of glory(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":17625,"lowalch":7050,"highalch":10575,"buy_limit":10000,"wiki_name":"Amulet of glory (4)","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_glory#(4)","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":10,"attack_magic":10,"attack_ranged":10,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":3,"defence_ranged":3,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"neck","requirements":null},"price":12495},"1714":{"id":1714,"name":"Unstrung symbol","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":10000,"wiki_name":"Unstrung symbol","wiki_url":"https://oldschool.runescape.wiki/w/Unstrung_symbol","price":238},"1716":{"id":1716,"name":"Unblessed symbol","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":10000,"wiki_name":"Unblessed symbol","wiki_url":"https://oldschool.runescape.wiki/w/Unblessed_symbol","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":50},"1718":{"id":1718,"name":"Holy symbol","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":125,"wiki_name":"Holy symbol","wiki_url":"https://oldschool.runescape.wiki/w/Holy_symbol","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":2,"defence_slash":2,"defence_crush":2,"defence_magic":2,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":8,"slot":"neck","requirements":null},"price":585},"1720":{"id":1720,"name":"Unstrung emblem","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":10000,"wiki_name":"Unstrung emblem","wiki_url":"https://oldschool.runescape.wiki/w/Unstrung_emblem","price":3},"1722":{"id":1722,"name":"Unpowered symbol","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":10000,"wiki_name":"Unpowered symbol","wiki_url":"https://oldschool.runescape.wiki/w/Unpowered_symbol","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":6},"1724":{"id":1724,"name":"Unholy symbol","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":125,"wiki_name":"Unholy symbol","wiki_url":"https://oldschool.runescape.wiki/w/Unholy_symbol","equipment":{"attack_stab":2,"attack_slash":2,"attack_crush":2,"attack_magic":2,"attack_ranged":2,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":8,"slot":"neck","requirements":null},"price":304},"1725":{"id":1725,"name":"Amulet of strength","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2025,"lowalch":810,"highalch":1215,"buy_limit":125,"wiki_name":"Amulet of strength","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_strength","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":1345},"1727":{"id":1727,"name":"Amulet of magic","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":900,"lowalch":360,"highalch":540,"buy_limit":125,"wiki_name":"Amulet of magic","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_magic","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":10,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":523},"1729":{"id":1729,"name":"Amulet of defence","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1275,"lowalch":510,"highalch":765,"buy_limit":125,"wiki_name":"Amulet of defence","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_defence","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":7,"defence_slash":7,"defence_crush":7,"defence_magic":7,"defence_ranged":7,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":962},"1731":{"id":1731,"name":"Amulet of power","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3525,"lowalch":1410,"highalch":2115,"buy_limit":125,"wiki_name":"Amulet of power","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_power","equipment":{"attack_stab":6,"attack_slash":6,"attack_crush":6,"attack_magic":6,"attack_ranged":6,"defence_stab":6,"defence_slash":6,"defence_crush":6,"defence_magic":6,"defence_ranged":6,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"neck","requirements":null},"price":2319},"1733":{"id":1733,"name":"Needle","tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":40,"wiki_name":"Needle","wiki_url":"https://oldschool.runescape.wiki/w/Needle","price":48},"1734":{"id":1734,"name":"Thread","tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":18000,"wiki_name":"Thread","wiki_url":"https://oldschool.runescape.wiki/w/Thread","price":17},"1735":{"id":1735,"name":"Shears","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":40,"wiki_name":"Shears","wiki_url":"https://oldschool.runescape.wiki/w/Shears","price":1},"1737":{"id":1737,"name":"Wool","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Wool","wiki_url":"https://oldschool.runescape.wiki/w/Wool","price":97},"1739":{"id":1739,"name":"Cowhide","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Cowhide","wiki_url":"https://oldschool.runescape.wiki/w/Cowhide","price":217},"1741":{"id":1741,"name":"Leather","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Leather","wiki_url":"https://oldschool.runescape.wiki/w/Leather","price":193},"1743":{"id":1743,"name":"Hard leather","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Hard leather","wiki_url":"https://oldschool.runescape.wiki/w/Hard_leather","price":351},"1745":{"id":1745,"name":"Green dragon leather","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":13000,"wiki_name":"Green dragon leather","wiki_url":"https://oldschool.runescape.wiki/w/Green_dragon_leather","price":1357},"1747":{"id":1747,"name":"Black dragonhide","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":11000,"wiki_name":"Black dragonhide","wiki_url":"https://oldschool.runescape.wiki/w/Black_dragonhide","price":2575},"1749":{"id":1749,"name":"Red dragonhide","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":145,"lowalch":58,"highalch":87,"buy_limit":11000,"wiki_name":"Red dragonhide","wiki_url":"https://oldschool.runescape.wiki/w/Red_dragonhide","price":1922},"1751":{"id":1751,"name":"Blue dragonhide","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":140,"lowalch":56,"highalch":84,"buy_limit":13000,"wiki_name":"Blue dragonhide","wiki_url":"https://oldschool.runescape.wiki/w/Blue_dragonhide","price":1444},"1753":{"id":1753,"name":"Green dragonhide","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":135,"lowalch":54,"highalch":81,"buy_limit":13000,"wiki_name":"Green dragonhide","wiki_url":"https://oldschool.runescape.wiki/w/Green_dragonhide","price":1221},"1755":{"id":1755,"name":"Chisel","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":40,"wiki_name":"Chisel","wiki_url":"https://oldschool.runescape.wiki/w/Chisel","price":55},"1757":{"id":1757,"name":"Brown apron","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":40,"wiki_name":"Brown apron","wiki_url":"https://oldschool.runescape.wiki/w/Brown_apron","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":59},"1759":{"id":1759,"name":"Ball of wool","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Ball of wool","wiki_url":"https://oldschool.runescape.wiki/w/Ball_of_wool","price":61},"1761":{"id":1761,"name":"Soft clay","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Soft clay","wiki_url":"https://oldschool.runescape.wiki/w/Soft_clay","price":113},"1763":{"id":1763,"name":"Red dye","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":150,"wiki_name":"Red dye","wiki_url":"https://oldschool.runescape.wiki/w/Red_dye","price":1325},"1765":{"id":1765,"name":"Yellow dye","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":150,"wiki_name":"Yellow dye","wiki_url":"https://oldschool.runescape.wiki/w/Yellow_dye","price":270},"1767":{"id":1767,"name":"Blue dye","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":150,"wiki_name":"Blue dye","wiki_url":"https://oldschool.runescape.wiki/w/Blue_dye","price":331},"1769":{"id":1769,"name":"Orange dye","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":150,"wiki_name":"Orange dye","wiki_url":"https://oldschool.runescape.wiki/w/Orange_dye","price":1061},"1771":{"id":1771,"name":"Green dye","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":150,"wiki_name":"Green dye","wiki_url":"https://oldschool.runescape.wiki/w/Green_dye","price":614},"1773":{"id":1773,"name":"Purple dye","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":150,"wiki_name":"Purple dye","wiki_url":"https://oldschool.runescape.wiki/w/Purple_dye","price":622},"1775":{"id":1775,"name":"Molten glass","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":13000,"wiki_name":"Molten glass","wiki_url":"https://oldschool.runescape.wiki/w/Molten_glass","price":69},"1777":{"id":1777,"name":"Bow string","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":13000,"wiki_name":"Bow string","wiki_url":"https://oldschool.runescape.wiki/w/Bow_string","price":67},"1779":{"id":1779,"name":"Flax","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":13000,"wiki_name":"Flax","wiki_url":"https://oldschool.runescape.wiki/w/Flax","price":2},"1781":{"id":1781,"name":"Soda ash","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Soda ash","wiki_url":"https://oldschool.runescape.wiki/w/Soda_ash","price":21},"1783":{"id":1783,"name":"Bucket of sand","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Bucket of sand","wiki_url":"https://oldschool.runescape.wiki/w/Bucket_of_sand","price":33},"1785":{"id":1785,"name":"Glassblowing pipe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":40,"wiki_name":"Glassblowing pipe","wiki_url":"https://oldschool.runescape.wiki/w/Glassblowing_pipe","price":389},"1787":{"id":1787,"name":"Unfired pot","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Unfired pot","wiki_url":"https://oldschool.runescape.wiki/w/Unfired_pot","price":157},"1789":{"id":1789,"name":"Unfired pie dish","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":10000,"wiki_name":"Unfired pie dish","wiki_url":"https://oldschool.runescape.wiki/w/Unfired_pie_dish","price":100},"1791":{"id":1791,"name":"Unfired bowl","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":10000,"wiki_name":"Unfired bowl","wiki_url":"https://oldschool.runescape.wiki/w/Unfired_bowl","price":258},"1793":{"id":1793,"name":"Woad leaf","tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":11000,"wiki_name":"Woad leaf","wiki_url":"https://oldschool.runescape.wiki/w/Woad_leaf","price":37},"1794":{"id":1794,"name":"Bronze wire","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":15,"wiki_name":"Bronze wire","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_wire","price":314},"1796":{"id":1796,"name":"Silver necklace","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Silver necklace (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Silver_necklace#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"1797":{"id":1797,"name":"Silver necklace","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Silver necklace (Dusted)","wiki_url":"https://oldschool.runescape.wiki/w/Silver_necklace#Dusted","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"1798":{"id":1798,"name":"Silver cup","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Silver cup (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Silver_cup#Normal","price":0},"1799":{"id":1799,"name":"Silver cup","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Silver cup (Dusted)","wiki_url":"https://oldschool.runescape.wiki/w/Silver_cup#Dusted","price":0},"1800":{"id":1800,"name":"Silver bottle","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Silver bottle (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Silver_bottle#Normal","price":0},"1801":{"id":1801,"name":"Silver bottle","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Silver bottle (Dusted)","wiki_url":"https://oldschool.runescape.wiki/w/Silver_bottle#Dusted","price":0},"1802":{"id":1802,"name":"Silver book","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Silver book (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Silver_book#Normal","price":0},"1803":{"id":1803,"name":"Silver book","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Silver book (Dusted)","wiki_url":"https://oldschool.runescape.wiki/w/Silver_book#Dusted","price":0},"1804":{"id":1804,"name":"Silver needle","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Silver needle (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Silver_needle#Normal","price":0},"1805":{"id":1805,"name":"Silver needle","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Silver needle (Dusted)","wiki_url":"https://oldschool.runescape.wiki/w/Silver_needle#Dusted","price":0},"1806":{"id":1806,"name":"Silver pot","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Silver pot (Murder Mystery) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Silver_pot_(Murder_Mystery)#Normal","price":0},"1807":{"id":1807,"name":"Silver pot","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Silver pot (Murder Mystery) (Dusted)","wiki_url":"https://oldschool.runescape.wiki/w/Silver_pot_(Murder_Mystery)#Dusted","price":0},"1808":{"id":1808,"name":"Criminal's thread","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Criminal's thread (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Criminal's_thread#Red","price":0},"1809":{"id":1809,"name":"Criminal's thread","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Criminal's thread (Green)","wiki_url":"https://oldschool.runescape.wiki/w/Criminal's_thread#Green","price":0},"1810":{"id":1810,"name":"Criminal's thread","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Criminal's thread (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Criminal's_thread#Blue","price":0},"1811":{"id":1811,"name":"Flypaper","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Flypaper","wiki_url":"https://oldschool.runescape.wiki/w/Flypaper","price":0},"1812":{"id":1812,"name":"Pungent pot","members":true,"cost":1,"wiki_name":"Pungent pot","wiki_url":"https://oldschool.runescape.wiki/w/Pungent_pot","price":0},"1813":{"id":1813,"name":"Criminal's dagger","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Criminal's dagger (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Criminal's_dagger#Normal","price":0},"1814":{"id":1814,"name":"Criminal's dagger","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Criminal's dagger (Dusted)","wiki_url":"https://oldschool.runescape.wiki/w/Criminal's_dagger#Dusted","price":0},"1815":{"id":1815,"name":"Killer's print","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Killer's print","wiki_url":"https://oldschool.runescape.wiki/w/Killer's_print","price":0},"1816":{"id":1816,"name":"Anna's print","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Anna's print","wiki_url":"https://oldschool.runescape.wiki/w/Anna's_print","price":0},"1817":{"id":1817,"name":"Bob's print","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bob's print","wiki_url":"https://oldschool.runescape.wiki/w/Bob's_print","price":0},"1818":{"id":1818,"name":"Carol's print","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Carol's print","wiki_url":"https://oldschool.runescape.wiki/w/Carol's_print","price":0},"1819":{"id":1819,"name":"David's print","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"David's print","wiki_url":"https://oldschool.runescape.wiki/w/David's_print","price":0},"1820":{"id":1820,"name":"Elizabeth's print","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Elizabeth's print","wiki_url":"https://oldschool.runescape.wiki/w/Elizabeth's_print","price":0},"1821":{"id":1821,"name":"Frank's print","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Frank's print","wiki_url":"https://oldschool.runescape.wiki/w/Frank's_print","price":0},"1822":{"id":1822,"name":"Unknown print","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Unknown print","wiki_url":"https://oldschool.runescape.wiki/w/Unknown_print","price":0},"1823":{"id":1823,"name":"Waterskin(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":2000,"wiki_name":"Waterskin (4)","wiki_url":"https://oldschool.runescape.wiki/w/Waterskin#(4)","price":136},"1825":{"id":1825,"name":"Waterskin(3)","members":true,"tradeable":true,"noteable":true,"cost":27,"lowalch":10,"highalch":16,"wiki_name":"Waterskin (3)","wiki_url":"https://oldschool.runescape.wiki/w/Waterskin#(3)","price":0},"1827":{"id":1827,"name":"Waterskin(2)","members":true,"tradeable":true,"noteable":true,"cost":24,"lowalch":9,"highalch":14,"wiki_name":"Waterskin (2)","wiki_url":"https://oldschool.runescape.wiki/w/Waterskin#(2)","price":0},"1829":{"id":1829,"name":"Waterskin(1)","members":true,"tradeable":true,"noteable":true,"cost":18,"lowalch":7,"highalch":10,"wiki_name":"Waterskin (1)","wiki_url":"https://oldschool.runescape.wiki/w/Waterskin#(1)","price":0},"1831":{"id":1831,"name":"Waterskin(0)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":10000,"wiki_name":"Waterskin (0)","wiki_url":"https://oldschool.runescape.wiki/w/Waterskin#(0)","price":46},"1833":{"id":1833,"name":"Desert shirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":150,"wiki_name":"Desert shirt","wiki_url":"https://oldschool.runescape.wiki/w/Desert_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":130},"1835":{"id":1835,"name":"Desert robe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":150,"wiki_name":"Desert robe","wiki_url":"https://oldschool.runescape.wiki/w/Desert_robe","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":85},"1837":{"id":1837,"name":"Desert boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":150,"wiki_name":"Desert boots","wiki_url":"https://oldschool.runescape.wiki/w/Desert_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":65},"1839":{"id":1839,"name":"Metal key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Metal key","wiki_url":"https://oldschool.runescape.wiki/w/Metal_key","price":0},"1840":{"id":1840,"name":"Cell door key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cell door key","wiki_url":"https://oldschool.runescape.wiki/w/Cell_door_key","price":0},"1841":{"id":1841,"name":"Barrel","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Barrel (The Tourist Trap)","wiki_url":"https://oldschool.runescape.wiki/w/Barrel_(The_Tourist_Trap)","price":0},"1842":{"id":1842,"name":"Ana in a barrel","members":true,"cost":1,"wiki_name":"Ana in a barrel","wiki_url":"https://oldschool.runescape.wiki/w/Ana_in_a_barrel","price":0},"1843":{"id":1843,"name":"Wrought iron key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wrought iron key","wiki_url":"https://oldschool.runescape.wiki/w/Wrought_iron_key","price":0},"1844":{"id":1844,"name":"Slave shirt","members":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Slave shirt","wiki_url":"https://oldschool.runescape.wiki/w/Slave_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"1845":{"id":1845,"name":"Slave robe","members":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Slave robe","wiki_url":"https://oldschool.runescape.wiki/w/Slave_robe","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"1846":{"id":1846,"name":"Slave boots","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Slave boots","wiki_url":"https://oldschool.runescape.wiki/w/Slave_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"1847":{"id":1847,"name":"Scrumpled paper","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Scrumpled paper","wiki_url":"https://oldschool.runescape.wiki/w/Scrumpled_paper","price":0},"1848":{"id":1848,"name":"Shantay disclaimer","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shantay disclaimer","wiki_url":"https://oldschool.runescape.wiki/w/Shantay_disclaimer","price":0},"1849":{"id":1849,"name":"Prototype dart","members":true,"stackable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Prototype dart","wiki_url":"https://oldschool.runescape.wiki/w/Prototype_dart","price":0},"1850":{"id":1850,"name":"Technical plans","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Technical plans","wiki_url":"https://oldschool.runescape.wiki/w/Technical_plans","price":0},"1851":{"id":1851,"name":"Tenti pineapple","members":true,"cost":1,"wiki_name":"Tenti pineapple","wiki_url":"https://oldschool.runescape.wiki/w/Tenti_pineapple","price":0},"1852":{"id":1852,"name":"Bedabin key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bedabin key","wiki_url":"https://oldschool.runescape.wiki/w/Bedabin_key","price":0},"1853":{"id":1853,"name":"Prototype dart tip","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Prototype dart tip","wiki_url":"https://oldschool.runescape.wiki/w/Prototype_dart_tip","price":0},"1854":{"id":1854,"name":"Shantay pass","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":18000,"wiki_name":"Shantay pass (item)","wiki_url":"https://oldschool.runescape.wiki/w/Shantay_pass_(item)","price":14},"1855":{"id":1855,"name":"Rock","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rock (The Tourist Trap)","wiki_url":"https://oldschool.runescape.wiki/w/Rock_(The_Tourist_Trap)","price":0},"1856":{"id":1856,"name":"Guide book","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Guide book","wiki_url":"https://oldschool.runescape.wiki/w/Guide_book","price":0},"1857":{"id":1857,"name":"Totem","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Totem","wiki_url":"https://oldschool.runescape.wiki/w/Totem","price":0},"1858":{"id":1858,"name":"Address label","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Address label","wiki_url":"https://oldschool.runescape.wiki/w/Address_label","price":0},"1859":{"id":1859,"name":"Raw ugthanki meat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":11000,"wiki_name":"Raw ugthanki meat","wiki_url":"https://oldschool.runescape.wiki/w/Raw_ugthanki_meat","price":1186},"1861":{"id":1861,"name":"Ugthanki meat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":11000,"wiki_name":"Ugthanki meat","wiki_url":"https://oldschool.runescape.wiki/w/Ugthanki_meat","price":38016},"1863":{"id":1863,"name":"Pitta dough","members":true,"tradeable":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Pitta dough","wiki_url":"https://oldschool.runescape.wiki/w/Pitta_dough","price":0},"1865":{"id":1865,"name":"Pitta bread","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":11000,"wiki_name":"Pitta bread","wiki_url":"https://oldschool.runescape.wiki/w/Pitta_bread","price":64},"1867":{"id":1867,"name":"Burnt pitta bread","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt pitta bread","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_pitta_bread","price":0},"1869":{"id":1869,"name":"Chopped tomato","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":11000,"wiki_name":"Chopped tomato","wiki_url":"https://oldschool.runescape.wiki/w/Chopped_tomato","price":54},"1871":{"id":1871,"name":"Chopped onion","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":11000,"wiki_name":"Chopped onion","wiki_url":"https://oldschool.runescape.wiki/w/Chopped_onion","price":52},"1873":{"id":1873,"name":"Chopped ugthanki","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":11000,"wiki_name":"Chopped ugthanki","wiki_url":"https://oldschool.runescape.wiki/w/Chopped_ugthanki","price":5500},"1875":{"id":1875,"name":"Onion & tomato","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":11000,"wiki_name":"Onion & tomato","wiki_url":"https://oldschool.runescape.wiki/w/Onion_&_tomato","price":22},"1877":{"id":1877,"name":"Ugthanki & onion","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":7,"lowalch":2,"highalch":4,"buy_limit":11000,"wiki_name":"Ugthanki & onion","wiki_url":"https://oldschool.runescape.wiki/w/Ugthanki_&_onion","price":14},"1879":{"id":1879,"name":"Ugthanki & tomato","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":7,"lowalch":2,"highalch":4,"buy_limit":11000,"wiki_name":"Ugthanki & tomato","wiki_url":"https://oldschool.runescape.wiki/w/Ugthanki_&_tomato","price":1000},"1881":{"id":1881,"name":"Kebab mix","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":9,"lowalch":3,"highalch":5,"buy_limit":11000,"wiki_name":"Kebab mix","wiki_url":"https://oldschool.runescape.wiki/w/Kebab_mix","price":15749},"1883":{"id":1883,"name":"Ugthanki kebab","members":true,"tradeable":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Ugthanki kebab (smelling)","wiki_url":"https://oldschool.runescape.wiki/w/Ugthanki_kebab_(smelling)","price":0},"1885":{"id":1885,"name":"Ugthanki kebab","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":10000,"wiki_name":"Ugthanki kebab","wiki_url":"https://oldschool.runescape.wiki/w/Ugthanki_kebab","price":980},"1887":{"id":1887,"name":"Cake tin","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":40,"wiki_name":"Cake tin","wiki_url":"https://oldschool.runescape.wiki/w/Cake_tin","price":76},"1889":{"id":1889,"name":"Uncooked cake","tradeable":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Uncooked cake","wiki_url":"https://oldschool.runescape.wiki/w/Uncooked_cake","price":0},"1891":{"id":1891,"name":"Cake","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":6000,"wiki_name":"Cake (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Cake#Full","price":217},"1893":{"id":1893,"name":"2/3 cake","tradeable":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Cake (2/3)","wiki_url":"https://oldschool.runescape.wiki/w/Cake#2/3","price":0},"1895":{"id":1895,"name":"Slice of cake","tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Cake (Slice)","wiki_url":"https://oldschool.runescape.wiki/w/Cake#Slice","price":0},"1897":{"id":1897,"name":"Chocolate cake","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":70,"lowalch":28,"highalch":42,"buy_limit":6000,"wiki_name":"Chocolate cake (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Chocolate_cake#Full","price":234},"1899":{"id":1899,"name":"2/3 chocolate cake","tradeable":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Chocolate cake (2/3)","wiki_url":"https://oldschool.runescape.wiki/w/Chocolate_cake#2/3","price":0},"1901":{"id":1901,"name":"Chocolate slice","tradeable":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Chocolate cake (Slice)","wiki_url":"https://oldschool.runescape.wiki/w/Chocolate_cake#Slice","price":0},"1903":{"id":1903,"name":"Burnt cake","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt cake","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_cake","price":0},"1905":{"id":1905,"name":"Asgarnian ale","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":2000,"wiki_name":"Asgarnian ale","wiki_url":"https://oldschool.runescape.wiki/w/Asgarnian_ale","price":145},"1907":{"id":1907,"name":"Wizard's mind bomb","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":2000,"wiki_name":"Wizard's mind bomb","wiki_url":"https://oldschool.runescape.wiki/w/Wizard's_mind_bomb","price":197},"1909":{"id":1909,"name":"Greenman's ale","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":2000,"wiki_name":"Greenman's ale","wiki_url":"https://oldschool.runescape.wiki/w/Greenman's_ale","price":584},"1911":{"id":1911,"name":"Dragon bitter","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":2000,"wiki_name":"Dragon bitter","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_bitter","price":542},"1913":{"id":1913,"name":"Dwarven stout","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":2000,"wiki_name":"Dwarven stout","wiki_url":"https://oldschool.runescape.wiki/w/Dwarven_stout","price":186},"1915":{"id":1915,"name":"Grog","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":2000,"wiki_name":"Grog","wiki_url":"https://oldschool.runescape.wiki/w/Grog","price":2689},"1917":{"id":1917,"name":"Beer","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":2000,"wiki_name":"Beer","wiki_url":"https://oldschool.runescape.wiki/w/Beer","price":103},"1919":{"id":1919,"name":"Beer glass","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":10000,"wiki_name":"Beer glass","wiki_url":"https://oldschool.runescape.wiki/w/Beer_glass","price":36},"1921":{"id":1921,"name":"Bowl of water","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":13000,"wiki_name":"Bowl of water","wiki_url":"https://oldschool.runescape.wiki/w/Bowl_of_water","price":77},"1923":{"id":1923,"name":"Bowl","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":13000,"wiki_name":"Bowl","wiki_url":"https://oldschool.runescape.wiki/w/Bowl","price":13},"1925":{"id":1925,"name":"Bucket","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Bucket","wiki_url":"https://oldschool.runescape.wiki/w/Bucket","price":6},"1927":{"id":1927,"name":"Bucket of milk","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":6,"lowalch":2,"highalch":3,"buy_limit":13000,"wiki_name":"Bucket of milk","wiki_url":"https://oldschool.runescape.wiki/w/Bucket_of_milk","price":40},"1929":{"id":1929,"name":"Bucket of water","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":6,"lowalch":2,"highalch":3,"buy_limit":13000,"wiki_name":"Bucket of water","wiki_url":"https://oldschool.runescape.wiki/w/Bucket_of_water","price":51},"1931":{"id":1931,"name":"Pot","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Pot","wiki_url":"https://oldschool.runescape.wiki/w/Pot","price":10},"1933":{"id":1933,"name":"Pot of flour","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":13000,"wiki_name":"Pot of flour","wiki_url":"https://oldschool.runescape.wiki/w/Pot_of_flour","price":160},"1935":{"id":1935,"name":"Jug","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Jug","wiki_url":"https://oldschool.runescape.wiki/w/Jug","price":3},"1937":{"id":1937,"name":"Jug of water","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Jug of water","wiki_url":"https://oldschool.runescape.wiki/w/Jug_of_water","price":46},"1939":{"id":1939,"name":"Swamp tar","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Swamp tar","wiki_url":"https://oldschool.runescape.wiki/w/Swamp_tar","price":4},"1940":{"id":1940,"name":"Raw swamp paste","members":true,"tradeable":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Raw swamp paste","wiki_url":"https://oldschool.runescape.wiki/w/Raw_swamp_paste","price":0},"1941":{"id":1941,"name":"Swamp paste","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":13000,"wiki_name":"Swamp paste","wiki_url":"https://oldschool.runescape.wiki/w/Swamp_paste","price":12},"1942":{"id":1942,"name":"Potato","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Potato","wiki_url":"https://oldschool.runescape.wiki/w/Potato","price":79},"1944":{"id":1944,"name":"Egg","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":13000,"wiki_name":"Egg","wiki_url":"https://oldschool.runescape.wiki/w/Egg","price":41},"1946":{"id":1946,"name":"Flour","cost":2,"lowalch":0,"highalch":1,"wiki_name":"Flour (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Flour_(unobtainable_item)","price":0},"1947":{"id":1947,"name":"Grain","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Grain","wiki_url":"https://oldschool.runescape.wiki/w/Grain","price":34},"1949":{"id":1949,"name":"Chef's hat","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":150,"wiki_name":"Chef's hat","wiki_url":"https://oldschool.runescape.wiki/w/Chef's_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":277},"1951":{"id":1951,"name":"Redberries","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":13000,"wiki_name":"Redberries","wiki_url":"https://oldschool.runescape.wiki/w/Redberries","price":78},"1953":{"id":1953,"name":"Pastry dough","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Pastry dough","wiki_url":"https://oldschool.runescape.wiki/w/Pastry_dough","price":215},"1955":{"id":1955,"name":"Cooking apple","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Cooking apple","wiki_url":"https://oldschool.runescape.wiki/w/Cooking_apple","price":64},"1957":{"id":1957,"name":"Onion","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":13000,"wiki_name":"Onion","wiki_url":"https://oldschool.runescape.wiki/w/Onion","price":67},"1959":{"id":1959,"name":"Pumpkin","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":50,"wiki_name":"Pumpkin","wiki_url":"https://oldschool.runescape.wiki/w/Pumpkin","price":13815},"1961":{"id":1961,"name":"Easter egg","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":50,"wiki_name":"Easter egg","wiki_url":"https://oldschool.runescape.wiki/w/Easter_egg","price":9928},"1963":{"id":1963,"name":"Banana","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Banana","wiki_url":"https://oldschool.runescape.wiki/w/Banana","price":96},"1965":{"id":1965,"name":"Cabbage","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":6000,"wiki_name":"Cabbage","wiki_url":"https://oldschool.runescape.wiki/w/Cabbage","price":36},"1967":{"id":1967,"name":"Cabbage","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cabbage (Draynor Manor)","wiki_url":"https://oldschool.runescape.wiki/w/Cabbage_(Draynor_Manor)","price":0},"1969":{"id":1969,"name":"Spinach roll","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":50,"wiki_name":"Spinach roll","wiki_url":"https://oldschool.runescape.wiki/w/Spinach_roll","price":95},"1971":{"id":1971,"name":"Kebab","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":6000,"wiki_name":"Kebab","wiki_url":"https://oldschool.runescape.wiki/w/Kebab","price":51},"1973":{"id":1973,"name":"Chocolate bar","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":13000,"wiki_name":"Chocolate bar","wiki_url":"https://oldschool.runescape.wiki/w/Chocolate_bar","price":74},"1975":{"id":1975,"name":"Chocolate dust","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Chocolate dust","wiki_url":"https://oldschool.runescape.wiki/w/Chocolate_dust","price":92},"1977":{"id":1977,"name":"Chocolatey milk","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Chocolatey milk","wiki_url":"https://oldschool.runescape.wiki/w/Chocolatey_milk","price":0},"1978":{"id":1978,"name":"Cup of tea","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":2000,"wiki_name":"Cup of tea","wiki_url":"https://oldschool.runescape.wiki/w/Cup_of_tea","price":97},"1980":{"id":1980,"name":"Empty cup","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Empty cup","wiki_url":"https://oldschool.runescape.wiki/w/Empty_cup","price":6},"1982":{"id":1982,"name":"Tomato","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":13000,"wiki_name":"Tomato","wiki_url":"https://oldschool.runescape.wiki/w/Tomato","price":26},"1984":{"id":1984,"name":"Rotten apple","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rotten apple","wiki_url":"https://oldschool.runescape.wiki/w/Rotten_apple","price":0},"1985":{"id":1985,"name":"Cheese","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":13000,"wiki_name":"Cheese","wiki_url":"https://oldschool.runescape.wiki/w/Cheese","price":124},"1987":{"id":1987,"name":"Grapes","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":20000,"wiki_name":"Grapes","wiki_url":"https://oldschool.runescape.wiki/w/Grapes","price":7},"1989":{"id":1989,"name":"Half full wine jug","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":50,"wiki_name":"Half full wine jug","wiki_url":"https://oldschool.runescape.wiki/w/Half_full_wine_jug","price":14009},"1991":{"id":1991,"name":"Jug of bad wine","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Jug of bad wine","wiki_url":"https://oldschool.runescape.wiki/w/Jug_of_bad_wine","price":0},"1992":{"id":1992,"name":"Jug of bad wine","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Jug of bad wine (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Jug_of_bad_wine_(unobtainable_item)","price":0},"1993":{"id":1993,"name":"Jug of wine","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":6000,"wiki_name":"Jug of wine","wiki_url":"https://oldschool.runescape.wiki/w/Jug_of_wine","price":5},"1995":{"id":1995,"name":"Unfermented wine","cost":10,"lowalch":4,"highalch":6,"wiki_name":"Unfermented wine","wiki_url":"https://oldschool.runescape.wiki/w/Unfermented_wine","price":0},"1996":{"id":1996,"name":"Unfermented wine","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Unfermented wine (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Unfermented_wine_(unobtainable_item)","price":0},"1997":{"id":1997,"name":"Incomplete stew","tradeable":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Incomplete stew (Potato)","wiki_url":"https://oldschool.runescape.wiki/w/Incomplete_stew#Potato","price":0},"1999":{"id":1999,"name":"Incomplete stew","tradeable":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Incomplete stew (Meat)","wiki_url":"https://oldschool.runescape.wiki/w/Incomplete_stew#Meat","price":0},"2001":{"id":2001,"name":"Uncooked stew","tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Uncooked stew","wiki_url":"https://oldschool.runescape.wiki/w/Uncooked_stew","price":0},"2003":{"id":2003,"name":"Stew","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":10000,"wiki_name":"Stew","wiki_url":"https://oldschool.runescape.wiki/w/Stew","price":62},"2005":{"id":2005,"name":"Burnt stew","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt stew","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_stew","price":0},"2007":{"id":2007,"name":"Spice","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":230,"lowalch":92,"highalch":138,"buy_limit":11000,"wiki_name":"Spice","wiki_url":"https://oldschool.runescape.wiki/w/Spice","price":26},"2009":{"id":2009,"name":"Uncooked curry","members":true,"tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Uncooked curry","wiki_url":"https://oldschool.runescape.wiki/w/Uncooked_curry","price":0},"2011":{"id":2011,"name":"Curry","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":10000,"wiki_name":"Curry","wiki_url":"https://oldschool.runescape.wiki/w/Curry","price":551},"2013":{"id":2013,"name":"Burnt curry","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt curry","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_curry","price":0},"2015":{"id":2015,"name":"Vodka","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":13000,"wiki_name":"Vodka","wiki_url":"https://oldschool.runescape.wiki/w/Vodka","price":246},"2017":{"id":2017,"name":"Whisky","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":13000,"wiki_name":"Whisky","wiki_url":"https://oldschool.runescape.wiki/w/Whisky","price":444},"2019":{"id":2019,"name":"Gin","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":13000,"wiki_name":"Gin","wiki_url":"https://oldschool.runescape.wiki/w/Gin","price":698},"2021":{"id":2021,"name":"Brandy","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":13000,"wiki_name":"Brandy","wiki_url":"https://oldschool.runescape.wiki/w/Brandy","price":0},"2023":{"id":2023,"name":"Cocktail guide","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":15,"wiki_name":"Cocktail guide","wiki_url":"https://oldschool.runescape.wiki/w/Cocktail_guide","price":33},"2025":{"id":2025,"name":"Cocktail shaker","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":40,"wiki_name":"Cocktail shaker","wiki_url":"https://oldschool.runescape.wiki/w/Cocktail_shaker","price":19},"2026":{"id":2026,"name":"Cocktail glass","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Cocktail glass","wiki_url":"https://oldschool.runescape.wiki/w/Cocktail_glass","price":311},"2028":{"id":2028,"name":"Premade blurb' sp.","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":2000,"wiki_name":"Premade blurb' sp.","wiki_url":"https://oldschool.runescape.wiki/w/Premade_blurb'_sp.","price":471},"2030":{"id":2030,"name":"Premade choc s'dy","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":2000,"wiki_name":"Premade choc s'dy","wiki_url":"https://oldschool.runescape.wiki/w/Premade_choc_s'dy","price":24},"2032":{"id":2032,"name":"Premade dr' dragon","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":2000,"wiki_name":"Premade dr' dragon","wiki_url":"https://oldschool.runescape.wiki/w/Premade_dr'_dragon","price":161},"2034":{"id":2034,"name":"Premade fr' blast","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":2000,"wiki_name":"Premade fr' blast","wiki_url":"https://oldschool.runescape.wiki/w/Premade_fr'_blast","price":8},"2036":{"id":2036,"name":"Premade p' punch","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":2000,"wiki_name":"Premade p' punch","wiki_url":"https://oldschool.runescape.wiki/w/Premade_p'_punch","price":26},"2038":{"id":2038,"name":"Premade sgg","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":2000,"wiki_name":"Premade sgg","wiki_url":"https://oldschool.runescape.wiki/w/Premade_sgg","price":0},"2040":{"id":2040,"name":"Premade wiz blz'd","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":2000,"wiki_name":"Premade wiz blz'd","wiki_url":"https://oldschool.runescape.wiki/w/Premade_wiz_blz'd","price":16},"2042":{"id":2042,"name":"Unfinished cocktail","members":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Unfinished cocktail (Pineapple punch, historical) (Plain)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_cocktail_(Pineapple_punch,_historical)#Plain","price":0},"2044":{"id":2044,"name":"Unfinished cocktail","members":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Unfinished cocktail (Pineapple punch, historical) (Pineapple)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_cocktail_(Pineapple_punch,_historical)#Pineapple","price":0},"2046":{"id":2046,"name":"Unfinished cocktail","members":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Unfinished cocktail (Pineapple punch, historical) (Pineapple + Lime)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_cocktail_(Pineapple_punch,_historical)#Pineapple_+_Lime","price":0},"2048":{"id":2048,"name":"Pineapple punch","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":2000,"wiki_name":"Pineapple punch","wiki_url":"https://oldschool.runescape.wiki/w/Pineapple_punch","price":10025},"2050":{"id":2050,"name":"Unfinished cocktail","members":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Unfinished cocktail (Wizard blizzard, historical) (Plain)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_cocktail_(Wizard_blizzard,_historical)#Plain","price":0},"2052":{"id":2052,"name":"Unfinished cocktail","members":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Unfinished cocktail (Wizard blizzard, historical) (Pineapple)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_cocktail_(Wizard_blizzard,_historical)#Pineapple","price":0},"2054":{"id":2054,"name":"Wizard blizzard","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":2000,"wiki_name":"Wizard blizzard","wiki_url":"https://oldschool.runescape.wiki/w/Wizard_blizzard","price":2100},"2056":{"id":2056,"name":"Unfinished cocktail","members":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Unfinished cocktail (Blurberry special, historical) (Plain)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_cocktail_(Blurberry_special,_historical)#Plain","price":0},"2058":{"id":2058,"name":"Unfinished cocktail","members":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Unfinished cocktail (Blurberry special, historical) (Orange)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_cocktail_(Blurberry_special,_historical)#Orange","price":0},"2060":{"id":2060,"name":"Unfinished cocktail","members":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Unfinished cocktail (Blurberry special, historical) (Orange + Lemon)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_cocktail_(Blurberry_special,_historical)#Orange_+_Lemon","price":0},"2062":{"id":2062,"name":"Unfinished cocktail","members":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Unfinished cocktail (Blurberry special, historical) (Orange/Lemon/Lime)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_cocktail_(Blurberry_special,_historical)#Orange/Lemon/Lime","price":0},"2064":{"id":2064,"name":"Blurberry special","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":2000,"wiki_name":"Blurberry special","wiki_url":"https://oldschool.runescape.wiki/w/Blurberry_special","price":5644},"2066":{"id":2066,"name":"Unfinished cocktail","members":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Unfinished cocktail (Choc saturday, historical) (Plain)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_cocktail_(Choc_saturday,_historical)#Plain","price":0},"2068":{"id":2068,"name":"Unfinished cocktail","members":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Unfinished cocktail (Choc saturday, historical) (Chocolate)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_cocktail_(Choc_saturday,_historical)#Chocolate","price":0},"2070":{"id":2070,"name":"Unfinished cocktail","members":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Unfinished cocktail (Choc saturday, historical) (Cooked)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_cocktail_(Choc_saturday,_historical)#Cooked","price":0},"2072":{"id":2072,"name":"Unfinished cocktail","members":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Unfinished cocktail (Choc saturday, historical) (Cream)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_cocktail_(Choc_saturday,_historical)#Cream","price":0},"2074":{"id":2074,"name":"Choc saturday","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":2000,"wiki_name":"Choc saturday","wiki_url":"https://oldschool.runescape.wiki/w/Choc_saturday","price":51},"2076":{"id":2076,"name":"Unfinished cocktail","members":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Unfinished cocktail (Short green guy, historical) (Plain)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_cocktail_(Short_green_guy,_historical)#Plain","price":0},"2078":{"id":2078,"name":"Unfinished cocktail","members":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Unfinished cocktail (Short green guy, historical) (Equa)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_cocktail_(Short_green_guy,_historical)#Equa","price":0},"2080":{"id":2080,"name":"Short green guy","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":2000,"wiki_name":"Short green guy","wiki_url":"https://oldschool.runescape.wiki/w/Short_green_guy","price":5500},"2082":{"id":2082,"name":"Unfinished cocktail","members":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Unfinished cocktail (Fruit blast, historical)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_cocktail_(Fruit_blast,_historical)","price":0},"2084":{"id":2084,"name":"Fruit blast","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":2000,"wiki_name":"Fruit blast","wiki_url":"https://oldschool.runescape.wiki/w/Fruit_blast","price":2051},"2086":{"id":2086,"name":"Unfinished cocktail","members":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Unfinished cocktail (Drunk dragon, historical) (Plain)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_cocktail_(Drunk_dragon,_historical)#Plain","price":0},"2088":{"id":2088,"name":"Unfinished cocktail","members":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Unfinished cocktail (Drunk dragon, historical) (Pineapple)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_cocktail_(Drunk_dragon,_historical)#Pineapple","price":0},"2090":{"id":2090,"name":"Unfinished cocktail","members":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Unfinished cocktail (Drunk dragon, historical) (Pineapple + Cream)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_cocktail_(Drunk_dragon,_historical)#Pineapple_+_Cream","price":0},"2092":{"id":2092,"name":"Drunk dragon","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":2000,"wiki_name":"Drunk dragon","wiki_url":"https://oldschool.runescape.wiki/w/Drunk_dragon","price":2779},"2094":{"id":2094,"name":"Odd cocktail","members":true,"tradeable":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Odd cocktail (1)","wiki_url":"https://oldschool.runescape.wiki/w/Odd_cocktail#1","price":0},"2096":{"id":2096,"name":"Odd cocktail","members":true,"tradeable":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Odd cocktail (2)","wiki_url":"https://oldschool.runescape.wiki/w/Odd_cocktail#2","price":0},"2098":{"id":2098,"name":"Odd cocktail","members":true,"tradeable":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Odd cocktail (3)","wiki_url":"https://oldschool.runescape.wiki/w/Odd_cocktail#3","price":0},"2100":{"id":2100,"name":"Odd cocktail","members":true,"tradeable":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Odd cocktail (4)","wiki_url":"https://oldschool.runescape.wiki/w/Odd_cocktail#4","price":0},"2102":{"id":2102,"name":"Lemon","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Lemon","wiki_url":"https://oldschool.runescape.wiki/w/Lemon","price":65},"2104":{"id":2104,"name":"Lemon chunks","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Lemon chunks","wiki_url":"https://oldschool.runescape.wiki/w/Lemon_chunks","price":50},"2106":{"id":2106,"name":"Lemon slices","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Lemon slices","wiki_url":"https://oldschool.runescape.wiki/w/Lemon_slices","price":102},"2108":{"id":2108,"name":"Orange","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Orange","wiki_url":"https://oldschool.runescape.wiki/w/Orange","price":115},"2110":{"id":2110,"name":"Orange chunks","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Orange chunks","wiki_url":"https://oldschool.runescape.wiki/w/Orange_chunks","price":249},"2112":{"id":2112,"name":"Orange slices","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Orange slices","wiki_url":"https://oldschool.runescape.wiki/w/Orange_slices","price":109},"2114":{"id":2114,"name":"Pineapple","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Pineapple","wiki_url":"https://oldschool.runescape.wiki/w/Pineapple","price":191},"2116":{"id":2116,"name":"Pineapple chunks","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Pineapple chunks","wiki_url":"https://oldschool.runescape.wiki/w/Pineapple_chunks","price":30},"2118":{"id":2118,"name":"Pineapple ring","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Pineapple ring","wiki_url":"https://oldschool.runescape.wiki/w/Pineapple_ring","price":82},"2120":{"id":2120,"name":"Lime","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Lime","wiki_url":"https://oldschool.runescape.wiki/w/Lime","price":100},"2122":{"id":2122,"name":"Lime chunks","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Lime chunks","wiki_url":"https://oldschool.runescape.wiki/w/Lime_chunks","price":115},"2124":{"id":2124,"name":"Lime slices","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Lime slices","wiki_url":"https://oldschool.runescape.wiki/w/Lime_slices","price":1057},"2126":{"id":2126,"name":"Dwellberries","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":13000,"wiki_name":"Dwellberries","wiki_url":"https://oldschool.runescape.wiki/w/Dwellberries","price":83},"2128":{"id":2128,"name":"Equa leaves","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Equa leaves","wiki_url":"https://oldschool.runescape.wiki/w/Equa_leaves","price":282},"2130":{"id":2130,"name":"Pot of cream","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Pot of cream","wiki_url":"https://oldschool.runescape.wiki/w/Pot_of_cream","price":17},"2132":{"id":2132,"name":"Raw beef","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Raw beef","wiki_url":"https://oldschool.runescape.wiki/w/Raw_beef","price":72},"2134":{"id":2134,"name":"Raw rat meat","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Raw rat meat","wiki_url":"https://oldschool.runescape.wiki/w/Raw_rat_meat","price":101},"2136":{"id":2136,"name":"Raw bear meat","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Raw bear meat","wiki_url":"https://oldschool.runescape.wiki/w/Raw_bear_meat","price":142},"2138":{"id":2138,"name":"Raw chicken","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Raw chicken","wiki_url":"https://oldschool.runescape.wiki/w/Raw_chicken","price":79},"2140":{"id":2140,"name":"Cooked chicken","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":6000,"wiki_name":"Cooked chicken","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_chicken","price":92},"2142":{"id":2142,"name":"Cooked meat","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":6000,"wiki_name":"Cooked meat","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_meat","price":124},"2144":{"id":2144,"name":"Burnt chicken","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt chicken","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_chicken","price":0},"2146":{"id":2146,"name":"Burnt meat","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt meat","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_meat","price":0},"2148":{"id":2148,"name":"Raw lava eel","members":true,"cost":150,"lowalch":60,"highalch":90,"wiki_name":"Raw lava eel","wiki_url":"https://oldschool.runescape.wiki/w/Raw_lava_eel","price":0},"2149":{"id":2149,"name":"Lava eel","members":true,"cost":150,"lowalch":60,"highalch":90,"wiki_name":"Lava eel","wiki_url":"https://oldschool.runescape.wiki/w/Lava_eel","price":0},"2150":{"id":2150,"name":"Swamp toad","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Swamp toad (item)","wiki_url":"https://oldschool.runescape.wiki/w/Swamp_toad_(item)","price":50},"2152":{"id":2152,"name":"Toad's legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Toad's legs","wiki_url":"https://oldschool.runescape.wiki/w/Toad's_legs","price":203},"2154":{"id":2154,"name":"Equa toad's legs","members":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Equa toad's legs","wiki_url":"https://oldschool.runescape.wiki/w/Equa_toad's_legs","price":0},"2156":{"id":2156,"name":"Spicy toad's legs","members":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Spicy toad's legs","wiki_url":"https://oldschool.runescape.wiki/w/Spicy_toad's_legs","price":0},"2158":{"id":2158,"name":"Seasoned legs","members":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Seasoned legs","wiki_url":"https://oldschool.runescape.wiki/w/Seasoned_legs","price":0},"2160":{"id":2160,"name":"Spicy worm","members":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Spicy worm","wiki_url":"https://oldschool.runescape.wiki/w/Spicy_worm","price":0},"2162":{"id":2162,"name":"King worm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"King worm","wiki_url":"https://oldschool.runescape.wiki/w/King_worm","price":300},"2164":{"id":2164,"name":"Batta tin","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":40,"wiki_name":"Batta tin","wiki_url":"https://oldschool.runescape.wiki/w/Batta_tin","price":14},"2165":{"id":2165,"name":"Crunchy tray","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":40,"wiki_name":"Crunchy tray","wiki_url":"https://oldschool.runescape.wiki/w/Crunchy_tray","price":225},"2166":{"id":2166,"name":"Gnomebowl mould","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":40,"wiki_name":"Gnomebowl mould","wiki_url":"https://oldschool.runescape.wiki/w/Gnomebowl_mould","price":1206},"2167":{"id":2167,"name":"Gianne's cook book","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":15,"wiki_name":"Gianne's cook book","wiki_url":"https://oldschool.runescape.wiki/w/Gianne's_cook_book","price":11},"2169":{"id":2169,"name":"Gnome spice","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Gnome spice","wiki_url":"https://oldschool.runescape.wiki/w/Gnome_spice","price":695},"2171":{"id":2171,"name":"Gianne dough","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Gianne dough","wiki_url":"https://oldschool.runescape.wiki/w/Gianne_dough","price":39},"2173":{"id":2173,"name":"Odd gnomebowl","members":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Odd gnomebowl","wiki_url":"https://oldschool.runescape.wiki/w/Odd_gnomebowl","price":0},"2175":{"id":2175,"name":"Burnt gnomebowl","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt gnomebowl","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_gnomebowl","price":0},"2177":{"id":2177,"name":"Half baked bowl","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Half baked bowl","wiki_url":"https://oldschool.runescape.wiki/w/Half_baked_bowl","price":0},"2178":{"id":2178,"name":"Raw gnomebowl","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Raw gnomebowl","wiki_url":"https://oldschool.runescape.wiki/w/Raw_gnomebowl","price":0},"2179":{"id":2179,"name":"Unfinished bowl","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Unfinished bowl (chocolate bomb, historical) (Plain)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_bowl_(chocolate_bomb,_historical)#Plain","price":0},"2181":{"id":2181,"name":"Unfinished bowl","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Unfinished bowl (chocolate bomb, historical) (Cream 1)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_bowl_(chocolate_bomb,_historical)#Cream_1","price":0},"2183":{"id":2183,"name":"Unfinished bowl","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Unfinished bowl (chocolate bomb, historical) (Cream 2)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_bowl_(chocolate_bomb,_historical)#Cream_2","price":0},"2185":{"id":2185,"name":"Chocolate bomb","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":6000,"wiki_name":"Chocolate bomb","wiki_url":"https://oldschool.runescape.wiki/w/Chocolate_bomb","price":1182},"2187":{"id":2187,"name":"Tangled toad's legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":6000,"wiki_name":"Tangled toad's legs","wiki_url":"https://oldschool.runescape.wiki/w/Tangled_toad's_legs","price":832},"2189":{"id":2189,"name":"Unfinished bowl","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Unfinished bowl (worm hole, historical)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_bowl_(worm_hole,_historical)","price":0},"2191":{"id":2191,"name":"Worm hole","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":6000,"wiki_name":"Worm hole","wiki_url":"https://oldschool.runescape.wiki/w/Worm_hole","price":417},"2193":{"id":2193,"name":"Unfinished bowl","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Unfinished bowl (veg ball, historical)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_bowl_(veg_ball,_historical)","price":0},"2195":{"id":2195,"name":"Veg ball","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":6000,"wiki_name":"Veg ball","wiki_url":"https://oldschool.runescape.wiki/w/Veg_ball","price":5},"2197":{"id":2197,"name":"Odd crunchies","members":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Odd crunchies","wiki_url":"https://oldschool.runescape.wiki/w/Odd_crunchies","price":0},"2199":{"id":2199,"name":"Burnt crunchies","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt crunchies","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_crunchies","price":0},"2201":{"id":2201,"name":"Half baked crunchy","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Half baked crunchy","wiki_url":"https://oldschool.runescape.wiki/w/Half_baked_crunchy","price":0},"2202":{"id":2202,"name":"Raw crunchies","members":true,"tradeable":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Raw crunchies","wiki_url":"https://oldschool.runescape.wiki/w/Raw_crunchies","price":0},"2203":{"id":2203,"name":"Rock-climbing boots","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rock-climbing boots","wiki_url":"https://oldschool.runescape.wiki/w/Rock-climbing_boots","price":0},"2205":{"id":2205,"name":"Worm crunchies","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":6000,"wiki_name":"Worm crunchies","wiki_url":"https://oldschool.runescape.wiki/w/Worm_crunchies","price":4441},"2207":{"id":2207,"name":"Unfinished crunchy","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Unfinished crunchy (chocchip, historical)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_crunchy_(chocchip,_historical)","price":0},"2209":{"id":2209,"name":"Chocchip crunchies","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":6000,"wiki_name":"Chocchip crunchies","wiki_url":"https://oldschool.runescape.wiki/w/Chocchip_crunchies","price":713},"2211":{"id":2211,"name":"Unfinished crunchy","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Unfinished crunchy (spicy, historical)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_crunchy_(spicy,_historical)","price":0},"2213":{"id":2213,"name":"Spicy crunchies","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":6000,"wiki_name":"Spicy crunchies","wiki_url":"https://oldschool.runescape.wiki/w/Spicy_crunchies","price":0},"2215":{"id":2215,"name":"Unfinished crunchy","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Unfinished crunchy (toad, historical)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_crunchy_(toad,_historical)","price":0},"2217":{"id":2217,"name":"Toad crunchies","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":6000,"wiki_name":"Toad crunchies","wiki_url":"https://oldschool.runescape.wiki/w/Toad_crunchies","price":5355},"2219":{"id":2219,"name":"Premade w'm batta","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":120,"lowalch":48,"highalch":72,"buy_limit":6000,"wiki_name":"Premade w'm batta","wiki_url":"https://oldschool.runescape.wiki/w/Premade_w'm_batta","price":215},"2221":{"id":2221,"name":"Premade t'd batta","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":120,"lowalch":48,"highalch":72,"buy_limit":6000,"wiki_name":"Premade t'd batta","wiki_url":"https://oldschool.runescape.wiki/w/Premade_t'd_batta","price":42},"2223":{"id":2223,"name":"Premade c+t batta","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":120,"lowalch":48,"highalch":72,"buy_limit":6000,"wiki_name":"Premade c+t batta","wiki_url":"https://oldschool.runescape.wiki/w/Premade_c+t_batta","price":198},"2225":{"id":2225,"name":"Premade fr't batta","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":120,"lowalch":48,"highalch":72,"buy_limit":6000,"wiki_name":"Premade fr't batta","wiki_url":"https://oldschool.runescape.wiki/w/Premade_fr't_batta","price":22},"2227":{"id":2227,"name":"Premade veg batta","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":120,"lowalch":48,"highalch":72,"buy_limit":6000,"wiki_name":"Premade veg batta","wiki_url":"https://oldschool.runescape.wiki/w/Premade_veg_batta","price":0},"2229":{"id":2229,"name":"Premade choc bomb","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":6000,"wiki_name":"Premade choc bomb","wiki_url":"https://oldschool.runescape.wiki/w/Premade_choc_bomb","price":1185},"2231":{"id":2231,"name":"Premade ttl","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":6000,"wiki_name":"Premade ttl","wiki_url":"https://oldschool.runescape.wiki/w/Premade_ttl","price":322},"2233":{"id":2233,"name":"Premade worm hole","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":6000,"wiki_name":"Premade worm hole","wiki_url":"https://oldschool.runescape.wiki/w/Premade_worm_hole","price":275},"2235":{"id":2235,"name":"Premade veg ball","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":6000,"wiki_name":"Premade veg ball","wiki_url":"https://oldschool.runescape.wiki/w/Premade_veg_ball","price":24},"2237":{"id":2237,"name":"Premade w'm crun'","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":85,"lowalch":34,"highalch":51,"buy_limit":6000,"wiki_name":"Premade w'm crun'","wiki_url":"https://oldschool.runescape.wiki/w/Premade_w'm_crun'","price":1},"2239":{"id":2239,"name":"Premade ch' crunch","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":85,"lowalch":34,"highalch":51,"buy_limit":6000,"wiki_name":"Premade ch' crunch","wiki_url":"https://oldschool.runescape.wiki/w/Premade_ch'_crunch","price":87},"2241":{"id":2241,"name":"Premade s'y crunch","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":85,"lowalch":34,"highalch":51,"buy_limit":6000,"wiki_name":"Premade s'y crunch","wiki_url":"https://oldschool.runescape.wiki/w/Premade_s'y_crunch","price":0},"2243":{"id":2243,"name":"Premade t'd crunch","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":85,"lowalch":34,"highalch":51,"buy_limit":6000,"wiki_name":"Premade t'd crunch","wiki_url":"https://oldschool.runescape.wiki/w/Premade_t'd_crunch","price":620},"2245":{"id":2245,"name":"Odd batta","members":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Odd batta","wiki_url":"https://oldschool.runescape.wiki/w/Odd_batta","price":0},"2247":{"id":2247,"name":"Burnt batta","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt batta","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_batta","price":0},"2249":{"id":2249,"name":"Half baked batta","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Half baked batta","wiki_url":"https://oldschool.runescape.wiki/w/Half_baked_batta","price":0},"2250":{"id":2250,"name":"Raw batta","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Raw batta","wiki_url":"https://oldschool.runescape.wiki/w/Raw_batta","price":0},"2251":{"id":2251,"name":"Unfinished batta","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Unfinished batta (worm, historical)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_batta_(worm,_historical)","price":0},"2253":{"id":2253,"name":"Worm batta","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":6000,"wiki_name":"Worm batta","wiki_url":"https://oldschool.runescape.wiki/w/Worm_batta","price":8000},"2255":{"id":2255,"name":"Toad batta","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":6000,"wiki_name":"Toad batta","wiki_url":"https://oldschool.runescape.wiki/w/Toad_batta","price":1100},"2257":{"id":2257,"name":"Unfinished batta","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Unfinished batta (cheese+tom, historical)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_batta_(cheese+tom,_historical)","price":0},"2259":{"id":2259,"name":"Cheese+tom batta","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":6000,"wiki_name":"Cheese+tom batta","wiki_url":"https://oldschool.runescape.wiki/w/Cheese+tom_batta","price":350},"2261":{"id":2261,"name":"Unfinished batta","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Unfinished batta (fruit, historical) (Plain)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_batta_(fruit,_historical)#Plain","price":0},"2263":{"id":2263,"name":"Unfinished batta","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Unfinished batta (fruit, historical) (Lime)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_batta_(fruit,_historical)#Lime","price":0},"2265":{"id":2265,"name":"Unfinished batta","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Unfinished batta (fruit, historical) (Orange)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_batta_(fruit,_historical)#Orange","price":0},"2267":{"id":2267,"name":"Unfinished batta","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Unfinished batta (fruit, historical) (Pineapple)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_batta_(fruit,_historical)#Pineapple","price":0},"2269":{"id":2269,"name":"Unfinished batta","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Unfinished batta (fruit, historical) (Lime + Orange)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_batta_(fruit,_historical)#Lime_+_Orange","price":0},"2271":{"id":2271,"name":"Unfinished batta","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Unfinished batta (fruit, historical) (Lime + Pineapple)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_batta_(fruit,_historical)#Lime_+_Pineapple","price":0},"2273":{"id":2273,"name":"Unfinished batta","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Unfinished batta (fruit, historical) (Orange + Pineapple)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_batta_(fruit,_historical)#Orange_+_Pineapple","price":0},"2275":{"id":2275,"name":"Unfinished batta","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Unfinished batta (fruit, historical) (Lime, Orange, Pineapple)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_batta_(fruit,_historical)#Lime,_Orange,_Pineapple","price":0},"2277":{"id":2277,"name":"Fruit batta","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":6000,"wiki_name":"Fruit batta","wiki_url":"https://oldschool.runescape.wiki/w/Fruit_batta","price":2687},"2279":{"id":2279,"name":"Unfinished batta","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Unfinished batta (vegetable, historical)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_batta_(vegetable,_historical)","price":0},"2281":{"id":2281,"name":"Vegetable batta","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":6000,"wiki_name":"Vegetable batta","wiki_url":"https://oldschool.runescape.wiki/w/Vegetable_batta","price":856},"2283":{"id":2283,"name":"Pizza base","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":11000,"wiki_name":"Pizza base","wiki_url":"https://oldschool.runescape.wiki/w/Pizza_base","price":244},"2285":{"id":2285,"name":"Incomplete pizza","tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Incomplete pizza","wiki_url":"https://oldschool.runescape.wiki/w/Incomplete_pizza","price":0},"2287":{"id":2287,"name":"Uncooked pizza","tradeable":true,"noteable":true,"cost":25,"lowalch":10,"highalch":15,"wiki_name":"Uncooked pizza","wiki_url":"https://oldschool.runescape.wiki/w/Uncooked_pizza","price":0},"2289":{"id":2289,"name":"Plain pizza","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":10000,"wiki_name":"Plain pizza (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Plain_pizza#Full","price":650},"2291":{"id":2291,"name":"1/2 plain pizza","tradeable":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Plain pizza (Half)","wiki_url":"https://oldschool.runescape.wiki/w/Plain_pizza#Half","price":0},"2293":{"id":2293,"name":"Meat pizza","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":10000,"wiki_name":"Meat pizza (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Meat_pizza#Full","price":322},"2295":{"id":2295,"name":"1/2 meat pizza","tradeable":true,"noteable":true,"cost":25,"lowalch":10,"highalch":15,"wiki_name":"Meat pizza (Half)","wiki_url":"https://oldschool.runescape.wiki/w/Meat_pizza#Half","price":0},"2297":{"id":2297,"name":"Anchovy pizza","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":60,"lowalch":24,"highalch":36,"buy_limit":10000,"wiki_name":"Anchovy pizza (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Anchovy_pizza#Full","price":891},"2299":{"id":2299,"name":"1/2 anchovy pizza","tradeable":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Anchovy pizza (Half)","wiki_url":"https://oldschool.runescape.wiki/w/Anchovy_pizza#Half","price":0},"2301":{"id":2301,"name":"Pineapple pizza","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":10000,"wiki_name":"Pineapple pizza (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Pineapple_pizza#Full","price":925},"2303":{"id":2303,"name":"1/2 pineapple pizza","members":true,"tradeable":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Pineapple pizza (Half)","wiki_url":"https://oldschool.runescape.wiki/w/Pineapple_pizza#Half","price":0},"2305":{"id":2305,"name":"Burnt pizza","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt pizza","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_pizza","price":0},"2307":{"id":2307,"name":"Bread dough","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":13000,"wiki_name":"Bread dough","wiki_url":"https://oldschool.runescape.wiki/w/Bread_dough","price":164},"2309":{"id":2309,"name":"Bread","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":12,"lowalch":4,"highalch":7,"buy_limit":6000,"wiki_name":"Bread","wiki_url":"https://oldschool.runescape.wiki/w/Bread","price":153},"2311":{"id":2311,"name":"Burnt bread","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt bread","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_bread","price":0},"2313":{"id":2313,"name":"Pie dish","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":500,"wiki_name":"Pie dish","wiki_url":"https://oldschool.runescape.wiki/w/Pie_dish","price":24},"2315":{"id":2315,"name":"Pie shell","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":13000,"wiki_name":"Pie shell","wiki_url":"https://oldschool.runescape.wiki/w/Pie_shell","price":362},"2317":{"id":2317,"name":"Uncooked apple pie","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":16,"lowalch":6,"highalch":9,"buy_limit":13000,"wiki_name":"Uncooked apple pie","wiki_url":"https://oldschool.runescape.wiki/w/Uncooked_apple_pie","price":430},"2319":{"id":2319,"name":"Uncooked meat pie","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":8,"lowalch":3,"highalch":4,"buy_limit":13000,"wiki_name":"Uncooked meat pie","wiki_url":"https://oldschool.runescape.wiki/w/Uncooked_meat_pie","price":625},"2321":{"id":2321,"name":"Uncooked berry pie","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":6,"lowalch":2,"highalch":3,"buy_limit":13000,"wiki_name":"Uncooked berry pie","wiki_url":"https://oldschool.runescape.wiki/w/Uncooked_berry_pie","price":550},"2323":{"id":2323,"name":"Apple pie","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":10000,"wiki_name":"Apple pie (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Apple_pie#Full","price":82},"2325":{"id":2325,"name":"Redberry pie","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":12,"lowalch":4,"highalch":7,"buy_limit":15,"wiki_name":"Redberry pie (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Redberry_pie#Full","price":0},"2327":{"id":2327,"name":"Meat pie","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":10000,"wiki_name":"Meat pie (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Meat_pie#Full","price":68},"2329":{"id":2329,"name":"Burnt pie","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt pie","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_pie","price":0},"2331":{"id":2331,"name":"Half a meat pie","tradeable":true,"noteable":true,"cost":8,"lowalch":3,"highalch":4,"wiki_name":"Meat pie (Half)","wiki_url":"https://oldschool.runescape.wiki/w/Meat_pie#Half","price":0},"2333":{"id":2333,"name":"Half a redberry pie","tradeable":true,"noteable":true,"cost":6,"lowalch":2,"highalch":3,"wiki_name":"Redberry pie (Half)","wiki_url":"https://oldschool.runescape.wiki/w/Redberry_pie#Half","price":0},"2335":{"id":2335,"name":"Half an apple pie","tradeable":true,"noteable":true,"cost":15,"lowalch":6,"highalch":9,"wiki_name":"Apple pie (Half)","wiki_url":"https://oldschool.runescape.wiki/w/Apple_pie#Half","price":0},"2337":{"id":2337,"name":"Raw oomlie","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":15,"wiki_name":"Raw oomlie","wiki_url":"https://oldschool.runescape.wiki/w/Raw_oomlie","price":1315},"2339":{"id":2339,"name":"Palm leaf","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Palm leaf","wiki_url":"https://oldschool.runescape.wiki/w/Palm_leaf","price":0},"2340":{"id":2340,"name":"Palm leaf","members":true,"stackable":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Palm leaf (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Palm_leaf_(unobtainable_item)","price":0},"2341":{"id":2341,"name":"Wrapped oomlie","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":16,"lowalch":6,"highalch":9,"buy_limit":15,"wiki_name":"Wrapped oomlie","wiki_url":"https://oldschool.runescape.wiki/w/Wrapped_oomlie","price":8501},"2343":{"id":2343,"name":"Cooked oomlie wrap","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":35,"lowalch":14,"highalch":21,"buy_limit":15,"wiki_name":"Cooked oomlie wrap","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_oomlie_wrap","price":1298},"2345":{"id":2345,"name":"Burnt oomlie wrap","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt oomlie wrap","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_oomlie_wrap","price":0},"2347":{"id":2347,"name":"Hammer","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":40,"wiki_name":"Hammer","wiki_url":"https://oldschool.runescape.wiki/w/Hammer","price":65},"2349":{"id":2349,"name":"Bronze bar","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":8,"lowalch":3,"highalch":4,"buy_limit":10000,"wiki_name":"Bronze bar","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_bar","price":148},"2351":{"id":2351,"name":"Iron bar","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":28,"lowalch":11,"highalch":16,"buy_limit":10000,"wiki_name":"Iron bar","wiki_url":"https://oldschool.runescape.wiki/w/Iron_bar","price":201},"2353":{"id":2353,"name":"Steel bar","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":10000,"wiki_name":"Steel bar","wiki_url":"https://oldschool.runescape.wiki/w/Steel_bar","price":416},"2355":{"id":2355,"name":"Silver bar","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":10000,"wiki_name":"Silver bar","wiki_url":"https://oldschool.runescape.wiki/w/Silver_bar","price":105},"2357":{"id":2357,"name":"Gold bar","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":10000,"wiki_name":"Gold bar","wiki_url":"https://oldschool.runescape.wiki/w/Gold_bar","price":102},"2359":{"id":2359,"name":"Mithril bar","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":10000,"wiki_name":"Mithril bar","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_bar","price":582},"2361":{"id":2361,"name":"Adamantite bar","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":640,"lowalch":256,"highalch":384,"buy_limit":10000,"wiki_name":"Adamantite bar","wiki_url":"https://oldschool.runescape.wiki/w/Adamantite_bar","price":1780},"2363":{"id":2363,"name":"Runite bar","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":10000,"wiki_name":"Runite bar","wiki_url":"https://oldschool.runescape.wiki/w/Runite_bar","price":12555},"2365":{"id":2365,"name":"'perfect' gold bar","members":true,"cost":300,"lowalch":120,"highalch":180,"wiki_name":"'perfect' gold bar","wiki_url":"https://oldschool.runescape.wiki/w/'perfect'_gold_bar","price":0},"2366":{"id":2366,"name":"Shield left half","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":110000,"lowalch":44000,"highalch":66000,"buy_limit":50,"wiki_name":"Shield left half","wiki_url":"https://oldschool.runescape.wiki/w/Shield_left_half","price":65635},"2368":{"id":2368,"name":"Shield right half","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":500000,"lowalch":200000,"highalch":300000,"buy_limit":50,"wiki_name":"Shield right half","wiki_url":"https://oldschool.runescape.wiki/w/Shield_right_half","price":763000},"2370":{"id":2370,"name":"Steel studs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":13000,"wiki_name":"Steel studs","wiki_url":"https://oldschool.runescape.wiki/w/Steel_studs","price":252},"2372":{"id":2372,"name":"Ogre relic","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ogre relic","wiki_url":"https://oldschool.runescape.wiki/w/Ogre_relic","price":0},"2373":{"id":2373,"name":"Relic part 1","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Relic part 1","wiki_url":"https://oldschool.runescape.wiki/w/Relic_part_1","price":0},"2374":{"id":2374,"name":"Relic part 2","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Relic part 2","wiki_url":"https://oldschool.runescape.wiki/w/Relic_part_2","price":0},"2375":{"id":2375,"name":"Relic part 3","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Relic part 3","wiki_url":"https://oldschool.runescape.wiki/w/Relic_part_3","price":0},"2376":{"id":2376,"name":"Skavid map","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Skavid map","wiki_url":"https://oldschool.runescape.wiki/w/Skavid_map","price":0},"2377":{"id":2377,"name":"Ogre tooth","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ogre tooth","wiki_url":"https://oldschool.runescape.wiki/w/Ogre_tooth","price":0},"2378":{"id":2378,"name":"Toban's key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Toban's key","wiki_url":"https://oldschool.runescape.wiki/w/Toban's_key","price":0},"2379":{"id":2379,"name":"Rock cake","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rock cake","wiki_url":"https://oldschool.runescape.wiki/w/Rock_cake","price":0},"2380":{"id":2380,"name":"Crystal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal (Watchtower) (Yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_(Watchtower)#Yellow","price":0},"2381":{"id":2381,"name":"Crystal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal (Watchtower) (Magenta)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_(Watchtower)#Magenta","price":0},"2382":{"id":2382,"name":"Crystal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal (Watchtower) (Cyan)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_(Watchtower)#Cyan","price":0},"2383":{"id":2383,"name":"Crystal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal (Watchtower) (Grey)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_(Watchtower)#Grey","price":0},"2384":{"id":2384,"name":"Fingernails","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fingernails","wiki_url":"https://oldschool.runescape.wiki/w/Fingernails","price":0},"2385":{"id":2385,"name":"Old robe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old robe","wiki_url":"https://oldschool.runescape.wiki/w/Old_robe","price":0},"2386":{"id":2386,"name":"Unusual armour","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Unusual armour","wiki_url":"https://oldschool.runescape.wiki/w/Unusual_armour","price":0},"2387":{"id":2387,"name":"Damaged dagger","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Damaged dagger","wiki_url":"https://oldschool.runescape.wiki/w/Damaged_dagger","price":0},"2388":{"id":2388,"name":"Tattered eye patch","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tattered eye patch","wiki_url":"https://oldschool.runescape.wiki/w/Tattered_eye_patch","price":0},"2389":{"id":2389,"name":"Vial","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Vial (jangerberries)","wiki_url":"https://oldschool.runescape.wiki/w/Vial_(jangerberries)","price":0},"2390":{"id":2390,"name":"Vial","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Vial (jangerberries and guam leaf)","wiki_url":"https://oldschool.runescape.wiki/w/Vial_(jangerberries_and_guam_leaf)","price":0},"2391":{"id":2391,"name":"Ground bat bones","members":true,"tradeable":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Ground bat bones","wiki_url":"https://oldschool.runescape.wiki/w/Ground_bat_bones","price":0},"2393":{"id":2393,"name":"Toban's gold","members":true,"cost":300,"wiki_name":"Toban's gold","wiki_url":"https://oldschool.runescape.wiki/w/Toban's_gold","price":0},"2394":{"id":2394,"name":"Potion","members":true,"cost":120,"lowalch":48,"highalch":72,"wiki_name":"Potion (Watchtower)","wiki_url":"https://oldschool.runescape.wiki/w/Potion_(Watchtower)","price":0},"2395":{"id":2395,"name":"Magic ogre potion","members":true,"cost":120,"lowalch":48,"highalch":72,"wiki_name":"Magic ogre potion","wiki_url":"https://oldschool.runescape.wiki/w/Magic_ogre_potion","price":0},"2396":{"id":2396,"name":"Spell scroll","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Spell scroll","wiki_url":"https://oldschool.runescape.wiki/w/Spell_scroll","price":0},"2397":{"id":2397,"name":"Shaman robe","members":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Shaman robe","wiki_url":"https://oldschool.runescape.wiki/w/Shaman_robe","price":0},"2398":{"id":2398,"name":"Cave nightshade","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Cave nightshade","wiki_url":"https://oldschool.runescape.wiki/w/Cave_nightshade","price":0},"2399":{"id":2399,"name":"Silverlight key","cost":100,"lowalch":40,"highalch":60,"wiki_name":"Silverlight key (Wizard Traiborn)","wiki_url":"https://oldschool.runescape.wiki/w/Silverlight_key_(Wizard_Traiborn)","price":0},"2400":{"id":2400,"name":"Silverlight key","cost":100,"lowalch":40,"highalch":60,"wiki_name":"Silverlight key (Captain Rovin)","wiki_url":"https://oldschool.runescape.wiki/w/Silverlight_key_(Captain_Rovin)","price":0},"2401":{"id":2401,"name":"Silverlight key","cost":100,"lowalch":40,"highalch":60,"wiki_name":"Silverlight key (Sir Prysin)","wiki_url":"https://oldschool.runescape.wiki/w/Silverlight_key_(Sir_Prysin)","price":0},"2402":{"id":2402,"name":"Silverlight","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Silverlight (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Silverlight#Normal","equipment":{"attack_stab":9,"attack_slash":14,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":2,"defence_magic":1,"defence_ranged":0,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"2403":{"id":2403,"name":"Hazeel scroll","members":true,"cost":1,"wiki_name":"Hazeel scroll","wiki_url":"https://oldschool.runescape.wiki/w/Hazeel_scroll","price":0},"2404":{"id":2404,"name":"Chest key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chest key (Hazeel Cult)","wiki_url":"https://oldschool.runescape.wiki/w/Chest_key_(Hazeel_Cult)","price":0},"2405":{"id":2405,"name":"Carnillean armour","members":true,"equipable":true,"equipable_by_player":true,"cost":65,"lowalch":26,"highalch":39,"wiki_name":"Carnillean armour","wiki_url":"https://oldschool.runescape.wiki/w/Carnillean_armour","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":20,"defence_slash":14,"defence_crush":8,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":1}},"price":0},"2406":{"id":2406,"name":"Hazeel's mark","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Hazeel's mark","wiki_url":"https://oldschool.runescape.wiki/w/Hazeel's_mark","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"2407":{"id":2407,"name":"Ball","members":true,"cost":1,"wiki_name":"Ball","wiki_url":"https://oldschool.runescape.wiki/w/Ball","price":0},"2408":{"id":2408,"name":"Diary","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Diary (Witch's House)","wiki_url":"https://oldschool.runescape.wiki/w/Diary_(Witch's_House)","price":0},"2409":{"id":2409,"name":"Door key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Door key (Witch's House)","wiki_url":"https://oldschool.runescape.wiki/w/Door_key_(Witch's_House)","price":0},"2410":{"id":2410,"name":"Magnet","members":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Magnet (Witch's House)","wiki_url":"https://oldschool.runescape.wiki/w/Magnet_(Witch's_House)","price":0},"2411":{"id":2411,"name":"Key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Key (Witch's House)","wiki_url":"https://oldschool.runescape.wiki/w/Key_(Witch's_House)","price":0},"2412":{"id":2412,"name":"Saradomin cape","members":true,"equipable":true,"equipable_by_player":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Saradomin cape","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":10,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":2,"defence_magic":10,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"magic":60}},"price":0},"2413":{"id":2413,"name":"Guthix cape","members":true,"equipable":true,"equipable_by_player":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Guthix cape","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":10,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":2,"defence_magic":10,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"magic":60}},"price":0},"2414":{"id":2414,"name":"Zamorak cape","members":true,"equipable":true,"equipable_by_player":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Zamorak cape","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":10,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":2,"defence_magic":10,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"magic":60}},"price":0},"2415":{"id":2415,"name":"Saradomin staff","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":80000,"lowalch":32000,"highalch":48000,"wiki_name":"Saradomin staff","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_staff","equipment":{"attack_stab":-1,"attack_slash":-1,"attack_crush":6,"attack_magic":6,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":6,"defence_ranged":0,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":60}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"2416":{"id":2416,"name":"Guthix staff","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":80000,"lowalch":32000,"highalch":48000,"wiki_name":"Guthix staff","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_staff","equipment":{"attack_stab":-1,"attack_slash":-1,"attack_crush":6,"attack_magic":6,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":6,"defence_ranged":0,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":60}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"2417":{"id":2417,"name":"Zamorak staff","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":80000,"lowalch":32000,"highalch":48000,"wiki_name":"Zamorak staff","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_staff","equipment":{"attack_stab":-1,"attack_slash":-1,"attack_crush":6,"attack_magic":6,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":6,"defence_ranged":0,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":60}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"2418":{"id":2418,"name":"Bronze key","cost":30,"lowalch":12,"highalch":18,"wiki_name":"Bronze key (Prince Ali Rescue)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_key_(Prince_Ali_Rescue)","price":0},"2419":{"id":2419,"name":"Wig","cost":30,"lowalch":12,"highalch":18,"wiki_name":"Wig (Dyed)","wiki_url":"https://oldschool.runescape.wiki/w/Wig#Dyed","price":0},"2421":{"id":2421,"name":"Wig","cost":30,"lowalch":12,"highalch":18,"wiki_name":"Wig (Grey)","wiki_url":"https://oldschool.runescape.wiki/w/Wig#Grey","price":0},"2422":{"id":2422,"name":"Blue partyhat","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue partyhat (Draynor Bank Robbery)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_partyhat_(Draynor_Bank_Robbery)","price":0},"2423":{"id":2423,"name":"Key print","cost":30,"lowalch":12,"highalch":18,"wiki_name":"Key print","wiki_url":"https://oldschool.runescape.wiki/w/Key_print","price":0},"2424":{"id":2424,"name":"Paste","cost":30,"lowalch":12,"highalch":18,"wiki_name":"Paste","wiki_url":"https://oldschool.runescape.wiki/w/Paste","price":0},"2426":{"id":2426,"name":"Burnt oomlie","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt oomlie","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_oomlie","price":0},"2428":{"id":2428,"name":"Attack potion(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":2000,"wiki_name":"Attack potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Attack_potion#4_dose","price":8},"2430":{"id":2430,"name":"Restore potion(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":110,"lowalch":44,"highalch":66,"buy_limit":2000,"wiki_name":"Restore potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Restore_potion#4_dose","price":97},"2432":{"id":2432,"name":"Defence potion(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":2000,"wiki_name":"Defence potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Defence_potion#4_dose","price":417},"2434":{"id":2434,"name":"Prayer potion(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":190,"lowalch":76,"highalch":114,"buy_limit":2000,"wiki_name":"Prayer potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Prayer_potion#4_dose","price":9854},"2436":{"id":2436,"name":"Super attack(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":225,"lowalch":90,"highalch":135,"buy_limit":2000,"wiki_name":"Super attack (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_attack#4_dose","price":2215},"2438":{"id":2438,"name":"Fishing potion(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":2000,"wiki_name":"Fishing potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Fishing_potion#4_dose","price":194},"2440":{"id":2440,"name":"Super strength(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":275,"lowalch":110,"highalch":165,"buy_limit":2000,"wiki_name":"Super strength (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_strength#4_dose","price":6591},"2442":{"id":2442,"name":"Super defence(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":330,"lowalch":132,"highalch":198,"buy_limit":2000,"wiki_name":"Super defence (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_defence#4_dose","price":8183},"2444":{"id":2444,"name":"Ranging potion(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":360,"lowalch":144,"highalch":216,"buy_limit":2000,"wiki_name":"Ranging potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Ranging_potion#4_dose","price":3194},"2446":{"id":2446,"name":"Antipoison(4)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":360,"lowalch":144,"highalch":216,"buy_limit":2000,"wiki_name":"Antipoison (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antipoison#4_dose","price":197},"2448":{"id":2448,"name":"Superantipoison(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":360,"lowalch":144,"highalch":216,"buy_limit":2000,"wiki_name":"Superantipoison (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Superantipoison#4_dose","price":1863},"2450":{"id":2450,"name":"Zamorak brew(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":2000,"wiki_name":"Zamorak brew (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_brew#4_dose","price":3445},"2452":{"id":2452,"name":"Antifire potion(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":330,"lowalch":132,"highalch":198,"buy_limit":2000,"wiki_name":"Antifire potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antifire_potion#4_dose","price":1242},"2454":{"id":2454,"name":"Antifire potion(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":264,"lowalch":105,"highalch":158,"buy_limit":2000,"wiki_name":"Antifire potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antifire_potion#3_dose","price":868},"2456":{"id":2456,"name":"Antifire potion(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":198,"lowalch":79,"highalch":118,"buy_limit":2000,"wiki_name":"Antifire potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antifire_potion#2_dose","price":519},"2458":{"id":2458,"name":"Antifire potion(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":132,"lowalch":52,"highalch":79,"buy_limit":2000,"wiki_name":"Antifire potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antifire_potion#1_dose","price":286},"2460":{"id":2460,"name":"Assorted flowers","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":150,"wiki_name":"Assorted flowers","wiki_url":"https://oldschool.runescape.wiki/w/Assorted_flowers","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"2462":{"id":2462,"name":"Red flowers","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":150,"wiki_name":"Red flowers","wiki_url":"https://oldschool.runescape.wiki/w/Red_flowers","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":275},"2464":{"id":2464,"name":"Blue flowers","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":150,"wiki_name":"Blue flowers","wiki_url":"https://oldschool.runescape.wiki/w/Blue_flowers","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":175},"2466":{"id":2466,"name":"Yellow flowers","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":150,"wiki_name":"Yellow flowers","wiki_url":"https://oldschool.runescape.wiki/w/Yellow_flowers","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":176},"2468":{"id":2468,"name":"Purple flowers","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":150,"wiki_name":"Purple flowers","wiki_url":"https://oldschool.runescape.wiki/w/Purple_flowers","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1464},"2470":{"id":2470,"name":"Orange flowers","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":150,"wiki_name":"Orange flowers","wiki_url":"https://oldschool.runescape.wiki/w/Orange_flowers","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":95},"2472":{"id":2472,"name":"Mixed flowers","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":150,"wiki_name":"Mixed flowers","wiki_url":"https://oldschool.runescape.wiki/w/Mixed_flowers","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":75},"2474":{"id":2474,"name":"White flowers","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":150,"wiki_name":"White flowers","wiki_url":"https://oldschool.runescape.wiki/w/White_flowers","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":380000},"2476":{"id":2476,"name":"Black flowers","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":150,"wiki_name":"Black flowers","wiki_url":"https://oldschool.runescape.wiki/w/Black_flowers","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":59044},"2481":{"id":2481,"name":"Lantadyme","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":68,"lowalch":27,"highalch":40,"buy_limit":11000,"wiki_name":"Lantadyme","wiki_url":"https://oldschool.runescape.wiki/w/Lantadyme","price":1328},"2483":{"id":2483,"name":"Lantadyme potion (unf)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":68,"lowalch":27,"highalch":40,"buy_limit":10000,"wiki_name":"Lantadyme potion (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Lantadyme_potion_(unf)","price":1505},"2485":{"id":2485,"name":"Grimy lantadyme","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":23,"lowalch":9,"highalch":13,"buy_limit":11000,"wiki_name":"Grimy lantadyme","wiki_url":"https://oldschool.runescape.wiki/w/Grimy_lantadyme","price":1403},"2487":{"id":2487,"name":"Blue d'hide vambraces","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"buy_limit":125,"wiki_name":"Blue d'hide vambraces","wiki_url":"https://oldschool.runescape.wiki/w/Blue_d'hide_vambraces","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":9,"defence_stab":2,"defence_slash":3,"defence_crush":3,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"ranged":50}},"price":1551},"2489":{"id":2489,"name":"Red d'hide vambraces","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3600,"lowalch":1440,"highalch":2160,"buy_limit":70,"wiki_name":"Red d'hide vambraces","wiki_url":"https://oldschool.runescape.wiki/w/Red_d'hide_vambraces","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":10,"defence_stab":3,"defence_slash":4,"defence_crush":4,"defence_magic":6,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"ranged":60}},"price":1663},"2491":{"id":2491,"name":"Black d'hide vambraces","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":4320,"lowalch":1728,"highalch":2592,"buy_limit":70,"wiki_name":"Black d'hide vambraces","wiki_url":"https://oldschool.runescape.wiki/w/Black_d'hide_vambraces","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":11,"defence_stab":4,"defence_slash":5,"defence_crush":5,"defence_magic":8,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"ranged":70}},"price":2341},"2493":{"id":2493,"name":"Blue d'hide chaps","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":4320,"lowalch":1728,"highalch":2592,"buy_limit":125,"wiki_name":"Blue d'hide chaps","wiki_url":"https://oldschool.runescape.wiki/w/Blue_d'hide_chaps","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":11,"defence_stab":13,"defence_slash":16,"defence_crush":20,"defence_magic":14,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"ranged":50}},"price":2018},"2495":{"id":2495,"name":"Red d'hide chaps","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5180,"lowalch":2072,"highalch":3108,"buy_limit":70,"wiki_name":"Red d'hide chaps","wiki_url":"https://oldschool.runescape.wiki/w/Red_d'hide_chaps","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":14,"defence_stab":15,"defence_slash":18,"defence_crush":22,"defence_magic":18,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"ranged":60}},"price":2667},"2497":{"id":2497,"name":"Black d'hide chaps","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":6220,"lowalch":2488,"highalch":3732,"buy_limit":70,"wiki_name":"Black d'hide chaps","wiki_url":"https://oldschool.runescape.wiki/w/Black_d'hide_chaps","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":17,"defence_stab":18,"defence_slash":20,"defence_crush":26,"defence_magic":23,"defence_ranged":26,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"ranged":70}},"price":4548},"2499":{"id":2499,"name":"Blue d'hide body","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":9360,"lowalch":3744,"highalch":5616,"buy_limit":125,"wiki_name":"Blue d'hide body","wiki_url":"https://oldschool.runescape.wiki/w/Blue_d'hide_body","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":20,"defence_stab":23,"defence_slash":30,"defence_crush":30,"defence_magic":26,"defence_ranged":40,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"ranged":50,"defence":40}},"price":4946},"2501":{"id":2501,"name":"Red d'hide body","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":11230,"lowalch":4492,"highalch":6738,"buy_limit":70,"wiki_name":"Red d'hide body","wiki_url":"https://oldschool.runescape.wiki/w/Red_d'hide_body","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":25,"defence_stab":26,"defence_slash":34,"defence_crush":36,"defence_magic":36,"defence_ranged":45,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"ranged":60,"defence":40}},"price":5613},"2503":{"id":2503,"name":"Black d'hide body","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":13480,"lowalch":5392,"highalch":8088,"buy_limit":70,"wiki_name":"Black d'hide body","wiki_url":"https://oldschool.runescape.wiki/w/Black_d'hide_body","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":30,"defence_stab":30,"defence_slash":38,"defence_crush":45,"defence_magic":45,"defence_ranged":50,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"ranged":70,"defence":40}},"price":7482},"2505":{"id":2505,"name":"Blue dragon leather","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":70,"lowalch":28,"highalch":42,"buy_limit":13000,"wiki_name":"Blue dragon leather","wiki_url":"https://oldschool.runescape.wiki/w/Blue_dragon_leather","price":1780},"2507":{"id":2507,"name":"Red dragon leather","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":11000,"wiki_name":"Red dragon leather","wiki_url":"https://oldschool.runescape.wiki/w/Red_dragon_leather","price":2069},"2509":{"id":2509,"name":"Black dragon leather","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":110,"lowalch":44,"highalch":66,"buy_limit":11000,"wiki_name":"Black dragon leather","wiki_url":"https://oldschool.runescape.wiki/w/Black_dragon_leather","price":2800},"2511":{"id":2511,"name":"Logs","cost":4,"lowalch":1,"highalch":2,"wiki_name":"Logs (Tutorial Island) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Logs_(Tutorial_Island)#Normal","price":0},"2514":{"id":2514,"name":"Raw shrimps","tradeable":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Raw shrimps (Tutorial Island) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Raw_shrimps_(Tutorial_Island)#Normal","price":0},"2516":{"id":2516,"name":"Pot of flour","tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Pot of flour (Tutorial Island)","wiki_url":"https://oldschool.runescape.wiki/w/Pot_of_flour_(Tutorial_Island)","price":0},"2518":{"id":2518,"name":"Rotten tomato","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rotten tomato","wiki_url":"https://oldschool.runescape.wiki/w/Rotten_tomato","price":0},"2520":{"id":2520,"name":"Brown toy horsey","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":150,"wiki_name":"Brown toy horsey","wiki_url":"https://oldschool.runescape.wiki/w/Brown_toy_horsey","price":213},"2522":{"id":2522,"name":"White toy horsey","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":150,"wiki_name":"White toy horsey","wiki_url":"https://oldschool.runescape.wiki/w/White_toy_horsey","price":60},"2524":{"id":2524,"name":"Black toy horsey","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":150,"wiki_name":"Black toy horsey","wiki_url":"https://oldschool.runescape.wiki/w/Black_toy_horsey","price":600},"2526":{"id":2526,"name":"Grey toy horsey","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":150,"wiki_name":"Grey toy horsey","wiki_url":"https://oldschool.runescape.wiki/w/Grey_toy_horsey","price":1300},"2528":{"id":2528,"name":"Lamp","cost":200,"lowalch":80,"highalch":120,"wiki_name":"Lamp","wiki_url":"https://oldschool.runescape.wiki/w/Lamp","price":0},"2529":{"id":2529,"name":"Dead orb","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dead orb","wiki_url":"https://oldschool.runescape.wiki/w/Dead_orb","price":0},"2530":{"id":2530,"name":"Bones","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bones (Tutorial Island) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Bones_(Tutorial_Island)#Normal","price":0},"2532":{"id":2532,"name":"Iron fire arrow","members":true,"tradeable":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Iron fire arrow (Unlit)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_fire_arrow#Unlit","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":10,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":0},"2533":{"id":2533,"name":"Iron fire arrow (lit)","members":true,"tradeable":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Iron fire arrow (Lit)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_fire_arrow#Lit","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":10,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":0},"2534":{"id":2534,"name":"Steel fire arrow","members":true,"tradeable":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Steel fire arrow (Unlit)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_fire_arrow#Unlit","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":16,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":5}},"price":0},"2535":{"id":2535,"name":"Steel fire arrow (lit)","members":true,"tradeable":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Steel fire arrow (Lit)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_fire_arrow#Lit","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":16,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":5}},"price":0},"2536":{"id":2536,"name":"Mithril fire arrow","members":true,"tradeable":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Mithril fire arrow (Unlit)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_fire_arrow#Unlit","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":22,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":20}},"price":0},"2537":{"id":2537,"name":"Mithril fire arrow (lit)","members":true,"tradeable":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Mithril fire arrow (Lit)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_fire_arrow#Lit","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":22,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":20}},"price":0},"2538":{"id":2538,"name":"Adamant fire arrow","members":true,"tradeable":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Adamant fire arrow (Unlit)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_fire_arrow#Unlit","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":31,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":30}},"price":0},"2539":{"id":2539,"name":"Adamant fire arrow (lit)","members":true,"tradeable":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Adamant fire arrow (Lit)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_fire_arrow#Lit","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":31,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":30}},"price":0},"2540":{"id":2540,"name":"Rune fire arrow","members":true,"tradeable":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Rune fire arrow (Unlit)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_fire_arrow#Unlit","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":49,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":40}},"price":0},"2541":{"id":2541,"name":"Rune fire arrow (lit)","members":true,"tradeable":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Rune fire arrow (Lit)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_fire_arrow#Lit","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":49,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":40}},"price":0},"2550":{"id":2550,"name":"Ring of recoil","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":900,"lowalch":360,"highalch":540,"buy_limit":10000,"wiki_name":"Ring of recoil","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_recoil","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":691},"2552":{"id":2552,"name":"Ring of dueling(8)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1275,"lowalch":510,"highalch":765,"buy_limit":15000,"wiki_name":"Ring of dueling (8)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_dueling#(8)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":701},"2554":{"id":2554,"name":"Ring of dueling(7)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1275,"lowalch":510,"highalch":765,"wiki_name":"Ring of dueling (7)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_dueling#(7)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"2556":{"id":2556,"name":"Ring of dueling(6)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1275,"lowalch":510,"highalch":765,"wiki_name":"Ring of dueling (6)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_dueling#(6)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"2558":{"id":2558,"name":"Ring of dueling(5)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1275,"lowalch":510,"highalch":765,"wiki_name":"Ring of dueling (5)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_dueling#(5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"2560":{"id":2560,"name":"Ring of dueling(4)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1275,"lowalch":510,"highalch":765,"wiki_name":"Ring of dueling (4)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_dueling#(4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"2562":{"id":2562,"name":"Ring of dueling(3)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1275,"lowalch":510,"highalch":765,"wiki_name":"Ring of dueling (3)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_dueling#(3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"2564":{"id":2564,"name":"Ring of dueling(2)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1275,"lowalch":510,"highalch":765,"wiki_name":"Ring of dueling (2)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_dueling#(2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"2566":{"id":2566,"name":"Ring of dueling(1)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1275,"lowalch":510,"highalch":765,"wiki_name":"Ring of dueling (1)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_dueling#(1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"2568":{"id":2568,"name":"Ring of forging","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2025,"lowalch":810,"highalch":1215,"buy_limit":10000,"wiki_name":"Ring of forging","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_forging","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":1030},"2570":{"id":2570,"name":"Ring of life","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3525,"lowalch":1410,"highalch":2115,"buy_limit":10000,"wiki_name":"Ring of life","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_life","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":1858},"2572":{"id":2572,"name":"Ring of wealth","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":17625,"lowalch":7050,"highalch":10575,"buy_limit":10000,"wiki_name":"Ring of wealth (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_wealth#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":12169},"2574":{"id":2574,"name":"Sextant","members":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Sextant","wiki_url":"https://oldschool.runescape.wiki/w/Sextant","price":0},"2575":{"id":2575,"name":"Watch","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Watch","wiki_url":"https://oldschool.runescape.wiki/w/Watch","price":0},"2576":{"id":2576,"name":"Chart","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Chart","wiki_url":"https://oldschool.runescape.wiki/w/Chart","price":0},"2577":{"id":2577,"name":"Ranger boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":8,"wiki_name":"Ranger boots","wiki_url":"https://oldschool.runescape.wiki/w/Ranger_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":8,"defence_stab":2,"defence_slash":3,"defence_crush":4,"defence_magic":2,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"ranged":40,"defence":1}},"price":32459676},"2579":{"id":2579,"name":"Wizard boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":8,"wiki_name":"Wizard boots","wiki_url":"https://oldschool.runescape.wiki/w/Wizard_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"magic":20,"defence":1}},"price":228892},"2581":{"id":2581,"name":"Robin hood hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":450,"lowalch":180,"highalch":270,"buy_limit":8,"wiki_name":"Robin hood hat","wiki_url":"https://oldschool.runescape.wiki/w/Robin_hood_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":8,"defence_stab":4,"defence_slash":6,"defence_crush":8,"defence_magic":4,"defence_ranged":4,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"ranged":40,"defence":1}},"price":1375673},"2583":{"id":2583,"name":"Black platebody (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3840,"lowalch":1536,"highalch":2304,"buy_limit":8,"wiki_name":"Black platebody (t)","wiki_url":"https://oldschool.runescape.wiki/w/Black_platebody_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":41,"defence_slash":40,"defence_crush":30,"defence_magic":-6,"defence_ranged":40,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":10}},"price":21156},"2585":{"id":2585,"name":"Black platelegs (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1920,"lowalch":768,"highalch":1152,"buy_limit":8,"wiki_name":"Black platelegs (t)","wiki_url":"https://oldschool.runescape.wiki/w/Black_platelegs_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":21,"defence_slash":20,"defence_crush":19,"defence_magic":-4,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":10}},"price":21214},"2587":{"id":2587,"name":"Black full helm (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1056,"lowalch":422,"highalch":633,"buy_limit":8,"wiki_name":"Black full helm (t)","wiki_url":"https://oldschool.runescape.wiki/w/Black_full_helm_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":12,"defence_slash":13,"defence_crush":10,"defence_magic":-1,"defence_ranged":12,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":16879},"2589":{"id":2589,"name":"Black kiteshield (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1632,"lowalch":652,"highalch":979,"buy_limit":8,"wiki_name":"Black kiteshield (t)","wiki_url":"https://oldschool.runescape.wiki/w/Black_kiteshield_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":17,"defence_slash":19,"defence_crush":18,"defence_magic":-1,"defence_ranged":18,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":10}},"price":10133},"2591":{"id":2591,"name":"Black platebody (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3840,"lowalch":1536,"highalch":2304,"buy_limit":8,"wiki_name":"Black platebody (g)","wiki_url":"https://oldschool.runescape.wiki/w/Black_platebody_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":41,"defence_slash":40,"defence_crush":30,"defence_magic":-6,"defence_ranged":40,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":10}},"price":128278},"2593":{"id":2593,"name":"Black platelegs (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1920,"lowalch":768,"highalch":1152,"buy_limit":8,"wiki_name":"Black platelegs (g)","wiki_url":"https://oldschool.runescape.wiki/w/Black_platelegs_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":21,"defence_slash":20,"defence_crush":19,"defence_magic":-4,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":10}},"price":36412},"2595":{"id":2595,"name":"Black full helm (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1056,"lowalch":422,"highalch":633,"buy_limit":8,"wiki_name":"Black full helm (g)","wiki_url":"https://oldschool.runescape.wiki/w/Black_full_helm_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":12,"defence_slash":13,"defence_crush":10,"defence_magic":-1,"defence_ranged":12,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":110395},"2597":{"id":2597,"name":"Black kiteshield (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1632,"lowalch":652,"highalch":979,"buy_limit":8,"wiki_name":"Black kiteshield (g)","wiki_url":"https://oldschool.runescape.wiki/w/Black_kiteshield_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":17,"defence_slash":19,"defence_crush":18,"defence_magic":-1,"defence_ranged":18,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":10}},"price":103581},"2599":{"id":2599,"name":"Adamant platebody (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":16640,"lowalch":6656,"highalch":9984,"buy_limit":8,"wiki_name":"Adamant platebody (t)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_platebody_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":65,"defence_slash":63,"defence_crush":55,"defence_magic":-6,"defence_ranged":63,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":30}},"price":11706},"2601":{"id":2601,"name":"Adamant platelegs (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":6400,"lowalch":2560,"highalch":3840,"buy_limit":8,"wiki_name":"Adamant platelegs (t)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_platelegs_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":33,"defence_slash":31,"defence_crush":29,"defence_magic":-4,"defence_ranged":31,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":30}},"price":5031},"2603":{"id":2603,"name":"Adamant kiteshield (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5440,"lowalch":2176,"highalch":3264,"buy_limit":8,"wiki_name":"Adamant kiteshield (t)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_kiteshield_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":27,"defence_slash":31,"defence_crush":29,"defence_magic":-1,"defence_ranged":29,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":30}},"price":3469},"2605":{"id":2605,"name":"Adamant full helm (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3520,"lowalch":1408,"highalch":2112,"buy_limit":8,"wiki_name":"Adamant full helm (t)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_full_helm_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":19,"defence_slash":21,"defence_crush":16,"defence_magic":-1,"defence_ranged":19,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":30}},"price":2687},"2607":{"id":2607,"name":"Adamant platebody (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":16640,"lowalch":6656,"highalch":9984,"buy_limit":8,"wiki_name":"Adamant platebody (g)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_platebody_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":65,"defence_slash":63,"defence_crush":55,"defence_magic":-6,"defence_ranged":63,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":30}},"price":20671},"2609":{"id":2609,"name":"Adamant platelegs (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":6400,"lowalch":2560,"highalch":3840,"buy_limit":8,"wiki_name":"Adamant platelegs (g)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_platelegs_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":33,"defence_slash":31,"defence_crush":29,"defence_magic":-4,"defence_ranged":31,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":30}},"price":7556},"2611":{"id":2611,"name":"Adamant kiteshield (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5440,"lowalch":2176,"highalch":3264,"buy_limit":8,"wiki_name":"Adamant kiteshield (g)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_kiteshield_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":27,"defence_slash":31,"defence_crush":29,"defence_magic":-1,"defence_ranged":29,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":30}},"price":10437},"2613":{"id":2613,"name":"Adamant full helm (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3520,"lowalch":1408,"highalch":2112,"buy_limit":8,"wiki_name":"Adamant full helm (g)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_full_helm_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":19,"defence_slash":21,"defence_crush":16,"defence_magic":-1,"defence_ranged":19,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":30}},"price":11489},"2615":{"id":2615,"name":"Rune platebody (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":65000,"lowalch":26000,"highalch":39000,"buy_limit":8,"wiki_name":"Rune platebody (g)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_platebody_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":82,"defence_slash":80,"defence_crush":72,"defence_magic":-6,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":40}},"price":78982},"2617":{"id":2617,"name":"Rune platelegs (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":64000,"lowalch":25600,"highalch":38400,"buy_limit":8,"wiki_name":"Rune platelegs (g)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_platelegs_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":51,"defence_slash":49,"defence_crush":47,"defence_magic":-4,"defence_ranged":49,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":40}},"price":41397},"2619":{"id":2619,"name":"Rune full helm (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"buy_limit":8,"wiki_name":"Rune full helm (g)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_full_helm_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":40}},"price":97243},"2621":{"id":2621,"name":"Rune kiteshield (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":54400,"lowalch":21760,"highalch":32640,"buy_limit":8,"wiki_name":"Rune kiteshield (g)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_kiteshield_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-2,"defence_stab":44,"defence_slash":48,"defence_crush":46,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":142659},"2623":{"id":2623,"name":"Rune platebody (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":65000,"lowalch":26000,"highalch":39000,"buy_limit":8,"wiki_name":"Rune platebody (t)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_platebody_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":82,"defence_slash":80,"defence_crush":72,"defence_magic":-6,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":40}},"price":38913},"2625":{"id":2625,"name":"Rune platelegs (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":64000,"lowalch":25600,"highalch":38400,"buy_limit":8,"wiki_name":"Rune platelegs (t)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_platelegs_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":51,"defence_slash":49,"defence_crush":47,"defence_magic":-4,"defence_ranged":49,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":40}},"price":39698},"2627":{"id":2627,"name":"Rune full helm (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"buy_limit":8,"wiki_name":"Rune full helm (t)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_full_helm_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":40}},"price":30272},"2629":{"id":2629,"name":"Rune kiteshield (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":54400,"lowalch":21760,"highalch":32640,"buy_limit":8,"wiki_name":"Rune kiteshield (t)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_kiteshield_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-2,"defence_stab":44,"defence_slash":48,"defence_crush":46,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":36267},"2631":{"id":2631,"name":"Highwayman mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":4,"wiki_name":"Highwayman mask","wiki_url":"https://oldschool.runescape.wiki/w/Highwayman_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":32597},"2633":{"id":2633,"name":"Blue beret","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":4,"wiki_name":"Blue beret","wiki_url":"https://oldschool.runescape.wiki/w/Blue_beret","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":19643},"2635":{"id":2635,"name":"Black beret","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":4,"wiki_name":"Black beret","wiki_url":"https://oldschool.runescape.wiki/w/Black_beret","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":36045},"2637":{"id":2637,"name":"White beret","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":4,"wiki_name":"White beret","wiki_url":"https://oldschool.runescape.wiki/w/White_beret","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":19173},"2639":{"id":2639,"name":"Tan cavalier","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":4,"wiki_name":"Tan cavalier","wiki_url":"https://oldschool.runescape.wiki/w/Tan_cavalier","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":53250},"2641":{"id":2641,"name":"Dark cavalier","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":4,"wiki_name":"Dark cavalier","wiki_url":"https://oldschool.runescape.wiki/w/Dark_cavalier","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":9741},"2643":{"id":2643,"name":"Black cavalier","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":4,"wiki_name":"Black cavalier","wiki_url":"https://oldschool.runescape.wiki/w/Black_cavalier","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":21992},"2645":{"id":2645,"name":"Red headband","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":4,"wiki_name":"Red headband","wiki_url":"https://oldschool.runescape.wiki/w/Red_headband","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":4656},"2647":{"id":2647,"name":"Black headband","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":4,"wiki_name":"Black headband","wiki_url":"https://oldschool.runescape.wiki/w/Black_headband","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":6525},"2649":{"id":2649,"name":"Brown headband","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":4,"wiki_name":"Brown headband","wiki_url":"https://oldschool.runescape.wiki/w/Brown_headband","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":3951},"2651":{"id":2651,"name":"Pirate's hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":180,"lowalch":72,"highalch":108,"buy_limit":4,"wiki_name":"Pirate's hat","wiki_url":"https://oldschool.runescape.wiki/w/Pirate's_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":140800},"2653":{"id":2653,"name":"Zamorak platebody","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":65000,"lowalch":26000,"highalch":39000,"buy_limit":8,"wiki_name":"Zamorak platebody","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_platebody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":82,"defence_slash":80,"defence_crush":72,"defence_magic":-6,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"body","requirements":{"defence":40}},"price":40288},"2655":{"id":2655,"name":"Zamorak platelegs","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":64000,"lowalch":25600,"highalch":38400,"buy_limit":8,"wiki_name":"Zamorak platelegs","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_platelegs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":51,"defence_slash":49,"defence_crush":47,"defence_magic":-4,"defence_ranged":49,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"legs","requirements":{"defence":40}},"price":43853},"2657":{"id":2657,"name":"Zamorak full helm","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"buy_limit":8,"wiki_name":"Zamorak full helm","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_full_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"head","requirements":{"defence":40}},"price":900001},"2659":{"id":2659,"name":"Zamorak kiteshield","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":54400,"lowalch":21760,"highalch":32640,"buy_limit":8,"wiki_name":"Zamorak kiteshield","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_kiteshield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-2,"defence_stab":44,"defence_slash":48,"defence_crush":46,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"shield","requirements":{"defence":40}},"price":42900},"2661":{"id":2661,"name":"Saradomin platebody","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":65000,"lowalch":26000,"highalch":39000,"buy_limit":8,"wiki_name":"Saradomin platebody","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_platebody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":82,"defence_slash":80,"defence_crush":72,"defence_magic":-6,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"body","requirements":{"defence":40}},"price":51769},"2663":{"id":2663,"name":"Saradomin platelegs","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":64000,"lowalch":25600,"highalch":38400,"buy_limit":8,"wiki_name":"Saradomin platelegs","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_platelegs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":51,"defence_slash":49,"defence_crush":47,"defence_magic":-4,"defence_ranged":49,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"legs","requirements":{"defence":40}},"price":89456},"2665":{"id":2665,"name":"Saradomin full helm","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"buy_limit":8,"wiki_name":"Saradomin full helm","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_full_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"head","requirements":{"defence":40}},"price":106871},"2667":{"id":2667,"name":"Saradomin kiteshield","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":54400,"lowalch":21760,"highalch":32640,"buy_limit":8,"wiki_name":"Saradomin kiteshield","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_kiteshield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-2,"defence_stab":44,"defence_slash":48,"defence_crush":46,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"shield","requirements":{"defence":40}},"price":82942},"2669":{"id":2669,"name":"Guthix platebody","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":65000,"lowalch":26000,"highalch":39000,"buy_limit":8,"wiki_name":"Guthix platebody","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_platebody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":82,"defence_slash":80,"defence_crush":72,"defence_magic":-6,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"body","requirements":{"defence":40}},"price":54190},"2671":{"id":2671,"name":"Guthix platelegs","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":64000,"lowalch":25600,"highalch":38400,"buy_limit":8,"wiki_name":"Guthix platelegs","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_platelegs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":51,"defence_slash":49,"defence_crush":47,"defence_magic":-4,"defence_ranged":49,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"legs","requirements":{"defence":40}},"price":41996},"2673":{"id":2673,"name":"Guthix full helm","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"buy_limit":8,"wiki_name":"Guthix full helm","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_full_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"head","requirements":{"defence":40}},"price":35649},"2675":{"id":2675,"name":"Guthix kiteshield","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":54400,"lowalch":21760,"highalch":32640,"buy_limit":8,"wiki_name":"Guthix kiteshield","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_kiteshield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-2,"defence_stab":44,"defence_slash":48,"defence_crush":46,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"shield","requirements":{"defence":40}},"price":44680},"2677":{"id":2677,"name":"Clue scroll (easy)","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Clue scroll (easy)","wiki_url":"https://oldschool.runescape.wiki/w/Clue_scroll_(easy)","price":0},"2714":{"id":2714,"name":"Casket (easy)","members":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Casket (discontinued) (Easy)","wiki_url":"https://oldschool.runescape.wiki/w/Casket_(discontinued)#Easy","price":0},"2715":{"id":2715,"name":"Casket (easy)","members":true,"stackable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Casket (unobtainable item) (Champions' Guild)","wiki_url":"https://oldschool.runescape.wiki/w/Casket_(unobtainable_item)#Champions'_Guild","price":0},"2718":{"id":2718,"name":"Casket (easy)","members":true,"stackable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Casket (unobtainable item) (Varrock mine)","wiki_url":"https://oldschool.runescape.wiki/w/Casket_(unobtainable_item)#Varrock_mine","price":0},"2721":{"id":2721,"name":"Casket (easy)","members":true,"stackable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Casket (unobtainable item) (Falador)","wiki_url":"https://oldschool.runescape.wiki/w/Casket_(unobtainable_item)#Falador","price":0},"2722":{"id":2722,"name":"Clue scroll (hard)","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Clue scroll (hard)","wiki_url":"https://oldschool.runescape.wiki/w/Clue_scroll_(hard)","price":0},"2724":{"id":2724,"name":"Casket (hard)","members":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Casket (discontinued) (Hard)","wiki_url":"https://oldschool.runescape.wiki/w/Casket_(discontinued)#Hard","price":0},"2795":{"id":2795,"name":"Puzzle box (hard)","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Puzzle box (Castle)","wiki_url":"https://oldschool.runescape.wiki/w/Puzzle_box#Castle","price":0},"2801":{"id":2801,"name":"Clue scroll (medium)","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Clue scroll (medium)","wiki_url":"https://oldschool.runescape.wiki/w/Clue_scroll_(medium)","price":0},"2802":{"id":2802,"name":"Casket (medium)","members":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Casket (discontinued) (Medium)","wiki_url":"https://oldschool.runescape.wiki/w/Casket_(discontinued)#Medium","price":0},"2832":{"id":2832,"name":"Key (medium)","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Key (Treasure Trails) (Medium)","wiki_url":"https://oldschool.runescape.wiki/w/Key_(Treasure_Trails)#Medium","price":0},"2842":{"id":2842,"name":"Challenge scroll (medium)","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Challenge scroll (Medium)","wiki_url":"https://oldschool.runescape.wiki/w/Challenge_scroll#Medium","price":0},"2859":{"id":2859,"name":"Wolf bones","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Wolf bones","wiki_url":"https://oldschool.runescape.wiki/w/Wolf_bones","price":688},"2861":{"id":2861,"name":"Wolfbone arrowtips","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":7000,"wiki_name":"Wolfbone arrowtips","wiki_url":"https://oldschool.runescape.wiki/w/Wolfbone_arrowtips","price":39},"2862":{"id":2862,"name":"Achey tree logs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":13000,"wiki_name":"Achey tree logs","wiki_url":"https://oldschool.runescape.wiki/w/Achey_tree_logs","price":369},"2864":{"id":2864,"name":"Ogre arrow shaft","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":7000,"wiki_name":"Ogre arrow shaft","wiki_url":"https://oldschool.runescape.wiki/w/Ogre_arrow_shaft","price":93},"2865":{"id":2865,"name":"Flighted ogre arrow","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":7000,"wiki_name":"Flighted ogre arrow","wiki_url":"https://oldschool.runescape.wiki/w/Flighted_ogre_arrow","price":145},"2866":{"id":2866,"name":"Ogre arrow","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":25,"lowalch":10,"highalch":15,"buy_limit":7000,"wiki_name":"Ogre arrow","wiki_url":"https://oldschool.runescape.wiki/w/Ogre_arrow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":22,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":30}},"price":171},"2871":{"id":2871,"name":"Ogre bellows","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ogre bellows (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Ogre_bellows#Empty","price":0},"2872":{"id":2872,"name":"Ogre bellows (3)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ogre bellows (3 loads)","wiki_url":"https://oldschool.runescape.wiki/w/Ogre_bellows#3_loads","price":0},"2873":{"id":2873,"name":"Ogre bellows (2)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ogre bellows (2 loads)","wiki_url":"https://oldschool.runescape.wiki/w/Ogre_bellows#2_loads","price":0},"2874":{"id":2874,"name":"Ogre bellows (1)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ogre bellows (1 load)","wiki_url":"https://oldschool.runescape.wiki/w/Ogre_bellows#1_load","price":0},"2875":{"id":2875,"name":"Bloated toad","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bloated toad","wiki_url":"https://oldschool.runescape.wiki/w/Bloated_toad","price":0},"2876":{"id":2876,"name":"Raw chompy","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":85,"lowalch":34,"highalch":51,"buy_limit":13000,"wiki_name":"Raw chompy","wiki_url":"https://oldschool.runescape.wiki/w/Raw_chompy","price":2582},"2878":{"id":2878,"name":"Cooked chompy","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":130,"lowalch":52,"highalch":78,"buy_limit":6000,"wiki_name":"Cooked chompy","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_chompy","price":111},"2880":{"id":2880,"name":"Ruined chompy","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ruined chompy","wiki_url":"https://oldschool.runescape.wiki/w/Ruined_chompy","price":0},"2882":{"id":2882,"name":"Seasoned chompy","members":true,"cost":10,"wiki_name":"Seasoned chompy","wiki_url":"https://oldschool.runescape.wiki/w/Seasoned_chompy","price":0},"2883":{"id":2883,"name":"Ogre bow","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":500,"lowalch":200,"highalch":300,"wiki_name":"Ogre bow","wiki_url":"https://oldschool.runescape.wiki/w/Ogre_bow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":38,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":30}},"weapon":{"attack_speed":8,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"2886":{"id":2886,"name":"Battered book","members":true,"cost":10,"wiki_name":"Battered book","wiki_url":"https://oldschool.runescape.wiki/w/Battered_book","price":0},"2887":{"id":2887,"name":"Battered key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Battered key","wiki_url":"https://oldschool.runescape.wiki/w/Battered_key","price":0},"2888":{"id":2888,"name":"A stone bowl","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"A stone bowl (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/A_stone_bowl#Empty","price":0},"2889":{"id":2889,"name":"A stone bowl","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"A stone bowl (Full)","wiki_url":"https://oldschool.runescape.wiki/w/A_stone_bowl#Full","price":0},"2890":{"id":2890,"name":"Elemental shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":70,"wiki_name":"Elemental shield","wiki_url":"https://oldschool.runescape.wiki/w/Elemental_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":6,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":924},"2892":{"id":2892,"name":"Elemental ore","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Elemental ore","wiki_url":"https://oldschool.runescape.wiki/w/Elemental_ore","price":0},"2893":{"id":2893,"name":"Elemental metal","members":true,"cost":8,"lowalch":3,"highalch":4,"wiki_name":"Elemental metal","wiki_url":"https://oldschool.runescape.wiki/w/Elemental_metal","price":0},"2894":{"id":2894,"name":"Grey boots","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Grey boots","wiki_url":"https://oldschool.runescape.wiki/w/Grey_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":2322},"2896":{"id":2896,"name":"Grey robe top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Grey robe top","wiki_url":"https://oldschool.runescape.wiki/w/Grey_robe_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":321},"2898":{"id":2898,"name":"Grey robe bottoms","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Grey robe bottoms","wiki_url":"https://oldschool.runescape.wiki/w/Grey_robe_bottoms","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":213},"2900":{"id":2900,"name":"Grey hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Grey hat","wiki_url":"https://oldschool.runescape.wiki/w/Grey_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":527},"2902":{"id":2902,"name":"Grey gloves","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Grey gloves","wiki_url":"https://oldschool.runescape.wiki/w/Grey_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":2035},"2904":{"id":2904,"name":"Red boots","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Red boots","wiki_url":"https://oldschool.runescape.wiki/w/Red_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":1},"2906":{"id":2906,"name":"Red robe top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Red robe top","wiki_url":"https://oldschool.runescape.wiki/w/Red_robe_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":50},"2908":{"id":2908,"name":"Red robe bottoms","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Red robe bottoms","wiki_url":"https://oldschool.runescape.wiki/w/Red_robe_bottoms","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":2569},"2910":{"id":2910,"name":"Red hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Red hat","wiki_url":"https://oldschool.runescape.wiki/w/Red_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":833},"2912":{"id":2912,"name":"Red gloves","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Red gloves","wiki_url":"https://oldschool.runescape.wiki/w/Red_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":1013},"2914":{"id":2914,"name":"Yellow boots","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Yellow boots","wiki_url":"https://oldschool.runescape.wiki/w/Yellow_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":1465},"2916":{"id":2916,"name":"Yellow robe top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Yellow robe top","wiki_url":"https://oldschool.runescape.wiki/w/Yellow_robe_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":1},"2918":{"id":2918,"name":"Yellow robe bottoms","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Yellow robe bottoms","wiki_url":"https://oldschool.runescape.wiki/w/Yellow_robe_bottoms","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":357},"2920":{"id":2920,"name":"Yellow hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Yellow hat","wiki_url":"https://oldschool.runescape.wiki/w/Yellow_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":704},"2922":{"id":2922,"name":"Yellow gloves","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Yellow gloves","wiki_url":"https://oldschool.runescape.wiki/w/Yellow_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":1805},"2924":{"id":2924,"name":"Teal boots","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Teal boots","wiki_url":"https://oldschool.runescape.wiki/w/Teal_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":565},"2926":{"id":2926,"name":"Teal robe top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Teal robe top","wiki_url":"https://oldschool.runescape.wiki/w/Teal_robe_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":211},"2928":{"id":2928,"name":"Teal robe bottoms","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Teal robe bottoms","wiki_url":"https://oldschool.runescape.wiki/w/Teal_robe_bottoms","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":188},"2930":{"id":2930,"name":"Teal hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Teal hat","wiki_url":"https://oldschool.runescape.wiki/w/Teal_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":1976},"2932":{"id":2932,"name":"Teal gloves","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Teal gloves","wiki_url":"https://oldschool.runescape.wiki/w/Teal_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":279},"2934":{"id":2934,"name":"Purple boots","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Purple boots","wiki_url":"https://oldschool.runescape.wiki/w/Purple_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":963},"2936":{"id":2936,"name":"Purple robe top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Purple robe top","wiki_url":"https://oldschool.runescape.wiki/w/Purple_robe_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":294},"2938":{"id":2938,"name":"Purple robe bottoms","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Purple robe bottoms","wiki_url":"https://oldschool.runescape.wiki/w/Purple_robe_bottoms","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":8690},"2940":{"id":2940,"name":"Purple hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Purple hat","wiki_url":"https://oldschool.runescape.wiki/w/Purple_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"2942":{"id":2942,"name":"Purple gloves","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Purple gloves","wiki_url":"https://oldschool.runescape.wiki/w/Purple_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":1450},"2944":{"id":2944,"name":"Golden key","members":true,"cost":300,"lowalch":120,"highalch":180,"wiki_name":"Golden key","wiki_url":"https://oldschool.runescape.wiki/w/Golden_key","price":0},"2945":{"id":2945,"name":"Iron key","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Iron key","wiki_url":"https://oldschool.runescape.wiki/w/Iron_key","price":0},"2946":{"id":2946,"name":"Golden tinderbox","members":true,"cost":300,"lowalch":120,"highalch":180,"wiki_name":"Golden tinderbox","wiki_url":"https://oldschool.runescape.wiki/w/Golden_tinderbox","price":0},"2947":{"id":2947,"name":"Golden candle","members":true,"cost":300,"lowalch":120,"highalch":180,"wiki_name":"Golden candle","wiki_url":"https://oldschool.runescape.wiki/w/Golden_candle","price":0},"2948":{"id":2948,"name":"Golden pot","members":true,"cost":300,"lowalch":120,"highalch":180,"wiki_name":"Golden pot","wiki_url":"https://oldschool.runescape.wiki/w/Golden_pot","price":0},"2949":{"id":2949,"name":"Golden hammer","members":true,"cost":300,"lowalch":120,"highalch":180,"wiki_name":"Golden hammer","wiki_url":"https://oldschool.runescape.wiki/w/Golden_hammer","price":0},"2950":{"id":2950,"name":"Golden feather","members":true,"cost":300,"lowalch":120,"highalch":180,"wiki_name":"Golden feather (Priest in Peril)","wiki_url":"https://oldschool.runescape.wiki/w/Golden_feather_(Priest_in_Peril)","price":0},"2951":{"id":2951,"name":"Golden needle","members":true,"cost":300,"lowalch":120,"highalch":180,"wiki_name":"Golden needle","wiki_url":"https://oldschool.runescape.wiki/w/Golden_needle","price":0},"2952":{"id":2952,"name":"Wolfbane","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":300,"lowalch":120,"highalch":180,"wiki_name":"Wolfbane","wiki_url":"https://oldschool.runescape.wiki/w/Wolfbane","equipment":{"attack_stab":11,"attack_slash":5,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":10,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"2953":{"id":2953,"name":"Murky water","members":true,"cost":6,"lowalch":2,"highalch":3,"wiki_name":"Murky water","wiki_url":"https://oldschool.runescape.wiki/w/Murky_water","price":0},"2954":{"id":2954,"name":"Blessed water","members":true,"cost":6,"lowalch":2,"highalch":3,"wiki_name":"Blessed water","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_water","price":0},"2955":{"id":2955,"name":"Moonlight mead","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":2000,"wiki_name":"Moonlight mead","wiki_url":"https://oldschool.runescape.wiki/w/Moonlight_mead","price":351},"2957":{"id":2957,"name":"Druid pouch","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Druid pouch (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Druid_pouch#Empty","price":0},"2958":{"id":2958,"name":"Druid pouch","members":true,"stackable":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Druid pouch (Filled)","wiki_url":"https://oldschool.runescape.wiki/w/Druid_pouch#Filled","price":0},"2959":{"id":2959,"name":"Rotten food","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rotten food","wiki_url":"https://oldschool.runescape.wiki/w/Rotten_food","price":0},"2961":{"id":2961,"name":"Silver sickle","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":175,"lowalch":70,"highalch":105,"buy_limit":15,"wiki_name":"Silver sickle","wiki_url":"https://oldschool.runescape.wiki/w/Silver_sickle","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":1,"defence_ranged":1,"melee_strength":1,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":500},"2963":{"id":2963,"name":"Silver sickle (b)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Silver sickle (b)","wiki_url":"https://oldschool.runescape.wiki/w/Silver_sickle_(b)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":1,"defence_ranged":1,"melee_strength":1,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"2964":{"id":2964,"name":"Washing bowl","members":true,"tradeable":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Washing bowl","wiki_url":"https://oldschool.runescape.wiki/w/Washing_bowl","price":0},"2966":{"id":2966,"name":"Mirror","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mirror","wiki_url":"https://oldschool.runescape.wiki/w/Mirror","price":0},"2967":{"id":2967,"name":"Journal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Journal (Filliman Tarlock)","wiki_url":"https://oldschool.runescape.wiki/w/Journal_(Filliman_Tarlock)","price":0},"2968":{"id":2968,"name":"Druidic spell","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Druidic spell","wiki_url":"https://oldschool.runescape.wiki/w/Druidic_spell","price":0},"2969":{"id":2969,"name":"A used spell","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"A used spell","wiki_url":"https://oldschool.runescape.wiki/w/A_used_spell","price":0},"2970":{"id":2970,"name":"Mort myre fungus","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Mort myre fungus","wiki_url":"https://oldschool.runescape.wiki/w/Mort_myre_fungus","price":409},"2972":{"id":2972,"name":"Mort myre stem","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Mort myre stem","wiki_url":"https://oldschool.runescape.wiki/w/Mort_myre_stem","price":725},"2974":{"id":2974,"name":"Mort myre pear","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Mort myre pear","wiki_url":"https://oldschool.runescape.wiki/w/Mort_myre_pear","price":3850},"2976":{"id":2976,"name":"Sickle mould","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":40,"wiki_name":"Sickle mould","wiki_url":"https://oldschool.runescape.wiki/w/Sickle_mould","price":117},"2978":{"id":2978,"name":"Chompy bird hat","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chompy bird hat (ogre bowman)","wiki_url":"https://oldschool.runescape.wiki/w/Chompy_bird_hat_(ogre_bowman)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"2979":{"id":2979,"name":"Chompy bird hat","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chompy bird hat (bowman)","wiki_url":"https://oldschool.runescape.wiki/w/Chompy_bird_hat_(bowman)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"2980":{"id":2980,"name":"Chompy bird hat","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chompy bird hat (ogre yeoman)","wiki_url":"https://oldschool.runescape.wiki/w/Chompy_bird_hat_(ogre_yeoman)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"2981":{"id":2981,"name":"Chompy bird hat","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chompy bird hat (yeoman)","wiki_url":"https://oldschool.runescape.wiki/w/Chompy_bird_hat_(yeoman)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"2982":{"id":2982,"name":"Chompy bird hat","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chompy bird hat (ogre marksman)","wiki_url":"https://oldschool.runescape.wiki/w/Chompy_bird_hat_(ogre_marksman)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"2983":{"id":2983,"name":"Chompy bird hat","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chompy bird hat (marksman)","wiki_url":"https://oldschool.runescape.wiki/w/Chompy_bird_hat_(marksman)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"2984":{"id":2984,"name":"Chompy bird hat","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chompy bird hat (ogre woodsman)","wiki_url":"https://oldschool.runescape.wiki/w/Chompy_bird_hat_(ogre_woodsman)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"2985":{"id":2985,"name":"Chompy bird hat","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chompy bird hat (woodsman)","wiki_url":"https://oldschool.runescape.wiki/w/Chompy_bird_hat_(woodsman)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"2986":{"id":2986,"name":"Chompy bird hat","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chompy bird hat (ogre forester)","wiki_url":"https://oldschool.runescape.wiki/w/Chompy_bird_hat_(ogre_forester)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"2987":{"id":2987,"name":"Chompy bird hat","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chompy bird hat (forester)","wiki_url":"https://oldschool.runescape.wiki/w/Chompy_bird_hat_(forester)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"2988":{"id":2988,"name":"Chompy bird hat","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chompy bird hat (ogre bowmaster)","wiki_url":"https://oldschool.runescape.wiki/w/Chompy_bird_hat_(ogre_bowmaster)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"2989":{"id":2989,"name":"Chompy bird hat","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chompy bird hat (bowmaster)","wiki_url":"https://oldschool.runescape.wiki/w/Chompy_bird_hat_(bowmaster)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"2990":{"id":2990,"name":"Chompy bird hat","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chompy bird hat (ogre expert)","wiki_url":"https://oldschool.runescape.wiki/w/Chompy_bird_hat_(ogre_expert)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"2991":{"id":2991,"name":"Chompy bird hat","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chompy bird hat (expert)","wiki_url":"https://oldschool.runescape.wiki/w/Chompy_bird_hat_(expert)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"2992":{"id":2992,"name":"Chompy bird hat","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chompy bird hat (ogre dragon archer)","wiki_url":"https://oldschool.runescape.wiki/w/Chompy_bird_hat_(ogre_dragon_archer)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"2993":{"id":2993,"name":"Chompy bird hat","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chompy bird hat (dragon archer)","wiki_url":"https://oldschool.runescape.wiki/w/Chompy_bird_hat_(dragon_archer)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"2994":{"id":2994,"name":"Chompy bird hat","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chompy bird hat (expert ogre dragon archer)","wiki_url":"https://oldschool.runescape.wiki/w/Chompy_bird_hat_(expert_ogre_dragon_archer)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"2995":{"id":2995,"name":"Chompy bird hat","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chompy bird hat (expert dragon archer)","wiki_url":"https://oldschool.runescape.wiki/w/Chompy_bird_hat_(expert_dragon_archer)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"2996":{"id":2996,"name":"Agility arena ticket","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Agility arena ticket","wiki_url":"https://oldschool.runescape.wiki/w/Agility_arena_ticket","price":0},"2997":{"id":2997,"name":"Pirate's hook","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":89,"lowalch":35,"highalch":53,"buy_limit":4,"wiki_name":"Pirate's hook","wiki_url":"https://oldschool.runescape.wiki/w/Pirate's_hook","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":5,"defence_crush":3,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":4749501},"2998":{"id":2998,"name":"Toadflax","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":48,"lowalch":19,"highalch":28,"buy_limit":13000,"wiki_name":"Toadflax","wiki_url":"https://oldschool.runescape.wiki/w/Toadflax","price":3740},"3000":{"id":3000,"name":"Snapdragon","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":59,"lowalch":23,"highalch":35,"buy_limit":11000,"wiki_name":"Snapdragon","wiki_url":"https://oldschool.runescape.wiki/w/Snapdragon","price":8221},"3002":{"id":3002,"name":"Toadflax potion (unf)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":48,"lowalch":19,"highalch":28,"buy_limit":10000,"wiki_name":"Toadflax potion (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Toadflax_potion_(unf)","price":4022},"3004":{"id":3004,"name":"Snapdragon potion (unf)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":59,"lowalch":23,"highalch":35,"buy_limit":10000,"wiki_name":"Snapdragon potion (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Snapdragon_potion_(unf)","price":8450},"3006":{"id":3006,"name":"Firework","members":true,"noteable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Firework","wiki_url":"https://oldschool.runescape.wiki/w/Firework","price":0},"3008":{"id":3008,"name":"Energy potion(4)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":146,"lowalch":58,"highalch":87,"buy_limit":2000,"wiki_name":"Energy potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Energy_potion#4_dose","price":714},"3010":{"id":3010,"name":"Energy potion(3)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":110,"lowalch":44,"highalch":66,"buy_limit":2000,"wiki_name":"Energy potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Energy_potion#3_dose","price":409},"3012":{"id":3012,"name":"Energy potion(2)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":72,"lowalch":28,"highalch":43,"buy_limit":2000,"wiki_name":"Energy potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Energy_potion#2_dose","price":207},"3014":{"id":3014,"name":"Energy potion(1)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":36,"lowalch":14,"highalch":21,"buy_limit":2000,"wiki_name":"Energy potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Energy_potion#1_dose","price":92},"3016":{"id":3016,"name":"Super energy(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":2000,"wiki_name":"Super energy (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_energy#4_dose","price":6784},"3018":{"id":3018,"name":"Super energy(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":230,"lowalch":92,"highalch":138,"buy_limit":2000,"wiki_name":"Super energy (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_energy#3_dose","price":5000},"3020":{"id":3020,"name":"Super energy(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":2000,"wiki_name":"Super energy (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_energy#2_dose","price":2982},"3022":{"id":3022,"name":"Super energy(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":2000,"wiki_name":"Super energy (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_energy#1_dose","price":1679},"3024":{"id":3024,"name":"Super restore(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":2000,"wiki_name":"Super restore (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_restore#4_dose","price":10389},"3026":{"id":3026,"name":"Super restore(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":240,"lowalch":96,"highalch":144,"buy_limit":2000,"wiki_name":"Super restore (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_restore#3_dose","price":7678},"3028":{"id":3028,"name":"Super restore(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":180,"lowalch":72,"highalch":108,"buy_limit":2000,"wiki_name":"Super restore (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_restore#2_dose","price":6054},"3030":{"id":3030,"name":"Super restore(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":120,"lowalch":48,"highalch":72,"buy_limit":2000,"wiki_name":"Super restore (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_restore#1_dose","price":2772},"3032":{"id":3032,"name":"Agility potion(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":2000,"wiki_name":"Agility potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Agility_potion#4_dose","price":475},"3034":{"id":3034,"name":"Agility potion(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":2000,"wiki_name":"Agility potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Agility_potion#3_dose","price":300},"3036":{"id":3036,"name":"Agility potion(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":2000,"wiki_name":"Agility potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Agility_potion#2_dose","price":131},"3038":{"id":3038,"name":"Agility potion(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":2000,"wiki_name":"Agility potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Agility_potion#1_dose","price":74},"3040":{"id":3040,"name":"Magic potion(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":2000,"wiki_name":"Magic potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Magic_potion#4_dose","price":145},"3042":{"id":3042,"name":"Magic potion(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":2000,"wiki_name":"Magic potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Magic_potion#3_dose","price":68},"3044":{"id":3044,"name":"Magic potion(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":2000,"wiki_name":"Magic potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Magic_potion#2_dose","price":22},"3046":{"id":3046,"name":"Magic potion(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":2000,"wiki_name":"Magic potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Magic_potion#1_dose","price":38},"3049":{"id":3049,"name":"Grimy toadflax","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":19,"lowalch":7,"highalch":11,"buy_limit":13000,"wiki_name":"Grimy toadflax","wiki_url":"https://oldschool.runescape.wiki/w/Grimy_toadflax","price":3725},"3051":{"id":3051,"name":"Grimy snapdragon","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":21,"lowalch":8,"highalch":12,"buy_limit":11000,"wiki_name":"Grimy snapdragon","wiki_url":"https://oldschool.runescape.wiki/w/Grimy_snapdragon","price":8214},"3053":{"id":3053,"name":"Lava battlestaff","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":17000,"lowalch":6800,"highalch":10200,"buy_limit":8,"wiki_name":"Lava battlestaff","wiki_url":"https://oldschool.runescape.wiki/w/Lava_battlestaff","equipment":{"attack_stab":7,"attack_slash":-1,"attack_crush":28,"attack_magic":12,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":12,"defence_ranged":0,"melee_strength":35,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":30,"attack":30}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":9472},"3054":{"id":3054,"name":"Mystic lava staff","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":45000,"lowalch":18000,"highalch":27000,"buy_limit":8,"wiki_name":"Mystic lava staff","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_lava_staff","equipment":{"attack_stab":10,"attack_slash":-1,"attack_crush":40,"attack_magic":14,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":14,"defence_ranged":0,"melee_strength":50,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":40,"attack":40}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":26289},"3057":{"id":3057,"name":"Mime mask","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mime mask","wiki_url":"https://oldschool.runescape.wiki/w/Mime_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"3058":{"id":3058,"name":"Mime top","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mime top","wiki_url":"https://oldschool.runescape.wiki/w/Mime_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"3059":{"id":3059,"name":"Mime legs","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mime legs","wiki_url":"https://oldschool.runescape.wiki/w/Mime_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"3060":{"id":3060,"name":"Mime gloves","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mime gloves","wiki_url":"https://oldschool.runescape.wiki/w/Mime_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"3061":{"id":3061,"name":"Mime boots","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mime boots","wiki_url":"https://oldschool.runescape.wiki/w/Mime_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"3062":{"id":3062,"name":"Strange box","stackable":true,"cost":1,"wiki_name":"Strange box","wiki_url":"https://oldschool.runescape.wiki/w/Strange_box","price":0},"3093":{"id":3093,"name":"Black dart","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":7000,"wiki_name":"Black dart (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Black_dart#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":6,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":10}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":2369},"3094":{"id":3094,"name":"Black dart(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":18,"lowalch":7,"highalch":10,"buy_limit":7000,"wiki_name":"Black dart (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Black_dart#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":6,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":10}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":20049},"3095":{"id":3095,"name":"Bronze claws","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":125,"wiki_name":"Bronze claws","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_claws","equipment":{"attack_stab":3,"attack_slash":4,"attack_crush":-4,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":2,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":5,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"claw","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":37},"3096":{"id":3096,"name":"Iron claws","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":125,"wiki_name":"Iron claws","wiki_url":"https://oldschool.runescape.wiki/w/Iron_claws","equipment":{"attack_stab":4,"attack_slash":6,"attack_crush":-4,"attack_magic":0,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":7,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"claw","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":313},"3097":{"id":3097,"name":"Steel claws","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":175,"lowalch":70,"highalch":105,"buy_limit":125,"wiki_name":"Steel claws","wiki_url":"https://oldschool.runescape.wiki/w/Steel_claws","equipment":{"attack_stab":8,"attack_slash":11,"attack_crush":-4,"attack_magic":0,"attack_ranged":0,"defence_stab":3,"defence_slash":6,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":5}},"weapon":{"attack_speed":4,"weapon_type":"claw","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":50},"3098":{"id":3098,"name":"Black claws","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":360,"lowalch":144,"highalch":216,"buy_limit":125,"wiki_name":"Black claws","wiki_url":"https://oldschool.runescape.wiki/w/Black_claws","equipment":{"attack_stab":10,"attack_slash":14,"attack_crush":-4,"attack_magic":0,"attack_ranged":0,"defence_stab":4,"defence_slash":7,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":14,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":10}},"weapon":{"attack_speed":4,"weapon_type":"claw","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":6513},"3099":{"id":3099,"name":"Mithril claws","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":475,"lowalch":190,"highalch":285,"buy_limit":125,"wiki_name":"Mithril claws","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_claws","equipment":{"attack_stab":11,"attack_slash":16,"attack_crush":-4,"attack_magic":0,"attack_ranged":0,"defence_stab":4,"defence_slash":8,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":17,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":20}},"weapon":{"attack_speed":4,"weapon_type":"claw","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":456},"3100":{"id":3100,"name":"Adamant claws","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1200,"lowalch":480,"highalch":720,"buy_limit":125,"wiki_name":"Adamant claws","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_claws","equipment":{"attack_stab":18,"attack_slash":23,"attack_crush":-4,"attack_magic":0,"attack_ranged":0,"defence_stab":6,"defence_slash":12,"defence_crush":3,"defence_magic":0,"defence_ranged":0,"melee_strength":24,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":30}},"weapon":{"attack_speed":4,"weapon_type":"claw","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":463},"3101":{"id":3101,"name":"Rune claws","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":12000,"lowalch":4800,"highalch":7200,"buy_limit":70,"wiki_name":"Rune claws","wiki_url":"https://oldschool.runescape.wiki/w/Rune_claws","equipment":{"attack_stab":26,"attack_slash":38,"attack_crush":-4,"attack_magic":0,"attack_ranged":0,"defence_stab":10,"defence_slash":19,"defence_crush":5,"defence_magic":0,"defence_ranged":0,"melee_strength":39,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":40}},"weapon":{"attack_speed":4,"weapon_type":"claw","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":10650},"3102":{"id":3102,"name":"Combination","members":true,"cost":1,"wiki_name":"Combination","wiki_url":"https://oldschool.runescape.wiki/w/Combination","price":0},"3103":{"id":3103,"name":"Iou","members":true,"cost":1,"wiki_name":"Iou","wiki_url":"https://oldschool.runescape.wiki/w/Iou","price":0},"3104":{"id":3104,"name":"Secret way map","members":true,"cost":1,"wiki_name":"Secret way map","wiki_url":"https://oldschool.runescape.wiki/w/Secret_way_map","price":0},"3105":{"id":3105,"name":"Climbing boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":12,"lowalch":4,"highalch":7,"buy_limit":200,"wiki_name":"Climbing boots","wiki_url":"https://oldschool.runescape.wiki/w/Climbing_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":736},"3107":{"id":3107,"name":"Spiked boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":15,"wiki_name":"Spiked boots","wiki_url":"https://oldschool.runescape.wiki/w/Spiked_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":4732},"3109":{"id":3109,"name":"Stone ball","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Stone ball (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Stone_ball#Red","price":0},"3110":{"id":3110,"name":"Stone ball","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Stone ball (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Stone_ball#Blue","price":0},"3111":{"id":3111,"name":"Stone ball","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Stone ball (Yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Stone_ball#Yellow","price":0},"3112":{"id":3112,"name":"Stone ball","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Stone ball (Purple)","wiki_url":"https://oldschool.runescape.wiki/w/Stone_ball#Purple","price":0},"3113":{"id":3113,"name":"Stone ball","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Stone ball (Green)","wiki_url":"https://oldschool.runescape.wiki/w/Stone_ball#Green","price":0},"3114":{"id":3114,"name":"Certificate","members":true,"cost":1,"wiki_name":"Certificate (Death Plateau)","wiki_url":"https://oldschool.runescape.wiki/w/Certificate_(Death_Plateau)","price":0},"3122":{"id":3122,"name":"Granite shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":56000,"lowalch":22400,"highalch":33600,"buy_limit":70,"wiki_name":"Granite shield","wiki_url":"https://oldschool.runescape.wiki/w/Granite_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-12,"attack_ranged":-8,"defence_stab":40,"defence_slash":42,"defence_crush":38,"defence_magic":0,"defence_ranged":65,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":50,"strength":50}},"price":36515},"3123":{"id":3123,"name":"Shaikahan bones","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":7500,"wiki_name":"Shaikahan bones","wiki_url":"https://oldschool.runescape.wiki/w/Shaikahan_bones","price":23350},"3125":{"id":3125,"name":"Jogre bones","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":3000,"wiki_name":"Jogre bones","wiki_url":"https://oldschool.runescape.wiki/w/Jogre_bones","price":2625},"3127":{"id":3127,"name":"Burnt jogre bones","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt jogre bones","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_jogre_bones","price":0},"3128":{"id":3128,"name":"Pasty jogre bones","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pasty jogre bones (Burnt bones, raw paste)","wiki_url":"https://oldschool.runescape.wiki/w/Pasty_jogre_bones#Burnt_bones,_raw_paste","price":0},"3129":{"id":3129,"name":"Pasty jogre bones","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pasty jogre bones (Burnt bones, cooked paste)","wiki_url":"https://oldschool.runescape.wiki/w/Pasty_jogre_bones#Burnt_bones,_cooked_paste","price":0},"3130":{"id":3130,"name":"Marinated j' bones","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Marinated j' bones (Burnt)","wiki_url":"https://oldschool.runescape.wiki/w/Marinated_j'_bones#Burnt","price":0},"3131":{"id":3131,"name":"Pasty jogre bones","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pasty jogre bones (Normal bones, raw paste)","wiki_url":"https://oldschool.runescape.wiki/w/Pasty_jogre_bones#Normal_bones,_raw_paste","price":0},"3132":{"id":3132,"name":"Pasty jogre bones","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pasty jogre bones (Normal bones, cooked paste)","wiki_url":"https://oldschool.runescape.wiki/w/Pasty_jogre_bones#Normal_bones,_cooked_paste","price":0},"3133":{"id":3133,"name":"Marinated j' bones","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Marinated j' bones (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Marinated_j'_bones#Normal","price":0},"3135":{"id":3135,"name":"Prison key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Prison key (Troll Stronghold)","wiki_url":"https://oldschool.runescape.wiki/w/Prison_key_(Troll_Stronghold)","price":0},"3136":{"id":3136,"name":"Cell key 1","members":true,"cost":1,"wiki_name":"Cell key 1","wiki_url":"https://oldschool.runescape.wiki/w/Cell_key_1","price":0},"3137":{"id":3137,"name":"Cell key 2","members":true,"cost":1,"wiki_name":"Cell key 2","wiki_url":"https://oldschool.runescape.wiki/w/Cell_key_2","price":0},"3138":{"id":3138,"name":"Potato cactus","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":11000,"wiki_name":"Potato cactus","wiki_url":"https://oldschool.runescape.wiki/w/Potato_cactus","price":32},"3140":{"id":3140,"name":"Dragon chainbody","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":250000,"lowalch":100000,"highalch":150000,"buy_limit":70,"wiki_name":"Dragon chainbody","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_chainbody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":0,"defence_stab":81,"defence_slash":93,"defence_crush":98,"defence_magic":-3,"defence_ranged":82,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":60}},"price":200723},"3142":{"id":3142,"name":"Raw karambwan","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":13000,"wiki_name":"Raw karambwan","wiki_url":"https://oldschool.runescape.wiki/w/Raw_karambwan","price":399},"3144":{"id":3144,"name":"Cooked karambwan","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":10000,"wiki_name":"Cooked karambwan","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_karambwan","price":566},"3146":{"id":3146,"name":"Poison karambwan","members":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Poison karambwan","wiki_url":"https://oldschool.runescape.wiki/w/Poison_karambwan","price":0},"3147":{"id":3147,"name":"Cooked karambwan","members":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Cooked karambwan (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_karambwan_(unobtainable_item)","price":0},"3148":{"id":3148,"name":"Burnt karambwan","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt karambwan","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_karambwan","price":0},"3150":{"id":3150,"name":"Raw karambwanji","members":true,"stackable":true,"cost":19,"lowalch":7,"highalch":11,"wiki_name":"Raw karambwanji","wiki_url":"https://oldschool.runescape.wiki/w/Raw_karambwanji","price":0},"3152":{"id":3152,"name":"Karambwan paste","members":true,"cost":15,"lowalch":6,"highalch":9,"wiki_name":"Karambwan paste (Raw)","wiki_url":"https://oldschool.runescape.wiki/w/Karambwan_paste#Raw","price":0},"3153":{"id":3153,"name":"Karambwan paste","members":true,"cost":15,"lowalch":6,"highalch":9,"wiki_name":"Karambwan paste (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Karambwan_paste#Poison","price":0},"3154":{"id":3154,"name":"Karambwan paste","members":true,"cost":15,"lowalch":6,"highalch":9,"wiki_name":"Karambwan paste (Cooked)","wiki_url":"https://oldschool.runescape.wiki/w/Karambwan_paste#Cooked","price":0},"3155":{"id":3155,"name":"Karambwanji paste","members":true,"cost":15,"lowalch":6,"highalch":9,"wiki_name":"Karambwanji paste (Raw)","wiki_url":"https://oldschool.runescape.wiki/w/Karambwanji_paste#Raw","price":0},"3156":{"id":3156,"name":"Karambwanji paste","members":true,"cost":15,"lowalch":6,"highalch":9,"wiki_name":"Karambwanji paste (Cooked)","wiki_url":"https://oldschool.runescape.wiki/w/Karambwanji_paste#Cooked","price":0},"3157":{"id":3157,"name":"Karambwan vessel","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":15,"wiki_name":"Karambwan vessel (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Karambwan_vessel#Empty","price":1185},"3159":{"id":3159,"name":"Karambwan vessel","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":15,"wiki_name":"Karambwan vessel (Baited)","wiki_url":"https://oldschool.runescape.wiki/w/Karambwan_vessel#Baited","price":1597},"3161":{"id":3161,"name":"Crafting manual","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Crafting manual","wiki_url":"https://oldschool.runescape.wiki/w/Crafting_manual","price":0},"3162":{"id":3162,"name":"Sliced banana","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":15,"wiki_name":"Sliced banana","wiki_url":"https://oldschool.runescape.wiki/w/Sliced_banana","price":14},"3164":{"id":3164,"name":"Karamjan rum","cost":30,"lowalch":12,"highalch":18,"wiki_name":"Karamjan rum (sliced banana)","wiki_url":"https://oldschool.runescape.wiki/w/Karamjan_rum_(sliced_banana)","price":0},"3165":{"id":3165,"name":"Karamjan rum","cost":30,"lowalch":12,"highalch":18,"wiki_name":"Karamjan rum (banana)","wiki_url":"https://oldschool.runescape.wiki/w/Karamjan_rum_(banana)","price":0},"3166":{"id":3166,"name":"Monkey corpse","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Monkey corpse","wiki_url":"https://oldschool.runescape.wiki/w/Monkey_corpse","price":0},"3167":{"id":3167,"name":"Monkey skin","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Monkey skin","wiki_url":"https://oldschool.runescape.wiki/w/Monkey_skin","price":0},"3168":{"id":3168,"name":"Seaweed sandwich","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Seaweed sandwich","wiki_url":"https://oldschool.runescape.wiki/w/Seaweed_sandwich","price":0},"3169":{"id":3169,"name":"Stuffed monkey","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Stuffed monkey","wiki_url":"https://oldschool.runescape.wiki/w/Stuffed_monkey","price":0},"3170":{"id":3170,"name":"Bronze spear(kp)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":26,"lowalch":10,"highalch":15,"wiki_name":"Bronze spear (Karambwan poison)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_spear#Karambwan_poison","equipment":{"attack_stab":5,"attack_slash":5,"attack_crush":5,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"3171":{"id":3171,"name":"Iron spear(kp)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":91,"lowalch":36,"highalch":54,"wiki_name":"Iron spear (Karambwan poison)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_spear#Karambwan_poison","equipment":{"attack_stab":8,"attack_slash":8,"attack_crush":8,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"3172":{"id":3172,"name":"Steel spear(kp)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":325,"lowalch":130,"highalch":195,"wiki_name":"Steel spear (Karambwan poison)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_spear#Karambwan_poison","equipment":{"attack_stab":12,"attack_slash":12,"attack_crush":12,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":5}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"3173":{"id":3173,"name":"Mithril spear(kp)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":845,"lowalch":338,"highalch":507,"wiki_name":"Mithril spear (Karambwan poison)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_spear#Karambwan_poison","equipment":{"attack_stab":17,"attack_slash":17,"attack_crush":17,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":18,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":20}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"3174":{"id":3174,"name":"Adamant spear(kp)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":2080,"lowalch":832,"highalch":1248,"wiki_name":"Adamant spear (Karambwan poison)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_spear#Karambwan_poison","equipment":{"attack_stab":24,"attack_slash":24,"attack_crush":24,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":28,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":30}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"3175":{"id":3175,"name":"Rune spear(kp)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":20800,"lowalch":8320,"highalch":12480,"wiki_name":"Rune spear (Karambwan poison)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_spear#Karambwan_poison","equipment":{"attack_stab":36,"attack_slash":36,"attack_crush":36,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":40}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"3176":{"id":3176,"name":"Dragon spear(kp)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":62400,"lowalch":24960,"highalch":37440,"wiki_name":"Dragon spear (Karambwan poison)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_spear#Karambwan_poison","equipment":{"attack_stab":55,"attack_slash":55,"attack_crush":55,"attack_magic":0,"attack_ranged":0,"defence_stab":5,"defence_slash":5,"defence_crush":5,"defence_magic":5,"defence_ranged":5,"melee_strength":60,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":60}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"3177":{"id":3177,"name":"Left-handed banana","noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Left-handed banana","wiki_url":"https://oldschool.runescape.wiki/w/Left-handed_banana","price":0},"3179":{"id":3179,"name":"Small ninja monkey bones","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Small ninja monkey bones","wiki_url":"https://oldschool.runescape.wiki/w/Small_ninja_monkey_bones","price":0},"3180":{"id":3180,"name":"Medium ninja monkey bones","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Medium ninja monkey bones","wiki_url":"https://oldschool.runescape.wiki/w/Medium_ninja_monkey_bones","price":0},"3181":{"id":3181,"name":"Gorilla bones","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gorilla bones","wiki_url":"https://oldschool.runescape.wiki/w/Gorilla_bones","price":0},"3182":{"id":3182,"name":"Bearded gorilla bones","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bearded gorilla bones","wiki_url":"https://oldschool.runescape.wiki/w/Bearded_gorilla_bones","price":0},"3183":{"id":3183,"name":"Monkey bones","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":3000,"wiki_name":"Monkey bones","wiki_url":"https://oldschool.runescape.wiki/w/Monkey_bones","price":504},"3185":{"id":3185,"name":"Small zombie monkey bones","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Small zombie monkey bones","wiki_url":"https://oldschool.runescape.wiki/w/Small_zombie_monkey_bones","price":0},"3186":{"id":3186,"name":"Large zombie monkey bones","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Large zombie monkey bones","wiki_url":"https://oldschool.runescape.wiki/w/Large_zombie_monkey_bones","price":0},"3187":{"id":3187,"name":"Bones","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bones (Ape Atoll)","wiki_url":"https://oldschool.runescape.wiki/w/Bones_(Ape_Atoll)","price":0},"3188":{"id":3188,"name":"Cleaning cloth","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":60,"lowalch":24,"highalch":36,"buy_limit":40,"wiki_name":"Cleaning cloth","wiki_url":"https://oldschool.runescape.wiki/w/Cleaning_cloth","price":197},"3190":{"id":3190,"name":"Bronze halberd","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":125,"wiki_name":"Bronze halberd","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_halberd","equipment":{"attack_stab":7,"attack_slash":8,"attack_crush":0,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":1,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":8,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":1}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":4003},"3192":{"id":3192,"name":"Iron halberd","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":280,"lowalch":112,"highalch":168,"buy_limit":125,"wiki_name":"Iron halberd","wiki_url":"https://oldschool.runescape.wiki/w/Iron_halberd","equipment":{"attack_stab":9,"attack_slash":12,"attack_crush":0,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":1,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":1}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":105},"3194":{"id":3194,"name":"Steel halberd","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":125,"wiki_name":"Steel halberd","wiki_url":"https://oldschool.runescape.wiki/w/Steel_halberd","equipment":{"attack_stab":14,"attack_slash":19,"attack_crush":0,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":1,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":20,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":5}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1434},"3196":{"id":3196,"name":"Black halberd","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1920,"lowalch":768,"highalch":1152,"buy_limit":125,"wiki_name":"Black halberd","wiki_url":"https://oldschool.runescape.wiki/w/Black_halberd","equipment":{"attack_stab":19,"attack_slash":25,"attack_crush":0,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":2,"defence_crush":3,"defence_magic":0,"defence_ranged":0,"melee_strength":20,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":10,"strength":5}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":2057},"3198":{"id":3198,"name":"Mithril halberd","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":2600,"lowalch":1040,"highalch":1560,"buy_limit":125,"wiki_name":"Mithril halberd","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_halberd","equipment":{"attack_stab":22,"attack_slash":28,"attack_crush":0,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":2,"defence_crush":4,"defence_magic":0,"defence_ranged":0,"melee_strength":29,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":20,"strength":10}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":11740},"3200":{"id":3200,"name":"Adamant halberd","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":6400,"lowalch":2560,"highalch":3840,"buy_limit":125,"wiki_name":"Adamant halberd","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_halberd","equipment":{"attack_stab":28,"attack_slash":41,"attack_crush":0,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":3,"defence_crush":4,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":30,"strength":15}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":10709},"3202":{"id":3202,"name":"Rune halberd","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":64000,"lowalch":25600,"highalch":38400,"buy_limit":70,"wiki_name":"Rune halberd","wiki_url":"https://oldschool.runescape.wiki/w/Rune_halberd","equipment":{"attack_stab":48,"attack_slash":67,"attack_crush":0,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":4,"defence_crush":5,"defence_magic":0,"defence_ranged":0,"melee_strength":68,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":40,"strength":20}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":38511},"3204":{"id":3204,"name":"Dragon halberd","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":250000,"lowalch":100000,"highalch":150000,"buy_limit":70,"wiki_name":"Dragon halberd","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_halberd","equipment":{"attack_stab":70,"attack_slash":95,"attack_crush":0,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":4,"defence_crush":5,"defence_magic":0,"defence_ranged":0,"melee_strength":89,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":60,"strength":30}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":150078},"3206":{"id":3206,"name":"King's message","cost":1,"lowalch":0,"highalch":0,"wiki_name":"King's message","wiki_url":"https://oldschool.runescape.wiki/w/King's_message","price":0},"3207":{"id":3207,"name":"Iorwerth's message","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Iorwerth's message","wiki_url":"https://oldschool.runescape.wiki/w/Iorwerth's_message","price":0},"3208":{"id":3208,"name":"Crystal pendant","members":true,"equipable":true,"equipable_by_player":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Crystal pendant","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_pendant","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"3209":{"id":3209,"name":"Sulphur","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sulphur","wiki_url":"https://oldschool.runescape.wiki/w/Sulphur","price":0},"3211":{"id":3211,"name":"Limestone","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":13000,"wiki_name":"Limestone","wiki_url":"https://oldschool.runescape.wiki/w/Limestone","price":143},"3213":{"id":3213,"name":"Quicklime","members":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Quicklime","wiki_url":"https://oldschool.runescape.wiki/w/Quicklime","price":0},"3214":{"id":3214,"name":"Pot of quicklime","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Pot of quicklime","wiki_url":"https://oldschool.runescape.wiki/w/Pot_of_quicklime","price":0},"3215":{"id":3215,"name":"Ground sulphur","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Ground sulphur","wiki_url":"https://oldschool.runescape.wiki/w/Ground_sulphur","price":0},"3216":{"id":3216,"name":"Barrel","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":15,"wiki_name":"Barrel","wiki_url":"https://oldschool.runescape.wiki/w/Barrel","price":1476},"3218":{"id":3218,"name":"Barrel bomb","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Barrel bomb (Unfused)","wiki_url":"https://oldschool.runescape.wiki/w/Barrel_bomb#Unfused","price":0},"3219":{"id":3219,"name":"Barrel bomb","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Barrel bomb (Fused)","wiki_url":"https://oldschool.runescape.wiki/w/Barrel_bomb#Fused","price":0},"3220":{"id":3220,"name":"Barrel of coal tar","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Barrel of coal tar","wiki_url":"https://oldschool.runescape.wiki/w/Barrel_of_coal_tar","price":0},"3221":{"id":3221,"name":"Barrel of naphtha","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Barrel of naphtha","wiki_url":"https://oldschool.runescape.wiki/w/Barrel_of_naphtha","price":0},"3222":{"id":3222,"name":"Naphtha mix","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Naphtha mix (Sulphur)","wiki_url":"https://oldschool.runescape.wiki/w/Naphtha_mix#Sulphur","price":0},"3223":{"id":3223,"name":"Naphtha mix","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Naphtha mix (Quicklime)","wiki_url":"https://oldschool.runescape.wiki/w/Naphtha_mix#Quicklime","price":0},"3224":{"id":3224,"name":"Strip of cloth","members":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Strip of cloth","wiki_url":"https://oldschool.runescape.wiki/w/Strip_of_cloth","price":0},"3226":{"id":3226,"name":"Raw rabbit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":13000,"wiki_name":"Raw rabbit","wiki_url":"https://oldschool.runescape.wiki/w/Raw_rabbit","price":0},"3228":{"id":3228,"name":"Cooked rabbit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":6000,"wiki_name":"Cooked rabbit","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_rabbit","price":1000},"3230":{"id":3230,"name":"Big book of bangs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Big book of bangs","wiki_url":"https://oldschool.runescape.wiki/w/Big_book_of_bangs","price":0},"3231":{"id":3231,"name":"Symbol","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Symbol (big book of bangs) (Quicklime)","wiki_url":"https://oldschool.runescape.wiki/w/Symbol_(big_book_of_bangs)#Quicklime","price":0},"3233":{"id":3233,"name":"Symbol","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Symbol (big book of bangs) (Brimstone)","wiki_url":"https://oldschool.runescape.wiki/w/Symbol_(big_book_of_bangs)#Brimstone","price":0},"3235":{"id":3235,"name":"Symbol","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Symbol (big book of bangs) (Naphtha)","wiki_url":"https://oldschool.runescape.wiki/w/Symbol_(big_book_of_bangs)#Naphtha","price":0},"3237":{"id":3237,"name":"Symbol","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Symbol (big book of bangs) (Combined)","wiki_url":"https://oldschool.runescape.wiki/w/Symbol_(big_book_of_bangs)#Combined","price":0},"3239":{"id":3239,"name":"Bark","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Bark","wiki_url":"https://oldschool.runescape.wiki/w/Bark","price":80},"3241":{"id":3241,"name":"Man","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"3243":{"id":3243,"name":"Farmer","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"3245":{"id":3245,"name":"Warrior woman","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"3247":{"id":3247,"name":"Rogue","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"3249":{"id":3249,"name":"Guard","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"3251":{"id":3251,"name":"Knight","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"3253":{"id":3253,"name":"Watchman","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"3255":{"id":3255,"name":"Paladin","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"3257":{"id":3257,"name":"Gnome","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"3259":{"id":3259,"name":"Hero","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"3261":{"id":3261,"name":"Goutweed","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Goutweed","wiki_url":"https://oldschool.runescape.wiki/w/Goutweed","price":0},"3262":{"id":3262,"name":"Troll thistle","members":true,"cost":1,"wiki_name":"Troll thistle","wiki_url":"https://oldschool.runescape.wiki/w/Troll_thistle","price":0},"3263":{"id":3263,"name":"Dried thistle","members":true,"cost":1,"wiki_name":"Dried thistle","wiki_url":"https://oldschool.runescape.wiki/w/Dried_thistle","price":0},"3264":{"id":3264,"name":"Ground thistle","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ground thistle","wiki_url":"https://oldschool.runescape.wiki/w/Ground_thistle","price":0},"3265":{"id":3265,"name":"Troll potion","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Troll potion","wiki_url":"https://oldschool.runescape.wiki/w/Troll_potion","price":0},"3266":{"id":3266,"name":"Drunk parrot","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Drunk parrot","wiki_url":"https://oldschool.runescape.wiki/w/Drunk_parrot","price":0},"3267":{"id":3267,"name":"Dirty robe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dirty robe","wiki_url":"https://oldschool.runescape.wiki/w/Dirty_robe","price":0},"3268":{"id":3268,"name":"Fake man","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fake man","wiki_url":"https://oldschool.runescape.wiki/w/Fake_man","price":0},"3269":{"id":3269,"name":"Storeroom key","members":true,"cost":1,"wiki_name":"Storeroom key","wiki_url":"https://oldschool.runescape.wiki/w/Storeroom_key","price":0},"3270":{"id":3270,"name":"Alco-chunks","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Alco-chunks","wiki_url":"https://oldschool.runescape.wiki/w/Alco-chunks","price":0},"3271":{"id":3271,"name":"Compost bin","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Compost bin (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Compost_bin_(unobtainable_item)","price":0},"3272":{"id":3272,"name":"Cave kraken","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"3325":{"id":3325,"name":"Vampyre dust","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":11000,"wiki_name":"Vampyre dust","wiki_url":"https://oldschool.runescape.wiki/w/Vampyre_dust","price":1431},"3327":{"id":3327,"name":"Myre snelm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":150,"wiki_name":"Myre snelm (round)","wiki_url":"https://oldschool.runescape.wiki/w/Myre_snelm_(round)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":7,"defence_slash":8,"defence_crush":6,"defence_magic":-1,"defence_ranged":7,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":25},"3329":{"id":3329,"name":"Blood'n'tar snelm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":150,"wiki_name":"Blood'n'tar snelm (round)","wiki_url":"https://oldschool.runescape.wiki/w/Blood'n'tar_snelm_(round)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":7,"defence_slash":8,"defence_crush":6,"defence_magic":-1,"defence_ranged":7,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"3331":{"id":3331,"name":"Ochre snelm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":150,"wiki_name":"Ochre snelm (round)","wiki_url":"https://oldschool.runescape.wiki/w/Ochre_snelm_(round)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":7,"defence_slash":8,"defence_crush":6,"defence_magic":-1,"defence_ranged":7,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":33},"3333":{"id":3333,"name":"Bruise blue snelm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":150,"wiki_name":"Bruise blue snelm (round)","wiki_url":"https://oldschool.runescape.wiki/w/Bruise_blue_snelm_(round)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":7,"defence_slash":8,"defence_crush":6,"defence_magic":-1,"defence_ranged":7,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":152},"3335":{"id":3335,"name":"Broken bark snelm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":150,"wiki_name":"Broken bark snelm","wiki_url":"https://oldschool.runescape.wiki/w/Broken_bark_snelm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":7,"defence_slash":8,"defence_crush":6,"defence_magic":-1,"defence_ranged":7,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":5},"3337":{"id":3337,"name":"Myre snelm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":150,"wiki_name":"Myre snelm (pointed)","wiki_url":"https://oldschool.runescape.wiki/w/Myre_snelm_(pointed)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":7,"defence_slash":8,"defence_crush":6,"defence_magic":-1,"defence_ranged":7,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":1},"3339":{"id":3339,"name":"Blood'n'tar snelm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":150,"wiki_name":"Blood'n'tar snelm (pointed)","wiki_url":"https://oldschool.runescape.wiki/w/Blood'n'tar_snelm_(pointed)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":7,"defence_slash":8,"defence_crush":6,"defence_magic":-1,"defence_ranged":7,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":301},"3341":{"id":3341,"name":"Ochre snelm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":150,"wiki_name":"Ochre snelm (pointed)","wiki_url":"https://oldschool.runescape.wiki/w/Ochre_snelm_(pointed)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":7,"defence_slash":8,"defence_crush":6,"defence_magic":-1,"defence_ranged":7,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":491},"3343":{"id":3343,"name":"Bruise blue snelm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":150,"wiki_name":"Bruise blue snelm (pointed)","wiki_url":"https://oldschool.runescape.wiki/w/Bruise_blue_snelm_(pointed)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":7,"defence_slash":8,"defence_crush":6,"defence_magic":-1,"defence_ranged":7,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":6062},"3345":{"id":3345,"name":"Blamish myre shell","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":13000,"wiki_name":"Blamish myre shell (round)","wiki_url":"https://oldschool.runescape.wiki/w/Blamish_myre_shell_(round)","price":582},"3347":{"id":3347,"name":"Blamish red shell","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":13000,"wiki_name":"Blamish red shell (round)","wiki_url":"https://oldschool.runescape.wiki/w/Blamish_red_shell_(round)","price":347},"3349":{"id":3349,"name":"Blamish ochre shell","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":13000,"wiki_name":"Blamish ochre shell (round)","wiki_url":"https://oldschool.runescape.wiki/w/Blamish_ochre_shell_(round)","price":84},"3351":{"id":3351,"name":"Blamish blue shell","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":13000,"wiki_name":"Blamish blue shell (round)","wiki_url":"https://oldschool.runescape.wiki/w/Blamish_blue_shell_(round)","price":10000},"3353":{"id":3353,"name":"Blamish bark shell","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":13000,"wiki_name":"Blamish bark shell","wiki_url":"https://oldschool.runescape.wiki/w/Blamish_bark_shell","price":4582},"3355":{"id":3355,"name":"Blamish myre shell","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":13000,"wiki_name":"Blamish myre shell (pointed)","wiki_url":"https://oldschool.runescape.wiki/w/Blamish_myre_shell_(pointed)","price":3750},"3357":{"id":3357,"name":"Blamish red shell","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":13000,"wiki_name":"Blamish red shell (pointed)","wiki_url":"https://oldschool.runescape.wiki/w/Blamish_red_shell_(pointed)","price":691},"3359":{"id":3359,"name":"Blamish ochre shell","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":13000,"wiki_name":"Blamish ochre shell (pointed)","wiki_url":"https://oldschool.runescape.wiki/w/Blamish_ochre_shell_(pointed)","price":5144},"3361":{"id":3361,"name":"Blamish blue shell","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":13000,"wiki_name":"Blamish blue shell (pointed)","wiki_url":"https://oldschool.runescape.wiki/w/Blamish_blue_shell_(pointed)","price":3765},"3363":{"id":3363,"name":"Thin snail","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":13000,"wiki_name":"Thin snail","wiki_url":"https://oldschool.runescape.wiki/w/Thin_snail","price":663},"3365":{"id":3365,"name":"Lean snail","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":13000,"wiki_name":"Lean snail","wiki_url":"https://oldschool.runescape.wiki/w/Lean_snail","price":3044},"3367":{"id":3367,"name":"Fat snail","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":13000,"wiki_name":"Fat snail","wiki_url":"https://oldschool.runescape.wiki/w/Fat_snail","price":3388},"3369":{"id":3369,"name":"Thin snail meat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":6000,"wiki_name":"Thin snail meat","wiki_url":"https://oldschool.runescape.wiki/w/Thin_snail_meat","price":1132},"3371":{"id":3371,"name":"Lean snail meat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":6000,"wiki_name":"Lean snail meat","wiki_url":"https://oldschool.runescape.wiki/w/Lean_snail_meat","price":4000},"3373":{"id":3373,"name":"Fat snail meat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":6000,"wiki_name":"Fat snail meat","wiki_url":"https://oldschool.runescape.wiki/w/Fat_snail_meat","price":2536},"3375":{"id":3375,"name":"Burnt snail","members":true,"tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Burnt snail","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_snail","price":0},"3377":{"id":3377,"name":"Sample bottle","members":true,"tradeable":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Sample bottle","wiki_url":"https://oldschool.runescape.wiki/w/Sample_bottle","price":0},"3379":{"id":3379,"name":"Raw slimy eel","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Raw slimy eel","wiki_url":"https://oldschool.runescape.wiki/w/Raw_slimy_eel","price":1039},"3381":{"id":3381,"name":"Cooked slimy eel","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":6000,"wiki_name":"Cooked slimy eel","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_slimy_eel","price":69},"3383":{"id":3383,"name":"Burnt eel","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt eel","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_eel","price":0},"3385":{"id":3385,"name":"Splitbark helm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":70,"wiki_name":"Splitbark helm","wiki_url":"https://oldschool.runescape.wiki/w/Splitbark_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-2,"defence_stab":10,"defence_slash":9,"defence_crush":11,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"magic":40,"defence":40}},"price":9396},"3387":{"id":3387,"name":"Splitbark body","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":45000,"lowalch":18000,"highalch":27000,"buy_limit":70,"wiki_name":"Splitbark body","wiki_url":"https://oldschool.runescape.wiki/w/Splitbark_body","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":10,"attack_ranged":-10,"defence_stab":36,"defence_slash":26,"defence_crush":42,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"magic":40,"defence":40}},"price":47500},"3389":{"id":3389,"name":"Splitbark legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":40000,"lowalch":16000,"highalch":24000,"buy_limit":70,"wiki_name":"Splitbark legs","wiki_url":"https://oldschool.runescape.wiki/w/Splitbark_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":7,"attack_ranged":-7,"defence_stab":22,"defence_slash":20,"defence_crush":25,"defence_magic":10,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"magic":40,"defence":40}},"price":32383},"3391":{"id":3391,"name":"Splitbark gauntlets","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":70,"wiki_name":"Splitbark gauntlets","wiki_url":"https://oldschool.runescape.wiki/w/Splitbark_gauntlets","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":2,"attack_ranged":-1,"defence_stab":3,"defence_slash":2,"defence_crush":4,"defence_magic":2,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"magic":40,"defence":40}},"price":2278},"3393":{"id":3393,"name":"Splitbark boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":70,"wiki_name":"Splitbark boots","wiki_url":"https://oldschool.runescape.wiki/w/Splitbark_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":2,"attack_ranged":-1,"defence_stab":3,"defence_slash":2,"defence_crush":4,"defence_magic":2,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"magic":40,"defence":40}},"price":13796},"3395":{"id":3395,"name":"Diary","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Diary (Shades of Mort'ton)","wiki_url":"https://oldschool.runescape.wiki/w/Diary_(Shades_of_Mort'ton)","price":0},"3396":{"id":3396,"name":"Loar remains","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":7500,"wiki_name":"Loar remains","wiki_url":"https://oldschool.runescape.wiki/w/Loar_remains","price":25},"3398":{"id":3398,"name":"Phrin remains","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":7500,"wiki_name":"Phrin remains","wiki_url":"https://oldschool.runescape.wiki/w/Phrin_remains","price":6104},"3400":{"id":3400,"name":"Riyl remains","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":7500,"wiki_name":"Riyl remains","wiki_url":"https://oldschool.runescape.wiki/w/Riyl_remains","price":2070},"3402":{"id":3402,"name":"Asyn remains","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":7500,"wiki_name":"Asyn remains","wiki_url":"https://oldschool.runescape.wiki/w/Asyn_remains","price":4986},"3404":{"id":3404,"name":"Fiyr remains","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":7500,"wiki_name":"Fiyr remains","wiki_url":"https://oldschool.runescape.wiki/w/Fiyr_remains","price":5571},"3406":{"id":3406,"name":"Unfinished potion","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":11,"lowalch":4,"highalch":6,"buy_limit":10000,"wiki_name":"Unfinished potion","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_potion","price":274},"3408":{"id":3408,"name":"Serum 207 (4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":14,"lowalch":5,"highalch":8,"buy_limit":2000,"wiki_name":"Serum 207 (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Serum_207#4_dose","price":7},"3410":{"id":3410,"name":"Serum 207 (3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":13,"lowalch":5,"highalch":7,"buy_limit":2000,"wiki_name":"Serum 207 (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Serum_207#3_dose","price":10},"3412":{"id":3412,"name":"Serum 207 (2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":13,"lowalch":5,"highalch":7,"buy_limit":2000,"wiki_name":"Serum 207 (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Serum_207#2_dose","price":0},"3414":{"id":3414,"name":"Serum 207 (1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":11,"lowalch":4,"highalch":6,"buy_limit":2000,"wiki_name":"Serum 207 (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Serum_207#1_dose","price":10},"3416":{"id":3416,"name":"Serum 208 (4)","members":true,"cost":14,"lowalch":5,"highalch":8,"wiki_name":"Serum 208 (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Serum_208#4_dose","price":0},"3417":{"id":3417,"name":"Serum 208 (3)","members":true,"cost":13,"lowalch":5,"highalch":7,"wiki_name":"Serum 208 (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Serum_208#3_dose","price":0},"3418":{"id":3418,"name":"Serum 208 (2)","members":true,"cost":13,"lowalch":5,"highalch":7,"wiki_name":"Serum 208 (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Serum_208#2_dose","price":0},"3419":{"id":3419,"name":"Serum 208 (1)","members":true,"cost":11,"lowalch":4,"highalch":6,"wiki_name":"Serum 208 (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Serum_208#1_dose","price":0},"3420":{"id":3420,"name":"Limestone brick","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":10000,"wiki_name":"Limestone brick","wiki_url":"https://oldschool.runescape.wiki/w/Limestone_brick","price":170},"3422":{"id":3422,"name":"Olive oil(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":22,"lowalch":8,"highalch":13,"buy_limit":10000,"wiki_name":"Olive oil (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Olive_oil#4_dose","price":201},"3424":{"id":3424,"name":"Olive oil(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":10000,"wiki_name":"Olive oil (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Olive_oil#3_dose","price":45},"3426":{"id":3426,"name":"Olive oil(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":17,"lowalch":6,"highalch":10,"buy_limit":10000,"wiki_name":"Olive oil (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Olive_oil#2_dose","price":35},"3428":{"id":3428,"name":"Olive oil(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":14,"lowalch":5,"highalch":8,"buy_limit":10000,"wiki_name":"Olive oil (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Olive_oil#1_dose","price":22},"3430":{"id":3430,"name":"Sacred oil(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":2000,"wiki_name":"Sacred oil (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Sacred_oil#4_dose","price":2352},"3432":{"id":3432,"name":"Sacred oil(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":2000,"wiki_name":"Sacred oil (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Sacred_oil#3_dose","price":1682},"3434":{"id":3434,"name":"Sacred oil(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":75,"lowalch":30,"highalch":45,"buy_limit":2000,"wiki_name":"Sacred oil (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Sacred_oil#2_dose","price":801},"3436":{"id":3436,"name":"Sacred oil(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":60,"lowalch":24,"highalch":36,"buy_limit":2000,"wiki_name":"Sacred oil (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Sacred_oil#1_dose","price":621},"3438":{"id":3438,"name":"Pyre logs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":8,"lowalch":3,"highalch":4,"buy_limit":11000,"wiki_name":"Pyre logs","wiki_url":"https://oldschool.runescape.wiki/w/Pyre_logs","price":1732},"3440":{"id":3440,"name":"Oak pyre logs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":11000,"wiki_name":"Oak pyre logs","wiki_url":"https://oldschool.runescape.wiki/w/Oak_pyre_logs","price":2100},"3442":{"id":3442,"name":"Willow pyre logs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":11000,"wiki_name":"Willow pyre logs","wiki_url":"https://oldschool.runescape.wiki/w/Willow_pyre_logs","price":5727},"3444":{"id":3444,"name":"Maple pyre logs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":11000,"wiki_name":"Maple pyre logs","wiki_url":"https://oldschool.runescape.wiki/w/Maple_pyre_logs","price":1460},"3446":{"id":3446,"name":"Yew pyre logs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":320,"lowalch":128,"highalch":192,"buy_limit":11000,"wiki_name":"Yew pyre logs","wiki_url":"https://oldschool.runescape.wiki/w/Yew_pyre_logs","price":1056},"3448":{"id":3448,"name":"Magic pyre logs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":640,"lowalch":256,"highalch":384,"buy_limit":11000,"wiki_name":"Magic pyre logs","wiki_url":"https://oldschool.runescape.wiki/w/Magic_pyre_logs","price":3083},"3450":{"id":3450,"name":"Bronze key red","members":true,"cost":81,"lowalch":32,"highalch":48,"wiki_name":"Bronze key red","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_key_red","price":0},"3451":{"id":3451,"name":"Bronze key brown","members":true,"cost":82,"lowalch":32,"highalch":49,"wiki_name":"Bronze key brown","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_key_brown","price":0},"3452":{"id":3452,"name":"Bronze key crimson","members":true,"cost":83,"lowalch":33,"highalch":49,"wiki_name":"Bronze key crimson","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_key_crimson","price":0},"3453":{"id":3453,"name":"Bronze key black","members":true,"cost":84,"lowalch":33,"highalch":50,"wiki_name":"Bronze key black","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_key_black","price":0},"3454":{"id":3454,"name":"Bronze key purple","members":true,"cost":85,"lowalch":34,"highalch":51,"wiki_name":"Bronze key purple","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_key_purple","price":0},"3455":{"id":3455,"name":"Steel key red","members":true,"cost":86,"lowalch":34,"highalch":51,"wiki_name":"Steel key red","wiki_url":"https://oldschool.runescape.wiki/w/Steel_key_red","price":0},"3456":{"id":3456,"name":"Steel key brown","members":true,"cost":87,"lowalch":34,"highalch":52,"wiki_name":"Steel key brown","wiki_url":"https://oldschool.runescape.wiki/w/Steel_key_brown","price":0},"3457":{"id":3457,"name":"Steel key crimson","members":true,"cost":88,"lowalch":35,"highalch":52,"wiki_name":"Steel key crimson","wiki_url":"https://oldschool.runescape.wiki/w/Steel_key_crimson","price":0},"3458":{"id":3458,"name":"Steel key black","members":true,"cost":89,"lowalch":35,"highalch":53,"wiki_name":"Steel key black","wiki_url":"https://oldschool.runescape.wiki/w/Steel_key_black","price":0},"3459":{"id":3459,"name":"Steel key purple","members":true,"cost":90,"lowalch":36,"highalch":54,"wiki_name":"Steel key purple","wiki_url":"https://oldschool.runescape.wiki/w/Steel_key_purple","price":0},"3460":{"id":3460,"name":"Black key red","members":true,"cost":91,"lowalch":36,"highalch":54,"wiki_name":"Black key red","wiki_url":"https://oldschool.runescape.wiki/w/Black_key_red","price":0},"3461":{"id":3461,"name":"Black key brown","members":true,"cost":92,"lowalch":36,"highalch":55,"wiki_name":"Black key brown","wiki_url":"https://oldschool.runescape.wiki/w/Black_key_brown","price":0},"3462":{"id":3462,"name":"Black key crimson","members":true,"cost":93,"lowalch":37,"highalch":55,"wiki_name":"Black key crimson","wiki_url":"https://oldschool.runescape.wiki/w/Black_key_crimson","price":0},"3463":{"id":3463,"name":"Black key black","members":true,"cost":94,"lowalch":37,"highalch":56,"wiki_name":"Black key black","wiki_url":"https://oldschool.runescape.wiki/w/Black_key_black","price":0},"3464":{"id":3464,"name":"Black key purple","members":true,"cost":95,"lowalch":38,"highalch":57,"wiki_name":"Black key purple","wiki_url":"https://oldschool.runescape.wiki/w/Black_key_purple","price":0},"3465":{"id":3465,"name":"Silver key red","members":true,"cost":96,"lowalch":38,"highalch":57,"wiki_name":"Silver key red","wiki_url":"https://oldschool.runescape.wiki/w/Silver_key_red","price":0},"3466":{"id":3466,"name":"Silver key brown","members":true,"cost":97,"lowalch":38,"highalch":58,"wiki_name":"Silver key brown","wiki_url":"https://oldschool.runescape.wiki/w/Silver_key_brown","price":0},"3467":{"id":3467,"name":"Silver key crimson","members":true,"cost":98,"lowalch":39,"highalch":58,"wiki_name":"Silver key crimson","wiki_url":"https://oldschool.runescape.wiki/w/Silver_key_crimson","price":0},"3468":{"id":3468,"name":"Silver key black","members":true,"cost":99,"lowalch":39,"highalch":59,"wiki_name":"Silver key black","wiki_url":"https://oldschool.runescape.wiki/w/Silver_key_black","price":0},"3469":{"id":3469,"name":"Silver key purple","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Silver key purple","wiki_url":"https://oldschool.runescape.wiki/w/Silver_key_purple","price":0},"3470":{"id":3470,"name":"Fine cloth","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":11000,"wiki_name":"Fine cloth","wiki_url":"https://oldschool.runescape.wiki/w/Fine_cloth","price":11500},"3472":{"id":3472,"name":"Black plateskirt (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1920,"lowalch":768,"highalch":1152,"buy_limit":8,"wiki_name":"Black plateskirt (t)","wiki_url":"https://oldschool.runescape.wiki/w/Black_plateskirt_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":21,"defence_slash":20,"defence_crush":19,"defence_magic":-4,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":10}},"price":3250},"3473":{"id":3473,"name":"Black plateskirt (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1920,"lowalch":768,"highalch":1152,"buy_limit":8,"wiki_name":"Black plateskirt (g)","wiki_url":"https://oldschool.runescape.wiki/w/Black_plateskirt_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":21,"defence_slash":20,"defence_crush":19,"defence_magic":-4,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":10}},"price":6914},"3474":{"id":3474,"name":"Adamant plateskirt (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":6400,"lowalch":2560,"highalch":3840,"buy_limit":8,"wiki_name":"Adamant plateskirt (t)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_plateskirt_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":33,"defence_slash":31,"defence_crush":29,"defence_magic":-4,"defence_ranged":31,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":30}},"price":4757},"3475":{"id":3475,"name":"Adamant plateskirt (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":6400,"lowalch":2560,"highalch":3840,"buy_limit":8,"wiki_name":"Adamant plateskirt (g)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_plateskirt_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":33,"defence_slash":31,"defence_crush":29,"defence_magic":-4,"defence_ranged":31,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":30}},"price":5892},"3476":{"id":3476,"name":"Rune plateskirt (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":64000,"lowalch":25600,"highalch":38400,"buy_limit":8,"wiki_name":"Rune plateskirt (g)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_plateskirt_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":51,"defence_slash":49,"defence_crush":47,"defence_magic":-4,"defence_ranged":49,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":40}},"price":38122},"3477":{"id":3477,"name":"Rune plateskirt (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":64000,"lowalch":25600,"highalch":38400,"buy_limit":8,"wiki_name":"Rune plateskirt (t)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_plateskirt_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":51,"defence_slash":49,"defence_crush":47,"defence_magic":-4,"defence_ranged":49,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":40}},"price":38500},"3478":{"id":3478,"name":"Zamorak plateskirt","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":64000,"lowalch":25600,"highalch":38400,"buy_limit":8,"wiki_name":"Zamorak plateskirt","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_plateskirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":51,"defence_slash":49,"defence_crush":47,"defence_magic":-4,"defence_ranged":49,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"legs","requirements":{"defence":40}},"price":38155},"3479":{"id":3479,"name":"Saradomin plateskirt","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":64000,"lowalch":25600,"highalch":38400,"buy_limit":8,"wiki_name":"Saradomin plateskirt","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_plateskirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":51,"defence_slash":49,"defence_crush":47,"defence_magic":-4,"defence_ranged":49,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"legs","requirements":{"defence":40}},"price":37303},"3480":{"id":3480,"name":"Guthix plateskirt","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":64000,"lowalch":25600,"highalch":38400,"buy_limit":8,"wiki_name":"Guthix plateskirt","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_plateskirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":51,"defence_slash":49,"defence_crush":47,"defence_magic":-4,"defence_ranged":49,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"legs","requirements":{"defence":40}},"price":38433},"3481":{"id":3481,"name":"Gilded platebody","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":65000,"lowalch":26000,"highalch":39000,"buy_limit":8,"wiki_name":"Gilded platebody","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_platebody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":82,"defence_slash":80,"defence_crush":72,"defence_magic":-6,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":40}},"price":6991650},"3483":{"id":3483,"name":"Gilded platelegs","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":64000,"lowalch":25600,"highalch":38400,"buy_limit":8,"wiki_name":"Gilded platelegs","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_platelegs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":51,"defence_slash":49,"defence_crush":47,"defence_magic":-4,"defence_ranged":49,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":40}},"price":7365628},"3485":{"id":3485,"name":"Gilded plateskirt","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":64000,"lowalch":25600,"highalch":38400,"buy_limit":8,"wiki_name":"Gilded plateskirt","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_plateskirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":51,"defence_slash":49,"defence_crush":47,"defence_magic":-4,"defence_ranged":49,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":40}},"price":1870001},"3486":{"id":3486,"name":"Gilded full helm","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"buy_limit":8,"wiki_name":"Gilded full helm","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_full_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":40}},"price":6300001},"3488":{"id":3488,"name":"Gilded kiteshield","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":54400,"lowalch":21760,"highalch":32640,"buy_limit":8,"wiki_name":"Gilded kiteshield","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_kiteshield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":44,"defence_slash":48,"defence_crush":46,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":6083984},"3565":{"id":3565,"name":"Puzzle box (hard)","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Puzzle box (Tree)","wiki_url":"https://oldschool.runescape.wiki/w/Puzzle_box#Tree","price":0},"3569":{"id":3569,"name":"Puzzle box (hard)","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Puzzle box (Troll)","wiki_url":"https://oldschool.runescape.wiki/w/Puzzle_box#Troll","price":0},"3667":{"id":3667,"name":"Boss helper tool","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Boss helper tool","wiki_url":"https://oldschool.runescape.wiki/w/Boss_helper_tool","price":0},"3678":{"id":3678,"name":"Flamtaer hammer","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":40,"wiki_name":"Flamtaer hammer","wiki_url":"https://oldschool.runescape.wiki/w/Flamtaer_hammer","price":5338},"3680":{"id":3680,"name":"Shoe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shoe (unobtainable item) (Male Basic Brown)","wiki_url":"https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Male_Basic_Brown","price":0},"3681":{"id":3681,"name":"Shoe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shoe (unobtainable item) (Male Basic Khaki)","wiki_url":"https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Male_Basic_Khaki","price":0},"3682":{"id":3682,"name":"Shoe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shoe (unobtainable item) (Male Basic Ashen)","wiki_url":"https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Male_Basic_Ashen","price":0},"3683":{"id":3683,"name":"Shoe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shoe (unobtainable item) (Male Basic Dark)","wiki_url":"https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Male_Basic_Dark","price":0},"3684":{"id":3684,"name":"Shoe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shoe (unobtainable item) (Male Basic Terracotta)","wiki_url":"https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Male_Basic_Terracotta","price":0},"3685":{"id":3685,"name":"Shoe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shoe (unobtainable item) (Male Basic Grey)","wiki_url":"https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Male_Basic_Grey","price":0},"3686":{"id":3686,"name":"Fremennik","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"3688":{"id":3688,"name":"Unstrung lyre","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Unstrung lyre","wiki_url":"https://oldschool.runescape.wiki/w/Unstrung_lyre","price":0},"3689":{"id":3689,"name":"Lyre","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Lyre","wiki_url":"https://oldschool.runescape.wiki/w/Lyre","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"unarmed","stances":[{"combat_style":"punch","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"kick","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"3690":{"id":3690,"name":"Enchanted lyre","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Enchanted lyre (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Enchanted_lyre#Uncharged","price":0},"3691":{"id":3691,"name":"Enchanted lyre(1)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Enchanted lyre (1)","wiki_url":"https://oldschool.runescape.wiki/w/Enchanted_lyre#(1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"unarmed","stances":[{"combat_style":"punch","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"kick","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"3692":{"id":3692,"name":"Branch","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Branch","wiki_url":"https://oldschool.runescape.wiki/w/Branch","price":0},"3693":{"id":3693,"name":"Golden fleece","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Golden fleece","wiki_url":"https://oldschool.runescape.wiki/w/Golden_fleece","price":0},"3694":{"id":3694,"name":"Golden wool","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Golden wool","wiki_url":"https://oldschool.runescape.wiki/w/Golden_wool","price":0},"3695":{"id":3695,"name":"Pet rock","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pet rock","wiki_url":"https://oldschool.runescape.wiki/w/Pet_rock","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"unarmed","stances":[{"combat_style":"punch","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"kick","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"3696":{"id":3696,"name":"Hunters' talisman","members":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Hunters' talisman (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Hunters'_talisman#Normal","price":0},"3697":{"id":3697,"name":"Hunters' talisman","members":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Hunters' talisman (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Hunters'_talisman#Uncharged","price":0},"3698":{"id":3698,"name":"Exotic flower","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Exotic flower","wiki_url":"https://oldschool.runescape.wiki/w/Exotic_flower","price":0},"3699":{"id":3699,"name":"Fremennik ballad","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fremennik ballad","wiki_url":"https://oldschool.runescape.wiki/w/Fremennik_ballad","price":0},"3700":{"id":3700,"name":"Sturdy boots","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sturdy boots","wiki_url":"https://oldschool.runescape.wiki/w/Sturdy_boots","price":0},"3701":{"id":3701,"name":"Tracking map","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tracking map","wiki_url":"https://oldschool.runescape.wiki/w/Tracking_map","price":0},"3702":{"id":3702,"name":"Custom bow string","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Custom bow string","wiki_url":"https://oldschool.runescape.wiki/w/Custom_bow_string","price":0},"3703":{"id":3703,"name":"Unusual fish","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Unusual fish","wiki_url":"https://oldschool.runescape.wiki/w/Unusual_fish","price":0},"3704":{"id":3704,"name":"Sea fishing map","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sea fishing map","wiki_url":"https://oldschool.runescape.wiki/w/Sea_fishing_map","price":0},"3705":{"id":3705,"name":"Weather forecast","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Weather forecast","wiki_url":"https://oldschool.runescape.wiki/w/Weather_forecast","price":0},"3706":{"id":3706,"name":"Champions token","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Champions token","wiki_url":"https://oldschool.runescape.wiki/w/Champions_token","price":0},"3707":{"id":3707,"name":"Legendary cocktail","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Legendary cocktail","wiki_url":"https://oldschool.runescape.wiki/w/Legendary_cocktail","price":0},"3708":{"id":3708,"name":"Fiscal statement","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fiscal statement","wiki_url":"https://oldschool.runescape.wiki/w/Fiscal_statement","price":0},"3709":{"id":3709,"name":"Promissory note","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Promissory note","wiki_url":"https://oldschool.runescape.wiki/w/Promissory_note","price":0},"3710":{"id":3710,"name":"Warriors' contract","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Warriors' contract","wiki_url":"https://oldschool.runescape.wiki/w/Warriors'_contract","price":0},"3711":{"id":3711,"name":"Keg of beer","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Keg of beer (The Fremennik Trials)","wiki_url":"https://oldschool.runescape.wiki/w/Keg_of_beer_(The_Fremennik_Trials)","price":0},"3712":{"id":3712,"name":"Low alcohol keg","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Low alcohol keg","wiki_url":"https://oldschool.runescape.wiki/w/Low_alcohol_keg","price":0},"3713":{"id":3713,"name":"Strange object","members":true,"cost":1,"wiki_name":"Strange object","wiki_url":"https://oldschool.runescape.wiki/w/Strange_object","price":0},"3714":{"id":3714,"name":"Lit strange object","members":true,"cost":1,"wiki_name":"Lit strange object","wiki_url":"https://oldschool.runescape.wiki/w/Lit_strange_object","price":0},"3715":{"id":3715,"name":"Red disk","members":true,"cost":1,"wiki_name":"Red disk","wiki_url":"https://oldschool.runescape.wiki/w/Red_disk","price":0},"3718":{"id":3718,"name":"Magnet","members":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Magnet (The Fremennik Trials)","wiki_url":"https://oldschool.runescape.wiki/w/Magnet_(The_Fremennik_Trials)","price":0},"3719":{"id":3719,"name":"Blue thread","members":true,"cost":1,"wiki_name":"Blue thread","wiki_url":"https://oldschool.runescape.wiki/w/Blue_thread","price":0},"3720":{"id":3720,"name":"Small pick","members":true,"cost":1,"wiki_name":"Small pick","wiki_url":"https://oldschool.runescape.wiki/w/Small_pick","price":0},"3721":{"id":3721,"name":"Toy ship","members":true,"cost":2,"wiki_name":"Toy ship","wiki_url":"https://oldschool.runescape.wiki/w/Toy_ship","price":0},"3722":{"id":3722,"name":"Full bucket","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Full bucket (The Fremennik Trials)","wiki_url":"https://oldschool.runescape.wiki/w/Full_bucket_(The_Fremennik_Trials)","price":0},"3723":{"id":3723,"name":"4/5ths full bucket","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"4/5ths full bucket","wiki_url":"https://oldschool.runescape.wiki/w/4/5ths_full_bucket","price":0},"3724":{"id":3724,"name":"3/5ths full bucket","members":true,"cost":1,"wiki_name":"3/5ths full bucket","wiki_url":"https://oldschool.runescape.wiki/w/3/5ths_full_bucket","price":0},"3725":{"id":3725,"name":"2/5ths full bucket","members":true,"cost":1,"wiki_name":"2/5ths full bucket","wiki_url":"https://oldschool.runescape.wiki/w/2/5ths_full_bucket","price":0},"3726":{"id":3726,"name":"1/5ths full bucket","members":true,"cost":1,"wiki_name":"1/5ths full bucket","wiki_url":"https://oldschool.runescape.wiki/w/1/5ths_full_bucket","price":0},"3727":{"id":3727,"name":"Empty bucket","members":true,"cost":1,"wiki_name":"Empty bucket","wiki_url":"https://oldschool.runescape.wiki/w/Empty_bucket","price":0},"3728":{"id":3728,"name":"Frozen bucket","members":true,"cost":1,"wiki_name":"Frozen bucket","wiki_url":"https://oldschool.runescape.wiki/w/Frozen_bucket","price":0},"3729":{"id":3729,"name":"Full jug","members":true,"cost":1,"wiki_name":"Full jug","wiki_url":"https://oldschool.runescape.wiki/w/Full_jug","price":0},"3730":{"id":3730,"name":"2/3rds full jug","members":true,"cost":1,"wiki_name":"2/3rds full jug","wiki_url":"https://oldschool.runescape.wiki/w/2/3rds_full_jug","price":0},"3731":{"id":3731,"name":"1/3rds full jug","members":true,"cost":1,"wiki_name":"1/3rds full jug","wiki_url":"https://oldschool.runescape.wiki/w/1/3rds_full_jug","price":0},"3732":{"id":3732,"name":"Empty jug","members":true,"cost":1,"wiki_name":"Empty jug","wiki_url":"https://oldschool.runescape.wiki/w/Empty_jug","price":0},"3733":{"id":3733,"name":"Frozen jug","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Frozen jug","wiki_url":"https://oldschool.runescape.wiki/w/Frozen_jug","price":0},"3734":{"id":3734,"name":"Vase","members":true,"cost":1,"wiki_name":"Vase","wiki_url":"https://oldschool.runescape.wiki/w/Vase","price":0},"3735":{"id":3735,"name":"Vase of water","members":true,"cost":1,"wiki_name":"Vase of water","wiki_url":"https://oldschool.runescape.wiki/w/Vase_of_water","price":0},"3736":{"id":3736,"name":"Frozen vase","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Frozen vase","wiki_url":"https://oldschool.runescape.wiki/w/Frozen_vase","price":0},"3737":{"id":3737,"name":"Vase lid","members":true,"cost":1,"wiki_name":"Vase lid","wiki_url":"https://oldschool.runescape.wiki/w/Vase_lid","price":0},"3738":{"id":3738,"name":"Sealed vase","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sealed vase (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Sealed_vase#Empty","price":0},"3739":{"id":3739,"name":"Sealed vase","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sealed vase (Frozen)","wiki_url":"https://oldschool.runescape.wiki/w/Sealed_vase#Frozen","price":0},"3740":{"id":3740,"name":"Sealed vase","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sealed vase (Water)","wiki_url":"https://oldschool.runescape.wiki/w/Sealed_vase#Water","price":0},"3742":{"id":3742,"name":"Red herring","members":true,"cost":1,"wiki_name":"Red herring","wiki_url":"https://oldschool.runescape.wiki/w/Red_herring","price":0},"3744":{"id":3744,"name":"Wooden disk","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wooden disk","wiki_url":"https://oldschool.runescape.wiki/w/Wooden_disk","price":0},"3745":{"id":3745,"name":"Seer's key","members":true,"cost":1,"wiki_name":"Seer's key","wiki_url":"https://oldschool.runescape.wiki/w/Seer's_key","price":0},"3746":{"id":3746,"name":"Sticky red goop","members":true,"tradeable":true,"noteable":true,"cost":1,"wiki_name":"Sticky red goop","wiki_url":"https://oldschool.runescape.wiki/w/Sticky_red_goop","price":0},"3748":{"id":3748,"name":"Fremennik helm","members":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Fremennik helm","wiki_url":"https://oldschool.runescape.wiki/w/Fremennik_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":19,"defence_slash":21,"defence_crush":16,"defence_magic":-1,"defence_ranged":19,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":30}},"price":0},"3749":{"id":3749,"name":"Archer helm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":60000,"lowalch":24000,"highalch":36000,"buy_limit":70,"wiki_name":"Archer helm","wiki_url":"https://oldschool.runescape.wiki/w/Archer_helm","equipment":{"attack_stab":-5,"attack_slash":-5,"attack_crush":-5,"attack_magic":-5,"attack_ranged":6,"defence_stab":6,"defence_slash":8,"defence_crush":10,"defence_magic":6,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":45}},"price":49095},"3751":{"id":3751,"name":"Berserker helm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":60000,"lowalch":24000,"highalch":36000,"buy_limit":70,"wiki_name":"Berserker helm","wiki_url":"https://oldschool.runescape.wiki/w/Berserker_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-5,"attack_ranged":-5,"defence_stab":31,"defence_slash":29,"defence_crush":33,"defence_magic":0,"defence_ranged":30,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":45}},"price":80699},"3753":{"id":3753,"name":"Warrior helm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":60000,"lowalch":24000,"highalch":36000,"buy_limit":70,"wiki_name":"Warrior helm","wiki_url":"https://oldschool.runescape.wiki/w/Warrior_helm","equipment":{"attack_stab":0,"attack_slash":5,"attack_crush":0,"attack_magic":-5,"attack_ranged":-5,"defence_stab":31,"defence_slash":33,"defence_crush":29,"defence_magic":0,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":45}},"price":56987},"3755":{"id":3755,"name":"Farseer helm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":60000,"lowalch":24000,"highalch":36000,"buy_limit":70,"wiki_name":"Farseer helm","wiki_url":"https://oldschool.runescape.wiki/w/Farseer_helm","equipment":{"attack_stab":-5,"attack_slash":-5,"attack_crush":-5,"attack_magic":6,"attack_ranged":-5,"defence_stab":8,"defence_slash":10,"defence_crush":12,"defence_magic":6,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":45}},"price":43093},"3757":{"id":3757,"name":"Fremennik blade","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Fremennik blade","wiki_url":"https://oldschool.runescape.wiki/w/Fremennik_blade","equipment":{"attack_stab":6,"attack_slash":29,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":28,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":30}},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"3758":{"id":3758,"name":"Fremennik shield","members":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Fremennik shield","wiki_url":"https://oldschool.runescape.wiki/w/Fremennik_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-2,"defence_stab":27,"defence_slash":31,"defence_crush":29,"defence_magic":-1,"defence_ranged":29,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":30}},"price":0},"3759":{"id":3759,"name":"Fremennik cyan cloak","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":150,"wiki_name":"Fremennik cyan cloak","wiki_url":"https://oldschool.runescape.wiki/w/Fremennik_cyan_cloak","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":769},"3761":{"id":3761,"name":"Fremennik brown cloak","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":150,"wiki_name":"Fremennik brown cloak","wiki_url":"https://oldschool.runescape.wiki/w/Fremennik_brown_cloak","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"3763":{"id":3763,"name":"Fremennik blue cloak","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":150,"wiki_name":"Fremennik blue cloak","wiki_url":"https://oldschool.runescape.wiki/w/Fremennik_blue_cloak","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":1638},"3765":{"id":3765,"name":"Fremennik green cloak","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":150,"wiki_name":"Fremennik green cloak","wiki_url":"https://oldschool.runescape.wiki/w/Fremennik_green_cloak","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":879},"3767":{"id":3767,"name":"Fremennik brown shirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":150,"wiki_name":"Fremennik brown shirt","wiki_url":"https://oldschool.runescape.wiki/w/Fremennik_brown_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"3769":{"id":3769,"name":"Fremennik grey shirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":150,"wiki_name":"Fremennik grey shirt","wiki_url":"https://oldschool.runescape.wiki/w/Fremennik_grey_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":589},"3771":{"id":3771,"name":"Fremennik beige shirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":150,"wiki_name":"Fremennik beige shirt","wiki_url":"https://oldschool.runescape.wiki/w/Fremennik_beige_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":4},"3773":{"id":3773,"name":"Fremennik red shirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":150,"wiki_name":"Fremennik red shirt","wiki_url":"https://oldschool.runescape.wiki/w/Fremennik_red_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"3775":{"id":3775,"name":"Fremennik blue shirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":150,"wiki_name":"Fremennik blue shirt","wiki_url":"https://oldschool.runescape.wiki/w/Fremennik_blue_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":389},"3777":{"id":3777,"name":"Fremennik red cloak","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":150,"wiki_name":"Fremennik red cloak","wiki_url":"https://oldschool.runescape.wiki/w/Fremennik_red_cloak","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":501},"3779":{"id":3779,"name":"Fremennik grey cloak","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":150,"wiki_name":"Fremennik grey cloak","wiki_url":"https://oldschool.runescape.wiki/w/Fremennik_grey_cloak","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":670},"3781":{"id":3781,"name":"Fremennik yellow cloak","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":150,"wiki_name":"Fremennik yellow cloak","wiki_url":"https://oldschool.runescape.wiki/w/Fremennik_yellow_cloak","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":1581},"3783":{"id":3783,"name":"Fremennik teal cloak","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":150,"wiki_name":"Fremennik teal cloak","wiki_url":"https://oldschool.runescape.wiki/w/Fremennik_teal_cloak","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":298},"3785":{"id":3785,"name":"Fremennik purple cloak","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":150,"wiki_name":"Fremennik purple cloak","wiki_url":"https://oldschool.runescape.wiki/w/Fremennik_purple_cloak","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":24},"3787":{"id":3787,"name":"Fremennik pink cloak","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":150,"wiki_name":"Fremennik pink cloak","wiki_url":"https://oldschool.runescape.wiki/w/Fremennik_pink_cloak","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":960},"3789":{"id":3789,"name":"Fremennik black cloak","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":150,"wiki_name":"Fremennik black cloak","wiki_url":"https://oldschool.runescape.wiki/w/Fremennik_black_cloak","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":1981},"3791":{"id":3791,"name":"Fremennik boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Fremennik boots","wiki_url":"https://oldschool.runescape.wiki/w/Fremennik_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":412},"3793":{"id":3793,"name":"Fremennik robe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Fremennik robe","wiki_url":"https://oldschool.runescape.wiki/w/Fremennik_robe","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":1849},"3795":{"id":3795,"name":"Fremennik skirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Fremennik skirt","wiki_url":"https://oldschool.runescape.wiki/w/Fremennik_skirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":322},"3797":{"id":3797,"name":"Fremennik hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Fremennik hat","wiki_url":"https://oldschool.runescape.wiki/w/Fremennik_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":334},"3799":{"id":3799,"name":"Fremennik gloves","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Fremennik gloves","wiki_url":"https://oldschool.runescape.wiki/w/Fremennik_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":1118},"3801":{"id":3801,"name":"Keg of beer","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":2000,"wiki_name":"Keg of beer","wiki_url":"https://oldschool.runescape.wiki/w/Keg_of_beer","price":933},"3803":{"id":3803,"name":"Beer tankard","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":2000,"wiki_name":"Beer tankard","wiki_url":"https://oldschool.runescape.wiki/w/Beer_tankard","price":338},"3805":{"id":3805,"name":"Tankard","members":true,"tradeable":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Tankard","wiki_url":"https://oldschool.runescape.wiki/w/Tankard","price":0},"3827":{"id":3827,"name":"Saradomin page 1","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":5,"wiki_name":"Saradomin page 1","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_page_1","price":2530},"3828":{"id":3828,"name":"Saradomin page 2","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":5,"wiki_name":"Saradomin page 2","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_page_2","price":3139},"3829":{"id":3829,"name":"Saradomin page 3","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":5,"wiki_name":"Saradomin page 3","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_page_3","price":2332},"3830":{"id":3830,"name":"Saradomin page 4","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":5,"wiki_name":"Saradomin page 4","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_page_4","price":4549},"3831":{"id":3831,"name":"Zamorak page 1","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":5,"wiki_name":"Zamorak page 1","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_page_1","price":8502},"3832":{"id":3832,"name":"Zamorak page 2","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":5,"wiki_name":"Zamorak page 2","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_page_2","price":6712},"3833":{"id":3833,"name":"Zamorak page 3","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":5,"wiki_name":"Zamorak page 3","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_page_3","price":5904},"3834":{"id":3834,"name":"Zamorak page 4","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":5,"wiki_name":"Zamorak page 4","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_page_4","price":6613},"3835":{"id":3835,"name":"Guthix page 1","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":5,"wiki_name":"Guthix page 1","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_page_1","price":2029},"3836":{"id":3836,"name":"Guthix page 2","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":5,"wiki_name":"Guthix page 2","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_page_2","price":1907},"3837":{"id":3837,"name":"Guthix page 3","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":5,"wiki_name":"Guthix page 3","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_page_3","price":2256},"3838":{"id":3838,"name":"Guthix page 4","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":5,"wiki_name":"Guthix page 4","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_page_4","price":3395},"3839":{"id":3839,"name":"Damaged book","members":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Damaged book (Saradomin)","wiki_url":"https://oldschool.runescape.wiki/w/Damaged_book_(Saradomin)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":null},"price":0},"3840":{"id":3840,"name":"Holy book","members":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Holy book","wiki_url":"https://oldschool.runescape.wiki/w/Holy_book","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":8,"defence_slash":8,"defence_crush":8,"defence_magic":8,"defence_ranged":8,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":null},"price":0},"3841":{"id":3841,"name":"Damaged book","members":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Damaged book (Zamorak)","wiki_url":"https://oldschool.runescape.wiki/w/Damaged_book_(Zamorak)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":null},"price":0},"3842":{"id":3842,"name":"Unholy book","members":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Unholy book","wiki_url":"https://oldschool.runescape.wiki/w/Unholy_book","equipment":{"attack_stab":8,"attack_slash":8,"attack_crush":8,"attack_magic":8,"attack_ranged":8,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":null},"price":0},"3843":{"id":3843,"name":"Damaged book","members":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Damaged book (Guthix)","wiki_url":"https://oldschool.runescape.wiki/w/Damaged_book_(Guthix)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":null},"price":0},"3844":{"id":3844,"name":"Book of balance","members":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Book of balance","wiki_url":"https://oldschool.runescape.wiki/w/Book_of_balance","equipment":{"attack_stab":4,"attack_slash":4,"attack_crush":4,"attack_magic":4,"attack_ranged":4,"defence_stab":4,"defence_slash":4,"defence_crush":4,"defence_magic":4,"defence_ranged":4,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":null},"price":0},"3845":{"id":3845,"name":"Journal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Journal (Horror from the Deep)","wiki_url":"https://oldschool.runescape.wiki/w/Journal_(Horror_from_the_Deep)","price":0},"3846":{"id":3846,"name":"Diary","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Diary (Horror from the Deep)","wiki_url":"https://oldschool.runescape.wiki/w/Diary_(Horror_from_the_Deep)","price":0},"3847":{"id":3847,"name":"Manual","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Manual","wiki_url":"https://oldschool.runescape.wiki/w/Manual","price":0},"3848":{"id":3848,"name":"Lighthouse key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Lighthouse key","wiki_url":"https://oldschool.runescape.wiki/w/Lighthouse_key","price":0},"3849":{"id":3849,"name":"Rusty casket","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rusty casket","wiki_url":"https://oldschool.runescape.wiki/w/Rusty_casket","price":0},"3853":{"id":3853,"name":"Games necklace(8)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1050,"lowalch":420,"highalch":630,"buy_limit":10000,"wiki_name":"Games necklace (8)","wiki_url":"https://oldschool.runescape.wiki/w/Games_necklace#(8)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":726},"3855":{"id":3855,"name":"Games necklace(7)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1050,"lowalch":420,"highalch":630,"wiki_name":"Games necklace (7)","wiki_url":"https://oldschool.runescape.wiki/w/Games_necklace#(7)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"3857":{"id":3857,"name":"Games necklace(6)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1050,"lowalch":420,"highalch":630,"wiki_name":"Games necklace (6)","wiki_url":"https://oldschool.runescape.wiki/w/Games_necklace#(6)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"3859":{"id":3859,"name":"Games necklace(5)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1050,"lowalch":420,"highalch":630,"wiki_name":"Games necklace (5)","wiki_url":"https://oldschool.runescape.wiki/w/Games_necklace#(5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"3861":{"id":3861,"name":"Games necklace(4)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1050,"lowalch":420,"highalch":630,"wiki_name":"Games necklace (4)","wiki_url":"https://oldschool.runescape.wiki/w/Games_necklace#(4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"3863":{"id":3863,"name":"Games necklace(3)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1050,"lowalch":420,"highalch":630,"wiki_name":"Games necklace (3)","wiki_url":"https://oldschool.runescape.wiki/w/Games_necklace#(3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"3865":{"id":3865,"name":"Games necklace(2)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1050,"lowalch":420,"highalch":630,"wiki_name":"Games necklace (2)","wiki_url":"https://oldschool.runescape.wiki/w/Games_necklace#(2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"3867":{"id":3867,"name":"Games necklace(1)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1050,"lowalch":420,"highalch":630,"wiki_name":"Games necklace (1)","wiki_url":"https://oldschool.runescape.wiki/w/Games_necklace#(1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"3869":{"id":3869,"name":"Board game piece","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"3893":{"id":3893,"name":"Stool","members":true,"cost":800,"lowalch":320,"highalch":480,"wiki_name":"Stool (Games) (Burthorpe Games Room)","wiki_url":"https://oldschool.runescape.wiki/w/Stool_(Games)#Burthorpe_Games_Room","price":0},"3894":{"id":3894,"name":"Awful anthem","members":true,"cost":1,"wiki_name":"Awful anthem","wiki_url":"https://oldschool.runescape.wiki/w/Awful_anthem","price":0},"3895":{"id":3895,"name":"Good anthem","members":true,"cost":1,"wiki_name":"Good anthem","wiki_url":"https://oldschool.runescape.wiki/w/Good_anthem","price":0},"3896":{"id":3896,"name":"Treaty","members":true,"cost":1,"wiki_name":"Treaty","wiki_url":"https://oldschool.runescape.wiki/w/Treaty","price":0},"3897":{"id":3897,"name":"Giant nib","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Giant nib","wiki_url":"https://oldschool.runescape.wiki/w/Giant_nib","price":0},"3898":{"id":3898,"name":"Giant pen","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Giant pen","wiki_url":"https://oldschool.runescape.wiki/w/Giant_pen","price":0},"3899":{"id":3899,"name":"Iron sickle","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":15,"lowalch":6,"highalch":9,"wiki_name":"Iron sickle","wiki_url":"https://oldschool.runescape.wiki/w/Iron_sickle","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":1,"defence_ranged":1,"melee_strength":1,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"3901":{"id":3901,"name":"Ghrim's book","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ghrim's book","wiki_url":"https://oldschool.runescape.wiki/w/Ghrim's_book","price":0},"3981":{"id":3981,"name":"Wilderness sword","incomplete":true,"cost":0,"lowalch":0,"highalch":0,"price":0},"3983":{"id":3983,"name":"Western banner","incomplete":true,"cost":0,"lowalch":0,"highalch":0,"price":0},"4001":{"id":4001,"name":"Hardy gout tuber","cost":5,"lowalch":2,"highalch":3,"wiki_name":"Hardy gout tuber","wiki_url":"https://oldschool.runescape.wiki/w/Hardy_gout_tuber","price":0},"4002":{"id":4002,"name":"Spare controls","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Spare controls","wiki_url":"https://oldschool.runescape.wiki/w/Spare_controls","price":0},"4004":{"id":4004,"name":"Gnome royal seal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gnome royal seal","wiki_url":"https://oldschool.runescape.wiki/w/Gnome_royal_seal","price":0},"4005":{"id":4005,"name":"Narnode's orders","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Narnode's orders","wiki_url":"https://oldschool.runescape.wiki/w/Narnode's_orders","price":0},"4006":{"id":4006,"name":"Monkey dentures","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Monkey dentures","wiki_url":"https://oldschool.runescape.wiki/w/Monkey_dentures","price":0},"4007":{"id":4007,"name":"Enchanted bar","members":true,"cost":800,"lowalch":320,"highalch":480,"wiki_name":"Enchanted bar","wiki_url":"https://oldschool.runescape.wiki/w/Enchanted_bar","price":0},"4008":{"id":4008,"name":"Eye of gnome","members":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Eye of gnome","wiki_url":"https://oldschool.runescape.wiki/w/Eye_of_gnome","price":0},"4009":{"id":4009,"name":"Eye of gnome","members":true,"stackable":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Eye of gnome (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Eye_of_gnome_(unobtainable_item)","price":0},"4010":{"id":4010,"name":"Monkey magic","members":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Monkey magic","wiki_url":"https://oldschool.runescape.wiki/w/Monkey_magic","price":0},"4012":{"id":4012,"name":"Monkey nuts","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":6000,"wiki_name":"Monkey nuts","wiki_url":"https://oldschool.runescape.wiki/w/Monkey_nuts","price":164},"4014":{"id":4014,"name":"Monkey bar","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":6000,"wiki_name":"Monkey bar","wiki_url":"https://oldschool.runescape.wiki/w/Monkey_bar","price":28},"4016":{"id":4016,"name":"Banana stew","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":6000,"wiki_name":"Banana stew","wiki_url":"https://oldschool.runescape.wiki/w/Banana_stew","price":625},"4018":{"id":4018,"name":"Monkey wrench","members":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Monkey wrench","wiki_url":"https://oldschool.runescape.wiki/w/Monkey_wrench","price":0},"4020":{"id":4020,"name":"M'amulet mould","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"M'amulet mould","wiki_url":"https://oldschool.runescape.wiki/w/M'amulet_mould","price":0},"4021":{"id":4021,"name":"M'speak amulet","members":true,"equipable":true,"equipable_by_player":true,"cost":550,"lowalch":220,"highalch":330,"wiki_name":"M'speak amulet","wiki_url":"https://oldschool.runescape.wiki/w/M'speak_amulet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"4022":{"id":4022,"name":"M'speak amulet","members":true,"cost":500,"lowalch":200,"highalch":300,"wiki_name":"M'speak amulet (unstrung)","wiki_url":"https://oldschool.runescape.wiki/w/M'speak_amulet_(unstrung)","price":0},"4023":{"id":4023,"name":"Monkey talisman","members":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Monkey talisman","wiki_url":"https://oldschool.runescape.wiki/w/Monkey_talisman","price":0},"4024":{"id":4024,"name":"Ninja monkey greegree","members":true,"cost":3000,"wiki_name":"Ninja monkey greegree (small)","wiki_url":"https://oldschool.runescape.wiki/w/Ninja_monkey_greegree_(small)","price":0},"4025":{"id":4025,"name":"Ninja monkey greegree","members":true,"cost":6000,"wiki_name":"Ninja monkey greegree (medium)","wiki_url":"https://oldschool.runescape.wiki/w/Ninja_monkey_greegree_(medium)","price":0},"4026":{"id":4026,"name":"Gorilla greegree","members":true,"cost":1000,"wiki_name":"Gorilla greegree","wiki_url":"https://oldschool.runescape.wiki/w/Gorilla_greegree","price":0},"4027":{"id":4027,"name":"Bearded gorilla greegree","members":true,"cost":1500,"wiki_name":"Bearded gorilla greegree","wiki_url":"https://oldschool.runescape.wiki/w/Bearded_gorilla_greegree","price":0},"4028":{"id":4028,"name":"Ancient gorilla greegree","members":true,"cost":10000,"wiki_name":"Ancient gorilla greegree","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_gorilla_greegree","price":0},"4029":{"id":4029,"name":"Zombie monkey greegree","members":true,"cost":500,"wiki_name":"Zombie monkey greegree (small)","wiki_url":"https://oldschool.runescape.wiki/w/Zombie_monkey_greegree_(small)","price":0},"4030":{"id":4030,"name":"Zombie monkey greegree","members":true,"cost":2000,"wiki_name":"Zombie monkey greegree (big)","wiki_url":"https://oldschool.runescape.wiki/w/Zombie_monkey_greegree_(big)","price":0},"4031":{"id":4031,"name":"Karamjan monkey greegree","members":true,"cost":500,"wiki_name":"Karamjan monkey greegree","wiki_url":"https://oldschool.runescape.wiki/w/Karamjan_monkey_greegree","price":0},"4033":{"id":4033,"name":"Monkey","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Monkey (Monkey Madness I)","wiki_url":"https://oldschool.runescape.wiki/w/Monkey_(Monkey_Madness_I)","price":0},"4034":{"id":4034,"name":"Monkey skull","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Monkey skull","wiki_url":"https://oldschool.runescape.wiki/w/Monkey_skull","price":0},"4035":{"id":4035,"name":"10th squad sigil","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"10th squad sigil","wiki_url":"https://oldschool.runescape.wiki/w/10th_squad_sigil","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"4037":{"id":4037,"name":"Saradomin banner","noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Saradomin banner (Minigame)","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_banner#Minigame","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"4039":{"id":4039,"name":"Zamorak banner","noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Zamorak banner (Minigame)","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_banner#Minigame","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"4041":{"id":4041,"name":"Hooded cloak","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Hooded cloak (Saradomin)","wiki_url":"https://oldschool.runescape.wiki/w/Hooded_cloak#Saradomin","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"4042":{"id":4042,"name":"Hooded cloak","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Hooded cloak (Zamorak)","wiki_url":"https://oldschool.runescape.wiki/w/Hooded_cloak#Zamorak","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"4043":{"id":4043,"name":"Rock","tradeable":true,"noteable":true,"cost":1,"wiki_name":"Rock (Castle Wars)","wiki_url":"https://oldschool.runescape.wiki/w/Rock_(Castle_Wars)","price":0},"4045":{"id":4045,"name":"Explosive potion","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Explosive potion","wiki_url":"https://oldschool.runescape.wiki/w/Explosive_potion","price":0},"4047":{"id":4047,"name":"Climbing rope","tradeable":true,"noteable":true,"cost":1,"wiki_name":"Climbing rope","wiki_url":"https://oldschool.runescape.wiki/w/Climbing_rope","price":0},"4049":{"id":4049,"name":"Bandages","tradeable":true,"noteable":true,"cost":1,"wiki_name":"Bandages","wiki_url":"https://oldschool.runescape.wiki/w/Bandages","price":0},"4051":{"id":4051,"name":"Toolkit","tradeable":true,"noteable":true,"cost":1,"wiki_name":"Toolkit (Castle Wars)","wiki_url":"https://oldschool.runescape.wiki/w/Toolkit_(Castle_Wars)","price":0},"4053":{"id":4053,"name":"Barricade","tradeable":true,"noteable":true,"cost":1,"wiki_name":"Barricade","wiki_url":"https://oldschool.runescape.wiki/w/Barricade","price":0},"4055":{"id":4055,"name":"Castlewars manual","cost":5,"lowalch":2,"highalch":3,"wiki_name":"Castlewars manual","wiki_url":"https://oldschool.runescape.wiki/w/Castlewars_manual","price":0},"4067":{"id":4067,"name":"Castle wars ticket","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Castle wars ticket","wiki_url":"https://oldschool.runescape.wiki/w/Castle_wars_ticket","price":0},"4068":{"id":4068,"name":"Decorative sword","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":500,"lowalch":200,"highalch":300,"wiki_name":"Decorative sword (red)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_sword_(red)","equipment":{"attack_stab":13,"attack_slash":18,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":16,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":5}},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"4069":{"id":4069,"name":"Decorative armour","equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"wiki_name":"Decorative armour (red platebody)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(red_platebody)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":32,"defence_slash":31,"defence_crush":24,"defence_magic":-6,"defence_ranged":31,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":5}},"price":0},"4070":{"id":4070,"name":"Decorative armour","equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Decorative armour (red platelegs)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(red_platelegs)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":17,"defence_slash":16,"defence_crush":15,"defence_magic":-4,"defence_ranged":16,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":5}},"price":0},"4071":{"id":4071,"name":"Decorative helm","equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"wiki_name":"Decorative helm (red)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_helm_(red)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":0,"defence_stab":7,"defence_slash":8,"defence_crush":6,"defence_magic":-1,"defence_ranged":7,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":5}},"price":0},"4072":{"id":4072,"name":"Decorative shield","equipable":true,"equipable_by_player":true,"cost":850,"lowalch":340,"highalch":510,"wiki_name":"Decorative shield (red)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_shield_(red)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":13,"defence_slash":15,"defence_crush":14,"defence_magic":-1,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":5}},"price":0},"4073":{"id":4073,"name":"Damp tinderbox","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Damp tinderbox","wiki_url":"https://oldschool.runescape.wiki/w/Damp_tinderbox","price":0},"4075":{"id":4075,"name":"Glowing fungus","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Glowing fungus","wiki_url":"https://oldschool.runescape.wiki/w/Glowing_fungus","price":0},"4077":{"id":4077,"name":"Crystal-mine key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal-mine key","wiki_url":"https://oldschool.runescape.wiki/w/Crystal-mine_key","price":0},"4078":{"id":4078,"name":"Zealot's key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Zealot's key","wiki_url":"https://oldschool.runescape.wiki/w/Zealot's_key","price":0},"4079":{"id":4079,"name":"Yo-yo","cost":10,"lowalch":4,"highalch":6,"wiki_name":"Yo-yo","wiki_url":"https://oldschool.runescape.wiki/w/Yo-yo","price":0},"4081":{"id":4081,"name":"Salve amulet","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Salve amulet","wiki_url":"https://oldschool.runescape.wiki/w/Salve_amulet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"neck","requirements":null},"price":0},"4082":{"id":4082,"name":"Salve shard","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Salve shard","wiki_url":"https://oldschool.runescape.wiki/w/Salve_shard","price":0},"4083":{"id":4083,"name":"Sled","members":true,"cost":150,"lowalch":60,"highalch":90,"wiki_name":"Sled (Unwaxed)","wiki_url":"https://oldschool.runescape.wiki/w/Sled#Unwaxed","price":0},"4084":{"id":4084,"name":"Sled","members":true,"cost":175,"lowalch":70,"highalch":105,"wiki_name":"Sled (Waxed)","wiki_url":"https://oldschool.runescape.wiki/w/Sled#Waxed","price":0},"4085":{"id":4085,"name":"Wax","members":true,"cost":15,"lowalch":6,"highalch":9,"wiki_name":"Wax","wiki_url":"https://oldschool.runescape.wiki/w/Wax","price":0},"4086":{"id":4086,"name":"Trollweiss","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Trollweiss","wiki_url":"https://oldschool.runescape.wiki/w/Trollweiss","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"4087":{"id":4087,"name":"Dragon platelegs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":270000,"lowalch":108000,"highalch":162000,"buy_limit":70,"wiki_name":"Dragon platelegs","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_platelegs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":68,"defence_slash":66,"defence_crush":63,"defence_magic":-4,"defence_ranged":65,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":60}},"price":161273},"4089":{"id":4089,"name":"Mystic hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"buy_limit":125,"wiki_name":"Mystic hat","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"magic":40,"defence":20}},"price":13567},"4091":{"id":4091,"name":"Mystic robe top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":120000,"lowalch":48000,"highalch":72000,"buy_limit":125,"wiki_name":"Mystic robe top","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_robe_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":20,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":20,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"magic":40,"defence":20}},"price":72004},"4093":{"id":4093,"name":"Mystic robe bottom","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":125,"wiki_name":"Mystic robe bottom","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_robe_bottom","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"magic":40,"defence":20}},"price":47850},"4095":{"id":4095,"name":"Mystic gloves","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":125,"wiki_name":"Mystic gloves","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"magic":40,"defence":20}},"price":5404},"4097":{"id":4097,"name":"Mystic boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":125,"wiki_name":"Mystic boots","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"magic":40,"defence":20}},"price":9022},"4099":{"id":4099,"name":"Mystic hat (dark)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"buy_limit":70,"wiki_name":"Mystic hat (dark)","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_hat_(dark)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"magic":40,"defence":20}},"price":73888},"4101":{"id":4101,"name":"Mystic robe top (dark)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":120000,"lowalch":48000,"highalch":72000,"buy_limit":70,"wiki_name":"Mystic robe top (dark)","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_robe_top_(dark)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":20,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":20,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"magic":40,"defence":20}},"price":71734},"4103":{"id":4103,"name":"Mystic robe bottom (dark)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":70,"wiki_name":"Mystic robe bottom (dark)","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_robe_bottom_(dark)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"magic":40,"defence":20}},"price":51576},"4105":{"id":4105,"name":"Mystic gloves (dark)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":70,"wiki_name":"Mystic gloves (dark)","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_gloves_(dark)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"magic":40,"defence":20}},"price":17500},"4107":{"id":4107,"name":"Mystic boots (dark)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":70,"wiki_name":"Mystic boots (dark)","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_boots_(dark)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"magic":40,"defence":20}},"price":104564},"4109":{"id":4109,"name":"Mystic hat (light)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"buy_limit":70,"wiki_name":"Mystic hat (light)","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_hat_(light)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"magic":40,"defence":20}},"price":8925},"4111":{"id":4111,"name":"Mystic robe top (light)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":120000,"lowalch":48000,"highalch":72000,"buy_limit":70,"wiki_name":"Mystic robe top (light)","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_robe_top_(light)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":20,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":20,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"magic":40,"defence":20}},"price":71134},"4113":{"id":4113,"name":"Mystic robe bottom (light)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":70,"wiki_name":"Mystic robe bottom (light)","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_robe_bottom_(light)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"magic":40,"defence":20}},"price":48749},"4115":{"id":4115,"name":"Mystic gloves (light)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":70,"wiki_name":"Mystic gloves (light)","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_gloves_(light)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"magic":40,"defence":20}},"price":8151},"4117":{"id":4117,"name":"Mystic boots (light)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":70,"wiki_name":"Mystic boots (light)","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_boots_(light)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"magic":40,"defence":20}},"price":17040},"4119":{"id":4119,"name":"Bronze boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":24,"lowalch":9,"highalch":14,"buy_limit":125,"wiki_name":"Bronze boots","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":1,"defence_slash":2,"defence_crush":3,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"defence":1}},"price":2728},"4121":{"id":4121,"name":"Iron boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":84,"lowalch":33,"highalch":50,"buy_limit":125,"wiki_name":"Iron boots","wiki_url":"https://oldschool.runescape.wiki/w/Iron_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":2,"defence_slash":3,"defence_crush":4,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"defence":1}},"price":11285},"4123":{"id":4123,"name":"Steel boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":125,"wiki_name":"Steel boots","wiki_url":"https://oldschool.runescape.wiki/w/Steel_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":5,"defence_slash":6,"defence_crush":7,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"defence":5}},"price":81},"4125":{"id":4125,"name":"Black boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":576,"lowalch":230,"highalch":345,"buy_limit":125,"wiki_name":"Black boots","wiki_url":"https://oldschool.runescape.wiki/w/Black_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":7,"defence_slash":8,"defence_crush":9,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"defence":10}},"price":379},"4127":{"id":4127,"name":"Mithril boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":780,"lowalch":312,"highalch":468,"buy_limit":125,"wiki_name":"Mithril boots","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":8,"defence_slash":9,"defence_crush":10,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"defence":20}},"price":1030},"4129":{"id":4129,"name":"Adamant boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1920,"lowalch":768,"highalch":1152,"buy_limit":125,"wiki_name":"Adamant boots","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":10,"defence_slash":11,"defence_crush":12,"defence_magic":0,"defence_ranged":0,"melee_strength":1,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"defence":30}},"price":2322},"4131":{"id":4131,"name":"Rune boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":12500,"lowalch":5000,"highalch":7500,"buy_limit":70,"wiki_name":"Rune boots","wiki_url":"https://oldschool.runescape.wiki/w/Rune_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":12,"defence_slash":13,"defence_crush":14,"defence_magic":0,"defence_ranged":0,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"defence":40}},"price":7695},"4133":{"id":4133,"name":"Crawling hand","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"4134":{"id":4134,"name":"Cave crawler","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"4135":{"id":4135,"name":"Banshee","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"4136":{"id":4136,"name":"Rockslug","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"4137":{"id":4137,"name":"Cockatrice","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"4138":{"id":4138,"name":"Pyrefiend","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"4139":{"id":4139,"name":"Basilisk","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"4140":{"id":4140,"name":"Infernal mage","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"4141":{"id":4141,"name":"Bloodveld","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"4142":{"id":4142,"name":"Jelly","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"4143":{"id":4143,"name":"Turoth","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"4144":{"id":4144,"name":"Aberrant spectre","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"4145":{"id":4145,"name":"Dust devil","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"4146":{"id":4146,"name":"Kurask","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"4147":{"id":4147,"name":"Gargoyle","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"4148":{"id":4148,"name":"Nechryael","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"4149":{"id":4149,"name":"Abyssal demon","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"4151":{"id":4151,"name":"Abyssal whip","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":120001,"lowalch":48000,"highalch":72000,"buy_limit":70,"wiki_name":"Abyssal whip","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_whip","equipment":{"attack_stab":0,"attack_slash":82,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":82,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":70}},"weapon":{"attack_speed":4,"weapon_type":"whip","stances":[{"combat_style":"flick","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lash","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"deflect","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1688658},"4153":{"id":4153,"name":"Granite maul","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":50000,"lowalch":20000,"highalch":30000,"buy_limit":70,"wiki_name":"Granite maul (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Granite_maul#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":81,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":79,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":50}},"weapon":{"attack_speed":7,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":181539},"4155":{"id":4155,"name":"Enchanted gem","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Enchanted gem","wiki_url":"https://oldschool.runescape.wiki/w/Enchanted_gem","price":0},"4156":{"id":4156,"name":"Mirror shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":40,"wiki_name":"Mirror shield","wiki_url":"https://oldschool.runescape.wiki/w/Mirror_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":10,"defence_slash":15,"defence_crush":5,"defence_magic":5,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"slayer":25,"defence":20}},"price":6616},"4158":{"id":4158,"name":"Leaf-bladed spear","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":31000,"lowalch":12400,"highalch":18600,"wiki_name":"Leaf-bladed spear","wiki_url":"https://oldschool.runescape.wiki/w/Leaf-bladed_spear","equipment":{"attack_stab":47,"attack_slash":42,"attack_crush":36,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":50,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"slayer":55,"attack":50}},"weapon":{"attack_speed":5,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"4159":{"id":4159,"name":"Leaf-bladed spear","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Leaf-bladed spear (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Leaf-bladed_spear_(unobtainable_item)","price":0},"4160":{"id":4160,"name":"Broad arrows","members":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":60,"lowalch":24,"highalch":36,"wiki_name":"Broad arrows","wiki_url":"https://oldschool.runescape.wiki/w/Broad_arrows","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":28,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"slayer":55,"ranged":50}},"price":0},"4161":{"id":4161,"name":"Bag of salt","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":8000,"wiki_name":"Bag of salt","wiki_url":"https://oldschool.runescape.wiki/w/Bag_of_salt","price":40},"4162":{"id":4162,"name":"Rock hammer","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":40,"wiki_name":"Rock hammer","wiki_url":"https://oldschool.runescape.wiki/w/Rock_hammer","price":238},"4164":{"id":4164,"name":"Facemask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":70,"wiki_name":"Facemask","wiki_url":"https://oldschool.runescape.wiki/w/Facemask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"slayer":10}},"price":357},"4166":{"id":4166,"name":"Earmuffs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":70,"wiki_name":"Earmuffs","wiki_url":"https://oldschool.runescape.wiki/w/Earmuffs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"slayer":15}},"price":99},"4168":{"id":4168,"name":"Nose peg","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":70,"wiki_name":"Nose peg","wiki_url":"https://oldschool.runescape.wiki/w/Nose_peg","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"slayer":60}},"price":663},"4170":{"id":4170,"name":"Slayer's staff","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":21000,"lowalch":8400,"highalch":12600,"buy_limit":70,"wiki_name":"Slayer's staff","wiki_url":"https://oldschool.runescape.wiki/w/Slayer's_staff","equipment":{"attack_stab":7,"attack_slash":-1,"attack_crush":25,"attack_magic":12,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":10,"defence_ranged":0,"melee_strength":35,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"slayer":55,"magic":50}},"weapon":{"attack_speed":4,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":20117},"4178":{"id":4178,"name":"Abyssal whip","cost":6,"lowalch":2,"highalch":3,"wiki_name":"Abyssal whip (My Arm's Big Adventure)","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_whip_(My_Arm's_Big_Adventure)","price":0},"4179":{"id":4179,"name":"Stick","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Stick (item)","wiki_url":"https://oldschool.runescape.wiki/w/Stick_(item)","price":0},"4180":{"id":4180,"name":"Dragon platelegs","cost":6,"lowalch":2,"highalch":3,"wiki_name":"Dragon platelegs (My Arm's Big Adventure)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_platelegs_(My_Arm's_Big_Adventure)","price":0},"4181":{"id":4181,"name":"Mouth grip","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mouth grip","wiki_url":"https://oldschool.runescape.wiki/w/Mouth_grip","price":0},"4182":{"id":4182,"name":"Goutweed","cost":6,"lowalch":2,"highalch":3,"wiki_name":"Goutweed (My Arm's Big Adventure)","wiki_url":"https://oldschool.runescape.wiki/w/Goutweed_(My_Arm's_Big_Adventure)","price":0},"4183":{"id":4183,"name":"Star amulet","members":true,"cost":1,"wiki_name":"Star amulet","wiki_url":"https://oldschool.runescape.wiki/w/Star_amulet","price":0},"4184":{"id":4184,"name":"Cavern key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cavern key","wiki_url":"https://oldschool.runescape.wiki/w/Cavern_key","price":0},"4185":{"id":4185,"name":"Tower key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tower key","wiki_url":"https://oldschool.runescape.wiki/w/Tower_key","price":0},"4186":{"id":4186,"name":"Shed key","members":true,"cost":1,"wiki_name":"Shed key","wiki_url":"https://oldschool.runescape.wiki/w/Shed_key","price":0},"4187":{"id":4187,"name":"Marble amulet","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Marble amulet","wiki_url":"https://oldschool.runescape.wiki/w/Marble_amulet","price":0},"4188":{"id":4188,"name":"Obsidian amulet","members":true,"cost":1,"wiki_name":"Obsidian amulet","wiki_url":"https://oldschool.runescape.wiki/w/Obsidian_amulet","price":0},"4189":{"id":4189,"name":"Garden cane","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Garden cane","wiki_url":"https://oldschool.runescape.wiki/w/Garden_cane","price":0},"4190":{"id":4190,"name":"Garden brush","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Garden brush","wiki_url":"https://oldschool.runescape.wiki/w/Garden_brush","price":0},"4191":{"id":4191,"name":"Extended brush","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Extended brush (1 cane)","wiki_url":"https://oldschool.runescape.wiki/w/Extended_brush#1_cane","price":0},"4192":{"id":4192,"name":"Extended brush","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Extended brush (2 canes)","wiki_url":"https://oldschool.runescape.wiki/w/Extended_brush#2_canes","price":0},"4193":{"id":4193,"name":"Extended brush","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Extended brush (3 canes)","wiki_url":"https://oldschool.runescape.wiki/w/Extended_brush#3_canes","price":0},"4194":{"id":4194,"name":"Torso","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Torso","wiki_url":"https://oldschool.runescape.wiki/w/Torso","price":0},"4195":{"id":4195,"name":"Arms","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Arms","wiki_url":"https://oldschool.runescape.wiki/w/Arms","price":0},"4196":{"id":4196,"name":"Legs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Legs","wiki_url":"https://oldschool.runescape.wiki/w/Legs","price":0},"4197":{"id":4197,"name":"Decapitated head","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Decapitated head (Brainless)","wiki_url":"https://oldschool.runescape.wiki/w/Decapitated_head#Brainless","price":0},"4198":{"id":4198,"name":"Decapitated head","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Decapitated head (Brain)","wiki_url":"https://oldschool.runescape.wiki/w/Decapitated_head#Brain","price":0},"4199":{"id":4199,"name":"Pickled brain","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pickled brain","wiki_url":"https://oldschool.runescape.wiki/w/Pickled_brain","price":0},"4200":{"id":4200,"name":"Conductor mould","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Conductor mould","wiki_url":"https://oldschool.runescape.wiki/w/Conductor_mould","price":0},"4201":{"id":4201,"name":"Conductor","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Conductor","wiki_url":"https://oldschool.runescape.wiki/w/Conductor","price":0},"4202":{"id":4202,"name":"Ring of charos","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ring of charos (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_charos#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"4203":{"id":4203,"name":"Journal","members":true,"cost":1,"wiki_name":"Journal (Creature of Fenkenstrain)","wiki_url":"https://oldschool.runescape.wiki/w/Journal_(Creature_of_Fenkenstrain)","price":0},"4204":{"id":4204,"name":"Letter","members":true,"cost":1,"wiki_name":"Letter (Creature of Fenkenstrain)","wiki_url":"https://oldschool.runescape.wiki/w/Letter_(Creature_of_Fenkenstrain)","price":0},"4205":{"id":4205,"name":"Consecration seed","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Consecration seed (Unenchanted)","wiki_url":"https://oldschool.runescape.wiki/w/Consecration_seed#Unenchanted","price":0},"4206":{"id":4206,"name":"Consecration seed","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Consecration seed (Enchanted)","wiki_url":"https://oldschool.runescape.wiki/w/Consecration_seed#Enchanted","price":0},"4207":{"id":4207,"name":"Crystal weapon seed","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":70,"wiki_name":"Crystal weapon seed","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_weapon_seed","price":206945},"4209":{"id":4209,"name":"Cadarn lineage","members":true,"tradeable":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Cadarn lineage","wiki_url":"https://oldschool.runescape.wiki/w/Cadarn_lineage","price":0},"4211":{"id":4211,"name":"Elf crystal","incomplete":true,"members":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"4212":{"id":4212,"name":"New crystal bow","tradeable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal bow (historical) (New)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_bow_(historical)#New","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":100,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":70,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"agility":50,"ranged":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"4213":{"id":4213,"name":"New crystal bow","cost":1,"lowalch":0,"highalch":0,"wiki_name":"New crystal bow (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/New_crystal_bow_(unobtainable_item)","price":0},"4214":{"id":4214,"name":"Crystal bow full","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal bow (historical) (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_bow_(historical)#Full","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":100,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":70,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"agility":50,"ranged":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"4215":{"id":4215,"name":"Crystal bow 9/10","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal bow (historical) (9/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_bow_(historical)#9/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":96,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":68,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"agility":50,"ranged":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"4216":{"id":4216,"name":"Crystal bow 8/10","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal bow (historical) (8/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_bow_(historical)#8/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":92,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":66,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"agility":50,"ranged":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"4217":{"id":4217,"name":"Crystal bow 7/10","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal bow (historical) (7/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_bow_(historical)#7/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":88,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":64,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"agility":50,"ranged":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"4218":{"id":4218,"name":"Crystal bow 6/10","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal bow (historical) (6/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_bow_(historical)#6/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":84,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":62,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"agility":50,"ranged":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"4219":{"id":4219,"name":"Crystal bow 5/10","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal bow (historical) (5/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_bow_(historical)#5/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":80,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":60,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"agility":50,"ranged":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"4220":{"id":4220,"name":"Crystal bow 4/10","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal bow (historical) (4/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_bow_(historical)#4/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":76,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":58,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"agility":50,"ranged":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"4221":{"id":4221,"name":"Crystal bow 3/10","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal bow (historical) (3/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_bow_(historical)#3/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":72,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":56,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"agility":50,"ranged":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"4222":{"id":4222,"name":"Crystal bow 2/10","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal bow (historical) (2/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_bow_(historical)#2/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":68,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":54,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"agility":50,"ranged":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"4223":{"id":4223,"name":"Crystal bow 1/10","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal bow (historical) (1/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_bow_(historical)#1/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":64,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":52,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"agility":50,"ranged":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"4224":{"id":4224,"name":"New crystal shield","tradeable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal shield (historical) (New)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_shield_(historical)#New","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":-10,"defence_stab":51,"defence_slash":54,"defence_crush":53,"defence_magic":0,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"agility":50,"defence":70}},"price":0},"4225":{"id":4225,"name":"Crystal shield full","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal shield (historical) (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_shield_(historical)#Full","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":-10,"defence_stab":51,"defence_slash":54,"defence_crush":53,"defence_magic":0,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"agility":50,"defence":70}},"price":0},"4226":{"id":4226,"name":"Crystal shield 9/10","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal shield (historical) (9/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_shield_(historical)#9/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":-10,"defence_stab":49,"defence_slash":52,"defence_crush":51,"defence_magic":0,"defence_ranged":78,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"agility":50,"defence":70}},"price":0},"4227":{"id":4227,"name":"Crystal shield 8/10","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal shield (historical) (8/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_shield_(historical)#8/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":-10,"defence_stab":47,"defence_slash":50,"defence_crush":49,"defence_magic":0,"defence_ranged":76,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"agility":50,"defence":70}},"price":0},"4228":{"id":4228,"name":"Crystal shield 7/10","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal shield (historical) (7/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_shield_(historical)#7/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":-10,"defence_stab":45,"defence_slash":48,"defence_crush":47,"defence_magic":0,"defence_ranged":74,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"agility":50,"defence":70}},"price":0},"4229":{"id":4229,"name":"Crystal shield 6/10","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal shield (historical) (6/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_shield_(historical)#6/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":-10,"defence_stab":43,"defence_slash":46,"defence_crush":45,"defence_magic":0,"defence_ranged":72,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"agility":50,"defence":70}},"price":0},"4230":{"id":4230,"name":"Crystal shield 5/10","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal shield (historical) (5/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_shield_(historical)#5/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":-10,"defence_stab":41,"defence_slash":44,"defence_crush":43,"defence_magic":0,"defence_ranged":70,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"agility":50,"defence":70}},"price":0},"4231":{"id":4231,"name":"Crystal shield 4/10","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal shield (historical) (4/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_shield_(historical)#4/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":-10,"defence_stab":39,"defence_slash":42,"defence_crush":41,"defence_magic":0,"defence_ranged":68,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"agility":50,"defence":70}},"price":0},"4232":{"id":4232,"name":"Crystal shield 3/10","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal shield (historical) (3/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_shield_(historical)#3/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":-10,"defence_stab":37,"defence_slash":40,"defence_crush":39,"defence_magic":0,"defence_ranged":66,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"agility":50,"defence":70}},"price":0},"4233":{"id":4233,"name":"Crystal shield 2/10","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal shield (historical) (2/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_shield_(historical)#2/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":-10,"defence_stab":35,"defence_slash":38,"defence_crush":37,"defence_magic":0,"defence_ranged":64,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"agility":50,"defence":70}},"price":0},"4234":{"id":4234,"name":"Crystal shield 1/10","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal shield (historical) (1/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_shield_(historical)#1/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":-10,"defence_stab":33,"defence_slash":36,"defence_crush":35,"defence_magic":0,"defence_ranged":62,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"agility":50,"defence":70}},"price":0},"4235":{"id":4235,"name":"New crystal shield","cost":1,"lowalch":0,"highalch":0,"wiki_name":"New crystal shield (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/New_crystal_shield_(unobtainable_item)","price":0},"4236":{"id":4236,"name":"Signed oak bow","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":160,"lowalch":64,"highalch":96,"wiki_name":"Signed oak bow","wiki_url":"https://oldschool.runescape.wiki/w/Signed_oak_bow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":14,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":5}},"weapon":{"attack_speed":6,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"4237":{"id":4237,"name":"Nettle-water","members":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Nettle-water","wiki_url":"https://oldschool.runescape.wiki/w/Nettle-water","price":0},"4238":{"id":4238,"name":"Puddle of slime","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Puddle of slime","wiki_url":"https://oldschool.runescape.wiki/w/Puddle_of_slime","price":0},"4239":{"id":4239,"name":"Nettle tea","members":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Nettle tea","wiki_url":"https://oldschool.runescape.wiki/w/Nettle_tea","price":0},"4240":{"id":4240,"name":"Nettle tea","members":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Nettle tea (milky)","wiki_url":"https://oldschool.runescape.wiki/w/Nettle_tea_(milky)","price":0},"4241":{"id":4241,"name":"Nettles","members":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Nettles","wiki_url":"https://oldschool.runescape.wiki/w/Nettles","price":0},"4242":{"id":4242,"name":"Cup of tea","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Cup of tea (nettle)","wiki_url":"https://oldschool.runescape.wiki/w/Cup_of_tea_(nettle)","price":0},"4243":{"id":4243,"name":"Cup of tea","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Cup of tea (milky nettle)","wiki_url":"https://oldschool.runescape.wiki/w/Cup_of_tea_(milky_nettle)","price":0},"4244":{"id":4244,"name":"Porcelain cup","members":true,"cost":2,"wiki_name":"Porcelain cup","wiki_url":"https://oldschool.runescape.wiki/w/Porcelain_cup","price":0},"4245":{"id":4245,"name":"Cup of tea","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Cup of tea (Ghosts Ahoy) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Cup_of_tea_(Ghosts_Ahoy)#Normal","price":0},"4246":{"id":4246,"name":"Cup of tea","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Cup of tea (Ghosts Ahoy) (Milky)","wiki_url":"https://oldschool.runescape.wiki/w/Cup_of_tea_(Ghosts_Ahoy)#Milky","price":0},"4247":{"id":4247,"name":"Mystical robes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mystical robes","wiki_url":"https://oldschool.runescape.wiki/w/Mystical_robes","price":0},"4248":{"id":4248,"name":"Book of haricanto","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Book of haricanto","wiki_url":"https://oldschool.runescape.wiki/w/Book_of_haricanto","price":0},"4249":{"id":4249,"name":"Translation manual","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Translation manual","wiki_url":"https://oldschool.runescape.wiki/w/Translation_manual","price":0},"4250":{"id":4250,"name":"Ghostspeak amulet","members":true,"equipable":true,"equipable_by_player":true,"cost":35,"lowalch":14,"highalch":21,"wiki_name":"Ghostspeak amulet (Enchanted)","wiki_url":"https://oldschool.runescape.wiki/w/Ghostspeak_amulet#Enchanted","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"4251":{"id":4251,"name":"Ectophial","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ectophial (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Ectophial#Full","price":0},"4252":{"id":4252,"name":"Ectophial","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ectophial (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Ectophial#Empty","price":0},"4253":{"id":4253,"name":"Model ship","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Model ship (Without flag)","wiki_url":"https://oldschool.runescape.wiki/w/Model_ship#Without_flag","price":0},"4254":{"id":4254,"name":"Model ship","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Model ship (With flag)","wiki_url":"https://oldschool.runescape.wiki/w/Model_ship#With_flag","price":0},"4255":{"id":4255,"name":"Bonemeal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bonemeal","wiki_url":"https://oldschool.runescape.wiki/w/Bonemeal","price":0},"4256":{"id":4256,"name":"Bat bonemeal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bat bonemeal","wiki_url":"https://oldschool.runescape.wiki/w/Bat_bonemeal","price":0},"4257":{"id":4257,"name":"Big bonemeal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Big bonemeal","wiki_url":"https://oldschool.runescape.wiki/w/Big_bonemeal","price":0},"4258":{"id":4258,"name":"Burnt bonemeal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt bonemeal","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_bonemeal","price":0},"4259":{"id":4259,"name":"Burnt jogre bonemeal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt jogre bonemeal","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_jogre_bonemeal","price":0},"4260":{"id":4260,"name":"Baby dragon bonemeal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Baby dragon bonemeal","wiki_url":"https://oldschool.runescape.wiki/w/Baby_dragon_bonemeal","price":0},"4261":{"id":4261,"name":"Dragon bonemeal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dragon bonemeal","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_bonemeal","price":0},"4262":{"id":4262,"name":"Wolf bonemeal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wolf bonemeal","wiki_url":"https://oldschool.runescape.wiki/w/Wolf_bonemeal","price":0},"4263":{"id":4263,"name":"Small ninja bonemeal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Small ninja bonemeal","wiki_url":"https://oldschool.runescape.wiki/w/Small_ninja_bonemeal","price":0},"4264":{"id":4264,"name":"Medium ninja bonemeal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Medium ninja bonemeal","wiki_url":"https://oldschool.runescape.wiki/w/Medium_ninja_bonemeal","price":0},"4265":{"id":4265,"name":"Gorilla bonemeal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gorilla bonemeal","wiki_url":"https://oldschool.runescape.wiki/w/Gorilla_bonemeal","price":0},"4266":{"id":4266,"name":"Bearded gorilla bonemeal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bearded gorilla bonemeal","wiki_url":"https://oldschool.runescape.wiki/w/Bearded_gorilla_bonemeal","price":0},"4267":{"id":4267,"name":"Monkey bonemeal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Monkey bonemeal","wiki_url":"https://oldschool.runescape.wiki/w/Monkey_bonemeal","price":0},"4268":{"id":4268,"name":"Small zombie monkey bonemeal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Small zombie monkey bonemeal","wiki_url":"https://oldschool.runescape.wiki/w/Small_zombie_monkey_bonemeal","price":0},"4269":{"id":4269,"name":"Large zombie monkey bonemeal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Large zombie monkey bonemeal","wiki_url":"https://oldschool.runescape.wiki/w/Large_zombie_monkey_bonemeal","price":0},"4270":{"id":4270,"name":"Skeleton bonemeal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Skeleton bonemeal","wiki_url":"https://oldschool.runescape.wiki/w/Skeleton_bonemeal","price":0},"4271":{"id":4271,"name":"Jogre bonemeal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Jogre bonemeal","wiki_url":"https://oldschool.runescape.wiki/w/Jogre_bonemeal","price":0},"4272":{"id":4272,"name":"Bone key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bone key (Ghosts Ahoy)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_key_(Ghosts_Ahoy)","price":0},"4273":{"id":4273,"name":"Chest key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chest key (Ghosts Ahoy)","wiki_url":"https://oldschool.runescape.wiki/w/Chest_key_(Ghosts_Ahoy)","price":0},"4274":{"id":4274,"name":"Map scrap","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Map scrap (1)","wiki_url":"https://oldschool.runescape.wiki/w/Map_scrap#1","price":0},"4275":{"id":4275,"name":"Map scrap","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Map scrap (3)","wiki_url":"https://oldschool.runescape.wiki/w/Map_scrap#3","price":0},"4276":{"id":4276,"name":"Map scrap","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Map scrap (2)","wiki_url":"https://oldschool.runescape.wiki/w/Map_scrap#2","price":0},"4277":{"id":4277,"name":"Treasure map","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Treasure map","wiki_url":"https://oldschool.runescape.wiki/w/Treasure_map","price":0},"4278":{"id":4278,"name":"Ecto-token","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ecto-token","wiki_url":"https://oldschool.runescape.wiki/w/Ecto-token","price":0},"4283":{"id":4283,"name":"Petition form","members":true,"cost":1,"wiki_name":"Petition form","wiki_url":"https://oldschool.runescape.wiki/w/Petition_form","price":0},"4284":{"id":4284,"name":"Bedsheet","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bedsheet (Regular)","wiki_url":"https://oldschool.runescape.wiki/w/Bedsheet#Regular","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"4285":{"id":4285,"name":"Bedsheet","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bedsheet (Ectoplasm)","wiki_url":"https://oldschool.runescape.wiki/w/Bedsheet#Ectoplasm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"4286":{"id":4286,"name":"Bucket of slime","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bucket of slime","wiki_url":"https://oldschool.runescape.wiki/w/Bucket_of_slime","price":0},"4287":{"id":4287,"name":"Raw beef","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Raw beef (undead)","wiki_url":"https://oldschool.runescape.wiki/w/Raw_beef_(undead)","price":0},"4289":{"id":4289,"name":"Raw chicken","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Raw chicken (undead)","wiki_url":"https://oldschool.runescape.wiki/w/Raw_chicken_(undead)","price":0},"4291":{"id":4291,"name":"Cooked chicken","members":true,"tradeable":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Cooked chicken (undead)","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_chicken_(undead)","price":0},"4293":{"id":4293,"name":"Cooked meat","members":true,"tradeable":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Cooked meat (undead)","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_meat_(undead)","price":0},"4295":{"id":4295,"name":"Female h.a.m.","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"4297":{"id":4297,"name":"Male h.a.m.","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"4298":{"id":4298,"name":"Ham shirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":75,"lowalch":30,"highalch":45,"buy_limit":15,"wiki_name":"Ham shirt","wiki_url":"https://oldschool.runescape.wiki/w/Ham_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":1399},"4300":{"id":4300,"name":"Ham robe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":75,"lowalch":30,"highalch":45,"buy_limit":15,"wiki_name":"Ham robe","wiki_url":"https://oldschool.runescape.wiki/w/Ham_robe","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":5390},"4302":{"id":4302,"name":"Ham hood","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":75,"lowalch":30,"highalch":45,"buy_limit":15,"wiki_name":"Ham hood","wiki_url":"https://oldschool.runescape.wiki/w/Ham_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":2,"defence_magic":0,"defence_ranged":1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":1050},"4304":{"id":4304,"name":"Ham cloak","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":75,"lowalch":30,"highalch":45,"buy_limit":15,"wiki_name":"Ham cloak","wiki_url":"https://oldschool.runescape.wiki/w/Ham_cloak","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":2525},"4306":{"id":4306,"name":"Ham logo","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":75,"lowalch":30,"highalch":45,"buy_limit":15,"wiki_name":"Ham logo","wiki_url":"https://oldschool.runescape.wiki/w/Ham_logo","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":3000},"4308":{"id":4308,"name":"Ham gloves","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":75,"lowalch":30,"highalch":45,"buy_limit":15,"wiki_name":"Ham gloves","wiki_url":"https://oldschool.runescape.wiki/w/Ham_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":3281},"4310":{"id":4310,"name":"Ham boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":75,"lowalch":30,"highalch":45,"buy_limit":15,"wiki_name":"Ham boots","wiki_url":"https://oldschool.runescape.wiki/w/Ham_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":9007},"4313":{"id":4313,"name":"Crystal singing for beginners","members":true,"tradeable":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Crystal singing for beginners","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_singing_for_beginners","price":0},"4315":{"id":4315,"name":"Team-1 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-1 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-1_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":858},"4317":{"id":4317,"name":"Team-2 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-2 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-2_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":612},"4319":{"id":4319,"name":"Team-3 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-3 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-3_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":209},"4321":{"id":4321,"name":"Team-4 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-4 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-4_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":449},"4323":{"id":4323,"name":"Team-5 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-5 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-5_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":584},"4325":{"id":4325,"name":"Team-6 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-6 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-6_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":143},"4327":{"id":4327,"name":"Team-7 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-7 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-7_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":667},"4329":{"id":4329,"name":"Team-8 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-8 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-8_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":262},"4331":{"id":4331,"name":"Team-9 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-9 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-9_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":55},"4333":{"id":4333,"name":"Team-10 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-10 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-10_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":166},"4335":{"id":4335,"name":"Team-11 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-11 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-11_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":362},"4337":{"id":4337,"name":"Team-12 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-12 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-12_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":500},"4339":{"id":4339,"name":"Team-13 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-13 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-13_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":303},"4341":{"id":4341,"name":"Team-14 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-14 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-14_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":5933},"4343":{"id":4343,"name":"Team-15 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-15 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-15_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":1825},"4345":{"id":4345,"name":"Team-16 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-16 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-16_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":172},"4347":{"id":4347,"name":"Team-17 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-17 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-17_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":396},"4349":{"id":4349,"name":"Team-18 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-18 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-18_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":584},"4351":{"id":4351,"name":"Team-19 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-19 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-19_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":272},"4353":{"id":4353,"name":"Team-20 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-20 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-20_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":739},"4355":{"id":4355,"name":"Team-21 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-21 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-21_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":361},"4357":{"id":4357,"name":"Team-22 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-22 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-22_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":233},"4359":{"id":4359,"name":"Team-23 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-23 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-23_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":631},"4361":{"id":4361,"name":"Team-24 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-24 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-24_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":1761},"4363":{"id":4363,"name":"Team-25 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-25 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-25_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":20000},"4365":{"id":4365,"name":"Team-26 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-26 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-26_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":18},"4367":{"id":4367,"name":"Team-27 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-27 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-27_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":1142},"4369":{"id":4369,"name":"Team-28 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-28 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-28_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":2170},"4371":{"id":4371,"name":"Team-29 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-29 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-29_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":200},"4373":{"id":4373,"name":"Team-30 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-30 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-30_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":202},"4375":{"id":4375,"name":"Team-31 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-31 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-31_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":1},"4377":{"id":4377,"name":"Team-32 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-32 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-32_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":418},"4379":{"id":4379,"name":"Team-33 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-33 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-33_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":706},"4381":{"id":4381,"name":"Team-34 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-34 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-34_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":568},"4383":{"id":4383,"name":"Team-35 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-35 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-35_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":512},"4385":{"id":4385,"name":"Team-36 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-36 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-36_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":30},"4387":{"id":4387,"name":"Team-37 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-37 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-37_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":3},"4389":{"id":4389,"name":"Team-38 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-38 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-38_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":202},"4391":{"id":4391,"name":"Team-39 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-39 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-39_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":800},"4393":{"id":4393,"name":"Team-40 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-40 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-40_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":1640},"4395":{"id":4395,"name":"Team-41 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-41 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-41_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":251},"4397":{"id":4397,"name":"Team-42 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-42 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-42_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":116},"4399":{"id":4399,"name":"Team-43 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-43 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-43_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":256},"4401":{"id":4401,"name":"Team-44 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-44 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-44_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":5423},"4403":{"id":4403,"name":"Team-45 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-45 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-45_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":668},"4405":{"id":4405,"name":"Team-46 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-46 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-46_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":99},"4407":{"id":4407,"name":"Team-47 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-47 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-47_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":2608},"4409":{"id":4409,"name":"Team-48 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-48 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-48_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":983},"4411":{"id":4411,"name":"Team-49 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-49 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-49_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":89},"4413":{"id":4413,"name":"Team-50 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-50 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-50_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":256},"4415":{"id":4415,"name":"Blunt axe","members":true,"cost":56,"lowalch":22,"highalch":33,"wiki_name":"Blunt axe","wiki_url":"https://oldschool.runescape.wiki/w/Blunt_axe","price":0},"4416":{"id":4416,"name":"Herbal tincture","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Herbal tincture","wiki_url":"https://oldschool.runescape.wiki/w/Herbal_tincture","price":0},"4417":{"id":4417,"name":"Guthix rest(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":2000,"wiki_name":"Guthix rest (4)","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_rest#(4)","price":3327},"4419":{"id":4419,"name":"Guthix rest(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":2000,"wiki_name":"Guthix rest (3)","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_rest#(3)","price":1698},"4421":{"id":4421,"name":"Guthix rest(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":2000,"wiki_name":"Guthix rest (2)","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_rest#(2)","price":1000},"4423":{"id":4423,"name":"Guthix rest(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":2000,"wiki_name":"Guthix rest (1)","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_rest#(1)","price":559},"4425":{"id":4425,"name":"Stodgy mattress","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Stodgy mattress","wiki_url":"https://oldschool.runescape.wiki/w/Stodgy_mattress","price":0},"4426":{"id":4426,"name":"Comfy mattress","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Comfy mattress","wiki_url":"https://oldschool.runescape.wiki/w/Comfy_mattress","price":0},"4427":{"id":4427,"name":"Iron oxide","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Iron oxide","wiki_url":"https://oldschool.runescape.wiki/w/Iron_oxide","price":0},"4428":{"id":4428,"name":"Animate rock scroll","members":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Animate rock scroll","wiki_url":"https://oldschool.runescape.wiki/w/Animate_rock_scroll","price":0},"4429":{"id":4429,"name":"Broken vane part","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Broken vane part (Directionals)","wiki_url":"https://oldschool.runescape.wiki/w/Broken_vane_part#Directionals","price":0},"4430":{"id":4430,"name":"Directionals","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Directionals","wiki_url":"https://oldschool.runescape.wiki/w/Directionals","price":0},"4431":{"id":4431,"name":"Broken vane part","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Broken vane part (Ornament)","wiki_url":"https://oldschool.runescape.wiki/w/Broken_vane_part#Ornament","price":0},"4432":{"id":4432,"name":"Ornament","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ornament","wiki_url":"https://oldschool.runescape.wiki/w/Ornament","price":0},"4433":{"id":4433,"name":"Broken vane part","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Broken vane part (Weaethervane pillar)","wiki_url":"https://oldschool.runescape.wiki/w/Broken_vane_part#Weaethervane_pillar","price":0},"4434":{"id":4434,"name":"Weathervane pillar","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Weathervane pillar","wiki_url":"https://oldschool.runescape.wiki/w/Weathervane_pillar","price":0},"4435":{"id":4435,"name":"Weather report","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Weather report","wiki_url":"https://oldschool.runescape.wiki/w/Weather_report","price":0},"4436":{"id":4436,"name":"Airtight pot","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":15,"wiki_name":"Airtight pot","wiki_url":"https://oldschool.runescape.wiki/w/Airtight_pot","price":2727},"4438":{"id":4438,"name":"Unfired pot lid","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":100,"wiki_name":"Unfired pot lid","wiki_url":"https://oldschool.runescape.wiki/w/Unfired_pot_lid","price":131},"4440":{"id":4440,"name":"Pot lid","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":15,"wiki_name":"Pot lid","wiki_url":"https://oldschool.runescape.wiki/w/Pot_lid","price":447},"4442":{"id":4442,"name":"Breathing salts","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Breathing salts","wiki_url":"https://oldschool.runescape.wiki/w/Breathing_salts","price":0},"4443":{"id":4443,"name":"Chicken cage","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chicken cage","wiki_url":"https://oldschool.runescape.wiki/w/Chicken_cage","price":0},"4444":{"id":4444,"name":"Sharpened axe","members":true,"cost":56,"lowalch":22,"highalch":33,"wiki_name":"Sharpened axe","wiki_url":"https://oldschool.runescape.wiki/w/Sharpened_axe","price":0},"4445":{"id":4445,"name":"Red mahogany log","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red mahogany log","wiki_url":"https://oldschool.runescape.wiki/w/Red_mahogany_log","price":0},"4446":{"id":4446,"name":"Steel key ring","members":true,"cost":1,"wiki_name":"Steel key ring","wiki_url":"https://oldschool.runescape.wiki/w/Steel_key_ring","price":0},"4447":{"id":4447,"name":"Antique lamp","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Antique lamp (One Small Favour)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(One_Small_Favour)","price":0},"4456":{"id":4456,"name":"Bowl of hot water","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":13000,"wiki_name":"Bowl of hot water","wiki_url":"https://oldschool.runescape.wiki/w/Bowl_of_hot_water","price":218},"4458":{"id":4458,"name":"Cup of water","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":13000,"wiki_name":"Cup of water","wiki_url":"https://oldschool.runescape.wiki/w/Cup_of_water","price":12},"4460":{"id":4460,"name":"Cup of hot water","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":13000,"wiki_name":"Cup of hot water","wiki_url":"https://oldschool.runescape.wiki/w/Cup_of_hot_water","price":463},"4462":{"id":4462,"name":"Ruined herb tea","members":true,"tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Ruined herb tea","wiki_url":"https://oldschool.runescape.wiki/w/Ruined_herb_tea","price":0},"4464":{"id":4464,"name":"Herb tea mix","members":true,"tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Herb tea mix (Harralander)","wiki_url":"https://oldschool.runescape.wiki/w/Herb_tea_mix#Harralander","price":0},"4466":{"id":4466,"name":"Herb tea mix","members":true,"tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Herb tea mix (Guam)","wiki_url":"https://oldschool.runescape.wiki/w/Herb_tea_mix#Guam","price":0},"4468":{"id":4468,"name":"Herb tea mix","members":true,"tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Herb tea mix (Marrentill)","wiki_url":"https://oldschool.runescape.wiki/w/Herb_tea_mix#Marrentill","price":0},"4470":{"id":4470,"name":"Herb tea mix","members":true,"tradeable":true,"noteable":true,"cost":15,"lowalch":6,"highalch":9,"wiki_name":"Herb tea mix (Harralander and marrentill)","wiki_url":"https://oldschool.runescape.wiki/w/Herb_tea_mix#Harralander_and_marrentill","price":0},"4472":{"id":4472,"name":"Herb tea mix","members":true,"tradeable":true,"noteable":true,"cost":15,"lowalch":6,"highalch":9,"wiki_name":"Herb tea mix (Harralander and guam)","wiki_url":"https://oldschool.runescape.wiki/w/Herb_tea_mix#Harralander_and_guam","price":0},"4474":{"id":4474,"name":"Herb tea mix","members":true,"tradeable":true,"noteable":true,"cost":15,"lowalch":6,"highalch":9,"wiki_name":"Herb tea mix (Two guams)","wiki_url":"https://oldschool.runescape.wiki/w/Herb_tea_mix#Two_guams","price":0},"4476":{"id":4476,"name":"Herb tea mix","members":true,"tradeable":true,"noteable":true,"cost":15,"lowalch":6,"highalch":9,"wiki_name":"Herb tea mix (Guam and marrentill)","wiki_url":"https://oldschool.runescape.wiki/w/Herb_tea_mix#Guam_and_marrentill","price":0},"4478":{"id":4478,"name":"Herb tea mix","members":true,"tradeable":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Herb tea mix (Harralander, marrentill and guam)","wiki_url":"https://oldschool.runescape.wiki/w/Herb_tea_mix#Harralander,_marrentill_and_guam","price":0},"4480":{"id":4480,"name":"Herb tea mix","members":true,"tradeable":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Herb tea mix (Two guams and marrentill)","wiki_url":"https://oldschool.runescape.wiki/w/Herb_tea_mix#Two_guams_and_marrentill","price":0},"4482":{"id":4482,"name":"Herb tea mix","members":true,"tradeable":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Herb tea mix (Two guams and harralander)","wiki_url":"https://oldschool.runescape.wiki/w/Herb_tea_mix#Two_guams_and_harralander","price":0},"4484":{"id":4484,"name":"Safety guarantee","members":true,"cost":1,"wiki_name":"Safety guarantee","wiki_url":"https://oldschool.runescape.wiki/w/Safety_guarantee","price":0},"4485":{"id":4485,"name":"White pearl","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"White pearl","wiki_url":"https://oldschool.runescape.wiki/w/White_pearl","price":0},"4486":{"id":4486,"name":"White pearl seed","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"White pearl seed","wiki_url":"https://oldschool.runescape.wiki/w/White_pearl_seed","price":0},"4487":{"id":4487,"name":"Half a rock","members":true,"cost":1,"wiki_name":"Half a rock","wiki_url":"https://oldschool.runescape.wiki/w/Half_a_rock","price":0},"4488":{"id":4488,"name":"Corpse of woman","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Corpse of woman","wiki_url":"https://oldschool.runescape.wiki/w/Corpse_of_woman","price":0},"4489":{"id":4489,"name":"Asleif's necklace","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Asleif's necklace","wiki_url":"https://oldschool.runescape.wiki/w/Asleif's_necklace","price":0},"4490":{"id":4490,"name":"Mud","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mud","wiki_url":"https://oldschool.runescape.wiki/w/Mud","price":0},"4492":{"id":4492,"name":"Muddy rock","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Muddy rock","wiki_url":"https://oldschool.runescape.wiki/w/Muddy_rock","price":0},"4494":{"id":4494,"name":"Pole","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pole","wiki_url":"https://oldschool.runescape.wiki/w/Pole","price":0},"4496":{"id":4496,"name":"Broken pole","members":true,"tradeable":true,"noteable":true,"cost":1,"wiki_name":"Broken pole","wiki_url":"https://oldschool.runescape.wiki/w/Broken_pole","price":0},"4498":{"id":4498,"name":"Rope","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rope (animation item)","wiki_url":"https://oldschool.runescape.wiki/w/Rope_(animation_item)","price":0},"4500":{"id":4500,"name":"Pole","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pole (animation item) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Pole_(animation_item)#Normal","price":0},"4502":{"id":4502,"name":"Bearhead","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bearhead","wiki_url":"https://oldschool.runescape.wiki/w/Bearhead","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-3,"defence_stab":12,"defence_slash":14,"defence_crush":10,"defence_magic":7,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"4503":{"id":4503,"name":"Decorative sword","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1300,"lowalch":520,"highalch":780,"wiki_name":"Decorative sword (white)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_sword_(white)","equipment":{"attack_stab":15,"attack_slash":20,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":22,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":5}},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"4504":{"id":4504,"name":"Decorative armour","equipable":true,"equipable_by_player":true,"cost":5200,"lowalch":2080,"highalch":3120,"wiki_name":"Decorative armour (white platebody)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(white_platebody)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":46,"defence_slash":44,"defence_crush":38,"defence_magic":-6,"defence_ranged":44,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":5}},"price":0},"4505":{"id":4505,"name":"Decorative armour","equipable":true,"equipable_by_player":true,"cost":2600,"lowalch":1040,"highalch":1560,"wiki_name":"Decorative armour (white platelegs)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(white_platelegs)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":24,"defence_slash":22,"defence_crush":20,"defence_magic":-4,"defence_ranged":22,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":5}},"price":0},"4506":{"id":4506,"name":"Decorative helm","equipable":true,"equipable_by_player":true,"cost":780,"lowalch":312,"highalch":468,"wiki_name":"Decorative helm (white)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_helm_(white)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":0,"defence_stab":10,"defence_slash":11,"defence_crush":9,"defence_magic":-1,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":5}},"price":0},"4507":{"id":4507,"name":"Decorative shield","equipable":true,"equipable_by_player":true,"cost":2210,"lowalch":884,"highalch":1326,"wiki_name":"Decorative shield (white)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_shield_(white)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":18,"defence_slash":22,"defence_crush":20,"defence_magic":-1,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":5}},"price":0},"4508":{"id":4508,"name":"Decorative sword","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":3200,"lowalch":1280,"highalch":1920,"wiki_name":"Decorative sword (gold) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_sword_(gold)#Normal","equipment":{"attack_stab":20,"attack_slash":29,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":31,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":5}},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"4509":{"id":4509,"name":"Decorative armour","equipable":true,"equipable_by_player":true,"cost":12800,"lowalch":5120,"highalch":7680,"wiki_name":"Decorative armour (gold platebody) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(gold_platebody)#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":65,"defence_slash":63,"defence_crush":55,"defence_magic":-6,"defence_ranged":63,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":30}},"price":0},"4510":{"id":4510,"name":"Decorative armour","equipable":true,"equipable_by_player":true,"cost":6400,"lowalch":2560,"highalch":3840,"wiki_name":"Decorative armour (gold platelegs) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(gold_platelegs)#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":33,"defence_slash":31,"defence_crush":29,"defence_magic":-4,"defence_ranged":31,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":30}},"price":0},"4511":{"id":4511,"name":"Decorative helm","equipable":true,"equipable_by_player":true,"cost":1920,"lowalch":768,"highalch":1152,"wiki_name":"Decorative helm (gold) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_helm_(gold)#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":0,"defence_stab":14,"defence_slash":15,"defence_crush":13,"defence_magic":-1,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":30}},"price":0},"4512":{"id":4512,"name":"Decorative shield","equipable":true,"equipable_by_player":true,"cost":5440,"lowalch":2176,"highalch":3264,"wiki_name":"Decorative shield (gold) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_shield_(gold)#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":27,"defence_slash":31,"defence_crush":29,"defence_magic":-1,"defence_ranged":29,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":30}},"price":0},"4513":{"id":4513,"name":"Castlewars hood","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Castlewars hood (Saradomin)","wiki_url":"https://oldschool.runescape.wiki/w/Castlewars_hood_(Saradomin)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":2,"defence_magic":0,"defence_ranged":1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"4514":{"id":4514,"name":"Castlewars cloak","equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Castlewars cloak (Saradomin)","wiki_url":"https://oldschool.runescape.wiki/w/Castlewars_cloak_(Saradomin)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"4515":{"id":4515,"name":"Castlewars hood","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Castlewars hood (Zamorak)","wiki_url":"https://oldschool.runescape.wiki/w/Castlewars_hood_(Zamorak)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":2,"defence_magic":0,"defence_ranged":1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"4516":{"id":4516,"name":"Castlewars cloak","equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Castlewars cloak (Zamorak)","wiki_url":"https://oldschool.runescape.wiki/w/Castlewars_cloak_(Zamorak)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"4517":{"id":4517,"name":"Giant frog legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":6000,"wiki_name":"Giant frog legs","wiki_url":"https://oldschool.runescape.wiki/w/Giant_frog_legs","price":3702},"4519":{"id":4519,"name":"Swamp wallbeast","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"4520":{"id":4520,"name":"Swamp cave slime","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"4521":{"id":4521,"name":"Swamp cave bug","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"4522":{"id":4522,"name":"Oil lamp","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":28,"lowalch":11,"highalch":16,"buy_limit":40,"wiki_name":"Oil lamp (Unlit)","wiki_url":"https://oldschool.runescape.wiki/w/Oil_lamp#Unlit","price":1273},"4524":{"id":4524,"name":"Oil lamp","members":true,"cost":28,"lowalch":11,"highalch":16,"wiki_name":"Oil lamp (Lit)","wiki_url":"https://oldschool.runescape.wiki/w/Oil_lamp#Lit","price":0},"4525":{"id":4525,"name":"Empty oil lamp","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":25,"lowalch":10,"highalch":15,"buy_limit":10000,"wiki_name":"Empty oil lamp","wiki_url":"https://oldschool.runescape.wiki/w/Empty_oil_lamp","price":25},"4527":{"id":4527,"name":"Empty candle lantern","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":10000,"wiki_name":"Empty candle lantern","wiki_url":"https://oldschool.runescape.wiki/w/Empty_candle_lantern","price":5},"4529":{"id":4529,"name":"Candle lantern","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":15,"lowalch":6,"highalch":9,"wiki_name":"Candle lantern (Unlit (white candle))","wiki_url":"https://oldschool.runescape.wiki/w/Candle_lantern#Unlit_(white_candle)","price":281},"4531":{"id":4531,"name":"Candle lantern","members":true,"cost":15,"lowalch":6,"highalch":9,"wiki_name":"Candle lantern (Lit (white candle))","wiki_url":"https://oldschool.runescape.wiki/w/Candle_lantern#Lit_(white_candle)","price":0},"4532":{"id":4532,"name":"Candle lantern","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":15,"lowalch":6,"highalch":9,"wiki_name":"Candle lantern (Unlit (black candle))","wiki_url":"https://oldschool.runescape.wiki/w/Candle_lantern#Unlit_(black_candle)","price":23443},"4534":{"id":4534,"name":"Candle lantern","members":true,"cost":15,"lowalch":6,"highalch":9,"wiki_name":"Candle lantern (Lit (black candle))","wiki_url":"https://oldschool.runescape.wiki/w/Candle_lantern#Lit_(black_candle)","price":0},"4535":{"id":4535,"name":"Empty oil lantern","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":120,"lowalch":48,"highalch":72,"buy_limit":10000,"wiki_name":"Empty oil lantern","wiki_url":"https://oldschool.runescape.wiki/w/Empty_oil_lantern","price":114},"4537":{"id":4537,"name":"Oil lantern","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":125,"lowalch":50,"highalch":75,"buy_limit":40,"wiki_name":"Oil lantern (Unlit)","wiki_url":"https://oldschool.runescape.wiki/w/Oil_lantern#Unlit","price":740},"4539":{"id":4539,"name":"Oil lantern","members":true,"cost":125,"lowalch":50,"highalch":75,"wiki_name":"Oil lantern (Lit)","wiki_url":"https://oldschool.runescape.wiki/w/Oil_lantern#Lit","price":0},"4540":{"id":4540,"name":"Oil lantern frame","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":10000,"wiki_name":"Oil lantern frame","wiki_url":"https://oldschool.runescape.wiki/w/Oil_lantern_frame","price":1},"4542":{"id":4542,"name":"Lantern lens","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":70,"lowalch":28,"highalch":42,"buy_limit":10000,"wiki_name":"Lantern lens","wiki_url":"https://oldschool.runescape.wiki/w/Lantern_lens","price":17},"4544":{"id":4544,"name":"Bullseye lantern (unf)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":10000,"wiki_name":"Bullseye lantern (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Bullseye_lantern_(unf)","price":185},"4546":{"id":4546,"name":"Bullseye lantern (empty)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":10000,"wiki_name":"Bullseye lantern (empty)","wiki_url":"https://oldschool.runescape.wiki/w/Bullseye_lantern_(empty)","price":605},"4548":{"id":4548,"name":"Bullseye lantern","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":420,"lowalch":168,"highalch":252,"buy_limit":10000,"wiki_name":"Bullseye lantern (Unlit)","wiki_url":"https://oldschool.runescape.wiki/w/Bullseye_lantern#Unlit","price":1225},"4550":{"id":4550,"name":"Bullseye lantern","members":true,"cost":420,"lowalch":168,"highalch":252,"wiki_name":"Bullseye lantern (Lit)","wiki_url":"https://oldschool.runescape.wiki/w/Bullseye_lantern#Lit","price":0},"4551":{"id":4551,"name":"Spiny helmet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":650,"lowalch":260,"highalch":390,"buy_limit":125,"wiki_name":"Spiny helmet","wiki_url":"https://oldschool.runescape.wiki/w/Spiny_helmet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":9,"defence_slash":10,"defence_crush":7,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":5}},"price":1279},"4558":{"id":4558,"name":"Blue sweets","cost":0,"wiki_name":"Blue sweets","wiki_url":"https://oldschool.runescape.wiki/w/Blue_sweets","price":0},"4559":{"id":4559,"name":"Deep blue sweets","cost":0,"wiki_name":"Deep blue sweets","wiki_url":"https://oldschool.runescape.wiki/w/Deep_blue_sweets","price":0},"4560":{"id":4560,"name":"White sweets","cost":0,"wiki_name":"White sweets","wiki_url":"https://oldschool.runescape.wiki/w/White_sweets","price":0},"4562":{"id":4562,"name":"Red sweets","cost":0,"wiki_name":"Red sweets","wiki_url":"https://oldschool.runescape.wiki/w/Red_sweets","price":0},"4563":{"id":4563,"name":"Green sweets","cost":0,"wiki_name":"Green sweets","wiki_url":"https://oldschool.runescape.wiki/w/Green_sweets","price":0},"4564":{"id":4564,"name":"Pink sweets","cost":0,"wiki_name":"Pink sweets","wiki_url":"https://oldschool.runescape.wiki/w/Pink_sweets","price":0},"4565":{"id":4565,"name":"Easter basket","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Easter basket","wiki_url":"https://oldschool.runescape.wiki/w/Easter_basket","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"4566":{"id":4566,"name":"Rubber chicken","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Rubber chicken","wiki_url":"https://oldschool.runescape.wiki/w/Rubber_chicken","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"4567":{"id":4567,"name":"Gold helmet","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gold helmet","wiki_url":"https://oldschool.runescape.wiki/w/Gold_helmet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":10,"defence_crush":20,"defence_magic":0,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":30}},"price":0},"4568":{"id":4568,"name":"Dwarven lore","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dwarven lore","wiki_url":"https://oldschool.runescape.wiki/w/Dwarven_lore","price":0},"4569":{"id":4569,"name":"Book page 1","members":true,"cost":1,"wiki_name":"Book page 1","wiki_url":"https://oldschool.runescape.wiki/w/Book_page_1","price":0},"4570":{"id":4570,"name":"Book page 2","members":true,"cost":1,"wiki_name":"Book page 2","wiki_url":"https://oldschool.runescape.wiki/w/Book_page_2","price":0},"4571":{"id":4571,"name":"Book page 3","members":true,"cost":1,"wiki_name":"Book page 3","wiki_url":"https://oldschool.runescape.wiki/w/Book_page_3","price":0},"4572":{"id":4572,"name":"Pages","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pages (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Pages_(unobtainable_item)","price":0},"4573":{"id":4573,"name":"Pages","members":true,"cost":1,"wiki_name":"Pages","wiki_url":"https://oldschool.runescape.wiki/w/Pages","price":0},"4574":{"id":4574,"name":"Base schematics","members":true,"cost":1,"wiki_name":"Base schematics","wiki_url":"https://oldschool.runescape.wiki/w/Base_schematics","price":0},"4575":{"id":4575,"name":"Schematic","members":true,"cost":1,"wiki_name":"Schematic (Dondakan)","wiki_url":"https://oldschool.runescape.wiki/w/Schematic_(Dondakan)","price":0},"4576":{"id":4576,"name":"Schematics","members":true,"cost":1,"wiki_name":"Schematics (Dwarf Engineer)","wiki_url":"https://oldschool.runescape.wiki/w/Schematics_(Dwarf_Engineer)","price":0},"4577":{"id":4577,"name":"Schematics","members":true,"cost":1,"wiki_name":"Schematics (Khorvak)","wiki_url":"https://oldschool.runescape.wiki/w/Schematics_(Khorvak)","price":0},"4578":{"id":4578,"name":"Schematic","members":true,"cost":1,"wiki_name":"Schematic (complete)","wiki_url":"https://oldschool.runescape.wiki/w/Schematic_(complete)","price":0},"4579":{"id":4579,"name":"Cannon ball","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cannon ball (Between a Rock...)","wiki_url":"https://oldschool.runescape.wiki/w/Cannon_ball_(Between_a_Rock...)","price":0},"4580":{"id":4580,"name":"Black spear","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":650,"lowalch":260,"highalch":390,"buy_limit":8,"wiki_name":"Black spear (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Black_spear#Unpoisoned","equipment":{"attack_stab":15,"attack_slash":15,"attack_crush":15,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":16,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":10}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1003},"4582":{"id":4582,"name":"Black spear(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":750,"lowalch":300,"highalch":450,"buy_limit":8,"wiki_name":"Black spear (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Black_spear#Poison","equipment":{"attack_stab":15,"attack_slash":15,"attack_crush":15,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":16,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":10}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":4039},"4584":{"id":4584,"name":"Black spear(kp)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":750,"lowalch":300,"highalch":450,"wiki_name":"Black spear (Karambwan poison)","wiki_url":"https://oldschool.runescape.wiki/w/Black_spear#Karambwan_poison","equipment":{"attack_stab":15,"attack_slash":15,"attack_crush":15,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":16,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":10}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"4585":{"id":4585,"name":"Dragon plateskirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":270000,"lowalch":108000,"highalch":162000,"buy_limit":70,"wiki_name":"Dragon plateskirt","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_plateskirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":68,"defence_slash":66,"defence_crush":63,"defence_magic":-4,"defence_ranged":65,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":60}},"price":161063},"4587":{"id":4587,"name":"Dragon scimitar","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100000,"lowalch":40000,"highalch":60000,"buy_limit":70,"wiki_name":"Dragon scimitar","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_scimitar","equipment":{"attack_stab":8,"attack_slash":67,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":66,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":60}},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":59802},"4589":{"id":4589,"name":"Keys","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Keys","wiki_url":"https://oldschool.runescape.wiki/w/Keys","price":0},"4590":{"id":4590,"name":"Jewels","members":true,"cost":1,"wiki_name":"Jewels","wiki_url":"https://oldschool.runescape.wiki/w/Jewels","price":0},"4591":{"id":4591,"name":"Kharidian headpiece","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":15,"wiki_name":"Kharidian headpiece","wiki_url":"https://oldschool.runescape.wiki/w/Kharidian_headpiece","price":214},"4593":{"id":4593,"name":"Fake beard","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":15,"wiki_name":"Fake beard","wiki_url":"https://oldschool.runescape.wiki/w/Fake_beard","price":309},"4595":{"id":4595,"name":"Karidian disguise","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Karidian disguise","wiki_url":"https://oldschool.runescape.wiki/w/Karidian_disguise","price":0},"4597":{"id":4597,"name":"Note","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Note (Fibonacci)","wiki_url":"https://oldschool.runescape.wiki/w/Note_(Fibonacci)","price":0},"4598":{"id":4598,"name":"Note","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Note (numbers)","wiki_url":"https://oldschool.runescape.wiki/w/Note_(numbers)","price":0},"4599":{"id":4599,"name":"Oak blackjack","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Oak blackjack","wiki_url":"https://oldschool.runescape.wiki/w/Oak_blackjack","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"4600":{"id":4600,"name":"Willow blackjack","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":600,"lowalch":240,"highalch":360,"buy_limit":125,"wiki_name":"Willow blackjack","wiki_url":"https://oldschool.runescape.wiki/w/Willow_blackjack","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":8,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":131},"4601":{"id":4601,"name":"Ugthanki dung","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ugthanki dung","wiki_url":"https://oldschool.runescape.wiki/w/Ugthanki_dung","price":0},"4602":{"id":4602,"name":"Ugthanki dung","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ugthanki dung (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Ugthanki_dung_(unobtainable_item)","price":0},"4603":{"id":4603,"name":"Receipt","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Receipt (The Feud)","wiki_url":"https://oldschool.runescape.wiki/w/Receipt_(The_Feud)","price":0},"4604":{"id":4604,"name":"Hag's poison","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Hag's poison","wiki_url":"https://oldschool.runescape.wiki/w/Hag's_poison","price":0},"4605":{"id":4605,"name":"Snake charm","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Snake charm","wiki_url":"https://oldschool.runescape.wiki/w/Snake_charm","price":0},"4606":{"id":4606,"name":"Snake basket","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Snake basket","wiki_url":"https://oldschool.runescape.wiki/w/Snake_basket","price":0},"4607":{"id":4607,"name":"Snake basket full","members":true,"cost":1,"wiki_name":"Snake basket full","wiki_url":"https://oldschool.runescape.wiki/w/Snake_basket_full","price":0},"4608":{"id":4608,"name":"Super kebab","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":15,"wiki_name":"Super kebab","wiki_url":"https://oldschool.runescape.wiki/w/Super_kebab","price":200},"4610":{"id":4610,"name":"Red hot sauce","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red hot sauce","wiki_url":"https://oldschool.runescape.wiki/w/Red_hot_sauce","price":0},"4611":{"id":4611,"name":"Desert disguise","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Desert disguise","wiki_url":"https://oldschool.runescape.wiki/w/Desert_disguise","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"4613":{"id":4613,"name":"Spinning plate","cost":50,"lowalch":20,"highalch":30,"wiki_name":"Spinning plate","wiki_url":"https://oldschool.runescape.wiki/w/Spinning_plate","price":0},"4614":{"id":4614,"name":"Broken plate","tradeable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Broken plate","wiki_url":"https://oldschool.runescape.wiki/w/Broken_plate","price":0},"4615":{"id":4615,"name":"Letter","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Letter (The Golem)","wiki_url":"https://oldschool.runescape.wiki/w/Letter_(The_Golem)","price":0},"4616":{"id":4616,"name":"Varmen's notes","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Varmen's notes","wiki_url":"https://oldschool.runescape.wiki/w/Varmen's_notes","price":0},"4617":{"id":4617,"name":"Display cabinet key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Display cabinet key","wiki_url":"https://oldschool.runescape.wiki/w/Display_cabinet_key","price":0},"4618":{"id":4618,"name":"Statuette","members":true,"cost":2,"wiki_name":"Statuette (The Golem)","wiki_url":"https://oldschool.runescape.wiki/w/Statuette_(The_Golem)","price":0},"4619":{"id":4619,"name":"Strange implement","members":true,"cost":1,"wiki_name":"Strange implement","wiki_url":"https://oldschool.runescape.wiki/w/Strange_implement","price":0},"4620":{"id":4620,"name":"Black mushroom","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Black mushroom","wiki_url":"https://oldschool.runescape.wiki/w/Black_mushroom","price":0},"4621":{"id":4621,"name":"Phoenix feather","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Phoenix feather","wiki_url":"https://oldschool.runescape.wiki/w/Phoenix_feather","price":0},"4622":{"id":4622,"name":"Black dye","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Black dye","wiki_url":"https://oldschool.runescape.wiki/w/Black_dye","price":0},"4623":{"id":4623,"name":"Phoenix quill pen","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Phoenix quill pen","wiki_url":"https://oldschool.runescape.wiki/w/Phoenix_quill_pen","price":0},"4624":{"id":4624,"name":"Golem program","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Golem program","wiki_url":"https://oldschool.runescape.wiki/w/Golem_program","price":0},"4625":{"id":4625,"name":"Bandit","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"4627":{"id":4627,"name":"Bandit's brew","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":2000,"wiki_name":"Bandit's brew","wiki_url":"https://oldschool.runescape.wiki/w/Bandit's_brew","price":1660},"4653":{"id":4653,"name":"Fire","members":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Fire (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Fire_(unobtainable_item)","price":0},"4654":{"id":4654,"name":"Etchings","members":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Etchings","wiki_url":"https://oldschool.runescape.wiki/w/Etchings","price":0},"4655":{"id":4655,"name":"Translation","members":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Translation","wiki_url":"https://oldschool.runescape.wiki/w/Translation","price":0},"4656":{"id":4656,"name":"Warm key","members":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Warm key","wiki_url":"https://oldschool.runescape.wiki/w/Warm_key","price":0},"4657":{"id":4657,"name":"Ring of visibility","members":true,"equipable":true,"equipable_by_player":true,"cost":350,"lowalch":140,"highalch":210,"wiki_name":"Ring of visibility","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_visibility","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"4658":{"id":4658,"name":"Silver pot","members":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Silver pot (Desert Treasure) (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Silver_pot_(Desert_Treasure)#Empty","price":0},"4659":{"id":4659,"name":"Blessed pot","members":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Blessed pot (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_pot#Empty","price":0},"4660":{"id":4660,"name":"Silver pot","members":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Silver pot (Desert Treasure) (Blood)","wiki_url":"https://oldschool.runescape.wiki/w/Silver_pot_(Desert_Treasure)#Blood","price":0},"4661":{"id":4661,"name":"Blessed pot","members":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Blessed pot (Blood)","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_pot#Blood","price":0},"4662":{"id":4662,"name":"Silver pot","members":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Silver pot (Desert Treasure) (Garlic)","wiki_url":"https://oldschool.runescape.wiki/w/Silver_pot_(Desert_Treasure)#Garlic","price":0},"4663":{"id":4663,"name":"Blessed pot","members":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Blessed pot (Garlic)","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_pot#Garlic","price":0},"4664":{"id":4664,"name":"Silver pot","members":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Silver pot (Desert Treasure) (Complete)","wiki_url":"https://oldschool.runescape.wiki/w/Silver_pot_(Desert_Treasure)#Complete","price":0},"4665":{"id":4665,"name":"Blessed pot","members":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Blessed pot (Complete)","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_pot#Complete","price":0},"4666":{"id":4666,"name":"Silver pot","members":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Silver pot (Desert Treasure) (Spices)","wiki_url":"https://oldschool.runescape.wiki/w/Silver_pot_(Desert_Treasure)#Spices","price":0},"4667":{"id":4667,"name":"Blessed pot","members":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Blessed pot (Spices)","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_pot#Spices","price":0},"4668":{"id":4668,"name":"Garlic powder","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":15,"wiki_name":"Garlic powder","wiki_url":"https://oldschool.runescape.wiki/w/Garlic_powder","price":400},"4670":{"id":4670,"name":"Blood diamond","members":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Blood diamond","wiki_url":"https://oldschool.runescape.wiki/w/Blood_diamond","price":0},"4671":{"id":4671,"name":"Ice diamond","members":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Ice diamond","wiki_url":"https://oldschool.runescape.wiki/w/Ice_diamond","price":0},"4672":{"id":4672,"name":"Smoke diamond","members":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Smoke diamond","wiki_url":"https://oldschool.runescape.wiki/w/Smoke_diamond","price":0},"4673":{"id":4673,"name":"Shadow diamond","members":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Shadow diamond","wiki_url":"https://oldschool.runescape.wiki/w/Shadow_diamond","price":0},"4674":{"id":4674,"name":"Gilded cross","members":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Gilded cross","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_cross","price":0},"4675":{"id":4675,"name":"Ancient staff","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100000,"lowalch":40000,"highalch":60000,"buy_limit":70,"wiki_name":"Ancient staff","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_staff","equipment":{"attack_stab":10,"attack_slash":-1,"attack_crush":40,"attack_magic":15,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":15,"defence_ranged":0,"melee_strength":50,"ranged_strength":0,"magic_damage":0,"prayer":-1,"slot":"weapon","requirements":{"magic":50,"attack":50}},"weapon":{"attack_speed":4,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":68081},"4677":{"id":4677,"name":"Catspeak amulet","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Catspeak amulet","wiki_url":"https://oldschool.runescape.wiki/w/Catspeak_amulet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"4678":{"id":4678,"name":"Canopic jar","members":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Canopic jar (Het)","wiki_url":"https://oldschool.runescape.wiki/w/Canopic_jar#Het","price":0},"4679":{"id":4679,"name":"Canopic jar","members":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Canopic jar (Apmeken)","wiki_url":"https://oldschool.runescape.wiki/w/Canopic_jar#Apmeken","price":0},"4680":{"id":4680,"name":"Canopic jar","members":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Canopic jar (Scabaras)","wiki_url":"https://oldschool.runescape.wiki/w/Canopic_jar#Scabaras","price":0},"4681":{"id":4681,"name":"Canopic jar","members":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Canopic jar (Crondis)","wiki_url":"https://oldschool.runescape.wiki/w/Canopic_jar#Crondis","price":0},"4682":{"id":4682,"name":"Holy symbol","members":true,"cost":50,"wiki_name":"Holy symbol (Icthlarin's Little Helper)","wiki_url":"https://oldschool.runescape.wiki/w/Holy_symbol_(Icthlarin's_Little_Helper)","price":0},"4683":{"id":4683,"name":"Unholy symbol","members":true,"cost":50,"wiki_name":"Unholy symbol (Icthlarin's Little Helper)","wiki_url":"https://oldschool.runescape.wiki/w/Unholy_symbol_(Icthlarin's_Little_Helper)","price":0},"4684":{"id":4684,"name":"Linen","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":15,"wiki_name":"Linen","wiki_url":"https://oldschool.runescape.wiki/w/Linen","price":744},"4686":{"id":4686,"name":"Embalming manual","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Embalming manual","wiki_url":"https://oldschool.runescape.wiki/w/Embalming_manual","price":0},"4687":{"id":4687,"name":"Bucket of sap","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":15,"wiki_name":"Bucket of sap","wiki_url":"https://oldschool.runescape.wiki/w/Bucket_of_sap","price":481},"4689":{"id":4689,"name":"Pile of salt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":15,"wiki_name":"Pile of salt","wiki_url":"https://oldschool.runescape.wiki/w/Pile_of_salt","price":160},"4691":{"id":4691,"name":"Sphinx's token","members":true,"cost":1,"wiki_name":"Sphinx's token","wiki_url":"https://oldschool.runescape.wiki/w/Sphinx's_token","price":0},"4693":{"id":4693,"name":"Bucket of saltwater","members":true,"cost":6,"lowalch":2,"highalch":3,"wiki_name":"Bucket of saltwater","wiki_url":"https://oldschool.runescape.wiki/w/Bucket_of_saltwater","price":0},"4694":{"id":4694,"name":"Steam rune","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":18000,"wiki_name":"Steam rune","wiki_url":"https://oldschool.runescape.wiki/w/Steam_rune","price":51},"4695":{"id":4695,"name":"Mist rune","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":18000,"wiki_name":"Mist rune","wiki_url":"https://oldschool.runescape.wiki/w/Mist_rune","price":129},"4696":{"id":4696,"name":"Dust rune","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":18000,"wiki_name":"Dust rune","wiki_url":"https://oldschool.runescape.wiki/w/Dust_rune","price":16},"4697":{"id":4697,"name":"Smoke rune","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":18000,"wiki_name":"Smoke rune","wiki_url":"https://oldschool.runescape.wiki/w/Smoke_rune","price":25},"4698":{"id":4698,"name":"Mud rune","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":18000,"wiki_name":"Mud rune","wiki_url":"https://oldschool.runescape.wiki/w/Mud_rune","price":106},"4699":{"id":4699,"name":"Lava rune","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":18000,"wiki_name":"Lava rune","wiki_url":"https://oldschool.runescape.wiki/w/Lava_rune","price":16},"4700":{"id":4700,"name":"Sapphire lantern","members":true,"cost":600,"lowalch":240,"highalch":360,"wiki_name":"Sapphire lantern (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Sapphire_lantern#Empty","price":0},"4701":{"id":4701,"name":"Sapphire lantern","members":true,"cost":600,"lowalch":240,"highalch":360,"wiki_name":"Sapphire lantern (Unlit)","wiki_url":"https://oldschool.runescape.wiki/w/Sapphire_lantern#Unlit","price":0},"4702":{"id":4702,"name":"Sapphire lantern","members":true,"cost":600,"lowalch":240,"highalch":360,"wiki_name":"Sapphire lantern (Lit)","wiki_url":"https://oldschool.runescape.wiki/w/Sapphire_lantern#Lit","price":0},"4704":{"id":4704,"name":"Stone bowl","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Stone bowl","wiki_url":"https://oldschool.runescape.wiki/w/Stone_bowl","price":0},"4707":{"id":4707,"name":"Crumbling tome","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Crumbling tome","wiki_url":"https://oldschool.runescape.wiki/w/Crumbling_tome","price":0},"4708":{"id":4708,"name":"Ahrim's hood","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":13000,"lowalch":5200,"highalch":7800,"buy_limit":15,"wiki_name":"Ahrim's hood (Undamaged)","wiki_url":"https://oldschool.runescape.wiki/w/Ahrim's_hood#Undamaged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":6,"attack_ranged":-2,"defence_stab":15,"defence_slash":13,"defence_crush":16,"defence_magic":6,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"head","requirements":{"magic":70,"defence":70}},"price":211435},"4710":{"id":4710,"name":"Ahrim's staff","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":85000,"lowalch":34000,"highalch":51000,"buy_limit":15,"wiki_name":"Ahrim's staff (Undamaged)","wiki_url":"https://oldschool.runescape.wiki/w/Ahrim's_staff#Undamaged","equipment":{"attack_stab":12,"attack_slash":-1,"attack_crush":65,"attack_magic":15,"attack_ranged":0,"defence_stab":3,"defence_slash":5,"defence_crush":2,"defence_magic":15,"defence_ranged":0,"melee_strength":68,"ranged_strength":0,"magic_damage":5,"prayer":0,"slot":"weapon","requirements":{"magic":70,"attack":70}},"weapon":{"attack_speed":6,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":182752},"4712":{"id":4712,"name":"Ahrim's robetop","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50000,"lowalch":20000,"highalch":30000,"buy_limit":15,"wiki_name":"Ahrim's robetop (Undamaged)","wiki_url":"https://oldschool.runescape.wiki/w/Ahrim's_robetop#Undamaged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":30,"attack_ranged":-10,"defence_stab":52,"defence_slash":37,"defence_crush":63,"defence_magic":30,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"body","requirements":{"magic":70,"defence":70}},"price":3075549},"4714":{"id":4714,"name":"Ahrim's robeskirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":47000,"lowalch":18800,"highalch":28200,"buy_limit":15,"wiki_name":"Ahrim's robeskirt (Undamaged)","wiki_url":"https://oldschool.runescape.wiki/w/Ahrim's_robeskirt#Undamaged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":22,"attack_ranged":-7,"defence_stab":33,"defence_slash":30,"defence_crush":36,"defence_magic":22,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"legs","requirements":{"magic":70,"defence":70}},"price":1953002},"4716":{"id":4716,"name":"Dharok's helm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":103000,"lowalch":41200,"highalch":61800,"buy_limit":15,"wiki_name":"Dharok's helm (Undamaged)","wiki_url":"https://oldschool.runescape.wiki/w/Dharok's_helm#Undamaged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":45,"defence_slash":48,"defence_crush":44,"defence_magic":-1,"defence_ranged":51,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":70}},"price":603760},"4718":{"id":4718,"name":"Dharok's greataxe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":208000,"lowalch":83200,"highalch":124800,"buy_limit":15,"wiki_name":"Dharok's greataxe (Undamaged)","wiki_url":"https://oldschool.runescape.wiki/w/Dharok's_greataxe#Undamaged","equipment":{"attack_stab":-4,"attack_slash":103,"attack_crush":95,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":105,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"strength":70}},"weapon":{"attack_speed":7,"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":1351115},"4720":{"id":4720,"name":"Dharok's platebody","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":280000,"lowalch":112000,"highalch":168000,"buy_limit":15,"wiki_name":"Dharok's platebody (Undamaged)","wiki_url":"https://oldschool.runescape.wiki/w/Dharok's_platebody#Undamaged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-10,"defence_stab":122,"defence_slash":120,"defence_crush":107,"defence_magic":-6,"defence_ranged":132,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":70}},"price":1001293},"4722":{"id":4722,"name":"Dharok's platelegs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":275000,"lowalch":110000,"highalch":165000,"buy_limit":15,"wiki_name":"Dharok's platelegs (Undamaged)","wiki_url":"https://oldschool.runescape.wiki/w/Dharok's_platelegs#Undamaged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":85,"defence_slash":82,"defence_crush":83,"defence_magic":-4,"defence_ranged":92,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":70}},"price":2225200},"4724":{"id":4724,"name":"Guthan's helm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":103000,"lowalch":41200,"highalch":61800,"buy_limit":15,"wiki_name":"Guthan's helm (Undamaged)","wiki_url":"https://oldschool.runescape.wiki/w/Guthan's_helm#Undamaged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":55,"defence_slash":58,"defence_crush":54,"defence_magic":-1,"defence_ranged":62,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":70}},"price":149420},"4726":{"id":4726,"name":"Guthan's warspear","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100000,"lowalch":40000,"highalch":60000,"buy_limit":15,"wiki_name":"Guthan's warspear (Undamaged)","wiki_url":"https://oldschool.runescape.wiki/w/Guthan's_warspear#Undamaged","equipment":{"attack_stab":75,"attack_slash":75,"attack_crush":75,"attack_magic":0,"attack_ranged":0,"defence_stab":7,"defence_slash":7,"defence_crush":7,"defence_magic":0,"defence_ranged":0,"melee_strength":75,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70}},"weapon":{"attack_speed":5,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":135450},"4728":{"id":4728,"name":"Guthan's platebody","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":280000,"lowalch":112000,"highalch":168000,"buy_limit":15,"wiki_name":"Guthan's platebody (Undamaged)","wiki_url":"https://oldschool.runescape.wiki/w/Guthan's_platebody#Undamaged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-10,"defence_stab":122,"defence_slash":120,"defence_crush":107,"defence_magic":-6,"defence_ranged":132,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":70}},"price":251949},"4730":{"id":4730,"name":"Guthan's chainskirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":275000,"lowalch":110000,"highalch":165000,"buy_limit":15,"wiki_name":"Guthan's chainskirt (Undamaged)","wiki_url":"https://oldschool.runescape.wiki/w/Guthan's_chainskirt#Undamaged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-14,"attack_ranged":-11,"defence_stab":75,"defence_slash":72,"defence_crush":73,"defence_magic":-4,"defence_ranged":82,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":70}},"price":267500},"4732":{"id":4732,"name":"Karil's coif","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":13000,"lowalch":5200,"highalch":7800,"buy_limit":15,"wiki_name":"Karil's coif (Undamaged)","wiki_url":"https://oldschool.runescape.wiki/w/Karil's_coif#Undamaged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-1,"attack_ranged":7,"defence_stab":6,"defence_slash":9,"defence_crush":12,"defence_magic":6,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"ranged":70,"defence":70}},"price":53313},"4734":{"id":4734,"name":"Karil's crossbow","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,"buy_limit":15,"wiki_name":"Karil's crossbow (Undamaged)","wiki_url":"https://oldschool.runescape.wiki/w/Karil's_crossbow#Undamaged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":84,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":70}},"weapon":{"attack_speed":4,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":104767},"4736":{"id":4736,"name":"Karil's leathertop","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50000,"lowalch":20000,"highalch":30000,"buy_limit":15,"wiki_name":"Karil's leathertop (Undamaged)","wiki_url":"https://oldschool.runescape.wiki/w/Karil's_leathertop#Undamaged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":30,"defence_stab":47,"defence_slash":42,"defence_crush":50,"defence_magic":65,"defence_ranged":57,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"ranged":70,"defence":70}},"price":1231597},"4738":{"id":4738,"name":"Karil's leatherskirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":47000,"lowalch":18800,"highalch":28200,"buy_limit":15,"wiki_name":"Karil's leatherskirt (Undamaged)","wiki_url":"https://oldschool.runescape.wiki/w/Karil's_leatherskirt#Undamaged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":17,"defence_stab":26,"defence_slash":20,"defence_crush":28,"defence_magic":35,"defence_ranged":33,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"ranged":70,"defence":70}},"price":512337},"4740":{"id":4740,"name":"Bolt rack","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":11000,"wiki_name":"Bolt rack","wiki_url":"https://oldschool.runescape.wiki/w/Bolt_rack","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":55,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":null},"price":46},"4745":{"id":4745,"name":"Torag's helm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":103000,"lowalch":41200,"highalch":61800,"buy_limit":15,"wiki_name":"Torag's helm (Undamaged)","wiki_url":"https://oldschool.runescape.wiki/w/Torag's_helm#Undamaged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":55,"defence_slash":58,"defence_crush":54,"defence_magic":-1,"defence_ranged":62,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":70}},"price":128901},"4747":{"id":4747,"name":"Torag's hammers","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,"buy_limit":15,"wiki_name":"Torag's hammers (Undamaged)","wiki_url":"https://oldschool.runescape.wiki/w/Torag's_hammers#Undamaged","equipment":{"attack_stab":-4,"attack_slash":-4,"attack_crush":85,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":72,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"strength":70}},"weapon":{"attack_speed":5,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":95055},"4749":{"id":4749,"name":"Torag's platebody","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":280000,"lowalch":112000,"highalch":168000,"buy_limit":15,"wiki_name":"Torag's platebody (Undamaged)","wiki_url":"https://oldschool.runescape.wiki/w/Torag's_platebody#Undamaged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-10,"defence_stab":122,"defence_slash":120,"defence_crush":107,"defence_magic":-6,"defence_ranged":132,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":70}},"price":171553},"4751":{"id":4751,"name":"Torag's platelegs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":275000,"lowalch":110000,"highalch":165000,"buy_limit":15,"wiki_name":"Torag's platelegs (Undamaged)","wiki_url":"https://oldschool.runescape.wiki/w/Torag's_platelegs#Undamaged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":85,"defence_slash":82,"defence_crush":83,"defence_magic":-4,"defence_ranged":92,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":70}},"price":243390},"4753":{"id":4753,"name":"Verac's helm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":103000,"lowalch":41200,"highalch":61800,"buy_limit":15,"wiki_name":"Verac's helm (Undamaged)","wiki_url":"https://oldschool.runescape.wiki/w/Verac's_helm#Undamaged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":55,"defence_slash":58,"defence_crush":54,"defence_magic":0,"defence_ranged":56,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"head","requirements":{"defence":70}},"price":101772},"4755":{"id":4755,"name":"Verac's flail","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,"buy_limit":15,"wiki_name":"Verac's flail (Undamaged)","wiki_url":"https://oldschool.runescape.wiki/w/Verac's_flail#Undamaged","equipment":{"attack_stab":68,"attack_slash":-2,"attack_crush":82,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":72,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"2h","requirements":{"attack":70}},"weapon":{"attack_speed":5,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":109388},"4757":{"id":4757,"name":"Verac's brassard","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":280000,"lowalch":112000,"highalch":168000,"buy_limit":15,"wiki_name":"Verac's brassard (Undamaged)","wiki_url":"https://oldschool.runescape.wiki/w/Verac's_brassard#Undamaged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":81,"defence_slash":95,"defence_crush":85,"defence_magic":0,"defence_ranged":81,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"body","requirements":{"defence":70}},"price":173061},"4759":{"id":4759,"name":"Verac's plateskirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":275000,"lowalch":110000,"highalch":165000,"buy_limit":15,"wiki_name":"Verac's plateskirt (Undamaged)","wiki_url":"https://oldschool.runescape.wiki/w/Verac's_plateskirt#Undamaged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":85,"defence_slash":82,"defence_crush":83,"defence_magic":0,"defence_ranged":84,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"legs","requirements":{"defence":70}},"price":233267},"4773":{"id":4773,"name":"Bronze brutal","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":11000,"wiki_name":"Bronze brutal","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_brutal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":11,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":139},"4778":{"id":4778,"name":"Iron brutal","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":11000,"wiki_name":"Iron brutal","wiki_url":"https://oldschool.runescape.wiki/w/Iron_brutal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":13,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":123},"4783":{"id":4783,"name":"Steel brutal","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":11000,"wiki_name":"Steel brutal","wiki_url":"https://oldschool.runescape.wiki/w/Steel_brutal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":19,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":5}},"price":92},"4788":{"id":4788,"name":"Black brutal","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":35,"lowalch":14,"highalch":21,"buy_limit":11000,"wiki_name":"Black brutal","wiki_url":"https://oldschool.runescape.wiki/w/Black_brutal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":22,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":10}},"price":607},"4793":{"id":4793,"name":"Mithril brutal","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":11000,"wiki_name":"Mithril brutal","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_brutal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":34,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":20}},"price":297},"4798":{"id":4798,"name":"Adamant brutal","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":95,"lowalch":38,"highalch":57,"buy_limit":11000,"wiki_name":"Adamant brutal","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_brutal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":45,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":30}},"price":258},"4803":{"id":4803,"name":"Rune brutal","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":450,"lowalch":180,"highalch":270,"buy_limit":11000,"wiki_name":"Rune brutal","wiki_url":"https://oldschool.runescape.wiki/w/Rune_brutal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":60,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":40}},"price":1025},"4808":{"id":4808,"name":"Black prism","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Black prism","wiki_url":"https://oldschool.runescape.wiki/w/Black_prism","price":0},"4809":{"id":4809,"name":"Torn page","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Torn page","wiki_url":"https://oldschool.runescape.wiki/w/Torn_page","price":0},"4810":{"id":4810,"name":"Ruined backpack","members":true,"cost":1,"wiki_name":"Ruined backpack","wiki_url":"https://oldschool.runescape.wiki/w/Ruined_backpack","price":0},"4811":{"id":4811,"name":"Dragon inn tankard","members":true,"cost":1,"wiki_name":"Dragon inn tankard","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_inn_tankard","price":0},"4812":{"id":4812,"name":"Zogre bones","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":3000,"wiki_name":"Zogre bones","wiki_url":"https://oldschool.runescape.wiki/w/Zogre_bones","price":743},"4814":{"id":4814,"name":"Sithik portrait","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sithik portrait (Good)","wiki_url":"https://oldschool.runescape.wiki/w/Sithik_portrait#Good","price":0},"4815":{"id":4815,"name":"Sithik portrait","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sithik portrait (Bad)","wiki_url":"https://oldschool.runescape.wiki/w/Sithik_portrait#Bad","price":0},"4816":{"id":4816,"name":"Signed portrait","members":true,"cost":1,"wiki_name":"Signed portrait","wiki_url":"https://oldschool.runescape.wiki/w/Signed_portrait","price":0},"4817":{"id":4817,"name":"Book of portraiture","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Book of portraiture","wiki_url":"https://oldschool.runescape.wiki/w/Book_of_portraiture","price":0},"4818":{"id":4818,"name":"Ogre artefact","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ogre artefact","wiki_url":"https://oldschool.runescape.wiki/w/Ogre_artefact","price":0},"4819":{"id":4819,"name":"Bronze nails","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Bronze nails","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_nails","price":2},"4820":{"id":4820,"name":"Iron nails","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":13000,"wiki_name":"Iron nails","wiki_url":"https://oldschool.runescape.wiki/w/Iron_nails","price":12},"4821":{"id":4821,"name":"Black nails","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":12,"lowalch":4,"highalch":7,"buy_limit":13000,"wiki_name":"Black nails","wiki_url":"https://oldschool.runescape.wiki/w/Black_nails","price":4692},"4822":{"id":4822,"name":"Mithril nails","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":18,"lowalch":7,"highalch":10,"buy_limit":13000,"wiki_name":"Mithril nails","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_nails","price":41},"4823":{"id":4823,"name":"Adamantite nails","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":45,"lowalch":18,"highalch":27,"buy_limit":13000,"wiki_name":"Adamantite nails","wiki_url":"https://oldschool.runescape.wiki/w/Adamantite_nails","price":85},"4824":{"id":4824,"name":"Rune nails","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":220,"lowalch":88,"highalch":132,"buy_limit":13000,"wiki_name":"Rune nails","wiki_url":"https://oldschool.runescape.wiki/w/Rune_nails","price":825},"4825":{"id":4825,"name":"Unstrung comp bow","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":10000,"wiki_name":"Unstrung comp bow","wiki_url":"https://oldschool.runescape.wiki/w/Unstrung_comp_bow","price":1590},"4827":{"id":4827,"name":"Comp ogre bow","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":180,"lowalch":72,"highalch":108,"buy_limit":70,"wiki_name":"Comp ogre bow","wiki_url":"https://oldschool.runescape.wiki/w/Comp_ogre_bow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":38,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":30}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":719},"4829":{"id":4829,"name":"Book of 'h.a.m'","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Book of 'h.a.m'","wiki_url":"https://oldschool.runescape.wiki/w/Book_of_'h.a.m'","price":0},"4830":{"id":4830,"name":"Fayrg bones","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":7500,"wiki_name":"Fayrg bones","wiki_url":"https://oldschool.runescape.wiki/w/Fayrg_bones","price":3500},"4832":{"id":4832,"name":"Raurg bones","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":7500,"wiki_name":"Raurg bones","wiki_url":"https://oldschool.runescape.wiki/w/Raurg_bones","price":5889},"4834":{"id":4834,"name":"Ourg bones","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":7500,"wiki_name":"Ourg bones","wiki_url":"https://oldschool.runescape.wiki/w/Ourg_bones","price":48572},"4836":{"id":4836,"name":"Strange potion","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Strange potion","wiki_url":"https://oldschool.runescape.wiki/w/Strange_potion","price":0},"4837":{"id":4837,"name":"Necromancy book","members":true,"cost":1,"wiki_name":"Necromancy book","wiki_url":"https://oldschool.runescape.wiki/w/Necromancy_book","price":0},"4838":{"id":4838,"name":"Cup of tea","members":true,"cost":10,"wiki_name":"Cup of tea (Zogre Flesh Eaters)","wiki_url":"https://oldschool.runescape.wiki/w/Cup_of_tea_(Zogre_Flesh_Eaters)","price":0},"4839":{"id":4839,"name":"Ogre gate key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ogre gate key","wiki_url":"https://oldschool.runescape.wiki/w/Ogre_gate_key","price":0},"4840":{"id":4840,"name":"Unfinished potion","members":true,"tradeable":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Unfinished potion (Rogue's Purse)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_potion_(Rogue's_Purse)","price":0},"4842":{"id":4842,"name":"Relicym's balm(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":225,"lowalch":90,"highalch":135,"buy_limit":2000,"wiki_name":"Relicym's balm (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Relicym's_balm#4_dose","price":585},"4844":{"id":4844,"name":"Relicym's balm(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":2000,"wiki_name":"Relicym's balm (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Relicym's_balm#3_dose","price":483},"4846":{"id":4846,"name":"Relicym's balm(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":2000,"wiki_name":"Relicym's balm (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Relicym's_balm#2_dose","price":7},"4848":{"id":4848,"name":"Relicym's balm(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":75,"lowalch":30,"highalch":45,"buy_limit":2000,"wiki_name":"Relicym's balm (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Relicym's_balm#1_dose","price":168},"4850":{"id":4850,"name":"Ogre coffin key","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":3000,"wiki_name":"Ogre coffin key","wiki_url":"https://oldschool.runescape.wiki/w/Ogre_coffin_key","price":2052},"4852":{"id":4852,"name":"Zogre bonemeal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Zogre bonemeal","wiki_url":"https://oldschool.runescape.wiki/w/Zogre_bonemeal","price":0},"4853":{"id":4853,"name":"Fayrg bonemeal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fayrg bonemeal","wiki_url":"https://oldschool.runescape.wiki/w/Fayrg_bonemeal","price":0},"4854":{"id":4854,"name":"Raurg bonemeal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Raurg bonemeal","wiki_url":"https://oldschool.runescape.wiki/w/Raurg_bonemeal","price":0},"4855":{"id":4855,"name":"Ourg bonemeal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ourg bonemeal","wiki_url":"https://oldschool.runescape.wiki/w/Ourg_bonemeal","price":0},"4856":{"id":4856,"name":"Ahrim's hood 100","members":true,"equipable":true,"equipable_by_player":true,"cost":13000,"lowalch":5200,"highalch":7800,"wiki_name":"Ahrim's hood (100)","wiki_url":"https://oldschool.runescape.wiki/w/Ahrim's_hood#100","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":6,"attack_ranged":-2,"defence_stab":15,"defence_slash":13,"defence_crush":16,"defence_magic":6,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"head","requirements":{"magic":70,"defence":70}},"price":0},"4857":{"id":4857,"name":"Ahrim's hood 75","members":true,"equipable":true,"equipable_by_player":true,"cost":13000,"lowalch":5200,"highalch":7800,"wiki_name":"Ahrim's hood (75)","wiki_url":"https://oldschool.runescape.wiki/w/Ahrim's_hood#75","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":6,"attack_ranged":-2,"defence_stab":15,"defence_slash":13,"defence_crush":16,"defence_magic":6,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"head","requirements":{"magic":70,"defence":70}},"price":0},"4858":{"id":4858,"name":"Ahrim's hood 50","members":true,"equipable":true,"equipable_by_player":true,"cost":13000,"lowalch":5200,"highalch":7800,"wiki_name":"Ahrim's hood (50)","wiki_url":"https://oldschool.runescape.wiki/w/Ahrim's_hood#50","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":6,"attack_ranged":-2,"defence_stab":15,"defence_slash":13,"defence_crush":16,"defence_magic":6,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"head","requirements":{"magic":70,"defence":70}},"price":0},"4859":{"id":4859,"name":"Ahrim's hood 25","members":true,"equipable":true,"equipable_by_player":true,"cost":13000,"lowalch":5200,"highalch":7800,"wiki_name":"Ahrim's hood (25)","wiki_url":"https://oldschool.runescape.wiki/w/Ahrim's_hood#25","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":6,"attack_ranged":-2,"defence_stab":15,"defence_slash":13,"defence_crush":16,"defence_magic":6,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"head","requirements":{"magic":70,"defence":70}},"price":0},"4860":{"id":4860,"name":"Ahrim's hood 0","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":13000,"lowalch":5200,"highalch":7800,"buy_limit":15,"wiki_name":"Ahrim's hood (0)","wiki_url":"https://oldschool.runescape.wiki/w/Ahrim's_hood#0","price":163008},"4862":{"id":4862,"name":"Ahrim's staff 100","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":85000,"lowalch":34000,"highalch":51000,"wiki_name":"Ahrim's staff (100)","wiki_url":"https://oldschool.runescape.wiki/w/Ahrim's_staff#100","equipment":{"attack_stab":12,"attack_slash":-1,"attack_crush":65,"attack_magic":15,"attack_ranged":0,"defence_stab":3,"defence_slash":5,"defence_crush":2,"defence_magic":15,"defence_ranged":0,"melee_strength":68,"ranged_strength":0,"magic_damage":5,"prayer":0,"slot":"weapon","requirements":{"magic":70,"attack":70}},"weapon":{"attack_speed":6,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"4863":{"id":4863,"name":"Ahrim's staff 75","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":85000,"lowalch":34000,"highalch":51000,"wiki_name":"Ahrim's staff (75)","wiki_url":"https://oldschool.runescape.wiki/w/Ahrim's_staff#75","equipment":{"attack_stab":12,"attack_slash":-1,"attack_crush":65,"attack_magic":15,"attack_ranged":0,"defence_stab":3,"defence_slash":5,"defence_crush":2,"defence_magic":15,"defence_ranged":0,"melee_strength":68,"ranged_strength":0,"magic_damage":5,"prayer":0,"slot":"weapon","requirements":{"magic":70,"attack":70}},"weapon":{"attack_speed":6,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"4864":{"id":4864,"name":"Ahrim's staff 50","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":85000,"lowalch":34000,"highalch":51000,"wiki_name":"Ahrim's staff (50)","wiki_url":"https://oldschool.runescape.wiki/w/Ahrim's_staff#50","equipment":{"attack_stab":12,"attack_slash":-1,"attack_crush":65,"attack_magic":15,"attack_ranged":0,"defence_stab":3,"defence_slash":5,"defence_crush":2,"defence_magic":15,"defence_ranged":0,"melee_strength":68,"ranged_strength":0,"magic_damage":5,"prayer":0,"slot":"weapon","requirements":{"magic":70,"attack":70}},"weapon":{"attack_speed":6,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"4865":{"id":4865,"name":"Ahrim's staff 25","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":85000,"lowalch":34000,"highalch":51000,"wiki_name":"Ahrim's staff (25)","wiki_url":"https://oldschool.runescape.wiki/w/Ahrim's_staff#25","equipment":{"attack_stab":12,"attack_slash":-1,"attack_crush":65,"attack_magic":15,"attack_ranged":0,"defence_stab":3,"defence_slash":5,"defence_crush":2,"defence_magic":15,"defence_ranged":0,"melee_strength":68,"ranged_strength":0,"magic_damage":5,"prayer":0,"slot":"weapon","requirements":{"magic":70,"attack":70}},"weapon":{"attack_speed":6,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"4866":{"id":4866,"name":"Ahrim's staff 0","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":85000,"lowalch":34000,"highalch":51000,"buy_limit":15,"wiki_name":"Ahrim's staff (0)","wiki_url":"https://oldschool.runescape.wiki/w/Ahrim's_staff#0","price":105950},"4868":{"id":4868,"name":"Ahrim's robetop 100","members":true,"equipable":true,"equipable_by_player":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Ahrim's robetop (100)","wiki_url":"https://oldschool.runescape.wiki/w/Ahrim's_robetop#100","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":30,"attack_ranged":-10,"defence_stab":52,"defence_slash":37,"defence_crush":63,"defence_magic":30,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"body","requirements":{"magic":70,"defence":70}},"price":0},"4869":{"id":4869,"name":"Ahrim's robetop 75","members":true,"equipable":true,"equipable_by_player":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Ahrim's robetop (75)","wiki_url":"https://oldschool.runescape.wiki/w/Ahrim's_robetop#75","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":30,"attack_ranged":-10,"defence_stab":52,"defence_slash":37,"defence_crush":63,"defence_magic":30,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"body","requirements":{"magic":70,"defence":70}},"price":0},"4870":{"id":4870,"name":"Ahrim's robetop 50","members":true,"equipable":true,"equipable_by_player":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Ahrim's robetop (50)","wiki_url":"https://oldschool.runescape.wiki/w/Ahrim's_robetop#50","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":30,"attack_ranged":-10,"defence_stab":52,"defence_slash":37,"defence_crush":63,"defence_magic":30,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"body","requirements":{"magic":70,"defence":70}},"price":0},"4871":{"id":4871,"name":"Ahrim's robetop 25","members":true,"equipable":true,"equipable_by_player":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Ahrim's robetop (25)","wiki_url":"https://oldschool.runescape.wiki/w/Ahrim's_robetop#25","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":30,"attack_ranged":-10,"defence_stab":52,"defence_slash":37,"defence_crush":63,"defence_magic":30,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"body","requirements":{"magic":70,"defence":70}},"price":0},"4872":{"id":4872,"name":"Ahrim's robetop 0","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50000,"lowalch":20000,"highalch":30000,"buy_limit":15,"wiki_name":"Ahrim's robetop (0)","wiki_url":"https://oldschool.runescape.wiki/w/Ahrim's_robetop#0","price":3023000},"4874":{"id":4874,"name":"Ahrim's robeskirt 100","members":true,"equipable":true,"equipable_by_player":true,"cost":47000,"lowalch":18800,"highalch":28200,"wiki_name":"Ahrim's robeskirt (100)","wiki_url":"https://oldschool.runescape.wiki/w/Ahrim's_robeskirt#100","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":22,"attack_ranged":-7,"defence_stab":33,"defence_slash":30,"defence_crush":36,"defence_magic":22,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"legs","requirements":{"magic":70,"defence":70}},"price":0},"4875":{"id":4875,"name":"Ahrim's robeskirt 75","members":true,"equipable":true,"equipable_by_player":true,"cost":47000,"lowalch":18800,"highalch":28200,"wiki_name":"Ahrim's robeskirt (75)","wiki_url":"https://oldschool.runescape.wiki/w/Ahrim's_robeskirt#75","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":22,"attack_ranged":-7,"defence_stab":33,"defence_slash":30,"defence_crush":36,"defence_magic":22,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"legs","requirements":{"magic":70,"defence":70}},"price":0},"4876":{"id":4876,"name":"Ahrim's robeskirt 50","members":true,"equipable":true,"equipable_by_player":true,"cost":47000,"lowalch":18800,"highalch":28200,"wiki_name":"Ahrim's robeskirt (50)","wiki_url":"https://oldschool.runescape.wiki/w/Ahrim's_robeskirt#50","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":22,"attack_ranged":-7,"defence_stab":33,"defence_slash":30,"defence_crush":36,"defence_magic":22,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"legs","requirements":{"magic":70,"defence":70}},"price":0},"4877":{"id":4877,"name":"Ahrim's robeskirt 25","members":true,"equipable":true,"equipable_by_player":true,"cost":47000,"lowalch":18800,"highalch":28200,"wiki_name":"Ahrim's robeskirt (25)","wiki_url":"https://oldschool.runescape.wiki/w/Ahrim's_robeskirt#25","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":22,"attack_ranged":-7,"defence_stab":33,"defence_slash":30,"defence_crush":36,"defence_magic":22,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"legs","requirements":{"magic":70,"defence":70}},"price":0},"4878":{"id":4878,"name":"Ahrim's robeskirt 0","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":47000,"lowalch":18800,"highalch":28200,"buy_limit":15,"wiki_name":"Ahrim's robeskirt (0)","wiki_url":"https://oldschool.runescape.wiki/w/Ahrim's_robeskirt#0","price":1912500},"4880":{"id":4880,"name":"Dharok's helm 100","members":true,"equipable":true,"equipable_by_player":true,"cost":103000,"lowalch":41200,"highalch":61800,"wiki_name":"Dharok's helm (100)","wiki_url":"https://oldschool.runescape.wiki/w/Dharok's_helm#100","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":45,"defence_slash":48,"defence_crush":44,"defence_magic":-1,"defence_ranged":51,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":70}},"price":0},"4881":{"id":4881,"name":"Dharok's helm 75","members":true,"equipable":true,"equipable_by_player":true,"cost":103000,"lowalch":41200,"highalch":61800,"wiki_name":"Dharok's helm (75)","wiki_url":"https://oldschool.runescape.wiki/w/Dharok's_helm#75","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":45,"defence_slash":48,"defence_crush":44,"defence_magic":-1,"defence_ranged":51,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":70}},"price":0},"4882":{"id":4882,"name":"Dharok's helm 50","members":true,"equipable":true,"equipable_by_player":true,"cost":103000,"lowalch":41200,"highalch":61800,"wiki_name":"Dharok's helm (50)","wiki_url":"https://oldschool.runescape.wiki/w/Dharok's_helm#50","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":45,"defence_slash":48,"defence_crush":44,"defence_magic":-1,"defence_ranged":51,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":70}},"price":0},"4883":{"id":4883,"name":"Dharok's helm 25","members":true,"equipable":true,"equipable_by_player":true,"cost":103000,"lowalch":41200,"highalch":61800,"wiki_name":"Dharok's helm (25)","wiki_url":"https://oldschool.runescape.wiki/w/Dharok's_helm#25","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":45,"defence_slash":48,"defence_crush":44,"defence_magic":-1,"defence_ranged":51,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":70}},"price":0},"4884":{"id":4884,"name":"Dharok's helm 0","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":103000,"lowalch":41200,"highalch":61800,"buy_limit":15,"wiki_name":"Dharok's helm (0)","wiki_url":"https://oldschool.runescape.wiki/w/Dharok's_helm#0","price":615133},"4886":{"id":4886,"name":"Dharok's greataxe 100","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":208000,"lowalch":83200,"highalch":124800,"wiki_name":"Dharok's greataxe (100)","wiki_url":"https://oldschool.runescape.wiki/w/Dharok's_greataxe#100","equipment":{"attack_stab":-4,"attack_slash":103,"attack_crush":95,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":105,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"strength":70}},"weapon":{"attack_speed":7,"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":0},"4887":{"id":4887,"name":"Dharok's greataxe 75","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":208000,"lowalch":83200,"highalch":124800,"wiki_name":"Dharok's greataxe (75)","wiki_url":"https://oldschool.runescape.wiki/w/Dharok's_greataxe#75","equipment":{"attack_stab":-4,"attack_slash":103,"attack_crush":95,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":105,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"strength":70}},"weapon":{"attack_speed":7,"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":0},"4888":{"id":4888,"name":"Dharok's greataxe 50","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":208000,"lowalch":83200,"highalch":124800,"wiki_name":"Dharok's greataxe (50)","wiki_url":"https://oldschool.runescape.wiki/w/Dharok's_greataxe#50","equipment":{"attack_stab":-4,"attack_slash":103,"attack_crush":95,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":105,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"strength":70}},"weapon":{"attack_speed":7,"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":0},"4889":{"id":4889,"name":"Dharok's greataxe 25","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":208000,"lowalch":83200,"highalch":124800,"wiki_name":"Dharok's greataxe (25)","wiki_url":"https://oldschool.runescape.wiki/w/Dharok's_greataxe#25","equipment":{"attack_stab":-4,"attack_slash":103,"attack_crush":95,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":105,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"strength":70}},"weapon":{"attack_speed":7,"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":0},"4890":{"id":4890,"name":"Dharok's greataxe 0","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":208000,"lowalch":83200,"highalch":124800,"buy_limit":15,"wiki_name":"Dharok's greataxe (0)","wiki_url":"https://oldschool.runescape.wiki/w/Dharok's_greataxe#0","price":1244215},"4892":{"id":4892,"name":"Dharok's platebody 100","members":true,"equipable":true,"equipable_by_player":true,"cost":280000,"lowalch":112000,"highalch":168000,"wiki_name":"Dharok's platebody (100)","wiki_url":"https://oldschool.runescape.wiki/w/Dharok's_platebody#100","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-10,"defence_stab":122,"defence_slash":120,"defence_crush":107,"defence_magic":-6,"defence_ranged":132,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":70}},"price":0},"4893":{"id":4893,"name":"Dharok's platebody 75","members":true,"equipable":true,"equipable_by_player":true,"cost":280000,"lowalch":112000,"highalch":168000,"wiki_name":"Dharok's platebody (75)","wiki_url":"https://oldschool.runescape.wiki/w/Dharok's_platebody#75","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-10,"defence_stab":122,"defence_slash":120,"defence_crush":107,"defence_magic":-6,"defence_ranged":132,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":70}},"price":0},"4894":{"id":4894,"name":"Dharok's platebody 50","members":true,"equipable":true,"equipable_by_player":true,"cost":280000,"lowalch":112000,"highalch":168000,"wiki_name":"Dharok's platebody (50)","wiki_url":"https://oldschool.runescape.wiki/w/Dharok's_platebody#50","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-10,"defence_stab":122,"defence_slash":120,"defence_crush":107,"defence_magic":-6,"defence_ranged":132,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":70}},"price":0},"4895":{"id":4895,"name":"Dharok's platebody 25","members":true,"equipable":true,"equipable_by_player":true,"cost":280000,"lowalch":112000,"highalch":168000,"wiki_name":"Dharok's platebody (25)","wiki_url":"https://oldschool.runescape.wiki/w/Dharok's_platebody#25","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-10,"defence_stab":122,"defence_slash":120,"defence_crush":107,"defence_magic":-6,"defence_ranged":132,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":70}},"price":0},"4896":{"id":4896,"name":"Dharok's platebody 0","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":280000,"lowalch":112000,"highalch":168000,"buy_limit":15,"wiki_name":"Dharok's platebody (0)","wiki_url":"https://oldschool.runescape.wiki/w/Dharok's_platebody#0","price":947560},"4898":{"id":4898,"name":"Dharok's platelegs 100","members":true,"equipable":true,"equipable_by_player":true,"cost":275000,"lowalch":110000,"highalch":165000,"wiki_name":"Dharok's platelegs (100)","wiki_url":"https://oldschool.runescape.wiki/w/Dharok's_platelegs#100","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":85,"defence_slash":82,"defence_crush":83,"defence_magic":-4,"defence_ranged":92,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":70}},"price":0},"4899":{"id":4899,"name":"Dharok's platelegs 75","members":true,"equipable":true,"equipable_by_player":true,"cost":275000,"lowalch":110000,"highalch":165000,"wiki_name":"Dharok's platelegs (75)","wiki_url":"https://oldschool.runescape.wiki/w/Dharok's_platelegs#75","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":85,"defence_slash":82,"defence_crush":83,"defence_magic":-4,"defence_ranged":92,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":70}},"price":0},"4900":{"id":4900,"name":"Dharok's platelegs 50","members":true,"equipable":true,"equipable_by_player":true,"cost":275000,"lowalch":110000,"highalch":165000,"wiki_name":"Dharok's platelegs (50)","wiki_url":"https://oldschool.runescape.wiki/w/Dharok's_platelegs#50","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":85,"defence_slash":82,"defence_crush":83,"defence_magic":-4,"defence_ranged":92,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":70}},"price":0},"4901":{"id":4901,"name":"Dharok's platelegs 25","members":true,"equipable":true,"equipable_by_player":true,"cost":275000,"lowalch":110000,"highalch":165000,"wiki_name":"Dharok's platelegs (25)","wiki_url":"https://oldschool.runescape.wiki/w/Dharok's_platelegs#25","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":85,"defence_slash":82,"defence_crush":83,"defence_magic":-4,"defence_ranged":92,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":70}},"price":0},"4902":{"id":4902,"name":"Dharok's platelegs 0","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":275000,"lowalch":110000,"highalch":165000,"buy_limit":15,"wiki_name":"Dharok's platelegs (0)","wiki_url":"https://oldschool.runescape.wiki/w/Dharok's_platelegs#0","price":2247500},"4904":{"id":4904,"name":"Guthan's helm 100","members":true,"equipable":true,"equipable_by_player":true,"cost":103000,"lowalch":41200,"highalch":61800,"wiki_name":"Guthan's helm (100)","wiki_url":"https://oldschool.runescape.wiki/w/Guthan's_helm#100","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":55,"defence_slash":58,"defence_crush":54,"defence_magic":-1,"defence_ranged":62,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":70}},"price":0},"4905":{"id":4905,"name":"Guthan's helm 75","members":true,"equipable":true,"equipable_by_player":true,"cost":103000,"lowalch":41200,"highalch":61800,"wiki_name":"Guthan's helm (75)","wiki_url":"https://oldschool.runescape.wiki/w/Guthan's_helm#75","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":55,"defence_slash":58,"defence_crush":54,"defence_magic":-1,"defence_ranged":62,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":70}},"price":0},"4906":{"id":4906,"name":"Guthan's helm 50","members":true,"equipable":true,"equipable_by_player":true,"cost":103000,"lowalch":41200,"highalch":61800,"wiki_name":"Guthan's helm (50)","wiki_url":"https://oldschool.runescape.wiki/w/Guthan's_helm#50","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":55,"defence_slash":58,"defence_crush":54,"defence_magic":-1,"defence_ranged":62,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":70}},"price":0},"4907":{"id":4907,"name":"Guthan's helm 25","members":true,"equipable":true,"equipable_by_player":true,"cost":103000,"lowalch":41200,"highalch":61800,"wiki_name":"Guthan's helm (25)","wiki_url":"https://oldschool.runescape.wiki/w/Guthan's_helm#25","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":55,"defence_slash":58,"defence_crush":54,"defence_magic":-1,"defence_ranged":62,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":70}},"price":0},"4908":{"id":4908,"name":"Guthan's helm 0","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":103000,"lowalch":41200,"highalch":61800,"buy_limit":15,"wiki_name":"Guthan's helm (0)","wiki_url":"https://oldschool.runescape.wiki/w/Guthan's_helm#0","price":98491},"4910":{"id":4910,"name":"Guthan's warspear 100","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100000,"lowalch":40000,"highalch":60000,"wiki_name":"Guthan's warspear (100)","wiki_url":"https://oldschool.runescape.wiki/w/Guthan's_warspear#100","equipment":{"attack_stab":75,"attack_slash":75,"attack_crush":75,"attack_magic":0,"attack_ranged":0,"defence_stab":7,"defence_slash":7,"defence_crush":7,"defence_magic":0,"defence_ranged":0,"melee_strength":75,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70}},"weapon":{"attack_speed":5,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"4911":{"id":4911,"name":"Guthan's warspear 75","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100000,"lowalch":40000,"highalch":60000,"wiki_name":"Guthan's warspear (75)","wiki_url":"https://oldschool.runescape.wiki/w/Guthan's_warspear#75","equipment":{"attack_stab":75,"attack_slash":75,"attack_crush":75,"attack_magic":0,"attack_ranged":0,"defence_stab":7,"defence_slash":7,"defence_crush":7,"defence_magic":0,"defence_ranged":0,"melee_strength":75,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70}},"weapon":{"attack_speed":5,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"4912":{"id":4912,"name":"Guthan's warspear 50","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100000,"lowalch":40000,"highalch":60000,"wiki_name":"Guthan's warspear (50)","wiki_url":"https://oldschool.runescape.wiki/w/Guthan's_warspear#50","equipment":{"attack_stab":75,"attack_slash":75,"attack_crush":75,"attack_magic":0,"attack_ranged":0,"defence_stab":7,"defence_slash":7,"defence_crush":7,"defence_magic":0,"defence_ranged":0,"melee_strength":75,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70}},"weapon":{"attack_speed":5,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"4913":{"id":4913,"name":"Guthan's warspear 25","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100000,"lowalch":40000,"highalch":60000,"wiki_name":"Guthan's warspear (25)","wiki_url":"https://oldschool.runescape.wiki/w/Guthan's_warspear#25","equipment":{"attack_stab":75,"attack_slash":75,"attack_crush":75,"attack_magic":0,"attack_ranged":0,"defence_stab":7,"defence_slash":7,"defence_crush":7,"defence_magic":0,"defence_ranged":0,"melee_strength":75,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70}},"weapon":{"attack_speed":5,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"4914":{"id":4914,"name":"Guthan's warspear 0","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100000,"lowalch":40000,"highalch":60000,"buy_limit":15,"wiki_name":"Guthan's warspear (0)","wiki_url":"https://oldschool.runescape.wiki/w/Guthan's_warspear#0","price":86137},"4916":{"id":4916,"name":"Guthan's platebody 100","members":true,"equipable":true,"equipable_by_player":true,"cost":280000,"lowalch":112000,"highalch":168000,"wiki_name":"Guthan's platebody (100)","wiki_url":"https://oldschool.runescape.wiki/w/Guthan's_platebody#100","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-10,"defence_stab":122,"defence_slash":120,"defence_crush":107,"defence_magic":-6,"defence_ranged":132,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":70}},"price":0},"4917":{"id":4917,"name":"Guthan's platebody 75","members":true,"equipable":true,"equipable_by_player":true,"cost":280000,"lowalch":112000,"highalch":168000,"wiki_name":"Guthan's platebody (75)","wiki_url":"https://oldschool.runescape.wiki/w/Guthan's_platebody#75","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-10,"defence_stab":122,"defence_slash":120,"defence_crush":107,"defence_magic":-6,"defence_ranged":132,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":70}},"price":0},"4918":{"id":4918,"name":"Guthan's platebody 50","members":true,"equipable":true,"equipable_by_player":true,"cost":280000,"lowalch":112000,"highalch":168000,"wiki_name":"Guthan's platebody (50)","wiki_url":"https://oldschool.runescape.wiki/w/Guthan's_platebody#50","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-10,"defence_stab":122,"defence_slash":120,"defence_crush":107,"defence_magic":-6,"defence_ranged":132,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":70}},"price":0},"4919":{"id":4919,"name":"Guthan's platebody 25","members":true,"equipable":true,"equipable_by_player":true,"cost":280000,"lowalch":112000,"highalch":168000,"wiki_name":"Guthan's platebody (25)","wiki_url":"https://oldschool.runescape.wiki/w/Guthan's_platebody#25","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-10,"defence_stab":122,"defence_slash":120,"defence_crush":107,"defence_magic":-6,"defence_ranged":132,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":70}},"price":0},"4920":{"id":4920,"name":"Guthan's platebody 0","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":280000,"lowalch":112000,"highalch":168000,"buy_limit":15,"wiki_name":"Guthan's platebody (0)","wiki_url":"https://oldschool.runescape.wiki/w/Guthan's_platebody#0","price":169532},"4922":{"id":4922,"name":"Guthan's chainskirt 100","members":true,"equipable":true,"equipable_by_player":true,"cost":275000,"lowalch":110000,"highalch":165000,"wiki_name":"Guthan's chainskirt (100)","wiki_url":"https://oldschool.runescape.wiki/w/Guthan's_chainskirt#100","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-14,"attack_ranged":-11,"defence_stab":75,"defence_slash":72,"defence_crush":73,"defence_magic":-4,"defence_ranged":82,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":70}},"price":0},"4923":{"id":4923,"name":"Guthan's chainskirt 75","members":true,"equipable":true,"equipable_by_player":true,"cost":275000,"lowalch":110000,"highalch":165000,"wiki_name":"Guthan's chainskirt (75)","wiki_url":"https://oldschool.runescape.wiki/w/Guthan's_chainskirt#75","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-14,"attack_ranged":-11,"defence_stab":75,"defence_slash":72,"defence_crush":73,"defence_magic":-4,"defence_ranged":82,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":70}},"price":0},"4924":{"id":4924,"name":"Guthan's chainskirt 50","members":true,"equipable":true,"equipable_by_player":true,"cost":275000,"lowalch":110000,"highalch":165000,"wiki_name":"Guthan's chainskirt (50)","wiki_url":"https://oldschool.runescape.wiki/w/Guthan's_chainskirt#50","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-14,"attack_ranged":-11,"defence_stab":75,"defence_slash":72,"defence_crush":73,"defence_magic":-4,"defence_ranged":82,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":70}},"price":0},"4925":{"id":4925,"name":"Guthan's chainskirt 25","members":true,"equipable":true,"equipable_by_player":true,"cost":275000,"lowalch":110000,"highalch":165000,"wiki_name":"Guthan's chainskirt (25)","wiki_url":"https://oldschool.runescape.wiki/w/Guthan's_chainskirt#25","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-14,"attack_ranged":-11,"defence_stab":75,"defence_slash":72,"defence_crush":73,"defence_magic":-4,"defence_ranged":82,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":70}},"price":0},"4926":{"id":4926,"name":"Guthan's chainskirt 0","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":275000,"lowalch":110000,"highalch":165000,"buy_limit":15,"wiki_name":"Guthan's chainskirt (0)","wiki_url":"https://oldschool.runescape.wiki/w/Guthan's_chainskirt#0","price":169974},"4928":{"id":4928,"name":"Karil's coif 100","members":true,"equipable":true,"equipable_by_player":true,"cost":13000,"lowalch":5200,"highalch":7800,"wiki_name":"Karil's coif (100)","wiki_url":"https://oldschool.runescape.wiki/w/Karil's_coif#100","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-1,"attack_ranged":7,"defence_stab":6,"defence_slash":9,"defence_crush":12,"defence_magic":6,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"ranged":70,"defence":70}},"price":0},"4929":{"id":4929,"name":"Karil's coif 75","members":true,"equipable":true,"equipable_by_player":true,"cost":13000,"lowalch":5200,"highalch":7800,"wiki_name":"Karil's coif (75)","wiki_url":"https://oldschool.runescape.wiki/w/Karil's_coif#75","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-1,"attack_ranged":7,"defence_stab":6,"defence_slash":9,"defence_crush":12,"defence_magic":6,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"ranged":70,"defence":70}},"price":0},"4930":{"id":4930,"name":"Karil's coif 50","members":true,"equipable":true,"equipable_by_player":true,"cost":13000,"lowalch":5200,"highalch":7800,"wiki_name":"Karil's coif (50)","wiki_url":"https://oldschool.runescape.wiki/w/Karil's_coif#50","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-1,"attack_ranged":7,"defence_stab":6,"defence_slash":9,"defence_crush":12,"defence_magic":6,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"ranged":70,"defence":70}},"price":0},"4931":{"id":4931,"name":"Karil's coif 25","members":true,"equipable":true,"equipable_by_player":true,"cost":13000,"lowalch":5200,"highalch":7800,"wiki_name":"Karil's coif (25)","wiki_url":"https://oldschool.runescape.wiki/w/Karil's_coif#25","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-1,"attack_ranged":7,"defence_stab":6,"defence_slash":9,"defence_crush":12,"defence_magic":6,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"ranged":70,"defence":70}},"price":0},"4932":{"id":4932,"name":"Karil's coif 0","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":13000,"lowalch":5200,"highalch":7800,"buy_limit":15,"wiki_name":"Karil's coif (0)","wiki_url":"https://oldschool.runescape.wiki/w/Karil's_coif#0","price":11124},"4934":{"id":4934,"name":"Karil's crossbow 100","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":160000,"lowalch":64000,"highalch":96000,"wiki_name":"Karil's crossbow (100)","wiki_url":"https://oldschool.runescape.wiki/w/Karil's_crossbow#100","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":84,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":70}},"weapon":{"attack_speed":4,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"4935":{"id":4935,"name":"Karil's crossbow 75","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":160000,"lowalch":64000,"highalch":96000,"wiki_name":"Karil's crossbow (75)","wiki_url":"https://oldschool.runescape.wiki/w/Karil's_crossbow#75","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":84,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":70}},"weapon":{"attack_speed":4,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"4936":{"id":4936,"name":"Karil's crossbow 50","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":160000,"lowalch":64000,"highalch":96000,"wiki_name":"Karil's crossbow (50)","wiki_url":"https://oldschool.runescape.wiki/w/Karil's_crossbow#50","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":84,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":70}},"weapon":{"attack_speed":4,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"4937":{"id":4937,"name":"Karil's crossbow 25","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":160000,"lowalch":64000,"highalch":96000,"wiki_name":"Karil's crossbow (25)","wiki_url":"https://oldschool.runescape.wiki/w/Karil's_crossbow#25","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":84,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":70}},"weapon":{"attack_speed":4,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"4938":{"id":4938,"name":"Karil's crossbow 0","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":160000,"lowalch":64000,"highalch":96000,"buy_limit":15,"wiki_name":"Karil's crossbow (0)","wiki_url":"https://oldschool.runescape.wiki/w/Karil's_crossbow#0","price":97482},"4940":{"id":4940,"name":"Karil's leathertop 100","members":true,"equipable":true,"equipable_by_player":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Karil's leathertop (100)","wiki_url":"https://oldschool.runescape.wiki/w/Karil's_leathertop#100","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":30,"defence_stab":47,"defence_slash":42,"defence_crush":50,"defence_magic":65,"defence_ranged":57,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"ranged":70,"defence":70}},"price":0},"4941":{"id":4941,"name":"Karil's leathertop 75","members":true,"equipable":true,"equipable_by_player":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Karil's leathertop (75)","wiki_url":"https://oldschool.runescape.wiki/w/Karil's_leathertop#75","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":30,"defence_stab":47,"defence_slash":42,"defence_crush":50,"defence_magic":65,"defence_ranged":57,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"ranged":70,"defence":70}},"price":0},"4942":{"id":4942,"name":"Karil's leathertop 50","members":true,"equipable":true,"equipable_by_player":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Karil's leathertop (50)","wiki_url":"https://oldschool.runescape.wiki/w/Karil's_leathertop#50","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":30,"defence_stab":47,"defence_slash":42,"defence_crush":50,"defence_magic":65,"defence_ranged":57,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"ranged":70,"defence":70}},"price":0},"4943":{"id":4943,"name":"Karil's leathertop 25","members":true,"equipable":true,"equipable_by_player":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Karil's leathertop (25)","wiki_url":"https://oldschool.runescape.wiki/w/Karil's_leathertop#25","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":30,"defence_stab":47,"defence_slash":42,"defence_crush":50,"defence_magic":65,"defence_ranged":57,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"ranged":70,"defence":70}},"price":0},"4944":{"id":4944,"name":"Karil's leathertop 0","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50000,"lowalch":20000,"highalch":30000,"buy_limit":15,"wiki_name":"Karil's leathertop (0)","wiki_url":"https://oldschool.runescape.wiki/w/Karil's_leathertop#0","price":1151592},"4946":{"id":4946,"name":"Karil's leatherskirt 100","members":true,"equipable":true,"equipable_by_player":true,"cost":47000,"lowalch":18800,"highalch":28200,"wiki_name":"Karil's leatherskirt (100)","wiki_url":"https://oldschool.runescape.wiki/w/Karil's_leatherskirt#100","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":17,"defence_stab":26,"defence_slash":20,"defence_crush":28,"defence_magic":35,"defence_ranged":33,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"ranged":70,"defence":70}},"price":0},"4947":{"id":4947,"name":"Karil's leatherskirt 75","members":true,"equipable":true,"equipable_by_player":true,"cost":47000,"lowalch":18800,"highalch":28200,"wiki_name":"Karil's leatherskirt (75)","wiki_url":"https://oldschool.runescape.wiki/w/Karil's_leatherskirt#75","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":17,"defence_stab":26,"defence_slash":20,"defence_crush":28,"defence_magic":35,"defence_ranged":33,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"ranged":70,"defence":70}},"price":0},"4948":{"id":4948,"name":"Karil's leatherskirt 50","members":true,"equipable":true,"equipable_by_player":true,"cost":47000,"lowalch":18800,"highalch":28200,"wiki_name":"Karil's leatherskirt (50)","wiki_url":"https://oldschool.runescape.wiki/w/Karil's_leatherskirt#50","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":17,"defence_stab":26,"defence_slash":20,"defence_crush":28,"defence_magic":35,"defence_ranged":33,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"ranged":70,"defence":70}},"price":0},"4949":{"id":4949,"name":"Karil's leatherskirt 25","members":true,"equipable":true,"equipable_by_player":true,"cost":47000,"lowalch":18800,"highalch":28200,"wiki_name":"Karil's leatherskirt (25)","wiki_url":"https://oldschool.runescape.wiki/w/Karil's_leatherskirt#25","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":17,"defence_stab":26,"defence_slash":20,"defence_crush":28,"defence_magic":35,"defence_ranged":33,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"ranged":70,"defence":70}},"price":0},"4950":{"id":4950,"name":"Karil's leatherskirt 0","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":47000,"lowalch":18800,"highalch":28200,"buy_limit":15,"wiki_name":"Karil's leatherskirt (0)","wiki_url":"https://oldschool.runescape.wiki/w/Karil's_leatherskirt#0","price":435421},"4952":{"id":4952,"name":"Torag's helm 100","members":true,"equipable":true,"equipable_by_player":true,"cost":103000,"lowalch":41200,"highalch":61800,"wiki_name":"Torag's helm (100)","wiki_url":"https://oldschool.runescape.wiki/w/Torag's_helm#100","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":55,"defence_slash":58,"defence_crush":54,"defence_magic":-1,"defence_ranged":62,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":70}},"price":0},"4953":{"id":4953,"name":"Torag's helm 75","members":true,"equipable":true,"equipable_by_player":true,"cost":103000,"lowalch":41200,"highalch":61800,"wiki_name":"Torag's helm (75)","wiki_url":"https://oldschool.runescape.wiki/w/Torag's_helm#75","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":55,"defence_slash":58,"defence_crush":54,"defence_magic":-1,"defence_ranged":62,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":70}},"price":0},"4954":{"id":4954,"name":"Torag's helm 50","members":true,"equipable":true,"equipable_by_player":true,"cost":103000,"lowalch":41200,"highalch":61800,"wiki_name":"Torag's helm (50)","wiki_url":"https://oldschool.runescape.wiki/w/Torag's_helm#50","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":55,"defence_slash":58,"defence_crush":54,"defence_magic":-1,"defence_ranged":62,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":70}},"price":0},"4955":{"id":4955,"name":"Torag's helm 25","members":true,"equipable":true,"equipable_by_player":true,"cost":103000,"lowalch":41200,"highalch":61800,"wiki_name":"Torag's helm (25)","wiki_url":"https://oldschool.runescape.wiki/w/Torag's_helm#25","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":55,"defence_slash":58,"defence_crush":54,"defence_magic":-1,"defence_ranged":62,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":70}},"price":0},"4956":{"id":4956,"name":"Torag's helm 0","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":103000,"lowalch":41200,"highalch":61800,"buy_limit":15,"wiki_name":"Torag's helm (0)","wiki_url":"https://oldschool.runescape.wiki/w/Torag's_helm#0","price":66519},"4958":{"id":4958,"name":"Torag's hammers 100","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":160000,"lowalch":64000,"highalch":96000,"wiki_name":"Torag's hammers (100)","wiki_url":"https://oldschool.runescape.wiki/w/Torag's_hammers#100","equipment":{"attack_stab":-4,"attack_slash":-4,"attack_crush":85,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":72,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"strength":70}},"weapon":{"attack_speed":5,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"4959":{"id":4959,"name":"Torag's hammers 75","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":160000,"lowalch":64000,"highalch":96000,"wiki_name":"Torag's hammers (75)","wiki_url":"https://oldschool.runescape.wiki/w/Torag's_hammers#75","equipment":{"attack_stab":-4,"attack_slash":-4,"attack_crush":85,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":72,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"strength":70}},"weapon":{"attack_speed":5,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"4960":{"id":4960,"name":"Torag's hammers 50","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":160000,"lowalch":64000,"highalch":96000,"wiki_name":"Torag's hammers (50)","wiki_url":"https://oldschool.runescape.wiki/w/Torag's_hammers#50","equipment":{"attack_stab":-4,"attack_slash":-4,"attack_crush":85,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":72,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"strength":70}},"weapon":{"attack_speed":5,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"4961":{"id":4961,"name":"Torag's hammers 25","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":160000,"lowalch":64000,"highalch":96000,"wiki_name":"Torag's hammers (25)","wiki_url":"https://oldschool.runescape.wiki/w/Torag's_hammers#25","equipment":{"attack_stab":-4,"attack_slash":-4,"attack_crush":85,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":72,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"strength":70}},"weapon":{"attack_speed":5,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"4962":{"id":4962,"name":"Torag's hammers 0","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":160000,"lowalch":64000,"highalch":96000,"buy_limit":15,"wiki_name":"Torag's hammers (0)","wiki_url":"https://oldschool.runescape.wiki/w/Torag's_hammers#0","price":95537},"4964":{"id":4964,"name":"Torag's platebody 100","members":true,"equipable":true,"equipable_by_player":true,"cost":280000,"lowalch":112000,"highalch":168000,"wiki_name":"Torag's platebody (100)","wiki_url":"https://oldschool.runescape.wiki/w/Torag's_platebody#100","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-10,"defence_stab":122,"defence_slash":120,"defence_crush":107,"defence_magic":-6,"defence_ranged":132,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":70}},"price":0},"4965":{"id":4965,"name":"Torag's platebody 75","members":true,"equipable":true,"equipable_by_player":true,"cost":280000,"lowalch":112000,"highalch":168000,"wiki_name":"Torag's platebody (75)","wiki_url":"https://oldschool.runescape.wiki/w/Torag's_platebody#75","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-10,"defence_stab":122,"defence_slash":120,"defence_crush":107,"defence_magic":-6,"defence_ranged":132,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":70}},"price":0},"4966":{"id":4966,"name":"Torag's platebody 50","members":true,"equipable":true,"equipable_by_player":true,"cost":280000,"lowalch":112000,"highalch":168000,"wiki_name":"Torag's platebody (50)","wiki_url":"https://oldschool.runescape.wiki/w/Torag's_platebody#50","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-10,"defence_stab":122,"defence_slash":120,"defence_crush":107,"defence_magic":-6,"defence_ranged":132,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":70}},"price":0},"4967":{"id":4967,"name":"Torag's platebody 25","members":true,"equipable":true,"equipable_by_player":true,"cost":280000,"lowalch":112000,"highalch":168000,"wiki_name":"Torag's platebody (25)","wiki_url":"https://oldschool.runescape.wiki/w/Torag's_platebody#25","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-10,"defence_stab":122,"defence_slash":120,"defence_crush":107,"defence_magic":-6,"defence_ranged":132,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":70}},"price":0},"4968":{"id":4968,"name":"Torag's platebody 0","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":280000,"lowalch":112000,"highalch":168000,"buy_limit":15,"wiki_name":"Torag's platebody (0)","wiki_url":"https://oldschool.runescape.wiki/w/Torag's_platebody#0","price":168140},"4970":{"id":4970,"name":"Torag's platelegs 100","members":true,"equipable":true,"equipable_by_player":true,"cost":275000,"lowalch":110000,"highalch":165000,"wiki_name":"Torag's platelegs (100)","wiki_url":"https://oldschool.runescape.wiki/w/Torag's_platelegs#100","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":85,"defence_slash":82,"defence_crush":83,"defence_magic":-4,"defence_ranged":92,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":70}},"price":0},"4971":{"id":4971,"name":"Torag's platelegs 75","members":true,"equipable":true,"equipable_by_player":true,"cost":275000,"lowalch":110000,"highalch":165000,"wiki_name":"Torag's platelegs (75)","wiki_url":"https://oldschool.runescape.wiki/w/Torag's_platelegs#75","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":85,"defence_slash":82,"defence_crush":83,"defence_magic":-4,"defence_ranged":92,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":70}},"price":0},"4972":{"id":4972,"name":"Torag's platelegs 50","members":true,"equipable":true,"equipable_by_player":true,"cost":275000,"lowalch":110000,"highalch":165000,"wiki_name":"Torag's platelegs (50)","wiki_url":"https://oldschool.runescape.wiki/w/Torag's_platelegs#50","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":85,"defence_slash":82,"defence_crush":83,"defence_magic":-4,"defence_ranged":92,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":70}},"price":0},"4973":{"id":4973,"name":"Torag's platelegs 25","members":true,"equipable":true,"equipable_by_player":true,"cost":275000,"lowalch":110000,"highalch":165000,"wiki_name":"Torag's platelegs (25)","wiki_url":"https://oldschool.runescape.wiki/w/Torag's_platelegs#25","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":85,"defence_slash":82,"defence_crush":83,"defence_magic":-4,"defence_ranged":92,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":70}},"price":0},"4974":{"id":4974,"name":"Torag's platelegs 0","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":275000,"lowalch":110000,"highalch":165000,"buy_limit":15,"wiki_name":"Torag's platelegs (0)","wiki_url":"https://oldschool.runescape.wiki/w/Torag's_platelegs#0","price":170204},"4976":{"id":4976,"name":"Verac's helm 100","members":true,"equipable":true,"equipable_by_player":true,"cost":103000,"lowalch":41200,"highalch":61800,"wiki_name":"Verac's helm (100)","wiki_url":"https://oldschool.runescape.wiki/w/Verac's_helm#100","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":55,"defence_slash":58,"defence_crush":54,"defence_magic":0,"defence_ranged":56,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"head","requirements":{"defence":70}},"price":0},"4977":{"id":4977,"name":"Verac's helm 75","members":true,"equipable":true,"equipable_by_player":true,"cost":103000,"lowalch":41200,"highalch":61800,"wiki_name":"Verac's helm (75)","wiki_url":"https://oldschool.runescape.wiki/w/Verac's_helm#75","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":55,"defence_slash":58,"defence_crush":54,"defence_magic":0,"defence_ranged":56,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"head","requirements":{"defence":70}},"price":0},"4978":{"id":4978,"name":"Verac's helm 50","members":true,"equipable":true,"equipable_by_player":true,"cost":103000,"lowalch":41200,"highalch":61800,"wiki_name":"Verac's helm (50)","wiki_url":"https://oldschool.runescape.wiki/w/Verac's_helm#50","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":55,"defence_slash":58,"defence_crush":54,"defence_magic":0,"defence_ranged":56,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"head","requirements":{"defence":70}},"price":0},"4979":{"id":4979,"name":"Verac's helm 25","members":true,"equipable":true,"equipable_by_player":true,"cost":103000,"lowalch":41200,"highalch":61800,"wiki_name":"Verac's helm (25)","wiki_url":"https://oldschool.runescape.wiki/w/Verac's_helm#25","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":55,"defence_slash":58,"defence_crush":54,"defence_magic":0,"defence_ranged":56,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"head","requirements":{"defence":70}},"price":0},"4980":{"id":4980,"name":"Verac's helm 0","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":103000,"lowalch":41200,"highalch":61800,"buy_limit":15,"wiki_name":"Verac's helm (0)","wiki_url":"https://oldschool.runescape.wiki/w/Verac's_helm#0","price":62461},"4982":{"id":4982,"name":"Verac's flail 100","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":160000,"lowalch":64000,"highalch":96000,"wiki_name":"Verac's flail (100)","wiki_url":"https://oldschool.runescape.wiki/w/Verac's_flail#100","equipment":{"attack_stab":68,"attack_slash":-2,"attack_crush":82,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":72,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"2h","requirements":{"attack":70}},"weapon":{"attack_speed":5,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"4983":{"id":4983,"name":"Verac's flail 75","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":160000,"lowalch":64000,"highalch":96000,"wiki_name":"Verac's flail (75)","wiki_url":"https://oldschool.runescape.wiki/w/Verac's_flail#75","equipment":{"attack_stab":68,"attack_slash":-2,"attack_crush":82,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":72,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"2h","requirements":{"attack":70}},"weapon":{"attack_speed":5,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"4984":{"id":4984,"name":"Verac's flail 50","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":160000,"lowalch":64000,"highalch":96000,"wiki_name":"Verac's flail (50)","wiki_url":"https://oldschool.runescape.wiki/w/Verac's_flail#50","equipment":{"attack_stab":68,"attack_slash":-2,"attack_crush":82,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":72,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"2h","requirements":{"attack":70}},"weapon":{"attack_speed":5,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"4985":{"id":4985,"name":"Verac's flail 25","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":160000,"lowalch":64000,"highalch":96000,"wiki_name":"Verac's flail (25)","wiki_url":"https://oldschool.runescape.wiki/w/Verac's_flail#25","equipment":{"attack_stab":68,"attack_slash":-2,"attack_crush":82,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":72,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"2h","requirements":{"attack":70}},"weapon":{"attack_speed":5,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"4986":{"id":4986,"name":"Verac's flail 0","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":160000,"lowalch":64000,"highalch":96000,"buy_limit":15,"wiki_name":"Verac's flail (0)","wiki_url":"https://oldschool.runescape.wiki/w/Verac's_flail#0","price":96530},"4988":{"id":4988,"name":"Verac's brassard 100","members":true,"equipable":true,"equipable_by_player":true,"cost":280000,"lowalch":112000,"highalch":168000,"wiki_name":"Verac's brassard (100)","wiki_url":"https://oldschool.runescape.wiki/w/Verac's_brassard#100","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":81,"defence_slash":95,"defence_crush":85,"defence_magic":0,"defence_ranged":81,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"body","requirements":{"defence":70}},"price":0},"4989":{"id":4989,"name":"Verac's brassard 75","members":true,"equipable":true,"equipable_by_player":true,"cost":280000,"lowalch":112000,"highalch":168000,"wiki_name":"Verac's brassard (75)","wiki_url":"https://oldschool.runescape.wiki/w/Verac's_brassard#75","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":81,"defence_slash":95,"defence_crush":85,"defence_magic":0,"defence_ranged":81,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"body","requirements":{"defence":70}},"price":0},"4990":{"id":4990,"name":"Verac's brassard 50","members":true,"equipable":true,"equipable_by_player":true,"cost":280000,"lowalch":112000,"highalch":168000,"wiki_name":"Verac's brassard (50)","wiki_url":"https://oldschool.runescape.wiki/w/Verac's_brassard#50","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":81,"defence_slash":95,"defence_crush":85,"defence_magic":0,"defence_ranged":81,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"body","requirements":{"defence":70}},"price":0},"4991":{"id":4991,"name":"Verac's brassard 25","members":true,"equipable":true,"equipable_by_player":true,"cost":280000,"lowalch":112000,"highalch":168000,"wiki_name":"Verac's brassard (25)","wiki_url":"https://oldschool.runescape.wiki/w/Verac's_brassard#25","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":81,"defence_slash":95,"defence_crush":85,"defence_magic":0,"defence_ranged":81,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"body","requirements":{"defence":70}},"price":0},"4992":{"id":4992,"name":"Verac's brassard 0","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":280000,"lowalch":112000,"highalch":168000,"buy_limit":15,"wiki_name":"Verac's brassard (0)","wiki_url":"https://oldschool.runescape.wiki/w/Verac's_brassard#0","price":158244},"4994":{"id":4994,"name":"Verac's plateskirt 100","members":true,"equipable":true,"equipable_by_player":true,"cost":275000,"lowalch":110000,"highalch":165000,"wiki_name":"Verac's plateskirt (100)","wiki_url":"https://oldschool.runescape.wiki/w/Verac's_plateskirt#100","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":85,"defence_slash":82,"defence_crush":83,"defence_magic":0,"defence_ranged":84,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"legs","requirements":{"defence":70}},"price":0},"4995":{"id":4995,"name":"Verac's plateskirt 75","members":true,"equipable":true,"equipable_by_player":true,"cost":275000,"lowalch":110000,"highalch":165000,"wiki_name":"Verac's plateskirt (75)","wiki_url":"https://oldschool.runescape.wiki/w/Verac's_plateskirt#75","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":85,"defence_slash":82,"defence_crush":83,"defence_magic":0,"defence_ranged":84,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"legs","requirements":{"defence":70}},"price":0},"4996":{"id":4996,"name":"Verac's plateskirt 50","members":true,"equipable":true,"equipable_by_player":true,"cost":275000,"lowalch":110000,"highalch":165000,"wiki_name":"Verac's plateskirt (50)","wiki_url":"https://oldschool.runescape.wiki/w/Verac's_plateskirt#50","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":85,"defence_slash":82,"defence_crush":83,"defence_magic":0,"defence_ranged":84,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"legs","requirements":{"defence":70}},"price":0},"4997":{"id":4997,"name":"Verac's plateskirt 25","members":true,"equipable":true,"equipable_by_player":true,"cost":275000,"lowalch":110000,"highalch":165000,"wiki_name":"Verac's plateskirt (25)","wiki_url":"https://oldschool.runescape.wiki/w/Verac's_plateskirt#25","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":85,"defence_slash":82,"defence_crush":83,"defence_magic":0,"defence_ranged":84,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"legs","requirements":{"defence":70}},"price":0},"4998":{"id":4998,"name":"Verac's plateskirt 0","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":275000,"lowalch":110000,"highalch":165000,"buy_limit":15,"wiki_name":"Verac's plateskirt (0)","wiki_url":"https://oldschool.runescape.wiki/w/Verac's_plateskirt#0","price":174265},"5001":{"id":5001,"name":"Raw cave eel","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":13000,"wiki_name":"Raw cave eel","wiki_url":"https://oldschool.runescape.wiki/w/Raw_cave_eel","price":87},"5002":{"id":5002,"name":"Burnt cave eel","members":true,"tradeable":true,"noteable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Burnt cave eel","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_cave_eel","price":0},"5003":{"id":5003,"name":"Cave eel","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":10000,"wiki_name":"Cave eel","wiki_url":"https://oldschool.runescape.wiki/w/Cave_eel","price":51},"5004":{"id":5004,"name":"Frog spawn","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Frog spawn","wiki_url":"https://oldschool.runescape.wiki/w/Frog_spawn","price":0},"5008":{"id":5008,"name":"Brooch","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Brooch","wiki_url":"https://oldschool.runescape.wiki/w/Brooch","price":0},"5009":{"id":5009,"name":"Goblin symbol book","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Goblin symbol book","wiki_url":"https://oldschool.runescape.wiki/w/Goblin_symbol_book","price":0},"5010":{"id":5010,"name":"Key","members":true,"cost":1,"wiki_name":"Key (The Lost Tribe)","wiki_url":"https://oldschool.runescape.wiki/w/Key_(The_Lost_Tribe)","price":0},"5011":{"id":5011,"name":"Silverware","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Silverware","wiki_url":"https://oldschool.runescape.wiki/w/Silverware","price":0},"5012":{"id":5012,"name":"Peace treaty","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Peace treaty","wiki_url":"https://oldschool.runescape.wiki/w/Peace_treaty","price":0},"5013":{"id":5013,"name":"Mining helmet","members":true,"equipable":true,"equipable_by_player":true,"cost":600,"lowalch":240,"highalch":360,"wiki_name":"Mining helmet (Lit)","wiki_url":"https://oldschool.runescape.wiki/w/Mining_helmet#Lit","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":4,"defence_slash":5,"defence_crush":3,"defence_magic":-1,"defence_ranged":4,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"5014":{"id":5014,"name":"Mining helmet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":600,"lowalch":240,"highalch":360,"buy_limit":4,"wiki_name":"Mining helmet (Unlit)","wiki_url":"https://oldschool.runescape.wiki/w/Mining_helmet#Unlit","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":4,"defence_slash":5,"defence_crush":3,"defence_magic":-1,"defence_ranged":4,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":558},"5016":{"id":5016,"name":"Bone spear","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":600,"lowalch":240,"highalch":360,"buy_limit":4,"wiki_name":"Bone spear","wiki_url":"https://oldschool.runescape.wiki/w/Bone_spear","equipment":{"attack_stab":11,"attack_slash":11,"attack_crush":11,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"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":null},"weapon":{"attack_speed":6,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1200},"5018":{"id":5018,"name":"Bone club","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":600,"lowalch":240,"highalch":360,"buy_limit":4,"wiki_name":"Bone club","wiki_url":"https://oldschool.runescape.wiki/w/Bone_club","equipment":{"attack_stab":-4,"attack_slash":-4,"attack_crush":16,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":15,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":6,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":4067},"5020":{"id":5020,"name":"Minecart ticket","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Minecart ticket (Keldagrim to Ice Mountain)","wiki_url":"https://oldschool.runescape.wiki/w/Minecart_ticket#Keldagrim_to_Ice_Mountain","price":0},"5021":{"id":5021,"name":"Minecart ticket","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Minecart ticket (Ice Mountain to Keldagrim)","wiki_url":"https://oldschool.runescape.wiki/w/Minecart_ticket#Ice_Mountain_to_Keldagrim","price":0},"5022":{"id":5022,"name":"Minecart ticket","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Minecart ticket (Keldagrim to White Wolf Mountain)","wiki_url":"https://oldschool.runescape.wiki/w/Minecart_ticket#Keldagrim_to_White_Wolf_Mountain","price":0},"5023":{"id":5023,"name":"Minecart ticket","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Minecart ticket (White Wolf Mountain to Keldagrim)","wiki_url":"https://oldschool.runescape.wiki/w/Minecart_ticket#White_Wolf_Mountain_to_Keldagrim","price":0},"5024":{"id":5024,"name":"Woven top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Woven top (brown)","wiki_url":"https://oldschool.runescape.wiki/w/Woven_top_(brown)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":1036},"5026":{"id":5026,"name":"Woven top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":625,"lowalch":250,"highalch":375,"buy_limit":150,"wiki_name":"Woven top (yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Woven_top_(yellow)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":5559},"5028":{"id":5028,"name":"Woven top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":650,"lowalch":260,"highalch":390,"buy_limit":150,"wiki_name":"Woven top (blue)","wiki_url":"https://oldschool.runescape.wiki/w/Woven_top_(blue)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":1508},"5030":{"id":5030,"name":"Shirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":450,"lowalch":180,"highalch":270,"buy_limit":150,"wiki_name":"Shirt (brown)","wiki_url":"https://oldschool.runescape.wiki/w/Shirt_(brown)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"5032":{"id":5032,"name":"Shirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":600,"lowalch":240,"highalch":360,"buy_limit":150,"wiki_name":"Shirt (yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Shirt_(yellow)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":1145},"5034":{"id":5034,"name":"Shirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":625,"lowalch":250,"highalch":375,"buy_limit":150,"wiki_name":"Shirt (lilac)","wiki_url":"https://oldschool.runescape.wiki/w/Shirt_(lilac)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":501},"5036":{"id":5036,"name":"Trousers","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":550,"lowalch":220,"highalch":330,"buy_limit":150,"wiki_name":"Trousers (brown)","wiki_url":"https://oldschool.runescape.wiki/w/Trousers_(brown)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":2501},"5038":{"id":5038,"name":"Trousers","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":700,"lowalch":280,"highalch":420,"buy_limit":150,"wiki_name":"Trousers (lilac)","wiki_url":"https://oldschool.runescape.wiki/w/Trousers_(lilac)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":1425},"5040":{"id":5040,"name":"Trousers","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":750,"lowalch":300,"highalch":450,"buy_limit":150,"wiki_name":"Trousers (blue)","wiki_url":"https://oldschool.runescape.wiki/w/Trousers_(blue)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":1035},"5042":{"id":5042,"name":"Shorts","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":280,"lowalch":112,"highalch":168,"buy_limit":150,"wiki_name":"Shorts (brown)","wiki_url":"https://oldschool.runescape.wiki/w/Shorts_(brown)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":5646},"5044":{"id":5044,"name":"Shorts","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":360,"lowalch":144,"highalch":216,"buy_limit":150,"wiki_name":"Shorts (yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Shorts_(yellow)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":605},"5046":{"id":5046,"name":"Shorts","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":390,"lowalch":156,"highalch":234,"buy_limit":150,"wiki_name":"Shorts (blue)","wiki_url":"https://oldschool.runescape.wiki/w/Shorts_(blue)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":1383},"5048":{"id":5048,"name":"Skirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":350,"lowalch":140,"highalch":210,"buy_limit":150,"wiki_name":"Skirt (brown)","wiki_url":"https://oldschool.runescape.wiki/w/Skirt_(brown)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":225},"5050":{"id":5050,"name":"Skirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":550,"lowalch":220,"highalch":330,"buy_limit":150,"wiki_name":"Skirt (lilac)","wiki_url":"https://oldschool.runescape.wiki/w/Skirt_(lilac)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":1},"5052":{"id":5052,"name":"Skirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":625,"lowalch":250,"highalch":375,"buy_limit":150,"wiki_name":"Skirt (blue)","wiki_url":"https://oldschool.runescape.wiki/w/Skirt_(blue)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":342},"5054":{"id":5054,"name":"Dwarf","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dwarf (The Giant Dwarf)","wiki_url":"https://oldschool.runescape.wiki/w/Dwarf_(The_Giant_Dwarf)","price":0},"5056":{"id":5056,"name":"Dwarven battleaxe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dwarven battleaxe (Rusty)","wiki_url":"https://oldschool.runescape.wiki/w/Dwarven_battleaxe#Rusty","price":0},"5057":{"id":5057,"name":"Dwarven battleaxe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dwarven battleaxe (Sharpened)","wiki_url":"https://oldschool.runescape.wiki/w/Dwarven_battleaxe#Sharpened","price":0},"5058":{"id":5058,"name":"Dwarven battleaxe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dwarven battleaxe (Sapphires)","wiki_url":"https://oldschool.runescape.wiki/w/Dwarven_battleaxe#Sapphires","price":0},"5059":{"id":5059,"name":"Dwarven battleaxe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dwarven battleaxe (Repaired)","wiki_url":"https://oldschool.runescape.wiki/w/Dwarven_battleaxe#Repaired","price":0},"5060":{"id":5060,"name":"Dwarven battleaxe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dwarven battleaxe (animation item) (Rusty)","wiki_url":"https://oldschool.runescape.wiki/w/Dwarven_battleaxe_(animation_item)#Rusty","price":0},"5061":{"id":5061,"name":"Dwarven battleaxe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dwarven battleaxe (animation item) (Sharpened)","wiki_url":"https://oldschool.runescape.wiki/w/Dwarven_battleaxe_(animation_item)#Sharpened","price":0},"5062":{"id":5062,"name":"Left boot","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Left boot","wiki_url":"https://oldschool.runescape.wiki/w/Left_boot","price":0},"5063":{"id":5063,"name":"Right boot","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Right boot","wiki_url":"https://oldschool.runescape.wiki/w/Right_boot","price":0},"5064":{"id":5064,"name":"Exquisite boots","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Exquisite boots","wiki_url":"https://oldschool.runescape.wiki/w/Exquisite_boots","price":0},"5065":{"id":5065,"name":"Book on costumes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Book on costumes","wiki_url":"https://oldschool.runescape.wiki/w/Book_on_costumes","price":0},"5066":{"id":5066,"name":"Meeting notes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Meeting notes","wiki_url":"https://oldschool.runescape.wiki/w/Meeting_notes","price":0},"5067":{"id":5067,"name":"Exquisite clothes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Exquisite clothes","wiki_url":"https://oldschool.runescape.wiki/w/Exquisite_clothes","price":0},"5068":{"id":5068,"name":"Master farmer","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"5070":{"id":5070,"name":"Bird nest","members":true,"cost":453,"wiki_name":"Bird nest (egg) (Red egg)","wiki_url":"https://oldschool.runescape.wiki/w/Bird_nest_(egg)#Red_egg","price":0},"5071":{"id":5071,"name":"Bird nest","members":true,"cost":453,"wiki_name":"Bird nest (egg) (Green egg)","wiki_url":"https://oldschool.runescape.wiki/w/Bird_nest_(egg)#Green_egg","price":0},"5072":{"id":5072,"name":"Bird nest","members":true,"cost":453,"wiki_name":"Bird nest (egg) (Blue egg)","wiki_url":"https://oldschool.runescape.wiki/w/Bird_nest_(egg)#Blue_egg","price":0},"5073":{"id":5073,"name":"Bird nest","members":true,"cost":453,"lowalch":181,"highalch":271,"wiki_name":"Bird nest (seeds, 2005-2019)","wiki_url":"https://oldschool.runescape.wiki/w/Bird_nest_(seeds,_2005-2019)","price":0},"5074":{"id":5074,"name":"Bird nest","members":true,"cost":453,"lowalch":181,"highalch":271,"wiki_name":"Bird nest (ring)","wiki_url":"https://oldschool.runescape.wiki/w/Bird_nest_(ring)","price":0},"5075":{"id":5075,"name":"Bird nest","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":453,"lowalch":181,"highalch":271,"buy_limit":11000,"wiki_name":"Bird nest (empty)","wiki_url":"https://oldschool.runescape.wiki/w/Bird_nest_(empty)","price":7751},"5076":{"id":5076,"name":"Bird's egg","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bird's egg (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Bird's_egg#Red","price":0},"5077":{"id":5077,"name":"Bird's egg","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bird's egg (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Bird's_egg#Blue","price":0},"5078":{"id":5078,"name":"Bird's egg","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bird's egg (Green)","wiki_url":"https://oldschool.runescape.wiki/w/Bird's_egg#Green","price":0},"5087":{"id":5087,"name":"Varrock armour","incomplete":true,"cost":0,"lowalch":0,"highalch":0,"price":0},"5089":{"id":5089,"name":"Sea snake","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"5093":{"id":5093,"name":"Morytania legs","incomplete":true,"cost":0,"lowalch":0,"highalch":0,"price":0},"5095":{"id":5095,"name":"Explorer's ring","incomplete":true,"cost":0,"lowalch":0,"highalch":0,"price":0},"5096":{"id":5096,"name":"Marigold seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":600,"wiki_name":"Marigold seed","wiki_url":"https://oldschool.runescape.wiki/w/Marigold_seed","price":1},"5097":{"id":5097,"name":"Rosemary seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":600,"wiki_name":"Rosemary seed","wiki_url":"https://oldschool.runescape.wiki/w/Rosemary_seed","price":13},"5098":{"id":5098,"name":"Nasturtium seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":11,"lowalch":4,"highalch":6,"buy_limit":200,"wiki_name":"Nasturtium seed","wiki_url":"https://oldschool.runescape.wiki/w/Nasturtium_seed","price":10},"5099":{"id":5099,"name":"Woad seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":11,"lowalch":4,"highalch":6,"buy_limit":600,"wiki_name":"Woad seed","wiki_url":"https://oldschool.runescape.wiki/w/Woad_seed","price":9},"5100":{"id":5100,"name":"Limpwurt seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":12,"lowalch":4,"highalch":7,"buy_limit":600,"wiki_name":"Limpwurt seed","wiki_url":"https://oldschool.runescape.wiki/w/Limpwurt_seed","price":4},"5101":{"id":5101,"name":"Redberry seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":600,"wiki_name":"Redberry seed","wiki_url":"https://oldschool.runescape.wiki/w/Redberry_seed","price":7},"5102":{"id":5102,"name":"Cadavaberry seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":9,"lowalch":3,"highalch":5,"buy_limit":600,"wiki_name":"Cadavaberry seed","wiki_url":"https://oldschool.runescape.wiki/w/Cadavaberry_seed","price":7},"5103":{"id":5103,"name":"Dwellberry seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":25,"lowalch":10,"highalch":15,"buy_limit":600,"wiki_name":"Dwellberry seed","wiki_url":"https://oldschool.runescape.wiki/w/Dwellberry_seed","price":0},"5104":{"id":5104,"name":"Jangerberry seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":60,"lowalch":24,"highalch":36,"buy_limit":200,"wiki_name":"Jangerberry seed","wiki_url":"https://oldschool.runescape.wiki/w/Jangerberry_seed","price":1},"5105":{"id":5105,"name":"Whiteberry seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":133,"lowalch":53,"highalch":79,"buy_limit":200,"wiki_name":"Whiteberry seed","wiki_url":"https://oldschool.runescape.wiki/w/Whiteberry_seed","price":12},"5106":{"id":5106,"name":"Poison ivy seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":166,"lowalch":66,"highalch":99,"buy_limit":200,"wiki_name":"Poison ivy seed","wiki_url":"https://oldschool.runescape.wiki/w/Poison_ivy_seed","price":6},"5171":{"id":5171,"name":"Seeds","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"5280":{"id":5280,"name":"Cactus seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":99,"lowalch":39,"highalch":59,"buy_limit":200,"wiki_name":"Cactus seed","wiki_url":"https://oldschool.runescape.wiki/w/Cactus_seed","price":25},"5281":{"id":5281,"name":"Belladonna seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":177,"lowalch":70,"highalch":106,"buy_limit":200,"wiki_name":"Belladonna seed","wiki_url":"https://oldschool.runescape.wiki/w/Belladonna_seed","price":65},"5282":{"id":5282,"name":"Mushroom spore","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":86,"lowalch":34,"highalch":51,"buy_limit":200,"wiki_name":"Mushroom spore","wiki_url":"https://oldschool.runescape.wiki/w/Mushroom_spore","price":15},"5283":{"id":5283,"name":"Apple tree seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":13,"lowalch":5,"highalch":7,"buy_limit":200,"wiki_name":"Apple tree seed","wiki_url":"https://oldschool.runescape.wiki/w/Apple_tree_seed","price":28},"5284":{"id":5284,"name":"Banana tree seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":200,"wiki_name":"Banana tree seed","wiki_url":"https://oldschool.runescape.wiki/w/Banana_tree_seed","price":9},"5285":{"id":5285,"name":"Orange tree seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":31,"lowalch":12,"highalch":18,"buy_limit":200,"wiki_name":"Orange tree seed","wiki_url":"https://oldschool.runescape.wiki/w/Orange_tree_seed","price":15},"5286":{"id":5286,"name":"Curry tree seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":39,"lowalch":15,"highalch":23,"buy_limit":200,"wiki_name":"Curry tree seed","wiki_url":"https://oldschool.runescape.wiki/w/Curry_tree_seed","price":17},"5287":{"id":5287,"name":"Pineapple seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":74,"lowalch":29,"highalch":44,"buy_limit":200,"wiki_name":"Pineapple seed","wiki_url":"https://oldschool.runescape.wiki/w/Pineapple_seed","price":58},"5288":{"id":5288,"name":"Papaya tree seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":115,"lowalch":46,"highalch":69,"buy_limit":200,"wiki_name":"Papaya tree seed","wiki_url":"https://oldschool.runescape.wiki/w/Papaya_tree_seed","price":300},"5289":{"id":5289,"name":"Palm tree seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":254,"lowalch":101,"highalch":152,"buy_limit":200,"wiki_name":"Palm tree seed","wiki_url":"https://oldschool.runescape.wiki/w/Palm_tree_seed","price":17920},"5290":{"id":5290,"name":"Calquat tree seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":340,"lowalch":136,"highalch":204,"buy_limit":200,"wiki_name":"Calquat tree seed","wiki_url":"https://oldschool.runescape.wiki/w/Calquat_tree_seed","price":36},"5291":{"id":5291,"name":"Guam seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":600,"wiki_name":"Guam seed","wiki_url":"https://oldschool.runescape.wiki/w/Guam_seed","price":28},"5292":{"id":5292,"name":"Marrentill seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":600,"wiki_name":"Marrentill seed","wiki_url":"https://oldschool.runescape.wiki/w/Marrentill_seed","price":3},"5293":{"id":5293,"name":"Tarromin seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":600,"wiki_name":"Tarromin seed","wiki_url":"https://oldschool.runescape.wiki/w/Tarromin_seed","price":18},"5294":{"id":5294,"name":"Harralander seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":600,"wiki_name":"Harralander seed","wiki_url":"https://oldschool.runescape.wiki/w/Harralander_seed","price":7},"5295":{"id":5295,"name":"Ranarr seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":200,"wiki_name":"Ranarr seed","wiki_url":"https://oldschool.runescape.wiki/w/Ranarr_seed","price":23262},"5296":{"id":5296,"name":"Toadflax seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":600,"wiki_name":"Toadflax seed","wiki_url":"https://oldschool.runescape.wiki/w/Toadflax_seed","price":535},"5297":{"id":5297,"name":"Irit seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":600,"wiki_name":"Irit seed","wiki_url":"https://oldschool.runescape.wiki/w/Irit_seed","price":103},"5298":{"id":5298,"name":"Avantoe seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":8,"lowalch":3,"highalch":4,"buy_limit":200,"wiki_name":"Avantoe seed","wiki_url":"https://oldschool.runescape.wiki/w/Avantoe_seed","price":2579},"5299":{"id":5299,"name":"Kwuarm seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":11,"lowalch":4,"highalch":6,"buy_limit":200,"wiki_name":"Kwuarm seed","wiki_url":"https://oldschool.runescape.wiki/w/Kwuarm_seed","price":1693},"5300":{"id":5300,"name":"Snapdragon seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":60,"lowalch":24,"highalch":36,"buy_limit":200,"wiki_name":"Snapdragon seed","wiki_url":"https://oldschool.runescape.wiki/w/Snapdragon_seed","price":35074},"5301":{"id":5301,"name":"Cadantine seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":7,"lowalch":2,"highalch":4,"buy_limit":200,"wiki_name":"Cadantine seed","wiki_url":"https://oldschool.runescape.wiki/w/Cadantine_seed","price":8397},"5302":{"id":5302,"name":"Lantadyme seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":9,"lowalch":3,"highalch":5,"buy_limit":200,"wiki_name":"Lantadyme seed","wiki_url":"https://oldschool.runescape.wiki/w/Lantadyme_seed","price":336},"5303":{"id":5303,"name":"Dwarf weed seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":6,"lowalch":2,"highalch":3,"buy_limit":200,"wiki_name":"Dwarf weed seed","wiki_url":"https://oldschool.runescape.wiki/w/Dwarf_weed_seed","price":685},"5304":{"id":5304,"name":"Torstol seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":70,"lowalch":28,"highalch":42,"buy_limit":200,"wiki_name":"Torstol seed","wiki_url":"https://oldschool.runescape.wiki/w/Torstol_seed","price":7052},"5305":{"id":5305,"name":"Barley seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":2000,"wiki_name":"Barley seed","wiki_url":"https://oldschool.runescape.wiki/w/Barley_seed","price":3},"5306":{"id":5306,"name":"Jute seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":2000,"wiki_name":"Jute seed","wiki_url":"https://oldschool.runescape.wiki/w/Jute_seed","price":2},"5307":{"id":5307,"name":"Hammerstone seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":2000,"wiki_name":"Hammerstone seed","wiki_url":"https://oldschool.runescape.wiki/w/Hammerstone_seed","price":1},"5308":{"id":5308,"name":"Asgarnian seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":2000,"wiki_name":"Asgarnian seed","wiki_url":"https://oldschool.runescape.wiki/w/Asgarnian_seed","price":2},"5309":{"id":5309,"name":"Yanillian seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":6,"lowalch":2,"highalch":3,"buy_limit":2000,"wiki_name":"Yanillian seed","wiki_url":"https://oldschool.runescape.wiki/w/Yanillian_seed","price":2},"5310":{"id":5310,"name":"Krandorian seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":8,"lowalch":3,"highalch":4,"buy_limit":2000,"wiki_name":"Krandorian seed","wiki_url":"https://oldschool.runescape.wiki/w/Krandorian_seed","price":9},"5311":{"id":5311,"name":"Wildblood seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":14,"lowalch":5,"highalch":8,"buy_limit":2000,"wiki_name":"Wildblood seed","wiki_url":"https://oldschool.runescape.wiki/w/Wildblood_seed","price":7},"5312":{"id":5312,"name":"Acorn","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":6,"lowalch":2,"highalch":3,"buy_limit":200,"wiki_name":"Acorn","wiki_url":"https://oldschool.runescape.wiki/w/Acorn","price":107},"5313":{"id":5313,"name":"Willow seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":16,"lowalch":6,"highalch":9,"buy_limit":200,"wiki_name":"Willow seed","wiki_url":"https://oldschool.runescape.wiki/w/Willow_seed","price":49},"5314":{"id":5314,"name":"Maple seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":48,"lowalch":19,"highalch":28,"buy_limit":200,"wiki_name":"Maple seed","wiki_url":"https://oldschool.runescape.wiki/w/Maple_seed","price":3963},"5315":{"id":5315,"name":"Yew seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":143,"lowalch":57,"highalch":85,"buy_limit":200,"wiki_name":"Yew seed","wiki_url":"https://oldschool.runescape.wiki/w/Yew_seed","price":23987},"5316":{"id":5316,"name":"Magic seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":422,"lowalch":168,"highalch":253,"buy_limit":200,"wiki_name":"Magic seed","wiki_url":"https://oldschool.runescape.wiki/w/Magic_seed","price":74273},"5317":{"id":5317,"name":"Spirit seed","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Spirit seed","wiki_url":"https://oldschool.runescape.wiki/w/Spirit_seed","price":0},"5318":{"id":5318,"name":"Potato seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":600,"wiki_name":"Potato seed","wiki_url":"https://oldschool.runescape.wiki/w/Potato_seed","price":2},"5319":{"id":5319,"name":"Onion seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":600,"wiki_name":"Onion seed","wiki_url":"https://oldschool.runescape.wiki/w/Onion_seed","price":1},"5320":{"id":5320,"name":"Sweetcorn seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":8,"lowalch":3,"highalch":4,"buy_limit":600,"wiki_name":"Sweetcorn seed","wiki_url":"https://oldschool.runescape.wiki/w/Sweetcorn_seed","price":1},"5321":{"id":5321,"name":"Watermelon seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":56,"lowalch":22,"highalch":33,"buy_limit":200,"wiki_name":"Watermelon seed","wiki_url":"https://oldschool.runescape.wiki/w/Watermelon_seed","price":1},"5322":{"id":5322,"name":"Tomato seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":600,"wiki_name":"Tomato seed","wiki_url":"https://oldschool.runescape.wiki/w/Tomato_seed","price":1},"5323":{"id":5323,"name":"Strawberry seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":18,"lowalch":7,"highalch":10,"buy_limit":600,"wiki_name":"Strawberry seed","wiki_url":"https://oldschool.runescape.wiki/w/Strawberry_seed","price":11},"5324":{"id":5324,"name":"Cabbage seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":600,"wiki_name":"Cabbage seed","wiki_url":"https://oldschool.runescape.wiki/w/Cabbage_seed","price":1},"5325":{"id":5325,"name":"Gardening trowel","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":12,"lowalch":4,"highalch":7,"buy_limit":40,"wiki_name":"Gardening trowel","wiki_url":"https://oldschool.runescape.wiki/w/Gardening_trowel","price":145},"5327":{"id":5327,"name":"Spade handle","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Spade handle","wiki_url":"https://oldschool.runescape.wiki/w/Spade_handle","price":0},"5328":{"id":5328,"name":"Spade head","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Spade head","wiki_url":"https://oldschool.runescape.wiki/w/Spade_head","price":0},"5329":{"id":5329,"name":"Secateurs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":40,"wiki_name":"Secateurs","wiki_url":"https://oldschool.runescape.wiki/w/Secateurs","price":1},"5331":{"id":5331,"name":"Watering can","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":8,"lowalch":3,"highalch":4,"buy_limit":40,"wiki_name":"Watering can (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Watering_can#Empty","price":129},"5333":{"id":5333,"name":"Watering can(1)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Watering can (1)","wiki_url":"https://oldschool.runescape.wiki/w/Watering_can#(1)","price":0},"5334":{"id":5334,"name":"Watering can(2)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Watering can (2)","wiki_url":"https://oldschool.runescape.wiki/w/Watering_can#(2)","price":0},"5335":{"id":5335,"name":"Watering can(3)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Watering can (3)","wiki_url":"https://oldschool.runescape.wiki/w/Watering_can#(3)","price":0},"5336":{"id":5336,"name":"Watering can(4)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Watering can (4)","wiki_url":"https://oldschool.runescape.wiki/w/Watering_can#(4)","price":0},"5337":{"id":5337,"name":"Watering can(5)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Watering can (5)","wiki_url":"https://oldschool.runescape.wiki/w/Watering_can#(5)","price":0},"5338":{"id":5338,"name":"Watering can(6)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Watering can (6)","wiki_url":"https://oldschool.runescape.wiki/w/Watering_can#(6)","price":0},"5339":{"id":5339,"name":"Watering can(7)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Watering can (7)","wiki_url":"https://oldschool.runescape.wiki/w/Watering_can#(7)","price":0},"5340":{"id":5340,"name":"Watering can(8)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Watering can (8)","wiki_url":"https://oldschool.runescape.wiki/w/Watering_can#(8)","price":0},"5341":{"id":5341,"name":"Rake","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":6,"lowalch":2,"highalch":3,"buy_limit":40,"wiki_name":"Rake","wiki_url":"https://oldschool.runescape.wiki/w/Rake","price":2},"5343":{"id":5343,"name":"Seed dibber","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":6,"lowalch":2,"highalch":3,"buy_limit":40,"wiki_name":"Seed dibber","wiki_url":"https://oldschool.runescape.wiki/w/Seed_dibber","price":2},"5345":{"id":5345,"name":"Gardening boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":25,"lowalch":10,"highalch":15,"buy_limit":150,"wiki_name":"Gardening boots","wiki_url":"https://oldschool.runescape.wiki/w/Gardening_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":5955},"5347":{"id":5347,"name":"Rake handle","members":true,"cost":1,"wiki_name":"Rake handle","wiki_url":"https://oldschool.runescape.wiki/w/Rake_handle","price":0},"5348":{"id":5348,"name":"Rake head","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rake head","wiki_url":"https://oldschool.runescape.wiki/w/Rake_head","price":0},"5349":{"id":5349,"name":"Smoke devil","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"5350":{"id":5350,"name":"Empty plant pot","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Empty plant pot","wiki_url":"https://oldschool.runescape.wiki/w/Empty_plant_pot","price":30},"5352":{"id":5352,"name":"Unfired plant pot","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Unfired plant pot","wiki_url":"https://oldschool.runescape.wiki/w/Unfired_plant_pot","price":69},"5354":{"id":5354,"name":"Filled plant pot","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":2000,"wiki_name":"Filled plant pot","wiki_url":"https://oldschool.runescape.wiki/w/Filled_plant_pot","price":3},"5356":{"id":5356,"name":"Plant pot","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Plant pot (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Plant_pot_(unobtainable_item)","price":0},"5358":{"id":5358,"name":"Oak seedling","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Oak seedling (Unwatered)","wiki_url":"https://oldschool.runescape.wiki/w/Oak_seedling#Unwatered","price":0},"5359":{"id":5359,"name":"Willow seedling","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Willow seedling (Unwatered)","wiki_url":"https://oldschool.runescape.wiki/w/Willow_seedling#Unwatered","price":0},"5360":{"id":5360,"name":"Maple seedling","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Maple seedling (Unwatered)","wiki_url":"https://oldschool.runescape.wiki/w/Maple_seedling#Unwatered","price":0},"5361":{"id":5361,"name":"Yew seedling","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Yew seedling (Unwatered)","wiki_url":"https://oldschool.runescape.wiki/w/Yew_seedling#Unwatered","price":0},"5362":{"id":5362,"name":"Magic seedling","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Magic seedling (Unwatered)","wiki_url":"https://oldschool.runescape.wiki/w/Magic_seedling#Unwatered","price":0},"5363":{"id":5363,"name":"Spirit seedling","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Spirit seedling (Unwatered)","wiki_url":"https://oldschool.runescape.wiki/w/Spirit_seedling#Unwatered","price":0},"5364":{"id":5364,"name":"Oak seedling (w)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Oak seedling (Watered)","wiki_url":"https://oldschool.runescape.wiki/w/Oak_seedling#Watered","price":0},"5365":{"id":5365,"name":"Willow seedling (w)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Willow seedling (Watered)","wiki_url":"https://oldschool.runescape.wiki/w/Willow_seedling#Watered","price":0},"5366":{"id":5366,"name":"Maple seedling (w)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Maple seedling (Watered)","wiki_url":"https://oldschool.runescape.wiki/w/Maple_seedling#Watered","price":0},"5367":{"id":5367,"name":"Yew seedling (w)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Yew seedling (Watered)","wiki_url":"https://oldschool.runescape.wiki/w/Yew_seedling#Watered","price":0},"5368":{"id":5368,"name":"Magic seedling (w)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Magic seedling (Watered)","wiki_url":"https://oldschool.runescape.wiki/w/Magic_seedling#Watered","price":0},"5369":{"id":5369,"name":"Spirit seedling (w)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Spirit seedling (Watered)","wiki_url":"https://oldschool.runescape.wiki/w/Spirit_seedling#Watered","price":0},"5370":{"id":5370,"name":"Oak sapling","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":200,"wiki_name":"Oak sapling","wiki_url":"https://oldschool.runescape.wiki/w/Oak_sapling","price":399},"5371":{"id":5371,"name":"Willow sapling","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":200,"wiki_name":"Willow sapling","wiki_url":"https://oldschool.runescape.wiki/w/Willow_sapling","price":350},"5372":{"id":5372,"name":"Maple sapling","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":200,"wiki_name":"Maple sapling","wiki_url":"https://oldschool.runescape.wiki/w/Maple_sapling","price":5614},"5373":{"id":5373,"name":"Yew sapling","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":200,"wiki_name":"Yew sapling","wiki_url":"https://oldschool.runescape.wiki/w/Yew_sapling","price":24420},"5374":{"id":5374,"name":"Magic sapling","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":100,"wiki_name":"Magic sapling","wiki_url":"https://oldschool.runescape.wiki/w/Magic_sapling","price":76808},"5375":{"id":5375,"name":"Spirit sapling","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Spirit sapling","wiki_url":"https://oldschool.runescape.wiki/w/Spirit_sapling","price":0},"5376":{"id":5376,"name":"Basket","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Basket","wiki_url":"https://oldschool.runescape.wiki/w/Basket","price":5},"5378":{"id":5378,"name":"Apples(1)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Apples (1)","wiki_url":"https://oldschool.runescape.wiki/w/Apples#(1)","price":0},"5380":{"id":5380,"name":"Apples(2)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Apples (2)","wiki_url":"https://oldschool.runescape.wiki/w/Apples#(2)","price":0},"5382":{"id":5382,"name":"Apples(3)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Apples (3)","wiki_url":"https://oldschool.runescape.wiki/w/Apples#(3)","price":0},"5384":{"id":5384,"name":"Apples(4)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Apples (4)","wiki_url":"https://oldschool.runescape.wiki/w/Apples#(4)","price":0},"5386":{"id":5386,"name":"Apples(5)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":600,"wiki_name":"Apples (5)","wiki_url":"https://oldschool.runescape.wiki/w/Apples#(5)","price":589},"5388":{"id":5388,"name":"Oranges(1)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Oranges (1)","wiki_url":"https://oldschool.runescape.wiki/w/Oranges#(1)","price":0},"5390":{"id":5390,"name":"Oranges(2)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Oranges (2)","wiki_url":"https://oldschool.runescape.wiki/w/Oranges#(2)","price":0},"5392":{"id":5392,"name":"Oranges(3)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Oranges (3)","wiki_url":"https://oldschool.runescape.wiki/w/Oranges#(3)","price":0},"5394":{"id":5394,"name":"Oranges(4)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Oranges (4)","wiki_url":"https://oldschool.runescape.wiki/w/Oranges#(4)","price":0},"5396":{"id":5396,"name":"Oranges(5)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":600,"wiki_name":"Oranges (5)","wiki_url":"https://oldschool.runescape.wiki/w/Oranges#(5)","price":931},"5398":{"id":5398,"name":"Strawberries(1)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Strawberries (1)","wiki_url":"https://oldschool.runescape.wiki/w/Strawberries#(1)","price":0},"5400":{"id":5400,"name":"Strawberries(2)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Strawberries (2)","wiki_url":"https://oldschool.runescape.wiki/w/Strawberries#(2)","price":0},"5402":{"id":5402,"name":"Strawberries(3)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Strawberries (3)","wiki_url":"https://oldschool.runescape.wiki/w/Strawberries#(3)","price":0},"5404":{"id":5404,"name":"Strawberries(4)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Strawberries (4)","wiki_url":"https://oldschool.runescape.wiki/w/Strawberries#(4)","price":0},"5406":{"id":5406,"name":"Strawberries(5)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":200,"wiki_name":"Strawberries (5)","wiki_url":"https://oldschool.runescape.wiki/w/Strawberries#(5)","price":748},"5408":{"id":5408,"name":"Bananas(1)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bananas (1)","wiki_url":"https://oldschool.runescape.wiki/w/Bananas#(1)","price":0},"5410":{"id":5410,"name":"Bananas(2)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bananas (2)","wiki_url":"https://oldschool.runescape.wiki/w/Bananas#(2)","price":0},"5412":{"id":5412,"name":"Bananas(3)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bananas (3)","wiki_url":"https://oldschool.runescape.wiki/w/Bananas#(3)","price":0},"5414":{"id":5414,"name":"Bananas(4)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bananas (4)","wiki_url":"https://oldschool.runescape.wiki/w/Bananas#(4)","price":0},"5416":{"id":5416,"name":"Bananas(5)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":600,"wiki_name":"Bananas (5)","wiki_url":"https://oldschool.runescape.wiki/w/Bananas#(5)","price":579},"5418":{"id":5418,"name":"Empty sack","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Empty sack","wiki_url":"https://oldschool.runescape.wiki/w/Empty_sack","price":2},"5420":{"id":5420,"name":"Potatoes(1)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Potatoes (1)","wiki_url":"https://oldschool.runescape.wiki/w/Potatoes#1","price":0},"5422":{"id":5422,"name":"Potatoes(2)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Potatoes (2)","wiki_url":"https://oldschool.runescape.wiki/w/Potatoes#2","price":0},"5424":{"id":5424,"name":"Potatoes(3)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Potatoes (3)","wiki_url":"https://oldschool.runescape.wiki/w/Potatoes#3","price":0},"5426":{"id":5426,"name":"Potatoes(4)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Potatoes (4)","wiki_url":"https://oldschool.runescape.wiki/w/Potatoes#4","price":0},"5428":{"id":5428,"name":"Potatoes(5)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Potatoes (5)","wiki_url":"https://oldschool.runescape.wiki/w/Potatoes#5","price":0},"5430":{"id":5430,"name":"Potatoes(6)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Potatoes (6)","wiki_url":"https://oldschool.runescape.wiki/w/Potatoes#6","price":0},"5432":{"id":5432,"name":"Potatoes(7)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Potatoes (7)","wiki_url":"https://oldschool.runescape.wiki/w/Potatoes#7","price":0},"5434":{"id":5434,"name":"Potatoes(8)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Potatoes (8)","wiki_url":"https://oldschool.runescape.wiki/w/Potatoes#8","price":0},"5436":{"id":5436,"name":"Potatoes(9)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Potatoes (9)","wiki_url":"https://oldschool.runescape.wiki/w/Potatoes#9","price":0},"5438":{"id":5438,"name":"Potatoes(10)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":600,"wiki_name":"Potatoes (10)","wiki_url":"https://oldschool.runescape.wiki/w/Potatoes#10","price":2206},"5440":{"id":5440,"name":"Onions(1)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Onions (1)","wiki_url":"https://oldschool.runescape.wiki/w/Onions#1","price":0},"5442":{"id":5442,"name":"Onions(2)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Onions (2)","wiki_url":"https://oldschool.runescape.wiki/w/Onions#2","price":0},"5444":{"id":5444,"name":"Onions(3)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Onions (3)","wiki_url":"https://oldschool.runescape.wiki/w/Onions#3","price":0},"5446":{"id":5446,"name":"Onions(4)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Onions (4)","wiki_url":"https://oldschool.runescape.wiki/w/Onions#4","price":0},"5448":{"id":5448,"name":"Onions(5)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Onions (5)","wiki_url":"https://oldschool.runescape.wiki/w/Onions#5","price":0},"5450":{"id":5450,"name":"Onions(6)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Onions (6)","wiki_url":"https://oldschool.runescape.wiki/w/Onions#6","price":0},"5452":{"id":5452,"name":"Onions(7)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Onions (7)","wiki_url":"https://oldschool.runescape.wiki/w/Onions#7","price":0},"5454":{"id":5454,"name":"Onions(8)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Onions (8)","wiki_url":"https://oldschool.runescape.wiki/w/Onions#8","price":0},"5456":{"id":5456,"name":"Onions(9)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Onions (9)","wiki_url":"https://oldschool.runescape.wiki/w/Onions#9","price":0},"5458":{"id":5458,"name":"Onions(10)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":600,"wiki_name":"Onions (10)","wiki_url":"https://oldschool.runescape.wiki/w/Onions#10","price":1109},"5460":{"id":5460,"name":"Cabbages(1)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cabbages (1)","wiki_url":"https://oldschool.runescape.wiki/w/Cabbages#1","price":0},"5462":{"id":5462,"name":"Cabbages(2)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cabbages (2)","wiki_url":"https://oldschool.runescape.wiki/w/Cabbages#2","price":0},"5464":{"id":5464,"name":"Cabbages(3)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cabbages (3)","wiki_url":"https://oldschool.runescape.wiki/w/Cabbages#3","price":0},"5466":{"id":5466,"name":"Cabbages(4)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cabbages (4)","wiki_url":"https://oldschool.runescape.wiki/w/Cabbages#4","price":0},"5468":{"id":5468,"name":"Cabbages(5)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cabbages (5)","wiki_url":"https://oldschool.runescape.wiki/w/Cabbages#5","price":0},"5470":{"id":5470,"name":"Cabbages(6)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cabbages (6)","wiki_url":"https://oldschool.runescape.wiki/w/Cabbages#6","price":0},"5472":{"id":5472,"name":"Cabbages(7)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cabbages (7)","wiki_url":"https://oldschool.runescape.wiki/w/Cabbages#7","price":0},"5474":{"id":5474,"name":"Cabbages(8)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cabbages (8)","wiki_url":"https://oldschool.runescape.wiki/w/Cabbages#8","price":0},"5476":{"id":5476,"name":"Cabbages(9)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cabbages (9)","wiki_url":"https://oldschool.runescape.wiki/w/Cabbages#9","price":0},"5478":{"id":5478,"name":"Cabbages(10)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":600,"wiki_name":"Cabbages (10)","wiki_url":"https://oldschool.runescape.wiki/w/Cabbages#10","price":1273},"5480":{"id":5480,"name":"Apple seedling","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Apple seedling (Unwatered)","wiki_url":"https://oldschool.runescape.wiki/w/Apple_seedling#Unwatered","price":0},"5481":{"id":5481,"name":"Banana seedling","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Banana seedling (Unwatered)","wiki_url":"https://oldschool.runescape.wiki/w/Banana_seedling#Unwatered","price":0},"5482":{"id":5482,"name":"Orange seedling","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Orange seedling (Unwatered)","wiki_url":"https://oldschool.runescape.wiki/w/Orange_seedling#Unwatered","price":0},"5483":{"id":5483,"name":"Curry seedling","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Curry seedling (Unwatered)","wiki_url":"https://oldschool.runescape.wiki/w/Curry_seedling#Unwatered","price":0},"5484":{"id":5484,"name":"Pineapple seedling","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pineapple seedling (Unwatered)","wiki_url":"https://oldschool.runescape.wiki/w/Pineapple_seedling#Unwatered","price":0},"5485":{"id":5485,"name":"Papaya seedling","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Papaya seedling (Unwatered)","wiki_url":"https://oldschool.runescape.wiki/w/Papaya_seedling#Unwatered","price":0},"5486":{"id":5486,"name":"Palm seedling","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Palm seedling (Unwatered)","wiki_url":"https://oldschool.runescape.wiki/w/Palm_seedling#Unwatered","price":0},"5487":{"id":5487,"name":"Calquat seedling","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Calquat seedling (Unwatered)","wiki_url":"https://oldschool.runescape.wiki/w/Calquat_seedling#Unwatered","price":0},"5488":{"id":5488,"name":"Apple seedling (w)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Apple seedling (Watered)","wiki_url":"https://oldschool.runescape.wiki/w/Apple_seedling#Watered","price":0},"5489":{"id":5489,"name":"Banana seedling (w)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Banana seedling (Watered)","wiki_url":"https://oldschool.runescape.wiki/w/Banana_seedling#Watered","price":0},"5490":{"id":5490,"name":"Orange seedling (w)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Orange seedling (Watered)","wiki_url":"https://oldschool.runescape.wiki/w/Orange_seedling#Watered","price":0},"5491":{"id":5491,"name":"Curry seedling (w)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Curry seedling (Watered)","wiki_url":"https://oldschool.runescape.wiki/w/Curry_seedling#Watered","price":0},"5492":{"id":5492,"name":"Pineapple seedling (w)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pineapple seedling (Watered)","wiki_url":"https://oldschool.runescape.wiki/w/Pineapple_seedling#Watered","price":0},"5493":{"id":5493,"name":"Papaya seedling (w)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Papaya seedling (Watered)","wiki_url":"https://oldschool.runescape.wiki/w/Papaya_seedling#Watered","price":0},"5494":{"id":5494,"name":"Palm seedling (w)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Palm seedling (Watered)","wiki_url":"https://oldschool.runescape.wiki/w/Palm_seedling#Watered","price":0},"5495":{"id":5495,"name":"Calquat seedling (w)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Calquat seedling (Watered)","wiki_url":"https://oldschool.runescape.wiki/w/Calquat_seedling#Watered","price":0},"5496":{"id":5496,"name":"Apple sapling","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":200,"wiki_name":"Apple sapling","wiki_url":"https://oldschool.runescape.wiki/w/Apple_sapling","price":417},"5497":{"id":5497,"name":"Banana sapling","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":200,"wiki_name":"Banana sapling","wiki_url":"https://oldschool.runescape.wiki/w/Banana_sapling","price":138},"5498":{"id":5498,"name":"Orange sapling","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":200,"wiki_name":"Orange sapling","wiki_url":"https://oldschool.runescape.wiki/w/Orange_sapling","price":87},"5499":{"id":5499,"name":"Curry sapling","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":200,"wiki_name":"Curry sapling","wiki_url":"https://oldschool.runescape.wiki/w/Curry_sapling","price":644},"5500":{"id":5500,"name":"Pineapple sapling","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":200,"wiki_name":"Pineapple sapling","wiki_url":"https://oldschool.runescape.wiki/w/Pineapple_sapling","price":402},"5501":{"id":5501,"name":"Papaya sapling","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":200,"wiki_name":"Papaya sapling","wiki_url":"https://oldschool.runescape.wiki/w/Papaya_sapling","price":974},"5502":{"id":5502,"name":"Palm sapling","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":200,"wiki_name":"Palm sapling","wiki_url":"https://oldschool.runescape.wiki/w/Palm_sapling","price":19611},"5503":{"id":5503,"name":"Calquat sapling","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":200,"wiki_name":"Calquat sapling","wiki_url":"https://oldschool.runescape.wiki/w/Calquat_sapling","price":760},"5504":{"id":5504,"name":"Strawberry","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":17,"lowalch":6,"highalch":10,"buy_limit":11000,"wiki_name":"Strawberry","wiki_url":"https://oldschool.runescape.wiki/w/Strawberry","price":108},"5506":{"id":5506,"name":"Old man's message","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old man's message","wiki_url":"https://oldschool.runescape.wiki/w/Old_man's_message","price":0},"5507":{"id":5507,"name":"Strange book","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Strange book","wiki_url":"https://oldschool.runescape.wiki/w/Strange_book","price":0},"5508":{"id":5508,"name":"Book of folklore","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Book of folklore","wiki_url":"https://oldschool.runescape.wiki/w/Book_of_folklore","price":0},"5509":{"id":5509,"name":"Small pouch","members":true,"cost":150,"lowalch":60,"highalch":90,"wiki_name":"Small pouch","wiki_url":"https://oldschool.runescape.wiki/w/Small_pouch","price":0},"5510":{"id":5510,"name":"Medium pouch","members":true,"cost":300,"lowalch":120,"highalch":180,"wiki_name":"Medium pouch (New)","wiki_url":"https://oldschool.runescape.wiki/w/Medium_pouch#New","price":0},"5511":{"id":5511,"name":"Medium pouch","members":true,"cost":300,"lowalch":120,"highalch":180,"wiki_name":"Medium pouch (Degraded)","wiki_url":"https://oldschool.runescape.wiki/w/Medium_pouch#Degraded","price":0},"5512":{"id":5512,"name":"Large pouch","members":true,"cost":600,"lowalch":240,"highalch":360,"wiki_name":"Large pouch (New)","wiki_url":"https://oldschool.runescape.wiki/w/Large_pouch#New","price":0},"5513":{"id":5513,"name":"Large pouch","members":true,"cost":600,"lowalch":240,"highalch":360,"wiki_name":"Large pouch (Degraded)","wiki_url":"https://oldschool.runescape.wiki/w/Large_pouch#Degraded","price":0},"5514":{"id":5514,"name":"Giant pouch","members":true,"cost":1200,"lowalch":480,"highalch":720,"wiki_name":"Giant pouch (New)","wiki_url":"https://oldschool.runescape.wiki/w/Giant_pouch#New","price":0},"5515":{"id":5515,"name":"Giant pouch","members":true,"cost":1200,"lowalch":480,"highalch":720,"wiki_name":"Giant pouch (Degraded)","wiki_url":"https://oldschool.runescape.wiki/w/Giant_pouch#Degraded","price":0},"5516":{"id":5516,"name":"Elemental talisman","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":40,"wiki_name":"Elemental talisman","wiki_url":"https://oldschool.runescape.wiki/w/Elemental_talisman","price":6049},"5518":{"id":5518,"name":"Scrying orb","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Scrying orb (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Scrying_orb#Full","price":0},"5519":{"id":5519,"name":"Scrying orb","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Scrying orb (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Scrying_orb#Empty","price":0},"5520":{"id":5520,"name":"Abyssal book","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Abyssal book","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_book","price":0},"5521":{"id":5521,"name":"Binding necklace","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1425,"lowalch":570,"highalch":855,"buy_limit":10000,"wiki_name":"Binding necklace","wiki_url":"https://oldschool.runescape.wiki/w/Binding_necklace","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":804},"5523":{"id":5523,"name":"Tiara mould","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":40,"wiki_name":"Tiara mould","wiki_url":"https://oldschool.runescape.wiki/w/Tiara_mould","price":160},"5525":{"id":5525,"name":"Tiara","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":10000,"wiki_name":"Tiara","wiki_url":"https://oldschool.runescape.wiki/w/Tiara","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":115},"5527":{"id":5527,"name":"Air tiara","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":40,"wiki_name":"Air tiara","wiki_url":"https://oldschool.runescape.wiki/w/Air_tiara","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":18},"5529":{"id":5529,"name":"Mind tiara","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":40,"wiki_name":"Mind tiara","wiki_url":"https://oldschool.runescape.wiki/w/Mind_tiara","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":37},"5531":{"id":5531,"name":"Water tiara","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":40,"wiki_name":"Water tiara","wiki_url":"https://oldschool.runescape.wiki/w/Water_tiara","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":4},"5533":{"id":5533,"name":"Body tiara","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":40,"wiki_name":"Body tiara","wiki_url":"https://oldschool.runescape.wiki/w/Body_tiara","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":21},"5535":{"id":5535,"name":"Earth tiara","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":40,"wiki_name":"Earth tiara","wiki_url":"https://oldschool.runescape.wiki/w/Earth_tiara","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":9},"5537":{"id":5537,"name":"Fire tiara","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":40,"wiki_name":"Fire tiara","wiki_url":"https://oldschool.runescape.wiki/w/Fire_tiara","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":67},"5539":{"id":5539,"name":"Cosmic tiara","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":40,"wiki_name":"Cosmic tiara","wiki_url":"https://oldschool.runescape.wiki/w/Cosmic_tiara","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":101},"5541":{"id":5541,"name":"Nature tiara","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":40,"wiki_name":"Nature tiara","wiki_url":"https://oldschool.runescape.wiki/w/Nature_tiara","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":185},"5543":{"id":5543,"name":"Chaos tiara","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":40,"wiki_name":"Chaos tiara","wiki_url":"https://oldschool.runescape.wiki/w/Chaos_tiara","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":4},"5545":{"id":5545,"name":"Law tiara","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Law tiara","wiki_url":"https://oldschool.runescape.wiki/w/Law_tiara","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"5547":{"id":5547,"name":"Death tiara","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":40,"wiki_name":"Death tiara","wiki_url":"https://oldschool.runescape.wiki/w/Death_tiara","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":1078},"5549":{"id":5549,"name":"Blood tiara","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"wiki_name":"Blood tiara","wiki_url":"https://oldschool.runescape.wiki/w/Blood_tiara","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":94398},"5553":{"id":5553,"name":"Rogue top","members":true,"equipable":true,"equipable_by_player":true,"cost":625,"lowalch":250,"highalch":375,"wiki_name":"Rogue top","wiki_url":"https://oldschool.runescape.wiki/w/Rogue_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":10,"defence_slash":10,"defence_crush":10,"defence_magic":10,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"thieving":50,"agility":50}},"price":0},"5554":{"id":5554,"name":"Rogue mask","members":true,"equipable":true,"equipable_by_player":true,"cost":375,"lowalch":150,"highalch":225,"wiki_name":"Rogue mask","wiki_url":"https://oldschool.runescape.wiki/w/Rogue_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":5,"defence_slash":5,"defence_crush":5,"defence_magic":5,"defence_ranged":5,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"thieving":50,"agility":50}},"price":0},"5555":{"id":5555,"name":"Rogue trousers","members":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"wiki_name":"Rogue trousers","wiki_url":"https://oldschool.runescape.wiki/w/Rogue_trousers","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":7,"defence_slash":7,"defence_crush":7,"defence_magic":7,"defence_ranged":7,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"thieving":50,"agility":50}},"price":0},"5556":{"id":5556,"name":"Rogue gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Rogue gloves","wiki_url":"https://oldschool.runescape.wiki/w/Rogue_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":2,"defence_slash":2,"defence_crush":2,"defence_magic":2,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"thieving":50,"agility":50}},"price":0},"5557":{"id":5557,"name":"Rogue boots","members":true,"equipable":true,"equipable_by_player":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Rogue boots","wiki_url":"https://oldschool.runescape.wiki/w/Rogue_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":2,"defence_slash":2,"defence_crush":2,"defence_magic":2,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"thieving":50,"agility":50}},"price":0},"5558":{"id":5558,"name":"Rogue kit","members":true,"stackable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Rogue kit","wiki_url":"https://oldschool.runescape.wiki/w/Rogue_kit","price":0},"5559":{"id":5559,"name":"Flash powder","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Flash powder","wiki_url":"https://oldschool.runescape.wiki/w/Flash_powder","price":0},"5560":{"id":5560,"name":"Stethoscope","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Stethoscope","wiki_url":"https://oldschool.runescape.wiki/w/Stethoscope","price":0},"5561":{"id":5561,"name":"Mystic jewel","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mystic jewel","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_jewel","price":0},"5562":{"id":5562,"name":"Gear","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gear (unobtainable item) (1)","wiki_url":"https://oldschool.runescape.wiki/w/Gear_(unobtainable_item)#1","price":0},"5563":{"id":5563,"name":"Gear","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gear (unobtainable item) (2)","wiki_url":"https://oldschool.runescape.wiki/w/Gear_(unobtainable_item)#2","price":0},"5564":{"id":5564,"name":"Gear","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gear (unobtainable item) (3)","wiki_url":"https://oldschool.runescape.wiki/w/Gear_(unobtainable_item)#3","price":0},"5565":{"id":5565,"name":"Gear","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gear (unobtainable item) (4)","wiki_url":"https://oldschool.runescape.wiki/w/Gear_(unobtainable_item)#4","price":0},"5566":{"id":5566,"name":"Gear","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gear (unobtainable item) (5)","wiki_url":"https://oldschool.runescape.wiki/w/Gear_(unobtainable_item)#5","price":0},"5567":{"id":5567,"name":"Gear","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gear (unobtainable item) (6)","wiki_url":"https://oldschool.runescape.wiki/w/Gear_(unobtainable_item)#6","price":0},"5568":{"id":5568,"name":"Tile","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tiles (Rogues' Den) (Correct)","wiki_url":"https://oldschool.runescape.wiki/w/Tiles_(Rogues'_Den)#Correct","price":0},"5569":{"id":5569,"name":"Tiles","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tiles (Rogues' Den) (Flipped vertically)","wiki_url":"https://oldschool.runescape.wiki/w/Tiles_(Rogues'_Den)#Flipped_vertically","price":0},"5570":{"id":5570,"name":"Tiles","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tiles (Rogues' Den) (Rotated)","wiki_url":"https://oldschool.runescape.wiki/w/Tiles_(Rogues'_Den)#Rotated","price":0},"5571":{"id":5571,"name":"Tiles","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tiles (Rogues' Den) (Flipped Horizontally)","wiki_url":"https://oldschool.runescape.wiki/w/Tiles_(Rogues'_Den)#Flipped_Horizontally","price":0},"5573":{"id":5573,"name":"Desert amulet","incomplete":true,"cost":0,"lowalch":0,"highalch":0,"price":0},"5574":{"id":5574,"name":"Initiate sallet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":6000,"lowalch":2400,"highalch":3600,"buy_limit":125,"wiki_name":"Initiate sallet","wiki_url":"https://oldschool.runescape.wiki/w/Initiate_sallet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":13,"defence_slash":14,"defence_crush":11,"defence_magic":-1,"defence_ranged":13,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"head","requirements":{"defence":20,"prayer":10}},"price":5660},"5575":{"id":5575,"name":"Initiate hauberk","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":125,"wiki_name":"Initiate hauberk","wiki_url":"https://oldschool.runescape.wiki/w/Initiate_hauberk","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":46,"defence_slash":44,"defence_crush":38,"defence_magic":-6,"defence_ranged":44,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"body","requirements":{"defence":20,"prayer":10}},"price":5053},"5576":{"id":5576,"name":"Initiate cuisse","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":8000,"lowalch":3200,"highalch":4800,"buy_limit":125,"wiki_name":"Initiate cuisse","wiki_url":"https://oldschool.runescape.wiki/w/Initiate_cuisse","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":24,"defence_slash":22,"defence_crush":20,"defence_magic":-4,"defence_ranged":22,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"legs","requirements":{"defence":10}},"price":3911},"5577":{"id":5577,"name":"Cupric sulfate","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cupric sulfate","wiki_url":"https://oldschool.runescape.wiki/w/Cupric_sulfate","price":0},"5578":{"id":5578,"name":"Acetic acid","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Acetic acid","wiki_url":"https://oldschool.runescape.wiki/w/Acetic_acid","price":0},"5579":{"id":5579,"name":"Gypsum","members":true,"cost":1,"wiki_name":"Gypsum","wiki_url":"https://oldschool.runescape.wiki/w/Gypsum","price":0},"5580":{"id":5580,"name":"Sodium chloride","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sodium chloride","wiki_url":"https://oldschool.runescape.wiki/w/Sodium_chloride","price":0},"5581":{"id":5581,"name":"Nitrous oxide","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Nitrous oxide","wiki_url":"https://oldschool.runescape.wiki/w/Nitrous_oxide","price":0},"5582":{"id":5582,"name":"Vial of liquid","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Vial of liquid","wiki_url":"https://oldschool.runescape.wiki/w/Vial_of_liquid","price":0},"5583":{"id":5583,"name":"Tin ore powder","members":true,"cost":1,"wiki_name":"Tin ore powder","wiki_url":"https://oldschool.runescape.wiki/w/Tin_ore_powder","price":0},"5584":{"id":5584,"name":"Cupric ore powder","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cupric ore powder","wiki_url":"https://oldschool.runescape.wiki/w/Cupric_ore_powder","price":0},"5585":{"id":5585,"name":"Bronze key","members":true,"cost":1,"wiki_name":"Bronze key (Recruitment Drive)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_key_(Recruitment_Drive)","price":0},"5586":{"id":5586,"name":"Metal spade","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Metal spade (Spade)","wiki_url":"https://oldschool.runescape.wiki/w/Metal_spade#Spade","price":0},"5587":{"id":5587,"name":"Metal spade","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Metal spade (Head)","wiki_url":"https://oldschool.runescape.wiki/w/Metal_spade#Head","price":0},"5588":{"id":5588,"name":"Alchemical notes","members":true,"cost":1,"wiki_name":"Alchemical notes","wiki_url":"https://oldschool.runescape.wiki/w/Alchemical_notes","price":0},"5589":{"id":5589,"name":"??? mixture","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"??? mixture (Hot)","wiki_url":"https://oldschool.runescape.wiki/w/???_mixture#Hot","price":0},"5590":{"id":5590,"name":"??? mixture","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"??? mixture (Warm)","wiki_url":"https://oldschool.runescape.wiki/w/???_mixture#Warm","price":0},"5591":{"id":5591,"name":"??? mixture","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"??? mixture (Horrible)","wiki_url":"https://oldschool.runescape.wiki/w/???_mixture#Horrible","price":0},"5592":{"id":5592,"name":"Tin","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Tin (Recruitment Drive) (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Tin_(Recruitment_Drive)#Empty","price":0},"5593":{"id":5593,"name":"Tin","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Tin (Recruitment Drive) (Hardening)","wiki_url":"https://oldschool.runescape.wiki/w/Tin_(Recruitment_Drive)#Hardening","price":0},"5594":{"id":5594,"name":"Tin","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Tin (Recruitment Drive) (Impression)","wiki_url":"https://oldschool.runescape.wiki/w/Tin_(Recruitment_Drive)#Impression","price":0},"5595":{"id":5595,"name":"Tin","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Tin (Recruitment Drive) (Tin)","wiki_url":"https://oldschool.runescape.wiki/w/Tin_(Recruitment_Drive)#Tin","price":0},"5596":{"id":5596,"name":"Tin","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Tin (Recruitment Drive) (Copper)","wiki_url":"https://oldschool.runescape.wiki/w/Tin_(Recruitment_Drive)#Copper","price":0},"5597":{"id":5597,"name":"Tin","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Tin (Recruitment Drive) (Tin and copper)","wiki_url":"https://oldschool.runescape.wiki/w/Tin_(Recruitment_Drive)#Tin_and_copper","price":0},"5598":{"id":5598,"name":"Tin","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Tin (Recruitment Drive) (Key)","wiki_url":"https://oldschool.runescape.wiki/w/Tin_(Recruitment_Drive)#Key","price":0},"5599":{"id":5599,"name":"Tin","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Tin (Recruitment Drive) (Strange)","wiki_url":"https://oldschool.runescape.wiki/w/Tin_(Recruitment_Drive)#Strange","price":0},"5600":{"id":5600,"name":"Tin","members":true,"cost":20,"wiki_name":"Tin (Recruitment Drive) (Gypsum)","wiki_url":"https://oldschool.runescape.wiki/w/Tin_(Recruitment_Drive)#Gypsum","price":0},"5601":{"id":5601,"name":"Chisel","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chisel (Recruitment Drive)","wiki_url":"https://oldschool.runescape.wiki/w/Chisel_(Recruitment_Drive)","price":0},"5602":{"id":5602,"name":"Bronze wire","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Bronze wire (Recruitment Drive)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_wire_(Recruitment_Drive)","price":0},"5603":{"id":5603,"name":"Shears","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shears (Recruitment Drive)","wiki_url":"https://oldschool.runescape.wiki/w/Shears_(Recruitment_Drive)","price":0},"5604":{"id":5604,"name":"Magnet","members":true,"cost":3,"wiki_name":"Magnet (Recruitment Drive)","wiki_url":"https://oldschool.runescape.wiki/w/Magnet_(Recruitment_Drive)","price":0},"5605":{"id":5605,"name":"Knife","members":true,"cost":6,"lowalch":2,"highalch":3,"wiki_name":"Knife (Recruitment Drive)","wiki_url":"https://oldschool.runescape.wiki/w/Knife_(Recruitment_Drive)","price":0},"5607":{"id":5607,"name":"Grain","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Grain (Recruitment Drive)","wiki_url":"https://oldschool.runescape.wiki/w/Grain_(Recruitment_Drive)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"5608":{"id":5608,"name":"Fox","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Fox (Recruitment Drive)","wiki_url":"https://oldschool.runescape.wiki/w/Fox_(Recruitment_Drive)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"unarmed","stances":[{"combat_style":"punch","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"kick","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"5609":{"id":5609,"name":"Chicken","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Chicken (Recruitment Drive)","wiki_url":"https://oldschool.runescape.wiki/w/Chicken_(Recruitment_Drive)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"5610":{"id":5610,"name":"Hourglass","members":true,"cost":1,"wiki_name":"Hourglass (Recruitment Drive)","wiki_url":"https://oldschool.runescape.wiki/w/Hourglass_(Recruitment_Drive)","price":0},"5614":{"id":5614,"name":"Magic carpet","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Magic carpet (animation item)","wiki_url":"https://oldschool.runescape.wiki/w/Magic_carpet_(animation_item)","price":0},"5615":{"id":5615,"name":"Shaikahan bonemeal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shaikahan bonemeal","wiki_url":"https://oldschool.runescape.wiki/w/Shaikahan_bonemeal","price":0},"5616":{"id":5616,"name":"Bronze arrow(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":7000,"wiki_name":"Bronze arrow (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_arrow#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":7,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":18},"5617":{"id":5617,"name":"Iron arrow(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":7000,"wiki_name":"Iron arrow (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_arrow#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":10,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":34},"5618":{"id":5618,"name":"Steel arrow(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":12,"lowalch":4,"highalch":7,"buy_limit":7000,"wiki_name":"Steel arrow (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_arrow#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":16,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":5}},"price":9000},"5619":{"id":5619,"name":"Mithril arrow(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":32,"lowalch":12,"highalch":19,"buy_limit":7000,"wiki_name":"Mithril arrow (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_arrow#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":22,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":20}},"price":278},"5620":{"id":5620,"name":"Adamant arrow(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":11000,"wiki_name":"Adamant arrow (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_arrow#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":31,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":30}},"price":216},"5621":{"id":5621,"name":"Rune arrow(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":11000,"wiki_name":"Rune arrow (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_arrow#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":49,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":40}},"price":388},"5622":{"id":5622,"name":"Bronze arrow(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":7000,"wiki_name":"Bronze arrow (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_arrow#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":7,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":37},"5623":{"id":5623,"name":"Iron arrow(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":7000,"wiki_name":"Iron arrow (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_arrow#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":10,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":1250},"5624":{"id":5624,"name":"Steel arrow(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":12,"lowalch":4,"highalch":7,"buy_limit":7000,"wiki_name":"Steel arrow (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_arrow#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":16,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":5}},"price":0},"5625":{"id":5625,"name":"Mithril arrow(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":32,"lowalch":12,"highalch":19,"buy_limit":7000,"wiki_name":"Mithril arrow (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_arrow#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":22,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":30}},"price":489},"5626":{"id":5626,"name":"Adamant arrow(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":11000,"wiki_name":"Adamant arrow (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_arrow#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":31,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":30}},"price":28},"5627":{"id":5627,"name":"Rune arrow(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":11000,"wiki_name":"Rune arrow (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_arrow#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":49,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":40}},"price":1041},"5628":{"id":5628,"name":"Bronze dart(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":7000,"wiki_name":"Bronze dart (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_dart#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":1,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":1}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":100},"5629":{"id":5629,"name":"Iron dart(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":7000,"wiki_name":"Iron dart (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_dart#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":2,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":1}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":35024},"5630":{"id":5630,"name":"Steel dart(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":7000,"wiki_name":"Steel dart (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_dart#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":3,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":5}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":73},"5631":{"id":5631,"name":"Black dart(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":18,"lowalch":7,"highalch":10,"buy_limit":7000,"wiki_name":"Black dart (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Black_dart#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":6,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":10}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":45},"5632":{"id":5632,"name":"Mithril dart(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":25,"lowalch":10,"highalch":15,"buy_limit":7000,"wiki_name":"Mithril dart (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_dart#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":9,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":20}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":2366},"5633":{"id":5633,"name":"Adamant dart(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":65,"lowalch":26,"highalch":39,"buy_limit":11000,"wiki_name":"Adamant dart (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_dart#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":17,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":30}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":125},"5634":{"id":5634,"name":"Rune dart(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":350,"lowalch":140,"highalch":210,"buy_limit":11000,"wiki_name":"Rune dart (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_dart#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":26,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":40}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":697},"5635":{"id":5635,"name":"Bronze dart(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":7000,"wiki_name":"Bronze dart (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_dart#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":1,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":1}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":1019},"5636":{"id":5636,"name":"Iron dart(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":7000,"wiki_name":"Iron dart (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_dart#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":2,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":1}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":67},"5637":{"id":5637,"name":"Steel dart(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":7000,"wiki_name":"Steel dart (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_dart#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":3,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":5}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":81},"5638":{"id":5638,"name":"Black dart(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":18,"lowalch":7,"highalch":10,"buy_limit":7000,"wiki_name":"Black dart (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Black_dart#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":6,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":10}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":25049},"5639":{"id":5639,"name":"Mithril dart(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":25,"lowalch":10,"highalch":15,"buy_limit":7000,"wiki_name":"Mithril dart (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_dart#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":9,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":20}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":873},"5640":{"id":5640,"name":"Adamant dart(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":65,"lowalch":26,"highalch":39,"buy_limit":11000,"wiki_name":"Adamant dart (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_dart#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":17,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":30}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":600},"5641":{"id":5641,"name":"Rune dart(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":350,"lowalch":140,"highalch":210,"buy_limit":11000,"wiki_name":"Rune dart (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_dart#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":26,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":40}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":1319},"5642":{"id":5642,"name":"Bronze javelin(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":7000,"wiki_name":"Bronze javelin (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_javelin#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":25,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":3700},"5643":{"id":5643,"name":"Iron javelin(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":6,"lowalch":2,"highalch":3,"buy_limit":7000,"wiki_name":"Iron javelin (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_javelin#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":42,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":2250},"5644":{"id":5644,"name":"Steel javelin(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":24,"lowalch":9,"highalch":14,"buy_limit":7000,"wiki_name":"Steel javelin (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_javelin#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":64,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":5}},"price":11},"5645":{"id":5645,"name":"Mithril javelin(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":64,"lowalch":25,"highalch":38,"buy_limit":7000,"wiki_name":"Mithril javelin (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_javelin#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":85,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":20}},"price":19},"5646":{"id":5646,"name":"Adamant javelin(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":11000,"wiki_name":"Adamant javelin (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_javelin#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":107,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":30}},"price":257},"5647":{"id":5647,"name":"Rune javelin(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":11000,"wiki_name":"Rune javelin (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_javelin#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":124,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":40}},"price":255},"5648":{"id":5648,"name":"Bronze javelin(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":7000,"wiki_name":"Bronze javelin (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_javelin#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":25,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":11},"5649":{"id":5649,"name":"Iron javelin(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":6,"lowalch":2,"highalch":3,"buy_limit":7000,"wiki_name":"Iron javelin (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_javelin#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":42,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":0},"5650":{"id":5650,"name":"Steel javelin(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":24,"lowalch":9,"highalch":14,"buy_limit":7000,"wiki_name":"Steel javelin (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_javelin#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":64,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":5}},"price":30},"5651":{"id":5651,"name":"Mithril javelin(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":64,"lowalch":25,"highalch":38,"buy_limit":7000,"wiki_name":"Mithril javelin (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_javelin#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":85,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":20}},"price":39},"5652":{"id":5652,"name":"Adamant javelin(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":11000,"wiki_name":"Adamant javelin (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_javelin#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":107,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":30}},"price":183},"5653":{"id":5653,"name":"Rune javelin(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":11000,"wiki_name":"Rune javelin (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_javelin#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":124,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":40}},"price":1163},"5654":{"id":5654,"name":"Bronze knife(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":7000,"wiki_name":"Bronze knife (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_knife#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":4,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":3,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":1}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":7499},"5655":{"id":5655,"name":"Iron knife(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":7000,"wiki_name":"Iron knife (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_knife#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":5,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":4,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":1}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":394},"5656":{"id":5656,"name":"Steel knife(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":7000,"wiki_name":"Steel knife (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_knife#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":8,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":7,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":5}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"5657":{"id":5657,"name":"Mithril knife(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":27,"lowalch":10,"highalch":16,"buy_limit":7000,"wiki_name":"Mithril knife (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_knife#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":11,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":10,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":20}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":468},"5658":{"id":5658,"name":"Black knife(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":18,"lowalch":7,"highalch":10,"buy_limit":7000,"wiki_name":"Black knife (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Black_knife#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":10,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":8,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":10}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":111},"5659":{"id":5659,"name":"Adamant knife(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":66,"lowalch":26,"highalch":39,"buy_limit":7000,"wiki_name":"Adamant knife (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_knife#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":15,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":14,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":30}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":639},"5660":{"id":5660,"name":"Rune knife(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":166,"lowalch":66,"highalch":99,"buy_limit":7000,"wiki_name":"Rune knife (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_knife#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":25,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":24,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":40}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":279},"5661":{"id":5661,"name":"Bronze knife(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":7000,"wiki_name":"Bronze knife (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_knife#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":4,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":3,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":1}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":180},"5662":{"id":5662,"name":"Iron knife(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":7000,"wiki_name":"Iron knife (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_knife#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":5,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":4,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":1}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":358},"5663":{"id":5663,"name":"Steel knife(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":7000,"wiki_name":"Steel knife (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_knife#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":8,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":7,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":5}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":80},"5664":{"id":5664,"name":"Mithril knife(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":27,"lowalch":10,"highalch":16,"buy_limit":7000,"wiki_name":"Mithril knife (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_knife#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":11,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":10,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":20}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":1398},"5665":{"id":5665,"name":"Black knife(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":18,"lowalch":7,"highalch":10,"buy_limit":7000,"wiki_name":"Black knife (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Black_knife#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":10,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":8,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":10}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":1},"5666":{"id":5666,"name":"Adamant knife(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":66,"lowalch":26,"highalch":39,"buy_limit":7000,"wiki_name":"Adamant knife (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_knife#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":15,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":14,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":30}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":272},"5667":{"id":5667,"name":"Rune knife(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":166,"lowalch":66,"highalch":99,"buy_limit":7000,"wiki_name":"Rune knife (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_knife#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":25,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":24,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":40}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":250},"5668":{"id":5668,"name":"Iron dagger(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":35,"lowalch":14,"highalch":21,"buy_limit":125,"wiki_name":"Iron dagger (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_dagger#Poison+","equipment":{"attack_stab":5,"attack_slash":3,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1},"5670":{"id":5670,"name":"Bronze dagger(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":125,"wiki_name":"Bronze dagger (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_dagger#Poison+","equipment":{"attack_stab":4,"attack_slash":2,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":4},"5672":{"id":5672,"name":"Steel dagger(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":125,"lowalch":50,"highalch":75,"buy_limit":125,"wiki_name":"Steel dagger (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_dagger#Poison+","equipment":{"attack_stab":8,"attack_slash":4,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":7,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":5}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":26},"5674":{"id":5674,"name":"Mithril dagger(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":325,"lowalch":130,"highalch":195,"buy_limit":125,"wiki_name":"Mithril dagger (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_dagger#Poison+","equipment":{"attack_stab":11,"attack_slash":5,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":20}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":950},"5676":{"id":5676,"name":"Adamant dagger(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":800,"lowalch":320,"highalch":480,"buy_limit":125,"wiki_name":"Adamant dagger (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_dagger#Poison+","equipment":{"attack_stab":15,"attack_slash":8,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":14,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":30}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1870},"5678":{"id":5678,"name":"Rune dagger(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":8000,"lowalch":3200,"highalch":4800,"buy_limit":70,"wiki_name":"Rune dagger (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_dagger#Poison+","equipment":{"attack_stab":25,"attack_slash":12,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":24,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":40}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":4032},"5680":{"id":5680,"name":"Dragon dagger(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":24000,"lowalch":9600,"highalch":14400,"buy_limit":70,"wiki_name":"Dragon dagger (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_dagger#Poison+","equipment":{"attack_stab":40,"attack_slash":25,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":40,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":60}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":16504},"5682":{"id":5682,"name":"Black dagger(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":240,"lowalch":96,"highalch":144,"buy_limit":125,"wiki_name":"Black dagger (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Black_dagger#Poison+","equipment":{"attack_stab":10,"attack_slash":5,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":7,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":10}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":25},"5684":{"id":5684,"name":"Poison dagger(p+)","members":true,"noteable":true,"cost":565,"lowalch":226,"highalch":339,"wiki_name":"Poisoned dagger (unobtainable item) (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Poisoned_dagger_(unobtainable_item)#Poison+","price":0},"5686":{"id":5686,"name":"Iron dagger(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":35,"lowalch":14,"highalch":21,"buy_limit":125,"wiki_name":"Iron dagger (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_dagger#Poison++","equipment":{"attack_stab":5,"attack_slash":3,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":3685},"5688":{"id":5688,"name":"Bronze dagger(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":125,"wiki_name":"Bronze dagger (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_dagger#Poison++","equipment":{"attack_stab":4,"attack_slash":2,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":2071},"5690":{"id":5690,"name":"Steel dagger(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":125,"lowalch":50,"highalch":75,"buy_limit":125,"wiki_name":"Steel dagger (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_dagger#Poison++","equipment":{"attack_stab":8,"attack_slash":4,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":7,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":5}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":2044},"5692":{"id":5692,"name":"Mithril dagger(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":325,"lowalch":130,"highalch":195,"buy_limit":125,"wiki_name":"Mithril dagger (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_dagger#Poison++","equipment":{"attack_stab":11,"attack_slash":5,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":20}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"5694":{"id":5694,"name":"Adamant dagger(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":800,"lowalch":320,"highalch":480,"buy_limit":125,"wiki_name":"Adamant dagger (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_dagger#Poison++","equipment":{"attack_stab":15,"attack_slash":8,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":14,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":30}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":9347},"5696":{"id":5696,"name":"Rune dagger(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":8000,"lowalch":3200,"highalch":4800,"buy_limit":70,"wiki_name":"Rune dagger (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_dagger#Poison++","equipment":{"attack_stab":25,"attack_slash":12,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":24,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":40}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":5648},"5698":{"id":5698,"name":"Dragon dagger(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":24000,"lowalch":9600,"highalch":14400,"buy_limit":70,"wiki_name":"Dragon dagger (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_dagger#Poison++","equipment":{"attack_stab":40,"attack_slash":25,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":40,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":60}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":21257},"5700":{"id":5700,"name":"Black dagger(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":240,"lowalch":96,"highalch":144,"buy_limit":125,"wiki_name":"Black dagger (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Black_dagger#Poison++","equipment":{"attack_stab":10,"attack_slash":5,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":7,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":10}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":14251},"5702":{"id":5702,"name":"Poison dagger(p++)","members":true,"noteable":true,"cost":565,"lowalch":226,"highalch":339,"wiki_name":"Poisoned dagger (unobtainable item) (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Poisoned_dagger_(unobtainable_item)#Poison++","price":0},"5704":{"id":5704,"name":"Bronze spear(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":26,"lowalch":10,"highalch":15,"buy_limit":125,"wiki_name":"Bronze spear (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_spear#Poison+","equipment":{"attack_stab":5,"attack_slash":5,"attack_crush":5,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":770},"5706":{"id":5706,"name":"Iron spear(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":91,"lowalch":36,"highalch":54,"buy_limit":125,"wiki_name":"Iron spear (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_spear#Poison+","equipment":{"attack_stab":8,"attack_slash":8,"attack_crush":8,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"5708":{"id":5708,"name":"Steel spear(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":325,"lowalch":130,"highalch":195,"buy_limit":125,"wiki_name":"Steel spear (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_spear#Poison+","equipment":{"attack_stab":12,"attack_slash":12,"attack_crush":12,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":5}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":217},"5710":{"id":5710,"name":"Mithril spear(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":845,"lowalch":338,"highalch":507,"buy_limit":125,"wiki_name":"Mithril spear (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_spear#Poison+","equipment":{"attack_stab":17,"attack_slash":17,"attack_crush":17,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":18,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":20}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":2966},"5712":{"id":5712,"name":"Adamant spear(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":2080,"lowalch":832,"highalch":1248,"buy_limit":125,"wiki_name":"Adamant spear (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_spear#Poison+","equipment":{"attack_stab":24,"attack_slash":24,"attack_crush":24,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":28,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":30}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":2490},"5714":{"id":5714,"name":"Rune spear(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":20800,"lowalch":8320,"highalch":12480,"buy_limit":70,"wiki_name":"Rune spear (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_spear#Poison+","equipment":{"attack_stab":36,"attack_slash":36,"attack_crush":36,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":40}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":74497},"5716":{"id":5716,"name":"Dragon spear(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":62400,"lowalch":24960,"highalch":37440,"buy_limit":70,"wiki_name":"Dragon spear (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_spear#Poison+","equipment":{"attack_stab":55,"attack_slash":55,"attack_crush":55,"attack_magic":0,"attack_ranged":0,"defence_stab":5,"defence_slash":5,"defence_crush":5,"defence_magic":5,"defence_ranged":5,"melee_strength":60,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":60}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":49220},"5718":{"id":5718,"name":"Bronze spear(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":26,"lowalch":10,"highalch":15,"buy_limit":125,"wiki_name":"Bronze spear (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_spear#Poison++","equipment":{"attack_stab":5,"attack_slash":5,"attack_crush":5,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":28},"5720":{"id":5720,"name":"Iron spear(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":91,"lowalch":36,"highalch":54,"buy_limit":125,"wiki_name":"Iron spear (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_spear#Poison++","equipment":{"attack_stab":8,"attack_slash":8,"attack_crush":8,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":12061},"5722":{"id":5722,"name":"Steel spear(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":325,"lowalch":130,"highalch":195,"buy_limit":125,"wiki_name":"Steel spear (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_spear#Poison++","equipment":{"attack_stab":12,"attack_slash":12,"attack_crush":12,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":5}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":476},"5724":{"id":5724,"name":"Mithril spear(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":845,"lowalch":338,"highalch":507,"buy_limit":125,"wiki_name":"Mithril spear (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_spear#Poison++","equipment":{"attack_stab":17,"attack_slash":17,"attack_crush":17,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":18,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":20}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":2229},"5726":{"id":5726,"name":"Adamant spear(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":2080,"lowalch":832,"highalch":1248,"buy_limit":125,"wiki_name":"Adamant spear (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_spear#Poison++","equipment":{"attack_stab":24,"attack_slash":24,"attack_crush":24,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":28,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":30}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":810},"5728":{"id":5728,"name":"Rune spear(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":20800,"lowalch":8320,"highalch":12480,"buy_limit":70,"wiki_name":"Rune spear (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_spear#Poison++","equipment":{"attack_stab":36,"attack_slash":36,"attack_crush":36,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":40}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":11142},"5730":{"id":5730,"name":"Dragon spear(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":62400,"lowalch":24960,"highalch":37440,"buy_limit":70,"wiki_name":"Dragon spear (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_spear#Poison++","equipment":{"attack_stab":55,"attack_slash":55,"attack_crush":55,"attack_magic":0,"attack_ranged":0,"defence_stab":5,"defence_slash":5,"defence_crush":5,"defence_magic":5,"defence_ranged":5,"melee_strength":60,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":60}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":44522},"5732":{"id":5732,"name":"Stool","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Stool","wiki_url":"https://oldschool.runescape.wiki/w/Stool","price":0},"5733":{"id":5733,"name":"Rotten potato","cost":1,"wiki_name":"Rotten potato","wiki_url":"https://oldschool.runescape.wiki/w/Rotten_potato","price":0},"5734":{"id":5734,"name":"Black spear(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":750,"lowalch":300,"highalch":450,"buy_limit":8,"wiki_name":"Black spear (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Black_spear#Poison+","equipment":{"attack_stab":15,"attack_slash":15,"attack_crush":15,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":16,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":10}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":5106},"5736":{"id":5736,"name":"Black spear(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":750,"lowalch":300,"highalch":450,"buy_limit":8,"wiki_name":"Black spear (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Black_spear#Poison++","equipment":{"attack_stab":15,"attack_slash":15,"attack_crush":15,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":16,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":10}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":7989},"5739":{"id":5739,"name":"Asgarnian ale(m)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":2000,"wiki_name":"Asgarnian ale(m)","wiki_url":"https://oldschool.runescape.wiki/w/Asgarnian_ale(m)","price":40000},"5741":{"id":5741,"name":"Mature wmb","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":2000,"wiki_name":"Mature wmb","wiki_url":"https://oldschool.runescape.wiki/w/Mature_wmb","price":22090},"5743":{"id":5743,"name":"Greenman's ale(m)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":2000,"wiki_name":"Greenman's ale(m)","wiki_url":"https://oldschool.runescape.wiki/w/Greenman's_ale(m)","price":93598},"5745":{"id":5745,"name":"Dragon bitter(m)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":2000,"wiki_name":"Dragon bitter(m)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_bitter(m)","price":50192},"5747":{"id":5747,"name":"Dwarven stout(m)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":2000,"wiki_name":"Dwarven stout(m)","wiki_url":"https://oldschool.runescape.wiki/w/Dwarven_stout(m)","price":15815},"5749":{"id":5749,"name":"Moonlight mead(m)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":2000,"wiki_name":"Moonlight mead(m)","wiki_url":"https://oldschool.runescape.wiki/w/Moonlight_mead(m)","price":64444},"5751":{"id":5751,"name":"Axeman's folly","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":2000,"wiki_name":"Axeman's folly","wiki_url":"https://oldschool.runescape.wiki/w/Axeman's_folly","price":1076},"5753":{"id":5753,"name":"Axeman's folly(m)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":2000,"wiki_name":"Axeman's folly(m)","wiki_url":"https://oldschool.runescape.wiki/w/Axeman's_folly(m)","price":73945},"5755":{"id":5755,"name":"Chef's delight","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":2000,"wiki_name":"Chef's delight","wiki_url":"https://oldschool.runescape.wiki/w/Chef's_delight","price":329},"5757":{"id":5757,"name":"Chef's delight(m)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":2000,"wiki_name":"Chef's delight(m)","wiki_url":"https://oldschool.runescape.wiki/w/Chef's_delight(m)","price":67583},"5759":{"id":5759,"name":"Slayer's respite","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":2000,"wiki_name":"Slayer's respite","wiki_url":"https://oldschool.runescape.wiki/w/Slayer's_respite","price":34},"5761":{"id":5761,"name":"Slayer's respite(m)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":2000,"wiki_name":"Slayer's respite(m)","wiki_url":"https://oldschool.runescape.wiki/w/Slayer's_respite(m)","price":77699},"5763":{"id":5763,"name":"Cider","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":2000,"wiki_name":"Cider","wiki_url":"https://oldschool.runescape.wiki/w/Cider","price":232},"5765":{"id":5765,"name":"Mature cider","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":2000,"wiki_name":"Mature cider","wiki_url":"https://oldschool.runescape.wiki/w/Mature_cider","price":151728},"5767":{"id":5767,"name":"Ale yeast","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":11000,"wiki_name":"Ale yeast","wiki_url":"https://oldschool.runescape.wiki/w/Ale_yeast","price":851},"5769":{"id":5769,"name":"Calquat keg","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Calquat keg","wiki_url":"https://oldschool.runescape.wiki/w/Calquat_keg","price":138},"5771":{"id":5771,"name":"Dwarven stout(1)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dwarven stout (keg) (1 pint)","wiki_url":"https://oldschool.runescape.wiki/w/Dwarven_stout_(keg)#1_pint","price":0},"5773":{"id":5773,"name":"Dwarven stout(2)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dwarven stout (keg) (2 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Dwarven_stout_(keg)#2_pints","price":0},"5775":{"id":5775,"name":"Dwarven stout(3)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dwarven stout (keg) (3 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Dwarven_stout_(keg)#3_pints","price":0},"5777":{"id":5777,"name":"Dwarven stout(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":2000,"wiki_name":"Dwarven stout (keg) (4 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Dwarven_stout_(keg)#4_pints","price":10625},"5779":{"id":5779,"name":"Asgarnian ale(1)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Asgarnian ale (keg) (1 pint)","wiki_url":"https://oldschool.runescape.wiki/w/Asgarnian_ale_(keg)#1_pint","price":0},"5781":{"id":5781,"name":"Asgarnian ale(2)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Asgarnian ale (keg) (2 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Asgarnian_ale_(keg)#2_pints","price":0},"5783":{"id":5783,"name":"Asgarnian ale(3)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Asgarnian ale (keg) (3 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Asgarnian_ale_(keg)#3_pints","price":0},"5785":{"id":5785,"name":"Asgarnian ale(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":2000,"wiki_name":"Asgarnian ale (keg) (4 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Asgarnian_ale_(keg)#4_pints","price":60794},"5787":{"id":5787,"name":"Greenmans ale(1)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Greenmans ale (keg) (1 pint)","wiki_url":"https://oldschool.runescape.wiki/w/Greenmans_ale_(keg)#1_pint","price":0},"5789":{"id":5789,"name":"Greenmans ale(2)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Greenmans ale (keg) (2 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Greenmans_ale_(keg)#2_pints","price":0},"5791":{"id":5791,"name":"Greenmans ale(3)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Greenmans ale (keg) (3 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Greenmans_ale_(keg)#3_pints","price":0},"5793":{"id":5793,"name":"Greenmans ale(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":2000,"wiki_name":"Greenmans ale (keg) (4 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Greenmans_ale_(keg)#4_pints","price":27981},"5795":{"id":5795,"name":"Mind bomb(1)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mind bomb (keg) (1 pint)","wiki_url":"https://oldschool.runescape.wiki/w/Mind_bomb_(keg)#1_pint","price":0},"5797":{"id":5797,"name":"Mind bomb(2)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mind bomb (keg) (2 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Mind_bomb_(keg)#2_pints","price":0},"5799":{"id":5799,"name":"Mind bomb(3)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mind bomb (keg) (3 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Mind_bomb_(keg)#3_pints","price":0},"5801":{"id":5801,"name":"Mind bomb(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":2000,"wiki_name":"Mind bomb (keg) (4 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Mind_bomb_(keg)#4_pints","price":63579},"5803":{"id":5803,"name":"Dragon bitter(1)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dragon bitter (keg) (1 pint)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_bitter_(keg)#1_pint","price":0},"5805":{"id":5805,"name":"Dragon bitter(2)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dragon bitter (keg) (2 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_bitter_(keg)#2_pints","price":0},"5807":{"id":5807,"name":"Dragon bitter(3)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dragon bitter (keg) (3 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_bitter_(keg)#3_pints","price":0},"5809":{"id":5809,"name":"Dragon bitter(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":2000,"wiki_name":"Dragon bitter (keg) (4 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_bitter_(keg)#4_pints","price":19955},"5811":{"id":5811,"name":"Moonlight mead(1)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Moonlight mead (keg) (1 pint)","wiki_url":"https://oldschool.runescape.wiki/w/Moonlight_mead_(keg)#1_pint","price":0},"5813":{"id":5813,"name":"Moonlight mead(2)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Moonlight mead (keg) (2 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Moonlight_mead_(keg)#2_pints","price":0},"5815":{"id":5815,"name":"Moonlight mead(3)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Moonlight mead (keg) (3 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Moonlight_mead_(keg)#3_pints","price":0},"5817":{"id":5817,"name":"Moonlight mead(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":2000,"wiki_name":"Moonlight mead (keg) (4 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Moonlight_mead_(keg)#4_pints","price":25001},"5819":{"id":5819,"name":"Axeman's folly(1)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Axeman's folly (keg) (1 pint)","wiki_url":"https://oldschool.runescape.wiki/w/Axeman's_folly_(keg)#1_pint","price":0},"5821":{"id":5821,"name":"Axeman's folly(2)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Axeman's folly (keg) (2 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Axeman's_folly_(keg)#2_pints","price":0},"5823":{"id":5823,"name":"Axeman's folly(3)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Axeman's folly (keg) (3 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Axeman's_folly_(keg)#3_pints","price":0},"5825":{"id":5825,"name":"Axeman's folly(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":2000,"wiki_name":"Axeman's folly (keg) (4 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Axeman's_folly_(keg)#4_pints","price":10848},"5827":{"id":5827,"name":"Chef's delight(1)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chef's delight (keg) (1 pint)","wiki_url":"https://oldschool.runescape.wiki/w/Chef's_delight_(keg)#1_pint","price":0},"5829":{"id":5829,"name":"Chef's delight(2)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chef's delight (keg) (2 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Chef's_delight_(keg)#2_pints","price":0},"5831":{"id":5831,"name":"Chef's delight(3)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chef's delight (keg) (3 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Chef's_delight_(keg)#3_pints","price":0},"5833":{"id":5833,"name":"Chef's delight(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":2000,"wiki_name":"Chef's delight (keg) (4 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Chef's_delight_(keg)#4_pints","price":5173},"5835":{"id":5835,"name":"Slayer's respite(1)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Slayer's respite (keg) (1 pint)","wiki_url":"https://oldschool.runescape.wiki/w/Slayer's_respite_(keg)#1_pint","price":0},"5837":{"id":5837,"name":"Slayer's respite(2)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Slayer's respite (keg) (2 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Slayer's_respite_(keg)#2_pints","price":0},"5839":{"id":5839,"name":"Slayer's respite(3)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Slayer's respite (keg) (3 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Slayer's_respite_(keg)#3_pints","price":0},"5841":{"id":5841,"name":"Slayer's respite(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":2000,"wiki_name":"Slayer's respite (keg) (4 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Slayer's_respite_(keg)#4_pints","price":7256},"5843":{"id":5843,"name":"Cider(1)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cider (keg) (1 pint)","wiki_url":"https://oldschool.runescape.wiki/w/Cider_(keg)#1_pint","price":0},"5845":{"id":5845,"name":"Cider(2)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cider (keg) (2 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Cider_(keg)#2_pints","price":0},"5847":{"id":5847,"name":"Cider(3)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cider (keg) (3 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Cider_(keg)#3_pints","price":0},"5849":{"id":5849,"name":"Cider(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":2000,"wiki_name":"Cider (keg) (4 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Cider_(keg)#4_pints","price":24900},"5851":{"id":5851,"name":"Dwarven stout(m1)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dwarven stout(m) (keg) (1 pint)","wiki_url":"https://oldschool.runescape.wiki/w/Dwarven_stout(m)_(keg)#1_pint","price":0},"5853":{"id":5853,"name":"Dwarven stout(m2)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dwarven stout(m) (keg) (2 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Dwarven_stout(m)_(keg)#2_pints","price":0},"5855":{"id":5855,"name":"Dwarven stout(m3)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dwarven stout(m) (keg) (3 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Dwarven_stout(m)_(keg)#3_pints","price":0},"5857":{"id":5857,"name":"Dwarven stout(m4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":2000,"wiki_name":"Dwarven stout(m) (keg) (4 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Dwarven_stout(m)_(keg)#4_pints","price":273790},"5859":{"id":5859,"name":"Asgarnian ale(m1)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Asgarnian ale(m) (keg) (1 pint)","wiki_url":"https://oldschool.runescape.wiki/w/Asgarnian_ale(m)_(keg)#1_pint","price":0},"5861":{"id":5861,"name":"Asgarnian ale(m2)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Asgarnian ale(m) (keg) (2 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Asgarnian_ale(m)_(keg)#2_pints","price":0},"5863":{"id":5863,"name":"Asgarnian ale(m3)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Asgarnian ale(m) (keg) (3 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Asgarnian_ale(m)_(keg)#3_pints","price":0},"5865":{"id":5865,"name":"Asgarnian ale(m4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":2000,"wiki_name":"Asgarnian ale(m) (keg) (4 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Asgarnian_ale(m)_(keg)#4_pints","price":75250},"5867":{"id":5867,"name":"Greenmans ale(m1)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Greenmans ale(m) (keg) (1 pint)","wiki_url":"https://oldschool.runescape.wiki/w/Greenmans_ale(m)_(keg)#1_pint","price":0},"5869":{"id":5869,"name":"Greenmans ale(m2)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Greenmans ale(m) (keg) (2 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Greenmans_ale(m)_(keg)#2_pints","price":0},"5871":{"id":5871,"name":"Greenmans ale(m3)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Greenmans ale(m) (keg) (3 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Greenmans_ale(m)_(keg)#3_pints","price":0},"5873":{"id":5873,"name":"Greenmans ale(m4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":2000,"wiki_name":"Greenmans ale(m) (keg) (4 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Greenmans_ale(m)_(keg)#4_pints","price":176500},"5875":{"id":5875,"name":"Mind bomb(m1)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mind bomb(m) (keg) (1 pint)","wiki_url":"https://oldschool.runescape.wiki/w/Mind_bomb(m)_(keg)#1_pint","price":0},"5877":{"id":5877,"name":"Mind bomb(m2)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mind bomb(m) (keg) (2 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Mind_bomb(m)_(keg)#2_pints","price":0},"5879":{"id":5879,"name":"Mind bomb(m3)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mind bomb(m) (keg) (3 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Mind_bomb(m)_(keg)#3_pints","price":0},"5881":{"id":5881,"name":"Mind bomb(m4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":2000,"wiki_name":"Mind bomb(m) (keg) (4 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Mind_bomb(m)_(keg)#4_pints","price":46897},"5883":{"id":5883,"name":"Dragon bitter(m1)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dragon bitter(m) (keg) (1 pint)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_bitter(m)_(keg)#1_pint","price":0},"5885":{"id":5885,"name":"Dragon bitter(m2)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dragon bitter(m) (keg) (2 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_bitter(m)_(keg)#2_pints","price":0},"5887":{"id":5887,"name":"Dragon bitter(m3)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dragon bitter(m) (keg) (3 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_bitter(m)_(keg)#3_pints","price":0},"5889":{"id":5889,"name":"Dragon bitter(m4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":2000,"wiki_name":"Dragon bitter(m) (keg) (4 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_bitter(m)_(keg)#4_pints","price":89336},"5891":{"id":5891,"name":"Moonlight mead(m1)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Moonlight mead(m) (keg) (1 pint)","wiki_url":"https://oldschool.runescape.wiki/w/Moonlight_mead(m)_(keg)#1_pint","price":0},"5893":{"id":5893,"name":"Moonlight mead(m2)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Moonlight mead(m) (keg) (2 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Moonlight_mead(m)_(keg)#2_pints","price":0},"5895":{"id":5895,"name":"Moonlight mead(m3)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Moonlight mead(m) (keg) (3 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Moonlight_mead(m)_(keg)#3_pints","price":0},"5897":{"id":5897,"name":"Moonlight mead(m4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":2000,"wiki_name":"Moonlight mead(m) (keg) (4 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Moonlight_mead(m)_(keg)#4_pints","price":120691},"5899":{"id":5899,"name":"Axeman's folly(m1)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Axeman's folly(m) (keg) (1 pint)","wiki_url":"https://oldschool.runescape.wiki/w/Axeman's_folly(m)_(keg)#1_pint","price":0},"5901":{"id":5901,"name":"Axeman's folly(m2)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Axeman's folly(m) (keg) (2 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Axeman's_folly(m)_(keg)#2_pints","price":0},"5903":{"id":5903,"name":"Axeman's folly(m3)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Axeman's folly(m) (keg) (3 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Axeman's_folly(m)_(keg)#3_pints","price":0},"5905":{"id":5905,"name":"Axeman's folly(m4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":2000,"wiki_name":"Axeman's folly(m) (keg) (4 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Axeman's_folly(m)_(keg)#4_pints","price":230494},"5907":{"id":5907,"name":"Chef's delight(m1)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chef's delight(m) (keg) (1 pint)","wiki_url":"https://oldschool.runescape.wiki/w/Chef's_delight(m)_(keg)#1_pint","price":0},"5909":{"id":5909,"name":"Chef's delight(m2)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chef's delight(m) (keg) (2 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Chef's_delight(m)_(keg)#2_pints","price":0},"5911":{"id":5911,"name":"Chef's delight(m3)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chef's delight(m) (keg) (3 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Chef's_delight(m)_(keg)#3_pints","price":0},"5913":{"id":5913,"name":"Chef's delight(m4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":2000,"wiki_name":"Chef's delight(m) (keg) (4 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Chef's_delight(m)_(keg)#4_pints","price":304000},"5915":{"id":5915,"name":"Slayer's respite(m1)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Slayer's respite(m) (keg) (1 pint)","wiki_url":"https://oldschool.runescape.wiki/w/Slayer's_respite(m)_(keg)#1_pint","price":0},"5917":{"id":5917,"name":"Slayer's respite(m2)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Slayer's respite(m) (keg) (2 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Slayer's_respite(m)_(keg)#2_pints","price":0},"5919":{"id":5919,"name":"Slayer's respite(m3)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Slayer's respite(m) (keg) (3 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Slayer's_respite(m)_(keg)#3_pints","price":0},"5921":{"id":5921,"name":"Slayer's respite(m4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":2000,"wiki_name":"Slayer's respite(m) (keg) (4 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Slayer's_respite(m)_(keg)#4_pints","price":112000},"5923":{"id":5923,"name":"Cider(m1)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cider(m) (keg) (1 pint)","wiki_url":"https://oldschool.runescape.wiki/w/Cider(m)_(keg)#1_pint","price":0},"5925":{"id":5925,"name":"Cider(m2)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cider(m) (keg) (2 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Cider(m)_(keg)#2_pints","price":0},"5927":{"id":5927,"name":"Cider(m3)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cider(m) (keg) (3 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Cider(m)_(keg)#3_pints","price":0},"5929":{"id":5929,"name":"Cider(m4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":2000,"wiki_name":"Cider(m) (keg) (4 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Cider(m)_(keg)#4_pints","price":1026050},"5931":{"id":5931,"name":"Jute fibre","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":6,"lowalch":2,"highalch":3,"buy_limit":13000,"wiki_name":"Jute fibre","wiki_url":"https://oldschool.runescape.wiki/w/Jute_fibre","price":1487},"5933":{"id":5933,"name":"Willow branch","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":11000,"wiki_name":"Willow branch","wiki_url":"https://oldschool.runescape.wiki/w/Willow_branch","price":2125},"5935":{"id":5935,"name":"Coconut milk","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":11000,"wiki_name":"Coconut milk","wiki_url":"https://oldschool.runescape.wiki/w/Coconut_milk","price":220},"5936":{"id":5936,"name":"Weapon poison+ (unf)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Weapon poison+ (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Weapon_poison+_(unf)","price":0},"5937":{"id":5937,"name":"Weapon poison(+)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":288,"lowalch":115,"highalch":172,"buy_limit":2000,"wiki_name":"Weapon poison(+)","wiki_url":"https://oldschool.runescape.wiki/w/Weapon_poison(+)","price":657},"5939":{"id":5939,"name":"Weapon poison++ (unf)","members":true,"cost":14,"lowalch":5,"highalch":8,"wiki_name":"Weapon poison++ (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Weapon_poison++_(unf)","price":0},"5940":{"id":5940,"name":"Weapon poison(++)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":432,"lowalch":172,"highalch":259,"buy_limit":2000,"wiki_name":"Weapon poison(++)","wiki_url":"https://oldschool.runescape.wiki/w/Weapon_poison(++)","price":5710},"5942":{"id":5942,"name":"Antidote+ (unf)","members":true,"cost":14,"lowalch":5,"highalch":8,"wiki_name":"Antidote+ (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Antidote+_(unf)","price":0},"5943":{"id":5943,"name":"Antidote+(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":360,"lowalch":144,"highalch":216,"buy_limit":4000,"wiki_name":"Antidote+ (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antidote+#4_dose","price":1976},"5945":{"id":5945,"name":"Antidote+(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":288,"lowalch":115,"highalch":172,"buy_limit":4000,"wiki_name":"Antidote+ (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antidote+#3_dose","price":1362},"5947":{"id":5947,"name":"Antidote+(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":216,"lowalch":86,"highalch":129,"buy_limit":4000,"wiki_name":"Antidote+ (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antidote+#2_dose","price":853},"5949":{"id":5949,"name":"Antidote+(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":144,"lowalch":57,"highalch":86,"buy_limit":4000,"wiki_name":"Antidote+ (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antidote+#1_dose","price":720},"5951":{"id":5951,"name":"Antidote++ (unf)","members":true,"cost":14,"lowalch":5,"highalch":8,"wiki_name":"Antidote++ (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Antidote++_(unf)","price":0},"5952":{"id":5952,"name":"Antidote++(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":360,"lowalch":144,"highalch":216,"buy_limit":4000,"wiki_name":"Antidote++ (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antidote++#4_dose","price":4502},"5954":{"id":5954,"name":"Antidote++(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":288,"lowalch":115,"highalch":172,"buy_limit":4000,"wiki_name":"Antidote++ (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antidote++#3_dose","price":3355},"5956":{"id":5956,"name":"Antidote++(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":216,"lowalch":86,"highalch":129,"buy_limit":4000,"wiki_name":"Antidote++ (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antidote++#2_dose","price":2051},"5958":{"id":5958,"name":"Antidote++(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":144,"lowalch":57,"highalch":86,"buy_limit":4000,"wiki_name":"Antidote++ (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antidote++#1_dose","price":1301},"5960":{"id":5960,"name":"Tomatoes(1)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tomatoes (1)","wiki_url":"https://oldschool.runescape.wiki/w/Tomatoes#(1)","price":0},"5962":{"id":5962,"name":"Tomatoes(2)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tomatoes (2)","wiki_url":"https://oldschool.runescape.wiki/w/Tomatoes#(2)","price":0},"5964":{"id":5964,"name":"Tomatoes(3)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tomatoes (3)","wiki_url":"https://oldschool.runescape.wiki/w/Tomatoes#(3)","price":0},"5966":{"id":5966,"name":"Tomatoes(4)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tomatoes (4)","wiki_url":"https://oldschool.runescape.wiki/w/Tomatoes#(4)","price":0},"5968":{"id":5968,"name":"Tomatoes(5)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":600,"wiki_name":"Tomatoes (5)","wiki_url":"https://oldschool.runescape.wiki/w/Tomatoes#(5)","price":186},"5970":{"id":5970,"name":"Curry leaf","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":19,"lowalch":7,"highalch":11,"buy_limit":11000,"wiki_name":"Curry leaf","wiki_url":"https://oldschool.runescape.wiki/w/Curry_leaf","price":24},"5972":{"id":5972,"name":"Papaya fruit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":64,"lowalch":25,"highalch":38,"buy_limit":11000,"wiki_name":"Papaya fruit","wiki_url":"https://oldschool.runescape.wiki/w/Papaya_fruit","price":1627},"5974":{"id":5974,"name":"Coconut","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":87,"lowalch":34,"highalch":52,"buy_limit":11000,"wiki_name":"Coconut","wiki_url":"https://oldschool.runescape.wiki/w/Coconut","price":2422},"5976":{"id":5976,"name":"Half coconut","members":true,"tradeable":true,"noteable":true,"cost":87,"lowalch":34,"highalch":52,"wiki_name":"Half coconut","wiki_url":"https://oldschool.runescape.wiki/w/Half_coconut","price":0},"5978":{"id":5978,"name":"Coconut shell","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Coconut shell","wiki_url":"https://oldschool.runescape.wiki/w/Coconut_shell","price":0},"5980":{"id":5980,"name":"Calquat fruit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":54,"lowalch":21,"highalch":32,"buy_limit":11000,"wiki_name":"Calquat fruit","wiki_url":"https://oldschool.runescape.wiki/w/Calquat_fruit","price":124},"5982":{"id":5982,"name":"Watermelon","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":48,"lowalch":19,"highalch":28,"buy_limit":11000,"wiki_name":"Watermelon","wiki_url":"https://oldschool.runescape.wiki/w/Watermelon","price":27},"5984":{"id":5984,"name":"Watermelon slice","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":16,"lowalch":6,"highalch":9,"buy_limit":11000,"wiki_name":"Watermelon slice","wiki_url":"https://oldschool.runescape.wiki/w/Watermelon_slice","price":70},"5986":{"id":5986,"name":"Sweetcorn","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":9,"lowalch":3,"highalch":5,"buy_limit":11000,"wiki_name":"Sweetcorn","wiki_url":"https://oldschool.runescape.wiki/w/Sweetcorn","price":52},"5988":{"id":5988,"name":"Cooked sweetcorn","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":9,"lowalch":3,"highalch":5,"buy_limit":11000,"wiki_name":"Cooked sweetcorn","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_sweetcorn","price":349},"5990":{"id":5990,"name":"Burnt sweetcorn","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt sweetcorn","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_sweetcorn","price":0},"5992":{"id":5992,"name":"Apple mush","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":13,"lowalch":5,"highalch":7,"buy_limit":11000,"wiki_name":"Apple mush","wiki_url":"https://oldschool.runescape.wiki/w/Apple_mush","price":6250},"5994":{"id":5994,"name":"Hammerstone hops","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":11000,"wiki_name":"Hammerstone hops","wiki_url":"https://oldschool.runescape.wiki/w/Hammerstone_hops","price":245},"5996":{"id":5996,"name":"Asgarnian hops","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":11000,"wiki_name":"Asgarnian hops","wiki_url":"https://oldschool.runescape.wiki/w/Asgarnian_hops","price":234},"5998":{"id":5998,"name":"Yanillian hops","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":7,"lowalch":2,"highalch":4,"buy_limit":11000,"wiki_name":"Yanillian hops","wiki_url":"https://oldschool.runescape.wiki/w/Yanillian_hops","price":1275},"6000":{"id":6000,"name":"Krandorian hops","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":11000,"wiki_name":"Krandorian hops","wiki_url":"https://oldschool.runescape.wiki/w/Krandorian_hops","price":83},"6002":{"id":6002,"name":"Wildblood hops","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":11000,"wiki_name":"Wildblood hops","wiki_url":"https://oldschool.runescape.wiki/w/Wildblood_hops","price":25},"6004":{"id":6004,"name":"Mushroom","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":38,"lowalch":15,"highalch":22,"buy_limit":11000,"wiki_name":"Mushroom","wiki_url":"https://oldschool.runescape.wiki/w/Mushroom","price":335},"6006":{"id":6006,"name":"Barley","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":11000,"wiki_name":"Barley","wiki_url":"https://oldschool.runescape.wiki/w/Barley","price":800},"6008":{"id":6008,"name":"Barley malt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":11000,"wiki_name":"Barley malt","wiki_url":"https://oldschool.runescape.wiki/w/Barley_malt","price":1472},"6010":{"id":6010,"name":"Marigolds","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":600,"wiki_name":"Marigolds","wiki_url":"https://oldschool.runescape.wiki/w/Marigolds","price":211},"6012":{"id":6012,"name":"Nasturtiums","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":600,"wiki_name":"Nasturtiums","wiki_url":"https://oldschool.runescape.wiki/w/Nasturtiums","price":155},"6014":{"id":6014,"name":"Rosemary","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":600,"wiki_name":"Rosemary","wiki_url":"https://oldschool.runescape.wiki/w/Rosemary","price":146},"6016":{"id":6016,"name":"Cactus spine","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":11000,"wiki_name":"Cactus spine","wiki_url":"https://oldschool.runescape.wiki/w/Cactus_spine","price":2148},"6018":{"id":6018,"name":"Poison ivy berries","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":65,"lowalch":26,"highalch":39,"buy_limit":11000,"wiki_name":"Poison ivy berries","wiki_url":"https://oldschool.runescape.wiki/w/Poison_ivy_berries","price":62},"6020":{"id":6020,"name":"Leaves","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Leaves","wiki_url":"https://oldschool.runescape.wiki/w/Leaves","price":32},"6022":{"id":6022,"name":"Oak leaves","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Leaves (oak)","wiki_url":"https://oldschool.runescape.wiki/w/Leaves_(oak)","price":108},"6024":{"id":6024,"name":"Willow leaves","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Leaves (willow)","wiki_url":"https://oldschool.runescape.wiki/w/Leaves_(willow)","price":142},"6026":{"id":6026,"name":"Yew leaves","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Leaves (yew)","wiki_url":"https://oldschool.runescape.wiki/w/Leaves_(yew)","price":464},"6028":{"id":6028,"name":"Maple leaves","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Leaves (maple)","wiki_url":"https://oldschool.runescape.wiki/w/Leaves_(maple)","price":303},"6030":{"id":6030,"name":"Magic leaves","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Leaves (magic)","wiki_url":"https://oldschool.runescape.wiki/w/Leaves_(magic)","price":697},"6032":{"id":6032,"name":"Compost","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":2000,"wiki_name":"Compost","wiki_url":"https://oldschool.runescape.wiki/w/Compost","price":24},"6034":{"id":6034,"name":"Supercompost","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":85,"lowalch":34,"highalch":51,"buy_limit":2000,"wiki_name":"Supercompost","wiki_url":"https://oldschool.runescape.wiki/w/Supercompost","price":267},"6036":{"id":6036,"name":"Plant cure","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":2000,"wiki_name":"Plant cure","wiki_url":"https://oldschool.runescape.wiki/w/Plant_cure","price":138},"6038":{"id":6038,"name":"Magic string","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":11000,"wiki_name":"Magic string","wiki_url":"https://oldschool.runescape.wiki/w/Magic_string","price":2081},"6040":{"id":6040,"name":"Amulet of nature","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Amulet of nature","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_nature","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"6041":{"id":6041,"name":"Pre-nature amulet","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pre-nature amulet","wiki_url":"https://oldschool.runescape.wiki/w/Pre-nature_amulet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"6043":{"id":6043,"name":"Oak roots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":11000,"wiki_name":"Oak roots","wiki_url":"https://oldschool.runescape.wiki/w/Oak_roots","price":30},"6045":{"id":6045,"name":"Willow roots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":11000,"wiki_name":"Willow roots","wiki_url":"https://oldschool.runescape.wiki/w/Willow_roots","price":60},"6047":{"id":6047,"name":"Maple roots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":11000,"wiki_name":"Maple roots","wiki_url":"https://oldschool.runescape.wiki/w/Maple_roots","price":94},"6049":{"id":6049,"name":"Yew roots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":11000,"wiki_name":"Yew roots","wiki_url":"https://oldschool.runescape.wiki/w/Yew_roots","price":51},"6051":{"id":6051,"name":"Magic roots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":11000,"wiki_name":"Magic roots","wiki_url":"https://oldschool.runescape.wiki/w/Magic_roots","price":5397},"6053":{"id":6053,"name":"Spirit roots","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Spirit roots","wiki_url":"https://oldschool.runescape.wiki/w/Spirit_roots","price":0},"6055":{"id":6055,"name":"Weeds","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":600,"wiki_name":"Weeds","wiki_url":"https://oldschool.runescape.wiki/w/Weeds","price":151},"6057":{"id":6057,"name":"Hay sack","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Hay sack (Regular)","wiki_url":"https://oldschool.runescape.wiki/w/Hay_sack#Regular","price":0},"6058":{"id":6058,"name":"Hay sack","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Hay sack (Spear)","wiki_url":"https://oldschool.runescape.wiki/w/Hay_sack#Spear","price":0},"6059":{"id":6059,"name":"Scarecrow","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Scarecrow","wiki_url":"https://oldschool.runescape.wiki/w/Scarecrow","price":0},"6061":{"id":6061,"name":"Bronze bolts (p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"buy_limit":11000,"wiki_name":"Bronze bolts (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_bolts#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":10,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":143},"6062":{"id":6062,"name":"Bronze bolts (p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"buy_limit":11000,"wiki_name":"Bronze bolts (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_bolts#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":10,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":10364},"6063":{"id":6063,"name":"Spirit tree","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"6064":{"id":6064,"name":"Bloody mourner top","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Bloody mourner top","wiki_url":"https://oldschool.runescape.wiki/w/Bloody_mourner_top","price":0},"6065":{"id":6065,"name":"Mourner top","members":true,"equipable":true,"equipable_by_player":true,"cost":150,"lowalch":60,"highalch":90,"wiki_name":"Mourner top","wiki_url":"https://oldschool.runescape.wiki/w/Mourner_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"6066":{"id":6066,"name":"Ripped mourner trousers","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Ripped mourner trousers","wiki_url":"https://oldschool.runescape.wiki/w/Ripped_mourner_trousers","price":0},"6067":{"id":6067,"name":"Mourner trousers","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Mourner trousers (Repaired)","wiki_url":"https://oldschool.runescape.wiki/w/Mourner_trousers#Repaired","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"6068":{"id":6068,"name":"Mourner gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Mourner gloves","wiki_url":"https://oldschool.runescape.wiki/w/Mourner_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"6069":{"id":6069,"name":"Mourner boots","members":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Mourner boots","wiki_url":"https://oldschool.runescape.wiki/w/Mourner_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"6070":{"id":6070,"name":"Mourner cloak","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Mourner cloak","wiki_url":"https://oldschool.runescape.wiki/w/Mourner_cloak","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"6071":{"id":6071,"name":"Mourner letter","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mourner letter","wiki_url":"https://oldschool.runescape.wiki/w/Mourner_letter","price":0},"6072":{"id":6072,"name":"Tegid's soap","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Tegid's soap","wiki_url":"https://oldschool.runescape.wiki/w/Tegid's_soap","price":0},"6073":{"id":6073,"name":"Prifddinas' history","members":true,"tradeable":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Prifddinas' history","wiki_url":"https://oldschool.runescape.wiki/w/Prifddinas'_history","price":0},"6075":{"id":6075,"name":"Eastern discovery","members":true,"tradeable":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Eastern discovery","wiki_url":"https://oldschool.runescape.wiki/w/Eastern_discovery","price":0},"6077":{"id":6077,"name":"Eastern settlement","members":true,"tradeable":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Eastern settlement","wiki_url":"https://oldschool.runescape.wiki/w/Eastern_settlement","price":0},"6079":{"id":6079,"name":"The great divide","members":true,"tradeable":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"The great divide","wiki_url":"https://oldschool.runescape.wiki/w/The_great_divide","price":0},"6081":{"id":6081,"name":"Broken device","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Broken device","wiki_url":"https://oldschool.runescape.wiki/w/Broken_device","price":0},"6082":{"id":6082,"name":"Fixed device","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":150,"lowalch":60,"highalch":90,"wiki_name":"Fixed device","wiki_url":"https://oldschool.runescape.wiki/w/Fixed_device","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"gun","stances":[{"combat_style":"aim and fire","attack_type":null,"attack_style":null,"experience":null,"boosts":null},{"combat_style":"kick","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null}]},"price":0},"6083":{"id":6083,"name":"Tarnished key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tarnished key","wiki_url":"https://oldschool.runescape.wiki/w/Tarnished_key","price":0},"6084":{"id":6084,"name":"Worn key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Worn key","wiki_url":"https://oldschool.runescape.wiki/w/Worn_key","price":0},"6085":{"id":6085,"name":"Red dye bellows","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Red dye bellows","wiki_url":"https://oldschool.runescape.wiki/w/Red_dye_bellows","price":0},"6086":{"id":6086,"name":"Blue dye bellows","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Blue dye bellows","wiki_url":"https://oldschool.runescape.wiki/w/Blue_dye_bellows","price":0},"6087":{"id":6087,"name":"Yellow dye bellows","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Yellow dye bellows","wiki_url":"https://oldschool.runescape.wiki/w/Yellow_dye_bellows","price":0},"6088":{"id":6088,"name":"Green dye bellows","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Green dye bellows","wiki_url":"https://oldschool.runescape.wiki/w/Green_dye_bellows","price":0},"6089":{"id":6089,"name":"Blue toad","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue toad","wiki_url":"https://oldschool.runescape.wiki/w/Blue_toad","price":0},"6090":{"id":6090,"name":"Red toad","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red toad","wiki_url":"https://oldschool.runescape.wiki/w/Red_toad","price":0},"6091":{"id":6091,"name":"Yellow toad","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Yellow toad","wiki_url":"https://oldschool.runescape.wiki/w/Yellow_toad","price":0},"6092":{"id":6092,"name":"Green toad","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Green toad","wiki_url":"https://oldschool.runescape.wiki/w/Green_toad","price":0},"6093":{"id":6093,"name":"Rotten apples","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rotten apples","wiki_url":"https://oldschool.runescape.wiki/w/Rotten_apples","price":0},"6094":{"id":6094,"name":"Apple barrel","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Apple barrel","wiki_url":"https://oldschool.runescape.wiki/w/Apple_barrel","price":0},"6095":{"id":6095,"name":"Naphtha apple mix","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Naphtha apple mix","wiki_url":"https://oldschool.runescape.wiki/w/Naphtha_apple_mix","price":0},"6096":{"id":6096,"name":"Toxic naphtha","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Toxic naphtha","wiki_url":"https://oldschool.runescape.wiki/w/Toxic_naphtha","price":0},"6097":{"id":6097,"name":"Sieve","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Sieve","wiki_url":"https://oldschool.runescape.wiki/w/Sieve","price":0},"6098":{"id":6098,"name":"Toxic powder","members":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Toxic powder","wiki_url":"https://oldschool.runescape.wiki/w/Toxic_powder","price":0},"6099":{"id":6099,"name":"Teleport crystal (4)","members":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Teleport crystal (4)","wiki_url":"https://oldschool.runescape.wiki/w/Teleport_crystal#(4)","price":0},"6100":{"id":6100,"name":"Teleport crystal (3)","members":true,"cost":45,"lowalch":18,"highalch":27,"wiki_name":"Teleport crystal (3)","wiki_url":"https://oldschool.runescape.wiki/w/Teleport_crystal#(3)","price":0},"6101":{"id":6101,"name":"Teleport crystal (2)","members":true,"cost":35,"lowalch":14,"highalch":21,"wiki_name":"Teleport crystal (2)","wiki_url":"https://oldschool.runescape.wiki/w/Teleport_crystal#(2)","price":0},"6102":{"id":6102,"name":"Teleport crystal (1)","members":true,"cost":15,"lowalch":6,"highalch":9,"wiki_name":"Teleport crystal (1)","wiki_url":"https://oldschool.runescape.wiki/w/Teleport_crystal#(1)","price":0},"6103":{"id":6103,"name":"Crystal teleport seed","members":true,"cost":1,"wiki_name":"Crystal teleport seed","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_teleport_seed","price":0},"6104":{"id":6104,"name":"New key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"New key","wiki_url":"https://oldschool.runescape.wiki/w/New_key","price":0},"6105":{"id":6105,"name":"Elf","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"6106":{"id":6106,"name":"Ghostly boots","members":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Ghostly boots","wiki_url":"https://oldschool.runescape.wiki/w/Ghostly_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":2,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":2,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"6107":{"id":6107,"name":"Ghostly robe","members":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Ghostly robe (top)","wiki_url":"https://oldschool.runescape.wiki/w/Ghostly_robe_(top)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":5,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"6108":{"id":6108,"name":"Ghostly robe","members":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Ghostly robe (bottom)","wiki_url":"https://oldschool.runescape.wiki/w/Ghostly_robe_(bottom)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"6109":{"id":6109,"name":"Ghostly hood","members":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Ghostly hood","wiki_url":"https://oldschool.runescape.wiki/w/Ghostly_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"6110":{"id":6110,"name":"Ghostly gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Ghostly gloves","wiki_url":"https://oldschool.runescape.wiki/w/Ghostly_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":2,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":2,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"6111":{"id":6111,"name":"Ghostly cloak","members":true,"equipable":true,"equipable_by_player":true,"cost":25,"lowalch":10,"highalch":15,"wiki_name":"Ghostly cloak","wiki_url":"https://oldschool.runescape.wiki/w/Ghostly_cloak","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":5,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"6112":{"id":6112,"name":"Kelda seed","members":true,"stackable":true,"cost":2,"wiki_name":"Kelda seed","wiki_url":"https://oldschool.runescape.wiki/w/Kelda_seed","price":0},"6113":{"id":6113,"name":"Kelda hops","members":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Kelda hops","wiki_url":"https://oldschool.runescape.wiki/w/Kelda_hops","price":0},"6118":{"id":6118,"name":"Kelda stout","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Kelda stout","wiki_url":"https://oldschool.runescape.wiki/w/Kelda_stout","price":0},"6119":{"id":6119,"name":"Square stone","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Square stone (Yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Square_stone#Yellow","price":0},"6120":{"id":6120,"name":"Square stone","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Square stone (Green)","wiki_url":"https://oldschool.runescape.wiki/w/Square_stone#Green","price":0},"6121":{"id":6121,"name":"Letter","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Letter (Forgettable Tale...)","wiki_url":"https://oldschool.runescape.wiki/w/Letter_(Forgettable_Tale...)","price":0},"6122":{"id":6122,"name":"A chair","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"A chair","wiki_url":"https://oldschool.runescape.wiki/w/A_chair","price":0},"6123":{"id":6123,"name":"Beer glass","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Beer glass (Forgettable Tale...)","wiki_url":"https://oldschool.runescape.wiki/w/Beer_glass_(Forgettable_Tale...)","price":0},"6125":{"id":6125,"name":"Enchanted lyre(2)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Enchanted lyre (2)","wiki_url":"https://oldschool.runescape.wiki/w/Enchanted_lyre#(2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"unarmed","stances":[{"combat_style":"punch","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"kick","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"6126":{"id":6126,"name":"Enchanted lyre(3)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Enchanted lyre (3)","wiki_url":"https://oldschool.runescape.wiki/w/Enchanted_lyre#(3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"unarmed","stances":[{"combat_style":"punch","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"kick","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"6127":{"id":6127,"name":"Enchanted lyre(4)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Enchanted lyre (4)","wiki_url":"https://oldschool.runescape.wiki/w/Enchanted_lyre#(4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"unarmed","stances":[{"combat_style":"punch","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"kick","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"6128":{"id":6128,"name":"Rock-shell helm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"buy_limit":70,"wiki_name":"Rock-shell helm","wiki_url":"https://oldschool.runescape.wiki/w/Rock-shell_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":40}},"price":55778},"6129":{"id":6129,"name":"Rock-shell plate","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":65000,"lowalch":26000,"highalch":39000,"buy_limit":70,"wiki_name":"Rock-shell plate","wiki_url":"https://oldschool.runescape.wiki/w/Rock-shell_plate","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-10,"defence_stab":82,"defence_slash":80,"defence_crush":72,"defence_magic":-6,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":40}},"price":39825},"6130":{"id":6130,"name":"Rock-shell legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":64000,"lowalch":25600,"highalch":38400,"buy_limit":70,"wiki_name":"Rock-shell legs","wiki_url":"https://oldschool.runescape.wiki/w/Rock-shell_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-7,"defence_stab":51,"defence_slash":49,"defence_crush":47,"defence_magic":-4,"defence_ranged":49,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":40}},"price":42400},"6131":{"id":6131,"name":"Spined helm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":60000,"lowalch":24000,"highalch":36000,"buy_limit":70,"wiki_name":"Spined helm","wiki_url":"https://oldschool.runescape.wiki/w/Spined_helm","equipment":{"attack_stab":-6,"attack_slash":-6,"attack_crush":-6,"attack_magic":-6,"attack_ranged":6,"defence_stab":6,"defence_slash":6,"defence_crush":6,"defence_magic":6,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":40,"ranged":40}},"price":36034},"6133":{"id":6133,"name":"Spined body","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":7800,"lowalch":3120,"highalch":4680,"buy_limit":70,"wiki_name":"Spined body","wiki_url":"https://oldschool.runescape.wiki/w/Spined_body","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":15,"defence_stab":40,"defence_slash":32,"defence_crush":45,"defence_magic":20,"defence_ranged":40,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":40,"ranged":40}},"price":3568},"6135":{"id":6135,"name":"Spined chaps","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3900,"lowalch":1560,"highalch":2340,"buy_limit":70,"wiki_name":"Spined chaps","wiki_url":"https://oldschool.runescape.wiki/w/Spined_chaps","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":8,"defence_stab":22,"defence_slash":16,"defence_crush":24,"defence_magic":8,"defence_ranged":22,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":40,"ranged":40}},"price":10016},"6137":{"id":6137,"name":"Skeletal helm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":70,"wiki_name":"Skeletal helm","wiki_url":"https://oldschool.runescape.wiki/w/Skeletal_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":2,"attack_ranged":-2,"defence_stab":10,"defence_slash":9,"defence_crush":11,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":40,"magic":40}},"price":91485},"6139":{"id":6139,"name":"Skeletal top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":45000,"lowalch":18000,"highalch":27000,"buy_limit":70,"wiki_name":"Skeletal top","wiki_url":"https://oldschool.runescape.wiki/w/Skeletal_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":8,"attack_ranged":-10,"defence_stab":35,"defence_slash":25,"defence_crush":42,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":40,"magic":40}},"price":26034},"6141":{"id":6141,"name":"Skeletal bottoms","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":40000,"lowalch":16000,"highalch":24000,"buy_limit":70,"wiki_name":"Skeletal bottoms","wiki_url":"https://oldschool.runescape.wiki/w/Skeletal_bottoms","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":6,"attack_ranged":-7,"defence_stab":22,"defence_slash":20,"defence_crush":24,"defence_magic":10,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":40,"magic":40}},"price":24100},"6143":{"id":6143,"name":"Spined boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":650,"lowalch":260,"highalch":390,"buy_limit":125,"wiki_name":"Spined boots","wiki_url":"https://oldschool.runescape.wiki/w/Spined_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"defence":40,"magic":40}},"price":8348},"6145":{"id":6145,"name":"Rock-shell boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":650,"lowalch":260,"highalch":390,"buy_limit":125,"wiki_name":"Rock-shell boots","wiki_url":"https://oldschool.runescape.wiki/w/Rock-shell_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":463},"6147":{"id":6147,"name":"Skeletal boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":650,"lowalch":260,"highalch":390,"buy_limit":125,"wiki_name":"Skeletal boots","wiki_url":"https://oldschool.runescape.wiki/w/Skeletal_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":17564},"6149":{"id":6149,"name":"Spined gloves","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":650,"lowalch":260,"highalch":390,"buy_limit":125,"wiki_name":"Spined gloves","wiki_url":"https://oldschool.runescape.wiki/w/Spined_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":10500},"6151":{"id":6151,"name":"Rock-shell gloves","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":650,"lowalch":260,"highalch":390,"buy_limit":125,"wiki_name":"Rock-shell gloves","wiki_url":"https://oldschool.runescape.wiki/w/Rock-shell_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":573},"6153":{"id":6153,"name":"Skeletal gloves","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":650,"lowalch":260,"highalch":390,"buy_limit":125,"wiki_name":"Skeletal gloves","wiki_url":"https://oldschool.runescape.wiki/w/Skeletal_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":80000},"6155":{"id":6155,"name":"Dagannoth hide","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":60,"lowalch":24,"highalch":36,"buy_limit":11000,"wiki_name":"Dagannoth hide","wiki_url":"https://oldschool.runescape.wiki/w/Dagannoth_hide","price":231},"6157":{"id":6157,"name":"Rock-shell chunk","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":60,"lowalch":24,"highalch":36,"buy_limit":11000,"wiki_name":"Rock-shell chunk","wiki_url":"https://oldschool.runescape.wiki/w/Rock-shell_chunk","price":11250},"6159":{"id":6159,"name":"Rock-shell shard","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":60,"lowalch":24,"highalch":36,"buy_limit":11000,"wiki_name":"Rock-shell shard","wiki_url":"https://oldschool.runescape.wiki/w/Rock-shell_shard","price":6700},"6161":{"id":6161,"name":"Rock-shell splinter","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":60,"lowalch":24,"highalch":36,"buy_limit":11000,"wiki_name":"Rock-shell splinter","wiki_url":"https://oldschool.runescape.wiki/w/Rock-shell_splinter","price":12200},"6163":{"id":6163,"name":"Skull piece","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":60,"lowalch":24,"highalch":36,"buy_limit":11000,"wiki_name":"Skull piece","wiki_url":"https://oldschool.runescape.wiki/w/Skull_piece","price":71764},"6165":{"id":6165,"name":"Ribcage piece","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":60,"lowalch":24,"highalch":36,"buy_limit":11000,"wiki_name":"Ribcage piece","wiki_url":"https://oldschool.runescape.wiki/w/Ribcage_piece","price":17550},"6167":{"id":6167,"name":"Fibula piece","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":60,"lowalch":24,"highalch":36,"buy_limit":11000,"wiki_name":"Fibula piece","wiki_url":"https://oldschool.runescape.wiki/w/Fibula_piece","price":23130},"6169":{"id":6169,"name":"Circular hide","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":60,"lowalch":24,"highalch":36,"buy_limit":11000,"wiki_name":"Circular hide","wiki_url":"https://oldschool.runescape.wiki/w/Circular_hide","price":17736},"6171":{"id":6171,"name":"Flattened hide","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":60,"lowalch":24,"highalch":36,"buy_limit":11000,"wiki_name":"Flattened hide","wiki_url":"https://oldschool.runescape.wiki/w/Flattened_hide","price":7157},"6173":{"id":6173,"name":"Stretched hide","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":60,"lowalch":24,"highalch":36,"buy_limit":11000,"wiki_name":"Stretched hide","wiki_url":"https://oldschool.runescape.wiki/w/Stretched_hide","price":1},"6178":{"id":6178,"name":"Raw pheasant","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Raw pheasant (historical) (Correct)","wiki_url":"https://oldschool.runescape.wiki/w/Raw_pheasant_(historical)#Correct","price":0},"6179":{"id":6179,"name":"Raw pheasant","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Raw pheasant (historical) (Incorrect)","wiki_url":"https://oldschool.runescape.wiki/w/Raw_pheasant_(historical)#Incorrect","price":0},"6180":{"id":6180,"name":"Lederhosen top","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Lederhosen top","wiki_url":"https://oldschool.runescape.wiki/w/Lederhosen_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"6181":{"id":6181,"name":"Lederhosen shorts","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Lederhosen shorts","wiki_url":"https://oldschool.runescape.wiki/w/Lederhosen_shorts","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"6182":{"id":6182,"name":"Lederhosen hat","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Lederhosen hat","wiki_url":"https://oldschool.runescape.wiki/w/Lederhosen_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"6183":{"id":6183,"name":"Frog token","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Frog token","wiki_url":"https://oldschool.runescape.wiki/w/Frog_token","price":0},"6184":{"id":6184,"name":"Royal frog tunic","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Prince tunic","wiki_url":"https://oldschool.runescape.wiki/w/Prince_tunic","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"6185":{"id":6185,"name":"Royal frog leggings","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Prince leggings","wiki_url":"https://oldschool.runescape.wiki/w/Prince_leggings","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"6186":{"id":6186,"name":"Royal frog blouse","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Princess blouse","wiki_url":"https://oldschool.runescape.wiki/w/Princess_blouse","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"6187":{"id":6187,"name":"Royal frog skirt","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Princess skirt","wiki_url":"https://oldschool.runescape.wiki/w/Princess_skirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"6188":{"id":6188,"name":"Frog mask","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Frog mask","wiki_url":"https://oldschool.runescape.wiki/w/Frog_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"6199":{"id":6199,"name":"Mystery box","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mystery box","wiki_url":"https://oldschool.runescape.wiki/w/Mystery_box","price":0},"6200":{"id":6200,"name":"Raw fishlike thing","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Raw fishlike thing (Correct)","wiki_url":"https://oldschool.runescape.wiki/w/Raw_fishlike_thing#Correct","price":0},"6202":{"id":6202,"name":"Fishlike thing","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Fishlike thing (Correct)","wiki_url":"https://oldschool.runescape.wiki/w/Fishlike_thing#Correct","price":0},"6204":{"id":6204,"name":"Raw fishlike thing","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Raw fishlike thing (Incorrect)","wiki_url":"https://oldschool.runescape.wiki/w/Raw_fishlike_thing#Incorrect","price":0},"6206":{"id":6206,"name":"Fishlike thing","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Fishlike thing (Incorrect)","wiki_url":"https://oldschool.runescape.wiki/w/Fishlike_thing#Incorrect","price":0},"6209":{"id":6209,"name":"Small fishing net","cost":5,"lowalch":2,"highalch":3,"wiki_name":"Small fishing net (Evil Bob)","wiki_url":"https://oldschool.runescape.wiki/w/Small_fishing_net_(Evil_Bob)","price":0},"6211":{"id":6211,"name":"Teak pyre logs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":11000,"wiki_name":"Teak pyre logs","wiki_url":"https://oldschool.runescape.wiki/w/Teak_pyre_logs","price":2610},"6213":{"id":6213,"name":"Mahogany pyre logs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":11000,"wiki_name":"Mahogany pyre logs","wiki_url":"https://oldschool.runescape.wiki/w/Mahogany_pyre_logs","price":2026},"6215":{"id":6215,"name":"Broodoo shield (10)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (green) (10)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(green)#(10)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":6243},"6217":{"id":6217,"name":"Broodoo shield (9)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2750,"lowalch":1100,"highalch":1650,"wiki_name":"Broodoo shield (green) (9)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(green)#(9)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":0},"6219":{"id":6219,"name":"Broodoo shield (8)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (green) (8)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(green)#(8)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":0},"6221":{"id":6221,"name":"Broodoo shield (7)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (green) (7)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(green)#(7)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":0},"6223":{"id":6223,"name":"Broodoo shield (6)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (green) (6)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(green)#(6)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":0},"6225":{"id":6225,"name":"Broodoo shield (5)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (green) (5)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(green)#(5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":0},"6227":{"id":6227,"name":"Broodoo shield (4)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (green) (4)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(green)#(4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":0},"6229":{"id":6229,"name":"Broodoo shield (3)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (green) (3)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(green)#(3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":0},"6231":{"id":6231,"name":"Broodoo shield (2)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (green) (2)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(green)#(2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":0},"6233":{"id":6233,"name":"Broodoo shield (1)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (green) (1)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(green)#(1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":0},"6235":{"id":6235,"name":"Broodoo shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (green) (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(green)#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":4551},"6237":{"id":6237,"name":"Broodoo shield (10)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (orange) (10)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(orange)#(10)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":1756},"6239":{"id":6239,"name":"Broodoo shield (9)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (orange) (9)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(orange)#(9)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":0},"6241":{"id":6241,"name":"Broodoo shield (8)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (orange) (8)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(orange)#(8)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":0},"6243":{"id":6243,"name":"Broodoo shield (7)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (orange) (7)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(orange)#(7)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":0},"6245":{"id":6245,"name":"Broodoo shield (6)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (orange) (6)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(orange)#(6)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":0},"6247":{"id":6247,"name":"Broodoo shield (5)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (orange) (5)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(orange)#(5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":0},"6249":{"id":6249,"name":"Broodoo shield (4)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (orange) (4)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(orange)#(4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":0},"6251":{"id":6251,"name":"Broodoo shield (3)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (orange) (3)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(orange)#(3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":0},"6253":{"id":6253,"name":"Broodoo shield (2)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (orange) (2)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(orange)#(2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":0},"6255":{"id":6255,"name":"Broodoo shield (1)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (orange) (1)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(orange)#(1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":0},"6257":{"id":6257,"name":"Broodoo shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (orange) (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(orange)#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":32153},"6259":{"id":6259,"name":"Broodoo shield (10)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (blue) (10)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(blue)#(10)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":786},"6261":{"id":6261,"name":"Broodoo shield (9)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (blue) (9)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(blue)#(9)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":0},"6263":{"id":6263,"name":"Broodoo shield (8)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (blue) (8)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(blue)#(8)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":0},"6265":{"id":6265,"name":"Broodoo shield (7)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (blue) (7)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(blue)#(7)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":0},"6267":{"id":6267,"name":"Broodoo shield (6)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (blue) (6)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(blue)#(6)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":0},"6269":{"id":6269,"name":"Broodoo shield (5)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (blue) (5)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(blue)#(5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":0},"6271":{"id":6271,"name":"Broodoo shield (4)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (blue) (4)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(blue)#(4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":0},"6273":{"id":6273,"name":"Broodoo shield (3)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (blue) (3)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(blue)#(3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":0},"6275":{"id":6275,"name":"Broodoo shield (2)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (blue) (2)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(blue)#(2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":0},"6277":{"id":6277,"name":"Broodoo shield (1)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (blue) (1)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(blue)#(1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":0},"6279":{"id":6279,"name":"Broodoo shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (blue) (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(blue)#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":2261},"6281":{"id":6281,"name":"Thatch spar light","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":100,"wiki_name":"Thatch spar light","wiki_url":"https://oldschool.runescape.wiki/w/Thatch_spar_light","price":182},"6283":{"id":6283,"name":"Thatch spar med","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":100,"wiki_name":"Thatch spar med","wiki_url":"https://oldschool.runescape.wiki/w/Thatch_spar_med","price":1},"6285":{"id":6285,"name":"Thatch spar dense","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":100,"wiki_name":"Thatch spar dense","wiki_url":"https://oldschool.runescape.wiki/w/Thatch_spar_dense","price":0},"6287":{"id":6287,"name":"Snake hide","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":35,"lowalch":14,"highalch":21,"buy_limit":13000,"wiki_name":"Snake hide","wiki_url":"https://oldschool.runescape.wiki/w/Snake_hide","price":123},"6289":{"id":6289,"name":"Snakeskin","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":13000,"wiki_name":"Snakeskin","wiki_url":"https://oldschool.runescape.wiki/w/Snakeskin","price":14},"6291":{"id":6291,"name":"Spider carcass","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":13000,"wiki_name":"Spider carcass","wiki_url":"https://oldschool.runescape.wiki/w/Spider_carcass","price":139},"6293":{"id":6293,"name":"Spider on stick","members":true,"tradeable":true,"noteable":true,"cost":25,"lowalch":10,"highalch":15,"wiki_name":"Spider on stick (raw)","wiki_url":"https://oldschool.runescape.wiki/w/Spider_on_stick_(raw)","price":0},"6295":{"id":6295,"name":"Spider on shaft","members":true,"tradeable":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Spider on shaft (raw)","wiki_url":"https://oldschool.runescape.wiki/w/Spider_on_shaft_(raw)","price":0},"6297":{"id":6297,"name":"Spider on stick","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":6000,"wiki_name":"Spider on stick","wiki_url":"https://oldschool.runescape.wiki/w/Spider_on_stick","price":1},"6299":{"id":6299,"name":"Spider on shaft","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":6000,"wiki_name":"Spider on shaft","wiki_url":"https://oldschool.runescape.wiki/w/Spider_on_shaft","price":35},"6301":{"id":6301,"name":"Burnt spider","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt spider","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_spider","price":0},"6303":{"id":6303,"name":"Spider on shaft","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Spider on shaft (burnt)","wiki_url":"https://oldschool.runescape.wiki/w/Spider_on_shaft_(burnt)","price":0},"6305":{"id":6305,"name":"Skewer stick","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":13000,"wiki_name":"Skewer stick","wiki_url":"https://oldschool.runescape.wiki/w/Skewer_stick","price":12},"6306":{"id":6306,"name":"Trading sticks","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":18000,"wiki_name":"Trading sticks","wiki_url":"https://oldschool.runescape.wiki/w/Trading_sticks","price":10},"6311":{"id":6311,"name":"Gout tuber","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":5,"wiki_name":"Gout tuber","wiki_url":"https://oldschool.runescape.wiki/w/Gout_tuber","price":676136},"6313":{"id":6313,"name":"Opal machete","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":15,"wiki_name":"Opal machete","wiki_url":"https://oldschool.runescape.wiki/w/Opal_machete","equipment":{"attack_stab":0,"attack_slash":8,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1466},"6315":{"id":6315,"name":"Jade machete","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":15,"wiki_name":"Jade machete","wiki_url":"https://oldschool.runescape.wiki/w/Jade_machete","equipment":{"attack_stab":0,"attack_slash":11,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":7575},"6317":{"id":6317,"name":"Red topaz machete","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":15,"wiki_name":"Red topaz machete","wiki_url":"https://oldschool.runescape.wiki/w/Red_topaz_machete","equipment":{"attack_stab":0,"attack_slash":16,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":18415},"6319":{"id":6319,"name":"Proboscis","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":100,"wiki_name":"Proboscis","wiki_url":"https://oldschool.runescape.wiki/w/Proboscis","price":381},"6322":{"id":6322,"name":"Snakeskin body","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1250,"lowalch":500,"highalch":750,"buy_limit":125,"wiki_name":"Snakeskin body","wiki_url":"https://oldschool.runescape.wiki/w/Snakeskin_body","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-5,"attack_ranged":12,"defence_stab":25,"defence_slash":28,"defence_crush":32,"defence_magic":15,"defence_ranged":35,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"ranged":30,"defence":30}},"price":1048},"6324":{"id":6324,"name":"Snakeskin chaps","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1175,"lowalch":470,"highalch":705,"buy_limit":125,"wiki_name":"Snakeskin chaps","wiki_url":"https://oldschool.runescape.wiki/w/Snakeskin_chaps","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-5,"attack_ranged":6,"defence_stab":8,"defence_slash":8,"defence_crush":10,"defence_magic":4,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"ranged":30,"defence":30}},"price":1619},"6326":{"id":6326,"name":"Snakeskin bandana","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":125,"wiki_name":"Snakeskin bandana","wiki_url":"https://oldschool.runescape.wiki/w/Snakeskin_bandana","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-5,"attack_ranged":4,"defence_stab":2,"defence_slash":4,"defence_crush":4,"defence_magic":2,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"ranged":30,"defence":30}},"price":275},"6328":{"id":6328,"name":"Snakeskin boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":125,"wiki_name":"Snakeskin boots","wiki_url":"https://oldschool.runescape.wiki/w/Snakeskin_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":3,"defence_stab":1,"defence_slash":1,"defence_crush":2,"defence_magic":1,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"ranged":30,"defence":30}},"price":422},"6330":{"id":6330,"name":"Snakeskin vambraces","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":434,"lowalch":173,"highalch":260,"buy_limit":125,"wiki_name":"Snakeskin vambraces","wiki_url":"https://oldschool.runescape.wiki/w/Snakeskin_vambraces","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-5,"attack_ranged":6,"defence_stab":2,"defence_slash":2,"defence_crush":2,"defence_magic":1,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"ranged":30,"defence":30}},"price":453},"6332":{"id":6332,"name":"Mahogany logs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":11000,"wiki_name":"Mahogany logs","wiki_url":"https://oldschool.runescape.wiki/w/Mahogany_logs","price":530},"6333":{"id":6333,"name":"Teak logs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":13000,"wiki_name":"Teak logs","wiki_url":"https://oldschool.runescape.wiki/w/Teak_logs","price":290},"6335":{"id":6335,"name":"Tribal mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Tribal mask (green)","wiki_url":"https://oldschool.runescape.wiki/w/Tribal_mask_(green)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"6337":{"id":6337,"name":"Tribal mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Tribal mask (orange)","wiki_url":"https://oldschool.runescape.wiki/w/Tribal_mask_(orange)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":2301},"6339":{"id":6339,"name":"Tribal mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Tribal mask (blue)","wiki_url":"https://oldschool.runescape.wiki/w/Tribal_mask_(blue)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":2594},"6341":{"id":6341,"name":"Tribal top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":150,"wiki_name":"Tribal top (brown)","wiki_url":"https://oldschool.runescape.wiki/w/Tribal_top_(brown)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":4588},"6343":{"id":6343,"name":"Villager robe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":150,"wiki_name":"Villager robe (brown)","wiki_url":"https://oldschool.runescape.wiki/w/Villager_robe_(brown)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":1852},"6345":{"id":6345,"name":"Villager hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":150,"wiki_name":"Villager hat (brown)","wiki_url":"https://oldschool.runescape.wiki/w/Villager_hat_(brown)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":11588},"6347":{"id":6347,"name":"Villager armband","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":150,"wiki_name":"Villager armband (brown)","wiki_url":"https://oldschool.runescape.wiki/w/Villager_armband_(brown)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"6349":{"id":6349,"name":"Villager sandals","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":150,"wiki_name":"Villager sandals (brown)","wiki_url":"https://oldschool.runescape.wiki/w/Villager_sandals_(brown)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":1284},"6351":{"id":6351,"name":"Tribal top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":150,"wiki_name":"Tribal top (blue)","wiki_url":"https://oldschool.runescape.wiki/w/Tribal_top_(blue)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":4560},"6353":{"id":6353,"name":"Villager robe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":150,"wiki_name":"Villager robe (blue)","wiki_url":"https://oldschool.runescape.wiki/w/Villager_robe_(blue)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":2919},"6355":{"id":6355,"name":"Villager hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":150,"wiki_name":"Villager hat (blue)","wiki_url":"https://oldschool.runescape.wiki/w/Villager_hat_(blue)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":6362},"6357":{"id":6357,"name":"Villager sandals","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":150,"wiki_name":"Villager sandals (blue)","wiki_url":"https://oldschool.runescape.wiki/w/Villager_sandals_(blue)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":535},"6359":{"id":6359,"name":"Villager armband","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":150,"wiki_name":"Villager armband (blue)","wiki_url":"https://oldschool.runescape.wiki/w/Villager_armband_(blue)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":11},"6361":{"id":6361,"name":"Tribal top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":150,"wiki_name":"Tribal top (yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Tribal_top_(yellow)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":1750},"6363":{"id":6363,"name":"Villager robe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":150,"wiki_name":"Villager robe (yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Villager_robe_(yellow)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":1251},"6365":{"id":6365,"name":"Villager hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":150,"wiki_name":"Villager hat (yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Villager_hat_(yellow)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":1},"6367":{"id":6367,"name":"Villager sandals","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":150,"wiki_name":"Villager sandals (yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Villager_sandals_(yellow)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":1485},"6369":{"id":6369,"name":"Villager armband","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":150,"wiki_name":"Villager armband (yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Villager_armband_(yellow)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":858},"6371":{"id":6371,"name":"Tribal top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":150,"wiki_name":"Tribal top (pink)","wiki_url":"https://oldschool.runescape.wiki/w/Tribal_top_(pink)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":5456},"6373":{"id":6373,"name":"Villager robe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":150,"wiki_name":"Villager robe (pink)","wiki_url":"https://oldschool.runescape.wiki/w/Villager_robe_(pink)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":1217},"6375":{"id":6375,"name":"Villager hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":150,"wiki_name":"Villager hat (pink)","wiki_url":"https://oldschool.runescape.wiki/w/Villager_hat_(pink)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":1580},"6377":{"id":6377,"name":"Villager sandals","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":150,"wiki_name":"Villager sandals (pink)","wiki_url":"https://oldschool.runescape.wiki/w/Villager_sandals_(pink)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":49500},"6379":{"id":6379,"name":"Villager armband","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":150,"wiki_name":"Villager armband (pink)","wiki_url":"https://oldschool.runescape.wiki/w/Villager_armband_(pink)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":501},"6382":{"id":6382,"name":"Fez","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":150,"wiki_name":"Fez","wiki_url":"https://oldschool.runescape.wiki/w/Fez","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":1528},"6384":{"id":6384,"name":"Desert top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":150,"wiki_name":"Desert top","wiki_url":"https://oldschool.runescape.wiki/w/Desert_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":672},"6386":{"id":6386,"name":"Desert robes","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":25,"lowalch":10,"highalch":15,"buy_limit":150,"wiki_name":"Desert robes","wiki_url":"https://oldschool.runescape.wiki/w/Desert_robes","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":727},"6388":{"id":6388,"name":"Desert top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":35,"lowalch":14,"highalch":21,"buy_limit":150,"wiki_name":"Desert top (overcoat)","wiki_url":"https://oldschool.runescape.wiki/w/Desert_top_(overcoat)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":655},"6390":{"id":6390,"name":"Desert legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":25,"lowalch":10,"highalch":15,"buy_limit":150,"wiki_name":"Desert legs","wiki_url":"https://oldschool.runescape.wiki/w/Desert_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":572},"6392":{"id":6392,"name":"Menaphite purple hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":35,"lowalch":14,"highalch":21,"buy_limit":150,"wiki_name":"Menaphite purple hat","wiki_url":"https://oldschool.runescape.wiki/w/Menaphite_purple_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":1150},"6394":{"id":6394,"name":"Menaphite purple top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":150,"wiki_name":"Menaphite purple top","wiki_url":"https://oldschool.runescape.wiki/w/Menaphite_purple_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":1001},"6396":{"id":6396,"name":"Menaphite purple robe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":150,"wiki_name":"Menaphite purple robe","wiki_url":"https://oldschool.runescape.wiki/w/Menaphite_purple_robe","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":1376},"6398":{"id":6398,"name":"Menaphite purple kilt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":150,"wiki_name":"Menaphite purple kilt","wiki_url":"https://oldschool.runescape.wiki/w/Menaphite_purple_kilt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":438},"6400":{"id":6400,"name":"Menaphite red hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":35,"lowalch":14,"highalch":21,"buy_limit":150,"wiki_name":"Menaphite red hat","wiki_url":"https://oldschool.runescape.wiki/w/Menaphite_red_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":806},"6402":{"id":6402,"name":"Menaphite red top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":150,"wiki_name":"Menaphite red top","wiki_url":"https://oldschool.runescape.wiki/w/Menaphite_red_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":4507},"6404":{"id":6404,"name":"Menaphite red robe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":150,"wiki_name":"Menaphite red robe","wiki_url":"https://oldschool.runescape.wiki/w/Menaphite_red_robe","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":506},"6406":{"id":6406,"name":"Menaphite red kilt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":150,"wiki_name":"Menaphite red kilt","wiki_url":"https://oldschool.runescape.wiki/w/Menaphite_red_kilt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":1},"6408":{"id":6408,"name":"Oak blackjack(o)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":125,"wiki_name":"Oak blackjack(o)","wiki_url":"https://oldschool.runescape.wiki/w/Oak_blackjack(o)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":4,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1},"6410":{"id":6410,"name":"Oak blackjack(d)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":125,"wiki_name":"Oak blackjack(d)","wiki_url":"https://oldschool.runescape.wiki/w/Oak_blackjack(d)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":4,"defence_magic":0,"defence_ranged":0,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":850},"6412":{"id":6412,"name":"Willow blackjack(o)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":800,"lowalch":320,"highalch":480,"buy_limit":125,"wiki_name":"Willow blackjack(o)","wiki_url":"https://oldschool.runescape.wiki/w/Willow_blackjack(o)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":8,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":8,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1},"6414":{"id":6414,"name":"Willow blackjack(d)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":800,"lowalch":320,"highalch":480,"buy_limit":125,"wiki_name":"Willow blackjack(d)","wiki_url":"https://oldschool.runescape.wiki/w/Willow_blackjack(d)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":8,"defence_magic":0,"defence_ranged":0,"melee_strength":8,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1814},"6416":{"id":6416,"name":"Maple blackjack","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1200,"lowalch":480,"highalch":720,"buy_limit":125,"wiki_name":"Maple blackjack","wiki_url":"https://oldschool.runescape.wiki/w/Maple_blackjack","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":20,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1006},"6418":{"id":6418,"name":"Maple blackjack(o)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1600,"lowalch":640,"highalch":960,"buy_limit":125,"wiki_name":"Maple blackjack(o)","wiki_url":"https://oldschool.runescape.wiki/w/Maple_blackjack(o)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":24,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":20,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1289},"6420":{"id":6420,"name":"Maple blackjack(d)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1600,"lowalch":640,"highalch":960,"buy_limit":125,"wiki_name":"Maple blackjack(d)","wiki_url":"https://oldschool.runescape.wiki/w/Maple_blackjack(d)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":24,"defence_magic":0,"defence_ranged":0,"melee_strength":20,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":2250},"6448":{"id":6448,"name":"Spadeful of coke","members":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Spadeful of coke","wiki_url":"https://oldschool.runescape.wiki/w/Spadeful_of_coke","price":0},"6450":{"id":6450,"name":"Kandarin headgear","incomplete":true,"cost":0,"lowalch":0,"highalch":0,"price":0},"6452":{"id":6452,"name":"Mage arena cape","incomplete":true,"cost":0,"lowalch":0,"highalch":0,"price":0},"6453":{"id":6453,"name":"White rose seed","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"White rose seed","wiki_url":"https://oldschool.runescape.wiki/w/White_rose_seed","price":0},"6454":{"id":6454,"name":"Red rose seed","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red rose seed","wiki_url":"https://oldschool.runescape.wiki/w/Red_rose_seed","price":0},"6455":{"id":6455,"name":"Pink rose seed","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pink rose seed","wiki_url":"https://oldschool.runescape.wiki/w/Pink_rose_seed","price":0},"6456":{"id":6456,"name":"Vine seed","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Vine seed","wiki_url":"https://oldschool.runescape.wiki/w/Vine_seed","price":0},"6457":{"id":6457,"name":"Delphinium seed","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Delphinium seed","wiki_url":"https://oldschool.runescape.wiki/w/Delphinium_seed","price":0},"6458":{"id":6458,"name":"Orchid seed","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Orchid seed (pink)","wiki_url":"https://oldschool.runescape.wiki/w/Orchid_seed_(pink)","price":0},"6459":{"id":6459,"name":"Orchid seed","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Orchid seed (yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Orchid_seed_(yellow)","price":0},"6460":{"id":6460,"name":"Snowdrop seed","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Snowdrop seed","wiki_url":"https://oldschool.runescape.wiki/w/Snowdrop_seed","price":0},"6461":{"id":6461,"name":"White tree shoot","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"White tree shoot (Shoot)","wiki_url":"https://oldschool.runescape.wiki/w/White_tree_shoot#Shoot","price":0},"6462":{"id":6462,"name":"White tree shoot","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"White tree shoot (Pot)","wiki_url":"https://oldschool.runescape.wiki/w/White_tree_shoot#Pot","price":0},"6463":{"id":6463,"name":"White tree shoot (w)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"White tree shoot (Watered)","wiki_url":"https://oldschool.runescape.wiki/w/White_tree_shoot#Watered","price":0},"6464":{"id":6464,"name":"White tree sapling","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"White tree sapling","wiki_url":"https://oldschool.runescape.wiki/w/White_tree_sapling","price":0},"6465":{"id":6465,"name":"Ring of charos(a)","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ring of charos (Activated)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_charos#Activated","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"6466":{"id":6466,"name":"Rune shards","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rune shards","wiki_url":"https://oldschool.runescape.wiki/w/Rune_shards","price":0},"6467":{"id":6467,"name":"Rune dust","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rune dust","wiki_url":"https://oldschool.runescape.wiki/w/Rune_dust","price":0},"6468":{"id":6468,"name":"Plant cure","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Plant cure (Garden of Tranquillity)","wiki_url":"https://oldschool.runescape.wiki/w/Plant_cure_(Garden_of_Tranquillity)","price":0},"6469":{"id":6469,"name":"White tree fruit","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"White tree fruit","wiki_url":"https://oldschool.runescape.wiki/w/White_tree_fruit","price":0},"6470":{"id":6470,"name":"Compost potion(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":120,"lowalch":48,"highalch":72,"buy_limit":50,"wiki_name":"Compost potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Compost_potion#4_dose","price":25},"6472":{"id":6472,"name":"Compost potion(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":50,"wiki_name":"Compost potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Compost_potion#3_dose","price":2},"6474":{"id":6474,"name":"Compost potion(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":60,"lowalch":24,"highalch":36,"buy_limit":50,"wiki_name":"Compost potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Compost_potion#2_dose","price":11},"6476":{"id":6476,"name":"Compost potion(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":50,"wiki_name":"Compost potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Compost_potion#1_dose","price":11},"6478":{"id":6478,"name":"Trolley","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Trolley","wiki_url":"https://oldschool.runescape.wiki/w/Trolley","price":0},"6479":{"id":6479,"name":"List","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"List","wiki_url":"https://oldschool.runescape.wiki/w/List","price":0},"6514":{"id":6514,"name":"Agility jump","incomplete":true,"members":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"6515":{"id":6515,"name":"Agility balance","incomplete":true,"members":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"6516":{"id":6516,"name":"Agility contortion","incomplete":true,"members":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"6517":{"id":6517,"name":"Agility climb","incomplete":true,"members":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"6522":{"id":6522,"name":"Toktz-xil-ul","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":11000,"wiki_name":"Toktz-xil-ul","wiki_url":"https://oldschool.runescape.wiki/w/Toktz-xil-ul","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":69,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":49,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":60}},"weapon":{"attack_speed":4,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":2673},"6523":{"id":6523,"name":"Toktz-xil-ak","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":40000,"lowalch":16000,"highalch":24000,"buy_limit":70,"wiki_name":"Toktz-xil-ak","wiki_url":"https://oldschool.runescape.wiki/w/Toktz-xil-ak","equipment":{"attack_stab":47,"attack_slash":38,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":49,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":60}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":370439},"6524":{"id":6524,"name":"Toktz-ket-xil","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":45000,"lowalch":18000,"highalch":27000,"buy_limit":70,"wiki_name":"Toktz-ket-xil","wiki_url":"https://oldschool.runescape.wiki/w/Toktz-ket-xil","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-12,"attack_ranged":-8,"defence_stab":40,"defence_slash":42,"defence_crush":38,"defence_magic":0,"defence_ranged":65,"melee_strength":5,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":60}},"price":422482},"6525":{"id":6525,"name":"Toktz-xil-ek","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":25000,"lowalch":10000,"highalch":15000,"buy_limit":70,"wiki_name":"Toktz-xil-ek","wiki_url":"https://oldschool.runescape.wiki/w/Toktz-xil-ek","equipment":{"attack_stab":16,"attack_slash":48,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":39,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":60}},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":55472},"6526":{"id":6526,"name":"Toktz-mej-tal","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":35000,"lowalch":14000,"highalch":21000,"buy_limit":70,"wiki_name":"Toktz-mej-tal","wiki_url":"https://oldschool.runescape.wiki/w/Toktz-mej-tal","equipment":{"attack_stab":15,"attack_slash":-1,"attack_crush":55,"attack_magic":15,"attack_ranged":0,"defence_stab":10,"defence_slash":15,"defence_crush":5,"defence_magic":15,"defence_ranged":0,"melee_strength":55,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"2h","requirements":{"attack":60,"magic":60}},"weapon":{"attack_speed":6,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":339483},"6527":{"id":6527,"name":"Tzhaar-ket-em","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":30000,"lowalch":12000,"highalch":18000,"buy_limit":70,"wiki_name":"Tzhaar-ket-em","wiki_url":"https://oldschool.runescape.wiki/w/Tzhaar-ket-em","equipment":{"attack_stab":-4,"attack_slash":-4,"attack_crush":62,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":56,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":60}},"weapon":{"attack_speed":5,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":352500},"6528":{"id":6528,"name":"Tzhaar-ket-om","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":50001,"lowalch":20000,"highalch":30000,"buy_limit":70,"wiki_name":"Tzhaar-ket-om","wiki_url":"https://oldschool.runescape.wiki/w/Tzhaar-ket-om","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":80,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":85,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"strength":60}},"weapon":{"attack_speed":7,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":348960},"6529":{"id":6529,"name":"Tokkul","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tokkul","wiki_url":"https://oldschool.runescape.wiki/w/Tokkul","price":0},"6541":{"id":6541,"name":"Mouse toy","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mouse toy","wiki_url":"https://oldschool.runescape.wiki/w/Mouse_toy","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"6542":{"id":6542,"name":"Present","members":true,"cost":1,"wiki_name":"Present","wiki_url":"https://oldschool.runescape.wiki/w/Present","price":0},"6543":{"id":6543,"name":"Antique lamp","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Antique lamp (A Tail of Two Cats)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(A_Tail_of_Two_Cats)","price":0},"6544":{"id":6544,"name":"Catspeak amulet(e)","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Catspeak amulet(e)","wiki_url":"https://oldschool.runescape.wiki/w/Catspeak_amulet(e)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"6545":{"id":6545,"name":"Chores","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chores","wiki_url":"https://oldschool.runescape.wiki/w/Chores","price":0},"6546":{"id":6546,"name":"Recipe","members":true,"cost":1,"wiki_name":"Recipe","wiki_url":"https://oldschool.runescape.wiki/w/Recipe","price":0},"6547":{"id":6547,"name":"Doctor's hat","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Doctor's hat","wiki_url":"https://oldschool.runescape.wiki/w/Doctor's_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"6548":{"id":6548,"name":"Nurse hat","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Nurse hat","wiki_url":"https://oldschool.runescape.wiki/w/Nurse_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"6549":{"id":6549,"name":"Lazy cat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Lazy cat (White)","wiki_url":"https://oldschool.runescape.wiki/w/Lazy_cat#White","price":0},"6550":{"id":6550,"name":"Lazy cat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Lazy cat (Grey and black)","wiki_url":"https://oldschool.runescape.wiki/w/Lazy_cat#Grey_and_black","price":0},"6551":{"id":6551,"name":"Lazy cat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Lazy cat (Brown)","wiki_url":"https://oldschool.runescape.wiki/w/Lazy_cat#Brown","price":0},"6552":{"id":6552,"name":"Lazy cat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Lazy cat (Black)","wiki_url":"https://oldschool.runescape.wiki/w/Lazy_cat#Black","price":0},"6553":{"id":6553,"name":"Lazy cat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Lazy cat (Grey and brown)","wiki_url":"https://oldschool.runescape.wiki/w/Lazy_cat#Grey_and_brown","price":0},"6554":{"id":6554,"name":"Lazy cat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Lazy cat (Grey and blue)","wiki_url":"https://oldschool.runescape.wiki/w/Lazy_cat#Grey_and_blue","price":0},"6555":{"id":6555,"name":"Wily cat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wily cat (White)","wiki_url":"https://oldschool.runescape.wiki/w/Wily_cat#White","price":0},"6556":{"id":6556,"name":"Wily cat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wily cat (Grey and black)","wiki_url":"https://oldschool.runescape.wiki/w/Wily_cat#Grey_and_black","price":0},"6557":{"id":6557,"name":"Wily cat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wily cat (Brown)","wiki_url":"https://oldschool.runescape.wiki/w/Wily_cat#Brown","price":0},"6558":{"id":6558,"name":"Wily cat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wily cat (Black)","wiki_url":"https://oldschool.runescape.wiki/w/Wily_cat#Black","price":0},"6559":{"id":6559,"name":"Wily cat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wily cat (Grey and brown)","wiki_url":"https://oldschool.runescape.wiki/w/Wily_cat#Grey_and_brown","price":0},"6560":{"id":6560,"name":"Wily cat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wily cat (Grey and blue)","wiki_url":"https://oldschool.runescape.wiki/w/Wily_cat#Grey_and_blue","price":0},"6561":{"id":6561,"name":"Ahab's beer","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ahab's beer","wiki_url":"https://oldschool.runescape.wiki/w/Ahab's_beer","price":0},"6562":{"id":6562,"name":"Mud battlestaff","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":17000,"lowalch":6800,"highalch":10200,"buy_limit":8,"wiki_name":"Mud battlestaff","wiki_url":"https://oldschool.runescape.wiki/w/Mud_battlestaff","equipment":{"attack_stab":7,"attack_slash":-1,"attack_crush":28,"attack_magic":12,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":12,"defence_ranged":0,"melee_strength":35,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":30,"magic":30}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":31219},"6563":{"id":6563,"name":"Mystic mud staff","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":45000,"lowalch":18000,"highalch":27000,"buy_limit":8,"wiki_name":"Mystic mud staff","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_mud_staff","equipment":{"attack_stab":10,"attack_slash":-1,"attack_crush":40,"attack_magic":14,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":14,"defence_ranged":0,"melee_strength":50,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":40,"magic":40}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":77656},"6568":{"id":6568,"name":"Obsidian cape","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":60000,"lowalch":24000,"highalch":36000,"buy_limit":70,"wiki_name":"Obsidian cape","wiki_url":"https://oldschool.runescape.wiki/w/Obsidian_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":541843},"6570":{"id":6570,"name":"Fire cape","members":true,"equipable":true,"equipable_by_player":true,"cost":65007,"lowalch":26002,"highalch":39004,"wiki_name":"Fire cape (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Fire_cape#Normal","equipment":{"attack_stab":1,"attack_slash":1,"attack_crush":1,"attack_magic":1,"attack_ranged":1,"defence_stab":11,"defence_slash":11,"defence_crush":11,"defence_magic":11,"defence_ranged":11,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"cape","requirements":null},"price":0},"6571":{"id":6571,"name":"Uncut onyx","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200000,"lowalch":80000,"highalch":120000,"buy_limit":11000,"wiki_name":"Uncut onyx","wiki_url":"https://oldschool.runescape.wiki/w/Uncut_onyx","price":1770283},"6573":{"id":6573,"name":"Onyx","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200000,"lowalch":80000,"highalch":120000,"buy_limit":11000,"wiki_name":"Onyx","wiki_url":"https://oldschool.runescape.wiki/w/Onyx","price":1775550},"6575":{"id":6575,"name":"Onyx ring","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":201000,"lowalch":80400,"highalch":120600,"buy_limit":10000,"wiki_name":"Onyx ring","wiki_url":"https://oldschool.runescape.wiki/w/Onyx_ring","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":1686567},"6577":{"id":6577,"name":"Onyx necklace","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":201000,"lowalch":80400,"highalch":120600,"buy_limit":10000,"wiki_name":"Onyx necklace","wiki_url":"https://oldschool.runescape.wiki/w/Onyx_necklace","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":1800000},"6579":{"id":6579,"name":"Onyx amulet (u)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":201000,"lowalch":80400,"highalch":120600,"buy_limit":10000,"wiki_name":"Onyx amulet (u)","wiki_url":"https://oldschool.runescape.wiki/w/Onyx_amulet_(u)","price":2002781},"6581":{"id":6581,"name":"Onyx amulet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":201000,"lowalch":80400,"highalch":120600,"buy_limit":10000,"wiki_name":"Onyx amulet","wiki_url":"https://oldschool.runescape.wiki/w/Onyx_amulet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":1638043},"6583":{"id":6583,"name":"Ring of stone","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":202000,"lowalch":80800,"highalch":121200,"buy_limit":70,"wiki_name":"Ring of stone","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_stone","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":1847570},"6585":{"id":6585,"name":"Amulet of fury","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":202000,"lowalch":80800,"highalch":121200,"buy_limit":8,"wiki_name":"Amulet of fury","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_fury","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":10,"attack_magic":10,"attack_ranged":10,"defence_stab":15,"defence_slash":15,"defence_crush":15,"defence_magic":15,"defence_ranged":15,"melee_strength":8,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"neck","requirements":null},"price":1779342},"6587":{"id":6587,"name":"White claws","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":360,"lowalch":144,"highalch":216,"buy_limit":125,"wiki_name":"White claws","wiki_url":"https://oldschool.runescape.wiki/w/White_claws","equipment":{"attack_stab":10,"attack_slash":14,"attack_crush":-4,"attack_magic":0,"attack_ranged":0,"defence_stab":4,"defence_slash":7,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":14,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"2h","requirements":{"attack":10}},"weapon":{"attack_speed":4,"weapon_type":"claw","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":207},"6589":{"id":6589,"name":"White battleaxe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1248,"lowalch":499,"highalch":748,"buy_limit":125,"wiki_name":"White battleaxe","wiki_url":"https://oldschool.runescape.wiki/w/White_battleaxe","equipment":{"attack_stab":-2,"attack_slash":20,"attack_crush":15,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":24,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"weapon","requirements":{"attack":10}},"weapon":{"attack_speed":6,"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":2188},"6591":{"id":6591,"name":"White dagger","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":240,"lowalch":96,"highalch":144,"buy_limit":125,"wiki_name":"White dagger (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/White_dagger#Unpoisoned","equipment":{"attack_stab":10,"attack_slash":5,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":7,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"weapon","requirements":{"attack":10}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"6593":{"id":6593,"name":"White dagger(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":240,"lowalch":96,"highalch":144,"buy_limit":125,"wiki_name":"White dagger (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/White_dagger#Poison","equipment":{"attack_stab":10,"attack_slash":5,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":7,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"weapon","requirements":{"attack":10}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":318},"6595":{"id":6595,"name":"White dagger(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":240,"lowalch":96,"highalch":144,"buy_limit":125,"wiki_name":"White dagger (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/White_dagger#Poison+","equipment":{"attack_stab":10,"attack_slash":5,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":7,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"weapon","requirements":{"attack":10}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":171},"6597":{"id":6597,"name":"White dagger(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":240,"lowalch":96,"highalch":144,"buy_limit":125,"wiki_name":"White dagger (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/White_dagger#Poison++","equipment":{"attack_stab":10,"attack_slash":5,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":7,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"weapon","requirements":{"attack":10}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":176},"6599":{"id":6599,"name":"White halberd","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1920,"lowalch":768,"highalch":1152,"buy_limit":125,"wiki_name":"White halberd","wiki_url":"https://oldschool.runescape.wiki/w/White_halberd","equipment":{"attack_stab":19,"attack_slash":25,"attack_crush":0,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":2,"defence_crush":3,"defence_magic":0,"defence_ranged":0,"melee_strength":20,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"2h","requirements":{"attack":10,"strength":5}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1092},"6601":{"id":6601,"name":"White mace","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":432,"lowalch":172,"highalch":259,"buy_limit":125,"wiki_name":"White mace","wiki_url":"https://oldschool.runescape.wiki/w/White_mace","equipment":{"attack_stab":8,"attack_slash":-2,"attack_crush":16,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":13,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"weapon","requirements":{"attack":10}},"weapon":{"attack_speed":4,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":5305},"6603":{"id":6603,"name":"White magic staff","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":125,"wiki_name":"White magic staff","wiki_url":"https://oldschool.runescape.wiki/w/White_magic_staff","equipment":{"attack_stab":2,"attack_slash":-1,"attack_crush":10,"attack_magic":10,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":10,"defence_ranged":0,"melee_strength":7,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"weapon","requirements":{"attack":10}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":2773},"6605":{"id":6605,"name":"White sword","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":624,"lowalch":249,"highalch":374,"buy_limit":125,"wiki_name":"White sword","wiki_url":"https://oldschool.runescape.wiki/w/White_sword","equipment":{"attack_stab":14,"attack_slash":10,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"weapon","requirements":{"attack":10}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":894},"6607":{"id":6607,"name":"White longsword","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":960,"lowalch":384,"highalch":576,"buy_limit":125,"wiki_name":"White longsword","wiki_url":"https://oldschool.runescape.wiki/w/White_longsword","equipment":{"attack_stab":13,"attack_slash":18,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":16,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"weapon","requirements":{"attack":10}},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1050},"6609":{"id":6609,"name":"White 2h sword","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1920,"lowalch":768,"highalch":1152,"buy_limit":125,"wiki_name":"White 2h sword","wiki_url":"https://oldschool.runescape.wiki/w/White_2h_sword","equipment":{"attack_stab":-4,"attack_slash":27,"attack_crush":21,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":26,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"2h","requirements":{"attack":10}},"weapon":{"attack_speed":7,"weapon_type":"2h_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"smash","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":10760},"6611":{"id":6611,"name":"White scimitar","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":768,"lowalch":307,"highalch":460,"buy_limit":125,"wiki_name":"White scimitar","wiki_url":"https://oldschool.runescape.wiki/w/White_scimitar","equipment":{"attack_stab":4,"attack_slash":19,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":14,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"weapon","requirements":{"attack":10}},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":625},"6613":{"id":6613,"name":"White warhammer","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":980,"lowalch":392,"highalch":588,"buy_limit":125,"wiki_name":"White warhammer","wiki_url":"https://oldschool.runescape.wiki/w/White_warhammer","equipment":{"attack_stab":-4,"attack_slash":-4,"attack_crush":22,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":22,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"weapon","requirements":{"attack":10}},"weapon":{"attack_speed":6,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":545},"6615":{"id":6615,"name":"White chainbody","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1440,"lowalch":576,"highalch":864,"buy_limit":125,"wiki_name":"White chainbody","wiki_url":"https://oldschool.runescape.wiki/w/White_chainbody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":0,"defence_stab":22,"defence_slash":32,"defence_crush":39,"defence_magic":-3,"defence_ranged":24,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"body","requirements":{"defence":10}},"price":979},"6617":{"id":6617,"name":"White platebody","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3840,"lowalch":1536,"highalch":2304,"buy_limit":125,"wiki_name":"White platebody","wiki_url":"https://oldschool.runescape.wiki/w/White_platebody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":41,"defence_slash":40,"defence_crush":30,"defence_magic":-6,"defence_ranged":40,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"body","requirements":{"defence":10}},"price":5120},"6619":{"id":6619,"name":"White boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":576,"lowalch":230,"highalch":345,"buy_limit":125,"wiki_name":"White boots","wiki_url":"https://oldschool.runescape.wiki/w/White_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":7,"defence_slash":8,"defence_crush":9,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"feet","requirements":{"defence":10}},"price":863},"6621":{"id":6621,"name":"White med helm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":576,"lowalch":230,"highalch":345,"buy_limit":125,"wiki_name":"White med helm","wiki_url":"https://oldschool.runescape.wiki/w/White_med_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":0,"defence_stab":9,"defence_slash":10,"defence_crush":8,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"head","requirements":{"defence":10}},"price":6},"6623":{"id":6623,"name":"White full helm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1056,"lowalch":422,"highalch":633,"buy_limit":125,"wiki_name":"White full helm","wiki_url":"https://oldschool.runescape.wiki/w/White_full_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":12,"defence_slash":13,"defence_crush":10,"defence_magic":-1,"defence_ranged":12,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"head","requirements":{"defence":10}},"price":2562},"6625":{"id":6625,"name":"White platelegs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1920,"lowalch":768,"highalch":1152,"buy_limit":125,"wiki_name":"White platelegs","wiki_url":"https://oldschool.runescape.wiki/w/White_platelegs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":21,"defence_slash":20,"defence_crush":19,"defence_magic":-4,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"legs","requirements":{"defence":10}},"price":2757},"6627":{"id":6627,"name":"White plateskirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1920,"lowalch":768,"highalch":1152,"buy_limit":125,"wiki_name":"White plateskirt","wiki_url":"https://oldschool.runescape.wiki/w/White_plateskirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":21,"defence_slash":20,"defence_crush":19,"defence_magic":-4,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"legs","requirements":{"defence":10}},"price":6197},"6629":{"id":6629,"name":"White gloves","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":6,"lowalch":2,"highalch":3,"buy_limit":125,"wiki_name":"White gloves","wiki_url":"https://oldschool.runescape.wiki/w/White_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"hands","requirements":{"defence":10}},"price":320},"6631":{"id":6631,"name":"White sq shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1152,"lowalch":460,"highalch":691,"buy_limit":125,"wiki_name":"White sq shield","wiki_url":"https://oldschool.runescape.wiki/w/White_sq_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":0,"defence_stab":15,"defence_slash":16,"defence_crush":14,"defence_magic":0,"defence_ranged":15,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"shield","requirements":{"defence":10}},"price":1021},"6633":{"id":6633,"name":"White kiteshield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1632,"lowalch":652,"highalch":979,"buy_limit":125,"wiki_name":"White kiteshield","wiki_url":"https://oldschool.runescape.wiki/w/White_kiteshield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":17,"defence_slash":19,"defence_crush":18,"defence_magic":-1,"defence_ranged":18,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"shield","requirements":{"defence":10}},"price":1688},"6635":{"id":6635,"name":"Commorb","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Commorb","wiki_url":"https://oldschool.runescape.wiki/w/Commorb","price":0},"6636":{"id":6636,"name":"Solus's hat","members":true,"cost":1,"wiki_name":"Solus's hat","wiki_url":"https://oldschool.runescape.wiki/w/Solus's_hat","price":0},"6637":{"id":6637,"name":"Dark beast","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"6638":{"id":6638,"name":"Colour wheel","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Colour wheel","wiki_url":"https://oldschool.runescape.wiki/w/Colour_wheel","price":0},"6639":{"id":6639,"name":"Hand mirror","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Hand mirror (Mourning's End Part II)","wiki_url":"https://oldschool.runescape.wiki/w/Hand_mirror#Mourning's_End_Part_II","price":0},"6640":{"id":6640,"name":"Red crystal","members":true,"cost":1,"wiki_name":"Red crystal (Mourning's End Part II)","wiki_url":"https://oldschool.runescape.wiki/w/Red_crystal_(Mourning's_End_Part_II)","price":0},"6641":{"id":6641,"name":"Yellow crystal","members":true,"cost":1,"wiki_name":"Yellow crystal (Mourning's End Part II)","wiki_url":"https://oldschool.runescape.wiki/w/Yellow_crystal_(Mourning's_End_Part_II)","price":0},"6642":{"id":6642,"name":"Green crystal","members":true,"cost":1,"wiki_name":"Green crystal (Mourning's End Part II)","wiki_url":"https://oldschool.runescape.wiki/w/Green_crystal_(Mourning's_End_Part_II)","price":0},"6643":{"id":6643,"name":"Cyan crystal","members":true,"cost":1,"wiki_name":"Cyan crystal (Mourning's End Part II)","wiki_url":"https://oldschool.runescape.wiki/w/Cyan_crystal_(Mourning's_End_Part_II)","price":0},"6644":{"id":6644,"name":"Blue crystal","members":true,"cost":1,"wiki_name":"Blue crystal (Mourning's End Part II)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_crystal_(Mourning's_End_Part_II)","price":0},"6645":{"id":6645,"name":"Magenta crystal","members":true,"cost":1,"wiki_name":"Magenta crystal (Mourning's End Part II)","wiki_url":"https://oldschool.runescape.wiki/w/Magenta_crystal_(Mourning's_End_Part_II)","price":0},"6646":{"id":6646,"name":"Fractured crystal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fractured crystal (Mourning's End Part II) (Horizontal)","wiki_url":"https://oldschool.runescape.wiki/w/Fractured_crystal_(Mourning's_End_Part_II)#Horizontal","price":0},"6647":{"id":6647,"name":"Fractured crystal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fractured crystal (Mourning's End Part II) (Vertical)","wiki_url":"https://oldschool.runescape.wiki/w/Fractured_crystal_(Mourning's_End_Part_II)#Vertical","price":0},"6648":{"id":6648,"name":"Item list","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Item list","wiki_url":"https://oldschool.runescape.wiki/w/Item_list","price":0},"6649":{"id":6649,"name":"Edern's journal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Edern's journal","wiki_url":"https://oldschool.runescape.wiki/w/Edern's_journal","price":0},"6650":{"id":6650,"name":"Blackened crystal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blackened crystal","wiki_url":"https://oldschool.runescape.wiki/w/Blackened_crystal","price":0},"6651":{"id":6651,"name":"Newly made crystal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Newly made crystal (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Newly_made_crystal#Uncharged","price":0},"6652":{"id":6652,"name":"Newly made crystal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Newly made crystal (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Newly_made_crystal#Charged","price":0},"6653":{"id":6653,"name":"Crystal trinket","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal trinket","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_trinket","price":0},"6654":{"id":6654,"name":"Camo top","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Camo top","wiki_url":"https://oldschool.runescape.wiki/w/Camo_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"6655":{"id":6655,"name":"Camo bottoms","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Camo bottoms","wiki_url":"https://oldschool.runescape.wiki/w/Camo_bottoms","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"6656":{"id":6656,"name":"Camo helmet","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Camo helmet","wiki_url":"https://oldschool.runescape.wiki/w/Camo_helmet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"6657":{"id":6657,"name":"Camo top","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Camo top (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Camo_top_(unobtainable_item)","price":0},"6658":{"id":6658,"name":"Camo bottoms","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Camo bottoms (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Camo_bottoms_(unobtainable_item)","price":0},"6659":{"id":6659,"name":"Camo helmet","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Camo helmet (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Camo_helmet_(unobtainable_item)","price":0},"6660":{"id":6660,"name":"Fishing explosive","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fishing explosive","wiki_url":"https://oldschool.runescape.wiki/w/Fishing_explosive","price":0},"6661":{"id":6661,"name":"Mogre","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"6662":{"id":6662,"name":"Broken fishing rod","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Broken fishing rod","wiki_url":"https://oldschool.runescape.wiki/w/Broken_fishing_rod","price":0},"6663":{"id":6663,"name":"Forlorn boot","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Forlorn boot","wiki_url":"https://oldschool.runescape.wiki/w/Forlorn_boot","price":0},"6665":{"id":6665,"name":"Mudskipper hat","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Mudskipper hat","wiki_url":"https://oldschool.runescape.wiki/w/Mudskipper_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"6666":{"id":6666,"name":"Flippers","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Flippers","wiki_url":"https://oldschool.runescape.wiki/w/Flippers","equipment":{"attack_stab":-2,"attack_slash":-2,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"6667":{"id":6667,"name":"Empty fishbowl","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":100,"wiki_name":"Fishbowl (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Fishbowl#Empty","price":37},"6668":{"id":6668,"name":"Fishbowl","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Fishbowl (Water)","wiki_url":"https://oldschool.runescape.wiki/w/Fishbowl#Water","price":0},"6669":{"id":6669,"name":"Fishbowl","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Fishbowl (Seaweed)","wiki_url":"https://oldschool.runescape.wiki/w/Fishbowl#Seaweed","price":0},"6670":{"id":6670,"name":"Fishbowl","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Fishbowl (pet) (Bluefish)","wiki_url":"https://oldschool.runescape.wiki/w/Fishbowl_(pet)#Bluefish","price":0},"6671":{"id":6671,"name":"Fishbowl","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Fishbowl (pet) (Greenfish)","wiki_url":"https://oldschool.runescape.wiki/w/Fishbowl_(pet)#Greenfish","price":0},"6672":{"id":6672,"name":"Fishbowl","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Fishbowl (pet) (Spinefish)","wiki_url":"https://oldschool.runescape.wiki/w/Fishbowl_(pet)#Spinefish","price":0},"6673":{"id":6673,"name":"Fishbowl and net","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Fishbowl and net","wiki_url":"https://oldschool.runescape.wiki/w/Fishbowl_and_net","price":0},"6674":{"id":6674,"name":"Tiny net","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Tiny net","wiki_url":"https://oldschool.runescape.wiki/w/Tiny_net","price":0},"6675":{"id":6675,"name":"An empty box","members":true,"tradeable":true,"noteable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"An empty box","wiki_url":"https://oldschool.runescape.wiki/w/An_empty_box","price":0},"6677":{"id":6677,"name":"Guam in a box","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Guam in a box","wiki_url":"https://oldschool.runescape.wiki/w/Guam_in_a_box","price":0},"6678":{"id":6678,"name":"Guam in a box?","cost":5,"lowalch":2,"highalch":3,"wiki_name":"Guam in a box?","wiki_url":"https://oldschool.runescape.wiki/w/Guam_in_a_box?","price":0},"6679":{"id":6679,"name":"Seaweed in a box","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Seaweed in a box","wiki_url":"https://oldschool.runescape.wiki/w/Seaweed_in_a_box","price":0},"6680":{"id":6680,"name":"Seaweed in a box?","cost":5,"lowalch":2,"highalch":3,"wiki_name":"Seaweed in a box?","wiki_url":"https://oldschool.runescape.wiki/w/Seaweed_in_a_box?","price":0},"6681":{"id":6681,"name":"Ground guam","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":100,"wiki_name":"Ground guam","wiki_url":"https://oldschool.runescape.wiki/w/Ground_guam","price":17},"6683":{"id":6683,"name":"Ground seaweed","members":true,"tradeable":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Ground seaweed","wiki_url":"https://oldschool.runescape.wiki/w/Ground_seaweed","price":0},"6685":{"id":6685,"name":"Saradomin brew(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":2000,"wiki_name":"Saradomin brew (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_brew#4_dose","price":15183},"6687":{"id":6687,"name":"Saradomin brew(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":175,"lowalch":70,"highalch":105,"buy_limit":2000,"wiki_name":"Saradomin brew (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_brew#3_dose","price":11041},"6689":{"id":6689,"name":"Saradomin brew(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":2000,"wiki_name":"Saradomin brew (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_brew#2_dose","price":7480},"6691":{"id":6691,"name":"Saradomin brew(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":125,"lowalch":50,"highalch":75,"buy_limit":2000,"wiki_name":"Saradomin brew (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_brew#1_dose","price":3959},"6693":{"id":6693,"name":"Crushed nest","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":11000,"wiki_name":"Crushed nest","wiki_url":"https://oldschool.runescape.wiki/w/Crushed_nest","price":7926},"6695":{"id":6695,"name":"Desert lizard","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"6696":{"id":6696,"name":"Ice cooler","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ice cooler","wiki_url":"https://oldschool.runescape.wiki/w/Ice_cooler","price":0},"6697":{"id":6697,"name":"Pat of butter","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":11000,"wiki_name":"Pat of butter","wiki_url":"https://oldschool.runescape.wiki/w/Pat_of_butter","price":45},"6699":{"id":6699,"name":"Burnt potato","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt potato","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_potato","price":0},"6701":{"id":6701,"name":"Baked potato","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":13000,"wiki_name":"Baked potato","wiki_url":"https://oldschool.runescape.wiki/w/Baked_potato","price":242},"6703":{"id":6703,"name":"Potato with butter","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":8,"lowalch":3,"highalch":4,"buy_limit":13000,"wiki_name":"Potato with butter","wiki_url":"https://oldschool.runescape.wiki/w/Potato_with_butter","price":480},"6705":{"id":6705,"name":"Potato with cheese","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":8,"lowalch":3,"highalch":4,"buy_limit":13000,"wiki_name":"Potato with cheese","wiki_url":"https://oldschool.runescape.wiki/w/Potato_with_cheese","price":348},"6707":{"id":6707,"name":"Camulet","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Camulet","wiki_url":"https://oldschool.runescape.wiki/w/Camulet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"6708":{"id":6708,"name":"Slayer gloves","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Slayer gloves","wiki_url":"https://oldschool.runescape.wiki/w/Slayer_gloves","price":0},"6709":{"id":6709,"name":"Fever spider","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"6710":{"id":6710,"name":"Blindweed seed","members":true,"stackable":true,"cost":166,"lowalch":66,"highalch":99,"wiki_name":"Blindweed seed","wiki_url":"https://oldschool.runescape.wiki/w/Blindweed_seed","price":0},"6711":{"id":6711,"name":"Blindweed","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blindweed","wiki_url":"https://oldschool.runescape.wiki/w/Blindweed","price":0},"6712":{"id":6712,"name":"Bucket of water","members":true,"cost":1,"wiki_name":"Bucket of water (Rum Deal)","wiki_url":"https://oldschool.runescape.wiki/w/Bucket_of_water_(Rum_Deal)","price":0},"6713":{"id":6713,"name":"Wrench","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Wrench","wiki_url":"https://oldschool.runescape.wiki/w/Wrench","price":0},"6714":{"id":6714,"name":"Holy wrench","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Holy wrench","wiki_url":"https://oldschool.runescape.wiki/w/Holy_wrench","price":0},"6715":{"id":6715,"name":"Sluglings","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sluglings","wiki_url":"https://oldschool.runescape.wiki/w/Sluglings","price":0},"6716":{"id":6716,"name":"Karamthulhu","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Karamthulhu","wiki_url":"https://oldschool.runescape.wiki/w/Karamthulhu","price":0},"6717":{"id":6717,"name":"Karamthulhu","members":true,"cost":20000,"lowalch":8000,"highalch":12000,"wiki_name":"Karamthulhu (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Karamthulhu_(unobtainable_item)","price":0},"6718":{"id":6718,"name":"Fever spider body","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fever spider body","wiki_url":"https://oldschool.runescape.wiki/w/Fever_spider_body","price":0},"6719":{"id":6719,"name":"Unsanitary swill","members":true,"cost":1,"wiki_name":"Unsanitary swill","wiki_url":"https://oldschool.runescape.wiki/w/Unsanitary_swill","price":0},"6721":{"id":6721,"name":"Rusty scimitar","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rusty scimitar","wiki_url":"https://oldschool.runescape.wiki/w/Rusty_scimitar","price":0},"6722":{"id":6722,"name":"Zombie head","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Zombie head","wiki_url":"https://oldschool.runescape.wiki/w/Zombie_head","price":0},"6724":{"id":6724,"name":"Seercull","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":8000,"lowalch":3200,"highalch":4800,"buy_limit":8,"wiki_name":"Seercull","wiki_url":"https://oldschool.runescape.wiki/w/Seercull","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":69,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":50}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":45663},"6728":{"id":6728,"name":"Dagannoth-king bonemeal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dagannoth-king bonemeal","wiki_url":"https://oldschool.runescape.wiki/w/Dagannoth-king_bonemeal","price":0},"6729":{"id":6729,"name":"Dagannoth bones","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":7500,"wiki_name":"Dagannoth bones","wiki_url":"https://oldschool.runescape.wiki/w/Dagannoth_bones","price":8150},"6731":{"id":6731,"name":"Seers ring","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":8,"wiki_name":"Seers ring","wiki_url":"https://oldschool.runescape.wiki/w/Seers_ring","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":6,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":6,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":555677},"6733":{"id":6733,"name":"Archers ring","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":8,"wiki_name":"Archers ring","wiki_url":"https://oldschool.runescape.wiki/w/Archers_ring","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":4,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":4,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":3531373},"6735":{"id":6735,"name":"Warrior ring","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":8,"wiki_name":"Warrior ring","wiki_url":"https://oldschool.runescape.wiki/w/Warrior_ring","equipment":{"attack_stab":0,"attack_slash":4,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":4,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":85198},"6737":{"id":6737,"name":"Berserker ring","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":8,"wiki_name":"Berserker ring","wiki_url":"https://oldschool.runescape.wiki/w/Berserker_ring","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":4,"defence_magic":0,"defence_ranged":0,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":4685975},"6739":{"id":6739,"name":"Dragon axe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":55000,"lowalch":22000,"highalch":33000,"buy_limit":40,"wiki_name":"Dragon axe","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_axe","equipment":{"attack_stab":-2,"attack_slash":38,"attack_crush":32,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":61}},"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":64155},"6741":{"id":6741,"name":"Broken axe","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Broken axe (dragon)","wiki_url":"https://oldschool.runescape.wiki/w/Broken_axe_(dragon)","price":0},"6743":{"id":6743,"name":"Dragon axe head","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dragon axe head","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_axe_head","price":0},"6745":{"id":6745,"name":"Silverlight","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Silverlight (Dyed)","wiki_url":"https://oldschool.runescape.wiki/w/Silverlight#Dyed","equipment":{"attack_stab":9,"attack_slash":14,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":2,"defence_magic":1,"defence_ranged":0,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"6746":{"id":6746,"name":"Darklight","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":500,"lowalch":200,"highalch":300,"wiki_name":"Darklight","wiki_url":"https://oldschool.runescape.wiki/w/Darklight","equipment":{"attack_stab":10,"attack_slash":16,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":2,"defence_magic":2,"defence_ranged":0,"melee_strength":13,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"6747":{"id":6747,"name":"Demonic sigil mould","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Demonic sigil mould","wiki_url":"https://oldschool.runescape.wiki/w/Demonic_sigil_mould","price":0},"6748":{"id":6748,"name":"Demonic sigil","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Demonic sigil","wiki_url":"https://oldschool.runescape.wiki/w/Demonic_sigil","price":0},"6749":{"id":6749,"name":"Demonic tome","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Demonic tome","wiki_url":"https://oldschool.runescape.wiki/w/Demonic_tome","price":0},"6750":{"id":6750,"name":"Black desert shirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":15,"wiki_name":"Black desert shirt","wiki_url":"https://oldschool.runescape.wiki/w/Black_desert_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":924},"6752":{"id":6752,"name":"Black desert robe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":15,"wiki_name":"Black desert robe","wiki_url":"https://oldschool.runescape.wiki/w/Black_desert_robe","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":508},"6754":{"id":6754,"name":"Enchanted key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Enchanted key (item)","wiki_url":"https://oldschool.runescape.wiki/w/Enchanted_key_(item)","price":0},"6755":{"id":6755,"name":"Journal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Journal (Making History)","wiki_url":"https://oldschool.runescape.wiki/w/Journal_(Making_History)","price":0},"6756":{"id":6756,"name":"Letter","members":true,"cost":1,"wiki_name":"Letter (King Lathas)","wiki_url":"https://oldschool.runescape.wiki/w/Letter_(King_Lathas)","price":0},"6757":{"id":6757,"name":"Letter","members":true,"cost":1,"wiki_name":"Letter (Jorral)","wiki_url":"https://oldschool.runescape.wiki/w/Letter_(Jorral)","price":0},"6758":{"id":6758,"name":"Scroll","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Scroll (Making History)","wiki_url":"https://oldschool.runescape.wiki/w/Scroll_(Making_History)","price":0},"6759":{"id":6759,"name":"Chest","members":true,"cost":1,"wiki_name":"Chest (Making History)","wiki_url":"https://oldschool.runescape.wiki/w/Chest_(Making_History)","price":0},"6760":{"id":6760,"name":"Guthix mjolnir","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":625,"lowalch":250,"highalch":375,"buy_limit":8,"wiki_name":"Guthix mjolnir","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_mjolnir","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":11,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":14,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":6,"weapon_type":"polestaff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":7568},"6762":{"id":6762,"name":"Saradomin mjolnir","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":625,"lowalch":250,"highalch":375,"buy_limit":8,"wiki_name":"Saradomin mjolnir","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_mjolnir","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":11,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":14,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":6,"weapon_type":"polestaff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":7257},"6764":{"id":6764,"name":"Zamorak mjolnir","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":625,"lowalch":250,"highalch":375,"buy_limit":8,"wiki_name":"Zamorak mjolnir","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_mjolnir","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":11,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":14,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":6,"weapon_type":"polestaff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":4535},"6766":{"id":6766,"name":"Cat antipoison","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cat antipoison","wiki_url":"https://oldschool.runescape.wiki/w/Cat_antipoison","price":0},"6767":{"id":6767,"name":"Book","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Book (Ratpits)","wiki_url":"https://oldschool.runescape.wiki/w/Book_(Ratpits)","price":0},"6768":{"id":6768,"name":"Poisoned cheese","members":true,"cost":1,"wiki_name":"Poisoned cheese","wiki_url":"https://oldschool.runescape.wiki/w/Poisoned_cheese","price":0},"6769":{"id":6769,"name":"Music scroll","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Music scroll","wiki_url":"https://oldschool.runescape.wiki/w/Music_scroll","price":0},"6770":{"id":6770,"name":"Directions","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Directions","wiki_url":"https://oldschool.runescape.wiki/w/Directions","price":0},"6771":{"id":6771,"name":"Pot of weeds","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pot of weeds","wiki_url":"https://oldschool.runescape.wiki/w/Pot_of_weeds","price":0},"6772":{"id":6772,"name":"Smouldering pot","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Smouldering pot","wiki_url":"https://oldschool.runescape.wiki/w/Smouldering_pot","price":0},"6773":{"id":6773,"name":"Rat pole","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rat pole (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Rat_pole#Empty","equipment":{"attack_stab":0,"attack_slash":-1,"attack_crush":7,"attack_magic":4,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":4,"defence_ranged":0,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"6774":{"id":6774,"name":"Rat pole","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rat pole (One rat)","wiki_url":"https://oldschool.runescape.wiki/w/Rat_pole#One_rat","equipment":{"attack_stab":0,"attack_slash":-1,"attack_crush":7,"attack_magic":4,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":4,"defence_ranged":0,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"6775":{"id":6775,"name":"Rat pole","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rat pole (Two rats)","wiki_url":"https://oldschool.runescape.wiki/w/Rat_pole#Two_rats","equipment":{"attack_stab":0,"attack_slash":-1,"attack_crush":7,"attack_magic":4,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":4,"defence_ranged":0,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"6776":{"id":6776,"name":"Rat pole","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rat pole (Three rats)","wiki_url":"https://oldschool.runescape.wiki/w/Rat_pole#Three_rats","equipment":{"attack_stab":0,"attack_slash":-1,"attack_crush":7,"attack_magic":4,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":4,"defence_ranged":0,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"6777":{"id":6777,"name":"Rat pole","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rat pole (Four rats)","wiki_url":"https://oldschool.runescape.wiki/w/Rat_pole#Four_rats","equipment":{"attack_stab":0,"attack_slash":-1,"attack_crush":7,"attack_magic":4,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":4,"defence_ranged":0,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"6778":{"id":6778,"name":"Rat pole","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rat pole (Five rats)","wiki_url":"https://oldschool.runescape.wiki/w/Rat_pole#Five_rats","equipment":{"attack_stab":0,"attack_slash":-1,"attack_crush":7,"attack_magic":4,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":4,"defence_ranged":0,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"6779":{"id":6779,"name":"Rat pole","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rat pole (Six rats)","wiki_url":"https://oldschool.runescape.wiki/w/Rat_pole#Six_rats","equipment":{"attack_stab":0,"attack_slash":-1,"attack_crush":7,"attack_magic":4,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":4,"defence_ranged":0,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"6780":{"id":6780,"name":"Menaphite thug","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"6785":{"id":6785,"name":"Statuette","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Statuette (Spirits of the Elid)","wiki_url":"https://oldschool.runescape.wiki/w/Statuette_(Spirits_of_the_Elid)","price":0},"6786":{"id":6786,"name":"Robe of elidinis","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Robe of elidinis (top)","wiki_url":"https://oldschool.runescape.wiki/w/Robe_of_elidinis_(top)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"6787":{"id":6787,"name":"Robe of elidinis","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Robe of elidinis (bottom)","wiki_url":"https://oldschool.runescape.wiki/w/Robe_of_elidinis_(bottom)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"6788":{"id":6788,"name":"Torn robe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Torn robe (top)","wiki_url":"https://oldschool.runescape.wiki/w/Torn_robe_(top)","price":0},"6789":{"id":6789,"name":"Torn robe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Torn robe (bottom)","wiki_url":"https://oldschool.runescape.wiki/w/Torn_robe_(bottom)","price":0},"6790":{"id":6790,"name":"Shoes","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shoes","wiki_url":"https://oldschool.runescape.wiki/w/Shoes","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"6791":{"id":6791,"name":"Sole","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sole","wiki_url":"https://oldschool.runescape.wiki/w/Sole","price":0},"6792":{"id":6792,"name":"Ancestral key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ancestral key","wiki_url":"https://oldschool.runescape.wiki/w/Ancestral_key","price":0},"6793":{"id":6793,"name":"Ballad","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ballad","wiki_url":"https://oldschool.runescape.wiki/w/Ballad","price":0},"6794":{"id":6794,"name":"Choc-ice","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":6000,"wiki_name":"Choc-ice","wiki_url":"https://oldschool.runescape.wiki/w/Choc-ice","price":196},"6796":{"id":6796,"name":"Lamp","members":true,"cost":1,"wiki_name":"Lamp (Spirits of the Elid)","wiki_url":"https://oldschool.runescape.wiki/w/Lamp_(Spirits_of_the_Elid)","price":0},"6798":{"id":6798,"name":"Earth warrior champion scroll","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Earth warrior champion scroll","wiki_url":"https://oldschool.runescape.wiki/w/Earth_warrior_champion_scroll","price":0},"6799":{"id":6799,"name":"Ghoul champion scroll","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ghoul champion scroll","wiki_url":"https://oldschool.runescape.wiki/w/Ghoul_champion_scroll","price":0},"6800":{"id":6800,"name":"Giant champion scroll","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Giant champion scroll","wiki_url":"https://oldschool.runescape.wiki/w/Giant_champion_scroll","price":0},"6801":{"id":6801,"name":"Goblin champion scroll","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Goblin champion scroll","wiki_url":"https://oldschool.runescape.wiki/w/Goblin_champion_scroll","price":0},"6802":{"id":6802,"name":"Hobgoblin champion scroll","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Hobgoblin champion scroll","wiki_url":"https://oldschool.runescape.wiki/w/Hobgoblin_champion_scroll","price":0},"6803":{"id":6803,"name":"Imp champion scroll","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Imp champion scroll","wiki_url":"https://oldschool.runescape.wiki/w/Imp_champion_scroll","price":0},"6804":{"id":6804,"name":"Jogre champion scroll","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Jogre champion scroll","wiki_url":"https://oldschool.runescape.wiki/w/Jogre_champion_scroll","price":0},"6805":{"id":6805,"name":"Lesser demon champion scroll","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Lesser demon champion scroll","wiki_url":"https://oldschool.runescape.wiki/w/Lesser_demon_champion_scroll","price":0},"6806":{"id":6806,"name":"Skeleton champion scroll","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Skeleton champion scroll","wiki_url":"https://oldschool.runescape.wiki/w/Skeleton_champion_scroll","price":0},"6807":{"id":6807,"name":"Zombie champion scroll","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Zombie champion scroll","wiki_url":"https://oldschool.runescape.wiki/w/Zombie_champion_scroll","price":0},"6808":{"id":6808,"name":"Leon's champion scroll","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Leon's champion scroll","wiki_url":"https://oldschool.runescape.wiki/w/Leon's_champion_scroll","price":0},"6809":{"id":6809,"name":"Granite legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":66000,"lowalch":26400,"highalch":39600,"buy_limit":70,"wiki_name":"Granite legs","wiki_url":"https://oldschool.runescape.wiki/w/Granite_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-31,"attack_ranged":-18,"defence_stab":43,"defence_slash":45,"defence_crush":41,"defence_magic":-4,"defence_ranged":68,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":50,"strength":50}},"price":41211},"6810":{"id":6810,"name":"Wyvern bonemeal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wyvern bonemeal","wiki_url":"https://oldschool.runescape.wiki/w/Wyvern_bonemeal","price":0},"6811":{"id":6811,"name":"Skeletal wyvern","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"6812":{"id":6812,"name":"Wyvern bones","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":7500,"wiki_name":"Wyvern bones","wiki_url":"https://oldschool.runescape.wiki/w/Wyvern_bones","price":2681},"6814":{"id":6814,"name":"Fur","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":18000,"wiki_name":"Fur","wiki_url":"https://oldschool.runescape.wiki/w/Fur","price":489},"6817":{"id":6817,"name":"Slender blade","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Slender blade","wiki_url":"https://oldschool.runescape.wiki/w/Slender_blade","price":0},"6818":{"id":6818,"name":"Bow-sword","members":true,"cost":1,"wiki_name":"Bow-sword","wiki_url":"https://oldschool.runescape.wiki/w/Bow-sword","price":0},"6819":{"id":6819,"name":"Large pouch","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Large pouch (Devious Minds)","wiki_url":"https://oldschool.runescape.wiki/w/Large_pouch_(Devious_Minds)","price":0},"6820":{"id":6820,"name":"Relic","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Relic","wiki_url":"https://oldschool.runescape.wiki/w/Relic","price":0},"6821":{"id":6821,"name":"Orb","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Orb (Devious Minds)","wiki_url":"https://oldschool.runescape.wiki/w/Orb_(Devious_Minds)","price":0},"6822":{"id":6822,"name":"Star bauble","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Star bauble (Unpainted)","wiki_url":"https://oldschool.runescape.wiki/w/Star_bauble#Unpainted","price":0},"6823":{"id":6823,"name":"Star bauble","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Star bauble (Yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Star_bauble#Yellow","price":0},"6824":{"id":6824,"name":"Star bauble","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Star bauble (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Star_bauble#Red","price":0},"6825":{"id":6825,"name":"Star bauble","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Star bauble (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Star_bauble#Blue","price":0},"6826":{"id":6826,"name":"Star bauble","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Star bauble (Green)","wiki_url":"https://oldschool.runescape.wiki/w/Star_bauble#Green","price":0},"6827":{"id":6827,"name":"Star bauble","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Star bauble (Pink)","wiki_url":"https://oldschool.runescape.wiki/w/Star_bauble#Pink","price":0},"6828":{"id":6828,"name":"Box bauble","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Box bauble (Unpainted)","wiki_url":"https://oldschool.runescape.wiki/w/Box_bauble#Unpainted","price":0},"6829":{"id":6829,"name":"Box bauble","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Box bauble (Yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Box_bauble#Yellow","price":0},"6830":{"id":6830,"name":"Box bauble","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Box bauble (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Box_bauble#Red","price":0},"6831":{"id":6831,"name":"Box bauble","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Box bauble (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Box_bauble#Blue","price":0},"6832":{"id":6832,"name":"Box bauble","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Box bauble (Green)","wiki_url":"https://oldschool.runescape.wiki/w/Box_bauble#Green","price":0},"6833":{"id":6833,"name":"Box bauble","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Box bauble (Pink)","wiki_url":"https://oldschool.runescape.wiki/w/Box_bauble#Pink","price":0},"6834":{"id":6834,"name":"Diamond bauble","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Diamond bauble (Unpainted)","wiki_url":"https://oldschool.runescape.wiki/w/Diamond_bauble#Unpainted","price":0},"6835":{"id":6835,"name":"Diamond bauble","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Diamond bauble (Yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Diamond_bauble#Yellow","price":0},"6836":{"id":6836,"name":"Diamond bauble","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Diamond bauble (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Diamond_bauble#Red","price":0},"6837":{"id":6837,"name":"Diamond bauble","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Diamond bauble (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Diamond_bauble#Blue","price":0},"6838":{"id":6838,"name":"Diamond bauble","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Diamond bauble (Green)","wiki_url":"https://oldschool.runescape.wiki/w/Diamond_bauble#Green","price":0},"6839":{"id":6839,"name":"Diamond bauble","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Diamond bauble (Pink)","wiki_url":"https://oldschool.runescape.wiki/w/Diamond_bauble#Pink","price":0},"6840":{"id":6840,"name":"Tree bauble","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tree bauble (Unpainted)","wiki_url":"https://oldschool.runescape.wiki/w/Tree_bauble#Unpainted","price":0},"6841":{"id":6841,"name":"Tree bauble","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tree bauble (Yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Tree_bauble#Yellow","price":0},"6842":{"id":6842,"name":"Tree bauble","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tree bauble (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Tree_bauble#Red","price":0},"6843":{"id":6843,"name":"Tree bauble","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tree bauble (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Tree_bauble#Blue","price":0},"6844":{"id":6844,"name":"Tree bauble","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tree bauble (Green)","wiki_url":"https://oldschool.runescape.wiki/w/Tree_bauble#Green","price":0},"6845":{"id":6845,"name":"Tree bauble","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tree bauble (Pink)","wiki_url":"https://oldschool.runescape.wiki/w/Tree_bauble#Pink","price":0},"6846":{"id":6846,"name":"Bell bauble","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bell bauble (Unpainted)","wiki_url":"https://oldschool.runescape.wiki/w/Bell_bauble#Unpainted","price":0},"6847":{"id":6847,"name":"Bell bauble","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bell bauble (Yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Bell_bauble#Yellow","price":0},"6848":{"id":6848,"name":"Bell bauble","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bell bauble (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Bell_bauble#Red","price":0},"6849":{"id":6849,"name":"Bell bauble","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bell bauble (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Bell_bauble#Blue","price":0},"6850":{"id":6850,"name":"Bell bauble","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bell bauble (Green)","wiki_url":"https://oldschool.runescape.wiki/w/Bell_bauble#Green","price":0},"6851":{"id":6851,"name":"Bell bauble","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bell bauble (Pink)","wiki_url":"https://oldschool.runescape.wiki/w/Bell_bauble#Pink","price":0},"6852":{"id":6852,"name":"Puppet box","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Puppet box (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Puppet_box#Empty","price":0},"6853":{"id":6853,"name":"Bauble box","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bauble box (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Bauble_box#Empty","price":0},"6854":{"id":6854,"name":"Puppet box","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Puppet box (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Puppet_box#Full","price":0},"6855":{"id":6855,"name":"Bauble box","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bauble box (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Bauble_box#Full","price":0},"6856":{"id":6856,"name":"Bobble hat","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bobble hat","wiki_url":"https://oldschool.runescape.wiki/w/Bobble_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"6857":{"id":6857,"name":"Bobble scarf","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bobble scarf","wiki_url":"https://oldschool.runescape.wiki/w/Bobble_scarf","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"6858":{"id":6858,"name":"Jester hat","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Jester hat","wiki_url":"https://oldschool.runescape.wiki/w/Jester_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"6859":{"id":6859,"name":"Jester scarf","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Jester scarf","wiki_url":"https://oldschool.runescape.wiki/w/Jester_scarf","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"6860":{"id":6860,"name":"Tri-jester hat","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tri-jester hat","wiki_url":"https://oldschool.runescape.wiki/w/Tri-jester_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"6861":{"id":6861,"name":"Tri-jester scarf","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tri-jester scarf","wiki_url":"https://oldschool.runescape.wiki/w/Tri-jester_scarf","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"6862":{"id":6862,"name":"Woolly hat","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Woolly hat","wiki_url":"https://oldschool.runescape.wiki/w/Woolly_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"6863":{"id":6863,"name":"Woolly scarf","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Woolly scarf","wiki_url":"https://oldschool.runescape.wiki/w/Woolly_scarf","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"6864":{"id":6864,"name":"Marionette handle","cost":60000,"lowalch":24000,"highalch":36000,"wiki_name":"Marionette handle","wiki_url":"https://oldschool.runescape.wiki/w/Marionette_handle","price":0},"6865":{"id":6865,"name":"Blue marionette","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue marionette","wiki_url":"https://oldschool.runescape.wiki/w/Blue_marionette","price":0},"6866":{"id":6866,"name":"Green marionette","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Green marionette","wiki_url":"https://oldschool.runescape.wiki/w/Green_marionette","price":0},"6867":{"id":6867,"name":"Red marionette","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red marionette","wiki_url":"https://oldschool.runescape.wiki/w/Red_marionette","price":0},"6868":{"id":6868,"name":"Blue marionette","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue marionette (strung)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_marionette_(strung)","price":0},"6869":{"id":6869,"name":"Green marionette","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Green marionette (strung)","wiki_url":"https://oldschool.runescape.wiki/w/Green_marionette_(strung)","price":0},"6870":{"id":6870,"name":"Red marionette","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red marionette (strung)","wiki_url":"https://oldschool.runescape.wiki/w/Red_marionette_(strung)","price":0},"6871":{"id":6871,"name":"Red marionette","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red marionette (torso)","wiki_url":"https://oldschool.runescape.wiki/w/Red_marionette_(torso)","price":0},"6872":{"id":6872,"name":"Red marionette","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red marionette (head)","wiki_url":"https://oldschool.runescape.wiki/w/Red_marionette_(head)","price":0},"6873":{"id":6873,"name":"Red marionette","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red marionette (arms)","wiki_url":"https://oldschool.runescape.wiki/w/Red_marionette_(arms)","price":0},"6874":{"id":6874,"name":"Red marionette","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red marionette (legs)","wiki_url":"https://oldschool.runescape.wiki/w/Red_marionette_(legs)","price":0},"6875":{"id":6875,"name":"Blue marionette","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue marionette (torso)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_marionette_(torso)","price":0},"6876":{"id":6876,"name":"Blue marionette","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue marionette (head)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_marionette_(head)","price":0},"6877":{"id":6877,"name":"Blue marionette","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue marionette (arms)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_marionette_(arms)","price":0},"6878":{"id":6878,"name":"Blue marionette","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue marionette (legs)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_marionette_(legs)","price":0},"6879":{"id":6879,"name":"Green marionette","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Green marionette (torso)","wiki_url":"https://oldschool.runescape.wiki/w/Green_marionette_(torso)","price":0},"6880":{"id":6880,"name":"Green marionette","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Green marionette (head)","wiki_url":"https://oldschool.runescape.wiki/w/Green_marionette_(head)","price":0},"6881":{"id":6881,"name":"Green marionette","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Green marionette (arms)","wiki_url":"https://oldschool.runescape.wiki/w/Green_marionette_(arms)","price":0},"6882":{"id":6882,"name":"Green marionette","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Green marionette (legs)","wiki_url":"https://oldschool.runescape.wiki/w/Green_marionette_(legs)","price":0},"6883":{"id":6883,"name":"Peach","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Peach","wiki_url":"https://oldschool.runescape.wiki/w/Peach","price":0},"6885":{"id":6885,"name":"Progress hat","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Progress hat (Dull)","wiki_url":"https://oldschool.runescape.wiki/w/Progress_hat#Dull","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"6886":{"id":6886,"name":"Progress hat","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Progress hat (Energised)","wiki_url":"https://oldschool.runescape.wiki/w/Progress_hat#Energised","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"6887":{"id":6887,"name":"Progress hat","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Progress hat (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Progress_hat#Full","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"6889":{"id":6889,"name":"Mage's book","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":15,"wiki_name":"Mage's book","wiki_url":"https://oldschool.runescape.wiki/w/Mage's_book","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":2,"prayer":0,"slot":"shield","requirements":{"magic":60}},"price":3105006},"6891":{"id":6891,"name":"Arena book","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":15,"wiki_name":"Arena book","wiki_url":"https://oldschool.runescape.wiki/w/Arena_book","price":390},"6893":{"id":6893,"name":"Leather boots","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Leather boots (Mage Training Arena)","wiki_url":"https://oldschool.runescape.wiki/w/Leather_boots_(Mage_Training_Arena)","price":0},"6894":{"id":6894,"name":"Adamant kiteshield","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Adamant kiteshield (Mage Training Arena)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_kiteshield_(Mage_Training_Arena)","price":0},"6895":{"id":6895,"name":"Adamant med helm","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Adamant med helm (Mage Training Arena)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_med_helm_(Mage_Training_Arena)","price":0},"6896":{"id":6896,"name":"Emerald","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Emerald (Mage Training Arena)","wiki_url":"https://oldschool.runescape.wiki/w/Emerald_(Mage_Training_Arena)","price":0},"6897":{"id":6897,"name":"Rune longsword","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Rune longsword (Mage Training Arena)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_longsword_(Mage_Training_Arena)","price":0},"6898":{"id":6898,"name":"Cylinder","members":true,"cost":0,"wiki_name":"Cylinder","wiki_url":"https://oldschool.runescape.wiki/w/Cylinder","price":0},"6899":{"id":6899,"name":"Cube","members":true,"cost":0,"wiki_name":"Cube","wiki_url":"https://oldschool.runescape.wiki/w/Cube","price":0},"6900":{"id":6900,"name":"Icosahedron","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Icosahedron","wiki_url":"https://oldschool.runescape.wiki/w/Icosahedron","price":0},"6901":{"id":6901,"name":"Pentamid","members":true,"cost":0,"wiki_name":"Pentamid","wiki_url":"https://oldschool.runescape.wiki/w/Pentamid","price":0},"6902":{"id":6902,"name":"Orb","members":true,"cost":1,"wiki_name":"Orb","wiki_url":"https://oldschool.runescape.wiki/w/Orb","price":0},"6903":{"id":6903,"name":"Dragonstone","members":true,"cost":0,"wiki_name":"Dragonstone (Mage Training Arena)","wiki_url":"https://oldschool.runescape.wiki/w/Dragonstone_(Mage_Training_Arena)","price":0},"6904":{"id":6904,"name":"Animals' bones","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Animals' bones (1)","wiki_url":"https://oldschool.runescape.wiki/w/Animals'_bones#1","price":0},"6905":{"id":6905,"name":"Animals' bones","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Animals' bones (2)","wiki_url":"https://oldschool.runescape.wiki/w/Animals'_bones#2","price":0},"6906":{"id":6906,"name":"Animals' bones","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Animals' bones (3)","wiki_url":"https://oldschool.runescape.wiki/w/Animals'_bones#3","price":0},"6907":{"id":6907,"name":"Animals' bones","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Animals' bones (4)","wiki_url":"https://oldschool.runescape.wiki/w/Animals'_bones#4","price":0},"6908":{"id":6908,"name":"Beginner wand","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1200,"lowalch":480,"highalch":720,"buy_limit":125,"wiki_name":"Beginner wand","wiki_url":"https://oldschool.runescape.wiki/w/Beginner_wand","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":5,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":45}},"weapon":{"attack_speed":4,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":224245},"6910":{"id":6910,"name":"Apprentice wand","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1500,"lowalch":600,"highalch":900,"buy_limit":125,"wiki_name":"Apprentice wand","wiki_url":"https://oldschool.runescape.wiki/w/Apprentice_wand","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":10,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":10,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":50}},"weapon":{"attack_speed":4,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":685211},"6912":{"id":6912,"name":"Teacher wand","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":70,"wiki_name":"Teacher wand","wiki_url":"https://oldschool.runescape.wiki/w/Teacher_wand","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":50}},"weapon":{"attack_speed":4,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":1599912},"6914":{"id":6914,"name":"Master wand","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100001,"lowalch":40000,"highalch":60000,"buy_limit":70,"wiki_name":"Master wand","wiki_url":"https://oldschool.runescape.wiki/w/Master_wand","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":20,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":20,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":60}},"weapon":{"attack_speed":4,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":2211202},"6916":{"id":6916,"name":"Infinity top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":140000,"lowalch":56000,"highalch":84000,"buy_limit":125,"wiki_name":"Infinity top","wiki_url":"https://oldschool.runescape.wiki/w/Infinity_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":22,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":22,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"body","requirements":{"magic":50,"defence":25}},"price":1883532},"6918":{"id":6918,"name":"Infinity hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":17000,"lowalch":6800,"highalch":10200,"buy_limit":125,"wiki_name":"Infinity hat","wiki_url":"https://oldschool.runescape.wiki/w/Infinity_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":6,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":6,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"head","requirements":{"magic":50,"defence":25}},"price":976108},"6920":{"id":6920,"name":"Infinity boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":12000,"lowalch":4800,"highalch":7200,"buy_limit":125,"wiki_name":"Infinity boots","wiki_url":"https://oldschool.runescape.wiki/w/Infinity_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":5,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"magic":50,"defence":25}},"price":393500},"6922":{"id":6922,"name":"Infinity gloves","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":12000,"lowalch":4800,"highalch":7200,"buy_limit":125,"wiki_name":"Infinity gloves","wiki_url":"https://oldschool.runescape.wiki/w/Infinity_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":5,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"magic":50,"defence":25}},"price":720000},"6924":{"id":6924,"name":"Infinity bottoms","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"buy_limit":125,"wiki_name":"Infinity bottoms","wiki_url":"https://oldschool.runescape.wiki/w/Infinity_bottoms","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":17,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":17,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"legs","requirements":{"magic":50,"defence":25}},"price":2109500},"6926":{"id":6926,"name":"Bones to peaches","incomplete":true,"members":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"6945":{"id":6945,"name":"Sandy hand","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sandy hand","wiki_url":"https://oldschool.runescape.wiki/w/Sandy_hand","price":0},"6946":{"id":6946,"name":"Beer soaked hand","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Beer soaked hand","wiki_url":"https://oldschool.runescape.wiki/w/Beer_soaked_hand","price":0},"6947":{"id":6947,"name":"Bert's rota","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bert's rota","wiki_url":"https://oldschool.runescape.wiki/w/Bert's_rota","price":0},"6948":{"id":6948,"name":"Sandy's rota","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sandy's rota","wiki_url":"https://oldschool.runescape.wiki/w/Sandy's_rota","price":0},"6949":{"id":6949,"name":"A magic scroll","members":true,"cost":1,"wiki_name":"A magic scroll","wiki_url":"https://oldschool.runescape.wiki/w/A_magic_scroll","price":0},"6950":{"id":6950,"name":"Magical orb","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Magical orb (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Magical_orb#Inactive","price":0},"6951":{"id":6951,"name":"Magical orb (a)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Magical orb (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Magical_orb#Active","price":0},"6952":{"id":6952,"name":"Truth serum","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Truth serum","wiki_url":"https://oldschool.runescape.wiki/w/Truth_serum","price":0},"6953":{"id":6953,"name":"Bottled water","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bottled water","wiki_url":"https://oldschool.runescape.wiki/w/Bottled_water","price":0},"6954":{"id":6954,"name":"Redberry juice","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Redberry juice","wiki_url":"https://oldschool.runescape.wiki/w/Redberry_juice","price":0},"6955":{"id":6955,"name":"Pink dye","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pink dye","wiki_url":"https://oldschool.runescape.wiki/w/Pink_dye","price":0},"6956":{"id":6956,"name":"Rose-tinted lens","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rose tinted lens","wiki_url":"https://oldschool.runescape.wiki/w/Rose_tinted_lens","price":0},"6957":{"id":6957,"name":"Wizard's head","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wizard's head","wiki_url":"https://oldschool.runescape.wiki/w/Wizard's_head","price":0},"6958":{"id":6958,"name":"Sand","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sand","wiki_url":"https://oldschool.runescape.wiki/w/Sand","price":0},"6959":{"id":6959,"name":"Pink cape","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":150,"wiki_name":"Pink cape","wiki_url":"https://oldschool.runescape.wiki/w/Pink_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":2496},"6961":{"id":6961,"name":"Baguette","cost":25,"lowalch":10,"highalch":15,"wiki_name":"Baguette","wiki_url":"https://oldschool.runescape.wiki/w/Baguette","price":0},"6962":{"id":6962,"name":"Triangle sandwich","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":25,"lowalch":10,"highalch":15,"buy_limit":6000,"wiki_name":"Triangle sandwich","wiki_url":"https://oldschool.runescape.wiki/w/Triangle_sandwich","price":375},"6963":{"id":6963,"name":"Roll","cost":25,"lowalch":10,"highalch":15,"wiki_name":"Roll","wiki_url":"https://oldschool.runescape.wiki/w/Roll","price":0},"6965":{"id":6965,"name":"Square sandwich","cost":25,"lowalch":10,"highalch":15,"wiki_name":"Square sandwich","wiki_url":"https://oldschool.runescape.wiki/w/Square_sandwich","price":0},"6966":{"id":6966,"name":"Prison key","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Prison key (Prison Pete)","wiki_url":"https://oldschool.runescape.wiki/w/Prison_key_(Prison_Pete)","price":0},"6967":{"id":6967,"name":"Dragon med helm","cost":6,"lowalch":2,"highalch":3,"wiki_name":"Dragon med helm (My Arm's Big Adventure)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_med_helm_(My_Arm's_Big_Adventure)","price":0},"6969":{"id":6969,"name":"Shark","cost":6,"lowalch":2,"highalch":3,"wiki_name":"Shark (My Arm's Big Adventure)","wiki_url":"https://oldschool.runescape.wiki/w/Shark_(My_Arm's_Big_Adventure)","price":0},"6970":{"id":6970,"name":"Pyramid top","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pyramid top","wiki_url":"https://oldschool.runescape.wiki/w/Pyramid_top","price":0},"6971":{"id":6971,"name":"Sandstone (1kg)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":100,"wiki_name":"Sandstone (1kg)","wiki_url":"https://oldschool.runescape.wiki/w/Sandstone#1kg","price":15},"6973":{"id":6973,"name":"Sandstone (2kg)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":100,"wiki_name":"Sandstone (2kg)","wiki_url":"https://oldschool.runescape.wiki/w/Sandstone#2kg","price":801},"6975":{"id":6975,"name":"Sandstone (5kg)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":100,"wiki_name":"Sandstone (5kg)","wiki_url":"https://oldschool.runescape.wiki/w/Sandstone#5kg","price":0},"6977":{"id":6977,"name":"Sandstone (10kg)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":100,"wiki_name":"Sandstone (10kg)","wiki_url":"https://oldschool.runescape.wiki/w/Sandstone#10kg","price":2875},"6979":{"id":6979,"name":"Granite (500g)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":100,"wiki_name":"Granite (500g)","wiki_url":"https://oldschool.runescape.wiki/w/Granite#500g","price":75},"6981":{"id":6981,"name":"Granite (2kg)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":100,"wiki_name":"Granite (2kg)","wiki_url":"https://oldschool.runescape.wiki/w/Granite#2kg","price":17},"6983":{"id":6983,"name":"Granite (5kg)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":100,"wiki_name":"Granite (5kg)","wiki_url":"https://oldschool.runescape.wiki/w/Granite#5kg","price":652},"6985":{"id":6985,"name":"Sandstone (20kg)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sandstone (20kg)","wiki_url":"https://oldschool.runescape.wiki/w/Sandstone_(20kg)","price":0},"6986":{"id":6986,"name":"Sandstone (32kg)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sandstone (32kg)","wiki_url":"https://oldschool.runescape.wiki/w/Sandstone_(32kg)","price":0},"6987":{"id":6987,"name":"Sandstone body","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sandstone body","wiki_url":"https://oldschool.runescape.wiki/w/Sandstone_body","price":0},"6988":{"id":6988,"name":"Sandstone base","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sandstone base","wiki_url":"https://oldschool.runescape.wiki/w/Sandstone_base","price":0},"6989":{"id":6989,"name":"Stone head","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Stone head (Lazim)","wiki_url":"https://oldschool.runescape.wiki/w/Stone_head#Lazim","price":0},"6990":{"id":6990,"name":"Stone head","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Stone head (Zamorak)","wiki_url":"https://oldschool.runescape.wiki/w/Stone_head#Zamorak","price":0},"6991":{"id":6991,"name":"Stone head","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Stone head (Icthlarin)","wiki_url":"https://oldschool.runescape.wiki/w/Stone_head#Icthlarin","price":0},"6992":{"id":6992,"name":"Stone head","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Stone head (Camel)","wiki_url":"https://oldschool.runescape.wiki/w/Stone_head#Camel","price":0},"6993":{"id":6993,"name":"Z sigil","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Z sigil","wiki_url":"https://oldschool.runescape.wiki/w/Z_sigil","price":0},"6994":{"id":6994,"name":"M sigil","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"M sigil","wiki_url":"https://oldschool.runescape.wiki/w/M_sigil","price":0},"6995":{"id":6995,"name":"R sigil","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"R sigil","wiki_url":"https://oldschool.runescape.wiki/w/R_sigil","price":0},"6996":{"id":6996,"name":"K sigil","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"K sigil","wiki_url":"https://oldschool.runescape.wiki/w/K_sigil","price":0},"6997":{"id":6997,"name":"Stone left arm","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Stone left arm","wiki_url":"https://oldschool.runescape.wiki/w/Stone_left_arm","price":0},"6998":{"id":6998,"name":"Stone right arm","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Stone right arm","wiki_url":"https://oldschool.runescape.wiki/w/Stone_right_arm","price":0},"6999":{"id":6999,"name":"Stone left leg","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Stone left leg","wiki_url":"https://oldschool.runescape.wiki/w/Stone_left_leg","price":0},"7000":{"id":7000,"name":"Stone right leg","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Stone right leg","wiki_url":"https://oldschool.runescape.wiki/w/Stone_right_leg","price":0},"7001":{"id":7001,"name":"Camel mould (p)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Camel mould (p)","wiki_url":"https://oldschool.runescape.wiki/w/Camel_mould_(p)","price":0},"7002":{"id":7002,"name":"Stone head","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Stone head (Cavity)","wiki_url":"https://oldschool.runescape.wiki/w/Stone_head_(Cavity)","price":0},"7003":{"id":7003,"name":"Camel mask","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Camel mask","wiki_url":"https://oldschool.runescape.wiki/w/Camel_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"7050":{"id":7050,"name":"Swarm","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"7051":{"id":7051,"name":"Unlit bug lantern","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":130,"lowalch":52,"highalch":78,"buy_limit":40,"wiki_name":"Bug lantern (Unlit)","wiki_url":"https://oldschool.runescape.wiki/w/Bug_lantern#Unlit","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"slayer":33}},"price":181},"7053":{"id":7053,"name":"Lit bug lantern","members":true,"equipable":true,"equipable_by_player":true,"cost":130,"lowalch":52,"highalch":78,"wiki_name":"Bug lantern (Lit)","wiki_url":"https://oldschool.runescape.wiki/w/Bug_lantern#Lit","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"slayer":33}},"price":0},"7054":{"id":7054,"name":"Chilli potato","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":13,"lowalch":5,"highalch":7,"buy_limit":13000,"wiki_name":"Chilli potato","wiki_url":"https://oldschool.runescape.wiki/w/Chilli_potato","price":217},"7056":{"id":7056,"name":"Egg potato","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":12,"lowalch":4,"highalch":7,"buy_limit":13000,"wiki_name":"Egg potato","wiki_url":"https://oldschool.runescape.wiki/w/Egg_potato","price":355},"7058":{"id":7058,"name":"Mushroom potato","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":45,"lowalch":18,"highalch":27,"buy_limit":13000,"wiki_name":"Mushroom potato","wiki_url":"https://oldschool.runescape.wiki/w/Mushroom_potato","price":1092},"7060":{"id":7060,"name":"Tuna potato","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":113,"lowalch":45,"highalch":67,"buy_limit":13000,"wiki_name":"Tuna potato","wiki_url":"https://oldschool.runescape.wiki/w/Tuna_potato","price":1688},"7062":{"id":7062,"name":"Chilli con carne","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":13,"lowalch":5,"highalch":7,"buy_limit":13000,"wiki_name":"Chilli con carne","wiki_url":"https://oldschool.runescape.wiki/w/Chilli_con_carne","price":320},"7064":{"id":7064,"name":"Egg and tomato","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":12,"lowalch":4,"highalch":7,"buy_limit":13000,"wiki_name":"Egg and tomato","wiki_url":"https://oldschool.runescape.wiki/w/Egg_and_tomato","price":0},"7066":{"id":7066,"name":"Mushroom & onion","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":45,"lowalch":18,"highalch":27,"buy_limit":13000,"wiki_name":"Mushroom & onion","wiki_url":"https://oldschool.runescape.wiki/w/Mushroom_&_onion","price":1099},"7068":{"id":7068,"name":"Tuna and corn","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":113,"lowalch":45,"highalch":67,"buy_limit":13000,"wiki_name":"Tuna and corn","wiki_url":"https://oldschool.runescape.wiki/w/Tuna_and_corn","price":1150},"7070":{"id":7070,"name":"Minced meat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":8,"lowalch":3,"highalch":4,"buy_limit":13000,"wiki_name":"Minced meat","wiki_url":"https://oldschool.runescape.wiki/w/Minced_meat","price":0},"7072":{"id":7072,"name":"Spicy sauce","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":9,"lowalch":3,"highalch":5,"buy_limit":13000,"wiki_name":"Spicy sauce","wiki_url":"https://oldschool.runescape.wiki/w/Spicy_sauce","price":1350},"7074":{"id":7074,"name":"Chopped garlic","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":7,"lowalch":2,"highalch":4,"buy_limit":13000,"wiki_name":"Chopped garlic","wiki_url":"https://oldschool.runescape.wiki/w/Chopped_garlic","price":282},"7076":{"id":7076,"name":"Uncooked egg","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":8,"lowalch":3,"highalch":4,"buy_limit":13000,"wiki_name":"Uncooked egg","wiki_url":"https://oldschool.runescape.wiki/w/Uncooked_egg","price":3738},"7078":{"id":7078,"name":"Scrambled egg","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":8,"lowalch":3,"highalch":4,"buy_limit":13000,"wiki_name":"Scrambled egg","wiki_url":"https://oldschool.runescape.wiki/w/Scrambled_egg","price":6280},"7080":{"id":7080,"name":"Sliced mushrooms","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":42,"lowalch":16,"highalch":25,"buy_limit":13000,"wiki_name":"Sliced mushrooms","wiki_url":"https://oldschool.runescape.wiki/w/Sliced_mushrooms","price":0},"7082":{"id":7082,"name":"Fried mushrooms","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":42,"lowalch":16,"highalch":25,"buy_limit":13000,"wiki_name":"Fried mushrooms","wiki_url":"https://oldschool.runescape.wiki/w/Fried_mushrooms","price":76},"7084":{"id":7084,"name":"Fried onions","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":7,"lowalch":2,"highalch":4,"buy_limit":13000,"wiki_name":"Fried onions","wiki_url":"https://oldschool.runescape.wiki/w/Fried_onions","price":32},"7086":{"id":7086,"name":"Chopped tuna","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":104,"lowalch":41,"highalch":62,"buy_limit":13000,"wiki_name":"Chopped tuna","wiki_url":"https://oldschool.runescape.wiki/w/Chopped_tuna","price":366},"7088":{"id":7088,"name":"Sweetcorn","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":13,"lowalch":5,"highalch":7,"buy_limit":13000,"wiki_name":"Sweetcorn (bowl)","wiki_url":"https://oldschool.runescape.wiki/w/Sweetcorn_(bowl)","price":550},"7090":{"id":7090,"name":"Burnt egg","members":true,"tradeable":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Burnt egg","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_egg","price":0},"7092":{"id":7092,"name":"Burnt onion","members":true,"tradeable":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Burnt onion","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_onion","price":0},"7094":{"id":7094,"name":"Burnt mushroom","members":true,"tradeable":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Burnt mushroom","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_mushroom","price":0},"7108":{"id":7108,"name":"Gunpowder","members":true,"cost":52,"wiki_name":"Gunpowder","wiki_url":"https://oldschool.runescape.wiki/w/Gunpowder","price":0},"7109":{"id":7109,"name":"Fuse","members":true,"cost":52,"wiki_name":"Fuse (Cabin Fever)","wiki_url":"https://oldschool.runescape.wiki/w/Fuse_(Cabin_Fever)","price":0},"7110":{"id":7110,"name":"Stripy pirate shirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":150,"wiki_name":"Stripy pirate shirt (beige)","wiki_url":"https://oldschool.runescape.wiki/w/Stripy_pirate_shirt_(beige)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":223},"7112":{"id":7112,"name":"Pirate bandana","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":150,"wiki_name":"Pirate bandana (white)","wiki_url":"https://oldschool.runescape.wiki/w/Pirate_bandana_(white)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":689},"7114":{"id":7114,"name":"Pirate boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":350,"lowalch":140,"highalch":210,"buy_limit":150,"wiki_name":"Pirate boots","wiki_url":"https://oldschool.runescape.wiki/w/Pirate_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":1010},"7116":{"id":7116,"name":"Pirate leggings","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":350,"lowalch":140,"highalch":210,"buy_limit":150,"wiki_name":"Pirate leggings (beige)","wiki_url":"https://oldschool.runescape.wiki/w/Pirate_leggings_(beige)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":418},"7118":{"id":7118,"name":"Canister","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Canister (animation item)","wiki_url":"https://oldschool.runescape.wiki/w/Canister_(animation_item)","price":0},"7119":{"id":7119,"name":"Cannon ball","members":true,"cost":1,"wiki_name":"Cannon ball","wiki_url":"https://oldschool.runescape.wiki/w/Cannon_ball","price":0},"7120":{"id":7120,"name":"Ramrod","members":true,"cost":1,"wiki_name":"Ramrod","wiki_url":"https://oldschool.runescape.wiki/w/Ramrod","price":0},"7121":{"id":7121,"name":"Repair plank","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Repair plank (animation item)","wiki_url":"https://oldschool.runescape.wiki/w/Repair_plank_(animation_item)","price":0},"7122":{"id":7122,"name":"Stripy pirate shirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":150,"wiki_name":"Stripy pirate shirt (red)","wiki_url":"https://oldschool.runescape.wiki/w/Stripy_pirate_shirt_(red)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":2424},"7124":{"id":7124,"name":"Pirate bandana","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":150,"wiki_name":"Pirate bandana (red)","wiki_url":"https://oldschool.runescape.wiki/w/Pirate_bandana_(red)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":615},"7126":{"id":7126,"name":"Pirate leggings","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":350,"lowalch":140,"highalch":210,"buy_limit":150,"wiki_name":"Pirate leggings (red)","wiki_url":"https://oldschool.runescape.wiki/w/Pirate_leggings_(red)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":2401},"7128":{"id":7128,"name":"Stripy pirate shirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":150,"wiki_name":"Stripy pirate shirt (blue)","wiki_url":"https://oldschool.runescape.wiki/w/Stripy_pirate_shirt_(blue)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":2423},"7130":{"id":7130,"name":"Pirate bandana","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":150,"wiki_name":"Pirate bandana (blue)","wiki_url":"https://oldschool.runescape.wiki/w/Pirate_bandana_(blue)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":275},"7132":{"id":7132,"name":"Pirate leggings","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":350,"lowalch":140,"highalch":210,"buy_limit":150,"wiki_name":"Pirate leggings (blue)","wiki_url":"https://oldschool.runescape.wiki/w/Pirate_leggings_(blue)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":1603},"7134":{"id":7134,"name":"Stripy pirate shirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":150,"wiki_name":"Stripy pirate shirt (brown)","wiki_url":"https://oldschool.runescape.wiki/w/Stripy_pirate_shirt_(brown)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":32},"7136":{"id":7136,"name":"Pirate bandana","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":150,"wiki_name":"Pirate bandana (brown)","wiki_url":"https://oldschool.runescape.wiki/w/Pirate_bandana_(brown)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":338},"7138":{"id":7138,"name":"Pirate leggings","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":350,"lowalch":140,"highalch":210,"buy_limit":150,"wiki_name":"Pirate leggings (brown)","wiki_url":"https://oldschool.runescape.wiki/w/Pirate_leggings_(brown)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":721},"7140":{"id":7140,"name":"Lucky cutlass","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":2560,"lowalch":1024,"highalch":1536,"wiki_name":"Lucky cutlass","wiki_url":"https://oldschool.runescape.wiki/w/Lucky_cutlass","equipment":{"attack_stab":5,"attack_slash":20,"attack_crush":0,"attack_magic":-5,"attack_ranged":0,"defence_stab":6,"defence_slash":6,"defence_crush":6,"defence_magic":0,"defence_ranged":0,"melee_strength":25,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":30}},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"7141":{"id":7141,"name":"Harry's cutlass","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1040,"lowalch":416,"highalch":624,"wiki_name":"Harry's cutlass","wiki_url":"https://oldschool.runescape.wiki/w/Harry's_cutlass","equipment":{"attack_stab":3,"attack_slash":14,"attack_crush":0,"attack_magic":-5,"attack_ranged":0,"defence_stab":4,"defence_slash":4,"defence_crush":4,"defence_magic":0,"defence_ranged":0,"melee_strength":22,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":20}},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"7142":{"id":7142,"name":"Rapier","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":25600,"lowalch":10240,"highalch":15360,"wiki_name":"Rapier","wiki_url":"https://oldschool.runescape.wiki/w/Rapier","equipment":{"attack_stab":45,"attack_slash":7,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":44,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":40}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"7143":{"id":7143,"name":"Plunder","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Plunder","wiki_url":"https://oldschool.runescape.wiki/w/Plunder","price":0},"7144":{"id":7144,"name":"Book o' piracy","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Book o' piracy","wiki_url":"https://oldschool.runescape.wiki/w/Book_o'_piracy","price":0},"7145":{"id":7145,"name":"Cannon barrel","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cannon barrel","wiki_url":"https://oldschool.runescape.wiki/w/Cannon_barrel","price":0},"7146":{"id":7146,"name":"Broken cannon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Broken cannon","wiki_url":"https://oldschool.runescape.wiki/w/Broken_cannon","price":0},"7147":{"id":7147,"name":"Cannon balls","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cannon balls (Cabin Fever)","wiki_url":"https://oldschool.runescape.wiki/w/Cannon_balls_(Cabin_Fever)","price":0},"7148":{"id":7148,"name":"Repair plank","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Repair plank","wiki_url":"https://oldschool.runescape.wiki/w/Repair_plank","price":0},"7149":{"id":7149,"name":"Canister","members":true,"cost":1,"wiki_name":"Canister","wiki_url":"https://oldschool.runescape.wiki/w/Canister","price":0},"7150":{"id":7150,"name":"Tacks","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tacks","wiki_url":"https://oldschool.runescape.wiki/w/Tacks","price":0},"7155":{"id":7155,"name":"Rope","members":true,"cost":18,"lowalch":7,"highalch":10,"wiki_name":"Rope (Cabin Fever)","wiki_url":"https://oldschool.runescape.wiki/w/Rope_(Cabin_Fever)","price":0},"7156":{"id":7156,"name":"Tinderbox","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tinderbox (Cabin Fever)","wiki_url":"https://oldschool.runescape.wiki/w/Tinderbox_(Cabin_Fever)","price":0},"7157":{"id":7157,"name":"Braindeath 'rum'","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Braindeath 'rum'","wiki_url":"https://oldschool.runescape.wiki/w/Braindeath_'rum'","price":0},"7158":{"id":7158,"name":"Dragon 2h sword","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":220000,"lowalch":88000,"highalch":132000,"buy_limit":8,"wiki_name":"Dragon 2h sword","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_2h_sword","equipment":{"attack_stab":-4,"attack_slash":92,"attack_crush":80,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":93,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":60}},"weapon":{"attack_speed":7,"weapon_type":"2h_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"smash","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":130943},"7159":{"id":7159,"name":"Insulated boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":70,"wiki_name":"Insulated boots","wiki_url":"https://oldschool.runescape.wiki/w/Insulated_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"slayer":37}},"price":518},"7160":{"id":7160,"name":"Killerwatt","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"7162":{"id":7162,"name":"Pie recipe book","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":15,"wiki_name":"Pie recipe book","wiki_url":"https://oldschool.runescape.wiki/w/Pie_recipe_book","price":67},"7164":{"id":7164,"name":"Part mud pie","members":true,"tradeable":true,"noteable":true,"cost":22,"lowalch":8,"highalch":13,"wiki_name":"Part mud pie (compost)","wiki_url":"https://oldschool.runescape.wiki/w/Part_mud_pie_(compost)","price":0},"7166":{"id":7166,"name":"Part mud pie","members":true,"tradeable":true,"noteable":true,"cost":26,"lowalch":10,"highalch":15,"wiki_name":"Part mud pie (water)","wiki_url":"https://oldschool.runescape.wiki/w/Part_mud_pie_(water)","price":0},"7168":{"id":7168,"name":"Raw mud pie","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":27,"lowalch":10,"highalch":16,"buy_limit":13000,"wiki_name":"Raw mud pie","wiki_url":"https://oldschool.runescape.wiki/w/Raw_mud_pie","price":1141},"7170":{"id":7170,"name":"Mud pie","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":54,"lowalch":21,"highalch":32,"buy_limit":11000,"wiki_name":"Mud pie","wiki_url":"https://oldschool.runescape.wiki/w/Mud_pie","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":1867},"7172":{"id":7172,"name":"Part garden pie","members":true,"tradeable":true,"noteable":true,"cost":8,"lowalch":3,"highalch":4,"wiki_name":"Part garden pie (tomato)","wiki_url":"https://oldschool.runescape.wiki/w/Part_garden_pie_(tomato)","price":0},"7174":{"id":7174,"name":"Part garden pie","members":true,"tradeable":true,"noteable":true,"cost":11,"lowalch":4,"highalch":6,"wiki_name":"Part garden pie (onion)","wiki_url":"https://oldschool.runescape.wiki/w/Part_garden_pie_(onion)","price":0},"7176":{"id":7176,"name":"Raw garden pie","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":12,"lowalch":4,"highalch":7,"buy_limit":13000,"wiki_name":"Raw garden pie","wiki_url":"https://oldschool.runescape.wiki/w/Raw_garden_pie","price":667},"7178":{"id":7178,"name":"Garden pie","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":24,"lowalch":9,"highalch":14,"buy_limit":10000,"wiki_name":"Garden pie (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Garden_pie#Full","price":131},"7180":{"id":7180,"name":"Half a garden pie","members":true,"tradeable":true,"noteable":true,"cost":12,"lowalch":4,"highalch":7,"wiki_name":"Garden pie (Half)","wiki_url":"https://oldschool.runescape.wiki/w/Garden_pie#Half","price":0},"7182":{"id":7182,"name":"Part fish pie","members":true,"tradeable":true,"noteable":true,"cost":24,"lowalch":9,"highalch":14,"wiki_name":"Part fish pie (trout)","wiki_url":"https://oldschool.runescape.wiki/w/Part_fish_pie_(trout)","price":0},"7184":{"id":7184,"name":"Part fish pie","members":true,"tradeable":true,"noteable":true,"cost":49,"lowalch":19,"highalch":29,"wiki_name":"Part fish pie (cod)","wiki_url":"https://oldschool.runescape.wiki/w/Part_fish_pie_(cod)","price":0},"7186":{"id":7186,"name":"Raw fish pie","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":13000,"wiki_name":"Raw fish pie","wiki_url":"https://oldschool.runescape.wiki/w/Raw_fish_pie","price":0},"7188":{"id":7188,"name":"Fish pie","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":10000,"wiki_name":"Fish pie (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Fish_pie#Full","price":125},"7190":{"id":7190,"name":"Half a fish pie","members":true,"tradeable":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Fish pie (Half)","wiki_url":"https://oldschool.runescape.wiki/w/Fish_pie#Half","price":0},"7192":{"id":7192,"name":"Part admiral pie","members":true,"tradeable":true,"noteable":true,"cost":54,"lowalch":21,"highalch":32,"wiki_name":"Part admiral pie (salmon)","wiki_url":"https://oldschool.runescape.wiki/w/Part_admiral_pie_(salmon)","price":0},"7194":{"id":7194,"name":"Part admiral pie","members":true,"tradeable":true,"noteable":true,"cost":154,"lowalch":61,"highalch":92,"wiki_name":"Part admiral pie (tuna)","wiki_url":"https://oldschool.runescape.wiki/w/Part_admiral_pie_(tuna)","price":0},"7196":{"id":7196,"name":"Raw admiral pie","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":155,"lowalch":62,"highalch":93,"buy_limit":13000,"wiki_name":"Raw admiral pie","wiki_url":"https://oldschool.runescape.wiki/w/Raw_admiral_pie","price":1150},"7198":{"id":7198,"name":"Admiral pie","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":310,"lowalch":124,"highalch":186,"buy_limit":10000,"wiki_name":"Admiral pie (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Admiral_pie#Full","price":149},"7200":{"id":7200,"name":"Half an admiral pie","members":true,"tradeable":true,"noteable":true,"cost":155,"lowalch":62,"highalch":93,"wiki_name":"Admiral pie (Half)","wiki_url":"https://oldschool.runescape.wiki/w/Admiral_pie#Half","price":0},"7202":{"id":7202,"name":"Part wild pie","members":true,"tradeable":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Part wild pie (raw bear meat)","wiki_url":"https://oldschool.runescape.wiki/w/Part_wild_pie_(raw_bear_meat)","price":0},"7204":{"id":7204,"name":"Part wild pie","members":true,"tradeable":true,"noteable":true,"cost":90,"lowalch":36,"highalch":54,"wiki_name":"Part wild pie (raw chompy)","wiki_url":"https://oldschool.runescape.wiki/w/Part_wild_pie_(raw_chompy)","price":0},"7206":{"id":7206,"name":"Raw wild pie","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":91,"lowalch":36,"highalch":54,"buy_limit":13000,"wiki_name":"Raw wild pie","wiki_url":"https://oldschool.runescape.wiki/w/Raw_wild_pie","price":4589},"7208":{"id":7208,"name":"Wild pie","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":182,"lowalch":72,"highalch":109,"buy_limit":10000,"wiki_name":"Wild pie (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Wild_pie#Full","price":846},"7210":{"id":7210,"name":"Half a wild pie","members":true,"tradeable":true,"noteable":true,"cost":91,"lowalch":36,"highalch":54,"wiki_name":"Wild pie (Half)","wiki_url":"https://oldschool.runescape.wiki/w/Wild_pie#Half","price":0},"7212":{"id":7212,"name":"Part summer pie","members":true,"tradeable":true,"noteable":true,"cost":21,"lowalch":8,"highalch":12,"wiki_name":"Part summer pie (strawberry)","wiki_url":"https://oldschool.runescape.wiki/w/Part_summer_pie_(strawberry)","price":0},"7214":{"id":7214,"name":"Part summer pie","members":true,"tradeable":true,"noteable":true,"cost":69,"lowalch":27,"highalch":41,"wiki_name":"Part summer pie (watermelon)","wiki_url":"https://oldschool.runescape.wiki/w/Part_summer_pie_(watermelon)","price":0},"7216":{"id":7216,"name":"Raw summer pie","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":70,"lowalch":28,"highalch":42,"buy_limit":13000,"wiki_name":"Raw summer pie","wiki_url":"https://oldschool.runescape.wiki/w/Raw_summer_pie","price":1120},"7218":{"id":7218,"name":"Summer pie","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":140,"lowalch":56,"highalch":84,"buy_limit":10000,"wiki_name":"Summer pie (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Summer_pie#Full","price":962},"7220":{"id":7220,"name":"Half a summer pie","members":true,"tradeable":true,"noteable":true,"cost":70,"lowalch":28,"highalch":42,"wiki_name":"Summer pie (Half)","wiki_url":"https://oldschool.runescape.wiki/w/Summer_pie#Half","price":0},"7222":{"id":7222,"name":"Burnt rabbit","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt rabbit","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_rabbit","price":0},"7223":{"id":7223,"name":"Roast rabbit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":6000,"wiki_name":"Roast rabbit","wiki_url":"https://oldschool.runescape.wiki/w/Roast_rabbit","price":121},"7224":{"id":7224,"name":"Skewered rabbit","members":true,"tradeable":true,"noteable":true,"cost":84,"lowalch":33,"highalch":50,"wiki_name":"Skewered rabbit","wiki_url":"https://oldschool.runescape.wiki/w/Skewered_rabbit","price":0},"7225":{"id":7225,"name":"Iron spit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":64,"lowalch":25,"highalch":38,"buy_limit":11000,"wiki_name":"Iron spit","wiki_url":"https://oldschool.runescape.wiki/w/Iron_spit","price":339},"7226":{"id":7226,"name":"Burnt chompy","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt chompy","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_chompy","price":0},"7228":{"id":7228,"name":"Cooked chompy","members":true,"tradeable":true,"noteable":true,"cost":85,"lowalch":34,"highalch":51,"wiki_name":"Cooked chompy (roasted)","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_chompy_(roasted)","price":0},"7230":{"id":7230,"name":"Skewered chompy","members":true,"tradeable":true,"noteable":true,"cost":149,"lowalch":59,"highalch":89,"wiki_name":"Skewered chompy","wiki_url":"https://oldschool.runescape.wiki/w/Skewered_chompy","price":0},"7269":{"id":7269,"name":"Challenge scroll (hard)","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Challenge scroll (Hard)","wiki_url":"https://oldschool.runescape.wiki/w/Challenge_scroll#Hard","price":0},"7319":{"id":7319,"name":"Red boater","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":225,"lowalch":90,"highalch":135,"buy_limit":4,"wiki_name":"Red boater","wiki_url":"https://oldschool.runescape.wiki/w/Red_boater","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":12894},"7321":{"id":7321,"name":"Orange boater","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":225,"lowalch":90,"highalch":135,"buy_limit":4,"wiki_name":"Orange boater","wiki_url":"https://oldschool.runescape.wiki/w/Orange_boater","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":5404},"7323":{"id":7323,"name":"Green boater","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":225,"lowalch":90,"highalch":135,"buy_limit":4,"wiki_name":"Green boater","wiki_url":"https://oldschool.runescape.wiki/w/Green_boater","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":12148},"7325":{"id":7325,"name":"Blue boater","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":225,"lowalch":90,"highalch":135,"buy_limit":4,"wiki_name":"Blue boater","wiki_url":"https://oldschool.runescape.wiki/w/Blue_boater","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":9680},"7327":{"id":7327,"name":"Black boater","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":225,"lowalch":90,"highalch":135,"buy_limit":4,"wiki_name":"Black boater","wiki_url":"https://oldschool.runescape.wiki/w/Black_boater","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":9457},"7329":{"id":7329,"name":"Red firelighter","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":250,"wiki_name":"Red firelighter","wiki_url":"https://oldschool.runescape.wiki/w/Red_firelighter","price":107},"7330":{"id":7330,"name":"Green firelighter","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":250,"wiki_name":"Green firelighter","wiki_url":"https://oldschool.runescape.wiki/w/Green_firelighter","price":128},"7331":{"id":7331,"name":"Blue firelighter","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":250,"wiki_name":"Blue firelighter","wiki_url":"https://oldschool.runescape.wiki/w/Blue_firelighter","price":70},"7332":{"id":7332,"name":"Black shield (h1)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1632,"lowalch":652,"highalch":979,"buy_limit":70,"wiki_name":"Black shield (h1)","wiki_url":"https://oldschool.runescape.wiki/w/Black_shield_(h1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":17,"defence_slash":19,"defence_crush":18,"defence_magic":-1,"defence_ranged":18,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":10}},"price":2530},"7334":{"id":7334,"name":"Adamant shield (h1)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5440,"lowalch":2176,"highalch":3264,"buy_limit":70,"wiki_name":"Adamant shield (h1)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_shield_(h1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":27,"defence_slash":31,"defence_crush":29,"defence_magic":-1,"defence_ranged":29,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":30}},"price":2777},"7336":{"id":7336,"name":"Rune shield (h1)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":54400,"lowalch":21760,"highalch":32640,"buy_limit":70,"wiki_name":"Rune shield (h1)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_shield_(h1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":44,"defence_slash":48,"defence_crush":46,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":56950},"7338":{"id":7338,"name":"Black shield (h2)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1632,"lowalch":652,"highalch":979,"buy_limit":70,"wiki_name":"Black shield (h2)","wiki_url":"https://oldschool.runescape.wiki/w/Black_shield_(h2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":17,"defence_slash":19,"defence_crush":18,"defence_magic":-1,"defence_ranged":18,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":10}},"price":2598},"7340":{"id":7340,"name":"Adamant shield (h2)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5440,"lowalch":2176,"highalch":3264,"buy_limit":70,"wiki_name":"Adamant shield (h2)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_shield_(h2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":27,"defence_slash":31,"defence_crush":29,"defence_magic":-1,"defence_ranged":29,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":30}},"price":2856},"7342":{"id":7342,"name":"Rune shield (h2)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":54400,"lowalch":21760,"highalch":32640,"buy_limit":70,"wiki_name":"Rune shield (h2)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_shield_(h2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":44,"defence_slash":48,"defence_crush":46,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":39891},"7344":{"id":7344,"name":"Black shield (h3)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1632,"lowalch":652,"highalch":979,"buy_limit":70,"wiki_name":"Black shield (h3)","wiki_url":"https://oldschool.runescape.wiki/w/Black_shield_(h3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":17,"defence_slash":19,"defence_crush":18,"defence_magic":-1,"defence_ranged":18,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":10}},"price":2412},"7346":{"id":7346,"name":"Adamant shield (h3)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5440,"lowalch":2176,"highalch":3264,"buy_limit":70,"wiki_name":"Adamant shield (h3)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_shield_(h3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":27,"defence_slash":31,"defence_crush":29,"defence_magic":-1,"defence_ranged":29,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":30}},"price":2581},"7348":{"id":7348,"name":"Rune shield (h3)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":54400,"lowalch":21760,"highalch":32640,"buy_limit":70,"wiki_name":"Rune shield (h3)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_shield_(h3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":44,"defence_slash":48,"defence_crush":46,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":34649},"7350":{"id":7350,"name":"Black shield (h4)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1632,"lowalch":652,"highalch":979,"buy_limit":70,"wiki_name":"Black shield (h4)","wiki_url":"https://oldschool.runescape.wiki/w/Black_shield_(h4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":17,"defence_slash":19,"defence_crush":18,"defence_magic":-1,"defence_ranged":18,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":10}},"price":2569},"7352":{"id":7352,"name":"Adamant shield (h4)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5440,"lowalch":2176,"highalch":3264,"buy_limit":70,"wiki_name":"Adamant shield (h4)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_shield_(h4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":27,"defence_slash":31,"defence_crush":29,"defence_magic":-1,"defence_ranged":29,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":30}},"price":2767},"7354":{"id":7354,"name":"Rune shield (h4)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":54400,"lowalch":21760,"highalch":32640,"buy_limit":70,"wiki_name":"Rune shield (h4)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_shield_(h4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":44,"defence_slash":48,"defence_crush":46,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":39579},"7356":{"id":7356,"name":"Black shield (h5)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1632,"lowalch":652,"highalch":979,"buy_limit":70,"wiki_name":"Black shield (h5)","wiki_url":"https://oldschool.runescape.wiki/w/Black_shield_(h5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":17,"defence_slash":19,"defence_crush":18,"defence_magic":-1,"defence_ranged":18,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":10}},"price":2386},"7358":{"id":7358,"name":"Adamant shield (h5)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5440,"lowalch":2176,"highalch":3264,"buy_limit":70,"wiki_name":"Adamant shield (h5)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_shield_(h5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":27,"defence_slash":31,"defence_crush":29,"defence_magic":-1,"defence_ranged":29,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":30}},"price":2803},"7360":{"id":7360,"name":"Rune shield (h5)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":54400,"lowalch":21760,"highalch":32640,"buy_limit":70,"wiki_name":"Rune shield (h5)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_shield_(h5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":44,"defence_slash":48,"defence_crush":46,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":34053},"7362":{"id":7362,"name":"Studded body (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":850,"lowalch":340,"highalch":510,"buy_limit":8,"wiki_name":"Studded body (g)","wiki_url":"https://oldschool.runescape.wiki/w/Studded_body_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-4,"attack_ranged":8,"defence_stab":18,"defence_slash":25,"defence_crush":22,"defence_magic":8,"defence_ranged":25,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"ranged":20,"defence":20}},"price":6320},"7364":{"id":7364,"name":"Studded body (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":850,"lowalch":340,"highalch":510,"buy_limit":8,"wiki_name":"Studded body (t)","wiki_url":"https://oldschool.runescape.wiki/w/Studded_body_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-4,"attack_ranged":8,"defence_stab":18,"defence_slash":25,"defence_crush":22,"defence_magic":8,"defence_ranged":25,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"ranged":20,"defence":20}},"price":1893},"7366":{"id":7366,"name":"Studded chaps (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":750,"lowalch":300,"highalch":450,"buy_limit":8,"wiki_name":"Studded chaps (g)","wiki_url":"https://oldschool.runescape.wiki/w/Studded_chaps_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-5,"attack_ranged":6,"defence_stab":15,"defence_slash":16,"defence_crush":17,"defence_magic":6,"defence_ranged":16,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"ranged":20,"defence":1}},"price":4045},"7368":{"id":7368,"name":"Studded chaps (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":750,"lowalch":300,"highalch":450,"buy_limit":8,"wiki_name":"Studded chaps (t)","wiki_url":"https://oldschool.runescape.wiki/w/Studded_chaps_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-5,"attack_ranged":6,"defence_stab":15,"defence_slash":16,"defence_crush":17,"defence_magic":6,"defence_ranged":16,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"ranged":20,"defence":1}},"price":6704},"7370":{"id":7370,"name":"Green d'hide body (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":7800,"lowalch":3120,"highalch":4680,"buy_limit":8,"wiki_name":"Green d'hide body (g)","wiki_url":"https://oldschool.runescape.wiki/w/Green_d'hide_body_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":15,"defence_stab":18,"defence_slash":27,"defence_crush":24,"defence_magic":20,"defence_ranged":35,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"ranged":40,"defence":40}},"price":6274},"7372":{"id":7372,"name":"Green d'hide body (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":7800,"lowalch":3120,"highalch":4680,"buy_limit":8,"wiki_name":"Green d'hide body (t)","wiki_url":"https://oldschool.runescape.wiki/w/Green_d'hide_body_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":15,"defence_stab":18,"defence_slash":27,"defence_crush":24,"defence_magic":20,"defence_ranged":35,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"ranged":40,"defence":40}},"price":4100},"7374":{"id":7374,"name":"Blue d'hide body (g)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":9360,"lowalch":3744,"highalch":5616,"buy_limit":8,"wiki_name":"Blue d'hide body (g)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_d'hide_body_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":20,"defence_stab":23,"defence_slash":30,"defence_crush":30,"defence_magic":26,"defence_ranged":40,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"ranged":50,"defence":40}},"price":5101},"7376":{"id":7376,"name":"Blue d'hide body (t)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":9360,"lowalch":3744,"highalch":5616,"buy_limit":8,"wiki_name":"Blue d'hide body (t)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_d'hide_body_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":20,"defence_stab":23,"defence_slash":30,"defence_crush":30,"defence_magic":26,"defence_ranged":40,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"ranged":50,"defence":40}},"price":3881},"7378":{"id":7378,"name":"Green d'hide chaps (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3900,"lowalch":1560,"highalch":2340,"buy_limit":8,"wiki_name":"Green d'hide chaps (g)","wiki_url":"https://oldschool.runescape.wiki/w/Green_d'hide_chaps_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":8,"defence_stab":12,"defence_slash":15,"defence_crush":18,"defence_magic":8,"defence_ranged":17,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"ranged":40}},"price":52121},"7380":{"id":7380,"name":"Green d'hide chaps (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3900,"lowalch":1560,"highalch":2340,"buy_limit":8,"wiki_name":"Green d'hide chaps (t)","wiki_url":"https://oldschool.runescape.wiki/w/Green_d'hide_chaps_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":8,"defence_stab":12,"defence_slash":15,"defence_crush":18,"defence_magic":8,"defence_ranged":17,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"ranged":40}},"price":5250},"7382":{"id":7382,"name":"Blue d'hide chaps (g)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":4320,"lowalch":1728,"highalch":2592,"buy_limit":8,"wiki_name":"Blue d'hide chaps (g)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_d'hide_chaps_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":11,"defence_stab":13,"defence_slash":16,"defence_crush":20,"defence_magic":14,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"ranged":50}},"price":0},"7384":{"id":7384,"name":"Blue d'hide chaps (t)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":4320,"lowalch":1728,"highalch":2592,"buy_limit":8,"wiki_name":"Blue d'hide chaps (t)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_d'hide_chaps_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":11,"defence_stab":13,"defence_slash":16,"defence_crush":20,"defence_magic":14,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"ranged":50}},"price":3059},"7386":{"id":7386,"name":"Blue skirt (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":4,"wiki_name":"Blue skirt (g)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_skirt_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":16438},"7388":{"id":7388,"name":"Blue skirt (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":4,"wiki_name":"Blue skirt (t)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_skirt_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":7655},"7390":{"id":7390,"name":"Blue wizard robe (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":4,"wiki_name":"Blue wizard robe (g)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_wizard_robe_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":193288},"7392":{"id":7392,"name":"Blue wizard robe (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":4,"wiki_name":"Blue wizard robe (t)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_wizard_robe_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":23500},"7394":{"id":7394,"name":"Blue wizard hat (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":4,"wiki_name":"Blue wizard hat (g)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_wizard_hat_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":2,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":2,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":145914},"7396":{"id":7396,"name":"Blue wizard hat (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":4,"wiki_name":"Blue wizard hat (t)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_wizard_hat_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":2,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":2,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":1240255},"7398":{"id":7398,"name":"Enchanted robe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":8,"wiki_name":"Enchanted robe","wiki_url":"https://oldschool.runescape.wiki/w/Enchanted_robe","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":20,"magic":40}},"price":66034},"7399":{"id":7399,"name":"Enchanted top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":120000,"lowalch":48000,"highalch":72000,"buy_limit":8,"wiki_name":"Enchanted top","wiki_url":"https://oldschool.runescape.wiki/w/Enchanted_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":20,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":20,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":20,"magic":40}},"price":89732},"7400":{"id":7400,"name":"Enchanted hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"buy_limit":8,"wiki_name":"Enchanted hat","wiki_url":"https://oldschool.runescape.wiki/w/Enchanted_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":20,"magic":40}},"price":9328},"7404":{"id":7404,"name":"Red logs","members":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Red logs","wiki_url":"https://oldschool.runescape.wiki/w/Red_logs","price":0},"7405":{"id":7405,"name":"Green logs","members":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Green logs","wiki_url":"https://oldschool.runescape.wiki/w/Green_logs","price":0},"7406":{"id":7406,"name":"Blue logs","members":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Blue logs","wiki_url":"https://oldschool.runescape.wiki/w/Blue_logs","price":0},"7408":{"id":7408,"name":"Draynor skull","members":true,"cost":1,"wiki_name":"Draynor skull","wiki_url":"https://oldschool.runescape.wiki/w/Draynor_skull","price":0},"7409":{"id":7409,"name":"Magic secateurs","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Magic secateurs","wiki_url":"https://oldschool.runescape.wiki/w/Magic_secateurs","equipment":{"attack_stab":7,"attack_slash":9,"attack_crush":-5,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":1,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"7410":{"id":7410,"name":"Queen's secateurs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Queen's secateurs (Fairytale I)","wiki_url":"https://oldschool.runescape.wiki/w/Queen's_secateurs#Fairytale_I","price":0},"7411":{"id":7411,"name":"Symptoms list","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Symptoms list","wiki_url":"https://oldschool.runescape.wiki/w/Symptoms_list","price":0},"7413":{"id":7413,"name":"Bird nest","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Bird nest (Wyson, 2006-2016)","wiki_url":"https://oldschool.runescape.wiki/w/Bird_nest_(Wyson,_2006-2016)","price":0},"7414":{"id":7414,"name":"Paddle","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Paddle","wiki_url":"https://oldschool.runescape.wiki/w/Paddle","price":0},"7416":{"id":7416,"name":"Mole claw","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":600,"lowalch":240,"highalch":360,"buy_limit":50,"wiki_name":"Mole claw","wiki_url":"https://oldschool.runescape.wiki/w/Mole_claw","price":9303},"7418":{"id":7418,"name":"Mole skin","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":50,"wiki_name":"Mole skin","wiki_url":"https://oldschool.runescape.wiki/w/Mole_skin","price":7697},"7420":{"id":7420,"name":"Mutated zygomite","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"7421":{"id":7421,"name":"Fungicide spray 10","members":true,"cost":300,"lowalch":120,"highalch":180,"wiki_name":"Fungicide spray (10)","wiki_url":"https://oldschool.runescape.wiki/w/Fungicide_spray#10","price":0},"7422":{"id":7422,"name":"Fungicide spray 9","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fungicide spray (9)","wiki_url":"https://oldschool.runescape.wiki/w/Fungicide_spray#9","price":0},"7423":{"id":7423,"name":"Fungicide spray 8","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fungicide spray (8)","wiki_url":"https://oldschool.runescape.wiki/w/Fungicide_spray#8","price":0},"7424":{"id":7424,"name":"Fungicide spray 7","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fungicide spray (7)","wiki_url":"https://oldschool.runescape.wiki/w/Fungicide_spray#7","price":0},"7425":{"id":7425,"name":"Fungicide spray 6","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fungicide spray (6)","wiki_url":"https://oldschool.runescape.wiki/w/Fungicide_spray#6","price":0},"7426":{"id":7426,"name":"Fungicide spray 5","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fungicide spray (5)","wiki_url":"https://oldschool.runescape.wiki/w/Fungicide_spray#5","price":0},"7427":{"id":7427,"name":"Fungicide spray 4","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fungicide spray (4)","wiki_url":"https://oldschool.runescape.wiki/w/Fungicide_spray#4","price":0},"7428":{"id":7428,"name":"Fungicide spray 3","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fungicide spray (3)","wiki_url":"https://oldschool.runescape.wiki/w/Fungicide_spray#3","price":0},"7429":{"id":7429,"name":"Fungicide spray 2","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fungicide spray (2)","wiki_url":"https://oldschool.runescape.wiki/w/Fungicide_spray#2","price":0},"7430":{"id":7430,"name":"Fungicide spray 1","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fungicide spray (1)","wiki_url":"https://oldschool.runescape.wiki/w/Fungicide_spray#1","price":0},"7431":{"id":7431,"name":"Fungicide spray 0","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fungicide spray (0)","wiki_url":"https://oldschool.runescape.wiki/w/Fungicide_spray#0","price":0},"7432":{"id":7432,"name":"Fungicide","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Fungicide","wiki_url":"https://oldschool.runescape.wiki/w/Fungicide","price":0},"7433":{"id":7433,"name":"Wooden spoon","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":35,"lowalch":14,"highalch":21,"buy_limit":50,"wiki_name":"Wooden spoon","wiki_url":"https://oldschool.runescape.wiki/w/Wooden_spoon","equipment":{"attack_stab":4,"attack_slash":5,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":7,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":537},"7435":{"id":7435,"name":"Egg whisk","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":50,"wiki_name":"Egg whisk","wiki_url":"https://oldschool.runescape.wiki/w/Egg_whisk","equipment":{"attack_stab":5,"attack_slash":3,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":30},"7437":{"id":7437,"name":"Spork","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":325,"lowalch":130,"highalch":195,"buy_limit":50,"wiki_name":"Spork","wiki_url":"https://oldschool.runescape.wiki/w/Spork","equipment":{"attack_stab":11,"attack_slash":8,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":638},"7439":{"id":7439,"name":"Spatula","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1920,"lowalch":768,"highalch":1152,"buy_limit":50,"wiki_name":"Spatula","wiki_url":"https://oldschool.runescape.wiki/w/Spatula","equipment":{"attack_stab":-4,"attack_slash":27,"attack_crush":21,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":26,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":7,"weapon_type":"2h_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"smash","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1747},"7441":{"id":7441,"name":"Frying pan","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1660,"lowalch":664,"highalch":996,"buy_limit":50,"wiki_name":"Frying pan","wiki_url":"https://oldschool.runescape.wiki/w/Frying_pan","equipment":{"attack_stab":-4,"attack_slash":-4,"attack_crush":25,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":20,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":6,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":684},"7443":{"id":7443,"name":"Skewer","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":3200,"lowalch":1280,"highalch":1920,"buy_limit":50,"wiki_name":"Skewer","wiki_url":"https://oldschool.runescape.wiki/w/Skewer","equipment":{"attack_stab":20,"attack_slash":29,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":31,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":750},"7445":{"id":7445,"name":"Rolling pin","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":14400,"lowalch":5760,"highalch":8640,"buy_limit":50,"wiki_name":"Rolling pin","wiki_url":"https://oldschool.runescape.wiki/w/Rolling_pin","equipment":{"attack_stab":20,"attack_slash":-2,"attack_crush":39,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":36,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":14048},"7447":{"id":7447,"name":"Kitchen knife","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":8000,"lowalch":3200,"highalch":4800,"buy_limit":50,"wiki_name":"Kitchen knife","wiki_url":"https://oldschool.runescape.wiki/w/Kitchen_knife","equipment":{"attack_stab":25,"attack_slash":12,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":24,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":40}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":6603},"7449":{"id":7449,"name":"Meat tenderiser","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":41500,"lowalch":16600,"highalch":24900,"buy_limit":50,"wiki_name":"Meat tenderiser","wiki_url":"https://oldschool.runescape.wiki/w/Meat_tenderiser","equipment":{"attack_stab":-4,"attack_slash":-4,"attack_crush":53,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":48,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":6,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":25168},"7451":{"id":7451,"name":"Cleaver","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":25600,"lowalch":10240,"highalch":15360,"buy_limit":50,"wiki_name":"Cleaver","wiki_url":"https://oldschool.runescape.wiki/w/Cleaver","equipment":{"attack_stab":7,"attack_slash":45,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":44,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":14924},"7453":{"id":7453,"name":"Hardleather gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Hardleather gloves","wiki_url":"https://oldschool.runescape.wiki/w/Hardleather_gloves","equipment":{"attack_stab":1,"attack_slash":1,"attack_crush":1,"attack_magic":1,"attack_ranged":1,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":1,"defence_ranged":1,"melee_strength":1,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"7454":{"id":7454,"name":"Bronze gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Bronze gloves","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_gloves","equipment":{"attack_stab":2,"attack_slash":2,"attack_crush":2,"attack_magic":1,"attack_ranged":2,"defence_stab":2,"defence_slash":2,"defence_crush":2,"defence_magic":1,"defence_ranged":2,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"7455":{"id":7455,"name":"Iron gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Iron gloves","wiki_url":"https://oldschool.runescape.wiki/w/Iron_gloves","equipment":{"attack_stab":3,"attack_slash":3,"attack_crush":3,"attack_magic":2,"attack_ranged":3,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":2,"defence_ranged":3,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"7456":{"id":7456,"name":"Steel gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"wiki_name":"Steel gloves","wiki_url":"https://oldschool.runescape.wiki/w/Steel_gloves","equipment":{"attack_stab":4,"attack_slash":4,"attack_crush":4,"attack_magic":2,"attack_ranged":4,"defence_stab":4,"defence_slash":4,"defence_crush":4,"defence_magic":2,"defence_ranged":4,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"7457":{"id":7457,"name":"Black gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Black gloves","wiki_url":"https://oldschool.runescape.wiki/w/Black_gloves","equipment":{"attack_stab":5,"attack_slash":5,"attack_crush":5,"attack_magic":3,"attack_ranged":5,"defence_stab":5,"defence_slash":5,"defence_crush":5,"defence_magic":3,"defence_ranged":5,"melee_strength":5,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"7458":{"id":7458,"name":"Mithril gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":1500,"lowalch":600,"highalch":900,"wiki_name":"Mithril gloves","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_gloves","equipment":{"attack_stab":6,"attack_slash":6,"attack_crush":6,"attack_magic":3,"attack_ranged":6,"defence_stab":6,"defence_slash":6,"defence_crush":6,"defence_magic":3,"defence_ranged":6,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"7459":{"id":7459,"name":"Adamant gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":2500,"lowalch":1000,"highalch":1500,"wiki_name":"Adamant gloves","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_gloves","equipment":{"attack_stab":7,"attack_slash":7,"attack_crush":7,"attack_magic":4,"attack_ranged":7,"defence_stab":7,"defence_slash":7,"defence_crush":7,"defence_magic":4,"defence_ranged":7,"melee_strength":7,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"7460":{"id":7460,"name":"Rune gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Rune gloves","wiki_url":"https://oldschool.runescape.wiki/w/Rune_gloves","equipment":{"attack_stab":8,"attack_slash":8,"attack_crush":8,"attack_magic":4,"attack_ranged":8,"defence_stab":8,"defence_slash":8,"defence_crush":8,"defence_magic":4,"defence_ranged":8,"melee_strength":8,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"7461":{"id":7461,"name":"Dragon gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":100000,"lowalch":40000,"highalch":60000,"wiki_name":"Dragon gloves","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_gloves","equipment":{"attack_stab":9,"attack_slash":9,"attack_crush":9,"attack_magic":5,"attack_ranged":9,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":5,"defence_ranged":9,"melee_strength":9,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"7462":{"id":7462,"name":"Barrows gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":100000,"lowalch":40000,"highalch":60000,"wiki_name":"Barrows gloves","wiki_url":"https://oldschool.runescape.wiki/w/Barrows_gloves","equipment":{"attack_stab":12,"attack_slash":12,"attack_crush":12,"attack_magic":6,"attack_ranged":12,"defence_stab":12,"defence_slash":12,"defence_crush":12,"defence_magic":6,"defence_ranged":12,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"7463":{"id":7463,"name":"Cornflour","cost":2,"lowalch":0,"highalch":1,"wiki_name":"Cornflour (Untradeable)","wiki_url":"https://oldschool.runescape.wiki/w/Cornflour#Untradeable","price":0},"7464":{"id":7464,"name":"Book on chickens","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Book on chickens","wiki_url":"https://oldschool.runescape.wiki/w/Book_on_chickens","price":0},"7465":{"id":7465,"name":"Vanilla pod","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Vanilla pod","wiki_url":"https://oldschool.runescape.wiki/w/Vanilla_pod","price":0},"7466":{"id":7466,"name":"Cornflour","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cornflour (Tradeable)","wiki_url":"https://oldschool.runescape.wiki/w/Cornflour#Tradeable","price":0},"7468":{"id":7468,"name":"Pot of cornflour","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":15,"wiki_name":"Pot of cornflour","wiki_url":"https://oldschool.runescape.wiki/w/Pot_of_cornflour","price":2500},"7470":{"id":7470,"name":"Cornflour mixture","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cornflour mixture","wiki_url":"https://oldschool.runescape.wiki/w/Cornflour_mixture","price":0},"7471":{"id":7471,"name":"Milky mixture","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Milky mixture","wiki_url":"https://oldschool.runescape.wiki/w/Milky_mixture","price":0},"7472":{"id":7472,"name":"Cinnamon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cinnamon","wiki_url":"https://oldschool.runescape.wiki/w/Cinnamon","price":0},"7473":{"id":7473,"name":"Brulee","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Brulee (egg)","wiki_url":"https://oldschool.runescape.wiki/w/Brulee_(egg)","price":0},"7474":{"id":7474,"name":"Brulee","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Brulee (vanilla)","wiki_url":"https://oldschool.runescape.wiki/w/Brulee_(vanilla)","price":0},"7475":{"id":7475,"name":"Brulee","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Brulee (raw)","wiki_url":"https://oldschool.runescape.wiki/w/Brulee_(raw)","price":0},"7476":{"id":7476,"name":"Brulee supreme","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Brulee supreme","wiki_url":"https://oldschool.runescape.wiki/w/Brulee_supreme","price":0},"7477":{"id":7477,"name":"Evil chicken's egg","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Evil chicken's egg","wiki_url":"https://oldschool.runescape.wiki/w/Evil_chicken's_egg","price":0},"7478":{"id":7478,"name":"Dragon token","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dragon token","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_token","price":0},"7479":{"id":7479,"name":"Spicy stew","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Spicy stew","wiki_url":"https://oldschool.runescape.wiki/w/Spicy_stew","price":0},"7480":{"id":7480,"name":"Red spice (4)","members":true,"cost":140,"lowalch":56,"highalch":84,"wiki_name":"Red spice (4)","wiki_url":"https://oldschool.runescape.wiki/w/Red_spice#(4)","price":0},"7481":{"id":7481,"name":"Red spice (3)","members":true,"cost":130,"lowalch":52,"highalch":78,"wiki_name":"Red spice (3)","wiki_url":"https://oldschool.runescape.wiki/w/Red_spice#(3)","price":0},"7482":{"id":7482,"name":"Red spice (2)","members":true,"cost":120,"lowalch":48,"highalch":72,"wiki_name":"Red spice (2)","wiki_url":"https://oldschool.runescape.wiki/w/Red_spice#(2)","price":0},"7483":{"id":7483,"name":"Red spice (1)","members":true,"cost":110,"lowalch":44,"highalch":66,"wiki_name":"Red spice (1)","wiki_url":"https://oldschool.runescape.wiki/w/Red_spice#(1)","price":0},"7484":{"id":7484,"name":"Orange spice (4)","members":true,"cost":140,"lowalch":56,"highalch":84,"wiki_name":"Orange spice (4)","wiki_url":"https://oldschool.runescape.wiki/w/Orange_spice#(4)","price":0},"7485":{"id":7485,"name":"Orange spice (3)","members":true,"cost":130,"lowalch":52,"highalch":78,"wiki_name":"Orange spice (3)","wiki_url":"https://oldschool.runescape.wiki/w/Orange_spice#(3)","price":0},"7486":{"id":7486,"name":"Orange spice (2)","members":true,"cost":120,"lowalch":48,"highalch":72,"wiki_name":"Orange spice (2)","wiki_url":"https://oldschool.runescape.wiki/w/Orange_spice#(2)","price":0},"7487":{"id":7487,"name":"Orange spice (1)","members":true,"cost":110,"lowalch":44,"highalch":66,"wiki_name":"Orange spice (1)","wiki_url":"https://oldschool.runescape.wiki/w/Orange_spice#(1)","price":0},"7488":{"id":7488,"name":"Brown spice (4)","members":true,"cost":140,"lowalch":56,"highalch":84,"wiki_name":"Brown spice (4)","wiki_url":"https://oldschool.runescape.wiki/w/Brown_spice#(4)","price":0},"7489":{"id":7489,"name":"Brown spice (3)","members":true,"cost":130,"lowalch":52,"highalch":78,"wiki_name":"Brown spice (3)","wiki_url":"https://oldschool.runescape.wiki/w/Brown_spice#(3)","price":0},"7490":{"id":7490,"name":"Brown spice (2)","members":true,"cost":120,"lowalch":48,"highalch":72,"wiki_name":"Brown spice (2)","wiki_url":"https://oldschool.runescape.wiki/w/Brown_spice#(2)","price":0},"7491":{"id":7491,"name":"Brown spice (1)","members":true,"cost":110,"lowalch":44,"highalch":66,"wiki_name":"Brown spice (1)","wiki_url":"https://oldschool.runescape.wiki/w/Brown_spice#(1)","price":0},"7492":{"id":7492,"name":"Yellow spice (4)","members":true,"cost":140,"lowalch":56,"highalch":84,"wiki_name":"Yellow spice (4)","wiki_url":"https://oldschool.runescape.wiki/w/Yellow_spice#(4)","price":0},"7493":{"id":7493,"name":"Yellow spice (3)","members":true,"cost":130,"lowalch":52,"highalch":78,"wiki_name":"Yellow spice (3)","wiki_url":"https://oldschool.runescape.wiki/w/Yellow_spice#(3)","price":0},"7494":{"id":7494,"name":"Yellow spice (2)","members":true,"cost":120,"lowalch":48,"highalch":72,"wiki_name":"Yellow spice (2)","wiki_url":"https://oldschool.runescape.wiki/w/Yellow_spice#(2)","price":0},"7495":{"id":7495,"name":"Yellow spice (1)","members":true,"cost":110,"lowalch":44,"highalch":66,"wiki_name":"Yellow spice (1)","wiki_url":"https://oldschool.runescape.wiki/w/Yellow_spice#(1)","price":0},"7496":{"id":7496,"name":"Empty spice shaker","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Empty spice shaker","wiki_url":"https://oldschool.runescape.wiki/w/Empty_spice_shaker","price":0},"7497":{"id":7497,"name":"Dirty blast","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Dirty blast","wiki_url":"https://oldschool.runescape.wiki/w/Dirty_blast","price":0},"7498":{"id":7498,"name":"Antique lamp","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Antique lamp (Recipe for Disaster)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(Recipe_for_Disaster)","price":0},"7508":{"id":7508,"name":"Asgoldian ale","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Asgoldian ale","wiki_url":"https://oldschool.runescape.wiki/w/Asgoldian_ale","price":0},"7509":{"id":7509,"name":"Dwarven rock cake","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dwarven rock cake (Hot)","wiki_url":"https://oldschool.runescape.wiki/w/Dwarven_rock_cake#Hot","price":0},"7510":{"id":7510,"name":"Dwarven rock cake","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dwarven rock cake (Cool)","wiki_url":"https://oldschool.runescape.wiki/w/Dwarven_rock_cake#Cool","price":0},"7511":{"id":7511,"name":"Slop of compromise","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Slop of compromise","wiki_url":"https://oldschool.runescape.wiki/w/Slop_of_compromise","price":0},"7512":{"id":7512,"name":"Soggy bread","members":true,"cost":6,"lowalch":2,"highalch":3,"wiki_name":"Soggy bread","wiki_url":"https://oldschool.runescape.wiki/w/Soggy_bread","price":0},"7513":{"id":7513,"name":"Spicy maggots","members":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Spicy maggots","wiki_url":"https://oldschool.runescape.wiki/w/Spicy_maggots","price":0},"7514":{"id":7514,"name":"Dyed orange","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Dyed orange","wiki_url":"https://oldschool.runescape.wiki/w/Dyed_orange","price":0},"7515":{"id":7515,"name":"Breadcrumbs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Breadcrumbs","wiki_url":"https://oldschool.runescape.wiki/w/Breadcrumbs","price":0},"7516":{"id":7516,"name":"Kelp","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Kelp","wiki_url":"https://oldschool.runescape.wiki/w/Kelp","price":0},"7517":{"id":7517,"name":"Ground kelp","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ground kelp","wiki_url":"https://oldschool.runescape.wiki/w/Ground_kelp","price":0},"7518":{"id":7518,"name":"Crab meat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crab meat","wiki_url":"https://oldschool.runescape.wiki/w/Crab_meat","price":0},"7519":{"id":7519,"name":"Crab meat","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crab meat (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Crab_meat_(unobtainable_item)","price":0},"7520":{"id":7520,"name":"Burnt crab meat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt crab meat","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_crab_meat","price":0},"7521":{"id":7521,"name":"Cooked crab meat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":6000,"wiki_name":"Cooked crab meat (Five)","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_crab_meat#Five","price":380},"7523":{"id":7523,"name":"Cooked crab meat","members":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Cooked crab meat (Four)","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_crab_meat#Four","price":0},"7524":{"id":7524,"name":"Cooked crab meat","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Cooked crab meat (Three)","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_crab_meat#Three","price":0},"7525":{"id":7525,"name":"Cooked crab meat","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Cooked crab meat (Two)","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_crab_meat#Two","price":0},"7526":{"id":7526,"name":"Cooked crab meat","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Cooked crab meat (One)","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_crab_meat#One","price":0},"7527":{"id":7527,"name":"Ground crab meat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ground crab meat","wiki_url":"https://oldschool.runescape.wiki/w/Ground_crab_meat","price":0},"7528":{"id":7528,"name":"Ground cod","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ground cod","wiki_url":"https://oldschool.runescape.wiki/w/Ground_cod","price":0},"7529":{"id":7529,"name":"Raw fishcake","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Raw fishcake","wiki_url":"https://oldschool.runescape.wiki/w/Raw_fishcake","price":0},"7530":{"id":7530,"name":"Cooked fishcake","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Cooked fishcake","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_fishcake","price":0},"7531":{"id":7531,"name":"Burnt fishcake","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt fishcake","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_fishcake","price":0},"7532":{"id":7532,"name":"Mudskipper hide","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mudskipper hide","wiki_url":"https://oldschool.runescape.wiki/w/Mudskipper_hide","price":0},"7533":{"id":7533,"name":"Rock","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rock (Mogre Camp)","wiki_url":"https://oldschool.runescape.wiki/w/Rock_(Mogre_Camp)","price":0},"7534":{"id":7534,"name":"Fishbowl helmet","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fishbowl helmet","wiki_url":"https://oldschool.runescape.wiki/w/Fishbowl_helmet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"7535":{"id":7535,"name":"Diving apparatus","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Diving apparatus","wiki_url":"https://oldschool.runescape.wiki/w/Diving_apparatus","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"7536":{"id":7536,"name":"Fresh crab claw","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fresh crab claw","wiki_url":"https://oldschool.runescape.wiki/w/Fresh_crab_claw","price":0},"7537":{"id":7537,"name":"Crab claw","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crab claw","wiki_url":"https://oldschool.runescape.wiki/w/Crab_claw","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":3,"defence_slash":4,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":1,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"7538":{"id":7538,"name":"Fresh crab shell","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fresh crab shell","wiki_url":"https://oldschool.runescape.wiki/w/Fresh_crab_shell","price":0},"7539":{"id":7539,"name":"Crab helmet","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crab helmet","wiki_url":"https://oldschool.runescape.wiki/w/Crab_helmet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":5,"defence_slash":4,"defence_crush":3,"defence_magic":-1,"defence_ranged":4,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"7540":{"id":7540,"name":"Broken crab claw","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Broken crab claw","wiki_url":"https://oldschool.runescape.wiki/w/Broken_crab_claw","price":0},"7541":{"id":7541,"name":"Broken crab shell","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Broken crab shell","wiki_url":"https://oldschool.runescape.wiki/w/Broken_crab_shell","price":0},"7542":{"id":7542,"name":"Cake of guidance","members":true,"cost":50,"wiki_name":"Cake of guidance","wiki_url":"https://oldschool.runescape.wiki/w/Cake_of_guidance","price":0},"7543":{"id":7543,"name":"Raw guide cake","members":true,"cost":20,"wiki_name":"Raw guide cake","wiki_url":"https://oldschool.runescape.wiki/w/Raw_guide_cake","price":0},"7544":{"id":7544,"name":"Enchanted egg","members":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Enchanted egg","wiki_url":"https://oldschool.runescape.wiki/w/Enchanted_egg","price":0},"7545":{"id":7545,"name":"Enchanted milk","members":true,"cost":6,"lowalch":2,"highalch":3,"wiki_name":"Enchanted milk","wiki_url":"https://oldschool.runescape.wiki/w/Enchanted_milk","price":0},"7546":{"id":7546,"name":"Enchanted flour","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Enchanted flour","wiki_url":"https://oldschool.runescape.wiki/w/Enchanted_flour","price":0},"7564":{"id":7564,"name":"Balloon toad","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Balloon toad (Regular)","wiki_url":"https://oldschool.runescape.wiki/w/Balloon_toad#Regular","price":0},"7565":{"id":7565,"name":"Balloon toad","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Balloon toad (Limestone)","wiki_url":"https://oldschool.runescape.wiki/w/Balloon_toad#Limestone","price":0},"7566":{"id":7566,"name":"Raw jubbly","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":11000,"wiki_name":"Raw jubbly","wiki_url":"https://oldschool.runescape.wiki/w/Raw_jubbly","price":300},"7568":{"id":7568,"name":"Cooked jubbly","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":10000,"wiki_name":"Cooked jubbly","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_jubbly","price":850},"7570":{"id":7570,"name":"Burnt jubbly","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt jubbly","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_jubbly","price":0},"7572":{"id":7572,"name":"Red banana","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Red banana","wiki_url":"https://oldschool.runescape.wiki/w/Red_banana","price":0},"7573":{"id":7573,"name":"Tchiki monkey nuts","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Tchiki monkey nuts","wiki_url":"https://oldschool.runescape.wiki/w/Tchiki_monkey_nuts","price":0},"7574":{"id":7574,"name":"Sliced red banana","members":true,"cost":5,"wiki_name":"Sliced red banana","wiki_url":"https://oldschool.runescape.wiki/w/Sliced_red_banana","price":0},"7575":{"id":7575,"name":"Tchiki nut paste","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Tchiki nut paste","wiki_url":"https://oldschool.runescape.wiki/w/Tchiki_nut_paste","price":0},"7576":{"id":7576,"name":"Snake corpse","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Snake corpse","wiki_url":"https://oldschool.runescape.wiki/w/Snake_corpse","price":0},"7577":{"id":7577,"name":"Raw stuffed snake","members":true,"cost":1,"wiki_name":"Raw stuffed snake","wiki_url":"https://oldschool.runescape.wiki/w/Raw_stuffed_snake","price":0},"7578":{"id":7578,"name":"Odd stuffed snake","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Odd stuffed snake","wiki_url":"https://oldschool.runescape.wiki/w/Odd_stuffed_snake","price":0},"7579":{"id":7579,"name":"Stuffed snake","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Stuffed snake","wiki_url":"https://oldschool.runescape.wiki/w/Stuffed_snake","price":0},"7580":{"id":7580,"name":"Snake over-cooked","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Snake over-cooked","wiki_url":"https://oldschool.runescape.wiki/w/Snake_over-cooked","price":0},"7581":{"id":7581,"name":"Overgrown hellcat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Hellcat (Overgrown)","wiki_url":"https://oldschool.runescape.wiki/w/Hellcat#Overgrown","price":0},"7582":{"id":7582,"name":"Hell cat","members":true,"cost":1,"wiki_name":"Hellcat (Cat)","wiki_url":"https://oldschool.runescape.wiki/w/Hellcat#Cat","price":0},"7583":{"id":7583,"name":"Hell-kitten","members":true,"cost":1,"wiki_name":"Hellcat (Kitten)","wiki_url":"https://oldschool.runescape.wiki/w/Hellcat#Kitten","price":0},"7584":{"id":7584,"name":"Lazy hell cat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Hellcat (Lazy)","wiki_url":"https://oldschool.runescape.wiki/w/Hellcat#Lazy","price":0},"7585":{"id":7585,"name":"Wily hellcat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Hellcat (Wily)","wiki_url":"https://oldschool.runescape.wiki/w/Hellcat#Wily","price":0},"7586":{"id":7586,"name":"Dummy","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"7587":{"id":7587,"name":"Coffin","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Coffin (1)","wiki_url":"https://oldschool.runescape.wiki/w/Coffin#1","price":0},"7588":{"id":7588,"name":"Coffin","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Coffin (2)","wiki_url":"https://oldschool.runescape.wiki/w/Coffin#2","price":0},"7589":{"id":7589,"name":"Coffin","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Coffin (3)","wiki_url":"https://oldschool.runescape.wiki/w/Coffin#3","price":0},"7590":{"id":7590,"name":"Coffin","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Coffin (4)","wiki_url":"https://oldschool.runescape.wiki/w/Coffin#4","price":0},"7591":{"id":7591,"name":"Coffin","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Coffin (5)","wiki_url":"https://oldschool.runescape.wiki/w/Coffin#5","price":0},"7592":{"id":7592,"name":"Zombie shirt","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Zombie shirt","wiki_url":"https://oldschool.runescape.wiki/w/Zombie_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"7593":{"id":7593,"name":"Zombie trousers","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Zombie trousers","wiki_url":"https://oldschool.runescape.wiki/w/Zombie_trousers","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"7594":{"id":7594,"name":"Zombie mask","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Zombie mask","wiki_url":"https://oldschool.runescape.wiki/w/Zombie_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"7595":{"id":7595,"name":"Zombie gloves","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Zombie gloves","wiki_url":"https://oldschool.runescape.wiki/w/Zombie_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"7596":{"id":7596,"name":"Zombie boots","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Zombie boots","wiki_url":"https://oldschool.runescape.wiki/w/Zombie_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"7597":{"id":7597,"name":"Item","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"7622":{"id":7622,"name":"Bucket of rubble","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bucket of rubble (Partially filled)","wiki_url":"https://oldschool.runescape.wiki/w/Bucket_of_rubble#Partially_filled","price":0},"7624":{"id":7624,"name":"Bucket of rubble","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bucket of rubble (Almost full)","wiki_url":"https://oldschool.runescape.wiki/w/Bucket_of_rubble#Almost_full","price":0},"7626":{"id":7626,"name":"Bucket of rubble","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bucket of rubble (Totally filled)","wiki_url":"https://oldschool.runescape.wiki/w/Bucket_of_rubble#Totally_filled","price":0},"7628":{"id":7628,"name":"Plaster fragment","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Plaster fragment","wiki_url":"https://oldschool.runescape.wiki/w/Plaster_fragment","price":0},"7629":{"id":7629,"name":"Dusty scroll","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dusty scroll","wiki_url":"https://oldschool.runescape.wiki/w/Dusty_scroll","price":0},"7630":{"id":7630,"name":"Crate","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crate (In Aid of the Myreque)","wiki_url":"https://oldschool.runescape.wiki/w/Crate_(In_Aid_of_the_Myreque)","price":0},"7632":{"id":7632,"name":"Temple library key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Temple library key","wiki_url":"https://oldschool.runescape.wiki/w/Temple_library_key","price":0},"7633":{"id":7633,"name":"The sleeping seven","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"The sleeping seven","wiki_url":"https://oldschool.runescape.wiki/w/The_sleeping_seven","price":0},"7634":{"id":7634,"name":"Histories of the hallowland","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Histories of the hallowland","wiki_url":"https://oldschool.runescape.wiki/w/Histories_of_the_hallowland","price":0},"7635":{"id":7635,"name":"Modern day morytania","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Modern day morytania","wiki_url":"https://oldschool.runescape.wiki/w/Modern_day_morytania","price":0},"7636":{"id":7636,"name":"Rod dust","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rod dust","wiki_url":"https://oldschool.runescape.wiki/w/Rod_dust","price":0},"7637":{"id":7637,"name":"Silvthrill rod","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Silvthrill rod (Unenchanted)","wiki_url":"https://oldschool.runescape.wiki/w/Silvthrill_rod#Unenchanted","price":0},"7638":{"id":7638,"name":"Silvthrill rod","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Silvthrill rod (Enchanted)","wiki_url":"https://oldschool.runescape.wiki/w/Silvthrill_rod#Enchanted","price":0},"7639":{"id":7639,"name":"Rod of ivandis (10)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Rod of ivandis (10)","wiki_url":"https://oldschool.runescape.wiki/w/Rod_of_ivandis#(10)","equipment":{"attack_stab":0,"attack_slash":-1,"attack_crush":7,"attack_magic":4,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":4,"defence_ranged":0,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"7640":{"id":7640,"name":"Rod of ivandis (9)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Rod of ivandis (9)","wiki_url":"https://oldschool.runescape.wiki/w/Rod_of_ivandis#(9)","equipment":{"attack_stab":0,"attack_slash":-1,"attack_crush":7,"attack_magic":4,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":4,"defence_ranged":0,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"7641":{"id":7641,"name":"Rod of ivandis (8)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Rod of ivandis (8)","wiki_url":"https://oldschool.runescape.wiki/w/Rod_of_ivandis#(8)","equipment":{"attack_stab":0,"attack_slash":-1,"attack_crush":7,"attack_magic":4,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":4,"defence_ranged":0,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"7642":{"id":7642,"name":"Rod of ivandis (7)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Rod of ivandis (7)","wiki_url":"https://oldschool.runescape.wiki/w/Rod_of_ivandis#(7)","equipment":{"attack_stab":0,"attack_slash":-1,"attack_crush":7,"attack_magic":4,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":4,"defence_ranged":0,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"7643":{"id":7643,"name":"Rod of ivandis (6)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Rod of ivandis (6)","wiki_url":"https://oldschool.runescape.wiki/w/Rod_of_ivandis#(6)","equipment":{"attack_stab":0,"attack_slash":-1,"attack_crush":7,"attack_magic":4,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":4,"defence_ranged":0,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"7644":{"id":7644,"name":"Rod of ivandis (5)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Rod of ivandis (5)","wiki_url":"https://oldschool.runescape.wiki/w/Rod_of_ivandis#(5)","equipment":{"attack_stab":0,"attack_slash":-1,"attack_crush":7,"attack_magic":4,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":4,"defence_ranged":0,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"7645":{"id":7645,"name":"Rod of ivandis (4)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Rod of ivandis (4)","wiki_url":"https://oldschool.runescape.wiki/w/Rod_of_ivandis#(4)","equipment":{"attack_stab":0,"attack_slash":-1,"attack_crush":7,"attack_magic":4,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":4,"defence_ranged":0,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"7646":{"id":7646,"name":"Rod of ivandis (3)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Rod of ivandis (3)","wiki_url":"https://oldschool.runescape.wiki/w/Rod_of_ivandis#(3)","equipment":{"attack_stab":0,"attack_slash":-1,"attack_crush":7,"attack_magic":4,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":4,"defence_ranged":0,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"7647":{"id":7647,"name":"Rod of ivandis (2)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Rod of ivandis (2)","wiki_url":"https://oldschool.runescape.wiki/w/Rod_of_ivandis#(2)","equipment":{"attack_stab":0,"attack_slash":-1,"attack_crush":7,"attack_magic":4,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":4,"defence_ranged":0,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"7648":{"id":7648,"name":"Rod of ivandis (1)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Rod of ivandis (1)","wiki_url":"https://oldschool.runescape.wiki/w/Rod_of_ivandis#(1)","equipment":{"attack_stab":0,"attack_slash":-1,"attack_crush":7,"attack_magic":4,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":4,"defence_ranged":0,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"7649":{"id":7649,"name":"Rod mould","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Rod mould","wiki_url":"https://oldschool.runescape.wiki/w/Rod_mould","price":0},"7650":{"id":7650,"name":"Silver dust","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":13000,"wiki_name":"Silver dust","wiki_url":"https://oldschool.runescape.wiki/w/Silver_dust","price":728},"7652":{"id":7652,"name":"Guthix balance (unf)","members":true,"tradeable":true,"noteable":true,"cost":110,"lowalch":44,"highalch":66,"wiki_name":"Guthix balance (unf) (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_balance_(unf)#4_dose","price":0},"7654":{"id":7654,"name":"Guthix balance (unf)","members":true,"tradeable":true,"noteable":true,"cost":110,"lowalch":44,"highalch":66,"wiki_name":"Guthix balance (unf) (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_balance_(unf)#3_dose","price":0},"7656":{"id":7656,"name":"Guthix balance (unf)","members":true,"tradeable":true,"noteable":true,"cost":110,"lowalch":44,"highalch":66,"wiki_name":"Guthix balance (unf) (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_balance_(unf)#2_dose","price":0},"7658":{"id":7658,"name":"Guthix balance (unf)","members":true,"tradeable":true,"noteable":true,"cost":110,"lowalch":44,"highalch":66,"wiki_name":"Guthix balance (unf) (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_balance_(unf)#1_dose","price":0},"7660":{"id":7660,"name":"Guthix balance(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":2000,"wiki_name":"Guthix balance (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_balance#4_dose","price":4938},"7662":{"id":7662,"name":"Guthix balance(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":2000,"wiki_name":"Guthix balance (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_balance#3_dose","price":154},"7664":{"id":7664,"name":"Guthix balance(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":2000,"wiki_name":"Guthix balance (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_balance#2_dose","price":424},"7666":{"id":7666,"name":"Guthix balance(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":2000,"wiki_name":"Guthix balance (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_balance#1_dose","price":221},"7668":{"id":7668,"name":"Gadderhammer","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":3000,"lowalch":1200,"highalch":1800,"buy_limit":8,"wiki_name":"Gadderhammer","wiki_url":"https://oldschool.runescape.wiki/w/Gadderhammer","equipment":{"attack_stab":-4,"attack_slash":-4,"attack_crush":35,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":35,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":30}},"weapon":{"attack_speed":5,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":2519},"7671":{"id":7671,"name":"Boxing gloves","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Boxing gloves (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Boxing_gloves#Red","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"claw","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"7673":{"id":7673,"name":"Boxing gloves","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Boxing gloves (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Boxing_gloves#Blue","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"claw","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"7675":{"id":7675,"name":"Wooden sword","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wooden sword","wiki_url":"https://oldschool.runescape.wiki/w/Wooden_sword","equipment":{"attack_stab":4,"attack_slash":3,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":5,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"7676":{"id":7676,"name":"Wooden shield","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wooden shield (Weapons rack)","wiki_url":"https://oldschool.runescape.wiki/w/Wooden_shield_(Weapons_rack)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"7677":{"id":7677,"name":"Treasure stone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Treasure stone","wiki_url":"https://oldschool.runescape.wiki/w/Treasure_stone","price":0},"7678":{"id":7678,"name":"Prize key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Prize key","wiki_url":"https://oldschool.runescape.wiki/w/Prize_key","price":0},"7679":{"id":7679,"name":"Pugel","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pugel","wiki_url":"https://oldschool.runescape.wiki/w/Pugel","price":0},"7681":{"id":7681,"name":"Game book","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Game book","wiki_url":"https://oldschool.runescape.wiki/w/Game_book","price":0},"7682":{"id":7682,"name":"Hoop","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Hoop","wiki_url":"https://oldschool.runescape.wiki/w/Hoop","price":0},"7684":{"id":7684,"name":"Dart","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dart (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Dart_(unobtainable_item)","price":0},"7686":{"id":7686,"name":"Bow and arrow","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bow and arrow","wiki_url":"https://oldschool.runescape.wiki/w/Bow_and_arrow","price":0},"7688":{"id":7688,"name":"Kettle","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Kettle","wiki_url":"https://oldschool.runescape.wiki/w/Kettle","price":0},"7690":{"id":7690,"name":"Full kettle","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Full kettle","wiki_url":"https://oldschool.runescape.wiki/w/Full_kettle","price":0},"7691":{"id":7691,"name":"Hot kettle","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Hot kettle","wiki_url":"https://oldschool.runescape.wiki/w/Hot_kettle","price":0},"7692":{"id":7692,"name":"Pot of tea (4)","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pot of tea (clay) (4 cups)","wiki_url":"https://oldschool.runescape.wiki/w/Pot_of_tea_(clay)#4_cups","price":0},"7694":{"id":7694,"name":"Pot of tea (3)","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pot of tea (clay) (3 cups)","wiki_url":"https://oldschool.runescape.wiki/w/Pot_of_tea_(clay)#3_cups","price":0},"7696":{"id":7696,"name":"Pot of tea (2)","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pot of tea (clay) (2 cups)","wiki_url":"https://oldschool.runescape.wiki/w/Pot_of_tea_(clay)#2_cups","price":0},"7698":{"id":7698,"name":"Pot of tea (1)","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pot of tea (clay) (1 cup)","wiki_url":"https://oldschool.runescape.wiki/w/Pot_of_tea_(clay)#1_cup","price":0},"7700":{"id":7700,"name":"Teapot with leaves","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Teapot with leaves (Clay)","wiki_url":"https://oldschool.runescape.wiki/w/Teapot_with_leaves#Clay","price":0},"7702":{"id":7702,"name":"Teapot","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Teapot (Clay)","wiki_url":"https://oldschool.runescape.wiki/w/Teapot#Clay","price":0},"7704":{"id":7704,"name":"Pot of tea (4)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pot of tea (porcelain) (4 cups)","wiki_url":"https://oldschool.runescape.wiki/w/Pot_of_tea_(porcelain)#4_cups","price":0},"7706":{"id":7706,"name":"Pot of tea (3)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pot of tea (porcelain) (3 cups)","wiki_url":"https://oldschool.runescape.wiki/w/Pot_of_tea_(porcelain)#3_cups","price":0},"7708":{"id":7708,"name":"Pot of tea (2)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pot of tea (porcelain) (2 cups)","wiki_url":"https://oldschool.runescape.wiki/w/Pot_of_tea_(porcelain)#2_cups","price":0},"7710":{"id":7710,"name":"Pot of tea (1)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pot of tea (porcelain) (1 cup)","wiki_url":"https://oldschool.runescape.wiki/w/Pot_of_tea_(porcelain)#1_cup","price":0},"7712":{"id":7712,"name":"Teapot with leaves","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Teapot with leaves (Porcelain)","wiki_url":"https://oldschool.runescape.wiki/w/Teapot_with_leaves#Porcelain","price":0},"7714":{"id":7714,"name":"Teapot","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Teapot (Porcelain)","wiki_url":"https://oldschool.runescape.wiki/w/Teapot#Porcelain","price":0},"7716":{"id":7716,"name":"Pot of tea (4)","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pot of tea (trimmed) (4 cups)","wiki_url":"https://oldschool.runescape.wiki/w/Pot_of_tea_(trimmed)#4_cups","price":0},"7718":{"id":7718,"name":"Pot of tea (3)","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pot of tea (trimmed) (3 cups)","wiki_url":"https://oldschool.runescape.wiki/w/Pot_of_tea_(trimmed)#3_cups","price":0},"7720":{"id":7720,"name":"Pot of tea (2)","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pot of tea (trimmed) (2 cups)","wiki_url":"https://oldschool.runescape.wiki/w/Pot_of_tea_(trimmed)#2_cups","price":0},"7722":{"id":7722,"name":"Pot of tea (1)","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pot of tea (trimmed) (1 cup)","wiki_url":"https://oldschool.runescape.wiki/w/Pot_of_tea_(trimmed)#1_cup","price":0},"7724":{"id":7724,"name":"Teapot with leaves","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Teapot with leaves (Trimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Teapot_with_leaves#Trimmed","price":0},"7726":{"id":7726,"name":"Teapot","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Teapot (Trimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Teapot#Trimmed","price":0},"7728":{"id":7728,"name":"Empty cup","members":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Empty cup (clay)","wiki_url":"https://oldschool.runescape.wiki/w/Empty_cup_(clay)","price":0},"7730":{"id":7730,"name":"Cup of tea","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Cup of tea (clay) (Regular)","wiki_url":"https://oldschool.runescape.wiki/w/Cup_of_tea_(clay)#Regular","price":0},"7731":{"id":7731,"name":"Cup of tea","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Cup of tea (clay) (Milky)","wiki_url":"https://oldschool.runescape.wiki/w/Cup_of_tea_(clay)#Milky","price":0},"7732":{"id":7732,"name":"Porcelain cup","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Porcelain cup (porcelain)","wiki_url":"https://oldschool.runescape.wiki/w/Porcelain_cup_(porcelain)","price":0},"7733":{"id":7733,"name":"Cup of tea","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Cup of tea (porcelain) (Regular)","wiki_url":"https://oldschool.runescape.wiki/w/Cup_of_tea_(porcelain)#Regular","price":0},"7734":{"id":7734,"name":"Cup of tea","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Cup of tea (porcelain) (Milky)","wiki_url":"https://oldschool.runescape.wiki/w/Cup_of_tea_(porcelain)#Milky","price":0},"7735":{"id":7735,"name":"Porcelain cup","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Porcelain cup (trimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Porcelain_cup_(trimmed)","price":0},"7736":{"id":7736,"name":"Cup of tea","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Cup of tea (trimmed) (Regular)","wiki_url":"https://oldschool.runescape.wiki/w/Cup_of_tea_(trimmed)#Regular","price":0},"7737":{"id":7737,"name":"Cup of tea","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Cup of tea (trimmed) (Milky)","wiki_url":"https://oldschool.runescape.wiki/w/Cup_of_tea_(trimmed)#Milky","price":0},"7738":{"id":7738,"name":"Tea leaves","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tea leaves","wiki_url":"https://oldschool.runescape.wiki/w/Tea_leaves","price":0},"7740":{"id":7740,"name":"Beer","members":true,"tradeable":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Beer (Player-owned house)","wiki_url":"https://oldschool.runescape.wiki/w/Beer_(Player-owned_house)","price":0},"7742":{"id":7742,"name":"Beer glass","members":true,"tradeable":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Beer glass (Player-owned house)","wiki_url":"https://oldschool.runescape.wiki/w/Beer_glass_(Player-owned_house)","price":0},"7744":{"id":7744,"name":"Asgarnian ale","members":true,"tradeable":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Asgarnian ale (Player-owned house)","wiki_url":"https://oldschool.runescape.wiki/w/Asgarnian_ale_(Player-owned_house)","price":0},"7746":{"id":7746,"name":"Greenman's ale","members":true,"tradeable":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Greenman's ale (Player-owned house)","wiki_url":"https://oldschool.runescape.wiki/w/Greenman's_ale_(Player-owned_house)","price":0},"7748":{"id":7748,"name":"Dragon bitter","members":true,"tradeable":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Dragon bitter (Player-owned house)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_bitter_(Player-owned_house)","price":0},"7750":{"id":7750,"name":"Moonlight mead","members":true,"tradeable":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Moonlight mead (Player-owned house)","wiki_url":"https://oldschool.runescape.wiki/w/Moonlight_mead_(Player-owned_house)","price":0},"7752":{"id":7752,"name":"Cider","members":true,"tradeable":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Cider (Player-owned house)","wiki_url":"https://oldschool.runescape.wiki/w/Cider_(Player-owned_house)","price":0},"7754":{"id":7754,"name":"Chef's delight","members":true,"tradeable":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Chef's delight (Player-owned house)","wiki_url":"https://oldschool.runescape.wiki/w/Chef's_delight_(Player-owned_house)","price":0},"7756":{"id":7756,"name":"Paintbrush","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Paintbrush","wiki_url":"https://oldschool.runescape.wiki/w/Paintbrush","price":0},"7759":{"id":7759,"name":"Toy soldier","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":150,"wiki_name":"Toy soldier (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Toy_soldier#Normal","price":2195},"7761":{"id":7761,"name":"Toy soldier (wound)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":150,"wiki_name":"Toy soldier (Wound)","wiki_url":"https://oldschool.runescape.wiki/w/Toy_soldier#Wound","price":1750},"7763":{"id":7763,"name":"Toy doll","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":150,"wiki_name":"Toy doll (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Toy_doll#Normal","price":2145},"7765":{"id":7765,"name":"Toy doll (wound)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":150,"wiki_name":"Toy doll (Wound)","wiki_url":"https://oldschool.runescape.wiki/w/Toy_doll#Wound","price":3657},"7767":{"id":7767,"name":"Toy mouse","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":150,"wiki_name":"Toy mouse (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Toy_mouse#Normal","price":3118},"7769":{"id":7769,"name":"Toy mouse (wound)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":150,"wiki_name":"Toy mouse (Wound)","wiki_url":"https://oldschool.runescape.wiki/w/Toy_mouse#Wound","price":3884},"7771":{"id":7771,"name":"Toy cat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":150,"wiki_name":"Toy cat","wiki_url":"https://oldschool.runescape.wiki/w/Toy_cat","price":3294},"7773":{"id":7773,"name":"Branch","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Branch (Temple Trekking)","wiki_url":"https://oldschool.runescape.wiki/w/Branch_(Temple_Trekking)","price":0},"7774":{"id":7774,"name":"Reward token","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Reward token (unobtainable item) (Yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Reward_token_(unobtainable_item)#Yellow","price":0},"7775":{"id":7775,"name":"Reward token","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Reward token (unobtainable item) (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Reward_token_(unobtainable_item)#Red","price":0},"7776":{"id":7776,"name":"Reward token","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Reward token (unobtainable item) (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Reward_token_(unobtainable_item)#Blue","price":0},"7777":{"id":7777,"name":"Long vine","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Long vine","wiki_url":"https://oldschool.runescape.wiki/w/Long_vine","price":0},"7778":{"id":7778,"name":"Short vine","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Short vine","wiki_url":"https://oldschool.runescape.wiki/w/Short_vine","price":0},"7779":{"id":7779,"name":"Fishing tome","members":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Fishing tome (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Fishing_tome#Blue","price":0},"7780":{"id":7780,"name":"Fishing tome","members":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Fishing tome (Yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Fishing_tome#Yellow","price":0},"7781":{"id":7781,"name":"Fishing tome","members":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Fishing tome (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Fishing_tome#Red","price":0},"7782":{"id":7782,"name":"Agility tome","members":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Agility tome (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Agility_tome#Blue","price":0},"7783":{"id":7783,"name":"Agility tome","members":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Agility tome (Yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Agility_tome#Yellow","price":0},"7784":{"id":7784,"name":"Agility tome","members":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Agility tome (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Agility_tome#Red","price":0},"7785":{"id":7785,"name":"Thieving tome","members":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Thieving tome (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Thieving_tome#Blue","price":0},"7786":{"id":7786,"name":"Thieving tome","members":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Thieving tome (Yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Thieving_tome#Yellow","price":0},"7787":{"id":7787,"name":"Thieving tome","members":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Thieving tome (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Thieving_tome#Red","price":0},"7788":{"id":7788,"name":"Slayer tome","members":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Slayer tome (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Slayer_tome#Blue","price":0},"7789":{"id":7789,"name":"Slayer tome","members":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Slayer tome (Yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Slayer_tome#Yellow","price":0},"7790":{"id":7790,"name":"Slayer tome","members":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Slayer tome (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Slayer_tome#Red","price":0},"7791":{"id":7791,"name":"Mining tome","members":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Mining tome (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Mining_tome#Blue","price":0},"7792":{"id":7792,"name":"Mining tome","members":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Mining tome (Yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Mining_tome#Yellow","price":0},"7793":{"id":7793,"name":"Mining tome","members":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Mining tome (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Mining_tome#Red","price":0},"7794":{"id":7794,"name":"Firemaking tome","members":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Firemaking tome (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Firemaking_tome#Blue","price":0},"7795":{"id":7795,"name":"Firemaking tome","members":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Firemaking tome (Yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Firemaking_tome#Yellow","price":0},"7796":{"id":7796,"name":"Firemaking tome","members":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Firemaking tome (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Firemaking_tome#Red","price":0},"7797":{"id":7797,"name":"Woodcutting tome","members":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Woodcutting tome (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Woodcutting_tome#Blue","price":0},"7798":{"id":7798,"name":"Woodcutting tome","members":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Woodcutting tome (Yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Woodcutting_tome#Yellow","price":0},"7799":{"id":7799,"name":"Woodcutting tome","members":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Woodcutting tome (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Woodcutting_tome#Red","price":0},"7800":{"id":7800,"name":"Snail shell","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Snail shell","wiki_url":"https://oldschool.runescape.wiki/w/Snail_shell","price":0},"7801":{"id":7801,"name":"Snake hide","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":35,"lowalch":14,"highalch":21,"buy_limit":11000,"wiki_name":"Snake hide (swamp)","wiki_url":"https://oldschool.runescape.wiki/w/Snake_hide_(swamp)","price":222},"7803":{"id":7803,"name":"Yin yang amulet","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Yin yang amulet","wiki_url":"https://oldschool.runescape.wiki/w/Yin_yang_amulet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"7804":{"id":7804,"name":"Ancient mjolnir","members":true,"tradeable":true,"noteable":true,"cost":625,"lowalch":250,"highalch":375,"wiki_name":"Ancient mjolnir","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_mjolnir","price":0},"7806":{"id":7806,"name":"Anger sword","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":26,"lowalch":10,"highalch":15,"wiki_name":"Anger sword","wiki_url":"https://oldschool.runescape.wiki/w/Anger_sword","equipment":{"attack_stab":2,"attack_slash":2,"attack_crush":2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"7807":{"id":7807,"name":"Anger battleaxe","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":182,"lowalch":72,"highalch":109,"wiki_name":"Anger battleaxe","wiki_url":"https://oldschool.runescape.wiki/w/Anger_battleaxe","equipment":{"attack_stab":2,"attack_slash":2,"attack_crush":2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":6,"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":0},"7808":{"id":7808,"name":"Anger mace","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":18,"lowalch":7,"highalch":10,"wiki_name":"Anger mace","wiki_url":"https://oldschool.runescape.wiki/w/Anger_mace","equipment":{"attack_stab":2,"attack_slash":2,"attack_crush":2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"7809":{"id":7809,"name":"Anger spear","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":26,"lowalch":10,"highalch":15,"wiki_name":"Anger spear","wiki_url":"https://oldschool.runescape.wiki/w/Anger_spear","equipment":{"attack_stab":2,"attack_slash":2,"attack_crush":2,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"7810":{"id":7810,"name":"Jug of vinegar","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Jug of vinegar","wiki_url":"https://oldschool.runescape.wiki/w/Jug_of_vinegar","price":0},"7811":{"id":7811,"name":"Pot of vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Pot of vinegar","wiki_url":"https://oldschool.runescape.wiki/w/Pot_of_vinegar","price":0},"7812":{"id":7812,"name":"Goblin skull","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Goblin skull (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Goblin_skull#Unpolished","price":0},"7813":{"id":7813,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Goblin skull)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Goblin_skull","price":0},"7814":{"id":7814,"name":"Goblin skull","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Goblin skull (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Goblin_skull#Polished","price":0},"7815":{"id":7815,"name":"Bear ribs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bear ribs (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Bear_ribs#Unpolished","price":0},"7816":{"id":7816,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Bear ribs)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Bear_ribs","price":0},"7817":{"id":7817,"name":"Bear ribs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bear ribs (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Bear_ribs#Polished","price":0},"7818":{"id":7818,"name":"Ram skull","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ram skull (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Ram_skull#Unpolished","price":0},"7819":{"id":7819,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Ram skull)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Ram_skull","price":0},"7820":{"id":7820,"name":"Ram skull","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ram skull (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Ram_skull#Polished","price":0},"7821":{"id":7821,"name":"Unicorn bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Unicorn bone (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Unicorn_bone#Unpolished","price":0},"7822":{"id":7822,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Unicorn bone)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Unicorn_bone","price":0},"7823":{"id":7823,"name":"Unicorn bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Unicorn bone (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Unicorn_bone#Polished","price":0},"7824":{"id":7824,"name":"Giant rat bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Giant rat bone (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Giant_rat_bone#Unpolished","price":0},"7825":{"id":7825,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Giant rat bone)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Giant_rat_bone","price":0},"7826":{"id":7826,"name":"Giant rat bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Giant rat bone (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Giant_rat_bone#Polished","price":0},"7827":{"id":7827,"name":"Giant bat wing","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Giant bat wing (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Giant_bat_wing#Unpolished","price":0},"7828":{"id":7828,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Giant bat wing)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Giant_bat_wing","price":0},"7829":{"id":7829,"name":"Giant bat wing","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Giant bat wing (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Giant_bat_wing#Polished","price":0},"7830":{"id":7830,"name":"Wolf bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wolf bone (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Wolf_bone#Unpolished","price":0},"7831":{"id":7831,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Wolf bone)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Wolf_bone","price":0},"7832":{"id":7832,"name":"Wolf bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wolf bone (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Wolf_bone#Polished","price":0},"7833":{"id":7833,"name":"Bat wing","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bat wing (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Bat_wing#Unpolished","price":0},"7834":{"id":7834,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Bat wing)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Bat_wing","price":0},"7835":{"id":7835,"name":"Bat wing","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bat wing (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Bat_wing#Polished","price":0},"7836":{"id":7836,"name":"Rat bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rat bone (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Rat_bone#Unpolished","price":0},"7837":{"id":7837,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Rat bone)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Rat_bone","price":0},"7838":{"id":7838,"name":"Rat bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rat bone (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Rat_bone#Polished","price":0},"7839":{"id":7839,"name":"Baby dragon bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Baby dragon bone (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Baby_dragon_bone#Unpolished","price":0},"7840":{"id":7840,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Baby dragon bone)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Baby_dragon_bone","price":0},"7841":{"id":7841,"name":"Baby dragon bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Baby dragon bone (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Baby_dragon_bone#Polished","price":0},"7842":{"id":7842,"name":"Ogre ribs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ogre ribs (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Ogre_ribs#Unpolished","price":0},"7843":{"id":7843,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Ogre ribs)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Ogre_ribs","price":0},"7844":{"id":7844,"name":"Ogre ribs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ogre ribs (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Ogre_ribs#Polished","price":0},"7845":{"id":7845,"name":"Jogre bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Jogre bone (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Jogre_bone#Unpolished","price":0},"7846":{"id":7846,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Jogre bone)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Jogre_bone","price":0},"7847":{"id":7847,"name":"Jogre bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Jogre bone (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Jogre_bone#Polished","price":0},"7848":{"id":7848,"name":"Zogre bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Zogre bone (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Zogre_bone#Unpolished","price":0},"7849":{"id":7849,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Zogre bone)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Zogre_bone","price":0},"7850":{"id":7850,"name":"Zogre bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Zogre bone (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Zogre_bone#Polished","price":0},"7851":{"id":7851,"name":"Mogre bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mogre bone (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Mogre_bone#Unpolished","price":0},"7852":{"id":7852,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Mogre bone)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Mogre_bone","price":0},"7853":{"id":7853,"name":"Mogre bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mogre bone (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Mogre_bone#Polished","price":0},"7854":{"id":7854,"name":"Monkey paw","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Monkey paw (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Monkey_paw#Unpolished","price":0},"7855":{"id":7855,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Monkey paw)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Monkey_paw","price":0},"7856":{"id":7856,"name":"Monkey paw","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Monkey paw (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Monkey_paw#Polished","price":0},"7857":{"id":7857,"name":"Dagannoth ribs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dagannoth ribs (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Dagannoth_ribs#Unpolished","price":0},"7858":{"id":7858,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Dagannoth ribs)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Dagannoth_ribs","price":0},"7859":{"id":7859,"name":"Dagannoth ribs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dagannoth ribs (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Dagannoth_ribs#Polished","price":0},"7860":{"id":7860,"name":"Snake spine","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Snake spine (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Snake_spine#Unpolished","price":0},"7861":{"id":7861,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Snake spine)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Snake_spine","price":0},"7862":{"id":7862,"name":"Snake spine","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Snake spine (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Snake_spine#Polished","price":0},"7863":{"id":7863,"name":"Zombie bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Zombie bone (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Zombie_bone#Unpolished","price":0},"7864":{"id":7864,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Zombie bone)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Zombie_bone","price":0},"7865":{"id":7865,"name":"Zombie bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Zombie bone (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Zombie_bone#Polished","price":0},"7866":{"id":7866,"name":"Werewolf bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Werewolf bone (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Werewolf_bone#Unpolished","price":0},"7867":{"id":7867,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Werewolf bone)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Werewolf_bone","price":0},"7868":{"id":7868,"name":"Werewolf bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Werewolf bone (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Werewolf_bone#Polished","price":0},"7869":{"id":7869,"name":"Moss giant bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Moss giant bone (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Moss_giant_bone#Unpolished","price":0},"7870":{"id":7870,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Moss giant bone)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Moss_giant_bone","price":0},"7871":{"id":7871,"name":"Moss giant bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Moss giant bone (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Moss_giant_bone#Polished","price":0},"7872":{"id":7872,"name":"Fire giant bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fire giant bone (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Fire_giant_bone#Unpolished","price":0},"7873":{"id":7873,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Fire giant bone)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Fire_giant_bone","price":0},"7874":{"id":7874,"name":"Fire giant bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fire giant bone (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Fire_giant_bone#Polished","price":0},"7875":{"id":7875,"name":"Ice giant ribs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ice giant ribs (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Ice_giant_ribs#Unpolished","price":0},"7876":{"id":7876,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Ice giant ribs)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Ice_giant_ribs","price":0},"7877":{"id":7877,"name":"Ice giant ribs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ice giant ribs (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Ice_giant_ribs#Polished","price":0},"7878":{"id":7878,"name":"Terrorbird wing","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Terrorbird wing (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Terrorbird_wing#Unpolished","price":0},"7879":{"id":7879,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Terrorbird wing)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Terrorbird_wing","price":0},"7880":{"id":7880,"name":"Terrorbird wing","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Terrorbird wing (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Terrorbird_wing#Polished","price":0},"7881":{"id":7881,"name":"Ghoul bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ghoul bone (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Ghoul_bone#Unpolished","price":0},"7882":{"id":7882,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Ghoul bone)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Ghoul_bone","price":0},"7883":{"id":7883,"name":"Ghoul bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ghoul bone (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Ghoul_bone#Polished","price":0},"7884":{"id":7884,"name":"Troll bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Troll bone (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Troll_bone#Unpolished","price":0},"7885":{"id":7885,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Troll bone)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Troll_bone","price":0},"7886":{"id":7886,"name":"Troll bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Troll bone (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Troll_bone#Polished","price":0},"7887":{"id":7887,"name":"Seagull wing","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Seagull wing (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Seagull_wing#Unpolished","price":0},"7888":{"id":7888,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Seagull wing)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Seagull_wing","price":0},"7889":{"id":7889,"name":"Seagull wing","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Seagull wing (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Seagull_wing#Polished","price":0},"7890":{"id":7890,"name":"Undead cow ribs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Undead cow ribs (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Undead_cow_ribs#Unpolished","price":0},"7891":{"id":7891,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Undead cow ribs)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Undead_cow_ribs","price":0},"7892":{"id":7892,"name":"Undead cow ribs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Undead cow ribs (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Undead_cow_ribs#Polished","price":0},"7893":{"id":7893,"name":"Experiment bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Experiment bone (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Experiment_bone#Unpolished","price":0},"7894":{"id":7894,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Experiment bone)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Experiment_bone","price":0},"7895":{"id":7895,"name":"Experiment bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Experiment bone (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Experiment_bone#Polished","price":0},"7896":{"id":7896,"name":"Rabbit bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rabbit bone (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Rabbit_bone#Unpolished","price":0},"7897":{"id":7897,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Rabbit bone)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Rabbit_bone","price":0},"7898":{"id":7898,"name":"Rabbit bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rabbit bone (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Rabbit_bone#Polished","price":0},"7899":{"id":7899,"name":"Basilisk bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Basilisk bone (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Basilisk_bone#Unpolished","price":0},"7900":{"id":7900,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Basilisk bone)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Basilisk_bone","price":0},"7901":{"id":7901,"name":"Basilisk bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Basilisk bone (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Basilisk_bone#Polished","price":0},"7902":{"id":7902,"name":"Desert lizard bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Desert lizard bone (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Desert_lizard_bone#Unpolished","price":0},"7903":{"id":7903,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Desert lizard bone)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Desert_lizard_bone","price":0},"7904":{"id":7904,"name":"Desert lizard bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Desert lizard bone (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Desert_lizard_bone#Polished","price":0},"7905":{"id":7905,"name":"Cave goblin skull","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cave goblin skull (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Cave_goblin_skull#Unpolished","price":0},"7906":{"id":7906,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Cave goblin skull)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Cave_goblin_skull","price":0},"7907":{"id":7907,"name":"Cave goblin skull","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cave goblin skull (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Cave_goblin_skull#Polished","price":0},"7908":{"id":7908,"name":"Big frog leg","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Big frog leg (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Big_frog_leg#Unpolished","price":0},"7909":{"id":7909,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Big frog leg)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Big_frog_leg","price":0},"7910":{"id":7910,"name":"Big frog leg","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Big frog leg (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Big_frog_leg#Polished","price":0},"7911":{"id":7911,"name":"Vulture wing","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Vulture wing (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Vulture_wing#Unpolished","price":0},"7912":{"id":7912,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Vulture wing)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Vulture_wing","price":0},"7913":{"id":7913,"name":"Vulture wing","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Vulture wing (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Vulture_wing#Polished","price":0},"7914":{"id":7914,"name":"Jackal bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Jackal bone (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Jackal_bone#Unpolished","price":0},"7915":{"id":7915,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Jackal bone)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Jackal_bone","price":0},"7916":{"id":7916,"name":"Jackal bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Jackal bone (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Jackal_bone#Polished","price":0},"7917":{"id":7917,"name":"Ram skull helm","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ram skull helm","wiki_url":"https://oldschool.runescape.wiki/w/Ram_skull_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":-2,"defence_stab":19,"defence_slash":21,"defence_crush":16,"defence_magic":0,"defence_ranged":19,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":30}},"price":0},"7918":{"id":7918,"name":"Bonesack","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bonesack","wiki_url":"https://oldschool.runescape.wiki/w/Bonesack","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":4,"defence_slash":4,"defence_crush":4,"defence_magic":4,"defence_ranged":4,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"7919":{"id":7919,"name":"Bottle of wine","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":10000,"wiki_name":"Bottle of wine","wiki_url":"https://oldschool.runescape.wiki/w/Bottle_of_wine","price":810},"7921":{"id":7921,"name":"Empty wine bottle","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Empty wine bottle","wiki_url":"https://oldschool.runescape.wiki/w/Empty_wine_bottle","price":0},"7922":{"id":7922,"name":"Al kharid flyer","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Al kharid flyer","wiki_url":"https://oldschool.runescape.wiki/w/Al_kharid_flyer","price":0},"7927":{"id":7927,"name":"Easter ring","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Easter ring","wiki_url":"https://oldschool.runescape.wiki/w/Easter_ring","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"7928":{"id":7928,"name":"Easter egg","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Easter egg (2014 Easter event) (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Easter_egg_(2014_Easter_event)#Blue","price":0},"7929":{"id":7929,"name":"Easter egg","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Easter egg (2014 Easter event) (Special)","wiki_url":"https://oldschool.runescape.wiki/w/Easter_egg_(2014_Easter_event)#Special","price":0},"7930":{"id":7930,"name":"Easter egg","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Easter egg (2014 Easter event) (Green)","wiki_url":"https://oldschool.runescape.wiki/w/Easter_egg_(2014_Easter_event)#Green","price":0},"7931":{"id":7931,"name":"Easter egg","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Easter egg (2014 Easter event) (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Easter_egg_(2014_Easter_event)#Red","price":0},"7932":{"id":7932,"name":"Easter egg","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Easter egg (2014 Easter event) (Pink)","wiki_url":"https://oldschool.runescape.wiki/w/Easter_egg_(2014_Easter_event)#Pink","price":0},"7933":{"id":7933,"name":"Easter egg","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Easter egg (2014 Easter event) (Yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Easter_egg_(2014_Easter_event)#Yellow","price":0},"7934":{"id":7934,"name":"Field ration","members":true,"tradeable":true,"noteable":true,"cost":300,"lowalch":120,"highalch":180,"wiki_name":"Field ration","wiki_url":"https://oldschool.runescape.wiki/w/Field_ration","price":0},"7936":{"id":7936,"name":"Pure essence","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":30000,"wiki_name":"Pure essence","wiki_url":"https://oldschool.runescape.wiki/w/Pure_essence","price":2},"7938":{"id":7938,"name":"Dark essence fragments","members":true,"cost":18,"lowalch":7,"highalch":10,"wiki_name":"Dark essence fragments","wiki_url":"https://oldschool.runescape.wiki/w/Dark_essence_fragments","price":0},"7939":{"id":7939,"name":"Tortoise shell","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":7500,"wiki_name":"Tortoise shell","wiki_url":"https://oldschool.runescape.wiki/w/Tortoise_shell","price":11005},"7941":{"id":7941,"name":"Iron sheet","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Iron sheet","wiki_url":"https://oldschool.runescape.wiki/w/Iron_sheet","price":0},"7942":{"id":7942,"name":"Fresh monkfish","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Fresh monkfish (Raw)","wiki_url":"https://oldschool.runescape.wiki/w/Fresh_monkfish#Raw","price":0},"7943":{"id":7943,"name":"Fresh monkfish","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Fresh monkfish (Cooked)","wiki_url":"https://oldschool.runescape.wiki/w/Fresh_monkfish#Cooked","price":0},"7944":{"id":7944,"name":"Raw monkfish","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":230,"lowalch":92,"highalch":138,"buy_limit":13000,"wiki_name":"Raw monkfish","wiki_url":"https://oldschool.runescape.wiki/w/Raw_monkfish","price":500},"7946":{"id":7946,"name":"Monkfish","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":230,"lowalch":92,"highalch":138,"buy_limit":13000,"wiki_name":"Monkfish","wiki_url":"https://oldschool.runescape.wiki/w/Monkfish","price":969},"7948":{"id":7948,"name":"Burnt monkfish","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt monkfish","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_monkfish","price":0},"7950":{"id":7950,"name":"Bone seeds","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Bone seeds","wiki_url":"https://oldschool.runescape.wiki/w/Bone_seeds","price":0},"7951":{"id":7951,"name":"Herman's book","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Herman's book","wiki_url":"https://oldschool.runescape.wiki/w/Herman's_book","price":0},"7952":{"id":7952,"name":"Axe handle","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Axe handle (Dragon)","wiki_url":"https://oldschool.runescape.wiki/w/Axe_handle#Dragon","price":0},"7954":{"id":7954,"name":"Burnt shrimp","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt shrimp","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_shrimp","price":0},"7956":{"id":7956,"name":"Casket","cost":50,"lowalch":20,"highalch":30,"wiki_name":"Casket (Pirate's Treasure)","wiki_url":"https://oldschool.runescape.wiki/w/Casket_(Pirate's_Treasure)","price":0},"7957":{"id":7957,"name":"White apron","cost":1,"lowalch":0,"highalch":0,"wiki_name":"White apron (Gerrant's Fishy Business)","wiki_url":"https://oldschool.runescape.wiki/w/White_apron_(Gerrant's_Fishy_Business)","price":0},"7958":{"id":7958,"name":"Mining prop","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Mining prop","wiki_url":"https://oldschool.runescape.wiki/w/Mining_prop","price":0},"7959":{"id":7959,"name":"Heavy box","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Heavy box","wiki_url":"https://oldschool.runescape.wiki/w/Heavy_box","price":0},"7960":{"id":7960,"name":"Empty box","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Empty box","wiki_url":"https://oldschool.runescape.wiki/w/Empty_box","price":0},"7961":{"id":7961,"name":"Burnt diary","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Burnt diary (One page)","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_diary#One_page","price":0},"7962":{"id":7962,"name":"Burnt diary","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Burnt diary (Two pages)","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_diary#Two_pages","price":0},"7963":{"id":7963,"name":"Burnt diary","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Burnt diary (Three pages)","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_diary#Three_pages","price":0},"7964":{"id":7964,"name":"Burnt diary","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Burnt diary (Four pages)","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_diary#Four_pages","price":0},"7965":{"id":7965,"name":"Burnt diary","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Burnt diary (Five pages)","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_diary#Five_pages","price":0},"7966":{"id":7966,"name":"Letter","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Letter (Royal Trouble)","wiki_url":"https://oldschool.runescape.wiki/w/Letter_(Royal_Trouble)","price":0},"7967":{"id":7967,"name":"Engine","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Engine","wiki_url":"https://oldschool.runescape.wiki/w/Engine","price":0},"7968":{"id":7968,"name":"Scroll","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Scroll (Royal Trouble)","wiki_url":"https://oldschool.runescape.wiki/w/Scroll_(Royal_Trouble)","price":0},"7969":{"id":7969,"name":"Pulley beam","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Pulley beam","wiki_url":"https://oldschool.runescape.wiki/w/Pulley_beam","price":0},"7970":{"id":7970,"name":"Long pulley beam","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Long pulley beam","wiki_url":"https://oldschool.runescape.wiki/w/Long_pulley_beam","price":0},"7971":{"id":7971,"name":"Longer pulley beam","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Longer pulley beam","wiki_url":"https://oldschool.runescape.wiki/w/Longer_pulley_beam","price":0},"7972":{"id":7972,"name":"Lift manual","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Lift manual","wiki_url":"https://oldschool.runescape.wiki/w/Lift_manual","price":0},"7973":{"id":7973,"name":"Beam","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Beam","wiki_url":"https://oldschool.runescape.wiki/w/Beam","price":0},"7974":{"id":7974,"name":"Servant bell","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Servant bell (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Servant_bell_(unobtainable_item)","price":0},"7975":{"id":7975,"name":"Crawling hand","members":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Crawling hand (item)","wiki_url":"https://oldschool.runescape.wiki/w/Crawling_hand_(item)","price":0},"7976":{"id":7976,"name":"Cockatrice head","members":true,"cost":2000,"lowalch":800,"highalch":1200,"wiki_name":"Cockatrice head","wiki_url":"https://oldschool.runescape.wiki/w/Cockatrice_head","price":0},"7977":{"id":7977,"name":"Basilisk head","members":true,"cost":4000,"lowalch":1600,"highalch":2400,"wiki_name":"Basilisk head","wiki_url":"https://oldschool.runescape.wiki/w/Basilisk_head","price":0},"7978":{"id":7978,"name":"Kurask head","members":true,"cost":6000,"lowalch":2400,"highalch":3600,"wiki_name":"Kurask head","wiki_url":"https://oldschool.runescape.wiki/w/Kurask_head","price":0},"7979":{"id":7979,"name":"Abyssal head","members":true,"cost":12000,"lowalch":4800,"highalch":7200,"wiki_name":"Abyssal head","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_head","price":0},"7980":{"id":7980,"name":"Kbd heads","members":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Kbd heads","wiki_url":"https://oldschool.runescape.wiki/w/Kbd_heads","price":0},"7981":{"id":7981,"name":"Kq head","members":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Kq head","wiki_url":"https://oldschool.runescape.wiki/w/Kq_head","price":0},"7982":{"id":7982,"name":"Stuffed crawling hand","members":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Stuffed crawling hand","wiki_url":"https://oldschool.runescape.wiki/w/Stuffed_crawling_hand","price":0},"7983":{"id":7983,"name":"Stuffed cockatrice head","members":true,"cost":2000,"lowalch":800,"highalch":1200,"wiki_name":"Stuffed cockatrice head","wiki_url":"https://oldschool.runescape.wiki/w/Stuffed_cockatrice_head","price":0},"7984":{"id":7984,"name":"Stuffed basilisk head","members":true,"cost":4000,"lowalch":1600,"highalch":2400,"wiki_name":"Stuffed basilisk head","wiki_url":"https://oldschool.runescape.wiki/w/Stuffed_basilisk_head","price":0},"7985":{"id":7985,"name":"Stuffed kurask head","members":true,"cost":6000,"lowalch":2400,"highalch":3600,"wiki_name":"Stuffed kurask head","wiki_url":"https://oldschool.runescape.wiki/w/Stuffed_kurask_head","price":0},"7986":{"id":7986,"name":"Stuffed abyssal head","members":true,"cost":12000,"lowalch":4800,"highalch":7200,"wiki_name":"Stuffed abyssal head","wiki_url":"https://oldschool.runescape.wiki/w/Stuffed_abyssal_head","price":0},"7987":{"id":7987,"name":"Stuffed kbd heads","members":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Stuffed kbd heads","wiki_url":"https://oldschool.runescape.wiki/w/Stuffed_kbd_heads","price":0},"7988":{"id":7988,"name":"Stuffed kq head","members":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Stuffed kq head","wiki_url":"https://oldschool.runescape.wiki/w/Stuffed_kq_head","price":0},"7989":{"id":7989,"name":"Big bass","members":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Big bass","wiki_url":"https://oldschool.runescape.wiki/w/Big_bass","price":0},"7990":{"id":7990,"name":"Stuffed big bass","members":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Stuffed big bass","wiki_url":"https://oldschool.runescape.wiki/w/Stuffed_big_bass","price":0},"7991":{"id":7991,"name":"Big swordfish","members":true,"cost":2500,"lowalch":1000,"highalch":1500,"wiki_name":"Big swordfish","wiki_url":"https://oldschool.runescape.wiki/w/Big_swordfish","price":0},"7992":{"id":7992,"name":"Stuffed big swordfish","members":true,"cost":2500,"lowalch":1000,"highalch":1500,"wiki_name":"Stuffed big swordfish","wiki_url":"https://oldschool.runescape.wiki/w/Stuffed_big_swordfish","price":0},"7993":{"id":7993,"name":"Big shark","members":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Big shark","wiki_url":"https://oldschool.runescape.wiki/w/Big_shark","price":0},"7994":{"id":7994,"name":"Stuffed big shark","members":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Stuffed big shark","wiki_url":"https://oldschool.runescape.wiki/w/Stuffed_big_shark","price":0},"7995":{"id":7995,"name":"Arthur portrait","members":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Arthur portrait","wiki_url":"https://oldschool.runescape.wiki/w/Arthur_portrait","price":0},"7996":{"id":7996,"name":"Elena portrait","members":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Elena portrait","wiki_url":"https://oldschool.runescape.wiki/w/Elena_portrait","price":0},"7997":{"id":7997,"name":"Keldagrim portrait","members":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Keldagrim portrait","wiki_url":"https://oldschool.runescape.wiki/w/Keldagrim_portrait","price":0},"7998":{"id":7998,"name":"Misc. portrait","members":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Misc. portrait","wiki_url":"https://oldschool.runescape.wiki/w/Misc._portrait","price":0},"7999":{"id":7999,"name":"Desert painting","members":true,"cost":2000,"lowalch":800,"highalch":1200,"wiki_name":"Desert painting","wiki_url":"https://oldschool.runescape.wiki/w/Desert_painting","price":0},"8000":{"id":8000,"name":"Isafdar painting","members":true,"cost":2000,"lowalch":800,"highalch":1200,"wiki_name":"Isafdar painting","wiki_url":"https://oldschool.runescape.wiki/w/Isafdar_painting","price":0},"8001":{"id":8001,"name":"Karamja painting","members":true,"cost":2000,"lowalch":800,"highalch":1200,"wiki_name":"Karamja painting","wiki_url":"https://oldschool.runescape.wiki/w/Karamja_painting","price":0},"8002":{"id":8002,"name":"Lumbridge painting","members":true,"cost":2000,"lowalch":800,"highalch":1200,"wiki_name":"Lumbridge painting","wiki_url":"https://oldschool.runescape.wiki/w/Lumbridge_painting","price":0},"8003":{"id":8003,"name":"Morytania painting","members":true,"cost":2000,"lowalch":800,"highalch":1200,"wiki_name":"Morytania painting","wiki_url":"https://oldschool.runescape.wiki/w/Morytania_painting","price":0},"8004":{"id":8004,"name":"Small map","members":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Small map (item)","wiki_url":"https://oldschool.runescape.wiki/w/Small_map_(item)","price":0},"8005":{"id":8005,"name":"Medium map","members":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Medium map (item)","wiki_url":"https://oldschool.runescape.wiki/w/Medium_map_(item)","price":0},"8006":{"id":8006,"name":"Large map","members":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Large map (item)","wiki_url":"https://oldschool.runescape.wiki/w/Large_map_(item)","price":0},"8007":{"id":8007,"name":"Varrock teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":15000,"wiki_name":"Varrock teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Varrock_teleport_(tablet)","price":452},"8008":{"id":8008,"name":"Lumbridge teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Lumbridge teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Lumbridge_teleport_(tablet)","price":527},"8009":{"id":8009,"name":"Falador teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Falador teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Falador_teleport_(tablet)","price":482},"8010":{"id":8010,"name":"Camelot teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":15000,"wiki_name":"Camelot teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Camelot_teleport_(tablet)","price":526},"8011":{"id":8011,"name":"Ardougne teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Ardougne teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Ardougne_teleport_(tablet)","price":393},"8012":{"id":8012,"name":"Watchtower teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Watchtower teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Watchtower_teleport_(tablet)","price":594},"8013":{"id":8013,"name":"Teleport to house","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":15000,"wiki_name":"Teleport to house (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Teleport_to_house_(tablet)","price":485},"8014":{"id":8014,"name":"Bones to bananas","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Bones to bananas (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Bones_to_bananas_(tablet)","price":452},"8015":{"id":8015,"name":"Bones to peaches","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Bones to peaches (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Bones_to_peaches_(tablet)","price":529},"8016":{"id":8016,"name":"Enchant sapphire or opal","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Enchant sapphire or opal","wiki_url":"https://oldschool.runescape.wiki/w/Enchant_sapphire_or_opal","price":88},"8017":{"id":8017,"name":"Enchant emerald or jade","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Enchant emerald or jade","wiki_url":"https://oldschool.runescape.wiki/w/Enchant_emerald_or_jade","price":901},"8018":{"id":8018,"name":"Enchant ruby or topaz","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Enchant ruby or topaz","wiki_url":"https://oldschool.runescape.wiki/w/Enchant_ruby_or_topaz","price":767},"8019":{"id":8019,"name":"Enchant diamond","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Enchant diamond","wiki_url":"https://oldschool.runescape.wiki/w/Enchant_diamond","price":1},"8020":{"id":8020,"name":"Enchant dragonstone","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Enchant dragonstone","wiki_url":"https://oldschool.runescape.wiki/w/Enchant_dragonstone","price":1},"8021":{"id":8021,"name":"Enchant onyx","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Enchant onyx","wiki_url":"https://oldschool.runescape.wiki/w/Enchant_onyx","price":143},"8022":{"id":8022,"name":"Telekinetic grab","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Telekinetic grab (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Telekinetic_grab_(tablet)","price":0},"8023":{"id":8023,"name":"Boxing ring","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8024":{"id":8024,"name":"Fencing ring","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8025":{"id":8025,"name":"Combat ring","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8026":{"id":8026,"name":"Ranging pedestals","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8027":{"id":8027,"name":"Balance beam","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8028":{"id":8028,"name":"Glove rack","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8029":{"id":8029,"name":"Weapons rack","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8030":{"id":8030,"name":"Extra weapons rack","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8031":{"id":8031,"name":"Wooden bed","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8032":{"id":8032,"name":"Oak bed","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8033":{"id":8033,"name":"Large oak bed","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8034":{"id":8034,"name":"Teak bed","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8035":{"id":8035,"name":"Large teak bed","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8036":{"id":8036,"name":"4-poster","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8037":{"id":8037,"name":"Gilded 4-poster","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8038":{"id":8038,"name":"Shoe box","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8039":{"id":8039,"name":"Oak drawers","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8040":{"id":8040,"name":"Oak wardrobe","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8041":{"id":8041,"name":"Teak drawers","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8042":{"id":8042,"name":"Teak wardrobe","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8043":{"id":8043,"name":"Mahogany wardrobe","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8044":{"id":8044,"name":"Gilded wardrobe","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8045":{"id":8045,"name":"Shaving stand","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8046":{"id":8046,"name":"Oak shaving stand","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8047":{"id":8047,"name":"Oak dresser","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8048":{"id":8048,"name":"Teak dresser","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8049":{"id":8049,"name":"Fancy teak dresser","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8050":{"id":8050,"name":"Mahogany dresser","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8051":{"id":8051,"name":"Gilded dresser","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8052":{"id":8052,"name":"Oak clock","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8053":{"id":8053,"name":"Teak clock","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8054":{"id":8054,"name":"Gilded clock","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8055":{"id":8055,"name":"Saradomin symbol","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8056":{"id":8056,"name":"Zamorak symbol","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8057":{"id":8057,"name":"Guthix symbol","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8058":{"id":8058,"name":"Saradomin icon","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8059":{"id":8059,"name":"Zamorak icon","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8060":{"id":8060,"name":"Guthix icon","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8061":{"id":8061,"name":"Bob icon","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8062":{"id":8062,"name":"Oak altar","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8063":{"id":8063,"name":"Teak altar","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8064":{"id":8064,"name":"Cloth-covered altar","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8065":{"id":8065,"name":"Mahogany altar","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8066":{"id":8066,"name":"Limestone altar","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8067":{"id":8067,"name":"Marble altar","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8068":{"id":8068,"name":"Gilded altar","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8069":{"id":8069,"name":"Wooden torches","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8070":{"id":8070,"name":"Steel torches","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8071":{"id":8071,"name":"Steel candlesticks","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8072":{"id":8072,"name":"Gold candlesticks","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8073":{"id":8073,"name":"Incense burners","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8074":{"id":8074,"name":"Mahogany burners","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8075":{"id":8075,"name":"Marble burners","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8076":{"id":8076,"name":"Shuttered window","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8077":{"id":8077,"name":"Decorative window","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8078":{"id":8078,"name":"Stained glass","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8079":{"id":8079,"name":"Windchimes","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8080":{"id":8080,"name":"Bells","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8081":{"id":8081,"name":"Organ","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8082":{"id":8082,"name":"Small statues","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8083":{"id":8083,"name":"Medium statues","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8084":{"id":8084,"name":"Large statues","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8085":{"id":8085,"name":"Suit of armour","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8086":{"id":8086,"name":"Small portrait","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8087":{"id":8087,"name":"Minor head","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8088":{"id":8088,"name":"Medium head","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8089":{"id":8089,"name":"Major head","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8090":{"id":8090,"name":"Mounted sword","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8091":{"id":8091,"name":"Small landscape","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8093":{"id":8093,"name":"Large portrait","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8094":{"id":8094,"name":"Large landscape","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8095":{"id":8095,"name":"Rune display case","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8096":{"id":8096,"name":"Low-level plants","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8097":{"id":8097,"name":"Mid-level plants","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8098":{"id":8098,"name":"High-level plants","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8099":{"id":8099,"name":"Rope bell-pull","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8100":{"id":8100,"name":"Bell-pull","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8101":{"id":8101,"name":"Posh bell-pull","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8102":{"id":8102,"name":"Oak decoration","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8103":{"id":8103,"name":"Teak decoration","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8104":{"id":8104,"name":"Gilded decoration","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8105":{"id":8105,"name":"Round shield","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8106":{"id":8106,"name":"Square shield","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8107":{"id":8107,"name":"Kite shield","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8108":{"id":8108,"name":"Wooden bench","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8109":{"id":8109,"name":"Oak bench","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8110":{"id":8110,"name":"Carved oak bench","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8111":{"id":8111,"name":"Teak dining bench","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8112":{"id":8112,"name":"Carved teak bench","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8113":{"id":8113,"name":"Mahogany bench","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8114":{"id":8114,"name":"Gilded bench","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8115":{"id":8115,"name":"Wood dining table","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8116":{"id":8116,"name":"Oak dining table","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8117":{"id":8117,"name":"Carved oak table","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8118":{"id":8118,"name":"Teak table","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8119":{"id":8119,"name":"Carved teak table","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8120":{"id":8120,"name":"Mahogany table","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8121":{"id":8121,"name":"Opulent table","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8122":{"id":8122,"name":"Oak door","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8123":{"id":8123,"name":"Steel-plated door","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8124":{"id":8124,"name":"Marble door","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8125":{"id":8125,"name":"Decorative blood","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8126":{"id":8126,"name":"Decorative pipe","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8127":{"id":8127,"name":"Hanging skeleton","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8128":{"id":8128,"name":"Candles","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8129":{"id":8129,"name":"Torches","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8130":{"id":8130,"name":"Skull torches","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8131":{"id":8131,"name":"Skeleton guard","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8132":{"id":8132,"name":"Guard dog","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8133":{"id":8133,"name":"Hobgoblin guard","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8134":{"id":8134,"name":"Baby red dragon","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8135":{"id":8135,"name":"Huge spider","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8136":{"id":8136,"name":"Troll guard","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8137":{"id":8137,"name":"Hellhound","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8138":{"id":8138,"name":"Demon","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8139":{"id":8139,"name":"Kalphite soldier","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8140":{"id":8140,"name":"Tok-xil","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8141":{"id":8141,"name":"Dagannoth","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8142":{"id":8142,"name":"Steel dragon","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8143":{"id":8143,"name":"Spike trap","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8144":{"id":8144,"name":"Man trap","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8145":{"id":8145,"name":"Tangle vine","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8146":{"id":8146,"name":"Marble trap","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8147":{"id":8147,"name":"Teleport trap","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8148":{"id":8148,"name":"Wooden crate","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8149":{"id":8149,"name":"Oak chest","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8150":{"id":8150,"name":"Teak chest","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8151":{"id":8151,"name":"Mahogany chest","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8152":{"id":8152,"name":"Magic chest","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8153":{"id":8153,"name":"Clay attack stone","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8154":{"id":8154,"name":"Attack stone","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8155":{"id":8155,"name":"Marble att. stone","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8156":{"id":8156,"name":"Magical balance 1","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8157":{"id":8157,"name":"Magical balance 2","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8158":{"id":8158,"name":"Magical balance 3","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8159":{"id":8159,"name":"Jester","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8160":{"id":8160,"name":"Treasure hunt","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8161":{"id":8161,"name":"Hangman game","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8162":{"id":8162,"name":"Hoop and stick","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8163":{"id":8163,"name":"Dartboard","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8164":{"id":8164,"name":"Archery target","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8165":{"id":8165,"name":"Oak prize chest","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8166":{"id":8166,"name":"Teak prize chest","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8168":{"id":8168,"name":"Exit portal","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8169":{"id":8169,"name":"Decorative rock","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8170":{"id":8170,"name":"Pond","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8171":{"id":8171,"name":"Imp statue","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8172":{"id":8172,"name":"Dungeon entrance","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8173":{"id":8173,"name":"Tree","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8174":{"id":8174,"name":"Nice tree","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8175":{"id":8175,"name":"Oak tree","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8176":{"id":8176,"name":"Willow tree","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8177":{"id":8177,"name":"Maple tree","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8178":{"id":8178,"name":"Yew tree","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8179":{"id":8179,"name":"Magic tree","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8180":{"id":8180,"name":"Plant","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8181":{"id":8181,"name":"Small fern","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8182":{"id":8182,"name":"Fern","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8183":{"id":8183,"name":"Dock leaf","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8184":{"id":8184,"name":"Thistle","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8185":{"id":8185,"name":"Reeds","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8187":{"id":8187,"name":"Bush","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8188":{"id":8188,"name":"Tall plant","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8189":{"id":8189,"name":"Short plant","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8190":{"id":8190,"name":"Large-leaf plant","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8191":{"id":8191,"name":"Huge plant","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8192":{"id":8192,"name":"Gazebo","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8193":{"id":8193,"name":"Small fountain","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8194":{"id":8194,"name":"Large fountain","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8195":{"id":8195,"name":"Posh fountain","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8196":{"id":8196,"name":"Boundary stones","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8197":{"id":8197,"name":"Wooden fence","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8198":{"id":8198,"name":"Stone wall","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8199":{"id":8199,"name":"Iron railings","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8200":{"id":8200,"name":"Picket fence","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8201":{"id":8201,"name":"Garden fence","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8202":{"id":8202,"name":"Marble wall","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8203":{"id":8203,"name":"Thorny hedge","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8204":{"id":8204,"name":"Nice hedge","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8205":{"id":8205,"name":"Small box hedge","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8206":{"id":8206,"name":"Topiary hedge","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8207":{"id":8207,"name":"Fancy hedge","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8208":{"id":8208,"name":"Tall fancy hedge","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8209":{"id":8209,"name":"Tall box hedge","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8211":{"id":8211,"name":"Daffodils","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8212":{"id":8212,"name":"Bluebells","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8213":{"id":8213,"name":"Sunflower","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8215":{"id":8215,"name":"Roses","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8216":{"id":8216,"name":"Firepit","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8217":{"id":8217,"name":"Firepit with hook","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8218":{"id":8218,"name":"Firepit with pot","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8219":{"id":8219,"name":"Small oven","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8220":{"id":8220,"name":"Large oven","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8221":{"id":8221,"name":"Steel range","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8222":{"id":8222,"name":"Fancy range","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8223":{"id":8223,"name":"Wooden shelves 1","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8224":{"id":8224,"name":"Wooden shelves 2","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8225":{"id":8225,"name":"Wooden shelves 3","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8226":{"id":8226,"name":"Oak shelves 1","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8227":{"id":8227,"name":"Oak shelves 2","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8228":{"id":8228,"name":"Teak shelves 1","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8229":{"id":8229,"name":"Teak shelves 2","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8230":{"id":8230,"name":"Pump and drain","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8231":{"id":8231,"name":"Pump and tub","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8232":{"id":8232,"name":"Sink","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8233":{"id":8233,"name":"Wooden larder","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8234":{"id":8234,"name":"Oak larder","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8235":{"id":8235,"name":"Teak larder","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8236":{"id":8236,"name":"Cat blanket","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8237":{"id":8237,"name":"Cat basket","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8238":{"id":8238,"name":"Cushioned basket","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8239":{"id":8239,"name":"Beer barrel","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8240":{"id":8240,"name":"Cider barrel","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8246":{"id":8246,"name":"Wood kitchen table","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8247":{"id":8247,"name":"Oak kitchen table","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8248":{"id":8248,"name":"Teak kitchen table","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8249":{"id":8249,"name":"Oak staircase","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8252":{"id":8252,"name":"Teak staircase","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8255":{"id":8255,"name":"Marble staircase","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8258":{"id":8258,"name":"Spiral staircase","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8259":{"id":8259,"name":"Marble spiral","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8267":{"id":8267,"name":"Mounted bass","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8268":{"id":8268,"name":"Mounted swordfish","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8269":{"id":8269,"name":"Mounted shark","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8270":{"id":8270,"name":"Mithril armour","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8271":{"id":8271,"name":"Adamantite armour","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8272":{"id":8272,"name":"Runite armour","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8273":{"id":8273,"name":"Cw armour 1","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8274":{"id":8274,"name":"Cw armour 2","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8275":{"id":8275,"name":"Cw armour 3","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8276":{"id":8276,"name":"Rune case 1","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8277":{"id":8277,"name":"Rune case 2","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8278":{"id":8278,"name":"Rune case 3","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8285":{"id":8285,"name":"King arthur","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8286":{"id":8286,"name":"Elena","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8287":{"id":8287,"name":"Giant dwarf","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8288":{"id":8288,"name":"Miscellanians","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8289":{"id":8289,"name":"Lumbridge","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8290":{"id":8290,"name":"The desert","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8291":{"id":8291,"name":"Morytania","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8292":{"id":8292,"name":"Karamja","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8293":{"id":8293,"name":"Isafdar","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8297":{"id":8297,"name":"Oak cage","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8298":{"id":8298,"name":"Oak and steel cage","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8299":{"id":8299,"name":"Steel cage","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8300":{"id":8300,"name":"Spiked cage","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8301":{"id":8301,"name":"Bone cage","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8302":{"id":8302,"name":"Spikes","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8303":{"id":8303,"name":"Tentacle pool","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8304":{"id":8304,"name":"Flame pit","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8305":{"id":8305,"name":"Rocnar","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8306":{"id":8306,"name":"Oak ladder","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8307":{"id":8307,"name":"Teak ladder","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8308":{"id":8308,"name":"Mahogany ladder","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8309":{"id":8309,"name":"Crude wooden chair","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8310":{"id":8310,"name":"Wooden chair","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8311":{"id":8311,"name":"Rocking chair","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8312":{"id":8312,"name":"Oak chair","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8313":{"id":8313,"name":"Oak armchair","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8314":{"id":8314,"name":"Teak armchair","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8315":{"id":8315,"name":"Mahogany armchair","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8316":{"id":8316,"name":"Brown rug","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8317":{"id":8317,"name":"Rug","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8318":{"id":8318,"name":"Opulent rug","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8319":{"id":8319,"name":"Wooden bookcase","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8320":{"id":8320,"name":"Oak bookcase","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8321":{"id":8321,"name":"Mahogany bookcase","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8322":{"id":8322,"name":"Torn curtains","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8323":{"id":8323,"name":"Curtains","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8324":{"id":8324,"name":"Opulent curtains","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8325":{"id":8325,"name":"Clay fireplace","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8326":{"id":8326,"name":"Stone fireplace","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8327":{"id":8327,"name":"Marble fireplace","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8328":{"id":8328,"name":"Teak portal","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8329":{"id":8329,"name":"Mahogany portal","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8330":{"id":8330,"name":"Marble portal","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8331":{"id":8331,"name":"Teleport focus","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8332":{"id":8332,"name":"Greater focus","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8333":{"id":8333,"name":"Scrying pool","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8334":{"id":8334,"name":"Oak lectern","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8335":{"id":8335,"name":"Eagle lectern","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8336":{"id":8336,"name":"Demon lectern","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8337":{"id":8337,"name":"Teak eagle lectern","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8338":{"id":8338,"name":"Teak demon lectern","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8339":{"id":8339,"name":"Mahogany eagle","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8340":{"id":8340,"name":"Mahogany demon","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8341":{"id":8341,"name":"Globe","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8342":{"id":8342,"name":"Ornamental globe","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8343":{"id":8343,"name":"Lunar globe","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8344":{"id":8344,"name":"Celestial globe","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8345":{"id":8345,"name":"Armillary sphere","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8346":{"id":8346,"name":"Small orrery","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8347":{"id":8347,"name":"Large orrery","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8348":{"id":8348,"name":"Oak telescope","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8349":{"id":8349,"name":"Teak telescope","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8350":{"id":8350,"name":"Mahogany telescope","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8351":{"id":8351,"name":"Crystal ball","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8352":{"id":8352,"name":"Elemental sphere","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8353":{"id":8353,"name":"Crystal of power","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8354":{"id":8354,"name":"Alchemical chart","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8355":{"id":8355,"name":"Astronomical chart","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8356":{"id":8356,"name":"Infernal chart","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8357":{"id":8357,"name":"Oak throne","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8358":{"id":8358,"name":"Teak throne","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8359":{"id":8359,"name":"Mahogany throne","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8360":{"id":8360,"name":"Gilded throne","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8361":{"id":8361,"name":"Skeleton throne","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8362":{"id":8362,"name":"Crystal throne","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8363":{"id":8363,"name":"Demonic throne","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8364":{"id":8364,"name":"Oak lever","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8365":{"id":8365,"name":"Teak lever","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8366":{"id":8366,"name":"Mahogany lever","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8367":{"id":8367,"name":"Trapdoor","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8370":{"id":8370,"name":"Floor decoration","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8373":{"id":8373,"name":"Lesser magic cage","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8374":{"id":8374,"name":"Greater magic cage","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8375":{"id":8375,"name":"Wooden workbench","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8376":{"id":8376,"name":"Oak workbench","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8377":{"id":8377,"name":"Steel framed bench","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8378":{"id":8378,"name":"Bench with vice","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8379":{"id":8379,"name":"Bench with lathe","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8380":{"id":8380,"name":"Crafting table 1","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8381":{"id":8381,"name":"Crafting table 2","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8382":{"id":8382,"name":"Crafting table 3","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8383":{"id":8383,"name":"Crafting table 4","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8384":{"id":8384,"name":"Tool store 1","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8385":{"id":8385,"name":"Tool store 2","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8386":{"id":8386,"name":"Tool store 3","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8387":{"id":8387,"name":"Tool store 4","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8388":{"id":8388,"name":"Tool store 5","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8389":{"id":8389,"name":"Repair bench","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8390":{"id":8390,"name":"Whetstone","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8391":{"id":8391,"name":"Armour stand","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8392":{"id":8392,"name":"Pluming stand","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8393":{"id":8393,"name":"Shield easel","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8394":{"id":8394,"name":"Banner easel","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8395":{"id":8395,"name":"Parlour","incomplete":true,"cost":1000,"lowalch":400,"highalch":600,"price":0},"8396":{"id":8396,"name":"Kitchen","incomplete":true,"cost":5000,"lowalch":2000,"highalch":3000,"price":0},"8397":{"id":8397,"name":"Dining room","incomplete":true,"cost":5000,"lowalch":2000,"highalch":3000,"price":0},"8398":{"id":8398,"name":"Bedroom","incomplete":true,"cost":10000,"lowalch":4000,"highalch":6000,"price":0},"8399":{"id":8399,"name":"Games room","incomplete":true,"cost":25000,"lowalch":10000,"highalch":15000,"price":0},"8400":{"id":8400,"name":"Combat room","incomplete":true,"cost":25000,"lowalch":10000,"highalch":15000,"price":0},"8401":{"id":8401,"name":"Hall","incomplete":true,"cost":15000,"lowalch":6000,"highalch":9000,"price":0},"8405":{"id":8405,"name":"Chapel","incomplete":true,"cost":50000,"lowalch":20000,"highalch":30000,"price":0},"8406":{"id":8406,"name":"Workshop","incomplete":true,"cost":10000,"lowalch":4000,"highalch":6000,"price":0},"8407":{"id":8407,"name":"Study","incomplete":true,"cost":50000,"lowalch":20000,"highalch":30000,"price":0},"8408":{"id":8408,"name":"Portal chamber","incomplete":true,"cost":100000,"lowalch":40000,"highalch":60000,"price":0},"8409":{"id":8409,"name":"Throne room","incomplete":true,"cost":150000,"lowalch":60000,"highalch":90000,"price":0},"8410":{"id":8410,"name":"Oubliette","incomplete":true,"cost":150000,"lowalch":60000,"highalch":90000,"price":0},"8411":{"id":8411,"name":"Dungeon corridor","incomplete":true,"cost":7500,"lowalch":3000,"highalch":4500,"price":0},"8412":{"id":8412,"name":"Dungeon cross","incomplete":true,"cost":7500,"lowalch":3000,"highalch":4500,"price":0},"8413":{"id":8413,"name":"Dungeon stairs","incomplete":true,"cost":7500,"lowalch":3000,"highalch":4500,"price":0},"8414":{"id":8414,"name":"Treasure room","incomplete":true,"cost":250000,"lowalch":100000,"highalch":150000,"price":0},"8415":{"id":8415,"name":"Garden","incomplete":true,"cost":1000,"lowalch":400,"highalch":600,"price":0},"8416":{"id":8416,"name":"Formal garden","incomplete":true,"cost":75000,"lowalch":30000,"highalch":45000,"price":0},"8417":{"id":8417,"name":"Bagged dead tree","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":10000,"wiki_name":"Bagged dead tree","wiki_url":"https://oldschool.runescape.wiki/w/Bagged_dead_tree","price":0},"8419":{"id":8419,"name":"Bagged nice tree","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":10000,"wiki_name":"Bagged nice tree","wiki_url":"https://oldschool.runescape.wiki/w/Bagged_nice_tree","price":3645},"8421":{"id":8421,"name":"Bagged oak tree","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":10000,"wiki_name":"Bagged oak tree","wiki_url":"https://oldschool.runescape.wiki/w/Bagged_oak_tree","price":6741},"8423":{"id":8423,"name":"Bagged willow tree","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":10000,"wiki_name":"Bagged willow tree","wiki_url":"https://oldschool.runescape.wiki/w/Bagged_willow_tree","price":12150},"8425":{"id":8425,"name":"Bagged maple tree","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":15000,"lowalch":6000,"highalch":9000,"buy_limit":10000,"wiki_name":"Bagged maple tree","wiki_url":"https://oldschool.runescape.wiki/w/Bagged_maple_tree","price":16512},"8427":{"id":8427,"name":"Bagged yew tree","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20000,"lowalch":8000,"highalch":12000,"buy_limit":10000,"wiki_name":"Bagged yew tree","wiki_url":"https://oldschool.runescape.wiki/w/Bagged_yew_tree","price":25750},"8429":{"id":8429,"name":"Bagged magic tree","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50000,"lowalch":20000,"highalch":30000,"buy_limit":10000,"wiki_name":"Bagged magic tree","wiki_url":"https://oldschool.runescape.wiki/w/Bagged_magic_tree","price":52615},"8431":{"id":8431,"name":"Bagged plant 1","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":10000,"wiki_name":"Bagged plant 1","wiki_url":"https://oldschool.runescape.wiki/w/Bagged_plant_1","price":1735},"8433":{"id":8433,"name":"Bagged plant 2","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":10000,"wiki_name":"Bagged plant 2","wiki_url":"https://oldschool.runescape.wiki/w/Bagged_plant_2","price":5951},"8435":{"id":8435,"name":"Bagged plant 3","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":10000,"wiki_name":"Bagged plant 3","wiki_url":"https://oldschool.runescape.wiki/w/Bagged_plant_3","price":12325},"8437":{"id":8437,"name":"Thorny hedge","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":10000,"wiki_name":"Thorny hedge (bagged)","wiki_url":"https://oldschool.runescape.wiki/w/Thorny_hedge_(bagged)","price":4639},"8439":{"id":8439,"name":"Nice hedge","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":10000,"wiki_name":"Nice hedge (bagged)","wiki_url":"https://oldschool.runescape.wiki/w/Nice_hedge_(bagged)","price":11326},"8441":{"id":8441,"name":"Small box hedge","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":15000,"lowalch":6000,"highalch":9000,"buy_limit":10000,"wiki_name":"Small box hedge (bagged)","wiki_url":"https://oldschool.runescape.wiki/w/Small_box_hedge_(bagged)","price":6620},"8443":{"id":8443,"name":"Topiary hedge","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20000,"lowalch":8000,"highalch":12000,"buy_limit":10000,"wiki_name":"Topiary hedge (bagged)","wiki_url":"https://oldschool.runescape.wiki/w/Topiary_hedge_(bagged)","price":23422},"8445":{"id":8445,"name":"Fancy hedge","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":25000,"lowalch":10000,"highalch":15000,"buy_limit":10000,"wiki_name":"Fancy hedge (bagged)","wiki_url":"https://oldschool.runescape.wiki/w/Fancy_hedge_(bagged)","price":18249},"8447":{"id":8447,"name":"Tall fancy hedge","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50000,"lowalch":20000,"highalch":30000,"buy_limit":10000,"wiki_name":"Tall fancy hedge (bagged)","wiki_url":"https://oldschool.runescape.wiki/w/Tall_fancy_hedge_(bagged)","price":31556},"8449":{"id":8449,"name":"Tall box hedge","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100000,"lowalch":40000,"highalch":60000,"buy_limit":10000,"wiki_name":"Tall box hedge (bagged)","wiki_url":"https://oldschool.runescape.wiki/w/Tall_box_hedge_(bagged)","price":114739},"8451":{"id":8451,"name":"Bagged flower","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":10000,"wiki_name":"Bagged flower","wiki_url":"https://oldschool.runescape.wiki/w/Bagged_flower","price":7404},"8453":{"id":8453,"name":"Bagged daffodils","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":10000,"wiki_name":"Bagged daffodils","wiki_url":"https://oldschool.runescape.wiki/w/Bagged_daffodils","price":7600},"8455":{"id":8455,"name":"Bagged bluebells","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":15000,"lowalch":6000,"highalch":9000,"buy_limit":10000,"wiki_name":"Bagged bluebells","wiki_url":"https://oldschool.runescape.wiki/w/Bagged_bluebells","price":20651},"8457":{"id":8457,"name":"Bagged sunflower","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":10000,"wiki_name":"Bagged sunflower","wiki_url":"https://oldschool.runescape.wiki/w/Bagged_sunflower","price":6008},"8459":{"id":8459,"name":"Bagged marigolds","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":10000,"wiki_name":"Bagged marigolds","wiki_url":"https://oldschool.runescape.wiki/w/Bagged_marigolds","price":12749},"8461":{"id":8461,"name":"Bagged roses","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":15000,"lowalch":6000,"highalch":9000,"buy_limit":10000,"wiki_name":"Bagged roses","wiki_url":"https://oldschool.runescape.wiki/w/Bagged_roses","price":18233},"8463":{"id":8463,"name":"Construction guide","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Construction guide","wiki_url":"https://oldschool.runescape.wiki/w/Construction_guide","price":0},"8464":{"id":8464,"name":"Rune heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"wiki_name":"Rune heraldic helm (Arrav)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_heraldic_helm_(Arrav)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":40}},"price":0},"8466":{"id":8466,"name":"Rune heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"wiki_name":"Rune heraldic helm (Asgarnia)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_heraldic_helm_(Asgarnia)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":40}},"price":0},"8468":{"id":8468,"name":"Rune heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"wiki_name":"Rune heraldic helm (Dorgeshuun)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_heraldic_helm_(Dorgeshuun)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":40}},"price":0},"8470":{"id":8470,"name":"Rune heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"wiki_name":"Rune heraldic helm (Dragon)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_heraldic_helm_(Dragon)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":40}},"price":0},"8472":{"id":8472,"name":"Rune heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"wiki_name":"Rune heraldic helm (Fairy)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_heraldic_helm_(Fairy)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":40}},"price":0},"8474":{"id":8474,"name":"Rune heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"wiki_name":"Rune heraldic helm (Guthix)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_heraldic_helm_(Guthix)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":40}},"price":0},"8476":{"id":8476,"name":"Rune heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"wiki_name":"Rune heraldic helm (HAM)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_heraldic_helm_(HAM)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":40}},"price":0},"8478":{"id":8478,"name":"Rune heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"wiki_name":"Rune heraldic helm (Horse)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_heraldic_helm_(Horse)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":40}},"price":0},"8480":{"id":8480,"name":"Rune heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"wiki_name":"Rune heraldic helm (Jogre)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_heraldic_helm_(Jogre)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":40}},"price":0},"8482":{"id":8482,"name":"Rune heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"wiki_name":"Rune heraldic helm (Kandarin)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_heraldic_helm_(Kandarin)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":40}},"price":0},"8484":{"id":8484,"name":"Rune heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"wiki_name":"Rune heraldic helm (Misthalin)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_heraldic_helm_(Misthalin)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":40}},"price":0},"8486":{"id":8486,"name":"Rune heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"wiki_name":"Rune heraldic helm (Money)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_heraldic_helm_(Money)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":40}},"price":0},"8488":{"id":8488,"name":"Rune heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"wiki_name":"Rune heraldic helm (Saradomin)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_heraldic_helm_(Saradomin)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":40}},"price":0},"8490":{"id":8490,"name":"Rune heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"wiki_name":"Rune heraldic helm (Skull)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_heraldic_helm_(Skull)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":40}},"price":0},"8492":{"id":8492,"name":"Rune heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"wiki_name":"Rune heraldic helm (Varrock)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_heraldic_helm_(Varrock)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":40}},"price":0},"8494":{"id":8494,"name":"Rune heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"wiki_name":"Rune heraldic helm (Zamorak)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_heraldic_helm_(Zamorak)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":40}},"price":0},"8496":{"id":8496,"name":"Crude chair","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Crude chair (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Crude_chair_(flatpack)","price":1991},"8498":{"id":8498,"name":"Wooden chair","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Wooden chair (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Wooden_chair_(flatpack)","price":1809},"8500":{"id":8500,"name":"Rocking chair","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Rocking chair (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Rocking_chair_(flatpack)","price":44},"8502":{"id":8502,"name":"Oak chair","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Oak chair (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Oak_chair_(flatpack)","price":26},"8504":{"id":8504,"name":"Oak armchair","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Oak armchair (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Oak_armchair_(flatpack)","price":134},"8506":{"id":8506,"name":"Teak armchair","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Teak armchair (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Teak_armchair_(flatpack)","price":16},"8508":{"id":8508,"name":"Mahogany armchair","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Mahogany armchair (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Mahogany_armchair_(flatpack)","price":1033},"8510":{"id":8510,"name":"Bookcase","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Bookcase (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Bookcase_(flatpack)","price":250},"8512":{"id":8512,"name":"Oak bookcase","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Oak bookcase (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Oak_bookcase_(flatpack)","price":125},"8514":{"id":8514,"name":"Mahogany bookcase","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Mahogany bookcase (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Mahogany_bookcase_(flatpack)","price":113},"8516":{"id":8516,"name":"Beer barrel","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Beer barrel (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Beer_barrel_(flatpack)","price":57},"8518":{"id":8518,"name":"Cider barrel","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Cider barrel (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Cider_barrel_(flatpack)","price":10058},"8520":{"id":8520,"name":"Asgarnian ale","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Asgarnian ale (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Asgarnian_ale_(flatpack)","price":5040},"8522":{"id":8522,"name":"Greenman's ale","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Greenman's ale (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Greenman's_ale_(flatpack)","price":7696},"8524":{"id":8524,"name":"Dragon bitter","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Dragon bitter (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_bitter_(flatpack)","price":50986},"8526":{"id":8526,"name":"Chef's delight","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Chef's delight (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Chef's_delight_(flatpack)","price":9906},"8528":{"id":8528,"name":"Kitchen table","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Kitchen table (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Kitchen_table_(flatpack)","price":0},"8530":{"id":8530,"name":"Oak kitchen table","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Oak kitchen table (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Oak_kitchen_table_(flatpack)","price":110},"8532":{"id":8532,"name":"Teak kitchen table","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Teak kitchen table (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Teak_kitchen_table_(flatpack)","price":1},"8534":{"id":8534,"name":"Oak lectern","members":true,"tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Oak lectern (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Oak_lectern_(flatpack)","price":0},"8536":{"id":8536,"name":"Eagle lectern","members":true,"tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Eagle lectern (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Eagle_lectern_(flatpack)","price":0},"8538":{"id":8538,"name":"Demon lectern","members":true,"tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Demon lectern (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Demon_lectern_(flatpack)","price":0},"8540":{"id":8540,"name":"Teak eagle lectern","members":true,"tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Teak eagle lectern (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Teak_eagle_lectern_(flatpack)","price":0},"8542":{"id":8542,"name":"Teak demon lectern","members":true,"tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Teak demon lectern (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Teak_demon_lectern_(flatpack)","price":0},"8544":{"id":8544,"name":"Mahogany eagle","members":true,"tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Mahogany eagle (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Mahogany_eagle_(flatpack)","price":0},"8546":{"id":8546,"name":"Mahogany demon","members":true,"tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Mahogany demon (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Mahogany_demon_(flatpack)","price":0},"8548":{"id":8548,"name":"Wood dining table","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Wood dining table (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Wood_dining_table_(flatpack)","price":5},"8550":{"id":8550,"name":"Oak dining table","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Oak dining table (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Oak_dining_table_(flatpack)","price":127},"8552":{"id":8552,"name":"Carved oak table","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Carved oak table (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Carved_oak_table_(flatpack)","price":2},"8554":{"id":8554,"name":"Teak table","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Teak table (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Teak_table_(flatpack)","price":6},"8556":{"id":8556,"name":"Carved teak table","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Carved teak table (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Carved_teak_table_(flatpack)","price":10},"8558":{"id":8558,"name":"Mahogany table","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Mahogany table (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Mahogany_table_(flatpack)","price":18},"8560":{"id":8560,"name":"Opulent table","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Opulent table (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Opulent_table_(flatpack)","price":309801},"8562":{"id":8562,"name":"Wooden bench","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Wooden bench (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Wooden_bench_(flatpack)","price":12},"8564":{"id":8564,"name":"Oak bench","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Oak bench (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Oak_bench_(flatpack)","price":68},"8566":{"id":8566,"name":"Carved oak bench","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Carved oak bench (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Carved_oak_bench_(flatpack)","price":132},"8568":{"id":8568,"name":"Teak dining bench","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Teak dining bench (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Teak_dining_bench_(flatpack)","price":1},"8570":{"id":8570,"name":"Carved teak bench","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Carved teak bench (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Carved_teak_bench_(flatpack)","price":27},"8572":{"id":8572,"name":"Mahogany bench","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Mahogany bench (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Mahogany_bench_(flatpack)","price":1375},"8574":{"id":8574,"name":"Gilded bench","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Gilded bench (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_bench_(flatpack)","price":420060},"8576":{"id":8576,"name":"Wooden bed","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Wooden bed (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Wooden_bed_(flatpack)","price":1725},"8578":{"id":8578,"name":"Oak bed","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Oak bed (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Oak_bed_(flatpack)","price":35250},"8580":{"id":8580,"name":"Large oak bed","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Large oak bed (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Large_oak_bed_(flatpack)","price":491},"8582":{"id":8582,"name":"Teak bed","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Teak bed (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Teak_bed_(flatpack)","price":1926},"8584":{"id":8584,"name":"Large teak bed","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Large teak bed (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Large_teak_bed_(flatpack)","price":6203},"8586":{"id":8586,"name":"Four-poster bed","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Four-poster bed (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Four-poster_bed_(flatpack)","price":5940},"8588":{"id":8588,"name":"Gilded four-poster","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Gilded four-poster (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_four-poster_(flatpack)","price":385000},"8590":{"id":8590,"name":"Oak clock","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Oak clock (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Oak_clock_(flatpack)","price":1},"8592":{"id":8592,"name":"Teak clock","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Teak clock (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Teak_clock_(flatpack)","price":1400},"8594":{"id":8594,"name":"Gilded clock","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Gilded clock (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_clock_(flatpack)","price":745500},"8596":{"id":8596,"name":"Shaving stand","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Shaving stand (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Shaving_stand_(flatpack)","price":5500},"8598":{"id":8598,"name":"Oak shaving stand","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Oak shaving stand (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Oak_shaving_stand_(flatpack)","price":535},"8600":{"id":8600,"name":"Oak dresser","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Oak dresser (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Oak_dresser_(flatpack)","price":386},"8602":{"id":8602,"name":"Teak dresser","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Teak dresser (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Teak_dresser_(flatpack)","price":1073},"8604":{"id":8604,"name":"Fancy teak dresser","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Fancy teak dresser (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Fancy_teak_dresser_(flatpack)","price":329},"8606":{"id":8606,"name":"Mahogany dresser","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Mahogany dresser (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Mahogany_dresser_(flatpack)","price":8094},"8608":{"id":8608,"name":"Gilded dresser","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Gilded dresser (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_dresser_(flatpack)","price":497500},"8610":{"id":8610,"name":"Shoe box","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Shoe box (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Shoe_box_(flatpack)","price":51},"8612":{"id":8612,"name":"Oak drawers","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Oak drawers (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Oak_drawers_(flatpack)","price":34},"8614":{"id":8614,"name":"Oak wardrobe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Oak wardrobe (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Oak_wardrobe_(flatpack)","price":11},"8616":{"id":8616,"name":"Teak drawers","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Teak drawers (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Teak_drawers_(flatpack)","price":48},"8618":{"id":8618,"name":"Teak wardrobe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Teak wardrobe (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Teak_wardrobe_(flatpack)","price":5064},"8620":{"id":8620,"name":"Mahogany wardrobe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Mahogany wardrobe (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Mahogany_wardrobe_(flatpack)","price":1058},"8622":{"id":8622,"name":"Gilded wardrobe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Gilded wardrobe (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_wardrobe_(flatpack)","price":546000},"8624":{"id":8624,"name":"Crystal ball","members":true,"tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Crystal ball (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_ball_(flatpack)","price":0},"8626":{"id":8626,"name":"Elemental sphere","members":true,"tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Elemental sphere (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Elemental_sphere_(flatpack)","price":0},"8628":{"id":8628,"name":"Crystal of power","members":true,"tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Crystal of power (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_of_power_(flatpack)","price":0},"8630":{"id":8630,"name":"Globe","members":true,"tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Globe (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Globe_(flatpack)","price":0},"8632":{"id":8632,"name":"Ornamental globe","members":true,"tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Ornamental globe (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Ornamental_globe_(flatpack)","price":0},"8634":{"id":8634,"name":"Lunar globe","members":true,"tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Lunar globe (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Lunar_globe_(flatpack)","price":0},"8636":{"id":8636,"name":"Celestial globe","members":true,"tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Celestial globe (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Celestial_globe_(flatpack)","price":0},"8638":{"id":8638,"name":"Armillary sphere","members":true,"tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Armillary sphere (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Armillary_sphere_(flatpack)","price":0},"8640":{"id":8640,"name":"Small orrery","members":true,"tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Small orrery (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Small_orrery_(flatpack)","price":0},"8642":{"id":8642,"name":"Large orrery","members":true,"tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Large orrery (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Large_orrery_(flatpack)","price":0},"8644":{"id":8644,"name":"Oak telescope","members":true,"tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Oak telescope (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Oak_telescope_(flatpack)","price":0},"8646":{"id":8646,"name":"Teak telescope","members":true,"tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Teak telescope (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Teak_telescope_(flatpack)","price":0},"8648":{"id":8648,"name":"Mahogany telescope","members":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Mahogany telescope (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Mahogany_telescope_(flatpack)","price":0},"8650":{"id":8650,"name":"Banner","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Banner (Arrav)","wiki_url":"https://oldschool.runescape.wiki/w/Banner_(Arrav)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"8652":{"id":8652,"name":"Banner","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Banner (Asgarnia)","wiki_url":"https://oldschool.runescape.wiki/w/Banner_(Asgarnia)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"8654":{"id":8654,"name":"Banner","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Banner (Dorgeshuun)","wiki_url":"https://oldschool.runescape.wiki/w/Banner_(Dorgeshuun)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"8656":{"id":8656,"name":"Banner","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Banner (Dragon)","wiki_url":"https://oldschool.runescape.wiki/w/Banner_(Dragon)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"8658":{"id":8658,"name":"Banner","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Banner (Fairy)","wiki_url":"https://oldschool.runescape.wiki/w/Banner_(Fairy)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"8660":{"id":8660,"name":"Banner","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Banner (Guthix)","wiki_url":"https://oldschool.runescape.wiki/w/Banner_(Guthix)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"8662":{"id":8662,"name":"Banner","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Banner (HAM)","wiki_url":"https://oldschool.runescape.wiki/w/Banner_(HAM)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"8664":{"id":8664,"name":"Banner","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Banner (Horse)","wiki_url":"https://oldschool.runescape.wiki/w/Banner_(Horse)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"8666":{"id":8666,"name":"Banner","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Banner (Jogre)","wiki_url":"https://oldschool.runescape.wiki/w/Banner_(Jogre)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"8668":{"id":8668,"name":"Banner","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Banner (Kandarin)","wiki_url":"https://oldschool.runescape.wiki/w/Banner_(Kandarin)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"8670":{"id":8670,"name":"Banner","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Banner (Misthalin)","wiki_url":"https://oldschool.runescape.wiki/w/Banner_(Misthalin)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"8672":{"id":8672,"name":"Banner","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Banner (Money)","wiki_url":"https://oldschool.runescape.wiki/w/Banner_(Money)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"8674":{"id":8674,"name":"Banner","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Banner (Saradomin)","wiki_url":"https://oldschool.runescape.wiki/w/Banner_(Saradomin)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"8676":{"id":8676,"name":"Banner","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Banner (Skull)","wiki_url":"https://oldschool.runescape.wiki/w/Banner_(Skull)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"8678":{"id":8678,"name":"Banner","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Banner (Varrock)","wiki_url":"https://oldschool.runescape.wiki/w/Banner_(Varrock)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"8680":{"id":8680,"name":"Banner","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Banner (Zamorak)","wiki_url":"https://oldschool.runescape.wiki/w/Banner_(Zamorak)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"8682":{"id":8682,"name":"Steel heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":600,"lowalch":240,"highalch":360,"wiki_name":"Steel heraldic helm (Arrav)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_heraldic_helm_(Arrav)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":9,"defence_slash":10,"defence_crush":7,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":5}},"price":0},"8684":{"id":8684,"name":"Steel heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":600,"lowalch":240,"highalch":360,"wiki_name":"Steel heraldic helm (Asgarnia)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_heraldic_helm_(Asgarnia)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":9,"defence_slash":10,"defence_crush":7,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":5}},"price":0},"8686":{"id":8686,"name":"Steel heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":600,"lowalch":240,"highalch":360,"wiki_name":"Steel heraldic helm (Dorgeshuun)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_heraldic_helm_(Dorgeshuun)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":9,"defence_slash":10,"defence_crush":7,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":5}},"price":0},"8688":{"id":8688,"name":"Steel heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":600,"lowalch":240,"highalch":360,"wiki_name":"Steel heraldic helm (Dragon)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_heraldic_helm_(Dragon)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":9,"defence_slash":10,"defence_crush":7,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":5}},"price":0},"8690":{"id":8690,"name":"Steel heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":600,"lowalch":240,"highalch":360,"wiki_name":"Steel heraldic helm (Fairy)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_heraldic_helm_(Fairy)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":9,"defence_slash":10,"defence_crush":7,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":5}},"price":0},"8692":{"id":8692,"name":"Steel heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":600,"lowalch":240,"highalch":360,"wiki_name":"Steel heraldic helm (Guthix)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_heraldic_helm_(Guthix)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":9,"defence_slash":10,"defence_crush":7,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":5}},"price":0},"8694":{"id":8694,"name":"Steel heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":600,"lowalch":240,"highalch":360,"wiki_name":"Steel heraldic helm (HAM)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_heraldic_helm_(HAM)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":9,"defence_slash":10,"defence_crush":7,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":5}},"price":0},"8696":{"id":8696,"name":"Steel heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":600,"lowalch":240,"highalch":360,"wiki_name":"Steel heraldic helm (Horse)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_heraldic_helm_(Horse)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":9,"defence_slash":10,"defence_crush":7,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":5}},"price":0},"8698":{"id":8698,"name":"Steel heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":600,"lowalch":240,"highalch":360,"wiki_name":"Steel heraldic helm (Jogre)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_heraldic_helm_(Jogre)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":9,"defence_slash":10,"defence_crush":7,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":5}},"price":0},"8700":{"id":8700,"name":"Steel heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":600,"lowalch":240,"highalch":360,"wiki_name":"Steel heraldic helm (Kandarin)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_heraldic_helm_(Kandarin)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":9,"defence_slash":10,"defence_crush":7,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":5}},"price":0},"8702":{"id":8702,"name":"Steel heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":600,"lowalch":240,"highalch":360,"wiki_name":"Steel heraldic helm (Misthalin)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_heraldic_helm_(Misthalin)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":9,"defence_slash":10,"defence_crush":7,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":5}},"price":0},"8704":{"id":8704,"name":"Steel heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":600,"lowalch":240,"highalch":360,"wiki_name":"Steel heraldic helm (Money)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_heraldic_helm_(Money)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":9,"defence_slash":10,"defence_crush":7,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":5}},"price":0},"8706":{"id":8706,"name":"Steel heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":600,"lowalch":240,"highalch":360,"wiki_name":"Steel heraldic helm (Saradomin)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_heraldic_helm_(Saradomin)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":9,"defence_slash":10,"defence_crush":7,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":5}},"price":0},"8708":{"id":8708,"name":"Steel heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":600,"lowalch":240,"highalch":360,"wiki_name":"Steel heraldic helm (Skull)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_heraldic_helm_(Skull)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":9,"defence_slash":10,"defence_crush":7,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":5}},"price":0},"8710":{"id":8710,"name":"Steel heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":600,"lowalch":240,"highalch":360,"wiki_name":"Steel heraldic helm (Varrock)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_heraldic_helm_(Varrock)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":9,"defence_slash":10,"defence_crush":7,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":5}},"price":0},"8712":{"id":8712,"name":"Steel heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":600,"lowalch":240,"highalch":360,"wiki_name":"Steel heraldic helm (Zamorak)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_heraldic_helm_(Zamorak)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":9,"defence_slash":10,"defence_crush":7,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":5}},"price":0},"8714":{"id":8714,"name":"Rune kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":54400,"lowalch":21760,"highalch":32640,"wiki_name":"Rune kiteshield (Arrav)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_kiteshield_(Arrav)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":44,"defence_slash":48,"defence_crush":46,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":0},"8716":{"id":8716,"name":"Rune kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":54400,"lowalch":21760,"highalch":32640,"wiki_name":"Rune kiteshield (Asgarnia)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_kiteshield_(Asgarnia)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":44,"defence_slash":48,"defence_crush":46,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":0},"8718":{"id":8718,"name":"Rune kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":54400,"lowalch":21760,"highalch":32640,"wiki_name":"Rune kiteshield (Dorgeshuun)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_kiteshield_(Dorgeshuun)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":44,"defence_slash":48,"defence_crush":46,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":0},"8720":{"id":8720,"name":"Rune kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":54400,"lowalch":21760,"highalch":32640,"wiki_name":"Rune kiteshield (Dragon)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_kiteshield_(Dragon)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":44,"defence_slash":48,"defence_crush":46,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":0},"8722":{"id":8722,"name":"Rune kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":54400,"lowalch":21760,"highalch":32640,"wiki_name":"Rune kiteshield (Fairy)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_kiteshield_(Fairy)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":44,"defence_slash":48,"defence_crush":46,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":0},"8724":{"id":8724,"name":"Rune kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":54400,"lowalch":21760,"highalch":32640,"wiki_name":"Rune kiteshield (Guthix)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_kiteshield_(Guthix)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":44,"defence_slash":48,"defence_crush":46,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":0},"8726":{"id":8726,"name":"Rune kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":54400,"lowalch":21760,"highalch":32640,"wiki_name":"Rune kiteshield (HAM)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_kiteshield_(HAM)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":44,"defence_slash":48,"defence_crush":46,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":0},"8728":{"id":8728,"name":"Rune kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":54400,"lowalch":21760,"highalch":32640,"wiki_name":"Rune kiteshield (Horse)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_kiteshield_(Horse)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":44,"defence_slash":48,"defence_crush":46,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":0},"8730":{"id":8730,"name":"Rune kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":54400,"lowalch":21760,"highalch":32640,"wiki_name":"Rune kiteshield (Jogre)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_kiteshield_(Jogre)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":44,"defence_slash":48,"defence_crush":46,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":0},"8732":{"id":8732,"name":"Rune kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":54400,"lowalch":21760,"highalch":32640,"wiki_name":"Rune kiteshield (Kandarin)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_kiteshield_(Kandarin)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":44,"defence_slash":48,"defence_crush":46,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":0},"8734":{"id":8734,"name":"Rune kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":54400,"lowalch":21760,"highalch":32640,"wiki_name":"Rune kiteshield (Misthalin)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_kiteshield_(Misthalin)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":44,"defence_slash":48,"defence_crush":46,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":0},"8736":{"id":8736,"name":"Rune kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":54400,"lowalch":21760,"highalch":32640,"wiki_name":"Rune kiteshield (Money)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_kiteshield_(Money)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":44,"defence_slash":48,"defence_crush":46,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":0},"8738":{"id":8738,"name":"Rune kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":54400,"lowalch":21760,"highalch":32640,"wiki_name":"Rune kiteshield (Saradomin)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_kiteshield_(Saradomin)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":44,"defence_slash":48,"defence_crush":46,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":0},"8740":{"id":8740,"name":"Rune kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":54400,"lowalch":21760,"highalch":32640,"wiki_name":"Rune kiteshield (Skull)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_kiteshield_(Skull)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":44,"defence_slash":48,"defence_crush":46,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":0},"8742":{"id":8742,"name":"Rune kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":54400,"lowalch":21760,"highalch":32640,"wiki_name":"Rune kiteshield (Varrock)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_kiteshield_(Varrock)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":44,"defence_slash":48,"defence_crush":46,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":0},"8744":{"id":8744,"name":"Rune kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":54400,"lowalch":21760,"highalch":32640,"wiki_name":"Rune kiteshield (Zamorak)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_kiteshield_(Zamorak)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":44,"defence_slash":48,"defence_crush":46,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":0},"8746":{"id":8746,"name":"Steel kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":900,"lowalch":360,"highalch":540,"wiki_name":"Steel kiteshield (Arrav)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_kiteshield_(Arrav)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":13,"defence_slash":15,"defence_crush":14,"defence_magic":-1,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":5}},"price":0},"8748":{"id":8748,"name":"Steel kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":900,"lowalch":360,"highalch":540,"wiki_name":"Steel kiteshield (Asgarnia)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_kiteshield_(Asgarnia)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":13,"defence_slash":15,"defence_crush":14,"defence_magic":-1,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":5}},"price":0},"8750":{"id":8750,"name":"Steel kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":900,"lowalch":360,"highalch":540,"wiki_name":"Steel kiteshield (Dorgeshuun)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_kiteshield_(Dorgeshuun)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":13,"defence_slash":15,"defence_crush":14,"defence_magic":-1,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":5}},"price":0},"8752":{"id":8752,"name":"Steel kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":900,"lowalch":360,"highalch":540,"wiki_name":"Steel kiteshield (Dragon)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_kiteshield_(Dragon)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":13,"defence_slash":15,"defence_crush":14,"defence_magic":-1,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":5}},"price":0},"8754":{"id":8754,"name":"Steel kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":900,"lowalch":360,"highalch":540,"wiki_name":"Steel kiteshield (Fairy)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_kiteshield_(Fairy)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":13,"defence_slash":15,"defence_crush":14,"defence_magic":-1,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":5}},"price":0},"8756":{"id":8756,"name":"Steel kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":900,"lowalch":360,"highalch":540,"wiki_name":"Steel kiteshield (Guthix)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_kiteshield_(Guthix)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":13,"defence_slash":15,"defence_crush":14,"defence_magic":-1,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":5}},"price":0},"8758":{"id":8758,"name":"Steel kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":900,"lowalch":360,"highalch":540,"wiki_name":"Steel kiteshield (HAM)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_kiteshield_(HAM)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":13,"defence_slash":15,"defence_crush":14,"defence_magic":-1,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":5}},"price":0},"8760":{"id":8760,"name":"Steel kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":900,"lowalch":360,"highalch":540,"wiki_name":"Steel kiteshield (Horse)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_kiteshield_(Horse)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":13,"defence_slash":15,"defence_crush":14,"defence_magic":-1,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":5}},"price":0},"8762":{"id":8762,"name":"Steel kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":900,"lowalch":360,"highalch":540,"wiki_name":"Steel kiteshield (Jogre)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_kiteshield_(Jogre)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":13,"defence_slash":15,"defence_crush":14,"defence_magic":-1,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":5}},"price":0},"8764":{"id":8764,"name":"Steel kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":900,"lowalch":360,"highalch":540,"wiki_name":"Steel kiteshield (Kandarin)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_kiteshield_(Kandarin)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":13,"defence_slash":15,"defence_crush":14,"defence_magic":-1,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":5}},"price":0},"8766":{"id":8766,"name":"Steel kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":900,"lowalch":360,"highalch":540,"wiki_name":"Steel kiteshield (Misthalin)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_kiteshield_(Misthalin)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":13,"defence_slash":15,"defence_crush":14,"defence_magic":-1,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":5}},"price":0},"8768":{"id":8768,"name":"Steel kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":900,"lowalch":360,"highalch":540,"wiki_name":"Steel kiteshield (Money)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_kiteshield_(Money)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":13,"defence_slash":15,"defence_crush":14,"defence_magic":-1,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":5}},"price":0},"8770":{"id":8770,"name":"Steel kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":900,"lowalch":360,"highalch":540,"wiki_name":"Steel kiteshield (Saradomin)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_kiteshield_(Saradomin)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":13,"defence_slash":15,"defence_crush":14,"defence_magic":-1,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":5}},"price":0},"8772":{"id":8772,"name":"Steel kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":900,"lowalch":360,"highalch":540,"wiki_name":"Steel kiteshield (Skull)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_kiteshield_(Skull)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":13,"defence_slash":15,"defence_crush":14,"defence_magic":-1,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":5}},"price":0},"8774":{"id":8774,"name":"Steel kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":900,"lowalch":360,"highalch":540,"wiki_name":"Steel kiteshield (Varrock)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_kiteshield_(Varrock)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":13,"defence_slash":15,"defence_crush":14,"defence_magic":-1,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":5}},"price":0},"8776":{"id":8776,"name":"Steel kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":900,"lowalch":360,"highalch":540,"wiki_name":"Steel kiteshield (Zamorak)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_kiteshield_(Zamorak)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":13,"defence_slash":15,"defence_crush":14,"defence_magic":-1,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":5}},"price":0},"8778":{"id":8778,"name":"Oak plank","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":13000,"wiki_name":"Oak plank","wiki_url":"https://oldschool.runescape.wiki/w/Oak_plank","price":461},"8780":{"id":8780,"name":"Teak plank","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":13000,"wiki_name":"Teak plank","wiki_url":"https://oldschool.runescape.wiki/w/Teak_plank","price":853},"8782":{"id":8782,"name":"Mahogany plank","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1500,"lowalch":600,"highalch":900,"buy_limit":13000,"wiki_name":"Mahogany plank","wiki_url":"https://oldschool.runescape.wiki/w/Mahogany_plank","price":2175},"8784":{"id":8784,"name":"Gold leaf","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100000,"lowalch":40000,"highalch":60000,"buy_limit":11000,"wiki_name":"Gold leaf","wiki_url":"https://oldschool.runescape.wiki/w/Gold_leaf","price":133131},"8786":{"id":8786,"name":"Marble block","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":250000,"lowalch":100000,"highalch":150000,"buy_limit":11000,"wiki_name":"Marble block","wiki_url":"https://oldschool.runescape.wiki/w/Marble_block","price":334016},"8788":{"id":8788,"name":"Magic stone","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":750000,"lowalch":300000,"highalch":450000,"buy_limit":11000,"wiki_name":"Magic stone","wiki_url":"https://oldschool.runescape.wiki/w/Magic_stone","price":986888},"8790":{"id":8790,"name":"Bolt of cloth","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":13000,"wiki_name":"Bolt of cloth","wiki_url":"https://oldschool.runescape.wiki/w/Bolt_of_cloth","price":863},"8792":{"id":8792,"name":"Clockwork","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":11000,"wiki_name":"Clockwork","wiki_url":"https://oldschool.runescape.wiki/w/Clockwork","price":720},"8794":{"id":8794,"name":"Saw","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":40,"wiki_name":"Saw","wiki_url":"https://oldschool.runescape.wiki/w/Saw","price":3},"8837":{"id":8837,"name":"Timber beam","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Timber beam","wiki_url":"https://oldschool.runescape.wiki/w/Timber_beam","price":742},"8839":{"id":8839,"name":"Void knight top","members":true,"equipable":true,"equipable_by_player":true,"cost":48000,"lowalch":19200,"highalch":28800,"wiki_name":"Void knight top (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Void_knight_top#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":45,"defence_slash":45,"defence_crush":45,"defence_magic":45,"defence_ranged":45,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"attack":42,"strength":42,"hitpoints":42,"ranged":42,"magic":42,"defence":42,"prayer":22}},"price":0},"8840":{"id":8840,"name":"Void knight robe","members":true,"equipable":true,"equipable_by_player":true,"cost":45000,"lowalch":18000,"highalch":27000,"wiki_name":"Void knight robe (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Void_knight_robe#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":30,"defence_slash":30,"defence_crush":30,"defence_magic":30,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"attack":42,"strength":42,"hitpoints":42,"ranged":42,"magic":42,"defence":42,"prayer":22}},"price":0},"8841":{"id":8841,"name":"Void knight mace","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":12000,"lowalch":4800,"highalch":7200,"wiki_name":"Void knight mace (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Void_knight_mace#Normal","equipment":{"attack_stab":22,"attack_slash":0,"attack_crush":41,"attack_magic":8,"attack_ranged":0,"defence_stab":2,"defence_slash":2,"defence_crush":2,"defence_magic":2,"defence_ranged":2,"melee_strength":38,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"weapon","requirements":{"attack":42,"strength":42,"hitpoints":42,"ranged":42,"magic":42,"defence":42,"prayer":22}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"8842":{"id":8842,"name":"Void knight gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":6052,"lowalch":2420,"highalch":3631,"wiki_name":"Void knight gloves (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Void_knight_gloves#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":6,"defence_slash":6,"defence_crush":6,"defence_magic":4,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"attack":42,"strength":42,"hitpoints":42,"ranged":42,"magic":42,"defence":42,"prayer":22}},"price":0},"8844":{"id":8844,"name":"Bronze defender","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bronze defender (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_defender#Normal","equipment":{"attack_stab":3,"attack_slash":2,"attack_crush":1,"attack_magic":-3,"attack_ranged":-2,"defence_stab":3,"defence_slash":2,"defence_crush":1,"defence_magic":-3,"defence_ranged":-2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"attack":1,"defence":1}},"price":0},"8845":{"id":8845,"name":"Iron defender","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Iron defender (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_defender#Normal","equipment":{"attack_stab":5,"attack_slash":4,"attack_crush":3,"attack_magic":-3,"attack_ranged":-2,"defence_stab":5,"defence_slash":4,"defence_crush":3,"defence_magic":-3,"defence_ranged":-2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"attack":1,"defence":1}},"price":0},"8846":{"id":8846,"name":"Steel defender","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Steel defender (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_defender#Normal","equipment":{"attack_stab":7,"attack_slash":6,"attack_crush":5,"attack_magic":-3,"attack_ranged":-2,"defence_stab":7,"defence_slash":6,"defence_crush":5,"defence_magic":-3,"defence_ranged":-2,"melee_strength":1,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"attack":5,"defence":5}},"price":0},"8847":{"id":8847,"name":"Black defender","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Black defender (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Black_defender#Normal","equipment":{"attack_stab":9,"attack_slash":8,"attack_crush":7,"attack_magic":-3,"attack_ranged":-2,"defence_stab":9,"defence_slash":8,"defence_crush":7,"defence_magic":-3,"defence_ranged":-2,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"attack":10,"defence":10}},"price":0},"8848":{"id":8848,"name":"Mithril defender","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mithril defender (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_defender#Normal","equipment":{"attack_stab":10,"attack_slash":9,"attack_crush":8,"attack_magic":-3,"attack_ranged":-2,"defence_stab":10,"defence_slash":9,"defence_crush":8,"defence_magic":-3,"defence_ranged":-2,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"attack":20,"defence":20}},"price":0},"8849":{"id":8849,"name":"Adamant defender","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Adamant defender (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_defender#Normal","equipment":{"attack_stab":13,"attack_slash":12,"attack_crush":11,"attack_magic":-3,"attack_ranged":-2,"defence_stab":13,"defence_slash":12,"defence_crush":11,"defence_magic":-3,"defence_ranged":-2,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"attack":30,"defence":30}},"price":0},"8850":{"id":8850,"name":"Rune defender","members":true,"equipable":true,"equipable_by_player":true,"cost":65004,"lowalch":26001,"highalch":39002,"wiki_name":"Rune defender (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_defender#Normal","equipment":{"attack_stab":20,"attack_slash":19,"attack_crush":18,"attack_magic":-3,"attack_ranged":-2,"defence_stab":20,"defence_slash":19,"defence_crush":18,"defence_magic":-3,"defence_ranged":-2,"melee_strength":5,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"attack":40,"defence":40}},"price":0},"8851":{"id":8851,"name":"Warrior guild token","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Warrior guild token","wiki_url":"https://oldschool.runescape.wiki/w/Warrior_guild_token","price":0},"8856":{"id":8856,"name":"Defensive shield","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Defensive shield","wiki_url":"https://oldschool.runescape.wiki/w/Defensive_shield","price":0},"8857":{"id":8857,"name":"Shot","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shot (animation item)","wiki_url":"https://oldschool.runescape.wiki/w/Shot_(animation_item)","price":0},"8858":{"id":8858,"name":"18lb shot","members":true,"cost":1,"wiki_name":"18lb shot","wiki_url":"https://oldschool.runescape.wiki/w/18lb_shot","price":0},"8859":{"id":8859,"name":"22lb shot","members":true,"cost":1,"wiki_name":"22lb shot","wiki_url":"https://oldschool.runescape.wiki/w/22lb_shot","price":0},"8860":{"id":8860,"name":"One barrel","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"One barrel","wiki_url":"https://oldschool.runescape.wiki/w/One_barrel","price":0},"8861":{"id":8861,"name":"Two barrels","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Two barrels","wiki_url":"https://oldschool.runescape.wiki/w/Two_barrels","price":0},"8862":{"id":8862,"name":"Three barrels","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Three barrels","wiki_url":"https://oldschool.runescape.wiki/w/Three_barrels","price":0},"8863":{"id":8863,"name":"Four barrels","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Four barrels","wiki_url":"https://oldschool.runescape.wiki/w/Four_barrels","price":0},"8864":{"id":8864,"name":"Five barrels","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Five barrels","wiki_url":"https://oldschool.runescape.wiki/w/Five_barrels","price":0},"8865":{"id":8865,"name":"Ground ashes","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Ground ashes","wiki_url":"https://oldschool.runescape.wiki/w/Ground_ashes","price":0},"8866":{"id":8866,"name":"Steel key","members":true,"cost":1,"wiki_name":"Steel key (H.A.M.)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_key_(H.A.M.)","price":0,"lowalch":0,"highalch":0},"8867":{"id":8867,"name":"Bronze key","members":true,"cost":1,"wiki_name":"Bronze key (H.A.M.)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_key_(H.A.M.)","price":0},"8868":{"id":8868,"name":"Silver key","members":true,"cost":1,"wiki_name":"Silver key (H.A.M.)","wiki_url":"https://oldschool.runescape.wiki/w/Silver_key_(H.A.M.)","price":0,"lowalch":0,"highalch":0},"8869":{"id":8869,"name":"Iron key","members":true,"cost":1,"wiki_name":"Iron key (H.A.M.)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_key_(H.A.M.)","price":0,"lowalch":0,"highalch":0},"8870":{"id":8870,"name":"Zanik","members":true,"cost":1,"wiki_name":"Zanik (item)","wiki_url":"https://oldschool.runescape.wiki/w/Zanik_(item)","price":0},"8871":{"id":8871,"name":"Crate with zanik","members":true,"cost":1,"wiki_name":"Crate with zanik","wiki_url":"https://oldschool.runescape.wiki/w/Crate_with_zanik","price":0},"8872":{"id":8872,"name":"Bone dagger","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":70,"wiki_name":"Bone dagger (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_dagger#Unpoisoned","equipment":{"attack_stab":5,"attack_slash":3,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":4096},"8874":{"id":8874,"name":"Bone dagger (p)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":70,"wiki_name":"Bone dagger (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_dagger#Poison","equipment":{"attack_stab":5,"attack_slash":3,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":5311},"8876":{"id":8876,"name":"Bone dagger (p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":70,"wiki_name":"Bone dagger (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_dagger#Poison+","equipment":{"attack_stab":5,"attack_slash":3,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1750},"8878":{"id":8878,"name":"Bone dagger (p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":70,"wiki_name":"Bone dagger (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_dagger#Poison++","equipment":{"attack_stab":5,"attack_slash":3,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":10567},"8880":{"id":8880,"name":"Dorgeshuun crossbow","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":70,"wiki_name":"Dorgeshuun crossbow","wiki_url":"https://oldschool.runescape.wiki/w/Dorgeshuun_crossbow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":42,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":28}},"weapon":{"attack_speed":5,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":2625},"8882":{"id":8882,"name":"Bone bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":11000,"wiki_name":"Bone bolts","wiki_url":"https://oldschool.runescape.wiki/w/Bone_bolts","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":49,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":28}},"price":4},"8887":{"id":8887,"name":"Zanik","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Zanik (unobtainable item) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Zanik_(unobtainable_item)#Normal","price":0},"8888":{"id":8888,"name":"Zanik (ham)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Zanik (unobtainable item) (H.A.M.)","wiki_url":"https://oldschool.runescape.wiki/w/Zanik_(unobtainable_item)#H.A.M.","price":0},"8889":{"id":8889,"name":"Zanik (showdown)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Zanik (unobtainable item) (Showdown)","wiki_url":"https://oldschool.runescape.wiki/w/Zanik_(unobtainable_item)#Showdown","price":0},"8900":{"id":8900,"name":"Cave horror","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8901":{"id":8901,"name":"Black mask (10)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"buy_limit":70,"wiki_name":"Black mask (10)","wiki_url":"https://oldschool.runescape.wiki/w/Black_mask#(10)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":9,"defence_slash":10,"defence_crush":8,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10,"strength":20,"combat":40}},"price":636836},"8903":{"id":8903,"name":"Black mask (9)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Black mask (9)","wiki_url":"https://oldschool.runescape.wiki/w/Black_mask#(9)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":9,"defence_slash":10,"defence_crush":8,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10,"strength":20,"combat":40}},"price":0},"8905":{"id":8905,"name":"Black mask (8)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Black mask (8)","wiki_url":"https://oldschool.runescape.wiki/w/Black_mask#(8)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":9,"defence_slash":10,"defence_crush":8,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10,"strength":20,"combat":40}},"price":0},"8907":{"id":8907,"name":"Black mask (7)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Black mask (7)","wiki_url":"https://oldschool.runescape.wiki/w/Black_mask#(7)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":9,"defence_slash":10,"defence_crush":8,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10,"strength":20,"combat":40}},"price":0},"8909":{"id":8909,"name":"Black mask (6)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Black mask (6)","wiki_url":"https://oldschool.runescape.wiki/w/Black_mask#(6)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":9,"defence_slash":10,"defence_crush":8,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10,"strength":20,"combat":40}},"price":0},"8911":{"id":8911,"name":"Black mask (5)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Black mask (5)","wiki_url":"https://oldschool.runescape.wiki/w/Black_mask#(5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":9,"defence_slash":10,"defence_crush":8,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10,"strength":20,"combat":40}},"price":0},"8913":{"id":8913,"name":"Black mask (4)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Black mask (4)","wiki_url":"https://oldschool.runescape.wiki/w/Black_mask#(4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":9,"defence_slash":10,"defence_crush":8,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10,"strength":20,"combat":40}},"price":0},"8915":{"id":8915,"name":"Black mask (3)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Black mask (3)","wiki_url":"https://oldschool.runescape.wiki/w/Black_mask#(3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":9,"defence_slash":10,"defence_crush":8,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10,"strength":20,"combat":40}},"price":0},"8917":{"id":8917,"name":"Black mask (2)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Black mask (2)","wiki_url":"https://oldschool.runescape.wiki/w/Black_mask#(2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":9,"defence_slash":10,"defence_crush":8,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10,"strength":20,"combat":40}},"price":0},"8919":{"id":8919,"name":"Black mask (1)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Black mask (1)","wiki_url":"https://oldschool.runescape.wiki/w/Black_mask#(1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":9,"defence_slash":10,"defence_crush":8,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10,"strength":20,"combat":40}},"price":0},"8921":{"id":8921,"name":"Black mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"buy_limit":70,"wiki_name":"Black mask (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Black_mask#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":9,"defence_slash":10,"defence_crush":8,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10,"strength":20,"combat":40}},"price":657858},"8923":{"id":8923,"name":"Witchwood icon","members":true,"equipable":true,"equipable_by_player":true,"cost":900,"lowalch":360,"highalch":540,"wiki_name":"Witchwood icon","wiki_url":"https://oldschool.runescape.wiki/w/Witchwood_icon","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"neck","requirements":{"slayer":35}},"price":0},"8924":{"id":8924,"name":"Bandana eyepatch","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":150,"wiki_name":"Bandana eyepatch (white)","wiki_url":"https://oldschool.runescape.wiki/w/Bandana_eyepatch_(white)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"8925":{"id":8925,"name":"Bandana eyepatch","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":150,"wiki_name":"Bandana eyepatch (red)","wiki_url":"https://oldschool.runescape.wiki/w/Bandana_eyepatch_(red)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":5},"8926":{"id":8926,"name":"Bandana eyepatch","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":150,"wiki_name":"Bandana eyepatch (blue)","wiki_url":"https://oldschool.runescape.wiki/w/Bandana_eyepatch_(blue)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":560},"8927":{"id":8927,"name":"Bandana eyepatch","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":150,"wiki_name":"Bandana eyepatch (brown)","wiki_url":"https://oldschool.runescape.wiki/w/Bandana_eyepatch_(brown)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":1116},"8928":{"id":8928,"name":"Hat eyepatch","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":150,"wiki_name":"Hat eyepatch","wiki_url":"https://oldschool.runescape.wiki/w/Hat_eyepatch","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":156656},"8929":{"id":8929,"name":"Crabclaw hook","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Crabclaw hook","wiki_url":"https://oldschool.runescape.wiki/w/Crabclaw_hook","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":3,"defence_slash":5,"defence_crush":3,"defence_magic":0,"defence_ranged":0,"melee_strength":1,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"8930":{"id":8930,"name":"Pipe section","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pipe section","wiki_url":"https://oldschool.runescape.wiki/w/Pipe_section","price":0},"8932":{"id":8932,"name":"Lumber patch","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Lumber patch","wiki_url":"https://oldschool.runescape.wiki/w/Lumber_patch","price":0},"8934":{"id":8934,"name":"Scrapey tree logs","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Scrapey tree logs","wiki_url":"https://oldschool.runescape.wiki/w/Scrapey_tree_logs","price":0},"8936":{"id":8936,"name":"Blue flowers","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue flowers (Trouble Brewing)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_flowers_(Trouble_Brewing)","price":0},"8938":{"id":8938,"name":"Red flowers","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red flowers (Trouble Brewing)","wiki_url":"https://oldschool.runescape.wiki/w/Red_flowers_(Trouble_Brewing)","price":0},"8940":{"id":8940,"name":"Rum","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Rum (red)","wiki_url":"https://oldschool.runescape.wiki/w/Rum_(red)","price":0},"8941":{"id":8941,"name":"Rum","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Rum (blue)","wiki_url":"https://oldschool.runescape.wiki/w/Rum_(blue)","price":0},"8942":{"id":8942,"name":"Monkey","members":true,"cost":1,"wiki_name":"Monkey (Trouble Brewing)","wiki_url":"https://oldschool.runescape.wiki/w/Monkey_(Trouble_Brewing)","price":0,"lowalch":0,"highalch":0},"8943":{"id":8943,"name":"Blue monkey","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue monkey (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_monkey#Normal","price":0},"8944":{"id":8944,"name":"Blue monkey","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue monkey (Cautious)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_monkey#Cautious","price":0},"8945":{"id":8945,"name":"Blue monkey","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue monkey (Angry)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_monkey#Angry","price":0},"8946":{"id":8946,"name":"Red monkey","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red monkey (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Red_monkey#Normal","price":0},"8947":{"id":8947,"name":"Red monkey","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red monkey (Cautious)","wiki_url":"https://oldschool.runescape.wiki/w/Red_monkey#Cautious","price":0},"8948":{"id":8948,"name":"Red monkey","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red monkey (Angry)","wiki_url":"https://oldschool.runescape.wiki/w/Red_monkey#Angry","price":0},"8949":{"id":8949,"name":"Pirate bandana","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Pirate bandana (Trouble Brewing)","wiki_url":"https://oldschool.runescape.wiki/w/Pirate_bandana_(Trouble_Brewing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"8950":{"id":8950,"name":"Pirate hat","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Pirate hat","wiki_url":"https://oldschool.runescape.wiki/w/Pirate_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"8951":{"id":8951,"name":"Pieces of eight","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pieces of eight","wiki_url":"https://oldschool.runescape.wiki/w/Pieces_of_eight","price":0},"8952":{"id":8952,"name":"Blue naval shirt","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Blue naval shirt","wiki_url":"https://oldschool.runescape.wiki/w/Blue_naval_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"8953":{"id":8953,"name":"Green naval shirt","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Green naval shirt","wiki_url":"https://oldschool.runescape.wiki/w/Green_naval_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"8954":{"id":8954,"name":"Red naval shirt","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Red naval shirt","wiki_url":"https://oldschool.runescape.wiki/w/Red_naval_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"8955":{"id":8955,"name":"Brown naval shirt","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Brown naval shirt","wiki_url":"https://oldschool.runescape.wiki/w/Brown_naval_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"8956":{"id":8956,"name":"Black naval shirt","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Black naval shirt","wiki_url":"https://oldschool.runescape.wiki/w/Black_naval_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"8957":{"id":8957,"name":"Purple naval shirt","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Purple naval shirt","wiki_url":"https://oldschool.runescape.wiki/w/Purple_naval_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"8958":{"id":8958,"name":"Grey naval shirt","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Grey naval shirt","wiki_url":"https://oldschool.runescape.wiki/w/Grey_naval_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"8959":{"id":8959,"name":"Blue tricorn hat","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Blue tricorn hat","wiki_url":"https://oldschool.runescape.wiki/w/Blue_tricorn_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"8960":{"id":8960,"name":"Green tricorn hat","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Green tricorn hat","wiki_url":"https://oldschool.runescape.wiki/w/Green_tricorn_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"8961":{"id":8961,"name":"Red tricorn hat","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Red tricorn hat","wiki_url":"https://oldschool.runescape.wiki/w/Red_tricorn_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"8962":{"id":8962,"name":"Brown tricorn hat","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Brown tricorn hat","wiki_url":"https://oldschool.runescape.wiki/w/Brown_tricorn_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"8963":{"id":8963,"name":"Black tricorn hat","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Black tricorn hat","wiki_url":"https://oldschool.runescape.wiki/w/Black_tricorn_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"8964":{"id":8964,"name":"Purple tricorn hat","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Purple tricorn hat","wiki_url":"https://oldschool.runescape.wiki/w/Purple_tricorn_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"8965":{"id":8965,"name":"Grey tricorn hat","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Grey tricorn hat","wiki_url":"https://oldschool.runescape.wiki/w/Grey_tricorn_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"8966":{"id":8966,"name":"Cutthroat flag","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Cutthroat flag","wiki_url":"https://oldschool.runescape.wiki/w/Cutthroat_flag","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"8967":{"id":8967,"name":"Gilded smile flag","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Gilded smile flag","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_smile_flag","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"8968":{"id":8968,"name":"Bronze fist flag","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":300,"lowalch":120,"highalch":180,"wiki_name":"Bronze fist flag","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_fist_flag","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"8969":{"id":8969,"name":"Lucky shot flag","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":400,"lowalch":160,"highalch":240,"wiki_name":"Lucky shot flag","wiki_url":"https://oldschool.runescape.wiki/w/Lucky_shot_flag","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"8970":{"id":8970,"name":"Treasure flag","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":500,"lowalch":200,"highalch":300,"wiki_name":"Treasure flag","wiki_url":"https://oldschool.runescape.wiki/w/Treasure_flag","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"8971":{"id":8971,"name":"Phasmatys flag","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":600,"lowalch":240,"highalch":360,"wiki_name":"Phasmatys flag","wiki_url":"https://oldschool.runescape.wiki/w/Phasmatys_flag","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"8972":{"id":8972,"name":"Bowl of red water","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bowl of red water","wiki_url":"https://oldschool.runescape.wiki/w/Bowl_of_red_water","price":0},"8974":{"id":8974,"name":"Bowl of blue water","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bowl of blue water","wiki_url":"https://oldschool.runescape.wiki/w/Bowl_of_blue_water","price":0},"8976":{"id":8976,"name":"Bitternut","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bitternut","wiki_url":"https://oldschool.runescape.wiki/w/Bitternut","price":0},"8977":{"id":8977,"name":"Scrapey bark","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Scrapey bark","wiki_url":"https://oldschool.runescape.wiki/w/Scrapey_bark","price":0},"8979":{"id":8979,"name":"Bridge section","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bridge section","wiki_url":"https://oldschool.runescape.wiki/w/Bridge_section","price":0},"8981":{"id":8981,"name":"Sweetgrubs","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sweetgrubs","wiki_url":"https://oldschool.runescape.wiki/w/Sweetgrubs","price":0},"8986":{"id":8986,"name":"Bucket","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bucket (animation item)","wiki_url":"https://oldschool.runescape.wiki/w/Bucket_(animation_item)","price":0},"8987":{"id":8987,"name":"Torch","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Torch (animation item, Trouble Brewing)","wiki_url":"https://oldschool.runescape.wiki/w/Torch_(animation_item,_Trouble_Brewing)","price":0},"8988":{"id":8988,"name":"The stuff","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"The stuff","wiki_url":"https://oldschool.runescape.wiki/w/The_stuff","price":0},"8989":{"id":8989,"name":"Brewin' guide","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Brewin' guide","wiki_url":"https://oldschool.runescape.wiki/w/Brewin'_guide","price":0},"8990":{"id":8990,"name":"Brewin' guide","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Brewin' guide (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Brewin'_guide_(unobtainable_item)","price":0},"8991":{"id":8991,"name":"Blue navy slacks","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Blue navy slacks","wiki_url":"https://oldschool.runescape.wiki/w/Blue_navy_slacks","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"8992":{"id":8992,"name":"Green navy slacks","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Green navy slacks","wiki_url":"https://oldschool.runescape.wiki/w/Green_navy_slacks","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"8993":{"id":8993,"name":"Red navy slacks","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Red navy slacks","wiki_url":"https://oldschool.runescape.wiki/w/Red_navy_slacks","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"8994":{"id":8994,"name":"Brown navy slacks","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Brown navy slacks","wiki_url":"https://oldschool.runescape.wiki/w/Brown_navy_slacks","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"8995":{"id":8995,"name":"Black navy slacks","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Black navy slacks","wiki_url":"https://oldschool.runescape.wiki/w/Black_navy_slacks","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"8996":{"id":8996,"name":"Purple navy slacks","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Purple navy slacks","wiki_url":"https://oldschool.runescape.wiki/w/Purple_navy_slacks","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"8997":{"id":8997,"name":"Grey navy slacks","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Grey navy slacks","wiki_url":"https://oldschool.runescape.wiki/w/Grey_navy_slacks","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"9003":{"id":9003,"name":"Security book","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":15,"wiki_name":"Security book","wiki_url":"https://oldschool.runescape.wiki/w/Security_book","price":85},"9004":{"id":9004,"name":"Stronghold notes","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":15,"wiki_name":"Stronghold notes","wiki_url":"https://oldschool.runescape.wiki/w/Stronghold_notes","price":166},"9005":{"id":9005,"name":"Fancy boots","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fancy boots","wiki_url":"https://oldschool.runescape.wiki/w/Fancy_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":1,"defence_slash":2,"defence_crush":3,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"9006":{"id":9006,"name":"Fighting boots","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fighting boots","wiki_url":"https://oldschool.runescape.wiki/w/Fighting_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":1,"defence_slash":2,"defence_crush":3,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"9007":{"id":9007,"name":"Right skull half","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Right skull half","wiki_url":"https://oldschool.runescape.wiki/w/Right_skull_half","price":0},"9008":{"id":9008,"name":"Left skull half","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Left skull half","wiki_url":"https://oldschool.runescape.wiki/w/Left_skull_half","price":0},"9009":{"id":9009,"name":"Strange skull","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Strange skull","wiki_url":"https://oldschool.runescape.wiki/w/Strange_skull","price":0},"9010":{"id":9010,"name":"Top of sceptre","cost":1,"wiki_name":"Top of sceptre","wiki_url":"https://oldschool.runescape.wiki/w/Top_of_sceptre","price":0},"9011":{"id":9011,"name":"Bottom of sceptre","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bottom of sceptre","wiki_url":"https://oldschool.runescape.wiki/w/Bottom_of_sceptre","price":0},"9012":{"id":9012,"name":"Runed sceptre","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Runed sceptre","wiki_url":"https://oldschool.runescape.wiki/w/Runed_sceptre","price":0},"9013":{"id":9013,"name":"Skull sceptre","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Skull sceptre","wiki_url":"https://oldschool.runescape.wiki/w/Skull_sceptre","equipment":{"attack_stab":0,"attack_slash":-1,"attack_crush":7,"attack_magic":10,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":4,"defence_ranged":0,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"9016":{"id":9016,"name":"Gorak claws","members":true,"cost":150,"lowalch":60,"highalch":90,"wiki_name":"Gorak claws","wiki_url":"https://oldschool.runescape.wiki/w/Gorak_claws","price":0},"9017":{"id":9017,"name":"Star flower","members":true,"cost":75,"lowalch":30,"highalch":45,"wiki_name":"Star flower","wiki_url":"https://oldschool.runescape.wiki/w/Star_flower","price":0},"9018":{"id":9018,"name":"Gorak claw powder","members":true,"cost":150,"lowalch":60,"highalch":90,"wiki_name":"Gorak claw powder","wiki_url":"https://oldschool.runescape.wiki/w/Gorak_claw_powder","price":0},"9019":{"id":9019,"name":"Magic essence (unf)","members":true,"cost":75,"lowalch":30,"highalch":45,"wiki_name":"Magic essence (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Magic_essence_(unf)","price":0},"9020":{"id":9020,"name":"Queen's secateurs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Queen's secateurs (Fairytale II)","wiki_url":"https://oldschool.runescape.wiki/w/Queen's_secateurs#Fairytale_II","price":0},"9021":{"id":9021,"name":"Magic essence(4)","members":true,"cost":280,"lowalch":112,"highalch":168,"wiki_name":"Magic essence (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Magic_essence#4_dose","price":0},"9022":{"id":9022,"name":"Magic essence(3)","members":true,"cost":230,"lowalch":92,"highalch":138,"wiki_name":"Magic essence (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Magic_essence#3_dose","price":0},"9023":{"id":9023,"name":"Magic essence(2)","members":true,"cost":180,"lowalch":72,"highalch":108,"wiki_name":"Magic essence (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Magic_essence#2_dose","price":0},"9024":{"id":9024,"name":"Magic essence(1)","members":true,"cost":130,"lowalch":52,"highalch":78,"wiki_name":"Magic essence (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Magic_essence#1_dose","price":0},"9025":{"id":9025,"name":"Nuff's certificate","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Nuff's certificate","wiki_url":"https://oldschool.runescape.wiki/w/Nuff's_certificate","price":0},"9026":{"id":9026,"name":"Ivory comb","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":13000,"wiki_name":"Ivory comb","wiki_url":"https://oldschool.runescape.wiki/w/Ivory_comb","price":893},"9028":{"id":9028,"name":"Golden scarab","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":13000,"wiki_name":"Golden scarab","wiki_url":"https://oldschool.runescape.wiki/w/Golden_scarab","price":1038},"9030":{"id":9030,"name":"Stone scarab","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":13000,"wiki_name":"Stone scarab","wiki_url":"https://oldschool.runescape.wiki/w/Stone_scarab","price":175},"9032":{"id":9032,"name":"Pottery scarab","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":13000,"wiki_name":"Pottery scarab","wiki_url":"https://oldschool.runescape.wiki/w/Pottery_scarab","price":223},"9034":{"id":9034,"name":"Golden statuette","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":13000,"wiki_name":"Golden statuette","wiki_url":"https://oldschool.runescape.wiki/w/Golden_statuette","price":1287},"9036":{"id":9036,"name":"Pottery statuette","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":13000,"wiki_name":"Pottery statuette","wiki_url":"https://oldschool.runescape.wiki/w/Pottery_statuette","price":98},"9038":{"id":9038,"name":"Stone statuette","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":13000,"wiki_name":"Stone statuette","wiki_url":"https://oldschool.runescape.wiki/w/Stone_statuette","price":217},"9040":{"id":9040,"name":"Gold seal","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":13000,"wiki_name":"Gold seal","wiki_url":"https://oldschool.runescape.wiki/w/Gold_seal","price":786},"9042":{"id":9042,"name":"Stone seal","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":13000,"wiki_name":"Stone seal","wiki_url":"https://oldschool.runescape.wiki/w/Stone_seal","price":150},"9044":{"id":9044,"name":"Pharaoh's sceptre","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":83334,"lowalch":33333,"highalch":50000,"wiki_name":"Pharaoh's sceptre (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Pharaoh's_sceptre#Charged","equipment":{"attack_stab":7,"attack_slash":-1,"attack_crush":25,"attack_magic":10,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":10,"defence_ranged":0,"melee_strength":32,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"polestaff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"9052":{"id":9052,"name":"Locust meat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":6000,"wiki_name":"Locust meat","wiki_url":"https://oldschool.runescape.wiki/w/Locust_meat","price":12535},"9054":{"id":9054,"name":"Red goblin mail","cost":40,"lowalch":16,"highalch":24,"wiki_name":"Red goblin mail","wiki_url":"https://oldschool.runescape.wiki/w/Red_goblin_mail","price":0},"9055":{"id":9055,"name":"Black goblin mail","cost":40,"lowalch":16,"highalch":24,"wiki_name":"Black goblin mail","wiki_url":"https://oldschool.runescape.wiki/w/Black_goblin_mail","price":0},"9056":{"id":9056,"name":"Yellow goblin mail","cost":40,"lowalch":16,"highalch":24,"wiki_name":"Yellow goblin mail","wiki_url":"https://oldschool.runescape.wiki/w/Yellow_goblin_mail","price":0},"9057":{"id":9057,"name":"Green goblin mail","cost":40,"lowalch":16,"highalch":24,"wiki_name":"Green goblin mail","wiki_url":"https://oldschool.runescape.wiki/w/Green_goblin_mail","price":0},"9058":{"id":9058,"name":"Purple goblin mail","cost":40,"lowalch":16,"highalch":24,"wiki_name":"Purple goblin mail","wiki_url":"https://oldschool.runescape.wiki/w/Purple_goblin_mail","price":0},"9059":{"id":9059,"name":"Pink goblin mail","cost":40,"lowalch":16,"highalch":24,"wiki_name":"Pink goblin mail","wiki_url":"https://oldschool.runescape.wiki/w/Pink_goblin_mail","price":0},"9064":{"id":9064,"name":"Emerald lantern","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Emerald lantern (Unlit)","wiki_url":"https://oldschool.runescape.wiki/w/Emerald_lantern#Unlit","price":0},"9065":{"id":9065,"name":"Emerald lantern","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Emerald lantern (Lit)","wiki_url":"https://oldschool.runescape.wiki/w/Emerald_lantern#Lit","price":0},"9066":{"id":9066,"name":"Emerald lens","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Emerald lens","wiki_url":"https://oldschool.runescape.wiki/w/Emerald_lens","price":0},"9067":{"id":9067,"name":"Dream log","members":true,"cost":4,"wiki_name":"Dream log","wiki_url":"https://oldschool.runescape.wiki/w/Dream_log","price":0},"9068":{"id":9068,"name":"Moonclan helm","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Moonclan helm","wiki_url":"https://oldschool.runescape.wiki/w/Moonclan_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-5,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":3,"defence_ranged":-5,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"9069":{"id":9069,"name":"Moonclan hat","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Moonclan hat","wiki_url":"https://oldschool.runescape.wiki/w/Moonclan_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-5,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":3,"defence_ranged":-5,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"9070":{"id":9070,"name":"Moonclan armour","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Moonclan armour","wiki_url":"https://oldschool.runescape.wiki/w/Moonclan_armour","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":5,"attack_ranged":-10,"defence_stab":5,"defence_slash":5,"defence_crush":5,"defence_magic":5,"defence_ranged":-10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"9071":{"id":9071,"name":"Moonclan skirt","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Moonclan skirt","wiki_url":"https://oldschool.runescape.wiki/w/Moonclan_skirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":5,"attack_ranged":-7,"defence_stab":5,"defence_slash":5,"defence_crush":5,"defence_magic":5,"defence_ranged":-7,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"9072":{"id":9072,"name":"Moonclan gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":900,"lowalch":360,"highalch":540,"wiki_name":"Moonclan gloves","wiki_url":"https://oldschool.runescape.wiki/w/Moonclan_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":2,"attack_ranged":-5,"defence_stab":2,"defence_slash":2,"defence_crush":2,"defence_magic":2,"defence_ranged":-5,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"9073":{"id":9073,"name":"Moonclan boots","members":true,"equipable":true,"equipable_by_player":true,"cost":900,"lowalch":360,"highalch":540,"wiki_name":"Moonclan boots","wiki_url":"https://oldschool.runescape.wiki/w/Moonclan_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":2,"attack_ranged":-5,"defence_stab":2,"defence_slash":2,"defence_crush":2,"defence_magic":2,"defence_ranged":-5,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"9074":{"id":9074,"name":"Moonclan cape","members":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Moonclan cape","wiki_url":"https://oldschool.runescape.wiki/w/Moonclan_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":2,"attack_ranged":-2,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":2,"defence_ranged":-2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"9075":{"id":9075,"name":"Astral rune","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":15000,"wiki_name":"Astral rune","wiki_url":"https://oldschool.runescape.wiki/w/Astral_rune","price":93},"9076":{"id":9076,"name":"Lunar ore","members":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Lunar ore","wiki_url":"https://oldschool.runescape.wiki/w/Lunar_ore","price":0},"9077":{"id":9077,"name":"Lunar bar","members":true,"cost":8,"lowalch":3,"highalch":4,"wiki_name":"Lunar bar","wiki_url":"https://oldschool.runescape.wiki/w/Lunar_bar","price":0},"9078":{"id":9078,"name":"Moonclan manual","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Moonclan manual","wiki_url":"https://oldschool.runescape.wiki/w/Moonclan_manual","price":0},"9079":{"id":9079,"name":"Suqah tooth","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Suqah tooth","wiki_url":"https://oldschool.runescape.wiki/w/Suqah_tooth","price":0},"9080":{"id":9080,"name":"Suqah hide","members":true,"cost":60,"lowalch":24,"highalch":36,"wiki_name":"Suqah hide","wiki_url":"https://oldschool.runescape.wiki/w/Suqah_hide","price":0},"9081":{"id":9081,"name":"Suqah leather","members":true,"cost":60,"lowalch":24,"highalch":36,"wiki_name":"Suqah leather","wiki_url":"https://oldschool.runescape.wiki/w/Suqah_leather","price":0},"9082":{"id":9082,"name":"Ground tooth","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Ground tooth","wiki_url":"https://oldschool.runescape.wiki/w/Ground_tooth","price":0},"9083":{"id":9083,"name":"Seal of passage","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Seal of passage","wiki_url":"https://oldschool.runescape.wiki/w/Seal_of_passage","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"9084":{"id":9084,"name":"Lunar staff","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Lunar staff","wiki_url":"https://oldschool.runescape.wiki/w/Lunar_staff","equipment":{"attack_stab":3,"attack_slash":2,"attack_crush":16,"attack_magic":13,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":2,"defence_magic":13,"defence_ranged":1,"melee_strength":15,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"weapon","requirements":{"magic":65}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"9085":{"id":9085,"name":"Empty vial","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Empty vial","wiki_url":"https://oldschool.runescape.wiki/w/Empty_vial","price":0},"9086":{"id":9086,"name":"Vial of water","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Vial of water (Lunar Diplomacy)","wiki_url":"https://oldschool.runescape.wiki/w/Vial_of_water_(Lunar_Diplomacy)","price":0},"9087":{"id":9087,"name":"Waking sleep vial","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Waking sleep vial","wiki_url":"https://oldschool.runescape.wiki/w/Waking_sleep_vial","price":0},"9088":{"id":9088,"name":"Guam vial","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Guam vial","wiki_url":"https://oldschool.runescape.wiki/w/Guam_vial","price":0},"9089":{"id":9089,"name":"Marr vial","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Marr vial","wiki_url":"https://oldschool.runescape.wiki/w/Marr_vial","price":0},"9090":{"id":9090,"name":"Guam-marr vial","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Guam-marr vial","wiki_url":"https://oldschool.runescape.wiki/w/Guam-marr_vial","price":0},"9091":{"id":9091,"name":"Lunar staff - pt1","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":15,"lowalch":6,"highalch":9,"wiki_name":"Lunar staff - pt1","wiki_url":"https://oldschool.runescape.wiki/w/Lunar_staff_-_pt1","equipment":{"attack_stab":-1,"attack_slash":-1,"attack_crush":10,"attack_magic":10,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":10,"defence_ranged":0,"melee_strength":10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"9092":{"id":9092,"name":"Lunar staff - pt2","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":15,"lowalch":6,"highalch":9,"wiki_name":"Lunar staff - pt2","wiki_url":"https://oldschool.runescape.wiki/w/Lunar_staff_-_pt2","equipment":{"attack_stab":-1,"attack_slash":-1,"attack_crush":10,"attack_magic":10,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":10,"defence_ranged":0,"melee_strength":10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"9093":{"id":9093,"name":"Lunar staff - pt3","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":15,"lowalch":6,"highalch":9,"wiki_name":"Lunar staff - pt3","wiki_url":"https://oldschool.runescape.wiki/w/Lunar_staff_-_pt3","equipment":{"attack_stab":-1,"attack_slash":-1,"attack_crush":10,"attack_magic":10,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":10,"defence_ranged":0,"melee_strength":10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"9094":{"id":9094,"name":"Kindling","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Kindling","wiki_url":"https://oldschool.runescape.wiki/w/Kindling","price":0},"9095":{"id":9095,"name":"Soaked kindling","members":true,"cost":1,"wiki_name":"Soaked kindling","wiki_url":"https://oldschool.runescape.wiki/w/Soaked_kindling","price":0},"9096":{"id":9096,"name":"Lunar helm","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Lunar helm","wiki_url":"https://oldschool.runescape.wiki/w/Lunar_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-2,"defence_stab":8,"defence_slash":7,"defence_crush":10,"defence_magic":2,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"magic":65,"defence":40}},"price":0},"9097":{"id":9097,"name":"Lunar torso","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Lunar torso","wiki_url":"https://oldschool.runescape.wiki/w/Lunar_torso","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":10,"attack_ranged":-10,"defence_stab":34,"defence_slash":22,"defence_crush":40,"defence_magic":12,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"magic":65,"defence":40}},"price":0},"9098":{"id":9098,"name":"Lunar legs","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Lunar legs","wiki_url":"https://oldschool.runescape.wiki/w/Lunar_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":7,"attack_ranged":-7,"defence_stab":20,"defence_slash":19,"defence_crush":23,"defence_magic":9,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"magic":65,"defence":40}},"price":0},"9099":{"id":9099,"name":"Lunar gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Lunar gloves","wiki_url":"https://oldschool.runescape.wiki/w/Lunar_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":-1,"defence_stab":2,"defence_slash":1,"defence_crush":1,"defence_magic":2,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"magic":65,"defence":40}},"price":0},"9100":{"id":9100,"name":"Lunar boots","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Lunar boots","wiki_url":"https://oldschool.runescape.wiki/w/Lunar_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":2,"attack_ranged":-1,"defence_stab":1,"defence_slash":2,"defence_crush":2,"defence_magic":2,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"magic":65,"defence":40}},"price":0},"9101":{"id":9101,"name":"Lunar cape","members":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Lunar cape","wiki_url":"https://oldschool.runescape.wiki/w/Lunar_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"magic":65,"defence":40}},"price":0},"9102":{"id":9102,"name":"Lunar amulet","members":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Lunar amulet","wiki_url":"https://oldschool.runescape.wiki/w/Lunar_amulet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"9103":{"id":9103,"name":"A special tiara","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"A special tiara","wiki_url":"https://oldschool.runescape.wiki/w/A_special_tiara","price":0},"9104":{"id":9104,"name":"Lunar ring","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Lunar ring","wiki_url":"https://oldschool.runescape.wiki/w/Lunar_ring","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":2,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":2,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"9105":{"id":9105,"name":"Suqah monster","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9106":{"id":9106,"name":"Astral tiara","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Astral tiara","wiki_url":"https://oldschool.runescape.wiki/w/Astral_tiara","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"9139":{"id":9139,"name":"Blurite bolts","members":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Blurite bolts (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Blurite_bolts#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":28,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":16}},"price":0},"9140":{"id":9140,"name":"Iron bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":7000,"wiki_name":"Iron bolts (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_bolts#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":46,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":26}},"price":24},"9141":{"id":9141,"name":"Steel bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":8,"lowalch":3,"highalch":4,"buy_limit":7000,"wiki_name":"Steel bolts (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_bolts#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":64,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":31}},"price":32},"9142":{"id":9142,"name":"Mithril bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":7000,"wiki_name":"Mithril bolts (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_bolts#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":82,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":36}},"price":29},"9143":{"id":9143,"name":"Adamant bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":58,"lowalch":23,"highalch":34,"buy_limit":11000,"wiki_name":"Adamant bolts (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_bolts#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":100,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":46}},"price":11},"9144":{"id":9144,"name":"Runite bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":11000,"wiki_name":"Runite bolts (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Runite_bolts#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":115,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":61}},"price":64},"9145":{"id":9145,"name":"Silver bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":11000,"wiki_name":"Silver bolts (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Silver_bolts#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":36,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":26}},"price":39},"9174":{"id":9174,"name":"Bronze crossbow","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":73,"lowalch":29,"highalch":43,"buy_limit":125,"wiki_name":"Bronze crossbow","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_crossbow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":18,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":1}},"weapon":{"attack_speed":6,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":3},"9176":{"id":9176,"name":"Blurite crossbow","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":93,"lowalch":37,"highalch":55,"wiki_name":"Blurite crossbow","wiki_url":"https://oldschool.runescape.wiki/w/Blurite_crossbow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":30,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":16}},"weapon":{"attack_speed":6,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"9177":{"id":9177,"name":"Iron crossbow","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":157,"lowalch":62,"highalch":94,"buy_limit":125,"wiki_name":"Iron crossbow","wiki_url":"https://oldschool.runescape.wiki/w/Iron_crossbow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":42,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":26}},"weapon":{"attack_speed":6,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":747},"9179":{"id":9179,"name":"Steel crossbow","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":360,"lowalch":144,"highalch":216,"buy_limit":125,"wiki_name":"Steel crossbow","wiki_url":"https://oldschool.runescape.wiki/w/Steel_crossbow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":54,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":31}},"weapon":{"attack_speed":6,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":586},"9181":{"id":9181,"name":"Mithril crossbow","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":783,"lowalch":313,"highalch":469,"buy_limit":125,"wiki_name":"Mithril crossbow","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_crossbow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":66,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":36}},"weapon":{"attack_speed":6,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":1644},"9183":{"id":9183,"name":"Adamant crossbow","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1767,"lowalch":706,"highalch":1060,"buy_limit":70,"wiki_name":"Adamant crossbow","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_crossbow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":78,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":46}},"weapon":{"attack_speed":6,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":4692},"9185":{"id":9185,"name":"Rune crossbow","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":16200,"lowalch":6480,"highalch":9720,"buy_limit":70,"wiki_name":"Rune crossbow","wiki_url":"https://oldschool.runescape.wiki/w/Rune_crossbow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":90,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":61}},"weapon":{"attack_speed":6,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":10486},"9187":{"id":9187,"name":"Jade bolt tips","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":11000,"wiki_name":"Jade bolt tips","wiki_url":"https://oldschool.runescape.wiki/w/Jade_bolt_tips","price":17},"9188":{"id":9188,"name":"Topaz bolt tips","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":13,"lowalch":5,"highalch":7,"buy_limit":11000,"wiki_name":"Topaz bolt tips","wiki_url":"https://oldschool.runescape.wiki/w/Topaz_bolt_tips","price":162},"9189":{"id":9189,"name":"Sapphire bolt tips","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":17,"lowalch":6,"highalch":10,"buy_limit":11000,"wiki_name":"Sapphire bolt tips","wiki_url":"https://oldschool.runescape.wiki/w/Sapphire_bolt_tips","price":50},"9190":{"id":9190,"name":"Emerald bolt tips","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":33,"lowalch":13,"highalch":19,"buy_limit":11000,"wiki_name":"Emerald bolt tips","wiki_url":"https://oldschool.runescape.wiki/w/Emerald_bolt_tips","price":46},"9191":{"id":9191,"name":"Ruby bolt tips","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":67,"lowalch":26,"highalch":40,"buy_limit":11000,"wiki_name":"Ruby bolt tips","wiki_url":"https://oldschool.runescape.wiki/w/Ruby_bolt_tips","price":87},"9192":{"id":9192,"name":"Diamond bolt tips","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":133,"lowalch":53,"highalch":79,"buy_limit":11000,"wiki_name":"Diamond bolt tips","wiki_url":"https://oldschool.runescape.wiki/w/Diamond_bolt_tips","price":164},"9193":{"id":9193,"name":"Dragonstone bolt tips","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":667,"lowalch":266,"highalch":400,"buy_limit":11000,"wiki_name":"Dragonstone bolt tips","wiki_url":"https://oldschool.runescape.wiki/w/Dragonstone_bolt_tips","price":498},"9194":{"id":9194,"name":"Onyx bolt tips","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":11000,"wiki_name":"Onyx bolt tips","wiki_url":"https://oldschool.runescape.wiki/w/Onyx_bolt_tips","price":8213},"9236":{"id":9236,"name":"Opal bolts (e)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":7,"lowalch":2,"highalch":4,"buy_limit":11000,"wiki_name":"Opal bolts (e)","wiki_url":"https://oldschool.runescape.wiki/w/Opal_bolts_(e)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":14,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":9},"9237":{"id":9237,"name":"Jade bolts (e)","members":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":13,"lowalch":5,"highalch":7,"wiki_name":"Jade bolts (e)","wiki_url":"https://oldschool.runescape.wiki/w/Jade_bolts_(e)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":30,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":16}},"price":0},"9238":{"id":9238,"name":"Pearl bolts (e)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":11000,"wiki_name":"Pearl bolts (e)","wiki_url":"https://oldschool.runescape.wiki/w/Pearl_bolts_(e)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":48,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":9},"9239":{"id":9239,"name":"Topaz bolts (e)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":24,"lowalch":9,"highalch":14,"buy_limit":11000,"wiki_name":"Topaz bolts (e)","wiki_url":"https://oldschool.runescape.wiki/w/Topaz_bolts_(e)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":66,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":31}},"price":8},"9240":{"id":9240,"name":"Sapphire bolts (e)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":11000,"wiki_name":"Sapphire bolts (e)","wiki_url":"https://oldschool.runescape.wiki/w/Sapphire_bolts_(e)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":83,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":36}},"price":20},"9241":{"id":9241,"name":"Emerald bolts (e)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":59,"lowalch":23,"highalch":35,"buy_limit":11000,"wiki_name":"Emerald bolts (e)","wiki_url":"https://oldschool.runescape.wiki/w/Emerald_bolts_(e)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":85,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":36}},"price":21},"9242":{"id":9242,"name":"Ruby bolts (e)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":138,"lowalch":55,"highalch":82,"buy_limit":11000,"wiki_name":"Ruby bolts (e)","wiki_url":"https://oldschool.runescape.wiki/w/Ruby_bolts_(e)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":103,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":46}},"price":44},"9243":{"id":9243,"name":"Diamond bolts (e)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":211,"lowalch":84,"highalch":126,"buy_limit":11000,"wiki_name":"Diamond bolts (e)","wiki_url":"https://oldschool.runescape.wiki/w/Diamond_bolts_(e)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":105,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":61}},"price":70},"9244":{"id":9244,"name":"Dragonstone bolts (e)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":1063,"lowalch":425,"highalch":637,"buy_limit":11000,"wiki_name":"Dragonstone bolts (e)","wiki_url":"https://oldschool.runescape.wiki/w/Dragonstone_bolts_(e)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":117,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":61}},"price":363},"9245":{"id":9245,"name":"Onyx bolts (e)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"buy_limit":11000,"wiki_name":"Onyx bolts (e)","wiki_url":"https://oldschool.runescape.wiki/w/Onyx_bolts_(e)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":120,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":61}},"price":8556},"9286":{"id":9286,"name":"Blurite bolts (p)","members":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Blurite bolts (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Blurite_bolts#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":28,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":16}},"price":0},"9287":{"id":9287,"name":"Iron bolts (p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":11000,"wiki_name":"Iron bolts (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_bolts#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":46,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":26}},"price":3444},"9288":{"id":9288,"name":"Steel bolts (p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":8,"lowalch":3,"highalch":4,"buy_limit":11000,"wiki_name":"Steel bolts (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_bolts#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":64,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":31}},"price":2613},"9289":{"id":9289,"name":"Mithril bolts (p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":11000,"wiki_name":"Mithril bolts (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_bolts#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":82,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":36}},"price":253},"9290":{"id":9290,"name":"Adamant bolts (p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":58,"lowalch":23,"highalch":34,"buy_limit":11000,"wiki_name":"Adamant bolts (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_bolts#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":100,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":46}},"price":209},"9291":{"id":9291,"name":"Runite bolts (p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":11000,"wiki_name":"Runite bolts (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Runite_bolts#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":115,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":61}},"price":444},"9292":{"id":9292,"name":"Silver bolts (p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":11000,"wiki_name":"Silver bolts (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Silver_bolts#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":36,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":26}},"price":45},"9293":{"id":9293,"name":"Blurite bolts (p+)","members":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Blurite bolts (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Blurite_bolts#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":28,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":16}},"price":0},"9294":{"id":9294,"name":"Iron bolts (p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":11000,"wiki_name":"Iron bolts (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_bolts#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":46,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":26}},"price":0},"9295":{"id":9295,"name":"Steel bolts (p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":8,"lowalch":3,"highalch":4,"buy_limit":11000,"wiki_name":"Steel bolts (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_bolts#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":64,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":31}},"price":319},"9296":{"id":9296,"name":"Mithril bolts (p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":11000,"wiki_name":"Mithril bolts (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_bolts#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":82,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":36}},"price":441},"9297":{"id":9297,"name":"Adamant bolts (p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":58,"lowalch":23,"highalch":34,"buy_limit":11000,"wiki_name":"Adamant bolts (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_bolts#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":100,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":46}},"price":1},"9298":{"id":9298,"name":"Runite bolts (p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":11000,"wiki_name":"Runite bolts (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Runite_bolts#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":115,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":61}},"price":471},"9299":{"id":9299,"name":"Silver bolts (p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":11000,"wiki_name":"Silver bolts (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Silver_bolts#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":36,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":26}},"price":119},"9300":{"id":9300,"name":"Blurite bolts (p++)","members":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Blurite bolts (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Blurite_bolts#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":28,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":16}},"price":0},"9301":{"id":9301,"name":"Iron bolts (p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":11000,"wiki_name":"Iron bolts (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_bolts#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":46,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":26}},"price":737},"9302":{"id":9302,"name":"Steel bolts (p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":8,"lowalch":3,"highalch":4,"buy_limit":11000,"wiki_name":"Steel bolts (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_bolts#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":64,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":31}},"price":583},"9303":{"id":9303,"name":"Mithril bolts (p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":11000,"wiki_name":"Mithril bolts (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_bolts#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":82,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":36}},"price":1102},"9304":{"id":9304,"name":"Adamant bolts (p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":58,"lowalch":23,"highalch":34,"buy_limit":11000,"wiki_name":"Adamant bolts (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_bolts#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":100,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":46}},"price":847},"9305":{"id":9305,"name":"Runite bolts (p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":11000,"wiki_name":"Runite bolts (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Runite_bolts#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":115,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":61}},"price":961},"9306":{"id":9306,"name":"Silver bolts (p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":11000,"wiki_name":"Silver bolts (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Silver_bolts#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":36,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":26}},"price":150},"9335":{"id":9335,"name":"Jade bolts","members":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":12,"lowalch":4,"highalch":7,"wiki_name":"Jade bolts","wiki_url":"https://oldschool.runescape.wiki/w/Jade_bolts","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":30,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":16}},"price":0},"9336":{"id":9336,"name":"Topaz bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":22,"lowalch":8,"highalch":13,"buy_limit":11000,"wiki_name":"Topaz bolts","wiki_url":"https://oldschool.runescape.wiki/w/Topaz_bolts","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":66,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":31}},"price":232},"9337":{"id":9337,"name":"Sapphire bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":37,"lowalch":14,"highalch":22,"buy_limit":11000,"wiki_name":"Sapphire bolts","wiki_url":"https://oldschool.runescape.wiki/w/Sapphire_bolts","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":83,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":36}},"price":69},"9338":{"id":9338,"name":"Emerald bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":53,"lowalch":21,"highalch":31,"buy_limit":11000,"wiki_name":"Emerald bolts","wiki_url":"https://oldschool.runescape.wiki/w/Emerald_bolts","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":85,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":46}},"price":125},"9339":{"id":9339,"name":"Ruby bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":125,"lowalch":50,"highalch":75,"buy_limit":11000,"wiki_name":"Ruby bolts","wiki_url":"https://oldschool.runescape.wiki/w/Ruby_bolts","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":103,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":46}},"price":115},"9340":{"id":9340,"name":"Diamond bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":192,"lowalch":76,"highalch":115,"buy_limit":11000,"wiki_name":"Diamond bolts","wiki_url":"https://oldschool.runescape.wiki/w/Diamond_bolts","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":105,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":61}},"price":160},"9341":{"id":9341,"name":"Dragonstone bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":967,"lowalch":386,"highalch":580,"buy_limit":11000,"wiki_name":"Dragonstone bolts","wiki_url":"https://oldschool.runescape.wiki/w/Dragonstone_bolts","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":117,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":61}},"price":600},"9342":{"id":9342,"name":"Onyx bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":13633,"lowalch":5453,"highalch":8179,"buy_limit":11000,"wiki_name":"Onyx bolts","wiki_url":"https://oldschool.runescape.wiki/w/Onyx_bolts","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":120,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":61}},"price":8446},"9375":{"id":9375,"name":"Bronze bolts (unf)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Bronze bolts (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_bolts_(unf)","price":16},"9376":{"id":9376,"name":"Blurite bolts (unf)","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blurite bolts (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Blurite_bolts_(unf)","price":0},"9377":{"id":9377,"name":"Iron bolts (unf)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Iron bolts (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_bolts_(unf)","price":22},"9378":{"id":9378,"name":"Steel bolts (unf)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Steel bolts (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_bolts_(unf)","price":43},"9379":{"id":9379,"name":"Mithril bolts (unf)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Mithril bolts (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_bolts_(unf)","price":52},"9380":{"id":9380,"name":"Adamant bolts(unf)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Adamant bolts(unf)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_bolts(unf)","price":132},"9381":{"id":9381,"name":"Runite bolts (unf)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Runite bolts (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Runite_bolts_(unf)","price":100},"9382":{"id":9382,"name":"Silver bolts (unf)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Silver bolts (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Silver_bolts_(unf)","price":25},"9415":{"id":9415,"name":"Grapple","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Grapple (animation item)","wiki_url":"https://oldschool.runescape.wiki/w/Grapple_(animation_item)","price":0},"9416":{"id":9416,"name":"Mith grapple tip","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":11000,"wiki_name":"Mith grapple tip","wiki_url":"https://oldschool.runescape.wiki/w/Mith_grapple_tip","price":222},"9418":{"id":9418,"name":"Mith grapple","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":48,"lowalch":19,"highalch":28,"buy_limit":11000,"wiki_name":"Mith grapple (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Mith_grapple_(unf)","price":2903},"9419":{"id":9419,"name":"Mith grapple","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":11000,"wiki_name":"Mith grapple","wiki_url":"https://oldschool.runescape.wiki/w/Mith_grapple","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":1633},"9420":{"id":9420,"name":"Bronze limbs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":10000,"wiki_name":"Bronze limbs","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_limbs","price":43},"9422":{"id":9422,"name":"Blurite limbs","members":true,"cost":33,"lowalch":13,"highalch":19,"wiki_name":"Blurite limbs","wiki_url":"https://oldschool.runescape.wiki/w/Blurite_limbs","price":0},"9423":{"id":9423,"name":"Iron limbs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":70,"lowalch":28,"highalch":42,"buy_limit":10000,"wiki_name":"Iron limbs","wiki_url":"https://oldschool.runescape.wiki/w/Iron_limbs","price":25},"9425":{"id":9425,"name":"Steel limbs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":10000,"wiki_name":"Steel limbs","wiki_url":"https://oldschool.runescape.wiki/w/Steel_limbs","price":90},"9427":{"id":9427,"name":"Mithril limbs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":650,"lowalch":260,"highalch":390,"buy_limit":10000,"wiki_name":"Mithril limbs","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_limbs","price":214},"9429":{"id":9429,"name":"Adamantite limbs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1600,"lowalch":640,"highalch":960,"buy_limit":10000,"wiki_name":"Adamantite limbs","wiki_url":"https://oldschool.runescape.wiki/w/Adamantite_limbs","price":1060},"9431":{"id":9431,"name":"Runite limbs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":16000,"lowalch":6400,"highalch":9600,"buy_limit":10000,"wiki_name":"Runite limbs","wiki_url":"https://oldschool.runescape.wiki/w/Runite_limbs","price":12066},"9433":{"id":9433,"name":"Bolt pouch","members":true,"cost":10,"wiki_name":"Bolt pouch","wiki_url":"https://oldschool.runescape.wiki/w/Bolt_pouch","price":0},"9434":{"id":9434,"name":"Bolt mould","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":25,"lowalch":10,"highalch":15,"buy_limit":40,"wiki_name":"Bolt mould","wiki_url":"https://oldschool.runescape.wiki/w/Bolt_mould","price":1},"9436":{"id":9436,"name":"Sinew","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Sinew","wiki_url":"https://oldschool.runescape.wiki/w/Sinew","price":336},"9438":{"id":9438,"name":"Crossbow string","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":11000,"wiki_name":"Crossbow string","wiki_url":"https://oldschool.runescape.wiki/w/Crossbow_string","price":558},"9440":{"id":9440,"name":"Wooden stock","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":10000,"wiki_name":"Wooden stock","wiki_url":"https://oldschool.runescape.wiki/w/Wooden_stock","price":12},"9442":{"id":9442,"name":"Oak stock","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":27,"lowalch":10,"highalch":16,"buy_limit":10000,"wiki_name":"Oak stock","wiki_url":"https://oldschool.runescape.wiki/w/Oak_stock","price":0},"9444":{"id":9444,"name":"Willow stock","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":53,"lowalch":21,"highalch":31,"buy_limit":10000,"wiki_name":"Willow stock","wiki_url":"https://oldschool.runescape.wiki/w/Willow_stock","price":5},"9446":{"id":9446,"name":"Teak stock","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":77,"lowalch":30,"highalch":46,"buy_limit":10000,"wiki_name":"Teak stock","wiki_url":"https://oldschool.runescape.wiki/w/Teak_stock","price":59},"9448":{"id":9448,"name":"Maple stock","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":10000,"wiki_name":"Maple stock","wiki_url":"https://oldschool.runescape.wiki/w/Maple_stock","price":55},"9450":{"id":9450,"name":"Mahogany stock","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":133,"lowalch":53,"highalch":79,"buy_limit":10000,"wiki_name":"Mahogany stock","wiki_url":"https://oldschool.runescape.wiki/w/Mahogany_stock","price":10},"9452":{"id":9452,"name":"Yew stock","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":167,"lowalch":66,"highalch":100,"buy_limit":10000,"wiki_name":"Yew stock","wiki_url":"https://oldschool.runescape.wiki/w/Yew_stock","price":180},"9454":{"id":9454,"name":"Bronze crossbow (u)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":10000,"wiki_name":"Bronze crossbow (u)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_crossbow_(u)","price":675},"9456":{"id":9456,"name":"Blurite crossbow (u)","members":true,"cost":60,"lowalch":24,"highalch":36,"wiki_name":"Blurite crossbow (u)","wiki_url":"https://oldschool.runescape.wiki/w/Blurite_crossbow_(u)","price":0},"9457":{"id":9457,"name":"Iron crossbow (u)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":123,"lowalch":49,"highalch":73,"buy_limit":10000,"wiki_name":"Iron crossbow (u)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_crossbow_(u)","price":142},"9459":{"id":9459,"name":"Steel crossbow (u)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":327,"lowalch":130,"highalch":196,"buy_limit":10000,"wiki_name":"Steel crossbow (u)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_crossbow_(u)","price":55},"9461":{"id":9461,"name":"Mithril crossbow (u)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":750,"lowalch":300,"highalch":450,"buy_limit":10000,"wiki_name":"Mithril crossbow (u)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_crossbow_(u)","price":487},"9463":{"id":9463,"name":"Adamant crossbow (u)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1733,"lowalch":693,"highalch":1039,"buy_limit":10000,"wiki_name":"Adamant crossbow (u)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_crossbow_(u)","price":1732},"9465":{"id":9465,"name":"Runite crossbow (u)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":16167,"lowalch":6466,"highalch":9700,"buy_limit":10000,"wiki_name":"Runite crossbow (u)","wiki_url":"https://oldschool.runescape.wiki/w/Runite_crossbow_(u)","price":9206},"9467":{"id":9467,"name":"Blurite bar","members":true,"cost":18,"lowalch":7,"highalch":10,"wiki_name":"Blurite bar","wiki_url":"https://oldschool.runescape.wiki/w/Blurite_bar","price":0},"9468":{"id":9468,"name":"Sawdust","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sawdust","wiki_url":"https://oldschool.runescape.wiki/w/Sawdust","price":0},"9469":{"id":9469,"name":"Grand seed pod","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":15,"wiki_name":"Grand seed pod","wiki_url":"https://oldschool.runescape.wiki/w/Grand_seed_pod","price":173043},"9470":{"id":9470,"name":"Gnome scarf","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":4,"wiki_name":"Gnome scarf","wiki_url":"https://oldschool.runescape.wiki/w/Gnome_scarf","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":372049},"9472":{"id":9472,"name":"Gnome goggles","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":4,"wiki_name":"Gnome goggles","wiki_url":"https://oldschool.runescape.wiki/w/Gnome_goggles","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":45805},"9474":{"id":9474,"name":"Reward token","members":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Reward token (Gnome Restaurant)","wiki_url":"https://oldschool.runescape.wiki/w/Reward_token_(Gnome_Restaurant)","price":0},"9475":{"id":9475,"name":"Mint cake","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":10000,"wiki_name":"Mint cake","wiki_url":"https://oldschool.runescape.wiki/w/Mint_cake","price":98000},"9477":{"id":9477,"name":"Aluft aloft box","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Aluft aloft box","wiki_url":"https://oldschool.runescape.wiki/w/Aluft_aloft_box","price":0},"9478":{"id":9478,"name":"Half made batta","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Half made batta (fruit)","wiki_url":"https://oldschool.runescape.wiki/w/Half_made_batta_(fruit)","price":0},"9479":{"id":9479,"name":"Unfinished batta","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Unfinished batta (fruit)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_batta_(fruit)","price":0},"9480":{"id":9480,"name":"Half made batta","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Half made batta (worm)","wiki_url":"https://oldschool.runescape.wiki/w/Half_made_batta_(worm)","price":0},"9481":{"id":9481,"name":"Unfinished batta","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Unfinished batta (worm)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_batta_(worm)","price":0},"9482":{"id":9482,"name":"Half made batta","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Half made batta (toad)","wiki_url":"https://oldschool.runescape.wiki/w/Half_made_batta_(toad)","price":0},"9483":{"id":9483,"name":"Half made batta","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Half made batta (cheese+tom)","wiki_url":"https://oldschool.runescape.wiki/w/Half_made_batta_(cheese+tom)","price":0},"9484":{"id":9484,"name":"Unfinished batta","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Unfinished batta (cheese+tom)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_batta_(cheese+tom)","price":0},"9485":{"id":9485,"name":"Half made batta","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Half made batta (vegetable)","wiki_url":"https://oldschool.runescape.wiki/w/Half_made_batta_(vegetable)","price":0},"9486":{"id":9486,"name":"Unfinished batta","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Unfinished batta (vegetable)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_batta_(vegetable)","price":0},"9551":{"id":9551,"name":"Tangled toads' legs","incomplete":true,"members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9558":{"id":9558,"name":"Half made bowl","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Half made bowl (tangled toad's legs)","wiki_url":"https://oldschool.runescape.wiki/w/Half_made_bowl_(tangled_toad's_legs)","price":0},"9559":{"id":9559,"name":"Half made bowl","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Half made bowl (worm hole)","wiki_url":"https://oldschool.runescape.wiki/w/Half_made_bowl_(worm_hole)","price":0},"9560":{"id":9560,"name":"Unfinished bowl","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Unfinished bowl (worm hole)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_bowl_(worm_hole)","price":0},"9561":{"id":9561,"name":"Half made bowl","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Half made bowl (veg ball)","wiki_url":"https://oldschool.runescape.wiki/w/Half_made_bowl_(veg_ball)","price":0},"9562":{"id":9562,"name":"Unfinished bowl","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Unfinished bowl (veg ball)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_bowl_(veg_ball)","price":0},"9563":{"id":9563,"name":"Half made bowl","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Half made bowl (chocolate bomb)","wiki_url":"https://oldschool.runescape.wiki/w/Half_made_bowl_(chocolate_bomb)","price":0},"9564":{"id":9564,"name":"Unfinished bowl","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Unfinished bowl (chocolate bomb)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_bowl_(chocolate_bomb)","price":0},"9566":{"id":9566,"name":"Mixed blizzard","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Mixed blizzard","wiki_url":"https://oldschool.runescape.wiki/w/Mixed_blizzard","price":0},"9567":{"id":9567,"name":"Mixed sgg","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Mixed sgg","wiki_url":"https://oldschool.runescape.wiki/w/Mixed_sgg","price":0},"9568":{"id":9568,"name":"Mixed blast","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Mixed blast","wiki_url":"https://oldschool.runescape.wiki/w/Mixed_blast","price":0},"9569":{"id":9569,"name":"Mixed punch","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Mixed punch","wiki_url":"https://oldschool.runescape.wiki/w/Mixed_punch","price":0},"9570":{"id":9570,"name":"Mixed special","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Mixed special","wiki_url":"https://oldschool.runescape.wiki/w/Mixed_special","price":0},"9571":{"id":9571,"name":"Mixed saturday","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Mixed saturday (shaker)","wiki_url":"https://oldschool.runescape.wiki/w/Mixed_saturday_(shaker)","price":0},"9572":{"id":9572,"name":"Mixed saturday","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Mixed saturday (poured)","wiki_url":"https://oldschool.runescape.wiki/w/Mixed_saturday_(poured)","price":0},"9573":{"id":9573,"name":"Mixed saturday","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Mixed saturday (heated)","wiki_url":"https://oldschool.runescape.wiki/w/Mixed_saturday_(heated)","price":0},"9574":{"id":9574,"name":"Mixed dragon","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Mixed dragon (shaker)","wiki_url":"https://oldschool.runescape.wiki/w/Mixed_dragon_(shaker)","price":0},"9575":{"id":9575,"name":"Mixed dragon","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Mixed dragon (poured)","wiki_url":"https://oldschool.runescape.wiki/w/Mixed_dragon_(poured)","price":0},"9576":{"id":9576,"name":"Mixed dragon","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Mixed dragon (garnished)","wiki_url":"https://oldschool.runescape.wiki/w/Mixed_dragon_(garnished)","price":0},"9577":{"id":9577,"name":"Half made crunchy","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Half made crunchy (chocchip)","wiki_url":"https://oldschool.runescape.wiki/w/Half_made_crunchy_(chocchip)","price":0},"9578":{"id":9578,"name":"Unfinished crunchy","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Unfinished crunchy (chocchip)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_crunchy_(chocchip)","price":0},"9579":{"id":9579,"name":"Half made crunchy","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Half made crunchy (spicy)","wiki_url":"https://oldschool.runescape.wiki/w/Half_made_crunchy_(spicy)","price":0},"9580":{"id":9580,"name":"Unfinished crunchy","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Unfinished crunchy (spicy)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_crunchy_(spicy)","price":0},"9581":{"id":9581,"name":"Half made crunchy","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Half made crunchy (toad)","wiki_url":"https://oldschool.runescape.wiki/w/Half_made_crunchy_(toad)","price":0},"9582":{"id":9582,"name":"Unfinished crunchy","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Unfinished crunchy (toad)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_crunchy_(toad)","price":0},"9583":{"id":9583,"name":"Half made crunchy","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Half made crunchy (worm)","wiki_url":"https://oldschool.runescape.wiki/w/Half_made_crunchy_(worm)","price":0},"9584":{"id":9584,"name":"Unfinished crunchy","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Unfinished crunchy (worm)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_crunchy_(worm)","price":0},"9589":{"id":9589,"name":"Dossier","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dossier","wiki_url":"https://oldschool.runescape.wiki/w/Dossier","price":0},"9590":{"id":9590,"name":"Dossier","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dossier (animation item)","wiki_url":"https://oldschool.runescape.wiki/w/Dossier_(animation_item)","price":0},"9591":{"id":9591,"name":"Broken cauldron","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Broken cauldron","wiki_url":"https://oldschool.runescape.wiki/w/Broken_cauldron","price":0},"9592":{"id":9592,"name":"Magic glue","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Magic glue","wiki_url":"https://oldschool.runescape.wiki/w/Magic_glue","price":0},"9593":{"id":9593,"name":"Weird gloop","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Weird gloop","wiki_url":"https://oldschool.runescape.wiki/w/Weird_gloop","price":0},"9594":{"id":9594,"name":"Ground mud runes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ground mud runes","wiki_url":"https://oldschool.runescape.wiki/w/Ground_mud_runes","price":0},"9595":{"id":9595,"name":"Hazelmere's book","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Hazelmere's book","wiki_url":"https://oldschool.runescape.wiki/w/Hazelmere's_book","price":0},"9597":{"id":9597,"name":"Red circle","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"A red circle","wiki_url":"https://oldschool.runescape.wiki/w/A_red_circle","price":0},"9598":{"id":9598,"name":"Red triangle","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"A red triangle","wiki_url":"https://oldschool.runescape.wiki/w/A_red_triangle","price":0},"9599":{"id":9599,"name":"Red square","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"A red square","wiki_url":"https://oldschool.runescape.wiki/w/A_red_square","price":0},"9600":{"id":9600,"name":"Red pentagon","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"A red pentagon","wiki_url":"https://oldschool.runescape.wiki/w/A_red_pentagon","price":0},"9601":{"id":9601,"name":"Orange circle","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"An orange circle","wiki_url":"https://oldschool.runescape.wiki/w/An_orange_circle","price":0},"9602":{"id":9602,"name":"Orange triangle","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"An orange triangle","wiki_url":"https://oldschool.runescape.wiki/w/An_orange_triangle","price":0},"9603":{"id":9603,"name":"Orange square","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"An orange square","wiki_url":"https://oldschool.runescape.wiki/w/An_orange_square","price":0},"9604":{"id":9604,"name":"Orange pentagon","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Orange pentagon","wiki_url":"https://oldschool.runescape.wiki/w/Orange_pentagon","price":0},"9605":{"id":9605,"name":"Yellow circle","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"A yellow circle","wiki_url":"https://oldschool.runescape.wiki/w/A_yellow_circle","price":0},"9606":{"id":9606,"name":"Yellow triangle","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"A yellow triangle","wiki_url":"https://oldschool.runescape.wiki/w/A_yellow_triangle","price":0},"9607":{"id":9607,"name":"Yellow square","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"A yellow square","wiki_url":"https://oldschool.runescape.wiki/w/A_yellow_square","price":0},"9608":{"id":9608,"name":"Yellow pentagon","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"A yellow pentagon","wiki_url":"https://oldschool.runescape.wiki/w/A_yellow_pentagon","price":0},"9609":{"id":9609,"name":"Green circle","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"A green circle","wiki_url":"https://oldschool.runescape.wiki/w/A_green_circle","price":0},"9610":{"id":9610,"name":"Green triangle","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"A green triangle","wiki_url":"https://oldschool.runescape.wiki/w/A_green_triangle","price":0},"9611":{"id":9611,"name":"Green square","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"A green square","wiki_url":"https://oldschool.runescape.wiki/w/A_green_square","price":0},"9612":{"id":9612,"name":"Green pentagon","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"A green pentagon","wiki_url":"https://oldschool.runescape.wiki/w/A_green_pentagon","price":0},"9613":{"id":9613,"name":"Blue circle","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"A blue circle","wiki_url":"https://oldschool.runescape.wiki/w/A_blue_circle","price":0},"9614":{"id":9614,"name":"Blue triangle","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"A blue triangle","wiki_url":"https://oldschool.runescape.wiki/w/A_blue_triangle","price":0},"9615":{"id":9615,"name":"Blue square","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"A blue square","wiki_url":"https://oldschool.runescape.wiki/w/A_blue_square","price":0},"9616":{"id":9616,"name":"Blue pentagon","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"A blue pentagon","wiki_url":"https://oldschool.runescape.wiki/w/A_blue_pentagon","price":0},"9617":{"id":9617,"name":"Indigo circle","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"An indigo circle","wiki_url":"https://oldschool.runescape.wiki/w/An_indigo_circle","price":0},"9618":{"id":9618,"name":"Indigo triangle","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"An indigo triangle","wiki_url":"https://oldschool.runescape.wiki/w/An_indigo_triangle","price":0},"9619":{"id":9619,"name":"Indigo square","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"An indigo square","wiki_url":"https://oldschool.runescape.wiki/w/An_indigo_square","price":0},"9620":{"id":9620,"name":"Indigo pentagon","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"An indigo pentagon","wiki_url":"https://oldschool.runescape.wiki/w/An_indigo_pentagon","price":0},"9621":{"id":9621,"name":"Violet circle","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"A violet circle","wiki_url":"https://oldschool.runescape.wiki/w/A_violet_circle","price":0},"9622":{"id":9622,"name":"Violet triangle","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"A violet triangle","wiki_url":"https://oldschool.runescape.wiki/w/A_violet_triangle","price":0},"9623":{"id":9623,"name":"Violet square","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"A violet square","wiki_url":"https://oldschool.runescape.wiki/w/A_violet_square","price":0},"9624":{"id":9624,"name":"Violet pentagon","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"A violet pentagon","wiki_url":"https://oldschool.runescape.wiki/w/A_violet_pentagon","price":0},"9625":{"id":9625,"name":"Crystal saw","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Crystal saw","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_saw","price":0},"9626":{"id":9626,"name":"Crystal saw seed","members":true,"cost":10000,"wiki_name":"Crystal saw seed","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_saw_seed","price":0},"9627":{"id":9627,"name":"A handwritten book","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"A handwritten book","wiki_url":"https://oldschool.runescape.wiki/w/A_handwritten_book","price":0},"9629":{"id":9629,"name":"Tyras helm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":550,"lowalch":220,"highalch":330,"buy_limit":150,"wiki_name":"Tyras helm","wiki_url":"https://oldschool.runescape.wiki/w/Tyras_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":9,"defence_slash":10,"defence_crush":7,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":5}},"price":576},"9632":{"id":9632,"name":"Daeyalt ore","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Daeyalt ore","wiki_url":"https://oldschool.runescape.wiki/w/Daeyalt_ore","price":0},"9633":{"id":9633,"name":"Message","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Message (Vertida)","wiki_url":"https://oldschool.runescape.wiki/w/Message_(Vertida)","price":0},"9634":{"id":9634,"name":"Vyrewatch top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Vyrewatch top","wiki_url":"https://oldschool.runescape.wiki/w/Vyrewatch_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":1545},"9636":{"id":9636,"name":"Vyrewatch legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Vyrewatch legs","wiki_url":"https://oldschool.runescape.wiki/w/Vyrewatch_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":1510},"9638":{"id":9638,"name":"Vyrewatch shoes","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Vyrewatch shoes","wiki_url":"https://oldschool.runescape.wiki/w/Vyrewatch_shoes","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":1321},"9640":{"id":9640,"name":"Citizen top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":150,"wiki_name":"Citizen top","wiki_url":"https://oldschool.runescape.wiki/w/Citizen_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":288},"9642":{"id":9642,"name":"Citizen trousers","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":150,"wiki_name":"Citizen trousers","wiki_url":"https://oldschool.runescape.wiki/w/Citizen_trousers","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":140},"9644":{"id":9644,"name":"Citizen shoes","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":150,"wiki_name":"Citizen shoes","wiki_url":"https://oldschool.runescape.wiki/w/Citizen_shoes","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":364},"9646":{"id":9646,"name":"Castle sketch 1","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Castle sketch 1","wiki_url":"https://oldschool.runescape.wiki/w/Castle_sketch_1","price":0},"9647":{"id":9647,"name":"Castle sketch 2","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Castle sketch 2","wiki_url":"https://oldschool.runescape.wiki/w/Castle_sketch_2","price":0},"9648":{"id":9648,"name":"Castle sketch 3","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Castle sketch 3","wiki_url":"https://oldschool.runescape.wiki/w/Castle_sketch_3","price":0},"9649":{"id":9649,"name":"Message","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Message (fireplace)","wiki_url":"https://oldschool.runescape.wiki/w/Message_(fireplace)","price":0},"9650":{"id":9650,"name":"Blood tithe pouch","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blood tithe pouch","wiki_url":"https://oldschool.runescape.wiki/w/Blood_tithe_pouch","price":0},"9651":{"id":9651,"name":"Large ornate key","members":true,"cost":1,"wiki_name":"Large ornate key","wiki_url":"https://oldschool.runescape.wiki/w/Large_ornate_key","price":0},"9652":{"id":9652,"name":"Haemalchemy volume 1","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Haemalchemy volume 1","wiki_url":"https://oldschool.runescape.wiki/w/Haemalchemy_volume_1","price":0},"9653":{"id":9653,"name":"Sealed message","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sealed message","wiki_url":"https://oldschool.runescape.wiki/w/Sealed_message","price":0},"9654":{"id":9654,"name":"Door key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Door key (Darkness of Hallowvale)","wiki_url":"https://oldschool.runescape.wiki/w/Door_key_(Darkness_of_Hallowvale)","price":0},"9655":{"id":9655,"name":"Ladder top","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ladder top","wiki_url":"https://oldschool.runescape.wiki/w/Ladder_top","price":0},"9656":{"id":9656,"name":"Tome of experience (3)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tome of experience (Darkness of Hallowvale) (3)","wiki_url":"https://oldschool.runescape.wiki/w/Tome_of_experience_(Darkness_of_Hallowvale)#(3)","price":0},"9657":{"id":9657,"name":"Tome of experience (2)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tome of experience (Darkness of Hallowvale) (2)","wiki_url":"https://oldschool.runescape.wiki/w/Tome_of_experience_(Darkness_of_Hallowvale)#(2)","price":0},"9658":{"id":9658,"name":"Tome of experience (1)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tome of experience (Darkness of Hallowvale) (1)","wiki_url":"https://oldschool.runescape.wiki/w/Tome_of_experience_(Darkness_of_Hallowvale)#(1)","price":0},"9659":{"id":9659,"name":"Bucket of water","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bucket of water (Meiyerditch)","wiki_url":"https://oldschool.runescape.wiki/w/Bucket_of_water_(Meiyerditch)","price":0},"9660":{"id":9660,"name":"Bucket","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bucket (Meiyerditch)","wiki_url":"https://oldschool.runescape.wiki/w/Bucket_(Meiyerditch)","price":0},"9662":{"id":9662,"name":"Useless key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Useless key (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Useless_key#Normal","price":0},"9665":{"id":9665,"name":"Torch","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Torch (animation item, Sea Slug)","wiki_url":"https://oldschool.runescape.wiki/w/Torch_(animation_item,_Sea_Slug)","price":0},"9666":{"id":9666,"name":"Proselyte harness m","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":25000,"buy_limit":70,"wiki_name":"Proselyte harness m","wiki_url":"https://oldschool.runescape.wiki/w/Proselyte_harness_m","price":24040},"9668":{"id":9668,"name":"Initiate harness m","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20000,"buy_limit":70,"wiki_name":"Initiate harness m","wiki_url":"https://oldschool.runescape.wiki/w/Initiate_harness_m","price":24107},"9670":{"id":9670,"name":"Proselyte harness f","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":25000,"lowalch":10000,"highalch":15000,"buy_limit":70,"wiki_name":"Proselyte harness f","wiki_url":"https://oldschool.runescape.wiki/w/Proselyte_harness_f","price":20732},"9672":{"id":9672,"name":"Proselyte sallet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":8000,"lowalch":3200,"highalch":4800,"buy_limit":70,"wiki_name":"Proselyte sallet","wiki_url":"https://oldschool.runescape.wiki/w/Proselyte_sallet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":19,"defence_slash":21,"defence_crush":16,"defence_magic":-1,"defence_ranged":19,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"head","requirements":{"defence":30,"prayer":20}},"price":6235},"9674":{"id":9674,"name":"Proselyte hauberk","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":12000,"lowalch":4800,"highalch":7200,"buy_limit":70,"wiki_name":"Proselyte hauberk","wiki_url":"https://oldschool.runescape.wiki/w/Proselyte_hauberk","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":65,"defence_slash":63,"defence_crush":55,"defence_magic":-6,"defence_ranged":63,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":8,"slot":"body","requirements":{"defence":30,"prayer":20}},"price":6550},"9676":{"id":9676,"name":"Proselyte cuisse","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":70,"wiki_name":"Proselyte cuisse","wiki_url":"https://oldschool.runescape.wiki/w/Proselyte_cuisse","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":33,"defence_slash":31,"defence_crush":29,"defence_magic":-4,"defence_ranged":31,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"legs","requirements":{"defence":30,"prayer":20}},"price":5854},"9678":{"id":9678,"name":"Proselyte tasset","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":70,"wiki_name":"Proselyte tasset","wiki_url":"https://oldschool.runescape.wiki/w/Proselyte_tasset","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":33,"defence_slash":31,"defence_crush":29,"defence_magic":-4,"defence_ranged":31,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"legs","requirements":{"defence":30,"prayer":20}},"price":7500},"9680":{"id":9680,"name":"Sea slug glue","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sea slug glue","wiki_url":"https://oldschool.runescape.wiki/w/Sea_slug_glue","price":0},"9681":{"id":9681,"name":"Commorb v2","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Commorb v2","wiki_url":"https://oldschool.runescape.wiki/w/Commorb_v2","price":0},"9682":{"id":9682,"name":"Door transcription","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Door transcription","wiki_url":"https://oldschool.runescape.wiki/w/Door_transcription","price":0},"9683":{"id":9683,"name":"Dead sea slug","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Dead sea slug","wiki_url":"https://oldschool.runescape.wiki/w/Dead_sea_slug","price":0},"9684":{"id":9684,"name":"Page 1","members":true,"cost":1,"wiki_name":"Page 1","wiki_url":"https://oldschool.runescape.wiki/w/Page_1","price":0},"9685":{"id":9685,"name":"Page 2","members":true,"cost":1,"wiki_name":"Page 2","wiki_url":"https://oldschool.runescape.wiki/w/Page_2","price":0},"9686":{"id":9686,"name":"Page 3","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Page 3","wiki_url":"https://oldschool.runescape.wiki/w/Page_3","price":0},"9687":{"id":9687,"name":"Fragment 1","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fragment 1","wiki_url":"https://oldschool.runescape.wiki/w/Fragment_1","price":0},"9688":{"id":9688,"name":"Fragment 2","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fragment 2","wiki_url":"https://oldschool.runescape.wiki/w/Fragment_2","price":0},"9689":{"id":9689,"name":"Fragment 3","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fragment 3","wiki_url":"https://oldschool.runescape.wiki/w/Fragment_3","price":0},"9690":{"id":9690,"name":"Blank water rune","members":true,"cost":1,"wiki_name":"Blank water rune","wiki_url":"https://oldschool.runescape.wiki/w/Blank_water_rune","price":0},"9691":{"id":9691,"name":"Water rune","members":true,"cost":1,"wiki_name":"Water rune (The Slug Menace)","wiki_url":"https://oldschool.runescape.wiki/w/Water_rune_(The_Slug_Menace)","price":0},"9692":{"id":9692,"name":"Blank air rune","members":true,"cost":1,"wiki_name":"Blank air rune","wiki_url":"https://oldschool.runescape.wiki/w/Blank_air_rune","price":0},"9693":{"id":9693,"name":"Air rune","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Air rune (The Slug Menace)","wiki_url":"https://oldschool.runescape.wiki/w/Air_rune_(The_Slug_Menace)","price":0},"9694":{"id":9694,"name":"Blank earth rune","members":true,"cost":1,"wiki_name":"Blank earth rune","wiki_url":"https://oldschool.runescape.wiki/w/Blank_earth_rune","price":0},"9695":{"id":9695,"name":"Earth rune","members":true,"cost":1,"wiki_name":"Earth rune (The Slug Menace)","wiki_url":"https://oldschool.runescape.wiki/w/Earth_rune_(The_Slug_Menace)","price":0},"9696":{"id":9696,"name":"Blank mind rune","members":true,"cost":1,"wiki_name":"Blank mind rune","wiki_url":"https://oldschool.runescape.wiki/w/Blank_mind_rune","price":0},"9697":{"id":9697,"name":"Mind rune","members":true,"cost":1,"wiki_name":"Mind rune (The Slug Menace)","wiki_url":"https://oldschool.runescape.wiki/w/Mind_rune_(The_Slug_Menace)","price":0},"9698":{"id":9698,"name":"Blank fire rune","members":true,"cost":1,"wiki_name":"Blank fire rune","wiki_url":"https://oldschool.runescape.wiki/w/Blank_fire_rune","price":0},"9699":{"id":9699,"name":"Fire rune","members":true,"cost":1,"wiki_name":"Fire rune (The Slug Menace)","wiki_url":"https://oldschool.runescape.wiki/w/Fire_rune_(The_Slug_Menace)","price":0},"9702":{"id":9702,"name":"Stick","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Stick (animation item)","wiki_url":"https://oldschool.runescape.wiki/w/Stick_(animation_item)","price":0},"9703":{"id":9703,"name":"Training sword","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Training sword","wiki_url":"https://oldschool.runescape.wiki/w/Training_sword","equipment":{"attack_stab":4,"attack_slash":3,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":5,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"9704":{"id":9704,"name":"Training shield","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Training shield","wiki_url":"https://oldschool.runescape.wiki/w/Training_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":4,"defence_slash":5,"defence_crush":3,"defence_magic":1,"defence_ranged":4,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"9705":{"id":9705,"name":"Training bow","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Training bow","wiki_url":"https://oldschool.runescape.wiki/w/Training_bow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":8,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"9706":{"id":9706,"name":"Training arrows","stackable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Training arrows","wiki_url":"https://oldschool.runescape.wiki/w/Training_arrows","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":7,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":null},"price":0},"9715":{"id":9715,"name":"Slashed book","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Slashed book","wiki_url":"https://oldschool.runescape.wiki/w/Slashed_book","price":0},"9716":{"id":9716,"name":"Rock","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rock (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Rock_(unobtainable_item)","price":0},"9717":{"id":9717,"name":"Beaten book","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Beaten book","wiki_url":"https://oldschool.runescape.wiki/w/Beaten_book","price":0},"9718":{"id":9718,"name":"Crane schematic","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crane schematic","wiki_url":"https://oldschool.runescape.wiki/w/Crane_schematic","price":0},"9719":{"id":9719,"name":"Lever schematic","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Lever schematic","wiki_url":"https://oldschool.runescape.wiki/w/Lever_schematic","price":0},"9720":{"id":9720,"name":"Crane claw","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crane claw","wiki_url":"https://oldschool.runescape.wiki/w/Crane_claw","price":0},"9721":{"id":9721,"name":"Scroll","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Scroll (Elemental Workshop II)","wiki_url":"https://oldschool.runescape.wiki/w/Scroll_(Elemental_Workshop_II)","price":0},"9722":{"id":9722,"name":"Key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Key (Elemental Workshop II)","wiki_url":"https://oldschool.runescape.wiki/w/Key_(Elemental_Workshop_II)","price":0},"9723":{"id":9723,"name":"Pipe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pipe (Elemental Workshop II)","wiki_url":"https://oldschool.runescape.wiki/w/Pipe_(Elemental_Workshop_II)","price":0},"9724":{"id":9724,"name":"Large cog","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Large cog","wiki_url":"https://oldschool.runescape.wiki/w/Large_cog","price":0},"9725":{"id":9725,"name":"Medium cog","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Medium cog","wiki_url":"https://oldschool.runescape.wiki/w/Medium_cog","price":0},"9726":{"id":9726,"name":"Small cog","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Small cog","wiki_url":"https://oldschool.runescape.wiki/w/Small_cog","price":0},"9727":{"id":9727,"name":"Primed bar","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Primed bar","wiki_url":"https://oldschool.runescape.wiki/w/Primed_bar","price":0},"9728":{"id":9728,"name":"Primed mind bar","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Primed mind bar","wiki_url":"https://oldschool.runescape.wiki/w/Primed_mind_bar","price":0},"9729":{"id":9729,"name":"Elemental helmet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":70,"wiki_name":"Elemental helmet","wiki_url":"https://oldschool.runescape.wiki/w/Elemental_helmet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"9731":{"id":9731,"name":"Mind shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"buy_limit":70,"wiki_name":"Mind shield","wiki_url":"https://oldschool.runescape.wiki/w/Mind_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":9,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":21978},"9733":{"id":9733,"name":"Mind helmet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"buy_limit":70,"wiki_name":"Mind helmet","wiki_url":"https://oldschool.runescape.wiki/w/Mind_helmet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":6,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":5888},"9735":{"id":9735,"name":"Desert goat horn","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":12,"lowalch":4,"highalch":7,"buy_limit":13000,"wiki_name":"Desert goat horn","wiki_url":"https://oldschool.runescape.wiki/w/Desert_goat_horn","price":34},"9736":{"id":9736,"name":"Goat horn dust","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":12,"lowalch":4,"highalch":7,"buy_limit":13000,"wiki_name":"Goat horn dust","wiki_url":"https://oldschool.runescape.wiki/w/Goat_horn_dust","price":107},"9739":{"id":9739,"name":"Combat potion(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":215,"lowalch":86,"highalch":129,"buy_limit":2000,"wiki_name":"Combat potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Combat_potion#4_dose","price":222},"9741":{"id":9741,"name":"Combat potion(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":2000,"wiki_name":"Combat potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Combat_potion#3_dose","price":179},"9743":{"id":9743,"name":"Combat potion(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":105,"lowalch":42,"highalch":63,"buy_limit":2000,"wiki_name":"Combat potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Combat_potion#2_dose","price":105},"9745":{"id":9745,"name":"Combat potion(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":52,"lowalch":20,"highalch":31,"buy_limit":2000,"wiki_name":"Combat potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Combat_potion#1_dose","price":54},"9747":{"id":9747,"name":"Attack cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Attack cape (Untrimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Attack_cape#Untrimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"attack":99}},"price":0},"9748":{"id":9748,"name":"Attack cape(t)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Attack cape (Trimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Attack_cape#Trimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"cape","requirements":{"attack":99}},"price":0},"9749":{"id":9749,"name":"Attack hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Attack hood","wiki_url":"https://oldschool.runescape.wiki/w/Attack_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"attack":99}},"price":0},"9750":{"id":9750,"name":"Strength cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Strength cape (Untrimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Strength_cape#Untrimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"strength":99}},"price":0},"9751":{"id":9751,"name":"Strength cape(t)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Strength cape (Trimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Strength_cape#Trimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"cape","requirements":{"strength":99}},"price":0},"9752":{"id":9752,"name":"Strength hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Strength hood","wiki_url":"https://oldschool.runescape.wiki/w/Strength_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"strength":99}},"price":0},"9753":{"id":9753,"name":"Defence cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Defence cape (Untrimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Defence_cape#Untrimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"defence":99}},"price":0},"9754":{"id":9754,"name":"Defence cape(t)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Defence cape (Trimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Defence_cape#Trimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"cape","requirements":{"defence":99}},"price":0},"9755":{"id":9755,"name":"Defence hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Defence hood","wiki_url":"https://oldschool.runescape.wiki/w/Defence_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":99}},"price":0},"9756":{"id":9756,"name":"Ranging cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Ranging cape (Untrimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Ranging_cape#Untrimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"ranged":99}},"price":0},"9757":{"id":9757,"name":"Ranging cape(t)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Ranging cape (Trimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Ranging_cape#Trimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"cape","requirements":{"ranged":99}},"price":0},"9758":{"id":9758,"name":"Ranging hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ranging hood","wiki_url":"https://oldschool.runescape.wiki/w/Ranging_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"ranged":99}},"price":0},"9759":{"id":9759,"name":"Prayer cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Prayer cape (Untrimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Prayer_cape#Untrimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"prayer":99}},"price":0},"9760":{"id":9760,"name":"Prayer cape(t)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Prayer cape (Trimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Prayer_cape#Trimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"cape","requirements":{"prayer":99}},"price":0},"9761":{"id":9761,"name":"Prayer hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Prayer hood","wiki_url":"https://oldschool.runescape.wiki/w/Prayer_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"prayer":99}},"price":0},"9762":{"id":9762,"name":"Magic cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Magic cape (Untrimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Magic_cape#Untrimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"magic":99}},"price":0},"9763":{"id":9763,"name":"Magic cape(t)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Magic cape (Trimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Magic_cape#Trimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"cape","requirements":{"magic":99}},"price":0},"9764":{"id":9764,"name":"Magic hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Magic hood","wiki_url":"https://oldschool.runescape.wiki/w/Magic_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"magic":99}},"price":0},"9765":{"id":9765,"name":"Runecraft cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Runecraft cape (Untrimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Runecraft_cape#Untrimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"runecraft":99}},"price":0},"9766":{"id":9766,"name":"Runecraft cape(t)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Runecraft cape (Trimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Runecraft_cape#Trimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"cape","requirements":{"runecraft":99}},"price":0},"9767":{"id":9767,"name":"Runecraft hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Runecraft hood","wiki_url":"https://oldschool.runescape.wiki/w/Runecraft_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"runecraft":99}},"price":0},"9768":{"id":9768,"name":"Hitpoints cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Hitpoints cape (Untrimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Hitpoints_cape#Untrimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"hitpoints":99}},"price":0},"9769":{"id":9769,"name":"Hitpoints cape(t)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Hitpoints cape (Trimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Hitpoints_cape#Trimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"cape","requirements":{"hitpoints":99}},"price":0},"9770":{"id":9770,"name":"Hitpoints hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Hitpoints hood","wiki_url":"https://oldschool.runescape.wiki/w/Hitpoints_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"hitpoints":99}},"price":0},"9771":{"id":9771,"name":"Agility cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Agility cape (Untrimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Agility_cape#Untrimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"agility":99}},"price":0},"9772":{"id":9772,"name":"Agility cape(t)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Agility cape (Trimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Agility_cape#Trimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"cape","requirements":{"agility":99}},"price":0},"9773":{"id":9773,"name":"Agility hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Agility hood","wiki_url":"https://oldschool.runescape.wiki/w/Agility_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"agility":99}},"price":0},"9774":{"id":9774,"name":"Herblore cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Herblore cape (Untrimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Herblore_cape#Untrimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"herblore":99}},"price":0},"9775":{"id":9775,"name":"Herblore cape(t)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Herblore cape (Trimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Herblore_cape#Trimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"cape","requirements":{"herblore":99}},"price":0},"9776":{"id":9776,"name":"Herblore hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Herblore hood","wiki_url":"https://oldschool.runescape.wiki/w/Herblore_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"herblore":99}},"price":0},"9777":{"id":9777,"name":"Thieving cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Thieving cape (Untrimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Thieving_cape#Untrimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"thieving":99}},"price":0},"9778":{"id":9778,"name":"Thieving cape(t)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Thieving cape (Trimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Thieving_cape#Trimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"cape","requirements":{"thieving":99}},"price":0},"9779":{"id":9779,"name":"Thieving hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Thieving hood","wiki_url":"https://oldschool.runescape.wiki/w/Thieving_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"thieving":99}},"price":0},"9780":{"id":9780,"name":"Crafting cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Crafting cape (Untrimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Crafting_cape#Untrimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"crafting":99}},"price":0},"9781":{"id":9781,"name":"Crafting cape(t)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Crafting cape (Trimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Crafting_cape#Trimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"cape","requirements":{"crafting":99}},"price":0},"9782":{"id":9782,"name":"Crafting hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crafting hood","wiki_url":"https://oldschool.runescape.wiki/w/Crafting_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"crafting":99}},"price":0},"9783":{"id":9783,"name":"Fletching cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Fletching cape (Untrimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Fletching_cape#Untrimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"fletching":99}},"price":0},"9784":{"id":9784,"name":"Fletching cape(t)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Fletching cape (Trimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Fletching_cape#Trimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"cape","requirements":{"fletching":99}},"price":0},"9785":{"id":9785,"name":"Fletching hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fletching hood","wiki_url":"https://oldschool.runescape.wiki/w/Fletching_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"fletching":99}},"price":0},"9786":{"id":9786,"name":"Slayer cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Slayer cape (Untrimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Slayer_cape#Untrimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"slayer":99}},"price":0},"9787":{"id":9787,"name":"Slayer cape(t)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Slayer cape (Trimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Slayer_cape#Trimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"cape","requirements":{"slayer":99}},"price":0},"9788":{"id":9788,"name":"Slayer hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Slayer hood","wiki_url":"https://oldschool.runescape.wiki/w/Slayer_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"slayer":99}},"price":0},"9789":{"id":9789,"name":"Construct. cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Construct. cape (Untrimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Construct._cape#Untrimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"construction":99}},"price":0},"9790":{"id":9790,"name":"Construct. cape(t)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Construct. cape (Trimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Construct._cape#Trimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"cape","requirements":{"construction":99}},"price":0},"9791":{"id":9791,"name":"Construct. hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Construct. hood","wiki_url":"https://oldschool.runescape.wiki/w/Construct._hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"construction":99}},"price":0},"9792":{"id":9792,"name":"Mining cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Mining cape (Untrimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Mining_cape#Untrimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"mining":99}},"price":0},"9793":{"id":9793,"name":"Mining cape(t)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Mining cape (Trimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Mining_cape#Trimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"cape","requirements":{"mining":99}},"price":0},"9794":{"id":9794,"name":"Mining hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mining hood","wiki_url":"https://oldschool.runescape.wiki/w/Mining_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"mining":99}},"price":0},"9795":{"id":9795,"name":"Smithing cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Smithing cape (Untrimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Smithing_cape#Untrimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"smithing":99}},"price":0},"9796":{"id":9796,"name":"Smithing cape(t)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Smithing cape (Trimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Smithing_cape#Trimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"cape","requirements":{"smithing":99}},"price":0},"9797":{"id":9797,"name":"Smithing hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Smithing hood","wiki_url":"https://oldschool.runescape.wiki/w/Smithing_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"smithing":99}},"price":0},"9798":{"id":9798,"name":"Fishing cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Fishing cape (Untrimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Fishing_cape#Untrimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"fishing":99}},"price":0},"9799":{"id":9799,"name":"Fishing cape(t)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Fishing cape (Trimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Fishing_cape#Trimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"cape","requirements":{"fishing":99}},"price":0},"9800":{"id":9800,"name":"Fishing hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fishing hood","wiki_url":"https://oldschool.runescape.wiki/w/Fishing_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"fishing":99}},"price":0},"9801":{"id":9801,"name":"Cooking cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Cooking cape (Untrimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Cooking_cape#Untrimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"cooking":99}},"price":0},"9802":{"id":9802,"name":"Cooking cape(t)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Cooking cape (Trimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Cooking_cape#Trimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"cape","requirements":{"cooking":99}},"price":0},"9803":{"id":9803,"name":"Cooking hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cooking hood","wiki_url":"https://oldschool.runescape.wiki/w/Cooking_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"cooking":99}},"price":0},"9804":{"id":9804,"name":"Firemaking cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Firemaking cape (Untrimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Firemaking_cape#Untrimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"firemaking":99}},"price":0},"9805":{"id":9805,"name":"Firemaking cape(t)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Firemaking cape (Trimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Firemaking_cape#Trimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"cape","requirements":{"firemaking":99}},"price":0},"9806":{"id":9806,"name":"Firemaking hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Firemaking hood","wiki_url":"https://oldschool.runescape.wiki/w/Firemaking_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"firemaking":99}},"price":0},"9807":{"id":9807,"name":"Woodcutting cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Woodcutting cape (Untrimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Woodcutting_cape#Untrimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"woodcutting":99}},"price":0},"9808":{"id":9808,"name":"Woodcut. cape(t)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Woodcutting cape (Trimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Woodcutting_cape#Trimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"cape","requirements":{"woodcutting":99}},"price":0},"9809":{"id":9809,"name":"Woodcutting hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Woodcutting hood","wiki_url":"https://oldschool.runescape.wiki/w/Woodcutting_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"woodcutting":99}},"price":0},"9810":{"id":9810,"name":"Farming cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Farming cape (Untrimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Farming_cape#Untrimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"farming":99}},"price":0},"9811":{"id":9811,"name":"Farming cape(t)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Farming cape (Trimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Farming_cape#Trimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"cape","requirements":{"farming":99}},"price":0},"9812":{"id":9812,"name":"Farming hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Farming hood","wiki_url":"https://oldschool.runescape.wiki/w/Farming_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"farming":99}},"price":0},"9813":{"id":9813,"name":"Quest point cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Quest point cape (Untrimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Quest_point_cape#Untrimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"9814":{"id":9814,"name":"Quest point hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Quest point hood","wiki_url":"https://oldschool.runescape.wiki/w/Quest_point_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"9817":{"id":9817,"name":"Oak cape rack","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9818":{"id":9818,"name":"Teak cape rack","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9819":{"id":9819,"name":"Mahogany cape rack","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9820":{"id":9820,"name":"Gilded cape rack","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9821":{"id":9821,"name":"Marble cape rack","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9822":{"id":9822,"name":"Magical cape rack","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9823":{"id":9823,"name":"Oak costume box","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9824":{"id":9824,"name":"Teak costume box","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9825":{"id":9825,"name":"Mahogany costume box","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9826":{"id":9826,"name":"Oak armour case","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9827":{"id":9827,"name":"Teak armour case","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9828":{"id":9828,"name":"Mahogany armour case","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9830":{"id":9830,"name":"Carved oak wardrobe","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9832":{"id":9832,"name":"Carved teak wardrobe","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9835":{"id":9835,"name":"Marble wardrobe","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9836":{"id":9836,"name":"Oak toy box","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9837":{"id":9837,"name":"Teak toy box","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9838":{"id":9838,"name":"Mahogany toy box","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9839":{"id":9839,"name":"Oak treasure chest","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9840":{"id":9840,"name":"Teak treasure chest","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9841":{"id":9841,"name":"Mahogany treasure chest","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9842":{"id":9842,"name":"Costume room","incomplete":true,"cost":50000,"lowalch":20000,"highalch":30000,"price":0},"9843":{"id":9843,"name":"Oak cape rack","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Oak cape rack (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Oak_cape_rack_(flatpack)","price":505},"9844":{"id":9844,"name":"Teak cape rack","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Teak cape rack (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Teak_cape_rack_(flatpack)","price":1519},"9845":{"id":9845,"name":"Mahogany cape rack","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Mahogany cape rack (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Mahogany_cape_rack_(flatpack)","price":405},"9846":{"id":9846,"name":"Gilded cape rack","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Gilded cape rack (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_cape_rack_(flatpack)","price":278447},"9847":{"id":9847,"name":"Marble cape rack","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Marble cape rack (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Marble_cape_rack_(flatpack)","price":443537},"9848":{"id":9848,"name":"Magic cape rack","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Magic cape rack (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Magic_cape_rack_(flatpack)","price":1130976},"9849":{"id":9849,"name":"Oak toy box","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Oak toy box (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Oak_toy_box_(flatpack)","price":24},"9850":{"id":9850,"name":"Teak toy box","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Teak toy box (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Teak_toy_box_(flatpack)","price":28},"9851":{"id":9851,"name":"Mahogany toy box","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Mahogany toy box (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Mahogany_toy_box_(flatpack)","price":1020},"9852":{"id":9852,"name":"Oak magic wardrobe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Oak magic wardrobe (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Oak_magic_wardrobe_(flatpack)","price":19},"9853":{"id":9853,"name":"Carved oak magic wardrobe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Carved oak magic wardrobe (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Carved_oak_magic_wardrobe_(flatpack)","price":55},"9854":{"id":9854,"name":"Teak magic wardrobe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Teak magic wardrobe (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Teak_magic_wardrobe_(flatpack)","price":0},"9855":{"id":9855,"name":"Carved teak magic wardrobe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Carved teak magic wardrobe (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Carved_teak_magic_wardrobe_(flatpack)","price":21},"9856":{"id":9856,"name":"Mahogany magic wardrobe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Mahogany magic wardrobe (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Mahogany_magic_wardrobe_(flatpack)","price":1187},"9857":{"id":9857,"name":"Gilded magic wardrobe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Gilded magic wardrobe (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_magic_wardrobe_(flatpack)","price":355000},"9858":{"id":9858,"name":"Marble magic wardrobe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Marble magic wardrobe (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Marble_magic_wardrobe_(flatpack)","price":440859},"9859":{"id":9859,"name":"Oak armour case","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Oak armour case (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Oak_armour_case_(flatpack)","price":16},"9860":{"id":9860,"name":"Teak armour case","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Teak armour case (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Teak_armour_case_(flatpack)","price":5081},"9861":{"id":9861,"name":"Mahogany armour case","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Mahogany armour case (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Mahogany_armour_case_(flatpack)","price":3377},"9862":{"id":9862,"name":"Oak treasure chest","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Oak treasure chest (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Oak_treasure_chest_(flatpack)","price":639},"9863":{"id":9863,"name":"Teak treasure chest","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Teak treasure chest (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Teak_treasure_chest_(flatpack)","price":2579},"9864":{"id":9864,"name":"M. treasure chest","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"M. treasure chest (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/M._treasure_chest_(flatpack)","price":2759},"9865":{"id":9865,"name":"Oak fancy dress box","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Oak fancy dress box (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Oak_fancy_dress_box_(flatpack)","price":11},"9866":{"id":9866,"name":"Teak fancy dress box","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Teak fancy dress box (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Teak_fancy_dress_box_(flatpack)","price":613},"9867":{"id":9867,"name":"Mahogany fancy dress box","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Mahogany fancy dress box (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Mahogany_fancy_dress_box_(flatpack)","price":4775},"9901":{"id":9901,"name":"Goutweedy lump","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Goutweedy lump","wiki_url":"https://oldschool.runescape.wiki/w/Goutweedy_lump","price":0},"9902":{"id":9902,"name":"Hardy gout tubers","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Hardy gout tubers","wiki_url":"https://oldschool.runescape.wiki/w/Hardy_gout_tubers","price":0},"9903":{"id":9903,"name":"Farming manual","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Farming manual","wiki_url":"https://oldschool.runescape.wiki/w/Farming_manual","price":0},"9904":{"id":9904,"name":"Sailing book","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sailing book","wiki_url":"https://oldschool.runescape.wiki/w/Sailing_book","price":0},"9906":{"id":9906,"name":"Ghost buster 500","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ghost buster 500 (White)","wiki_url":"https://oldschool.runescape.wiki/w/Ghost_buster_500#White","price":0},"9907":{"id":9907,"name":"Ghost buster 500","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ghost buster 500 (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Ghost_buster_500#Red","price":0},"9908":{"id":9908,"name":"Ghost buster 500","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ghost buster 500 (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Ghost_buster_500#Blue","price":0},"9909":{"id":9909,"name":"Ghost buster 500","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ghost buster 500 (Green)","wiki_url":"https://oldschool.runescape.wiki/w/Ghost_buster_500#Green","price":0},"9910":{"id":9910,"name":"Ghost buster 500","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ghost buster 500 (Yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Ghost_buster_500#Yellow","price":0},"9911":{"id":9911,"name":"Ghost buster 500","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ghost buster 500 (Black)","wiki_url":"https://oldschool.runescape.wiki/w/Ghost_buster_500#Black","price":0},"9912":{"id":9912,"name":"Ghost buster 500","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ghost buster 500 (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Ghost_buster_500#Empty","price":0},"9913":{"id":9913,"name":"White destabiliser","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"White destabiliser","wiki_url":"https://oldschool.runescape.wiki/w/White_destabiliser","price":0},"9914":{"id":9914,"name":"Red destabiliser","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red destabiliser","wiki_url":"https://oldschool.runescape.wiki/w/Red_destabiliser","price":0},"9915":{"id":9915,"name":"Blue destabiliser","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue destabiliser","wiki_url":"https://oldschool.runescape.wiki/w/Blue_destabiliser","price":0},"9916":{"id":9916,"name":"Green destabiliser","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Green destabiliser","wiki_url":"https://oldschool.runescape.wiki/w/Green_destabiliser","price":0},"9917":{"id":9917,"name":"Yellow destabiliser","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Yellow destabiliser","wiki_url":"https://oldschool.runescape.wiki/w/Yellow_destabiliser","price":0},"9918":{"id":9918,"name":"Black destabiliser","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Black destabiliser","wiki_url":"https://oldschool.runescape.wiki/w/Black_destabiliser","price":0},"9919":{"id":9919,"name":"Evil root","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Evil root","wiki_url":"https://oldschool.runescape.wiki/w/Evil_root","price":0},"9920":{"id":9920,"name":"Jack lantern mask","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Jack lantern mask","wiki_url":"https://oldschool.runescape.wiki/w/Jack_lantern_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"9921":{"id":9921,"name":"Skeleton boots","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Skeleton boots","wiki_url":"https://oldschool.runescape.wiki/w/Skeleton_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"9922":{"id":9922,"name":"Skeleton gloves","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Skeleton gloves","wiki_url":"https://oldschool.runescape.wiki/w/Skeleton_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"9923":{"id":9923,"name":"Skeleton leggings","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Skeleton leggings","wiki_url":"https://oldschool.runescape.wiki/w/Skeleton_leggings","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"9924":{"id":9924,"name":"Skeleton shirt","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Skeleton shirt","wiki_url":"https://oldschool.runescape.wiki/w/Skeleton_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"9925":{"id":9925,"name":"Skeleton mask","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Skeleton mask","wiki_url":"https://oldschool.runescape.wiki/w/Skeleton_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"9932":{"id":9932,"name":"Auguste's sapling","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Auguste's sapling","wiki_url":"https://oldschool.runescape.wiki/w/Auguste's_sapling","price":0},"9933":{"id":9933,"name":"Balloon structure","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Balloon structure","wiki_url":"https://oldschool.runescape.wiki/w/Balloon_structure","price":0},"9934":{"id":9934,"name":"Origami balloon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Origami balloon (Origami)","wiki_url":"https://oldschool.runescape.wiki/w/Origami_balloon#Origami","price":0},"9935":{"id":9935,"name":"Yellow balloon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Origami balloon (Yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Origami_balloon#Yellow","price":0},"9936":{"id":9936,"name":"Blue balloon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Origami balloon (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Origami_balloon#Blue","price":0},"9937":{"id":9937,"name":"Red balloon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Origami balloon (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Origami_balloon#Red","price":0},"9938":{"id":9938,"name":"Orange balloon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Origami balloon (Orange)","wiki_url":"https://oldschool.runescape.wiki/w/Origami_balloon#Orange","price":0},"9939":{"id":9939,"name":"Green balloon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Origami balloon (Green)","wiki_url":"https://oldschool.runescape.wiki/w/Origami_balloon#Green","price":0},"9940":{"id":9940,"name":"Purple balloon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Origami balloon (Purple)","wiki_url":"https://oldschool.runescape.wiki/w/Origami_balloon#Purple","price":0},"9941":{"id":9941,"name":"Pink balloon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Origami balloon (Pink)","wiki_url":"https://oldschool.runescape.wiki/w/Origami_balloon#Pink","price":0},"9942":{"id":9942,"name":"Black balloon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Origami balloon (Black)","wiki_url":"https://oldschool.runescape.wiki/w/Origami_balloon#Black","price":0},"9943":{"id":9943,"name":"Sandbag","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sandbag","wiki_url":"https://oldschool.runescape.wiki/w/Sandbag","price":0},"9944":{"id":9944,"name":"Bomber jacket","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bomber jacket","wiki_url":"https://oldschool.runescape.wiki/w/Bomber_jacket","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"9945":{"id":9945,"name":"Bomber cap","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bomber cap","wiki_url":"https://oldschool.runescape.wiki/w/Bomber_cap","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"9946":{"id":9946,"name":"Cap and goggles","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cap and goggles","wiki_url":"https://oldschool.runescape.wiki/w/Cap_and_goggles","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"9947":{"id":9947,"name":"Old red disk","members":true,"cost":1,"wiki_name":"Old red disk","wiki_url":"https://oldschool.runescape.wiki/w/Old_red_disk","price":0},"9948":{"id":9948,"name":"Hunter cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Hunter cape (Untrimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Hunter_cape#Untrimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"hunter":99}},"price":0},"9949":{"id":9949,"name":"Hunter cape(t)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Hunter cape (Trimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Hunter_cape#Trimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"cape","requirements":{"hunter":99}},"price":0},"9950":{"id":9950,"name":"Hunter hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Hunter hood","wiki_url":"https://oldschool.runescape.wiki/w/Hunter_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"hunter":99}},"price":0},"9951":{"id":9951,"name":"Footprint","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Footprint (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Footprint_(unobtainable_item)","price":0},"9952":{"id":9952,"name":"Imp","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9953":{"id":9953,"name":"Kebbit","cost":1,"lowalch":0,"highalch":0,"price":0},"9954":{"id":9954,"name":"Kebbit","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Kebbit (unobtainable item) (Common kebbit)","wiki_url":"https://oldschool.runescape.wiki/w/Kebbit_(unobtainable_item)#Common_kebbit","price":0},"9955":{"id":9955,"name":"Kebbit","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Kebbit (unobtainable item) (Feldip weasel)","wiki_url":"https://oldschool.runescape.wiki/w/Kebbit_(unobtainable_item)#Feldip_weasel","price":0},"9956":{"id":9956,"name":"Kebbit","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Kebbit (unobtainable item) (Desert devil)","wiki_url":"https://oldschool.runescape.wiki/w/Kebbit_(unobtainable_item)#Desert_devil","price":0},"9957":{"id":9957,"name":"Kebbit","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Kebbit (unobtainable item) (Prickly kebbit)","wiki_url":"https://oldschool.runescape.wiki/w/Kebbit_(unobtainable_item)#Prickly_kebbit","price":0},"9958":{"id":9958,"name":"Kebbit","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Kebbit (unobtainable item) (Barb-tailed kebbit)","wiki_url":"https://oldschool.runescape.wiki/w/Kebbit_(unobtainable_item)#Barb-tailed_kebbit","price":0},"9959":{"id":9959,"name":"Kebbit","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Kebbit (unobtainable item) (Sabre-toothed kebbit)","wiki_url":"https://oldschool.runescape.wiki/w/Kebbit_(unobtainable_item)#Sabre-toothed_kebbit","price":0},"9960":{"id":9960,"name":"Kebbit","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Kebbit (unobtainable item) (Spotted kebbit)","wiki_url":"https://oldschool.runescape.wiki/w/Kebbit_(unobtainable_item)#Spotted_kebbit","price":0},"9961":{"id":9961,"name":"Kebbit","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Kebbit (unobtainable item) (Razor-backed kebbit)","wiki_url":"https://oldschool.runescape.wiki/w/Kebbit_(unobtainable_item)#Razor-backed_kebbit","price":0},"9962":{"id":9962,"name":"Kebbit","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Kebbit (unobtainable item) (Wild kebbit)","wiki_url":"https://oldschool.runescape.wiki/w/Kebbit_(unobtainable_item)#Wild_kebbit","price":0},"9963":{"id":9963,"name":"Kebbit","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Kebbit (unobtainable item) (Dark kebbit)","wiki_url":"https://oldschool.runescape.wiki/w/Kebbit_(unobtainable_item)#Dark_kebbit","price":0},"9964":{"id":9964,"name":"Kebbit","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Kebbit (unobtainable item) (Dashing kebbit)","wiki_url":"https://oldschool.runescape.wiki/w/Kebbit_(unobtainable_item)#Dashing_kebbit","price":0},"9965":{"id":9965,"name":"Crimson swift","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9966":{"id":9966,"name":"Copper longtail","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9967":{"id":9967,"name":"Cerulean twitch","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9968":{"id":9968,"name":"Golden warbler","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9969":{"id":9969,"name":"Tropical wagtail","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9970":{"id":9970,"name":"Butterfly","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9974":{"id":9974,"name":"Giant eagle","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9975":{"id":9975,"name":"Rabbit","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9978":{"id":9978,"name":"Raw bird meat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":17,"lowalch":6,"highalch":10,"buy_limit":11000,"wiki_name":"Raw bird meat","wiki_url":"https://oldschool.runescape.wiki/w/Raw_bird_meat","price":0},"9980":{"id":9980,"name":"Roast bird meat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":17,"lowalch":6,"highalch":10,"buy_limit":6000,"wiki_name":"Roast bird meat","wiki_url":"https://oldschool.runescape.wiki/w/Roast_bird_meat","price":8},"9982":{"id":9982,"name":"Burnt bird meat","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt bird meat","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_bird_meat","price":0},"9984":{"id":9984,"name":"Skewered bird meat","members":true,"tradeable":true,"noteable":true,"cost":81,"lowalch":32,"highalch":48,"wiki_name":"Skewered bird meat","wiki_url":"https://oldschool.runescape.wiki/w/Skewered_bird_meat","price":0},"9986":{"id":9986,"name":"Raw beast meat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":25,"lowalch":10,"highalch":15,"buy_limit":11000,"wiki_name":"Raw beast meat","wiki_url":"https://oldschool.runescape.wiki/w/Raw_beast_meat","price":0},"9988":{"id":9988,"name":"Roast beast meat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":25,"lowalch":10,"highalch":15,"buy_limit":6000,"wiki_name":"Roast beast meat","wiki_url":"https://oldschool.runescape.wiki/w/Roast_beast_meat","price":0},"9990":{"id":9990,"name":"Burnt beast meat","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt beast meat","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_beast_meat","price":0},"9992":{"id":9992,"name":"Skewered beast","members":true,"tradeable":true,"noteable":true,"cost":89,"lowalch":35,"highalch":53,"wiki_name":"Skewered beast","wiki_url":"https://oldschool.runescape.wiki/w/Skewered_beast","price":0},"9994":{"id":9994,"name":"Spicy tomato","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":8000,"wiki_name":"Spicy tomato","wiki_url":"https://oldschool.runescape.wiki/w/Spicy_tomato","price":223},"9996":{"id":9996,"name":"Spicy minced meat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":8,"lowalch":3,"highalch":4,"buy_limit":8000,"wiki_name":"Spicy minced meat","wiki_url":"https://oldschool.runescape.wiki/w/Spicy_minced_meat","price":2000},"9998":{"id":9998,"name":"Hunter potion(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":2000,"wiki_name":"Hunter potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Hunter_potion#4_dose","price":2199},"10000":{"id":10000,"name":"Hunter potion(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":12,"lowalch":4,"highalch":7,"buy_limit":2000,"wiki_name":"Hunter potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Hunter_potion#3_dose","price":1619},"10002":{"id":10002,"name":"Hunter potion(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":9,"lowalch":3,"highalch":5,"buy_limit":2000,"wiki_name":"Hunter potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Hunter_potion#2_dose","price":1521},"10004":{"id":10004,"name":"Hunter potion(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":6,"lowalch":2,"highalch":3,"buy_limit":2000,"wiki_name":"Hunter potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Hunter_potion#1_dose","price":1},"10006":{"id":10006,"name":"Bird snare","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":250,"wiki_name":"Bird snare","wiki_url":"https://oldschool.runescape.wiki/w/Bird_snare","price":20},"10008":{"id":10008,"name":"Box trap","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":32,"lowalch":12,"highalch":19,"buy_limit":250,"wiki_name":"Box trap","wiki_url":"https://oldschool.runescape.wiki/w/Box_trap","price":10},"10010":{"id":10010,"name":"Butterfly net","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":125,"wiki_name":"Butterfly net","wiki_url":"https://oldschool.runescape.wiki/w/Butterfly_net","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"hunter":15}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"10012":{"id":10012,"name":"Butterfly jar","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":40,"wiki_name":"Butterfly jar","wiki_url":"https://oldschool.runescape.wiki/w/Butterfly_jar","price":104},"10014":{"id":10014,"name":"Black warlock","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":70,"lowalch":28,"highalch":42,"buy_limit":125,"wiki_name":"Black warlock (item)","wiki_url":"https://oldschool.runescape.wiki/w/Black_warlock_(item)","price":0},"10016":{"id":10016,"name":"Snowy knight","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":125,"wiki_name":"Snowy knight (item)","wiki_url":"https://oldschool.runescape.wiki/w/Snowy_knight_(item)","price":0},"10018":{"id":10018,"name":"Sapphire glacialis","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":125,"wiki_name":"Sapphire glacialis (item)","wiki_url":"https://oldschool.runescape.wiki/w/Sapphire_glacialis_(item)","price":0},"10020":{"id":10020,"name":"Ruby harvest","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":18,"lowalch":7,"highalch":10,"buy_limit":125,"wiki_name":"Ruby harvest (item)","wiki_url":"https://oldschool.runescape.wiki/w/Ruby_harvest_(item)","price":0},"10023":{"id":10023,"name":"Falconer's glove","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Falconer's glove (No Falcon)","wiki_url":"https://oldschool.runescape.wiki/w/Falconer's_glove#No_Falcon","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"hunter":43}},"weapon":{"attack_speed":4,"weapon_type":"unarmed","stances":[{"combat_style":"punch","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"kick","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"10024":{"id":10024,"name":"Falconer's glove","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Falconer's glove (With Falcon)","wiki_url":"https://oldschool.runescape.wiki/w/Falconer's_glove#With_Falcon","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"hunter":43}},"weapon":{"attack_speed":4,"weapon_type":"unarmed","stances":[{"combat_style":"punch","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"kick","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"10025":{"id":10025,"name":"Magic box","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":600,"lowalch":240,"highalch":360,"buy_limit":250,"wiki_name":"Magic box","wiki_url":"https://oldschool.runescape.wiki/w/Magic_box","price":410},"10027":{"id":10027,"name":"Imp-in-a-box(2)","members":true,"cost":600,"lowalch":240,"highalch":360,"wiki_name":"Imp-in-a-box (2)","wiki_url":"https://oldschool.runescape.wiki/w/Imp-in-a-box#(2)","price":0},"10028":{"id":10028,"name":"Imp-in-a-box(1)","members":true,"cost":600,"lowalch":240,"highalch":360,"wiki_name":"Imp-in-a-box (1)","wiki_url":"https://oldschool.runescape.wiki/w/Imp-in-a-box#(1)","price":0},"10029":{"id":10029,"name":"Teasing stick","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":40,"wiki_name":"Teasing stick","wiki_url":"https://oldschool.runescape.wiki/w/Teasing_stick","price":1},"10031":{"id":10031,"name":"Rabbit snare","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":250,"wiki_name":"Rabbit snare","wiki_url":"https://oldschool.runescape.wiki/w/Rabbit_snare","price":7},"10033":{"id":10033,"name":"Chinchompa","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":140,"lowalch":56,"highalch":84,"buy_limit":7000,"wiki_name":"Chinchompa","wiki_url":"https://oldschool.runescape.wiki/w/Chinchompa","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":45,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":45}},"weapon":{"attack_speed":4,"weapon_type":"chinchompas","stances":[{"combat_style":"short fuse","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"medium fuse","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"long fuse","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":679},"10034":{"id":10034,"name":"Red chinchompa","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":7000,"wiki_name":"Red chinchompa","wiki_url":"https://oldschool.runescape.wiki/w/Red_chinchompa","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":70,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":15,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":55}},"weapon":{"attack_speed":4,"weapon_type":"chinchompas","stances":[{"combat_style":"short fuse","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"medium fuse","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"long fuse","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":1434},"10035":{"id":10035,"name":"Kyatt legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":150,"wiki_name":"Kyatt legs","wiki_url":"https://oldschool.runescape.wiki/w/Kyatt_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":-7,"defence_stab":11,"defence_slash":10,"defence_crush":10,"defence_magic":0,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"hunter":52}},"price":829},"10037":{"id":10037,"name":"Kyatt top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":150,"wiki_name":"Kyatt top","wiki_url":"https://oldschool.runescape.wiki/w/Kyatt_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":10,"defence_slash":15,"defence_crush":19,"defence_magic":0,"defence_ranged":12,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"hunter":52}},"price":804},"10039":{"id":10039,"name":"Kyatt hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":150,"wiki_name":"Kyatt hat","wiki_url":"https://oldschool.runescape.wiki/w/Kyatt_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":-1,"defence_stab":4,"defence_slash":5,"defence_crush":3,"defence_magic":0,"defence_ranged":4,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"hunter":52}},"price":1715},"10041":{"id":10041,"name":"Larupia legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":150,"wiki_name":"Larupia legs","wiki_url":"https://oldschool.runescape.wiki/w/Larupia_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":-7,"defence_stab":11,"defence_slash":10,"defence_crush":10,"defence_magic":0,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"hunter":28}},"price":561},"10043":{"id":10043,"name":"Larupia top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":150,"wiki_name":"Larupia top","wiki_url":"https://oldschool.runescape.wiki/w/Larupia_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":10,"defence_slash":15,"defence_crush":19,"defence_magic":0,"defence_ranged":12,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"hunter":28}},"price":922},"10045":{"id":10045,"name":"Larupia hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Larupia hat","wiki_url":"https://oldschool.runescape.wiki/w/Larupia_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":-1,"defence_stab":4,"defence_slash":5,"defence_crush":3,"defence_magic":0,"defence_ranged":1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"hunter":28}},"price":258},"10047":{"id":10047,"name":"Graahk legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":150,"wiki_name":"Graahk legs","wiki_url":"https://oldschool.runescape.wiki/w/Graahk_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":-7,"defence_stab":11,"defence_slash":10,"defence_crush":10,"defence_magic":0,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"hunter":38}},"price":400},"10049":{"id":10049,"name":"Graahk top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":150,"wiki_name":"Graahk top","wiki_url":"https://oldschool.runescape.wiki/w/Graahk_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":10,"defence_slash":15,"defence_crush":19,"defence_magic":0,"defence_ranged":12,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"hunter":38}},"price":1515},"10051":{"id":10051,"name":"Graahk headdress","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":750,"lowalch":300,"highalch":450,"buy_limit":150,"wiki_name":"Graahk headdress","wiki_url":"https://oldschool.runescape.wiki/w/Graahk_headdress","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":-1,"defence_stab":4,"defence_slash":5,"defence_crush":3,"defence_magic":0,"defence_ranged":4,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"hunter":38}},"price":7355},"10053":{"id":10053,"name":"Wood camo top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Wood camo top","wiki_url":"https://oldschool.runescape.wiki/w/Wood_camo_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":10,"defence_slash":15,"defence_crush":19,"defence_magic":0,"defence_ranged":12,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":3000},"10055":{"id":10055,"name":"Wood camo legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Wood camo legs","wiki_url":"https://oldschool.runescape.wiki/w/Wood_camo_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":-7,"defence_stab":11,"defence_slash":10,"defence_crush":10,"defence_magic":0,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":1850},"10057":{"id":10057,"name":"Jungle camo top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Jungle camo top","wiki_url":"https://oldschool.runescape.wiki/w/Jungle_camo_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":10,"defence_slash":15,"defence_crush":19,"defence_magic":0,"defence_ranged":12,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":4000},"10059":{"id":10059,"name":"Jungle camo legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Jungle camo legs","wiki_url":"https://oldschool.runescape.wiki/w/Jungle_camo_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":-7,"defence_stab":11,"defence_slash":10,"defence_crush":10,"defence_magic":0,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":3683},"10061":{"id":10061,"name":"Desert camo top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Desert camo top","wiki_url":"https://oldschool.runescape.wiki/w/Desert_camo_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":10,"defence_slash":15,"defence_crush":19,"defence_magic":0,"defence_ranged":12,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":16140},"10063":{"id":10063,"name":"Desert camo legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Desert camo legs","wiki_url":"https://oldschool.runescape.wiki/w/Desert_camo_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":-7,"defence_stab":11,"defence_slash":10,"defence_crush":10,"defence_magic":0,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":14254},"10065":{"id":10065,"name":"Polar camo top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Polar camo top","wiki_url":"https://oldschool.runescape.wiki/w/Polar_camo_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":10,"defence_slash":15,"defence_crush":19,"defence_magic":0,"defence_ranged":12,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":7900},"10067":{"id":10067,"name":"Polar camo legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Polar camo legs","wiki_url":"https://oldschool.runescape.wiki/w/Polar_camo_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":-7,"defence_stab":11,"defence_slash":10,"defence_crush":10,"defence_magic":0,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":8136},"10069":{"id":10069,"name":"Spotted cape","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":125,"wiki_name":"Spotted cape (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Spotted_cape#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"hunter":40}},"price":951},"10071":{"id":10071,"name":"Spottier cape","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":800,"lowalch":320,"highalch":480,"buy_limit":125,"wiki_name":"Spottier cape (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Spottier_cape#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"hunter":66}},"price":3241},"10075":{"id":10075,"name":"Gloves of silence","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":600,"lowalch":240,"highalch":360,"buy_limit":8000,"wiki_name":"Gloves of silence","wiki_url":"https://oldschool.runescape.wiki/w/Gloves_of_silence","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"hunter":54}},"price":1900},"10077":{"id":10077,"name":"Spiky vambraces","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":125,"wiki_name":"Spiky vambraces","wiki_url":"https://oldschool.runescape.wiki/w/Spiky_vambraces","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":4,"defence_stab":2,"defence_slash":2,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"ranged":1}},"price":11},"10079":{"id":10079,"name":"Green spiky vambraces","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2500,"lowalch":1000,"highalch":1500,"buy_limit":125,"wiki_name":"Green spiky vambraces","wiki_url":"https://oldschool.runescape.wiki/w/Green_spiky_vambraces","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":8,"defence_stab":3,"defence_slash":2,"defence_crush":4,"defence_magic":2,"defence_ranged":0,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"ranged":40}},"price":2750},"10081":{"id":10081,"name":"Blue spiky vambraces","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"buy_limit":125,"wiki_name":"Blue spiky vambraces","wiki_url":"https://oldschool.runescape.wiki/w/Blue_spiky_vambraces","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":9,"defence_stab":4,"defence_slash":3,"defence_crush":5,"defence_magic":4,"defence_ranged":0,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"ranged":50}},"price":2262},"10083":{"id":10083,"name":"Red spiky vambraces","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3600,"lowalch":1440,"highalch":2160,"buy_limit":125,"wiki_name":"Red spiky vambraces","wiki_url":"https://oldschool.runescape.wiki/w/Red_spiky_vambraces","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":10,"defence_stab":5,"defence_slash":4,"defence_crush":6,"defence_magic":6,"defence_ranged":0,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"ranged":60}},"price":1824},"10085":{"id":10085,"name":"Black spiky vambraces","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":4320,"lowalch":1728,"highalch":2592,"buy_limit":125,"wiki_name":"Black spiky vambraces","wiki_url":"https://oldschool.runescape.wiki/w/Black_spiky_vambraces","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":11,"defence_stab":6,"defence_slash":5,"defence_crush":7,"defence_magic":8,"defence_ranged":0,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"ranged":70}},"price":1972},"10087":{"id":10087,"name":"Stripy feather","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":8000,"wiki_name":"Stripy feather","wiki_url":"https://oldschool.runescape.wiki/w/Stripy_feather","price":0},"10088":{"id":10088,"name":"Red feather","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":8000,"wiki_name":"Red feather","wiki_url":"https://oldschool.runescape.wiki/w/Red_feather","price":0},"10089":{"id":10089,"name":"Blue feather","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":16,"lowalch":6,"highalch":9,"buy_limit":8000,"wiki_name":"Blue feather","wiki_url":"https://oldschool.runescape.wiki/w/Blue_feather","price":0},"10090":{"id":10090,"name":"Yellow feather","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":13,"lowalch":5,"highalch":7,"buy_limit":8000,"wiki_name":"Yellow feather","wiki_url":"https://oldschool.runescape.wiki/w/Yellow_feather","price":0},"10091":{"id":10091,"name":"Orange feather","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":8000,"wiki_name":"Orange feather","wiki_url":"https://oldschool.runescape.wiki/w/Orange_feather","price":0},"10092":{"id":10092,"name":"Ferret","members":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Ferret","wiki_url":"https://oldschool.runescape.wiki/w/Ferret","price":0},"10093":{"id":10093,"name":"Tatty larupia fur","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":60,"lowalch":24,"highalch":36,"buy_limit":10000,"wiki_name":"Tatty larupia fur","wiki_url":"https://oldschool.runescape.wiki/w/Tatty_larupia_fur","price":0},"10095":{"id":10095,"name":"Larupia fur","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":10000,"wiki_name":"Larupia fur","wiki_url":"https://oldschool.runescape.wiki/w/Larupia_fur","price":0},"10097":{"id":10097,"name":"Tatty graahk fur","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":10000,"wiki_name":"Tatty graahk fur","wiki_url":"https://oldschool.runescape.wiki/w/Tatty_graahk_fur","price":0},"10099":{"id":10099,"name":"Graahk fur","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":120,"lowalch":48,"highalch":72,"buy_limit":10000,"wiki_name":"Graahk fur","wiki_url":"https://oldschool.runescape.wiki/w/Graahk_fur","price":0},"10101":{"id":10101,"name":"Tatty kyatt fur","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":120,"lowalch":48,"highalch":72,"buy_limit":10000,"wiki_name":"Tatty kyatt fur","wiki_url":"https://oldschool.runescape.wiki/w/Tatty_kyatt_fur","price":0},"10103":{"id":10103,"name":"Kyatt fur","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":10000,"wiki_name":"Kyatt fur","wiki_url":"https://oldschool.runescape.wiki/w/Kyatt_fur","price":0},"10105":{"id":10105,"name":"Kebbit spike","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":10000,"wiki_name":"Kebbit spike","wiki_url":"https://oldschool.runescape.wiki/w/Kebbit_spike","price":0},"10107":{"id":10107,"name":"Long kebbit spike","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":10000,"wiki_name":"Long kebbit spike","wiki_url":"https://oldschool.runescape.wiki/w/Long_kebbit_spike","price":0},"10109":{"id":10109,"name":"Kebbit teeth","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":10000,"wiki_name":"Kebbit teeth","wiki_url":"https://oldschool.runescape.wiki/w/Kebbit_teeth","price":0},"10111":{"id":10111,"name":"Kebbit teeth dust","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":10000,"wiki_name":"Kebbit teeth dust","wiki_url":"https://oldschool.runescape.wiki/w/Kebbit_teeth_dust","price":650},"10113":{"id":10113,"name":"Kebbit claws","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":43,"lowalch":17,"highalch":25,"buy_limit":10000,"wiki_name":"Kebbit claws","wiki_url":"https://oldschool.runescape.wiki/w/Kebbit_claws","price":0},"10115":{"id":10115,"name":"Dark kebbit fur","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":210,"lowalch":84,"highalch":126,"buy_limit":10000,"wiki_name":"Dark kebbit fur","wiki_url":"https://oldschool.runescape.wiki/w/Dark_kebbit_fur","price":0},"10117":{"id":10117,"name":"Polar kebbit fur","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":100,"wiki_name":"Polar kebbit fur","wiki_url":"https://oldschool.runescape.wiki/w/Polar_kebbit_fur","price":0},"10119":{"id":10119,"name":"Feldip weasel fur","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":14,"lowalch":5,"highalch":8,"buy_limit":10000,"wiki_name":"Feldip weasel fur","wiki_url":"https://oldschool.runescape.wiki/w/Feldip_weasel_fur","price":0},"10121":{"id":10121,"name":"Common kebbit fur","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":12,"lowalch":4,"highalch":7,"buy_limit":10000,"wiki_name":"Common kebbit fur","wiki_url":"https://oldschool.runescape.wiki/w/Common_kebbit_fur","price":0},"10123":{"id":10123,"name":"Desert devil fur","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":17,"lowalch":6,"highalch":10,"buy_limit":10000,"wiki_name":"Desert devil fur","wiki_url":"https://oldschool.runescape.wiki/w/Desert_devil_fur","price":0},"10125":{"id":10125,"name":"Spotted kebbit fur","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":10000,"wiki_name":"Spotted kebbit fur","wiki_url":"https://oldschool.runescape.wiki/w/Spotted_kebbit_fur","price":0},"10127":{"id":10127,"name":"Dashing kebbit fur","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":270,"lowalch":108,"highalch":162,"buy_limit":10000,"wiki_name":"Dashing kebbit fur","wiki_url":"https://oldschool.runescape.wiki/w/Dashing_kebbit_fur","price":0},"10129":{"id":10129,"name":"Barb-tail harpoon","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":36,"lowalch":14,"highalch":21,"buy_limit":40,"wiki_name":"Barb-tail harpoon","wiki_url":"https://oldschool.runescape.wiki/w/Barb-tail_harpoon","equipment":{"attack_stab":9,"attack_slash":4,"attack_crush":-4,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"10132":{"id":10132,"name":"Strung rabbit foot","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":150,"wiki_name":"Strung rabbit foot","wiki_url":"https://oldschool.runescape.wiki/w/Strung_rabbit_foot","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":2057},"10134":{"id":10134,"name":"Rabbit foot","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":100,"wiki_name":"Rabbit foot","wiki_url":"https://oldschool.runescape.wiki/w/Rabbit_foot","price":0},"10136":{"id":10136,"name":"Rainbow fish","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":120,"lowalch":48,"highalch":72,"buy_limit":6000,"wiki_name":"Rainbow fish","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_fish","price":175},"10138":{"id":10138,"name":"Raw rainbow fish","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":120,"lowalch":48,"highalch":72,"buy_limit":13000,"wiki_name":"Raw rainbow fish","wiki_url":"https://oldschool.runescape.wiki/w/Raw_rainbow_fish","price":899},"10140":{"id":10140,"name":"Burnt rainbow fish","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt rainbow fish","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_rainbow_fish","price":0},"10142":{"id":10142,"name":"Guam tar","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":7000,"wiki_name":"Guam tar","wiki_url":"https://oldschool.runescape.wiki/w/Guam_tar","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":16,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":null},"price":5},"10143":{"id":10143,"name":"Marrentill tar","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":7000,"wiki_name":"Marrentill tar","wiki_url":"https://oldschool.runescape.wiki/w/Marrentill_tar","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":22,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":null},"price":2},"10144":{"id":10144,"name":"Tarromin tar","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":7000,"wiki_name":"Tarromin tar","wiki_url":"https://oldschool.runescape.wiki/w/Tarromin_tar","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":31,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":null},"price":1},"10145":{"id":10145,"name":"Harralander tar","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":11000,"wiki_name":"Harralander tar","wiki_url":"https://oldschool.runescape.wiki/w/Harralander_tar","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":49,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":null},"price":5},"10146":{"id":10146,"name":"Orange salamander","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":125,"wiki_name":"Orange salamander","wiki_url":"https://oldschool.runescape.wiki/w/Orange_salamander","equipment":{"attack_stab":0,"attack_slash":19,"attack_crush":0,"attack_magic":0,"attack_ranged":29,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":31,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":50,"attack":50,"magic":50}},"weapon":{"attack_speed":5,"weapon_type":"salamander","stances":[{"combat_style":"scorch","attack_type":"slash","attack_style":null,"experience":"strength","boosts":null},{"combat_style":"flare","attack_type":"ranged","attack_style":null,"experience":"ranged","boosts":null},{"combat_style":"blaze","attack_type":"magic","attack_style":null,"experience":"magic","boosts":null}]},"price":0},"10147":{"id":10147,"name":"Red salamander","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":125,"wiki_name":"Red salamander","wiki_url":"https://oldschool.runescape.wiki/w/Red_salamander","equipment":{"attack_stab":0,"attack_slash":37,"attack_crush":0,"attack_magic":0,"attack_ranged":47,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":49,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":60,"attack":60,"magic":60}},"weapon":{"attack_speed":5,"weapon_type":"salamander","stances":[{"combat_style":"scorch","attack_type":"slash","attack_style":null,"experience":"strength","boosts":null},{"combat_style":"flare","attack_type":"ranged","attack_style":null,"experience":"ranged","boosts":null},{"combat_style":"blaze","attack_type":"magic","attack_style":null,"experience":"magic","boosts":null}]},"price":0},"10148":{"id":10148,"name":"Black salamander","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":125,"wiki_name":"Black salamander","wiki_url":"https://oldschool.runescape.wiki/w/Black_salamander","equipment":{"attack_stab":0,"attack_slash":59,"attack_crush":0,"attack_magic":0,"attack_ranged":69,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":71,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":70,"attack":70,"magic":70}},"weapon":{"attack_speed":5,"weapon_type":"salamander","stances":[{"combat_style":"scorch","attack_type":"slash","attack_style":null,"experience":"strength","boosts":null},{"combat_style":"flare","attack_type":"ranged","attack_style":null,"experience":"ranged","boosts":null},{"combat_style":"blaze","attack_type":"magic","attack_style":null,"experience":"magic","boosts":null}]},"price":0},"10149":{"id":10149,"name":"Swamp lizard","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":125,"wiki_name":"Swamp lizard","wiki_url":"https://oldschool.runescape.wiki/w/Swamp_lizard","equipment":{"attack_stab":0,"attack_slash":10,"attack_crush":0,"attack_magic":0,"attack_ranged":20,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":22,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":30,"attack":30,"magic":30}},"weapon":{"attack_speed":5,"weapon_type":"salamander","stances":[{"combat_style":"scorch","attack_type":"slash","attack_style":null,"experience":"strength","boosts":null},{"combat_style":"flare","attack_type":"ranged","attack_style":null,"experience":"ranged","boosts":null},{"combat_style":"blaze","attack_type":"magic","attack_style":null,"experience":"magic","boosts":null}]},"price":0},"10150":{"id":10150,"name":"Noose wand","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":40,"wiki_name":"Noose wand","wiki_url":"https://oldschool.runescape.wiki/w/Noose_wand","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":23},"10156":{"id":10156,"name":"Hunters' crossbow","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1300,"lowalch":520,"highalch":780,"buy_limit":70,"wiki_name":"Hunters' crossbow","wiki_url":"https://oldschool.runescape.wiki/w/Hunters'_crossbow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":55,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":50}},"weapon":{"attack_speed":4,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":2422},"10158":{"id":10158,"name":"Kebbit bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":18,"lowalch":7,"highalch":10,"buy_limit":11000,"wiki_name":"Kebbit bolts","wiki_url":"https://oldschool.runescape.wiki/w/Kebbit_bolts","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":28,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":50}},"price":74},"10159":{"id":10159,"name":"Long kebbit bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":31,"lowalch":12,"highalch":18,"buy_limit":11000,"wiki_name":"Long kebbit bolts","wiki_url":"https://oldschool.runescape.wiki/w/Long_kebbit_bolts","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":38,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":50}},"price":50},"10167":{"id":10167,"name":"Eagle feather","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Eagle feather","wiki_url":"https://oldschool.runescape.wiki/w/Eagle_feather","price":0},"10171":{"id":10171,"name":"Eagle cape","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Eagle cape","wiki_url":"https://oldschool.runescape.wiki/w/Eagle_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"10172":{"id":10172,"name":"Fake beak","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fake beak","wiki_url":"https://oldschool.runescape.wiki/w/Fake_beak","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"10173":{"id":10173,"name":"Bird book","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bird book","wiki_url":"https://oldschool.runescape.wiki/w/Bird_book","price":0},"10174":{"id":10174,"name":"Metal feather","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Metal feather","wiki_url":"https://oldschool.runescape.wiki/w/Metal_feather","price":0},"10175":{"id":10175,"name":"Golden feather","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Golden feather (Eagles' Peak)","wiki_url":"https://oldschool.runescape.wiki/w/Golden_feather_(Eagles'_Peak)","price":0},"10176":{"id":10176,"name":"Silver feather","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Silver feather","wiki_url":"https://oldschool.runescape.wiki/w/Silver_feather","price":0},"10177":{"id":10177,"name":"Bronze feather","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bronze feather","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_feather","price":0},"10178":{"id":10178,"name":"Odd bird seed","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Odd bird seed","wiki_url":"https://oldschool.runescape.wiki/w/Odd_bird_seed","price":0},"10179":{"id":10179,"name":"Feathered journal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Feathered journal","wiki_url":"https://oldschool.runescape.wiki/w/Feathered_journal","price":0},"10280":{"id":10280,"name":"Willow comp bow","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":8,"wiki_name":"Willow comp bow","wiki_url":"https://oldschool.runescape.wiki/w/Willow_comp_bow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":22,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":20}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":5706},"10282":{"id":10282,"name":"Yew comp bow","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1800,"lowalch":720,"highalch":1080,"buy_limit":8,"wiki_name":"Yew comp bow","wiki_url":"https://oldschool.runescape.wiki/w/Yew_comp_bow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":49,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":40}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":1532},"10284":{"id":10284,"name":"Magic comp bow","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":2500,"lowalch":1000,"highalch":1500,"buy_limit":8,"wiki_name":"Magic comp bow","wiki_url":"https://oldschool.runescape.wiki/w/Magic_comp_bow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":71,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":50}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":5186},"10286":{"id":10286,"name":"Rune helm (h1)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"buy_limit":70,"wiki_name":"Rune helm (h1)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_helm_(h1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":40}},"price":97001},"10288":{"id":10288,"name":"Rune helm (h2)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"buy_limit":70,"wiki_name":"Rune helm (h2)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_helm_(h2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":40}},"price":35926},"10290":{"id":10290,"name":"Rune helm (h3)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"buy_limit":70,"wiki_name":"Rune helm (h3)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_helm_(h3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":40}},"price":35965},"10292":{"id":10292,"name":"Rune helm (h4)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"buy_limit":70,"wiki_name":"Rune helm (h4)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_helm_(h4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":40}},"price":44575},"10294":{"id":10294,"name":"Rune helm (h5)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"buy_limit":70,"wiki_name":"Rune helm (h5)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_helm_(h5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":40}},"price":42004},"10296":{"id":10296,"name":"Adamant helm (h1)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3520,"lowalch":1408,"highalch":2112,"buy_limit":70,"wiki_name":"Adamant helm (h1)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_helm_(h1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":19,"defence_slash":21,"defence_crush":16,"defence_magic":-1,"defence_ranged":19,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":30}},"price":1533},"10298":{"id":10298,"name":"Adamant helm (h2)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3520,"lowalch":1408,"highalch":2112,"buy_limit":70,"wiki_name":"Adamant helm (h2)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_helm_(h2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":19,"defence_slash":21,"defence_crush":16,"defence_magic":-1,"defence_ranged":19,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":30}},"price":2051},"10300":{"id":10300,"name":"Adamant helm (h3)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3520,"lowalch":1408,"highalch":2112,"buy_limit":70,"wiki_name":"Adamant helm (h3)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_helm_(h3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":19,"defence_slash":21,"defence_crush":16,"defence_magic":-1,"defence_ranged":19,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":30}},"price":1573},"10302":{"id":10302,"name":"Adamant helm (h4)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3520,"lowalch":1408,"highalch":2112,"buy_limit":70,"wiki_name":"Adamant helm (h4)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_helm_(h4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":19,"defence_slash":21,"defence_crush":16,"defence_magic":-1,"defence_ranged":19,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":30}},"price":2770},"10304":{"id":10304,"name":"Adamant helm (h5)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3520,"lowalch":1408,"highalch":2112,"buy_limit":70,"wiki_name":"Adamant helm (h5)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_helm_(h5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":19,"defence_slash":21,"defence_crush":16,"defence_magic":-1,"defence_ranged":19,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":30}},"price":2037},"10306":{"id":10306,"name":"Black helm (h1)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1056,"lowalch":422,"highalch":633,"buy_limit":70,"wiki_name":"Black helm (h1)","wiki_url":"https://oldschool.runescape.wiki/w/Black_helm_(h1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":12,"defence_slash":13,"defence_crush":10,"defence_magic":-1,"defence_ranged":12,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":2688},"10308":{"id":10308,"name":"Black helm (h2)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1056,"lowalch":422,"highalch":633,"buy_limit":70,"wiki_name":"Black helm (h2)","wiki_url":"https://oldschool.runescape.wiki/w/Black_helm_(h2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":12,"defence_slash":13,"defence_crush":10,"defence_magic":-1,"defence_ranged":12,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":2585},"10310":{"id":10310,"name":"Black helm (h3)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1056,"lowalch":422,"highalch":633,"buy_limit":70,"wiki_name":"Black helm (h3)","wiki_url":"https://oldschool.runescape.wiki/w/Black_helm_(h3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":12,"defence_slash":13,"defence_crush":10,"defence_magic":-1,"defence_ranged":12,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":2427},"10312":{"id":10312,"name":"Black helm (h4)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1056,"lowalch":422,"highalch":633,"buy_limit":70,"wiki_name":"Black helm (h4)","wiki_url":"https://oldschool.runescape.wiki/w/Black_helm_(h4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":12,"defence_slash":13,"defence_crush":10,"defence_magic":-1,"defence_ranged":12,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":3691},"10314":{"id":10314,"name":"Black helm (h5)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1056,"lowalch":422,"highalch":633,"buy_limit":70,"wiki_name":"Black helm (h5)","wiki_url":"https://oldschool.runescape.wiki/w/Black_helm_(h5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":12,"defence_slash":13,"defence_crush":10,"defence_magic":-1,"defence_ranged":12,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":4061},"10316":{"id":10316,"name":"Bob's red shirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":4,"wiki_name":"Bob's red shirt","wiki_url":"https://oldschool.runescape.wiki/w/Bob's_red_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":5577},"10318":{"id":10318,"name":"Bob's blue shirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":4,"wiki_name":"Bob's blue shirt","wiki_url":"https://oldschool.runescape.wiki/w/Bob's_blue_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":12652},"10320":{"id":10320,"name":"Bob's green shirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":4,"wiki_name":"Bob's green shirt","wiki_url":"https://oldschool.runescape.wiki/w/Bob's_green_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":4871},"10322":{"id":10322,"name":"Bob's black shirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":4,"wiki_name":"Bob's black shirt","wiki_url":"https://oldschool.runescape.wiki/w/Bob's_black_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":17300},"10324":{"id":10324,"name":"Bob's purple shirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":4,"wiki_name":"Bob's purple shirt","wiki_url":"https://oldschool.runescape.wiki/w/Bob's_purple_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":10617},"10326":{"id":10326,"name":"Purple firelighter","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":250,"wiki_name":"Purple firelighter","wiki_url":"https://oldschool.runescape.wiki/w/Purple_firelighter","price":113},"10327":{"id":10327,"name":"White firelighter","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":250,"wiki_name":"White firelighter","wiki_url":"https://oldschool.runescape.wiki/w/White_firelighter","price":72},"10328":{"id":10328,"name":"White logs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"White logs","wiki_url":"https://oldschool.runescape.wiki/w/White_logs","price":0},"10329":{"id":10329,"name":"Purple logs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Purple logs","wiki_url":"https://oldschool.runescape.wiki/w/Purple_logs","price":0},"10330":{"id":10330,"name":"3rd age range top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50800,"lowalch":20320,"highalch":30480,"buy_limit":8,"wiki_name":"3rd age range top","wiki_url":"https://oldschool.runescape.wiki/w/3rd_age_range_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":30,"defence_stab":55,"defence_slash":47,"defence_crush":60,"defence_magic":60,"defence_ranged":55,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"ranged":65,"defence":45}},"price":67388889},"10332":{"id":10332,"name":"3rd age range legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50600,"lowalch":20240,"highalch":30360,"buy_limit":8,"wiki_name":"3rd age range legs","wiki_url":"https://oldschool.runescape.wiki/w/3rd_age_range_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":17,"defence_stab":31,"defence_slash":25,"defence_crush":33,"defence_magic":30,"defence_ranged":31,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"ranged":65,"defence":45}},"price":56394425},"10334":{"id":10334,"name":"3rd age range coif","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50400,"lowalch":20160,"highalch":30240,"buy_limit":8,"wiki_name":"3rd age range coif","wiki_url":"https://oldschool.runescape.wiki/w/3rd_age_range_coif","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-2,"attack_ranged":9,"defence_stab":4,"defence_slash":7,"defence_crush":10,"defence_magic":5,"defence_ranged":8,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"ranged":65,"defence":45}},"price":42250000},"10336":{"id":10336,"name":"3rd age vambraces","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50500,"lowalch":20200,"highalch":30300,"buy_limit":8,"wiki_name":"3rd age vambraces","wiki_url":"https://oldschool.runescape.wiki/w/3rd_age_vambraces","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":11,"defence_stab":6,"defence_slash":5,"defence_crush":7,"defence_magic":9,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"ranged":65,"defence":45}},"price":37706003},"10338":{"id":10338,"name":"3rd age robe top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50800,"lowalch":20320,"highalch":30480,"buy_limit":8,"wiki_name":"3rd age robe top","wiki_url":"https://oldschool.runescape.wiki/w/3rd_age_robe_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":24,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":24,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"body","requirements":{"magic":65,"defence":30}},"price":217583000},"10340":{"id":10340,"name":"3rd age robe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50600,"lowalch":20240,"highalch":30360,"buy_limit":8,"wiki_name":"3rd age robe","wiki_url":"https://oldschool.runescape.wiki/w/3rd_age_robe","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":19,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":19,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"legs","requirements":{"magic":65,"defence":30}},"price":86070210},"10342":{"id":10342,"name":"3rd age mage hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50400,"lowalch":20160,"highalch":30240,"buy_limit":8,"wiki_name":"3rd age mage hat","wiki_url":"https://oldschool.runescape.wiki/w/3rd_age_mage_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":8,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":8,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"head","requirements":{"magic":65,"defence":30}},"price":61550000},"10344":{"id":10344,"name":"3rd age amulet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50500,"lowalch":20200,"highalch":30300,"buy_limit":8,"wiki_name":"3rd age amulet","wiki_url":"https://oldschool.runescape.wiki/w/3rd_age_amulet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":10,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":{"magic":65,"defence":30}},"price":174565921},"10346":{"id":10346,"name":"3rd age platelegs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200000,"lowalch":80000,"highalch":120000,"buy_limit":8,"wiki_name":"3rd age platelegs","wiki_url":"https://oldschool.runescape.wiki/w/3rd_age_platelegs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-25,"attack_ranged":-2,"defence_stab":78,"defence_slash":76,"defence_crush":83,"defence_magic":-5,"defence_ranged":75,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":65}},"price":137781500},"10348":{"id":10348,"name":"3rd age platebody","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200000,"lowalch":80000,"highalch":120000,"buy_limit":8,"wiki_name":"3rd age platebody","wiki_url":"https://oldschool.runescape.wiki/w/3rd_age_platebody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-20,"attack_ranged":0,"defence_stab":96,"defence_slash":108,"defence_crush":113,"defence_magic":-4,"defence_ranged":97,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":65}},"price":266416062},"10350":{"id":10350,"name":"3rd age full helmet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"buy_limit":8,"wiki_name":"3rd age full helmet","wiki_url":"https://oldschool.runescape.wiki/w/3rd_age_full_helmet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-5,"attack_ranged":-2,"defence_stab":47,"defence_slash":49,"defence_crush":43,"defence_magic":-3,"defence_ranged":48,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":65}},"price":86697925},"10352":{"id":10352,"name":"3rd age kiteshield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":180000,"lowalch":72000,"highalch":108000,"buy_limit":8,"wiki_name":"3rd age kiteshield","wiki_url":"https://oldschool.runescape.wiki/w/3rd_age_kiteshield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":-4,"defence_stab":63,"defence_slash":65,"defence_crush":61,"defence_magic":-3,"defence_ranged":63,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":65}},"price":234750050},"10354":{"id":10354,"name":"Amulet of glory (t4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":17625,"lowalch":7050,"highalch":10575,"buy_limit":5,"wiki_name":"Amulet of glory (t) (t4)","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_glory_(t)#(t4)","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":10,"attack_magic":10,"attack_ranged":10,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":3,"defence_ranged":3,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"neck","requirements":null},"price":49623},"10356":{"id":10356,"name":"Amulet of glory (t3)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":17625,"lowalch":7050,"highalch":10575,"wiki_name":"Amulet of glory (t) (t3)","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_glory_(t)#(t3)","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":10,"attack_magic":10,"attack_ranged":10,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":3,"defence_ranged":3,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"neck","requirements":null},"price":0},"10358":{"id":10358,"name":"Amulet of glory (t2)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":17625,"lowalch":7050,"highalch":10575,"wiki_name":"Amulet of glory (t) (t2)","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_glory_(t)#(t2)","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":10,"attack_magic":10,"attack_ranged":10,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":3,"defence_ranged":3,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"neck","requirements":null},"price":0},"10360":{"id":10360,"name":"Amulet of glory (t1)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":17625,"lowalch":7050,"highalch":10575,"wiki_name":"Amulet of glory (t) (t1)","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_glory_(t)#(t1)","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":10,"attack_magic":10,"attack_ranged":10,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":3,"defence_ranged":3,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"neck","requirements":null},"price":0},"10362":{"id":10362,"name":"Amulet of glory (t)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":17625,"lowalch":7050,"highalch":10575,"buy_limit":5,"wiki_name":"Amulet of glory (t) (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_glory_(t)#Uncharged","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":10,"attack_magic":10,"attack_ranged":10,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":3,"defence_ranged":3,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"neck","requirements":null},"price":75216},"10364":{"id":10364,"name":"Strength amulet (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2025,"lowalch":810,"highalch":1215,"buy_limit":5,"wiki_name":"Strength amulet (t)","wiki_url":"https://oldschool.runescape.wiki/w/Strength_amulet_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":23240},"10366":{"id":10366,"name":"Amulet of magic (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":900,"lowalch":360,"highalch":540,"buy_limit":5,"wiki_name":"Amulet of magic (t)","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_magic_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":10,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":11302},"10368":{"id":10368,"name":"Zamorak bracers","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":4000,"lowalch":1600,"highalch":2400,"buy_limit":8,"wiki_name":"Zamorak bracers","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_bracers","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":11,"defence_stab":6,"defence_slash":5,"defence_crush":7,"defence_magic":8,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"hands","requirements":{"ranged":70,"defence":40}},"price":191759},"10370":{"id":10370,"name":"Zamorak d'hide body","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":13000,"lowalch":5200,"highalch":7800,"buy_limit":8,"wiki_name":"Zamorak d'hide body","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_d'hide_body","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":30,"defence_stab":55,"defence_slash":47,"defence_crush":60,"defence_magic":50,"defence_ranged":55,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"body","requirements":{"ranged":70,"defence":40}},"price":345954},"10372":{"id":10372,"name":"Zamorak chaps","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":6000,"lowalch":2400,"highalch":3600,"buy_limit":8,"wiki_name":"Zamorak chaps","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_chaps","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":17,"defence_stab":31,"defence_slash":25,"defence_crush":33,"defence_magic":28,"defence_ranged":31,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"legs","requirements":{"ranged":70,"defence":40}},"price":657826},"10374":{"id":10374,"name":"Zamorak coif","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":8,"wiki_name":"Zamorak coif","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_coif","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-1,"attack_ranged":7,"defence_stab":4,"defence_slash":7,"defence_crush":10,"defence_magic":4,"defence_ranged":8,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"head","requirements":{"ranged":70,"defence":40}},"price":105564},"10376":{"id":10376,"name":"Guthix bracers","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":6000,"lowalch":2400,"highalch":3600,"buy_limit":8,"wiki_name":"Guthix bracers","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_bracers","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":11,"defence_stab":6,"defence_slash":5,"defence_crush":7,"defence_magic":8,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"hands","requirements":{"ranged":70,"defence":40}},"price":48444},"10378":{"id":10378,"name":"Guthix d'hide body","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":13000,"lowalch":5200,"highalch":7800,"buy_limit":8,"wiki_name":"Guthix d'hide body","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_d'hide_body","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":30,"defence_stab":55,"defence_slash":47,"defence_crush":60,"defence_magic":50,"defence_ranged":55,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"body","requirements":{"ranged":70,"defence":40}},"price":208849},"10380":{"id":10380,"name":"Guthix chaps","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":6000,"lowalch":2400,"highalch":3600,"buy_limit":8,"wiki_name":"Guthix chaps","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_chaps","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":17,"defence_stab":31,"defence_slash":25,"defence_crush":33,"defence_magic":28,"defence_ranged":31,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"legs","requirements":{"ranged":70,"defence":40}},"price":476439},"10382":{"id":10382,"name":"Guthix coif","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":8,"wiki_name":"Guthix coif","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_coif","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-1,"attack_ranged":7,"defence_stab":4,"defence_slash":7,"defence_crush":10,"defence_magic":4,"defence_ranged":8,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"head","requirements":{"ranged":70,"defence":40}},"price":150521},"10384":{"id":10384,"name":"Saradomin bracers","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":4000,"lowalch":1600,"highalch":2400,"buy_limit":8,"wiki_name":"Saradomin bracers","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_bracers","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":11,"defence_stab":6,"defence_slash":5,"defence_crush":7,"defence_magic":8,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"hands","requirements":{"ranged":70,"defence":40}},"price":99250},"10386":{"id":10386,"name":"Saradomin d'hide body","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":13000,"lowalch":5200,"highalch":7800,"buy_limit":8,"wiki_name":"Saradomin d'hide body","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_d'hide_body","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":30,"defence_stab":55,"defence_slash":47,"defence_crush":60,"defence_magic":50,"defence_ranged":55,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"body","requirements":{"ranged":70,"defence":40}},"price":273311},"10388":{"id":10388,"name":"Saradomin chaps","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":6000,"lowalch":2400,"highalch":3600,"buy_limit":8,"wiki_name":"Saradomin chaps","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_chaps","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":17,"defence_stab":31,"defence_slash":25,"defence_crush":33,"defence_magic":28,"defence_ranged":31,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"legs","requirements":{"ranged":70,"defence":40}},"price":558219},"10390":{"id":10390,"name":"Saradomin coif","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":8,"wiki_name":"Saradomin coif","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_coif","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-1,"attack_ranged":7,"defence_stab":4,"defence_slash":7,"defence_crush":10,"defence_magic":4,"defence_ranged":8,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"head","requirements":{"ranged":70,"defence":40}},"price":88929},"10392":{"id":10392,"name":"A powdered wig","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"A powdered wig","wiki_url":"https://oldschool.runescape.wiki/w/A_powdered_wig","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":4045},"10394":{"id":10394,"name":"Flared trousers","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Flared trousers","wiki_url":"https://oldschool.runescape.wiki/w/Flared_trousers","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":2496168},"10396":{"id":10396,"name":"Pantaloons","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Pantaloons","wiki_url":"https://oldschool.runescape.wiki/w/Pantaloons","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":2012},"10398":{"id":10398,"name":"Sleeping cap","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Sleeping cap","wiki_url":"https://oldschool.runescape.wiki/w/Sleeping_cap","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":21910},"10400":{"id":10400,"name":"Black elegant shirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Black elegant shirt","wiki_url":"https://oldschool.runescape.wiki/w/Black_elegant_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":15500},"10402":{"id":10402,"name":"Black elegant legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Black elegant legs","wiki_url":"https://oldschool.runescape.wiki/w/Black_elegant_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":14000},"10404":{"id":10404,"name":"Red elegant shirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Red elegant shirt","wiki_url":"https://oldschool.runescape.wiki/w/Red_elegant_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":29000},"10406":{"id":10406,"name":"Red elegant legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Red elegant legs","wiki_url":"https://oldschool.runescape.wiki/w/Red_elegant_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":9000},"10408":{"id":10408,"name":"Blue elegant shirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Blue elegant shirt","wiki_url":"https://oldschool.runescape.wiki/w/Blue_elegant_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":9500},"10410":{"id":10410,"name":"Blue elegant legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Blue elegant legs","wiki_url":"https://oldschool.runescape.wiki/w/Blue_elegant_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":23499},"10412":{"id":10412,"name":"Green elegant shirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Green elegant shirt","wiki_url":"https://oldschool.runescape.wiki/w/Green_elegant_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":14000},"10414":{"id":10414,"name":"Green elegant legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Green elegant legs","wiki_url":"https://oldschool.runescape.wiki/w/Green_elegant_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":476172},"10416":{"id":10416,"name":"Purple elegant shirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Purple elegant shirt","wiki_url":"https://oldschool.runescape.wiki/w/Purple_elegant_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":3826},"10418":{"id":10418,"name":"Purple elegant legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Purple elegant legs","wiki_url":"https://oldschool.runescape.wiki/w/Purple_elegant_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":4894},"10420":{"id":10420,"name":"White elegant blouse","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"White elegant blouse","wiki_url":"https://oldschool.runescape.wiki/w/White_elegant_blouse","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":31639},"10422":{"id":10422,"name":"White elegant skirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"White elegant skirt","wiki_url":"https://oldschool.runescape.wiki/w/White_elegant_skirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":41500},"10424":{"id":10424,"name":"Red elegant blouse","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Red elegant blouse","wiki_url":"https://oldschool.runescape.wiki/w/Red_elegant_blouse","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":44160},"10426":{"id":10426,"name":"Red elegant skirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Red elegant skirt","wiki_url":"https://oldschool.runescape.wiki/w/Red_elegant_skirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":26514},"10428":{"id":10428,"name":"Blue elegant blouse","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Blue elegant blouse","wiki_url":"https://oldschool.runescape.wiki/w/Blue_elegant_blouse","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":30470},"10430":{"id":10430,"name":"Blue elegant skirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Blue elegant skirt","wiki_url":"https://oldschool.runescape.wiki/w/Blue_elegant_skirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":55000},"10432":{"id":10432,"name":"Green elegant blouse","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Green elegant blouse","wiki_url":"https://oldschool.runescape.wiki/w/Green_elegant_blouse","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":26342},"10434":{"id":10434,"name":"Green elegant skirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Green elegant skirt","wiki_url":"https://oldschool.runescape.wiki/w/Green_elegant_skirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":52750},"10436":{"id":10436,"name":"Purple elegant blouse","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Purple elegant blouse","wiki_url":"https://oldschool.runescape.wiki/w/Purple_elegant_blouse","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":2650},"10438":{"id":10438,"name":"Purple elegant skirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Purple elegant skirt","wiki_url":"https://oldschool.runescape.wiki/w/Purple_elegant_skirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":4463},"10440":{"id":10440,"name":"Saradomin crozier","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":8,"wiki_name":"Saradomin crozier","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_crozier","equipment":{"attack_stab":7,"attack_slash":-1,"attack_crush":25,"attack_magic":10,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":10,"defence_ranged":0,"melee_strength":32,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"weapon","requirements":{"prayer":60}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":9205},"10442":{"id":10442,"name":"Guthix crozier","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":8,"wiki_name":"Guthix crozier","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_crozier","equipment":{"attack_stab":7,"attack_slash":-1,"attack_crush":25,"attack_magic":10,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":10,"defence_ranged":0,"melee_strength":32,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"weapon","requirements":{"prayer":60}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":17669},"10444":{"id":10444,"name":"Zamorak crozier","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":8,"wiki_name":"Zamorak crozier","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_crozier","equipment":{"attack_stab":7,"attack_slash":-1,"attack_crush":25,"attack_magic":10,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":10,"defence_ranged":0,"melee_strength":32,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"weapon","requirements":{"prayer":60}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":18500},"10446":{"id":10446,"name":"Saradomin cloak","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":8,"wiki_name":"Saradomin cloak","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_cloak","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":1,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":3,"defence_ranged":3,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"cape","requirements":{"prayer":40}},"price":53084},"10448":{"id":10448,"name":"Guthix cloak","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":8,"wiki_name":"Guthix cloak","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_cloak","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":1,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":3,"defence_ranged":3,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"cape","requirements":{"prayer":40}},"price":39750},"10450":{"id":10450,"name":"Zamorak cloak","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":8,"wiki_name":"Zamorak cloak","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_cloak","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":1,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":3,"defence_ranged":3,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"cape","requirements":{"prayer":40}},"price":35632},"10452":{"id":10452,"name":"Saradomin mitre","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":8,"wiki_name":"Saradomin mitre","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_mitre","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"head","requirements":{"prayer":40,"magic":40}},"price":21863},"10454":{"id":10454,"name":"Guthix mitre","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":8,"wiki_name":"Guthix mitre","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_mitre","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"head","requirements":{"prayer":40,"magic":40}},"price":24539},"10456":{"id":10456,"name":"Zamorak mitre","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":8,"wiki_name":"Zamorak mitre","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_mitre","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"head","requirements":{"prayer":40,"magic":40}},"price":23451},"10458":{"id":10458,"name":"Saradomin robe top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":7000,"lowalch":2800,"highalch":4200,"buy_limit":8,"wiki_name":"Saradomin robe top","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_robe_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"body","requirements":{"prayer":20}},"price":80170},"10460":{"id":10460,"name":"Zamorak robe top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":7000,"lowalch":2800,"highalch":4200,"buy_limit":8,"wiki_name":"Zamorak robe top","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_robe_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"body","requirements":{"prayer":20}},"price":81251},"10462":{"id":10462,"name":"Guthix robe top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":7000,"lowalch":2800,"highalch":4200,"buy_limit":8,"wiki_name":"Guthix robe top","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_robe_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"body","requirements":{"prayer":20}},"price":53000},"10464":{"id":10464,"name":"Saradomin robe legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":7000,"lowalch":2800,"highalch":4200,"buy_limit":8,"wiki_name":"Saradomin robe legs","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_robe_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"legs","requirements":{"prayer":20}},"price":81929},"10466":{"id":10466,"name":"Guthix robe legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":7000,"lowalch":2800,"highalch":4200,"buy_limit":8,"wiki_name":"Guthix robe legs","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_robe_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"legs","requirements":{"prayer":20}},"price":37153},"10468":{"id":10468,"name":"Zamorak robe legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":7000,"lowalch":2800,"highalch":4200,"buy_limit":8,"wiki_name":"Zamorak robe legs","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_robe_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"legs","requirements":{"prayer":20}},"price":66000},"10470":{"id":10470,"name":"Saradomin stole","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2500,"lowalch":1000,"highalch":1500,"buy_limit":8,"wiki_name":"Saradomin stole","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_stole","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":2,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":2,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":10,"slot":"neck","requirements":{"prayer":60}},"price":11155},"10472":{"id":10472,"name":"Guthix stole","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2500,"lowalch":1000,"highalch":1500,"buy_limit":8,"wiki_name":"Guthix stole","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_stole","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":2,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":2,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":10,"slot":"neck","requirements":{"prayer":60}},"price":6549},"10474":{"id":10474,"name":"Zamorak stole","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2500,"lowalch":1000,"highalch":1500,"buy_limit":8,"wiki_name":"Zamorak stole","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_stole","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":2,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":2,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":10,"slot":"neck","requirements":{"prayer":60}},"price":4084},"10476":{"id":10476,"name":"Purple sweets","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":10000,"wiki_name":"Purple sweets","wiki_url":"https://oldschool.runescape.wiki/w/Purple_sweets","price":12249},"10485":{"id":10485,"name":"Scroll","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Scroll (animation item)","wiki_url":"https://oldschool.runescape.wiki/w/Scroll_(animation_item)","price":0},"10486":{"id":10486,"name":"Empty sack","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Empty sack (animation item)","wiki_url":"https://oldschool.runescape.wiki/w/Empty_sack_(animation_item)","price":0},"10487":{"id":10487,"name":"Undead chicken","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Undead chicken (item)","wiki_url":"https://oldschool.runescape.wiki/w/Undead_chicken_(item)","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"10488":{"id":10488,"name":"Selected iron","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Selected iron","wiki_url":"https://oldschool.runescape.wiki/w/Selected_iron","price":0},"10489":{"id":10489,"name":"Bar magnet","members":true,"cost":15,"lowalch":6,"highalch":9,"wiki_name":"Bar magnet","wiki_url":"https://oldschool.runescape.wiki/w/Bar_magnet","price":0},"10490":{"id":10490,"name":"Undead twigs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Undead twigs","wiki_url":"https://oldschool.runescape.wiki/w/Undead_twigs","price":0},"10491":{"id":10491,"name":"Blessed axe","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Blessed axe","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_axe","equipment":{"attack_stab":-2,"attack_slash":12,"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":2,"slot":"weapon","requirements":{"attack":20}},"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":0},"10492":{"id":10492,"name":"Research notes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Research notes (Animal Magnetism)","wiki_url":"https://oldschool.runescape.wiki/w/Research_notes_(Animal_Magnetism)","price":0},"10493":{"id":10493,"name":"Translated notes","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Translated notes","wiki_url":"https://oldschool.runescape.wiki/w/Translated_notes","price":0},"10494":{"id":10494,"name":"A pattern","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"A pattern","wiki_url":"https://oldschool.runescape.wiki/w/A_pattern","price":0},"10495":{"id":10495,"name":"A container","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"A container","wiki_url":"https://oldschool.runescape.wiki/w/A_container","price":0},"10496":{"id":10496,"name":"Polished buttons","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":15,"wiki_name":"Polished buttons","wiki_url":"https://oldschool.runescape.wiki/w/Polished_buttons","price":6275},"10498":{"id":10498,"name":"Ava's attractor","members":true,"equipable":true,"equipable_by_player":true,"cost":769,"wiki_name":"Ava's attractor","wiki_url":"https://oldschool.runescape.wiki/w/Ava's_attractor","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":2,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":2,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0,"lowalch":307,"highalch":461},"10499":{"id":10499,"name":"Ava's accumulator","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"wiki_name":"Ava's accumulator","wiki_url":"https://oldschool.runescape.wiki/w/Ava's_accumulator","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":4,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"ranged":50}},"price":0,"lowalch":400,"highalch":600},"10500":{"id":10500,"name":"Crone-made amulet","members":true,"equipable":true,"equipable_by_player":true,"cost":20,"wiki_name":"Crone-made amulet","wiki_url":"https://oldschool.runescape.wiki/w/Crone-made_amulet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"10501":{"id":10501,"name":"Snowball","stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Snowball","wiki_url":"https://oldschool.runescape.wiki/w/Snowball","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"unarmed","stances":[{"combat_style":"punch","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"kick","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"10506":{"id":10506,"name":"Gublinch shards","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gublinch shards","wiki_url":"https://oldschool.runescape.wiki/w/Gublinch_shards","price":0},"10507":{"id":10507,"name":"Reindeer hat","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Reindeer hat","wiki_url":"https://oldschool.runescape.wiki/w/Reindeer_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"10508":{"id":10508,"name":"Wintumber tree","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wintumber tree","wiki_url":"https://oldschool.runescape.wiki/w/Wintumber_tree","price":0},"10510":{"id":10510,"name":"Fremennik sea boots","incomplete":true,"cost":0,"lowalch":0,"highalch":0,"price":0},"10512":{"id":10512,"name":"Scroll","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Scroll (Barbarian Assault)","wiki_url":"https://oldschool.runescape.wiki/w/Scroll_(Barbarian_Assault)","price":0},"10513":{"id":10513,"name":"Crackers","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crackers","wiki_url":"https://oldschool.runescape.wiki/w/Crackers","price":0},"10514":{"id":10514,"name":"Tofu","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tofu","wiki_url":"https://oldschool.runescape.wiki/w/Tofu","price":0},"10515":{"id":10515,"name":"Worms","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Worms","wiki_url":"https://oldschool.runescape.wiki/w/Worms","price":0},"10516":{"id":10516,"name":"Attacker horn","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Attacker horn (Level 1)","wiki_url":"https://oldschool.runescape.wiki/w/Attacker_horn#Level_1","price":0},"10517":{"id":10517,"name":"Attacker horn","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Attacker horn (Level 2)","wiki_url":"https://oldschool.runescape.wiki/w/Attacker_horn#Level_2","price":0},"10518":{"id":10518,"name":"Attacker horn","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Attacker horn (Level 3)","wiki_url":"https://oldschool.runescape.wiki/w/Attacker_horn#Level_3","price":0},"10519":{"id":10519,"name":"Attacker horn","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Attacker horn (Level 4)","wiki_url":"https://oldschool.runescape.wiki/w/Attacker_horn#Level_4","price":0},"10520":{"id":10520,"name":"Attacker horn","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Attacker horn (Level 5)","wiki_url":"https://oldschool.runescape.wiki/w/Attacker_horn#Level_5","price":0},"10521":{"id":10521,"name":"Collection bag","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Collection bag (Level 1)","wiki_url":"https://oldschool.runescape.wiki/w/Collection_bag#Level_1","price":0},"10522":{"id":10522,"name":"Collection bag","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Collection bag (Level 2)","wiki_url":"https://oldschool.runescape.wiki/w/Collection_bag#Level_2","price":0},"10523":{"id":10523,"name":"Collection bag","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Collection bag (Level 3)","wiki_url":"https://oldschool.runescape.wiki/w/Collection_bag#Level_3","price":0},"10524":{"id":10524,"name":"Collection bag","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Collection bag (Level 4)","wiki_url":"https://oldschool.runescape.wiki/w/Collection_bag#Level_4","price":0},"10525":{"id":10525,"name":"Collection bag","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Collection bag (Level 5)","wiki_url":"https://oldschool.runescape.wiki/w/Collection_bag#Level_5","price":0},"10526":{"id":10526,"name":"Healer horn","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Healer horn (Level 1)","wiki_url":"https://oldschool.runescape.wiki/w/Healer_horn#Level_1","price":0},"10527":{"id":10527,"name":"Healer horn","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Healer horn (Level 2)","wiki_url":"https://oldschool.runescape.wiki/w/Healer_horn#Level_2","price":0},"10528":{"id":10528,"name":"Healer horn","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Healer horn (Level 3)","wiki_url":"https://oldschool.runescape.wiki/w/Healer_horn#Level_3","price":0},"10529":{"id":10529,"name":"Healer horn","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Healer horn (Level 4)","wiki_url":"https://oldschool.runescape.wiki/w/Healer_horn#Level_4","price":0},"10530":{"id":10530,"name":"Healer horn","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Healer horn (Level 5)","wiki_url":"https://oldschool.runescape.wiki/w/Healer_horn#Level_5","price":0},"10531":{"id":10531,"name":"Green egg","members":true,"cost":100,"wiki_name":"Green egg","wiki_url":"https://oldschool.runescape.wiki/w/Green_egg","price":0},"10532":{"id":10532,"name":"Red egg","members":true,"cost":100,"wiki_name":"Red egg","wiki_url":"https://oldschool.runescape.wiki/w/Red_egg","price":0},"10533":{"id":10533,"name":"Blue egg","members":true,"cost":100,"wiki_name":"Blue egg","wiki_url":"https://oldschool.runescape.wiki/w/Blue_egg","price":0},"10534":{"id":10534,"name":"Yellow egg","members":true,"cost":100,"wiki_name":"Yellow egg","wiki_url":"https://oldschool.runescape.wiki/w/Yellow_egg","price":0},"10535":{"id":10535,"name":"Poisoned egg","members":true,"cost":100,"wiki_name":"Poisoned egg","wiki_url":"https://oldschool.runescape.wiki/w/Poisoned_egg","price":0},"10536":{"id":10536,"name":"Spiked/pois. egg","members":true,"cost":100,"wiki_name":"Spiked/pois. egg","wiki_url":"https://oldschool.runescape.wiki/w/Spiked/pois._egg","price":0},"10537":{"id":10537,"name":"Omega egg","members":true,"cost":100,"wiki_name":"Omega egg","wiki_url":"https://oldschool.runescape.wiki/w/Omega_egg","price":0},"10538":{"id":10538,"name":"Defender horn","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Defender horn","wiki_url":"https://oldschool.runescape.wiki/w/Defender_horn","price":0},"10539":{"id":10539,"name":"Poisoned tofu","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Poisoned tofu","wiki_url":"https://oldschool.runescape.wiki/w/Poisoned_tofu","price":0},"10540":{"id":10540,"name":"Poisoned worms","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Poisoned worms","wiki_url":"https://oldschool.runescape.wiki/w/Poisoned_worms","price":0},"10541":{"id":10541,"name":"Poisoned meat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Poisoned meat","wiki_url":"https://oldschool.runescape.wiki/w/Poisoned_meat","price":0},"10542":{"id":10542,"name":"Healing vial(4)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Healing vial (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Healing_vial#4_dose","price":0},"10543":{"id":10543,"name":"Healing vial(3)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Healing vial (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Healing_vial#3_dose","price":0},"10544":{"id":10544,"name":"Healing vial(2)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Healing vial (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Healing_vial#2_dose","price":0},"10545":{"id":10545,"name":"Healing vial(1)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Healing vial (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Healing_vial#1_dose","price":0},"10546":{"id":10546,"name":"Healing vial","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Healing vial (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Healing_vial#Empty","price":0},"10547":{"id":10547,"name":"Healer hat","members":true,"equipable":true,"equipable_by_player":true,"cost":65002,"lowalch":26000,"highalch":39001,"wiki_name":"Healer hat (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Healer_hat#Normal","equipment":{"attack_stab":-5,"attack_slash":-5,"attack_crush":-5,"attack_magic":6,"attack_ranged":-5,"defence_stab":6,"defence_slash":8,"defence_crush":10,"defence_magic":7,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":45}},"price":0},"10548":{"id":10548,"name":"Fighter hat","members":true,"equipable":true,"equipable_by_player":true,"cost":65002,"lowalch":26000,"highalch":39001,"wiki_name":"Fighter hat (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Fighter_hat#Normal","equipment":{"attack_stab":5,"attack_slash":5,"attack_crush":5,"attack_magic":-7,"attack_ranged":-7,"defence_stab":27,"defence_slash":29,"defence_crush":26,"defence_magic":-3,"defence_ranged":28,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":45}},"price":0},"10549":{"id":10549,"name":"Runner hat","members":true,"equipable":true,"equipable_by_player":true,"cost":65002,"lowalch":26000,"highalch":39001,"wiki_name":"Runner hat (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Runner_hat#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":45}},"price":0},"10550":{"id":10550,"name":"Ranger hat","members":true,"equipable":true,"equipable_by_player":true,"cost":65002,"lowalch":26000,"highalch":39001,"wiki_name":"Ranger hat (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Ranger_hat#Normal","equipment":{"attack_stab":-5,"attack_slash":-5,"attack_crush":-5,"attack_magic":-5,"attack_ranged":6,"defence_stab":7,"defence_slash":10,"defence_crush":11,"defence_magic":5,"defence_ranged":8,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":45}},"price":0},"10551":{"id":10551,"name":"Fighter torso","members":true,"equipable":true,"equipable_by_player":true,"cost":65006,"lowalch":26002,"highalch":39003,"wiki_name":"Fighter torso (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Fighter_torso#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-40,"attack_ranged":0,"defence_stab":62,"defence_slash":85,"defence_crush":62,"defence_magic":-10,"defence_ranged":67,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":40}},"price":0},"10552":{"id":10552,"name":"Runner boots","members":true,"equipable":true,"equipable_by_player":true,"cost":65003,"wiki_name":"Runner boots","wiki_url":"https://oldschool.runescape.wiki/w/Runner_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":1,"attack_ranged":1,"defence_stab":8,"defence_slash":8,"defence_crush":8,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"defence":40}},"price":0},"10553":{"id":10553,"name":"Penance gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":65001,"lowalch":26000,"highalch":39000,"wiki_name":"Penance gloves (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Penance_gloves#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":4,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"defence":40}},"price":0},"10555":{"id":10555,"name":"Penance skirt","members":true,"equipable":true,"equipable_by_player":true,"cost":65005,"lowalch":26002,"highalch":39003,"wiki_name":"Penance skirt (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Penance_skirt#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":15,"defence_stab":26,"defence_slash":21,"defence_crush":28,"defence_magic":19,"defence_ranged":26,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"ranged":60,"defence":40}},"price":0},"10556":{"id":10556,"name":"Attacker icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Attacker icon (Helmet)","wiki_url":"https://oldschool.runescape.wiki/w/Attacker_icon#Helmet","price":0},"10557":{"id":10557,"name":"Collector icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Collector icon (Helmet)","wiki_url":"https://oldschool.runescape.wiki/w/Collector_icon#Helmet","price":0},"10558":{"id":10558,"name":"Defender icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Defender icon (Helmet)","wiki_url":"https://oldschool.runescape.wiki/w/Defender_icon#Helmet","price":0},"10559":{"id":10559,"name":"Healer icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Healer icon (Helmet)","wiki_url":"https://oldschool.runescape.wiki/w/Healer_icon#Helmet","price":0},"10560":{"id":10560,"name":"Collector horn","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Collector horn","wiki_url":"https://oldschool.runescape.wiki/w/Collector_horn","price":0},"10561":{"id":10561,"name":"Spikes","members":true,"cost":1,"wiki_name":"Spikes (Barbarian Assault)","wiki_url":"https://oldschool.runescape.wiki/w/Spikes_(Barbarian_Assault)","price":0},"10562":{"id":10562,"name":"Queen help book","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Queen help book","wiki_url":"https://oldschool.runescape.wiki/w/Queen_help_book","price":0},"10563":{"id":10563,"name":"No eggs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"No eggs","wiki_url":"https://oldschool.runescape.wiki/w/No_eggs","price":0},"10564":{"id":10564,"name":"Granite body","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":70,"wiki_name":"Granite body","wiki_url":"https://oldschool.runescape.wiki/w/Granite_body","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-22,"attack_ranged":-5,"defence_stab":87,"defence_slash":84,"defence_crush":79,"defence_magic":-6,"defence_ranged":97,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"strength":50,"defence":50}},"price":53183},"10566":{"id":10566,"name":"Fire cape","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fire cape (animation item)","wiki_url":"https://oldschool.runescape.wiki/w/Fire_cape_(animation_item)","price":0},"10567":{"id":10567,"name":"Healer icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Healer icon (Waxed moustache)","wiki_url":"https://oldschool.runescape.wiki/w/Healer_icon#Waxed_moustache","price":0},"10581":{"id":10581,"name":"Keris","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Keris (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Keris#Unpoisoned","equipment":{"attack_stab":40,"attack_slash":20,"attack_crush":-10,"attack_magic":2,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":2,"defence_ranged":0,"melee_strength":30,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"weapon","requirements":{"attack":50}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"10582":{"id":10582,"name":"Keris(p)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Keris (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Keris#Poison","equipment":{"attack_stab":40,"attack_slash":20,"attack_crush":-10,"attack_magic":2,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":2,"defence_ranged":0,"melee_strength":30,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"weapon","requirements":{"attack":50}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"10583":{"id":10583,"name":"Keris(p+)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Keris (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Keris#Poison+","equipment":{"attack_stab":40,"attack_slash":20,"attack_crush":-10,"attack_magic":2,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":2,"defence_ranged":0,"melee_strength":30,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"weapon","requirements":{"attack":50}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"10584":{"id":10584,"name":"Keris(p++)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Keris (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Keris#Poison++","equipment":{"attack_stab":40,"attack_slash":20,"attack_crush":-10,"attack_magic":2,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":2,"defence_ranged":0,"melee_strength":30,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"weapon","requirements":{"attack":50}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"10585":{"id":10585,"name":"Parchment","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Parchment (Contact!)","wiki_url":"https://oldschool.runescape.wiki/w/Parchment_(Contact!)","price":0},"10586":{"id":10586,"name":"Combat lamp","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Combat lamp","wiki_url":"https://oldschool.runescape.wiki/w/Combat_lamp","price":0},"10587":{"id":10587,"name":"Tarn's diary","members":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Tarn's diary","wiki_url":"https://oldschool.runescape.wiki/w/Tarn's_diary","price":0},"10588":{"id":10588,"name":"Salve amulet (e)","members":true,"equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"wiki_name":"Salve amulet (e)","wiki_url":"https://oldschool.runescape.wiki/w/Salve_amulet_(e)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"neck","requirements":null},"price":0},"10589":{"id":10589,"name":"Granite helm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":46000,"lowalch":18400,"highalch":27600,"buy_limit":70,"wiki_name":"Granite helm","wiki_url":"https://oldschool.runescape.wiki/w/Granite_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-9,"attack_ranged":-7,"defence_stab":31,"defence_slash":33,"defence_crush":29,"defence_magic":-1,"defence_ranged":39,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"strength":50,"defence":50}},"price":37960},"10591":{"id":10591,"name":"Terror dog","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"10592":{"id":10592,"name":"Penguin bongos","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Penguin bongos","wiki_url":"https://oldschool.runescape.wiki/w/Penguin_bongos","price":0},"10593":{"id":10593,"name":"Cowbells","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cowbells","wiki_url":"https://oldschool.runescape.wiki/w/Cowbells","price":0},"10594":{"id":10594,"name":"Clockwork book","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Clockwork book","wiki_url":"https://oldschool.runescape.wiki/w/Clockwork_book","price":0},"10595":{"id":10595,"name":"Clockwork suit","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Clockwork suit (Unwound)","wiki_url":"https://oldschool.runescape.wiki/w/Clockwork_suit#Unwound","price":0},"10596":{"id":10596,"name":"Clockwork suit","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Clockwork suit (Wound)","wiki_url":"https://oldschool.runescape.wiki/w/Clockwork_suit#Wound","price":0},"10597":{"id":10597,"name":"Mission report","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mission report (Ardougne)","wiki_url":"https://oldschool.runescape.wiki/w/Mission_report_(Ardougne)","price":0},"10598":{"id":10598,"name":"Mission report","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mission report (Lumbridge)","wiki_url":"https://oldschool.runescape.wiki/w/Mission_report_(Lumbridge)","price":0},"10599":{"id":10599,"name":"Mission report","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mission report (Fake)","wiki_url":"https://oldschool.runescape.wiki/w/Mission_report_(Fake)","price":0},"10600":{"id":10600,"name":"Kgp id card","members":true,"cost":1,"wiki_name":"Kgp id card","wiki_url":"https://oldschool.runescape.wiki/w/Kgp_id_card","price":0},"10808":{"id":10808,"name":"Arctic pyre logs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":11000,"wiki_name":"Arctic pyre logs","wiki_url":"https://oldschool.runescape.wiki/w/Arctic_pyre_logs","price":1599},"10810":{"id":10810,"name":"Arctic pine logs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":35,"lowalch":14,"highalch":21,"buy_limit":11000,"wiki_name":"Arctic pine logs","wiki_url":"https://oldschool.runescape.wiki/w/Arctic_pine_logs","price":397},"10812":{"id":10812,"name":"Split log","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":11000,"wiki_name":"Split log","wiki_url":"https://oldschool.runescape.wiki/w/Split_log","price":1446},"10814":{"id":10814,"name":"Hair","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Hair","wiki_url":"https://oldschool.runescape.wiki/w/Hair","price":571},"10816":{"id":10816,"name":"Raw yak meat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":11000,"wiki_name":"Raw yak meat","wiki_url":"https://oldschool.runescape.wiki/w/Raw_yak_meat","price":53},"10818":{"id":10818,"name":"Yak-hide","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":13000,"wiki_name":"Yak-hide","wiki_url":"https://oldschool.runescape.wiki/w/Yak-hide","price":463},"10820":{"id":10820,"name":"Cured yak-hide","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":13000,"wiki_name":"Cured yak-hide","wiki_url":"https://oldschool.runescape.wiki/w/Cured_yak-hide","price":3087},"10822":{"id":10822,"name":"Yak-hide armour","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":70,"wiki_name":"Yak-hide armour (top)","wiki_url":"https://oldschool.runescape.wiki/w/Yak-hide_armour_(top)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-5,"attack_ranged":0,"defence_stab":25,"defence_slash":20,"defence_crush":15,"defence_magic":-2,"defence_ranged":25,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":20}},"price":1337},"10824":{"id":10824,"name":"Yak-hide armour","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":70,"wiki_name":"Yak-hide armour (legs)","wiki_url":"https://oldschool.runescape.wiki/w/Yak-hide_armour_(legs)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-5,"attack_ranged":10,"defence_stab":25,"defence_slash":20,"defence_crush":15,"defence_magic":-2,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":20}},"price":160},"10826":{"id":10826,"name":"Neitiznot shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":70,"wiki_name":"Neitiznot shield","wiki_url":"https://oldschool.runescape.wiki/w/Neitiznot_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":-10,"defence_stab":17,"defence_slash":17,"defence_crush":31,"defence_magic":-4,"defence_ranged":33,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":30}},"price":4170},"10828":{"id":10828,"name":"Helm of neitiznot","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50000,"lowalch":20000,"highalch":30000,"buy_limit":70,"wiki_name":"Helm of neitiznot","wiki_url":"https://oldschool.runescape.wiki/w/Helm_of_neitiznot","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":31,"defence_slash":29,"defence_crush":34,"defence_magic":3,"defence_ranged":30,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"head","requirements":{"defence":55}},"price":53799},"10829":{"id":10829,"name":"Documents","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Documents","wiki_url":"https://oldschool.runescape.wiki/w/Documents","price":0},"10830":{"id":10830,"name":"Royal decree","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Royal decree","wiki_url":"https://oldschool.runescape.wiki/w/Royal_decree","price":0},"10831":{"id":10831,"name":"Empty tax bag","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Empty tax bag","wiki_url":"https://oldschool.runescape.wiki/w/Empty_tax_bag","price":0},"10832":{"id":10832,"name":"Light tax bag","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Light tax bag","wiki_url":"https://oldschool.runescape.wiki/w/Light_tax_bag","price":0},"10833":{"id":10833,"name":"Normal tax bag","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Normal tax bag","wiki_url":"https://oldschool.runescape.wiki/w/Normal_tax_bag","price":0},"10834":{"id":10834,"name":"Hefty tax bag","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Hefty tax bag","wiki_url":"https://oldschool.runescape.wiki/w/Hefty_tax_bag","price":0},"10835":{"id":10835,"name":"Bulging taxbag","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bulging taxbag","wiki_url":"https://oldschool.runescape.wiki/w/Bulging_taxbag","price":0},"10836":{"id":10836,"name":"Silly jester hat","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Silly jester hat","wiki_url":"https://oldschool.runescape.wiki/w/Silly_jester_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":5,"defence_ranged":-5,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"10837":{"id":10837,"name":"Silly jester top","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Silly jester top","wiki_url":"https://oldschool.runescape.wiki/w/Silly_jester_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":5,"defence_ranged":-5,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"10838":{"id":10838,"name":"Silly jester tights","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Silly jester tights","wiki_url":"https://oldschool.runescape.wiki/w/Silly_jester_tights","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":5,"defence_ranged":-5,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"10839":{"id":10839,"name":"Silly jester boots","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Silly jester boots","wiki_url":"https://oldschool.runescape.wiki/w/Silly_jester_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":5,"defence_ranged":-5,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"10840":{"id":10840,"name":"A jester stick","members":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"A jester stick","wiki_url":"https://oldschool.runescape.wiki/w/A_jester_stick","price":0},"10841":{"id":10841,"name":"Apricot cream pie","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Apricot cream pie","wiki_url":"https://oldschool.runescape.wiki/w/Apricot_cream_pie","price":0},"10842":{"id":10842,"name":"Decapitated head","members":true,"cost":1,"wiki_name":"Decapitated head (The Fremennik Isles)","wiki_url":"https://oldschool.runescape.wiki/w/Decapitated_head_(The_Fremennik_Isles)","price":0},"10844":{"id":10844,"name":"Spring sq'irk","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Spring sq'irk","wiki_url":"https://oldschool.runescape.wiki/w/Spring_sq'irk","price":0},"10845":{"id":10845,"name":"Summer sq'irk","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Summer sq'irk","wiki_url":"https://oldschool.runescape.wiki/w/Summer_sq'irk","price":0},"10846":{"id":10846,"name":"Autumn sq'irk","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Autumn sq'irk","wiki_url":"https://oldschool.runescape.wiki/w/Autumn_sq'irk","price":0},"10847":{"id":10847,"name":"Winter sq'irk","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Winter sq'irk","wiki_url":"https://oldschool.runescape.wiki/w/Winter_sq'irk","price":0},"10848":{"id":10848,"name":"Spring sq'irkjuice","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Spring sq'irkjuice","wiki_url":"https://oldschool.runescape.wiki/w/Spring_sq'irkjuice","price":0},"10849":{"id":10849,"name":"Summer sq'irkjuice","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Summer sq'irkjuice","wiki_url":"https://oldschool.runescape.wiki/w/Summer_sq'irkjuice","price":0},"10850":{"id":10850,"name":"Autumn sq'irkjuice","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Autumn sq'irkjuice","wiki_url":"https://oldschool.runescape.wiki/w/Autumn_sq'irkjuice","price":0},"10851":{"id":10851,"name":"Winter sq'irkjuice","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Winter sq'irkjuice","wiki_url":"https://oldschool.runescape.wiki/w/Winter_sq'irkjuice","price":0},"10852":{"id":10852,"name":"Summer garden","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"10853":{"id":10853,"name":"Spring garden","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"10854":{"id":10854,"name":"Autumn garden","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"10855":{"id":10855,"name":"Winter garden","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"10856":{"id":10856,"name":"Sin seer's note","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Sin seer's note","wiki_url":"https://oldschool.runescape.wiki/w/Sin_seer's_note","price":0},"10857":{"id":10857,"name":"Severed leg","members":true,"cost":0,"wiki_name":"Severed leg (The General's Shadow)","wiki_url":"https://oldschool.runescape.wiki/w/Severed_leg_(The_General's_Shadow)","price":0},"10858":{"id":10858,"name":"Shadow sword","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Shadow sword","wiki_url":"https://oldschool.runescape.wiki/w/Shadow_sword","equipment":{"attack_stab":-4,"attack_slash":27,"attack_crush":21,"attack_magic":4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":-1,"melee_strength":26,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":6,"weapon_type":"2h_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"smash","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"10859":{"id":10859,"name":"Tea flask","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tea flask","wiki_url":"https://oldschool.runescape.wiki/w/Tea_flask","price":0},"10862":{"id":10862,"name":"Hard hat","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Hard hat","wiki_url":"https://oldschool.runescape.wiki/w/Hard_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"10863":{"id":10863,"name":"Builder's shirt","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Builder's shirt","wiki_url":"https://oldschool.runescape.wiki/w/Builder's_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"10864":{"id":10864,"name":"Builder's trousers","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Builder's trousers","wiki_url":"https://oldschool.runescape.wiki/w/Builder's_trousers","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"10865":{"id":10865,"name":"Builder's boots","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Builder's boots","wiki_url":"https://oldschool.runescape.wiki/w/Builder's_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"10866":{"id":10866,"name":"Rivets","members":true,"stackable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Rivets","wiki_url":"https://oldschool.runescape.wiki/w/Rivets","price":0},"10870":{"id":10870,"name":"Binding fluid","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Binding fluid","wiki_url":"https://oldschool.runescape.wiki/w/Binding_fluid","price":0},"10871":{"id":10871,"name":"Pipe","members":true,"cost":1,"wiki_name":"Pipe (Tower of Life)","wiki_url":"https://oldschool.runescape.wiki/w/Pipe_(Tower_of_Life)","price":0},"10872":{"id":10872,"name":"Pipe ring","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pipe ring","wiki_url":"https://oldschool.runescape.wiki/w/Pipe_ring","price":0},"10873":{"id":10873,"name":"Metal sheet","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Metal sheet","wiki_url":"https://oldschool.runescape.wiki/w/Metal_sheet","price":0},"10874":{"id":10874,"name":"Coloured ball","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Coloured ball","wiki_url":"https://oldschool.runescape.wiki/w/Coloured_ball","price":0},"10875":{"id":10875,"name":"Valve wheel","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Valve wheel","wiki_url":"https://oldschool.runescape.wiki/w/Valve_wheel","price":0},"10876":{"id":10876,"name":"Metal bar","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Metal bar","wiki_url":"https://oldschool.runescape.wiki/w/Metal_bar","price":0},"10877":{"id":10877,"name":"Plain satchel","members":true,"tradeable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Plain satchel","wiki_url":"https://oldschool.runescape.wiki/w/Plain_satchel","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"10878":{"id":10878,"name":"Green satchel","members":true,"tradeable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Green satchel","wiki_url":"https://oldschool.runescape.wiki/w/Green_satchel","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"10879":{"id":10879,"name":"Red satchel","members":true,"tradeable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Red satchel","wiki_url":"https://oldschool.runescape.wiki/w/Red_satchel","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"10880":{"id":10880,"name":"Black satchel","members":true,"tradeable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Black satchel","wiki_url":"https://oldschool.runescape.wiki/w/Black_satchel","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"10881":{"id":10881,"name":"Gold satchel","members":true,"tradeable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Gold satchel","wiki_url":"https://oldschool.runescape.wiki/w/Gold_satchel","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"10882":{"id":10882,"name":"Rune satchel","members":true,"tradeable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Rune satchel","wiki_url":"https://oldschool.runescape.wiki/w/Rune_satchel","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"10884":{"id":10884,"name":"Fuse","members":true,"cost":52,"wiki_name":"Fuse (The Great Brain Robbery)","wiki_url":"https://oldschool.runescape.wiki/w/Fuse_(The_Great_Brain_Robbery)","price":0},"10885":{"id":10885,"name":"Keg","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Keg (dummy item)","wiki_url":"https://oldschool.runescape.wiki/w/Keg_(dummy_item)","price":0},"10886":{"id":10886,"name":"Prayer book","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Prayer book (animation item)","wiki_url":"https://oldschool.runescape.wiki/w/Prayer_book_(animation_item)","price":0},"10887":{"id":10887,"name":"Barrelchest anchor","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":230000,"lowalch":92000,"highalch":138000,"wiki_name":"Barrelchest anchor (Fixed)","wiki_url":"https://oldschool.runescape.wiki/w/Barrelchest_anchor#Fixed","equipment":{"attack_stab":-2,"attack_slash":10,"attack_crush":92,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":100,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":60,"strength":40}},"weapon":{"attack_speed":6,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"10888":{"id":10888,"name":"Barrelchest anchor","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Barrelchest anchor (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Barrelchest_anchor#Broken","price":0},"10889":{"id":10889,"name":"Blessed lamp","members":true,"cost":1,"wiki_name":"Blessed lamp","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_lamp","price":0},"10890":{"id":10890,"name":"Prayer book","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Prayer book","wiki_url":"https://oldschool.runescape.wiki/w/Prayer_book","price":0},"10891":{"id":10891,"name":"Wooden cat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":15,"wiki_name":"Wooden cat","wiki_url":"https://oldschool.runescape.wiki/w/Wooden_cat","price":3817},"10893":{"id":10893,"name":"Cranial clamp","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cranial clamp","wiki_url":"https://oldschool.runescape.wiki/w/Cranial_clamp","price":0},"10894":{"id":10894,"name":"Brain tongs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Brain tongs","wiki_url":"https://oldschool.runescape.wiki/w/Brain_tongs","price":0},"10895":{"id":10895,"name":"Bell jar","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bell jar","wiki_url":"https://oldschool.runescape.wiki/w/Bell_jar","price":0},"10896":{"id":10896,"name":"Wolf whistle","members":true,"cost":1,"wiki_name":"Wolf whistle","wiki_url":"https://oldschool.runescape.wiki/w/Wolf_whistle","price":0},"10897":{"id":10897,"name":"Shipping order","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shipping order","wiki_url":"https://oldschool.runescape.wiki/w/Shipping_order","price":0},"10898":{"id":10898,"name":"Keg","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Keg","wiki_url":"https://oldschool.runescape.wiki/w/Keg","price":0},"10899":{"id":10899,"name":"Crate part","members":true,"stackable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Crate part","wiki_url":"https://oldschool.runescape.wiki/w/Crate_part","price":0},"10904":{"id":10904,"name":"Skull staple","members":true,"stackable":true,"cost":0,"wiki_name":"Skull staple","wiki_url":"https://oldschool.runescape.wiki/w/Skull_staple","price":0},"10909":{"id":10909,"name":"Mixture - step 1(4)","members":true,"tradeable":true,"noteable":true,"cost":300,"lowalch":120,"highalch":180,"wiki_name":"Mixture - step 1 (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Mixture_-_step_1#4_dose","price":0},"10911":{"id":10911,"name":"Mixture - step 1(3)","members":true,"tradeable":true,"noteable":true,"cost":240,"lowalch":96,"highalch":144,"wiki_name":"Mixture - step 1 (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Mixture_-_step_1#3_dose","price":0},"10913":{"id":10913,"name":"Mixture - step 1(2)","members":true,"tradeable":true,"noteable":true,"cost":180,"lowalch":72,"highalch":108,"wiki_name":"Mixture - step 1 (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Mixture_-_step_1#2_dose","price":0},"10915":{"id":10915,"name":"Mixture - step 1(1)","members":true,"tradeable":true,"noteable":true,"cost":120,"lowalch":48,"highalch":72,"wiki_name":"Mixture - step 1 (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Mixture_-_step_1#1_dose","price":0},"10917":{"id":10917,"name":"Mixture - step 2(4)","members":true,"tradeable":true,"noteable":true,"cost":300,"lowalch":120,"highalch":180,"wiki_name":"Mixture - step 2 (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Mixture_-_step_2#4_dose","price":0},"10919":{"id":10919,"name":"Mixture - step 2(3)","members":true,"tradeable":true,"noteable":true,"cost":240,"lowalch":96,"highalch":144,"wiki_name":"Mixture - step 2 (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Mixture_-_step_2#3_dose","price":0},"10921":{"id":10921,"name":"Mixture - step 2(2)","members":true,"tradeable":true,"noteable":true,"cost":180,"lowalch":72,"highalch":108,"wiki_name":"Mixture - step 2 (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Mixture_-_step_2#2_dose","price":0},"10923":{"id":10923,"name":"Mixture - step 2(1)","members":true,"tradeable":true,"noteable":true,"cost":120,"lowalch":48,"highalch":72,"wiki_name":"Mixture - step 2 (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Mixture_-_step_2#1_dose","price":0},"10925":{"id":10925,"name":"Sanfew serum(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":2000,"wiki_name":"Sanfew serum (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Sanfew_serum#4_dose","price":24226},"10927":{"id":10927,"name":"Sanfew serum(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":240,"lowalch":96,"highalch":144,"buy_limit":2000,"wiki_name":"Sanfew serum (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Sanfew_serum#3_dose","price":18000},"10929":{"id":10929,"name":"Sanfew serum(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":180,"lowalch":72,"highalch":108,"buy_limit":2000,"wiki_name":"Sanfew serum (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Sanfew_serum#2_dose","price":11107},"10931":{"id":10931,"name":"Sanfew serum(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":120,"lowalch":48,"highalch":72,"buy_limit":2000,"wiki_name":"Sanfew serum (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Sanfew_serum#1_dose","price":5580},"10933":{"id":10933,"name":"Lumberjack boots","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Lumberjack boots","wiki_url":"https://oldschool.runescape.wiki/w/Lumberjack_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"10934":{"id":10934,"name":"Reward token","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Reward token (Temple Trekking (yellow))","wiki_url":"https://oldschool.runescape.wiki/w/Reward_token#Temple_Trekking_(yellow)","price":0},"10935":{"id":10935,"name":"Reward token","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Reward token (Temple Trekking (red))","wiki_url":"https://oldschool.runescape.wiki/w/Reward_token#Temple_Trekking_(red)","price":0},"10936":{"id":10936,"name":"Reward token","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Reward token (Temple Trekking (blue))","wiki_url":"https://oldschool.runescape.wiki/w/Reward_token#Temple_Trekking_(blue)","price":0},"10937":{"id":10937,"name":"Nail beast nails","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":11000,"wiki_name":"Nail beast nails","wiki_url":"https://oldschool.runescape.wiki/w/Nail_beast_nails","price":6642},"10939":{"id":10939,"name":"Lumberjack top","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Lumberjack top","wiki_url":"https://oldschool.runescape.wiki/w/Lumberjack_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"10940":{"id":10940,"name":"Lumberjack legs","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Lumberjack legs","wiki_url":"https://oldschool.runescape.wiki/w/Lumberjack_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"10941":{"id":10941,"name":"Lumberjack hat","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Lumberjack hat","wiki_url":"https://oldschool.runescape.wiki/w/Lumberjack_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"10942":{"id":10942,"name":"Reward token","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Reward token (Burgh de Rott Ramble (yellow))","wiki_url":"https://oldschool.runescape.wiki/w/Reward_token#Burgh_de_Rott_Ramble_(yellow)","price":0},"10943":{"id":10943,"name":"Reward token","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Reward token (Burgh de Rott Ramble (red))","wiki_url":"https://oldschool.runescape.wiki/w/Reward_token#Burgh_de_Rott_Ramble_(red)","price":0},"10944":{"id":10944,"name":"Reward token","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Reward token (Burgh de Rott Ramble (blue))","wiki_url":"https://oldschool.runescape.wiki/w/Reward_token#Burgh_de_Rott_Ramble_(blue)","price":0},"10946":{"id":10946,"name":"Pushup","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pushup (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Pushup_(unobtainable_item)","price":0},"10947":{"id":10947,"name":"Run","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Run (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Run_(unobtainable_item)","price":0},"10948":{"id":10948,"name":"Situp","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Situp (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Situp_(unobtainable_item)","price":0},"10949":{"id":10949,"name":"Starjump","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Starjump (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Starjump_(unobtainable_item)","price":0},"10950":{"id":10950,"name":"Skull staples","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Skull staples (unobtainable item) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Skull_staples_(unobtainable_item)#Normal","price":0},"10951":{"id":10951,"name":"Skull staples","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Skull staples (unobtainable item) (Banknote)","wiki_url":"https://oldschool.runescape.wiki/w/Skull_staples_(unobtainable_item)#Banknote","price":0},"10952":{"id":10952,"name":"Slayer bell","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":40,"wiki_name":"Slayer bell","wiki_url":"https://oldschool.runescape.wiki/w/Slayer_bell","price":5076},"10954":{"id":10954,"name":"Frog-leather body","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":70,"wiki_name":"Frog-leather body","wiki_url":"https://oldschool.runescape.wiki/w/Frog-leather_body","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-5,"attack_ranged":10,"defence_stab":23,"defence_slash":26,"defence_crush":30,"defence_magic":15,"defence_ranged":32,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":25,"ranged":25}},"price":9990},"10956":{"id":10956,"name":"Frog-leather chaps","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":900,"lowalch":360,"highalch":540,"buy_limit":70,"wiki_name":"Frog-leather chaps","wiki_url":"https://oldschool.runescape.wiki/w/Frog-leather_chaps","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-5,"attack_ranged":2,"defence_stab":7,"defence_slash":7,"defence_crush":9,"defence_magic":4,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":25,"ranged":25}},"price":337},"10958":{"id":10958,"name":"Frog-leather boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":70,"wiki_name":"Frog-leather boots","wiki_url":"https://oldschool.runescape.wiki/w/Frog-leather_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":2,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"defence":25,"ranged":25}},"price":408},"10960":{"id":10960,"name":"Green gloop soup","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Green gloop soup","wiki_url":"https://oldschool.runescape.wiki/w/Green_gloop_soup","price":0},"10961":{"id":10961,"name":"Frogspawn gumbo","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Frogspawn gumbo","wiki_url":"https://oldschool.runescape.wiki/w/Frogspawn_gumbo","price":0},"10962":{"id":10962,"name":"Frogburger","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Frogburger","wiki_url":"https://oldschool.runescape.wiki/w/Frogburger","price":0},"10963":{"id":10963,"name":"Coated frogs' legs","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Coated frogs' legs","wiki_url":"https://oldschool.runescape.wiki/w/Coated_frogs'_legs","price":0},"10964":{"id":10964,"name":"Bat shish","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Bat shish","wiki_url":"https://oldschool.runescape.wiki/w/Bat_shish","price":0},"10965":{"id":10965,"name":"Fingers","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Fingers","wiki_url":"https://oldschool.runescape.wiki/w/Fingers","price":0},"10966":{"id":10966,"name":"Grubs à la mode","members":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Grubs à la mode","wiki_url":"https://oldschool.runescape.wiki/w/Grubs_à_la_mode","price":0},"10967":{"id":10967,"name":"Roast frog","members":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Roast frog","wiki_url":"https://oldschool.runescape.wiki/w/Roast_frog","price":0},"10968":{"id":10968,"name":"Mushrooms","members":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Mushrooms","wiki_url":"https://oldschool.runescape.wiki/w/Mushrooms","price":0},"10969":{"id":10969,"name":"Fillets","members":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Fillets","wiki_url":"https://oldschool.runescape.wiki/w/Fillets","price":0},"10970":{"id":10970,"name":"Loach","members":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Loach","wiki_url":"https://oldschool.runescape.wiki/w/Loach","price":0},"10971":{"id":10971,"name":"Eel sushi","members":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Eel sushi","wiki_url":"https://oldschool.runescape.wiki/w/Eel_sushi","price":0},"10972":{"id":10972,"name":"Dorgesh-kaan sphere","members":true,"stackable":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Dorgesh-kaan sphere","wiki_url":"https://oldschool.runescape.wiki/w/Dorgesh-kaan_sphere","price":0},"10973":{"id":10973,"name":"Light orb","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":350,"lowalch":140,"highalch":210,"buy_limit":10000,"wiki_name":"Light orb","wiki_url":"https://oldschool.runescape.wiki/w/Light_orb","price":0},"10975":{"id":10975,"name":"Spanner","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Spanner","wiki_url":"https://oldschool.runescape.wiki/w/Spanner","price":0},"10976":{"id":10976,"name":"Long bone","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Long bone","wiki_url":"https://oldschool.runescape.wiki/w/Long_bone","price":0},"10977":{"id":10977,"name":"Curved bone","members":true,"cost":7,"lowalch":2,"highalch":4,"wiki_name":"Curved bone","wiki_url":"https://oldschool.runescape.wiki/w/Curved_bone","price":0},"10978":{"id":10978,"name":"Swamp weed","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Swamp weed","wiki_url":"https://oldschool.runescape.wiki/w/Swamp_weed","price":198},"10980":{"id":10980,"name":"Empty light orb","members":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Empty light orb","wiki_url":"https://oldschool.runescape.wiki/w/Empty_light_orb","price":0},"10981":{"id":10981,"name":"Cave goblin wire","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":11000,"wiki_name":"Cave goblin wire","wiki_url":"https://oldschool.runescape.wiki/w/Cave_goblin_wire","price":1208},"10983":{"id":10983,"name":"Cog","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Cog (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Cog#Normal","price":0},"10984":{"id":10984,"name":"Cog","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Cog (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Cog#Broken","price":0},"10985":{"id":10985,"name":"Fuse","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Fuse (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Fuse#Normal","price":0},"10986":{"id":10986,"name":"Fuse","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Fuse (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Fuse#Broken","price":0},"10987":{"id":10987,"name":"Meter","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Meter (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Meter#Normal","price":0},"10988":{"id":10988,"name":"Meter","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Meter (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Meter#Broken","price":0},"10989":{"id":10989,"name":"Capacitor","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Capacitor (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Capacitor#Normal","price":0},"10990":{"id":10990,"name":"Capacitor","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Capacitor (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Capacitor#Broken","price":0},"10991":{"id":10991,"name":"Lever","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Lever (Dorgesh-Kaan Agility Course) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Lever_(Dorgesh-Kaan_Agility_Course)#Normal","price":0},"10992":{"id":10992,"name":"Lever","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Lever (Dorgesh-Kaan Agility Course) (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Lever_(Dorgesh-Kaan_Agility_Course)#Broken","price":0},"10993":{"id":10993,"name":"Powerbox","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Powerbox (Unbroken)","wiki_url":"https://oldschool.runescape.wiki/w/Powerbox#Unbroken","price":0},"10994":{"id":10994,"name":"Powerbox","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Powerbox (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Powerbox#Broken","price":0},"10995":{"id":10995,"name":"Perfect shell","members":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Perfect shell","wiki_url":"https://oldschool.runescape.wiki/w/Perfect_shell","price":0},"10996":{"id":10996,"name":"Perfect snail shell","members":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Perfect snail shell","wiki_url":"https://oldschool.runescape.wiki/w/Perfect_snail_shell","price":0},"10997":{"id":10997,"name":"Molanisk","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"10998":{"id":10998,"name":"Cave goblin","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"10999":{"id":10999,"name":"Goblin book","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":15,"wiki_name":"Goblin book","wiki_url":"https://oldschool.runescape.wiki/w/Goblin_book","price":643},"11001":{"id":11001,"name":"Dagon'hai history","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Dagon'hai history","wiki_url":"https://oldschool.runescape.wiki/w/Dagon'hai_history","price":0},"11002":{"id":11002,"name":"Sin'keth's diary","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Sin'keth's diary","wiki_url":"https://oldschool.runescape.wiki/w/Sin'keth's_diary","price":0},"11003":{"id":11003,"name":"An empty folder","members":true,"cost":5,"wiki_name":"An empty folder","wiki_url":"https://oldschool.runescape.wiki/w/An_empty_folder","price":0},"11006":{"id":11006,"name":"Used folder","members":true,"cost":10,"wiki_name":"Used folder","wiki_url":"https://oldschool.runescape.wiki/w/Used_folder","price":0},"11007":{"id":11007,"name":"Full folder","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Full folder","wiki_url":"https://oldschool.runescape.wiki/w/Full_folder","price":0},"11008":{"id":11008,"name":"Rat's paper","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rat's paper","wiki_url":"https://oldschool.runescape.wiki/w/Rat's_paper","price":0},"11009":{"id":11009,"name":"Letter to surok","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Letter to surok","wiki_url":"https://oldschool.runescape.wiki/w/Letter_to_surok","price":0},"11010":{"id":11010,"name":"Surok's letter","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Surok's letter","wiki_url":"https://oldschool.runescape.wiki/w/Surok's_letter","price":0},"11011":{"id":11011,"name":"Zaff's instructions","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Zaff's instructions","wiki_url":"https://oldschool.runescape.wiki/w/Zaff's_instructions","price":0},"11012":{"id":11012,"name":"Wand","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wand (What Lies Below)","wiki_url":"https://oldschool.runescape.wiki/w/Wand_(What_Lies_Below)","price":0},"11013":{"id":11013,"name":"Infused wand","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Infused wand","wiki_url":"https://oldschool.runescape.wiki/w/Infused_wand","price":0},"11014":{"id":11014,"name":"Beacon ring","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Beacon ring","wiki_url":"https://oldschool.runescape.wiki/w/Beacon_ring","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":2,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"11019":{"id":11019,"name":"Chicken feet","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chicken feet","wiki_url":"https://oldschool.runescape.wiki/w/Chicken_feet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"11020":{"id":11020,"name":"Chicken wings","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chicken wings","wiki_url":"https://oldschool.runescape.wiki/w/Chicken_wings","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"11021":{"id":11021,"name":"Chicken head","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chicken head","wiki_url":"https://oldschool.runescape.wiki/w/Chicken_head","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"11022":{"id":11022,"name":"Chicken legs","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chicken legs","wiki_url":"https://oldschool.runescape.wiki/w/Chicken_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"11023":{"id":11023,"name":"Magic egg","cost":1,"wiki_name":"Magic egg","wiki_url":"https://oldschool.runescape.wiki/w/Magic_egg","price":0},"11024":{"id":11024,"name":"Rabbit mould","cost":1,"wiki_name":"Rabbit mould","wiki_url":"https://oldschool.runescape.wiki/w/Rabbit_mould","price":0},"11025":{"id":11025,"name":"Chocolate chunks","stackable":true,"cost":1,"wiki_name":"Chocolate chunks (2013 Easter event)","wiki_url":"https://oldschool.runescape.wiki/w/Chocolate_chunks_(2013_Easter_event)","price":0},"11026":{"id":11026,"name":"Chocolate kebbit","stackable":true,"cost":1,"wiki_name":"Chocolate kebbit","wiki_url":"https://oldschool.runescape.wiki/w/Chocolate_kebbit","price":0},"11027":{"id":11027,"name":"Easter egg","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Easter egg (2013 Easter event) (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Easter_egg_(2013_Easter_event)#Blue","price":0},"11028":{"id":11028,"name":"Easter egg","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Easter egg (2013 Easter event) (Yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Easter_egg_(2013_Easter_event)#Yellow","price":0},"11029":{"id":11029,"name":"Easter egg","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Easter egg (2013 Easter event) (Green)","wiki_url":"https://oldschool.runescape.wiki/w/Easter_egg_(2013_Easter_event)#Green","price":0},"11030":{"id":11030,"name":"Easter egg","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Easter egg (2013 Easter event) (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Easter_egg_(2013_Easter_event)#Red","price":0},"11031":{"id":11031,"name":"Damp planks","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Damp planks","wiki_url":"https://oldschool.runescape.wiki/w/Damp_planks","price":0},"11032":{"id":11032,"name":"Crude carving","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Crude carving","wiki_url":"https://oldschool.runescape.wiki/w/Crude_carving","price":0},"11033":{"id":11033,"name":"Cruder carving","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Cruder carving","wiki_url":"https://oldschool.runescape.wiki/w/Cruder_carving","price":0},"11034":{"id":11034,"name":"Sven's last map","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Sven's last map","wiki_url":"https://oldschool.runescape.wiki/w/Sven's_last_map","price":0},"11035":{"id":11035,"name":"Windswept logs","members":true,"cost":0,"wiki_name":"Windswept logs","wiki_url":"https://oldschool.runescape.wiki/w/Windswept_logs","price":0},"11036":{"id":11036,"name":"Parchment","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Parchment (Olaf's Quest)","wiki_url":"https://oldschool.runescape.wiki/w/Parchment_(Olaf's_Quest)","price":0},"11037":{"id":11037,"name":"Brine sabre","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":26000,"lowalch":10400,"highalch":15600,"buy_limit":8,"wiki_name":"Brine sabre","wiki_url":"https://oldschool.runescape.wiki/w/Brine_sabre","equipment":{"attack_stab":7,"attack_slash":47,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":46,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":40}},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":447513},"11039":{"id":11039,"name":"Key","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Key (Olaf's Quest) (Cross)","wiki_url":"https://oldschool.runescape.wiki/w/Key_(Olaf's_Quest)#Cross","price":0},"11040":{"id":11040,"name":"Key","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Key (Olaf's Quest) (Square)","wiki_url":"https://oldschool.runescape.wiki/w/Key_(Olaf's_Quest)#Square","price":0},"11041":{"id":11041,"name":"Key","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Key (Olaf's Quest) (Triangle)","wiki_url":"https://oldschool.runescape.wiki/w/Key_(Olaf's_Quest)#Triangle","price":0},"11042":{"id":11042,"name":"Key","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Key (Olaf's Quest) (Hexagon)","wiki_url":"https://oldschool.runescape.wiki/w/Key_(Olaf's_Quest)#Hexagon","price":0},"11043":{"id":11043,"name":"Key","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Key (Olaf's Quest) (Star)","wiki_url":"https://oldschool.runescape.wiki/w/Key_(Olaf's_Quest)#Star","price":0},"11044":{"id":11044,"name":"Rotten barrel","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Rotten barrel (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Rotten_barrel_(unobtainable_item)","price":0},"11045":{"id":11045,"name":"Rotten barrel","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Rotten barrel","wiki_url":"https://oldschool.runescape.wiki/w/Rotten_barrel","price":0},"11046":{"id":11046,"name":"Rope","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Rope (Olaf's Quest)","wiki_url":"https://oldschool.runescape.wiki/w/Rope_(Olaf's_Quest)","price":0},"11047":{"id":11047,"name":"Brine rat","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"11048":{"id":11048,"name":"Armour shard","members":true,"cost":1,"wiki_name":"Armour shard","wiki_url":"https://oldschool.runescape.wiki/w/Armour_shard","price":0},"11049":{"id":11049,"name":"Artefact","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Artefact (Armour)","wiki_url":"https://oldschool.runescape.wiki/w/Artefact#Armour","price":0},"11050":{"id":11050,"name":"Axe head","members":true,"cost":1,"wiki_name":"Axe head","wiki_url":"https://oldschool.runescape.wiki/w/Axe_head","price":0},"11051":{"id":11051,"name":"Artefact","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Artefact (Axe)","wiki_url":"https://oldschool.runescape.wiki/w/Artefact#Axe","price":0},"11052":{"id":11052,"name":"Helmet fragment","members":true,"cost":1,"wiki_name":"Helmet fragment","wiki_url":"https://oldschool.runescape.wiki/w/Helmet_fragment","price":0},"11053":{"id":11053,"name":"Artefact","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Artefact (Helmet)","wiki_url":"https://oldschool.runescape.wiki/w/Artefact#Helmet","price":0},"11054":{"id":11054,"name":"Shield fragment","members":true,"cost":1,"wiki_name":"Shield fragment","wiki_url":"https://oldschool.runescape.wiki/w/Shield_fragment","price":0},"11055":{"id":11055,"name":"Artefact","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Artefact (Shield)","wiki_url":"https://oldschool.runescape.wiki/w/Artefact#Shield","price":0},"11056":{"id":11056,"name":"Sword fragment","members":true,"cost":1,"wiki_name":"Sword fragment","wiki_url":"https://oldschool.runescape.wiki/w/Sword_fragment","price":0},"11057":{"id":11057,"name":"Artefact","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Artefact (Sword)","wiki_url":"https://oldschool.runescape.wiki/w/Artefact#Sword","price":0},"11058":{"id":11058,"name":"Mace","members":true,"cost":1,"wiki_name":"Mace (H.A.M.)","wiki_url":"https://oldschool.runescape.wiki/w/Mace_(H.A.M.)","price":0},"11059":{"id":11059,"name":"Artefact","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Artefact (Mace)","wiki_url":"https://oldschool.runescape.wiki/w/Artefact#Mace","price":0},"11060":{"id":11060,"name":"Goblin village sphere","members":true,"stackable":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Goblin village sphere","wiki_url":"https://oldschool.runescape.wiki/w/Goblin_village_sphere","price":0},"11061":{"id":11061,"name":"Ancient mace","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000,"buy_limit":8,"wiki_name":"Ancient mace","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_mace","equipment":{"attack_stab":10,"attack_slash":-2,"attack_crush":16,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":14,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"weapon","requirements":{"attack":15,"prayer":25}},"weapon":{"attack_speed":5,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":755,"lowalch":400,"highalch":600},"11062":{"id":11062,"name":"Zanik (slice)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Zanik (unobtainable item) (Slice)","wiki_url":"https://oldschool.runescape.wiki/w/Zanik_(unobtainable_item)#Slice","price":0},"11065":{"id":11065,"name":"Bracelet mould","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":40,"wiki_name":"Bracelet mould","wiki_url":"https://oldschool.runescape.wiki/w/Bracelet_mould","price":335},"11069":{"id":11069,"name":"Gold bracelet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":550,"lowalch":220,"highalch":330,"buy_limit":18000,"wiki_name":"Gold bracelet","wiki_url":"https://oldschool.runescape.wiki/w/Gold_bracelet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":238},"11072":{"id":11072,"name":"Sapphire bracelet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1150,"lowalch":460,"highalch":690,"buy_limit":10000,"wiki_name":"Sapphire bracelet","wiki_url":"https://oldschool.runescape.wiki/w/Sapphire_bracelet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":619},"11074":{"id":11074,"name":"Bracelet of clay","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1265,"lowalch":506,"highalch":759,"buy_limit":10000,"wiki_name":"Bracelet of clay","wiki_url":"https://oldschool.runescape.wiki/w/Bracelet_of_clay","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":444},"11076":{"id":11076,"name":"Emerald bracelet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1525,"lowalch":610,"highalch":915,"buy_limit":10000,"wiki_name":"Emerald bracelet","wiki_url":"https://oldschool.runescape.wiki/w/Emerald_bracelet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":764},"11079":{"id":11079,"name":"Castle wars bracelet(3)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1675,"lowalch":670,"highalch":1005,"buy_limit":10000,"wiki_name":"Castle wars bracelet (3)","wiki_url":"https://oldschool.runescape.wiki/w/Castle_wars_bracelet#(3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":836},"11081":{"id":11081,"name":"Castle wars bracelet(2)","tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1675,"lowalch":670,"highalch":1005,"wiki_name":"Castle wars bracelet (2)","wiki_url":"https://oldschool.runescape.wiki/w/Castle_wars_bracelet#(2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"11083":{"id":11083,"name":"Castle wars bracelet(1)","tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1675,"lowalch":670,"highalch":1005,"wiki_name":"Castle wars bracelet (1)","wiki_url":"https://oldschool.runescape.wiki/w/Castle_wars_bracelet#(1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"11085":{"id":11085,"name":"Ruby bracelet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2325,"lowalch":930,"highalch":1395,"buy_limit":10000,"wiki_name":"Ruby bracelet","wiki_url":"https://oldschool.runescape.wiki/w/Ruby_bracelet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":1192},"11088":{"id":11088,"name":"Inoculation bracelet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2560,"lowalch":1024,"highalch":1536,"buy_limit":10000,"wiki_name":"Inoculation bracelet","wiki_url":"https://oldschool.runescape.wiki/w/Inoculation_bracelet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":1349},"11090":{"id":11090,"name":"Phoenix necklace","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":4050,"lowalch":1620,"highalch":2430,"buy_limit":10000,"wiki_name":"Phoenix necklace","wiki_url":"https://oldschool.runescape.wiki/w/Phoenix_necklace","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":2088},"11092":{"id":11092,"name":"Diamond bracelet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3825,"lowalch":1530,"highalch":2295,"buy_limit":10000,"wiki_name":"Diamond bracelet","wiki_url":"https://oldschool.runescape.wiki/w/Diamond_bracelet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":1938},"11095":{"id":11095,"name":"Abyssal bracelet(5)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":4200,"lowalch":1680,"highalch":2520,"buy_limit":10000,"wiki_name":"Abyssal bracelet (5)","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_bracelet#(5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":2194},"11097":{"id":11097,"name":"Abyssal bracelet(4)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":4200,"lowalch":1680,"highalch":2520,"wiki_name":"Abyssal bracelet (4)","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_bracelet#(4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"11099":{"id":11099,"name":"Abyssal bracelet(3)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":4200,"lowalch":1680,"highalch":2520,"wiki_name":"Abyssal bracelet (3)","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_bracelet#(3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"11101":{"id":11101,"name":"Abyssal bracelet(2)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":4200,"lowalch":1680,"highalch":2520,"wiki_name":"Abyssal bracelet (2)","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_bracelet#(2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"11103":{"id":11103,"name":"Abyssal bracelet(1)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":4200,"lowalch":1680,"highalch":2520,"wiki_name":"Abyssal bracelet (1)","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_bracelet#(1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"11105":{"id":11105,"name":"Skills necklace(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20200,"lowalch":8080,"highalch":12120,"buy_limit":10000,"wiki_name":"Skills necklace (4)","wiki_url":"https://oldschool.runescape.wiki/w/Skills_necklace#(4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":12185},"11107":{"id":11107,"name":"Skills necklace(3)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20200,"lowalch":8080,"highalch":12120,"wiki_name":"Skills necklace (3)","wiki_url":"https://oldschool.runescape.wiki/w/Skills_necklace#(3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"11109":{"id":11109,"name":"Skills necklace(2)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20200,"lowalch":8080,"highalch":12120,"wiki_name":"Skills necklace (2)","wiki_url":"https://oldschool.runescape.wiki/w/Skills_necklace#(2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"11111":{"id":11111,"name":"Skills necklace(1)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20200,"lowalch":8080,"highalch":12120,"wiki_name":"Skills necklace (1)","wiki_url":"https://oldschool.runescape.wiki/w/Skills_necklace#(1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"11113":{"id":11113,"name":"Skills necklace","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20200,"lowalch":8080,"highalch":12120,"buy_limit":10000,"wiki_name":"Skills necklace (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Skills_necklace#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":12104},"11115":{"id":11115,"name":"Dragonstone bracelet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":19125,"lowalch":7650,"highalch":11475,"buy_limit":10000,"wiki_name":"Dragonstone bracelet","wiki_url":"https://oldschool.runescape.wiki/w/Dragonstone_bracelet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":11870},"11117":{"id":11117,"name":"Dragon bracelet","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"11118":{"id":11118,"name":"Combat bracelet(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":21040,"lowalch":8416,"highalch":12624,"buy_limit":10000,"wiki_name":"Combat bracelet (4)","wiki_url":"https://oldschool.runescape.wiki/w/Combat_bracelet#(4)","equipment":{"attack_stab":7,"attack_slash":7,"attack_crush":7,"attack_magic":3,"attack_ranged":7,"defence_stab":5,"defence_slash":5,"defence_crush":5,"defence_magic":3,"defence_ranged":5,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":12332},"11120":{"id":11120,"name":"Combat bracelet(3)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":21040,"lowalch":8416,"highalch":12624,"wiki_name":"Combat bracelet (3)","wiki_url":"https://oldschool.runescape.wiki/w/Combat_bracelet#(3)","equipment":{"attack_stab":7,"attack_slash":7,"attack_crush":7,"attack_magic":3,"attack_ranged":7,"defence_stab":5,"defence_slash":5,"defence_crush":5,"defence_magic":3,"defence_ranged":5,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"11122":{"id":11122,"name":"Combat bracelet(2)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":21040,"lowalch":8416,"highalch":12624,"wiki_name":"Combat bracelet (2)","wiki_url":"https://oldschool.runescape.wiki/w/Combat_bracelet#(2)","equipment":{"attack_stab":7,"attack_slash":7,"attack_crush":7,"attack_magic":3,"attack_ranged":7,"defence_stab":5,"defence_slash":5,"defence_crush":5,"defence_magic":3,"defence_ranged":5,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"11124":{"id":11124,"name":"Combat bracelet(1)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":21040,"lowalch":8416,"highalch":12624,"wiki_name":"Combat bracelet (1)","wiki_url":"https://oldschool.runescape.wiki/w/Combat_bracelet#(1)","equipment":{"attack_stab":7,"attack_slash":7,"attack_crush":7,"attack_magic":3,"attack_ranged":7,"defence_stab":5,"defence_slash":5,"defence_crush":5,"defence_magic":3,"defence_ranged":5,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"11126":{"id":11126,"name":"Combat bracelet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":21040,"lowalch":8416,"highalch":12624,"buy_limit":10000,"wiki_name":"Combat bracelet (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Combat_bracelet#Uncharged","equipment":{"attack_stab":7,"attack_slash":7,"attack_crush":7,"attack_magic":3,"attack_ranged":7,"defence_stab":5,"defence_slash":5,"defence_crush":5,"defence_magic":3,"defence_ranged":5,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":12245},"11128":{"id":11128,"name":"Berserker necklace","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":202000,"lowalch":80800,"highalch":121200,"buy_limit":70,"wiki_name":"Berserker necklace","wiki_url":"https://oldschool.runescape.wiki/w/Berserker_necklace","equipment":{"attack_stab":-10,"attack_slash":-10,"attack_crush":-10,"attack_magic":0,"attack_ranged":0,"defence_stab":-20,"defence_slash":-20,"defence_crush":-20,"defence_magic":-20,"defence_ranged":-20,"melee_strength":7,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"neck","requirements":null},"price":1755000},"11130":{"id":11130,"name":"Onyx bracelet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":201000,"lowalch":80400,"highalch":120600,"buy_limit":10000,"wiki_name":"Onyx bracelet","wiki_url":"https://oldschool.runescape.wiki/w/Onyx_bracelet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":1113663},"11133":{"id":11133,"name":"Regen bracelet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":202000,"lowalch":80800,"highalch":121200,"buy_limit":70,"wiki_name":"Regen bracelet","wiki_url":"https://oldschool.runescape.wiki/w/Regen_bracelet","equipment":{"attack_stab":8,"attack_slash":8,"attack_crush":8,"attack_magic":3,"attack_ranged":7,"defence_stab":6,"defence_slash":6,"defence_crush":6,"defence_magic":3,"defence_ranged":6,"melee_strength":7,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":1702052},"11136":{"id":11136,"name":"Karamja gloves 1","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Karamja gloves 1","wiki_url":"https://oldschool.runescape.wiki/w/Karamja_gloves_1","equipment":{"attack_stab":1,"attack_slash":1,"attack_crush":1,"attack_magic":1,"attack_ranged":1,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":1,"defence_ranged":1,"melee_strength":1,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"11137":{"id":11137,"name":"Antique lamp","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Antique lamp (Karamja Diary) (Easy)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(Karamja_Diary)#Easy","price":0},"11138":{"id":11138,"name":"Karamja gloves 2","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Karamja gloves 2","wiki_url":"https://oldschool.runescape.wiki/w/Karamja_gloves_2","equipment":{"attack_stab":1,"attack_slash":1,"attack_crush":1,"attack_magic":1,"attack_ranged":1,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":1,"defence_ranged":1,"melee_strength":1,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"11139":{"id":11139,"name":"Antique lamp","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Antique lamp (Karamja Diary) (Medium)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(Karamja_Diary)#Medium","price":0},"11140":{"id":11140,"name":"Karamja gloves 3","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Karamja gloves 3","wiki_url":"https://oldschool.runescape.wiki/w/Karamja_gloves_3","equipment":{"attack_stab":1,"attack_slash":1,"attack_crush":1,"attack_magic":1,"attack_ranged":1,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":1,"defence_ranged":1,"melee_strength":1,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"11141":{"id":11141,"name":"Antique lamp","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Antique lamp (Karamja Diary) (Hard)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(Karamja_Diary)#Hard","price":0},"11151":{"id":11151,"name":"Dream vial (empty)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dream vial (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Dream_vial#Empty","price":0},"11152":{"id":11152,"name":"Dream vial (water)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dream vial (Water)","wiki_url":"https://oldschool.runescape.wiki/w/Dream_vial#Water","price":0},"11153":{"id":11153,"name":"Dream vial (herb)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dream vial (Herb)","wiki_url":"https://oldschool.runescape.wiki/w/Dream_vial#Herb","price":0},"11154":{"id":11154,"name":"Dream potion","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dream potion","wiki_url":"https://oldschool.runescape.wiki/w/Dream_potion","price":0},"11155":{"id":11155,"name":"Ground astral rune","members":true,"cost":20,"wiki_name":"Ground astral rune","wiki_url":"https://oldschool.runescape.wiki/w/Ground_astral_rune","price":0},"11156":{"id":11156,"name":"Astral rune shards","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Astral rune shards","wiki_url":"https://oldschool.runescape.wiki/w/Astral_rune_shards","price":0},"11157":{"id":11157,"name":"Dreamy lamp","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dreamy lamp","wiki_url":"https://oldschool.runescape.wiki/w/Dreamy_lamp","price":0},"11158":{"id":11158,"name":"Cyrisus's chest","members":true,"cost":1,"wiki_name":"Cyrisus's chest","wiki_url":"https://oldschool.runescape.wiki/w/Cyrisus's_chest","price":0},"11159":{"id":11159,"name":"Hunter kit","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Hunter kit","wiki_url":"https://oldschool.runescape.wiki/w/Hunter_kit","price":0},"11165":{"id":11165,"name":"Phoenix crossbow","tradeable":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Phoenix crossbow (unobtainable item) (1)","wiki_url":"https://oldschool.runescape.wiki/w/Phoenix_crossbow_(unobtainable_item)#1","price":0},"11167":{"id":11167,"name":"Phoenix crossbow","tradeable":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Phoenix crossbow (unobtainable item) (2)","wiki_url":"https://oldschool.runescape.wiki/w/Phoenix_crossbow_(unobtainable_item)#2","price":0},"11169":{"id":11169,"name":"Newspaper","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Newspaper (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Newspaper_(unobtainable_item)","price":0},"11171":{"id":11171,"name":"Newspaper","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Newspaper","wiki_url":"https://oldschool.runescape.wiki/w/Newspaper","price":0},"11173":{"id":11173,"name":"Half certificate","tradeable":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Half certificate (Left)","wiki_url":"https://oldschool.runescape.wiki/w/Half_certificate#Left","price":0},"11174":{"id":11174,"name":"Half certificate","tradeable":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Half certificate (Right)","wiki_url":"https://oldschool.runescape.wiki/w/Half_certificate#Right","price":0},"11175":{"id":11175,"name":"Uncleaned find","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Uncleaned find","wiki_url":"https://oldschool.runescape.wiki/w/Uncleaned_find","price":0},"11176":{"id":11176,"name":"Arrowheads","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Arrowheads (Varrock Museum)","wiki_url":"https://oldschool.runescape.wiki/w/Arrowheads_(Varrock_Museum)","price":0},"11177":{"id":11177,"name":"Jewellery","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Jewellery (item)","wiki_url":"https://oldschool.runescape.wiki/w/Jewellery_(item)","price":0},"11178":{"id":11178,"name":"Pottery","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pottery","wiki_url":"https://oldschool.runescape.wiki/w/Pottery","price":0},"11179":{"id":11179,"name":"Old coin","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old coin","wiki_url":"https://oldschool.runescape.wiki/w/Old_coin","price":0},"11180":{"id":11180,"name":"Ancient coin","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ancient coin","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_coin","price":0},"11181":{"id":11181,"name":"Ancient symbol","members":true,"cost":1,"wiki_name":"Ancient symbol","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_symbol","price":0},"11182":{"id":11182,"name":"Old symbol","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old symbol","wiki_url":"https://oldschool.runescape.wiki/w/Old_symbol","price":0},"11183":{"id":11183,"name":"Old chipped vase","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old chipped vase","wiki_url":"https://oldschool.runescape.wiki/w/Old_chipped_vase","price":0},"11184":{"id":11184,"name":"Museum map","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Museum map","wiki_url":"https://oldschool.runescape.wiki/w/Museum_map","price":0},"11185":{"id":11185,"name":"Antique lamp","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Antique lamp (Varrock Museum) (Merlin's Crystal)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(Varrock_Museum)#Merlin's_Crystal","price":0},"11186":{"id":11186,"name":"Antique lamp","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Antique lamp (Varrock Museum) (Shield of Arrav)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(Varrock_Museum)#Shield_of_Arrav","price":0},"11187":{"id":11187,"name":"Antique lamp","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Antique lamp (Varrock Museum) (Making History)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(Varrock_Museum)#Making_History","price":0},"11188":{"id":11188,"name":"Antique lamp","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Antique lamp (Varrock Museum) (Curse of the Empty Lord)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(Varrock_Museum)#Curse_of_the_Empty_Lord","price":0},"11189":{"id":11189,"name":"Antique lamp","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Antique lamp (Varrock Museum) (Uncleaned finds)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(Varrock_Museum)#Uncleaned_finds","price":0},"11190":{"id":11190,"name":"Digsite pendant (1)","members":true,"equipable":true,"equipable_by_player":true,"cost":2400,"lowalch":960,"highalch":1440,"wiki_name":"Digsite pendant (1)","wiki_url":"https://oldschool.runescape.wiki/w/Digsite_pendant#(1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"11191":{"id":11191,"name":"Digsite pendant (2)","members":true,"equipable":true,"equipable_by_player":true,"cost":2400,"lowalch":960,"highalch":1440,"wiki_name":"Digsite pendant (2)","wiki_url":"https://oldschool.runescape.wiki/w/Digsite_pendant#(2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"11192":{"id":11192,"name":"Digsite pendant (3)","members":true,"equipable":true,"equipable_by_player":true,"cost":2400,"lowalch":960,"highalch":1440,"wiki_name":"Digsite pendant (3)","wiki_url":"https://oldschool.runescape.wiki/w/Digsite_pendant#(3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"11193":{"id":11193,"name":"Digsite pendant (4)","members":true,"equipable":true,"equipable_by_player":true,"cost":2400,"lowalch":960,"highalch":1440,"wiki_name":"Digsite pendant (4)","wiki_url":"https://oldschool.runescape.wiki/w/Digsite_pendant#(4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"11194":{"id":11194,"name":"Digsite pendant (5)","members":true,"equipable":true,"equipable_by_player":true,"cost":2400,"lowalch":960,"highalch":1440,"wiki_name":"Digsite pendant (5)","wiki_url":"https://oldschool.runescape.wiki/w/Digsite_pendant#(5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"11195":{"id":11195,"name":"Clean necklace","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clean necklace","wiki_url":"https://oldschool.runescape.wiki/w/Clean_necklace","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"11196":{"id":11196,"name":"Griffin feather","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Griffin feather","wiki_url":"https://oldschool.runescape.wiki/w/Griffin_feather","price":0},"11197":{"id":11197,"name":"Miazrqa's pendant","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Miazrqa's pendant","wiki_url":"https://oldschool.runescape.wiki/w/Miazrqa's_pendant","price":0},"11198":{"id":11198,"name":"Music sheet","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Music sheet","wiki_url":"https://oldschool.runescape.wiki/w/Music_sheet","price":0},"11199":{"id":11199,"name":"Rupert's helmet","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rupert's helmet","wiki_url":"https://oldschool.runescape.wiki/w/Rupert's_helmet","price":0},"11200":{"id":11200,"name":"Dwarven helmet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":60000,"lowalch":24000,"highalch":36000,"buy_limit":50,"wiki_name":"Dwarven helmet","wiki_url":"https://oldschool.runescape.wiki/w/Dwarven_helmet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":6,"attack_magic":-2,"attack_ranged":-2,"defence_stab":27,"defence_slash":28,"defence_crush":31,"defence_magic":5,"defence_ranged":24,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":50}},"price":36125},"11202":{"id":11202,"name":"Shrinking recipe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shrinking recipe","wiki_url":"https://oldschool.runescape.wiki/w/Shrinking_recipe","price":0},"11203":{"id":11203,"name":"To-do list","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"To-do list","wiki_url":"https://oldschool.runescape.wiki/w/To-do_list","price":0},"11204":{"id":11204,"name":"Shrink-me-quick","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shrink-me-quick","wiki_url":"https://oldschool.runescape.wiki/w/Shrink-me-quick","price":0},"11205":{"id":11205,"name":"Shrunk ogleroot","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":15,"wiki_name":"Shrunk ogleroot","wiki_url":"https://oldschool.runescape.wiki/w/Shrunk_ogleroot","price":3092},"11210":{"id":11210,"name":"Golden goblin","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Golden goblin","wiki_url":"https://oldschool.runescape.wiki/w/Golden_goblin","price":0},"11211":{"id":11211,"name":"Magic beans","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Magic beans","wiki_url":"https://oldschool.runescape.wiki/w/Magic_beans","price":0},"11212":{"id":11212,"name":"Dragon arrow","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":800,"lowalch":320,"highalch":480,"buy_limit":11000,"wiki_name":"Dragon arrow (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_arrow#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":60,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":60}},"price":1060},"11217":{"id":11217,"name":"Dragon fire arrow","members":true,"tradeable":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Dragon fire arrow (Unlit)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_fire_arrow#Unlit","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":60,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":60}},"price":0},"11222":{"id":11222,"name":"Dragon fire arrow (lit)","members":true,"tradeable":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Dragon fire arrow (Lit)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_fire_arrow#Lit","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":60,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":60}},"price":0},"11227":{"id":11227,"name":"Dragon arrow(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":800,"lowalch":320,"highalch":480,"buy_limit":11000,"wiki_name":"Dragon arrow (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_arrow#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":60,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":60}},"price":1128},"11228":{"id":11228,"name":"Dragon arrow(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":800,"lowalch":320,"highalch":480,"buy_limit":11000,"wiki_name":"Dragon arrow (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_arrow#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":60,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":60}},"price":1443},"11229":{"id":11229,"name":"Dragon arrow(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":800,"lowalch":320,"highalch":480,"buy_limit":11000,"wiki_name":"Dragon arrow (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_arrow#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":60,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":60}},"price":2339},"11230":{"id":11230,"name":"Dragon dart","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":11000,"wiki_name":"Dragon dart (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_dart#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":35,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":60}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":955},"11231":{"id":11231,"name":"Dragon dart(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":11000,"wiki_name":"Dragon dart (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_dart#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":35,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":60}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":1115},"11232":{"id":11232,"name":"Dragon dart tip","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":11000,"wiki_name":"Dragon dart tip","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_dart_tip","price":1209},"11233":{"id":11233,"name":"Dragon dart(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":11000,"wiki_name":"Dragon dart (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_dart#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":35,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":60}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":1189},"11234":{"id":11234,"name":"Dragon dart(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":11000,"wiki_name":"Dragon dart (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_dart#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":35,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":60}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":2088},"11235":{"id":11235,"name":"Dark bow","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":120002,"lowalch":48000,"highalch":72001,"buy_limit":8,"wiki_name":"Dark bow (Regular)","wiki_url":"https://oldschool.runescape.wiki/w/Dark_bow#Regular","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":95,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":60}},"weapon":{"attack_speed":9,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":1109301},"11237":{"id":11237,"name":"Dragon arrowtips","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":10000,"wiki_name":"Dragon arrowtips","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_arrowtips","price":1077},"11238":{"id":11238,"name":"Baby impling jar","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":18000,"wiki_name":"Baby impling jar","wiki_url":"https://oldschool.runescape.wiki/w/Baby_impling_jar","price":1501},"11240":{"id":11240,"name":"Young impling jar","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":18000,"wiki_name":"Young impling jar","wiki_url":"https://oldschool.runescape.wiki/w/Young_impling_jar","price":2650},"11242":{"id":11242,"name":"Gourmet impling jar","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":18000,"wiki_name":"Gourmet impling jar","wiki_url":"https://oldschool.runescape.wiki/w/Gourmet_impling_jar","price":3935},"11244":{"id":11244,"name":"Earth impling jar","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":18000,"wiki_name":"Earth impling jar","wiki_url":"https://oldschool.runescape.wiki/w/Earth_impling_jar","price":1704},"11246":{"id":11246,"name":"Essence impling jar","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":18000,"wiki_name":"Essence impling jar","wiki_url":"https://oldschool.runescape.wiki/w/Essence_impling_jar","price":2899},"11248":{"id":11248,"name":"Eclectic impling jar","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":18000,"wiki_name":"Eclectic impling jar","wiki_url":"https://oldschool.runescape.wiki/w/Eclectic_impling_jar","price":5630},"11250":{"id":11250,"name":"Nature impling jar","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":18000,"wiki_name":"Nature impling jar","wiki_url":"https://oldschool.runescape.wiki/w/Nature_impling_jar","price":8982},"11252":{"id":11252,"name":"Magpie impling jar","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":18000,"wiki_name":"Magpie impling jar","wiki_url":"https://oldschool.runescape.wiki/w/Magpie_impling_jar","price":28082},"11254":{"id":11254,"name":"Ninja impling jar","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":18000,"wiki_name":"Ninja impling jar","wiki_url":"https://oldschool.runescape.wiki/w/Ninja_impling_jar","price":60614},"11256":{"id":11256,"name":"Dragon impling jar","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":18000,"wiki_name":"Dragon impling jar","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_impling_jar","price":543500},"11258":{"id":11258,"name":"Jar generator","members":true,"cost":600,"lowalch":240,"highalch":360,"wiki_name":"Jar generator","wiki_url":"https://oldschool.runescape.wiki/w/Jar_generator","price":0},"11259":{"id":11259,"name":"Magic butterfly net","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Magic butterfly net","wiki_url":"https://oldschool.runescape.wiki/w/Magic_butterfly_net","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"hunter":17}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"11260":{"id":11260,"name":"Impling jar","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Impling jar","wiki_url":"https://oldschool.runescape.wiki/w/Impling_jar","price":710},"11262":{"id":11262,"name":"Imp repellent","members":true,"tradeable":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Imp repellent","wiki_url":"https://oldschool.runescape.wiki/w/Imp_repellent","price":0},"11264":{"id":11264,"name":"Anchovy oil","members":true,"tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Anchovy oil","wiki_url":"https://oldschool.runescape.wiki/w/Anchovy_oil","price":0},"11266":{"id":11266,"name":"Anchovy paste","members":true,"tradeable":true,"stackable":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Anchovy paste","wiki_url":"https://oldschool.runescape.wiki/w/Anchovy_paste","price":0},"11273":{"id":11273,"name":"Impling scroll","members":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Impling scroll","wiki_url":"https://oldschool.runescape.wiki/w/Impling_scroll","price":0},"11279":{"id":11279,"name":"Elvarg's head","cost":1,"wiki_name":"Elvarg's head","wiki_url":"https://oldschool.runescape.wiki/w/Elvarg's_head","price":0},"11280":{"id":11280,"name":"Cavalier mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":150,"wiki_name":"Cavalier mask","wiki_url":"https://oldschool.runescape.wiki/w/Cavalier_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":65889},"11282":{"id":11282,"name":"Beret mask","members":true,"equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"wiki_name":"Beret mask","wiki_url":"https://oldschool.runescape.wiki/w/Beret_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"11283":{"id":11283,"name":"Dragonfire shield","members":true,"equipable":true,"equipable_by_player":true,"cost":2000000,"lowalch":800000,"highalch":1200000,"wiki_name":"Dragonfire shield (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Dragonfire_shield#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":-5,"defence_stab":70,"defence_slash":75,"defence_crush":72,"defence_magic":10,"defence_ranged":72,"melee_strength":7,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":75}},"price":0},"11284":{"id":11284,"name":"Dragonfire shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000000,"lowalch":800000,"highalch":1200000,"buy_limit":8,"wiki_name":"Dragonfire shield (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Dragonfire_shield#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":-5,"defence_stab":20,"defence_slash":25,"defence_crush":22,"defence_magic":10,"defence_ranged":22,"melee_strength":7,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":75}},"price":2762496},"11286":{"id":11286,"name":"Draconic visage","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":750000,"lowalch":300000,"highalch":450000,"buy_limit":5,"wiki_name":"Draconic visage","wiki_url":"https://oldschool.runescape.wiki/w/Draconic_visage","price":2743429},"11323":{"id":11323,"name":"Barbarian rod","members":true,"cost":76,"lowalch":30,"highalch":45,"wiki_name":"Barbarian rod","wiki_url":"https://oldschool.runescape.wiki/w/Barbarian_rod","price":0},"11324":{"id":11324,"name":"Roe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":13000,"wiki_name":"Roe","wiki_url":"https://oldschool.runescape.wiki/w/Roe","price":172},"11326":{"id":11326,"name":"Caviar","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":13000,"wiki_name":"Caviar","wiki_url":"https://oldschool.runescape.wiki/w/Caviar","price":114},"11328":{"id":11328,"name":"Leaping trout","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Leaping trout","wiki_url":"https://oldschool.runescape.wiki/w/Leaping_trout","price":21},"11330":{"id":11330,"name":"Leaping salmon","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":13000,"wiki_name":"Leaping salmon","wiki_url":"https://oldschool.runescape.wiki/w/Leaping_salmon","price":21},"11332":{"id":11332,"name":"Leaping sturgeon","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":13000,"wiki_name":"Leaping sturgeon","wiki_url":"https://oldschool.runescape.wiki/w/Leaping_sturgeon","price":51},"11334":{"id":11334,"name":"Fish offcuts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":8000,"wiki_name":"Fish offcuts","wiki_url":"https://oldschool.runescape.wiki/w/Fish_offcuts","price":50},"11335":{"id":11335,"name":"Dragon full helm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":150000,"lowalch":60000,"highalch":90000,"buy_limit":8,"wiki_name":"Dragon full helm","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_full_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":45,"defence_slash":48,"defence_crush":41,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":60}},"price":92612277},"11337":{"id":11337,"name":"Mangled bones","members":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Mangled bones","wiki_url":"https://oldschool.runescape.wiki/w/Mangled_bones","price":0},"11338":{"id":11338,"name":"Chewed bones","members":true,"cost":3500,"lowalch":1400,"highalch":2100,"wiki_name":"Chewed bones","wiki_url":"https://oldschool.runescape.wiki/w/Chewed_bones","price":0},"11339":{"id":11339,"name":"My notes","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"My notes","wiki_url":"https://oldschool.runescape.wiki/w/My_notes","price":0},"11340":{"id":11340,"name":"Barbarian skills","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Barbarian skills","wiki_url":"https://oldschool.runescape.wiki/w/Barbarian_skills","price":0},"11341":{"id":11341,"name":"Ancient page","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ancient page (1)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_page#1","price":0},"11342":{"id":11342,"name":"Ancient page","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ancient page (2)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_page#2","price":0},"11343":{"id":11343,"name":"Ancient page","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ancient page (3)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_page#3","price":0},"11344":{"id":11344,"name":"Ancient page","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ancient page (4)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_page#4","price":0},"11345":{"id":11345,"name":"Ancient page","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ancient page (5)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_page#5","price":0},"11346":{"id":11346,"name":"Ancient page","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ancient page (6)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_page#6","price":0},"11347":{"id":11347,"name":"Ancient page","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ancient page (7)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_page#7","price":0},"11348":{"id":11348,"name":"Ancient page","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ancient page (8)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_page#8","price":0},"11349":{"id":11349,"name":"Ancient page","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ancient page (9)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_page#9","price":0},"11350":{"id":11350,"name":"Ancient page","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ancient page (10)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_page#10","price":0},"11351":{"id":11351,"name":"Ancient page","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ancient page (11)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_page#11","price":0},"11352":{"id":11352,"name":"Ancient page","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ancient page (12)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_page#12","price":0},"11353":{"id":11353,"name":"Ancient page","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ancient page (13)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_page#13","price":0},"11354":{"id":11354,"name":"Ancient page","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ancient page (14)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_page#14","price":0},"11355":{"id":11355,"name":"Ancient page","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ancient page (15)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_page#15","price":0},"11356":{"id":11356,"name":"Ancient page","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ancient page (16)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_page#16","price":0},"11357":{"id":11357,"name":"Ancient page","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ancient page (17)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_page#17","price":0},"11358":{"id":11358,"name":"Ancient page","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ancient page (18)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_page#18","price":0},"11359":{"id":11359,"name":"Ancient page","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ancient page (19)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_page#19","price":0},"11360":{"id":11360,"name":"Ancient page","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ancient page (20)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_page#20","price":0},"11361":{"id":11361,"name":"Ancient page","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ancient page (21)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_page#21","price":0},"11362":{"id":11362,"name":"Ancient page","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ancient page (22)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_page#22","price":0},"11363":{"id":11363,"name":"Ancient page","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ancient page (23)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_page#23","price":0},"11364":{"id":11364,"name":"Ancient page","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ancient page (24)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_page#24","price":0},"11365":{"id":11365,"name":"Ancient page","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ancient page (25)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_page#25","price":0},"11366":{"id":11366,"name":"Ancient page","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ancient page (26)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_page#26","price":0},"11367":{"id":11367,"name":"Bronze hasta","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":26,"lowalch":10,"highalch":15,"buy_limit":125,"wiki_name":"Bronze hasta (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_hasta#Unpoisoned","equipment":{"attack_stab":5,"attack_slash":5,"attack_crush":5,"attack_magic":0,"attack_ranged":0,"defence_stab":-1,"defence_slash":-1,"defence_crush":-1,"defence_magic":0,"defence_ranged":-1,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":280},"11369":{"id":11369,"name":"Iron hasta","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":91,"lowalch":36,"highalch":54,"buy_limit":125,"wiki_name":"Iron hasta (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_hasta#Unpoisoned","equipment":{"attack_stab":8,"attack_slash":8,"attack_crush":8,"attack_magic":0,"attack_ranged":0,"defence_stab":-2,"defence_slash":-2,"defence_crush":-2,"defence_magic":0,"defence_ranged":-2,"melee_strength":10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":3},"11371":{"id":11371,"name":"Steel hasta","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":325,"lowalch":130,"highalch":195,"buy_limit":125,"wiki_name":"Steel hasta (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_hasta#Unpoisoned","equipment":{"attack_stab":12,"attack_slash":12,"attack_crush":12,"attack_magic":0,"attack_ranged":0,"defence_stab":-3,"defence_slash":-3,"defence_crush":-3,"defence_magic":0,"defence_ranged":-3,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":5}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"11373":{"id":11373,"name":"Mithril hasta","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":845,"lowalch":338,"highalch":507,"buy_limit":125,"wiki_name":"Mithril hasta (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_hasta#Unpoisoned","equipment":{"attack_stab":17,"attack_slash":17,"attack_crush":17,"attack_magic":0,"attack_ranged":0,"defence_stab":-5,"defence_slash":-5,"defence_crush":-4,"defence_magic":0,"defence_ranged":-5,"melee_strength":18,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":20}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1000},"11375":{"id":11375,"name":"Adamant hasta","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":2080,"lowalch":832,"highalch":1248,"buy_limit":125,"wiki_name":"Adamant hasta (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_hasta#Unpoisoned","equipment":{"attack_stab":24,"attack_slash":24,"attack_crush":24,"attack_magic":0,"attack_ranged":0,"defence_stab":-6,"defence_slash":-7,"defence_crush":-5,"defence_magic":0,"defence_ranged":-6,"melee_strength":28,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":30}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":815},"11377":{"id":11377,"name":"Rune hasta","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":20800,"lowalch":8320,"highalch":12480,"buy_limit":70,"wiki_name":"Rune hasta (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_hasta#Unpoisoned","equipment":{"attack_stab":36,"attack_slash":36,"attack_crush":36,"attack_magic":0,"attack_ranged":0,"defence_stab":-10,"defence_slash":-10,"defence_crush":-9,"defence_magic":0,"defence_ranged":-10,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":40}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":11664},"11379":{"id":11379,"name":"Bronze hasta(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":26,"lowalch":10,"highalch":15,"buy_limit":125,"wiki_name":"Bronze hasta (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_hasta#Poison","equipment":{"attack_stab":5,"attack_slash":5,"attack_crush":5,"attack_magic":0,"attack_ranged":0,"defence_stab":-1,"defence_slash":-1,"defence_crush":-1,"defence_magic":0,"defence_ranged":-1,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":300},"11381":{"id":11381,"name":"Bronze hasta(kp)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":26,"lowalch":10,"highalch":15,"wiki_name":"Bronze hasta (Karambwan poison)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_hasta#Karambwan_poison","equipment":{"attack_stab":5,"attack_slash":5,"attack_crush":5,"attack_magic":0,"attack_ranged":0,"defence_stab":-1,"defence_slash":-1,"defence_crush":-1,"defence_magic":0,"defence_ranged":-1,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"11382":{"id":11382,"name":"Bronze hasta(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":26,"lowalch":10,"highalch":15,"buy_limit":125,"wiki_name":"Bronze hasta (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_hasta#Poison+","equipment":{"attack_stab":5,"attack_slash":5,"attack_crush":5,"attack_magic":0,"attack_ranged":0,"defence_stab":-1,"defence_slash":-1,"defence_crush":-1,"defence_magic":0,"defence_ranged":-1,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":2720},"11384":{"id":11384,"name":"Bronze hasta(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":26,"lowalch":10,"highalch":15,"buy_limit":125,"wiki_name":"Bronze hasta (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_hasta#Poison++","equipment":{"attack_stab":5,"attack_slash":5,"attack_crush":5,"attack_magic":0,"attack_ranged":0,"defence_stab":-1,"defence_slash":-1,"defence_crush":-1,"defence_magic":0,"defence_ranged":-1,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1},"11386":{"id":11386,"name":"Iron hasta(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":91,"lowalch":36,"highalch":54,"buy_limit":125,"wiki_name":"Iron hasta (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_hasta#Poison","equipment":{"attack_stab":8,"attack_slash":8,"attack_crush":8,"attack_magic":0,"attack_ranged":0,"defence_stab":-2,"defence_slash":-2,"defence_crush":-2,"defence_magic":0,"defence_ranged":-2,"melee_strength":10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":10001},"11388":{"id":11388,"name":"Iron hasta(kp)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":91,"lowalch":36,"highalch":54,"wiki_name":"Iron hasta (Karambwan poison)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_hasta#Karambwan_poison","equipment":{"attack_stab":8,"attack_slash":8,"attack_crush":8,"attack_magic":0,"attack_ranged":0,"defence_stab":-2,"defence_slash":-2,"defence_crush":-2,"defence_magic":0,"defence_ranged":-2,"melee_strength":10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"11389":{"id":11389,"name":"Iron hasta(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":91,"lowalch":36,"highalch":54,"buy_limit":125,"wiki_name":"Iron hasta (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_hasta#Poison+","equipment":{"attack_stab":8,"attack_slash":8,"attack_crush":8,"attack_magic":0,"attack_ranged":0,"defence_stab":-2,"defence_slash":-2,"defence_crush":-2,"defence_magic":0,"defence_ranged":-2,"melee_strength":10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1765},"11391":{"id":11391,"name":"Iron hasta(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":91,"lowalch":36,"highalch":54,"buy_limit":125,"wiki_name":"Iron hasta (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_hasta#Poison++","equipment":{"attack_stab":8,"attack_slash":8,"attack_crush":8,"attack_magic":0,"attack_ranged":0,"defence_stab":-2,"defence_slash":-2,"defence_crush":-2,"defence_magic":0,"defence_ranged":-2,"melee_strength":10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1000},"11393":{"id":11393,"name":"Steel hasta(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":325,"lowalch":130,"highalch":195,"buy_limit":125,"wiki_name":"Steel hasta (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_hasta#Poison","equipment":{"attack_stab":12,"attack_slash":12,"attack_crush":12,"attack_magic":0,"attack_ranged":0,"defence_stab":-3,"defence_slash":-3,"defence_crush":-3,"defence_magic":0,"defence_ranged":-3,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":5}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":4042},"11395":{"id":11395,"name":"Steel hasta(kp)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":325,"lowalch":130,"highalch":195,"wiki_name":"Steel hasta (Karambwan poison)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_hasta#Karambwan_poison","equipment":{"attack_stab":12,"attack_slash":12,"attack_crush":12,"attack_magic":0,"attack_ranged":0,"defence_stab":-3,"defence_slash":-3,"defence_crush":-3,"defence_magic":0,"defence_ranged":-3,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":5}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"11396":{"id":11396,"name":"Steel hasta(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":325,"lowalch":130,"highalch":195,"buy_limit":125,"wiki_name":"Steel hasta (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_hasta#Poison+","equipment":{"attack_stab":12,"attack_slash":12,"attack_crush":12,"attack_magic":0,"attack_ranged":0,"defence_stab":-3,"defence_slash":-3,"defence_crush":-3,"defence_magic":0,"defence_ranged":-3,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":5}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":10062},"11398":{"id":11398,"name":"Steel hasta(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":325,"lowalch":130,"highalch":195,"buy_limit":125,"wiki_name":"Steel hasta (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_hasta#Poison++","equipment":{"attack_stab":12,"attack_slash":12,"attack_crush":12,"attack_magic":0,"attack_ranged":0,"defence_stab":-3,"defence_slash":-3,"defence_crush":-3,"defence_magic":0,"defence_ranged":-3,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":5}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":2565},"11400":{"id":11400,"name":"Mithril hasta(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":845,"lowalch":338,"highalch":507,"buy_limit":125,"wiki_name":"Mithril hasta (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_hasta#Poison","equipment":{"attack_stab":17,"attack_slash":17,"attack_crush":17,"attack_magic":0,"attack_ranged":0,"defence_stab":-5,"defence_slash":-5,"defence_crush":-4,"defence_magic":0,"defence_ranged":-5,"melee_strength":18,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":20}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":838},"11402":{"id":11402,"name":"Mithril hasta(kp)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":845,"lowalch":338,"highalch":507,"wiki_name":"Mithril hasta (Karambwan poison)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_hasta#Karambwan_poison","equipment":{"attack_stab":17,"attack_slash":17,"attack_crush":17,"attack_magic":0,"attack_ranged":0,"defence_stab":-5,"defence_slash":-5,"defence_crush":-4,"defence_magic":0,"defence_ranged":-5,"melee_strength":18,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":20}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"11403":{"id":11403,"name":"Mithril hasta(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":845,"lowalch":338,"highalch":507,"buy_limit":125,"wiki_name":"Mithril hasta (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_hasta#Poison+","equipment":{"attack_stab":17,"attack_slash":17,"attack_crush":17,"attack_magic":0,"attack_ranged":0,"defence_stab":-5,"defence_slash":-5,"defence_crush":-4,"defence_magic":0,"defence_ranged":-5,"melee_strength":18,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":20}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":251},"11405":{"id":11405,"name":"Mithril hasta(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":845,"lowalch":338,"highalch":507,"buy_limit":125,"wiki_name":"Mithril hasta (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_hasta#Poison++","equipment":{"attack_stab":17,"attack_slash":17,"attack_crush":17,"attack_magic":0,"attack_ranged":0,"defence_stab":-5,"defence_slash":-5,"defence_crush":-4,"defence_magic":0,"defence_ranged":-5,"melee_strength":18,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":20}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":4151},"11407":{"id":11407,"name":"Adamant hasta(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":2080,"lowalch":832,"highalch":1248,"buy_limit":125,"wiki_name":"Adamant hasta (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_hasta#Poison","equipment":{"attack_stab":24,"attack_slash":24,"attack_crush":24,"attack_magic":0,"attack_ranged":0,"defence_stab":-6,"defence_slash":-7,"defence_crush":-5,"defence_magic":0,"defence_ranged":-6,"melee_strength":28,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":30}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":3012},"11409":{"id":11409,"name":"Adamant hasta(kp)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":2080,"lowalch":832,"highalch":1248,"wiki_name":"Adamant hasta (Karambwan poison)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_hasta#Karambwan_poison","equipment":{"attack_stab":24,"attack_slash":24,"attack_crush":24,"attack_magic":0,"attack_ranged":0,"defence_stab":-6,"defence_slash":-7,"defence_crush":-5,"defence_magic":0,"defence_ranged":-6,"melee_strength":28,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":30}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"11410":{"id":11410,"name":"Adamant hasta(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":2080,"lowalch":832,"highalch":1248,"buy_limit":125,"wiki_name":"Adamant hasta (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_hasta#Poison+","equipment":{"attack_stab":24,"attack_slash":24,"attack_crush":24,"attack_magic":0,"attack_ranged":0,"defence_stab":-6,"defence_slash":-7,"defence_crush":-5,"defence_magic":0,"defence_ranged":-6,"melee_strength":28,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":30}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":6691},"11412":{"id":11412,"name":"Adamant hasta(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":2080,"lowalch":832,"highalch":1248,"buy_limit":125,"wiki_name":"Adamant hasta (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_hasta#Poison++","equipment":{"attack_stab":24,"attack_slash":24,"attack_crush":24,"attack_magic":0,"attack_ranged":0,"defence_stab":-6,"defence_slash":-7,"defence_crush":-5,"defence_magic":0,"defence_ranged":-6,"melee_strength":28,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":30}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":3544},"11414":{"id":11414,"name":"Rune hasta(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":20800,"lowalch":8320,"highalch":12480,"buy_limit":70,"wiki_name":"Rune hasta (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_hasta#Poison","equipment":{"attack_stab":36,"attack_slash":36,"attack_crush":36,"attack_magic":0,"attack_ranged":0,"defence_stab":-10,"defence_slash":-10,"defence_crush":-9,"defence_magic":0,"defence_ranged":-10,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":40}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":14641},"11416":{"id":11416,"name":"Rune hasta(kp)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":20800,"lowalch":8320,"highalch":12480,"wiki_name":"Rune hasta (Karambwan poison)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_hasta#Karambwan_poison","equipment":{"attack_stab":36,"attack_slash":36,"attack_crush":36,"attack_magic":0,"attack_ranged":0,"defence_stab":-10,"defence_slash":-10,"defence_crush":-9,"defence_magic":0,"defence_ranged":-10,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":40}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"11417":{"id":11417,"name":"Rune hasta(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":20800,"lowalch":8320,"highalch":12480,"buy_limit":70,"wiki_name":"Rune hasta (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_hasta#Poison+","equipment":{"attack_stab":36,"attack_slash":36,"attack_crush":36,"attack_magic":0,"attack_ranged":0,"defence_stab":-10,"defence_slash":-10,"defence_crush":-9,"defence_magic":0,"defence_ranged":-10,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":40}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":23710},"11419":{"id":11419,"name":"Rune hasta(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":20800,"lowalch":8320,"highalch":12480,"buy_limit":70,"wiki_name":"Rune hasta (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_hasta#Poison++","equipment":{"attack_stab":36,"attack_slash":36,"attack_crush":36,"attack_magic":0,"attack_ranged":0,"defence_stab":-10,"defence_slash":-10,"defence_crush":-9,"defence_magic":0,"defence_ranged":-10,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":40}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":13002},"11427":{"id":11427,"name":"Fish vial","members":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Fish vial (1)","wiki_url":"https://oldschool.runescape.wiki/w/Fish_vial#(1)","price":0},"11428":{"id":11428,"name":"Fish vial","members":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Fish vial (2)","wiki_url":"https://oldschool.runescape.wiki/w/Fish_vial#(2)","price":0},"11429":{"id":11429,"name":"Attack mix(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":9,"lowalch":3,"highalch":5,"buy_limit":2000,"wiki_name":"Attack mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Attack_mix#2_dose","price":1},"11431":{"id":11431,"name":"Attack mix(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":6,"lowalch":2,"highalch":3,"buy_limit":2000,"wiki_name":"Attack mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Attack_mix#1_dose","price":68},"11433":{"id":11433,"name":"Antipoison mix(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":216,"lowalch":86,"highalch":129,"buy_limit":2000,"wiki_name":"Antipoison mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antipoison_mix#2_dose","price":51},"11435":{"id":11435,"name":"Antipoison mix(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":144,"lowalch":57,"highalch":86,"buy_limit":2000,"wiki_name":"Antipoison mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antipoison_mix#1_dose","price":285},"11437":{"id":11437,"name":"Relicym's mix(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":2000,"wiki_name":"Relicym's mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Relicym's_mix#2_dose","price":0},"11439":{"id":11439,"name":"Relicym's mix(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":75,"lowalch":30,"highalch":45,"buy_limit":2000,"wiki_name":"Relicym's mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Relicym's_mix#1_dose","price":10000},"11441":{"id":11441,"name":"Strength mix(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":11,"lowalch":4,"highalch":6,"buy_limit":2000,"wiki_name":"Strength mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Strength_mix#1_dose","price":260},"11443":{"id":11443,"name":"Strength mix(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":13,"lowalch":5,"highalch":7,"buy_limit":2000,"wiki_name":"Strength mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Strength_mix#2_dose","price":21},"11445":{"id":11445,"name":"Combat mix(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":105,"lowalch":42,"highalch":63,"buy_limit":2000,"wiki_name":"Combat mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Combat_mix#2_dose","price":89},"11447":{"id":11447,"name":"Combat mix(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":52,"lowalch":20,"highalch":31,"buy_limit":2000,"wiki_name":"Combat mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Combat_mix#1_dose","price":1},"11449":{"id":11449,"name":"Restore mix(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":66,"lowalch":26,"highalch":39,"buy_limit":2000,"wiki_name":"Restore mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Restore_mix#2_dose","price":109},"11451":{"id":11451,"name":"Restore mix(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":44,"lowalch":17,"highalch":26,"buy_limit":2000,"wiki_name":"Restore mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Restore_mix#1_dose","price":152},"11453":{"id":11453,"name":"Energy mix(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":72,"lowalch":28,"highalch":43,"buy_limit":2000,"wiki_name":"Energy mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Energy_mix#2_dose","price":348},"11455":{"id":11455,"name":"Energy mix(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":36,"lowalch":14,"highalch":21,"buy_limit":2000,"wiki_name":"Energy mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Energy_mix#1_dose","price":279},"11457":{"id":11457,"name":"Defence mix(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":2000,"wiki_name":"Defence mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Defence_mix#2_dose","price":0},"11459":{"id":11459,"name":"Defence mix(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":60,"lowalch":24,"highalch":36,"buy_limit":2000,"wiki_name":"Defence mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Defence_mix#1_dose","price":22},"11461":{"id":11461,"name":"Agility mix(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":2000,"wiki_name":"Agility mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Agility_mix#2_dose","price":756},"11463":{"id":11463,"name":"Agility mix(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":2000,"wiki_name":"Agility mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Agility_mix#1_dose","price":345},"11465":{"id":11465,"name":"Prayer mix(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":114,"lowalch":45,"highalch":68,"buy_limit":2000,"wiki_name":"Prayer mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Prayer_mix#2_dose","price":4996},"11467":{"id":11467,"name":"Prayer mix(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":76,"lowalch":30,"highalch":45,"buy_limit":2000,"wiki_name":"Prayer mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Prayer_mix#1_dose","price":1630},"11469":{"id":11469,"name":"Superattack mix(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":135,"lowalch":54,"highalch":81,"buy_limit":2000,"wiki_name":"Superattack mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Superattack_mix#2_dose","price":1},"11471":{"id":11471,"name":"Superattack mix(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":2000,"wiki_name":"Superattack mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Superattack_mix#1_dose","price":165},"11473":{"id":11473,"name":"Anti-poison supermix(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":216,"lowalch":86,"highalch":129,"buy_limit":2000,"wiki_name":"Anti-poison supermix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Anti-poison_supermix#2_dose","price":343},"11475":{"id":11475,"name":"Anti-poison supermix(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":144,"lowalch":57,"highalch":86,"buy_limit":2000,"wiki_name":"Anti-poison supermix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Anti-poison_supermix#1_dose","price":1720},"11477":{"id":11477,"name":"Fishing mix(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":2000,"wiki_name":"Fishing mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Fishing_mix#2_dose","price":104},"11479":{"id":11479,"name":"Fishing mix(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":2000,"wiki_name":"Fishing mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Fishing_mix#1_dose","price":281},"11481":{"id":11481,"name":"Super energy mix(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":2000,"wiki_name":"Super energy mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_energy_mix#2_dose","price":1810},"11483":{"id":11483,"name":"Super energy mix(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":2000,"wiki_name":"Super energy mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_energy_mix#1_dose","price":838},"11485":{"id":11485,"name":"Super str. mix(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":165,"lowalch":66,"highalch":99,"buy_limit":2000,"wiki_name":"Super str. mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_str._mix#2_dose","price":1198},"11487":{"id":11487,"name":"Super str. mix(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":110,"lowalch":44,"highalch":66,"buy_limit":2000,"wiki_name":"Super str. mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_str._mix#1_dose","price":717},"11489":{"id":11489,"name":"Magic essence mix(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":180,"lowalch":72,"highalch":108,"buy_limit":2000,"wiki_name":"Magic essence mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Magic_essence_mix#2_dose","price":1927},"11491":{"id":11491,"name":"Magic essence mix(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":130,"lowalch":52,"highalch":78,"buy_limit":2000,"wiki_name":"Magic essence mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Magic_essence_mix#1_dose","price":203},"11493":{"id":11493,"name":"Super restore mix(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":180,"lowalch":72,"highalch":108,"buy_limit":2000,"wiki_name":"Super restore mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_restore_mix#2_dose","price":4325},"11495":{"id":11495,"name":"Super restore mix(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":120,"lowalch":48,"highalch":72,"buy_limit":2000,"wiki_name":"Super restore mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_restore_mix#1_dose","price":5548},"11497":{"id":11497,"name":"Super def. mix(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":198,"lowalch":79,"highalch":118,"buy_limit":2000,"wiki_name":"Super def. mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_def._mix#2_dose","price":634},"11499":{"id":11499,"name":"Super def. mix(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":132,"lowalch":52,"highalch":79,"buy_limit":2000,"wiki_name":"Super def. mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_def._mix#1_dose","price":314},"11501":{"id":11501,"name":"Antidote+ mix(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":216,"lowalch":86,"highalch":129,"buy_limit":2000,"wiki_name":"Antidote+ mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antidote+_mix#2_dose","price":1537},"11503":{"id":11503,"name":"Antidote+ mix(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":144,"lowalch":57,"highalch":86,"buy_limit":2000,"wiki_name":"Antidote+ mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antidote+_mix#1_dose","price":0},"11505":{"id":11505,"name":"Antifire mix(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":198,"lowalch":79,"highalch":118,"buy_limit":2000,"wiki_name":"Antifire mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antifire_mix#2_dose","price":161},"11507":{"id":11507,"name":"Antifire mix(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":132,"lowalch":52,"highalch":79,"buy_limit":2000,"wiki_name":"Antifire mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antifire_mix#1_dose","price":84},"11509":{"id":11509,"name":"Ranging mix(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":216,"lowalch":86,"highalch":129,"buy_limit":2000,"wiki_name":"Ranging mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Ranging_mix#2_dose","price":1187},"11511":{"id":11511,"name":"Ranging mix(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":144,"lowalch":57,"highalch":86,"buy_limit":2000,"wiki_name":"Ranging mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Ranging_mix#1_dose","price":450},"11513":{"id":11513,"name":"Magic mix(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":2000,"wiki_name":"Magic mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Magic_mix#2_dose","price":52},"11515":{"id":11515,"name":"Magic mix(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":2000,"wiki_name":"Magic mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Magic_mix#1_dose","price":63},"11517":{"id":11517,"name":"Hunting mix(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":9,"lowalch":3,"highalch":5,"buy_limit":2000,"wiki_name":"Hunting mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Hunting_mix#2_dose","price":22274},"11519":{"id":11519,"name":"Hunting mix(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":6,"lowalch":2,"highalch":3,"buy_limit":2000,"wiki_name":"Hunting mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Hunting_mix#1_dose","price":140},"11521":{"id":11521,"name":"Zamorak mix(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":2000,"wiki_name":"Zamorak mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_mix#2_dose","price":88},"11523":{"id":11523,"name":"Zamorak mix(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":125,"lowalch":50,"highalch":75,"buy_limit":2000,"wiki_name":"Zamorak mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_mix#1_dose","price":2513},"11525":{"id":11525,"name":"Feather","members":true,"tradeable":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wimpy feather","wiki_url":"https://oldschool.runescape.wiki/w/Wimpy_feather","price":0},"11628":{"id":11628,"name":"Ava's device","incomplete":true,"cost":0,"lowalch":0,"highalch":0,"price":0},"11640":{"id":11640,"name":"Book of knowledge","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Book of knowledge","wiki_url":"https://oldschool.runescape.wiki/w/Book_of_knowledge","price":0},"11656":{"id":11656,"name":"Glassblowing book","members":true,"tradeable":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Glassblowing book","wiki_url":"https://oldschool.runescape.wiki/w/Glassblowing_book","price":0},"11663":{"id":11663,"name":"Void mage helm","members":true,"equipable":true,"equipable_by_player":true,"cost":9851,"lowalch":3940,"highalch":5910,"wiki_name":"Void mage helm (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Void_mage_helm#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":6,"defence_slash":6,"defence_crush":6,"defence_magic":6,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"attack":42,"strength":42,"hitpoints":42,"ranged":42,"magic":42,"defence":42,"prayer":22}},"price":0},"11664":{"id":11664,"name":"Void ranger helm","members":true,"equipable":true,"equipable_by_player":true,"cost":9851,"lowalch":3940,"highalch":5910,"wiki_name":"Void ranger helm (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Void_ranger_helm#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":6,"defence_slash":6,"defence_crush":6,"defence_magic":6,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"attack":42,"strength":42,"hitpoints":42,"ranged":42,"magic":42,"defence":42,"prayer":22}},"price":0},"11665":{"id":11665,"name":"Void melee helm","members":true,"equipable":true,"equipable_by_player":true,"cost":9851,"lowalch":3940,"highalch":5910,"wiki_name":"Void melee helm (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Void_melee_helm#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":6,"defence_slash":6,"defence_crush":6,"defence_magic":6,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"attack":42,"strength":42,"hitpoints":42,"ranged":42,"magic":42,"defence":42,"prayer":22}},"price":0},"11666":{"id":11666,"name":"Void seal(8)","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Void seal (8)","wiki_url":"https://oldschool.runescape.wiki/w/Void_seal#(8)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":1,"defence_ranged":1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":{"attack":42,"strength":42,"hitpoints":42,"ranged":42,"magic":42,"defence":42,"prayer":22}},"price":0},"11667":{"id":11667,"name":"Void seal(7)","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Void seal (7)","wiki_url":"https://oldschool.runescape.wiki/w/Void_seal#(7)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":1,"defence_ranged":1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":{"attack":42,"strength":42,"hitpoints":42,"ranged":42,"magic":42,"defence":42,"prayer":22}},"price":0},"11668":{"id":11668,"name":"Void seal(6)","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Void seal (6)","wiki_url":"https://oldschool.runescape.wiki/w/Void_seal#(6)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":1,"defence_ranged":1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":{"attack":42,"strength":42,"hitpoints":42,"ranged":42,"magic":42,"defence":42,"prayer":22}},"price":0},"11669":{"id":11669,"name":"Void seal(5)","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Void seal (5)","wiki_url":"https://oldschool.runescape.wiki/w/Void_seal#(5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":1,"defence_ranged":1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":{"attack":42,"strength":42,"hitpoints":42,"ranged":42,"magic":42,"defence":42,"prayer":22}},"price":0},"11670":{"id":11670,"name":"Void seal(4)","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Void seal (4)","wiki_url":"https://oldschool.runescape.wiki/w/Void_seal#(4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":1,"defence_ranged":1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":{"attack":42,"strength":42,"hitpoints":42,"ranged":42,"magic":42,"defence":42,"prayer":22}},"price":0},"11671":{"id":11671,"name":"Void seal(3)","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Void seal (3)","wiki_url":"https://oldschool.runescape.wiki/w/Void_seal#(3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":1,"defence_ranged":1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":{"attack":42,"strength":42,"hitpoints":42,"ranged":42,"magic":42,"defence":42,"prayer":22}},"price":0},"11672":{"id":11672,"name":"Void seal(2)","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Void seal (2)","wiki_url":"https://oldschool.runescape.wiki/w/Void_seal#(2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":1,"defence_ranged":1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":{"attack":42,"strength":42,"hitpoints":42,"ranged":42,"magic":42,"defence":42,"prayer":22}},"price":0},"11673":{"id":11673,"name":"Void seal(1)","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Void seal (1)","wiki_url":"https://oldschool.runescape.wiki/w/Void_seal#(1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":1,"defence_ranged":1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":{"attack":42,"strength":42,"hitpoints":42,"ranged":42,"magic":42,"defence":42,"prayer":22}},"price":0},"11677":{"id":11677,"name":"Explorer's notes","members":true,"cost":6,"lowalch":2,"highalch":3,"wiki_name":"Explorer's notes","wiki_url":"https://oldschool.runescape.wiki/w/Explorer's_notes","price":0},"11678":{"id":11678,"name":"Black knight helm","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Black knight helm","wiki_url":"https://oldschool.runescape.wiki/w/Black_knight_helm","price":0},"11679":{"id":11679,"name":"Antique lamp","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Antique lamp (King's Ransom)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(King's_Ransom)","price":0},"11680":{"id":11680,"name":"Address form","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Address form","wiki_url":"https://oldschool.runescape.wiki/w/Address_form","price":0},"11681":{"id":11681,"name":"Scrap paper","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Scrap paper","wiki_url":"https://oldschool.runescape.wiki/w/Scrap_paper","price":0},"11682":{"id":11682,"name":"Hair clip","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Hair clip","wiki_url":"https://oldschool.runescape.wiki/w/Hair_clip","price":0},"11686":{"id":11686,"name":"Fire rune","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fire rune (Barbarian Assault)","wiki_url":"https://oldschool.runescape.wiki/w/Fire_rune_(Barbarian_Assault)","price":0},"11687":{"id":11687,"name":"Water rune","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Water rune (Barbarian Assault)","wiki_url":"https://oldschool.runescape.wiki/w/Water_rune_(Barbarian_Assault)","price":0},"11688":{"id":11688,"name":"Air rune","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Air rune (Barbarian Assault)","wiki_url":"https://oldschool.runescape.wiki/w/Air_rune_(Barbarian_Assault)","price":0},"11689":{"id":11689,"name":"Earth rune","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Earth rune (Barbarian Assault)","wiki_url":"https://oldschool.runescape.wiki/w/Earth_rune_(Barbarian_Assault)","price":0},"11690":{"id":11690,"name":"Mind rune","stackable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Mind rune (Barbarian Assault)","wiki_url":"https://oldschool.runescape.wiki/w/Mind_rune_(Barbarian_Assault)","price":0},"11691":{"id":11691,"name":"Body rune","stackable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Body rune (Barbarian Assault)","wiki_url":"https://oldschool.runescape.wiki/w/Body_rune_(Barbarian_Assault)","price":0},"11692":{"id":11692,"name":"Death rune","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Death rune (Barbarian Assault)","wiki_url":"https://oldschool.runescape.wiki/w/Death_rune_(Barbarian_Assault)","price":0},"11693":{"id":11693,"name":"Nature rune","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Nature rune (Barbarian Assault)","wiki_url":"https://oldschool.runescape.wiki/w/Nature_rune_(Barbarian_Assault)","price":0},"11694":{"id":11694,"name":"Chaos rune","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chaos rune (Barbarian Assault)","wiki_url":"https://oldschool.runescape.wiki/w/Chaos_rune_(Barbarian_Assault)","price":0},"11695":{"id":11695,"name":"Law rune","stackable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Law rune (Barbarian Assault)","wiki_url":"https://oldschool.runescape.wiki/w/Law_rune_(Barbarian_Assault)","price":0},"11696":{"id":11696,"name":"Cosmic rune","stackable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Cosmic rune (Barbarian Assault)","wiki_url":"https://oldschool.runescape.wiki/w/Cosmic_rune_(Barbarian_Assault)","price":0},"11697":{"id":11697,"name":"Blood rune","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blood rune (Barbarian Assault)","wiki_url":"https://oldschool.runescape.wiki/w/Blood_rune_(Barbarian_Assault)","price":0},"11698":{"id":11698,"name":"Soul rune","stackable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Soul rune (Barbarian Assault)","wiki_url":"https://oldschool.runescape.wiki/w/Soul_rune_(Barbarian_Assault)","price":0},"11699":{"id":11699,"name":"Astral rune","stackable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Astral rune (Barbarian Assault)","wiki_url":"https://oldschool.runescape.wiki/w/Astral_rune_(Barbarian_Assault)","price":0},"11700":{"id":11700,"name":"Bronze arrow","stackable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bronze arrow (Barbarian Assault)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_arrow_(Barbarian_Assault)","price":0},"11701":{"id":11701,"name":"Iron arrow","stackable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Iron arrow (Barbarian Assault)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_arrow_(Barbarian_Assault)","price":0},"11702":{"id":11702,"name":"Steel arrow","stackable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Steel arrow (Barbarian Assault)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_arrow_(Barbarian_Assault)","price":0},"11703":{"id":11703,"name":"Mithril arrow","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mithril arrow (Barbarian Assault)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_arrow_(Barbarian_Assault)","price":0},"11704":{"id":11704,"name":"Raw pheasant","cost":5,"wiki_name":"Raw pheasant","wiki_url":"https://oldschool.runescape.wiki/w/Raw_pheasant","price":0},"11705":{"id":11705,"name":"Beach boxing gloves","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Beach boxing gloves (Yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Beach_boxing_gloves#Yellow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":1,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"claw","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"11706":{"id":11706,"name":"Beach boxing gloves","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Beach boxing gloves (Pink)","wiki_url":"https://oldschool.runescape.wiki/w/Beach_boxing_gloves#Pink","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":1,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"claw","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"11707":{"id":11707,"name":"Cursed goblin hammer","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Cursed goblin hammer","wiki_url":"https://oldschool.runescape.wiki/w/Cursed_goblin_hammer","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-100,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-100,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"11708":{"id":11708,"name":"Cursed goblin bow","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Cursed goblin bow","wiki_url":"https://oldschool.runescape.wiki/w/Cursed_goblin_bow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":6,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"11709":{"id":11709,"name":"Cursed goblin staff","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Cursed goblin staff","wiki_url":"https://oldschool.runescape.wiki/w/Cursed_goblin_staff","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"11710":{"id":11710,"name":"Anti-dragon shield (nz)","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Anti-dragon shield (nz)","wiki_url":"https://oldschool.runescape.wiki/w/Anti-dragon_shield_(nz)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":7,"defence_slash":9,"defence_crush":8,"defence_magic":2,"defence_ranged":8,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"11711":{"id":11711,"name":"Magic secateurs (nz)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Magic secateurs (nz)","wiki_url":"https://oldschool.runescape.wiki/w/Magic_secateurs_(nz)","equipment":{"attack_stab":7,"attack_slash":9,"attack_crush":-5,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":1,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"11712":{"id":11712,"name":"Chaos rune (nz)","members":true,"stackable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Chaos rune (nz)","wiki_url":"https://oldschool.runescape.wiki/w/Chaos_rune_(nz)","price":0},"11713":{"id":11713,"name":"Death rune (nz)","members":true,"stackable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Death rune (nz)","wiki_url":"https://oldschool.runescape.wiki/w/Death_rune_(nz)","price":0},"11714":{"id":11714,"name":"Blood rune (nz)","members":true,"stackable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Blood rune (nz)","wiki_url":"https://oldschool.runescape.wiki/w/Blood_rune_(nz)","price":0},"11715":{"id":11715,"name":"Air rune (nz)","members":true,"stackable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Air rune (nz)","wiki_url":"https://oldschool.runescape.wiki/w/Air_rune_(nz)","price":0},"11716":{"id":11716,"name":"Water rune (nz)","members":true,"stackable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Water rune (nz)","wiki_url":"https://oldschool.runescape.wiki/w/Water_rune_(nz)","price":0},"11717":{"id":11717,"name":"Earth rune (nz)","members":true,"stackable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Earth rune (nz)","wiki_url":"https://oldschool.runescape.wiki/w/Earth_rune_(nz)","price":0},"11718":{"id":11718,"name":"Fire rune (nz)","members":true,"stackable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Fire rune (nz)","wiki_url":"https://oldschool.runescape.wiki/w/Fire_rune_(nz)","price":0},"11719":{"id":11719,"name":"Rune pickaxe (nz)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Rune pickaxe (nz)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_pickaxe_(nz)","equipment":{"attack_stab":26,"attack_slash":-2,"attack_crush":24,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":29,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":40}},"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":0},"11720":{"id":11720,"name":"Mithril pickaxe (nz)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Mithril pickaxe (nz)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_pickaxe_(nz)","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":{"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":0},"11721":{"id":11721,"name":"Iron pickaxe (nz)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Iron pickaxe (nz)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_pickaxe_(nz)","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":{"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":0},"11722":{"id":11722,"name":"Super ranging (4)","members":true,"cost":360,"lowalch":144,"highalch":216,"wiki_name":"Super ranging (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_ranging#4_dose","price":0},"11723":{"id":11723,"name":"Super ranging (3)","members":true,"cost":288,"lowalch":115,"highalch":172,"wiki_name":"Super ranging (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_ranging#3_dose","price":0},"11724":{"id":11724,"name":"Super ranging (2)","members":true,"cost":216,"lowalch":86,"highalch":129,"wiki_name":"Super ranging (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_ranging#2_dose","price":0},"11725":{"id":11725,"name":"Super ranging (1)","members":true,"cost":144,"lowalch":57,"highalch":86,"wiki_name":"Super ranging (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_ranging#1_dose","price":0},"11726":{"id":11726,"name":"Super magic potion (4)","members":true,"cost":300,"lowalch":120,"highalch":180,"wiki_name":"Super magic potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_magic_potion#4_dose","price":0},"11727":{"id":11727,"name":"Super magic potion (3)","members":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Super magic potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_magic_potion#3_dose","price":0},"11728":{"id":11728,"name":"Super magic potion (2)","members":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Super magic potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_magic_potion#2_dose","price":0},"11729":{"id":11729,"name":"Super magic potion (1)","members":true,"cost":150,"lowalch":60,"highalch":90,"wiki_name":"Super magic potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_magic_potion#1_dose","price":0},"11730":{"id":11730,"name":"Overload (4)","members":true,"cost":275,"lowalch":110,"highalch":165,"wiki_name":"Overload (Nightmare Zone) (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Overload_(Nightmare_Zone)#4_dose","price":0},"11731":{"id":11731,"name":"Overload (3)","members":true,"cost":220,"lowalch":88,"highalch":132,"wiki_name":"Overload (Nightmare Zone) (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Overload_(Nightmare_Zone)#3_dose","price":0},"11732":{"id":11732,"name":"Overload (2)","members":true,"cost":165,"lowalch":66,"highalch":99,"wiki_name":"Overload (Nightmare Zone) (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Overload_(Nightmare_Zone)#2_dose","price":0},"11733":{"id":11733,"name":"Overload (1)","members":true,"cost":110,"lowalch":44,"highalch":66,"wiki_name":"Overload (Nightmare Zone) (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Overload_(Nightmare_Zone)#1_dose","price":0},"11734":{"id":11734,"name":"Absorption (4)","members":true,"cost":275,"lowalch":110,"highalch":165,"wiki_name":"Absorption (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Absorption#4_dose","price":0},"11735":{"id":11735,"name":"Absorption (3)","members":true,"cost":220,"lowalch":88,"highalch":132,"wiki_name":"Absorption (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Absorption#3_dose","price":0},"11736":{"id":11736,"name":"Absorption (2)","members":true,"cost":165,"lowalch":66,"highalch":99,"wiki_name":"Absorption (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Absorption#2_dose","price":0},"11737":{"id":11737,"name":"Absorption (1)","members":true,"cost":110,"lowalch":44,"highalch":66,"wiki_name":"Absorption (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Absorption#1_dose","price":0},"11738":{"id":11738,"name":"Herb box","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Herb box (Closed)","wiki_url":"https://oldschool.runescape.wiki/w/Herb_box#Closed","price":0},"11739":{"id":11739,"name":"Open herb box","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Herb box (Open)","wiki_url":"https://oldschool.runescape.wiki/w/Herb_box#Open","price":0},"11740":{"id":11740,"name":"Scroll of redirection","members":true,"stackable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Scroll of redirection","wiki_url":"https://oldschool.runescape.wiki/w/Scroll_of_redirection","price":0},"11741":{"id":11741,"name":"Rimmington teleport","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rimmington teleport","wiki_url":"https://oldschool.runescape.wiki/w/Rimmington_teleport","price":0},"11742":{"id":11742,"name":"Taverley teleport","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Taverley teleport","wiki_url":"https://oldschool.runescape.wiki/w/Taverley_teleport","price":0},"11743":{"id":11743,"name":"Pollnivneach teleport","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pollnivneach teleport","wiki_url":"https://oldschool.runescape.wiki/w/Pollnivneach_teleport","price":0},"11744":{"id":11744,"name":"Rellekka teleport","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rellekka teleport","wiki_url":"https://oldschool.runescape.wiki/w/Rellekka_teleport","price":0},"11745":{"id":11745,"name":"Brimhaven teleport","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Brimhaven teleport","wiki_url":"https://oldschool.runescape.wiki/w/Brimhaven_teleport","price":0},"11746":{"id":11746,"name":"Yanille teleport","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Yanille teleport","wiki_url":"https://oldschool.runescape.wiki/w/Yanille_teleport","price":0},"11747":{"id":11747,"name":"Trollheim teleport","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Trollheim teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Trollheim_teleport_(tablet)","price":0},"11748":{"id":11748,"name":"New crystal bow (i)","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal bow (i) (New)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_bow_(i)#New","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":100,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":70,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"agility":50,"ranged":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"11749":{"id":11749,"name":"Crystal bow full (i)","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal bow (i) (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_bow_(i)#Full","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":100,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":70,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"agility":50,"ranged":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"11750":{"id":11750,"name":"Crystal bow 9/10 (i)","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal bow (i) (9/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_bow_(i)#9/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":100,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":70,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"agility":50,"ranged":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"11751":{"id":11751,"name":"Crystal bow 8/10 (i)","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal bow (i) (8/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_bow_(i)#8/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":100,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":70,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"agility":50,"ranged":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"11752":{"id":11752,"name":"Crystal bow 7/10 (i)","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal bow (i) (7/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_bow_(i)#7/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":100,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":70,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"agility":50,"ranged":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"11753":{"id":11753,"name":"Crystal bow 6/10 (i)","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal bow (i) (6/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_bow_(i)#6/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":100,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":70,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"agility":50,"ranged":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"11754":{"id":11754,"name":"Crystal bow 5/10 (i)","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal bow (i) (5/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_bow_(i)#5/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":100,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":70,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"agility":50,"ranged":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"11755":{"id":11755,"name":"Crystal bow 4/10 (i)","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal bow (i) (4/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_bow_(i)#4/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":100,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":70,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"agility":50,"ranged":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"11756":{"id":11756,"name":"Crystal bow 3/10 (i)","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal bow (i) (3/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_bow_(i)#3/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":100,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":70,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"agility":50,"ranged":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"11757":{"id":11757,"name":"Crystal bow 2/10 (i)","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal bow (i) (2/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_bow_(i)#2/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":100,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":70,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"agility":50,"ranged":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"11758":{"id":11758,"name":"Crystal bow 1/10 (i)","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal bow (i) (1/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_bow_(i)#1/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":100,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":70,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"agility":50,"ranged":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"11759":{"id":11759,"name":"New crystal shield (i)","tradeable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal shield (i) (New)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_shield_(i)#New","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":-10,"defence_stab":51,"defence_slash":54,"defence_crush":53,"defence_magic":0,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"agility":50,"defence":70}},"price":0},"11760":{"id":11760,"name":"Crystal shield full (i)","tradeable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal shield (i) (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_shield_(i)#Full","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":-10,"defence_stab":51,"defence_slash":54,"defence_crush":53,"defence_magic":0,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"agility":50,"defence":70}},"price":0},"11761":{"id":11761,"name":"Crystal shield 9/10 (i)","tradeable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal shield (i) (9/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_shield_(i)#9/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":-10,"defence_stab":51,"defence_slash":54,"defence_crush":53,"defence_magic":0,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"agility":50,"defence":70}},"price":0},"11762":{"id":11762,"name":"Crystal shield 8/10 (i)","tradeable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal shield (i) (8/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_shield_(i)#8/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":-10,"defence_stab":51,"defence_slash":54,"defence_crush":53,"defence_magic":0,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"agility":50,"defence":70}},"price":0},"11763":{"id":11763,"name":"Crystal shield 7/10 (i)","tradeable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal shield (i) (7/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_shield_(i)#7/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":-10,"defence_stab":51,"defence_slash":54,"defence_crush":53,"defence_magic":0,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"agility":50,"defence":70}},"price":0},"11764":{"id":11764,"name":"Crystal shield 6/10 (i)","tradeable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal shield (i) (6/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_shield_(i)#6/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":-10,"defence_stab":51,"defence_slash":54,"defence_crush":53,"defence_magic":0,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"agility":50,"defence":70}},"price":0},"11765":{"id":11765,"name":"Crystal shield 5/10 (i)","tradeable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal shield (i) (5/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_shield_(i)#5/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":-10,"defence_stab":51,"defence_slash":54,"defence_crush":53,"defence_magic":0,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"agility":50,"defence":70}},"price":0},"11766":{"id":11766,"name":"Crystal shield 4/10 (i)","tradeable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal shield (i) (4/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_shield_(i)#4/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":-10,"defence_stab":51,"defence_slash":54,"defence_crush":53,"defence_magic":0,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"agility":50,"defence":70}},"price":0},"11767":{"id":11767,"name":"Crystal shield 3/10 (i)","tradeable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal shield (i) (3/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_shield_(i)#3/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":-10,"defence_stab":51,"defence_slash":54,"defence_crush":53,"defence_magic":0,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"agility":50,"defence":70}},"price":0},"11768":{"id":11768,"name":"Crystal shield 2/10 (i)","tradeable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal shield (i) (2/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_shield_(i)#2/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":-10,"defence_stab":51,"defence_slash":54,"defence_crush":53,"defence_magic":0,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"agility":50,"defence":70}},"price":0},"11769":{"id":11769,"name":"Crystal shield 1/10 (i)","tradeable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal shield (i) (1/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_shield_(i)#1/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":-10,"defence_stab":51,"defence_slash":54,"defence_crush":53,"defence_magic":0,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"agility":50,"defence":70}},"price":0},"11770":{"id":11770,"name":"Seers ring (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Seers ring (i) (Nightmare Zone)","wiki_url":"https://oldschool.runescape.wiki/w/Seers_ring_(i)#Nightmare_Zone","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":12,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":12,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"11771":{"id":11771,"name":"Archers ring (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Archers ring (i) (Nightmare Zone)","wiki_url":"https://oldschool.runescape.wiki/w/Archers_ring_(i)#Nightmare_Zone","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":8,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":8,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"11772":{"id":11772,"name":"Warrior ring (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Warrior ring (i) (Nightmare Zone)","wiki_url":"https://oldschool.runescape.wiki/w/Warrior_ring_(i)#Nightmare_Zone","equipment":{"attack_stab":0,"attack_slash":8,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":8,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"11773":{"id":11773,"name":"Berserker ring (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Berserker ring (i) (Nightmare Zone)","wiki_url":"https://oldschool.runescape.wiki/w/Berserker_ring_(i)#Nightmare_Zone","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":8,"defence_magic":0,"defence_ranged":0,"melee_strength":8,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"11774":{"id":11774,"name":"Black mask (10) (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Black mask (i) (10)","wiki_url":"https://oldschool.runescape.wiki/w/Black_mask_(i)#(10)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":10,"defence_crush":8,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10,"strength":20,"combat":40}},"price":0},"11775":{"id":11775,"name":"Black mask (9) (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Black mask (i) (9)","wiki_url":"https://oldschool.runescape.wiki/w/Black_mask_(i)#(9)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":10,"defence_crush":8,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10,"strength":20,"combat":40}},"price":0},"11776":{"id":11776,"name":"Black mask (8) (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Black mask (i) (8)","wiki_url":"https://oldschool.runescape.wiki/w/Black_mask_(i)#(8)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":10,"defence_crush":8,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10,"strength":20,"combat":40}},"price":0},"11777":{"id":11777,"name":"Black mask (7) (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Black mask (i) (7)","wiki_url":"https://oldschool.runescape.wiki/w/Black_mask_(i)#(7)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":10,"defence_crush":8,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10,"strength":20,"combat":40}},"price":0},"11778":{"id":11778,"name":"Black mask (6) (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Black mask (i) (6)","wiki_url":"https://oldschool.runescape.wiki/w/Black_mask_(i)#(6)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":10,"defence_crush":8,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10,"strength":20,"combat":40}},"price":0},"11779":{"id":11779,"name":"Black mask (5) (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Black mask (i) (5)","wiki_url":"https://oldschool.runescape.wiki/w/Black_mask_(i)#(5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":10,"defence_crush":8,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10,"strength":20,"combat":40}},"price":0},"11780":{"id":11780,"name":"Black mask (4) (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Black mask (i) (4)","wiki_url":"https://oldschool.runescape.wiki/w/Black_mask_(i)#(4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":10,"defence_crush":8,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10,"strength":20,"combat":40}},"price":0},"11781":{"id":11781,"name":"Black mask (3) (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Black mask (i) (3)","wiki_url":"https://oldschool.runescape.wiki/w/Black_mask_(i)#(3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":10,"defence_crush":8,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10,"strength":20,"combat":40}},"price":0},"11782":{"id":11782,"name":"Black mask (2) (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Black mask (i) (2)","wiki_url":"https://oldschool.runescape.wiki/w/Black_mask_(i)#(2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":10,"defence_crush":8,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10,"strength":20,"combat":40}},"price":0},"11783":{"id":11783,"name":"Black mask (1) (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Black mask (i) (1)","wiki_url":"https://oldschool.runescape.wiki/w/Black_mask_(i)#(1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":10,"defence_crush":8,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10,"strength":20,"combat":40}},"price":0},"11784":{"id":11784,"name":"Black mask (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Black mask (i) (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Black_mask_(i)#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":10,"defence_crush":8,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10,"strength":20,"combat":40}},"price":0},"11785":{"id":11785,"name":"Armadyl crossbow","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":990000,"lowalch":396000,"highalch":594000,"buy_limit":8,"wiki_name":"Armadyl crossbow","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_crossbow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":100,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"weapon","requirements":{"ranged":70}},"weapon":{"attack_speed":6,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":54293467},"11787":{"id":11787,"name":"Steam battlestaff","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":17000,"lowalch":6800,"highalch":10200,"buy_limit":8,"wiki_name":"Steam battlestaff","wiki_url":"https://oldschool.runescape.wiki/w/Steam_battlestaff","equipment":{"attack_stab":7,"attack_slash":-1,"attack_crush":28,"attack_magic":12,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":12,"defence_ranged":0,"melee_strength":35,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":30,"magic":30}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":102500},"11789":{"id":11789,"name":"Mystic steam staff","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":45000,"lowalch":18000,"highalch":27000,"buy_limit":8,"wiki_name":"Mystic steam staff","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_steam_staff","equipment":{"attack_stab":10,"attack_slash":-1,"attack_crush":40,"attack_magic":14,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":14,"defence_ranged":0,"melee_strength":50,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":40,"magic":40}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":168494},"11791":{"id":11791,"name":"Staff of the dead","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000005,"lowalch":400002,"highalch":600003,"buy_limit":8,"wiki_name":"Staff of the dead","wiki_url":"https://oldschool.runescape.wiki/w/Staff_of_the_dead","equipment":{"attack_stab":55,"attack_slash":70,"attack_crush":0,"attack_magic":17,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":3,"defence_magic":17,"defence_ranged":0,"melee_strength":72,"ranged_strength":0,"magic_damage":15,"prayer":0,"slot":"weapon","requirements":{"attack":75,"magic":75}},"weapon":{"attack_speed":4,"weapon_type":"bladed_staff","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":14479842},"11794":{"id":11794,"name":"Godsword shards 1 & 2","members":true,"tradeable":true,"noteable":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Godsword shards 1 & 2","wiki_url":"https://oldschool.runescape.wiki/w/Godsword_shards_1_&_2","price":0},"11796":{"id":11796,"name":"Godsword shards 1 & 3","members":true,"tradeable":true,"noteable":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Godsword shards 1 & 3","wiki_url":"https://oldschool.runescape.wiki/w/Godsword_shards_1_&_3","price":0},"11798":{"id":11798,"name":"Godsword blade","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":750000,"lowalch":300000,"highalch":450000,"buy_limit":10000,"wiki_name":"Godsword blade","wiki_url":"https://oldschool.runescape.wiki/w/Godsword_blade","price":485001},"11800":{"id":11800,"name":"Godsword shards 2 & 3","members":true,"tradeable":true,"noteable":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Godsword shards 2 & 3","wiki_url":"https://oldschool.runescape.wiki/w/Godsword_shards_2_&_3","price":0},"11802":{"id":11802,"name":"Armadyl godsword","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1250000,"lowalch":500000,"highalch":750000,"buy_limit":8,"wiki_name":"Armadyl godsword","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_godsword","equipment":{"attack_stab":0,"attack_slash":132,"attack_crush":80,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":132,"ranged_strength":0,"magic_damage":0,"prayer":8,"slot":"2h","requirements":{"attack":75}},"weapon":{"attack_speed":6,"weapon_type":"2h_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"smash","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":12287851},"11804":{"id":11804,"name":"Bandos godsword","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1250000,"lowalch":500000,"highalch":750000,"buy_limit":8,"wiki_name":"Bandos godsword","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_godsword","equipment":{"attack_stab":0,"attack_slash":132,"attack_crush":80,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":132,"ranged_strength":0,"magic_damage":0,"prayer":8,"slot":"2h","requirements":{"attack":75}},"weapon":{"attack_speed":6,"weapon_type":"2h_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"smash","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":20744031},"11806":{"id":11806,"name":"Saradomin godsword","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1250000,"lowalch":500000,"highalch":750000,"buy_limit":8,"wiki_name":"Saradomin godsword","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_godsword","equipment":{"attack_stab":0,"attack_slash":132,"attack_crush":80,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":132,"ranged_strength":0,"magic_damage":0,"prayer":8,"slot":"2h","requirements":{"attack":75}},"weapon":{"attack_speed":6,"weapon_type":"2h_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"smash","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":32564377},"11808":{"id":11808,"name":"Zamorak godsword","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1250000,"lowalch":500000,"highalch":750000,"buy_limit":8,"wiki_name":"Zamorak godsword","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_godsword","equipment":{"attack_stab":0,"attack_slash":132,"attack_crush":80,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":132,"ranged_strength":0,"magic_damage":0,"prayer":8,"slot":"2h","requirements":{"attack":75}},"weapon":{"attack_speed":6,"weapon_type":"2h_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"smash","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":28504194},"11810":{"id":11810,"name":"Armadyl hilt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":500000,"lowalch":200000,"highalch":300000,"buy_limit":10000,"wiki_name":"Armadyl hilt","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_hilt","price":11639988},"11812":{"id":11812,"name":"Bandos hilt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":500000,"lowalch":200000,"highalch":300000,"buy_limit":10000,"wiki_name":"Bandos hilt","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_hilt","price":19575000},"11814":{"id":11814,"name":"Saradomin hilt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":500000,"lowalch":200000,"highalch":300000,"buy_limit":10000,"wiki_name":"Saradomin hilt","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_hilt","price":31715999},"11816":{"id":11816,"name":"Zamorak hilt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":500000,"lowalch":200000,"highalch":300000,"buy_limit":10000,"wiki_name":"Zamorak hilt","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_hilt","price":27346985},"11818":{"id":11818,"name":"Godsword shard 1","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":250000,"lowalch":100000,"highalch":150000,"buy_limit":11000,"wiki_name":"Godsword shard 1","wiki_url":"https://oldschool.runescape.wiki/w/Godsword_shard_1","price":151320},"11820":{"id":11820,"name":"Godsword shard 2","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":250000,"lowalch":100000,"highalch":150000,"buy_limit":11000,"wiki_name":"Godsword shard 2","wiki_url":"https://oldschool.runescape.wiki/w/Godsword_shard_2","price":150802},"11822":{"id":11822,"name":"Godsword shard 3","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":250000,"lowalch":100000,"highalch":150000,"buy_limit":11000,"wiki_name":"Godsword shard 3","wiki_url":"https://oldschool.runescape.wiki/w/Godsword_shard_3","price":155204},"11824":{"id":11824,"name":"Zamorakian spear","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100005,"lowalch":40002,"highalch":60003,"buy_limit":8,"wiki_name":"Zamorakian spear","wiki_url":"https://oldschool.runescape.wiki/w/Zamorakian_spear","equipment":{"attack_stab":85,"attack_slash":65,"attack_crush":65,"attack_magic":0,"attack_ranged":0,"defence_stab":13,"defence_slash":13,"defence_crush":12,"defence_magic":0,"defence_ranged":13,"melee_strength":75,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"2h","requirements":{"attack":70}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":4880620},"11826":{"id":11826,"name":"Armadyl helmet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":289000,"lowalch":115600,"highalch":173400,"buy_limit":8,"wiki_name":"Armadyl helmet","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_helmet","equipment":{"attack_stab":-5,"attack_slash":-5,"attack_crush":-5,"attack_magic":-5,"attack_ranged":10,"defence_stab":6,"defence_slash":8,"defence_crush":10,"defence_magic":10,"defence_ranged":8,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"head","requirements":{"defence":70,"ranged":70}},"price":11918299},"11828":{"id":11828,"name":"Armadyl chestplate","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":290000,"lowalch":116000,"highalch":174000,"buy_limit":8,"wiki_name":"Armadyl chestplate","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_chestplate","equipment":{"attack_stab":-7,"attack_slash":-7,"attack_crush":-7,"attack_magic":-15,"attack_ranged":33,"defence_stab":56,"defence_slash":48,"defence_crush":61,"defence_magic":70,"defence_ranged":57,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"body","requirements":{"defence":70,"ranged":70}},"price":47480506},"11830":{"id":11830,"name":"Armadyl chainskirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":289900,"lowalch":115960,"highalch":173940,"buy_limit":8,"wiki_name":"Armadyl chainskirt","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_chainskirt","equipment":{"attack_stab":-6,"attack_slash":-6,"attack_crush":-6,"attack_magic":-10,"attack_ranged":20,"defence_stab":32,"defence_slash":26,"defence_crush":34,"defence_magic":40,"defence_ranged":33,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"legs","requirements":{"defence":70,"ranged":70}},"price":35512614},"11832":{"id":11832,"name":"Bandos chestplate","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":290010,"lowalch":116004,"highalch":174006,"buy_limit":8,"wiki_name":"Bandos chestplate","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_chestplate","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":-10,"defence_stab":98,"defence_slash":93,"defence_crush":105,"defence_magic":-6,"defence_ranged":133,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"body","requirements":{"defence":65}},"price":26010627},"11834":{"id":11834,"name":"Bandos tassets","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":289910,"lowalch":115964,"highalch":173946,"buy_limit":8,"wiki_name":"Bandos tassets","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_tassets","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-7,"defence_stab":71,"defence_slash":63,"defence_crush":66,"defence_magic":-4,"defence_ranged":93,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"legs","requirements":{"defence":65}},"price":17447414},"11836":{"id":11836,"name":"Bandos boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":289010,"lowalch":115604,"highalch":173406,"buy_limit":8,"wiki_name":"Bandos boots","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-5,"attack_ranged":-3,"defence_stab":17,"defence_slash":18,"defence_crush":19,"defence_magic":0,"defence_ranged":15,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"feet","requirements":{"defence":65}},"price":190134},"11838":{"id":11838,"name":"Saradomin sword","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":130000,"lowalch":52000,"highalch":78000,"buy_limit":8,"wiki_name":"Saradomin sword","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_sword","equipment":{"attack_stab":0,"attack_slash":82,"attack_crush":60,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":82,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"2h","requirements":{"attack":70}},"weapon":{"attack_speed":4,"weapon_type":"2h_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"smash","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":175550},"11840":{"id":11840,"name":"Dragon boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20000,"lowalch":8000,"highalch":12000,"buy_limit":70,"wiki_name":"Dragon boots","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":16,"defence_slash":17,"defence_crush":18,"defence_magic":0,"defence_ranged":0,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"defence":60}},"price":114777},"11842":{"id":11842,"name":"Knight's notes","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Knight's notes (Sealed)","wiki_url":"https://oldschool.runescape.wiki/w/Knight's_notes#Sealed","price":0},"11843":{"id":11843,"name":"Knight's notes","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Knight's notes (Unsealed)","wiki_url":"https://oldschool.runescape.wiki/w/Knight's_notes#Unsealed","price":0},"11847":{"id":11847,"name":"Black h'ween mask","equipable":true,"equipable_by_player":true,"cost":7,"lowalch":2,"highalch":4,"wiki_name":"Black h'ween mask","wiki_url":"https://oldschool.runescape.wiki/w/Black_h'ween_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"11848":{"id":11848,"name":"Rancid turkey","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rancid turkey","wiki_url":"https://oldschool.runescape.wiki/w/Rancid_turkey","price":0},"11849":{"id":11849,"name":"Mark of grace","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mark of grace","wiki_url":"https://oldschool.runescape.wiki/w/Mark_of_grace","price":0},"11850":{"id":11850,"name":"Graceful hood","members":true,"equipable":true,"equipable_by_player":true,"cost":35,"lowalch":14,"highalch":21,"wiki_name":"Graceful hood (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_hood#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"11852":{"id":11852,"name":"Graceful cape","members":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Graceful cape (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_cape#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"11854":{"id":11854,"name":"Graceful top","members":true,"equipable":true,"equipable_by_player":true,"cost":55,"lowalch":22,"highalch":33,"wiki_name":"Graceful top (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_top#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"11856":{"id":11856,"name":"Graceful legs","members":true,"equipable":true,"equipable_by_player":true,"cost":60,"lowalch":24,"highalch":36,"wiki_name":"Graceful legs (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_legs#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"11858":{"id":11858,"name":"Graceful gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Graceful gloves (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_gloves#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"11860":{"id":11860,"name":"Graceful boots","members":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Graceful boots (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_boots#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"11862":{"id":11862,"name":"Black partyhat","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Black partyhat","wiki_url":"https://oldschool.runescape.wiki/w/Black_partyhat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"11863":{"id":11863,"name":"Rainbow partyhat","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rainbow partyhat","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_partyhat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"11864":{"id":11864,"name":"Slayer helmet","members":true,"equipable":true,"equipable_by_player":true,"cost":40000,"lowalch":16000,"highalch":24000,"wiki_name":"Slayer helmet","wiki_url":"https://oldschool.runescape.wiki/w/Slayer_helmet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":0},"11865":{"id":11865,"name":"Slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Slayer helmet (i) (Nightmare Zone)","wiki_url":"https://oldschool.runescape.wiki/w/Slayer_helmet_(i)#Nightmare_Zone","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":0},"11866":{"id":11866,"name":"Slayer ring (8)","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Slayer ring (8)","wiki_url":"https://oldschool.runescape.wiki/w/Slayer_ring#(8)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"11867":{"id":11867,"name":"Slayer ring (7)","members":true,"equipable":true,"equipable_by_player":true,"cost":990,"lowalch":396,"highalch":594,"wiki_name":"Slayer ring (7)","wiki_url":"https://oldschool.runescape.wiki/w/Slayer_ring#(7)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"11868":{"id":11868,"name":"Slayer ring (6)","members":true,"equipable":true,"equipable_by_player":true,"cost":980,"lowalch":392,"highalch":588,"wiki_name":"Slayer ring (6)","wiki_url":"https://oldschool.runescape.wiki/w/Slayer_ring#(6)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"11869":{"id":11869,"name":"Slayer ring (5)","members":true,"equipable":true,"equipable_by_player":true,"cost":970,"lowalch":388,"highalch":582,"wiki_name":"Slayer ring (5)","wiki_url":"https://oldschool.runescape.wiki/w/Slayer_ring#(5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"11870":{"id":11870,"name":"Slayer ring (4)","members":true,"equipable":true,"equipable_by_player":true,"cost":960,"lowalch":384,"highalch":576,"wiki_name":"Slayer ring (4)","wiki_url":"https://oldschool.runescape.wiki/w/Slayer_ring#(4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"11871":{"id":11871,"name":"Slayer ring (3)","members":true,"equipable":true,"equipable_by_player":true,"cost":950,"lowalch":380,"highalch":570,"wiki_name":"Slayer ring (3)","wiki_url":"https://oldschool.runescape.wiki/w/Slayer_ring#(3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"11872":{"id":11872,"name":"Slayer ring (2)","members":true,"equipable":true,"equipable_by_player":true,"cost":940,"lowalch":376,"highalch":564,"wiki_name":"Slayer ring (2)","wiki_url":"https://oldschool.runescape.wiki/w/Slayer_ring#(2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"11873":{"id":11873,"name":"Slayer ring (1)","members":true,"equipable":true,"equipable_by_player":true,"cost":930,"lowalch":372,"highalch":558,"wiki_name":"Slayer ring (1)","wiki_url":"https://oldschool.runescape.wiki/w/Slayer_ring#(1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"11874":{"id":11874,"name":"Broad arrowheads","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":55,"lowalch":22,"highalch":33,"buy_limit":7000,"wiki_name":"Broad arrowheads","wiki_url":"https://oldschool.runescape.wiki/w/Broad_arrowheads","price":60},"11875":{"id":11875,"name":"Broad bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":55,"lowalch":22,"highalch":33,"buy_limit":7000,"wiki_name":"Broad bolts","wiki_url":"https://oldschool.runescape.wiki/w/Broad_bolts","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":100,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":61,"slayer":55}},"price":45},"11876":{"id":11876,"name":"Unfinished broad bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":55,"lowalch":22,"highalch":33,"buy_limit":7000,"wiki_name":"Unfinished broad bolts","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_broad_bolts","price":56},"11877":{"id":11877,"name":"Empty vial pack","tradeable":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Empty vial pack","wiki_url":"https://oldschool.runescape.wiki/w/Empty_vial_pack","price":0},"11879":{"id":11879,"name":"Water-filled vial pack","tradeable":true,"noteable":true,"cost":201,"lowalch":80,"highalch":120,"wiki_name":"Water-filled vial pack","wiki_url":"https://oldschool.runescape.wiki/w/Water-filled_vial_pack","price":0},"11881":{"id":11881,"name":"Feather pack","tradeable":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Feather pack","wiki_url":"https://oldschool.runescape.wiki/w/Feather_pack","price":0},"11883":{"id":11883,"name":"Bait pack","tradeable":true,"noteable":true,"cost":300,"lowalch":120,"highalch":180,"wiki_name":"Bait pack","wiki_url":"https://oldschool.runescape.wiki/w/Bait_pack","price":0},"11885":{"id":11885,"name":"Broad arrowhead pack","members":true,"tradeable":true,"noteable":true,"cost":5500,"lowalch":2200,"highalch":3300,"wiki_name":"Broad arrowhead pack","wiki_url":"https://oldschool.runescape.wiki/w/Broad_arrowhead_pack","price":0},"11887":{"id":11887,"name":"Unfinished broad bolt pack","members":true,"tradeable":true,"noteable":true,"cost":5500,"lowalch":2200,"highalch":3300,"wiki_name":"Unfinished broad bolt pack","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_broad_bolt_pack","price":0},"11889":{"id":11889,"name":"Zamorakian hasta","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":300000,"lowalch":120000,"highalch":180000,"buy_limit":8,"wiki_name":"Zamorakian hasta","wiki_url":"https://oldschool.runescape.wiki/w/Zamorakian_hasta","equipment":{"attack_stab":85,"attack_slash":65,"attack_crush":65,"attack_magic":0,"attack_ranged":0,"defence_stab":13,"defence_slash":13,"defence_crush":12,"defence_magic":0,"defence_ranged":13,"melee_strength":75,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"weapon","requirements":{"attack":70}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":4922663},"11891":{"id":11891,"name":"Saradomin banner","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Saradomin banner (Reward)","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_banner#Reward","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"11892":{"id":11892,"name":"Zamorak banner","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Zamorak banner (Reward)","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_banner#Reward","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"11893":{"id":11893,"name":"Decorative armour","equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Decorative armour (red plateskirt)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(red_plateskirt)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":17,"defence_slash":16,"defence_crush":15,"defence_magic":-4,"defence_ranged":16,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":5}},"price":0},"11894":{"id":11894,"name":"Decorative armour","equipable":true,"equipable_by_player":true,"cost":2600,"lowalch":1040,"highalch":1560,"wiki_name":"Decorative armour (white plateskirt)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(white_plateskirt)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":24,"defence_slash":22,"defence_crush":20,"defence_magic":-4,"defence_ranged":22,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":5}},"price":0},"11895":{"id":11895,"name":"Decorative armour","equipable":true,"equipable_by_player":true,"cost":6400,"lowalch":2560,"highalch":3840,"wiki_name":"Decorative armour (gold plateskirt) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(gold_plateskirt)#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":33,"defence_slash":31,"defence_crush":29,"defence_magic":-4,"defence_ranged":31,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":5}},"price":0},"11896":{"id":11896,"name":"Decorative armour","members":true,"equipable":true,"equipable_by_player":true,"cost":48000,"lowalch":19200,"highalch":28800,"wiki_name":"Decorative armour (magic top) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(magic_top)#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":20,"defence_slash":20,"defence_crush":20,"defence_magic":20,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":5}},"price":0},"11897":{"id":11897,"name":"Decorative armour","members":true,"equipable":true,"equipable_by_player":true,"cost":45000,"lowalch":18000,"highalch":27000,"wiki_name":"Decorative armour (magic legs) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(magic_legs)#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":15,"defence_slash":15,"defence_crush":15,"defence_magic":15,"defence_ranged":15,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":5}},"price":0},"11898":{"id":11898,"name":"Decorative armour","members":true,"equipable":true,"equipable_by_player":true,"cost":45000,"lowalch":18000,"highalch":27000,"wiki_name":"Decorative armour (magic hat) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(magic_hat)#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":4,"defence_slash":4,"defence_crush":4,"defence_magic":4,"defence_ranged":4,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":5}},"price":0},"11899":{"id":11899,"name":"Decorative armour","members":true,"equipable":true,"equipable_by_player":true,"cost":48000,"lowalch":19200,"highalch":28800,"wiki_name":"Decorative armour (ranged top) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(ranged_top)#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":20,"defence_slash":20,"defence_crush":20,"defence_magic":20,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":5}},"price":0},"11900":{"id":11900,"name":"Decorative armour","members":true,"equipable":true,"equipable_by_player":true,"cost":45000,"lowalch":18000,"highalch":27000,"wiki_name":"Decorative armour (ranged legs) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(ranged_legs)#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":15,"defence_slash":15,"defence_crush":15,"defence_magic":15,"defence_ranged":15,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":5}},"price":0},"11901":{"id":11901,"name":"Decorative armour","members":true,"equipable":true,"equipable_by_player":true,"cost":45000,"lowalch":18000,"highalch":27000,"wiki_name":"Decorative armour (quiver) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(quiver)#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":4,"defence_slash":4,"defence_crush":4,"defence_magic":4,"defence_ranged":4,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"defence":5}},"price":0},"11902":{"id":11902,"name":"Leaf-bladed sword","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":68000,"lowalch":27200,"highalch":40800,"buy_limit":70,"wiki_name":"Leaf-bladed sword","wiki_url":"https://oldschool.runescape.wiki/w/Leaf-bladed_sword","equipment":{"attack_stab":67,"attack_slash":62,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":50,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":50,"slayer":55}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":40581},"11904":{"id":11904,"name":"Entomologist's diary","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Entomologist's diary","wiki_url":"https://oldschool.runescape.wiki/w/Entomologist's_diary","price":0},"11905":{"id":11905,"name":"Trident of the seas (full)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":69000,"lowalch":27600,"highalch":41400,"buy_limit":8,"wiki_name":"Trident of the seas (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Trident_of_the_seas#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":75}},"weapon":{"attack_speed":4,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":596653},"11907":{"id":11907,"name":"Trident of the seas","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":68500,"lowalch":27400,"highalch":41100,"wiki_name":"Trident of the seas (Partially charged)","wiki_url":"https://oldschool.runescape.wiki/w/Trident_of_the_seas#Partially_charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":75}},"weapon":{"attack_speed":4,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":0},"11908":{"id":11908,"name":"Uncharged trident","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":68000,"lowalch":27200,"highalch":40800,"buy_limit":8,"wiki_name":"Trident of the seas (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Trident_of_the_seas#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":75}},"weapon":{"attack_speed":4,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":48871},"11910":{"id":11910,"name":"Chocolate strawberry","tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Chocolate strawberry","wiki_url":"https://oldschool.runescape.wiki/w/Chocolate_strawberry","price":0},"11912":{"id":11912,"name":"Box of chocolate strawberries","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Box of chocolate strawberries (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Box_of_chocolate_strawberries#Normal","price":0},"11914":{"id":11914,"name":"Box of chocolate strawberries","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Box of chocolate strawberries (Openable)","wiki_url":"https://oldschool.runescape.wiki/w/Box_of_chocolate_strawberries#Openable","price":0},"11916":{"id":11916,"name":"Slice of birthday cake","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Slice of birthday cake (2020)","wiki_url":"https://oldschool.runescape.wiki/w/Slice_of_birthday_cake#2020","price":0},"11917":{"id":11917,"name":"Slice of birthday cake","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Slice of birthday cake (2014)","wiki_url":"https://oldschool.runescape.wiki/w/Slice_of_birthday_cake#2014","price":0},"11918":{"id":11918,"name":"Birthday present","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Birthday present (2018)","wiki_url":"https://oldschool.runescape.wiki/w/Birthday_present#2018","price":0},"11919":{"id":11919,"name":"Cow mask","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cow mask","wiki_url":"https://oldschool.runescape.wiki/w/Cow_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"11920":{"id":11920,"name":"Dragon pickaxe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":97950,"lowalch":39180,"highalch":58770,"buy_limit":40,"wiki_name":"Dragon pickaxe","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_pickaxe","equipment":{"attack_stab":38,"attack_slash":-2,"attack_crush":32,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":60}},"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":963996},"11922":{"id":11922,"name":"Lava dragon bonemeal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Lava dragon bonemeal","wiki_url":"https://oldschool.runescape.wiki/w/Lava_dragon_bonemeal","price":0},"11923":{"id":11923,"name":"Broken pickaxe","tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Broken pickaxe (dragon)","wiki_url":"https://oldschool.runescape.wiki/w/Broken_pickaxe_(dragon)","price":0},"11924":{"id":11924,"name":"Malediction ward","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":45000,"lowalch":18000,"highalch":27000,"buy_limit":8,"wiki_name":"Malediction ward","wiki_url":"https://oldschool.runescape.wiki/w/Malediction_ward","equipment":{"attack_stab":-8,"attack_slash":-8,"attack_crush":-8,"attack_magic":12,"attack_ranged":-12,"defence_stab":50,"defence_slash":52,"defence_crush":48,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":2,"prayer":0,"slot":"shield","requirements":{"defence":60}},"price":1915982},"11926":{"id":11926,"name":"Odium ward","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":45000,"lowalch":18000,"highalch":27000,"buy_limit":8,"wiki_name":"Odium ward","wiki_url":"https://oldschool.runescape.wiki/w/Odium_ward","equipment":{"attack_stab":-12,"attack_slash":-12,"attack_crush":-12,"attack_magic":-8,"attack_ranged":12,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":24,"defence_ranged":52,"melee_strength":0,"ranged_strength":4,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":60}},"price":3182608},"11928":{"id":11928,"name":"Odium shard 1","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":31000,"lowalch":12400,"highalch":18600,"buy_limit":10000,"wiki_name":"Odium shard 1","wiki_url":"https://oldschool.runescape.wiki/w/Odium_shard_1","price":2125000},"11929":{"id":11929,"name":"Odium shard 2","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":31000,"lowalch":12400,"highalch":18600,"buy_limit":10000,"wiki_name":"Odium shard 2","wiki_url":"https://oldschool.runescape.wiki/w/Odium_shard_2","price":1009000},"11930":{"id":11930,"name":"Odium shard 3","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":31000,"lowalch":12400,"highalch":18600,"buy_limit":10000,"wiki_name":"Odium shard 3","wiki_url":"https://oldschool.runescape.wiki/w/Odium_shard_3","price":97316},"11931":{"id":11931,"name":"Malediction shard 1","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":31000,"lowalch":12400,"highalch":18600,"buy_limit":10000,"wiki_name":"Malediction shard 1","wiki_url":"https://oldschool.runescape.wiki/w/Malediction_shard_1","price":895038},"11932":{"id":11932,"name":"Malediction shard 2","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":31000,"lowalch":12400,"highalch":18600,"buy_limit":10000,"wiki_name":"Malediction shard 2","wiki_url":"https://oldschool.runescape.wiki/w/Malediction_shard_2","price":536000},"11933":{"id":11933,"name":"Malediction shard 3","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":31000,"lowalch":12400,"highalch":18600,"buy_limit":10000,"wiki_name":"Malediction shard 3","wiki_url":"https://oldschool.runescape.wiki/w/Malediction_shard_3","price":113321},"11934":{"id":11934,"name":"Raw dark crab","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":325,"lowalch":130,"highalch":195,"buy_limit":15000,"wiki_name":"Raw dark crab","wiki_url":"https://oldschool.runescape.wiki/w/Raw_dark_crab","price":1522},"11936":{"id":11936,"name":"Dark crab","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":320,"lowalch":128,"highalch":192,"buy_limit":10000,"wiki_name":"Dark crab","wiki_url":"https://oldschool.runescape.wiki/w/Dark_crab","price":1640},"11938":{"id":11938,"name":"Burnt dark crab","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt dark crab","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_dark_crab","price":0},"11940":{"id":11940,"name":"Dark fishing bait","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":8000,"wiki_name":"Dark fishing bait","wiki_url":"https://oldschool.runescape.wiki/w/Dark_fishing_bait","price":9},"11941":{"id":11941,"name":"Looting bag","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Looting bag (Closed)","wiki_url":"https://oldschool.runescape.wiki/w/Looting_bag#Closed","price":0},"11942":{"id":11942,"name":"Ecumenical key","members":true,"cost":102500,"wiki_name":"Ecumenical key","wiki_url":"https://oldschool.runescape.wiki/w/Ecumenical_key","price":0,"lowalch":41000,"highalch":61500},"11943":{"id":11943,"name":"Lava dragon bones","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":7500,"wiki_name":"Lava dragon bones","wiki_url":"https://oldschool.runescape.wiki/w/Lava_dragon_bones","price":3599},"11951":{"id":11951,"name":"Extended antifire(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":440,"lowalch":176,"highalch":264,"buy_limit":2000,"wiki_name":"Extended antifire (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Extended_antifire#4_dose","price":392},"11953":{"id":11953,"name":"Extended antifire(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":330,"lowalch":132,"highalch":198,"buy_limit":2000,"wiki_name":"Extended antifire (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Extended_antifire#3_dose","price":345},"11955":{"id":11955,"name":"Extended antifire(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":220,"lowalch":88,"highalch":132,"buy_limit":2000,"wiki_name":"Extended antifire (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Extended_antifire#2_dose","price":181},"11957":{"id":11957,"name":"Extended antifire(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":110,"lowalch":44,"highalch":66,"buy_limit":2000,"wiki_name":"Extended antifire (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Extended_antifire#1_dose","price":66},"11959":{"id":11959,"name":"Black chinchompa","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":240,"lowalch":96,"highalch":144,"buy_limit":11000,"wiki_name":"Black chinchompa","wiki_url":"https://oldschool.runescape.wiki/w/Black_chinchompa","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":80,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":30,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":65}},"weapon":{"attack_speed":4,"weapon_type":"chinchompas","stances":[{"combat_style":"short fuse","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"medium fuse","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"long fuse","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":3366},"11960":{"id":11960,"name":"Extended antifire mix(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":240,"lowalch":96,"highalch":144,"buy_limit":2000,"wiki_name":"Extended antifire mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Extended_antifire_mix#2_dose","price":200},"11962":{"id":11962,"name":"Extended antifire mix(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":2000,"wiki_name":"Extended antifire mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Extended_antifire_mix#1_dose","price":40},"11964":{"id":11964,"name":"Amulet of glory (t6)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":17625,"lowalch":7050,"highalch":10575,"buy_limit":5,"wiki_name":"Amulet of glory (t) (t6)","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_glory_(t)#(t6)","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":10,"attack_magic":10,"attack_ranged":10,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":3,"defence_ranged":3,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"neck","requirements":null},"price":48980},"11966":{"id":11966,"name":"Amulet of glory (t5)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":17625,"lowalch":7050,"highalch":10575,"wiki_name":"Amulet of glory (t) (t5)","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_glory_(t)#(t5)","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":10,"attack_magic":10,"attack_ranged":10,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":3,"defence_ranged":3,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"neck","requirements":null},"price":0},"11968":{"id":11968,"name":"Skills necklace(6)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20200,"lowalch":8080,"highalch":12120,"buy_limit":10000,"wiki_name":"Skills necklace (6)","wiki_url":"https://oldschool.runescape.wiki/w/Skills_necklace#(6)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":12361},"11970":{"id":11970,"name":"Skills necklace(5)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20200,"lowalch":8080,"highalch":12120,"wiki_name":"Skills necklace (5)","wiki_url":"https://oldschool.runescape.wiki/w/Skills_necklace#(5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"11972":{"id":11972,"name":"Combat bracelet(6)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":21040,"lowalch":8416,"highalch":12624,"buy_limit":10000,"wiki_name":"Combat bracelet (6)","wiki_url":"https://oldschool.runescape.wiki/w/Combat_bracelet#(6)","equipment":{"attack_stab":7,"attack_slash":7,"attack_crush":7,"attack_magic":3,"attack_ranged":7,"defence_stab":5,"defence_slash":5,"defence_crush":5,"defence_magic":3,"defence_ranged":5,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":12687},"11974":{"id":11974,"name":"Combat bracelet(5)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":21040,"lowalch":8416,"highalch":12624,"wiki_name":"Combat bracelet (5)","wiki_url":"https://oldschool.runescape.wiki/w/Combat_bracelet#(5)","equipment":{"attack_stab":7,"attack_slash":7,"attack_crush":7,"attack_magic":3,"attack_ranged":7,"defence_stab":5,"defence_slash":5,"defence_crush":5,"defence_magic":3,"defence_ranged":5,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"11976":{"id":11976,"name":"Amulet of glory(5)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":17625,"lowalch":7050,"highalch":10575,"wiki_name":"Amulet of glory (5)","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_glory#(5)","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":10,"attack_magic":10,"attack_ranged":10,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":3,"defence_ranged":3,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"neck","requirements":null},"price":0},"11978":{"id":11978,"name":"Amulet of glory(6)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":17625,"lowalch":7050,"highalch":10575,"buy_limit":10000,"wiki_name":"Amulet of glory (6)","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_glory#(6)","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":10,"attack_magic":10,"attack_ranged":10,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":3,"defence_ranged":3,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"neck","requirements":null},"price":12150},"11980":{"id":11980,"name":"Ring of wealth (5)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":17625,"lowalch":7050,"highalch":10575,"buy_limit":10000,"wiki_name":"Ring of wealth (5)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_wealth#(5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":14449},"11982":{"id":11982,"name":"Ring of wealth (4)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":17625,"lowalch":7050,"highalch":10575,"wiki_name":"Ring of wealth (4)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_wealth#(4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"11984":{"id":11984,"name":"Ring of wealth (3)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":17625,"lowalch":7050,"highalch":10575,"wiki_name":"Ring of wealth (3)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_wealth#(3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"11986":{"id":11986,"name":"Ring of wealth (2)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":17625,"lowalch":7050,"highalch":10575,"wiki_name":"Ring of wealth (2)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_wealth#(2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"11988":{"id":11988,"name":"Ring of wealth (1)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":17625,"lowalch":7050,"highalch":10575,"wiki_name":"Ring of wealth (1)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_wealth#(1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"11990":{"id":11990,"name":"Fedora","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":4,"wiki_name":"Fedora","wiki_url":"https://oldschool.runescape.wiki/w/Fedora","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":9042},"11992":{"id":11992,"name":"Lava scale","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":11000,"wiki_name":"Lava scale","wiki_url":"https://oldschool.runescape.wiki/w/Lava_scale","price":161},"11994":{"id":11994,"name":"Lava scale shard","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":11000,"wiki_name":"Lava scale shard","wiki_url":"https://oldschool.runescape.wiki/w/Lava_scale_shard","price":43},"11995":{"id":11995,"name":"Pet chaos elemental","members":true,"cost":1,"wiki_name":"Pet chaos elemental","wiki_url":"https://oldschool.runescape.wiki/w/Pet_chaos_elemental","price":0},"11996":{"id":11996,"name":"Holiday tool","cost":0,"wiki_name":"Holiday tool","wiki_url":"https://oldschool.runescape.wiki/w/Holiday_tool","price":0},"11997":{"id":11997,"name":"Easter","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Easter (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Easter_(unobtainable_item)","price":0},"11998":{"id":11998,"name":"Smoke battlestaff","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":15500,"lowalch":6200,"highalch":9300,"buy_limit":8,"wiki_name":"Smoke battlestaff","wiki_url":"https://oldschool.runescape.wiki/w/Smoke_battlestaff","equipment":{"attack_stab":7,"attack_slash":-1,"attack_crush":28,"attack_magic":12,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":12,"defence_ranged":0,"melee_strength":35,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":30,"magic":30}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":1827576},"12000":{"id":12000,"name":"Mystic smoke staff","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":42500,"lowalch":17000,"highalch":25500,"buy_limit":8,"wiki_name":"Mystic smoke staff","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_smoke_staff","equipment":{"attack_stab":10,"attack_slash":-1,"attack_crush":40,"attack_magic":14,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":14,"defence_ranged":0,"melee_strength":50,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":40,"magic":40}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":1833205},"12002":{"id":12002,"name":"Occult necklace","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":45000,"lowalch":18000,"highalch":27000,"buy_limit":8,"wiki_name":"Occult necklace","wiki_url":"https://oldschool.runescape.wiki/w/Occult_necklace","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":12,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":5,"prayer":2,"slot":"neck","requirements":{"magic":70}},"price":790940},"12004":{"id":12004,"name":"Kraken tentacle","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":83340,"lowalch":33336,"highalch":50004,"buy_limit":70,"wiki_name":"Kraken tentacle","wiki_url":"https://oldschool.runescape.wiki/w/Kraken_tentacle","price":876957},"12006":{"id":12006,"name":"Abyssal tentacle","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":289800,"lowalch":115920,"highalch":173880,"wiki_name":"Abyssal tentacle","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_tentacle","equipment":{"attack_stab":0,"attack_slash":90,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":86,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":75}},"weapon":{"attack_speed":4,"weapon_type":"whip","stances":[{"combat_style":"flick","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lash","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"deflect","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"12007":{"id":12007,"name":"Jar of dirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Jar of dirt","wiki_url":"https://oldschool.runescape.wiki/w/Jar_of_dirt","price":22955},"12009":{"id":12009,"name":"Soft clay pack","cost":10,"lowalch":4,"highalch":6,"wiki_name":"Soft clay pack (Golden nuggets)","wiki_url":"https://oldschool.runescape.wiki/w/Soft_clay_pack#Golden_nuggets","price":0},"12010":{"id":12010,"name":"Soft clay pack","stackable":true,"cost":10,"wiki_name":"Soft clay pack (discontinued)","wiki_url":"https://oldschool.runescape.wiki/w/Soft_clay_pack_(discontinued)","price":0,"lowalch":4,"highalch":6},"12011":{"id":12011,"name":"Pay-dirt","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Pay-dirt","wiki_url":"https://oldschool.runescape.wiki/w/Pay-dirt","price":0},"12012":{"id":12012,"name":"Golden nugget","members":true,"stackable":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Golden nugget","wiki_url":"https://oldschool.runescape.wiki/w/Golden_nugget","price":0},"12013":{"id":12013,"name":"Prospector helmet","members":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Prospector helmet","wiki_url":"https://oldschool.runescape.wiki/w/Prospector_helmet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"12014":{"id":12014,"name":"Prospector jacket","members":true,"equipable":true,"equipable_by_player":true,"cost":60,"lowalch":24,"highalch":36,"wiki_name":"Prospector jacket","wiki_url":"https://oldschool.runescape.wiki/w/Prospector_jacket","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"12015":{"id":12015,"name":"Prospector legs","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Prospector legs","wiki_url":"https://oldschool.runescape.wiki/w/Prospector_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"12016":{"id":12016,"name":"Prospector boots","members":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Prospector boots","wiki_url":"https://oldschool.runescape.wiki/w/Prospector_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"12017":{"id":12017,"name":"Salve amulet(i)","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Salve amulet(i) (Nightmare Zone)","wiki_url":"https://oldschool.runescape.wiki/w/Salve_amulet(i)#Nightmare_Zone","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"neck","requirements":null},"price":0},"12018":{"id":12018,"name":"Salve amulet(ei)","members":true,"equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"wiki_name":"Salve amulet(ei) (Nightmare Zone)","wiki_url":"https://oldschool.runescape.wiki/w/Salve_amulet(ei)#Nightmare_Zone","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"neck","requirements":null},"price":0},"12073":{"id":12073,"name":"Clue scroll (elite)","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Clue scroll (elite)","wiki_url":"https://oldschool.runescape.wiki/w/Clue_scroll_(elite)","price":0},"12084":{"id":12084,"name":"Casket (elite)","members":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Casket (discontinued) (Elite)","wiki_url":"https://oldschool.runescape.wiki/w/Casket_(discontinued)#Elite","price":0},"12128":{"id":12128,"name":"Challenge scroll (elite)","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Challenge scroll (Elite)","wiki_url":"https://oldschool.runescape.wiki/w/Challenge_scroll#Elite","price":0},"12161":{"id":12161,"name":"Puzzle box (elite)","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Puzzle box (Tree (elite))","wiki_url":"https://oldschool.runescape.wiki/w/Puzzle_box#Tree_(elite)","price":0},"12193":{"id":12193,"name":"Ancient robe top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":7000,"lowalch":2800,"highalch":4200,"buy_limit":8,"wiki_name":"Ancient robe top","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_robe_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"body","requirements":{"prayer":20}},"price":64244},"12195":{"id":12195,"name":"Ancient robe legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":7000,"lowalch":2800,"highalch":4200,"buy_limit":8,"wiki_name":"Ancient robe legs","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_robe_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"legs","requirements":{"prayer":20}},"price":51077},"12197":{"id":12197,"name":"Ancient cloak","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":8,"wiki_name":"Ancient cloak","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_cloak","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":1,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":3,"defence_ranged":3,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"cape","requirements":{"prayer":40}},"price":53818},"12199":{"id":12199,"name":"Ancient crozier","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":8,"wiki_name":"Ancient crozier","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_crozier","equipment":{"attack_stab":7,"attack_slash":-1,"attack_crush":25,"attack_magic":10,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":10,"defence_ranged":0,"melee_strength":32,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"weapon","requirements":{"prayer":60}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":7921},"12201":{"id":12201,"name":"Ancient stole","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2500,"lowalch":1000,"highalch":1500,"buy_limit":8,"wiki_name":"Ancient stole","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_stole","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":2,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":2,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":10,"slot":"neck","requirements":{"prayer":60}},"price":6000},"12203":{"id":12203,"name":"Ancient mitre","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":8,"wiki_name":"Ancient mitre","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_mitre","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"head","requirements":{"prayer":40,"magic":40}},"price":23719},"12205":{"id":12205,"name":"Bronze platebody (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":4,"wiki_name":"Bronze platebody (g)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_platebody_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":15,"defence_slash":14,"defence_crush":9,"defence_magic":-6,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":1}},"price":61500},"12207":{"id":12207,"name":"Bronze platelegs (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":4,"wiki_name":"Bronze platelegs (g)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_platelegs_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":8,"defence_slash":7,"defence_crush":6,"defence_magic":-4,"defence_ranged":7,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":1}},"price":7257},"12209":{"id":12209,"name":"Bronze plateskirt (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":4,"wiki_name":"Bronze plateskirt (g)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_plateskirt_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":8,"defence_slash":7,"defence_crush":6,"defence_magic":-4,"defence_ranged":7,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":1}},"price":4340},"12211":{"id":12211,"name":"Bronze full helm (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":48,"lowalch":19,"highalch":28,"buy_limit":4,"wiki_name":"Bronze full helm (g)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_full_helm_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":4,"defence_slash":5,"defence_crush":3,"defence_magic":-1,"defence_ranged":4,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":1}},"price":44692},"12213":{"id":12213,"name":"Bronze kiteshield (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":64,"lowalch":25,"highalch":38,"buy_limit":4,"wiki_name":"Bronze kiteshield (g)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_kiteshield_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":5,"defence_slash":7,"defence_crush":6,"defence_magic":-1,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":1}},"price":27579},"12215":{"id":12215,"name":"Bronze platebody (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":4,"wiki_name":"Bronze platebody (t)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_platebody_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":15,"defence_slash":14,"defence_crush":9,"defence_magic":-6,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":1}},"price":3037},"12217":{"id":12217,"name":"Bronze platelegs (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":4,"wiki_name":"Bronze platelegs (t)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_platelegs_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":8,"defence_slash":7,"defence_crush":6,"defence_magic":-4,"defence_ranged":7,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":1}},"price":3159},"12219":{"id":12219,"name":"Bronze plateskirt (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":4,"wiki_name":"Bronze plateskirt (t)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_plateskirt_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":8,"defence_slash":7,"defence_crush":6,"defence_magic":-4,"defence_ranged":7,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":1}},"price":3145},"12221":{"id":12221,"name":"Bronze full helm (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":48,"lowalch":19,"highalch":28,"buy_limit":4,"wiki_name":"Bronze full helm (t)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_full_helm_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":4,"defence_slash":5,"defence_crush":3,"defence_magic":-1,"defence_ranged":4,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":1}},"price":5156},"12223":{"id":12223,"name":"Bronze kiteshield (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":64,"lowalch":25,"highalch":38,"buy_limit":4,"wiki_name":"Bronze kiteshield (t)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_kiteshield_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":5,"defence_slash":7,"defence_crush":6,"defence_magic":-1,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":1}},"price":51668},"12225":{"id":12225,"name":"Iron platebody (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":560,"lowalch":224,"highalch":336,"buy_limit":4,"wiki_name":"Iron platebody (t)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_platebody_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":21,"defence_slash":20,"defence_crush":12,"defence_magic":-6,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":1}},"price":170000},"12227":{"id":12227,"name":"Iron platelegs (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":280,"lowalch":112,"highalch":168,"buy_limit":4,"wiki_name":"Iron platelegs (t)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_platelegs_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":11,"defence_slash":10,"defence_crush":10,"defence_magic":-4,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":1}},"price":4009},"12229":{"id":12229,"name":"Iron plateskirt (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":280,"lowalch":112,"highalch":168,"buy_limit":4,"wiki_name":"Iron plateskirt (t)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_plateskirt_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":11,"defence_slash":10,"defence_crush":10,"defence_magic":-4,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":1}},"price":4603},"12231":{"id":12231,"name":"Iron full helm (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":4,"wiki_name":"Iron full helm (t)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_full_helm_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":6,"defence_slash":7,"defence_crush":5,"defence_magic":-1,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":1}},"price":24259},"12233":{"id":12233,"name":"Iron kiteshield (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":240,"lowalch":96,"highalch":144,"buy_limit":4,"wiki_name":"Iron kiteshield (t)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_kiteshield_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":8,"defence_slash":10,"defence_crush":9,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":1}},"price":10759},"12235":{"id":12235,"name":"Iron platebody (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":560,"lowalch":224,"highalch":336,"buy_limit":4,"wiki_name":"Iron platebody (g)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_platebody_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":21,"defence_slash":20,"defence_crush":12,"defence_magic":-6,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":1}},"price":186295},"12237":{"id":12237,"name":"Iron platelegs (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":280,"lowalch":112,"highalch":168,"buy_limit":4,"wiki_name":"Iron platelegs (g)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_platelegs_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":11,"defence_slash":10,"defence_crush":10,"defence_magic":-4,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":1}},"price":24377},"12239":{"id":12239,"name":"Iron plateskirt (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":280,"lowalch":112,"highalch":168,"buy_limit":4,"wiki_name":"Iron plateskirt (g)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_plateskirt_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":11,"defence_slash":10,"defence_crush":10,"defence_magic":-4,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":1}},"price":6202},"12241":{"id":12241,"name":"Iron full helm (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":4,"wiki_name":"Iron full helm (g)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_full_helm_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":6,"defence_slash":7,"defence_crush":5,"defence_magic":-1,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":1}},"price":138295},"12243":{"id":12243,"name":"Iron kiteshield (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":240,"lowalch":96,"highalch":144,"buy_limit":4,"wiki_name":"Iron kiteshield (g)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_kiteshield_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":8,"defence_slash":10,"defence_crush":9,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":1}},"price":78370},"12245":{"id":12245,"name":"Beanie","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":600,"lowalch":240,"highalch":360,"buy_limit":4,"wiki_name":"Beanie","wiki_url":"https://oldschool.runescape.wiki/w/Beanie","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":3256},"12247":{"id":12247,"name":"Red beret","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":4,"wiki_name":"Red beret","wiki_url":"https://oldschool.runescape.wiki/w/Red_beret","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":25764},"12249":{"id":12249,"name":"Imp mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Imp mask","wiki_url":"https://oldschool.runescape.wiki/w/Imp_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":15932},"12251":{"id":12251,"name":"Goblin mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Goblin mask","wiki_url":"https://oldschool.runescape.wiki/w/Goblin_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":16957},"12253":{"id":12253,"name":"Armadyl robe top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":7000,"lowalch":2800,"highalch":4200,"buy_limit":8,"wiki_name":"Armadyl robe top","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_robe_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"body","requirements":{"prayer":20}},"price":49184},"12255":{"id":12255,"name":"Armadyl robe legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":7000,"lowalch":2800,"highalch":4200,"buy_limit":8,"wiki_name":"Armadyl robe legs","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_robe_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"legs","requirements":{"prayer":20}},"price":49293},"12257":{"id":12257,"name":"Armadyl stole","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2500,"lowalch":1000,"highalch":1500,"buy_limit":8,"wiki_name":"Armadyl stole","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_stole","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":2,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":2,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":10,"slot":"neck","requirements":{"prayer":60}},"price":13384},"12259":{"id":12259,"name":"Armadyl mitre","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":8,"wiki_name":"Armadyl mitre","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_mitre","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"head","requirements":{"prayer":40,"magic":40}},"price":17730},"12261":{"id":12261,"name":"Armadyl cloak","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":8,"wiki_name":"Armadyl cloak","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_cloak","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":1,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":3,"defence_ranged":3,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"cape","requirements":{"prayer":40}},"price":38026},"12263":{"id":12263,"name":"Armadyl crozier","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":8,"wiki_name":"Armadyl crozier","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_crozier","equipment":{"attack_stab":7,"attack_slash":-1,"attack_crush":25,"attack_magic":10,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":10,"defence_ranged":0,"melee_strength":32,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"weapon","requirements":{"prayer":60}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":13200},"12265":{"id":12265,"name":"Bandos robe top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":7000,"lowalch":2800,"highalch":4200,"buy_limit":8,"wiki_name":"Bandos robe top","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_robe_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"body","requirements":{"prayer":20}},"price":41210},"12267":{"id":12267,"name":"Bandos robe legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":7000,"lowalch":2800,"highalch":4200,"buy_limit":8,"wiki_name":"Bandos robe legs","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_robe_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"legs","requirements":{"prayer":20}},"price":33947},"12269":{"id":12269,"name":"Bandos stole","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2500,"lowalch":1000,"highalch":1500,"buy_limit":8,"wiki_name":"Bandos stole","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_stole","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":2,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":2,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":10,"slot":"neck","requirements":{"prayer":60}},"price":15000},"12271":{"id":12271,"name":"Bandos mitre","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":8,"wiki_name":"Bandos mitre","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_mitre","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"head","requirements":{"prayer":40,"magic":40}},"price":24743},"12273":{"id":12273,"name":"Bandos cloak","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":8,"wiki_name":"Bandos cloak","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_cloak","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":1,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":3,"defence_ranged":3,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"cape","requirements":{"prayer":40}},"price":88179},"12275":{"id":12275,"name":"Bandos crozier","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":8,"wiki_name":"Bandos crozier","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_crozier","equipment":{"attack_stab":7,"attack_slash":-1,"attack_crush":25,"attack_magic":10,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":10,"defence_ranged":0,"melee_strength":32,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"weapon","requirements":{"prayer":60}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":7355},"12277":{"id":12277,"name":"Mithril platebody (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5200,"lowalch":2080,"highalch":3120,"buy_limit":8,"wiki_name":"Mithril platebody (g)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_platebody_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":46,"defence_slash":44,"defence_crush":38,"defence_magic":-6,"defence_ranged":44,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":20}},"price":5026},"12279":{"id":12279,"name":"Mithril platelegs (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2600,"lowalch":1040,"highalch":1560,"buy_limit":8,"wiki_name":"Mithril platelegs (g)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_platelegs_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":24,"defence_slash":22,"defence_crush":20,"defence_magic":-4,"defence_ranged":22,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":20}},"price":1925},"12281":{"id":12281,"name":"Mithril kiteshield (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2210,"lowalch":884,"highalch":1326,"buy_limit":8,"wiki_name":"Mithril kiteshield (g)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_kiteshield_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":18,"defence_slash":22,"defence_crush":20,"defence_magic":-1,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":20}},"price":3890},"12283":{"id":12283,"name":"Mithril full helm (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1430,"lowalch":572,"highalch":858,"buy_limit":8,"wiki_name":"Mithril full helm (g)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_full_helm_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":13,"defence_slash":14,"defence_crush":11,"defence_magic":-1,"defence_ranged":13,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":20}},"price":3300},"12285":{"id":12285,"name":"Mithril plateskirt (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2600,"lowalch":1040,"highalch":1560,"buy_limit":8,"wiki_name":"Mithril plateskirt (g)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_plateskirt_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":24,"defence_slash":22,"defence_crush":20,"defence_magic":-4,"defence_ranged":22,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":20}},"price":6157},"12287":{"id":12287,"name":"Mithril platebody (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5200,"lowalch":2080,"highalch":3120,"buy_limit":8,"wiki_name":"Mithril platebody (t)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_platebody_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":46,"defence_slash":44,"defence_crush":38,"defence_magic":-6,"defence_ranged":44,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":20}},"price":3261},"12289":{"id":12289,"name":"Mithril platelegs (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2600,"lowalch":1040,"highalch":1560,"buy_limit":8,"wiki_name":"Mithril platelegs (t)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_platelegs_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":24,"defence_slash":22,"defence_crush":20,"defence_magic":-4,"defence_ranged":22,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":20}},"price":2899},"12291":{"id":12291,"name":"Mithril kiteshield (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2210,"lowalch":884,"highalch":1326,"buy_limit":8,"wiki_name":"Mithril kiteshield (t)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_kiteshield_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":18,"defence_slash":22,"defence_crush":20,"defence_magic":-1,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":20}},"price":3815},"12293":{"id":12293,"name":"Mithril full helm (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1430,"lowalch":572,"highalch":858,"buy_limit":8,"wiki_name":"Mithril full helm (t)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_full_helm_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":13,"defence_slash":14,"defence_crush":11,"defence_magic":-1,"defence_ranged":13,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":20}},"price":3203},"12295":{"id":12295,"name":"Mithril plateskirt (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2600,"lowalch":1040,"highalch":1560,"buy_limit":8,"wiki_name":"Mithril plateskirt (t)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_plateskirt_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":24,"defence_slash":22,"defence_crush":20,"defence_magic":-4,"defence_ranged":22,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":20}},"price":20991},"12297":{"id":12297,"name":"Black pickaxe","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":145,"lowalch":58,"highalch":87,"buy_limit":4,"wiki_name":"Black pickaxe","wiki_url":"https://oldschool.runescape.wiki/w/Black_pickaxe","equipment":{"attack_stab":10,"attack_slash":-2,"attack_crush":8,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":11,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":10}},"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":2081},"12299":{"id":12299,"name":"White headband","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":4,"wiki_name":"White headband","wiki_url":"https://oldschool.runescape.wiki/w/White_headband","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":4000},"12301":{"id":12301,"name":"Blue headband","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":4,"wiki_name":"Blue headband","wiki_url":"https://oldschool.runescape.wiki/w/Blue_headband","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":5889},"12303":{"id":12303,"name":"Gold headband","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":4,"wiki_name":"Gold headband","wiki_url":"https://oldschool.runescape.wiki/w/Gold_headband","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":3219},"12305":{"id":12305,"name":"Pink headband","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":4,"wiki_name":"Pink headband","wiki_url":"https://oldschool.runescape.wiki/w/Pink_headband","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":4237},"12307":{"id":12307,"name":"Green headband","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":4,"wiki_name":"Green headband","wiki_url":"https://oldschool.runescape.wiki/w/Green_headband","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":4251},"12309":{"id":12309,"name":"Pink boater","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":225,"lowalch":90,"highalch":135,"buy_limit":4,"wiki_name":"Pink boater","wiki_url":"https://oldschool.runescape.wiki/w/Pink_boater","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":23365},"12311":{"id":12311,"name":"Purple boater","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":225,"lowalch":90,"highalch":135,"buy_limit":4,"wiki_name":"Purple boater","wiki_url":"https://oldschool.runescape.wiki/w/Purple_boater","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":8014},"12313":{"id":12313,"name":"White boater","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":225,"lowalch":90,"highalch":135,"buy_limit":4,"wiki_name":"White boater","wiki_url":"https://oldschool.runescape.wiki/w/White_boater","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":13501},"12315":{"id":12315,"name":"Pink elegant shirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Pink elegant shirt","wiki_url":"https://oldschool.runescape.wiki/w/Pink_elegant_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":4000},"12317":{"id":12317,"name":"Pink elegant legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Pink elegant legs","wiki_url":"https://oldschool.runescape.wiki/w/Pink_elegant_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":6785},"12319":{"id":12319,"name":"Crier hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Crier hat","wiki_url":"https://oldschool.runescape.wiki/w/Crier_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":2669},"12321":{"id":12321,"name":"White cavalier","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":4,"wiki_name":"White cavalier","wiki_url":"https://oldschool.runescape.wiki/w/White_cavalier","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":7227},"12323":{"id":12323,"name":"Red cavalier","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":4,"wiki_name":"Red cavalier","wiki_url":"https://oldschool.runescape.wiki/w/Red_cavalier","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":1999},"12325":{"id":12325,"name":"Navy cavalier","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":4,"wiki_name":"Navy cavalier","wiki_url":"https://oldschool.runescape.wiki/w/Navy_cavalier","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":9002},"12327":{"id":12327,"name":"Red d'hide body (g)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":11230,"lowalch":4492,"highalch":6738,"buy_limit":8,"wiki_name":"Red d'hide body (g)","wiki_url":"https://oldschool.runescape.wiki/w/Red_d'hide_body_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":25,"defence_stab":26,"defence_slash":34,"defence_crush":36,"defence_magic":36,"defence_ranged":45,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"ranged":60,"defence":40}},"price":5834},"12329":{"id":12329,"name":"Red d'hide chaps (g)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5180,"lowalch":2072,"highalch":3108,"buy_limit":8,"wiki_name":"Red d'hide chaps (g)","wiki_url":"https://oldschool.runescape.wiki/w/Red_d'hide_chaps_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":14,"defence_stab":15,"defence_slash":18,"defence_crush":22,"defence_magic":18,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"ranged":60}},"price":10580},"12331":{"id":12331,"name":"Red d'hide body (t)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":11230,"lowalch":4492,"highalch":6738,"buy_limit":8,"wiki_name":"Red d'hide body (t)","wiki_url":"https://oldschool.runescape.wiki/w/Red_d'hide_body_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":25,"defence_stab":26,"defence_slash":34,"defence_crush":36,"defence_magic":36,"defence_ranged":45,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"ranged":60,"defence":40}},"price":6330},"12333":{"id":12333,"name":"Red d'hide chaps (t)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5180,"lowalch":2072,"highalch":3108,"buy_limit":8,"wiki_name":"Red d'hide chaps (t)","wiki_url":"https://oldschool.runescape.wiki/w/Red_d'hide_chaps_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":14,"defence_stab":15,"defence_slash":18,"defence_crush":22,"defence_magic":18,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"ranged":60}},"price":3416},"12335":{"id":12335,"name":"Briefcase","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":666,"lowalch":266,"highalch":399,"buy_limit":4,"wiki_name":"Briefcase","wiki_url":"https://oldschool.runescape.wiki/w/Briefcase","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":260000},"12337":{"id":12337,"name":"Sagacious spectacles","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1400,"lowalch":560,"highalch":840,"buy_limit":4,"wiki_name":"Sagacious spectacles","wiki_url":"https://oldschool.runescape.wiki/w/Sagacious_spectacles","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":1343668},"12339":{"id":12339,"name":"Pink elegant blouse","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Pink elegant blouse","wiki_url":"https://oldschool.runescape.wiki/w/Pink_elegant_blouse","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":8540},"12341":{"id":12341,"name":"Pink elegant skirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Pink elegant skirt","wiki_url":"https://oldschool.runescape.wiki/w/Pink_elegant_skirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":7311},"12343":{"id":12343,"name":"Gold elegant blouse","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Gold elegant blouse","wiki_url":"https://oldschool.runescape.wiki/w/Gold_elegant_blouse","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":6410},"12345":{"id":12345,"name":"Gold elegant skirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Gold elegant skirt","wiki_url":"https://oldschool.runescape.wiki/w/Gold_elegant_skirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":6288},"12347":{"id":12347,"name":"Gold elegant shirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Gold elegant shirt","wiki_url":"https://oldschool.runescape.wiki/w/Gold_elegant_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":3750},"12349":{"id":12349,"name":"Gold elegant legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Gold elegant legs","wiki_url":"https://oldschool.runescape.wiki/w/Gold_elegant_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":6120},"12351":{"id":12351,"name":"Musketeer hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3500,"lowalch":1400,"highalch":2100,"buy_limit":4,"wiki_name":"Musketeer hat","wiki_url":"https://oldschool.runescape.wiki/w/Musketeer_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":103862},"12353":{"id":12353,"name":"Monocle","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1200,"lowalch":480,"highalch":720,"buy_limit":4,"wiki_name":"Monocle","wiki_url":"https://oldschool.runescape.wiki/w/Monocle","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":10322},"12355":{"id":12355,"name":"Big pirate hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1500,"lowalch":600,"highalch":900,"buy_limit":4,"wiki_name":"Big pirate hat","wiki_url":"https://oldschool.runescape.wiki/w/Big_pirate_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":656224},"12357":{"id":12357,"name":"Katana","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":24000,"lowalch":9600,"highalch":14400,"buy_limit":8,"wiki_name":"Katana","wiki_url":"https://oldschool.runescape.wiki/w/Katana","equipment":{"attack_stab":7,"attack_slash":45,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":3,"defence_slash":7,"defence_crush":7,"defence_magic":0,"defence_ranged":-3,"melee_strength":40,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":111842},"12359":{"id":12359,"name":"Leprechaun hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":4,"wiki_name":"Leprechaun hat","wiki_url":"https://oldschool.runescape.wiki/w/Leprechaun_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":10352},"12361":{"id":12361,"name":"Cat mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2400,"lowalch":960,"highalch":1440,"buy_limit":4,"wiki_name":"Cat mask","wiki_url":"https://oldschool.runescape.wiki/w/Cat_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":11132},"12363":{"id":12363,"name":"Bronze dragon mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":4,"wiki_name":"Bronze dragon mask","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_dragon_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":7452},"12365":{"id":12365,"name":"Iron dragon mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":4,"wiki_name":"Iron dragon mask","wiki_url":"https://oldschool.runescape.wiki/w/Iron_dragon_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":5267},"12367":{"id":12367,"name":"Steel dragon mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":4,"wiki_name":"Steel dragon mask","wiki_url":"https://oldschool.runescape.wiki/w/Steel_dragon_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":4268},"12369":{"id":12369,"name":"Mithril dragon mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":4,"wiki_name":"Mithril dragon mask","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_dragon_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":7043},"12371":{"id":12371,"name":"Lava dragon mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":4,"wiki_name":"Lava dragon mask","wiki_url":"https://oldschool.runescape.wiki/w/Lava_dragon_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":2205000},"12373":{"id":12373,"name":"Dragon cane","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":30000,"lowalch":12000,"highalch":18000,"buy_limit":4,"wiki_name":"Dragon cane","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_cane","equipment":{"attack_stab":40,"attack_slash":-2,"attack_crush":60,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":55,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"weapon","requirements":{"attack":60}},"weapon":{"attack_speed":5,"weapon_type":"polestaff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":18302},"12375":{"id":12375,"name":"Black cane","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":600,"lowalch":240,"highalch":360,"buy_limit":4,"wiki_name":"Black cane","wiki_url":"https://oldschool.runescape.wiki/w/Black_cane","equipment":{"attack_stab":8,"attack_slash":-2,"attack_crush":16,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":13,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"weapon","requirements":{"attack":10}},"weapon":{"attack_speed":5,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":8500},"12377":{"id":12377,"name":"Adamant cane","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1440,"lowalch":576,"highalch":864,"buy_limit":4,"wiki_name":"Adamant cane","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_cane","equipment":{"attack_stab":13,"attack_slash":-2,"attack_crush":25,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":23,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"weapon","requirements":{"attack":30}},"weapon":{"attack_speed":5,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":6812},"12379":{"id":12379,"name":"Rune cane","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":14400,"lowalch":5760,"highalch":8640,"buy_limit":4,"wiki_name":"Rune cane","wiki_url":"https://oldschool.runescape.wiki/w/Rune_cane","equipment":{"attack_stab":20,"attack_slash":-2,"attack_crush":39,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":36,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"weapon","requirements":{"attack":40}},"weapon":{"attack_speed":5,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":7776},"12381":{"id":12381,"name":"Black d'hide body (g)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":13480,"lowalch":5392,"highalch":8088,"buy_limit":8,"wiki_name":"Black d'hide body (g)","wiki_url":"https://oldschool.runescape.wiki/w/Black_d'hide_body_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":30,"defence_stab":30,"defence_slash":38,"defence_crush":45,"defence_magic":45,"defence_ranged":50,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"ranged":70,"defence":40}},"price":17000},"12383":{"id":12383,"name":"Black d'hide chaps (g)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":6220,"lowalch":2488,"highalch":3732,"buy_limit":8,"wiki_name":"Black d'hide chaps (g)","wiki_url":"https://oldschool.runescape.wiki/w/Black_d'hide_chaps_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":17,"defence_stab":18,"defence_slash":20,"defence_crush":26,"defence_magic":23,"defence_ranged":26,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"ranged":70}},"price":180273},"12385":{"id":12385,"name":"Black d'hide body (t)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":13480,"lowalch":5392,"highalch":8088,"buy_limit":8,"wiki_name":"Black d'hide body (t)","wiki_url":"https://oldschool.runescape.wiki/w/Black_d'hide_body_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":30,"defence_stab":30,"defence_slash":38,"defence_crush":45,"defence_magic":45,"defence_ranged":50,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"ranged":70,"defence":40}},"price":14700},"12387":{"id":12387,"name":"Black d'hide chaps (t)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":6220,"lowalch":2488,"highalch":3732,"buy_limit":8,"wiki_name":"Black d'hide chaps (t)","wiki_url":"https://oldschool.runescape.wiki/w/Black_d'hide_chaps_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":17,"defence_stab":18,"defence_slash":20,"defence_crush":26,"defence_magic":23,"defence_ranged":26,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"ranged":70}},"price":44147},"12389":{"id":12389,"name":"Gilded scimitar","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":25600,"lowalch":10240,"highalch":15360,"buy_limit":8,"wiki_name":"Gilded scimitar","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_scimitar","equipment":{"attack_stab":7,"attack_slash":45,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":44,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":40}},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":19625000},"12391":{"id":12391,"name":"Gilded boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":12500,"lowalch":5000,"highalch":7500,"buy_limit":8,"wiki_name":"Gilded boots","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":12,"defence_slash":13,"defence_crush":14,"defence_magic":0,"defence_ranged":0,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"defence":40}},"price":2579719},"12393":{"id":12393,"name":"Royal gown top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Royal gown top","wiki_url":"https://oldschool.runescape.wiki/w/Royal_gown_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":28644},"12395":{"id":12395,"name":"Royal gown bottom","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Royal gown bottom","wiki_url":"https://oldschool.runescape.wiki/w/Royal_gown_bottom","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":8862},"12397":{"id":12397,"name":"Royal crown","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":6000,"lowalch":2400,"highalch":3600,"buy_limit":4,"wiki_name":"Royal crown","wiki_url":"https://oldschool.runescape.wiki/w/Royal_crown","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":162501},"12399":{"id":12399,"name":"Partyhat & specs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1800,"lowalch":720,"highalch":1080,"buy_limit":4,"wiki_name":"Partyhat & specs","wiki_url":"https://oldschool.runescape.wiki/w/Partyhat_&_specs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":1464612},"12402":{"id":12402,"name":"Nardah teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":10000,"wiki_name":"Nardah teleport","wiki_url":"https://oldschool.runescape.wiki/w/Nardah_teleport","price":41383},"12403":{"id":12403,"name":"Digsite teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":10000,"wiki_name":"Digsite teleport","wiki_url":"https://oldschool.runescape.wiki/w/Digsite_teleport","price":28995},"12404":{"id":12404,"name":"Feldip hills teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":10000,"wiki_name":"Feldip hills teleport","wiki_url":"https://oldschool.runescape.wiki/w/Feldip_hills_teleport","price":2200},"12405":{"id":12405,"name":"Lunar isle teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":10000,"wiki_name":"Lunar isle teleport","wiki_url":"https://oldschool.runescape.wiki/w/Lunar_isle_teleport","price":3198},"12406":{"id":12406,"name":"Mort'ton teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":10000,"wiki_name":"Mort'ton teleport","wiki_url":"https://oldschool.runescape.wiki/w/Mort'ton_teleport","price":37874},"12407":{"id":12407,"name":"Pest control teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":10000,"wiki_name":"Pest control teleport","wiki_url":"https://oldschool.runescape.wiki/w/Pest_control_teleport","price":642},"12408":{"id":12408,"name":"Piscatoris teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":10000,"wiki_name":"Piscatoris teleport","wiki_url":"https://oldschool.runescape.wiki/w/Piscatoris_teleport","price":7233},"12409":{"id":12409,"name":"Tai bwo wannai teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":10000,"wiki_name":"Tai bwo wannai teleport","wiki_url":"https://oldschool.runescape.wiki/w/Tai_bwo_wannai_teleport","price":5586},"12410":{"id":12410,"name":"Iorwerth camp teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":10000,"wiki_name":"Iorwerth camp teleport","wiki_url":"https://oldschool.runescape.wiki/w/Iorwerth_camp_teleport","price":3404},"12411":{"id":12411,"name":"Mos le'harmless teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":10000,"wiki_name":"Mos le'harmless teleport","wiki_url":"https://oldschool.runescape.wiki/w/Mos_le'harmless_teleport","price":1046},"12412":{"id":12412,"name":"Pirate hat & patch","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"buy_limit":150,"wiki_name":"Pirate hat & patch","wiki_url":"https://oldschool.runescape.wiki/w/Pirate_hat_&_patch","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":672943},"12414":{"id":12414,"name":"Dragon chainbody (g)","members":true,"equipable":true,"equipable_by_player":true,"cost":250000,"lowalch":100000,"highalch":150000,"wiki_name":"Dragon chainbody (g)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_chainbody_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":0,"defence_stab":81,"defence_slash":93,"defence_crush":98,"defence_magic":-3,"defence_ranged":82,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":60}},"price":0},"12415":{"id":12415,"name":"Dragon platelegs (g)","members":true,"equipable":true,"equipable_by_player":true,"cost":270000,"wiki_name":"Dragon platelegs (g)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_platelegs_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":68,"defence_slash":66,"defence_crush":63,"defence_magic":-4,"defence_ranged":65,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":60}},"price":0},"12416":{"id":12416,"name":"Dragon plateskirt (g)","members":true,"equipable":true,"equipable_by_player":true,"cost":270000,"wiki_name":"Dragon plateskirt (g)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_plateskirt_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":68,"defence_slash":66,"defence_crush":63,"defence_magic":-4,"defence_ranged":65,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":60}},"price":0},"12417":{"id":12417,"name":"Dragon full helm (g)","members":true,"equipable":true,"equipable_by_player":true,"cost":150000,"lowalch":60000,"highalch":90000,"wiki_name":"Dragon full helm (g)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_full_helm_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":45,"defence_slash":48,"defence_crush":41,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":60}},"price":0},"12418":{"id":12418,"name":"Dragon sq shield (g)","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Dragon sq shield (g)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_sq_shield_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":0,"defence_stab":50,"defence_slash":52,"defence_crush":48,"defence_magic":0,"defence_ranged":50,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":60}},"price":0},"12419":{"id":12419,"name":"Light infinity hat","members":true,"equipable":true,"equipable_by_player":true,"cost":17000,"lowalch":6800,"highalch":10200,"wiki_name":"Light infinity hat","wiki_url":"https://oldschool.runescape.wiki/w/Light_infinity_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":6,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":6,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"head","requirements":{"magic":50,"defence":25}},"price":0},"12420":{"id":12420,"name":"Light infinity top","members":true,"equipable":true,"equipable_by_player":true,"cost":140000,"lowalch":56000,"highalch":84000,"wiki_name":"Light infinity top","wiki_url":"https://oldschool.runescape.wiki/w/Light_infinity_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":22,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":22,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"body","requirements":{"magic":50,"defence":25}},"price":0},"12421":{"id":12421,"name":"Light infinity bottoms","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Light infinity bottoms","wiki_url":"https://oldschool.runescape.wiki/w/Light_infinity_bottoms","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":17,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":17,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"legs","requirements":{"magic":50,"defence":25}},"price":0},"12422":{"id":12422,"name":"3rd age wand","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":150000,"lowalch":60000,"highalch":90000,"buy_limit":8,"wiki_name":"3rd age wand","wiki_url":"https://oldschool.runescape.wiki/w/3rd_age_wand","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":20,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":20,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":65}},"weapon":{"attack_speed":4,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":1101027528},"12424":{"id":12424,"name":"3rd age bow","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":150000,"lowalch":60000,"highalch":90000,"buy_limit":8,"wiki_name":"3rd age bow","wiki_url":"https://oldschool.runescape.wiki/w/3rd_age_bow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":80,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":65}},"weapon":{"attack_speed":4,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":1970003504},"12426":{"id":12426,"name":"3rd age longsword","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":150000,"lowalch":60000,"highalch":90000,"buy_limit":8,"wiki_name":"3rd age longsword","wiki_url":"https://oldschool.runescape.wiki/w/3rd_age_longsword","equipment":{"attack_stab":0,"attack_slash":72,"attack_crush":60,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":75,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":65}},"weapon":{"attack_speed":5,"weapon_type":"2h_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"smash","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":2147483647},"12428":{"id":12428,"name":"Penguin mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1200,"lowalch":480,"highalch":720,"buy_limit":4,"wiki_name":"Penguin mask","wiki_url":"https://oldschool.runescape.wiki/w/Penguin_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":2338},"12430":{"id":12430,"name":"Afro","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":684,"lowalch":273,"highalch":410,"buy_limit":4,"wiki_name":"Afro","wiki_url":"https://oldschool.runescape.wiki/w/Afro","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":470003},"12432":{"id":12432,"name":"Top hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1800,"lowalch":720,"highalch":1080,"buy_limit":4,"wiki_name":"Top hat","wiki_url":"https://oldschool.runescape.wiki/w/Top_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":286729},"12434":{"id":12434,"name":"Top hat & monocle","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":4000,"lowalch":1600,"highalch":2400,"buy_limit":4,"wiki_name":"Top hat & monocle","wiki_url":"https://oldschool.runescape.wiki/w/Top_hat_&_monocle","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":138398},"12436":{"id":12436,"name":"Amulet of fury (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":206000,"lowalch":82400,"highalch":123600,"wiki_name":"Amulet of fury (or)","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_fury_(or)","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":10,"attack_magic":10,"attack_ranged":10,"defence_stab":15,"defence_slash":15,"defence_crush":15,"defence_magic":15,"defence_ranged":15,"melee_strength":8,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"neck","requirements":null},"price":0},"12437":{"id":12437,"name":"3rd age cloak","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":85000,"lowalch":34000,"highalch":51000,"buy_limit":8,"wiki_name":"3rd age cloak","wiki_url":"https://oldschool.runescape.wiki/w/3rd_age_cloak","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"cape","requirements":{"prayer":65}},"price":949943945},"12439":{"id":12439,"name":"Royal sceptre","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Royal sceptre","wiki_url":"https://oldschool.runescape.wiki/w/Royal_sceptre","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"polestaff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":264613},"12441":{"id":12441,"name":"Musketeer tabard","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1880,"lowalch":752,"highalch":1128,"buy_limit":4,"wiki_name":"Musketeer tabard","wiki_url":"https://oldschool.runescape.wiki/w/Musketeer_tabard","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":35588},"12443":{"id":12443,"name":"Musketeer pants","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1870,"lowalch":748,"highalch":1122,"buy_limit":4,"wiki_name":"Musketeer pants","wiki_url":"https://oldschool.runescape.wiki/w/Musketeer_pants","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":16997},"12445":{"id":12445,"name":"Black skirt (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":4,"wiki_name":"Black skirt (g)","wiki_url":"https://oldschool.runescape.wiki/w/Black_skirt_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":8500},"12447":{"id":12447,"name":"Black skirt (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":4,"wiki_name":"Black skirt (t)","wiki_url":"https://oldschool.runescape.wiki/w/Black_skirt_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":10428},"12449":{"id":12449,"name":"Black wizard robe (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":4,"wiki_name":"Black wizard robe (g)","wiki_url":"https://oldschool.runescape.wiki/w/Black_wizard_robe_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":152973},"12451":{"id":12451,"name":"Black wizard robe (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":4,"wiki_name":"Black wizard robe (t)","wiki_url":"https://oldschool.runescape.wiki/w/Black_wizard_robe_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":54376},"12453":{"id":12453,"name":"Black wizard hat (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":4,"wiki_name":"Black wizard hat (g)","wiki_url":"https://oldschool.runescape.wiki/w/Black_wizard_hat_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":2,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":2,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":298926},"12455":{"id":12455,"name":"Black wizard hat (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":4,"wiki_name":"Black wizard hat (t)","wiki_url":"https://oldschool.runescape.wiki/w/Black_wizard_hat_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":2,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":2,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":68515},"12457":{"id":12457,"name":"Dark infinity hat","members":true,"equipable":true,"equipable_by_player":true,"cost":17000,"lowalch":6800,"highalch":10200,"wiki_name":"Dark infinity hat","wiki_url":"https://oldschool.runescape.wiki/w/Dark_infinity_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":6,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":6,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"head","requirements":{"magic":50,"defence":25}},"price":0},"12458":{"id":12458,"name":"Dark infinity top","members":true,"equipable":true,"equipable_by_player":true,"cost":140000,"lowalch":56000,"highalch":84000,"wiki_name":"Dark infinity top","wiki_url":"https://oldschool.runescape.wiki/w/Dark_infinity_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":22,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":22,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"body","requirements":{"magic":50,"defence":25}},"price":0},"12459":{"id":12459,"name":"Dark infinity bottoms","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Dark infinity bottoms","wiki_url":"https://oldschool.runescape.wiki/w/Dark_infinity_bottoms","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":17,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":17,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"legs","requirements":{"magic":50,"defence":25}},"price":0},"12460":{"id":12460,"name":"Ancient platebody","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":65000,"lowalch":26000,"highalch":39000,"buy_limit":8,"wiki_name":"Ancient platebody","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_platebody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":82,"defence_slash":80,"defence_crush":72,"defence_magic":-6,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"body","requirements":{"defence":40}},"price":46268},"12462":{"id":12462,"name":"Ancient platelegs","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":64000,"lowalch":25600,"highalch":38400,"buy_limit":8,"wiki_name":"Ancient platelegs","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_platelegs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":51,"defence_slash":49,"defence_crush":47,"defence_magic":-4,"defence_ranged":49,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"legs","requirements":{"defence":40}},"price":46449},"12464":{"id":12464,"name":"Ancient plateskirt","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":64000,"lowalch":25600,"highalch":38400,"buy_limit":8,"wiki_name":"Ancient plateskirt","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_plateskirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":51,"defence_slash":49,"defence_crush":47,"defence_magic":-4,"defence_ranged":49,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"legs","requirements":{"defence":40}},"price":37566},"12466":{"id":12466,"name":"Ancient full helm","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"buy_limit":8,"wiki_name":"Ancient full helm","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_full_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"head","requirements":{"defence":40}},"price":42998},"12468":{"id":12468,"name":"Ancient kiteshield","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":54400,"lowalch":21760,"highalch":32640,"buy_limit":8,"wiki_name":"Ancient kiteshield","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_kiteshield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-2,"defence_stab":44,"defence_slash":48,"defence_crush":46,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"shield","requirements":{"defence":40}},"price":50587},"12470":{"id":12470,"name":"Armadyl platebody","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":65000,"lowalch":26000,"highalch":39000,"buy_limit":8,"wiki_name":"Armadyl platebody","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_platebody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":82,"defence_slash":80,"defence_crush":72,"defence_magic":-6,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"body","requirements":{"defence":40}},"price":46801},"12472":{"id":12472,"name":"Armadyl platelegs","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":64000,"lowalch":25600,"highalch":38400,"buy_limit":8,"wiki_name":"Armadyl platelegs","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_platelegs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":51,"defence_slash":49,"defence_crush":47,"defence_magic":-4,"defence_ranged":49,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"legs","requirements":{"defence":40}},"price":39650},"12474":{"id":12474,"name":"Armadyl plateskirt","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":64000,"lowalch":25600,"highalch":38400,"buy_limit":8,"wiki_name":"Armadyl plateskirt","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_plateskirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":51,"defence_slash":49,"defence_crush":47,"defence_magic":-4,"defence_ranged":49,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"legs","requirements":{"defence":40}},"price":40528},"12476":{"id":12476,"name":"Armadyl full helm","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"buy_limit":8,"wiki_name":"Armadyl full helm","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_full_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"head","requirements":{"defence":40}},"price":31491},"12478":{"id":12478,"name":"Armadyl kiteshield","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":54400,"lowalch":21760,"highalch":32640,"buy_limit":8,"wiki_name":"Armadyl kiteshield","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_kiteshield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-2,"defence_stab":44,"defence_slash":48,"defence_crush":46,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"shield","requirements":{"defence":40}},"price":36550},"12480":{"id":12480,"name":"Bandos platebody","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":65000,"lowalch":26000,"highalch":39000,"buy_limit":8,"wiki_name":"Bandos platebody","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_platebody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":82,"defence_slash":80,"defence_crush":72,"defence_magic":-6,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"body","requirements":{"defence":40}},"price":215740},"12482":{"id":12482,"name":"Bandos platelegs","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":64000,"lowalch":25600,"highalch":38400,"buy_limit":8,"wiki_name":"Bandos platelegs","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_platelegs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":51,"defence_slash":49,"defence_crush":47,"defence_magic":-4,"defence_ranged":49,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"legs","requirements":{"defence":40}},"price":40762},"12484":{"id":12484,"name":"Bandos plateskirt","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":64000,"lowalch":25600,"highalch":38400,"buy_limit":8,"wiki_name":"Bandos plateskirt","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_plateskirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":51,"defence_slash":49,"defence_crush":47,"defence_magic":-4,"defence_ranged":49,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"legs","requirements":{"defence":40}},"price":40276},"12486":{"id":12486,"name":"Bandos full helm","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"buy_limit":8,"wiki_name":"Bandos full helm","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_full_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"head","requirements":{"defence":40}},"price":20869},"12488":{"id":12488,"name":"Bandos kiteshield","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":54400,"lowalch":21760,"highalch":32640,"buy_limit":8,"wiki_name":"Bandos kiteshield","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_kiteshield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-2,"defence_stab":44,"defence_slash":48,"defence_crush":46,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"shield","requirements":{"defence":40}},"price":35310},"12490":{"id":12490,"name":"Ancient bracers","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":4000,"lowalch":1600,"highalch":2400,"buy_limit":8,"wiki_name":"Ancient bracers","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_bracers","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":11,"defence_stab":6,"defence_slash":5,"defence_crush":7,"defence_magic":8,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"hands","requirements":{"ranged":70,"defence":40}},"price":157499},"12492":{"id":12492,"name":"Ancient d'hide body","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":13000,"lowalch":5200,"highalch":7800,"buy_limit":8,"wiki_name":"Ancient d'hide body","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_d'hide_body","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":30,"defence_stab":55,"defence_slash":47,"defence_crush":60,"defence_magic":50,"defence_ranged":55,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"body","requirements":{"ranged":70,"defence":40}},"price":230742},"12494":{"id":12494,"name":"Ancient chaps","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":6000,"lowalch":2400,"highalch":3600,"buy_limit":8,"wiki_name":"Ancient chaps","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_chaps","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":17,"defence_stab":31,"defence_slash":25,"defence_crush":33,"defence_magic":28,"defence_ranged":31,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"legs","requirements":{"ranged":70,"defence":40}},"price":488228},"12496":{"id":12496,"name":"Ancient coif","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":8,"wiki_name":"Ancient coif","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_coif","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-1,"attack_ranged":7,"defence_stab":4,"defence_slash":7,"defence_crush":10,"defence_magic":4,"defence_ranged":8,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"head","requirements":{"ranged":70,"defence":40}},"price":172816},"12498":{"id":12498,"name":"Bandos bracers","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":4000,"lowalch":1600,"highalch":2400,"buy_limit":8,"wiki_name":"Bandos bracers","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_bracers","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":11,"defence_stab":6,"defence_slash":5,"defence_crush":7,"defence_magic":8,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"hands","requirements":{"ranged":70,"defence":40}},"price":101600},"12500":{"id":12500,"name":"Bandos d'hide body","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":13000,"lowalch":5200,"highalch":7800,"buy_limit":8,"wiki_name":"Bandos d'hide body","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_d'hide_body","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":30,"defence_stab":55,"defence_slash":47,"defence_crush":60,"defence_magic":50,"defence_ranged":55,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"body","requirements":{"ranged":70,"defence":40}},"price":211030},"12502":{"id":12502,"name":"Bandos chaps","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":6000,"lowalch":2400,"highalch":3600,"buy_limit":8,"wiki_name":"Bandos chaps","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_chaps","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":17,"defence_stab":31,"defence_slash":25,"defence_crush":33,"defence_magic":28,"defence_ranged":31,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"legs","requirements":{"ranged":70,"defence":40}},"price":447088},"12504":{"id":12504,"name":"Bandos coif","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":8,"wiki_name":"Bandos coif","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_coif","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-1,"attack_ranged":7,"defence_stab":4,"defence_slash":7,"defence_crush":10,"defence_magic":4,"defence_ranged":8,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"head","requirements":{"ranged":70,"defence":40}},"price":147092},"12506":{"id":12506,"name":"Armadyl bracers","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":4000,"lowalch":1600,"highalch":2400,"buy_limit":8,"wiki_name":"Armadyl bracers","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_bracers","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":11,"defence_stab":6,"defence_slash":5,"defence_crush":7,"defence_magic":8,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"hands","requirements":{"ranged":70,"defence":40}},"price":127751},"12508":{"id":12508,"name":"Armadyl d'hide body","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":13000,"lowalch":5200,"highalch":7800,"buy_limit":8,"wiki_name":"Armadyl d'hide body","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_d'hide_body","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":30,"defence_stab":55,"defence_slash":47,"defence_crush":60,"defence_magic":50,"defence_ranged":55,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"body","requirements":{"ranged":70,"defence":40}},"price":294258},"12510":{"id":12510,"name":"Armadyl chaps","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":6000,"lowalch":2400,"highalch":3600,"buy_limit":8,"wiki_name":"Armadyl chaps","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_chaps","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":17,"defence_stab":31,"defence_slash":25,"defence_crush":33,"defence_magic":28,"defence_ranged":31,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"legs","requirements":{"ranged":70,"defence":40}},"price":615456},"12512":{"id":12512,"name":"Armadyl coif","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":8,"wiki_name":"Armadyl coif","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_coif","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-1,"attack_ranged":7,"defence_stab":4,"defence_slash":7,"defence_crush":10,"defence_magic":4,"defence_ranged":8,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"head","requirements":{"ranged":70,"defence":40}},"price":156500},"12514":{"id":12514,"name":"Explorer backpack","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1550,"lowalch":620,"highalch":930,"buy_limit":4,"wiki_name":"Explorer backpack","wiki_url":"https://oldschool.runescape.wiki/w/Explorer_backpack","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":21475},"12516":{"id":12516,"name":"Pith helmet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":860,"lowalch":344,"highalch":516,"buy_limit":4,"wiki_name":"Pith helmet","wiki_url":"https://oldschool.runescape.wiki/w/Pith_helmet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":4129},"12518":{"id":12518,"name":"Green dragon mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":4,"wiki_name":"Green dragon mask","wiki_url":"https://oldschool.runescape.wiki/w/Green_dragon_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":6081},"12520":{"id":12520,"name":"Blue dragon mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":4,"wiki_name":"Blue dragon mask","wiki_url":"https://oldschool.runescape.wiki/w/Blue_dragon_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":7379},"12522":{"id":12522,"name":"Red dragon mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":4,"wiki_name":"Red dragon mask","wiki_url":"https://oldschool.runescape.wiki/w/Red_dragon_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":6155},"12524":{"id":12524,"name":"Black dragon mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":4,"wiki_name":"Black dragon mask","wiki_url":"https://oldschool.runescape.wiki/w/Black_dragon_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":223641},"12526":{"id":12526,"name":"Fury ornament kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Fury ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Fury_ornament_kit","price":454446},"12528":{"id":12528,"name":"Dark infinity colour kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Dark infinity colour kit","wiki_url":"https://oldschool.runescape.wiki/w/Dark_infinity_colour_kit","price":55832},"12530":{"id":12530,"name":"Light infinity colour kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Light infinity colour kit","wiki_url":"https://oldschool.runescape.wiki/w/Light_infinity_colour_kit","price":21996},"12532":{"id":12532,"name":"Dragon sq shield ornament kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Dragon sq shield ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_sq_shield_ornament_kit","price":10247},"12534":{"id":12534,"name":"Dragon chainbody ornament kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Dragon chainbody ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_chainbody_ornament_kit","price":9950},"12536":{"id":12536,"name":"Dragon legs/skirt ornament kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Dragon legs/skirt ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_legs/skirt_ornament_kit","price":10665},"12538":{"id":12538,"name":"Dragon full helm ornament kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Dragon full helm ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_full_helm_ornament_kit","price":15000},"12540":{"id":12540,"name":"Deerstalker","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2300,"lowalch":920,"highalch":1380,"buy_limit":4,"wiki_name":"Deerstalker","wiki_url":"https://oldschool.runescape.wiki/w/Deerstalker","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":14123},"12592":{"id":12592,"name":"Black pick head","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Black pick head","wiki_url":"https://oldschool.runescape.wiki/w/Black_pick_head","price":0},"12594":{"id":12594,"name":"Broken pickaxe","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Broken pickaxe (black)","wiki_url":"https://oldschool.runescape.wiki/w/Broken_pickaxe_(black)","price":0},"12596":{"id":12596,"name":"Rangers' tunic","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":12000,"lowalch":4800,"highalch":7200,"buy_limit":4,"wiki_name":"Rangers' tunic","wiki_url":"https://oldschool.runescape.wiki/w/Rangers'_tunic","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":15,"defence_stab":6,"defence_slash":9,"defence_crush":12,"defence_magic":6,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"ranged":40}},"price":4927604},"12598":{"id":12598,"name":"Holy sandals","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Holy sandals","wiki_url":"https://oldschool.runescape.wiki/w/Holy_sandals","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"feet","requirements":{"prayer":31}},"price":2535011},"12600":{"id":12600,"name":"Druidic wreath","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Druidic wreath","wiki_url":"https://oldschool.runescape.wiki/w/Druidic_wreath","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"12601":{"id":12601,"name":"Ring of the gods","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50000,"lowalch":20000,"highalch":30000,"buy_limit":8,"wiki_name":"Ring of the gods","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_the_gods","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":1,"defence_ranged":1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"ring","requirements":null},"price":5212500},"12603":{"id":12603,"name":"Tyrannical ring","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50000,"lowalch":20000,"highalch":30000,"buy_limit":8,"wiki_name":"Tyrannical ring","wiki_url":"https://oldschool.runescape.wiki/w/Tyrannical_ring","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":4,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":4,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":318308},"12605":{"id":12605,"name":"Treasonous ring","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50000,"lowalch":20000,"highalch":30000,"buy_limit":8,"wiki_name":"Treasonous ring","wiki_url":"https://oldschool.runescape.wiki/w/Treasonous_ring","equipment":{"attack_stab":4,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":4,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":179058},"12607":{"id":12607,"name":"Damaged book","members":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Damaged book (Bandos)","wiki_url":"https://oldschool.runescape.wiki/w/Damaged_book_(Bandos)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":null},"price":0},"12608":{"id":12608,"name":"Book of war","members":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Book of war","wiki_url":"https://oldschool.runescape.wiki/w/Book_of_war","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":null},"price":0},"12609":{"id":12609,"name":"Damaged book","members":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Damaged book (Armadyl)","wiki_url":"https://oldschool.runescape.wiki/w/Damaged_book_(Armadyl)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":null},"price":0},"12610":{"id":12610,"name":"Book of law","members":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Book of law","wiki_url":"https://oldschool.runescape.wiki/w/Book_of_law","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":10,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":null},"price":0},"12611":{"id":12611,"name":"Damaged book","members":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Damaged book (Ancient)","wiki_url":"https://oldschool.runescape.wiki/w/Damaged_book_(Ancient)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":null},"price":0},"12612":{"id":12612,"name":"Book of darkness","members":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Book of darkness","wiki_url":"https://oldschool.runescape.wiki/w/Book_of_darkness","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":10,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":null},"price":0},"12613":{"id":12613,"name":"Bandos page 1","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":5,"wiki_name":"Bandos page 1","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_page_1","price":2077},"12614":{"id":12614,"name":"Bandos page 2","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":5,"wiki_name":"Bandos page 2","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_page_2","price":1989},"12615":{"id":12615,"name":"Bandos page 3","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":5,"wiki_name":"Bandos page 3","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_page_3","price":2156},"12616":{"id":12616,"name":"Bandos page 4","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":5,"wiki_name":"Bandos page 4","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_page_4","price":3081},"12617":{"id":12617,"name":"Armadyl page 1","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":5,"wiki_name":"Armadyl page 1","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_page_1","price":11728},"12618":{"id":12618,"name":"Armadyl page 2","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":5,"wiki_name":"Armadyl page 2","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_page_2","price":7495},"12619":{"id":12619,"name":"Armadyl page 3","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":5,"wiki_name":"Armadyl page 3","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_page_3","price":16469},"12620":{"id":12620,"name":"Armadyl page 4","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":5,"wiki_name":"Armadyl page 4","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_page_4","price":18421},"12621":{"id":12621,"name":"Ancient page 1","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":5,"wiki_name":"Ancient page 1","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_page_1","price":18239},"12622":{"id":12622,"name":"Ancient page 2","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":5,"wiki_name":"Ancient page 2","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_page_2","price":22597},"12623":{"id":12623,"name":"Ancient page 3","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":5,"wiki_name":"Ancient page 3","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_page_3","price":32000},"12624":{"id":12624,"name":"Ancient page 4","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":5,"wiki_name":"Ancient page 4","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_page_4","price":13079},"12625":{"id":12625,"name":"Stamina potion(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":2000,"wiki_name":"Stamina potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Stamina_potion#4_dose","price":9231},"12627":{"id":12627,"name":"Stamina potion(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":2000,"wiki_name":"Stamina potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Stamina_potion#3_dose","price":6899},"12629":{"id":12629,"name":"Stamina potion(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":2000,"wiki_name":"Stamina potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Stamina_potion#2_dose","price":4492},"12631":{"id":12631,"name":"Stamina potion(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":2000,"wiki_name":"Stamina potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Stamina_potion#1_dose","price":2298},"12633":{"id":12633,"name":"Stamina mix(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":2000,"wiki_name":"Stamina mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Stamina_mix#2_dose","price":4928},"12635":{"id":12635,"name":"Stamina mix(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":2000,"wiki_name":"Stamina mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Stamina_mix#1_dose","price":1770},"12637":{"id":12637,"name":"Saradomin halo","members":true,"equipable":true,"equipable_by_player":true,"cost":150000,"lowalch":60000,"highalch":90000,"wiki_name":"Saradomin halo (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_halo#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":11,"defence_slash":12,"defence_crush":10,"defence_magic":11,"defence_ranged":-1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"head","requirements":null},"price":0},"12638":{"id":12638,"name":"Zamorak halo","members":true,"equipable":true,"equipable_by_player":true,"cost":150000,"lowalch":60000,"highalch":90000,"wiki_name":"Zamorak halo (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_halo#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":11,"defence_slash":12,"defence_crush":10,"defence_magic":11,"defence_ranged":-1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"head","requirements":null},"price":0},"12639":{"id":12639,"name":"Guthix halo","members":true,"equipable":true,"equipable_by_player":true,"cost":150000,"lowalch":60000,"highalch":90000,"wiki_name":"Guthix halo (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_halo#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":11,"defence_slash":12,"defence_crush":10,"defence_magic":11,"defence_ranged":-1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"head","requirements":null},"price":0},"12640":{"id":12640,"name":"Amylase crystal","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":11000,"wiki_name":"Amylase crystal","wiki_url":"https://oldschool.runescape.wiki/w/Amylase_crystal","price":776},"12641":{"id":12641,"name":"Amylase pack","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Amylase pack","wiki_url":"https://oldschool.runescape.wiki/w/Amylase_pack","price":0},"12642":{"id":12642,"name":"Lumberyard teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":10000,"wiki_name":"Lumberyard teleport","wiki_url":"https://oldschool.runescape.wiki/w/Lumberyard_teleport","price":8077},"12643":{"id":12643,"name":"Pet dagannoth supreme","members":true,"cost":1,"wiki_name":"Pet dagannoth supreme","wiki_url":"https://oldschool.runescape.wiki/w/Pet_dagannoth_supreme","price":0},"12644":{"id":12644,"name":"Pet dagannoth prime","members":true,"cost":1,"wiki_name":"Pet dagannoth prime","wiki_url":"https://oldschool.runescape.wiki/w/Pet_dagannoth_prime","price":0},"12645":{"id":12645,"name":"Pet dagannoth rex","members":true,"cost":1,"wiki_name":"Pet dagannoth rex","wiki_url":"https://oldschool.runescape.wiki/w/Pet_dagannoth_rex","price":0},"12646":{"id":12646,"name":"Baby mole","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Baby mole (Mole)","wiki_url":"https://oldschool.runescape.wiki/w/Baby_mole#Mole","price":0},"12647":{"id":12647,"name":"Kalphite princess","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Kalphite princess (Crawling)","wiki_url":"https://oldschool.runescape.wiki/w/Kalphite_princess#Crawling","price":0},"12648":{"id":12648,"name":"Pet smoke devil","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pet smoke devil (Thermonuclear)","wiki_url":"https://oldschool.runescape.wiki/w/Pet_smoke_devil#Thermonuclear","price":0},"12649":{"id":12649,"name":"Pet kree'arra","members":true,"cost":1,"wiki_name":"Pet kree'arra","wiki_url":"https://oldschool.runescape.wiki/w/Pet_kree'arra","price":0},"12650":{"id":12650,"name":"Pet general graardor","members":true,"cost":1,"wiki_name":"Pet general graardor","wiki_url":"https://oldschool.runescape.wiki/w/Pet_general_graardor","price":0},"12651":{"id":12651,"name":"Pet zilyana","members":true,"cost":1,"wiki_name":"Pet zilyana","wiki_url":"https://oldschool.runescape.wiki/w/Pet_zilyana","price":0},"12652":{"id":12652,"name":"Pet k'ril tsutsaroth","members":true,"cost":1,"wiki_name":"Pet k'ril tsutsaroth","wiki_url":"https://oldschool.runescape.wiki/w/Pet_k'ril_tsutsaroth","price":0},"12653":{"id":12653,"name":"Prince black dragon","members":true,"cost":1,"wiki_name":"Prince black dragon","wiki_url":"https://oldschool.runescape.wiki/w/Prince_black_dragon","price":0},"12654":{"id":12654,"name":"Kalphite princess","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Kalphite princess (Airborne)","wiki_url":"https://oldschool.runescape.wiki/w/Kalphite_princess#Airborne","price":0},"12655":{"id":12655,"name":"Pet kraken","members":true,"cost":1,"wiki_name":"Pet kraken","wiki_url":"https://oldschool.runescape.wiki/w/Pet_kraken","price":0},"12656":{"id":12656,"name":"Junk","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Junk (Regular)","wiki_url":"https://oldschool.runescape.wiki/w/Junk#Regular","price":0},"12657":{"id":12657,"name":"Junk","members":true,"stackable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Junk (Stackable)","wiki_url":"https://oldschool.runescape.wiki/w/Junk#Stackable","price":0},"12658":{"id":12658,"name":"Iban's staff (u)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":85000,"lowalch":34000,"highalch":51000,"wiki_name":"Iban's staff (u)","wiki_url":"https://oldschool.runescape.wiki/w/Iban's_staff_(u)","equipment":{"attack_stab":10,"attack_slash":-1,"attack_crush":40,"attack_magic":10,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":10,"defence_ranged":0,"melee_strength":50,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":50,"magic":50}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"12659":{"id":12659,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (Helmet)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape#Helmet","price":0},"12660":{"id":12660,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (Goatee)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape#Goatee","price":0},"12661":{"id":12661,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (Long)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape#Long","price":0},"12662":{"id":12662,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (Medium)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape#Medium","price":0},"12663":{"id":12663,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (Small moustache)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape#Small_moustache","price":0},"12664":{"id":12664,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (Clean-shaven)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape#Clean-shaven","price":0},"12665":{"id":12665,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (Short)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape#Short","price":0},"12666":{"id":12666,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (Pointy)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape#Pointy","price":0},"12667":{"id":12667,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (Split)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape#Split","price":0},"12668":{"id":12668,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (Handlebar)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape#Handlebar","price":0},"12669":{"id":12669,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (Mutton)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape#Mutton","price":0},"12670":{"id":12670,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (Full mutton)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape#Full_mutton","price":0},"12671":{"id":12671,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (Big moustache)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape#Big_moustache","price":0},"12672":{"id":12672,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (Waxed moustache)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape#Waxed_moustache","price":0},"12673":{"id":12673,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (Dali)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape#Dali","price":0},"12674":{"id":12674,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (Vizier)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape#Vizier","price":0},"12691":{"id":12691,"name":"Tyrannical ring (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Tyrannical ring (i) (Nightmare Zone)","wiki_url":"https://oldschool.runescape.wiki/w/Tyrannical_ring_(i)#Nightmare_Zone","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":8,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":8,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"12692":{"id":12692,"name":"Treasonous ring (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Treasonous ring (i) (Nightmare Zone)","wiki_url":"https://oldschool.runescape.wiki/w/Treasonous_ring_(i)#Nightmare_Zone","equipment":{"attack_stab":8,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":8,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"12693":{"id":12693,"name":"Kree'arra","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Kree'arra (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Kree'arra_(unobtainable_item)","price":0},"12694":{"id":12694,"name":"Chaos elemental","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chaos elemental (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Chaos_elemental_(unobtainable_item)","price":0},"12695":{"id":12695,"name":"Super combat potion(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":2000,"wiki_name":"Super combat potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_combat_potion#4_dose","price":22391},"12697":{"id":12697,"name":"Super combat potion(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":170,"lowalch":68,"highalch":102,"buy_limit":2000,"wiki_name":"Super combat potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_combat_potion#3_dose","price":16999},"12699":{"id":12699,"name":"Super combat potion(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":2000,"wiki_name":"Super combat potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_combat_potion#2_dose","price":11831},"12701":{"id":12701,"name":"Super combat potion(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":2000,"wiki_name":"Super combat potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_combat_potion#1_dose","price":5347},"12703":{"id":12703,"name":"Pet penance queen","members":true,"cost":1,"wiki_name":"Pet penance queen","wiki_url":"https://oldschool.runescape.wiki/w/Pet_penance_queen","price":0},"12704":{"id":12704,"name":"Oak house","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"12705":{"id":12705,"name":"Teak house","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"12706":{"id":12706,"name":"Mahogany house","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"12707":{"id":12707,"name":"Consecrated house","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"12708":{"id":12708,"name":"Desecrated house","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"12709":{"id":12709,"name":"Nature house","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"12710":{"id":12710,"name":"Grassland habitat","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"12711":{"id":12711,"name":"Forest habitat","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"12712":{"id":12712,"name":"Desert habitat","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"12713":{"id":12713,"name":"Polar habitat","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"12714":{"id":12714,"name":"Volcanic habitat","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"12715":{"id":12715,"name":"Oak scratching post","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"12716":{"id":12716,"name":"Teak scratching post","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"12717":{"id":12717,"name":"Mahogany scratching post","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"12718":{"id":12718,"name":"Simple arena","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"12719":{"id":12719,"name":"Advanced arena","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"12720":{"id":12720,"name":"Glorious arena","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"12721":{"id":12721,"name":"Pet list","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"12722":{"id":12722,"name":"Oak feeder","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"12723":{"id":12723,"name":"Teak feeder","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"12724":{"id":12724,"name":"Mahogany feeder","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"12725":{"id":12725,"name":"Menagerie","incomplete":true,"cost":30000,"lowalch":12000,"highalch":18000,"price":0},"12727":{"id":12727,"name":"Goblin paint cannon","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":150,"lowalch":60,"highalch":90,"wiki_name":"Goblin paint cannon","wiki_url":"https://oldschool.runescape.wiki/w/Goblin_paint_cannon","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":3,"weapon_type":"unarmed","stances":[{"combat_style":"punch","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"kick","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"12728":{"id":12728,"name":"Air rune pack","tradeable":true,"noteable":true,"cost":430,"lowalch":172,"highalch":258,"wiki_name":"Air rune pack","wiki_url":"https://oldschool.runescape.wiki/w/Air_rune_pack","price":0},"12730":{"id":12730,"name":"Water rune pack","tradeable":true,"noteable":true,"cost":430,"lowalch":172,"highalch":258,"wiki_name":"Water rune pack","wiki_url":"https://oldschool.runescape.wiki/w/Water_rune_pack","price":0},"12732":{"id":12732,"name":"Earth rune pack","tradeable":true,"noteable":true,"cost":430,"lowalch":172,"highalch":258,"wiki_name":"Earth rune pack","wiki_url":"https://oldschool.runescape.wiki/w/Earth_rune_pack","price":0},"12734":{"id":12734,"name":"Fire rune pack","tradeable":true,"noteable":true,"cost":430,"lowalch":172,"highalch":258,"wiki_name":"Fire rune pack","wiki_url":"https://oldschool.runescape.wiki/w/Fire_rune_pack","price":0},"12736":{"id":12736,"name":"Mind rune pack","tradeable":true,"noteable":true,"cost":330,"lowalch":132,"highalch":198,"wiki_name":"Mind rune pack","wiki_url":"https://oldschool.runescape.wiki/w/Mind_rune_pack","price":0},"12738":{"id":12738,"name":"Chaos rune pack","tradeable":true,"noteable":true,"cost":9950,"lowalch":3980,"highalch":5970,"wiki_name":"Chaos rune pack","wiki_url":"https://oldschool.runescape.wiki/w/Chaos_rune_pack","price":0},"12740":{"id":12740,"name":"Bird snare pack","members":true,"tradeable":true,"noteable":true,"cost":505,"lowalch":202,"highalch":303,"wiki_name":"Bird snare pack","wiki_url":"https://oldschool.runescape.wiki/w/Bird_snare_pack","price":0},"12742":{"id":12742,"name":"Box trap pack","members":true,"tradeable":true,"noteable":true,"cost":3200,"lowalch":1280,"highalch":1920,"wiki_name":"Box trap pack","wiki_url":"https://oldschool.runescape.wiki/w/Box_trap_pack","price":0},"12744":{"id":12744,"name":"Magic imp box pack","members":true,"tradeable":true,"noteable":true,"cost":60000,"lowalch":24000,"highalch":36000,"wiki_name":"Magic imp box pack","wiki_url":"https://oldschool.runescape.wiki/w/Magic_imp_box_pack","price":0},"12746":{"id":12746,"name":"Archaic emblem (tier 1)","members":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Archaic emblem (Tier 1)","wiki_url":"https://oldschool.runescape.wiki/w/Archaic_emblem#Tier_1","price":0},"12747":{"id":12747,"name":"Archaic emblem (tier 1)","members":true,"stackable":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Archaic emblem (discontinued) (Tier 1)","wiki_url":"https://oldschool.runescape.wiki/w/Archaic_emblem_(discontinued)#Tier_1","price":0},"12748":{"id":12748,"name":"Archaic emblem (tier 2)","members":true,"cost":50001,"lowalch":20000,"highalch":30000,"wiki_name":"Archaic emblem (Tier 2)","wiki_url":"https://oldschool.runescape.wiki/w/Archaic_emblem#Tier_2","price":0},"12749":{"id":12749,"name":"Archaic emblem (tier 3)","members":true,"cost":50002,"lowalch":20000,"highalch":30001,"wiki_name":"Archaic emblem (Tier 3)","wiki_url":"https://oldschool.runescape.wiki/w/Archaic_emblem#Tier_3","price":0},"12750":{"id":12750,"name":"Archaic emblem (tier 4)","members":true,"cost":50003,"lowalch":20001,"highalch":30001,"wiki_name":"Archaic emblem (Tier 4)","wiki_url":"https://oldschool.runescape.wiki/w/Archaic_emblem#Tier_4","price":0},"12751":{"id":12751,"name":"Archaic emblem (tier 5)","members":true,"cost":50004,"lowalch":20001,"highalch":30002,"wiki_name":"Archaic emblem (Tier 5)","wiki_url":"https://oldschool.runescape.wiki/w/Archaic_emblem#Tier_5","price":0},"12752":{"id":12752,"name":"Archaic emblem (tier 6)","members":true,"cost":50005,"lowalch":20002,"highalch":30003,"wiki_name":"Archaic emblem (Tier 6)","wiki_url":"https://oldschool.runescape.wiki/w/Archaic_emblem#Tier_6","price":0},"12753":{"id":12753,"name":"Archaic emblem (tier 7)","members":true,"cost":50006,"lowalch":20002,"highalch":30003,"wiki_name":"Archaic emblem (Tier 7)","wiki_url":"https://oldschool.runescape.wiki/w/Archaic_emblem#Tier_7","price":0},"12754":{"id":12754,"name":"Archaic emblem (tier 8)","members":true,"cost":50007,"lowalch":20002,"highalch":30004,"wiki_name":"Archaic emblem (Tier 8)","wiki_url":"https://oldschool.runescape.wiki/w/Archaic_emblem#Tier_8","price":0},"12755":{"id":12755,"name":"Archaic emblem (tier 9)","members":true,"cost":50008,"lowalch":20003,"highalch":30004,"wiki_name":"Archaic emblem (Tier 9)","wiki_url":"https://oldschool.runescape.wiki/w/Archaic_emblem#Tier_9","price":0},"12756":{"id":12756,"name":"Archaic emblem (tier 10)","members":true,"cost":50009,"lowalch":20003,"highalch":30005,"wiki_name":"Archaic emblem (Tier 10)","wiki_url":"https://oldschool.runescape.wiki/w/Archaic_emblem#Tier_10","price":0},"12757":{"id":12757,"name":"Blue dark bow paint","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Blue dark bow paint","wiki_url":"https://oldschool.runescape.wiki/w/Blue_dark_bow_paint","price":290000},"12759":{"id":12759,"name":"Green dark bow paint","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Green dark bow paint","wiki_url":"https://oldschool.runescape.wiki/w/Green_dark_bow_paint","price":182374},"12761":{"id":12761,"name":"Yellow dark bow paint","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Yellow dark bow paint","wiki_url":"https://oldschool.runescape.wiki/w/Yellow_dark_bow_paint","price":110783},"12763":{"id":12763,"name":"White dark bow paint","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"White dark bow paint","wiki_url":"https://oldschool.runescape.wiki/w/White_dark_bow_paint","price":700000},"12765":{"id":12765,"name":"Dark bow","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":120002,"lowalch":48000,"highalch":72001,"wiki_name":"Dark bow (Green)","wiki_url":"https://oldschool.runescape.wiki/w/Dark_bow#Green","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":95,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":60}},"weapon":{"attack_speed":9,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"12766":{"id":12766,"name":"Dark bow","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":120002,"lowalch":48000,"highalch":72001,"wiki_name":"Dark bow (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Dark_bow#Blue","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":95,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":60}},"weapon":{"attack_speed":9,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"12767":{"id":12767,"name":"Dark bow","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":120002,"lowalch":48000,"highalch":72001,"wiki_name":"Dark bow (Yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Dark_bow#Yellow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":95,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":60}},"weapon":{"attack_speed":9,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"12768":{"id":12768,"name":"Dark bow","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":120002,"lowalch":48000,"highalch":72001,"wiki_name":"Dark bow (White)","wiki_url":"https://oldschool.runescape.wiki/w/Dark_bow#White","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":95,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":60}},"weapon":{"attack_speed":9,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"12769":{"id":12769,"name":"Frozen whip mix","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Frozen whip mix","wiki_url":"https://oldschool.runescape.wiki/w/Frozen_whip_mix","price":650729},"12771":{"id":12771,"name":"Volcanic whip mix","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Volcanic whip mix","wiki_url":"https://oldschool.runescape.wiki/w/Volcanic_whip_mix","price":679009},"12773":{"id":12773,"name":"Volcanic abyssal whip","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":120001,"lowalch":48000,"highalch":72000,"wiki_name":"Volcanic abyssal whip","wiki_url":"https://oldschool.runescape.wiki/w/Volcanic_abyssal_whip","equipment":{"attack_stab":0,"attack_slash":82,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":82,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":70}},"weapon":{"attack_speed":4,"weapon_type":"whip","stances":[{"combat_style":"flick","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lash","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"deflect","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"12774":{"id":12774,"name":"Frozen abyssal whip","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":120001,"lowalch":48000,"highalch":72000,"wiki_name":"Frozen abyssal whip","wiki_url":"https://oldschool.runescape.wiki/w/Frozen_abyssal_whip","equipment":{"attack_stab":0,"attack_slash":82,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":82,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":70}},"weapon":{"attack_speed":4,"weapon_type":"whip","stances":[{"combat_style":"flick","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lash","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"deflect","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"12775":{"id":12775,"name":"Annakarl teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Annakarl teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Annakarl_teleport_(tablet)","price":2011},"12776":{"id":12776,"name":"Carrallanger teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Carrallangar teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Carrallangar_teleport_(tablet)","price":1888},"12777":{"id":12777,"name":"Dareeyak teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Dareeyak teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Dareeyak_teleport_(tablet)","price":1090},"12778":{"id":12778,"name":"Ghorrock teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Ghorrock teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Ghorrock_teleport_(tablet)","price":1930},"12779":{"id":12779,"name":"Kharyrll teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Kharyrll teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Kharyrll_teleport_(tablet)","price":2399},"12780":{"id":12780,"name":"Lassar teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Lassar teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Lassar_teleport_(tablet)","price":1924},"12781":{"id":12781,"name":"Paddewwa teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Paddewwa teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Paddewwa_teleport_(tablet)","price":718},"12782":{"id":12782,"name":"Senntisten teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Senntisten teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Senntisten_teleport_(tablet)","price":1690},"12783":{"id":12783,"name":"Ring of wealth scroll","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":10000,"wiki_name":"Ring of wealth scroll","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_wealth_scroll","price":4130},"12785":{"id":12785,"name":"Ring of wealth (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":17625,"lowalch":7050,"highalch":10575,"wiki_name":"Ring of wealth (i) (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_wealth_(i)#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"12786":{"id":12786,"name":"Magic shortbow scroll","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":10000,"wiki_name":"Magic shortbow scroll","wiki_url":"https://oldschool.runescape.wiki/w/Magic_shortbow_scroll","price":110278},"12788":{"id":12788,"name":"Magic shortbow (i)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1600,"lowalch":640,"highalch":960,"wiki_name":"Magic shortbow (i)","wiki_url":"https://oldschool.runescape.wiki/w/Magic_shortbow_(i)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":75,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":50}},"weapon":{"attack_speed":4,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"12789":{"id":12789,"name":"Clue box","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":50,"wiki_name":"Clue box","wiki_url":"https://oldschool.runescape.wiki/w/Clue_box","price":146944},"12791":{"id":12791,"name":"Rune pouch","members":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Rune pouch (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_pouch#Normal","price":0},"12792":{"id":12792,"name":"Nest box (empty)","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Nest box (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Nest_box#Empty","price":0},"12793":{"id":12793,"name":"Nest box (seeds)","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Nest box (seeds, 2014-2016)","wiki_url":"https://oldschool.runescape.wiki/w/Nest_box_(seeds,_2014-2016)","price":0},"12794":{"id":12794,"name":"Nest box (ring)","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Nest box (Ring)","wiki_url":"https://oldschool.runescape.wiki/w/Nest_box#Ring","price":0},"12795":{"id":12795,"name":"Steam battlestaff","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":17000,"lowalch":6800,"highalch":10200,"wiki_name":"Steam battlestaff (or)","wiki_url":"https://oldschool.runescape.wiki/w/Steam_battlestaff_(or)","equipment":{"attack_stab":7,"attack_slash":-1,"attack_crush":28,"attack_magic":12,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":12,"defence_ranged":0,"melee_strength":35,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":30,"magic":30}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"12796":{"id":12796,"name":"Mystic steam staff","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":45000,"lowalch":18000,"highalch":27000,"wiki_name":"Mystic steam staff (or)","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_steam_staff_(or)","equipment":{"attack_stab":7,"attack_slash":-1,"attack_crush":40,"attack_magic":14,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":14,"defence_ranged":0,"melee_strength":50,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":40,"magic":40}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"12797":{"id":12797,"name":"Dragon pickaxe","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":97960,"lowalch":39184,"highalch":58776,"wiki_name":"Dragon pickaxe (upgraded)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_pickaxe_(upgraded)","equipment":{"attack_stab":38,"attack_slash":-2,"attack_crush":32,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":60}},"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":0},"12798":{"id":12798,"name":"Steam staff upgrade kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1500,"lowalch":600,"highalch":900,"buy_limit":50,"wiki_name":"Steam staff upgrade kit","wiki_url":"https://oldschool.runescape.wiki/w/Steam_staff_upgrade_kit","price":517500},"12800":{"id":12800,"name":"Dragon pickaxe upgrade kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1600,"lowalch":640,"highalch":960,"buy_limit":50,"wiki_name":"Dragon pickaxe upgrade kit","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_pickaxe_upgrade_kit","price":347015},"12802":{"id":12802,"name":"Ward upgrade kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1500,"lowalch":600,"highalch":900,"buy_limit":50,"wiki_name":"Ward upgrade kit","wiki_url":"https://oldschool.runescape.wiki/w/Ward_upgrade_kit","price":476829},"12804":{"id":12804,"name":"Saradomin's tear","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":40000,"lowalch":16000,"highalch":24000,"buy_limit":50,"wiki_name":"Saradomin's tear","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin's_tear","price":3912917},"12806":{"id":12806,"name":"Malediction ward","members":true,"equipable":true,"equipable_by_player":true,"cost":45000,"lowalch":18000,"highalch":27000,"wiki_name":"Malediction ward (or)","wiki_url":"https://oldschool.runescape.wiki/w/Malediction_ward_(or)","equipment":{"attack_stab":-8,"attack_slash":-8,"attack_crush":-8,"attack_magic":12,"attack_ranged":-12,"defence_stab":50,"defence_slash":52,"defence_crush":48,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":2,"prayer":0,"slot":"shield","requirements":{"defence":60}},"price":0},"12807":{"id":12807,"name":"Odium ward","members":true,"equipable":true,"equipable_by_player":true,"cost":45000,"lowalch":18000,"highalch":27000,"wiki_name":"Odium ward (or)","wiki_url":"https://oldschool.runescape.wiki/w/Odium_ward_(or)","equipment":{"attack_stab":-12,"attack_slash":-12,"attack_crush":-12,"attack_magic":-8,"attack_ranged":12,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":24,"defence_ranged":52,"melee_strength":0,"ranged_strength":4,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":60}},"price":0},"12808":{"id":12808,"name":"Sara's blessed sword (full)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":289850,"lowalch":115940,"highalch":173910,"wiki_name":"Saradomin's blessed sword (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin's_blessed_sword#Charged","equipment":{"attack_stab":0,"attack_slash":100,"attack_crush":60,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":88,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"2h","requirements":{"attack":75}},"weapon":{"attack_speed":4,"weapon_type":"2h_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"smash","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"12809":{"id":12809,"name":"Saradomin's blessed sword","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":289850,"lowalch":115940,"highalch":173910,"wiki_name":"Saradomin's blessed sword (Partially charged)","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin's_blessed_sword#Partially_charged","equipment":{"attack_stab":0,"attack_slash":100,"attack_crush":60,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":88,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"2h","requirements":{"attack":75}},"weapon":{"attack_speed":4,"weapon_type":"2h_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"smash","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"12810":{"id":12810,"name":"Ironman helm","equipable":true,"equipable_by_player":true,"cost":0,"wiki_name":"Ironman helm","wiki_url":"https://oldschool.runescape.wiki/w/Ironman_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":6,"defence_slash":7,"defence_crush":5,"defence_magic":-1,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"12811":{"id":12811,"name":"Ironman platebody","equipable":true,"equipable_by_player":true,"cost":0,"wiki_name":"Ironman platebody","wiki_url":"https://oldschool.runescape.wiki/w/Ironman_platebody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":21,"defence_slash":20,"defence_crush":12,"defence_magic":-6,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"12812":{"id":12812,"name":"Ironman platelegs","equipable":true,"equipable_by_player":true,"cost":0,"wiki_name":"Ironman platelegs","wiki_url":"https://oldschool.runescape.wiki/w/Ironman_platelegs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":11,"defence_slash":10,"defence_crush":10,"defence_magic":-4,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"12813":{"id":12813,"name":"Ultimate ironman helm","equipable":true,"equipable_by_player":true,"cost":0,"wiki_name":"Ultimate ironman helm","wiki_url":"https://oldschool.runescape.wiki/w/Ultimate_ironman_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":6,"defence_slash":7,"defence_crush":5,"defence_magic":-1,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"12814":{"id":12814,"name":"Ultimate ironman platebody","equipable":true,"equipable_by_player":true,"cost":0,"wiki_name":"Ultimate ironman platebody","wiki_url":"https://oldschool.runescape.wiki/w/Ultimate_ironman_platebody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":21,"defence_slash":20,"defence_crush":12,"defence_magic":-6,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"12815":{"id":12815,"name":"Ultimate ironman platelegs","equipable":true,"equipable_by_player":true,"cost":0,"wiki_name":"Ultimate ironman platelegs","wiki_url":"https://oldschool.runescape.wiki/w/Ultimate_ironman_platelegs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":11,"defence_slash":10,"defence_crush":10,"defence_magic":-4,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"12816":{"id":12816,"name":"Pet dark core","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pet dark core (Dark core)","wiki_url":"https://oldschool.runescape.wiki/w/Pet_dark_core#Dark_core","price":0},"12817":{"id":12817,"name":"Elysian spirit shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000000,"lowalch":800000,"highalch":1200000,"buy_limit":8,"wiki_name":"Elysian spirit shield","wiki_url":"https://oldschool.runescape.wiki/w/Elysian_spirit_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":63,"defence_slash":65,"defence_crush":75,"defence_magic":2,"defence_ranged":57,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"shield","requirements":{"defence":75,"prayer":75}},"price":730206512},"12819":{"id":12819,"name":"Elysian sigil","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":750000,"lowalch":300000,"highalch":450000,"buy_limit":5,"wiki_name":"Elysian sigil","wiki_url":"https://oldschool.runescape.wiki/w/Elysian_sigil","price":728449999},"12821":{"id":12821,"name":"Spectral spirit shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000000,"lowalch":800000,"highalch":1200000,"buy_limit":8,"wiki_name":"Spectral spirit shield","wiki_url":"https://oldschool.runescape.wiki/w/Spectral_spirit_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":53,"defence_slash":55,"defence_crush":73,"defence_magic":30,"defence_ranged":52,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"shield","requirements":{"defence":75,"prayer":70,"magic":65}},"price":46238535},"12823":{"id":12823,"name":"Spectral sigil","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":750000,"lowalch":300000,"highalch":450000,"buy_limit":5,"wiki_name":"Spectral sigil","wiki_url":"https://oldschool.runescape.wiki/w/Spectral_sigil","price":45725000},"12825":{"id":12825,"name":"Arcane spirit shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000000,"lowalch":800000,"highalch":1200000,"buy_limit":8,"wiki_name":"Arcane spirit shield","wiki_url":"https://oldschool.runescape.wiki/w/Arcane_spirit_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":20,"attack_ranged":0,"defence_stab":53,"defence_slash":55,"defence_crush":73,"defence_magic":2,"defence_ranged":52,"melee_strength":0,"ranged_strength":0,"magic_damage":3,"prayer":3,"slot":"shield","requirements":{"defence":75,"prayer":70,"magic":65}},"price":131289444},"12827":{"id":12827,"name":"Arcane sigil","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":750000,"lowalch":300000,"highalch":450000,"buy_limit":5,"wiki_name":"Arcane sigil","wiki_url":"https://oldschool.runescape.wiki/w/Arcane_sigil","price":132500000},"12829":{"id":12829,"name":"Spirit shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":70000,"lowalch":28000,"highalch":42000,"buy_limit":8,"wiki_name":"Spirit shield","wiki_url":"https://oldschool.runescape.wiki/w/Spirit_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":39,"defence_slash":41,"defence_crush":50,"defence_magic":1,"defence_ranged":45,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"shield","requirements":{"defence":45,"prayer":55}},"price":89334},"12831":{"id":12831,"name":"Blessed spirit shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1200000,"lowalch":480000,"highalch":720000,"buy_limit":8,"wiki_name":"Blessed spirit shield","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_spirit_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":53,"defence_slash":55,"defence_crush":73,"defence_magic":2,"defence_ranged":52,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"shield","requirements":{"defence":70,"prayer":50}},"price":722575},"12833":{"id":12833,"name":"Holy elixir","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":750000,"lowalch":300000,"highalch":450000,"buy_limit":5,"wiki_name":"Holy elixir","wiki_url":"https://oldschool.runescape.wiki/w/Holy_elixir","price":623125},"12835":{"id":12835,"name":"Community pumpkin","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Community pumpkin","wiki_url":"https://oldschool.runescape.wiki/w/Community_pumpkin","price":0},"12836":{"id":12836,"name":"Grim reaper's diary","cost":1,"wiki_name":"Grim reaper's diary","wiki_url":"https://oldschool.runescape.wiki/w/Grim_reaper's_diary","price":0},"12837":{"id":12837,"name":"Grim robe","cost":1,"wiki_name":"Grim robe","wiki_url":"https://oldschool.runescape.wiki/w/Grim_robe","price":0},"12838":{"id":12838,"name":"Will and testament","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Will and testament","wiki_url":"https://oldschool.runescape.wiki/w/Will_and_testament","price":0},"12839":{"id":12839,"name":"Human bones","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Human bones","wiki_url":"https://oldschool.runescape.wiki/w/Human_bones","price":0},"12840":{"id":12840,"name":"Servant's skull","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Servant's skull","wiki_url":"https://oldschool.runescape.wiki/w/Servant's_skull","price":0},"12841":{"id":12841,"name":"Hourglass","cost":1,"wiki_name":"Hourglass (2014 Halloween event)","wiki_url":"https://oldschool.runescape.wiki/w/Hourglass_(2014_Halloween_event)","price":0},"12842":{"id":12842,"name":"Scythe sharpener","cost":1,"wiki_name":"Scythe sharpener","wiki_url":"https://oldschool.runescape.wiki/w/Scythe_sharpener","price":0},"12843":{"id":12843,"name":"Human eye","cost":1,"wiki_name":"Human eye","wiki_url":"https://oldschool.runescape.wiki/w/Human_eye","price":0},"12844":{"id":12844,"name":"Voice potion","cost":1,"wiki_name":"Voice potion","wiki_url":"https://oldschool.runescape.wiki/w/Voice_potion","price":0},"12845":{"id":12845,"name":"Grim reaper hood","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Grim reaper hood","wiki_url":"https://oldschool.runescape.wiki/w/Grim_reaper_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"12846":{"id":12846,"name":"Target teleport scroll","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30000,"lowalch":12000,"highalch":18000,"buy_limit":5,"wiki_name":"Target teleport scroll","wiki_url":"https://oldschool.runescape.wiki/w/Target_teleport_scroll","price":6827500},"12848":{"id":12848,"name":"Granite maul","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Granite maul (or) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Granite_maul_(or)#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":81,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":79,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":50}},"weapon":{"attack_speed":7,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"12849":{"id":12849,"name":"Granite clamp","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":50,"wiki_name":"Granite clamp","wiki_url":"https://oldschool.runescape.wiki/w/Granite_clamp","price":689517},"12851":{"id":12851,"name":"Amulet of the damned (full)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":58001,"lowalch":23200,"highalch":34800,"buy_limit":8,"wiki_name":"Amulet of the damned (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_the_damned#Full","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":10,"attack_magic":10,"attack_ranged":10,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":3,"defence_ranged":3,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"neck","requirements":null},"price":35330},"12853":{"id":12853,"name":"Amulet of the damned","members":true,"equipable":true,"equipable_by_player":true,"cost":58000,"lowalch":23200,"highalch":34800,"wiki_name":"Amulet of the damned (Used)","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_the_damned#Used","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":10,"attack_magic":10,"attack_ranged":10,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":3,"defence_ranged":3,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"neck","requirements":null},"price":0},"12854":{"id":12854,"name":"Flamtaer bag","members":true,"cost":150,"wiki_name":"Flamtaer bag","wiki_url":"https://oldschool.runescape.wiki/w/Flamtaer_bag","price":0},"12855":{"id":12855,"name":"Hunter's honour","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Hunter's honour","wiki_url":"https://oldschool.runescape.wiki/w/Hunter's_honour","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"12856":{"id":12856,"name":"Rogue's revenge","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rogue's revenge","wiki_url":"https://oldschool.runescape.wiki/w/Rogue's_revenge","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"12857":{"id":12857,"name":"Olive oil pack","members":true,"tradeable":true,"noteable":true,"cost":2670,"lowalch":1068,"highalch":1602,"wiki_name":"Olive oil pack","wiki_url":"https://oldschool.runescape.wiki/w/Olive_oil_pack","price":0},"12859":{"id":12859,"name":"Eye of newt pack","tradeable":true,"noteable":true,"cost":300,"lowalch":120,"highalch":180,"wiki_name":"Eye of newt pack","wiki_url":"https://oldschool.runescape.wiki/w/Eye_of_newt_pack","price":0},"12861":{"id":12861,"name":"Thanksgiving dinner","tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Thanksgiving dinner","wiki_url":"https://oldschool.runescape.wiki/w/Thanksgiving_dinner","price":0},"12863":{"id":12863,"name":"Dwarf cannon set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":600000,"lowalch":240000,"highalch":360000,"buy_limit":40,"wiki_name":"Dwarf cannon set","wiki_url":"https://oldschool.runescape.wiki/w/Dwarf_cannon_set","price":769540},"12865":{"id":12865,"name":"Green dragonhide set","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":125,"wiki_name":"Green dragonhide set","wiki_url":"https://oldschool.runescape.wiki/w/Green_dragonhide_set","price":8344},"12867":{"id":12867,"name":"Blue dragonhide set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":125,"wiki_name":"Blue dragonhide set","wiki_url":"https://oldschool.runescape.wiki/w/Blue_dragonhide_set","price":9125},"12869":{"id":12869,"name":"Red dragonhide set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":70,"wiki_name":"Red dragonhide set","wiki_url":"https://oldschool.runescape.wiki/w/Red_dragonhide_set","price":15000},"12871":{"id":12871,"name":"Black dragonhide set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":70,"wiki_name":"Black dragonhide set","wiki_url":"https://oldschool.runescape.wiki/w/Black_dragonhide_set","price":16500},"12873":{"id":12873,"name":"Guthan's armour set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":400000,"lowalch":160000,"highalch":240000,"buy_limit":8,"wiki_name":"Guthan's armour set","wiki_url":"https://oldschool.runescape.wiki/w/Guthan's_armour_set","price":842149},"12875":{"id":12875,"name":"Verac's armour set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":400000,"lowalch":160000,"highalch":240000,"buy_limit":8,"wiki_name":"Verac's armour set","wiki_url":"https://oldschool.runescape.wiki/w/Verac's_armour_set","price":652171},"12877":{"id":12877,"name":"Dharok's armour set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":400000,"lowalch":160000,"highalch":240000,"buy_limit":8,"wiki_name":"Dharok's armour set","wiki_url":"https://oldschool.runescape.wiki/w/Dharok's_armour_set","price":5321070},"12879":{"id":12879,"name":"Torag's armour set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":400000,"lowalch":160000,"highalch":240000,"buy_limit":8,"wiki_name":"Torag's armour set","wiki_url":"https://oldschool.runescape.wiki/w/Torag's_armour_set","price":587008},"12881":{"id":12881,"name":"Ahrim's armour set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200000,"lowalch":80000,"highalch":120000,"buy_limit":8,"wiki_name":"Ahrim's armour set","wiki_url":"https://oldschool.runescape.wiki/w/Ahrim's_armour_set","price":5417853},"12883":{"id":12883,"name":"Karil's armour set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200000,"lowalch":80000,"highalch":120000,"buy_limit":8,"wiki_name":"Karil's armour set","wiki_url":"https://oldschool.runescape.wiki/w/Karil's_armour_set","price":1898805},"12885":{"id":12885,"name":"Jar of sand","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":5,"wiki_name":"Jar of sand","wiki_url":"https://oldschool.runescape.wiki/w/Jar_of_sand","price":493544},"12887":{"id":12887,"name":"Santa mask","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Santa mask","wiki_url":"https://oldschool.runescape.wiki/w/Santa_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"12888":{"id":12888,"name":"Santa jacket","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Santa jacket","wiki_url":"https://oldschool.runescape.wiki/w/Santa_jacket","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"12889":{"id":12889,"name":"Santa pantaloons","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Santa pantaloons","wiki_url":"https://oldschool.runescape.wiki/w/Santa_pantaloons","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"12890":{"id":12890,"name":"Santa gloves","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Santa gloves","wiki_url":"https://oldschool.runescape.wiki/w/Santa_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"12891":{"id":12891,"name":"Santa boots","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Santa boots","wiki_url":"https://oldschool.runescape.wiki/w/Santa_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"12892":{"id":12892,"name":"Antisanta mask","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Antisanta mask","wiki_url":"https://oldschool.runescape.wiki/w/Antisanta_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"12893":{"id":12893,"name":"Antisanta jacket","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Antisanta jacket","wiki_url":"https://oldschool.runescape.wiki/w/Antisanta_jacket","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"12894":{"id":12894,"name":"Antisanta pantaloons","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Antisanta pantaloons","wiki_url":"https://oldschool.runescape.wiki/w/Antisanta_pantaloons","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"12895":{"id":12895,"name":"Antisanta gloves","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Antisanta gloves","wiki_url":"https://oldschool.runescape.wiki/w/Antisanta_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"12896":{"id":12896,"name":"Antisanta boots","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Antisanta boots","wiki_url":"https://oldschool.runescape.wiki/w/Antisanta_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"12897":{"id":12897,"name":"Antisanta's coal box","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Antisanta's coal box (Unfilled)","wiki_url":"https://oldschool.runescape.wiki/w/Antisanta's_coal_box#Unfilled","price":0},"12898":{"id":12898,"name":"Antisanta's coal box (full)","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Antisanta's coal box (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Antisanta's_coal_box#Full","price":0},"12899":{"id":12899,"name":"Trident of the swamp","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":78500,"lowalch":31400,"highalch":47100,"wiki_name":"Trident of the swamp (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Trident_of_the_swamp#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":25,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":75}},"weapon":{"attack_speed":4,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":0},"12900":{"id":12900,"name":"Uncharged toxic trident","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":78000,"lowalch":31200,"highalch":46800,"buy_limit":8,"wiki_name":"Trident of the swamp (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Trident_of_the_swamp#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":25,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":75}},"weapon":{"attack_speed":4,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":2314365},"12902":{"id":12902,"name":"Toxic staff (uncharged)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000006,"lowalch":400002,"highalch":600003,"buy_limit":8,"wiki_name":"Toxic staff of the dead (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Toxic_staff_of_the_dead#Uncharged","equipment":{"attack_stab":55,"attack_slash":70,"attack_crush":0,"attack_magic":17,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":3,"defence_magic":17,"defence_ranged":0,"melee_strength":72,"ranged_strength":0,"magic_damage":15,"prayer":0,"slot":"weapon","requirements":{"magic":75,"attack":75}},"weapon":{"attack_speed":4,"weapon_type":"bladed_staff","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":16542682},"12904":{"id":12904,"name":"Toxic staff of the dead","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000006,"lowalch":400002,"highalch":600003,"wiki_name":"Toxic staff of the dead (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Toxic_staff_of_the_dead#Charged","equipment":{"attack_stab":55,"attack_slash":70,"attack_crush":0,"attack_magic":25,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":3,"defence_magic":17,"defence_ranged":0,"melee_strength":72,"ranged_strength":0,"magic_damage":15,"prayer":0,"slot":"weapon","requirements":{"magic":75,"attack":75}},"weapon":{"attack_speed":4,"weapon_type":"bladed_staff","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"12905":{"id":12905,"name":"Anti-venom(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":440,"lowalch":176,"highalch":264,"buy_limit":2000,"wiki_name":"Anti-venom (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Anti-venom#4_dose","price":6304},"12907":{"id":12907,"name":"Anti-venom(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":330,"lowalch":132,"highalch":198,"buy_limit":2000,"wiki_name":"Anti-venom (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Anti-venom#3_dose","price":4117},"12909":{"id":12909,"name":"Anti-venom(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":220,"lowalch":88,"highalch":132,"buy_limit":2000,"wiki_name":"Anti-venom (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Anti-venom#2_dose","price":3532},"12911":{"id":12911,"name":"Anti-venom(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":110,"lowalch":44,"highalch":66,"buy_limit":2000,"wiki_name":"Anti-venom (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Anti-venom#1_dose","price":1202},"12913":{"id":12913,"name":"Anti-venom+(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":444,"lowalch":177,"highalch":266,"buy_limit":2000,"wiki_name":"Anti-venom+ (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Anti-venom+#4_dose","price":12238},"12915":{"id":12915,"name":"Anti-venom+(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":333,"lowalch":133,"highalch":199,"buy_limit":2000,"wiki_name":"Anti-venom+ (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Anti-venom+#3_dose","price":8601},"12917":{"id":12917,"name":"Anti-venom+(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":222,"lowalch":88,"highalch":133,"buy_limit":2000,"wiki_name":"Anti-venom+ (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Anti-venom+#2_dose","price":5334},"12919":{"id":12919,"name":"Anti-venom+(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":111,"lowalch":44,"highalch":66,"buy_limit":2000,"wiki_name":"Anti-venom+ (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Anti-venom+#1_dose","price":3023},"12921":{"id":12921,"name":"Pet snakeling","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pet snakeling (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Pet_snakeling#Normal","price":0},"12922":{"id":12922,"name":"Tanzanite fang","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":110000,"lowalch":44000,"highalch":66000,"buy_limit":5,"wiki_name":"Tanzanite fang","wiki_url":"https://oldschool.runescape.wiki/w/Tanzanite_fang","price":2261007},"12924":{"id":12924,"name":"Toxic blowpipe (empty)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":120000,"lowalch":48000,"highalch":72000,"buy_limit":8,"wiki_name":"Toxic blowpipe (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Toxic_blowpipe#Empty","price":2304876},"12926":{"id":12926,"name":"Toxic blowpipe","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":120000,"lowalch":48000,"highalch":72000,"wiki_name":"Toxic blowpipe (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Toxic_blowpipe#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":30,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":20,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":75}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"12927":{"id":12927,"name":"Serpentine visage","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":105000,"lowalch":42000,"highalch":63000,"buy_limit":5,"wiki_name":"Serpentine visage","wiki_url":"https://oldschool.runescape.wiki/w/Serpentine_visage","price":2270500},"12929":{"id":12929,"name":"Serpentine helm (uncharged)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":110000,"lowalch":44000,"highalch":66000,"buy_limit":8,"wiki_name":"Serpentine helm (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Serpentine_helm#Uncharged","price":2352000},"12931":{"id":12931,"name":"Serpentine helm","members":true,"equipable":true,"equipable_by_player":true,"cost":110000,"lowalch":44000,"highalch":66000,"wiki_name":"Serpentine helm (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Serpentine_helm#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-5,"attack_ranged":-5,"defence_stab":52,"defence_slash":55,"defence_crush":58,"defence_magic":0,"defence_ranged":50,"melee_strength":5,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":75}},"price":0},"12932":{"id":12932,"name":"Magic fang","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":102000,"lowalch":40800,"highalch":61200,"buy_limit":5,"wiki_name":"Magic fang","wiki_url":"https://oldschool.runescape.wiki/w/Magic_fang","price":2302275},"12934":{"id":12934,"name":"Zulrah's scales","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":30000,"wiki_name":"Zulrah's scales","wiki_url":"https://oldschool.runescape.wiki/w/Zulrah's_scales","price":118},"12935":{"id":12935,"name":"Ohn's diary","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ohn's diary","wiki_url":"https://oldschool.runescape.wiki/w/Ohn's_diary","price":0},"12936":{"id":12936,"name":"Jar of swamp","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Jar of swamp","wiki_url":"https://oldschool.runescape.wiki/w/Jar_of_swamp","price":40471},"12938":{"id":12938,"name":"Zul-andra teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":10000,"wiki_name":"Zul-andra teleport","wiki_url":"https://oldschool.runescape.wiki/w/Zul-andra_teleport","price":15050},"12939":{"id":12939,"name":"Pet snakeling","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pet snakeling (Magma)","wiki_url":"https://oldschool.runescape.wiki/w/Pet_snakeling#Magma","price":0},"12940":{"id":12940,"name":"Pet snakeling","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pet snakeling (Tanzanite)","wiki_url":"https://oldschool.runescape.wiki/w/Pet_snakeling#Tanzanite","price":0},"12954":{"id":12954,"name":"Dragon defender","members":true,"equipable":true,"equipable_by_player":true,"cost":68007,"lowalch":27202,"highalch":40804,"wiki_name":"Dragon defender (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_defender#Normal","equipment":{"attack_stab":25,"attack_slash":24,"attack_crush":23,"attack_magic":-3,"attack_ranged":-2,"defence_stab":25,"defence_slash":24,"defence_crush":23,"defence_magic":-3,"defence_ranged":-2,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":60}},"price":0},"12955":{"id":12955,"name":"Free to play starter pack","cost":0,"wiki_name":"Free to play starter pack","wiki_url":"https://oldschool.runescape.wiki/w/Free_to_play_starter_pack","price":0},"12956":{"id":12956,"name":"Cow top","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cow top","wiki_url":"https://oldschool.runescape.wiki/w/Cow_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"12957":{"id":12957,"name":"Cow trousers","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cow trousers","wiki_url":"https://oldschool.runescape.wiki/w/Cow_trousers","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"12958":{"id":12958,"name":"Cow gloves","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cow gloves","wiki_url":"https://oldschool.runescape.wiki/w/Cow_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"12959":{"id":12959,"name":"Cow shoes","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cow shoes","wiki_url":"https://oldschool.runescape.wiki/w/Cow_shoes","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"12960":{"id":12960,"name":"Bronze set (lg)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":8,"wiki_name":"Bronze set (lg)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_set_(lg)","price":254},"12962":{"id":12962,"name":"Bronze set (sk)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":8,"wiki_name":"Bronze set (sk)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_set_(sk)","price":686},"12964":{"id":12964,"name":"Bronze trimmed set (lg)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":8,"wiki_name":"Bronze trimmed set (lg)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_trimmed_set_(lg)","price":32500},"12966":{"id":12966,"name":"Bronze trimmed set (sk)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":8,"wiki_name":"Bronze trimmed set (sk)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_trimmed_set_(sk)","price":40916},"12968":{"id":12968,"name":"Bronze gold-trimmed set (lg)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":8,"wiki_name":"Bronze gold-trimmed set (lg)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_gold-trimmed_set_(lg)","price":130001},"12970":{"id":12970,"name":"Bronze gold-trimmed set (sk)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":8,"wiki_name":"Bronze gold-trimmed set (sk)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_gold-trimmed_set_(sk)","price":296358},"12972":{"id":12972,"name":"Iron set (lg)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":900,"lowalch":360,"highalch":540,"buy_limit":8,"wiki_name":"Iron set (lg)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_set_(lg)","price":353},"12974":{"id":12974,"name":"Iron set (sk)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":900,"lowalch":360,"highalch":540,"buy_limit":8,"wiki_name":"Iron set (sk)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_set_(sk)","price":466},"12976":{"id":12976,"name":"Iron trimmed set (lg)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":900,"lowalch":360,"highalch":540,"buy_limit":8,"wiki_name":"Iron trimmed set (lg)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_trimmed_set_(lg)","price":138153},"12978":{"id":12978,"name":"Iron trimmed set (sk)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":900,"lowalch":360,"highalch":540,"buy_limit":8,"wiki_name":"Iron trimmed set (sk)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_trimmed_set_(sk)","price":126956},"12980":{"id":12980,"name":"Iron gold-trimmed set (lg)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":900,"lowalch":360,"highalch":540,"buy_limit":8,"wiki_name":"Iron gold-trimmed set (lg)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_gold-trimmed_set_(lg)","price":426000},"12982":{"id":12982,"name":"Iron gold-trimmed set (sk)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":900,"lowalch":360,"highalch":540,"buy_limit":8,"wiki_name":"Iron gold-trimmed set (sk)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_gold-trimmed_set_(sk)","price":385000},"12984":{"id":12984,"name":"Steel set (lg)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1400,"lowalch":560,"highalch":840,"buy_limit":8,"wiki_name":"Steel set (lg)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_set_(lg)","price":2067},"12986":{"id":12986,"name":"Steel set (sk)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1400,"lowalch":560,"highalch":840,"buy_limit":8,"wiki_name":"Steel set (sk)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_set_(sk)","price":2263},"12988":{"id":12988,"name":"Black set (lg)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4500,"lowalch":1800,"highalch":2700,"buy_limit":8,"wiki_name":"Black set (lg)","wiki_url":"https://oldschool.runescape.wiki/w/Black_set_(lg)","price":6152},"12990":{"id":12990,"name":"Black set (sk)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4500,"lowalch":1800,"highalch":2700,"buy_limit":8,"wiki_name":"Black set (sk)","wiki_url":"https://oldschool.runescape.wiki/w/Black_set_(sk)","price":14827},"12992":{"id":12992,"name":"Black trimmed set (lg)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4500,"lowalch":1800,"highalch":2700,"buy_limit":8,"wiki_name":"Black trimmed set (lg)","wiki_url":"https://oldschool.runescape.wiki/w/Black_trimmed_set_(lg)","price":85151},"12994":{"id":12994,"name":"Black trimmed set (sk)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4500,"lowalch":1800,"highalch":2700,"buy_limit":8,"wiki_name":"Black trimmed set (sk)","wiki_url":"https://oldschool.runescape.wiki/w/Black_trimmed_set_(sk)","price":76146},"12996":{"id":12996,"name":"Black gold-trimmed set (lg)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4500,"lowalch":1800,"highalch":2700,"buy_limit":8,"wiki_name":"Black gold-trimmed set (lg)","wiki_url":"https://oldschool.runescape.wiki/w/Black_gold-trimmed_set_(lg)","price":386537},"12998":{"id":12998,"name":"Black gold-trimmed set (sk)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4500,"lowalch":1800,"highalch":2700,"buy_limit":8,"wiki_name":"Black gold-trimmed set (sk)","wiki_url":"https://oldschool.runescape.wiki/w/Black_gold-trimmed_set_(sk)","price":358078},"13000":{"id":13000,"name":"Mithril set (lg)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":8,"wiki_name":"Mithril set (lg)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_set_(lg)","price":16293},"13002":{"id":13002,"name":"Mithril set (sk)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":8,"wiki_name":"Mithril set (sk)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_set_(sk)","price":4900},"13004":{"id":13004,"name":"Mithril trimmed set (lg)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":8,"wiki_name":"Mithril trimmed set (lg)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_trimmed_set_(lg)","price":21721},"13006":{"id":13006,"name":"Mithril trimmed set (sk)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":8,"wiki_name":"Mithril trimmed set (sk)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_trimmed_set_(sk)","price":16096},"13008":{"id":13008,"name":"Mithril gold-trimmed set (lg)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":8,"wiki_name":"Mithril gold-trimmed set (lg)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_gold-trimmed_set_(lg)","price":25803},"13010":{"id":13010,"name":"Mithril gold-trimmed set (sk)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":8,"wiki_name":"Mithril gold-trimmed set (sk)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_gold-trimmed_set_(sk)","price":59480},"13012":{"id":13012,"name":"Adamant set (lg)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":8000,"lowalch":3200,"highalch":4800,"buy_limit":8,"wiki_name":"Adamant set (lg)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_set_(lg)","price":18958},"13014":{"id":13014,"name":"Adamant set (sk)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":8000,"lowalch":3200,"highalch":4800,"buy_limit":8,"wiki_name":"Adamant set (sk)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_set_(sk)","price":21109},"13016":{"id":13016,"name":"Adamant trimmed set (lg)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":8000,"lowalch":3200,"highalch":4800,"buy_limit":8,"wiki_name":"Adamant trimmed set (lg)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_trimmed_set_(lg)","price":37179},"13018":{"id":13018,"name":"Adamant trimmed set (sk)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":8000,"lowalch":3200,"highalch":4800,"buy_limit":8,"wiki_name":"Adamant trimmed set (sk)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_trimmed_set_(sk)","price":24807},"13020":{"id":13020,"name":"Adamant gold-trimmed set (lg)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":8000,"lowalch":3200,"highalch":4800,"buy_limit":8,"wiki_name":"Adamant gold-trimmed set (lg)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_gold-trimmed_set_(lg)","price":57000},"13022":{"id":13022,"name":"Adamant gold-trimmed set (sk)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":8000,"lowalch":3200,"highalch":4800,"buy_limit":8,"wiki_name":"Adamant gold-trimmed set (sk)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_gold-trimmed_set_(sk)","price":44609},"13024":{"id":13024,"name":"Rune armour set (lg)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":75000,"lowalch":30000,"highalch":45000,"buy_limit":8,"wiki_name":"Rune armour set (lg)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_armour_set_(lg)","price":131242},"13026":{"id":13026,"name":"Rune armour set (sk)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":75000,"lowalch":30000,"highalch":45000,"buy_limit":8,"wiki_name":"Rune armour set (sk)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_armour_set_(sk)","price":123440},"13028":{"id":13028,"name":"Rune trimmed set (lg)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":8,"wiki_name":"Rune trimmed set (lg)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_trimmed_set_(lg)","price":179518},"13030":{"id":13030,"name":"Rune trimmed set (sk)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":8,"wiki_name":"Rune trimmed set (sk)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_trimmed_set_(sk)","price":151809},"13032":{"id":13032,"name":"Rune gold-trimmed set (lg)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":8,"wiki_name":"Rune gold-trimmed set (lg)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_gold-trimmed_set_(lg)","price":406500},"13034":{"id":13034,"name":"Rune gold-trimmed set (sk)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":8,"wiki_name":"Rune gold-trimmed set (sk)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_gold-trimmed_set_(sk)","price":345389},"13036":{"id":13036,"name":"Gilded armour set (lg)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":8,"wiki_name":"Gilded armour set (lg)","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_armour_set_(lg)","price":26932502},"13038":{"id":13038,"name":"Gilded armour set (sk)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":8,"wiki_name":"Gilded armour set (sk)","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_armour_set_(sk)","price":20842509},"13040":{"id":13040,"name":"Saradomin armour set (lg)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":8,"wiki_name":"Saradomin armour set (lg)","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_armour_set_(lg)","price":364700},"13042":{"id":13042,"name":"Saradomin armour set (sk)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":8,"wiki_name":"Saradomin armour set (sk)","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_armour_set_(sk)","price":335025},"13044":{"id":13044,"name":"Zamorak armour set (lg)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":8,"wiki_name":"Zamorak armour set (lg)","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_armour_set_(lg)","price":1101178},"13046":{"id":13046,"name":"Zamorak armour set (sk)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":8,"wiki_name":"Zamorak armour set (sk)","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_armour_set_(sk)","price":1000529},"13048":{"id":13048,"name":"Guthix armour set (lg)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":8,"wiki_name":"Guthix armour set (lg)","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_armour_set_(lg)","price":201244},"13050":{"id":13050,"name":"Guthix armour set (sk)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":8,"wiki_name":"Guthix armour set (sk)","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_armour_set_(sk)","price":197497},"13052":{"id":13052,"name":"Armadyl rune armour set (lg)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":8,"wiki_name":"Armadyl rune armour set (lg)","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_rune_armour_set_(lg)","price":193189},"13054":{"id":13054,"name":"Armadyl rune armour set (sk)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":8,"wiki_name":"Armadyl rune armour set (sk)","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_rune_armour_set_(sk)","price":189017},"13056":{"id":13056,"name":"Bandos rune armour set (lg)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":8,"wiki_name":"Bandos rune armour set (lg)","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_rune_armour_set_(lg)","price":311227},"13058":{"id":13058,"name":"Bandos rune armour set (sk)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":8,"wiki_name":"Bandos rune armour set (sk)","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_rune_armour_set_(sk)","price":355000},"13060":{"id":13060,"name":"Ancient rune armour set (lg)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":8,"wiki_name":"Ancient rune armour set (lg)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_rune_armour_set_(lg)","price":209665},"13062":{"id":13062,"name":"Ancient rune armour set (sk)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":8,"wiki_name":"Ancient rune armour set (sk)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_rune_armour_set_(sk)","price":203100},"13064":{"id":13064,"name":"Combat potion set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":70,"lowalch":28,"highalch":42,"buy_limit":2000,"wiki_name":"Combat potion set","wiki_url":"https://oldschool.runescape.wiki/w/Combat_potion_set","price":545},"13066":{"id":13066,"name":"Super potion set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":2000,"wiki_name":"Super potion set","wiki_url":"https://oldschool.runescape.wiki/w/Super_potion_set","price":17297},"13068":{"id":13068,"name":"Quest point cape (t)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Quest point cape (Trimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Quest_point_cape#Trimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"cape","requirements":null},"price":0},"13069":{"id":13069,"name":"Achievement diary cape (t)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Achievement diary cape (Trimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Achievement_diary_cape#Trimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"cape","requirements":null},"price":0},"13070":{"id":13070,"name":"Achievement diary hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Achievement diary hood","wiki_url":"https://oldschool.runescape.wiki/w/Achievement_diary_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"13071":{"id":13071,"name":"Chompy chick","members":true,"cost":1,"wiki_name":"Chompy chick","wiki_url":"https://oldschool.runescape.wiki/w/Chompy_chick","price":0},"13072":{"id":13072,"name":"Elite void top","members":true,"equipable":true,"equipable_by_player":true,"cost":48500,"lowalch":19400,"highalch":29100,"wiki_name":"Elite void top (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Elite_void_top#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":45,"defence_slash":45,"defence_crush":45,"defence_magic":45,"defence_ranged":45,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"body","requirements":{"attack":42,"strength":42,"hitpoints":42,"ranged":42,"magic":42,"defence":42,"prayer":22}},"price":0},"13073":{"id":13073,"name":"Elite void robe","members":true,"equipable":true,"equipable_by_player":true,"cost":45500,"lowalch":18200,"highalch":27300,"wiki_name":"Elite void robe (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Elite_void_robe#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":30,"defence_slash":30,"defence_crush":30,"defence_magic":30,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"legs","requirements":{"attack":42,"strength":42,"hitpoints":42,"ranged":42,"magic":42,"defence":42,"prayer":22}},"price":0},"13079":{"id":13079,"name":"Enchanted lyre(5)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Enchanted lyre (5)","wiki_url":"https://oldschool.runescape.wiki/w/Enchanted_lyre#(5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"unarmed","stances":[{"combat_style":"punch","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"kick","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13080":{"id":13080,"name":"New crystal halberd full (i)","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal halberd (i) (New)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_halberd_(i)#New","equipment":{"attack_stab":85,"attack_slash":110,"attack_crush":5,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":4,"defence_crush":5,"defence_magic":0,"defence_ranged":0,"melee_strength":118,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":75,"strength":35,"agility":50}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13081":{"id":13081,"name":"Crystal halberd full (i)","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal halberd (i) (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_halberd_(i)#Full","equipment":{"attack_stab":85,"attack_slash":110,"attack_crush":5,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":4,"defence_crush":5,"defence_magic":0,"defence_ranged":0,"melee_strength":118,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"strength":35,"agility":50}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13082":{"id":13082,"name":"Crystal halberd 9/10 (i)","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal halberd (i) (9/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_halberd_(i)#9/10","equipment":{"attack_stab":85,"attack_slash":110,"attack_crush":5,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":4,"defence_crush":5,"defence_magic":0,"defence_ranged":0,"melee_strength":118,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"strength":35,"agility":50}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13083":{"id":13083,"name":"Crystal halberd 8/10 (i)","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal halberd (i) (8/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_halberd_(i)#8/10","equipment":{"attack_stab":85,"attack_slash":110,"attack_crush":5,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":4,"defence_crush":5,"defence_magic":0,"defence_ranged":0,"melee_strength":118,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"strength":35,"agility":50}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13084":{"id":13084,"name":"Crystal halberd 7/10 (i)","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal halberd (i) (7/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_halberd_(i)#7/10","equipment":{"attack_stab":85,"attack_slash":110,"attack_crush":5,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":4,"defence_crush":5,"defence_magic":0,"defence_ranged":0,"melee_strength":118,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"strength":35,"agility":50}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13085":{"id":13085,"name":"Crystal halberd 6/10 (i)","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal halberd (i) (6/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_halberd_(i)#6/10","equipment":{"attack_stab":85,"attack_slash":110,"attack_crush":5,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":4,"defence_crush":5,"defence_magic":0,"defence_ranged":0,"melee_strength":118,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"strength":35,"agility":50}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13086":{"id":13086,"name":"Crystal halberd 5/10 (i)","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal halberd (i) (5/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_halberd_(i)#5/10","equipment":{"attack_stab":85,"attack_slash":110,"attack_crush":5,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":4,"defence_crush":5,"defence_magic":0,"defence_ranged":0,"melee_strength":118,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"strength":35,"agility":50}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13087":{"id":13087,"name":"Crystal halberd 4/10 (i)","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal halberd (i) (4/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_halberd_(i)#4/10","equipment":{"attack_stab":85,"attack_slash":110,"attack_crush":5,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":4,"defence_crush":5,"defence_magic":0,"defence_ranged":0,"melee_strength":118,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"strength":35,"agility":50}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13088":{"id":13088,"name":"Crystal halberd 3/10 (i)","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal halberd (i) (3/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_halberd_(i)#3/10","equipment":{"attack_stab":85,"attack_slash":110,"attack_crush":5,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":4,"defence_crush":5,"defence_magic":0,"defence_ranged":0,"melee_strength":118,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"strength":35,"agility":50}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13089":{"id":13089,"name":"Crystal halberd 2/10 (i)","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal halberd (i) (2/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_halberd_(i)#2/10","equipment":{"attack_stab":85,"attack_slash":110,"attack_crush":5,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":4,"defence_crush":5,"defence_magic":0,"defence_ranged":0,"melee_strength":118,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"strength":35,"agility":50}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13090":{"id":13090,"name":"Crystal halberd 1/10 (i)","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal halberd (i) (1/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_halberd_(i)#1/10","equipment":{"attack_stab":85,"attack_slash":110,"attack_crush":5,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":4,"defence_crush":5,"defence_magic":0,"defence_ranged":0,"melee_strength":118,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"strength":35,"agility":50}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13091":{"id":13091,"name":"New crystal halberd full","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal halberd (historical) (New)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_halberd_(historical)#New","equipment":{"attack_stab":85,"attack_slash":110,"attack_crush":5,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":4,"defence_crush":5,"defence_magic":0,"defence_ranged":0,"melee_strength":118,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":75,"strength":35,"agility":50}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13092":{"id":13092,"name":"Crystal halberd full","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal halberd (historical) (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_halberd_(historical)#Full","equipment":{"attack_stab":85,"attack_slash":110,"attack_crush":5,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":4,"defence_crush":5,"defence_magic":0,"defence_ranged":0,"melee_strength":118,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"strength":35,"agility":50}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13093":{"id":13093,"name":"Crystal halberd 9/10","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal halberd (historical) (9/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_halberd_(historical)#9/10","equipment":{"attack_stab":82,"attack_slash":106,"attack_crush":5,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":4,"defence_crush":5,"defence_magic":0,"defence_ranged":0,"melee_strength":113,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"strength":35,"agility":50}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13094":{"id":13094,"name":"Crystal halberd 8/10","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal halberd (historical) (8/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_halberd_(historical)#8/10","equipment":{"attack_stab":79,"attack_slash":102,"attack_crush":5,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":4,"defence_crush":5,"defence_magic":0,"defence_ranged":0,"melee_strength":108,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"strength":35,"agility":50}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13095":{"id":13095,"name":"Crystal halberd 7/10","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal halberd (historical) (7/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_halberd_(historical)#7/10","equipment":{"attack_stab":76,"attack_slash":98,"attack_crush":4,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":3,"defence_crush":4,"defence_magic":0,"defence_ranged":0,"melee_strength":103,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"strength":35,"agility":50}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13096":{"id":13096,"name":"Crystal halberd 6/10","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal halberd (historical) (6/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_halberd_(historical)#6/10","equipment":{"attack_stab":73,"attack_slash":94,"attack_crush":4,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":3,"defence_crush":4,"defence_magic":0,"defence_ranged":0,"melee_strength":98,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"strength":35,"agility":50}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13097":{"id":13097,"name":"Crystal halberd 5/10","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal halberd (historical) (5/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_halberd_(historical)#5/10","equipment":{"attack_stab":70,"attack_slash":90,"attack_crush":4,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":3,"defence_crush":4,"defence_magic":0,"defence_ranged":0,"melee_strength":93,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"strength":35,"agility":50}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13098":{"id":13098,"name":"Crystal halberd 4/10","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal halberd (historical) (4/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_halberd_(historical)#4/10","equipment":{"attack_stab":67,"attack_slash":86,"attack_crush":3,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":2,"defence_crush":3,"defence_magic":0,"defence_ranged":0,"melee_strength":88,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"strength":35,"agility":50}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13099":{"id":13099,"name":"Crystal halberd 3/10","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal halberd (historical) (3/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_halberd_(historical)#3/10","equipment":{"attack_stab":64,"attack_slash":82,"attack_crush":3,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":2,"defence_crush":3,"defence_magic":0,"defence_ranged":0,"melee_strength":83,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"strength":35,"agility":50}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13100":{"id":13100,"name":"Crystal halberd 2/10","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal halberd (historical) (2/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_halberd_(historical)#2/10","equipment":{"attack_stab":61,"attack_slash":78,"attack_crush":3,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":2,"defence_crush":3,"defence_magic":0,"defence_ranged":0,"melee_strength":78,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"strength":35,"agility":50}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13101":{"id":13101,"name":"Crystal halberd 1/10","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal halberd (historical) (1/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_halberd_(historical)#1/10","equipment":{"attack_stab":58,"attack_slash":74,"attack_crush":2,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":1,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":73,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"strength":35,"agility":50}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13102":{"id":13102,"name":"Teleport crystal (5)","members":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Teleport crystal (5)","wiki_url":"https://oldschool.runescape.wiki/w/Teleport_crystal#(5)","price":0},"13103":{"id":13103,"name":"Karamja gloves 4","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Karamja gloves 4","wiki_url":"https://oldschool.runescape.wiki/w/Karamja_gloves_4","equipment":{"attack_stab":1,"attack_slash":1,"attack_crush":1,"attack_magic":1,"attack_ranged":1,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":1,"defence_ranged":1,"melee_strength":1,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"13104":{"id":13104,"name":"Varrock armour 1","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Varrock armour 1","wiki_url":"https://oldschool.runescape.wiki/w/Varrock_armour_1","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-10,"defence_stab":32,"defence_slash":31,"defence_crush":24,"defence_magic":-6,"defence_ranged":31,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"13105":{"id":13105,"name":"Varrock armour 2","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Varrock armour 2","wiki_url":"https://oldschool.runescape.wiki/w/Varrock_armour_2","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-10,"defence_stab":41,"defence_slash":40,"defence_crush":30,"defence_magic":-6,"defence_ranged":40,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"13106":{"id":13106,"name":"Varrock armour 3","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Varrock armour 3","wiki_url":"https://oldschool.runescape.wiki/w/Varrock_armour_3","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-10,"defence_stab":46,"defence_slash":44,"defence_crush":38,"defence_magic":-6,"defence_ranged":44,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"13107":{"id":13107,"name":"Varrock armour 4","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Varrock armour 4","wiki_url":"https://oldschool.runescape.wiki/w/Varrock_armour_4","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-10,"defence_stab":65,"defence_slash":63,"defence_crush":55,"defence_magic":-6,"defence_ranged":63,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"13108":{"id":13108,"name":"Wilderness sword 1","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Wilderness sword 1","wiki_url":"https://oldschool.runescape.wiki/w/Wilderness_sword_1","equipment":{"attack_stab":6,"attack_slash":4,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":7,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13109":{"id":13109,"name":"Wilderness sword 2","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Wilderness sword 2","wiki_url":"https://oldschool.runescape.wiki/w/Wilderness_sword_2","equipment":{"attack_stab":11,"attack_slash":8,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13110":{"id":13110,"name":"Wilderness sword 3","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Wilderness sword 3","wiki_url":"https://oldschool.runescape.wiki/w/Wilderness_sword_3","equipment":{"attack_stab":16,"attack_slash":11,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":17,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13111":{"id":13111,"name":"Wilderness sword 4","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Wilderness sword 4","wiki_url":"https://oldschool.runescape.wiki/w/Wilderness_sword_4","equipment":{"attack_stab":23,"attack_slash":18,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":24,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13112":{"id":13112,"name":"Morytania legs 1","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Morytania legs 1","wiki_url":"https://oldschool.runescape.wiki/w/Morytania_legs_1","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-7,"defence_stab":11,"defence_slash":10,"defence_crush":10,"defence_magic":-4,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"13113":{"id":13113,"name":"Morytania legs 2","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Morytania legs 2","wiki_url":"https://oldschool.runescape.wiki/w/Morytania_legs_2","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-7,"defence_stab":17,"defence_slash":16,"defence_crush":15,"defence_magic":-4,"defence_ranged":16,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"13114":{"id":13114,"name":"Morytania legs 3","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"wiki_name":"Morytania legs 3","wiki_url":"https://oldschool.runescape.wiki/w/Morytania_legs_3","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-7,"defence_stab":24,"defence_slash":22,"defence_crush":20,"defence_magic":-4,"defence_ranged":22,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"13115":{"id":13115,"name":"Morytania legs 4","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Morytania legs 4","wiki_url":"https://oldschool.runescape.wiki/w/Morytania_legs_4","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-7,"defence_stab":33,"defence_slash":31,"defence_crush":29,"defence_magic":-4,"defence_ranged":31,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"13116":{"id":13116,"name":"Bonecrusher","members":true,"cost":1,"wiki_name":"Bonecrusher","wiki_url":"https://oldschool.runescape.wiki/w/Bonecrusher","price":0},"13117":{"id":13117,"name":"Falador shield 1","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Falador shield 1","wiki_url":"https://oldschool.runescape.wiki/w/Falador_shield_1","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-2,"defence_stab":8,"defence_slash":10,"defence_crush":9,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"shield","requirements":null},"price":0},"13118":{"id":13118,"name":"Falador shield 2","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Falador shield 2","wiki_url":"https://oldschool.runescape.wiki/w/Falador_shield_2","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-2,"defence_stab":13,"defence_slash":15,"defence_crush":14,"defence_magic":-1,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"shield","requirements":null},"price":0},"13119":{"id":13119,"name":"Falador shield 3","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Falador shield 3","wiki_url":"https://oldschool.runescape.wiki/w/Falador_shield_3","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-2,"defence_stab":18,"defence_slash":22,"defence_crush":20,"defence_magic":-1,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"shield","requirements":null},"price":0},"13120":{"id":13120,"name":"Falador shield 4","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Falador shield 4","wiki_url":"https://oldschool.runescape.wiki/w/Falador_shield_4","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-2,"defence_stab":27,"defence_slash":31,"defence_crush":29,"defence_magic":-1,"defence_ranged":29,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":null},"price":0},"13121":{"id":13121,"name":"Ardougne cloak 1","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ardougne cloak 1","wiki_url":"https://oldschool.runescape.wiki/w/Ardougne_cloak_1","equipment":{"attack_stab":2,"attack_slash":0,"attack_crush":0,"attack_magic":2,"attack_ranged":0,"defence_stab":2,"defence_slash":0,"defence_crush":0,"defence_magic":2,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"cape","requirements":null},"price":0},"13122":{"id":13122,"name":"Ardougne cloak 2","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ardougne cloak 2","wiki_url":"https://oldschool.runescape.wiki/w/Ardougne_cloak_2","equipment":{"attack_stab":4,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":4,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"cape","requirements":null},"price":0},"13123":{"id":13123,"name":"Ardougne cloak 3","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ardougne cloak 3","wiki_url":"https://oldschool.runescape.wiki/w/Ardougne_cloak_3","equipment":{"attack_stab":5,"attack_slash":0,"attack_crush":0,"attack_magic":5,"attack_ranged":0,"defence_stab":5,"defence_slash":0,"defence_crush":0,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"cape","requirements":null},"price":0},"13124":{"id":13124,"name":"Ardougne cloak 4","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ardougne cloak 4","wiki_url":"https://oldschool.runescape.wiki/w/Ardougne_cloak_4","equipment":{"attack_stab":6,"attack_slash":0,"attack_crush":0,"attack_magic":6,"attack_ranged":0,"defence_stab":6,"defence_slash":0,"defence_crush":0,"defence_magic":6,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"cape","requirements":null},"price":0},"13125":{"id":13125,"name":"Explorer's ring 1","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Explorer's ring 1","wiki_url":"https://oldschool.runescape.wiki/w/Explorer's_ring_1","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"ring","requirements":null},"price":0},"13126":{"id":13126,"name":"Explorer's ring 2","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Explorer's ring 2","wiki_url":"https://oldschool.runescape.wiki/w/Explorer's_ring_2","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"ring","requirements":null},"price":0},"13127":{"id":13127,"name":"Explorer's ring 3","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Explorer's ring 3","wiki_url":"https://oldschool.runescape.wiki/w/Explorer's_ring_3","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"ring","requirements":null},"price":0},"13128":{"id":13128,"name":"Explorer's ring 4","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Explorer's ring 4","wiki_url":"https://oldschool.runescape.wiki/w/Explorer's_ring_4","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"ring","requirements":null},"price":0},"13129":{"id":13129,"name":"Fremennik sea boots 1","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Fremennik sea boots 1","wiki_url":"https://oldschool.runescape.wiki/w/Fremennik_sea_boots_1","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":2,"defence_slash":3,"defence_crush":4,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"13130":{"id":13130,"name":"Fremennik sea boots 2","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Fremennik sea boots 2","wiki_url":"https://oldschool.runescape.wiki/w/Fremennik_sea_boots_2","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":5,"defence_slash":6,"defence_crush":7,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"13131":{"id":13131,"name":"Fremennik sea boots 3","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Fremennik sea boots 3","wiki_url":"https://oldschool.runescape.wiki/w/Fremennik_sea_boots_3","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":7,"defence_slash":8,"defence_crush":9,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"13132":{"id":13132,"name":"Fremennik sea boots 4","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Fremennik sea boots 4","wiki_url":"https://oldschool.runescape.wiki/w/Fremennik_sea_boots_4","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":1,"attack_ranged":1,"defence_stab":10,"defence_slash":11,"defence_crush":12,"defence_magic":0,"defence_ranged":0,"melee_strength":1,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"13133":{"id":13133,"name":"Desert amulet 1","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Desert amulet 1","wiki_url":"https://oldschool.runescape.wiki/w/Desert_amulet_1","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"13134":{"id":13134,"name":"Desert amulet 2","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Desert amulet 2","wiki_url":"https://oldschool.runescape.wiki/w/Desert_amulet_2","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"13135":{"id":13135,"name":"Desert amulet 3","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Desert amulet 3","wiki_url":"https://oldschool.runescape.wiki/w/Desert_amulet_3","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"13136":{"id":13136,"name":"Desert amulet 4","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Desert amulet 4","wiki_url":"https://oldschool.runescape.wiki/w/Desert_amulet_4","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"13137":{"id":13137,"name":"Kandarin headgear 1","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Kandarin headgear 1","wiki_url":"https://oldschool.runescape.wiki/w/Kandarin_headgear_1","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":4,"defence_slash":5,"defence_crush":3,"defence_magic":-1,"defence_ranged":4,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"13138":{"id":13138,"name":"Kandarin headgear 2","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Kandarin headgear 2","wiki_url":"https://oldschool.runescape.wiki/w/Kandarin_headgear_2","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":7,"defence_slash":8,"defence_crush":6,"defence_magic":-1,"defence_ranged":7,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"13139":{"id":13139,"name":"Kandarin headgear 3","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Kandarin headgear 3","wiki_url":"https://oldschool.runescape.wiki/w/Kandarin_headgear_3","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":9,"defence_slash":10,"defence_crush":8,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"13140":{"id":13140,"name":"Kandarin headgear 4","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Kandarin headgear 4","wiki_url":"https://oldschool.runescape.wiki/w/Kandarin_headgear_4","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":10,"defence_slash":11,"defence_crush":9,"defence_magic":-1,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"13141":{"id":13141,"name":"Western banner 1","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Western banner 1","wiki_url":"https://oldschool.runescape.wiki/w/Western_banner_1","equipment":{"attack_stab":12,"attack_slash":12,"attack_crush":12,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"polestaff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13142":{"id":13142,"name":"Western banner 2","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Western banner 2","wiki_url":"https://oldschool.runescape.wiki/w/Western_banner_2","equipment":{"attack_stab":15,"attack_slash":15,"attack_crush":15,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":16,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"polestaff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13143":{"id":13143,"name":"Western banner 3","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Western banner 3","wiki_url":"https://oldschool.runescape.wiki/w/Western_banner_3","equipment":{"attack_stab":17,"attack_slash":17,"attack_crush":17,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":18,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"polestaff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13144":{"id":13144,"name":"Western banner 4","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Western banner 4","wiki_url":"https://oldschool.runescape.wiki/w/Western_banner_4","equipment":{"attack_stab":24,"attack_slash":24,"attack_crush":24,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":28,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"polestaff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13145":{"id":13145,"name":"Antique lamp","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Antique lamp (easy)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(easy)","price":0},"13146":{"id":13146,"name":"Antique lamp","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Antique lamp (medium)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(medium)","price":0},"13147":{"id":13147,"name":"Antique lamp","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Antique lamp (hard)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(hard)","price":0},"13148":{"id":13148,"name":"Antique lamp","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Antique lamp (elite)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(elite)","price":0},"13149":{"id":13149,"name":"Holy book page set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":7000,"lowalch":2800,"highalch":4200,"buy_limit":5,"wiki_name":"Holy book page set","wiki_url":"https://oldschool.runescape.wiki/w/Holy_book_page_set","price":22947},"13151":{"id":13151,"name":"Unholy book page set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":7000,"lowalch":2800,"highalch":4200,"buy_limit":5,"wiki_name":"Unholy book page set","wiki_url":"https://oldschool.runescape.wiki/w/Unholy_book_page_set","price":38469},"13153":{"id":13153,"name":"Book of balance page set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":7000,"lowalch":2800,"highalch":4200,"buy_limit":5,"wiki_name":"Book of balance page set","wiki_url":"https://oldschool.runescape.wiki/w/Book_of_balance_page_set","price":28560},"13155":{"id":13155,"name":"Book of war page set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":7500,"lowalch":3000,"highalch":4500,"buy_limit":5,"wiki_name":"Book of war page set","wiki_url":"https://oldschool.runescape.wiki/w/Book_of_war_page_set","price":18681},"13157":{"id":13157,"name":"Book of law page set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":7500,"lowalch":3000,"highalch":4500,"buy_limit":5,"wiki_name":"Book of law page set","wiki_url":"https://oldschool.runescape.wiki/w/Book_of_law_page_set","price":40287},"13159":{"id":13159,"name":"Book of darkness page set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":7500,"lowalch":3000,"highalch":4500,"buy_limit":5,"wiki_name":"Book of darkness page set","wiki_url":"https://oldschool.runescape.wiki/w/Book_of_darkness_page_set","price":42460},"13161":{"id":13161,"name":"Zamorak dragonhide set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":9000,"lowalch":3600,"highalch":5400,"buy_limit":8,"wiki_name":"Zamorak dragonhide set","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_dragonhide_set","price":1361501},"13163":{"id":13163,"name":"Saradomin dragonhide set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":9000,"lowalch":3600,"highalch":5400,"buy_limit":8,"wiki_name":"Saradomin dragonhide set","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_dragonhide_set","price":993985},"13165":{"id":13165,"name":"Guthix dragonhide set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":9000,"lowalch":3600,"highalch":5400,"buy_limit":8,"wiki_name":"Guthix dragonhide set","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_dragonhide_set","price":852000},"13167":{"id":13167,"name":"Bandos dragonhide set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":9500,"lowalch":3800,"highalch":5700,"buy_limit":8,"wiki_name":"Bandos dragonhide set","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_dragonhide_set","price":993000},"13169":{"id":13169,"name":"Armadyl dragonhide set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":9500,"lowalch":3800,"highalch":5700,"buy_limit":8,"wiki_name":"Armadyl dragonhide set","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_dragonhide_set","price":1217263},"13171":{"id":13171,"name":"Ancient dragonhide set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":9500,"lowalch":3800,"highalch":5700,"buy_limit":8,"wiki_name":"Ancient dragonhide set","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_dragonhide_set","price":980500},"13173":{"id":13173,"name":"Partyhat set","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":5,"wiki_name":"Partyhat set","wiki_url":"https://oldschool.runescape.wiki/w/Partyhat_set","price":73773},"13175":{"id":13175,"name":"Halloween mask set","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":8,"lowalch":3,"highalch":4,"buy_limit":5,"wiki_name":"Halloween mask set","wiki_url":"https://oldschool.runescape.wiki/w/Halloween_mask_set","price":36803},"13177":{"id":13177,"name":"Venenatis spiderling","members":true,"cost":1,"wiki_name":"Venenatis spiderling","wiki_url":"https://oldschool.runescape.wiki/w/Venenatis_spiderling","price":0},"13178":{"id":13178,"name":"Callisto cub","members":true,"cost":1,"wiki_name":"Callisto cub","wiki_url":"https://oldschool.runescape.wiki/w/Callisto_cub","price":0},"13179":{"id":13179,"name":"Vet'ion jr.","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Vet'ion jr. (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Vet'ion_jr.#Normal","price":0},"13180":{"id":13180,"name":"Vet'ion jr.","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Vet'ion jr. (Reborn)","wiki_url":"https://oldschool.runescape.wiki/w/Vet'ion_jr.#Reborn","price":0},"13181":{"id":13181,"name":"Scorpia's offspring","members":true,"cost":1,"wiki_name":"Scorpia's offspring","wiki_url":"https://oldschool.runescape.wiki/w/Scorpia's_offspring","price":0},"13182":{"id":13182,"name":"Bunny feet","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bunny feet","wiki_url":"https://oldschool.runescape.wiki/w/Bunny_feet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"13183":{"id":13183,"name":"Empty blaster","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Empty blaster","wiki_url":"https://oldschool.runescape.wiki/w/Empty_blaster","price":0},"13184":{"id":13184,"name":"Incomplete blaster","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Incomplete blaster","wiki_url":"https://oldschool.runescape.wiki/w/Incomplete_blaster","price":0},"13185":{"id":13185,"name":"Easter blaster","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Easter blaster","wiki_url":"https://oldschool.runescape.wiki/w/Easter_blaster","price":0},"13186":{"id":13186,"name":"Volatile mineral","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Volatile mineral","wiki_url":"https://oldschool.runescape.wiki/w/Volatile_mineral","price":0},"13187":{"id":13187,"name":"Package","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Package","wiki_url":"https://oldschool.runescape.wiki/w/Package","price":0},"13188":{"id":13188,"name":"Diango's claws","cost":500,"lowalch":200,"highalch":300,"wiki_name":"Diango's claws","wiki_url":"https://oldschool.runescape.wiki/w/Diango's_claws","price":0},"13190":{"id":13190,"name":"Old school bond","tradeable":true,"tradeable_on_ge":true,"cost":2000000,"lowalch":800000,"highalch":1200000,"buy_limit":100,"wiki_name":"Old school bond (Tradeable)","wiki_url":"https://oldschool.runescape.wiki/w/Old_school_bond#Tradeable","price":12226628},"13192":{"id":13192,"name":"Old school bond (untradeable)","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old school bond (Untradeable)","wiki_url":"https://oldschool.runescape.wiki/w/Old_school_bond#Untradeable","price":0},"13193":{"id":13193,"name":"Bone bolt pack","members":true,"tradeable":true,"noteable":true,"cost":350,"lowalch":140,"highalch":210,"wiki_name":"Bone bolt pack","wiki_url":"https://oldschool.runescape.wiki/w/Bone_bolt_pack","price":0},"13195":{"id":13195,"name":"Oddskull","cost":1,"wiki_name":"Oddskull","wiki_url":"https://oldschool.runescape.wiki/w/Oddskull","price":0},"13196":{"id":13196,"name":"Tanzanite helm (uncharged)","members":true,"cost":110400,"lowalch":44160,"highalch":66240,"wiki_name":"Tanzanite helm (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Tanzanite_helm#Uncharged","price":0},"13197":{"id":13197,"name":"Tanzanite helm","members":true,"equipable":true,"equipable_by_player":true,"cost":110500,"lowalch":44200,"highalch":66300,"wiki_name":"Tanzanite helm (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Tanzanite_helm#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-5,"attack_ranged":-5,"defence_stab":52,"defence_slash":55,"defence_crush":58,"defence_magic":0,"defence_ranged":50,"melee_strength":5,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":75}},"price":0},"13198":{"id":13198,"name":"Magma helm (uncharged)","members":true,"cost":110400,"lowalch":44160,"highalch":66240,"wiki_name":"Magma helm (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Magma_helm#Uncharged","price":0},"13199":{"id":13199,"name":"Magma helm","members":true,"equipable":true,"equipable_by_player":true,"cost":110500,"lowalch":44200,"highalch":66300,"wiki_name":"Magma helm (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Magma_helm#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-5,"attack_ranged":-5,"defence_stab":52,"defence_slash":55,"defence_crush":58,"defence_magic":0,"defence_ranged":50,"melee_strength":5,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":75}},"price":0},"13200":{"id":13200,"name":"Tanzanite mutagen","members":true,"cost":9500,"lowalch":3800,"highalch":5700,"wiki_name":"Tanzanite mutagen","wiki_url":"https://oldschool.runescape.wiki/w/Tanzanite_mutagen","price":0},"13201":{"id":13201,"name":"Magma mutagen","members":true,"cost":9500,"lowalch":3800,"highalch":5700,"wiki_name":"Magma mutagen","wiki_url":"https://oldschool.runescape.wiki/w/Magma_mutagen","price":0},"13202":{"id":13202,"name":"Ring of the gods (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Ring of the gods (i) (Nightmare Zone)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_the_gods_(i)#Nightmare_Zone","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":1,"defence_ranged":1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":8,"slot":"ring","requirements":null},"price":0},"13203":{"id":13203,"name":"Mask of balance","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mask of balance","wiki_url":"https://oldschool.runescape.wiki/w/Mask_of_balance","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"13204":{"id":13204,"name":"Platinum token","tradeable":true,"stackable":true,"cost":1000,"wiki_name":"Platinum token","wiki_url":"https://oldschool.runescape.wiki/w/Platinum_token","price":0},"13205":{"id":13205,"name":"Rotten egg","cost":1,"wiki_name":"Rotten egg","wiki_url":"https://oldschool.runescape.wiki/w/Rotten_egg","price":0},"13215":{"id":13215,"name":"Tiger toy","cost":100,"lowalch":40,"highalch":60,"wiki_name":"Tiger toy","wiki_url":"https://oldschool.runescape.wiki/w/Tiger_toy","price":0},"13216":{"id":13216,"name":"Lion toy","cost":100,"lowalch":40,"highalch":60,"wiki_name":"Lion toy","wiki_url":"https://oldschool.runescape.wiki/w/Lion_toy","price":0},"13217":{"id":13217,"name":"Snow leopard toy","cost":100,"lowalch":40,"highalch":60,"wiki_name":"Snow leopard toy","wiki_url":"https://oldschool.runescape.wiki/w/Snow_leopard_toy","price":0},"13218":{"id":13218,"name":"Amur leopard toy","cost":100,"lowalch":40,"highalch":60,"wiki_name":"Amur leopard toy","wiki_url":"https://oldschool.runescape.wiki/w/Amur_leopard_toy","price":0},"13221":{"id":13221,"name":"Music cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Music cape (Untrimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Music_cape#Untrimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"13222":{"id":13222,"name":"Music cape(t)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Music cape (Trimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Music_cape#Trimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"cape","requirements":null},"price":0},"13223":{"id":13223,"name":"Music hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Music hood","wiki_url":"https://oldschool.runescape.wiki/w/Music_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"13225":{"id":13225,"name":"Tzrek-jad","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tzrek-jad (TzRek-Jad)","wiki_url":"https://oldschool.runescape.wiki/w/Tzrek-jad#TzRek-Jad","price":0},"13226":{"id":13226,"name":"Herb sack","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Herb sack (Closed)","wiki_url":"https://oldschool.runescape.wiki/w/Herb_sack#Closed","price":0},"13227":{"id":13227,"name":"Eternal crystal","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":45000,"lowalch":18000,"highalch":27000,"buy_limit":15,"wiki_name":"Eternal crystal","wiki_url":"https://oldschool.runescape.wiki/w/Eternal_crystal","price":6816056},"13229":{"id":13229,"name":"Pegasian crystal","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":45000,"lowalch":18000,"highalch":27000,"buy_limit":15,"wiki_name":"Pegasian crystal","wiki_url":"https://oldschool.runescape.wiki/w/Pegasian_crystal","price":214582},"13231":{"id":13231,"name":"Primordial crystal","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":45000,"lowalch":18000,"highalch":27000,"buy_limit":15,"wiki_name":"Primordial crystal","wiki_url":"https://oldschool.runescape.wiki/w/Primordial_crystal","price":30771160},"13233":{"id":13233,"name":"Smouldering stone","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":45000,"lowalch":18000,"highalch":27000,"buy_limit":5,"wiki_name":"Smouldering stone","wiki_url":"https://oldschool.runescape.wiki/w/Smouldering_stone","price":3809874},"13235":{"id":13235,"name":"Eternal boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":75000,"lowalch":30000,"highalch":45000,"buy_limit":15,"wiki_name":"Eternal boots","wiki_url":"https://oldschool.runescape.wiki/w/Eternal_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":8,"attack_ranged":0,"defence_stab":5,"defence_slash":5,"defence_crush":5,"defence_magic":8,"defence_ranged":5,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"feet","requirements":{"magic":75,"defence":75}},"price":7263500},"13237":{"id":13237,"name":"Pegasian boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":75000,"lowalch":30000,"highalch":45000,"buy_limit":15,"wiki_name":"Pegasian boots","wiki_url":"https://oldschool.runescape.wiki/w/Pegasian_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-12,"attack_ranged":12,"defence_stab":5,"defence_slash":5,"defence_crush":5,"defence_magic":5,"defence_ranged":5,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"ranged":75,"defence":75}},"price":31860246},"13239":{"id":13239,"name":"Primordial boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":75000,"lowalch":30000,"highalch":45000,"buy_limit":15,"wiki_name":"Primordial boots","wiki_url":"https://oldschool.runescape.wiki/w/Primordial_boots","equipment":{"attack_stab":2,"attack_slash":2,"attack_crush":2,"attack_magic":-4,"attack_ranged":-1,"defence_stab":22,"defence_slash":22,"defence_crush":22,"defence_magic":0,"defence_ranged":0,"melee_strength":5,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"defence":75,"strength":75}},"price":30889276},"13241":{"id":13241,"name":"Infernal axe","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":99801,"lowalch":39920,"highalch":59880,"wiki_name":"Infernal axe (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Infernal_axe#Charged","equipment":{"attack_stab":-2,"attack_slash":38,"attack_crush":32,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":60}},"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":0},"13242":{"id":13242,"name":"Infernal axe (uncharged)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":99800,"lowalch":39920,"highalch":59880,"wiki_name":"Infernal axe (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Infernal_axe#Uncharged","equipment":{"attack_stab":-2,"attack_slash":38,"attack_crush":32,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":60}},"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":0},"13243":{"id":13243,"name":"Infernal pickaxe","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":99801,"lowalch":39920,"highalch":59880,"wiki_name":"Infernal pickaxe (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Infernal_pickaxe#Charged","equipment":{"attack_stab":38,"attack_slash":-2,"attack_crush":32,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":60}},"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":0},"13244":{"id":13244,"name":"Infernal pickaxe (uncharged)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":99800,"lowalch":39920,"highalch":59880,"wiki_name":"Infernal pickaxe (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Infernal_pickaxe#Uncharged","equipment":{"attack_stab":38,"attack_slash":-2,"attack_crush":32,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":60}},"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":0},"13245":{"id":13245,"name":"Jar of souls","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Jar of souls","wiki_url":"https://oldschool.runescape.wiki/w/Jar_of_souls","price":110048},"13247":{"id":13247,"name":"Hellpuppy","members":true,"cost":1,"wiki_name":"Hellpuppy","wiki_url":"https://oldschool.runescape.wiki/w/Hellpuppy","price":0},"13248":{"id":13248,"name":"Key master's key","members":true,"cost":1,"wiki_name":"Key master's key","wiki_url":"https://oldschool.runescape.wiki/w/Key_master's_key","price":0},"13249":{"id":13249,"name":"Key master teleport","members":true,"stackable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Key master teleport","wiki_url":"https://oldschool.runescape.wiki/w/Key_master_teleport","price":0},"13250":{"id":13250,"name":"Plant pot pack","members":true,"tradeable":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Plant pot pack","wiki_url":"https://oldschool.runescape.wiki/w/Plant_pot_pack","price":0},"13252":{"id":13252,"name":"Sack pack","members":true,"tradeable":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Sack pack","wiki_url":"https://oldschool.runescape.wiki/w/Sack_pack","price":0},"13254":{"id":13254,"name":"Basket pack","members":true,"tradeable":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Basket pack","wiki_url":"https://oldschool.runescape.wiki/w/Basket_pack","price":0},"13256":{"id":13256,"name":"Saradomin's light","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":34600,"lowalch":13840,"highalch":20760,"buy_limit":5,"wiki_name":"Saradomin's light","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin's_light","price":109945},"13258":{"id":13258,"name":"Angler hat","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Angler hat","wiki_url":"https://oldschool.runescape.wiki/w/Angler_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"13259":{"id":13259,"name":"Angler top","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Angler top","wiki_url":"https://oldschool.runescape.wiki/w/Angler_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"13260":{"id":13260,"name":"Angler waders","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Angler waders","wiki_url":"https://oldschool.runescape.wiki/w/Angler_waders","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"13261":{"id":13261,"name":"Angler boots","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Angler boots","wiki_url":"https://oldschool.runescape.wiki/w/Angler_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"13262":{"id":13262,"name":"Abyssal orphan","members":true,"cost":1,"wiki_name":"Abyssal orphan","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_orphan","price":0},"13263":{"id":13263,"name":"Abyssal bludgeon","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":260000,"lowalch":104000,"highalch":156000,"buy_limit":8,"wiki_name":"Abyssal bludgeon","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_bludgeon","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":102,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":85,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"strength":70}},"weapon":{"attack_speed":4,"weapon_type":"bludgeon","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"aggressive","experience":"defence","boosts":null}]},"price":14087378},"13265":{"id":13265,"name":"Abyssal dagger","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":115001,"lowalch":46000,"highalch":69000,"buy_limit":8,"wiki_name":"Abyssal dagger (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_dagger#Unpoisoned","equipment":{"attack_stab":75,"attack_slash":40,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":75,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":70}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":3531136},"13267":{"id":13267,"name":"Abyssal dagger (p)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":115002,"lowalch":46000,"highalch":69001,"buy_limit":8,"wiki_name":"Abyssal dagger (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_dagger#Poison","equipment":{"attack_stab":75,"attack_slash":40,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":75,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":70}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":3651000},"13269":{"id":13269,"name":"Abyssal dagger (p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":115003,"lowalch":46001,"highalch":69001,"buy_limit":8,"wiki_name":"Abyssal dagger (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_dagger#Poison+","equipment":{"attack_stab":75,"attack_slash":40,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":75,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":70}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":3230500},"13271":{"id":13271,"name":"Abyssal dagger (p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":115004,"lowalch":46001,"highalch":69002,"buy_limit":8,"wiki_name":"Abyssal dagger (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_dagger#Poison++","equipment":{"attack_stab":75,"attack_slash":40,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":75,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":70}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":3444297},"13273":{"id":13273,"name":"Unsired","members":true,"cost":140000,"wiki_name":"Unsired","wiki_url":"https://oldschool.runescape.wiki/w/Unsired","price":0},"13274":{"id":13274,"name":"Bludgeon spine","members":true,"cost":230000,"lowalch":92000,"highalch":138000,"wiki_name":"Bludgeon spine","wiki_url":"https://oldschool.runescape.wiki/w/Bludgeon_spine","price":0},"13275":{"id":13275,"name":"Bludgeon claw","members":true,"cost":230000,"lowalch":92000,"highalch":138000,"wiki_name":"Bludgeon claw","wiki_url":"https://oldschool.runescape.wiki/w/Bludgeon_claw","price":0},"13276":{"id":13276,"name":"Bludgeon axon","members":true,"cost":230000,"lowalch":92000,"highalch":138000,"wiki_name":"Bludgeon axon","wiki_url":"https://oldschool.runescape.wiki/w/Bludgeon_axon","price":0},"13277":{"id":13277,"name":"Jar of miasma","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Jar of miasma","wiki_url":"https://oldschool.runescape.wiki/w/Jar_of_miasma","price":34210},"13279":{"id":13279,"name":"Overseer's book","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Overseer's book","wiki_url":"https://oldschool.runescape.wiki/w/Overseer's_book","price":0},"13280":{"id":13280,"name":"Max cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Max cape (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Max_cape#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"cape","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"13281":{"id":13281,"name":"Max hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Max hood","wiki_url":"https://oldschool.runescape.wiki/w/Max_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"13283":{"id":13283,"name":"Gravedigger mask","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gravedigger mask (Reward)","wiki_url":"https://oldschool.runescape.wiki/w/Gravedigger_mask#Reward","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"13284":{"id":13284,"name":"Gravedigger top","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gravedigger top (Reward)","wiki_url":"https://oldschool.runescape.wiki/w/Gravedigger_top#Reward","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"13285":{"id":13285,"name":"Gravedigger leggings","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gravedigger leggings (Reward)","wiki_url":"https://oldschool.runescape.wiki/w/Gravedigger_leggings#Reward","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"13286":{"id":13286,"name":"Gravedigger boots","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gravedigger boots (Reward)","wiki_url":"https://oldschool.runescape.wiki/w/Gravedigger_boots#Reward","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"13287":{"id":13287,"name":"Gravedigger gloves","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gravedigger gloves (Reward)","wiki_url":"https://oldschool.runescape.wiki/w/Gravedigger_gloves#Reward","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"13288":{"id":13288,"name":"Anti-panties","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Anti-panties (Reward)","wiki_url":"https://oldschool.runescape.wiki/w/Anti-panties#Reward","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"13302":{"id":13302,"name":"Bank key","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bank key (1st)","wiki_url":"https://oldschool.runescape.wiki/w/Bank_key#1st","price":0},"13303":{"id":13303,"name":"Bank key","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bank key (2nd)","wiki_url":"https://oldschool.runescape.wiki/w/Bank_key#2nd","price":0},"13304":{"id":13304,"name":"Bank key","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bank key (3rd)","wiki_url":"https://oldschool.runescape.wiki/w/Bank_key#3rd","price":0},"13305":{"id":13305,"name":"Bank key","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bank key (4th)","wiki_url":"https://oldschool.runescape.wiki/w/Bank_key#4th","price":0},"13306":{"id":13306,"name":"Bank key","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bank key (5th)","wiki_url":"https://oldschool.runescape.wiki/w/Bank_key#5th","price":0},"13307":{"id":13307,"name":"Blood money","stackable":true,"cost":1,"wiki_name":"Blood money","wiki_url":"https://oldschool.runescape.wiki/w/Blood_money","price":0},"13317":{"id":13317,"name":"Deadman's chest","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Deadman's chest (Deadman Mode)","wiki_url":"https://oldschool.runescape.wiki/w/Deadman's_chest#Deadman_Mode","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-10,"defence_stab":21,"defence_slash":20,"defence_crush":12,"defence_magic":-6,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"13318":{"id":13318,"name":"Deadman's legs","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Deadman's legs (Deadman Mode)","wiki_url":"https://oldschool.runescape.wiki/w/Deadman's_legs#Deadman_Mode","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-7,"defence_stab":11,"defence_slash":10,"defence_crush":10,"defence_magic":-4,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"13319":{"id":13319,"name":"Deadman's cape","equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Deadman's cape (Deadman Mode)","wiki_url":"https://oldschool.runescape.wiki/w/Deadman's_cape#Deadman_Mode","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"13320":{"id":13320,"name":"Heron","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Heron (Regular)","wiki_url":"https://oldschool.runescape.wiki/w/Heron#Regular","price":0},"13321":{"id":13321,"name":"Rock golem","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rock golem (Rock)","wiki_url":"https://oldschool.runescape.wiki/w/Rock_golem#Rock","price":0},"13322":{"id":13322,"name":"Beaver","members":true,"cost":1,"wiki_name":"Beaver","wiki_url":"https://oldschool.runescape.wiki/w/Beaver","price":0},"13323":{"id":13323,"name":"Baby chinchompa","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Baby chinchompa (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Baby_chinchompa#Red","price":0},"13324":{"id":13324,"name":"Baby chinchompa","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Baby chinchompa (Grey)","wiki_url":"https://oldschool.runescape.wiki/w/Baby_chinchompa#Grey","price":0},"13325":{"id":13325,"name":"Baby chinchompa","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Baby chinchompa (Black)","wiki_url":"https://oldschool.runescape.wiki/w/Baby_chinchompa#Black","price":0},"13326":{"id":13326,"name":"Baby chinchompa","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Baby chinchompa (Gold)","wiki_url":"https://oldschool.runescape.wiki/w/Baby_chinchompa#Gold","price":0},"13327":{"id":13327,"name":"Rotten onion","cost":0,"wiki_name":"Rotten onion","wiki_url":"https://oldschool.runescape.wiki/w/Rotten_onion","price":0},"13328":{"id":13328,"name":"Green banner","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":49,"lowalch":19,"highalch":29,"wiki_name":"Green banner","wiki_url":"https://oldschool.runescape.wiki/w/Green_banner","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13329":{"id":13329,"name":"Fire max cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Fire max cape (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Fire_max_cape#Normal","equipment":{"attack_stab":1,"attack_slash":1,"attack_crush":1,"attack_magic":1,"attack_ranged":1,"defence_stab":11,"defence_slash":11,"defence_crush":11,"defence_magic":11,"defence_ranged":11,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"cape","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"13330":{"id":13330,"name":"Fire max hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fire max hood","wiki_url":"https://oldschool.runescape.wiki/w/Fire_max_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"13331":{"id":13331,"name":"Saradomin max cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"wiki_name":"Saradomin max cape","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_max_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":10,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":2,"defence_magic":10,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"13332":{"id":13332,"name":"Saradomin max hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Saradomin max hood","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_max_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"13333":{"id":13333,"name":"Zamorak max cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"wiki_name":"Zamorak max cape","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_max_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":10,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":2,"defence_magic":10,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"13334":{"id":13334,"name":"Zamorak max hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Zamorak max hood","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_max_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"13335":{"id":13335,"name":"Guthix max cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"wiki_name":"Guthix max cape","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_max_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":10,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":2,"defence_magic":10,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"13336":{"id":13336,"name":"Guthix max hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Guthix max hood","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_max_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"13337":{"id":13337,"name":"Accumulator max cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"wiki_name":"Accumulator max cape","wiki_url":"https://oldschool.runescape.wiki/w/Accumulator_max_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":4,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"13338":{"id":13338,"name":"Accumulator max hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Accumulator max hood","wiki_url":"https://oldschool.runescape.wiki/w/Accumulator_max_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"13339":{"id":13339,"name":"Sacred eel","members":true,"cost":140,"lowalch":56,"highalch":84,"wiki_name":"Sacred eel","wiki_url":"https://oldschool.runescape.wiki/w/Sacred_eel","price":0},"13343":{"id":13343,"name":"Black santa hat","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Black santa hat","wiki_url":"https://oldschool.runescape.wiki/w/Black_santa_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"13344":{"id":13344,"name":"Inverted santa hat","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Inverted santa hat","wiki_url":"https://oldschool.runescape.wiki/w/Inverted_santa_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"13345":{"id":13345,"name":"Anti-present","cost":1,"wiki_name":"Anti-present","wiki_url":"https://oldschool.runescape.wiki/w/Anti-present","price":0},"13346":{"id":13346,"name":"Present","cost":1,"wiki_name":"Present (Christmas 2015)","wiki_url":"https://oldschool.runescape.wiki/w/Present_(Christmas_2015)","price":0},"13347":{"id":13347,"name":"Vial of tears (empty)","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Vial of tears (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Vial_of_tears#Empty","price":0},"13348":{"id":13348,"name":"Vial of tears (1)","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Vial of tears (1)","wiki_url":"https://oldschool.runescape.wiki/w/Vial_of_tears#(1)","price":0},"13349":{"id":13349,"name":"Vial of tears (2)","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Vial of tears (2)","wiki_url":"https://oldschool.runescape.wiki/w/Vial_of_tears#(2)","price":0},"13350":{"id":13350,"name":"Vial of tears (3)","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Vial of tears (3)","wiki_url":"https://oldschool.runescape.wiki/w/Vial_of_tears#(3)","price":0},"13351":{"id":13351,"name":"Vial of tears (full)","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Vial of tears (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Vial_of_tears#Full","price":0},"13352":{"id":13352,"name":"Vial of sorrow","cost":1,"wiki_name":"Vial of sorrow","wiki_url":"https://oldschool.runescape.wiki/w/Vial_of_sorrow","price":0},"13353":{"id":13353,"name":"Gricoller's can","members":true,"cost":1200,"lowalch":480,"highalch":720,"wiki_name":"Gricoller's can","wiki_url":"https://oldschool.runescape.wiki/w/Gricoller's_can","price":0},"13354":{"id":13354,"name":"Lovakite bar","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Lovakite bar","wiki_url":"https://oldschool.runescape.wiki/w/Lovakite_bar","price":0},"13355":{"id":13355,"name":"Juniper logs","members":true,"cost":80,"lowalch":32,"highalch":48,"wiki_name":"Juniper logs","wiki_url":"https://oldschool.runescape.wiki/w/Juniper_logs","price":0},"13356":{"id":13356,"name":"Lovakite ore","members":true,"cost":80,"lowalch":32,"highalch":48,"wiki_name":"Lovakite ore","wiki_url":"https://oldschool.runescape.wiki/w/Lovakite_ore","price":0},"13357":{"id":13357,"name":"Shayzien gloves (1)","members":true,"equipable":true,"equipable_by_player":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Shayzien gloves (1)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_gloves_(1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":1,"defence_magic":-1,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"defence":20}},"price":0},"13358":{"id":13358,"name":"Shayzien boots (1)","members":true,"equipable":true,"equipable_by_player":true,"cost":25,"lowalch":10,"highalch":15,"wiki_name":"Shayzien boots (1)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_boots_(1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-2,"attack_ranged":-1,"defence_stab":1,"defence_slash":2,"defence_crush":3,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"defence":20}},"price":0},"13359":{"id":13359,"name":"Shayzien helm (1)","members":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Shayzien helm (1)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_helm_(1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-5,"attack_ranged":-2,"defence_stab":3,"defence_slash":5,"defence_crush":4,"defence_magic":-1,"defence_ranged":5,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":20}},"price":0},"13360":{"id":13360,"name":"Shayzien greaves (1)","members":true,"equipable":true,"equipable_by_player":true,"cost":35,"lowalch":14,"highalch":21,"wiki_name":"Shayzien greaves (1)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_greaves_(1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":-2,"defence_stab":10,"defence_slash":9,"defence_crush":8,"defence_magic":-2,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":20}},"price":0},"13361":{"id":13361,"name":"Shayzien platebody (1)","members":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Shayzien platebody (1)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_platebody_(1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-5,"attack_ranged":0,"defence_stab":16,"defence_slash":20,"defence_crush":22,"defence_magic":-2,"defence_ranged":16,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":20}},"price":0},"13362":{"id":13362,"name":"Shayzien gloves (2)","members":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Shayzien gloves (2)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_gloves_(2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":1,"attack_magic":-1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":1,"defence_magic":-1,"defence_ranged":0,"melee_strength":1,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"defence":20}},"price":0},"13363":{"id":13363,"name":"Shayzien boots (2)","members":true,"equipable":true,"equipable_by_player":true,"cost":35,"lowalch":14,"highalch":21,"wiki_name":"Shayzien boots (2)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_boots_(2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-2,"attack_ranged":-1,"defence_stab":2,"defence_slash":3,"defence_crush":4,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"defence":20}},"price":0},"13364":{"id":13364,"name":"Shayzien helm (2)","members":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Shayzien helm (2)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_helm_(2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-5,"attack_ranged":-2,"defence_stab":5,"defence_slash":8,"defence_crush":6,"defence_magic":-1,"defence_ranged":7,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":20}},"price":0},"13365":{"id":13365,"name":"Shayzien greaves (2)","members":true,"equipable":true,"equipable_by_player":true,"cost":45,"lowalch":18,"highalch":27,"wiki_name":"Shayzien greaves (2)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_greaves_(2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-14,"attack_ranged":-3,"defence_stab":14,"defence_slash":13,"defence_crush":12,"defence_magic":-3,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":20}},"price":0},"13366":{"id":13366,"name":"Shayzien platebody (2)","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Shayzien platebody (2)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_platebody_(2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-7,"attack_ranged":0,"defence_stab":20,"defence_slash":25,"defence_crush":30,"defence_magic":-3,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":20}},"price":0},"13367":{"id":13367,"name":"Shayzien gloves (3)","members":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Shayzien gloves (3)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_gloves_(3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":2,"attack_magic":-1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":1,"defence_magic":-1,"defence_ranged":0,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"defence":20}},"price":0},"13368":{"id":13368,"name":"Shayzien boots (3)","members":true,"equipable":true,"equipable_by_player":true,"cost":45,"lowalch":18,"highalch":27,"wiki_name":"Shayzien boots (3)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_boots_(3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-2,"attack_ranged":-1,"defence_stab":4,"defence_slash":5,"defence_crush":6,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"defence":20}},"price":0},"13369":{"id":13369,"name":"Shayzien helm (3)","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Shayzien helm (3)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_helm_(3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":7,"defence_slash":10,"defence_crush":8,"defence_magic":-2,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":20}},"price":0},"13370":{"id":13370,"name":"Shayzien greaves (3)","members":true,"equipable":true,"equipable_by_player":true,"cost":55,"lowalch":22,"highalch":33,"wiki_name":"Shayzien greaves (3)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_greaves_(3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-17,"attack_ranged":-4,"defence_stab":17,"defence_slash":16,"defence_crush":15,"defence_magic":-3,"defence_ranged":17,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":20}},"price":0},"13371":{"id":13371,"name":"Shayzien platebody (3)","members":true,"equipable":true,"equipable_by_player":true,"cost":60,"lowalch":24,"highalch":36,"wiki_name":"Shayzien platebody (3)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_platebody_(3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":0,"defence_stab":25,"defence_slash":32,"defence_crush":35,"defence_magic":-3,"defence_ranged":22,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":20}},"price":0},"13372":{"id":13372,"name":"Shayzien gloves (4)","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Shayzien gloves (4)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_gloves_(4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":2,"attack_magic":-1,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":2,"defence_magic":-1,"defence_ranged":1,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"defence":20}},"price":0},"13373":{"id":13373,"name":"Shayzien boots (4)","members":true,"equipable":true,"equipable_by_player":true,"cost":55,"lowalch":22,"highalch":33,"wiki_name":"Shayzien boots (4)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_boots_(4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-2,"attack_ranged":-1,"defence_stab":5,"defence_slash":6,"defence_crush":7,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"defence":20}},"price":0},"13374":{"id":13374,"name":"Shayzien helm (4)","members":true,"equipable":true,"equipable_by_player":true,"cost":60,"lowalch":24,"highalch":36,"wiki_name":"Shayzien helm (4)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_helm_(4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":8,"defence_slash":12,"defence_crush":10,"defence_magic":-2,"defence_ranged":11,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":20}},"price":0},"13375":{"id":13375,"name":"Shayzien greaves (4)","members":true,"equipable":true,"equipable_by_player":true,"cost":65,"lowalch":26,"highalch":39,"wiki_name":"Shayzien greaves (4)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_greaves_(4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-20,"attack_ranged":-5,"defence_stab":20,"defence_slash":19,"defence_crush":18,"defence_magic":-4,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":20}},"price":0},"13376":{"id":13376,"name":"Shayzien platebody (4)","members":true,"equipable":true,"equipable_by_player":true,"cost":70,"lowalch":28,"highalch":42,"wiki_name":"Shayzien platebody (4)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_platebody_(4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-9,"attack_ranged":0,"defence_stab":28,"defence_slash":35,"defence_crush":37,"defence_magic":-4,"defence_ranged":25,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":20}},"price":0},"13377":{"id":13377,"name":"Shayzien gloves (5)","members":true,"equipable":true,"equipable_by_player":true,"cost":60,"lowalch":24,"highalch":36,"wiki_name":"Shayzien gloves (5)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_gloves_(5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":2,"attack_magic":-1,"attack_ranged":6,"defence_stab":0,"defence_slash":2,"defence_crush":3,"defence_magic":-1,"defence_ranged":2,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"defence":20}},"price":0},"13378":{"id":13378,"name":"Shayzien boots (5)","members":true,"equipable":true,"equipable_by_player":true,"cost":65,"lowalch":26,"highalch":39,"wiki_name":"Shayzien boots (5)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_boots_(5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-2,"attack_ranged":4,"defence_stab":5,"defence_slash":7,"defence_crush":8,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"defence":20}},"price":0},"13379":{"id":13379,"name":"Shayzien helm (5)","members":true,"equipable":true,"equipable_by_player":true,"cost":70,"lowalch":28,"highalch":42,"wiki_name":"Shayzien helm (5)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_helm_(5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":4,"defence_stab":10,"defence_slash":14,"defence_crush":12,"defence_magic":-2,"defence_ranged":13,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":20}},"price":0},"13380":{"id":13380,"name":"Shayzien greaves (5)","members":true,"equipable":true,"equipable_by_player":true,"cost":75,"lowalch":30,"highalch":45,"wiki_name":"Shayzien greaves (5)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_greaves_(5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-20,"attack_ranged":6,"defence_stab":23,"defence_slash":22,"defence_crush":21,"defence_magic":-4,"defence_ranged":23,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":20}},"price":0},"13381":{"id":13381,"name":"Shayzien body (5)","members":true,"equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"wiki_name":"Shayzien body (5)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_body_(5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":10,"defence_stab":20,"defence_slash":24,"defence_crush":28,"defence_magic":-4,"defence_ranged":27,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":20}},"price":0},"13382":{"id":13382,"name":"Shayzien medpack","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Shayzien medpack","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_medpack","price":0},"13383":{"id":13383,"name":"Xerician fabric","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":13000,"wiki_name":"Xerician fabric","wiki_url":"https://oldschool.runescape.wiki/w/Xerician_fabric","price":548},"13385":{"id":13385,"name":"Xerician hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":60,"lowalch":24,"highalch":36,"buy_limit":125,"wiki_name":"Xerician hat","wiki_url":"https://oldschool.runescape.wiki/w/Xerician_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"magic":20,"defence":10}},"price":1757},"13387":{"id":13387,"name":"Xerician top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":125,"wiki_name":"Xerician top","wiki_url":"https://oldschool.runescape.wiki/w/Xerician_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":6,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":10,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"magic":20,"defence":10}},"price":4043},"13389":{"id":13389,"name":"Xerician robe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":70,"lowalch":28,"highalch":42,"buy_limit":125,"wiki_name":"Xerician robe","wiki_url":"https://oldschool.runescape.wiki/w/Xerician_robe","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":7,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"magic":20,"defence":10}},"price":3724},"13391":{"id":13391,"name":"Lizardman fang","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":60,"lowalch":24,"highalch":36,"buy_limit":13000,"wiki_name":"Lizardman fang","wiki_url":"https://oldschool.runescape.wiki/w/Lizardman_fang","price":17},"13392":{"id":13392,"name":"Xeric's talisman (inert)","members":true,"equipable":true,"equipable_by_player":true,"cost":350,"lowalch":140,"highalch":210,"wiki_name":"Xeric's talisman (Inert)","wiki_url":"https://oldschool.runescape.wiki/w/Xeric's_talisman#Inert","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":2,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"13393":{"id":13393,"name":"Xeric's talisman","members":true,"equipable":true,"equipable_by_player":true,"cost":351,"lowalch":140,"highalch":210,"wiki_name":"Xeric's talisman (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Xeric's_talisman#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"13394":{"id":13394,"name":"Gang meeting info","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Gang meeting info","wiki_url":"https://oldschool.runescape.wiki/w/Gang_meeting_info","price":0},"13395":{"id":13395,"name":"Intelligence","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Intelligence","wiki_url":"https://oldschool.runescape.wiki/w/Intelligence","price":0},"13396":{"id":13396,"name":"Training manual","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Training manual","wiki_url":"https://oldschool.runescape.wiki/w/Training_manual","price":0},"13397":{"id":13397,"name":"Servery flour","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Servery flour","wiki_url":"https://oldschool.runescape.wiki/w/Servery_flour","price":0},"13398":{"id":13398,"name":"Servery pastry dough","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Servery pastry dough","wiki_url":"https://oldschool.runescape.wiki/w/Servery_pastry_dough","price":0},"13399":{"id":13399,"name":"Servery raw meat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Servery raw meat","wiki_url":"https://oldschool.runescape.wiki/w/Servery_raw_meat","price":0},"13400":{"id":13400,"name":"Servery dish","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Servery dish","wiki_url":"https://oldschool.runescape.wiki/w/Servery_dish","price":0},"13401":{"id":13401,"name":"Servery pie shell","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Servery pie shell","wiki_url":"https://oldschool.runescape.wiki/w/Servery_pie_shell","price":0},"13402":{"id":13402,"name":"Servery uncooked pie","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Servery uncooked pie","wiki_url":"https://oldschool.runescape.wiki/w/Servery_uncooked_pie","price":0},"13403":{"id":13403,"name":"Servery meat pie","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Servery meat pie","wiki_url":"https://oldschool.runescape.wiki/w/Servery_meat_pie","price":0},"13404":{"id":13404,"name":"Servery pizza base","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Servery pizza base","wiki_url":"https://oldschool.runescape.wiki/w/Servery_pizza_base","price":0},"13405":{"id":13405,"name":"Servery tomato","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Servery tomato","wiki_url":"https://oldschool.runescape.wiki/w/Servery_tomato","price":0},"13406":{"id":13406,"name":"Servery incomplete pizza","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Servery incomplete pizza","wiki_url":"https://oldschool.runescape.wiki/w/Servery_incomplete_pizza","price":0},"13407":{"id":13407,"name":"Servery cheese","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Servery cheese","wiki_url":"https://oldschool.runescape.wiki/w/Servery_cheese","price":0},"13408":{"id":13408,"name":"Servery uncooked pizza","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Servery uncooked pizza","wiki_url":"https://oldschool.runescape.wiki/w/Servery_uncooked_pizza","price":0},"13409":{"id":13409,"name":"Servery plain pizza","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Servery plain pizza","wiki_url":"https://oldschool.runescape.wiki/w/Servery_plain_pizza","price":0},"13410":{"id":13410,"name":"Servery pineapple","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Servery pineapple","wiki_url":"https://oldschool.runescape.wiki/w/Servery_pineapple","price":0},"13411":{"id":13411,"name":"Servery pineapple chunks","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Servery pineapple chunks","wiki_url":"https://oldschool.runescape.wiki/w/Servery_pineapple_chunks","price":0},"13412":{"id":13412,"name":"Servery pineapple pizza","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Servery pineapple pizza","wiki_url":"https://oldschool.runescape.wiki/w/Servery_pineapple_pizza","price":0},"13413":{"id":13413,"name":"Servery cooked meat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Servery cooked meat","wiki_url":"https://oldschool.runescape.wiki/w/Servery_cooked_meat","price":0},"13414":{"id":13414,"name":"Servery potato","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Servery potato","wiki_url":"https://oldschool.runescape.wiki/w/Servery_potato","price":0},"13415":{"id":13415,"name":"Servery incomplete stew","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Servery incomplete stew (Potato)","wiki_url":"https://oldschool.runescape.wiki/w/Servery_incomplete_stew#Potato","price":0},"13416":{"id":13416,"name":"Servery incomplete stew","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Servery incomplete stew (Meat)","wiki_url":"https://oldschool.runescape.wiki/w/Servery_incomplete_stew#Meat","price":0},"13417":{"id":13417,"name":"Servery uncooked stew","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Servery uncooked stew","wiki_url":"https://oldschool.runescape.wiki/w/Servery_uncooked_stew","price":0},"13418":{"id":13418,"name":"Servery stew","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Servery stew","wiki_url":"https://oldschool.runescape.wiki/w/Servery_stew","price":0},"13419":{"id":13419,"name":"Sulphurous fertiliser","members":true,"cost":48,"lowalch":19,"highalch":28,"wiki_name":"Sulphurous fertiliser","wiki_url":"https://oldschool.runescape.wiki/w/Sulphurous_fertiliser","price":0},"13420":{"id":13420,"name":"Gricoller's fertiliser","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gricoller's fertiliser","wiki_url":"https://oldschool.runescape.wiki/w/Gricoller's_fertiliser","price":0},"13421":{"id":13421,"name":"Saltpetre","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":13000,"wiki_name":"Saltpetre","wiki_url":"https://oldschool.runescape.wiki/w/Saltpetre","price":10},"13423":{"id":13423,"name":"Golovanova seed","members":true,"stackable":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Golovanova seed","wiki_url":"https://oldschool.runescape.wiki/w/Golovanova_seed","price":0},"13424":{"id":13424,"name":"Bologano seed","members":true,"stackable":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Bologano seed","wiki_url":"https://oldschool.runescape.wiki/w/Bologano_seed","price":0},"13425":{"id":13425,"name":"Logavano seed","members":true,"stackable":true,"cost":6,"lowalch":2,"highalch":3,"wiki_name":"Logavano seed","wiki_url":"https://oldschool.runescape.wiki/w/Logavano_seed","price":0},"13426":{"id":13426,"name":"Golovanova fruit","members":true,"stackable":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Golovanova fruit","wiki_url":"https://oldschool.runescape.wiki/w/Golovanova_fruit","price":0},"13427":{"id":13427,"name":"Bologano fruit","members":true,"stackable":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Bologano fruit","wiki_url":"https://oldschool.runescape.wiki/w/Bologano_fruit","price":0},"13428":{"id":13428,"name":"Logavano fruit","members":true,"stackable":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Logavano fruit","wiki_url":"https://oldschool.runescape.wiki/w/Logavano_fruit","price":0},"13429":{"id":13429,"name":"Fresh fish","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Fresh fish","wiki_url":"https://oldschool.runescape.wiki/w/Fresh_fish","price":0},"13430":{"id":13430,"name":"Bucket of sandworms","members":true,"cost":90,"lowalch":36,"highalch":54,"wiki_name":"Bucket of sandworms","wiki_url":"https://oldschool.runescape.wiki/w/Bucket_of_sandworms","price":0},"13431":{"id":13431,"name":"Sandworms","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":8000,"wiki_name":"Sandworms","wiki_url":"https://oldschool.runescape.wiki/w/Sandworms","price":120},"13432":{"id":13432,"name":"Sandworms pack","tradeable":true,"noteable":true,"cost":9000,"lowalch":3600,"highalch":5400,"wiki_name":"Sandworms pack","wiki_url":"https://oldschool.runescape.wiki/w/Sandworms_pack","price":0},"13434":{"id":13434,"name":"Stolen pendant","members":true,"cost":1,"wiki_name":"Stolen pendant","wiki_url":"https://oldschool.runescape.wiki/w/Stolen_pendant","price":0},"13435":{"id":13435,"name":"Stolen garnet ring","members":true,"cost":1,"wiki_name":"Stolen garnet ring","wiki_url":"https://oldschool.runescape.wiki/w/Stolen_garnet_ring","price":0},"13436":{"id":13436,"name":"Stolen circlet","members":true,"cost":1,"wiki_name":"Stolen circlet","wiki_url":"https://oldschool.runescape.wiki/w/Stolen_circlet","price":0},"13437":{"id":13437,"name":"Stolen family heirloom","members":true,"cost":1,"wiki_name":"Stolen family heirloom","wiki_url":"https://oldschool.runescape.wiki/w/Stolen_family_heirloom","price":0},"13438":{"id":13438,"name":"Stolen jewelry box","members":true,"cost":1,"wiki_name":"Stolen jewelry box","wiki_url":"https://oldschool.runescape.wiki/w/Stolen_jewelry_box","price":0},"13439":{"id":13439,"name":"Raw anglerfish","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":450,"lowalch":180,"highalch":270,"buy_limit":15000,"wiki_name":"Raw anglerfish","wiki_url":"https://oldschool.runescape.wiki/w/Raw_anglerfish","price":1789},"13441":{"id":13441,"name":"Anglerfish","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":450,"lowalch":180,"highalch":270,"buy_limit":10000,"wiki_name":"Anglerfish","wiki_url":"https://oldschool.runescape.wiki/w/Anglerfish","price":1958},"13443":{"id":13443,"name":"Burnt anglerfish","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt anglerfish","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_anglerfish","price":0},"13445":{"id":13445,"name":"Dense essence block","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Dense essence block","wiki_url":"https://oldschool.runescape.wiki/w/Dense_essence_block","price":0},"13446":{"id":13446,"name":"Dark essence block","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Dark essence block","wiki_url":"https://oldschool.runescape.wiki/w/Dark_essence_block","price":0},"13447":{"id":13447,"name":"Ensouled goblin head","members":true,"tradeable":true,"cost":52,"lowalch":20,"highalch":31,"wiki_name":"Ensouled goblin head (Drop)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_goblin_head#Drop","price":0},"13448":{"id":13448,"name":"Ensouled goblin head","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":52,"lowalch":20,"highalch":31,"buy_limit":3000,"wiki_name":"Ensouled goblin head (Item)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_goblin_head#Item","price":293},"13450":{"id":13450,"name":"Ensouled monkey head","members":true,"tradeable":true,"cost":104,"lowalch":41,"highalch":62,"wiki_name":"Ensouled monkey head (Drop)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_monkey_head#Drop","price":0},"13451":{"id":13451,"name":"Ensouled monkey head","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":104,"lowalch":41,"highalch":62,"buy_limit":3000,"wiki_name":"Ensouled monkey head (Item)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_monkey_head#Item","price":367},"13453":{"id":13453,"name":"Ensouled imp head","members":true,"cost":156,"lowalch":62,"highalch":93,"wiki_name":"Ensouled imp head (Drop)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_imp_head#Drop","price":0},"13454":{"id":13454,"name":"Ensouled imp head","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":156,"lowalch":62,"highalch":93,"buy_limit":3000,"wiki_name":"Ensouled imp head (Item)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_imp_head#Item","price":1557},"13456":{"id":13456,"name":"Ensouled minotaur head","members":true,"tradeable":true,"cost":228,"lowalch":91,"highalch":136,"wiki_name":"Ensouled minotaur head (Drop)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_minotaur_head#Drop","price":0},"13457":{"id":13457,"name":"Ensouled minotaur head","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":228,"lowalch":91,"highalch":136,"buy_limit":3000,"wiki_name":"Ensouled minotaur head (Item)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_minotaur_head#Item","price":500},"13459":{"id":13459,"name":"Ensouled scorpion head","members":true,"tradeable":true,"cost":247,"lowalch":98,"highalch":148,"wiki_name":"Ensouled scorpion head (Drop)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_scorpion_head#Drop","price":0},"13460":{"id":13460,"name":"Ensouled scorpion head","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":247,"lowalch":98,"highalch":148,"buy_limit":3000,"wiki_name":"Ensouled scorpion head (Item)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_scorpion_head#Item","price":710},"13462":{"id":13462,"name":"Ensouled bear head","members":true,"tradeable":true,"cost":260,"lowalch":104,"highalch":156,"wiki_name":"Ensouled bear head (Drop)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_bear_head#Drop","price":0},"13463":{"id":13463,"name":"Ensouled bear head","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":260,"lowalch":104,"highalch":156,"buy_limit":3000,"wiki_name":"Ensouled bear head (Item)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_bear_head#Item","price":594},"13465":{"id":13465,"name":"Ensouled unicorn head","members":true,"tradeable":true,"cost":267,"lowalch":106,"highalch":160,"wiki_name":"Ensouled unicorn head (Drop)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_unicorn_head#Drop","price":0},"13466":{"id":13466,"name":"Ensouled unicorn head","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":267,"lowalch":106,"highalch":160,"buy_limit":3000,"wiki_name":"Ensouled unicorn head (Item)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_unicorn_head#Item","price":2019},"13468":{"id":13468,"name":"Ensouled dog head","members":true,"tradeable":true,"cost":286,"lowalch":114,"highalch":171,"wiki_name":"Ensouled dog head (Drop)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_dog_head#Drop","price":0},"13469":{"id":13469,"name":"Ensouled dog head","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":286,"lowalch":114,"highalch":171,"buy_limit":3000,"wiki_name":"Ensouled dog head (Item)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_dog_head#Item","price":651},"13471":{"id":13471,"name":"Ensouled chaos druid head","members":true,"tradeable":true,"cost":299,"lowalch":119,"highalch":179,"wiki_name":"Ensouled chaos druid head (Drop)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_chaos_druid_head#Drop","price":0},"13472":{"id":13472,"name":"Ensouled chaos druid head","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":299,"lowalch":119,"highalch":179,"buy_limit":3000,"wiki_name":"Ensouled chaos druid head (Item)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_chaos_druid_head#Item","price":744},"13474":{"id":13474,"name":"Ensouled giant head","members":true,"tradeable":true,"cost":319,"lowalch":127,"highalch":191,"wiki_name":"Ensouled giant head (Drop)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_giant_head#Drop","price":0},"13475":{"id":13475,"name":"Ensouled giant head","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":319,"lowalch":127,"highalch":191,"buy_limit":3000,"wiki_name":"Ensouled giant head (Item)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_giant_head#Item","price":858},"13477":{"id":13477,"name":"Ensouled ogre head","members":true,"tradeable":true,"cost":338,"lowalch":135,"highalch":202,"wiki_name":"Ensouled ogre head (Drop)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_ogre_head#Drop","price":0},"13478":{"id":13478,"name":"Ensouled ogre head","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":338,"lowalch":135,"highalch":202,"buy_limit":3000,"wiki_name":"Ensouled ogre head (Item)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_ogre_head#Item","price":1385},"13480":{"id":13480,"name":"Ensouled elf head","members":true,"tradeable":true,"cost":358,"lowalch":143,"highalch":214,"wiki_name":"Ensouled elf head (Drop)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_elf_head#Drop","price":0},"13481":{"id":13481,"name":"Ensouled elf head","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":358,"lowalch":143,"highalch":214,"buy_limit":7500,"wiki_name":"Ensouled elf head (Item)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_elf_head#Item","price":870},"13483":{"id":13483,"name":"Ensouled troll head","members":true,"tradeable":true,"cost":384,"lowalch":153,"highalch":230,"wiki_name":"Ensouled troll head (Drop)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_troll_head#Drop","price":0},"13484":{"id":13484,"name":"Ensouled troll head","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":384,"lowalch":153,"highalch":230,"buy_limit":7500,"wiki_name":"Ensouled troll head (Item)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_troll_head#Item","price":1437},"13486":{"id":13486,"name":"Ensouled horror head","members":true,"tradeable":true,"cost":403,"lowalch":161,"highalch":241,"wiki_name":"Ensouled horror head (Drop)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_horror_head#Drop","price":0},"13487":{"id":13487,"name":"Ensouled horror head","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":403,"lowalch":161,"highalch":241,"buy_limit":7500,"wiki_name":"Ensouled horror head (Item)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_horror_head#Item","price":2040},"13489":{"id":13489,"name":"Ensouled kalphite head","members":true,"tradeable":true,"cost":433,"lowalch":173,"highalch":259,"wiki_name":"Ensouled kalphite head (Drop)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_kalphite_head#Drop","price":0},"13490":{"id":13490,"name":"Ensouled kalphite head","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":433,"lowalch":173,"highalch":259,"buy_limit":7500,"wiki_name":"Ensouled kalphite head (Item)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_kalphite_head#Item","price":1938},"13492":{"id":13492,"name":"Ensouled dagannoth head","members":true,"tradeable":true,"cost":455,"lowalch":182,"highalch":273,"wiki_name":"Ensouled dagannoth head (Drop)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_dagannoth_head#Drop","price":0},"13493":{"id":13493,"name":"Ensouled dagannoth head","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":455,"lowalch":182,"highalch":273,"buy_limit":7500,"wiki_name":"Ensouled dagannoth head (Item)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_dagannoth_head#Item","price":1917},"13495":{"id":13495,"name":"Ensouled bloodveld head","members":true,"tradeable":true,"cost":494,"lowalch":197,"highalch":296,"wiki_name":"Ensouled bloodveld head (Drop)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_bloodveld_head#Drop","price":0},"13496":{"id":13496,"name":"Ensouled bloodveld head","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":494,"lowalch":197,"highalch":296,"buy_limit":3000,"wiki_name":"Ensouled bloodveld head (Item)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_bloodveld_head#Item","price":2888},"13498":{"id":13498,"name":"Ensouled tzhaar head","members":true,"tradeable":true,"cost":507,"lowalch":202,"highalch":304,"wiki_name":"Ensouled tzhaar head (Drop)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_tzhaar_head#Drop","price":0},"13499":{"id":13499,"name":"Ensouled tzhaar head","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":507,"lowalch":202,"highalch":304,"buy_limit":3000,"wiki_name":"Ensouled tzhaar head (Item)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_tzhaar_head#Item","price":4023},"13501":{"id":13501,"name":"Ensouled demon head","members":true,"tradeable":true,"cost":527,"lowalch":210,"highalch":316,"wiki_name":"Ensouled demon head (Drop)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_demon_head#Drop","price":0},"13502":{"id":13502,"name":"Ensouled demon head","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":527,"lowalch":210,"highalch":316,"buy_limit":7500,"wiki_name":"Ensouled demon head (Item)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_demon_head#Item","price":4051},"13504":{"id":13504,"name":"Ensouled aviansie head","members":true,"tradeable":true,"cost":553,"lowalch":221,"highalch":331,"wiki_name":"Ensouled aviansie head (Drop)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_aviansie_head#Drop","price":0},"13505":{"id":13505,"name":"Ensouled aviansie head","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":553,"lowalch":221,"highalch":331,"buy_limit":7500,"wiki_name":"Ensouled aviansie head (Item)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_aviansie_head#Item","price":4103},"13507":{"id":13507,"name":"Ensouled abyssal head","members":true,"tradeable":true,"cost":585,"lowalch":234,"highalch":351,"wiki_name":"Ensouled abyssal head (Drop)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_abyssal_head#Drop","price":0},"13508":{"id":13508,"name":"Ensouled abyssal head","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":585,"lowalch":234,"highalch":351,"buy_limit":3000,"wiki_name":"Ensouled abyssal head (Item)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_abyssal_head#Item","price":4578},"13510":{"id":13510,"name":"Ensouled dragon head","members":true,"tradeable":true,"cost":650,"lowalch":260,"highalch":390,"wiki_name":"Ensouled dragon head (Drop)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_dragon_head#Drop","price":0},"13511":{"id":13511,"name":"Ensouled dragon head","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":650,"lowalch":260,"highalch":390,"buy_limit":7500,"wiki_name":"Ensouled dragon head (Item)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_dragon_head#Item","price":7580},"13513":{"id":13513,"name":"Book of arcane knowledge","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Book of arcane knowledge","wiki_url":"https://oldschool.runescape.wiki/w/Book_of_arcane_knowledge","price":0},"13514":{"id":13514,"name":"Dark manuscript","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dark manuscript (1)","wiki_url":"https://oldschool.runescape.wiki/w/Dark_manuscript#1","price":0},"13515":{"id":13515,"name":"Dark manuscript","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dark manuscript (2)","wiki_url":"https://oldschool.runescape.wiki/w/Dark_manuscript#2","price":0},"13516":{"id":13516,"name":"Dark manuscript","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dark manuscript (3)","wiki_url":"https://oldschool.runescape.wiki/w/Dark_manuscript#3","price":0},"13517":{"id":13517,"name":"Dark manuscript","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dark manuscript (4)","wiki_url":"https://oldschool.runescape.wiki/w/Dark_manuscript#4","price":0},"13518":{"id":13518,"name":"Dark manuscript","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dark manuscript (5)","wiki_url":"https://oldschool.runescape.wiki/w/Dark_manuscript#5","price":0},"13519":{"id":13519,"name":"Dark manuscript","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dark manuscript (6)","wiki_url":"https://oldschool.runescape.wiki/w/Dark_manuscript#6","price":0},"13520":{"id":13520,"name":"Dark manuscript","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dark manuscript (7)","wiki_url":"https://oldschool.runescape.wiki/w/Dark_manuscript#7","price":0},"13521":{"id":13521,"name":"Dark manuscript","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dark manuscript (8)","wiki_url":"https://oldschool.runescape.wiki/w/Dark_manuscript#8","price":0},"13522":{"id":13522,"name":"Dark manuscript","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dark manuscript (9)","wiki_url":"https://oldschool.runescape.wiki/w/Dark_manuscript#9","price":0},"13523":{"id":13523,"name":"Dark manuscript","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dark manuscript (10)","wiki_url":"https://oldschool.runescape.wiki/w/Dark_manuscript#10","price":0},"13524":{"id":13524,"name":"Rada's census","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rada's census","wiki_url":"https://oldschool.runescape.wiki/w/Rada's_census","price":0},"13525":{"id":13525,"name":"Ricktor's diary (7)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ricktor's diary (7)","wiki_url":"https://oldschool.runescape.wiki/w/Ricktor's_diary_(7)","price":0},"13526":{"id":13526,"name":"Eathram & rada extract","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Eathram & rada extract","wiki_url":"https://oldschool.runescape.wiki/w/Eathram_&_rada_extract","price":0},"13527":{"id":13527,"name":"Killing of a king","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Killing of a king","wiki_url":"https://oldschool.runescape.wiki/w/Killing_of_a_king","price":0},"13528":{"id":13528,"name":"Hosidius letter","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Hosidius letter","wiki_url":"https://oldschool.runescape.wiki/w/Hosidius_letter","price":0},"13529":{"id":13529,"name":"Wintertodt parable","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wintertodt parable","wiki_url":"https://oldschool.runescape.wiki/w/Wintertodt_parable","price":0},"13530":{"id":13530,"name":"Twill accord","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Twill accord","wiki_url":"https://oldschool.runescape.wiki/w/Twill_accord","price":0},"13531":{"id":13531,"name":"Byrne's coronation speech","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Byrne's coronation speech","wiki_url":"https://oldschool.runescape.wiki/w/Byrne's_coronation_speech","price":0},"13532":{"id":13532,"name":"Ideology of darkness","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ideology of darkness","wiki_url":"https://oldschool.runescape.wiki/w/Ideology_of_darkness","price":0},"13533":{"id":13533,"name":"Rada's journey","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rada's journey","wiki_url":"https://oldschool.runescape.wiki/w/Rada's_journey","price":0},"13534":{"id":13534,"name":"Transvergence theory","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Transvergence theory","wiki_url":"https://oldschool.runescape.wiki/w/Transvergence_theory","price":0},"13535":{"id":13535,"name":"Tristessa's tragedy","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tristessa's tragedy","wiki_url":"https://oldschool.runescape.wiki/w/Tristessa's_tragedy","price":0},"13536":{"id":13536,"name":"Treachery of royalty","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Treachery of royalty","wiki_url":"https://oldschool.runescape.wiki/w/Treachery_of_royalty","price":0},"13537":{"id":13537,"name":"Transportation incantations","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Transportation incantations","wiki_url":"https://oldschool.runescape.wiki/w/Transportation_incantations","price":0},"13538":{"id":13538,"name":"Shayzien supply gloves (1)","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Shayzien supply gloves (1)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_supply_gloves_(1)","price":0},"13539":{"id":13539,"name":"Shayzien supply boots (1)","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Shayzien supply boots (1)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_supply_boots_(1)","price":0},"13540":{"id":13540,"name":"Shayzien supply helm (1)","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Shayzien supply helm (1)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_supply_helm_(1)","price":0},"13541":{"id":13541,"name":"Shayzien supply greaves (1)","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Shayzien supply greaves (1)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_supply_greaves_(1)","price":0},"13542":{"id":13542,"name":"Shayzien supply platebody (1)","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Shayzien supply platebody (1)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_supply_platebody_(1)","price":0},"13543":{"id":13543,"name":"Shayzien supply gloves (2)","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Shayzien supply gloves (2)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_supply_gloves_(2)","price":0},"13544":{"id":13544,"name":"Shayzien supply boots (2)","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Shayzien supply boots (2)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_supply_boots_(2)","price":0},"13545":{"id":13545,"name":"Shayzien supply helm (2)","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Shayzien supply helm (2)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_supply_helm_(2)","price":0},"13546":{"id":13546,"name":"Shayzien supply greaves (2)","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Shayzien supply greaves (2)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_supply_greaves_(2)","price":0},"13547":{"id":13547,"name":"Shayzien supply platebody (2)","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Shayzien supply platebody (2)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_supply_platebody_(2)","price":0},"13548":{"id":13548,"name":"Shayzien supply gloves (3)","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Shayzien supply gloves (3)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_supply_gloves_(3)","price":0},"13549":{"id":13549,"name":"Shayzien supply boots (3)","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Shayzien supply boots (3)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_supply_boots_(3)","price":0},"13550":{"id":13550,"name":"Shayzien supply helm (3)","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Shayzien supply helm (3)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_supply_helm_(3)","price":0},"13551":{"id":13551,"name":"Shayzien supply greaves (3)","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Shayzien supply greaves (3)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_supply_greaves_(3)","price":0},"13552":{"id":13552,"name":"Shayzien supply platebody (3)","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Shayzien supply platebody (3)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_supply_platebody_(3)","price":0},"13553":{"id":13553,"name":"Shayzien supply gloves (4)","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Shayzien supply gloves (4)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_supply_gloves_(4)","price":0},"13554":{"id":13554,"name":"Shayzien supply boots (4)","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Shayzien supply boots (4)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_supply_boots_(4)","price":0},"13555":{"id":13555,"name":"Shayzien supply helm (4)","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Shayzien supply helm (4)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_supply_helm_(4)","price":0},"13556":{"id":13556,"name":"Shayzien supply greaves (4)","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Shayzien supply greaves (4)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_supply_greaves_(4)","price":0},"13557":{"id":13557,"name":"Shayzien supply platebody (4)","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Shayzien supply platebody (4)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_supply_platebody_(4)","price":0},"13558":{"id":13558,"name":"Shayzien supply gloves (5)","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Shayzien supply gloves (5)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_supply_gloves_(5)","price":0},"13559":{"id":13559,"name":"Shayzien supply boots (5)","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Shayzien supply boots (5)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_supply_boots_(5)","price":0},"13560":{"id":13560,"name":"Shayzien supply helm (5)","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Shayzien supply helm (5)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_supply_helm_(5)","price":0},"13561":{"id":13561,"name":"Shayzien supply greaves (5)","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Shayzien supply greaves (5)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_supply_greaves_(5)","price":0},"13562":{"id":13562,"name":"Shayzien supply platebody (5)","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Shayzien supply platebody (5)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_supply_platebody_(5)","price":0},"13563":{"id":13563,"name":"Shayzien supply crate","members":true,"tradeable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Shayzien supply crate","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_supply_crate","price":0},"13565":{"id":13565,"name":"Shayzien supply set (1)","members":true,"cost":55,"lowalch":22,"highalch":33,"wiki_name":"Shayzien supply set (1)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_supply_set_(1)","price":0},"13566":{"id":13566,"name":"Shayzien supply set (2)","members":true,"cost":55,"lowalch":22,"highalch":33,"wiki_name":"Shayzien supply set (2)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_supply_set_(2)","price":0},"13567":{"id":13567,"name":"Shayzien supply set (3)","members":true,"cost":55,"lowalch":22,"highalch":33,"wiki_name":"Shayzien supply set (3)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_supply_set_(3)","price":0},"13568":{"id":13568,"name":"Shayzien supply set (4)","members":true,"cost":55,"lowalch":22,"highalch":33,"wiki_name":"Shayzien supply set (4)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_supply_set_(4)","price":0},"13569":{"id":13569,"name":"Shayzien supply set (5)","members":true,"cost":55,"lowalch":22,"highalch":33,"wiki_name":"Shayzien supply set (5)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_supply_set_(5)","price":0},"13570":{"id":13570,"name":"Juniper charcoal","members":true,"stackable":true,"cost":45,"lowalch":18,"highalch":27,"wiki_name":"Juniper charcoal","wiki_url":"https://oldschool.runescape.wiki/w/Juniper_charcoal","price":0},"13571":{"id":13571,"name":"Volcanic sulphur","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Volcanic sulphur","wiki_url":"https://oldschool.runescape.wiki/w/Volcanic_sulphur","price":0},"13572":{"id":13572,"name":"Dynamite pot","members":true,"cost":90,"lowalch":36,"highalch":54,"wiki_name":"Dynamite pot","wiki_url":"https://oldschool.runescape.wiki/w/Dynamite_pot","price":0},"13573":{"id":13573,"name":"Dynamite","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":13000,"wiki_name":"Dynamite","wiki_url":"https://oldschool.runescape.wiki/w/Dynamite","price":454},"13575":{"id":13575,"name":"Blasted ore","members":true,"cost":60,"lowalch":24,"highalch":36,"wiki_name":"Blasted ore","wiki_url":"https://oldschool.runescape.wiki/w/Blasted_ore","price":0},"13576":{"id":13576,"name":"Dragon warhammer","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":120000,"lowalch":48000,"highalch":72000,"buy_limit":8,"wiki_name":"Dragon warhammer","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_warhammer","equipment":{"attack_stab":-4,"attack_slash":-4,"attack_crush":95,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":85,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":60}},"weapon":{"attack_speed":6,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":34919897},"13579":{"id":13579,"name":"Graceful hood","members":true,"equipable":true,"equipable_by_player":true,"cost":35,"lowalch":14,"highalch":21,"wiki_name":"Graceful hood (Arceuus) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_hood_(Arceuus)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"13581":{"id":13581,"name":"Graceful cape","members":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Graceful cape (Arceuus) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_cape_(Arceuus)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"13583":{"id":13583,"name":"Graceful top","members":true,"equipable":true,"equipable_by_player":true,"cost":55,"lowalch":22,"highalch":33,"wiki_name":"Graceful top (Arceuus) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_top_(Arceuus)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"13585":{"id":13585,"name":"Graceful legs","members":true,"equipable":true,"equipable_by_player":true,"cost":60,"lowalch":24,"highalch":36,"wiki_name":"Graceful legs (Arceuus) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_legs_(Arceuus)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"13587":{"id":13587,"name":"Graceful gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Graceful gloves (Arceuus) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_gloves_(Arceuus)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"13589":{"id":13589,"name":"Graceful boots","members":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Graceful boots (Arceuus) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_boots_(Arceuus)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"13591":{"id":13591,"name":"Graceful hood","members":true,"equipable":true,"equipable_by_player":true,"cost":35,"lowalch":14,"highalch":21,"wiki_name":"Graceful hood (Piscarilius) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_hood_(Piscarilius)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"13593":{"id":13593,"name":"Graceful cape","members":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Graceful cape (Piscarilius) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_cape_(Piscarilius)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"13595":{"id":13595,"name":"Graceful top","members":true,"equipable":true,"equipable_by_player":true,"cost":55,"lowalch":22,"highalch":33,"wiki_name":"Graceful top (Piscarilius) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_top_(Piscarilius)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"13597":{"id":13597,"name":"Graceful legs","members":true,"equipable":true,"equipable_by_player":true,"cost":60,"lowalch":24,"highalch":36,"wiki_name":"Graceful legs (Piscarilius) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_legs_(Piscarilius)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"13599":{"id":13599,"name":"Graceful gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Graceful gloves (Piscarilius) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_gloves_(Piscarilius)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"13601":{"id":13601,"name":"Graceful boots","members":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Graceful boots (Piscarilius) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_boots_(Piscarilius)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"13603":{"id":13603,"name":"Graceful hood","members":true,"equipable":true,"equipable_by_player":true,"cost":35,"lowalch":14,"highalch":21,"wiki_name":"Graceful hood (Lovakengj) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_hood_(Lovakengj)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"13605":{"id":13605,"name":"Graceful cape","members":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Graceful cape (Lovakengj) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_cape_(Lovakengj)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"13607":{"id":13607,"name":"Graceful top","members":true,"equipable":true,"equipable_by_player":true,"cost":55,"lowalch":22,"highalch":33,"wiki_name":"Graceful top (Lovakengj) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_top_(Lovakengj)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"13609":{"id":13609,"name":"Graceful legs","members":true,"equipable":true,"equipable_by_player":true,"cost":60,"lowalch":24,"highalch":36,"wiki_name":"Graceful legs (Lovakengj) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_legs_(Lovakengj)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"13611":{"id":13611,"name":"Graceful gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Graceful gloves (Lovakengj) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_gloves_(Lovakengj)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"13613":{"id":13613,"name":"Graceful boots","members":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Graceful boots (Lovakengj) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_boots_(Lovakengj)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"13615":{"id":13615,"name":"Graceful hood","members":true,"equipable":true,"equipable_by_player":true,"cost":35,"lowalch":14,"highalch":21,"wiki_name":"Graceful hood (Shayzien) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_hood_(Shayzien)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"13617":{"id":13617,"name":"Graceful cape","members":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Graceful cape (Shayzien) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_cape_(Shayzien)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"13619":{"id":13619,"name":"Graceful top","members":true,"equipable":true,"equipable_by_player":true,"cost":55,"lowalch":22,"highalch":33,"wiki_name":"Graceful top (Shayzien) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_top_(Shayzien)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"13621":{"id":13621,"name":"Graceful legs","members":true,"equipable":true,"equipable_by_player":true,"cost":60,"lowalch":24,"highalch":36,"wiki_name":"Graceful legs (Shayzien) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_legs_(Shayzien)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"13623":{"id":13623,"name":"Graceful gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Graceful gloves (Shayzien) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_gloves_(Shayzien)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"13625":{"id":13625,"name":"Graceful boots","members":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Graceful boots (Shayzien) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_boots_(Shayzien)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"13627":{"id":13627,"name":"Graceful hood","members":true,"equipable":true,"equipable_by_player":true,"cost":35,"lowalch":14,"highalch":21,"wiki_name":"Graceful hood (Hosidius) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_hood_(Hosidius)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"13629":{"id":13629,"name":"Graceful cape","members":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Graceful cape (Hosidius) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_cape_(Hosidius)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"13631":{"id":13631,"name":"Graceful top","members":true,"equipable":true,"equipable_by_player":true,"cost":55,"lowalch":22,"highalch":33,"wiki_name":"Graceful top (Hosidius) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_top_(Hosidius)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"13633":{"id":13633,"name":"Graceful legs","members":true,"equipable":true,"equipable_by_player":true,"cost":60,"lowalch":24,"highalch":36,"wiki_name":"Graceful legs (Hosidius) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_legs_(Hosidius)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"13635":{"id":13635,"name":"Graceful gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Graceful gloves (Hosidius) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_gloves_(Hosidius)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"13637":{"id":13637,"name":"Graceful boots","members":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Graceful boots (Hosidius) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_boots_(Hosidius)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"13639":{"id":13639,"name":"Seed box","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Seed box (Closed)","wiki_url":"https://oldschool.runescape.wiki/w/Seed_box#Closed","price":0},"13640":{"id":13640,"name":"Farmer's boro trousers","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Farmer's boro trousers (Male)","wiki_url":"https://oldschool.runescape.wiki/w/Farmer's_boro_trousers#Male","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"13641":{"id":13641,"name":"Farmer's boro trousers","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Farmer's boro trousers (Female)","wiki_url":"https://oldschool.runescape.wiki/w/Farmer's_boro_trousers#Female","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"13642":{"id":13642,"name":"Farmer's jacket","members":true,"equipable":true,"equipable_by_player":true,"cost":60,"lowalch":24,"highalch":36,"wiki_name":"Farmer's jacket","wiki_url":"https://oldschool.runescape.wiki/w/Farmer's_jacket","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"13643":{"id":13643,"name":"Farmer's shirt","members":true,"equipable":true,"equipable_by_player":true,"cost":60,"lowalch":24,"highalch":36,"wiki_name":"Farmer's shirt","wiki_url":"https://oldschool.runescape.wiki/w/Farmer's_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"13644":{"id":13644,"name":"Farmer's boots","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Farmer's boots (Male)","wiki_url":"https://oldschool.runescape.wiki/w/Farmer's_boots#Male","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"13645":{"id":13645,"name":"Farmer's boots","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Farmer's boots (Female)","wiki_url":"https://oldschool.runescape.wiki/w/Farmer's_boots#Female","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"13646":{"id":13646,"name":"Farmer's strawhat","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Farmer's strawhat (Male)","wiki_url":"https://oldschool.runescape.wiki/w/Farmer's_strawhat#Male","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"13647":{"id":13647,"name":"Farmer's strawhat","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Farmer's strawhat (Female)","wiki_url":"https://oldschool.runescape.wiki/w/Farmer's_strawhat#Female","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"13648":{"id":13648,"name":"Clue bottle (easy)","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Clue bottle (easy)","wiki_url":"https://oldschool.runescape.wiki/w/Clue_bottle_(easy)","price":0},"13649":{"id":13649,"name":"Clue bottle (medium)","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Clue bottle (medium)","wiki_url":"https://oldschool.runescape.wiki/w/Clue_bottle_(medium)","price":0},"13650":{"id":13650,"name":"Clue bottle (hard)","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Clue bottle (hard)","wiki_url":"https://oldschool.runescape.wiki/w/Clue_bottle_(hard)","price":0},"13651":{"id":13651,"name":"Clue bottle (elite)","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Clue bottle (elite)","wiki_url":"https://oldschool.runescape.wiki/w/Clue_bottle_(elite)","price":0},"13652":{"id":13652,"name":"Dragon claws","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":205000,"lowalch":82000,"highalch":123000,"buy_limit":8,"wiki_name":"Dragon claws","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_claws","equipment":{"attack_stab":41,"attack_slash":57,"attack_crush":-4,"attack_magic":0,"attack_ranged":0,"defence_stab":13,"defence_slash":26,"defence_crush":7,"defence_magic":0,"defence_ranged":0,"melee_strength":56,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":60}},"weapon":{"attack_speed":4,"weapon_type":"claw","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":100200114},"13653":{"id":13653,"name":"Bird nest","members":true,"cost":453,"lowalch":181,"highalch":271,"wiki_name":"Bird nest (Wyson, 2016-2019)","wiki_url":"https://oldschool.runescape.wiki/w/Bird_nest_(Wyson,_2016-2019)","price":0},"13654":{"id":13654,"name":"Nest box (seeds)","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Nest box (seeds, 2016-2019)","wiki_url":"https://oldschool.runescape.wiki/w/Nest_box_(seeds,_2016-2019)","price":0},"13655":{"id":13655,"name":"Gnome child hat","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Gnome child hat","wiki_url":"https://oldschool.runescape.wiki/w/Gnome_child_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"13656":{"id":13656,"name":"Present","cost":1,"wiki_name":"Present (2016 Birthday event)","wiki_url":"https://oldschool.runescape.wiki/w/Present_(2016_Birthday_event)","price":0},"13657":{"id":13657,"name":"Grape seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":74,"lowalch":29,"highalch":44,"buy_limit":200,"wiki_name":"Grape seed","wiki_url":"https://oldschool.runescape.wiki/w/Grape_seed","price":658},"13658":{"id":13658,"name":"Teleport card","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"buy_limit":500,"wiki_name":"Teleport card","wiki_url":"https://oldschool.runescape.wiki/w/Teleport_card","price":172},"13660":{"id":13660,"name":"Chronicle","equipable":true,"equipable_by_player":true,"cost":200,"wiki_name":"Chronicle","wiki_url":"https://oldschool.runescape.wiki/w/Chronicle","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"13663":{"id":13663,"name":"Bunny top","equipable":true,"equipable_by_player":true,"cost":50,"wiki_name":"Bunny top","wiki_url":"https://oldschool.runescape.wiki/w/Bunny_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"13664":{"id":13664,"name":"Bunny legs","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Bunny legs","wiki_url":"https://oldschool.runescape.wiki/w/Bunny_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"13665":{"id":13665,"name":"Bunny paws","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Bunny paws","wiki_url":"https://oldschool.runescape.wiki/w/Bunny_paws","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"13666":{"id":13666,"name":"Deadman teleport tablet","members":true,"cost":0,"wiki_name":"Deadman teleport tablet","wiki_url":"https://oldschool.runescape.wiki/w/Deadman_teleport_tablet","price":0},"13667":{"id":13667,"name":"Graceful hood","members":true,"equipable":true,"equipable_by_player":true,"cost":35,"lowalch":14,"highalch":21,"wiki_name":"Graceful hood (Kourend) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_hood_(Kourend)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"13669":{"id":13669,"name":"Graceful cape","members":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Graceful cape (Kourend) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_cape_(Kourend)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"13671":{"id":13671,"name":"Graceful top","members":true,"equipable":true,"equipable_by_player":true,"cost":55,"lowalch":22,"highalch":33,"wiki_name":"Graceful top (Kourend) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_top_(Kourend)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"13673":{"id":13673,"name":"Graceful legs","members":true,"equipable":true,"equipable_by_player":true,"cost":60,"lowalch":24,"highalch":36,"wiki_name":"Graceful legs (Kourend) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_legs_(Kourend)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"13675":{"id":13675,"name":"Graceful gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Graceful gloves (Kourend) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_gloves_(Kourend)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"13677":{"id":13677,"name":"Graceful boots","members":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Graceful boots (Kourend) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_boots_(Kourend)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"13679":{"id":13679,"name":"Cabbage cape","equipable":true,"equipable_by_player":true,"cost":100,"wiki_name":"Cabbage cape","wiki_url":"https://oldschool.runescape.wiki/w/Cabbage_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0,"lowalch":40,"highalch":60},"13680":{"id":13680,"name":"Cabbage rune","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cabbage rune","wiki_url":"https://oldschool.runescape.wiki/w/Cabbage_rune","price":0},"13681":{"id":13681,"name":"Cruciferous codex","equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Cruciferous codex","wiki_url":"https://oldschool.runescape.wiki/w/Cruciferous_codex","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"16684":{"id":16684,"name":"Useless key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Useless key (Bank placeholder)","wiki_url":"https://oldschool.runescape.wiki/w/Useless_key#Bank_placeholder","price":0},"19473":{"id":19473,"name":"Bag full of gems","members":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Bag full of gems (Golden nuggets)","wiki_url":"https://oldschool.runescape.wiki/w/Bag_full_of_gems#Golden_nuggets","price":0},"19476":{"id":19476,"name":"Achievement diary cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Achievement diary cape (Untrimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Achievement_diary_cape#Untrimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"cape","requirements":null},"price":0},"19478":{"id":19478,"name":"Light ballista","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":125000,"lowalch":50000,"highalch":75000,"buy_limit":8,"wiki_name":"Light ballista","wiki_url":"https://oldschool.runescape.wiki/w/Light_ballista","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":110,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":65}},"weapon":{"attack_speed":7,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":812250},"19481":{"id":19481,"name":"Heavy ballista","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":950000,"lowalch":380000,"highalch":570000,"buy_limit":8,"wiki_name":"Heavy ballista","wiki_url":"https://oldschool.runescape.wiki/w/Heavy_ballista","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":125,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":15,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":75}},"weapon":{"attack_speed":7,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":863282},"19484":{"id":19484,"name":"Dragon javelin","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":450,"lowalch":180,"highalch":270,"buy_limit":11000,"wiki_name":"Dragon javelin (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_javelin#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":150,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":65}},"price":904},"19486":{"id":19486,"name":"Dragon javelin(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":450,"lowalch":180,"highalch":270,"buy_limit":11000,"wiki_name":"Dragon javelin (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_javelin#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":150,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":65}},"price":1117},"19488":{"id":19488,"name":"Dragon javelin(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":450,"lowalch":180,"highalch":270,"buy_limit":11000,"wiki_name":"Dragon javelin (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_javelin#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":150,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":65}},"price":965},"19490":{"id":19490,"name":"Dragon javelin(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":450,"lowalch":180,"highalch":270,"buy_limit":11000,"wiki_name":"Dragon javelin (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_javelin#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":150,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":65}},"price":2249},"19493":{"id":19493,"name":"Zenyte","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":75000,"lowalch":30000,"highalch":45000,"buy_limit":11000,"wiki_name":"Zenyte","wiki_url":"https://oldschool.runescape.wiki/w/Zenyte","price":13470860},"19496":{"id":19496,"name":"Uncut zenyte","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":75000,"lowalch":30000,"highalch":45000,"buy_limit":10000,"wiki_name":"Uncut zenyte","wiki_url":"https://oldschool.runescape.wiki/w/Uncut_zenyte","price":13317679},"19501":{"id":19501,"name":"Zenyte amulet (u)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":75000,"lowalch":30000,"highalch":45000,"buy_limit":10000,"wiki_name":"Zenyte amulet (u)","wiki_url":"https://oldschool.runescape.wiki/w/Zenyte_amulet_(u)","price":13237807},"19505":{"id":19505,"name":"Mysterious note","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Mysterious note (Blank)","wiki_url":"https://oldschool.runescape.wiki/w/Mysterious_note#Blank","price":0},"19507":{"id":19507,"name":"Mysterious note","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Mysterious note (Lemon)","wiki_url":"https://oldschool.runescape.wiki/w/Mysterious_note#Lemon","price":0},"19509":{"id":19509,"name":"Mysterious note","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Mysterious note (Heated)","wiki_url":"https://oldschool.runescape.wiki/w/Mysterious_note#Heated","price":0},"19511":{"id":19511,"name":"Scrawled note","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Scrawled note (Monkey Madness II)","wiki_url":"https://oldschool.runescape.wiki/w/Scrawled_note_(Monkey_Madness_II)","price":0},"19513":{"id":19513,"name":"Translated note","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Translated note","wiki_url":"https://oldschool.runescape.wiki/w/Translated_note","price":0},"19515":{"id":19515,"name":"Book of spyology","members":true,"cost":6,"lowalch":2,"highalch":3,"wiki_name":"Book of spyology","wiki_url":"https://oldschool.runescape.wiki/w/Book_of_spyology","price":0},"19517":{"id":19517,"name":"Brush","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Brush","wiki_url":"https://oldschool.runescape.wiki/w/Brush","price":0},"19519":{"id":19519,"name":"Juice-coated brush","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Juice-coated brush","wiki_url":"https://oldschool.runescape.wiki/w/Juice-coated_brush","price":0},"19521":{"id":19521,"name":"Handkerchief","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Handkerchief","wiki_url":"https://oldschool.runescape.wiki/w/Handkerchief","price":0},"19523":{"id":19523,"name":"Kruk's paw","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Kruk's paw","wiki_url":"https://oldschool.runescape.wiki/w/Kruk's_paw","price":0},"19525":{"id":19525,"name":"Kruk monkey greegree","members":true,"cost":6000,"wiki_name":"Kruk monkey greegree","wiki_url":"https://oldschool.runescape.wiki/w/Kruk_monkey_greegree","price":0},"19527":{"id":19527,"name":"Satchel","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Satchel (Monkey Madness II) (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Satchel_(Monkey_Madness_II)#Empty","price":0},"19528":{"id":19528,"name":"Satchel","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Satchel (Monkey Madness II) (Filled)","wiki_url":"https://oldschool.runescape.wiki/w/Satchel_(Monkey_Madness_II)#Filled","price":0},"19529":{"id":19529,"name":"Zenyte shard","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":75000,"lowalch":30000,"highalch":45000,"buy_limit":11000,"wiki_name":"Zenyte shard","wiki_url":"https://oldschool.runescape.wiki/w/Zenyte_shard","price":12425500},"19532":{"id":19532,"name":"Zenyte bracelet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":201000,"lowalch":80400,"highalch":120600,"buy_limit":8,"wiki_name":"Zenyte bracelet","wiki_url":"https://oldschool.runescape.wiki/w/Zenyte_bracelet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":12057418},"19535":{"id":19535,"name":"Zenyte necklace","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":202000,"lowalch":80800,"highalch":121200,"buy_limit":8,"wiki_name":"Zenyte necklace","wiki_url":"https://oldschool.runescape.wiki/w/Zenyte_necklace","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":13397000},"19538":{"id":19538,"name":"Zenyte ring","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":201000,"lowalch":80400,"highalch":120600,"buy_limit":8,"wiki_name":"Zenyte ring","wiki_url":"https://oldschool.runescape.wiki/w/Zenyte_ring","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":11590916},"19541":{"id":19541,"name":"Zenyte amulet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":202000,"lowalch":80800,"highalch":121200,"buy_limit":8,"wiki_name":"Zenyte amulet","wiki_url":"https://oldschool.runescape.wiki/w/Zenyte_amulet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":15888889},"19544":{"id":19544,"name":"Tormented bracelet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":201000,"lowalch":80400,"highalch":120600,"buy_limit":8,"wiki_name":"Tormented bracelet","wiki_url":"https://oldschool.runescape.wiki/w/Tormented_bracelet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":10,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":5,"prayer":2,"slot":"hands","requirements":{"hitpoints":75}},"price":14369505},"19547":{"id":19547,"name":"Necklace of anguish","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":202000,"lowalch":80800,"highalch":121200,"buy_limit":8,"wiki_name":"Necklace of anguish","wiki_url":"https://oldschool.runescape.wiki/w/Necklace_of_anguish","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":15,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":5,"magic_damage":0,"prayer":2,"slot":"neck","requirements":{"hitpoints":75}},"price":14579105},"19550":{"id":19550,"name":"Ring of suffering","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":201000,"lowalch":80400,"highalch":120600,"buy_limit":8,"wiki_name":"Ring of suffering (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_suffering#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":10,"defence_slash":10,"defence_crush":10,"defence_magic":10,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"ring","requirements":{"hitpoints":75}},"price":14143219},"19553":{"id":19553,"name":"Amulet of torture","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":202000,"lowalch":80800,"highalch":121200,"buy_limit":8,"wiki_name":"Amulet of torture","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_torture","equipment":{"attack_stab":15,"attack_slash":15,"attack_crush":15,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":10,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"neck","requirements":{"hitpoints":75}},"price":14529025},"19556":{"id":19556,"name":"Monkey","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Monkey (Monkey Madness II)","wiki_url":"https://oldschool.runescape.wiki/w/Monkey_(Monkey_Madness_II)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"19558":{"id":19558,"name":"Nieve","members":true,"cost":1,"wiki_name":"Nieve (item)","wiki_url":"https://oldschool.runescape.wiki/w/Nieve_(item)","price":0},"19559":{"id":19559,"name":"Elysian spirit shield","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Elysian spirit shield (Monkey Madness II)","wiki_url":"https://oldschool.runescape.wiki/w/Elysian_spirit_shield_(Monkey_Madness_II)","price":0},"19560":{"id":19560,"name":"Charged onyx","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Charged onyx","wiki_url":"https://oldschool.runescape.wiki/w/Charged_onyx","price":0},"19562":{"id":19562,"name":"Deconstructed onyx","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Deconstructed onyx","wiki_url":"https://oldschool.runescape.wiki/w/Deconstructed_onyx","price":0},"19564":{"id":19564,"name":"Royal seed pod","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Royal seed pod","wiki_url":"https://oldschool.runescape.wiki/w/Royal_seed_pod","price":0},"19566":{"id":19566,"name":"Bronze key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bronze key (Monkey Madness II)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_key_(Monkey_Madness_II)","price":0},"19567":{"id":19567,"name":"Combat scarred key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Combat scarred key","wiki_url":"https://oldschool.runescape.wiki/w/Combat_scarred_key","price":0},"19568":{"id":19568,"name":"Combat scratched key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Combat scratched key","wiki_url":"https://oldschool.runescape.wiki/w/Combat_scratched_key","price":0},"19569":{"id":19569,"name":"Combat damaged key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Combat damaged key","wiki_url":"https://oldschool.runescape.wiki/w/Combat_damaged_key","price":0},"19570":{"id":19570,"name":"Bronze javelin heads","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":25,"lowalch":10,"highalch":15,"buy_limit":10000,"wiki_name":"Bronze javelin heads","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_javelin_heads","price":42},"19572":{"id":19572,"name":"Iron javelin heads","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":35,"lowalch":14,"highalch":21,"buy_limit":10000,"wiki_name":"Iron javelin heads","wiki_url":"https://oldschool.runescape.wiki/w/Iron_javelin_heads","price":27},"19574":{"id":19574,"name":"Steel javelin heads","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":10000,"wiki_name":"Steel javelin heads","wiki_url":"https://oldschool.runescape.wiki/w/Steel_javelin_heads","price":66},"19576":{"id":19576,"name":"Mithril javelin heads","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":165,"lowalch":66,"highalch":99,"buy_limit":10000,"wiki_name":"Mithril javelin heads","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_javelin_heads","price":63},"19578":{"id":19578,"name":"Adamant javelin heads","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":440,"lowalch":176,"highalch":264,"buy_limit":10000,"wiki_name":"Adamant javelin heads","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_javelin_heads","price":174},"19580":{"id":19580,"name":"Rune javelin heads","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1350,"lowalch":540,"highalch":810,"buy_limit":10000,"wiki_name":"Rune javelin heads","wiki_url":"https://oldschool.runescape.wiki/w/Rune_javelin_heads","price":557},"19582":{"id":19582,"name":"Dragon javelin heads","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1950,"lowalch":780,"highalch":1170,"buy_limit":10000,"wiki_name":"Dragon javelin heads","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_javelin_heads","price":916},"19584":{"id":19584,"name":"Javelin shaft","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":7000,"wiki_name":"Javelin shaft","wiki_url":"https://oldschool.runescape.wiki/w/Javelin_shaft","price":4},"19586":{"id":19586,"name":"Light frame","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50000,"lowalch":20000,"highalch":30000,"buy_limit":8,"wiki_name":"Light frame","wiki_url":"https://oldschool.runescape.wiki/w/Light_frame","price":30000},"19589":{"id":19589,"name":"Heavy frame","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50000,"lowalch":20000,"highalch":30000,"buy_limit":8,"wiki_name":"Heavy frame","wiki_url":"https://oldschool.runescape.wiki/w/Heavy_frame","price":107500},"19592":{"id":19592,"name":"Ballista limbs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50000,"lowalch":20000,"highalch":30000,"buy_limit":8,"wiki_name":"Ballista limbs","wiki_url":"https://oldschool.runescape.wiki/w/Ballista_limbs","price":31332},"19595":{"id":19595,"name":"Incomplete light ballista","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50000,"lowalch":20000,"highalch":30000,"buy_limit":8,"wiki_name":"Incomplete light ballista","wiki_url":"https://oldschool.runescape.wiki/w/Incomplete_light_ballista","price":30550},"19598":{"id":19598,"name":"Incomplete heavy ballista","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50000,"lowalch":20000,"highalch":30000,"buy_limit":8,"wiki_name":"Incomplete heavy ballista","wiki_url":"https://oldschool.runescape.wiki/w/Incomplete_heavy_ballista","price":129282},"19601":{"id":19601,"name":"Ballista spring","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50000,"lowalch":20000,"highalch":30000,"buy_limit":8,"wiki_name":"Ballista spring","wiki_url":"https://oldschool.runescape.wiki/w/Ballista_spring","price":29316},"19604":{"id":19604,"name":"Unstrung light ballista","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50000,"lowalch":20000,"highalch":30000,"buy_limit":8,"wiki_name":"Unstrung light ballista","wiki_url":"https://oldschool.runescape.wiki/w/Unstrung_light_ballista","price":108444},"19607":{"id":19607,"name":"Unstrung heavy ballista","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50000,"lowalch":20000,"highalch":30000,"buy_limit":8,"wiki_name":"Unstrung heavy ballista","wiki_url":"https://oldschool.runescape.wiki/w/Unstrung_heavy_ballista","price":185314},"19610":{"id":19610,"name":"Monkey tail","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50000,"lowalch":20000,"highalch":30000,"buy_limit":8,"wiki_name":"Monkey tail","wiki_url":"https://oldschool.runescape.wiki/w/Monkey_tail","price":0},"19613":{"id":19613,"name":"Arceuus library teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Arceuus library teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Arceuus_library_teleport_(tablet)","price":1543},"19615":{"id":19615,"name":"Draynor manor teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Draynor manor teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Draynor_manor_teleport_(tablet)","price":2249},"19617":{"id":19617,"name":"Mind altar teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Mind altar teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Mind_altar_teleport_(tablet)","price":1912},"19619":{"id":19619,"name":"Salve graveyard teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Salve graveyard teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Salve_graveyard_teleport_(tablet)","price":1960},"19621":{"id":19621,"name":"Fenkenstrain's castle teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Fenkenstrain's castle teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Fenkenstrain's_castle_teleport_(tablet)","price":2340},"19623":{"id":19623,"name":"West ardougne teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"West ardougne teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/West_ardougne_teleport_(tablet)","price":2468},"19625":{"id":19625,"name":"Harmony island teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Harmony island teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Harmony_island_teleport_(tablet)","price":2794},"19627":{"id":19627,"name":"Cemetery teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Cemetery teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Cemetery_teleport_(tablet)","price":2429},"19629":{"id":19629,"name":"Barrows teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Barrows teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Barrows_teleport_(tablet)","price":2942},"19631":{"id":19631,"name":"Ape atoll teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Ape atoll teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Ape_atoll_teleport_(tablet)","price":2908},"19634":{"id":19634,"name":"Soul bearer","members":true,"cost":8,"lowalch":3,"highalch":4,"wiki_name":"Soul bearer","wiki_url":"https://oldschool.runescape.wiki/w/Soul_bearer","price":0},"19636":{"id":19636,"name":"Damaged soul bearer","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Damaged soul bearer","wiki_url":"https://oldschool.runescape.wiki/w/Damaged_soul_bearer","price":0},"19637":{"id":19637,"name":"Soul journey","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Soul journey","wiki_url":"https://oldschool.runescape.wiki/w/Soul_journey","price":0},"19639":{"id":19639,"name":"Black slayer helmet","members":true,"equipable":true,"equipable_by_player":true,"cost":40000,"lowalch":16000,"highalch":24000,"wiki_name":"Black slayer helmet","wiki_url":"https://oldschool.runescape.wiki/w/Black_slayer_helmet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":0},"19641":{"id":19641,"name":"Black slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Black slayer helmet (i) (Nightmare Zone)","wiki_url":"https://oldschool.runescape.wiki/w/Black_slayer_helmet_(i)#Nightmare_Zone","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":0},"19643":{"id":19643,"name":"Green slayer helmet","members":true,"equipable":true,"equipable_by_player":true,"cost":40000,"lowalch":16000,"highalch":24000,"wiki_name":"Green slayer helmet","wiki_url":"https://oldschool.runescape.wiki/w/Green_slayer_helmet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":0},"19645":{"id":19645,"name":"Green slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Green slayer helmet (i) (Nightmare Zone)","wiki_url":"https://oldschool.runescape.wiki/w/Green_slayer_helmet_(i)#Nightmare_Zone","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":0},"19647":{"id":19647,"name":"Red slayer helmet","members":true,"equipable":true,"equipable_by_player":true,"cost":40000,"lowalch":16000,"highalch":24000,"wiki_name":"Red slayer helmet","wiki_url":"https://oldschool.runescape.wiki/w/Red_slayer_helmet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":0},"19649":{"id":19649,"name":"Red slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Red slayer helmet (i) (Nightmare Zone)","wiki_url":"https://oldschool.runescape.wiki/w/Red_slayer_helmet_(i)#Nightmare_Zone","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":0},"19651":{"id":19651,"name":"Hosidius teleport","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Hosidius teleport","wiki_url":"https://oldschool.runescape.wiki/w/Hosidius_teleport","price":0},"19653":{"id":19653,"name":"Golovanova fruit top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":100,"wiki_name":"Golovanova fruit top","wiki_url":"https://oldschool.runescape.wiki/w/Golovanova_fruit_top","price":943},"19656":{"id":19656,"name":"Uncooked botanical pie","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":16,"lowalch":6,"highalch":9,"buy_limit":13000,"wiki_name":"Uncooked botanical pie","wiki_url":"https://oldschool.runescape.wiki/w/Uncooked_botanical_pie","price":2236},"19659":{"id":19659,"name":"Half a botanical pie","members":true,"tradeable":true,"noteable":true,"cost":15,"lowalch":6,"highalch":9,"wiki_name":"Botanical pie (Half)","wiki_url":"https://oldschool.runescape.wiki/w/Botanical_pie#Half","price":0},"19662":{"id":19662,"name":"Botanical pie","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":10000,"wiki_name":"Botanical pie (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Botanical_pie#Full","price":1955},"19665":{"id":19665,"name":"Damaged monkey tail","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Damaged monkey tail","wiki_url":"https://oldschool.runescape.wiki/w/Damaged_monkey_tail","price":0},"19668":{"id":19668,"name":"Minecart control scroll","members":true,"stackable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Minecart control scroll","wiki_url":"https://oldschool.runescape.wiki/w/Minecart_control_scroll","price":0},"19669":{"id":19669,"name":"Redwood logs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":450,"lowalch":180,"highalch":270,"buy_limit":12000,"wiki_name":"Redwood logs","wiki_url":"https://oldschool.runescape.wiki/w/Redwood_logs","price":505},"19672":{"id":19672,"name":"Redwood pyre logs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":895,"lowalch":358,"highalch":537,"buy_limit":11000,"wiki_name":"Redwood pyre logs","wiki_url":"https://oldschool.runescape.wiki/w/Redwood_pyre_logs","price":3326},"19675":{"id":19675,"name":"Arclight","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":500,"wiki_name":"Arclight","wiki_url":"https://oldschool.runescape.wiki/w/Arclight","equipment":{"attack_stab":10,"attack_slash":38,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":2,"defence_magic":2,"defence_ranged":0,"melee_strength":8,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":75}},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"19677":{"id":19677,"name":"Ancient shard","members":true,"stackable":true,"cost":204,"lowalch":81,"highalch":122,"wiki_name":"Ancient shard","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_shard","price":0},"19679":{"id":19679,"name":"Dark totem base","members":true,"cost":205,"lowalch":82,"highalch":123,"wiki_name":"Dark totem base","wiki_url":"https://oldschool.runescape.wiki/w/Dark_totem_base","price":0},"19681":{"id":19681,"name":"Dark totem middle","members":true,"cost":205,"lowalch":82,"highalch":123,"wiki_name":"Dark totem middle","wiki_url":"https://oldschool.runescape.wiki/w/Dark_totem_middle","price":0},"19683":{"id":19683,"name":"Dark totem top","members":true,"cost":205,"lowalch":82,"highalch":123,"wiki_name":"Dark totem top","wiki_url":"https://oldschool.runescape.wiki/w/Dark_totem_top","price":0},"19685":{"id":19685,"name":"Dark totem","members":true,"cost":450,"lowalch":180,"highalch":270,"wiki_name":"Dark totem","wiki_url":"https://oldschool.runescape.wiki/w/Dark_totem","price":0},"19687":{"id":19687,"name":"Helm of raedwald","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Helm of raedwald","wiki_url":"https://oldschool.runescape.wiki/w/Helm_of_raedwald","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":6,"defence_slash":7,"defence_crush":5,"defence_magic":-1,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"19689":{"id":19689,"name":"Clue hunter garb","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Clue hunter garb","wiki_url":"https://oldschool.runescape.wiki/w/Clue_hunter_garb","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-2,"attack_ranged":2,"defence_stab":8,"defence_slash":9,"defence_crush":10,"defence_magic":4,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"19691":{"id":19691,"name":"Clue hunter gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Clue hunter gloves","wiki_url":"https://oldschool.runescape.wiki/w/Clue_hunter_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"19693":{"id":19693,"name":"Clue hunter trousers","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Clue hunter trousers","wiki_url":"https://oldschool.runescape.wiki/w/Clue_hunter_trousers","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":4,"defence_stab":2,"defence_slash":2,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"19695":{"id":19695,"name":"Clue hunter boots","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Clue hunter boots","wiki_url":"https://oldschool.runescape.wiki/w/Clue_hunter_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"19697":{"id":19697,"name":"Clue hunter cloak","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Clue hunter cloak","wiki_url":"https://oldschool.runescape.wiki/w/Clue_hunter_cloak","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"19699":{"id":19699,"name":"Hornwood helm","equipable":true,"equipable_by_player":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Hornwood helm","wiki_url":"https://oldschool.runescape.wiki/w/Hornwood_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"19701":{"id":19701,"name":"Jar of darkness","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Jar of darkness","wiki_url":"https://oldschool.runescape.wiki/w/Jar_of_darkness","price":397500},"19704":{"id":19704,"name":"Compost pack","members":true,"tradeable":true,"noteable":true,"cost":2000,"lowalch":800,"highalch":1200,"wiki_name":"Compost pack","wiki_url":"https://oldschool.runescape.wiki/w/Compost_pack","price":0},"19707":{"id":19707,"name":"Amulet of eternal glory","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":17625,"lowalch":7050,"highalch":10575,"buy_limit":5,"wiki_name":"Amulet of eternal glory","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_eternal_glory","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":10,"attack_magic":10,"attack_ranged":10,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":3,"defence_ranged":3,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"neck","requirements":null},"price":71750000},"19710":{"id":19710,"name":"Ring of suffering (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":201100,"lowalch":80440,"highalch":120660,"wiki_name":"Ring of suffering (i) (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_suffering_(i)#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":20,"defence_slash":20,"defence_crush":20,"defence_magic":20,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"ring","requirements":{"hitpoints":75}},"price":0},"19712":{"id":19712,"name":"Clue nest (easy)","members":true,"cost":451,"lowalch":180,"highalch":270,"wiki_name":"Clue nest (easy)","wiki_url":"https://oldschool.runescape.wiki/w/Clue_nest_(easy)","price":0},"19714":{"id":19714,"name":"Clue nest (medium)","members":true,"cost":452,"lowalch":180,"highalch":271,"wiki_name":"Clue nest (medium)","wiki_url":"https://oldschool.runescape.wiki/w/Clue_nest_(medium)","price":0},"19716":{"id":19716,"name":"Clue nest (hard)","members":true,"cost":453,"lowalch":181,"highalch":271,"wiki_name":"Clue nest (hard)","wiki_url":"https://oldschool.runescape.wiki/w/Clue_nest_(hard)","price":0},"19718":{"id":19718,"name":"Clue nest (elite)","members":true,"cost":454,"lowalch":181,"highalch":272,"wiki_name":"Clue nest (elite)","wiki_url":"https://oldschool.runescape.wiki/w/Clue_nest_(elite)","price":0},"19720":{"id":19720,"name":"Occult necklace (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":45000,"lowalch":18000,"highalch":27000,"wiki_name":"Occult necklace (or)","wiki_url":"https://oldschool.runescape.wiki/w/Occult_necklace_(or)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":12,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":5,"prayer":2,"slot":"neck","requirements":{"magic":75}},"price":0},"19722":{"id":19722,"name":"Dragon defender (t)","members":true,"equipable":true,"equipable_by_player":true,"cost":68007,"lowalch":27202,"highalch":40804,"wiki_name":"Dragon defender (t) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_defender_(t)#Normal","equipment":{"attack_stab":25,"attack_slash":24,"attack_crush":23,"attack_magic":-3,"attack_ranged":-2,"defence_stab":25,"defence_slash":24,"defence_crush":23,"defence_magic":-3,"defence_ranged":-2,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":60}},"price":0},"19724":{"id":19724,"name":"Left eye patch","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":4,"wiki_name":"Left eye patch","wiki_url":"https://oldschool.runescape.wiki/w/Left_eye_patch","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":13527},"19727":{"id":19727,"name":"Double eye patch","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":4,"wiki_name":"Double eye patch","wiki_url":"https://oldschool.runescape.wiki/w/Double_eye_patch","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":25517},"19730":{"id":19730,"name":"Bloodhound","members":true,"cost":1,"wiki_name":"Bloodhound","wiki_url":"https://oldschool.runescape.wiki/w/Bloodhound","price":0},"19732":{"id":19732,"name":"Lucky impling jar","members":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Lucky impling jar","wiki_url":"https://oldschool.runescape.wiki/w/Lucky_impling_jar","price":0},"19812":{"id":19812,"name":"Key (elite)","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Key (Treasure Trails) (Elite)","wiki_url":"https://oldschool.runescape.wiki/w/Key_(Treasure_Trails)#Elite","price":0},"19835":{"id":19835,"name":"Clue scroll (master)","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Clue scroll (master)","wiki_url":"https://oldschool.runescape.wiki/w/Clue_scroll_(master)","price":0},"19836":{"id":19836,"name":"Reward casket (master)","members":true,"stackable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Reward casket (master)","wiki_url":"https://oldschool.runescape.wiki/w/Reward_casket_(master)","price":0},"19837":{"id":19837,"name":"Torn clue scroll (part 1)","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Torn clue scroll (Part 1)","wiki_url":"https://oldschool.runescape.wiki/w/Torn_clue_scroll#Part_1","price":0},"19838":{"id":19838,"name":"Torn clue scroll (part 2)","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Torn clue scroll (Part 2)","wiki_url":"https://oldschool.runescape.wiki/w/Torn_clue_scroll#Part_2","price":0},"19839":{"id":19839,"name":"Torn clue scroll (part 3)","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Torn clue scroll (Part 3)","wiki_url":"https://oldschool.runescape.wiki/w/Torn_clue_scroll#Part_3","price":0},"19912":{"id":19912,"name":"Zombie head","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Zombie head (Treasure Trails)","wiki_url":"https://oldschool.runescape.wiki/w/Zombie_head_(Treasure_Trails)","equipment":{"attack_stab":-4,"attack_slash":-4,"attack_crush":10,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":8,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":6,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":7877},"19915":{"id":19915,"name":"Cyclops head","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Cyclops head","wiki_url":"https://oldschool.runescape.wiki/w/Cyclops_head","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":9336},"19918":{"id":19918,"name":"Nunchaku","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":6000,"lowalch":2400,"highalch":3600,"buy_limit":8,"wiki_name":"Nunchaku","wiki_url":"https://oldschool.runescape.wiki/w/Nunchaku","equipment":{"attack_stab":-4,"attack_slash":-4,"attack_crush":11,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":14,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":6216},"19921":{"id":19921,"name":"Ancient d'hide boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":9300,"lowalch":3720,"highalch":5580,"buy_limit":8,"wiki_name":"Ancient d'hide boots","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_d'hide_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":7,"defence_stab":4,"defence_slash":4,"defence_crush":4,"defence_magic":4,"defence_ranged":4,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"feet","requirements":{"ranged":70,"defence":40}},"price":958346},"19924":{"id":19924,"name":"Bandos d'hide boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":9300,"lowalch":3720,"highalch":5580,"buy_limit":8,"wiki_name":"Bandos d'hide boots","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_d'hide_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":7,"defence_stab":4,"defence_slash":4,"defence_crush":4,"defence_magic":4,"defence_ranged":4,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"feet","requirements":{"ranged":70,"defence":40}},"price":500853},"19927":{"id":19927,"name":"Guthix d'hide boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":9300,"lowalch":3720,"highalch":5580,"buy_limit":8,"wiki_name":"Guthix d'hide boots","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_d'hide_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":7,"defence_stab":4,"defence_slash":4,"defence_crush":4,"defence_magic":4,"defence_ranged":4,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"feet","requirements":{"ranged":70,"defence":40}},"price":615866},"19930":{"id":19930,"name":"Armadyl d'hide boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":9300,"lowalch":3720,"highalch":5580,"buy_limit":8,"wiki_name":"Armadyl d'hide boots","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_d'hide_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":7,"defence_stab":4,"defence_slash":4,"defence_crush":4,"defence_magic":4,"defence_ranged":4,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"feet","requirements":{"ranged":70,"defence":40}},"price":1149504},"19933":{"id":19933,"name":"Saradomin d'hide boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":9300,"lowalch":3720,"highalch":5580,"buy_limit":8,"wiki_name":"Saradomin d'hide boots","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_d'hide_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":7,"defence_stab":4,"defence_slash":4,"defence_crush":4,"defence_magic":4,"defence_ranged":4,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"feet","requirements":{"ranged":70,"defence":40}},"price":699787},"19936":{"id":19936,"name":"Zamorak d'hide boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":9300,"lowalch":3720,"highalch":5580,"buy_limit":8,"wiki_name":"Zamorak d'hide boots","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_d'hide_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":7,"defence_stab":4,"defence_slash":4,"defence_crush":4,"defence_magic":4,"defence_ranged":4,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"feet","requirements":{"ranged":70,"defence":40}},"price":982494},"19939":{"id":19939,"name":"Strange device","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Strange device (Master)","wiki_url":"https://oldschool.runescape.wiki/w/Strange_device#Master","price":0},"19941":{"id":19941,"name":"Heavy casket","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Heavy casket","wiki_url":"https://oldschool.runescape.wiki/w/Heavy_casket","equipment":{"attack_stab":-4,"attack_slash":-4,"attack_crush":11,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":9,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":6,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"19943":{"id":19943,"name":"Arceuus scarf","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":4,"wiki_name":"Arceuus scarf","wiki_url":"https://oldschool.runescape.wiki/w/Arceuus_scarf","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":7667},"19946":{"id":19946,"name":"Hosidius scarf","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":4,"wiki_name":"Hosidius scarf","wiki_url":"https://oldschool.runescape.wiki/w/Hosidius_scarf","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":14543},"19949":{"id":19949,"name":"Lovakengj scarf","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":4,"wiki_name":"Lovakengj scarf","wiki_url":"https://oldschool.runescape.wiki/w/Lovakengj_scarf","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":47500},"19952":{"id":19952,"name":"Piscarilius scarf","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":4,"wiki_name":"Piscarilius scarf","wiki_url":"https://oldschool.runescape.wiki/w/Piscarilius_scarf","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":8038},"19955":{"id":19955,"name":"Shayzien scarf","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":4,"wiki_name":"Shayzien scarf","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_scarf","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":32501},"19958":{"id":19958,"name":"Dark tuxedo jacket","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":4,"wiki_name":"Dark tuxedo jacket","wiki_url":"https://oldschool.runescape.wiki/w/Dark_tuxedo_jacket","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":1235998},"19961":{"id":19961,"name":"Dark tuxedo cuffs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"buy_limit":4,"wiki_name":"Dark tuxedo cuffs","wiki_url":"https://oldschool.runescape.wiki/w/Dark_tuxedo_cuffs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":4310214},"19964":{"id":19964,"name":"Dark trousers","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":6000,"lowalch":2400,"highalch":3600,"buy_limit":4,"wiki_name":"Dark trousers","wiki_url":"https://oldschool.runescape.wiki/w/Dark_trousers","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":707482},"19967":{"id":19967,"name":"Dark tuxedo shoes","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"buy_limit":4,"wiki_name":"Dark tuxedo shoes","wiki_url":"https://oldschool.runescape.wiki/w/Dark_tuxedo_shoes","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":470500},"19970":{"id":19970,"name":"Dark bow tie","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Dark bow tie","wiki_url":"https://oldschool.runescape.wiki/w/Dark_bow_tie","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":557640},"19973":{"id":19973,"name":"Light tuxedo jacket","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":4,"wiki_name":"Light tuxedo jacket","wiki_url":"https://oldschool.runescape.wiki/w/Light_tuxedo_jacket","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":2178500},"19976":{"id":19976,"name":"Light tuxedo cuffs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"buy_limit":4,"wiki_name":"Light tuxedo cuffs","wiki_url":"https://oldschool.runescape.wiki/w/Light_tuxedo_cuffs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":295064},"19979":{"id":19979,"name":"Light trousers","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":6000,"lowalch":2400,"highalch":3600,"buy_limit":4,"wiki_name":"Light trousers","wiki_url":"https://oldschool.runescape.wiki/w/Light_trousers","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":152508},"19982":{"id":19982,"name":"Light tuxedo shoes","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"buy_limit":4,"wiki_name":"Light tuxedo shoes","wiki_url":"https://oldschool.runescape.wiki/w/Light_tuxedo_shoes","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":938826},"19985":{"id":19985,"name":"Light bow tie","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Light bow tie","wiki_url":"https://oldschool.runescape.wiki/w/Light_bow_tie","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":248093},"19988":{"id":19988,"name":"Blacksmith's helm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"buy_limit":125,"wiki_name":"Blacksmith's helm","wiki_url":"https://oldschool.runescape.wiki/w/Blacksmith's_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":6,"defence_slash":7,"defence_crush":5,"defence_magic":-1,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":65500},"19991":{"id":19991,"name":"Bucket helm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":14000,"lowalch":5600,"highalch":8400,"buy_limit":4,"wiki_name":"Bucket helm","wiki_url":"https://oldschool.runescape.wiki/w/Bucket_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":44515},"19994":{"id":19994,"name":"Ranger gloves","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3400,"lowalch":1360,"highalch":2040,"buy_limit":8,"wiki_name":"Ranger gloves","wiki_url":"https://oldschool.runescape.wiki/w/Ranger_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":11,"defence_stab":1,"defence_slash":2,"defence_crush":1,"defence_magic":2,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"ranged":40}},"price":643798},"19997":{"id":19997,"name":"Holy wraps","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":9600,"lowalch":3840,"highalch":5760,"buy_limit":4,"wiki_name":"Holy wraps","wiki_url":"https://oldschool.runescape.wiki/w/Holy_wraps","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"hands","requirements":{"prayer":31}},"price":1119494},"20000":{"id":20000,"name":"Dragon scimitar (or)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100000,"lowalch":40000,"highalch":60000,"wiki_name":"Dragon scimitar (or)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_scimitar_(or)","equipment":{"attack_stab":8,"attack_slash":67,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":66,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":60}},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"20002":{"id":20002,"name":"Dragon scimitar ornament kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Dragon scimitar ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_scimitar_ornament_kit","price":410000},"20005":{"id":20005,"name":"Ring of nature","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":8000,"lowalch":3200,"highalch":4800,"buy_limit":4,"wiki_name":"Ring of nature","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_nature","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":10540101},"20008":{"id":20008,"name":"Fancy tiara","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":8000,"lowalch":3200,"highalch":4800,"buy_limit":4,"wiki_name":"Fancy tiara","wiki_url":"https://oldschool.runescape.wiki/w/Fancy_tiara","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":21675},"20011":{"id":20011,"name":"3rd age axe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":55000,"lowalch":22000,"highalch":33000,"buy_limit":40,"wiki_name":"3rd age axe","wiki_url":"https://oldschool.runescape.wiki/w/3rd_age_axe","equipment":{"attack_stab":-2,"attack_slash":38,"attack_crush":32,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":65}},"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":2147483647},"20014":{"id":20014,"name":"3rd age pickaxe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":97950,"lowalch":39180,"highalch":58770,"buy_limit":40,"wiki_name":"3rd age pickaxe","wiki_url":"https://oldschool.runescape.wiki/w/3rd_age_pickaxe","equipment":{"attack_stab":38,"attack_slash":-2,"attack_crush":32,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":65}},"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":2147483647},"20017":{"id":20017,"name":"Ring of coins","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":8000,"lowalch":3200,"highalch":4800,"buy_limit":4,"wiki_name":"Ring of coins","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_coins","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":20681001},"20020":{"id":20020,"name":"Lesser demon mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":4000,"lowalch":1600,"highalch":2400,"buy_limit":4,"wiki_name":"Lesser demon mask","wiki_url":"https://oldschool.runescape.wiki/w/Lesser_demon_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":9000},"20023":{"id":20023,"name":"Greater demon mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":4000,"lowalch":1600,"highalch":2400,"buy_limit":4,"wiki_name":"Greater demon mask","wiki_url":"https://oldschool.runescape.wiki/w/Greater_demon_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":5681},"20026":{"id":20026,"name":"Black demon mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":4000,"lowalch":1600,"highalch":2400,"buy_limit":4,"wiki_name":"Black demon mask","wiki_url":"https://oldschool.runescape.wiki/w/Black_demon_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":80662},"20029":{"id":20029,"name":"Old demon mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":4000,"lowalch":1600,"highalch":2400,"buy_limit":4,"wiki_name":"Old demon mask","wiki_url":"https://oldschool.runescape.wiki/w/Old_demon_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":62500},"20032":{"id":20032,"name":"Jungle demon mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":4000,"lowalch":1600,"highalch":2400,"buy_limit":4,"wiki_name":"Jungle demon mask","wiki_url":"https://oldschool.runescape.wiki/w/Jungle_demon_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":46893},"20035":{"id":20035,"name":"Samurai kasa","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":4000,"lowalch":1600,"highalch":2400,"buy_limit":70,"wiki_name":"Samurai kasa","wiki_url":"https://oldschool.runescape.wiki/w/Samurai_kasa","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":16,"defence_slash":17,"defence_crush":15,"defence_magic":4,"defence_ranged":16,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":35}},"price":32568},"20038":{"id":20038,"name":"Samurai shirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":7000,"lowalch":2800,"highalch":4200,"buy_limit":70,"wiki_name":"Samurai shirt","wiki_url":"https://oldschool.runescape.wiki/w/Samurai_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":69,"defence_slash":67,"defence_crush":59,"defence_magic":10,"defence_ranged":67,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":35}},"price":54343},"20041":{"id":20041,"name":"Samurai gloves","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3200,"lowalch":1280,"highalch":1920,"buy_limit":70,"wiki_name":"Samurai gloves","wiki_url":"https://oldschool.runescape.wiki/w/Samurai_gloves","equipment":{"attack_stab":2,"attack_slash":2,"attack_crush":2,"attack_magic":2,"attack_ranged":2,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":3,"defence_ranged":3,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"defence":35}},"price":42750},"20044":{"id":20044,"name":"Samurai greaves","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3200,"lowalch":1280,"highalch":1920,"buy_limit":70,"wiki_name":"Samurai greaves","wiki_url":"https://oldschool.runescape.wiki/w/Samurai_greaves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":42,"defence_slash":40,"defence_crush":38,"defence_magic":3,"defence_ranged":40,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":35}},"price":44179},"20047":{"id":20047,"name":"Samurai boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":4500,"lowalch":1800,"highalch":2700,"buy_limit":70,"wiki_name":"Samurai boots","wiki_url":"https://oldschool.runescape.wiki/w/Samurai_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":11,"defence_slash":12,"defence_crush":13,"defence_magic":1,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"defence":35}},"price":38961},"20050":{"id":20050,"name":"Obsidian cape (r)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":60000,"lowalch":24000,"highalch":36000,"buy_limit":70,"wiki_name":"Obsidian cape (r)","wiki_url":"https://oldschool.runescape.wiki/w/Obsidian_cape_(r)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":874623},"20053":{"id":20053,"name":"Half moon spectacles","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":19450,"lowalch":7780,"highalch":11670,"buy_limit":4,"wiki_name":"Half moon spectacles","wiki_url":"https://oldschool.runescape.wiki/w/Half_moon_spectacles","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":95000},"20056":{"id":20056,"name":"Ale of the gods","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":850,"lowalch":340,"highalch":510,"buy_limit":4,"wiki_name":"Ale of the gods","wiki_url":"https://oldschool.runescape.wiki/w/Ale_of_the_gods","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"unarmed","stances":[{"combat_style":"punch","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"kick","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":800000},"20059":{"id":20059,"name":"Bucket helm (g)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":14000,"lowalch":5600,"highalch":8400,"buy_limit":4,"wiki_name":"Bucket helm (g)","wiki_url":"https://oldschool.runescape.wiki/w/Bucket_helm_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":4399500},"20062":{"id":20062,"name":"Torture ornament kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Torture ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Torture_ornament_kit","price":3640974},"20065":{"id":20065,"name":"Occult ornament kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Occult ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Occult_ornament_kit","price":4643946},"20068":{"id":20068,"name":"Armadyl godsword ornament kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Armadyl godsword ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_godsword_ornament_kit","price":112652},"20071":{"id":20071,"name":"Bandos godsword ornament kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Bandos godsword ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_godsword_ornament_kit","price":5742889},"20074":{"id":20074,"name":"Saradomin godsword ornament kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Saradomin godsword ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_godsword_ornament_kit","price":3655002},"20077":{"id":20077,"name":"Zamorak godsword ornament kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Zamorak godsword ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_godsword_ornament_kit","price":213322},"20080":{"id":20080,"name":"Mummy's head","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Mummy's head","wiki_url":"https://oldschool.runescape.wiki/w/Mummy's_head","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":3650000},"20083":{"id":20083,"name":"Mummy's body","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Mummy's body","wiki_url":"https://oldschool.runescape.wiki/w/Mummy's_body","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":3282672},"20086":{"id":20086,"name":"Mummy's hands","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Mummy's hands","wiki_url":"https://oldschool.runescape.wiki/w/Mummy's_hands","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":889234},"20089":{"id":20089,"name":"Mummy's legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Mummy's legs","wiki_url":"https://oldschool.runescape.wiki/w/Mummy's_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":1405000},"20092":{"id":20092,"name":"Mummy's feet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Mummy's feet","wiki_url":"https://oldschool.runescape.wiki/w/Mummy's_feet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":915000},"20095":{"id":20095,"name":"Ankou mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Ankou mask","wiki_url":"https://oldschool.runescape.wiki/w/Ankou_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":12077654},"20098":{"id":20098,"name":"Ankou top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Ankou top","wiki_url":"https://oldschool.runescape.wiki/w/Ankou_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":25081572},"20101":{"id":20101,"name":"Ankou gloves","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Ankou gloves","wiki_url":"https://oldschool.runescape.wiki/w/Ankou_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":3717444},"20104":{"id":20104,"name":"Ankou's leggings","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Ankou's leggings","wiki_url":"https://oldschool.runescape.wiki/w/Ankou's_leggings","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":8500000},"20107":{"id":20107,"name":"Ankou socks","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Ankou socks","wiki_url":"https://oldschool.runescape.wiki/w/Ankou_socks","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":2298365},"20110":{"id":20110,"name":"Bowl wig","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Bowl wig","wiki_url":"https://oldschool.runescape.wiki/w/Bowl_wig","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":14730},"20113":{"id":20113,"name":"Arceuus hood","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Arceuus hood","wiki_url":"https://oldschool.runescape.wiki/w/Arceuus_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":27500},"20116":{"id":20116,"name":"Hosidius hood","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Hosidius hood","wiki_url":"https://oldschool.runescape.wiki/w/Hosidius_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":1737},"20119":{"id":20119,"name":"Lovakengj hood","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Lovakengj hood","wiki_url":"https://oldschool.runescape.wiki/w/Lovakengj_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":6969},"20122":{"id":20122,"name":"Piscarilius hood","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Piscarilius hood","wiki_url":"https://oldschool.runescape.wiki/w/Piscarilius_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":5008},"20125":{"id":20125,"name":"Shayzien hood","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Shayzien hood","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":45225},"20128":{"id":20128,"name":"Hood of darkness","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":70,"wiki_name":"Hood of darkness","wiki_url":"https://oldschool.runescape.wiki/w/Hood_of_darkness","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"magic":40,"defence":20}},"price":35923},"20131":{"id":20131,"name":"Robe top of darkness","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":120000,"lowalch":48000,"highalch":72000,"buy_limit":70,"wiki_name":"Robe top of darkness","wiki_url":"https://oldschool.runescape.wiki/w/Robe_top_of_darkness","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":20,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":20,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"magic":40,"defence":20}},"price":82430},"20134":{"id":20134,"name":"Gloves of darkness","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":70,"wiki_name":"Gloves of darkness","wiki_url":"https://oldschool.runescape.wiki/w/Gloves_of_darkness","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"magic":40,"defence":20}},"price":51510},"20137":{"id":20137,"name":"Robe bottom of darkness","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":70,"wiki_name":"Robe bottom of darkness","wiki_url":"https://oldschool.runescape.wiki/w/Robe_bottom_of_darkness","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"magic":40,"defence":20}},"price":66163},"20140":{"id":20140,"name":"Boots of darkness","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":70,"wiki_name":"Boots of darkness","wiki_url":"https://oldschool.runescape.wiki/w/Boots_of_darkness","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"magic":40,"defence":20}},"price":35641},"20143":{"id":20143,"name":"Dragon defender ornament kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Dragon defender ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_defender_ornament_kit","price":62066},"20146":{"id":20146,"name":"Gilded med helm","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":19200,"lowalch":7680,"highalch":11520,"buy_limit":70,"wiki_name":"Gilded med helm","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_med_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":0,"defence_stab":22,"defence_slash":23,"defence_crush":21,"defence_magic":-1,"defence_ranged":22,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":40}},"price":1991501},"20149":{"id":20149,"name":"Gilded chainbody","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50000,"lowalch":20000,"highalch":30000,"buy_limit":70,"wiki_name":"Gilded chainbody","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_chainbody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":0,"defence_stab":63,"defence_slash":72,"defence_crush":78,"defence_magic":-3,"defence_ranged":65,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":40}},"price":3851499},"20152":{"id":20152,"name":"Gilded sq shield","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":38400,"lowalch":15360,"highalch":23040,"buy_limit":70,"wiki_name":"Gilded sq shield","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_sq_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":0,"defence_stab":38,"defence_slash":40,"defence_crush":36,"defence_magic":0,"defence_ranged":38,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":1801999},"20155":{"id":20155,"name":"Gilded 2h sword","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":64000,"lowalch":25600,"highalch":38400,"buy_limit":70,"wiki_name":"Gilded 2h sword","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_2h_sword","equipment":{"attack_stab":-4,"attack_slash":69,"attack_crush":50,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":70,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":40}},"weapon":{"attack_speed":7,"weapon_type":"2h_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"smash","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":6432000},"20158":{"id":20158,"name":"Gilded spear","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":20800,"lowalch":8320,"highalch":12480,"buy_limit":70,"wiki_name":"Gilded spear","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_spear","equipment":{"attack_stab":36,"attack_slash":36,"attack_crush":36,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":40}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":5074527},"20161":{"id":20161,"name":"Gilded hasta","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":20800,"lowalch":8320,"highalch":12480,"buy_limit":70,"wiki_name":"Gilded hasta","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_hasta","equipment":{"attack_stab":36,"attack_slash":36,"attack_crush":36,"attack_magic":0,"attack_ranged":0,"defence_stab":-10,"defence_slash":-10,"defence_crush":-9,"defence_magic":0,"defence_ranged":-10,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":40}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":760499},"20164":{"id":20164,"name":"Large spade","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Large spade","wiki_url":"https://oldschool.runescape.wiki/w/Large_spade","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"20166":{"id":20166,"name":"Wooden shield (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":125,"wiki_name":"Wooden shield (g)","wiki_url":"https://oldschool.runescape.wiki/w/Wooden_shield_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":4,"defence_slash":5,"defence_crush":3,"defence_magic":1,"defence_ranged":4,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":39997},"20169":{"id":20169,"name":"Steel platebody (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":125,"wiki_name":"Steel platebody (g)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_platebody_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":32,"defence_slash":31,"defence_crush":24,"defence_magic":-6,"defence_ranged":31,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":5}},"price":3889},"20172":{"id":20172,"name":"Steel platelegs (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":125,"wiki_name":"Steel platelegs (g)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_platelegs_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":17,"defence_slash":16,"defence_crush":15,"defence_magic":-4,"defence_ranged":16,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":5}},"price":2250},"20175":{"id":20175,"name":"Steel plateskirt (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":125,"wiki_name":"Steel plateskirt (g)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_plateskirt_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":17,"defence_slash":16,"defence_crush":15,"defence_magic":-4,"defence_ranged":16,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":5}},"price":7506},"20178":{"id":20178,"name":"Steel full helm (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":550,"lowalch":220,"highalch":330,"buy_limit":125,"wiki_name":"Steel full helm (g)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_full_helm_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":9,"defence_slash":10,"defence_crush":7,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":5}},"price":12254},"20181":{"id":20181,"name":"Steel kiteshield (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":850,"lowalch":340,"highalch":510,"buy_limit":125,"wiki_name":"Steel kiteshield (g)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_kiteshield_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":13,"defence_slash":15,"defence_crush":14,"defence_magic":-1,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":5}},"price":10681},"20184":{"id":20184,"name":"Steel platebody (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":125,"wiki_name":"Steel platebody (t)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_platebody_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":32,"defence_slash":31,"defence_crush":24,"defence_magic":-6,"defence_ranged":31,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":5}},"price":2848},"20187":{"id":20187,"name":"Steel platelegs (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":125,"wiki_name":"Steel platelegs (t)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_platelegs_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":17,"defence_slash":16,"defence_crush":15,"defence_magic":-4,"defence_ranged":16,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":5}},"price":2730},"20190":{"id":20190,"name":"Steel plateskirt (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":125,"wiki_name":"Steel plateskirt (t)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_plateskirt_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":17,"defence_slash":16,"defence_crush":15,"defence_magic":-4,"defence_ranged":16,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":5}},"price":6068},"20193":{"id":20193,"name":"Steel full helm (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":550,"lowalch":220,"highalch":330,"buy_limit":125,"wiki_name":"Steel full helm (t)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_full_helm_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":9,"defence_slash":10,"defence_crush":7,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":5}},"price":4130},"20196":{"id":20196,"name":"Steel kiteshield (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":850,"lowalch":340,"highalch":510,"buy_limit":125,"wiki_name":"Steel kiteshield (t)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_kiteshield_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":13,"defence_slash":15,"defence_crush":14,"defence_magic":-1,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":5}},"price":7152},"20199":{"id":20199,"name":"Monk's robe top (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":4,"wiki_name":"Monk's robe top (g)","wiki_url":"https://oldschool.runescape.wiki/w/Monk's_robe_top_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"body","requirements":null},"price":4574812},"20202":{"id":20202,"name":"Monk's robe (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":4,"wiki_name":"Monk's robe (g)","wiki_url":"https://oldschool.runescape.wiki/w/Monk's_robe_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"legs","requirements":null},"price":2395959},"20205":{"id":20205,"name":"Golden chef's hat","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":4,"wiki_name":"Golden chef's hat","wiki_url":"https://oldschool.runescape.wiki/w/Golden_chef's_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":602749},"20208":{"id":20208,"name":"Golden apron","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":4,"wiki_name":"Golden apron","wiki_url":"https://oldschool.runescape.wiki/w/Golden_apron","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":349627},"20211":{"id":20211,"name":"Team cape zero","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":4,"wiki_name":"Team cape zero","wiki_url":"https://oldschool.runescape.wiki/w/Team_cape_zero","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":3555750},"20214":{"id":20214,"name":"Team cape x","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":4,"wiki_name":"Team cape x","wiki_url":"https://oldschool.runescape.wiki/w/Team_cape_x","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":1386500},"20217":{"id":20217,"name":"Team cape i","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":4,"wiki_name":"Team cape i","wiki_url":"https://oldschool.runescape.wiki/w/Team_cape_i","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":1252117},"20220":{"id":20220,"name":"Holy blessing","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":5,"wiki_name":"Holy blessing","wiki_url":"https://oldschool.runescape.wiki/w/Holy_blessing","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"ammo","requirements":null},"price":20969},"20223":{"id":20223,"name":"Unholy blessing","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":5,"wiki_name":"Unholy blessing","wiki_url":"https://oldschool.runescape.wiki/w/Unholy_blessing","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"ammo","requirements":null},"price":49551},"20226":{"id":20226,"name":"Peaceful blessing","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":5,"wiki_name":"Peaceful blessing","wiki_url":"https://oldschool.runescape.wiki/w/Peaceful_blessing","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"ammo","requirements":null},"price":13525},"20229":{"id":20229,"name":"Honourable blessing","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":5,"wiki_name":"Honourable blessing","wiki_url":"https://oldschool.runescape.wiki/w/Honourable_blessing","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"ammo","requirements":null},"price":27785},"20232":{"id":20232,"name":"War blessing","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":5,"wiki_name":"War blessing","wiki_url":"https://oldschool.runescape.wiki/w/War_blessing","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"ammo","requirements":null},"price":23247},"20235":{"id":20235,"name":"Ancient blessing","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":5,"wiki_name":"Ancient blessing","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_blessing","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"ammo","requirements":null},"price":15554},"20238":{"id":20238,"name":"Charge dragonstone jewellery scroll","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Charge dragonstone jewellery scroll","wiki_url":"https://oldschool.runescape.wiki/w/Charge_dragonstone_jewellery_scroll","price":155},"20240":{"id":20240,"name":"Crier coat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Crier coat","wiki_url":"https://oldschool.runescape.wiki/w/Crier_coat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":3651},"20243":{"id":20243,"name":"Crier bell","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Crier bell","wiki_url":"https://oldschool.runescape.wiki/w/Crier_bell","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":2569},"20246":{"id":20246,"name":"Black leprechaun hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Black leprechaun hat","wiki_url":"https://oldschool.runescape.wiki/w/Black_leprechaun_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":7859},"20249":{"id":20249,"name":"Clueless scroll","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Clueless scroll","wiki_url":"https://oldschool.runescape.wiki/w/Clueless_scroll","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"20251":{"id":20251,"name":"Arceuus banner","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":70,"lowalch":28,"highalch":42,"buy_limit":4,"wiki_name":"Arceuus banner","wiki_url":"https://oldschool.runescape.wiki/w/Arceuus_banner","equipment":{"attack_stab":12,"attack_slash":12,"attack_crush":12,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"polestaff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"20254":{"id":20254,"name":"Hosidius banner","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":70,"lowalch":28,"highalch":42,"buy_limit":4,"wiki_name":"Hosidius banner","wiki_url":"https://oldschool.runescape.wiki/w/Hosidius_banner","equipment":{"attack_stab":12,"attack_slash":12,"attack_crush":12,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"polestaff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":5832},"20257":{"id":20257,"name":"Lovakengj banner","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":70,"lowalch":28,"highalch":42,"buy_limit":4,"wiki_name":"Lovakengj banner","wiki_url":"https://oldschool.runescape.wiki/w/Lovakengj_banner","equipment":{"attack_stab":12,"attack_slash":12,"attack_crush":12,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"polestaff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":5591},"20260":{"id":20260,"name":"Piscarilius banner","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":70,"lowalch":28,"highalch":42,"buy_limit":4,"wiki_name":"Piscarilius banner","wiki_url":"https://oldschool.runescape.wiki/w/Piscarilius_banner","equipment":{"attack_stab":12,"attack_slash":12,"attack_crush":12,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"polestaff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":42535},"20263":{"id":20263,"name":"Shayzien banner","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":70,"lowalch":28,"highalch":42,"buy_limit":4,"wiki_name":"Shayzien banner","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_banner","equipment":{"attack_stab":12,"attack_slash":12,"attack_crush":12,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"polestaff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1007},"20266":{"id":20266,"name":"Black unicorn mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":4,"wiki_name":"Black unicorn mask","wiki_url":"https://oldschool.runescape.wiki/w/Black_unicorn_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":63249},"20269":{"id":20269,"name":"White unicorn mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":4,"wiki_name":"White unicorn mask","wiki_url":"https://oldschool.runescape.wiki/w/White_unicorn_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":13750},"20272":{"id":20272,"name":"Cabbage round shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"buy_limit":125,"wiki_name":"Cabbage round shield","wiki_url":"https://oldschool.runescape.wiki/w/Cabbage_round_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":24,"defence_slash":26,"defence_crush":22,"defence_magic":0,"defence_ranged":24,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":30}},"price":8142},"20275":{"id":20275,"name":"Gnomish firelighter","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":40,"wiki_name":"Gnomish firelighter (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Gnomish_firelighter#Uncharged","price":17136},"20278":{"id":20278,"name":"Gnomish firelighter","members":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Gnomish firelighter (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Gnomish_firelighter#Charged","price":0},"20280":{"id":20280,"name":"Puzzle box (master)","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Puzzle box (Zulrah)","wiki_url":"https://oldschool.runescape.wiki/w/Puzzle_box#Zulrah","price":0},"20281":{"id":20281,"name":"Puzzle box (master)","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Puzzle box (Cerberus)","wiki_url":"https://oldschool.runescape.wiki/w/Puzzle_box#Cerberus","price":0},"20282":{"id":20282,"name":"Puzzle box (master)","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Puzzle box (Gnome child)","wiki_url":"https://oldschool.runescape.wiki/w/Puzzle_box#Gnome_child","price":0},"20355":{"id":20355,"name":"Light box","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Light box","wiki_url":"https://oldschool.runescape.wiki/w/Light_box","price":0},"20358":{"id":20358,"name":"Clue geode (easy)","members":true,"cost":1,"wiki_name":"Clue geode (easy)","wiki_url":"https://oldschool.runescape.wiki/w/Clue_geode_(easy)","price":0},"20360":{"id":20360,"name":"Clue geode (medium)","members":true,"cost":1,"wiki_name":"Clue geode (medium)","wiki_url":"https://oldschool.runescape.wiki/w/Clue_geode_(medium)","price":0},"20362":{"id":20362,"name":"Clue geode (hard)","members":true,"cost":1,"wiki_name":"Clue geode (hard)","wiki_url":"https://oldschool.runescape.wiki/w/Clue_geode_(hard)","price":0},"20364":{"id":20364,"name":"Clue geode (elite)","members":true,"cost":1,"wiki_name":"Clue geode (elite)","wiki_url":"https://oldschool.runescape.wiki/w/Clue_geode_(elite)","price":0},"20366":{"id":20366,"name":"Amulet of torture (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":202000,"lowalch":80800,"highalch":121200,"wiki_name":"Amulet of torture (or)","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_torture_(or)","equipment":{"attack_stab":15,"attack_slash":15,"attack_crush":15,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":10,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"neck","requirements":{"hitpoints":75}},"price":0},"20368":{"id":20368,"name":"Armadyl godsword (or)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1250000,"lowalch":500000,"highalch":750000,"wiki_name":"Armadyl godsword (or)","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_godsword_(or)","equipment":{"attack_stab":0,"attack_slash":132,"attack_crush":80,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":132,"ranged_strength":0,"magic_damage":0,"prayer":8,"slot":"2h","requirements":{"attack":75}},"weapon":{"attack_speed":6,"weapon_type":"2h_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"smash","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"20370":{"id":20370,"name":"Bandos godsword (or)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1250000,"lowalch":500000,"highalch":750000,"wiki_name":"Bandos godsword (or)","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_godsword_(or)","equipment":{"attack_stab":0,"attack_slash":132,"attack_crush":80,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":132,"ranged_strength":0,"magic_damage":0,"prayer":8,"slot":"2h","requirements":{"attack":75}},"weapon":{"attack_speed":6,"weapon_type":"2h_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"smash","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"20372":{"id":20372,"name":"Saradomin godsword (or)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1250000,"lowalch":500000,"highalch":750000,"wiki_name":"Saradomin godsword (or)","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_godsword_(or)","equipment":{"attack_stab":0,"attack_slash":132,"attack_crush":80,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":132,"ranged_strength":0,"magic_damage":0,"prayer":8,"slot":"2h","requirements":{"attack":75}},"weapon":{"attack_speed":6,"weapon_type":"2h_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"smash","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"20374":{"id":20374,"name":"Zamorak godsword (or)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1250000,"lowalch":500000,"highalch":750000,"wiki_name":"Zamorak godsword (or)","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_godsword_(or)","equipment":{"attack_stab":0,"attack_slash":132,"attack_crush":80,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":132,"ranged_strength":0,"magic_damage":0,"prayer":8,"slot":"2h","requirements":{"attack":75}},"weapon":{"attack_speed":6,"weapon_type":"2h_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"smash","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"20376":{"id":20376,"name":"Steel trimmed set (lg)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":900,"lowalch":360,"highalch":540,"buy_limit":8,"wiki_name":"Steel trimmed set (lg)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_trimmed_set_(lg)","price":49281},"20379":{"id":20379,"name":"Steel trimmed set (sk)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":900,"lowalch":360,"highalch":540,"buy_limit":8,"wiki_name":"Steel trimmed set (sk)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_trimmed_set_(sk)","price":60283},"20382":{"id":20382,"name":"Steel gold-trimmed set (lg)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":900,"lowalch":360,"highalch":540,"buy_limit":8,"wiki_name":"Steel gold-trimmed set (lg)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_gold-trimmed_set_(lg)","price":52187},"20385":{"id":20385,"name":"Steel gold-trimmed set (sk)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":900,"lowalch":360,"highalch":540,"buy_limit":8,"wiki_name":"Steel gold-trimmed set (sk)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_gold-trimmed_set_(sk)","price":68784},"20389":{"id":20389,"name":"Dragon arrow","stackable":true,"equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dragon arrow (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_arrow_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":60,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":60}},"price":0},"20390":{"id":20390,"name":"Shark","noteable":true,"cost":100,"wiki_name":"Shark (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Shark_(Last_Man_Standing)","price":0},"20393":{"id":20393,"name":"Prayer potion(4)","noteable":true,"cost":400,"lowalch":160,"highalch":240,"wiki_name":"Prayer potion (Last Man Standing) (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Prayer_potion_(Last_Man_Standing)#4_dose","price":0},"20394":{"id":20394,"name":"Prayer potion(3)","noteable":true,"cost":300,"lowalch":120,"highalch":180,"wiki_name":"Prayer potion (Last Man Standing) (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Prayer_potion_(Last_Man_Standing)#3_dose","price":0},"20395":{"id":20395,"name":"Prayer potion(2)","noteable":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Prayer potion (Last Man Standing) (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Prayer_potion_(Last_Man_Standing)#2_dose","price":0},"20396":{"id":20396,"name":"Prayer potion(1)","noteable":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Prayer potion (Last Man Standing) (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Prayer_potion_(Last_Man_Standing)#1_dose","price":0},"20397":{"id":20397,"name":"Spear","tradeable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Spear (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Spear_(Last_Man_Standing)","equipment":{"attack_stab":22,"attack_slash":18,"attack_crush":0,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":2,"defence_crush":4,"defence_magic":0,"defence_ranged":0,"melee_strength":20,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"20405":{"id":20405,"name":"Abyssal whip","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":750,"wiki_name":"Abyssal whip (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_whip_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":82,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":82,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":70}},"weapon":{"attack_speed":4,"weapon_type":"whip","stances":[{"combat_style":"flick","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lash","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"deflect","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"20407":{"id":20407,"name":"Dragon dagger","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Dragon dagger (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_dagger_(Last_Man_Standing)","equipment":{"attack_stab":40,"attack_slash":25,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":40,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":60}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"20408":{"id":20408,"name":"Dark bow","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":50,"wiki_name":"Dark bow (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Dark_bow_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":95,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":60}},"weapon":{"attack_speed":9,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"20422":{"id":20422,"name":"Rune platelegs","equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Rune platelegs (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_platelegs_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":51,"defence_slash":49,"defence_crush":47,"defence_magic":-4,"defence_ranged":49,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":40}},"price":0},"20423":{"id":20423,"name":"Black d'hide body","equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Black d'hide body (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Black_d'hide_body_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":30,"defence_stab":30,"defence_slash":38,"defence_crush":45,"defence_magic":45,"defence_ranged":50,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"ranged":70,"defence":40}},"price":0},"20425":{"id":20425,"name":"Mystic robe top","equipable":true,"equipable_by_player":true,"cost":10,"wiki_name":"Mystic robe top (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_robe_top_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":20,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":20,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"magic":40,"defence":20}},"price":0},"20426":{"id":20426,"name":"Mystic robe bottom","equipable":true,"equipable_by_player":true,"cost":10,"wiki_name":"Mystic robe bottom (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_robe_bottom_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"magic":40,"defence":20}},"price":0},"20430":{"id":20430,"name":"Ancient magicks tablet","tradeable":true,"stackable":true,"cost":40,"wiki_name":"Ancient magicks tablet","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_magicks_tablet","price":0},"20433":{"id":20433,"name":"Evil chicken feet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Evil chicken feet","wiki_url":"https://oldschool.runescape.wiki/w/Evil_chicken_feet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":754542},"20436":{"id":20436,"name":"Evil chicken wings","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Evil chicken wings","wiki_url":"https://oldschool.runescape.wiki/w/Evil_chicken_wings","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":295009},"20439":{"id":20439,"name":"Evil chicken head","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Evil chicken head","wiki_url":"https://oldschool.runescape.wiki/w/Evil_chicken_head","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":1114501},"20442":{"id":20442,"name":"Evil chicken legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Evil chicken legs","wiki_url":"https://oldschool.runescape.wiki/w/Evil_chicken_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":262229},"20445":{"id":20445,"name":"Fire cape (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fire cape (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Fire_cape#Broken","price":0},"20447":{"id":20447,"name":"Fire max cape (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fire max cape (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Fire_max_cape#Broken","price":0},"20449":{"id":20449,"name":"Bronze defender (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bronze defender (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_defender#Broken","price":0},"20451":{"id":20451,"name":"Iron defender (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Iron defender (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_defender#Broken","price":0},"20453":{"id":20453,"name":"Steel defender (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Steel defender (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_defender#Broken","price":0},"20455":{"id":20455,"name":"Black defender (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Black defender (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Black_defender#Broken","price":0},"20457":{"id":20457,"name":"Mithril defender (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mithril defender (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_defender#Broken","price":0},"20459":{"id":20459,"name":"Adamant defender (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Adamant defender (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_defender#Broken","price":0},"20461":{"id":20461,"name":"Rune defender (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rune defender (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_defender#Broken","price":0},"20463":{"id":20463,"name":"Dragon defender (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dragon defender (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_defender#Broken","price":0},"20465":{"id":20465,"name":"Void knight top (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Void knight top (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Void_knight_top#Broken","price":0},"20467":{"id":20467,"name":"Elite void top (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Elite void top (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Elite_void_top#Broken","price":0},"20469":{"id":20469,"name":"Void knight robe (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Void knight robe (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Void_knight_robe#Broken","price":0},"20471":{"id":20471,"name":"Elite void robe (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Elite void robe (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Elite_void_robe#Broken","price":0},"20473":{"id":20473,"name":"Void knight mace (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Void knight mace (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Void_knight_mace#Broken","price":0},"20475":{"id":20475,"name":"Void knight gloves (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Void knight gloves (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Void_knight_gloves#Broken","price":0},"20477":{"id":20477,"name":"Void mage helm (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Void mage helm (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Void_mage_helm#Broken","price":0},"20479":{"id":20479,"name":"Void ranger helm (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Void ranger helm (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Void_ranger_helm#Broken","price":0},"20481":{"id":20481,"name":"Void melee helm (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Void melee helm (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Void_melee_helm#Broken","price":0},"20483":{"id":20483,"name":"Decorative sword (broken)","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Decorative sword (gold) (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_sword_(gold)#Broken","price":0},"20485":{"id":20485,"name":"Decorative armour (broken)","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Decorative armour (gold platebody) (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(gold_platebody)#Broken","price":0},"20487":{"id":20487,"name":"Decorative armour (broken)","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Decorative armour (gold platelegs) (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(gold_platelegs)#Broken","price":0},"20489":{"id":20489,"name":"Decorative helm (broken)","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Decorative helm (gold) (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_helm_(gold)#Broken","price":0},"20491":{"id":20491,"name":"Decorative shield (broken)","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Decorative shield (gold) (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_shield_(gold)#Broken","price":0},"20493":{"id":20493,"name":"Decorative armour (broken)","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Decorative armour (gold plateskirt) (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(gold_plateskirt)#Broken","price":0},"20495":{"id":20495,"name":"Decorative armour (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Decorative armour (magic top) (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(magic_top)#Broken","price":0},"20497":{"id":20497,"name":"Decorative armour (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Decorative armour (magic legs) (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(magic_legs)#Broken","price":0},"20499":{"id":20499,"name":"Decorative armour (broken)","members":true,"cost":45000,"lowalch":18000,"highalch":27000,"wiki_name":"Decorative armour (magic hat) (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(magic_hat)#Broken","price":0},"20501":{"id":20501,"name":"Decorative armour (broken)","members":true,"cost":48000,"lowalch":19200,"highalch":28800,"wiki_name":"Decorative armour (ranged top) (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(ranged_top)#Broken","price":0},"20503":{"id":20503,"name":"Decorative armour (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Decorative armour (ranged legs) (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(ranged_legs)#Broken","price":0},"20505":{"id":20505,"name":"Decorative armour (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Decorative armour (quiver) (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(quiver)#Broken","price":0},"20507":{"id":20507,"name":"Fighter hat (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fighter hat (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Fighter_hat#Broken","price":0},"20509":{"id":20509,"name":"Ranger hat (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ranger hat (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Ranger_hat#Broken","price":0},"20511":{"id":20511,"name":"Healer hat (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Healer hat (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Healer_hat#Broken","price":0},"20513":{"id":20513,"name":"Fighter torso (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fighter torso (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Fighter_torso#Broken","price":0},"20515":{"id":20515,"name":"Penance skirt (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Penance skirt (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Penance_skirt#Broken","price":0},"20517":{"id":20517,"name":"Elder chaos top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":800,"lowalch":320,"highalch":480,"buy_limit":8,"wiki_name":"Elder chaos top","wiki_url":"https://oldschool.runescape.wiki/w/Elder_chaos_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":10,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":8,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"body","requirements":{"magic":40}},"price":579687},"20520":{"id":20520,"name":"Elder chaos robe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":700,"lowalch":280,"highalch":420,"buy_limit":8,"wiki_name":"Elder chaos robe","wiki_url":"https://oldschool.runescape.wiki/w/Elder_chaos_robe","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":6,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":6,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"legs","requirements":{"magic":40}},"price":340256},"20523":{"id":20523,"name":"Catalytic rune pack","tradeable":true,"cost":75,"wiki_name":"Catalytic rune pack","wiki_url":"https://oldschool.runescape.wiki/w/Catalytic_rune_pack","price":0},"20524":{"id":20524,"name":"Elemental rune pack","tradeable":true,"cost":50,"wiki_name":"Elemental rune pack","wiki_url":"https://oldschool.runescape.wiki/w/Elemental_rune_pack","price":0},"20525":{"id":20525,"name":"Adamant arrow pack","tradeable":true,"cost":70,"wiki_name":"Adamant arrow pack","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_arrow_pack","price":0},"20526":{"id":20526,"name":"Bloody key","tradeable":true,"cost":1,"wiki_name":"Bloody key","wiki_url":"https://oldschool.runescape.wiki/w/Bloody_key","price":0},"20527":{"id":20527,"name":"Survival token","tradeable":true,"stackable":true,"cost":1,"wiki_name":"Survival token","wiki_url":"https://oldschool.runescape.wiki/w/Survival_token","price":0},"20532":{"id":20532,"name":"Stash units (easy)","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20533":{"id":20533,"name":"Stash units (medium)","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20534":{"id":20534,"name":"Stash units (hard)","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20535":{"id":20535,"name":"Stash units (elite)","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20536":{"id":20536,"name":"Stash units (master)","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20537":{"id":20537,"name":"Saradomin halo (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Saradomin halo (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_halo#Broken","price":0},"20539":{"id":20539,"name":"Zamorak halo (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Zamorak halo (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_halo#Broken","price":0},"20541":{"id":20541,"name":"Guthix halo (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Guthix halo (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_halo#Broken","price":0},"20543":{"id":20543,"name":"Reward casket (elite)","members":true,"stackable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Reward casket (elite)","wiki_url":"https://oldschool.runescape.wiki/w/Reward_casket_(elite)","price":0},"20544":{"id":20544,"name":"Reward casket (hard)","members":true,"stackable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Reward casket (hard)","wiki_url":"https://oldschool.runescape.wiki/w/Reward_casket_(hard)","price":0},"20545":{"id":20545,"name":"Reward casket (medium)","members":true,"stackable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Reward casket (medium)","wiki_url":"https://oldschool.runescape.wiki/w/Reward_casket_(medium)","price":0},"20546":{"id":20546,"name":"Reward casket (easy)","members":true,"stackable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Reward casket (easy)","wiki_url":"https://oldschool.runescape.wiki/w/Reward_casket_(easy)","price":0},"20548":{"id":20548,"name":"Super energy(4)","noteable":true,"cost":160,"lowalch":64,"highalch":96,"wiki_name":"Super energy (Last Man Standing) (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_energy_(Last_Man_Standing)#4_dose","price":0},"20549":{"id":20549,"name":"Super energy(3)","noteable":true,"cost":120,"lowalch":48,"highalch":72,"wiki_name":"Super energy (Last Man Standing) (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_energy_(Last_Man_Standing)#3_dose","price":0},"20550":{"id":20550,"name":"Super energy(2)","noteable":true,"cost":80,"lowalch":32,"highalch":48,"wiki_name":"Super energy (Last Man Standing) (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_energy_(Last_Man_Standing)#2_dose","price":0},"20551":{"id":20551,"name":"Super energy(1)","noteable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Super energy (Last Man Standing) (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_energy_(Last_Man_Standing)#1_dose","price":0},"20557":{"id":20557,"name":"Granite maul","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":30,"wiki_name":"Granite maul (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Granite_maul_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":81,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":79,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":50}},"weapon":{"attack_speed":7,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"20578":{"id":20578,"name":"Climbing boots","equipable":true,"equipable_by_player":true,"cost":250,"wiki_name":"Climbing boots (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Climbing_boots_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"20582":{"id":20582,"name":"Adamant gloves","equipable":true,"equipable_by_player":true,"cost":550,"lowalch":220,"highalch":330,"wiki_name":"Adamant gloves (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_gloves_(Last_Man_Standing)","equipment":{"attack_stab":7,"attack_slash":7,"attack_crush":7,"attack_magic":4,"attack_ranged":7,"defence_stab":7,"defence_slash":7,"defence_crush":7,"defence_magic":4,"defence_ranged":7,"melee_strength":7,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"20585":{"id":20585,"name":"Amulet of power","equipable":true,"equipable_by_player":true,"cost":550,"lowalch":220,"highalch":330,"wiki_name":"Amulet of power (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_power_(Last_Man_Standing)","equipment":{"attack_stab":6,"attack_slash":6,"attack_crush":6,"attack_magic":6,"attack_ranged":6,"defence_stab":6,"defence_slash":6,"defence_crush":6,"defence_magic":6,"defence_ranged":6,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"neck","requirements":null},"price":0},"20586":{"id":20586,"name":"Amulet of glory","equipable":true,"equipable_by_player":true,"cost":750,"wiki_name":"Amulet of glory (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_glory_(Last_Man_Standing)","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":10,"attack_magic":10,"attack_ranged":10,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":3,"defence_ranged":3,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"neck","requirements":null},"price":0},"20587":{"id":20587,"name":"Rope","noteable":true,"cost":1,"wiki_name":"Rope (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Rope_(Last_Man_Standing)","price":0},"20590":{"id":20590,"name":"Stale baguette","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":225,"lowalch":90,"highalch":135,"buy_limit":5,"wiki_name":"Stale baguette","wiki_url":"https://oldschool.runescape.wiki/w/Stale_baguette","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":712555},"20593":{"id":20593,"name":"Armadyl godsword","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100,"wiki_name":"Armadyl godsword (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_godsword_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":132,"attack_crush":80,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":132,"ranged_strength":0,"magic_damage":0,"prayer":8,"slot":"2h","requirements":{"attack":75}},"weapon":{"attack_speed":6,"weapon_type":"2h_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"smash","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"20594":{"id":20594,"name":"Bank filler","cost":0,"wiki_name":"Bank filler","wiki_url":"https://oldschool.runescape.wiki/w/Bank_filler","price":0},"20595":{"id":20595,"name":"Elder chaos hood","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":8,"wiki_name":"Elder chaos hood","wiki_url":"https://oldschool.runescape.wiki/w/Elder_chaos_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":5,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"head","requirements":{"magic":40}},"price":392568},"20598":{"id":20598,"name":"Ahrim's robetop","equipable":true,"equipable_by_player":true,"cost":50,"wiki_name":"Ahrim's robetop (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Ahrim's_robetop_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":30,"attack_ranged":-10,"defence_stab":52,"defence_slash":37,"defence_crush":63,"defence_magic":30,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"magic":70,"defence":70}},"price":0},"20599":{"id":20599,"name":"Ahrim's robeskirt","equipable":true,"equipable_by_player":true,"cost":50,"wiki_name":"Ahrim's robeskirt (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Ahrim's_robeskirt_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":22,"attack_ranged":-7,"defence_stab":33,"defence_slash":30,"defence_crush":36,"defence_magic":22,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"magic":70,"defence":70}},"price":0},"20601":{"id":20601,"name":"Wooden table","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20602":{"id":20602,"name":"Waxwood bed","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20603":{"id":20603,"name":"Carpet","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20604":{"id":20604,"name":"Wooden stool","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20607":{"id":20607,"name":"Rune arrow pack","tradeable":true,"cost":75,"wiki_name":"Rune arrow pack","wiki_url":"https://oldschool.runescape.wiki/w/Rune_arrow_pack","price":0},"20608":{"id":20608,"name":"Bloodier key","tradeable":true,"cost":1,"wiki_name":"Bloodier key","wiki_url":"https://oldschool.runescape.wiki/w/Bloodier_key","price":0},"20609":{"id":20609,"name":"Fairy enchantment","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Fairy enchantment","wiki_url":"https://oldschool.runescape.wiki/w/Fairy_enchantment","price":0},"20611":{"id":20611,"name":"Ancient signet","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ancient signet","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_signet","price":0},"20613":{"id":20613,"name":"Lunar signet","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Lunar signet","wiki_url":"https://oldschool.runescape.wiki/w/Lunar_signet","price":0},"20615":{"id":20615,"name":"Arceuus signet","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Arceuus signet","wiki_url":"https://oldschool.runescape.wiki/w/Arceuus_signet","price":0},"20617":{"id":20617,"name":"Ancient altar","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20618":{"id":20618,"name":"Lunar altar","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20619":{"id":20619,"name":"Dark altar","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20620":{"id":20620,"name":"Occult altar","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20623":{"id":20623,"name":"Mahogany adventure log","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20624":{"id":20624,"name":"Gilded adventure log","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20625":{"id":20625,"name":"Marble adventure log","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20626":{"id":20626,"name":"Basic jewellery box","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20627":{"id":20627,"name":"Fancy jewellery box","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20628":{"id":20628,"name":"Ornate jewellery box","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20629":{"id":20629,"name":"Boss lair display","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20630":{"id":20630,"name":"Mounted emblem","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20631":{"id":20631,"name":"Mounted coins","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20632":{"id":20632,"name":"Cape hanger","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20633":{"id":20633,"name":"Quest list","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20634":{"id":20634,"name":"Tip jar","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20636":{"id":20636,"name":"Fairy ring","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20637":{"id":20637,"name":"Spirit tree & fairy ring","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20638":{"id":20638,"name":"Topiary bush","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20639":{"id":20639,"name":"Restoration pool","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20640":{"id":20640,"name":"Revitalisation pool","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20641":{"id":20641,"name":"Rejuvenation pool","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20642":{"id":20642,"name":"Fancy rejuvenation pool","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20643":{"id":20643,"name":"Ornate rejuvenation pool","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20644":{"id":20644,"name":"Zen theme","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20645":{"id":20645,"name":"Otherworldly theme","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20646":{"id":20646,"name":"Volcanic theme","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20647":{"id":20647,"name":"Redwood fence","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20648":{"id":20648,"name":"Obsidian fence","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20649":{"id":20649,"name":"Teak garden bench","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20650":{"id":20650,"name":"Gnome bench","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20651":{"id":20651,"name":"Marble decorative bench","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20652":{"id":20652,"name":"Obsidian decorative bench","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20653":{"id":20653,"name":"Superior garden","incomplete":true,"cost":75000,"lowalch":30000,"highalch":45000,"price":0},"20654":{"id":20654,"name":"Achievement gallery","incomplete":true,"cost":200000,"lowalch":80000,"highalch":120000,"price":0},"20655":{"id":20655,"name":"Ring of suffering (r)","members":true,"equipable":true,"equipable_by_player":true,"cost":201000,"lowalch":80400,"highalch":120600,"wiki_name":"Ring of suffering (Recoil)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_suffering#Recoil","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":10,"defence_slash":10,"defence_crush":10,"defence_magic":10,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"ring","requirements":{"hitpoints":75}},"price":0},"20657":{"id":20657,"name":"Ring of suffering (ri)","members":true,"equipable":true,"equipable_by_player":true,"cost":201100,"lowalch":80440,"highalch":120660,"wiki_name":"Ring of suffering (i) (Recoil)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_suffering_(i)#Recoil","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":20,"defence_slash":20,"defence_crush":20,"defence_magic":20,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"ring","requirements":{"hitpoints":75}},"price":0},"20659":{"id":20659,"name":"Giant squirrel","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Giant squirrel (Giant)","wiki_url":"https://oldschool.runescape.wiki/w/Giant_squirrel#Giant","price":0},"20661":{"id":20661,"name":"Tangleroot","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tangleroot (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Tangleroot#Normal","price":0},"20663":{"id":20663,"name":"Rocky","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rocky (Raccoon)","wiki_url":"https://oldschool.runescape.wiki/w/Rocky#Raccoon","price":0},"20665":{"id":20665,"name":"Rift guardian","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rift guardian (Fire)","wiki_url":"https://oldschool.runescape.wiki/w/Rift_guardian#Fire","price":0},"20667":{"id":20667,"name":"Rift guardian","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rift guardian (Air)","wiki_url":"https://oldschool.runescape.wiki/w/Rift_guardian#Air","price":0},"20669":{"id":20669,"name":"Rift guardian","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rift guardian (Mind)","wiki_url":"https://oldschool.runescape.wiki/w/Rift_guardian#Mind","price":0},"20671":{"id":20671,"name":"Rift guardian","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rift guardian (Water)","wiki_url":"https://oldschool.runescape.wiki/w/Rift_guardian#Water","price":0},"20673":{"id":20673,"name":"Rift guardian","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rift guardian (Earth)","wiki_url":"https://oldschool.runescape.wiki/w/Rift_guardian#Earth","price":0},"20675":{"id":20675,"name":"Rift guardian","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rift guardian (Body)","wiki_url":"https://oldschool.runescape.wiki/w/Rift_guardian#Body","price":0},"20677":{"id":20677,"name":"Rift guardian","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rift guardian (Cosmic)","wiki_url":"https://oldschool.runescape.wiki/w/Rift_guardian#Cosmic","price":0},"20679":{"id":20679,"name":"Rift guardian","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rift guardian (Chaos)","wiki_url":"https://oldschool.runescape.wiki/w/Rift_guardian#Chaos","price":0},"20681":{"id":20681,"name":"Rift guardian","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rift guardian (Nature)","wiki_url":"https://oldschool.runescape.wiki/w/Rift_guardian#Nature","price":0},"20683":{"id":20683,"name":"Rift guardian","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rift guardian (Law)","wiki_url":"https://oldschool.runescape.wiki/w/Rift_guardian#Law","price":0},"20685":{"id":20685,"name":"Rift guardian","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rift guardian (Death)","wiki_url":"https://oldschool.runescape.wiki/w/Rift_guardian#Death","price":0},"20687":{"id":20687,"name":"Rift guardian","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rift guardian (Soul)","wiki_url":"https://oldschool.runescape.wiki/w/Rift_guardian#Soul","price":0},"20689":{"id":20689,"name":"Rift guardian","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rift guardian (Astral)","wiki_url":"https://oldschool.runescape.wiki/w/Rift_guardian#Astral","price":0},"20691":{"id":20691,"name":"Rift guardian","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rift guardian (Blood)","wiki_url":"https://oldschool.runescape.wiki/w/Rift_guardian#Blood","price":0},"20693":{"id":20693,"name":"Phoenix","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Phoenix (Regular)","wiki_url":"https://oldschool.runescape.wiki/w/Phoenix#Regular","price":0},"20695":{"id":20695,"name":"Bruma root","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bruma root","wiki_url":"https://oldschool.runescape.wiki/w/Bruma_root","price":0},"20696":{"id":20696,"name":"Bruma kindling","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bruma kindling","wiki_url":"https://oldschool.runescape.wiki/w/Bruma_kindling","price":0},"20697":{"id":20697,"name":"Rejuvenation potion (unf)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rejuvenation potion (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Rejuvenation_potion_(unf)","price":0},"20698":{"id":20698,"name":"Bruma herb","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bruma herb","wiki_url":"https://oldschool.runescape.wiki/w/Bruma_herb","price":0},"20699":{"id":20699,"name":"Rejuvenation potion (4)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rejuvenation potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Rejuvenation_potion#4_dose","price":0},"20700":{"id":20700,"name":"Rejuvenation potion (3)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rejuvenation potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Rejuvenation_potion#3_dose","price":0},"20701":{"id":20701,"name":"Rejuvenation potion (2)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rejuvenation potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Rejuvenation_potion#2_dose","price":0},"20702":{"id":20702,"name":"Rejuvenation potion (1)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rejuvenation potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Rejuvenation_potion#1_dose","price":0},"20703":{"id":20703,"name":"Supply crate","members":true,"cost":500,"wiki_name":"Supply crate","wiki_url":"https://oldschool.runescape.wiki/w/Supply_crate","price":0},"20704":{"id":20704,"name":"Pyromancer garb","members":true,"equipable":true,"equipable_by_player":true,"cost":800,"lowalch":320,"highalch":480,"wiki_name":"Pyromancer garb","wiki_url":"https://oldschool.runescape.wiki/w/Pyromancer_garb","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"20706":{"id":20706,"name":"Pyromancer robe","members":true,"equipable":true,"equipable_by_player":true,"cost":700,"lowalch":280,"highalch":420,"wiki_name":"Pyromancer robe","wiki_url":"https://oldschool.runescape.wiki/w/Pyromancer_robe","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"20708":{"id":20708,"name":"Pyromancer hood","members":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"wiki_name":"Pyromancer hood","wiki_url":"https://oldschool.runescape.wiki/w/Pyromancer_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"20710":{"id":20710,"name":"Pyromancer boots","members":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Pyromancer boots","wiki_url":"https://oldschool.runescape.wiki/w/Pyromancer_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"20712":{"id":20712,"name":"Warm gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Warm gloves","wiki_url":"https://oldschool.runescape.wiki/w/Warm_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"20714":{"id":20714,"name":"Tome of fire","members":true,"equipable":true,"equipable_by_player":true,"cost":20000,"lowalch":8000,"highalch":12000,"wiki_name":"Tome of fire (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Tome_of_fire#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":8,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":8,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"magic":50}},"price":0},"20716":{"id":20716,"name":"Tome of fire (empty)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20000,"lowalch":8000,"highalch":12000,"buy_limit":15,"wiki_name":"Tome of fire (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Tome_of_fire#Empty","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":8,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":8,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"magic":50}},"price":998473},"20718":{"id":20718,"name":"Burnt page","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":11000,"wiki_name":"Burnt page","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_page","price":2718},"20720":{"id":20720,"name":"Bruma torch","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bruma torch","wiki_url":"https://oldschool.runescape.wiki/w/Bruma_torch","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"unarmed","stances":[{"combat_style":"punch","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"kick","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"20722":{"id":20722,"name":"Emerald lantern","members":true,"cost":600,"lowalch":240,"highalch":360,"wiki_name":"Emerald lantern (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Emerald_lantern#Empty","price":0},"20724":{"id":20724,"name":"Imbued heart","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":500000,"lowalch":200000,"highalch":300000,"buy_limit":8,"wiki_name":"Imbued heart","wiki_url":"https://oldschool.runescape.wiki/w/Imbued_heart","price":111866451},"20727":{"id":20727,"name":"Leaf-bladed battleaxe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":96000,"lowalch":38400,"highalch":57600,"buy_limit":70,"wiki_name":"Leaf-bladed battleaxe","wiki_url":"https://oldschool.runescape.wiki/w/Leaf-bladed_battleaxe","equipment":{"attack_stab":-2,"attack_slash":72,"attack_crush":72,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":92,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":65,"slayer":55}},"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":59368},"20730":{"id":20730,"name":"Mist battlestaff","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":15500,"lowalch":6200,"highalch":9300,"buy_limit":8,"wiki_name":"Mist battlestaff","wiki_url":"https://oldschool.runescape.wiki/w/Mist_battlestaff","equipment":{"attack_stab":7,"attack_slash":-1,"attack_crush":28,"attack_magic":12,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":12,"defence_ranged":0,"melee_strength":35,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":30,"magic":30}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":92774},"20733":{"id":20733,"name":"Mystic mist staff","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":42500,"lowalch":17000,"highalch":25500,"buy_limit":8,"wiki_name":"Mystic mist staff","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_mist_staff","equipment":{"attack_stab":10,"attack_slash":-1,"attack_crush":40,"attack_magic":14,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":14,"defence_ranged":0,"melee_strength":50,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":40,"magic":40}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":128118},"20736":{"id":20736,"name":"Dust battlestaff","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":15500,"lowalch":6200,"highalch":9300,"buy_limit":8,"wiki_name":"Dust battlestaff","wiki_url":"https://oldschool.runescape.wiki/w/Dust_battlestaff","equipment":{"attack_stab":7,"attack_slash":-1,"attack_crush":28,"attack_magic":12,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":12,"defence_ranged":0,"melee_strength":35,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":30,"magic":30}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":25906},"20739":{"id":20739,"name":"Mystic dust staff","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":42500,"lowalch":17000,"highalch":25500,"buy_limit":8,"wiki_name":"Mystic dust staff","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_dust_staff","equipment":{"attack_stab":10,"attack_slash":-1,"attack_crush":40,"attack_magic":14,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":14,"defence_ranged":0,"melee_strength":50,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":40,"magic":40}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":63250},"20742":{"id":20742,"name":"Empty jug pack","tradeable":true,"noteable":true,"cost":140,"lowalch":56,"highalch":84,"wiki_name":"Empty jug pack","wiki_url":"https://oldschool.runescape.wiki/w/Empty_jug_pack","price":0},"20745":{"id":20745,"name":"Combat dummy","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20746":{"id":20746,"name":"Undead combat dummy","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20747":{"id":20747,"name":"Bologa's blessing","members":true,"stackable":true,"cost":25,"lowalch":10,"highalch":15,"wiki_name":"Bologa's blessing","wiki_url":"https://oldschool.runescape.wiki/w/Bologa's_blessing","price":0},"20749":{"id":20749,"name":"Zamorak's grapes","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":11000,"wiki_name":"Zamorak's grapes","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak's_grapes","price":1206},"20752":{"id":20752,"name":"Zamorak's unfermented wine","members":true,"cost":60,"lowalch":24,"highalch":36,"wiki_name":"Zamorak's unfermented wine","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak's_unfermented_wine","price":0},"20754":{"id":20754,"name":"Giant key","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Giant key","wiki_url":"https://oldschool.runescape.wiki/w/Giant_key","price":0},"20756":{"id":20756,"name":"Hill giant club","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":60000,"lowalch":24000,"highalch":36000,"buy_limit":125,"wiki_name":"Hill giant club","wiki_url":"https://oldschool.runescape.wiki/w/Hill_giant_club","equipment":{"attack_stab":-4,"attack_slash":50,"attack_crush":65,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":70,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":40}},"weapon":{"attack_speed":7,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1288259},"20760":{"id":20760,"name":"Ardougne max cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"wiki_name":"Ardougne max cape","wiki_url":"https://oldschool.runescape.wiki/w/Ardougne_max_cape","equipment":{"attack_stab":6,"attack_slash":0,"attack_crush":0,"attack_magic":6,"attack_ranged":0,"defence_stab":6,"defence_slash":0,"defence_crush":0,"defence_magic":6,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"cape","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"20764":{"id":20764,"name":"Ardougne max hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ardougne max hood","wiki_url":"https://oldschool.runescape.wiki/w/Ardougne_max_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"20766":{"id":20766,"name":"Manor key","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Manor key (Halloween)","wiki_url":"https://oldschool.runescape.wiki/w/Manor_key#Halloween","price":0},"20767":{"id":20767,"name":"Ruby key","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ruby key (Halloween)","wiki_url":"https://oldschool.runescape.wiki/w/Ruby_key#Halloween","price":0},"20768":{"id":20768,"name":"Emerald key","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Emerald key (Halloween)","wiki_url":"https://oldschool.runescape.wiki/w/Emerald_key#Halloween","price":0},"20769":{"id":20769,"name":"Sapphire key","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sapphire key (Halloween)","wiki_url":"https://oldschool.runescape.wiki/w/Sapphire_key#Halloween","price":0},"20770":{"id":20770,"name":"Notes","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Notes (Misthalin Mystery - 1) (Halloween)","wiki_url":"https://oldschool.runescape.wiki/w/Notes_(Misthalin_Mystery_-_1)#Halloween","price":0},"20771":{"id":20771,"name":"Notes","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Notes (Misthalin Mystery - 2) (Halloween)","wiki_url":"https://oldschool.runescape.wiki/w/Notes_(Misthalin_Mystery_-_2)#Halloween","price":0},"20772":{"id":20772,"name":"Notes","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Notes (Misthalin Mystery - 3) (Halloween)","wiki_url":"https://oldschool.runescape.wiki/w/Notes_(Misthalin_Mystery_-_3)#Halloween","price":0},"20773":{"id":20773,"name":"Banshee mask","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Banshee mask","wiki_url":"https://oldschool.runescape.wiki/w/Banshee_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"20775":{"id":20775,"name":"Banshee top","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Banshee top","wiki_url":"https://oldschool.runescape.wiki/w/Banshee_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"20777":{"id":20777,"name":"Banshee robe","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Banshee robe","wiki_url":"https://oldschool.runescape.wiki/w/Banshee_robe","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"20779":{"id":20779,"name":"Hunting knife","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Hunting knife","wiki_url":"https://oldschool.runescape.wiki/w/Hunting_knife","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-100,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-100,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"20781":{"id":20781,"name":"Killer's knife","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Killer's knife (Halloween)","wiki_url":"https://oldschool.runescape.wiki/w/Killer's_knife#Halloween","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"20784":{"id":20784,"name":"Dragon claws","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100,"wiki_name":"Dragon claws (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_claws_(Last_Man_Standing)","equipment":{"attack_stab":41,"attack_slash":57,"attack_crush":-4,"attack_magic":0,"attack_ranged":0,"defence_stab":13,"defence_slash":26,"defence_crush":7,"defence_magic":0,"defence_ranged":0,"melee_strength":56,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":60}},"weapon":{"attack_speed":4,"weapon_type":"claw","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"20786":{"id":20786,"name":"Ring of wealth (i5)","members":true,"equipable":true,"equipable_by_player":true,"cost":17625,"lowalch":7050,"highalch":10575,"wiki_name":"Ring of wealth (i) (i5)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_wealth_(i)#(i5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"20787":{"id":20787,"name":"Ring of wealth (i4)","members":true,"equipable":true,"equipable_by_player":true,"cost":17625,"lowalch":7050,"highalch":10575,"wiki_name":"Ring of wealth (i) (i4)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_wealth_(i)#(i4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"20788":{"id":20788,"name":"Ring of wealth (i3)","members":true,"equipable":true,"equipable_by_player":true,"cost":17625,"lowalch":7050,"highalch":10575,"wiki_name":"Ring of wealth (i) (i3)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_wealth_(i)#(i3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"20789":{"id":20789,"name":"Ring of wealth (i2)","members":true,"equipable":true,"equipable_by_player":true,"cost":17625,"lowalch":7050,"highalch":10575,"wiki_name":"Ring of wealth (i) (i2)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_wealth_(i)#(i2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"20790":{"id":20790,"name":"Ring of wealth (i1)","members":true,"equipable":true,"equipable_by_player":true,"cost":17625,"lowalch":7050,"highalch":10575,"wiki_name":"Ring of wealth (i) (i1)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_wealth_(i)#(i1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"20791":{"id":20791,"name":"Extra supply crate","members":true,"cost":500,"wiki_name":"Extra supply crate","wiki_url":"https://oldschool.runescape.wiki/w/Extra_supply_crate","price":0},"20792":{"id":20792,"name":"Hardcore ironman helm","equipable":true,"equipable_by_player":true,"cost":0,"wiki_name":"Hardcore ironman helm","wiki_url":"https://oldschool.runescape.wiki/w/Hardcore_ironman_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":6,"defence_slash":7,"defence_crush":5,"defence_magic":-1,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"20794":{"id":20794,"name":"Hardcore ironman platebody","equipable":true,"equipable_by_player":true,"cost":0,"wiki_name":"Hardcore ironman platebody","wiki_url":"https://oldschool.runescape.wiki/w/Hardcore_ironman_platebody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":21,"defence_slash":20,"defence_crush":12,"defence_magic":-6,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"20796":{"id":20796,"name":"Hardcore ironman platelegs","equipable":true,"equipable_by_player":true,"cost":0,"wiki_name":"Hardcore ironman platelegs","wiki_url":"https://oldschool.runescape.wiki/w/Hardcore_ironman_platelegs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":11,"defence_slash":10,"defence_crush":10,"defence_magic":-4,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"20798":{"id":20798,"name":"Smelly journal","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Smelly journal","wiki_url":"https://oldschool.runescape.wiki/w/Smelly_journal","price":0},"20799":{"id":20799,"name":"Kindling","members":true,"tradeable":true,"stackable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Kindling (Chambers of Xeric)","wiki_url":"https://oldschool.runescape.wiki/w/Kindling_(Chambers_of_Xeric)","price":0},"20800":{"id":20800,"name":"Empty gourd vial","members":true,"tradeable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Empty gourd vial","wiki_url":"https://oldschool.runescape.wiki/w/Empty_gourd_vial","price":0},"20801":{"id":20801,"name":"Water-filled gourd vial","members":true,"tradeable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Water-filled gourd vial","wiki_url":"https://oldschool.runescape.wiki/w/Water-filled_gourd_vial","price":0},"20802":{"id":20802,"name":"Healer icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Healer icon (Full mutton)","wiki_url":"https://oldschool.runescape.wiki/w/Healer_icon#Full_mutton","price":0},"20832":{"id":20832,"name":"Snow globe","cost":1,"wiki_name":"Snow globe","wiki_url":"https://oldschool.runescape.wiki/w/Snow_globe","price":0},"20834":{"id":20834,"name":"Sack of presents","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Sack of presents","wiki_url":"https://oldschool.runescape.wiki/w/Sack_of_presents","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"20836":{"id":20836,"name":"Giant present","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Giant present","wiki_url":"https://oldschool.runescape.wiki/w/Giant_present","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"20838":{"id":20838,"name":"Corrupted helm","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Corrupted helm","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":6,"defence_slash":7,"defence_crush":5,"defence_magic":-1,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"20840":{"id":20840,"name":"Corrupted platebody","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Corrupted platebody","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_platebody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":21,"defence_slash":20,"defence_crush":12,"defence_magic":-6,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"20842":{"id":20842,"name":"Corrupted platelegs","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Corrupted platelegs","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_platelegs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":11,"defence_slash":10,"defence_crush":10,"defence_magic":-4,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"20844":{"id":20844,"name":"Corrupted plateskirt","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Corrupted plateskirt","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_plateskirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":11,"defence_slash":10,"defence_crush":10,"defence_magic":-4,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"20846":{"id":20846,"name":"Corrupted kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Corrupted kiteshield","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_kiteshield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":8,"defence_slash":10,"defence_crush":9,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"20849":{"id":20849,"name":"Dragon thrownaxe","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":750,"lowalch":300,"highalch":450,"buy_limit":11000,"wiki_name":"Dragon thrownaxe","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_thrownaxe","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":36,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":47,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":61}},"weapon":{"attack_speed":5,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":331},"20851":{"id":20851,"name":"Olmlet","members":true,"cost":1,"wiki_name":"Olmlet (Olmlet)","wiki_url":"https://oldschool.runescape.wiki/w/Olmlet#Olmlet","price":0},"20853":{"id":20853,"name":"Cave worms","members":true,"tradeable":true,"stackable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Cave worms","wiki_url":"https://oldschool.runescape.wiki/w/Cave_worms","price":0},"20854":{"id":20854,"name":"Burnt fish","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt fish (Chambers of Xeric)","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_fish_(Chambers_of_Xeric)","price":0},"20855":{"id":20855,"name":"Raw pysk fish (0)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Raw pysk fish (0)","wiki_url":"https://oldschool.runescape.wiki/w/Raw_pysk_fish_(0)","price":0},"20856":{"id":20856,"name":"Pysk fish (0)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pysk fish (0)","wiki_url":"https://oldschool.runescape.wiki/w/Pysk_fish_(0)","price":0},"20857":{"id":20857,"name":"Raw suphi fish (1)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Raw suphi fish (1)","wiki_url":"https://oldschool.runescape.wiki/w/Raw_suphi_fish_(1)","price":0},"20858":{"id":20858,"name":"Suphi fish (1)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Suphi fish (1)","wiki_url":"https://oldschool.runescape.wiki/w/Suphi_fish_(1)","price":0},"20859":{"id":20859,"name":"Raw leckish fish (2)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Raw leckish fish (2)","wiki_url":"https://oldschool.runescape.wiki/w/Raw_leckish_fish_(2)","price":0},"20860":{"id":20860,"name":"Leckish fish (2)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Leckish fish (2)","wiki_url":"https://oldschool.runescape.wiki/w/Leckish_fish_(2)","price":0},"20861":{"id":20861,"name":"Raw brawk fish (3)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Raw brawk fish (3)","wiki_url":"https://oldschool.runescape.wiki/w/Raw_brawk_fish_(3)","price":0},"20862":{"id":20862,"name":"Brawk fish (3)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Brawk fish (3)","wiki_url":"https://oldschool.runescape.wiki/w/Brawk_fish_(3)","price":0},"20863":{"id":20863,"name":"Raw mycil fish (4)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Raw mycil fish (4)","wiki_url":"https://oldschool.runescape.wiki/w/Raw_mycil_fish_(4)","price":0},"20864":{"id":20864,"name":"Mycil fish (4)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mycil fish (4)","wiki_url":"https://oldschool.runescape.wiki/w/Mycil_fish_(4)","price":0},"20865":{"id":20865,"name":"Raw roqed fish (5)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Raw roqed fish (5)","wiki_url":"https://oldschool.runescape.wiki/w/Raw_roqed_fish_(5)","price":0},"20866":{"id":20866,"name":"Roqed fish (5)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Roqed fish (5)","wiki_url":"https://oldschool.runescape.wiki/w/Roqed_fish_(5)","price":0},"20867":{"id":20867,"name":"Raw kyren fish (6)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Raw kyren fish (6)","wiki_url":"https://oldschool.runescape.wiki/w/Raw_kyren_fish_(6)","price":0},"20868":{"id":20868,"name":"Kyren fish (6)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Kyren fish (6)","wiki_url":"https://oldschool.runescape.wiki/w/Kyren_fish_(6)","price":0},"20869":{"id":20869,"name":"Burnt bat","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt bat","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_bat","price":0},"20870":{"id":20870,"name":"Raw guanic bat (0)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Raw guanic bat (0)","wiki_url":"https://oldschool.runescape.wiki/w/Raw_guanic_bat_(0)","price":0},"20871":{"id":20871,"name":"Guanic bat (0)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Guanic bat (0)","wiki_url":"https://oldschool.runescape.wiki/w/Guanic_bat_(0)","price":0},"20872":{"id":20872,"name":"Raw prael bat (1)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Raw prael bat (1)","wiki_url":"https://oldschool.runescape.wiki/w/Raw_prael_bat_(1)","price":0},"20873":{"id":20873,"name":"Prael bat (1)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Prael bat (1)","wiki_url":"https://oldschool.runescape.wiki/w/Prael_bat_(1)","price":0},"20874":{"id":20874,"name":"Raw giral bat (2)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Raw giral bat (2)","wiki_url":"https://oldschool.runescape.wiki/w/Raw_giral_bat_(2)","price":0},"20875":{"id":20875,"name":"Giral bat (2)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Giral bat (2)","wiki_url":"https://oldschool.runescape.wiki/w/Giral_bat_(2)","price":0},"20876":{"id":20876,"name":"Raw phluxia bat (3)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Raw phluxia bat (3)","wiki_url":"https://oldschool.runescape.wiki/w/Raw_phluxia_bat_(3)","price":0},"20877":{"id":20877,"name":"Phluxia bat (3)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Phluxia bat (3)","wiki_url":"https://oldschool.runescape.wiki/w/Phluxia_bat_(3)","price":0},"20878":{"id":20878,"name":"Raw kryket bat (4)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Raw kryket bat (4)","wiki_url":"https://oldschool.runescape.wiki/w/Raw_kryket_bat_(4)","price":0},"20879":{"id":20879,"name":"Kryket bat (4)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Kryket bat (4)","wiki_url":"https://oldschool.runescape.wiki/w/Kryket_bat_(4)","price":0},"20880":{"id":20880,"name":"Raw murng bat (5)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Raw murng bat (5)","wiki_url":"https://oldschool.runescape.wiki/w/Raw_murng_bat_(5)","price":0},"20881":{"id":20881,"name":"Murng bat (5)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Murng bat (5)","wiki_url":"https://oldschool.runescape.wiki/w/Murng_bat_(5)","price":0},"20882":{"id":20882,"name":"Raw psykk bat (6)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Raw psykk bat (6)","wiki_url":"https://oldschool.runescape.wiki/w/Raw_psykk_bat_(6)","price":0},"20883":{"id":20883,"name":"Psykk bat (6)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Psykk bat (6)","wiki_url":"https://oldschool.runescape.wiki/w/Psykk_bat_(6)","price":0},"20884":{"id":20884,"name":"Keystone crystal","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Keystone crystal","wiki_url":"https://oldschool.runescape.wiki/w/Keystone_crystal","price":0},"20885":{"id":20885,"name":"Cavern grubs","members":true,"tradeable":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cavern grubs","wiki_url":"https://oldschool.runescape.wiki/w/Cavern_grubs","price":0},"20886":{"id":20886,"name":"Creature keeper's journal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Creature keeper's journal","wiki_url":"https://oldschool.runescape.wiki/w/Creature_keeper's_journal","price":0},"20888":{"id":20888,"name":"Nistirio's manifesto","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Nistirio's manifesto","wiki_url":"https://oldschool.runescape.wiki/w/Nistirio's_manifesto","price":0},"20890":{"id":20890,"name":"Tekton's journal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tekton's journal","wiki_url":"https://oldschool.runescape.wiki/w/Tekton's_journal","price":0},"20892":{"id":20892,"name":"Medivaemia blossom","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Medivaemia blossom","wiki_url":"https://oldschool.runescape.wiki/w/Medivaemia_blossom","price":0},"20893":{"id":20893,"name":"Transdimensional notes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Transdimensional notes","wiki_url":"https://oldschool.runescape.wiki/w/Transdimensional_notes","price":0},"20895":{"id":20895,"name":"Vanguard judgement","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Vanguard judgement","wiki_url":"https://oldschool.runescape.wiki/w/Vanguard_judgement","price":0},"20897":{"id":20897,"name":"Houndmaster's diary","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Houndmaster's diary","wiki_url":"https://oldschool.runescape.wiki/w/Houndmaster's_diary","price":0},"20899":{"id":20899,"name":"Dark journal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dark journal","wiki_url":"https://oldschool.runescape.wiki/w/Dark_journal","price":0},"20901":{"id":20901,"name":"Grimy noxifer","members":true,"tradeable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Grimy noxifer","wiki_url":"https://oldschool.runescape.wiki/w/Grimy_noxifer","price":0},"20902":{"id":20902,"name":"Noxifer","members":true,"tradeable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Noxifer","wiki_url":"https://oldschool.runescape.wiki/w/Noxifer","price":0},"20903":{"id":20903,"name":"Noxifer seed","members":true,"tradeable":true,"stackable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Noxifer seed","wiki_url":"https://oldschool.runescape.wiki/w/Noxifer_seed","price":0},"20904":{"id":20904,"name":"Grimy golpar","members":true,"tradeable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Grimy golpar","wiki_url":"https://oldschool.runescape.wiki/w/Grimy_golpar","price":0},"20905":{"id":20905,"name":"Golpar","members":true,"tradeable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Golpar","wiki_url":"https://oldschool.runescape.wiki/w/Golpar","price":0},"20906":{"id":20906,"name":"Golpar seed","members":true,"tradeable":true,"stackable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Golpar seed","wiki_url":"https://oldschool.runescape.wiki/w/Golpar_seed","price":0},"20907":{"id":20907,"name":"Grimy buchu leaf","members":true,"tradeable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Grimy buchu leaf","wiki_url":"https://oldschool.runescape.wiki/w/Grimy_buchu_leaf","price":0},"20908":{"id":20908,"name":"Buchu leaf","members":true,"tradeable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Buchu leaf","wiki_url":"https://oldschool.runescape.wiki/w/Buchu_leaf","price":0},"20909":{"id":20909,"name":"Buchu seed","members":true,"tradeable":true,"stackable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Buchu seed","wiki_url":"https://oldschool.runescape.wiki/w/Buchu_seed","price":0},"20910":{"id":20910,"name":"Stinkhorn mushroom","members":true,"tradeable":true,"stackable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Stinkhorn mushroom","wiki_url":"https://oldschool.runescape.wiki/w/Stinkhorn_mushroom","price":0},"20911":{"id":20911,"name":"Endarkened juice","members":true,"tradeable":true,"stackable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Endarkened juice","wiki_url":"https://oldschool.runescape.wiki/w/Endarkened_juice","price":0},"20912":{"id":20912,"name":"Cicely","members":true,"tradeable":true,"stackable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Cicely","wiki_url":"https://oldschool.runescape.wiki/w/Cicely","price":0},"20913":{"id":20913,"name":"Elder (-)(1)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Elder (-) (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Elder_(-)#1_dose","price":0},"20914":{"id":20914,"name":"Elder (-)(2)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Elder (-) (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Elder_(-)#2_dose","price":0},"20915":{"id":20915,"name":"Elder (-)(3)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Elder (-) (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Elder_(-)#3_dose","price":0},"20916":{"id":20916,"name":"Elder (-)(4)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Elder (-) (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Elder_(-)#4_dose","price":0},"20917":{"id":20917,"name":"Elder potion (1)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Elder potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Elder_potion#1_dose","price":0},"20918":{"id":20918,"name":"Elder potion (2)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Elder potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Elder_potion#2_dose","price":0},"20919":{"id":20919,"name":"Elder potion (3)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Elder potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Elder_potion#3_dose","price":0},"20920":{"id":20920,"name":"Elder potion (4)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Elder potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Elder_potion#4_dose","price":0},"20921":{"id":20921,"name":"Elder (+)(1)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Elder (+) (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Elder_(+)#1_dose","price":0},"20922":{"id":20922,"name":"Elder (+)(2)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Elder (+) (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Elder_(+)#2_dose","price":0},"20923":{"id":20923,"name":"Elder (+)(3)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Elder (+) (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Elder_(+)#3_dose","price":0},"20924":{"id":20924,"name":"Elder (+)(4)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Elder (+) (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Elder_(+)#4_dose","price":0},"20925":{"id":20925,"name":"Twisted (-)(1)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Twisted (-) (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_(-)#1_dose","price":0},"20926":{"id":20926,"name":"Twisted (-)(2)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Twisted (-) (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_(-)#2_dose","price":0},"20927":{"id":20927,"name":"Twisted (-)(3)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Twisted (-) (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_(-)#3_dose","price":0},"20928":{"id":20928,"name":"Twisted (-)(4)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Twisted (-) (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_(-)#4_dose","price":0},"20929":{"id":20929,"name":"Twisted potion (1)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Twisted potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_potion#1_dose","price":0},"20930":{"id":20930,"name":"Twisted potion (2)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Twisted potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_potion#2_dose","price":0},"20931":{"id":20931,"name":"Twisted potion (3)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Twisted potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_potion#3_dose","price":0},"20932":{"id":20932,"name":"Twisted potion (4)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Twisted potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_potion#4_dose","price":0},"20933":{"id":20933,"name":"Twisted (+)(1)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Twisted (+) (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_(+)#1_dose","price":0},"20934":{"id":20934,"name":"Twisted (+)(2)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Twisted (+) (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_(+)#2_dose","price":0},"20935":{"id":20935,"name":"Twisted (+)(3)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Twisted (+) (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_(+)#3_dose","price":0},"20936":{"id":20936,"name":"Twisted (+)(4)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Twisted (+) (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_(+)#4_dose","price":0},"20937":{"id":20937,"name":"Kodai (-)(1)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Kodai (-) (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Kodai_(-)#1_dose","price":0},"20938":{"id":20938,"name":"Kodai (-)(2)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Kodai (-) (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Kodai_(-)#2_dose","price":0},"20939":{"id":20939,"name":"Kodai (-)(3)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Kodai (-) (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Kodai_(-)#3_dose","price":0},"20940":{"id":20940,"name":"Kodai (-)(4)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Kodai (-) (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Kodai_(-)#4_dose","price":0},"20941":{"id":20941,"name":"Kodai potion (1)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Kodai potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Kodai_potion#1_dose","price":0},"20942":{"id":20942,"name":"Kodai potion (2)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Kodai potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Kodai_potion#2_dose","price":0},"20943":{"id":20943,"name":"Kodai potion (3)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Kodai potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Kodai_potion#3_dose","price":0},"20944":{"id":20944,"name":"Kodai potion (4)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Kodai potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Kodai_potion#4_dose","price":0},"20945":{"id":20945,"name":"Kodai (+)(1)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Kodai (+) (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Kodai_(+)#1_dose","price":0},"20946":{"id":20946,"name":"Kodai (+)(2)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Kodai (+) (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Kodai_(+)#2_dose","price":0},"20947":{"id":20947,"name":"Kodai (+)(3)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Kodai (+) (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Kodai_(+)#3_dose","price":0},"20948":{"id":20948,"name":"Kodai (+)(4)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Kodai (+) (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Kodai_(+)#4_dose","price":0},"20949":{"id":20949,"name":"Revitalisation (-)(1)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Revitalisation (-) (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Revitalisation_(-)#1_dose","price":0},"20950":{"id":20950,"name":"Revitalisation (-)(2)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Revitalisation (-) (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Revitalisation_(-)#2_dose","price":0},"20951":{"id":20951,"name":"Revitalisation (-)(3)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Revitalisation (-) (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Revitalisation_(-)#3_dose","price":0},"20952":{"id":20952,"name":"Revitalisation (-)(4)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Revitalisation (-) (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Revitalisation_(-)#4_dose","price":0},"20953":{"id":20953,"name":"Revitalisation potion (1)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Revitalisation potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Revitalisation_potion#1_dose","price":0},"20954":{"id":20954,"name":"Revitalisation potion (2)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Revitalisation potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Revitalisation_potion#2_dose","price":0},"20955":{"id":20955,"name":"Revitalisation potion (3)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Revitalisation potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Revitalisation_potion#3_dose","price":0},"20956":{"id":20956,"name":"Revitalisation potion (4)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Revitalisation potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Revitalisation_potion#4_dose","price":0},"20957":{"id":20957,"name":"Revitalisation (+)(1)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Revitalisation (+) (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Revitalisation_(+)#1_dose","price":0},"20958":{"id":20958,"name":"Revitalisation (+)(2)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Revitalisation (+) (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Revitalisation_(+)#2_dose","price":0},"20959":{"id":20959,"name":"Revitalisation (+)(3)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Revitalisation (+) (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Revitalisation_(+)#3_dose","price":0},"20960":{"id":20960,"name":"Revitalisation (+)(4)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Revitalisation (+) (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Revitalisation_(+)#4_dose","price":0},"20961":{"id":20961,"name":"Prayer enhance (-)(1)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Prayer enhance (-) (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Prayer_enhance_(-)#1_dose","price":0},"20962":{"id":20962,"name":"Prayer enhance (-)(2)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Prayer enhance (-) (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Prayer_enhance_(-)#2_dose","price":0},"20963":{"id":20963,"name":"Prayer enhance (-)(3)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Prayer enhance (-) (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Prayer_enhance_(-)#3_dose","price":0},"20964":{"id":20964,"name":"Prayer enhance (-)(4)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Prayer enhance (-) (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Prayer_enhance_(-)#4_dose","price":0},"20965":{"id":20965,"name":"Prayer enhance (1)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Prayer enhance (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Prayer_enhance#1_dose","price":0},"20966":{"id":20966,"name":"Prayer enhance (2)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Prayer enhance (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Prayer_enhance#2_dose","price":0},"20967":{"id":20967,"name":"Prayer enhance (3)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Prayer enhance (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Prayer_enhance#3_dose","price":0},"20968":{"id":20968,"name":"Prayer enhance (4)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Prayer enhance (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Prayer_enhance#4_dose","price":0},"20969":{"id":20969,"name":"Prayer enhance (+)(1)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Prayer enhance (+) (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Prayer_enhance_(+)#1_dose","price":0},"20970":{"id":20970,"name":"Prayer enhance (+)(2)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Prayer enhance (+) (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Prayer_enhance_(+)#2_dose","price":0},"20971":{"id":20971,"name":"Prayer enhance (+)(3)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Prayer enhance (+) (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Prayer_enhance_(+)#3_dose","price":0},"20972":{"id":20972,"name":"Prayer enhance (+)(4)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Prayer enhance (+) (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Prayer_enhance_(+)#4_dose","price":0},"20973":{"id":20973,"name":"Xeric's aid (-)(1)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Xeric's aid (-) (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Xeric's_aid_(-)#1_dose","price":0},"20974":{"id":20974,"name":"Xeric's aid (-)(2)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Xeric's aid (-) (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Xeric's_aid_(-)#2_dose","price":0},"20975":{"id":20975,"name":"Xeric's aid (-)(3)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Xeric's aid (-) (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Xeric's_aid_(-)#3_dose","price":0},"20976":{"id":20976,"name":"Xeric's aid (-)(4)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Xeric's aid (-) (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Xeric's_aid_(-)#4_dose","price":0},"20977":{"id":20977,"name":"Xeric's aid (1)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Xeric's aid (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Xeric's_aid#1_dose","price":0},"20978":{"id":20978,"name":"Xeric's aid (2)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Xeric's aid (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Xeric's_aid#2_dose","price":0},"20979":{"id":20979,"name":"Xeric's aid (3)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Xeric's aid (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Xeric's_aid#3_dose","price":0},"20980":{"id":20980,"name":"Xeric's aid (4)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Xeric's aid (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Xeric's_aid#4_dose","price":0},"20981":{"id":20981,"name":"Xeric's aid (+)(1)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Xeric's aid (+) (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Xeric's_aid_(+)#1_dose","price":0},"20982":{"id":20982,"name":"Xeric's aid (+)(2)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Xeric's aid (+) (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Xeric's_aid_(+)#2_dose","price":0},"20983":{"id":20983,"name":"Xeric's aid (+)(3)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Xeric's aid (+) (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Xeric's_aid_(+)#3_dose","price":0},"20984":{"id":20984,"name":"Xeric's aid (+)(4)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Xeric's aid (+) (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Xeric's_aid_(+)#4_dose","price":0},"20985":{"id":20985,"name":"Overload (-)(1)","members":true,"tradeable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Overload (-) (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Overload_(-)#1_dose","price":0},"20986":{"id":20986,"name":"Overload (-)(2)","members":true,"tradeable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Overload (-) (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Overload_(-)#2_dose","price":0},"20987":{"id":20987,"name":"Overload (-)(3)","members":true,"tradeable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Overload (-) (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Overload_(-)#3_dose","price":0},"20988":{"id":20988,"name":"Overload (-)(4)","members":true,"tradeable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Overload (-) (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Overload_(-)#4_dose","price":0},"20989":{"id":20989,"name":"Overload (1)","members":true,"tradeable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Overload (Chambers of Xeric) (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Overload_(Chambers_of_Xeric)#1_dose","price":0},"20990":{"id":20990,"name":"Overload (2)","members":true,"tradeable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Overload (Chambers of Xeric) (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Overload_(Chambers_of_Xeric)#2_dose","price":0},"20991":{"id":20991,"name":"Overload (3)","members":true,"tradeable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Overload (Chambers of Xeric) (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Overload_(Chambers_of_Xeric)#3_dose","price":0},"20992":{"id":20992,"name":"Overload (4)","members":true,"tradeable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Overload (Chambers of Xeric) (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Overload_(Chambers_of_Xeric)#4_dose","price":0},"20993":{"id":20993,"name":"Overload (+)(1)","members":true,"tradeable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Overload (+) (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Overload_(+)#1_dose","price":0},"20994":{"id":20994,"name":"Overload (+)(2)","members":true,"tradeable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Overload (+) (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Overload_(+)#2_dose","price":0},"20995":{"id":20995,"name":"Overload (+)(3)","members":true,"tradeable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Overload (+) (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Overload_(+)#3_dose","price":0},"20996":{"id":20996,"name":"Overload (+)(4)","members":true,"tradeable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Overload (+) (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Overload_(+)#4_dose","price":0},"20997":{"id":20997,"name":"Twisted bow","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":4000000,"lowalch":1600000,"highalch":2400000,"buy_limit":8,"wiki_name":"Twisted bow","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_bow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":70,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":20,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":75}},"weapon":{"attack_speed":6,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":1649756620},"21000":{"id":21000,"name":"Twisted buckler","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"buy_limit":8,"wiki_name":"Twisted buckler","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_buckler","equipment":{"attack_stab":-7,"attack_slash":-8,"attack_crush":-7,"attack_magic":-10,"attack_ranged":18,"defence_stab":22,"defence_slash":24,"defence_crush":22,"defence_magic":26,"defence_ranged":58,"melee_strength":0,"ranged_strength":10,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":75,"ranged":75}},"price":18649158},"21003":{"id":21003,"name":"Elder maul","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":500010,"lowalch":200004,"highalch":300006,"buy_limit":8,"wiki_name":"Elder maul","wiki_url":"https://oldschool.runescape.wiki/w/Elder_maul","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":135,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":147,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":75,"strength":75}},"weapon":{"attack_speed":6,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":164749997},"21006":{"id":21006,"name":"Kodai wand","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":150000,"lowalch":60000,"highalch":90000,"buy_limit":8,"wiki_name":"Kodai wand","wiki_url":"https://oldschool.runescape.wiki/w/Kodai_wand","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":28,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":3,"defence_magic":20,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":15,"prayer":0,"slot":"weapon","requirements":{"magic":75}},"weapon":{"attack_speed":4,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":121356663},"21009":{"id":21009,"name":"Dragon sword","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":72001,"lowalch":28800,"highalch":43200,"buy_limit":70,"wiki_name":"Dragon sword","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_sword","equipment":{"attack_stab":65,"attack_slash":55,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":63,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":60}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":88962},"21012":{"id":21012,"name":"Dragon hunter crossbow","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":8,"wiki_name":"Dragon hunter crossbow","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_hunter_crossbow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":95,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":65}},"weapon":{"attack_speed":6,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":67021008},"21015":{"id":21015,"name":"Dinh's bulwark","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":560000,"lowalch":224000,"highalch":336000,"buy_limit":8,"wiki_name":"Dinh's bulwark","wiki_url":"https://oldschool.runescape.wiki/w/Dinh's_bulwark","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":124,"attack_magic":0,"attack_ranged":0,"defence_stab":106,"defence_slash":109,"defence_crush":109,"defence_magic":-10,"defence_ranged":148,"melee_strength":38,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":75,"defence":75}},"weapon":{"attack_speed":5,"weapon_type":"bulwark","stances":[{"combat_style":"pummel","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"block","attack_type":null,"attack_style":null,"experience":null,"boosts":null}]},"price":19851555},"21018":{"id":21018,"name":"Ancestral hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":45000,"lowalch":18000,"highalch":27000,"buy_limit":8,"wiki_name":"Ancestral hat","wiki_url":"https://oldschool.runescape.wiki/w/Ancestral_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":8,"attack_ranged":-2,"defence_stab":12,"defence_slash":11,"defence_crush":13,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":3,"prayer":0,"slot":"head","requirements":{"defence":65,"magic":75}},"price":65346386},"21021":{"id":21021,"name":"Ancestral robe top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":120000,"lowalch":48000,"highalch":72000,"buy_limit":8,"wiki_name":"Ancestral robe top","wiki_url":"https://oldschool.runescape.wiki/w/Ancestral_robe_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":35,"attack_ranged":-8,"defence_stab":42,"defence_slash":31,"defence_crush":51,"defence_magic":28,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":3,"prayer":0,"slot":"body","requirements":{"defence":65,"magic":75}},"price":186391784},"21024":{"id":21024,"name":"Ancestral robe bottom","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":8,"wiki_name":"Ancestral robe bottom","wiki_url":"https://oldschool.runescape.wiki/w/Ancestral_robe_bottom","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":26,"attack_ranged":-7,"defence_stab":27,"defence_slash":24,"defence_crush":30,"defence_magic":20,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":3,"prayer":0,"slot":"legs","requirements":{"defence":65,"magic":75}},"price":143733516},"21027":{"id":21027,"name":"Dark relic","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dark relic","wiki_url":"https://oldschool.runescape.wiki/w/Dark_relic","price":0},"21028":{"id":21028,"name":"Dragon harpoon","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":55000,"lowalch":22000,"highalch":33000,"buy_limit":5,"wiki_name":"Dragon harpoon","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_harpoon","equipment":{"attack_stab":38,"attack_slash":32,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":60}},"weapon":{"attack_speed":5,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1975480},"21031":{"id":21031,"name":"Infernal harpoon","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":99801,"lowalch":39920,"highalch":59880,"wiki_name":"Infernal harpoon (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Infernal_harpoon#Charged","equipment":{"attack_stab":38,"attack_slash":32,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":60}},"weapon":{"attack_speed":5,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"21033":{"id":21033,"name":"Infernal harpoon (uncharged)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":99800,"lowalch":39920,"highalch":59880,"wiki_name":"Infernal harpoon (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Infernal_harpoon#Uncharged","equipment":{"attack_stab":38,"attack_slash":32,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":60}},"weapon":{"attack_speed":5,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"21034":{"id":21034,"name":"Dexterous prayer scroll","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":5,"wiki_name":"Dexterous prayer scroll","wiki_url":"https://oldschool.runescape.wiki/w/Dexterous_prayer_scroll","price":17174098},"21036":{"id":21036,"name":"Mallignum root plank","members":true,"tradeable":true,"stackable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Mallignum root plank","wiki_url":"https://oldschool.runescape.wiki/w/Mallignum_root_plank","price":0},"21037":{"id":21037,"name":"Small storage unit","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"21038":{"id":21038,"name":"Medium storage unit","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"21039":{"id":21039,"name":"Large storage unit","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"21043":{"id":21043,"name":"Kodai insignia","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150000,"lowalch":60000,"highalch":90000,"buy_limit":8,"wiki_name":"Kodai insignia","wiki_url":"https://oldschool.runescape.wiki/w/Kodai_insignia","price":120316500},"21046":{"id":21046,"name":"Ancient tablet","members":true,"cost":75000,"wiki_name":"Ancient tablet","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_tablet","price":0},"21047":{"id":21047,"name":"Torn prayer scroll","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":5,"wiki_name":"Torn prayer scroll","wiki_url":"https://oldschool.runescape.wiki/w/Torn_prayer_scroll","price":47912},"21049":{"id":21049,"name":"Ancestral robes set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":145000,"lowalch":58000,"highalch":87000,"buy_limit":5,"wiki_name":"Ancestral robes set","wiki_url":"https://oldschool.runescape.wiki/w/Ancestral_robes_set","price":395121063},"21052":{"id":21052,"name":"Manor key","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Manor key (Quest)","wiki_url":"https://oldschool.runescape.wiki/w/Manor_key#Quest","price":0},"21053":{"id":21053,"name":"Ruby key","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ruby key (Quest)","wiki_url":"https://oldschool.runescape.wiki/w/Ruby_key#Quest","price":0},"21054":{"id":21054,"name":"Emerald key","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Emerald key (Quest)","wiki_url":"https://oldschool.runescape.wiki/w/Emerald_key#Quest","price":0},"21055":{"id":21055,"name":"Sapphire key","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sapphire key (Quest)","wiki_url":"https://oldschool.runescape.wiki/w/Sapphire_key#Quest","price":0},"21056":{"id":21056,"name":"Notes","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Notes (Misthalin Mystery - 1) (Quest)","wiki_url":"https://oldschool.runescape.wiki/w/Notes_(Misthalin_Mystery_-_1)#Quest","price":0},"21057":{"id":21057,"name":"Notes","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Notes (Misthalin Mystery - 2) (Quest)","wiki_url":"https://oldschool.runescape.wiki/w/Notes_(Misthalin_Mystery_-_2)#Quest","price":0},"21058":{"id":21058,"name":"Notes","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Notes (Misthalin Mystery - 3) (Quest)","wiki_url":"https://oldschool.runescape.wiki/w/Notes_(Misthalin_Mystery_-_3)#Quest","price":0},"21059":{"id":21059,"name":"Killer's knife","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Killer's knife (Quest)","wiki_url":"https://oldschool.runescape.wiki/w/Killer's_knife#Quest","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"21060":{"id":21060,"name":"Bandos godsword","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bandos godsword (Misthalin Mystery) (Quest)","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_godsword_(Misthalin_Mystery)#Quest","price":0},"21061":{"id":21061,"name":"Graceful hood","members":true,"equipable":true,"equipable_by_player":true,"cost":35,"lowalch":14,"highalch":21,"wiki_name":"Graceful hood (Agility Arena) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_hood_(Agility_Arena)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"21064":{"id":21064,"name":"Graceful cape","members":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Graceful cape (Agility Arena) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_cape_(Agility_Arena)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"21067":{"id":21067,"name":"Graceful top","members":true,"equipable":true,"equipable_by_player":true,"cost":55,"lowalch":22,"highalch":33,"wiki_name":"Graceful top (Agility Arena) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_top_(Agility_Arena)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"21070":{"id":21070,"name":"Graceful legs","members":true,"equipable":true,"equipable_by_player":true,"cost":60,"lowalch":24,"highalch":36,"wiki_name":"Graceful legs (Agility Arena) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_legs_(Agility_Arena)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"21073":{"id":21073,"name":"Graceful gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Graceful gloves (Agility Arena) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_gloves_(Agility_Arena)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"21076":{"id":21076,"name":"Graceful boots","members":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Graceful boots (Agility Arena) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_boots_(Agility_Arena)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"21079":{"id":21079,"name":"Arcane prayer scroll","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":5,"wiki_name":"Arcane prayer scroll","wiki_url":"https://oldschool.runescape.wiki/w/Arcane_prayer_scroll","price":6347459},"21081":{"id":21081,"name":"Opal ring","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1050,"lowalch":420,"highalch":630,"buy_limit":10000,"wiki_name":"Opal ring","wiki_url":"https://oldschool.runescape.wiki/w/Opal_ring","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":2000},"21084":{"id":21084,"name":"Jade ring","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1275,"lowalch":510,"highalch":765,"buy_limit":10000,"wiki_name":"Jade ring","wiki_url":"https://oldschool.runescape.wiki/w/Jade_ring","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":2571},"21087":{"id":21087,"name":"Topaz ring","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1425,"lowalch":570,"highalch":855,"buy_limit":10000,"wiki_name":"Topaz ring","wiki_url":"https://oldschool.runescape.wiki/w/Topaz_ring","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":6009},"21090":{"id":21090,"name":"Opal necklace","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1050,"lowalch":420,"highalch":630,"buy_limit":10000,"wiki_name":"Opal necklace","wiki_url":"https://oldschool.runescape.wiki/w/Opal_necklace","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":1986},"21093":{"id":21093,"name":"Jade necklace","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1275,"lowalch":510,"highalch":765,"buy_limit":10000,"wiki_name":"Jade necklace","wiki_url":"https://oldschool.runescape.wiki/w/Jade_necklace","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":876},"21096":{"id":21096,"name":"Topaz necklace","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1425,"lowalch":570,"highalch":855,"buy_limit":10000,"wiki_name":"Topaz necklace","wiki_url":"https://oldschool.runescape.wiki/w/Topaz_necklace","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":1277},"21099":{"id":21099,"name":"Opal amulet (u)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":900,"lowalch":360,"highalch":540,"buy_limit":10000,"wiki_name":"Opal amulet (u)","wiki_url":"https://oldschool.runescape.wiki/w/Opal_amulet_(u)","price":239},"21102":{"id":21102,"name":"Jade amulet (u)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1050,"lowalch":420,"highalch":630,"buy_limit":10000,"wiki_name":"Jade amulet (u)","wiki_url":"https://oldschool.runescape.wiki/w/Jade_amulet_(u)","price":885},"21105":{"id":21105,"name":"Topaz amulet (u)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1275,"lowalch":510,"highalch":765,"buy_limit":10000,"wiki_name":"Topaz amulet (u)","wiki_url":"https://oldschool.runescape.wiki/w/Topaz_amulet_(u)","price":2256},"21108":{"id":21108,"name":"Opal amulet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":900,"lowalch":360,"highalch":540,"buy_limit":10000,"wiki_name":"Opal amulet","wiki_url":"https://oldschool.runescape.wiki/w/Opal_amulet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":2550},"21111":{"id":21111,"name":"Jade amulet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1050,"lowalch":420,"highalch":630,"buy_limit":10000,"wiki_name":"Jade amulet","wiki_url":"https://oldschool.runescape.wiki/w/Jade_amulet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":1172},"21114":{"id":21114,"name":"Topaz amulet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1250,"lowalch":500,"highalch":750,"buy_limit":10000,"wiki_name":"Topaz amulet","wiki_url":"https://oldschool.runescape.wiki/w/Topaz_amulet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":2401},"21117":{"id":21117,"name":"Opal bracelet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1150,"lowalch":460,"highalch":690,"buy_limit":10000,"wiki_name":"Opal bracelet","wiki_url":"https://oldschool.runescape.wiki/w/Opal_bracelet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":2125},"21120":{"id":21120,"name":"Jade bracelet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1300,"lowalch":520,"highalch":780,"buy_limit":10000,"wiki_name":"Jade bracelet","wiki_url":"https://oldschool.runescape.wiki/w/Jade_bracelet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":793},"21123":{"id":21123,"name":"Topaz bracelet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1500,"lowalch":600,"highalch":900,"buy_limit":10000,"wiki_name":"Topaz bracelet","wiki_url":"https://oldschool.runescape.wiki/w/Topaz_bracelet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":2503},"21126":{"id":21126,"name":"Ring of pursuit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1050,"lowalch":420,"highalch":630,"buy_limit":100,"wiki_name":"Ring of pursuit","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_pursuit","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":3600},"21129":{"id":21129,"name":"Ring of returning(5)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1275,"lowalch":510,"highalch":765,"buy_limit":10000,"wiki_name":"Ring of returning (5)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_returning#(5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":2923},"21132":{"id":21132,"name":"Ring of returning(4)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1275,"lowalch":510,"highalch":765,"wiki_name":"Ring of returning (4)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_returning#(4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"21134":{"id":21134,"name":"Ring of returning(3)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1275,"lowalch":510,"highalch":765,"wiki_name":"Ring of returning (3)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_returning#(3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"21136":{"id":21136,"name":"Ring of returning(2)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1275,"lowalch":510,"highalch":765,"wiki_name":"Ring of returning (2)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_returning#(2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"21138":{"id":21138,"name":"Ring of returning(1)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1275,"lowalch":510,"highalch":765,"wiki_name":"Ring of returning (1)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_returning#(1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"21140":{"id":21140,"name":"Efaritay's aid","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1425,"lowalch":570,"highalch":855,"buy_limit":10000,"wiki_name":"Efaritay's aid","wiki_url":"https://oldschool.runescape.wiki/w/Efaritay's_aid","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":1650},"21143":{"id":21143,"name":"Dodgy necklace","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1050,"lowalch":420,"highalch":630,"buy_limit":10000,"wiki_name":"Dodgy necklace","wiki_url":"https://oldschool.runescape.wiki/w/Dodgy_necklace","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":2237},"21146":{"id":21146,"name":"Necklace of passage(5)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1275,"lowalch":510,"highalch":765,"buy_limit":10000,"wiki_name":"Necklace of passage (5)","wiki_url":"https://oldschool.runescape.wiki/w/Necklace_of_passage#(5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":2101},"21149":{"id":21149,"name":"Necklace of passage(4)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1275,"lowalch":510,"highalch":765,"wiki_name":"Necklace of passage (4)","wiki_url":"https://oldschool.runescape.wiki/w/Necklace_of_passage#(4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"21151":{"id":21151,"name":"Necklace of passage(3)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1275,"lowalch":510,"highalch":765,"wiki_name":"Necklace of passage (3)","wiki_url":"https://oldschool.runescape.wiki/w/Necklace_of_passage#(3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"21153":{"id":21153,"name":"Necklace of passage(2)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1275,"lowalch":510,"highalch":765,"wiki_name":"Necklace of passage (2)","wiki_url":"https://oldschool.runescape.wiki/w/Necklace_of_passage#(2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"21155":{"id":21155,"name":"Necklace of passage(1)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1275,"lowalch":510,"highalch":765,"wiki_name":"Necklace of passage (1)","wiki_url":"https://oldschool.runescape.wiki/w/Necklace_of_passage#(1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"21157":{"id":21157,"name":"Necklace of faith","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1425,"lowalch":570,"highalch":855,"buy_limit":10000,"wiki_name":"Necklace of faith","wiki_url":"https://oldschool.runescape.wiki/w/Necklace_of_faith","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":607},"21160":{"id":21160,"name":"Amulet of bounty","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":900,"lowalch":360,"highalch":540,"buy_limit":10000,"wiki_name":"Amulet of bounty","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_bounty","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":710},"21163":{"id":21163,"name":"Amulet of chemistry","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1050,"lowalch":420,"highalch":630,"buy_limit":10000,"wiki_name":"Amulet of chemistry","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_chemistry","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":1499},"21166":{"id":21166,"name":"Burning amulet(5)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1250,"lowalch":500,"highalch":750,"buy_limit":10000,"wiki_name":"Burning amulet (5)","wiki_url":"https://oldschool.runescape.wiki/w/Burning_amulet#(5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":2923},"21169":{"id":21169,"name":"Burning amulet(4)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1250,"lowalch":500,"highalch":750,"wiki_name":"Burning amulet (4)","wiki_url":"https://oldschool.runescape.wiki/w/Burning_amulet#(4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"21171":{"id":21171,"name":"Burning amulet(3)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1250,"lowalch":500,"highalch":750,"wiki_name":"Burning amulet (3)","wiki_url":"https://oldschool.runescape.wiki/w/Burning_amulet#(3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"21173":{"id":21173,"name":"Burning amulet(2)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1250,"lowalch":500,"highalch":750,"wiki_name":"Burning amulet (2)","wiki_url":"https://oldschool.runescape.wiki/w/Burning_amulet#(2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"21175":{"id":21175,"name":"Burning amulet(1)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1250,"lowalch":500,"highalch":750,"wiki_name":"Burning amulet (1)","wiki_url":"https://oldschool.runescape.wiki/w/Burning_amulet#(1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"21177":{"id":21177,"name":"Expeditious bracelet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1150,"lowalch":460,"highalch":690,"buy_limit":15000,"wiki_name":"Expeditious bracelet","wiki_url":"https://oldschool.runescape.wiki/w/Expeditious_bracelet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":2267},"21180":{"id":21180,"name":"Flamtaer bracelet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1300,"lowalch":520,"highalch":780,"buy_limit":10000,"wiki_name":"Flamtaer bracelet","wiki_url":"https://oldschool.runescape.wiki/w/Flamtaer_bracelet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":492},"21183":{"id":21183,"name":"Bracelet of slaughter","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2500,"lowalch":1000,"highalch":1500,"buy_limit":10000,"wiki_name":"Bracelet of slaughter","wiki_url":"https://oldschool.runescape.wiki/w/Bracelet_of_slaughter","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":2643},"21186":{"id":21186,"name":"Fire max cape","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fire max cape (animation item)","wiki_url":"https://oldschool.runescape.wiki/w/Fire_max_cape_(animation_item)","price":0},"21187":{"id":21187,"name":"Rock golem","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rock golem (Tin)","wiki_url":"https://oldschool.runescape.wiki/w/Rock_golem#Tin","price":0},"21188":{"id":21188,"name":"Rock golem","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rock golem (Copper)","wiki_url":"https://oldschool.runescape.wiki/w/Rock_golem#Copper","price":0},"21189":{"id":21189,"name":"Rock golem","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rock golem (Iron)","wiki_url":"https://oldschool.runescape.wiki/w/Rock_golem#Iron","price":0},"21190":{"id":21190,"name":"Rock golem","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rock golem (Blurite)","wiki_url":"https://oldschool.runescape.wiki/w/Rock_golem#Blurite","price":0},"21191":{"id":21191,"name":"Rock golem","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rock golem (Silver)","wiki_url":"https://oldschool.runescape.wiki/w/Rock_golem#Silver","price":0},"21192":{"id":21192,"name":"Rock golem","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rock golem (Coal)","wiki_url":"https://oldschool.runescape.wiki/w/Rock_golem#Coal","price":0},"21193":{"id":21193,"name":"Rock golem","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rock golem (Gold)","wiki_url":"https://oldschool.runescape.wiki/w/Rock_golem#Gold","price":0},"21194":{"id":21194,"name":"Rock golem","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rock golem (Mithril)","wiki_url":"https://oldschool.runescape.wiki/w/Rock_golem#Mithril","price":0},"21195":{"id":21195,"name":"Rock golem","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rock golem (Granite)","wiki_url":"https://oldschool.runescape.wiki/w/Rock_golem#Granite","price":0},"21196":{"id":21196,"name":"Rock golem","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rock golem (Adamantite)","wiki_url":"https://oldschool.runescape.wiki/w/Rock_golem#Adamantite","price":0},"21197":{"id":21197,"name":"Rock golem","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rock golem (Runite)","wiki_url":"https://oldschool.runescape.wiki/w/Rock_golem#Runite","price":0},"21198":{"id":21198,"name":"Lava battlestaff","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":17005,"lowalch":6802,"highalch":10203,"wiki_name":"Lava battlestaff (or)","wiki_url":"https://oldschool.runescape.wiki/w/Lava_battlestaff_(or)","equipment":{"attack_stab":7,"attack_slash":-1,"attack_crush":28,"attack_magic":12,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":12,"defence_ranged":0,"melee_strength":35,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":30,"attack":30}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"21200":{"id":21200,"name":"Mystic lava staff","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":45005,"lowalch":18002,"highalch":27003,"wiki_name":"Mystic lava staff (or)","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_lava_staff_(or)","equipment":{"attack_stab":10,"attack_slash":-1,"attack_crush":40,"attack_magic":14,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":14,"defence_ranged":0,"melee_strength":50,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":40,"attack":40}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"21202":{"id":21202,"name":"Lava staff upgrade kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1500,"lowalch":600,"highalch":900,"buy_limit":50,"wiki_name":"Lava staff upgrade kit","wiki_url":"https://oldschool.runescape.wiki/w/Lava_staff_upgrade_kit","price":303391},"21205":{"id":21205,"name":"Elder maul","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Elder maul (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Elder_maul_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":135,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":147,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":75,"strength":75}},"weapon":{"attack_speed":6,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"21208":{"id":21208,"name":"Invitation list","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Invitation list","wiki_url":"https://oldschool.runescape.wiki/w/Invitation_list","price":0},"21209":{"id":21209,"name":"Birthday balloons","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Birthday balloons","wiki_url":"https://oldschool.runescape.wiki/w/Birthday_balloons","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"21211":{"id":21211,"name":"4th birthday hat","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"4th birthday hat","wiki_url":"https://oldschool.runescape.wiki/w/4th_birthday_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"21213":{"id":21213,"name":"Servant's money bag","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"21214":{"id":21214,"name":"Easter egg helm","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Easter egg helm","wiki_url":"https://oldschool.runescape.wiki/w/Easter_egg_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"21216":{"id":21216,"name":"Fruity easter egg","cost":1,"wiki_name":"Fruity easter egg","wiki_url":"https://oldschool.runescape.wiki/w/Fruity_easter_egg","price":0},"21217":{"id":21217,"name":"Fresh easter egg","cost":1,"wiki_name":"Fresh easter egg","wiki_url":"https://oldschool.runescape.wiki/w/Fresh_easter_egg","price":0},"21218":{"id":21218,"name":"Bitter easter egg","cost":1,"wiki_name":"Bitter easter egg","wiki_url":"https://oldschool.runescape.wiki/w/Bitter_easter_egg","price":0},"21219":{"id":21219,"name":"Earthy easter egg","cost":1,"wiki_name":"Earthy easter egg","wiki_url":"https://oldschool.runescape.wiki/w/Earthy_easter_egg","price":0},"21220":{"id":21220,"name":"Spicy easter egg","cost":1,"wiki_name":"Spicy easter egg","wiki_url":"https://oldschool.runescape.wiki/w/Spicy_easter_egg","price":0},"21221":{"id":21221,"name":"Meaty easter egg","cost":1,"wiki_name":"Meaty easter egg","wiki_url":"https://oldschool.runescape.wiki/w/Meaty_easter_egg","price":0},"21222":{"id":21222,"name":"Salted easter egg","cost":1,"wiki_name":"Salted easter egg","wiki_url":"https://oldschool.runescape.wiki/w/Salted_easter_egg","price":0},"21223":{"id":21223,"name":"Rich easter egg","cost":1,"wiki_name":"Rich easter egg","wiki_url":"https://oldschool.runescape.wiki/w/Rich_easter_egg","price":0},"21224":{"id":21224,"name":"Fluffy easter egg","cost":1,"wiki_name":"Fluffy easter egg","wiki_url":"https://oldschool.runescape.wiki/w/Fluffy_easter_egg","price":0},"21225":{"id":21225,"name":"Smoked easter egg","cost":1,"wiki_name":"Smoked easter egg","wiki_url":"https://oldschool.runescape.wiki/w/Smoked_easter_egg","price":0},"21226":{"id":21226,"name":"Fishy easter egg","cost":1,"wiki_name":"Fishy easter egg","wiki_url":"https://oldschool.runescape.wiki/w/Fishy_easter_egg","price":0},"21227":{"id":21227,"name":"Crunchy easter egg","cost":1,"wiki_name":"Crunchy easter egg","wiki_url":"https://oldschool.runescape.wiki/w/Crunchy_easter_egg","price":0},"21228":{"id":21228,"name":"Fruity chocolate mix","cost":1,"wiki_name":"Fruity chocolate mix","wiki_url":"https://oldschool.runescape.wiki/w/Fruity_chocolate_mix","price":0},"21229":{"id":21229,"name":"Fresh chocolate mix","cost":1,"wiki_name":"Fresh chocolate mix","wiki_url":"https://oldschool.runescape.wiki/w/Fresh_chocolate_mix","price":0},"21230":{"id":21230,"name":"Bitter chocolate mix","cost":1,"wiki_name":"Bitter chocolate mix","wiki_url":"https://oldschool.runescape.wiki/w/Bitter_chocolate_mix","price":0},"21231":{"id":21231,"name":"Earthy chocolate mix","cost":1,"wiki_name":"Earthy chocolate mix","wiki_url":"https://oldschool.runescape.wiki/w/Earthy_chocolate_mix","price":0},"21232":{"id":21232,"name":"Spicy chocolate mix","cost":1,"wiki_name":"Spicy chocolate mix","wiki_url":"https://oldschool.runescape.wiki/w/Spicy_chocolate_mix","price":0},"21233":{"id":21233,"name":"Meaty chocolate mix","cost":1,"wiki_name":"Meaty chocolate mix","wiki_url":"https://oldschool.runescape.wiki/w/Meaty_chocolate_mix","price":0},"21234":{"id":21234,"name":"Salted chocolate mix","cost":1,"wiki_name":"Salted chocolate mix","wiki_url":"https://oldschool.runescape.wiki/w/Salted_chocolate_mix","price":0},"21235":{"id":21235,"name":"Rich chocolate mix","cost":1,"wiki_name":"Rich chocolate mix","wiki_url":"https://oldschool.runescape.wiki/w/Rich_chocolate_mix","price":0},"21236":{"id":21236,"name":"Fluffy chocolate mix","cost":1,"wiki_name":"Fluffy chocolate mix","wiki_url":"https://oldschool.runescape.wiki/w/Fluffy_chocolate_mix","price":0},"21237":{"id":21237,"name":"Smoked chocolate mix","cost":1,"wiki_name":"Smoked chocolate mix","wiki_url":"https://oldschool.runescape.wiki/w/Smoked_chocolate_mix","price":0},"21238":{"id":21238,"name":"Fishy chocolate mix","cost":1,"wiki_name":"Fishy chocolate mix","wiki_url":"https://oldschool.runescape.wiki/w/Fishy_chocolate_mix","price":0},"21239":{"id":21239,"name":"Crunchy chocolate mix","cost":1,"wiki_name":"Crunchy chocolate mix","wiki_url":"https://oldschool.runescape.wiki/w/Crunchy_chocolate_mix","price":0},"21240":{"id":21240,"name":"Wester banana","cost":1,"wiki_name":"Wester banana","wiki_url":"https://oldschool.runescape.wiki/w/Wester_banana","price":0},"21241":{"id":21241,"name":"Wester papaya","cost":1,"wiki_name":"Wester papaya","wiki_url":"https://oldschool.runescape.wiki/w/Wester_papaya","price":0},"21242":{"id":21242,"name":"Wester lemon","cost":1,"wiki_name":"Wester lemon","wiki_url":"https://oldschool.runescape.wiki/w/Wester_lemon","price":0},"21243":{"id":21243,"name":"Bucket of wester sand","cost":1,"wiki_name":"Bucket of wester sand","wiki_url":"https://oldschool.runescape.wiki/w/Bucket_of_wester_sand","price":0},"21244":{"id":21244,"name":"Wester spices","cost":1,"wiki_name":"Wester spices","wiki_url":"https://oldschool.runescape.wiki/w/Wester_spices","price":0},"21245":{"id":21245,"name":"Beef fillet","cost":1,"wiki_name":"Beef fillet","wiki_url":"https://oldschool.runescape.wiki/w/Beef_fillet","price":0},"21246":{"id":21246,"name":"Sea salt","cost":1,"wiki_name":"Sea salt","wiki_url":"https://oldschool.runescape.wiki/w/Sea_salt","price":0},"21247":{"id":21247,"name":"Gold fragment","cost":1,"wiki_name":"Gold fragment","wiki_url":"https://oldschool.runescape.wiki/w/Gold_fragment","price":0},"21248":{"id":21248,"name":"Fluffy feathers","cost":1,"wiki_name":"Fluffy feathers","wiki_url":"https://oldschool.runescape.wiki/w/Fluffy_feathers","price":0},"21249":{"id":21249,"name":"Wester fish","cost":1,"wiki_name":"Wester fish","wiki_url":"https://oldschool.runescape.wiki/w/Wester_fish","price":0},"21250":{"id":21250,"name":"Rock","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rock (2017 Easter event)","wiki_url":"https://oldschool.runescape.wiki/w/Rock_(2017_Easter_event)","price":0},"21251":{"id":21251,"name":"Wester chocolate","cost":1,"wiki_name":"Wester chocolate","wiki_url":"https://oldschool.runescape.wiki/w/Wester_chocolate","price":0},"21252":{"id":21252,"name":"Egg mould","cost":1,"wiki_name":"Egg mould","wiki_url":"https://oldschool.runescape.wiki/w/Egg_mould","price":0},"21253":{"id":21253,"name":"Farmer's strawhat","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Farmer's strawhat (animation item) (Male)","wiki_url":"https://oldschool.runescape.wiki/w/Farmer's_strawhat_(animation_item)#Male","price":0},"21254":{"id":21254,"name":"Farmer's strawhat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Farmer's strawhat (animation item) (Female)","wiki_url":"https://oldschool.runescape.wiki/w/Farmer's_strawhat_(animation_item)#Female","price":0},"21255":{"id":21255,"name":"Slayer's staff (e)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":25000,"lowalch":10000,"highalch":15000,"wiki_name":"Slayer's staff (e)","wiki_url":"https://oldschool.runescape.wiki/w/Slayer's_staff_(e)","equipment":{"attack_stab":7,"attack_slash":-1,"attack_crush":25,"attack_magic":12,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":10,"defence_ranged":0,"melee_strength":35,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"slayer":55,"magic":50}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"21257":{"id":21257,"name":"Slayer's enchantment","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1200,"lowalch":480,"highalch":720,"buy_limit":500,"wiki_name":"Slayer's enchantment","wiki_url":"https://oldschool.runescape.wiki/w/Slayer's_enchantment","price":1680},"21259":{"id":21259,"name":"Enchanted scroll","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Enchanted scroll","wiki_url":"https://oldschool.runescape.wiki/w/Enchanted_scroll","price":0},"21260":{"id":21260,"name":"Enchanted quill","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Enchanted quill","wiki_url":"https://oldschool.runescape.wiki/w/Enchanted_quill","price":0},"21261":{"id":21261,"name":"Mysterious orb","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mysterious orb (Client of Kourend)","wiki_url":"https://oldschool.runescape.wiki/w/Mysterious_orb_(Client_of_Kourend)","price":0},"21262":{"id":21262,"name":"Antique lamp","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Antique lamp (Client of Kourend)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(Client_of_Kourend)","price":0},"21263":{"id":21263,"name":"Copper's crimson collar","members":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Copper's crimson collar","wiki_url":"https://oldschool.runescape.wiki/w/Copper's_crimson_collar","price":0},"21264":{"id":21264,"name":"Purple slayer helmet","members":true,"equipable":true,"equipable_by_player":true,"cost":40000,"lowalch":16000,"highalch":24000,"wiki_name":"Purple slayer helmet","wiki_url":"https://oldschool.runescape.wiki/w/Purple_slayer_helmet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":0},"21266":{"id":21266,"name":"Purple slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Purple slayer helmet (i) (Nightmare Zone)","wiki_url":"https://oldschool.runescape.wiki/w/Purple_slayer_helmet_(i)#Nightmare_Zone","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":0},"21268":{"id":21268,"name":"Slayer ring (eternal)","members":true,"equipable":true,"equipable_by_player":true,"cost":35300,"lowalch":14120,"highalch":21180,"wiki_name":"Slayer ring (eternal)","wiki_url":"https://oldschool.runescape.wiki/w/Slayer_ring_(eternal)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"21270":{"id":21270,"name":"Eternal gem","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":9500,"lowalch":3800,"highalch":5700,"buy_limit":8,"wiki_name":"Eternal gem","wiki_url":"https://oldschool.runescape.wiki/w/Eternal_gem","price":9087499},"21273":{"id":21273,"name":"Skotos","members":true,"cost":1,"wiki_name":"Skotos","wiki_url":"https://oldschool.runescape.wiki/w/Skotos","price":0},"21275":{"id":21275,"name":"Dark claw","members":true,"cost":2500,"wiki_name":"Dark claw","wiki_url":"https://oldschool.runescape.wiki/w/Dark_claw","price":0,"lowalch":1000,"highalch":1500},"21276":{"id":21276,"name":"Skull sceptre (i)","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Skull sceptre (i)","wiki_url":"https://oldschool.runescape.wiki/w/Skull_sceptre_(i)","equipment":{"attack_stab":0,"attack_slash":-1,"attack_crush":7,"attack_magic":10,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":4,"defence_ranged":0,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"21278":{"id":21278,"name":"Tzhaar-hur","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"21279":{"id":21279,"name":"Obsidian armour set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":126000,"lowalch":50400,"highalch":75600,"buy_limit":5,"wiki_name":"Obsidian armour set","wiki_url":"https://oldschool.runescape.wiki/w/Obsidian_armour_set","price":1865531},"21282":{"id":21282,"name":"Infernal max hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Infernal max hood","wiki_url":"https://oldschool.runescape.wiki/w/Infernal_max_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"21285":{"id":21285,"name":"Infernal max cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Infernal max cape (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Infernal_max_cape#Normal","equipment":{"attack_stab":4,"attack_slash":4,"attack_crush":4,"attack_magic":1,"attack_ranged":1,"defence_stab":12,"defence_slash":12,"defence_crush":12,"defence_magic":12,"defence_ranged":12,"melee_strength":8,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"cape","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"21287":{"id":21287,"name":"Infernal cape (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Infernal cape (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Infernal_cape#Broken","price":0},"21289":{"id":21289,"name":"Infernal max cape (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Infernal max cape (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Infernal_max_cape#Broken","price":0},"21291":{"id":21291,"name":"Jal-nib-rek","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Jal-nib-rek (Jal-Nib-Rek)","wiki_url":"https://oldschool.runescape.wiki/w/Jal-nib-rek#Jal-Nib-Rek","price":0},"21293":{"id":21293,"name":"Infernal eel","members":true,"cost":165,"lowalch":66,"highalch":99,"wiki_name":"Infernal eel","wiki_url":"https://oldschool.runescape.wiki/w/Infernal_eel","price":0},"21295":{"id":21295,"name":"Infernal cape","members":true,"equipable":true,"equipable_by_player":true,"cost":80000,"lowalch":32000,"highalch":48000,"wiki_name":"Infernal cape (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Infernal_cape#Normal","equipment":{"attack_stab":4,"attack_slash":4,"attack_crush":4,"attack_magic":1,"attack_ranged":1,"defence_stab":12,"defence_slash":12,"defence_crush":12,"defence_magic":12,"defence_ranged":12,"melee_strength":8,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"cape","requirements":null},"price":0},"21297":{"id":21297,"name":"Infernal cape","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Infernal cape (animation item)","wiki_url":"https://oldschool.runescape.wiki/w/Infernal_cape_(animation_item)","price":0},"21298":{"id":21298,"name":"Obsidian helmet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":56320,"lowalch":22528,"highalch":33792,"buy_limit":70,"wiki_name":"Obsidian helmet","wiki_url":"https://oldschool.runescape.wiki/w/Obsidian_helmet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":25,"defence_slash":23,"defence_crush":26,"defence_magic":0,"defence_ranged":24,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":60}},"price":511081},"21301":{"id":21301,"name":"Obsidian platebody","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":84000,"lowalch":33600,"highalch":50400,"buy_limit":70,"wiki_name":"Obsidian platebody","wiki_url":"https://oldschool.runescape.wiki/w/Obsidian_platebody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":55,"defence_slash":78,"defence_crush":56,"defence_magic":-15,"defence_ranged":60,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":60}},"price":750684},"21304":{"id":21304,"name":"Obsidian platelegs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":67000,"lowalch":26800,"highalch":40200,"buy_limit":70,"wiki_name":"Obsidian platelegs","wiki_url":"https://oldschool.runescape.wiki/w/Obsidian_platelegs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":46,"defence_slash":43,"defence_crush":41,"defence_magic":-10,"defence_ranged":40,"melee_strength":1,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":60}},"price":615423},"21307":{"id":21307,"name":"Rogue's equipment crate","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rogue's equipment crate","wiki_url":"https://oldschool.runescape.wiki/w/Rogue's_equipment_crate","price":0},"21308":{"id":21308,"name":"Red rainbow strand","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red rainbow strand","wiki_url":"https://oldschool.runescape.wiki/w/Red_rainbow_strand","price":0},"21309":{"id":21309,"name":"Orange rainbow strand","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Orange rainbow strand","wiki_url":"https://oldschool.runescape.wiki/w/Orange_rainbow_strand","price":0},"21310":{"id":21310,"name":"Yellow rainbow strand","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Yellow rainbow strand","wiki_url":"https://oldschool.runescape.wiki/w/Yellow_rainbow_strand","price":0},"21311":{"id":21311,"name":"Green rainbow strand","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Green rainbow strand","wiki_url":"https://oldschool.runescape.wiki/w/Green_rainbow_strand","price":0},"21312":{"id":21312,"name":"Blue rainbow strand","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue rainbow strand","wiki_url":"https://oldschool.runescape.wiki/w/Blue_rainbow_strand","price":0},"21313":{"id":21313,"name":"Purple rainbow strand","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Purple rainbow strand","wiki_url":"https://oldschool.runescape.wiki/w/Purple_rainbow_strand","price":0},"21314":{"id":21314,"name":"Rainbow scarf","equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"wiki_name":"Rainbow scarf","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_scarf","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"21316":{"id":21316,"name":"Amethyst broad bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":240,"lowalch":96,"highalch":144,"buy_limit":11000,"wiki_name":"Amethyst broad bolts","wiki_url":"https://oldschool.runescape.wiki/w/Amethyst_broad_bolts","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":115,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":61,"slayer":65}},"price":283},"21318":{"id":21318,"name":"Amethyst javelin","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":420,"lowalch":168,"highalch":252,"buy_limit":11000,"wiki_name":"Amethyst javelin (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Amethyst_javelin#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":135,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":65}},"price":320},"21320":{"id":21320,"name":"Amethyst javelin(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":420,"lowalch":168,"highalch":252,"buy_limit":7000,"wiki_name":"Amethyst javelin (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Amethyst_javelin#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":135,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":65}},"price":1},"21322":{"id":21322,"name":"Amethyst javelin(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":420,"lowalch":168,"highalch":252,"buy_limit":7000,"wiki_name":"Amethyst javelin (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Amethyst_javelin#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":135,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":65}},"price":308},"21324":{"id":21324,"name":"Amethyst javelin(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":420,"lowalch":168,"highalch":252,"buy_limit":7000,"wiki_name":"Amethyst javelin (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Amethyst_javelin#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":135,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":65}},"price":843},"21326":{"id":21326,"name":"Amethyst arrow","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":490,"lowalch":196,"highalch":294,"buy_limit":11000,"wiki_name":"Amethyst arrow (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Amethyst_arrow#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":55,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":50}},"price":219},"21328":{"id":21328,"name":"Amethyst fire arrow","members":true,"tradeable":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Amethyst fire arrow (Unlit)","wiki_url":"https://oldschool.runescape.wiki/w/Amethyst_fire_arrow#Unlit","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":55,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":50}},"price":0},"21330":{"id":21330,"name":"Amethyst fire arrow (lit)","members":true,"tradeable":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Amethyst fire arrow (Lit)","wiki_url":"https://oldschool.runescape.wiki/w/Amethyst_fire_arrow#Lit","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":55,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":50}},"price":0},"21332":{"id":21332,"name":"Amethyst arrow(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":490,"lowalch":196,"highalch":294,"buy_limit":11000,"wiki_name":"Amethyst arrow (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Amethyst_arrow#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":55,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":50}},"price":401},"21334":{"id":21334,"name":"Amethyst arrow(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":490,"lowalch":196,"highalch":294,"buy_limit":11000,"wiki_name":"Amethyst arrow (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Amethyst_arrow#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":55,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":50}},"price":646},"21336":{"id":21336,"name":"Amethyst arrow(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":490,"lowalch":196,"highalch":294,"buy_limit":11000,"wiki_name":"Amethyst arrow (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Amethyst_arrow#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":55,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":50}},"price":1313},"21338":{"id":21338,"name":"Amethyst bolt tips","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":11000,"wiki_name":"Amethyst bolt tips","wiki_url":"https://oldschool.runescape.wiki/w/Amethyst_bolt_tips","price":185},"21340":{"id":21340,"name":"Rock golem","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rock golem (Amethyst)","wiki_url":"https://oldschool.runescape.wiki/w/Rock_golem#Amethyst","price":0},"21341":{"id":21341,"name":"Unidentified minerals","members":true,"stackable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Unidentified minerals","wiki_url":"https://oldschool.runescape.wiki/w/Unidentified_minerals","price":0},"21343":{"id":21343,"name":"Mining gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":60,"lowalch":24,"highalch":36,"wiki_name":"Mining gloves","wiki_url":"https://oldschool.runescape.wiki/w/Mining_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"21345":{"id":21345,"name":"Superior mining gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":120,"lowalch":48,"highalch":72,"wiki_name":"Superior mining gloves","wiki_url":"https://oldschool.runescape.wiki/w/Superior_mining_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"21347":{"id":21347,"name":"Amethyst","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3900,"lowalch":1560,"highalch":2340,"buy_limit":13000,"wiki_name":"Amethyst","wiki_url":"https://oldschool.runescape.wiki/w/Amethyst","price":3515},"21350":{"id":21350,"name":"Amethyst arrowtips","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":245,"lowalch":98,"highalch":147,"buy_limit":10000,"wiki_name":"Amethyst arrowtips","wiki_url":"https://oldschool.runescape.wiki/w/Amethyst_arrowtips","price":246},"21352":{"id":21352,"name":"Amethyst javelin heads","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1520,"lowalch":608,"highalch":912,"buy_limit":10000,"wiki_name":"Amethyst javelin heads","wiki_url":"https://oldschool.runescape.wiki/w/Amethyst_javelin_heads","price":709},"21354":{"id":21354,"name":"Hand fan","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Hand fan","wiki_url":"https://oldschool.runescape.wiki/w/Hand_fan","price":0},"21356":{"id":21356,"name":"Minnow","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Minnow","wiki_url":"https://oldschool.runescape.wiki/w/Minnow","price":0},"21358":{"id":21358,"name":"Rock golem","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rock golem (Lovakite)","wiki_url":"https://oldschool.runescape.wiki/w/Rock_golem#Lovakite","price":0},"21359":{"id":21359,"name":"Rock golem","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rock golem (Elemental)","wiki_url":"https://oldschool.runescape.wiki/w/Rock_golem#Elemental","price":0},"21360":{"id":21360,"name":"Rock golem","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rock golem (Daeyalt)","wiki_url":"https://oldschool.runescape.wiki/w/Rock_golem#Daeyalt","price":0},"21387":{"id":21387,"name":"Master scroll book (empty)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":100,"wiki_name":"Master scroll book (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Master_scroll_book#Empty","price":152103},"21389":{"id":21389,"name":"Master scroll book","members":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Master scroll book (Filled)","wiki_url":"https://oldschool.runescape.wiki/w/Master_scroll_book#Filled","price":0},"21391":{"id":21391,"name":"Brutal black dragon","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"21392":{"id":21392,"name":"Expert mining gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":120,"lowalch":48,"highalch":72,"wiki_name":"Expert mining gloves","wiki_url":"https://oldschool.runescape.wiki/w/Expert_mining_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"21394":{"id":21394,"name":"Karambwanji","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Karambwanji","wiki_url":"https://oldschool.runescape.wiki/w/Karambwanji","price":0},"21396":{"id":21396,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (PvP Championship) (Helmet)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape_(PvP_Championship)#Helmet","price":0},"21397":{"id":21397,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (PvP Championship) (Goatee)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape_(PvP_Championship)#Goatee","price":0},"21398":{"id":21398,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (PvP Championship) (Long)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape_(PvP_Championship)#Long","price":0},"21399":{"id":21399,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (PvP Championship) (Medium)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape_(PvP_Championship)#Medium","price":0},"21400":{"id":21400,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (PvP Championship) (Small moustache)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape_(PvP_Championship)#Small_moustache","price":0},"21401":{"id":21401,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (PvP Championship) (Clean-shaven)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape_(PvP_Championship)#Clean-shaven","price":0},"21402":{"id":21402,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (PvP Championship) (Short)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape_(PvP_Championship)#Short","price":0},"21403":{"id":21403,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (PvP Championship) (Pointy)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape_(PvP_Championship)#Pointy","price":0},"21404":{"id":21404,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (PvP Championship) (Split)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape_(PvP_Championship)#Split","price":0},"21405":{"id":21405,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (PvP Championship) (Handlebar)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape_(PvP_Championship)#Handlebar","price":0},"21406":{"id":21406,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (PvP Championship) (Mutton)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape_(PvP_Championship)#Mutton","price":0},"21407":{"id":21407,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (PvP Championship) (Full mutton)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape_(PvP_Championship)#Full_mutton","price":0},"21408":{"id":21408,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (PvP Championship) (Big moustache)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape_(PvP_Championship)#Big_moustache","price":0},"21409":{"id":21409,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (PvP Championship) (Waxed moustache)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape_(PvP_Championship)#Waxed_moustache","price":0},"21410":{"id":21410,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (PvP Championship) (Dali)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape_(PvP_Championship)#Dali","price":0},"21411":{"id":21411,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (PvP Championship) (Vizier)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape_(PvP_Championship)#Vizier","price":0},"21428":{"id":21428,"name":"Wilderness cape","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wilderness cape (Wilderness Wars) (Torvesta)","wiki_url":"https://oldschool.runescape.wiki/w/Wilderness_cape_(Wilderness_Wars)#Torvesta","price":0},"21429":{"id":21429,"name":"Wilderness cape","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wilderness cape (Wilderness Wars) (B0aty)","wiki_url":"https://oldschool.runescape.wiki/w/Wilderness_cape_(Wilderness_Wars)#B0aty","price":0},"21430":{"id":21430,"name":"Wilderness cape","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wilderness cape (Wilderness Wars) (Sick Nerd)","wiki_url":"https://oldschool.runescape.wiki/w/Wilderness_cape_(Wilderness_Wars)#Sick_Nerd","price":0},"21431":{"id":21431,"name":"Wilderness cape","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wilderness cape (Wilderness Wars) (Knightenator)","wiki_url":"https://oldschool.runescape.wiki/w/Wilderness_cape_(Wilderness_Wars)#Knightenator","price":0},"21432":{"id":21432,"name":"Wilderness cape","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wilderness cape (Wilderness Wars) (Mmorpgrs)","wiki_url":"https://oldschool.runescape.wiki/w/Wilderness_cape_(Wilderness_Wars)#Mmorpgrs","price":0},"21433":{"id":21433,"name":"Wilderness champion amulet","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wilderness champion amulet","wiki_url":"https://oldschool.runescape.wiki/w/Wilderness_champion_amulet","price":0},"21434":{"id":21434,"name":"Wilderness cape","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wilderness cape (Wilderness Wars, Champion) (Torvesta)","wiki_url":"https://oldschool.runescape.wiki/w/Wilderness_cape_(Wilderness_Wars,_Champion)#Torvesta","price":0},"21435":{"id":21435,"name":"Wilderness cape","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wilderness cape (Wilderness Wars, Champion) (B0aty)","wiki_url":"https://oldschool.runescape.wiki/w/Wilderness_cape_(Wilderness_Wars,_Champion)#B0aty","price":0},"21436":{"id":21436,"name":"Wilderness cape","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wilderness cape (Wilderness Wars, Champion) (Sick Nerd)","wiki_url":"https://oldschool.runescape.wiki/w/Wilderness_cape_(Wilderness_Wars,_Champion)#Sick_Nerd","price":0},"21437":{"id":21437,"name":"Wilderness cape","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wilderness cape (Wilderness Wars, Champion) (Knightenator)","wiki_url":"https://oldschool.runescape.wiki/w/Wilderness_cape_(Wilderness_Wars,_Champion)#Knightenator","price":0},"21438":{"id":21438,"name":"Wilderness cape","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wilderness cape (Wilderness Wars, Champion) (Mmorpgrs)","wiki_url":"https://oldschool.runescape.wiki/w/Wilderness_cape_(Wilderness_Wars,_Champion)#Mmorpgrs","price":0},"21439":{"id":21439,"name":"Champion's cape","members":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Champion's cape","wiki_url":"https://oldschool.runescape.wiki/w/Champion's_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"21469":{"id":21469,"name":"Teak seedling","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Teak seedling (Unwatered)","wiki_url":"https://oldschool.runescape.wiki/w/Teak_seedling#Unwatered","price":0},"21471":{"id":21471,"name":"Mahogany seedling","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mahogany seedling (Unwatered)","wiki_url":"https://oldschool.runescape.wiki/w/Mahogany_seedling#Unwatered","price":0},"21473":{"id":21473,"name":"Teak seedling (w)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Teak seedling (Watered)","wiki_url":"https://oldschool.runescape.wiki/w/Teak_seedling#Watered","price":0},"21475":{"id":21475,"name":"Mahogany seedling (w)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mahogany seedling (Watered)","wiki_url":"https://oldschool.runescape.wiki/w/Mahogany_seedling#Watered","price":0},"21477":{"id":21477,"name":"Teak sapling","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":200,"wiki_name":"Teak sapling","wiki_url":"https://oldschool.runescape.wiki/w/Teak_sapling","price":298},"21480":{"id":21480,"name":"Mahogany sapling","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":200,"wiki_name":"Mahogany sapling","wiki_url":"https://oldschool.runescape.wiki/w/Mahogany_sapling","price":1791},"21483":{"id":21483,"name":"Ultracompost","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":85,"lowalch":34,"highalch":51,"buy_limit":2000,"wiki_name":"Ultracompost","wiki_url":"https://oldschool.runescape.wiki/w/Ultracompost","price":678},"21486":{"id":21486,"name":"Teak seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":48,"lowalch":19,"highalch":28,"buy_limit":200,"wiki_name":"Teak seed","wiki_url":"https://oldschool.runescape.wiki/w/Teak_seed","price":15},"21488":{"id":21488,"name":"Mahogany seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":48,"lowalch":19,"highalch":28,"buy_limit":200,"wiki_name":"Mahogany seed","wiki_url":"https://oldschool.runescape.wiki/w/Mahogany_seed","price":868},"21490":{"id":21490,"name":"Seaweed spore","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":600,"wiki_name":"Seaweed spore","wiki_url":"https://oldschool.runescape.wiki/w/Seaweed_spore","price":98},"21504":{"id":21504,"name":"Giant seaweed","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":11000,"wiki_name":"Giant seaweed","wiki_url":"https://oldschool.runescape.wiki/w/Giant_seaweed","price":177},"21507":{"id":21507,"name":"Fossil island wyvern","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"21509":{"id":21509,"name":"Herbi","members":true,"cost":1,"wiki_name":"Herbi","wiki_url":"https://oldschool.runescape.wiki/w/Herbi","price":0},"21511":{"id":21511,"name":"Herbiboar","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"21512":{"id":21512,"name":"Bird house","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":250,"wiki_name":"Bird house (item)","wiki_url":"https://oldschool.runescape.wiki/w/Bird_house_(item)","price":988},"21515":{"id":21515,"name":"Oak bird house","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":250,"wiki_name":"Oak bird house","wiki_url":"https://oldschool.runescape.wiki/w/Oak_bird_house","price":1084},"21518":{"id":21518,"name":"Willow bird house","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":250,"wiki_name":"Willow bird house","wiki_url":"https://oldschool.runescape.wiki/w/Willow_bird_house","price":1314},"21521":{"id":21521,"name":"Teak bird house","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":250,"wiki_name":"Teak bird house","wiki_url":"https://oldschool.runescape.wiki/w/Teak_bird_house","price":1700},"21528":{"id":21528,"name":"Sawmill proposal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sawmill proposal","wiki_url":"https://oldschool.runescape.wiki/w/Sawmill_proposal","price":0},"21529":{"id":21529,"name":"Sawmill agreement","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sawmill agreement","wiki_url":"https://oldschool.runescape.wiki/w/Sawmill_agreement","price":0},"21530":{"id":21530,"name":"Bone charm","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bone charm","wiki_url":"https://oldschool.runescape.wiki/w/Bone_charm","price":0},"21531":{"id":21531,"name":"Potion of sealegs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Potion of sealegs","wiki_url":"https://oldschool.runescape.wiki/w/Potion_of_sealegs","price":0},"21532":{"id":21532,"name":"Iron ore fragment","members":true,"stackable":true,"cost":1,"wiki_name":"Iron ore fragment","wiki_url":"https://oldschool.runescape.wiki/w/Iron_ore_fragment","price":0},"21533":{"id":21533,"name":"Silver ore fragment","members":true,"stackable":true,"cost":1,"wiki_name":"Silver ore fragment","wiki_url":"https://oldschool.runescape.wiki/w/Silver_ore_fragment","price":0},"21534":{"id":21534,"name":"Coal fragment","members":true,"stackable":true,"cost":1,"wiki_name":"Coal fragment","wiki_url":"https://oldschool.runescape.wiki/w/Coal_fragment","price":0},"21535":{"id":21535,"name":"Gold ore fragment","members":true,"stackable":true,"cost":1,"wiki_name":"Gold ore fragment","wiki_url":"https://oldschool.runescape.wiki/w/Gold_ore_fragment","price":0},"21536":{"id":21536,"name":"Mithril ore fragment","members":true,"stackable":true,"cost":1,"wiki_name":"Mithril ore fragment","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_ore_fragment","price":0},"21537":{"id":21537,"name":"Adamantite ore fragment","members":true,"stackable":true,"cost":1,"wiki_name":"Adamantite ore fragment","wiki_url":"https://oldschool.runescape.wiki/w/Adamantite_ore_fragment","price":0},"21538":{"id":21538,"name":"Runite ore fragment","members":true,"stackable":true,"cost":1,"wiki_name":"Runite ore fragment","wiki_url":"https://oldschool.runescape.wiki/w/Runite_ore_fragment","price":0},"21539":{"id":21539,"name":"Heat-proof vessel","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Heat-proof vessel","wiki_url":"https://oldschool.runescape.wiki/w/Heat-proof_vessel","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"unarmed","stances":[{"combat_style":"punch","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"kick","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"21540":{"id":21540,"name":"Large rock","members":true,"cost":1,"wiki_name":"Large rock","wiki_url":"https://oldschool.runescape.wiki/w/Large_rock","price":0},"21541":{"id":21541,"name":"Volcanic mine teleport","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Volcanic mine teleport","wiki_url":"https://oldschool.runescape.wiki/w/Volcanic_mine_teleport","price":0},"21543":{"id":21543,"name":"Calcite","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":13000,"wiki_name":"Calcite","wiki_url":"https://oldschool.runescape.wiki/w/Calcite","price":66},"21545":{"id":21545,"name":"Pyrophosphite","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":13000,"wiki_name":"Pyrophosphite","wiki_url":"https://oldschool.runescape.wiki/w/Pyrophosphite","price":40},"21547":{"id":21547,"name":"Small enriched bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Small enriched bone","wiki_url":"https://oldschool.runescape.wiki/w/Small_enriched_bone","price":0},"21549":{"id":21549,"name":"Medium enriched bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Medium enriched bone","wiki_url":"https://oldschool.runescape.wiki/w/Medium_enriched_bone","price":0},"21551":{"id":21551,"name":"Large enriched bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Large enriched bone","wiki_url":"https://oldschool.runescape.wiki/w/Large_enriched_bone","price":0},"21553":{"id":21553,"name":"Rare enriched bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rare enriched bone","wiki_url":"https://oldschool.runescape.wiki/w/Rare_enriched_bone","price":0},"21555":{"id":21555,"name":"Numulite","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":30000,"wiki_name":"Numulite","wiki_url":"https://oldschool.runescape.wiki/w/Numulite","price":33},"21562":{"id":21562,"name":"Unidentified small fossil","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Unidentified small fossil","wiki_url":"https://oldschool.runescape.wiki/w/Unidentified_small_fossil","price":0},"21564":{"id":21564,"name":"Unidentified medium fossil","members":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Unidentified medium fossil","wiki_url":"https://oldschool.runescape.wiki/w/Unidentified_medium_fossil","price":0},"21566":{"id":21566,"name":"Unidentified large fossil","members":true,"cost":300,"lowalch":120,"highalch":180,"wiki_name":"Unidentified large fossil","wiki_url":"https://oldschool.runescape.wiki/w/Unidentified_large_fossil","price":0},"21568":{"id":21568,"name":"Unidentified rare fossil","members":true,"cost":1250,"lowalch":500,"highalch":750,"wiki_name":"Unidentified rare fossil","wiki_url":"https://oldschool.runescape.wiki/w/Unidentified_rare_fossil","price":0},"21570":{"id":21570,"name":"Small fossilised limbs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Small fossilised limbs","wiki_url":"https://oldschool.runescape.wiki/w/Small_fossilised_limbs","price":0},"21572":{"id":21572,"name":"Small fossilised spine","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Small fossilised spine","wiki_url":"https://oldschool.runescape.wiki/w/Small_fossilised_spine","price":0},"21574":{"id":21574,"name":"Small fossilised ribs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Small fossilised ribs","wiki_url":"https://oldschool.runescape.wiki/w/Small_fossilised_ribs","price":0},"21576":{"id":21576,"name":"Small fossilised pelvis","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Small fossilised pelvis","wiki_url":"https://oldschool.runescape.wiki/w/Small_fossilised_pelvis","price":0},"21578":{"id":21578,"name":"Small fossilised skull","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Small fossilised skull","wiki_url":"https://oldschool.runescape.wiki/w/Small_fossilised_skull","price":0},"21580":{"id":21580,"name":"Medium fossilised limbs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Medium fossilised limbs","wiki_url":"https://oldschool.runescape.wiki/w/Medium_fossilised_limbs","price":0},"21582":{"id":21582,"name":"Medium fossilised spine","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Medium fossilised spine","wiki_url":"https://oldschool.runescape.wiki/w/Medium_fossilised_spine","price":0},"21584":{"id":21584,"name":"Medium fossilised ribs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Medium fossilised ribs","wiki_url":"https://oldschool.runescape.wiki/w/Medium_fossilised_ribs","price":0},"21586":{"id":21586,"name":"Medium fossilised pelvis","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Medium fossilised pelvis","wiki_url":"https://oldschool.runescape.wiki/w/Medium_fossilised_pelvis","price":0},"21588":{"id":21588,"name":"Medium fossilised skull","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Medium fossilised skull","wiki_url":"https://oldschool.runescape.wiki/w/Medium_fossilised_skull","price":0},"21590":{"id":21590,"name":"Fossilised roots","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fossilised roots","wiki_url":"https://oldschool.runescape.wiki/w/Fossilised_roots","price":0},"21592":{"id":21592,"name":"Fossilised stump","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fossilised stump","wiki_url":"https://oldschool.runescape.wiki/w/Fossilised_stump","price":0},"21594":{"id":21594,"name":"Fossilised branch","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fossilised branch","wiki_url":"https://oldschool.runescape.wiki/w/Fossilised_branch","price":0},"21596":{"id":21596,"name":"Fossilised leaf","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fossilised leaf","wiki_url":"https://oldschool.runescape.wiki/w/Fossilised_leaf","price":0},"21598":{"id":21598,"name":"Fossilised mushroom","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fossilised mushroom","wiki_url":"https://oldschool.runescape.wiki/w/Fossilised_mushroom","price":0},"21600":{"id":21600,"name":"Large fossilised limbs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Large fossilised limbs","wiki_url":"https://oldschool.runescape.wiki/w/Large_fossilised_limbs","price":0},"21602":{"id":21602,"name":"Large fossilised spine","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Large fossilised spine","wiki_url":"https://oldschool.runescape.wiki/w/Large_fossilised_spine","price":0},"21604":{"id":21604,"name":"Large fossilised ribs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Large fossilised ribs","wiki_url":"https://oldschool.runescape.wiki/w/Large_fossilised_ribs","price":0},"21606":{"id":21606,"name":"Large fossilised pelvis","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Large fossilised pelvis","wiki_url":"https://oldschool.runescape.wiki/w/Large_fossilised_pelvis","price":0},"21608":{"id":21608,"name":"Large fossilised skull","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Large fossilised skull","wiki_url":"https://oldschool.runescape.wiki/w/Large_fossilised_skull","price":0},"21610":{"id":21610,"name":"Rare fossilised limbs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rare fossilised limbs","wiki_url":"https://oldschool.runescape.wiki/w/Rare_fossilised_limbs","price":0},"21612":{"id":21612,"name":"Rare fossilised spine","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rare fossilised spine","wiki_url":"https://oldschool.runescape.wiki/w/Rare_fossilised_spine","price":0},"21614":{"id":21614,"name":"Rare fossilised ribs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rare fossilised ribs","wiki_url":"https://oldschool.runescape.wiki/w/Rare_fossilised_ribs","price":0},"21616":{"id":21616,"name":"Rare fossilised pelvis","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rare fossilised pelvis","wiki_url":"https://oldschool.runescape.wiki/w/Rare_fossilised_pelvis","price":0},"21618":{"id":21618,"name":"Rare fossilised skull","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rare fossilised skull","wiki_url":"https://oldschool.runescape.wiki/w/Rare_fossilised_skull","price":0},"21620":{"id":21620,"name":"Rare fossilised tusk","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rare fossilised tusk","wiki_url":"https://oldschool.runescape.wiki/w/Rare_fossilised_tusk","price":0},"21622":{"id":21622,"name":"Volcanic ash","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":13000,"wiki_name":"Volcanic ash","wiki_url":"https://oldschool.runescape.wiki/w/Volcanic_ash","price":85},"21624":{"id":21624,"name":"Hoop snake","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Hoop snake (item)","wiki_url":"https://oldschool.runescape.wiki/w/Hoop_snake_(item)","price":0},"21626":{"id":21626,"name":"Sulliuscep cap","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":100,"wiki_name":"Sulliuscep cap","wiki_url":"https://oldschool.runescape.wiki/w/Sulliuscep_cap","price":4100},"21629":{"id":21629,"name":"Archaeologist's diary","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Archaeologist's diary","wiki_url":"https://oldschool.runescape.wiki/w/Archaeologist's_diary","price":0},"21631":{"id":21631,"name":"Ancient diary","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ancient diary","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_diary","price":0},"21633":{"id":21633,"name":"Ancient wyvern shield","members":true,"equipable":true,"equipable_by_player":true,"cost":2000000,"lowalch":800000,"highalch":1200000,"wiki_name":"Ancient wyvern shield (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_wyvern_shield#Charged","equipment":{"attack_stab":-10,"attack_slash":-10,"attack_crush":-10,"attack_magic":15,"attack_ranged":-10,"defence_stab":72,"defence_slash":80,"defence_crush":75,"defence_magic":15,"defence_ranged":-5,"melee_strength":-2,"ranged_strength":0,"magic_damage":2,"prayer":0,"slot":"shield","requirements":{"magic":70,"defence":75}},"price":0},"21634":{"id":21634,"name":"Ancient wyvern shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000000,"lowalch":800000,"highalch":1200000,"buy_limit":8,"wiki_name":"Ancient wyvern shield (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_wyvern_shield#Uncharged","equipment":{"attack_stab":-10,"attack_slash":-10,"attack_crush":-10,"attack_magic":15,"attack_ranged":-10,"defence_stab":22,"defence_slash":30,"defence_crush":25,"defence_magic":15,"defence_ranged":-55,"melee_strength":-2,"ranged_strength":0,"magic_damage":2,"prayer":0,"slot":"shield","requirements":{"magic":70,"defence":75}},"price":23100000},"21637":{"id":21637,"name":"Wyvern visage","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":750000,"lowalch":300000,"highalch":450000,"buy_limit":5,"wiki_name":"Wyvern visage","wiki_url":"https://oldschool.runescape.wiki/w/Wyvern_visage","price":22150002},"21640":{"id":21640,"name":"Antique lamp","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Antique lamp (fossil display) (Small fossil)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(fossil_display)#Small_fossil","price":0},"21641":{"id":21641,"name":"Antique lamp","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Antique lamp (fossil display) (Medium fossil)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(fossil_display)#Medium_fossil","price":0},"21642":{"id":21642,"name":"Antique lamp","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Antique lamp (fossil display) (Large/plant fossil)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(fossil_display)#Large/plant_fossil","price":0},"21643":{"id":21643,"name":"Granite boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":12500,"lowalch":5000,"highalch":7500,"buy_limit":70,"wiki_name":"Granite boots","wiki_url":"https://oldschool.runescape.wiki/w/Granite_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":15,"defence_slash":16,"defence_crush":17,"defence_magic":0,"defence_ranged":8,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"defence":50}},"price":227013},"21646":{"id":21646,"name":"Granite longsword","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":32000,"lowalch":12800,"highalch":19200,"buy_limit":70,"wiki_name":"Granite longsword","wiki_url":"https://oldschool.runescape.wiki/w/Granite_longsword","equipment":{"attack_stab":56,"attack_slash":65,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":62,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":50,"strength":50}},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":20024},"21649":{"id":21649,"name":"Merfolk trident","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":125,"wiki_name":"Merfolk trident","wiki_url":"https://oldschool.runescape.wiki/w/Merfolk_trident","equipment":{"attack_stab":8,"attack_slash":8,"attack_crush":8,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1600002},"21652":{"id":21652,"name":"Drift net","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":600,"wiki_name":"Drift net","wiki_url":"https://oldschool.runescape.wiki/w/Drift_net","price":4200},"21655":{"id":21655,"name":"Pufferfish","members":true,"cost":230,"lowalch":92,"highalch":138,"wiki_name":"Pufferfish","wiki_url":"https://oldschool.runescape.wiki/w/Pufferfish","price":0},"21656":{"id":21656,"name":"Mermaid's tear","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mermaid's tear","wiki_url":"https://oldschool.runescape.wiki/w/Mermaid's_tear","price":0},"21662":{"id":21662,"name":"Fossil island note book","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Fossil island note book","wiki_url":"https://oldschool.runescape.wiki/w/Fossil_island_note_book","price":0},"21664":{"id":21664,"name":"Scribbled note","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Scribbled note","wiki_url":"https://oldschool.runescape.wiki/w/Scribbled_note","price":0},"21666":{"id":21666,"name":"Partial note","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Partial note","wiki_url":"https://oldschool.runescape.wiki/w/Partial_note","price":0},"21668":{"id":21668,"name":"Ancient note","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Ancient note","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_note","price":0},"21670":{"id":21670,"name":"Ancient writings","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Ancient writings","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_writings","price":0},"21672":{"id":21672,"name":"Experimental note","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Experimental note","wiki_url":"https://oldschool.runescape.wiki/w/Experimental_note","price":0},"21674":{"id":21674,"name":"Paragraph of text","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Paragraph of text","wiki_url":"https://oldschool.runescape.wiki/w/Paragraph_of_text","price":0},"21676":{"id":21676,"name":"Musty smelling note","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Musty smelling note","wiki_url":"https://oldschool.runescape.wiki/w/Musty_smelling_note","price":0},"21678":{"id":21678,"name":"Hastily scrawled note","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Hastily scrawled note","wiki_url":"https://oldschool.runescape.wiki/w/Hastily_scrawled_note","price":0},"21680":{"id":21680,"name":"Old writing","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Old writing","wiki_url":"https://oldschool.runescape.wiki/w/Old_writing","price":0},"21682":{"id":21682,"name":"Short note","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Short note","wiki_url":"https://oldschool.runescape.wiki/w/Short_note","price":0},"21684":{"id":21684,"name":"Uncooked mushroom pie","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":16,"lowalch":6,"highalch":9,"buy_limit":13000,"wiki_name":"Uncooked mushroom pie","wiki_url":"https://oldschool.runescape.wiki/w/Uncooked_mushroom_pie","price":5200},"21687":{"id":21687,"name":"Half a mushroom pie","members":true,"tradeable":true,"noteable":true,"cost":15,"lowalch":6,"highalch":9,"wiki_name":"Mushroom pie (Half)","wiki_url":"https://oldschool.runescape.wiki/w/Mushroom_pie#Half","price":0},"21690":{"id":21690,"name":"Mushroom pie","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":10000,"wiki_name":"Mushroom pie (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Mushroom_pie#Full","price":2458},"21693":{"id":21693,"name":"Bowl of fish","members":true,"stackable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Bowl of fish","wiki_url":"https://oldschool.runescape.wiki/w/Bowl_of_fish","price":0},"21695":{"id":21695,"name":"Runefest shield","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Runefest shield","wiki_url":"https://oldschool.runescape.wiki/w/Runefest_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"21697":{"id":21697,"name":"Ash covered tome","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ash covered tome","wiki_url":"https://oldschool.runescape.wiki/w/Ash_covered_tome","price":0},"21698":{"id":21698,"name":"Tzhaar air rune pack","members":true,"tradeable":true,"noteable":true,"cost":430,"lowalch":172,"highalch":258,"wiki_name":"Tzhaar air rune pack","wiki_url":"https://oldschool.runescape.wiki/w/Tzhaar_air_rune_pack","price":0},"21701":{"id":21701,"name":"Tzhaar water rune pack","members":true,"tradeable":true,"noteable":true,"cost":430,"lowalch":172,"highalch":258,"wiki_name":"Tzhaar water rune pack","wiki_url":"https://oldschool.runescape.wiki/w/Tzhaar_water_rune_pack","price":0},"21704":{"id":21704,"name":"Tzhaar earth rune pack","members":true,"tradeable":true,"noteable":true,"cost":430,"lowalch":172,"highalch":258,"wiki_name":"Tzhaar earth rune pack","wiki_url":"https://oldschool.runescape.wiki/w/Tzhaar_earth_rune_pack","price":0},"21707":{"id":21707,"name":"Tzhaar fire rune pack","members":true,"tradeable":true,"noteable":true,"cost":430,"lowalch":172,"highalch":258,"wiki_name":"Tzhaar fire rune pack","wiki_url":"https://oldschool.runescape.wiki/w/Tzhaar_fire_rune_pack","price":0},"21710":{"id":21710,"name":"Death note","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Death note","wiki_url":"https://oldschool.runescape.wiki/w/Death_note","price":0},"21711":{"id":21711,"name":"Murky potion","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Murky potion","wiki_url":"https://oldschool.runescape.wiki/w/Murky_potion","price":0},"21712":{"id":21712,"name":"Spectral potion","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Spectral potion","wiki_url":"https://oldschool.runescape.wiki/w/Spectral_potion","price":0},"21713":{"id":21713,"name":"Tomberries","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Tomberries","wiki_url":"https://oldschool.runescape.wiki/w/Tomberries","price":0},"21714":{"id":21714,"name":"Tattered book","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Tattered book","wiki_url":"https://oldschool.runescape.wiki/w/Tattered_book","price":0},"21715":{"id":21715,"name":"Note","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Note (2017 Halloween event)","wiki_url":"https://oldschool.runescape.wiki/w/Note_(2017_Halloween_event)","price":0},"21716":{"id":21716,"name":"Carved gem","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Carved gem","wiki_url":"https://oldschool.runescape.wiki/w/Carved_gem","price":0},"21717":{"id":21717,"name":"Time bubble","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Time bubble","wiki_url":"https://oldschool.runescape.wiki/w/Time_bubble","price":0},"21718":{"id":21718,"name":"Traiborn note","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Traiborn note","wiki_url":"https://oldschool.runescape.wiki/w/Traiborn_note","price":0},"21719":{"id":21719,"name":"Jonas mask","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Jonas mask (During event)","wiki_url":"https://oldschool.runescape.wiki/w/Jonas_mask#During_event","price":0},"21720":{"id":21720,"name":"Jonas mask","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Jonas mask (Reward)","wiki_url":"https://oldschool.runescape.wiki/w/Jonas_mask#Reward","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"21722":{"id":21722,"name":"Diving helmet","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Diving helmet","wiki_url":"https://oldschool.runescape.wiki/w/Diving_helmet","price":0},"21723":{"id":21723,"name":"Diving apparatus","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Diving apparatus (2017 Halloween event)","wiki_url":"https://oldschool.runescape.wiki/w/Diving_apparatus_(2017_Halloween_event)","price":0},"21724":{"id":21724,"name":"Brittle key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Brittle key","wiki_url":"https://oldschool.runescape.wiki/w/Brittle_key","price":0},"21726":{"id":21726,"name":"Granite dust","members":true,"stackable":true,"cost":80,"lowalch":32,"highalch":48,"wiki_name":"Granite dust","wiki_url":"https://oldschool.runescape.wiki/w/Granite_dust","price":0},"21728":{"id":21728,"name":"Granite cannonball","members":true,"stackable":true,"cost":85,"lowalch":34,"highalch":51,"wiki_name":"Granite cannonball","wiki_url":"https://oldschool.runescape.wiki/w/Granite_cannonball","price":0},"21730":{"id":21730,"name":"Black tourmaline core","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":41500,"lowalch":16600,"highalch":24900,"buy_limit":5,"wiki_name":"Black tourmaline core","wiki_url":"https://oldschool.runescape.wiki/w/Black_tourmaline_core","price":7656600},"21733":{"id":21733,"name":"Guardian boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":305000,"lowalch":122000,"highalch":183000,"buy_limit":8,"wiki_name":"Guardian boots","wiki_url":"https://oldschool.runescape.wiki/w/Guardian_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":32,"defence_slash":32,"defence_crush":32,"defence_magic":-3,"defence_ranged":24,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"feet","requirements":{"defence":75}},"price":7933584},"21736":{"id":21736,"name":"Granite gloves","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":34000,"lowalch":13600,"highalch":20400,"buy_limit":8,"wiki_name":"Granite gloves","wiki_url":"https://oldschool.runescape.wiki/w/Granite_gloves","equipment":{"attack_stab":5,"attack_slash":5,"attack_crush":9,"attack_magic":-3,"attack_ranged":-1,"defence_stab":8,"defence_slash":8,"defence_crush":8,"defence_magic":-3,"defence_ranged":5,"melee_strength":7,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"defence":50,"strength":50}},"price":71764},"21739":{"id":21739,"name":"Granite ring","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"buy_limit":70,"wiki_name":"Granite ring","wiki_url":"https://oldschool.runescape.wiki/w/Granite_ring","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":2,"defence_slash":2,"defence_crush":2,"defence_magic":-2,"defence_ranged":8,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":{"strength":50,"defence":50}},"price":29950},"21742":{"id":21742,"name":"Granite hammer","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":64000,"lowalch":25600,"highalch":38400,"buy_limit":8,"wiki_name":"Granite hammer","wiki_url":"https://oldschool.runescape.wiki/w/Granite_hammer","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":57,"attack_magic":-3,"attack_ranged":-1,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":56,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":50,"strength":50}},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":529228},"21745":{"id":21745,"name":"Jar of stone","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Jar of stone","wiki_url":"https://oldschool.runescape.wiki/w/Jar_of_stone","price":3203350},"21748":{"id":21748,"name":"Noon","members":true,"cost":1,"wiki_name":"Noon (Noon)","wiki_url":"https://oldschool.runescape.wiki/w/Noon#Noon","price":0},"21750":{"id":21750,"name":"Midnight","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Noon (Midnight)","wiki_url":"https://oldschool.runescape.wiki/w/Noon#Midnight","price":0},"21752":{"id":21752,"name":"Granite ring (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Granite ring (i) (Nightmare Zone)","wiki_url":"https://oldschool.runescape.wiki/w/Granite_ring_(i)#Nightmare_Zone","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":4,"defence_slash":4,"defence_crush":4,"defence_magic":-4,"defence_ranged":16,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":{"strength":50,"defence":50}},"price":0},"21754":{"id":21754,"name":"Rock thrownhammer","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":11000,"wiki_name":"Rock thrownhammer","wiki_url":"https://oldschool.runescape.wiki/w/Rock_thrownhammer","price":259},"21756":{"id":21756,"name":"Varlamore envoy","members":true,"cost":1,"wiki_name":"Varlamore envoy","wiki_url":"https://oldschool.runescape.wiki/w/Varlamore_envoy","price":0},"21758":{"id":21758,"name":"Royal accord of twill","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Royal accord of twill (The Depths of Despair)","wiki_url":"https://oldschool.runescape.wiki/w/Royal_accord_of_twill#The_Depths_of_Despair","price":0},"21759":{"id":21759,"name":"Certificate","members":true,"cost":50,"wiki_name":"Hosidius favour certificate","wiki_url":"https://oldschool.runescape.wiki/w/Hosidius_favour_certificate","price":0},"21760":{"id":21760,"name":"Kharedst's memoirs","members":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Kharedst's memoirs","wiki_url":"https://oldschool.runescape.wiki/w/Kharedst's_memoirs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"shield","requirements":null},"price":0},"21762":{"id":21762,"name":"Lunch by the lancalliums","members":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Lunch by the lancalliums","wiki_url":"https://oldschool.runescape.wiki/w/Lunch_by_the_lancalliums","price":0},"21764":{"id":21764,"name":"The fisher's flute","members":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"The fisher's flute","wiki_url":"https://oldschool.runescape.wiki/w/The_fisher's_flute","price":0},"21766":{"id":21766,"name":"History and hearsay","members":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"History and hearsay","wiki_url":"https://oldschool.runescape.wiki/w/History_and_hearsay","price":0},"21768":{"id":21768,"name":"Jewellery of jubilation","members":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Jewellery of jubilation","wiki_url":"https://oldschool.runescape.wiki/w/Jewellery_of_jubilation","price":0},"21770":{"id":21770,"name":"A dark disposition","members":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"A dark disposition","wiki_url":"https://oldschool.runescape.wiki/w/A_dark_disposition","price":0},"21772":{"id":21772,"name":"Secret page","members":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Secret page","wiki_url":"https://oldschool.runescape.wiki/w/Secret_page","price":0},"21774":{"id":21774,"name":"Letter","members":true,"cost":1,"wiki_name":"Letter (The Queen of Thieves)","wiki_url":"https://oldschool.runescape.wiki/w/Letter_(The_Queen_of_Thieves)","price":0},"21775":{"id":21775,"name":"Certificate","members":true,"cost":50,"wiki_name":"Piscarilius favour certificate","wiki_url":"https://oldschool.runescape.wiki/w/Piscarilius_favour_certificate","price":0},"21776":{"id":21776,"name":"Imbued saradomin max cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Imbued saradomin max cape (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Imbued_saradomin_max_cape#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":2,"prayer":0,"slot":"cape","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"21778":{"id":21778,"name":"Imbued saradomin max hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Imbued saradomin max hood","wiki_url":"https://oldschool.runescape.wiki/w/Imbued_saradomin_max_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"21780":{"id":21780,"name":"Imbued zamorak max cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Imbued zamorak max cape (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Imbued_zamorak_max_cape#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":2,"prayer":0,"slot":"cape","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"21782":{"id":21782,"name":"Imbued zamorak max hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Imbued zamorak max hood","wiki_url":"https://oldschool.runescape.wiki/w/Imbued_zamorak_max_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"21784":{"id":21784,"name":"Imbued guthix max cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Imbued guthix max cape (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Imbued_guthix_max_cape#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":2,"prayer":0,"slot":"cape","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"21786":{"id":21786,"name":"Imbued guthix max hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Imbued guthix max hood","wiki_url":"https://oldschool.runescape.wiki/w/Imbued_guthix_max_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"21788":{"id":21788,"name":"Obelisk","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"21791":{"id":21791,"name":"Imbued saradomin cape","members":true,"equipable":true,"equipable_by_player":true,"cost":80000,"lowalch":32000,"highalch":48000,"wiki_name":"Imbued saradomin cape (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Imbued_saradomin_cape#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":2,"prayer":0,"slot":"cape","requirements":{"magic":50}},"price":0},"21793":{"id":21793,"name":"Imbued guthix cape","members":true,"equipable":true,"equipable_by_player":true,"cost":80000,"lowalch":32000,"highalch":48000,"wiki_name":"Imbued guthix cape (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Imbued_guthix_cape#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":2,"prayer":0,"slot":"cape","requirements":{"magic":50}},"price":0},"21795":{"id":21795,"name":"Imbued zamorak cape","members":true,"equipable":true,"equipable_by_player":true,"cost":80000,"lowalch":32000,"highalch":48000,"wiki_name":"Imbued zamorak cape (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Imbued_zamorak_cape#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":2,"prayer":0,"slot":"cape","requirements":{"magic":50}},"price":0},"21797":{"id":21797,"name":"Justiciar's hand","members":true,"cost":14,"lowalch":5,"highalch":8,"wiki_name":"Justiciar's hand","wiki_url":"https://oldschool.runescape.wiki/w/Justiciar's_hand","price":0},"21798":{"id":21798,"name":"Ent's roots","members":true,"cost":14,"lowalch":5,"highalch":8,"wiki_name":"Ent's roots","wiki_url":"https://oldschool.runescape.wiki/w/Ent's_roots","price":0},"21799":{"id":21799,"name":"Demon's heart","members":true,"cost":14,"lowalch":5,"highalch":8,"wiki_name":"Demon's heart","wiki_url":"https://oldschool.runescape.wiki/w/Demon's_heart","price":0},"21800":{"id":21800,"name":"Enchanted symbol","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Enchanted symbol","wiki_url":"https://oldschool.runescape.wiki/w/Enchanted_symbol","price":0},"21802":{"id":21802,"name":"Revenant cave teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":10000,"wiki_name":"Revenant cave teleport","wiki_url":"https://oldschool.runescape.wiki/w/Revenant_cave_teleport","price":272},"21804":{"id":21804,"name":"Ancient crystal","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":250000,"lowalch":100000,"highalch":150000,"buy_limit":250,"wiki_name":"Ancient crystal","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_crystal","price":149868},"21807":{"id":21807,"name":"Ancient emblem","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":500000,"lowalch":200000,"highalch":300000,"buy_limit":250,"wiki_name":"Ancient emblem","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_emblem","price":499022},"21810":{"id":21810,"name":"Ancient totem","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1000000,"lowalch":400000,"highalch":600000,"buy_limit":250,"wiki_name":"Ancient totem","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_totem","price":997993},"21813":{"id":21813,"name":"Ancient statuette","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2000000,"lowalch":800000,"highalch":1200000,"buy_limit":250,"wiki_name":"Ancient statuette","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_statuette","price":1998222},"21816":{"id":21816,"name":"Bracelet of ethereum","members":true,"equipable":true,"equipable_by_player":true,"cost":75000,"lowalch":30000,"highalch":45000,"wiki_name":"Bracelet of ethereum (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Bracelet_of_ethereum#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"21817":{"id":21817,"name":"Bracelet of ethereum (uncharged)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":72000,"lowalch":28800,"highalch":43200,"buy_limit":10000,"wiki_name":"Bracelet of ethereum (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Bracelet_of_ethereum#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":43021},"21820":{"id":21820,"name":"Revenant ether","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":30000,"wiki_name":"Revenant ether","wiki_url":"https://oldschool.runescape.wiki/w/Revenant_ether","price":173},"21837":{"id":21837,"name":"Ogre artefact","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ogre artefact (The Corsair Curse)","wiki_url":"https://oldschool.runescape.wiki/w/Ogre_artefact_(The_Corsair_Curse)","price":0},"21838":{"id":21838,"name":"Shaman mask","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":8000,"lowalch":3200,"highalch":4800,"buy_limit":125,"wiki_name":"Shaman mask","wiki_url":"https://oldschool.runescape.wiki/w/Shaman_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":6,"defence_slash":7,"defence_crush":5,"defence_magic":-1,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":23000},"21841":{"id":21841,"name":"Snow imp costume head","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Snow imp costume head (During event)","wiki_url":"https://oldschool.runescape.wiki/w/Snow_imp_costume_head#During_event","price":0},"21842":{"id":21842,"name":"Snow imp costume body","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Snow imp costume body (During event)","wiki_url":"https://oldschool.runescape.wiki/w/Snow_imp_costume_body#During_event","price":0},"21843":{"id":21843,"name":"Snow imp costume legs","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Snow imp costume legs (During event)","wiki_url":"https://oldschool.runescape.wiki/w/Snow_imp_costume_legs#During_event","price":0},"21844":{"id":21844,"name":"Snow imp costume tail","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Snow imp costume tail (During event)","wiki_url":"https://oldschool.runescape.wiki/w/Snow_imp_costume_tail#During_event","price":0},"21845":{"id":21845,"name":"Snow imp costume gloves","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Snow imp costume gloves (During event)","wiki_url":"https://oldschool.runescape.wiki/w/Snow_imp_costume_gloves#During_event","price":0},"21846":{"id":21846,"name":"Snow imp costume feet","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Snow imp costume feet (During event)","wiki_url":"https://oldschool.runescape.wiki/w/Snow_imp_costume_feet#During_event","price":0},"21847":{"id":21847,"name":"Snow imp costume head","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Snow imp costume head (Reward)","wiki_url":"https://oldschool.runescape.wiki/w/Snow_imp_costume_head#Reward","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"21849":{"id":21849,"name":"Snow imp costume body","equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Snow imp costume body (Reward)","wiki_url":"https://oldschool.runescape.wiki/w/Snow_imp_costume_body#Reward","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"21851":{"id":21851,"name":"Snow imp costume legs","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Snow imp costume legs (Reward)","wiki_url":"https://oldschool.runescape.wiki/w/Snow_imp_costume_legs#Reward","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"21853":{"id":21853,"name":"Snow imp costume tail","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Snow imp costume tail (Reward)","wiki_url":"https://oldschool.runescape.wiki/w/Snow_imp_costume_tail#Reward","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"21855":{"id":21855,"name":"Snow imp costume gloves","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Snow imp costume gloves (Reward)","wiki_url":"https://oldschool.runescape.wiki/w/Snow_imp_costume_gloves#Reward","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"21857":{"id":21857,"name":"Snow imp costume feet","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Snow imp costume feet (Reward)","wiki_url":"https://oldschool.runescape.wiki/w/Snow_imp_costume_feet#Reward","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"21859":{"id":21859,"name":"Wise old man's santa hat","equipable":true,"equipable_by_player":true,"cost":160,"wiki_name":"Wise old man's santa hat","wiki_url":"https://oldschool.runescape.wiki/w/Wise_old_man's_santa_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"21861":{"id":21861,"name":"Enchanted curtains","cost":1,"wiki_name":"Enchanted curtains","wiki_url":"https://oldschool.runescape.wiki/w/Enchanted_curtains","price":0},"21862":{"id":21862,"name":"Enchanted snowy curtains","cost":1,"wiki_name":"Enchanted snowy curtains","wiki_url":"https://oldschool.runescape.wiki/w/Enchanted_snowy_curtains","price":0},"21863":{"id":21863,"name":"Wise old man's teleport tablet","cost":1,"wiki_name":"Wise old man's teleport tablet","wiki_url":"https://oldschool.runescape.wiki/w/Wise_old_man's_teleport_tablet","price":0},"21864":{"id":21864,"name":"Snow sprite","cost":1,"wiki_name":"Snow sprite (item)","wiki_url":"https://oldschool.runescape.wiki/w/Snow_sprite_(item)","price":0},"21865":{"id":21865,"name":"Fine mesh net","cost":1,"wiki_name":"Fine mesh net","wiki_url":"https://oldschool.runescape.wiki/w/Fine_mesh_net","price":0},"21866":{"id":21866,"name":"Santa suit","cost":1,"wiki_name":"Santa suit","wiki_url":"https://oldschool.runescape.wiki/w/Santa_suit","price":0},"21867":{"id":21867,"name":"Santa suit (wet)","cost":1,"wiki_name":"Santa suit (wet)","wiki_url":"https://oldschool.runescape.wiki/w/Santa_suit_(wet)","price":0},"21868":{"id":21868,"name":"Santa suit (dry)","cost":1,"wiki_name":"Santa suit (dry)","wiki_url":"https://oldschool.runescape.wiki/w/Santa_suit_(dry)","price":0},"21869":{"id":21869,"name":"Logs and kindling","cost":1,"wiki_name":"Logs and kindling","wiki_url":"https://oldschool.runescape.wiki/w/Logs_and_kindling","price":0},"21870":{"id":21870,"name":"Promissory note","cost":1,"wiki_name":"Promissory note (Christmas 2017)","wiki_url":"https://oldschool.runescape.wiki/w/Promissory_note_(Christmas_2017)","price":0},"21871":{"id":21871,"name":"Santa's seal","cost":1,"wiki_name":"Santa's seal","wiki_url":"https://oldschool.runescape.wiki/w/Santa's_seal","price":0},"21872":{"id":21872,"name":"Vault key","cost":1,"wiki_name":"Vault key","wiki_url":"https://oldschool.runescape.wiki/w/Vault_key","price":0},"21873":{"id":21873,"name":"Empty sack","cost":1,"wiki_name":"Empty sack (Christmas 2017)","wiki_url":"https://oldschool.runescape.wiki/w/Empty_sack_(Christmas_2017)","price":0},"21874":{"id":21874,"name":"Bulging sack","cost":1,"wiki_name":"Bulging sack","wiki_url":"https://oldschool.runescape.wiki/w/Bulging_sack","price":0,"equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"equipable_by_player":true,"equipable":true},"21875":{"id":21875,"name":"Kristmas kebab","cost":1,"wiki_name":"Kristmas kebab","wiki_url":"https://oldschool.runescape.wiki/w/Kristmas_kebab","price":0},"21880":{"id":21880,"name":"Wrath rune","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":25000,"wiki_name":"Wrath rune","wiki_url":"https://oldschool.runescape.wiki/w/Wrath_rune","price":259},"21882":{"id":21882,"name":"Dragon armour set (lg)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":500000,"lowalch":200000,"highalch":300000,"buy_limit":8,"wiki_name":"Dragon armour set (lg)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_armour_set_(lg)","price":174499998},"21885":{"id":21885,"name":"Dragon armour set (sk)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":500000,"lowalch":200000,"highalch":300000,"buy_limit":8,"wiki_name":"Dragon armour set (sk)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_armour_set_(sk)","price":114640944},"21888":{"id":21888,"name":"Turquoise slayer helmet","members":true,"equipable":true,"equipable_by_player":true,"cost":40000,"lowalch":16000,"highalch":24000,"wiki_name":"Turquoise slayer helmet","wiki_url":"https://oldschool.runescape.wiki/w/Turquoise_slayer_helmet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":0},"21890":{"id":21890,"name":"Turquoise slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Turquoise slayer helmet (i) (Nightmare Zone)","wiki_url":"https://oldschool.runescape.wiki/w/Turquoise_slayer_helmet_(i)#Nightmare_Zone","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":0},"21892":{"id":21892,"name":"Dragon platebody","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000000,"lowalch":800000,"highalch":1200000,"buy_limit":70,"wiki_name":"Dragon platebody","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_platebody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":109,"defence_slash":107,"defence_crush":97,"defence_magic":-6,"defence_ranged":106,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":60}},"price":3116501},"21895":{"id":21895,"name":"Dragon kiteshield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1600000,"lowalch":640000,"highalch":960000,"buy_limit":70,"wiki_name":"Dragon kiteshield","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_kiteshield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":56,"defence_slash":60,"defence_crush":58,"defence_magic":-1,"defence_ranged":58,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":60}},"price":72445989},"21898":{"id":21898,"name":"Assembler max cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Assembler max cape (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Assembler_max_cape#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":8,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":8,"defence_ranged":2,"melee_strength":0,"ranged_strength":2,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"21900":{"id":21900,"name":"Assembler max hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Assembler max hood","wiki_url":"https://oldschool.runescape.wiki/w/Assembler_max_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"21902":{"id":21902,"name":"Dragon crossbow","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":54000,"lowalch":21600,"highalch":32400,"buy_limit":70,"wiki_name":"Dragon crossbow","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_crossbow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":94,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":64}},"weapon":{"attack_speed":6,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":1698183},"21905":{"id":21905,"name":"Dragon bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":425,"lowalch":170,"highalch":255,"buy_limit":11000,"wiki_name":"Dragon bolts (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_bolts#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":122,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":64}},"price":624},"21907":{"id":21907,"name":"Vorkath's head","members":true,"cost":50000,"wiki_name":"Vorkath's head","wiki_url":"https://oldschool.runescape.wiki/w/Vorkath's_head","price":0},"21909":{"id":21909,"name":"Vorkath's stuffed head","members":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Vorkath's stuffed head","wiki_url":"https://oldschool.runescape.wiki/w/Vorkath's_stuffed_head","price":0},"21911":{"id":21911,"name":"Rune dragon","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"21914":{"id":21914,"name":"Ava's assembler (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ava's assembler (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Ava's_assembler#Broken","price":0},"21916":{"id":21916,"name":"Assembler max cape (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Assembler max cape (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Assembler_max_cape#Broken","price":0},"21918":{"id":21918,"name":"Dragon limbs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":35000,"lowalch":14000,"highalch":21000,"buy_limit":10000,"wiki_name":"Dragon limbs","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_limbs","price":1670348},"21921":{"id":21921,"name":"Dragon crossbow (u)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30000,"lowalch":12000,"highalch":18000,"buy_limit":10000,"wiki_name":"Dragon crossbow (u)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_crossbow_(u)","price":1411083},"21924":{"id":21924,"name":"Dragon bolts (p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":430,"lowalch":172,"highalch":258,"buy_limit":11000,"wiki_name":"Dragon bolts (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_bolts#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":122,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":64}},"price":1539},"21926":{"id":21926,"name":"Dragon bolts (p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":435,"lowalch":174,"highalch":261,"buy_limit":11000,"wiki_name":"Dragon bolts (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_bolts#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":122,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":64}},"price":1406},"21928":{"id":21928,"name":"Dragon bolts (p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":440,"lowalch":176,"highalch":264,"buy_limit":11000,"wiki_name":"Dragon bolts (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_bolts#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":122,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":64}},"price":1714},"21930":{"id":21930,"name":"Dragon bolts (unf)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":141,"lowalch":56,"highalch":84,"buy_limit":13000,"wiki_name":"Dragon bolts (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_bolts_(unf)","price":632},"21932":{"id":21932,"name":"Opal dragon bolts (e)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":580,"lowalch":232,"highalch":348,"buy_limit":11000,"wiki_name":"Opal dragon bolts (e)","wiki_url":"https://oldschool.runescape.wiki/w/Opal_dragon_bolts_(e)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":122,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":64}},"price":896},"21934":{"id":21934,"name":"Jade dragon bolts (e)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":630,"lowalch":252,"highalch":378,"buy_limit":11000,"wiki_name":"Jade dragon bolts (e)","wiki_url":"https://oldschool.runescape.wiki/w/Jade_dragon_bolts_(e)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":122,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":64}},"price":677},"21936":{"id":21936,"name":"Pearl dragon bolts (e)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":680,"lowalch":272,"highalch":408,"buy_limit":11000,"wiki_name":"Pearl dragon bolts (e)","wiki_url":"https://oldschool.runescape.wiki/w/Pearl_dragon_bolts_(e)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":122,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":64}},"price":776},"21938":{"id":21938,"name":"Topaz dragon bolts (e)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":730,"lowalch":292,"highalch":438,"buy_limit":11000,"wiki_name":"Topaz dragon bolts (e)","wiki_url":"https://oldschool.runescape.wiki/w/Topaz_dragon_bolts_(e)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":122,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":64}},"price":544},"21940":{"id":21940,"name":"Sapphire dragon bolts (e)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":780,"lowalch":312,"highalch":468,"buy_limit":11000,"wiki_name":"Sapphire dragon bolts (e)","wiki_url":"https://oldschool.runescape.wiki/w/Sapphire_dragon_bolts_(e)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":122,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":64}},"price":683},"21942":{"id":21942,"name":"Emerald dragon bolts (e)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":830,"lowalch":332,"highalch":498,"buy_limit":11000,"wiki_name":"Emerald dragon bolts (e)","wiki_url":"https://oldschool.runescape.wiki/w/Emerald_dragon_bolts_(e)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":122,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":64}},"price":911},"21944":{"id":21944,"name":"Ruby dragon bolts (e)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":830,"lowalch":332,"highalch":498,"buy_limit":11000,"wiki_name":"Ruby dragon bolts (e)","wiki_url":"https://oldschool.runescape.wiki/w/Ruby_dragon_bolts_(e)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":122,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":64}},"price":824},"21946":{"id":21946,"name":"Diamond dragon bolts (e)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":880,"lowalch":352,"highalch":528,"buy_limit":11000,"wiki_name":"Diamond dragon bolts (e)","wiki_url":"https://oldschool.runescape.wiki/w/Diamond_dragon_bolts_(e)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":122,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":64}},"price":939},"21948":{"id":21948,"name":"Dragonstone dragon bolts (e)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":1150,"lowalch":460,"highalch":690,"buy_limit":11000,"wiki_name":"Dragonstone dragon bolts (e)","wiki_url":"https://oldschool.runescape.wiki/w/Dragonstone_dragon_bolts_(e)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":122,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":64}},"price":901},"21950":{"id":21950,"name":"Onyx dragon bolts (e)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":15800,"lowalch":6320,"highalch":9480,"buy_limit":11000,"wiki_name":"Onyx dragon bolts (e)","wiki_url":"https://oldschool.runescape.wiki/w/Onyx_dragon_bolts_(e)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":122,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":64}},"price":9940},"21952":{"id":21952,"name":"Magic stock","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":280,"lowalch":112,"highalch":168,"buy_limit":10000,"wiki_name":"Magic stock","wiki_url":"https://oldschool.runescape.wiki/w/Magic_stock","price":491},"21955":{"id":21955,"name":"Opal dragon bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":550,"lowalch":220,"highalch":330,"buy_limit":11000,"wiki_name":"Opal dragon bolts","wiki_url":"https://oldschool.runescape.wiki/w/Opal_dragon_bolts","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":122,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":64}},"price":919},"21957":{"id":21957,"name":"Jade dragon bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":600,"lowalch":240,"highalch":360,"buy_limit":11000,"wiki_name":"Jade dragon bolts","wiki_url":"https://oldschool.runescape.wiki/w/Jade_dragon_bolts","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":122,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":64}},"price":650},"21959":{"id":21959,"name":"Pearl dragon bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":650,"lowalch":260,"highalch":390,"buy_limit":11000,"wiki_name":"Pearl dragon bolts","wiki_url":"https://oldschool.runescape.wiki/w/Pearl_dragon_bolts","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":122,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":64}},"price":660},"21961":{"id":21961,"name":"Topaz dragon bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":700,"lowalch":280,"highalch":420,"buy_limit":11000,"wiki_name":"Topaz dragon bolts","wiki_url":"https://oldschool.runescape.wiki/w/Topaz_dragon_bolts","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":122,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":64}},"price":670},"21963":{"id":21963,"name":"Sapphire dragon bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":750,"lowalch":300,"highalch":450,"buy_limit":11000,"wiki_name":"Sapphire dragon bolts","wiki_url":"https://oldschool.runescape.wiki/w/Sapphire_dragon_bolts","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":122,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":64}},"price":807},"21965":{"id":21965,"name":"Emerald dragon bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":800,"lowalch":320,"highalch":480,"buy_limit":11000,"wiki_name":"Emerald dragon bolts","wiki_url":"https://oldschool.runescape.wiki/w/Emerald_dragon_bolts","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":122,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":64}},"price":652},"21967":{"id":21967,"name":"Ruby dragon bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":800,"lowalch":320,"highalch":480,"buy_limit":11000,"wiki_name":"Ruby dragon bolts","wiki_url":"https://oldschool.runescape.wiki/w/Ruby_dragon_bolts","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":122,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":64}},"price":762},"21969":{"id":21969,"name":"Diamond dragon bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":850,"lowalch":340,"highalch":510,"buy_limit":11000,"wiki_name":"Diamond dragon bolts","wiki_url":"https://oldschool.runescape.wiki/w/Diamond_dragon_bolts","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":122,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":64}},"price":821},"21971":{"id":21971,"name":"Dragonstone dragon bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":995,"lowalch":398,"highalch":597,"buy_limit":11000,"wiki_name":"Dragonstone dragon bolts","wiki_url":"https://oldschool.runescape.wiki/w/Dragonstone_dragon_bolts","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":122,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":64}},"price":1121},"21973":{"id":21973,"name":"Onyx dragon bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":13900,"lowalch":5560,"highalch":8340,"buy_limit":11000,"wiki_name":"Onyx dragon bolts","wiki_url":"https://oldschool.runescape.wiki/w/Onyx_dragon_bolts","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":122,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":64}},"price":9870},"21975":{"id":21975,"name":"Crushed superior dragon bones","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":11000,"wiki_name":"Crushed superior dragon bones","wiki_url":"https://oldschool.runescape.wiki/w/Crushed_superior_dragon_bones","price":9258},"21978":{"id":21978,"name":"Super antifire potion(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":800,"lowalch":320,"highalch":480,"buy_limit":2000,"wiki_name":"Super antifire potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_antifire_potion#4_dose","price":11516},"21981":{"id":21981,"name":"Super antifire potion(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":760,"lowalch":304,"highalch":456,"buy_limit":2000,"wiki_name":"Super antifire potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_antifire_potion#3_dose","price":9200},"21984":{"id":21984,"name":"Super antifire potion(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":720,"lowalch":288,"highalch":432,"buy_limit":2000,"wiki_name":"Super antifire potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_antifire_potion#2_dose","price":50},"21987":{"id":21987,"name":"Super antifire potion(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":680,"lowalch":272,"highalch":408,"buy_limit":2000,"wiki_name":"Super antifire potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_antifire_potion#1_dose","price":2587},"21990":{"id":21990,"name":"Rift guardian","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rift guardian (Wrath)","wiki_url":"https://oldschool.runescape.wiki/w/Rift_guardian#Wrath","price":0},"21992":{"id":21992,"name":"Vorki","members":true,"cost":1,"wiki_name":"Vorki","wiki_url":"https://oldschool.runescape.wiki/w/Vorki","price":0},"21994":{"id":21994,"name":"Super antifire mix(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":198,"lowalch":79,"highalch":118,"buy_limit":2000,"wiki_name":"Super antifire mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_antifire_mix#2_dose","price":41320},"21997":{"id":21997,"name":"Super antifire mix(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":132,"lowalch":52,"highalch":79,"buy_limit":2000,"wiki_name":"Super antifire mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_antifire_mix#1_dose","price":1},"22002":{"id":22002,"name":"Dragonfire ward","members":true,"equipable":true,"equipable_by_player":true,"cost":2000000,"lowalch":800000,"highalch":1200000,"wiki_name":"Dragonfire ward (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Dragonfire_ward#Charged","equipment":{"attack_stab":-10,"attack_slash":-10,"attack_crush":-10,"attack_magic":-10,"attack_ranged":15,"defence_stab":25,"defence_slash":30,"defence_crush":28,"defence_magic":28,"defence_ranged":68,"melee_strength":-2,"ranged_strength":8,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"ranged":70,"defence":75}},"price":0},"22003":{"id":22003,"name":"Dragonfire ward","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000000,"lowalch":800000,"highalch":1200000,"buy_limit":8,"wiki_name":"Dragonfire ward (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Dragonfire_ward#Uncharged","equipment":{"attack_stab":-10,"attack_slash":-10,"attack_crush":-10,"attack_magic":-10,"attack_ranged":15,"defence_stab":-25,"defence_slash":-20,"defence_crush":-22,"defence_magic":28,"defence_ranged":18,"melee_strength":-2,"ranged_strength":8,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"ranged":70,"defence":75}},"price":6283826},"22006":{"id":22006,"name":"Skeletal visage","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1500000,"lowalch":600000,"highalch":900000,"buy_limit":5,"wiki_name":"Skeletal visage","wiki_url":"https://oldschool.runescape.wiki/w/Skeletal_visage","price":6283500},"22009":{"id":22009,"name":"Map piece","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Map piece (1)","wiki_url":"https://oldschool.runescape.wiki/w/Map_piece#1","price":0},"22010":{"id":22010,"name":"Map piece","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Map piece (2)","wiki_url":"https://oldschool.runescape.wiki/w/Map_piece#2","price":0},"22011":{"id":22011,"name":"Map piece","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Map piece (3)","wiki_url":"https://oldschool.runescape.wiki/w/Map_piece#3","price":0},"22012":{"id":22012,"name":"Map piece","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Map piece (4)","wiki_url":"https://oldschool.runescape.wiki/w/Map_piece#4","price":0},"22013":{"id":22013,"name":"Map piece","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Map piece (5)","wiki_url":"https://oldschool.runescape.wiki/w/Map_piece#5","price":0},"22014":{"id":22014,"name":"Map piece","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Map piece (6)","wiki_url":"https://oldschool.runescape.wiki/w/Map_piece#6","price":0},"22015":{"id":22015,"name":"Map piece","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Map piece (7)","wiki_url":"https://oldschool.runescape.wiki/w/Map_piece#7","price":0},"22016":{"id":22016,"name":"Map piece","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Map piece (8)","wiki_url":"https://oldschool.runescape.wiki/w/Map_piece#8","price":0},"22017":{"id":22017,"name":"Map piece","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Map piece (9)","wiki_url":"https://oldschool.runescape.wiki/w/Map_piece#9","price":0},"22018":{"id":22018,"name":"Map piece","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Map piece (10)","wiki_url":"https://oldschool.runescape.wiki/w/Map_piece#10","price":0},"22019":{"id":22019,"name":"Map piece","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Map piece (11)","wiki_url":"https://oldschool.runescape.wiki/w/Map_piece#11","price":0},"22020":{"id":22020,"name":"Map piece","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Map piece (12)","wiki_url":"https://oldschool.runescape.wiki/w/Map_piece#12","price":0},"22021":{"id":22021,"name":"Map piece","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Map piece (13)","wiki_url":"https://oldschool.runescape.wiki/w/Map_piece#13","price":0},"22022":{"id":22022,"name":"Map piece","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Map piece (14)","wiki_url":"https://oldschool.runescape.wiki/w/Map_piece#14","price":0},"22023":{"id":22023,"name":"Map piece","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Map piece (15)","wiki_url":"https://oldschool.runescape.wiki/w/Map_piece#15","price":0},"22024":{"id":22024,"name":"Map piece","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Map piece (16)","wiki_url":"https://oldschool.runescape.wiki/w/Map_piece#16","price":0},"22025":{"id":22025,"name":"Map piece","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Map piece (17)","wiki_url":"https://oldschool.runescape.wiki/w/Map_piece#17","price":0},"22026":{"id":22026,"name":"Map piece","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Map piece (18)","wiki_url":"https://oldschool.runescape.wiki/w/Map_piece#18","price":0},"22027":{"id":22027,"name":"Map piece","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Map piece (19)","wiki_url":"https://oldschool.runescape.wiki/w/Map_piece#19","price":0},"22028":{"id":22028,"name":"Map piece","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Map piece (20)","wiki_url":"https://oldschool.runescape.wiki/w/Map_piece#20","price":0},"22029":{"id":22029,"name":"Map piece","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Map piece (21)","wiki_url":"https://oldschool.runescape.wiki/w/Map_piece#21","price":0},"22030":{"id":22030,"name":"Map piece","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Map piece (22)","wiki_url":"https://oldschool.runescape.wiki/w/Map_piece#22","price":0},"22031":{"id":22031,"name":"Map piece","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Map piece (23)","wiki_url":"https://oldschool.runescape.wiki/w/Map_piece#23","price":0},"22032":{"id":22032,"name":"Map piece","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Map piece (24)","wiki_url":"https://oldschool.runescape.wiki/w/Map_piece#24","price":0},"22033":{"id":22033,"name":"Aivas' diary","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Aivas' diary","wiki_url":"https://oldschool.runescape.wiki/w/Aivas'_diary","price":0},"22035":{"id":22035,"name":"Varrock census records","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Varrock census records","wiki_url":"https://oldschool.runescape.wiki/w/Varrock_census_records","price":0},"22037":{"id":22037,"name":"Malumac's journal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Malumac's journal","wiki_url":"https://oldschool.runescape.wiki/w/Malumac's_journal","price":0},"22039":{"id":22039,"name":"Ablenkian's escape","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ablenkian's escape","wiki_url":"https://oldschool.runescape.wiki/w/Ablenkian's_escape","price":0},"22041":{"id":22041,"name":"Imcandoria's fall","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Imcandoria's fall","wiki_url":"https://oldschool.runescape.wiki/w/Imcandoria's_fall","price":0},"22043":{"id":22043,"name":"Imafore's betrayal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Imafore's betrayal","wiki_url":"https://oldschool.runescape.wiki/w/Imafore's_betrayal","price":0},"22045":{"id":22045,"name":"Lutwidge and the moonfly","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Lutwidge and the moonfly","wiki_url":"https://oldschool.runescape.wiki/w/Lutwidge_and_the_moonfly","price":0},"22047":{"id":22047,"name":"Serafina","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Serafina","wiki_url":"https://oldschool.runescape.wiki/w/Serafina","price":0},"22049":{"id":22049,"name":"The weeping","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"The weeping","wiki_url":"https://oldschool.runescape.wiki/w/The_weeping","price":0},"22051":{"id":22051,"name":"Old notes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old notes (Dragon Slayer II) (Crandor)","wiki_url":"https://oldschool.runescape.wiki/w/Old_notes_(Dragon_Slayer_II)#Crandor","price":0},"22053":{"id":22053,"name":"Old notes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old notes (Dragon Slayer II) (Ungael 1)","wiki_url":"https://oldschool.runescape.wiki/w/Old_notes_(Dragon_Slayer_II)#Ungael_1","price":0},"22055":{"id":22055,"name":"Old notes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old notes (Dragon Slayer II) (Ungael 2)","wiki_url":"https://oldschool.runescape.wiki/w/Old_notes_(Dragon_Slayer_II)#Ungael_2","price":0},"22057":{"id":22057,"name":"Old notes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old notes (Dragon Slayer II) (Ungael 3)","wiki_url":"https://oldschool.runescape.wiki/w/Old_notes_(Dragon_Slayer_II)#Ungael_3","price":0},"22059":{"id":22059,"name":"Old notes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old notes (Dragon Slayer II) (Ungael 4)","wiki_url":"https://oldschool.runescape.wiki/w/Old_notes_(Dragon_Slayer_II)#Ungael_4","price":0},"22061":{"id":22061,"name":"Old notes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old notes (Dragon Slayer II) (Ungael 5)","wiki_url":"https://oldschool.runescape.wiki/w/Old_notes_(Dragon_Slayer_II)#Ungael_5","price":0},"22063":{"id":22063,"name":"Old notes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old notes (Dragon Slayer II) (Ungael 6)","wiki_url":"https://oldschool.runescape.wiki/w/Old_notes_(Dragon_Slayer_II)#Ungael_6","price":0},"22065":{"id":22065,"name":"Old notes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old notes (Dragon Slayer II) (Lithkren 1)","wiki_url":"https://oldschool.runescape.wiki/w/Old_notes_(Dragon_Slayer_II)#Lithkren_1","price":0},"22067":{"id":22067,"name":"Old notes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old notes (Dragon Slayer II) (Lithkren 2)","wiki_url":"https://oldschool.runescape.wiki/w/Old_notes_(Dragon_Slayer_II)#Lithkren_2","price":0},"22069":{"id":22069,"name":"Old notes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old notes (Dragon Slayer II) (Lithkren 3)","wiki_url":"https://oldschool.runescape.wiki/w/Old_notes_(Dragon_Slayer_II)#Lithkren_3","price":0},"22071":{"id":22071,"name":"Old notes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old notes (Dragon Slayer II) (Lithkren 4)","wiki_url":"https://oldschool.runescape.wiki/w/Old_notes_(Dragon_Slayer_II)#Lithkren_4","price":0},"22073":{"id":22073,"name":"Old notes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old notes (Dragon Slayer II) (Lithkren 5)","wiki_url":"https://oldschool.runescape.wiki/w/Old_notes_(Dragon_Slayer_II)#Lithkren_5","price":0},"22075":{"id":22075,"name":"Old notes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old notes (Dragon Slayer II) (Lithkren 6)","wiki_url":"https://oldschool.runescape.wiki/w/Old_notes_(Dragon_Slayer_II)#Lithkren_6","price":0},"22077":{"id":22077,"name":"Old notes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old notes (Dragon Slayer II) (Lithkren 7)","wiki_url":"https://oldschool.runescape.wiki/w/Old_notes_(Dragon_Slayer_II)#Lithkren_7","price":0},"22079":{"id":22079,"name":"Inert locator orb","members":true,"cost":2,"wiki_name":"Inert locator orb","wiki_url":"https://oldschool.runescape.wiki/w/Inert_locator_orb","price":0},"22081":{"id":22081,"name":"Locator orb","members":true,"cost":2,"wiki_name":"Locator orb","wiki_url":"https://oldschool.runescape.wiki/w/Locator_orb","price":0},"22083":{"id":22083,"name":"Robert bust","members":true,"cost":1,"wiki_name":"Robert bust","wiki_url":"https://oldschool.runescape.wiki/w/Robert_bust","price":0},"22084":{"id":22084,"name":"Camorra bust","members":true,"cost":1,"wiki_name":"Camorra bust","wiki_url":"https://oldschool.runescape.wiki/w/Camorra_bust","price":0},"22085":{"id":22085,"name":"Tristan bust","members":true,"cost":1,"wiki_name":"Tristan bust","wiki_url":"https://oldschool.runescape.wiki/w/Tristan_bust","price":0},"22086":{"id":22086,"name":"Aivas bust","members":true,"cost":1,"wiki_name":"Aivas bust","wiki_url":"https://oldschool.runescape.wiki/w/Aivas_bust","price":0},"22087":{"id":22087,"name":"Dragon key","members":true,"cost":1,"wiki_name":"Dragon key","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_key","price":0},"22088":{"id":22088,"name":"Dragon key piece","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dragon key piece (Ungael piece)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_key_piece#Ungael_piece","price":0},"22089":{"id":22089,"name":"Dragon key piece","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dragon key piece (Kourend piece)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_key_piece#Kourend_piece","price":0},"22090":{"id":22090,"name":"Dragon key piece","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dragon key piece (Morytania piece)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_key_piece#Morytania_piece","price":0},"22091":{"id":22091,"name":"Dragon key piece","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dragon key piece (Karamja piece)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_key_piece#Karamja_piece","price":0},"22092":{"id":22092,"name":"Dragon key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dragon key (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_key_(unobtainable_item)","price":0},"22093":{"id":22093,"name":"Ancient key","members":true,"cost":1,"wiki_name":"Ancient key (Dragon Slayer II)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_key_(Dragon_Slayer_II)","price":0},"22094":{"id":22094,"name":"Water container","members":true,"cost":1,"wiki_name":"Water container","wiki_url":"https://oldschool.runescape.wiki/w/Water_container","price":0},"22095":{"id":22095,"name":"Swamp paste","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Swamp paste (Dragon Slayer II)","wiki_url":"https://oldschool.runescape.wiki/w/Swamp_paste_(Dragon_Slayer_II)","price":0},"22096":{"id":22096,"name":"Revitalisation potion","members":true,"stackable":true,"cost":1,"wiki_name":"Revitalisation potion (Dragon Slayer II)","wiki_url":"https://oldschool.runescape.wiki/w/Revitalisation_potion_(Dragon_Slayer_II)","price":0},"22097":{"id":22097,"name":"Dragon metal shard","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1200000,"lowalch":480000,"highalch":720000,"buy_limit":50,"wiki_name":"Dragon metal shard","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_metal_shard","price":1670141},"22100":{"id":22100,"name":"Dragon metal slice","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100000,"lowalch":40000,"highalch":60000,"buy_limit":50,"wiki_name":"Dragon metal slice","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_metal_slice","price":65300000},"22103":{"id":22103,"name":"Dragon metal lump","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150000,"lowalch":60000,"highalch":90000,"buy_limit":50,"wiki_name":"Dragon metal lump","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_metal_lump","price":827500},"22106":{"id":22106,"name":"Jar of decay","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Jar of decay","wiki_url":"https://oldschool.runescape.wiki/w/Jar_of_decay","price":20000},"22109":{"id":22109,"name":"Ava's assembler","members":true,"equipable":true,"equipable_by_player":true,"cost":51000,"lowalch":20400,"highalch":30600,"wiki_name":"Ava's assembler (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Ava's_assembler#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":8,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":8,"defence_ranged":2,"melee_strength":0,"ranged_strength":2,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"ranged":70}},"price":0},"22111":{"id":22111,"name":"Dragonbone necklace","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":8,"wiki_name":"Dragonbone necklace","wiki_url":"https://oldschool.runescape.wiki/w/Dragonbone_necklace","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":10,"attack_magic":10,"attack_ranged":10,"defence_stab":2,"defence_slash":2,"defence_crush":2,"defence_magic":2,"defence_ranged":2,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":12,"slot":"neck","requirements":{"prayer":80}},"price":50698},"22114":{"id":22114,"name":"Mythical cape","members":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Mythical cape","wiki_url":"https://oldschool.runescape.wiki/w/Mythical_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":6,"attack_magic":0,"attack_ranged":0,"defence_stab":8,"defence_slash":8,"defence_crush":8,"defence_magic":8,"defence_ranged":8,"melee_strength":1,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"cape","requirements":null},"price":0},"22116":{"id":22116,"name":"Superior dragon bonemeal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Superior dragon bonemeal","wiki_url":"https://oldschool.runescape.wiki/w/Superior_dragon_bonemeal","price":0},"22118":{"id":22118,"name":"Wrath talisman","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":11000,"wiki_name":"Wrath talisman","wiki_url":"https://oldschool.runescape.wiki/w/Wrath_talisman","price":305},"22121":{"id":22121,"name":"Wrath tiara","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":40,"wiki_name":"Wrath tiara","wiki_url":"https://oldschool.runescape.wiki/w/Wrath_tiara","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":45},"22124":{"id":22124,"name":"Superior dragon bones","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":7500,"wiki_name":"Superior dragon bones","wiki_url":"https://oldschool.runescape.wiki/w/Superior_dragon_bones","price":9040},"22127":{"id":22127,"name":"Adamant kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":5440,"lowalch":2176,"highalch":3264,"wiki_name":"Adamant kiteshield (Arrav)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_kiteshield_(Arrav)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":27,"defence_slash":31,"defence_crush":29,"defence_magic":-1,"defence_ranged":29,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":30}},"price":0},"22129":{"id":22129,"name":"Adamant kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":5440,"lowalch":2176,"highalch":3264,"wiki_name":"Adamant kiteshield (Asgarnia)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_kiteshield_(Asgarnia)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":27,"defence_slash":31,"defence_crush":29,"defence_magic":-1,"defence_ranged":29,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":30}},"price":0},"22131":{"id":22131,"name":"Adamant kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":5440,"lowalch":2176,"highalch":3264,"wiki_name":"Adamant kiteshield (Dorgeshuun)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_kiteshield_(Dorgeshuun)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":27,"defence_slash":31,"defence_crush":29,"defence_magic":-1,"defence_ranged":29,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":30}},"price":0},"22133":{"id":22133,"name":"Adamant kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":5440,"lowalch":2176,"highalch":3264,"wiki_name":"Adamant kiteshield (Dragon)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_kiteshield_(Dragon)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":27,"defence_slash":31,"defence_crush":29,"defence_magic":-1,"defence_ranged":29,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":30}},"price":0},"22135":{"id":22135,"name":"Adamant kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":5440,"lowalch":2176,"highalch":3264,"wiki_name":"Adamant kiteshield (Fairy)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_kiteshield_(Fairy)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":27,"defence_slash":31,"defence_crush":29,"defence_magic":-1,"defence_ranged":29,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":30}},"price":0},"22137":{"id":22137,"name":"Adamant kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":5440,"lowalch":2176,"highalch":3264,"wiki_name":"Adamant kiteshield (Guthix)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_kiteshield_(Guthix)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":27,"defence_slash":31,"defence_crush":29,"defence_magic":-1,"defence_ranged":29,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":30}},"price":0},"22139":{"id":22139,"name":"Adamant kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":5440,"lowalch":2176,"highalch":3264,"wiki_name":"Adamant kiteshield (HAM)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_kiteshield_(HAM)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":27,"defence_slash":31,"defence_crush":29,"defence_magic":-1,"defence_ranged":29,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":30}},"price":0},"22141":{"id":22141,"name":"Adamant kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":5440,"lowalch":2176,"highalch":3264,"wiki_name":"Adamant kiteshield (Horse)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_kiteshield_(Horse)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":27,"defence_slash":31,"defence_crush":29,"defence_magic":-1,"defence_ranged":29,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":30}},"price":0},"22143":{"id":22143,"name":"Adamant kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":5440,"lowalch":2176,"highalch":3264,"wiki_name":"Adamant kiteshield (Jogre)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_kiteshield_(Jogre)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":27,"defence_slash":31,"defence_crush":29,"defence_magic":-1,"defence_ranged":29,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":30}},"price":0},"22145":{"id":22145,"name":"Adamant kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":5440,"lowalch":2176,"highalch":3264,"wiki_name":"Adamant kiteshield (Kandarin)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_kiteshield_(Kandarin)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":27,"defence_slash":31,"defence_crush":29,"defence_magic":-1,"defence_ranged":29,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":30}},"price":0},"22147":{"id":22147,"name":"Adamant kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":5440,"lowalch":2176,"highalch":3264,"wiki_name":"Adamant kiteshield (Misthalin)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_kiteshield_(Misthalin)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":27,"defence_slash":31,"defence_crush":29,"defence_magic":-1,"defence_ranged":29,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":30}},"price":0},"22149":{"id":22149,"name":"Adamant kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":5440,"lowalch":2176,"highalch":3264,"wiki_name":"Adamant kiteshield (Money)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_kiteshield_(Money)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":27,"defence_slash":31,"defence_crush":29,"defence_magic":-1,"defence_ranged":29,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":30}},"price":0},"22151":{"id":22151,"name":"Adamant kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":5440,"lowalch":2176,"highalch":3264,"wiki_name":"Adamant kiteshield (Saradomin)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_kiteshield_(Saradomin)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":27,"defence_slash":31,"defence_crush":29,"defence_magic":-1,"defence_ranged":29,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":30}},"price":0},"22153":{"id":22153,"name":"Adamant kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":5440,"lowalch":2176,"highalch":3264,"wiki_name":"Adamant kiteshield (Skull)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_kiteshield_(Skull)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":27,"defence_slash":31,"defence_crush":29,"defence_magic":-1,"defence_ranged":29,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":30}},"price":0},"22155":{"id":22155,"name":"Adamant kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":5440,"lowalch":2176,"highalch":3264,"wiki_name":"Adamant kiteshield (Varrock)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_kiteshield_(Varrock)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":27,"defence_slash":31,"defence_crush":29,"defence_magic":-1,"defence_ranged":29,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":30}},"price":0},"22157":{"id":22157,"name":"Adamant kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":5440,"lowalch":2176,"highalch":3264,"wiki_name":"Adamant kiteshield (Zamorak)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_kiteshield_(Zamorak)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":27,"defence_slash":31,"defence_crush":29,"defence_magic":-1,"defence_ranged":29,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":30}},"price":0},"22159":{"id":22159,"name":"Adamant heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":3520,"lowalch":1408,"highalch":2112,"wiki_name":"Adamant heraldic helm (Arrav)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_heraldic_helm_(Arrav)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":19,"defence_slash":21,"defence_crush":16,"defence_magic":-1,"defence_ranged":19,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":30}},"price":0},"22161":{"id":22161,"name":"Adamant heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":3520,"lowalch":1408,"highalch":2112,"wiki_name":"Adamant heraldic helm (Asgarnia)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_heraldic_helm_(Asgarnia)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":19,"defence_slash":21,"defence_crush":16,"defence_magic":-1,"defence_ranged":19,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":30}},"price":0},"22163":{"id":22163,"name":"Adamant heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":3520,"lowalch":1408,"highalch":2112,"wiki_name":"Adamant heraldic helm (Dorgeshuun)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_heraldic_helm_(Dorgeshuun)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":19,"defence_slash":21,"defence_crush":16,"defence_magic":-1,"defence_ranged":19,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":30}},"price":0},"22165":{"id":22165,"name":"Adamant heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":3520,"lowalch":1408,"highalch":2112,"wiki_name":"Adamant heraldic helm (Dragon)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_heraldic_helm_(Dragon)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":19,"defence_slash":21,"defence_crush":16,"defence_magic":-1,"defence_ranged":19,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":30}},"price":0},"22167":{"id":22167,"name":"Adamant heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":3520,"lowalch":1408,"highalch":2112,"wiki_name":"Adamant heraldic helm (Fairy)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_heraldic_helm_(Fairy)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":19,"defence_slash":21,"defence_crush":16,"defence_magic":-1,"defence_ranged":19,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":30}},"price":0},"22169":{"id":22169,"name":"Adamant heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":3520,"lowalch":1408,"highalch":2112,"wiki_name":"Adamant heraldic helm (Guthix)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_heraldic_helm_(Guthix)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":19,"defence_slash":21,"defence_crush":16,"defence_magic":-1,"defence_ranged":19,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":30}},"price":0},"22171":{"id":22171,"name":"Adamant heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":3520,"lowalch":1408,"highalch":2112,"wiki_name":"Adamant heraldic helm (HAM)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_heraldic_helm_(HAM)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":19,"defence_slash":21,"defence_crush":16,"defence_magic":-1,"defence_ranged":19,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":30}},"price":0},"22173":{"id":22173,"name":"Adamant heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":3520,"lowalch":1408,"highalch":2112,"wiki_name":"Adamant heraldic helm (Horse)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_heraldic_helm_(Horse)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":19,"defence_slash":21,"defence_crush":16,"defence_magic":-1,"defence_ranged":19,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":30}},"price":0},"22175":{"id":22175,"name":"Adamant heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":3520,"lowalch":1408,"highalch":2112,"wiki_name":"Adamant heraldic helm (Jogre)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_heraldic_helm_(Jogre)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":19,"defence_slash":21,"defence_crush":16,"defence_magic":-1,"defence_ranged":19,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":30}},"price":0},"22177":{"id":22177,"name":"Adamant heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":3520,"lowalch":1408,"highalch":2112,"wiki_name":"Adamant heraldic helm (Kandarin)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_heraldic_helm_(Kandarin)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":19,"defence_slash":21,"defence_crush":16,"defence_magic":-1,"defence_ranged":19,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":30}},"price":0},"22179":{"id":22179,"name":"Adamant heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":3520,"lowalch":1408,"highalch":2112,"wiki_name":"Adamant heraldic helm (Misthalin)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_heraldic_helm_(Misthalin)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":19,"defence_slash":21,"defence_crush":16,"defence_magic":-1,"defence_ranged":19,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":30}},"price":0},"22181":{"id":22181,"name":"Adamant heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":3520,"lowalch":1408,"highalch":2112,"wiki_name":"Adamant heraldic helm (Money)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_heraldic_helm_(Money)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":19,"defence_slash":21,"defence_crush":16,"defence_magic":-1,"defence_ranged":19,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":30}},"price":0},"22183":{"id":22183,"name":"Adamant heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":3520,"lowalch":1408,"highalch":2112,"wiki_name":"Adamant heraldic helm (Saradomin)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_heraldic_helm_(Saradomin)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":19,"defence_slash":21,"defence_crush":16,"defence_magic":-1,"defence_ranged":19,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":30}},"price":0},"22185":{"id":22185,"name":"Adamant heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":3520,"lowalch":1408,"highalch":2112,"wiki_name":"Adamant heraldic helm (Skull)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_heraldic_helm_(Skull)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":19,"defence_slash":21,"defence_crush":16,"defence_magic":-1,"defence_ranged":19,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":30}},"price":0},"22187":{"id":22187,"name":"Adamant heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":3520,"lowalch":1408,"highalch":2112,"wiki_name":"Adamant heraldic helm (Varrock)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_heraldic_helm_(Varrock)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":19,"defence_slash":21,"defence_crush":16,"defence_magic":-1,"defence_ranged":19,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":30}},"price":0},"22189":{"id":22189,"name":"Adamant heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":3520,"lowalch":1408,"highalch":2112,"wiki_name":"Adamant heraldic helm (Zamorak)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_heraldic_helm_(Zamorak)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":19,"defence_slash":21,"defence_crush":16,"defence_magic":-1,"defence_ranged":19,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":30}},"price":0},"22191":{"id":22191,"name":"Useful rock","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Useful rock","wiki_url":"https://oldschool.runescape.wiki/w/Useful_rock","price":0},"22192":{"id":22192,"name":"Maple bird house","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":250,"wiki_name":"Maple bird house","wiki_url":"https://oldschool.runescape.wiki/w/Maple_bird_house","price":914},"22195":{"id":22195,"name":"Mahogany bird house","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":250,"wiki_name":"Mahogany bird house","wiki_url":"https://oldschool.runescape.wiki/w/Mahogany_bird_house","price":1735},"22198":{"id":22198,"name":"Yew bird house","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":250,"wiki_name":"Yew bird house","wiki_url":"https://oldschool.runescape.wiki/w/Yew_bird_house","price":1337},"22201":{"id":22201,"name":"Magic bird house","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":250,"wiki_name":"Magic bird house","wiki_url":"https://oldschool.runescape.wiki/w/Magic_bird_house","price":2346},"22204":{"id":22204,"name":"Redwood bird house","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":250,"wiki_name":"Redwood bird house","wiki_url":"https://oldschool.runescape.wiki/w/Redwood_bird_house","price":1738},"22207":{"id":22207,"name":"Glistening tear","members":true,"stackable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Glistening tear","wiki_url":"https://oldschool.runescape.wiki/w/Glistening_tear","price":0},"22208":{"id":22208,"name":"Wrath rune","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wrath rune (Barbarian Assault)","wiki_url":"https://oldschool.runescape.wiki/w/Wrath_rune_(Barbarian_Assault)","price":0},"22209":{"id":22209,"name":"Extended super antifire(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":800,"lowalch":320,"highalch":480,"buy_limit":2000,"wiki_name":"Extended super antifire (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Extended_super_antifire#4_dose","price":10776},"22212":{"id":22212,"name":"Extended super antifire(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":760,"lowalch":304,"highalch":456,"buy_limit":2000,"wiki_name":"Extended super antifire (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Extended_super_antifire#3_dose","price":8868},"22215":{"id":22215,"name":"Extended super antifire(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":720,"lowalch":288,"highalch":432,"buy_limit":2000,"wiki_name":"Extended super antifire (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Extended_super_antifire#2_dose","price":5369},"22218":{"id":22218,"name":"Extended super antifire(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":680,"lowalch":272,"highalch":408,"buy_limit":2000,"wiki_name":"Extended super antifire (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Extended_super_antifire#1_dose","price":2596},"22221":{"id":22221,"name":"Extended super antifire mix(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":240,"lowalch":96,"highalch":144,"buy_limit":2000,"wiki_name":"Extended super antifire mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Extended_super_antifire_mix#2_dose","price":10403},"22224":{"id":22224,"name":"Extended super antifire mix(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":2000,"wiki_name":"Extended super antifire mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Extended_super_antifire_mix#1_dose","price":16950},"22227":{"id":22227,"name":"Bullet arrow","members":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bullet arrow","wiki_url":"https://oldschool.runescape.wiki/w/Bullet_arrow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":46,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":125,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":null},"price":0},"22228":{"id":22228,"name":"Field arrow","members":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Field arrow","wiki_url":"https://oldschool.runescape.wiki/w/Field_arrow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":46,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":125,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":null},"price":0},"22229":{"id":22229,"name":"Blunt arrow","members":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blunt arrow","wiki_url":"https://oldschool.runescape.wiki/w/Blunt_arrow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":46,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":125,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":null},"price":0},"22230":{"id":22230,"name":"Barbed arrow","members":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Barbed arrow","wiki_url":"https://oldschool.runescape.wiki/w/Barbed_arrow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":46,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":125,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":null},"price":0},"22231":{"id":22231,"name":"Dragon boots ornament kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Dragon boots ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_boots_ornament_kit","price":36452},"22234":{"id":22234,"name":"Dragon boots (g)","members":true,"equipable":true,"equipable_by_player":true,"cost":20000,"lowalch":8000,"highalch":12000,"wiki_name":"Dragon boots (g)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_boots_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":16,"defence_slash":17,"defence_crush":18,"defence_magic":0,"defence_ranged":0,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"defence":60}},"price":0},"22236":{"id":22236,"name":"Dragon platebody ornament kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Dragon platebody ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_platebody_ornament_kit","price":11762525},"22239":{"id":22239,"name":"Dragon kiteshield ornament kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Dragon kiteshield ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_kiteshield_ornament_kit","price":4275504},"22242":{"id":22242,"name":"Dragon platebody (g)","members":true,"equipable":true,"equipable_by_player":true,"cost":2000000,"lowalch":800000,"highalch":1200000,"wiki_name":"Dragon platebody (g)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_platebody_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":109,"defence_slash":107,"defence_crush":97,"defence_magic":-6,"defence_ranged":106,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":60}},"price":0},"22244":{"id":22244,"name":"Dragon kiteshield (g)","members":true,"equipable":true,"equipable_by_player":true,"cost":1600000,"lowalch":640000,"highalch":960000,"wiki_name":"Dragon kiteshield (g)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_kiteshield_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":56,"defence_slash":60,"defence_crush":58,"defence_magic":-1,"defence_ranged":58,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":60}},"price":0},"22246":{"id":22246,"name":"Anguish ornament kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Anguish ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Anguish_ornament_kit","price":7760184},"22249":{"id":22249,"name":"Necklace of anguish (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":202000,"lowalch":80800,"highalch":121200,"wiki_name":"Necklace of anguish (or)","wiki_url":"https://oldschool.runescape.wiki/w/Necklace_of_anguish_(or)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":15,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":5,"magic_damage":0,"prayer":2,"slot":"neck","requirements":{"hitpoints":75}},"price":0},"22251":{"id":22251,"name":"Oak shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":125,"wiki_name":"Oak shield","wiki_url":"https://oldschool.runescape.wiki/w/Oak_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":5,"defence_slash":6,"defence_crush":4,"defence_magic":1,"defence_ranged":5,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":10}},"price":1},"22254":{"id":22254,"name":"Willow shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":125,"wiki_name":"Willow shield","wiki_url":"https://oldschool.runescape.wiki/w/Willow_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":6,"defence_slash":7,"defence_crush":5,"defence_magic":2,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":30}},"price":1},"22257":{"id":22257,"name":"Maple shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":320,"lowalch":128,"highalch":192,"buy_limit":125,"wiki_name":"Maple shield","wiki_url":"https://oldschool.runescape.wiki/w/Maple_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":7,"defence_slash":8,"defence_crush":6,"defence_magic":2,"defence_ranged":7,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":55},"22260":{"id":22260,"name":"Yew shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":640,"lowalch":256,"highalch":384,"buy_limit":125,"wiki_name":"Yew shield","wiki_url":"https://oldschool.runescape.wiki/w/Yew_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":8,"defence_slash":9,"defence_crush":7,"defence_magic":3,"defence_ranged":8,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":119},"22263":{"id":22263,"name":"Magic shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1280,"lowalch":512,"highalch":768,"buy_limit":125,"wiki_name":"Magic shield","wiki_url":"https://oldschool.runescape.wiki/w/Magic_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":10,"defence_slash":13,"defence_crush":9,"defence_magic":3,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":794},"22266":{"id":22266,"name":"Redwood shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1280,"lowalch":512,"highalch":768,"buy_limit":125,"wiki_name":"Redwood shield","wiki_url":"https://oldschool.runescape.wiki/w/Redwood_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":12,"defence_slash":15,"defence_crush":11,"defence_magic":4,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":465},"22269":{"id":22269,"name":"Hard leather shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":125,"wiki_name":"Hard leather shield","wiki_url":"https://oldschool.runescape.wiki/w/Hard_leather_shield","equipment":{"attack_stab":-15,"attack_slash":-15,"attack_crush":-11,"attack_magic":-10,"attack_ranged":2,"defence_stab":8,"defence_slash":7,"defence_crush":7,"defence_magic":5,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"ranged":20,"defence":10}},"price":90},"22272":{"id":22272,"name":"Snakeskin shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":920,"lowalch":368,"highalch":552,"buy_limit":125,"wiki_name":"Snakeskin shield","wiki_url":"https://oldschool.runescape.wiki/w/Snakeskin_shield","equipment":{"attack_stab":-15,"attack_slash":-15,"attack_crush":-11,"attack_magic":-10,"attack_ranged":3,"defence_stab":10,"defence_slash":9,"defence_crush":8,"defence_magic":7,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"ranged":30,"defence":30}},"price":268},"22275":{"id":22275,"name":"Green d'hide shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5500,"lowalch":2200,"highalch":3300,"buy_limit":125,"wiki_name":"Green d'hide shield","wiki_url":"https://oldschool.runescape.wiki/w/Green_d'hide_shield","equipment":{"attack_stab":-15,"attack_slash":-15,"attack_crush":-11,"attack_magic":-10,"attack_ranged":4,"defence_stab":14,"defence_slash":12,"defence_crush":11,"defence_magic":9,"defence_ranged":11,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"ranged":40,"defence":40}},"price":2913},"22278":{"id":22278,"name":"Blue d'hide shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":7500,"lowalch":3000,"highalch":4500,"buy_limit":125,"wiki_name":"Blue d'hide shield","wiki_url":"https://oldschool.runescape.wiki/w/Blue_d'hide_shield","equipment":{"attack_stab":-15,"attack_slash":-15,"attack_crush":-11,"attack_magic":-10,"attack_ranged":5,"defence_stab":16,"defence_slash":14,"defence_crush":12,"defence_magic":12,"defence_ranged":12,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"ranged":50,"defence":40}},"price":5630},"22281":{"id":22281,"name":"Red d'hide shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":11000,"lowalch":4400,"highalch":6600,"buy_limit":125,"wiki_name":"Red d'hide shield","wiki_url":"https://oldschool.runescape.wiki/w/Red_d'hide_shield","equipment":{"attack_stab":-15,"attack_slash":-15,"attack_crush":-11,"attack_magic":-10,"attack_ranged":6,"defence_stab":18,"defence_slash":16,"defence_crush":14,"defence_magic":13,"defence_ranged":13,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"ranged":60,"defence":40}},"price":8107},"22284":{"id":22284,"name":"Black d'hide shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":28334,"lowalch":11333,"highalch":17000,"buy_limit":125,"wiki_name":"Black d'hide shield","wiki_url":"https://oldschool.runescape.wiki/w/Black_d'hide_shield","equipment":{"attack_stab":-15,"attack_slash":-15,"attack_crush":-11,"attack_magic":-10,"attack_ranged":7,"defence_stab":21,"defence_slash":18,"defence_crush":16,"defence_magic":15,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"ranged":70,"defence":40}},"price":19324},"22287":{"id":22287,"name":"Leather shields flyer","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Leather shields flyer","wiki_url":"https://oldschool.runescape.wiki/w/Leather_shields_flyer","price":0},"22288":{"id":22288,"name":"Trident of the seas (e)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":98500,"lowalch":39400,"highalch":59100,"wiki_name":"Trident of the seas (e) (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Trident_of_the_seas_(e)#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":75}},"weapon":{"attack_speed":4,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":0},"22290":{"id":22290,"name":"Uncharged trident (e)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":98000,"lowalch":39200,"highalch":58800,"buy_limit":8,"wiki_name":"Trident of the seas (e) (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Trident_of_the_seas_(e)#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":75}},"weapon":{"attack_speed":4,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":8477778},"22292":{"id":22292,"name":"Trident of the swamp (e)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":108500,"lowalch":43400,"highalch":65100,"wiki_name":"Trident of the swamp (e) (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Trident_of_the_swamp_(e)#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":25,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":75}},"weapon":{"attack_speed":4,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":0},"22294":{"id":22294,"name":"Uncharged toxic trident (e)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":108000,"lowalch":43200,"highalch":64800,"buy_limit":8,"wiki_name":"Trident of the swamp (e) (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Trident_of_the_swamp_(e)#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":25,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":75}},"weapon":{"attack_speed":4,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":10749588},"22296":{"id":22296,"name":"Staff of light","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000005,"lowalch":400002,"highalch":600003,"buy_limit":8,"wiki_name":"Staff of light","wiki_url":"https://oldschool.runescape.wiki/w/Staff_of_light","equipment":{"attack_stab":55,"attack_slash":70,"attack_crush":0,"attack_magic":17,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":3,"defence_magic":17,"defence_ranged":0,"melee_strength":72,"ranged_strength":0,"magic_damage":15,"prayer":0,"slot":"weapon","requirements":{"magic":75,"attack":75}},"weapon":{"attack_speed":4,"weapon_type":"bladed_staff","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":12580144},"22299":{"id":22299,"name":"Ancient medallion","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4000000,"lowalch":1600000,"highalch":2400000,"buy_limit":250,"wiki_name":"Ancient medallion","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_medallion","price":3996020},"22302":{"id":22302,"name":"Ancient effigy","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":8000000,"lowalch":3200000,"highalch":4800000,"buy_limit":250,"wiki_name":"Ancient effigy","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_effigy","price":7993127},"22305":{"id":22305,"name":"Ancient relic","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":16000000,"lowalch":6400000,"highalch":9600000,"buy_limit":250,"wiki_name":"Ancient relic","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_relic","price":15985195},"22308":{"id":22308,"name":"Healer icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Healer icon (Handlebar)","wiki_url":"https://oldschool.runescape.wiki/w/Healer_icon#Handlebar","price":0},"22309":{"id":22309,"name":"Healer icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Healer icon (Short)","wiki_url":"https://oldschool.runescape.wiki/w/Healer_icon#Short","price":0},"22310":{"id":22310,"name":"Healer icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Healer icon (Small moustache)","wiki_url":"https://oldschool.runescape.wiki/w/Healer_icon#Small_moustache","price":0},"22311":{"id":22311,"name":"Healer icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Healer icon (Long)","wiki_url":"https://oldschool.runescape.wiki/w/Healer_icon#Long","price":0},"22312":{"id":22312,"name":"Collector icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Collector icon (Dali)","wiki_url":"https://oldschool.runescape.wiki/w/Collector_icon#Dali","price":0},"22313":{"id":22313,"name":"Collector icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Collector icon (Big moustache)","wiki_url":"https://oldschool.runescape.wiki/w/Collector_icon#Big_moustache","price":0},"22314":{"id":22314,"name":"Collector icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Collector icon (Mutton)","wiki_url":"https://oldschool.runescape.wiki/w/Collector_icon#Mutton","price":0},"22315":{"id":22315,"name":"Collector icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Collector icon (Split)","wiki_url":"https://oldschool.runescape.wiki/w/Collector_icon#Split","price":0},"22316":{"id":22316,"name":"Prop sword","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Prop sword","wiki_url":"https://oldschool.runescape.wiki/w/Prop_sword","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"22318":{"id":22318,"name":"Pet corporeal critter","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pet dark core (Corporeal Critter)","wiki_url":"https://oldschool.runescape.wiki/w/Pet_dark_core#Corporeal_Critter","price":0},"22319":{"id":22319,"name":"Tzrek-zuk","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Jal-nib-rek (TzRek-Zuk)","wiki_url":"https://oldschool.runescape.wiki/w/Jal-nib-rek#TzRek-Zuk","price":0},"22320":{"id":22320,"name":"Champion's lamp","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Champion's lamp","wiki_url":"https://oldschool.runescape.wiki/w/Champion's_lamp","price":0},"22321":{"id":22321,"name":"Rotten cabbage","cost":1,"wiki_name":"Rotten cabbage","wiki_url":"https://oldschool.runescape.wiki/w/Rotten_cabbage","price":0},"22322":{"id":22322,"name":"Avernic defender","members":true,"equipable":true,"equipable_by_player":true,"cost":2500000,"lowalch":1000000,"highalch":1500000,"wiki_name":"Avernic defender (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Avernic_defender#Normal","equipment":{"attack_stab":30,"attack_slash":29,"attack_crush":28,"attack_magic":-5,"attack_ranged":-4,"defence_stab":30,"defence_slash":29,"defence_crush":28,"defence_magic":-5,"defence_ranged":-4,"melee_strength":8,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"attack":70,"defence":70}},"price":0},"22323":{"id":22323,"name":"Sanguinesti staff","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000000,"lowalch":2000000,"highalch":3000000,"wiki_name":"Sanguinesti staff (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Sanguinesti_staff#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":25,"attack_ranged":-4,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":75}},"weapon":{"attack_speed":4,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":0},"22324":{"id":22324,"name":"Ghrazi rapier","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000000,"lowalch":2000000,"highalch":3000000,"buy_limit":8,"wiki_name":"Ghrazi rapier","wiki_url":"https://oldschool.runescape.wiki/w/Ghrazi_rapier","equipment":{"attack_stab":94,"attack_slash":55,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":89,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":75}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":62750701},"22325":{"id":22325,"name":"Scythe of vitur","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":4000000,"lowalch":1600000,"highalch":2400000,"wiki_name":"Scythe of vitur (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Scythe_of_vitur#Charged","equipment":{"attack_stab":70,"attack_slash":125,"attack_crush":30,"attack_magic":-6,"attack_ranged":0,"defence_stab":-2,"defence_slash":8,"defence_crush":10,"defence_magic":0,"defence_ranged":0,"melee_strength":75,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":75,"strength":75}},"weapon":{"attack_speed":5,"weapon_type":"scythe","stances":[{"combat_style":"reap","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"chop","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"jab","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"22326":{"id":22326,"name":"Justiciar faceguard","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000000,"lowalch":800000,"highalch":1200000,"buy_limit":8,"wiki_name":"Justiciar faceguard","wiki_url":"https://oldschool.runescape.wiki/w/Justiciar_faceguard","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":60,"defence_slash":63,"defence_crush":59,"defence_magic":-6,"defence_ranged":67,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"head","requirements":{"defence":75}},"price":15294469},"22327":{"id":22327,"name":"Justiciar chestguard","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":6000000,"lowalch":2400000,"highalch":3600000,"buy_limit":8,"wiki_name":"Justiciar chestguard","wiki_url":"https://oldschool.runescape.wiki/w/Justiciar_chestguard","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-40,"attack_ranged":-20,"defence_stab":132,"defence_slash":130,"defence_crush":117,"defence_magic":-16,"defence_ranged":142,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"body","requirements":{"defence":75}},"price":16041963},"22328":{"id":22328,"name":"Justiciar legguards","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":4500000,"lowalch":1800000,"highalch":2700000,"buy_limit":8,"wiki_name":"Justiciar legguards","wiki_url":"https://oldschool.runescape.wiki/w/Justiciar_legguards","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-31,"attack_ranged":-17,"defence_stab":95,"defence_slash":92,"defence_crush":93,"defence_magic":-14,"defence_ranged":102,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"legs","requirements":{"defence":75}},"price":10860002},"22330":{"id":22330,"name":"Deadman starter pack","cost":500,"wiki_name":"Deadman starter pack","wiki_url":"https://oldschool.runescape.wiki/w/Deadman_starter_pack","price":0},"22331":{"id":22331,"name":"Starter sword","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":500,"wiki_name":"Starter sword","wiki_url":"https://oldschool.runescape.wiki/w/Starter_sword","equipment":{"attack_stab":5,"attack_slash":21,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":20,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"22333":{"id":22333,"name":"Starter bow","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":500,"wiki_name":"Starter bow","wiki_url":"https://oldschool.runescape.wiki/w/Starter_bow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":20,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":7,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"22335":{"id":22335,"name":"Starter staff","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":500,"wiki_name":"Starter staff","wiki_url":"https://oldschool.runescape.wiki/w/Starter_staff","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":10,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":10,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":0},"22337":{"id":22337,"name":"Collector icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Collector icon (Short)","wiki_url":"https://oldschool.runescape.wiki/w/Collector_icon#Short","price":0},"22338":{"id":22338,"name":"Collector icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Collector icon (Small moustache)","wiki_url":"https://oldschool.runescape.wiki/w/Collector_icon#Small_moustache","price":0},"22339":{"id":22339,"name":"Collector icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Collector icon (Goatee)","wiki_url":"https://oldschool.runescape.wiki/w/Collector_icon#Goatee","price":0},"22340":{"id":22340,"name":"Defender icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Defender icon (Waxed moustache)","wiki_url":"https://oldschool.runescape.wiki/w/Defender_icon#Waxed_moustache","price":0},"22341":{"id":22341,"name":"Defender icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Defender icon (Full mutton)","wiki_url":"https://oldschool.runescape.wiki/w/Defender_icon#Full_mutton","price":0},"22342":{"id":22342,"name":"Defender icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Defender icon (Handlebar)","wiki_url":"https://oldschool.runescape.wiki/w/Defender_icon#Handlebar","price":0},"22343":{"id":22343,"name":"Defender icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Defender icon (Pointy)","wiki_url":"https://oldschool.runescape.wiki/w/Defender_icon#Pointy","price":0},"22344":{"id":22344,"name":"Defender icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Defender icon (Small moustache)","wiki_url":"https://oldschool.runescape.wiki/w/Defender_icon#Small_moustache","price":0},"22345":{"id":22345,"name":"Defender icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Defender icon (Long)","wiki_url":"https://oldschool.runescape.wiki/w/Defender_icon#Long","price":0},"22346":{"id":22346,"name":"Attacker icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Attacker icon (Vizier)","wiki_url":"https://oldschool.runescape.wiki/w/Attacker_icon#Vizier","price":0},"22347":{"id":22347,"name":"Attacker icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Attacker icon (Waxed moustache)","wiki_url":"https://oldschool.runescape.wiki/w/Attacker_icon#Waxed_moustache","price":0},"22348":{"id":22348,"name":"Attacker icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Attacker icon (Full mutton)","wiki_url":"https://oldschool.runescape.wiki/w/Attacker_icon#Full_mutton","price":0},"22349":{"id":22349,"name":"Attacker icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Attacker icon (Handlebar)","wiki_url":"https://oldschool.runescape.wiki/w/Attacker_icon#Handlebar","price":0},"22351":{"id":22351,"name":"Eggshell platebody","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Eggshell platebody","wiki_url":"https://oldschool.runescape.wiki/w/Eggshell_platebody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"22353":{"id":22353,"name":"Eggshell platelegs","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Eggshell platelegs","wiki_url":"https://oldschool.runescape.wiki/w/Eggshell_platelegs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"22355":{"id":22355,"name":"Holy handegg","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Holy handegg","wiki_url":"https://oldschool.runescape.wiki/w/Holy_handegg","price":0},"22358":{"id":22358,"name":"Peaceful handegg","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Peaceful handegg","wiki_url":"https://oldschool.runescape.wiki/w/Peaceful_handegg","price":0},"22361":{"id":22361,"name":"Chaotic handegg","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chaotic handegg","wiki_url":"https://oldschool.runescape.wiki/w/Chaotic_handegg","price":0},"22364":{"id":22364,"name":"Oculus orb","cost":40,"lowalch":16,"highalch":24,"wiki_name":"Oculus orb","wiki_url":"https://oldschool.runescape.wiki/w/Oculus_orb","price":0},"22365":{"id":22365,"name":"Certificate","members":true,"cost":50,"wiki_name":"Shayzien favour certificate","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_favour_certificate","price":0},"22367":{"id":22367,"name":"Certificate","members":true,"cost":50,"wiki_name":"Kourend favour certificate","wiki_url":"https://oldschool.runescape.wiki/w/Kourend_favour_certificate","price":0},"22368":{"id":22368,"name":"Bryophyta's staff (uncharged)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":65000,"lowalch":26000,"highalch":39000,"buy_limit":8,"wiki_name":"Bryophyta's staff (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Bryophyta's_staff#Uncharged","equipment":{"attack_stab":10,"attack_slash":-1,"attack_crush":40,"attack_magic":15,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":15,"defence_ranged":0,"melee_strength":50,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":30,"magic":30}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":10105815},"22370":{"id":22370,"name":"Bryophyta's staff","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":65000,"lowalch":26000,"highalch":39000,"wiki_name":"Bryophyta's staff (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Bryophyta's_staff#Charged","equipment":{"attack_stab":10,"attack_slash":-1,"attack_crush":40,"attack_magic":15,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":15,"defence_ranged":0,"melee_strength":50,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":30,"magic":30}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"22372":{"id":22372,"name":"Bryophyta's essence","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":7000,"lowalch":2800,"highalch":4200,"buy_limit":100,"wiki_name":"Bryophyta's essence","wiki_url":"https://oldschool.runescape.wiki/w/Bryophyta's_essence","price":10225000},"22374":{"id":22374,"name":"Mossy key","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mossy key","wiki_url":"https://oldschool.runescape.wiki/w/Mossy_key","price":0},"22376":{"id":22376,"name":"Puppadile","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Olmlet (Puppadile)","wiki_url":"https://oldschool.runescape.wiki/w/Olmlet#Puppadile","price":0},"22378":{"id":22378,"name":"Tektiny","incomplete":true,"members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tektiny (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Tektiny#Normal","price":0},"22380":{"id":22380,"name":"Vanguard","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Olmlet (Vanguard)","wiki_url":"https://oldschool.runescape.wiki/w/Olmlet#Vanguard","price":0},"22382":{"id":22382,"name":"Vasa minirio","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Olmlet (Vasa minirio)","wiki_url":"https://oldschool.runescape.wiki/w/Olmlet#Vasa_minirio","price":0},"22384":{"id":22384,"name":"Vespina","incomplete":true,"members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Vespina (Crawling)","wiki_url":"https://oldschool.runescape.wiki/w/Vespina#Crawling","price":0},"22386":{"id":22386,"name":"Metamorphic dust","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Metamorphic dust","wiki_url":"https://oldschool.runescape.wiki/w/Metamorphic_dust","price":0},"22388":{"id":22388,"name":"Xeric's guard","members":true,"equipable":true,"equipable_by_player":true,"cost":400,"lowalch":160,"highalch":240,"wiki_name":"Xeric's guard","wiki_url":"https://oldschool.runescape.wiki/w/Xeric's_guard","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"22390":{"id":22390,"name":"Xeric's warrior","members":true,"equipable":true,"equipable_by_player":true,"cost":400,"lowalch":160,"highalch":240,"wiki_name":"Xeric's warrior","wiki_url":"https://oldschool.runescape.wiki/w/Xeric's_warrior","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"22392":{"id":22392,"name":"Xeric's sentinel","members":true,"equipable":true,"equipable_by_player":true,"cost":400,"lowalch":160,"highalch":240,"wiki_name":"Xeric's sentinel","wiki_url":"https://oldschool.runescape.wiki/w/Xeric's_sentinel","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"22394":{"id":22394,"name":"Xeric's general","members":true,"equipable":true,"equipable_by_player":true,"cost":400,"lowalch":160,"highalch":240,"wiki_name":"Xeric's general","wiki_url":"https://oldschool.runescape.wiki/w/Xeric's_general","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"22396":{"id":22396,"name":"Xeric's champion","members":true,"equipable":true,"equipable_by_player":true,"cost":400,"lowalch":160,"highalch":240,"wiki_name":"Xeric's champion","wiki_url":"https://oldschool.runescape.wiki/w/Xeric's_champion","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"22398":{"id":22398,"name":"Ivandis flail","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":20000,"wiki_name":"Ivandis flail","wiki_url":"https://oldschool.runescape.wiki/w/Ivandis_flail","equipment":{"attack_stab":24,"attack_slash":38,"attack_crush":62,"attack_magic":8,"attack_ranged":0,"defence_stab":4,"defence_slash":4,"defence_crush":2,"defence_magic":8,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"weapon","requirements":{"attack":40}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"22400":{"id":22400,"name":"Drakan's medallion","members":true,"equipable":true,"equipable_by_player":true,"cost":200,"wiki_name":"Drakan's medallion","wiki_url":"https://oldschool.runescape.wiki/w/Drakan's_medallion","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0,"lowalch":80,"highalch":120},"22402":{"id":22402,"name":"Mysterious herb","members":true,"cost":100,"wiki_name":"Mysterious herb","wiki_url":"https://oldschool.runescape.wiki/w/Mysterious_herb","price":0},"22403":{"id":22403,"name":"Mysterious meat","members":true,"cost":100,"wiki_name":"Mysterious meat","wiki_url":"https://oldschool.runescape.wiki/w/Mysterious_meat","price":0},"22404":{"id":22404,"name":"Mysterious crushed meat","members":true,"cost":100,"wiki_name":"Mysterious crushed meat","wiki_url":"https://oldschool.runescape.wiki/w/Mysterious_crushed_meat","price":0},"22406":{"id":22406,"name":"Unfinished blood potion","members":true,"cost":100,"wiki_name":"Unfinished blood potion","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_blood_potion","price":0},"22407":{"id":22407,"name":"Blood potion","members":true,"cost":100,"wiki_name":"Blood potion","wiki_url":"https://oldschool.runescape.wiki/w/Blood_potion","price":0},"22408":{"id":22408,"name":"Unfinished potion","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Unfinished potion (A Taste of Hope)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_potion_(A_Taste_of_Hope)","price":0},"22409":{"id":22409,"name":"Potion","members":true,"cost":100,"wiki_name":"Potion (A Taste of Hope)","wiki_url":"https://oldschool.runescape.wiki/w/Potion_(A_Taste_of_Hope)","price":0},"22410":{"id":22410,"name":"Old notes","members":true,"cost":100,"wiki_name":"Old notes (A Taste of Hope)","wiki_url":"https://oldschool.runescape.wiki/w/Old_notes_(A_Taste_of_Hope)","price":0},"22411":{"id":22411,"name":"Old diary","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old diary","wiki_url":"https://oldschool.runescape.wiki/w/Old_diary","price":0},"22413":{"id":22413,"name":"Flaygian's notes","members":true,"cost":100,"wiki_name":"Flaygian's notes","wiki_url":"https://oldschool.runescape.wiki/w/Flaygian's_notes","price":0},"22414":{"id":22414,"name":"Chain","members":true,"cost":100,"wiki_name":"Chain","wiki_url":"https://oldschool.runescape.wiki/w/Chain","price":0},"22415":{"id":22415,"name":"Tome of experience","members":true,"cost":1,"wiki_name":"Tome of experience (A Taste of Hope)","wiki_url":"https://oldschool.runescape.wiki/w/Tome_of_experience_(A_Taste_of_Hope)","price":0},"22416":{"id":22416,"name":"The turncloak","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"The turncloak","wiki_url":"https://oldschool.runescape.wiki/w/The_turncloak","price":0},"22418":{"id":22418,"name":"Explosive discovery","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Explosive discovery","wiki_url":"https://oldschool.runescape.wiki/w/Explosive_discovery","price":0},"22420":{"id":22420,"name":"Bloody grimoire","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bloody grimoire","wiki_url":"https://oldschool.runescape.wiki/w/Bloody_grimoire","price":0},"22422":{"id":22422,"name":"Elixir of everlasting","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Elixir of everlasting","wiki_url":"https://oldschool.runescape.wiki/w/Elixir_of_everlasting","price":0},"22424":{"id":22424,"name":"Buried alive","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Buried alive","wiki_url":"https://oldschool.runescape.wiki/w/Buried_alive","price":0},"22426":{"id":22426,"name":"Deed","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Deed","wiki_url":"https://oldschool.runescape.wiki/w/Deed","price":0},"22428":{"id":22428,"name":"Old key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old key","wiki_url":"https://oldschool.runescape.wiki/w/Old_key","price":0},"22430":{"id":22430,"name":"Bloody bracer","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":2000,"wiki_name":"Bloody bracer","wiki_url":"https://oldschool.runescape.wiki/w/Bloody_bracer","price":901},"22433":{"id":22433,"name":"Emerald sickle (b)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Emerald sickle (b)","wiki_url":"https://oldschool.runescape.wiki/w/Emerald_sickle_(b)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":1,"defence_ranged":1,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"22435":{"id":22435,"name":"Enchanted emerald sickle (b)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Enchanted emerald sickle (b)","wiki_url":"https://oldschool.runescape.wiki/w/Enchanted_emerald_sickle_(b)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":1,"defence_ranged":1,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"22437":{"id":22437,"name":"Rotten carrot","cost":1,"wiki_name":"Rotten carrot","wiki_url":"https://oldschool.runescape.wiki/w/Rotten_carrot","price":0},"22438":{"id":22438,"name":"Justiciar armour set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":145000,"lowalch":58000,"highalch":87000,"buy_limit":5,"wiki_name":"Justiciar armour set","wiki_url":"https://oldschool.runescape.wiki/w/Justiciar_armour_set","price":42482558},"22441":{"id":22441,"name":"Avernic defender (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Avernic defender (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Avernic_defender#Broken","price":0},"22443":{"id":22443,"name":"Cadantine blood potion (unf)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":165,"lowalch":66,"highalch":99,"buy_limit":10000,"wiki_name":"Cadantine blood potion (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Cadantine_blood_potion_(unf)","price":19313},"22446":{"id":22446,"name":"Vial of blood","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":13000,"wiki_name":"Vial of blood","wiki_url":"https://oldschool.runescape.wiki/w/Vial_of_blood","price":13416},"22449":{"id":22449,"name":"Battlemage potion(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":360,"lowalch":144,"highalch":216,"buy_limit":2000,"wiki_name":"Battlemage potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Battlemage_potion#4_dose","price":21392},"22452":{"id":22452,"name":"Battlemage potion(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":270,"lowalch":108,"highalch":162,"buy_limit":2000,"wiki_name":"Battlemage potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Battlemage_potion#3_dose","price":16045},"22455":{"id":22455,"name":"Battlemage potion(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":180,"lowalch":72,"highalch":108,"buy_limit":2000,"wiki_name":"Battlemage potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Battlemage_potion#2_dose","price":11220},"22458":{"id":22458,"name":"Battlemage potion(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":2000,"wiki_name":"Battlemage potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Battlemage_potion#1_dose","price":4545},"22461":{"id":22461,"name":"Bastion potion(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":360,"lowalch":144,"highalch":216,"buy_limit":2000,"wiki_name":"Bastion potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Bastion_potion#4_dose","price":25749},"22464":{"id":22464,"name":"Bastion potion(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":270,"lowalch":108,"highalch":162,"buy_limit":2000,"wiki_name":"Bastion potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Bastion_potion#3_dose","price":18614},"22467":{"id":22467,"name":"Bastion potion(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":180,"lowalch":72,"highalch":108,"buy_limit":2000,"wiki_name":"Bastion potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Bastion_potion#2_dose","price":12400},"22470":{"id":22470,"name":"Bastion potion(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":2000,"wiki_name":"Bastion potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Bastion_potion#1_dose","price":7537},"22473":{"id":22473,"name":"Lil' zik","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Lil' zik (Lil' Zik)","wiki_url":"https://oldschool.runescape.wiki/w/Lil'_zik#Lil'_Zik","price":0},"22475":{"id":22475,"name":"Message","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Message (Theatre of Blood)","wiki_url":"https://oldschool.runescape.wiki/w/Message_(Theatre_of_Blood)","price":0},"22477":{"id":22477,"name":"Avernic defender hilt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2500000,"lowalch":1000000,"highalch":1500000,"buy_limit":8,"wiki_name":"Avernic defender hilt","wiki_url":"https://oldschool.runescape.wiki/w/Avernic_defender_hilt","price":55843635},"22481":{"id":22481,"name":"Sanguinesti staff (uncharged)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000000,"lowalch":2000000,"highalch":3000000,"buy_limit":8,"wiki_name":"Sanguinesti staff (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Sanguinesti_staff#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":25,"attack_ranged":-4,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":75}},"weapon":{"attack_speed":4,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":83860954},"22486":{"id":22486,"name":"Scythe of vitur (uncharged)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":4000000,"lowalch":1600000,"highalch":2400000,"buy_limit":8,"wiki_name":"Scythe of vitur (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Scythe_of_vitur#Uncharged","equipment":{"attack_stab":50,"attack_slash":75,"attack_crush":10,"attack_magic":-6,"attack_ranged":0,"defence_stab":-2,"defence_slash":6,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":50,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":75,"strength":75}},"weapon":{"attack_speed":5,"weapon_type":"scythe","stances":[{"combat_style":"reap","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"chop","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"jab","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1199809502},"22494":{"id":22494,"name":"Sinhaza shroud tier 1","members":true,"equipable":true,"equipable_by_player":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Sinhaza shroud tier 1","wiki_url":"https://oldschool.runescape.wiki/w/Sinhaza_shroud_tier_1","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"22496":{"id":22496,"name":"Sinhaza shroud tier 2","members":true,"equipable":true,"equipable_by_player":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Sinhaza shroud tier 2","wiki_url":"https://oldschool.runescape.wiki/w/Sinhaza_shroud_tier_2","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"22498":{"id":22498,"name":"Sinhaza shroud tier 3","members":true,"equipable":true,"equipable_by_player":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Sinhaza shroud tier 3","wiki_url":"https://oldschool.runescape.wiki/w/Sinhaza_shroud_tier_3","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"22500":{"id":22500,"name":"Sinhaza shroud tier 4","members":true,"equipable":true,"equipable_by_player":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Sinhaza shroud tier 4","wiki_url":"https://oldschool.runescape.wiki/w/Sinhaza_shroud_tier_4","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"22502":{"id":22502,"name":"Sinhaza shroud tier 5","members":true,"equipable":true,"equipable_by_player":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Sinhaza shroud tier 5","wiki_url":"https://oldschool.runescape.wiki/w/Sinhaza_shroud_tier_5","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"22504":{"id":22504,"name":"Serafina's diary","members":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Serafina's diary","wiki_url":"https://oldschool.runescape.wiki/w/Serafina's_diary","price":0},"22506":{"id":22506,"name":"The butcher","members":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"The butcher","wiki_url":"https://oldschool.runescape.wiki/w/The_butcher","price":0},"22508":{"id":22508,"name":"Arachnids of vampyrium","members":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Arachnids of vampyrium","wiki_url":"https://oldschool.runescape.wiki/w/Arachnids_of_vampyrium","price":0},"22510":{"id":22510,"name":"The shadow realm","members":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"The shadow realm","wiki_url":"https://oldschool.runescape.wiki/w/The_shadow_realm","price":0},"22512":{"id":22512,"name":"The wild hunt","members":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"The wild hunt","wiki_url":"https://oldschool.runescape.wiki/w/The_wild_hunt","price":0},"22514":{"id":22514,"name":"Verzik vitur - patient record","members":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Verzik vitur - patient record","wiki_url":"https://oldschool.runescape.wiki/w/Verzik_vitur_-_patient_record","price":0},"22516":{"id":22516,"name":"Dawnbringer","members":true,"tradeable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Dawnbringer","wiki_url":"https://oldschool.runescape.wiki/w/Dawnbringer","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":25,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":0},"22517":{"id":22517,"name":"Escape crystal","members":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":100000,"wiki_name":"Escape crystal","wiki_url":"https://oldschool.runescape.wiki/w/Escape_crystal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"22519":{"id":22519,"name":"Cabbage","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cabbage (unobtainable item) (Twitch July 2018 buy)","wiki_url":"https://oldschool.runescape.wiki/w/Cabbage_(unobtainable_item)#Twitch_July_2018_buy","price":0},"22520":{"id":22520,"name":"Cabbage","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cabbage (unobtainable item) (Twitch July 2018 unbuy)","wiki_url":"https://oldschool.runescape.wiki/w/Cabbage_(unobtainable_item)#Twitch_July_2018_unbuy","price":0},"22521":{"id":22521,"name":"Coin pouch","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Coin pouch (Man & woman)","wiki_url":"https://oldschool.runescape.wiki/w/Coin_pouch#Man_&_woman","price":0},"22522":{"id":22522,"name":"Coin pouch","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Coin pouch (Farmer)","wiki_url":"https://oldschool.runescape.wiki/w/Coin_pouch#Farmer","price":0},"22523":{"id":22523,"name":"Coin pouch","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Coin pouch (H.A.M. member)","wiki_url":"https://oldschool.runescape.wiki/w/Coin_pouch#H.A.M._member","price":0},"22524":{"id":22524,"name":"Coin pouch","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Coin pouch (Warrior)","wiki_url":"https://oldschool.runescape.wiki/w/Coin_pouch#Warrior","price":0},"22525":{"id":22525,"name":"Coin pouch","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Coin pouch (Rogue)","wiki_url":"https://oldschool.runescape.wiki/w/Coin_pouch#Rogue","price":0},"22526":{"id":22526,"name":"Coin pouch","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Coin pouch (Cave goblin)","wiki_url":"https://oldschool.runescape.wiki/w/Coin_pouch#Cave_goblin","price":0},"22527":{"id":22527,"name":"Coin pouch","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Coin pouch (Guard)","wiki_url":"https://oldschool.runescape.wiki/w/Coin_pouch#Guard","price":0},"22528":{"id":22528,"name":"Coin pouch","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Coin pouch (Fremennik)","wiki_url":"https://oldschool.runescape.wiki/w/Coin_pouch#Fremennik","price":0},"22529":{"id":22529,"name":"Coin pouch","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Coin pouch (Bearded Pollnivnian bandit)","wiki_url":"https://oldschool.runescape.wiki/w/Coin_pouch#Bearded_Pollnivnian_bandit","price":0},"22530":{"id":22530,"name":"Coin pouch","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Coin pouch (Desert bandit)","wiki_url":"https://oldschool.runescape.wiki/w/Coin_pouch#Desert_bandit","price":0},"22531":{"id":22531,"name":"Coin pouch","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Coin pouch (Knight of Ardougne)","wiki_url":"https://oldschool.runescape.wiki/w/Coin_pouch#Knight_of_Ardougne","price":0},"22532":{"id":22532,"name":"Coin pouch","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Coin pouch (Pollnivnian bandit)","wiki_url":"https://oldschool.runescape.wiki/w/Coin_pouch#Pollnivnian_bandit","price":0},"22533":{"id":22533,"name":"Coin pouch","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Coin pouch (Watchman)","wiki_url":"https://oldschool.runescape.wiki/w/Coin_pouch#Watchman","price":0},"22534":{"id":22534,"name":"Coin pouch","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Coin pouch (Menaphite thug)","wiki_url":"https://oldschool.runescape.wiki/w/Coin_pouch#Menaphite_thug","price":0},"22535":{"id":22535,"name":"Coin pouch","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Coin pouch (Paladin)","wiki_url":"https://oldschool.runescape.wiki/w/Coin_pouch#Paladin","price":0},"22536":{"id":22536,"name":"Coin pouch","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Coin pouch (Gnome)","wiki_url":"https://oldschool.runescape.wiki/w/Coin_pouch#Gnome","price":0},"22537":{"id":22537,"name":"Coin pouch","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Coin pouch (Hero)","wiki_url":"https://oldschool.runescape.wiki/w/Coin_pouch#Hero","price":0},"22538":{"id":22538,"name":"Coin pouch","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Coin pouch (Elf)","wiki_url":"https://oldschool.runescape.wiki/w/Coin_pouch#Elf","price":0},"22541":{"id":22541,"name":"Rotten strawberry","cost":1,"wiki_name":"Rotten strawberry","wiki_url":"https://oldschool.runescape.wiki/w/Rotten_strawberry","price":0},"22542":{"id":22542,"name":"Viggora's chainmace (u)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":120000,"lowalch":48000,"highalch":72000,"buy_limit":8,"wiki_name":"Viggora's chainmace (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Viggora's_chainmace#Uncharged","equipment":{"attack_stab":53,"attack_slash":-2,"attack_crush":67,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":66,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"weapon","requirements":{"attack":60}},"weapon":{"attack_speed":4,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":3174297},"22545":{"id":22545,"name":"Viggora's chainmace","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":120000,"lowalch":48000,"highalch":72000,"wiki_name":"Viggora's chainmace (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Viggora's_chainmace#Charged","equipment":{"attack_stab":53,"attack_slash":-2,"attack_crush":67,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":66,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"weapon","requirements":{"attack":60}},"weapon":{"attack_speed":4,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"22547":{"id":22547,"name":"Craw's bow (u)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":120000,"lowalch":48000,"highalch":72000,"buy_limit":8,"wiki_name":"Craw's bow (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Craw's_bow#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":75,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":60,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":60}},"weapon":{"attack_speed":4,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":16700265},"22550":{"id":22550,"name":"Craw's bow","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":120000,"lowalch":48000,"highalch":72000,"wiki_name":"Craw's bow (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Craw's_bow#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":75,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":60,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":60}},"weapon":{"attack_speed":4,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"22552":{"id":22552,"name":"Thammaron's sceptre (u)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":120000,"lowalch":48000,"highalch":72000,"buy_limit":8,"wiki_name":"Thammaron's sceptre (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Thammaron's_sceptre#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":20,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":60}},"weapon":{"attack_speed":4,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":2077962},"22555":{"id":22555,"name":"Thammaron's sceptre","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":120000,"lowalch":48000,"highalch":72000,"wiki_name":"Thammaron's sceptre (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Thammaron's_sceptre#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":20,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":60}},"weapon":{"attack_speed":4,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":0},"22557":{"id":22557,"name":"Amulet of avarice","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":45000,"lowalch":18000,"highalch":27000,"buy_limit":8,"wiki_name":"Amulet of avarice","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_avarice","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":10,"attack_magic":10,"attack_ranged":10,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":3,"defence_ranged":3,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"neck","requirements":null},"price":550266},"22586":{"id":22586,"name":"Looting bag","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Looting bag (Open)","wiki_url":"https://oldschool.runescape.wiki/w/Looting_bag#Open","price":0},"22588":{"id":22588,"name":"Old man's coffin","members":true,"cost":1,"wiki_name":"Old man's coffin","wiki_url":"https://oldschool.runescape.wiki/w/Old_man's_coffin","price":0},"22589":{"id":22589,"name":"Reduced cadava potion","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Reduced cadava potion","wiki_url":"https://oldschool.runescape.wiki/w/Reduced_cadava_potion","price":0},"22590":{"id":22590,"name":"Goat dung","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Goat dung","wiki_url":"https://oldschool.runescape.wiki/w/Goat_dung","price":0},"22591":{"id":22591,"name":"Weiss fire notes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Weiss fire notes","wiki_url":"https://oldschool.runescape.wiki/w/Weiss_fire_notes","price":0},"22593":{"id":22593,"name":"Te salt","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":10000,"wiki_name":"Te salt","wiki_url":"https://oldschool.runescape.wiki/w/Te_salt","price":128},"22595":{"id":22595,"name":"Efh salt","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":11,"lowalch":4,"highalch":6,"buy_limit":10000,"wiki_name":"Efh salt","wiki_url":"https://oldschool.runescape.wiki/w/Efh_salt","price":135},"22597":{"id":22597,"name":"Urt salt","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":10000,"wiki_name":"Urt salt","wiki_url":"https://oldschool.runescape.wiki/w/Urt_salt","price":118},"22599":{"id":22599,"name":"Icy basalt","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":10000,"wiki_name":"Icy basalt","wiki_url":"https://oldschool.runescape.wiki/w/Icy_basalt","price":1717},"22601":{"id":22601,"name":"Stony basalt","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":10000,"wiki_name":"Stony basalt","wiki_url":"https://oldschool.runescape.wiki/w/Stony_basalt","price":1212},"22603":{"id":22603,"name":"Basalt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":10000,"wiki_name":"Basalt","wiki_url":"https://oldschool.runescape.wiki/w/Basalt","price":997},"22606":{"id":22606,"name":"Fire of eternal light","incomplete":true,"members":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"22607":{"id":22607,"name":"Fire of dehumidification","incomplete":true,"members":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"22608":{"id":22608,"name":"Fire of nourishment","incomplete":true,"members":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"22609":{"id":22609,"name":"Fire of unseasonal warmth","incomplete":true,"members":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"22610":{"id":22610,"name":"Vesta's spear","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":300000,"lowalch":120000,"highalch":180000,"buy_limit":10,"wiki_name":"Vesta's spear","wiki_url":"https://oldschool.runescape.wiki/w/Vesta's_spear","equipment":{"attack_stab":133,"attack_slash":113,"attack_crush":120,"attack_magic":0,"attack_ranged":0,"defence_stab":18,"defence_slash":21,"defence_crush":21,"defence_magic":0,"defence_ranged":0,"melee_strength":122,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":78}},"weapon":{"attack_speed":5,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"22613":{"id":22613,"name":"Vesta's longsword","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":300000,"lowalch":120000,"highalch":180000,"buy_limit":10,"wiki_name":"Vesta's longsword","wiki_url":"https://oldschool.runescape.wiki/w/Vesta's_longsword","equipment":{"attack_stab":106,"attack_slash":121,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":4,"defence_crush":3,"defence_magic":0,"defence_ranged":0,"melee_strength":118,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":78}},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"22616":{"id":22616,"name":"Vesta's chainbody","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Vesta's chainbody","wiki_url":"https://oldschool.runescape.wiki/w/Vesta's_chainbody","equipment":{"attack_stab":5,"attack_slash":7,"attack_crush":7,"attack_magic":-15,"attack_ranged":0,"defence_stab":120,"defence_slash":131,"defence_crush":145,"defence_magic":-3,"defence_ranged":140,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":78}},"price":0},"22619":{"id":22619,"name":"Vesta's plateskirt","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Vesta's plateskirt","wiki_url":"https://oldschool.runescape.wiki/w/Vesta's_plateskirt","equipment":{"attack_stab":3,"attack_slash":5,"attack_crush":5,"attack_magic":-17,"attack_ranged":-4,"defence_stab":86,"defence_slash":100,"defence_crush":112,"defence_magic":-4,"defence_ranged":118,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":78}},"price":0},"22622":{"id":22622,"name":"Statius's warhammer","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":300000,"lowalch":120000,"highalch":180000,"buy_limit":10,"wiki_name":"Statius's warhammer","wiki_url":"https://oldschool.runescape.wiki/w/Statius's_warhammer","equipment":{"attack_stab":-4,"attack_slash":-4,"attack_crush":123,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":114,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":78}},"weapon":{"attack_speed":5,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"22625":{"id":22625,"name":"Statius's full helm","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":250000,"lowalch":100000,"highalch":150000,"wiki_name":"Statius's full helm","wiki_url":"https://oldschool.runescape.wiki/w/Statius's_full_helm","equipment":{"attack_stab":3,"attack_slash":3,"attack_crush":4,"attack_magic":-6,"attack_ranged":-2,"defence_stab":65,"defence_slash":70,"defence_crush":63,"defence_magic":-1,"defence_ranged":71,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":78}},"price":0},"22628":{"id":22628,"name":"Statius's platebody","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Statius's platebody","wiki_url":"https://oldschool.runescape.wiki/w/Statius's_platebody","equipment":{"attack_stab":5,"attack_slash":5,"attack_crush":7,"attack_magic":-30,"attack_ranged":-10,"defence_stab":154,"defence_slash":145,"defence_crush":121,"defence_magic":-6,"defence_ranged":157,"melee_strength":5,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":78}},"price":0},"22631":{"id":22631,"name":"Statius's platelegs","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Statius's platelegs","wiki_url":"https://oldschool.runescape.wiki/w/Statius's_platelegs","equipment":{"attack_stab":3,"attack_slash":3,"attack_crush":5,"attack_magic":-21,"attack_ranged":-7,"defence_stab":110,"defence_slash":106,"defence_crush":97,"defence_magic":-4,"defence_ranged":121,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":78}},"price":0},"22634":{"id":22634,"name":"Morrigan's throwing axe","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":4000,"lowalch":1600,"highalch":2400,"buy_limit":100,"wiki_name":"Morrigan's throwing axe","wiki_url":"https://oldschool.runescape.wiki/w/Morrigan's_throwing_axe","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":93,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":117,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":78}},"weapon":{"attack_speed":5,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"22636":{"id":22636,"name":"Morrigan's javelin","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":4000,"lowalch":1600,"highalch":2400,"buy_limit":100,"wiki_name":"Morrigan's javelin","wiki_url":"https://oldschool.runescape.wiki/w/Morrigan's_javelin","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":105,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":145,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":78}},"weapon":{"attack_speed":6,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"22638":{"id":22638,"name":"Morrigan's coif","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":250000,"lowalch":100000,"highalch":150000,"wiki_name":"Morrigan's coif","wiki_url":"https://oldschool.runescape.wiki/w/Morrigan's_coif","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-5,"attack_ranged":13,"defence_stab":8,"defence_slash":11,"defence_crush":14,"defence_magic":8,"defence_ranged":12,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":78}},"price":0},"22641":{"id":22641,"name":"Morrigan's leather body","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Morrigan's leather body","wiki_url":"https://oldschool.runescape.wiki/w/Morrigan's_leather_body","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":36,"defence_stab":61,"defence_slash":53,"defence_crush":66,"defence_magic":75,"defence_ranged":62,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":78}},"price":0},"22644":{"id":22644,"name":"Morrigan's leather chaps","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Morrigan's leather chaps","wiki_url":"https://oldschool.runescape.wiki/w/Morrigan's_leather_chaps","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":23,"defence_stab":35,"defence_slash":29,"defence_crush":37,"defence_magic":46,"defence_ranged":35,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":78}},"price":0},"22647":{"id":22647,"name":"Zuriel's staff","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":300000,"lowalch":120000,"highalch":180000,"buy_limit":10,"wiki_name":"Zuriel's staff","wiki_url":"https://oldschool.runescape.wiki/w/Zuriel's_staff","equipment":{"attack_stab":13,"attack_slash":-1,"attack_crush":65,"attack_magic":18,"attack_ranged":0,"defence_stab":5,"defence_slash":7,"defence_crush":4,"defence_magic":18,"defence_ranged":0,"melee_strength":72,"ranged_strength":0,"magic_damage":10,"prayer":0,"slot":"weapon","requirements":{"magic":78}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"22650":{"id":22650,"name":"Zuriel's hood","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":250000,"lowalch":100000,"highalch":150000,"wiki_name":"Zuriel's hood","wiki_url":"https://oldschool.runescape.wiki/w/Zuriel's_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":8,"attack_ranged":-2,"defence_stab":20,"defence_slash":16,"defence_crush":22,"defence_magic":8,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":78}},"price":0},"22653":{"id":22653,"name":"Zuriel's robe top","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Zuriel's robe top","wiki_url":"https://oldschool.runescape.wiki/w/Zuriel's_robe_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":35,"attack_ranged":-10,"defence_stab":63,"defence_slash":45,"defence_crush":74,"defence_magic":35,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":78}},"price":0},"22656":{"id":22656,"name":"Zuriel's robe bottom","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Zuriel's robe bottom","wiki_url":"https://oldschool.runescape.wiki/w/Zuriel's_robe_bottom","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":25,"attack_ranged":-7,"defence_stab":38,"defence_slash":35,"defence_crush":44,"defence_magic":25,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":78}},"price":0},"22660":{"id":22660,"name":"Empty bucket pack","tradeable":true,"noteable":true,"cost":500,"lowalch":200,"highalch":300,"wiki_name":"Empty bucket pack","wiki_url":"https://oldschool.runescape.wiki/w/Empty_bucket_pack","price":0},"22663":{"id":22663,"name":"Pet smoke devil","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pet smoke devil (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Pet_smoke_devil#Normal","price":0},"22664":{"id":22664,"name":"Scythe of vitur","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Scythe of vitur (RuneFest 2018)","wiki_url":"https://oldschool.runescape.wiki/w/Scythe_of_vitur_(RuneFest_2018)","price":0},"22665":{"id":22665,"name":"Armadyl godsword","cost":1250000,"lowalch":500000,"highalch":750000,"wiki_name":"Armadyl godsword (RuneFest 2018)","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_godsword_(RuneFest_2018)","price":0},"22666":{"id":22666,"name":"Rubber chicken","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Rubber chicken (RuneFest 2018)","wiki_url":"https://oldschool.runescape.wiki/w/Rubber_chicken_(RuneFest_2018)","price":0},"22671":{"id":22671,"name":"Kq head (tattered)","members":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Kq head (tattered)","wiki_url":"https://oldschool.runescape.wiki/w/Kq_head_(tattered)","price":0},"22673":{"id":22673,"name":"Stuffed kq head (tattered)","members":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Stuffed kq head (tattered)","wiki_url":"https://oldschool.runescape.wiki/w/Stuffed_kq_head_(tattered)","price":0},"22675":{"id":22675,"name":"Scroll sack","members":true,"equipable":true,"equipable_by_player":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Scroll sack","wiki_url":"https://oldschool.runescape.wiki/w/Scroll_sack","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"22684":{"id":22684,"name":"Eek","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Eek (Reward)","wiki_url":"https://oldschool.runescape.wiki/w/Eek#Reward","price":0},"22689":{"id":22689,"name":"Clown mask","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Clown mask (Reward)","wiki_url":"https://oldschool.runescape.wiki/w/Clown_mask#Reward","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"22692":{"id":22692,"name":"Clown bow tie","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Clown bow tie (Reward)","wiki_url":"https://oldschool.runescape.wiki/w/Clown_bow_tie#Reward","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"22695":{"id":22695,"name":"Clown gown","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Clown gown (Reward)","wiki_url":"https://oldschool.runescape.wiki/w/Clown_gown#Reward","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"22698":{"id":22698,"name":"Clown trousers","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Clown trousers (Reward)","wiki_url":"https://oldschool.runescape.wiki/w/Clown_trousers#Reward","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"22701":{"id":22701,"name":"Clown shoes","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clown shoes (Reward)","wiki_url":"https://oldschool.runescape.wiki/w/Clown_shoes#Reward","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"22704":{"id":22704,"name":"Portal nexus","incomplete":true,"cost":200000,"lowalch":80000,"highalch":120000,"price":0},"22705":{"id":22705,"name":"Marble portal nexus","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"22706":{"id":22706,"name":"Gilded portal nexus","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"22707":{"id":22707,"name":"Crystalline portal nexus","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"22708":{"id":22708,"name":"Mounted xeric's talisman","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"22709":{"id":22709,"name":"Mounted digsite pendant","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"22710":{"id":22710,"name":"Curator's medallion","members":true,"cost":0,"wiki_name":"Curator's medallion","wiki_url":"https://oldschool.runescape.wiki/w/Curator's_medallion","price":0},"22711":{"id":22711,"name":"Collection log","cost":6,"lowalch":2,"highalch":3,"wiki_name":"Collection log","wiki_url":"https://oldschool.runescape.wiki/w/Collection_log","price":0},"22713":{"id":22713,"name":"Star-face","equipable":true,"equipable_by_player":true,"cost":0,"wiki_name":"Star-face","wiki_url":"https://oldschool.runescape.wiki/w/Star-face","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"22715":{"id":22715,"name":"Tree top","equipable":true,"equipable_by_player":true,"cost":0,"wiki_name":"Tree top","wiki_url":"https://oldschool.runescape.wiki/w/Tree_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"22717":{"id":22717,"name":"Tree skirt","equipable":true,"equipable_by_player":true,"cost":0,"wiki_name":"Tree skirt","wiki_url":"https://oldschool.runescape.wiki/w/Tree_skirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"22719":{"id":22719,"name":"Candy cane","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":0,"wiki_name":"Candy cane","wiki_url":"https://oldschool.runescape.wiki/w/Candy_cane","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"22721":{"id":22721,"name":"Attacker icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Attacker icon (Pointy)","wiki_url":"https://oldschool.runescape.wiki/w/Attacker_icon#Pointy","price":0},"22722":{"id":22722,"name":"Attacker icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Attacker icon (Small moustache)","wiki_url":"https://oldschool.runescape.wiki/w/Attacker_icon#Small_moustache","price":0},"22723":{"id":22723,"name":"Attacker icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Attacker icon (Long)","wiki_url":"https://oldschool.runescape.wiki/w/Attacker_icon#Long","price":0},"22724":{"id":22724,"name":"Collector icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Collector icon (Waxed moustache)","wiki_url":"https://oldschool.runescape.wiki/w/Collector_icon#Waxed_moustache","price":0},"22725":{"id":22725,"name":"Defender icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Defender icon (Vizier)","wiki_url":"https://oldschool.runescape.wiki/w/Defender_icon#Vizier","price":0},"22726":{"id":22726,"name":"Defender icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Defender icon (Dali)","wiki_url":"https://oldschool.runescape.wiki/w/Defender_icon#Dali","price":0},"22727":{"id":22727,"name":"Defender icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Defender icon (Big moustache)","wiki_url":"https://oldschool.runescape.wiki/w/Defender_icon#Big_moustache","price":0},"22728":{"id":22728,"name":"Defender icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Defender icon (Medium)","wiki_url":"https://oldschool.runescape.wiki/w/Defender_icon#Medium","price":0},"22729":{"id":22729,"name":"Attacker icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Attacker icon (Big moustache)","wiki_url":"https://oldschool.runescape.wiki/w/Attacker_icon#Big_moustache","price":0},"22730":{"id":22730,"name":"Attacker icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Attacker icon (Mutton)","wiki_url":"https://oldschool.runescape.wiki/w/Attacker_icon#Mutton","price":0},"22731":{"id":22731,"name":"Dragon hasta","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":62400,"lowalch":24960,"highalch":37440,"buy_limit":70,"wiki_name":"Dragon hasta (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_hasta#Unpoisoned","equipment":{"attack_stab":55,"attack_slash":55,"attack_crush":55,"attack_magic":0,"attack_ranged":0,"defence_stab":-15,"defence_slash":-15,"defence_crush":-12,"defence_magic":0,"defence_ranged":-15,"melee_strength":60,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":60}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":37809},"22734":{"id":22734,"name":"Dragon hasta(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":62400,"lowalch":24960,"highalch":37440,"buy_limit":70,"wiki_name":"Dragon hasta (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_hasta#Poison","equipment":{"attack_stab":55,"attack_slash":55,"attack_crush":55,"attack_magic":0,"attack_ranged":0,"defence_stab":-15,"defence_slash":-15,"defence_crush":-12,"defence_magic":0,"defence_ranged":-15,"melee_strength":60,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":60}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":51004},"22737":{"id":22737,"name":"Dragon hasta(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":62400,"lowalch":24960,"highalch":37440,"buy_limit":70,"wiki_name":"Dragon hasta (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_hasta#Poison+","equipment":{"attack_stab":55,"attack_slash":55,"attack_crush":55,"attack_magic":0,"attack_ranged":0,"defence_stab":-15,"defence_slash":-15,"defence_crush":-12,"defence_magic":0,"defence_ranged":-15,"melee_strength":60,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":60}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":36590},"22740":{"id":22740,"name":"Dragon hasta(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":62400,"lowalch":24960,"highalch":37440,"buy_limit":70,"wiki_name":"Dragon hasta (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_hasta#Poison++","equipment":{"attack_stab":55,"attack_slash":55,"attack_crush":55,"attack_magic":0,"attack_ranged":0,"defence_stab":-15,"defence_slash":-15,"defence_crush":-12,"defence_magic":0,"defence_ranged":-15,"melee_strength":60,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":60}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":44530},"22743":{"id":22743,"name":"Dragon hasta(kp)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":62400,"lowalch":24960,"highalch":37440,"wiki_name":"Dragon hasta (Karambwan poison)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_hasta#Karambwan_poison","equipment":{"attack_stab":55,"attack_slash":55,"attack_crush":55,"attack_magic":0,"attack_ranged":0,"defence_stab":-15,"defence_slash":-15,"defence_crush":-12,"defence_magic":0,"defence_ranged":-15,"melee_strength":60,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":60}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"22744":{"id":22744,"name":"Fake dragon hasta(kp)","members":true,"stackable":true,"cost":62400,"lowalch":24960,"highalch":37440,"wiki_name":"Fake dragon hasta(kp)","wiki_url":"https://oldschool.runescape.wiki/w/Fake_dragon_hasta(kp)","price":0},"22746":{"id":22746,"name":"Ikkle hydra","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ikkle hydra (Five heads)","wiki_url":"https://oldschool.runescape.wiki/w/Ikkle_hydra#Five_heads","price":0},"22748":{"id":22748,"name":"Ikkle hydra","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ikkle hydra (Four heads)","wiki_url":"https://oldschool.runescape.wiki/w/Ikkle_hydra#Four_heads","price":0},"22750":{"id":22750,"name":"Ikkle hydra","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ikkle hydra (Three heads)","wiki_url":"https://oldschool.runescape.wiki/w/Ikkle_hydra#Three_heads","price":0},"22752":{"id":22752,"name":"Ikkle hydra","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ikkle hydra (Two heads)","wiki_url":"https://oldschool.runescape.wiki/w/Ikkle_hydra#Two_heads","price":0},"22754":{"id":22754,"name":"Wyrm bonemeal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wyrm bonemeal","wiki_url":"https://oldschool.runescape.wiki/w/Wyrm_bonemeal","price":0},"22756":{"id":22756,"name":"Drake bonemeal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Drake bonemeal","wiki_url":"https://oldschool.runescape.wiki/w/Drake_bonemeal","price":0},"22758":{"id":22758,"name":"Hydra bonemeal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Hydra bonemeal","wiki_url":"https://oldschool.runescape.wiki/w/Hydra_bonemeal","price":0},"22760":{"id":22760,"name":"Certificate","members":true,"cost":50,"wiki_name":"Lovakengj favour certificate","wiki_url":"https://oldschool.runescape.wiki/w/Lovakengj_favour_certificate","price":0},"22761":{"id":22761,"name":"Dinh's hammer","members":true,"cost":30,"wiki_name":"Dinh's hammer","wiki_url":"https://oldschool.runescape.wiki/w/Dinh's_hammer","price":0},"22762":{"id":22762,"name":"Generator crank","members":true,"cost":30,"wiki_name":"Generator crank","wiki_url":"https://oldschool.runescape.wiki/w/Generator_crank","price":0},"22763":{"id":22763,"name":"8-gallon jug","members":true,"cost":30,"wiki_name":"8-gallon jug","wiki_url":"https://oldschool.runescape.wiki/w/8-gallon_jug","price":0},"22764":{"id":22764,"name":"5-gallon jug","members":true,"cost":30,"wiki_name":"5-gallon jug","wiki_url":"https://oldschool.runescape.wiki/w/5-gallon_jug","price":0},"22765":{"id":22765,"name":"Energy disk (level 4)","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Energy disk (Level 4)","wiki_url":"https://oldschool.runescape.wiki/w/Energy_disk#Level_4","price":0},"22766":{"id":22766,"name":"Energy disk (level 3)","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Energy disk (Level 3)","wiki_url":"https://oldschool.runescape.wiki/w/Energy_disk#Level_3","price":0},"22767":{"id":22767,"name":"Energy disk (level 2)","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Energy disk (Level 2)","wiki_url":"https://oldschool.runescape.wiki/w/Energy_disk#Level_2","price":0},"22768":{"id":22768,"name":"Energy disk (level 1)","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Energy disk (Level 1)","wiki_url":"https://oldschool.runescape.wiki/w/Energy_disk#Level_1","price":0},"22769":{"id":22769,"name":"Unknown fluid 1","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Unknown fluid (1)","wiki_url":"https://oldschool.runescape.wiki/w/Unknown_fluid#1","price":0},"22770":{"id":22770,"name":"Unknown fluid 2","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Unknown fluid (2)","wiki_url":"https://oldschool.runescape.wiki/w/Unknown_fluid#2","price":0},"22771":{"id":22771,"name":"Unknown fluid 3","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Unknown fluid (3)","wiki_url":"https://oldschool.runescape.wiki/w/Unknown_fluid#3","price":0},"22772":{"id":22772,"name":"Unknown fluid 4","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Unknown fluid (4)","wiki_url":"https://oldschool.runescape.wiki/w/Unknown_fluid#4","price":0},"22773":{"id":22773,"name":"Unknown fluid 5","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Unknown fluid (5)","wiki_url":"https://oldschool.runescape.wiki/w/Unknown_fluid#5","price":0},"22774":{"id":22774,"name":"Old notes","members":true,"cost":30,"wiki_name":"Old notes (The Forsaken Tower)","wiki_url":"https://oldschool.runescape.wiki/w/Old_notes_(The_Forsaken_Tower)","price":0},"22775":{"id":22775,"name":"Ancient letter","members":true,"cost":1,"wiki_name":"Ancient letter","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_letter","price":0},"22777":{"id":22777,"name":"Certificate","members":true,"cost":50,"wiki_name":"Arceuus favour certificate","wiki_url":"https://oldschool.runescape.wiki/w/Arceuus_favour_certificate","price":0},"22780":{"id":22780,"name":"Wyrm bones","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":7500,"wiki_name":"Wyrm bones","wiki_url":"https://oldschool.runescape.wiki/w/Wyrm_bones","price":1561},"22783":{"id":22783,"name":"Drake bones","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":7500,"wiki_name":"Drake bones","wiki_url":"https://oldschool.runescape.wiki/w/Drake_bones","price":4000},"22786":{"id":22786,"name":"Hydra bones","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":7500,"wiki_name":"Hydra bones","wiki_url":"https://oldschool.runescape.wiki/w/Hydra_bones","price":6047},"22789":{"id":22789,"name":"Uncooked dragonfruit pie","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":10000,"wiki_name":"Uncooked dragonfruit pie","wiki_url":"https://oldschool.runescape.wiki/w/Uncooked_dragonfruit_pie","price":1870},"22792":{"id":22792,"name":"Half a dragonfruit pie","members":true,"tradeable":true,"noteable":true,"cost":35,"lowalch":14,"highalch":21,"wiki_name":"Dragonfruit pie (Half)","wiki_url":"https://oldschool.runescape.wiki/w/Dragonfruit_pie#Half","price":0},"22795":{"id":22795,"name":"Dragonfruit pie","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":70,"lowalch":28,"highalch":42,"buy_limit":10000,"wiki_name":"Dragonfruit pie (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Dragonfruit_pie#Full","price":523},"22798":{"id":22798,"name":"Bird nest","members":true,"cost":453,"lowalch":181,"highalch":271,"wiki_name":"Bird nest (seeds)","wiki_url":"https://oldschool.runescape.wiki/w/Bird_nest_(seeds)","price":0},"22800":{"id":22800,"name":"Bird nest","members":true,"cost":453,"lowalch":181,"highalch":271,"wiki_name":"Bird nest (Wyson)","wiki_url":"https://oldschool.runescape.wiki/w/Bird_nest_(Wyson)","price":0},"22803":{"id":22803,"name":"Rada's blessing","incomplete":true,"cost":0,"lowalch":0,"highalch":0,"price":0},"22804":{"id":22804,"name":"Dragon knife","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":167,"lowalch":66,"highalch":100,"buy_limit":11000,"wiki_name":"Dragon knife (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_knife#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":28,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":30,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":60}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":6370},"22806":{"id":22806,"name":"Dragon knife(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":166,"lowalch":66,"highalch":99,"buy_limit":7000,"wiki_name":"Dragon knife (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_knife#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":28,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":30,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":60}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":5963},"22808":{"id":22808,"name":"Dragon knife(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":166,"lowalch":66,"highalch":99,"buy_limit":7000,"wiki_name":"Dragon knife (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_knife#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":28,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":30,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":60}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":6399},"22810":{"id":22810,"name":"Dragon knife(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":166,"lowalch":66,"highalch":99,"buy_limit":7000,"wiki_name":"Dragon knife (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_knife#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":28,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":30,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":60}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":7067},"22812":{"id":22812,"name":"Dragon knife","members":true,"stackable":true,"cost":167,"lowalch":66,"highalch":100,"wiki_name":"Dragon knife (animation item) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_knife_(animation_item)#Normal","price":0},"22814":{"id":22814,"name":"Dragon knife","members":true,"stackable":true,"cost":167,"lowalch":66,"highalch":100,"wiki_name":"Dragon knife (animation item) (Poisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_knife_(animation_item)#Poisoned","price":0},"22816":{"id":22816,"name":"Cormorant's glove","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cormorant's glove (No bird)","wiki_url":"https://oldschool.runescape.wiki/w/Cormorant's_glove#No_bird","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"hunter":35,"fishing":43}},"weapon":{"attack_speed":4,"weapon_type":"unarmed","stances":[{"combat_style":"punch","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"kick","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"22817":{"id":22817,"name":"Cormorant's glove","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cormorant's glove (Bird)","wiki_url":"https://oldschool.runescape.wiki/w/Cormorant's_glove#Bird","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"hunter":35,"fishing":43}},"weapon":{"attack_speed":4,"weapon_type":"unarmed","stances":[{"combat_style":"punch","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"kick","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"22818":{"id":22818,"name":"Fish chunks","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":13000,"wiki_name":"Fish chunks","wiki_url":"https://oldschool.runescape.wiki/w/Fish_chunks","price":12},"22820":{"id":22820,"name":"Molch pearl","members":true,"stackable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Molch pearl","wiki_url":"https://oldschool.runescape.wiki/w/Molch_pearl","price":0},"22826":{"id":22826,"name":"Bluegill","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":13000,"wiki_name":"Bluegill","wiki_url":"https://oldschool.runescape.wiki/w/Bluegill","price":10},"22829":{"id":22829,"name":"Common tench","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":13000,"wiki_name":"Common tench","wiki_url":"https://oldschool.runescape.wiki/w/Common_tench","price":629},"22832":{"id":22832,"name":"Mottled eel","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":13000,"wiki_name":"Mottled eel","wiki_url":"https://oldschool.runescape.wiki/w/Mottled_eel","price":500},"22835":{"id":22835,"name":"Greater siren","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":13000,"wiki_name":"Greater siren","wiki_url":"https://oldschool.runescape.wiki/w/Greater_siren","price":136},"22838":{"id":22838,"name":"Fish sack","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Fish sack","wiki_url":"https://oldschool.runescape.wiki/w/Fish_sack","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"22840":{"id":22840,"name":"Golden tench","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Golden tench","wiki_url":"https://oldschool.runescape.wiki/w/Golden_tench","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"22842":{"id":22842,"name":"Pearl barbarian rod","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":150,"lowalch":60,"highalch":90,"wiki_name":"Pearl barbarian rod","wiki_url":"https://oldschool.runescape.wiki/w/Pearl_barbarian_rod","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"unarmed","stances":[{"combat_style":"punch","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"kick","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"22844":{"id":22844,"name":"Pearl fly fishing rod","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":120,"lowalch":48,"highalch":72,"wiki_name":"Pearl fly fishing rod","wiki_url":"https://oldschool.runescape.wiki/w/Pearl_fly_fishing_rod","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"unarmed","stances":[{"combat_style":"punch","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"kick","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"22846":{"id":22846,"name":"Pearl fishing rod","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Pearl fishing rod","wiki_url":"https://oldschool.runescape.wiki/w/Pearl_fishing_rod","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"unarmed","stances":[{"combat_style":"punch","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"kick","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"22848":{"id":22848,"name":"Celastrus seedling","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Celastrus seedling (Unwatered)","wiki_url":"https://oldschool.runescape.wiki/w/Celastrus_seedling#Unwatered","price":0},"22850":{"id":22850,"name":"Redwood seedling","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Redwood seedling (Unwatered)","wiki_url":"https://oldschool.runescape.wiki/w/Redwood_seedling#Unwatered","price":0},"22852":{"id":22852,"name":"Celastrus seedling (w)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Celastrus seedling (Watered)","wiki_url":"https://oldschool.runescape.wiki/w/Celastrus_seedling#Watered","price":0},"22854":{"id":22854,"name":"Redwood seedling (w)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Redwood seedling (Watered)","wiki_url":"https://oldschool.runescape.wiki/w/Redwood_seedling#Watered","price":0},"22856":{"id":22856,"name":"Celastrus sapling","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":100,"wiki_name":"Celastrus sapling","wiki_url":"https://oldschool.runescape.wiki/w/Celastrus_sapling","price":65531},"22859":{"id":22859,"name":"Redwood sapling","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":100,"wiki_name":"Redwood sapling","wiki_url":"https://oldschool.runescape.wiki/w/Redwood_sapling","price":16074},"22862":{"id":22862,"name":"Dragonfruit seedling","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dragonfruit seedling (Unwatered)","wiki_url":"https://oldschool.runescape.wiki/w/Dragonfruit_seedling#Unwatered","price":0},"22864":{"id":22864,"name":"Dragonfruit seedling (w)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dragonfruit seedling (Watered)","wiki_url":"https://oldschool.runescape.wiki/w/Dragonfruit_seedling#Watered","price":0},"22866":{"id":22866,"name":"Dragonfruit sapling","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":200,"wiki_name":"Dragonfruit sapling","wiki_url":"https://oldschool.runescape.wiki/w/Dragonfruit_sapling","price":168655},"22869":{"id":22869,"name":"Celastrus seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":540,"lowalch":216,"highalch":324,"buy_limit":200,"wiki_name":"Celastrus seed","wiki_url":"https://oldschool.runescape.wiki/w/Celastrus_seed","price":63526},"22871":{"id":22871,"name":"Redwood tree seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":650,"lowalch":260,"highalch":390,"buy_limit":200,"wiki_name":"Redwood tree seed","wiki_url":"https://oldschool.runescape.wiki/w/Redwood_tree_seed","price":15040},"22873":{"id":22873,"name":"Potato cactus seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":140,"lowalch":56,"highalch":84,"buy_limit":200,"wiki_name":"Potato cactus seed","wiki_url":"https://oldschool.runescape.wiki/w/Potato_cactus_seed","price":58},"22875":{"id":22875,"name":"Hespori seed","members":true,"stackable":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Hespori seed","wiki_url":"https://oldschool.runescape.wiki/w/Hespori_seed","price":0},"22877":{"id":22877,"name":"Dragonfruit tree seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":430,"lowalch":172,"highalch":258,"buy_limit":200,"wiki_name":"Dragonfruit tree seed","wiki_url":"https://oldschool.runescape.wiki/w/Dragonfruit_tree_seed","price":164591},"22879":{"id":22879,"name":"Snape grass seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":94,"lowalch":37,"highalch":56,"buy_limit":200,"wiki_name":"Snape grass seed","wiki_url":"https://oldschool.runescape.wiki/w/Snape_grass_seed","price":4300},"22881":{"id":22881,"name":"Attas seed","members":true,"stackable":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Attas seed","wiki_url":"https://oldschool.runescape.wiki/w/Attas_seed","price":0},"22883":{"id":22883,"name":"Iasor seed","members":true,"stackable":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Iasor seed","wiki_url":"https://oldschool.runescape.wiki/w/Iasor_seed","price":0},"22885":{"id":22885,"name":"Kronos seed","members":true,"stackable":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Kronos seed","wiki_url":"https://oldschool.runescape.wiki/w/Kronos_seed","price":0},"22887":{"id":22887,"name":"White lily seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":600,"wiki_name":"White lily seed","wiki_url":"https://oldschool.runescape.wiki/w/White_lily_seed","price":5282},"22929":{"id":22929,"name":"Dragonfruit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":95,"lowalch":38,"highalch":57,"buy_limit":11000,"wiki_name":"Dragonfruit","wiki_url":"https://oldschool.runescape.wiki/w/Dragonfruit","price":933},"22932":{"id":22932,"name":"White lily","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":600,"wiki_name":"White lily","wiki_url":"https://oldschool.runescape.wiki/w/White_lily","price":555},"22935":{"id":22935,"name":"Celastrus bark","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":450,"lowalch":180,"highalch":270,"buy_limit":12000,"wiki_name":"Celastrus bark","wiki_url":"https://oldschool.runescape.wiki/w/Celastrus_bark","price":8030},"22941":{"id":22941,"name":"Rada's blessing 1","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Rada's blessing 1","wiki_url":"https://oldschool.runescape.wiki/w/Rada's_blessing_1","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":null},"price":0},"22943":{"id":22943,"name":"Rada's blessing 2","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Rada's blessing 2","wiki_url":"https://oldschool.runescape.wiki/w/Rada's_blessing_2","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"ammo","requirements":null},"price":0},"22945":{"id":22945,"name":"Rada's blessing 3","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Rada's blessing 3","wiki_url":"https://oldschool.runescape.wiki/w/Rada's_blessing_3","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"ammo","requirements":null},"price":0},"22947":{"id":22947,"name":"Rada's blessing 4","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Rada's blessing 4","wiki_url":"https://oldschool.runescape.wiki/w/Rada's_blessing_4","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"ammo","requirements":null},"price":0},"22949":{"id":22949,"name":"Battlefront teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Battlefront teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Battlefront_teleport_(tablet)","price":1827},"22951":{"id":22951,"name":"Boots of brimstone","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20000,"lowalch":8000,"highalch":12000,"buy_limit":70,"wiki_name":"Boots of brimstone","wiki_url":"https://oldschool.runescape.wiki/w/Boots_of_brimstone","equipment":{"attack_stab":3,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":5,"defence_stab":10,"defence_slash":10,"defence_crush":10,"defence_magic":5,"defence_ranged":5,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"slayer":44,"defence":70,"magic":70,"ranged":70}},"price":615307},"22954":{"id":22954,"name":"Devout boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20000,"lowalch":8000,"highalch":12000,"buy_limit":70,"wiki_name":"Devout boots","wiki_url":"https://oldschool.runescape.wiki/w/Devout_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"feet","requirements":{"prayer":60}},"price":2762362},"22957":{"id":22957,"name":"Drake's claw","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100000,"lowalch":40000,"highalch":60000,"buy_limit":15,"wiki_name":"Drake's claw","wiki_url":"https://oldschool.runescape.wiki/w/Drake's_claw","price":586757},"22960":{"id":22960,"name":"Drake's tooth","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100000,"lowalch":40000,"highalch":60000,"buy_limit":70,"wiki_name":"Drake's tooth","wiki_url":"https://oldschool.runescape.wiki/w/Drake's_tooth","price":90000},"22963":{"id":22963,"name":"Broken dragon hasta","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":62400,"lowalch":24960,"highalch":37440,"buy_limit":70,"wiki_name":"Broken dragon hasta","wiki_url":"https://oldschool.runescape.wiki/w/Broken_dragon_hasta","price":37927},"22966":{"id":22966,"name":"Hydra's claw","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150000,"lowalch":60000,"highalch":90000,"buy_limit":15,"wiki_name":"Hydra's claw","wiki_url":"https://oldschool.runescape.wiki/w/Hydra's_claw","price":63000000},"22969":{"id":22969,"name":"Hydra's heart","members":true,"cost":100000,"lowalch":40000,"highalch":60000,"wiki_name":"Hydra's heart","wiki_url":"https://oldschool.runescape.wiki/w/Hydra's_heart","price":0},"22971":{"id":22971,"name":"Hydra's fang","members":true,"cost":100000,"lowalch":40000,"highalch":60000,"wiki_name":"Hydra's fang","wiki_url":"https://oldschool.runescape.wiki/w/Hydra's_fang","price":0},"22973":{"id":22973,"name":"Hydra's eye","members":true,"cost":100000,"lowalch":40000,"highalch":60000,"wiki_name":"Hydra's eye","wiki_url":"https://oldschool.runescape.wiki/w/Hydra's_eye","price":0},"22975":{"id":22975,"name":"Brimstone ring","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":8,"wiki_name":"Brimstone ring","wiki_url":"https://oldschool.runescape.wiki/w/Brimstone_ring","equipment":{"attack_stab":4,"attack_slash":4,"attack_crush":4,"attack_magic":6,"attack_ranged":4,"defence_stab":4,"defence_slash":4,"defence_crush":4,"defence_magic":6,"defence_ranged":4,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":4418419},"22978":{"id":22978,"name":"Dragon hunter lance","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":300000,"lowalch":120000,"highalch":180000,"buy_limit":8,"wiki_name":"Dragon hunter lance","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_hunter_lance","equipment":{"attack_stab":85,"attack_slash":65,"attack_crush":65,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":70,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":70}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":68882376},"22981":{"id":22981,"name":"Ferocious gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":100000,"lowalch":40000,"highalch":60000,"wiki_name":"Ferocious gloves","wiki_url":"https://oldschool.runescape.wiki/w/Ferocious_gloves","equipment":{"attack_stab":16,"attack_slash":16,"attack_crush":16,"attack_magic":-16,"attack_ranged":-16,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":14,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"attack":80,"defence":80}},"price":0},"22983":{"id":22983,"name":"Hydra leather","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100000,"lowalch":40000,"highalch":60000,"buy_limit":15,"wiki_name":"Hydra leather","wiki_url":"https://oldschool.runescape.wiki/w/Hydra_leather","price":9598864},"22986":{"id":22986,"name":"Bonecrusher necklace","members":true,"equipable":true,"equipable_by_player":true,"cost":80000,"lowalch":32000,"highalch":48000,"wiki_name":"Bonecrusher necklace","wiki_url":"https://oldschool.runescape.wiki/w/Bonecrusher_necklace","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":10,"attack_magic":10,"attack_ranged":10,"defence_stab":2,"defence_slash":2,"defence_crush":2,"defence_magic":2,"defence_ranged":2,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":12,"slot":"neck","requirements":{"prayer":80}},"price":0},"22988":{"id":22988,"name":"Hydra tail","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100000,"lowalch":40000,"highalch":60000,"buy_limit":15,"wiki_name":"Hydra tail","wiki_url":"https://oldschool.runescape.wiki/w/Hydra_tail","price":119197},"22991":{"id":22991,"name":"Stone tablet","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Stone tablet (Lizardman Temple)","wiki_url":"https://oldschool.runescape.wiki/w/Stone_tablet_(Lizardman_Temple)","price":0},"22993":{"id":22993,"name":"Seed pack","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Seed pack","wiki_url":"https://oldschool.runescape.wiki/w/Seed_pack","price":0},"22994":{"id":22994,"name":"Bottomless compost bucket","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":45000,"lowalch":18000,"highalch":27000,"buy_limit":5,"wiki_name":"Bottomless compost bucket (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Bottomless_compost_bucket#Empty","price":1156547},"22997":{"id":22997,"name":"Bottomless compost bucket","members":true,"cost":45000,"lowalch":18000,"highalch":27000,"wiki_name":"Bottomless compost bucket (Filled)","wiki_url":"https://oldschool.runescape.wiki/w/Bottomless_compost_bucket#Filled","price":0},"22999":{"id":22999,"name":"Bottled dragonbreath (unpowered)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":50,"wiki_name":"Bottled dragonbreath (Unpowered)","wiki_url":"https://oldschool.runescape.wiki/w/Bottled_dragonbreath#Unpowered","price":10683},"23002":{"id":23002,"name":"Bottled dragonbreath","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":50,"wiki_name":"Bottled dragonbreath (Powered)","wiki_url":"https://oldschool.runescape.wiki/w/Bottled_dragonbreath#Powered","price":13619},"23007":{"id":23007,"name":"Tatty note","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tatty note","wiki_url":"https://oldschool.runescape.wiki/w/Tatty_note","price":0},"23009":{"id":23009,"name":"Gielinor's flora - flowers","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gielinor's flora - flowers","wiki_url":"https://oldschool.runescape.wiki/w/Gielinor's_flora_-_flowers","price":0},"23011":{"id":23011,"name":"Gielinor's flora - bushes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gielinor's flora - bushes","wiki_url":"https://oldschool.runescape.wiki/w/Gielinor's_flora_-_bushes","price":0},"23013":{"id":23013,"name":"Gielinor's flora - hops","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gielinor's flora - hops","wiki_url":"https://oldschool.runescape.wiki/w/Gielinor's_flora_-_hops","price":0},"23015":{"id":23015,"name":"Gielinor's flora - allotments","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gielinor's flora - allotments","wiki_url":"https://oldschool.runescape.wiki/w/Gielinor's_flora_-_allotments","price":0},"23017":{"id":23017,"name":"Gielinor's flora - herbs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gielinor's flora - herbs","wiki_url":"https://oldschool.runescape.wiki/w/Gielinor's_flora_-_herbs","price":0},"23019":{"id":23019,"name":"Gielinor's flora - trees","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gielinor's flora - trees","wiki_url":"https://oldschool.runescape.wiki/w/Gielinor's_flora_-_trees","price":0},"23021":{"id":23021,"name":"Gielinor's flora - fruit","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gielinor's flora - fruit","wiki_url":"https://oldschool.runescape.wiki/w/Gielinor's_flora_-_fruit","price":0},"23023":{"id":23023,"name":"Old notes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old notes (Karuulm Slayer Dungeon) (1)","wiki_url":"https://oldschool.runescape.wiki/w/Old_notes_(Karuulm_Slayer_Dungeon)#1","price":0},"23025":{"id":23025,"name":"Old notes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old notes (Karuulm Slayer Dungeon) (2)","wiki_url":"https://oldschool.runescape.wiki/w/Old_notes_(Karuulm_Slayer_Dungeon)#2","price":0},"23027":{"id":23027,"name":"Old notes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old notes (Karuulm Slayer Dungeon) (3)","wiki_url":"https://oldschool.runescape.wiki/w/Old_notes_(Karuulm_Slayer_Dungeon)#3","price":0},"23029":{"id":23029,"name":"Old notes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old notes (Karuulm Slayer Dungeon) (4)","wiki_url":"https://oldschool.runescape.wiki/w/Old_notes_(Karuulm_Slayer_Dungeon)#4","price":0},"23031":{"id":23031,"name":"Old notes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old notes (Karuulm Slayer Dungeon) (5)","wiki_url":"https://oldschool.runescape.wiki/w/Old_notes_(Karuulm_Slayer_Dungeon)#5","price":0},"23033":{"id":23033,"name":"Old notes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old notes (Karuulm Slayer Dungeon) (6)","wiki_url":"https://oldschool.runescape.wiki/w/Old_notes_(Karuulm_Slayer_Dungeon)#6","price":0},"23035":{"id":23035,"name":"Old notes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old notes (Karuulm Slayer Dungeon) (7)","wiki_url":"https://oldschool.runescape.wiki/w/Old_notes_(Karuulm_Slayer_Dungeon)#7","price":0},"23037":{"id":23037,"name":"Boots of stone","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":125,"wiki_name":"Boots of stone","wiki_url":"https://oldschool.runescape.wiki/w/Boots_of_stone","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"slayer":44}},"price":835},"23040":{"id":23040,"name":"Wyrm","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"23041":{"id":23041,"name":"Drake","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"23042":{"id":23042,"name":"Hydra","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"23043":{"id":23043,"name":"Sulphur lizard","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"23047":{"id":23047,"name":"Mystic hat (dusk)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"buy_limit":70,"wiki_name":"Mystic hat (dusk)","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_hat_(dusk)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"magic":40,"defence":20}},"price":32431},"23050":{"id":23050,"name":"Mystic robe top (dusk)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":120000,"lowalch":48000,"highalch":72000,"buy_limit":70,"wiki_name":"Mystic robe top (dusk)","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_robe_top_(dusk)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":20,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":20,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"magic":40,"defence":20}},"price":75766},"23053":{"id":23053,"name":"Mystic robe bottom (dusk)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":70,"wiki_name":"Mystic robe bottom (dusk)","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_robe_bottom_(dusk)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"magic":40,"defence":20}},"price":84745},"23056":{"id":23056,"name":"Mystic gloves (dusk)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":70,"wiki_name":"Mystic gloves (dusk)","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_gloves_(dusk)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"magic":40,"defence":20}},"price":20231},"23059":{"id":23059,"name":"Mystic boots (dusk)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":70,"wiki_name":"Mystic boots (dusk)","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_boots_(dusk)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"magic":40,"defence":20}},"price":27374},"23062":{"id":23062,"name":"Nest box (seeds)","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Nest box (Seeds)","wiki_url":"https://oldschool.runescape.wiki/w/Nest_box#Seeds","price":0},"23064":{"id":23064,"name":"Jar of chemicals","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Jar of chemicals","wiki_url":"https://oldschool.runescape.wiki/w/Jar_of_chemicals","price":89313},"23067":{"id":23067,"name":"Treasure scroll","cost":30,"lowalch":12,"highalch":18,"wiki_name":"Treasure scroll (Step 1)","wiki_url":"https://oldschool.runescape.wiki/w/Treasure_scroll#Step_1","price":0},"23068":{"id":23068,"name":"Treasure scroll","cost":30,"lowalch":12,"highalch":18,"wiki_name":"Treasure scroll (Step 2)","wiki_url":"https://oldschool.runescape.wiki/w/Treasure_scroll#Step_2","price":0},"23069":{"id":23069,"name":"Mysterious orb","cost":30,"wiki_name":"Mysterious orb (X Marks the Spot)","wiki_url":"https://oldschool.runescape.wiki/w/Mysterious_orb_(X_Marks_the_Spot)","price":0},"23070":{"id":23070,"name":"Treasure scroll","cost":30,"lowalch":12,"highalch":18,"wiki_name":"Treasure scroll (Step 3)","wiki_url":"https://oldschool.runescape.wiki/w/Treasure_scroll#Step_3","price":0},"23071":{"id":23071,"name":"Ancient casket","cost":30,"wiki_name":"Ancient casket","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_casket","price":0},"23072":{"id":23072,"name":"Antique lamp","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Antique lamp (X Marks the Spot)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(X_Marks_the_Spot)","price":0},"23073":{"id":23073,"name":"Hydra slayer helmet","members":true,"equipable":true,"equipable_by_player":true,"cost":40000,"lowalch":16000,"highalch":24000,"wiki_name":"Hydra slayer helmet","wiki_url":"https://oldschool.runescape.wiki/w/Hydra_slayer_helmet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10,"slayer":60}},"price":0},"23075":{"id":23075,"name":"Hydra slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Hydra slayer helmet (i) (Nightmare Zone)","wiki_url":"https://oldschool.runescape.wiki/w/Hydra_slayer_helmet_(i)#Nightmare_Zone","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10,"slayer":60}},"price":0},"23077":{"id":23077,"name":"Alchemical hydra heads","members":true,"cost":50000,"wiki_name":"Alchemical hydra heads","wiki_url":"https://oldschool.runescape.wiki/w/Alchemical_hydra_heads","price":0},"23079":{"id":23079,"name":"Stuffed hydra heads","members":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Stuffed hydra heads","wiki_url":"https://oldschool.runescape.wiki/w/Stuffed_hydra_heads","price":0},"23081":{"id":23081,"name":"Alchemical hydra head","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"23082":{"id":23082,"name":"Antique lamp","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Antique lamp (Architectural Alliance)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(Architectural_Alliance)","price":0},"23083":{"id":23083,"name":"Brimstone key","members":true,"stackable":true,"cost":80000,"wiki_name":"Brimstone key","wiki_url":"https://oldschool.runescape.wiki/w/Brimstone_key","price":0},"23091":{"id":23091,"name":"Ornate gloves","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ornate gloves","wiki_url":"https://oldschool.runescape.wiki/w/Ornate_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"23093":{"id":23093,"name":"Ornate boots","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ornate boots","wiki_url":"https://oldschool.runescape.wiki/w/Ornate_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"23095":{"id":23095,"name":"Ornate legs","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ornate legs","wiki_url":"https://oldschool.runescape.wiki/w/Ornate_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-7,"defence_stab":11,"defence_slash":10,"defence_crush":10,"defence_magic":-4,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"23097":{"id":23097,"name":"Ornate top","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ornate top","wiki_url":"https://oldschool.runescape.wiki/w/Ornate_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":0,"defence_stab":10,"defence_slash":15,"defence_crush":19,"defence_magic":-3,"defence_ranged":12,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"23099":{"id":23099,"name":"Ornate cape","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ornate cape","wiki_url":"https://oldschool.runescape.wiki/w/Ornate_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"23101":{"id":23101,"name":"Ornate helm","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ornate helm","wiki_url":"https://oldschool.runescape.wiki/w/Ornate_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":6,"defence_slash":7,"defence_crush":5,"defence_magic":-1,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"23108":{"id":23108,"name":"Birthday cake","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Birthday cake","wiki_url":"https://oldschool.runescape.wiki/w/Birthday_cake","price":0},"23110":{"id":23110,"name":"Mystic set (light)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":235000,"lowalch":94000,"highalch":141000,"buy_limit":70,"wiki_name":"Mystic set (light)","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_set_(light)","price":178599},"23113":{"id":23113,"name":"Mystic set (blue)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":235000,"lowalch":94000,"highalch":141000,"buy_limit":70,"wiki_name":"Mystic set (blue)","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_set_(blue)","price":151242},"23116":{"id":23116,"name":"Mystic set (dark)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":235000,"lowalch":94000,"highalch":141000,"buy_limit":70,"wiki_name":"Mystic set (dark)","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_set_(dark)","price":304161},"23119":{"id":23119,"name":"Mystic set (dusk)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":235000,"lowalch":94000,"highalch":141000,"buy_limit":70,"wiki_name":"Mystic set (dusk)","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_set_(dusk)","price":302754},"23122":{"id":23122,"name":"Oily pearl fishing rod","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":80,"lowalch":32,"highalch":48,"wiki_name":"Oily pearl fishing rod","wiki_url":"https://oldschool.runescape.wiki/w/Oily_pearl_fishing_rod","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"unarmed","stances":[{"combat_style":"punch","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"kick","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"23124":{"id":23124,"name":"Gilded dragonhide set","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":12500,"lowalch":5000,"highalch":7500,"buy_limit":8,"wiki_name":"Gilded dragonhide set","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_dragonhide_set","price":22402521},"23127":{"id":23127,"name":"Clue nest (beginner)","cost":451,"lowalch":180,"highalch":270,"wiki_name":"Clue nest (beginner)","wiki_url":"https://oldschool.runescape.wiki/w/Clue_nest_(beginner)","price":0},"23129":{"id":23129,"name":"Clue bottle (beginner)","cost":20,"lowalch":8,"highalch":12,"wiki_name":"Clue bottle (beginner)","wiki_url":"https://oldschool.runescape.wiki/w/Clue_bottle_(beginner)","price":0},"23182":{"id":23182,"name":"Clue scroll (beginner)","cost":20,"lowalch":8,"highalch":12,"wiki_name":"Clue scroll (beginner)","wiki_url":"https://oldschool.runescape.wiki/w/Clue_scroll_(beginner)","price":0},"23183":{"id":23183,"name":"Strange device","cost":20,"lowalch":8,"highalch":12,"wiki_name":"Strange device (Beginner)","wiki_url":"https://oldschool.runescape.wiki/w/Strange_device#Beginner","price":0},"23184":{"id":23184,"name":"Mimic","members":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Mimic","wiki_url":"https://oldschool.runescape.wiki/w/Mimic","price":0},"23185":{"id":23185,"name":"Ring of 3rd age","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":12000,"lowalch":4800,"highalch":7200,"buy_limit":4,"wiki_name":"Ring of 3rd age","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_3rd_age","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":5165356},"23188":{"id":23188,"name":"Guthix d'hide shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":28334,"lowalch":11333,"highalch":17000,"buy_limit":8,"wiki_name":"Guthix d'hide shield","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_d'hide_shield","equipment":{"attack_stab":-15,"attack_slash":-15,"attack_crush":-11,"attack_magic":-10,"attack_ranged":7,"defence_stab":21,"defence_slash":18,"defence_crush":16,"defence_magic":15,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"shield","requirements":{"defence":40,"ranged":70}},"price":321502},"23191":{"id":23191,"name":"Saradomin d'hide shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":28334,"lowalch":11333,"highalch":17000,"buy_limit":8,"wiki_name":"Saradomin d'hide shield","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_d'hide_shield","equipment":{"attack_stab":-15,"attack_slash":-15,"attack_crush":-11,"attack_magic":-10,"attack_ranged":7,"defence_stab":21,"defence_slash":18,"defence_crush":16,"defence_magic":15,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"shield","requirements":{"defence":40,"ranged":70}},"price":264569},"23194":{"id":23194,"name":"Zamorak d'hide shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":28334,"lowalch":11333,"highalch":17000,"buy_limit":8,"wiki_name":"Zamorak d'hide shield","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_d'hide_shield","equipment":{"attack_stab":-15,"attack_slash":-15,"attack_crush":-11,"attack_magic":-10,"attack_ranged":7,"defence_stab":21,"defence_slash":18,"defence_crush":16,"defence_magic":15,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"shield","requirements":{"defence":40,"ranged":70}},"price":328335},"23197":{"id":23197,"name":"Ancient d'hide shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":28334,"lowalch":11333,"highalch":17000,"buy_limit":8,"wiki_name":"Ancient d'hide shield","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_d'hide_shield","equipment":{"attack_stab":-15,"attack_slash":-15,"attack_crush":-11,"attack_magic":-10,"attack_ranged":7,"defence_stab":21,"defence_slash":18,"defence_crush":16,"defence_magic":15,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"shield","requirements":{"defence":40,"ranged":70}},"price":349500},"23200":{"id":23200,"name":"Armadyl d'hide shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":28334,"lowalch":11333,"highalch":17000,"buy_limit":8,"wiki_name":"Armadyl d'hide shield","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_d'hide_shield","equipment":{"attack_stab":-15,"attack_slash":-15,"attack_crush":-11,"attack_magic":-10,"attack_ranged":7,"defence_stab":21,"defence_slash":18,"defence_crush":16,"defence_magic":15,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"shield","requirements":{"defence":40,"ranged":70}},"price":345250},"23203":{"id":23203,"name":"Bandos d'hide shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":28334,"lowalch":11333,"highalch":17000,"buy_limit":8,"wiki_name":"Bandos d'hide shield","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_d'hide_shield","equipment":{"attack_stab":-15,"attack_slash":-15,"attack_crush":-11,"attack_magic":-10,"attack_ranged":7,"defence_stab":21,"defence_slash":18,"defence_crush":16,"defence_magic":15,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"shield","requirements":{"defence":40,"ranged":70}},"price":244494},"23206":{"id":23206,"name":"Dual sai","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":6000,"lowalch":2400,"highalch":3600,"buy_limit":8,"wiki_name":"Dual sai","wiki_url":"https://oldschool.runescape.wiki/w/Dual_sai","equipment":{"attack_stab":11,"attack_slash":8,"attack_crush":-4,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":14,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":16030},"23209":{"id":23209,"name":"Rune platebody (h1)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":65000,"lowalch":26000,"highalch":39000,"buy_limit":8,"wiki_name":"Rune platebody (h1)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_platebody_(h1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":82,"defence_slash":80,"defence_crush":72,"defence_magic":-6,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":40}},"price":38979},"23212":{"id":23212,"name":"Rune platebody (h2)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":65000,"lowalch":26000,"highalch":39000,"buy_limit":8,"wiki_name":"Rune platebody (h2)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_platebody_(h2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":82,"defence_slash":80,"defence_crush":72,"defence_magic":-6,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":40}},"price":37963},"23215":{"id":23215,"name":"Rune platebody (h3)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":65000,"lowalch":26000,"highalch":39000,"buy_limit":8,"wiki_name":"Rune platebody (h3)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_platebody_(h3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":82,"defence_slash":80,"defence_crush":72,"defence_magic":-6,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":40}},"price":37475},"23218":{"id":23218,"name":"Rune platebody (h4)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":65000,"lowalch":26000,"highalch":39000,"buy_limit":8,"wiki_name":"Rune platebody (h4)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_platebody_(h4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":82,"defence_slash":80,"defence_crush":72,"defence_magic":-6,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":40}},"price":43154},"23221":{"id":23221,"name":"Rune platebody (h5)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":65000,"lowalch":26000,"highalch":39000,"buy_limit":8,"wiki_name":"Rune platebody (h5)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_platebody_(h5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":82,"defence_slash":80,"defence_crush":72,"defence_magic":-6,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":40}},"price":38502},"23224":{"id":23224,"name":"Thieving bag","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":8,"wiki_name":"Thieving bag","wiki_url":"https://oldschool.runescape.wiki/w/Thieving_bag","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":43309},"23227":{"id":23227,"name":"Rune defender ornament kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Rune defender ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Rune_defender_ornament_kit","price":10686},"23230":{"id":23230,"name":"Rune defender (t)","members":true,"equipable":true,"equipable_by_player":true,"cost":65004,"lowalch":26001,"highalch":39002,"wiki_name":"Rune defender (t) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_defender_(t)#Normal","equipment":{"attack_stab":20,"attack_slash":19,"attack_crush":18,"attack_magic":-3,"attack_ranged":-2,"defence_stab":20,"defence_slash":19,"defence_crush":18,"defence_magic":-3,"defence_ranged":-2,"melee_strength":5,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"attack":40,"defence":40}},"price":0},"23232":{"id":23232,"name":"Tzhaar-ket-om ornament kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Tzhaar-ket-om ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Tzhaar-ket-om_ornament_kit","price":5189},"23235":{"id":23235,"name":"Tzhaar-ket-om (t)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":50001,"lowalch":20000,"highalch":30000,"wiki_name":"Tzhaar-ket-om (t)","wiki_url":"https://oldschool.runescape.wiki/w/Tzhaar-ket-om_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":80,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":85,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"strength":40}},"weapon":{"attack_speed":7,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"23237":{"id":23237,"name":"Berserker necklace ornament kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Berserker necklace ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Berserker_necklace_ornament_kit","price":10388},"23240":{"id":23240,"name":"Berserker necklace (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":202000,"lowalch":80800,"highalch":121200,"wiki_name":"Berserker necklace (or)","wiki_url":"https://oldschool.runescape.wiki/w/Berserker_necklace_(or)","equipment":{"attack_stab":-10,"attack_slash":-10,"attack_crush":-10,"attack_magic":0,"attack_ranged":0,"defence_stab":-20,"defence_slash":-20,"defence_crush":-20,"defence_magic":-20,"defence_ranged":-20,"melee_strength":7,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"neck","requirements":null},"price":0},"23242":{"id":23242,"name":"3rd age plateskirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200000,"lowalch":80000,"highalch":120000,"buy_limit":8,"wiki_name":"3rd age plateskirt","wiki_url":"https://oldschool.runescape.wiki/w/3rd_age_plateskirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-25,"attack_ranged":-2,"defence_stab":78,"defence_slash":76,"defence_crush":83,"defence_magic":-5,"defence_ranged":75,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":65}},"price":90500000},"23245":{"id":23245,"name":"Reward casket (beginner)","stackable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Reward casket (beginner)","wiki_url":"https://oldschool.runescape.wiki/w/Reward_casket_(beginner)","price":0},"23246":{"id":23246,"name":"Fremennik kilt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":60000,"lowalch":24000,"highalch":36000,"buy_limit":8,"wiki_name":"Fremennik kilt","wiki_url":"https://oldschool.runescape.wiki/w/Fremennik_kilt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-7,"defence_stab":11,"defence_slash":10,"defence_crush":10,"defence_magic":-4,"defence_ranged":10,"melee_strength":1,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":3313967},"23249":{"id":23249,"name":"Rangers' tights","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20000,"lowalch":8000,"highalch":12000,"buy_limit":8,"wiki_name":"Rangers' tights","wiki_url":"https://oldschool.runescape.wiki/w/Rangers'_tights","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":15,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"ranged":40}},"price":233133},"23252":{"id":23252,"name":"Giant boot","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":14000,"lowalch":5600,"highalch":8400,"buy_limit":4,"wiki_name":"Giant boot","wiki_url":"https://oldschool.runescape.wiki/w/Giant_boot","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":97673},"23255":{"id":23255,"name":"Uri's hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":4,"wiki_name":"Uri's hat","wiki_url":"https://oldschool.runescape.wiki/w/Uri's_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":32533},"23258":{"id":23258,"name":"Gilded coif","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":8,"wiki_name":"Gilded coif","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_coif","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-1,"attack_ranged":4,"defence_stab":4,"defence_slash":7,"defence_crush":8,"defence_magic":4,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":724551},"23261":{"id":23261,"name":"Gilded d'hide vambraces","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":40000,"lowalch":16000,"highalch":24000,"buy_limit":8,"wiki_name":"Gilded d'hide vambraces","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_d'hide_vambraces","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":8,"defence_stab":3,"defence_slash":2,"defence_crush":4,"defence_magic":2,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"ranged":40}},"price":6944999},"23264":{"id":23264,"name":"Gilded d'hide body","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50000,"lowalch":20000,"highalch":30000,"buy_limit":8,"wiki_name":"Gilded d'hide body","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_d'hide_body","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":15,"defence_stab":40,"defence_slash":32,"defence_crush":45,"defence_magic":20,"defence_ranged":40,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"ranged":40,"defence":40}},"price":3480001},"23267":{"id":23267,"name":"Gilded d'hide chaps","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":40000,"lowalch":16000,"highalch":24000,"buy_limit":8,"wiki_name":"Gilded d'hide chaps","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_d'hide_chaps","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":8,"defence_stab":22,"defence_slash":16,"defence_crush":24,"defence_magic":8,"defence_ranged":22,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"ranged":40}},"price":12589999},"23270":{"id":23270,"name":"Adamant dragon mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":4,"wiki_name":"Adamant dragon mask","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_dragon_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":5934},"23273":{"id":23273,"name":"Rune dragon mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":4,"wiki_name":"Rune dragon mask","wiki_url":"https://oldschool.runescape.wiki/w/Rune_dragon_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":23327},"23276":{"id":23276,"name":"Gilded pickaxe","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":50000,"lowalch":20000,"highalch":30000,"buy_limit":4,"wiki_name":"Gilded pickaxe","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_pickaxe","equipment":{"attack_stab":26,"attack_slash":-2,"attack_crush":24,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":29,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"mining":41,"attack":40}},"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":6337043},"23279":{"id":23279,"name":"Gilded axe","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":35000,"lowalch":14000,"highalch":21000,"buy_limit":4,"wiki_name":"Gilded axe","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_axe","equipment":{"attack_stab":-2,"attack_slash":26,"attack_crush":24,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":29,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"woodcutting":41,"attack":40}},"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":7101109},"23282":{"id":23282,"name":"Gilded spade","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":4,"wiki_name":"Gilded spade","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_spade","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":5550000},"23285":{"id":23285,"name":"Mole slippers","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":4,"wiki_name":"Mole slippers","wiki_url":"https://oldschool.runescape.wiki/w/Mole_slippers","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":940000},"23288":{"id":23288,"name":"Frog slippers","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":4,"wiki_name":"Frog slippers","wiki_url":"https://oldschool.runescape.wiki/w/Frog_slippers","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":83892},"23291":{"id":23291,"name":"Bear feet","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":4,"wiki_name":"Bear feet","wiki_url":"https://oldschool.runescape.wiki/w/Bear_feet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":36820},"23294":{"id":23294,"name":"Demon feet","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":4,"wiki_name":"Demon feet","wiki_url":"https://oldschool.runescape.wiki/w/Demon_feet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":33821},"23297":{"id":23297,"name":"Jester cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":4,"wiki_name":"Jester cape","wiki_url":"https://oldschool.runescape.wiki/w/Jester_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":38350},"23300":{"id":23300,"name":"Shoulder parrot","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":4,"wiki_name":"Shoulder parrot","wiki_url":"https://oldschool.runescape.wiki/w/Shoulder_parrot","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":392500},"23303":{"id":23303,"name":"Monk's robe top (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":4,"wiki_name":"Monk's robe top (t)","wiki_url":"https://oldschool.runescape.wiki/w/Monk's_robe_top_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"body","requirements":null},"price":30091},"23306":{"id":23306,"name":"Monk's robe (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":4,"wiki_name":"Monk's robe (t)","wiki_url":"https://oldschool.runescape.wiki/w/Monk's_robe_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"legs","requirements":null},"price":14750},"23309":{"id":23309,"name":"Amulet of defence (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1275,"lowalch":510,"highalch":765,"buy_limit":4,"wiki_name":"Amulet of defence (t)","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_defence_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":7,"defence_slash":7,"defence_crush":7,"defence_magic":7,"defence_ranged":7,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":3355},"23312":{"id":23312,"name":"Sandwich lady hat","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":4,"wiki_name":"Sandwich lady hat","wiki_url":"https://oldschool.runescape.wiki/w/Sandwich_lady_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":12091},"23315":{"id":23315,"name":"Sandwich lady top","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":4,"wiki_name":"Sandwich lady top","wiki_url":"https://oldschool.runescape.wiki/w/Sandwich_lady_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":4940},"23318":{"id":23318,"name":"Sandwich lady bottom","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":4,"wiki_name":"Sandwich lady bottom","wiki_url":"https://oldschool.runescape.wiki/w/Sandwich_lady_bottom","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":13288},"23321":{"id":23321,"name":"Rune scimitar ornament kit (guthix)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Rune scimitar ornament kit (guthix)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_scimitar_ornament_kit_(guthix)","price":3322},"23324":{"id":23324,"name":"Rune scimitar ornament kit (saradomin)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Rune scimitar ornament kit (saradomin)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_scimitar_ornament_kit_(saradomin)","price":15798},"23327":{"id":23327,"name":"Rune scimitar ornament kit (zamorak)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Rune scimitar ornament kit (zamorak)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_scimitar_ornament_kit_(zamorak)","price":12941},"23330":{"id":23330,"name":"Rune scimitar","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":25600,"lowalch":10240,"highalch":15360,"wiki_name":"Rune scimitar (guthix)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_scimitar_(guthix)","equipment":{"attack_stab":7,"attack_slash":45,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":44,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":40}},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"23332":{"id":23332,"name":"Rune scimitar","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":25600,"lowalch":10240,"highalch":15360,"wiki_name":"Rune scimitar (saradomin)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_scimitar_(saradomin)","equipment":{"attack_stab":7,"attack_slash":45,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":44,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":40}},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"23334":{"id":23334,"name":"Rune scimitar","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":25600,"lowalch":10240,"highalch":15360,"wiki_name":"Rune scimitar (zamorak)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_scimitar_(zamorak)","equipment":{"attack_stab":7,"attack_slash":45,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":44,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":40}},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"23336":{"id":23336,"name":"3rd age druidic robe top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200000,"lowalch":80000,"highalch":120000,"buy_limit":4,"wiki_name":"3rd age druidic robe top","wiki_url":"https://oldschool.runescape.wiki/w/3rd_age_druidic_robe_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":8,"slot":"body","requirements":{"prayer":65,"defence":65}},"price":2147483647},"23339":{"id":23339,"name":"3rd age druidic robe bottoms","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200000,"lowalch":80000,"highalch":120000,"buy_limit":4,"wiki_name":"3rd age druidic robe bottoms","wiki_url":"https://oldschool.runescape.wiki/w/3rd_age_druidic_robe_bottoms","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"legs","requirements":{"prayer":65,"defence":65}},"price":2147483647},"23342":{"id":23342,"name":"3rd age druidic staff","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":200000,"lowalch":80000,"highalch":120000,"buy_limit":8,"wiki_name":"3rd age druidic staff","wiki_url":"https://oldschool.runescape.wiki/w/3rd_age_druidic_staff","equipment":{"attack_stab":7,"attack_slash":-1,"attack_crush":25,"attack_magic":10,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":10,"defence_ranged":0,"melee_strength":32,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"weapon","requirements":{"prayer":65,"attack":65}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":1540833500},"23345":{"id":23345,"name":"3rd age druidic cloak","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200000,"lowalch":80000,"highalch":120000,"buy_limit":8,"wiki_name":"3rd age druidic cloak","wiki_url":"https://oldschool.runescape.wiki/w/3rd_age_druidic_cloak","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":1,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":3,"defence_ranged":3,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"cape","requirements":{"prayer":65,"defence":65}},"price":1998000944},"23348":{"id":23348,"name":"Tormented ornament kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Tormented ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Tormented_ornament_kit","price":3129634},"23351":{"id":23351,"name":"Cape of skulls","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":8,"wiki_name":"Cape of skulls","wiki_url":"https://oldschool.runescape.wiki/w/Cape_of_skulls","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":4449951},"23354":{"id":23354,"name":"Amulet of power (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":4025,"lowalch":1610,"highalch":2415,"buy_limit":5,"wiki_name":"Amulet of power (t)","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_power_(t)","equipment":{"attack_stab":6,"attack_slash":6,"attack_crush":6,"attack_magic":6,"attack_ranged":6,"defence_stab":6,"defence_slash":6,"defence_crush":6,"defence_magic":6,"defence_ranged":6,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"neck","requirements":null},"price":455867},"23357":{"id":23357,"name":"Rain bow","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":18000,"wiki_name":"Rain bow","wiki_url":"https://oldschool.runescape.wiki/w/Rain_bow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":8,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":143000},"23360":{"id":23360,"name":"Ham joint","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1500,"lowalch":600,"highalch":900,"buy_limit":100,"wiki_name":"Ham joint","wiki_url":"https://oldschool.runescape.wiki/w/Ham_joint","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":3,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":3428574},"23363":{"id":23363,"name":"Staff of bob the cat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1500,"lowalch":600,"highalch":900,"buy_limit":8,"wiki_name":"Staff of bob the cat","wiki_url":"https://oldschool.runescape.wiki/w/Staff_of_bob_the_cat","equipment":{"attack_stab":2,"attack_slash":-1,"attack_crush":10,"attack_magic":10,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":10,"defence_ranged":0,"melee_strength":7,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":145862},"23366":{"id":23366,"name":"Black platebody (h1)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3840,"lowalch":1536,"highalch":2304,"buy_limit":8,"wiki_name":"Black platebody (h1)","wiki_url":"https://oldschool.runescape.wiki/w/Black_platebody_(h1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":41,"defence_slash":40,"defence_crush":30,"defence_magic":-6,"defence_ranged":40,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":10}},"price":3644},"23369":{"id":23369,"name":"Black platebody (h2)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3840,"lowalch":1536,"highalch":2304,"buy_limit":8,"wiki_name":"Black platebody (h2)","wiki_url":"https://oldschool.runescape.wiki/w/Black_platebody_(h2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":41,"defence_slash":40,"defence_crush":30,"defence_magic":-6,"defence_ranged":40,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":10}},"price":2190},"23372":{"id":23372,"name":"Black platebody (h3)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3840,"lowalch":1536,"highalch":2304,"buy_limit":8,"wiki_name":"Black platebody (h3)","wiki_url":"https://oldschool.runescape.wiki/w/Black_platebody_(h3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":41,"defence_slash":40,"defence_crush":30,"defence_magic":-6,"defence_ranged":40,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":10}},"price":2261},"23375":{"id":23375,"name":"Black platebody (h4)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3840,"lowalch":1536,"highalch":2304,"buy_limit":8,"wiki_name":"Black platebody (h4)","wiki_url":"https://oldschool.runescape.wiki/w/Black_platebody_(h4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":41,"defence_slash":40,"defence_crush":30,"defence_magic":-6,"defence_ranged":40,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":10}},"price":2122},"23378":{"id":23378,"name":"Black platebody (h5)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3840,"lowalch":1536,"highalch":2304,"buy_limit":8,"wiki_name":"Black platebody (h5)","wiki_url":"https://oldschool.runescape.wiki/w/Black_platebody_(h5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":41,"defence_slash":40,"defence_crush":30,"defence_magic":-6,"defence_ranged":40,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":10}},"price":15063},"23381":{"id":23381,"name":"Leather body (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":850,"lowalch":340,"highalch":510,"buy_limit":8,"wiki_name":"Leather body (g)","wiki_url":"https://oldschool.runescape.wiki/w/Leather_body_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-2,"attack_ranged":2,"defence_stab":8,"defence_slash":9,"defence_crush":10,"defence_magic":4,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"ranged":1}},"price":129834},"23384":{"id":23384,"name":"Leather chaps (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":850,"lowalch":340,"highalch":510,"buy_limit":8,"wiki_name":"Leather chaps (g)","wiki_url":"https://oldschool.runescape.wiki/w/Leather_chaps_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":4,"defence_stab":2,"defence_slash":2,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":27055},"23387":{"id":23387,"name":"Watson teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":10000,"wiki_name":"Watson teleport","wiki_url":"https://oldschool.runescape.wiki/w/Watson_teleport","price":10786},"23389":{"id":23389,"name":"Spiked manacles","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2500,"lowalch":1000,"highalch":1500,"buy_limit":8,"wiki_name":"Spiked manacles","wiki_url":"https://oldschool.runescape.wiki/w/Spiked_manacles","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":-4,"defence_ranged":0,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":900546},"23392":{"id":23392,"name":"Adamant platebody (h1)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":16640,"lowalch":6656,"highalch":9984,"buy_limit":8,"wiki_name":"Adamant platebody (h1)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_platebody_(h1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":65,"defence_slash":63,"defence_crush":55,"defence_magic":-6,"defence_ranged":63,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":30}},"price":9275},"23395":{"id":23395,"name":"Adamant platebody (h2)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":16640,"lowalch":6656,"highalch":9984,"buy_limit":8,"wiki_name":"Adamant platebody (h2)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_platebody_(h2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":65,"defence_slash":63,"defence_crush":55,"defence_magic":-6,"defence_ranged":63,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":30}},"price":9082},"23398":{"id":23398,"name":"Adamant platebody (h3)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":16640,"lowalch":6656,"highalch":9984,"buy_limit":8,"wiki_name":"Adamant platebody (h3)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_platebody_(h3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":65,"defence_slash":63,"defence_crush":55,"defence_magic":-6,"defence_ranged":63,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":30}},"price":9227},"23401":{"id":23401,"name":"Adamant platebody (h4)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":16640,"lowalch":6656,"highalch":9984,"buy_limit":8,"wiki_name":"Adamant platebody (h4)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_platebody_(h4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":65,"defence_slash":63,"defence_crush":55,"defence_magic":-6,"defence_ranged":63,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":30}},"price":10733},"23404":{"id":23404,"name":"Adamant platebody (h5)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":16640,"lowalch":6656,"highalch":9984,"buy_limit":8,"wiki_name":"Adamant platebody (h5)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_platebody_(h5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":65,"defence_slash":63,"defence_crush":55,"defence_magic":-6,"defence_ranged":63,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":30}},"price":9199},"23407":{"id":23407,"name":"Wolf mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2400,"lowalch":960,"highalch":1440,"buy_limit":4,"wiki_name":"Wolf mask","wiki_url":"https://oldschool.runescape.wiki/w/Wolf_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":58500},"23410":{"id":23410,"name":"Wolf cloak","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":4,"wiki_name":"Wolf cloak","wiki_url":"https://oldschool.runescape.wiki/w/Wolf_cloak","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":34000},"23413":{"id":23413,"name":"Climbing boots (g)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":75000,"lowalch":30000,"highalch":45000,"buy_limit":4,"wiki_name":"Climbing boots (g)","wiki_url":"https://oldschool.runescape.wiki/w/Climbing_boots_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":47500},"23416":{"id":23416,"name":"Stash units (beginner)","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"23417":{"id":23417,"name":"Puzzle box (master)","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Puzzle box (Theatre of Blood)","wiki_url":"https://oldschool.runescape.wiki/w/Puzzle_box#Theatre_of_Blood","price":0},"23442":{"id":23442,"name":"Clue geode (beginner)","cost":1,"wiki_name":"Clue geode (beginner)","wiki_url":"https://oldschool.runescape.wiki/w/Clue_geode_(beginner)","price":0},"23444":{"id":23444,"name":"Tormented bracelet (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":201000,"lowalch":80400,"highalch":120600,"wiki_name":"Tormented bracelet (or)","wiki_url":"https://oldschool.runescape.wiki/w/Tormented_bracelet_(or)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":10,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":5,"prayer":2,"slot":"hands","requirements":{"hitpoints":75}},"price":0},"23446":{"id":23446,"name":"Giant easter egg","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Giant easter egg","wiki_url":"https://oldschool.runescape.wiki/w/Giant_easter_egg","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"23448":{"id":23448,"name":"Bunnyman mask","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bunnyman mask","wiki_url":"https://oldschool.runescape.wiki/w/Bunnyman_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"23458":{"id":23458,"name":"Enchanted lyre(i)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Enchanted lyre(i)","wiki_url":"https://oldschool.runescape.wiki/w/Enchanted_lyre(i)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"unarmed","stances":[{"combat_style":"punch","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"kick","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"23460":{"id":23460,"name":"Attacker icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Attacker icon (Goatee)","wiki_url":"https://oldschool.runescape.wiki/w/Attacker_icon#Goatee","price":0},"23461":{"id":23461,"name":"Attacker icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Attacker icon (Medium)","wiki_url":"https://oldschool.runescape.wiki/w/Attacker_icon#Medium","price":0},"23462":{"id":23462,"name":"Attacker icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Attacker icon (Clean-shaven)","wiki_url":"https://oldschool.runescape.wiki/w/Attacker_icon#Clean-shaven","price":0},"23463":{"id":23463,"name":"Attacker icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Attacker icon (Short)","wiki_url":"https://oldschool.runescape.wiki/w/Attacker_icon#Short","price":0},"23464":{"id":23464,"name":"Attacker icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Attacker icon (Split)","wiki_url":"https://oldschool.runescape.wiki/w/Attacker_icon#Split","price":0},"23465":{"id":23465,"name":"Attacker icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Attacker icon (Dali)","wiki_url":"https://oldschool.runescape.wiki/w/Attacker_icon#Dali","price":0},"23466":{"id":23466,"name":"Defender icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Defender icon (Goatee)","wiki_url":"https://oldschool.runescape.wiki/w/Defender_icon#Goatee","price":0},"23467":{"id":23467,"name":"Defender icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Defender icon (Clean-shaven)","wiki_url":"https://oldschool.runescape.wiki/w/Defender_icon#Clean-shaven","price":0},"23468":{"id":23468,"name":"Defender icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Defender icon (Short)","wiki_url":"https://oldschool.runescape.wiki/w/Defender_icon#Short","price":0},"23469":{"id":23469,"name":"Defender icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Defender icon (Split)","wiki_url":"https://oldschool.runescape.wiki/w/Defender_icon#Split","price":0},"23470":{"id":23470,"name":"Defender icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Defender icon (Mutton)","wiki_url":"https://oldschool.runescape.wiki/w/Defender_icon#Mutton","price":0},"23471":{"id":23471,"name":"Collector icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Collector icon (Long)","wiki_url":"https://oldschool.runescape.wiki/w/Collector_icon#Long","price":0},"23472":{"id":23472,"name":"Collector icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Collector icon (Medium)","wiki_url":"https://oldschool.runescape.wiki/w/Collector_icon#Medium","price":0},"23473":{"id":23473,"name":"Collector icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Collector icon (Clean-shaven)","wiki_url":"https://oldschool.runescape.wiki/w/Collector_icon#Clean-shaven","price":0},"23474":{"id":23474,"name":"Collector icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Collector icon (Pointy)","wiki_url":"https://oldschool.runescape.wiki/w/Collector_icon#Pointy","price":0},"23475":{"id":23475,"name":"Collector icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Collector icon (Handlebar)","wiki_url":"https://oldschool.runescape.wiki/w/Collector_icon#Handlebar","price":0},"23476":{"id":23476,"name":"Collector icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Collector icon (Full mutton)","wiki_url":"https://oldschool.runescape.wiki/w/Collector_icon#Full_mutton","price":0},"23477":{"id":23477,"name":"Collector icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Collector icon (Vizier)","wiki_url":"https://oldschool.runescape.wiki/w/Collector_icon#Vizier","price":0},"23478":{"id":23478,"name":"Healer icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Healer icon (Goatee)","wiki_url":"https://oldschool.runescape.wiki/w/Healer_icon#Goatee","price":0},"23479":{"id":23479,"name":"Healer icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Healer icon (Medium)","wiki_url":"https://oldschool.runescape.wiki/w/Healer_icon#Medium","price":0},"23480":{"id":23480,"name":"Healer icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Healer icon (Clean-shaven)","wiki_url":"https://oldschool.runescape.wiki/w/Healer_icon#Clean-shaven","price":0},"23481":{"id":23481,"name":"Healer icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Healer icon (Pointy)","wiki_url":"https://oldschool.runescape.wiki/w/Healer_icon#Pointy","price":0},"23482":{"id":23482,"name":"Healer icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Healer icon (Split)","wiki_url":"https://oldschool.runescape.wiki/w/Healer_icon#Split","price":0},"23483":{"id":23483,"name":"Healer icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Healer icon (Mutton)","wiki_url":"https://oldschool.runescape.wiki/w/Healer_icon#Mutton","price":0},"23484":{"id":23484,"name":"Healer icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Healer icon (Big moustache)","wiki_url":"https://oldschool.runescape.wiki/w/Healer_icon#Big_moustache","price":0},"23485":{"id":23485,"name":"Healer icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Healer icon (Dali)","wiki_url":"https://oldschool.runescape.wiki/w/Healer_icon#Dali","price":0},"23486":{"id":23486,"name":"Healer icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Healer icon (Vizier)","wiki_url":"https://oldschool.runescape.wiki/w/Healer_icon#Vizier","price":0},"23487":{"id":23487,"name":"Archaic emblem (tier 10)","members":true,"stackable":true,"cost":50009,"lowalch":20003,"highalch":30005,"wiki_name":"Archaic emblem (discontinued) (Tier 10)","wiki_url":"https://oldschool.runescape.wiki/w/Archaic_emblem_(discontinued)#Tier_10","price":0},"23489":{"id":23489,"name":"Wine of zamorak","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wine of zamorak (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Wine_of_zamorak_(unobtainable_item)","price":0},"23490":{"id":23490,"name":"Larran's key","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":250,"wiki_name":"Larran's key","wiki_url":"https://oldschool.runescape.wiki/w/Larran's_key","price":110910},"23495":{"id":23495,"name":"Sraracha","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sraracha (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Sraracha#Normal","price":0},"23497":{"id":23497,"name":"Temple coin","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Temple coin","wiki_url":"https://oldschool.runescape.wiki/w/Temple_coin","price":0},"23499":{"id":23499,"name":"Grubby key","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":32,"lowalch":12,"highalch":19,"buy_limit":11000,"wiki_name":"Grubby key","wiki_url":"https://oldschool.runescape.wiki/w/Grubby_key","price":35668},"23502":{"id":23502,"name":"Temple key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Temple key","wiki_url":"https://oldschool.runescape.wiki/w/Temple_key","price":0},"23504":{"id":23504,"name":"Tome of the moon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tome of the moon","wiki_url":"https://oldschool.runescape.wiki/w/Tome_of_the_moon","price":0},"23506":{"id":23506,"name":"Tome of the sun","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tome of the sun","wiki_url":"https://oldschool.runescape.wiki/w/Tome_of_the_sun","price":0},"23508":{"id":23508,"name":"Tome of the temple","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tome of the temple","wiki_url":"https://oldschool.runescape.wiki/w/Tome_of_the_temple","price":0},"23510":{"id":23510,"name":"Tattered moon page","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tattered moon page","wiki_url":"https://oldschool.runescape.wiki/w/Tattered_moon_page","price":0},"23512":{"id":23512,"name":"Tattered sun page","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tattered sun page","wiki_url":"https://oldschool.runescape.wiki/w/Tattered_sun_page","price":0},"23514":{"id":23514,"name":"Tattered temple page","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tattered temple page","wiki_url":"https://oldschool.runescape.wiki/w/Tattered_temple_page","price":0},"23516":{"id":23516,"name":"Lamp of knowledge","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Lamp of knowledge","wiki_url":"https://oldschool.runescape.wiki/w/Lamp_of_knowledge","price":0},"23517":{"id":23517,"name":"Giant egg sac(full)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":100,"wiki_name":"Giant egg sac (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Giant_egg_sac#Full","price":43141},"23520":{"id":23520,"name":"Giant egg sac","members":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Giant egg sac (Open)","wiki_url":"https://oldschool.runescape.wiki/w/Giant_egg_sac#Open","price":0},"23522":{"id":23522,"name":"Mask of ranul","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":70,"wiki_name":"Mask of ranul","wiki_url":"https://oldschool.runescape.wiki/w/Mask_of_ranul","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":2,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":2,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":23000},"23525":{"id":23525,"name":"Jar of eyes","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Jar of eyes","wiki_url":"https://oldschool.runescape.wiki/w/Jar_of_eyes","price":463635},"23528":{"id":23528,"name":"Sarachnis cudgel","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":120001,"lowalch":48000,"highalch":72000,"buy_limit":70,"wiki_name":"Sarachnis cudgel","wiki_url":"https://oldschool.runescape.wiki/w/Sarachnis_cudgel","equipment":{"attack_stab":30,"attack_slash":0,"attack_crush":70,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":70,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":65}},"weapon":{"attack_speed":4,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":249939},"23533":{"id":23533,"name":"Cooked karambwan","noteable":true,"cost":250,"wiki_name":"Cooked karambwan (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_karambwan_(Last_Man_Standing)","price":0},"23543":{"id":23543,"name":"Super combat potion(4)","noteable":true,"cost":160,"lowalch":64,"highalch":96,"wiki_name":"Super combat potion (Last Man Standing) (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_combat_potion_(Last_Man_Standing)#4_dose","price":0},"23545":{"id":23545,"name":"Super combat potion(3)","noteable":true,"cost":120,"lowalch":48,"highalch":72,"wiki_name":"Super combat potion (Last Man Standing) (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_combat_potion_(Last_Man_Standing)#3_dose","price":0},"23547":{"id":23547,"name":"Super combat potion(2)","noteable":true,"cost":80,"lowalch":32,"highalch":48,"wiki_name":"Super combat potion (Last Man Standing) (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_combat_potion_(Last_Man_Standing)#2_dose","price":0},"23549":{"id":23549,"name":"Super combat potion(1)","noteable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Super combat potion (Last Man Standing) (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_combat_potion_(Last_Man_Standing)#1_dose","price":0},"23551":{"id":23551,"name":"Ranging potion(4)","noteable":true,"cost":160,"lowalch":64,"highalch":96,"wiki_name":"Ranging potion (Last Man Standing) (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Ranging_potion_(Last_Man_Standing)#4_dose","price":0},"23553":{"id":23553,"name":"Ranging potion(3)","noteable":true,"cost":120,"lowalch":48,"highalch":72,"wiki_name":"Ranging potion (Last Man Standing) (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Ranging_potion_(Last_Man_Standing)#3_dose","price":0},"23555":{"id":23555,"name":"Ranging potion(2)","noteable":true,"cost":80,"lowalch":32,"highalch":48,"wiki_name":"Ranging potion (Last Man Standing) (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Ranging_potion_(Last_Man_Standing)#2_dose","price":0},"23557":{"id":23557,"name":"Ranging potion(1)","noteable":true,"cost":144,"lowalch":57,"highalch":86,"wiki_name":"Ranging potion (Last Man Standing) (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Ranging_potion_(Last_Man_Standing)#1_dose","price":0},"23559":{"id":23559,"name":"Sanfew serum(4)","noteable":true,"cost":160,"lowalch":64,"highalch":96,"wiki_name":"Sanfew serum (Last Man Standing) (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Sanfew_serum_(Last_Man_Standing)#4_dose","price":0},"23561":{"id":23561,"name":"Sanfew serum(3)","noteable":true,"cost":120,"lowalch":48,"highalch":72,"wiki_name":"Sanfew serum (Last Man Standing) (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Sanfew_serum_(Last_Man_Standing)#3_dose","price":0},"23563":{"id":23563,"name":"Sanfew serum(2)","noteable":true,"cost":80,"lowalch":32,"highalch":48,"wiki_name":"Sanfew serum (Last Man Standing) (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Sanfew_serum_(Last_Man_Standing)#2_dose","price":0},"23565":{"id":23565,"name":"Sanfew serum(1)","noteable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Sanfew serum (Last Man Standing) (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Sanfew_serum_(Last_Man_Standing)#1_dose","price":0},"23567":{"id":23567,"name":"Super restore(4)","noteable":true,"cost":160,"lowalch":64,"highalch":96,"wiki_name":"Super restore (Last Man Standing) (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_restore_(Last_Man_Standing)#4_dose","price":0},"23569":{"id":23569,"name":"Super restore(3)","noteable":true,"cost":120,"lowalch":48,"highalch":72,"wiki_name":"Super restore (Last Man Standing) (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_restore_(Last_Man_Standing)#3_dose","price":0},"23571":{"id":23571,"name":"Super restore(2)","noteable":true,"cost":80,"lowalch":32,"highalch":48,"wiki_name":"Super restore (Last Man Standing) (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_restore_(Last_Man_Standing)#2_dose","price":0},"23573":{"id":23573,"name":"Super restore(1)","noteable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Super restore (Last Man Standing) (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_restore_(Last_Man_Standing)#1_dose","price":0},"23575":{"id":23575,"name":"Saradomin brew(4)","noteable":true,"cost":160,"lowalch":64,"highalch":96,"wiki_name":"Saradomin brew (Last Man Standing) (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_brew_(Last_Man_Standing)#4_dose","price":0},"23577":{"id":23577,"name":"Saradomin brew(3)","noteable":true,"cost":120,"lowalch":48,"highalch":72,"wiki_name":"Saradomin brew (Last Man Standing) (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_brew_(Last_Man_Standing)#3_dose","price":0},"23579":{"id":23579,"name":"Saradomin brew(2)","noteable":true,"cost":80,"lowalch":32,"highalch":48,"wiki_name":"Saradomin brew (Last Man Standing) (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_brew_(Last_Man_Standing)#2_dose","price":0},"23581":{"id":23581,"name":"Saradomin brew(1)","noteable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Saradomin brew (Last Man Standing) (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_brew_(Last_Man_Standing)#1_dose","price":0},"23583":{"id":23583,"name":"Stamina potion(4)","noteable":true,"cost":400,"lowalch":160,"highalch":240,"wiki_name":"Stamina potion (Last Man Standing) (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Stamina_potion_(Last_Man_Standing)#4_dose","price":0},"23585":{"id":23585,"name":"Stamina potion(3)","noteable":true,"cost":300,"lowalch":120,"highalch":180,"wiki_name":"Stamina potion (Last Man Standing) (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Stamina_potion_(Last_Man_Standing)#3_dose","price":0},"23587":{"id":23587,"name":"Stamina potion(2)","noteable":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Stamina potion (Last Man Standing) (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Stamina_potion_(Last_Man_Standing)#2_dose","price":0},"23589":{"id":23589,"name":"Stamina potion(1)","noteable":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Stamina potion (Last Man Standing) (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Stamina_potion_(Last_Man_Standing)#1_dose","price":0},"23591":{"id":23591,"name":"Helm of neitiznot","noteable":true,"equipable":true,"equipable_by_player":true,"cost":30,"wiki_name":"Helm of neitiznot (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Helm_of_neitiznot_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":31,"defence_slash":29,"defence_crush":34,"defence_magic":3,"defence_ranged":30,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"head","requirements":{"defence":55}},"price":0},"23593":{"id":23593,"name":"Barrows gloves","noteable":true,"equipable":true,"equipable_by_player":true,"cost":30,"wiki_name":"Barrows gloves (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Barrows_gloves_(Last_Man_Standing)","equipment":{"attack_stab":12,"attack_slash":12,"attack_crush":12,"attack_magic":6,"attack_ranged":12,"defence_stab":12,"defence_slash":12,"defence_crush":12,"defence_magic":6,"defence_ranged":12,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"23595":{"id":23595,"name":"Berserker ring","noteable":true,"equipable":true,"equipable_by_player":true,"cost":30,"wiki_name":"Berserker ring (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Berserker_ring_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":4,"defence_magic":0,"defence_ranged":0,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"23597":{"id":23597,"name":"Dragon defender","noteable":true,"equipable":true,"equipable_by_player":true,"cost":30,"wiki_name":"Dragon defender (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_defender_(Last_Man_Standing)","equipment":{"attack_stab":25,"attack_slash":24,"attack_crush":23,"attack_magic":-3,"attack_ranged":-2,"defence_stab":25,"defence_slash":24,"defence_crush":23,"defence_magic":-3,"defence_ranged":-2,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":60}},"price":0},"23599":{"id":23599,"name":"Spirit shield","noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Spirit shield (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Spirit_shield_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":39,"defence_slash":41,"defence_crush":50,"defence_magic":1,"defence_ranged":45,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"shield","requirements":{"defence":45,"prayer":55}},"price":0},"23601":{"id":23601,"name":"Rune crossbow","noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Rune crossbow (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_crossbow_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":90,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":61}},"weapon":{"attack_speed":6,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"23603":{"id":23603,"name":"Imbued guthix cape","noteable":true,"equipable":true,"equipable_by_player":true,"cost":30,"wiki_name":"Imbued guthix cape (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Imbued_guthix_cape_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":2,"prayer":0,"slot":"cape","requirements":{"magic":50}},"price":0},"23605":{"id":23605,"name":"Imbued zamorak cape","tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Imbued zamorak cape (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Imbued_zamorak_cape_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":2,"prayer":0,"slot":"cape","requirements":{"magic":50}},"price":0},"23607":{"id":23607,"name":"Imbued saradomin cape","tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Imbued saradomin cape (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Imbued_saradomin_cape_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":2,"prayer":0,"slot":"cape","requirements":{"magic":50}},"price":0},"23611":{"id":23611,"name":"Armadyl crossbow","noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":30,"wiki_name":"Armadyl crossbow (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_crossbow_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":100,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"weapon","requirements":{"ranged":70}},"weapon":{"attack_speed":6,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"23613":{"id":23613,"name":"Staff of the dead","noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":30,"wiki_name":"Staff of the dead (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Staff_of_the_dead_(Last_Man_Standing)","equipment":{"attack_stab":55,"attack_slash":70,"attack_crush":0,"attack_magic":17,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":3,"defence_magic":17,"defence_ranged":0,"melee_strength":72,"ranged_strength":0,"magic_damage":15,"prayer":0,"slot":"weapon","requirements":{"attack":75,"magic":75}},"weapon":{"attack_speed":4,"weapon_type":"bladed_staff","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"23615":{"id":23615,"name":"Vesta's longsword","noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":30,"wiki_name":"Vesta's longsword (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Vesta's_longsword_(Last_Man_Standing)","equipment":{"attack_stab":106,"attack_slash":121,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":4,"defence_crush":3,"defence_magic":0,"defence_ranged":0,"melee_strength":118,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":78}},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"23617":{"id":23617,"name":"Zuriel's staff","noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":30,"wiki_name":"Zuriel's staff (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Zuriel's_staff_(Last_Man_Standing)","equipment":{"attack_stab":13,"attack_slash":-1,"attack_crush":65,"attack_magic":18,"attack_ranged":0,"defence_stab":5,"defence_slash":7,"defence_crush":4,"defence_magic":18,"defence_ranged":0,"melee_strength":72,"ranged_strength":0,"magic_damage":10,"prayer":0,"slot":"weapon","requirements":{"magic":78}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"23619":{"id":23619,"name":"Morrigan's javelin","stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":3,"wiki_name":"Morrigan's javelin (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Morrigan's_javelin_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":105,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":145,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":78}},"weapon":{"attack_speed":6,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"23620":{"id":23620,"name":"Statius's warhammer","noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":30,"wiki_name":"Statius's warhammer (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Statius's_warhammer_(Last_Man_Standing)","equipment":{"attack_stab":-4,"attack_slash":-4,"attack_crush":123,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":114,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":78}},"weapon":{"attack_speed":5,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"23622":{"id":23622,"name":"Infernal cape","noteable":true,"equipable":true,"equipable_by_player":true,"cost":30,"wiki_name":"Infernal cape (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Infernal_cape_(Last_Man_Standing)","equipment":{"attack_stab":4,"attack_slash":4,"attack_crush":4,"attack_magic":1,"attack_ranged":1,"defence_stab":12,"defence_slash":12,"defence_crush":12,"defence_magic":12,"defence_ranged":12,"melee_strength":8,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"cape","requirements":null},"price":0},"23624":{"id":23624,"name":"Seers ring (i)","noteable":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Seers ring (i) (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Seers_ring_(i)_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":12,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":12,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"23626":{"id":23626,"name":"Kodai wand","noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Kodai wand (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Kodai_wand_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":28,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":3,"defence_magic":20,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":15,"prayer":0,"slot":"weapon","requirements":{"magic":75}},"weapon":{"attack_speed":4,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"23628":{"id":23628,"name":"Ghrazi rapier","noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":30,"wiki_name":"Ghrazi rapier (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Ghrazi_rapier_(Last_Man_Standing)","equipment":{"attack_stab":94,"attack_slash":55,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":89,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":75}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"23630":{"id":23630,"name":"Heavy ballista","noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Heavy ballista (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Heavy_ballista_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":125,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":15,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":75}},"weapon":{"attack_speed":7,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"23632":{"id":23632,"name":"Karil's leathertop","tradeable":true,"equipable":true,"equipable_by_player":true,"cost":50,"wiki_name":"Karil's leathertop (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Karil's_leathertop_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":30,"defence_stab":47,"defence_slash":42,"defence_crush":50,"defence_magic":65,"defence_ranged":57,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"ranged":70,"defence":70}},"price":0},"23633":{"id":23633,"name":"Dharok's platelegs","equipable":true,"equipable_by_player":true,"cost":50,"wiki_name":"Dharok's platelegs (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Dharok's_platelegs_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":85,"defence_slash":82,"defence_crush":83,"defence_magic":-4,"defence_ranged":92,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":70}},"price":0},"23634":{"id":23634,"name":"Torag's platelegs","equipable":true,"equipable_by_player":true,"cost":50,"wiki_name":"Torag's platelegs (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Torag's_platelegs_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":85,"defence_slash":82,"defence_crush":83,"defence_magic":-4,"defence_ranged":92,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":70}},"price":0},"23635":{"id":23635,"name":"Verac's plateskirt","equipable":true,"equipable_by_player":true,"cost":50,"wiki_name":"Verac's plateskirt (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Verac's_plateskirt_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":85,"defence_slash":82,"defence_crush":83,"defence_magic":0,"defence_ranged":84,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"legs","requirements":{"defence":70}},"price":0},"23636":{"id":23636,"name":"Verac's helm","equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Verac's helm (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Verac's_helm_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":55,"defence_slash":58,"defence_crush":54,"defence_magic":0,"defence_ranged":56,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"head","requirements":{"defence":70}},"price":0},"23637":{"id":23637,"name":"Torag's helm","equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Torag's helm (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Torag's_helm_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":55,"defence_slash":58,"defence_crush":54,"defence_magic":-1,"defence_ranged":62,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":70}},"price":0},"23638":{"id":23638,"name":"Guthan's helm","equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Guthan's helm (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Guthan's_helm_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":55,"defence_slash":58,"defence_crush":54,"defence_magic":-1,"defence_ranged":62,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":70}},"price":0},"23639":{"id":23639,"name":"Dharok's helm","equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Dharok's helm (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Dharok's_helm_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":45,"defence_slash":48,"defence_crush":44,"defence_magic":-1,"defence_ranged":51,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":70}},"price":0},"23640":{"id":23640,"name":"Amulet of fury","noteable":true,"equipable":true,"equipable_by_player":true,"cost":30,"wiki_name":"Amulet of fury (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_fury_(Last_Man_Standing)","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":10,"attack_magic":10,"attack_ranged":10,"defence_stab":15,"defence_slash":15,"defence_crush":15,"defence_magic":15,"defence_ranged":15,"melee_strength":8,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"neck","requirements":null},"price":0},"23642":{"id":23642,"name":"Blessed spirit shield","noteable":true,"equipable":true,"equipable_by_player":true,"cost":30,"wiki_name":"Blessed spirit shield (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_spirit_shield_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":53,"defence_slash":55,"defence_crush":73,"defence_magic":2,"defence_ranged":52,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"shield","requirements":{"defence":70,"prayer":50}},"price":0},"23644":{"id":23644,"name":"Eternal boots","noteable":true,"equipable":true,"equipable_by_player":true,"cost":30,"wiki_name":"Eternal boots (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Eternal_boots_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":8,"attack_ranged":0,"defence_stab":5,"defence_slash":5,"defence_crush":5,"defence_magic":8,"defence_ranged":5,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"magic":75,"defence":75}},"price":0},"23646":{"id":23646,"name":"Bandos tassets","noteable":true,"equipable":true,"equipable_by_player":true,"cost":30,"wiki_name":"Bandos tassets (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_tassets_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-7,"defence_stab":71,"defence_slash":63,"defence_crush":66,"defence_magic":-4,"defence_ranged":93,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"legs","requirements":{"defence":65}},"price":0},"23648":{"id":23648,"name":"Dragon javelin","stackable":true,"equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dragon javelin (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_javelin_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":150,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":65}},"price":0},"23649":{"id":23649,"name":"Diamond bolts (e)","stackable":true,"equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Diamond bolts (e) (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Diamond_bolts_(e)_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":105,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":61}},"price":0},"23650":{"id":23650,"name":"Rune pouch","noteable":true,"cost":1,"wiki_name":"Rune pouch (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_pouch_(Last_Man_Standing)","price":0},"23652":{"id":23652,"name":"Mage's book","equipable":true,"equipable_by_player":true,"cost":30,"wiki_name":"Mage's book (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Mage's_book_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":2,"prayer":0,"slot":"shield","requirements":{"magic":60}},"price":0},"23653":{"id":23653,"name":"Ahrim's staff","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":30,"wiki_name":"Ahrim's staff (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Ahrim's_staff_(Last_Man_Standing)","equipment":{"attack_stab":12,"attack_slash":-1,"attack_crush":65,"attack_magic":15,"attack_ranged":0,"defence_stab":3,"defence_slash":5,"defence_crush":2,"defence_magic":15,"defence_ranged":0,"melee_strength":68,"ranged_strength":0,"magic_damage":5,"prayer":0,"slot":"weapon","requirements":{"magic":70,"attack":70}},"weapon":{"attack_speed":6,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"23654":{"id":23654,"name":"Occult necklace","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Occult necklace (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Occult_necklace_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":12,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":5,"prayer":2,"slot":"neck","requirements":{"magic":75}},"price":0},"23655":{"id":23655,"name":"Crystal seedling","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal seedling (Unwatered)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_seedling#Unwatered","price":0},"23657":{"id":23657,"name":"Crystal seedling (w)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal seedling (Watered)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_seedling#Watered","price":0},"23659":{"id":23659,"name":"Crystal sapling","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal sapling","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_sapling","price":0},"23661":{"id":23661,"name":"Crystal acorn","members":true,"stackable":true,"cost":35000,"lowalch":14000,"highalch":21000,"wiki_name":"Crystal acorn","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_acorn","price":0},"23667":{"id":23667,"name":"Dragonstone armour set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80000,"lowalch":32000,"highalch":48000,"wiki_name":"Dragonstone armour set","wiki_url":"https://oldschool.runescape.wiki/w/Dragonstone_armour_set","price":9515062},"23670":{"id":23670,"name":"Flyer","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Flyer (The Gauntlet)","wiki_url":"https://oldschool.runescape.wiki/w/Flyer#The_Gauntlet","price":0},"23673":{"id":23673,"name":"Crystal axe","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":520000,"lowalch":208000,"highalch":312000,"wiki_name":"Crystal axe (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_axe#Active","equipment":{"attack_stab":-2,"attack_slash":38,"attack_crush":32,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":70,"agility":50,"woodcutting":71}},"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":0},"23675":{"id":23675,"name":"Crystal axe (inactive)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":520000,"lowalch":208000,"highalch":312000,"wiki_name":"Crystal axe (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_axe#Inactive","equipment":{"attack_stab":-2,"attack_slash":38,"attack_crush":32,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"woodcutting":70,"agility":50,"attack":70}},"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":0},"23677":{"id":23677,"name":"Dragon pickaxe (or)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":97960,"lowalch":39184,"highalch":58776,"wiki_name":"Dragon pickaxe (or)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_pickaxe_(or)","equipment":{"attack_stab":38,"attack_slash":-2,"attack_crush":32,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":60,"mining":61}},"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":0},"23680":{"id":23680,"name":"Crystal pickaxe","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":520000,"lowalch":208000,"highalch":312000,"wiki_name":"Crystal pickaxe (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_pickaxe#Active","equipment":{"attack_stab":38,"attack_slash":-2,"attack_crush":32,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":70,"agility":50,"mining":71}},"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":0},"23682":{"id":23682,"name":"Crystal pickaxe (inactive)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":520000,"lowalch":208000,"highalch":312000,"wiki_name":"Crystal pickaxe (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_pickaxe#Inactive","equipment":{"attack_stab":38,"attack_slash":-2,"attack_crush":32,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":70,"agility":50,"mining":71}},"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":0},"23685":{"id":23685,"name":"Divine super combat potion(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":2000,"wiki_name":"Divine super combat potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_super_combat_potion#4_dose","price":27628},"23688":{"id":23688,"name":"Divine super combat potion(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":170,"lowalch":68,"highalch":102,"buy_limit":2000,"wiki_name":"Divine super combat potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_super_combat_potion#3_dose","price":19431},"23691":{"id":23691,"name":"Divine super combat potion(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":2000,"wiki_name":"Divine super combat potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_super_combat_potion#2_dose","price":14068},"23694":{"id":23694,"name":"Divine super combat potion(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":2000,"wiki_name":"Divine super combat potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_super_combat_potion#1_dose","price":6707},"23697":{"id":23697,"name":"Divine super attack potion(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":2000,"wiki_name":"Divine super attack potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_super_attack_potion#4_dose","price":2469},"23700":{"id":23700,"name":"Divine super attack potion(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":170,"lowalch":68,"highalch":102,"buy_limit":2000,"wiki_name":"Divine super attack potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_super_attack_potion#3_dose","price":1409},"23703":{"id":23703,"name":"Divine super attack potion(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":2000,"wiki_name":"Divine super attack potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_super_attack_potion#2_dose","price":633},"23706":{"id":23706,"name":"Divine super attack potion(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":2000,"wiki_name":"Divine super attack potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_super_attack_potion#1_dose","price":302},"23709":{"id":23709,"name":"Divine super strength potion(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":2000,"wiki_name":"Divine super strength potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_super_strength_potion#4_dose","price":7960},"23712":{"id":23712,"name":"Divine super strength potion(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":170,"lowalch":68,"highalch":102,"buy_limit":2000,"wiki_name":"Divine super strength potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_super_strength_potion#3_dose","price":4103},"23715":{"id":23715,"name":"Divine super strength potion(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":2000,"wiki_name":"Divine super strength potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_super_strength_potion#2_dose","price":6204},"23718":{"id":23718,"name":"Divine super strength potion(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":2000,"wiki_name":"Divine super strength potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_super_strength_potion#1_dose","price":24777},"23721":{"id":23721,"name":"Divine super defence potion(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":2000,"wiki_name":"Divine super defence potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_super_defence_potion#4_dose","price":7815},"23724":{"id":23724,"name":"Divine super defence potion(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":170,"lowalch":68,"highalch":102,"buy_limit":2000,"wiki_name":"Divine super defence potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_super_defence_potion#3_dose","price":2626},"23727":{"id":23727,"name":"Divine super defence potion(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":2000,"wiki_name":"Divine super defence potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_super_defence_potion#2_dose","price":5750},"23730":{"id":23730,"name":"Divine super defence potion(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":2000,"wiki_name":"Divine super defence potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_super_defence_potion#1_dose","price":743},"23733":{"id":23733,"name":"Divine ranging potion(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":2000,"wiki_name":"Divine ranging potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_ranging_potion#4_dose","price":6349},"23736":{"id":23736,"name":"Divine ranging potion(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":170,"lowalch":68,"highalch":102,"buy_limit":2000,"wiki_name":"Divine ranging potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_ranging_potion#3_dose","price":5001},"23739":{"id":23739,"name":"Divine ranging potion(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":2000,"wiki_name":"Divine ranging potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_ranging_potion#2_dose","price":3463},"23742":{"id":23742,"name":"Divine ranging potion(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":2000,"wiki_name":"Divine ranging potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_ranging_potion#1_dose","price":1820},"23745":{"id":23745,"name":"Divine magic potion(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":2000,"wiki_name":"Divine magic potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_magic_potion#4_dose","price":962},"23748":{"id":23748,"name":"Divine magic potion(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":170,"lowalch":68,"highalch":102,"buy_limit":2000,"wiki_name":"Divine magic potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_magic_potion#3_dose","price":342},"23751":{"id":23751,"name":"Divine magic potion(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":2000,"wiki_name":"Divine magic potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_magic_potion#2_dose","price":322},"23754":{"id":23754,"name":"Divine magic potion(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":2000,"wiki_name":"Divine magic potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_magic_potion#1_dose","price":316},"23757":{"id":23757,"name":"Youngllef","members":true,"cost":1,"wiki_name":"Youngllef (Youngllef)","wiki_url":"https://oldschool.runescape.wiki/w/Youngllef#Youngllef","price":0},"23759":{"id":23759,"name":"Corrupted youngllef","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Youngllef (Corrupted Youngllef)","wiki_url":"https://oldschool.runescape.wiki/w/Youngllef#Corrupted_Youngllef","price":0},"23760":{"id":23760,"name":"Smolcano","members":true,"cost":1,"wiki_name":"Smolcano","wiki_url":"https://oldschool.runescape.wiki/w/Smolcano","price":0},"23762":{"id":23762,"name":"Crystal harpoon","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":520000,"lowalch":208000,"highalch":312000,"wiki_name":"Crystal harpoon (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_harpoon#Active","equipment":{"attack_stab":38,"attack_slash":32,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":70,"agility":50,"fishing":71}},"weapon":{"attack_speed":5,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"23764":{"id":23764,"name":"Crystal harpoon (inactive)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":520000,"lowalch":208000,"highalch":312000,"wiki_name":"Crystal harpoon (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_harpoon#Inactive","equipment":{"attack_stab":38,"attack_slash":32,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":70,"agility":50,"fishing":71}},"weapon":{"attack_speed":5,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"23768":{"id":23768,"name":"Crystal impling jar","members":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Crystal impling jar","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_impling_jar","price":0},"23771":{"id":23771,"name":"Prifddinas teleport","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Prifddinas teleport","wiki_url":"https://oldschool.runescape.wiki/w/Prifddinas_teleport","price":0},"23773":{"id":23773,"name":"Scrawled notes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Scrawled notes","wiki_url":"https://oldschool.runescape.wiki/w/Scrawled_notes","price":0},"23775":{"id":23775,"name":"Hand mirror","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Hand mirror (Song of the Elves)","wiki_url":"https://oldschool.runescape.wiki/w/Hand_mirror#Song_of_the_Elves","price":0},"23776":{"id":23776,"name":"Red crystal","members":true,"cost":1,"wiki_name":"Red crystal (Song of the Elves)","wiki_url":"https://oldschool.runescape.wiki/w/Red_crystal_(Song_of_the_Elves)","price":0},"23777":{"id":23777,"name":"Yellow crystal","members":true,"cost":1,"wiki_name":"Yellow crystal (Song of the Elves)","wiki_url":"https://oldschool.runescape.wiki/w/Yellow_crystal_(Song_of_the_Elves)","price":0},"23778":{"id":23778,"name":"Green crystal","members":true,"cost":1,"wiki_name":"Green crystal (Song of the Elves)","wiki_url":"https://oldschool.runescape.wiki/w/Green_crystal_(Song_of_the_Elves)","price":0},"23779":{"id":23779,"name":"Cyan crystal","members":true,"cost":1,"wiki_name":"Cyan crystal (Song of the Elves)","wiki_url":"https://oldschool.runescape.wiki/w/Cyan_crystal_(Song_of_the_Elves)","price":0},"23780":{"id":23780,"name":"Blue crystal","members":true,"cost":1,"wiki_name":"Blue crystal (Song of the Elves)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_crystal_(Song_of_the_Elves)","price":0},"23781":{"id":23781,"name":"Magenta crystal","members":true,"cost":1,"wiki_name":"Magenta crystal (Song of the Elves)","wiki_url":"https://oldschool.runescape.wiki/w/Magenta_crystal_(Song_of_the_Elves)","price":0},"23782":{"id":23782,"name":"Black crystal","members":true,"cost":1,"wiki_name":"Black crystal","wiki_url":"https://oldschool.runescape.wiki/w/Black_crystal","price":0},"23783":{"id":23783,"name":"Green crystal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Green crystal (unobtainable)","wiki_url":"https://oldschool.runescape.wiki/w/Green_crystal_(unobtainable)","price":0},"23784":{"id":23784,"name":"Fractured crystal","members":true,"cost":1,"wiki_name":"Fractured crystal (Song of the Elves)","wiki_url":"https://oldschool.runescape.wiki/w/Fractured_crystal_(Song_of_the_Elves)","price":0},"23785":{"id":23785,"name":"Ardougne knight helm","members":true,"equipable":true,"equipable_by_player":true,"cost":600,"lowalch":240,"highalch":360,"wiki_name":"Ardougne knight helm","wiki_url":"https://oldschool.runescape.wiki/w/Ardougne_knight_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":6,"defence_slash":7,"defence_crush":5,"defence_magic":-1,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"23787":{"id":23787,"name":"Ardougne knight platebody","members":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"wiki_name":"Ardougne knight platebody","wiki_url":"https://oldschool.runescape.wiki/w/Ardougne_knight_platebody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":21,"defence_slash":20,"defence_crush":12,"defence_magic":-6,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"23789":{"id":23789,"name":"Ardougne knight platelegs","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Ardougne knight platelegs","wiki_url":"https://oldschool.runescape.wiki/w/Ardougne_knight_platelegs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":11,"defence_slash":10,"defence_crush":10,"defence_magic":-4,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"23791":{"id":23791,"name":"Ardougne knight tabard","members":true,"cost":30,"wiki_name":"Ardougne knight tabard","wiki_url":"https://oldschool.runescape.wiki/w/Ardougne_knight_tabard","price":0},"23792":{"id":23792,"name":"Blue liquid","members":true,"cost":30,"wiki_name":"Blue liquid","wiki_url":"https://oldschool.runescape.wiki/w/Blue_liquid","price":0},"23793":{"id":23793,"name":"Green powder","members":true,"cost":30,"wiki_name":"Green powder","wiki_url":"https://oldschool.runescape.wiki/w/Green_powder","price":0},"23794":{"id":23794,"name":"Clear liquid","members":true,"cost":30,"wiki_name":"Clear liquid","wiki_url":"https://oldschool.runescape.wiki/w/Clear_liquid","price":0},"23795":{"id":23795,"name":"Red powder","members":true,"cost":30,"wiki_name":"Red powder","wiki_url":"https://oldschool.runescape.wiki/w/Red_powder","price":0},"23796":{"id":23796,"name":"Ode to eternity","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Ode to eternity","wiki_url":"https://oldschool.runescape.wiki/w/Ode_to_eternity","price":0},"23798":{"id":23798,"name":"Elder cadantine","members":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Elder cadantine","wiki_url":"https://oldschool.runescape.wiki/w/Elder_cadantine","price":0},"23800":{"id":23800,"name":"Elder cadantine potion (unf)","members":true,"cost":65,"lowalch":26,"highalch":39,"wiki_name":"Elder cadantine potion (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Elder_cadantine_potion_(unf)","price":0},"23802":{"id":23802,"name":"Crystal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal (Song of the Elves)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_(Song_of_the_Elves)","price":0},"23804":{"id":23804,"name":"Crystal dust","members":true,"cost":65,"lowalch":26,"highalch":39,"wiki_name":"Crystal dust (Song of the Elves)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_dust_(Song_of_the_Elves)","price":0},"23806":{"id":23806,"name":"Inversion potion","members":true,"cost":65,"lowalch":26,"highalch":39,"wiki_name":"Inversion potion","wiki_url":"https://oldschool.runescape.wiki/w/Inversion_potion","price":0},"23808":{"id":23808,"name":"Crystal seed","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal seed (Inert)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_seed#Inert","price":0},"23810":{"id":23810,"name":"Crystal seed","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal seed (Enchanted)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_seed#Enchanted","price":0},"23812":{"id":23812,"name":"Orb of light","members":true,"cost":2,"wiki_name":"Orb of light (Song of the Elves)","wiki_url":"https://oldschool.runescape.wiki/w/Orb_of_light_(Song_of_the_Elves)","price":0},"23818":{"id":23818,"name":"Explosive potion","members":true,"stackable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Explosive potion (Song of the Elves)","wiki_url":"https://oldschool.runescape.wiki/w/Explosive_potion_(Song_of_the_Elves)","price":0},"23820":{"id":23820,"name":"Corrupted sceptre","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Corrupted sceptre","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_sceptre","equipment":{"attack_stab":8,"attack_slash":10,"attack_crush":16,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":20,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"23821":{"id":23821,"name":"Corrupted axe","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Corrupted axe","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_axe","equipment":{"attack_stab":4,"attack_slash":4,"attack_crush":4,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":5,"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":0},"23822":{"id":23822,"name":"Corrupted pickaxe","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Corrupted pickaxe","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_pickaxe","equipment":{"attack_stab":4,"attack_slash":4,"attack_crush":4,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":5,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"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":0},"23823":{"id":23823,"name":"Corrupted harpoon","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Corrupted harpoon","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_harpoon","equipment":{"attack_stab":4,"attack_slash":4,"attack_crush":4,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":5,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"23824":{"id":23824,"name":"Corrupted shards","members":true,"stackable":true,"cost":1,"wiki_name":"Corrupted shards","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_shards","price":0},"23830":{"id":23830,"name":"Corrupted dust","members":true,"stackable":true,"cost":1,"wiki_name":"Corrupted dust","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_dust","price":0},"23831":{"id":23831,"name":"Corrupted spike","members":true,"cost":50,"wiki_name":"Corrupted spike","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_spike","price":0},"23832":{"id":23832,"name":"Corrupted bowstring","members":true,"cost":50,"wiki_name":"Corrupted bowstring","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_bowstring","price":0},"23833":{"id":23833,"name":"Corrupted orb","members":true,"cost":50,"wiki_name":"Corrupted orb","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_orb","price":0},"23834":{"id":23834,"name":"Weapon frame","members":true,"cost":1,"wiki_name":"Weapon frame","wiki_url":"https://oldschool.runescape.wiki/w/Weapon_frame","price":0},"23835":{"id":23835,"name":"Grym leaf","members":true,"cost":1,"wiki_name":"Grym leaf (corrupted)","wiki_url":"https://oldschool.runescape.wiki/w/Grym_leaf_(corrupted)","price":0},"23836":{"id":23836,"name":"Linum tirinum","members":true,"cost":1,"wiki_name":"Linum tirinum (corrupted)","wiki_url":"https://oldschool.runescape.wiki/w/Linum_tirinum_(corrupted)","price":0},"23837":{"id":23837,"name":"Corrupted ore","members":true,"cost":1,"wiki_name":"Corrupted ore","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_ore","price":0},"23838":{"id":23838,"name":"Phren bark","members":true,"cost":1,"wiki_name":"Phren bark (corrupted)","wiki_url":"https://oldschool.runescape.wiki/w/Phren_bark_(corrupted)","price":0},"23839":{"id":23839,"name":"Vial","members":true,"cost":1,"wiki_name":"Vial (corrupted)","wiki_url":"https://oldschool.runescape.wiki/w/Vial_(corrupted)","price":0},"23840":{"id":23840,"name":"Corrupted helm (basic)","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Corrupted helm (basic)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_helm_(basic)","equipment":{"attack_stab":2,"attack_slash":2,"attack_crush":1,"attack_magic":2,"attack_ranged":2,"defence_stab":28,"defence_slash":28,"defence_crush":28,"defence_magic":28,"defence_ranged":28,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"head","requirements":null},"price":0},"23841":{"id":23841,"name":"Corrupted helm (attuned)","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Corrupted helm (attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_helm_(attuned)","equipment":{"attack_stab":6,"attack_slash":6,"attack_crush":2,"attack_magic":6,"attack_ranged":6,"defence_stab":48,"defence_slash":48,"defence_crush":48,"defence_magic":48,"defence_ranged":48,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"head","requirements":null},"price":0},"23842":{"id":23842,"name":"Corrupted helm (perfected)","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Corrupted helm (perfected)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_helm_(perfected)","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":3,"attack_magic":10,"attack_ranged":10,"defence_stab":68,"defence_slash":68,"defence_crush":68,"defence_magic":68,"defence_ranged":68,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"head","requirements":null},"price":0},"23843":{"id":23843,"name":"Corrupted body (basic)","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Corrupted body (basic)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_body_(basic)","equipment":{"attack_stab":8,"attack_slash":8,"attack_crush":3,"attack_magic":8,"attack_ranged":8,"defence_stab":86,"defence_slash":86,"defence_crush":86,"defence_magic":86,"defence_ranged":86,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"body","requirements":null},"price":0},"23844":{"id":23844,"name":"Corrupted body (attuned)","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Corrupted body (attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_body_(attuned)","equipment":{"attack_stab":12,"attack_slash":12,"attack_crush":4,"attack_magic":12,"attack_ranged":12,"defence_stab":102,"defence_slash":102,"defence_crush":102,"defence_magic":102,"defence_ranged":102,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"body","requirements":null},"price":0},"23845":{"id":23845,"name":"Corrupted body (perfected)","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Corrupted body (perfected)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_body_(perfected)","equipment":{"attack_stab":15,"attack_slash":16,"attack_crush":5,"attack_magic":16,"attack_ranged":16,"defence_stab":124,"defence_slash":124,"defence_crush":124,"defence_magic":124,"defence_ranged":124,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"body","requirements":null},"price":0},"23846":{"id":23846,"name":"Corrupted legs (basic)","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Corrupted legs (basic)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_legs_(basic)","equipment":{"attack_stab":6,"attack_slash":6,"attack_crush":2,"attack_magic":6,"attack_ranged":6,"defence_stab":52,"defence_slash":52,"defence_crush":52,"defence_magic":52,"defence_ranged":52,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"legs","requirements":null},"price":0},"23847":{"id":23847,"name":"Corrupted legs (attuned)","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Corrupted legs (attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_legs_(attuned)","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":3,"attack_magic":10,"attack_ranged":10,"defence_stab":74,"defence_slash":74,"defence_crush":74,"defence_magic":74,"defence_ranged":74,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"legs","requirements":null},"price":0},"23848":{"id":23848,"name":"Corrupted legs (perfected)","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Corrupted legs (perfected)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_legs_(perfected)","equipment":{"attack_stab":14,"attack_slash":14,"attack_crush":4,"attack_magic":14,"attack_ranged":14,"defence_stab":92,"defence_slash":92,"defence_crush":92,"defence_magic":92,"defence_ranged":92,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"legs","requirements":null},"price":0},"23849":{"id":23849,"name":"Corrupted halberd (basic)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Corrupted halberd (basic)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_halberd_(basic)","equipment":{"attack_stab":68,"attack_slash":68,"attack_crush":4,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"23850":{"id":23850,"name":"Corrupted halberd (attuned)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Corrupted halberd (attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_halberd_(attuned)","equipment":{"attack_stab":114,"attack_slash":114,"attack_crush":12,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":88,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"23851":{"id":23851,"name":"Corrupted halberd (perfected)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Corrupted halberd (perfected)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_halberd_(perfected)","equipment":{"attack_stab":166,"attack_slash":166,"attack_crush":28,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":138,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"23852":{"id":23852,"name":"Corrupted staff (basic)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Corrupted staff (basic)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_staff_(basic)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":84,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":0},"23853":{"id":23853,"name":"Corrupted staff (attuned)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Corrupted staff (attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_staff_(attuned)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":128,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":0},"23854":{"id":23854,"name":"Corrupted staff (perfected)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Corrupted staff (perfected)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_staff_(perfected)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":184,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":0},"23855":{"id":23855,"name":"Corrupted bow (basic)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Corrupted bow (basic)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_bow_(basic)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":72,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":42,"magic_damage":0,"prayer":1,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"23856":{"id":23856,"name":"Corrupted bow (attuned)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Corrupted bow (attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_bow_(attuned)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":118,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":88,"magic_damage":0,"prayer":2,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"23857":{"id":23857,"name":"Corrupted bow (perfected)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Corrupted bow (perfected)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_bow_(perfected)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":172,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":138,"magic_damage":0,"prayer":3,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"23858":{"id":23858,"name":"Corrupted teleport crystal","members":true,"stackable":true,"cost":1,"wiki_name":"Corrupted teleport crystal","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_teleport_crystal","price":0},"23859":{"id":23859,"name":"Gauntlet cape","members":true,"equipable":true,"equipable_by_player":true,"cost":20000,"wiki_name":"Gauntlet cape","wiki_url":"https://oldschool.runescape.wiki/w/Gauntlet_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"23861":{"id":23861,"name":"Crystal sceptre","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Crystal sceptre","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_sceptre","equipment":{"attack_stab":8,"attack_slash":10,"attack_crush":16,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":20,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"23862":{"id":23862,"name":"Crystal axe","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Crystal axe (The Gauntlet)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_axe_(The_Gauntlet)","equipment":{"attack_stab":4,"attack_slash":4,"attack_crush":4,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":5,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":70,"agility":50,"woodcutting":71}},"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":0},"23863":{"id":23863,"name":"Crystal pickaxe","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Crystal pickaxe (The Gauntlet)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_pickaxe_(The_Gauntlet)","equipment":{"attack_stab":4,"attack_slash":4,"attack_crush":4,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":5,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":70,"agility":50,"mining":71}},"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":0},"23864":{"id":23864,"name":"Crystal harpoon","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Crystal harpoon (The Gauntlet)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_harpoon_(The_Gauntlet)","equipment":{"attack_stab":4,"attack_slash":4,"attack_crush":4,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":5,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":70,"agility":50,"fishing":71}},"weapon":{"attack_speed":5,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"23865":{"id":23865,"name":"Pestle and mortar","members":true,"cost":1,"wiki_name":"Pestle and mortar (The Gauntlet)","wiki_url":"https://oldschool.runescape.wiki/w/Pestle_and_mortar_(The_Gauntlet)","price":0},"23866":{"id":23866,"name":"Crystal shards","members":true,"stackable":true,"cost":1,"wiki_name":"Crystal shards","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_shards","price":0},"23867":{"id":23867,"name":"Crystal dust","members":true,"stackable":true,"cost":1,"wiki_name":"Crystal dust (The Gauntlet)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_dust_(The_Gauntlet)","price":0},"23868":{"id":23868,"name":"Crystal spike","members":true,"cost":50,"wiki_name":"Crystal spike","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_spike","price":0},"23869":{"id":23869,"name":"Crystalline bowstring","members":true,"cost":50,"wiki_name":"Crystalline bowstring","wiki_url":"https://oldschool.runescape.wiki/w/Crystalline_bowstring","price":0},"23870":{"id":23870,"name":"Crystal orb","members":true,"cost":50,"wiki_name":"Crystal orb","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_orb","price":0},"23871":{"id":23871,"name":"Weapon frame","members":true,"cost":1,"wiki_name":"Weapon frame (corrupted)","wiki_url":"https://oldschool.runescape.wiki/w/Weapon_frame_(corrupted)","price":0},"23872":{"id":23872,"name":"Raw paddlefish","members":true,"cost":1,"wiki_name":"Raw paddlefish","wiki_url":"https://oldschool.runescape.wiki/w/Raw_paddlefish","price":0},"23873":{"id":23873,"name":"Burnt fish","members":true,"cost":1,"wiki_name":"Burnt fish (paddlefish)","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_fish_(paddlefish)","price":0},"23874":{"id":23874,"name":"Paddlefish","members":true,"cost":1,"wiki_name":"Paddlefish","wiki_url":"https://oldschool.runescape.wiki/w/Paddlefish","price":0},"23875":{"id":23875,"name":"Grym leaf","members":true,"cost":1,"wiki_name":"Grym leaf","wiki_url":"https://oldschool.runescape.wiki/w/Grym_leaf","price":0},"23876":{"id":23876,"name":"Linum tirinum","members":true,"cost":1,"wiki_name":"Linum tirinum","wiki_url":"https://oldschool.runescape.wiki/w/Linum_tirinum","price":0},"23877":{"id":23877,"name":"Crystal ore","members":true,"cost":1,"wiki_name":"Crystal ore","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_ore","price":0},"23878":{"id":23878,"name":"Phren bark","members":true,"cost":1,"wiki_name":"Phren bark","wiki_url":"https://oldschool.runescape.wiki/w/Phren_bark","price":0},"23879":{"id":23879,"name":"Vial","members":true,"cost":1,"wiki_name":"Vial (The Gauntlet)","wiki_url":"https://oldschool.runescape.wiki/w/Vial_(The_Gauntlet)","price":0},"23880":{"id":23880,"name":"Water-filled vial","members":true,"cost":1,"wiki_name":"Water-filled vial","wiki_url":"https://oldschool.runescape.wiki/w/Water-filled_vial","price":0},"23881":{"id":23881,"name":"Grym potion (unf)","members":true,"cost":1,"wiki_name":"Grym potion (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Grym_potion_(unf)","price":0},"23882":{"id":23882,"name":"Egniol potion (1)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Egniol potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Egniol_potion#1_dose","price":0},"23883":{"id":23883,"name":"Egniol potion (2)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Egniol potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Egniol_potion#2_dose","price":0},"23884":{"id":23884,"name":"Egniol potion (3)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Egniol potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Egniol_potion#3_dose","price":0},"23885":{"id":23885,"name":"Egniol potion (4)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Egniol potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Egniol_potion#4_dose","price":0},"23886":{"id":23886,"name":"Crystal helm (basic)","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Crystal helm (basic)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_helm_(basic)","equipment":{"attack_stab":2,"attack_slash":2,"attack_crush":1,"attack_magic":2,"attack_ranged":2,"defence_stab":28,"defence_slash":28,"defence_crush":28,"defence_magic":28,"defence_ranged":28,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"head","requirements":null},"price":0},"23887":{"id":23887,"name":"Crystal helm (attuned)","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Crystal helm (attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_helm_(attuned)","equipment":{"attack_stab":6,"attack_slash":6,"attack_crush":2,"attack_magic":6,"attack_ranged":6,"defence_stab":48,"defence_slash":48,"defence_crush":48,"defence_magic":48,"defence_ranged":48,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"head","requirements":null},"price":0},"23888":{"id":23888,"name":"Crystal helm (perfected)","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Crystal helm (perfected)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_helm_(perfected)","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":3,"attack_magic":10,"attack_ranged":10,"defence_stab":68,"defence_slash":68,"defence_crush":68,"defence_magic":68,"defence_ranged":68,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"head","requirements":null},"price":0},"23889":{"id":23889,"name":"Crystal body (basic)","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Crystal body (basic)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_body_(basic)","equipment":{"attack_stab":8,"attack_slash":8,"attack_crush":3,"attack_magic":8,"attack_ranged":8,"defence_stab":86,"defence_slash":86,"defence_crush":86,"defence_magic":86,"defence_ranged":86,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"body","requirements":null},"price":0},"23890":{"id":23890,"name":"Crystal body (attuned)","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Crystal body (attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_body_(attuned)","equipment":{"attack_stab":12,"attack_slash":12,"attack_crush":4,"attack_magic":12,"attack_ranged":12,"defence_stab":102,"defence_slash":102,"defence_crush":102,"defence_magic":102,"defence_ranged":102,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"body","requirements":null},"price":0},"23891":{"id":23891,"name":"Crystal body (perfected)","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Crystal body (perfected)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_body_(perfected)","equipment":{"attack_stab":15,"attack_slash":16,"attack_crush":5,"attack_magic":16,"attack_ranged":16,"defence_stab":124,"defence_slash":124,"defence_crush":124,"defence_magic":124,"defence_ranged":124,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"body","requirements":null},"price":0},"23892":{"id":23892,"name":"Crystal legs (basic)","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Crystal legs (basic)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_legs_(basic)","equipment":{"attack_stab":6,"attack_slash":6,"attack_crush":2,"attack_magic":6,"attack_ranged":6,"defence_stab":52,"defence_slash":52,"defence_crush":52,"defence_magic":52,"defence_ranged":52,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"legs","requirements":null},"price":0},"23893":{"id":23893,"name":"Crystal legs (attuned)","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Crystal legs (attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_legs_(attuned)","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":3,"attack_magic":10,"attack_ranged":10,"defence_stab":74,"defence_slash":74,"defence_crush":74,"defence_magic":74,"defence_ranged":74,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"legs","requirements":null},"price":0},"23894":{"id":23894,"name":"Crystal legs (perfected)","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Crystal legs (perfected)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_legs_(perfected)","equipment":{"attack_stab":14,"attack_slash":14,"attack_crush":4,"attack_magic":14,"attack_ranged":14,"defence_stab":92,"defence_slash":92,"defence_crush":92,"defence_magic":92,"defence_ranged":92,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"legs","requirements":null},"price":0},"23895":{"id":23895,"name":"Crystal halberd (basic)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Crystal halberd (basic)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_halberd_(basic)","equipment":{"attack_stab":68,"attack_slash":68,"attack_crush":4,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"23896":{"id":23896,"name":"Crystal halberd (attuned)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Crystal halberd (attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_halberd_(attuned)","equipment":{"attack_stab":114,"attack_slash":114,"attack_crush":12,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":88,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"23897":{"id":23897,"name":"Crystal halberd (perfected)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Crystal halberd (perfected)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_halberd_(perfected)","equipment":{"attack_stab":166,"attack_slash":166,"attack_crush":28,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":138,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"23898":{"id":23898,"name":"Crystal staff (basic)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Crystal staff (basic)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_staff_(basic)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":84,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":0},"23899":{"id":23899,"name":"Crystal staff (attuned)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Crystal staff (attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_staff_(attuned)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":128,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":0},"23900":{"id":23900,"name":"Crystal staff (perfected)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Crystal staff (perfected)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_staff_(perfected)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":184,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":0},"23901":{"id":23901,"name":"Crystal bow (basic)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Crystal bow (basic)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_bow_(basic)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":72,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":42,"magic_damage":0,"prayer":1,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"23902":{"id":23902,"name":"Crystal bow (attuned)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Crystal bow (attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_bow_(attuned)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":118,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":88,"magic_damage":0,"prayer":2,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"23903":{"id":23903,"name":"Crystal bow (perfected)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Crystal bow (perfected)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_bow_(perfected)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":172,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":138,"magic_damage":0,"prayer":3,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"23904":{"id":23904,"name":"Teleport crystal","members":true,"stackable":true,"cost":1,"wiki_name":"Teleport crystal (The Gauntlet)","wiki_url":"https://oldschool.runescape.wiki/w/Teleport_crystal_(The_Gauntlet)","price":0},"23905":{"id":23905,"name":"Tephra","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tephra","wiki_url":"https://oldschool.runescape.wiki/w/Tephra","price":0},"23906":{"id":23906,"name":"Refined tephra","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Refined tephra","wiki_url":"https://oldschool.runescape.wiki/w/Refined_tephra","price":0},"23907":{"id":23907,"name":"Imbued tephra","members":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Imbued tephra","wiki_url":"https://oldschool.runescape.wiki/w/Imbued_tephra","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":3,"weapon_type":"unarmed","stances":[{"combat_style":"punch","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"kick","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"23908":{"id":23908,"name":"Zalcano shard","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1600,"lowalch":640,"highalch":960,"buy_limit":50,"wiki_name":"Zalcano shard","wiki_url":"https://oldschool.runescape.wiki/w/Zalcano_shard","price":56376},"23911":{"id":23911,"name":"Crystal crown","members":true,"equipable":true,"equipable_by_player":true,"cost":250000000,"wiki_name":"Crystal crown (Ithell)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_crown#Ithell","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0,"lowalch":100000000,"highalch":150000000},"23913":{"id":23913,"name":"Crystal crown","members":true,"equipable":true,"equipable_by_player":true,"cost":250000000,"wiki_name":"Crystal crown (Iorwerth)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_crown#Iorwerth","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0,"lowalch":100000000,"highalch":150000000},"23915":{"id":23915,"name":"Crystal crown","members":true,"equipable":true,"equipable_by_player":true,"cost":250000000,"wiki_name":"Crystal crown (Trahaearn)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_crown#Trahaearn","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0,"lowalch":100000000,"highalch":150000000},"23917":{"id":23917,"name":"Crystal crown","members":true,"equipable":true,"equipable_by_player":true,"cost":250000000,"wiki_name":"Crystal crown (Cadarn)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_crown#Cadarn","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0,"lowalch":100000000,"highalch":150000000},"23919":{"id":23919,"name":"Crystal crown","members":true,"equipable":true,"equipable_by_player":true,"cost":250000000,"wiki_name":"Crystal crown (Crwys)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_crown#Crwys","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0,"lowalch":100000000,"highalch":150000000},"23921":{"id":23921,"name":"Crystal crown","members":true,"equipable":true,"equipable_by_player":true,"cost":250000000,"wiki_name":"Crystal crown (Meilyr)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_crown#Meilyr","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0,"lowalch":100000000,"highalch":150000000},"23923":{"id":23923,"name":"Crystal crown","members":true,"equipable":true,"equipable_by_player":true,"cost":250000000,"wiki_name":"Crystal crown (Hefin)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_crown#Hefin","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0,"lowalch":100000000,"highalch":150000000},"23925":{"id":23925,"name":"Crystal crown","members":true,"equipable":true,"equipable_by_player":true,"cost":250000000,"wiki_name":"Crystal crown (Amlodd)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_crown#Amlodd","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0,"lowalch":100000000,"highalch":150000000},"23927":{"id":23927,"name":"Crystal of ithell","members":true,"cost":500000,"wiki_name":"Crystal of ithell","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_of_ithell","price":0},"23929":{"id":23929,"name":"Crystal of iorwerth","members":true,"cost":500000,"wiki_name":"Crystal of iorwerth","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_of_iorwerth","price":0},"23931":{"id":23931,"name":"Crystal of trahaearn","members":true,"cost":500000,"wiki_name":"Crystal of trahaearn","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_of_trahaearn","price":0},"23933":{"id":23933,"name":"Crystal of cadarn","members":true,"cost":500000,"wiki_name":"Crystal of cadarn","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_of_cadarn","price":0},"23935":{"id":23935,"name":"Crystal of crwys","members":true,"cost":500000,"wiki_name":"Crystal of crwys","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_of_crwys","price":0},"23937":{"id":23937,"name":"Crystal of meilyr","members":true,"cost":500000,"wiki_name":"Crystal of meilyr","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_of_meilyr","price":0},"23939":{"id":23939,"name":"Crystal of hefin","members":true,"cost":500000,"wiki_name":"Crystal of hefin","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_of_hefin","price":0},"23941":{"id":23941,"name":"Crystal of amlodd","members":true,"cost":500000,"wiki_name":"Crystal of amlodd","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_of_amlodd","price":0},"23943":{"id":23943,"name":"Elven signet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":30000,"lowalch":12000,"highalch":18000,"buy_limit":5,"wiki_name":"Elven signet","wiki_url":"https://oldschool.runescape.wiki/w/Elven_signet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":6031366},"23946":{"id":23946,"name":"Eternal teleport crystal","members":true,"cost":500,"lowalch":200,"highalch":300,"wiki_name":"Eternal teleport crystal","wiki_url":"https://oldschool.runescape.wiki/w/Eternal_teleport_crystal","price":0},"23948":{"id":23948,"name":"Elven dawn","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":6,"lowalch":2,"highalch":3,"wiki_name":"Elven dawn","wiki_url":"https://oldschool.runescape.wiki/w/Elven_dawn","price":6000},"23951":{"id":23951,"name":"Enhanced crystal key","members":true,"cost":500,"wiki_name":"Enhanced crystal key","wiki_url":"https://oldschool.runescape.wiki/w/Enhanced_crystal_key","price":0,"lowalch":200,"highalch":300},"23953":{"id":23953,"name":"Crystal tool seed","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":500000,"lowalch":200000,"highalch":300000,"buy_limit":100,"wiki_name":"Crystal tool seed","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_tool_seed","price":14772535},"23956":{"id":23956,"name":"Crystal armour seed","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":500000,"lowalch":200000,"highalch":300000,"buy_limit":100,"wiki_name":"Crystal armour seed","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_armour_seed","price":5325391},"23959":{"id":23959,"name":"Enhanced crystal teleport seed","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100000,"lowalch":40000,"highalch":60000,"buy_limit":100,"wiki_name":"Enhanced crystal teleport seed","wiki_url":"https://oldschool.runescape.wiki/w/Enhanced_crystal_teleport_seed","price":1713279},"23962":{"id":23962,"name":"Crystal shard","members":true,"stackable":true,"cost":10000,"wiki_name":"Crystal shard","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_shard","price":0},"23964":{"id":23964,"name":"Crystal dust","members":true,"stackable":true,"cost":1000,"wiki_name":"Crystal dust","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_dust","price":0},"23971":{"id":23971,"name":"Crystal helm","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Crystal helm (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_helm#Active","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":9,"defence_stab":12,"defence_slash":8,"defence_crush":14,"defence_magic":10,"defence_ranged":18,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"head","requirements":{"defence":70}},"price":0},"23973":{"id":23973,"name":"Crystal helm (inactive)","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Crystal helm (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_helm#Inactive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":70}},"price":0},"23975":{"id":23975,"name":"Crystal body","members":true,"equipable":true,"equipable_by_player":true,"cost":1500000,"lowalch":600000,"highalch":900000,"wiki_name":"Crystal body (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_body#Active","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-18,"attack_ranged":31,"defence_stab":46,"defence_slash":38,"defence_crush":48,"defence_magic":44,"defence_ranged":68,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"body","requirements":{"defence":70}},"price":0},"23977":{"id":23977,"name":"Crystal body (inactive)","members":true,"equipable":true,"equipable_by_player":true,"cost":1500000,"lowalch":600000,"highalch":900000,"wiki_name":"Crystal body (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_body#Inactive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":70}},"price":0},"23979":{"id":23979,"name":"Crystal legs","members":true,"equipable":true,"equipable_by_player":true,"cost":1000000,"lowalch":400000,"highalch":600000,"wiki_name":"Crystal legs (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_legs#Active","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-12,"attack_ranged":18,"defence_stab":26,"defence_slash":21,"defence_crush":30,"defence_magic":34,"defence_ranged":38,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"legs","requirements":{"defence":70}},"price":0},"23981":{"id":23981,"name":"Crystal legs (inactive)","members":true,"equipable":true,"equipable_by_player":true,"cost":1000000,"lowalch":400000,"highalch":600000,"wiki_name":"Crystal legs (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_legs#Inactive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":70}},"price":0},"23983":{"id":23983,"name":"Crystal bow","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":300000,"lowalch":120000,"highalch":180000,"wiki_name":"Crystal bow (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_bow#Active","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":100,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":78,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":70,"agility":50}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"23985":{"id":23985,"name":"Crystal bow (inactive)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":300000,"lowalch":120000,"highalch":180000,"wiki_name":"Crystal bow (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_bow#Inactive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":100,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":78,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"23987":{"id":23987,"name":"Crystal halberd","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":300000,"lowalch":120000,"highalch":180000,"wiki_name":"Crystal halberd (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_halberd#Active","equipment":{"attack_stab":85,"attack_slash":110,"attack_crush":5,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":4,"defence_crush":5,"defence_magic":0,"defence_ranged":0,"melee_strength":118,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"agility":50,"strength":35}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"23989":{"id":23989,"name":"Crystal halberd (inactive)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":300000,"lowalch":120000,"highalch":180000,"wiki_name":"Crystal halberd (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_halberd#Inactive","equipment":{"attack_stab":85,"attack_slash":110,"attack_crush":5,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":4,"defence_crush":5,"defence_magic":0,"defence_ranged":0,"melee_strength":118,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"23991":{"id":23991,"name":"Crystal shield","members":true,"equipable":true,"equipable_by_player":true,"cost":300000,"lowalch":120000,"highalch":180000,"wiki_name":"Crystal shield (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_shield#Active","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":-10,"defence_stab":51,"defence_slash":54,"defence_crush":53,"defence_magic":0,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":70,"agility":50}},"price":0},"23993":{"id":23993,"name":"Crystal shield (inactive)","members":true,"equipable":true,"equipable_by_player":true,"cost":300000,"lowalch":120000,"highalch":180000,"wiki_name":"Crystal shield (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_shield#Inactive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"23995":{"id":23995,"name":"Blade of saeldor","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000000,"lowalch":2000000,"highalch":3000000,"wiki_name":"Blade of saeldor (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Blade_of_saeldor#Charged","equipment":{"attack_stab":55,"attack_slash":94,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":89,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":75}},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"23997":{"id":23997,"name":"Blade of saeldor (inactive)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000000,"lowalch":2000000,"highalch":3000000,"buy_limit":8,"wiki_name":"Blade of saeldor (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Blade_of_saeldor#Inactive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":75}},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":129175500},"24000":{"id":24000,"name":"Crystal grail","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":30000,"lowalch":12000,"highalch":18000,"wiki_name":"Crystal grail","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_grail","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"unarmed","stances":[{"combat_style":"punch","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"kick","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":310000},"24003":{"id":24003,"name":"Elven boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":125,"wiki_name":"Elven boots","wiki_url":"https://oldschool.runescape.wiki/w/Elven_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":7342},"24006":{"id":24006,"name":"Elven gloves","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Elven gloves","wiki_url":"https://oldschool.runescape.wiki/w/Elven_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":9606},"24009":{"id":24009,"name":"Elven top","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Elven top (yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Elven_top_(yellow)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":6387},"24012":{"id":24012,"name":"Elven skirt","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Elven skirt (yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Elven_skirt_(yellow)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":4083},"24015":{"id":24015,"name":"Elven top","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Elven top (white)","wiki_url":"https://oldschool.runescape.wiki/w/Elven_top_(white)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":6637},"24018":{"id":24018,"name":"Elven skirt","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Elven skirt (white)","wiki_url":"https://oldschool.runescape.wiki/w/Elven_skirt_(white)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":22859},"24021":{"id":24021,"name":"Elven top","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Elven top (yellow vest)","wiki_url":"https://oldschool.runescape.wiki/w/Elven_top_(yellow_vest)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":3463},"24024":{"id":24024,"name":"Elven legwear","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Elven legwear","wiki_url":"https://oldschool.runescape.wiki/w/Elven_legwear","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":2776},"24027":{"id":24027,"name":"Elven top","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Elven top (white vest)","wiki_url":"https://oldschool.runescape.wiki/w/Elven_top_(white_vest)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":4006},"24030":{"id":24030,"name":"Memoriam crystal (1)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Memoriam crystal (1)","wiki_url":"https://oldschool.runescape.wiki/w/Memoriam_crystal_(1)","price":0},"24031":{"id":24031,"name":"Memoriam crystal (2)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Memoriam crystal (2)","wiki_url":"https://oldschool.runescape.wiki/w/Memoriam_crystal_(2)","price":0},"24032":{"id":24032,"name":"Memoriam crystal (3)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Memoriam crystal (3)","wiki_url":"https://oldschool.runescape.wiki/w/Memoriam_crystal_(3)","price":0},"24033":{"id":24033,"name":"Memoriam crystal (4)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Memoriam crystal (4)","wiki_url":"https://oldschool.runescape.wiki/w/Memoriam_crystal_(4)","price":0},"24034":{"id":24034,"name":"Dragonstone full helm","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"wiki_name":"Dragonstone full helm","wiki_url":"https://oldschool.runescape.wiki/w/Dragonstone_full_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":40}},"price":2292438},"24037":{"id":24037,"name":"Dragonstone platebody","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":65000,"lowalch":26000,"highalch":39000,"wiki_name":"Dragonstone platebody","wiki_url":"https://oldschool.runescape.wiki/w/Dragonstone_platebody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":82,"defence_slash":80,"defence_crush":72,"defence_magic":-6,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":40}},"price":2577500},"24040":{"id":24040,"name":"Dragonstone platelegs","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":64000,"lowalch":25600,"highalch":38400,"wiki_name":"Dragonstone platelegs","wiki_url":"https://oldschool.runescape.wiki/w/Dragonstone_platelegs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":51,"defence_slash":49,"defence_crush":47,"defence_magic":-4,"defence_ranged":49,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":40}},"price":2751035},"24043":{"id":24043,"name":"Dragonstone boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":12500,"lowalch":5000,"highalch":7500,"wiki_name":"Dragonstone boots","wiki_url":"https://oldschool.runescape.wiki/w/Dragonstone_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":12,"defence_slash":13,"defence_crush":14,"defence_magic":0,"defence_ranged":0,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"defence":40}},"price":332278},"24046":{"id":24046,"name":"Dragonstone gauntlets","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":12500,"lowalch":5000,"highalch":7500,"wiki_name":"Dragonstone gauntlets","wiki_url":"https://oldschool.runescape.wiki/w/Dragonstone_gauntlets","equipment":{"attack_stab":8,"attack_slash":8,"attack_crush":8,"attack_magic":-4,"attack_ranged":-3,"defence_stab":8,"defence_slash":8,"defence_crush":8,"defence_magic":-4,"defence_ranged":4,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"defence":40}},"price":460000},"24049":{"id":24049,"name":"Crazed scribbles","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crazed scribbles","wiki_url":"https://oldschool.runescape.wiki/w/Crazed_scribbles","price":0},"24051":{"id":24051,"name":"A dear friend","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"A dear friend","wiki_url":"https://oldschool.runescape.wiki/w/A_dear_friend","price":0},"24053":{"id":24053,"name":"On leprechauns","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"On leprechauns","wiki_url":"https://oldschool.runescape.wiki/w/On_leprechauns","price":0},"24055":{"id":24055,"name":"Bloody diary","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bloody diary","wiki_url":"https://oldschool.runescape.wiki/w/Bloody_diary","price":0},"24057":{"id":24057,"name":"The eight clans","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"The eight clans","wiki_url":"https://oldschool.runescape.wiki/w/The_eight_clans","price":0},"24059":{"id":24059,"name":"Gollwyn's final statement","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gollwyn's final statement","wiki_url":"https://oldschool.runescape.wiki/w/Gollwyn's_final_statement","price":0},"24061":{"id":24061,"name":"Niff & harry","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Niff & harry","wiki_url":"https://oldschool.runescape.wiki/w/Niff_&_harry","price":0},"24063":{"id":24063,"name":"Soggy journal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Soggy journal","wiki_url":"https://oldschool.runescape.wiki/w/Soggy_journal","price":0},"24065":{"id":24065,"name":"Ebrill's journal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ebrill's journal","wiki_url":"https://oldschool.runescape.wiki/w/Ebrill's_journal","price":0},"24067":{"id":24067,"name":"Stained journal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Stained journal","wiki_url":"https://oldschool.runescape.wiki/w/Stained_journal","price":0},"24069":{"id":24069,"name":"The truth behind the myth (excerpt)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"The truth behind the myth (excerpt)","wiki_url":"https://oldschool.runescape.wiki/w/The_truth_behind_the_myth_(excerpt)","price":0},"24071":{"id":24071,"name":"The living statues","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"The living statues","wiki_url":"https://oldschool.runescape.wiki/w/The_living_statues","price":0},"24073":{"id":24073,"name":"The spurned demon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"The spurned demon","wiki_url":"https://oldschool.runescape.wiki/w/The_spurned_demon","price":0},"24075":{"id":24075,"name":"Legends of the mountain","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Legends of the mountain","wiki_url":"https://oldschool.runescape.wiki/w/Legends_of_the_mountain","price":0},"24123":{"id":24123,"name":"Crystal bow","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":300000,"lowalch":120000,"highalch":180000,"wiki_name":"Crystal bow (New)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_bow#New","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":100,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":78,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":70,"agility":50}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"24125":{"id":24125,"name":"Crystal halberd","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":300000,"lowalch":120000,"highalch":180000,"wiki_name":"Crystal halberd (New)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_halberd#New","equipment":{"attack_stab":85,"attack_slash":110,"attack_crush":5,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":4,"defence_crush":5,"defence_magic":0,"defence_ranged":0,"melee_strength":118,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"agility":50,"strength":35}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"24127":{"id":24127,"name":"Crystal shield","members":true,"equipable":true,"equipable_by_player":true,"cost":300000,"lowalch":120000,"highalch":180000,"wiki_name":"Crystal shield (New)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_shield#New","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":-10,"defence_stab":51,"defence_slash":54,"defence_crush":53,"defence_magic":0,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":70,"agility":50}},"price":0},"24130":{"id":24130,"name":"Combat path starter kit","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Combat path starter kit","wiki_url":"https://oldschool.runescape.wiki/w/Combat_path_starter_kit","price":0},"24131":{"id":24131,"name":"Combat path voucher","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Combat path voucher","wiki_url":"https://oldschool.runescape.wiki/w/Combat_path_voucher","price":0},"24132":{"id":24132,"name":"Marble lectern","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24133":{"id":24133,"name":"Infernal max cape (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Infernal max cape (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Infernal_max_cape#Locked","equipment":{"attack_stab":4,"attack_slash":4,"attack_crush":4,"attack_magic":1,"attack_ranged":1,"defence_stab":12,"defence_slash":12,"defence_crush":12,"defence_magic":12,"defence_ranged":12,"melee_strength":8,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"cape","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"24134":{"id":24134,"name":"Fire max cape (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Fire max cape (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Fire_max_cape#Locked","equipment":{"attack_stab":1,"attack_slash":1,"attack_crush":1,"attack_magic":1,"attack_ranged":1,"defence_stab":11,"defence_slash":11,"defence_crush":11,"defence_magic":11,"defence_ranged":11,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"cape","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"24135":{"id":24135,"name":"Assembler max cape (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Assembler max cape (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Assembler_max_cape#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":8,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":8,"defence_ranged":2,"melee_strength":0,"ranged_strength":2,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"24136":{"id":24136,"name":"Bronze defender (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bronze defender (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_defender#Locked","equipment":{"attack_stab":3,"attack_slash":2,"attack_crush":1,"attack_magic":-3,"attack_ranged":-2,"defence_stab":3,"defence_slash":2,"defence_crush":1,"defence_magic":-3,"defence_ranged":-2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"attack":1,"defence":1}},"price":0},"24137":{"id":24137,"name":"Iron defender (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Iron defender (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_defender#Locked","equipment":{"attack_stab":5,"attack_slash":4,"attack_crush":3,"attack_magic":-3,"attack_ranged":-2,"defence_stab":5,"defence_slash":4,"defence_crush":3,"defence_magic":-3,"defence_ranged":-2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"attack":1,"defence":1}},"price":0},"24138":{"id":24138,"name":"Steel defender (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Steel defender (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_defender#Locked","equipment":{"attack_stab":7,"attack_slash":6,"attack_crush":5,"attack_magic":-3,"attack_ranged":-2,"defence_stab":7,"defence_slash":6,"defence_crush":5,"defence_magic":-3,"defence_ranged":-2,"melee_strength":1,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"attack":5,"defence":5}},"price":0},"24139":{"id":24139,"name":"Black defender (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Black defender (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Black_defender#Locked","equipment":{"attack_stab":9,"attack_slash":8,"attack_crush":7,"attack_magic":-3,"attack_ranged":-2,"defence_stab":9,"defence_slash":8,"defence_crush":7,"defence_magic":-3,"defence_ranged":-2,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"attack":10,"defence":10}},"price":0},"24140":{"id":24140,"name":"Mithril defender (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mithril defender (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_defender#Locked","equipment":{"attack_stab":10,"attack_slash":9,"attack_crush":8,"attack_magic":-3,"attack_ranged":-2,"defence_stab":10,"defence_slash":9,"defence_crush":8,"defence_magic":-3,"defence_ranged":-2,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"attack":20,"defence":20}},"price":0},"24141":{"id":24141,"name":"Adamant defender (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Adamant defender (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_defender#Locked","equipment":{"attack_stab":13,"attack_slash":12,"attack_crush":11,"attack_magic":-3,"attack_ranged":-2,"defence_stab":13,"defence_slash":12,"defence_crush":11,"defence_magic":-3,"defence_ranged":-2,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"attack":30,"defence":30}},"price":0},"24142":{"id":24142,"name":"Rune defender (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":65004,"lowalch":26001,"highalch":39002,"wiki_name":"Rune defender (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_defender#Locked","equipment":{"attack_stab":20,"attack_slash":19,"attack_crush":18,"attack_magic":-3,"attack_ranged":-2,"defence_stab":20,"defence_slash":19,"defence_crush":18,"defence_magic":-3,"defence_ranged":-2,"melee_strength":5,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"attack":40,"defence":40}},"price":0},"24143":{"id":24143,"name":"Dragon defender (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":68007,"lowalch":27202,"highalch":40804,"wiki_name":"Dragon defender (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_defender#Locked","equipment":{"attack_stab":25,"attack_slash":24,"attack_crush":23,"attack_magic":-3,"attack_ranged":-2,"defence_stab":25,"defence_slash":24,"defence_crush":23,"defence_magic":-3,"defence_ranged":-2,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"attack":60,"defence":60}},"price":0},"24144":{"id":24144,"name":"Staff of balance","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000004,"lowalch":400001,"highalch":600002,"wiki_name":"Staff of balance","wiki_url":"https://oldschool.runescape.wiki/w/Staff_of_balance","equipment":{"attack_stab":55,"attack_slash":70,"attack_crush":0,"attack_magic":17,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":3,"defence_magic":17,"defence_ranged":0,"melee_strength":72,"ranged_strength":0,"magic_damage":15,"prayer":0,"slot":"weapon","requirements":{"attack":75,"magic":75}},"weapon":{"attack_speed":4,"weapon_type":"bladed_staff","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":25900000},"24147":{"id":24147,"name":"Armadyl halo (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Armadyl halo (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_halo#Broken","price":0},"24149":{"id":24149,"name":"Bandos halo (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bandos halo (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_halo#Broken","price":0},"24151":{"id":24151,"name":"Seren halo (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Seren halo (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Seren_halo#Broken","price":0},"24153":{"id":24153,"name":"Ancient halo (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ancient halo (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_halo#Broken","price":0},"24155":{"id":24155,"name":"Brassica halo (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Brassica halo (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Brassica_halo#Broken","price":0},"24157":{"id":24157,"name":"Decorative sword (l)","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":3200,"lowalch":1280,"highalch":1920,"wiki_name":"Decorative sword (gold) (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_sword_(gold)#Locked","equipment":{"attack_stab":20,"attack_slash":29,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":31,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":30}},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"24158":{"id":24158,"name":"Decorative armour (l)","equipable":true,"equipable_by_player":true,"cost":12800,"lowalch":5120,"highalch":7680,"wiki_name":"Decorative armour (gold platebody) (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(gold_platebody)#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":65,"defence_slash":63,"defence_crush":55,"defence_magic":-6,"defence_ranged":63,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":30}},"price":0},"24159":{"id":24159,"name":"Decorative armour (l)","equipable":true,"equipable_by_player":true,"cost":6400,"lowalch":2560,"highalch":3840,"wiki_name":"Decorative armour (gold platelegs) (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(gold_platelegs)#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":33,"defence_slash":31,"defence_crush":29,"defence_magic":-4,"defence_ranged":31,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":30}},"price":0},"24160":{"id":24160,"name":"Decorative helm (l)","equipable":true,"equipable_by_player":true,"cost":1920,"lowalch":768,"highalch":1152,"wiki_name":"Decorative helm (gold) (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_helm_(gold)#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":0,"defence_stab":14,"defence_slash":15,"defence_crush":13,"defence_magic":-1,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":30}},"price":0},"24161":{"id":24161,"name":"Decorative shield (l)","equipable":true,"equipable_by_player":true,"cost":5440,"lowalch":2176,"highalch":3264,"wiki_name":"Decorative shield (gold) (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_shield_(gold)#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":27,"defence_slash":31,"defence_crush":29,"defence_magic":-1,"defence_ranged":29,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":30}},"price":0},"24162":{"id":24162,"name":"Decorative armour (l)","equipable":true,"equipable_by_player":true,"cost":6400,"lowalch":2560,"highalch":3840,"wiki_name":"Decorative armour (gold plateskirt) (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(gold_plateskirt)#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":33,"defence_slash":31,"defence_crush":29,"defence_magic":-4,"defence_ranged":31,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":30}},"price":0},"24163":{"id":24163,"name":"Decorative armour (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":48000,"lowalch":19200,"highalch":28800,"wiki_name":"Decorative armour (magic top) (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(magic_top)#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":20,"defence_slash":20,"defence_crush":20,"defence_magic":20,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":30}},"price":0},"24164":{"id":24164,"name":"Decorative armour (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":45000,"lowalch":18000,"highalch":27000,"wiki_name":"Decorative armour (magic legs) (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(magic_legs)#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":15,"defence_slash":15,"defence_crush":15,"defence_magic":15,"defence_ranged":15,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":30}},"price":0},"24165":{"id":24165,"name":"Decorative armour (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":45000,"lowalch":18000,"highalch":27000,"wiki_name":"Decorative armour (magic hat) (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(magic_hat)#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":4,"defence_slash":4,"defence_crush":4,"defence_magic":4,"defence_ranged":4,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":30}},"price":0},"24166":{"id":24166,"name":"Decorative armour (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":48000,"lowalch":19200,"highalch":28800,"wiki_name":"Decorative armour (ranged top) (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(ranged_top)#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":20,"defence_slash":20,"defence_crush":20,"defence_magic":20,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":30}},"price":0},"24167":{"id":24167,"name":"Decorative armour (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":45000,"lowalch":18000,"highalch":27000,"wiki_name":"Decorative armour (ranged legs) (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(ranged_legs)#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":15,"defence_slash":15,"defence_crush":15,"defence_magic":15,"defence_ranged":15,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":30}},"price":0},"24168":{"id":24168,"name":"Decorative armour (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":45000,"lowalch":18000,"highalch":27000,"wiki_name":"Decorative armour (quiver) (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(quiver)#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":4,"defence_slash":4,"defence_crush":4,"defence_magic":4,"defence_ranged":4,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"defence":30}},"price":0},"24169":{"id":24169,"name":"Saradomin halo (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":150000,"lowalch":60000,"highalch":90000,"wiki_name":"Saradomin halo (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_halo#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":11,"defence_slash":12,"defence_crush":10,"defence_magic":11,"defence_ranged":-1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"head","requirements":null},"price":0},"24170":{"id":24170,"name":"Zamorak halo (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":150000,"lowalch":60000,"highalch":90000,"wiki_name":"Zamorak halo (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_halo#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":11,"defence_slash":12,"defence_crush":10,"defence_magic":11,"defence_ranged":-1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"head","requirements":null},"price":0},"24171":{"id":24171,"name":"Guthix halo (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":150000,"lowalch":60000,"highalch":90000,"wiki_name":"Guthix halo (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_halo#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":11,"defence_slash":12,"defence_crush":10,"defence_magic":11,"defence_ranged":-1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"head","requirements":null},"price":0},"24172":{"id":24172,"name":"Healer hat (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":65001,"lowalch":26000,"highalch":39000,"wiki_name":"Healer hat (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Healer_hat#Locked","equipment":{"attack_stab":-5,"attack_slash":-5,"attack_crush":-5,"attack_magic":6,"attack_ranged":-5,"defence_stab":6,"defence_slash":8,"defence_crush":10,"defence_magic":7,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":45}},"price":0},"24173":{"id":24173,"name":"Fighter hat (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":65001,"lowalch":26000,"highalch":39000,"wiki_name":"Fighter hat (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Fighter_hat#Locked","equipment":{"attack_stab":5,"attack_slash":5,"attack_crush":5,"attack_magic":-7,"attack_ranged":-7,"defence_stab":27,"defence_slash":29,"defence_crush":26,"defence_magic":-3,"defence_ranged":28,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":45}},"price":0},"24174":{"id":24174,"name":"Ranger hat (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":65001,"lowalch":26000,"highalch":39000,"wiki_name":"Ranger hat (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Ranger_hat#Locked","equipment":{"attack_stab":-5,"attack_slash":-5,"attack_crush":-5,"attack_magic":-5,"attack_ranged":6,"defence_stab":7,"defence_slash":10,"defence_crush":11,"defence_magic":5,"defence_ranged":8,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":45}},"price":0},"24175":{"id":24175,"name":"Fighter torso (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":65005,"lowalch":26002,"highalch":39003,"wiki_name":"Fighter torso (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Fighter_torso#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-40,"attack_ranged":0,"defence_stab":62,"defence_slash":85,"defence_crush":62,"defence_magic":-10,"defence_ranged":67,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":40}},"price":0},"24176":{"id":24176,"name":"Penance skirt (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":65004,"lowalch":26001,"highalch":39002,"wiki_name":"Penance skirt (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Penance_skirt#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":15,"defence_stab":26,"defence_slash":21,"defence_crush":28,"defence_magic":19,"defence_ranged":26,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":40,"ranged":60}},"price":0},"24177":{"id":24177,"name":"Void knight top (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":48000,"lowalch":19200,"highalch":28800,"wiki_name":"Void knight top (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Void_knight_top#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":45,"defence_slash":45,"defence_crush":45,"defence_magic":45,"defence_ranged":45,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"attack":42,"strength":42,"hitpoints":42,"ranged":42,"magic":42,"defence":42,"prayer":22}},"price":0},"24178":{"id":24178,"name":"Elite void top (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":48500,"lowalch":19400,"highalch":29100,"wiki_name":"Elite void top (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Elite_void_top#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":45,"defence_slash":45,"defence_crush":45,"defence_magic":45,"defence_ranged":45,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"body","requirements":{"attack":42,"strength":42,"hitpoints":42,"ranged":42,"magic":42,"defence":42,"prayer":22}},"price":0},"24179":{"id":24179,"name":"Void knight robe (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":45000,"lowalch":18000,"highalch":27000,"wiki_name":"Void knight robe (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Void_knight_robe#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":30,"defence_slash":30,"defence_crush":30,"defence_magic":30,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"attack":42,"strength":42,"hitpoints":42,"ranged":42,"magic":42,"defence":42,"prayer":22}},"price":0},"24180":{"id":24180,"name":"Elite void robe (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":45500,"lowalch":18200,"highalch":27300,"wiki_name":"Elite void robe (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Elite_void_robe#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":30,"defence_slash":30,"defence_crush":30,"defence_magic":30,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"legs","requirements":{"attack":42,"strength":42,"hitpoints":42,"ranged":42,"magic":42,"defence":42,"prayer":22}},"price":0},"24181":{"id":24181,"name":"Void knight mace (l)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":12000,"lowalch":4800,"highalch":7200,"wiki_name":"Void knight mace (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Void_knight_mace#Locked","equipment":{"attack_stab":22,"attack_slash":0,"attack_crush":41,"attack_magic":8,"attack_ranged":0,"defence_stab":2,"defence_slash":2,"defence_crush":2,"defence_magic":2,"defence_ranged":2,"melee_strength":38,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"weapon","requirements":{"attack":42,"strength":42,"hitpoints":42,"ranged":42,"magic":42,"defence":42,"prayer":22}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"24182":{"id":24182,"name":"Void knight gloves (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":6052,"lowalch":2420,"highalch":3631,"wiki_name":"Void knight gloves (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Void_knight_gloves#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":6,"defence_slash":6,"defence_crush":6,"defence_magic":4,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"attack":42,"strength":42,"hitpoints":42,"ranged":42,"magic":42,"defence":42,"prayer":22}},"price":0},"24183":{"id":24183,"name":"Void mage helm (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":9851,"lowalch":3940,"highalch":5910,"wiki_name":"Void mage helm (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Void_mage_helm#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":6,"defence_slash":6,"defence_crush":6,"defence_magic":6,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"attack":42,"strength":42,"hitpoints":42,"ranged":42,"magic":42,"defence":42,"prayer":22}},"price":0},"24184":{"id":24184,"name":"Void ranger helm (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":9851,"lowalch":3940,"highalch":5910,"wiki_name":"Void ranger helm (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Void_ranger_helm#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":6,"defence_slash":6,"defence_crush":6,"defence_magic":6,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"attack":42,"strength":42,"hitpoints":42,"ranged":42,"magic":42,"defence":42,"prayer":22}},"price":0},"24185":{"id":24185,"name":"Void melee helm (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":9851,"lowalch":3940,"highalch":5910,"wiki_name":"Void melee helm (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Void_melee_helm#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":6,"defence_slash":6,"defence_crush":6,"defence_magic":6,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"attack":42,"strength":42,"hitpoints":42,"ranged":42,"magic":42,"defence":42,"prayer":22}},"price":0},"24186":{"id":24186,"name":"Avernic defender (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":2500000,"lowalch":1000000,"highalch":1500000,"wiki_name":"Avernic defender (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Avernic_defender#Locked","equipment":{"attack_stab":30,"attack_slash":29,"attack_crush":28,"attack_magic":-5,"attack_ranged":-4,"defence_stab":30,"defence_slash":29,"defence_crush":28,"defence_magic":-5,"defence_ranged":-4,"melee_strength":8,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"attack":70,"defence":70}},"price":0},"24187":{"id":24187,"name":"Trouver parchment","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Trouver parchment","wiki_url":"https://oldschool.runescape.wiki/w/Trouver_parchment","price":468023},"24189":{"id":24189,"name":"Deadman's chest","equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Deadman's chest (Cosmetic)","wiki_url":"https://oldschool.runescape.wiki/w/Deadman's_chest#Cosmetic","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"24190":{"id":24190,"name":"Deadman's legs","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Deadman's legs (Cosmetic)","wiki_url":"https://oldschool.runescape.wiki/w/Deadman's_legs#Cosmetic","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"24191":{"id":24191,"name":"Deadman's cape","equipable":true,"equipable_by_player":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Deadman's cape (Cosmetic)","wiki_url":"https://oldschool.runescape.wiki/w/Deadman's_cape#Cosmetic","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"24192":{"id":24192,"name":"Armadyl halo","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Armadyl halo (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_halo#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":11,"defence_slash":12,"defence_crush":10,"defence_magic":11,"defence_ranged":-1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"head","requirements":null},"price":0},"24194":{"id":24194,"name":"Armadyl halo (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Armadyl halo (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_halo#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":11,"defence_slash":12,"defence_crush":10,"defence_magic":11,"defence_ranged":-1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"head","requirements":null},"price":0},"24195":{"id":24195,"name":"Bandos halo","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Bandos halo (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_halo#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":11,"defence_slash":12,"defence_crush":10,"defence_magic":11,"defence_ranged":-1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"head","requirements":null},"price":0},"24197":{"id":24197,"name":"Bandos halo (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Bandos halo (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_halo#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":11,"defence_slash":12,"defence_crush":10,"defence_magic":11,"defence_ranged":-1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"head","requirements":null},"price":0},"24198":{"id":24198,"name":"Seren halo","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Seren halo (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Seren_halo#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":11,"defence_slash":12,"defence_crush":10,"defence_magic":11,"defence_ranged":-1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"head","requirements":null},"price":0},"24200":{"id":24200,"name":"Seren halo (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Seren halo (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Seren_halo#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":11,"defence_slash":12,"defence_crush":10,"defence_magic":11,"defence_ranged":-1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"head","requirements":null},"price":0},"24201":{"id":24201,"name":"Ancient halo","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Ancient halo (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_halo#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":11,"defence_slash":12,"defence_crush":10,"defence_magic":11,"defence_ranged":-1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"head","requirements":null},"price":0},"24203":{"id":24203,"name":"Ancient halo (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Ancient halo (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_halo#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":11,"defence_slash":12,"defence_crush":10,"defence_magic":11,"defence_ranged":-1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"head","requirements":null},"price":0},"24204":{"id":24204,"name":"Brassica halo","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Brassica halo (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Brassica_halo#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":11,"defence_slash":12,"defence_crush":10,"defence_magic":11,"defence_ranged":-1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"head","requirements":null},"price":0},"24206":{"id":24206,"name":"Brassica halo (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Brassica halo (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Brassica_halo#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":11,"defence_slash":12,"defence_crush":10,"defence_magic":11,"defence_ranged":-1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"head","requirements":null},"price":0},"24207":{"id":24207,"name":"Victor's cape (1)","equipable":true,"equipable_by_player":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Victor's cape (1)","wiki_url":"https://oldschool.runescape.wiki/w/Victor's_cape_(1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"24209":{"id":24209,"name":"Victor's cape (10)","equipable":true,"equipable_by_player":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Victor's cape (10)","wiki_url":"https://oldschool.runescape.wiki/w/Victor's_cape_(10)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"24211":{"id":24211,"name":"Victor's cape (50)","equipable":true,"equipable_by_player":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Victor's cape (50)","wiki_url":"https://oldschool.runescape.wiki/w/Victor's_cape_(50)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"24213":{"id":24213,"name":"Victor's cape (100)","equipable":true,"equipable_by_player":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Victor's cape (100)","wiki_url":"https://oldschool.runescape.wiki/w/Victor's_cape_(100)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"24215":{"id":24215,"name":"Victor's cape (500)","equipable":true,"equipable_by_player":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Victor's cape (500)","wiki_url":"https://oldschool.runescape.wiki/w/Victor's_cape_(500)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"24217":{"id":24217,"name":"Guthixian icon","members":true,"stackable":true,"cost":500,"lowalch":200,"highalch":300,"wiki_name":"Guthixian icon","wiki_url":"https://oldschool.runescape.wiki/w/Guthixian_icon","price":0},"24219":{"id":24219,"name":"Swift blade","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1500,"lowalch":600,"highalch":900,"wiki_name":"Swift blade","wiki_url":"https://oldschool.runescape.wiki/w/Swift_blade","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":3,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":9553000},"24222":{"id":24222,"name":"Ava's assembler (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":51000,"lowalch":20400,"highalch":30600,"wiki_name":"Ava's assembler (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Ava's_assembler#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":8,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":8,"defence_ranged":2,"melee_strength":0,"ranged_strength":2,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"ranged":70}},"price":0},"24223":{"id":24223,"name":"Fire cape (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":65006,"lowalch":26002,"highalch":39003,"wiki_name":"Fire cape (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Fire_cape#Locked","equipment":{"attack_stab":1,"attack_slash":1,"attack_crush":1,"attack_magic":1,"attack_ranged":1,"defence_stab":11,"defence_slash":11,"defence_crush":11,"defence_magic":11,"defence_ranged":11,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"cape","requirements":null},"price":0},"24224":{"id":24224,"name":"Infernal cape (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":80000,"lowalch":32000,"highalch":48000,"wiki_name":"Infernal cape (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Infernal_cape#Locked","equipment":{"attack_stab":4,"attack_slash":4,"attack_crush":4,"attack_magic":1,"attack_ranged":1,"defence_stab":12,"defence_slash":12,"defence_crush":12,"defence_magic":12,"defence_ranged":12,"melee_strength":8,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"cape","requirements":null},"price":0},"24225":{"id":24225,"name":"Granite maul","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Granite maul (Ornate handle)","wiki_url":"https://oldschool.runescape.wiki/w/Granite_maul#Ornate_handle","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":81,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":79,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":50}},"weapon":{"attack_speed":7,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"24227":{"id":24227,"name":"Granite maul","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Granite maul (or) (Ornate handle)","wiki_url":"https://oldschool.runescape.wiki/w/Granite_maul_(or)#Ornate_handle","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":81,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":79,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":50}},"weapon":{"attack_speed":7,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"24229":{"id":24229,"name":"Ornate maul handle","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":50,"wiki_name":"Ornate maul handle","wiki_url":"https://oldschool.runescape.wiki/w/Ornate_maul_handle","price":400000},"24232":{"id":24232,"name":"Imbued saradomin max cape (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Imbued saradomin max cape (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Imbued_saradomin_max_cape#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":2,"prayer":0,"slot":"cape","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"24233":{"id":24233,"name":"Imbued zamorak max cape (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Imbued zamorak max cape (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Imbued_zamorak_max_cape#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":2,"prayer":0,"slot":"cape","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"24234":{"id":24234,"name":"Imbued guthix max cape (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Imbued guthix max cape (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Imbued_guthix_max_cape#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":2,"prayer":0,"slot":"cape","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"24235":{"id":24235,"name":"House advertisement","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24236":{"id":24236,"name":"Imbued saradomin cape (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Imbued saradomin cape (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Imbued_saradomin_cape#Broken","price":0},"24238":{"id":24238,"name":"Imbued saradomin max cape (broken)","members":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Imbued saradomin max cape (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Imbued_saradomin_max_cape#Broken","price":0},"24240":{"id":24240,"name":"Imbued guthix cape (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Imbued guthix cape (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Imbued_guthix_cape#Broken","price":0},"24242":{"id":24242,"name":"Imbued guthix max cape (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Imbued guthix max cape (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Imbued_guthix_max_cape#Broken","price":0},"24244":{"id":24244,"name":"Imbued zamorak cape (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Imbued zamorak cape (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Imbued_zamorak_cape#Broken","price":0},"24246":{"id":24246,"name":"Imbued zamorak max cape (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Imbued zamorak max cape (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Imbued_zamorak_max_cape#Broken","price":0},"24248":{"id":24248,"name":"Imbued saradomin cape (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":80000,"lowalch":32000,"highalch":48000,"wiki_name":"Imbued saradomin cape (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Imbued_saradomin_cape#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":2,"prayer":0,"slot":"cape","requirements":{"magic":75}},"price":0},"24249":{"id":24249,"name":"Imbued guthix cape (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":80000,"lowalch":32000,"highalch":48000,"wiki_name":"Imbued guthix cape (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Imbued_guthix_cape#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":2,"prayer":0,"slot":"cape","requirements":{"magic":75}},"price":0},"24250":{"id":24250,"name":"Imbued zamorak cape (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":80000,"lowalch":32000,"highalch":48000,"wiki_name":"Imbued zamorak cape (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Imbued_zamorak_cape#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":2,"prayer":0,"slot":"cape","requirements":{"magic":75}},"price":0},"24251":{"id":24251,"name":"Wilderness crabs teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":63,"lowalch":25,"highalch":37,"wiki_name":"Wilderness crabs teleport","wiki_url":"https://oldschool.runescape.wiki/w/Wilderness_crabs_teleport","price":26739},"24254":{"id":24254,"name":"Fang","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Fang (The Fremennik Exiles)","wiki_url":"https://oldschool.runescape.wiki/w/Fang_(The_Fremennik_Exiles)","price":0},"24255":{"id":24255,"name":"Venom gland","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Venom gland","wiki_url":"https://oldschool.runescape.wiki/w/Venom_gland","price":0},"24256":{"id":24256,"name":"Unsealed letter","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Unsealed letter","wiki_url":"https://oldschool.runescape.wiki/w/Unsealed_letter","price":0},"24257":{"id":24257,"name":"Unsealed letter","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Unsealed letter (Brundt)","wiki_url":"https://oldschool.runescape.wiki/w/Unsealed_letter#Brundt","price":0},"24258":{"id":24258,"name":"V sigil","members":true,"cost":100,"wiki_name":"V sigil","wiki_url":"https://oldschool.runescape.wiki/w/V_sigil","price":0},"24259":{"id":24259,"name":"V sigil (e)","members":true,"cost":100,"wiki_name":"V sigil (e)","wiki_url":"https://oldschool.runescape.wiki/w/V_sigil_(e)","price":0},"24260":{"id":24260,"name":"Molten glass (i)","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Molten glass (i)","wiki_url":"https://oldschool.runescape.wiki/w/Molten_glass_(i)","price":0},"24261":{"id":24261,"name":"Lunar glass","members":true,"cost":100,"wiki_name":"Lunar glass","wiki_url":"https://oldschool.runescape.wiki/w/Lunar_glass","price":0},"24262":{"id":24262,"name":"Polishing rock","members":true,"cost":100,"wiki_name":"Polishing rock","wiki_url":"https://oldschool.runescape.wiki/w/Polishing_rock","price":0},"24263":{"id":24263,"name":"Ballad of the basilisk","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ballad of the basilisk","wiki_url":"https://oldschool.runescape.wiki/w/Ballad_of_the_basilisk","price":0},"24265":{"id":24265,"name":"V's shield","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"V's shield (The Fremennik Exiles)","wiki_url":"https://oldschool.runescape.wiki/w/V's_shield#The_Fremennik_Exiles","price":0},"24266":{"id":24266,"name":"V's shield","members":true,"equipable":true,"equipable_by_player":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"V's shield (Equippable)","wiki_url":"https://oldschool.runescape.wiki/w/V's_shield#Equippable","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":27,"defence_slash":31,"defence_crush":29,"defence_magic":5,"defence_ranged":29,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":0},"24268":{"id":24268,"name":"Basilisk jaw","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Basilisk jaw","wiki_url":"https://oldschool.runescape.wiki/w/Basilisk_jaw","price":22731969},"24271":{"id":24271,"name":"Neitiznot faceguard","members":true,"equipable":true,"equipable_by_player":true,"cost":550000,"lowalch":220000,"highalch":330000,"wiki_name":"Neitiznot faceguard","wiki_url":"https://oldschool.runescape.wiki/w/Neitiznot_faceguard","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":36,"defence_slash":34,"defence_crush":38,"defence_magic":3,"defence_ranged":34,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"head","requirements":{"defence":70}},"price":0},"24276":{"id":24276,"name":"Basilisk knight","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24277":{"id":24277,"name":"Mysterious emblem (tier 1)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mysterious emblem (Tier 1)","wiki_url":"https://oldschool.runescape.wiki/w/Mysterious_emblem#Tier_1","price":0},"24279":{"id":24279,"name":"Mysterious emblem (tier 2)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mysterious emblem (Tier 2)","wiki_url":"https://oldschool.runescape.wiki/w/Mysterious_emblem#Tier_2","price":0},"24281":{"id":24281,"name":"Mysterious emblem (tier 3)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mysterious emblem (Tier 3)","wiki_url":"https://oldschool.runescape.wiki/w/Mysterious_emblem#Tier_3","price":0},"24283":{"id":24283,"name":"Mysterious emblem (tier 4)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mysterious emblem (Tier 4)","wiki_url":"https://oldschool.runescape.wiki/w/Mysterious_emblem#Tier_4","price":0},"24285":{"id":24285,"name":"Mysterious emblem (tier 5)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mysterious emblem (Tier 5)","wiki_url":"https://oldschool.runescape.wiki/w/Mysterious_emblem#Tier_5","price":0},"24287":{"id":24287,"name":"Decorative emblem","members":true,"cost":50009,"wiki_name":"Decorative emblem","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_emblem","price":0},"24288":{"id":24288,"name":"Dagon'hai hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":17000,"lowalch":6800,"highalch":10200,"wiki_name":"Dagon'hai hat","wiki_url":"https://oldschool.runescape.wiki/w/Dagon'hai_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":5,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":2,"slot":"head","requirements":{"magic":70,"defence":40}},"price":673674},"24291":{"id":24291,"name":"Dagon'hai robe top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":140000,"lowalch":56000,"highalch":84000,"wiki_name":"Dagon'hai robe top","wiki_url":"https://oldschool.runescape.wiki/w/Dagon'hai_robe_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":25,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":21,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":2,"slot":"body","requirements":{"magic":70,"defence":40}},"price":1552349},"24294":{"id":24294,"name":"Dagon'hai robe bottom","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Dagon'hai robe bottom","wiki_url":"https://oldschool.runescape.wiki/w/Dagon'hai_robe_bottom","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":18,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":14,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":2,"slot":"legs","requirements":{"magic":70,"defence":40}},"price":1123093},"24297":{"id":24297,"name":"White bed sheets","cost":1,"lowalch":0,"highalch":0,"wiki_name":"White bed sheets","wiki_url":"https://oldschool.runescape.wiki/w/White_bed_sheets","price":0},"24298":{"id":24298,"name":"Smoke powder","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Smoke powder","wiki_url":"https://oldschool.runescape.wiki/w/Smoke_powder","price":0},"24299":{"id":24299,"name":"Shiny glass","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shiny glass","wiki_url":"https://oldschool.runescape.wiki/w/Shiny_glass","price":0},"24300":{"id":24300,"name":"Spooky hood","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Spooky hood (During event)","wiki_url":"https://oldschool.runescape.wiki/w/Spooky_hood#During_event","price":0},"24301":{"id":24301,"name":"Spooky robe","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Spooky robe (During event)","wiki_url":"https://oldschool.runescape.wiki/w/Spooky_robe#During_event","price":0},"24302":{"id":24302,"name":"Spooky skirt","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Spooky skirt (During event)","wiki_url":"https://oldschool.runescape.wiki/w/Spooky_skirt#During_event","price":0},"24303":{"id":24303,"name":"Spooky gloves","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Spooky gloves (During event)","wiki_url":"https://oldschool.runescape.wiki/w/Spooky_gloves#During_event","price":0},"24304":{"id":24304,"name":"Spooky boots","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Spooky boots (During event)","wiki_url":"https://oldschool.runescape.wiki/w/Spooky_boots#During_event","price":0},"24305":{"id":24305,"name":"Spooky hood","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Spooky hood (Reward)","wiki_url":"https://oldschool.runescape.wiki/w/Spooky_hood#Reward","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"24307":{"id":24307,"name":"Spooky robe","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Spooky robe (Reward)","wiki_url":"https://oldschool.runescape.wiki/w/Spooky_robe#Reward","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"24309":{"id":24309,"name":"Spooky skirt","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Spooky skirt (Reward)","wiki_url":"https://oldschool.runescape.wiki/w/Spooky_skirt#Reward","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"24311":{"id":24311,"name":"Spooky gloves","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Spooky gloves (Reward)","wiki_url":"https://oldschool.runescape.wiki/w/Spooky_gloves#Reward","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"24313":{"id":24313,"name":"Spooky boots","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Spooky boots (Reward)","wiki_url":"https://oldschool.runescape.wiki/w/Spooky_boots#Reward","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"24315":{"id":24315,"name":"Spookier hood","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Spookier hood","wiki_url":"https://oldschool.runescape.wiki/w/Spookier_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"24317":{"id":24317,"name":"Spookier robe","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Spookier robe","wiki_url":"https://oldschool.runescape.wiki/w/Spookier_robe","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"24319":{"id":24319,"name":"Spookier skirt","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Spookier skirt","wiki_url":"https://oldschool.runescape.wiki/w/Spookier_skirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"24321":{"id":24321,"name":"Spookier gloves","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Spookier gloves","wiki_url":"https://oldschool.runescape.wiki/w/Spookier_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"24323":{"id":24323,"name":"Spookier boots","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Spookier boots","wiki_url":"https://oldschool.runescape.wiki/w/Spookier_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"24325":{"id":24325,"name":"Pumpkin lantern","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pumpkin lantern","wiki_url":"https://oldschool.runescape.wiki/w/Pumpkin_lantern","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"24327":{"id":24327,"name":"Skeleton lantern","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Skeleton lantern","wiki_url":"https://oldschool.runescape.wiki/w/Skeleton_lantern","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"24329":{"id":24329,"name":"Bounty crate","members":true,"cost":40000,"lowalch":16000,"highalch":24000,"wiki_name":"Bounty crate","wiki_url":"https://oldschool.runescape.wiki/w/Bounty_crate","price":0},"24331":{"id":24331,"name":"Birthday cake","tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Birthday cake (Mobile Anniversary)","wiki_url":"https://oldschool.runescape.wiki/w/Birthday_cake_(Mobile_Anniversary)","price":0},"24333":{"id":24333,"name":"Dagon'hai robes set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":217000,"lowalch":86800,"highalch":130200,"wiki_name":"Dagon'hai robes set","wiki_url":"https://oldschool.runescape.wiki/w/Dagon'hai_robes_set","price":3484568},"24336":{"id":24336,"name":"Target teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Target teleport","wiki_url":"https://oldschool.runescape.wiki/w/Target_teleport","price":5406},"24338":{"id":24338,"name":"Bounty hunter hat (tier 1)","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bounty hunter hat (tier 1)","wiki_url":"https://oldschool.runescape.wiki/w/Bounty_hunter_hat_(tier_1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"24340":{"id":24340,"name":"Bounty hunter hat (tier 2)","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bounty hunter hat (tier 2)","wiki_url":"https://oldschool.runescape.wiki/w/Bounty_hunter_hat_(tier_2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"24342":{"id":24342,"name":"Bounty hunter hat (tier 3)","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bounty hunter hat (tier 3)","wiki_url":"https://oldschool.runescape.wiki/w/Bounty_hunter_hat_(tier_3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"24344":{"id":24344,"name":"Bounty hunter hat (tier 4)","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bounty hunter hat (tier 4)","wiki_url":"https://oldschool.runescape.wiki/w/Bounty_hunter_hat_(tier_4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"24346":{"id":24346,"name":"Bounty hunter hat (tier 5)","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bounty hunter hat (tier 5)","wiki_url":"https://oldschool.runescape.wiki/w/Bounty_hunter_hat_(tier_5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"24348":{"id":24348,"name":"Bounty hunter hat (tier 6)","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bounty hunter hat (tier 6)","wiki_url":"https://oldschool.runescape.wiki/w/Bounty_hunter_hat_(tier_6)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"24361":{"id":24361,"name":"Scroll box (beginner)","members":true,"stackable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Scroll box (beginner)","wiki_url":"https://oldschool.runescape.wiki/w/Scroll_box_(beginner)","price":0},"24362":{"id":24362,"name":"Scroll box (easy)","members":true,"stackable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Scroll box (easy)","wiki_url":"https://oldschool.runescape.wiki/w/Scroll_box_(easy)","price":0},"24363":{"id":24363,"name":"Scroll box (medium)","members":true,"stackable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Scroll box (medium)","wiki_url":"https://oldschool.runescape.wiki/w/Scroll_box_(medium)","price":0},"24364":{"id":24364,"name":"Scroll box (hard)","members":true,"stackable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Scroll box (hard)","wiki_url":"https://oldschool.runescape.wiki/w/Scroll_box_(hard)","price":0},"24365":{"id":24365,"name":"Scroll box (elite)","members":true,"stackable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Scroll box (elite)","wiki_url":"https://oldschool.runescape.wiki/w/Scroll_box_(elite)","price":0},"24366":{"id":24366,"name":"Scroll box (master)","members":true,"stackable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Scroll box (master)","wiki_url":"https://oldschool.runescape.wiki/w/Scroll_box_(master)","price":0},"24367":{"id":24367,"name":"Cabbage","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cabbage (unobtainable item) (Twisted League points)","wiki_url":"https://oldschool.runescape.wiki/w/Cabbage_(unobtainable_item)#Twisted_League_points","price":0},"24370":{"id":24370,"name":"Twisted slayer helmet","members":true,"equipable":true,"equipable_by_player":true,"cost":40000,"lowalch":16000,"highalch":24000,"wiki_name":"Twisted slayer helmet","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_slayer_helmet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"slayer":60,"defence":10}},"price":0},"24372":{"id":24372,"name":"Twisted dragon trophy","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Twisted dragon trophy","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_dragon_trophy","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"24374":{"id":24374,"name":"Twisted rune trophy","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Twisted rune trophy","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_rune_trophy","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"24376":{"id":24376,"name":"Twisted adamant trophy","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Twisted adamant trophy","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_adamant_trophy","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"24378":{"id":24378,"name":"Twisted mithril trophy","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Twisted mithril trophy","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_mithril_trophy","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"24380":{"id":24380,"name":"Twisted steel trophy","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Twisted steel trophy","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_steel_trophy","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"24382":{"id":24382,"name":"Twisted iron trophy","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Twisted iron trophy","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_iron_trophy","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"24384":{"id":24384,"name":"Twisted bronze trophy","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Twisted bronze trophy","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_bronze_trophy","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"24387":{"id":24387,"name":"Twisted hat (t3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100000,"lowalch":40000,"highalch":60000,"buy_limit":5,"wiki_name":"Twisted hat (t3)","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_hat_(t3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":1507542},"24389":{"id":24389,"name":"Twisted coat (t3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100000,"lowalch":40000,"highalch":60000,"buy_limit":5,"wiki_name":"Twisted coat (t3)","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_coat_(t3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":3998733},"24391":{"id":24391,"name":"Twisted trousers (t3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100000,"lowalch":40000,"highalch":60000,"buy_limit":5,"wiki_name":"Twisted trousers (t3)","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_trousers_(t3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":423392},"24393":{"id":24393,"name":"Twisted boots (t3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100000,"lowalch":40000,"highalch":60000,"buy_limit":5,"wiki_name":"Twisted boots (t3)","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_boots_(t3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":752501},"24395":{"id":24395,"name":"Twisted cane","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":10,"wiki_name":"Twisted cane","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_cane","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1232998},"24397":{"id":24397,"name":"Twisted hat (t2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":5,"wiki_name":"Twisted hat (t2)","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_hat_(t2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":350128},"24399":{"id":24399,"name":"Twisted coat (t2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":5,"wiki_name":"Twisted coat (t2)","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_coat_(t2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":683000},"24401":{"id":24401,"name":"Twisted trousers (t2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":5,"wiki_name":"Twisted trousers (t2)","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_trousers_(t2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":145677},"24403":{"id":24403,"name":"Twisted boots (t2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":5,"wiki_name":"Twisted boots (t2)","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_boots_(t2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":306667},"24405":{"id":24405,"name":"Twisted hat (t1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":5,"wiki_name":"Twisted hat (t1)","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_hat_(t1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":415500},"24407":{"id":24407,"name":"Twisted coat (t1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":5,"wiki_name":"Twisted coat (t1)","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_coat_(t1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":496560},"24409":{"id":24409,"name":"Twisted trousers (t1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":5,"wiki_name":"Twisted trousers (t1)","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_trousers_(t1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":65556},"24411":{"id":24411,"name":"Twisted boots (t1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":5,"wiki_name":"Twisted boots (t1)","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_boots_(t1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":58207},"24413":{"id":24413,"name":"Twisted banner","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":5,"wiki_name":"Twisted banner","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_banner","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":257000},"24416":{"id":24416,"name":"Rune pouch (l)","members":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Rune pouch (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_pouch#Locked","price":0},"24417":{"id":24417,"name":"Inquisitor's mace","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000000,"lowalch":2000000,"highalch":3000000,"buy_limit":8,"wiki_name":"Inquisitor's mace","wiki_url":"https://oldschool.runescape.wiki/w/Inquisitor's_mace","equipment":{"attack_stab":52,"attack_slash":-4,"attack_crush":95,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":89,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"weapon","requirements":{"attack":75}},"weapon":{"attack_speed":4,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":307539339},"24418":{"id":24418,"name":"Gravestone","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gravestone (unobtainable item) (Basic)","wiki_url":"https://oldschool.runescape.wiki/w/Gravestone_(unobtainable_item)#Basic","price":0},"24419":{"id":24419,"name":"Inquisitor's great helm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"buy_limit":8,"wiki_name":"Inquisitor's great helm","wiki_url":"https://oldschool.runescape.wiki/w/Inquisitor's_great_helm","equipment":{"attack_stab":-2,"attack_slash":-2,"attack_crush":8,"attack_magic":-5,"attack_ranged":-5,"defence_stab":19,"defence_slash":10,"defence_crush":21,"defence_magic":0,"defence_ranged":12,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"head","requirements":{"strength":70,"defence":30}},"price":58593012},"24420":{"id":24420,"name":"Inquisitor's hauberk","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1000000,"lowalch":400000,"highalch":600000,"buy_limit":8,"wiki_name":"Inquisitor's hauberk","wiki_url":"https://oldschool.runescape.wiki/w/Inquisitor's_hauberk","equipment":{"attack_stab":-3,"attack_slash":-3,"attack_crush":12,"attack_magic":-11,"attack_ranged":-10,"defence_stab":67,"defence_slash":55,"defence_crush":71,"defence_magic":0,"defence_ranged":35,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"body","requirements":{"strength":70,"defence":30}},"price":45778172},"24421":{"id":24421,"name":"Inquisitor's plateskirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":750000,"lowalch":300000,"highalch":450000,"buy_limit":8,"wiki_name":"Inquisitor's plateskirt","wiki_url":"https://oldschool.runescape.wiki/w/Inquisitor's_plateskirt","equipment":{"attack_stab":-3,"attack_slash":-3,"attack_crush":12,"attack_magic":-9,"attack_ranged":-5,"defence_stab":42,"defence_slash":30,"defence_crush":49,"defence_magic":0,"defence_ranged":22,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"legs","requirements":{"strength":70,"defence":30}},"price":59390102},"24422":{"id":24422,"name":"Nightmare staff","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":600000,"lowalch":240000,"highalch":360000,"buy_limit":8,"wiki_name":"Nightmare staff","wiki_url":"https://oldschool.runescape.wiki/w/Nightmare_staff","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":16,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":14,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":15,"prayer":0,"slot":"weapon","requirements":{"magic":65,"hitpoints":50}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":57427843},"24423":{"id":24423,"name":"Harmonised nightmare staff","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":4600000,"lowalch":1840000,"highalch":2760000,"wiki_name":"Harmonised nightmare staff","wiki_url":"https://oldschool.runescape.wiki/w/Harmonised_nightmare_staff","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":16,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":14,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":15,"prayer":0,"slot":"weapon","requirements":{"magic":75,"hitpoints":50}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"24424":{"id":24424,"name":"Volatile nightmare staff","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":4600000,"lowalch":1840000,"highalch":2760000,"wiki_name":"Volatile nightmare staff","wiki_url":"https://oldschool.runescape.wiki/w/Volatile_nightmare_staff","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":16,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":14,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":15,"prayer":0,"slot":"weapon","requirements":{"magic":75,"hitpoints":50}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"24425":{"id":24425,"name":"Eldritch nightmare staff","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":4600000,"lowalch":1840000,"highalch":2760000,"wiki_name":"Eldritch nightmare staff","wiki_url":"https://oldschool.runescape.wiki/w/Eldritch_nightmare_staff","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":16,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":14,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":15,"prayer":0,"slot":"weapon","requirements":{"magic":75,"hitpoints":50}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"24426":{"id":24426,"name":"Cabbage","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cabbage (unobtainable item) (Twisted League points negative)","wiki_url":"https://oldschool.runescape.wiki/w/Cabbage_(unobtainable_item)#Twisted_League_points_negative","price":0},"24428":{"id":24428,"name":"Green gingerbread shield","equipable":true,"equipable_by_player":true,"cost":0,"wiki_name":"Green gingerbread shield","wiki_url":"https://oldschool.runescape.wiki/w/Green_gingerbread_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"24430":{"id":24430,"name":"Red gingerbread shield","equipable":true,"equipable_by_player":true,"cost":0,"wiki_name":"Red gingerbread shield","wiki_url":"https://oldschool.runescape.wiki/w/Red_gingerbread_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"24431":{"id":24431,"name":"Blue gingerbread shield","equipable":true,"equipable_by_player":true,"cost":0,"wiki_name":"Blue gingerbread shield","wiki_url":"https://oldschool.runescape.wiki/w/Blue_gingerbread_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"24432":{"id":24432,"name":"Festive cinnamon stick","cost":0,"wiki_name":"Festive cinnamon stick","wiki_url":"https://oldschool.runescape.wiki/w/Festive_cinnamon_stick","price":0},"24433":{"id":24433,"name":"Festive ginger powder","cost":0,"wiki_name":"Festive ginger powder","wiki_url":"https://oldschool.runescape.wiki/w/Festive_ginger_powder","price":0},"24434":{"id":24434,"name":"Festive egg","cost":0,"wiki_name":"Festive egg","wiki_url":"https://oldschool.runescape.wiki/w/Festive_egg","price":0},"24435":{"id":24435,"name":"Festive pot","cost":0,"wiki_name":"Festive pot","wiki_url":"https://oldschool.runescape.wiki/w/Festive_pot","price":0},"24436":{"id":24436,"name":"Festive flour","cost":0,"wiki_name":"Festive flour","wiki_url":"https://oldschool.runescape.wiki/w/Festive_flour","price":0},"24437":{"id":24437,"name":"Gingerbread shield","cost":0,"wiki_name":"Gingerbread shield","wiki_url":"https://oldschool.runescape.wiki/w/Gingerbread_shield","price":0},"24438":{"id":24438,"name":"Iced gingerbread shield","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Iced gingerbread shield (Green)","wiki_url":"https://oldschool.runescape.wiki/w/Iced_gingerbread_shield#Green","price":0},"24439":{"id":24439,"name":"Iced gingerbread shield","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Iced gingerbread shield (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Iced_gingerbread_shield#Red","price":0},"24440":{"id":24440,"name":"Iced gingerbread shield","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Iced gingerbread shield (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Iced_gingerbread_shield#Blue","price":0},"24441":{"id":24441,"name":"Scaperune teleport","stackable":true,"cost":0,"wiki_name":"Scaperune teleport","wiki_url":"https://oldschool.runescape.wiki/w/Scaperune_teleport","price":0},"24442":{"id":24442,"name":"Bakery storage key","cost":0,"wiki_name":"Bakery storage key","wiki_url":"https://oldschool.runescape.wiki/w/Bakery_storage_key","price":0},"24443":{"id":24443,"name":"Gingerbread gnome","cost":0,"wiki_name":"Gingerbread gnome","wiki_url":"https://oldschool.runescape.wiki/w/Gingerbread_gnome","price":0},"24444":{"id":24444,"name":"Twisted slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Twisted slayer helmet (i) (Nightmare Zone)","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_slayer_helmet_(i)#Nightmare_Zone","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":0},"24460":{"id":24460,"name":"Twisted teleport scroll","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":25000,"lowalch":10000,"highalch":15000,"buy_limit":5,"wiki_name":"Twisted teleport scroll","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_teleport_scroll","price":570000},"24463":{"id":24463,"name":"Twisted blueprints","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":25000,"lowalch":10000,"highalch":15000,"buy_limit":5,"wiki_name":"Twisted blueprints","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_blueprints","price":4219997},"24466":{"id":24466,"name":"Twisted horns","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100000,"lowalch":40000,"highalch":60000,"buy_limit":5,"wiki_name":"Twisted horns","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_horns","price":2097000},"24469":{"id":24469,"name":"Twisted relic hunter (t1) armour set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50000,"lowalch":20000,"highalch":30000,"buy_limit":5,"wiki_name":"Twisted relic hunter (t1) armour set","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_relic_hunter_(t1)_armour_set","price":1088856},"24472":{"id":24472,"name":"Twisted relic hunter (t2) armour set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50000,"lowalch":20000,"highalch":30000,"buy_limit":5,"wiki_name":"Twisted relic hunter (t2) armour set","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_relic_hunter_(t2)_armour_set","price":1988000},"24475":{"id":24475,"name":"Twisted relic hunter (t3) armour set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50000,"lowalch":20000,"highalch":30000,"buy_limit":5,"wiki_name":"Twisted relic hunter (t3) armour set","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_relic_hunter_(t3)_armour_set","price":6718593},"24478":{"id":24478,"name":"Open herb sack","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Herb sack (Open)","wiki_url":"https://oldschool.runescape.wiki/w/Herb_sack#Open","price":0},"24479":{"id":24479,"name":"Spice rack","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24480":{"id":24480,"name":"Open coal bag","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Coal bag (Open)","wiki_url":"https://oldschool.runescape.wiki/w/Coal_bag#Open","price":0},"24481":{"id":24481,"name":"Open gem bag","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Gem bag (Open)","wiki_url":"https://oldschool.runescape.wiki/w/Gem_bag#Open","price":0},"24482":{"id":24482,"name":"Open seed box","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Seed box (Open)","wiki_url":"https://oldschool.runescape.wiki/w/Seed_box#Open","price":0},"24483":{"id":24483,"name":"Phoenix","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Phoenix (Green)","wiki_url":"https://oldschool.runescape.wiki/w/Phoenix#Green","price":0},"24484":{"id":24484,"name":"Phoenix","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Phoenix (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Phoenix#Blue","price":0},"24485":{"id":24485,"name":"Phoenix","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Phoenix (White)","wiki_url":"https://oldschool.runescape.wiki/w/Phoenix#White","price":0},"24486":{"id":24486,"name":"Phoenix","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Phoenix (Purple)","wiki_url":"https://oldschool.runescape.wiki/w/Phoenix#Purple","price":0},"24488":{"id":24488,"name":"Inquisitor's armour set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":500000,"wiki_name":"Inquisitor's armour set","wiki_url":"https://oldschool.runescape.wiki/w/Inquisitor's_armour_set","price":164049014},"24491":{"id":24491,"name":"Little nightmare","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Little nightmare (Nightmare)","wiki_url":"https://oldschool.runescape.wiki/w/Little_nightmare#Nightmare","price":0},"24495":{"id":24495,"name":"Jar of dreams","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Jar of dreams","wiki_url":"https://oldschool.runescape.wiki/w/Jar_of_dreams","price":4772468},"24511":{"id":24511,"name":"Harmonised orb","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4000000,"lowalch":1600000,"highalch":2400000,"buy_limit":8,"wiki_name":"Harmonised orb","wiki_url":"https://oldschool.runescape.wiki/w/Harmonised_orb","price":545142500},"24514":{"id":24514,"name":"Volatile orb","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4000000,"lowalch":1600000,"highalch":2400000,"buy_limit":8,"wiki_name":"Volatile orb","wiki_url":"https://oldschool.runescape.wiki/w/Volatile_orb","price":117641446},"24517":{"id":24517,"name":"Eldritch orb","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4000000,"lowalch":1600000,"highalch":2400000,"buy_limit":8,"wiki_name":"Eldritch orb","wiki_url":"https://oldschool.runescape.wiki/w/Eldritch_orb","price":359522557},"24520":{"id":24520,"name":"Victor's cape (1000)","equipable":true,"equipable_by_player":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Victor's cape (1000)","wiki_url":"https://oldschool.runescape.wiki/w/Victor's_cape_(1000)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"24523":{"id":24523,"name":"Death's coffer","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Death's coffer (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Death's_coffer_(unobtainable_item)","price":0},"24524":{"id":24524,"name":"Gravestone","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gravestone (unobtainable item) (Angel)","wiki_url":"https://oldschool.runescape.wiki/w/Gravestone_(unobtainable_item)#Angel","price":0},"24525":{"id":24525,"name":"Cat ears","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cat ears","wiki_url":"https://oldschool.runescape.wiki/w/Cat_ears","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"24527":{"id":24527,"name":"Hell cat ears","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Hell cat ears","wiki_url":"https://oldschool.runescape.wiki/w/Hell_cat_ears","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"24528":{"id":24528,"name":"Lamp of the gatherer","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Lamp of the gatherer","wiki_url":"https://oldschool.runescape.wiki/w/Lamp_of_the_gatherer","price":0},"24529":{"id":24529,"name":"Harmony","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Harmony","wiki_url":"https://oldschool.runescape.wiki/w/Harmony","price":0},"24531":{"id":24531,"name":"Runner hat (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Runner hat (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Runner_hat#Broken","price":0},"24533":{"id":24533,"name":"Runner hat (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":65001,"lowalch":26000,"highalch":39000,"wiki_name":"Runner hat (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Runner_hat#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":45}},"price":0},"24534":{"id":24534,"name":"Mithril seeds","stackable":true,"cost":1,"wiki_name":"Mithril seeds (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_seeds_(Last_Man_Standing)","price":0},"24535":{"id":24535,"name":"Magic egg ball","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Magic egg ball","wiki_url":"https://oldschool.runescape.wiki/w/Magic_egg_ball","price":0},"24537":{"id":24537,"name":"Carrot sword","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Carrot sword","wiki_url":"https://oldschool.runescape.wiki/w/Carrot_sword","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-100,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-100,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"24539":{"id":24539,"name":"'24-carat' sword","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"'24-carat' sword","wiki_url":"https://oldschool.runescape.wiki/w/'24-carat'_sword","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"24541":{"id":24541,"name":"Painted fake magic egg","cost":1,"wiki_name":"Painted fake magic egg","wiki_url":"https://oldschool.runescape.wiki/w/Painted_fake_magic_egg","price":0},"24542":{"id":24542,"name":"Unpainted fake magic egg","cost":1,"wiki_name":"Unpainted fake magic egg","wiki_url":"https://oldschool.runescape.wiki/w/Unpainted_fake_magic_egg","price":0},"24543":{"id":24543,"name":"Conch shell","cost":1,"wiki_name":"Conch shell","wiki_url":"https://oldschool.runescape.wiki/w/Conch_shell","price":0},"24544":{"id":24544,"name":"Broken egg","cost":1,"wiki_name":"Broken egg","wiki_url":"https://oldschool.runescape.wiki/w/Broken_egg","price":0},"24545":{"id":24545,"name":"Dummy portal","cost":1,"wiki_name":"Dummy portal","wiki_url":"https://oldschool.runescape.wiki/w/Dummy_portal","price":0,"lowalch":0,"highalch":0},"24546":{"id":24546,"name":"Carrot","cost":1,"wiki_name":"Carrot","wiki_url":"https://oldschool.runescape.wiki/w/Carrot","price":0},"24547":{"id":24547,"name":"Broken goat horn","cost":1,"wiki_name":"Broken goat horn","wiki_url":"https://oldschool.runescape.wiki/w/Broken_goat_horn","price":0},"24549":{"id":24549,"name":"Cake","cost":50,"wiki_name":"Cake (2020 Easter event)","wiki_url":"https://oldschool.runescape.wiki/w/Cake_(2020_Easter_event)","price":0},"24551":{"id":24551,"name":"Blade of saeldor (c)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000000,"lowalch":2000000,"highalch":3000000,"wiki_name":"Blade of saeldor (c) (Hefin)","wiki_url":"https://oldschool.runescape.wiki/w/Blade_of_saeldor_(c)#Hefin","equipment":{"attack_stab":55,"attack_slash":94,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":89,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":75}},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"24554":{"id":24554,"name":"Pyromancer set","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pyromancer set","wiki_url":"https://oldschool.runescape.wiki/w/Pyromancer_set","price":0},"24555":{"id":24555,"name":"Tangleroot","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tangleroot (Crystal)","wiki_url":"https://oldschool.runescape.wiki/w/Tangleroot#Crystal","price":0},"24557":{"id":24557,"name":"Tangleroot","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tangleroot (Dragonfruit)","wiki_url":"https://oldschool.runescape.wiki/w/Tangleroot#Dragonfruit","price":0},"24559":{"id":24559,"name":"Tangleroot","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tangleroot (Herb)","wiki_url":"https://oldschool.runescape.wiki/w/Tangleroot#Herb","price":0},"24561":{"id":24561,"name":"Tangleroot","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tangleroot (White lily)","wiki_url":"https://oldschool.runescape.wiki/w/Tangleroot#White_lily","price":0},"24563":{"id":24563,"name":"Tangleroot","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tangleroot (Redwood)","wiki_url":"https://oldschool.runescape.wiki/w/Tangleroot#Redwood","price":0},"24565":{"id":24565,"name":"Antique emblem (tier 1)","members":true,"cost":500,"lowalch":200,"highalch":300,"wiki_name":"Antique emblem (Tier 1)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_emblem#Tier_1","price":0},"24567":{"id":24567,"name":"Antique emblem (tier 2)","members":true,"cost":501,"lowalch":200,"highalch":300,"wiki_name":"Antique emblem (Tier 2)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_emblem#Tier_2","price":0},"24569":{"id":24569,"name":"Antique emblem (tier 3)","members":true,"cost":502,"lowalch":200,"highalch":301,"wiki_name":"Antique emblem (Tier 3)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_emblem#Tier_3","price":0},"24571":{"id":24571,"name":"Antique emblem (tier 4)","members":true,"cost":503,"lowalch":201,"highalch":301,"wiki_name":"Antique emblem (Tier 4)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_emblem#Tier_4","price":0},"24573":{"id":24573,"name":"Antique emblem (tier 5)","members":true,"cost":504,"lowalch":201,"highalch":302,"wiki_name":"Antique emblem (Tier 5)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_emblem#Tier_5","price":0},"24575":{"id":24575,"name":"Antique emblem (tier 6)","members":true,"cost":505,"lowalch":202,"highalch":303,"wiki_name":"Antique emblem (Tier 6)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_emblem#Tier_6","price":0},"24577":{"id":24577,"name":"Antique emblem (tier 7)","members":true,"cost":506,"lowalch":202,"highalch":303,"wiki_name":"Antique emblem (Tier 7)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_emblem#Tier_7","price":0},"24579":{"id":24579,"name":"Antique emblem (tier 8)","members":true,"cost":507,"lowalch":202,"highalch":304,"wiki_name":"Antique emblem (Tier 8)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_emblem#Tier_8","price":0},"24581":{"id":24581,"name":"Antique emblem (tier 9)","members":true,"cost":508,"lowalch":203,"highalch":304,"wiki_name":"Antique emblem (Tier 9)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_emblem#Tier_9","price":0},"24583":{"id":24583,"name":"Antique emblem (tier 10)","members":true,"cost":509,"lowalch":203,"highalch":305,"wiki_name":"Antique emblem (Tier 10)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_emblem#Tier_10","price":0},"24585":{"id":24585,"name":"Looting bag note","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":40,"wiki_name":"Looting bag note","wiki_url":"https://oldschool.runescape.wiki/w/Looting_bag_note","price":28673},"24587":{"id":24587,"name":"Rune pouch note","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":210,"lowalch":84,"highalch":126,"buy_limit":40,"wiki_name":"Rune pouch note","wiki_url":"https://oldschool.runescape.wiki/w/Rune_pouch_note","price":2000000},"24589":{"id":24589,"name":"Blighted manta ray","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":10000,"wiki_name":"Blighted manta ray","wiki_url":"https://oldschool.runescape.wiki/w/Blighted_manta_ray","price":331},"24592":{"id":24592,"name":"Blighted anglerfish","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":10000,"wiki_name":"Blighted anglerfish","wiki_url":"https://oldschool.runescape.wiki/w/Blighted_anglerfish","price":358},"24595":{"id":24595,"name":"Blighted karambwan","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":60,"lowalch":24,"highalch":36,"buy_limit":10000,"wiki_name":"Blighted karambwan","wiki_url":"https://oldschool.runescape.wiki/w/Blighted_karambwan","price":165},"24598":{"id":24598,"name":"Blighted super restore(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":2000,"wiki_name":"Blighted super restore (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Blighted_super_restore#4_dose","price":4528},"24601":{"id":24601,"name":"Blighted super restore(3)","members":true,"noteable":true,"cost":39,"lowalch":15,"highalch":23,"wiki_name":"Blighted super restore (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Blighted_super_restore#3_dose","price":0},"24603":{"id":24603,"name":"Blighted super restore(2)","members":true,"noteable":true,"cost":38,"lowalch":15,"highalch":22,"wiki_name":"Blighted super restore (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Blighted_super_restore#2_dose","price":0},"24605":{"id":24605,"name":"Blighted super restore(1)","members":true,"noteable":true,"cost":37,"lowalch":14,"highalch":22,"wiki_name":"Blighted super restore (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Blighted_super_restore#1_dose","price":0},"24607":{"id":24607,"name":"Blighted ancient ice sack","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":35,"lowalch":14,"highalch":21,"buy_limit":15000,"wiki_name":"Blighted ancient ice sack","wiki_url":"https://oldschool.runescape.wiki/w/Blighted_ancient_ice_sack","price":264},"24613":{"id":24613,"name":"Blighted entangle sack","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":15000,"wiki_name":"Blighted entangle sack","wiki_url":"https://oldschool.runescape.wiki/w/Blighted_entangle_sack","price":69},"24615":{"id":24615,"name":"Blighted teleport spell sack","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":32,"lowalch":12,"highalch":19,"buy_limit":10000,"wiki_name":"Blighted teleport spell sack","wiki_url":"https://oldschool.runescape.wiki/w/Blighted_teleport_spell_sack","price":76},"24617":{"id":24617,"name":"Vesta's blighted longsword","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":800000,"lowalch":320000,"highalch":480000,"wiki_name":"Vesta's blighted longsword (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Vesta's_blighted_longsword#Active","equipment":{"attack_stab":106,"attack_slash":121,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":4,"defence_crush":3,"defence_magic":0,"defence_ranged":0,"melee_strength":118,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":75}},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"24619":{"id":24619,"name":"Vesta's longsword (inactive)","members":true,"cost":800000,"lowalch":320000,"highalch":480000,"wiki_name":"Vesta's blighted longsword (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Vesta's_blighted_longsword#Inactive","price":0},"24621":{"id":24621,"name":"Blighted vengeance sack","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":31,"lowalch":12,"highalch":18,"buy_limit":10000,"wiki_name":"Blighted vengeance sack","wiki_url":"https://oldschool.runescape.wiki/w/Blighted_vengeance_sack","price":87},"24623":{"id":24623,"name":"Divine battlemage potion(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":720,"lowalch":288,"highalch":432,"buy_limit":2000,"wiki_name":"Divine battlemage potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_battlemage_potion#4_dose","price":20300},"24626":{"id":24626,"name":"Divine battlemage potion(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":540,"lowalch":216,"highalch":324,"buy_limit":2000,"wiki_name":"Divine battlemage potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_battlemage_potion#3_dose","price":13515},"24629":{"id":24629,"name":"Divine battlemage potion(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":360,"lowalch":144,"highalch":216,"buy_limit":2000,"wiki_name":"Divine battlemage potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_battlemage_potion#2_dose","price":20000},"24632":{"id":24632,"name":"Divine battlemage potion(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":180,"lowalch":72,"highalch":108,"buy_limit":2000,"wiki_name":"Divine battlemage potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_battlemage_potion#1_dose","price":4441},"24635":{"id":24635,"name":"Divine bastion potion(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":720,"lowalch":288,"highalch":432,"buy_limit":2000,"wiki_name":"Divine bastion potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_bastion_potion#4_dose","price":28930},"24638":{"id":24638,"name":"Divine bastion potion(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":540,"lowalch":216,"highalch":324,"buy_limit":2000,"wiki_name":"Divine bastion potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_bastion_potion#3_dose","price":20359},"24641":{"id":24641,"name":"Divine bastion potion(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":360,"lowalch":144,"highalch":216,"buy_limit":2000,"wiki_name":"Divine bastion potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_bastion_potion#2_dose","price":13753},"24644":{"id":24644,"name":"Divine bastion potion(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":180,"lowalch":72,"highalch":108,"buy_limit":2000,"wiki_name":"Divine bastion potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_bastion_potion#1_dose","price":6920},"24650":{"id":24650,"name":"Logs","cost":4,"lowalch":1,"highalch":2,"wiki_name":"Logs (Tutorial Island) (2020)","wiki_url":"https://oldschool.runescape.wiki/w/Logs_(Tutorial_Island)#2020","price":0},"24652":{"id":24652,"name":"Raw shrimps","tradeable":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Raw shrimps (Tutorial Island) (2020)","wiki_url":"https://oldschool.runescape.wiki/w/Raw_shrimps_(Tutorial_Island)#2020","price":0},"24655":{"id":24655,"name":"Bones","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bones (Tutorial Island) (2020)","wiki_url":"https://oldschool.runescape.wiki/w/Bones_(Tutorial_Island)#2020","price":0},"24656":{"id":24656,"name":"Enraged tektiny","incomplete":true,"members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tektiny (Enraged)","wiki_url":"https://oldschool.runescape.wiki/w/Tektiny#Enraged","price":0},"24658":{"id":24658,"name":"Flying vespina","incomplete":true,"members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Vespina (Airborne)","wiki_url":"https://oldschool.runescape.wiki/w/Vespina#Airborne","price":0},"24660":{"id":24660,"name":"Massive storage unit","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24664":{"id":24664,"name":"Twisted ancestral hat","members":true,"equipable":true,"equipable_by_player":true,"cost":45000,"lowalch":18000,"highalch":27000,"wiki_name":"Twisted ancestral hat","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_ancestral_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":8,"attack_ranged":-2,"defence_stab":12,"defence_slash":11,"defence_crush":13,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":3,"prayer":0,"slot":"head","requirements":{"magic":75,"defence":65}},"price":0},"24666":{"id":24666,"name":"Twisted ancestral robe top","members":true,"equipable":true,"equipable_by_player":true,"cost":120000,"lowalch":48000,"highalch":72000,"wiki_name":"Twisted ancestral robe top","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_ancestral_robe_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":35,"attack_ranged":-8,"defence_stab":42,"defence_slash":31,"defence_crush":51,"defence_magic":28,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":3,"prayer":0,"slot":"body","requirements":{"magic":75,"defence":65}},"price":0},"24668":{"id":24668,"name":"Twisted ancestral robe bottom","members":true,"equipable":true,"equipable_by_player":true,"cost":80000,"lowalch":32000,"highalch":48000,"wiki_name":"Twisted ancestral robe bottom","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_ancestral_robe_bottom","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":26,"attack_ranged":-7,"defence_stab":27,"defence_slash":24,"defence_crush":30,"defence_magic":20,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":3,"prayer":0,"slot":"legs","requirements":{"magic":75,"defence":65}},"price":0},"24670":{"id":24670,"name":"Twisted ancestral colour kit","members":true,"cost":9500,"lowalch":3800,"highalch":5700,"wiki_name":"Twisted ancestral colour kit","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_ancestral_colour_kit","price":0},"24672":{"id":24672,"name":"Haemalchemy volume 2","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Haemalchemy volume 2","wiki_url":"https://oldschool.runescape.wiki/w/Haemalchemy_volume_2","price":0},"24673":{"id":24673,"name":"Vyre noble top (unscented)","members":true,"cost":100,"wiki_name":"Vyre noble top (unscented)","wiki_url":"https://oldschool.runescape.wiki/w/Vyre_noble_top_(unscented)","price":0},"24674":{"id":24674,"name":"Vyre noble legs (unscented)","members":true,"cost":100,"wiki_name":"Vyre noble legs (unscented)","wiki_url":"https://oldschool.runescape.wiki/w/Vyre_noble_legs_(unscented)","price":0},"24675":{"id":24675,"name":"Vyre noble shoes (unscented)","members":true,"cost":100,"wiki_name":"Vyre noble shoes (unscented)","wiki_url":"https://oldschool.runescape.wiki/w/Vyre_noble_shoes_(unscented)","price":0},"24676":{"id":24676,"name":"Vyre noble top","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Vyre noble top","wiki_url":"https://oldschool.runescape.wiki/w/Vyre_noble_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"24678":{"id":24678,"name":"Vyre noble legs","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Vyre noble legs","wiki_url":"https://oldschool.runescape.wiki/w/Vyre_noble_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"24680":{"id":24680,"name":"Vyre noble shoes","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Vyre noble shoes","wiki_url":"https://oldschool.runescape.wiki/w/Vyre_noble_shoes","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"24682":{"id":24682,"name":"Old note","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old note (Sins of the Father)","wiki_url":"https://oldschool.runescape.wiki/w/Old_note_(Sins_of_the_Father)","price":0},"24684":{"id":24684,"name":"Tatty note","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tatty note (Sins of the Father)","wiki_url":"https://oldschool.runescape.wiki/w/Tatty_note_(Sins_of_the_Father)","price":0},"24686":{"id":24686,"name":"Journal page","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Journal page","wiki_url":"https://oldschool.runescape.wiki/w/Journal_page","price":0},"24688":{"id":24688,"name":"Ancient armour","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ancient armour (item)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_armour_(item)","price":0},"24690":{"id":24690,"name":"Tome of experience","members":true,"cost":1,"wiki_name":"Tome of experience (Sins of the Father)","wiki_url":"https://oldschool.runescape.wiki/w/Tome_of_experience_(Sins_of_the_Father)","price":0},"24691":{"id":24691,"name":"Blisterwood logs","members":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Blisterwood logs","wiki_url":"https://oldschool.runescape.wiki/w/Blisterwood_logs","price":0},"24693":{"id":24693,"name":"Ruby sickle (b)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Ruby sickle (b)","wiki_url":"https://oldschool.runescape.wiki/w/Ruby_sickle_(b)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":1,"defence_ranged":1,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"24695":{"id":24695,"name":"Enchanted ruby sickle (b)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Enchanted ruby sickle (b)","wiki_url":"https://oldschool.runescape.wiki/w/Enchanted_ruby_sickle_(b)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":1,"defence_ranged":1,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"24697":{"id":24697,"name":"Blisterwood sickle","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":20000,"wiki_name":"Blisterwood sickle","wiki_url":"https://oldschool.runescape.wiki/w/Blisterwood_sickle","equipment":{"attack_stab":30,"attack_slash":38,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":2,"defence_crush":2,"defence_magic":2,"defence_ranged":2,"melee_strength":32,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"24699":{"id":24699,"name":"Blisterwood flail","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":40000,"wiki_name":"Blisterwood flail","wiki_url":"https://oldschool.runescape.wiki/w/Blisterwood_flail","equipment":{"attack_stab":30,"attack_slash":44,"attack_crush":68,"attack_magic":8,"attack_ranged":0,"defence_stab":4,"defence_slash":4,"defence_crush":2,"defence_magic":8,"defence_ranged":0,"melee_strength":46,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"weapon","requirements":{"attack":50}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"24701":{"id":24701,"name":"Dark squirrel","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Giant squirrel (Dark)","wiki_url":"https://oldschool.runescape.wiki/w/Giant_squirrel#Dark","price":0},"24702":{"id":24702,"name":"Vyre","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24703":{"id":24703,"name":"Coin pouch","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Coin pouch (Vyre)","wiki_url":"https://oldschool.runescape.wiki/w/Coin_pouch#Vyre","price":0},"24704":{"id":24704,"name":"Daeyalt essence","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Daeyalt essence","wiki_url":"https://oldschool.runescape.wiki/w/Daeyalt_essence","price":0},"24706":{"id":24706,"name":"Daeyalt shard","members":true,"stackable":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Daeyalt shard","wiki_url":"https://oldschool.runescape.wiki/w/Daeyalt_shard","price":0},"24708":{"id":24708,"name":"Vampyre","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24709":{"id":24709,"name":"Hallowed crystal shard","members":true,"stackable":true,"cost":1,"wiki_name":"Hallowed crystal shard","wiki_url":"https://oldschool.runescape.wiki/w/Hallowed_crystal_shard","price":0},"24711":{"id":24711,"name":"Hallowed mark","members":true,"stackable":true,"cost":1,"wiki_name":"Hallowed mark","wiki_url":"https://oldschool.runescape.wiki/w/Hallowed_mark","price":0},"24719":{"id":24719,"name":"Hallowed token","members":true,"cost":10,"wiki_name":"Hallowed token","wiki_url":"https://oldschool.runescape.wiki/w/Hallowed_token","price":0},"24721":{"id":24721,"name":"Hallowed grapple","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"wiki_name":"Hallowed grapple","wiki_url":"https://oldschool.runescape.wiki/w/Hallowed_grapple","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":null},"price":0},"24723":{"id":24723,"name":"Hallowed focus","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"wiki_name":"Hallowed focus","wiki_url":"https://oldschool.runescape.wiki/w/Hallowed_focus","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"24725":{"id":24725,"name":"Hallowed symbol","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"wiki_name":"Hallowed symbol","wiki_url":"https://oldschool.runescape.wiki/w/Hallowed_symbol","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"24727":{"id":24727,"name":"Hallowed hammer","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100,"wiki_name":"Hallowed hammer","wiki_url":"https://oldschool.runescape.wiki/w/Hallowed_hammer","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"24729":{"id":24729,"name":"Dark dye","members":true,"cost":300,"wiki_name":"Dark dye","wiki_url":"https://oldschool.runescape.wiki/w/Dark_dye","price":0},"24731":{"id":24731,"name":"Hallowed ring","members":true,"equipable":true,"equipable_by_player":true,"cost":250,"wiki_name":"Hallowed ring","wiki_url":"https://oldschool.runescape.wiki/w/Hallowed_ring","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"24733":{"id":24733,"name":"Dark acorn","members":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Dark acorn","wiki_url":"https://oldschool.runescape.wiki/w/Dark_acorn","price":0},"24736":{"id":24736,"name":"Ring of endurance","members":true,"equipable":true,"equipable_by_player":true,"cost":64000,"lowalch":25600,"highalch":38400,"wiki_name":"Ring of endurance (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_endurance#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":{"agility":70}},"price":0},"24738":{"id":24738,"name":"Strange old lockpick","members":true,"cost":32000,"lowalch":12800,"highalch":19200,"wiki_name":"Strange old lockpick (Used)","wiki_url":"https://oldschool.runescape.wiki/w/Strange_old_lockpick#Used","price":0},"24740":{"id":24740,"name":"Strange old lockpick (full)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":32000,"lowalch":12800,"highalch":19200,"buy_limit":50,"wiki_name":"Strange old lockpick (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Strange_old_lockpick#Full","price":45359},"24743":{"id":24743,"name":"Graceful hood","members":true,"equipable":true,"equipable_by_player":true,"cost":35,"lowalch":14,"highalch":21,"wiki_name":"Graceful hood (Hallowed) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_hood_(Hallowed)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"24746":{"id":24746,"name":"Graceful cape","members":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Graceful cape (Hallowed) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_cape_(Hallowed)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"24749":{"id":24749,"name":"Graceful top","members":true,"equipable":true,"equipable_by_player":true,"cost":55,"lowalch":22,"highalch":33,"wiki_name":"Graceful top (Hallowed) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_top_(Hallowed)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"24752":{"id":24752,"name":"Graceful legs","members":true,"equipable":true,"equipable_by_player":true,"cost":60,"lowalch":24,"highalch":36,"wiki_name":"Graceful legs (Hallowed) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_legs_(Hallowed)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"24755":{"id":24755,"name":"Graceful gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Graceful gloves (Hallowed) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_gloves_(Hallowed)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"24758":{"id":24758,"name":"Graceful boots","members":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Graceful boots (Hallowed) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_boots_(Hallowed)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"24761":{"id":24761,"name":"Strange hallowed tome","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Strange hallowed tome","wiki_url":"https://oldschool.runescape.wiki/w/Strange_hallowed_tome","price":0},"24763":{"id":24763,"name":"Mysterious page","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mysterious page (1)","wiki_url":"https://oldschool.runescape.wiki/w/Mysterious_page#1","price":0},"24765":{"id":24765,"name":"Mysterious page","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mysterious page (2)","wiki_url":"https://oldschool.runescape.wiki/w/Mysterious_page#2","price":0},"24767":{"id":24767,"name":"Mysterious page","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mysterious page (3)","wiki_url":"https://oldschool.runescape.wiki/w/Mysterious_page#3","price":0},"24769":{"id":24769,"name":"Mysterious page","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mysterious page (4)","wiki_url":"https://oldschool.runescape.wiki/w/Mysterious_page#4","price":0},"24771":{"id":24771,"name":"Mysterious page","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mysterious page (5)","wiki_url":"https://oldschool.runescape.wiki/w/Mysterious_page#5","price":0},"24774":{"id":24774,"name":"Blood pint","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":2000,"wiki_name":"Blood pint","wiki_url":"https://oldschool.runescape.wiki/w/Blood_pint","price":46},"24777":{"id":24777,"name":"Blood shard","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200000,"lowalch":80000,"highalch":120000,"buy_limit":8,"wiki_name":"Blood shard","wiki_url":"https://oldschool.runescape.wiki/w/Blood_shard","price":7878543},"24780":{"id":24780,"name":"Amulet of blood fury","members":true,"equipable":true,"equipable_by_player":true,"cost":402000,"lowalch":160800,"highalch":241200,"wiki_name":"Amulet of blood fury","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_blood_fury","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":10,"attack_magic":10,"attack_ranged":10,"defence_stab":15,"defence_slash":15,"defence_crush":15,"defence_magic":15,"defence_ranged":15,"melee_strength":8,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"neck","requirements":null},"price":0},"24782":{"id":24782,"name":"Raw mystery meat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Raw mystery meat","wiki_url":"https://oldschool.runescape.wiki/w/Raw_mystery_meat","price":500},"24785":{"id":24785,"name":"Cooked mystery meat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Cooked mystery meat","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_mystery_meat","price":101},"24788":{"id":24788,"name":"Pat of not garlic butter","members":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Pat of not garlic butter","wiki_url":"https://oldschool.runescape.wiki/w/Pat_of_not_garlic_butter","price":0},"24790":{"id":24790,"name":"Long rope","cost":40000,"lowalch":16000,"highalch":24000,"wiki_name":"Long rope","wiki_url":"https://oldschool.runescape.wiki/w/Long_rope","price":0},"24792":{"id":24792,"name":"Severed leg","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Severed leg","wiki_url":"https://oldschool.runescape.wiki/w/Severed_leg","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"24794":{"id":24794,"name":"Vyre noble blazer","members":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Vyre noble blazer (red)","wiki_url":"https://oldschool.runescape.wiki/w/Vyre_noble_blazer_(red)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"24796":{"id":24796,"name":"Vyre noble coat tails","members":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Vyre noble coat tails (red)","wiki_url":"https://oldschool.runescape.wiki/w/Vyre_noble_coat_tails_(red)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"24798":{"id":24798,"name":"Vyre noble vest","members":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Vyre noble vest (red)","wiki_url":"https://oldschool.runescape.wiki/w/Vyre_noble_vest_(red)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"24800":{"id":24800,"name":"Vyre noble pants","members":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Vyre noble pants (red)","wiki_url":"https://oldschool.runescape.wiki/w/Vyre_noble_pants_(red)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"24802":{"id":24802,"name":"Vyre noble corset","members":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Vyre noble corset (red)","wiki_url":"https://oldschool.runescape.wiki/w/Vyre_noble_corset_(red)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"24804":{"id":24804,"name":"Vyre noble skirt","members":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Vyre noble skirt (red)","wiki_url":"https://oldschool.runescape.wiki/w/Vyre_noble_skirt_(red)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"24806":{"id":24806,"name":"Vyre noble dress top","members":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Vyre noble dress top (red)","wiki_url":"https://oldschool.runescape.wiki/w/Vyre_noble_dress_top_(red)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"24808":{"id":24808,"name":"Vyre noble dress bottom","members":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Vyre noble dress bottom (red)","wiki_url":"https://oldschool.runescape.wiki/w/Vyre_noble_dress_bottom_(red)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"24810":{"id":24810,"name":"Vyre noble blazer","members":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Vyre noble blazer (purple)","wiki_url":"https://oldschool.runescape.wiki/w/Vyre_noble_blazer_(purple)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"24812":{"id":24812,"name":"Vyre noble coat tails","members":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Vyre noble coat tails (purple)","wiki_url":"https://oldschool.runescape.wiki/w/Vyre_noble_coat_tails_(purple)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"24814":{"id":24814,"name":"Vyre noble vest","members":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Vyre noble vest (purple)","wiki_url":"https://oldschool.runescape.wiki/w/Vyre_noble_vest_(purple)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"24816":{"id":24816,"name":"Vyre noble pants","members":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Vyre noble pants (purple)","wiki_url":"https://oldschool.runescape.wiki/w/Vyre_noble_pants_(purple)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"24818":{"id":24818,"name":"Vyre noble corset","members":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Vyre noble corset (purple)","wiki_url":"https://oldschool.runescape.wiki/w/Vyre_noble_corset_(purple)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"24820":{"id":24820,"name":"Vyre noble skirt","members":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Vyre noble skirt (purple)","wiki_url":"https://oldschool.runescape.wiki/w/Vyre_noble_skirt_(purple)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"24822":{"id":24822,"name":"Vyre noble dress top","members":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Vyre noble dress top (purple)","wiki_url":"https://oldschool.runescape.wiki/w/Vyre_noble_dress_top_(purple)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"24824":{"id":24824,"name":"Vyre noble dress bottom","members":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Vyre noble dress bottom (purple)","wiki_url":"https://oldschool.runescape.wiki/w/Vyre_noble_dress_bottom_(purple)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"24826":{"id":24826,"name":"Vyre noble blazer","members":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Vyre noble blazer (grey)","wiki_url":"https://oldschool.runescape.wiki/w/Vyre_noble_blazer_(grey)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"24828":{"id":24828,"name":"Vyre noble coat tails","members":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Vyre noble coat tails (grey)","wiki_url":"https://oldschool.runescape.wiki/w/Vyre_noble_coat_tails_(grey)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"24830":{"id":24830,"name":"Vyre noble vest","members":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Vyre noble vest (grey)","wiki_url":"https://oldschool.runescape.wiki/w/Vyre_noble_vest_(grey)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"24832":{"id":24832,"name":"Vyre noble pants","members":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Vyre noble pants (grey)","wiki_url":"https://oldschool.runescape.wiki/w/Vyre_noble_pants_(grey)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"24834":{"id":24834,"name":"Vyre noble corset","members":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Vyre noble corset (grey)","wiki_url":"https://oldschool.runescape.wiki/w/Vyre_noble_corset_(grey)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"24836":{"id":24836,"name":"Vyre noble skirt","members":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Vyre noble skirt (grey)","wiki_url":"https://oldschool.runescape.wiki/w/Vyre_noble_skirt_(grey)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"24838":{"id":24838,"name":"Vyre noble dress top","members":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Vyre noble dress top (grey)","wiki_url":"https://oldschool.runescape.wiki/w/Vyre_noble_dress_top_(grey)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"24840":{"id":24840,"name":"Vyre noble dress bottom","members":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Vyre noble dress bottom (grey)","wiki_url":"https://oldschool.runescape.wiki/w/Vyre_noble_dress_bottom_(grey)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"24842":{"id":24842,"name":"A taste of hope","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"A taste of hope (book)","wiki_url":"https://oldschool.runescape.wiki/w/A_taste_of_hope_(book)","price":0},"24844":{"id":24844,"name":"Ring of endurance (uncharged)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":64000,"lowalch":25600,"highalch":38400,"wiki_name":"Ring of endurance (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_endurance#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":{"agility":70}},"price":22363124},"24847":{"id":24847,"name":"Red","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rocky (Red panda)","wiki_url":"https://oldschool.runescape.wiki/w/Rocky#Red_panda","price":0},"24849":{"id":24849,"name":"Ziggy","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rocky (Tanuki)","wiki_url":"https://oldschool.runescape.wiki/w/Rocky#Tanuki","price":0},"24851":{"id":24851,"name":"Soft clay pack","cost":10,"lowalch":4,"highalch":6,"wiki_name":"Soft clay pack (Unidentified minerals)","wiki_url":"https://oldschool.runescape.wiki/w/Soft_clay_pack#Unidentified_minerals","price":0},"24853":{"id":24853,"name":"Bag full of gems","members":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Bag full of gems (Unidentified minerals)","wiki_url":"https://oldschool.runescape.wiki/w/Bag_full_of_gems#Unidentified_minerals","price":0},"24855":{"id":24855,"name":"Mythical max cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"wiki_name":"Mythical max cape","wiki_url":"https://oldschool.runescape.wiki/w/Mythical_max_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":6,"attack_magic":0,"attack_ranged":0,"defence_stab":8,"defence_slash":8,"defence_crush":8,"defence_magic":8,"defence_ranged":8,"melee_strength":1,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"cape","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"24857":{"id":24857,"name":"Mythical max hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mythical max hood","wiki_url":"https://oldschool.runescape.wiki/w/Mythical_max_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"24859":{"id":24859,"name":"Warrior path starter kit","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Warrior path starter kit","wiki_url":"https://oldschool.runescape.wiki/w/Warrior_path_starter_kit","price":0},"24860":{"id":24860,"name":"Wizard path starter kit","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wizard path starter kit","wiki_url":"https://oldschool.runescape.wiki/w/Wizard_path_starter_kit","price":0},"24861":{"id":24861,"name":"Ranger path starter kit","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ranger path starter kit","wiki_url":"https://oldschool.runescape.wiki/w/Ranger_path_starter_kit","price":0},"24862":{"id":24862,"name":"Karamjan monkey","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Karamjan monkey (item)","wiki_url":"https://oldschool.runescape.wiki/w/Karamjan_monkey_(item)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"24863":{"id":24863,"name":"Zombie monkey","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Zombie monkey (item)","wiki_url":"https://oldschool.runescape.wiki/w/Zombie_monkey_(item)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"24864":{"id":24864,"name":"Maniacal monkey","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Maniacal monkey (item)","wiki_url":"https://oldschool.runescape.wiki/w/Maniacal_monkey_(item)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"24865":{"id":24865,"name":"Skeleton monkey","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Skeleton monkey (item)","wiki_url":"https://oldschool.runescape.wiki/w/Skeleton_monkey_(item)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"24866":{"id":24866,"name":"Kruk jr","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Kruk jr","wiki_url":"https://oldschool.runescape.wiki/w/Kruk_jr","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"24867":{"id":24867,"name":"Princely monkey","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Princely monkey","wiki_url":"https://oldschool.runescape.wiki/w/Princely_monkey","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"24868":{"id":24868,"name":"Golden armadyl special attack","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24869":{"id":24869,"name":"Golden bandos special attack","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24870":{"id":24870,"name":"Golden saradomin special attack","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24871":{"id":24871,"name":"Golden zamorak special attack","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24872":{"id":24872,"name":"Carpenter's helmet","members":true,"equipable":true,"equipable_by_player":true,"cost":320,"wiki_name":"Carpenter's helmet","wiki_url":"https://oldschool.runescape.wiki/w/Carpenter's_helmet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"24874":{"id":24874,"name":"Carpenter's shirt","members":true,"equipable":true,"equipable_by_player":true,"cost":380,"wiki_name":"Carpenter's shirt","wiki_url":"https://oldschool.runescape.wiki/w/Carpenter's_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"24876":{"id":24876,"name":"Carpenter's trousers","members":true,"equipable":true,"equipable_by_player":true,"cost":340,"wiki_name":"Carpenter's trousers","wiki_url":"https://oldschool.runescape.wiki/w/Carpenter's_trousers","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"24878":{"id":24878,"name":"Carpenter's boots","members":true,"equipable":true,"equipable_by_player":true,"cost":280,"wiki_name":"Carpenter's boots","wiki_url":"https://oldschool.runescape.wiki/w/Carpenter's_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"24880":{"id":24880,"name":"Amy's saw","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":280,"wiki_name":"Amy's saw","wiki_url":"https://oldschool.runescape.wiki/w/Amy's_saw","equipment":{"attack_stab":2,"attack_slash":5,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":5,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"24882":{"id":24882,"name":"Plank sack","members":true,"cost":370,"wiki_name":"Plank sack","wiki_url":"https://oldschool.runescape.wiki/w/Plank_sack","price":0},"24884":{"id":24884,"name":"Supply crate","members":true,"cost":145,"wiki_name":"Supply crate (Mahogany Homes)","wiki_url":"https://oldschool.runescape.wiki/w/Supply_crate_(Mahogany_Homes)","price":0},"24885":{"id":24885,"name":"Hosidius blueprints","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Hosidius blueprints","wiki_url":"https://oldschool.runescape.wiki/w/Hosidius_blueprints","price":0},"24887":{"id":24887,"name":"Oak table","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24898":{"id":24898,"name":"Wooden cabinet","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24899":{"id":24899,"name":"Oak cabinet","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24900":{"id":24900,"name":"Teak cabinet","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24901":{"id":24901,"name":"Mahogany cabinet","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24904":{"id":24904,"name":"Teak bookcase","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24906":{"id":24906,"name":"Wooden wardrobe","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24910":{"id":24910,"name":"Wooden dresser","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24914":{"id":24914,"name":"Wooden shelves","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24915":{"id":24915,"name":"Oak shelves","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24916":{"id":24916,"name":"Teak shelves","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24917":{"id":24917,"name":"Mahogany shelves","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24921":{"id":24921,"name":"Mahogany bed","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24926":{"id":24926,"name":"Wooden drawer","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24927":{"id":24927,"name":"Oak drawer","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24928":{"id":24928,"name":"Teak drawer","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24929":{"id":24929,"name":"Mahogany drawer","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24932":{"id":24932,"name":"Teak chair","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24933":{"id":24933,"name":"Mahogany chair","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24934":{"id":24934,"name":"Wooden cupboard","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24935":{"id":24935,"name":"Oak cupboard","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24936":{"id":24936,"name":"Teak cupboard","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24937":{"id":24937,"name":"Mahogany cupboard","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24938":{"id":24938,"name":"Waxwood log","members":true,"cost":1,"wiki_name":"Waxwood log","wiki_url":"https://oldschool.runescape.wiki/w/Waxwood_log","price":0},"24939":{"id":24939,"name":"Waxwood plank","members":true,"cost":1,"wiki_name":"Waxwood plank","wiki_url":"https://oldschool.runescape.wiki/w/Waxwood_plank","price":0},"24940":{"id":24940,"name":"Marlo's crate","members":true,"cost":1,"wiki_name":"Marlo's crate","wiki_url":"https://oldschool.runescape.wiki/w/Marlo's_crate","price":0},"24941":{"id":24941,"name":"Bp obj","cost":10,"lowalch":4,"highalch":6,"wiki_name":"Bp obj","wiki_url":"https://oldschool.runescape.wiki/w/Bp_obj","price":0},"24942":{"id":24942,"name":"Reinforced goggles","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"wiki_name":"Reinforced goggles","wiki_url":"https://oldschool.runescape.wiki/w/Reinforced_goggles","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"24944":{"id":24944,"name":"Sourhog foot","members":true,"cost":1,"wiki_name":"Sourhog foot","wiki_url":"https://oldschool.runescape.wiki/w/Sourhog_foot","price":0},"24946":{"id":24946,"name":"Hallowed sack","members":true,"cost":100,"wiki_name":"Hallowed sack","wiki_url":"https://oldschool.runescape.wiki/w/Hallowed_sack","price":0},"24949":{"id":24949,"name":"Moonclan teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Moonclan teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Moonclan_teleport_(tablet)","price":1030},"24951":{"id":24951,"name":"Ourania teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Ourania teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Ourania_teleport_(tablet)","price":1099},"24953":{"id":24953,"name":"Waterbirth teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Waterbirth teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Waterbirth_teleport_(tablet)","price":1000},"24955":{"id":24955,"name":"Barbarian teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Barbarian teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Barbarian_teleport_(tablet)","price":561},"24957":{"id":24957,"name":"Khazard teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Khazard teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Khazard_teleport_(tablet)","price":1306},"24959":{"id":24959,"name":"Fishing guild teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Fishing guild teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Fishing_guild_teleport_(tablet)","price":856},"24961":{"id":24961,"name":"Catherby teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Catherby teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Catherby_teleport_(tablet)","price":1321},"24963":{"id":24963,"name":"Ice plateau teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Ice plateau teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Ice_plateau_teleport_(tablet)","price":1205},"24971":{"id":24971,"name":"Cabbage","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cabbage (unobtainable item) (Trailblazer League 1)","wiki_url":"https://oldschool.runescape.wiki/w/Cabbage_(unobtainable_item)#Trailblazer_League_1","price":0},"24973":{"id":24973,"name":"Cabbage","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cabbage (unobtainable item) (Trailblazer League 2)","wiki_url":"https://oldschool.runescape.wiki/w/Cabbage_(unobtainable_item)#Trailblazer_League_2","price":0},"24975":{"id":24975,"name":"Headless head","equipable":true,"equipable_by_player":true,"cost":0,"wiki_name":"Headless head","wiki_url":"https://oldschool.runescape.wiki/w/Headless_head","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"24977":{"id":24977,"name":"Magical pumpkin","members":true,"cost":1,"wiki_name":"Magical pumpkin","wiki_url":"https://oldschool.runescape.wiki/w/Magical_pumpkin","price":0},"24980":{"id":24980,"name":"Brown candy","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Brown candy","wiki_url":"https://oldschool.runescape.wiki/w/Brown_candy","price":0},"24981":{"id":24981,"name":"Blue candy","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Blue candy","wiki_url":"https://oldschool.runescape.wiki/w/Blue_candy","price":0},"24982":{"id":24982,"name":"White candy","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"White candy","wiki_url":"https://oldschool.runescape.wiki/w/White_candy","price":0},"24983":{"id":24983,"name":"Purple candy","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Purple candy","wiki_url":"https://oldschool.runescape.wiki/w/Purple_candy","price":0},"24984":{"id":24984,"name":"Red candy","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Red candy","wiki_url":"https://oldschool.runescape.wiki/w/Red_candy","price":0},"24985":{"id":24985,"name":"Green candy","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Green candy","wiki_url":"https://oldschool.runescape.wiki/w/Green_candy","price":0},"24986":{"id":24986,"name":"Black candy","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Black candy","wiki_url":"https://oldschool.runescape.wiki/w/Black_candy","price":0},"24987":{"id":24987,"name":"Orange candy","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Orange candy","wiki_url":"https://oldschool.runescape.wiki/w/Orange_candy","price":0},"24988":{"id":24988,"name":"Pink candy","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Pink candy","wiki_url":"https://oldschool.runescape.wiki/w/Pink_candy","price":0},"24989":{"id":24989,"name":"Rick's box","cost":1,"wiki_name":"Rick's box","wiki_url":"https://oldschool.runescape.wiki/w/Rick's_box","price":0},"24990":{"id":24990,"name":"Rick's head","cost":1,"wiki_name":"Rick's head","wiki_url":"https://oldschool.runescape.wiki/w/Rick's_head","price":0},"24991":{"id":24991,"name":"Witch's brew","cost":1,"wiki_name":"Witch's brew","wiki_url":"https://oldschool.runescape.wiki/w/Witch's_brew","price":0},"24992":{"id":24992,"name":"Spider snack","cost":1,"wiki_name":"Spider snack","wiki_url":"https://oldschool.runescape.wiki/w/Spider_snack","price":0},"24993":{"id":24993,"name":"Incantation","cost":1,"wiki_name":"Incantation (2020 Halloween event)","wiki_url":"https://oldschool.runescape.wiki/w/Incantation_(2020_Halloween_event)","price":0},"24994":{"id":24994,"name":"Cabbage","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cabbage (unobtainable item) (Trailblazer League 3)","wiki_url":"https://oldschool.runescape.wiki/w/Cabbage_(unobtainable_item)#Trailblazer_League_3","price":0},"24996":{"id":24996,"name":"Cabbage","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cabbage (unobtainable item) (Trailblazer League 4)","wiki_url":"https://oldschool.runescape.wiki/w/Cabbage_(unobtainable_item)#Trailblazer_League_4","price":0},"25001":{"id":25001,"name":"Trailblazer hood (t3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":150000,"lowalch":60000,"highalch":90000,"buy_limit":5,"wiki_name":"Trailblazer hood (t3)","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_hood_(t3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":1025500},"25004":{"id":25004,"name":"Trailblazer top (t3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":150000,"lowalch":60000,"highalch":90000,"buy_limit":5,"wiki_name":"Trailblazer top (t3)","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_top_(t3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":1878500},"25007":{"id":25007,"name":"Trailblazer trousers (t3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":150000,"lowalch":60000,"highalch":90000,"buy_limit":5,"wiki_name":"Trailblazer trousers (t3)","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_trousers_(t3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":899500},"25010":{"id":25010,"name":"Trailblazer boots (t3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":150000,"lowalch":60000,"highalch":90000,"buy_limit":5,"wiki_name":"Trailblazer boots (t3)","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_boots_(t3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":4195000},"25013":{"id":25013,"name":"Trailblazer cane","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":150000,"lowalch":60000,"highalch":90000,"buy_limit":5,"wiki_name":"Trailblazer cane","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_cane","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":6250000},"25016":{"id":25016,"name":"Trailblazer hood (t2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"buy_limit":5,"wiki_name":"Trailblazer hood (t2)","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_hood_(t2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":188725},"25019":{"id":25019,"name":"Trailblazer top (t2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"buy_limit":5,"wiki_name":"Trailblazer top (t2)","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_top_(t2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":518936},"25022":{"id":25022,"name":"Trailblazer trousers (t2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"buy_limit":5,"wiki_name":"Trailblazer trousers (t2)","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_trousers_(t2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":86549},"25025":{"id":25025,"name":"Trailblazer boots (t2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"buy_limit":5,"wiki_name":"Trailblazer boots (t2)","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_boots_(t2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":599870},"25028":{"id":25028,"name":"Trailblazer hood (t1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"buy_limit":5,"wiki_name":"Trailblazer hood (t1)","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_hood_(t1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":182178},"25031":{"id":25031,"name":"Trailblazer top (t1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"buy_limit":5,"wiki_name":"Trailblazer top (t1)","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_top_(t1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":430000},"25034":{"id":25034,"name":"Trailblazer trousers (t1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"buy_limit":5,"wiki_name":"Trailblazer trousers (t1)","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_trousers_(t1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":14066},"25037":{"id":25037,"name":"Trailblazer boots (t1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"buy_limit":5,"wiki_name":"Trailblazer boots (t1)","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_boots_(t1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":6926},"25042":{"id":25042,"name":"Trailblazer dragon trophy","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Trailblazer dragon trophy","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_dragon_trophy","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25044":{"id":25044,"name":"Trailblazer rune trophy","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Trailblazer rune trophy","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_rune_trophy","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25046":{"id":25046,"name":"Trailblazer adamant trophy","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Trailblazer adamant trophy","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_adamant_trophy","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25048":{"id":25048,"name":"Trailblazer mithril trophy","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Trailblazer mithril trophy","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_mithril_trophy","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"25050":{"id":25050,"name":"Trailblazer steel trophy","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Trailblazer steel trophy","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_steel_trophy","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"25052":{"id":25052,"name":"Trailblazer iron trophy","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Trailblazer iron trophy","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_iron_trophy","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"25054":{"id":25054,"name":"Trailblazer bronze trophy","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Trailblazer bronze trophy","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_bronze_trophy","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"25056":{"id":25056,"name":"Trailblazer banner","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":5,"wiki_name":"Trailblazer banner","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_banner","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":82720},"25059":{"id":25059,"name":"Infernal harpoon (or)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":55000,"lowalch":22000,"highalch":33000,"wiki_name":"Infernal harpoon (or) (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Infernal_harpoon_(or)#Charged","equipment":{"attack_stab":38,"attack_slash":32,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25063":{"id":25063,"name":"Infernal pickaxe (or)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":97950,"lowalch":39180,"highalch":58770,"wiki_name":"Infernal pickaxe (or) (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Infernal_pickaxe_(or)#Charged","equipment":{"attack_stab":38,"attack_slash":-2,"attack_crush":32,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"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":0},"25066":{"id":25066,"name":"Infernal axe (or)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":55000,"lowalch":22000,"highalch":33000,"wiki_name":"Infernal axe (or) (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Infernal_axe_(or)#Charged","equipment":{"attack_stab":-2,"attack_slash":38,"attack_crush":32,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"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":0},"25069":{"id":25069,"name":"Graceful hood","members":true,"equipable":true,"equipable_by_player":true,"cost":35,"lowalch":14,"highalch":21,"wiki_name":"Graceful hood (Trailblazer) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_hood_(Trailblazer)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"25072":{"id":25072,"name":"Graceful cape","members":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Graceful cape (Trailblazer) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_cape_(Trailblazer)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"25075":{"id":25075,"name":"Graceful top","members":true,"equipable":true,"equipable_by_player":true,"cost":55,"lowalch":22,"highalch":33,"wiki_name":"Graceful top (Trailblazer) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_top_(Trailblazer)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"25078":{"id":25078,"name":"Graceful legs","members":true,"equipable":true,"equipable_by_player":true,"cost":60,"lowalch":24,"highalch":36,"wiki_name":"Graceful legs (Trailblazer) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_legs_(Trailblazer)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"25081":{"id":25081,"name":"Graceful gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Graceful gloves (Trailblazer) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_gloves_(Trailblazer)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"25084":{"id":25084,"name":"Graceful boots","members":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Graceful boots (Trailblazer) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_boots_(Trailblazer)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"25087":{"id":25087,"name":"Trailblazer teleport scroll","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":25000,"lowalch":10000,"highalch":15000,"buy_limit":5,"wiki_name":"Trailblazer teleport scroll","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_teleport_scroll","price":764961},"25090":{"id":25090,"name":"Trailblazer tool ornament kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":25000,"lowalch":10000,"highalch":15000,"buy_limit":5,"wiki_name":"Trailblazer tool ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_tool_ornament_kit","price":554717},"25093":{"id":25093,"name":"Trailblazer globe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":40000,"lowalch":16000,"highalch":24000,"buy_limit":5,"wiki_name":"Trailblazer globe","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_globe","price":2429710},"25096":{"id":25096,"name":"Trailblazer rug","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50000,"lowalch":20000,"highalch":30000,"buy_limit":5,"wiki_name":"Trailblazer rug","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_rug","price":2348603},"25099":{"id":25099,"name":"Trailblazer graceful ornament kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":25000,"lowalch":10000,"highalch":15000,"buy_limit":6,"wiki_name":"Trailblazer graceful ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_graceful_ornament_kit","price":432177},"25102":{"id":25102,"name":"Fairy mushroom","members":true,"equipable":true,"equipable_by_player":true,"cost":400,"lowalch":160,"highalch":240,"wiki_name":"Fairy mushroom","wiki_url":"https://oldschool.runescape.wiki/w/Fairy_mushroom","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"25104":{"id":25104,"name":"Crystal of memories","members":true,"cost":10,"wiki_name":"Crystal of memories","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_of_memories","price":0},"25106":{"id":25106,"name":"Extradimensional bag","members":true,"equipable":true,"equipable_by_player":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Extradimensional bag (Closed)","wiki_url":"https://oldschool.runescape.wiki/w/Extradimensional_bag#Closed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"25108":{"id":25108,"name":"Extradimensional bag","members":true,"equipable":true,"equipable_by_player":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Extradimensional bag (Open)","wiki_url":"https://oldschool.runescape.wiki/w/Extradimensional_bag#Open","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"25110":{"id":25110,"name":"Trailblazer axe","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Trailblazer axe","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_axe","equipment":{"attack_stab":-2,"attack_slash":38,"attack_crush":32,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"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":0},"25112":{"id":25112,"name":"Trailblazer pickaxe","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Trailblazer pickaxe","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_pickaxe","equipment":{"attack_stab":38,"attack_slash":-2,"attack_crush":32,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"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":0},"25114":{"id":25114,"name":"Trailblazer harpoon","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Trailblazer harpoon","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_harpoon","equipment":{"attack_stab":38,"attack_slash":32,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"unarmed","stances":[{"combat_style":"punch","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"kick","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25117":{"id":25117,"name":"League tomato","cost":1,"wiki_name":"League tomato","wiki_url":"https://oldschool.runescape.wiki/w/League_tomato","price":0},"25129":{"id":25129,"name":"Beekeeper's hat","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Beekeeper's hat","wiki_url":"https://oldschool.runescape.wiki/w/Beekeeper's_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"25131":{"id":25131,"name":"Beekeeper's top","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Beekeeper's top","wiki_url":"https://oldschool.runescape.wiki/w/Beekeeper's_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"25133":{"id":25133,"name":"Beekeeper's legs","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Beekeeper's legs","wiki_url":"https://oldschool.runescape.wiki/w/Beekeeper's_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"25135":{"id":25135,"name":"Beekeeper's gloves","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Beekeeper's gloves","wiki_url":"https://oldschool.runescape.wiki/w/Beekeeper's_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"25137":{"id":25137,"name":"Beekeeper's boots","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Beekeeper's boots","wiki_url":"https://oldschool.runescape.wiki/w/Beekeeper's_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"25139":{"id":25139,"name":"Bone fragments","tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":100,"wiki_name":"Bone fragments","wiki_url":"https://oldschool.runescape.wiki/w/Bone_fragments","price":549},"25145":{"id":25145,"name":"Clay head","cost":300,"wiki_name":"Clay head","wiki_url":"https://oldschool.runescape.wiki/w/Clay_head","price":0},"25146":{"id":25146,"name":"Fur head","cost":300,"wiki_name":"Fur head","wiki_url":"https://oldschool.runescape.wiki/w/Fur_head","price":0},"25147":{"id":25147,"name":"Bloody head","cost":300,"wiki_name":"Bloody head","wiki_url":"https://oldschool.runescape.wiki/w/Bloody_head","price":0},"25152":{"id":25152,"name":"Neilan's journal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Neilan's journal","wiki_url":"https://oldschool.runescape.wiki/w/Neilan's_journal","price":0},"25154":{"id":25154,"name":"Ornate undead combat dummy","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"25155":{"id":25155,"name":"Decorative boots (broken)","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Decorative boots (gold) (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_boots_(gold)#Broken","price":0},"25157":{"id":25157,"name":"Decorative full helm (broken)","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Decorative full helm (gold) (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_full_helm_(gold)#Broken","price":0},"25159":{"id":25159,"name":"Castlewars brew(4)","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Castlewars brew (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Castlewars_brew#4_dose","price":0},"25160":{"id":25160,"name":"Castlewars brew(3)","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Castlewars brew (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Castlewars_brew#3_dose","price":0},"25161":{"id":25161,"name":"Castlewars brew(2)","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Castlewars brew (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Castlewars_brew#2_dose","price":0},"25162":{"id":25162,"name":"Castlewars brew(1)","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Castlewars brew (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Castlewars_brew#1_dose","price":0},"25163":{"id":25163,"name":"Decorative boots","equipable":true,"equipable_by_player":true,"cost":850,"lowalch":340,"highalch":510,"wiki_name":"Decorative boots (red)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_boots_(red)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":5,"defence_slash":6,"defence_crush":7,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"25165":{"id":25165,"name":"Decorative full helm","equipable":true,"equipable_by_player":true,"cost":850,"lowalch":340,"highalch":510,"wiki_name":"Decorative full helm (red)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_full_helm_(red)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":9,"defence_slash":10,"defence_crush":7,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"25167":{"id":25167,"name":"Decorative boots","equipable":true,"equipable_by_player":true,"cost":850,"lowalch":340,"highalch":510,"wiki_name":"Decorative boots (white)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_boots_(white)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":8,"defence_slash":9,"defence_crush":10,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"25169":{"id":25169,"name":"Decorative full helm","equipable":true,"equipable_by_player":true,"cost":850,"lowalch":340,"highalch":510,"wiki_name":"Decorative full helm (white)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_full_helm_(white)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":13,"defence_slash":14,"defence_crush":11,"defence_magic":-1,"defence_ranged":13,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"25171":{"id":25171,"name":"Decorative boots","equipable":true,"equipable_by_player":true,"cost":850,"lowalch":340,"highalch":510,"wiki_name":"Decorative boots (gold) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_boots_(gold)#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":10,"defence_slash":11,"defence_crush":12,"defence_magic":0,"defence_ranged":0,"melee_strength":1,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"25173":{"id":25173,"name":"Decorative boots (l)","equipable":true,"equipable_by_player":true,"cost":850,"lowalch":340,"highalch":510,"wiki_name":"Decorative boots (gold) (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_boots_(gold)#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":10,"defence_slash":11,"defence_crush":12,"defence_magic":0,"defence_ranged":0,"melee_strength":1,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"25174":{"id":25174,"name":"Decorative full helm","equipable":true,"equipable_by_player":true,"cost":850,"lowalch":340,"highalch":510,"wiki_name":"Decorative full helm (gold) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_full_helm_(gold)#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":19,"defence_slash":21,"defence_crush":16,"defence_magic":-1,"defence_ranged":19,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"25176":{"id":25176,"name":"Decorative full helm (l)","equipable":true,"equipable_by_player":true,"cost":850,"lowalch":340,"highalch":510,"wiki_name":"Decorative full helm (gold) (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_full_helm_(gold)#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":19,"defence_slash":21,"defence_crush":16,"defence_magic":-1,"defence_ranged":19,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"25177":{"id":25177,"name":"Slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Slayer helmet (i) (Soul Wars)","wiki_url":"https://oldschool.runescape.wiki/w/Slayer_helmet_(i)#Soul_Wars","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"25179":{"id":25179,"name":"Black slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Black slayer helmet (i) (Soul Wars)","wiki_url":"https://oldschool.runescape.wiki/w/Black_slayer_helmet_(i)#Soul_Wars","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"25181":{"id":25181,"name":"Green slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Green slayer helmet (i) (Soul Wars)","wiki_url":"https://oldschool.runescape.wiki/w/Green_slayer_helmet_(i)#Soul_Wars","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"25183":{"id":25183,"name":"Red slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Red slayer helmet (i) (Soul Wars)","wiki_url":"https://oldschool.runescape.wiki/w/Red_slayer_helmet_(i)#Soul_Wars","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"25185":{"id":25185,"name":"Purple slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Purple slayer helmet (i) (Soul Wars)","wiki_url":"https://oldschool.runescape.wiki/w/Purple_slayer_helmet_(i)#Soul_Wars","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"25187":{"id":25187,"name":"Turquoise slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Turquoise slayer helmet (i) (Soul Wars)","wiki_url":"https://oldschool.runescape.wiki/w/Turquoise_slayer_helmet_(i)#Soul_Wars","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"25189":{"id":25189,"name":"Hydra slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Hydra slayer helmet (i) (Soul Wars)","wiki_url":"https://oldschool.runescape.wiki/w/Hydra_slayer_helmet_(i)#Soul_Wars","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"25191":{"id":25191,"name":"Twisted slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Twisted slayer helmet (i) (Soul Wars)","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_slayer_helmet_(i)#Soul_Wars","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"25193":{"id":25193,"name":"Granite ring (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Granite ring (i) (Soul Wars)","wiki_url":"https://oldschool.runescape.wiki/w/Granite_ring_(i)#Soul_Wars","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":4,"defence_slash":4,"defence_crush":4,"defence_magic":-4,"defence_ranged":16,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"25195":{"id":25195,"name":"Blue cape","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue cape (Soul Wars) (Tutorial)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_cape_(Soul_Wars)#Tutorial","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"25196":{"id":25196,"name":"Soul fragment","members":true,"stackable":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Soul fragment (Tutorial)","wiki_url":"https://oldschool.runescape.wiki/w/Soul_fragment#Tutorial","price":0},"25197":{"id":25197,"name":"Soul wars guide","members":true,"cost":1,"wiki_name":"Soul wars guide","wiki_url":"https://oldschool.runescape.wiki/w/Soul_wars_guide","price":0},"25199":{"id":25199,"name":"Bones","members":true,"noteable":true,"cost":1000,"wiki_name":"Bones (Soul Wars)","wiki_url":"https://oldschool.runescape.wiki/w/Bones_(Soul_Wars)","price":0},"25201":{"id":25201,"name":"Soul fragment","members":true,"stackable":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Soul fragment (In-match)","wiki_url":"https://oldschool.runescape.wiki/w/Soul_fragment#In-match","price":0},"25202":{"id":25202,"name":"Bandages","members":true,"cost":1,"wiki_name":"Bandages (Soul Wars)","wiki_url":"https://oldschool.runescape.wiki/w/Bandages_(Soul_Wars)","price":0},"25203":{"id":25203,"name":"Potion of power(4)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Potion of power (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Potion_of_power#4_dose","price":0},"25204":{"id":25204,"name":"Potion of power(3)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Potion of power (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Potion_of_power#3_dose","price":0},"25205":{"id":25205,"name":"Potion of power(2)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Potion of power (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Potion_of_power#2_dose","price":0},"25206":{"id":25206,"name":"Potion of power(1)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Potion of power (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Potion_of_power#1_dose","price":0},"25207":{"id":25207,"name":"Red cape","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red cape (Soul Wars)","wiki_url":"https://oldschool.runescape.wiki/w/Red_cape_(Soul_Wars)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"25208":{"id":25208,"name":"Blue cape","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue cape (Soul Wars) (Minigame)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_cape_(Soul_Wars)#Minigame","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"25209":{"id":25209,"name":"Barricade","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Barricade (Soul Wars) (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Barricade_(Soul_Wars)#Red","price":0},"25210":{"id":25210,"name":"Barricade","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Barricade (Soul Wars) (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Barricade_(Soul_Wars)#Blue","price":0},"25211":{"id":25211,"name":"Explosive potion","members":true,"cost":1,"wiki_name":"Explosive potion (Soul Wars)","wiki_url":"https://oldschool.runescape.wiki/w/Explosive_potion_(Soul_Wars)","price":0},"25212":{"id":25212,"name":"Blue icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue icon (Helmet)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_icon#Helmet","price":0},"25213":{"id":25213,"name":"Blue icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue icon (Goatee)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_icon#Goatee","price":0},"25214":{"id":25214,"name":"Blue icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue icon (Long)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_icon#Long","price":0},"25215":{"id":25215,"name":"Blue icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue icon (Medium)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_icon#Medium","price":0},"25216":{"id":25216,"name":"Blue icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue icon (Small moustache)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_icon#Small_moustache","price":0},"25217":{"id":25217,"name":"Blue icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue icon (Clean-shaven)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_icon#Clean-shaven","price":0},"25218":{"id":25218,"name":"Blue icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue icon (Short)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_icon#Short","price":0},"25219":{"id":25219,"name":"Blue icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue icon (Pointy)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_icon#Pointy","price":0},"25220":{"id":25220,"name":"Blue icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue icon (Split)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_icon#Split","price":0},"25221":{"id":25221,"name":"Blue icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue icon (Handlebar)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_icon#Handlebar","price":0},"25222":{"id":25222,"name":"Blue icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue icon (Mutton)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_icon#Mutton","price":0},"25223":{"id":25223,"name":"Blue icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue icon (Full mutton)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_icon#Full_mutton","price":0},"25224":{"id":25224,"name":"Blue icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue icon (Big moustache)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_icon#Big_moustache","price":0},"25225":{"id":25225,"name":"Blue icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue icon (Waxed moustache)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_icon#Waxed_moustache","price":0},"25226":{"id":25226,"name":"Blue icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue icon (Dali)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_icon#Dali","price":0},"25227":{"id":25227,"name":"Blue icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue icon (Vizier)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_icon#Vizier","price":0},"25228":{"id":25228,"name":"Red icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red icon (Helmet)","wiki_url":"https://oldschool.runescape.wiki/w/Red_icon#Helmet","price":0},"25229":{"id":25229,"name":"Red icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red icon (Goatee)","wiki_url":"https://oldschool.runescape.wiki/w/Red_icon#Goatee","price":0},"25230":{"id":25230,"name":"Red icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red icon (Long)","wiki_url":"https://oldschool.runescape.wiki/w/Red_icon#Long","price":0},"25231":{"id":25231,"name":"Red icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red icon (Medium)","wiki_url":"https://oldschool.runescape.wiki/w/Red_icon#Medium","price":0},"25232":{"id":25232,"name":"Red icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red icon (Small moustache)","wiki_url":"https://oldschool.runescape.wiki/w/Red_icon#Small_moustache","price":0},"25233":{"id":25233,"name":"Red icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red icon (Clean-shaven)","wiki_url":"https://oldschool.runescape.wiki/w/Red_icon#Clean-shaven","price":0},"25234":{"id":25234,"name":"Red icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red icon (Short)","wiki_url":"https://oldschool.runescape.wiki/w/Red_icon#Short","price":0},"25235":{"id":25235,"name":"Red icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red icon (Pointy)","wiki_url":"https://oldschool.runescape.wiki/w/Red_icon#Pointy","price":0},"25236":{"id":25236,"name":"Red icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red icon (Split)","wiki_url":"https://oldschool.runescape.wiki/w/Red_icon#Split","price":0},"25237":{"id":25237,"name":"Red icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red icon (Handlebar)","wiki_url":"https://oldschool.runescape.wiki/w/Red_icon#Handlebar","price":0},"25238":{"id":25238,"name":"Red icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red icon (Mutton)","wiki_url":"https://oldschool.runescape.wiki/w/Red_icon#Mutton","price":0},"25239":{"id":25239,"name":"Red icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red icon (Full mutton)","wiki_url":"https://oldschool.runescape.wiki/w/Red_icon#Full_mutton","price":0},"25240":{"id":25240,"name":"Red icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red icon (Big moustache)","wiki_url":"https://oldschool.runescape.wiki/w/Red_icon#Big_moustache","price":0},"25241":{"id":25241,"name":"Red icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red icon (Waxed moustache)","wiki_url":"https://oldschool.runescape.wiki/w/Red_icon#Waxed_moustache","price":0},"25242":{"id":25242,"name":"Red icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red icon (Dali)","wiki_url":"https://oldschool.runescape.wiki/w/Red_icon#Dali","price":0},"25243":{"id":25243,"name":"Red icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red icon (Vizier)","wiki_url":"https://oldschool.runescape.wiki/w/Red_icon#Vizier","price":0},"25244":{"id":25244,"name":"Dark key","members":true,"stackable":true,"cost":15000,"wiki_name":"Dark key","wiki_url":"https://oldschool.runescape.wiki/w/Dark_key","price":0},"25250":{"id":25250,"name":"Salve amulet(i)","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Salve amulet(i) (Soul Wars)","wiki_url":"https://oldschool.runescape.wiki/w/Salve_amulet(i)#Soul_Wars","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"neck","requirements":null},"price":0},"25252":{"id":25252,"name":"Ring of the gods (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Ring of the gods (i) (Soul Wars)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_the_gods_(i)#Soul_Wars","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":1,"defence_ranged":1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":8,"slot":"ring","requirements":null},"price":0},"25254":{"id":25254,"name":"Tyrannical ring (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Tyrannical ring (i) (Soul Wars)","wiki_url":"https://oldschool.runescape.wiki/w/Tyrannical_ring_(i)#Soul_Wars","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":8,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":8,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"25256":{"id":25256,"name":"Treasonous ring (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Treasonous ring (i) (Soul Wars)","wiki_url":"https://oldschool.runescape.wiki/w/Treasonous_ring_(i)#Soul_Wars","equipment":{"attack_stab":8,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":8,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"25258":{"id":25258,"name":"Seers ring (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Seers ring (i) (Soul Wars)","wiki_url":"https://oldschool.runescape.wiki/w/Seers_ring_(i)#Soul_Wars","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":12,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":12,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"25260":{"id":25260,"name":"Archers ring (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Archers ring (i) (Soul Wars)","wiki_url":"https://oldschool.runescape.wiki/w/Archers_ring_(i)#Soul_Wars","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":8,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":8,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"25262":{"id":25262,"name":"Warrior ring (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Warrior ring (i) (Soul Wars)","wiki_url":"https://oldschool.runescape.wiki/w/Warrior_ring_(i)#Soul_Wars","equipment":{"attack_stab":0,"attack_slash":8,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":8,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"25264":{"id":25264,"name":"Berserker ring (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Berserker ring (i) (Soul Wars)","wiki_url":"https://oldschool.runescape.wiki/w/Berserker_ring_(i)#Soul_Wars","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":8,"defence_magic":0,"defence_ranged":0,"melee_strength":8,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"25278":{"id":25278,"name":"Salve amulet(ei)","members":true,"equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"wiki_name":"Salve amulet(ei) (Soul Wars)","wiki_url":"https://oldschool.runescape.wiki/w/Salve_amulet(ei)#Soul_Wars","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"neck","requirements":null},"price":0},"25280":{"id":25280,"name":"Essence pack","members":true,"cost":430,"lowalch":172,"highalch":258,"wiki_name":"Essence pack (Generic)","wiki_url":"https://oldschool.runescape.wiki/w/Essence_pack#Generic","price":0},"25282":{"id":25282,"name":"Sled","cost":175,"wiki_name":"Sled (2020 Christmas event)","wiki_url":"https://oldschool.runescape.wiki/w/Sled_(2020_Christmas_event)","price":0},"25283":{"id":25283,"name":"Red fireflies","cost":1,"wiki_name":"Red fireflies (item)","wiki_url":"https://oldschool.runescape.wiki/w/Red_fireflies_(item)","price":0},"25284":{"id":25284,"name":"Green fireflies","cost":1,"wiki_name":"Green fireflies (item)","wiki_url":"https://oldschool.runescape.wiki/w/Green_fireflies_(item)","price":0},"25285":{"id":25285,"name":"Stick","cost":1,"wiki_name":"Stick (2020 Christmas event)","wiki_url":"https://oldschool.runescape.wiki/w/Stick_(2020_Christmas_event)","price":0},"25286":{"id":25286,"name":"Mouldy sawdust","cost":1,"wiki_name":"Mouldy sawdust","wiki_url":"https://oldschool.runescape.wiki/w/Mouldy_sawdust","price":0},"25287":{"id":25287,"name":"Rotten meat","cost":1,"wiki_name":"Rotten meat","wiki_url":"https://oldschool.runescape.wiki/w/Rotten_meat","price":0},"25288":{"id":25288,"name":"Stale bread","cost":1,"wiki_name":"Stale bread","wiki_url":"https://oldschool.runescape.wiki/w/Stale_bread","price":0},"25289":{"id":25289,"name":"Goblin stew","cost":1,"wiki_name":"Goblin stew","wiki_url":"https://oldschool.runescape.wiki/w/Goblin_stew","price":0},"25290":{"id":25290,"name":"Goblin gifts","cost":1,"wiki_name":"Goblin gifts","wiki_url":"https://oldschool.runescape.wiki/w/Goblin_gifts","price":0},"25314":{"id":25314,"name":"Giant boulder","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Giant boulder","wiki_url":"https://oldschool.runescape.wiki/w/Giant_boulder","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25316":{"id":25316,"name":"Goblin decorations","members":true,"cost":1,"wiki_name":"Goblin decorations","wiki_url":"https://oldschool.runescape.wiki/w/Goblin_decorations","price":0},"25319":{"id":25319,"name":"Gnome child icon","cost":1,"wiki_name":"Gnome child icon","wiki_url":"https://oldschool.runescape.wiki/w/Gnome_child_icon","price":0},"25322":{"id":25322,"name":"20th anniversary hat","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"20th anniversary hat","wiki_url":"https://oldschool.runescape.wiki/w/20th_anniversary_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"25324":{"id":25324,"name":"20th anniversary top","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"20th anniversary top","wiki_url":"https://oldschool.runescape.wiki/w/20th_anniversary_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"25326":{"id":25326,"name":"20th anniversary bottom","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"20th anniversary bottom","wiki_url":"https://oldschool.runescape.wiki/w/20th_anniversary_bottom","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"25328":{"id":25328,"name":"20th anniversary boots","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"20th anniversary boots","wiki_url":"https://oldschool.runescape.wiki/w/20th_anniversary_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"25330":{"id":25330,"name":"20th anniversary gloves","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"20th anniversary gloves","wiki_url":"https://oldschool.runescape.wiki/w/20th_anniversary_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"25332":{"id":25332,"name":"20th anniversary necklace","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"20th anniversary necklace","wiki_url":"https://oldschool.runescape.wiki/w/20th_anniversary_necklace","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"25334":{"id":25334,"name":"20th anniversary cape","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"20th anniversary cape","wiki_url":"https://oldschool.runescape.wiki/w/20th_anniversary_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"25336":{"id":25336,"name":"Gnome child mask","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Gnome child mask","wiki_url":"https://oldschool.runescape.wiki/w/Gnome_child_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"25340":{"id":25340,"name":"Ectoplasmator","members":true,"cost":1,"wiki_name":"Ectoplasmator","wiki_url":"https://oldschool.runescape.wiki/w/Ectoplasmator","price":0},"25342":{"id":25342,"name":"Spoils of war","members":true,"cost":1,"wiki_name":"Spoils of war","wiki_url":"https://oldschool.runescape.wiki/w/Spoils_of_war","price":0},"25344":{"id":25344,"name":"Soul cape","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Soul cape (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Soul_cape#Red","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":8,"slot":"cape","requirements":{"prayer":70}},"price":0},"25346":{"id":25346,"name":"Soul cape","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Soul cape (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Soul_cape#Blue","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":8,"slot":"cape","requirements":{"prayer":70}},"price":0},"25348":{"id":25348,"name":"Lil' creator","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Lil' creator (Lil' Creator)","wiki_url":"https://oldschool.runescape.wiki/w/Lil'_creator#Lil'_Creator","price":0},"25350":{"id":25350,"name":"Lil' destructor","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Lil' creator (Lil' Destructor)","wiki_url":"https://oldschool.runescape.wiki/w/Lil'_creator#Lil'_Destructor","price":0},"25351":{"id":25351,"name":"Trophy pedestal","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"25352":{"id":25352,"name":"Ornate trophy pedestal","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"25353":{"id":25353,"name":"Oak trophy case","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"25354":{"id":25354,"name":"Mahogany trophy case","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"25355":{"id":25355,"name":"Banner stand","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"25356":{"id":25356,"name":"Ornate banner stand","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"25357":{"id":25357,"name":"Oak outfit stand","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"25358":{"id":25358,"name":"Mahogany outfit stand","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"25359":{"id":25359,"name":"League statue","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"25360":{"id":25360,"name":"Ornate league statue","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"25365":{"id":25365,"name":"League accomplishments scroll","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"25366":{"id":25366,"name":"League hall","incomplete":true,"cost":15000,"lowalch":6000,"highalch":9000,"price":0},"25367":{"id":25367,"name":"Infernal harpoon (uncharged)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":55000,"lowalch":22000,"highalch":33000,"wiki_name":"Infernal harpoon (or) (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Infernal_harpoon_(or)#Uncharged","equipment":{"attack_stab":38,"attack_slash":32,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25369":{"id":25369,"name":"Infernal pickaxe (uncharged)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":97950,"lowalch":39180,"highalch":58770,"wiki_name":"Infernal pickaxe (or) (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Infernal_pickaxe_(or)#Uncharged","equipment":{"attack_stab":38,"attack_slash":-2,"attack_crush":32,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"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":0},"25371":{"id":25371,"name":"Infernal axe (uncharged)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":55000,"lowalch":22000,"highalch":33000,"wiki_name":"Infernal axe (or) (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Infernal_axe_(or)#Uncharged","equipment":{"attack_stab":-2,"attack_slash":38,"attack_crush":32,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"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":0},"25373":{"id":25373,"name":"Dragon harpoon (or)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":55000,"lowalch":22000,"highalch":33000,"wiki_name":"Dragon harpoon (or)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_harpoon_(or)","equipment":{"attack_stab":38,"attack_slash":32,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25376":{"id":25376,"name":"Dragon pickaxe (or)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":97950,"lowalch":39180,"highalch":58770,"wiki_name":"Dragon pickaxe (or) (Trailblazer)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_pickaxe_(or)_(Trailblazer)","equipment":{"attack_stab":38,"attack_slash":-2,"attack_crush":32,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"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":0},"25378":{"id":25378,"name":"Dragon axe (or)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":55000,"lowalch":22000,"highalch":33000,"wiki_name":"Dragon axe (or)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_axe_(or)","equipment":{"attack_stab":-2,"attack_slash":38,"attack_crush":32,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"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":0},"25380":{"id":25380,"name":"Trailblazer relic hunter (t1) armour set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Trailblazer relic hunter (t1) armour set","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_relic_hunter_(t1)_armour_set","price":770000},"25383":{"id":25383,"name":"Trailblazer relic hunter (t2) armour set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Trailblazer relic hunter (t2) armour set","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_relic_hunter_(t2)_armour_set","price":2404681},"25386":{"id":25386,"name":"Trailblazer relic hunter (t3) armour set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Trailblazer relic hunter (t3) armour set","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_relic_hunter_(t3)_armour_set","price":9369935},"25389":{"id":25389,"name":"Swampbark body","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":120000,"lowalch":48000,"highalch":72000,"wiki_name":"Swampbark body","wiki_url":"https://oldschool.runescape.wiki/w/Swampbark_body","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":38,"defence_slash":44,"defence_crush":48,"defence_magic":21,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"magic":50,"defence":50}},"price":87758},"25392":{"id":25392,"name":"Swampbark gauntlets","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Swampbark gauntlets","wiki_url":"https://oldschool.runescape.wiki/w/Swampbark_gauntlets","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":4,"defence_slash":3,"defence_crush":5,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"magic":50,"defence":50}},"price":5211},"25395":{"id":25395,"name":"Swampbark boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Swampbark boots","wiki_url":"https://oldschool.runescape.wiki/w/Swampbark_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":4,"defence_slash":3,"defence_crush":5,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"magic":50,"defence":50}},"price":23526},"25398":{"id":25398,"name":"Swampbark helm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Swampbark helm","wiki_url":"https://oldschool.runescape.wiki/w/Swampbark_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":13,"defence_slash":11,"defence_crush":14,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"magic":50,"defence":50}},"price":38799},"25401":{"id":25401,"name":"Swampbark legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":80000,"lowalch":32000,"highalch":48000,"wiki_name":"Swampbark legs","wiki_url":"https://oldschool.runescape.wiki/w/Swampbark_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":10,"attack_ranged":0,"defence_stab":20,"defence_slash":22,"defence_crush":24,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"magic":50,"defence":50}},"price":82628},"25404":{"id":25404,"name":"Bloodbark body","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":120000,"lowalch":48000,"highalch":72000,"buy_limit":70,"wiki_name":"Bloodbark body","wiki_url":"https://oldschool.runescape.wiki/w/Bloodbark_body","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":21,"attack_ranged":0,"defence_stab":53,"defence_slash":39,"defence_crush":64,"defence_magic":24,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"body","requirements":{"magic":60,"defence":60}},"price":161500},"25407":{"id":25407,"name":"Bloodbark gauntlets","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Bloodbark gauntlets","wiki_url":"https://oldschool.runescape.wiki/w/Bloodbark_gauntlets","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":5,"defence_slash":4,"defence_crush":6,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"magic":60,"defence":60}},"price":44992},"25410":{"id":25410,"name":"Bloodbark boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Bloodbark boots","wiki_url":"https://oldschool.runescape.wiki/w/Bloodbark_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":5,"defence_slash":4,"defence_crush":6,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"magic":60,"defence":60}},"price":44000},"25413":{"id":25413,"name":"Bloodbark helm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Bloodbark helm","wiki_url":"https://oldschool.runescape.wiki/w/Bloodbark_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":5,"attack_ranged":0,"defence_stab":16,"defence_slash":14,"defence_crush":17,"defence_magic":6,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"head","requirements":{"magic":60,"defence":60}},"price":89970},"25416":{"id":25416,"name":"Bloodbark legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":70,"wiki_name":"Bloodbark legs","wiki_url":"https://oldschool.runescape.wiki/w/Bloodbark_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":16,"attack_ranged":0,"defence_stab":33,"defence_slash":31,"defence_crush":38,"defence_magic":17,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"legs","requirements":{"magic":60,"defence":60}},"price":142625},"25419":{"id":25419,"name":"Urium remains","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":7500,"wiki_name":"Urium remains","wiki_url":"https://oldschool.runescape.wiki/w/Urium_remains","price":6451},"25422":{"id":25422,"name":"Bleached bones","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bleached bones","wiki_url":"https://oldschool.runescape.wiki/w/Bleached_bones","price":0},"25424":{"id":25424,"name":"Gold key red","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Gold key red","wiki_url":"https://oldschool.runescape.wiki/w/Gold_key_red","price":0},"25426":{"id":25426,"name":"Gold key brown","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Gold key brown","wiki_url":"https://oldschool.runescape.wiki/w/Gold_key_brown","price":0},"25428":{"id":25428,"name":"Gold key crimson","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Gold key crimson","wiki_url":"https://oldschool.runescape.wiki/w/Gold_key_crimson","price":0},"25430":{"id":25430,"name":"Gold key black","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Gold key black","wiki_url":"https://oldschool.runescape.wiki/w/Gold_key_black","price":0},"25432":{"id":25432,"name":"Gold key purple","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Gold key purple","wiki_url":"https://oldschool.runescape.wiki/w/Gold_key_purple","price":0},"25434":{"id":25434,"name":"Zealot's robe top","members":true,"equipable":true,"equipable_by_player":true,"cost":25000,"lowalch":10000,"highalch":15000,"wiki_name":"Zealot's robe top","wiki_url":"https://oldschool.runescape.wiki/w/Zealot's_robe_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":7,"slot":"body","requirements":null},"price":0},"25436":{"id":25436,"name":"Zealot's robe bottom","members":true,"equipable":true,"equipable_by_player":true,"cost":24500,"lowalch":9800,"highalch":14700,"wiki_name":"Zealot's robe bottom","wiki_url":"https://oldschool.runescape.wiki/w/Zealot's_robe_bottom","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"legs","requirements":null},"price":0},"25438":{"id":25438,"name":"Zealot's helm","members":true,"equipable":true,"equipable_by_player":true,"cost":24400,"lowalch":9760,"highalch":14640,"wiki_name":"Zealot's helm","wiki_url":"https://oldschool.runescape.wiki/w/Zealot's_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"head","requirements":null},"price":0},"25440":{"id":25440,"name":"Zealot's boots","members":true,"equipable":true,"equipable_by_player":true,"cost":24400,"lowalch":9760,"highalch":14640,"wiki_name":"Zealot's boots","wiki_url":"https://oldschool.runescape.wiki/w/Zealot's_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"feet","requirements":null},"price":0},"25442":{"id":25442,"name":"Bronze locks","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":800,"lowalch":320,"highalch":480,"buy_limit":8,"wiki_name":"Bronze locks","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_locks","price":977},"25445":{"id":25445,"name":"Steel locks","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1600,"lowalch":640,"highalch":960,"buy_limit":8,"wiki_name":"Steel locks","wiki_url":"https://oldschool.runescape.wiki/w/Steel_locks","price":225},"25448":{"id":25448,"name":"Black locks","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3200,"lowalch":1280,"highalch":1920,"buy_limit":8,"wiki_name":"Black locks","wiki_url":"https://oldschool.runescape.wiki/w/Black_locks","price":958},"25451":{"id":25451,"name":"Silver locks","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":19200,"lowalch":7680,"highalch":11520,"buy_limit":8,"wiki_name":"Silver locks","wiki_url":"https://oldschool.runescape.wiki/w/Silver_locks","price":11403},"25454":{"id":25454,"name":"Gold locks","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":32000,"lowalch":12800,"highalch":19200,"buy_limit":8,"wiki_name":"Gold locks","wiki_url":"https://oldschool.runescape.wiki/w/Gold_locks","price":25000},"25457":{"id":25457,"name":"Broken coffin","members":true,"cost":1,"wiki_name":"Broken coffin","wiki_url":"https://oldschool.runescape.wiki/w/Broken_coffin","price":0},"25459":{"id":25459,"name":"Bronze coffin","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bronze coffin (Closed)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_coffin#Closed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"25461":{"id":25461,"name":"Steel coffin","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Steel coffin (Closed)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_coffin#Closed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"25463":{"id":25463,"name":"Black coffin","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Black coffin (Closed)","wiki_url":"https://oldschool.runescape.wiki/w/Black_coffin#Closed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"25465":{"id":25465,"name":"Silver coffin","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Silver coffin (Closed)","wiki_url":"https://oldschool.runescape.wiki/w/Silver_coffin#Closed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"25467":{"id":25467,"name":"Gold coffin","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gold coffin (Closed)","wiki_url":"https://oldschool.runescape.wiki/w/Gold_coffin#Closed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"25469":{"id":25469,"name":"Open bronze coffin","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bronze coffin (Open)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_coffin#Open","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"25470":{"id":25470,"name":"Open steel coffin","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Steel coffin (Open)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_coffin#Open","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"25471":{"id":25471,"name":"Open black coffin","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Black coffin (Open)","wiki_url":"https://oldschool.runescape.wiki/w/Black_coffin#Open","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"25472":{"id":25472,"name":"Open silver coffin","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Silver coffin (Open)","wiki_url":"https://oldschool.runescape.wiki/w/Silver_coffin#Open","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"25473":{"id":25473,"name":"Open gold coffin","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gold coffin (Open)","wiki_url":"https://oldschool.runescape.wiki/w/Gold_coffin#Open","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"25474":{"id":25474,"name":"Tree wizards' journal","members":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Tree wizards' journal","wiki_url":"https://oldschool.runescape.wiki/w/Tree_wizards'_journal","price":0},"25476":{"id":25476,"name":"Bloody notes","members":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Bloody notes","wiki_url":"https://oldschool.runescape.wiki/w/Bloody_notes","price":0},"25478":{"id":25478,"name":"Runescroll of swampbark","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":50,"wiki_name":"Runescroll of swampbark","wiki_url":"https://oldschool.runescape.wiki/w/Runescroll_of_swampbark","price":2828},"25481":{"id":25481,"name":"Runescroll of bloodbark","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":600,"lowalch":240,"highalch":360,"buy_limit":50,"wiki_name":"Runescroll of bloodbark","wiki_url":"https://oldschool.runescape.wiki/w/Runescroll_of_bloodbark","price":8000},"25484":{"id":25484,"name":"Soulreaper axe","members":true,"tradeable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":120000,"lowalch":48000,"highalch":72000,"wiki_name":"Webweaver bow (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Webweaver_bow#Uncharged","equipment":{"attack_stab":28,"attack_slash":134,"attack_crush":66,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":121,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":70}},"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":0},"25485":{"id":25485,"name":"Ultor ring","members":true,"equipable":true,"equipable_by_player":true,"cost":120000,"lowalch":48000,"highalch":72000,"wiki_name":"Webweaver bow (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Webweaver_bow#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":{"ranged":75}},"price":0},"25486":{"id":25486,"name":"Magus ring","members":true,"equipable":true,"equipable_by_player":true,"cost":120000,"lowalch":48000,"highalch":72000,"wiki_name":"Ursine chainmace (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Ursine_chainmace#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":2,"prayer":0,"slot":"ring","requirements":{"attack":70}},"price":0},"25487":{"id":25487,"name":"Venator ring","members":true,"equipable":true,"equipable_by_player":true,"cost":120000,"lowalch":48000,"highalch":72000,"wiki_name":"Ursine chainmace (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Ursine_chainmace#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":10,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":2,"magic_damage":0,"prayer":0,"slot":"ring","requirements":{"attack":70}},"price":0},"25488":{"id":25488,"name":"Bellator ring","members":true,"equipable":true,"equipable_by_player":true,"cost":120000,"lowalch":48000,"highalch":72000,"wiki_name":"Accursed sceptre (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Accursed_sceptre#Uncharged","equipment":{"attack_stab":0,"attack_slash":12,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":{"magic":70}},"price":0},"25489":{"id":25489,"name":"Blood ancient sceptre","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":120000,"lowalch":48000,"highalch":72000,"wiki_name":"Accursed sceptre (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Accursed_sceptre#Charged","equipment":{"attack_stab":20,"attack_slash":-1,"attack_crush":50,"attack_magic":20,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":15,"defence_ranged":0,"melee_strength":60,"ranged_strength":0,"magic_damage":5,"prayer":-1,"slot":"weapon","requirements":{"magic":70}},"weapon":{"attack_speed":4,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"25490":{"id":25490,"name":"Ice ancient sceptre","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000000,"lowalch":2000000,"highalch":3000000,"wiki_name":"Voidwaker","wiki_url":"https://oldschool.runescape.wiki/w/Voidwaker","equipment":{"attack_stab":20,"attack_slash":-1,"attack_crush":50,"attack_magic":20,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":15,"defence_ranged":0,"melee_strength":60,"ranged_strength":0,"magic_damage":5,"prayer":-1,"slot":"weapon","requirements":{"attack":75,"strength":75,"magic":60}},"weapon":{"attack_speed":4,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"25491":{"id":25491,"name":"Smoke ancient sceptre","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":120000,"lowalch":48000,"highalch":72000,"wiki_name":"Accursed sceptre (a) (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Accursed_sceptre_(a)#Uncharged","equipment":{"attack_stab":20,"attack_slash":-1,"attack_crush":50,"attack_magic":20,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":15,"defence_ranged":0,"melee_strength":60,"ranged_strength":0,"magic_damage":5,"prayer":-1,"slot":"weapon","requirements":{"magic":70}},"weapon":{"attack_speed":4,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"25492":{"id":25492,"name":"Shadow ancient sceptre","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":120000,"lowalch":48000,"highalch":72000,"wiki_name":"Accursed sceptre (a) (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Accursed_sceptre_(a)#Charged","equipment":{"attack_stab":20,"attack_slash":-1,"attack_crush":50,"attack_magic":20,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":15,"defence_ranged":0,"melee_strength":60,"ranged_strength":0,"magic_damage":5,"prayer":-1,"slot":"weapon","requirements":{"magic":70}},"weapon":{"attack_speed":4,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"25500":{"id":25500,"name":"Cursed banana","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Cursed banana","wiki_url":"https://oldschool.runescape.wiki/w/Cursed_banana","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25502":{"id":25502,"name":"Banana cape","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"wiki_name":"Banana cape","wiki_url":"https://oldschool.runescape.wiki/w/Banana_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"25515":{"id":25515,"name":"Dharok's platebody","equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Dharok's platebody (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Dharok's_platebody_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-10,"defence_stab":122,"defence_slash":120,"defence_crush":107,"defence_magic":-6,"defence_ranged":132,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"25516":{"id":25516,"name":"Dharok's greataxe","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dharok's greataxe (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Dharok's_greataxe_(Last_Man_Standing)","equipment":{"attack_stab":-4,"attack_slash":103,"attack_crush":95,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":105,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":7,"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":0},"25517":{"id":25517,"name":"Volatile nightmare staff","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":50,"wiki_name":"Volatile nightmare staff (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Volatile_nightmare_staff_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":16,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":14,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":15,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"25518":{"id":25518,"name":"Ancestral hat","equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Ancestral hat (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Ancestral_hat_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":8,"attack_ranged":-2,"defence_stab":12,"defence_slash":11,"defence_crush":13,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":2,"prayer":0,"slot":"head","requirements":null},"price":0},"25519":{"id":25519,"name":"Jalrek-jad","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tzrek-jad (JalRek-Jad)","wiki_url":"https://oldschool.runescape.wiki/w/Tzrek-jad#JalRek-Jad","price":0},"25521":{"id":25521,"name":"Jar of spirits","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Jar of spirits","wiki_url":"https://oldschool.runescape.wiki/w/Jar_of_spirits","price":36896},"25524":{"id":25524,"name":"Jar of smoke","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Jar of smoke","wiki_url":"https://oldschool.runescape.wiki/w/Jar_of_smoke","price":21067},"25527":{"id":25527,"name":"Stardust","stackable":true,"cost":50,"wiki_name":"Stardust","wiki_url":"https://oldschool.runescape.wiki/w/Stardust","price":0},"25533":{"id":25533,"name":"Soft clay pack","members":true,"cost":150,"wiki_name":"Soft clay pack (Stardust)","wiki_url":"https://oldschool.runescape.wiki/w/Soft_clay_pack#Stardust","price":0},"25535":{"id":25535,"name":"Essence pack","members":true,"cost":150,"wiki_name":"Essence pack (Stardust)","wiki_url":"https://oldschool.runescape.wiki/w/Essence_pack#Stardust","price":0},"25537":{"id":25537,"name":"Bag full of gems","members":true,"cost":300,"wiki_name":"Bag full of gems (Stardust)","wiki_url":"https://oldschool.runescape.wiki/w/Bag_full_of_gems#Stardust","price":0},"25539":{"id":25539,"name":"Celestial ring (uncharged)","members":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"wiki_name":"Celestial ring (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Celestial_ring#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"25541":{"id":25541,"name":"Celestial ring","members":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"wiki_name":"Celestial ring (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Celestial_ring#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"25543":{"id":25543,"name":"Celestial signet (uncharged)","members":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"wiki_name":"Celestial signet (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Celestial_signet#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"25545":{"id":25545,"name":"Celestial signet","members":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"wiki_name":"Celestial signet (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Celestial_signet#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"25547":{"id":25547,"name":"Star fragment","members":true,"cost":3000,"wiki_name":"Star fragment","wiki_url":"https://oldschool.runescape.wiki/w/Star_fragment","price":0},"25549":{"id":25549,"name":"Golden prospector helmet","members":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Golden prospector helmet","wiki_url":"https://oldschool.runescape.wiki/w/Golden_prospector_helmet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"25551":{"id":25551,"name":"Golden prospector jacket","members":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Golden prospector jacket","wiki_url":"https://oldschool.runescape.wiki/w/Golden_prospector_jacket","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"25553":{"id":25553,"name":"Golden prospector legs","members":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Golden prospector legs","wiki_url":"https://oldschool.runescape.wiki/w/Golden_prospector_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"25555":{"id":25555,"name":"Golden prospector boots","members":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Golden prospector boots","wiki_url":"https://oldschool.runescape.wiki/w/Golden_prospector_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"25557":{"id":25557,"name":"Dark flippers","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dark flippers","wiki_url":"https://oldschool.runescape.wiki/w/Dark_flippers","equipment":{"attack_stab":-2,"attack_slash":-2,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"25559":{"id":25559,"name":"Big harpoonfish","members":true,"cost":3500,"lowalch":1400,"highalch":2100,"wiki_name":"Big harpoonfish","wiki_url":"https://oldschool.runescape.wiki/w/Big_harpoonfish","price":0},"25561":{"id":25561,"name":"Stuffed big harpoonfish","members":true,"cost":3500,"lowalch":1400,"highalch":2100,"wiki_name":"Stuffed big harpoonfish","wiki_url":"https://oldschool.runescape.wiki/w/Stuffed_big_harpoonfish","price":0},"25563":{"id":25563,"name":"Mounted harpoonfish","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"25564":{"id":25564,"name":"Raw harpoonfish","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Raw harpoonfish","wiki_url":"https://oldschool.runescape.wiki/w/Raw_harpoonfish","price":0},"25565":{"id":25565,"name":"Harpoonfish","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Harpoonfish","wiki_url":"https://oldschool.runescape.wiki/w/Harpoonfish","price":0},"25566":{"id":25566,"name":"Crystallised harpoonfish","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystallised harpoonfish","wiki_url":"https://oldschool.runescape.wiki/w/Crystallised_harpoonfish","price":0},"25567":{"id":25567,"name":"The desert trout - ship's log","cost":1,"lowalch":0,"highalch":0,"wiki_name":"The desert trout - ship's log","wiki_url":"https://oldschool.runescape.wiki/w/The_desert_trout_-_ship's_log","price":0},"25569":{"id":25569,"name":"Spirit anglers research notes","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Spirit anglers research notes","wiki_url":"https://oldschool.runescape.wiki/w/Spirit_anglers_research_notes","price":0},"25571":{"id":25571,"name":"Damp egg","members":true,"tradeable":true,"noteable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Damp egg","wiki_url":"https://oldschool.runescape.wiki/w/Damp_egg","price":0},"25574":{"id":25574,"name":"Tome of water","members":true,"equipable":true,"equipable_by_player":true,"cost":19500,"lowalch":7800,"highalch":11700,"wiki_name":"Tome of water (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Tome_of_water#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":8,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":8,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"25576":{"id":25576,"name":"Tome of water (empty)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":19500,"lowalch":7800,"highalch":11700,"wiki_name":"Tome of water (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Tome_of_water#Empty","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":8,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":8,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":913224},"25578":{"id":25578,"name":"Soaked page","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":170,"lowalch":68,"highalch":102,"buy_limit":11000,"wiki_name":"Soaked page","wiki_url":"https://oldschool.runescape.wiki/w/Soaked_page","price":1734},"25580":{"id":25580,"name":"Tackle box","members":true,"cost":850,"wiki_name":"Tackle box","wiki_url":"https://oldschool.runescape.wiki/w/Tackle_box","price":0,"lowalch":340,"highalch":510},"25582":{"id":25582,"name":"Fish barrel","members":true,"cost":720,"lowalch":288,"highalch":432,"wiki_name":"Fish barrel (Closed)","wiki_url":"https://oldschool.runescape.wiki/w/Fish_barrel#Closed","price":0},"25584":{"id":25584,"name":"Open fish barrel","members":true,"cost":720,"lowalch":288,"highalch":432,"wiki_name":"Fish barrel (Open)","wiki_url":"https://oldschool.runescape.wiki/w/Fish_barrel#Open","price":0},"25585":{"id":25585,"name":"Fish sack barrel","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Fish sack barrel (Closed)","wiki_url":"https://oldschool.runescape.wiki/w/Fish_sack_barrel#Closed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"25587":{"id":25587,"name":"Open fish sack barrel","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Fish sack barrel (Open)","wiki_url":"https://oldschool.runescape.wiki/w/Fish_sack_barrel#Open","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"25588":{"id":25588,"name":"Spirit flakes","members":true,"stackable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Spirit flakes","wiki_url":"https://oldschool.runescape.wiki/w/Spirit_flakes","price":0},"25590":{"id":25590,"name":"Casket","members":true,"stackable":true,"cost":50,"wiki_name":"Casket (Reward pool)","wiki_url":"https://oldschool.runescape.wiki/w/Casket_(Reward_pool)","price":0},"25592":{"id":25592,"name":"Spirit angler headband","members":true,"equipable":true,"equipable_by_player":true,"cost":120,"lowalch":48,"highalch":72,"wiki_name":"Spirit angler headband","wiki_url":"https://oldschool.runescape.wiki/w/Spirit_angler_headband","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"25594":{"id":25594,"name":"Spirit angler top","members":true,"equipable":true,"equipable_by_player":true,"cost":120,"lowalch":48,"highalch":72,"wiki_name":"Spirit angler top","wiki_url":"https://oldschool.runescape.wiki/w/Spirit_angler_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"25596":{"id":25596,"name":"Spirit angler waders","members":true,"equipable":true,"equipable_by_player":true,"cost":120,"lowalch":48,"highalch":72,"wiki_name":"Spirit angler waders","wiki_url":"https://oldschool.runescape.wiki/w/Spirit_angler_waders","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"25598":{"id":25598,"name":"Spirit angler boots","members":true,"equipable":true,"equipable_by_player":true,"cost":120,"lowalch":48,"highalch":72,"wiki_name":"Spirit angler boots","wiki_url":"https://oldschool.runescape.wiki/w/Spirit_angler_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"25600":{"id":25600,"name":"Great blue heron","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Heron (Great blue)","wiki_url":"https://oldschool.runescape.wiki/w/Heron#Great_blue","price":0},"25602":{"id":25602,"name":"Tiny tempor","members":true,"cost":1,"wiki_name":"Tiny tempor","wiki_url":"https://oldschool.runescape.wiki/w/Tiny_tempor","price":0},"25604":{"id":25604,"name":"Gregg's eastdoor","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":0,"wiki_name":"Gregg's eastdoor","wiki_url":"https://oldschool.runescape.wiki/w/Gregg's_eastdoor","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":7,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25606":{"id":25606,"name":"Propeller hat","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Propeller hat","wiki_url":"https://oldschool.runescape.wiki/w/Propeller_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"25608":{"id":25608,"name":"Gregg's iou","cost":1,"wiki_name":"Gregg's iou","wiki_url":"https://oldschool.runescape.wiki/w/Gregg's_iou","price":0},"25609":{"id":25609,"name":"Pastel flowers","cost":1,"wiki_name":"Pastel flowers","wiki_url":"https://oldschool.runescape.wiki/w/Pastel_flowers","price":0},"25610":{"id":25610,"name":"Thick dye","cost":1,"wiki_name":"Thick dye","wiki_url":"https://oldschool.runescape.wiki/w/Thick_dye","price":0},"25611":{"id":25611,"name":"S.t.a.s.h chart","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"25612":{"id":25612,"name":"S.t.a.s.h blueprint","members":true,"cost":1,"wiki_name":"S.t.a.s.h blueprint","wiki_url":"https://oldschool.runescape.wiki/w/S.t.a.s.h_blueprint","price":0},"25613":{"id":25613,"name":"Baby mole-rat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Baby mole (Mole-rat)","wiki_url":"https://oldschool.runescape.wiki/w/Baby_mole#Mole-rat","price":0},"25615":{"id":25615,"name":"Large water container","incomplete":true,"members":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"25625":{"id":25625,"name":"Barronite mace (broken)","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Barronite mace (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Barronite_mace#Broken","price":0},"25631":{"id":25631,"name":"Steak sandwich","cost":25,"lowalch":10,"highalch":15,"wiki_name":"Steak sandwich","wiki_url":"https://oldschool.runescape.wiki/w/Steak_sandwich","price":0},"25633":{"id":25633,"name":"Imcando hammer (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Imcando hammer (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Imcando_hammer#Broken","price":0},"25635":{"id":25635,"name":"Barronite head","cost":8532,"lowalch":3412,"highalch":5119,"wiki_name":"Barronite head","wiki_url":"https://oldschool.runescape.wiki/w/Barronite_head","price":0},"25637":{"id":25637,"name":"Barronite handle","cost":8532,"lowalch":3412,"highalch":5119,"wiki_name":"Barronite handle","wiki_url":"https://oldschool.runescape.wiki/w/Barronite_handle","price":0},"25639":{"id":25639,"name":"Barronite guard","cost":8532,"lowalch":3412,"highalch":5119,"wiki_name":"Barronite guard","wiki_url":"https://oldschool.runescape.wiki/w/Barronite_guard","price":0},"25641":{"id":25641,"name":"Barronite mace","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":10500,"lowalch":4200,"highalch":6300,"wiki_name":"Barronite mace (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Barronite_mace#Normal","equipment":{"attack_stab":20,"attack_slash":-2,"attack_crush":40,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":40,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"weapon","requirements":{"attack":40}},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25643":{"id":25643,"name":"Barronite mace (l)","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":10499,"lowalch":4199,"highalch":6299,"wiki_name":"Barronite mace (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Barronite_mace#Locked","equipment":{"attack_stab":20,"attack_slash":-2,"attack_crush":40,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":40,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25644":{"id":25644,"name":"Imcando hammer","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Imcando hammer (Repaired)","wiki_url":"https://oldschool.runescape.wiki/w/Imcando_hammer#Repaired","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":6,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25646":{"id":25646,"name":"Simple lockbox","cost":500,"lowalch":200,"highalch":300,"wiki_name":"Simple lockbox (Inside vault)","wiki_url":"https://oldschool.runescape.wiki/w/Simple_lockbox#Inside_vault","price":0},"25647":{"id":25647,"name":"Simple lockbox","cost":500,"lowalch":200,"highalch":300,"wiki_name":"Simple lockbox (Outside vault)","wiki_url":"https://oldschool.runescape.wiki/w/Simple_lockbox#Outside_vault","price":0},"25648":{"id":25648,"name":"Elaborate lockbox","cost":500,"lowalch":200,"highalch":300,"wiki_name":"Elaborate lockbox (Inside vault)","wiki_url":"https://oldschool.runescape.wiki/w/Elaborate_lockbox#Inside_vault","price":0},"25649":{"id":25649,"name":"Elaborate lockbox","cost":500,"lowalch":200,"highalch":300,"wiki_name":"Elaborate lockbox (Outside vault)","wiki_url":"https://oldschool.runescape.wiki/w/Elaborate_lockbox#Outside_vault","price":0},"25650":{"id":25650,"name":"Ornate lockbox","cost":500,"lowalch":200,"highalch":300,"wiki_name":"Ornate lockbox (Inside vault)","wiki_url":"https://oldschool.runescape.wiki/w/Ornate_lockbox#Inside_vault","price":0},"25651":{"id":25651,"name":"Ornate lockbox","cost":500,"lowalch":200,"highalch":300,"wiki_name":"Ornate lockbox (Outside vault)","wiki_url":"https://oldschool.runescape.wiki/w/Ornate_lockbox#Outside_vault","price":0},"25652":{"id":25652,"name":"Raw guppy","cost":5,"lowalch":2,"highalch":3,"wiki_name":"Raw guppy","wiki_url":"https://oldschool.runescape.wiki/w/Raw_guppy","price":0},"25654":{"id":25654,"name":"Guppy","cost":5,"lowalch":2,"highalch":3,"wiki_name":"Guppy","wiki_url":"https://oldschool.runescape.wiki/w/Guppy","price":0},"25656":{"id":25656,"name":"Ruined guppy","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ruined guppy","wiki_url":"https://oldschool.runescape.wiki/w/Ruined_guppy","price":0},"25658":{"id":25658,"name":"Raw cavefish","cost":5,"lowalch":2,"highalch":3,"wiki_name":"Raw cavefish","wiki_url":"https://oldschool.runescape.wiki/w/Raw_cavefish","price":0},"25660":{"id":25660,"name":"Cavefish","cost":5,"lowalch":2,"highalch":3,"wiki_name":"Cavefish","wiki_url":"https://oldschool.runescape.wiki/w/Cavefish","price":0},"25662":{"id":25662,"name":"Ruined cavefish","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ruined cavefish","wiki_url":"https://oldschool.runescape.wiki/w/Ruined_cavefish","price":0},"25664":{"id":25664,"name":"Raw tetra","cost":5,"lowalch":2,"highalch":3,"wiki_name":"Raw tetra","wiki_url":"https://oldschool.runescape.wiki/w/Raw_tetra","price":0},"25666":{"id":25666,"name":"Tetra","cost":5,"lowalch":2,"highalch":3,"wiki_name":"Tetra","wiki_url":"https://oldschool.runescape.wiki/w/Tetra","price":0},"25668":{"id":25668,"name":"Ruined tetra","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ruined tetra","wiki_url":"https://oldschool.runescape.wiki/w/Ruined_tetra","price":0},"25670":{"id":25670,"name":"Raw catfish","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Raw catfish","wiki_url":"https://oldschool.runescape.wiki/w/Raw_catfish","price":0},"25672":{"id":25672,"name":"Catfish","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Catfish","wiki_url":"https://oldschool.runescape.wiki/w/Catfish","price":0},"25674":{"id":25674,"name":"Ruined catfish","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ruined catfish","wiki_url":"https://oldschool.runescape.wiki/w/Ruined_catfish","price":0},"25676":{"id":25676,"name":"Barronite shards","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Barronite shards","wiki_url":"https://oldschool.runescape.wiki/w/Barronite_shards","price":0},"25684":{"id":25684,"name":"Barronite deposit","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Barronite deposit","wiki_url":"https://oldschool.runescape.wiki/w/Barronite_deposit","price":0},"25686":{"id":25686,"name":"Ancient globe","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ancient globe","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_globe","price":0},"25688":{"id":25688,"name":"Ancient ledger","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ancient ledger","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_ledger","price":0},"25690":{"id":25690,"name":"Ancient astroscope","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ancient astroscope","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_astroscope","price":0},"25692":{"id":25692,"name":"Ancient treatise","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ancient treatise","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_treatise","price":0},"25694":{"id":25694,"name":"Ancient carcanet","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ancient carcanet","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_carcanet","price":0},"25696":{"id":25696,"name":"Mind core","cost":8,"lowalch":3,"highalch":4,"wiki_name":"Mind core","wiki_url":"https://oldschool.runescape.wiki/w/Mind_core","price":0},"25698":{"id":25698,"name":"Body core","cost":14,"lowalch":5,"highalch":8,"wiki_name":"Body core","wiki_url":"https://oldschool.runescape.wiki/w/Body_core","price":0},"25700":{"id":25700,"name":"Chaos core","members":true,"cost":24,"lowalch":9,"highalch":14,"wiki_name":"Chaos core","wiki_url":"https://oldschool.runescape.wiki/w/Chaos_core","price":0},"25702":{"id":25702,"name":"Ungael lab notes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ungael lab notes","wiki_url":"https://oldschool.runescape.wiki/w/Ungael_lab_notes","price":0},"25704":{"id":25704,"name":"Lithkren vault notes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Lithkren vault notes","wiki_url":"https://oldschool.runescape.wiki/w/Lithkren_vault_notes","price":0},"25706":{"id":25706,"name":"Dusty note","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dusty note","wiki_url":"https://oldschool.runescape.wiki/w/Dusty_note","price":0},"25710":{"id":25710,"name":"Stool","members":true,"cost":800,"lowalch":320,"highalch":480,"wiki_name":"Stool (Games) (Games Zone, Pubs)","wiki_url":"https://oldschool.runescape.wiki/w/Stool_(Games)#Games_Zone,_Pubs","price":0},"25711":{"id":25711,"name":"Stool","members":true,"cost":800,"lowalch":320,"highalch":480,"wiki_name":"Stool (Games) (Blue Moon Inn)","wiki_url":"https://oldschool.runescape.wiki/w/Stool_(Games)#Blue_Moon_Inn","price":0},"25712":{"id":25712,"name":"Clan cloak","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Clan cloak (Black)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_cloak#Black","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"25714":{"id":25714,"name":"Clan cloak","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Clan cloak (Orange)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_cloak#Orange","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"25715":{"id":25715,"name":"Clan cloak","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Clan cloak (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_cloak#Blue","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"25716":{"id":25716,"name":"Clan cloak","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Clan cloak (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_cloak#Red","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"25717":{"id":25717,"name":"Clan cloak","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Clan cloak (Green)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_cloak#Green","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"25718":{"id":25718,"name":"Clan cloak","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Clan cloak (Yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_cloak#Yellow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"25719":{"id":25719,"name":"Clan cloak","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Clan cloak (Light blue)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_cloak#Light_blue","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"25720":{"id":25720,"name":"Clan cloak","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Clan cloak (Purple)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_cloak#Purple","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"25721":{"id":25721,"name":"Clan vexillum","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Clan vexillum (Black)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_vexillum#Black","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25723":{"id":25723,"name":"Clan vexillum","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Clan vexillum (Orange)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_vexillum#Orange","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25724":{"id":25724,"name":"Clan vexillum","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Clan vexillum (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_vexillum#Blue","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25725":{"id":25725,"name":"Clan vexillum","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Clan vexillum (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_vexillum#Red","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25726":{"id":25726,"name":"Clan vexillum","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Clan vexillum (Green)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_vexillum#Green","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25727":{"id":25727,"name":"Clan vexillum","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Clan vexillum (Yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_vexillum#Yellow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25728":{"id":25728,"name":"Clan vexillum","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Clan vexillum (Light blue)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_vexillum#Light_blue","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25729":{"id":25729,"name":"Clan vexillum","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Clan vexillum (Purple)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_vexillum#Purple","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25730":{"id":25730,"name":"Bandages","members":true,"cost":10,"wiki_name":"Bandages (Theatre of Blood)","wiki_url":"https://oldschool.runescape.wiki/w/Bandages_(Theatre_of_Blood)","price":0,"lowalch":4,"highalch":6},"25731":{"id":25731,"name":"Holy sanguinesti staff","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000000,"lowalch":2000000,"highalch":3000000,"wiki_name":"Holy sanguinesti staff (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Holy_sanguinesti_staff#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":25,"attack_ranged":-4,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":0},"25733":{"id":25733,"name":"Holy sanguinesti staff (uncharged)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000000,"lowalch":2000000,"highalch":3000000,"wiki_name":"Holy sanguinesti staff (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Holy_sanguinesti_staff#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":25,"attack_ranged":-4,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":0},"25734":{"id":25734,"name":"Holy ghrazi rapier","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000000,"lowalch":2000000,"highalch":3000000,"wiki_name":"Holy ghrazi rapier","wiki_url":"https://oldschool.runescape.wiki/w/Holy_ghrazi_rapier","equipment":{"attack_stab":94,"attack_slash":55,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":89,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25736":{"id":25736,"name":"Holy scythe of vitur","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":4000000,"lowalch":1600000,"highalch":2400000,"wiki_name":"Holy scythe of vitur (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Holy_scythe_of_vitur#Charged","equipment":{"attack_stab":70,"attack_slash":125,"attack_crush":30,"attack_magic":-6,"attack_ranged":0,"defence_stab":-2,"defence_slash":8,"defence_crush":10,"defence_magic":0,"defence_ranged":0,"melee_strength":75,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"scythe","stances":[{"combat_style":"reap","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"chop","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"jab","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25738":{"id":25738,"name":"Holy scythe of vitur (uncharged)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":4000000,"lowalch":1600000,"highalch":2400000,"wiki_name":"Holy scythe of vitur (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Holy_scythe_of_vitur#Uncharged","equipment":{"attack_stab":50,"attack_slash":75,"attack_crush":10,"attack_magic":-6,"attack_ranged":0,"defence_stab":-2,"defence_slash":6,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":50,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"scythe","stances":[{"combat_style":"reap","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"chop","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"jab","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25739":{"id":25739,"name":"Sanguine scythe of vitur","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":4000000,"lowalch":1600000,"highalch":2400000,"wiki_name":"Sanguine scythe of vitur (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Sanguine_scythe_of_vitur#Charged","equipment":{"attack_stab":70,"attack_slash":125,"attack_crush":30,"attack_magic":-6,"attack_ranged":0,"defence_stab":-2,"defence_slash":8,"defence_crush":10,"defence_magic":0,"defence_ranged":0,"melee_strength":75,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"scythe","stances":[{"combat_style":"reap","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"chop","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"jab","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25741":{"id":25741,"name":"Sanguine scythe of vitur (uncharged)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":4000000,"lowalch":1600000,"highalch":2400000,"wiki_name":"Sanguine scythe of vitur (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Sanguine_scythe_of_vitur#Uncharged","equipment":{"attack_stab":50,"attack_slash":75,"attack_crush":10,"attack_magic":-6,"attack_ranged":0,"defence_stab":-2,"defence_slash":6,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":50,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"scythe","stances":[{"combat_style":"reap","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"chop","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"jab","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25742":{"id":25742,"name":"Holy ornament kit","members":true,"cost":9500,"lowalch":3800,"highalch":5700,"wiki_name":"Holy ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Holy_ornament_kit","price":0},"25744":{"id":25744,"name":"Sanguine ornament kit","members":true,"cost":9500,"lowalch":3800,"highalch":5700,"wiki_name":"Sanguine ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Sanguine_ornament_kit","price":0},"25746":{"id":25746,"name":"Sanguine dust","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sanguine dust","wiki_url":"https://oldschool.runescape.wiki/w/Sanguine_dust","price":0},"25748":{"id":25748,"name":"Lil' maiden","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Lil' zik (Lil' Maiden)","wiki_url":"https://oldschool.runescape.wiki/w/Lil'_zik#Lil'_Maiden","price":0},"25749":{"id":25749,"name":"Lil' bloat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Lil' zik (Lil' Bloat)","wiki_url":"https://oldschool.runescape.wiki/w/Lil'_zik#Lil'_Bloat","price":0},"25750":{"id":25750,"name":"Lil' nylo","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Lil' zik (Lil' Nylo)","wiki_url":"https://oldschool.runescape.wiki/w/Lil'_zik#Lil'_Nylo","price":0},"25751":{"id":25751,"name":"Lil' sot","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Lil' zik (Lil' Sot)","wiki_url":"https://oldschool.runescape.wiki/w/Lil'_zik#Lil'_Sot","price":0},"25752":{"id":25752,"name":"Lil' xarp","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Lil' zik (Lil' Xarp)","wiki_url":"https://oldschool.runescape.wiki/w/Lil'_zik#Lil'_Xarp","price":0},"25753":{"id":25753,"name":"Antique lamp","members":true,"cost":50,"wiki_name":"Antique lamp (A Night at the Theatre)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(A_Night_at_the_Theatre)","price":0},"25754":{"id":25754,"name":"Antipoison (-)(1)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Antipoison (-) (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antipoison_(-)#1_dose","price":0},"25755":{"id":25755,"name":"Antipoison (-)(2)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Antipoison (-) (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antipoison_(-)#2_dose","price":0},"25756":{"id":25756,"name":"Antipoison (-)(3)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Antipoison (-) (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antipoison_(-)#3_dose","price":0},"25757":{"id":25757,"name":"Antipoison (-)(4)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Antipoison (-) (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antipoison_(-)#4_dose","price":0},"25758":{"id":25758,"name":"Antipoison potion (1)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Antipoison potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antipoison_potion#1_dose","price":0},"25759":{"id":25759,"name":"Antipoison potion (2)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Antipoison potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antipoison_potion#2_dose","price":0},"25760":{"id":25760,"name":"Antipoison potion (3)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Antipoison potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antipoison_potion#3_dose","price":0},"25761":{"id":25761,"name":"Antipoison potion (4)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Antipoison potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antipoison_potion#4_dose","price":0},"25762":{"id":25762,"name":"Antipoison (+)(1)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Antipoison (+) (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antipoison_(+)#1_dose","price":0},"25763":{"id":25763,"name":"Antipoison (+)(2)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Antipoison (+) (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antipoison_(+)#2_dose","price":0},"25764":{"id":25764,"name":"Antipoison (+)(3)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Antipoison (+) (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antipoison_(+)#3_dose","price":0},"25765":{"id":25765,"name":"Antipoison (+)(4)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Antipoison (+) (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antipoison_(+)#4_dose","price":0},"25766":{"id":25766,"name":"Fiendish ashes","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fiendish ashes","wiki_url":"https://oldschool.runescape.wiki/w/Fiendish_ashes","price":104},"25769":{"id":25769,"name":"Vile ashes","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":3000,"wiki_name":"Vile ashes","wiki_url":"https://oldschool.runescape.wiki/w/Vile_ashes","price":204},"25772":{"id":25772,"name":"Malicious ashes","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Malicious ashes","wiki_url":"https://oldschool.runescape.wiki/w/Malicious_ashes","price":1503},"25775":{"id":25775,"name":"Abyssal ashes","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":7500,"wiki_name":"Abyssal ashes","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_ashes","price":2300},"25778":{"id":25778,"name":"Infernal ashes","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":7500,"wiki_name":"Infernal ashes","wiki_url":"https://oldschool.runescape.wiki/w/Infernal_ashes","price":3571},"25781":{"id":25781,"name":"Ash sanctifier","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ash sanctifier","wiki_url":"https://oldschool.runescape.wiki/w/Ash_sanctifier","price":0},"25793":{"id":25793,"name":"Receipt","members":true,"cost":30,"wiki_name":"Receipt (A Kingdom Divided)","wiki_url":"https://oldschool.runescape.wiki/w/Receipt_(A_Kingdom_Divided)","price":0},"25794":{"id":25794,"name":"Bone","members":true,"cost":30,"wiki_name":"Bone (A Kingdom Divided)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_(A_Kingdom_Divided)","price":0},"25795":{"id":25795,"name":"Rose","members":true,"cost":30,"wiki_name":"Rose (A Kingdom Divided)","wiki_url":"https://oldschool.runescape.wiki/w/Rose_(A_Kingdom_Divided)","price":0},"25796":{"id":25796,"name":"Delivery confirmation","members":true,"cost":30,"wiki_name":"Delivery confirmation","wiki_url":"https://oldschool.runescape.wiki/w/Delivery_confirmation","price":0},"25797":{"id":25797,"name":"Order form","members":true,"cost":30,"wiki_name":"Order form","wiki_url":"https://oldschool.runescape.wiki/w/Order_form","price":0},"25798":{"id":25798,"name":"Demonic incantations","members":true,"cost":30,"wiki_name":"Demonic incantations","wiki_url":"https://oldschool.runescape.wiki/w/Demonic_incantations","price":0},"25799":{"id":25799,"name":"Bloody knife","members":true,"cost":30,"wiki_name":"Bloody knife","wiki_url":"https://oldschool.runescape.wiki/w/Bloody_knife","price":0},"25800":{"id":25800,"name":"Cultist robe","members":true,"cost":30,"wiki_name":"Cultist robe","wiki_url":"https://oldschool.runescape.wiki/w/Cultist_robe","price":0},"25801":{"id":25801,"name":"Kourend map","members":true,"cost":30,"wiki_name":"Kourend map","wiki_url":"https://oldschool.runescape.wiki/w/Kourend_map","price":0},"25802":{"id":25802,"name":"Rose's diary","members":true,"cost":30,"wiki_name":"Rose's diary","wiki_url":"https://oldschool.runescape.wiki/w/Rose's_diary","price":0},"25803":{"id":25803,"name":"Bluish key","members":true,"cost":30,"wiki_name":"Bluish key","wiki_url":"https://oldschool.runescape.wiki/w/Bluish_key","price":0},"25804":{"id":25804,"name":"Cold key","members":true,"cost":30,"wiki_name":"Cold key","wiki_url":"https://oldschool.runescape.wiki/w/Cold_key","price":0},"25805":{"id":25805,"name":"Rose's note","members":true,"cost":30,"wiki_name":"Rose's note (A Kingdom Divided - 1)","wiki_url":"https://oldschool.runescape.wiki/w/Rose's_note_(A_Kingdom_Divided_-_1)","price":0},"25806":{"id":25806,"name":"Rose's note","members":true,"cost":30,"wiki_name":"Rose's note (A Kingdom Divided - 2)","wiki_url":"https://oldschool.runescape.wiki/w/Rose's_note_(A_Kingdom_Divided_-_2)","price":0},"25807":{"id":25807,"name":"Rose's note","members":true,"cost":30,"wiki_name":"Rose's note (A Kingdom Divided - 3)","wiki_url":"https://oldschool.runescape.wiki/w/Rose's_note_(A_Kingdom_Divided_-_3)","price":0},"25808":{"id":25808,"name":"Rose's note","members":true,"cost":30,"wiki_name":"Rose's note (A Kingdom Divided - 4)","wiki_url":"https://oldschool.runescape.wiki/w/Rose's_note_(A_Kingdom_Divided_-_4)","price":0},"25809":{"id":25809,"name":"Lizardman egg","members":true,"cost":30,"wiki_name":"Lizardman egg","wiki_url":"https://oldschool.runescape.wiki/w/Lizardman_egg","price":0},"25810":{"id":25810,"name":"Damp key","members":true,"cost":30,"wiki_name":"Damp key","wiki_url":"https://oldschool.runescape.wiki/w/Damp_key","price":0},"25811":{"id":25811,"name":"Broken redirector","members":true,"cost":30,"wiki_name":"Broken redirector","wiki_url":"https://oldschool.runescape.wiki/w/Broken_redirector","price":0},"25812":{"id":25812,"name":"Sulphur potion","members":true,"cost":30,"wiki_name":"Sulphur potion","wiki_url":"https://oldschool.runescape.wiki/w/Sulphur_potion","price":0},"25813":{"id":25813,"name":"Shielding potion","members":true,"cost":30,"wiki_name":"Shielding potion","wiki_url":"https://oldschool.runescape.wiki/w/Shielding_potion","price":0},"25814":{"id":25814,"name":"Declaration","members":true,"cost":30,"wiki_name":"Declaration","wiki_url":"https://oldschool.runescape.wiki/w/Declaration","price":0},"25815":{"id":25815,"name":"Dark nullifier","members":true,"cost":30,"wiki_name":"Dark nullifier","wiki_url":"https://oldschool.runescape.wiki/w/Dark_nullifier","price":0},"25816":{"id":25816,"name":"Shayzien journal","members":true,"cost":30,"wiki_name":"Shayzien journal","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_journal","price":0},"25817":{"id":25817,"name":"Royal accord of twill","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Royal accord of twill (A Kingdom Divided)","wiki_url":"https://oldschool.runescape.wiki/w/Royal_accord_of_twill#A_Kingdom_Divided","price":0},"25818":{"id":25818,"name":"Book of the dead","members":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Book of the dead","wiki_url":"https://oldschool.runescape.wiki/w/Book_of_the_dead","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":6,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"shield","requirements":null},"price":0},"25820":{"id":25820,"name":"Antique lamp","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Antique lamp (A Kingdom Divided)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(A_Kingdom_Divided)","price":0},"25822":{"id":25822,"name":"Protest banner","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":500,"wiki_name":"Protest banner","wiki_url":"https://oldschool.runescape.wiki/w/Protest_banner","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25824":{"id":25824,"name":"Research notes","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Research notes (A Kingdom Divided)","wiki_url":"https://oldschool.runescape.wiki/w/Research_notes_(A_Kingdom_Divided)","price":0},"25826":{"id":25826,"name":"Lizardkicker","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Lizardkicker","wiki_url":"https://oldschool.runescape.wiki/w/Lizardkicker","price":466},"25829":{"id":25829,"name":"Old note","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old note (Secluded Chapel)","wiki_url":"https://oldschool.runescape.wiki/w/Old_note_(Secluded_Chapel)","price":0},"25831":{"id":25831,"name":"Shayzia military orders","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Shayzia military orders","wiki_url":"https://oldschool.runescape.wiki/w/Shayzia_military_orders","price":0},"25833":{"id":25833,"name":"Raw boar meat","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Raw boar meat","wiki_url":"https://oldschool.runescape.wiki/w/Raw_boar_meat","price":176},"25836":{"id":25836,"name":"Little parasite","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Little nightmare (Parasite)","wiki_url":"https://oldschool.runescape.wiki/w/Little_nightmare#Parasite","price":0},"25837":{"id":25837,"name":"Slepey tablet","members":true,"cost":75000,"wiki_name":"Slepey tablet","wiki_url":"https://oldschool.runescape.wiki/w/Slepey_tablet","price":0,"lowalch":30000,"highalch":45000},"25838":{"id":25838,"name":"Parasitic egg","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Parasitic egg","wiki_url":"https://oldschool.runescape.wiki/w/Parasitic_egg","price":0},"25840":{"id":25840,"name":"Banana hat","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Banana hat","wiki_url":"https://oldschool.runescape.wiki/w/Banana_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"25842":{"id":25842,"name":"Sraracha","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sraracha (Orange)","wiki_url":"https://oldschool.runescape.wiki/w/Sraracha#Orange","price":0},"25843":{"id":25843,"name":"Sraracha","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sraracha (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Sraracha#Blue","price":0},"25844":{"id":25844,"name":"Orange egg sac","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Orange egg sac","wiki_url":"https://oldschool.runescape.wiki/w/Orange_egg_sac","price":0},"25846":{"id":25846,"name":"Blue egg sac","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue egg sac","wiki_url":"https://oldschool.runescape.wiki/w/Blue_egg_sac","price":0},"25849":{"id":25849,"name":"Amethyst dart","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":11000,"wiki_name":"Amethyst dart (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Amethyst_dart#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":28,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":268},"25851":{"id":25851,"name":"Amethyst dart(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":11000,"wiki_name":"Amethyst dart (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Amethyst_dart#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":28,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":211},"25853":{"id":25853,"name":"Amethyst dart tip","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":11000,"wiki_name":"Amethyst dart tip","wiki_url":"https://oldschool.runescape.wiki/w/Amethyst_dart_tip","price":460},"25855":{"id":25855,"name":"Amethyst dart(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":11000,"wiki_name":"Amethyst dart (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Amethyst_dart#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":28,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":663},"25857":{"id":25857,"name":"Amethyst dart(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":11000,"wiki_name":"Amethyst dart (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Amethyst_dart#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":28,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":1304},"25859":{"id":25859,"name":"Enhanced crystal weapon seed","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":500000,"buy_limit":70,"wiki_name":"Enhanced crystal weapon seed","wiki_url":"https://oldschool.runescape.wiki/w/Enhanced_crystal_weapon_seed","price":135339078},"25862":{"id":25862,"name":"Bow of faerdhinen (inactive)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000000,"lowalch":2000000,"highalch":3000000,"wiki_name":"Bow of faerdhinen (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Bow_of_faerdhinen#Inactive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":80,"agility":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":134105582},"25865":{"id":25865,"name":"Bow of faerdhinen","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000000,"lowalch":2000000,"highalch":3000000,"wiki_name":"Bow of faerdhinen (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Bow_of_faerdhinen#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":128,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":106,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":75}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"25867":{"id":25867,"name":"Bow of faerdhinen (c)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000000,"wiki_name":"Bow of faerdhinen (c) (Hefin)","wiki_url":"https://oldschool.runescape.wiki/w/Bow_of_faerdhinen_(c)#Hefin","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":128,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":106,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":80,"agility":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0,"lowalch":2000000,"highalch":3000000},"25870":{"id":25870,"name":"Blade of saeldor (c)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000000,"lowalch":2000000,"highalch":3000000,"wiki_name":"Blade of saeldor (c) (Ithell)","wiki_url":"https://oldschool.runescape.wiki/w/Blade_of_saeldor_(c)#Ithell","equipment":{"attack_stab":55,"attack_slash":94,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":89,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25872":{"id":25872,"name":"Blade of saeldor (c)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000000,"lowalch":2000000,"highalch":3000000,"wiki_name":"Blade of saeldor (c) (Iorwerth)","wiki_url":"https://oldschool.runescape.wiki/w/Blade_of_saeldor_(c)#Iorwerth","equipment":{"attack_stab":55,"attack_slash":94,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":89,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25874":{"id":25874,"name":"Blade of saeldor (c)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000000,"lowalch":2000000,"highalch":3000000,"wiki_name":"Blade of saeldor (c) (Trahaearn)","wiki_url":"https://oldschool.runescape.wiki/w/Blade_of_saeldor_(c)#Trahaearn","equipment":{"attack_stab":55,"attack_slash":94,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":89,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25876":{"id":25876,"name":"Blade of saeldor (c)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000000,"lowalch":2000000,"highalch":3000000,"wiki_name":"Blade of saeldor (c) (Cadarn)","wiki_url":"https://oldschool.runescape.wiki/w/Blade_of_saeldor_(c)#Cadarn","equipment":{"attack_stab":55,"attack_slash":94,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":89,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25878":{"id":25878,"name":"Blade of saeldor (c)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000000,"lowalch":2000000,"highalch":3000000,"wiki_name":"Blade of saeldor (c) (Crwys)","wiki_url":"https://oldschool.runescape.wiki/w/Blade_of_saeldor_(c)#Crwys","equipment":{"attack_stab":55,"attack_slash":94,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":89,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25880":{"id":25880,"name":"Blade of saeldor (c)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000000,"lowalch":2000000,"highalch":3000000,"wiki_name":"Blade of saeldor (c) (Meilyr)","wiki_url":"https://oldschool.runescape.wiki/w/Blade_of_saeldor_(c)#Meilyr","equipment":{"attack_stab":55,"attack_slash":94,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":89,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25882":{"id":25882,"name":"Blade of saeldor (c)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000000,"lowalch":2000000,"highalch":3000000,"wiki_name":"Blade of saeldor (c) (Amlodd)","wiki_url":"https://oldschool.runescape.wiki/w/Blade_of_saeldor_(c)#Amlodd","equipment":{"attack_stab":55,"attack_slash":94,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":89,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25884":{"id":25884,"name":"Bow of faerdhinen (c)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000000,"wiki_name":"Bow of faerdhinen (c) (Ithell)","wiki_url":"https://oldschool.runescape.wiki/w/Bow_of_faerdhinen_(c)#Ithell","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":128,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":106,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":80,"agility":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0,"lowalch":2000000,"highalch":3000000},"25886":{"id":25886,"name":"Bow of faerdhinen (c)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000000,"wiki_name":"Bow of faerdhinen (c) (Iorwerth)","wiki_url":"https://oldschool.runescape.wiki/w/Bow_of_faerdhinen_(c)#Iorwerth","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":128,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":106,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":80,"agility":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0,"lowalch":2000000,"highalch":3000000},"25888":{"id":25888,"name":"Bow of faerdhinen (c)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000000,"wiki_name":"Bow of faerdhinen (c) (Trahaearn)","wiki_url":"https://oldschool.runescape.wiki/w/Bow_of_faerdhinen_(c)#Trahaearn","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":128,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":106,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":80,"agility":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0,"lowalch":2000000,"highalch":3000000},"25890":{"id":25890,"name":"Bow of faerdhinen (c)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000000,"wiki_name":"Bow of faerdhinen (c) (Cadarn)","wiki_url":"https://oldschool.runescape.wiki/w/Bow_of_faerdhinen_(c)#Cadarn","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":128,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":106,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":80,"agility":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0,"lowalch":2000000,"highalch":3000000},"25892":{"id":25892,"name":"Bow of faerdhinen (c)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000000,"wiki_name":"Bow of faerdhinen (c) (Crwys)","wiki_url":"https://oldschool.runescape.wiki/w/Bow_of_faerdhinen_(c)#Crwys","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":128,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":106,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":80,"agility":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0,"lowalch":2000000,"highalch":3000000},"25894":{"id":25894,"name":"Bow of faerdhinen (c)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000000,"wiki_name":"Bow of faerdhinen (c) (Meilyr)","wiki_url":"https://oldschool.runescape.wiki/w/Bow_of_faerdhinen_(c)#Meilyr","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":128,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":106,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":80,"agility":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0,"lowalch":2000000,"highalch":3000000},"25896":{"id":25896,"name":"Bow of faerdhinen (c)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000000,"wiki_name":"Bow of faerdhinen (c) (Amlodd)","wiki_url":"https://oldschool.runescape.wiki/w/Bow_of_faerdhinen_(c)#Amlodd","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":128,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":106,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":80,"agility":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0,"lowalch":2000000,"highalch":3000000},"25898":{"id":25898,"name":"Tztok slayer helmet","members":true,"equipable":true,"equipable_by_player":true,"cost":40000,"lowalch":16000,"highalch":24000,"wiki_name":"Tztok slayer helmet","wiki_url":"https://oldschool.runescape.wiki/w/Tztok_slayer_helmet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"25900":{"id":25900,"name":"Tztok slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Tztok slayer helmet (i) (Nightmare Zone)","wiki_url":"https://oldschool.runescape.wiki/w/Tztok_slayer_helmet_(i)#Nightmare_Zone","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"25902":{"id":25902,"name":"Tztok slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Tztok slayer helmet (i) (Soul Wars)","wiki_url":"https://oldschool.runescape.wiki/w/Tztok_slayer_helmet_(i)#Soul_Wars","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"25904":{"id":25904,"name":"Vampyric slayer helmet","members":true,"equipable":true,"equipable_by_player":true,"cost":40000,"lowalch":16000,"highalch":24000,"wiki_name":"Vampyric slayer helmet","wiki_url":"https://oldschool.runescape.wiki/w/Vampyric_slayer_helmet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"25906":{"id":25906,"name":"Vampyric slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Vampyric slayer helmet (i) (Nightmare Zone)","wiki_url":"https://oldschool.runescape.wiki/w/Vampyric_slayer_helmet_(i)#Nightmare_Zone","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"25908":{"id":25908,"name":"Vampyric slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Vampyric slayer helmet (i) (Soul Wars)","wiki_url":"https://oldschool.runescape.wiki/w/Vampyric_slayer_helmet_(i)#Soul_Wars","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"25910":{"id":25910,"name":"Tzkal slayer helmet","members":true,"equipable":true,"equipable_by_player":true,"cost":40000,"lowalch":16000,"highalch":24000,"wiki_name":"Tzkal slayer helmet","wiki_url":"https://oldschool.runescape.wiki/w/Tzkal_slayer_helmet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"25912":{"id":25912,"name":"Tzkal slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Tzkal slayer helmet (i) (Nightmare Zone)","wiki_url":"https://oldschool.runescape.wiki/w/Tzkal_slayer_helmet_(i)#Nightmare_Zone","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"25914":{"id":25914,"name":"Tzkal slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Tzkal slayer helmet (i) (Soul Wars)","wiki_url":"https://oldschool.runescape.wiki/w/Tzkal_slayer_helmet_(i)#Soul_Wars","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"25916":{"id":25916,"name":"Dragon hunter crossbow (t)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":80000,"lowalch":32000,"highalch":48000,"wiki_name":"Dragon hunter crossbow (t)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_hunter_crossbow_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":95,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":6,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"25918":{"id":25918,"name":"Dragon hunter crossbow (b)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":80000,"lowalch":32000,"highalch":48000,"wiki_name":"Dragon hunter crossbow (b)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_hunter_crossbow_(b)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":95,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":6,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"25920":{"id":25920,"name":"Antique lamp","members":true,"cost":1,"wiki_name":"Antique lamp (Easy Combat Achievements)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(Easy_Combat_Achievements)","price":0},"25921":{"id":25921,"name":"Antique lamp","members":true,"cost":1,"wiki_name":"Antique lamp (Medium Combat Achievements)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(Medium_Combat_Achievements)","price":0},"25922":{"id":25922,"name":"Antique lamp","members":true,"cost":1,"wiki_name":"Antique lamp (Hard Combat Achievements)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(Hard_Combat_Achievements)","price":0},"25923":{"id":25923,"name":"Antique lamp","members":true,"cost":1,"wiki_name":"Antique lamp (Elite Combat Achievements)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(Elite_Combat_Achievements)","price":0},"25924":{"id":25924,"name":"Antique lamp","members":true,"cost":1,"wiki_name":"Antique lamp (Master Combat Achievements)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(Master_Combat_Achievements)","price":0},"25925":{"id":25925,"name":"Antique lamp","members":true,"cost":1,"wiki_name":"Antique lamp (Grandmaster Combat Achievements)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(Grandmaster_Combat_Achievements)","price":0},"25926":{"id":25926,"name":"Ghommal's hilt 1","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"wiki_name":"Ghommal's hilt 1","wiki_url":"https://oldschool.runescape.wiki/w/Ghommal's_hilt_1","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"25928":{"id":25928,"name":"Ghommal's hilt 2","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"wiki_name":"Ghommal's hilt 2","wiki_url":"https://oldschool.runescape.wiki/w/Ghommal's_hilt_2","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"25930":{"id":25930,"name":"Ghommal's hilt 3","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"wiki_name":"Ghommal's hilt 3","wiki_url":"https://oldschool.runescape.wiki/w/Ghommal's_hilt_3","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"25932":{"id":25932,"name":"Ghommal's hilt 4","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"wiki_name":"Ghommal's hilt 4","wiki_url":"https://oldschool.runescape.wiki/w/Ghommal's_hilt_4","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"25934":{"id":25934,"name":"Ghommal's hilt 5","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"wiki_name":"Ghommal's hilt 5","wiki_url":"https://oldschool.runescape.wiki/w/Ghommal's_hilt_5","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"25936":{"id":25936,"name":"Ghommal's hilt 6","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"wiki_name":"Ghommal's hilt 6","wiki_url":"https://oldschool.runescape.wiki/w/Ghommal's_hilt_6","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"25938":{"id":25938,"name":"Anim offhand","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Anim offhand (1)","wiki_url":"https://oldschool.runescape.wiki/w/Anim_offhand#1","price":0},"25941":{"id":25941,"name":"Anim offhand","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Anim offhand (2)","wiki_url":"https://oldschool.runescape.wiki/w/Anim_offhand#2","price":0},"25944":{"id":25944,"name":"Anim offhand","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Anim offhand (3)","wiki_url":"https://oldschool.runescape.wiki/w/Anim_offhand#3","price":0},"25947":{"id":25947,"name":"Anim offhand","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Anim offhand (4)","wiki_url":"https://oldschool.runescape.wiki/w/Anim_offhand#4","price":0},"25950":{"id":25950,"name":"Anim offhand","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Anim offhand (5)","wiki_url":"https://oldschool.runescape.wiki/w/Anim_offhand#5","price":0},"25953":{"id":25953,"name":"Anim offhand","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Anim offhand (6)","wiki_url":"https://oldschool.runescape.wiki/w/Anim_offhand#6","price":0},"25956":{"id":25956,"name":"Combat achievements","cost":6,"lowalch":2,"highalch":3,"wiki_name":"Combat achievements (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Combat_achievements_(unobtainable_item)","price":0},"25958":{"id":25958,"name":"Corrupted paddlefish","members":true,"cost":1,"wiki_name":"Corrupted paddlefish","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_paddlefish","price":0},"25959":{"id":25959,"name":"Corrupted escape crystal","members":true,"cost":1,"wiki_name":"Corrupted escape crystal","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_escape_crystal","price":0},"25960":{"id":25960,"name":"Crystal paddlefish","members":true,"cost":1,"wiki_name":"Crystal paddlefish","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_paddlefish","price":0},"25961":{"id":25961,"name":"Escape crystal","members":true,"cost":1,"wiki_name":"Escape crystal (The Gauntlet)","wiki_url":"https://oldschool.runescape.wiki/w/Escape_crystal_(The_Gauntlet)","price":0},"25963":{"id":25963,"name":"Crypt key","members":true,"cost":30,"wiki_name":"Crypt key","wiki_url":"https://oldschool.runescape.wiki/w/Crypt_key","price":0},"25964":{"id":25964,"name":"Ranis' head","members":true,"cost":30,"wiki_name":"Ranis' head","wiki_url":"https://oldschool.runescape.wiki/w/Ranis'_head","price":0},"25965":{"id":25965,"name":"Strange spider eggs","members":true,"cost":30,"wiki_name":"Strange spider eggs","wiki_url":"https://oldschool.runescape.wiki/w/Strange_spider_eggs","price":0},"25966":{"id":25966,"name":"Sulphuric acid","members":true,"cost":30,"wiki_name":"Sulphuric acid","wiki_url":"https://oldschool.runescape.wiki/w/Sulphuric_acid","price":0},"25967":{"id":25967,"name":"Sticky note","members":true,"cost":30,"wiki_name":"Sticky note","wiki_url":"https://oldschool.runescape.wiki/w/Sticky_note","price":0},"25968":{"id":25968,"name":"Hespori bark","members":true,"cost":30,"wiki_name":"Hespori bark","wiki_url":"https://oldschool.runescape.wiki/w/Hespori_bark","price":0},"25975":{"id":25975,"name":"Lightbearer","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1000000,"lowalch":400000,"highalch":600000,"buy_limit":8,"wiki_name":"Lightbearer","wiki_url":"https://oldschool.runescape.wiki/w/Lightbearer","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":1858971},"25979":{"id":25979,"name":"Keris partisan","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":60000,"wiki_name":"Keris partisan","wiki_url":"https://oldschool.runescape.wiki/w/Keris_partisan","equipment":{"attack_stab":58,"attack_slash":-2,"attack_crush":57,"attack_magic":2,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":45,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"weapon","requirements":{"attack":65}},"weapon":{"attack_speed":4,"weapon_type":"partisan","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25981":{"id":25981,"name":"Keris partisan of breaching","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":300000,"wiki_name":"Keris partisan of breaching","wiki_url":"https://oldschool.runescape.wiki/w/Keris_partisan_of_breaching","equipment":{"attack_stab":58,"attack_slash":-2,"attack_crush":57,"attack_magic":2,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":45,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"weapon","requirements":{"attack":80}},"weapon":{"attack_speed":4,"weapon_type":"partisan","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0,"lowalch":120000,"highalch":180000},"25985":{"id":25985,"name":"Elidinis' ward","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5000000,"lowalch":2000000,"highalch":3000000,"wiki_name":"Elidinis' ward","wiki_url":"https://oldschool.runescape.wiki/w/Elidinis'_ward","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":5,"attack_ranged":0,"defence_stab":5,"defence_slash":3,"defence_crush":9,"defence_magic":0,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":3,"prayer":1,"slot":"shield","requirements":{"magic":80,"defence":80,"prayer":80}},"price":4723201},"25990":{"id":25990,"name":"Sigil of resilience","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of resilience (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_resilience#Attuned","price":0},"25991":{"id":25991,"name":"Sigil of resilience","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":10,"wiki_name":"Sigil of resilience (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_resilience#Un-attuned","price":0},"25993":{"id":25993,"name":"Sigil of consistency","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of consistency (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_consistency#Attuned","price":0},"25994":{"id":25994,"name":"Sigil of consistency","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":10,"wiki_name":"Sigil of consistency (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_consistency#Un-attuned","price":0},"25996":{"id":25996,"name":"Sigil of the formidable fighter","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the formidable fighter (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_formidable_fighter#Attuned","price":0},"25997":{"id":25997,"name":"Sigil of the formidable fighter","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":10,"wiki_name":"Sigil of the formidable fighter (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_formidable_fighter#Un-attuned","price":0},"25999":{"id":25999,"name":"Sigil of the rigorous ranger","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the rigorous ranger (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_rigorous_ranger#Attuned","price":0},"26000":{"id":26000,"name":"Sigil of the rigorous ranger","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":10,"wiki_name":"Sigil of the rigorous ranger (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_rigorous_ranger#Un-attuned","price":0},"26002":{"id":26002,"name":"Sigil of the meticulous mage","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the meticulous mage (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_meticulous_mage#Attuned","price":0},"26003":{"id":26003,"name":"Sigil of the meticulous mage","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":10,"wiki_name":"Sigil of the meticulous mage (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_meticulous_mage#Un-attuned","price":0},"26005":{"id":26005,"name":"Sigil of fortification","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of fortification (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_fortification#Attuned","price":0},"26006":{"id":26006,"name":"Sigil of fortification","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":10,"wiki_name":"Sigil of fortification (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_fortification#Un-attuned","price":0},"26008":{"id":26008,"name":"Sigil of barrows","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of barrows (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_barrows#Attuned","price":0},"26009":{"id":26009,"name":"Sigil of barrows","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":10,"wiki_name":"Sigil of barrows (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_barrows#Un-attuned","price":0},"26011":{"id":26011,"name":"Sigil of deft strikes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of deft strikes (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_deft_strikes#Attuned","price":0},"26012":{"id":26012,"name":"Sigil of deft strikes","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":10,"wiki_name":"Sigil of deft strikes (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_deft_strikes#Un-attuned","price":0},"26014":{"id":26014,"name":"Sigil of freedom","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of freedom (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_freedom#Attuned","price":0},"26015":{"id":26015,"name":"Sigil of freedom","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":10,"wiki_name":"Sigil of freedom (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_freedom#Un-attuned","price":0},"26017":{"id":26017,"name":"Sigil of enhanced harvest","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of enhanced harvest (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_enhanced_harvest#Attuned","price":0},"26018":{"id":26018,"name":"Sigil of enhanced harvest","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":10,"wiki_name":"Sigil of enhanced harvest (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_enhanced_harvest#Un-attuned","price":0},"26020":{"id":26020,"name":"Sigil of storage","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of storage (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_storage#Attuned","price":0},"26021":{"id":26021,"name":"Sigil of storage","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":10,"wiki_name":"Sigil of storage (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_storage#Un-attuned","price":0},"26023":{"id":26023,"name":"Sigil of the smith","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the smith (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_smith#Attuned","price":0},"26024":{"id":26024,"name":"Sigil of the smith","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":10,"wiki_name":"Sigil of the smith (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_smith#Un-attuned","price":0},"26026":{"id":26026,"name":"Sigil of the alchemist","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the alchemist (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_alchemist#Attuned","price":0},"26027":{"id":26027,"name":"Sigil of the alchemist","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":10,"wiki_name":"Sigil of the alchemist (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_alchemist#Un-attuned","price":0},"26029":{"id":26029,"name":"Sigil of the fletcher","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the fletcher (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_fletcher#Attuned","price":0},"26030":{"id":26030,"name":"Sigil of the fletcher","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":10,"wiki_name":"Sigil of the fletcher (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_fletcher#Un-attuned","price":0},"26032":{"id":26032,"name":"Sigil of the chef","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the chef (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_chef#Attuned","price":0},"26033":{"id":26033,"name":"Sigil of the chef","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":10,"wiki_name":"Sigil of the chef (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_chef#Un-attuned","price":0},"26035":{"id":26035,"name":"Sigil of the craftsman","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the craftsman (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_craftsman#Attuned","price":0},"26036":{"id":26036,"name":"Sigil of the craftsman","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":10,"wiki_name":"Sigil of the craftsman (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_craftsman#Un-attuned","price":0},"26038":{"id":26038,"name":"Sigil of the abyss","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the abyss (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_abyss#Attuned","price":0},"26039":{"id":26039,"name":"Sigil of the abyss","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":10,"wiki_name":"Sigil of the abyss (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_abyss#Un-attuned","price":0},"26041":{"id":26041,"name":"Sigil of stamina","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of stamina (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_stamina#Attuned","price":0},"26042":{"id":26042,"name":"Sigil of stamina","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":10,"wiki_name":"Sigil of stamina (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_stamina#Un-attuned","price":0},"26044":{"id":26044,"name":"Sigil of the potion master","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the potion master (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_potion_master#Attuned","price":0},"26045":{"id":26045,"name":"Sigil of the potion master","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":10,"wiki_name":"Sigil of the potion master (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_potion_master#Un-attuned","price":0},"26047":{"id":26047,"name":"Sigil of the eternal jeweller","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the eternal jeweller (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_eternal_jeweller#Attuned","price":0},"26048":{"id":26048,"name":"Sigil of the eternal jeweller","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":10,"wiki_name":"Sigil of the eternal jeweller (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_eternal_jeweller#Un-attuned","price":0},"26050":{"id":26050,"name":"Sigil of the treasure hunter","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the treasure hunter (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_treasure_hunter#Attuned","price":0},"26051":{"id":26051,"name":"Sigil of the treasure hunter","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":10,"wiki_name":"Sigil of the treasure hunter (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_treasure_hunter#Un-attuned","price":0},"26053":{"id":26053,"name":"Sigil of mobility","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of mobility (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_mobility#Attuned","price":0},"26054":{"id":26054,"name":"Sigil of mobility","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":10,"wiki_name":"Sigil of mobility (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_mobility#Un-attuned","price":0},"26056":{"id":26056,"name":"Sigil of exaggeration","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of exaggeration (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_exaggeration#Attuned","price":0},"26057":{"id":26057,"name":"Sigil of exaggeration","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":10,"wiki_name":"Sigil of exaggeration (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_exaggeration#Un-attuned","price":0},"26059":{"id":26059,"name":"Sigil of specialised strikes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of specialised strikes (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_specialised_strikes#Attuned","price":0},"26060":{"id":26060,"name":"Sigil of specialised strikes","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20000,"lowalch":8000,"highalch":12000,"buy_limit":8,"wiki_name":"Sigil of specialised strikes (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_specialised_strikes#Un-attuned","price":0},"26062":{"id":26062,"name":"Sigil of the porcupine","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the porcupine (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_porcupine#Attuned","price":0},"26063":{"id":26063,"name":"Sigil of the porcupine","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20000,"lowalch":8000,"highalch":12000,"buy_limit":8,"wiki_name":"Sigil of the porcupine (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_porcupine#Un-attuned","price":0},"26065":{"id":26065,"name":"Sigil of binding","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of binding (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_binding#Attuned","price":0},"26066":{"id":26066,"name":"Sigil of binding","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20000,"lowalch":8000,"highalch":12000,"buy_limit":8,"wiki_name":"Sigil of binding (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_binding#Un-attuned","price":0},"26068":{"id":26068,"name":"Sigil of escaping","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of escaping (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_escaping#Attuned","price":0},"26069":{"id":26069,"name":"Sigil of escaping","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20000,"lowalch":8000,"highalch":12000,"buy_limit":8,"wiki_name":"Sigil of escaping (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_escaping#Un-attuned","price":0},"26071":{"id":26071,"name":"Sigil of the ruthless ranger","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the ruthless ranger (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_ruthless_ranger#Attuned","price":0},"26072":{"id":26072,"name":"Sigil of the ruthless ranger","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20000,"lowalch":8000,"highalch":12000,"buy_limit":8,"wiki_name":"Sigil of the ruthless ranger (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_ruthless_ranger#Un-attuned","price":0},"26074":{"id":26074,"name":"Sigil of the feral fighter","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the feral fighter (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_feral_fighter#Attuned","price":0},"26075":{"id":26075,"name":"Sigil of the feral fighter","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20000,"lowalch":8000,"highalch":12000,"buy_limit":8,"wiki_name":"Sigil of the feral fighter (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_feral_fighter#Un-attuned","price":0},"26077":{"id":26077,"name":"Sigil of the menacing mage","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the menacing mage (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_menacing_mage#Attuned","price":0},"26078":{"id":26078,"name":"Sigil of the menacing mage","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20000,"lowalch":8000,"highalch":12000,"buy_limit":8,"wiki_name":"Sigil of the menacing mage (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_menacing_mage#Un-attuned","price":0},"26080":{"id":26080,"name":"Sigil of prosperity","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of prosperity (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_prosperity#Attuned","price":0},"26081":{"id":26081,"name":"Sigil of prosperity","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20000,"lowalch":8000,"highalch":12000,"buy_limit":8,"wiki_name":"Sigil of prosperity (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_prosperity#Un-attuned","price":0},"26083":{"id":26083,"name":"Sigil of the dwarves","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the dwarves (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_dwarves#Attuned","price":0},"26084":{"id":26084,"name":"Sigil of the dwarves","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20000,"lowalch":8000,"highalch":12000,"buy_limit":8,"wiki_name":"Sigil of the dwarves (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_dwarves#Un-attuned","price":0},"26086":{"id":26086,"name":"Sigil of the elves","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the elves (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_elves#Attuned","price":0},"26087":{"id":26087,"name":"Sigil of the elves","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20000,"lowalch":8000,"highalch":12000,"buy_limit":8,"wiki_name":"Sigil of the elves (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_elves#Un-attuned","price":0},"26089":{"id":26089,"name":"Sigil of the barbarians","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the barbarians (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_barbarians#Attuned","price":0},"26090":{"id":26090,"name":"Sigil of the barbarians","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20000,"lowalch":8000,"highalch":12000,"buy_limit":8,"wiki_name":"Sigil of the barbarians (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_barbarians#Un-attuned","price":0},"26092":{"id":26092,"name":"Sigil of the gnomes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the gnomes (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_gnomes#Attuned","price":0},"26093":{"id":26093,"name":"Sigil of the gnomes","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20000,"lowalch":8000,"highalch":12000,"buy_limit":8,"wiki_name":"Sigil of the gnomes (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_gnomes#Un-attuned","price":0},"26095":{"id":26095,"name":"Sigil of nature","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of nature (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_nature#Attuned","price":0},"26096":{"id":26096,"name":"Sigil of nature","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20000,"lowalch":8000,"highalch":12000,"buy_limit":8,"wiki_name":"Sigil of nature (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_nature#Un-attuned","price":0},"26098":{"id":26098,"name":"Sigil of devotion","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of devotion (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_devotion#Attuned","price":0},"26099":{"id":26099,"name":"Sigil of devotion","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20000,"lowalch":8000,"highalch":12000,"buy_limit":8,"wiki_name":"Sigil of devotion (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_devotion#Un-attuned","price":0},"26101":{"id":26101,"name":"Sigil of the forager","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the forager (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_forager#Attuned","price":0},"26102":{"id":26102,"name":"Sigil of the forager","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20000,"lowalch":8000,"highalch":12000,"buy_limit":8,"wiki_name":"Sigil of the forager (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_forager#Un-attuned","price":0},"26104":{"id":26104,"name":"Sigil of garments","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of garments (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_garments#Attuned","price":0},"26105":{"id":26105,"name":"Sigil of garments","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20000,"lowalch":8000,"highalch":12000,"buy_limit":8,"wiki_name":"Sigil of garments (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_garments#Un-attuned","price":0},"26107":{"id":26107,"name":"Sigil of slaughter","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of slaughter (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_slaughter#Attuned","price":0},"26108":{"id":26108,"name":"Sigil of slaughter","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20000,"lowalch":8000,"highalch":12000,"buy_limit":8,"wiki_name":"Sigil of slaughter (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_slaughter#Un-attuned","price":0},"26110":{"id":26110,"name":"Sigil of the fortune farmer","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the fortune farmer (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_fortune_farmer#Attuned","price":0},"26111":{"id":26111,"name":"Sigil of the fortune farmer","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20000,"lowalch":8000,"highalch":12000,"buy_limit":8,"wiki_name":"Sigil of the fortune farmer (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_fortune_farmer#Un-attuned","price":0},"26113":{"id":26113,"name":"Sigil of versatility","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of versatility (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_versatility#Attuned","price":0},"26114":{"id":26114,"name":"Sigil of versatility","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20000,"lowalch":8000,"highalch":12000,"buy_limit":8,"wiki_name":"Sigil of versatility (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_versatility#Un-attuned","price":0},"26116":{"id":26116,"name":"Sigil of the serpent","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the serpent (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_serpent#Attuned","price":0},"26117":{"id":26117,"name":"Sigil of the serpent","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20000,"lowalch":8000,"highalch":12000,"buy_limit":8,"wiki_name":"Sigil of the serpent (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_serpent#Un-attuned","price":0},"26119":{"id":26119,"name":"Sigil of supreme stamina","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of supreme stamina (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_supreme_stamina#Attuned","price":0},"26120":{"id":26120,"name":"Sigil of supreme stamina","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20000,"lowalch":8000,"highalch":12000,"buy_limit":8,"wiki_name":"Sigil of supreme stamina (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_supreme_stamina#Un-attuned","price":0},"26122":{"id":26122,"name":"Sigil of preservation","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of preservation (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_preservation#Attuned","price":0},"26123":{"id":26123,"name":"Sigil of preservation","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20000,"lowalch":8000,"highalch":12000,"buy_limit":8,"wiki_name":"Sigil of preservation (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_preservation#Un-attuned","price":0},"26125":{"id":26125,"name":"Sigil of finality","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of finality (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_finality#Attuned","price":0},"26126":{"id":26126,"name":"Sigil of finality","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30000,"lowalch":12000,"highalch":18000,"buy_limit":4,"wiki_name":"Sigil of finality (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_finality#Un-attuned","price":0},"26128":{"id":26128,"name":"Sigil of pious protection","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of pious protection (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_pious_protection#Attuned","price":0},"26129":{"id":26129,"name":"Sigil of pious protection","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30000,"lowalch":12000,"highalch":18000,"buy_limit":4,"wiki_name":"Sigil of pious protection (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_pious_protection#Un-attuned","price":0},"26131":{"id":26131,"name":"Sigil of aggression","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of aggression (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_aggression#Attuned","price":0},"26132":{"id":26132,"name":"Sigil of aggression","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30000,"lowalch":12000,"highalch":18000,"buy_limit":4,"wiki_name":"Sigil of aggression (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_aggression#Un-attuned","price":0},"26134":{"id":26134,"name":"Sigil of rampage","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of rampage (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_rampage#Attuned","price":0},"26135":{"id":26135,"name":"Sigil of rampage","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30000,"lowalch":12000,"highalch":18000,"buy_limit":4,"wiki_name":"Sigil of rampage (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_rampage#Un-attuned","price":0},"26137":{"id":26137,"name":"Sigil of the skiller","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the skiller (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_skiller#Attuned","price":0},"26138":{"id":26138,"name":"Sigil of the skiller","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30000,"lowalch":12000,"highalch":18000,"buy_limit":4,"wiki_name":"Sigil of the skiller (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_skiller#Un-attuned","price":0},"26140":{"id":26140,"name":"Sigil of remote storage","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of remote storage (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_remote_storage#Attuned","price":0},"26141":{"id":26141,"name":"Sigil of remote storage","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30000,"lowalch":12000,"highalch":18000,"buy_limit":4,"wiki_name":"Sigil of remote storage (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_remote_storage#Un-attuned","price":0},"26143":{"id":26143,"name":"Sigil of last recall","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of last recall (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_last_recall#Attuned","price":0},"26144":{"id":26144,"name":"Sigil of last recall","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30000,"lowalch":12000,"highalch":18000,"buy_limit":4,"wiki_name":"Sigil of last recall (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_last_recall#Un-attuned","price":0},"26146":{"id":26146,"name":"Sigil of the guardian angel","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the guardian angel (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_guardian_angel#Attuned","price":0},"26147":{"id":26147,"name":"Sigil of the guardian angel","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30000,"lowalch":12000,"highalch":18000,"buy_limit":4,"wiki_name":"Sigil of the guardian angel (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_guardian_angel#Un-attuned","price":0},"26149":{"id":26149,"name":"Tuna","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tuna (Deadman starter pack)","wiki_url":"https://oldschool.runescape.wiki/w/Tuna_(Deadman_starter_pack)","price":0},"26150":{"id":26150,"name":"Combat potion(4)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Combat potion (Deadman starter pack) (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Combat_potion_(Deadman_starter_pack)#4_dose","price":0},"26151":{"id":26151,"name":"Combat potion(3)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Combat potion (Deadman starter pack) (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Combat_potion_(Deadman_starter_pack)#3_dose","price":0},"26152":{"id":26152,"name":"Combat potion(2)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Combat potion (Deadman starter pack) (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Combat_potion_(Deadman_starter_pack)#2_dose","price":0},"26153":{"id":26153,"name":"Combat potion(1)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Combat potion (Deadman starter pack) (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Combat_potion_(Deadman_starter_pack)#1_dose","price":0},"26154":{"id":26154,"name":"Mount karuulm diary","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mount karuulm diary","wiki_url":"https://oldschool.runescape.wiki/w/Mount_karuulm_diary","price":0},"26156":{"id":26156,"name":"Group ironman helm","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Group iron helm","wiki_url":"https://oldschool.runescape.wiki/w/Group_iron_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":6,"defence_slash":7,"defence_crush":5,"defence_magic":-1,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26158":{"id":26158,"name":"Group ironman platebody","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Group iron platebody (II)","wiki_url":"https://oldschool.runescape.wiki/w/Group_iron_platebody#II","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":21,"defence_slash":20,"defence_crush":12,"defence_magic":-6,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"26160":{"id":26160,"name":"Group ironman platebody","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Group iron platebody (III)","wiki_url":"https://oldschool.runescape.wiki/w/Group_iron_platebody#III","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":21,"defence_slash":20,"defence_crush":12,"defence_magic":-6,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"26162":{"id":26162,"name":"Group ironman platebody","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Group iron platebody (IV)","wiki_url":"https://oldschool.runescape.wiki/w/Group_iron_platebody#IV","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":21,"defence_slash":20,"defence_crush":12,"defence_magic":-6,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"26164":{"id":26164,"name":"Group ironman platebody","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Group iron platebody (V)","wiki_url":"https://oldschool.runescape.wiki/w/Group_iron_platebody#V","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":21,"defence_slash":20,"defence_crush":12,"defence_magic":-6,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"26166":{"id":26166,"name":"Group ironman platelegs","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Group iron platelegs","wiki_url":"https://oldschool.runescape.wiki/w/Group_iron_platelegs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":11,"defence_slash":10,"defence_crush":10,"defence_magic":-4,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"26168":{"id":26168,"name":"Group ironman bracers","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Group iron bracers","wiki_url":"https://oldschool.runescape.wiki/w/Group_iron_bracers","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":1,"defence_ranged":1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"26170":{"id":26170,"name":"Hardcore group ironman helm","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Hardcore group iron helm","wiki_url":"https://oldschool.runescape.wiki/w/Hardcore_group_iron_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":6,"defence_slash":7,"defence_crush":5,"defence_magic":-1,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26172":{"id":26172,"name":"Hardcore group ironman platebody","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Hardcore group iron platebody (II)","wiki_url":"https://oldschool.runescape.wiki/w/Hardcore_group_iron_platebody#II","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":21,"defence_slash":20,"defence_crush":12,"defence_magic":-6,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"26174":{"id":26174,"name":"Hardcore group ironman platebody","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Hardcore group iron platebody (III)","wiki_url":"https://oldschool.runescape.wiki/w/Hardcore_group_iron_platebody#III","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":21,"defence_slash":20,"defence_crush":12,"defence_magic":-6,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"26176":{"id":26176,"name":"Hardcore group ironman platebody","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Hardcore group iron platebody (IV)","wiki_url":"https://oldschool.runescape.wiki/w/Hardcore_group_iron_platebody#IV","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":21,"defence_slash":20,"defence_crush":12,"defence_magic":-6,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"26178":{"id":26178,"name":"Hardcore group ironman platebody","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Hardcore group iron platebody (V)","wiki_url":"https://oldschool.runescape.wiki/w/Hardcore_group_iron_platebody#V","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":21,"defence_slash":20,"defence_crush":12,"defence_magic":-6,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"26180":{"id":26180,"name":"Hardcore group ironman platelegs","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Hardcore group iron platelegs","wiki_url":"https://oldschool.runescape.wiki/w/Hardcore_group_iron_platelegs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":11,"defence_slash":10,"defence_crush":10,"defence_magic":-4,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"26182":{"id":26182,"name":"Hardcore group ironman bracers","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Hardcore group iron bracers","wiki_url":"https://oldschool.runescape.wiki/w/Hardcore_group_iron_bracers","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":1,"defence_ranged":1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"26219":{"id":26219,"name":"Osmumten's fang","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000000,"lowalch":400000,"highalch":600000,"buy_limit":8,"wiki_name":"Osmumten's fang","wiki_url":"https://oldschool.runescape.wiki/w/Osmumten's_fang","equipment":{"attack_stab":105,"attack_slash":75,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":103,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":82}},"weapon":{"attack_speed":5,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":15217501},"26221":{"id":26221,"name":"Ancient ceremonial top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100000,"lowalch":40000,"highalch":60000,"buy_limit":8,"wiki_name":"Ancient ceremonial top","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_ceremonial_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"body","requirements":null},"price":58260},"26223":{"id":26223,"name":"Ancient ceremonial legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":8,"wiki_name":"Ancient ceremonial legs","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_ceremonial_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"legs","requirements":null},"price":53226},"26225":{"id":26225,"name":"Ancient ceremonial mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50000,"lowalch":20000,"highalch":30000,"buy_limit":8,"wiki_name":"Ancient ceremonial mask","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_ceremonial_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"head","requirements":null},"price":29266},"26227":{"id":26227,"name":"Ancient ceremonial gloves","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":40000,"lowalch":16000,"highalch":24000,"buy_limit":8,"wiki_name":"Ancient ceremonial gloves","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_ceremonial_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"hands","requirements":null},"price":28800},"26229":{"id":26229,"name":"Ancient ceremonial boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":40000,"lowalch":16000,"highalch":24000,"buy_limit":8,"wiki_name":"Ancient ceremonial boots","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_ceremonial_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"feet","requirements":null},"price":22785},"26231":{"id":26231,"name":"Nihil shard","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":30000,"wiki_name":"Nihil shard","wiki_url":"https://oldschool.runescape.wiki/w/Nihil_shard","price":5249},"26233":{"id":26233,"name":"Ancient godsword","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1250000,"lowalch":500000,"highalch":750000,"buy_limit":8,"wiki_name":"Ancient godsword","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_godsword","equipment":{"attack_stab":0,"attack_slash":132,"attack_crush":80,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":132,"ranged_strength":0,"magic_damage":0,"prayer":8,"slot":"2h","requirements":null},"weapon":{"attack_speed":6,"weapon_type":"2h_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"smash","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":36833293},"26235":{"id":26235,"name":"Zaryte vambraces","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200000,"lowalch":80000,"highalch":120000,"buy_limit":7,"wiki_name":"Zaryte vambraces","wiki_url":"https://oldschool.runescape.wiki/w/Zaryte_vambraces","equipment":{"attack_stab":-8,"attack_slash":-8,"attack_crush":-8,"attack_magic":0,"attack_ranged":18,"defence_stab":8,"defence_slash":8,"defence_crush":8,"defence_magic":5,"defence_ranged":8,"melee_strength":0,"ranged_strength":2,"magic_damage":0,"prayer":1,"slot":"hands","requirements":null},"price":115250000},"26237":{"id":26237,"name":"Zaryte bow","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Zaryte bow (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Zaryte_bow#Uncharged","price":0},"26239":{"id":26239,"name":"Zaryte bow","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Zaryte bow (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Zaryte_bow#Charged","price":0},"26241":{"id":26241,"name":"Virtus mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":8,"wiki_name":"Virtus mask","wiki_url":"https://oldschool.runescape.wiki/w/Virtus_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":8,"attack_ranged":-3,"defence_stab":15,"defence_slash":14,"defence_crush":16,"defence_magic":6,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":2,"prayer":1,"slot":"head","requirements":null},"price":4576624},"26243":{"id":26243,"name":"Virtus robe top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":8,"wiki_name":"Virtus robe top","wiki_url":"https://oldschool.runescape.wiki/w/Virtus_robe_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":35,"attack_ranged":-11,"defence_stab":47,"defence_slash":38,"defence_crush":56,"defence_magic":31,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":2,"prayer":2,"slot":"body","requirements":null},"price":58002121},"26245":{"id":26245,"name":"Virtus robe bottom","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":8,"wiki_name":"Virtus robe bottoms","wiki_url":"https://oldschool.runescape.wiki/w/Virtus_robe_bottoms","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":26,"attack_ranged":-9,"defence_stab":31,"defence_slash":28,"defence_crush":34,"defence_magic":22,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":2,"prayer":1,"slot":"legs","requirements":null},"price":29132804},"26247":{"id":26247,"name":"Pumpkin pie","cost":12,"wiki_name":"Pumpkin pie","wiki_url":"https://oldschool.runescape.wiki/w/Pumpkin_pie","price":0},"26250":{"id":26250,"name":"Jered's empty wine bottle","cost":1,"wiki_name":"Jered's empty wine bottle","wiki_url":"https://oldschool.runescape.wiki/w/Jered's_empty_wine_bottle","price":0},"26252":{"id":26252,"name":"Ad coupon","cost":1,"wiki_name":"Ad coupon","wiki_url":"https://oldschool.runescape.wiki/w/Ad_coupon","price":0},"26254":{"id":26254,"name":"Saucepan","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Saucepan","wiki_url":"https://oldschool.runescape.wiki/w/Saucepan","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26256":{"id":26256,"name":"Ugly halloween jumper (orange)","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ugly halloween jumper (Orange)","wiki_url":"https://oldschool.runescape.wiki/w/Ugly_halloween_jumper#Orange","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"26258":{"id":26258,"name":"Ugly halloween jumper (black)","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ugly halloween jumper (Black)","wiki_url":"https://oldschool.runescape.wiki/w/Ugly_halloween_jumper#Black","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"26260":{"id":26260,"name":"Haunted wine bottle","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Haunted wine bottle","wiki_url":"https://oldschool.runescape.wiki/w/Haunted_wine_bottle","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"26262":{"id":26262,"name":"Rune scimitar","cost":2,"lowalch":0,"highalch":1,"wiki_name":"Rune scimitar (2021 Halloween event)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_scimitar_(2021_Halloween_event)","price":0},"26264":{"id":26264,"name":"Studded body","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Studded body (2021 Halloween event)","wiki_url":"https://oldschool.runescape.wiki/w/Studded_body_(2021_Halloween_event)","price":0},"26266":{"id":26266,"name":"Condensed gold","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":8000000,"lowalch":3200000,"highalch":4800000,"wiki_name":"Condensed gold","wiki_url":"https://oldschool.runescape.wiki/w/Condensed_gold","price":9769405},"26269":{"id":26269,"name":"Gold sink","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"26270":{"id":26270,"name":"Festive cinnamon","cost":0,"wiki_name":"Festive cinnamon","wiki_url":"https://oldschool.runescape.wiki/w/Festive_cinnamon","price":0},"26272":{"id":26272,"name":"Festive holly","cost":0,"wiki_name":"Festive holly","wiki_url":"https://oldschool.runescape.wiki/w/Festive_holly","price":0},"26274":{"id":26274,"name":"Festive white wine","cost":0,"wiki_name":"Festive white wine","wiki_url":"https://oldschool.runescape.wiki/w/Festive_white_wine","price":0},"26276":{"id":26276,"name":"Notes","cost":0,"wiki_name":"Notes (2021 Christmas event)","wiki_url":"https://oldschool.runescape.wiki/w/Notes_(2021_Christmas_event)","price":0},"26278":{"id":26278,"name":"Magical cleaning potion","cost":0,"wiki_name":"Magical cleaning potion","wiki_url":"https://oldschool.runescape.wiki/w/Magical_cleaning_potion","price":0},"26280":{"id":26280,"name":"Pink stained platebody","cost":0,"wiki_name":"Pink stained platebody","wiki_url":"https://oldschool.runescape.wiki/w/Pink_stained_platebody","price":0,"equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":15,"defence_slash":14,"defence_crush":9,"defence_magic":-6,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":1}},"equipable_by_player":true,"equipable":true},"26282":{"id":26282,"name":"Pink stained platelegs","cost":0,"wiki_name":"Pink stained platelegs","wiki_url":"https://oldschool.runescape.wiki/w/Pink_stained_platelegs","price":0,"equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":8,"defence_slash":7,"defence_crush":6,"defence_magic":-4,"defence_ranged":7,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":1}},"equipable_by_player":true,"equipable":true},"26284":{"id":26284,"name":"Pink stained full helm","cost":0,"wiki_name":"Pink stained full helm","wiki_url":"https://oldschool.runescape.wiki/w/Pink_stained_full_helm","price":0,"equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":4,"defence_slash":5,"defence_crush":3,"defence_magic":-1,"defence_ranged":4,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":1}},"equipable_by_player":true,"equipable":true},"26286":{"id":26286,"name":"Clean platebody","cost":0,"wiki_name":"Clean platebody","wiki_url":"https://oldschool.runescape.wiki/w/Clean_platebody","price":0},"26288":{"id":26288,"name":"Clean platelegs","cost":0,"wiki_name":"Clean platelegs","wiki_url":"https://oldschool.runescape.wiki/w/Clean_platelegs","price":0},"26290":{"id":26290,"name":"Clean full helm","cost":0,"wiki_name":"Clean full helm","wiki_url":"https://oldschool.runescape.wiki/w/Clean_full_helm","price":0},"26292":{"id":26292,"name":"Festive gingerbread gnomes","cost":0,"wiki_name":"Festive gingerbread gnomes","wiki_url":"https://oldschool.runescape.wiki/w/Festive_gingerbread_gnomes","price":0},"26294":{"id":26294,"name":"Festive mulled wine","cost":0,"wiki_name":"Festive mulled wine","wiki_url":"https://oldschool.runescape.wiki/w/Festive_mulled_wine","price":0},"26296":{"id":26296,"name":"Snow","incomplete":true,"cost":0,"lowalch":0,"highalch":0,"price":0},"26298":{"id":26298,"name":"Secret santa present","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Secret santa present (2021 Christmas event) (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Secret_santa_present_(2021_Christmas_event)#Red","price":0},"26300":{"id":26300,"name":"Secret santa present","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Secret santa present (2021 Christmas event) (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Secret_santa_present_(2021_Christmas_event)#Blue","price":0},"26302":{"id":26302,"name":"Secret santa present","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Secret santa present (2021 Christmas event) (Green)","wiki_url":"https://oldschool.runescape.wiki/w/Secret_santa_present_(2021_Christmas_event)#Green","price":0},"26304":{"id":26304,"name":"Chocolate chips","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Chocolate chips (Dark chocolate)","wiki_url":"https://oldschool.runescape.wiki/w/Chocolate_chips#Dark_chocolate","price":0},"26306":{"id":26306,"name":"Chocolate chips","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Chocolate chips (White chocolate)","wiki_url":"https://oldschool.runescape.wiki/w/Chocolate_chips#White_chocolate","price":0},"26308":{"id":26308,"name":"A big present","cost":0,"wiki_name":"A big present","wiki_url":"https://oldschool.runescape.wiki/w/A_big_present","price":0},"26310":{"id":26310,"name":"Festive elf slippers","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Festive elf slippers","wiki_url":"https://oldschool.runescape.wiki/w/Festive_elf_slippers","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"26312":{"id":26312,"name":"Festive elf hat","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Festive elf hat","wiki_url":"https://oldschool.runescape.wiki/w/Festive_elf_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26314":{"id":26314,"name":"Snowman ring","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Snowman ring","wiki_url":"https://oldschool.runescape.wiki/w/Snowman_ring","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"26316":{"id":26316,"name":"Secret santa present (red)","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Secret santa present (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Secret_santa_present#Red","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"26318":{"id":26318,"name":"Secret santa present (blue)","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Secret santa present (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Secret_santa_present#Blue","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"26320":{"id":26320,"name":"Secret santa present (green)","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Secret santa present (Green)","wiki_url":"https://oldschool.runescape.wiki/w/Secret_santa_present#Green","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"26322":{"id":26322,"name":"Secret santa present (black)","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Secret santa present (Black)","wiki_url":"https://oldschool.runescape.wiki/w/Secret_santa_present#Black","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"26324":{"id":26324,"name":"Secret santa present (gold)","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Secret santa present (Gold)","wiki_url":"https://oldschool.runescape.wiki/w/Secret_santa_present#Gold","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"26326":{"id":26326,"name":"Little snowball","cost":1,"wiki_name":"Little snowball","wiki_url":"https://oldschool.runescape.wiki/w/Little_snowball","price":0},"26328":{"id":26328,"name":"Small snowball","cost":1,"wiki_name":"Small snowball","wiki_url":"https://oldschool.runescape.wiki/w/Small_snowball","price":0},"26330":{"id":26330,"name":"Normal snowball","cost":1,"wiki_name":"Normal snowball","wiki_url":"https://oldschool.runescape.wiki/w/Normal_snowball","price":0},"26332":{"id":26332,"name":"Big snowball","cost":1,"wiki_name":"Big snowball","wiki_url":"https://oldschool.runescape.wiki/w/Big_snowball","price":0},"26334":{"id":26334,"name":"Large snowball","cost":1,"wiki_name":"Large snowball","wiki_url":"https://oldschool.runescape.wiki/w/Large_snowball","price":0},"26336":{"id":26336,"name":"Huge snowball","cost":1,"wiki_name":"Huge snowball","wiki_url":"https://oldschool.runescape.wiki/w/Huge_snowball","price":0},"26338":{"id":26338,"name":"Humongous snowball","cost":1,"wiki_name":"Humongous snowball","wiki_url":"https://oldschool.runescape.wiki/w/Humongous_snowball","price":0},"26340":{"id":26340,"name":"Ancient brew(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":2000,"wiki_name":"Ancient brew (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_brew#4_dose","price":7235},"26342":{"id":26342,"name":"Ancient brew(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":175,"lowalch":70,"highalch":105,"buy_limit":2000,"wiki_name":"Ancient brew (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_brew#3_dose","price":4815},"26344":{"id":26344,"name":"Ancient brew(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":2000,"wiki_name":"Ancient brew (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_brew#2_dose","price":4256},"26346":{"id":26346,"name":"Ancient brew(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":125,"lowalch":50,"highalch":75,"buy_limit":2000,"wiki_name":"Ancient brew (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_brew#1_dose","price":5000},"26348":{"id":26348,"name":"Nexling","members":true,"cost":1,"wiki_name":"Nexling","wiki_url":"https://oldschool.runescape.wiki/w/Nexling","price":0},"26350":{"id":26350,"name":"Ancient mix(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"wiki_name":"Ancient mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_mix#2_dose","price":728},"26353":{"id":26353,"name":"Ancient mix(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":125,"lowalch":50,"highalch":75,"wiki_name":"Ancient mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_mix#1_dose","price":5161},"26356":{"id":26356,"name":"Frozen key","members":true,"cost":20000,"wiki_name":"Frozen key (The Frozen Door)","wiki_url":"https://oldschool.runescape.wiki/w/Frozen_key_(The_Frozen_Door)","price":0},"26358":{"id":26358,"name":"Frozen key piece (armadyl)","members":true,"cost":5000,"wiki_name":"Frozen key piece (armadyl)","wiki_url":"https://oldschool.runescape.wiki/w/Frozen_key_piece_(armadyl)","price":0},"26360":{"id":26360,"name":"Frozen key piece (bandos)","members":true,"cost":5000,"wiki_name":"Frozen key piece (bandos)","wiki_url":"https://oldschool.runescape.wiki/w/Frozen_key_piece_(bandos)","price":0},"26362":{"id":26362,"name":"Frozen key piece (zamorak)","members":true,"cost":5000,"wiki_name":"Frozen key piece (zamorak)","wiki_url":"https://oldschool.runescape.wiki/w/Frozen_key_piece_(zamorak)","price":0},"26364":{"id":26364,"name":"Frozen key piece (saradomin)","members":true,"cost":5000,"wiki_name":"Frozen key piece (saradomin)","wiki_url":"https://oldschool.runescape.wiki/w/Frozen_key_piece_(saradomin)","price":0},"26366":{"id":26366,"name":"Important letter","members":true,"cost":50,"wiki_name":"Important letter","wiki_url":"https://oldschool.runescape.wiki/w/Important_letter","price":0},"26368":{"id":26368,"name":"Nihil dust","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":500,"lowalch":200,"highalch":300,"wiki_name":"Nihil dust","wiki_url":"https://oldschool.runescape.wiki/w/Nihil_dust","price":5324},"26370":{"id":26370,"name":"Ancient hilt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Ancient hilt","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_hilt","price":36205749},"26372":{"id":26372,"name":"Nihil horn","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2000000,"lowalch":800000,"highalch":1200000,"wiki_name":"Nihil horn","wiki_url":"https://oldschool.runescape.wiki/w/Nihil_horn","price":333283330},"26374":{"id":26374,"name":"Zaryte crossbow","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":990000,"lowalch":396000,"highalch":594000,"wiki_name":"Zaryte crossbow","wiki_url":"https://oldschool.runescape.wiki/w/Zaryte_crossbow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":110,"defence_stab":14,"defence_slash":14,"defence_crush":12,"defence_magic":15,"defence_ranged":16,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"weapon","requirements":null},"weapon":{"attack_speed":6,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":394445746},"26376":{"id":26376,"name":"Torva full helm (damaged)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200000,"lowalch":80000,"highalch":120000,"buy_limit":8,"wiki_name":"Torva full helm (Damaged)","wiki_url":"https://oldschool.runescape.wiki/w/Torva_full_helm#Damaged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-5,"attack_ranged":-5,"defence_stab":59,"defence_slash":60,"defence_crush":62,"defence_magic":-2,"defence_ranged":57,"melee_strength":8,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"head","requirements":null},"price":230683000},"26378":{"id":26378,"name":"Torva platebody (damaged)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":600000,"lowalch":240000,"highalch":360000,"buy_limit":8,"wiki_name":"Torva platebody (Damaged)","wiki_url":"https://oldschool.runescape.wiki/w/Torva_platebody#Damaged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-18,"attack_ranged":-14,"defence_stab":117,"defence_slash":111,"defence_crush":117,"defence_magic":-11,"defence_ranged":142,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"body","requirements":null},"price":372334710},"26380":{"id":26380,"name":"Torva platelegs (damaged)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":400000,"lowalch":160000,"highalch":240000,"buy_limit":8,"wiki_name":"Torva platelegs (Damaged)","wiki_url":"https://oldschool.runescape.wiki/w/Torva_platelegs#Damaged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-24,"attack_ranged":-11,"defence_stab":87,"defence_slash":78,"defence_crush":79,"defence_magic":-9,"defence_ranged":102,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"legs","requirements":null},"price":292857161},"26382":{"id":26382,"name":"Torva full helm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200000,"lowalch":80000,"highalch":120000,"buy_limit":8,"wiki_name":"Torva full helm (Restored)","wiki_url":"https://oldschool.runescape.wiki/w/Torva_full_helm#Restored","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-5,"attack_ranged":-5,"defence_stab":59,"defence_slash":60,"defence_crush":62,"defence_magic":-2,"defence_ranged":57,"melee_strength":8,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"head","requirements":null},"price":241606961},"26384":{"id":26384,"name":"Torva platebody","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":600000,"lowalch":240000,"highalch":360000,"buy_limit":8,"wiki_name":"Torva platebody (Restored)","wiki_url":"https://oldschool.runescape.wiki/w/Torva_platebody#Restored","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-18,"attack_ranged":-14,"defence_stab":117,"defence_slash":111,"defence_crush":117,"defence_magic":-11,"defence_ranged":142,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"body","requirements":null},"price":393763035},"26386":{"id":26386,"name":"Torva platelegs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":400000,"lowalch":160000,"highalch":240000,"buy_limit":8,"wiki_name":"Torva platelegs (Restored)","wiki_url":"https://oldschool.runescape.wiki/w/Torva_platelegs#Restored","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-24,"attack_ranged":-11,"defence_stab":87,"defence_slash":78,"defence_crush":79,"defence_magic":-9,"defence_ranged":102,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"legs","requirements":null},"price":304875000},"26388":{"id":26388,"name":"Ecumenical key shard","members":true,"stackable":true,"cost":1200,"lowalch":480,"highalch":720,"wiki_name":"Ecumenical key shard","wiki_url":"https://oldschool.runescape.wiki/w/Ecumenical_key_shard","price":0},"26390":{"id":26390,"name":"Blood essence","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":100000,"lowalch":40000,"highalch":60000,"buy_limit":500,"wiki_name":"Blood essence (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Blood_essence#Inactive","price":59625},"26392":{"id":26392,"name":"Blood essence (active)","members":true,"cost":100000,"lowalch":40000,"highalch":60000,"wiki_name":"Blood essence (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Blood_essence#Active","price":0},"26394":{"id":26394,"name":"Bandosian components","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100000,"lowalch":40000,"highalch":60000,"wiki_name":"Bandosian components","wiki_url":"https://oldschool.runescape.wiki/w/Bandosian_components","price":8730611},"26417":{"id":26417,"name":"Cabbage","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cabbage (unobtainable item) (Shattered Relics League 1)","wiki_url":"https://oldschool.runescape.wiki/w/Cabbage_(unobtainable_item)#Shattered_Relics_League_1","price":0},"26421":{"id":26421,"name":"Shattered relics variety ornament kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":25000,"lowalch":10000,"highalch":15000,"buy_limit":5,"wiki_name":"Shattered relics variety ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Shattered_relics_variety_ornament_kit","price":1365444},"26424":{"id":26424,"name":"Shattered banner","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Shattered banner","wiki_url":"https://oldschool.runescape.wiki/w/Shattered_banner","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":110282},"26427":{"id":26427,"name":"Shattered hood (t1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Shattered hood (t1)","wiki_url":"https://oldschool.runescape.wiki/w/Shattered_hood_(t1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":291679},"26430":{"id":26430,"name":"Shattered top (t1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Shattered top (t1)","wiki_url":"https://oldschool.runescape.wiki/w/Shattered_top_(t1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":78984},"26433":{"id":26433,"name":"Shattered trousers (t1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Shattered trousers (t1)","wiki_url":"https://oldschool.runescape.wiki/w/Shattered_trousers_(t1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":64771},"26436":{"id":26436,"name":"Shattered boots (t1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Shattered boots (t1)","wiki_url":"https://oldschool.runescape.wiki/w/Shattered_boots_(t1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":47487},"26439":{"id":26439,"name":"Shattered hood (t2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Shattered hood (t2)","wiki_url":"https://oldschool.runescape.wiki/w/Shattered_hood_(t2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":682250},"26442":{"id":26442,"name":"Shattered top (t2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Shattered top (t2)","wiki_url":"https://oldschool.runescape.wiki/w/Shattered_top_(t2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":475000},"26445":{"id":26445,"name":"Shattered trousers (t2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Shattered trousers (t2)","wiki_url":"https://oldschool.runescape.wiki/w/Shattered_trousers_(t2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":98857},"26448":{"id":26448,"name":"Shattered boots (t2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Shattered boots (t2)","wiki_url":"https://oldschool.runescape.wiki/w/Shattered_boots_(t2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":197947},"26451":{"id":26451,"name":"Shattered hood (t3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Shattered hood (t3)","wiki_url":"https://oldschool.runescape.wiki/w/Shattered_hood_(t3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":5295375},"26454":{"id":26454,"name":"Shattered top (t3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Shattered top (t3)","wiki_url":"https://oldschool.runescape.wiki/w/Shattered_top_(t3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":1900000},"26457":{"id":26457,"name":"Shattered trousers (t3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Shattered trousers (t3)","wiki_url":"https://oldschool.runescape.wiki/w/Shattered_trousers_(t3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":1247500},"26460":{"id":26460,"name":"Shattered boots (t3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Shattered boots (t3)","wiki_url":"https://oldschool.runescape.wiki/w/Shattered_boots_(t3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":857661},"26463":{"id":26463,"name":"Void knight top (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":48000,"lowalch":19200,"highalch":28800,"wiki_name":"Void knight top (or) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Void_knight_top_(or)#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":45,"defence_slash":45,"defence_crush":45,"defence_magic":45,"defence_ranged":45,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"26465":{"id":26465,"name":"Void knight robe (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":45000,"lowalch":18000,"highalch":27000,"wiki_name":"Void knight robe (or) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Void_knight_robe_(or)#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":30,"defence_slash":30,"defence_crush":30,"defence_magic":30,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"26467":{"id":26467,"name":"Void knight gloves (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":6052,"lowalch":2420,"highalch":3631,"wiki_name":"Void knight gloves (or) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Void_knight_gloves_(or)#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":6,"defence_slash":6,"defence_crush":6,"defence_magic":4,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"26469":{"id":26469,"name":"Elite void top (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":48500,"lowalch":19400,"highalch":29100,"wiki_name":"Elite void top (or) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Elite_void_top_(or)#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":45,"defence_slash":45,"defence_crush":45,"defence_magic":45,"defence_ranged":45,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"body","requirements":null},"price":0},"26471":{"id":26471,"name":"Elite void robe (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":45500,"lowalch":18200,"highalch":27300,"wiki_name":"Elite void robe (or) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Elite_void_robe_(or)#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":30,"defence_slash":30,"defence_crush":30,"defence_magic":30,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"legs","requirements":null},"price":0},"26473":{"id":26473,"name":"Void mage helm (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":9851,"lowalch":3940,"highalch":5910,"wiki_name":"Void mage helm (or) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Void_mage_helm_(or)#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":6,"defence_slash":6,"defence_crush":6,"defence_magic":6,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26475":{"id":26475,"name":"Void ranger helm (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":9851,"lowalch":3940,"highalch":5910,"wiki_name":"Void ranger helm (or) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Void_ranger_helm_(or)#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":6,"defence_slash":6,"defence_crush":6,"defence_magic":6,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26477":{"id":26477,"name":"Void melee helm (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":9851,"lowalch":3940,"highalch":5910,"wiki_name":"Void melee helm (or) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Void_melee_helm_(or)#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":6,"defence_slash":6,"defence_crush":6,"defence_magic":6,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26479":{"id":26479,"name":"Shattered relics void ornament kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":25000,"lowalch":10000,"highalch":15000,"buy_limit":5,"wiki_name":"Shattered relics void ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Shattered_relics_void_ornament_kit","price":876381},"26482":{"id":26482,"name":"Abyssal whip (or)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":120001,"lowalch":48000,"highalch":72000,"wiki_name":"Abyssal whip (or)","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_whip_(or)","equipment":{"attack_stab":0,"attack_slash":82,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":82,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"whip","stances":[{"combat_style":"flick","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lash","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"deflect","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"26484":{"id":26484,"name":"Abyssal tentacle (or)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":289800,"lowalch":115920,"highalch":173880,"wiki_name":"Abyssal tentacle (or)","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_tentacle_(or)","equipment":{"attack_stab":0,"attack_slash":90,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":86,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"whip","stances":[{"combat_style":"flick","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lash","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"deflect","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"26486":{"id":26486,"name":"Rune crossbow (or)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":16200,"lowalch":6480,"highalch":9720,"wiki_name":"Rune crossbow (or)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_crossbow_(or)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":90,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":6,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"26488":{"id":26488,"name":"Book of balance (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Book of balance (or)","wiki_url":"https://oldschool.runescape.wiki/w/Book_of_balance_(or)","equipment":{"attack_stab":4,"attack_slash":4,"attack_crush":4,"attack_magic":4,"attack_ranged":4,"defence_stab":4,"defence_slash":4,"defence_crush":4,"defence_magic":4,"defence_ranged":4,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":null},"price":0},"26490":{"id":26490,"name":"Book of darkness (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Book of darkness (or)","wiki_url":"https://oldschool.runescape.wiki/w/Book_of_darkness_(or)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":10,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":null},"price":0},"26492":{"id":26492,"name":"Book of law (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Book of law (or)","wiki_url":"https://oldschool.runescape.wiki/w/Book_of_law_(or)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":10,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":null},"price":0},"26494":{"id":26494,"name":"Book of war (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Book of war (or)","wiki_url":"https://oldschool.runescape.wiki/w/Book_of_war_(or)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":null},"price":0},"26496":{"id":26496,"name":"Holy book (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Holy book (or)","wiki_url":"https://oldschool.runescape.wiki/w/Holy_book_(or)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":8,"defence_slash":8,"defence_crush":8,"defence_magic":8,"defence_ranged":8,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":null},"price":0},"26498":{"id":26498,"name":"Unholy book (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Unholy book (or)","wiki_url":"https://oldschool.runescape.wiki/w/Unholy_book_(or)","equipment":{"attack_stab":8,"attack_slash":8,"attack_crush":8,"attack_magic":8,"attack_ranged":8,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":null},"price":0},"26500":{"id":26500,"name":"Shattered teleport scroll","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":25000,"lowalch":10000,"highalch":15000,"wiki_name":"Shattered teleport scroll","wiki_url":"https://oldschool.runescape.wiki/w/Shattered_teleport_scroll","price":750795},"26503":{"id":26503,"name":"Shattered relics bronze trophy","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shattered relics bronze trophy","wiki_url":"https://oldschool.runescape.wiki/w/Shattered_relics_bronze_trophy","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"26505":{"id":26505,"name":"Shattered relics iron trophy","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shattered relics iron trophy","wiki_url":"https://oldschool.runescape.wiki/w/Shattered_relics_iron_trophy","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"26507":{"id":26507,"name":"Shattered relics steel trophy","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shattered relics steel trophy","wiki_url":"https://oldschool.runescape.wiki/w/Shattered_relics_steel_trophy","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"26509":{"id":26509,"name":"Shattered relics mithril trophy","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shattered relics mithril trophy","wiki_url":"https://oldschool.runescape.wiki/w/Shattered_relics_mithril_trophy","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"26511":{"id":26511,"name":"Shattered relics adamant trophy","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shattered relics adamant trophy","wiki_url":"https://oldschool.runescape.wiki/w/Shattered_relics_adamant_trophy","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"26513":{"id":26513,"name":"Shattered relics rune trophy","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shattered relics rune trophy","wiki_url":"https://oldschool.runescape.wiki/w/Shattered_relics_rune_trophy","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"26515":{"id":26515,"name":"Shattered relics dragon trophy","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shattered relics dragon trophy","wiki_url":"https://oldschool.runescape.wiki/w/Shattered_relics_dragon_trophy","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"26517":{"id":26517,"name":"Shattered cane","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Shattered cane","wiki_url":"https://oldschool.runescape.wiki/w/Shattered_cane","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":2119998},"26520":{"id":26520,"name":"Cannon base (or)","members":true,"cost":187500,"lowalch":75000,"highalch":112500,"wiki_name":"Cannon base (or)","wiki_url":"https://oldschool.runescape.wiki/w/Cannon_base_(or)","price":0},"26522":{"id":26522,"name":"Cannon stand (or)","members":true,"cost":187500,"lowalch":75000,"highalch":112500,"wiki_name":"Cannon stand (or)","wiki_url":"https://oldschool.runescape.wiki/w/Cannon_stand_(or)","price":0},"26524":{"id":26524,"name":"Cannon barrels (or)","members":true,"cost":187500,"lowalch":75000,"highalch":112500,"wiki_name":"Cannon barrels (or)","wiki_url":"https://oldschool.runescape.wiki/w/Cannon_barrels_(or)","price":0},"26526":{"id":26526,"name":"Cannon furnace (or)","members":true,"cost":187500,"lowalch":75000,"highalch":112500,"wiki_name":"Cannon furnace (or)","wiki_url":"https://oldschool.runescape.wiki/w/Cannon_furnace_(or)","price":0},"26528":{"id":26528,"name":"Shattered cannon ornament kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":25000,"lowalch":10000,"highalch":15000,"buy_limit":5,"wiki_name":"Shattered cannon ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Shattered_cannon_ornament_kit","price":1139315},"26531":{"id":26531,"name":"Mystic hat (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Mystic hat (or)","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_hat_(or)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26533":{"id":26533,"name":"Mystic robe top (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":120000,"lowalch":48000,"highalch":72000,"wiki_name":"Mystic robe top (or)","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_robe_top_(or)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":20,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":20,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"26535":{"id":26535,"name":"Mystic robe bottom (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":80000,"lowalch":32000,"highalch":48000,"wiki_name":"Mystic robe bottom (or)","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_robe_bottom_(or)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"26537":{"id":26537,"name":"Mystic gloves (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Mystic gloves (or)","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_gloves_(or)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"26539":{"id":26539,"name":"Mystic boots (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Mystic boots (or)","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_boots_(or)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"26541":{"id":26541,"name":"Shattered relics mystic ornament kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":25000,"lowalch":10000,"highalch":15000,"buy_limit":5,"wiki_name":"Shattered relics mystic ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Shattered_relics_mystic_ornament_kit","price":55779},"26544":{"id":26544,"name":"Unidentified fragment (harvesting)","cost":1,"wiki_name":"Unidentified fragment (harvesting)","wiki_url":"https://oldschool.runescape.wiki/w/Unidentified_fragment_(harvesting)","price":0},"26545":{"id":26545,"name":"Unidentified fragment (production)","cost":1,"wiki_name":"Unidentified fragment (production)","wiki_url":"https://oldschool.runescape.wiki/w/Unidentified_fragment_(production)","price":0},"26546":{"id":26546,"name":"Unidentified fragment (skilling)","cost":1,"wiki_name":"Unidentified fragment (skilling)","wiki_url":"https://oldschool.runescape.wiki/w/Unidentified_fragment_(skilling)","price":0},"26547":{"id":26547,"name":"Unidentified fragment (combat)","cost":1,"wiki_name":"Unidentified fragment (combat)","wiki_url":"https://oldschool.runescape.wiki/w/Unidentified_fragment_(combat)","price":0},"26548":{"id":26548,"name":"Unidentified fragment (misc)","cost":1,"wiki_name":"Unidentified fragment (misc)","wiki_url":"https://oldschool.runescape.wiki/w/Unidentified_fragment_(misc)","price":0},"26549":{"id":26549,"name":"Portable waystone","members":true,"equipable":true,"equipable_by_player":true,"cost":400,"lowalch":160,"highalch":240,"wiki_name":"Portable waystone","wiki_url":"https://oldschool.runescape.wiki/w/Portable_waystone","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"26551":{"id":26551,"name":"Arcane grimoire","members":true,"equipable":true,"equipable_by_player":true,"cost":400,"lowalch":160,"highalch":240,"wiki_name":"Arcane grimoire","wiki_url":"https://oldschool.runescape.wiki/w/Arcane_grimoire","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":6,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"shield","requirements":null},"price":0},"26554":{"id":26554,"name":"Shattered relic hunter (t1) armour set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Shattered relic hunter (t1) armour set","wiki_url":"https://oldschool.runescape.wiki/w/Shattered_relic_hunter_(t1)_armour_set","price":531997},"26557":{"id":26557,"name":"Shattered relic hunter (t2) armour set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Shattered relic hunter (t2) armour set","wiki_url":"https://oldschool.runescape.wiki/w/Shattered_relic_hunter_(t2)_armour_set","price":4449998},"26560":{"id":26560,"name":"Shattered relic hunter (t3) armour set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Shattered relic hunter (t3) armour set","wiki_url":"https://oldschool.runescape.wiki/w/Shattered_relic_hunter_(t3)_armour_set","price":11005061},"26567":{"id":26567,"name":"White goblin mail","equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"White goblin mail","wiki_url":"https://oldschool.runescape.wiki/w/White_goblin_mail","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"26569":{"id":26569,"name":"Pharmakos berries","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Pharmakos berries","wiki_url":"https://oldschool.runescape.wiki/w/Pharmakos_berries","price":0},"26571":{"id":26571,"name":"Ekeleshuun key","members":true,"cost":30,"wiki_name":"Ekeleshuun key","wiki_url":"https://oldschool.runescape.wiki/w/Ekeleshuun_key","price":0},"26572":{"id":26572,"name":"Narogoshuun key","members":true,"cost":30,"wiki_name":"Narogoshuun key","wiki_url":"https://oldschool.runescape.wiki/w/Narogoshuun_key","price":0},"26573":{"id":26573,"name":"Huzamogaarb key","members":true,"cost":30,"wiki_name":"Huzamogaarb key","wiki_url":"https://oldschool.runescape.wiki/w/Huzamogaarb_key","price":0},"26574":{"id":26574,"name":"Saragorgak key","members":true,"cost":30,"wiki_name":"Saragorgak key","wiki_url":"https://oldschool.runescape.wiki/w/Saragorgak_key","price":0},"26575":{"id":26575,"name":"Horogothgar key","members":true,"cost":30,"wiki_name":"Horogothgar key","wiki_url":"https://oldschool.runescape.wiki/w/Horogothgar_key","price":0},"26576":{"id":26576,"name":"Yurkolgokh key","members":true,"cost":30,"wiki_name":"Yurkolgokh key","wiki_url":"https://oldschool.runescape.wiki/w/Yurkolgokh_key","price":0},"26577":{"id":26577,"name":"Plain of mud sphere","members":true,"stackable":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Plain of mud sphere","wiki_url":"https://oldschool.runescape.wiki/w/Plain_of_mud_sphere","price":0},"26579":{"id":26579,"name":"Whitefish","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Whitefish","wiki_url":"https://oldschool.runescape.wiki/w/Whitefish","price":0},"26581":{"id":26581,"name":"Goblin potion(4)","members":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Goblin potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Goblin_potion#4_dose","price":0},"26583":{"id":26583,"name":"Goblin potion(3)","members":true,"cost":150,"lowalch":60,"highalch":90,"wiki_name":"Goblin potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Goblin_potion#3_dose","price":0},"26585":{"id":26585,"name":"Goblin potion(2)","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Goblin potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Goblin_potion#2_dose","price":0},"26587":{"id":26587,"name":"Goblin potion(1)","members":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Goblin potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Goblin_potion#1_dose","price":0},"26589":{"id":26589,"name":"Snothead's bone","members":true,"cost":30,"wiki_name":"Snothead's bone","wiki_url":"https://oldschool.runescape.wiki/w/Snothead's_bone","price":0},"26590":{"id":26590,"name":"Snailfeet's bone","members":true,"cost":30,"wiki_name":"Snailfeet's bone","wiki_url":"https://oldschool.runescape.wiki/w/Snailfeet's_bone","price":0},"26591":{"id":26591,"name":"Mosschin's bone","members":true,"cost":30,"wiki_name":"Mosschin's bone","wiki_url":"https://oldschool.runescape.wiki/w/Mosschin's_bone","price":0},"26592":{"id":26592,"name":"Redeyes' bone","members":true,"cost":30,"wiki_name":"Redeyes' bone","wiki_url":"https://oldschool.runescape.wiki/w/Redeyes'_bone","price":0},"26593":{"id":26593,"name":"Strongbones' bone","members":true,"cost":30,"wiki_name":"Strongbones' bone","wiki_url":"https://oldschool.runescape.wiki/w/Strongbones'_bone","price":0},"26594":{"id":26594,"name":"Grubfoot","incomplete":true,"members":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"26595":{"id":26595,"name":"Zanik","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Zanik (unobtainable item) (Land of the Goblins)","wiki_url":"https://oldschool.runescape.wiki/w/Zanik_(unobtainable_item)#Land_of_the_Goblins","price":0},"26596":{"id":26596,"name":"Notes","cost":0,"wiki_name":"Notes (2022 Birthday event)","wiki_url":"https://oldschool.runescape.wiki/w/Notes_(2022_Birthday_event)","price":0},"26598":{"id":26598,"name":"Desert bait","cost":3,"lowalch":1,"highalch":1,"wiki_name":"Desert bait","wiki_url":"https://oldschool.runescape.wiki/w/Desert_bait","price":0},"26600":{"id":26600,"name":"Tiny fish","cost":10,"lowalch":4,"highalch":6,"wiki_name":"Tiny fish","wiki_url":"https://oldschool.runescape.wiki/w/Tiny_fish","price":0},"26602":{"id":26602,"name":"Osman's report","tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Osman's report","wiki_url":"https://oldschool.runescape.wiki/w/Osman's_report","price":0},"26605":{"id":26605,"name":"Treasure clue one","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Treasure clue one","wiki_url":"https://oldschool.runescape.wiki/w/Treasure_clue_one","price":0},"26607":{"id":26607,"name":"Treasure clue two","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Treasure clue two","wiki_url":"https://oldschool.runescape.wiki/w/Treasure_clue_two","price":0},"26609":{"id":26609,"name":"Treasure clue three","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Treasure clue three","wiki_url":"https://oldschool.runescape.wiki/w/Treasure_clue_three","price":0},"26611":{"id":26611,"name":"Zeke's challenge scroll","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Zeke's challenge scroll","wiki_url":"https://oldschool.runescape.wiki/w/Zeke's_challenge_scroll","price":0},"26613":{"id":26613,"name":"Capt' arnav's chest","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Capt' arnav's chest","wiki_url":"https://oldschool.runescape.wiki/w/Capt'_arnav's_chest","price":0},"26615":{"id":26615,"name":"Bucket (cookout)","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bucket (cookout)","wiki_url":"https://oldschool.runescape.wiki/w/Bucket_(cookout)","price":0},"26617":{"id":26617,"name":"Bucket of water (cookout)","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bucket of water (cookout)","wiki_url":"https://oldschool.runescape.wiki/w/Bucket_of_water_(cookout)","price":0},"26619":{"id":26619,"name":"Pot (cookout)","tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pot (cookout)","wiki_url":"https://oldschool.runescape.wiki/w/Pot_(cookout)","price":0},"26621":{"id":26621,"name":"Pot of flour (cookout)","cost":10,"lowalch":4,"highalch":6,"wiki_name":"Pot of flour (cookout)","wiki_url":"https://oldschool.runescape.wiki/w/Pot_of_flour_(cookout)","price":0},"26623":{"id":26623,"name":"Tomato (cookout)","cost":4,"lowalch":1,"highalch":2,"wiki_name":"Tomato (cookout)","wiki_url":"https://oldschool.runescape.wiki/w/Tomato_(cookout)","price":0},"26625":{"id":26625,"name":"Cheese (cookout)","cost":4,"lowalch":1,"highalch":2,"wiki_name":"Cheese (cookout)","wiki_url":"https://oldschool.runescape.wiki/w/Cheese_(cookout)","price":0},"26627":{"id":26627,"name":"Banana (cookout)","cost":2,"lowalch":0,"highalch":1,"wiki_name":"Banana (cookout)","wiki_url":"https://oldschool.runescape.wiki/w/Banana_(cookout)","price":0},"26629":{"id":26629,"name":"Pizza base (cookout)","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pizza base (cookout)","wiki_url":"https://oldschool.runescape.wiki/w/Pizza_base_(cookout)","price":0},"26631":{"id":26631,"name":"Incomplete pizza (cookout)","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Incomplete pizza (cookout)","wiki_url":"https://oldschool.runescape.wiki/w/Incomplete_pizza_(cookout)","price":0},"26633":{"id":26633,"name":"Uncooked pizza (cookout)","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Uncooked pizza (cookout)","wiki_url":"https://oldschool.runescape.wiki/w/Uncooked_pizza_(cookout)","price":0},"26635":{"id":26635,"name":"Plain pizza (cookout)","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Plain pizza (cookout)","wiki_url":"https://oldschool.runescape.wiki/w/Plain_pizza_(cookout)","price":0},"26637":{"id":26637,"name":"Burnt pizza (cookout)","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt pizza (cookout)","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_pizza_(cookout)","price":0},"26639":{"id":26639,"name":"Bread dough (cookout)","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bread dough (cookout)","wiki_url":"https://oldschool.runescape.wiki/w/Bread_dough_(cookout)","price":0},"26641":{"id":26641,"name":"Bread (cookout)","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bread (cookout)","wiki_url":"https://oldschool.runescape.wiki/w/Bread_(cookout)","price":0},"26643":{"id":26643,"name":"Burnt bread (cookout)","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt bread (cookout)","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_bread_(cookout)","price":0},"26645":{"id":26645,"name":"Banana pizza (cookout)","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Banana pizza (cookout)","wiki_url":"https://oldschool.runescape.wiki/w/Banana_pizza_(cookout)","price":0},"26647":{"id":26647,"name":"Burnt banana pizza (cookout)","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt banana pizza (cookout)","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_banana_pizza_(cookout)","price":0},"26649":{"id":26649,"name":"Skis","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Skis","wiki_url":"https://oldschool.runescape.wiki/w/Skis","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"unarmed","stances":[{"combat_style":"punch","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"kick","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"26651":{"id":26651,"name":"Loot key","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Loot key","wiki_url":"https://oldschool.runescape.wiki/w/Loot_key","price":0},"26656":{"id":26656,"name":"Shoe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shoe (unobtainable item) (Male Elven Brown)","wiki_url":"https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Male_Elven_Brown","price":0},"26657":{"id":26657,"name":"Shoe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shoe (unobtainable item) (Male Elven Khaki)","wiki_url":"https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Male_Elven_Khaki","price":0},"26658":{"id":26658,"name":"Shoe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shoe (unobtainable item) (Male Elven Ashen)","wiki_url":"https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Male_Elven_Ashen","price":0},"26659":{"id":26659,"name":"Shoe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shoe (unobtainable item) (Male Elven Dark)","wiki_url":"https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Male_Elven_Dark","price":0},"26660":{"id":26660,"name":"Shoe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shoe (unobtainable item) (Male Elven Terracotta)","wiki_url":"https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Male_Elven_Terracotta","price":0},"26661":{"id":26661,"name":"Shoe.","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shoe (unobtainable item) (Male Elven Grey)","wiki_url":"https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Male_Elven_Grey","price":0},"26662":{"id":26662,"name":"Shoe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shoe (unobtainable item) (Female Basic Brown)","wiki_url":"https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Female_Basic_Brown","price":0},"26663":{"id":26663,"name":"Shoe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shoe (unobtainable item) (Female Basic Khaki)","wiki_url":"https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Female_Basic_Khaki","price":0},"26664":{"id":26664,"name":"Shoe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shoe (unobtainable item) (Female Basic Ashen)","wiki_url":"https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Female_Basic_Ashen","price":0},"26665":{"id":26665,"name":"Shoe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shoe (unobtainable item) (Female Basic Dark)","wiki_url":"https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Female_Basic_Dark","price":0},"26666":{"id":26666,"name":"Shoe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shoe (unobtainable item) (Female Basic Terracotta)","wiki_url":"https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Female_Basic_Terracotta","price":0},"26667":{"id":26667,"name":"Shoe.","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shoe (unobtainable item) (Female Basic Grey)","wiki_url":"https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Female_Basic_Grey","price":0},"26668":{"id":26668,"name":"Shoe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shoe (unobtainable item) (Female Elven Brown)","wiki_url":"https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Female_Elven_Brown","price":0},"26669":{"id":26669,"name":"Shoe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shoe (unobtainable item) (Female Elven Khaki)","wiki_url":"https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Female_Elven_Khaki","price":0},"26670":{"id":26670,"name":"Shoe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shoe (unobtainable item) (Female Elven Ashen)","wiki_url":"https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Female_Elven_Ashen","price":0},"26671":{"id":26671,"name":"Shoe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shoe (unobtainable item) (Female Elven Dark)","wiki_url":"https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Female_Elven_Dark","price":0},"26672":{"id":26672,"name":"Shoe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shoe (unobtainable item) (Female Elven Terracotta)","wiki_url":"https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Female_Elven_Terracotta","price":0},"26673":{"id":26673,"name":"Shoe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shoe (unobtainable item) (Female Elven Grey)","wiki_url":"https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Female_Elven_Grey","price":0},"26674":{"id":26674,"name":"Slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Slayer helmet (i) (Emir's Arena)","wiki_url":"https://oldschool.runescape.wiki/w/Slayer_helmet_(i)#Emir's_Arena","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":0},"26675":{"id":26675,"name":"Black slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Black slayer helmet (i) (Emir's Arena)","wiki_url":"https://oldschool.runescape.wiki/w/Black_slayer_helmet_(i)#Emir's_Arena","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":0},"26676":{"id":26676,"name":"Green slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Green slayer helmet (i) (Emir's Arena)","wiki_url":"https://oldschool.runescape.wiki/w/Green_slayer_helmet_(i)#Emir's_Arena","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":0},"26677":{"id":26677,"name":"Red slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Red slayer helmet (i) (Emir's Arena)","wiki_url":"https://oldschool.runescape.wiki/w/Red_slayer_helmet_(i)#Emir's_Arena","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":0},"26678":{"id":26678,"name":"Purple slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Purple slayer helmet (i) (Emir's Arena)","wiki_url":"https://oldschool.runescape.wiki/w/Purple_slayer_helmet_(i)#Emir's_Arena","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":0},"26679":{"id":26679,"name":"Turquoise slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Turquoise slayer helmet (i) (Emir's Arena)","wiki_url":"https://oldschool.runescape.wiki/w/Turquoise_slayer_helmet_(i)#Emir's_Arena","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":0},"26680":{"id":26680,"name":"Hydra slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Hydra slayer helmet (i) (Emir's Arena)","wiki_url":"https://oldschool.runescape.wiki/w/Hydra_slayer_helmet_(i)#Emir's_Arena","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":0},"26681":{"id":26681,"name":"Twisted slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Twisted slayer helmet (i) (Emir's Arena)","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_slayer_helmet_(i)#Emir's_Arena","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":0},"26682":{"id":26682,"name":"Tztok slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Tztok slayer helmet (i) (Emir's Arena)","wiki_url":"https://oldschool.runescape.wiki/w/Tztok_slayer_helmet_(i)#Emir's_Arena","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":0},"26683":{"id":26683,"name":"Vampyric slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Vampyric slayer helmet (i) (Emir's Arena)","wiki_url":"https://oldschool.runescape.wiki/w/Vampyric_slayer_helmet_(i)#Emir's_Arena","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":0},"26684":{"id":26684,"name":"Tzkal slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Tzkal slayer helmet (i) (Emir's Arena)","wiki_url":"https://oldschool.runescape.wiki/w/Tzkal_slayer_helmet_(i)#Emir's_Arena","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":0},"26685":{"id":26685,"name":"Granite ring (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Granite ring (i) (Emir's Arena)","wiki_url":"https://oldschool.runescape.wiki/w/Granite_ring_(i)#Emir's_Arena","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":4,"defence_slash":4,"defence_crush":4,"defence_magic":-4,"defence_ranged":16,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":{"defence":50,"strength":50}},"price":0},"26686":{"id":26686,"name":"Maoma's med helm (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Maoma's med helm (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Maoma's_med_helm#Broken","price":0},"26687":{"id":26687,"name":"Maoma's full helm (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Maoma's full helm (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Maoma's_full_helm#Broken","price":0},"26688":{"id":26688,"name":"Maoma's great helm (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Maoma's great helm (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Maoma's_great_helm#Broken","price":0},"26689":{"id":26689,"name":"Calamity chest (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Calamity chest (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Calamity_chest#Broken","price":0},"26690":{"id":26690,"name":"Superior calamity chest (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Superior calamity chest (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Superior_calamity_chest#Broken","price":0},"26691":{"id":26691,"name":"Elite calamity chest (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Elite calamity chest (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Elite_calamity_chest#Broken","price":0},"26692":{"id":26692,"name":"Calamity breeches (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Calamity breeches (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Calamity_breeches#Broken","price":0},"26693":{"id":26693,"name":"Superior calamity breeches (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Superior calamity breeches (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Superior_calamity_breeches#Broken","price":0},"26694":{"id":26694,"name":"Elite calamity breeches (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Elite calamity breeches (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Elite_calamity_breeches#Broken","price":0},"26695":{"id":26695,"name":"Centurion cuirass (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Centurion cuirass (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Centurion_cuirass#Broken","price":0},"26696":{"id":26696,"name":"Wristbands of the arena (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wristbands of the arena (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Wristbands_of_the_arena#Broken","price":0},"26697":{"id":26697,"name":"Hardened wristbands of the arena (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wristbands of the arena (i) (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Wristbands_of_the_arena_(i)#Broken","price":0},"26698":{"id":26698,"name":"Koriff's headband (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Koriff's headband (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Koriff's_headband#Broken","price":0},"26699":{"id":26699,"name":"Koriff's cowl (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Koriff's cowl (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Koriff's_cowl#Broken","price":0},"26700":{"id":26700,"name":"Koriff's coif (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Koriff's coif (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Koriff's_coif#Broken","price":0},"26701":{"id":26701,"name":"Saika's hood (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Saika's hood (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Saika's_hood#Broken","price":0},"26702":{"id":26702,"name":"Saika's veil (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Saika's veil (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Saika's_veil#Broken","price":0},"26703":{"id":26703,"name":"Saika's shroud (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Saika's shroud (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Saika's_shroud#Broken","price":0},"26705":{"id":26705,"name":"Blighted surge sack","members":true,"stackable":true,"cost":45,"wiki_name":"Blighted surge sack","wiki_url":"https://oldschool.runescape.wiki/w/Blighted_surge_sack","price":0},"26706":{"id":26706,"name":"Scroll of imbuing","members":true,"stackable":true,"cost":100,"wiki_name":"Scroll of imbuing","wiki_url":"https://oldschool.runescape.wiki/w/Scroll_of_imbuing","price":0},"26707":{"id":26707,"name":"Dragon claws ornament kit","members":true,"cost":5000,"wiki_name":"Dragon claws ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_claws_ornament_kit","price":0},"26708":{"id":26708,"name":"Dragon claws (or)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":205000,"lowalch":82000,"highalch":123000,"wiki_name":"Dragon claws (or)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_claws_(or)","equipment":{"attack_stab":41,"attack_slash":57,"attack_crush":-4,"attack_magic":0,"attack_ranged":0,"defence_stab":13,"defence_slash":26,"defence_crush":7,"defence_magic":0,"defence_ranged":0,"melee_strength":56,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"claw","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"26709":{"id":26709,"name":"Dragon warhammer ornament kit","members":true,"cost":5000,"wiki_name":"Dragon warhammer ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_warhammer_ornament_kit","price":0},"26710":{"id":26710,"name":"Dragon warhammer (or)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":120000,"lowalch":48000,"highalch":72000,"wiki_name":"Dragon warhammer (or)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_warhammer_(or)","equipment":{"attack_stab":-4,"attack_slash":-4,"attack_crush":95,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":85,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":6,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"26711":{"id":26711,"name":"Heavy ballista ornament kit","members":true,"cost":5000,"wiki_name":"Heavy ballista ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Heavy_ballista_ornament_kit","price":0},"26712":{"id":26712,"name":"Heavy ballista (or)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":950000,"lowalch":380000,"highalch":570000,"wiki_name":"Heavy ballista (or)","wiki_url":"https://oldschool.runescape.wiki/w/Heavy_ballista_(or)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":125,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":15,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":7,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"26713":{"id":26713,"name":"Armadyl armour ornament kit","members":true,"cost":5000,"wiki_name":"Armadyl armour ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_armour_ornament_kit","price":0},"26714":{"id":26714,"name":"Armadyl helmet (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":289000,"lowalch":115600,"highalch":173400,"wiki_name":"Armadyl helmet (or)","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_helmet_(or)","equipment":{"attack_stab":-5,"attack_slash":-5,"attack_crush":-5,"attack_magic":-5,"attack_ranged":10,"defence_stab":6,"defence_slash":8,"defence_crush":10,"defence_magic":10,"defence_ranged":8,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"head","requirements":null},"price":0},"26715":{"id":26715,"name":"Armadyl chestplate (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":290000,"lowalch":116000,"highalch":174000,"wiki_name":"Armadyl chestplate (or)","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_chestplate_(or)","equipment":{"attack_stab":-7,"attack_slash":-7,"attack_crush":-7,"attack_magic":-15,"attack_ranged":33,"defence_stab":56,"defence_slash":48,"defence_crush":61,"defence_magic":70,"defence_ranged":57,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"body","requirements":null},"price":0},"26716":{"id":26716,"name":"Armadyl chainskirt (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":289900,"lowalch":115960,"highalch":173940,"wiki_name":"Armadyl chainskirt (or)","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_chainskirt_(or)","equipment":{"attack_stab":-6,"attack_slash":-6,"attack_crush":-6,"attack_magic":-10,"attack_ranged":20,"defence_stab":32,"defence_slash":26,"defence_crush":34,"defence_magic":40,"defence_ranged":33,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"legs","requirements":null},"price":0},"26717":{"id":26717,"name":"Bandos armour ornament kit","members":true,"cost":5000,"wiki_name":"Bandos armour ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_armour_ornament_kit","price":0},"26718":{"id":26718,"name":"Bandos chestplate (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":290010,"lowalch":116004,"highalch":174006,"wiki_name":"Bandos chestplate (or)","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_chestplate_(or)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":-10,"defence_stab":98,"defence_slash":93,"defence_crush":105,"defence_magic":-6,"defence_ranged":133,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"body","requirements":null},"price":0},"26719":{"id":26719,"name":"Bandos tassets (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":289910,"lowalch":115964,"highalch":173946,"wiki_name":"Bandos tassets (or)","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_tassets_(or)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-7,"defence_stab":71,"defence_slash":63,"defence_crush":66,"defence_magic":-4,"defence_ranged":93,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"legs","requirements":null},"price":0},"26720":{"id":26720,"name":"Bandos boots (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":289010,"lowalch":115604,"highalch":173406,"wiki_name":"Bandos boots (or)","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_boots_(or)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-5,"attack_ranged":-3,"defence_stab":17,"defence_slash":18,"defence_crush":19,"defence_magic":0,"defence_ranged":15,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"feet","requirements":null},"price":0},"26721":{"id":26721,"name":"Centurion cuirass","members":true,"equipable":true,"equipable_by_player":true,"cost":79006,"lowalch":31602,"highalch":47403,"wiki_name":"Centurion cuirass (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Centurion_cuirass#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-40,"attack_ranged":0,"defence_stab":72,"defence_slash":91,"defence_crush":70,"defence_magic":-10,"defence_ranged":7,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"26722":{"id":26722,"name":"Centurion cuirass (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":79006,"lowalch":31602,"highalch":47403,"wiki_name":"Centurion cuirass (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Centurion_cuirass#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-40,"attack_ranged":0,"defence_stab":72,"defence_slash":91,"defence_crush":70,"defence_magic":-10,"defence_ranged":7,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"26723":{"id":26723,"name":"Wristbands of the arena","members":true,"equipable":true,"equipable_by_player":true,"cost":85000,"lowalch":34000,"highalch":51000,"wiki_name":"Wristbands of the arena (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Wristbands_of_the_arena#Normal","equipment":{"attack_stab":12,"attack_slash":12,"attack_crush":12,"attack_magic":6,"attack_ranged":12,"defence_stab":12,"defence_slash":12,"defence_crush":12,"defence_magic":6,"defence_ranged":12,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"26724":{"id":26724,"name":"Wristbands of the arena (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":85002,"lowalch":34000,"highalch":51001,"wiki_name":"Wristbands of the arena (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Wristbands_of_the_arena#Locked","equipment":{"attack_stab":12,"attack_slash":12,"attack_crush":12,"attack_magic":6,"attack_ranged":12,"defence_stab":12,"defence_slash":12,"defence_crush":12,"defence_magic":6,"defence_ranged":12,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"26725":{"id":26725,"name":"Wristbands of the arena (c)","members":true,"equipable":true,"equipable_by_player":true,"cost":85001,"lowalch":34000,"highalch":51000,"wiki_name":"Wristbands of the arena (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Wristbands_of_the_arena#Charged","equipment":{"attack_stab":12,"attack_slash":12,"attack_crush":12,"attack_magic":6,"attack_ranged":12,"defence_stab":12,"defence_slash":12,"defence_crush":12,"defence_magic":6,"defence_ranged":12,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"26726":{"id":26726,"name":"Wristbands of the arena (cl)","members":true,"equipable":true,"equipable_by_player":true,"cost":85008,"lowalch":34003,"highalch":51004,"wiki_name":"Wristbands of the arena (Charged and Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Wristbands_of_the_arena#Charged_and_Locked","equipment":{"attack_stab":12,"attack_slash":12,"attack_crush":12,"attack_magic":6,"attack_ranged":12,"defence_stab":12,"defence_slash":12,"defence_crush":12,"defence_magic":6,"defence_ranged":12,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"26727":{"id":26727,"name":"Wristbands of the arena (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":86000,"lowalch":34400,"highalch":51600,"wiki_name":"Wristbands of the arena (i) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Wristbands_of_the_arena_(i)#Normal","equipment":{"attack_stab":14,"attack_slash":13,"attack_crush":15,"attack_magic":7,"attack_ranged":13,"defence_stab":12,"defence_slash":12,"defence_crush":12,"defence_magic":6,"defence_ranged":12,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"26728":{"id":26728,"name":"Wristbands of the arena (il)","members":true,"equipable":true,"equipable_by_player":true,"cost":86002,"lowalch":34400,"highalch":51601,"wiki_name":"Wristbands of the arena (i) (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Wristbands_of_the_arena_(i)#Locked","equipment":{"attack_stab":14,"attack_slash":13,"attack_crush":15,"attack_magic":7,"attack_ranged":13,"defence_stab":12,"defence_slash":12,"defence_crush":12,"defence_magic":6,"defence_ranged":12,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"26729":{"id":26729,"name":"Wristbands of the arena (ic)","members":true,"equipable":true,"equipable_by_player":true,"cost":86001,"lowalch":34400,"highalch":51600,"wiki_name":"Wristbands of the arena (i) (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Wristbands_of_the_arena_(i)#Charged","equipment":{"attack_stab":14,"attack_slash":13,"attack_crush":15,"attack_magic":7,"attack_ranged":13,"defence_stab":12,"defence_slash":12,"defence_crush":12,"defence_magic":6,"defence_ranged":12,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"26730":{"id":26730,"name":"Wristbands of the arena (ilc)","members":true,"equipable":true,"equipable_by_player":true,"cost":86003,"lowalch":34401,"highalch":51601,"wiki_name":"Wristbands of the arena (i) (Charged and Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Wristbands_of_the_arena_(i)#Charged_and_Locked","equipment":{"attack_stab":14,"attack_slash":13,"attack_crush":15,"attack_magic":7,"attack_ranged":13,"defence_stab":12,"defence_slash":12,"defence_crush":12,"defence_magic":6,"defence_ranged":12,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"26731":{"id":26731,"name":"Saika's hood","members":true,"equipable":true,"equipable_by_player":true,"cost":11500,"lowalch":4600,"highalch":6900,"wiki_name":"Saika's hood (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Saika's_hood#Normal","equipment":{"attack_stab":-20,"attack_slash":-20,"attack_crush":-20,"attack_magic":10,"attack_ranged":-2,"defence_stab":10,"defence_slash":10,"defence_crush":10,"defence_magic":0,"defence_ranged":-10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26732":{"id":26732,"name":"Saika's hood (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":11500,"lowalch":4600,"highalch":6900,"wiki_name":"Saika's hood (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Saika's_hood#Locked","equipment":{"attack_stab":-20,"attack_slash":-20,"attack_crush":-20,"attack_magic":10,"attack_ranged":-2,"defence_stab":10,"defence_slash":10,"defence_crush":10,"defence_magic":0,"defence_ranged":-10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26733":{"id":26733,"name":"Saika's veil","members":true,"equipable":true,"equipable_by_player":true,"cost":16500,"lowalch":6600,"highalch":9900,"wiki_name":"Saika's veil (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Saika's_veil#Normal","equipment":{"attack_stab":-40,"attack_slash":-40,"attack_crush":-40,"attack_magic":14,"attack_ranged":-40,"defence_stab":15,"defence_slash":15,"defence_crush":15,"defence_magic":0,"defence_ranged":-15,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26734":{"id":26734,"name":"Saika's veil (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":16500,"lowalch":6600,"highalch":9900,"wiki_name":"Saika's veil (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Saika's_veil#Locked","equipment":{"attack_stab":-40,"attack_slash":-40,"attack_crush":-40,"attack_magic":14,"attack_ranged":-40,"defence_stab":15,"defence_slash":15,"defence_crush":15,"defence_magic":0,"defence_ranged":-15,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26735":{"id":26735,"name":"Saika's shroud","members":true,"equipable":true,"equipable_by_player":true,"cost":21500,"lowalch":8600,"highalch":12900,"wiki_name":"Saika's shroud (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Saika's_shroud#Normal","equipment":{"attack_stab":-60,"attack_slash":-60,"attack_crush":-60,"attack_magic":18,"attack_ranged":-60,"defence_stab":20,"defence_slash":20,"defence_crush":20,"defence_magic":0,"defence_ranged":-25,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26736":{"id":26736,"name":"Saika's shroud (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":21500,"lowalch":8600,"highalch":12900,"wiki_name":"Saika's shroud (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Saika's_shroud#Locked","equipment":{"attack_stab":-60,"attack_slash":-60,"attack_crush":-60,"attack_magic":18,"attack_ranged":-60,"defence_stab":20,"defence_slash":20,"defence_crush":20,"defence_magic":0,"defence_ranged":-25,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26737":{"id":26737,"name":"Koriff's headband","members":true,"equipable":true,"equipable_by_player":true,"cost":11500,"lowalch":4600,"highalch":6900,"wiki_name":"Koriff's headband (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Koriff's_headband#Normal","equipment":{"attack_stab":-20,"attack_slash":-20,"attack_crush":-20,"attack_magic":-20,"attack_ranged":10,"defence_stab":-10,"defence_slash":-10,"defence_crush":-10,"defence_magic":10,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26738":{"id":26738,"name":"Koriff's headband (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":11500,"lowalch":4600,"highalch":6900,"wiki_name":"Koriff's headband (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Koriff's_headband#Locked","equipment":{"attack_stab":-20,"attack_slash":-20,"attack_crush":-20,"attack_magic":-20,"attack_ranged":10,"defence_stab":-10,"defence_slash":-10,"defence_crush":-10,"defence_magic":10,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26739":{"id":26739,"name":"Koriff's cowl","members":true,"equipable":true,"equipable_by_player":true,"cost":16500,"lowalch":6600,"highalch":9900,"wiki_name":"Koriff's cowl (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Koriff's_cowl#Normal","equipment":{"attack_stab":-40,"attack_slash":-40,"attack_crush":-40,"attack_magic":-40,"attack_ranged":14,"defence_stab":-15,"defence_slash":-15,"defence_crush":-15,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26740":{"id":26740,"name":"Koriff's cowl (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":16500,"lowalch":6600,"highalch":9900,"wiki_name":"Koriff's cowl (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Koriff's_cowl#Locked","equipment":{"attack_stab":-40,"attack_slash":-40,"attack_crush":-40,"attack_magic":-40,"attack_ranged":14,"defence_stab":-15,"defence_slash":-15,"defence_crush":-15,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26741":{"id":26741,"name":"Koriff's coif","members":true,"equipable":true,"equipable_by_player":true,"cost":21500,"lowalch":8600,"highalch":12900,"wiki_name":"Koriff's coif (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Koriff's_coif#Normal","equipment":{"attack_stab":-60,"attack_slash":-60,"attack_crush":-60,"attack_magic":-60,"attack_ranged":18,"defence_stab":-25,"defence_slash":-25,"defence_crush":-25,"defence_magic":20,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26742":{"id":26742,"name":"Koriff's coif (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":21500,"lowalch":8600,"highalch":12900,"wiki_name":"Koriff's coif (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Koriff's_coif#Locked","equipment":{"attack_stab":-60,"attack_slash":-60,"attack_crush":-60,"attack_magic":-60,"attack_ranged":18,"defence_stab":-25,"defence_slash":-25,"defence_crush":-25,"defence_magic":20,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26743":{"id":26743,"name":"Maoma's med helm","members":true,"equipable":true,"equipable_by_player":true,"cost":11500,"lowalch":4600,"highalch":6900,"wiki_name":"Maoma's med helm (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Maoma's_med_helm#Normal","equipment":{"attack_stab":6,"attack_slash":6,"attack_crush":6,"attack_magic":-20,"attack_ranged":-20,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":-10,"defence_ranged":10,"melee_strength":1,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26744":{"id":26744,"name":"Maoma's med helm (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":11500,"lowalch":4600,"highalch":6900,"wiki_name":"Maoma's med helm (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Maoma's_med_helm#Locked","equipment":{"attack_stab":6,"attack_slash":6,"attack_crush":6,"attack_magic":-20,"attack_ranged":-20,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":-10,"defence_ranged":10,"melee_strength":1,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26745":{"id":26745,"name":"Maoma's full helm","members":true,"equipable":true,"equipable_by_player":true,"cost":16500,"lowalch":6600,"highalch":9900,"wiki_name":"Maoma's full helm (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Maoma's_full_helm#Normal","equipment":{"attack_stab":8,"attack_slash":8,"attack_crush":8,"attack_magic":-40,"attack_ranged":-40,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":-15,"defence_ranged":15,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26746":{"id":26746,"name":"Maoma's full helm (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":16500,"lowalch":6600,"highalch":9900,"wiki_name":"Maoma's full helm (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Maoma's_full_helm#Locked","equipment":{"attack_stab":8,"attack_slash":8,"attack_crush":8,"attack_magic":-40,"attack_ranged":-40,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":-15,"defence_ranged":15,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26747":{"id":26747,"name":"Maoma's great helm","members":true,"equipable":true,"equipable_by_player":true,"cost":21500,"lowalch":8600,"highalch":12900,"wiki_name":"Maoma's great helm (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Maoma's_great_helm#Normal","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":10,"attack_magic":-60,"attack_ranged":-60,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":-25,"defence_ranged":25,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26748":{"id":26748,"name":"Maoma's great helm (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":21500,"lowalch":8600,"highalch":12900,"wiki_name":"Maoma's great helm (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Maoma's_great_helm#Locked","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":10,"attack_magic":-60,"attack_ranged":-60,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":-25,"defence_ranged":25,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26749":{"id":26749,"name":"Calamity chest","members":true,"equipable":true,"equipable_by_player":true,"cost":75000,"lowalch":30000,"highalch":45000,"wiki_name":"Calamity chest (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Calamity_chest#Normal","equipment":{"attack_stab":4,"attack_slash":4,"attack_crush":4,"attack_magic":8,"attack_ranged":11,"defence_stab":6,"defence_slash":7,"defence_crush":10,"defence_magic":12,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"26750":{"id":26750,"name":"Calamity chest (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":75000,"lowalch":30000,"highalch":45000,"wiki_name":"Calamity chest (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Calamity_chest#Locked","equipment":{"attack_stab":4,"attack_slash":4,"attack_crush":4,"attack_magic":8,"attack_ranged":11,"defence_stab":6,"defence_slash":7,"defence_crush":10,"defence_magic":12,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"26751":{"id":26751,"name":"Superior calamity chest","members":true,"equipable":true,"equipable_by_player":true,"cost":100000,"lowalch":40000,"highalch":60000,"wiki_name":"Superior calamity chest (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Superior_calamity_chest#Normal","equipment":{"attack_stab":5,"attack_slash":5,"attack_crush":5,"attack_magic":12,"attack_ranged":16,"defence_stab":47,"defence_slash":51,"defence_crush":54,"defence_magic":28,"defence_ranged":48,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"26752":{"id":26752,"name":"Superior calamity chest (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":100000,"lowalch":40000,"highalch":60000,"wiki_name":"Superior calamity chest (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Superior_calamity_chest#Locked","equipment":{"attack_stab":5,"attack_slash":5,"attack_crush":5,"attack_magic":12,"attack_ranged":16,"defence_stab":47,"defence_slash":51,"defence_crush":54,"defence_magic":28,"defence_ranged":48,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"26753":{"id":26753,"name":"Elite calamity chest","members":true,"equipable":true,"equipable_by_player":true,"cost":125000,"lowalch":50000,"highalch":75000,"wiki_name":"Elite calamity chest (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Elite_calamity_chest#Normal","equipment":{"attack_stab":6,"attack_slash":6,"attack_crush":6,"attack_magic":16,"attack_ranged":21,"defence_stab":66,"defence_slash":63,"defence_crush":66,"defence_magic":36,"defence_ranged":64,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"26754":{"id":26754,"name":"Elite calamity chest (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":125000,"lowalch":50000,"highalch":75000,"wiki_name":"Elite calamity chest (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Elite_calamity_chest#Locked","equipment":{"attack_stab":6,"attack_slash":6,"attack_crush":6,"attack_magic":16,"attack_ranged":21,"defence_stab":66,"defence_slash":63,"defence_crush":66,"defence_magic":36,"defence_ranged":64,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"26755":{"id":26755,"name":"Calamity breeches","members":true,"equipable":true,"equipable_by_player":true,"cost":75000,"lowalch":30000,"highalch":45000,"wiki_name":"Calamity breeches (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Calamity_breeches#Normal","equipment":{"attack_stab":2,"attack_slash":2,"attack_crush":2,"attack_magic":5,"attack_ranged":8,"defence_stab":4,"defence_slash":5,"defence_crush":8,"defence_magic":8,"defence_ranged":8,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"26756":{"id":26756,"name":"Calamity breeches (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":75000,"lowalch":30000,"highalch":45000,"wiki_name":"Calamity breeches (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Calamity_breeches#Locked","equipment":{"attack_stab":2,"attack_slash":2,"attack_crush":2,"attack_magic":5,"attack_ranged":8,"defence_stab":4,"defence_slash":5,"defence_crush":8,"defence_magic":8,"defence_ranged":8,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"26757":{"id":26757,"name":"Superior calamity breeches","members":true,"equipable":true,"equipable_by_player":true,"cost":100000,"lowalch":40000,"highalch":60000,"wiki_name":"Superior calamity breeches (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Superior_calamity_breeches#Normal","equipment":{"attack_stab":3,"attack_slash":3,"attack_crush":3,"attack_magic":8,"attack_ranged":11,"defence_stab":32,"defence_slash":34,"defence_crush":36,"defence_magic":20,"defence_ranged":32,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"26758":{"id":26758,"name":"Superior calamity breeches (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":100000,"lowalch":40000,"highalch":60000,"wiki_name":"Superior calamity breeches (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Superior_calamity_breeches#Locked","equipment":{"attack_stab":3,"attack_slash":3,"attack_crush":3,"attack_magic":8,"attack_ranged":11,"defence_stab":32,"defence_slash":34,"defence_crush":36,"defence_magic":20,"defence_ranged":32,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"26759":{"id":26759,"name":"Elite calamity breeches","members":true,"equipable":true,"equipable_by_player":true,"cost":125000,"lowalch":50000,"highalch":75000,"wiki_name":"Elite calamity breeches (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Elite_calamity_breeches#Normal","equipment":{"attack_stab":4,"attack_slash":4,"attack_crush":4,"attack_magic":11,"attack_ranged":14,"defence_stab":44,"defence_slash":43,"defence_crush":44,"defence_magic":24,"defence_ranged":44,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"26760":{"id":26760,"name":"Elite calamity breeches (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":125000,"lowalch":50000,"highalch":75000,"wiki_name":"Elite calamity breeches (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Elite_calamity_breeches#Locked","equipment":{"attack_stab":4,"attack_slash":4,"attack_crush":4,"attack_magic":11,"attack_ranged":14,"defence_stab":44,"defence_slash":43,"defence_crush":44,"defence_magic":24,"defence_ranged":44,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"26763":{"id":26763,"name":"Salve amulet(i)","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Salve amulet(i) (Emir's Arena)","wiki_url":"https://oldschool.runescape.wiki/w/Salve_amulet(i)#Emir's_Arena","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"neck","requirements":null},"price":0},"26764":{"id":26764,"name":"Ring of the gods (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Ring of the gods (i) (Emir's Arena)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_the_gods_(i)#Emir's_Arena","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":1,"defence_ranged":1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":8,"slot":"ring","requirements":null},"price":0},"26765":{"id":26765,"name":"Tyrannical ring (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Tyrannical ring (i) (Emir's Arena)","wiki_url":"https://oldschool.runescape.wiki/w/Tyrannical_ring_(i)#Emir's_Arena","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":8,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":8,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"26766":{"id":26766,"name":"Treasonous ring (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Treasonous ring (i) (Emir's Arena)","wiki_url":"https://oldschool.runescape.wiki/w/Treasonous_ring_(i)#Emir's_Arena","equipment":{"attack_stab":8,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":8,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"26767":{"id":26767,"name":"Seers ring (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Seers ring (i) (Emir's Arena)","wiki_url":"https://oldschool.runescape.wiki/w/Seers_ring_(i)#Emir's_Arena","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":12,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":12,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"26768":{"id":26768,"name":"Archers ring (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Archers ring (i) (Emir's Arena)","wiki_url":"https://oldschool.runescape.wiki/w/Archers_ring_(i)#Emir's_Arena","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":8,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":8,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"26769":{"id":26769,"name":"Warrior ring (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Warrior ring (i) (Emir's Arena)","wiki_url":"https://oldschool.runescape.wiki/w/Warrior_ring_(i)#Emir's_Arena","equipment":{"attack_stab":0,"attack_slash":8,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":8,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"26770":{"id":26770,"name":"Berserker ring (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Berserker ring (i) (Emir's Arena)","wiki_url":"https://oldschool.runescape.wiki/w/Berserker_ring_(i)#Emir's_Arena","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":8,"defence_magic":0,"defence_ranged":0,"melee_strength":8,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"26782":{"id":26782,"name":"Salve amulet(ei)","members":true,"equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"wiki_name":"Salve amulet(ei) (Emir's Arena)","wiki_url":"https://oldschool.runescape.wiki/w/Salve_amulet(ei)#Emir's_Arena","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"neck","requirements":null},"price":0},"26784":{"id":26784,"name":"Colossal pouch","members":true,"cost":1200,"lowalch":480,"highalch":720,"wiki_name":"Colossal pouch (New)","wiki_url":"https://oldschool.runescape.wiki/w/Colossal_pouch#New","price":0},"26786":{"id":26786,"name":"Colossal pouch","members":true,"cost":1200,"lowalch":480,"highalch":720,"wiki_name":"Colossal pouch (Degraded)","wiki_url":"https://oldschool.runescape.wiki/w/Colossal_pouch#Degraded","price":0},"26788":{"id":26788,"name":"Gold tiara","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":10000,"wiki_name":"Gold tiara","wiki_url":"https://oldschool.runescape.wiki/w/Gold_tiara","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":60},"26792":{"id":26792,"name":"Abyssal pearls","members":true,"stackable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Abyssal pearls","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_pearls","price":0},"26798":{"id":26798,"name":"Catalytic talisman","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":40,"wiki_name":"Catalytic talisman","wiki_url":"https://oldschool.runescape.wiki/w/Catalytic_talisman","price":7991},"26801":{"id":26801,"name":"Catalytic tiara","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":40,"wiki_name":"Catalytic tiara","wiki_url":"https://oldschool.runescape.wiki/w/Catalytic_tiara","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":1000},"26804":{"id":26804,"name":"Elemental tiara","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Elemental tiara","wiki_url":"https://oldschool.runescape.wiki/w/Elemental_tiara","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":1225},"26807":{"id":26807,"name":"Abyssal green dye","members":true,"cost":3000,"wiki_name":"Abyssal green dye","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_green_dye","price":0},"26809":{"id":26809,"name":"Abyssal blue dye","members":true,"cost":3000,"wiki_name":"Abyssal blue dye","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_blue_dye","price":0},"26811":{"id":26811,"name":"Abyssal red dye","members":true,"cost":3000,"wiki_name":"Abyssal red dye","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_red_dye","price":0},"26813":{"id":26813,"name":"Abyssal needle","members":true,"cost":3000,"wiki_name":"Abyssal needle","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_needle","price":0},"26815":{"id":26815,"name":"Ring of the elements","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"wiki_name":"Ring of the elements (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_the_elements#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":808389},"26818":{"id":26818,"name":"Ring of the elements","members":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"wiki_name":"Ring of the elements (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_the_elements#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"26820":{"id":26820,"name":"Guardian's eye","members":true,"cost":3000,"wiki_name":"Guardian's eye","wiki_url":"https://oldschool.runescape.wiki/w/Guardian's_eye","price":0},"26822":{"id":26822,"name":"Abyssal lantern","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Abyssal lantern (Unlit)","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_lantern#Unlit","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"26824":{"id":26824,"name":"Abyssal lantern (normal logs)","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Abyssal lantern (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_lantern#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"26826":{"id":26826,"name":"Abyssal lantern (blue logs)","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Abyssal lantern (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_lantern#Blue","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"26828":{"id":26828,"name":"Abyssal lantern (red logs)","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Abyssal lantern (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_lantern#Red","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"26830":{"id":26830,"name":"Abyssal lantern (white logs)","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Abyssal lantern (White)","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_lantern#White","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"26832":{"id":26832,"name":"Abyssal lantern (purple logs)","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Abyssal lantern (Purple)","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_lantern#Purple","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"26834":{"id":26834,"name":"Abyssal lantern (green logs)","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Abyssal lantern (Green)","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_lantern#Green","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"26836":{"id":26836,"name":"Abyssal lantern (oak logs)","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Abyssal lantern (Oak)","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_lantern#Oak","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"26838":{"id":26838,"name":"Abyssal lantern (willow logs)","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Abyssal lantern (Willow)","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_lantern#Willow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"26840":{"id":26840,"name":"Abyssal lantern (maple logs)","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Abyssal lantern (Maple)","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_lantern#Maple","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"26842":{"id":26842,"name":"Abyssal lantern (yew logs)","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Abyssal lantern (Yew)","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_lantern#Yew","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"26844":{"id":26844,"name":"Abyssal lantern (blisterwood logs)","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Abyssal lantern (Blisterwood)","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_lantern#Blisterwood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"26846":{"id":26846,"name":"Abyssal lantern (magic logs)","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Abyssal lantern (Magic)","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_lantern#Magic","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"26848":{"id":26848,"name":"Abyssal lantern (redwood logs)","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Abyssal lantern (Redwood)","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_lantern#Redwood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"26850":{"id":26850,"name":"Hat of the eye","members":true,"equipable":true,"equipable_by_player":true,"cost":400,"lowalch":160,"highalch":240,"wiki_name":"Hat of the eye (Regular)","wiki_url":"https://oldschool.runescape.wiki/w/Hat_of_the_eye#Regular","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26852":{"id":26852,"name":"Robe top of the eye","members":true,"equipable":true,"equipable_by_player":true,"cost":350,"lowalch":140,"highalch":210,"wiki_name":"Robe top of the eye (Regular)","wiki_url":"https://oldschool.runescape.wiki/w/Robe_top_of_the_eye#Regular","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"26854":{"id":26854,"name":"Robe bottoms of the eye","members":true,"equipable":true,"equipable_by_player":true,"cost":350,"lowalch":140,"highalch":210,"wiki_name":"Robe bottoms of the eye (Regular)","wiki_url":"https://oldschool.runescape.wiki/w/Robe_bottoms_of_the_eye#Regular","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"26856":{"id":26856,"name":"Boots of the eye","members":true,"equipable":true,"equipable_by_player":true,"cost":250,"wiki_name":"Boots of the eye","wiki_url":"https://oldschool.runescape.wiki/w/Boots_of_the_eye","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"26858":{"id":26858,"name":"Hat of the eye (red)","members":true,"equipable":true,"equipable_by_player":true,"cost":400,"lowalch":160,"highalch":240,"wiki_name":"Hat of the eye (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Hat_of_the_eye#Red","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26860":{"id":26860,"name":"Robe top of the eye (red)","members":true,"equipable":true,"equipable_by_player":true,"cost":350,"lowalch":140,"highalch":210,"wiki_name":"Robe top of the eye (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Robe_top_of_the_eye#Red","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"26862":{"id":26862,"name":"Robe bottoms of the eye (red)","members":true,"equipable":true,"equipable_by_player":true,"cost":350,"lowalch":140,"highalch":210,"wiki_name":"Robe bottoms of the eye (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Robe_bottoms_of_the_eye#Red","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"26864":{"id":26864,"name":"Hat of the eye (green)","members":true,"equipable":true,"equipable_by_player":true,"cost":400,"lowalch":160,"highalch":240,"wiki_name":"Hat of the eye (Green)","wiki_url":"https://oldschool.runescape.wiki/w/Hat_of_the_eye#Green","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26866":{"id":26866,"name":"Robe top of the eye (green)","members":true,"equipable":true,"equipable_by_player":true,"cost":350,"lowalch":140,"highalch":210,"wiki_name":"Robe top of the eye (Green)","wiki_url":"https://oldschool.runescape.wiki/w/Robe_top_of_the_eye#Green","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"26868":{"id":26868,"name":"Robe bottoms of the eye (green)","members":true,"equipable":true,"equipable_by_player":true,"cost":350,"lowalch":140,"highalch":210,"wiki_name":"Robe bottoms of the eye (Green)","wiki_url":"https://oldschool.runescape.wiki/w/Robe_bottoms_of_the_eye#Green","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"26870":{"id":26870,"name":"Hat of the eye (blue)","members":true,"equipable":true,"equipable_by_player":true,"cost":400,"lowalch":160,"highalch":240,"wiki_name":"Hat of the eye (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Hat_of_the_eye#Blue","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26872":{"id":26872,"name":"Robe top of the eye (blue)","members":true,"equipable":true,"equipable_by_player":true,"cost":350,"lowalch":140,"highalch":210,"wiki_name":"Robe top of the eye (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Robe_top_of_the_eye#Blue","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"26874":{"id":26874,"name":"Robe bottoms of the eye (blue)","members":true,"equipable":true,"equipable_by_player":true,"cost":350,"lowalch":140,"highalch":210,"wiki_name":"Robe bottoms of the eye (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Robe_bottoms_of_the_eye#Blue","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"26876":{"id":26876,"name":"Atlax's diary","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Atlax's diary","wiki_url":"https://oldschool.runescape.wiki/w/Atlax's_diary","price":0},"26878":{"id":26878,"name":"Guardian fragments","members":true,"stackable":true,"cost":20,"wiki_name":"Guardian fragments","wiki_url":"https://oldschool.runescape.wiki/w/Guardian_fragments","price":0},"26879":{"id":26879,"name":"Guardian essence","members":true,"cost":30,"wiki_name":"Guardian essence","wiki_url":"https://oldschool.runescape.wiki/w/Guardian_essence","price":0},"26880":{"id":26880,"name":"Catalytic guardian stone","members":true,"stackable":true,"cost":30,"wiki_name":"Catalytic guardian stone","wiki_url":"https://oldschool.runescape.wiki/w/Catalytic_guardian_stone","price":0},"26881":{"id":26881,"name":"Elemental guardian stone","members":true,"stackable":true,"cost":30,"wiki_name":"Elemental guardian stone","wiki_url":"https://oldschool.runescape.wiki/w/Elemental_guardian_stone","price":0},"26882":{"id":26882,"name":"Uncharged cell","members":true,"stackable":true,"cost":30,"wiki_name":"Uncharged cell","wiki_url":"https://oldschool.runescape.wiki/w/Uncharged_cell","price":0},"26883":{"id":26883,"name":"Weak cell","members":true,"cost":30,"wiki_name":"Weak cell","wiki_url":"https://oldschool.runescape.wiki/w/Weak_cell","price":0},"26884":{"id":26884,"name":"Medium cell","members":true,"cost":30,"wiki_name":"Medium cell","wiki_url":"https://oldschool.runescape.wiki/w/Medium_cell","price":0},"26885":{"id":26885,"name":"Strong cell","members":true,"cost":30,"wiki_name":"Strong cell","wiki_url":"https://oldschool.runescape.wiki/w/Strong_cell","price":0},"26886":{"id":26886,"name":"Overcharged cell","members":true,"cost":30,"wiki_name":"Overcharged cell","wiki_url":"https://oldschool.runescape.wiki/w/Overcharged_cell","price":0},"26887":{"id":26887,"name":"Portal talisman (air)","members":true,"stackable":true,"cost":1,"wiki_name":"Portal talisman (air)","wiki_url":"https://oldschool.runescape.wiki/w/Portal_talisman_(air)","price":0},"26888":{"id":26888,"name":"Portal talisman (water)","members":true,"stackable":true,"cost":1,"wiki_name":"Portal talisman (water)","wiki_url":"https://oldschool.runescape.wiki/w/Portal_talisman_(water)","price":0},"26889":{"id":26889,"name":"Portal talisman (earth)","members":true,"stackable":true,"cost":1,"wiki_name":"Portal talisman (earth)","wiki_url":"https://oldschool.runescape.wiki/w/Portal_talisman_(earth)","price":0},"26890":{"id":26890,"name":"Portal talisman (fire)","members":true,"stackable":true,"cost":1,"wiki_name":"Portal talisman (fire)","wiki_url":"https://oldschool.runescape.wiki/w/Portal_talisman_(fire)","price":0},"26891":{"id":26891,"name":"Portal talisman (mind)","members":true,"stackable":true,"cost":1,"wiki_name":"Portal talisman (mind)","wiki_url":"https://oldschool.runescape.wiki/w/Portal_talisman_(mind)","price":0},"26892":{"id":26892,"name":"Portal talisman (chaos)","members":true,"stackable":true,"cost":1,"wiki_name":"Portal talisman (chaos)","wiki_url":"https://oldschool.runescape.wiki/w/Portal_talisman_(chaos)","price":0},"26893":{"id":26893,"name":"Portal talisman (death)","members":true,"stackable":true,"cost":1,"wiki_name":"Portal talisman (death)","wiki_url":"https://oldschool.runescape.wiki/w/Portal_talisman_(death)","price":0},"26894":{"id":26894,"name":"Portal talisman (blood)","members":true,"stackable":true,"cost":1,"wiki_name":"Portal talisman (blood)","wiki_url":"https://oldschool.runescape.wiki/w/Portal_talisman_(blood)","price":0},"26895":{"id":26895,"name":"Portal talisman (body)","members":true,"stackable":true,"cost":1,"wiki_name":"Portal talisman (body)","wiki_url":"https://oldschool.runescape.wiki/w/Portal_talisman_(body)","price":0},"26896":{"id":26896,"name":"Portal talisman (cosmic)","members":true,"stackable":true,"cost":1,"wiki_name":"Portal talisman (cosmic)","wiki_url":"https://oldschool.runescape.wiki/w/Portal_talisman_(cosmic)","price":0},"26897":{"id":26897,"name":"Portal talisman (nature)","members":true,"stackable":true,"cost":1,"wiki_name":"Portal talisman (nature)","wiki_url":"https://oldschool.runescape.wiki/w/Portal_talisman_(nature)","price":0},"26898":{"id":26898,"name":"Portal talisman (law)","members":true,"stackable":true,"cost":1,"wiki_name":"Portal talisman (law)","wiki_url":"https://oldschool.runescape.wiki/w/Portal_talisman_(law)","price":0},"26899":{"id":26899,"name":"Greatish guardian","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rift guardian (Greatish guardian)","wiki_url":"https://oldschool.runescape.wiki/w/Rift_guardian#Greatish_guardian","price":0},"26901":{"id":26901,"name":"Abyssal protector","members":true,"cost":1,"wiki_name":"Abyssal protector","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_protector","price":0},"26903":{"id":26903,"name":"Eye amulet","members":true,"cost":30,"wiki_name":"Eye amulet","wiki_url":"https://oldschool.runescape.wiki/w/Eye_amulet","price":0},"26904":{"id":26904,"name":"Strong cup of tea","members":true,"cost":30,"wiki_name":"Strong cup of tea","wiki_url":"https://oldschool.runescape.wiki/w/Strong_cup_of_tea","price":0},"26905":{"id":26905,"name":"Abyssal incantation","members":true,"cost":30,"wiki_name":"Abyssal incantation","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_incantation","price":0},"26906":{"id":26906,"name":"Colossal pouch","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Colossal pouch (Devious Minds)","wiki_url":"https://oldschool.runescape.wiki/w/Colossal_pouch_(Devious_Minds)","price":0},"26908":{"id":26908,"name":"Intricate pouch","members":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Intricate pouch","wiki_url":"https://oldschool.runescape.wiki/w/Intricate_pouch","price":0},"26910":{"id":26910,"name":"Tarnished locket","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"wiki_name":"Tarnished locket","wiki_url":"https://oldschool.runescape.wiki/w/Tarnished_locket","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"26912":{"id":26912,"name":"Lost bag","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"wiki_name":"Lost bag","wiki_url":"https://oldschool.runescape.wiki/w/Lost_bag","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"26914":{"id":26914,"name":"Amulet of the eye","members":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Amulet of the eye (Regular)","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_the_eye#Regular","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"26916":{"id":26916,"name":"Special hot sauce","cost":0,"wiki_name":"Special hot sauce","wiki_url":"https://oldschool.runescape.wiki/w/Special_hot_sauce","price":0},"26917":{"id":26917,"name":"Special super hot kebab","cost":0,"wiki_name":"Special super hot kebab","wiki_url":"https://oldschool.runescape.wiki/w/Special_super_hot_kebab","price":0},"26918":{"id":26918,"name":"Secret report","cost":1,"wiki_name":"Secret report","wiki_url":"https://oldschool.runescape.wiki/w/Secret_report","price":0},"26919":{"id":26919,"name":"Big bucket","cost":2,"wiki_name":"Big bucket","wiki_url":"https://oldschool.runescape.wiki/w/Big_bucket","price":0},"26920":{"id":26920,"name":"Big bucket of camel milk","cost":6,"wiki_name":"Big bucket of camel milk","wiki_url":"https://oldschool.runescape.wiki/w/Big_bucket_of_camel_milk","price":0},"26921":{"id":26921,"name":"Big bucket of frozen camel milk","cost":6,"wiki_name":"Big bucket of frozen camel milk","wiki_url":"https://oldschool.runescape.wiki/w/Big_bucket_of_frozen_camel_milk","price":0},"26924":{"id":26924,"name":"Magical cleaning potion","cost":0,"wiki_name":"Magical cleaning potion (2022 Easter event)","wiki_url":"https://oldschool.runescape.wiki/w/Magical_cleaning_potion_(2022_Easter_event)","price":0},"26925":{"id":26925,"name":"Cooler","cost":1,"wiki_name":"Cooler","wiki_url":"https://oldschool.runescape.wiki/w/Cooler","price":0},"26926":{"id":26926,"name":"Easter egg","cost":1,"wiki_name":"Easter egg (2022 Easter event)","wiki_url":"https://oldschool.runescape.wiki/w/Easter_egg_(2022_Easter_event)","price":0},"26927":{"id":26927,"name":"Melted easter egg","cost":1,"wiki_name":"Melted easter egg","wiki_url":"https://oldschool.runescape.wiki/w/Melted_easter_egg","price":0},"26928":{"id":26928,"name":"Ice cream easter egg","cost":1,"wiki_name":"Ice cream easter egg","wiki_url":"https://oldschool.runescape.wiki/w/Ice_cream_easter_egg","price":0},"26929":{"id":26929,"name":"Blunt scimitars","cost":0,"wiki_name":"Blunt scimitars","wiki_url":"https://oldschool.runescape.wiki/w/Blunt_scimitars","price":0},"26930":{"id":26930,"name":"Washing line","cost":1,"wiki_name":"Washing line","wiki_url":"https://oldschool.runescape.wiki/w/Washing_line","price":0},"26931":{"id":26931,"name":"Tanning wheel","cost":1,"wiki_name":"Tanning wheel","wiki_url":"https://oldschool.runescape.wiki/w/Tanning_wheel","price":0},"26932":{"id":26932,"name":"Vat (dirty)","cost":1,"wiki_name":"Vat (dirty)","wiki_url":"https://oldschool.runescape.wiki/w/Vat_(dirty)","price":0},"26933":{"id":26933,"name":"Vat (cleaned)","cost":1,"wiki_name":"Vat (cleaned)","wiki_url":"https://oldschool.runescape.wiki/w/Vat_(cleaned)","price":0},"26934":{"id":26934,"name":"Wooden pole","cost":1,"wiki_name":"Wooden pole","wiki_url":"https://oldschool.runescape.wiki/w/Wooden_pole","price":0},"26935":{"id":26935,"name":"Churning machine","cost":0,"wiki_name":"Churning machine","wiki_url":"https://oldschool.runescape.wiki/w/Churning_machine","price":0},"26936":{"id":26936,"name":"Frozen churning machine","cost":0,"wiki_name":"Frozen churning machine","wiki_url":"https://oldschool.runescape.wiki/w/Frozen_churning_machine","price":0},"26937":{"id":26937,"name":"Easter hat","equipable":true,"equipable_by_player":true,"cost":70,"wiki_name":"Easter hat","wiki_url":"https://oldschool.runescape.wiki/w/Easter_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26939":{"id":26939,"name":"Crate ring","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Crate ring","wiki_url":"https://oldschool.runescape.wiki/w/Crate_ring","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"26941":{"id":26941,"name":"Polyelemental guardian stone","members":true,"stackable":true,"cost":30,"wiki_name":"Polyelemental guardian stone","wiki_url":"https://oldschool.runescape.wiki/w/Polyelemental_guardian_stone","price":0},"26942":{"id":26942,"name":"Message","members":true,"cost":30,"wiki_name":"Message (Beneath Cursed Sands)","wiki_url":"https://oldschool.runescape.wiki/w/Message_(Beneath_Cursed_Sands)","price":0},"26952":{"id":26952,"name":"Scarab mould","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Scarab mould","wiki_url":"https://oldschool.runescape.wiki/w/Scarab_mould","price":0},"26953":{"id":26953,"name":"Scarab emblem","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Scarab emblem (Iron)","wiki_url":"https://oldschool.runescape.wiki/w/Scarab_emblem#Iron","price":0},"26954":{"id":26954,"name":"Stone tablet","members":true,"cost":30,"wiki_name":"Stone tablet (Beneath Cursed Sands)","wiki_url":"https://oldschool.runescape.wiki/w/Stone_tablet_(Beneath_Cursed_Sands)","price":0},"26955":{"id":26955,"name":"Chest","members":true,"cost":30,"wiki_name":"Chest (Beneath Cursed Sands)","wiki_url":"https://oldschool.runescape.wiki/w/Chest_(Beneath_Cursed_Sands)","price":0},"26956":{"id":26956,"name":"Scarab emblem","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Scarab emblem (Gold)","wiki_url":"https://oldschool.runescape.wiki/w/Scarab_emblem#Gold","price":0},"26957":{"id":26957,"name":"Human emblem","members":true,"cost":30,"wiki_name":"Human emblem","wiki_url":"https://oldschool.runescape.wiki/w/Human_emblem","price":0},"26958":{"id":26958,"name":"Baboon emblem","members":true,"cost":30,"wiki_name":"Baboon emblem","wiki_url":"https://oldschool.runescape.wiki/w/Baboon_emblem","price":0},"26959":{"id":26959,"name":"Crocodile emblem","members":true,"cost":30,"wiki_name":"Crocodile emblem","wiki_url":"https://oldschool.runescape.wiki/w/Crocodile_emblem","price":0},"26960":{"id":26960,"name":"Rusty key","members":true,"cost":30,"wiki_name":"Rusty key","wiki_url":"https://oldschool.runescape.wiki/w/Rusty_key","price":0},"26961":{"id":26961,"name":"Lily of the elid","members":true,"cost":30,"wiki_name":"Lily of the elid","wiki_url":"https://oldschool.runescape.wiki/w/Lily_of_the_elid","price":0},"26962":{"id":26962,"name":"Cure crate","members":true,"cost":30,"wiki_name":"Cure crate","wiki_url":"https://oldschool.runescape.wiki/w/Cure_crate","price":0},"26963":{"id":26963,"name":"Odd spectacles","members":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Odd spectacles","wiki_url":"https://oldschool.runescape.wiki/w/Odd_spectacles","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26965":{"id":26965,"name":"Bottle of 'tonic'","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Bottle of 'tonic'","wiki_url":"https://oldschool.runescape.wiki/w/Bottle_of_'tonic'","price":0},"26967":{"id":26967,"name":"Circlet of water (uncharged)","members":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Circlet of water (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Circlet_of_water#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26969":{"id":26969,"name":"Circlet of water","members":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Circlet of water (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Circlet_of_water#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26984":{"id":26984,"name":"Lost bag","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Lost bag (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Lost_bag#Red","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"26986":{"id":26986,"name":"Lost bag","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Lost bag (Green)","wiki_url":"https://oldschool.runescape.wiki/w/Lost_bag#Green","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"26988":{"id":26988,"name":"Lost bag","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Lost bag (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Lost_bag#Blue","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"26990":{"id":26990,"name":"Amulet of the eye","members":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Amulet of the eye (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_the_eye#Red","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"26992":{"id":26992,"name":"Amulet of the eye","members":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Amulet of the eye (Green)","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_the_eye#Green","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"26994":{"id":26994,"name":"Amulet of the eye","members":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Amulet of the eye (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_the_eye#Blue","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"26996":{"id":26996,"name":"Ensouled hellhound head","members":true,"tradeable":true,"cost":540,"lowalch":216,"highalch":324,"wiki_name":"Ensouled hellhound head (Drop)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_hellhound_head#Drop","price":0},"26997":{"id":26997,"name":"Ensouled hellhound head","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":536,"lowalch":214,"highalch":321,"wiki_name":"Ensouled hellhound head (Item)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_hellhound_head#Item","price":4657},"27000":{"id":27000,"name":"Void knight top (l)(or)","members":true,"equipable":true,"equipable_by_player":true,"cost":48000,"lowalch":19200,"highalch":28800,"wiki_name":"Void knight top (or) (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Void_knight_top_(or)#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":45,"defence_slash":45,"defence_crush":45,"defence_magic":45,"defence_ranged":45,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"27001":{"id":27001,"name":"Void knight robe (l)(or)","members":true,"equipable":true,"equipable_by_player":true,"cost":45000,"lowalch":18000,"highalch":27000,"wiki_name":"Void knight robe (or) (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Void_knight_robe_(or)#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":30,"defence_slash":30,"defence_crush":30,"defence_magic":30,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"27002":{"id":27002,"name":"Void knight gloves (l)(or)","members":true,"equipable":true,"equipable_by_player":true,"cost":6052,"lowalch":2420,"highalch":3631,"wiki_name":"Void knight gloves (or) (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Void_knight_gloves_(or)#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":6,"defence_slash":6,"defence_crush":6,"defence_magic":4,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"27003":{"id":27003,"name":"Elite void top (l)(or)","members":true,"equipable":true,"equipable_by_player":true,"cost":48500,"lowalch":19400,"highalch":29100,"wiki_name":"Elite void top (or) (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Elite_void_top_(or)#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":45,"defence_slash":45,"defence_crush":45,"defence_magic":45,"defence_ranged":45,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"body","requirements":null},"price":0},"27004":{"id":27004,"name":"Elite void robe (l)(or)","members":true,"equipable":true,"equipable_by_player":true,"cost":45500,"lowalch":18200,"highalch":27300,"wiki_name":"Elite void robe (or) (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Elite_void_robe_(or)#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":30,"defence_slash":30,"defence_crush":30,"defence_magic":30,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"legs","requirements":null},"price":0},"27005":{"id":27005,"name":"Void mage helm (l)(or)","members":true,"equipable":true,"equipable_by_player":true,"cost":9851,"lowalch":3940,"highalch":5910,"wiki_name":"Void mage helm (or) (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Void_mage_helm_(or)#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":6,"defence_slash":6,"defence_crush":6,"defence_magic":6,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27006":{"id":27006,"name":"Void ranger helm (l)(or)","members":true,"equipable":true,"equipable_by_player":true,"cost":9851,"lowalch":3940,"highalch":5910,"wiki_name":"Void ranger helm (or) (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Void_ranger_helm_(or)#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":6,"defence_slash":6,"defence_crush":6,"defence_magic":6,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27007":{"id":27007,"name":"Void melee helm (l)(or)","members":true,"equipable":true,"equipable_by_player":true,"cost":9851,"lowalch":3940,"highalch":5910,"wiki_name":"Void melee helm (or) (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Void_melee_helm_(or)#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":6,"defence_slash":6,"defence_crush":6,"defence_magic":6,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27008":{"id":27008,"name":"Dragon defender (l)(t)","members":true,"equipable":true,"equipable_by_player":true,"cost":68007,"lowalch":27202,"highalch":40804,"wiki_name":"Dragon defender (t) (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_defender_(t)#Locked","equipment":{"attack_stab":25,"attack_slash":24,"attack_crush":23,"attack_magic":-3,"attack_ranged":-2,"defence_stab":25,"defence_slash":24,"defence_crush":23,"defence_magic":-3,"defence_ranged":-2,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"27009":{"id":27009,"name":"Rune defender (l)(t)","members":true,"equipable":true,"equipable_by_player":true,"cost":65004,"lowalch":26001,"highalch":39002,"wiki_name":"Rune defender (t) (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_defender_(t)#Locked","equipment":{"attack_stab":20,"attack_slash":19,"attack_crush":18,"attack_magic":-3,"attack_ranged":-2,"defence_stab":20,"defence_slash":19,"defence_crush":18,"defence_magic":-3,"defence_ranged":-2,"melee_strength":5,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"27010":{"id":27010,"name":"Preform","members":true,"cost":80,"wiki_name":"Preform","wiki_url":"https://oldschool.runescape.wiki/w/Preform","price":0},"27012":{"id":27012,"name":"Double ammo mould","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Double ammo mould","wiki_url":"https://oldschool.runescape.wiki/w/Double_ammo_mould","price":0},"27014":{"id":27014,"name":"Kovac's grog","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Kovac's grog","wiki_url":"https://oldschool.runescape.wiki/w/Kovac's_grog","price":50000},"27017":{"id":27017,"name":"Smithing catalyst","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Smithing catalyst","wiki_url":"https://oldschool.runescape.wiki/w/Smithing_catalyst","price":0},"27019":{"id":27019,"name":"Ore pack","members":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Ore pack","wiki_url":"https://oldschool.runescape.wiki/w/Ore_pack","price":0},"27021":{"id":27021,"name":"Colossal blade","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":225000,"wiki_name":"Colossal blade","wiki_url":"https://oldschool.runescape.wiki/w/Colossal_blade","equipment":{"attack_stab":-4,"attack_slash":98,"attack_crush":65,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":100,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":6,"weapon_type":"2h_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"smash","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0,"lowalch":90000,"highalch":135000},"27023":{"id":27023,"name":"Smiths tunic","members":true,"equipable":true,"equipable_by_player":true,"cost":380,"lowalch":152,"highalch":228,"wiki_name":"Smiths tunic","wiki_url":"https://oldschool.runescape.wiki/w/Smiths_tunic","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"27025":{"id":27025,"name":"Smiths trousers","members":true,"equipable":true,"equipable_by_player":true,"cost":340,"lowalch":136,"highalch":204,"wiki_name":"Smiths trousers","wiki_url":"https://oldschool.runescape.wiki/w/Smiths_trousers","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"27027":{"id":27027,"name":"Smiths boots","members":true,"equipable":true,"equipable_by_player":true,"cost":280,"lowalch":112,"highalch":168,"wiki_name":"Smiths boots","wiki_url":"https://oldschool.runescape.wiki/w/Smiths_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"27029":{"id":27029,"name":"Smiths gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":390,"lowalch":156,"highalch":234,"wiki_name":"Smiths gloves","wiki_url":"https://oldschool.runescape.wiki/w/Smiths_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"27031":{"id":27031,"name":"Smiths gloves (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":390,"lowalch":156,"highalch":234,"wiki_name":"Smiths gloves (i)","wiki_url":"https://oldschool.runescape.wiki/w/Smiths_gloves_(i)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"27035":{"id":27035,"name":"Flower crown","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Flower crown (Pride)","wiki_url":"https://oldschool.runescape.wiki/w/Flower_crown#Pride","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27037":{"id":27037,"name":"Legendary red rose seed","cost":0,"wiki_name":"Legendary red rose seed","wiki_url":"https://oldschool.runescape.wiki/w/Legendary_red_rose_seed","price":0},"27038":{"id":27038,"name":"Gorgeous orange lily seed","cost":0,"wiki_name":"Gorgeous orange lily seed","wiki_url":"https://oldschool.runescape.wiki/w/Gorgeous_orange_lily_seed","price":0},"27039":{"id":27039,"name":"Beautiful yellow pansy seed","cost":0,"wiki_name":"Beautiful yellow pansy seed","wiki_url":"https://oldschool.runescape.wiki/w/Beautiful_yellow_pansy_seed","price":0},"27040":{"id":27040,"name":"Tenacious indigo iris seed","cost":0,"wiki_name":"Tenacious indigo iris seed","wiki_url":"https://oldschool.runescape.wiki/w/Tenacious_indigo_iris_seed","price":0},"27041":{"id":27041,"name":"Quality violet tulip seed","cost":0,"wiki_name":"Quality violet tulip seed","wiki_url":"https://oldschool.runescape.wiki/w/Quality_violet_tulip_seed","price":0},"27042":{"id":27042,"name":"Group ironman helm (unranked)","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Group iron helm (unranked)","wiki_url":"https://oldschool.runescape.wiki/w/Group_iron_helm_(unranked)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":6,"defence_slash":7,"defence_crush":5,"defence_magic":-1,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27044":{"id":27044,"name":"Group ironman platelegs (unranked)","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Group iron platelegs (unranked)","wiki_url":"https://oldschool.runescape.wiki/w/Group_iron_platelegs_(unranked)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":11,"defence_slash":10,"defence_crush":10,"defence_magic":-4,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"27046":{"id":27046,"name":"Group ironman bracers (unranked)","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Group iron bracers (unranked)","wiki_url":"https://oldschool.runescape.wiki/w/Group_iron_bracers_(unranked)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":1,"defence_ranged":1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"27048":{"id":27048,"name":"Group ironman platebody (unranked)","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Group iron platebody (unranked) (II)","wiki_url":"https://oldschool.runescape.wiki/w/Group_iron_platebody_(unranked)#II","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":21,"defence_slash":20,"defence_crush":12,"defence_magic":-6,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"27050":{"id":27050,"name":"Group ironman platebody (unranked)","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Group iron platebody (unranked) (III)","wiki_url":"https://oldschool.runescape.wiki/w/Group_iron_platebody_(unranked)#III","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":21,"defence_slash":20,"defence_crush":12,"defence_magic":-6,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"27052":{"id":27052,"name":"Group ironman platebody (unranked)","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Group iron platebody (unranked) (IV)","wiki_url":"https://oldschool.runescape.wiki/w/Group_iron_platebody_(unranked)#IV","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":21,"defence_slash":20,"defence_crush":12,"defence_magic":-6,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"27054":{"id":27054,"name":"Group ironman platebody (unranked)","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Group iron platebody (unranked) (V)","wiki_url":"https://oldschool.runescape.wiki/w/Group_iron_platebody_(unranked)#V","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":21,"defence_slash":20,"defence_crush":12,"defence_magic":-6,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"27086":{"id":27086,"name":"Rune pouch","cost":1,"wiki_name":"Rune pouch (Emir's Arena)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_pouch_(Emir's_Arena)","price":0},"27098":{"id":27098,"name":"Elder maul ornament kit","members":true,"cost":5000,"wiki_name":"Elder maul ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Elder_maul_ornament_kit","price":0},"27100":{"id":27100,"name":"Elder maul (or)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":500010,"lowalch":200004,"highalch":300006,"wiki_name":"Elder maul (or)","wiki_url":"https://oldschool.runescape.wiki/w/Elder_maul_(or)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":135,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":147,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":75,"strength":75}},"weapon":{"attack_speed":6,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"27110":{"id":27110,"name":"Mithril gloves (wrapped)","members":true,"equipable":true,"equipable_by_player":true,"cost":85000,"lowalch":34000,"highalch":51000,"wiki_name":"Mithril gloves (wrapped)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_gloves_(wrapped)","equipment":{"attack_stab":15,"attack_slash":15,"attack_crush":15,"attack_magic":6,"attack_ranged":15,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"27111":{"id":27111,"name":"Rune gloves (wrapped)","members":true,"equipable":true,"equipable_by_player":true,"cost":85000,"lowalch":34000,"highalch":51000,"wiki_name":"Rune gloves (wrapped)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_gloves_(wrapped)","equipment":{"attack_stab":17,"attack_slash":17,"attack_crush":17,"attack_magic":7,"attack_ranged":17,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":8,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"27112":{"id":27112,"name":"Barrows gloves (wrapped)","members":true,"equipable":true,"equipable_by_player":true,"cost":85000,"lowalch":34000,"highalch":51000,"wiki_name":"Barrows gloves (wrapped)","wiki_url":"https://oldschool.runescape.wiki/w/Barrows_gloves_(wrapped)","equipment":{"attack_stab":21,"attack_slash":21,"attack_crush":21,"attack_magic":9,"attack_ranged":21,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"27113":{"id":27113,"name":"Elder chaos robes ornament kit","members":true,"cost":5000,"wiki_name":"Elder chaos robes ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Elder_chaos_robes_ornament_kit","price":0},"27115":{"id":27115,"name":"Elder chaos top (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":800,"lowalch":320,"highalch":480,"wiki_name":"Elder chaos top (or)","wiki_url":"https://oldschool.runescape.wiki/w/Elder_chaos_top_(or)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":10,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":8,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"body","requirements":{"magic":40}},"price":0},"27117":{"id":27117,"name":"Elder chaos robe (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":700,"lowalch":280,"highalch":420,"wiki_name":"Elder chaos robe (or)","wiki_url":"https://oldschool.runescape.wiki/w/Elder_chaos_robe_(or)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":6,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":6,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"legs","requirements":{"magic":40}},"price":0},"27119":{"id":27119,"name":"Elder chaos hood (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"wiki_name":"Elder chaos hood (or)","wiki_url":"https://oldschool.runescape.wiki/w/Elder_chaos_hood_(or)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":5,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"head","requirements":{"magic":40}},"price":0},"27121":{"id":27121,"name":"Dagon'hai robes ornament kit","members":true,"cost":5000,"wiki_name":"Dagon'hai robes ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Dagon'hai_robes_ornament_kit","price":0},"27123":{"id":27123,"name":"Dagon'hai hat (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":17000,"lowalch":6800,"highalch":10200,"wiki_name":"Dagon'hai hat (or)","wiki_url":"https://oldschool.runescape.wiki/w/Dagon'hai_hat_(or)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":5,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"head","requirements":{"magic":70,"defence":40}},"price":0},"27125":{"id":27125,"name":"Dagon'hai robe top (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":140000,"lowalch":56000,"highalch":84000,"wiki_name":"Dagon'hai robe top (or)","wiki_url":"https://oldschool.runescape.wiki/w/Dagon'hai_robe_top_(or)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":25,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":21,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"body","requirements":{"magic":70,"defence":40}},"price":0},"27127":{"id":27127,"name":"Dagon'hai robe bottom (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Dagon'hai robe bottom (or)","wiki_url":"https://oldschool.runescape.wiki/w/Dagon'hai_robe_bottom_(or)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":18,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":14,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"legs","requirements":{"magic":70,"defence":40}},"price":0},"27141":{"id":27141,"name":"Flower crown","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Flower crown (Bisexual)","wiki_url":"https://oldschool.runescape.wiki/w/Flower_crown#Bisexual","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27143":{"id":27143,"name":"Flower crown","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Flower crown (Asexual)","wiki_url":"https://oldschool.runescape.wiki/w/Flower_crown#Asexual","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27145":{"id":27145,"name":"Flower crown","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Flower crown (Transgender)","wiki_url":"https://oldschool.runescape.wiki/w/Flower_crown#Transgender","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27147":{"id":27147,"name":"Flower crown","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Flower crown (Pansexual)","wiki_url":"https://oldschool.runescape.wiki/w/Flower_crown#Pansexual","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27149":{"id":27149,"name":"Flower crown","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Flower crown (Non-binary)","wiki_url":"https://oldschool.runescape.wiki/w/Flower_crown#Non-binary","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27151":{"id":27151,"name":"Flower crown","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Flower crown (Genderqueer)","wiki_url":"https://oldschool.runescape.wiki/w/Flower_crown#Genderqueer","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27153":{"id":27153,"name":"Flower crown","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Flower crown (Lesbian)","wiki_url":"https://oldschool.runescape.wiki/w/Flower_crown#Lesbian","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27155":{"id":27155,"name":"Flower crown","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Flower crown (Gay)","wiki_url":"https://oldschool.runescape.wiki/w/Flower_crown#Gay","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27180":{"id":27180,"name":"Guthix chaps","equipable":true,"cost":10,"wiki_name":"Guthix chaps (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_chaps_(Last_Man_Standing)","equipment":{},"price":0},"27181":{"id":27181,"name":"Zamorak chaps","equipable":true,"cost":10,"wiki_name":"Zamorak chaps (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_chaps_(Last_Man_Standing)","equipment":{},"price":0},"27182":{"id":27182,"name":"Saradomin chaps","equipable":true,"cost":10,"wiki_name":"Saradomin chaps (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_chaps_(Last_Man_Standing)","equipment":{},"price":0},"27187":{"id":27187,"name":"Bow of faerdhinen","tradeable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Bow of faerdhinen (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Bow_of_faerdhinen#Inactive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":80,"agility":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"27188":{"id":27188,"name":"Light ballista","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Light ballista (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Light_ballista_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":110,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":7,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"27189":{"id":27189,"name":"Verac's flail","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":50,"wiki_name":"Verac's flail (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Verac's_flail_(Last_Man_Standing)","equipment":{"attack_stab":68,"attack_slash":-2,"attack_crush":82,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":72,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"27190":{"id":27190,"name":"Verac's brassard","cost":50,"wiki_name":"Verac's brassard (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Verac's_brassard_(Last_Man_Standing)","price":0},"27194":{"id":27194,"name":"Ancestral robe bottom","equipable":true,"equipable_by_player":true,"cost":55,"wiki_name":"Ancestral robe bottom (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Ancestral_robe_bottom_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":26,"attack_ranged":-7,"defence_stab":27,"defence_slash":24,"defence_crush":30,"defence_magic":20,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":4,"prayer":0,"slot":"legs","requirements":null},"price":0},"27202":{"id":27202,"name":"Menaphite remedy(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":110,"lowalch":44,"highalch":66,"buy_limit":2000,"wiki_name":"Menaphite remedy (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Menaphite_remedy#4_dose","price":2194},"27205":{"id":27205,"name":"Menaphite remedy(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":110,"lowalch":44,"highalch":66,"wiki_name":"Menaphite remedy (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Menaphite_remedy#3_dose","price":1310},"27208":{"id":27208,"name":"Menaphite remedy(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":110,"lowalch":44,"highalch":66,"wiki_name":"Menaphite remedy (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Menaphite_remedy#2_dose","price":956},"27211":{"id":27211,"name":"Menaphite remedy(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":110,"lowalch":44,"highalch":66,"wiki_name":"Menaphite remedy (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Menaphite_remedy#1_dose","price":716},"27214":{"id":27214,"name":"Scarab dung","members":true,"cost":10,"wiki_name":"Scarab dung","wiki_url":"https://oldschool.runescape.wiki/w/Scarab_dung","price":0},"27216":{"id":27216,"name":"Fossilised dung","members":true,"tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Fossilised dung","wiki_url":"https://oldschool.runescape.wiki/w/Fossilised_dung","price":0},"27219":{"id":27219,"name":"Fang","members":true,"cost":10,"wiki_name":"Fang (Tombs of Amascut)","wiki_url":"https://oldschool.runescape.wiki/w/Fang_(Tombs_of_Amascut)","price":0},"27221":{"id":27221,"name":"Big banana","members":true,"cost":10,"wiki_name":"Big banana","wiki_url":"https://oldschool.runescape.wiki/w/Big_banana","price":0},"27223":{"id":27223,"name":"Eldritch ashes","members":true,"cost":10,"wiki_name":"Eldritch ashes","wiki_url":"https://oldschool.runescape.wiki/w/Eldritch_ashes","price":0},"27225":{"id":27225,"name":"Grain","members":true,"cost":15,"wiki_name":"Grain (Tombs of Amascut)","wiki_url":"https://oldschool.runescape.wiki/w/Grain_(Tombs_of_Amascut)","price":0},"27226":{"id":27226,"name":"Masori mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":800000,"lowalch":320000,"highalch":480000,"buy_limit":8,"wiki_name":"Masori mask","wiki_url":"https://oldschool.runescape.wiki/w/Masori_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-1,"attack_ranged":12,"defence_stab":3,"defence_slash":4,"defence_crush":3,"defence_magic":6,"defence_ranged":4,"melee_strength":0,"ranged_strength":2,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"ranged":80,"defence":30}},"price":7442503},"27229":{"id":27229,"name":"Masori body","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1200000,"lowalch":480000,"highalch":720000,"buy_limit":8,"wiki_name":"Masori body","wiki_url":"https://oldschool.runescape.wiki/w/Masori_body","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-4,"attack_ranged":43,"defence_stab":37,"defence_slash":35,"defence_crush":38,"defence_magic":25,"defence_ranged":33,"melee_strength":0,"ranged_strength":4,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"ranged":80,"defence":30}},"price":56199489},"27232":{"id":27232,"name":"Masori chaps","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1000000,"lowalch":400000,"highalch":600000,"buy_limit":8,"wiki_name":"Masori chaps","wiki_url":"https://oldschool.runescape.wiki/w/Masori_chaps","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-2,"attack_ranged":27,"defence_stab":26,"defence_slash":24,"defence_crush":29,"defence_magic":19,"defence_ranged":22,"melee_strength":0,"ranged_strength":2,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"ranged":80,"defence":30}},"price":39971701},"27235":{"id":27235,"name":"Masori mask (f)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":900000,"lowalch":360000,"highalch":540000,"buy_limit":8,"wiki_name":"Masori mask (f)","wiki_url":"https://oldschool.runescape.wiki/w/Masori_mask_(f)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-1,"attack_ranged":12,"defence_stab":8,"defence_slash":10,"defence_crush":12,"defence_magic":12,"defence_ranged":9,"melee_strength":0,"ranged_strength":2,"magic_damage":0,"prayer":1,"slot":"head","requirements":{"ranged":80,"defence":80}},"price":19512332},"27238":{"id":27238,"name":"Masori body (f)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1600000,"lowalch":640000,"highalch":960000,"buy_limit":8,"wiki_name":"Masori body (f)","wiki_url":"https://oldschool.runescape.wiki/w/Masori_body_(f)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-4,"attack_ranged":43,"defence_stab":59,"defence_slash":52,"defence_crush":64,"defence_magic":74,"defence_ranged":60,"melee_strength":0,"ranged_strength":4,"magic_damage":0,"prayer":1,"slot":"body","requirements":{"ranged":80,"defence":80}},"price":105124309},"27241":{"id":27241,"name":"Masori chaps (f)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1300000,"lowalch":520000,"highalch":780000,"buy_limit":8,"wiki_name":"Masori chaps (f)","wiki_url":"https://oldschool.runescape.wiki/w/Masori_chaps_(f)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-2,"attack_ranged":27,"defence_stab":35,"defence_slash":30,"defence_crush":39,"defence_magic":46,"defence_ranged":37,"melee_strength":0,"ranged_strength":2,"magic_damage":0,"prayer":1,"slot":"legs","requirements":{"ranged":80,"defence":80}},"price":78527665},"27246":{"id":27246,"name":"Osmumten's fang (or)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1100000,"lowalch":440000,"highalch":660000,"wiki_name":"Osmumten's fang (or)","wiki_url":"https://oldschool.runescape.wiki/w/Osmumten's_fang_(or)","equipment":{"attack_stab":105,"attack_slash":75,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":103,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":82}},"weapon":{"attack_speed":5,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"27248":{"id":27248,"name":"Cursed phalanx","members":true,"cost":100000,"lowalch":40000,"highalch":60000,"wiki_name":"Cursed phalanx","wiki_url":"https://oldschool.runescape.wiki/w/Cursed_phalanx","price":0},"27251":{"id":27251,"name":"Elidinis' ward (f)","members":true,"equipable":true,"equipable_by_player":true,"cost":5750000,"lowalch":2300000,"highalch":3450000,"wiki_name":"Elidinis' ward (f)","wiki_url":"https://oldschool.runescape.wiki/w/Elidinis'_ward_(f)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":25,"attack_ranged":0,"defence_stab":53,"defence_slash":55,"defence_crush":73,"defence_magic":2,"defence_ranged":52,"melee_strength":0,"ranged_strength":0,"magic_damage":5,"prayer":4,"slot":"shield","requirements":{"magic":80,"defence":80,"prayer":80}},"price":0},"27253":{"id":27253,"name":"Elidinis' ward (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":5850000,"lowalch":2340000,"highalch":3510000,"wiki_name":"Elidinis' ward (or)","wiki_url":"https://oldschool.runescape.wiki/w/Elidinis'_ward_(or)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":25,"attack_ranged":0,"defence_stab":53,"defence_slash":55,"defence_crush":73,"defence_magic":2,"defence_ranged":52,"melee_strength":0,"ranged_strength":0,"magic_damage":5,"prayer":4,"slot":"shield","requirements":{"magic":80,"defence":80,"prayer":80}},"price":0},"27255":{"id":27255,"name":"Menaphite ornament kit","members":true,"cost":100000,"lowalch":40000,"highalch":60000,"wiki_name":"Menaphite ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Menaphite_ornament_kit","price":0},"27257":{"id":27257,"name":"Icthlarin's shroud (tier 1)","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"wiki_name":"Icthlarin's shroud (tier 1)","wiki_url":"https://oldschool.runescape.wiki/w/Icthlarin's_shroud_(tier_1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"27259":{"id":27259,"name":"Icthlarin's shroud (tier 2)","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Icthlarin's shroud (tier 2)","wiki_url":"https://oldschool.runescape.wiki/w/Icthlarin's_shroud_(tier_2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"27261":{"id":27261,"name":"Icthlarin's shroud (tier 3)","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Icthlarin's shroud (tier 3)","wiki_url":"https://oldschool.runescape.wiki/w/Icthlarin's_shroud_(tier_3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"27263":{"id":27263,"name":"Icthlarin's shroud (tier 4)","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Icthlarin's shroud (tier 4)","wiki_url":"https://oldschool.runescape.wiki/w/Icthlarin's_shroud_(tier_4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"27265":{"id":27265,"name":"Icthlarin's shroud (tier 5)","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Icthlarin's shroud (tier 5)","wiki_url":"https://oldschool.runescape.wiki/w/Icthlarin's_shroud_(tier_5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"27267":{"id":27267,"name":"Icthlarin's hood (tier 5)","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Icthlarin's hood (tier 5)","wiki_url":"https://oldschool.runescape.wiki/w/Icthlarin's_hood_(tier_5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27269":{"id":27269,"name":"Armadylean plate","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100000,"lowalch":40000,"highalch":60000,"wiki_name":"Armadylean plate","wiki_url":"https://oldschool.runescape.wiki/w/Armadylean_plate","price":11843835},"27272":{"id":27272,"name":"Lily of the sands","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":13000,"wiki_name":"Lily of the sands","wiki_url":"https://oldschool.runescape.wiki/w/Lily_of_the_sands","price":2023},"27275":{"id":27275,"name":"Tumeken's shadow","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":7000000,"lowalch":2800000,"highalch":4200000,"wiki_name":"Tumeken's shadow (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Tumeken's_shadow#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":35,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":20,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"2h","requirements":{"magic":85}},"weapon":{"attack_speed":5,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":0},"27277":{"id":27277,"name":"Tumeken's shadow (uncharged)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":7000000,"lowalch":2800000,"highalch":4200000,"buy_limit":8,"wiki_name":"Tumeken's shadow (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Tumeken's_shadow#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":35,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":20,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"2h","requirements":{"magic":85}},"weapon":{"attack_speed":5,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":1403630163},"27279":{"id":27279,"name":"Thread of elidinis","members":true,"cost":14000,"wiki_name":"Thread of elidinis","wiki_url":"https://oldschool.runescape.wiki/w/Thread_of_elidinis","price":0},"27281":{"id":27281,"name":"Divine rune pouch","members":true,"cost":20000,"lowalch":8000,"highalch":12000,"wiki_name":"Divine rune pouch (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_rune_pouch#Normal","price":0},"27283":{"id":27283,"name":"Breach of the scarab","members":true,"cost":300000,"lowalch":120000,"highalch":180000,"wiki_name":"Breach of the scarab","wiki_url":"https://oldschool.runescape.wiki/w/Breach_of_the_scarab","price":0},"27285":{"id":27285,"name":"Eye of the corruptor","members":true,"cost":300000,"lowalch":120000,"highalch":180000,"wiki_name":"Eye of the corruptor","wiki_url":"https://oldschool.runescape.wiki/w/Eye_of_the_corruptor","price":0},"27287":{"id":27287,"name":"Keris partisan of corruption","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":300000,"wiki_name":"Keris partisan of corruption","wiki_url":"https://oldschool.runescape.wiki/w/Keris_partisan_of_corruption","equipment":{"attack_stab":58,"attack_slash":-2,"attack_crush":57,"attack_magic":2,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":45,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"weapon","requirements":{"attack":80}},"weapon":{"attack_speed":4,"weapon_type":"partisan","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0,"lowalch":120000,"highalch":180000},"27289":{"id":27289,"name":"Jewel of the sun","members":true,"cost":300000,"lowalch":120000,"highalch":180000,"wiki_name":"Jewel of the sun","wiki_url":"https://oldschool.runescape.wiki/w/Jewel_of_the_sun","price":0},"27291":{"id":27291,"name":"Keris partisan of the sun","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":300000,"wiki_name":"Keris partisan of the sun","wiki_url":"https://oldschool.runescape.wiki/w/Keris_partisan_of_the_sun","equipment":{"attack_stab":58,"attack_slash":-2,"attack_crush":57,"attack_magic":2,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":45,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"weapon","requirements":{"attack":80}},"weapon":{"attack_speed":4,"weapon_type":"partisan","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0,"lowalch":120000,"highalch":180000},"27293":{"id":27293,"name":"Cache of runes","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Cache of runes","wiki_url":"https://oldschool.runescape.wiki/w/Cache_of_runes","price":0},"27295":{"id":27295,"name":"Water container","members":true,"cost":100,"wiki_name":"Water container (Tombs of Amascut)","wiki_url":"https://oldschool.runescape.wiki/w/Water_container_(Tombs_of_Amascut)","price":0},"27296":{"id":27296,"name":"Mirror","members":true,"cost":100,"wiki_name":"Mirror (Tombs of Amascut)","wiki_url":"https://oldschool.runescape.wiki/w/Mirror_(Tombs_of_Amascut)","price":0},"27297":{"id":27297,"name":"Neutralising potion","members":true,"stackable":true,"cost":50,"wiki_name":"Neutralising potion","wiki_url":"https://oldschool.runescape.wiki/w/Neutralising_potion","price":0},"27298":{"id":27298,"name":"Maisa's message","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Maisa's message","wiki_url":"https://oldschool.runescape.wiki/w/Maisa's_message","price":0},"27299":{"id":27299,"name":"Antique lamp","members":true,"cost":50,"wiki_name":"Antique lamp (Into the Tombs)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(Into_the_Tombs)","price":0},"27300":{"id":27300,"name":"Akila's journal","members":true,"cost":30,"wiki_name":"Akila's journal","wiki_url":"https://oldschool.runescape.wiki/w/Akila's_journal","price":0},"27302":{"id":27302,"name":"Het's capture","members":true,"cost":30,"wiki_name":"Het's capture","wiki_url":"https://oldschool.runescape.wiki/w/Het's_capture","price":0},"27304":{"id":27304,"name":"Apmeken's capture","members":true,"cost":30,"wiki_name":"Apmeken's capture","wiki_url":"https://oldschool.runescape.wiki/w/Apmeken's_capture","price":0},"27306":{"id":27306,"name":"Scabaras' capture","members":true,"cost":30,"wiki_name":"Scabaras' capture","wiki_url":"https://oldschool.runescape.wiki/w/Scabaras'_capture","price":0},"27308":{"id":27308,"name":"Crondis' capture","members":true,"cost":30,"wiki_name":"Crondis' capture","wiki_url":"https://oldschool.runescape.wiki/w/Crondis'_capture","price":0},"27310":{"id":27310,"name":"The wardens","members":true,"cost":30,"wiki_name":"The wardens","wiki_url":"https://oldschool.runescape.wiki/w/The_wardens","price":0},"27312":{"id":27312,"name":"The jackal's torch","members":true,"cost":30,"wiki_name":"The jackal's torch","wiki_url":"https://oldschool.runescape.wiki/w/The_jackal's_torch","price":0},"27314":{"id":27314,"name":"Supplies","members":true,"cost":200,"wiki_name":"Supplies (Tombs of Amascut)","wiki_url":"https://oldschool.runescape.wiki/w/Supplies_(Tombs_of_Amascut)","price":0},"27315":{"id":27315,"name":"Nectar (4)","members":true,"tradeable":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Nectar (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Nectar#4_dose","price":0},"27317":{"id":27317,"name":"Nectar (3)","members":true,"tradeable":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Nectar (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Nectar#3_dose","price":0},"27319":{"id":27319,"name":"Nectar (2)","members":true,"tradeable":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Nectar (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Nectar#2_dose","price":0},"27321":{"id":27321,"name":"Nectar (1)","members":true,"tradeable":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Nectar (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Nectar#1_dose","price":0},"27323":{"id":27323,"name":"Silk dressing (2)","members":true,"tradeable":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Silk dressing (2 uses)","wiki_url":"https://oldschool.runescape.wiki/w/Silk_dressing#2_uses","price":0},"27325":{"id":27325,"name":"Silk dressing (1)","members":true,"tradeable":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Silk dressing (1 use)","wiki_url":"https://oldschool.runescape.wiki/w/Silk_dressing#1_use","price":0},"27327":{"id":27327,"name":"Tears of elidinis (4)","members":true,"tradeable":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Tears of elidinis (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Tears_of_elidinis#4_dose","price":0},"27329":{"id":27329,"name":"Tears of elidinis (3)","members":true,"tradeable":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Tears of elidinis (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Tears_of_elidinis#3_dose","price":0},"27331":{"id":27331,"name":"Tears of elidinis (2)","members":true,"tradeable":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Tears of elidinis (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Tears_of_elidinis#2_dose","price":0},"27333":{"id":27333,"name":"Tears of elidinis (1)","members":true,"tradeable":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Tears of elidinis (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Tears_of_elidinis#1_dose","price":0},"27335":{"id":27335,"name":"Blessed crystal scarab (2)","members":true,"tradeable":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Blessed crystal scarab (2 uses)","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_crystal_scarab#2_uses","price":0},"27337":{"id":27337,"name":"Blessed crystal scarab (1)","members":true,"tradeable":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Blessed crystal scarab (1 use)","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_crystal_scarab#1_use","price":0},"27339":{"id":27339,"name":"Liquid adrenaline (2)","members":true,"tradeable":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Liquid adrenaline (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Liquid_adrenaline#2_dose","price":0},"27341":{"id":27341,"name":"Liquid adrenaline (1)","members":true,"tradeable":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Liquid adrenaline (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Liquid_adrenaline#1_dose","price":0},"27343":{"id":27343,"name":"Smelling salts (2)","members":true,"tradeable":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Smelling salts (2 uses)","wiki_url":"https://oldschool.runescape.wiki/w/Smelling_salts#2_uses","price":0},"27345":{"id":27345,"name":"Smelling salts (1)","members":true,"tradeable":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Smelling salts (1 use)","wiki_url":"https://oldschool.runescape.wiki/w/Smelling_salts#1_use","price":0},"27347":{"id":27347,"name":"Ambrosia (2)","members":true,"tradeable":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Ambrosia (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Ambrosia#2_dose","price":0},"27349":{"id":27349,"name":"Ambrosia (1)","members":true,"tradeable":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Ambrosia (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Ambrosia#1_dose","price":0},"27351":{"id":27351,"name":"Honey locust","members":true,"stackable":true,"cost":30,"wiki_name":"Honey locust","wiki_url":"https://oldschool.runescape.wiki/w/Honey_locust","price":0},"27352":{"id":27352,"name":"Tumeken's guardian","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tumeken's guardian (Tumeken's Guardian)","wiki_url":"https://oldschool.runescape.wiki/w/Tumeken's_guardian#Tumeken's_Guardian","price":0},"27354":{"id":27354,"name":"Elidinis' guardian","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tumeken's guardian (Elidinis' Guardian)","wiki_url":"https://oldschool.runescape.wiki/w/Tumeken's_guardian#Elidinis'_Guardian","price":0},"27355":{"id":27355,"name":"Masori armour set (f)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":145000,"lowalch":58000,"highalch":87000,"wiki_name":"Masori armour set (f)","wiki_url":"https://oldschool.runescape.wiki/w/Masori_armour_set_(f)","price":199972500},"27358":{"id":27358,"name":"Tome of fire","tradeable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tome of fire (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Tome_of_fire#Empty","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":8,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":8,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"magic":50}},"price":0},"27359":{"id":27359,"name":"Masori assembler (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Masori assembler (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Masori_assembler#Broken","price":0},"27361":{"id":27361,"name":"Masori assembler max cape (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Masori assembler max cape (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Masori_assembler_max_cape#Broken","price":0},"27363":{"id":27363,"name":"Masori assembler max cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Masori assembler max cape (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Masori_assembler_max_cape#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":8,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":8,"defence_ranged":2,"melee_strength":0,"ranged_strength":2,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"27365":{"id":27365,"name":"Masori assembler max cape (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Masori assembler max cape (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Masori_assembler_max_cape#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":8,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":8,"defence_ranged":2,"melee_strength":0,"ranged_strength":2,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"27366":{"id":27366,"name":"Masori assembler max hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Masori assembler max hood","wiki_url":"https://oldschool.runescape.wiki/w/Masori_assembler_max_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"27368":{"id":27368,"name":"Dawn scarab egg","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Dawn scarab egg","wiki_url":"https://oldschool.runescape.wiki/w/Dawn_scarab_egg","price":0},"27369":{"id":27369,"name":"Ancient key","members":true,"cost":30,"wiki_name":"Ancient key (Tombs of Amascut)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_key_(Tombs_of_Amascut)","price":0},"27370":{"id":27370,"name":"Mask of rebirth","members":true,"equipable":true,"equipable_by_player":true,"cost":2000,"wiki_name":"Mask of rebirth","wiki_url":"https://oldschool.runescape.wiki/w/Mask_of_rebirth","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27372":{"id":27372,"name":"Masori crafting kit","members":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Masori crafting kit","wiki_url":"https://oldschool.runescape.wiki/w/Masori_crafting_kit","price":0},"27374":{"id":27374,"name":"Masori assembler","members":true,"equipable":true,"equipable_by_player":true,"cost":51000,"lowalch":20400,"highalch":30600,"wiki_name":"Masori assembler (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Masori_assembler#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":8,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":8,"defence_ranged":2,"melee_strength":0,"ranged_strength":2,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"ranged":70}},"price":0},"27376":{"id":27376,"name":"Masori assembler (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":51000,"lowalch":20400,"highalch":30600,"wiki_name":"Masori assembler (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Masori_assembler#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":8,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":8,"defence_ranged":2,"melee_strength":0,"ranged_strength":2,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"ranged":70}},"price":0},"27377":{"id":27377,"name":"Remnant of akkha","members":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Remnant of akkha","wiki_url":"https://oldschool.runescape.wiki/w/Remnant_of_akkha","price":0},"27378":{"id":27378,"name":"Remnant of ba-ba","members":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Remnant of ba-ba","wiki_url":"https://oldschool.runescape.wiki/w/Remnant_of_ba-ba","price":0},"27379":{"id":27379,"name":"Remnant of kephri","members":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Remnant of kephri","wiki_url":"https://oldschool.runescape.wiki/w/Remnant_of_kephri","price":0},"27380":{"id":27380,"name":"Remnant of zebak","members":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Remnant of zebak","wiki_url":"https://oldschool.runescape.wiki/w/Remnant_of_zebak","price":0},"27381":{"id":27381,"name":"Ancient remnant","members":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Ancient remnant","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_remnant","price":0},"27382":{"id":27382,"name":"Akkhito","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tumeken's guardian (Akkhito)","wiki_url":"https://oldschool.runescape.wiki/w/Tumeken's_guardian#Akkhito","price":0},"27383":{"id":27383,"name":"Babi","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tumeken's guardian (Babi)","wiki_url":"https://oldschool.runescape.wiki/w/Tumeken's_guardian#Babi","price":0},"27384":{"id":27384,"name":"Kephriti","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tumeken's guardian (Kephriti)","wiki_url":"https://oldschool.runescape.wiki/w/Tumeken's_guardian#Kephriti","price":0},"27385":{"id":27385,"name":"Zebo","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tumeken's guardian (Zebo)","wiki_url":"https://oldschool.runescape.wiki/w/Tumeken's_guardian#Zebo","price":0},"27386":{"id":27386,"name":"Tumeken's damaged guardian","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tumeken's guardian (Tumeken's Damaged Guardian)","wiki_url":"https://oldschool.runescape.wiki/w/Tumeken's_guardian#Tumeken's_Damaged_Guardian","price":0},"27387":{"id":27387,"name":"Elidinis' damaged guardian","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tumeken's guardian (Elidinis' Damaged Guardian)","wiki_url":"https://oldschool.runescape.wiki/w/Tumeken's_guardian#Elidinis'_Damaged_Guardian","price":0},"27388":{"id":27388,"name":"Adventurer's top (t1)","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"wiki_name":"Adventurer's top (t1)","wiki_url":"https://oldschool.runescape.wiki/w/Adventurer's_top_(t1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"27390":{"id":27390,"name":"Adventurer's trousers (t1)","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"wiki_name":"Adventurer's trousers (t1)","wiki_url":"https://oldschool.runescape.wiki/w/Adventurer's_trousers_(t1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"27392":{"id":27392,"name":"Adventurer's hood (t1)","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"wiki_name":"Adventurer's hood (t1)","wiki_url":"https://oldschool.runescape.wiki/w/Adventurer's_hood_(t1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27394":{"id":27394,"name":"Adventurer's boots (t1)","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"wiki_name":"Adventurer's boots (t1)","wiki_url":"https://oldschool.runescape.wiki/w/Adventurer's_boots_(t1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"27396":{"id":27396,"name":"Adventurer's top (t2)","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"wiki_name":"Adventurer's top (t2)","wiki_url":"https://oldschool.runescape.wiki/w/Adventurer's_top_(t2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"27398":{"id":27398,"name":"Adventurer's trousers (t2)","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"wiki_name":"Adventurer's trousers (t2)","wiki_url":"https://oldschool.runescape.wiki/w/Adventurer's_trousers_(t2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"27400":{"id":27400,"name":"Adventurer's hood (t2)","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"wiki_name":"Adventurer's hood (t2)","wiki_url":"https://oldschool.runescape.wiki/w/Adventurer's_hood_(t2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27402":{"id":27402,"name":"Adventurer's boots (t2)","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"wiki_name":"Adventurer's boots (t2)","wiki_url":"https://oldschool.runescape.wiki/w/Adventurer's_boots_(t2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"27404":{"id":27404,"name":"Adventurer's top (t3)","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"wiki_name":"Adventurer's top (t3)","wiki_url":"https://oldschool.runescape.wiki/w/Adventurer's_top_(t3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"27406":{"id":27406,"name":"Adventurer's trousers (t3)","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"wiki_name":"Adventurer's trousers (t3)","wiki_url":"https://oldschool.runescape.wiki/w/Adventurer's_trousers_(t3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"27408":{"id":27408,"name":"Adventurer's hood (t3)","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"wiki_name":"Adventurer's hood (t3)","wiki_url":"https://oldschool.runescape.wiki/w/Adventurer's_hood_(t3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27410":{"id":27410,"name":"Adventurer's boots (t3)","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"wiki_name":"Adventurer's boots (t3)","wiki_url":"https://oldschool.runescape.wiki/w/Adventurer's_boots_(t3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"27412":{"id":27412,"name":"Adventurer's vambraces","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"wiki_name":"Adventurer's vambraces","wiki_url":"https://oldschool.runescape.wiki/w/Adventurer's_vambraces","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"27414":{"id":27414,"name":"Giant stopwatch","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":50,"wiki_name":"Giant stopwatch","wiki_url":"https://oldschool.runescape.wiki/w/Giant_stopwatch","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"27416":{"id":27416,"name":"Speedy teleport scroll","members":true,"cost":50,"wiki_name":"Speedy teleport scroll","wiki_url":"https://oldschool.runescape.wiki/w/Speedy_teleport_scroll","price":0},"27418":{"id":27418,"name":"Bronze speedrun trophy","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":50,"wiki_name":"Bronze speedrun trophy","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_speedrun_trophy","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"27420":{"id":27420,"name":"Silver speedrun trophy","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":50,"wiki_name":"Silver speedrun trophy","wiki_url":"https://oldschool.runescape.wiki/w/Silver_speedrun_trophy","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"27422":{"id":27422,"name":"Gold speedrun trophy","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":50,"wiki_name":"Gold speedrun trophy","wiki_url":"https://oldschool.runescape.wiki/w/Gold_speedrun_trophy","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"27424":{"id":27424,"name":"Platinum speedrun trophy","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":50,"wiki_name":"Platinum speedrun trophy","wiki_url":"https://oldschool.runescape.wiki/w/Platinum_speedrun_trophy","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"27426":{"id":27426,"name":"Dynamite(p)","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Dynamite(p)","wiki_url":"https://oldschool.runescape.wiki/w/Dynamite(p)","price":0},"27427":{"id":27427,"name":"Clue scroll (special)","cost":20,"lowalch":8,"highalch":12,"wiki_name":"Clue scroll (special)","wiki_url":"https://oldschool.runescape.wiki/w/Clue_scroll_(special)","price":0},"27428":{"id":27428,"name":"Hood of ruin","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Hood of ruin","wiki_url":"https://oldschool.runescape.wiki/w/Hood_of_ruin","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27430":{"id":27430,"name":"Robe top of ruin","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Robe top of ruin","wiki_url":"https://oldschool.runescape.wiki/w/Robe_top_of_ruin","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"27432":{"id":27432,"name":"Robe bottom of ruin","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Robe bottom of ruin","wiki_url":"https://oldschool.runescape.wiki/w/Robe_bottom_of_ruin","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"27434":{"id":27434,"name":"Gloves of ruin","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gloves of ruin","wiki_url":"https://oldschool.runescape.wiki/w/Gloves_of_ruin","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"27436":{"id":27436,"name":"Socks of ruin","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Socks of ruin","wiki_url":"https://oldschool.runescape.wiki/w/Socks_of_ruin","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"27438":{"id":27438,"name":"Cloak of ruin","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cloak of ruin","wiki_url":"https://oldschool.runescape.wiki/w/Cloak_of_ruin","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"27440":{"id":27440,"name":"Infinite money bag","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Infinite money bag","wiki_url":"https://oldschool.runescape.wiki/w/Infinite_money_bag","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"27442":{"id":27442,"name":"Adventurer's cape","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Adventurer's cape","wiki_url":"https://oldschool.runescape.wiki/w/Adventurer's_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"27444":{"id":27444,"name":"Graceful hood","members":true,"equipable":true,"equipable_by_player":true,"cost":35,"lowalch":14,"highalch":21,"wiki_name":"Graceful hood (Adventurer) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_hood_(Adventurer)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27447":{"id":27447,"name":"Graceful cape","members":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Graceful cape (Adventurer) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_cape_(Adventurer)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"27450":{"id":27450,"name":"Graceful top","members":true,"equipable":true,"equipable_by_player":true,"cost":55,"lowalch":22,"highalch":33,"wiki_name":"Graceful top (Adventurer) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_top_(Adventurer)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"27453":{"id":27453,"name":"Graceful legs","members":true,"equipable":true,"equipable_by_player":true,"cost":60,"lowalch":24,"highalch":36,"wiki_name":"Graceful legs (Adventurer) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_legs_(Adventurer)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"27456":{"id":27456,"name":"Graceful gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Graceful gloves (Adventurer) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_gloves_(Adventurer)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"27459":{"id":27459,"name":"Graceful boots","members":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Graceful boots (Adventurer) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_boots_(Adventurer)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"27462":{"id":27462,"name":"Fresh start helper","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fresh start helper","wiki_url":"https://oldschool.runescape.wiki/w/Fresh_start_helper","price":0},"27463":{"id":27463,"name":"Treat cauldron","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Treat cauldron (Style 1)","wiki_url":"https://oldschool.runescape.wiki/w/Treat_cauldron#Style_1","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"27465":{"id":27465,"name":"Treat cauldron","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Treat cauldron (Style 2)","wiki_url":"https://oldschool.runescape.wiki/w/Treat_cauldron#Style_2","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"27467":{"id":27467,"name":"Treat cauldron","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Treat cauldron (Style 3)","wiki_url":"https://oldschool.runescape.wiki/w/Treat_cauldron#Style_3","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"27469":{"id":27469,"name":"Treat cauldron","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Treat cauldron (Style 4)","wiki_url":"https://oldschool.runescape.wiki/w/Treat_cauldron#Style_4","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"27471":{"id":27471,"name":"Treat cauldron","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Treat cauldron (Style 5)","wiki_url":"https://oldschool.runescape.wiki/w/Treat_cauldron#Style_5","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"27473":{"id":27473,"name":"Witch hat","equipable":true,"equipable_by_player":true,"cost":0,"wiki_name":"Witch hat","wiki_url":"https://oldschool.runescape.wiki/w/Witch_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27475":{"id":27475,"name":"Witch top","equipable":true,"equipable_by_player":true,"cost":0,"wiki_name":"Witch top","wiki_url":"https://oldschool.runescape.wiki/w/Witch_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"27477":{"id":27477,"name":"Witch robes","equipable":true,"equipable_by_player":true,"cost":0,"wiki_name":"Witch robes","wiki_url":"https://oldschool.runescape.wiki/w/Witch_robes","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"27479":{"id":27479,"name":"Witch boots","equipable":true,"equipable_by_player":true,"cost":0,"wiki_name":"Witch boots","wiki_url":"https://oldschool.runescape.wiki/w/Witch_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"27481":{"id":27481,"name":"Witch cape","equipable":true,"equipable_by_player":true,"cost":0,"wiki_name":"Witch cape","wiki_url":"https://oldschool.runescape.wiki/w/Witch_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"27483":{"id":27483,"name":"Terrifying charm","equipable":true,"equipable_by_player":true,"cost":0,"wiki_name":"Terrifying charm","wiki_url":"https://oldschool.runescape.wiki/w/Terrifying_charm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":null},"price":0},"27485":{"id":27485,"name":"Bruised banana","tradeable":true,"noteable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bruised banana","wiki_url":"https://oldschool.runescape.wiki/w/Bruised_banana","price":0},"27488":{"id":27488,"name":"Smelly sock","tradeable":true,"noteable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Smelly sock","wiki_url":"https://oldschool.runescape.wiki/w/Smelly_sock","price":0},"27491":{"id":27491,"name":"Spooky egg","tradeable":true,"noteable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Spooky egg","wiki_url":"https://oldschool.runescape.wiki/w/Spooky_egg","price":0},"27494":{"id":27494,"name":"Old wool","tradeable":true,"noteable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Old wool","wiki_url":"https://oldschool.runescape.wiki/w/Old_wool","price":0},"27497":{"id":27497,"name":"Halloween wig","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Halloween wig (Style 1)","wiki_url":"https://oldschool.runescape.wiki/w/Halloween_wig#Style_1","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27499":{"id":27499,"name":"Halloween wig","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Halloween wig (Style 2)","wiki_url":"https://oldschool.runescape.wiki/w/Halloween_wig#Style_2","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27501":{"id":27501,"name":"Halloween wig","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Halloween wig (Style 3)","wiki_url":"https://oldschool.runescape.wiki/w/Halloween_wig#Style_3","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27503":{"id":27503,"name":"Halloween wig","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Halloween wig (Style 4)","wiki_url":"https://oldschool.runescape.wiki/w/Halloween_wig#Style_4","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27505":{"id":27505,"name":"Halloween wig","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Halloween wig (Style 5)","wiki_url":"https://oldschool.runescape.wiki/w/Halloween_wig#Style_5","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27507":{"id":27507,"name":"Halloween wig","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Halloween wig (Style 6)","wiki_url":"https://oldschool.runescape.wiki/w/Halloween_wig#Style_6","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27509":{"id":27509,"name":"Divine rune pouch (l)","members":true,"cost":20000,"lowalch":8000,"highalch":12000,"wiki_name":"Divine rune pouch (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_rune_pouch#Locked","price":0},"27511":{"id":27511,"name":"Kasonde's journal","members":true,"cost":30,"wiki_name":"Kasonde's journal","wiki_url":"https://oldschool.runescape.wiki/w/Kasonde's_journal","price":0},"27513":{"id":27513,"name":"Word translations","members":true,"cost":30,"wiki_name":"Word translations","wiki_url":"https://oldschool.runescape.wiki/w/Word_translations","price":0},"27515":{"id":27515,"name":"Dirty note","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Dirty note (Mount Quidamortem)","wiki_url":"https://oldschool.runescape.wiki/w/Dirty_note#Mount_Quidamortem","price":0},"27516":{"id":27516,"name":"Dirty note","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Dirty note (Lake Molch Island)","wiki_url":"https://oldschool.runescape.wiki/w/Dirty_note#Lake_Molch_Island","price":0},"27517":{"id":27517,"name":"Dirty note","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Dirty note (Ruins of Morra)","wiki_url":"https://oldschool.runescape.wiki/w/Dirty_note#Ruins_of_Morra","price":0},"27518":{"id":27518,"name":"Warning note","members":true,"cost":30,"wiki_name":"Warning note","wiki_url":"https://oldschool.runescape.wiki/w/Warning_note","price":0},"27519":{"id":27519,"name":"Stone tablet","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Stone tablet (The Garden of Death) (Mount Quidamortem)","wiki_url":"https://oldschool.runescape.wiki/w/Stone_tablet_(The_Garden_of_Death)#Mount_Quidamortem","price":0},"27520":{"id":27520,"name":"Stone tablet","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Stone tablet (The Garden of Death) (Lake Molch Island)","wiki_url":"https://oldschool.runescape.wiki/w/Stone_tablet_(The_Garden_of_Death)#Lake_Molch_Island","price":0},"27521":{"id":27521,"name":"Stone tablet","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Stone tablet (The Garden of Death) (Kebos Swamp)","wiki_url":"https://oldschool.runescape.wiki/w/Stone_tablet_(The_Garden_of_Death)#Kebos_Swamp","price":0},"27522":{"id":27522,"name":"Stone tablet","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Stone tablet (The Garden of Death) (Ruins of Morra)","wiki_url":"https://oldschool.runescape.wiki/w/Stone_tablet_(The_Garden_of_Death)#Ruins_of_Morra","price":0},"27523":{"id":27523,"name":"Wood carving","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Wood carving (Mount Quidamortem 1)","wiki_url":"https://oldschool.runescape.wiki/w/Wood_carving#Mount_Quidamortem_1","price":0},"27524":{"id":27524,"name":"Wood carving","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Wood carving (Mount Quidamortem 2)","wiki_url":"https://oldschool.runescape.wiki/w/Wood_carving#Mount_Quidamortem_2","price":0},"27525":{"id":27525,"name":"Wood carving","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Wood carving (Lake Molch Island 1)","wiki_url":"https://oldschool.runescape.wiki/w/Wood_carving#Lake_Molch_Island_1","price":0},"27526":{"id":27526,"name":"Wood carving","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Wood carving (Lake Molch Island 2)","wiki_url":"https://oldschool.runescape.wiki/w/Wood_carving#Lake_Molch_Island_2","price":0},"27527":{"id":27527,"name":"Wood carving","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Wood carving (Lake Molch Island 3)","wiki_url":"https://oldschool.runescape.wiki/w/Wood_carving#Lake_Molch_Island_3","price":0},"27528":{"id":27528,"name":"Wood carving","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Wood carving (Kebos Swamp 1)","wiki_url":"https://oldschool.runescape.wiki/w/Wood_carving#Kebos_Swamp_1","price":0},"27529":{"id":27529,"name":"Wood carving","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Wood carving (Kebos Swamp 2)","wiki_url":"https://oldschool.runescape.wiki/w/Wood_carving#Kebos_Swamp_2","price":0},"27530":{"id":27530,"name":"Wood carving","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Wood carving (Kebos Swamp 3)","wiki_url":"https://oldschool.runescape.wiki/w/Wood_carving#Kebos_Swamp_3","price":0},"27531":{"id":27531,"name":"Wood carving","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Wood carving (Kebos Swamp 4)","wiki_url":"https://oldschool.runescape.wiki/w/Wood_carving#Kebos_Swamp_4","price":0},"27532":{"id":27532,"name":"Compass","members":true,"cost":30,"wiki_name":"Compass (The Garden of Death)","wiki_url":"https://oldschool.runescape.wiki/w/Compass_(The_Garden_of_Death)","price":0},"27533":{"id":27533,"name":"Wood carving","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Wood carving (Ruins of Morra 1)","wiki_url":"https://oldschool.runescape.wiki/w/Wood_carving#Ruins_of_Morra_1","price":0},"27534":{"id":27534,"name":"Wood carving","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Wood carving (Ruins of Morra 2)","wiki_url":"https://oldschool.runescape.wiki/w/Wood_carving#Ruins_of_Morra_2","price":0},"27535":{"id":27535,"name":"Wood carving","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Wood carving (Ruins of Morra 3)","wiki_url":"https://oldschool.runescape.wiki/w/Wood_carving#Ruins_of_Morra_3","price":0},"27536":{"id":27536,"name":"Wood carving","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Wood carving (Ruins of Morra 4)","wiki_url":"https://oldschool.runescape.wiki/w/Wood_carving#Ruins_of_Morra_4","price":0},"27537":{"id":27537,"name":"Wood carving","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Wood carving (Ruins of Morra 5)","wiki_url":"https://oldschool.runescape.wiki/w/Wood_carving#Ruins_of_Morra_5","price":0},"27543":{"id":27543,"name":"Antique lamp","members":true,"cost":50,"wiki_name":"Antique lamp (Legends' Quest)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(Legends'_Quest)","price":0},"27544":{"id":27544,"name":"Ghommal's lucky penny","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ghommal's lucky penny","wiki_url":"https://oldschool.runescape.wiki/w/Ghommal's_lucky_penny","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":null},"price":0},"27546":{"id":27546,"name":"Anim offhand","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Anim offhand (Avernic 5)","wiki_url":"https://oldschool.runescape.wiki/w/Anim_offhand#Avernic_5","price":0},"27548":{"id":27548,"name":"Anim offhand","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Anim offhand (Avernic 6)","wiki_url":"https://oldschool.runescape.wiki/w/Anim_offhand#Avernic_6","price":0},"27550":{"id":27550,"name":"Ghommal's avernic defender 5","members":true,"equipable":true,"equipable_by_player":true,"cost":2500000,"lowalch":1000000,"highalch":1500000,"wiki_name":"Ghommal's avernic defender 5 (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Ghommal's_avernic_defender_5#Normal","equipment":{"attack_stab":30,"attack_slash":29,"attack_crush":28,"attack_magic":-5,"attack_ranged":-4,"defence_stab":30,"defence_slash":29,"defence_crush":28,"defence_magic":-5,"defence_ranged":-4,"melee_strength":8,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"27551":{"id":27551,"name":"Ghommal's avernic defender 5 (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":2500000,"lowalch":1000000,"highalch":1500000,"wiki_name":"Ghommal's avernic defender 5 (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Ghommal's_avernic_defender_5#Locked","equipment":{"attack_stab":30,"attack_slash":29,"attack_crush":28,"attack_magic":-5,"attack_ranged":-4,"defence_stab":30,"defence_slash":29,"defence_crush":28,"defence_magic":-5,"defence_ranged":-4,"melee_strength":8,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"27552":{"id":27552,"name":"Ghommal's avernic defender 6","members":true,"equipable":true,"equipable_by_player":true,"cost":2500000,"lowalch":1000000,"highalch":1500000,"wiki_name":"Ghommal's avernic defender 6 (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Ghommal's_avernic_defender_6#Normal","equipment":{"attack_stab":30,"attack_slash":29,"attack_crush":28,"attack_magic":-5,"attack_ranged":-4,"defence_stab":30,"defence_slash":29,"defence_crush":28,"defence_magic":-5,"defence_ranged":-4,"melee_strength":8,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"27553":{"id":27553,"name":"Ghommal's avernic defender 6 (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":2500000,"lowalch":1000000,"highalch":1500000,"wiki_name":"Ghommal's avernic defender 6 (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Ghommal's_avernic_defender_6#Locked","equipment":{"attack_stab":30,"attack_slash":29,"attack_crush":28,"attack_magic":-5,"attack_ranged":-4,"defence_stab":30,"defence_slash":29,"defence_crush":28,"defence_magic":-5,"defence_ranged":-4,"melee_strength":8,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"27554":{"id":27554,"name":"Perfect gingerbread","cost":1,"wiki_name":"Perfect gingerbread","wiki_url":"https://oldschool.runescape.wiki/w/Perfect_gingerbread","price":0},"27555":{"id":27555,"name":"Broken gingerbread","cost":1,"wiki_name":"Broken gingerbread","wiki_url":"https://oldschool.runescape.wiki/w/Broken_gingerbread","price":0},"27556":{"id":27556,"name":"Very broken gingerbread","cost":1,"wiki_name":"Very broken gingerbread","wiki_url":"https://oldschool.runescape.wiki/w/Very_broken_gingerbread","price":0},"27557":{"id":27557,"name":"Shattered gingerbread","cost":1,"wiki_name":"Shattered gingerbread","wiki_url":"https://oldschool.runescape.wiki/w/Shattered_gingerbread","price":0},"27558":{"id":27558,"name":"Sack of coal","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sack of coal (Event)","wiki_url":"https://oldschool.runescape.wiki/w/Sack_of_coal#Event","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"27559":{"id":27559,"name":"Snowball","cost":1,"wiki_name":"Snowball (2022 Christmas event)","wiki_url":"https://oldschool.runescape.wiki/w/Snowball_(2022_Christmas_event)","price":0},"27560":{"id":27560,"name":"Golden snowball","cost":1,"wiki_name":"Golden snowball","wiki_url":"https://oldschool.runescape.wiki/w/Golden_snowball","price":0},"27561":{"id":27561,"name":"Light beer","cost":1,"wiki_name":"Light beer","wiki_url":"https://oldschool.runescape.wiki/w/Light_beer","price":0},"27562":{"id":27562,"name":"Mulled pine","cost":1,"wiki_name":"Mulled pine","wiki_url":"https://oldschool.runescape.wiki/w/Mulled_pine","price":0},"27563":{"id":27563,"name":"Eggnog","cost":1,"wiki_name":"Eggnog","wiki_url":"https://oldschool.runescape.wiki/w/Eggnog","price":0},"27564":{"id":27564,"name":"Santa's list","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Santa's list","wiki_url":"https://oldschool.runescape.wiki/w/Santa's_list","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"27566":{"id":27566,"name":"Christmas jumper","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Christmas jumper","wiki_url":"https://oldschool.runescape.wiki/w/Christmas_jumper","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"27568":{"id":27568,"name":"Snow goggles & hat","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Snow goggles & hat","wiki_url":"https://oldschool.runescape.wiki/w/Snow_goggles_&_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27570":{"id":27570,"name":"Sack of coal","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sack of coal (Reward)","wiki_url":"https://oldschool.runescape.wiki/w/Sack_of_coal#Reward","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"27572":{"id":27572,"name":"Festive nutcracker top","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Nutcracker top (Festive)","wiki_url":"https://oldschool.runescape.wiki/w/Nutcracker_top#Festive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"27574":{"id":27574,"name":"Festive nutcracker trousers","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Nutcracker trousers (Festive)","wiki_url":"https://oldschool.runescape.wiki/w/Nutcracker_trousers#Festive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"27576":{"id":27576,"name":"Festive nutcracker hat","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Nutcracker hat (Festive)","wiki_url":"https://oldschool.runescape.wiki/w/Nutcracker_hat#Festive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27578":{"id":27578,"name":"Festive nutcracker boots","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Nutcracker boots (Festive)","wiki_url":"https://oldschool.runescape.wiki/w/Nutcracker_boots#Festive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"27580":{"id":27580,"name":"Festive nutcracker staff","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Nutcracker staff (Festive)","wiki_url":"https://oldschool.runescape.wiki/w/Nutcracker_staff#Festive","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-100,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-100,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"27582":{"id":27582,"name":"Sweet nutcracker top","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Nutcracker top (Sweet)","wiki_url":"https://oldschool.runescape.wiki/w/Nutcracker_top#Sweet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"27583":{"id":27583,"name":"Sweet nutcracker trousers","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Nutcracker trousers (Sweet)","wiki_url":"https://oldschool.runescape.wiki/w/Nutcracker_trousers#Sweet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"27584":{"id":27584,"name":"Sweet nutcracker hat","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Nutcracker hat (Sweet)","wiki_url":"https://oldschool.runescape.wiki/w/Nutcracker_hat#Sweet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27585":{"id":27585,"name":"Sweet nutcracker boots","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Nutcracker boots (Sweet)","wiki_url":"https://oldschool.runescape.wiki/w/Nutcracker_boots#Sweet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"27586":{"id":27586,"name":"Sweet nutcracker staff","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Nutcracker staff (Sweet)","wiki_url":"https://oldschool.runescape.wiki/w/Nutcracker_staff#Sweet","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-100,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-100,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"27588":{"id":27588,"name":"Festive games crown","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Festive games crown","wiki_url":"https://oldschool.runescape.wiki/w/Festive_games_crown","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27590":{"id":27590,"name":"Muphin","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Muphin (Ranged)","wiki_url":"https://oldschool.runescape.wiki/w/Muphin#Ranged","price":0},"27592":{"id":27592,"name":"Muphin","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Muphin (Melee)","wiki_url":"https://oldschool.runescape.wiki/w/Muphin#Melee","price":0},"27593":{"id":27593,"name":"Muphin","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Muphin (Shielded)","wiki_url":"https://oldschool.runescape.wiki/w/Muphin#Shielded","price":0},"27595":{"id":27595,"name":"Dusty scroll","members":true,"cost":30,"wiki_name":"Dusty scroll (Secrets of the North)","wiki_url":"https://oldschool.runescape.wiki/w/Dusty_scroll_(Secrets_of_the_North)","price":0},"27596":{"id":27596,"name":"Tullia's letter","members":true,"cost":30,"wiki_name":"Tullia's letter","wiki_url":"https://oldschool.runescape.wiki/w/Tullia's_letter","price":0},"27597":{"id":27597,"name":"Ancient map","members":true,"cost":30,"wiki_name":"Ancient map","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_map","price":0},"27598":{"id":27598,"name":"Strange cipher","members":true,"cost":30,"wiki_name":"Strange cipher","wiki_url":"https://oldschool.runescape.wiki/w/Strange_cipher","price":0},"27599":{"id":27599,"name":"Strange list","members":true,"cost":30,"wiki_name":"Strange list","wiki_url":"https://oldschool.runescape.wiki/w/Strange_list","price":0},"27600":{"id":27600,"name":"Duke note","members":true,"cost":30,"wiki_name":"Duke note","wiki_url":"https://oldschool.runescape.wiki/w/Duke_note","price":0},"27601":{"id":27601,"name":"Numbers note","members":true,"cost":30,"wiki_name":"Numbers note","wiki_url":"https://oldschool.runescape.wiki/w/Numbers_note","price":0},"27602":{"id":27602,"name":"Settlements note","members":true,"cost":30,"wiki_name":"Settlements note","wiki_url":"https://oldschool.runescape.wiki/w/Settlements_note","price":0},"27603":{"id":27603,"name":"Lever handle","members":true,"cost":30,"wiki_name":"Lever handle","wiki_url":"https://oldschool.runescape.wiki/w/Lever_handle","price":0},"27604":{"id":27604,"name":"Icy chest","members":true,"cost":30,"wiki_name":"Icy chest","wiki_url":"https://oldschool.runescape.wiki/w/Icy_chest","price":0},"27605":{"id":27605,"name":"Jewel shard","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Jewel shard (Pillar)","wiki_url":"https://oldschool.runescape.wiki/w/Jewel_shard#Pillar","price":0},"27606":{"id":27606,"name":"Jewel shard","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Jewel shard (Chest)","wiki_url":"https://oldschool.runescape.wiki/w/Jewel_shard#Chest","price":0},"27607":{"id":27607,"name":"Ancient jewel","members":true,"cost":30,"wiki_name":"Ancient jewel","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_jewel","price":0},"27608":{"id":27608,"name":"Icy key","members":true,"cost":30,"wiki_name":"Icy key","wiki_url":"https://oldschool.runescape.wiki/w/Icy_key","price":0},"27610":{"id":27610,"name":"Venator bow","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":750000,"lowalch":300000,"highalch":450000,"wiki_name":"Venator bow (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Venator_bow#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":90,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":25,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":80}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"27612":{"id":27612,"name":"Venator bow (uncharged)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":750000,"lowalch":300000,"highalch":450000,"wiki_name":"Venator bow (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Venator_bow#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":90,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":25,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":68043500},"27614":{"id":27614,"name":"Venator shard","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":150000,"lowalch":60000,"highalch":90000,"buy_limit":8,"wiki_name":"Venator shard","wiki_url":"https://oldschool.runescape.wiki/w/Venator_shard","price":13397627},"27616":{"id":27616,"name":"Ancient essence","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":28,"lowalch":11,"highalch":16,"buy_limit":300000,"wiki_name":"Ancient essence","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_essence","price":9},"27622":{"id":27622,"name":"Frozen cache","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Frozen cache","wiki_url":"https://oldschool.runescape.wiki/w/Frozen_cache","price":0},"27624":{"id":27624,"name":"Ancient sceptre","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":211000,"lowalch":84400,"highalch":126600,"wiki_name":"Ancient sceptre (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_sceptre#Normal","equipment":{"attack_stab":20,"attack_slash":-1,"attack_crush":50,"attack_magic":20,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":15,"defence_ranged":0,"melee_strength":60,"ranged_strength":0,"magic_damage":5,"prayer":-1,"slot":"weapon","requirements":{"magic":70,"strength":60,"attack":50}},"weapon":{"attack_speed":4,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"27626":{"id":27626,"name":"Ancient sceptre (l)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":211000,"lowalch":84400,"highalch":126600,"wiki_name":"Ancient sceptre (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_sceptre#Locked","equipment":{"attack_stab":20,"attack_slash":-1,"attack_crush":50,"attack_magic":20,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":15,"defence_ranged":0,"melee_strength":60,"ranged_strength":0,"magic_damage":5,"prayer":-1,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"27627":{"id":27627,"name":"Ancient icon","members":true,"cost":100000,"wiki_name":"Ancient icon","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_icon","price":0},"27629":{"id":27629,"name":"Forgotten brew(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":2000,"wiki_name":"Forgotten brew (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Forgotten_brew#4_dose","price":7400},"27632":{"id":27632,"name":"Forgotten brew(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"wiki_name":"Forgotten brew (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Forgotten_brew#3_dose","price":3247},"27635":{"id":27635,"name":"Forgotten brew(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Forgotten brew (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Forgotten_brew#2_dose","price":2370},"27638":{"id":27638,"name":"Forgotten brew(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Forgotten brew (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Forgotten_brew#1_dose","price":1820},"27641":{"id":27641,"name":"Saturated heart","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":600000,"lowalch":240000,"highalch":360000,"buy_limit":8,"wiki_name":"Saturated heart","wiki_url":"https://oldschool.runescape.wiki/w/Saturated_heart","price":113983888},"27643":{"id":27643,"name":"Charged ice","members":true,"cost":10000,"wiki_name":"Charged ice","wiki_url":"https://oldschool.runescape.wiki/w/Charged_ice","price":0},"27645":{"id":27645,"name":"Mystic cards","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Mystic cards","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_cards","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-20,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":3,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"27648":{"id":27648,"name":"Venenatis spiderling","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Venenatis spiderling (Retro)","wiki_url":"https://oldschool.runescape.wiki/w/Venenatis_spiderling#Retro","price":0},"27649":{"id":27649,"name":"Callisto cub","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Callisto cub (Retro)","wiki_url":"https://oldschool.runescape.wiki/w/Callisto_cub#Retro","price":0},"27650":{"id":27650,"name":"Vet'ion jr.","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Vet'ion jr. (Normal (retro))","wiki_url":"https://oldschool.runescape.wiki/w/Vet'ion_jr.#Normal_(retro)","price":0},"27651":{"id":27651,"name":"Vet'ion jr.","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Vet'ion jr. (Enraged (retro))","wiki_url":"https://oldschool.runescape.wiki/w/Vet'ion_jr.#Enraged_(retro)","price":0},"27652":{"id":27652,"name":"Webweaver bow (u)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":175000,"lowalch":70000,"highalch":105000,"wiki_name":"Webweaver bow (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Webweaver_bow#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":85,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":65,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":16952500},"27655":{"id":27655,"name":"Webweaver bow","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":175000,"lowalch":70000,"highalch":105000,"wiki_name":"Webweaver bow (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Webweaver_bow#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":85,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":65,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":75}},"weapon":{"attack_speed":4,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"27657":{"id":27657,"name":"Ursine chainmace (u)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":175000,"lowalch":70000,"highalch":105000,"buy_limit":8,"wiki_name":"Ursine chainmace (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Ursine_chainmace#Uncharged","equipment":{"attack_stab":53,"attack_slash":-2,"attack_crush":71,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":74,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":3393045},"27660":{"id":27660,"name":"Ursine chainmace","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":175000,"lowalch":70000,"highalch":105000,"wiki_name":"Ursine chainmace (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Ursine_chainmace#Charged","equipment":{"attack_stab":53,"attack_slash":-2,"attack_crush":71,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":74,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"27662":{"id":27662,"name":"Accursed sceptre (u)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":175000,"lowalch":70000,"highalch":105000,"wiki_name":"Accursed sceptre (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Accursed_sceptre#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":22,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":20,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":2396477},"27665":{"id":27665,"name":"Accursed sceptre","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":175000,"lowalch":70000,"highalch":105000,"wiki_name":"Accursed sceptre (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Accursed_sceptre#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":22,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":20,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":70}},"weapon":{"attack_speed":4,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":0},"27667":{"id":27667,"name":"Claws of callisto","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80000,"lowalch":32000,"highalch":48000,"wiki_name":"Claws of callisto","wiki_url":"https://oldschool.runescape.wiki/w/Claws_of_callisto","price":85204},"27670":{"id":27670,"name":"Fangs of venenatis","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":8,"wiki_name":"Fangs of venenatis","wiki_url":"https://oldschool.runescape.wiki/w/Fangs_of_venenatis","price":91891},"27673":{"id":27673,"name":"Skull of vet'ion","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":8,"wiki_name":"Skull of vet'ion","wiki_url":"https://oldschool.runescape.wiki/w/Skull_of_vet'ion","price":121830},"27676":{"id":27676,"name":"Accursed sceptre (au)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":120000,"lowalch":48000,"highalch":72000,"wiki_name":"Accursed sceptre (a) (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Accursed_sceptre_(a)#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":22,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":20,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":2471822},"27679":{"id":27679,"name":"Accursed sceptre (a)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":120000,"lowalch":48000,"highalch":72000,"wiki_name":"Accursed sceptre (a) (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Accursed_sceptre_(a)#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":22,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":20,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"27681":{"id":27681,"name":"Voidwaker hilt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":800000,"lowalch":320000,"highalch":480000,"wiki_name":"Voidwaker hilt","wiki_url":"https://oldschool.runescape.wiki/w/Voidwaker_hilt","price":32967801},"27684":{"id":27684,"name":"Voidwaker blade","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":800000,"lowalch":320000,"highalch":480000,"wiki_name":"Voidwaker blade","wiki_url":"https://oldschool.runescape.wiki/w/Voidwaker_blade","price":24555389},"27687":{"id":27687,"name":"Voidwaker gem","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":800000,"lowalch":320000,"highalch":480000,"wiki_name":"Voidwaker gem","wiki_url":"https://oldschool.runescape.wiki/w/Voidwaker_gem","price":30009755},"27690":{"id":27690,"name":"Voidwaker","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":2000000,"lowalch":800000,"highalch":1200000,"buy_limit":70,"wiki_name":"Voidwaker","wiki_url":"https://oldschool.runescape.wiki/w/Voidwaker","equipment":{"attack_stab":70,"attack_slash":80,"attack_crush":-2,"attack_magic":5,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":2,"defence_ranged":0,"melee_strength":80,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":75}},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":86408037},"27693":{"id":27693,"name":"Ore pack","members":true,"cost":40,"wiki_name":"Ore pack (Volcanic Mine)","wiki_url":"https://oldschool.runescape.wiki/w/Ore_pack_(Volcanic_Mine)","price":0},"27695":{"id":27695,"name":"Dragon pickaxe (broken)","members":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Dragon pickaxe (broken)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_pickaxe_(broken)","price":0},"27697":{"id":27697,"name":"Crystal body","members":true,"equipable":true,"equipable_by_player":true,"cost":1500000,"lowalch":600000,"highalch":900000,"wiki_name":"Crystal body (Hefin) (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_body_(Hefin)#Active","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-18,"attack_ranged":31,"defence_stab":46,"defence_slash":38,"defence_crush":48,"defence_magic":44,"defence_ranged":68,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"body","requirements":null},"price":0},"27699":{"id":27699,"name":"Crystal body (inactive)","members":true,"equipable":true,"equipable_by_player":true,"cost":1500000,"lowalch":600000,"highalch":900000,"wiki_name":"Crystal body (Hefin) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_body_(Hefin)#Inactive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"27701":{"id":27701,"name":"Crystal legs","members":true,"equipable":true,"equipable_by_player":true,"cost":1000000,"lowalch":400000,"highalch":600000,"wiki_name":"Crystal legs (Hefin) (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_legs_(Hefin)#Active","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-12,"attack_ranged":18,"defence_stab":26,"defence_slash":21,"defence_crush":30,"defence_magic":34,"defence_ranged":38,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"legs","requirements":null},"price":0},"27703":{"id":27703,"name":"Crystal legs (inactive)","members":true,"equipable":true,"equipable_by_player":true,"cost":1000000,"lowalch":400000,"highalch":600000,"wiki_name":"Crystal legs (Hefin) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_legs_(Hefin)#Inactive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"27705":{"id":27705,"name":"Crystal helm","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Crystal helm (Hefin) (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_helm_(Hefin)#Active","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":9,"defence_stab":12,"defence_slash":8,"defence_crush":14,"defence_magic":10,"defence_ranged":18,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"head","requirements":null},"price":0},"27707":{"id":27707,"name":"Crystal helm (inactive)","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Crystal helm (Hefin) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_helm_(Hefin)#Inactive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27709":{"id":27709,"name":"Crystal body","members":true,"equipable":true,"equipable_by_player":true,"cost":1500000,"lowalch":600000,"highalch":900000,"wiki_name":"Crystal body (Ithell) (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_body_(Ithell)#Active","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-18,"attack_ranged":31,"defence_stab":46,"defence_slash":38,"defence_crush":48,"defence_magic":44,"defence_ranged":68,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"body","requirements":null},"price":0},"27711":{"id":27711,"name":"Crystal body (inactive)","members":true,"equipable":true,"equipable_by_player":true,"cost":1500000,"lowalch":600000,"highalch":900000,"wiki_name":"Crystal body (Ithell) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_body_(Ithell)#Inactive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"27713":{"id":27713,"name":"Crystal legs","members":true,"equipable":true,"equipable_by_player":true,"cost":1000000,"lowalch":400000,"highalch":600000,"wiki_name":"Crystal legs (Ithell) (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_legs_(Ithell)#Active","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-12,"attack_ranged":18,"defence_stab":26,"defence_slash":21,"defence_crush":30,"defence_magic":34,"defence_ranged":38,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"legs","requirements":null},"price":0},"27715":{"id":27715,"name":"Crystal legs (inactive)","members":true,"equipable":true,"equipable_by_player":true,"cost":1000000,"lowalch":400000,"highalch":600000,"wiki_name":"Crystal legs (Ithell) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_legs_(Ithell)#Inactive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"27717":{"id":27717,"name":"Crystal helm","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Crystal helm (Ithell) (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_helm_(Ithell)#Active","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":9,"defence_stab":12,"defence_slash":8,"defence_crush":14,"defence_magic":10,"defence_ranged":18,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"head","requirements":null},"price":0},"27719":{"id":27719,"name":"Crystal helm (inactive)","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Crystal helm (Ithell) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_helm_(Ithell)#Inactive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27721":{"id":27721,"name":"Crystal body","members":true,"equipable":true,"equipable_by_player":true,"cost":1500000,"lowalch":600000,"highalch":900000,"wiki_name":"Crystal body (Iorwerth) (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_body_(Iorwerth)#Active","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-18,"attack_ranged":31,"defence_stab":46,"defence_slash":38,"defence_crush":48,"defence_magic":44,"defence_ranged":68,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"body","requirements":null},"price":0},"27723":{"id":27723,"name":"Crystal body (inactive)","members":true,"equipable":true,"equipable_by_player":true,"cost":1500000,"lowalch":600000,"highalch":900000,"wiki_name":"Crystal body (Iorwerth) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_body_(Iorwerth)#Inactive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"27725":{"id":27725,"name":"Crystal legs","members":true,"equipable":true,"equipable_by_player":true,"cost":1000000,"lowalch":400000,"highalch":600000,"wiki_name":"Crystal legs (Iorwerth) (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_legs_(Iorwerth)#Active","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-12,"attack_ranged":18,"defence_stab":26,"defence_slash":21,"defence_crush":30,"defence_magic":34,"defence_ranged":38,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"legs","requirements":null},"price":0},"27727":{"id":27727,"name":"Crystal legs (inactive)","members":true,"equipable":true,"equipable_by_player":true,"cost":1000000,"lowalch":400000,"highalch":600000,"wiki_name":"Crystal legs (Iorwerth) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_legs_(Iorwerth)#Inactive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"27729":{"id":27729,"name":"Crystal helm","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Crystal helm (Iorwerth) (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_helm_(Iorwerth)#Active","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":9,"defence_stab":12,"defence_slash":8,"defence_crush":14,"defence_magic":10,"defence_ranged":18,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"head","requirements":null},"price":0},"27731":{"id":27731,"name":"Crystal helm (inactive)","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Crystal helm (Iorwerth) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_helm_(Iorwerth)#Inactive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27733":{"id":27733,"name":"Crystal body","members":true,"equipable":true,"equipable_by_player":true,"cost":1500000,"lowalch":600000,"highalch":900000,"wiki_name":"Crystal body (Trahaearn) (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_body_(Trahaearn)#Active","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-18,"attack_ranged":31,"defence_stab":46,"defence_slash":38,"defence_crush":48,"defence_magic":44,"defence_ranged":68,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"body","requirements":null},"price":0},"27735":{"id":27735,"name":"Crystal body (inactive)","members":true,"equipable":true,"equipable_by_player":true,"cost":1500000,"lowalch":600000,"highalch":900000,"wiki_name":"Crystal body (Trahaearn) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_body_(Trahaearn)#Inactive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"27737":{"id":27737,"name":"Crystal legs","members":true,"equipable":true,"equipable_by_player":true,"cost":1000000,"lowalch":400000,"highalch":600000,"wiki_name":"Crystal legs (Trahaearn) (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_legs_(Trahaearn)#Active","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-12,"attack_ranged":18,"defence_stab":26,"defence_slash":21,"defence_crush":30,"defence_magic":34,"defence_ranged":38,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"legs","requirements":null},"price":0},"27739":{"id":27739,"name":"Crystal legs (inactive)","members":true,"equipable":true,"equipable_by_player":true,"cost":1000000,"lowalch":400000,"highalch":600000,"wiki_name":"Crystal legs (Trahaearn) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_legs_(Trahaearn)#Inactive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"27741":{"id":27741,"name":"Crystal helm","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Crystal helm (Trahaearn) (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_helm_(Trahaearn)#Active","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":9,"defence_stab":12,"defence_slash":8,"defence_crush":14,"defence_magic":10,"defence_ranged":18,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"head","requirements":null},"price":0},"27743":{"id":27743,"name":"Crystal helm (inactive)","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Crystal helm (Trahaearn) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_helm_(Trahaearn)#Inactive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27745":{"id":27745,"name":"Crystal body","members":true,"equipable":true,"equipable_by_player":true,"cost":1500000,"lowalch":600000,"highalch":900000,"wiki_name":"Crystal body (Cadarn) (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_body_(Cadarn)#Active","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-18,"attack_ranged":31,"defence_stab":46,"defence_slash":38,"defence_crush":48,"defence_magic":44,"defence_ranged":68,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"body","requirements":null},"price":0},"27747":{"id":27747,"name":"Crystal body (inactive)","members":true,"equipable":true,"equipable_by_player":true,"cost":1500000,"lowalch":600000,"highalch":900000,"wiki_name":"Crystal body (Cadarn) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_body_(Cadarn)#Inactive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"27749":{"id":27749,"name":"Crystal legs","members":true,"equipable":true,"equipable_by_player":true,"cost":1000000,"lowalch":400000,"highalch":600000,"wiki_name":"Crystal legs (Cadarn) (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_legs_(Cadarn)#Active","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-12,"attack_ranged":18,"defence_stab":26,"defence_slash":21,"defence_crush":30,"defence_magic":34,"defence_ranged":38,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"legs","requirements":null},"price":0},"27751":{"id":27751,"name":"Crystal legs (inactive)","members":true,"equipable":true,"equipable_by_player":true,"cost":1000000,"lowalch":400000,"highalch":600000,"wiki_name":"Crystal legs (Cadarn) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_legs_(Cadarn)#Inactive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"27753":{"id":27753,"name":"Crystal helm","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Crystal helm (Cadarn) (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_helm_(Cadarn)#Active","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":9,"defence_stab":12,"defence_slash":8,"defence_crush":14,"defence_magic":10,"defence_ranged":18,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"head","requirements":null},"price":0},"27755":{"id":27755,"name":"Crystal helm (inactive)","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Crystal helm (Cadarn) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_helm_(Cadarn)#Inactive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27757":{"id":27757,"name":"Crystal body","members":true,"equipable":true,"equipable_by_player":true,"cost":1500000,"lowalch":600000,"highalch":900000,"wiki_name":"Crystal body (Crwys) (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_body_(Crwys)#Active","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-18,"attack_ranged":31,"defence_stab":46,"defence_slash":38,"defence_crush":48,"defence_magic":44,"defence_ranged":68,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"body","requirements":null},"price":0},"27759":{"id":27759,"name":"Crystal body (inactive)","members":true,"equipable":true,"equipable_by_player":true,"cost":1500000,"lowalch":600000,"highalch":900000,"wiki_name":"Crystal body (Crwys) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_body_(Crwys)#Inactive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"27761":{"id":27761,"name":"Crystal legs","members":true,"equipable":true,"equipable_by_player":true,"cost":1000000,"lowalch":400000,"highalch":600000,"wiki_name":"Crystal legs (Crwys) (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_legs_(Crwys)#Active","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-12,"attack_ranged":18,"defence_stab":26,"defence_slash":21,"defence_crush":30,"defence_magic":34,"defence_ranged":38,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"legs","requirements":null},"price":0},"27763":{"id":27763,"name":"Crystal legs (inactive)","members":true,"equipable":true,"equipable_by_player":true,"cost":1000000,"lowalch":400000,"highalch":600000,"wiki_name":"Crystal legs (Crwys) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_legs_(Crwys)#Inactive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"27765":{"id":27765,"name":"Crystal helm","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Crystal helm (Crwys) (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_helm_(Crwys)#Active","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":9,"defence_stab":12,"defence_slash":8,"defence_crush":14,"defence_magic":10,"defence_ranged":18,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"head","requirements":null},"price":0},"27767":{"id":27767,"name":"Crystal helm (inactive)","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Crystal helm (Crwys) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_helm_(Crwys)#Inactive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27769":{"id":27769,"name":"Crystal body","members":true,"equipable":true,"equipable_by_player":true,"cost":1500000,"lowalch":600000,"highalch":900000,"wiki_name":"Crystal body (Amlodd) (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_body_(Amlodd)#Active","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-18,"attack_ranged":31,"defence_stab":46,"defence_slash":38,"defence_crush":48,"defence_magic":44,"defence_ranged":68,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"body","requirements":null},"price":0},"27771":{"id":27771,"name":"Crystal body (inactive)","members":true,"equipable":true,"equipable_by_player":true,"cost":1500000,"lowalch":600000,"highalch":900000,"wiki_name":"Crystal body (Amlodd) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_body_(Amlodd)#Inactive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"27773":{"id":27773,"name":"Crystal legs","members":true,"equipable":true,"equipable_by_player":true,"cost":1000000,"lowalch":400000,"highalch":600000,"wiki_name":"Crystal legs (Amlodd) (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_legs_(Amlodd)#Active","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-12,"attack_ranged":18,"defence_stab":26,"defence_slash":21,"defence_crush":30,"defence_magic":34,"defence_ranged":38,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"legs","requirements":null},"price":0},"27775":{"id":27775,"name":"Crystal legs (inactive)","members":true,"equipable":true,"equipable_by_player":true,"cost":1000000,"lowalch":400000,"highalch":600000,"wiki_name":"Crystal legs (Amlodd) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_legs_(Amlodd)#Inactive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"27777":{"id":27777,"name":"Crystal helm","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Crystal helm (Amlodd) (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_helm_(Amlodd)#Active","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":9,"defence_stab":12,"defence_slash":8,"defence_crush":14,"defence_magic":10,"defence_ranged":18,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"head","requirements":null},"price":0},"27779":{"id":27779,"name":"Crystal helm (inactive)","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Crystal helm (Amlodd) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_helm_(Amlodd)#Inactive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27783":{"id":27783,"name":"Diamond speedrun trophy","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":50,"wiki_name":"Diamond speedrun trophy","wiki_url":"https://oldschool.runescape.wiki/w/Diamond_speedrun_trophy","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"27785":{"id":27785,"name":"Thammaron's sceptre (au)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":120000,"lowalch":48000,"highalch":72000,"buy_limit":8,"wiki_name":"Thammaron's sceptre (a) (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Thammaron's_sceptre_(a)#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":20,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":2251499},"27788":{"id":27788,"name":"Thammaron's sceptre (a)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":120000,"lowalch":48000,"highalch":72000,"wiki_name":"Thammaron's sceptre (a) (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Thammaron's_sceptre_(a)#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":20,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"27790":{"id":27790,"name":"Nightshade","members":true,"stackable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Nightshade","wiki_url":"https://oldschool.runescape.wiki/w/Nightshade","price":0},"27802":{"id":27802,"name":"Gnome child backpack","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Gnome child backpack","wiki_url":"https://oldschool.runescape.wiki/w/Gnome_child_backpack","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"27804":{"id":27804,"name":"Cake hat","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Cake hat","wiki_url":"https://oldschool.runescape.wiki/w/Cake_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27806":{"id":27806,"name":"Bob the cat slippers","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Bob the cat slippers","wiki_url":"https://oldschool.runescape.wiki/w/Bob_the_cat_slippers","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"27808":{"id":27808,"name":"Jad slippers","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Jad slippers","wiki_url":"https://oldschool.runescape.wiki/w/Jad_slippers","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"27810":{"id":27810,"name":"Dragon candle dagger","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Dragon candle dagger","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_candle_dagger","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"27812":{"id":27812,"name":"10th birthday cape","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"10th birthday cape","wiki_url":"https://oldschool.runescape.wiki/w/10th_birthday_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"27814":{"id":27814,"name":"Jad plush","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Jad plush","wiki_url":"https://oldschool.runescape.wiki/w/Jad_plush","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"27816":{"id":27816,"name":"Stray dog plush","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Stray dog plush","wiki_url":"https://oldschool.runescape.wiki/w/Stray_dog_plush","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"27818":{"id":27818,"name":"Gnome child plush","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Gnome child plush","wiki_url":"https://oldschool.runescape.wiki/w/Gnome_child_plush","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"27820":{"id":27820,"name":"10th birthday balloons","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":0,"wiki_name":"10th birthday balloons","wiki_url":"https://oldschool.runescape.wiki/w/10th_birthday_balloons","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"27822":{"id":27822,"name":"Oldschool jumper","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Oldschool jumper","wiki_url":"https://oldschool.runescape.wiki/w/Oldschool_jumper","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"27828":{"id":27828,"name":"Silver partyhat","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Silver partyhat","wiki_url":"https://oldschool.runescape.wiki/w/Silver_partyhat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27831":{"id":27831,"name":"Vesta's chainbody (bh)","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Vesta's chainbody (bh) (Activated)","wiki_url":"https://oldschool.runescape.wiki/w/Vesta's_chainbody_(bh)#Activated","equipment":{"attack_stab":14,"attack_slash":14,"attack_crush":4,"attack_magic":-32,"attack_ranged":-15,"defence_stab":74,"defence_slash":81,"defence_crush":89,"defence_magic":-18,"defence_ranged":95,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"27832":{"id":27832,"name":"Vesta's plateskirt (bh)","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Vesta's plateskirt (bh) (Activated)","wiki_url":"https://oldschool.runescape.wiki/w/Vesta's_plateskirt_(bh)#Activated","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":3,"attack_magic":-30,"attack_ranged":-12,"defence_stab":55,"defence_slash":64,"defence_crush":67,"defence_magic":-15,"defence_ranged":71,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"27833":{"id":27833,"name":"Statius's full helm (bh)","members":true,"equipable":true,"equipable_by_player":true,"cost":250000,"lowalch":100000,"highalch":150000,"wiki_name":"Statius's full helm (bh) (Activated)","wiki_url":"https://oldschool.runescape.wiki/w/Statius's_full_helm_(bh)#Activated","equipment":{"attack_stab":1,"attack_slash":1,"attack_crush":6,"attack_magic":-6,"attack_ranged":-2,"defence_stab":52,"defence_slash":50,"defence_crush":47,"defence_magic":-1,"defence_ranged":55,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27834":{"id":27834,"name":"Statius's platebody (bh)","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Statius's platebody (bh) (Activated)","wiki_url":"https://oldschool.runescape.wiki/w/Statius's_platebody_(bh)#Activated","equipment":{"attack_stab":2,"attack_slash":2,"attack_crush":14,"attack_magic":-38,"attack_ranged":-17,"defence_stab":102,"defence_slash":97,"defence_crush":94,"defence_magic":-16,"defence_ranged":105,"melee_strength":5,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"body","requirements":null},"price":0},"27835":{"id":27835,"name":"Statius's platelegs (bh)","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Statius's platelegs (bh) (Activated)","wiki_url":"https://oldschool.runescape.wiki/w/Statius's_platelegs_(bh)#Activated","equipment":{"attack_stab":1,"attack_slash":1,"attack_crush":10,"attack_magic":-30,"attack_ranged":-12,"defence_stab":73,"defence_slash":71,"defence_crush":68,"defence_magic":-14,"defence_ranged":95,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"legs","requirements":null},"price":0},"27836":{"id":27836,"name":"Morrigan's coif (bh)","members":true,"equipable":true,"equipable_by_player":true,"cost":250000,"lowalch":100000,"highalch":150000,"wiki_name":"Morrigan's coif (bh) (Activated)","wiki_url":"https://oldschool.runescape.wiki/w/Morrigan's_coif_(bh)#Activated","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-5,"attack_ranged":13,"defence_stab":8,"defence_slash":11,"defence_crush":14,"defence_magic":8,"defence_ranged":12,"melee_strength":0,"ranged_strength":4,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27837":{"id":27837,"name":"Morrigan's leather body (bh)","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Morrigan's leather body (bh) (Activated)","wiki_url":"https://oldschool.runescape.wiki/w/Morrigan's_leather_body_(bh)#Activated","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":36,"defence_stab":61,"defence_slash":53,"defence_crush":66,"defence_magic":75,"defence_ranged":62,"melee_strength":0,"ranged_strength":6,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"27838":{"id":27838,"name":"Morrigan's leather chaps (bh)","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Morrigan's leather chaps (bh) (Activated)","wiki_url":"https://oldschool.runescape.wiki/w/Morrigan's_leather_chaps_(bh)#Activated","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":23,"defence_stab":35,"defence_slash":29,"defence_crush":37,"defence_magic":46,"defence_ranged":35,"melee_strength":0,"ranged_strength":6,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"27839":{"id":27839,"name":"Zuriel's hood (bh)","members":true,"equipable":true,"equipable_by_player":true,"cost":250000,"lowalch":100000,"highalch":150000,"wiki_name":"Zuriel's hood (bh) (Activated)","wiki_url":"https://oldschool.runescape.wiki/w/Zuriel's_hood_(bh)#Activated","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":8,"attack_ranged":-2,"defence_stab":20,"defence_slash":16,"defence_crush":22,"defence_magic":8,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"head","requirements":null},"price":0},"27840":{"id":27840,"name":"Zuriel's robe top (bh)","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Zuriel's robe top (bh) (Activated)","wiki_url":"https://oldschool.runescape.wiki/w/Zuriel's_robe_top_(bh)#Activated","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":35,"attack_ranged":-10,"defence_stab":63,"defence_slash":45,"defence_crush":74,"defence_magic":35,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":3,"prayer":0,"slot":"body","requirements":null},"price":0},"27841":{"id":27841,"name":"Zuriel's robe bottom (bh)","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Zuriel's robe bottom (bh) (Activated)","wiki_url":"https://oldschool.runescape.wiki/w/Zuriel's_robe_bottom_(bh)#Activated","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":25,"attack_ranged":-7,"defence_stab":38,"defence_slash":35,"defence_crush":44,"defence_magic":25,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":2,"prayer":0,"slot":"legs","requirements":null},"price":0},"27842":{"id":27842,"name":"Corrupted vesta's chainbody (bh)","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Corrupted vesta's chainbody (bh) (Activated)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_vesta's_chainbody_(bh)#Activated","equipment":{"attack_stab":14,"attack_slash":14,"attack_crush":4,"attack_magic":-28,"attack_ranged":-14,"defence_stab":25,"defence_slash":32,"defence_crush":34,"defence_magic":-10,"defence_ranged":30,"melee_strength":5,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"27843":{"id":27843,"name":"Corrupted vesta's plateskirt (bh)","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Corrupted vesta's plateskirt (bh) (Activated)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_vesta's_plateskirt_(bh)#Activated","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":3,"attack_magic":-24,"attack_ranged":-12,"defence_stab":22,"defence_slash":20,"defence_crush":18,"defence_magic":-9,"defence_ranged":22,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"27844":{"id":27844,"name":"Corrupted statius's full helm (bh)","members":true,"equipable":true,"equipable_by_player":true,"cost":250000,"lowalch":100000,"highalch":150000,"wiki_name":"Corrupted statius's full helm (bh) (Activated)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_statius's_full_helm_(bh)#Activated","equipment":{"attack_stab":1,"attack_slash":1,"attack_crush":6,"attack_magic":-6,"attack_ranged":-2,"defence_stab":17,"defence_slash":20,"defence_crush":14,"defence_magic":-1,"defence_ranged":18,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27845":{"id":27845,"name":"Corrupted statius's platebody (bh)","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Corrupted statius's platebody (bh) (Activated)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_statius's_platebody_(bh)#Activated","equipment":{"attack_stab":2,"attack_slash":2,"attack_crush":14,"attack_magic":-30,"attack_ranged":-15,"defence_stab":50,"defence_slash":46,"defence_crush":44,"defence_magic":-12,"defence_ranged":45,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"27846":{"id":27846,"name":"Corrupted statius's platelegs (bh)","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Corrupted statius's platelegs (bh) (Activated)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_statius's_platelegs_(bh)#Activated","equipment":{"attack_stab":1,"attack_slash":1,"attack_crush":10,"attack_magic":-26,"attack_ranged":-13,"defence_stab":25,"defence_slash":23,"defence_crush":21,"defence_magic":-10,"defence_ranged":22,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"27847":{"id":27847,"name":"Corrupted morrigan's coif (bh)","members":true,"equipable":true,"equipable_by_player":true,"cost":250000,"lowalch":100000,"highalch":150000,"wiki_name":"Corrupted morrigan's coif (bh) (Activated)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_morrigan's_coif_(bh)#Activated","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-4,"attack_ranged":13,"defence_stab":4,"defence_slash":5,"defence_crush":6,"defence_magic":4,"defence_ranged":6,"melee_strength":0,"ranged_strength":2,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27848":{"id":27848,"name":"Corrupted morrigan's leather body (bh)","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Corrupted morrigan's leather body (bh) (Activated)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_morrigan's_leather_body_(bh)#Activated","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-13,"attack_ranged":36,"defence_stab":27,"defence_slash":20,"defence_crush":24,"defence_magic":30,"defence_ranged":28,"melee_strength":0,"ranged_strength":4,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"27849":{"id":27849,"name":"Corrupted morrigan's leather chaps (bh)","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Corrupted morrigan's leather chaps (bh) (Activated)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_morrigan's_leather_chaps_(bh)#Activated","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":23,"defence_stab":18,"defence_slash":15,"defence_crush":16,"defence_magic":20,"defence_ranged":19,"melee_strength":0,"ranged_strength":4,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"27850":{"id":27850,"name":"Corrupted zuriel's hood (bh)","members":true,"equipable":true,"equipable_by_player":true,"cost":250000,"lowalch":100000,"highalch":150000,"wiki_name":"Corrupted zuriel's hood (bh) (Activated)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_zuriel's_hood_(bh)#Activated","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":5,"attack_ranged":-1,"defence_stab":13,"defence_slash":11,"defence_crush":14,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"head","requirements":null},"price":0},"27851":{"id":27851,"name":"Corrupted zuriel's robe top (bh)","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Corrupted zuriel's robe top (bh) (Activated)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_zuriel's_robe_top_(bh)#Activated","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":25,"attack_ranged":-8,"defence_stab":43,"defence_slash":39,"defence_crush":47,"defence_magic":22,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":3,"prayer":0,"slot":"body","requirements":null},"price":0},"27852":{"id":27852,"name":"Corrupted zuriel's robe bottom (bh)","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Corrupted zuriel's robe bottom (bh) (Activated)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_zuriel's_robe_bottom_(bh)#Activated","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":18,"attack_ranged":-6,"defence_stab":21,"defence_slash":20,"defence_crush":23,"defence_magic":14,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":2,"prayer":0,"slot":"legs","requirements":null},"price":0},"27853":{"id":27853,"name":"Dark bow (bh)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":120002,"wiki_name":"Dark bow (bh)","wiki_url":"https://oldschool.runescape.wiki/w/Dark_bow_(bh)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":105,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":9,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"27855":{"id":27855,"name":"Barrelchest anchor (bh)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":230000,"wiki_name":"Barrelchest anchor (bh)","wiki_url":"https://oldschool.runescape.wiki/w/Barrelchest_anchor_(bh)","equipment":{"attack_stab":-2,"attack_slash":10,"attack_crush":102,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":110,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":6,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"27857":{"id":27857,"name":"Dragon mace (bh)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":50000,"wiki_name":"Dragon mace (bh)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_mace_(bh)","equipment":{"attack_stab":44,"attack_slash":-2,"attack_crush":64,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":55,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"27859":{"id":27859,"name":"Dragon longsword (bh)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100000,"wiki_name":"Dragon longsword (bh)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_longsword_(bh)","equipment":{"attack_stab":62,"attack_slash":75,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":71,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"27861":{"id":27861,"name":"Abyssal dagger (bh)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":115001,"lowalch":46000,"highalch":69000,"wiki_name":"Abyssal dagger (bh) (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_dagger_(bh)#Unpoisoned","equipment":{"attack_stab":85,"attack_slash":40,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":75,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"27863":{"id":27863,"name":"Abyssal dagger (bh)(p)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":115002,"lowalch":46000,"highalch":69001,"wiki_name":"Abyssal dagger (bh) (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_dagger_(bh)#Poison","equipment":{"attack_stab":85,"attack_slash":40,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":75,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"27865":{"id":27865,"name":"Abyssal dagger (bh)(p+)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":115003,"lowalch":46001,"highalch":69001,"wiki_name":"Abyssal dagger (bh) (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_dagger_(bh)#Poison+","equipment":{"attack_stab":85,"attack_slash":40,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":75,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"27867":{"id":27867,"name":"Abyssal dagger (bh)(p++)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":115004,"lowalch":46001,"highalch":69002,"wiki_name":"Abyssal dagger (bh) (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_dagger_(bh)#Poison++","equipment":{"attack_stab":85,"attack_slash":40,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":75,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"27869":{"id":27869,"name":"Voidwaker","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100,"wiki_name":"Voidwaker (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Voidwaker_(Last_Man_Standing)","equipment":{"attack_stab":70,"attack_slash":80,"attack_crush":-2,"attack_magic":5,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":2,"defence_ranged":0,"melee_strength":80,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"27870":{"id":27870,"name":"Lightbearer","equipable":true,"equipable_by_player":true,"cost":100,"wiki_name":"Lightbearer (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Lightbearer_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"27871":{"id":27871,"name":"Giant bronze dagger","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100,"wiki_name":"Giant bronze dagger","wiki_url":"https://oldschool.runescape.wiki/w/Giant_bronze_dagger","equipment":{"attack_stab":4,"attack_slash":2,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"2h_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"smash","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"27873":{"id":27873,"name":"Eastfloor spade","cost":1,"wiki_name":"Eastfloor spade","wiki_url":"https://oldschool.runescape.wiki/w/Eastfloor_spade","price":0},"27875":{"id":27875,"name":"Nest hat","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Nest hat (Easter egg)","wiki_url":"https://oldschool.runescape.wiki/w/Nest_hat#Easter_egg","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27877":{"id":27877,"name":"Nest hat","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Nest hat (Chick)","wiki_url":"https://oldschool.runescape.wiki/w/Nest_hat#Chick","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27897":{"id":27897,"name":"Scaly blue dragonhide","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"weight":3.175,"wiki_name":"Scaly blue dragonhide","wiki_url":"https://oldschool.runescape.wiki/w/Scaly_blue_dragonhide","price":2011},"27900":{"id":27900,"name":"Vesta's spear (bh)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":300000,"lowalch":120000,"highalch":180000,"wiki_name":"Vesta's spear (bh) (Activated)","wiki_url":"https://oldschool.runescape.wiki/w/Vesta's_spear_(bh)#Activated","equipment":{"attack_stab":133,"attack_slash":113,"attack_crush":120,"attack_magic":0,"attack_ranged":0,"defence_stab":18,"defence_slash":21,"defence_crush":21,"defence_magic":0,"defence_ranged":0,"melee_strength":122,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"27902":{"id":27902,"name":"Vesta's spear (bh)(inactive)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Vesta's spear (bh) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Vesta's_spear_(bh)#Inactive","price":0},"27904":{"id":27904,"name":"Vesta's longsword (bh)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":300000,"lowalch":120000,"highalch":180000,"wiki_name":"Vesta's longsword (bh) (Activated)","wiki_url":"https://oldschool.runescape.wiki/w/Vesta's_longsword_(bh)#Activated","equipment":{"attack_stab":106,"attack_slash":121,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":4,"defence_crush":3,"defence_magic":0,"defence_ranged":0,"melee_strength":118,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"27906":{"id":27906,"name":"Vesta's longsword (bh)(inactive)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Vesta's longsword (bh) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Vesta's_longsword_(bh)#Inactive","price":0},"27908":{"id":27908,"name":"Statius's warhammer (bh)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":300000,"lowalch":120000,"highalch":180000,"wiki_name":"Statius's warhammer (bh) (Activated)","wiki_url":"https://oldschool.runescape.wiki/w/Statius's_warhammer_(bh)#Activated","equipment":{"attack_stab":-4,"attack_slash":-4,"attack_crush":123,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":114,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"27910":{"id":27910,"name":"Statius's warhammer (bh)(inactive)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Statius's warhammer (bh) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Statius's_warhammer_(bh)#Inactive","price":0},"27912":{"id":27912,"name":"Morrigan's throwing axe (bh)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":300000,"lowalch":120000,"highalch":180000,"wiki_name":"Morrigan's throwing axe (bh) (Activated)","wiki_url":"https://oldschool.runescape.wiki/w/Morrigan's_throwing_axe_(bh)#Activated","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":93,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":117,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"27914":{"id":27914,"name":"Morrigan's throwing axe (bh)(inactive)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Morrigan's throwing axe (bh) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Morrigan's_throwing_axe_(bh)#Inactive","price":0},"27916":{"id":27916,"name":"Morrigan's javelin (bh)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":300000,"lowalch":120000,"highalch":180000,"wiki_name":"Morrigan's javelin (bh) (Activated)","wiki_url":"https://oldschool.runescape.wiki/w/Morrigan's_javelin_(bh)#Activated","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":105,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":145,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":6,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"27918":{"id":27918,"name":"Morrigan's javelin (bh)(inactive)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Morrigan's javelin (bh) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Morrigan's_javelin_(bh)#Inactive","price":0},"27920":{"id":27920,"name":"Zuriel's staff (bh)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":300000,"lowalch":120000,"highalch":180000,"wiki_name":"Zuriel's staff (bh) (Activated)","wiki_url":"https://oldschool.runescape.wiki/w/Zuriel's_staff_(bh)#Activated","equipment":{"attack_stab":13,"attack_slash":-1,"attack_crush":65,"attack_magic":18,"attack_ranged":0,"defence_stab":5,"defence_slash":7,"defence_crush":4,"defence_magic":18,"defence_ranged":0,"melee_strength":72,"ranged_strength":0,"magic_damage":10,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"27922":{"id":27922,"name":"Zuriel's staff (bh)(inactive)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Zuriel's staff (bh) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Zuriel's_staff_(bh)#Inactive","price":0},"27925":{"id":27925,"name":"Vesta's chainbody (bh)(inactive)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Vesta's chainbody (bh) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Vesta's_chainbody_(bh)#Inactive","price":0},"27928":{"id":27928,"name":"Vesta's plateskirt (bh)(inactive)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Vesta's plateskirt (bh) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Vesta's_plateskirt_(bh)#Inactive","price":0},"27931":{"id":27931,"name":"Statius's full helm (bh)(inactive)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Statius's full helm (bh) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Statius's_full_helm_(bh)#Inactive","price":0},"27934":{"id":27934,"name":"Statius's platebody (bh)(inactive)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Statius's platebody (bh) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Statius's_platebody_(bh)#Inactive","price":0},"27937":{"id":27937,"name":"Statius's platelegs (bh)(inactive)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Statius's platelegs (bh) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Statius's_platelegs_(bh)#Inactive","price":0},"27940":{"id":27940,"name":"Morrigan's coif (bh)(inactive)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Morrigan's coif (bh) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Morrigan's_coif_(bh)#Inactive","price":0},"27943":{"id":27943,"name":"Morrigan's leather body (bh)(inactive)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Morrigan's leather body (bh) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Morrigan's_leather_body_(bh)#Inactive","price":0},"27946":{"id":27946,"name":"Morrigan's leather chaps (bh)(inactive)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Morrigan's leather chaps (bh) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Morrigan's_leather_chaps_(bh)#Inactive","price":0},"27949":{"id":27949,"name":"Zuriel's hood (bh)(inactive)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Zuriel's hood (bh) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Zuriel's_hood_(bh)#Inactive","price":0},"27952":{"id":27952,"name":"Zuriel's robe top (bh)(inactive)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Zuriel's robe top (bh) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Zuriel's_robe_top_(bh)#Inactive","price":0},"27955":{"id":27955,"name":"Zuriel's robe bottom (bh)(inactive)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Zuriel's robe bottom (bh) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Zuriel's_robe_bottom_(bh)#Inactive","price":0},"27957":{"id":27957,"name":"Attack xp","incomplete":true,"members":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"27958":{"id":27958,"name":"Strength xp","incomplete":true,"members":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"27959":{"id":27959,"name":"Defence xp","incomplete":true,"members":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"27960":{"id":27960,"name":"Hitpoints xp","incomplete":true,"members":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"27961":{"id":27961,"name":"Magic xp","incomplete":true,"members":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"27962":{"id":27962,"name":"Ranged xp","incomplete":true,"members":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"27963":{"id":27963,"name":"Prayer xp","incomplete":true,"members":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"27965":{"id":27965,"name":"Corrupted vesta's chainbody (bh)(inactive)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Corrupted vesta's chainbody (bh) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_vesta's_chainbody_(bh)#Inactive","price":0},"27968":{"id":27968,"name":"Corrupted vesta's plateskirt (bh)(inactive)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Corrupted vesta's plateskirt (bh) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_vesta's_plateskirt_(bh)#Inactive","price":0},"27971":{"id":27971,"name":"Corrupted statius's full helm (bh)(inactive)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Corrupted statius's full helm (bh) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_statius's_full_helm_(bh)#Inactive","price":0},"27974":{"id":27974,"name":"Corrupted statius's platebody (bh)(inactive)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Corrupted statius's platebody (bh) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_statius's_platebody_(bh)#Inactive","price":0},"27977":{"id":27977,"name":"Corrupted statius's platelegs (bh)(inactive)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Corrupted statius's platelegs (bh) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_statius's_platelegs_(bh)#Inactive","price":0},"27980":{"id":27980,"name":"Corrupted morrigan's coif (bh)(inactive)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Corrupted morrigan's coif (bh) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_morrigan's_coif_(bh)#Inactive","price":0},"27983":{"id":27983,"name":"Corrupted morrigan's leather body (bh)(inactive)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Corrupted morrigan's leather body (bh) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_morrigan's_leather_body_(bh)#Inactive","price":0},"27986":{"id":27986,"name":"Corrupted morrigan's leather chaps (bh)(inactive)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Corrupted morrigan's leather chaps (bh) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_morrigan's_leather_chaps_(bh)#Inactive","price":0},"27989":{"id":27989,"name":"Corrupted zuriel's hood (bh)(inactive)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Corrupted zuriel's hood (bh) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_zuriel's_hood_(bh)#Inactive","price":0},"27992":{"id":27992,"name":"Corrupted zuriel's robe top (bh)(inactive)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Corrupted zuriel's robe top (bh) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_zuriel's_robe_top_(bh)#Inactive","price":0},"27995":{"id":27995,"name":"Corrupted zuriel's robe bottom (bh)(inactive)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Corrupted zuriel's robe bottom (bh) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_zuriel's_robe_bottom_(bh)#Inactive","price":0},"27997":{"id":27997,"name":"Esoteric emblem (tier 1)","members":true,"cost":500,"lowalch":200,"highalch":300,"wiki_name":"Esoteric emblem (Tier 1)","wiki_url":"https://oldschool.runescape.wiki/w/Esoteric_emblem#Tier_1","price":0},"27999":{"id":27999,"name":"Esoteric emblem (tier 2)","members":true,"cost":501,"lowalch":200,"highalch":300,"wiki_name":"Esoteric emblem (Tier 2)","wiki_url":"https://oldschool.runescape.wiki/w/Esoteric_emblem#Tier_2","price":0},"28001":{"id":28001,"name":"Esoteric emblem (tier 3)","members":true,"cost":502,"lowalch":200,"highalch":301,"wiki_name":"Esoteric emblem (Tier 3)","wiki_url":"https://oldschool.runescape.wiki/w/Esoteric_emblem#Tier_3","price":0},"28003":{"id":28003,"name":"Esoteric emblem (tier 4)","members":true,"cost":503,"lowalch":201,"highalch":301,"wiki_name":"Esoteric emblem (Tier 4)","wiki_url":"https://oldschool.runescape.wiki/w/Esoteric_emblem#Tier_4","price":0},"28005":{"id":28005,"name":"Esoteric emblem (tier 5)","members":true,"cost":504,"lowalch":201,"highalch":302,"wiki_name":"Esoteric emblem (Tier 5)","wiki_url":"https://oldschool.runescape.wiki/w/Esoteric_emblem#Tier_5","price":0},"28007":{"id":28007,"name":"Esoteric emblem (tier 6)","members":true,"cost":505,"lowalch":202,"highalch":303,"wiki_name":"Esoteric emblem (Tier 6)","wiki_url":"https://oldschool.runescape.wiki/w/Esoteric_emblem#Tier_6","price":0},"28009":{"id":28009,"name":"Esoteric emblem (tier 7)","members":true,"cost":506,"lowalch":202,"highalch":303,"wiki_name":"Esoteric emblem (Tier 7)","wiki_url":"https://oldschool.runescape.wiki/w/Esoteric_emblem#Tier_7","price":0},"28011":{"id":28011,"name":"Esoteric emblem (tier 8)","members":true,"cost":507,"lowalch":202,"highalch":304,"wiki_name":"Esoteric emblem (Tier 8)","wiki_url":"https://oldschool.runescape.wiki/w/Esoteric_emblem#Tier_8","price":0},"28013":{"id":28013,"name":"Esoteric emblem (tier 9)","members":true,"cost":508,"lowalch":203,"highalch":304,"wiki_name":"Esoteric emblem (Tier 9)","wiki_url":"https://oldschool.runescape.wiki/w/Esoteric_emblem#Tier_9","price":0},"28015":{"id":28015,"name":"Esoteric emblem (tier 10)","members":true,"cost":509,"lowalch":203,"highalch":305,"wiki_name":"Esoteric emblem (Tier 10)","wiki_url":"https://oldschool.runescape.wiki/w/Esoteric_emblem#Tier_10","price":0},"28017":{"id":28017,"name":"Bounty hunter ornament kit","members":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Bounty hunter ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Bounty_hunter_ornament_kit","price":0},"28019":{"id":28019,"name":"Dragon dagger (cr)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":31000,"lowalch":12400,"highalch":18600,"wiki_name":"Dragon dagger (cr) (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_dagger_(cr)#Unpoisoned","equipment":{"attack_stab":40,"attack_slash":25,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":40,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"28021":{"id":28021,"name":"Dragon dagger (p)(cr)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":25000,"lowalch":10000,"highalch":15000,"wiki_name":"Dragon dagger (cr) (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_dagger_(cr)#Poison","equipment":{"attack_stab":40,"attack_slash":25,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":40,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"28023":{"id":28023,"name":"Dragon dagger (p+)(cr)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":25000,"lowalch":10000,"highalch":15000,"wiki_name":"Dragon dagger (cr) (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_dagger_(cr)#Poison+","equipment":{"attack_stab":40,"attack_slash":25,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":40,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"28025":{"id":28025,"name":"Dragon dagger (p++)(cr)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":25000,"lowalch":10000,"highalch":15000,"wiki_name":"Dragon dagger (cr) (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_dagger_(cr)#Poison++","equipment":{"attack_stab":40,"attack_slash":25,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":40,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"28027":{"id":28027,"name":"Dragon mace (cr)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":51000,"lowalch":20400,"highalch":30600,"wiki_name":"Dragon mace (cr)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_mace_(cr)","equipment":{"attack_stab":40,"attack_slash":-2,"attack_crush":60,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":55,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"28029":{"id":28029,"name":"Dragon sword (cr)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":73001,"lowalch":29200,"highalch":43800,"wiki_name":"Dragon sword (cr)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_sword_(cr)","equipment":{"attack_stab":65,"attack_slash":55,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":63,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"28031":{"id":28031,"name":"Dragon scimitar (cr)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":101000,"lowalch":40400,"highalch":60600,"wiki_name":"Dragon scimitar (cr)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_scimitar_(cr)","equipment":{"attack_stab":8,"attack_slash":67,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":66,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"28033":{"id":28033,"name":"Dragon longsword (cr)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":101000,"lowalch":40400,"highalch":60600,"wiki_name":"Dragon longsword (cr)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_longsword_(cr)","equipment":{"attack_stab":58,"attack_slash":69,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":71,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"28035":{"id":28035,"name":"Dragon warhammer (cr)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":121000,"lowalch":48400,"highalch":72600,"wiki_name":"Dragon warhammer (cr)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_warhammer_(cr)","equipment":{"attack_stab":-4,"attack_slash":-4,"attack_crush":95,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":85,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":6,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"28037":{"id":28037,"name":"Dragon battleaxe (cr)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":201000,"lowalch":80400,"highalch":120600,"wiki_name":"Dragon battleaxe (cr)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_battleaxe_(cr)","equipment":{"attack_stab":-2,"attack_slash":70,"attack_crush":65,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":85,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":6,"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":0},"28039":{"id":28039,"name":"Dragon claws (cr)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":206000,"lowalch":82400,"highalch":123600,"wiki_name":"Dragon claws (cr)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_claws_(cr)","equipment":{"attack_stab":41,"attack_slash":57,"attack_crush":-4,"attack_magic":0,"attack_ranged":0,"defence_stab":13,"defence_slash":26,"defence_crush":7,"defence_magic":0,"defence_ranged":0,"melee_strength":56,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"claw","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"28041":{"id":28041,"name":"Dragon spear (cr)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":63400,"lowalch":25360,"highalch":38040,"wiki_name":"Dragon spear (cr) (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_spear_(cr)#Unpoisoned","equipment":{"attack_stab":55,"attack_slash":55,"attack_crush":55,"attack_magic":0,"attack_ranged":0,"defence_stab":5,"defence_slash":5,"defence_crush":5,"defence_magic":5,"defence_ranged":5,"melee_strength":60,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"28043":{"id":28043,"name":"Dragon spear (p)(cr)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":63400,"lowalch":25360,"highalch":38040,"wiki_name":"Dragon spear (cr) (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_spear_(cr)#Poison","equipment":{"attack_stab":55,"attack_slash":55,"attack_crush":55,"attack_magic":0,"attack_ranged":0,"defence_stab":5,"defence_slash":5,"defence_crush":5,"defence_magic":5,"defence_ranged":5,"melee_strength":60,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"28045":{"id":28045,"name":"Dragon spear (p+)(cr)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":63400,"lowalch":25360,"highalch":38040,"wiki_name":"Dragon spear (cr) (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_spear_(cr)#Poison+","equipment":{"attack_stab":55,"attack_slash":55,"attack_crush":55,"attack_magic":0,"attack_ranged":0,"defence_stab":5,"defence_slash":5,"defence_crush":5,"defence_magic":5,"defence_ranged":5,"melee_strength":60,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"28047":{"id":28047,"name":"Dragon spear (p++)(cr)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":63400,"lowalch":25360,"highalch":38040,"wiki_name":"Dragon spear (cr) (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_spear_(cr)#Poison++","equipment":{"attack_stab":55,"attack_slash":55,"attack_crush":55,"attack_magic":0,"attack_ranged":0,"defence_stab":5,"defence_slash":5,"defence_crush":5,"defence_magic":5,"defence_ranged":5,"melee_strength":60,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"28049":{"id":28049,"name":"Dragon halberd (cr)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":251000,"lowalch":100400,"highalch":150600,"wiki_name":"Dragon halberd (cr)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_halberd_(cr)","equipment":{"attack_stab":70,"attack_slash":95,"attack_crush":0,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":4,"defence_crush":5,"defence_magic":0,"defence_ranged":0,"melee_strength":89,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"28051":{"id":28051,"name":"Dragon 2h sword (cr)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":221000,"lowalch":88400,"highalch":132600,"wiki_name":"Dragon 2h sword (cr)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_2h_sword_(cr)","equipment":{"attack_stab":-4,"attack_slash":92,"attack_crush":80,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":93,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":7,"weapon_type":"2h_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"smash","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"28053":{"id":28053,"name":"Dragon crossbow (cr)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":55000,"lowalch":22000,"highalch":33000,"wiki_name":"Dragon crossbow (cr)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_crossbow_(cr)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":94,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":6,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"28055":{"id":28055,"name":"Dragon boots (cr)","members":true,"equipable":true,"equipable_by_player":true,"cost":21000,"lowalch":8400,"highalch":12600,"wiki_name":"Dragon boots (cr)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_boots_(cr)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":16,"defence_slash":17,"defence_crush":18,"defence_magic":0,"defence_ranged":0,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"28057":{"id":28057,"name":"Dragon med helm (cr)","members":true,"equipable":true,"equipable_by_player":true,"cost":101000,"lowalch":40400,"highalch":60600,"wiki_name":"Dragon med helm (cr)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_med_helm_(cr)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":0,"defence_stab":33,"defence_slash":35,"defence_crush":32,"defence_magic":-1,"defence_ranged":34,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"28059":{"id":28059,"name":"Dragon sq shield (cr)","members":true,"equipable":true,"equipable_by_player":true,"cost":501000,"lowalch":200400,"highalch":300600,"wiki_name":"Dragon sq shield (cr)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_sq_shield_(cr)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":0,"defence_stab":50,"defence_slash":52,"defence_crush":48,"defence_magic":0,"defence_ranged":50,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"28061":{"id":28061,"name":"Dragon platelegs (cr)","members":true,"equipable":true,"equipable_by_player":true,"cost":271000,"lowalch":108400,"highalch":162600,"wiki_name":"Dragon platelegs (cr)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_platelegs_(cr)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":68,"defence_slash":66,"defence_crush":63,"defence_magic":-4,"defence_ranged":65,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"28063":{"id":28063,"name":"Dragon plateskirt (cr)","members":true,"equipable":true,"equipable_by_player":true,"cost":271000,"lowalch":108400,"highalch":162600,"wiki_name":"Dragon plateskirt (cr)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_plateskirt_(cr)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":68,"defence_slash":66,"defence_crush":63,"defence_magic":-4,"defence_ranged":65,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"28065":{"id":28065,"name":"Dragon chainbody (cr)","members":true,"equipable":true,"equipable_by_player":true,"cost":251000,"lowalch":100400,"highalch":150600,"wiki_name":"Dragon chainbody (cr)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_chainbody_(cr)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":0,"defence_stab":81,"defence_slash":93,"defence_crush":98,"defence_magic":-3,"defence_ranged":82,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"28067":{"id":28067,"name":"Fighter torso (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":65006,"lowalch":26002,"highalch":39003,"wiki_name":"Fighter torso (or) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Fighter_torso_(or)#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-40,"attack_ranged":0,"defence_stab":62,"defence_slash":85,"defence_crush":62,"defence_magic":-10,"defence_ranged":67,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"28069":{"id":28069,"name":"Fighter torso (l)(or)","members":true,"equipable":true,"equipable_by_player":true,"cost":65006,"lowalch":26002,"highalch":39003,"wiki_name":"Fighter torso (or) (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Fighter_torso_(or)#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-40,"attack_ranged":0,"defence_stab":62,"defence_slash":85,"defence_crush":62,"defence_magic":-10,"defence_ranged":67,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"28070":{"id":28070,"name":"Helm of neitiznot (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":51000,"lowalch":20400,"highalch":30600,"wiki_name":"Helm of neitiznot (or)","wiki_url":"https://oldschool.runescape.wiki/w/Helm_of_neitiznot_(or)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":31,"defence_slash":29,"defence_crush":34,"defence_magic":3,"defence_ranged":30,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"head","requirements":null},"price":0},"28072":{"id":28072,"name":"Dark bow imbue scroll","members":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Dark bow imbue scroll","wiki_url":"https://oldschool.runescape.wiki/w/Dark_bow_imbue_scroll","price":0},"28074":{"id":28074,"name":"Barrelchest anchor imbue scroll","members":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Barrelchest anchor imbue scroll","wiki_url":"https://oldschool.runescape.wiki/w/Barrelchest_anchor_imbue_scroll","price":0},"28076":{"id":28076,"name":"Dragon mace imbue scroll","members":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Dragon mace imbue scroll","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_mace_imbue_scroll","price":0},"28078":{"id":28078,"name":"Dragon longsword imbue scroll","members":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Dragon longsword imbue scroll","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_longsword_imbue_scroll","price":0},"28080":{"id":28080,"name":"Abyssal dagger imbue scroll","members":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Abyssal dagger imbue scroll","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_dagger_imbue_scroll","price":0},"28082":{"id":28082,"name":"Bounty crate (tier 1)","members":true,"cost":500,"lowalch":200,"highalch":300,"wiki_name":"Bounty crate (tier 1)","wiki_url":"https://oldschool.runescape.wiki/w/Bounty_crate_(tier_1)","price":0},"28084":{"id":28084,"name":"Bounty crate (tier 2)","members":true,"cost":500,"lowalch":200,"highalch":300,"wiki_name":"Bounty crate (tier 2)","wiki_url":"https://oldschool.runescape.wiki/w/Bounty_crate_(tier_2)","price":0},"28086":{"id":28086,"name":"Bounty crate (tier 3)","members":true,"cost":500,"lowalch":200,"highalch":300,"wiki_name":"Bounty crate (tier 3)","wiki_url":"https://oldschool.runescape.wiki/w/Bounty_crate_(tier_3)","price":0},"28088":{"id":28088,"name":"Bounty crate (tier 4)","members":true,"cost":500,"lowalch":200,"highalch":300,"wiki_name":"Bounty crate (tier 4)","wiki_url":"https://oldschool.runescape.wiki/w/Bounty_crate_(tier_4)","price":0},"28090":{"id":28090,"name":"Bounty crate (tier 5)","members":true,"cost":500,"lowalch":200,"highalch":300,"wiki_name":"Bounty crate (tier 5)","wiki_url":"https://oldschool.runescape.wiki/w/Bounty_crate_(tier_5)","price":0},"28092":{"id":28092,"name":"Bounty crate (tier 6)","members":true,"cost":500,"lowalch":200,"highalch":300,"wiki_name":"Bounty crate (tier 6)","wiki_url":"https://oldschool.runescape.wiki/w/Bounty_crate_(tier_6)","price":0},"28094":{"id":28094,"name":"Bounty crate (tier 7)","members":true,"cost":500,"lowalch":200,"highalch":300,"wiki_name":"Bounty crate (tier 7)","wiki_url":"https://oldschool.runescape.wiki/w/Bounty_crate_(tier_7)","price":0},"28096":{"id":28096,"name":"Bounty crate (tier 8)","members":true,"cost":500,"lowalch":200,"highalch":300,"wiki_name":"Bounty crate (tier 8)","wiki_url":"https://oldschool.runescape.wiki/w/Bounty_crate_(tier_8)","price":0},"28098":{"id":28098,"name":"Bounty crate (tier 9)","members":true,"cost":500,"lowalch":200,"highalch":300,"wiki_name":"Bounty crate (tier 9)","wiki_url":"https://oldschool.runescape.wiki/w/Bounty_crate_(tier_9)","price":0},"28108":{"id":28108,"name":"Colourful scarf","equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"wiki_name":"Rainbow scarf (Bisexual)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_scarf#Bisexual","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"28109":{"id":28109,"name":"Colourful scarf","equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"wiki_name":"Rainbow scarf (Asexual)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_scarf#Asexual","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"28110":{"id":28110,"name":"Colourful scarf","equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"wiki_name":"Rainbow scarf (Transgender)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_scarf#Transgender","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"28111":{"id":28111,"name":"Colourful scarf","equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"wiki_name":"Rainbow scarf (Pansexual)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_scarf#Pansexual","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"28112":{"id":28112,"name":"Colourful scarf","equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"wiki_name":"Rainbow scarf (Non-binary)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_scarf#Non-binary","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"28113":{"id":28113,"name":"Colourful scarf","equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"wiki_name":"Rainbow scarf (Genderqueer)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_scarf#Genderqueer","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"28114":{"id":28114,"name":"Colourful scarf","equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"wiki_name":"Rainbow scarf (Lesbian)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_scarf#Lesbian","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"28115":{"id":28115,"name":"Colourful scarf","equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"wiki_name":"Rainbow scarf (Gay)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_scarf#Gay","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"28116":{"id":28116,"name":"Rainbow jumper","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rainbow jumper (Pride)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_jumper#Pride","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"28118":{"id":28118,"name":"Colourful jumper","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rainbow jumper (Bisexual)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_jumper#Bisexual","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"28119":{"id":28119,"name":"Colourful jumper","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rainbow jumper (Asexual)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_jumper#Asexual","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"28120":{"id":28120,"name":"Colourful jumper","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rainbow jumper (Transgender)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_jumper#Transgender","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"28121":{"id":28121,"name":"Colourful jumper","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rainbow jumper (Pansexual)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_jumper#Pansexual","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"28122":{"id":28122,"name":"Colourful jumper","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rainbow jumper (Non-binary)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_jumper#Non-binary","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"28123":{"id":28123,"name":"Colourful jumper","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rainbow jumper (Genderqueer)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_jumper#Genderqueer","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"28124":{"id":28124,"name":"Colourful jumper","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rainbow jumper (Lesbian)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_jumper#Lesbian","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"28125":{"id":28125,"name":"Colourful jumper","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rainbow jumper (Gay)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_jumper#Gay","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"28126":{"id":28126,"name":"Poet's jacket","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Poet's jacket","wiki_url":"https://oldschool.runescape.wiki/w/Poet's_jacket","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"28128":{"id":28128,"name":"Love crossbow","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Love crossbow","wiki_url":"https://oldschool.runescape.wiki/w/Love_crossbow","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-20,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":3,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"28130":{"id":28130,"name":"Strange icon","members":true,"cost":30,"wiki_name":"Strange icon","wiki_url":"https://oldschool.runescape.wiki/w/Strange_icon","price":0},"28132":{"id":28132,"name":"Dusty lamp","members":true,"cost":1,"wiki_name":"Dusty lamp","wiki_url":"https://oldschool.runescape.wiki/w/Dusty_lamp","price":0},"28133":{"id":28133,"name":"Crypt map","cost":1,"wiki_name":"Crypt map","wiki_url":"https://oldschool.runescape.wiki/w/Crypt_map","price":0},"28134":{"id":28134,"name":"Anima-infused bark","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Anima-infused bark","wiki_url":"https://oldschool.runescape.wiki/w/Anima-infused_bark","price":0},"28136":{"id":28136,"name":"Forestry kit","equipable":true,"equipable_by_player":true,"cost":850,"wiki_name":"Forestry kit","wiki_url":"https://oldschool.runescape.wiki/w/Forestry_kit","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"28138":{"id":28138,"name":"Funky shaped log","members":true,"cost":30000,"lowalch":12000,"highalch":18000,"wiki_name":"Funky shaped log","wiki_url":"https://oldschool.runescape.wiki/w/Funky_shaped_log","price":0},"28140":{"id":28140,"name":"Log basket","members":true,"equipable":true,"equipable_by_player":true,"cost":720,"lowalch":288,"highalch":432,"wiki_name":"Log basket (Closed)","wiki_url":"https://oldschool.runescape.wiki/w/Log_basket#Closed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"28142":{"id":28142,"name":"Open log basket","members":true,"equipable":true,"equipable_by_player":true,"cost":720,"lowalch":288,"highalch":432,"wiki_name":"Log basket (Open)","wiki_url":"https://oldschool.runescape.wiki/w/Log_basket#Open","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"28143":{"id":28143,"name":"Forestry basket","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Forestry basket (Closed)","wiki_url":"https://oldschool.runescape.wiki/w/Forestry_basket#Closed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"28145":{"id":28145,"name":"Open forestry basket","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Forestry basket (Open)","wiki_url":"https://oldschool.runescape.wiki/w/Forestry_basket#Open","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"28146":{"id":28146,"name":"Log brace","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3000,"lowalch":1200,"highalch":1800,"buy_limit":40,"wiki_name":"Log brace","wiki_url":"https://oldschool.runescape.wiki/w/Log_brace","price":446000},"28149":{"id":28149,"name":"Sturdy harness","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Sturdy harness","wiki_url":"https://oldschool.runescape.wiki/w/Sturdy_harness","price":595475},"28152":{"id":28152,"name":"Nature offerings","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Nature offerings","wiki_url":"https://oldschool.runescape.wiki/w/Nature_offerings","price":1100},"28154":{"id":28154,"name":"Ritual mulch","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Ritual mulch","wiki_url":"https://oldschool.runescape.wiki/w/Ritual_mulch","price":30000},"28157":{"id":28157,"name":"Forester's ration","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":6000,"wiki_name":"Forester's ration","wiki_url":"https://oldschool.runescape.wiki/w/Forester's_ration","price":47},"28159":{"id":28159,"name":"Secateurs blade","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Secateurs blade","wiki_url":"https://oldschool.runescape.wiki/w/Secateurs_blade","price":3540},"28161":{"id":28161,"name":"Secateurs attachment","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Secateurs attachment","wiki_url":"https://oldschool.runescape.wiki/w/Secateurs_attachment","price":87},"28163":{"id":28163,"name":"Clothes pouch","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Clothes pouch","wiki_url":"https://oldschool.runescape.wiki/w/Clothes_pouch","price":2474996},"28166":{"id":28166,"name":"Clothes pouch blueprint","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Clothes pouch blueprint","wiki_url":"https://oldschool.runescape.wiki/w/Clothes_pouch_blueprint","price":2420000},"28169":{"id":28169,"name":"Forestry top","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Forestry top","wiki_url":"https://oldschool.runescape.wiki/w/Forestry_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"28171":{"id":28171,"name":"Forestry legs","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Forestry legs","wiki_url":"https://oldschool.runescape.wiki/w/Forestry_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"28173":{"id":28173,"name":"Forestry hat","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Forestry hat","wiki_url":"https://oldschool.runescape.wiki/w/Forestry_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"28175":{"id":28175,"name":"Forestry boots","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Forestry boots","wiki_url":"https://oldschool.runescape.wiki/w/Forestry_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"28177":{"id":28177,"name":"Felling axe handle","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Axe handle","wiki_url":"https://oldschool.runescape.wiki/w/Axe_handle","price":2104901},"28179":{"id":28179,"name":"Leprechaun charm","tradeable":true,"stackable":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Leprechaun charm","wiki_url":"https://oldschool.runescape.wiki/w/Leprechaun_charm","price":4523},"28181":{"id":28181,"name":"Clover insignia","tradeable":true,"stackable":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Clover insignia","wiki_url":"https://oldschool.runescape.wiki/w/Clover_insignia","price":16750},"28183":{"id":28183,"name":"Mulch","cost":0,"wiki_name":"Mulch","wiki_url":"https://oldschool.runescape.wiki/w/Mulch","price":0},"28184":{"id":28184,"name":"Bee on a stick","tradeable":true,"stackable":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Bee on a stick","wiki_url":"https://oldschool.runescape.wiki/w/Bee_on_a_stick","price":10693},"28190":{"id":28190,"name":"Powdered pollen","tradeable":true,"stackable":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Powdered pollen","wiki_url":"https://oldschool.runescape.wiki/w/Powdered_pollen","price":92500},"28192":{"id":28192,"name":"Strange pollen","members":true,"cost":0,"wiki_name":"Strange pollen","wiki_url":"https://oldschool.runescape.wiki/w/Strange_pollen","price":0},"28193":{"id":28193,"name":"Unfired cup","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Unfired cup","wiki_url":"https://oldschool.runescape.wiki/w/Unfired_cup","price":32},"28196":{"id":28196,"name":"Bronze felling axe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":16,"lowalch":6,"highalch":9,"wiki_name":"Bronze 2h axe","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_2h_axe","equipment":{"attack_stab":-2,"attack_slash":4,"attack_crush":2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":5,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","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":1325000},"28199":{"id":28199,"name":"Iron felling axe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":161,"lowalch":64,"highalch":96,"wiki_name":"Iron 2h axe","wiki_url":"https://oldschool.runescape.wiki/w/Iron_2h_axe","equipment":{"attack_stab":-2,"attack_slash":5,"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":"2h","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":1005500},"28202":{"id":28202,"name":"Steel felling axe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":161,"lowalch":64,"highalch":96,"wiki_name":"Steel 2h axe","wiki_url":"https://oldschool.runescape.wiki/w/Steel_2h_axe","equipment":{"attack_stab":-2,"attack_slash":8,"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":"2h","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":1025504},"28205":{"id":28205,"name":"Black felling axe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":161,"lowalch":64,"highalch":96,"wiki_name":"Black 2h axe","wiki_url":"https://oldschool.runescape.wiki/w/Black_2h_axe","equipment":{"attack_stab":-2,"attack_slash":10,"attack_crush":8,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","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":1450005},"28208":{"id":28208,"name":"Mithril felling axe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":161,"lowalch":64,"highalch":96,"wiki_name":"Mithril 2h axe","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_2h_axe","equipment":{"attack_stab":-2,"attack_slash":12,"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":"2h","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":1375000},"28211":{"id":28211,"name":"Adamant felling axe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":161,"lowalch":64,"highalch":96,"wiki_name":"Adamant 2h axe","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_2h_axe","equipment":{"attack_stab":-2,"attack_slash":17,"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":"2h","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":1405000},"28214":{"id":28214,"name":"Rune felling axe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":161,"lowalch":64,"highalch":96,"wiki_name":"Rune 2h axe","wiki_url":"https://oldschool.runescape.wiki/w/Rune_2h_axe","equipment":{"attack_stab":-2,"attack_slash":26,"attack_crush":24,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":29,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","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":2275500},"28217":{"id":28217,"name":"Dragon felling axe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":161,"lowalch":64,"highalch":96,"wiki_name":"Dragon 2h axe","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_2h_axe","equipment":{"attack_stab":-3,"attack_slash":60,"attack_crush":51,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":67,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":7,"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":2367440},"28220":{"id":28220,"name":"Crystal felling axe","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":161,"lowalch":64,"highalch":96,"wiki_name":"Crystal 2h axe (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_2h_axe#Active","equipment":{"attack_stab":-3,"attack_slash":60,"attack_crush":51,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":67,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":7,"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":0},"28223":{"id":28223,"name":"Crystal felling axe (inactive)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":161,"lowalch":64,"highalch":96,"wiki_name":"Crystal 2h axe (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_2h_axe#Inactive","equipment":{"attack_stab":-3,"attack_slash":60,"attack_crush":51,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":67,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":7,"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":0},"28226":{"id":28226,"name":"3rd age felling axe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":161,"lowalch":64,"highalch":96,"wiki_name":"3rd age 2h axe","wiki_url":"https://oldschool.runescape.wiki/w/3rd_age_2h_axe","equipment":{"attack_stab":-3,"attack_slash":60,"attack_crush":51,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":67,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":7,"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":2147483647},"28229":{"id":28229,"name":"Beaver","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Beaver (Oak)","wiki_url":"https://oldschool.runescape.wiki/w/Beaver#Oak","price":0},"28230":{"id":28230,"name":"Beaver","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Beaver (Willow)","wiki_url":"https://oldschool.runescape.wiki/w/Beaver#Willow","price":0},"28231":{"id":28231,"name":"Beaver","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Beaver (Maple)","wiki_url":"https://oldschool.runescape.wiki/w/Beaver#Maple","price":0},"28232":{"id":28232,"name":"Beaver","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Beaver (Yew)","wiki_url":"https://oldschool.runescape.wiki/w/Beaver#Yew","price":0},"28233":{"id":28233,"name":"Beaver","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Beaver (Magic)","wiki_url":"https://oldschool.runescape.wiki/w/Beaver#Magic","price":0},"28234":{"id":28234,"name":"Beaver","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Beaver (Redwood)","wiki_url":"https://oldschool.runescape.wiki/w/Beaver#Redwood","price":0},"28235":{"id":28235,"name":"Beaver","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Beaver (Teak)","wiki_url":"https://oldschool.runescape.wiki/w/Beaver#Teak","price":0},"28236":{"id":28236,"name":"Beaver","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Beaver (Mahogany)","wiki_url":"https://oldschool.runescape.wiki/w/Beaver#Mahogany","price":0},"28237":{"id":28237,"name":"Beaver","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Beaver (Arctic Pine)","wiki_url":"https://oldschool.runescape.wiki/w/Beaver#Arctic_Pine","price":0},"28238":{"id":28238,"name":"Blood ancient sceptre (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blood ancient sceptre (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Blood_ancient_sceptre#Broken","price":0},"28240":{"id":28240,"name":"Smoke ancient sceptre (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Smoke ancient sceptre (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Smoke_ancient_sceptre#Broken","price":0},"28242":{"id":28242,"name":"Ice ancient sceptre (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ice ancient sceptre (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Ice_ancient_sceptre#Broken","price":0},"28244":{"id":28244,"name":"Shadow ancient sceptre (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shadow ancient sceptre (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Shadow_ancient_sceptre#Broken","price":0},"28246":{"id":28246,"name":"Wisp","members":true,"cost":1,"wiki_name":"Wisp","wiki_url":"https://oldschool.runescape.wiki/w/Wisp","price":0},"28248":{"id":28248,"name":"Butch","members":true,"cost":1,"wiki_name":"Butch","wiki_url":"https://oldschool.runescape.wiki/w/Butch","price":0},"28250":{"id":28250,"name":"Baron","members":true,"cost":1,"wiki_name":"Baron","wiki_url":"https://oldschool.runescape.wiki/w/Baron","price":0},"28252":{"id":28252,"name":"Lil'viathan","members":true,"cost":1,"wiki_name":"Lil'viathan","wiki_url":"https://oldschool.runescape.wiki/w/Lil'viathan","price":0},"28254":{"id":28254,"name":"Sanguine torva full helm","members":true,"equipable":true,"equipable_by_player":true,"cost":200000,"lowalch":80000,"highalch":120000,"wiki_name":"Sanguine torva full helm","wiki_url":"https://oldschool.runescape.wiki/w/Sanguine_torva_full_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-5,"attack_ranged":-5,"defence_stab":59,"defence_slash":60,"defence_crush":62,"defence_magic":-2,"defence_ranged":57,"melee_strength":8,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"head","requirements":null},"price":0},"28256":{"id":28256,"name":"Sanguine torva platebody","members":true,"equipable":true,"equipable_by_player":true,"cost":600000,"lowalch":240000,"highalch":360000,"wiki_name":"Sanguine torva platebody","wiki_url":"https://oldschool.runescape.wiki/w/Sanguine_torva_platebody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-18,"attack_ranged":-14,"defence_stab":117,"defence_slash":111,"defence_crush":117,"defence_magic":-11,"defence_ranged":142,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"body","requirements":null},"price":0},"28258":{"id":28258,"name":"Sanguine torva platelegs","members":true,"equipable":true,"equipable_by_player":true,"cost":400000,"lowalch":160000,"highalch":240000,"wiki_name":"Sanguine torva platelegs","wiki_url":"https://oldschool.runescape.wiki/w/Sanguine_torva_platelegs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-24,"attack_ranged":-11,"defence_stab":87,"defence_slash":78,"defence_crush":79,"defence_magic":-9,"defence_ranged":102,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"legs","requirements":null},"price":0},"28268":{"id":28268,"name":"Blood quartz","members":true,"cost":100000,"wiki_name":"Blood quartz","wiki_url":"https://oldschool.runescape.wiki/w/Blood_quartz","price":0},"28270":{"id":28270,"name":"Ice quartz","members":true,"cost":100000,"wiki_name":"Ice quartz","wiki_url":"https://oldschool.runescape.wiki/w/Ice_quartz","price":0},"28272":{"id":28272,"name":"Shadow quartz","members":true,"cost":100000,"wiki_name":"Shadow quartz","wiki_url":"https://oldschool.runescape.wiki/w/Shadow_quartz","price":0,"lowalch":40000,"highalch":60000},"28274":{"id":28274,"name":"Smoke quartz","members":true,"cost":100000,"wiki_name":"Smoke quartz","wiki_url":"https://oldschool.runescape.wiki/w/Smoke_quartz","price":0,"lowalch":40000,"highalch":60000},"28276":{"id":28276,"name":"Chromium ingot","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50000,"lowalch":20000,"highalch":30000,"buy_limit":8,"wiki_name":"Chromium ingot","wiki_url":"https://oldschool.runescape.wiki/w/Chromium_ingot","price":99905},"28279":{"id":28279,"name":"Bellator vestige","members":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Bellator vestige","wiki_url":"https://oldschool.runescape.wiki/w/Bellator_vestige","price":0},"28281":{"id":28281,"name":"Magus vestige","members":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Magus vestige","wiki_url":"https://oldschool.runescape.wiki/w/Magus_vestige","price":0},"28283":{"id":28283,"name":"Venator vestige","members":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Venator vestige","wiki_url":"https://oldschool.runescape.wiki/w/Venator_vestige","price":0},"28285":{"id":28285,"name":"Ultor vestige","members":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Ultor vestige","wiki_url":"https://oldschool.runescape.wiki/w/Ultor_vestige","price":0},"28287":{"id":28287,"name":"Ultor icon","members":true,"cost":58000,"lowalch":23200,"highalch":34800,"wiki_name":"Ultor icon","wiki_url":"https://oldschool.runescape.wiki/w/Ultor_icon","price":0},"28289":{"id":28289,"name":"Venator icon","members":true,"cost":58000,"lowalch":23200,"highalch":34800,"wiki_name":"Venator icon","wiki_url":"https://oldschool.runescape.wiki/w/Venator_icon","price":0},"28291":{"id":28291,"name":"Magus icon","members":true,"cost":58000,"lowalch":23200,"highalch":34800,"wiki_name":"Magus icon","wiki_url":"https://oldschool.runescape.wiki/w/Magus_icon","price":0},"28293":{"id":28293,"name":"Bellator icon","members":true,"cost":58000,"lowalch":23200,"highalch":34800,"wiki_name":"Bellator icon","wiki_url":"https://oldschool.runescape.wiki/w/Bellator_icon","price":0},"28295":{"id":28295,"name":"Berserker icon","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":8000,"lowalch":3200,"highalch":4800,"wiki_name":"Berserker icon","wiki_url":"https://oldschool.runescape.wiki/w/Berserker_icon","price":4690250},"28298":{"id":28298,"name":"Archer icon","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":8000,"lowalch":3200,"highalch":4800,"wiki_name":"Archer icon","wiki_url":"https://oldschool.runescape.wiki/w/Archer_icon","price":2070000},"28301":{"id":28301,"name":"Warrior icon","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":8000,"lowalch":3200,"highalch":4800,"wiki_name":"Warrior icon","wiki_url":"https://oldschool.runescape.wiki/w/Warrior_icon","price":82053},"28304":{"id":28304,"name":"Seers icon","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":8000,"lowalch":3200,"highalch":4800,"wiki_name":"Seers icon","wiki_url":"https://oldschool.runescape.wiki/w/Seers_icon","price":560000},"28307":{"id":28307,"name":"Ultor ring","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":140000,"lowalch":56000,"highalch":84000,"wiki_name":"Ultor ring","wiki_url":"https://oldschool.runescape.wiki/w/Ultor_ring","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":168659944},"28310":{"id":28310,"name":"Venator ring","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":140000,"lowalch":56000,"highalch":84000,"wiki_name":"Venator ring","wiki_url":"https://oldschool.runescape.wiki/w/Venator_ring","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":10,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":2,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":45800501},"28313":{"id":28313,"name":"Magus ring","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":140000,"lowalch":56000,"highalch":84000,"wiki_name":"Magus ring","wiki_url":"https://oldschool.runescape.wiki/w/Magus_ring","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":2,"prayer":0,"slot":"ring","requirements":null},"price":61400598},"28316":{"id":28316,"name":"Bellator ring","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":140000,"lowalch":56000,"highalch":84000,"wiki_name":"Bellator ring","wiki_url":"https://oldschool.runescape.wiki/w/Bellator_ring","equipment":{"attack_stab":0,"attack_slash":20,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":38399500},"28319":{"id":28319,"name":"Executioner's axe head","members":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Executioner's axe head","wiki_url":"https://oldschool.runescape.wiki/w/Executioner's_axe_head","price":0},"28321":{"id":28321,"name":"Eye of the duke","members":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Eye of the duke","wiki_url":"https://oldschool.runescape.wiki/w/Eye_of_the_duke","price":0},"28323":{"id":28323,"name":"Siren's staff","members":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Siren's staff","wiki_url":"https://oldschool.runescape.wiki/w/Siren's_staff","price":0},"28325":{"id":28325,"name":"Leviathan's lure","members":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Leviathan's lure","wiki_url":"https://oldschool.runescape.wiki/w/Leviathan's_lure","price":0},"28327":{"id":28327,"name":"Ring of shadows","members":true,"equipable":true,"equipable_by_player":true,"cost":75000,"lowalch":30000,"highalch":45000,"wiki_name":"Ring of shadows (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_shadows#Charged","equipment":{"attack_stab":4,"attack_slash":4,"attack_crush":4,"attack_magic":5,"attack_ranged":4,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":5,"defence_ranged":0,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"ring","requirements":null},"price":0},"28329":{"id":28329,"name":"Ring of shadows","members":true,"equipable":true,"equipable_by_player":true,"cost":75000,"lowalch":30000,"highalch":45000,"weight":0.004,"wiki_name":"Ring of shadows (uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_shadows#Uncharged","equipment":{"attack_stab":4,"attack_slash":4,"attack_crush":4,"attack_magic":5,"attack_ranged":4,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":5,"defence_ranged":0,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"ring","requirements":null},"price":0},"28330":{"id":28330,"name":"Strangled tablet","members":true,"cost":75000,"wiki_name":"Strangled tablet","wiki_url":"https://oldschool.runescape.wiki/w/Strangled_tablet","price":0,"lowalch":30000,"highalch":45000},"28331":{"id":28331,"name":"Sirenic tablet","members":true,"cost":75000,"wiki_name":"Sirenic tablet","wiki_url":"https://oldschool.runescape.wiki/w/Sirenic_tablet","price":0,"lowalch":30000,"highalch":45000},"28332":{"id":28332,"name":"Scarred tablet","members":true,"cost":75000,"wiki_name":"Scarred tablet","wiki_url":"https://oldschool.runescape.wiki/w/Scarred_tablet","price":0,"lowalch":30000,"highalch":45000},"28333":{"id":28333,"name":"Frozen tablet","members":true,"cost":75000,"wiki_name":"Frozen tablet","wiki_url":"https://oldschool.runescape.wiki/w/Frozen_tablet","price":0,"lowalch":30000,"highalch":45000},"28334":{"id":28334,"name":"Awakener's orb","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":75000,"lowalch":30000,"highalch":45000,"buy_limit":50,"wiki_name":"Awakener's orb","wiki_url":"https://oldschool.runescape.wiki/w/Awakener's_orb","price":700000},"28336":{"id":28336,"name":"Ancient blood ornament kit","members":true,"cost":9500,"lowalch":3800,"highalch":5700,"wiki_name":"Ancient blood ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_blood_ornament_kit","price":0},"28341":{"id":28341,"name":"Musca mushroom","members":true,"cost":200,"wiki_name":"Musca mushroom","wiki_url":"https://oldschool.runescape.wiki/w/Musca_mushroom","price":0},"28342":{"id":28342,"name":"Musca powder","members":true,"stackable":true,"cost":200,"wiki_name":"Musca powder","wiki_url":"https://oldschool.runescape.wiki/w/Musca_powder","price":0},"28343":{"id":28343,"name":"Holos mushroom","members":true,"cost":200,"wiki_name":"Holos mushroom","wiki_url":"https://oldschool.runescape.wiki/w/Holos_mushroom","price":0},"28344":{"id":28344,"name":"Holos powder","members":true,"stackable":true,"cost":200,"wiki_name":"Holos powder","wiki_url":"https://oldschool.runescape.wiki/w/Holos_powder","price":0},"28345":{"id":28345,"name":"Arder mushroom","members":true,"cost":200,"wiki_name":"Arder mushroom","wiki_url":"https://oldschool.runescape.wiki/w/Arder_mushroom","price":0},"28346":{"id":28346,"name":"Arder powder","members":true,"stackable":true,"cost":200,"wiki_name":"Arder powder","wiki_url":"https://oldschool.runescape.wiki/w/Arder_powder","price":0},"28347":{"id":28347,"name":"Resper mushroom","members":true,"cost":200,"wiki_name":"Resper mushroom","wiki_url":"https://oldschool.runescape.wiki/w/Resper_mushroom","price":0},"28348":{"id":28348,"name":"Resper powder","members":true,"stackable":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Resper powder","wiki_url":"https://oldschool.runescape.wiki/w/Resper_powder","price":0},"28349":{"id":28349,"name":"Salax salt","members":true,"stackable":true,"cost":200,"wiki_name":"Salax salt","wiki_url":"https://oldschool.runescape.wiki/w/Salax_salt","price":0},"28350":{"id":28350,"name":"Musca-holos poison","members":true,"cost":200,"wiki_name":"Musca-holos poison","wiki_url":"https://oldschool.runescape.wiki/w/Musca-holos_poison","price":0},"28351":{"id":28351,"name":"Arder-musca poison","members":true,"cost":200,"wiki_name":"Arder-musca poison","wiki_url":"https://oldschool.runescape.wiki/w/Arder-musca_poison","price":0},"28352":{"id":28352,"name":"Musca-resper poison","members":true,"cost":200,"wiki_name":"Musca-resper poison","wiki_url":"https://oldschool.runescape.wiki/w/Musca-resper_poison","price":0},"28353":{"id":28353,"name":"Holos-arder poison","members":true,"cost":200,"wiki_name":"Holos-arder poison","wiki_url":"https://oldschool.runescape.wiki/w/Holos-arder_poison","price":0},"28354":{"id":28354,"name":"Resper-holos poison","members":true,"cost":200,"wiki_name":"Resper-holos poison","wiki_url":"https://oldschool.runescape.wiki/w/Resper-holos_poison","price":0},"28355":{"id":28355,"name":"Arder-resper poison","members":true,"cost":200,"wiki_name":"Arder-resper poison","wiki_url":"https://oldschool.runescape.wiki/w/Arder-resper_poison","price":0},"28356":{"id":28356,"name":"Blackstone fragment","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Blackstone fragment (Glowing)","wiki_url":"https://oldschool.runescape.wiki/w/Blackstone_fragment#Glowing","price":0},"28357":{"id":28357,"name":"Blackstone fragment","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Blackstone fragment (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Blackstone_fragment#Normal","price":0},"28360":{"id":28360,"name":"Strange icon","members":true,"cost":30,"wiki_name":"Strange icon (Desert Treasure II - The Fallen Empire)","wiki_url":"https://oldschool.runescape.wiki/w/Strange_icon_(Desert_Treasure_II_-_The_Fallen_Empire)","price":0},"28361":{"id":28361,"name":"Icon segment","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Icon segment (Palm and thumb)","wiki_url":"https://oldschool.runescape.wiki/w/Icon_segment#Palm_and_thumb","price":0},"28362":{"id":28362,"name":"Icon segment","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Icon segment (Fingers)","wiki_url":"https://oldschool.runescape.wiki/w/Icon_segment#Fingers","price":0},"28363":{"id":28363,"name":"Very long rope","members":true,"cost":30,"wiki_name":"Very long rope","wiki_url":"https://oldschool.runescape.wiki/w/Very_long_rope","price":0},"28364":{"id":28364,"name":"Basic shadow torch","members":true,"cost":30,"wiki_name":"Basic shadow torch","wiki_url":"https://oldschool.runescape.wiki/w/Basic_shadow_torch","price":0},"28365":{"id":28365,"name":"Superior shadow torch","members":true,"cost":30,"wiki_name":"Superior shadow torch","wiki_url":"https://oldschool.runescape.wiki/w/Superior_shadow_torch","price":0},"28366":{"id":28366,"name":"Perfected shadow torch","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Perfected shadow torch","wiki_url":"https://oldschool.runescape.wiki/w/Perfected_shadow_torch","price":0},"28367":{"id":28367,"name":"Shadow blocker","members":true,"cost":30,"wiki_name":"Shadow blocker","wiki_url":"https://oldschool.runescape.wiki/w/Shadow_blocker","price":0},"28368":{"id":28368,"name":"Revitalising idol","members":true,"cost":30,"wiki_name":"Revitalising idol","wiki_url":"https://oldschool.runescape.wiki/w/Revitalising_idol","price":0},"28369":{"id":28369,"name":"Anima portal","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Anima portal","wiki_url":"https://oldschool.runescape.wiki/w/Anima_portal","price":0},"28370":{"id":28370,"name":"Shadow key","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Shadow key (Purple)","wiki_url":"https://oldschool.runescape.wiki/w/Shadow_key#Purple","price":0},"28371":{"id":28371,"name":"Shadow key","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Shadow key (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Shadow_key#Blue","price":0},"28372":{"id":28372,"name":"Shadow key","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Shadow key (White)","wiki_url":"https://oldschool.runescape.wiki/w/Shadow_key#White","price":0},"28373":{"id":28373,"name":"Shadow key","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Shadow key (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Shadow_key#Red","price":0},"28374":{"id":28374,"name":"Shadow key","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Shadow key (Green)","wiki_url":"https://oldschool.runescape.wiki/w/Shadow_key#Green","price":0},"28375":{"id":28375,"name":"Anima portal schematic","members":true,"cost":30,"wiki_name":"Anima portal schematic","wiki_url":"https://oldschool.runescape.wiki/w/Anima_portal_schematic","price":0},"28376":{"id":28376,"name":"Revitalising idol schematic","members":true,"cost":30,"wiki_name":"Revitalising idol schematic","wiki_url":"https://oldschool.runescape.wiki/w/Revitalising_idol_schematic","price":0},"28377":{"id":28377,"name":"Shadow blocker schematic","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Shadow blocker schematic","wiki_url":"https://oldschool.runescape.wiki/w/Shadow_blocker_schematic","price":0},"28378":{"id":28378,"name":"Basic shadow torch schematic","members":true,"cost":30,"wiki_name":"Basic shadow torch schematic","wiki_url":"https://oldschool.runescape.wiki/w/Basic_shadow_torch_schematic","price":0},"28379":{"id":28379,"name":"Superior shadow torch schematic","members":true,"cost":30,"wiki_name":"Superior shadow torch schematic","wiki_url":"https://oldschool.runescape.wiki/w/Superior_shadow_torch_schematic","price":0},"28380":{"id":28380,"name":"Perfected shadow torch schematic","members":true,"cost":30,"wiki_name":"Perfected shadow torch schematic","wiki_url":"https://oldschool.runescape.wiki/w/Perfected_shadow_torch_schematic","price":0},"28382":{"id":28382,"name":"Potion note","members":true,"cost":30,"wiki_name":"Potion note","wiki_url":"https://oldschool.runescape.wiki/w/Potion_note","price":0},"28383":{"id":28383,"name":"Strange potion","members":true,"cost":30,"wiki_name":"Strange potion (Desert Treasure II - The Fallen Empire)","wiki_url":"https://oldschool.runescape.wiki/w/Strange_potion_(Desert_Treasure_II_-_The_Fallen_Empire)","price":0},"28384":{"id":28384,"name":"Korbal herb","members":true,"cost":30,"wiki_name":"Korbal herb","wiki_url":"https://oldschool.runescape.wiki/w/Korbal_herb","price":0},"28385":{"id":28385,"name":"Argian berries","members":true,"cost":30,"wiki_name":"Argian berries","wiki_url":"https://oldschool.runescape.wiki/w/Argian_berries","price":0},"28386":{"id":28386,"name":"Unfinished serum","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Unfinished serum (Step 1)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_serum#Step_1","price":0},"28387":{"id":28387,"name":"Unfinished serum","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Unfinished serum (Step 2)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_serum#Step_2","price":0},"28388":{"id":28388,"name":"Strangler serum","members":true,"cost":30,"wiki_name":"Strangler serum","wiki_url":"https://oldschool.runescape.wiki/w/Strangler_serum","price":0},"28389":{"id":28389,"name":"Temple key","members":true,"cost":1500,"wiki_name":"Temple key (Desert Treasure II - The Fallen Empire)","wiki_url":"https://oldschool.runescape.wiki/w/Temple_key_(Desert_Treasure_II_-_The_Fallen_Empire)","price":0},"28390":{"id":28390,"name":"Barricade","noteable":true,"cost":30,"wiki_name":"Barricade (Desert Treasure II - The Fallen Empire)","wiki_url":"https://oldschool.runescape.wiki/w/Barricade_(Desert_Treasure_II_-_The_Fallen_Empire)","price":0},"28392":{"id":28392,"name":"Satchel","members":true,"cost":30,"wiki_name":"Satchel (Desert Treasure II - The Fallen Empire)","wiki_url":"https://oldschool.runescape.wiki/w/Satchel_(Desert_Treasure_II_-_The_Fallen_Empire)","price":0},"28393":{"id":28393,"name":"Detonator","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Detonator","wiki_url":"https://oldschool.runescape.wiki/w/Detonator","price":0},"28394":{"id":28394,"name":"Tatty page","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Tatty page (Day 1)","wiki_url":"https://oldschool.runescape.wiki/w/Tatty_page#Day_1","price":0},"28395":{"id":28395,"name":"Tatty page","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Tatty page (Day 2)","wiki_url":"https://oldschool.runescape.wiki/w/Tatty_page#Day_2","price":0},"28396":{"id":28396,"name":"Tatty page","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Tatty page (Day 3)","wiki_url":"https://oldschool.runescape.wiki/w/Tatty_page#Day_3","price":0},"28397":{"id":28397,"name":"Tatty page","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Tatty page (Day 4)","wiki_url":"https://oldschool.runescape.wiki/w/Tatty_page#Day_4","price":0},"28398":{"id":28398,"name":"Tatty page","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Tatty page (Day 5)","wiki_url":"https://oldschool.runescape.wiki/w/Tatty_page#Day_5","price":0},"28399":{"id":28399,"name":"Tatty page","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Tatty page (Day 6)","wiki_url":"https://oldschool.runescape.wiki/w/Tatty_page#Day_6","price":0},"28400":{"id":28400,"name":"Tatty page","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Tatty page (Day 7)","wiki_url":"https://oldschool.runescape.wiki/w/Tatty_page#Day_7","price":0},"28401":{"id":28401,"name":"Mucky note","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Mucky note","wiki_url":"https://oldschool.runescape.wiki/w/Mucky_note","price":0},"28402":{"id":28402,"name":"Uncharged cell","members":true,"stackable":true,"cost":30,"wiki_name":"Uncharged cell (Desert Treasure II - The Fallen Empire)","wiki_url":"https://oldschool.runescape.wiki/w/Uncharged_cell_(Desert_Treasure_II_-_The_Fallen_Empire)","price":0},"28403":{"id":28403,"name":"Charged cell","members":true,"stackable":true,"cost":30,"wiki_name":"Charged cell","wiki_url":"https://oldschool.runescape.wiki/w/Charged_cell","price":0},"28404":{"id":28404,"name":"Vardorvis' medallion","members":true,"cost":100,"wiki_name":"Vardorvis' medallion","wiki_url":"https://oldschool.runescape.wiki/w/Vardorvis'_medallion","price":0},"28405":{"id":28405,"name":"Perseriya's medallion","members":true,"cost":100,"wiki_name":"Perseriya's medallion","wiki_url":"https://oldschool.runescape.wiki/w/Perseriya's_medallion","price":0},"28406":{"id":28406,"name":"Sucellus' medallion","members":true,"cost":100,"wiki_name":"Sucellus' medallion","wiki_url":"https://oldschool.runescape.wiki/w/Sucellus'_medallion","price":0},"28407":{"id":28407,"name":"Whisperer's medallion","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Whisperer's medallion","wiki_url":"https://oldschool.runescape.wiki/w/Whisperer's_medallion","price":0},"28408":{"id":28408,"name":"Hair clip","members":true,"cost":30,"wiki_name":"Hair clip (Desert Treasure II - The Fallen Empire)","wiki_url":"https://oldschool.runescape.wiki/w/Hair_clip_(Desert_Treasure_II_-_The_Fallen_Empire)","price":0},"28409":{"id":28409,"name":"Ancient lamp","cost":1,"weight":0.1,"wiki_name":"Ancient lamp","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_lamp","price":0},"28410":{"id":28410,"name":"Dr banikan","members":true,"cost":1,"wiki_name":"Dr banikan (item)","wiki_url":"https://oldschool.runescape.wiki/w/Dr_banikan_(item)","price":0},"28412":{"id":28412,"name":"Prisoner's letter","members":true,"cost":30,"wiki_name":"Prisoner's letter","wiki_url":"https://oldschool.runescape.wiki/w/Prisoner's_letter","price":0},"28413":{"id":28413,"name":"Knife","members":true,"cost":30,"wiki_name":"Knife (Desert Treasure II - The Fallen Empire)","wiki_url":"https://oldschool.runescape.wiki/w/Knife_(Desert_Treasure_II_-_The_Fallen_Empire)","price":0},"28414":{"id":28414,"name":"Chisel","members":true,"cost":30,"wiki_name":"Chisel (Desert Treasure II - The Fallen Empire)","wiki_url":"https://oldschool.runescape.wiki/w/Chisel_(Desert_Treasure_II_-_The_Fallen_Empire)","price":0},"28415":{"id":28415,"name":"Lockpick","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Lockpick (Desert Treasure II - The Fallen Empire)","wiki_url":"https://oldschool.runescape.wiki/w/Lockpick_(Desert_Treasure_II_-_The_Fallen_Empire)","price":0},"28416":{"id":28416,"name":"Sapphire key","members":true,"cost":30,"wiki_name":"Sapphire key (Desert Treasure II - The Fallen Empire)","wiki_url":"https://oldschool.runescape.wiki/w/Sapphire_key_(Desert_Treasure_II_-_The_Fallen_Empire)","price":0},"28417":{"id":28417,"name":"Emerald key","members":true,"cost":30,"wiki_name":"Emerald key (Desert Treasure II - The Fallen Empire)","wiki_url":"https://oldschool.runescape.wiki/w/Emerald_key_(Desert_Treasure_II_-_The_Fallen_Empire)","price":0},"28418":{"id":28418,"name":"Ruby key","members":true,"cost":30,"wiki_name":"Ruby key (Desert Treasure II - The Fallen Empire)","wiki_url":"https://oldschool.runescape.wiki/w/Ruby_key_(Desert_Treasure_II_-_The_Fallen_Empire)","price":0},"28419":{"id":28419,"name":"Diamond key","members":true,"cost":30,"wiki_name":"Diamond key","wiki_url":"https://oldschool.runescape.wiki/w/Diamond_key","price":0},"28420":{"id":28420,"name":"Dragonstone key","members":true,"cost":30,"wiki_name":"Dragonstone key","wiki_url":"https://oldschool.runescape.wiki/w/Dragonstone_key","price":0},"28421":{"id":28421,"name":"Onyx key","members":true,"cost":30,"wiki_name":"Onyx key","wiki_url":"https://oldschool.runescape.wiki/w/Onyx_key","price":0},"28422":{"id":28422,"name":"Rations","members":true,"cost":30,"wiki_name":"Rations","wiki_url":"https://oldschool.runescape.wiki/w/Rations","price":0},"28423":{"id":28423,"name":"Requisition note","members":true,"cost":30,"wiki_name":"Requisition note","wiki_url":"https://oldschool.runescape.wiki/w/Requisition_note","price":0},"28424":{"id":28424,"name":"Grid note","members":true,"cost":30,"wiki_name":"Grid note","wiki_url":"https://oldschool.runescape.wiki/w/Grid_note","price":0},"28425":{"id":28425,"name":"Code converter","members":true,"cost":30,"wiki_name":"Code converter","wiki_url":"https://oldschool.runescape.wiki/w/Code_converter","price":0},"28426":{"id":28426,"name":"Magic lantern","members":true,"equipable":true,"equipable_by_player":true,"cost":30,"wiki_name":"Magic lantern","wiki_url":"https://oldschool.runescape.wiki/w/Magic_lantern","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"28427":{"id":28427,"name":"Strange slider","members":true,"cost":30,"wiki_name":"Strange slider","wiki_url":"https://oldschool.runescape.wiki/w/Strange_slider","price":0},"28428":{"id":28428,"name":"Library note","members":true,"cost":30,"wiki_name":"Library note","wiki_url":"https://oldschool.runescape.wiki/w/Library_note","price":0},"28429":{"id":28429,"name":"Warning letter","members":true,"cost":30,"wiki_name":"Warning letter","wiki_url":"https://oldschool.runescape.wiki/w/Warning_letter","price":0},"28430":{"id":28430,"name":"Odd key","members":true,"cost":1500,"wiki_name":"Odd key","wiki_url":"https://oldschool.runescape.wiki/w/Odd_key","price":0},"28431":{"id":28431,"name":"Orders note","members":true,"cost":30,"wiki_name":"Orders note","wiki_url":"https://oldschool.runescape.wiki/w/Orders_note","price":0},"28432":{"id":28432,"name":"Refugees note","members":true,"cost":30,"wiki_name":"Refugees note","wiki_url":"https://oldschool.runescape.wiki/w/Refugees_note","price":0},"28433":{"id":28433,"name":"Request note","members":true,"cost":30,"wiki_name":"Request note","wiki_url":"https://oldschool.runescape.wiki/w/Request_note","price":0},"28434":{"id":28434,"name":"Prayer note","members":true,"cost":30,"wiki_name":"Prayer note","wiki_url":"https://oldschool.runescape.wiki/w/Prayer_note","price":0},"28435":{"id":28435,"name":"Thank you note","members":true,"cost":30,"wiki_name":"Thank you note","wiki_url":"https://oldschool.runescape.wiki/w/Thank_you_note","price":0},"28436":{"id":28436,"name":"Protest note","members":true,"cost":30,"wiki_name":"Protest note","wiki_url":"https://oldschool.runescape.wiki/w/Protest_note","price":0},"28437":{"id":28437,"name":"Evacuation note","members":true,"cost":30,"wiki_name":"Evacuation note","wiki_url":"https://oldschool.runescape.wiki/w/Evacuation_note","price":0},"28438":{"id":28438,"name":"Old tablet","members":true,"cost":30,"wiki_name":"Old tablet","wiki_url":"https://oldschool.runescape.wiki/w/Old_tablet","price":0},"28439":{"id":28439,"name":"Damp tablet","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Damp tablet (Incident report)","wiki_url":"https://oldschool.runescape.wiki/w/Damp_tablet#Incident_report","price":0},"28440":{"id":28440,"name":"Damp tablet","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Damp tablet (Rejoice)","wiki_url":"https://oldschool.runescape.wiki/w/Damp_tablet#Rejoice","price":0},"28441":{"id":28441,"name":"Slimy key","cost":30,"wiki_name":"Slimy key","wiki_url":"https://oldschool.runescape.wiki/w/Slimy_key","price":0},"28442":{"id":28442,"name":"Gunpowder","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Gunpowder (Desert Treasure II - The Fallen Empire)","wiki_url":"https://oldschool.runescape.wiki/w/Gunpowder_(Desert_Treasure_II_-_The_Fallen_Empire)","price":0},"28443":{"id":28443,"name":"Scarred scraps","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Scarred scraps","wiki_url":"https://oldschool.runescape.wiki/w/Scarred_scraps","price":0},"28444":{"id":28444,"name":"Withered note","members":true,"cost":30,"wiki_name":"Withered note","wiki_url":"https://oldschool.runescape.wiki/w/Withered_note","price":0},"28445":{"id":28445,"name":"Earth nerve","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Earth nerve","wiki_url":"https://oldschool.runescape.wiki/w/Earth_nerve","price":0},"28446":{"id":28446,"name":"Water nerve","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Water nerve","wiki_url":"https://oldschool.runescape.wiki/w/Water_nerve","price":0},"28447":{"id":28447,"name":"Fire nerve","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Fire nerve","wiki_url":"https://oldschool.runescape.wiki/w/Fire_nerve","price":0},"28448":{"id":28448,"name":"Air nerve","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Air nerve","wiki_url":"https://oldschool.runescape.wiki/w/Air_nerve","price":0},"28449":{"id":28449,"name":"Mind nerve","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Mind nerve","wiki_url":"https://oldschool.runescape.wiki/w/Mind_nerve","price":0},"28450":{"id":28450,"name":"Soul nerve","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Soul nerve","wiki_url":"https://oldschool.runescape.wiki/w/Soul_nerve","price":0},"28451":{"id":28451,"name":"Nature nerve","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Nature nerve","wiki_url":"https://oldschool.runescape.wiki/w/Nature_nerve","price":0},"28452":{"id":28452,"name":"Smoke nerve","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Smoke nerve","wiki_url":"https://oldschool.runescape.wiki/w/Smoke_nerve","price":0},"28453":{"id":28453,"name":"Blood nerve","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Blood nerve","wiki_url":"https://oldschool.runescape.wiki/w/Blood_nerve","price":0},"28454":{"id":28454,"name":"Law nerve","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Law nerve","wiki_url":"https://oldschool.runescape.wiki/w/Law_nerve","price":0},"28455":{"id":28455,"name":"Cosmic nerve","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Cosmic nerve","wiki_url":"https://oldschool.runescape.wiki/w/Cosmic_nerve","price":0},"28456":{"id":28456,"name":"Astral nerve","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Astral nerve","wiki_url":"https://oldschool.runescape.wiki/w/Astral_nerve","price":0},"28457":{"id":28457,"name":"Wrath nerve","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Wrath nerve","wiki_url":"https://oldschool.runescape.wiki/w/Wrath_nerve","price":0},"28458":{"id":28458,"name":"Dust nerve","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Dust nerve","wiki_url":"https://oldschool.runescape.wiki/w/Dust_nerve","price":0},"28459":{"id":28459,"name":"Steam nerve","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Steam nerve","wiki_url":"https://oldschool.runescape.wiki/w/Steam_nerve","price":0},"28460":{"id":28460,"name":"Lava nerve","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Lava nerve","wiki_url":"https://oldschool.runescape.wiki/w/Lava_nerve","price":0},"28461":{"id":28461,"name":"Abyssal observations","members":true,"cost":30,"wiki_name":"Abyssal observations","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_observations","price":0},"28462":{"id":28462,"name":"Crimson fibre","members":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Crimson fibre","wiki_url":"https://oldschool.runescape.wiki/w/Crimson_fibre","price":0},"28463":{"id":28463,"name":"Radiant fibre","members":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Radiant fibre","wiki_url":"https://oldschool.runescape.wiki/w/Radiant_fibre","price":0},"28464":{"id":28464,"name":"Illuminating lure","members":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Illuminating lure","wiki_url":"https://oldschool.runescape.wiki/w/Illuminating_lure","price":0},"28465":{"id":28465,"name":"Slimy tablet","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Slimy tablet (Part 1)","wiki_url":"https://oldschool.runescape.wiki/w/Slimy_tablet#Part_1","price":0},"28466":{"id":28466,"name":"Slimy tablet","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Slimy tablet (Part 2)","wiki_url":"https://oldschool.runescape.wiki/w/Slimy_tablet#Part_2","price":0},"28467":{"id":28467,"name":"Slimy tablet","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Slimy tablet (Part 3)","wiki_url":"https://oldschool.runescape.wiki/w/Slimy_tablet#Part_3","price":0},"28468":{"id":28468,"name":"Gooey note","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Gooey note (Part 2)","wiki_url":"https://oldschool.runescape.wiki/w/Gooey_note#Part_2","price":0},"28469":{"id":28469,"name":"Gooey note","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Gooey note (Part 3)","wiki_url":"https://oldschool.runescape.wiki/w/Gooey_note#Part_3","price":0},"28470":{"id":28470,"name":"Gooey note","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Gooey note (Part 1)","wiki_url":"https://oldschool.runescape.wiki/w/Gooey_note#Part_1","price":0},"28471":{"id":28471,"name":"Stink bomb","members":true,"stackable":true,"cost":20,"wiki_name":"Stink bomb","wiki_url":"https://oldschool.runescape.wiki/w/Stink_bomb","price":0},"28473":{"id":28473,"name":"Blood ancient sceptre (l)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":200000,"lowalch":80000,"highalch":120000,"wiki_name":"Blood ancient sceptre (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Blood_ancient_sceptre#Locked","equipment":{"attack_stab":20,"attack_slash":-1,"attack_crush":50,"attack_magic":20,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":15,"defence_ranged":0,"melee_strength":60,"ranged_strength":0,"magic_damage":5,"prayer":-1,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"28474":{"id":28474,"name":"Ice ancient sceptre (l)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":200000,"lowalch":80000,"highalch":120000,"wiki_name":"Ice ancient sceptre (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Ice_ancient_sceptre#Locked","equipment":{"attack_stab":20,"attack_slash":-1,"attack_crush":50,"attack_magic":20,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":15,"defence_ranged":0,"melee_strength":60,"ranged_strength":0,"magic_damage":5,"prayer":-1,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"28475":{"id":28475,"name":"Smoke ancient sceptre (l)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":200000,"lowalch":80000,"highalch":120000,"wiki_name":"Smoke ancient sceptre (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Smoke_ancient_sceptre#Locked","equipment":{"attack_stab":20,"attack_slash":-1,"attack_crush":50,"attack_magic":20,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":15,"defence_ranged":0,"melee_strength":60,"ranged_strength":0,"magic_damage":5,"prayer":-1,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"28476":{"id":28476,"name":"Shadow ancient sceptre (l)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":200000,"lowalch":80000,"highalch":120000,"wiki_name":"Shadow ancient sceptre (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Shadow_ancient_sceptre#Locked","equipment":{"attack_stab":20,"attack_slash":-1,"attack_crush":50,"attack_magic":20,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":15,"defence_ranged":0,"melee_strength":60,"ranged_strength":0,"magic_damage":5,"prayer":-1,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"28477":{"id":28477,"name":"Sigil of sustenance","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of sustenance (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_sustenance#Attuned","price":0},"28478":{"id":28478,"name":"Sigil of sustenance","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Sigil of sustenance (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_sustenance#Un-attuned","price":0},"28480":{"id":28480,"name":"Sigil of hoarding","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of hoarding (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_hoarding#Attuned","price":0},"28481":{"id":28481,"name":"Sigil of hoarding","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Sigil of hoarding (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_hoarding#Un-attuned","price":0},"28483":{"id":28483,"name":"Sigil of the alchemaniac","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the alchemaniac (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_alchemaniac#Attuned","price":0},"28484":{"id":28484,"name":"Sigil of the alchemaniac","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Sigil of the alchemaniac (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_alchemaniac#Un-attuned","price":0},"28486":{"id":28486,"name":"Sigil of the hunter","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the hunter (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_hunter#Attuned","price":0},"28487":{"id":28487,"name":"Sigil of the hunter","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20000,"lowalch":8000,"highalch":12000,"wiki_name":"Sigil of the hunter (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_hunter#Un-attuned","price":0},"28489":{"id":28489,"name":"Sigil of resistance","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of resistance (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_resistance#Attuned","price":0},"28490":{"id":28490,"name":"Sigil of resistance","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Sigil of resistance (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_resistance#Un-attuned","price":0},"28492":{"id":28492,"name":"Sigil of agile fortune","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of agile fortune (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_agile_fortune#Attuned","price":0},"28493":{"id":28493,"name":"Sigil of agile fortune","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Sigil of agile fortune (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_agile_fortune#Un-attuned","price":0},"28495":{"id":28495,"name":"Sigil of the food master","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the food master (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_food_master#Attuned","price":0},"28496":{"id":28496,"name":"Sigil of the food master","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30000,"lowalch":12000,"highalch":18000,"wiki_name":"Sigil of the food master (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_food_master#Un-attuned","price":0},"28498":{"id":28498,"name":"Sigil of the well-fed","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the well-fed (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_well-fed#Attuned","price":0},"28499":{"id":28499,"name":"Sigil of the well-fed","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Sigil of the well-fed (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_well-fed#Un-attuned","price":0},"28501":{"id":28501,"name":"Sigil of the infernal chef","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the infernal chef (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_infernal_chef#Attuned","price":0},"28502":{"id":28502,"name":"Sigil of the infernal chef","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Sigil of the infernal chef (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_infernal_chef#Un-attuned","price":0},"28504":{"id":28504,"name":"Sigil of the infernal smith","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the infernal smith (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_infernal_smith#Attuned","price":0},"28505":{"id":28505,"name":"Sigil of the infernal smith","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Sigil of the infernal smith (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_infernal_smith#Un-attuned","price":0},"28507":{"id":28507,"name":"Sigil of the lightbearer","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the lightbearer (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_lightbearer#Un-attuned","price":0},"28508":{"id":28508,"name":"Sigil of the lightbearer","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Sigil of the lightbearer (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_lightbearer#Attuned","price":0},"28510":{"id":28510,"name":"Sigil of the bloodhound","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the bloodhound (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_bloodhound#Attuned","price":0},"28511":{"id":28511,"name":"Sigil of the bloodhound","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Sigil of the bloodhound (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_bloodhound#Un-attuned","price":0},"28513":{"id":28513,"name":"Sigil of precision","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of precision (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_precision#Attuned","price":0},"28514":{"id":28514,"name":"Sigil of precision","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Sigil of precision (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_precision#Un-attuned","price":0},"28516":{"id":28516,"name":"Sigil of the augmented thrall","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the augmented thrall (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_augmented_thrall#Attuned","price":0},"28517":{"id":28517,"name":"Sigil of the augmented thrall","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Sigil of the augmented thrall (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_augmented_thrall#Un-attuned","price":0},"28519":{"id":28519,"name":"Sigil of faith","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of faith (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_faith#Attuned","price":0},"28520":{"id":28520,"name":"Sigil of faith","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Sigil of faith (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_faith#Un-attuned","price":0},"28522":{"id":28522,"name":"Sigil of titanium","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of titanium (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_titanium#Attuned","price":0},"28523":{"id":28523,"name":"Sigil of titanium","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Sigil of titanium (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_titanium#Un-attuned","price":0},"28525":{"id":28525,"name":"Sigil of the ninja","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the ninja (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_ninja#Attuned","price":0},"28526":{"id":28526,"name":"Sigil of the ninja","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Sigil of the ninja (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_ninja#Un-attuned","price":0},"28528":{"id":28528,"name":"Sigil of woodcraft","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of woodcraft (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_woodcraft#Attuned","price":0},"28529":{"id":28529,"name":"Sigil of woodcraft","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Sigil of woodcraft (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_woodcraft#Un-attuned","price":0},"28531":{"id":28531,"name":"Corrupted voidwaker","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":250000,"lowalch":100000,"highalch":150000,"wiki_name":"Corrupted voidwaker","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_voidwaker","equipment":{"attack_stab":56,"attack_slash":64,"attack_crush":-2,"attack_magic":4,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":2,"defence_ranged":0,"melee_strength":64,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"28534":{"id":28534,"name":"Corrupted dragon claws","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":250000,"lowalch":100000,"highalch":150000,"wiki_name":"Corrupted dragon claws","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_dragon_claws","equipment":{"attack_stab":33,"attack_slash":46,"attack_crush":-4,"attack_magic":0,"attack_ranged":0,"defence_stab":11,"defence_slash":21,"defence_crush":6,"defence_magic":0,"defence_ranged":0,"melee_strength":45,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"claw","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"28537":{"id":28537,"name":"Corrupted armadyl godsword","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":250000,"lowalch":100000,"highalch":150000,"wiki_name":"Corrupted armadyl godsword","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_armadyl_godsword","equipment":{"attack_stab":0,"attack_slash":106,"attack_crush":64,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":106,"ranged_strength":0,"magic_damage":0,"prayer":7,"slot":"2h","requirements":null},"weapon":{"attack_speed":6,"weapon_type":"2h_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"smash","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"28540":{"id":28540,"name":"Corrupted twisted bow","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":250000,"lowalch":100000,"highalch":150000,"wiki_name":"Corrupted twisted bow","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_twisted_bow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":56,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":2,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":6,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"28543":{"id":28543,"name":"Corrupted scythe of vitur","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":250000,"lowalch":100000,"highalch":150000,"wiki_name":"Corrupted scythe of vitur (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_scythe_of_vitur#Charged","equipment":{"attack_stab":56,"attack_slash":88,"attack_crush":24,"attack_magic":-6,"attack_ranged":0,"defence_stab":-2,"defence_slash":7,"defence_crush":8,"defence_magic":0,"defence_ranged":0,"melee_strength":60,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"scythe","stances":[{"combat_style":"reap","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"chop","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"jab","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"28545":{"id":28545,"name":"Corrupted scythe of vitur (uncharged)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":250000,"lowalch":100000,"highalch":150000,"wiki_name":"Corrupted scythe of vitur (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_scythe_of_vitur#Uncharged","equipment":{"attack_stab":40,"attack_slash":60,"attack_crush":8,"attack_magic":-6,"attack_ranged":0,"defence_stab":-2,"defence_slash":5,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":40,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"scythe","stances":[{"combat_style":"reap","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"chop","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"jab","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"28547":{"id":28547,"name":"Corrupted tumeken's shadow","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":250000,"lowalch":100000,"highalch":150000,"wiki_name":"Corrupted tumeken's shadow (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_tumeken's_shadow#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":35,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":20,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":0},"28549":{"id":28549,"name":"Corrupted tumeken's shadow (uncharged)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":250000,"lowalch":100000,"highalch":150000,"wiki_name":"Corrupted tumeken's shadow (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_tumeken's_shadow#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":35,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":20,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":0},"28551":{"id":28551,"name":"Quest lamp","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Quest lamp","wiki_url":"https://oldschool.runescape.wiki/w/Quest_lamp","price":0},"28561":{"id":28561,"name":"Trinket of vengeance","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Trinket of vengeance","wiki_url":"https://oldschool.runescape.wiki/w/Trinket_of_vengeance","price":0},"28564":{"id":28564,"name":"Trinket of fairies","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Trinket of fairies","wiki_url":"https://oldschool.runescape.wiki/w/Trinket_of_fairies","price":0},"28567":{"id":28567,"name":"Trinket of advanced weaponry","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Trinket of advanced weaponry","wiki_url":"https://oldschool.runescape.wiki/w/Trinket_of_advanced_weaponry","price":0},"28570":{"id":28570,"name":"Trinket of undead","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Trinket of undead","wiki_url":"https://oldschool.runescape.wiki/w/Trinket_of_undead","price":0},"28573":{"id":28573,"name":"Chest key","members":true,"cost":30,"wiki_name":"Chest key (The Path of Glouphrie)","wiki_url":"https://oldschool.runescape.wiki/w/Chest_key_(The_Path_of_Glouphrie)","price":0},"28574":{"id":28574,"name":"Strongroom key","members":true,"cost":30,"wiki_name":"Strongroom key","wiki_url":"https://oldschool.runescape.wiki/w/Strongroom_key","price":0},"28575":{"id":28575,"name":"Crystal chime seed","members":true,"cost":2000,"wiki_name":"Crystal chime seed","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_chime_seed","price":0},"28577":{"id":28577,"name":"Crystal chime","members":true,"cost":3000,"wiki_name":"Crystal chime","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_chime","price":0},"28579":{"id":28579,"name":"Yewnock's notes","members":true,"cost":30,"wiki_name":"Yewnock's notes","wiki_url":"https://oldschool.runescape.wiki/w/Yewnock's_notes","price":0},"28583":{"id":28583,"name":"Warped sceptre (uncharged)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":150000,"lowalch":60000,"highalch":90000,"wiki_name":"Warped sceptre (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Warped_sceptre#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":12,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":12,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":166310},"28585":{"id":28585,"name":"Warped sceptre","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":150000,"lowalch":60000,"highalch":90000,"wiki_name":"Warped sceptre (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Warped_sceptre#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":12,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":12,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":0},"28587":{"id":28587,"name":"Magic lamp (strength)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Magic lamp (The Path of Glouphrie) (Strength)","wiki_url":"https://oldschool.runescape.wiki/w/Magic_lamp_(The_Path_of_Glouphrie)#Strength","price":0},"28588":{"id":28588,"name":"Magic lamp (slayer)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Magic lamp (The Path of Glouphrie) (Slayer)","wiki_url":"https://oldschool.runescape.wiki/w/Magic_lamp_(The_Path_of_Glouphrie)#Slayer","price":0},"28589":{"id":28589,"name":"Magic lamp (thieving)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Magic lamp (The Path of Glouphrie) (Thieving)","wiki_url":"https://oldschool.runescape.wiki/w/Magic_lamp_(The_Path_of_Glouphrie)#Thieving","price":0},"28590":{"id":28590,"name":"Magic lamp (magic)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Magic lamp (The Path of Glouphrie) (Magic)","wiki_url":"https://oldschool.runescape.wiki/w/Magic_lamp_(The_Path_of_Glouphrie)#Magic","price":0},"28591":{"id":28591,"name":"Tainted essence chunk","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Tainted essence chunk","wiki_url":"https://oldschool.runescape.wiki/w/Tainted_essence_chunk","price":0},"28593":{"id":28593,"name":"Warped extract","members":true,"stackable":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Warped extract","wiki_url":"https://oldschool.runescape.wiki/w/Warped_extract","price":0},"28595":{"id":28595,"name":"Twisted extract","members":true,"stackable":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Twisted extract","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_extract","price":0},"28597":{"id":28597,"name":"Mangled extract","members":true,"stackable":true,"cost":400,"lowalch":160,"highalch":240,"wiki_name":"Mangled extract","wiki_url":"https://oldschool.runescape.wiki/w/Mangled_extract","price":0},"28599":{"id":28599,"name":"Scarred extract","members":true,"stackable":true,"cost":800,"lowalch":320,"highalch":480,"wiki_name":"Scarred extract","wiki_url":"https://oldschool.runescape.wiki/w/Scarred_extract","price":0},"28601":{"id":28601,"name":"Cobweb cape","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Cobweb cape","wiki_url":"https://oldschool.runescape.wiki/w/Cobweb_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"28603":{"id":28603,"name":"Spider hat","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Spider hat (Common)","wiki_url":"https://oldschool.runescape.wiki/w/Spider_hat#Common","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"28605":{"id":28605,"name":"Spider hat","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Spider hat (Venenatis)","wiki_url":"https://oldschool.runescape.wiki/w/Spider_hat#Venenatis","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"28607":{"id":28607,"name":"Spider hat","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Spider hat (Verzik)","wiki_url":"https://oldschool.runescape.wiki/w/Spider_hat#Verzik","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"28609":{"id":28609,"name":"Spider hat","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Spider hat (Sarachnis)","wiki_url":"https://oldschool.runescape.wiki/w/Spider_hat#Sarachnis","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"28611":{"id":28611,"name":"Spider hat","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Spider hat (Old)","wiki_url":"https://oldschool.runescape.wiki/w/Spider_hat#Old","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"28613":{"id":28613,"name":"Cape pouch","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Cape pouch","wiki_url":"https://oldschool.runescape.wiki/w/Cape_pouch","price":0},"28616":{"id":28616,"name":"Pheasant cape","members":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Pheasant cape","wiki_url":"https://oldschool.runescape.wiki/w/Pheasant_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"28618":{"id":28618,"name":"Pheasant boots","members":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Pheasant boots","wiki_url":"https://oldschool.runescape.wiki/w/Pheasant_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"28620":{"id":28620,"name":"Pheasant hat","members":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Pheasant hat","wiki_url":"https://oldschool.runescape.wiki/w/Pheasant_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"28622":{"id":28622,"name":"Pheasant legs","members":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Pheasant legs","wiki_url":"https://oldschool.runescape.wiki/w/Pheasant_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"28624":{"id":28624,"name":"Pheasant tail feathers","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pheasant tail feathers","wiki_url":"https://oldschool.runescape.wiki/w/Pheasant_tail_feathers","price":0},"28626":{"id":28626,"name":"Fox whistle","members":true,"cost":30000,"lowalch":12000,"highalch":18000,"wiki_name":"Fox whistle","wiki_url":"https://oldschool.runescape.wiki/w/Fox_whistle","price":0},"28628":{"id":28628,"name":"Sawmill voucher","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Sawmill voucher","wiki_url":"https://oldschool.runescape.wiki/w/Sawmill_voucher","price":1700},"28630":{"id":28630,"name":"Twitcher's gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":6,"lowalch":2,"highalch":3,"wiki_name":"Twitcher's gloves","wiki_url":"https://oldschool.runescape.wiki/w/Twitcher's_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"28644":{"id":28644,"name":"Smoker fuel","tradeable":true,"stackable":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Smoker fuel","wiki_url":"https://oldschool.runescape.wiki/w/Smoker_fuel","price":80525},"28646":{"id":28646,"name":"Smoker canister","tradeable":true,"stackable":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Smoker canister","wiki_url":"https://oldschool.runescape.wiki/w/Smoker_canister","price":10415},"28649":{"id":28649,"name":"Mulch","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Mulch (Two ingredients)","wiki_url":"https://oldschool.runescape.wiki/w/Mulch#Two_ingredients","price":0},"28650":{"id":28650,"name":"Packed mulch","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Mulch (Three ingredients)","wiki_url":"https://oldschool.runescape.wiki/w/Mulch#Three_ingredients","price":0},"28651":{"id":28651,"name":"Crystal charm","tradeable":true,"stackable":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Crystal charm","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_charm","price":57501},"28653":{"id":28653,"name":"Petal circlet","tradeable":true,"stackable":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Petal circlet","wiki_url":"https://oldschool.runescape.wiki/w/Petal_circlet","price":10500},"28655":{"id":28655,"name":"Petal garland","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Petal garland","wiki_url":"https://oldschool.runescape.wiki/w/Petal_garland","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"28657":{"id":28657,"name":"Padded spoon","stackable":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Padded spoon","wiki_url":"https://oldschool.runescape.wiki/w/Padded_spoon","price":0},"28659":{"id":28659,"name":"Egg cushion","tradeable":true,"stackable":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Egg cushion","wiki_url":"https://oldschool.runescape.wiki/w/Egg_cushion","price":57500},"28661":{"id":28661,"name":"Pheasant egg","members":true,"cost":300,"lowalch":120,"highalch":180,"wiki_name":"Pheasant egg","wiki_url":"https://oldschool.runescape.wiki/w/Pheasant_egg","price":0},"28663":{"id":28663,"name":"Golden pheasant egg","members":true,"cost":30000,"lowalch":12000,"highalch":18000,"wiki_name":"Golden pheasant egg","wiki_url":"https://oldschool.runescape.wiki/w/Golden_pheasant_egg","price":0},"28665":{"id":28665,"name":"Trap disarmer","tradeable":true,"stackable":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Trap disarmer","wiki_url":"https://oldschool.runescape.wiki/w/Trap_disarmer","price":9981},"28667":{"id":28667,"name":"Trap disarmer blueprint","tradeable":true,"stackable":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Trap disarmer blueprint","wiki_url":"https://oldschool.runescape.wiki/w/Trap_disarmer_blueprint","price":100500},"28669":{"id":28669,"name":"Pheasant","members":true,"cost":1,"wiki_name":"Pheasant (pet)","wiki_url":"https://oldschool.runescape.wiki/w/Pheasant_(pet)","price":0},"28670":{"id":28670,"name":"Fox","members":true,"cost":1,"wiki_name":"Fox (pet)","wiki_url":"https://oldschool.runescape.wiki/w/Fox_(pet)","price":0},"28671":{"id":28671,"name":"Web cloak","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Web cloak","wiki_url":"https://oldschool.runescape.wiki/w/Web_cloak","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"28672":{"id":28672,"name":"Fancier boots","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":1,"defence_slash":2,"defence_crush":3,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"28674":{"id":28674,"name":"Sturdy beehive parts","members":true,"stackable":true,"cost":5000,"lowalch":2000,"highalch":3000,"price":0},"28676":{"id":28676,"name":"Beehive (style 1)","incomplete":true,"members":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"28677":{"id":28677,"name":"Beehive (style 2)","incomplete":true,"members":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"28682":{"id":28682,"name":"Dinh's blazing bulwark","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":560000,"lowalch":224000,"highalch":336000,"wiki_name":"Dinh's blazing bulwark","wiki_url":"https://oldschool.runescape.wiki/w/Dinh's_blazing_bulwark","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":124,"attack_magic":0,"attack_ranged":0,"defence_stab":106,"defence_slash":109,"defence_crush":109,"defence_magic":-10,"defence_ranged":148,"melee_strength":38,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"bulwark","stances":[{"combat_style":"pummel","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"block","attack_type":null,"attack_style":null,"experience":null,"boosts":null}]},"price":0},"28684":{"id":28684,"name":"Trailblazer reloaded bulwark ornament kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Trailblazer reloaded bulwark ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_reloaded_bulwark_ornament_kit","price":7431999},"28687":{"id":28687,"name":"Blazing blowpipe (empty)","members":true,"cost":120000,"lowalch":48000,"highalch":72000,"wiki_name":"Blazing blowpipe (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Blazing_blowpipe#Empty","price":0},"28688":{"id":28688,"name":"Blazing blowpipe","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":120000,"lowalch":48000,"highalch":72000,"wiki_name":"Blazing blowpipe (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Blazing_blowpipe#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":30,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":20,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"28690":{"id":28690,"name":"Trailblazer reloaded blowpipe ornament kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Trailblazer reloaded blowpipe ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_reloaded_blowpipe_ornament_kit","price":5031868},"28693":{"id":28693,"name":"Trailblazer reloaded alchemy scroll","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":25000,"lowalch":10000,"highalch":15000,"wiki_name":"Trailblazer reloaded alchemy scroll","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_reloaded_alchemy_scroll","price":1515253},"28696":{"id":28696,"name":"Trailblazer reloaded vengeance scroll","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":25000,"lowalch":10000,"highalch":15000,"wiki_name":"Trailblazer reloaded vengeance scroll","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_reloaded_vengeance_scroll","price":6056988},"28699":{"id":28699,"name":"Trailblazer reloaded death scroll","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":25000,"lowalch":10000,"highalch":15000,"buy_limit":5,"wiki_name":"Trailblazer reloaded death scroll","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_reloaded_death_scroll","price":2970342},"28702":{"id":28702,"name":"Trailblazer reloaded banner","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Trailblazer reloaded banner","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_reloaded_banner","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":300000},"28705":{"id":28705,"name":"Trailblazer reloaded home teleport scroll","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":25000,"lowalch":10000,"highalch":15000,"buy_limit":5,"wiki_name":"Trailblazer reloaded home teleport scroll","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_reloaded_home_teleport_scroll","price":881999},"28708":{"id":28708,"name":"Trailblazer reloaded rejuvenation pool scroll","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":25000,"lowalch":10000,"highalch":15000,"wiki_name":"Trailblazer reloaded rejuvenation pool scroll","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_reloaded_rejuvenation_pool_scroll","price":8143173},"28711":{"id":28711,"name":"Trailblazer reloaded rejuvenation pool","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"28712":{"id":28712,"name":"Trailblazer reloaded headband (t1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Trailblazer reloaded headband (t1)","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_reloaded_headband_(t1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":67221},"28715":{"id":28715,"name":"Trailblazer reloaded top (t1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Trailblazer reloaded top (t1)","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_reloaded_top_(t1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":35500},"28718":{"id":28718,"name":"Trailblazer reloaded trousers (t1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Trailblazer reloaded trousers (t1)","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_reloaded_trousers_(t1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":52500},"28721":{"id":28721,"name":"Trailblazer reloaded boots (t1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Trailblazer reloaded boots (t1)","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_reloaded_boots_(t1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":35000},"28724":{"id":28724,"name":"Trailblazer reloaded headband (t2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Trailblazer reloaded headband (t2)","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_reloaded_headband_(t2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":441520},"28727":{"id":28727,"name":"Trailblazer reloaded top (t2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Trailblazer reloaded top (t2)","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_reloaded_top_(t2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":67326},"28730":{"id":28730,"name":"Trailblazer reloaded trousers (t2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Trailblazer reloaded trousers (t2)","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_reloaded_trousers_(t2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":191176},"28733":{"id":28733,"name":"Trailblazer reloaded boots (t2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Trailblazer reloaded boots (t2)","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_reloaded_boots_(t2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":195055},"28736":{"id":28736,"name":"Trailblazer reloaded headband (t3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Trailblazer reloaded headband (t3)","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_reloaded_headband_(t3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":8727000},"28739":{"id":28739,"name":"Trailblazer reloaded top (t3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Trailblazer reloaded top (t3)","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_reloaded_top_(t3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":2524999},"28742":{"id":28742,"name":"Trailblazer reloaded trousers (t3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Trailblazer reloaded trousers (t3)","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_reloaded_trousers_(t3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":1632000},"28745":{"id":28745,"name":"Trailblazer reloaded boots (t3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Trailblazer reloaded boots (t3)","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_reloaded_boots_(t3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":1738856},"28748":{"id":28748,"name":"Trailblazer reloaded torch","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Trailblazer reloaded torch","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_reloaded_torch","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":3343212},"28751":{"id":28751,"name":"Trailblazer reloaded dragon trophy","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Trailblazer reloaded dragon trophy","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_reloaded_dragon_trophy","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"28753":{"id":28753,"name":"Trailblazer reloaded rune trophy","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Trailblazer reloaded rune trophy","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_reloaded_rune_trophy","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"28755":{"id":28755,"name":"Trailblazer reloaded adamant trophy","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Trailblazer reloaded adamant trophy","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_reloaded_adamant_trophy","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"28757":{"id":28757,"name":"Trailblazer reloaded mithril trophy","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Trailblazer reloaded mithril trophy","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_reloaded_mithril_trophy","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"28759":{"id":28759,"name":"Trailblazer reloaded steel trophy","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Trailblazer reloaded steel trophy","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_reloaded_steel_trophy","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"28761":{"id":28761,"name":"Trailblazer reloaded iron trophy","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Trailblazer reloaded iron trophy","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_reloaded_iron_trophy","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"28763":{"id":28763,"name":"Trailblazer reloaded bronze trophy","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Trailblazer reloaded bronze trophy","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_reloaded_bronze_trophy","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"28765":{"id":28765,"name":"Globetrotter pendant","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Globetrotter pendant","wiki_url":"https://oldschool.runescape.wiki/w/Globetrotter_pendant","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"28767":{"id":28767,"name":"Banker's note","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Banker's note (item)","wiki_url":"https://oldschool.runescape.wiki/w/Banker's_note_(item)","price":0},"28769":{"id":28769,"name":"Guardian horn","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Guardian horn","wiki_url":"https://oldschool.runescape.wiki/w/Guardian_horn","price":0},"28771":{"id":28771,"name":"Sage's greaves","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sage's greaves","wiki_url":"https://oldschool.runescape.wiki/w/Sage's_greaves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"28773":{"id":28773,"name":"Sage's axe","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sage's axe","wiki_url":"https://oldschool.runescape.wiki/w/Sage's_axe","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"28775":{"id":28775,"name":"Ruinous powers","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ruinous powers (item)","wiki_url":"https://oldschool.runescape.wiki/w/Ruinous_powers_(item)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":-1,"slot":"shield","requirements":null},"price":0},"28777":{"id":28777,"name":"Trailblazer reloaded relic hunter (t1) armour set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Trailblazer reloaded relic hunter (t1) armour set","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_reloaded_relic_hunter_(t1)_armour_set","price":116767},"28780":{"id":28780,"name":"Trailblazer reloaded relic hunter (t2) armour set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Trailblazer reloaded relic hunter (t2) armour set","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_reloaded_relic_hunter_(t2)_armour_set","price":1615356},"28783":{"id":28783,"name":"Trailblazer reloaded relic hunter (t3) armour set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Trailblazer reloaded relic hunter (t3) armour set","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_reloaded_relic_hunter_(t3)_armour_set","price":8947500},"28786":{"id":28786,"name":"Icy jumper","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Icy jumper","wiki_url":"https://oldschool.runescape.wiki/w/Icy_jumper","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"28788":{"id":28788,"name":"Snowglobe helmet","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Snowglobe helmet","wiki_url":"https://oldschool.runescape.wiki/w/Snowglobe_helmet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"28790":{"id":28790,"name":"Kourend castle teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Kourend castle teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Kourend_castle_teleport_(tablet)","price":758},"28792":{"id":28792,"name":"Bone mace","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Bone mace","wiki_url":"https://oldschool.runescape.wiki/w/Bone_mace","equipment":{"attack_stab":40,"attack_slash":-2,"attack_crush":60,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":55,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"28794":{"id":28794,"name":"Bone shortbow","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Bone shortbow","wiki_url":"https://oldschool.runescape.wiki/w/Bone_shortbow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":69,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0,"lowalch":0,"highalch":0},"28796":{"id":28796,"name":"Bone staff","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Bone staff","wiki_url":"https://oldschool.runescape.wiki/w/Bone_staff","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":14,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":0},"28798":{"id":28798,"name":"Scurrius' spine","members":true,"cost":1000,"wiki_name":"Scurrius' spine","wiki_url":"https://oldschool.runescape.wiki/w/Scurrius'_spine","price":0},"28800":{"id":28800,"name":"Antique lamp","members":true,"cost":50,"wiki_name":"Antique lamp (Historian Aldo)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(Historian_Aldo)","price":0},"28801":{"id":28801,"name":"Scurry","members":true,"cost":1,"wiki_name":"Scurry","wiki_url":"https://oldschool.runescape.wiki/w/Scurry","price":0},"28803":{"id":28803,"name":"Grubby key","members":true,"cost":30,"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,"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,"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,"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,"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,"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,"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,"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":1772500},"28813":{"id":28813,"name":"Broken zombie axe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":160000,"lowalch":64000,"highalch":96000,"wiki_name":"Broken zombie axe","wiki_url":"https://oldschool.runescape.wiki/w/Broken_zombie_axe","price":1743006},"28816":{"id":28816,"name":"Stone tablet","members":true,"cost":30,"lowalch":12,"highalch":18,"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,"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},"28821":{"id":28821,"name":"Wealthy citizen","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"28822":{"id":28822,"name":"Coin pouch","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Coin pouch (Wealthy citizen)","wiki_url":"https://oldschool.runescape.wiki/w/Coin_pouch#Wealthy_citizen","price":0},"28823":{"id":28823,"name":"Lesser nagua","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"28824":{"id":28824,"name":"Civitas illa fortis teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Civitas illa fortis teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Civitas_illa_fortis_teleport_(tablet)","price":951},"28826":{"id":28826,"name":"Dizana's quiver (broken)","members":true,"cost":80000,"lowalch":32000,"highalch":48000,"wiki_name":"Dizana's quiver (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Dizana's_quiver#Broken","price":0},"28828":{"id":28828,"name":"Blessed dizana's quiver (broken)","members":true,"cost":100000,"lowalch":40000,"highalch":60000,"wiki_name":"Blessed dizana's quiver (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_dizana's_quiver#Broken","price":0},"28830":{"id":28830,"name":"Dizana's max cape (broken)","members":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Dizana's max cape (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Dizana's_max_cape#Broken","price":0},"28831":{"id":28831,"name":"Immature tecu salamander","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Immature tecu salamander","wiki_url":"https://oldschool.runescape.wiki/w/Immature_tecu_salamander","price":171},"28834":{"id":28834,"name":"Tecu salamander","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Tecu salamander","wiki_url":"https://oldschool.runescape.wiki/w/Tecu_salamander","equipment":{"attack_stab":0,"attack_slash":77,"attack_crush":0,"attack_magic":0,"attack_ranged":87,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":91,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"salamander","stances":[{"combat_style":"scorch","attack_type":"slash","attack_style":null,"experience":"strength","boosts":null},{"combat_style":"flare","attack_type":"ranged","attack_style":null,"experience":"ranged","boosts":null},{"combat_style":"blaze","attack_type":"magic","attack_style":null,"experience":"magic","boosts":null}]},"price":831475},"28837":{"id":28837,"name":"Irit tar","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":11000,"wiki_name":"Irit tar","wiki_url":"https://oldschool.runescape.wiki/w/Irit_tar","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":60,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":null},"price":9},"28863":{"id":28863,"name":"Sunlight moth","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"28864":{"id":28864,"name":"Moonlight moth","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"28865":{"id":28865,"name":"Pyre fox","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"28866":{"id":28866,"name":"Embertailed jerboa","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"28867":{"id":28867,"name":"Sunlight antelope","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"28868":{"id":28868,"name":"Moonlight antelope","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"28869":{"id":28869,"name":"Hunters' sunlight crossbow","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1300,"lowalch":520,"highalch":780,"buy_limit":70,"wiki_name":"Hunters' sunlight crossbow","wiki_url":"https://oldschool.runescape.wiki/w/Hunters'_sunlight_crossbow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":79,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":2973},"28872":{"id":28872,"name":"Sunlight antler bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":31,"lowalch":12,"highalch":18,"buy_limit":11000,"wiki_name":"Sunlight antler bolts","wiki_url":"https://oldschool.runescape.wiki/w/Sunlight_antler_bolts","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":55,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":null},"price":91},"28878":{"id":28878,"name":"Moonlight antler bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":31,"lowalch":12,"highalch":18,"buy_limit":11000,"wiki_name":"Moonlight antler bolts","wiki_url":"https://oldschool.runescape.wiki/w/Moonlight_antler_bolts","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":60,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":null},"price":221},"28884":{"id":28884,"name":"Sunlight antler","incomplete":true,"members":true,"noteable":true,"cost":31,"lowalch":12,"highalch":18,"price":0},"28887":{"id":28887,"name":"Moonlight antler","members":true,"noteable":true,"cost":31,"lowalch":12,"highalch":18,"wiki_name":"Moonlight antler","wiki_url":"https://oldschool.runescape.wiki/w/Moonlight_antler","price":0},"28890":{"id":28890,"name":"Sunlight moth","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sunlight moth (item)","wiki_url":"https://oldschool.runescape.wiki/w/Sunlight_moth_(item)","price":474},"28893":{"id":28893,"name":"Moonlight moth","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":125,"wiki_name":"Moonlight moth (item)","wiki_url":"https://oldschool.runescape.wiki/w/Moonlight_moth_(item)","price":1086},"28896":{"id":28896,"name":"Rum","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Rum","wiki_url":"https://oldschool.runescape.wiki/w/Rum","price":5050},"28899":{"id":28899,"name":"Wyrmling bones","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":3000,"wiki_name":"Wyrmling bones","wiki_url":"https://oldschool.runescape.wiki/w/Wyrmling_bones","price":304},"28902":{"id":28902,"name":"Dizana's max cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Dizana's max cape (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Dizana's_max_cape#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":18,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":3,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"28904":{"id":28904,"name":"Dizana's max hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dizana's max hood","wiki_url":"https://oldschool.runescape.wiki/w/Dizana's_max_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"28906":{"id":28906,"name":"Dizana's max cape (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Dizana's max cape (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Dizana's_max_cape#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":18,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":3,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"28919":{"id":28919,"name":"Tonalztics of ralos (uncharged)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":150000,"lowalch":60000,"highalch":90000,"wiki_name":"Tonalztics of ralos (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Tonalztics_of_ralos#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":115,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":55,"magic_damage":0,"prayer":2,"slot":"weapon","requirements":null},"weapon":{"attack_speed":7,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":91779315},"28922":{"id":28922,"name":"Tonalztics of ralos","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":150000,"lowalch":60000,"highalch":90000,"wiki_name":"Tonalztics of ralos (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Tonalztics_of_ralos#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":115,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":55,"magic_damage":0,"prayer":2,"slot":"weapon","requirements":null},"weapon":{"attack_speed":7,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"28924":{"id":28924,"name":"Sunfire splinters","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":30000,"wiki_name":"Sunfire splinters","wiki_url":"https://oldschool.runescape.wiki/w/Sunfire_splinters","price":489},"28929":{"id":28929,"name":"Sunfire rune","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":18000,"wiki_name":"Sunfire rune","wiki_url":"https://oldschool.runescape.wiki/w/Sunfire_rune","price":113},"28931":{"id":28931,"name":"Searing page","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Searing page","wiki_url":"https://oldschool.runescape.wiki/w/Searing_page","price":14798},"28933":{"id":28933,"name":"Sunfire fanatic helm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Sunfire fanatic helm","wiki_url":"https://oldschool.runescape.wiki/w/Sunfire_fanatic_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"head","requirements":null},"price":1761000},"28936":{"id":28936,"name":"Sunfire fanatic cuirass","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20000,"lowalch":8000,"highalch":12000,"wiki_name":"Sunfire fanatic cuirass","wiki_url":"https://oldschool.runescape.wiki/w/Sunfire_fanatic_cuirass","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":82,"defence_slash":80,"defence_crush":72,"defence_magic":-6,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":10,"slot":"body","requirements":null},"price":7489178},"28939":{"id":28939,"name":"Sunfire fanatic chausses","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20000,"lowalch":8000,"highalch":12000,"wiki_name":"Sunfire fanatic chausses","wiki_url":"https://oldschool.runescape.wiki/w/Sunfire_fanatic_chausses","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-4,"attack_ranged":-11,"defence_stab":51,"defence_slash":49,"defence_crush":47,"defence_magic":-4,"defence_ranged":49,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":8,"slot":"legs","requirements":null},"price":10688820},"28942":{"id":28942,"name":"Echo crystal","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":8,"wiki_name":"Echo crystal","wiki_url":"https://oldschool.runescape.wiki/w/Echo_crystal","price":5451844},"28945":{"id":28945,"name":"Echo boots","members":true,"equipable":true,"equipable_by_player":true,"cost":305000,"lowalch":122000,"highalch":183000,"wiki_name":"Echo boots","wiki_url":"https://oldschool.runescape.wiki/w/Echo_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":32,"defence_slash":32,"defence_crush":32,"defence_magic":-3,"defence_ranged":24,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"feet","requirements":null},"price":0},"28947":{"id":28947,"name":"Dizana's quiver (uncharged)","members":true,"equipable":true,"equipable_by_player":true,"cost":80000,"lowalch":32000,"highalch":48000,"wiki_name":"Dizana's quiver (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Dizana's_quiver#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"28949":{"id":28949,"name":"Dizana's quiver (uncharged) (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":80000,"lowalch":32000,"highalch":48000,"wiki_name":"Dizana's quiver (Uncharged + Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Dizana's_quiver#Uncharged_+_Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"28951":{"id":28951,"name":"Dizana's quiver","members":true,"equipable":true,"equipable_by_player":true,"cost":80000,"lowalch":32000,"highalch":48000,"wiki_name":"Dizana's quiver (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Dizana's_quiver#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"28953":{"id":28953,"name":"Dizana's quiver (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":80000,"lowalch":32000,"highalch":48000,"wiki_name":"Dizana's quiver (Charged + Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Dizana's_quiver#Charged_+_Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"28955":{"id":28955,"name":"Blessed dizana's quiver","members":true,"equipable":true,"equipable_by_player":true,"cost":100000,"lowalch":40000,"highalch":60000,"wiki_name":"Blessed dizana's quiver (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_dizana's_quiver#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":18,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":3,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"28957":{"id":28957,"name":"Blessed dizana's quiver (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":100000,"lowalch":40000,"highalch":60000,"wiki_name":"Blessed dizana's quiver (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_dizana's_quiver#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":18,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":3,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"28958":{"id":28958,"name":"Scrawled poem","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Scrawled poem","wiki_url":"https://oldschool.runescape.wiki/w/Scrawled_poem","price":0},"28960":{"id":28960,"name":"Smol heredit","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Smol heredit","wiki_url":"https://oldschool.runescape.wiki/w/Smol_heredit","price":0},"28962":{"id":28962,"name":"Quetzin","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Quetzin","wiki_url":"https://oldschool.runescape.wiki/w/Quetzin","price":0},"28964":{"id":28964,"name":"Enchanted water talisman","members":true,"cost":30,"wiki_name":"Enchanted water talisman","wiki_url":"https://oldschool.runescape.wiki/w/Enchanted_water_talisman","price":0},"28965":{"id":28965,"name":"Enchanted earth talisman","members":true,"cost":30,"wiki_name":"Enchanted earth talisman","wiki_url":"https://oldschool.runescape.wiki/w/Enchanted_earth_talisman","price":0},"28966":{"id":28966,"name":"Infused water talisman","members":true,"cost":30,"wiki_name":"Infused water talisman","wiki_url":"https://oldschool.runescape.wiki/w/Infused_water_talisman","price":0},"28967":{"id":28967,"name":"Infused earth talisman","members":true,"cost":30,"wiki_name":"Infused earth talisman","wiki_url":"https://oldschool.runescape.wiki/w/Infused_earth_talisman","price":0},"28968":{"id":28968,"name":"Building supplies","members":true,"cost":30,"wiki_name":"Building supplies","wiki_url":"https://oldschool.runescape.wiki/w/Building_supplies","price":0},"28969":{"id":28969,"name":"Moss lizard tail","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Moss lizard tail","wiki_url":"https://oldschool.runescape.wiki/w/Moss_lizard_tail","price":0},"28970":{"id":28970,"name":"Bream scales","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Bream scales","wiki_url":"https://oldschool.runescape.wiki/w/Bream_scales","price":0},"28972":{"id":28972,"name":"Varlamore invitation","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Varlamore invitation","wiki_url":"https://oldschool.runescape.wiki/w/Varlamore_invitation","price":0},"28973":{"id":28973,"name":"Varlamore crest","members":true,"cost":30,"wiki_name":"Varlamore crest","wiki_url":"https://oldschool.runescape.wiki/w/Varlamore_crest","price":0},"28974":{"id":28974,"name":"Incriminating letter","members":true,"cost":30,"wiki_name":"Incriminating letter","wiki_url":"https://oldschool.runescape.wiki/w/Incriminating_letter","price":0},"28975":{"id":28975,"name":"Quetzal feed","members":true,"cost":30,"wiki_name":"Quetzal feed (Twilight's Promise)","wiki_url":"https://oldschool.runescape.wiki/w/Quetzal_feed_(Twilight's_Promise)","price":0},"28976":{"id":28976,"name":"Stolen amulet","members":true,"cost":30,"wiki_name":"Stolen amulet","wiki_url":"https://oldschool.runescape.wiki/w/Stolen_amulet","price":0},"28977":{"id":28977,"name":"Knight of varlamore","incomplete":true,"members":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"28978":{"id":28978,"name":"Smooth leaf","members":true,"cost":30,"wiki_name":"Smooth leaf","wiki_url":"https://oldschool.runescape.wiki/w/Smooth_leaf","price":0},"28979":{"id":28979,"name":"Sticky leaf","members":true,"cost":30,"wiki_name":"Sticky leaf","wiki_url":"https://oldschool.runescape.wiki/w/Sticky_leaf","price":0},"28980":{"id":28980,"name":"Makeshift poultice","members":true,"cost":30,"wiki_name":"Makeshift poultice","wiki_url":"https://oldschool.runescape.wiki/w/Makeshift_poultice","price":0},"28981":{"id":28981,"name":"Fur sample","members":true,"cost":30,"wiki_name":"Fur sample","wiki_url":"https://oldschool.runescape.wiki/w/Fur_sample","price":0},"28982":{"id":28982,"name":"Trimmed fur","members":true,"cost":30,"wiki_name":"Trimmed fur","wiki_url":"https://oldschool.runescape.wiki/w/Trimmed_fur","price":0},"28983":{"id":28983,"name":"Fox's report","members":true,"cost":30,"wiki_name":"Fox's report","wiki_url":"https://oldschool.runescape.wiki/w/Fox's_report","price":0},"28984":{"id":28984,"name":"Baby dragon bonemeal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Baby dragon bonemeal (Varlamore)","wiki_url":"https://oldschool.runescape.wiki/w/Baby_dragon_bonemeal_(Varlamore)","price":0},"28986":{"id":28986,"name":"Love letter","members":true,"cost":30,"wiki_name":"Love letter","wiki_url":"https://oldschool.runescape.wiki/w/Love_letter","price":0},"28987":{"id":28987,"name":"Plushy","members":true,"cost":30,"wiki_name":"Plushy","wiki_url":"https://oldschool.runescape.wiki/w/Plushy","price":0},"28988":{"id":28988,"name":"Blue moon spear","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100000,"lowalch":40000,"highalch":60000,"buy_limit":15,"wiki_name":"Blue moon spear","wiki_url":"https://oldschool.runescape.wiki/w/Blue_moon_spear","equipment":{"attack_stab":70,"attack_slash":62,"attack_crush":62,"attack_magic":30,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":15,"defence_ranged":0,"melee_strength":71,"ranged_strength":0,"magic_damage":5,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"bladed_staff","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":404952},"28991":{"id":28991,"name":"Atlatl dart","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":490,"lowalch":196,"highalch":294,"buy_limit":11000,"wiki_name":"Atlatl dart","wiki_url":"https://oldschool.runescape.wiki/w/Atlatl_dart","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":null},"price":69},"28997":{"id":28997,"name":"Dual macuahuitl","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":290010,"lowalch":116004,"highalch":174006,"buy_limit":15,"wiki_name":"Dual macuahuitl","wiki_url":"https://oldschool.runescape.wiki/w/Dual_macuahuitl","equipment":{"attack_stab":115,"attack_slash":-4,"attack_crush":121,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":81,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1693789},"29000":{"id":29000,"name":"Eclipse atlatl","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,"buy_limit":15,"wiki_name":"Eclipse atlatl","wiki_url":"https://oldschool.runescape.wiki/w/Eclipse_atlatl","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":87,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":40,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":2126906},"29004":{"id":29004,"name":"Eclipse moon chestplate","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":290010,"lowalch":116004,"highalch":174006,"buy_limit":15,"wiki_name":"Eclipse moon chestplate (New)","wiki_url":"https://oldschool.runescape.wiki/w/Eclipse_moon_chestplate#New","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":31,"defence_stab":15,"defence_slash":18,"defence_crush":57,"defence_magic":55,"defence_ranged":32,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":888553},"29007":{"id":29007,"name":"Eclipse moon tassets","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":289910,"lowalch":115964,"highalch":173946,"buy_limit":15,"wiki_name":"Eclipse moon tassets (New)","wiki_url":"https://oldschool.runescape.wiki/w/Eclipse_moon_tassets#New","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":17,"defence_stab":9,"defence_slash":13,"defence_crush":37,"defence_magic":31,"defence_ranged":17,"melee_strength":1,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":951033},"29010":{"id":29010,"name":"Eclipse moon helm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":103000,"lowalch":41200,"highalch":61800,"buy_limit":15,"wiki_name":"Eclipse moon helm (New)","wiki_url":"https://oldschool.runescape.wiki/w/Eclipse_moon_helm#New","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":8,"defence_stab":2,"defence_slash":3,"defence_crush":14,"defence_magic":10,"defence_ranged":4,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":843207},"29013":{"id":29013,"name":"Blue moon chestplate","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":290010,"lowalch":116004,"highalch":174006,"buy_limit":15,"wiki_name":"Blue moon chestplate (New)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_moon_chestplate#New","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":30,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":51,"defence_magic":28,"defence_ranged":0,"melee_strength":2,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"body","requirements":null},"price":1736763},"29016":{"id":29016,"name":"Blue moon tassets","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":289910,"lowalch":115964,"highalch":173946,"buy_limit":15,"wiki_name":"Blue moon tassets (New)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_moon_tassets#New","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":22,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":23,"defence_magic":32,"defence_ranged":0,"melee_strength":1,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"legs","requirements":null},"price":2219975},"29019":{"id":29019,"name":"Blue moon helm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":103000,"lowalch":41200,"highalch":61800,"buy_limit":15,"wiki_name":"Blue moon helm (New)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_moon_helm#New","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":6,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":10,"defence_magic":6,"defence_ranged":0,"melee_strength":3,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"head","requirements":null},"price":693128},"29022":{"id":29022,"name":"Blood moon chestplate","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":290010,"lowalch":116004,"highalch":174006,"buy_limit":15,"wiki_name":"Blood moon chestplate (New)","wiki_url":"https://oldschool.runescape.wiki/w/Blood_moon_chestplate#New","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":-10,"defence_stab":60,"defence_slash":80,"defence_crush":80,"defence_magic":40,"defence_ranged":79,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":1414261},"29025":{"id":29025,"name":"Blood moon tassets","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":289910,"lowalch":115964,"highalch":173946,"buy_limit":15,"wiki_name":"Blood moon tassets (New)","wiki_url":"https://oldschool.runescape.wiki/w/Blood_moon_tassets#New","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-7,"defence_stab":30,"defence_slash":50,"defence_crush":49,"defence_magic":32,"defence_ranged":46,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":3626898},"29028":{"id":29028,"name":"Blood moon helm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":103000,"lowalch":41200,"highalch":61800,"buy_limit":15,"wiki_name":"Blood moon helm (New)","wiki_url":"https://oldschool.runescape.wiki/w/Blood_moon_helm#New","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":20,"defence_slash":31,"defence_crush":34,"defence_magic":7,"defence_ranged":29,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":650937},"29031":{"id":29031,"name":"Eclipse moon chestplate","members":true,"equipable":true,"equipable_by_player":true,"cost":290010,"lowalch":116004,"highalch":174006,"wiki_name":"Eclipse moon chestplate (Used)","wiki_url":"https://oldschool.runescape.wiki/w/Eclipse_moon_chestplate#Used","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":31,"defence_stab":15,"defence_slash":18,"defence_crush":57,"defence_magic":55,"defence_ranged":32,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"29033":{"id":29033,"name":"Eclipse moon tassets","members":true,"equipable":true,"equipable_by_player":true,"cost":289910,"lowalch":115964,"highalch":173946,"wiki_name":"Eclipse moon tassets (Used)","wiki_url":"https://oldschool.runescape.wiki/w/Eclipse_moon_tassets#Used","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":17,"defence_stab":9,"defence_slash":13,"defence_crush":37,"defence_magic":31,"defence_ranged":17,"melee_strength":1,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"29035":{"id":29035,"name":"Eclipse moon helm","members":true,"equipable":true,"equipable_by_player":true,"cost":103000,"lowalch":41200,"highalch":61800,"wiki_name":"Eclipse moon helm (Used)","wiki_url":"https://oldschool.runescape.wiki/w/Eclipse_moon_helm#Used","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":8,"defence_stab":2,"defence_slash":3,"defence_crush":14,"defence_magic":10,"defence_ranged":4,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"29037":{"id":29037,"name":"Blue moon chestplate","members":true,"equipable":true,"equipable_by_player":true,"cost":290010,"lowalch":116004,"highalch":174006,"wiki_name":"Blue moon chestplate (Used)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_moon_chestplate#Used","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":30,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":51,"defence_magic":28,"defence_ranged":0,"melee_strength":2,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"body","requirements":null},"price":0},"29039":{"id":29039,"name":"Blue moon tassets","members":true,"equipable":true,"equipable_by_player":true,"cost":289910,"lowalch":115964,"highalch":173946,"wiki_name":"Blue moon tassets (Used)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_moon_tassets#Used","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":22,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":23,"defence_magic":32,"defence_ranged":0,"melee_strength":1,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"legs","requirements":null},"price":0},"29041":{"id":29041,"name":"Blue moon helm","members":true,"equipable":true,"equipable_by_player":true,"cost":103000,"lowalch":41200,"highalch":61800,"wiki_name":"Blue moon helm (Used)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_moon_helm#Used","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":6,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":10,"defence_magic":6,"defence_ranged":0,"melee_strength":3,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"head","requirements":null},"price":0},"29043":{"id":29043,"name":"Blood moon chestplate","members":true,"equipable":true,"equipable_by_player":true,"cost":290010,"lowalch":116004,"highalch":174006,"wiki_name":"Blood moon chestplate (Used)","wiki_url":"https://oldschool.runescape.wiki/w/Blood_moon_chestplate#Used","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":-10,"defence_stab":60,"defence_slash":80,"defence_crush":80,"defence_magic":40,"defence_ranged":79,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"29045":{"id":29045,"name":"Blood moon tassets","members":true,"equipable":true,"equipable_by_player":true,"cost":289910,"lowalch":115964,"highalch":173946,"wiki_name":"Blood moon tassets (Used)","wiki_url":"https://oldschool.runescape.wiki/w/Blood_moon_tassets#Used","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-7,"defence_stab":30,"defence_slash":50,"defence_crush":49,"defence_magic":32,"defence_ranged":46,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"29047":{"id":29047,"name":"Blood moon helm","members":true,"equipable":true,"equipable_by_player":true,"cost":103000,"lowalch":41200,"highalch":61800,"wiki_name":"Blood moon helm (Used)","wiki_url":"https://oldschool.runescape.wiki/w/Blood_moon_helm#Used","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":20,"defence_slash":31,"defence_crush":34,"defence_magic":7,"defence_ranged":29,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"29049":{"id":29049,"name":"Eclipse moon chestplate (broken)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":290010,"lowalch":116004,"highalch":174006,"buy_limit":15,"wiki_name":"Eclipse moon chestplate (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Eclipse_moon_chestplate#Broken","price":242148},"29052":{"id":29052,"name":"Eclipse moon tassets (broken)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":289910,"lowalch":115964,"highalch":173946,"buy_limit":15,"wiki_name":"Eclipse moon tassets (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Eclipse_moon_tassets#Broken","price":204027},"29055":{"id":29055,"name":"Eclipse moon helm (broken)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":103000,"lowalch":41200,"highalch":61800,"buy_limit":15,"wiki_name":"Eclipse moon helm (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Eclipse_moon_helm#Broken","price":105205},"29058":{"id":29058,"name":"Blue moon chestplate (broken)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":290010,"lowalch":116004,"highalch":174006,"buy_limit":15,"wiki_name":"Blue moon chestplate (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_moon_chestplate#Broken","price":898606},"29061":{"id":29061,"name":"Blue moon tassets (broken)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":289910,"lowalch":115964,"highalch":173946,"buy_limit":15,"wiki_name":"Blue moon tassets (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_moon_tassets#Broken","price":1568456},"29064":{"id":29064,"name":"Blue moon helm (broken)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":103000,"lowalch":41200,"highalch":61800,"buy_limit":15,"wiki_name":"Blue moon helm (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_moon_helm#Broken","price":195000},"29067":{"id":29067,"name":"Blood moon chestplate (broken)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":290010,"lowalch":116004,"highalch":174006,"buy_limit":15,"wiki_name":"Blood moon chestplate (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Blood_moon_chestplate#Broken","price":925750},"29070":{"id":29070,"name":"Blood moon tassets (broken)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":289910,"lowalch":115964,"highalch":173946,"buy_limit":15,"wiki_name":"Blood moon tassets (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Blood_moon_tassets#Broken","price":2997796},"29073":{"id":29073,"name":"Blood moon helm (broken)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":103000,"lowalch":41200,"highalch":61800,"wiki_name":"Blood moon helm (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Blood_moon_helm#Broken","price":178968},"29076":{"id":29076,"name":"Raw moss lizard","members":true,"cost":20,"wiki_name":"Raw moss lizard","wiki_url":"https://oldschool.runescape.wiki/w/Raw_moss_lizard","price":0,"lowalch":8,"highalch":12},"29077":{"id":29077,"name":"Cooked moss lizard","members":true,"cost":50,"wiki_name":"Cooked moss lizard","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_moss_lizard","price":0,"lowalch":20,"highalch":30},"29078":{"id":29078,"name":"Moonlight grub","members":true,"cost":50,"wiki_name":"Moonlight grub","wiki_url":"https://oldschool.runescape.wiki/w/Moonlight_grub","price":0,"lowalch":20,"highalch":30},"29079":{"id":29079,"name":"Moonlight grub paste","members":true,"cost":50,"wiki_name":"Moonlight grub paste","wiki_url":"https://oldschool.runescape.wiki/w/Moonlight_grub_paste","price":0,"lowalch":20,"highalch":30},"29080":{"id":29080,"name":"Moonlight potion(4)","members":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Moonlight potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Moonlight_potion#4_dose","price":0},"29081":{"id":29081,"name":"Moonlight potion(3)","members":true,"cost":750,"lowalch":300,"highalch":450,"wiki_name":"Moonlight potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Moonlight_potion#3_dose","price":0},"29082":{"id":29082,"name":"Moonlight potion(2)","members":true,"cost":500,"lowalch":200,"highalch":300,"wiki_name":"Moonlight potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Moonlight_potion#2_dose","price":0},"29083":{"id":29083,"name":"Moonlight potion(1)","members":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Moonlight potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Moonlight_potion#1_dose","price":0},"29084":{"id":29084,"name":"Sulphur blades","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":30000,"lowalch":12000,"highalch":18000,"buy_limit":15,"wiki_name":"Sulphur blades","wiki_url":"https://oldschool.runescape.wiki/w/Sulphur_blades","equipment":{"attack_stab":11,"attack_slash":72,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":64,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":30000},"29087":{"id":29087,"name":"Sulphurous essence","members":true,"stackable":true,"cost":10,"wiki_name":"Sulphurous essence","wiki_url":"https://oldschool.runescape.wiki/w/Sulphurous_essence","price":0,"lowalch":4,"highalch":6},"29088":{"id":29088,"name":"Calcified deposit","members":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Calcified deposit","wiki_url":"https://oldschool.runescape.wiki/w/Calcified_deposit","price":0},"29090":{"id":29090,"name":"Calcified moth","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":10000,"buy_limit":100,"wiki_name":"Calcified moth","wiki_url":"https://oldschool.runescape.wiki/w/Calcified_moth","price":5075,"lowalch":4000,"highalch":6000},"29098":{"id":29098,"name":"Not meat","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Not meat","wiki_url":"https://oldschool.runescape.wiki/w/Not_meat","price":176},"29101":{"id":29101,"name":"Raw barb-tailed kebbit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Raw barb-tailed kebbit","wiki_url":"https://oldschool.runescape.wiki/w/Raw_barb-tailed_kebbit","price":205},"29104":{"id":29104,"name":"Raw wild kebbit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Raw wild kebbit","wiki_url":"https://oldschool.runescape.wiki/w/Raw_wild_kebbit","price":1026},"29107":{"id":29107,"name":"Raw dashing kebbit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Raw dashing kebbit","wiki_url":"https://oldschool.runescape.wiki/w/Raw_dashing_kebbit","price":830},"29110":{"id":29110,"name":"Raw pyre fox","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Raw pyre fox","wiki_url":"https://oldschool.runescape.wiki/w/Raw_pyre_fox","price":255},"29113":{"id":29113,"name":"Raw moonlight antelope","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Raw moonlight antelope","wiki_url":"https://oldschool.runescape.wiki/w/Raw_moonlight_antelope","price":2384},"29116":{"id":29116,"name":"Raw sunlight antelope","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Raw sunlight antelope","wiki_url":"https://oldschool.runescape.wiki/w/Raw_sunlight_antelope","price":522},"29119":{"id":29119,"name":"Raw graahk","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Raw graahk","wiki_url":"https://oldschool.runescape.wiki/w/Raw_graahk","price":270},"29122":{"id":29122,"name":"Raw larupia","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Raw larupia","wiki_url":"https://oldschool.runescape.wiki/w/Raw_larupia","price":371},"29125":{"id":29125,"name":"Raw kyatt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Raw kyatt","wiki_url":"https://oldschool.runescape.wiki/w/Raw_kyatt","price":129},"29128":{"id":29128,"name":"Cooked wild kebbit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Cooked wild kebbit","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_wild_kebbit","price":65},"29131":{"id":29131,"name":"Cooked barb-tailed kebbit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Cooked barb-tailed kebbit","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_barb-tailed_kebbit","price":240},"29134":{"id":29134,"name":"Cooked dashing kebbit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Cooked dashing kebbit","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_dashing_kebbit","price":1328},"29137":{"id":29137,"name":"Cooked pyre fox","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Cooked pyre fox","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_pyre_fox","price":500},"29140":{"id":29140,"name":"Cooked sunlight antelope","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Cooked sunlight antelope","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_sunlight_antelope","price":846},"29143":{"id":29143,"name":"Cooked moonlight antelope","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":6000,"wiki_name":"Cooked moonlight antelope","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_moonlight_antelope","price":2974},"29146":{"id":29146,"name":"Cooked larupia","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Cooked larupia","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_larupia","price":330},"29149":{"id":29149,"name":"Cooked graahk","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Cooked graahk","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_graahk","price":105},"29152":{"id":29152,"name":"Cooked kyatt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Cooked kyatt","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_kyatt","price":274},"29155":{"id":29155,"name":"Burnt kebbit","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt kebbit","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_kebbit","price":0},"29157":{"id":29157,"name":"Burnt large beast","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt large beast","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_large_beast","price":0},"29159":{"id":29159,"name":"Burnt antelope","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt antelope","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_antelope","price":0},"29161":{"id":29161,"name":"Burnt fox meat","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt fox meat","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_fox_meat","price":0},"29163":{"id":29163,"name":"Fox fur","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Fox fur","wiki_url":"https://oldschool.runescape.wiki/w/Fox_fur","price":358},"29166":{"id":29166,"name":"Jerboa tail","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Jerboa tail","wiki_url":"https://oldschool.runescape.wiki/w/Jerboa_tail","price":121},"29168":{"id":29168,"name":"Sunlight antelope antler","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sunlight antelope antler","wiki_url":"https://oldschool.runescape.wiki/w/Sunlight_antelope_antler","price":628},"29171":{"id":29171,"name":"Moonlight antelope antler","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Moonlight antelope antler","wiki_url":"https://oldschool.runescape.wiki/w/Moonlight_antelope_antler","price":2136},"29174":{"id":29174,"name":"Moonlight antelope fur","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":18000,"wiki_name":"Moonlight antelope fur","wiki_url":"https://oldschool.runescape.wiki/w/Moonlight_antelope_fur","price":803},"29177":{"id":29177,"name":"Sunlight antelope fur","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Sunlight antelope fur","wiki_url":"https://oldschool.runescape.wiki/w/Sunlight_antelope_fur","price":110},"29180":{"id":29180,"name":"Sapphire glacialis mix (2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Sapphire glacialis mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Sapphire_glacialis_mix#2_dose","price":800},"29183":{"id":29183,"name":"Snowy knight mix (2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Snowy knight mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Snowy_knight_mix#2_dose","price":3000},"29186":{"id":29186,"name":"Ruby harvest mix (2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":18,"lowalch":7,"highalch":10,"wiki_name":"Ruby harvest mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Ruby_harvest_mix#2_dose","price":718},"29189":{"id":29189,"name":"Black warlock mix (2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":70,"lowalch":28,"highalch":42,"wiki_name":"Black warlock mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Black_warlock_mix#2_dose","price":785},"29192":{"id":29192,"name":"Sunlight moth mix (2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Sunlight moth mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Sunlight_moth_mix#2_dose","price":1916},"29195":{"id":29195,"name":"Moonlight moth mix (2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":125,"wiki_name":"Moonlight moth mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Moonlight_moth_mix#2_dose","price":2312},"29198":{"id":29198,"name":"Sapphire glacialis mix (1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Sapphire glacialis mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Sapphire_glacialis_mix#1_dose","price":700},"29201":{"id":29201,"name":"Snowy knight mix (1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Snowy knight mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Snowy_knight_mix#1_dose","price":95},"29204":{"id":29204,"name":"Ruby harvest mix (1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":18,"lowalch":7,"highalch":10,"wiki_name":"Ruby harvest mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Ruby_harvest_mix#1_dose","price":0},"29207":{"id":29207,"name":"Black warlock mix (1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":70,"lowalch":28,"highalch":42,"wiki_name":"Black warlock mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Black_warlock_mix#1_dose","price":0},"29210":{"id":29210,"name":"Sunlight moth mix (1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Sunlight moth mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Sunlight_moth_mix#1_dose","price":754},"29213":{"id":29213,"name":"Moonlight moth mix (1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Moonlight moth mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Moonlight_moth_mix#1_dose","price":1336},"29216":{"id":29216,"name":"Raw bream","members":true,"cost":1,"wiki_name":"Raw bream","wiki_url":"https://oldschool.runescape.wiki/w/Raw_bream","price":0,"lowalch":0,"highalch":0},"29217":{"id":29217,"name":"Cooked bream","members":true,"cost":1,"wiki_name":"Cooked bream","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_bream","price":0,"lowalch":0,"highalch":0},"29218":{"id":29218,"name":"Jaguar fur","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80,"lowalch":32,"highalch":48,"wiki_name":"Jaguar fur","wiki_url":"https://oldschool.runescape.wiki/w/Jaguar_fur","price":2804},"29221":{"id":29221,"name":"Chinchompa tuft","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Chinchompa tuft","wiki_url":"https://oldschool.runescape.wiki/w/Chinchompa_tuft","price":0},"29222":{"id":29222,"name":"Tailfeathers","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Tailfeathers","wiki_url":"https://oldschool.runescape.wiki/w/Tailfeathers","price":0},"29223":{"id":29223,"name":"Kebbity tuft","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Kebbity tuft","wiki_url":"https://oldschool.runescape.wiki/w/Kebbity_tuft","price":0},"29224":{"id":29224,"name":"Blue butterfly wing","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Blue butterfly wing","wiki_url":"https://oldschool.runescape.wiki/w/Blue_butterfly_wing","price":0},"29225":{"id":29225,"name":"Swamp lizard claw","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Swamp lizard claw","wiki_url":"https://oldschool.runescape.wiki/w/Swamp_lizard_claw","price":0},"29226":{"id":29226,"name":"Larupia ear","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Larupia ear","wiki_url":"https://oldschool.runescape.wiki/w/Larupia_ear","price":0},"29227":{"id":29227,"name":"White butterfly wing","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"White butterfly wing","wiki_url":"https://oldschool.runescape.wiki/w/White_butterfly_wing","price":0},"29228":{"id":29228,"name":"Large jerboa tail","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Large jerboa tail","wiki_url":"https://oldschool.runescape.wiki/w/Large_jerboa_tail","price":0},"29229":{"id":29229,"name":"Graahk horn spur","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Graahk horn spur","wiki_url":"https://oldschool.runescape.wiki/w/Graahk_horn_spur","price":0},"29230":{"id":29230,"name":"Black butterfly wing","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Black butterfly wing","wiki_url":"https://oldschool.runescape.wiki/w/Black_butterfly_wing","price":0},"29231":{"id":29231,"name":"Orange salamander claw","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Orange salamander claw","wiki_url":"https://oldschool.runescape.wiki/w/Orange_salamander_claw","price":0},"29232":{"id":29232,"name":"Kyatt tooth chip","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Kyatt tooth chip","wiki_url":"https://oldschool.runescape.wiki/w/Kyatt_tooth_chip","price":0},"29233":{"id":29233,"name":"Fox fluff","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Fox fluff","wiki_url":"https://oldschool.runescape.wiki/w/Fox_fluff","price":0},"29234":{"id":29234,"name":"Red salamander claw","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Red salamander claw","wiki_url":"https://oldschool.runescape.wiki/w/Red_salamander_claw","price":0},"29235":{"id":29235,"name":"Red chinchompa tuft","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Red chinchompa tuft","wiki_url":"https://oldschool.runescape.wiki/w/Red_chinchompa_tuft","price":0},"29236":{"id":29236,"name":"Antelope hoof shard","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Antelope hoof shard (sunlight)","wiki_url":"https://oldschool.runescape.wiki/w/Antelope_hoof_shard_(sunlight)","price":0},"29237":{"id":29237,"name":"Sunlight moth wing","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Sunlight moth wing","wiki_url":"https://oldschool.runescape.wiki/w/Sunlight_moth_wing","price":0},"29238":{"id":29238,"name":"Salamander claw","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Salamander claw","wiki_url":"https://oldschool.runescape.wiki/w/Salamander_claw","price":0},"29239":{"id":29239,"name":"Herby tuft","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Herby tuft","wiki_url":"https://oldschool.runescape.wiki/w/Herby_tuft","price":0},"29240":{"id":29240,"name":"Moonlight moth wing","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Moonlight moth wing","wiki_url":"https://oldschool.runescape.wiki/w/Moonlight_moth_wing","price":0},"29241":{"id":29241,"name":"Antelope hoof shard","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Antelope hoof shard (moonlight)","wiki_url":"https://oldschool.runescape.wiki/w/Antelope_hoof_shard_(moonlight)","price":0},"29242":{"id":29242,"name":"Hunters' loot sack (basic)","members":true,"stackable":true,"cost":1,"wiki_name":"Hunters' loot sack (basic)","wiki_url":"https://oldschool.runescape.wiki/w/Hunters'_loot_sack_(basic)","price":0,"lowalch":0,"highalch":0},"29244":{"id":29244,"name":"Hunters' loot sack (adept)","members":true,"stackable":true,"cost":1,"wiki_name":"Hunters' loot sack (tier 1)","wiki_url":"https://oldschool.runescape.wiki/w/Hunters'_loot_sack_(tier_1)","price":0,"lowalch":0,"highalch":0},"29246":{"id":29246,"name":"Hunters' loot sack (expert)","members":true,"stackable":true,"cost":1,"wiki_name":"Hunters' loot sack (tier 2)","wiki_url":"https://oldschool.runescape.wiki/w/Hunters'_loot_sack_(tier_2)","price":0,"lowalch":0,"highalch":0},"29248":{"id":29248,"name":"Hunters' loot sack (master)","members":true,"stackable":true,"cost":1,"wiki_name":"Hunters' loot sack (tier 3)","wiki_url":"https://oldschool.runescape.wiki/w/Hunters'_loot_sack_(tier_3)","price":0},"29250":{"id":29250,"name":"Hunters' loot sack","incomplete":true,"members":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"29251":{"id":29251,"name":"Basic quetzal whistle blueprint","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Basic quetzal whistle blueprint","wiki_url":"https://oldschool.runescape.wiki/w/Basic_quetzal_whistle_blueprint","price":0},"29253":{"id":29253,"name":"Enhanced quetzal whistle blueprint","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Enhanced quetzal whistle blueprint","wiki_url":"https://oldschool.runescape.wiki/w/Enhanced_quetzal_whistle_blueprint","price":5842},"29256":{"id":29256,"name":"Perfected quetzal whistle blueprint","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":7500,"lowalch":3000,"highalch":4500,"wiki_name":"Perfected quetzal whistle blueprint","wiki_url":"https://oldschool.runescape.wiki/w/Perfected_quetzal_whistle_blueprint","price":6755},"29259":{"id":29259,"name":"Torn enhanced quetzal whistle blueprint","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Torn enhanced quetzal whistle blueprint","wiki_url":"https://oldschool.runescape.wiki/w/Torn_enhanced_quetzal_whistle_blueprint","price":0},"29261":{"id":29261,"name":"Torn perfected quetzal whistle blueprint","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Torn perfected quetzal whistle blueprint","wiki_url":"https://oldschool.runescape.wiki/w/Torn_perfected_quetzal_whistle_blueprint","price":0},"29263":{"id":29263,"name":"Guild hunter headwear","members":true,"equipable":true,"equipable_by_player":true,"cost":500,"wiki_name":"Guild hunter headwear","wiki_url":"https://oldschool.runescape.wiki/w/Guild_hunter_headwear","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0,"lowalch":200,"highalch":300},"29265":{"id":29265,"name":"Guild hunter top","members":true,"equipable":true,"equipable_by_player":true,"cost":800,"wiki_name":"Guild hunter top","wiki_url":"https://oldschool.runescape.wiki/w/Guild_hunter_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0,"lowalch":320,"highalch":480},"29267":{"id":29267,"name":"Guild hunter legs","members":true,"equipable":true,"equipable_by_player":true,"cost":700,"wiki_name":"Guild hunter legs","wiki_url":"https://oldschool.runescape.wiki/w/Guild_hunter_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0,"lowalch":280,"highalch":420},"29269":{"id":29269,"name":"Guild hunter boots","members":true,"equipable":true,"equipable_by_player":true,"cost":200,"wiki_name":"Guild hunter boots","wiki_url":"https://oldschool.runescape.wiki/w/Guild_hunter_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0,"lowalch":80,"highalch":120},"29271":{"id":29271,"name":"Basic quetzal whistle","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Basic quetzal whistle","wiki_url":"https://oldschool.runescape.wiki/w/Basic_quetzal_whistle","price":0},"29273":{"id":29273,"name":"Enhanced quetzal whistle","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Enhanced quetzal whistle","wiki_url":"https://oldschool.runescape.wiki/w/Enhanced_quetzal_whistle","price":0},"29275":{"id":29275,"name":"Perfected quetzal whistle","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Perfected quetzal whistle","wiki_url":"https://oldschool.runescape.wiki/w/Perfected_quetzal_whistle","price":0},"29277":{"id":29277,"name":"Trapper's tipple","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Trapper's tipple","wiki_url":"https://oldschool.runescape.wiki/w/Trapper's_tipple","price":190},"29280":{"id":29280,"name":"Mixed hide top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":4000,"lowalch":1600,"highalch":2400,"wiki_name":"Mixed hide top","wiki_url":"https://oldschool.runescape.wiki/w/Mixed_hide_top","equipment":{"attack_stab":4,"attack_slash":-2,"attack_crush":-3,"attack_magic":-15,"attack_ranged":27,"defence_stab":33,"defence_slash":39,"defence_crush":43,"defence_magic":30,"defence_ranged":32,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":15860},"29283":{"id":29283,"name":"Mixed hide legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":4000,"lowalch":1600,"highalch":2400,"wiki_name":"Mixed hide legs","wiki_url":"https://oldschool.runescape.wiki/w/Mixed_hide_legs","equipment":{"attack_stab":3,"attack_slash":-1,"attack_crush":-2,"attack_magic":-10,"attack_ranged":14,"defence_stab":20,"defence_slash":23,"defence_crush":22,"defence_magic":16,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":15252},"29286":{"id":29286,"name":"Mixed hide boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":4000,"lowalch":1600,"highalch":2400,"wiki_name":"Mixed hide boots","wiki_url":"https://oldschool.runescape.wiki/w/Mixed_hide_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":5,"defence_stab":4,"defence_slash":5,"defence_crush":6,"defence_magic":3,"defence_ranged":3,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":15650},"29289":{"id":29289,"name":"Mixed hide cape","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":4000,"lowalch":1600,"highalch":2400,"wiki_name":"Mixed hide cape","wiki_url":"https://oldschool.runescape.wiki/w/Mixed_hide_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":5,"defence_stab":2,"defence_slash":2,"defence_crush":2,"defence_magic":5,"defence_ranged":1,"melee_strength":1,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":17034},"29292":{"id":29292,"name":"Mixed hide base","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":9000,"lowalch":3600,"highalch":5400,"wiki_name":"Mixed hide base","wiki_url":"https://oldschool.runescape.wiki/w/Mixed_hide_base","price":14367},"29295":{"id":29295,"name":"Small meat pouch","members":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Small meat pouch","wiki_url":"https://oldschool.runescape.wiki/w/Small_meat_pouch","price":0},"29297":{"id":29297,"name":"Large meat pouch","members":true,"cost":7500,"lowalch":3000,"highalch":4500,"wiki_name":"Large meat pouch","wiki_url":"https://oldschool.runescape.wiki/w/Large_meat_pouch","price":0},"29299":{"id":29299,"name":"Small fur pouch","members":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Small fur pouch","wiki_url":"https://oldschool.runescape.wiki/w/Small_fur_pouch","price":0},"29301":{"id":29301,"name":"Medium fur pouch","members":true,"cost":4500,"lowalch":1800,"highalch":2700,"wiki_name":"Medium fur pouch","wiki_url":"https://oldschool.runescape.wiki/w/Medium_fur_pouch","price":0},"29303":{"id":29303,"name":"Large fur pouch","members":true,"cost":7500,"lowalch":3000,"highalch":4500,"wiki_name":"Large fur pouch","wiki_url":"https://oldschool.runescape.wiki/w/Large_fur_pouch","price":0},"29305":{"id":29305,"name":"Hunter's spear","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":350,"lowalch":140,"highalch":210,"wiki_name":"Hunter's spear","wiki_url":"https://oldschool.runescape.wiki/w/Hunter's_spear","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":73,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":48,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"weapon","requirements":null},"weapon":{"attack_speed":6,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":274},"29307":{"id":29307,"name":"Quetzal feed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":100,"wiki_name":"Quetzal feed","wiki_url":"https://oldschool.runescape.wiki/w/Quetzal_feed","price":2528},"29309":{"id":29309,"name":"Huntsman's kit","members":true,"cost":850,"wiki_name":"Huntsman's kit","wiki_url":"https://oldschool.runescape.wiki/w/Huntsman's_kit","price":0,"lowalch":340,"highalch":510},"29311":{"id":29311,"name":"Hunter spear tips","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":6,"lowalch":2,"highalch":3,"buy_limit":10000,"wiki_name":"Hunter spear tips","wiki_url":"https://oldschool.runescape.wiki/w/Hunter_spear_tips","price":5},"29317":{"id":29317,"name":"Tattered request note","members":true,"cost":6,"lowalch":2,"highalch":3,"wiki_name":"Tattered request note","wiki_url":"https://oldschool.runescape.wiki/w/Tattered_request_note","price":0},"29319":{"id":29319,"name":"Guild history excerpt","members":true,"cost":6,"lowalch":2,"highalch":3,"wiki_name":"Guild history excerpt","wiki_url":"https://oldschool.runescape.wiki/w/Guild_history_excerpt","price":0},"29321":{"id":29321,"name":"Apatura's note","members":true,"cost":6,"lowalch":2,"highalch":3,"wiki_name":"Apatura's note","wiki_url":"https://oldschool.runescape.wiki/w/Apatura's_note","price":0},"29323":{"id":29323,"name":"Apatura's key","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Apatura's key","wiki_url":"https://oldschool.runescape.wiki/w/Apatura's_key","price":0},"29325":{"id":29325,"name":"House keys","members":true,"stackable":true,"cost":500,"wiki_name":"House keys","wiki_url":"https://oldschool.runescape.wiki/w/House_keys","price":0,"lowalch":200,"highalch":300},"29332":{"id":29332,"name":"Valuables","members":true,"stackable":true,"cost":45,"wiki_name":"Valuables","wiki_url":"https://oldschool.runescape.wiki/w/Valuables","price":0,"lowalch":18,"highalch":27},"29338":{"id":29338,"name":"Blessed bone statuette","members":true,"cost":2000,"lowalch":800,"highalch":1200,"wiki_name":"Blessed bone statuette (1)","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_bone_statuette#1","price":0},"29340":{"id":29340,"name":"Blessed bone statuette","members":true,"cost":2000,"lowalch":800,"highalch":1200,"wiki_name":"Blessed bone statuette (2)","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_bone_statuette#2","price":0},"29342":{"id":29342,"name":"Blessed bone statuette","members":true,"cost":2000,"lowalch":800,"highalch":1200,"wiki_name":"Blessed bone statuette (3)","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_bone_statuette#3","price":0},"29344":{"id":29344,"name":"Blessed bones","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blessed bones","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_bones","price":0},"29346":{"id":29346,"name":"Blessed bat bones","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blessd bat bones","wiki_url":"https://oldschool.runescape.wiki/w/Blessd_bat_bones","price":0},"29348":{"id":29348,"name":"Blessed big bones","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blessed big bones","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_big_bones","price":0},"29350":{"id":29350,"name":"Blessed zogre bones","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blessed zogre bones","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_zogre_bones","price":0},"29352":{"id":29352,"name":"Blessed babydragon bones","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blessed babydragon bones","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_babydragon_bones","price":0},"29354":{"id":29354,"name":"Blessed babywyrm bones","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blessed babywyrm bones","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_babywyrm_bones","price":0},"29356":{"id":29356,"name":"Blessed dragon bones","members":true,"cost":160,"lowalch":64,"highalch":96,"wiki_name":"Blessed dragon bones","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_dragon_bones","price":0},"29358":{"id":29358,"name":"Blessed lava dragon bones","members":true,"cost":150,"lowalch":60,"highalch":90,"wiki_name":"Blessed lava dragon bones","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_lava_dragon_bones","price":0},"29360":{"id":29360,"name":"Blessed wyvern bones","members":true,"cost":160,"lowalch":64,"highalch":96,"wiki_name":"Blessed wyvern bones","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_wyvern_bones","price":0},"29362":{"id":29362,"name":"Blessed superior dragon bones","members":true,"cost":160,"lowalch":64,"highalch":96,"wiki_name":"Blessed superior dragon bones","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_superior_dragon_bones","price":0},"29364":{"id":29364,"name":"Blessed wyrm bones","members":true,"cost":160,"lowalch":64,"highalch":96,"wiki_name":"Blessed wyrm bones","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_wyrm_bones","price":0},"29366":{"id":29366,"name":"Blessed drake bones","members":true,"cost":160,"lowalch":64,"highalch":96,"wiki_name":"Blessed drake bones","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_drake_bones","price":0},"29368":{"id":29368,"name":"Blessed hydra bones","members":true,"cost":160,"lowalch":64,"highalch":96,"wiki_name":"Blessed hydra bones","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_hydra_bones","price":0},"29370":{"id":29370,"name":"Blessed fayrg bones","members":true,"cost":160,"lowalch":64,"highalch":96,"wiki_name":"Blessed fayrg bones","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_fayrg_bones","price":0},"29372":{"id":29372,"name":"Blessed raurg bones","members":true,"cost":160,"lowalch":64,"highalch":96,"wiki_name":"Blessed raurg bones","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_raurg_bones","price":0},"29374":{"id":29374,"name":"Blessed ourg bones","members":true,"cost":160,"lowalch":64,"highalch":96,"wiki_name":"Blessed ourg bones","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_ourg_bones","price":0},"29376":{"id":29376,"name":"Dagannoth bones","members":true,"cost":150,"lowalch":60,"highalch":90,"wiki_name":"Dagannoth bones (blessed)","wiki_url":"https://oldschool.runescape.wiki/w/Dagannoth_bones_(blessed)","price":0},"29378":{"id":29378,"name":"Sun-kissed bones","members":true,"noteable":true,"cost":160,"lowalch":64,"highalch":96,"wiki_name":"Sun-kissed bones","wiki_url":"https://oldschool.runescape.wiki/w/Sun-kissed_bones","price":0},"29381":{"id":29381,"name":"Blessed bone shards","members":true,"stackable":true,"cost":18,"wiki_name":"Blessed bone shards","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_bone_shards","price":0},"29382":{"id":29382,"name":"Jug of sunfire wine","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Jug of sunfire wine","wiki_url":"https://oldschool.runescape.wiki/w/Jug_of_sunfire_wine","price":0},"29384":{"id":29384,"name":"Jug of blessed sunfire wine","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Jug of blessed sunfire wine","wiki_url":"https://oldschool.runescape.wiki/w/Jug_of_blessed_sunfire_wine","price":0},"29386":{"id":29386,"name":"Jug of blessed wine","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Jug of blessed wine","wiki_url":"https://oldschool.runescape.wiki/w/Jug_of_blessed_wine","price":0},"29388":{"id":29388,"name":"Token","members":true,"cost":123,"lowalch":49,"highalch":73,"wiki_name":"Token (Moons of Peril)","wiki_url":"https://oldschool.runescape.wiki/w/Token_(Moons_of_Peril)","price":0},"29408":{"id":29408,"name":"A nice key","members":true,"cost":123,"wiki_name":"A nice key","wiki_url":"https://oldschool.runescape.wiki/w/A_nice_key","price":0,"lowalch":49,"highalch":73},"29409":{"id":29409,"name":"Sunbeam ale","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":8,"lowalch":3,"highalch":4,"wiki_name":"Sunbeam ale","wiki_url":"https://oldschool.runescape.wiki/w/Sunbeam_ale","price":390},"29412":{"id":29412,"name":"Steamforge brew","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":8,"lowalch":3,"highalch":4,"wiki_name":"Steamforge brew","wiki_url":"https://oldschool.runescape.wiki/w/Steamforge_brew","price":18},"29415":{"id":29415,"name":"Eclipse wine","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Eclipse wine","wiki_url":"https://oldschool.runescape.wiki/w/Eclipse_wine","price":1300},"29418":{"id":29418,"name":"Moon-lite","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":15,"lowalch":6,"highalch":9,"wiki_name":"Moon-lite","wiki_url":"https://oldschool.runescape.wiki/w/Moon-lite","price":175},"29421":{"id":29421,"name":"Sun-shine","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Sun-shine","wiki_url":"https://oldschool.runescape.wiki/w/Sun-shine","price":138},"29424":{"id":29424,"name":"Sunfire fanatic armour set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":55000,"lowalch":22000,"highalch":33000,"wiki_name":"Sunfire fanatic armour set","wiki_url":"https://oldschool.runescape.wiki/w/Sunfire_fanatic_armour_set","price":20895000},"29427":{"id":29427,"name":"Herbalist's notes","members":true,"cost":30,"wiki_name":"Herbalist's notes","wiki_url":"https://oldschool.runescape.wiki/w/Herbalist's_notes","price":0},"29428":{"id":29428,"name":"Chef's notes","members":true,"cost":30,"wiki_name":"Chef's notes","wiki_url":"https://oldschool.runescape.wiki/w/Chef's_notes","price":0},"29433":{"id":29433,"name":"Book of egg","equipable":true,"equipable_by_player":true,"cost":200,"wiki_name":"Book of egg","wiki_url":"https://oldschool.runescape.wiki/w/Book_of_egg","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"29437":{"id":29437,"name":"Egg priest robe","equipable":true,"equipable_by_player":true,"cost":30,"wiki_name":"Egg priest robe","wiki_url":"https://oldschool.runescape.wiki/w/Egg_priest_robe","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"29439":{"id":29439,"name":"Egg priest robe top","equipable":true,"equipable_by_player":true,"cost":40,"wiki_name":"Egg priest robe top","wiki_url":"https://oldschool.runescape.wiki/w/Egg_priest_robe_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"29441":{"id":29441,"name":"Egg priest necklace","equipable":true,"equipable_by_player":true,"cost":40,"wiki_name":"Egg priest necklace","wiki_url":"https://oldschool.runescape.wiki/w/Egg_priest_necklace","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"29443":{"id":29443,"name":"Egg priest mitre","equipable":true,"equipable_by_player":true,"cost":200,"wiki_name":"Egg priest mitre","wiki_url":"https://oldschool.runescape.wiki/w/Egg_priest_mitre","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"29448":{"id":29448,"name":"Imbued mage arena cape","incomplete":true,"cost":0,"lowalch":0,"highalch":0,"price":0},"29449":{"id":29449,"name":"Zombie pirate key","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":250,"wiki_name":"Zombie pirate key","wiki_url":"https://oldschool.runescape.wiki/w/Zombie_pirate_key","price":16546},"29455":{"id":29455,"name":"Teleport anchoring scroll","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Teleport anchoring scroll","wiki_url":"https://oldschool.runescape.wiki/w/Teleport_anchoring_scroll","price":852500},"29458":{"id":29458,"name":"Adamant seeds","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":300,"lowalch":120,"highalch":180,"wiki_name":"Adamant seeds","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_seeds","price":143},"29460":{"id":29460,"name":"Wilderness agility ticket","members":true,"stackable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Wilderness agility ticket","wiki_url":"https://oldschool.runescape.wiki/w/Wilderness_agility_ticket","price":0},"29462":{"id":29462,"name":"Small meat pouch (open)","members":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Small meat pouch (Open)","wiki_url":"https://oldschool.runescape.wiki/w/Small_meat_pouch#Open","price":0},"29464":{"id":29464,"name":"Large meat pouch (open)","members":true,"cost":7500,"lowalch":3000,"highalch":4500,"wiki_name":"Large meat pouch (Open)","wiki_url":"https://oldschool.runescape.wiki/w/Large_meat_pouch#Open","price":0},"29466":{"id":29466,"name":"Small fur pouch (open)","members":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Small fur pouch (Open)","wiki_url":"https://oldschool.runescape.wiki/w/Small_fur_pouch#Open","price":0},"29468":{"id":29468,"name":"Medium fur pouch (open)","members":true,"cost":4500,"lowalch":1800,"highalch":2700,"wiki_name":"Medium fur pouch (Open)","wiki_url":"https://oldschool.runescape.wiki/w/Medium_fur_pouch#Open","price":0},"29470":{"id":29470,"name":"Large fur pouch (open)","members":true,"cost":7500,"lowalch":3000,"highalch":4500,"wiki_name":"Large fur pouch (Open)","wiki_url":"https://oldschool.runescape.wiki/w/Large_fur_pouch#Open","price":0},"29480":{"id":29480,"name":"Agility arena ticket","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Agility arena ticket","wiki_url":"https://oldschool.runescape.wiki/w/Agility_arena_ticket","price":0},"29482":{"id":29482,"name":"Brimhaven voucher","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Brimhaven voucher","wiki_url":"https://oldschool.runescape.wiki/w/Brimhaven_voucher","price":0},"29484":{"id":29484,"name":"Agility xp","incomplete":true,"members":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"29485":{"id":29485,"name":"Graceful recolour","incomplete":true,"members":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"29486":{"id":29486,"name":"Cursed amulet of magic","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":900,"lowalch":360,"highalch":540,"wiki_name":"Cursed amulet of magic","wiki_url":"https://oldschool.runescape.wiki/w/Cursed_amulet_of_magic","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":-80,"prayer":0,"slot":"neck","requirements":null},"price":29444},"29489":{"id":29489,"name":"Rainbow cape","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Rainbow cape (Pride)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_cape#Pride","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"29491":{"id":29491,"name":"Colourful cape","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Rainbow cape (Bisexual)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_cape#Bisexual","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"29493":{"id":29493,"name":"Colourful cape","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Rainbow cape (Asexual)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_cape#Asexual","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"29495":{"id":29495,"name":"Colourful cape","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Rainbow cape (Transgender)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_cape#Transgender","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"29497":{"id":29497,"name":"Colourful cape","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Rainbow cape (Pansexual)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_cape#Pansexual","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"29499":{"id":29499,"name":"Colourful cape","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Rainbow cape (Non-binary)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_cape#Non-binary","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"29501":{"id":29501,"name":"Colourful cape","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Rainbow cape (Genderqueer)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_cape#Genderqueer","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"29503":{"id":29503,"name":"Colourful cape","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Rainbow cape (Lesbian)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_cape#Lesbian","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"29505":{"id":29505,"name":"Colourful cape","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Rainbow cape (Gay)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_cape#Gay","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"29507":{"id":29507,"name":"Rainbow crown shirt","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rainbow crown shirt (Pride)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_crown_shirt#Pride","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"29509":{"id":29509,"name":"Colourful crown shirt","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rainbow crown shirt (Bisexual)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_crown_shirt#Bisexual","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"29510":{"id":29510,"name":"Colourful crown shirt","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rainbow crown shirt (Asexual)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_crown_shirt#Asexual","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"29511":{"id":29511,"name":"Colourful crown shirt","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rainbow crown shirt (Transgender)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_crown_shirt#Transgender","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"29512":{"id":29512,"name":"Colourful crown shirt","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rainbow crown shirt (Pansexual)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_crown_shirt#Pansexual","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"29513":{"id":29513,"name":"Colourful crown shirt","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rainbow crown shirt (Non-binary)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_crown_shirt#Non-binary","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"29514":{"id":29514,"name":"Colourful crown shirt","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rainbow crown shirt (Genderqueer)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_crown_shirt#Genderqueer","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"29515":{"id":29515,"name":"Colourful crown shirt","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rainbow crown shirt (Lesbian)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_crown_shirt#Lesbian","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"29516":{"id":29516,"name":"Colourful crown shirt","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rainbow crown shirt (Gay)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_crown_shirt#Gay","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"29517":{"id":29517,"name":"Armadyl communiqué","members":true,"cost":30,"wiki_name":"Armadyl communiqué","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_communiqué","price":0},"29518":{"id":29518,"name":"Unconscious broav","members":true,"cost":30,"wiki_name":"Unconscious broav","wiki_url":"https://oldschool.runescape.wiki/w/Unconscious_broav","price":0},"29519":{"id":29519,"name":"Broav","members":true,"cost":100,"wiki_name":"Broav","wiki_url":"https://oldschool.runescape.wiki/w/Broav","price":0},"29521":{"id":29521,"name":"Dirty shirt","members":true,"cost":30,"wiki_name":"Dirty shirt","wiki_url":"https://oldschool.runescape.wiki/w/Dirty_shirt","price":0},"29522":{"id":29522,"name":"Waste-paper basket","members":true,"cost":30,"wiki_name":"Waste-paper basket","wiki_url":"https://oldschool.runescape.wiki/w/Waste-paper_basket","price":0},"29523":{"id":29523,"name":"Ruby key","members":true,"cost":30,"wiki_name":"Ruby key (While Guthix Sleeps)","wiki_url":"https://oldschool.runescape.wiki/w/Ruby_key_(While_Guthix_Sleeps)","price":0},"29524":{"id":29524,"name":"Notes on pressure","members":true,"cost":30,"wiki_name":"Notes on pressure","wiki_url":"https://oldschool.runescape.wiki/w/Notes_on_pressure","price":0},"29525":{"id":29525,"name":"Movario's notes (volume 1)","members":true,"cost":30,"wiki_name":"Movario's notes (volume 1)","wiki_url":"https://oldschool.runescape.wiki/w/Movario's_notes_(volume_1)","price":0},"29526":{"id":29526,"name":"Movario's notes (volume 2)","members":true,"cost":30,"wiki_name":"Movario's notes (volume 2)","wiki_url":"https://oldschool.runescape.wiki/w/Movario's_notes_(volume_2)","price":0},"29527":{"id":29527,"name":"Weight (1kg)","members":true,"cost":30,"wiki_name":"Weight (1kg)","wiki_url":"https://oldschool.runescape.wiki/w/Weight_(1kg)","price":0},"29528":{"id":29528,"name":"Weight (2kg)","members":true,"cost":30,"wiki_name":"Weight (2kg)","wiki_url":"https://oldschool.runescape.wiki/w/Weight_(2kg)","price":0},"29529":{"id":29529,"name":"Weight (5kg)","members":true,"cost":30,"wiki_name":"Weight (5kg)","wiki_url":"https://oldschool.runescape.wiki/w/Weight_(5kg)","price":0},"29530":{"id":29530,"name":"Enriched snapdragon","members":true,"cost":30,"wiki_name":"Enriched snapdragon","wiki_url":"https://oldschool.runescape.wiki/w/Enriched_snapdragon","price":0},"29531":{"id":29531,"name":"Super truth serum","members":true,"cost":30,"wiki_name":"Super truth serum","wiki_url":"https://oldschool.runescape.wiki/w/Super_truth_serum","price":0},"29532":{"id":29532,"name":"Truth serum","members":true,"cost":30,"wiki_name":"Truth serum (While Guthix Sleeps)","wiki_url":"https://oldschool.runescape.wiki/w/Truth_serum_(While_Guthix_Sleeps)","price":0},"29533":{"id":29533,"name":"Suspect sketch","members":true,"cost":30,"wiki_name":"Suspect sketch","wiki_url":"https://oldschool.runescape.wiki/w/Suspect_sketch","price":0},"29534":{"id":29534,"name":"Cell key","members":true,"cost":30,"wiki_name":"Cell key","wiki_url":"https://oldschool.runescape.wiki/w/Cell_key","price":0},"29535":{"id":29535,"name":"Strange teleorb","members":true,"cost":30,"wiki_name":"Strange teleorb","wiki_url":"https://oldschool.runescape.wiki/w/Strange_teleorb","price":0},"29536":{"id":29536,"name":"Teleorb","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Teleorb (Akrisae)","wiki_url":"https://oldschool.runescape.wiki/w/Teleorb#Akrisae","price":0},"29537":{"id":29537,"name":"Teleorb","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Teleorb (Silif)","wiki_url":"https://oldschool.runescape.wiki/w/Teleorb#Silif","price":0},"29538":{"id":29538,"name":"Enriched snapdragon seed","members":true,"cost":30,"wiki_name":"Enriched snapdragon seed","wiki_url":"https://oldschool.runescape.wiki/w/Enriched_snapdragon_seed","price":0},"29539":{"id":29539,"name":"Agility dolmen","members":true,"cost":30,"wiki_name":"Agility dolmen","wiki_url":"https://oldschool.runescape.wiki/w/Agility_dolmen","price":0},"29540":{"id":29540,"name":"Energy dolmen","members":true,"cost":30,"wiki_name":"Energy dolmen","wiki_url":"https://oldschool.runescape.wiki/w/Energy_dolmen","price":0},"29541":{"id":29541,"name":"Restoration dolmen","members":true,"cost":30,"wiki_name":"Restoration dolmen","wiki_url":"https://oldschool.runescape.wiki/w/Restoration_dolmen","price":0},"29542":{"id":29542,"name":"Attack dolmen","members":true,"cost":30,"wiki_name":"Attack dolmen","wiki_url":"https://oldschool.runescape.wiki/w/Attack_dolmen","price":0},"29543":{"id":29543,"name":"Strength dolmen","members":true,"cost":30,"wiki_name":"Strength dolmen","wiki_url":"https://oldschool.runescape.wiki/w/Strength_dolmen","price":0},"29544":{"id":29544,"name":"Defence dolmen","members":true,"cost":30,"wiki_name":"Defence dolmen","wiki_url":"https://oldschool.runescape.wiki/w/Defence_dolmen","price":0},"29545":{"id":29545,"name":"Combat dolmen","members":true,"cost":30,"wiki_name":"Combat dolmen","wiki_url":"https://oldschool.runescape.wiki/w/Combat_dolmen","price":0},"29546":{"id":29546,"name":"Ranged dolmen","members":true,"cost":30,"wiki_name":"Ranged dolmen","wiki_url":"https://oldschool.runescape.wiki/w/Ranged_dolmen","price":0},"29547":{"id":29547,"name":"Prayer dolmen","members":true,"cost":30,"wiki_name":"Prayer dolmen","wiki_url":"https://oldschool.runescape.wiki/w/Prayer_dolmen","price":0},"29548":{"id":29548,"name":"Hunter dolmen","members":true,"cost":30,"wiki_name":"Hunter dolmen","wiki_url":"https://oldschool.runescape.wiki/w/Hunter_dolmen","price":0},"29549":{"id":29549,"name":"Fishing dolmen","members":true,"cost":30,"wiki_name":"Fishing dolmen","wiki_url":"https://oldschool.runescape.wiki/w/Fishing_dolmen","price":0},"29550":{"id":29550,"name":"Magic dolmen","members":true,"cost":30,"wiki_name":"Magic dolmen","wiki_url":"https://oldschool.runescape.wiki/w/Magic_dolmen","price":0},"29551":{"id":29551,"name":"Balance dolmen","members":true,"cost":30,"wiki_name":"Balance dolmen","wiki_url":"https://oldschool.runescape.wiki/w/Balance_dolmen","price":0},"29552":{"id":29552,"name":"Air block","members":true,"cost":30,"wiki_name":"Air block","wiki_url":"https://oldschool.runescape.wiki/w/Air_block","price":0},"29553":{"id":29553,"name":"Earth block","members":true,"cost":30,"wiki_name":"Earth block","wiki_url":"https://oldschool.runescape.wiki/w/Earth_block","price":0},"29554":{"id":29554,"name":"Fire block","members":true,"cost":30,"wiki_name":"Fire block","wiki_url":"https://oldschool.runescape.wiki/w/Fire_block","price":0},"29555":{"id":29555,"name":"Water block","members":true,"cost":30,"wiki_name":"Water block","wiki_url":"https://oldschool.runescape.wiki/w/Water_block","price":0},"29556":{"id":29556,"name":"Vine flower","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Vine flower","wiki_url":"https://oldschool.runescape.wiki/w/Vine_flower","price":0},"29558":{"id":29558,"name":"Grimy note","members":true,"cost":30,"wiki_name":"Grimy note","wiki_url":"https://oldschool.runescape.wiki/w/Grimy_note","price":0},"29560":{"id":29560,"name":"Elite black full helm","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"wiki_name":"Elite black full helm","wiki_url":"https://oldschool.runescape.wiki/w/Elite_black_full_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":13,"defence_slash":14,"defence_crush":11,"defence_magic":-1,"defence_ranged":13,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"head","requirements":null},"price":0},"29562":{"id":29562,"name":"Elite black platebody","members":true,"equipable":true,"equipable_by_player":true,"cost":2000,"wiki_name":"Elite black platebody","wiki_url":"https://oldschool.runescape.wiki/w/Elite_black_platebody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":46,"defence_slash":44,"defence_crush":38,"defence_magic":-6,"defence_ranged":44,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":8,"slot":"body","requirements":null},"price":0},"29564":{"id":29564,"name":"Elite black platelegs","members":true,"equipable":true,"equipable_by_player":true,"cost":1500,"wiki_name":"Elite black platelegs","wiki_url":"https://oldschool.runescape.wiki/w/Elite_black_platelegs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":24,"defence_slash":22,"defence_crush":20,"defence_magic":-4,"defence_ranged":22,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"legs","requirements":null},"price":0},"29566":{"id":29566,"name":"Dark squall hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"wiki_name":"Dark squall hood","wiki_url":"https://oldschool.runescape.wiki/w/Dark_squall_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":2,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":2,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"29568":{"id":29568,"name":"Dark squall robe top","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"wiki_name":"Dark squall robe top","wiki_url":"https://oldschool.runescape.wiki/w/Dark_squall_robe_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"29570":{"id":29570,"name":"Dark squall robe bottom","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"wiki_name":"Dark squall robe bottom","wiki_url":"https://oldschool.runescape.wiki/w/Dark_squall_robe_bottom","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"29572":{"id":29572,"name":"Silif","members":true,"cost":1,"wiki_name":"Silif (item)","wiki_url":"https://oldschool.runescape.wiki/w/Silif_(item)","price":0},"29573":{"id":29573,"name":"Lit explosive","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Lit explosive","wiki_url":"https://oldschool.runescape.wiki/w/Lit_explosive","price":0},"29574":{"id":29574,"name":"Burning claw","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":400000,"lowalch":160000,"highalch":240000,"buy_limit":8,"wiki_name":"Burning claw","wiki_url":"https://oldschool.runescape.wiki/w/Burning_claw","price":7273405},"29577":{"id":29577,"name":"Burning claws","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":800000,"lowalch":320000,"highalch":480000,"wiki_name":"Bone claws","wiki_url":"https://oldschool.runescape.wiki/w/Bone_claws","equipment":{"attack_stab":43,"attack_slash":54,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":3,"defence_slash":6,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":32,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"claw","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":14942000},"29580":{"id":29580,"name":"Tormented synapse","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":800000,"lowalch":320000,"highalch":480000,"buy_limit":5,"wiki_name":"Tormented synapse","wiki_url":"https://oldschool.runescape.wiki/w/Tormented_synapse","price":60336639},"29583":{"id":29583,"name":"Smouldering heart","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Smouldering heart","wiki_url":"https://oldschool.runescape.wiki/w/Smouldering_heart","price":0},"29585":{"id":29585,"name":"Smouldering pile of flesh","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Smouldering pile of flesh","wiki_url":"https://oldschool.runescape.wiki/w/Smouldering_pile_of_flesh","price":0},"29587":{"id":29587,"name":"Smouldering gland","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Smouldering gland","wiki_url":"https://oldschool.runescape.wiki/w/Smouldering_gland","price":0},"29589":{"id":29589,"name":"Emberlight","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":800000,"lowalch":320000,"highalch":480000,"wiki_name":"Emberlight","wiki_url":"https://oldschool.runescape.wiki/w/Emberlight","equipment":{"attack_stab":63,"attack_slash":70,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":0,"defence_magic":5,"defence_ranged":0,"melee_strength":13,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"29591":{"id":29591,"name":"Scorching bow","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":800000,"lowalch":320000,"highalch":480000,"wiki_name":"Scorching bow","wiki_url":"https://oldschool.runescape.wiki/w/Scorching_bow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":124,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":40,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"29594":{"id":29594,"name":"Purging staff","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":800000,"lowalch":320000,"highalch":480000,"wiki_name":"Purging staff","wiki_url":"https://oldschool.runescape.wiki/w/Purging_staff","equipment":{"attack_stab":10,"attack_slash":-5,"attack_crush":83,"attack_magic":37,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":25,"defence_ranged":0,"melee_strength":62,"ranged_strength":0,"magic_damage":10,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"29596":{"id":29596,"name":"Duradel's notes","members":true,"cost":30,"wiki_name":"Duradel's notes","wiki_url":"https://oldschool.runescape.wiki/w/Duradel's_notes","price":0},"29598":{"id":29598,"name":"Deadman rug","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"29599":{"id":29599,"name":"Corrupted dark bow","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":250000,"lowalch":100000,"highalch":150000,"wiki_name":"Corrupted dark bow","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_dark_bow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":95,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":6,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"29602":{"id":29602,"name":"Corrupted volatile nightmare staff","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":250000,"lowalch":100000,"highalch":150000,"wiki_name":"Corrupted volatile nightmare staff","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_volatile_nightmare_staff","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":16,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":14,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":15,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"29605":{"id":29605,"name":"Armadyl godsword (deadman)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1250000,"lowalch":500000,"highalch":750000,"wiki_name":"Armadyl godsword (deadman)","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_godsword_(deadman)","equipment":{"attack_stab":0,"attack_slash":132,"attack_crush":80,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":132,"ranged_strength":0,"magic_damage":0,"prayer":8,"slot":"2h","requirements":null},"weapon":{"attack_speed":6,"weapon_type":"2h_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"smash","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"29607":{"id":29607,"name":"Voidwaker (deadman)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":2000000,"lowalch":800000,"highalch":1200000,"wiki_name":"Voidwaker (deadman)","wiki_url":"https://oldschool.runescape.wiki/w/Voidwaker_(deadman)","equipment":{"attack_stab":70,"attack_slash":80,"attack_crush":-2,"attack_magic":5,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":2,"defence_ranged":0,"melee_strength":80,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"29609":{"id":29609,"name":"Volatile nightmare staff (deadman)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":4600000,"lowalch":1840000,"highalch":2760000,"wiki_name":"Volatile nightmare staff (deadman)","wiki_url":"https://oldschool.runescape.wiki/w/Volatile_nightmare_staff_(deadman)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":16,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":14,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":15,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"29611":{"id":29611,"name":"Dark bow (deadman)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":120002,"lowalch":48000,"highalch":72001,"wiki_name":"Dark bow (deadman)","wiki_url":"https://oldschool.runescape.wiki/w/Dark_bow_(deadman)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":95,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":9,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"29613":{"id":29613,"name":"Imbued zamorak cape (deadman)","members":true,"equipable":true,"equipable_by_player":true,"cost":80000,"wiki_name":"Imbued zamorak cape (deadman)","wiki_url":"https://oldschool.runescape.wiki/w/Imbued_zamorak_cape_(deadman)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":2,"prayer":0,"slot":"cape","requirements":null},"price":0,"lowalch":32000,"highalch":48000},"29615":{"id":29615,"name":"Imbued guthix cape (deadman)","members":true,"equipable":true,"equipable_by_player":true,"cost":80000,"wiki_name":"Imbued guthix cape (deadman)","wiki_url":"https://oldschool.runescape.wiki/w/Imbued_guthix_cape_(deadman)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":2,"prayer":0,"slot":"cape","requirements":null},"price":0,"lowalch":32000,"highalch":48000},"29617":{"id":29617,"name":"Imbued saradomin cape (deadman)","members":true,"equipable":true,"equipable_by_player":true,"cost":80000,"wiki_name":"Imbued saradomin cape (deadman)","wiki_url":"https://oldschool.runescape.wiki/w/Imbued_saradomin_cape_(deadman)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":2,"prayer":0,"slot":"cape","requirements":null},"price":0,"lowalch":32000,"highalch":48000},"29619":{"id":29619,"name":"Armageddon rug","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Armageddon rug","wiki_url":"https://oldschool.runescape.wiki/w/Armageddon_rug","price":13528499},"29622":{"id":29622,"name":"Armageddon teleport scroll","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":25000,"lowalch":10000,"highalch":15000,"wiki_name":"Armageddon teleport scroll","wiki_url":"https://oldschool.runescape.wiki/w/Armageddon_teleport_scroll","price":42850000},"29625":{"id":29625,"name":"Armageddon weapon scroll","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":25000,"lowalch":10000,"highalch":15000,"wiki_name":"Armageddon weapon scroll","wiki_url":"https://oldschool.runescape.wiki/w/Armageddon_weapon_scroll","price":55597110},"29628":{"id":29628,"name":"Armageddon cape fabric","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":25000,"lowalch":10000,"highalch":15000,"buy_limit":6,"wiki_name":"Armageddon cape fabric","wiki_url":"https://oldschool.runescape.wiki/w/Armageddon_cape_fabric","price":28008500},"29631":{"id":29631,"name":"Blighted overload (4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Blighted overload (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Blighted_overload#4_dose","price":0},"29634":{"id":29634,"name":"Blighted overload (3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Blighted overload (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Blighted_overload#3_dose","price":0},"29637":{"id":29637,"name":"Blighted overload (2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Blighted overload (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Blighted_overload#2_dose","price":0},"29640":{"id":29640,"name":"Blighted overload (1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Blighted overload (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Blighted_overload#1_dose","price":0},"29643":{"id":29643,"name":"Chitin","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chitin","wiki_url":"https://oldschool.runescape.wiki/w/Chitin","price":0},"29648":{"id":29648,"name":"Sigil of meticulousness","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of meticulousness (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_meticulousness#Attuned","price":0},"29649":{"id":29649,"name":"Sigil of meticulousness","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30000,"lowalch":12000,"highalch":18000,"wiki_name":"Sigil of meticulousness (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_meticulousness#Un-attuned","price":0},"29651":{"id":29651,"name":"Sigil of revoked limitation","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of revoked limitation (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_revoked_limitation#Attuned","price":0},"29652":{"id":29652,"name":"Sigil of revoked limitation","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30000,"lowalch":12000,"highalch":18000,"wiki_name":"Sigil of revoked limitation (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_revoked_limitation#Un-attuned","price":0},"29654":{"id":29654,"name":"Sigil of rampart","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of rampart (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_rampart#Attuned","price":0},"29655":{"id":29655,"name":"Sigil of rampart","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Sigil of rampart (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_rampart#Un-attuned","price":0},"29657":{"id":29657,"name":"Sigil of deception","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of deception (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_deception#Attuned","price":0},"29658":{"id":29658,"name":"Sigil of deception","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Sigil of deception (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_deception#Un-attuned","price":0},"29660":{"id":29660,"name":"Sigil of lithe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of lithe (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_lithe#Attuned","price":0},"29661":{"id":29661,"name":"Sigil of lithe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Sigil of lithe (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_lithe#Un-attuned","price":0},"29663":{"id":29663,"name":"Sigil of adroit","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of adroit (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_adroit#Attuned","price":0},"29664":{"id":29664,"name":"Sigil of adroit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Sigil of adroit (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_adroit#Un-attuned","price":0},"29666":{"id":29666,"name":"Sigil of onslaught","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of onslaught (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_onslaught#Attuned","price":0},"29667":{"id":29667,"name":"Sigil of onslaught","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Sigil of onslaught (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_onslaught#Un-attuned","price":0},"29669":{"id":29669,"name":"Sigil of restoration","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of restoration (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_restoration#Attuned","price":0},"29670":{"id":29670,"name":"Sigil of restoration","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Sigil of restoration (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_restoration#Un-attuned","price":0},"29672":{"id":29672,"name":"Sigil of swashbuckler","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of swashbuckler (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_swashbuckler#Attuned","price":0},"29673":{"id":29673,"name":"Sigil of swashbuckler","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Sigil of swashbuckler (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_swashbuckler#Un-attuned","price":0},"29675":{"id":29675,"name":"Sigil of gunslinger","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of gunslinger (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_gunslinger#Attuned","price":0},"29676":{"id":29676,"name":"Sigil of gunslinger","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Sigil of gunslinger (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_gunslinger#Un-attuned","price":0},"29678":{"id":29678,"name":"Sigil of arcane swiftness","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of arcane swiftness (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_arcane_swiftness#Attuned","price":0},"29679":{"id":29679,"name":"Sigil of arcane swiftness","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Sigil of arcane swiftness (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_arcane_swiftness#Un-attuned","price":0},"29684":{"id":29684,"name":"Guthixian temple teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Guthixian temple teleport","wiki_url":"https://oldschool.runescape.wiki/w/Guthixian_temple_teleport","price":10784},"29686":{"id":29686,"name":"Dni23 torso lightbuttons","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 torso lightbuttons","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_torso_lightbuttons","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"29688":{"id":29688,"name":"Dni23 torso darkbuttons","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dni23 torso darkbuttons (Dark Buttons)","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_torso_darkbuttons#Dark_Buttons","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"29690":{"id":29690,"name":"Dni23 torso darkbuttons","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dni23 torso darkbuttons (Jacket)","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_torso_darkbuttons#Jacket","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"29692":{"id":29692,"name":"Dni23 torso shirt","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 torso shirt","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_torso_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"29694":{"id":29694,"name":"Dni23 torso stitching","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 torso stitching","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_torso_stitching","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"29696":{"id":29696,"name":"Dni23 torso twotoned","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 torso twotoned","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_torso_twotoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"29698":{"id":29698,"name":"Dni23 torso princely","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 torso princely","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_torso_princely","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"29700":{"id":29700,"name":"Dni23 torso rippedweskit","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dni23 torso rippedweskit (Ripped Weskit)","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_torso_rippedweskit#Ripped_Weskit","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"29702":{"id":29702,"name":"Dni23 torso rippedweskit","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dni23 torso rippedweskit (Torn Weskit)","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_torso_rippedweskit#Torn_Weskit","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"29704":{"id":29704,"name":"Dni23 torso croptops","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 torso croptops","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_torso_croptops","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"29706":{"id":29706,"name":"Dni23 torso poloneck","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 torso poloneck","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_torso_poloneck","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"29708":{"id":29708,"name":"Dni23 torso simple","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 torso simple","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_torso_simple","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"29710":{"id":29710,"name":"Dni23 torso frilly","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 torso frilly","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_torso_frilly","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"29712":{"id":29712,"name":"Dni23 torso corsetry","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 torso corsetry","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_torso_corsetry","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"29714":{"id":29714,"name":"Dni23 torso bodice","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 torso bodice","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_torso_bodice","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"29716":{"id":29716,"name":"Dni23 arms thin","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 arms thin","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_arms_thin","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"29718":{"id":29718,"name":"Dni23 arms shoulderpads","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 arms shoulderpads","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_arms_shoulderpads","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"29720":{"id":29720,"name":"Dni23 arms thickstripe","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 arms thickstripe","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_arms_thickstripe","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"29722":{"id":29722,"name":"Dni23 arms loosesleeves","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 arms loosesleeves","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_arms_loosesleeves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"29724":{"id":29724,"name":"Dni23 arms princely","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 arms princely","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_arms_princely","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"29726":{"id":29726,"name":"Dni23 arms tattylong","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 arms tattylong","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_arms_tattylong","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"29728":{"id":29728,"name":"Dni23 arms ripped","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 arms ripped","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_arms_ripped","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"29730":{"id":29730,"name":"Dni23 arms bare","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 arms bare","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_arms_bare","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"29732":{"id":29732,"name":"Dni23 arms frilly","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 arms frilly","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_arms_frilly","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"29734":{"id":29734,"name":"Dni23 arms tattyshort","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 arms tattyshort","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_arms_tattyshort","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"29736":{"id":29736,"name":"Dni23 arms bareshoulders","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 arms bareshoulders","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_arms_bareshoulders","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"29738":{"id":29738,"name":"Dni23 legs shorts","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 legs shorts","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_legs_shorts","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"29740":{"id":29740,"name":"Dni23 legs beach","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 legs beach","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_legs_beach","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"29742":{"id":29742,"name":"Dni23 legs princely","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 legs princely","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_legs_princely","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"29744":{"id":29744,"name":"Dni23 legs leggings","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 legs leggings","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_legs_leggings","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"29746":{"id":29746,"name":"Dni23 legs sidestripes","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 legs sidestripes","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_legs_sidestripes","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"29748":{"id":29748,"name":"Dni23 legs ripped","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 legs ripped","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_legs_ripped","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"29750":{"id":29750,"name":"Dni23 legs patched","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 legs patched","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_legs_patched","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"29752":{"id":29752,"name":"Dni23 legs skirt","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 legs skirt","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_legs_skirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"29754":{"id":29754,"name":"Dni23 legs longskirt","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 legs longskirt","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_legs_longskirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"29756":{"id":29756,"name":"Dni23 legs longnarrowskirt","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 legs longnarrowskirt","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_legs_longnarrowskirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"29758":{"id":29758,"name":"Dni23 legs shortskirt","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 legs shortskirt","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_legs_shortskirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"29760":{"id":29760,"name":"Dni23 legs layered","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 legs layered","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_legs_layered","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"29762":{"id":29762,"name":"Dni23 legs sashdots","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 legs sashdots","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_legs_sashdots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"29764":{"id":29764,"name":"Dni23 legs bighem","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 legs bighem","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_legs_bighem","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"29766":{"id":29766,"name":"Dni23 legs sashtrousers","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 legs sashtrousers","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_legs_sashtrousers","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"29768":{"id":29768,"name":"Dni23 legs patterned","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 legs patterned","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_legs_patterned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"29770":{"id":29770,"name":"Dni23 legs tornskirt","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 legs tornskirt","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_legs_tornskirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"29772":{"id":29772,"name":"Dni23 legs patchedskirt","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 legs patchedskirt","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_legs_patchedskirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"29774":{"id":29774,"name":"Amy's saw (off-hand)","members":true,"equipable":true,"equipable_by_player":true,"cost":280,"wiki_name":"Amy's saw (off-hand)","wiki_url":"https://oldschool.runescape.wiki/w/Amy's_saw_(off-hand)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"29775":{"id":29775,"name":"Imcando hammer (off-hand)","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Imcando hammer (off-hand)","wiki_url":"https://oldschool.runescape.wiki/w/Imcando_hammer_(off-hand)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"29777":{"id":29777,"name":"Bruma torch (off-hand)","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bruma torch (off-hand)","wiki_url":"https://oldschool.runescape.wiki/w/Bruma_torch_(off-hand)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"29781":{"id":29781,"name":"Coagulated venom","members":true,"cost":10000,"wiki_name":"Coagulated venom","wiki_url":"https://oldschool.runescape.wiki/w/Coagulated_venom","price":0},"29782":{"id":29782,"name":"Spider cave teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Spider cave teleport","wiki_url":"https://oldschool.runescape.wiki/w/Spider_cave_teleport","price":37695},"29784":{"id":29784,"name":"Araxyte venom sack","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":11000,"wiki_name":"Araxyte venom sack","wiki_url":"https://oldschool.runescape.wiki/w/Araxyte_venom_sack","price":1987},"29786":{"id":29786,"name":"Jar of venom","members":true,"cost":200000,"lowalch":80000,"highalch":120000,"wiki_name":"Jar of venom","wiki_url":"https://oldschool.runescape.wiki/w/Jar_of_venom","price":0},"29788":{"id":29788,"name":"Araxyte head","members":true,"cost":60000,"lowalch":24000,"highalch":36000,"wiki_name":"Araxyte head","wiki_url":"https://oldschool.runescape.wiki/w/Araxyte_head","price":0},"29790":{"id":29790,"name":"Noxious point","members":true,"cost":160000,"lowalch":64000,"highalch":96000,"wiki_name":"Noxious point","wiki_url":"https://oldschool.runescape.wiki/w/Noxious_point","price":0},"29792":{"id":29792,"name":"Noxious blade","members":true,"cost":160000,"lowalch":64000,"highalch":96000,"wiki_name":"Noxious blade","wiki_url":"https://oldschool.runescape.wiki/w/Noxious_blade","price":0},"29794":{"id":29794,"name":"Noxious pommel","members":true,"cost":160000,"lowalch":64000,"highalch":96000,"wiki_name":"Noxious pommel","wiki_url":"https://oldschool.runescape.wiki/w/Noxious_pommel","price":0},"29796":{"id":29796,"name":"Noxious halberd","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Noxious halberd","wiki_url":"https://oldschool.runescape.wiki/w/Noxious_halberd","equipment":{"attack_stab":80,"attack_slash":132,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":142,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":25203118},"29799":{"id":29799,"name":"Araxyte fang","members":true,"cost":200000,"lowalch":80000,"highalch":120000,"wiki_name":"Araxyte fang","wiki_url":"https://oldschool.runescape.wiki/w/Araxyte_fang","price":0},"29801":{"id":29801,"name":"Amulet of rancour","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":400000,"lowalch":160000,"highalch":240000,"wiki_name":"Amulet of rancour","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_rancour","equipment":{"attack_stab":25,"attack_slash":25,"attack_crush":25,"attack_magic":-6,"attack_ranged":-8,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"neck","requirements":null},"price":88500000},"29804":{"id":29804,"name":"Amulet of rancour (s)","members":true,"equipable":true,"equipable_by_player":true,"cost":400000,"lowalch":160000,"highalch":240000,"wiki_name":"Amulet of rancour (s)","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_rancour_(s)","equipment":{"attack_stab":25,"attack_slash":25,"attack_crush":25,"attack_magic":-6,"attack_ranged":-8,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"neck","requirements":null},"price":0},"29806":{"id":29806,"name":"Aranea boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":150000,"lowalch":60000,"highalch":90000,"buy_limit":8,"wiki_name":"Aranea boots","wiki_url":"https://oldschool.runescape.wiki/w/Aranea_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":5,"attack_ranged":6,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"feet","requirements":null},"price":15322207},"29809":{"id":29809,"name":"Venom-riddled note","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Venom-riddled note","wiki_url":"https://oldschool.runescape.wiki/w/Venom-riddled_note","price":0},"29816":{"id":29816,"name":"Araxyte slayer helmet","members":true,"equipable":true,"equipable_by_player":true,"cost":40000,"lowalch":16000,"highalch":24000,"wiki_name":"Araxyte slayer helmet","wiki_url":"https://oldschool.runescape.wiki/w/Araxyte_slayer_helmet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"29818":{"id":29818,"name":"Araxyte slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Araxyte slayer helmet (i) (Nightmare Zone)","wiki_url":"https://oldschool.runescape.wiki/w/Araxyte_slayer_helmet_(i)#Nightmare_Zone","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"29820":{"id":29820,"name":"Araxyte slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Araxyte slayer helmet (i) (Soul Wars)","wiki_url":"https://oldschool.runescape.wiki/w/Araxyte_slayer_helmet_(i)#Soul_Wars","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"29822":{"id":29822,"name":"Araxyte slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Araxyte slayer helmet (i) (Emir's Arena)","wiki_url":"https://oldschool.runescape.wiki/w/Araxyte_slayer_helmet_(i)#Emir's_Arena","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"29824":{"id":29824,"name":"Extended anti-venom+(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":444,"lowalch":177,"highalch":266,"wiki_name":"Extended anti-venom+ (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Extended_anti-venom+#4_dose","price":20360},"29827":{"id":29827,"name":"Extended anti-venom+(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":333,"lowalch":133,"highalch":199,"wiki_name":"Extended anti-venom+ (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Extended_anti-venom+#3_dose","price":14678},"29830":{"id":29830,"name":"Extended anti-venom+(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":222,"lowalch":88,"highalch":133,"wiki_name":"Extended anti-venom+ (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Extended_anti-venom+#2_dose","price":10282},"29833":{"id":29833,"name":"Extended anti-venom+(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":111,"lowalch":44,"highalch":66,"wiki_name":"Extended anti-venom+ (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Extended_anti-venom+#1_dose","price":5838},"29836":{"id":29836,"name":"Nid","members":true,"cost":1,"wiki_name":"Nid (Nid)","wiki_url":"https://oldschool.runescape.wiki/w/Nid#Nid","price":0},"29838":{"id":29838,"name":"Rax","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Nid (Rax)","wiki_url":"https://oldschool.runescape.wiki/w/Nid#Rax","price":0}} \ No newline at end of file diff --git a/dist/cjs/monsters_data-4XLFTZA4.json b/dist/cjs/monsters_data-4XLFTZA4.json new file mode 100644 index 000000000..5fddc2218 --- /dev/null +++ b/dist/cjs/monsters_data-4XLFTZA4.json @@ -0,0 +1 @@ +{"1":{"members":true,"combatLevel":51,"hitpoints":52,"maxHit":5,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["molanisks"],"examineText":"A strange mole-like being.","wikiName":"Molanisk","wikiURL":"https://oldschool.runescape.wiki/w/Molanisk","attackLevel":40,"strengthLevel":40,"defenceLevel":50,"magicLevel":0,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":45,"defenceSlash":45,"defenceCrush":35,"defenceMagic":30,"defenceRanged":55,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":39,"slayerXP":52,"assignableSlayerMasters":["vannaka"]},"2":{"members":true,"combatLevel":96,"hitpoints":90,"maxHit":8,"attackType":["magic"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["spectral","undead"],"category":["aberrant spectres"],"examineText":"A very smelly ghost.","wikiName":"Aberrant spectre","wikiURL":"https://oldschool.runescape.wiki/w/Aberrant_spectre","attackLevel":1,"strengthLevel":1,"defenceLevel":90,"magicLevel":105,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":20,"defenceSlash":20,"defenceCrush":20,"defenceMagic":0,"defenceRanged":15,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":60,"slayerXP":90,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel"]},"8":{"members":true,"combatLevel":115,"hitpoints":105,"maxHit":11,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["demon"],"category":["nechryael"],"examineText":"An evil death demon.","wikiName":"Nechryael (Normal)","wikiURL":"https://oldschool.runescape.wiki/w/Nechryael#Normal","attackLevel":97,"strengthLevel":97,"defenceLevel":105,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":20,"defenceSlash":20,"defenceCrush":20,"defenceMagic":0,"defenceRanged":20,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":80,"slayerXP":105,"assignableSlayerMasters":["krystilia","vannaka","chaeldar","konar","nieve","duradel"]},"26":{"members":false,"combatLevel":13,"hitpoints":22,"maxHit":2,"attackType":["slash"],"attackSpeed":5,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["undead"],"category":["zombies"],"examineText":"Dead man walking.","wikiName":"Zombie (Level 13)","wikiURL":"https://oldschool.runescape.wiki/w/Zombie#Level_13","attackLevel":8,"strengthLevel":9,"defenceLevel":10,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":22,"assignableSlayerMasters":["turael","spria","krystilia","mazchna"]},"70":{"members":false,"combatLevel":22,"hitpoints":29,"maxHit":3,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["undead"],"category":["skeletons"],"examineText":"Could do with gaining a few pounds.","wikiName":"Skeleton (Level 22)","wikiURL":"https://oldschool.runescape.wiki/w/Skeleton#Level_22","attackLevel":15,"strengthLevel":18,"defenceLevel":17,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":5,"defenceSlash":5,"defenceCrush":-5,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":29,"assignableSlayerMasters":["turael","spria","krystilia","mazchna"]},"85":{"members":false,"combatLevel":19,"hitpoints":25,"maxHit":2,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["spectral","undead"],"category":["ghosts"],"examineText":"Eeek! A ghost!","wikiName":"Ghost (Level 19)","wikiURL":"https://oldschool.runescape.wiki/w/Ghost#Level_19","attackLevel":13,"strengthLevel":13,"defenceLevel":18,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":5,"defenceSlash":5,"defenceCrush":5,"defenceMagic":-5,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":25,"assignableSlayerMasters":["turael","spria","mazchna"]},"104":{"members":true,"combatLevel":122,"hitpoints":116,"maxHit":11,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["demon"],"category":["hellhounds"],"examineText":"Hello, nice doggy...","wikiName":"Hellhound (Level 122)","wikiURL":"https://oldschool.runescape.wiki/w/Hellhound#Level_122","attackLevel":105,"strengthLevel":104,"defenceLevel":102,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":116,"assignableSlayerMasters":["krystilia","vannaka","chaeldar","konar","nieve","duradel"]},"106":{"members":true,"combatLevel":64,"hitpoints":69,"maxHit":6,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["wolves"],"examineText":"Not man's best friend.","wikiName":"Wolf (Level 64)","wikiURL":"https://oldschool.runescape.wiki/w/Wolf#Level_64","attackLevel":50,"strengthLevel":55,"defenceLevel":52,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":69,"assignableSlayerMasters":["turael","spria","mazchna"]},"108":{"members":true,"combatLevel":38,"hitpoints":44,"maxHit":4,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["wolves"],"examineText":"A vicious mountain wolf.","wikiName":"White wolf (Level 38)","wikiURL":"https://oldschool.runescape.wiki/w/White_wolf#Level_38","attackLevel":30,"strengthLevel":31,"defenceLevel":32,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":44,"assignableSlayerMasters":["turael","spria","mazchna"]},"112":{"members":true,"combatLevel":63,"hitpoints":62,"maxHit":6,"attackType":["stab"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["dogs"],"examineText":"Looks like it's got Rabies!sic","wikiName":"Wild dog (Normal)","wikiURL":"https://oldschool.runescape.wiki/w/Wild_dog#Normal","attackLevel":53,"strengthLevel":54,"defenceLevel":54,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":62,"assignableSlayerMasters":["turael","spria","mazchna"]},"114":{"members":true,"combatLevel":44,"hitpoints":49,"maxHit":5,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["dogs"],"examineText":"He doesn't seem pleased to see me.","wikiName":"Guard dog (Normal)","wikiURL":"https://oldschool.runescape.wiki/w/Guard_dog#Normal","attackLevel":35,"strengthLevel":36,"defenceLevel":37,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":49,"assignableSlayerMasters":["turael","spria","mazchna"]},"115":{"members":true,"combatLevel":73,"hitpoints":74,"maxHit":7,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["wolves"],"examineText":"Must be the pack leader.","wikiName":"Big Wolf (Feldip Hills)","wikiURL":"https://oldschool.runescape.wiki/w/Big_Wolf#Feldip_Hills","attackLevel":60,"strengthLevel":61,"defenceLevel":62,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":74,"assignableSlayerMasters":["turael","spria","mazchna"]},"136":{"members":true,"combatLevel":53,"hitpoints":60,"maxHit":7,"attackType":["crush"],"attackSpeed":6,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["ogres"],"examineText":"A large dim looking humanoid.","wikiName":"Ogre (Level 53)","wikiURL":"https://oldschool.runescape.wiki/w/Ogre#Level_53","attackLevel":43,"strengthLevel":43,"defenceLevel":43,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":60,"assignableSlayerMasters":["vannaka"]},"137":{"members":true,"combatLevel":65,"hitpoints":65,"maxHit":6,"attackType":["slash"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":[],"examineText":"Young, but still dangerous.","wikiName":"Baby red dragon (Construction)","wikiURL":"https://oldschool.runescape.wiki/w/Baby_red_dragon_(Construction)","attackLevel":55,"strengthLevel":55,"defenceLevel":55,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":30,"defenceSlash":50,"defenceCrush":50,"defenceMagic":40,"defenceRanged":30,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"232":{"members":true,"combatLevel":64,"hitpoints":69,"maxHit":6,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["wolves"],"examineText":"A rare jungle wolf - specific to the Kharazi jungle.","wikiName":"Jungle Wolf","wikiURL":"https://oldschool.runescape.wiki/w/Jungle_Wolf","attackLevel":50,"strengthLevel":55,"defenceLevel":52,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":70,"assignableSlayerMasters":["turael","spria","mazchna"]},"240":{"members":true,"combatLevel":172,"hitpoints":157,"maxHit":16,"attackType":["slash"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["demon"],"category":["black demons"],"examineText":"A big, scary, jet-black demon.","wikiName":"Black demon (Level 172)","wikiURL":"https://oldschool.runescape.wiki/w/Black_demon#Level_172","attackLevel":145,"strengthLevel":148,"defenceLevel":152,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":-10,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":157,"assignableSlayerMasters":["krystilia","chaeldar","konar","nieve","duradel"]},"241":{"members":true,"combatLevel":48,"hitpoints":50,"maxHit":5,"attackType":["slash"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["dragon"],"category":["blue dragons"],"examineText":"Young but still dangerous.","wikiName":"Baby blue dragon (1)","wikiURL":"https://oldschool.runescape.wiki/w/Baby_blue_dragon#1","attackLevel":40,"strengthLevel":40,"defenceLevel":40,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":10,"defenceSlash":50,"defenceCrush":50,"defenceMagic":40,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":50,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel"]},"247":{"members":true,"combatLevel":152,"hitpoints":140,"maxHit":14,"attackType":["slash","dragonfire"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["dragon","fiery"],"category":["red dragons"],"examineText":"A big powerful dragon.","wikiName":"Red dragon (1)","wikiURL":"https://oldschool.runescape.wiki/w/Red_dragon#1","attackLevel":130,"strengthLevel":130,"defenceLevel":130,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":10,"defenceSlash":70,"defenceCrush":70,"defenceMagic":60,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":143.4,"assignableSlayerMasters":["konar","nieve","duradel"]},"252":{"members":true,"combatLevel":227,"hitpoints":190,"maxHit":21,"attackType":["slash","dragonfire"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["dragon","fiery"],"category":["black dragons"],"examineText":"A fierce dragon with black scales!","wikiName":"Black dragon (Level 227)","wikiURL":"https://oldschool.runescape.wiki/w/Black_dragon#Level_227","attackLevel":200,"strengthLevel":200,"defenceLevel":200,"magicLevel":100,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":10,"defenceSlash":70,"defenceCrush":70,"defenceMagic":60,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":199.5,"assignableSlayerMasters":["krystilia","konar","nieve","duradel"]},"260":{"members":true,"combatLevel":79,"hitpoints":75,"maxHit":8,"attackType":["slash","dragonfire"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["dragon","fiery"],"category":["green dragons"],"examineText":"Must be related to Elvarg.","wikiName":"Green dragon (Level 79)","wikiURL":"https://oldschool.runescape.wiki/w/Green_dragon#Level_79","attackLevel":68,"strengthLevel":68,"defenceLevel":68,"magicLevel":68,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":10,"defenceSlash":40,"defenceCrush":40,"defenceMagic":30,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":75,"assignableSlayerMasters":["krystilia"]},"265":{"members":true,"combatLevel":111,"hitpoints":105,"maxHit":10,"attackType":["slash","dragonfire"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["dragon","fiery"],"category":["blue dragons"],"examineText":"A mother dragon.","wikiName":"Blue dragon (1)","wikiURL":"https://oldschool.runescape.wiki/w/Blue_dragon#1","attackLevel":95,"strengthLevel":95,"defenceLevel":95,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":10,"defenceSlash":70,"defenceCrush":70,"defenceMagic":60,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":107.6,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel"]},"270":{"members":true,"combatLevel":131,"hitpoints":122,"maxHit":12,"attackType":["slash","dragonfire"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["dragon","fiery"],"category":["bronze dragons"],"examineText":"Its scales seem to be made of bronze.","wikiName":"Bronze dragon (Standard)","wikiURL":"https://oldschool.runescape.wiki/w/Bronze_dragon#Standard","attackLevel":112,"strengthLevel":112,"defenceLevel":112,"magicLevel":100,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":20,"defenceSlash":70,"defenceCrush":70,"defenceMagic":30,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":125,"assignableSlayerMasters":["konar"]},"272":{"members":true,"combatLevel":189,"hitpoints":165,"maxHit":17,"attackType":["slash","dragonfire"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["dragon","fiery"],"category":["iron dragons"],"examineText":"Its scales seem to be made of iron.","wikiName":"Iron dragon (Normal)","wikiURL":"https://oldschool.runescape.wiki/w/Iron_dragon#Normal","attackLevel":165,"strengthLevel":165,"defenceLevel":165,"magicLevel":100,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":20,"defenceSlash":70,"defenceCrush":70,"defenceMagic":30,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":173.2,"assignableSlayerMasters":["konar","nieve","duradel"]},"289":{"members":true,"combatLevel":42,"hitpoints":50,"maxHit":5,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["ghouls"],"examineText":"It's totally savage.","wikiName":"Ghoul","wikiURL":"https://oldschool.runescape.wiki/w/Ghoul","attackLevel":30,"strengthLevel":40,"defenceLevel":30,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":50,"assignableSlayerMasters":["mazchna","vannaka"]},"290":{"members":false,"combatLevel":10,"hitpoints":16,"maxHit":2,"attackType":["crush"],"attackSpeed":5,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["dwarves"],"examineText":"A dwarven worker.","wikiName":"Dwarf (Level 10)","wikiURL":"https://oldschool.runescape.wiki/w/Dwarf#Level_10","attackLevel":8,"strengthLevel":8,"defenceLevel":6,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":5,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":16,"assignableSlayerMasters":["turael","spria"]},"291":{"members":false,"combatLevel":48,"hitpoints":61,"maxHit":6,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["dwarves"],"examineText":"A dwarf gone bad.","wikiName":"Chaos dwarf","wikiURL":"https://oldschool.runescape.wiki/w/Chaos_dwarf","attackLevel":38,"strengthLevel":42,"defenceLevel":28,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":40,"defenceSlash":34,"defenceCrush":25,"defenceMagic":10,"defenceRanged":35,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":61,"assignableSlayerMasters":["turael","spria"]},"319":{"members":true,"combatLevel":785,"hitpoints":2000,"maxHit":33,"attackType":["crush","magic"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":[],"category":[],"examineText":"A vision of supernatural horror.","wikiName":"Corporeal Beast","wikiURL":"https://oldschool.runescape.wiki/w/Corporeal_Beast","attackLevel":320,"strengthLevel":320,"defenceLevel":310,"magicLevel":350,"rangedLevel":150,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":25,"defenceSlash":200,"defenceCrush":100,"defenceMagic":150,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"406":{"members":true,"combatLevel":23,"hitpoints":22,"maxHit":3,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":true,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["cave crawlers"],"examineText":"A spiky crawling critter.","wikiName":"Cave crawler","wikiURL":"https://oldschool.runescape.wiki/w/Cave_crawler","attackLevel":22,"strengthLevel":18,"defenceLevel":18,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":10,"defenceSlash":10,"defenceCrush":5,"defenceMagic":5,"defenceRanged":10,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":10,"slayerXP":22,"assignableSlayerMasters":["turael","spria","mazchna"]},"410":{"members":true,"combatLevel":106,"hitpoints":97,"maxHit":11,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["leafy"],"category":["kurask"],"examineText":"Large, heavy, with sharp things attached to its head.","wikiName":"Kurask (Normal)","wikiURL":"https://oldschool.runescape.wiki/w/Kurask#Normal","attackLevel":67,"strengthLevel":105,"defenceLevel":105,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":20,"defenceCrush":20,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":70,"slayerXP":97,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel"]},"412":{"members":true,"combatLevel":111,"hitpoints":105,"maxHit":11,"attackType":["slash"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["gargoyles"],"examineText":"Flies like a rock.","wikiName":"Gargoyle","wikiURL":"https://oldschool.runescape.wiki/w/Gargoyle","attackLevel":75,"strengthLevel":105,"defenceLevel":107,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":50,"defenceSlash":60,"defenceCrush":-20,"defenceMagic":20,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":75,"slayerXP":105,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel"]},"414":{"members":true,"combatLevel":23,"hitpoints":22,"maxHit":2,"attackType":["melee","magic"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["spectral","undead"],"category":["banshees"],"examineText":"A tortured screaming soul.","wikiName":"Banshee","wikiURL":"https://oldschool.runescape.wiki/w/Banshee","attackLevel":22,"strengthLevel":15,"defenceLevel":22,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":5,"defenceSlash":5,"defenceCrush":5,"defenceMagic":0,"defenceRanged":5,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":15,"slayerXP":22,"assignableSlayerMasters":["turael","spria","mazchna"]},"415":{"members":true,"combatLevel":124,"hitpoints":150,"maxHit":8,"attackType":["stab"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["demon"],"category":["abyssal demons"],"examineText":"A denizen of the Abyss!","wikiName":"Abyssal demon (Standard)","wikiURL":"https://oldschool.runescape.wiki/w/Abyssal_demon#Standard","attackLevel":97,"strengthLevel":67,"defenceLevel":135,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":20,"defenceSlash":20,"defenceCrush":20,"defenceMagic":0,"defenceRanged":20,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":85,"slayerXP":150,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel","krystilia"]},"417":{"members":true,"combatLevel":61,"hitpoints":75,"maxHit":5,"attackType":["slash"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["basilisks"],"examineText":"The eyes of evil.","wikiName":"Basilisk (Normal)","wikiURL":"https://oldschool.runescape.wiki/w/Basilisk#Normal","attackLevel":30,"strengthLevel":45,"defenceLevel":75,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":20,"defenceSlash":20,"defenceCrush":0,"defenceMagic":20,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":40,"slayerXP":75,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel"]},"420":{"members":true,"combatLevel":37,"hitpoints":37,"maxHit":5,"attackType":["stab"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["cockatrice"],"examineText":"The winged reptile.","wikiName":"Cockatrice (Unused)","wikiURL":"https://oldschool.runescape.wiki/w/Cockatrice#Unused","attackLevel":22,"strengthLevel":37,"defenceLevel":37,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":10,"defenceSlash":10,"defenceCrush":0,"defenceMagic":10,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":25,"slayerXP":37,"assignableSlayerMasters":["mazchna","vannaka"]},"421":{"members":true,"combatLevel":29,"hitpoints":27,"maxHit":4,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["rockslugs"],"examineText":"The slime of evil.","wikiName":"Rockslug (Cave)","wikiURL":"https://oldschool.runescape.wiki/w/Rockslug#Cave","attackLevel":22,"strengthLevel":27,"defenceLevel":27,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":20,"slayerXP":27,"assignableSlayerMasters":["mazchna"]},"423":{"members":true,"combatLevel":93,"hitpoints":105,"maxHit":8,"attackType":["melee","ranged"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["dust devils"],"examineText":"The vacuumed face of evil.","wikiName":"Dust devil (Smoke Dungeon)","wikiURL":"https://oldschool.runescape.wiki/w/Dust_devil#Smoke_Dungeon","attackLevel":105,"strengthLevel":70,"defenceLevel":40,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":65,"slayerXP":105,"assignableSlayerMasters":["krystilia","vannaka","chaeldar","konar","nieve","duradel","krystilia"]},"426":{"members":true,"combatLevel":86,"hitpoints":78,"maxHit":10,"attackType":["stab"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["leafy"],"category":["turoth"],"examineText":"He's one leg short!","wikiName":"Turoth (Level 86 (unused))","wikiURL":"https://oldschool.runescape.wiki/w/Turoth#Level_86_(unused)","attackLevel":55,"strengthLevel":85,"defenceLevel":85,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":20,"defenceCrush":20,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":55,"slayerXP":78,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve"]},"433":{"members":true,"combatLevel":43,"hitpoints":45,"maxHit":4,"attackType":["melee","magic"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["demon","fiery"],"category":["pyrefiends"],"examineText":"A small fire demon.","wikiName":"Pyrefiend (Regular)","wikiURL":"https://oldschool.runescape.wiki/w/Pyrefiend#Regular","attackLevel":52,"strengthLevel":30,"defenceLevel":22,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":10,"defenceSlash":10,"defenceCrush":10,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":30,"slayerXP":45,"assignableSlayerMasters":["mazchna","vannaka"]},"437":{"members":true,"combatLevel":78,"hitpoints":75,"maxHit":5,"attackType":["melee","magic"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["jellies"],"examineText":"Looks scared to see me.","wikiName":"Jelly (Regular)","wikiURL":"https://oldschool.runescape.wiki/w/Jelly#Regular","attackLevel":45,"strengthLevel":45,"defenceLevel":120,"magicLevel":45,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":52,"slayerXP":75,"assignableSlayerMasters":["krystilia","vannaka","chaeldar","konar"]},"447":{"members":true,"combatLevel":66,"hitpoints":60,"maxHit":8,"attackType":["magic"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["infernal mages"],"examineText":"An evil magic user.","wikiName":"Infernal Mage","wikiURL":"https://oldschool.runescape.wiki/w/Infernal_Mage","attackLevel":1,"strengthLevel":1,"defenceLevel":60,"magicLevel":75,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":40,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":45,"slayerXP":60,"assignableSlayerMasters":["vannaka"]},"448":{"members":true,"combatLevel":8,"hitpoints":16,"maxHit":1,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["undead"],"category":["crawling hands"],"examineText":"Gimmie five. Actually, don't.","wikiName":"Crawling Hand (Level 8 (1))","wikiURL":"https://oldschool.runescape.wiki/w/Crawling_Hand#Level_8_(1)","attackLevel":8,"strengthLevel":4,"defenceLevel":4,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":5,"slayerXP":16,"assignableSlayerMasters":["turael","spria","mazchna"]},"458":{"members":true,"combatLevel":42,"hitpoints":40,"maxHit":5,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["lizards"],"examineText":"Run away, it's massive!","wikiName":"Lizard","wikiURL":"https://oldschool.runescape.wiki/w/Lizard","attackLevel":38,"strengthLevel":36,"defenceLevel":35,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":5,"defenceSlash":15,"defenceCrush":15,"defenceMagic":0,"defenceRanged":5,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":22,"slayerXP":40,"assignableSlayerMasters":["turael","spria","mazchna"]},"459":{"members":true,"combatLevel":24,"hitpoints":25,"maxHit":3,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["lizards"],"examineText":"A cold-blooded creature, partial to warmth.","wikiName":"Desert Lizard (Green)","wikiURL":"https://oldschool.runescape.wiki/w/Desert_Lizard#Green","attackLevel":20,"strengthLevel":22,"defenceLevel":20,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":5,"defenceSlash":15,"defenceCrush":15,"defenceMagic":0,"defenceRanged":5,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":22,"slayerXP":25,"assignableSlayerMasters":["turael","spria","mazchna","vannaka","chaeldar"]},"463":{"members":true,"combatLevel":12,"hitpoints":15,"maxHit":2,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["lizards"],"examineText":"A small cold-blooded creature, partial to warmth.","wikiName":"Small Lizard (Orange)","wikiURL":"https://oldschool.runescape.wiki/w/Small_Lizard#Orange","attackLevel":10,"strengthLevel":10,"defenceLevel":10,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":5,"defenceCrush":5,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":22,"slayerXP":15,"assignableSlayerMasters":["turael","spria","mazchna","vannaka","chaeldar"]},"464":{"members":true,"combatLevel":46,"hitpoints":25,"maxHit":6,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["harpie bug swarms"],"examineText":"A swarm of bugs.","wikiName":"Harpie Bug Swarm","wikiURL":"https://oldschool.runescape.wiki/w/Harpie_Bug_Swarm","attackLevel":54,"strengthLevel":46,"defenceLevel":32,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":10,"defenceSlash":5,"defenceCrush":10,"defenceMagic":5,"defenceRanged":10,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":33,"slayerXP":25,"assignableSlayerMasters":["vannaka"]},"465":{"members":true,"combatLevel":140,"hitpoints":200,"maxHit":13,"attackType":["slash","ranged"],"attackSpeed":6,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["dragon"],"category":["skeletal wyverns"],"examineText":"A very dangerous pile of animated wyvern bones.","wikiName":"Skeletal Wyvern (2)","wikiURL":"https://oldschool.runescape.wiki/w/Skeletal_Wyvern#2","attackLevel":125,"strengthLevel":116,"defenceLevel":120,"magicLevel":125,"rangedLevel":120,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":140,"defenceSlash":90,"defenceCrush":90,"defenceMagic":80,"defenceRanged":140,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":72,"slayerXP":210,"assignableSlayerMasters":["chaeldar","konar","nieve","duradel"]},"469":{"members":true,"combatLevel":55,"hitpoints":51,"maxHit":6,"attackType":["melee","ranged","magic"],"attackSpeed":2,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["killerwatts"],"examineText":"An angry electrical shock!","wikiName":"Killerwatt (Attacking)","wikiURL":"https://oldschool.runescape.wiki/w/Killerwatt#Attacking","attackLevel":50,"strengthLevel":50,"defenceLevel":40,"magicLevel":67,"rangedLevel":67,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":10,"defenceSlash":10,"defenceCrush":10,"defenceMagic":20,"defenceRanged":-10,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":37,"slayerXP":51,"assignableSlayerMasters":["mazchna"]},"476":{"members":true,"combatLevel":49,"hitpoints":105,"maxHit":4,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":[],"category":["wall beasts"],"examineText":"A big, scary hand!","wikiName":"Wall beast (Beast)","wikiURL":"https://oldschool.runescape.wiki/w/Wall_beast#Beast","attackLevel":30,"strengthLevel":30,"defenceLevel":16,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":35,"slayerXP":105,"assignableSlayerMasters":["mazchna"]},"477":{"members":true,"combatLevel":99,"hitpoints":100,"maxHit":9,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":[],"examineText":"It didn't get that big eating flies.","wikiName":"Giant frog (Level 99)","wikiURL":"https://oldschool.runescape.wiki/w/Giant_frog#Level_99","attackLevel":100,"strengthLevel":80,"defenceLevel":65,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"480":{"members":true,"combatLevel":23,"hitpoints":25,"maxHit":2,"attackType":["stab"],"attackSpeed":4,"aggressive":false,"poisonous":true,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["cave slimes"],"examineText":"A foul-smelling blob of protoplasm.","wikiName":"Cave slime","wikiURL":"https://oldschool.runescape.wiki/w/Cave_slime","attackLevel":13,"strengthLevel":13,"defenceLevel":35,"magicLevel":13,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":17,"slayerXP":25,"assignableSlayerMasters":["turael","spria","mazchna"]},"481":{"members":true,"combatLevel":6,"hitpoints":5,"maxHit":1,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["cave bugs"],"examineText":"A nasty crawling critter.","wikiName":"Cave bug (Level 6)","wikiURL":"https://oldschool.runescape.wiki/w/Cave_bug#Level_6","attackLevel":6,"strengthLevel":5,"defenceLevel":6,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":10,"defenceSlash":10,"defenceCrush":5,"defenceMagic":5,"defenceRanged":10,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":7,"slayerXP":5,"assignableSlayerMasters":["turael","spria","mazchna"]},"484":{"members":true,"combatLevel":76,"hitpoints":120,"maxHit":5,"attackType":["melee","magic"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["demon"],"category":["bloodveld"],"examineText":"The tongue of evil.","wikiName":"Bloodveld (Standard)","wikiURL":"https://oldschool.runescape.wiki/w/Bloodveld#Standard","attackLevel":75,"strengthLevel":45,"defenceLevel":30,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":50,"slayerXP":120,"assignableSlayerMasters":["krystilia","vannaka","chaeldar","konar","nieve","duradel"]},"492":{"members":true,"combatLevel":127,"hitpoints":125,"maxHit":13,"attackType":["magic"],"attackSpeed":6,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["cave kraken"],"examineText":"Kraken' good time!","wikiName":"Cave kraken (Cave kraken)","wikiURL":"https://oldschool.runescape.wiki/w/Cave_kraken#Cave_kraken","attackLevel":1,"strengthLevel":1,"defenceLevel":150,"magicLevel":120,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":-63,"defenceRanged":100,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":87,"slayerXP":125,"assignableSlayerMasters":["chaeldar","konar","nieve","duradel"]},"494":{"members":true,"combatLevel":291,"hitpoints":255,"maxHit":28,"attackType":["magic","typeless"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["cave kraken","bosses"],"examineText":"We'll fight, until world's end.","wikiName":"Kraken (Kraken)","wikiURL":"https://oldschool.runescape.wiki/w/Kraken#Kraken","attackLevel":1,"strengthLevel":1,"defenceLevel":1,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":130,"defenceRanged":300,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":87,"slayerXP":255,"assignableSlayerMasters":["chaeldar","konar","nieve","duradel"]},"498":{"members":true,"combatLevel":160,"hitpoints":185,"maxHit":20,"attackType":["ranged","magic"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["smoke devils"],"examineText":"Stay away from smoke, kids.","wikiName":"Smoke devil","wikiURL":"https://oldschool.runescape.wiki/w/Smoke_devil","attackLevel":140,"strengthLevel":130,"defenceLevel":275,"magicLevel":1,"rangedLevel":195,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":600,"defenceRanged":44,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":93,"slayerXP":185,"assignableSlayerMasters":["konar","nieve","duradel"]},"499":{"members":true,"combatLevel":301,"hitpoints":240,"maxHit":8,"attackType":["ranged","magic","typeless"],"attackSpeed":2,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["bosses","smoke devils"],"examineText":"Woah.","wikiName":"Thermonuclear smoke devil","wikiURL":"https://oldschool.runescape.wiki/w/Thermonuclear_smoke_devil","attackLevel":230,"strengthLevel":220,"defenceLevel":360,"magicLevel":1,"rangedLevel":310,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":11,"defenceSlash":4,"defenceCrush":9,"defenceMagic":800,"defenceRanged":900,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":93,"slayerXP":240,"assignableSlayerMasters":["konar","nieve","duradel"]},"509":{"members":true,"combatLevel":83,"hitpoints":80,"maxHit":8,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["spectral"],"category":["bats","ghosts"],"examineText":"A shadowy, barely visible flying entity from some evil place.","wikiName":"Death wing","wikiURL":"https://oldschool.runescape.wiki/w/Death_wing","attackLevel":70,"strengthLevel":70,"defenceLevel":70,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":80,"assignableSlayerMasters":["turael","spria","mazchna"]},"516":{"members":false,"combatLevel":33,"hitpoints":42,"maxHit":4,"attackType":["slash"],"attackSpeed":5,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["black knights"],"examineText":"A dark-hearted knight.","wikiName":"Black Knight (Hostile, male)","wikiURL":"https://oldschool.runescape.wiki/w/Black_Knight#Hostile,_male","attackLevel":25,"strengthLevel":25,"defenceLevel":25,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":73,"defenceSlash":76,"defenceCrush":70,"defenceMagic":-11,"defenceRanged":72,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":42,"assignableSlayerMasters":["krystilia"]},"520":{"members":true,"combatLevel":13,"hitpoints":20,"maxHit":2,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["chaos druids"],"examineText":"A crazy, evil druid.","wikiName":"Chaos druid","wikiURL":"https://oldschool.runescape.wiki/w/Chaos_druid","attackLevel":8,"strengthLevel":8,"defenceLevel":12,"magicLevel":10,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":20,"assignableSlayerMasters":["krystilia"]},"521":{"members":true,"combatLevel":23,"hitpoints":20,"maxHit":3,"attackType":["slash"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["pirates"],"examineText":"Yar! Shiver me timbers!","wikiName":"Pirate (Pirate's Cove)","wikiURL":"https://oldschool.runescape.wiki/w/Pirate#Pirate's_Cove","attackLevel":20,"strengthLevel":20,"defenceLevel":20,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":1,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":20,"assignableSlayerMasters":["krystilia"]},"526":{"members":true,"combatLevel":15,"hitpoints":17,"maxHit":2,"attackType":["stab"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["rogues"],"examineText":"Rogueish.","wikiName":"Rogue (Level 15)","wikiURL":"https://oldschool.runescape.wiki/w/Rogue#Level_15","attackLevel":13,"strengthLevel":13,"defenceLevel":13,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":6,"defenceSlash":9,"defenceCrush":11,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":17,"assignableSlayerMasters":["krystilia"]},"531":{"members":false,"combatLevel":8,"hitpoints":17,"maxHit":2,"attackType":["slash"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["dark warriors"],"examineText":"A warrior touched by chaos.","wikiName":"Dark warrior (Level 8)","wikiURL":"https://oldschool.runescape.wiki/w/Dark_warrior#Level_8","attackLevel":5,"strengthLevel":5,"defenceLevel":5,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":96,"defenceSlash":79,"defenceCrush":59,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":17,"assignableSlayerMasters":["krystilia"]},"537":{"members":true,"combatLevel":74,"hitpoints":65,"maxHit":8,"attackType":["melee","ranged","magic"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["mutated zygomites"],"examineText":"A bouncy fungus.","wikiName":"Zygomite","wikiURL":"https://oldschool.runescape.wiki/w/Zygomite","attackLevel":65,"strengthLevel":65,"defenceLevel":65,"magicLevel":65,"rangedLevel":65,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":10,"defenceSlash":10,"defenceCrush":10,"defenceMagic":20,"defenceRanged":20,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":57,"slayerXP":65,"assignableSlayerMasters":["chaeldar","konar","nieve","duradel"]},"626":{"members":true,"combatLevel":49,"hitpoints":40,"maxHit":4,"attackType":["stab"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["fever spiders"],"examineText":"A bunch of legs, eyes and teeth.","wikiName":"Fever spider","wikiURL":"https://oldschool.runescape.wiki/w/Fever_spider","attackLevel":60,"strengthLevel":30,"defenceLevel":40,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":20,"defenceSlash":15,"defenceCrush":10,"defenceMagic":15,"defenceRanged":15,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":42,"slayerXP":40,"assignableSlayerMasters":["vannaka","chaeldar"]},"645":{"members":true,"combatLevel":96,"hitpoints":70,"maxHit":10,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["wolves"],"examineText":"Not man's best friend.","wikiName":"Ice wolf (Level 96)","wikiURL":"https://oldschool.runescape.wiki/w/Ice_wolf#Level_96","attackLevel":100,"strengthLevel":90,"defenceLevel":70,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":70,"assignableSlayerMasters":["turael","spria","mazchna"]},"648":{"members":true,"combatLevel":124,"hitpoints":80,"maxHit":25,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["trolls"],"examineText":"Brrrrr...he must be cold!","wikiName":"Ice troll (Level 124)","wikiURL":"https://oldschool.runescape.wiki/w/Ice_troll#Level_124","attackLevel":140,"strengthLevel":120,"defenceLevel":80,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":30,"defenceSlash":60,"defenceCrush":30,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":86,"assignableSlayerMasters":["vannaka","chaeldar","nieve","duradel"]},"655":{"members":false,"combatLevel":5,"hitpoints":12,"maxHit":1,"attackType":["crush"],"attackSpeed":6,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["goblins"],"examineText":"An ugly goblin... bleurgh!","wikiName":"Goblin (Goblin Village) (Red)","wikiURL":"https://oldschool.runescape.wiki/w/Goblin_(Goblin_Village)#Red","attackLevel":3,"strengthLevel":1,"defenceLevel":4,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":12,"assignableSlayerMasters":["turael","spria"]},"690":{"members":true,"combatLevel":74,"hitpoints":65,"maxHit":7,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":[],"category":[],"examineText":"A tough-looking criminal.","wikiName":"Bandit (Bandit Camp) (Level 74)","wikiURL":"https://oldschool.runescape.wiki/w/Bandit_(Bandit_Camp)#Level_74","attackLevel":65,"strengthLevel":65,"defenceLevel":65,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"736":{"members":true,"combatLevel":41,"hitpoints":30,"maxHit":7,"attackType":["slash"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":[],"examineText":"Tough-looking.","wikiName":"Bandit (Pollnivneach) (Bearded)","wikiURL":"https://oldschool.runescape.wiki/w/Bandit_(Pollnivneach)#Bearded","attackLevel":40,"strengthLevel":50,"defenceLevel":20,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":9,"defenceCrush":8,"defenceMagic":10,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"787":{"members":true,"combatLevel":111,"hitpoints":105,"maxHit":10,"attackType":["stab","magic"],"attackSpeed":6,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["suqahs"],"examineText":"A strange creature unique to Lunar Isle.","wikiName":"Suqah (1)","wikiURL":"https://oldschool.runescape.wiki/w/Suqah#1","attackLevel":95,"strengthLevel":95,"defenceLevel":95,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":50,"defenceSlash":70,"defenceCrush":70,"defenceMagic":90,"defenceRanged":50,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":107.6,"assignableSlayerMasters":["nieve","duradel"]},"794":{"members":true,"combatLevel":93,"hitpoints":50,"maxHit":17,"attackType":["magic"],"attackSpeed":15,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["kalphite"],"category":["scabarites"],"examineText":"Part scarab, part human.","wikiName":"Scarab Mage (Level 93)","wikiURL":"https://oldschool.runescape.wiki/w/Scarab_Mage#Level_93","attackLevel":90,"strengthLevel":90,"defenceLevel":90,"magicLevel":70,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":70,"attackRanged":0,"defenceStab":40,"defenceSlash":90,"defenceCrush":90,"defenceMagic":34,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":51.2,"assignableSlayerMasters":["nieve"]},"795":{"members":true,"combatLevel":106,"hitpoints":90,"maxHit":15,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["kalphite"],"category":["scabarites"],"examineText":"A mounted lancer.","wikiName":"Locust rider (Lancer)","wikiURL":"https://oldschool.runescape.wiki/w/Locust_rider#Lancer","attackLevel":100,"strengthLevel":90,"defenceLevel":90,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":90,"defenceSlash":90,"defenceCrush":40,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":92.5,"assignableSlayerMasters":["nieve"]},"866":{"members":true,"combatLevel":44,"hitpoints":71,"maxHit":5,"attackType":["crush"],"attackSpeed":6,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["undead"],"category":["ogres","zombies"],"examineText":"A partially decomposing zombie ogre.","wikiName":"Zogre","wikiURL":"https://oldschool.runescape.wiki/w/Zogre","attackLevel":20,"strengthLevel":36,"defenceLevel":35,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":71,"assignableSlayerMasters":["turael","spria","vannaka"]},"878":{"members":true,"combatLevel":44,"hitpoints":71,"maxHit":5,"attackType":["crush"],"attackSpeed":6,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["undead"],"category":["ogres","skeletons"],"examineText":"It's falling apart!","wikiName":"Skogre","wikiURL":"https://oldschool.runescape.wiki/w/Skogre","attackLevel":20,"strengthLevel":36,"defenceLevel":35,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":71,"assignableSlayerMasters":["turael","spria","vannaka"]},"936":{"members":true,"combatLevel":69,"hitpoints":90,"maxHit":11,"attackType":["crush"],"attackSpeed":6,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["trolls"],"examineText":"Small for a troll but mean and ugly.","wikiName":"Mountain troll (Level 69)","wikiURL":"https://oldschool.runescape.wiki/w/Mountain_troll#Level_69","attackLevel":40,"strengthLevel":75,"defenceLevel":40,"magicLevel":0,"rangedLevel":0,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":10,"defenceMagic":200,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":90,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel"]},"955":{"members":true,"combatLevel":28,"hitpoints":40,"maxHit":3,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["kalphite"],"category":["kalphite"],"examineText":"I don't think insect repellent will work...","wikiName":"Kalphite Worker","wikiURL":"https://oldschool.runescape.wiki/w/Kalphite_Worker","attackLevel":20,"strengthLevel":20,"defenceLevel":20,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":5,"defenceSlash":5,"defenceCrush":1,"defenceMagic":10,"defenceRanged":10,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":40,"assignableSlayerMasters":["turael","spria","mazchna","vannaka","chaeldar","konar","nieve","duradel"]},"957":{"members":true,"combatLevel":85,"hitpoints":90,"maxHit":8,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":true,"immuneToPoison":false,"immuneToVenom":false,"attributes":["kalphite"],"category":["kalphite"],"examineText":"I don't think insect repellent will work...","wikiName":"Kalphite Soldier (Kalphite Lair)","wikiURL":"https://oldschool.runescape.wiki/w/Kalphite_Soldier#Kalphite_Lair","attackLevel":70,"strengthLevel":70,"defenceLevel":70,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":25,"defenceSlash":25,"defenceCrush":5,"defenceMagic":50,"defenceRanged":50,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":90,"assignableSlayerMasters":["turael","spria","mazchna","vannaka","chaeldar","konar","nieve","duradel"]},"959":{"members":true,"combatLevel":141,"hitpoints":170,"maxHit":12,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":true,"immuneToPoison":false,"immuneToVenom":false,"attributes":["kalphite"],"category":["kalphite"],"examineText":"I don't think insect repellent will work...","wikiName":"Kalphite Guardian (Upper level)","wikiURL":"https://oldschool.runescape.wiki/w/Kalphite_Guardian#Upper_level","attackLevel":110,"strengthLevel":110,"defenceLevel":110,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":25,"defenceSlash":25,"defenceCrush":5,"defenceMagic":50,"defenceRanged":50,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":170,"assignableSlayerMasters":["turael","spria","mazchna","vannaka","chaeldar","konar","nieve","duradel"]},"963":{"members":true,"combatLevel":333,"hitpoints":255,"maxHit":31,"attackType":["stab","ranged","magic"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["kalphite"],"category":["kalphite","bosses"],"examineText":"I don't think insect repellent will work...","wikiName":"Kalphite Queen (Crawling)","wikiURL":"https://oldschool.runescape.wiki/w/Kalphite_Queen#Crawling","attackLevel":300,"strengthLevel":300,"defenceLevel":300,"magicLevel":150,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":50,"defenceSlash":50,"defenceCrush":10,"defenceMagic":100,"defenceRanged":100,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":535.5,"assignableSlayerMasters":["turael","spria","mazchna","vannaka","chaeldar","konar","nieve","duradel"]},"995":{"members":true,"combatLevel":22,"hitpoints":30,"maxHit":3,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":[],"examineText":"A guard for the 'Humans Against Monsters' group.","wikiName":"Guard (Death to the Dorgeshuun)","wikiURL":"https://oldschool.runescape.wiki/w/Guard_(Death_to_the_Dorgeshuun)","attackLevel":16,"strengthLevel":20,"defenceLevel":12,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":7,"defenceSlash":7,"defenceCrush":0,"defenceMagic":0,"defenceRanged":7,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"1027":{"members":false,"combatLevel":22,"hitpoints":27,"maxHit":3,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["bandits"],"examineText":"Bandit Camp guard.","wikiName":"Guard Bandit","wikiURL":"https://oldschool.runescape.wiki/w/Guard_Bandit","attackLevel":17,"strengthLevel":17,"defenceLevel":17,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":4,"defenceSlash":8,"defenceCrush":5,"defenceMagic":1,"defenceRanged":4,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":29,"assignableSlayerMasters":["krystilia"]},"1042":{"members":true,"combatLevel":70,"hitpoints":45,"maxHit":8,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["jungle horrors"],"examineText":"A horrible, emaciated ape like creature with beady red eyes.","wikiName":"Jungle horror (Red eyes)","wikiURL":"https://oldschool.runescape.wiki/w/Jungle_horror#Red_eyes","attackLevel":70,"strengthLevel":70,"defenceLevel":55,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":45,"assignableSlayerMasters":["vannaka","chaeldar"]},"1047":{"members":true,"combatLevel":80,"hitpoints":55,"maxHit":9,"attackType":["melee","magic"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["cave horrors"],"examineText":"A horrible, emaciated ape like creature with beady red eyes.","wikiName":"Cave horror","wikiURL":"https://oldschool.runescape.wiki/w/Cave_horror","attackLevel":80,"strengthLevel":77,"defenceLevel":62,"magicLevel":80,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":58,"slayerXP":55,"assignableSlayerMasters":["chaeldar","nieve","duradel"]},"1097":{"members":true,"combatLevel":90,"hitpoints":85,"maxHit":8,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":true,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["sea snakes"],"examineText":"Snake, snake, oh, it's a young snake...","wikiName":"Sea Snake Young","wikiURL":"https://oldschool.runescape.wiki/w/Sea_Snake_Young","attackLevel":90,"strengthLevel":70,"defenceLevel":70,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":40,"slayerXP":85,"assignableSlayerMasters":["vannaka"]},"1098":{"members":true,"combatLevel":62,"hitpoints":50,"maxHit":6,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":true,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["sea snakes"],"examineText":"A baby sea snake. Snaaaaaaake!","wikiName":"Sea Snake Hatchling","wikiURL":"https://oldschool.runescape.wiki/w/Sea_Snake_Hatchling","attackLevel":60,"strengthLevel":55,"defenceLevel":50,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":40,"slayerXP":50,"assignableSlayerMasters":["vannaka"]},"1101":{"members":true,"combatLevel":149,"hitpoints":100,"maxHit":14,"attackType":["crush","ranged"],"attackSpeed":4,"aggressive":true,"poisonous":true,"immuneToPoison":true,"immuneToVenom":true,"attributes":[],"category":[],"examineText":"A big snake that lives in the sea. How did it get in here?","wikiName":"Giant Sea Snake","wikiURL":"https://oldschool.runescape.wiki/w/Giant_Sea_Snake","attackLevel":170,"strengthLevel":90,"defenceLevel":160,"magicLevel":1,"rangedLevel":130,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"1118":{"members":false,"combatLevel":4,"hitpoints":13,"maxHit":1,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":[],"examineText":"One of Gielinor's many citizens.","wikiName":"Man (level 4) (Normal)","wikiURL":"https://oldschool.runescape.wiki/w/Man_(level_4)#Normal","attackLevel":2,"strengthLevel":1,"defenceLevel":1,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":1,"defenceSlash":1,"defenceCrush":1,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"1119":{"members":true,"combatLevel":3,"hitpoints":10,"maxHit":1,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":[],"examineText":"One of Gielinor's many citizens.","wikiName":"Woman (West Ardougne) (Level 3 (1))","wikiURL":"https://oldschool.runescape.wiki/w/Woman_(West_Ardougne)#Level_3_(1)","attackLevel":2,"strengthLevel":1,"defenceLevel":1,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":1,"defenceSlash":1,"defenceCrush":1,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"1144":{"members":true,"combatLevel":59,"hitpoints":57,"maxHit":8,"attackType":["slash"],"attackSpeed":5,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":[],"examineText":"A holy warrior.","wikiName":"Paladin (1)","wikiURL":"https://oldschool.runescape.wiki/w/Paladin#1","attackLevel":54,"strengthLevel":54,"defenceLevel":54,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":87,"defenceSlash":84,"defenceCrush":76,"defenceMagic":-10,"defenceRanged":79,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"1277":{"members":true,"combatLevel":40,"hitpoints":38,"maxHit":4,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":["shade","spectral","undead"],"category":["shades"],"examineText":"The shadowy remains of a long departed soul.","wikiName":"Loar Shade (Shade)","wikiURL":"https://oldschool.runescape.wiki/w/Loar_Shade#Shade","attackLevel":45,"strengthLevel":30,"defenceLevel":26,"magicLevel":0,"rangedLevel":0,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":38,"assignableSlayerMasters":["mazchna","vannaka"]},"1280":{"members":true,"combatLevel":60,"hitpoints":56,"maxHit":6,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":["shade","spectral","undead"],"category":["shades"],"examineText":"The shadowy remains of a long departed soul.","wikiName":"Phrin Shade (Shade)","wikiURL":"https://oldschool.runescape.wiki/w/Phrin_Shade#Shade","attackLevel":64,"strengthLevel":47,"defenceLevel":42,"magicLevel":0,"rangedLevel":0,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":56,"assignableSlayerMasters":["mazchna","vannaka"]},"1282":{"members":true,"combatLevel":80,"hitpoints":76,"maxHit":6,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":["shade","spectral","undead"],"category":["shades"],"examineText":"The shadowy remains of a long departed soul.","wikiName":"Riyl Shade (Shade)","wikiURL":"https://oldschool.runescape.wiki/w/Riyl_Shade#Shade","attackLevel":88,"strengthLevel":55,"defenceLevel":60,"magicLevel":0,"rangedLevel":0,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":76,"assignableSlayerMasters":["mazchna","vannaka"]},"1284":{"members":true,"combatLevel":100,"hitpoints":90,"maxHit":9,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":["shade","spectral","undead"],"category":["shades"],"examineText":"The shadowy remains of a long departed soul.","wikiName":"Asyn Shade (Shade)","wikiURL":"https://oldschool.runescape.wiki/w/Asyn_Shade#Shade","attackLevel":102,"strengthLevel":84,"defenceLevel":70,"magicLevel":0,"rangedLevel":0,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":90,"assignableSlayerMasters":["mazchna","vannaka"]},"1286":{"members":true,"combatLevel":120,"hitpoints":110,"maxHit":11,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":["shade","spectral","undead"],"category":["shades"],"examineText":"The shadowy remains of a long departed soul.","wikiName":"Fiyr Shade (Shade)","wikiURL":"https://oldschool.runescape.wiki/w/Fiyr_Shade#Shade","attackLevel":120,"strengthLevel":100,"defenceLevel":85,"magicLevel":0,"rangedLevel":0,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":110,"assignableSlayerMasters":["mazchna","vannaka"]},"1338":{"members":false,"combatLevel":2,"hitpoints":6,"maxHit":0,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["birds"],"examineText":"A messy bird.","wikiName":"Seagull (Level 2)","wikiURL":"https://oldschool.runescape.wiki/w/Seagull#Level_2","attackLevel":1,"strengthLevel":1,"defenceLevel":1,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":-42,"defenceSlash":-42,"defenceCrush":-42,"defenceMagic":-42,"defenceRanged":-42,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":5,"assignableSlayerMasters":["turael","spria"]},"1354":{"members":true,"combatLevel":44,"hitpoints":40,"maxHit":5,"attackType":["crush"],"attackSpeed":5,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["dwarves"],"examineText":"A short stout menacing fellow.","wikiName":"Dwarf gang member (Level 44)","wikiURL":"https://oldschool.runescape.wiki/w/Dwarf_gang_member#Level_44","attackLevel":40,"strengthLevel":40,"defenceLevel":35,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":7,"defenceSlash":7,"defenceCrush":0,"defenceMagic":0,"defenceRanged":7,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":40,"assignableSlayerMasters":["turael","spria"]},"1475":{"members":true,"combatLevel":6,"hitpoints":10,"maxHit":0,"attackType":[],"attackSpeed":null,"aggressive":false,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":[],"category":["birds"],"examineText":"A large boisterous bird, a delicacy for ogres.","wikiName":"Chompy bird","wikiURL":"https://oldschool.runescape.wiki/w/Chompy_bird","attackLevel":5,"strengthLevel":5,"defenceLevel":3,"magicLevel":0,"rangedLevel":0,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":10,"assignableSlayerMasters":["turael","spria"]},"1673":{"members":true,"combatLevel":115,"hitpoints":100,"maxHit":29,"attackType":["slash"],"attackSpeed":7,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["spectral"],"category":["bosses"],"examineText":"A vengeful spirit corrupted by dark magic.","wikiName":"Dharok the Wretched","wikiURL":"https://oldschool.runescape.wiki/w/Dharok_the_Wretched","attackLevel":100,"strengthLevel":100,"defenceLevel":100,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":-58,"attackRanged":-18,"defenceStab":252,"defenceSlash":250,"defenceCrush":244,"defenceMagic":-11,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":115,"assignableSlayerMasters":["konar","nieve","duradel"]},"1679":{"members":true,"combatLevel":43,"hitpoints":35,"maxHit":3,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["rats"],"examineText":"A nasty little rodent.","wikiName":"Crypt rat","wikiURL":"https://oldschool.runescape.wiki/w/Crypt_rat","attackLevel":70,"strengthLevel":20,"defenceLevel":20,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":35,"assignableSlayerMasters":["turael","spria"]},"1684":{"members":true,"combatLevel":79,"hitpoints":80,"maxHit":8,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["spiders"],"examineText":"Not very incey wincey.","wikiName":"Giant crypt spider","wikiURL":"https://oldschool.runescape.wiki/w/Giant_crypt_spider","attackLevel":65,"strengthLevel":67,"defenceLevel":65,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":20,"defenceSlash":20,"defenceCrush":10,"defenceMagic":17,"defenceRanged":20,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":80,"assignableSlayerMasters":["turael","spria"]},"1792":{"members":true,"combatLevel":23,"hitpoints":21,"maxHit":6,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":[],"examineText":"They'll eat anything!","wikiName":"Goat (Brown)","wikiURL":"https://oldschool.runescape.wiki/w/Goat#Brown","attackLevel":20,"strengthLevel":20,"defenceLevel":20,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":10,"defenceSlash":10,"defenceCrush":0,"defenceMagic":0,"defenceRanged":10,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"1838":{"members":false,"combatLevel":1,"hitpoints":3,"maxHit":0,"attackType":["stab"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["birds"],"examineText":"Quackers.","wikiName":"Duck (Male)","wikiURL":"https://oldschool.runescape.wiki/w/Duck#Male","attackLevel":1,"strengthLevel":1,"defenceLevel":1,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":-42,"defenceSlash":-42,"defenceCrush":-42,"defenceMagic":-42,"defenceRanged":-42,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":3,"assignableSlayerMasters":["turael","spria"]},"1871":{"members":true,"combatLevel":83,"hitpoints":80,"maxHit":11,"attackType":["slash"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["dragon"],"category":["black dragons"],"examineText":"Young but still dangerous.","wikiName":"Baby black dragon","wikiURL":"https://oldschool.runescape.wiki/w/Baby_black_dragon","attackLevel":70,"strengthLevel":70,"defenceLevel":70,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":10,"defenceSlash":50,"defenceCrush":50,"defenceMagic":40,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":80,"assignableSlayerMasters":["konar","nieve","duradel"]},"2001":{"members":false,"combatLevel":1,"hitpoints":3,"maxHit":0,"attackType":["stab"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["birds"],"examineText":"Mini quackers.","wikiName":"Duckling","wikiURL":"https://oldschool.runescape.wiki/w/Duckling","attackLevel":1,"strengthLevel":1,"defenceLevel":1,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":-42,"defenceSlash":-42,"defenceCrush":-42,"defenceMagic":-42,"defenceRanged":-42,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":3,"assignableSlayerMasters":["turael","spria"]},"2005":{"members":false,"combatLevel":82,"hitpoints":79,"maxHit":8,"attackType":["slash"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["demon"],"category":["lesser demons"],"examineText":"Lesser, but still pretty big.","wikiName":"Lesser demon (Level 82)","wikiURL":"https://oldschool.runescape.wiki/w/Lesser_demon#Level_82","attackLevel":68,"strengthLevel":70,"defenceLevel":71,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":-10,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":79,"assignableSlayerMasters":["krystilia","vannaka","chaeldar"]},"2025":{"members":false,"combatLevel":92,"hitpoints":87,"maxHit":9,"attackType":["slash"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["demon"],"category":["greater demons"],"examineText":"Big, red, and incredibly evil.","wikiName":"Greater demon (Level 92)","wikiURL":"https://oldschool.runescape.wiki/w/Greater_demon#Level_92","attackLevel":76,"strengthLevel":78,"defenceLevel":81,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":-10,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":87,"assignableSlayerMasters":["krystilia","chaeldar","konar","nieve","duradel"]},"2042":{"members":true,"combatLevel":725,"hitpoints":500,"maxHit":41,"attackType":["ranged"],"attackSpeed":3,"aggressive":true,"poisonous":true,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["bosses"],"examineText":"The green hooded serpent of the poison waste.","wikiName":"Zulrah (Serpentine)","wikiURL":"https://oldschool.runescape.wiki/w/Zulrah#Serpentine","attackLevel":1,"strengthLevel":1,"defenceLevel":300,"magicLevel":300,"rangedLevel":300,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":50,"attackRanged":50,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":-45,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":500,"assignableSlayerMasters":["konar","nieve","duradel"]},"2054":{"members":true,"combatLevel":305,"hitpoints":250,"maxHit":28,"attackType":["melee","crush","ranged","magic"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["bosses"],"examineText":"pUre A cHaOs of crEatuRe!","wikiName":"Chaos Elemental","wikiURL":"https://oldschool.runescape.wiki/w/Chaos_Elemental","attackLevel":270,"strengthLevel":270,"defenceLevel":270,"magicLevel":270,"rangedLevel":270,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":70,"defenceSlash":70,"defenceCrush":70,"defenceMagic":70,"defenceRanged":70,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":268.75,"assignableSlayerMasters":["krystilia","konar","nieve","duradel"]},"2063":{"members":true,"combatLevel":2,"hitpoints":4,"maxHit":1,"attackType":["stab"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["birds"],"examineText":"An inhabitant of icy regions.","wikiName":"Penguin (monster)","wikiURL":"https://oldschool.runescape.wiki/w/Penguin_(monster)","attackLevel":1,"strengthLevel":2,"defenceLevel":2,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":4,"assignableSlayerMasters":["turael","spria"]},"2064":{"members":true,"combatLevel":28,"hitpoints":34,"maxHit":3,"attackType":["stab"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["birds"],"examineText":"A giant raptor.","wikiName":"Terrorbird (1)","wikiURL":"https://oldschool.runescape.wiki/w/Terrorbird#1","attackLevel":23,"strengthLevel":23,"defenceLevel":19,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":34,"assignableSlayerMasters":["turael","spria"]},"2067":{"members":true,"combatLevel":31,"hitpoints":36,"maxHit":3,"attackType":["stab"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["birds"],"examineText":"These gnomes know how to get around!","wikiName":"Mounted terrorbird gnome (Level 31)","wikiURL":"https://oldschool.runescape.wiki/w/Mounted_terrorbird_gnome#Level_31","attackLevel":25,"strengthLevel":25,"defenceLevel":25,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":16,"defenceSlash":16,"defenceCrush":18,"defenceMagic":15,"defenceRanged":10,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":36,"assignableSlayerMasters":["turael","spria"]},"2075":{"members":true,"combatLevel":86,"hitpoints":111,"maxHit":11,"attackType":["slash"],"attackSpeed":5,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["fiery"],"category":["fire giants"],"examineText":"A very large elemental adversary.","wikiName":"Fire giant (Level 86)","wikiURL":"https://oldschool.runescape.wiki/w/Fire_giant#Level_86","attackLevel":65,"strengthLevel":65,"defenceLevel":65,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":3,"defenceCrush":2,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":111,"assignableSlayerMasters":["krystilia","vannaka","chaeldar","konar","nieve","duradel"]},"2085":{"members":false,"combatLevel":53,"hitpoints":70,"maxHit":7,"attackType":["slash"],"attackSpeed":5,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["ice giants"],"examineText":"He's got icicles in his beard.","wikiName":"Ice giant (Level 53)","wikiURL":"https://oldschool.runescape.wiki/w/Ice_giant#Level_53","attackLevel":40,"strengthLevel":40,"defenceLevel":40,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":3,"defenceCrush":2,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":70,"assignableSlayerMasters":["krystilia","vannaka"]},"2090":{"members":false,"combatLevel":42,"hitpoints":60,"maxHit":6,"attackType":["crush"],"attackSpeed":6,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["moss giants"],"examineText":"His beard seems to have a life of its own.","wikiName":"Moss giant (Level 42)","wikiURL":"https://oldschool.runescape.wiki/w/Moss_giant#Level_42","attackLevel":30,"strengthLevel":30,"defenceLevel":30,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":60,"assignableSlayerMasters":["krystilia","vannaka"]},"2094":{"members":true,"combatLevel":53,"hitpoints":60,"maxHit":7,"attackType":["crush"],"attackSpeed":6,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":[],"examineText":"An aggressive humanoid.","wikiName":"Jogre (Normal)","wikiURL":"https://oldschool.runescape.wiki/w/Jogre#Normal","attackLevel":43,"strengthLevel":43,"defenceLevel":43,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"2097":{"members":true,"combatLevel":56,"hitpoints":55,"maxHit":6,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["hill giants"],"examineText":"A one-eyed man eater.","wikiName":"Cyclops (Ardougne Zoo)","wikiURL":"https://oldschool.runescape.wiki/w/Cyclops_(Ardougne_Zoo)","attackLevel":47,"strengthLevel":50,"defenceLevel":46,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":55,"assignableSlayerMasters":["mazchna","vannaka"]},"2098":{"members":false,"combatLevel":28,"hitpoints":35,"maxHit":4,"attackType":["crush"],"attackSpeed":6,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["hill giants"],"examineText":"A very large foe.","wikiName":"Hill Giant (1)","wikiURL":"https://oldschool.runescape.wiki/w/Hill_Giant#1","attackLevel":18,"strengthLevel":22,"defenceLevel":26,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":35,"assignableSlayerMasters":["krystilia","mazchna","vannaka"]},"2145":{"members":true,"combatLevel":105,"hitpoints":140,"maxHit":22,"attackType":["melee","magic"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["undead"],"category":["zombies"],"examineText":"A fallen worshiper of a forgotten religion.","wikiName":"Undead Druid","wikiURL":"https://oldschool.runescape.wiki/w/Undead_Druid","attackLevel":60,"strengthLevel":50,"defenceLevel":60,"magicLevel":115,"rangedLevel":0,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":100,"attackRanged":0,"defenceStab":40,"defenceSlash":30,"defenceCrush":80,"defenceMagic":140,"defenceRanged":40,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":147,"assignableSlayerMasters":["turael","spria","mazchna"]},"2154":{"members":true,"combatLevel":103,"hitpoints":100,"maxHit":13,"attackType":["crush","magic"],"attackSpeed":5,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["tzhaar"],"examineText":"Appears to be some kind of mystic.","wikiName":"TzHaar-Mej (monster)","wikiURL":"https://oldschool.runescape.wiki/w/TzHaar-Mej_(monster)","attackLevel":80,"strengthLevel":80,"defenceLevel":80,"magicLevel":120,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":100,"assignableSlayerMasters":["chaeldar","nieve","duradel"]},"2161":{"members":true,"combatLevel":74,"hitpoints":80,"maxHit":7,"attackType":["crush"],"attackSpeed":5,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["tzhaar"],"examineText":"Looks like a craftsman of some kind.","wikiName":"TzHaar-Hur","wikiURL":"https://oldschool.runescape.wiki/w/TzHaar-Hur","attackLevel":60,"strengthLevel":60,"defenceLevel":60,"magicLevel":80,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":80,"assignableSlayerMasters":["chaeldar","nieve","duradel"]},"2168":{"members":true,"combatLevel":133,"hitpoints":120,"maxHit":11,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["tzhaar"],"examineText":"Doesn't look very social.","wikiName":"TzHaar-Xil (Sword)","wikiURL":"https://oldschool.runescape.wiki/w/TzHaar-Xil#Sword","attackLevel":140,"strengthLevel":100,"defenceLevel":100,"magicLevel":40,"rangedLevel":120,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":120,"assignableSlayerMasters":["chaeldar","nieve","duradel"]},"2173":{"members":true,"combatLevel":149,"hitpoints":140,"maxHit":15,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["tzhaar"],"examineText":"Must be a guard or something.","wikiName":"TzHaar-Ket (Level 149)","wikiURL":"https://oldschool.runescape.wiki/w/TzHaar-Ket#Level_149","attackLevel":120,"strengthLevel":140,"defenceLevel":120,"magicLevel":40,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":140,"assignableSlayerMasters":["chaeldar","nieve","duradel"]},"2205":{"members":true,"combatLevel":596,"hitpoints":255,"maxHit":27,"attackType":["crush","magic"],"attackSpeed":2,"aggressive":true,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":[],"category":["bosses"],"examineText":"Commander of Saradomin's forces.","wikiName":"Commander Zilyana","wikiURL":"https://oldschool.runescape.wiki/w/Commander_Zilyana","attackLevel":280,"strengthLevel":196,"defenceLevel":300,"magicLevel":300,"rangedLevel":250,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":200,"attackRanged":0,"defenceStab":100,"defenceSlash":100,"defenceCrush":100,"defenceMagic":100,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":350,"assignableSlayerMasters":["konar","nieve","duradel"]},"2210":{"members":true,"combatLevel":125,"hitpoints":110,"maxHit":13,"attackType":["crush"],"attackSpeed":5,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["spectral"],"category":["spiritual creatures"],"examineText":"Saradomin's chosen warrior.","wikiName":"Spiritual warrior (Saradomin)","wikiURL":"https://oldschool.runescape.wiki/w/Spiritual_warrior#Saradomin","attackLevel":110,"strengthLevel":106,"defenceLevel":110,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":110,"defenceStab":12,"defenceSlash":14,"defenceCrush":13,"defenceMagic":5,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":68,"slayerXP":110,"assignableSlayerMasters":["krystilia","vannaka","chaeldar","nieve","duradel"]},"2211":{"members":true,"combatLevel":122,"hitpoints":106,"maxHit":16,"attackType":["ranged"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["spectral"],"category":["spiritual creatures"],"examineText":"A ranger spirit dedicated to Saradomin.","wikiName":"Spiritual ranger (Saradomin)","wikiURL":"https://oldschool.runescape.wiki/w/Spiritual_ranger#Saradomin","attackLevel":1,"strengthLevel":1,"defenceLevel":100,"magicLevel":1,"rangedLevel":146,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":3,"defenceSlash":5,"defenceCrush":13,"defenceMagic":16,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":63,"slayerXP":106,"assignableSlayerMasters":["krystilia","vannaka","chaeldar","nieve","duradel"]},"2212":{"members":true,"combatLevel":120,"hitpoints":85,"maxHit":20,"attackType":["magic"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["spectral"],"category":["spiritual creatures"],"examineText":"Saradomin's holy mage.","wikiName":"Spiritual mage (Saradomin)","wikiURL":"https://oldschool.runescape.wiki/w/Spiritual_mage#Saradomin","attackLevel":1,"strengthLevel":1,"defenceLevel":86,"magicLevel":160,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":8,"defenceSlash":7,"defenceCrush":3,"defenceMagic":16,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":83,"slayerXP":85,"assignableSlayerMasters":["krystilia","vannaka","chaeldar","nieve","duradel"]},"2215":{"members":true,"combatLevel":624,"hitpoints":255,"maxHit":60,"attackType":["crush","ranged"],"attackSpeed":6,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["bosses"],"examineText":"A huge war chief.","wikiName":"General Graardor","wikiURL":"https://oldschool.runescape.wiki/w/General_Graardor","attackLevel":280,"strengthLevel":350,"defenceLevel":250,"magicLevel":80,"rangedLevel":350,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":100,"defenceStab":90,"defenceSlash":90,"defenceCrush":90,"defenceMagic":298,"defenceRanged":90,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":338,"assignableSlayerMasters":["konar","nieve","duradel"]},"2264":{"members":true,"combatLevel":70,"hitpoints":100,"maxHit":6,"attackType":["stab"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["dagannoth"],"examineText":"A knee-high horror from the ocean depths...","wikiName":"Dagannoth fledgeling","wikiURL":"https://oldschool.runescape.wiki/w/Dagannoth_fledgeling","attackLevel":50,"strengthLevel":50,"defenceLevel":50,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"2265":{"members":true,"combatLevel":303,"hitpoints":255,"maxHit":30,"attackType":["ranged"],"attackSpeed":4,"aggressive":true,"poisonous":true,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["bosses","dagannoth"],"examineText":"The dagannoth king responsible for the death of the Bukalla.","wikiName":"Dagannoth Supreme","wikiURL":"https://oldschool.runescape.wiki/w/Dagannoth_Supreme","attackLevel":255,"strengthLevel":255,"defenceLevel":128,"magicLevel":255,"rangedLevel":255,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":10,"defenceSlash":10,"defenceCrush":10,"defenceMagic":255,"defenceRanged":550,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":255,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel"]},"2266":{"members":true,"combatLevel":303,"hitpoints":255,"maxHit":50,"attackType":["magic"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["bosses","dagannoth"],"examineText":"A legendary dagannoth king, rumoured to fly on the North winds.","wikiName":"Dagannoth Prime","wikiURL":"https://oldschool.runescape.wiki/w/Dagannoth_Prime","attackLevel":255,"strengthLevel":255,"defenceLevel":255,"magicLevel":255,"rangedLevel":0,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":255,"defenceSlash":255,"defenceCrush":255,"defenceMagic":255,"defenceRanged":10,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":331.4,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel"]},"2267":{"members":true,"combatLevel":303,"hitpoints":255,"maxHit":26,"attackType":["slash"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["bosses","dagannoth"],"examineText":"Firstborn of the legendary dagannoth kings.","wikiName":"Dagannoth Rex","wikiURL":"https://oldschool.runescape.wiki/w/Dagannoth_Rex","attackLevel":255,"strengthLevel":255,"defenceLevel":255,"magicLevel":0,"rangedLevel":255,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":255,"defenceSlash":255,"defenceCrush":255,"defenceMagic":10,"defenceRanged":255,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":331.4,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel"]},"2475":{"members":false,"combatLevel":64,"hitpoints":70,"maxHit":6,"attackType":["stab","magic"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["catablepon"],"examineText":"Big... Cow-like... But cows don't have serpent tails!","wikiName":"Catablepon (Level 64)","wikiURL":"https://oldschool.runescape.wiki/w/Catablepon#Level_64","attackLevel":55,"strengthLevel":50,"defenceLevel":50,"magicLevel":45,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":50,"defenceSlash":40,"defenceCrush":30,"defenceMagic":30,"defenceRanged":50,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":70,"assignableSlayerMasters":["mazchna"]},"2477":{"members":false,"combatLevel":50,"hitpoints":50,"maxHit":7,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["spiders"],"examineText":"I think this spider has been genetically modified.","wikiName":"Giant spider (Level 50)","wikiURL":"https://oldschool.runescape.wiki/w/Giant_spider#Level_50","attackLevel":41,"strengthLevel":51,"defenceLevel":31,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":10,"defenceSlash":10,"defenceCrush":10,"defenceMagic":10,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":50,"assignableSlayerMasters":["turael","spria","krystilia"]},"2481":{"members":false,"combatLevel":12,"hitpoints":10,"maxHit":2,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["minotaurs"],"examineText":"He doesn't look very pleased to see you.","wikiName":"Minotaur (Level 12)","wikiURL":"https://oldschool.runescape.wiki/w/Minotaur#Level_12","attackLevel":12,"strengthLevel":10,"defenceLevel":10,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":-21,"defenceSlash":-21,"defenceCrush":-21,"defenceMagic":-21,"defenceRanged":-21,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":10,"assignableSlayerMasters":["turael","spria"]},"2498":{"members":false,"combatLevel":28,"hitpoints":25,"maxHit":1,"attackType":["slash"],"attackSpeed":3,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["flesh crawlers"],"examineText":"I don't think insect repellent will work...","wikiName":"Flesh Crawler (Level 28)","wikiURL":"https://oldschool.runescape.wiki/w/Flesh_Crawler#Level_28","attackLevel":60,"strengthLevel":2,"defenceLevel":10,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":15,"defenceSlash":15,"defenceCrush":15,"defenceMagic":15,"defenceRanged":15,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":25,"assignableSlayerMasters":["mazchna"]},"2510":{"members":false,"combatLevel":26,"hitpoints":25,"maxHit":3,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["rats"],"examineText":"Overgrown vermin.","wikiName":"Giant rat (Level 26)","wikiURL":"https://oldschool.runescape.wiki/w/Giant_rat#Level_26","attackLevel":22,"strengthLevel":23,"defenceLevel":22,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":25,"assignableSlayerMasters":["turael","spria"]},"2514":{"members":false,"combatLevel":75,"hitpoints":60,"maxHit":8,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["spectral","undead"],"category":["ankou"],"examineText":"A boney ghost.","wikiName":"Ankou (Level 75)","wikiURL":"https://oldschool.runescape.wiki/w/Ankou#Level_75","attackLevel":70,"strengthLevel":70,"defenceLevel":60,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":60,"assignableSlayerMasters":["krystilia","vannaka","konar","nieve","duradel"]},"2592":{"members":true,"combatLevel":60,"hitpoints":48,"maxHit":8,"attackType":["crush"],"attackSpeed":6,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["mogres","ogres"],"examineText":"An angry Ogre in a funny hat.","wikiName":"Mogre","wikiURL":"https://oldschool.runescape.wiki/w/Mogre","attackLevel":58,"strengthLevel":55,"defenceLevel":48,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":32,"slayerXP":48,"assignableSlayerMasters":["mazchna","vannaka"]},"2593":{"members":true,"combatLevel":88,"hitpoints":100,"maxHit":8,"attackType":["slash"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["werewolves"],"examineText":"Eek! A werewolf!","wikiName":"Werewolf (Boris)","wikiURL":"https://oldschool.runescape.wiki/w/Werewolf#Boris","attackLevel":70,"strengthLevel":70,"defenceLevel":70,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":60,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":100,"assignableSlayerMasters":["vannaka"]},"2790":{"members":false,"combatLevel":2,"hitpoints":8,"maxHit":1,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":[],"category":["cows"],"examineText":"Converts grass to beef.","wikiName":"Cow (1)","wikiURL":"https://oldschool.runescape.wiki/w/Cow#1","attackLevel":1,"strengthLevel":1,"defenceLevel":1,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":-21,"defenceSlash":-21,"defenceCrush":-21,"defenceMagic":-21,"defenceRanged":-21,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":8,"assignableSlayerMasters":["turael","spria"]},"2792":{"members":false,"combatLevel":2,"hitpoints":6,"maxHit":1,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":[],"category":["cows"],"examineText":"Prelude to a steak.","wikiName":"Cow calf (1)","wikiURL":"https://oldschool.runescape.wiki/w/Cow_calf#1","attackLevel":1,"strengthLevel":1,"defenceLevel":1,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":-26,"defenceSlash":-26,"defenceCrush":-26,"defenceMagic":-26,"defenceRanged":-26,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":6,"assignableSlayerMasters":["turael","spria"]},"2827":{"members":true,"combatLevel":6,"hitpoints":8,"maxHit":2,"attackType":["stab"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["bats"],"examineText":"An annoying flappy thing.","wikiName":"Bat","wikiURL":"https://oldschool.runescape.wiki/w/Bat","attackLevel":5,"strengthLevel":5,"defenceLevel":5,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":2,"defenceSlash":2,"defenceCrush":5,"defenceMagic":2,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":8,"assignableSlayerMasters":["turael","spria","mazchna"]},"2834":{"members":true,"combatLevel":27,"hitpoints":32,"maxHit":3,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["bats"],"examineText":"An annoying flappy thing.","wikiName":"Giant bat (Normal)","wikiURL":"https://oldschool.runescape.wiki/w/Giant_bat#Normal","attackLevel":22,"strengthLevel":22,"defenceLevel":22,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":10,"defenceSlash":10,"defenceCrush":12,"defenceMagic":10,"defenceRanged":8,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":32,"assignableSlayerMasters":["turael","spria","mazchna"]},"2837":{"members":false,"combatLevel":15,"hitpoints":19,"maxHit":2,"attackType":["stab"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":[],"examineText":"Horse with a horn.","wikiName":"Unicorn","wikiURL":"https://oldschool.runescape.wiki/w/Unicorn","attackLevel":11,"strengthLevel":13,"defenceLevel":13,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"2839":{"members":false,"combatLevel":19,"hitpoints":25,"maxHit":3,"attackType":["slash"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["bears"],"examineText":"Eek! A bear!","wikiName":"Black bear","wikiURL":"https://oldschool.runescape.wiki/w/Black_bear","attackLevel":15,"strengthLevel":16,"defenceLevel":13,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":25,"assignableSlayerMasters":["turael","spria","krystilia","mazchna"]},"2840":{"members":true,"combatLevel":51,"hitpoints":54,"maxHit":5,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["earth warriors"],"examineText":"A strange, inhuman, elemental warrior.","wikiName":"Earth warrior","wikiURL":"https://oldschool.runescape.wiki/w/Earth_warrior","attackLevel":42,"strengthLevel":42,"defenceLevel":42,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":30,"defenceSlash":40,"defenceCrush":20,"defenceMagic":10,"defenceRanged":30,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":54,"assignableSlayerMasters":["krystilia"]},"2841":{"members":false,"combatLevel":57,"hitpoints":59,"maxHit":6,"attackType":["slash"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["ice warriors"],"examineText":"A cold-hearted elemental warrior.","wikiName":"Ice warrior (Normal)","wikiURL":"https://oldschool.runescape.wiki/w/Ice_warrior#Normal","attackLevel":47,"strengthLevel":47,"defenceLevel":47,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":30,"defenceSlash":40,"defenceCrush":20,"defenceMagic":10,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":59,"assignableSlayerMasters":["krystilia","mazchna","vannaka"]},"2843":{"members":true,"combatLevel":64,"hitpoints":66,"maxHit":7,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["spectral"],"category":["otherworldly beings"],"examineText":"Is he invisible or just a set of floating clothing?","wikiName":"Otherworldly being","wikiURL":"https://oldschool.runescape.wiki/w/Otherworldly_being","attackLevel":56,"strengthLevel":56,"defenceLevel":46,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":15,"defenceSlash":10,"defenceCrush":20,"defenceMagic":-5,"defenceRanged":15,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":66,"assignableSlayerMasters":["vannaka"]},"2844":{"members":true,"combatLevel":42,"hitpoints":44,"maxHit":5,"attackType":["slash"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["magic axes"],"examineText":"A magic axe with a mind of its own.","wikiName":"Magic axe (Normal)","wikiURL":"https://oldschool.runescape.wiki/w/Magic_axe#Normal","attackLevel":38,"strengthLevel":38,"defenceLevel":29,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":10,"defenceSlash":5,"defenceCrush":15,"defenceMagic":5,"defenceRanged":10,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":44,"assignableSlayerMasters":["krystilia"]},"2848":{"members":false,"combatLevel":3,"hitpoints":6,"maxHit":1,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["monkeys"],"examineText":"Perhaps our oldest relatives?","wikiName":"Monkey (monster) (Common)","wikiURL":"https://oldschool.runescape.wiki/w/Monkey_(monster)#Common","attackLevel":2,"strengthLevel":3,"defenceLevel":2,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":6,"assignableSlayerMasters":["turael","spria"]},"2853":{"members":true,"combatLevel":48,"hitpoints":67,"maxHit":6,"attackType":["slash"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["shadow warriors"],"examineText":"A fighter from the supernatural world. He's a shadow of his former self.","wikiName":"Shadow warrior","wikiURL":"https://oldschool.runescape.wiki/w/Shadow_warrior","attackLevel":36,"strengthLevel":33,"defenceLevel":36,"magicLevel":0,"rangedLevel":0,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":43,"defenceSlash":31,"defenceCrush":19,"defenceMagic":15,"defenceRanged":38,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":67,"assignableSlayerMasters":["vannaka","chaeldar"]},"2854":{"members":false,"combatLevel":1,"hitpoints":2,"maxHit":0,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["rats"],"examineText":"A popular dwarven delicacy.","wikiName":"Rat (Regular)","wikiURL":"https://oldschool.runescape.wiki/w/Rat#Regular","attackLevel":1,"strengthLevel":1,"defenceLevel":1,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":-42,"defenceSlash":-42,"defenceCrush":-42,"defenceMagic":-42,"defenceRanged":-42,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":2,"assignableSlayerMasters":["turael","spria"]},"2865":{"members":true,"combatLevel":12,"hitpoints":12,"maxHit":2,"attackType":["stab"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["rats"],"examineText":"A dirty rat.","wikiName":"Dungeon rat","wikiURL":"https://oldschool.runescape.wiki/w/Dungeon_rat","attackLevel":10,"strengthLevel":10,"defenceLevel":10,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":12,"assignableSlayerMasters":["turael","spria"]},"2916":{"members":true,"combatLevel":115,"hitpoints":128,"maxHit":16,"attackType":["ranged","magic"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["demon"],"category":["waterfiends"],"examineText":"A fiendish embodiment of water.","wikiName":"Waterfiend (Normal)","wikiURL":"https://oldschool.runescape.wiki/w/Waterfiend#Normal","attackLevel":0,"strengthLevel":0,"defenceLevel":128,"magicLevel":105,"rangedLevel":105,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":100,"defenceSlash":100,"defenceCrush":10,"defenceMagic":100,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":128,"assignableSlayerMasters":["konar","duradel"]},"2918":{"members":true,"combatLevel":227,"hitpoints":175,"maxHit":18,"attackType":["stab","magic","dragonfire"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":["dragon","fiery"],"category":[],"examineText":"It appears intelligent and savage.","wikiName":"Brutal green dragon","wikiURL":"https://oldschool.runescape.wiki/w/Brutal_green_dragon","attackLevel":268,"strengthLevel":168,"defenceLevel":168,"magicLevel":168,"rangedLevel":0,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":10,"defenceSlash":70,"defenceCrush":70,"defenceMagic":60,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"2919":{"members":true,"combatLevel":304,"hitpoints":254,"maxHit":28,"attackType":["stab","ranged","magic","dragonfire"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["dragon","fiery"],"category":["mithril dragons"],"examineText":"Experimenting with mithril gone bad!","wikiName":"Mithril dragon","wikiURL":"https://oldschool.runescape.wiki/w/Mithril_dragon","attackLevel":268,"strengthLevel":268,"defenceLevel":268,"magicLevel":168,"rangedLevel":168,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":20,"defenceSlash":100,"defenceCrush":70,"defenceMagic":30,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":273,"assignableSlayerMasters":["konar","nieve","duradel"]},"2992":{"members":true,"combatLevel":2,"hitpoints":8,"maxHit":1,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["undead"],"category":["cows","zombies"],"examineText":"It's an undead cow.","wikiName":"Undead cow","wikiURL":"https://oldschool.runescape.wiki/w/Undead_cow","attackLevel":1,"strengthLevel":1,"defenceLevel":1,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":-21,"defenceSlash":-21,"defenceCrush":-21,"defenceMagic":-21,"defenceRanged":-21,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":8,"assignableSlayerMasters":["turael","spria","mazchna"]},"2993":{"members":true,"combatLevel":1,"hitpoints":3,"maxHit":1,"attackType":["stab"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["undead"],"category":["birds","zombies"],"examineText":"Yep, definitely a chicken... an undead chicken.","wikiName":"Undead chicken","wikiURL":"https://oldschool.runescape.wiki/w/Undead_chicken","attackLevel":1,"strengthLevel":1,"defenceLevel":1,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":-42,"defenceSlash":-42,"defenceCrush":-42,"defenceMagic":-42,"defenceRanged":-42,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":3,"assignableSlayerMasters":["turael","spria","mazchna"]},"2999":{"members":true,"combatLevel":59,"hitpoints":51,"maxHit":7,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["spectral","undead"],"category":["ghosts"],"examineText":"This poor soul cannot understand why it has not passed to the next world.","wikiName":"Tortured soul","wikiURL":"https://oldschool.runescape.wiki/w/Tortured_soul","attackLevel":52,"strengthLevel":62,"defenceLevel":38,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":51,"assignableSlayerMasters":["turael","spria","mazchna"]},"3016":{"members":true,"combatLevel":52,"hitpoints":55,"maxHit":5,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["spiders"],"examineText":"Is it a spider or is it a shadow?","wikiName":"Shadow spider","wikiURL":"https://oldschool.runescape.wiki/w/Shadow_spider","attackLevel":44,"strengthLevel":42,"defenceLevel":44,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":20,"defenceSlash":15,"defenceCrush":10,"defenceMagic":15,"defenceRanged":15,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":55,"assignableSlayerMasters":["turael","spria","krystilia"]},"3019":{"members":false,"combatLevel":1,"hitpoints":2,"maxHit":0,"attackType":["stab"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["spiders"],"examineText":"Incey wincey.","wikiName":"Spider (Common)","wikiURL":"https://oldschool.runescape.wiki/w/Spider#Common","attackLevel":1,"strengthLevel":1,"defenceLevel":1,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":-53,"defenceSlash":-53,"defenceCrush":-53,"defenceMagic":-53,"defenceRanged":-53,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":2,"assignableSlayerMasters":["turael","spria","krystilia"]},"3021":{"members":false,"combatLevel":34,"hitpoints":35,"maxHit":3,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["spiders"],"examineText":"I think this spider has been genetically modified.","wikiName":"Deadly red spider","wikiURL":"https://oldschool.runescape.wiki/w/Deadly_red_spider","attackLevel":30,"strengthLevel":25,"defenceLevel":30,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":15,"defenceSlash":16,"defenceCrush":7,"defenceMagic":12,"defenceRanged":16,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":35,"assignableSlayerMasters":["turael","spria","krystilia"]},"3024":{"members":false,"combatLevel":14,"hitpoints":17,"maxHit":2,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["scorpions"],"examineText":"An extremely vicious scorpion.","wikiName":"Scorpion (Level 14)","wikiURL":"https://oldschool.runescape.wiki/w/Scorpion#Level_14","attackLevel":11,"strengthLevel":12,"defenceLevel":11,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":5,"defenceSlash":15,"defenceCrush":15,"defenceMagic":0,"defenceRanged":5,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":17,"assignableSlayerMasters":["turael","spria","krystilia","mazchna"]},"3025":{"members":true,"combatLevel":20,"hitpoints":23,"maxHit":3,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":true,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["scorpions"],"examineText":"It has a very vicious looking tail.","wikiName":"Poison Scorpion","wikiURL":"https://oldschool.runescape.wiki/w/Poison_Scorpion","attackLevel":16,"strengthLevel":17,"defenceLevel":15,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":5,"defenceSlash":15,"defenceCrush":15,"defenceMagic":0,"defenceRanged":5,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":23,"assignableSlayerMasters":["turael","spria","mazchna"]},"3026":{"members":true,"combatLevel":28,"hitpoints":32,"maxHit":3,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["scorpions"],"examineText":"Tiny, annoying, stinging thing.","wikiName":"Pit Scorpion","wikiURL":"https://oldschool.runescape.wiki/w/Pit_Scorpion","attackLevel":23,"strengthLevel":23,"defenceLevel":23,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":5,"defenceCrush":5,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":32,"assignableSlayerMasters":["turael","spria","mazchna"]},"3027":{"members":false,"combatLevel":32,"hitpoints":30,"maxHit":4,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["scorpions"],"examineText":"Wow! Scorpions shouldn't grow that big.","wikiName":"King Scorpion","wikiURL":"https://oldschool.runescape.wiki/w/King_Scorpion","attackLevel":30,"strengthLevel":29,"defenceLevel":23,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":5,"defenceSlash":15,"defenceCrush":15,"defenceMagic":0,"defenceRanged":5,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":30,"assignableSlayerMasters":["turael","spria","krystilia","mazchna"]},"3049":{"members":false,"combatLevel":28,"hitpoints":29,"maxHit":3,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["hobgoblins"],"examineText":"An ugly, smelly creature.","wikiName":"Hobgoblin (Hobgoblin)","wikiURL":"https://oldschool.runescape.wiki/w/Hobgoblin#Hobgoblin","attackLevel":22,"strengthLevel":24,"defenceLevel":24,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":29,"assignableSlayerMasters":["mazchna","vannaka"]},"3114":{"members":false,"combatLevel":7,"hitpoints":12,"maxHit":1,"attackType":["stab"],"attackSpeed":6,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":[],"examineText":"He grows the crops in this area.","wikiName":"Farmer (Straw hat, brown hair)","wikiURL":"https://oldschool.runescape.wiki/w/Farmer#Straw_hat,_brown_hair","attackLevel":3,"strengthLevel":4,"defenceLevel":8,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"3127":{"members":true,"combatLevel":702,"hitpoints":250,"maxHit":97,"attackType":["stab","ranged","magic"],"attackSpeed":8,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["tzhaar"],"examineText":"This is going to hurt...","wikiName":"TzTok-Jad","wikiURL":"https://oldschool.runescape.wiki/w/TzTok-Jad","attackLevel":640,"strengthLevel":960,"defenceLevel":480,"magicLevel":480,"rangedLevel":960,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":60,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":25250,"assignableSlayerMasters":["chaeldar","nieve","duradel"]},"3129":{"members":true,"combatLevel":650,"hitpoints":255,"maxHit":30,"attackType":["slash","magic"],"attackSpeed":6,"aggressive":true,"poisonous":true,"immuneToPoison":true,"immuneToVenom":true,"attributes":["demon"],"category":["bosses","greater demons"],"examineText":"A servant of the god Zamorak.","wikiName":"K'ril Tsutsaroth","wikiURL":"https://oldschool.runescape.wiki/w/K'ril_Tsutsaroth","attackLevel":340,"strengthLevel":300,"defenceLevel":270,"magicLevel":200,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":80,"defenceSlash":80,"defenceCrush":80,"defenceMagic":130,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":350.5,"assignableSlayerMasters":["chaeldar","konar","nieve","duradel"]},"3140":{"members":true,"combatLevel":18,"hitpoints":20,"maxHit":3,"attackType":["melee","magic"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["demon"],"category":["icefiends"],"examineText":"A small ice demon.","wikiName":"Icefiend (Level 18)","wikiURL":"https://oldschool.runescape.wiki/w/Icefiend#Level_18","attackLevel":12,"strengthLevel":16,"defenceLevel":19,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":20,"assignableSlayerMasters":["turael","spria"]},"3162":{"members":true,"combatLevel":580,"hitpoints":255,"maxHit":69,"attackType":["melee","ranged","magic"],"attackSpeed":3,"aggressive":true,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":[],"category":["aviansies","bosses"],"examineText":"Graceful avatar of Armadyl.","wikiName":"Kree'arra (Normal)","wikiURL":"https://oldschool.runescape.wiki/w/Kree'arra#Normal","attackLevel":300,"strengthLevel":200,"defenceLevel":260,"magicLevel":200,"rangedLevel":380,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":120,"defenceStab":180,"defenceSlash":180,"defenceCrush":180,"defenceMagic":200,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":357,"assignableSlayerMasters":["chaeldar","konar","nieve","duradel"]},"3169":{"members":true,"combatLevel":69,"hitpoints":70,"maxHit":8,"attackType":["ranged"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["aviansies"],"examineText":"Graceful, bird-like creature.","wikiName":"Aviansie (Level 69)","wikiURL":"https://oldschool.runescape.wiki/w/Aviansie#Level_69","attackLevel":1,"strengthLevel":1,"defenceLevel":70,"magicLevel":1,"rangedLevel":71,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":70,"assignableSlayerMasters":["krystilia","chaeldar","konar","nieve","duradel"]},"3184":{"members":true,"combatLevel":42,"hitpoints":35,"maxHit":4,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["dagannoth"],"examineText":"A teeny-tiny horror from the ocean depths...","wikiName":"Dagannoth spawn","wikiURL":"https://oldschool.runescape.wiki/w/Dagannoth_spawn","attackLevel":50,"strengthLevel":35,"defenceLevel":25,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":35,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel"]},"3185":{"members":true,"combatLevel":90,"hitpoints":95,"maxHit":15,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["dagannoth"],"examineText":"A darkened horror from the ocean depths...","wikiName":"Dagannoth (Waterbirth Island) (Level 90)","wikiURL":"https://oldschool.runescape.wiki/w/Dagannoth_(Waterbirth_Island)#Level_90","attackLevel":76,"strengthLevel":78,"defenceLevel":65,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":50,"defenceSlash":50,"defenceCrush":50,"defenceMagic":50,"defenceRanged":50,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":99.6,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel"]},"3234":{"members":true,"combatLevel":72,"hitpoints":50,"maxHit":8,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["vampyre"],"category":["vampyres"],"examineText":"A feral vampyre. It looks really hungry!","wikiName":"Feral Vampyre (Level 72)","wikiURL":"https://oldschool.runescape.wiki/w/Feral_Vampyre#Level_72","attackLevel":65,"strengthLevel":70,"defenceLevel":65,"magicLevel":50,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":50,"assignableSlayerMasters":["mazchna","vannaka","chaeldar","konar","nieve","duradel"]},"3260":{"members":false,"combatLevel":24,"hitpoints":20,"maxHit":3,"attackType":["stab"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":[],"examineText":"Not very fashion conscious.","wikiName":"Warrior (Thieving) (Blond)","wikiURL":"https://oldschool.runescape.wiki/w/Warrior_(Thieving)#Blond","attackLevel":22,"strengthLevel":22,"defenceLevel":22,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":6,"attackRanged":6,"defenceStab":40,"defenceSlash":41,"defenceCrush":37,"defenceMagic":-10,"defenceRanged":38,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"3292":{"members":false,"combatLevel":9,"hitpoints":19,"maxHit":2,"attackType":["slash"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":[],"examineText":"Part of Al Kharid's elite fighting force.","wikiName":"Al Kharid warrior","wikiURL":"https://oldschool.runescape.wiki/w/Al_Kharid_warrior","attackLevel":7,"strengthLevel":5,"defenceLevel":4,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":12,"defenceSlash":15,"defenceCrush":10,"defenceMagic":-1,"defenceRanged":12,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"3295":{"members":true,"combatLevel":69,"hitpoints":82,"maxHit":9,"attackType":["slash"],"attackSpeed":5,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":[],"examineText":"Heroic!","wikiName":"Hero (1)","wikiURL":"https://oldschool.runescape.wiki/w/Hero#1","attackLevel":54,"strengthLevel":55,"defenceLevel":54,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":87,"defenceSlash":84,"defenceCrush":76,"defenceMagic":-10,"defenceRanged":79,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"3297":{"members":true,"combatLevel":46,"hitpoints":52,"maxHit":6,"attackType":["slash"],"attackSpeed":5,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":[],"examineText":"A member of Ardougne's militia.","wikiName":"Knight of Ardougne (Male)","wikiURL":"https://oldschool.runescape.wiki/w/Knight_of_Ardougne#Male","attackLevel":38,"strengthLevel":40,"defenceLevel":31,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":39,"defenceSlash":40,"defenceCrush":36,"defenceMagic":-11,"defenceRanged":36,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"3316":{"members":false,"combatLevel":3,"hitpoints":3,"maxHit":0,"attackType":["stab"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":[],"examineText":"Yep. Definitely a chicken.","wikiName":"Chicken (Tutorial Island)","wikiURL":"https://oldschool.runescape.wiki/w/Chicken_(Tutorial_Island)","attackLevel":1,"strengthLevel":1,"defenceLevel":1,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"3423":{"members":true,"combatLevel":42,"hitpoints":35,"maxHit":5,"attackType":["slash"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["bears"],"examineText":"Eek! A big bear!","wikiName":"Grizzly bear (Level 42)","wikiURL":"https://oldschool.runescape.wiki/w/Grizzly_bear#Level_42","attackLevel":40,"strengthLevel":36,"defenceLevel":35,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":35,"assignableSlayerMasters":["turael","spria","krystilia","mazchna"]},"3425":{"members":true,"combatLevel":36,"hitpoints":35,"maxHit":4,"attackType":["slash"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["bears"],"examineText":"Eek! A bear cub!","wikiName":"Grizzly bear cub (Level 36)","wikiURL":"https://oldschool.runescape.wiki/w/Grizzly_bear_cub#Level_36","attackLevel":32,"strengthLevel":32,"defenceLevel":28,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":35,"assignableSlayerMasters":["turael","spria","mazchna"]},"3428":{"members":true,"combatLevel":90,"hitpoints":105,"maxHit":11,"attackType":["ranged"],"attackSpeed":5,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["elves"],"examineText":"He looks pretty handy with that bow.","wikiName":"Iorwerth Archer (Male)","wikiURL":"https://oldschool.runescape.wiki/w/Iorwerth_Archer#Male","attackLevel":10,"strengthLevel":10,"defenceLevel":80,"magicLevel":1,"rangedLevel":90,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":50,"defenceSlash":50,"defenceCrush":50,"defenceMagic":60,"defenceRanged":70,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":105,"assignableSlayerMasters":["vannaka","chaeldar","nieve","duradel"]},"3429":{"members":true,"combatLevel":108,"hitpoints":105,"maxHit":10,"attackType":["stab"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["elves"],"examineText":"I don't want to get on the wrong side of him/her.","wikiName":"Iorwerth Warrior (Iorwerth Camp)","wikiURL":"https://oldschool.runescape.wiki/w/Iorwerth_Warrior#Iorwerth_Camp","attackLevel":95,"strengthLevel":95,"defenceLevel":80,"magicLevel":1,"rangedLevel":0,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":50,"defenceSlash":70,"defenceCrush":70,"defenceMagic":60,"defenceRanged":50,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":107.5,"assignableSlayerMasters":["vannaka","chaeldar","nieve","duradel"]},"3549":{"members":true,"combatLevel":55,"hitpoints":60,"maxHit":7,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":[],"examineText":"Menaphite thug.","wikiName":"Menaphite Thug (Before Quest)","wikiURL":"https://oldschool.runescape.wiki/w/Menaphite_Thug#Before_Quest","attackLevel":60,"strengthLevel":50,"defenceLevel":20,"magicLevel":0,"rangedLevel":0,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":9,"defenceSlash":8,"defenceCrush":10,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"3600":{"members":true,"combatLevel":103,"hitpoints":90,"maxHit":10,"attackType":["slash"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":[],"examineText":"Is it a frog, or is it an eel?","wikiName":"Frogeel","wikiURL":"https://oldschool.runescape.wiki/w/Frogeel","attackLevel":91,"strengthLevel":89,"defenceLevel":90,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"3601":{"members":true,"combatLevel":25,"hitpoints":24,"maxHit":4,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":[],"examineText":"Half unicorn, half cow.","wikiName":"Unicow","wikiURL":"https://oldschool.runescape.wiki/w/Unicow","attackLevel":18,"strengthLevel":26,"defenceLevel":22,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"3602":{"members":true,"combatLevel":42,"hitpoints":35,"maxHit":5,"attackType":["slash"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":[],"examineText":"It's a spider. No, a giant sardine...","wikiName":"Spidine","wikiURL":"https://oldschool.runescape.wiki/w/Spidine","attackLevel":37,"strengthLevel":40,"defenceLevel":36,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"3603":{"members":true,"combatLevel":46,"hitpoints":35,"maxHit":5,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":[],"examineText":"Definitely not a chicken or a swordfish.","wikiName":"Swordchick","wikiURL":"https://oldschool.runescape.wiki/w/Swordchick","attackLevel":41,"strengthLevel":42,"defenceLevel":45,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"3604":{"members":true,"combatLevel":87,"hitpoints":60,"maxHit":9,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":[],"examineText":"A jubbly bird with claws.","wikiName":"Jubster","wikiURL":"https://oldschool.runescape.wiki/w/Jubster","attackLevel":82,"strengthLevel":78,"defenceLevel":81,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"3605":{"members":true,"combatLevel":19,"hitpoints":18,"maxHit":3,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":[],"examineText":"Since when did newts have beaks?","wikiName":"Newtroost","wikiURL":"https://oldschool.runescape.wiki/w/Newtroost","attackLevel":18,"strengthLevel":16,"defenceLevel":17,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"3663":{"members":true,"combatLevel":2,"hitpoints":5,"maxHit":0,"attackType":["stab"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":[],"category":["birds"],"examineText":"He rules the, er, roost.","wikiName":"Rooster (Level 2)","wikiURL":"https://oldschool.runescape.wiki/w/Rooster#Level_2","attackLevel":1,"strengthLevel":1,"defenceLevel":1,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":-42,"defenceSlash":-42,"defenceCrush":-42,"defenceMagic":-42,"defenceRanged":-42,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":5,"assignableSlayerMasters":["turael","spria"]},"3694":{"members":true,"combatLevel":54,"hitpoints":85,"maxHit":5,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":["vampyre"],"category":["vampyres"],"examineText":"A juvinate vampyre.","wikiName":"Vampyre Juvinate (Level 54 (Meiyerditch/Darkmeyer))","wikiURL":"https://oldschool.runescape.wiki/w/Vampyre_Juvinate#Level_54_(Meiyerditch/Darkmeyer)","attackLevel":40,"strengthLevel":40,"defenceLevel":30,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":85,"assignableSlayerMasters":["mazchna","vannaka","chaeldar","konar","nieve","duradel"]},"3717":{"members":true,"combatLevel":105,"hitpoints":90,"maxHit":10,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":["vampyre"],"category":["vampyres"],"examineText":"An evil, bloodsucking vampyre.","wikiName":"Vyrewatch (Level 105)","wikiURL":"https://oldschool.runescape.wiki/w/Vyrewatch#Level_105","attackLevel":105,"strengthLevel":86,"defenceLevel":85,"magicLevel":105,"rangedLevel":105,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":90,"assignableSlayerMasters":["mazchna","vannaka","chaeldar","konar","nieve","duradel"]},"3909":{"members":true,"combatLevel":15,"hitpoints":20,"maxHit":2,"attackType":["slash"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["bears"],"examineText":"Cute. But deadly.","wikiName":"Bear Cub (2)","wikiURL":"https://oldschool.runescape.wiki/w/Bear_Cub#2","attackLevel":10,"strengthLevel":15,"defenceLevel":10,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":20,"assignableSlayerMasters":["turael","spria","mazchna"]},"3969":{"members":false,"combatLevel":3,"hitpoints":5,"maxHit":1,"attackType":["stab"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["undead"],"category":["rats","zombies"],"examineText":"Overgrown undead vermin.","wikiName":"Zombie rat (1)","wikiURL":"https://oldschool.runescape.wiki/w/Zombie_rat#1","attackLevel":2,"strengthLevel":3,"defenceLevel":2,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":2,"assignableSlayerMasters":["turael","spria"]},"4005":{"members":true,"combatLevel":182,"hitpoints":220,"maxHit":17,"attackType":["crush","magic"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["dark beasts"],"examineText":"From a darker dimension.","wikiName":"Dark beast","wikiURL":"https://oldschool.runescape.wiki/w/Dark_beast","attackLevel":140,"strengthLevel":160,"defenceLevel":120,"magicLevel":160,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":30,"defenceSlash":40,"defenceCrush":100,"defenceMagic":90,"defenceRanged":100,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":90,"slayerXP":225.4,"assignableSlayerMasters":["konar","nieve","duradel"]},"4120":{"members":true,"combatLevel":113,"hitpoints":140,"maxHit":38,"attackType":["slash"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["trolls"],"examineText":"One of the troll generals.","wikiName":"Troll general (Sword)","wikiURL":"https://oldschool.runescape.wiki/w/Troll_general#Sword","attackLevel":70,"strengthLevel":140,"defenceLevel":40,"magicLevel":0,"rangedLevel":0,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":35,"defenceSlash":60,"defenceCrush":35,"defenceMagic":200,"defenceRanged":200,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":150.5,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel"]},"4184":{"members":true,"combatLevel":63,"hitpoints":62,"maxHit":6,"attackType":["slash"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["crocodiles"],"examineText":"Never smile at a...","wikiName":"Crocodile","wikiURL":"https://oldschool.runescape.wiki/w/Crocodile","attackLevel":53,"strengthLevel":54,"defenceLevel":54,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":20,"defenceSlash":12,"defenceCrush":22,"defenceMagic":10,"defenceRanged":20,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":62,"assignableSlayerMasters":["vannaka"]},"4185":{"members":true,"combatLevel":21,"hitpoints":27,"maxHit":3,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["dogs"],"examineText":"He has had his day.","wikiName":"Jackal","wikiURL":"https://oldschool.runescape.wiki/w/Jackal","attackLevel":17,"strengthLevel":18,"defenceLevel":15,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":27,"assignableSlayerMasters":["turael","spria","mazchna"]},"4319":{"members":true,"combatLevel":83,"hitpoints":80,"maxHit":11,"attackType":["magic"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["undead"],"category":["skeletons"],"examineText":"Doesn't seem to want to go away.","wikiName":"Skeleton Mage (Level 83)","wikiURL":"https://oldschool.runescape.wiki/w/Skeleton_Mage#Level_83","attackLevel":10,"strengthLevel":10,"defenceLevel":60,"magicLevel":100,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":15,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":80,"assignableSlayerMasters":["turael","spria","mazchna"]},"4498":{"members":true,"combatLevel":60,"hitpoints":40,"maxHit":8,"attackType":["slash"],"attackSpeed":6,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["undead"],"category":["skeletons"],"examineText":"He seems a little underweight.","wikiName":"Skeleton fremennik (Level 60)","wikiURL":"https://oldschool.runescape.wiki/w/Skeleton_fremennik#Level_60","attackLevel":72,"strengthLevel":54,"defenceLevel":40,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":14,"defenceSlash":18,"defenceCrush":15,"defenceMagic":-4,"defenceRanged":15,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":40,"assignableSlayerMasters":["turael","spria","mazchna","vannaka"]},"4501":{"members":true,"combatLevel":70,"hitpoints":50,"maxHit":9,"attackType":["stab"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["brine rats","rats"],"examineText":"Eww, a bald rat!","wikiName":"Brine rat","wikiURL":"https://oldschool.runescape.wiki/w/Brine_rat","attackLevel":70,"strengthLevel":79,"defenceLevel":40,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":47,"slayerXP":50,"assignableSlayerMasters":["turael","spria","vannaka","chaeldar","konar","nieve"]},"4649":{"members":true,"combatLevel":27,"hitpoints":34,"maxHit":3,"attackType":["slash"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["wolves"],"examineText":"A vicious desert wolf.","wikiName":"Desert Wolf (1)","wikiURL":"https://oldschool.runescape.wiki/w/Desert_Wolf#1","attackLevel":20,"strengthLevel":21,"defenceLevel":22,"magicLevel":0,"rangedLevel":0,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":34,"assignableSlayerMasters":["turael","spria","mazchna"]},"4819":{"members":true,"combatLevel":23,"hitpoints":19,"maxHit":3,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":[],"examineText":"Nice claw!","wikiName":"Crab (Level 23)","wikiURL":"https://oldschool.runescape.wiki/w/Crab#Level_23","attackLevel":19,"strengthLevel":20,"defenceLevel":26,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"4863":{"members":true,"combatLevel":9,"hitpoints":20,"maxHit":0,"attackType":[],"attackSpeed":null,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":[],"examineText":"A large boisterous bird, a delicacy for ogres.","wikiName":"Jubbly bird","wikiURL":"https://oldschool.runescape.wiki/w/Jubbly_bird","attackLevel":5,"strengthLevel":5,"defenceLevel":6,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":8,"assignableSlayerMasters":[]},"5007":{"members":false,"combatLevel":2,"hitpoints":8,"maxHit":0,"attackType":["stab"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["demon"],"category":[],"examineText":"A cheeky little imp.","wikiName":"Imp (Regular)","wikiURL":"https://oldschool.runescape.wiki/w/Imp#Regular","attackLevel":1,"strengthLevel":1,"defenceLevel":1,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":-42,"defenceSlash":-42,"defenceCrush":-42,"defenceMagic":-42,"defenceRanged":-42,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"5194":{"members":true,"combatLevel":48,"hitpoints":50,"maxHit":5,"attackType":["slash"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["dragon"],"category":[],"examineText":"Young but still dangerous.","wikiName":"Baby green dragon (1)","wikiURL":"https://oldschool.runescape.wiki/w/Baby_green_dragon#1","attackLevel":40,"strengthLevel":40,"defenceLevel":40,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":30,"defenceSlash":50,"defenceCrush":50,"defenceMagic":40,"defenceRanged":30,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"5240":{"members":true,"combatLevel":11,"hitpoints":10,"maxHit":2,"attackType":["stab"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["birds"],"examineText":"It's a brightly coloured bird of the jungle.","wikiName":"Bird (Level 11)","wikiURL":"https://oldschool.runescape.wiki/w/Bird#Level_11","attackLevel":10,"strengthLevel":10,"defenceLevel":10,"magicLevel":10,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":10,"assignableSlayerMasters":["turael","spria"]},"5271":{"members":true,"combatLevel":149,"hitpoints":130,"maxHit":14,"attackType":["slash"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["monkeys"],"examineText":"A scimitar wielding ninja monkey.","wikiName":"Monkey Guard (ninja)","wikiURL":"https://oldschool.runescape.wiki/w/Monkey_Guard_(ninja)","attackLevel":130,"strengthLevel":130,"defenceLevel":130,"magicLevel":130,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":130,"assignableSlayerMasters":["turael","spria"]},"5272":{"members":true,"combatLevel":86,"hitpoints":50,"maxHit":20,"attackType":["ranged"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["monkeys"],"examineText":"A bow wielding ninja monkey.","wikiName":"Monkey Archer (Marim)","wikiURL":"https://oldschool.runescape.wiki/w/Monkey_Archer#Marim","attackLevel":80,"strengthLevel":80,"defenceLevel":80,"magicLevel":1,"rangedLevel":110,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":50,"assignableSlayerMasters":["turael","spria"]},"5281":{"members":true,"combatLevel":98,"hitpoints":60,"maxHit":7,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["undead"],"category":["monkeys","zombies"],"examineText":"A large and lumbering undead monkey.","wikiName":"Monkey Zombie (Level 98)","wikiURL":"https://oldschool.runescape.wiki/w/Monkey_Zombie#Level_98","attackLevel":150,"strengthLevel":60,"defenceLevel":60,"magicLevel":60,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":60,"assignableSlayerMasters":["turael","spria","mazchna"]},"5293":{"members":true,"combatLevel":108,"hitpoints":105,"maxHit":10,"attackType":["stab"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["elves"],"examineText":"I don't want to get on the wrong side of him.","wikiName":"Elf Warrior (1)","wikiURL":"https://oldschool.runescape.wiki/w/Elf_Warrior#1","attackLevel":95,"strengthLevel":95,"defenceLevel":80,"magicLevel":1,"rangedLevel":0,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":50,"defenceSlash":70,"defenceCrush":70,"defenceMagic":60,"defenceRanged":50,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":107.5,"assignableSlayerMasters":["vannaka","chaeldar","nieve","duradel"]},"5295":{"members":true,"combatLevel":90,"hitpoints":105,"maxHit":11,"attackType":["ranged"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["elves"],"examineText":"He looks pretty handy with that bow.","wikiName":"Elf Archer (1)","wikiURL":"https://oldschool.runescape.wiki/w/Elf_Archer#1","attackLevel":10,"strengthLevel":10,"defenceLevel":80,"magicLevel":1,"rangedLevel":90,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":50,"defenceSlash":50,"defenceCrush":50,"defenceMagic":60,"defenceRanged":70,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":105,"assignableSlayerMasters":["vannaka","chaeldar","nieve","duradel"]},"5334":{"members":true,"combatLevel":26,"hitpoints":26,"maxHit":3,"attackType":["crush"],"attackSpeed":6,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["goblins"],"examineText":"He protects the miners.","wikiName":"Cave goblin guard (Level 26)","wikiURL":"https://oldschool.runescape.wiki/w/Cave_goblin_guard#Level_26","attackLevel":25,"strengthLevel":18,"defenceLevel":25,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":1,"defenceSlash":16,"defenceCrush":19,"defenceMagic":-3,"defenceRanged":12,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":26,"assignableSlayerMasters":["turael","spria"]},"5342":{"members":true,"combatLevel":68,"hitpoints":47,"maxHit":7,"attackType":["slash"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["undead"],"category":["skeletons"],"examineText":"A minion of Rashiliyia.","wikiName":"Undead one (Level 68 (Skeletal))","wikiURL":"https://oldschool.runescape.wiki/w/Undead_one#Level_68_(Skeletal)","attackLevel":63,"strengthLevel":63,"defenceLevel":63,"magicLevel":0,"rangedLevel":0,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":50,"assignableSlayerMasters":["turael","spria","mazchna"]},"5420":{"members":true,"combatLevel":33,"hitpoints":22,"maxHit":4,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":[],"examineText":"Watches stuff. But who watches him?","wikiName":"Watchman","wikiURL":"https://oldschool.runescape.wiki/w/Watchman","attackLevel":31,"strengthLevel":31,"defenceLevel":31,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":24,"defenceSlash":14,"defenceCrush":19,"defenceMagic":-4,"defenceRanged":16,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"5633":{"members":true,"combatLevel":140,"hitpoints":115,"maxHit":15,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["spectral","undead"],"category":["shades"],"examineText":"The shadowy remains of a long-departed soul.","wikiName":"Shade (Temple Trekking)","wikiURL":"https://oldschool.runescape.wiki/w/Shade_(Temple_Trekking)","attackLevel":130,"strengthLevel":136,"defenceLevel":100,"magicLevel":50,"rangedLevel":50,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":115,"assignableSlayerMasters":["mazchna","vannaka"]},"5779":{"members":true,"combatLevel":230,"hitpoints":200,"maxHit":21,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["bosses"],"examineText":"Holy Mole-y!","wikiName":"Giant Mole","wikiURL":"https://oldschool.runescape.wiki/w/Giant_Mole","attackLevel":200,"strengthLevel":200,"defenceLevel":200,"magicLevel":200,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":60,"defenceSlash":80,"defenceCrush":100,"defenceMagic":80,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":215,"assignableSlayerMasters":["konar","nieve","duradel"]},"5862":{"members":true,"combatLevel":318,"hitpoints":600,"maxHit":23,"attackType":["stab","ranged","magic"],"attackSpeed":6,"aggressive":true,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":["demon"],"category":["hellhounds","bosses"],"examineText":"A three-headed gigantic hound. Guardian of the River of Souls.","wikiName":"Cerberus","wikiURL":"https://oldschool.runescape.wiki/w/Cerberus","attackLevel":220,"strengthLevel":220,"defenceLevel":100,"magicLevel":220,"rangedLevel":220,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":50,"attackRanged":50,"defenceStab":50,"defenceSlash":100,"defenceCrush":25,"defenceMagic":100,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":91,"slayerXP":690,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel"]},"5886":{"members":true,"combatLevel":350,"hitpoints":400,"maxHit":66,"attackType":["melee"],"attackSpeed":7,"aggressive":false,"poisonous":true,"immuneToPoison":false,"immuneToVenom":false,"attributes":["demon"],"category":["bosses","abyssal demons"],"examineText":"A higher order of abyssal demon.","wikiName":"Abyssal Sire (Phase 1)","wikiURL":"https://oldschool.runescape.wiki/w/Abyssal_Sire#Phase_1","attackLevel":180,"strengthLevel":136,"defenceLevel":250,"magicLevel":200,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":40,"defenceSlash":60,"defenceCrush":50,"defenceMagic":20,"defenceRanged":60,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":85,"slayerXP":450,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel"]},"5969":{"members":true,"combatLevel":1,"hitpoints":3,"maxHit":1,"attackType":["crush","ranged"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":[],"examineText":"Like a mini man!","wikiName":"Gnome (Level 1)","wikiURL":"https://oldschool.runescape.wiki/w/Gnome#Level_1","attackLevel":1,"strengthLevel":1,"defenceLevel":1,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":-42,"defenceSlash":-42,"defenceCrush":-42,"defenceMagic":-42,"defenceRanged":-42,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"6046":{"members":true,"combatLevel":48,"hitpoints":40,"maxHit":8,"attackType":["crush"],"attackSpeed":3,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["dwarves"],"examineText":"A member of the Black Guard, a special division of the dwarven army.","wikiName":"Black Guard (Level 48)","wikiURL":"https://oldschool.runescape.wiki/w/Black_Guard#Level_48","attackLevel":40,"strengthLevel":45,"defenceLevel":45,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":40,"defenceSlash":40,"defenceCrush":40,"defenceMagic":0,"defenceRanged":40,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":40,"assignableSlayerMasters":["turael","spria"]},"6434":{"members":true,"combatLevel":3,"hitpoints":10,"maxHit":1,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["goblins"],"examineText":"A goblin with big bulging eyes.","wikiName":"Cave goblin (monster) (Blue)","wikiURL":"https://oldschool.runescape.wiki/w/Cave_goblin_(monster)#Blue","attackLevel":1,"strengthLevel":1,"defenceLevel":1,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":10,"assignableSlayerMasters":["turael","spria"]},"6473":{"members":true,"combatLevel":110,"hitpoints":87,"maxHit":15,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["terror dogs"],"examineText":"A terrifying dog beast.","wikiName":"Terror dog (Level 110)","wikiURL":"https://oldschool.runescape.wiki/w/Terror_dog#Level_110","attackLevel":110,"strengthLevel":104,"defenceLevel":78,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":40,"slayerXP":87,"assignableSlayerMasters":["vannaka"]},"6502":{"members":true,"combatLevel":276,"hitpoints":240,"maxHit":25,"attackType":["stab","dragonfire"],"attackSpeed":4,"aggressive":true,"poisonous":true,"immuneToPoison":false,"immuneToVenom":false,"attributes":["dragon","fiery"],"category":["black dragons","bosses"],"examineText":"One of the biggest, meanest dragons around.","wikiName":"King Black Dragon (PvM Arena)","wikiURL":"https://oldschool.runescape.wiki/w/King_Black_Dragon_(PvM_Arena)","attackLevel":240,"strengthLevel":240,"defenceLevel":240,"magicLevel":240,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":70,"defenceSlash":90,"defenceCrush":90,"defenceMagic":80,"defenceRanged":70,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":258,"assignableSlayerMasters":["konar","nieve","duradel"]},"6503":{"members":true,"combatLevel":470,"hitpoints":255,"maxHit":50,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":[],"category":["bears","bosses"],"examineText":"I wouldn't want to eat his Porridge.","wikiName":"Callisto (PvM Arena)","wikiURL":"https://oldschool.runescape.wiki/w/Callisto_(PvM_Arena)","attackLevel":350,"strengthLevel":370,"defenceLevel":440,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":135,"defenceSlash":104,"defenceCrush":175,"defenceMagic":900,"defenceRanged":230,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":312,"assignableSlayerMasters":["turael","spria","krystilia","mazchna","konar","nieve","duradel"]},"6587":{"members":true,"combatLevel":97,"hitpoints":132,"maxHit":10,"attackType":["ranged"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":[],"examineText":"A servant of Armadyl.","wikiName":"Armadylean guard","wikiURL":"https://oldschool.runescape.wiki/w/Armadylean_guard","attackLevel":1,"strengthLevel":1,"defenceLevel":82,"magicLevel":80,"rangedLevel":90,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":3,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"6593":{"members":true,"combatLevel":252,"hitpoints":230,"maxHit":23,"attackType":["slash","dragonfire"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["dragon","fiery"],"category":["lava dragons"],"examineText":"It's dripping with molten lava.","wikiName":"Lava dragon","wikiURL":"https://oldschool.runescape.wiki/w/Lava_dragon","attackLevel":240,"strengthLevel":220,"defenceLevel":220,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":20,"defenceSlash":90,"defenceCrush":90,"defenceMagic":80,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":248,"assignableSlayerMasters":["krystilia"]},"6594":{"members":true,"combatLevel":101,"hitpoints":75,"maxHit":17,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":[],"category":[],"examineText":"He ent such a bad guy.","wikiName":"Ent","wikiURL":"https://oldschool.runescape.wiki/w/Ent","attackLevel":75,"strengthLevel":75,"defenceLevel":75,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":50,"defenceSlash":70,"defenceCrush":70,"defenceMagic":40,"defenceRanged":30,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"6604":{"members":true,"combatLevel":80,"hitpoints":130,"maxHit":7,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["mammoths"],"examineText":"A woolly, elephantine monster.","wikiName":"Mammoth","wikiURL":"https://oldschool.runescape.wiki/w/Mammoth","attackLevel":55,"strengthLevel":60,"defenceLevel":50,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":130,"assignableSlayerMasters":["krystilia"]},"6605":{"members":true,"combatLevel":130,"hitpoints":155,"maxHit":12,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["bandits"],"examineText":"A wilderness outlaw.","wikiName":"Bandit (Level 130)","wikiURL":"https://oldschool.runescape.wiki/w/Bandit#Level_130","attackLevel":57,"strengthLevel":57,"defenceLevel":57,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":23,"defenceCrush":22,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":159,"assignableSlayerMasters":["krystilia"]},"6607":{"members":true,"combatLevel":129,"hitpoints":150,"maxHit":17,"attackType":["magic"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["chaos druids"],"examineText":"An elder, more dangerous kind of druid.","wikiName":"Elder Chaos druid","wikiURL":"https://oldschool.runescape.wiki/w/Elder_Chaos_druid","attackLevel":98,"strengthLevel":98,"defenceLevel":65,"magicLevel":110,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":150,"assignableSlayerMasters":["krystilia"]},"6610":{"members":true,"combatLevel":464,"hitpoints":850,"maxHit":21,"attackType":["stab","ranged","magic"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":[],"category":["spiders","bosses"],"examineText":"That'll get your arachnophobia going...","wikiName":"Venenatis","wikiURL":"https://oldschool.runescape.wiki/w/Venenatis","attackLevel":300,"strengthLevel":200,"defenceLevel":321,"magicLevel":300,"rangedLevel":350,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":100,"defenceSlash":100,"defenceCrush":10,"defenceMagic":300,"defenceRanged":150,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":956.2,"assignableSlayerMasters":["turael","spria","krystilia","konar","nieve","duradel"]},"6611":{"members":true,"combatLevel":454,"hitpoints":255,"maxHit":44,"attackType":["slash","magic"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":["undead"],"category":["skeletons","bosses"],"examineText":"Only the true lord & king of the lands can lift his burden.","wikiName":"Vet'ion (Normal)","wikiURL":"https://oldschool.runescape.wiki/w/Vet'ion#Normal","attackLevel":430,"strengthLevel":430,"defenceLevel":395,"magicLevel":300,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":201,"defenceSlash":200,"defenceCrush":-10,"defenceMagic":250,"defenceRanged":270,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":624,"assignableSlayerMasters":["turael","spria","krystilia","mazchna","konar","nieve","duradel"]},"6615":{"members":true,"combatLevel":225,"hitpoints":200,"maxHit":16,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":true,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["bosses","scorpions"],"examineText":"Queen of the Scorpions.","wikiName":"Scorpia","wikiURL":"https://oldschool.runescape.wiki/w/Scorpia","attackLevel":250,"strengthLevel":150,"defenceLevel":180,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":246,"defenceSlash":284,"defenceCrush":284,"defenceMagic":44,"defenceRanged":284,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":260,"assignableSlayerMasters":["turael","spria","krystilia","mazchna","konar","nieve","duradel"]},"6618":{"members":true,"combatLevel":204,"hitpoints":225,"maxHit":14,"attackType":["crush","ranged"],"attackSpeed":3,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["bosses"],"examineText":"When academics go bad...","wikiName":"Crazy archaeologist","wikiURL":"https://oldschool.runescape.wiki/w/Crazy_archaeologist","attackLevel":160,"strengthLevel":90,"defenceLevel":240,"magicLevel":1,"rangedLevel":180,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":75,"defenceStab":5,"defenceSlash":5,"defenceCrush":30,"defenceMagic":250,"defenceRanged":250,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":275,"assignableSlayerMasters":["krystilia","konar","nieve","duradel"]},"6619":{"members":true,"combatLevel":202,"hitpoints":225,"maxHit":31,"attackType":["magic"],"attackSpeed":2,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["bosses"],"examineText":"Someone should get out of the lab once in a while...","wikiName":"Chaos Fanatic","wikiURL":"https://oldschool.runescape.wiki/w/Chaos_Fanatic","attackLevel":1,"strengthLevel":1,"defenceLevel":220,"magicLevel":200,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":75,"defenceStab":260,"defenceSlash":260,"defenceCrush":250,"defenceMagic":280,"defenceRanged":80,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":253,"assignableSlayerMasters":["krystilia","konar","nieve","duradel"]},"6762":{"members":true,"combatLevel":60,"hitpoints":80,"maxHit":5,"attackType":["melee","magic"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["demon"],"category":["pyrefiends"],"examineText":"A large fire demon.","wikiName":"Pyrelord (1)","wikiURL":"https://oldschool.runescape.wiki/w/Pyrelord#1","attackLevel":60,"strengthLevel":40,"defenceLevel":30,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":10,"defenceSlash":10,"defenceCrush":10,"defenceMagic":0,"defenceRanged":10,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":30,"slayerXP":80,"assignableSlayerMasters":["mazchna","vannaka","chaeldar"]},"6766":{"members":true,"combatLevel":150,"hitpoints":150,"maxHit":31,"attackType":["crush","ranged"],"attackSpeed":4,"aggressive":true,"poisonous":true,"immuneToPoison":true,"immuneToVenom":true,"attributes":[],"category":["lizardmen"],"examineText":"A mystic from a race created during the darker days of Kourend.","wikiName":"Lizardman shaman (Standard)","wikiURL":"https://oldschool.runescape.wiki/w/Lizardman_shaman#Standard","attackLevel":120,"strengthLevel":120,"defenceLevel":140,"magicLevel":130,"rangedLevel":120,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":45,"defenceStab":-20,"defenceSlash":40,"defenceCrush":30,"defenceMagic":50,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":157.5,"assignableSlayerMasters":["chaeldar","konar","nieve","duradel"]},"6914":{"members":true,"combatLevel":53,"hitpoints":60,"maxHit":7,"attackType":["crush","ranged"],"attackSpeed":4,"aggressive":true,"poisonous":true,"immuneToPoison":true,"immuneToVenom":true,"attributes":[],"category":["lizardmen"],"examineText":"From a race created during the darker days of Kourend.","wikiName":"Lizardman (Level 53)","wikiURL":"https://oldschool.runescape.wiki/w/Lizardman#Level_53","attackLevel":43,"strengthLevel":43,"defenceLevel":43,"magicLevel":1,"rangedLevel":43,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":22,"defenceStab":-20,"defenceSlash":25,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":60,"assignableSlayerMasters":["chaeldar","konar","nieve","duradel"]},"6918":{"members":true,"combatLevel":75,"hitpoints":60,"maxHit":11,"attackType":["crush","ranged"],"attackSpeed":4,"aggressive":true,"poisonous":true,"immuneToPoison":true,"immuneToVenom":true,"attributes":[],"category":["lizardmen"],"examineText":"From a race created during the darker days of Kourend.","wikiName":"Lizardman brute (Standard)","wikiURL":"https://oldschool.runescape.wiki/w/Lizardman_brute#Standard","attackLevel":65,"strengthLevel":65,"defenceLevel":65,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":34,"defenceStab":-20,"defenceSlash":30,"defenceCrush":10,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":60,"assignableSlayerMasters":["chaeldar","konar","nieve","duradel"]},"7018":{"members":true,"combatLevel":0,"hitpoints":5,"maxHit":3,"attackType":["melee"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["goblins"],"examineText":"This creature has been dragged back from the grave.","wikiName":"Reanimated goblin","wikiURL":"https://oldschool.runescape.wiki/w/Reanimated_goblin","attackLevel":1,"strengthLevel":1,"defenceLevel":1,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":-15,"defenceSlash":-15,"defenceCrush":-15,"defenceMagic":-15,"defenceRanged":-15,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"7019":{"members":true,"combatLevel":0,"hitpoints":5,"maxHit":3,"attackType":["melee"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["monkeys"],"examineText":"This creature has been dragged back from the grave.","wikiName":"Reanimated monkey","wikiURL":"https://oldschool.runescape.wiki/w/Reanimated_monkey","attackLevel":2,"strengthLevel":2,"defenceLevel":3,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":5,"assignableSlayerMasters":["turael","spria"]},"7020":{"members":true,"combatLevel":0,"hitpoints":5,"maxHit":3,"attackType":["melee"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["demon"],"category":[],"examineText":"This creature has been dragged back from the grave.","wikiName":"Reanimated imp","wikiURL":"https://oldschool.runescape.wiki/w/Reanimated_imp","attackLevel":1,"strengthLevel":1,"defenceLevel":1,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":-42,"defenceSlash":-42,"defenceCrush":-42,"defenceMagic":-42,"defenceRanged":-42,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"7021":{"members":true,"combatLevel":0,"hitpoints":10,"maxHit":5,"attackType":["melee"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["minotaurs"],"examineText":"This creature has been dragged back from the grave.","wikiName":"Reanimated minotaur","wikiURL":"https://oldschool.runescape.wiki/w/Reanimated_minotaur","attackLevel":12,"strengthLevel":10,"defenceLevel":10,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":-21,"defenceSlash":-21,"defenceCrush":-21,"defenceMagic":-21,"defenceRanged":-21,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":5,"assignableSlayerMasters":["turael","spria"]},"7022":{"members":true,"combatLevel":0,"hitpoints":15,"maxHit":5,"attackType":["melee"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["scorpions"],"examineText":"This creature has been dragged back from the grave.","wikiName":"Reanimated scorpion","wikiURL":"https://oldschool.runescape.wiki/w/Reanimated_scorpion","attackLevel":11,"strengthLevel":12,"defenceLevel":11,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":5,"defenceSlash":15,"defenceCrush":15,"defenceMagic":5,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":15,"assignableSlayerMasters":["turael","spria"]},"7023":{"members":true,"combatLevel":0,"hitpoints":15,"maxHit":6,"attackType":["melee"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["bears"],"examineText":"This creature has been dragged back from the grave.","wikiName":"Reanimated bear","wikiURL":"https://oldschool.runescape.wiki/w/Reanimated_bear","attackLevel":17,"strengthLevel":18,"defenceLevel":15,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":15,"assignableSlayerMasters":["turael","spria","mazchna"]},"7024":{"members":true,"combatLevel":0,"hitpoints":15,"maxHit":6,"attackType":["melee"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":[],"examineText":"This creature has been dragged back from the grave.","wikiName":"Reanimated unicorn","wikiURL":"https://oldschool.runescape.wiki/w/Reanimated_unicorn","attackLevel":11,"strengthLevel":13,"defenceLevel":13,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"7025":{"members":true,"combatLevel":0,"hitpoints":35,"maxHit":6,"attackType":["melee"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["dogs"],"examineText":"This creature has been dragged back from the grave.","wikiName":"Reanimated dog","wikiURL":"https://oldschool.runescape.wiki/w/Reanimated_dog","attackLevel":53,"strengthLevel":54,"defenceLevel":54,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":35,"assignableSlayerMasters":["turael","spria","mazchna"]},"7026":{"members":true,"combatLevel":0,"hitpoints":35,"maxHit":6,"attackType":["melee"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["chaos druids"],"examineText":"This druid has been dragged back from the grave.","wikiName":"Reanimated chaos druid","wikiURL":"https://oldschool.runescape.wiki/w/Reanimated_chaos_druid","attackLevel":8,"strengthLevel":8,"defenceLevel":12,"magicLevel":10,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":35,"assignableSlayerMasters":["krystilia"]},"7027":{"members":true,"combatLevel":0,"hitpoints":35,"maxHit":6,"attackType":["melee"],"attackSpeed":6,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["hill giants"],"examineText":"This creature has been dragged back from the grave.","wikiName":"Reanimated giant","wikiURL":"https://oldschool.runescape.wiki/w/Reanimated_giant","attackLevel":18,"strengthLevel":22,"defenceLevel":26,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":35,"assignableSlayerMasters":["mazchna","vannaka"]},"7028":{"members":true,"combatLevel":0,"hitpoints":35,"maxHit":8,"attackType":["melee"],"attackSpeed":6,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["ogres"],"examineText":"This creature has been dragged back from the grave.","wikiName":"Reanimated ogre","wikiURL":"https://oldschool.runescape.wiki/w/Reanimated_ogre","attackLevel":43,"strengthLevel":43,"defenceLevel":43,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":35,"assignableSlayerMasters":["vannaka"]},"7029":{"members":true,"combatLevel":0,"hitpoints":35,"maxHit":10,"attackType":["melee"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["elves"],"examineText":"This creature has been dragged back from the grave.","wikiName":"Reanimated elf","wikiURL":"https://oldschool.runescape.wiki/w/Reanimated_elf","attackLevel":95,"strengthLevel":95,"defenceLevel":80,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":5,"defenceSlash":20,"defenceCrush":40,"defenceMagic":60,"defenceRanged":50,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":35,"assignableSlayerMasters":["vannaka","chaeldar","nieve","duradel"]},"7030":{"members":true,"combatLevel":0,"hitpoints":35,"maxHit":11,"attackType":["melee"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["trolls"],"examineText":"This creature has been dragged back from the grave.","wikiName":"Reanimated troll","wikiURL":"https://oldschool.runescape.wiki/w/Reanimated_troll","attackLevel":40,"strengthLevel":75,"defenceLevel":40,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":10,"defenceMagic":200,"defenceRanged":200,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":35,"assignableSlayerMasters":["vannaka","chaeldar","nieve","duradel"]},"7031":{"members":true,"combatLevel":0,"hitpoints":35,"maxHit":8,"attackType":["melee"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["jungle horrors"],"examineText":"This creature has been dragged back from the grave.","wikiName":"Reanimated horror","wikiURL":"https://oldschool.runescape.wiki/w/Reanimated_horror","attackLevel":70,"strengthLevel":70,"defenceLevel":55,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":35,"assignableSlayerMasters":["vannaka","chaeldar"]},"7032":{"members":true,"combatLevel":0,"hitpoints":35,"maxHit":12,"attackType":["melee"],"attackSpeed":4,"aggressive":true,"poisonous":true,"immuneToPoison":false,"immuneToVenom":false,"attributes":["kalphite"],"category":["kalphite"],"examineText":"This creature has been dragged back from the grave.","wikiName":"Reanimated kalphite","wikiURL":"https://oldschool.runescape.wiki/w/Reanimated_kalphite","attackLevel":110,"strengthLevel":110,"defenceLevel":110,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":25,"defenceSlash":25,"defenceCrush":5,"defenceMagic":50,"defenceRanged":50,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":35,"assignableSlayerMasters":["mazchna","chaeldar","nieve","duradel"]},"7033":{"members":true,"combatLevel":0,"hitpoints":35,"maxHit":10,"attackType":["ranged"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["dagannoth"],"examineText":"This creature has been dragged back from the grave.","wikiName":"Reanimated dagannoth","wikiURL":"https://oldschool.runescape.wiki/w/Reanimated_dagannoth","attackLevel":78,"strengthLevel":78,"defenceLevel":81,"magicLevel":1,"rangedLevel":50,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":35,"assignableSlayerMasters":["vannaka","chaeldar","nieve","duradel"]},"7034":{"members":true,"combatLevel":0,"hitpoints":35,"maxHit":6,"attackType":["melee","magic"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["demon"],"category":["bloodveld"],"examineText":"This creature has been dragged back from the grave.","wikiName":"Reanimated bloodveld","wikiURL":"https://oldschool.runescape.wiki/w/Reanimated_bloodveld","attackLevel":75,"strengthLevel":45,"defenceLevel":30,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":50,"slayerXP":35,"assignableSlayerMasters":["vannaka","chaeldar","nieve","duradel"]},"7035":{"members":true,"combatLevel":0,"hitpoints":35,"maxHit":15,"attackType":["melee"],"attackSpeed":5,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["tzhaar"],"examineText":"This creature has been dragged back from the grave.","wikiName":"Reanimated TzHaar","wikiURL":"https://oldschool.runescape.wiki/w/Reanimated_TzHaar","attackLevel":120,"strengthLevel":140,"defenceLevel":120,"magicLevel":40,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":35,"assignableSlayerMasters":["chaeldar","nieve","duradel"]},"7036":{"members":true,"combatLevel":0,"hitpoints":35,"maxHit":8,"attackType":["melee"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["demon"],"category":["lesser demons"],"examineText":"This creature has been dragged back from the grave.","wikiName":"Reanimated demon","wikiURL":"https://oldschool.runescape.wiki/w/Reanimated_demon","attackLevel":68,"strengthLevel":70,"defenceLevel":71,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":-10,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":35,"assignableSlayerMasters":["krystilia","vannaka","chaeldar"]},"7037":{"members":true,"combatLevel":0,"hitpoints":35,"maxHit":9,"attackType":["melee"],"attackSpeed":5,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["aviansies"],"examineText":"This creature has been dragged back from the grave.","wikiName":"Reanimated aviansie","wikiURL":"https://oldschool.runescape.wiki/w/Reanimated_aviansie","attackLevel":71,"strengthLevel":1,"defenceLevel":70,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":35,"assignableSlayerMasters":["krystilia","chaeldar","konar","nieve","duradel"]},"7038":{"members":true,"combatLevel":0,"hitpoints":35,"maxHit":8,"attackType":["melee"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["demon"],"category":["abyssal demons"],"examineText":"This creature has been dragged back from the grave.","wikiName":"Reanimated abyssal","wikiURL":"https://oldschool.runescape.wiki/w/Reanimated_abyssal","attackLevel":97,"strengthLevel":67,"defenceLevel":135,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":20,"defenceSlash":20,"defenceCrush":20,"defenceMagic":0,"defenceRanged":20,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":85,"slayerXP":35,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel","krystilia"]},"7039":{"members":true,"combatLevel":0,"hitpoints":35,"maxHit":50,"attackType":["melee","dragonfire"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["dragon"],"category":[],"examineText":"This creature has been dragged back from the grave.","wikiName":"Reanimated dragon","wikiURL":"https://oldschool.runescape.wiki/w/Reanimated_dragon","attackLevel":68,"strengthLevel":68,"defenceLevel":68,"magicLevel":68,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":20,"defenceSlash":40,"defenceCrush":40,"defenceMagic":30,"defenceRanged":20,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"7097":{"members":true,"combatLevel":142,"hitpoints":110,"maxHit":29,"attackType":["crush"],"attackSpeed":6,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["monkeys"],"examineText":"One of Glough's tortured creations.","wikiName":"Tortured gorilla (Level 142)","wikiURL":"https://oldschool.runescape.wiki/w/Tortured_gorilla#Level_142","attackLevel":180,"strengthLevel":90,"defenceLevel":110,"magicLevel":110,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"7118":{"members":true,"combatLevel":140,"hitpoints":65,"maxHit":18,"attackType":["slash"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["monkeys"],"examineText":"It looks like someone has tampered with its mind.","wikiName":"Maniacal monkey","wikiURL":"https://oldschool.runescape.wiki/w/Maniacal_monkey","attackLevel":200,"strengthLevel":175,"defenceLevel":10,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":65,"assignableSlayerMasters":["turael","spria"]},"7144":{"members":true,"combatLevel":275,"hitpoints":380,"maxHit":31,"attackType":["crush","ranged","magic"],"attackSpeed":5,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["demon"],"category":["black demons","monkeys"],"examineText":"One of Glough's demonic creations.","wikiName":"Demonic gorilla","wikiURL":"https://oldschool.runescape.wiki/w/Demonic_gorilla","attackLevel":205,"strengthLevel":195,"defenceLevel":200,"magicLevel":195,"rangedLevel":195,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":40,"attackRanged":43,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":50,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":408.5,"assignableSlayerMasters":["turael","spria","chaeldar","duradel","nieve"]},"7222":{"members":true,"combatLevel":200,"hitpoints":500,"maxHit":13,"attackType":["melee","ranged","magic"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["rats"],"examineText":"You're never more than six feet away from one.","wikiName":"Scurrius (Solo)","wikiURL":"https://oldschool.runescape.wiki/w/Scurrius#Solo","attackLevel":300,"strengthLevel":100,"defenceLevel":60,"magicLevel":50,"rangedLevel":50,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":150,"attackRanged":150,"defenceStab":20,"defenceSlash":20,"defenceCrush":20,"defenceMagic":10,"defenceRanged":20,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":600,"assignableSlayerMasters":["turael","spria"]},"7272":{"members":true,"combatLevel":89,"hitpoints":100,"maxHit":9,"attackType":["melee","magic"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["spectral","undead"],"category":["banshees"],"examineText":"A tortured screaming soul.","wikiName":"Twisted Banshee","wikiURL":"https://oldschool.runescape.wiki/w/Twisted_Banshee","attackLevel":75,"strengthLevel":85,"defenceLevel":50,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":15,"defenceSlash":15,"defenceCrush":15,"defenceMagic":0,"defenceRanged":15,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":15,"slayerXP":100,"assignableSlayerMasters":["turael","spria","mazchna","vannaka","chaeldar"]},"7273":{"members":true,"combatLevel":271,"hitpoints":245,"maxHit":21,"attackType":["slash","magic","dragonfire"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":["dragon","fiery"],"category":["blue dragons"],"examineText":"It appears intelligent and savage.","wikiName":"Brutal blue dragon","wikiURL":"https://oldschool.runescape.wiki/w/Brutal_blue_dragon","attackLevel":298,"strengthLevel":198,"defenceLevel":198,"magicLevel":198,"rangedLevel":0,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":10,"defenceSlash":70,"defenceCrush":70,"defenceMagic":60,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":257,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel"]},"7274":{"members":true,"combatLevel":289,"hitpoints":285,"maxHit":22,"attackType":["slash","magic","dragonfire"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":["dragon","fiery"],"category":["red dragons"],"examineText":"It appears intelligent and savage.","wikiName":"Brutal red dragon","wikiURL":"https://oldschool.runescape.wiki/w/Brutal_red_dragon","attackLevel":310,"strengthLevel":210,"defenceLevel":198,"magicLevel":250,"rangedLevel":0,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":10,"defenceSlash":70,"defenceCrush":70,"defenceMagic":60,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":306.2,"assignableSlayerMasters":["konar","nieve","duradel"]},"7275":{"members":true,"combatLevel":318,"hitpoints":315,"maxHit":29,"attackType":["slash","magic","dragonfire"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":["dragon","fiery"],"category":["black dragons"],"examineText":"It appears intelligent and savage.","wikiName":"Brutal black dragon","wikiURL":"https://oldschool.runescape.wiki/w/Brutal_black_dragon","attackLevel":330,"strengthLevel":210,"defenceLevel":258,"magicLevel":250,"rangedLevel":0,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":10,"defenceSlash":70,"defenceCrush":70,"defenceMagic":60,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":77,"slayerXP":346.4,"assignableSlayerMasters":["konar","nieve","duradel"]},"7276":{"members":true,"combatLevel":123,"hitpoints":170,"maxHit":12,"attackType":["melee","magic"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["demon"],"category":["bloodveld"],"examineText":"The twisted tongue of evil.","wikiName":"Mutated Bloodveld","wikiURL":"https://oldschool.runescape.wiki/w/Mutated_Bloodveld","attackLevel":110,"strengthLevel":115,"defenceLevel":30,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":50,"slayerXP":170,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel"]},"7277":{"members":true,"combatLevel":112,"hitpoints":140,"maxHit":10,"attackType":["melee","magic"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["jellies"],"examineText":"Needs cream.....","wikiName":"Warped Jelly","wikiURL":"https://oldschool.runescape.wiki/w/Warped_Jelly","attackLevel":95,"strengthLevel":90,"defenceLevel":70,"magicLevel":95,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":52,"slayerXP":140,"assignableSlayerMasters":["vannaka","chaeldar","konar"]},"7278":{"members":true,"combatLevel":200,"hitpoints":205,"maxHit":21,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["demon"],"category":["nechryael"],"examineText":"An evil death demon.","wikiName":"Greater Nechryael (Regular)","wikiURL":"https://oldschool.runescape.wiki/w/Greater_Nechryael#Regular","attackLevel":197,"strengthLevel":197,"defenceLevel":85,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":50,"defenceSlash":50,"defenceCrush":50,"defenceMagic":0,"defenceRanged":50,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":80,"slayerXP":210,"assignableSlayerMasters":["krystilia","vannaka","chaeldar","konar","nieve","duradel"]},"7279":{"members":true,"combatLevel":169,"hitpoints":190,"maxHit":8,"attackType":["magic"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["spectral","undead"],"category":["aberrant spectres"],"examineText":"A very smelly ghost.","wikiName":"Deviant spectre","wikiURL":"https://oldschool.runescape.wiki/w/Deviant_spectre","attackLevel":1,"strengthLevel":1,"defenceLevel":90,"magicLevel":205,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":80,"defenceSlash":80,"defenceCrush":80,"defenceMagic":0,"defenceRanged":85,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":60,"slayerXP":194.5,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel"]},"7286":{"members":true,"combatLevel":321,"hitpoints":450,"maxHit":38,"attackType":["stab","magic"],"attackSpeed":6,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["demon"],"category":["black demons","greater demons"],"examineText":"A darkly altared demon.","wikiName":"Skotizo","wikiURL":"https://oldschool.runescape.wiki/w/Skotizo","attackLevel":240,"strengthLevel":250,"defenceLevel":200,"magicLevel":280,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":80,"defenceSlash":80,"defenceCrush":80,"defenceMagic":130,"defenceRanged":130,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":618.5,"assignableSlayerMasters":["chaeldar","konar","nieve","duradel"]},"7388":{"members":true,"combatLevel":45,"hitpoints":55,"maxHit":5,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["undead"],"category":["crawling hands"],"examineText":"That is quite some-thing.","wikiName":"Crushing hand","wikiURL":"https://oldschool.runescape.wiki/w/Crushing_hand","attackLevel":45,"strengthLevel":42,"defenceLevel":14,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":5,"slayerXP":605,"assignableSlayerMasters":["turael","spria","mazchna","vannaka"]},"7389":{"members":true,"combatLevel":68,"hitpoints":64,"maxHit":7,"attackType":["melee"],"attackSpeed":4,"aggressive":false,"poisonous":true,"immuneToPoison":false,"immuneToVenom":true,"attributes":[],"category":["cave crawlers"],"examineText":"A dangerous looking beast.","wikiName":"Chasm Crawler","wikiURL":"https://oldschool.runescape.wiki/w/Chasm_Crawler","attackLevel":22,"strengthLevel":18,"defenceLevel":18,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":10,"defenceSlash":10,"defenceCrush":5,"defenceMagic":5,"defenceRanged":10,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":10,"slayerXP":600,"assignableSlayerMasters":["turael","spria","mazchna","vannaka","chaeldar"]},"7390":{"members":true,"combatLevel":70,"hitpoints":61,"maxHit":7,"attackType":["melee","magic"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["spectral","undead"],"category":["banshees"],"examineText":"Scream if you want to go faster.","wikiName":"Screaming banshee","wikiURL":"https://oldschool.runescape.wiki/w/Screaming_banshee","attackLevel":65,"strengthLevel":61,"defenceLevel":56,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":13,"defenceSlash":13,"defenceCrush":13,"defenceMagic":0,"defenceRanged":13,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":15,"slayerXP":610,"assignableSlayerMasters":["turael","spria","mazchna","vannaka","chaeldar"]},"7391":{"members":true,"combatLevel":144,"hitpoints":220,"maxHit":12,"attackType":["melee","magic"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["spectral","undead"],"category":["banshees"],"examineText":"A tortured, twisted and screaming soul.","wikiName":"Screaming twisted banshee","wikiURL":"https://oldschool.runescape.wiki/w/Screaming_twisted_banshee","attackLevel":103,"strengthLevel":110,"defenceLevel":80,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":25,"defenceSlash":25,"defenceCrush":25,"defenceMagic":0,"defenceRanged":25,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":15,"slayerXP":2200,"assignableSlayerMasters":["turael","spria","mazchna","vannaka","chaeldar"]},"7392":{"members":true,"combatLevel":86,"hitpoints":77,"maxHit":9,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":[],"category":["rockslugs"],"examineText":"The slime of greater evil.","wikiName":"Giant rockslug","wikiURL":"https://oldschool.runescape.wiki/w/Giant_rockslug","attackLevel":72,"strengthLevel":77,"defenceLevel":77,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":20,"slayerXP":770,"assignableSlayerMasters":["mazchna","vannaka","chaeldar"]},"7393":{"members":true,"combatLevel":89,"hitpoints":95,"maxHit":9,"attackType":["stab"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["cockatrice"],"examineText":"Careful where he puts that beak!","wikiName":"Cockathrice","wikiURL":"https://oldschool.runescape.wiki/w/Cockathrice","attackLevel":63,"strengthLevel":78,"defenceLevel":78,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":20,"defenceSlash":20,"defenceCrush":0,"defenceMagic":20,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":25,"slayerXP":950,"assignableSlayerMasters":["mazchna","vannaka","chaeldar"]},"7394":{"members":true,"combatLevel":97,"hitpoints":126,"maxHit":7,"attackType":["melee","magic"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["demon"],"category":["pyrefiends"],"examineText":"A large demonic being of fire.","wikiName":"Flaming pyrelord","wikiURL":"https://oldschool.runescape.wiki/w/Flaming_pyrelord","attackLevel":98,"strengthLevel":65,"defenceLevel":52,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":18,"defenceSlash":18,"defenceCrush":18,"defenceMagic":0,"defenceRanged":18,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":30,"slayerXP":1250,"assignableSlayerMasters":["mazchna","vannaka","chaeldar"]},"7395":{"members":true,"combatLevel":135,"hitpoints":170,"maxHit":11,"attackType":["slash"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["basilisks"],"examineText":"Let's hope I have some phoenix tears.","wikiName":"Monstrous basilisk","wikiURL":"https://oldschool.runescape.wiki/w/Monstrous_basilisk","attackLevel":88,"strengthLevel":98,"defenceLevel":130,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":35,"defenceSlash":35,"defenceCrush":0,"defenceMagic":35,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":40,"slayerXP":1700,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel"]},"7396":{"members":true,"combatLevel":162,"hitpoints":175,"maxHit":20,"attackType":["magic"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["infernal mages"],"examineText":"The evil that men do lives on and on.","wikiName":"Malevolent Mage","wikiURL":"https://oldschool.runescape.wiki/w/Malevolent_Mage","attackLevel":1,"strengthLevel":1,"defenceLevel":135,"magicLevel":175,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":75,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":45,"slayerXP":1750,"assignableSlayerMasters":["vannaka","chaeldar"]},"7397":{"members":true,"combatLevel":202,"hitpoints":290,"maxHit":15,"attackType":["melee","magic"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["demon"],"category":["bloodveld"],"examineText":"I wouldn't want to get near that tongue.","wikiName":"Insatiable Bloodveld","wikiURL":"https://oldschool.runescape.wiki/w/Insatiable_Bloodveld","attackLevel":190,"strengthLevel":145,"defenceLevel":85,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":50,"slayerXP":2900,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel"]},"7398":{"members":true,"combatLevel":278,"hitpoints":410,"maxHit":20,"attackType":["melee","magic"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":["demon"],"category":["bloodveld"],"examineText":"I wouldn't want to get near that tongue.","wikiName":"Insatiable mutated Bloodveld","wikiURL":"https://oldschool.runescape.wiki/w/Insatiable_mutated_Bloodveld","attackLevel":250,"strengthLevel":190,"defenceLevel":130,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":50,"slayerXP":4100,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel"]},"7399":{"members":true,"combatLevel":206,"hitpoints":190,"maxHit":17,"attackType":["melee","magic"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":[],"category":["jellies"],"examineText":"I don't think you're ready for this jelly.","wikiName":"Vitreous Jelly","wikiURL":"https://oldschool.runescape.wiki/w/Vitreous_Jelly","attackLevel":170,"strengthLevel":150,"defenceLevel":220,"magicLevel":150,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":52,"slayerXP":1900,"assignableSlayerMasters":["vannaka","chaeldar","konar"]},"7400":{"members":true,"combatLevel":241,"hitpoints":220,"maxHit":19,"attackType":["melee","magic"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":[],"category":["jellies"],"examineText":"I don't think you're ready for this jelly.","wikiName":"Vitreous warped Jelly","wikiURL":"https://oldschool.runescape.wiki/w/Vitreous_warped_Jelly","attackLevel":200,"strengthLevel":180,"defenceLevel":250,"magicLevel":180,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":52,"slayerXP":2200,"assignableSlayerMasters":["vannaka","chaeldar","konar"]},"7401":{"members":true,"combatLevel":206,"hitpoints":130,"maxHit":24,"attackType":["melee","magic"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":true,"attributes":[],"category":["cave horrors"],"examineText":"An extremely dangerous, emaciated ape like creature with beady red eyes.","wikiName":"Cave abomination","wikiURL":"https://oldschool.runescape.wiki/w/Cave_abomination","attackLevel":230,"strengthLevel":195,"defenceLevel":142,"magicLevel":230,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":58,"slayerXP":1300,"assignableSlayerMasters":["chaeldar","nieve","duradel"]},"7402":{"members":true,"combatLevel":253,"hitpoints":250,"maxHit":31,"attackType":["magic"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["spectral","undead"],"category":["aberrant spectres"],"examineText":"I'd smell better after completing 3145 laps of an agility course dressed as a monkey.","wikiName":"Abhorrent spectre","wikiURL":"https://oldschool.runescape.wiki/w/Abhorrent_spectre","attackLevel":1,"strengthLevel":1,"defenceLevel":180,"magicLevel":300,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":40,"defenceSlash":40,"defenceCrush":40,"defenceMagic":0,"defenceRanged":30,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":60,"slayerXP":2500,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel"]},"7403":{"members":true,"combatLevel":335,"hitpoints":390,"maxHit":39,"attackType":["magic"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["spectral","undead"],"category":["aberrant spectres"],"examineText":"I'd smell better after completing 3145 laps of an agility course dressed as a monkey.","wikiName":"Repugnant spectre","wikiURL":"https://oldschool.runescape.wiki/w/Repugnant_spectre","attackLevel":1,"strengthLevel":1,"defenceLevel":220,"magicLevel":380,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":120,"defenceSlash":120,"defenceCrush":120,"defenceMagic":0,"defenceRanged":115,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":60,"slayerXP":4085,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel"]},"7404":{"members":true,"combatLevel":264,"hitpoints":300,"maxHit":24,"attackType":["melee"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":[],"category":["dust devils"],"examineText":"Hold your breath!","wikiName":"Choke devil","wikiURL":"https://oldschool.runescape.wiki/w/Choke_devil","attackLevel":260,"strengthLevel":230,"defenceLevel":120,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":65,"slayerXP":3000,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel"]},"7405":{"members":true,"combatLevel":295,"hitpoints":420,"maxHit":36,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["leafy"],"category":["kurask"],"examineText":"Head honcho for the Kurask.","wikiName":"King kurask","wikiURL":"https://oldschool.runescape.wiki/w/King_kurask","attackLevel":190,"strengthLevel":320,"defenceLevel":250,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":50,"defenceCrush":50,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":70,"slayerXP":2767.4,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel"]},"7406":{"members":true,"combatLevel":280,"hitpoints":240,"maxHit":29,"attackType":["ranged","magic"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["smoke devils"],"examineText":"I don't think he is good for my lungs.","wikiName":"Nuclear smoke devil","wikiURL":"https://oldschool.runescape.wiki/w/Nuclear_smoke_devil","attackLevel":240,"strengthLevel":230,"defenceLevel":390,"magicLevel":1,"rangedLevel":280,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":850,"defenceRanged":80,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":93,"slayerXP":2400,"assignableSlayerMasters":["konar","nieve","duradel"]},"7407":{"members":true,"combatLevel":349,"hitpoints":270,"maxHit":38,"attackType":["slash","ranged","magic"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["gargoyles"],"examineText":"Am I losing my marbles?","wikiName":"Marble gargoyle","wikiURL":"https://oldschool.runescape.wiki/w/Marble_gargoyle","attackLevel":230,"strengthLevel":250,"defenceLevel":190,"magicLevel":1,"rangedLevel":220,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":50,"defenceSlash":50,"defenceCrush":0,"defenceMagic":50,"defenceRanged":50,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":75,"slayerXP":2768,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel"]},"7409":{"members":true,"combatLevel":374,"hitpoints":550,"maxHit":31,"attackType":["crush","magic"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["dark beasts"],"examineText":"I don't want to ever visit that darker dimension...","wikiName":"Night beast","wikiURL":"https://oldschool.runescape.wiki/w/Night_beast","attackLevel":270,"strengthLevel":290,"defenceLevel":220,"magicLevel":300,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":75,"defenceSlash":80,"defenceCrush":200,"defenceMagic":190,"defenceRanged":200,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":90,"slayerXP":6462,"assignableSlayerMasters":["konar","nieve","duradel"]},"7410":{"members":true,"combatLevel":342,"hitpoints":400,"maxHit":31,"attackType":["stab"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["demon"],"category":["abyssal demons"],"examineText":"A greater denizen of the Abyss.","wikiName":"Greater abyssal demon","wikiURL":"https://oldschool.runescape.wiki/w/Greater_abyssal_demon","attackLevel":300,"strengthLevel":260,"defenceLevel":240,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":50,"defenceSlash":50,"defenceCrush":50,"defenceMagic":0,"defenceRanged":50,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":85,"slayerXP":4200,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel"]},"7411":{"members":true,"combatLevel":300,"hitpoints":320,"maxHit":27,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":["demon"],"category":["nechryael"],"examineText":"The arch demon of death.","wikiName":"Nechryarch","wikiURL":"https://oldschool.runescape.wiki/w/Nechryarch","attackLevel":310,"strengthLevel":260,"defenceLevel":140,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":30,"defenceSlash":30,"defenceCrush":30,"defenceMagic":0,"defenceRanged":30,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":80,"slayerXP":3280,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel"]},"7416":{"members":false,"combatLevel":106,"hitpoints":120,"maxHit":22,"attackType":["crush","ranged"],"attackSpeed":6,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["hill giants"],"examineText":"He looks very dangerous.","wikiName":"Obor","wikiURL":"https://oldschool.runescape.wiki/w/Obor","attackLevel":90,"strengthLevel":100,"defenceLevel":60,"magicLevel":1,"rangedLevel":120,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":100,"defenceStab":35,"defenceSlash":40,"defenceCrush":45,"defenceMagic":20,"defenceRanged":20,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":129,"assignableSlayerMasters":["mazchna","vannaka"]},"7706":{"members":true,"combatLevel":1400,"hitpoints":1200,"maxHit":null,"attackType":["ranged","magic","typeless"],"attackSpeed":null,"aggressive":true,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":[],"category":["tzhaar"],"examineText":"An ancient adversary to the TzHaar.","wikiName":"TzKal-Zuk","wikiURL":"https://oldschool.runescape.wiki/w/TzKal-Zuk","attackLevel":350,"strengthLevel":600,"defenceLevel":260,"magicLevel":150,"rangedLevel":400,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":550,"attackRanged":550,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":350,"defenceRanged":100,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":101890,"assignableSlayerMasters":["chaeldar","nieve","duradel"]},"7792":{"members":true,"combatLevel":152,"hitpoints":200,"maxHit":13,"attackType":["slash"],"attackSpeed":6,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["dragon"],"category":["fossil island wyverns"],"examineText":"Not a wyvern to get on the wrong end of.","wikiName":"Long-tailed Wyvern","wikiURL":"https://oldschool.runescape.wiki/w/Long-tailed_Wyvern","attackLevel":125,"strengthLevel":120,"defenceLevel":90,"magicLevel":90,"rangedLevel":90,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":70,"defenceSlash":70,"defenceCrush":70,"defenceMagic":140,"defenceRanged":120,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":66,"slayerXP":205,"assignableSlayerMasters":["chaeldar","konar","nieve","duradel"]},"7793":{"members":true,"combatLevel":147,"hitpoints":200,"maxHit":10,"attackType":["slash","ranged","typeless"],"attackSpeed":6,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["dragon"],"category":["fossil island wyverns"],"examineText":"Spikey death with bad breath.","wikiName":"Taloned Wyvern","wikiURL":"https://oldschool.runescape.wiki/w/Taloned_Wyvern","attackLevel":120,"strengthLevel":110,"defenceLevel":90,"magicLevel":90,"rangedLevel":90,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":70,"defenceSlash":70,"defenceCrush":70,"defenceMagic":140,"defenceRanged":120,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":66,"slayerXP":205,"assignableSlayerMasters":["chaeldar","konar","nieve","duradel"]},"7794":{"members":true,"combatLevel":139,"hitpoints":200,"maxHit":9,"attackType":["slash","ranged"],"attackSpeed":6,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["dragon"],"category":["fossil island wyverns"],"examineText":"Has issues with odontophobia.","wikiName":"Spitting Wyvern","wikiURL":"https://oldschool.runescape.wiki/w/Spitting_Wyvern","attackLevel":125,"strengthLevel":80,"defenceLevel":90,"magicLevel":125,"rangedLevel":125,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":70,"defenceSlash":70,"defenceCrush":70,"defenceMagic":140,"defenceRanged":120,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":66,"slayerXP":205,"assignableSlayerMasters":["chaeldar","konar","nieve","duradel"]},"7795":{"members":true,"combatLevel":210,"hitpoints":300,"maxHit":10,"attackType":["slash","ranged","typeless"],"attackSpeed":5,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["dragon"],"category":["fossil island wyverns"],"examineText":"Looks old enough to be fossilised.","wikiName":"Ancient Wyvern","wikiURL":"https://oldschool.runescape.wiki/w/Ancient_Wyvern","attackLevel":150,"strengthLevel":150,"defenceLevel":150,"magicLevel":90,"rangedLevel":90,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":70,"defenceSlash":70,"defenceCrush":70,"defenceMagic":170,"defenceRanged":120,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":82,"slayerXP":315,"assignableSlayerMasters":["chaeldar","konar","nieve","duradel"]},"7796":{"members":true,"combatLevel":68,"hitpoints":50,"maxHit":9,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["scorpions"],"examineText":"An extremely vicious lobster type thing.","wikiName":"Lobstrosity","wikiURL":"https://oldschool.runescape.wiki/w/Lobstrosity","attackLevel":60,"strengthLevel":80,"defenceLevel":40,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":30,"defenceSlash":50,"defenceCrush":15,"defenceMagic":99,"defenceRanged":70,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":50,"assignableSlayerMasters":["turael","spria","mazchna"]},"7797":{"members":true,"combatLevel":109,"hitpoints":150,"maxHit":9,"attackType":["melee","ranged","magic"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["mutated zygomites"],"examineText":"Not in the ground anymore! It looks a little wobbly.","wikiName":"Ancient Zygomite","wikiURL":"https://oldschool.runescape.wiki/w/Ancient_Zygomite","attackLevel":80,"strengthLevel":80,"defenceLevel":80,"magicLevel":80,"rangedLevel":80,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":20,"defenceSlash":20,"defenceCrush":20,"defenceMagic":30,"defenceRanged":30,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":57,"slayerXP":154,"assignableSlayerMasters":["chaeldar","konar","nieve","duradel"]},"7806":{"members":true,"combatLevel":276,"hitpoints":200,"maxHit":25,"attackType":["melee","ranged"],"attackSpeed":3,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["bosses"],"examineText":"He's seen things that people wouldn't believe.","wikiName":"Deranged archaeologist","wikiURL":"https://oldschool.runescape.wiki/w/Deranged_archaeologist","attackLevel":280,"strengthLevel":160,"defenceLevel":280,"magicLevel":1,"rangedLevel":320,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":90,"defenceStab":20,"defenceSlash":20,"defenceCrush":50,"defenceMagic":300,"defenceRanged":300,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":275,"assignableSlayerMasters":["chaeldar","konar","nieve","duradel"]},"7851":{"members":true,"combatLevel":248,"hitpoints":450,"maxHit":15,"attackType":["crush"],"attackSpeed":6,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["bosses","gargoyles"],"examineText":"The Guardian of Dusk, he's alive!","wikiName":"Dusk (First form)","wikiURL":"https://oldschool.runescape.wiki/w/Dusk#First_form","attackLevel":200,"strengthLevel":140,"defenceLevel":100,"magicLevel":140,"rangedLevel":140,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":75,"slayerXP":1350,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel"]},"7860":{"members":true,"combatLevel":235,"hitpoints":320,"maxHit":43,"attackType":["slash","magic"],"attackSpeed":6,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["demon"],"category":["black demons"],"examineText":"A rage-filled Zamorakian Demon.","wikiName":"Porazdir","wikiURL":"https://oldschool.runescape.wiki/w/Porazdir","attackLevel":250,"strengthLevel":150,"defenceLevel":100,"magicLevel":180,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":80,"attackRanged":0,"defenceStab":200,"defenceSlash":200,"defenceCrush":200,"defenceMagic":-60,"defenceRanged":200,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":376,"assignableSlayerMasters":["krystilia","chaeldar","nieve","duradel"]},"7881":{"members":true,"combatLevel":7,"hitpoints":10,"maxHit":2,"attackType":["stab","ranged","magic"],"attackSpeed":5,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["spectral","undead"],"category":["revenants","ghosts"],"examineText":"The ghost of an imp slain long ago.","wikiName":"Revenant imp","wikiURL":"https://oldschool.runescape.wiki/w/Revenant_imp","attackLevel":5,"strengthLevel":5,"defenceLevel":4,"magicLevel":9,"rangedLevel":5,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":5,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":5,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":10,"assignableSlayerMasters":["turael","spria","krystilia","mazchna"]},"7931":{"members":true,"combatLevel":15,"hitpoints":14,"maxHit":3,"attackType":["crush","ranged","magic"],"attackSpeed":5,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["spectral","undead"],"category":["revenants","ghosts"],"examineText":"The ghost of a goblin slain long ago.","wikiName":"Revenant goblin","wikiURL":"https://oldschool.runescape.wiki/w/Revenant_goblin","attackLevel":13,"strengthLevel":14,"defenceLevel":14,"magicLevel":12,"rangedLevel":15,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":37,"attackRanged":21,"defenceStab":25,"defenceSlash":28,"defenceCrush":31,"defenceMagic":1,"defenceRanged":31,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":14,"assignableSlayerMasters":["turael","spria","krystilia","mazchna"]},"7932":{"members":true,"combatLevel":52,"hitpoints":48,"maxHit":5,"attackType":["crush","ranged","magic"],"attackSpeed":5,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["spectral","undead"],"category":["revenants","ghosts"],"examineText":"The ghost of a pyrefiend slain long ago.","wikiName":"Revenant pyrefiend","wikiURL":"https://oldschool.runescape.wiki/w/Revenant_pyrefiend","attackLevel":60,"strengthLevel":40,"defenceLevel":33,"magicLevel":67,"rangedLevel":40,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":45,"defenceSlash":40,"defenceCrush":50,"defenceMagic":15,"defenceRanged":10,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":48,"assignableSlayerMasters":["turael","spria","krystilia","mazchna"]},"7933":{"members":true,"combatLevel":60,"hitpoints":72,"maxHit":8,"attackType":["slash","ranged","magic"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["spectral","undead"],"category":["revenants","ghosts"],"examineText":"The ghost of a hobgoblin slain long ago.","wikiName":"Revenant hobgoblin","wikiURL":"https://oldschool.runescape.wiki/w/Revenant_hobgoblin","attackLevel":50,"strengthLevel":50,"defenceLevel":41,"magicLevel":55,"rangedLevel":60,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":5,"attackRanged":25,"defenceStab":65,"defenceSlash":60,"defenceCrush":68,"defenceMagic":30,"defenceRanged":50,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":73,"assignableSlayerMasters":["turael","spria","krystilia","mazchna"]},"7934":{"members":true,"combatLevel":82,"hitpoints":110,"maxHit":16,"attackType":["crush","ranged","magic"],"attackSpeed":6,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["spectral","undead"],"category":["revenants","ghosts"],"examineText":"The ghost of a cyclops slain long ago.","wikiName":"Revenant cyclops","wikiURL":"https://oldschool.runescape.wiki/w/Revenant_cyclops","attackLevel":60,"strengthLevel":73,"defenceLevel":49,"magicLevel":65,"rangedLevel":70,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":140,"defenceSlash":130,"defenceCrush":135,"defenceMagic":10,"defenceRanged":135,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":119,"assignableSlayerMasters":["turael","spria","krystilia","mazchna"]},"7935":{"members":true,"combatLevel":90,"hitpoints":80,"maxHit":14,"attackType":["stab","ranged","magic"],"attackSpeed":5,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["spectral","undead"],"category":["revenants","ghosts"],"examineText":"The ghost of a hellhound slain long ago.","wikiName":"Revenant hellhound","wikiURL":"https://oldschool.runescape.wiki/w/Revenant_hellhound","attackLevel":76,"strengthLevel":80,"defenceLevel":80,"magicLevel":104,"rangedLevel":80,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":30,"attackRanged":0,"defenceStab":138,"defenceSlash":140,"defenceCrush":142,"defenceMagic":62,"defenceRanged":140,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":86,"assignableSlayerMasters":["turael","spria","krystilia","mazchna"]},"7936":{"members":true,"combatLevel":98,"hitpoints":80,"maxHit":15,"attackType":["crush","ranged","magic"],"attackSpeed":5,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["spectral","undead"],"category":["revenants","ghosts"],"examineText":"The ghost of a demon slain long ago.","wikiName":"Revenant demon","wikiURL":"https://oldschool.runescape.wiki/w/Revenant_demon","attackLevel":83,"strengthLevel":76,"defenceLevel":80,"magicLevel":120,"rangedLevel":80,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":50,"attackRanged":40,"defenceStab":124,"defenceSlash":118,"defenceCrush":130,"defenceMagic":85,"defenceRanged":90,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":86,"assignableSlayerMasters":["turael","spria","krystilia","mazchna"]},"7937":{"members":true,"combatLevel":105,"hitpoints":105,"maxHit":20,"attackType":["slash","ranged","magic"],"attackSpeed":5,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["spectral","undead"],"category":["revenants","ghosts"],"examineText":"The ghost of an ork slain long ago.","wikiName":"Revenant ork","wikiURL":"https://oldschool.runescape.wiki/w/Revenant_ork","attackLevel":99,"strengthLevel":100,"defenceLevel":60,"magicLevel":110,"rangedLevel":130,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":50,"defenceStab":148,"defenceSlash":150,"defenceCrush":146,"defenceMagic":50,"defenceRanged":148,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":115,"assignableSlayerMasters":["turael","spria","krystilia","mazchna"]},"7938":{"members":true,"combatLevel":120,"hitpoints":140,"maxHit":23,"attackType":["crush","ranged","magic"],"attackSpeed":5,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["spectral","undead"],"category":["revenants","ghosts"],"examineText":"The ghost of a dark beast slain long ago.","wikiName":"Revenant dark beast","wikiURL":"https://oldschool.runescape.wiki/w/Revenant_dark_beast","attackLevel":93,"strengthLevel":110,"defenceLevel":80,"magicLevel":130,"rangedLevel":135,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":45,"defenceStab":153,"defenceSlash":152,"defenceCrush":155,"defenceMagic":70,"defenceRanged":158,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":157,"assignableSlayerMasters":["turael","spria","krystilia","mazchna"]},"7939":{"members":true,"combatLevel":126,"hitpoints":143,"maxHit":27,"attackType":["slash","ranged","magic"],"attackSpeed":5,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["spectral","undead"],"category":["revenants","ghosts"],"examineText":"The ghost of a knight slain long ago.","wikiName":"Revenant knight","wikiURL":"https://oldschool.runescape.wiki/w/Revenant_knight","attackLevel":100,"strengthLevel":119,"defenceLevel":80,"magicLevel":146,"rangedLevel":146,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":55,"attackRanged":55,"defenceStab":195,"defenceSlash":200,"defenceCrush":180,"defenceMagic":95,"defenceRanged":190,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":168,"assignableSlayerMasters":["turael","spria","krystilia","mazchna"]},"7940":{"members":true,"combatLevel":135,"hitpoints":155,"maxHit":30,"attackType":["slash","ranged","magic"],"attackSpeed":5,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["spectral","undead"],"category":["revenants","ghosts"],"examineText":"The ghost of a dragon slain long ago.","wikiName":"Revenant dragon","wikiURL":"https://oldschool.runescape.wiki/w/Revenant_dragon","attackLevel":106,"strengthLevel":126,"defenceLevel":87,"magicLevel":150,"rangedLevel":151,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":61,"attackRanged":60,"defenceStab":201,"defenceSlash":206,"defenceCrush":188,"defenceMagic":101,"defenceRanged":197,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":186,"assignableSlayerMasters":["turael","spria","krystilia","mazchna"]},"7990":{"members":false,"combatLevel":82,"hitpoints":82,"maxHit":8,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["ogres"],"examineText":"A large angry ogre lady.","wikiName":"Ogress Warrior (2)","wikiURL":"https://oldschool.runescape.wiki/w/Ogress_Warrior#2","attackLevel":68,"strengthLevel":70,"defenceLevel":82,"magicLevel":60,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":10,"defenceSlash":12,"defenceCrush":12,"defenceMagic":14,"defenceRanged":16,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":82,"assignableSlayerMasters":["vannaka"]},"7991":{"members":false,"combatLevel":82,"hitpoints":82,"maxHit":8,"attackType":["magic"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["ogres"],"examineText":"Big, ugly and no sense of humour.","wikiName":"Ogress Shaman","wikiURL":"https://oldschool.runescape.wiki/w/Ogress_Shaman","attackLevel":68,"strengthLevel":20,"defenceLevel":82,"magicLevel":68,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":12,"defenceSlash":14,"defenceCrush":14,"defenceMagic":16,"defenceRanged":8,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":82,"assignableSlayerMasters":["vannaka"]},"8030":{"members":true,"combatLevel":338,"hitpoints":295,"maxHit":29,"attackType":["melee","ranged","magic","dragonfire"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":["dragon","fiery"],"category":["adamant dragons"],"examineText":"Its scales seem to be made of adamantite.","wikiName":"Adamant dragon","wikiURL":"https://oldschool.runescape.wiki/w/Adamant_dragon","attackLevel":280,"strengthLevel":280,"defenceLevel":272,"magicLevel":186,"rangedLevel":186,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":20,"defenceSlash":110,"defenceCrush":85,"defenceMagic":30,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":324.5,"assignableSlayerMasters":["konar","nieve","duradel"]},"8031":{"members":true,"combatLevel":380,"hitpoints":330,"maxHit":31,"attackType":["slash","ranged","magic","dragonfire"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":["dragon","fiery"],"category":["rune dragons"],"examineText":"Its scales seem to be made of runite.","wikiName":"Rune dragon","wikiURL":"https://oldschool.runescape.wiki/w/Rune_dragon","attackLevel":284,"strengthLevel":284,"defenceLevel":276,"magicLevel":196,"rangedLevel":246,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":20,"defenceSlash":115,"defenceCrush":90,"defenceMagic":30,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":363,"assignableSlayerMasters":["konar","nieve","duradel"]},"8061":{"members":true,"combatLevel":732,"hitpoints":750,"maxHit":30,"attackType":["slash","ranged","magic","dragonfire"],"attackSpeed":5,"aggressive":false,"poisonous":true,"immuneToPoison":true,"immuneToVenom":true,"attributes":["dragon","fiery","undead"],"category":["blue dragons","zombies","bosses"],"examineText":"This won't be fun.","wikiName":"Vorkath (Post-quest)","wikiURL":"https://oldschool.runescape.wiki/w/Vorkath#Post-quest","attackLevel":560,"strengthLevel":308,"defenceLevel":214,"magicLevel":150,"rangedLevel":308,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":150,"attackRanged":78,"defenceStab":26,"defenceSlash":108,"defenceCrush":108,"defenceMagic":240,"defenceRanged":26,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":750,"assignableSlayerMasters":["turael","spria","mazchna","konar","nieve","duradel"]},"8086":{"members":true,"combatLevel":246,"hitpoints":210,"maxHit":22,"attackType":["slash","dragonfire"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["dragon","fiery"],"category":["steel dragons"],"examineText":"Its scales seem to be made of steel.","wikiName":"Steel dragon (Level 246)","wikiURL":"https://oldschool.runescape.wiki/w/Steel_dragon#Level_246","attackLevel":215,"strengthLevel":215,"defenceLevel":215,"magicLevel":100,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":20,"defenceSlash":70,"defenceCrush":70,"defenceMagic":30,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":220.5,"assignableSlayerMasters":["konar","nieve","duradel"]},"8195":{"members":false,"combatLevel":128,"hitpoints":115,"maxHit":16,"attackType":["crush","magic"],"attackSpeed":6,"aggressive":true,"poisonous":true,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["moss giants"],"examineText":"This is what organic growth looks like!","wikiName":"Bryophyta","wikiURL":"https://oldschool.runescape.wiki/w/Bryophyta","attackLevel":130,"strengthLevel":100,"defenceLevel":100,"magicLevel":90,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":115,"assignableSlayerMasters":["vannaka"]},"8583":{"members":true,"combatLevel":284,"hitpoints":300,"maxHit":16,"attackType":["ranged","magic"],"attackSpeed":6,"aggressive":true,"poisonous":true,"immuneToPoison":true,"immuneToVenom":true,"attributes":[],"category":[],"examineText":"A big angry plant.","wikiName":"Hespori","wikiURL":"https://oldschool.runescape.wiki/w/Hespori","attackLevel":1,"strengthLevel":1,"defenceLevel":120,"magicLevel":126,"rangedLevel":150,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":150,"attackRanged":150,"defenceStab":60,"defenceSlash":20,"defenceCrush":60,"defenceMagic":80,"defenceRanged":80,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"8609":{"members":true,"combatLevel":194,"hitpoints":300,"maxHit":22,"attackType":["ranged","magic"],"attackSpeed":6,"aggressive":true,"poisonous":true,"immuneToPoison":false,"immuneToVenom":false,"attributes":["dragon"],"category":["hydras"],"examineText":"A ferocious Hydra!","wikiName":"Hydra","wikiURL":"https://oldschool.runescape.wiki/w/Hydra","attackLevel":1,"strengthLevel":1,"defenceLevel":100,"magicLevel":210,"rangedLevel":210,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":160,"defenceSlash":160,"defenceCrush":160,"defenceMagic":160,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":95,"slayerXP":322.5,"assignableSlayerMasters":["konar"]},"8610":{"members":true,"combatLevel":99,"hitpoints":130,"maxHit":13,"attackType":["slash","magic"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":["dragon"],"category":["wyrms"],"examineText":"Don't let it wyrm its way in.","wikiName":"Wyrm (Idle)","wikiURL":"https://oldschool.runescape.wiki/w/Wyrm#Idle","attackLevel":85,"strengthLevel":60,"defenceLevel":80,"magicLevel":80,"rangedLevel":80,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":10,"defenceSlash":50,"defenceCrush":50,"defenceMagic":50,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":62,"slayerXP":133.2,"assignableSlayerMasters":["chaeldar","konar","nieve","duradel"]},"8612":{"members":true,"combatLevel":192,"hitpoints":250,"maxHit":15,"attackType":["melee","ranged"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":["dragon"],"category":["drakes"],"examineText":"A dragon-like creature with no wings.","wikiName":"Drake","wikiURL":"https://oldschool.runescape.wiki/w/Drake","attackLevel":140,"strengthLevel":118,"defenceLevel":120,"magicLevel":112,"rangedLevel":140,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":40,"defenceStab":20,"defenceSlash":60,"defenceCrush":60,"defenceMagic":20,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":84,"slayerXP":262.5,"assignableSlayerMasters":["konar","nieve","duradel"]},"8614":{"members":true,"combatLevel":50,"hitpoints":50,"maxHit":5,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["lizards"],"examineText":"A cold-blooded creature, partial to warmth.","wikiName":"Sulphur Lizard","wikiURL":"https://oldschool.runescape.wiki/w/Sulphur_Lizard","attackLevel":50,"strengthLevel":45,"defenceLevel":30,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":15,"defenceSlash":25,"defenceCrush":25,"defenceMagic":0,"defenceRanged":15,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":44,"slayerXP":50,"assignableSlayerMasters":["turael","spria","mazchna"]},"8615":{"members":true,"combatLevel":426,"hitpoints":1100,"maxHit":null,"attackType":["ranged","magic"],"attackSpeed":6,"aggressive":true,"poisonous":true,"immuneToPoison":true,"immuneToVenom":true,"attributes":["dragon"],"category":["hydras"],"examineText":"A ferocious Alchemical Hydra!","wikiName":"Alchemical Hydra (Serpentine)","wikiURL":"https://oldschool.runescape.wiki/w/Alchemical_Hydra#Serpentine","attackLevel":100,"strengthLevel":100,"defenceLevel":100,"magicLevel":260,"rangedLevel":260,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":45,"attackRanged":45,"defenceStab":75,"defenceSlash":150,"defenceCrush":150,"defenceMagic":150,"defenceRanged":45,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":95,"slayerXP":1320,"assignableSlayerMasters":["konar"]},"8703":{"members":true,"combatLevel":75,"hitpoints":70,"maxHit":6,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["spiders"],"examineText":"Preys on unsuspecting adventurers.","wikiName":"Temple Spider","wikiURL":"https://oldschool.runescape.wiki/w/Temple_Spider","attackLevel":120,"strengthLevel":50,"defenceLevel":10,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":20,"defenceSlash":30,"defenceCrush":10,"defenceMagic":25,"defenceRanged":20,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":70,"assignableSlayerMasters":["turael","spria"]},"8713":{"members":true,"combatLevel":318,"hitpoints":400,"maxHit":31,"attackType":["melee","ranged"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":[],"category":["spiders","bosses"],"examineText":"I'm going to need a really big newspaper...","wikiName":"Sarachnis","wikiURL":"https://oldschool.runescape.wiki/w/Sarachnis","attackLevel":200,"strengthLevel":240,"defenceLevel":150,"magicLevel":150,"rangedLevel":300,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":15,"defenceStab":60,"defenceSlash":40,"defenceCrush":10,"defenceMagic":150,"defenceRanged":300,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":430,"assignableSlayerMasters":["turael","spria","konar","nieve","duradel"]},"8844":{"members":true,"combatLevel":24,"hitpoints":13,"maxHit":3,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":[],"examineText":"A mourner, or plague healer.","wikiName":"Mourner (Song of the Elves) (Level 24)","wikiURL":"https://oldschool.runescape.wiki/w/Mourner_(Song_of_the_Elves)#Level_24","attackLevel":12,"strengthLevel":16,"defenceLevel":12,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":5,"defenceSlash":25,"defenceCrush":25,"defenceMagic":15,"defenceRanged":5,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"9118":{"members":true,"combatLevel":2,"hitpoints":2000,"maxHit":40,"attackType":["melee","typeless"],"attackSpeed":3,"aggressive":false,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":[],"category":[],"examineText":"A cute bunny rabbit.","wikiName":"Rabbit (Prifddinas)","wikiURL":"https://oldschool.runescape.wiki/w/Rabbit_(Prifddinas)","attackLevel":600,"strengthLevel":200,"defenceLevel":450,"magicLevel":300,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":150,"defenceSlash":150,"defenceCrush":150,"defenceMagic":150,"defenceRanged":200,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"9258":{"members":true,"combatLevel":358,"hitpoints":520,"maxHit":28,"attackType":["melee","magic"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":[],"category":["basilisks"],"examineText":"Even phoenix tears won't help here.","wikiName":"Basilisk Sentinel","wikiURL":"https://oldschool.runescape.wiki/w/Basilisk_Sentinel","attackLevel":274,"strengthLevel":274,"defenceLevel":274,"magicLevel":274,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":50,"defenceSlash":50,"defenceCrush":10,"defenceMagic":50,"defenceRanged":10,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":60,"slayerXP":5590,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel"]},"9293":{"members":true,"combatLevel":204,"hitpoints":300,"maxHit":20,"attackType":["slash","magic"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":[],"category":["basilisks"],"examineText":"The greater eyes of evil.","wikiName":"Basilisk Knight","wikiURL":"https://oldschool.runescape.wiki/w/Basilisk_Knight","attackLevel":186,"strengthLevel":186,"defenceLevel":186,"magicLevel":186,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":30,"defenceSlash":30,"defenceCrush":-15,"defenceMagic":30,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":60,"slayerXP":300,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel"]},"9756":{"members":true,"combatLevel":151,"hitpoints":150,"maxHit":17,"attackType":["slash"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":["vampyre"],"category":["vampyres"],"examineText":"A deadly, bloodsucking vampyre.","wikiName":"Vyrewatch Sentinel (1)","wikiURL":"https://oldschool.runescape.wiki/w/Vyrewatch_Sentinel#1","attackLevel":120,"strengthLevel":160,"defenceLevel":180,"magicLevel":120,"rangedLevel":120,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":38,"slayerXP":150,"assignableSlayerMasters":["mazchna","vannaka","chaeldar","konar","nieve","duradel"]},"10397":{"members":true,"combatLevel":244,"hitpoints":195,"maxHit":29,"attackType":["melee"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":["leafy"],"category":["turoth"],"examineText":"He's one huge leg short!","wikiName":"Spiked Turoth","wikiURL":"https://oldschool.runescape.wiki/w/Spiked_Turoth","attackLevel":204,"strengthLevel":280,"defenceLevel":154,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":40,"defenceCrush":40,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":55,"slayerXP":1998,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve"]},"10398":{"members":true,"combatLevel":267,"hitpoints":320,"maxHit":28,"attackType":["melee","magic"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["dragon"],"category":["wyrms"],"examineText":"Is it wyrm in here or is it just me?","wikiName":"Shadow Wyrm (Idle)","wikiURL":"https://oldschool.runescape.wiki/w/Shadow_Wyrm#Idle","attackLevel":300,"strengthLevel":180,"defenceLevel":125,"magicLevel":160,"rangedLevel":125,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":20,"defenceSlash":100,"defenceCrush":100,"defenceMagic":50,"defenceRanged":20,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":62,"slayerXP":3520,"assignableSlayerMasters":["chaeldar","konar","nieve","duradel"]},"10400":{"members":true,"combatLevel":386,"hitpoints":630,"maxHit":35,"attackType":["melee","ranged"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":["dragon"],"category":["drakes"],"examineText":"It's really winging the whole dragon thing, isn't it?","wikiName":"Guardian Drake","wikiURL":"https://oldschool.runescape.wiki/w/Guardian_Drake","attackLevel":270,"strengthLevel":280,"defenceLevel":200,"magicLevel":300,"rangedLevel":240,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":40,"defenceStab":60,"defenceSlash":100,"defenceCrush":100,"defenceMagic":20,"defenceRanged":150,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":84,"slayerXP":7245,"assignableSlayerMasters":["konar","nieve","duradel"]},"10402":{"members":true,"combatLevel":334,"hitpoints":750,"maxHit":34,"attackType":["ranged","magic"],"attackSpeed":6,"aggressive":false,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":["dragon"],"category":["hydras"],"examineText":"Don't forget to hydra-te.","wikiName":"Colossal Hydra","wikiURL":"https://oldschool.runescape.wiki/w/Colossal_Hydra","attackLevel":1,"strengthLevel":1,"defenceLevel":100,"magicLevel":250,"rangedLevel":250,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":100,"defenceSlash":200,"defenceCrush":200,"defenceMagic":200,"defenceRanged":20,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":95,"slayerXP":8625,"assignableSlayerMasters":["konar"]},"10589":{"members":true,"combatLevel":140,"hitpoints":130,"maxHit":13,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":["shade","spectral","undead"],"category":["shades"],"examineText":"The shadowy remains of a long departed soul.","wikiName":"Urium Shade (Shade)","wikiURL":"https://oldschool.runescape.wiki/w/Urium_Shade#Shade","attackLevel":138,"strengthLevel":116,"defenceLevel":100,"magicLevel":0,"rangedLevel":0,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":130,"assignableSlayerMasters":["mazchna","vannaka"]},"10689":{"members":true,"combatLevel":70,"hitpoints":94,"maxHit":10,"attackType":["crush"],"attackSpeed":5,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["golem"],"category":[],"examineText":"This golem looks like it's been touched by chaos.","wikiName":"Chaos Golem (Golem)","wikiURL":"https://oldschool.runescape.wiki/w/Chaos_Golem#Golem","attackLevel":45,"strengthLevel":55,"defenceLevel":59,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":5,"defenceSlash":5,"defenceCrush":0,"defenceMagic":2,"defenceRanged":10,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"10691":{"members":false,"combatLevel":50,"hitpoints":60,"maxHit":7,"attackType":["slash"],"attackSpeed":5,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["golem"],"category":[],"examineText":"This golem looks like it's been imbued with body energy.","wikiName":"Body Golem (Golem)","wikiURL":"https://oldschool.runescape.wiki/w/Body_Golem#Golem","attackLevel":33,"strengthLevel":43,"defenceLevel":45,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":5,"defenceSlash":5,"defenceCrush":0,"defenceMagic":2,"defenceRanged":10,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"10693":{"members":false,"combatLevel":30,"hitpoints":40,"maxHit":5,"attackType":["stab"],"attackSpeed":5,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["golem"],"category":[],"examineText":"This golem looks like it's been imbued with mind energy.","wikiName":"Mind Golem (Golem)","wikiURL":"https://oldschool.runescape.wiki/w/Mind_Golem#Golem","attackLevel":14,"strengthLevel":31,"defenceLevel":25,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":5,"defenceSlash":5,"defenceCrush":0,"defenceMagic":2,"defenceRanged":10,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"10695":{"members":false,"combatLevel":13,"hitpoints":25,"maxHit":3,"attackType":["stab"],"attackSpeed":5,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["golem"],"category":[],"examineText":"How long has it dwelled down here?","wikiName":"Flawed Golem (Golem)","wikiURL":"https://oldschool.runescape.wiki/w/Flawed_Golem#Golem","attackLevel":7,"strengthLevel":12,"defenceLevel":6,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":5,"defenceSlash":5,"defenceCrush":0,"defenceMagic":2,"defenceRanged":10,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"11293":{"members":true,"combatLevel":174,"hitpoints":125,"maxHit":20,"attackType":["magic"],"attackSpeed":5,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["demon"],"category":[],"examineText":"A strange and twisted demon.","wikiName":"Blood Reaver (Ancient Prison)","wikiURL":"https://oldschool.runescape.wiki/w/Blood_Reaver#Ancient_Prison","attackLevel":1,"strengthLevel":1,"defenceLevel":100,"magicLevel":190,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":20,"defenceSlash":80,"defenceCrush":120,"defenceMagic":300,"defenceRanged":55,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"11463":{"members":true,"combatLevel":0,"hitpoints":35,"maxHit":11,"attackType":["melee"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["demon"],"category":["hellhounds"],"examineText":"This creature has been dragged back from the grave.","wikiName":"Reanimated hellhound","wikiURL":"https://oldschool.runescape.wiki/w/Reanimated_hellhound","attackLevel":105,"strengthLevel":104,"defenceLevel":102,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":35,"assignableSlayerMasters":["krystilia","vannaka","chaeldar","konar","nieve","duradel"]},"11992":{"members":true,"combatLevel":320,"hitpoints":450,"maxHit":35,"attackType":["crush","ranged","magic"],"attackSpeed":5,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["bears","bosses"],"examineText":"She looks mad that her forest has died.","wikiName":"Artio","wikiURL":"https://oldschool.runescape.wiki/w/Artio","attackLevel":250,"strengthLevel":270,"defenceLevel":150,"magicLevel":90,"rangedLevel":120,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":60,"defenceStab":125,"defenceSlash":110,"defenceCrush":110,"defenceMagic":0,"defenceRanged":40,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":518,"assignableSlayerMasters":["turael","spria","krystilia","mazchna","konar","nieve","duradel"]},"11993":{"members":true,"combatLevel":264,"hitpoints":150,"maxHit":26,"attackType":["slash","magic"],"attackSpeed":5,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["undead"],"category":["skeletons","bosses"],"examineText":"Only the true lord & king of the lands can lift his burden.","wikiName":"Calvar'ion (Normal)","wikiURL":"https://oldschool.runescape.wiki/w/Calvar'ion#Normal","attackLevel":250,"strengthLevel":250,"defenceLevel":225,"magicLevel":178,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":130,"defenceSlash":128,"defenceCrush":-10,"defenceMagic":198,"defenceRanged":211,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":322.5,"assignableSlayerMasters":["turael","spria","krystilia","mazchna","konar","nieve","duradel"]},"11998":{"members":true,"combatLevel":302,"hitpoints":515,"maxHit":14,"attackType":["stab","ranged","magic"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["spiders","bosses"],"examineText":"I wonder if it's venomous...","wikiName":"Spindel","wikiURL":"https://oldschool.runescape.wiki/w/Spindel","attackLevel":200,"strengthLevel":130,"defenceLevel":225,"magicLevel":235,"rangedLevel":286,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":70,"defenceSlash":70,"defenceCrush":10,"defenceMagic":205,"defenceRanged":103,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":541,"assignableSlayerMasters":["turael","spria","krystilia","konar","nieve","duradel"]},"12077":{"members":true,"combatLevel":741,"hitpoints":850,"maxHit":61,"attackType":["ranged","magic"],"attackSpeed":6,"aggressive":true,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":["spectral"],"category":["bosses"],"examineText":"Imagination gone wild.","wikiName":"Phantom Muspah (Ranged)","wikiURL":"https://oldschool.runescape.wiki/w/Phantom_Muspah#Ranged","attackLevel":280,"strengthLevel":280,"defenceLevel":200,"magicLevel":150,"rangedLevel":280,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":280,"attackRanged":64,"defenceStab":185,"defenceSlash":134,"defenceCrush":120,"defenceMagic":437,"defenceRanged":56,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":1763.7,"assignableSlayerMasters":["konar","nieve","duradel"]},"12191":{"members":true,"combatLevel":758,"hitpoints":440,"maxHit":56,"attackType":["melee","magic"],"attackSpeed":5,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["demon"],"category":["bosses"],"examineText":"That's a lot of eyes...","wikiName":"Duke Sucellus (Awake)","wikiURL":"https://oldschool.runescape.wiki/w/Duke_Sucellus#Awake","attackLevel":300,"strengthLevel":345,"defenceLevel":275,"magicLevel":310,"rangedLevel":0,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":150,"attackRanged":0,"defenceStab":255,"defenceSlash":45,"defenceCrush":190,"defenceMagic":440,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":310,"assignableSlayerMasters":["konar","nieve","duradel"]},"12192":{"members":true,"combatLevel":758,"hitpoints":440,"maxHit":56,"attackType":["melee","magic"],"attackSpeed":5,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["demon"],"category":["bosses"],"examineText":"That's a lot of eyes...","wikiName":"Duke Sucellus (Awake)","wikiURL":"https://oldschool.runescape.wiki/w/Duke_Sucellus#Awake","attackLevel":300,"strengthLevel":345,"defenceLevel":275,"magicLevel":310,"rangedLevel":0,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":150,"attackRanged":0,"defenceStab":255,"defenceSlash":45,"defenceCrush":190,"defenceMagic":440,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":310,"assignableSlayerMasters":["konar","nieve","duradel"]},"12204":{"members":true,"combatLevel":791,"hitpoints":2700,"maxHit":57,"attackType":[],"attackSpeed":10,"aggressive":true,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":[],"category":["bosses"],"examineText":"Dare you face the shadows?","wikiName":"The Whisperer (Awakened)","wikiURL":"https://oldschool.runescape.wiki/w/The_Whisperer#Awakened","attackLevel":378,"strengthLevel":378,"defenceLevel":300,"magicLevel":225,"rangedLevel":243,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":190,"attackRanged":160,"defenceStab":180,"defenceSlash":300,"defenceCrush":220,"defenceMagic":10,"defenceRanged":300,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":2700,"assignableSlayerMasters":["konar","nieve","duradel"]},"12205":{"members":true,"combatLevel":791,"hitpoints":2700,"maxHit":57,"attackType":[],"attackSpeed":10,"aggressive":true,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":[],"category":["bosses"],"examineText":"Dare you face the shadows?","wikiName":"The Whisperer (Awakened)","wikiURL":"https://oldschool.runescape.wiki/w/The_Whisperer#Awakened","attackLevel":378,"strengthLevel":378,"defenceLevel":300,"magicLevel":225,"rangedLevel":243,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":190,"attackRanged":160,"defenceStab":180,"defenceSlash":300,"defenceCrush":220,"defenceMagic":10,"defenceRanged":300,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":2700,"assignableSlayerMasters":["konar","nieve","duradel"]},"12214":{"members":true,"combatLevel":798,"hitpoints":2700,"maxHit":86,"attackType":["melee","ranged","magic"],"attackSpeed":null,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["bosses"],"examineText":"An unfathomably huge sea creature.","wikiName":"The Leviathan (Awakened)","wikiURL":"https://oldschool.runescape.wiki/w/The_Leviathan#Awakened","attackLevel":525,"strengthLevel":630,"defenceLevel":287,"magicLevel":280,"rangedLevel":280,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":160,"attackRanged":300,"defenceStab":260,"defenceSlash":190,"defenceCrush":230,"defenceMagic":280,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":2700,"assignableSlayerMasters":["konar","nieve","duradel"]},"12215":{"members":true,"combatLevel":798,"hitpoints":2700,"maxHit":86,"attackType":["melee","ranged","magic"],"attackSpeed":null,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["bosses"],"examineText":"An unfathomably huge sea creature.","wikiName":"The Leviathan (Awakened)","wikiURL":"https://oldschool.runescape.wiki/w/The_Leviathan#Awakened","attackLevel":525,"strengthLevel":630,"defenceLevel":287,"magicLevel":280,"rangedLevel":280,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":160,"attackRanged":300,"defenceStab":260,"defenceSlash":190,"defenceCrush":230,"defenceMagic":280,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":2700,"assignableSlayerMasters":["konar","nieve","duradel"]},"12223":{"members":true,"combatLevel":784,"hitpoints":1400,"maxHit":null,"attackType":["slash"],"attackSpeed":5,"aggressive":false,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":[],"category":["bosses"],"examineText":"How does he suck blood now?","wikiName":"Vardorvis (Awakened)","wikiURL":"https://oldschool.runescape.wiki/w/Vardorvis#Awakened","attackLevel":420,"strengthLevel":0,"defenceLevel":0,"magicLevel":215,"rangedLevel":0,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":215,"defenceSlash":65,"defenceCrush":85,"defenceMagic":580,"defenceRanged":580,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":1400,"assignableSlayerMasters":["konar","nieve","duradel"]},"12224":{"members":true,"combatLevel":784,"hitpoints":1400,"maxHit":null,"attackType":["slash"],"attackSpeed":5,"aggressive":false,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":[],"category":["bosses"],"examineText":"How does he suck blood now?","wikiName":"Vardorvis (Awakened)","wikiURL":"https://oldschool.runescape.wiki/w/Vardorvis#Awakened","attackLevel":420,"strengthLevel":0,"defenceLevel":0,"magicLevel":215,"rangedLevel":0,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":215,"defenceSlash":65,"defenceCrush":85,"defenceMagic":580,"defenceRanged":580,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":1400,"assignableSlayerMasters":["konar","nieve","duradel"]},"12720":{"members":true,"combatLevel":85,"hitpoints":85,"maxHit":8,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["undead"],"category":["zombies"],"examineText":"This is a rotten one.","wikiName":"Armoured zombie (Melee)","wikiURL":"https://oldschool.runescape.wiki/w/Armoured_zombie#Melee","attackLevel":73,"strengthLevel":72,"defenceLevel":68,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":20,"defenceSlash":20,"defenceCrush":0,"defenceMagic":0,"defenceRanged":10,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":85,"assignableSlayerMasters":["turael","spria","mazchna"]},"13489":{"members":true,"combatLevel":22,"hitpoints":30,"maxHit":2,"attackType":["crush"],"attackSpeed":5,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["undead"],"category":["zombies","pirates"],"examineText":"Aaaargh, me hearty!","wikiName":"Zombie pirate (Level 22)","wikiURL":"https://oldschool.runescape.wiki/w/Zombie_pirate#Level_22","attackLevel":20,"strengthLevel":10,"defenceLevel":20,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":30,"assignableSlayerMasters":["turael","spria","krystilia","mazchna"]},"13600":{"members":true,"combatLevel":450,"hitpoints":600,"maxHit":31,"attackType":[],"attackSpeed":6,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["demon"],"category":["greater demons"],"examineText":"Lucien must be incredibly powerful if he can bind such demons to his will.","wikiName":"Tormented Demon (2)","wikiURL":"https://oldschool.runescape.wiki/w/Tormented_Demon#2","attackLevel":255,"strengthLevel":255,"defenceLevel":150,"magicLevel":255,"rangedLevel":255,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":300,"attackRanged":300,"defenceStab":75,"defenceSlash":175,"defenceCrush":68,"defenceMagic":5,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"13668":{"members":true,"combatLevel":890,"hitpoints":1020,"maxHit":38,"attackType":["melee","magic"],"attackSpeed":6,"aggressive":true,"poisonous":true,"immuneToPoison":true,"immuneToVenom":true,"attributes":[],"category":["araxytes","bosses","spiders"],"examineText":"A seriously scary spider.","wikiName":"Araxxor","wikiURL":"https://oldschool.runescape.wiki/w/Araxxor","attackLevel":320,"strengthLevel":320,"defenceLevel":135,"magicLevel":190,"rangedLevel":210,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":260,"attackRanged":283,"defenceStab":160,"defenceSlash":75,"defenceCrush":15,"defenceMagic":237,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":92,"slayerXP":1708,"assignableSlayerMasters":["nieve","duradel","turael","spria","konar"]}} \ No newline at end of file diff --git a/dist/esm/index.mjs b/dist/esm/index.mjs new file mode 100644 index 000000000..36a4b4bb1 --- /dev/null +++ b/dist/esm/index.mjs @@ -0,0 +1,4 @@ +var KR=Object.create;var ga=Object.defineProperty;var kR=Object.getOwnPropertyDescriptor;var FR=Object.getOwnPropertyNames;var WR=Object.getPrototypeOf,YR=Object.prototype.hasOwnProperty;var s=(_,e)=>ga(_,"name",{value:e,configurable:!0});var vr=(_,e)=>()=>(e||_((e={exports:{}}).exports,e),e.exports),ma=(_,e)=>{for(var n in e)ga(_,n,{get:e[n],enumerable:!0})},vR=(_,e,n,i)=>{if(e&&typeof e=="object"||typeof e=="function")for(let A of FR(e))!YR.call(_,A)&&A!==n&&ga(_,A,{get:()=>e[A],enumerable:!(i=kR(e,A))||i.enumerable});return _};var G=(_,e,n)=>(n=_!=null?KR(WR(_)):{},vR(e||!_||!_.__esModule?ga(n,"default",{value:_,enumerable:!0}):n,_));var Xr=vr((a5,Zr)=>{"use strict";var xR=s(function(e){return VR(e)&&!ZR(e)},"isMergeableObject");function VR(_){return!!_&&typeof _=="object"}s(VR,"isNonNullObject");function ZR(_){var e=Object.prototype.toString.call(_);return e==="[object RegExp]"||e==="[object Date]"||JR(_)}s(ZR,"isSpecial");var XR=typeof Symbol=="function"&&Symbol.for,zR=XR?Symbol.for("react.element"):60103;function JR(_){return _.$$typeof===zR}s(JR,"isReactElement");function qR(_){return Array.isArray(_)?[]:{}}s(qR,"emptyTarget");function ca(_,e){return e.clone!==!1&&e.isMergeableObject(_)?La(qR(_),_,e):_}s(ca,"cloneUnlessOtherwiseSpecified");function jR(_,e,n){return _.concat(e).map(function(i){return ca(i,n)})}s(jR,"defaultArrayMerge");function QR(_,e){if(!e.customMerge)return La;var n=e.customMerge(_);return typeof n=="function"?n:La}s(QR,"getMergeFunction");function $R(_){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(_).filter(function(e){return Object.propertyIsEnumerable.call(_,e)}):[]}s($R,"getEnumerableOwnPropertySymbols");function xr(_){return Object.keys(_).concat($R(_))}s(xr,"getKeys");function Vr(_,e){try{return e in _}catch{return!1}}s(Vr,"propertyIsOnObject");function ER(_,e){return Vr(_,e)&&!(Object.hasOwnProperty.call(_,e)&&Object.propertyIsEnumerable.call(_,e))}s(ER,"propertyIsUnsafe");function mR(_,e,n){var i={};return n.isMergeableObject(_)&&xr(_).forEach(function(A){i[A]=ca(_[A],n)}),xr(e).forEach(function(A){ER(_,A)||(Vr(_,A)&&n.isMergeableObject(e[A])?i[A]=QR(A,n)(_[A],e[A],n):i[A]=ca(e[A],n))}),i}s(mR,"mergeObject");function La(_,e,n){n=n||{},n.arrayMerge=n.arrayMerge||jR,n.isMergeableObject=n.isMergeableObject||xR,n.cloneUnlessOtherwiseSpecified=ca;var i=Array.isArray(e),A=Array.isArray(_),T=i===A;return T?i?n.arrayMerge(_,e,n):mR(_,e,n):ca(e,n)}s(La,"deepmerge");La.all=s(function(e,n){if(!Array.isArray(e))throw new Error("first argument should be an array");return e.reduce(function(i,A){return La(i,A,n)},{})},"deepmergeAll");var IR=La;Zr.exports=IR});var H=vr(h=>{"use strict";var Y;Object.defineProperty(h,"__esModule",{value:!0}),(Y=h.Time||(h.Time={}))[Y.Millisecond=1]="Millisecond",Y[Y.Second=1e3]="Second",Y[Y.Minute=6e4]="Minute",Y[Y.Hour=36e5]="Hour",Y[Y.Day=864e5]="Day",Y[Y.Month=2592e6]="Month",Y[Y.Year=31536e6]="Year";var oo=["string","bigint","number","boolean"];function mr(_){return!(typeof _!="object"||!_)&&_.constructor===Object}s(mr,"r");function Ir(_){return oo.includes(typeof _)}s(Ir,"n");function ao(_,e){return Math.floor(Math.random()*(e-_+1)+_)}s(ao,"o");function ro(_,e){return Math.random()*(e-_)+_}s(ro,"u");h.calcPercentOfNum=function(_,e){return _*e/100},h.calcWhatPercent=function(_,e){return 100*_/e},h.chunk=function(_,e){if(e<1)throw new RangeError("chunkSize must be 1 or greater.");if(!Number.isInteger(e))throw new TypeError("chunkSize must be an integer.");let n=_.slice(),i=[];for(;n.length;)i.push(n.splice(0,e));return i},h.clamp=function(_,e,n){return Math.min(n,Math.max(e,_))},h.debounce=(_,e)=>{let n=null;return(...i)=>{n!==null&&(clearTimeout(n),n=null),n=setTimeout(()=>_(...i),e)}},h.deepClone=s(function _(e){if(e===null||Ir(e))return e;if(Array.isArray(e)){let n=[];for(let i of e)n.push(_(i));return n}if(mr(e)){let n={};for(let[i,A]of Object.entries(e))n[i]=_(A);return n}if(e instanceof Map){let n=new e.constructor;for(let[i,A]of e.entries())n.set(i,_(A));return n}if(e instanceof Set){let n=new e.constructor;for(let i of e.values())n.add(_(i));return n}return e},"e"),h.increaseNumByPercent=function(_,e){return e<=0?_:_+_*(e/100)},h.isFunction=function(_){return typeof _=="function"},h.isObject=mr,h.isPrimitive=Ir,h.noOp=function(){},h.notEmpty=function(_){return _!=null},h.objectEntries=function(_){return Object.entries(_)},h.objectKeys=function(_){return Object.keys(_)},h.objectValues=function(_){return Object.values(_)},h.partition=function(_,e){let n=[],i=[];for(let A of _)(e(A)?n:i).push(A);return[n,i]},h.percentChance=function(_){return ro(0,100)<_},h.primitiveTypes=oo,h.randArrItem=function(_){return _[Math.floor(Math.random()*_.length)]},h.randFloat=ro,h.randInt=ao,h.reduceNumByPercent=function(_,e){return e<=0?_:_-_*(e/100)},h.removeFromArr=function(_,e){return _.filter(n=>n!==e)},h.roll=function(_){return ao(1,_)===1},h.round=function(_,e=1){let n=Math.pow(10,e||0);return Math.round(_*n)/n},h.scaleNumber=function(_,e,n,i,A){return(_-e)*(A-i)/(n-e)+i},h.shuffleArr=function(_){let e=[..._];for(let n=e.length-1;n>0;n--){let i=Math.floor(Math.random()*(n+1));[e[n],e[i]]=[e[i],e[n]]}return e},h.sleep=function(_){return new Promise(e=>setTimeout(e,_))},h.stripNonAlphanumeric=function(_){return _.replace(/[^a-zA-Z0-9]/g,"")},h.sumArr=function(_){return _.reduce((e,n)=>e+n,0)},h.uniqueArr=function(_){return[...new Set(_)]}});var zr=G(Xr(),1);import as from"./item_data-7XCTUJ3C.json"assert{type:"json"};function Ia(_){return _.replace(/\s/g,"").toUpperCase()}s(Ia,"cleanString");var ra=class _ extends Map{static{s(this,"Collection")}filter(e){let n=new _;for(let[i,A]of this)e(A,i,this)&&n.set(i,A);return n}map(e){let n=[];for(let[i,A]of this)n.push(e(A,i,this));return n}valuesArray(){return Array.from(this.values())}random(){let e=Math.floor(Math.random()*this.size),n=0;for(let i of this)if(n++===e)return i[1];throw new Error("No item found")}};var ds=as,ad=new Map,A5=[2677,2801,2722,12073,19835,23182],R5=["Clue scroll (beginner)","Clue scroll (easy)","Clue scroll (medium)","Clue scroll (hard)","Clue scroll (elite)","Clue scroll (master)"],rs=[617,8890,6964,2513,19492,11071,11068,21284,24735,21913,4703,4561,2425,4692,3741,22405,9045,9046,9047,9048,9049,9050,9051,13074,13075,13076,13077,13078,16176,21445,21446,26948,26950,26945,10639,10641,10644,10646,10647,10648,10649,10651,10652,10654,10657,10658,10659,10661,27794,27795,27796,27797,27798,27799,27800,27801,3550,3577,2793,12113,10184,12027,23814,23815,23816,23817],dd=class extends ra{static{s(this,"Items")}get(e){let n=this.resolveID(e);if(!(typeof n>"u"))return super.get(n)}modifyItem(e,n){if(n.id)throw new Error("Cannot change item ID");let i=this.resolveID(e),A=this.get(i);if(!i||!A)throw new Error(`Item ${e} does not exist`);this.set(A.id,(0,zr.default)(A,n))}resolveID(e){if(typeof e=="number")return e;if(typeof e=="string")return ad.get(Ia(e))}},Jr=new dd;for(let[_,e]of Object.entries(ds)){let n=Number.parseInt(_);if(rs.includes(n))continue;Jr.set(n,e);let i=Ia(e.name);ad.has(i)||ad.set(i,n)}var K=Jr;var qr=(a=>(a[a.CANNONBALL=2]="CANNONBALL",a[a.CANNON_BASE=6]="CANNON_BASE",a[a.CANNON_STAND=8]="CANNON_STAND",a[a.CANNON_BARRELS=10]="CANNON_BARRELS",a[a.CANNON_FURNACE=12]="CANNON_FURNACE",a[a.INSECT_REPELLENT=28]="INSECT_REPELLENT",a[a.BUCKET_OF_WAX=30]="BUCKET_OF_WAX",a[a.EXCALIBUR=35]="EXCALIBUR",a[a.CANDLE_UNLIT=36]="CANDLE_UNLIT",a[a.BRONZE_ARROWTIPS=39]="BRONZE_ARROWTIPS",a[a.IRON_ARROWTIPS=40]="IRON_ARROWTIPS",a[a.STEEL_ARROWTIPS=41]="STEEL_ARROWTIPS",a[a.MITHRIL_ARROWTIPS=42]="MITHRIL_ARROWTIPS",a[a.ADAMANT_ARROWTIPS=43]="ADAMANT_ARROWTIPS",a[a.RUNE_ARROWTIPS=44]="RUNE_ARROWTIPS",a[a.OPAL_BOLT_TIPS=45]="OPAL_BOLT_TIPS",a[a.PEARL_BOLT_TIPS=46]="PEARL_BOLT_TIPS",a[a.BARB_BOLTTIPS=47]="BARB_BOLTTIPS",a[a.LONGBOW_U=48]="LONGBOW_U",a[a.SHORTBOW_U=50]="SHORTBOW_U",a[a.ARROW_SHAFT=52]="ARROW_SHAFT",a[a.HEADLESS_ARROW=53]="HEADLESS_ARROW",a[a.OAK_SHORTBOW_U=54]="OAK_SHORTBOW_U",a[a.OAK_LONGBOW_U=56]="OAK_LONGBOW_U",a[a.WILLOW_LONGBOW_U=58]="WILLOW_LONGBOW_U",a[a.WILLOW_SHORTBOW_U=60]="WILLOW_SHORTBOW_U",a[a.MAPLE_LONGBOW_U=62]="MAPLE_LONGBOW_U",a[a.MAPLE_SHORTBOW_U=64]="MAPLE_SHORTBOW_U",a[a.YEW_LONGBOW_U=66]="YEW_LONGBOW_U",a[a.YEW_SHORTBOW_U=68]="YEW_SHORTBOW_U",a[a.MAGIC_LONGBOW_U=70]="MAGIC_LONGBOW_U",a[a.MAGIC_SHORTBOW_U=72]="MAGIC_SHORTBOW_U",a[a.KHAZARD_HELMET=74]="KHAZARD_HELMET",a[a.KHAZARD_ARMOUR=75]="KHAZARD_ARMOUR",a[a.ICE_ARROWS=78]="ICE_ARROWS",a[a.PENDANT_OF_LUCIEN=86]="PENDANT_OF_LUCIEN",a[a.ARMADYL_PENDANT=87]="ARMADYL_PENDANT",a[a.BOOTS_OF_LIGHTNESS_INVENTORY=88]="BOOTS_OF_LIGHTNESS_INVENTORY",a[a.GUAM_POTION_UNF=91]="GUAM_POTION_UNF",a[a.MARRENTILL_POTION_UNF=93]="MARRENTILL_POTION_UNF",a[a.TARROMIN_POTION_UNF=95]="TARROMIN_POTION_UNF",a[a.HARRALANDER_POTION_UNF=97]="HARRALANDER_POTION_UNF",a[a.RANARR_POTION_UNF=99]="RANARR_POTION_UNF",a[a.IRIT_POTION_UNF=101]="IRIT_POTION_UNF",a[a.AVANTOE_POTION_UNF=103]="AVANTOE_POTION_UNF",a[a.KWUARM_POTION_UNF=105]="KWUARM_POTION_UNF",a[a.CADANTINE_POTION_UNF=107]="CADANTINE_POTION_UNF",a[a.DWARF_WEED_POTION_UNF=109]="DWARF_WEED_POTION_UNF",a[a.TORSTOL_POTION_UNF=111]="TORSTOL_POTION_UNF",a[a.STRENGTH_POTION_4_DOSE=113]="STRENGTH_POTION_4_DOSE",a[a.STRENGTH_POTION_3_DOSE=115]="STRENGTH_POTION_3_DOSE",a[a.STRENGTH_POTION_2_DOSE=117]="STRENGTH_POTION_2_DOSE",a[a.STRENGTH_POTION_1_DOSE=119]="STRENGTH_POTION_1_DOSE",a[a.ATTACK_POTION_3_DOSE=121]="ATTACK_POTION_3_DOSE",a[a.ATTACK_POTION_2_DOSE=123]="ATTACK_POTION_2_DOSE",a[a.ATTACK_POTION_1_DOSE=125]="ATTACK_POTION_1_DOSE",a[a.RESTORE_POTION_3_DOSE=127]="RESTORE_POTION_3_DOSE",a[a.RESTORE_POTION_2_DOSE=129]="RESTORE_POTION_2_DOSE",a[a.RESTORE_POTION_1_DOSE=131]="RESTORE_POTION_1_DOSE",a[a.DEFENCE_POTION_3_DOSE=133]="DEFENCE_POTION_3_DOSE",a[a.DEFENCE_POTION_2_DOSE=135]="DEFENCE_POTION_2_DOSE",a[a.DEFENCE_POTION_1_DOSE=137]="DEFENCE_POTION_1_DOSE",a[a.PRAYER_POTION_3_DOSE=139]="PRAYER_POTION_3_DOSE",a[a.PRAYER_POTION_2_DOSE=141]="PRAYER_POTION_2_DOSE",a[a.PRAYER_POTION_1_DOSE=143]="PRAYER_POTION_1_DOSE",a[a.SUPER_ATTACK_3_DOSE=145]="SUPER_ATTACK_3_DOSE",a[a.SUPER_ATTACK_2_DOSE=147]="SUPER_ATTACK_2_DOSE",a[a.SUPER_ATTACK_1_DOSE=149]="SUPER_ATTACK_1_DOSE",a[a.FISHING_POTION_3_DOSE=151]="FISHING_POTION_3_DOSE",a[a.FISHING_POTION_2_DOSE=153]="FISHING_POTION_2_DOSE",a[a.FISHING_POTION_1_DOSE=155]="FISHING_POTION_1_DOSE",a[a.SUPER_STRENGTH_3_DOSE=157]="SUPER_STRENGTH_3_DOSE",a[a.SUPER_STRENGTH_2_DOSE=159]="SUPER_STRENGTH_2_DOSE",a[a.SUPER_STRENGTH_1_DOSE=161]="SUPER_STRENGTH_1_DOSE",a[a.SUPER_DEFENCE_3_DOSE=163]="SUPER_DEFENCE_3_DOSE",a[a.SUPER_DEFENCE_2_DOSE=165]="SUPER_DEFENCE_2_DOSE",a[a.SUPER_DEFENCE_1_DOSE=167]="SUPER_DEFENCE_1_DOSE",a[a.RANGING_POTION_3_DOSE=169]="RANGING_POTION_3_DOSE",a[a.RANGING_POTION_2_DOSE=171]="RANGING_POTION_2_DOSE",a[a.RANGING_POTION_1_DOSE=173]="RANGING_POTION_1_DOSE",a[a.ANTIPOISON_3_DOSE=175]="ANTIPOISON_3_DOSE",a[a.ANTIPOISON_2_DOSE=177]="ANTIPOISON_2_DOSE",a[a.ANTIPOISON_1_DOSE=179]="ANTIPOISON_1_DOSE",a[a.SUPERANTIPOISON_3_DOSE=181]="SUPERANTIPOISON_3_DOSE",a[a.SUPERANTIPOISON_2_DOSE=183]="SUPERANTIPOISON_2_DOSE",a[a.SUPERANTIPOISON_1_DOSE=185]="SUPERANTIPOISON_1_DOSE",a[a.WEAPON_POISON=187]="WEAPON_POISON",a[a.ZAMORAK_BREW_3_DOSE=189]="ZAMORAK_BREW_3_DOSE",a[a.ZAMORAK_BREW_2_DOSE=191]="ZAMORAK_BREW_2_DOSE",a[a.ZAMORAK_BREW_1_DOSE=193]="ZAMORAK_BREW_1_DOSE",a[a.POISON_CHALICE=197]="POISON_CHALICE",a[a.GRIMY_GUAM_LEAF=199]="GRIMY_GUAM_LEAF",a[a.GRIMY_MARRENTILL=201]="GRIMY_MARRENTILL",a[a.GRIMY_TARROMIN=203]="GRIMY_TARROMIN",a[a.GRIMY_HARRALANDER=205]="GRIMY_HARRALANDER",a[a.GRIMY_RANARR_WEED=207]="GRIMY_RANARR_WEED",a[a.GRIMY_IRIT_LEAF=209]="GRIMY_IRIT_LEAF",a[a.GRIMY_AVANTOE=211]="GRIMY_AVANTOE",a[a.GRIMY_KWUARM=213]="GRIMY_KWUARM",a[a.GRIMY_CADANTINE=215]="GRIMY_CADANTINE",a[a.GRIMY_DWARF_WEED=217]="GRIMY_DWARF_WEED",a[a.GRIMY_TORSTOL=219]="GRIMY_TORSTOL",a[a.EYE_OF_NEWT=221]="EYE_OF_NEWT",a[a.RED_SPIDERS_EGGS=223]="RED_SPIDERS_EGGS",a[a.LIMPWURT_ROOT=225]="LIMPWURT_ROOT",a[a.VIAL_OF_WATER=227]="VIAL_OF_WATER",a[a.VIAL=229]="VIAL",a[a.SNAPE_GRASS=231]="SNAPE_GRASS",a[a.PESTLE_AND_MORTAR=233]="PESTLE_AND_MORTAR",a[a.UNICORN_HORN_DUST=235]="UNICORN_HORN_DUST",a[a.UNICORN_HORN=237]="UNICORN_HORN",a[a.WHITE_BERRIES=239]="WHITE_BERRIES",a[a.DRAGON_SCALE_DUST=241]="DRAGON_SCALE_DUST",a[a.BLUE_DRAGON_SCALE=243]="BLUE_DRAGON_SCALE",a[a.WINE_OF_ZAMORAK=245]="WINE_OF_ZAMORAK",a[a.JANGERBERRIES=247]="JANGERBERRIES",a[a.GUAM_LEAF=249]="GUAM_LEAF",a[a.MARRENTILL=251]="MARRENTILL",a[a.TARROMIN=253]="TARROMIN",a[a.HARRALANDER=255]="HARRALANDER",a[a.RANARR_WEED=257]="RANARR_WEED",a[a.IRIT_LEAF=259]="IRIT_LEAF",a[a.AVANTOE=261]="AVANTOE",a[a.KWUARM=263]="KWUARM",a[a.CADANTINE=265]="CADANTINE",a[a.DWARF_WEED=267]="DWARF_WEED",a[a.TORSTOL=269]="TORSTOL",a[a.FISH_FOOD=272]="FISH_FOOD",a[a.POISON_ITEM=273]="POISON_ITEM",a[a.CATTLEPROD=278]="CATTLEPROD",a[a.PLAGUE_JACKET=284]="PLAGUE_JACKET",a[a.PLAGUE_TROUSERS=285]="PLAGUE_TROUSERS",a[a.GOBLIN_MAIL=288]="GOBLIN_MAIL",a[a.GLARIALS_AMULET=295]="GLARIALS_AMULET",a[a.MITHRIL_SEEDS=299]="MITHRIL_SEEDS",a[a.LOBSTER_POT=301]="LOBSTER_POT",a[a.SMALL_FISHING_NET_REGULAR=303]="SMALL_FISHING_NET_REGULAR",a[a.BIG_FISHING_NET=305]="BIG_FISHING_NET",a[a.FISHING_ROD=307]="FISHING_ROD",a[a.FLY_FISHING_ROD=309]="FLY_FISHING_ROD",a[a.HARPOON=311]="HARPOON",a[a.FISHING_BAIT=313]="FISHING_BAIT",a[a.FEATHER=314]="FEATHER",a[a.SHRIMPS=315]="SHRIMPS",a[a.RAW_SHRIMPS=317]="RAW_SHRIMPS",a[a.ANCHOVIES=319]="ANCHOVIES",a[a.RAW_ANCHOVIES=321]="RAW_ANCHOVIES",a[a.SARDINE=325]="SARDINE",a[a.RAW_SARDINE=327]="RAW_SARDINE",a[a.SALMON=329]="SALMON",a[a.RAW_SALMON=331]="RAW_SALMON",a[a.TROUT=333]="TROUT",a[a.RAW_TROUT=335]="RAW_TROUT",a[a.COD=339]="COD",a[a.RAW_COD=341]="RAW_COD",a[a.RAW_HERRING=345]="RAW_HERRING",a[a.HERRING=347]="HERRING",a[a.RAW_PIKE=349]="RAW_PIKE",a[a.PIKE=351]="PIKE",a[a.RAW_MACKEREL=353]="RAW_MACKEREL",a[a.MACKEREL=355]="MACKEREL",a[a.RAW_TUNA=359]="RAW_TUNA",a[a.TUNA=361]="TUNA",a[a.RAW_BASS=363]="RAW_BASS",a[a.BASS=365]="BASS",a[a.RAW_SWORDFISH=371]="RAW_SWORDFISH",a[a.SWORDFISH=373]="SWORDFISH",a[a.RAW_LOBSTER=377]="RAW_LOBSTER",a[a.LOBSTER=379]="LOBSTER",a[a.RAW_SHARK=383]="RAW_SHARK",a[a.SHARK=385]="SHARK",a[a.RAW_MANTA_RAY=389]="RAW_MANTA_RAY",a[a.MANTA_RAY=391]="MANTA_RAY",a[a.RAW_SEA_TURTLE=395]="RAW_SEA_TURTLE",a[a.SEA_TURTLE=397]="SEA_TURTLE",a[a.SEAWEED=401]="SEAWEED",a[a.EDIBLE_SEAWEED=403]="EDIBLE_SEAWEED",a[a.CASKET=405]="CASKET",a[a.OYSTER=407]="OYSTER",a[a.OYSTER_PEARL=411]="OYSTER_PEARL",a[a.OYSTER_PEARLS=413]="OYSTER_PEARLS",a[a.LATHAS_AMULET=421]="LATHAS_AMULET",a[a.PRIEST_GOWN_TOP=426]="PRIEST_GOWN_TOP",a[a.PRIEST_GOWN_BOTTOM=428]="PRIEST_GOWN_BOTTOM",a[a.MEDICAL_GOWN=430]="MEDICAL_GOWN",a[a.CLAY=434]="CLAY",a[a.COPPER_ORE=436]="COPPER_ORE",a[a.TIN_ORE=438]="TIN_ORE",a[a.IRON_ORE=440]="IRON_ORE",a[a.SILVER_ORE=442]="SILVER_ORE",a[a.GOLD_ORE=444]="GOLD_ORE",a[a.MITHRIL_ORE=447]="MITHRIL_ORE",a[a.ADAMANTITE_ORE=449]="ADAMANTITE_ORE",a[a.RUNITE_ORE=451]="RUNITE_ORE",a[a.COAL=453]="COAL",a[a.STRANGE_FRUIT=464]="STRANGE_FRUIT",a[a.BONES=526]="BONES",a[a.BURNT_BONES=528]="BURNT_BONES",a[a.BAT_BONES=530]="BAT_BONES",a[a.BIG_BONES=532]="BIG_BONES",a[a.BABYDRAGON_BONES=534]="BABYDRAGON_BONES",a[a.DRAGON_BONES=536]="DRAGON_BONES",a[a.DRUIDS_ROBE=538]="DRUIDS_ROBE",a[a.DRUIDS_ROBE_TOP=540]="DRUIDS_ROBE_TOP",a[a.MONKS_ROBE=542]="MONKS_ROBE",a[a.MONKS_ROBE_TOP=544]="MONKS_ROBE_TOP",a[a.SHADE_ROBE_TOP=546]="SHADE_ROBE_TOP",a[a.SHADE_ROBE=548]="SHADE_ROBE",a[a.GHOSTSPEAK_AMULET_NORMAL=552]="GHOSTSPEAK_AMULET_NORMAL",a[a.FIRE_RUNE=554]="FIRE_RUNE",a[a.WATER_RUNE=555]="WATER_RUNE",a[a.AIR_RUNE=556]="AIR_RUNE",a[a.EARTH_RUNE=557]="EARTH_RUNE",a[a.MIND_RUNE=558]="MIND_RUNE",a[a.BODY_RUNE=559]="BODY_RUNE",a[a.DEATH_RUNE=560]="DEATH_RUNE",a[a.NATURE_RUNE=561]="NATURE_RUNE",a[a.CHAOS_RUNE=562]="CHAOS_RUNE",a[a.LAW_RUNE=563]="LAW_RUNE",a[a.COSMIC_RUNE=564]="COSMIC_RUNE",a[a.BLOOD_RUNE=565]="BLOOD_RUNE",a[a.SOUL_RUNE=566]="SOUL_RUNE",a[a.UNPOWERED_ORB=567]="UNPOWERED_ORB",a[a.FIRE_ORB=569]="FIRE_ORB",a[a.WATER_ORB=571]="WATER_ORB",a[a.AIR_ORB=573]="AIR_ORB",a[a.EARTH_ORB=575]="EARTH_ORB",a[a.BLUE_WIZARD_ROBE=577]="BLUE_WIZARD_ROBE",a[a.BLUE_WIZARD_HAT=579]="BLUE_WIZARD_HAT",a[a.BLACK_ROBE=581]="BLACK_ROBE",a[a.GNOME_AMULET=589]="GNOME_AMULET",a[a.TINDERBOX=590]="TINDERBOX",a[a.ASHES=592]="ASHES",a[a.TORCH_UNLIT=596]="TORCH_UNLIT",a[a.BRONZE_FIRE_ARROW_UNLIT=598]="BRONZE_FIRE_ARROW_UNLIT",a[a.BEADS_OF_THE_DEAD=616]="BEADS_OF_THE_DEAD",a[a.SHIP_TICKET=621]="SHIP_TICKET",a[a.PINK_BOOTS=626]="PINK_BOOTS",a[a.GREEN_BOOTS=628]="GREEN_BOOTS",a[a.BLUE_BOOTS=630]="BLUE_BOOTS",a[a.CREAM_BOOTS=632]="CREAM_BOOTS",a[a.TURQUOISE_BOOTS=634]="TURQUOISE_BOOTS",a[a.PINK_ROBE_TOP=636]="PINK_ROBE_TOP",a[a.GREEN_ROBE_TOP=638]="GREEN_ROBE_TOP",a[a.BLUE_ROBE_TOP=640]="BLUE_ROBE_TOP",a[a.CREAM_ROBE_TOP=642]="CREAM_ROBE_TOP",a[a.TURQUOISE_ROBE_TOP=644]="TURQUOISE_ROBE_TOP",a[a.PINK_ROBE_BOTTOMS=646]="PINK_ROBE_BOTTOMS",a[a.GREEN_ROBE_BOTTOMS=648]="GREEN_ROBE_BOTTOMS",a[a.BLUE_ROBE_BOTTOMS=650]="BLUE_ROBE_BOTTOMS",a[a.CREAM_ROBE_BOTTOMS=652]="CREAM_ROBE_BOTTOMS",a[a.TURQUOISE_ROBE_BOTTOMS=654]="TURQUOISE_ROBE_BOTTOMS",a[a.PINK_HAT=656]="PINK_HAT",a[a.GREEN_HAT=658]="GREEN_HAT",a[a.BLUE_HAT=660]="BLUE_HAT",a[a.CREAM_HAT=662]="CREAM_HAT",a[a.TURQUOISE_HAT=664]="TURQUOISE_HAT",a[a.BLURITE_SWORD=667]="BLURITE_SWORD",a[a.HOLY_WATER=732]="HOLY_WATER",a[a.DARK_DAGGER=746]="DARK_DAGGER",a[a.GLOWING_DAGGER=747]="GLOWING_DAGGER",a[a.GNOMEBALL=751]="GNOMEBALL",a[a.CADAVA_BERRIES=753]="CADAVA_BERRIES",a[a.PHOENIX_CROSSBOW=767]="PHOENIX_CROSSBOW",a[a.DRAMEN_STAFF=772]="DRAMEN_STAFF",a[a.PERFECT_RING=773]="PERFECT_RING",a[a.PERFECT_NECKLACE=774]="PERFECT_NECKLACE",a[a.COOKING_GAUNTLETS=775]="COOKING_GAUNTLETS",a[a.GOLDSMITH_GAUNTLETS=776]="GOLDSMITH_GAUNTLETS",a[a.CHAOS_GAUNTLETS=777]="CHAOS_GAUNTLETS",a[a.STEEL_GAUNTLETS=778]="STEEL_GAUNTLETS",a[a.BRONZE_THROWNAXE=800]="BRONZE_THROWNAXE",a[a.IRON_THROWNAXE=801]="IRON_THROWNAXE",a[a.STEEL_THROWNAXE=802]="STEEL_THROWNAXE",a[a.MITHRIL_THROWNAXE=803]="MITHRIL_THROWNAXE",a[a.ADAMANT_THROWNAXE=804]="ADAMANT_THROWNAXE",a[a.RUNE_THROWNAXE=805]="RUNE_THROWNAXE",a[a.BRONZE_DART_UNPOISONED=806]="BRONZE_DART_UNPOISONED",a[a.IRON_DART_UNPOISONED=807]="IRON_DART_UNPOISONED",a[a.STEEL_DART_UNPOISONED=808]="STEEL_DART_UNPOISONED",a[a.MITHRIL_DART_UNPOISONED=809]="MITHRIL_DART_UNPOISONED",a[a.ADAMANT_DART_UNPOISONED=810]="ADAMANT_DART_UNPOISONED",a[a.RUNE_DART_UNPOISONED=811]="RUNE_DART_UNPOISONED",a[a.BRONZE_DART_POISON=812]="BRONZE_DART_POISON",a[a.IRON_DART_POISON=813]="IRON_DART_POISON",a[a.STEEL_DART_POISON=814]="STEEL_DART_POISON",a[a.MITHRIL_DART_POISON=815]="MITHRIL_DART_POISON",a[a.ADAMANT_DART_POISON=816]="ADAMANT_DART_POISON",a[a.RUNE_DART_POISON=817]="RUNE_DART_POISON",a[a.BRONZE_DART_TIP=819]="BRONZE_DART_TIP",a[a.IRON_DART_TIP=820]="IRON_DART_TIP",a[a.STEEL_DART_TIP=821]="STEEL_DART_TIP",a[a.MITHRIL_DART_TIP=822]="MITHRIL_DART_TIP",a[a.ADAMANT_DART_TIP=823]="ADAMANT_DART_TIP",a[a.RUNE_DART_TIP=824]="RUNE_DART_TIP",a[a.BRONZE_JAVELIN_UNPOISONED=825]="BRONZE_JAVELIN_UNPOISONED",a[a.IRON_JAVELIN_UNPOISONED=826]="IRON_JAVELIN_UNPOISONED",a[a.STEEL_JAVELIN_UNPOISONED=827]="STEEL_JAVELIN_UNPOISONED",a[a.MITHRIL_JAVELIN_UNPOISONED=828]="MITHRIL_JAVELIN_UNPOISONED",a[a.ADAMANT_JAVELIN_UNPOISONED=829]="ADAMANT_JAVELIN_UNPOISONED",a[a.RUNE_JAVELIN_UNPOISONED=830]="RUNE_JAVELIN_UNPOISONED",a[a.BRONZE_JAVELIN_POISON=831]="BRONZE_JAVELIN_POISON",a[a.IRON_JAVELIN_POISON=832]="IRON_JAVELIN_POISON",a[a.STEEL_JAVELIN_POISON=833]="STEEL_JAVELIN_POISON",a[a.MITHRIL_JAVELIN_POISON=834]="MITHRIL_JAVELIN_POISON",a[a.ADAMANT_JAVELIN_POISON=835]="ADAMANT_JAVELIN_POISON",a[a.RUNE_JAVELIN_POISON=836]="RUNE_JAVELIN_POISON",a[a.CROSSBOW=837]="CROSSBOW",a[a.LONGBOW=839]="LONGBOW",a[a.SHORTBOW=841]="SHORTBOW",a[a.OAK_SHORTBOW=843]="OAK_SHORTBOW",a[a.OAK_LONGBOW=845]="OAK_LONGBOW",a[a.WILLOW_LONGBOW=847]="WILLOW_LONGBOW",a[a.WILLOW_SHORTBOW=849]="WILLOW_SHORTBOW",a[a.MAPLE_LONGBOW=851]="MAPLE_LONGBOW",a[a.MAPLE_SHORTBOW=853]="MAPLE_SHORTBOW",a[a.YEW_LONGBOW=855]="YEW_LONGBOW",a[a.YEW_SHORTBOW=857]="YEW_SHORTBOW",a[a.MAGIC_LONGBOW=859]="MAGIC_LONGBOW",a[a.MAGIC_SHORTBOW=861]="MAGIC_SHORTBOW",a[a.IRON_KNIFE_UNPOISONED=863]="IRON_KNIFE_UNPOISONED",a[a.BRONZE_KNIFE_UNPOISONED=864]="BRONZE_KNIFE_UNPOISONED",a[a.STEEL_KNIFE_UNPOISONED=865]="STEEL_KNIFE_UNPOISONED",a[a.MITHRIL_KNIFE_UNPOISONED=866]="MITHRIL_KNIFE_UNPOISONED",a[a.ADAMANT_KNIFE_UNPOISONED=867]="ADAMANT_KNIFE_UNPOISONED",a[a.RUNE_KNIFE_UNPOISONED=868]="RUNE_KNIFE_UNPOISONED",a[a.BLACK_KNIFE_UNPOISONED=869]="BLACK_KNIFE_UNPOISONED",a[a.BRONZE_KNIFE_POISON=870]="BRONZE_KNIFE_POISON",a[a.IRON_KNIFE_POISON=871]="IRON_KNIFE_POISON",a[a.STEEL_KNIFE_POISON=872]="STEEL_KNIFE_POISON",a[a.MITHRIL_KNIFE_POISON=873]="MITHRIL_KNIFE_POISON",a[a.BLACK_KNIFE_POISON=874]="BLACK_KNIFE_POISON",a[a.ADAMANT_KNIFE_POISON=875]="ADAMANT_KNIFE_POISON",a[a.RUNE_KNIFE_POISON=876]="RUNE_KNIFE_POISON",a[a.BRONZE_BOLTS_UNPOISONED=877]="BRONZE_BOLTS_UNPOISONED",a[a.BRONZE_BOLTS_POISON=878]="BRONZE_BOLTS_POISON",a[a.OPAL_BOLTS=879]="OPAL_BOLTS",a[a.PEARL_BOLTS=880]="PEARL_BOLTS",a[a.BARBED_BOLTS=881]="BARBED_BOLTS",a[a.BRONZE_ARROW_UNPOISONED=882]="BRONZE_ARROW_UNPOISONED",a[a.BRONZE_ARROW_POISON=883]="BRONZE_ARROW_POISON",a[a.IRON_ARROW_UNPOISONED=884]="IRON_ARROW_UNPOISONED",a[a.IRON_ARROW_POISON=885]="IRON_ARROW_POISON",a[a.STEEL_ARROW_UNPOISONED=886]="STEEL_ARROW_UNPOISONED",a[a.STEEL_ARROW_POISON=887]="STEEL_ARROW_POISON",a[a.MITHRIL_ARROW_UNPOISONED=888]="MITHRIL_ARROW_UNPOISONED",a[a.MITHRIL_ARROW_POISON=889]="MITHRIL_ARROW_POISON",a[a.ADAMANT_ARROW_UNPOISONED=890]="ADAMANT_ARROW_UNPOISONED",a[a.ADAMANT_ARROW_POISON=891]="ADAMANT_ARROW_POISON",a[a.RUNE_ARROW_UNPOISONED=892]="RUNE_ARROW_UNPOISONED",a[a.RUNE_ARROW_POISON=893]="RUNE_ARROW_POISON",a[a.BRONZE_FIRE_ARROW_LIT=942]="BRONZE_FIRE_ARROW_LIT",a[a.KNIFE=946]="KNIFE",a[a.BEAR_FUR=948]="BEAR_FUR",a[a.SILK=950]="SILK",a[a.SPADE=952]="SPADE",a[a.ROPE=954]="ROPE",a[a.GREY_WOLF_FUR=958]="GREY_WOLF_FUR",a[a.PLANK=960]="PLANK",a[a.CHRISTMAS_CRACKER=962]="CHRISTMAS_CRACKER",a[a.PAPYRUS=970]="PAPYRUS",a[a.CHARCOAL=973]="CHARCOAL",a[a.MACHETE=975]="MACHETE",a[a.DISK_OF_RETURNING=981]="DISK_OF_RETURNING",a[a.BRASS_KEY=983]="BRASS_KEY",a[a.TOOTH_HALF_OF_KEY=985]="TOOTH_HALF_OF_KEY",a[a.LOOP_HALF_OF_KEY=987]="LOOP_HALF_OF_KEY",a[a.CRYSTAL_KEY=989]="CRYSTAL_KEY",a[a.MUDDY_KEY=991]="MUDDY_KEY",a[a.SINISTER_KEY=993]="SINISTER_KEY",a[a.WHITE_APRON=1005]="WHITE_APRON",a[a.RED_CAPE=1007]="RED_CAPE",a[a.BRASS_NECKLACE=1009]="BRASS_NECKLACE",a[a.BLUE_SKIRT=1011]="BLUE_SKIRT",a[a.PINK_SKIRT=1013]="PINK_SKIRT",a[a.BLACK_SKIRT=1015]="BLACK_SKIRT",a[a.WIZARD_HAT=1017]="WIZARD_HAT",a[a.BLACK_CAPE=1019]="BLACK_CAPE",a[a.BLUE_CAPE=1021]="BLUE_CAPE",a[a.YELLOW_CAPE=1023]="YELLOW_CAPE",a[a.RIGHT_EYE_PATCH=1025]="RIGHT_EYE_PATCH",a[a.GREEN_CAPE=1027]="GREEN_CAPE",a[a.PURPLE_CAPE=1029]="PURPLE_CAPE",a[a.ORANGE_CAPE=1031]="ORANGE_CAPE",a[a.ZAMORAK_MONK_BOTTOM=1033]="ZAMORAK_MONK_BOTTOM",a[a.ZAMORAK_MONK_TOP=1035]="ZAMORAK_MONK_TOP",a[a.BUNNY_EARS=1037]="BUNNY_EARS",a[a.RED_PARTYHAT=1038]="RED_PARTYHAT",a[a.YELLOW_PARTYHAT=1040]="YELLOW_PARTYHAT",a[a.BLUE_PARTYHAT=1042]="BLUE_PARTYHAT",a[a.GREEN_PARTYHAT=1044]="GREEN_PARTYHAT",a[a.PURPLE_PARTYHAT=1046]="PURPLE_PARTYHAT",a[a.WHITE_PARTYHAT=1048]="WHITE_PARTYHAT",a[a.SANTA_HAT=1050]="SANTA_HAT",a[a.CAPE_OF_LEGENDS=1052]="CAPE_OF_LEGENDS",a[a.GREEN_HALLOWEEN_MASK=1053]="GREEN_HALLOWEEN_MASK",a[a.BLUE_HALLOWEEN_MASK=1055]="BLUE_HALLOWEEN_MASK",a[a.RED_HALLOWEEN_MASK=1057]="RED_HALLOWEEN_MASK",a[a.LEATHER_GLOVES=1059]="LEATHER_GLOVES",a[a.LEATHER_BOOTS=1061]="LEATHER_BOOTS",a[a.LEATHER_VAMBRACES=1063]="LEATHER_VAMBRACES",a[a.GREEN_DHIDE_VAMBRACES=1065]="GREEN_DHIDE_VAMBRACES",a[a.IRON_PLATELEGS=1067]="IRON_PLATELEGS",a[a.STEEL_PLATELEGS=1069]="STEEL_PLATELEGS",a[a.MITHRIL_PLATELEGS=1071]="MITHRIL_PLATELEGS",a[a.ADAMANT_PLATELEGS=1073]="ADAMANT_PLATELEGS",a[a.BRONZE_PLATELEGS=1075]="BRONZE_PLATELEGS",a[a.BLACK_PLATELEGS=1077]="BLACK_PLATELEGS",a[a.RUNE_PLATELEGS=1079]="RUNE_PLATELEGS",a[a.IRON_PLATESKIRT=1081]="IRON_PLATESKIRT",a[a.STEEL_PLATESKIRT=1083]="STEEL_PLATESKIRT",a[a.MITHRIL_PLATESKIRT=1085]="MITHRIL_PLATESKIRT",a[a.BRONZE_PLATESKIRT=1087]="BRONZE_PLATESKIRT",a[a.BLACK_PLATESKIRT=1089]="BLACK_PLATESKIRT",a[a.ADAMANT_PLATESKIRT=1091]="ADAMANT_PLATESKIRT",a[a.RUNE_PLATESKIRT=1093]="RUNE_PLATESKIRT",a[a.LEATHER_CHAPS=1095]="LEATHER_CHAPS",a[a.STUDDED_CHAPS=1097]="STUDDED_CHAPS",a[a.GREEN_DHIDE_CHAPS=1099]="GREEN_DHIDE_CHAPS",a[a.IRON_CHAINBODY=1101]="IRON_CHAINBODY",a[a.BRONZE_CHAINBODY=1103]="BRONZE_CHAINBODY",a[a.STEEL_CHAINBODY=1105]="STEEL_CHAINBODY",a[a.BLACK_CHAINBODY=1107]="BLACK_CHAINBODY",a[a.MITHRIL_CHAINBODY=1109]="MITHRIL_CHAINBODY",a[a.ADAMANT_CHAINBODY=1111]="ADAMANT_CHAINBODY",a[a.RUNE_CHAINBODY=1113]="RUNE_CHAINBODY",a[a.IRON_PLATEBODY=1115]="IRON_PLATEBODY",a[a.BRONZE_PLATEBODY=1117]="BRONZE_PLATEBODY",a[a.STEEL_PLATEBODY=1119]="STEEL_PLATEBODY",a[a.MITHRIL_PLATEBODY=1121]="MITHRIL_PLATEBODY",a[a.ADAMANT_PLATEBODY=1123]="ADAMANT_PLATEBODY",a[a.BLACK_PLATEBODY=1125]="BLACK_PLATEBODY",a[a.RUNE_PLATEBODY=1127]="RUNE_PLATEBODY",a[a.LEATHER_BODY=1129]="LEATHER_BODY",a[a.HARDLEATHER_BODY=1131]="HARDLEATHER_BODY",a[a.STUDDED_BODY=1133]="STUDDED_BODY",a[a.GREEN_DHIDE_BODY=1135]="GREEN_DHIDE_BODY",a[a.IRON_MED_HELM=1137]="IRON_MED_HELM",a[a.BRONZE_MED_HELM=1139]="BRONZE_MED_HELM",a[a.STEEL_MED_HELM=1141]="STEEL_MED_HELM",a[a.MITHRIL_MED_HELM=1143]="MITHRIL_MED_HELM",a[a.ADAMANT_MED_HELM=1145]="ADAMANT_MED_HELM",a[a.RUNE_MED_HELM=1147]="RUNE_MED_HELM",a[a.DRAGON_MED_HELM=1149]="DRAGON_MED_HELM",a[a.BLACK_MED_HELM=1151]="BLACK_MED_HELM",a[a.IRON_FULL_HELM=1153]="IRON_FULL_HELM",a[a.BRONZE_FULL_HELM=1155]="BRONZE_FULL_HELM",a[a.STEEL_FULL_HELM=1157]="STEEL_FULL_HELM",a[a.MITHRIL_FULL_HELM=1159]="MITHRIL_FULL_HELM",a[a.ADAMANT_FULL_HELM=1161]="ADAMANT_FULL_HELM",a[a.RUNE_FULL_HELM=1163]="RUNE_FULL_HELM",a[a.BLACK_FULL_HELM=1165]="BLACK_FULL_HELM",a[a.LEATHER_COWL=1167]="LEATHER_COWL",a[a.COIF=1169]="COIF",a[a.WOODEN_SHIELD=1171]="WOODEN_SHIELD",a[a.BRONZE_SQ_SHIELD=1173]="BRONZE_SQ_SHIELD",a[a.IRON_SQ_SHIELD=1175]="IRON_SQ_SHIELD",a[a.STEEL_SQ_SHIELD=1177]="STEEL_SQ_SHIELD",a[a.BLACK_SQ_SHIELD=1179]="BLACK_SQ_SHIELD",a[a.MITHRIL_SQ_SHIELD=1181]="MITHRIL_SQ_SHIELD",a[a.ADAMANT_SQ_SHIELD=1183]="ADAMANT_SQ_SHIELD",a[a.RUNE_SQ_SHIELD=1185]="RUNE_SQ_SHIELD",a[a.DRAGON_SQ_SHIELD=1187]="DRAGON_SQ_SHIELD",a[a.BRONZE_KITESHIELD=1189]="BRONZE_KITESHIELD",a[a.IRON_KITESHIELD=1191]="IRON_KITESHIELD",a[a.STEEL_KITESHIELD=1193]="STEEL_KITESHIELD",a[a.BLACK_KITESHIELD=1195]="BLACK_KITESHIELD",a[a.MITHRIL_KITESHIELD=1197]="MITHRIL_KITESHIELD",a[a.ADAMANT_KITESHIELD=1199]="ADAMANT_KITESHIELD",a[a.RUNE_KITESHIELD=1201]="RUNE_KITESHIELD",a[a.IRON_DAGGER_UNPOISONED=1203]="IRON_DAGGER_UNPOISONED",a[a.BRONZE_DAGGER_UNPOISONED=1205]="BRONZE_DAGGER_UNPOISONED",a[a.STEEL_DAGGER_UNPOISONED=1207]="STEEL_DAGGER_UNPOISONED",a[a.MITHRIL_DAGGER_UNPOISONED=1209]="MITHRIL_DAGGER_UNPOISONED",a[a.ADAMANT_DAGGER_UNPOISONED=1211]="ADAMANT_DAGGER_UNPOISONED",a[a.RUNE_DAGGER_UNPOISONED=1213]="RUNE_DAGGER_UNPOISONED",a[a.DRAGON_DAGGER_UNPOISONED=1215]="DRAGON_DAGGER_UNPOISONED",a[a.BLACK_DAGGER_UNPOISONED=1217]="BLACK_DAGGER_UNPOISONED",a[a.IRON_DAGGER_POISON=1219]="IRON_DAGGER_POISON",a[a.BRONZE_DAGGER_POISON=1221]="BRONZE_DAGGER_POISON",a[a.STEEL_DAGGER_POISON=1223]="STEEL_DAGGER_POISON",a[a.MITHRIL_DAGGER_POISON=1225]="MITHRIL_DAGGER_POISON",a[a.ADAMANT_DAGGER_POISON=1227]="ADAMANT_DAGGER_POISON",a[a.RUNE_DAGGER_POISON=1229]="RUNE_DAGGER_POISON",a[a.DRAGON_DAGGER_POISON=1231]="DRAGON_DAGGER_POISON",a[a.BLACK_DAGGER_POISON=1233]="BLACK_DAGGER_POISON",a[a.BRONZE_SPEAR_UNPOISONED=1237]="BRONZE_SPEAR_UNPOISONED",a[a.IRON_SPEAR_UNPOISONED=1239]="IRON_SPEAR_UNPOISONED",a[a.STEEL_SPEAR_UNPOISONED=1241]="STEEL_SPEAR_UNPOISONED",a[a.MITHRIL_SPEAR_UNPOISONED=1243]="MITHRIL_SPEAR_UNPOISONED",a[a.ADAMANT_SPEAR_UNPOISONED=1245]="ADAMANT_SPEAR_UNPOISONED",a[a.RUNE_SPEAR_UNPOISONED=1247]="RUNE_SPEAR_UNPOISONED",a[a.DRAGON_SPEAR_UNPOISONED=1249]="DRAGON_SPEAR_UNPOISONED",a[a.BRONZE_SPEAR_POISON=1251]="BRONZE_SPEAR_POISON",a[a.IRON_SPEAR_POISON=1253]="IRON_SPEAR_POISON",a[a.STEEL_SPEAR_POISON=1255]="STEEL_SPEAR_POISON",a[a.MITHRIL_SPEAR_POISON=1257]="MITHRIL_SPEAR_POISON",a[a.ADAMANT_SPEAR_POISON=1259]="ADAMANT_SPEAR_POISON",a[a.RUNE_SPEAR_POISON=1261]="RUNE_SPEAR_POISON",a[a.DRAGON_SPEAR_POISON=1263]="DRAGON_SPEAR_POISON",a[a.BRONZE_PICKAXE=1265]="BRONZE_PICKAXE",a[a.IRON_PICKAXE=1267]="IRON_PICKAXE",a[a.STEEL_PICKAXE=1269]="STEEL_PICKAXE",a[a.ADAMANT_PICKAXE=1271]="ADAMANT_PICKAXE",a[a.MITHRIL_PICKAXE=1273]="MITHRIL_PICKAXE",a[a.RUNE_PICKAXE=1275]="RUNE_PICKAXE",a[a.BRONZE_SWORD=1277]="BRONZE_SWORD",a[a.IRON_SWORD=1279]="IRON_SWORD",a[a.STEEL_SWORD=1281]="STEEL_SWORD",a[a.BLACK_SWORD=1283]="BLACK_SWORD",a[a.MITHRIL_SWORD=1285]="MITHRIL_SWORD",a[a.ADAMANT_SWORD=1287]="ADAMANT_SWORD",a[a.RUNE_SWORD=1289]="RUNE_SWORD",a[a.BRONZE_LONGSWORD=1291]="BRONZE_LONGSWORD",a[a.IRON_LONGSWORD=1293]="IRON_LONGSWORD",a[a.STEEL_LONGSWORD=1295]="STEEL_LONGSWORD",a[a.BLACK_LONGSWORD=1297]="BLACK_LONGSWORD",a[a.MITHRIL_LONGSWORD=1299]="MITHRIL_LONGSWORD",a[a.ADAMANT_LONGSWORD=1301]="ADAMANT_LONGSWORD",a[a.RUNE_LONGSWORD=1303]="RUNE_LONGSWORD",a[a.DRAGON_LONGSWORD=1305]="DRAGON_LONGSWORD",a[a.BRONZE_2H_SWORD=1307]="BRONZE_2H_SWORD",a[a.IRON_2H_SWORD=1309]="IRON_2H_SWORD",a[a.STEEL_2H_SWORD=1311]="STEEL_2H_SWORD",a[a.BLACK_2H_SWORD=1313]="BLACK_2H_SWORD",a[a.MITHRIL_2H_SWORD=1315]="MITHRIL_2H_SWORD",a[a.ADAMANT_2H_SWORD=1317]="ADAMANT_2H_SWORD",a[a.RUNE_2H_SWORD=1319]="RUNE_2H_SWORD",a[a.BRONZE_SCIMITAR=1321]="BRONZE_SCIMITAR",a[a.IRON_SCIMITAR=1323]="IRON_SCIMITAR",a[a.STEEL_SCIMITAR=1325]="STEEL_SCIMITAR",a[a.BLACK_SCIMITAR=1327]="BLACK_SCIMITAR",a[a.MITHRIL_SCIMITAR=1329]="MITHRIL_SCIMITAR",a[a.ADAMANT_SCIMITAR=1331]="ADAMANT_SCIMITAR",a[a.RUNE_SCIMITAR=1333]="RUNE_SCIMITAR",a[a.IRON_WARHAMMER=1335]="IRON_WARHAMMER",a[a.BRONZE_WARHAMMER=1337]="BRONZE_WARHAMMER",a[a.STEEL_WARHAMMER=1339]="STEEL_WARHAMMER",a[a.BLACK_WARHAMMER=1341]="BLACK_WARHAMMER",a[a.MITHRIL_WARHAMMER=1343]="MITHRIL_WARHAMMER",a[a.ADAMANT_WARHAMMER=1345]="ADAMANT_WARHAMMER",a[a.RUNE_WARHAMMER=1347]="RUNE_WARHAMMER",a[a.IRON_AXE=1349]="IRON_AXE",a[a.BRONZE_AXE=1351]="BRONZE_AXE",a[a.STEEL_AXE=1353]="STEEL_AXE",a[a.MITHRIL_AXE=1355]="MITHRIL_AXE",a[a.ADAMANT_AXE=1357]="ADAMANT_AXE",a[a.RUNE_AXE=1359]="RUNE_AXE",a[a.BLACK_AXE=1361]="BLACK_AXE",a[a.IRON_BATTLEAXE=1363]="IRON_BATTLEAXE",a[a.STEEL_BATTLEAXE=1365]="STEEL_BATTLEAXE",a[a.BLACK_BATTLEAXE=1367]="BLACK_BATTLEAXE",a[a.MITHRIL_BATTLEAXE=1369]="MITHRIL_BATTLEAXE",a[a.ADAMANT_BATTLEAXE=1371]="ADAMANT_BATTLEAXE",a[a.RUNE_BATTLEAXE=1373]="RUNE_BATTLEAXE",a[a.BRONZE_BATTLEAXE=1375]="BRONZE_BATTLEAXE",a[a.DRAGON_BATTLEAXE=1377]="DRAGON_BATTLEAXE",a[a.STAFF=1379]="STAFF",a[a.STAFF_OF_AIR=1381]="STAFF_OF_AIR",a[a.STAFF_OF_WATER=1383]="STAFF_OF_WATER",a[a.STAFF_OF_EARTH=1385]="STAFF_OF_EARTH",a[a.STAFF_OF_FIRE=1387]="STAFF_OF_FIRE",a[a.MAGIC_STAFF=1389]="MAGIC_STAFF",a[a.BATTLESTAFF=1391]="BATTLESTAFF",a[a.FIRE_BATTLESTAFF=1393]="FIRE_BATTLESTAFF",a[a.WATER_BATTLESTAFF=1395]="WATER_BATTLESTAFF",a[a.AIR_BATTLESTAFF=1397]="AIR_BATTLESTAFF",a[a.EARTH_BATTLESTAFF=1399]="EARTH_BATTLESTAFF",a[a.MYSTIC_FIRE_STAFF=1401]="MYSTIC_FIRE_STAFF",a[a.MYSTIC_WATER_STAFF=1403]="MYSTIC_WATER_STAFF",a[a.MYSTIC_AIR_STAFF=1405]="MYSTIC_AIR_STAFF",a[a.MYSTIC_EARTH_STAFF=1407]="MYSTIC_EARTH_STAFF",a[a.IBANS_STAFF_REGULAR=1409]="IBANS_STAFF_REGULAR",a[a.SCYTHE=1419]="SCYTHE",a[a.IRON_MACE=1420]="IRON_MACE",a[a.BRONZE_MACE=1422]="BRONZE_MACE",a[a.STEEL_MACE=1424]="STEEL_MACE",a[a.BLACK_MACE=1426]="BLACK_MACE",a[a.MITHRIL_MACE=1428]="MITHRIL_MACE",a[a.ADAMANT_MACE=1430]="ADAMANT_MACE",a[a.RUNE_MACE=1432]="RUNE_MACE",a[a.DRAGON_MACE=1434]="DRAGON_MACE",a[a.RUNE_ESSENCE=1436]="RUNE_ESSENCE",a[a.AIR_TALISMAN=1438]="AIR_TALISMAN",a[a.EARTH_TALISMAN=1440]="EARTH_TALISMAN",a[a.FIRE_TALISMAN=1442]="FIRE_TALISMAN",a[a.WATER_TALISMAN=1444]="WATER_TALISMAN",a[a.BODY_TALISMAN=1446]="BODY_TALISMAN",a[a.MIND_TALISMAN=1448]="MIND_TALISMAN",a[a.BLOOD_TALISMAN=1450]="BLOOD_TALISMAN",a[a.CHAOS_TALISMAN=1452]="CHAOS_TALISMAN",a[a.COSMIC_TALISMAN=1454]="COSMIC_TALISMAN",a[a.DEATH_TALISMAN=1456]="DEATH_TALISMAN",a[a.NATURE_TALISMAN=1462]="NATURE_TALISMAN",a[a.ARCHERY_TICKET=1464]="ARCHERY_TICKET",a[a.RED_BEAD=1470]="RED_BEAD",a[a.YELLOW_BEAD=1472]="YELLOW_BEAD",a[a.BLACK_BEAD=1474]="BLACK_BEAD",a[a.WHITE_BEAD=1476]="WHITE_BEAD",a[a.AMULET_OF_ACCURACY=1478]="AMULET_OF_ACCURACY",a[a.KLANKS_GAUNTLETS=1495]="KLANKS_GAUNTLETS",a[a.GAS_MASK=1506]="GAS_MASK",a[a.LOGS=1511]="LOGS",a[a.MAGIC_LOGS=1513]="MAGIC_LOGS",a[a.YEW_LOGS=1515]="YEW_LOGS",a[a.MAPLE_LOGS=1517]="MAPLE_LOGS",a[a.WILLOW_LOGS=1519]="WILLOW_LOGS",a[a.OAK_LOGS=1521]="OAK_LOGS",a[a.LOCKPICK=1523]="LOCKPICK",a[a.STEEL_NAILS=1539]="STEEL_NAILS",a[a.ANTIDRAGON_SHIELD=1540]="ANTIDRAGON_SHIELD",a[a.GARLIC=1550]="GARLIC",a[a.SEASONED_SARDINE=1552]="SEASONED_SARDINE",a[a.DOOGLE_LEAVES=1573]="DOOGLE_LEAVES",a[a.CAT_TRAINING_MEDAL=1575]="CAT_TRAINING_MEDAL",a[a.ICE_GLOVES=1580]="ICE_GLOVES",a[a.RING_MOULD=1592]="RING_MOULD",a[a.AMULET_MOULD=1595]="AMULET_MOULD",a[a.NECKLACE_MOULD=1597]="NECKLACE_MOULD",a[a.HOLY_MOULD=1599]="HOLY_MOULD",a[a.DIAMOND=1601]="DIAMOND",a[a.RUBY=1603]="RUBY",a[a.EMERALD=1605]="EMERALD",a[a.SAPPHIRE=1607]="SAPPHIRE",a[a.OPAL=1609]="OPAL",a[a.JADE=1611]="JADE",a[a.RED_TOPAZ=1613]="RED_TOPAZ",a[a.DRAGONSTONE=1615]="DRAGONSTONE",a[a.UNCUT_DIAMOND=1617]="UNCUT_DIAMOND",a[a.UNCUT_RUBY=1619]="UNCUT_RUBY",a[a.UNCUT_EMERALD=1621]="UNCUT_EMERALD",a[a.UNCUT_SAPPHIRE=1623]="UNCUT_SAPPHIRE",a[a.UNCUT_OPAL=1625]="UNCUT_OPAL",a[a.UNCUT_JADE=1627]="UNCUT_JADE",a[a.UNCUT_RED_TOPAZ=1629]="UNCUT_RED_TOPAZ",a[a.UNCUT_DRAGONSTONE=1631]="UNCUT_DRAGONSTONE",a[a.GOLD_RING=1635]="GOLD_RING",a[a.SAPPHIRE_RING=1637]="SAPPHIRE_RING",a[a.EMERALD_RING=1639]="EMERALD_RING",a[a.RUBY_RING=1641]="RUBY_RING",a[a.DIAMOND_RING=1643]="DIAMOND_RING",a[a.DRAGONSTONE_RING=1645]="DRAGONSTONE_RING",a[a.GOLD_NECKLACE=1654]="GOLD_NECKLACE",a[a.SAPPHIRE_NECKLACE=1656]="SAPPHIRE_NECKLACE",a[a.EMERALD_NECKLACE=1658]="EMERALD_NECKLACE",a[a.RUBY_NECKLACE=1660]="RUBY_NECKLACE",a[a.DIAMOND_NECKLACE=1662]="DIAMOND_NECKLACE",a[a.DRAGON_NECKLACE=1664]="DRAGON_NECKLACE",a[a.GOLD_AMULET_U=1673]="GOLD_AMULET_U",a[a.SAPPHIRE_AMULET_U=1675]="SAPPHIRE_AMULET_U",a[a.EMERALD_AMULET_U=1677]="EMERALD_AMULET_U",a[a.RUBY_AMULET_U=1679]="RUBY_AMULET_U",a[a.DIAMOND_AMULET_U=1681]="DIAMOND_AMULET_U",a[a.DRAGONSTONE_AMULET_U=1683]="DRAGONSTONE_AMULET_U",a[a.GOLD_AMULET=1692]="GOLD_AMULET",a[a.SAPPHIRE_AMULET=1694]="SAPPHIRE_AMULET",a[a.EMERALD_AMULET=1696]="EMERALD_AMULET",a[a.RUBY_AMULET=1698]="RUBY_AMULET",a[a.DIAMOND_AMULET=1700]="DIAMOND_AMULET",a[a.DRAGONSTONE_AMULET=1702]="DRAGONSTONE_AMULET",a[a.AMULET_OF_GLORY_UNCHARGED=1704]="AMULET_OF_GLORY_UNCHARGED",a[a.AMULET_OF_GLORY_1=1706]="AMULET_OF_GLORY_1",a[a.AMULET_OF_GLORY_2=1708]="AMULET_OF_GLORY_2",a[a.AMULET_OF_GLORY_3=1710]="AMULET_OF_GLORY_3",a[a.AMULET_OF_GLORY_4=1712]="AMULET_OF_GLORY_4",a[a.UNSTRUNG_SYMBOL=1714]="UNSTRUNG_SYMBOL",a[a.UNBLESSED_SYMBOL=1716]="UNBLESSED_SYMBOL",a[a.HOLY_SYMBOL=1718]="HOLY_SYMBOL",a[a.UNSTRUNG_EMBLEM=1720]="UNSTRUNG_EMBLEM",a[a.UNPOWERED_SYMBOL=1722]="UNPOWERED_SYMBOL",a[a.UNHOLY_SYMBOL=1724]="UNHOLY_SYMBOL",a[a.AMULET_OF_STRENGTH=1725]="AMULET_OF_STRENGTH",a[a.AMULET_OF_MAGIC=1727]="AMULET_OF_MAGIC",a[a.AMULET_OF_DEFENCE=1729]="AMULET_OF_DEFENCE",a[a.AMULET_OF_POWER=1731]="AMULET_OF_POWER",a[a.NEEDLE=1733]="NEEDLE",a[a.THREAD=1734]="THREAD",a[a.SHEARS=1735]="SHEARS",a[a.WOOL=1737]="WOOL",a[a.COWHIDE=1739]="COWHIDE",a[a.LEATHER=1741]="LEATHER",a[a.HARD_LEATHER=1743]="HARD_LEATHER",a[a.GREEN_DRAGON_LEATHER=1745]="GREEN_DRAGON_LEATHER",a[a.BLACK_DRAGONHIDE=1747]="BLACK_DRAGONHIDE",a[a.RED_DRAGONHIDE=1749]="RED_DRAGONHIDE",a[a.BLUE_DRAGONHIDE=1751]="BLUE_DRAGONHIDE",a[a.GREEN_DRAGONHIDE=1753]="GREEN_DRAGONHIDE",a[a.CHISEL=1755]="CHISEL",a[a.BROWN_APRON=1757]="BROWN_APRON",a[a.BALL_OF_WOOL=1759]="BALL_OF_WOOL",a[a.SOFT_CLAY=1761]="SOFT_CLAY",a[a.RED_DYE=1763]="RED_DYE",a[a.YELLOW_DYE=1765]="YELLOW_DYE",a[a.BLUE_DYE=1767]="BLUE_DYE",a[a.ORANGE_DYE=1769]="ORANGE_DYE",a[a.GREEN_DYE=1771]="GREEN_DYE",a[a.PURPLE_DYE=1773]="PURPLE_DYE",a[a.MOLTEN_GLASS=1775]="MOLTEN_GLASS",a[a.BOW_STRING=1777]="BOW_STRING",a[a.FLAX=1779]="FLAX",a[a.SODA_ASH=1781]="SODA_ASH",a[a.BUCKET_OF_SAND=1783]="BUCKET_OF_SAND",a[a.GLASSBLOWING_PIPE=1785]="GLASSBLOWING_PIPE",a[a.UNFIRED_POT=1787]="UNFIRED_POT",a[a.UNFIRED_PIE_DISH=1789]="UNFIRED_PIE_DISH",a[a.UNFIRED_BOWL=1791]="UNFIRED_BOWL",a[a.WOAD_LEAF=1793]="WOAD_LEAF",a[a.BRONZE_WIRE=1794]="BRONZE_WIRE",a[a.SILVER_NECKLACE_NORMAL=1796]="SILVER_NECKLACE_NORMAL",a[a.SILVER_NECKLACE_DUSTED=1797]="SILVER_NECKLACE_DUSTED",a[a.WATERSKIN_4=1823]="WATERSKIN_4",a[a.WATERSKIN_0=1831]="WATERSKIN_0",a[a.DESERT_SHIRT=1833]="DESERT_SHIRT",a[a.DESERT_ROBE=1835]="DESERT_ROBE",a[a.DESERT_BOOTS=1837]="DESERT_BOOTS",a[a.SLAVE_SHIRT=1844]="SLAVE_SHIRT",a[a.SLAVE_ROBE=1845]="SLAVE_ROBE",a[a.SLAVE_BOOTS=1846]="SLAVE_BOOTS",a[a.SHANTAY_PASS_ITEM=1854]="SHANTAY_PASS_ITEM",a[a.RAW_UGTHANKI_MEAT=1859]="RAW_UGTHANKI_MEAT",a[a.UGTHANKI_MEAT=1861]="UGTHANKI_MEAT",a[a.PITTA_BREAD=1865]="PITTA_BREAD",a[a.CHOPPED_TOMATO=1869]="CHOPPED_TOMATO",a[a.CHOPPED_ONION=1871]="CHOPPED_ONION",a[a.CHOPPED_UGTHANKI=1873]="CHOPPED_UGTHANKI",a[a.ONION_TOMATO=1875]="ONION_TOMATO",a[a.UGTHANKI_ONION=1877]="UGTHANKI_ONION",a[a.UGTHANKI_TOMATO=1879]="UGTHANKI_TOMATO",a[a.KEBAB_MIX=1881]="KEBAB_MIX",a[a.UGTHANKI_KEBAB=1885]="UGTHANKI_KEBAB",a[a.CAKE_TIN=1887]="CAKE_TIN",a[a.CAKE_FULL=1891]="CAKE_FULL",a[a.CHOCOLATE_CAKE_FULL=1897]="CHOCOLATE_CAKE_FULL",a[a.ASGARNIAN_ALE=1905]="ASGARNIAN_ALE",a[a.WIZARDS_MIND_BOMB=1907]="WIZARDS_MIND_BOMB",a[a.GREENMANS_ALE=1909]="GREENMANS_ALE",a[a.DRAGON_BITTER=1911]="DRAGON_BITTER",a[a.DWARVEN_STOUT=1913]="DWARVEN_STOUT",a[a.GROG=1915]="GROG",a[a.BEER=1917]="BEER",a[a.BEER_GLASS=1919]="BEER_GLASS",a[a.BOWL_OF_WATER=1921]="BOWL_OF_WATER",a[a.BOWL=1923]="BOWL",a[a.BUCKET=1925]="BUCKET",a[a.BUCKET_OF_MILK=1927]="BUCKET_OF_MILK",a[a.BUCKET_OF_WATER=1929]="BUCKET_OF_WATER",a[a.POT=1931]="POT",a[a.POT_OF_FLOUR=1933]="POT_OF_FLOUR",a[a.JUG=1935]="JUG",a[a.JUG_OF_WATER=1937]="JUG_OF_WATER",a[a.SWAMP_TAR=1939]="SWAMP_TAR",a[a.SWAMP_PASTE=1941]="SWAMP_PASTE",a[a.POTATO=1942]="POTATO",a[a.EGG=1944]="EGG",a[a.GRAIN=1947]="GRAIN",a[a.CHEFS_HAT=1949]="CHEFS_HAT",a[a.REDBERRIES=1951]="REDBERRIES",a[a.PASTRY_DOUGH=1953]="PASTRY_DOUGH",a[a.COOKING_APPLE=1955]="COOKING_APPLE",a[a.ONION=1957]="ONION",a[a.PUMPKIN=1959]="PUMPKIN",a[a.EASTER_EGG=1961]="EASTER_EGG",a[a.BANANA=1963]="BANANA",a[a.CABBAGE=1965]="CABBAGE",a[a.SPINACH_ROLL=1969]="SPINACH_ROLL",a[a.KEBAB=1971]="KEBAB",a[a.CHOCOLATE_BAR=1973]="CHOCOLATE_BAR",a[a.CHOCOLATE_DUST=1975]="CHOCOLATE_DUST",a[a.CUP_OF_TEA=1978]="CUP_OF_TEA",a[a.EMPTY_CUP=1980]="EMPTY_CUP",a[a.TOMATO=1982]="TOMATO",a[a.CHEESE=1985]="CHEESE",a[a.GRAPES=1987]="GRAPES",a[a.HALF_FULL_WINE_JUG=1989]="HALF_FULL_WINE_JUG",a[a.JUG_OF_WINE=1993]="JUG_OF_WINE",a[a.STEW=2003]="STEW",a[a.SPICE=2007]="SPICE",a[a.CURRY=2011]="CURRY",a[a.VODKA=2015]="VODKA",a[a.WHISKY=2017]="WHISKY",a[a.GIN=2019]="GIN",a[a.BRANDY=2021]="BRANDY",a[a.COCKTAIL_GUIDE=2023]="COCKTAIL_GUIDE",a[a.COCKTAIL_SHAKER=2025]="COCKTAIL_SHAKER",a[a.COCKTAIL_GLASS=2026]="COCKTAIL_GLASS",a[a.PREMADE_BLURB_SP=2028]="PREMADE_BLURB_SP",a[a.PREMADE_CHOC_SDY=2030]="PREMADE_CHOC_SDY",a[a.PREMADE_DR_DRAGON=2032]="PREMADE_DR_DRAGON",a[a.PREMADE_FR_BLAST=2034]="PREMADE_FR_BLAST",a[a.PREMADE_P_PUNCH=2036]="PREMADE_P_PUNCH",a[a.PREMADE_SGG=2038]="PREMADE_SGG",a[a.PREMADE_WIZ_BLZD=2040]="PREMADE_WIZ_BLZD",a[a.PINEAPPLE_PUNCH=2048]="PINEAPPLE_PUNCH",a[a.WIZARD_BLIZZARD=2054]="WIZARD_BLIZZARD",a[a.BLURBERRY_SPECIAL=2064]="BLURBERRY_SPECIAL",a[a.CHOC_SATURDAY=2074]="CHOC_SATURDAY",a[a.SHORT_GREEN_GUY=2080]="SHORT_GREEN_GUY",a[a.FRUIT_BLAST=2084]="FRUIT_BLAST",a[a.DRUNK_DRAGON=2092]="DRUNK_DRAGON",a[a.LEMON=2102]="LEMON",a[a.LEMON_CHUNKS=2104]="LEMON_CHUNKS",a[a.LEMON_SLICES=2106]="LEMON_SLICES",a[a.ORANGE=2108]="ORANGE",a[a.ORANGE_CHUNKS=2110]="ORANGE_CHUNKS",a[a.ORANGE_SLICES=2112]="ORANGE_SLICES",a[a.PINEAPPLE=2114]="PINEAPPLE",a[a.PINEAPPLE_CHUNKS=2116]="PINEAPPLE_CHUNKS",a[a.PINEAPPLE_RING=2118]="PINEAPPLE_RING",a[a.LIME=2120]="LIME",a[a.LIME_CHUNKS=2122]="LIME_CHUNKS",a[a.LIME_SLICES=2124]="LIME_SLICES",a[a.DWELLBERRIES=2126]="DWELLBERRIES",a[a.EQUA_LEAVES=2128]="EQUA_LEAVES",a[a.POT_OF_CREAM=2130]="POT_OF_CREAM",a[a.RAW_BEEF=2132]="RAW_BEEF",a[a.RAW_RAT_MEAT=2134]="RAW_RAT_MEAT",a[a.RAW_BEAR_MEAT=2136]="RAW_BEAR_MEAT",a[a.RAW_CHICKEN=2138]="RAW_CHICKEN",a[a.COOKED_CHICKEN=2140]="COOKED_CHICKEN",a[a.COOKED_MEAT=2142]="COOKED_MEAT",a[a.SWAMP_TOAD_ITEM=2150]="SWAMP_TOAD_ITEM",a[a.TOADS_LEGS=2152]="TOADS_LEGS",a[a.KING_WORM=2162]="KING_WORM",a[a.BATTA_TIN=2164]="BATTA_TIN",a[a.CRUNCHY_TRAY=2165]="CRUNCHY_TRAY",a[a.GNOMEBOWL_MOULD=2166]="GNOMEBOWL_MOULD",a[a.GIANNES_COOK_BOOK=2167]="GIANNES_COOK_BOOK",a[a.GNOME_SPICE=2169]="GNOME_SPICE",a[a.GIANNE_DOUGH=2171]="GIANNE_DOUGH",a[a.CHOCOLATE_BOMB=2185]="CHOCOLATE_BOMB",a[a.TANGLED_TOADS_LEGS=2187]="TANGLED_TOADS_LEGS",a[a.WORM_HOLE=2191]="WORM_HOLE",a[a.VEG_BALL=2195]="VEG_BALL",a[a.WORM_CRUNCHIES=2205]="WORM_CRUNCHIES",a[a.CHOCCHIP_CRUNCHIES=2209]="CHOCCHIP_CRUNCHIES",a[a.SPICY_CRUNCHIES=2213]="SPICY_CRUNCHIES",a[a.TOAD_CRUNCHIES=2217]="TOAD_CRUNCHIES",a[a.PREMADE_WM_BATTA=2219]="PREMADE_WM_BATTA",a[a.PREMADE_TD_BATTA=2221]="PREMADE_TD_BATTA",a[a.PREMADE_FRT_BATTA=2225]="PREMADE_FRT_BATTA",a[a.PREMADE_VEG_BATTA=2227]="PREMADE_VEG_BATTA",a[a.PREMADE_CHOC_BOMB=2229]="PREMADE_CHOC_BOMB",a[a.PREMADE_TTL=2231]="PREMADE_TTL",a[a.PREMADE_WORM_HOLE=2233]="PREMADE_WORM_HOLE",a[a.PREMADE_VEG_BALL=2235]="PREMADE_VEG_BALL",a[a.PREMADE_WM_CRUN=2237]="PREMADE_WM_CRUN",a[a.PREMADE_CH_CRUNCH=2239]="PREMADE_CH_CRUNCH",a[a.PREMADE_SY_CRUNCH=2241]="PREMADE_SY_CRUNCH",a[a.PREMADE_TD_CRUNCH=2243]="PREMADE_TD_CRUNCH",a[a.WORM_BATTA=2253]="WORM_BATTA",a[a.TOAD_BATTA=2255]="TOAD_BATTA",a[a.FRUIT_BATTA=2277]="FRUIT_BATTA",a[a.VEGETABLE_BATTA=2281]="VEGETABLE_BATTA",a[a.PIZZA_BASE=2283]="PIZZA_BASE",a[a.PLAIN_PIZZA_FULL=2289]="PLAIN_PIZZA_FULL",a[a.MEAT_PIZZA_FULL=2293]="MEAT_PIZZA_FULL",a[a.ANCHOVY_PIZZA_FULL=2297]="ANCHOVY_PIZZA_FULL",a[a.PINEAPPLE_PIZZA_FULL=2301]="PINEAPPLE_PIZZA_FULL",a[a.BREAD_DOUGH=2307]="BREAD_DOUGH",a[a.BREAD=2309]="BREAD",a[a.PIE_DISH=2313]="PIE_DISH",a[a.PIE_SHELL=2315]="PIE_SHELL",a[a.UNCOOKED_APPLE_PIE=2317]="UNCOOKED_APPLE_PIE",a[a.UNCOOKED_MEAT_PIE=2319]="UNCOOKED_MEAT_PIE",a[a.UNCOOKED_BERRY_PIE=2321]="UNCOOKED_BERRY_PIE",a[a.APPLE_PIE_FULL=2323]="APPLE_PIE_FULL",a[a.REDBERRY_PIE_FULL=2325]="REDBERRY_PIE_FULL",a[a.MEAT_PIE_FULL=2327]="MEAT_PIE_FULL",a[a.RAW_OOMLIE=2337]="RAW_OOMLIE",a[a.WRAPPED_OOMLIE=2341]="WRAPPED_OOMLIE",a[a.COOKED_OOMLIE_WRAP=2343]="COOKED_OOMLIE_WRAP",a[a.HAMMER=2347]="HAMMER",a[a.BRONZE_BAR=2349]="BRONZE_BAR",a[a.IRON_BAR=2351]="IRON_BAR",a[a.STEEL_BAR=2353]="STEEL_BAR",a[a.SILVER_BAR=2355]="SILVER_BAR",a[a.GOLD_BAR=2357]="GOLD_BAR",a[a.MITHRIL_BAR=2359]="MITHRIL_BAR",a[a.ADAMANTITE_BAR=2361]="ADAMANTITE_BAR",a[a.RUNITE_BAR=2363]="RUNITE_BAR",a[a.SHIELD_LEFT_HALF=2366]="SHIELD_LEFT_HALF",a[a.SHIELD_RIGHT_HALF=2368]="SHIELD_RIGHT_HALF",a[a.STEEL_STUDS=2370]="STEEL_STUDS",a[a.SILVERLIGHT_NORMAL=2402]="SILVERLIGHT_NORMAL",a[a.CARNILLEAN_ARMOUR=2405]="CARNILLEAN_ARMOUR",a[a.HAZEELS_MARK=2406]="HAZEELS_MARK",a[a.SARADOMIN_CAPE=2412]="SARADOMIN_CAPE",a[a.GUTHIX_CAPE=2413]="GUTHIX_CAPE",a[a.ZAMORAK_CAPE=2414]="ZAMORAK_CAPE",a[a.SARADOMIN_STAFF=2415]="SARADOMIN_STAFF",a[a.GUTHIX_STAFF=2416]="GUTHIX_STAFF",a[a.ZAMORAK_STAFF=2417]="ZAMORAK_STAFF",a[a.ATTACK_POTION_4_DOSE=2428]="ATTACK_POTION_4_DOSE",a[a.RESTORE_POTION_4_DOSE=2430]="RESTORE_POTION_4_DOSE",a[a.DEFENCE_POTION_4_DOSE=2432]="DEFENCE_POTION_4_DOSE",a[a.PRAYER_POTION_4_DOSE=2434]="PRAYER_POTION_4_DOSE",a[a.SUPER_ATTACK_4_DOSE=2436]="SUPER_ATTACK_4_DOSE",a[a.FISHING_POTION_4_DOSE=2438]="FISHING_POTION_4_DOSE",a[a.SUPER_STRENGTH_4_DOSE=2440]="SUPER_STRENGTH_4_DOSE",a[a.SUPER_DEFENCE_4_DOSE=2442]="SUPER_DEFENCE_4_DOSE",a[a.RANGING_POTION_4_DOSE=2444]="RANGING_POTION_4_DOSE",a[a.ANTIPOISON_4_DOSE=2446]="ANTIPOISON_4_DOSE",a[a.SUPERANTIPOISON_4_DOSE=2448]="SUPERANTIPOISON_4_DOSE",a[a.ZAMORAK_BREW_4_DOSE=2450]="ZAMORAK_BREW_4_DOSE",a[a.ANTIFIRE_POTION_4_DOSE=2452]="ANTIFIRE_POTION_4_DOSE",a[a.ANTIFIRE_POTION_3_DOSE=2454]="ANTIFIRE_POTION_3_DOSE",a[a.ANTIFIRE_POTION_2_DOSE=2456]="ANTIFIRE_POTION_2_DOSE",a[a.ANTIFIRE_POTION_1_DOSE=2458]="ANTIFIRE_POTION_1_DOSE",a[a.ASSORTED_FLOWERS=2460]="ASSORTED_FLOWERS",a[a.RED_FLOWERS=2462]="RED_FLOWERS",a[a.BLUE_FLOWERS=2464]="BLUE_FLOWERS",a[a.YELLOW_FLOWERS=2466]="YELLOW_FLOWERS",a[a.PURPLE_FLOWERS=2468]="PURPLE_FLOWERS",a[a.ORANGE_FLOWERS=2470]="ORANGE_FLOWERS",a[a.MIXED_FLOWERS=2472]="MIXED_FLOWERS",a[a.WHITE_FLOWERS=2474]="WHITE_FLOWERS",a[a.BLACK_FLOWERS=2476]="BLACK_FLOWERS",a[a.LANTADYME=2481]="LANTADYME",a[a.LANTADYME_POTION_UNF=2483]="LANTADYME_POTION_UNF",a[a.GRIMY_LANTADYME=2485]="GRIMY_LANTADYME",a[a.BLUE_DHIDE_VAMBRACES=2487]="BLUE_DHIDE_VAMBRACES",a[a.RED_DHIDE_VAMBRACES=2489]="RED_DHIDE_VAMBRACES",a[a.BLACK_DHIDE_VAMBRACES=2491]="BLACK_DHIDE_VAMBRACES",a[a.BLUE_DHIDE_CHAPS=2493]="BLUE_DHIDE_CHAPS",a[a.RED_DHIDE_CHAPS=2495]="RED_DHIDE_CHAPS",a[a.BLACK_DHIDE_CHAPS=2497]="BLACK_DHIDE_CHAPS",a[a.BLUE_DHIDE_BODY=2499]="BLUE_DHIDE_BODY",a[a.RED_DHIDE_BODY=2501]="RED_DHIDE_BODY",a[a.BLACK_DHIDE_BODY=2503]="BLACK_DHIDE_BODY",a[a.BLUE_DRAGON_LEATHER=2505]="BLUE_DRAGON_LEATHER",a[a.RED_DRAGON_LEATHER=2507]="RED_DRAGON_LEATHER",a[a.BLACK_DRAGON_LEATHER=2509]="BLACK_DRAGON_LEATHER",a[a.BROWN_TOY_HORSEY=2520]="BROWN_TOY_HORSEY",a[a.WHITE_TOY_HORSEY=2522]="WHITE_TOY_HORSEY",a[a.BLACK_TOY_HORSEY=2524]="BLACK_TOY_HORSEY",a[a.GREY_TOY_HORSEY=2526]="GREY_TOY_HORSEY",a[a.IRON_FIRE_ARROW_UNLIT=2532]="IRON_FIRE_ARROW_UNLIT",a[a.IRON_FIRE_ARROW_LIT=2533]="IRON_FIRE_ARROW_LIT",a[a.STEEL_FIRE_ARROW_UNLIT=2534]="STEEL_FIRE_ARROW_UNLIT",a[a.STEEL_FIRE_ARROW_LIT=2535]="STEEL_FIRE_ARROW_LIT",a[a.MITHRIL_FIRE_ARROW_UNLIT=2536]="MITHRIL_FIRE_ARROW_UNLIT",a[a.MITHRIL_FIRE_ARROW_LIT=2537]="MITHRIL_FIRE_ARROW_LIT",a[a.ADAMANT_FIRE_ARROW_UNLIT=2538]="ADAMANT_FIRE_ARROW_UNLIT",a[a.ADAMANT_FIRE_ARROW_LIT=2539]="ADAMANT_FIRE_ARROW_LIT",a[a.RUNE_FIRE_ARROW_UNLIT=2540]="RUNE_FIRE_ARROW_UNLIT",a[a.RUNE_FIRE_ARROW_LIT=2541]="RUNE_FIRE_ARROW_LIT",a[a.RING_OF_RECOIL=2550]="RING_OF_RECOIL",a[a.RING_OF_DUELING_8=2552]="RING_OF_DUELING_8",a[a.RING_OF_DUELING_7=2554]="RING_OF_DUELING_7",a[a.RING_OF_DUELING_6=2556]="RING_OF_DUELING_6",a[a.RING_OF_DUELING_5=2558]="RING_OF_DUELING_5",a[a.RING_OF_DUELING_4=2560]="RING_OF_DUELING_4",a[a.RING_OF_DUELING_3=2562]="RING_OF_DUELING_3",a[a.RING_OF_DUELING_2=2564]="RING_OF_DUELING_2",a[a.RING_OF_DUELING_1=2566]="RING_OF_DUELING_1",a[a.RING_OF_FORGING=2568]="RING_OF_FORGING",a[a.RING_OF_LIFE=2570]="RING_OF_LIFE",a[a.RING_OF_WEALTH_UNCHARGED=2572]="RING_OF_WEALTH_UNCHARGED",a[a.RANGER_BOOTS=2577]="RANGER_BOOTS",a[a.WIZARD_BOOTS=2579]="WIZARD_BOOTS",a[a.ROBIN_HOOD_HAT=2581]="ROBIN_HOOD_HAT",a[a.BLACK_PLATEBODY_T=2583]="BLACK_PLATEBODY_T",a[a.BLACK_PLATELEGS_T=2585]="BLACK_PLATELEGS_T",a[a.BLACK_FULL_HELM_T=2587]="BLACK_FULL_HELM_T",a[a.BLACK_KITESHIELD_T=2589]="BLACK_KITESHIELD_T",a[a.BLACK_PLATEBODY_G=2591]="BLACK_PLATEBODY_G",a[a.BLACK_PLATELEGS_G=2593]="BLACK_PLATELEGS_G",a[a.BLACK_FULL_HELM_G=2595]="BLACK_FULL_HELM_G",a[a.BLACK_KITESHIELD_G=2597]="BLACK_KITESHIELD_G",a[a.ADAMANT_PLATEBODY_T=2599]="ADAMANT_PLATEBODY_T",a[a.ADAMANT_PLATELEGS_T=2601]="ADAMANT_PLATELEGS_T",a[a.ADAMANT_KITESHIELD_T=2603]="ADAMANT_KITESHIELD_T",a[a.ADAMANT_FULL_HELM_T=2605]="ADAMANT_FULL_HELM_T",a[a.ADAMANT_PLATEBODY_G=2607]="ADAMANT_PLATEBODY_G",a[a.ADAMANT_PLATELEGS_G=2609]="ADAMANT_PLATELEGS_G",a[a.ADAMANT_KITESHIELD_G=2611]="ADAMANT_KITESHIELD_G",a[a.ADAMANT_FULL_HELM_G=2613]="ADAMANT_FULL_HELM_G",a[a.RUNE_PLATEBODY_G=2615]="RUNE_PLATEBODY_G",a[a.RUNE_PLATELEGS_G=2617]="RUNE_PLATELEGS_G",a[a.RUNE_FULL_HELM_G=2619]="RUNE_FULL_HELM_G",a[a.RUNE_KITESHIELD_G=2621]="RUNE_KITESHIELD_G",a[a.RUNE_PLATEBODY_T=2623]="RUNE_PLATEBODY_T",a[a.RUNE_PLATELEGS_T=2625]="RUNE_PLATELEGS_T",a[a.RUNE_FULL_HELM_T=2627]="RUNE_FULL_HELM_T",a[a.RUNE_KITESHIELD_T=2629]="RUNE_KITESHIELD_T",a[a.HIGHWAYMAN_MASK=2631]="HIGHWAYMAN_MASK",a[a.BLUE_BERET=2633]="BLUE_BERET",a[a.BLACK_BERET=2635]="BLACK_BERET",a[a.WHITE_BERET=2637]="WHITE_BERET",a[a.TAN_CAVALIER=2639]="TAN_CAVALIER",a[a.DARK_CAVALIER=2641]="DARK_CAVALIER",a[a.BLACK_CAVALIER=2643]="BLACK_CAVALIER",a[a.RED_HEADBAND=2645]="RED_HEADBAND",a[a.BLACK_HEADBAND=2647]="BLACK_HEADBAND",a[a.BROWN_HEADBAND=2649]="BROWN_HEADBAND",a[a.PIRATES_HAT=2651]="PIRATES_HAT",a[a.ZAMORAK_PLATEBODY=2653]="ZAMORAK_PLATEBODY",a[a.ZAMORAK_PLATELEGS=2655]="ZAMORAK_PLATELEGS",a[a.ZAMORAK_FULL_HELM=2657]="ZAMORAK_FULL_HELM",a[a.ZAMORAK_KITESHIELD=2659]="ZAMORAK_KITESHIELD",a[a.SARADOMIN_PLATEBODY=2661]="SARADOMIN_PLATEBODY",a[a.SARADOMIN_PLATELEGS=2663]="SARADOMIN_PLATELEGS",a[a.SARADOMIN_FULL_HELM=2665]="SARADOMIN_FULL_HELM",a[a.SARADOMIN_KITESHIELD=2667]="SARADOMIN_KITESHIELD",a[a.GUTHIX_PLATEBODY=2669]="GUTHIX_PLATEBODY",a[a.GUTHIX_PLATELEGS=2671]="GUTHIX_PLATELEGS",a[a.GUTHIX_FULL_HELM=2673]="GUTHIX_FULL_HELM",a[a.GUTHIX_KITESHIELD=2675]="GUTHIX_KITESHIELD",a[a.WOLF_BONES=2859]="WOLF_BONES",a[a.WOLFBONE_ARROWTIPS=2861]="WOLFBONE_ARROWTIPS",a[a.ACHEY_TREE_LOGS=2862]="ACHEY_TREE_LOGS",a[a.OGRE_ARROW_SHAFT=2864]="OGRE_ARROW_SHAFT",a[a.FLIGHTED_OGRE_ARROW=2865]="FLIGHTED_OGRE_ARROW",a[a.OGRE_ARROW=2866]="OGRE_ARROW",a[a.RAW_CHOMPY=2876]="RAW_CHOMPY",a[a.COOKED_CHOMPY=2878]="COOKED_CHOMPY",a[a.OGRE_BOW=2883]="OGRE_BOW",a[a.ELEMENTAL_SHIELD=2890]="ELEMENTAL_SHIELD",a[a.GREY_BOOTS=2894]="GREY_BOOTS",a[a.GREY_ROBE_TOP=2896]="GREY_ROBE_TOP",a[a.GREY_ROBE_BOTTOMS=2898]="GREY_ROBE_BOTTOMS",a[a.GREY_HAT=2900]="GREY_HAT",a[a.GREY_GLOVES=2902]="GREY_GLOVES",a[a.RED_BOOTS=2904]="RED_BOOTS",a[a.RED_ROBE_TOP=2906]="RED_ROBE_TOP",a[a.RED_ROBE_BOTTOMS=2908]="RED_ROBE_BOTTOMS",a[a.RED_HAT=2910]="RED_HAT",a[a.RED_GLOVES=2912]="RED_GLOVES",a[a.YELLOW_BOOTS=2914]="YELLOW_BOOTS",a[a.YELLOW_ROBE_TOP=2916]="YELLOW_ROBE_TOP",a[a.YELLOW_ROBE_BOTTOMS=2918]="YELLOW_ROBE_BOTTOMS",a[a.YELLOW_HAT=2920]="YELLOW_HAT",a[a.YELLOW_GLOVES=2922]="YELLOW_GLOVES",a[a.TEAL_BOOTS=2924]="TEAL_BOOTS",a[a.TEAL_ROBE_TOP=2926]="TEAL_ROBE_TOP",a[a.TEAL_ROBE_BOTTOMS=2928]="TEAL_ROBE_BOTTOMS",a[a.TEAL_HAT=2930]="TEAL_HAT",a[a.TEAL_GLOVES=2932]="TEAL_GLOVES",a[a.PURPLE_BOOTS=2934]="PURPLE_BOOTS",a[a.PURPLE_ROBE_TOP=2936]="PURPLE_ROBE_TOP",a[a.PURPLE_ROBE_BOTTOMS=2938]="PURPLE_ROBE_BOTTOMS",a[a.PURPLE_HAT=2940]="PURPLE_HAT",a[a.PURPLE_GLOVES=2942]="PURPLE_GLOVES",a[a.WOLFBANE=2952]="WOLFBANE",a[a.MOONLIGHT_MEAD=2955]="MOONLIGHT_MEAD",a[a.SILVER_SICKLE=2961]="SILVER_SICKLE",a[a.SILVER_SICKLE_B=2963]="SILVER_SICKLE_B",a[a.MORT_MYRE_FUNGUS=2970]="MORT_MYRE_FUNGUS",a[a.MORT_MYRE_STEM=2972]="MORT_MYRE_STEM",a[a.MORT_MYRE_PEAR=2974]="MORT_MYRE_PEAR",a[a.SICKLE_MOULD=2976]="SICKLE_MOULD",a[a.CHOMPY_BIRD_HAT_OGRE_BOWMAN=2978]="CHOMPY_BIRD_HAT_OGRE_BOWMAN",a[a.CHOMPY_BIRD_HAT_BOWMAN=2979]="CHOMPY_BIRD_HAT_BOWMAN",a[a.CHOMPY_BIRD_HAT_OGRE_YEOMAN=2980]="CHOMPY_BIRD_HAT_OGRE_YEOMAN",a[a.CHOMPY_BIRD_HAT_YEOMAN=2981]="CHOMPY_BIRD_HAT_YEOMAN",a[a.CHOMPY_BIRD_HAT_OGRE_MARKSMAN=2982]="CHOMPY_BIRD_HAT_OGRE_MARKSMAN",a[a.CHOMPY_BIRD_HAT_MARKSMAN=2983]="CHOMPY_BIRD_HAT_MARKSMAN",a[a.CHOMPY_BIRD_HAT_OGRE_WOODSMAN=2984]="CHOMPY_BIRD_HAT_OGRE_WOODSMAN",a[a.CHOMPY_BIRD_HAT_WOODSMAN=2985]="CHOMPY_BIRD_HAT_WOODSMAN",a[a.CHOMPY_BIRD_HAT_OGRE_FORESTER=2986]="CHOMPY_BIRD_HAT_OGRE_FORESTER",a[a.CHOMPY_BIRD_HAT_FORESTER=2987]="CHOMPY_BIRD_HAT_FORESTER",a[a.CHOMPY_BIRD_HAT_OGRE_BOWMASTER=2988]="CHOMPY_BIRD_HAT_OGRE_BOWMASTER",a[a.CHOMPY_BIRD_HAT_BOWMASTER=2989]="CHOMPY_BIRD_HAT_BOWMASTER",a[a.CHOMPY_BIRD_HAT_OGRE_EXPERT=2990]="CHOMPY_BIRD_HAT_OGRE_EXPERT",a[a.CHOMPY_BIRD_HAT_EXPERT=2991]="CHOMPY_BIRD_HAT_EXPERT",a[a.CHOMPY_BIRD_HAT_OGRE_DRAGON_ARCHER=2992]="CHOMPY_BIRD_HAT_OGRE_DRAGON_ARCHER",a[a.CHOMPY_BIRD_HAT_DRAGON_ARCHER=2993]="CHOMPY_BIRD_HAT_DRAGON_ARCHER",a[a.CHOMPY_BIRD_HAT_EXPERT_OGRE_DRAGON_ARCHER=2994]="CHOMPY_BIRD_HAT_EXPERT_OGRE_DRAGON_ARCHER",a[a.CHOMPY_BIRD_HAT_EXPERT_DRAGON_ARCHER=2995]="CHOMPY_BIRD_HAT_EXPERT_DRAGON_ARCHER",a[a.PIRATES_HOOK=2997]="PIRATES_HOOK",a[a.TOADFLAX=2998]="TOADFLAX",a[a.SNAPDRAGON=3e3]="SNAPDRAGON",a[a.TOADFLAX_POTION_UNF=3002]="TOADFLAX_POTION_UNF",a[a.SNAPDRAGON_POTION_UNF=3004]="SNAPDRAGON_POTION_UNF",a[a.ENERGY_POTION_4_DOSE=3008]="ENERGY_POTION_4_DOSE",a[a.ENERGY_POTION_3_DOSE=3010]="ENERGY_POTION_3_DOSE",a[a.ENERGY_POTION_2_DOSE=3012]="ENERGY_POTION_2_DOSE",a[a.ENERGY_POTION_1_DOSE=3014]="ENERGY_POTION_1_DOSE",a[a.SUPER_ENERGY_4_DOSE=3016]="SUPER_ENERGY_4_DOSE",a[a.SUPER_ENERGY_3_DOSE=3018]="SUPER_ENERGY_3_DOSE",a[a.SUPER_ENERGY_2_DOSE=3020]="SUPER_ENERGY_2_DOSE",a[a.SUPER_ENERGY_1_DOSE=3022]="SUPER_ENERGY_1_DOSE",a[a.SUPER_RESTORE_4_DOSE=3024]="SUPER_RESTORE_4_DOSE",a[a.SUPER_RESTORE_3_DOSE=3026]="SUPER_RESTORE_3_DOSE",a[a.SUPER_RESTORE_2_DOSE=3028]="SUPER_RESTORE_2_DOSE",a[a.SUPER_RESTORE_1_DOSE=3030]="SUPER_RESTORE_1_DOSE",a[a.AGILITY_POTION_4_DOSE=3032]="AGILITY_POTION_4_DOSE",a[a.AGILITY_POTION_3_DOSE=3034]="AGILITY_POTION_3_DOSE",a[a.AGILITY_POTION_2_DOSE=3036]="AGILITY_POTION_2_DOSE",a[a.AGILITY_POTION_1_DOSE=3038]="AGILITY_POTION_1_DOSE",a[a.MAGIC_POTION_4_DOSE=3040]="MAGIC_POTION_4_DOSE",a[a.MAGIC_POTION_3_DOSE=3042]="MAGIC_POTION_3_DOSE",a[a.MAGIC_POTION_2_DOSE=3044]="MAGIC_POTION_2_DOSE",a[a.MAGIC_POTION_1_DOSE=3046]="MAGIC_POTION_1_DOSE",a[a.GRIMY_TOADFLAX=3049]="GRIMY_TOADFLAX",a[a.GRIMY_SNAPDRAGON=3051]="GRIMY_SNAPDRAGON",a[a.LAVA_BATTLESTAFF=3053]="LAVA_BATTLESTAFF",a[a.MYSTIC_LAVA_STAFF=3054]="MYSTIC_LAVA_STAFF",a[a.MIME_MASK=3057]="MIME_MASK",a[a.MIME_TOP=3058]="MIME_TOP",a[a.MIME_LEGS=3059]="MIME_LEGS",a[a.MIME_GLOVES=3060]="MIME_GLOVES",a[a.MIME_BOOTS=3061]="MIME_BOOTS",a[a.BLACK_DART_UNPOISONED=3093]="BLACK_DART_UNPOISONED",a[a.BLACK_DART_POISON=3094]="BLACK_DART_POISON",a[a.BRONZE_CLAWS=3095]="BRONZE_CLAWS",a[a.IRON_CLAWS=3096]="IRON_CLAWS",a[a.STEEL_CLAWS=3097]="STEEL_CLAWS",a[a.BLACK_CLAWS=3098]="BLACK_CLAWS",a[a.MITHRIL_CLAWS=3099]="MITHRIL_CLAWS",a[a.ADAMANT_CLAWS=3100]="ADAMANT_CLAWS",a[a.RUNE_CLAWS=3101]="RUNE_CLAWS",a[a.CLIMBING_BOOTS=3105]="CLIMBING_BOOTS",a[a.SPIKED_BOOTS=3107]="SPIKED_BOOTS",a[a.GRANITE_SHIELD=3122]="GRANITE_SHIELD",a[a.SHAIKAHAN_BONES=3123]="SHAIKAHAN_BONES",a[a.JOGRE_BONES=3125]="JOGRE_BONES",a[a.POTATO_CACTUS=3138]="POTATO_CACTUS",a[a.DRAGON_CHAINBODY=3140]="DRAGON_CHAINBODY",a[a.RAW_KARAMBWAN=3142]="RAW_KARAMBWAN",a[a.COOKED_KARAMBWAN=3144]="COOKED_KARAMBWAN",a[a.KARAMBWAN_VESSEL_EMPTY=3157]="KARAMBWAN_VESSEL_EMPTY",a[a.KARAMBWAN_VESSEL_BAITED=3159]="KARAMBWAN_VESSEL_BAITED",a[a.SLICED_BANANA=3162]="SLICED_BANANA",a[a.BRONZE_SPEAR_KARAMBWAN_POISON=3170]="BRONZE_SPEAR_KARAMBWAN_POISON",a[a.IRON_SPEAR_KARAMBWAN_POISON=3171]="IRON_SPEAR_KARAMBWAN_POISON",a[a.STEEL_SPEAR_KARAMBWAN_POISON=3172]="STEEL_SPEAR_KARAMBWAN_POISON",a[a.MITHRIL_SPEAR_KARAMBWAN_POISON=3173]="MITHRIL_SPEAR_KARAMBWAN_POISON",a[a.ADAMANT_SPEAR_KARAMBWAN_POISON=3174]="ADAMANT_SPEAR_KARAMBWAN_POISON",a[a.RUNE_SPEAR_KARAMBWAN_POISON=3175]="RUNE_SPEAR_KARAMBWAN_POISON",a[a.DRAGON_SPEAR_KARAMBWAN_POISON=3176]="DRAGON_SPEAR_KARAMBWAN_POISON",a[a.MONKEY_BONES=3183]="MONKEY_BONES",a[a.CLEANING_CLOTH=3188]="CLEANING_CLOTH",a[a.BRONZE_HALBERD=3190]="BRONZE_HALBERD",a[a.IRON_HALBERD=3192]="IRON_HALBERD",a[a.STEEL_HALBERD=3194]="STEEL_HALBERD",a[a.BLACK_HALBERD=3196]="BLACK_HALBERD",a[a.MITHRIL_HALBERD=3198]="MITHRIL_HALBERD",a[a.ADAMANT_HALBERD=3200]="ADAMANT_HALBERD",a[a.RUNE_HALBERD=3202]="RUNE_HALBERD",a[a.DRAGON_HALBERD=3204]="DRAGON_HALBERD",a[a.CRYSTAL_PENDANT=3208]="CRYSTAL_PENDANT",a[a.LIMESTONE=3211]="LIMESTONE",a[a.BARREL=3216]="BARREL",a[a.RAW_RABBIT=3226]="RAW_RABBIT",a[a.COOKED_RABBIT=3228]="COOKED_RABBIT",a[a.BARK=3239]="BARK",a[a.VAMPYRE_DUST=3325]="VAMPYRE_DUST",a[a.MYRE_SNELM_ROUND=3327]="MYRE_SNELM_ROUND",a[a.BLOODNTAR_SNELM_ROUND=3329]="BLOODNTAR_SNELM_ROUND",a[a.OCHRE_SNELM_ROUND=3331]="OCHRE_SNELM_ROUND",a[a.BRUISE_BLUE_SNELM_ROUND=3333]="BRUISE_BLUE_SNELM_ROUND",a[a.BROKEN_BARK_SNELM=3335]="BROKEN_BARK_SNELM",a[a.MYRE_SNELM_POINTED=3337]="MYRE_SNELM_POINTED",a[a.BLOODNTAR_SNELM_POINTED=3339]="BLOODNTAR_SNELM_POINTED",a[a.OCHRE_SNELM_POINTED=3341]="OCHRE_SNELM_POINTED",a[a.BRUISE_BLUE_SNELM_POINTED=3343]="BRUISE_BLUE_SNELM_POINTED",a[a.BLAMISH_MYRE_SHELL_ROUND=3345]="BLAMISH_MYRE_SHELL_ROUND",a[a.BLAMISH_RED_SHELL_ROUND=3347]="BLAMISH_RED_SHELL_ROUND",a[a.BLAMISH_OCHRE_SHELL_ROUND=3349]="BLAMISH_OCHRE_SHELL_ROUND",a[a.BLAMISH_BLUE_SHELL_ROUND=3351]="BLAMISH_BLUE_SHELL_ROUND",a[a.BLAMISH_BARK_SHELL=3353]="BLAMISH_BARK_SHELL",a[a.BLAMISH_MYRE_SHELL_POINTED=3355]="BLAMISH_MYRE_SHELL_POINTED",a[a.BLAMISH_RED_SHELL_POINTED=3357]="BLAMISH_RED_SHELL_POINTED",a[a.BLAMISH_OCHRE_SHELL_POINTED=3359]="BLAMISH_OCHRE_SHELL_POINTED",a[a.BLAMISH_BLUE_SHELL_POINTED=3361]="BLAMISH_BLUE_SHELL_POINTED",a[a.THIN_SNAIL=3363]="THIN_SNAIL",a[a.LEAN_SNAIL=3365]="LEAN_SNAIL",a[a.FAT_SNAIL=3367]="FAT_SNAIL",a[a.THIN_SNAIL_MEAT=3369]="THIN_SNAIL_MEAT",a[a.LEAN_SNAIL_MEAT=3371]="LEAN_SNAIL_MEAT",a[a.FAT_SNAIL_MEAT=3373]="FAT_SNAIL_MEAT",a[a.RAW_SLIMY_EEL=3379]="RAW_SLIMY_EEL",a[a.COOKED_SLIMY_EEL=3381]="COOKED_SLIMY_EEL",a[a.SPLITBARK_HELM=3385]="SPLITBARK_HELM",a[a.SPLITBARK_BODY=3387]="SPLITBARK_BODY",a[a.SPLITBARK_LEGS=3389]="SPLITBARK_LEGS",a[a.SPLITBARK_GAUNTLETS=3391]="SPLITBARK_GAUNTLETS",a[a.SPLITBARK_BOOTS=3393]="SPLITBARK_BOOTS",a[a.LOAR_REMAINS=3396]="LOAR_REMAINS",a[a.PHRIN_REMAINS=3398]="PHRIN_REMAINS",a[a.RIYL_REMAINS=3400]="RIYL_REMAINS",a[a.ASYN_REMAINS=3402]="ASYN_REMAINS",a[a.FIYR_REMAINS=3404]="FIYR_REMAINS",a[a.UNFINISHED_POTION=3406]="UNFINISHED_POTION",a[a.SERUM_207_4_DOSE=3408]="SERUM_207_4_DOSE",a[a.SERUM_207_3_DOSE=3410]="SERUM_207_3_DOSE",a[a.SERUM_207_2_DOSE=3412]="SERUM_207_2_DOSE",a[a.SERUM_207_1_DOSE=3414]="SERUM_207_1_DOSE",a[a.LIMESTONE_BRICK=3420]="LIMESTONE_BRICK",a[a.OLIVE_OIL_4_DOSE=3422]="OLIVE_OIL_4_DOSE",a[a.OLIVE_OIL_3_DOSE=3424]="OLIVE_OIL_3_DOSE",a[a.OLIVE_OIL_2_DOSE=3426]="OLIVE_OIL_2_DOSE",a[a.OLIVE_OIL_1_DOSE=3428]="OLIVE_OIL_1_DOSE",a[a.SACRED_OIL_4_DOSE=3430]="SACRED_OIL_4_DOSE",a[a.SACRED_OIL_3_DOSE=3432]="SACRED_OIL_3_DOSE",a[a.SACRED_OIL_2_DOSE=3434]="SACRED_OIL_2_DOSE",a[a.SACRED_OIL_1_DOSE=3436]="SACRED_OIL_1_DOSE",a[a.PYRE_LOGS=3438]="PYRE_LOGS",a[a.OAK_PYRE_LOGS=3440]="OAK_PYRE_LOGS",a[a.WILLOW_PYRE_LOGS=3442]="WILLOW_PYRE_LOGS",a[a.MAPLE_PYRE_LOGS=3444]="MAPLE_PYRE_LOGS",a[a.YEW_PYRE_LOGS=3446]="YEW_PYRE_LOGS",a[a.MAGIC_PYRE_LOGS=3448]="MAGIC_PYRE_LOGS",a[a.FINE_CLOTH=3470]="FINE_CLOTH",a[a.BLACK_PLATESKIRT_T=3472]="BLACK_PLATESKIRT_T",a[a.BLACK_PLATESKIRT_G=3473]="BLACK_PLATESKIRT_G",a[a.ADAMANT_PLATESKIRT_T=3474]="ADAMANT_PLATESKIRT_T",a[a.ADAMANT_PLATESKIRT_G=3475]="ADAMANT_PLATESKIRT_G",a[a.RUNE_PLATESKIRT_G=3476]="RUNE_PLATESKIRT_G",a[a.RUNE_PLATESKIRT_T=3477]="RUNE_PLATESKIRT_T",a[a.ZAMORAK_PLATESKIRT=3478]="ZAMORAK_PLATESKIRT",a[a.SARADOMIN_PLATESKIRT=3479]="SARADOMIN_PLATESKIRT",a[a.GUTHIX_PLATESKIRT=3480]="GUTHIX_PLATESKIRT",a[a.GILDED_PLATEBODY=3481]="GILDED_PLATEBODY",a[a.GILDED_PLATELEGS=3483]="GILDED_PLATELEGS",a[a.GILDED_PLATESKIRT=3485]="GILDED_PLATESKIRT",a[a.GILDED_FULL_HELM=3486]="GILDED_FULL_HELM",a[a.GILDED_KITESHIELD=3488]="GILDED_KITESHIELD",a[a.FLAMTAER_HAMMER=3678]="FLAMTAER_HAMMER",a[a.LYRE=3689]="LYRE",a[a.ENCHANTED_LYRE_1=3691]="ENCHANTED_LYRE_1",a[a.PET_ROCK=3695]="PET_ROCK",a[a.FREMENNIK_HELM=3748]="FREMENNIK_HELM",a[a.ARCHER_HELM=3749]="ARCHER_HELM",a[a.BERSERKER_HELM=3751]="BERSERKER_HELM",a[a.WARRIOR_HELM=3753]="WARRIOR_HELM",a[a.FARSEER_HELM=3755]="FARSEER_HELM",a[a.FREMENNIK_BLADE=3757]="FREMENNIK_BLADE",a[a.FREMENNIK_SHIELD=3758]="FREMENNIK_SHIELD",a[a.FREMENNIK_CYAN_CLOAK=3759]="FREMENNIK_CYAN_CLOAK",a[a.FREMENNIK_BROWN_CLOAK=3761]="FREMENNIK_BROWN_CLOAK",a[a.FREMENNIK_BLUE_CLOAK=3763]="FREMENNIK_BLUE_CLOAK",a[a.FREMENNIK_GREEN_CLOAK=3765]="FREMENNIK_GREEN_CLOAK",a[a.FREMENNIK_BROWN_SHIRT=3767]="FREMENNIK_BROWN_SHIRT",a[a.FREMENNIK_GREY_SHIRT=3769]="FREMENNIK_GREY_SHIRT",a[a.FREMENNIK_BEIGE_SHIRT=3771]="FREMENNIK_BEIGE_SHIRT",a[a.FREMENNIK_RED_SHIRT=3773]="FREMENNIK_RED_SHIRT",a[a.FREMENNIK_BLUE_SHIRT=3775]="FREMENNIK_BLUE_SHIRT",a[a.FREMENNIK_RED_CLOAK=3777]="FREMENNIK_RED_CLOAK",a[a.FREMENNIK_GREY_CLOAK=3779]="FREMENNIK_GREY_CLOAK",a[a.FREMENNIK_YELLOW_CLOAK=3781]="FREMENNIK_YELLOW_CLOAK",a[a.FREMENNIK_TEAL_CLOAK=3783]="FREMENNIK_TEAL_CLOAK",a[a.FREMENNIK_PURPLE_CLOAK=3785]="FREMENNIK_PURPLE_CLOAK",a[a.FREMENNIK_PINK_CLOAK=3787]="FREMENNIK_PINK_CLOAK",a[a.FREMENNIK_BLACK_CLOAK=3789]="FREMENNIK_BLACK_CLOAK",a[a.FREMENNIK_BOOTS=3791]="FREMENNIK_BOOTS",a[a.FREMENNIK_ROBE=3793]="FREMENNIK_ROBE",a[a.FREMENNIK_SKIRT=3795]="FREMENNIK_SKIRT",a[a.FREMENNIK_HAT=3797]="FREMENNIK_HAT",a[a.FREMENNIK_GLOVES=3799]="FREMENNIK_GLOVES",a[a.KEG_OF_BEER=3801]="KEG_OF_BEER",a[a.BEER_TANKARD=3803]="BEER_TANKARD",a[a.SARADOMIN_PAGE_1=3827]="SARADOMIN_PAGE_1",a[a.SARADOMIN_PAGE_2=3828]="SARADOMIN_PAGE_2",a[a.SARADOMIN_PAGE_3=3829]="SARADOMIN_PAGE_3",a[a.SARADOMIN_PAGE_4=3830]="SARADOMIN_PAGE_4",a[a.ZAMORAK_PAGE_1=3831]="ZAMORAK_PAGE_1",a[a.ZAMORAK_PAGE_2=3832]="ZAMORAK_PAGE_2",a[a.ZAMORAK_PAGE_3=3833]="ZAMORAK_PAGE_3",a[a.ZAMORAK_PAGE_4=3834]="ZAMORAK_PAGE_4",a[a.GUTHIX_PAGE_1=3835]="GUTHIX_PAGE_1",a[a.GUTHIX_PAGE_2=3836]="GUTHIX_PAGE_2",a[a.GUTHIX_PAGE_3=3837]="GUTHIX_PAGE_3",a[a.GUTHIX_PAGE_4=3838]="GUTHIX_PAGE_4",a[a.DAMAGED_BOOK_SARADOMIN=3839]="DAMAGED_BOOK_SARADOMIN",a[a.HOLY_BOOK=3840]="HOLY_BOOK",a[a.DAMAGED_BOOK_ZAMORAK=3841]="DAMAGED_BOOK_ZAMORAK",a[a.UNHOLY_BOOK=3842]="UNHOLY_BOOK",a[a.DAMAGED_BOOK_GUTHIX=3843]="DAMAGED_BOOK_GUTHIX",a[a.BOOK_OF_BALANCE=3844]="BOOK_OF_BALANCE",a[a.GAMES_NECKLACE_8=3853]="GAMES_NECKLACE_8",a[a.GAMES_NECKLACE_7=3855]="GAMES_NECKLACE_7",a[a.GAMES_NECKLACE_6=3857]="GAMES_NECKLACE_6",a[a.GAMES_NECKLACE_5=3859]="GAMES_NECKLACE_5",a[a.GAMES_NECKLACE_4=3861]="GAMES_NECKLACE_4",a[a.GAMES_NECKLACE_3=3863]="GAMES_NECKLACE_3",a[a.GAMES_NECKLACE_2=3865]="GAMES_NECKLACE_2",a[a.GAMES_NECKLACE_1=3867]="GAMES_NECKLACE_1",a[a.IRON_SICKLE=3899]="IRON_SICKLE",a[a.MONKEY_NUTS=4012]="MONKEY_NUTS",a[a.MONKEY_BAR=4014]="MONKEY_BAR",a[a.BANANA_STEW=4016]="BANANA_STEW",a[a.MSPEAK_AMULET=4021]="MSPEAK_AMULET",a[a.SARADOMIN_BANNER_MINIGAME=4037]="SARADOMIN_BANNER_MINIGAME",a[a.ZAMORAK_BANNER_MINIGAME=4039]="ZAMORAK_BANNER_MINIGAME",a[a.HOODED_CLOAK_SARADOMIN=4041]="HOODED_CLOAK_SARADOMIN",a[a.HOODED_CLOAK_ZAMORAK=4042]="HOODED_CLOAK_ZAMORAK",a[a.DECORATIVE_SWORD_RED=4068]="DECORATIVE_SWORD_RED",a[a.DECORATIVE_ARMOUR_RED_PLATEBODY=4069]="DECORATIVE_ARMOUR_RED_PLATEBODY",a[a.DECORATIVE_ARMOUR_RED_PLATELEGS=4070]="DECORATIVE_ARMOUR_RED_PLATELEGS",a[a.DECORATIVE_HELM_RED=4071]="DECORATIVE_HELM_RED",a[a.DECORATIVE_SHIELD_RED=4072]="DECORATIVE_SHIELD_RED",a[a.SALVE_AMULET=4081]="SALVE_AMULET",a[a.TROLLWEISS=4086]="TROLLWEISS",a[a.DRAGON_PLATELEGS=4087]="DRAGON_PLATELEGS",a[a.MYSTIC_HAT=4089]="MYSTIC_HAT",a[a.MYSTIC_ROBE_TOP=4091]="MYSTIC_ROBE_TOP",a[a.MYSTIC_ROBE_BOTTOM=4093]="MYSTIC_ROBE_BOTTOM",a[a.MYSTIC_GLOVES=4095]="MYSTIC_GLOVES",a[a.MYSTIC_BOOTS=4097]="MYSTIC_BOOTS",a[a.MYSTIC_HAT_DARK=4099]="MYSTIC_HAT_DARK",a[a.MYSTIC_ROBE_TOP_DARK=4101]="MYSTIC_ROBE_TOP_DARK",a[a.MYSTIC_ROBE_BOTTOM_DARK=4103]="MYSTIC_ROBE_BOTTOM_DARK",a[a.MYSTIC_GLOVES_DARK=4105]="MYSTIC_GLOVES_DARK",a[a.MYSTIC_BOOTS_DARK=4107]="MYSTIC_BOOTS_DARK",a[a.MYSTIC_HAT_LIGHT=4109]="MYSTIC_HAT_LIGHT",a[a.MYSTIC_ROBE_TOP_LIGHT=4111]="MYSTIC_ROBE_TOP_LIGHT",a[a.MYSTIC_ROBE_BOTTOM_LIGHT=4113]="MYSTIC_ROBE_BOTTOM_LIGHT",a[a.MYSTIC_GLOVES_LIGHT=4115]="MYSTIC_GLOVES_LIGHT",a[a.MYSTIC_BOOTS_LIGHT=4117]="MYSTIC_BOOTS_LIGHT",a[a.BRONZE_BOOTS=4119]="BRONZE_BOOTS",a[a.IRON_BOOTS=4121]="IRON_BOOTS",a[a.STEEL_BOOTS=4123]="STEEL_BOOTS",a[a.BLACK_BOOTS=4125]="BLACK_BOOTS",a[a.MITHRIL_BOOTS=4127]="MITHRIL_BOOTS",a[a.ADAMANT_BOOTS=4129]="ADAMANT_BOOTS",a[a.RUNE_BOOTS=4131]="RUNE_BOOTS",a[a.ABYSSAL_WHIP=4151]="ABYSSAL_WHIP",a[a.GRANITE_MAUL_NORMAL=4153]="GRANITE_MAUL_NORMAL",a[a.MIRROR_SHIELD=4156]="MIRROR_SHIELD",a[a.LEAFBLADED_SPEAR=4158]="LEAFBLADED_SPEAR",a[a.BROAD_ARROWS=4160]="BROAD_ARROWS",a[a.BAG_OF_SALT=4161]="BAG_OF_SALT",a[a.ROCK_HAMMER=4162]="ROCK_HAMMER",a[a.FACEMASK=4164]="FACEMASK",a[a.EARMUFFS=4166]="EARMUFFS",a[a.NOSE_PEG=4168]="NOSE_PEG",a[a.SLAYERS_STAFF=4170]="SLAYERS_STAFF",a[a.RING_OF_CHAROS_NORMAL=4202]="RING_OF_CHAROS_NORMAL",a[a.CRYSTAL_WEAPON_SEED=4207]="CRYSTAL_WEAPON_SEED",a[a.CRYSTAL_BOW_HISTORICAL_NEW=4212]="CRYSTAL_BOW_HISTORICAL_NEW",a[a.CRYSTAL_BOW_HISTORICAL_FULL=4214]="CRYSTAL_BOW_HISTORICAL_FULL",a[a.CRYSTAL_BOW_HISTORICAL_910=4215]="CRYSTAL_BOW_HISTORICAL_910",a[a.CRYSTAL_BOW_HISTORICAL_810=4216]="CRYSTAL_BOW_HISTORICAL_810",a[a.CRYSTAL_BOW_HISTORICAL_710=4217]="CRYSTAL_BOW_HISTORICAL_710",a[a.CRYSTAL_BOW_HISTORICAL_610=4218]="CRYSTAL_BOW_HISTORICAL_610",a[a.CRYSTAL_BOW_HISTORICAL_510=4219]="CRYSTAL_BOW_HISTORICAL_510",a[a.CRYSTAL_BOW_HISTORICAL_410=4220]="CRYSTAL_BOW_HISTORICAL_410",a[a.CRYSTAL_BOW_HISTORICAL_310=4221]="CRYSTAL_BOW_HISTORICAL_310",a[a.CRYSTAL_BOW_HISTORICAL_210=4222]="CRYSTAL_BOW_HISTORICAL_210",a[a.CRYSTAL_BOW_HISTORICAL_110=4223]="CRYSTAL_BOW_HISTORICAL_110",a[a.CRYSTAL_SHIELD_HISTORICAL_NEW=4224]="CRYSTAL_SHIELD_HISTORICAL_NEW",a[a.CRYSTAL_SHIELD_HISTORICAL_FULL=4225]="CRYSTAL_SHIELD_HISTORICAL_FULL",a[a.CRYSTAL_SHIELD_HISTORICAL_910=4226]="CRYSTAL_SHIELD_HISTORICAL_910",a[a.CRYSTAL_SHIELD_HISTORICAL_810=4227]="CRYSTAL_SHIELD_HISTORICAL_810",a[a.CRYSTAL_SHIELD_HISTORICAL_710=4228]="CRYSTAL_SHIELD_HISTORICAL_710",a[a.CRYSTAL_SHIELD_HISTORICAL_610=4229]="CRYSTAL_SHIELD_HISTORICAL_610",a[a.CRYSTAL_SHIELD_HISTORICAL_510=4230]="CRYSTAL_SHIELD_HISTORICAL_510",a[a.CRYSTAL_SHIELD_HISTORICAL_410=4231]="CRYSTAL_SHIELD_HISTORICAL_410",a[a.CRYSTAL_SHIELD_HISTORICAL_310=4232]="CRYSTAL_SHIELD_HISTORICAL_310",a[a.CRYSTAL_SHIELD_HISTORICAL_210=4233]="CRYSTAL_SHIELD_HISTORICAL_210",a[a.CRYSTAL_SHIELD_HISTORICAL_110=4234]="CRYSTAL_SHIELD_HISTORICAL_110",a[a.SIGNED_OAK_BOW=4236]="SIGNED_OAK_BOW",a[a.GHOSTSPEAK_AMULET_ENCHANTED=4250]="GHOSTSPEAK_AMULET_ENCHANTED",a[a.BEDSHEET_REGULAR=4284]="BEDSHEET_REGULAR",a[a.BEDSHEET_ECTOPLASM=4285]="BEDSHEET_ECTOPLASM",a[a.HAM_SHIRT=4298]="HAM_SHIRT",a[a.HAM_ROBE=4300]="HAM_ROBE",a[a.HAM_HOOD=4302]="HAM_HOOD",a[a.HAM_CLOAK=4304]="HAM_CLOAK",a[a.HAM_LOGO=4306]="HAM_LOGO",a[a.HAM_GLOVES=4308]="HAM_GLOVES",a[a.HAM_BOOTS=4310]="HAM_BOOTS",a[a.TEAM1_CAPE=4315]="TEAM1_CAPE",a[a.TEAM2_CAPE=4317]="TEAM2_CAPE",a[a.TEAM3_CAPE=4319]="TEAM3_CAPE",a[a.TEAM4_CAPE=4321]="TEAM4_CAPE",a[a.TEAM5_CAPE=4323]="TEAM5_CAPE",a[a.TEAM6_CAPE=4325]="TEAM6_CAPE",a[a.TEAM7_CAPE=4327]="TEAM7_CAPE",a[a.TEAM8_CAPE=4329]="TEAM8_CAPE",a[a.TEAM9_CAPE=4331]="TEAM9_CAPE",a[a.TEAM10_CAPE=4333]="TEAM10_CAPE",a[a.TEAM11_CAPE=4335]="TEAM11_CAPE",a[a.TEAM12_CAPE=4337]="TEAM12_CAPE",a[a.TEAM13_CAPE=4339]="TEAM13_CAPE",a[a.TEAM14_CAPE=4341]="TEAM14_CAPE",a[a.TEAM15_CAPE=4343]="TEAM15_CAPE",a[a.TEAM16_CAPE=4345]="TEAM16_CAPE",a[a.TEAM17_CAPE=4347]="TEAM17_CAPE",a[a.TEAM18_CAPE=4349]="TEAM18_CAPE",a[a.TEAM19_CAPE=4351]="TEAM19_CAPE",a[a.TEAM20_CAPE=4353]="TEAM20_CAPE",a[a.TEAM21_CAPE=4355]="TEAM21_CAPE",a[a.TEAM22_CAPE=4357]="TEAM22_CAPE",a[a.TEAM23_CAPE=4359]="TEAM23_CAPE",a[a.TEAM24_CAPE=4361]="TEAM24_CAPE",a[a.TEAM25_CAPE=4363]="TEAM25_CAPE",a[a.TEAM26_CAPE=4365]="TEAM26_CAPE",a[a.TEAM27_CAPE=4367]="TEAM27_CAPE",a[a.TEAM28_CAPE=4369]="TEAM28_CAPE",a[a.TEAM29_CAPE=4371]="TEAM29_CAPE",a[a.TEAM30_CAPE=4373]="TEAM30_CAPE",a[a.TEAM31_CAPE=4375]="TEAM31_CAPE",a[a.TEAM32_CAPE=4377]="TEAM32_CAPE",a[a.TEAM33_CAPE=4379]="TEAM33_CAPE",a[a.TEAM34_CAPE=4381]="TEAM34_CAPE",a[a.TEAM35_CAPE=4383]="TEAM35_CAPE",a[a.TEAM36_CAPE=4385]="TEAM36_CAPE",a[a.TEAM37_CAPE=4387]="TEAM37_CAPE",a[a.TEAM38_CAPE=4389]="TEAM38_CAPE",a[a.TEAM39_CAPE=4391]="TEAM39_CAPE",a[a.TEAM40_CAPE=4393]="TEAM40_CAPE",a[a.TEAM41_CAPE=4395]="TEAM41_CAPE",a[a.TEAM42_CAPE=4397]="TEAM42_CAPE",a[a.TEAM43_CAPE=4399]="TEAM43_CAPE",a[a.TEAM44_CAPE=4401]="TEAM44_CAPE",a[a.TEAM45_CAPE=4403]="TEAM45_CAPE",a[a.TEAM46_CAPE=4405]="TEAM46_CAPE",a[a.TEAM47_CAPE=4407]="TEAM47_CAPE",a[a.TEAM48_CAPE=4409]="TEAM48_CAPE",a[a.TEAM49_CAPE=4411]="TEAM49_CAPE",a[a.TEAM50_CAPE=4413]="TEAM50_CAPE",a[a.GUTHIX_REST_4=4417]="GUTHIX_REST_4",a[a.GUTHIX_REST_3=4419]="GUTHIX_REST_3",a[a.GUTHIX_REST_2=4421]="GUTHIX_REST_2",a[a.GUTHIX_REST_1=4423]="GUTHIX_REST_1",a[a.AIRTIGHT_POT=4436]="AIRTIGHT_POT",a[a.UNFIRED_POT_LID=4438]="UNFIRED_POT_LID",a[a.POT_LID=4440]="POT_LID",a[a.BOWL_OF_HOT_WATER=4456]="BOWL_OF_HOT_WATER",a[a.CUP_OF_WATER=4458]="CUP_OF_WATER",a[a.CUP_OF_HOT_WATER=4460]="CUP_OF_HOT_WATER",a[a.BEARHEAD=4502]="BEARHEAD",a[a.DECORATIVE_SWORD_WHITE=4503]="DECORATIVE_SWORD_WHITE",a[a.DECORATIVE_ARMOUR_WHITE_PLATEBODY=4504]="DECORATIVE_ARMOUR_WHITE_PLATEBODY",a[a.DECORATIVE_ARMOUR_WHITE_PLATELEGS=4505]="DECORATIVE_ARMOUR_WHITE_PLATELEGS",a[a.DECORATIVE_HELM_WHITE=4506]="DECORATIVE_HELM_WHITE",a[a.DECORATIVE_SHIELD_WHITE=4507]="DECORATIVE_SHIELD_WHITE",a[a.DECORATIVE_SWORD_GOLD_NORMAL=4508]="DECORATIVE_SWORD_GOLD_NORMAL",a[a.DECORATIVE_ARMOUR_GOLD_PLATEBODY_NORMAL=4509]="DECORATIVE_ARMOUR_GOLD_PLATEBODY_NORMAL",a[a.DECORATIVE_ARMOUR_GOLD_PLATELEGS_NORMAL=4510]="DECORATIVE_ARMOUR_GOLD_PLATELEGS_NORMAL",a[a.DECORATIVE_HELM_GOLD_NORMAL=4511]="DECORATIVE_HELM_GOLD_NORMAL",a[a.DECORATIVE_SHIELD_GOLD_NORMAL=4512]="DECORATIVE_SHIELD_GOLD_NORMAL",a[a.CASTLEWARS_HOOD_SARADOMIN=4513]="CASTLEWARS_HOOD_SARADOMIN",a[a.CASTLEWARS_CLOAK_SARADOMIN=4514]="CASTLEWARS_CLOAK_SARADOMIN",a[a.CASTLEWARS_HOOD_ZAMORAK=4515]="CASTLEWARS_HOOD_ZAMORAK",a[a.CASTLEWARS_CLOAK_ZAMORAK=4516]="CASTLEWARS_CLOAK_ZAMORAK",a[a.GIANT_FROG_LEGS=4517]="GIANT_FROG_LEGS",a[a.OIL_LAMP_UNLIT=4522]="OIL_LAMP_UNLIT",a[a.EMPTY_OIL_LAMP=4525]="EMPTY_OIL_LAMP",a[a.EMPTY_CANDLE_LANTERN=4527]="EMPTY_CANDLE_LANTERN",a[a.CANDLE_LANTERN_UNLIT_WHITE_CANDLE=4529]="CANDLE_LANTERN_UNLIT_WHITE_CANDLE",a[a.CANDLE_LANTERN_UNLIT_BLACK_CANDLE=4532]="CANDLE_LANTERN_UNLIT_BLACK_CANDLE",a[a.EMPTY_OIL_LANTERN=4535]="EMPTY_OIL_LANTERN",a[a.OIL_LANTERN_UNLIT=4537]="OIL_LANTERN_UNLIT",a[a.OIL_LANTERN_FRAME=4540]="OIL_LANTERN_FRAME",a[a.LANTERN_LENS=4542]="LANTERN_LENS",a[a.BULLSEYE_LANTERN_UNF=4544]="BULLSEYE_LANTERN_UNF",a[a.BULLSEYE_LANTERN_EMPTY=4546]="BULLSEYE_LANTERN_EMPTY",a[a.BULLSEYE_LANTERN_UNLIT=4548]="BULLSEYE_LANTERN_UNLIT",a[a.SPINY_HELMET=4551]="SPINY_HELMET",a[a.EASTER_BASKET=4565]="EASTER_BASKET",a[a.RUBBER_CHICKEN=4566]="RUBBER_CHICKEN",a[a.GOLD_HELMET=4567]="GOLD_HELMET",a[a.BLACK_SPEAR_UNPOISONED=4580]="BLACK_SPEAR_UNPOISONED",a[a.BLACK_SPEAR_POISON=4582]="BLACK_SPEAR_POISON",a[a.BLACK_SPEAR_KARAMBWAN_POISON=4584]="BLACK_SPEAR_KARAMBWAN_POISON",a[a.DRAGON_PLATESKIRT=4585]="DRAGON_PLATESKIRT",a[a.DRAGON_SCIMITAR=4587]="DRAGON_SCIMITAR",a[a.KHARIDIAN_HEADPIECE=4591]="KHARIDIAN_HEADPIECE",a[a.FAKE_BEARD=4593]="FAKE_BEARD",a[a.OAK_BLACKJACK=4599]="OAK_BLACKJACK",a[a.WILLOW_BLACKJACK=4600]="WILLOW_BLACKJACK",a[a.SUPER_KEBAB=4608]="SUPER_KEBAB",a[a.DESERT_DISGUISE=4611]="DESERT_DISGUISE",a[a.BANDITS_BREW=4627]="BANDITS_BREW",a[a.RING_OF_VISIBILITY=4657]="RING_OF_VISIBILITY",a[a.GARLIC_POWDER=4668]="GARLIC_POWDER",a[a.ANCIENT_STAFF=4675]="ANCIENT_STAFF",a[a.CATSPEAK_AMULET=4677]="CATSPEAK_AMULET",a[a.LINEN=4684]="LINEN",a[a.BUCKET_OF_SAP=4687]="BUCKET_OF_SAP",a[a.PILE_OF_SALT=4689]="PILE_OF_SALT",a[a.STEAM_RUNE=4694]="STEAM_RUNE",a[a.MIST_RUNE=4695]="MIST_RUNE",a[a.DUST_RUNE=4696]="DUST_RUNE",a[a.SMOKE_RUNE=4697]="SMOKE_RUNE",a[a.MUD_RUNE=4698]="MUD_RUNE",a[a.LAVA_RUNE=4699]="LAVA_RUNE",a[a.AHRIMS_HOOD_UNDAMAGED=4708]="AHRIMS_HOOD_UNDAMAGED",a[a.AHRIMS_STAFF_UNDAMAGED=4710]="AHRIMS_STAFF_UNDAMAGED",a[a.AHRIMS_ROBETOP_UNDAMAGED=4712]="AHRIMS_ROBETOP_UNDAMAGED",a[a.AHRIMS_ROBESKIRT_UNDAMAGED=4714]="AHRIMS_ROBESKIRT_UNDAMAGED",a[a.DHAROKS_HELM_UNDAMAGED=4716]="DHAROKS_HELM_UNDAMAGED",a[a.DHAROKS_GREATAXE_UNDAMAGED=4718]="DHAROKS_GREATAXE_UNDAMAGED",a[a.DHAROKS_PLATEBODY_UNDAMAGED=4720]="DHAROKS_PLATEBODY_UNDAMAGED",a[a.DHAROKS_PLATELEGS_UNDAMAGED=4722]="DHAROKS_PLATELEGS_UNDAMAGED",a[a.GUTHANS_HELM_UNDAMAGED=4724]="GUTHANS_HELM_UNDAMAGED",a[a.GUTHANS_WARSPEAR_UNDAMAGED=4726]="GUTHANS_WARSPEAR_UNDAMAGED",a[a.GUTHANS_PLATEBODY_UNDAMAGED=4728]="GUTHANS_PLATEBODY_UNDAMAGED",a[a.GUTHANS_CHAINSKIRT_UNDAMAGED=4730]="GUTHANS_CHAINSKIRT_UNDAMAGED",a[a.KARILS_COIF_UNDAMAGED=4732]="KARILS_COIF_UNDAMAGED",a[a.KARILS_CROSSBOW_UNDAMAGED=4734]="KARILS_CROSSBOW_UNDAMAGED",a[a.KARILS_LEATHERTOP_UNDAMAGED=4736]="KARILS_LEATHERTOP_UNDAMAGED",a[a.KARILS_LEATHERSKIRT_UNDAMAGED=4738]="KARILS_LEATHERSKIRT_UNDAMAGED",a[a.BOLT_RACK=4740]="BOLT_RACK",a[a.TORAGS_HELM_UNDAMAGED=4745]="TORAGS_HELM_UNDAMAGED",a[a.TORAGS_HAMMERS_UNDAMAGED=4747]="TORAGS_HAMMERS_UNDAMAGED",a[a.TORAGS_PLATEBODY_UNDAMAGED=4749]="TORAGS_PLATEBODY_UNDAMAGED",a[a.TORAGS_PLATELEGS_UNDAMAGED=4751]="TORAGS_PLATELEGS_UNDAMAGED",a[a.VERACS_HELM_UNDAMAGED=4753]="VERACS_HELM_UNDAMAGED",a[a.VERACS_FLAIL_UNDAMAGED=4755]="VERACS_FLAIL_UNDAMAGED",a[a.VERACS_BRASSARD_UNDAMAGED=4757]="VERACS_BRASSARD_UNDAMAGED",a[a.VERACS_PLATESKIRT_UNDAMAGED=4759]="VERACS_PLATESKIRT_UNDAMAGED",a[a.BRONZE_BRUTAL=4773]="BRONZE_BRUTAL",a[a.IRON_BRUTAL=4778]="IRON_BRUTAL",a[a.STEEL_BRUTAL=4783]="STEEL_BRUTAL",a[a.BLACK_BRUTAL=4788]="BLACK_BRUTAL",a[a.MITHRIL_BRUTAL=4793]="MITHRIL_BRUTAL",a[a.ADAMANT_BRUTAL=4798]="ADAMANT_BRUTAL",a[a.RUNE_BRUTAL=4803]="RUNE_BRUTAL",a[a.ZOGRE_BONES=4812]="ZOGRE_BONES",a[a.BRONZE_NAILS=4819]="BRONZE_NAILS",a[a.IRON_NAILS=4820]="IRON_NAILS",a[a.BLACK_NAILS=4821]="BLACK_NAILS",a[a.MITHRIL_NAILS=4822]="MITHRIL_NAILS",a[a.ADAMANTITE_NAILS=4823]="ADAMANTITE_NAILS",a[a.RUNE_NAILS=4824]="RUNE_NAILS",a[a.UNSTRUNG_COMP_BOW=4825]="UNSTRUNG_COMP_BOW",a[a.COMP_OGRE_BOW=4827]="COMP_OGRE_BOW",a[a.FAYRG_BONES=4830]="FAYRG_BONES",a[a.RAURG_BONES=4832]="RAURG_BONES",a[a.OURG_BONES=4834]="OURG_BONES",a[a.RELICYMS_BALM_4_DOSE=4842]="RELICYMS_BALM_4_DOSE",a[a.RELICYMS_BALM_3_DOSE=4844]="RELICYMS_BALM_3_DOSE",a[a.RELICYMS_BALM_2_DOSE=4846]="RELICYMS_BALM_2_DOSE",a[a.RELICYMS_BALM_1_DOSE=4848]="RELICYMS_BALM_1_DOSE",a[a.OGRE_COFFIN_KEY=4850]="OGRE_COFFIN_KEY",a[a.AHRIMS_HOOD_100=4856]="AHRIMS_HOOD_100",a[a.AHRIMS_HOOD_75=4857]="AHRIMS_HOOD_75",a[a.AHRIMS_HOOD_50=4858]="AHRIMS_HOOD_50",a[a.AHRIMS_HOOD_25=4859]="AHRIMS_HOOD_25",a[a.AHRIMS_HOOD_0=4860]="AHRIMS_HOOD_0",a[a.AHRIMS_STAFF_100=4862]="AHRIMS_STAFF_100",a[a.AHRIMS_STAFF_75=4863]="AHRIMS_STAFF_75",a[a.AHRIMS_STAFF_50=4864]="AHRIMS_STAFF_50",a[a.AHRIMS_STAFF_25=4865]="AHRIMS_STAFF_25",a[a.AHRIMS_STAFF_0=4866]="AHRIMS_STAFF_0",a[a.AHRIMS_ROBETOP_100=4868]="AHRIMS_ROBETOP_100",a[a.AHRIMS_ROBETOP_75=4869]="AHRIMS_ROBETOP_75",a[a.AHRIMS_ROBETOP_50=4870]="AHRIMS_ROBETOP_50",a[a.AHRIMS_ROBETOP_25=4871]="AHRIMS_ROBETOP_25",a[a.AHRIMS_ROBETOP_0=4872]="AHRIMS_ROBETOP_0",a[a.AHRIMS_ROBESKIRT_100=4874]="AHRIMS_ROBESKIRT_100",a[a.AHRIMS_ROBESKIRT_75=4875]="AHRIMS_ROBESKIRT_75",a[a.AHRIMS_ROBESKIRT_50=4876]="AHRIMS_ROBESKIRT_50",a[a.AHRIMS_ROBESKIRT_25=4877]="AHRIMS_ROBESKIRT_25",a[a.AHRIMS_ROBESKIRT_0=4878]="AHRIMS_ROBESKIRT_0",a[a.DHAROKS_HELM_100=4880]="DHAROKS_HELM_100",a[a.DHAROKS_HELM_75=4881]="DHAROKS_HELM_75",a[a.DHAROKS_HELM_50=4882]="DHAROKS_HELM_50",a[a.DHAROKS_HELM_25=4883]="DHAROKS_HELM_25",a[a.DHAROKS_HELM_0=4884]="DHAROKS_HELM_0",a[a.DHAROKS_GREATAXE_100=4886]="DHAROKS_GREATAXE_100",a[a.DHAROKS_GREATAXE_75=4887]="DHAROKS_GREATAXE_75",a[a.DHAROKS_GREATAXE_50=4888]="DHAROKS_GREATAXE_50",a[a.DHAROKS_GREATAXE_25=4889]="DHAROKS_GREATAXE_25",a[a.DHAROKS_GREATAXE_0=4890]="DHAROKS_GREATAXE_0",a[a.DHAROKS_PLATEBODY_100=4892]="DHAROKS_PLATEBODY_100",a[a.DHAROKS_PLATEBODY_75=4893]="DHAROKS_PLATEBODY_75",a[a.DHAROKS_PLATEBODY_50=4894]="DHAROKS_PLATEBODY_50",a[a.DHAROKS_PLATEBODY_25=4895]="DHAROKS_PLATEBODY_25",a[a.DHAROKS_PLATEBODY_0=4896]="DHAROKS_PLATEBODY_0",a[a.DHAROKS_PLATELEGS_100=4898]="DHAROKS_PLATELEGS_100",a[a.DHAROKS_PLATELEGS_75=4899]="DHAROKS_PLATELEGS_75",a[a.DHAROKS_PLATELEGS_50=4900]="DHAROKS_PLATELEGS_50",a[a.DHAROKS_PLATELEGS_25=4901]="DHAROKS_PLATELEGS_25",a[a.DHAROKS_PLATELEGS_0=4902]="DHAROKS_PLATELEGS_0",a[a.GUTHANS_HELM_100=4904]="GUTHANS_HELM_100",a[a.GUTHANS_HELM_75=4905]="GUTHANS_HELM_75",a[a.GUTHANS_HELM_50=4906]="GUTHANS_HELM_50",a[a.GUTHANS_HELM_25=4907]="GUTHANS_HELM_25",a[a.GUTHANS_HELM_0=4908]="GUTHANS_HELM_0",a[a.GUTHANS_WARSPEAR_100=4910]="GUTHANS_WARSPEAR_100",a[a.GUTHANS_WARSPEAR_75=4911]="GUTHANS_WARSPEAR_75",a[a.GUTHANS_WARSPEAR_50=4912]="GUTHANS_WARSPEAR_50",a[a.GUTHANS_WARSPEAR_25=4913]="GUTHANS_WARSPEAR_25",a[a.GUTHANS_WARSPEAR_0=4914]="GUTHANS_WARSPEAR_0",a[a.GUTHANS_PLATEBODY_100=4916]="GUTHANS_PLATEBODY_100",a[a.GUTHANS_PLATEBODY_75=4917]="GUTHANS_PLATEBODY_75",a[a.GUTHANS_PLATEBODY_50=4918]="GUTHANS_PLATEBODY_50",a[a.GUTHANS_PLATEBODY_25=4919]="GUTHANS_PLATEBODY_25",a[a.GUTHANS_PLATEBODY_0=4920]="GUTHANS_PLATEBODY_0",a[a.GUTHANS_CHAINSKIRT_100=4922]="GUTHANS_CHAINSKIRT_100",a[a.GUTHANS_CHAINSKIRT_75=4923]="GUTHANS_CHAINSKIRT_75",a[a.GUTHANS_CHAINSKIRT_50=4924]="GUTHANS_CHAINSKIRT_50",a[a.GUTHANS_CHAINSKIRT_25=4925]="GUTHANS_CHAINSKIRT_25",a[a.GUTHANS_CHAINSKIRT_0=4926]="GUTHANS_CHAINSKIRT_0",a[a.KARILS_COIF_100=4928]="KARILS_COIF_100",a[a.KARILS_COIF_75=4929]="KARILS_COIF_75",a[a.KARILS_COIF_50=4930]="KARILS_COIF_50",a[a.KARILS_COIF_25=4931]="KARILS_COIF_25",a[a.KARILS_COIF_0=4932]="KARILS_COIF_0",a[a.KARILS_CROSSBOW_100=4934]="KARILS_CROSSBOW_100",a[a.KARILS_CROSSBOW_75=4935]="KARILS_CROSSBOW_75",a[a.KARILS_CROSSBOW_50=4936]="KARILS_CROSSBOW_50",a[a.KARILS_CROSSBOW_25=4937]="KARILS_CROSSBOW_25",a[a.KARILS_CROSSBOW_0=4938]="KARILS_CROSSBOW_0",a[a.KARILS_LEATHERTOP_100=4940]="KARILS_LEATHERTOP_100",a[a.KARILS_LEATHERTOP_75=4941]="KARILS_LEATHERTOP_75",a[a.KARILS_LEATHERTOP_50=4942]="KARILS_LEATHERTOP_50",a[a.KARILS_LEATHERTOP_25=4943]="KARILS_LEATHERTOP_25",a[a.KARILS_LEATHERTOP_0=4944]="KARILS_LEATHERTOP_0",a[a.KARILS_LEATHERSKIRT_100=4946]="KARILS_LEATHERSKIRT_100",a[a.KARILS_LEATHERSKIRT_75=4947]="KARILS_LEATHERSKIRT_75",a[a.KARILS_LEATHERSKIRT_50=4948]="KARILS_LEATHERSKIRT_50",a[a.KARILS_LEATHERSKIRT_25=4949]="KARILS_LEATHERSKIRT_25",a[a.KARILS_LEATHERSKIRT_0=4950]="KARILS_LEATHERSKIRT_0",a[a.TORAGS_HELM_100=4952]="TORAGS_HELM_100",a[a.TORAGS_HELM_75=4953]="TORAGS_HELM_75",a[a.TORAGS_HELM_50=4954]="TORAGS_HELM_50",a[a.TORAGS_HELM_25=4955]="TORAGS_HELM_25",a[a.TORAGS_HELM_0=4956]="TORAGS_HELM_0",a[a.TORAGS_HAMMERS_100=4958]="TORAGS_HAMMERS_100",a[a.TORAGS_HAMMERS_75=4959]="TORAGS_HAMMERS_75",a[a.TORAGS_HAMMERS_50=4960]="TORAGS_HAMMERS_50",a[a.TORAGS_HAMMERS_25=4961]="TORAGS_HAMMERS_25",a[a.TORAGS_HAMMERS_0=4962]="TORAGS_HAMMERS_0",a[a.TORAGS_PLATEBODY_100=4964]="TORAGS_PLATEBODY_100",a[a.TORAGS_PLATEBODY_75=4965]="TORAGS_PLATEBODY_75",a[a.TORAGS_PLATEBODY_50=4966]="TORAGS_PLATEBODY_50",a[a.TORAGS_PLATEBODY_25=4967]="TORAGS_PLATEBODY_25",a[a.TORAGS_PLATEBODY_0=4968]="TORAGS_PLATEBODY_0",a[a.TORAGS_PLATELEGS_100=4970]="TORAGS_PLATELEGS_100",a[a.TORAGS_PLATELEGS_75=4971]="TORAGS_PLATELEGS_75",a[a.TORAGS_PLATELEGS_50=4972]="TORAGS_PLATELEGS_50",a[a.TORAGS_PLATELEGS_25=4973]="TORAGS_PLATELEGS_25",a[a.TORAGS_PLATELEGS_0=4974]="TORAGS_PLATELEGS_0",a[a.VERACS_HELM_100=4976]="VERACS_HELM_100",a[a.VERACS_HELM_75=4977]="VERACS_HELM_75",a[a.VERACS_HELM_50=4978]="VERACS_HELM_50",a[a.VERACS_HELM_25=4979]="VERACS_HELM_25",a[a.VERACS_HELM_0=4980]="VERACS_HELM_0",a[a.VERACS_FLAIL_100=4982]="VERACS_FLAIL_100",a[a.VERACS_FLAIL_75=4983]="VERACS_FLAIL_75",a[a.VERACS_FLAIL_50=4984]="VERACS_FLAIL_50",a[a.VERACS_FLAIL_25=4985]="VERACS_FLAIL_25",a[a.VERACS_FLAIL_0=4986]="VERACS_FLAIL_0",a[a.VERACS_BRASSARD_100=4988]="VERACS_BRASSARD_100",a[a.VERACS_BRASSARD_75=4989]="VERACS_BRASSARD_75",a[a.VERACS_BRASSARD_50=4990]="VERACS_BRASSARD_50",a[a.VERACS_BRASSARD_25=4991]="VERACS_BRASSARD_25",a[a.VERACS_BRASSARD_0=4992]="VERACS_BRASSARD_0",a[a.VERACS_PLATESKIRT_100=4994]="VERACS_PLATESKIRT_100",a[a.VERACS_PLATESKIRT_75=4995]="VERACS_PLATESKIRT_75",a[a.VERACS_PLATESKIRT_50=4996]="VERACS_PLATESKIRT_50",a[a.VERACS_PLATESKIRT_25=4997]="VERACS_PLATESKIRT_25",a[a.VERACS_PLATESKIRT_0=4998]="VERACS_PLATESKIRT_0",a[a.RAW_CAVE_EEL=5001]="RAW_CAVE_EEL",a[a.CAVE_EEL=5003]="CAVE_EEL",a[a.MINING_HELMET_LIT=5013]="MINING_HELMET_LIT",a[a.MINING_HELMET_UNLIT=5014]="MINING_HELMET_UNLIT",a[a.BONE_SPEAR=5016]="BONE_SPEAR",a[a.BONE_CLUB=5018]="BONE_CLUB",a[a.WOVEN_TOP_BROWN=5024]="WOVEN_TOP_BROWN",a[a.WOVEN_TOP_YELLOW=5026]="WOVEN_TOP_YELLOW",a[a.WOVEN_TOP_BLUE=5028]="WOVEN_TOP_BLUE",a[a.SHIRT_BROWN=5030]="SHIRT_BROWN",a[a.SHIRT_YELLOW=5032]="SHIRT_YELLOW",a[a.SHIRT_LILAC=5034]="SHIRT_LILAC",a[a.TROUSERS_BROWN=5036]="TROUSERS_BROWN",a[a.TROUSERS_LILAC=5038]="TROUSERS_LILAC",a[a.TROUSERS_BLUE=5040]="TROUSERS_BLUE",a[a.SHORTS_BROWN=5042]="SHORTS_BROWN",a[a.SHORTS_YELLOW=5044]="SHORTS_YELLOW",a[a.SHORTS_BLUE=5046]="SHORTS_BLUE",a[a.SKIRT_BROWN=5048]="SKIRT_BROWN",a[a.SKIRT_LILAC=5050]="SKIRT_LILAC",a[a.SKIRT_BLUE=5052]="SKIRT_BLUE",a[a.BIRD_NEST_EMPTY=5075]="BIRD_NEST_EMPTY",a[a.MARIGOLD_SEED=5096]="MARIGOLD_SEED",a[a.ROSEMARY_SEED=5097]="ROSEMARY_SEED",a[a.NASTURTIUM_SEED=5098]="NASTURTIUM_SEED",a[a.WOAD_SEED=5099]="WOAD_SEED",a[a.LIMPWURT_SEED=5100]="LIMPWURT_SEED",a[a.REDBERRY_SEED=5101]="REDBERRY_SEED",a[a.CADAVABERRY_SEED=5102]="CADAVABERRY_SEED",a[a.DWELLBERRY_SEED=5103]="DWELLBERRY_SEED",a[a.JANGERBERRY_SEED=5104]="JANGERBERRY_SEED",a[a.WHITEBERRY_SEED=5105]="WHITEBERRY_SEED",a[a.POISON_IVY_SEED=5106]="POISON_IVY_SEED",a[a.CACTUS_SEED=5280]="CACTUS_SEED",a[a.BELLADONNA_SEED=5281]="BELLADONNA_SEED",a[a.MUSHROOM_SPORE=5282]="MUSHROOM_SPORE",a[a.APPLE_TREE_SEED=5283]="APPLE_TREE_SEED",a[a.BANANA_TREE_SEED=5284]="BANANA_TREE_SEED",a[a.ORANGE_TREE_SEED=5285]="ORANGE_TREE_SEED",a[a.CURRY_TREE_SEED=5286]="CURRY_TREE_SEED",a[a.PINEAPPLE_SEED=5287]="PINEAPPLE_SEED",a[a.PAPAYA_TREE_SEED=5288]="PAPAYA_TREE_SEED",a[a.PALM_TREE_SEED=5289]="PALM_TREE_SEED",a[a.CALQUAT_TREE_SEED=5290]="CALQUAT_TREE_SEED",a[a.GUAM_SEED=5291]="GUAM_SEED",a[a.MARRENTILL_SEED=5292]="MARRENTILL_SEED",a[a.TARROMIN_SEED=5293]="TARROMIN_SEED",a[a.HARRALANDER_SEED=5294]="HARRALANDER_SEED",a[a.RANARR_SEED=5295]="RANARR_SEED",a[a.TOADFLAX_SEED=5296]="TOADFLAX_SEED",a[a.IRIT_SEED=5297]="IRIT_SEED",a[a.AVANTOE_SEED=5298]="AVANTOE_SEED",a[a.KWUARM_SEED=5299]="KWUARM_SEED",a[a.SNAPDRAGON_SEED=5300]="SNAPDRAGON_SEED",a[a.CADANTINE_SEED=5301]="CADANTINE_SEED",a[a.LANTADYME_SEED=5302]="LANTADYME_SEED",a[a.DWARF_WEED_SEED=5303]="DWARF_WEED_SEED",a[a.TORSTOL_SEED=5304]="TORSTOL_SEED",a[a.BARLEY_SEED=5305]="BARLEY_SEED",a[a.JUTE_SEED=5306]="JUTE_SEED",a[a.HAMMERSTONE_SEED=5307]="HAMMERSTONE_SEED",a[a.ASGARNIAN_SEED=5308]="ASGARNIAN_SEED",a[a.YANILLIAN_SEED=5309]="YANILLIAN_SEED",a[a.KRANDORIAN_SEED=5310]="KRANDORIAN_SEED",a[a.WILDBLOOD_SEED=5311]="WILDBLOOD_SEED",a[a.ACORN=5312]="ACORN",a[a.WILLOW_SEED=5313]="WILLOW_SEED",a[a.MAPLE_SEED=5314]="MAPLE_SEED",a[a.YEW_SEED=5315]="YEW_SEED",a[a.MAGIC_SEED=5316]="MAGIC_SEED",a[a.POTATO_SEED=5318]="POTATO_SEED",a[a.ONION_SEED=5319]="ONION_SEED",a[a.SWEETCORN_SEED=5320]="SWEETCORN_SEED",a[a.WATERMELON_SEED=5321]="WATERMELON_SEED",a[a.TOMATO_SEED=5322]="TOMATO_SEED",a[a.STRAWBERRY_SEED=5323]="STRAWBERRY_SEED",a[a.CABBAGE_SEED=5324]="CABBAGE_SEED",a[a.GARDENING_TROWEL=5325]="GARDENING_TROWEL",a[a.SECATEURS=5329]="SECATEURS",a[a.WATERING_CAN_EMPTY=5331]="WATERING_CAN_EMPTY",a[a.RAKE=5341]="RAKE",a[a.SEED_DIBBER=5343]="SEED_DIBBER",a[a.GARDENING_BOOTS=5345]="GARDENING_BOOTS",a[a.EMPTY_PLANT_POT=5350]="EMPTY_PLANT_POT",a[a.UNFIRED_PLANT_POT=5352]="UNFIRED_PLANT_POT",a[a.FILLED_PLANT_POT=5354]="FILLED_PLANT_POT",a[a.OAK_SAPLING=5370]="OAK_SAPLING",a[a.WILLOW_SAPLING=5371]="WILLOW_SAPLING",a[a.MAPLE_SAPLING=5372]="MAPLE_SAPLING",a[a.YEW_SAPLING=5373]="YEW_SAPLING",a[a.MAGIC_SAPLING=5374]="MAGIC_SAPLING",a[a.BASKET=5376]="BASKET",a[a.APPLES_5=5386]="APPLES_5",a[a.ORANGES_5=5396]="ORANGES_5",a[a.STRAWBERRIES_5=5406]="STRAWBERRIES_5",a[a.BANANAS_5=5416]="BANANAS_5",a[a.EMPTY_SACK=5418]="EMPTY_SACK",a[a.POTATOES_10=5438]="POTATOES_10",a[a.ONIONS_10=5458]="ONIONS_10",a[a.CABBAGES_10=5478]="CABBAGES_10",a[a.APPLE_SAPLING=5496]="APPLE_SAPLING",a[a.BANANA_SAPLING=5497]="BANANA_SAPLING",a[a.ORANGE_SAPLING=5498]="ORANGE_SAPLING",a[a.CURRY_SAPLING=5499]="CURRY_SAPLING",a[a.PINEAPPLE_SAPLING=5500]="PINEAPPLE_SAPLING",a[a.PAPAYA_SAPLING=5501]="PAPAYA_SAPLING",a[a.PALM_SAPLING=5502]="PALM_SAPLING",a[a.CALQUAT_SAPLING=5503]="CALQUAT_SAPLING",a[a.STRAWBERRY=5504]="STRAWBERRY",a[a.ELEMENTAL_TALISMAN=5516]="ELEMENTAL_TALISMAN",a[a.BINDING_NECKLACE=5521]="BINDING_NECKLACE",a[a.TIARA_MOULD=5523]="TIARA_MOULD",a[a.TIARA=5525]="TIARA",a[a.AIR_TIARA=5527]="AIR_TIARA",a[a.MIND_TIARA=5529]="MIND_TIARA",a[a.WATER_TIARA=5531]="WATER_TIARA",a[a.BODY_TIARA=5533]="BODY_TIARA",a[a.EARTH_TIARA=5535]="EARTH_TIARA",a[a.FIRE_TIARA=5537]="FIRE_TIARA",a[a.COSMIC_TIARA=5539]="COSMIC_TIARA",a[a.NATURE_TIARA=5541]="NATURE_TIARA",a[a.CHAOS_TIARA=5543]="CHAOS_TIARA",a[a.LAW_TIARA=5545]="LAW_TIARA",a[a.DEATH_TIARA=5547]="DEATH_TIARA",a[a.BLOOD_TIARA=5549]="BLOOD_TIARA",a[a.ROGUE_TOP=5553]="ROGUE_TOP",a[a.ROGUE_MASK=5554]="ROGUE_MASK",a[a.ROGUE_TROUSERS=5555]="ROGUE_TROUSERS",a[a.ROGUE_GLOVES=5556]="ROGUE_GLOVES",a[a.ROGUE_BOOTS=5557]="ROGUE_BOOTS",a[a.INITIATE_SALLET=5574]="INITIATE_SALLET",a[a.INITIATE_HAUBERK=5575]="INITIATE_HAUBERK",a[a.INITIATE_CUISSE=5576]="INITIATE_CUISSE",a[a.GRAIN_RECRUITMENT_DRIVE=5607]="GRAIN_RECRUITMENT_DRIVE",a[a.FOX_RECRUITMENT_DRIVE=5608]="FOX_RECRUITMENT_DRIVE",a[a.CHICKEN_RECRUITMENT_DRIVE=5609]="CHICKEN_RECRUITMENT_DRIVE",a[a.ASGARNIAN_ALEM=5739]="ASGARNIAN_ALEM",a[a.MATURE_WMB=5741]="MATURE_WMB",a[a.GREENMANS_ALEM=5743]="GREENMANS_ALEM",a[a.DRAGON_BITTERM=5745]="DRAGON_BITTERM",a[a.DWARVEN_STOUTM=5747]="DWARVEN_STOUTM",a[a.MOONLIGHT_MEADM=5749]="MOONLIGHT_MEADM",a[a.AXEMANS_FOLLY=5751]="AXEMANS_FOLLY",a[a.AXEMANS_FOLLYM=5753]="AXEMANS_FOLLYM",a[a.CHEFS_DELIGHT=5755]="CHEFS_DELIGHT",a[a.CHEFS_DELIGHTM=5757]="CHEFS_DELIGHTM",a[a.SLAYERS_RESPITE=5759]="SLAYERS_RESPITE",a[a.SLAYERS_RESPITEM=5761]="SLAYERS_RESPITEM",a[a.CIDER=5763]="CIDER",a[a.MATURE_CIDER=5765]="MATURE_CIDER",a[a.ALE_YEAST=5767]="ALE_YEAST",a[a.CALQUAT_KEG=5769]="CALQUAT_KEG",a[a.DWARVEN_STOUT_KEG_4_PINTS=5777]="DWARVEN_STOUT_KEG_4_PINTS",a[a.ASGARNIAN_ALE_KEG_4_PINTS=5785]="ASGARNIAN_ALE_KEG_4_PINTS",a[a.GREENMANS_ALE_KEG_4_PINTS=5793]="GREENMANS_ALE_KEG_4_PINTS",a[a.MIND_BOMB_KEG_4_PINTS=5801]="MIND_BOMB_KEG_4_PINTS",a[a.DRAGON_BITTER_KEG_4_PINTS=5809]="DRAGON_BITTER_KEG_4_PINTS",a[a.MOONLIGHT_MEAD_KEG_4_PINTS=5817]="MOONLIGHT_MEAD_KEG_4_PINTS",a[a.AXEMANS_FOLLY_KEG_4_PINTS=5825]="AXEMANS_FOLLY_KEG_4_PINTS",a[a.CHEFS_DELIGHT_KEG_4_PINTS=5833]="CHEFS_DELIGHT_KEG_4_PINTS",a[a.SLAYERS_RESPITE_KEG_4_PINTS=5841]="SLAYERS_RESPITE_KEG_4_PINTS",a[a.CIDER_KEG_4_PINTS=5849]="CIDER_KEG_4_PINTS",a[a.DWARVEN_STOUTM_KEG_4_PINTS=5857]="DWARVEN_STOUTM_KEG_4_PINTS",a[a.ASGARNIAN_ALEM_KEG_4_PINTS=5865]="ASGARNIAN_ALEM_KEG_4_PINTS",a[a.GREENMANS_ALEM_KEG_4_PINTS=5873]="GREENMANS_ALEM_KEG_4_PINTS",a[a.MIND_BOMBM_KEG_4_PINTS=5881]="MIND_BOMBM_KEG_4_PINTS",a[a.DRAGON_BITTERM_KEG_4_PINTS=5889]="DRAGON_BITTERM_KEG_4_PINTS",a[a.MOONLIGHT_MEADM_KEG_4_PINTS=5897]="MOONLIGHT_MEADM_KEG_4_PINTS",a[a.AXEMANS_FOLLYM_KEG_4_PINTS=5905]="AXEMANS_FOLLYM_KEG_4_PINTS",a[a.CHEFS_DELIGHTM_KEG_4_PINTS=5913]="CHEFS_DELIGHTM_KEG_4_PINTS",a[a.SLAYERS_RESPITEM_KEG_4_PINTS=5921]="SLAYERS_RESPITEM_KEG_4_PINTS",a[a.CIDERM_KEG_4_PINTS=5929]="CIDERM_KEG_4_PINTS",a[a.JUTE_FIBRE=5931]="JUTE_FIBRE",a[a.WILLOW_BRANCH=5933]="WILLOW_BRANCH",a[a.COCONUT_MILK=5935]="COCONUT_MILK",a[a.TOMATOES_5=5968]="TOMATOES_5",a[a.CURRY_LEAF=5970]="CURRY_LEAF",a[a.PAPAYA_FRUIT=5972]="PAPAYA_FRUIT",a[a.COCONUT=5974]="COCONUT",a[a.CALQUAT_FRUIT=5980]="CALQUAT_FRUIT",a[a.WATERMELON=5982]="WATERMELON",a[a.WATERMELON_SLICE=5984]="WATERMELON_SLICE",a[a.SWEETCORN=5986]="SWEETCORN",a[a.COOKED_SWEETCORN=5988]="COOKED_SWEETCORN",a[a.APPLE_MUSH=5992]="APPLE_MUSH",a[a.HAMMERSTONE_HOPS=5994]="HAMMERSTONE_HOPS",a[a.ASGARNIAN_HOPS=5996]="ASGARNIAN_HOPS",a[a.YANILLIAN_HOPS=5998]="YANILLIAN_HOPS",a[a.KRANDORIAN_HOPS=6e3]="KRANDORIAN_HOPS",a[a.WILDBLOOD_HOPS=6002]="WILDBLOOD_HOPS",a[a.MUSHROOM=6004]="MUSHROOM",a[a.BARLEY=6006]="BARLEY",a[a.BARLEY_MALT=6008]="BARLEY_MALT",a[a.MARIGOLDS=6010]="MARIGOLDS",a[a.NASTURTIUMS=6012]="NASTURTIUMS",a[a.ROSEMARY=6014]="ROSEMARY",a[a.CACTUS_SPINE=6016]="CACTUS_SPINE",a[a.POISON_IVY_BERRIES=6018]="POISON_IVY_BERRIES",a[a.LEAVES=6020]="LEAVES",a[a.LEAVES_OAK=6022]="LEAVES_OAK",a[a.LEAVES_WILLOW=6024]="LEAVES_WILLOW",a[a.LEAVES_YEW=6026]="LEAVES_YEW",a[a.LEAVES_MAPLE=6028]="LEAVES_MAPLE",a[a.LEAVES_MAGIC=6030]="LEAVES_MAGIC",a[a.COMPOST=6032]="COMPOST",a[a.SUPERCOMPOST=6034]="SUPERCOMPOST",a[a.PLANT_CURE=6036]="PLANT_CURE",a[a.MAGIC_STRING=6038]="MAGIC_STRING",a[a.AMULET_OF_NATURE=6040]="AMULET_OF_NATURE",a[a.PRENATURE_AMULET=6041]="PRENATURE_AMULET",a[a.OAK_ROOTS=6043]="OAK_ROOTS",a[a.WILLOW_ROOTS=6045]="WILLOW_ROOTS",a[a.MAPLE_ROOTS=6047]="MAPLE_ROOTS",a[a.YEW_ROOTS=6049]="YEW_ROOTS",a[a.MAGIC_ROOTS=6051]="MAGIC_ROOTS",a[a.WEEDS=6055]="WEEDS",a[a.MOURNER_TOP=6065]="MOURNER_TOP",a[a.MOURNER_TROUSERS_REPAIRED=6067]="MOURNER_TROUSERS_REPAIRED",a[a.MOURNER_GLOVES=6068]="MOURNER_GLOVES",a[a.MOURNER_BOOTS=6069]="MOURNER_BOOTS",a[a.MOURNER_CLOAK=6070]="MOURNER_CLOAK",a[a.FIXED_DEVICE=6082]="FIXED_DEVICE",a[a.GHOSTLY_BOOTS=6106]="GHOSTLY_BOOTS",a[a.GHOSTLY_ROBE_TOP=6107]="GHOSTLY_ROBE_TOP",a[a.GHOSTLY_ROBE_BOTTOM=6108]="GHOSTLY_ROBE_BOTTOM",a[a.GHOSTLY_HOOD=6109]="GHOSTLY_HOOD",a[a.GHOSTLY_GLOVES=6110]="GHOSTLY_GLOVES",a[a.GHOSTLY_CLOAK=6111]="GHOSTLY_CLOAK",a[a.ENCHANTED_LYRE_2=6125]="ENCHANTED_LYRE_2",a[a.ENCHANTED_LYRE_3=6126]="ENCHANTED_LYRE_3",a[a.ENCHANTED_LYRE_4=6127]="ENCHANTED_LYRE_4",a[a.ROCKSHELL_HELM=6128]="ROCKSHELL_HELM",a[a.ROCKSHELL_PLATE=6129]="ROCKSHELL_PLATE",a[a.ROCKSHELL_LEGS=6130]="ROCKSHELL_LEGS",a[a.SPINED_HELM=6131]="SPINED_HELM",a[a.SPINED_BODY=6133]="SPINED_BODY",a[a.SPINED_CHAPS=6135]="SPINED_CHAPS",a[a.SKELETAL_HELM=6137]="SKELETAL_HELM",a[a.SKELETAL_TOP=6139]="SKELETAL_TOP",a[a.SKELETAL_BOTTOMS=6141]="SKELETAL_BOTTOMS",a[a.SPINED_BOOTS=6143]="SPINED_BOOTS",a[a.ROCKSHELL_BOOTS=6145]="ROCKSHELL_BOOTS",a[a.SKELETAL_BOOTS=6147]="SKELETAL_BOOTS",a[a.SPINED_GLOVES=6149]="SPINED_GLOVES",a[a.ROCKSHELL_GLOVES=6151]="ROCKSHELL_GLOVES",a[a.SKELETAL_GLOVES=6153]="SKELETAL_GLOVES",a[a.DAGANNOTH_HIDE=6155]="DAGANNOTH_HIDE",a[a.ROCKSHELL_CHUNK=6157]="ROCKSHELL_CHUNK",a[a.ROCKSHELL_SHARD=6159]="ROCKSHELL_SHARD",a[a.ROCKSHELL_SPLINTER=6161]="ROCKSHELL_SPLINTER",a[a.SKULL_PIECE=6163]="SKULL_PIECE",a[a.RIBCAGE_PIECE=6165]="RIBCAGE_PIECE",a[a.FIBULA_PIECE=6167]="FIBULA_PIECE",a[a.CIRCULAR_HIDE=6169]="CIRCULAR_HIDE",a[a.FLATTENED_HIDE=6171]="FLATTENED_HIDE",a[a.STRETCHED_HIDE=6173]="STRETCHED_HIDE",a[a.LEDERHOSEN_TOP=6180]="LEDERHOSEN_TOP",a[a.LEDERHOSEN_SHORTS=6181]="LEDERHOSEN_SHORTS",a[a.LEDERHOSEN_HAT=6182]="LEDERHOSEN_HAT",a[a.PRINCE_TUNIC=6184]="PRINCE_TUNIC",a[a.PRINCE_LEGGINGS=6185]="PRINCE_LEGGINGS",a[a.PRINCESS_BLOUSE=6186]="PRINCESS_BLOUSE",a[a.PRINCESS_SKIRT=6187]="PRINCESS_SKIRT",a[a.FROG_MASK=6188]="FROG_MASK",a[a.TEAK_PYRE_LOGS=6211]="TEAK_PYRE_LOGS",a[a.MAHOGANY_PYRE_LOGS=6213]="MAHOGANY_PYRE_LOGS",a[a.BROODOO_SHIELD_GREEN_10=6215]="BROODOO_SHIELD_GREEN_10",a[a.BROODOO_SHIELD_GREEN_9=6217]="BROODOO_SHIELD_GREEN_9",a[a.BROODOO_SHIELD_GREEN_8=6219]="BROODOO_SHIELD_GREEN_8",a[a.BROODOO_SHIELD_GREEN_7=6221]="BROODOO_SHIELD_GREEN_7",a[a.BROODOO_SHIELD_GREEN_6=6223]="BROODOO_SHIELD_GREEN_6",a[a.BROODOO_SHIELD_GREEN_5=6225]="BROODOO_SHIELD_GREEN_5",a[a.BROODOO_SHIELD_GREEN_4=6227]="BROODOO_SHIELD_GREEN_4",a[a.BROODOO_SHIELD_GREEN_3=6229]="BROODOO_SHIELD_GREEN_3",a[a.BROODOO_SHIELD_GREEN_2=6231]="BROODOO_SHIELD_GREEN_2",a[a.BROODOO_SHIELD_GREEN_1=6233]="BROODOO_SHIELD_GREEN_1",a[a.BROODOO_SHIELD_GREEN_UNCHARGED=6235]="BROODOO_SHIELD_GREEN_UNCHARGED",a[a.BROODOO_SHIELD_ORANGE_10=6237]="BROODOO_SHIELD_ORANGE_10",a[a.BROODOO_SHIELD_ORANGE_9=6239]="BROODOO_SHIELD_ORANGE_9",a[a.BROODOO_SHIELD_ORANGE_8=6241]="BROODOO_SHIELD_ORANGE_8",a[a.BROODOO_SHIELD_ORANGE_7=6243]="BROODOO_SHIELD_ORANGE_7",a[a.BROODOO_SHIELD_ORANGE_6=6245]="BROODOO_SHIELD_ORANGE_6",a[a.BROODOO_SHIELD_ORANGE_5=6247]="BROODOO_SHIELD_ORANGE_5",a[a.BROODOO_SHIELD_ORANGE_4=6249]="BROODOO_SHIELD_ORANGE_4",a[a.BROODOO_SHIELD_ORANGE_3=6251]="BROODOO_SHIELD_ORANGE_3",a[a.BROODOO_SHIELD_ORANGE_2=6253]="BROODOO_SHIELD_ORANGE_2",a[a.BROODOO_SHIELD_ORANGE_1=6255]="BROODOO_SHIELD_ORANGE_1",a[a.BROODOO_SHIELD_ORANGE_UNCHARGED=6257]="BROODOO_SHIELD_ORANGE_UNCHARGED",a[a.BROODOO_SHIELD_BLUE_10=6259]="BROODOO_SHIELD_BLUE_10",a[a.BROODOO_SHIELD_BLUE_9=6261]="BROODOO_SHIELD_BLUE_9",a[a.BROODOO_SHIELD_BLUE_8=6263]="BROODOO_SHIELD_BLUE_8",a[a.BROODOO_SHIELD_BLUE_7=6265]="BROODOO_SHIELD_BLUE_7",a[a.BROODOO_SHIELD_BLUE_6=6267]="BROODOO_SHIELD_BLUE_6",a[a.BROODOO_SHIELD_BLUE_5=6269]="BROODOO_SHIELD_BLUE_5",a[a.BROODOO_SHIELD_BLUE_4=6271]="BROODOO_SHIELD_BLUE_4",a[a.BROODOO_SHIELD_BLUE_3=6273]="BROODOO_SHIELD_BLUE_3",a[a.BROODOO_SHIELD_BLUE_2=6275]="BROODOO_SHIELD_BLUE_2",a[a.BROODOO_SHIELD_BLUE_1=6277]="BROODOO_SHIELD_BLUE_1",a[a.BROODOO_SHIELD_BLUE_UNCHARGED=6279]="BROODOO_SHIELD_BLUE_UNCHARGED",a[a.THATCH_SPAR_LIGHT=6281]="THATCH_SPAR_LIGHT",a[a.THATCH_SPAR_MED=6283]="THATCH_SPAR_MED",a[a.THATCH_SPAR_DENSE=6285]="THATCH_SPAR_DENSE",a[a.SNAKE_HIDE=6287]="SNAKE_HIDE",a[a.SNAKESKIN=6289]="SNAKESKIN",a[a.SPIDER_CARCASS=6291]="SPIDER_CARCASS",a[a.SPIDER_ON_STICK=6297]="SPIDER_ON_STICK",a[a.SPIDER_ON_SHAFT=6299]="SPIDER_ON_SHAFT",a[a.SKEWER_STICK=6305]="SKEWER_STICK",a[a.TRADING_STICKS=6306]="TRADING_STICKS",a[a.GOUT_TUBER=6311]="GOUT_TUBER",a[a.OPAL_MACHETE=6313]="OPAL_MACHETE",a[a.JADE_MACHETE=6315]="JADE_MACHETE",a[a.RED_TOPAZ_MACHETE=6317]="RED_TOPAZ_MACHETE",a[a.PROBOSCIS=6319]="PROBOSCIS",a[a.SNAKESKIN_BODY=6322]="SNAKESKIN_BODY",a[a.SNAKESKIN_CHAPS=6324]="SNAKESKIN_CHAPS",a[a.SNAKESKIN_BANDANA=6326]="SNAKESKIN_BANDANA",a[a.SNAKESKIN_BOOTS=6328]="SNAKESKIN_BOOTS",a[a.SNAKESKIN_VAMBRACES=6330]="SNAKESKIN_VAMBRACES",a[a.MAHOGANY_LOGS=6332]="MAHOGANY_LOGS",a[a.TEAK_LOGS=6333]="TEAK_LOGS",a[a.TRIBAL_MASK_GREEN=6335]="TRIBAL_MASK_GREEN",a[a.TRIBAL_MASK_ORANGE=6337]="TRIBAL_MASK_ORANGE",a[a.TRIBAL_MASK_BLUE=6339]="TRIBAL_MASK_BLUE",a[a.TRIBAL_TOP_BROWN=6341]="TRIBAL_TOP_BROWN",a[a.VILLAGER_ROBE_BROWN=6343]="VILLAGER_ROBE_BROWN",a[a.VILLAGER_HAT_BROWN=6345]="VILLAGER_HAT_BROWN",a[a.VILLAGER_ARMBAND_BROWN=6347]="VILLAGER_ARMBAND_BROWN",a[a.VILLAGER_SANDALS_BROWN=6349]="VILLAGER_SANDALS_BROWN",a[a.TRIBAL_TOP_BLUE=6351]="TRIBAL_TOP_BLUE",a[a.VILLAGER_ROBE_BLUE=6353]="VILLAGER_ROBE_BLUE",a[a.VILLAGER_HAT_BLUE=6355]="VILLAGER_HAT_BLUE",a[a.VILLAGER_SANDALS_BLUE=6357]="VILLAGER_SANDALS_BLUE",a[a.VILLAGER_ARMBAND_BLUE=6359]="VILLAGER_ARMBAND_BLUE",a[a.TRIBAL_TOP_YELLOW=6361]="TRIBAL_TOP_YELLOW",a[a.VILLAGER_ROBE_YELLOW=6363]="VILLAGER_ROBE_YELLOW",a[a.VILLAGER_HAT_YELLOW=6365]="VILLAGER_HAT_YELLOW",a[a.VILLAGER_SANDALS_YELLOW=6367]="VILLAGER_SANDALS_YELLOW",a[a.VILLAGER_ARMBAND_YELLOW=6369]="VILLAGER_ARMBAND_YELLOW",a[a.TRIBAL_TOP_PINK=6371]="TRIBAL_TOP_PINK",a[a.VILLAGER_ROBE_PINK=6373]="VILLAGER_ROBE_PINK",a[a.VILLAGER_HAT_PINK=6375]="VILLAGER_HAT_PINK",a[a.VILLAGER_SANDALS_PINK=6377]="VILLAGER_SANDALS_PINK",a[a.VILLAGER_ARMBAND_PINK=6379]="VILLAGER_ARMBAND_PINK",a[a.FEZ=6382]="FEZ",a[a.DESERT_TOP=6384]="DESERT_TOP",a[a.DESERT_ROBES=6386]="DESERT_ROBES",a[a.DESERT_TOP_OVERCOAT=6388]="DESERT_TOP_OVERCOAT",a[a.DESERT_LEGS=6390]="DESERT_LEGS",a[a.MENAPHITE_PURPLE_HAT=6392]="MENAPHITE_PURPLE_HAT",a[a.MENAPHITE_PURPLE_TOP=6394]="MENAPHITE_PURPLE_TOP",a[a.MENAPHITE_PURPLE_ROBE=6396]="MENAPHITE_PURPLE_ROBE",a[a.MENAPHITE_PURPLE_KILT=6398]="MENAPHITE_PURPLE_KILT",a[a.MENAPHITE_RED_HAT=6400]="MENAPHITE_RED_HAT",a[a.MENAPHITE_RED_TOP=6402]="MENAPHITE_RED_TOP",a[a.MENAPHITE_RED_ROBE=6404]="MENAPHITE_RED_ROBE",a[a.MENAPHITE_RED_KILT=6406]="MENAPHITE_RED_KILT",a[a.OAK_BLACKJACKO=6408]="OAK_BLACKJACKO",a[a.OAK_BLACKJACKD=6410]="OAK_BLACKJACKD",a[a.WILLOW_BLACKJACKO=6412]="WILLOW_BLACKJACKO",a[a.WILLOW_BLACKJACKD=6414]="WILLOW_BLACKJACKD",a[a.MAPLE_BLACKJACK=6416]="MAPLE_BLACKJACK",a[a.MAPLE_BLACKJACKO=6418]="MAPLE_BLACKJACKO",a[a.MAPLE_BLACKJACKD=6420]="MAPLE_BLACKJACKD",a[a.RING_OF_CHAROS_ACTIVATED=6465]="RING_OF_CHAROS_ACTIVATED",a[a.COMPOST_POTION_4_DOSE=6470]="COMPOST_POTION_4_DOSE",a[a.COMPOST_POTION_3_DOSE=6472]="COMPOST_POTION_3_DOSE",a[a.COMPOST_POTION_2_DOSE=6474]="COMPOST_POTION_2_DOSE",a[a.COMPOST_POTION_1_DOSE=6476]="COMPOST_POTION_1_DOSE",a[a.TOKTZXILUL=6522]="TOKTZXILUL",a[a.TOKTZXILAK=6523]="TOKTZXILAK",a[a.TOKTZKETXIL=6524]="TOKTZKETXIL",a[a.TOKTZXILEK=6525]="TOKTZXILEK",a[a.TOKTZMEJTAL=6526]="TOKTZMEJTAL",a[a.TZHAARKETEM=6527]="TZHAARKETEM",a[a.TZHAARKETOM=6528]="TZHAARKETOM",a[a.MOUSE_TOY=6541]="MOUSE_TOY",a[a.CATSPEAK_AMULETE=6544]="CATSPEAK_AMULETE",a[a.DOCTORS_HAT=6547]="DOCTORS_HAT",a[a.NURSE_HAT=6548]="NURSE_HAT",a[a.MUD_BATTLESTAFF=6562]="MUD_BATTLESTAFF",a[a.MYSTIC_MUD_STAFF=6563]="MYSTIC_MUD_STAFF",a[a.OBSIDIAN_CAPE=6568]="OBSIDIAN_CAPE",a[a.FIRE_CAPE_NORMAL=6570]="FIRE_CAPE_NORMAL",a[a.UNCUT_ONYX=6571]="UNCUT_ONYX",a[a.ONYX=6573]="ONYX",a[a.ONYX_RING=6575]="ONYX_RING",a[a.ONYX_NECKLACE=6577]="ONYX_NECKLACE",a[a.ONYX_AMULET_U=6579]="ONYX_AMULET_U",a[a.ONYX_AMULET=6581]="ONYX_AMULET",a[a.RING_OF_STONE=6583]="RING_OF_STONE",a[a.AMULET_OF_FURY=6585]="AMULET_OF_FURY",a[a.WHITE_CLAWS=6587]="WHITE_CLAWS",a[a.WHITE_BATTLEAXE=6589]="WHITE_BATTLEAXE",a[a.WHITE_DAGGER_UNPOISONED=6591]="WHITE_DAGGER_UNPOISONED",a[a.WHITE_DAGGER_POISON=6593]="WHITE_DAGGER_POISON",a[a.WHITE_HALBERD=6599]="WHITE_HALBERD",a[a.WHITE_MACE=6601]="WHITE_MACE",a[a.WHITE_MAGIC_STAFF=6603]="WHITE_MAGIC_STAFF",a[a.WHITE_SWORD=6605]="WHITE_SWORD",a[a.WHITE_LONGSWORD=6607]="WHITE_LONGSWORD",a[a.WHITE_2H_SWORD=6609]="WHITE_2H_SWORD",a[a.WHITE_SCIMITAR=6611]="WHITE_SCIMITAR",a[a.WHITE_WARHAMMER=6613]="WHITE_WARHAMMER",a[a.WHITE_CHAINBODY=6615]="WHITE_CHAINBODY",a[a.WHITE_PLATEBODY=6617]="WHITE_PLATEBODY",a[a.WHITE_BOOTS=6619]="WHITE_BOOTS",a[a.WHITE_MED_HELM=6621]="WHITE_MED_HELM",a[a.WHITE_FULL_HELM=6623]="WHITE_FULL_HELM",a[a.WHITE_PLATELEGS=6625]="WHITE_PLATELEGS",a[a.WHITE_PLATESKIRT=6627]="WHITE_PLATESKIRT",a[a.WHITE_GLOVES=6629]="WHITE_GLOVES",a[a.WHITE_SQ_SHIELD=6631]="WHITE_SQ_SHIELD",a[a.WHITE_KITESHIELD=6633]="WHITE_KITESHIELD",a[a.CAMO_TOP=6654]="CAMO_TOP",a[a.CAMO_BOTTOMS=6655]="CAMO_BOTTOMS",a[a.CAMO_HELMET=6656]="CAMO_HELMET",a[a.MUDSKIPPER_HAT=6665]="MUDSKIPPER_HAT",a[a.FLIPPERS=6666]="FLIPPERS",a[a.FISHBOWL_EMPTY=6667]="FISHBOWL_EMPTY",a[a.GROUND_GUAM=6681]="GROUND_GUAM",a[a.SARADOMIN_BREW_4_DOSE=6685]="SARADOMIN_BREW_4_DOSE",a[a.SARADOMIN_BREW_3_DOSE=6687]="SARADOMIN_BREW_3_DOSE",a[a.SARADOMIN_BREW_2_DOSE=6689]="SARADOMIN_BREW_2_DOSE",a[a.SARADOMIN_BREW_1_DOSE=6691]="SARADOMIN_BREW_1_DOSE",a[a.CRUSHED_NEST=6693]="CRUSHED_NEST",a[a.PAT_OF_BUTTER=6697]="PAT_OF_BUTTER",a[a.BAKED_POTATO=6701]="BAKED_POTATO",a[a.POTATO_WITH_BUTTER=6703]="POTATO_WITH_BUTTER",a[a.POTATO_WITH_CHEESE=6705]="POTATO_WITH_CHEESE",a[a.CAMULET=6707]="CAMULET",a[a.SEERCULL=6724]="SEERCULL",a[a.DAGANNOTH_BONES=6729]="DAGANNOTH_BONES",a[a.SEERS_RING=6731]="SEERS_RING",a[a.ARCHERS_RING=6733]="ARCHERS_RING",a[a.WARRIOR_RING=6735]="WARRIOR_RING",a[a.BERSERKER_RING=6737]="BERSERKER_RING",a[a.DRAGON_AXE=6739]="DRAGON_AXE",a[a.SILVERLIGHT_DYED=6745]="SILVERLIGHT_DYED",a[a.DARKLIGHT=6746]="DARKLIGHT",a[a.BLACK_DESERT_SHIRT=6750]="BLACK_DESERT_SHIRT",a[a.BLACK_DESERT_ROBE=6752]="BLACK_DESERT_ROBE",a[a.GUTHIX_MJOLNIR=6760]="GUTHIX_MJOLNIR",a[a.SARADOMIN_MJOLNIR=6762]="SARADOMIN_MJOLNIR",a[a.ZAMORAK_MJOLNIR=6764]="ZAMORAK_MJOLNIR",a[a.RAT_POLE_EMPTY=6773]="RAT_POLE_EMPTY",a[a.RAT_POLE_ONE_RAT=6774]="RAT_POLE_ONE_RAT",a[a.RAT_POLE_TWO_RATS=6775]="RAT_POLE_TWO_RATS",a[a.RAT_POLE_THREE_RATS=6776]="RAT_POLE_THREE_RATS",a[a.RAT_POLE_FOUR_RATS=6777]="RAT_POLE_FOUR_RATS",a[a.RAT_POLE_FIVE_RATS=6778]="RAT_POLE_FIVE_RATS",a[a.RAT_POLE_SIX_RATS=6779]="RAT_POLE_SIX_RATS",a[a.ROBE_OF_ELIDINIS_TOP=6786]="ROBE_OF_ELIDINIS_TOP",a[a.ROBE_OF_ELIDINIS_BOTTOM=6787]="ROBE_OF_ELIDINIS_BOTTOM",a[a.SHOES=6790]="SHOES",a[a.CHOCICE=6794]="CHOCICE",a[a.GRANITE_LEGS=6809]="GRANITE_LEGS",a[a.WYVERN_BONES=6812]="WYVERN_BONES",a[a.FUR=6814]="FUR",a[a.BOBBLE_HAT=6856]="BOBBLE_HAT",a[a.BOBBLE_SCARF=6857]="BOBBLE_SCARF",a[a.JESTER_HAT=6858]="JESTER_HAT",a[a.JESTER_SCARF=6859]="JESTER_SCARF",a[a.TRIJESTER_HAT=6860]="TRIJESTER_HAT",a[a.TRIJESTER_SCARF=6861]="TRIJESTER_SCARF",a[a.WOOLLY_HAT=6862]="WOOLLY_HAT",a[a.WOOLLY_SCARF=6863]="WOOLLY_SCARF",a[a.PROGRESS_HAT_DULL=6885]="PROGRESS_HAT_DULL",a[a.PROGRESS_HAT_ENERGISED=6886]="PROGRESS_HAT_ENERGISED",a[a.PROGRESS_HAT_FULL=6887]="PROGRESS_HAT_FULL",a[a.MAGES_BOOK=6889]="MAGES_BOOK",a[a.ARENA_BOOK=6891]="ARENA_BOOK",a[a.BEGINNER_WAND=6908]="BEGINNER_WAND",a[a.APPRENTICE_WAND=6910]="APPRENTICE_WAND",a[a.TEACHER_WAND=6912]="TEACHER_WAND",a[a.MASTER_WAND=6914]="MASTER_WAND",a[a.INFINITY_TOP=6916]="INFINITY_TOP",a[a.INFINITY_HAT=6918]="INFINITY_HAT",a[a.INFINITY_BOOTS=6920]="INFINITY_BOOTS",a[a.INFINITY_GLOVES=6922]="INFINITY_GLOVES",a[a.INFINITY_BOTTOMS=6924]="INFINITY_BOTTOMS",a[a.PINK_CAPE=6959]="PINK_CAPE",a[a.TRIANGLE_SANDWICH=6962]="TRIANGLE_SANDWICH",a[a.SANDSTONE_1KG=6971]="SANDSTONE_1KG",a[a.SANDSTONE_2KG=6973]="SANDSTONE_2KG",a[a.SANDSTONE_5KG=6975]="SANDSTONE_5KG",a[a.SANDSTONE_10KG=6977]="SANDSTONE_10KG",a[a.GRANITE_500G=6979]="GRANITE_500G",a[a.GRANITE_2KG=6981]="GRANITE_2KG",a[a.GRANITE_5KG=6983]="GRANITE_5KG",a[a.CAMEL_MASK=7003]="CAMEL_MASK",a[a.BUG_LANTERN_UNLIT=7051]="BUG_LANTERN_UNLIT",a[a.BUG_LANTERN_LIT=7053]="BUG_LANTERN_LIT",a[a.CHILLI_POTATO=7054]="CHILLI_POTATO",a[a.EGG_POTATO=7056]="EGG_POTATO",a[a.MUSHROOM_POTATO=7058]="MUSHROOM_POTATO",a[a.TUNA_POTATO=7060]="TUNA_POTATO",a[a.CHILLI_CON_CARNE=7062]="CHILLI_CON_CARNE",a[a.EGG_AND_TOMATO=7064]="EGG_AND_TOMATO",a[a.MUSHROOM_ONION=7066]="MUSHROOM_ONION",a[a.TUNA_AND_CORN=7068]="TUNA_AND_CORN",a[a.MINCED_MEAT=7070]="MINCED_MEAT",a[a.SPICY_SAUCE=7072]="SPICY_SAUCE",a[a.CHOPPED_GARLIC=7074]="CHOPPED_GARLIC",a[a.UNCOOKED_EGG=7076]="UNCOOKED_EGG",a[a.SCRAMBLED_EGG=7078]="SCRAMBLED_EGG",a[a.SLICED_MUSHROOMS=7080]="SLICED_MUSHROOMS",a[a.FRIED_MUSHROOMS=7082]="FRIED_MUSHROOMS",a[a.FRIED_ONIONS=7084]="FRIED_ONIONS",a[a.CHOPPED_TUNA=7086]="CHOPPED_TUNA",a[a.SWEETCORN_BOWL=7088]="SWEETCORN_BOWL",a[a.STRIPY_PIRATE_SHIRT_BEIGE=7110]="STRIPY_PIRATE_SHIRT_BEIGE",a[a.PIRATE_BANDANA_WHITE=7112]="PIRATE_BANDANA_WHITE",a[a.PIRATE_BOOTS=7114]="PIRATE_BOOTS",a[a.PIRATE_LEGGINGS_BEIGE=7116]="PIRATE_LEGGINGS_BEIGE",a[a.STRIPY_PIRATE_SHIRT_RED=7122]="STRIPY_PIRATE_SHIRT_RED",a[a.PIRATE_BANDANA_RED=7124]="PIRATE_BANDANA_RED",a[a.PIRATE_LEGGINGS_RED=7126]="PIRATE_LEGGINGS_RED",a[a.STRIPY_PIRATE_SHIRT_BLUE=7128]="STRIPY_PIRATE_SHIRT_BLUE",a[a.PIRATE_BANDANA_BLUE=7130]="PIRATE_BANDANA_BLUE",a[a.PIRATE_LEGGINGS_BLUE=7132]="PIRATE_LEGGINGS_BLUE",a[a.STRIPY_PIRATE_SHIRT_BROWN=7134]="STRIPY_PIRATE_SHIRT_BROWN",a[a.PIRATE_BANDANA_BROWN=7136]="PIRATE_BANDANA_BROWN",a[a.PIRATE_LEGGINGS_BROWN=7138]="PIRATE_LEGGINGS_BROWN",a[a.LUCKY_CUTLASS=7140]="LUCKY_CUTLASS",a[a.HARRYS_CUTLASS=7141]="HARRYS_CUTLASS",a[a.RAPIER=7142]="RAPIER",a[a.DRAGON_2H_SWORD=7158]="DRAGON_2H_SWORD",a[a.INSULATED_BOOTS=7159]="INSULATED_BOOTS",a[a.PIE_RECIPE_BOOK=7162]="PIE_RECIPE_BOOK",a[a.RAW_MUD_PIE=7168]="RAW_MUD_PIE",a[a.MUD_PIE=7170]="MUD_PIE",a[a.RAW_GARDEN_PIE=7176]="RAW_GARDEN_PIE",a[a.GARDEN_PIE_FULL=7178]="GARDEN_PIE_FULL",a[a.RAW_FISH_PIE=7186]="RAW_FISH_PIE",a[a.FISH_PIE_FULL=7188]="FISH_PIE_FULL",a[a.RAW_ADMIRAL_PIE=7196]="RAW_ADMIRAL_PIE",a[a.ADMIRAL_PIE_FULL=7198]="ADMIRAL_PIE_FULL",a[a.RAW_WILD_PIE=7206]="RAW_WILD_PIE",a[a.WILD_PIE_FULL=7208]="WILD_PIE_FULL",a[a.RAW_SUMMER_PIE=7216]="RAW_SUMMER_PIE",a[a.SUMMER_PIE_FULL=7218]="SUMMER_PIE_FULL",a[a.ROAST_RABBIT=7223]="ROAST_RABBIT",a[a.IRON_SPIT=7225]="IRON_SPIT",a[a.RED_BOATER=7319]="RED_BOATER",a[a.ORANGE_BOATER=7321]="ORANGE_BOATER",a[a.GREEN_BOATER=7323]="GREEN_BOATER",a[a.BLUE_BOATER=7325]="BLUE_BOATER",a[a.BLACK_BOATER=7327]="BLACK_BOATER",a[a.RED_FIRELIGHTER=7329]="RED_FIRELIGHTER",a[a.GREEN_FIRELIGHTER=7330]="GREEN_FIRELIGHTER",a[a.BLUE_FIRELIGHTER=7331]="BLUE_FIRELIGHTER",a[a.BLACK_SHIELD_H1=7332]="BLACK_SHIELD_H1",a[a.ADAMANT_SHIELD_H1=7334]="ADAMANT_SHIELD_H1",a[a.RUNE_SHIELD_H1=7336]="RUNE_SHIELD_H1",a[a.BLACK_SHIELD_H2=7338]="BLACK_SHIELD_H2",a[a.ADAMANT_SHIELD_H2=7340]="ADAMANT_SHIELD_H2",a[a.RUNE_SHIELD_H2=7342]="RUNE_SHIELD_H2",a[a.BLACK_SHIELD_H3=7344]="BLACK_SHIELD_H3",a[a.ADAMANT_SHIELD_H3=7346]="ADAMANT_SHIELD_H3",a[a.RUNE_SHIELD_H3=7348]="RUNE_SHIELD_H3",a[a.BLACK_SHIELD_H4=7350]="BLACK_SHIELD_H4",a[a.ADAMANT_SHIELD_H4=7352]="ADAMANT_SHIELD_H4",a[a.RUNE_SHIELD_H4=7354]="RUNE_SHIELD_H4",a[a.BLACK_SHIELD_H5=7356]="BLACK_SHIELD_H5",a[a.ADAMANT_SHIELD_H5=7358]="ADAMANT_SHIELD_H5",a[a.RUNE_SHIELD_H5=7360]="RUNE_SHIELD_H5",a[a.STUDDED_BODY_G=7362]="STUDDED_BODY_G",a[a.STUDDED_BODY_T=7364]="STUDDED_BODY_T",a[a.STUDDED_CHAPS_G=7366]="STUDDED_CHAPS_G",a[a.STUDDED_CHAPS_T=7368]="STUDDED_CHAPS_T",a[a.GREEN_DHIDE_BODY_G=7370]="GREEN_DHIDE_BODY_G",a[a.GREEN_DHIDE_BODY_T=7372]="GREEN_DHIDE_BODY_T",a[a.BLUE_DHIDE_BODY_G=7374]="BLUE_DHIDE_BODY_G",a[a.BLUE_DHIDE_BODY_T=7376]="BLUE_DHIDE_BODY_T",a[a.GREEN_DHIDE_CHAPS_G=7378]="GREEN_DHIDE_CHAPS_G",a[a.GREEN_DHIDE_CHAPS_T=7380]="GREEN_DHIDE_CHAPS_T",a[a.BLUE_DHIDE_CHAPS_G=7382]="BLUE_DHIDE_CHAPS_G",a[a.BLUE_DHIDE_CHAPS_T=7384]="BLUE_DHIDE_CHAPS_T",a[a.BLUE_SKIRT_G=7386]="BLUE_SKIRT_G",a[a.BLUE_SKIRT_T=7388]="BLUE_SKIRT_T",a[a.BLUE_WIZARD_ROBE_G=7390]="BLUE_WIZARD_ROBE_G",a[a.BLUE_WIZARD_ROBE_T=7392]="BLUE_WIZARD_ROBE_T",a[a.BLUE_WIZARD_HAT_G=7394]="BLUE_WIZARD_HAT_G",a[a.BLUE_WIZARD_HAT_T=7396]="BLUE_WIZARD_HAT_T",a[a.ENCHANTED_ROBE=7398]="ENCHANTED_ROBE",a[a.ENCHANTED_TOP=7399]="ENCHANTED_TOP",a[a.ENCHANTED_HAT=7400]="ENCHANTED_HAT",a[a.MAGIC_SECATEURS=7409]="MAGIC_SECATEURS",a[a.MOLE_CLAW=7416]="MOLE_CLAW",a[a.MOLE_SKIN=7418]="MOLE_SKIN",a[a.WOODEN_SPOON=7433]="WOODEN_SPOON",a[a.EGG_WHISK=7435]="EGG_WHISK",a[a.SPORK=7437]="SPORK",a[a.SPATULA=7439]="SPATULA",a[a.FRYING_PAN=7441]="FRYING_PAN",a[a.SKEWER=7443]="SKEWER",a[a.ROLLING_PIN=7445]="ROLLING_PIN",a[a.KITCHEN_KNIFE=7447]="KITCHEN_KNIFE",a[a.MEAT_TENDERISER=7449]="MEAT_TENDERISER",a[a.CLEAVER=7451]="CLEAVER",a[a.HARDLEATHER_GLOVES=7453]="HARDLEATHER_GLOVES",a[a.BRONZE_GLOVES=7454]="BRONZE_GLOVES",a[a.IRON_GLOVES=7455]="IRON_GLOVES",a[a.STEEL_GLOVES=7456]="STEEL_GLOVES",a[a.BLACK_GLOVES=7457]="BLACK_GLOVES",a[a.MITHRIL_GLOVES=7458]="MITHRIL_GLOVES",a[a.ADAMANT_GLOVES=7459]="ADAMANT_GLOVES",a[a.RUNE_GLOVES=7460]="RUNE_GLOVES",a[a.DRAGON_GLOVES=7461]="DRAGON_GLOVES",a[a.BARROWS_GLOVES=7462]="BARROWS_GLOVES",a[a.POT_OF_CORNFLOUR=7468]="POT_OF_CORNFLOUR",a[a.COOKED_CRAB_MEAT_FIVE=7521]="COOKED_CRAB_MEAT_FIVE",a[a.FISHBOWL_HELMET=7534]="FISHBOWL_HELMET",a[a.DIVING_APPARATUS=7535]="DIVING_APPARATUS",a[a.CRAB_CLAW=7537]="CRAB_CLAW",a[a.CRAB_HELMET=7539]="CRAB_HELMET",a[a.RAW_JUBBLY=7566]="RAW_JUBBLY",a[a.COOKED_JUBBLY=7568]="COOKED_JUBBLY",a[a.ZOMBIE_SHIRT=7592]="ZOMBIE_SHIRT",a[a.ZOMBIE_TROUSERS=7593]="ZOMBIE_TROUSERS",a[a.ZOMBIE_MASK=7594]="ZOMBIE_MASK",a[a.ZOMBIE_GLOVES=7595]="ZOMBIE_GLOVES",a[a.ZOMBIE_BOOTS=7596]="ZOMBIE_BOOTS",a[a.ROD_OF_IVANDIS_10=7639]="ROD_OF_IVANDIS_10",a[a.ROD_OF_IVANDIS_9=7640]="ROD_OF_IVANDIS_9",a[a.ROD_OF_IVANDIS_8=7641]="ROD_OF_IVANDIS_8",a[a.ROD_OF_IVANDIS_7=7642]="ROD_OF_IVANDIS_7",a[a.ROD_OF_IVANDIS_6=7643]="ROD_OF_IVANDIS_6",a[a.ROD_OF_IVANDIS_5=7644]="ROD_OF_IVANDIS_5",a[a.ROD_OF_IVANDIS_4=7645]="ROD_OF_IVANDIS_4",a[a.ROD_OF_IVANDIS_3=7646]="ROD_OF_IVANDIS_3",a[a.ROD_OF_IVANDIS_2=7647]="ROD_OF_IVANDIS_2",a[a.ROD_OF_IVANDIS_1=7648]="ROD_OF_IVANDIS_1",a[a.SILVER_DUST=7650]="SILVER_DUST",a[a.GUTHIX_BALANCE_4_DOSE=7660]="GUTHIX_BALANCE_4_DOSE",a[a.GUTHIX_BALANCE_3_DOSE=7662]="GUTHIX_BALANCE_3_DOSE",a[a.GUTHIX_BALANCE_2_DOSE=7664]="GUTHIX_BALANCE_2_DOSE",a[a.GUTHIX_BALANCE_1_DOSE=7666]="GUTHIX_BALANCE_1_DOSE",a[a.GADDERHAMMER=7668]="GADDERHAMMER",a[a.BOXING_GLOVES_RED=7671]="BOXING_GLOVES_RED",a[a.BOXING_GLOVES_BLUE=7673]="BOXING_GLOVES_BLUE",a[a.WOODEN_SWORD=7675]="WOODEN_SWORD",a[a.WOODEN_SHIELD_WEAPONS_RACK=7676]="WOODEN_SHIELD_WEAPONS_RACK",a[a.TOY_SOLDIER_NORMAL=7759]="TOY_SOLDIER_NORMAL",a[a.TOY_SOLDIER_WOUND=7761]="TOY_SOLDIER_WOUND",a[a.TOY_DOLL_NORMAL=7763]="TOY_DOLL_NORMAL",a[a.TOY_DOLL_WOUND=7765]="TOY_DOLL_WOUND",a[a.TOY_MOUSE_NORMAL=7767]="TOY_MOUSE_NORMAL",a[a.TOY_MOUSE_WOUND=7769]="TOY_MOUSE_WOUND",a[a.TOY_CAT=7771]="TOY_CAT",a[a.SNAKE_HIDE_SWAMP=7801]="SNAKE_HIDE_SWAMP",a[a.YIN_YANG_AMULET=7803]="YIN_YANG_AMULET",a[a.ANGER_SWORD=7806]="ANGER_SWORD",a[a.ANGER_BATTLEAXE=7807]="ANGER_BATTLEAXE",a[a.ANGER_MACE=7808]="ANGER_MACE",a[a.ANGER_SPEAR=7809]="ANGER_SPEAR",a[a.RAM_SKULL_HELM=7917]="RAM_SKULL_HELM",a[a.BONESACK=7918]="BONESACK",a[a.BOTTLE_OF_WINE=7919]="BOTTLE_OF_WINE",a[a.EASTER_RING=7927]="EASTER_RING",a[a.PURE_ESSENCE=7936]="PURE_ESSENCE",a[a.TORTOISE_SHELL=7939]="TORTOISE_SHELL",a[a.RAW_MONKFISH=7944]="RAW_MONKFISH",a[a.MONKFISH=7946]="MONKFISH",a[a.VARROCK_TELEPORT_TABLET=8007]="VARROCK_TELEPORT_TABLET",a[a.LUMBRIDGE_TELEPORT_TABLET=8008]="LUMBRIDGE_TELEPORT_TABLET",a[a.FALADOR_TELEPORT_TABLET=8009]="FALADOR_TELEPORT_TABLET",a[a.CAMELOT_TELEPORT_TABLET=8010]="CAMELOT_TELEPORT_TABLET",a[a.ARDOUGNE_TELEPORT_TABLET=8011]="ARDOUGNE_TELEPORT_TABLET",a[a.WATCHTOWER_TELEPORT_TABLET=8012]="WATCHTOWER_TELEPORT_TABLET",a[a.TELEPORT_TO_HOUSE_TABLET=8013]="TELEPORT_TO_HOUSE_TABLET",a[a.BONES_TO_BANANAS_TABLET=8014]="BONES_TO_BANANAS_TABLET",a[a.BONES_TO_PEACHES_TABLET=8015]="BONES_TO_PEACHES_TABLET",a[a.ENCHANT_SAPPHIRE_OR_OPAL=8016]="ENCHANT_SAPPHIRE_OR_OPAL",a[a.ENCHANT_EMERALD_OR_JADE=8017]="ENCHANT_EMERALD_OR_JADE",a[a.ENCHANT_RUBY_OR_TOPAZ=8018]="ENCHANT_RUBY_OR_TOPAZ",a[a.ENCHANT_DIAMOND=8019]="ENCHANT_DIAMOND",a[a.ENCHANT_DRAGONSTONE=8020]="ENCHANT_DRAGONSTONE",a[a.ENCHANT_ONYX=8021]="ENCHANT_ONYX",a[a.BAGGED_DEAD_TREE=8417]="BAGGED_DEAD_TREE",a[a.BAGGED_NICE_TREE=8419]="BAGGED_NICE_TREE",a[a.BAGGED_OAK_TREE=8421]="BAGGED_OAK_TREE",a[a.BAGGED_WILLOW_TREE=8423]="BAGGED_WILLOW_TREE",a[a.BAGGED_MAPLE_TREE=8425]="BAGGED_MAPLE_TREE",a[a.BAGGED_YEW_TREE=8427]="BAGGED_YEW_TREE",a[a.BAGGED_MAGIC_TREE=8429]="BAGGED_MAGIC_TREE",a[a.BAGGED_PLANT_1=8431]="BAGGED_PLANT_1",a[a.BAGGED_PLANT_2=8433]="BAGGED_PLANT_2",a[a.BAGGED_PLANT_3=8435]="BAGGED_PLANT_3",a[a.THORNY_HEDGE_BAGGED=8437]="THORNY_HEDGE_BAGGED",a[a.NICE_HEDGE_BAGGED=8439]="NICE_HEDGE_BAGGED",a[a.SMALL_BOX_HEDGE_BAGGED=8441]="SMALL_BOX_HEDGE_BAGGED",a[a.TOPIARY_HEDGE_BAGGED=8443]="TOPIARY_HEDGE_BAGGED",a[a.FANCY_HEDGE_BAGGED=8445]="FANCY_HEDGE_BAGGED",a[a.TALL_FANCY_HEDGE_BAGGED=8447]="TALL_FANCY_HEDGE_BAGGED",a[a.TALL_BOX_HEDGE_BAGGED=8449]="TALL_BOX_HEDGE_BAGGED",a[a.BAGGED_FLOWER=8451]="BAGGED_FLOWER",a[a.BAGGED_DAFFODILS=8453]="BAGGED_DAFFODILS",a[a.BAGGED_BLUEBELLS=8455]="BAGGED_BLUEBELLS",a[a.BAGGED_SUNFLOWER=8457]="BAGGED_SUNFLOWER",a[a.BAGGED_MARIGOLDS=8459]="BAGGED_MARIGOLDS",a[a.BAGGED_ROSES=8461]="BAGGED_ROSES",a[a.RUNE_HERALDIC_HELM_ARRAV=8464]="RUNE_HERALDIC_HELM_ARRAV",a[a.RUNE_HERALDIC_HELM_ASGARNIA=8466]="RUNE_HERALDIC_HELM_ASGARNIA",a[a.RUNE_HERALDIC_HELM_DORGESHUUN=8468]="RUNE_HERALDIC_HELM_DORGESHUUN",a[a.RUNE_HERALDIC_HELM_DRAGON=8470]="RUNE_HERALDIC_HELM_DRAGON",a[a.RUNE_HERALDIC_HELM_FAIRY=8472]="RUNE_HERALDIC_HELM_FAIRY",a[a.RUNE_HERALDIC_HELM_GUTHIX=8474]="RUNE_HERALDIC_HELM_GUTHIX",a[a.RUNE_HERALDIC_HELM_HAM=8476]="RUNE_HERALDIC_HELM_HAM",a[a.RUNE_HERALDIC_HELM_HORSE=8478]="RUNE_HERALDIC_HELM_HORSE",a[a.RUNE_HERALDIC_HELM_JOGRE=8480]="RUNE_HERALDIC_HELM_JOGRE",a[a.RUNE_HERALDIC_HELM_KANDARIN=8482]="RUNE_HERALDIC_HELM_KANDARIN",a[a.RUNE_HERALDIC_HELM_MISTHALIN=8484]="RUNE_HERALDIC_HELM_MISTHALIN",a[a.RUNE_HERALDIC_HELM_MONEY=8486]="RUNE_HERALDIC_HELM_MONEY",a[a.RUNE_HERALDIC_HELM_SARADOMIN=8488]="RUNE_HERALDIC_HELM_SARADOMIN",a[a.RUNE_HERALDIC_HELM_SKULL=8490]="RUNE_HERALDIC_HELM_SKULL",a[a.RUNE_HERALDIC_HELM_VARROCK=8492]="RUNE_HERALDIC_HELM_VARROCK",a[a.RUNE_HERALDIC_HELM_ZAMORAK=8494]="RUNE_HERALDIC_HELM_ZAMORAK",a[a.CRUDE_CHAIR_FLATPACK=8496]="CRUDE_CHAIR_FLATPACK",a[a.WOODEN_CHAIR_FLATPACK=8498]="WOODEN_CHAIR_FLATPACK",a[a.ROCKING_CHAIR_FLATPACK=8500]="ROCKING_CHAIR_FLATPACK",a[a.OAK_CHAIR_FLATPACK=8502]="OAK_CHAIR_FLATPACK",a[a.OAK_ARMCHAIR_FLATPACK=8504]="OAK_ARMCHAIR_FLATPACK",a[a.TEAK_ARMCHAIR_FLATPACK=8506]="TEAK_ARMCHAIR_FLATPACK",a[a.MAHOGANY_ARMCHAIR_FLATPACK=8508]="MAHOGANY_ARMCHAIR_FLATPACK",a[a.BOOKCASE_FLATPACK=8510]="BOOKCASE_FLATPACK",a[a.OAK_BOOKCASE_FLATPACK=8512]="OAK_BOOKCASE_FLATPACK",a[a.MAHOGANY_BOOKCASE_FLATPACK=8514]="MAHOGANY_BOOKCASE_FLATPACK",a[a.BEER_BARREL_FLATPACK=8516]="BEER_BARREL_FLATPACK",a[a.CIDER_BARREL_FLATPACK=8518]="CIDER_BARREL_FLATPACK",a[a.ASGARNIAN_ALE_FLATPACK=8520]="ASGARNIAN_ALE_FLATPACK",a[a.GREENMANS_ALE_FLATPACK=8522]="GREENMANS_ALE_FLATPACK",a[a.DRAGON_BITTER_FLATPACK=8524]="DRAGON_BITTER_FLATPACK",a[a.CHEFS_DELIGHT_FLATPACK=8526]="CHEFS_DELIGHT_FLATPACK",a[a.KITCHEN_TABLE_FLATPACK=8528]="KITCHEN_TABLE_FLATPACK",a[a.OAK_KITCHEN_TABLE_FLATPACK=8530]="OAK_KITCHEN_TABLE_FLATPACK",a[a.TEAK_KITCHEN_TABLE_FLATPACK=8532]="TEAK_KITCHEN_TABLE_FLATPACK",a[a.WOOD_DINING_TABLE_FLATPACK=8548]="WOOD_DINING_TABLE_FLATPACK",a[a.OAK_DINING_TABLE_FLATPACK=8550]="OAK_DINING_TABLE_FLATPACK",a[a.CARVED_OAK_TABLE_FLATPACK=8552]="CARVED_OAK_TABLE_FLATPACK",a[a.TEAK_TABLE_FLATPACK=8554]="TEAK_TABLE_FLATPACK",a[a.CARVED_TEAK_TABLE_FLATPACK=8556]="CARVED_TEAK_TABLE_FLATPACK",a[a.MAHOGANY_TABLE_FLATPACK=8558]="MAHOGANY_TABLE_FLATPACK",a[a.OPULENT_TABLE_FLATPACK=8560]="OPULENT_TABLE_FLATPACK",a[a.WOODEN_BENCH_FLATPACK=8562]="WOODEN_BENCH_FLATPACK",a[a.OAK_BENCH_FLATPACK=8564]="OAK_BENCH_FLATPACK",a[a.CARVED_OAK_BENCH_FLATPACK=8566]="CARVED_OAK_BENCH_FLATPACK",a[a.TEAK_DINING_BENCH_FLATPACK=8568]="TEAK_DINING_BENCH_FLATPACK",a[a.CARVED_TEAK_BENCH_FLATPACK=8570]="CARVED_TEAK_BENCH_FLATPACK",a[a.MAHOGANY_BENCH_FLATPACK=8572]="MAHOGANY_BENCH_FLATPACK",a[a.GILDED_BENCH_FLATPACK=8574]="GILDED_BENCH_FLATPACK",a[a.WOODEN_BED_FLATPACK=8576]="WOODEN_BED_FLATPACK",a[a.OAK_BED_FLATPACK=8578]="OAK_BED_FLATPACK",a[a.LARGE_OAK_BED_FLATPACK=8580]="LARGE_OAK_BED_FLATPACK",a[a.TEAK_BED_FLATPACK=8582]="TEAK_BED_FLATPACK",a[a.LARGE_TEAK_BED_FLATPACK=8584]="LARGE_TEAK_BED_FLATPACK",a[a.FOURPOSTER_BED_FLATPACK=8586]="FOURPOSTER_BED_FLATPACK",a[a.GILDED_FOURPOSTER_FLATPACK=8588]="GILDED_FOURPOSTER_FLATPACK",a[a.OAK_CLOCK_FLATPACK=8590]="OAK_CLOCK_FLATPACK",a[a.TEAK_CLOCK_FLATPACK=8592]="TEAK_CLOCK_FLATPACK",a[a.GILDED_CLOCK_FLATPACK=8594]="GILDED_CLOCK_FLATPACK",a[a.SHAVING_STAND_FLATPACK=8596]="SHAVING_STAND_FLATPACK",a[a.OAK_SHAVING_STAND_FLATPACK=8598]="OAK_SHAVING_STAND_FLATPACK",a[a.OAK_DRESSER_FLATPACK=8600]="OAK_DRESSER_FLATPACK",a[a.TEAK_DRESSER_FLATPACK=8602]="TEAK_DRESSER_FLATPACK",a[a.FANCY_TEAK_DRESSER_FLATPACK=8604]="FANCY_TEAK_DRESSER_FLATPACK",a[a.MAHOGANY_DRESSER_FLATPACK=8606]="MAHOGANY_DRESSER_FLATPACK",a[a.GILDED_DRESSER_FLATPACK=8608]="GILDED_DRESSER_FLATPACK",a[a.SHOE_BOX_FLATPACK=8610]="SHOE_BOX_FLATPACK",a[a.OAK_DRAWERS_FLATPACK=8612]="OAK_DRAWERS_FLATPACK",a[a.OAK_WARDROBE_FLATPACK=8614]="OAK_WARDROBE_FLATPACK",a[a.TEAK_DRAWERS_FLATPACK=8616]="TEAK_DRAWERS_FLATPACK",a[a.TEAK_WARDROBE_FLATPACK=8618]="TEAK_WARDROBE_FLATPACK",a[a.MAHOGANY_WARDROBE_FLATPACK=8620]="MAHOGANY_WARDROBE_FLATPACK",a[a.GILDED_WARDROBE_FLATPACK=8622]="GILDED_WARDROBE_FLATPACK",a[a.BANNER_ARRAV=8650]="BANNER_ARRAV",a[a.BANNER_ASGARNIA=8652]="BANNER_ASGARNIA",a[a.BANNER_DORGESHUUN=8654]="BANNER_DORGESHUUN",a[a.BANNER_DRAGON=8656]="BANNER_DRAGON",a[a.BANNER_FAIRY=8658]="BANNER_FAIRY",a[a.BANNER_GUTHIX=8660]="BANNER_GUTHIX",a[a.BANNER_HAM=8662]="BANNER_HAM",a[a.BANNER_HORSE=8664]="BANNER_HORSE",a[a.BANNER_JOGRE=8666]="BANNER_JOGRE",a[a.BANNER_KANDARIN=8668]="BANNER_KANDARIN",a[a.BANNER_MISTHALIN=8670]="BANNER_MISTHALIN",a[a.BANNER_MONEY=8672]="BANNER_MONEY",a[a.BANNER_SARADOMIN=8674]="BANNER_SARADOMIN",a[a.BANNER_SKULL=8676]="BANNER_SKULL",a[a.BANNER_VARROCK=8678]="BANNER_VARROCK",a[a.BANNER_ZAMORAK=8680]="BANNER_ZAMORAK",a[a.STEEL_HERALDIC_HELM_ARRAV=8682]="STEEL_HERALDIC_HELM_ARRAV",a[a.STEEL_HERALDIC_HELM_ASGARNIA=8684]="STEEL_HERALDIC_HELM_ASGARNIA",a[a.STEEL_HERALDIC_HELM_DORGESHUUN=8686]="STEEL_HERALDIC_HELM_DORGESHUUN",a[a.STEEL_HERALDIC_HELM_DRAGON=8688]="STEEL_HERALDIC_HELM_DRAGON",a[a.STEEL_HERALDIC_HELM_FAIRY=8690]="STEEL_HERALDIC_HELM_FAIRY",a[a.STEEL_HERALDIC_HELM_GUTHIX=8692]="STEEL_HERALDIC_HELM_GUTHIX",a[a.STEEL_HERALDIC_HELM_HAM=8694]="STEEL_HERALDIC_HELM_HAM",a[a.STEEL_HERALDIC_HELM_HORSE=8696]="STEEL_HERALDIC_HELM_HORSE",a[a.STEEL_HERALDIC_HELM_JOGRE=8698]="STEEL_HERALDIC_HELM_JOGRE",a[a.STEEL_HERALDIC_HELM_KANDARIN=8700]="STEEL_HERALDIC_HELM_KANDARIN",a[a.STEEL_HERALDIC_HELM_MISTHALIN=8702]="STEEL_HERALDIC_HELM_MISTHALIN",a[a.STEEL_HERALDIC_HELM_MONEY=8704]="STEEL_HERALDIC_HELM_MONEY",a[a.STEEL_HERALDIC_HELM_SARADOMIN=8706]="STEEL_HERALDIC_HELM_SARADOMIN",a[a.STEEL_HERALDIC_HELM_SKULL=8708]="STEEL_HERALDIC_HELM_SKULL",a[a.STEEL_HERALDIC_HELM_VARROCK=8710]="STEEL_HERALDIC_HELM_VARROCK",a[a.STEEL_HERALDIC_HELM_ZAMORAK=8712]="STEEL_HERALDIC_HELM_ZAMORAK",a[a.RUNE_KITESHIELD_ARRAV=8714]="RUNE_KITESHIELD_ARRAV",a[a.RUNE_KITESHIELD_ASGARNIA=8716]="RUNE_KITESHIELD_ASGARNIA",a[a.RUNE_KITESHIELD_DORGESHUUN=8718]="RUNE_KITESHIELD_DORGESHUUN",a[a.RUNE_KITESHIELD_DRAGON=8720]="RUNE_KITESHIELD_DRAGON",a[a.RUNE_KITESHIELD_FAIRY=8722]="RUNE_KITESHIELD_FAIRY",a[a.RUNE_KITESHIELD_GUTHIX=8724]="RUNE_KITESHIELD_GUTHIX",a[a.RUNE_KITESHIELD_HAM=8726]="RUNE_KITESHIELD_HAM",a[a.RUNE_KITESHIELD_HORSE=8728]="RUNE_KITESHIELD_HORSE",a[a.RUNE_KITESHIELD_JOGRE=8730]="RUNE_KITESHIELD_JOGRE",a[a.RUNE_KITESHIELD_KANDARIN=8732]="RUNE_KITESHIELD_KANDARIN",a[a.RUNE_KITESHIELD_MISTHALIN=8734]="RUNE_KITESHIELD_MISTHALIN",a[a.RUNE_KITESHIELD_MONEY=8736]="RUNE_KITESHIELD_MONEY",a[a.RUNE_KITESHIELD_SARADOMIN=8738]="RUNE_KITESHIELD_SARADOMIN",a[a.RUNE_KITESHIELD_SKULL=8740]="RUNE_KITESHIELD_SKULL",a[a.RUNE_KITESHIELD_VARROCK=8742]="RUNE_KITESHIELD_VARROCK",a[a.RUNE_KITESHIELD_ZAMORAK=8744]="RUNE_KITESHIELD_ZAMORAK",a[a.STEEL_KITESHIELD_ARRAV=8746]="STEEL_KITESHIELD_ARRAV",a[a.STEEL_KITESHIELD_ASGARNIA=8748]="STEEL_KITESHIELD_ASGARNIA",a[a.STEEL_KITESHIELD_DORGESHUUN=8750]="STEEL_KITESHIELD_DORGESHUUN",a[a.STEEL_KITESHIELD_DRAGON=8752]="STEEL_KITESHIELD_DRAGON",a[a.STEEL_KITESHIELD_FAIRY=8754]="STEEL_KITESHIELD_FAIRY",a[a.STEEL_KITESHIELD_GUTHIX=8756]="STEEL_KITESHIELD_GUTHIX",a[a.STEEL_KITESHIELD_HAM=8758]="STEEL_KITESHIELD_HAM",a[a.STEEL_KITESHIELD_HORSE=8760]="STEEL_KITESHIELD_HORSE",a[a.STEEL_KITESHIELD_JOGRE=8762]="STEEL_KITESHIELD_JOGRE",a[a.STEEL_KITESHIELD_KANDARIN=8764]="STEEL_KITESHIELD_KANDARIN",a[a.STEEL_KITESHIELD_MISTHALIN=8766]="STEEL_KITESHIELD_MISTHALIN",a[a.STEEL_KITESHIELD_MONEY=8768]="STEEL_KITESHIELD_MONEY",a[a.STEEL_KITESHIELD_SARADOMIN=8770]="STEEL_KITESHIELD_SARADOMIN",a[a.STEEL_KITESHIELD_SKULL=8772]="STEEL_KITESHIELD_SKULL",a[a.STEEL_KITESHIELD_VARROCK=8774]="STEEL_KITESHIELD_VARROCK",a[a.STEEL_KITESHIELD_ZAMORAK=8776]="STEEL_KITESHIELD_ZAMORAK",a[a.OAK_PLANK=8778]="OAK_PLANK",a[a.TEAK_PLANK=8780]="TEAK_PLANK",a[a.MAHOGANY_PLANK=8782]="MAHOGANY_PLANK",a[a.GOLD_LEAF=8784]="GOLD_LEAF",a[a.MARBLE_BLOCK=8786]="MARBLE_BLOCK",a[a.MAGIC_STONE=8788]="MAGIC_STONE",a[a.BOLT_OF_CLOTH=8790]="BOLT_OF_CLOTH",a[a.CLOCKWORK=8792]="CLOCKWORK",a[a.SAW=8794]="SAW",a[a.TIMBER_BEAM=8837]="TIMBER_BEAM",a[a.VOID_KNIGHT_TOP_NORMAL=8839]="VOID_KNIGHT_TOP_NORMAL",a[a.VOID_KNIGHT_ROBE_NORMAL=8840]="VOID_KNIGHT_ROBE_NORMAL",a[a.VOID_KNIGHT_MACE_NORMAL=8841]="VOID_KNIGHT_MACE_NORMAL",a[a.VOID_KNIGHT_GLOVES_NORMAL=8842]="VOID_KNIGHT_GLOVES_NORMAL",a[a.BRONZE_DEFENDER_NORMAL=8844]="BRONZE_DEFENDER_NORMAL",a[a.IRON_DEFENDER_NORMAL=8845]="IRON_DEFENDER_NORMAL",a[a.STEEL_DEFENDER_NORMAL=8846]="STEEL_DEFENDER_NORMAL",a[a.BLACK_DEFENDER_NORMAL=8847]="BLACK_DEFENDER_NORMAL",a[a.MITHRIL_DEFENDER_NORMAL=8848]="MITHRIL_DEFENDER_NORMAL",a[a.ADAMANT_DEFENDER_NORMAL=8849]="ADAMANT_DEFENDER_NORMAL",a[a.RUNE_DEFENDER_NORMAL=8850]="RUNE_DEFENDER_NORMAL",a[a.BONE_DAGGER_UNPOISONED=8872]="BONE_DAGGER_UNPOISONED",a[a.BONE_DAGGER_POISON=8874]="BONE_DAGGER_POISON",a[a.DORGESHUUN_CROSSBOW=8880]="DORGESHUUN_CROSSBOW",a[a.BONE_BOLTS=8882]="BONE_BOLTS",a[a.BLACK_MASK_10=8901]="BLACK_MASK_10",a[a.BLACK_MASK_9=8903]="BLACK_MASK_9",a[a.BLACK_MASK_8=8905]="BLACK_MASK_8",a[a.BLACK_MASK_7=8907]="BLACK_MASK_7",a[a.BLACK_MASK_6=8909]="BLACK_MASK_6",a[a.BLACK_MASK_5=8911]="BLACK_MASK_5",a[a.BLACK_MASK_4=8913]="BLACK_MASK_4",a[a.BLACK_MASK_3=8915]="BLACK_MASK_3",a[a.BLACK_MASK_2=8917]="BLACK_MASK_2",a[a.BLACK_MASK_1=8919]="BLACK_MASK_1",a[a.BLACK_MASK_UNCHARGED=8921]="BLACK_MASK_UNCHARGED",a[a.WITCHWOOD_ICON=8923]="WITCHWOOD_ICON",a[a.BANDANA_EYEPATCH_WHITE=8924]="BANDANA_EYEPATCH_WHITE",a[a.BANDANA_EYEPATCH_RED=8925]="BANDANA_EYEPATCH_RED",a[a.BANDANA_EYEPATCH_BLUE=8926]="BANDANA_EYEPATCH_BLUE",a[a.BANDANA_EYEPATCH_BROWN=8927]="BANDANA_EYEPATCH_BROWN",a[a.HAT_EYEPATCH=8928]="HAT_EYEPATCH",a[a.CRABCLAW_HOOK=8929]="CRABCLAW_HOOK",a[a.PIRATE_BANDANA_TROUBLE_BREWING=8949]="PIRATE_BANDANA_TROUBLE_BREWING",a[a.PIRATE_HAT=8950]="PIRATE_HAT",a[a.BLUE_NAVAL_SHIRT=8952]="BLUE_NAVAL_SHIRT",a[a.GREEN_NAVAL_SHIRT=8953]="GREEN_NAVAL_SHIRT",a[a.RED_NAVAL_SHIRT=8954]="RED_NAVAL_SHIRT",a[a.BROWN_NAVAL_SHIRT=8955]="BROWN_NAVAL_SHIRT",a[a.BLACK_NAVAL_SHIRT=8956]="BLACK_NAVAL_SHIRT",a[a.PURPLE_NAVAL_SHIRT=8957]="PURPLE_NAVAL_SHIRT",a[a.GREY_NAVAL_SHIRT=8958]="GREY_NAVAL_SHIRT",a[a.BLUE_TRICORN_HAT=8959]="BLUE_TRICORN_HAT",a[a.GREEN_TRICORN_HAT=8960]="GREEN_TRICORN_HAT",a[a.RED_TRICORN_HAT=8961]="RED_TRICORN_HAT",a[a.BROWN_TRICORN_HAT=8962]="BROWN_TRICORN_HAT",a[a.BLACK_TRICORN_HAT=8963]="BLACK_TRICORN_HAT",a[a.PURPLE_TRICORN_HAT=8964]="PURPLE_TRICORN_HAT",a[a.GREY_TRICORN_HAT=8965]="GREY_TRICORN_HAT",a[a.CUTTHROAT_FLAG=8966]="CUTTHROAT_FLAG",a[a.GILDED_SMILE_FLAG=8967]="GILDED_SMILE_FLAG",a[a.BRONZE_FIST_FLAG=8968]="BRONZE_FIST_FLAG",a[a.LUCKY_SHOT_FLAG=8969]="LUCKY_SHOT_FLAG",a[a.TREASURE_FLAG=8970]="TREASURE_FLAG",a[a.PHASMATYS_FLAG=8971]="PHASMATYS_FLAG",a[a.BLUE_NAVY_SLACKS=8991]="BLUE_NAVY_SLACKS",a[a.GREEN_NAVY_SLACKS=8992]="GREEN_NAVY_SLACKS",a[a.RED_NAVY_SLACKS=8993]="RED_NAVY_SLACKS",a[a.BROWN_NAVY_SLACKS=8994]="BROWN_NAVY_SLACKS",a[a.BLACK_NAVY_SLACKS=8995]="BLACK_NAVY_SLACKS",a[a.PURPLE_NAVY_SLACKS=8996]="PURPLE_NAVY_SLACKS",a[a.GREY_NAVY_SLACKS=8997]="GREY_NAVY_SLACKS",a[a.SECURITY_BOOK=9003]="SECURITY_BOOK",a[a.STRONGHOLD_NOTES=9004]="STRONGHOLD_NOTES",a[a.FANCY_BOOTS=9005]="FANCY_BOOTS",a[a.FIGHTING_BOOTS=9006]="FIGHTING_BOOTS",a[a.SKULL_SCEPTRE=9013]="SKULL_SCEPTRE",a[a.IVORY_COMB=9026]="IVORY_COMB",a[a.GOLDEN_SCARAB=9028]="GOLDEN_SCARAB",a[a.STONE_SCARAB=9030]="STONE_SCARAB",a[a.POTTERY_SCARAB=9032]="POTTERY_SCARAB",a[a.GOLDEN_STATUETTE=9034]="GOLDEN_STATUETTE",a[a.POTTERY_STATUETTE=9036]="POTTERY_STATUETTE",a[a.STONE_STATUETTE=9038]="STONE_STATUETTE",a[a.GOLD_SEAL=9040]="GOLD_SEAL",a[a.STONE_SEAL=9042]="STONE_SEAL",a[a.PHARAOHS_SCEPTRE_CHARGED=9044]="PHARAOHS_SCEPTRE_CHARGED",a[a.LOCUST_MEAT=9052]="LOCUST_MEAT",a[a.MOONCLAN_HELM=9068]="MOONCLAN_HELM",a[a.MOONCLAN_HAT=9069]="MOONCLAN_HAT",a[a.MOONCLAN_ARMOUR=9070]="MOONCLAN_ARMOUR",a[a.MOONCLAN_SKIRT=9071]="MOONCLAN_SKIRT",a[a.MOONCLAN_GLOVES=9072]="MOONCLAN_GLOVES",a[a.MOONCLAN_BOOTS=9073]="MOONCLAN_BOOTS",a[a.MOONCLAN_CAPE=9074]="MOONCLAN_CAPE",a[a.ASTRAL_RUNE=9075]="ASTRAL_RUNE",a[a.SEAL_OF_PASSAGE=9083]="SEAL_OF_PASSAGE",a[a.LUNAR_STAFF=9084]="LUNAR_STAFF",a[a.LUNAR_STAFF_PT1=9091]="LUNAR_STAFF_PT1",a[a.LUNAR_STAFF_PT2=9092]="LUNAR_STAFF_PT2",a[a.LUNAR_STAFF_PT3=9093]="LUNAR_STAFF_PT3",a[a.LUNAR_HELM=9096]="LUNAR_HELM",a[a.LUNAR_TORSO=9097]="LUNAR_TORSO",a[a.LUNAR_LEGS=9098]="LUNAR_LEGS",a[a.LUNAR_GLOVES=9099]="LUNAR_GLOVES",a[a.LUNAR_BOOTS=9100]="LUNAR_BOOTS",a[a.LUNAR_CAPE=9101]="LUNAR_CAPE",a[a.LUNAR_AMULET=9102]="LUNAR_AMULET",a[a.LUNAR_RING=9104]="LUNAR_RING",a[a.ASTRAL_TIARA=9106]="ASTRAL_TIARA",a[a.BLURITE_BOLTS_UNPOISONED=9139]="BLURITE_BOLTS_UNPOISONED",a[a.IRON_BOLTS_UNPOISONED=9140]="IRON_BOLTS_UNPOISONED",a[a.STEEL_BOLTS_UNPOISONED=9141]="STEEL_BOLTS_UNPOISONED",a[a.MITHRIL_BOLTS_UNPOISONED=9142]="MITHRIL_BOLTS_UNPOISONED",a[a.ADAMANT_BOLTS_UNPOISONED=9143]="ADAMANT_BOLTS_UNPOISONED",a[a.RUNITE_BOLTS_UNPOISONED=9144]="RUNITE_BOLTS_UNPOISONED",a[a.SILVER_BOLTS_UNPOISONED=9145]="SILVER_BOLTS_UNPOISONED",a[a.BRONZE_CROSSBOW=9174]="BRONZE_CROSSBOW",a[a.BLURITE_CROSSBOW=9176]="BLURITE_CROSSBOW",a[a.IRON_CROSSBOW=9177]="IRON_CROSSBOW",a[a.STEEL_CROSSBOW=9179]="STEEL_CROSSBOW",a[a.MITHRIL_CROSSBOW=9181]="MITHRIL_CROSSBOW",a[a.ADAMANT_CROSSBOW=9183]="ADAMANT_CROSSBOW",a[a.RUNE_CROSSBOW=9185]="RUNE_CROSSBOW",a[a.JADE_BOLT_TIPS=9187]="JADE_BOLT_TIPS",a[a.TOPAZ_BOLT_TIPS=9188]="TOPAZ_BOLT_TIPS",a[a.SAPPHIRE_BOLT_TIPS=9189]="SAPPHIRE_BOLT_TIPS",a[a.EMERALD_BOLT_TIPS=9190]="EMERALD_BOLT_TIPS",a[a.RUBY_BOLT_TIPS=9191]="RUBY_BOLT_TIPS",a[a.DIAMOND_BOLT_TIPS=9192]="DIAMOND_BOLT_TIPS",a[a.DRAGONSTONE_BOLT_TIPS=9193]="DRAGONSTONE_BOLT_TIPS",a[a.ONYX_BOLT_TIPS=9194]="ONYX_BOLT_TIPS",a[a.OPAL_BOLTS_E=9236]="OPAL_BOLTS_E",a[a.JADE_BOLTS_E=9237]="JADE_BOLTS_E",a[a.PEARL_BOLTS_E=9238]="PEARL_BOLTS_E",a[a.TOPAZ_BOLTS_E=9239]="TOPAZ_BOLTS_E",a[a.SAPPHIRE_BOLTS_E=9240]="SAPPHIRE_BOLTS_E",a[a.EMERALD_BOLTS_E=9241]="EMERALD_BOLTS_E",a[a.RUBY_BOLTS_E=9242]="RUBY_BOLTS_E",a[a.DIAMOND_BOLTS_E=9243]="DIAMOND_BOLTS_E",a[a.DRAGONSTONE_BOLTS_E=9244]="DRAGONSTONE_BOLTS_E",a[a.ONYX_BOLTS_E=9245]="ONYX_BOLTS_E",a[a.BLURITE_BOLTS_POISON=9286]="BLURITE_BOLTS_POISON",a[a.IRON_BOLTS_POISON=9287]="IRON_BOLTS_POISON",a[a.STEEL_BOLTS_POISON=9288]="STEEL_BOLTS_POISON",a[a.MITHRIL_BOLTS_POISON=9289]="MITHRIL_BOLTS_POISON",a[a.ADAMANT_BOLTS_POISON=9290]="ADAMANT_BOLTS_POISON",a[a.RUNITE_BOLTS_POISON=9291]="RUNITE_BOLTS_POISON",a[a.SILVER_BOLTS_POISON=9292]="SILVER_BOLTS_POISON",a[a.JADE_BOLTS=9335]="JADE_BOLTS",a[a.TOPAZ_BOLTS=9336]="TOPAZ_BOLTS",a[a.SAPPHIRE_BOLTS=9337]="SAPPHIRE_BOLTS",a[a.EMERALD_BOLTS=9338]="EMERALD_BOLTS",a[a.RUBY_BOLTS=9339]="RUBY_BOLTS",a[a.DIAMOND_BOLTS=9340]="DIAMOND_BOLTS",a[a.DRAGONSTONE_BOLTS=9341]="DRAGONSTONE_BOLTS",a[a.ONYX_BOLTS=9342]="ONYX_BOLTS",a[a.BRONZE_BOLTS_UNF=9375]="BRONZE_BOLTS_UNF",a[a.IRON_BOLTS_UNF=9377]="IRON_BOLTS_UNF",a[a.STEEL_BOLTS_UNF=9378]="STEEL_BOLTS_UNF",a[a.MITHRIL_BOLTS_UNF=9379]="MITHRIL_BOLTS_UNF",a[a.ADAMANT_BOLTSUNF=9380]="ADAMANT_BOLTSUNF",a[a.RUNITE_BOLTS_UNF=9381]="RUNITE_BOLTS_UNF",a[a.SILVER_BOLTS_UNF=9382]="SILVER_BOLTS_UNF",a[a.MITH_GRAPPLE_TIP=9416]="MITH_GRAPPLE_TIP",a[a.MITH_GRAPPLE_UNF=9418]="MITH_GRAPPLE_UNF",a[a.MITH_GRAPPLE=9419]="MITH_GRAPPLE",a[a.BRONZE_LIMBS=9420]="BRONZE_LIMBS",a[a.IRON_LIMBS=9423]="IRON_LIMBS",a[a.STEEL_LIMBS=9425]="STEEL_LIMBS",a[a.MITHRIL_LIMBS=9427]="MITHRIL_LIMBS",a[a.ADAMANTITE_LIMBS=9429]="ADAMANTITE_LIMBS",a[a.RUNITE_LIMBS=9431]="RUNITE_LIMBS",a[a.BOLT_MOULD=9434]="BOLT_MOULD",a[a.SINEW=9436]="SINEW",a[a.CROSSBOW_STRING=9438]="CROSSBOW_STRING",a[a.WOODEN_STOCK=9440]="WOODEN_STOCK",a[a.OAK_STOCK=9442]="OAK_STOCK",a[a.WILLOW_STOCK=9444]="WILLOW_STOCK",a[a.TEAK_STOCK=9446]="TEAK_STOCK",a[a.MAPLE_STOCK=9448]="MAPLE_STOCK",a[a.MAHOGANY_STOCK=9450]="MAHOGANY_STOCK",a[a.YEW_STOCK=9452]="YEW_STOCK",a[a.BRONZE_CROSSBOW_U=9454]="BRONZE_CROSSBOW_U",a[a.IRON_CROSSBOW_U=9457]="IRON_CROSSBOW_U",a[a.STEEL_CROSSBOW_U=9459]="STEEL_CROSSBOW_U",a[a.MITHRIL_CROSSBOW_U=9461]="MITHRIL_CROSSBOW_U",a[a.ADAMANT_CROSSBOW_U=9463]="ADAMANT_CROSSBOW_U",a[a.RUNITE_CROSSBOW_U=9465]="RUNITE_CROSSBOW_U",a[a.GRAND_SEED_POD=9469]="GRAND_SEED_POD",a[a.GNOME_SCARF=9470]="GNOME_SCARF",a[a.GNOME_GOGGLES=9472]="GNOME_GOGGLES",a[a.MINT_CAKE=9475]="MINT_CAKE",a[a.TYRAS_HELM=9629]="TYRAS_HELM",a[a.VYREWATCH_TOP=9634]="VYREWATCH_TOP",a[a.VYREWATCH_LEGS=9636]="VYREWATCH_LEGS",a[a.VYREWATCH_SHOES=9638]="VYREWATCH_SHOES",a[a.CITIZEN_TOP=9640]="CITIZEN_TOP",a[a.CITIZEN_TROUSERS=9642]="CITIZEN_TROUSERS",a[a.CITIZEN_SHOES=9644]="CITIZEN_SHOES",a[a.PROSELYTE_HARNESS_M=9666]="PROSELYTE_HARNESS_M",a[a.INITIATE_HARNESS_M=9668]="INITIATE_HARNESS_M",a[a.PROSELYTE_HARNESS_F=9670]="PROSELYTE_HARNESS_F",a[a.PROSELYTE_SALLET=9672]="PROSELYTE_SALLET",a[a.PROSELYTE_HAUBERK=9674]="PROSELYTE_HAUBERK",a[a.PROSELYTE_CUISSE=9676]="PROSELYTE_CUISSE",a[a.PROSELYTE_TASSET=9678]="PROSELYTE_TASSET",a[a.TRAINING_SWORD=9703]="TRAINING_SWORD",a[a.TRAINING_SHIELD=9704]="TRAINING_SHIELD",a[a.TRAINING_BOW=9705]="TRAINING_BOW",a[a.TRAINING_ARROWS=9706]="TRAINING_ARROWS",a[a.ELEMENTAL_HELMET=9729]="ELEMENTAL_HELMET",a[a.MIND_SHIELD=9731]="MIND_SHIELD",a[a.MIND_HELMET=9733]="MIND_HELMET",a[a.DESERT_GOAT_HORN=9735]="DESERT_GOAT_HORN",a[a.GOAT_HORN_DUST=9736]="GOAT_HORN_DUST",a[a.COMBAT_POTION_4_DOSE=9739]="COMBAT_POTION_4_DOSE",a[a.COMBAT_POTION_3_DOSE=9741]="COMBAT_POTION_3_DOSE",a[a.COMBAT_POTION_2_DOSE=9743]="COMBAT_POTION_2_DOSE",a[a.COMBAT_POTION_1_DOSE=9745]="COMBAT_POTION_1_DOSE",a[a.ATTACK_CAPE_UNTRIMMED=9747]="ATTACK_CAPE_UNTRIMMED",a[a.ATTACK_CAPE_TRIMMED=9748]="ATTACK_CAPE_TRIMMED",a[a.ATTACK_HOOD=9749]="ATTACK_HOOD",a[a.STRENGTH_CAPE_UNTRIMMED=9750]="STRENGTH_CAPE_UNTRIMMED",a[a.STRENGTH_CAPE_TRIMMED=9751]="STRENGTH_CAPE_TRIMMED",a[a.STRENGTH_HOOD=9752]="STRENGTH_HOOD",a[a.DEFENCE_CAPE_UNTRIMMED=9753]="DEFENCE_CAPE_UNTRIMMED",a[a.DEFENCE_CAPE_TRIMMED=9754]="DEFENCE_CAPE_TRIMMED",a[a.DEFENCE_HOOD=9755]="DEFENCE_HOOD",a[a.RANGING_CAPE_UNTRIMMED=9756]="RANGING_CAPE_UNTRIMMED",a[a.RANGING_CAPE_TRIMMED=9757]="RANGING_CAPE_TRIMMED",a[a.RANGING_HOOD=9758]="RANGING_HOOD",a[a.PRAYER_CAPE_UNTRIMMED=9759]="PRAYER_CAPE_UNTRIMMED",a[a.PRAYER_CAPE_TRIMMED=9760]="PRAYER_CAPE_TRIMMED",a[a.PRAYER_HOOD=9761]="PRAYER_HOOD",a[a.MAGIC_CAPE_UNTRIMMED=9762]="MAGIC_CAPE_UNTRIMMED",a[a.MAGIC_CAPE_TRIMMED=9763]="MAGIC_CAPE_TRIMMED",a[a.MAGIC_HOOD=9764]="MAGIC_HOOD",a[a.RUNECRAFT_CAPE_UNTRIMMED=9765]="RUNECRAFT_CAPE_UNTRIMMED",a[a.RUNECRAFT_CAPE_TRIMMED=9766]="RUNECRAFT_CAPE_TRIMMED",a[a.RUNECRAFT_HOOD=9767]="RUNECRAFT_HOOD",a[a.HITPOINTS_CAPE_UNTRIMMED=9768]="HITPOINTS_CAPE_UNTRIMMED",a[a.HITPOINTS_CAPE_TRIMMED=9769]="HITPOINTS_CAPE_TRIMMED",a[a.HITPOINTS_HOOD=9770]="HITPOINTS_HOOD",a[a.AGILITY_CAPE_UNTRIMMED=9771]="AGILITY_CAPE_UNTRIMMED",a[a.AGILITY_CAPE_TRIMMED=9772]="AGILITY_CAPE_TRIMMED",a[a.AGILITY_HOOD=9773]="AGILITY_HOOD",a[a.HERBLORE_CAPE_UNTRIMMED=9774]="HERBLORE_CAPE_UNTRIMMED",a[a.HERBLORE_CAPE_TRIMMED=9775]="HERBLORE_CAPE_TRIMMED",a[a.HERBLORE_HOOD=9776]="HERBLORE_HOOD",a[a.THIEVING_CAPE_UNTRIMMED=9777]="THIEVING_CAPE_UNTRIMMED",a[a.THIEVING_CAPE_TRIMMED=9778]="THIEVING_CAPE_TRIMMED",a[a.THIEVING_HOOD=9779]="THIEVING_HOOD",a[a.CRAFTING_CAPE_UNTRIMMED=9780]="CRAFTING_CAPE_UNTRIMMED",a[a.CRAFTING_CAPE_TRIMMED=9781]="CRAFTING_CAPE_TRIMMED",a[a.CRAFTING_HOOD=9782]="CRAFTING_HOOD",a[a.FLETCHING_CAPE_UNTRIMMED=9783]="FLETCHING_CAPE_UNTRIMMED",a[a.FLETCHING_CAPE_TRIMMED=9784]="FLETCHING_CAPE_TRIMMED",a[a.FLETCHING_HOOD=9785]="FLETCHING_HOOD",a[a.SLAYER_CAPE_UNTRIMMED=9786]="SLAYER_CAPE_UNTRIMMED",a[a.SLAYER_CAPE_TRIMMED=9787]="SLAYER_CAPE_TRIMMED",a[a.SLAYER_HOOD=9788]="SLAYER_HOOD",a[a.CONSTRUCT_CAPE_UNTRIMMED=9789]="CONSTRUCT_CAPE_UNTRIMMED",a[a.CONSTRUCT_CAPE_TRIMMED=9790]="CONSTRUCT_CAPE_TRIMMED",a[a.CONSTRUCT_HOOD=9791]="CONSTRUCT_HOOD",a[a.MINING_CAPE_UNTRIMMED=9792]="MINING_CAPE_UNTRIMMED",a[a.MINING_CAPE_TRIMMED=9793]="MINING_CAPE_TRIMMED",a[a.MINING_HOOD=9794]="MINING_HOOD",a[a.SMITHING_CAPE_UNTRIMMED=9795]="SMITHING_CAPE_UNTRIMMED",a[a.SMITHING_CAPE_TRIMMED=9796]="SMITHING_CAPE_TRIMMED",a[a.SMITHING_HOOD=9797]="SMITHING_HOOD",a[a.FISHING_CAPE_UNTRIMMED=9798]="FISHING_CAPE_UNTRIMMED",a[a.FISHING_CAPE_TRIMMED=9799]="FISHING_CAPE_TRIMMED",a[a.FISHING_HOOD=9800]="FISHING_HOOD",a[a.COOKING_CAPE_UNTRIMMED=9801]="COOKING_CAPE_UNTRIMMED",a[a.COOKING_CAPE_TRIMMED=9802]="COOKING_CAPE_TRIMMED",a[a.COOKING_HOOD=9803]="COOKING_HOOD",a[a.FIREMAKING_CAPE_UNTRIMMED=9804]="FIREMAKING_CAPE_UNTRIMMED",a[a.FIREMAKING_CAPE_TRIMMED=9805]="FIREMAKING_CAPE_TRIMMED",a[a.FIREMAKING_HOOD=9806]="FIREMAKING_HOOD",a[a.WOODCUTTING_CAPE_UNTRIMMED=9807]="WOODCUTTING_CAPE_UNTRIMMED",a[a.WOODCUTTING_CAPE_TRIMMED=9808]="WOODCUTTING_CAPE_TRIMMED",a[a.WOODCUTTING_HOOD=9809]="WOODCUTTING_HOOD",a[a.FARMING_CAPE_UNTRIMMED=9810]="FARMING_CAPE_UNTRIMMED",a[a.FARMING_CAPE_TRIMMED=9811]="FARMING_CAPE_TRIMMED",a[a.FARMING_HOOD=9812]="FARMING_HOOD",a[a.QUEST_POINT_CAPE_UNTRIMMED=9813]="QUEST_POINT_CAPE_UNTRIMMED",a[a.QUEST_POINT_HOOD=9814]="QUEST_POINT_HOOD",a[a.OAK_CAPE_RACK_FLATPACK=9843]="OAK_CAPE_RACK_FLATPACK",a[a.TEAK_CAPE_RACK_FLATPACK=9844]="TEAK_CAPE_RACK_FLATPACK",a[a.MAHOGANY_CAPE_RACK_FLATPACK=9845]="MAHOGANY_CAPE_RACK_FLATPACK",a[a.GILDED_CAPE_RACK_FLATPACK=9846]="GILDED_CAPE_RACK_FLATPACK",a[a.MARBLE_CAPE_RACK_FLATPACK=9847]="MARBLE_CAPE_RACK_FLATPACK",a[a.MAGIC_CAPE_RACK_FLATPACK=9848]="MAGIC_CAPE_RACK_FLATPACK",a[a.OAK_TOY_BOX_FLATPACK=9849]="OAK_TOY_BOX_FLATPACK",a[a.TEAK_TOY_BOX_FLATPACK=9850]="TEAK_TOY_BOX_FLATPACK",a[a.MAHOGANY_TOY_BOX_FLATPACK=9851]="MAHOGANY_TOY_BOX_FLATPACK",a[a.OAK_MAGIC_WARDROBE_FLATPACK=9852]="OAK_MAGIC_WARDROBE_FLATPACK",a[a.CARVED_OAK_MAGIC_WARDROBE_FLATPACK=9853]="CARVED_OAK_MAGIC_WARDROBE_FLATPACK",a[a.TEAK_MAGIC_WARDROBE_FLATPACK=9854]="TEAK_MAGIC_WARDROBE_FLATPACK",a[a.CARVED_TEAK_MAGIC_WARDROBE_FLATPACK=9855]="CARVED_TEAK_MAGIC_WARDROBE_FLATPACK",a[a.MAHOGANY_MAGIC_WARDROBE_FLATPACK=9856]="MAHOGANY_MAGIC_WARDROBE_FLATPACK",a[a.GILDED_MAGIC_WARDROBE_FLATPACK=9857]="GILDED_MAGIC_WARDROBE_FLATPACK",a[a.MARBLE_MAGIC_WARDROBE_FLATPACK=9858]="MARBLE_MAGIC_WARDROBE_FLATPACK",a[a.OAK_ARMOUR_CASE_FLATPACK=9859]="OAK_ARMOUR_CASE_FLATPACK",a[a.TEAK_ARMOUR_CASE_FLATPACK=9860]="TEAK_ARMOUR_CASE_FLATPACK",a[a.MAHOGANY_ARMOUR_CASE_FLATPACK=9861]="MAHOGANY_ARMOUR_CASE_FLATPACK",a[a.OAK_TREASURE_CHEST_FLATPACK=9862]="OAK_TREASURE_CHEST_FLATPACK",a[a.TEAK_TREASURE_CHEST_FLATPACK=9863]="TEAK_TREASURE_CHEST_FLATPACK",a[a.M_TREASURE_CHEST_FLATPACK=9864]="M_TREASURE_CHEST_FLATPACK",a[a.OAK_FANCY_DRESS_BOX_FLATPACK=9865]="OAK_FANCY_DRESS_BOX_FLATPACK",a[a.TEAK_FANCY_DRESS_BOX_FLATPACK=9866]="TEAK_FANCY_DRESS_BOX_FLATPACK",a[a.MAHOGANY_FANCY_DRESS_BOX_FLATPACK=9867]="MAHOGANY_FANCY_DRESS_BOX_FLATPACK",a[a.JACK_LANTERN_MASK=9920]="JACK_LANTERN_MASK",a[a.SKELETON_BOOTS=9921]="SKELETON_BOOTS",a[a.SKELETON_GLOVES=9922]="SKELETON_GLOVES",a[a.SKELETON_LEGGINGS=9923]="SKELETON_LEGGINGS",a[a.SKELETON_SHIRT=9924]="SKELETON_SHIRT",a[a.SKELETON_MASK=9925]="SKELETON_MASK",a[a.BOMBER_JACKET=9944]="BOMBER_JACKET",a[a.BOMBER_CAP=9945]="BOMBER_CAP",a[a.CAP_AND_GOGGLES=9946]="CAP_AND_GOGGLES",a[a.HUNTER_CAPE_UNTRIMMED=9948]="HUNTER_CAPE_UNTRIMMED",a[a.HUNTER_CAPE_TRIMMED=9949]="HUNTER_CAPE_TRIMMED",a[a.HUNTER_HOOD=9950]="HUNTER_HOOD",a[a.RAW_BIRD_MEAT=9978]="RAW_BIRD_MEAT",a[a.ROAST_BIRD_MEAT=9980]="ROAST_BIRD_MEAT",a[a.RAW_BEAST_MEAT=9986]="RAW_BEAST_MEAT",a[a.ROAST_BEAST_MEAT=9988]="ROAST_BEAST_MEAT",a[a.SPICY_TOMATO=9994]="SPICY_TOMATO",a[a.SPICY_MINCED_MEAT=9996]="SPICY_MINCED_MEAT",a[a.HUNTER_POTION_4_DOSE=9998]="HUNTER_POTION_4_DOSE",a[a.HUNTER_POTION_3_DOSE=1e4]="HUNTER_POTION_3_DOSE",a[a.HUNTER_POTION_2_DOSE=10002]="HUNTER_POTION_2_DOSE",a[a.HUNTER_POTION_1_DOSE=10004]="HUNTER_POTION_1_DOSE",a[a.BIRD_SNARE=10006]="BIRD_SNARE",a[a.BOX_TRAP=10008]="BOX_TRAP",a[a.BUTTERFLY_NET=10010]="BUTTERFLY_NET",a[a.BUTTERFLY_JAR=10012]="BUTTERFLY_JAR",a[a.BLACK_WARLOCK_ITEM=10014]="BLACK_WARLOCK_ITEM",a[a.SNOWY_KNIGHT_ITEM=10016]="SNOWY_KNIGHT_ITEM",a[a.SAPPHIRE_GLACIALIS_ITEM=10018]="SAPPHIRE_GLACIALIS_ITEM",a[a.RUBY_HARVEST_ITEM=10020]="RUBY_HARVEST_ITEM",a[a.FALCONERS_GLOVE_NO_FALCON=10023]="FALCONERS_GLOVE_NO_FALCON",a[a.FALCONERS_GLOVE_WITH_FALCON=10024]="FALCONERS_GLOVE_WITH_FALCON",a[a.MAGIC_BOX=10025]="MAGIC_BOX",a[a.TEASING_STICK=10029]="TEASING_STICK",a[a.RABBIT_SNARE=10031]="RABBIT_SNARE",a[a.CHINCHOMPA=10033]="CHINCHOMPA",a[a.RED_CHINCHOMPA=10034]="RED_CHINCHOMPA",a[a.KYATT_LEGS=10035]="KYATT_LEGS",a[a.KYATT_TOP=10037]="KYATT_TOP",a[a.KYATT_HAT=10039]="KYATT_HAT",a[a.LARUPIA_LEGS=10041]="LARUPIA_LEGS",a[a.LARUPIA_TOP=10043]="LARUPIA_TOP",a[a.LARUPIA_HAT=10045]="LARUPIA_HAT",a[a.GRAAHK_LEGS=10047]="GRAAHK_LEGS",a[a.GRAAHK_TOP=10049]="GRAAHK_TOP",a[a.GRAAHK_HEADDRESS=10051]="GRAAHK_HEADDRESS",a[a.WOOD_CAMO_TOP=10053]="WOOD_CAMO_TOP",a[a.WOOD_CAMO_LEGS=10055]="WOOD_CAMO_LEGS",a[a.JUNGLE_CAMO_TOP=10057]="JUNGLE_CAMO_TOP",a[a.JUNGLE_CAMO_LEGS=10059]="JUNGLE_CAMO_LEGS",a[a.DESERT_CAMO_TOP=10061]="DESERT_CAMO_TOP",a[a.DESERT_CAMO_LEGS=10063]="DESERT_CAMO_LEGS",a[a.POLAR_CAMO_TOP=10065]="POLAR_CAMO_TOP",a[a.POLAR_CAMO_LEGS=10067]="POLAR_CAMO_LEGS",a[a.SPOTTED_CAPE_INVENTORY=10069]="SPOTTED_CAPE_INVENTORY",a[a.SPOTTIER_CAPE_INVENTORY=10071]="SPOTTIER_CAPE_INVENTORY",a[a.GLOVES_OF_SILENCE=10075]="GLOVES_OF_SILENCE",a[a.SPIKY_VAMBRACES=10077]="SPIKY_VAMBRACES",a[a.GREEN_SPIKY_VAMBRACES=10079]="GREEN_SPIKY_VAMBRACES",a[a.BLUE_SPIKY_VAMBRACES=10081]="BLUE_SPIKY_VAMBRACES",a[a.RED_SPIKY_VAMBRACES=10083]="RED_SPIKY_VAMBRACES",a[a.BLACK_SPIKY_VAMBRACES=10085]="BLACK_SPIKY_VAMBRACES",a[a.STRIPY_FEATHER=10087]="STRIPY_FEATHER",a[a.RED_FEATHER=10088]="RED_FEATHER",a[a.BLUE_FEATHER=10089]="BLUE_FEATHER",a[a.YELLOW_FEATHER=10090]="YELLOW_FEATHER",a[a.ORANGE_FEATHER=10091]="ORANGE_FEATHER",a[a.TATTY_LARUPIA_FUR=10093]="TATTY_LARUPIA_FUR",a[a.LARUPIA_FUR=10095]="LARUPIA_FUR",a[a.TATTY_GRAAHK_FUR=10097]="TATTY_GRAAHK_FUR",a[a.GRAAHK_FUR=10099]="GRAAHK_FUR",a[a.TATTY_KYATT_FUR=10101]="TATTY_KYATT_FUR",a[a.KYATT_FUR=10103]="KYATT_FUR",a[a.KEBBIT_SPIKE=10105]="KEBBIT_SPIKE",a[a.LONG_KEBBIT_SPIKE=10107]="LONG_KEBBIT_SPIKE",a[a.KEBBIT_TEETH=10109]="KEBBIT_TEETH",a[a.KEBBIT_TEETH_DUST=10111]="KEBBIT_TEETH_DUST",a[a.KEBBIT_CLAWS=10113]="KEBBIT_CLAWS",a[a.DARK_KEBBIT_FUR=10115]="DARK_KEBBIT_FUR",a[a.POLAR_KEBBIT_FUR=10117]="POLAR_KEBBIT_FUR",a[a.FELDIP_WEASEL_FUR=10119]="FELDIP_WEASEL_FUR",a[a.COMMON_KEBBIT_FUR=10121]="COMMON_KEBBIT_FUR",a[a.DESERT_DEVIL_FUR=10123]="DESERT_DEVIL_FUR",a[a.SPOTTED_KEBBIT_FUR=10125]="SPOTTED_KEBBIT_FUR",a[a.DASHING_KEBBIT_FUR=10127]="DASHING_KEBBIT_FUR",a[a.BARBTAIL_HARPOON=10129]="BARBTAIL_HARPOON",a[a.STRUNG_RABBIT_FOOT=10132]="STRUNG_RABBIT_FOOT",a[a.RABBIT_FOOT=10134]="RABBIT_FOOT",a[a.RAINBOW_FISH=10136]="RAINBOW_FISH",a[a.RAW_RAINBOW_FISH=10138]="RAW_RAINBOW_FISH",a[a.GUAM_TAR=10142]="GUAM_TAR",a[a.MARRENTILL_TAR=10143]="MARRENTILL_TAR",a[a.TARROMIN_TAR=10144]="TARROMIN_TAR",a[a.HARRALANDER_TAR=10145]="HARRALANDER_TAR",a[a.ORANGE_SALAMANDER=10146]="ORANGE_SALAMANDER",a[a.RED_SALAMANDER=10147]="RED_SALAMANDER",a[a.BLACK_SALAMANDER=10148]="BLACK_SALAMANDER",a[a.SWAMP_LIZARD=10149]="SWAMP_LIZARD",a[a.NOOSE_WAND=10150]="NOOSE_WAND",a[a.HUNTERS_CROSSBOW=10156]="HUNTERS_CROSSBOW",a[a.KEBBIT_BOLTS=10158]="KEBBIT_BOLTS",a[a.LONG_KEBBIT_BOLTS=10159]="LONG_KEBBIT_BOLTS",a[a.EAGLE_CAPE=10171]="EAGLE_CAPE",a[a.FAKE_BEAK=10172]="FAKE_BEAK",a[a.WILLOW_COMP_BOW=10280]="WILLOW_COMP_BOW",a[a.YEW_COMP_BOW=10282]="YEW_COMP_BOW",a[a.MAGIC_COMP_BOW=10284]="MAGIC_COMP_BOW",a[a.RUNE_HELM_H1=10286]="RUNE_HELM_H1",a[a.RUNE_HELM_H2=10288]="RUNE_HELM_H2",a[a.RUNE_HELM_H3=10290]="RUNE_HELM_H3",a[a.RUNE_HELM_H4=10292]="RUNE_HELM_H4",a[a.RUNE_HELM_H5=10294]="RUNE_HELM_H5",a[a.ADAMANT_HELM_H1=10296]="ADAMANT_HELM_H1",a[a.ADAMANT_HELM_H2=10298]="ADAMANT_HELM_H2",a[a.ADAMANT_HELM_H3=10300]="ADAMANT_HELM_H3",a[a.ADAMANT_HELM_H4=10302]="ADAMANT_HELM_H4",a[a.ADAMANT_HELM_H5=10304]="ADAMANT_HELM_H5",a[a.BLACK_HELM_H1=10306]="BLACK_HELM_H1",a[a.BLACK_HELM_H2=10308]="BLACK_HELM_H2",a[a.BLACK_HELM_H3=10310]="BLACK_HELM_H3",a[a.BLACK_HELM_H4=10312]="BLACK_HELM_H4",a[a.BLACK_HELM_H5=10314]="BLACK_HELM_H5",a[a.BOBS_RED_SHIRT=10316]="BOBS_RED_SHIRT",a[a.BOBS_BLUE_SHIRT=10318]="BOBS_BLUE_SHIRT",a[a.BOBS_GREEN_SHIRT=10320]="BOBS_GREEN_SHIRT",a[a.BOBS_BLACK_SHIRT=10322]="BOBS_BLACK_SHIRT",a[a.BOBS_PURPLE_SHIRT=10324]="BOBS_PURPLE_SHIRT",a[a.PURPLE_FIRELIGHTER=10326]="PURPLE_FIRELIGHTER",a[a.WHITE_FIRELIGHTER=10327]="WHITE_FIRELIGHTER",a[a.THIRD_AGE_RANGE_TOP=10330]="THIRD_AGE_RANGE_TOP",a[a.THIRD_AGE_RANGE_LEGS=10332]="THIRD_AGE_RANGE_LEGS",a[a.THIRD_AGE_RANGE_COIF=10334]="THIRD_AGE_RANGE_COIF",a[a.THIRD_AGE_VAMBRACES=10336]="THIRD_AGE_VAMBRACES",a[a.THIRD_AGE_ROBE_TOP=10338]="THIRD_AGE_ROBE_TOP",a[a.THIRD_AGE_ROBE=10340]="THIRD_AGE_ROBE",a[a.THIRD_AGE_MAGE_HAT=10342]="THIRD_AGE_MAGE_HAT",a[a.THIRD_AGE_AMULET=10344]="THIRD_AGE_AMULET",a[a.THIRD_AGE_PLATELEGS=10346]="THIRD_AGE_PLATELEGS",a[a.THIRD_AGE_PLATEBODY=10348]="THIRD_AGE_PLATEBODY",a[a.THIRD_AGE_FULL_HELMET=10350]="THIRD_AGE_FULL_HELMET",a[a.THIRD_AGE_KITESHIELD=10352]="THIRD_AGE_KITESHIELD",a[a.AMULET_OF_GLORY_T_T4=10354]="AMULET_OF_GLORY_T_T4",a[a.AMULET_OF_GLORY_T_T3=10356]="AMULET_OF_GLORY_T_T3",a[a.AMULET_OF_GLORY_T_T2=10358]="AMULET_OF_GLORY_T_T2",a[a.AMULET_OF_GLORY_T_T1=10360]="AMULET_OF_GLORY_T_T1",a[a.AMULET_OF_GLORY_T_UNCHARGED=10362]="AMULET_OF_GLORY_T_UNCHARGED",a[a.STRENGTH_AMULET_T=10364]="STRENGTH_AMULET_T",a[a.AMULET_OF_MAGIC_T=10366]="AMULET_OF_MAGIC_T",a[a.ZAMORAK_BRACERS=10368]="ZAMORAK_BRACERS",a[a.ZAMORAK_DHIDE_BODY=10370]="ZAMORAK_DHIDE_BODY",a[a.ZAMORAK_CHAPS=10372]="ZAMORAK_CHAPS",a[a.ZAMORAK_COIF=10374]="ZAMORAK_COIF",a[a.GUTHIX_BRACERS=10376]="GUTHIX_BRACERS",a[a.GUTHIX_DHIDE_BODY=10378]="GUTHIX_DHIDE_BODY",a[a.GUTHIX_CHAPS=10380]="GUTHIX_CHAPS",a[a.GUTHIX_COIF=10382]="GUTHIX_COIF",a[a.SARADOMIN_BRACERS=10384]="SARADOMIN_BRACERS",a[a.SARADOMIN_DHIDE_BODY=10386]="SARADOMIN_DHIDE_BODY",a[a.SARADOMIN_CHAPS=10388]="SARADOMIN_CHAPS",a[a.SARADOMIN_COIF=10390]="SARADOMIN_COIF",a[a.A_POWDERED_WIG=10392]="A_POWDERED_WIG",a[a.FLARED_TROUSERS=10394]="FLARED_TROUSERS",a[a.PANTALOONS=10396]="PANTALOONS",a[a.SLEEPING_CAP=10398]="SLEEPING_CAP",a[a.BLACK_ELEGANT_SHIRT=10400]="BLACK_ELEGANT_SHIRT",a[a.BLACK_ELEGANT_LEGS=10402]="BLACK_ELEGANT_LEGS",a[a.RED_ELEGANT_SHIRT=10404]="RED_ELEGANT_SHIRT",a[a.RED_ELEGANT_LEGS=10406]="RED_ELEGANT_LEGS",a[a.BLUE_ELEGANT_SHIRT=10408]="BLUE_ELEGANT_SHIRT",a[a.BLUE_ELEGANT_LEGS=10410]="BLUE_ELEGANT_LEGS",a[a.GREEN_ELEGANT_SHIRT=10412]="GREEN_ELEGANT_SHIRT",a[a.GREEN_ELEGANT_LEGS=10414]="GREEN_ELEGANT_LEGS",a[a.PURPLE_ELEGANT_SHIRT=10416]="PURPLE_ELEGANT_SHIRT",a[a.PURPLE_ELEGANT_LEGS=10418]="PURPLE_ELEGANT_LEGS",a[a.WHITE_ELEGANT_BLOUSE=10420]="WHITE_ELEGANT_BLOUSE",a[a.WHITE_ELEGANT_SKIRT=10422]="WHITE_ELEGANT_SKIRT",a[a.RED_ELEGANT_BLOUSE=10424]="RED_ELEGANT_BLOUSE",a[a.RED_ELEGANT_SKIRT=10426]="RED_ELEGANT_SKIRT",a[a.BLUE_ELEGANT_BLOUSE=10428]="BLUE_ELEGANT_BLOUSE",a[a.BLUE_ELEGANT_SKIRT=10430]="BLUE_ELEGANT_SKIRT",a[a.GREEN_ELEGANT_BLOUSE=10432]="GREEN_ELEGANT_BLOUSE",a[a.GREEN_ELEGANT_SKIRT=10434]="GREEN_ELEGANT_SKIRT",a[a.PURPLE_ELEGANT_BLOUSE=10436]="PURPLE_ELEGANT_BLOUSE",a[a.PURPLE_ELEGANT_SKIRT=10438]="PURPLE_ELEGANT_SKIRT",a[a.SARADOMIN_CROZIER=10440]="SARADOMIN_CROZIER",a[a.GUTHIX_CROZIER=10442]="GUTHIX_CROZIER",a[a.ZAMORAK_CROZIER=10444]="ZAMORAK_CROZIER",a[a.SARADOMIN_CLOAK=10446]="SARADOMIN_CLOAK",a[a.GUTHIX_CLOAK=10448]="GUTHIX_CLOAK",a[a.ZAMORAK_CLOAK=10450]="ZAMORAK_CLOAK",a[a.SARADOMIN_MITRE=10452]="SARADOMIN_MITRE",a[a.GUTHIX_MITRE=10454]="GUTHIX_MITRE",a[a.ZAMORAK_MITRE=10456]="ZAMORAK_MITRE",a[a.SARADOMIN_ROBE_TOP=10458]="SARADOMIN_ROBE_TOP",a[a.ZAMORAK_ROBE_TOP=10460]="ZAMORAK_ROBE_TOP",a[a.GUTHIX_ROBE_TOP=10462]="GUTHIX_ROBE_TOP",a[a.SARADOMIN_ROBE_LEGS=10464]="SARADOMIN_ROBE_LEGS",a[a.GUTHIX_ROBE_LEGS=10466]="GUTHIX_ROBE_LEGS",a[a.ZAMORAK_ROBE_LEGS=10468]="ZAMORAK_ROBE_LEGS",a[a.SARADOMIN_STOLE=10470]="SARADOMIN_STOLE",a[a.GUTHIX_STOLE=10472]="GUTHIX_STOLE",a[a.ZAMORAK_STOLE=10474]="ZAMORAK_STOLE",a[a.PURPLE_SWEETS=10476]="PURPLE_SWEETS",a[a.UNDEAD_CHICKEN_ITEM=10487]="UNDEAD_CHICKEN_ITEM",a[a.BLESSED_AXE=10491]="BLESSED_AXE",a[a.POLISHED_BUTTONS=10496]="POLISHED_BUTTONS",a[a.AVAS_ATTRACTOR=10498]="AVAS_ATTRACTOR",a[a.AVAS_ACCUMULATOR=10499]="AVAS_ACCUMULATOR",a[a.CRONEMADE_AMULET=10500]="CRONEMADE_AMULET",a[a.SNOWBALL=10501]="SNOWBALL",a[a.REINDEER_HAT=10507]="REINDEER_HAT",a[a.HEALER_HAT_NORMAL=10547]="HEALER_HAT_NORMAL",a[a.FIGHTER_HAT_NORMAL=10548]="FIGHTER_HAT_NORMAL",a[a.RUNNER_HAT_NORMAL=10549]="RUNNER_HAT_NORMAL",a[a.RANGER_HAT_NORMAL=10550]="RANGER_HAT_NORMAL",a[a.FIGHTER_TORSO_NORMAL=10551]="FIGHTER_TORSO_NORMAL",a[a.RUNNER_BOOTS=10552]="RUNNER_BOOTS",a[a.PENANCE_GLOVES_INVENTORY=10553]="PENANCE_GLOVES_INVENTORY",a[a.PENANCE_SKIRT_NORMAL=10555]="PENANCE_SKIRT_NORMAL",a[a.GRANITE_BODY=10564]="GRANITE_BODY",a[a.KERIS_UNPOISONED=10581]="KERIS_UNPOISONED",a[a.KERIS_POISON=10582]="KERIS_POISON",a[a.SALVE_AMULET_E=10588]="SALVE_AMULET_E",a[a.GRANITE_HELM=10589]="GRANITE_HELM",a[a.ARCTIC_PYRE_LOGS=10808]="ARCTIC_PYRE_LOGS",a[a.ARCTIC_PINE_LOGS=10810]="ARCTIC_PINE_LOGS",a[a.SPLIT_LOG=10812]="SPLIT_LOG",a[a.HAIR=10814]="HAIR",a[a.RAW_YAK_MEAT=10816]="RAW_YAK_MEAT",a[a.YAKHIDE=10818]="YAKHIDE",a[a.CURED_YAKHIDE=10820]="CURED_YAKHIDE",a[a.YAKHIDE_ARMOUR_TOP=10822]="YAKHIDE_ARMOUR_TOP",a[a.YAKHIDE_ARMOUR_LEGS=10824]="YAKHIDE_ARMOUR_LEGS",a[a.NEITIZNOT_SHIELD=10826]="NEITIZNOT_SHIELD",a[a.HELM_OF_NEITIZNOT=10828]="HELM_OF_NEITIZNOT",a[a.SILLY_JESTER_HAT=10836]="SILLY_JESTER_HAT",a[a.SILLY_JESTER_TOP=10837]="SILLY_JESTER_TOP",a[a.SILLY_JESTER_TIGHTS=10838]="SILLY_JESTER_TIGHTS",a[a.SILLY_JESTER_BOOTS=10839]="SILLY_JESTER_BOOTS",a[a.SHADOW_SWORD=10858]="SHADOW_SWORD",a[a.HARD_HAT=10862]="HARD_HAT",a[a.BUILDERS_SHIRT=10863]="BUILDERS_SHIRT",a[a.BUILDERS_TROUSERS=10864]="BUILDERS_TROUSERS",a[a.BUILDERS_BOOTS=10865]="BUILDERS_BOOTS",a[a.PLAIN_SATCHEL=10877]="PLAIN_SATCHEL",a[a.GREEN_SATCHEL=10878]="GREEN_SATCHEL",a[a.RED_SATCHEL=10879]="RED_SATCHEL",a[a.BLACK_SATCHEL=10880]="BLACK_SATCHEL",a[a.GOLD_SATCHEL=10881]="GOLD_SATCHEL",a[a.RUNE_SATCHEL=10882]="RUNE_SATCHEL",a[a.BARRELCHEST_ANCHOR_FIXED=10887]="BARRELCHEST_ANCHOR_FIXED",a[a.WOODEN_CAT=10891]="WOODEN_CAT",a[a.SANFEW_SERUM_4_DOSE=10925]="SANFEW_SERUM_4_DOSE",a[a.SANFEW_SERUM_3_DOSE=10927]="SANFEW_SERUM_3_DOSE",a[a.SANFEW_SERUM_2_DOSE=10929]="SANFEW_SERUM_2_DOSE",a[a.SANFEW_SERUM_1_DOSE=10931]="SANFEW_SERUM_1_DOSE",a[a.LUMBERJACK_BOOTS=10933]="LUMBERJACK_BOOTS",a[a.NAIL_BEAST_NAILS=10937]="NAIL_BEAST_NAILS",a[a.LUMBERJACK_TOP=10939]="LUMBERJACK_TOP",a[a.LUMBERJACK_LEGS=10940]="LUMBERJACK_LEGS",a[a.LUMBERJACK_HAT=10941]="LUMBERJACK_HAT",a[a.SLAYER_BELL=10952]="SLAYER_BELL",a[a.FROGLEATHER_BODY=10954]="FROGLEATHER_BODY",a[a.FROGLEATHER_CHAPS=10956]="FROGLEATHER_CHAPS",a[a.FROGLEATHER_BOOTS=10958]="FROGLEATHER_BOOTS",a[a.LIGHT_ORB=10973]="LIGHT_ORB",a[a.SWAMP_WEED=10978]="SWAMP_WEED",a[a.CAVE_GOBLIN_WIRE=10981]="CAVE_GOBLIN_WIRE",a[a.GOBLIN_BOOK=10999]="GOBLIN_BOOK",a[a.BEACON_RING=11014]="BEACON_RING",a[a.CHICKEN_FEET=11019]="CHICKEN_FEET",a[a.CHICKEN_WINGS=11020]="CHICKEN_WINGS",a[a.CHICKEN_HEAD=11021]="CHICKEN_HEAD",a[a.CHICKEN_LEGS=11022]="CHICKEN_LEGS",a[a.BRINE_SABRE=11037]="BRINE_SABRE",a[a.ANCIENT_MACE=11061]="ANCIENT_MACE",a[a.BRACELET_MOULD=11065]="BRACELET_MOULD",a[a.GOLD_BRACELET=11069]="GOLD_BRACELET",a[a.SAPPHIRE_BRACELET=11072]="SAPPHIRE_BRACELET",a[a.BRACELET_OF_CLAY=11074]="BRACELET_OF_CLAY",a[a.EMERALD_BRACELET=11076]="EMERALD_BRACELET",a[a.CASTLE_WARS_BRACELET_3=11079]="CASTLE_WARS_BRACELET_3",a[a.CASTLE_WARS_BRACELET_2=11081]="CASTLE_WARS_BRACELET_2",a[a.CASTLE_WARS_BRACELET_1=11083]="CASTLE_WARS_BRACELET_1",a[a.RUBY_BRACELET=11085]="RUBY_BRACELET",a[a.INOCULATION_BRACELET=11088]="INOCULATION_BRACELET",a[a.PHOENIX_NECKLACE=11090]="PHOENIX_NECKLACE",a[a.DIAMOND_BRACELET=11092]="DIAMOND_BRACELET",a[a.ABYSSAL_BRACELET_5=11095]="ABYSSAL_BRACELET_5",a[a.ABYSSAL_BRACELET_4=11097]="ABYSSAL_BRACELET_4",a[a.ABYSSAL_BRACELET_3=11099]="ABYSSAL_BRACELET_3",a[a.ABYSSAL_BRACELET_2=11101]="ABYSSAL_BRACELET_2",a[a.ABYSSAL_BRACELET_1=11103]="ABYSSAL_BRACELET_1",a[a.SKILLS_NECKLACE_4=11105]="SKILLS_NECKLACE_4",a[a.SKILLS_NECKLACE_3=11107]="SKILLS_NECKLACE_3",a[a.SKILLS_NECKLACE_2=11109]="SKILLS_NECKLACE_2",a[a.SKILLS_NECKLACE_1=11111]="SKILLS_NECKLACE_1",a[a.SKILLS_NECKLACE_UNCHARGED=11113]="SKILLS_NECKLACE_UNCHARGED",a[a.DRAGONSTONE_BRACELET=11115]="DRAGONSTONE_BRACELET",a[a.COMBAT_BRACELET_4=11118]="COMBAT_BRACELET_4",a[a.COMBAT_BRACELET_3=11120]="COMBAT_BRACELET_3",a[a.COMBAT_BRACELET_2=11122]="COMBAT_BRACELET_2",a[a.COMBAT_BRACELET_1=11124]="COMBAT_BRACELET_1",a[a.COMBAT_BRACELET_UNCHARGED=11126]="COMBAT_BRACELET_UNCHARGED",a[a.BERSERKER_NECKLACE=11128]="BERSERKER_NECKLACE",a[a.ONYX_BRACELET=11130]="ONYX_BRACELET",a[a.REGEN_BRACELET=11133]="REGEN_BRACELET",a[a.KARAMJA_GLOVES_1=11136]="KARAMJA_GLOVES_1",a[a.KARAMJA_GLOVES_2=11138]="KARAMJA_GLOVES_2",a[a.KARAMJA_GLOVES_3=11140]="KARAMJA_GLOVES_3",a[a.DIGSITE_PENDANT_1=11190]="DIGSITE_PENDANT_1",a[a.DIGSITE_PENDANT_2=11191]="DIGSITE_PENDANT_2",a[a.DIGSITE_PENDANT_3=11192]="DIGSITE_PENDANT_3",a[a.DIGSITE_PENDANT_4=11193]="DIGSITE_PENDANT_4",a[a.DIGSITE_PENDANT_5=11194]="DIGSITE_PENDANT_5",a[a.CLEAN_NECKLACE=11195]="CLEAN_NECKLACE",a[a.DWARVEN_HELMET=11200]="DWARVEN_HELMET",a[a.SHRUNK_OGLEROOT=11205]="SHRUNK_OGLEROOT",a[a.DRAGON_ARROW_UNPOISONED=11212]="DRAGON_ARROW_UNPOISONED",a[a.DRAGON_FIRE_ARROW_UNLIT=11217]="DRAGON_FIRE_ARROW_UNLIT",a[a.DRAGON_FIRE_ARROW_LIT=11222]="DRAGON_FIRE_ARROW_LIT",a[a.DRAGON_ARROW_POISON=11227]="DRAGON_ARROW_POISON",a[a.DRAGON_DART_UNPOISONED=11230]="DRAGON_DART_UNPOISONED",a[a.DRAGON_DART_POISON=11231]="DRAGON_DART_POISON",a[a.DRAGON_DART_TIP=11232]="DRAGON_DART_TIP",a[a.DARK_BOW_REGULAR=11235]="DARK_BOW_REGULAR",a[a.DRAGON_ARROWTIPS=11237]="DRAGON_ARROWTIPS",a[a.BABY_IMPLING_JAR=11238]="BABY_IMPLING_JAR",a[a.YOUNG_IMPLING_JAR=11240]="YOUNG_IMPLING_JAR",a[a.GOURMET_IMPLING_JAR=11242]="GOURMET_IMPLING_JAR",a[a.EARTH_IMPLING_JAR=11244]="EARTH_IMPLING_JAR",a[a.ESSENCE_IMPLING_JAR=11246]="ESSENCE_IMPLING_JAR",a[a.ECLECTIC_IMPLING_JAR=11248]="ECLECTIC_IMPLING_JAR",a[a.NATURE_IMPLING_JAR=11250]="NATURE_IMPLING_JAR",a[a.MAGPIE_IMPLING_JAR=11252]="MAGPIE_IMPLING_JAR",a[a.NINJA_IMPLING_JAR=11254]="NINJA_IMPLING_JAR",a[a.DRAGON_IMPLING_JAR=11256]="DRAGON_IMPLING_JAR",a[a.MAGIC_BUTTERFLY_NET=11259]="MAGIC_BUTTERFLY_NET",a[a.IMPLING_JAR=11260]="IMPLING_JAR",a[a.CAVALIER_MASK=11280]="CAVALIER_MASK",a[a.BERET_MASK=11282]="BERET_MASK",a[a.DRAGONFIRE_SHIELD_CHARGED=11283]="DRAGONFIRE_SHIELD_CHARGED",a[a.DRAGONFIRE_SHIELD_UNCHARGED=11284]="DRAGONFIRE_SHIELD_UNCHARGED",a[a.DRACONIC_VISAGE=11286]="DRACONIC_VISAGE",a[a.ROE=11324]="ROE",a[a.CAVIAR=11326]="CAVIAR",a[a.LEAPING_TROUT=11328]="LEAPING_TROUT",a[a.LEAPING_SALMON=11330]="LEAPING_SALMON",a[a.LEAPING_STURGEON=11332]="LEAPING_STURGEON",a[a.FISH_OFFCUTS=11334]="FISH_OFFCUTS",a[a.DRAGON_FULL_HELM=11335]="DRAGON_FULL_HELM",a[a.BRONZE_HASTA_UNPOISONED=11367]="BRONZE_HASTA_UNPOISONED",a[a.IRON_HASTA_UNPOISONED=11369]="IRON_HASTA_UNPOISONED",a[a.STEEL_HASTA_UNPOISONED=11371]="STEEL_HASTA_UNPOISONED",a[a.MITHRIL_HASTA_UNPOISONED=11373]="MITHRIL_HASTA_UNPOISONED",a[a.ADAMANT_HASTA_UNPOISONED=11375]="ADAMANT_HASTA_UNPOISONED",a[a.RUNE_HASTA_UNPOISONED=11377]="RUNE_HASTA_UNPOISONED",a[a.BRONZE_HASTA_POISON=11379]="BRONZE_HASTA_POISON",a[a.BRONZE_HASTA_KARAMBWAN_POISON=11381]="BRONZE_HASTA_KARAMBWAN_POISON",a[a.IRON_HASTA_POISON=11386]="IRON_HASTA_POISON",a[a.IRON_HASTA_KARAMBWAN_POISON=11388]="IRON_HASTA_KARAMBWAN_POISON",a[a.STEEL_HASTA_POISON=11393]="STEEL_HASTA_POISON",a[a.STEEL_HASTA_KARAMBWAN_POISON=11395]="STEEL_HASTA_KARAMBWAN_POISON",a[a.MITHRIL_HASTA_POISON=11400]="MITHRIL_HASTA_POISON",a[a.MITHRIL_HASTA_KARAMBWAN_POISON=11402]="MITHRIL_HASTA_KARAMBWAN_POISON",a[a.ADAMANT_HASTA_POISON=11407]="ADAMANT_HASTA_POISON",a[a.ADAMANT_HASTA_KARAMBWAN_POISON=11409]="ADAMANT_HASTA_KARAMBWAN_POISON",a[a.RUNE_HASTA_POISON=11414]="RUNE_HASTA_POISON",a[a.RUNE_HASTA_KARAMBWAN_POISON=11416]="RUNE_HASTA_KARAMBWAN_POISON",a[a.ATTACK_MIX_2_DOSE=11429]="ATTACK_MIX_2_DOSE",a[a.ATTACK_MIX_1_DOSE=11431]="ATTACK_MIX_1_DOSE",a[a.ANTIPOISON_MIX_2_DOSE=11433]="ANTIPOISON_MIX_2_DOSE",a[a.ANTIPOISON_MIX_1_DOSE=11435]="ANTIPOISON_MIX_1_DOSE",a[a.RELICYMS_MIX_2_DOSE=11437]="RELICYMS_MIX_2_DOSE",a[a.RELICYMS_MIX_1_DOSE=11439]="RELICYMS_MIX_1_DOSE",a[a.STRENGTH_MIX_1_DOSE=11441]="STRENGTH_MIX_1_DOSE",a[a.STRENGTH_MIX_2_DOSE=11443]="STRENGTH_MIX_2_DOSE",a[a.COMBAT_MIX_2_DOSE=11445]="COMBAT_MIX_2_DOSE",a[a.COMBAT_MIX_1_DOSE=11447]="COMBAT_MIX_1_DOSE",a[a.RESTORE_MIX_2_DOSE=11449]="RESTORE_MIX_2_DOSE",a[a.RESTORE_MIX_1_DOSE=11451]="RESTORE_MIX_1_DOSE",a[a.ENERGY_MIX_2_DOSE=11453]="ENERGY_MIX_2_DOSE",a[a.ENERGY_MIX_1_DOSE=11455]="ENERGY_MIX_1_DOSE",a[a.DEFENCE_MIX_2_DOSE=11457]="DEFENCE_MIX_2_DOSE",a[a.DEFENCE_MIX_1_DOSE=11459]="DEFENCE_MIX_1_DOSE",a[a.AGILITY_MIX_2_DOSE=11461]="AGILITY_MIX_2_DOSE",a[a.AGILITY_MIX_1_DOSE=11463]="AGILITY_MIX_1_DOSE",a[a.PRAYER_MIX_2_DOSE=11465]="PRAYER_MIX_2_DOSE",a[a.PRAYER_MIX_1_DOSE=11467]="PRAYER_MIX_1_DOSE",a[a.SUPERATTACK_MIX_2_DOSE=11469]="SUPERATTACK_MIX_2_DOSE",a[a.SUPERATTACK_MIX_1_DOSE=11471]="SUPERATTACK_MIX_1_DOSE",a[a.ANTIPOISON_SUPERMIX_2_DOSE=11473]="ANTIPOISON_SUPERMIX_2_DOSE",a[a.ANTIPOISON_SUPERMIX_1_DOSE=11475]="ANTIPOISON_SUPERMIX_1_DOSE",a[a.FISHING_MIX_2_DOSE=11477]="FISHING_MIX_2_DOSE",a[a.FISHING_MIX_1_DOSE=11479]="FISHING_MIX_1_DOSE",a[a.SUPER_ENERGY_MIX_2_DOSE=11481]="SUPER_ENERGY_MIX_2_DOSE",a[a.SUPER_ENERGY_MIX_1_DOSE=11483]="SUPER_ENERGY_MIX_1_DOSE",a[a.SUPER_STR_MIX_2_DOSE=11485]="SUPER_STR_MIX_2_DOSE",a[a.SUPER_STR_MIX_1_DOSE=11487]="SUPER_STR_MIX_1_DOSE",a[a.MAGIC_ESSENCE_MIX_2_DOSE=11489]="MAGIC_ESSENCE_MIX_2_DOSE",a[a.MAGIC_ESSENCE_MIX_1_DOSE=11491]="MAGIC_ESSENCE_MIX_1_DOSE",a[a.SUPER_RESTORE_MIX_2_DOSE=11493]="SUPER_RESTORE_MIX_2_DOSE",a[a.SUPER_RESTORE_MIX_1_DOSE=11495]="SUPER_RESTORE_MIX_1_DOSE",a[a.SUPER_DEF_MIX_2_DOSE=11497]="SUPER_DEF_MIX_2_DOSE",a[a.SUPER_DEF_MIX_1_DOSE=11499]="SUPER_DEF_MIX_1_DOSE",a[a.ANTIFIRE_MIX_2_DOSE=11505]="ANTIFIRE_MIX_2_DOSE",a[a.ANTIFIRE_MIX_1_DOSE=11507]="ANTIFIRE_MIX_1_DOSE",a[a.RANGING_MIX_2_DOSE=11509]="RANGING_MIX_2_DOSE",a[a.RANGING_MIX_1_DOSE=11511]="RANGING_MIX_1_DOSE",a[a.MAGIC_MIX_2_DOSE=11513]="MAGIC_MIX_2_DOSE",a[a.MAGIC_MIX_1_DOSE=11515]="MAGIC_MIX_1_DOSE",a[a.HUNTING_MIX_2_DOSE=11517]="HUNTING_MIX_2_DOSE",a[a.HUNTING_MIX_1_DOSE=11519]="HUNTING_MIX_1_DOSE",a[a.ZAMORAK_MIX_2_DOSE=11521]="ZAMORAK_MIX_2_DOSE",a[a.ZAMORAK_MIX_1_DOSE=11523]="ZAMORAK_MIX_1_DOSE",a[a.VOID_MAGE_HELM_NORMAL=11663]="VOID_MAGE_HELM_NORMAL",a[a.VOID_RANGER_HELM_NORMAL=11664]="VOID_RANGER_HELM_NORMAL",a[a.VOID_MELEE_HELM_NORMAL=11665]="VOID_MELEE_HELM_NORMAL",a[a.VOID_SEAL_8=11666]="VOID_SEAL_8",a[a.VOID_SEAL_7=11667]="VOID_SEAL_7",a[a.VOID_SEAL_6=11668]="VOID_SEAL_6",a[a.VOID_SEAL_5=11669]="VOID_SEAL_5",a[a.VOID_SEAL_4=11670]="VOID_SEAL_4",a[a.VOID_SEAL_3=11671]="VOID_SEAL_3",a[a.VOID_SEAL_2=11672]="VOID_SEAL_2",a[a.VOID_SEAL_1=11673]="VOID_SEAL_1",a[a.BEACH_BOXING_GLOVES_YELLOW=11705]="BEACH_BOXING_GLOVES_YELLOW",a[a.BEACH_BOXING_GLOVES_PINK=11706]="BEACH_BOXING_GLOVES_PINK",a[a.CURSED_GOBLIN_HAMMER=11707]="CURSED_GOBLIN_HAMMER",a[a.CURSED_GOBLIN_BOW=11708]="CURSED_GOBLIN_BOW",a[a.CURSED_GOBLIN_STAFF=11709]="CURSED_GOBLIN_STAFF",a[a.ANTIDRAGON_SHIELD_NZ=11710]="ANTIDRAGON_SHIELD_NZ",a[a.MAGIC_SECATEURS_NZ=11711]="MAGIC_SECATEURS_NZ",a[a.RUNE_PICKAXE_NZ=11719]="RUNE_PICKAXE_NZ",a[a.MITHRIL_PICKAXE_NZ=11720]="MITHRIL_PICKAXE_NZ",a[a.IRON_PICKAXE_NZ=11721]="IRON_PICKAXE_NZ",a[a.CRYSTAL_BOW_I_NEW=11748]="CRYSTAL_BOW_I_NEW",a[a.CRYSTAL_BOW_I_FULL=11749]="CRYSTAL_BOW_I_FULL",a[a.CRYSTAL_BOW_I_910=11750]="CRYSTAL_BOW_I_910",a[a.CRYSTAL_BOW_I_810=11751]="CRYSTAL_BOW_I_810",a[a.CRYSTAL_BOW_I_710=11752]="CRYSTAL_BOW_I_710",a[a.CRYSTAL_BOW_I_610=11753]="CRYSTAL_BOW_I_610",a[a.CRYSTAL_BOW_I_510=11754]="CRYSTAL_BOW_I_510",a[a.CRYSTAL_BOW_I_410=11755]="CRYSTAL_BOW_I_410",a[a.CRYSTAL_BOW_I_310=11756]="CRYSTAL_BOW_I_310",a[a.CRYSTAL_BOW_I_210=11757]="CRYSTAL_BOW_I_210",a[a.CRYSTAL_BOW_I_110=11758]="CRYSTAL_BOW_I_110",a[a.CRYSTAL_SHIELD_I_NEW=11759]="CRYSTAL_SHIELD_I_NEW",a[a.CRYSTAL_SHIELD_I_FULL=11760]="CRYSTAL_SHIELD_I_FULL",a[a.CRYSTAL_SHIELD_I_910=11761]="CRYSTAL_SHIELD_I_910",a[a.CRYSTAL_SHIELD_I_810=11762]="CRYSTAL_SHIELD_I_810",a[a.CRYSTAL_SHIELD_I_710=11763]="CRYSTAL_SHIELD_I_710",a[a.CRYSTAL_SHIELD_I_610=11764]="CRYSTAL_SHIELD_I_610",a[a.CRYSTAL_SHIELD_I_510=11765]="CRYSTAL_SHIELD_I_510",a[a.CRYSTAL_SHIELD_I_410=11766]="CRYSTAL_SHIELD_I_410",a[a.CRYSTAL_SHIELD_I_310=11767]="CRYSTAL_SHIELD_I_310",a[a.CRYSTAL_SHIELD_I_210=11768]="CRYSTAL_SHIELD_I_210",a[a.CRYSTAL_SHIELD_I_110=11769]="CRYSTAL_SHIELD_I_110",a[a.SEERS_RING_I_NIGHTMARE_ZONE=11770]="SEERS_RING_I_NIGHTMARE_ZONE",a[a.ARCHERS_RING_I_NIGHTMARE_ZONE=11771]="ARCHERS_RING_I_NIGHTMARE_ZONE",a[a.WARRIOR_RING_I_NIGHTMARE_ZONE=11772]="WARRIOR_RING_I_NIGHTMARE_ZONE",a[a.BERSERKER_RING_I_NIGHTMARE_ZONE=11773]="BERSERKER_RING_I_NIGHTMARE_ZONE",a[a.BLACK_MASK_I_10=11774]="BLACK_MASK_I_10",a[a.BLACK_MASK_I_9=11775]="BLACK_MASK_I_9",a[a.BLACK_MASK_I_8=11776]="BLACK_MASK_I_8",a[a.BLACK_MASK_I_7=11777]="BLACK_MASK_I_7",a[a.BLACK_MASK_I_6=11778]="BLACK_MASK_I_6",a[a.BLACK_MASK_I_5=11779]="BLACK_MASK_I_5",a[a.BLACK_MASK_I_4=11780]="BLACK_MASK_I_4",a[a.BLACK_MASK_I_3=11781]="BLACK_MASK_I_3",a[a.BLACK_MASK_I_2=11782]="BLACK_MASK_I_2",a[a.BLACK_MASK_I_1=11783]="BLACK_MASK_I_1",a[a.BLACK_MASK_I_UNCHARGED=11784]="BLACK_MASK_I_UNCHARGED",a[a.ARMADYL_CROSSBOW=11785]="ARMADYL_CROSSBOW",a[a.STEAM_BATTLESTAFF=11787]="STEAM_BATTLESTAFF",a[a.MYSTIC_STEAM_STAFF=11789]="MYSTIC_STEAM_STAFF",a[a.STAFF_OF_THE_DEAD=11791]="STAFF_OF_THE_DEAD",a[a.GODSWORD_BLADE=11798]="GODSWORD_BLADE",a[a.ARMADYL_GODSWORD=11802]="ARMADYL_GODSWORD",a[a.BANDOS_GODSWORD=11804]="BANDOS_GODSWORD",a[a.SARADOMIN_GODSWORD=11806]="SARADOMIN_GODSWORD",a[a.ZAMORAK_GODSWORD=11808]="ZAMORAK_GODSWORD",a[a.ARMADYL_HILT=11810]="ARMADYL_HILT",a[a.BANDOS_HILT=11812]="BANDOS_HILT",a[a.SARADOMIN_HILT=11814]="SARADOMIN_HILT",a[a.ZAMORAK_HILT=11816]="ZAMORAK_HILT",a[a.GODSWORD_SHARD_1=11818]="GODSWORD_SHARD_1",a[a.GODSWORD_SHARD_2=11820]="GODSWORD_SHARD_2",a[a.GODSWORD_SHARD_3=11822]="GODSWORD_SHARD_3",a[a.ZAMORAKIAN_SPEAR=11824]="ZAMORAKIAN_SPEAR",a[a.ARMADYL_HELMET=11826]="ARMADYL_HELMET",a[a.ARMADYL_CHESTPLATE=11828]="ARMADYL_CHESTPLATE",a[a.ARMADYL_CHAINSKIRT=11830]="ARMADYL_CHAINSKIRT",a[a.BANDOS_CHESTPLATE=11832]="BANDOS_CHESTPLATE",a[a.BANDOS_TASSETS=11834]="BANDOS_TASSETS",a[a.BANDOS_BOOTS=11836]="BANDOS_BOOTS",a[a.SARADOMIN_SWORD=11838]="SARADOMIN_SWORD",a[a.DRAGON_BOOTS=11840]="DRAGON_BOOTS",a[a.BLACK_HWEEN_MASK=11847]="BLACK_HWEEN_MASK",a[a.GRACEFUL_HOOD_INVENTORY=11850]="GRACEFUL_HOOD_INVENTORY",a[a.GRACEFUL_CAPE_INVENTORY=11852]="GRACEFUL_CAPE_INVENTORY",a[a.GRACEFUL_TOP_INVENTORY=11854]="GRACEFUL_TOP_INVENTORY",a[a.GRACEFUL_LEGS_INVENTORY=11856]="GRACEFUL_LEGS_INVENTORY",a[a.GRACEFUL_GLOVES_INVENTORY=11858]="GRACEFUL_GLOVES_INVENTORY",a[a.GRACEFUL_BOOTS_INVENTORY=11860]="GRACEFUL_BOOTS_INVENTORY",a[a.BLACK_PARTYHAT=11862]="BLACK_PARTYHAT",a[a.RAINBOW_PARTYHAT=11863]="RAINBOW_PARTYHAT",a[a.SLAYER_HELMET=11864]="SLAYER_HELMET",a[a.SLAYER_HELMET_I_NIGHTMARE_ZONE=11865]="SLAYER_HELMET_I_NIGHTMARE_ZONE",a[a.SLAYER_RING_8=11866]="SLAYER_RING_8",a[a.SLAYER_RING_7=11867]="SLAYER_RING_7",a[a.SLAYER_RING_6=11868]="SLAYER_RING_6",a[a.SLAYER_RING_5=11869]="SLAYER_RING_5",a[a.SLAYER_RING_4=11870]="SLAYER_RING_4",a[a.SLAYER_RING_3=11871]="SLAYER_RING_3",a[a.SLAYER_RING_2=11872]="SLAYER_RING_2",a[a.SLAYER_RING_1=11873]="SLAYER_RING_1",a[a.BROAD_ARROWHEADS=11874]="BROAD_ARROWHEADS",a[a.BROAD_BOLTS=11875]="BROAD_BOLTS",a[a.UNFINISHED_BROAD_BOLTS=11876]="UNFINISHED_BROAD_BOLTS",a[a.ZAMORAKIAN_HASTA=11889]="ZAMORAKIAN_HASTA",a[a.SARADOMIN_BANNER_REWARD=11891]="SARADOMIN_BANNER_REWARD",a[a.ZAMORAK_BANNER_REWARD=11892]="ZAMORAK_BANNER_REWARD",a[a.DECORATIVE_ARMOUR_RED_PLATESKIRT=11893]="DECORATIVE_ARMOUR_RED_PLATESKIRT",a[a.DECORATIVE_ARMOUR_WHITE_PLATESKIRT=11894]="DECORATIVE_ARMOUR_WHITE_PLATESKIRT",a[a.DECORATIVE_ARMOUR_GOLD_PLATESKIRT_NORMAL=11895]="DECORATIVE_ARMOUR_GOLD_PLATESKIRT_NORMAL",a[a.DECORATIVE_ARMOUR_MAGIC_TOP_NORMAL=11896]="DECORATIVE_ARMOUR_MAGIC_TOP_NORMAL",a[a.DECORATIVE_ARMOUR_MAGIC_LEGS_NORMAL=11897]="DECORATIVE_ARMOUR_MAGIC_LEGS_NORMAL",a[a.DECORATIVE_ARMOUR_MAGIC_HAT_NORMAL=11898]="DECORATIVE_ARMOUR_MAGIC_HAT_NORMAL",a[a.DECORATIVE_ARMOUR_RANGED_TOP_NORMAL=11899]="DECORATIVE_ARMOUR_RANGED_TOP_NORMAL",a[a.DECORATIVE_ARMOUR_RANGED_LEGS_NORMAL=11900]="DECORATIVE_ARMOUR_RANGED_LEGS_NORMAL",a[a.DECORATIVE_ARMOUR_QUIVER_NORMAL=11901]="DECORATIVE_ARMOUR_QUIVER_NORMAL",a[a.LEAFBLADED_SWORD=11902]="LEAFBLADED_SWORD",a[a.TRIDENT_OF_THE_SEAS_CHARGED=11905]="TRIDENT_OF_THE_SEAS_CHARGED",a[a.TRIDENT_OF_THE_SEAS_PARTIALLY_CHARGED=11907]="TRIDENT_OF_THE_SEAS_PARTIALLY_CHARGED",a[a.TRIDENT_OF_THE_SEAS_UNCHARGED=11908]="TRIDENT_OF_THE_SEAS_UNCHARGED",a[a.COW_MASK=11919]="COW_MASK",a[a.DRAGON_PICKAXE=11920]="DRAGON_PICKAXE",a[a.MALEDICTION_WARD=11924]="MALEDICTION_WARD",a[a.ODIUM_WARD=11926]="ODIUM_WARD",a[a.ODIUM_SHARD_1=11928]="ODIUM_SHARD_1",a[a.ODIUM_SHARD_2=11929]="ODIUM_SHARD_2",a[a.ODIUM_SHARD_3=11930]="ODIUM_SHARD_3",a[a.MALEDICTION_SHARD_1=11931]="MALEDICTION_SHARD_1",a[a.MALEDICTION_SHARD_2=11932]="MALEDICTION_SHARD_2",a[a.MALEDICTION_SHARD_3=11933]="MALEDICTION_SHARD_3",a[a.RAW_DARK_CRAB=11934]="RAW_DARK_CRAB",a[a.DARK_CRAB=11936]="DARK_CRAB",a[a.DARK_FISHING_BAIT=11940]="DARK_FISHING_BAIT",a[a.LAVA_DRAGON_BONES=11943]="LAVA_DRAGON_BONES",a[a.EXTENDED_ANTIFIRE_4_DOSE=11951]="EXTENDED_ANTIFIRE_4_DOSE",a[a.EXTENDED_ANTIFIRE_3_DOSE=11953]="EXTENDED_ANTIFIRE_3_DOSE",a[a.EXTENDED_ANTIFIRE_2_DOSE=11955]="EXTENDED_ANTIFIRE_2_DOSE",a[a.EXTENDED_ANTIFIRE_1_DOSE=11957]="EXTENDED_ANTIFIRE_1_DOSE",a[a.BLACK_CHINCHOMPA=11959]="BLACK_CHINCHOMPA",a[a.EXTENDED_ANTIFIRE_MIX_2_DOSE=11960]="EXTENDED_ANTIFIRE_MIX_2_DOSE",a[a.EXTENDED_ANTIFIRE_MIX_1_DOSE=11962]="EXTENDED_ANTIFIRE_MIX_1_DOSE",a[a.AMULET_OF_GLORY_T_T6=11964]="AMULET_OF_GLORY_T_T6",a[a.AMULET_OF_GLORY_T_T5=11966]="AMULET_OF_GLORY_T_T5",a[a.SKILLS_NECKLACE_6=11968]="SKILLS_NECKLACE_6",a[a.SKILLS_NECKLACE_5=11970]="SKILLS_NECKLACE_5",a[a.COMBAT_BRACELET_6=11972]="COMBAT_BRACELET_6",a[a.COMBAT_BRACELET_5=11974]="COMBAT_BRACELET_5",a[a.AMULET_OF_GLORY_5=11976]="AMULET_OF_GLORY_5",a[a.AMULET_OF_GLORY_6=11978]="AMULET_OF_GLORY_6",a[a.RING_OF_WEALTH_5=11980]="RING_OF_WEALTH_5",a[a.RING_OF_WEALTH_4=11982]="RING_OF_WEALTH_4",a[a.RING_OF_WEALTH_3=11984]="RING_OF_WEALTH_3",a[a.RING_OF_WEALTH_2=11986]="RING_OF_WEALTH_2",a[a.RING_OF_WEALTH_1=11988]="RING_OF_WEALTH_1",a[a.FEDORA=11990]="FEDORA",a[a.LAVA_SCALE=11992]="LAVA_SCALE",a[a.LAVA_SCALE_SHARD=11994]="LAVA_SCALE_SHARD",a[a.SMOKE_BATTLESTAFF=11998]="SMOKE_BATTLESTAFF",a[a.MYSTIC_SMOKE_STAFF=12e3]="MYSTIC_SMOKE_STAFF",a[a.OCCULT_NECKLACE=12002]="OCCULT_NECKLACE",a[a.KRAKEN_TENTACLE=12004]="KRAKEN_TENTACLE",a[a.ABYSSAL_TENTACLE=12006]="ABYSSAL_TENTACLE",a[a.JAR_OF_DIRT=12007]="JAR_OF_DIRT",a[a.PROSPECTOR_HELMET=12013]="PROSPECTOR_HELMET",a[a.PROSPECTOR_JACKET=12014]="PROSPECTOR_JACKET",a[a.PROSPECTOR_LEGS=12015]="PROSPECTOR_LEGS",a[a.PROSPECTOR_BOOTS=12016]="PROSPECTOR_BOOTS",a[a.SALVE_AMULETI_NIGHTMARE_ZONE=12017]="SALVE_AMULETI_NIGHTMARE_ZONE",a[a.SALVE_AMULETEI_NIGHTMARE_ZONE=12018]="SALVE_AMULETEI_NIGHTMARE_ZONE",a[a.ANCIENT_ROBE_TOP=12193]="ANCIENT_ROBE_TOP",a[a.ANCIENT_ROBE_LEGS=12195]="ANCIENT_ROBE_LEGS",a[a.ANCIENT_CLOAK=12197]="ANCIENT_CLOAK",a[a.ANCIENT_CROZIER=12199]="ANCIENT_CROZIER",a[a.ANCIENT_STOLE=12201]="ANCIENT_STOLE",a[a.ANCIENT_MITRE=12203]="ANCIENT_MITRE",a[a.BRONZE_PLATEBODY_G=12205]="BRONZE_PLATEBODY_G",a[a.BRONZE_PLATELEGS_G=12207]="BRONZE_PLATELEGS_G",a[a.BRONZE_PLATESKIRT_G=12209]="BRONZE_PLATESKIRT_G",a[a.BRONZE_FULL_HELM_G=12211]="BRONZE_FULL_HELM_G",a[a.BRONZE_KITESHIELD_G=12213]="BRONZE_KITESHIELD_G",a[a.BRONZE_PLATEBODY_T=12215]="BRONZE_PLATEBODY_T",a[a.BRONZE_PLATELEGS_T=12217]="BRONZE_PLATELEGS_T",a[a.BRONZE_PLATESKIRT_T=12219]="BRONZE_PLATESKIRT_T",a[a.BRONZE_FULL_HELM_T=12221]="BRONZE_FULL_HELM_T",a[a.BRONZE_KITESHIELD_T=12223]="BRONZE_KITESHIELD_T",a[a.IRON_PLATEBODY_T=12225]="IRON_PLATEBODY_T",a[a.IRON_PLATELEGS_T=12227]="IRON_PLATELEGS_T",a[a.IRON_PLATESKIRT_T=12229]="IRON_PLATESKIRT_T",a[a.IRON_FULL_HELM_T=12231]="IRON_FULL_HELM_T",a[a.IRON_KITESHIELD_T=12233]="IRON_KITESHIELD_T",a[a.IRON_PLATEBODY_G=12235]="IRON_PLATEBODY_G",a[a.IRON_PLATELEGS_G=12237]="IRON_PLATELEGS_G",a[a.IRON_PLATESKIRT_G=12239]="IRON_PLATESKIRT_G",a[a.IRON_FULL_HELM_G=12241]="IRON_FULL_HELM_G",a[a.IRON_KITESHIELD_G=12243]="IRON_KITESHIELD_G",a[a.BEANIE=12245]="BEANIE",a[a.RED_BERET=12247]="RED_BERET",a[a.IMP_MASK=12249]="IMP_MASK",a[a.GOBLIN_MASK=12251]="GOBLIN_MASK",a[a.ARMADYL_ROBE_TOP=12253]="ARMADYL_ROBE_TOP",a[a.ARMADYL_ROBE_LEGS=12255]="ARMADYL_ROBE_LEGS",a[a.ARMADYL_STOLE=12257]="ARMADYL_STOLE",a[a.ARMADYL_MITRE=12259]="ARMADYL_MITRE",a[a.ARMADYL_CLOAK=12261]="ARMADYL_CLOAK",a[a.ARMADYL_CROZIER=12263]="ARMADYL_CROZIER",a[a.BANDOS_ROBE_TOP=12265]="BANDOS_ROBE_TOP",a[a.BANDOS_ROBE_LEGS=12267]="BANDOS_ROBE_LEGS",a[a.BANDOS_STOLE=12269]="BANDOS_STOLE",a[a.BANDOS_MITRE=12271]="BANDOS_MITRE",a[a.BANDOS_CLOAK=12273]="BANDOS_CLOAK",a[a.BANDOS_CROZIER=12275]="BANDOS_CROZIER",a[a.MITHRIL_PLATEBODY_G=12277]="MITHRIL_PLATEBODY_G",a[a.MITHRIL_PLATELEGS_G=12279]="MITHRIL_PLATELEGS_G",a[a.MITHRIL_KITESHIELD_G=12281]="MITHRIL_KITESHIELD_G",a[a.MITHRIL_FULL_HELM_G=12283]="MITHRIL_FULL_HELM_G",a[a.MITHRIL_PLATESKIRT_G=12285]="MITHRIL_PLATESKIRT_G",a[a.MITHRIL_PLATEBODY_T=12287]="MITHRIL_PLATEBODY_T",a[a.MITHRIL_PLATELEGS_T=12289]="MITHRIL_PLATELEGS_T",a[a.MITHRIL_KITESHIELD_T=12291]="MITHRIL_KITESHIELD_T",a[a.MITHRIL_FULL_HELM_T=12293]="MITHRIL_FULL_HELM_T",a[a.MITHRIL_PLATESKIRT_T=12295]="MITHRIL_PLATESKIRT_T",a[a.BLACK_PICKAXE=12297]="BLACK_PICKAXE",a[a.WHITE_HEADBAND=12299]="WHITE_HEADBAND",a[a.BLUE_HEADBAND=12301]="BLUE_HEADBAND",a[a.GOLD_HEADBAND=12303]="GOLD_HEADBAND",a[a.PINK_HEADBAND=12305]="PINK_HEADBAND",a[a.GREEN_HEADBAND=12307]="GREEN_HEADBAND",a[a.PINK_BOATER=12309]="PINK_BOATER",a[a.PURPLE_BOATER=12311]="PURPLE_BOATER",a[a.WHITE_BOATER=12313]="WHITE_BOATER",a[a.PINK_ELEGANT_SHIRT=12315]="PINK_ELEGANT_SHIRT",a[a.PINK_ELEGANT_LEGS=12317]="PINK_ELEGANT_LEGS",a[a.CRIER_HAT=12319]="CRIER_HAT",a[a.WHITE_CAVALIER=12321]="WHITE_CAVALIER",a[a.RED_CAVALIER=12323]="RED_CAVALIER",a[a.NAVY_CAVALIER=12325]="NAVY_CAVALIER",a[a.RED_DHIDE_BODY_G=12327]="RED_DHIDE_BODY_G",a[a.RED_DHIDE_CHAPS_G=12329]="RED_DHIDE_CHAPS_G",a[a.RED_DHIDE_BODY_T=12331]="RED_DHIDE_BODY_T",a[a.RED_DHIDE_CHAPS_T=12333]="RED_DHIDE_CHAPS_T",a[a.BRIEFCASE=12335]="BRIEFCASE",a[a.SAGACIOUS_SPECTACLES=12337]="SAGACIOUS_SPECTACLES",a[a.PINK_ELEGANT_BLOUSE=12339]="PINK_ELEGANT_BLOUSE",a[a.PINK_ELEGANT_SKIRT=12341]="PINK_ELEGANT_SKIRT",a[a.GOLD_ELEGANT_BLOUSE=12343]="GOLD_ELEGANT_BLOUSE",a[a.GOLD_ELEGANT_SKIRT=12345]="GOLD_ELEGANT_SKIRT",a[a.GOLD_ELEGANT_SHIRT=12347]="GOLD_ELEGANT_SHIRT",a[a.GOLD_ELEGANT_LEGS=12349]="GOLD_ELEGANT_LEGS",a[a.MUSKETEER_HAT=12351]="MUSKETEER_HAT",a[a.MONOCLE=12353]="MONOCLE",a[a.BIG_PIRATE_HAT=12355]="BIG_PIRATE_HAT",a[a.KATANA=12357]="KATANA",a[a.LEPRECHAUN_HAT=12359]="LEPRECHAUN_HAT",a[a.CAT_MASK=12361]="CAT_MASK",a[a.BRONZE_DRAGON_MASK=12363]="BRONZE_DRAGON_MASK",a[a.IRON_DRAGON_MASK=12365]="IRON_DRAGON_MASK",a[a.STEEL_DRAGON_MASK=12367]="STEEL_DRAGON_MASK",a[a.MITHRIL_DRAGON_MASK=12369]="MITHRIL_DRAGON_MASK",a[a.LAVA_DRAGON_MASK=12371]="LAVA_DRAGON_MASK",a[a.DRAGON_CANE=12373]="DRAGON_CANE",a[a.BLACK_CANE=12375]="BLACK_CANE",a[a.ADAMANT_CANE=12377]="ADAMANT_CANE",a[a.RUNE_CANE=12379]="RUNE_CANE",a[a.BLACK_DHIDE_BODY_G=12381]="BLACK_DHIDE_BODY_G",a[a.BLACK_DHIDE_CHAPS_G=12383]="BLACK_DHIDE_CHAPS_G",a[a.BLACK_DHIDE_BODY_T=12385]="BLACK_DHIDE_BODY_T",a[a.BLACK_DHIDE_CHAPS_T=12387]="BLACK_DHIDE_CHAPS_T",a[a.GILDED_SCIMITAR=12389]="GILDED_SCIMITAR",a[a.GILDED_BOOTS=12391]="GILDED_BOOTS",a[a.ROYAL_GOWN_TOP=12393]="ROYAL_GOWN_TOP",a[a.ROYAL_GOWN_BOTTOM=12395]="ROYAL_GOWN_BOTTOM",a[a.ROYAL_CROWN=12397]="ROYAL_CROWN",a[a.PARTYHAT_SPECS=12399]="PARTYHAT_SPECS",a[a.NARDAH_TELEPORT=12402]="NARDAH_TELEPORT",a[a.DIGSITE_TELEPORT=12403]="DIGSITE_TELEPORT",a[a.FELDIP_HILLS_TELEPORT=12404]="FELDIP_HILLS_TELEPORT",a[a.LUNAR_ISLE_TELEPORT=12405]="LUNAR_ISLE_TELEPORT",a[a.MORTTON_TELEPORT=12406]="MORTTON_TELEPORT",a[a.PEST_CONTROL_TELEPORT=12407]="PEST_CONTROL_TELEPORT",a[a.PISCATORIS_TELEPORT=12408]="PISCATORIS_TELEPORT",a[a.TAI_BWO_WANNAI_TELEPORT=12409]="TAI_BWO_WANNAI_TELEPORT",a[a.IORWERTH_CAMP_TELEPORT=12410]="IORWERTH_CAMP_TELEPORT",a[a.MOS_LEHARMLESS_TELEPORT=12411]="MOS_LEHARMLESS_TELEPORT",a[a.PIRATE_HAT_PATCH=12412]="PIRATE_HAT_PATCH",a[a.DRAGON_CHAINBODY_G=12414]="DRAGON_CHAINBODY_G",a[a.DRAGON_PLATELEGS_G=12415]="DRAGON_PLATELEGS_G",a[a.DRAGON_PLATESKIRT_G=12416]="DRAGON_PLATESKIRT_G",a[a.DRAGON_FULL_HELM_G=12417]="DRAGON_FULL_HELM_G",a[a.DRAGON_SQ_SHIELD_G=12418]="DRAGON_SQ_SHIELD_G",a[a.LIGHT_INFINITY_HAT=12419]="LIGHT_INFINITY_HAT",a[a.LIGHT_INFINITY_TOP=12420]="LIGHT_INFINITY_TOP",a[a.LIGHT_INFINITY_BOTTOMS=12421]="LIGHT_INFINITY_BOTTOMS",a[a.THIRD_AGE_WAND=12422]="THIRD_AGE_WAND",a[a.THIRD_AGE_BOW=12424]="THIRD_AGE_BOW",a[a.THIRD_AGE_LONGSWORD=12426]="THIRD_AGE_LONGSWORD",a[a.PENGUIN_MASK=12428]="PENGUIN_MASK",a[a.AFRO=12430]="AFRO",a[a.TOP_HAT=12432]="TOP_HAT",a[a.TOP_HAT_MONOCLE=12434]="TOP_HAT_MONOCLE",a[a.AMULET_OF_FURY_OR=12436]="AMULET_OF_FURY_OR",a[a.THIRD_AGE_CLOAK=12437]="THIRD_AGE_CLOAK",a[a.ROYAL_SCEPTRE=12439]="ROYAL_SCEPTRE",a[a.MUSKETEER_TABARD=12441]="MUSKETEER_TABARD",a[a.MUSKETEER_PANTS=12443]="MUSKETEER_PANTS",a[a.BLACK_SKIRT_G=12445]="BLACK_SKIRT_G",a[a.BLACK_SKIRT_T=12447]="BLACK_SKIRT_T",a[a.BLACK_WIZARD_ROBE_G=12449]="BLACK_WIZARD_ROBE_G",a[a.BLACK_WIZARD_ROBE_T=12451]="BLACK_WIZARD_ROBE_T",a[a.BLACK_WIZARD_HAT_G=12453]="BLACK_WIZARD_HAT_G",a[a.BLACK_WIZARD_HAT_T=12455]="BLACK_WIZARD_HAT_T",a[a.DARK_INFINITY_HAT=12457]="DARK_INFINITY_HAT",a[a.DARK_INFINITY_TOP=12458]="DARK_INFINITY_TOP",a[a.DARK_INFINITY_BOTTOMS=12459]="DARK_INFINITY_BOTTOMS",a[a.ANCIENT_PLATEBODY=12460]="ANCIENT_PLATEBODY",a[a.ANCIENT_PLATELEGS=12462]="ANCIENT_PLATELEGS",a[a.ANCIENT_PLATESKIRT=12464]="ANCIENT_PLATESKIRT",a[a.ANCIENT_FULL_HELM=12466]="ANCIENT_FULL_HELM",a[a.ANCIENT_KITESHIELD=12468]="ANCIENT_KITESHIELD",a[a.ARMADYL_PLATEBODY=12470]="ARMADYL_PLATEBODY",a[a.ARMADYL_PLATELEGS=12472]="ARMADYL_PLATELEGS",a[a.ARMADYL_PLATESKIRT=12474]="ARMADYL_PLATESKIRT",a[a.ARMADYL_FULL_HELM=12476]="ARMADYL_FULL_HELM",a[a.ARMADYL_KITESHIELD=12478]="ARMADYL_KITESHIELD",a[a.BANDOS_PLATEBODY=12480]="BANDOS_PLATEBODY",a[a.BANDOS_PLATELEGS=12482]="BANDOS_PLATELEGS",a[a.BANDOS_PLATESKIRT=12484]="BANDOS_PLATESKIRT",a[a.BANDOS_FULL_HELM=12486]="BANDOS_FULL_HELM",a[a.BANDOS_KITESHIELD=12488]="BANDOS_KITESHIELD",a[a.ANCIENT_BRACERS=12490]="ANCIENT_BRACERS",a[a.ANCIENT_DHIDE_BODY=12492]="ANCIENT_DHIDE_BODY",a[a.ANCIENT_CHAPS=12494]="ANCIENT_CHAPS",a[a.ANCIENT_COIF=12496]="ANCIENT_COIF",a[a.BANDOS_BRACERS=12498]="BANDOS_BRACERS",a[a.BANDOS_DHIDE_BODY=12500]="BANDOS_DHIDE_BODY",a[a.BANDOS_CHAPS=12502]="BANDOS_CHAPS",a[a.BANDOS_COIF=12504]="BANDOS_COIF",a[a.ARMADYL_BRACERS=12506]="ARMADYL_BRACERS",a[a.ARMADYL_DHIDE_BODY=12508]="ARMADYL_DHIDE_BODY",a[a.ARMADYL_CHAPS=12510]="ARMADYL_CHAPS",a[a.ARMADYL_COIF=12512]="ARMADYL_COIF",a[a.EXPLORER_BACKPACK=12514]="EXPLORER_BACKPACK",a[a.PITH_HELMET=12516]="PITH_HELMET",a[a.GREEN_DRAGON_MASK=12518]="GREEN_DRAGON_MASK",a[a.BLUE_DRAGON_MASK=12520]="BLUE_DRAGON_MASK",a[a.RED_DRAGON_MASK=12522]="RED_DRAGON_MASK",a[a.BLACK_DRAGON_MASK=12524]="BLACK_DRAGON_MASK",a[a.FURY_ORNAMENT_KIT=12526]="FURY_ORNAMENT_KIT",a[a.DARK_INFINITY_COLOUR_KIT=12528]="DARK_INFINITY_COLOUR_KIT",a[a.LIGHT_INFINITY_COLOUR_KIT=12530]="LIGHT_INFINITY_COLOUR_KIT",a[a.DRAGON_SQ_SHIELD_ORNAMENT_KIT=12532]="DRAGON_SQ_SHIELD_ORNAMENT_KIT",a[a.DRAGON_CHAINBODY_ORNAMENT_KIT=12534]="DRAGON_CHAINBODY_ORNAMENT_KIT",a[a.DRAGON_LEGSSKIRT_ORNAMENT_KIT=12536]="DRAGON_LEGSSKIRT_ORNAMENT_KIT",a[a.DRAGON_FULL_HELM_ORNAMENT_KIT=12538]="DRAGON_FULL_HELM_ORNAMENT_KIT",a[a.DEERSTALKER=12540]="DEERSTALKER",a[a.RANGERS_TUNIC=12596]="RANGERS_TUNIC",a[a.HOLY_SANDALS=12598]="HOLY_SANDALS",a[a.DRUIDIC_WREATH=12600]="DRUIDIC_WREATH",a[a.RING_OF_THE_GODS=12601]="RING_OF_THE_GODS",a[a.TYRANNICAL_RING=12603]="TYRANNICAL_RING",a[a.TREASONOUS_RING=12605]="TREASONOUS_RING",a[a.DAMAGED_BOOK_BANDOS=12607]="DAMAGED_BOOK_BANDOS",a[a.BOOK_OF_WAR=12608]="BOOK_OF_WAR",a[a.DAMAGED_BOOK_ARMADYL=12609]="DAMAGED_BOOK_ARMADYL",a[a.BOOK_OF_LAW=12610]="BOOK_OF_LAW",a[a.DAMAGED_BOOK_ANCIENT=12611]="DAMAGED_BOOK_ANCIENT",a[a.BOOK_OF_DARKNESS=12612]="BOOK_OF_DARKNESS",a[a.BANDOS_PAGE_1=12613]="BANDOS_PAGE_1",a[a.BANDOS_PAGE_2=12614]="BANDOS_PAGE_2",a[a.BANDOS_PAGE_3=12615]="BANDOS_PAGE_3",a[a.BANDOS_PAGE_4=12616]="BANDOS_PAGE_4",a[a.ARMADYL_PAGE_1=12617]="ARMADYL_PAGE_1",a[a.ARMADYL_PAGE_2=12618]="ARMADYL_PAGE_2",a[a.ARMADYL_PAGE_3=12619]="ARMADYL_PAGE_3",a[a.ARMADYL_PAGE_4=12620]="ARMADYL_PAGE_4",a[a.ANCIENT_PAGE_1=12621]="ANCIENT_PAGE_1",a[a.ANCIENT_PAGE_2=12622]="ANCIENT_PAGE_2",a[a.ANCIENT_PAGE_3=12623]="ANCIENT_PAGE_3",a[a.ANCIENT_PAGE_4=12624]="ANCIENT_PAGE_4",a[a.STAMINA_POTION_4_DOSE=12625]="STAMINA_POTION_4_DOSE",a[a.STAMINA_POTION_3_DOSE=12627]="STAMINA_POTION_3_DOSE",a[a.STAMINA_POTION_2_DOSE=12629]="STAMINA_POTION_2_DOSE",a[a.STAMINA_POTION_1_DOSE=12631]="STAMINA_POTION_1_DOSE",a[a.STAMINA_MIX_2_DOSE=12633]="STAMINA_MIX_2_DOSE",a[a.STAMINA_MIX_1_DOSE=12635]="STAMINA_MIX_1_DOSE",a[a.SARADOMIN_HALO_NORMAL=12637]="SARADOMIN_HALO_NORMAL",a[a.ZAMORAK_HALO_NORMAL=12638]="ZAMORAK_HALO_NORMAL",a[a.GUTHIX_HALO_NORMAL=12639]="GUTHIX_HALO_NORMAL",a[a.AMYLASE_CRYSTAL=12640]="AMYLASE_CRYSTAL",a[a.LUMBERYARD_TELEPORT=12642]="LUMBERYARD_TELEPORT",a[a.IBANS_STAFF_U=12658]="IBANS_STAFF_U",a[a.TYRANNICAL_RING_I_NIGHTMARE_ZONE=12691]="TYRANNICAL_RING_I_NIGHTMARE_ZONE",a[a.TREASONOUS_RING_I_NIGHTMARE_ZONE=12692]="TREASONOUS_RING_I_NIGHTMARE_ZONE",a[a.SUPER_COMBAT_POTION_4_DOSE=12695]="SUPER_COMBAT_POTION_4_DOSE",a[a.SUPER_COMBAT_POTION_3_DOSE=12697]="SUPER_COMBAT_POTION_3_DOSE",a[a.SUPER_COMBAT_POTION_2_DOSE=12699]="SUPER_COMBAT_POTION_2_DOSE",a[a.SUPER_COMBAT_POTION_1_DOSE=12701]="SUPER_COMBAT_POTION_1_DOSE",a[a.GOBLIN_PAINT_CANNON=12727]="GOBLIN_PAINT_CANNON",a[a.BLUE_DARK_BOW_PAINT=12757]="BLUE_DARK_BOW_PAINT",a[a.GREEN_DARK_BOW_PAINT=12759]="GREEN_DARK_BOW_PAINT",a[a.YELLOW_DARK_BOW_PAINT=12761]="YELLOW_DARK_BOW_PAINT",a[a.WHITE_DARK_BOW_PAINT=12763]="WHITE_DARK_BOW_PAINT",a[a.DARK_BOW_GREEN=12765]="DARK_BOW_GREEN",a[a.DARK_BOW_BLUE=12766]="DARK_BOW_BLUE",a[a.DARK_BOW_YELLOW=12767]="DARK_BOW_YELLOW",a[a.DARK_BOW_WHITE=12768]="DARK_BOW_WHITE",a[a.FROZEN_WHIP_MIX=12769]="FROZEN_WHIP_MIX",a[a.VOLCANIC_WHIP_MIX=12771]="VOLCANIC_WHIP_MIX",a[a.VOLCANIC_ABYSSAL_WHIP=12773]="VOLCANIC_ABYSSAL_WHIP",a[a.FROZEN_ABYSSAL_WHIP=12774]="FROZEN_ABYSSAL_WHIP",a[a.ANNAKARL_TELEPORT_TABLET=12775]="ANNAKARL_TELEPORT_TABLET",a[a.CARRALLANGAR_TELEPORT_TABLET=12776]="CARRALLANGAR_TELEPORT_TABLET",a[a.DAREEYAK_TELEPORT_TABLET=12777]="DAREEYAK_TELEPORT_TABLET",a[a.GHORROCK_TELEPORT_TABLET=12778]="GHORROCK_TELEPORT_TABLET",a[a.KHARYRLL_TELEPORT_TABLET=12779]="KHARYRLL_TELEPORT_TABLET",a[a.LASSAR_TELEPORT_TABLET=12780]="LASSAR_TELEPORT_TABLET",a[a.PADDEWWA_TELEPORT_TABLET=12781]="PADDEWWA_TELEPORT_TABLET",a[a.SENNTISTEN_TELEPORT_TABLET=12782]="SENNTISTEN_TELEPORT_TABLET",a[a.RING_OF_WEALTH_SCROLL=12783]="RING_OF_WEALTH_SCROLL",a[a.RING_OF_WEALTH_I_UNCHARGED=12785]="RING_OF_WEALTH_I_UNCHARGED",a[a.MAGIC_SHORTBOW_SCROLL=12786]="MAGIC_SHORTBOW_SCROLL",a[a.MAGIC_SHORTBOW_I=12788]="MAGIC_SHORTBOW_I",a[a.CLUE_BOX=12789]="CLUE_BOX",a[a.STEAM_BATTLESTAFF_OR=12795]="STEAM_BATTLESTAFF_OR",a[a.MYSTIC_STEAM_STAFF_OR=12796]="MYSTIC_STEAM_STAFF_OR",a[a.DRAGON_PICKAXE_UPGRADED=12797]="DRAGON_PICKAXE_UPGRADED",a[a.STEAM_STAFF_UPGRADE_KIT=12798]="STEAM_STAFF_UPGRADE_KIT",a[a.DRAGON_PICKAXE_UPGRADE_KIT=12800]="DRAGON_PICKAXE_UPGRADE_KIT",a[a.WARD_UPGRADE_KIT=12802]="WARD_UPGRADE_KIT",a[a.SARADOMINS_TEAR=12804]="SARADOMINS_TEAR",a[a.MALEDICTION_WARD_OR=12806]="MALEDICTION_WARD_OR",a[a.ODIUM_WARD_OR=12807]="ODIUM_WARD_OR",a[a.SARADOMINS_BLESSED_SWORD_CHARGED=12808]="SARADOMINS_BLESSED_SWORD_CHARGED",a[a.SARADOMINS_BLESSED_SWORD_PARTIALLY_CHARGED=12809]="SARADOMINS_BLESSED_SWORD_PARTIALLY_CHARGED",a[a.IRONMAN_HELM=12810]="IRONMAN_HELM",a[a.IRONMAN_PLATEBODY=12811]="IRONMAN_PLATEBODY",a[a.IRONMAN_PLATELEGS=12812]="IRONMAN_PLATELEGS",a[a.ULTIMATE_IRONMAN_HELM=12813]="ULTIMATE_IRONMAN_HELM",a[a.ULTIMATE_IRONMAN_PLATEBODY=12814]="ULTIMATE_IRONMAN_PLATEBODY",a[a.ULTIMATE_IRONMAN_PLATELEGS=12815]="ULTIMATE_IRONMAN_PLATELEGS",a[a.ELYSIAN_SPIRIT_SHIELD=12817]="ELYSIAN_SPIRIT_SHIELD",a[a.ELYSIAN_SIGIL=12819]="ELYSIAN_SIGIL",a[a.SPECTRAL_SPIRIT_SHIELD=12821]="SPECTRAL_SPIRIT_SHIELD",a[a.SPECTRAL_SIGIL=12823]="SPECTRAL_SIGIL",a[a.ARCANE_SPIRIT_SHIELD=12825]="ARCANE_SPIRIT_SHIELD",a[a.ARCANE_SIGIL=12827]="ARCANE_SIGIL",a[a.SPIRIT_SHIELD=12829]="SPIRIT_SHIELD",a[a.BLESSED_SPIRIT_SHIELD=12831]="BLESSED_SPIRIT_SHIELD",a[a.HOLY_ELIXIR=12833]="HOLY_ELIXIR",a[a.GRIM_REAPER_HOOD=12845]="GRIM_REAPER_HOOD",a[a.TARGET_TELEPORT_SCROLL=12846]="TARGET_TELEPORT_SCROLL",a[a.GRANITE_MAUL_OR_NORMAL=12848]="GRANITE_MAUL_OR_NORMAL",a[a.GRANITE_CLAMP=12849]="GRANITE_CLAMP",a[a.AMULET_OF_THE_DAMNED_FULL=12851]="AMULET_OF_THE_DAMNED_FULL",a[a.AMULET_OF_THE_DAMNED_USED=12853]="AMULET_OF_THE_DAMNED_USED",a[a.HUNTERS_HONOUR=12855]="HUNTERS_HONOUR",a[a.ROGUES_REVENGE=12856]="ROGUES_REVENGE",a[a.DWARF_CANNON_SET=12863]="DWARF_CANNON_SET",a[a.GREEN_DRAGONHIDE_SET=12865]="GREEN_DRAGONHIDE_SET",a[a.BLUE_DRAGONHIDE_SET=12867]="BLUE_DRAGONHIDE_SET",a[a.RED_DRAGONHIDE_SET=12869]="RED_DRAGONHIDE_SET",a[a.BLACK_DRAGONHIDE_SET=12871]="BLACK_DRAGONHIDE_SET",a[a.GUTHANS_ARMOUR_SET=12873]="GUTHANS_ARMOUR_SET",a[a.VERACS_ARMOUR_SET=12875]="VERACS_ARMOUR_SET",a[a.DHAROKS_ARMOUR_SET=12877]="DHAROKS_ARMOUR_SET",a[a.TORAGS_ARMOUR_SET=12879]="TORAGS_ARMOUR_SET",a[a.AHRIMS_ARMOUR_SET=12881]="AHRIMS_ARMOUR_SET",a[a.KARILS_ARMOUR_SET=12883]="KARILS_ARMOUR_SET",a[a.JAR_OF_SAND=12885]="JAR_OF_SAND",a[a.SANTA_MASK=12887]="SANTA_MASK",a[a.SANTA_JACKET=12888]="SANTA_JACKET",a[a.SANTA_PANTALOONS=12889]="SANTA_PANTALOONS",a[a.SANTA_GLOVES=12890]="SANTA_GLOVES",a[a.SANTA_BOOTS=12891]="SANTA_BOOTS",a[a.ANTISANTA_MASK=12892]="ANTISANTA_MASK",a[a.ANTISANTA_JACKET=12893]="ANTISANTA_JACKET",a[a.ANTISANTA_PANTALOONS=12894]="ANTISANTA_PANTALOONS",a[a.ANTISANTA_GLOVES=12895]="ANTISANTA_GLOVES",a[a.ANTISANTA_BOOTS=12896]="ANTISANTA_BOOTS",a[a.TRIDENT_OF_THE_SWAMP_CHARGED=12899]="TRIDENT_OF_THE_SWAMP_CHARGED",a[a.TRIDENT_OF_THE_SWAMP_UNCHARGED=12900]="TRIDENT_OF_THE_SWAMP_UNCHARGED",a[a.TOXIC_STAFF_OF_THE_DEAD_UNCHARGED=12902]="TOXIC_STAFF_OF_THE_DEAD_UNCHARGED",a[a.TOXIC_STAFF_OF_THE_DEAD_CHARGED=12904]="TOXIC_STAFF_OF_THE_DEAD_CHARGED",a[a.ANTIVENOM_4_DOSE=12905]="ANTIVENOM_4_DOSE",a[a.ANTIVENOM_3_DOSE=12907]="ANTIVENOM_3_DOSE",a[a.ANTIVENOM_2_DOSE=12909]="ANTIVENOM_2_DOSE",a[a.ANTIVENOM_1_DOSE=12911]="ANTIVENOM_1_DOSE",a[a.TANZANITE_FANG=12922]="TANZANITE_FANG",a[a.TOXIC_BLOWPIPE_EMPTY=12924]="TOXIC_BLOWPIPE_EMPTY",a[a.TOXIC_BLOWPIPE_CHARGED=12926]="TOXIC_BLOWPIPE_CHARGED",a[a.SERPENTINE_VISAGE=12927]="SERPENTINE_VISAGE",a[a.SERPENTINE_HELM_UNCHARGED=12929]="SERPENTINE_HELM_UNCHARGED",a[a.SERPENTINE_HELM_CHARGED=12931]="SERPENTINE_HELM_CHARGED",a[a.MAGIC_FANG=12932]="MAGIC_FANG",a[a.ZULRAHS_SCALES=12934]="ZULRAHS_SCALES",a[a.JAR_OF_SWAMP=12936]="JAR_OF_SWAMP",a[a.ZULANDRA_TELEPORT=12938]="ZULANDRA_TELEPORT",a[a.DRAGON_DEFENDER_NORMAL=12954]="DRAGON_DEFENDER_NORMAL",a[a.COW_TOP=12956]="COW_TOP",a[a.COW_TROUSERS=12957]="COW_TROUSERS",a[a.COW_GLOVES=12958]="COW_GLOVES",a[a.COW_SHOES=12959]="COW_SHOES",a[a.BRONZE_SET_LG=12960]="BRONZE_SET_LG",a[a.BRONZE_SET_SK=12962]="BRONZE_SET_SK",a[a.BRONZE_TRIMMED_SET_LG=12964]="BRONZE_TRIMMED_SET_LG",a[a.BRONZE_TRIMMED_SET_SK=12966]="BRONZE_TRIMMED_SET_SK",a[a.BRONZE_GOLDTRIMMED_SET_LG=12968]="BRONZE_GOLDTRIMMED_SET_LG",a[a.BRONZE_GOLDTRIMMED_SET_SK=12970]="BRONZE_GOLDTRIMMED_SET_SK",a[a.IRON_SET_LG=12972]="IRON_SET_LG",a[a.IRON_SET_SK=12974]="IRON_SET_SK",a[a.IRON_TRIMMED_SET_LG=12976]="IRON_TRIMMED_SET_LG",a[a.IRON_TRIMMED_SET_SK=12978]="IRON_TRIMMED_SET_SK",a[a.IRON_GOLDTRIMMED_SET_LG=12980]="IRON_GOLDTRIMMED_SET_LG",a[a.IRON_GOLDTRIMMED_SET_SK=12982]="IRON_GOLDTRIMMED_SET_SK",a[a.STEEL_SET_LG=12984]="STEEL_SET_LG",a[a.STEEL_SET_SK=12986]="STEEL_SET_SK",a[a.BLACK_SET_LG=12988]="BLACK_SET_LG",a[a.BLACK_SET_SK=12990]="BLACK_SET_SK",a[a.BLACK_TRIMMED_SET_LG=12992]="BLACK_TRIMMED_SET_LG",a[a.BLACK_TRIMMED_SET_SK=12994]="BLACK_TRIMMED_SET_SK",a[a.BLACK_GOLDTRIMMED_SET_LG=12996]="BLACK_GOLDTRIMMED_SET_LG",a[a.BLACK_GOLDTRIMMED_SET_SK=12998]="BLACK_GOLDTRIMMED_SET_SK",a[a.MITHRIL_SET_LG=13e3]="MITHRIL_SET_LG",a[a.MITHRIL_SET_SK=13002]="MITHRIL_SET_SK",a[a.MITHRIL_TRIMMED_SET_LG=13004]="MITHRIL_TRIMMED_SET_LG",a[a.MITHRIL_TRIMMED_SET_SK=13006]="MITHRIL_TRIMMED_SET_SK",a[a.MITHRIL_GOLDTRIMMED_SET_LG=13008]="MITHRIL_GOLDTRIMMED_SET_LG",a[a.MITHRIL_GOLDTRIMMED_SET_SK=13010]="MITHRIL_GOLDTRIMMED_SET_SK",a[a.ADAMANT_SET_LG=13012]="ADAMANT_SET_LG",a[a.ADAMANT_SET_SK=13014]="ADAMANT_SET_SK",a[a.ADAMANT_TRIMMED_SET_LG=13016]="ADAMANT_TRIMMED_SET_LG",a[a.ADAMANT_TRIMMED_SET_SK=13018]="ADAMANT_TRIMMED_SET_SK",a[a.ADAMANT_GOLDTRIMMED_SET_LG=13020]="ADAMANT_GOLDTRIMMED_SET_LG",a[a.ADAMANT_GOLDTRIMMED_SET_SK=13022]="ADAMANT_GOLDTRIMMED_SET_SK",a[a.RUNE_ARMOUR_SET_LG=13024]="RUNE_ARMOUR_SET_LG",a[a.RUNE_ARMOUR_SET_SK=13026]="RUNE_ARMOUR_SET_SK",a[a.RUNE_TRIMMED_SET_LG=13028]="RUNE_TRIMMED_SET_LG",a[a.RUNE_TRIMMED_SET_SK=13030]="RUNE_TRIMMED_SET_SK",a[a.RUNE_GOLDTRIMMED_SET_LG=13032]="RUNE_GOLDTRIMMED_SET_LG",a[a.RUNE_GOLDTRIMMED_SET_SK=13034]="RUNE_GOLDTRIMMED_SET_SK",a[a.GILDED_ARMOUR_SET_LG=13036]="GILDED_ARMOUR_SET_LG",a[a.GILDED_ARMOUR_SET_SK=13038]="GILDED_ARMOUR_SET_SK",a[a.SARADOMIN_ARMOUR_SET_LG=13040]="SARADOMIN_ARMOUR_SET_LG",a[a.SARADOMIN_ARMOUR_SET_SK=13042]="SARADOMIN_ARMOUR_SET_SK",a[a.ZAMORAK_ARMOUR_SET_LG=13044]="ZAMORAK_ARMOUR_SET_LG",a[a.ZAMORAK_ARMOUR_SET_SK=13046]="ZAMORAK_ARMOUR_SET_SK",a[a.GUTHIX_ARMOUR_SET_LG=13048]="GUTHIX_ARMOUR_SET_LG",a[a.GUTHIX_ARMOUR_SET_SK=13050]="GUTHIX_ARMOUR_SET_SK",a[a.ARMADYL_RUNE_ARMOUR_SET_LG=13052]="ARMADYL_RUNE_ARMOUR_SET_LG",a[a.ARMADYL_RUNE_ARMOUR_SET_SK=13054]="ARMADYL_RUNE_ARMOUR_SET_SK",a[a.BANDOS_RUNE_ARMOUR_SET_LG=13056]="BANDOS_RUNE_ARMOUR_SET_LG",a[a.BANDOS_RUNE_ARMOUR_SET_SK=13058]="BANDOS_RUNE_ARMOUR_SET_SK",a[a.ANCIENT_RUNE_ARMOUR_SET_LG=13060]="ANCIENT_RUNE_ARMOUR_SET_LG",a[a.ANCIENT_RUNE_ARMOUR_SET_SK=13062]="ANCIENT_RUNE_ARMOUR_SET_SK",a[a.COMBAT_POTION_SET=13064]="COMBAT_POTION_SET",a[a.SUPER_POTION_SET=13066]="SUPER_POTION_SET",a[a.QUEST_POINT_CAPE_TRIMMED=13068]="QUEST_POINT_CAPE_TRIMMED",a[a.ACHIEVEMENT_DIARY_CAPE_TRIMMED=13069]="ACHIEVEMENT_DIARY_CAPE_TRIMMED",a[a.ACHIEVEMENT_DIARY_HOOD=13070]="ACHIEVEMENT_DIARY_HOOD",a[a.ELITE_VOID_TOP_NORMAL=13072]="ELITE_VOID_TOP_NORMAL",a[a.ELITE_VOID_ROBE_NORMAL=13073]="ELITE_VOID_ROBE_NORMAL",a[a.ENCHANTED_LYRE_5=13079]="ENCHANTED_LYRE_5",a[a.CRYSTAL_HALBERD_I_NEW=13080]="CRYSTAL_HALBERD_I_NEW",a[a.CRYSTAL_HALBERD_I_FULL=13081]="CRYSTAL_HALBERD_I_FULL",a[a.CRYSTAL_HALBERD_I_910=13082]="CRYSTAL_HALBERD_I_910",a[a.CRYSTAL_HALBERD_I_810=13083]="CRYSTAL_HALBERD_I_810",a[a.CRYSTAL_HALBERD_I_710=13084]="CRYSTAL_HALBERD_I_710",a[a.CRYSTAL_HALBERD_I_610=13085]="CRYSTAL_HALBERD_I_610",a[a.CRYSTAL_HALBERD_I_510=13086]="CRYSTAL_HALBERD_I_510",a[a.CRYSTAL_HALBERD_I_410=13087]="CRYSTAL_HALBERD_I_410",a[a.CRYSTAL_HALBERD_I_310=13088]="CRYSTAL_HALBERD_I_310",a[a.CRYSTAL_HALBERD_I_210=13089]="CRYSTAL_HALBERD_I_210",a[a.CRYSTAL_HALBERD_I_110=13090]="CRYSTAL_HALBERD_I_110",a[a.CRYSTAL_HALBERD_HISTORICAL_NEW=13091]="CRYSTAL_HALBERD_HISTORICAL_NEW",a[a.CRYSTAL_HALBERD_HISTORICAL_FULL=13092]="CRYSTAL_HALBERD_HISTORICAL_FULL",a[a.CRYSTAL_HALBERD_HISTORICAL_910=13093]="CRYSTAL_HALBERD_HISTORICAL_910",a[a.CRYSTAL_HALBERD_HISTORICAL_810=13094]="CRYSTAL_HALBERD_HISTORICAL_810",a[a.CRYSTAL_HALBERD_HISTORICAL_710=13095]="CRYSTAL_HALBERD_HISTORICAL_710",a[a.CRYSTAL_HALBERD_HISTORICAL_610=13096]="CRYSTAL_HALBERD_HISTORICAL_610",a[a.CRYSTAL_HALBERD_HISTORICAL_510=13097]="CRYSTAL_HALBERD_HISTORICAL_510",a[a.CRYSTAL_HALBERD_HISTORICAL_410=13098]="CRYSTAL_HALBERD_HISTORICAL_410",a[a.CRYSTAL_HALBERD_HISTORICAL_310=13099]="CRYSTAL_HALBERD_HISTORICAL_310",a[a.CRYSTAL_HALBERD_HISTORICAL_210=13100]="CRYSTAL_HALBERD_HISTORICAL_210",a[a.CRYSTAL_HALBERD_HISTORICAL_110=13101]="CRYSTAL_HALBERD_HISTORICAL_110",a[a.KARAMJA_GLOVES_4=13103]="KARAMJA_GLOVES_4",a[a.VARROCK_ARMOUR_1=13104]="VARROCK_ARMOUR_1",a[a.VARROCK_ARMOUR_2=13105]="VARROCK_ARMOUR_2",a[a.VARROCK_ARMOUR_3=13106]="VARROCK_ARMOUR_3",a[a.VARROCK_ARMOUR_4=13107]="VARROCK_ARMOUR_4",a[a.WILDERNESS_SWORD_1=13108]="WILDERNESS_SWORD_1",a[a.WILDERNESS_SWORD_2=13109]="WILDERNESS_SWORD_2",a[a.WILDERNESS_SWORD_3=13110]="WILDERNESS_SWORD_3",a[a.WILDERNESS_SWORD_4=13111]="WILDERNESS_SWORD_4",a[a.MORYTANIA_LEGS_1=13112]="MORYTANIA_LEGS_1",a[a.MORYTANIA_LEGS_2=13113]="MORYTANIA_LEGS_2",a[a.MORYTANIA_LEGS_3=13114]="MORYTANIA_LEGS_3",a[a.MORYTANIA_LEGS_4=13115]="MORYTANIA_LEGS_4",a[a.FALADOR_SHIELD_1=13117]="FALADOR_SHIELD_1",a[a.FALADOR_SHIELD_2=13118]="FALADOR_SHIELD_2",a[a.FALADOR_SHIELD_3=13119]="FALADOR_SHIELD_3",a[a.FALADOR_SHIELD_4=13120]="FALADOR_SHIELD_4",a[a.ARDOUGNE_CLOAK_1=13121]="ARDOUGNE_CLOAK_1",a[a.ARDOUGNE_CLOAK_2=13122]="ARDOUGNE_CLOAK_2",a[a.ARDOUGNE_CLOAK_3=13123]="ARDOUGNE_CLOAK_3",a[a.ARDOUGNE_CLOAK_4=13124]="ARDOUGNE_CLOAK_4",a[a.EXPLORERS_RING_1=13125]="EXPLORERS_RING_1",a[a.EXPLORERS_RING_2=13126]="EXPLORERS_RING_2",a[a.EXPLORERS_RING_3=13127]="EXPLORERS_RING_3",a[a.EXPLORERS_RING_4=13128]="EXPLORERS_RING_4",a[a.FREMENNIK_SEA_BOOTS_1=13129]="FREMENNIK_SEA_BOOTS_1",a[a.FREMENNIK_SEA_BOOTS_2=13130]="FREMENNIK_SEA_BOOTS_2",a[a.FREMENNIK_SEA_BOOTS_3=13131]="FREMENNIK_SEA_BOOTS_3",a[a.FREMENNIK_SEA_BOOTS_4=13132]="FREMENNIK_SEA_BOOTS_4",a[a.DESERT_AMULET_1=13133]="DESERT_AMULET_1",a[a.DESERT_AMULET_2=13134]="DESERT_AMULET_2",a[a.DESERT_AMULET_3=13135]="DESERT_AMULET_3",a[a.DESERT_AMULET_4=13136]="DESERT_AMULET_4",a[a.KANDARIN_HEADGEAR_1=13137]="KANDARIN_HEADGEAR_1",a[a.KANDARIN_HEADGEAR_2=13138]="KANDARIN_HEADGEAR_2",a[a.KANDARIN_HEADGEAR_3=13139]="KANDARIN_HEADGEAR_3",a[a.KANDARIN_HEADGEAR_4=13140]="KANDARIN_HEADGEAR_4",a[a.WESTERN_BANNER_1=13141]="WESTERN_BANNER_1",a[a.WESTERN_BANNER_2=13142]="WESTERN_BANNER_2",a[a.WESTERN_BANNER_3=13143]="WESTERN_BANNER_3",a[a.WESTERN_BANNER_4=13144]="WESTERN_BANNER_4",a[a.HOLY_BOOK_PAGE_SET=13149]="HOLY_BOOK_PAGE_SET",a[a.UNHOLY_BOOK_PAGE_SET=13151]="UNHOLY_BOOK_PAGE_SET",a[a.BOOK_OF_BALANCE_PAGE_SET=13153]="BOOK_OF_BALANCE_PAGE_SET",a[a.BOOK_OF_WAR_PAGE_SET=13155]="BOOK_OF_WAR_PAGE_SET",a[a.BOOK_OF_LAW_PAGE_SET=13157]="BOOK_OF_LAW_PAGE_SET",a[a.BOOK_OF_DARKNESS_PAGE_SET=13159]="BOOK_OF_DARKNESS_PAGE_SET",a[a.ZAMORAK_DRAGONHIDE_SET=13161]="ZAMORAK_DRAGONHIDE_SET",a[a.SARADOMIN_DRAGONHIDE_SET=13163]="SARADOMIN_DRAGONHIDE_SET",a[a.GUTHIX_DRAGONHIDE_SET=13165]="GUTHIX_DRAGONHIDE_SET",a[a.BANDOS_DRAGONHIDE_SET=13167]="BANDOS_DRAGONHIDE_SET",a[a.ARMADYL_DRAGONHIDE_SET=13169]="ARMADYL_DRAGONHIDE_SET",a[a.ANCIENT_DRAGONHIDE_SET=13171]="ANCIENT_DRAGONHIDE_SET",a[a.PARTYHAT_SET=13173]="PARTYHAT_SET",a[a.HALLOWEEN_MASK_SET=13175]="HALLOWEEN_MASK_SET",a[a.BUNNY_FEET=13182]="BUNNY_FEET",a[a.OLD_SCHOOL_BOND_TRADEABLE=13190]="OLD_SCHOOL_BOND_TRADEABLE",a[a.TANZANITE_HELM_CHARGED=13197]="TANZANITE_HELM_CHARGED",a[a.MAGMA_HELM_CHARGED=13199]="MAGMA_HELM_CHARGED",a[a.RING_OF_THE_GODS_I_NIGHTMARE_ZONE=13202]="RING_OF_THE_GODS_I_NIGHTMARE_ZONE",a[a.MASK_OF_BALANCE=13203]="MASK_OF_BALANCE",a[a.MUSIC_CAPE_UNTRIMMED=13221]="MUSIC_CAPE_UNTRIMMED",a[a.MUSIC_CAPE_TRIMMED=13222]="MUSIC_CAPE_TRIMMED",a[a.MUSIC_HOOD=13223]="MUSIC_HOOD",a[a.ETERNAL_CRYSTAL=13227]="ETERNAL_CRYSTAL",a[a.PEGASIAN_CRYSTAL=13229]="PEGASIAN_CRYSTAL",a[a.PRIMORDIAL_CRYSTAL=13231]="PRIMORDIAL_CRYSTAL",a[a.SMOULDERING_STONE=13233]="SMOULDERING_STONE",a[a.ETERNAL_BOOTS=13235]="ETERNAL_BOOTS",a[a.PEGASIAN_BOOTS=13237]="PEGASIAN_BOOTS",a[a.PRIMORDIAL_BOOTS=13239]="PRIMORDIAL_BOOTS",a[a.INFERNAL_AXE_CHARGED=13241]="INFERNAL_AXE_CHARGED",a[a.INFERNAL_AXE_UNCHARGED=13242]="INFERNAL_AXE_UNCHARGED",a[a.INFERNAL_PICKAXE_CHARGED=13243]="INFERNAL_PICKAXE_CHARGED",a[a.INFERNAL_PICKAXE_UNCHARGED=13244]="INFERNAL_PICKAXE_UNCHARGED",a[a.JAR_OF_SOULS=13245]="JAR_OF_SOULS",a[a.SARADOMINS_LIGHT=13256]="SARADOMINS_LIGHT",a[a.ANGLER_HAT=13258]="ANGLER_HAT",a[a.ANGLER_TOP=13259]="ANGLER_TOP",a[a.ANGLER_WADERS=13260]="ANGLER_WADERS",a[a.ANGLER_BOOTS=13261]="ANGLER_BOOTS",a[a.ABYSSAL_BLUDGEON=13263]="ABYSSAL_BLUDGEON",a[a.ABYSSAL_DAGGER_UNPOISONED=13265]="ABYSSAL_DAGGER_UNPOISONED",a[a.ABYSSAL_DAGGER_POISON=13267]="ABYSSAL_DAGGER_POISON",a[a.JAR_OF_MIASMA=13277]="JAR_OF_MIASMA",a[a.MAX_CAPE_INVENTORY=13280]="MAX_CAPE_INVENTORY",a[a.MAX_HOOD=13281]="MAX_HOOD",a[a.GRAVEDIGGER_MASK_REWARD=13283]="GRAVEDIGGER_MASK_REWARD",a[a.GRAVEDIGGER_TOP_REWARD=13284]="GRAVEDIGGER_TOP_REWARD",a[a.GRAVEDIGGER_LEGGINGS_REWARD=13285]="GRAVEDIGGER_LEGGINGS_REWARD",a[a.GRAVEDIGGER_BOOTS_REWARD=13286]="GRAVEDIGGER_BOOTS_REWARD",a[a.GRAVEDIGGER_GLOVES_REWARD=13287]="GRAVEDIGGER_GLOVES_REWARD",a[a.ANTIPANTIES_REWARD=13288]="ANTIPANTIES_REWARD",a[a.DEADMANS_CHEST_DEADMAN_MODE=13317]="DEADMANS_CHEST_DEADMAN_MODE",a[a.DEADMANS_LEGS_DEADMAN_MODE=13318]="DEADMANS_LEGS_DEADMAN_MODE",a[a.DEADMANS_CAPE_DEADMAN_MODE=13319]="DEADMANS_CAPE_DEADMAN_MODE",a[a.GREEN_BANNER=13328]="GREEN_BANNER",a[a.FIRE_MAX_CAPE_NORMAL=13329]="FIRE_MAX_CAPE_NORMAL",a[a.FIRE_MAX_HOOD=13330]="FIRE_MAX_HOOD",a[a.SARADOMIN_MAX_CAPE=13331]="SARADOMIN_MAX_CAPE",a[a.SARADOMIN_MAX_HOOD=13332]="SARADOMIN_MAX_HOOD",a[a.ZAMORAK_MAX_CAPE=13333]="ZAMORAK_MAX_CAPE",a[a.ZAMORAK_MAX_HOOD=13334]="ZAMORAK_MAX_HOOD",a[a.GUTHIX_MAX_CAPE=13335]="GUTHIX_MAX_CAPE",a[a.GUTHIX_MAX_HOOD=13336]="GUTHIX_MAX_HOOD",a[a.ACCUMULATOR_MAX_CAPE=13337]="ACCUMULATOR_MAX_CAPE",a[a.ACCUMULATOR_MAX_HOOD=13338]="ACCUMULATOR_MAX_HOOD",a[a.BLACK_SANTA_HAT=13343]="BLACK_SANTA_HAT",a[a.INVERTED_SANTA_HAT=13344]="INVERTED_SANTA_HAT",a[a.SHAYZIEN_GLOVES_1=13357]="SHAYZIEN_GLOVES_1",a[a.SHAYZIEN_BOOTS_1=13358]="SHAYZIEN_BOOTS_1",a[a.SHAYZIEN_HELM_1=13359]="SHAYZIEN_HELM_1",a[a.SHAYZIEN_GREAVES_1=13360]="SHAYZIEN_GREAVES_1",a[a.SHAYZIEN_PLATEBODY_1=13361]="SHAYZIEN_PLATEBODY_1",a[a.SHAYZIEN_GLOVES_2=13362]="SHAYZIEN_GLOVES_2",a[a.SHAYZIEN_BOOTS_2=13363]="SHAYZIEN_BOOTS_2",a[a.SHAYZIEN_HELM_2=13364]="SHAYZIEN_HELM_2",a[a.SHAYZIEN_GREAVES_2=13365]="SHAYZIEN_GREAVES_2",a[a.SHAYZIEN_PLATEBODY_2=13366]="SHAYZIEN_PLATEBODY_2",a[a.SHAYZIEN_GLOVES_3=13367]="SHAYZIEN_GLOVES_3",a[a.SHAYZIEN_BOOTS_3=13368]="SHAYZIEN_BOOTS_3",a[a.SHAYZIEN_HELM_3=13369]="SHAYZIEN_HELM_3",a[a.SHAYZIEN_GREAVES_3=13370]="SHAYZIEN_GREAVES_3",a[a.SHAYZIEN_PLATEBODY_3=13371]="SHAYZIEN_PLATEBODY_3",a[a.SHAYZIEN_GLOVES_4=13372]="SHAYZIEN_GLOVES_4",a[a.SHAYZIEN_BOOTS_4=13373]="SHAYZIEN_BOOTS_4",a[a.SHAYZIEN_HELM_4=13374]="SHAYZIEN_HELM_4",a[a.SHAYZIEN_GREAVES_4=13375]="SHAYZIEN_GREAVES_4",a[a.SHAYZIEN_PLATEBODY_4=13376]="SHAYZIEN_PLATEBODY_4",a[a.SHAYZIEN_GLOVES_5=13377]="SHAYZIEN_GLOVES_5",a[a.SHAYZIEN_BOOTS_5=13378]="SHAYZIEN_BOOTS_5",a[a.SHAYZIEN_HELM_5=13379]="SHAYZIEN_HELM_5",a[a.SHAYZIEN_GREAVES_5=13380]="SHAYZIEN_GREAVES_5",a[a.SHAYZIEN_BODY_5=13381]="SHAYZIEN_BODY_5",a[a.XERICIAN_FABRIC=13383]="XERICIAN_FABRIC",a[a.XERICIAN_HAT=13385]="XERICIAN_HAT",a[a.XERICIAN_TOP=13387]="XERICIAN_TOP",a[a.XERICIAN_ROBE=13389]="XERICIAN_ROBE",a[a.LIZARDMAN_FANG=13391]="LIZARDMAN_FANG",a[a.XERICS_TALISMAN_INERT=13392]="XERICS_TALISMAN_INERT",a[a.XERICS_TALISMAN_CHARGED=13393]="XERICS_TALISMAN_CHARGED",a[a.SALTPETRE=13421]="SALTPETRE",a[a.SANDWORMS=13431]="SANDWORMS",a[a.RAW_ANGLERFISH=13439]="RAW_ANGLERFISH",a[a.ANGLERFISH=13441]="ANGLERFISH",a[a.ENSOULED_GOBLIN_HEAD_ITEM=13448]="ENSOULED_GOBLIN_HEAD_ITEM",a[a.ENSOULED_MONKEY_HEAD_ITEM=13451]="ENSOULED_MONKEY_HEAD_ITEM",a[a.ENSOULED_IMP_HEAD_ITEM=13454]="ENSOULED_IMP_HEAD_ITEM",a[a.ENSOULED_MINOTAUR_HEAD_ITEM=13457]="ENSOULED_MINOTAUR_HEAD_ITEM",a[a.ENSOULED_SCORPION_HEAD_ITEM=13460]="ENSOULED_SCORPION_HEAD_ITEM",a[a.ENSOULED_BEAR_HEAD_ITEM=13463]="ENSOULED_BEAR_HEAD_ITEM",a[a.ENSOULED_UNICORN_HEAD_ITEM=13466]="ENSOULED_UNICORN_HEAD_ITEM",a[a.ENSOULED_DOG_HEAD_ITEM=13469]="ENSOULED_DOG_HEAD_ITEM",a[a.ENSOULED_CHAOS_DRUID_HEAD_ITEM=13472]="ENSOULED_CHAOS_DRUID_HEAD_ITEM",a[a.ENSOULED_GIANT_HEAD_ITEM=13475]="ENSOULED_GIANT_HEAD_ITEM",a[a.ENSOULED_OGRE_HEAD_ITEM=13478]="ENSOULED_OGRE_HEAD_ITEM",a[a.ENSOULED_ELF_HEAD_ITEM=13481]="ENSOULED_ELF_HEAD_ITEM",a[a.ENSOULED_TROLL_HEAD_ITEM=13484]="ENSOULED_TROLL_HEAD_ITEM",a[a.ENSOULED_HORROR_HEAD_ITEM=13487]="ENSOULED_HORROR_HEAD_ITEM",a[a.ENSOULED_KALPHITE_HEAD_ITEM=13490]="ENSOULED_KALPHITE_HEAD_ITEM",a[a.ENSOULED_DAGANNOTH_HEAD_ITEM=13493]="ENSOULED_DAGANNOTH_HEAD_ITEM",a[a.ENSOULED_BLOODVELD_HEAD_ITEM=13496]="ENSOULED_BLOODVELD_HEAD_ITEM",a[a.ENSOULED_TZHAAR_HEAD_ITEM=13499]="ENSOULED_TZHAAR_HEAD_ITEM",a[a.ENSOULED_DEMON_HEAD_ITEM=13502]="ENSOULED_DEMON_HEAD_ITEM",a[a.ENSOULED_AVIANSIE_HEAD_ITEM=13505]="ENSOULED_AVIANSIE_HEAD_ITEM",a[a.ENSOULED_ABYSSAL_HEAD_ITEM=13508]="ENSOULED_ABYSSAL_HEAD_ITEM",a[a.ENSOULED_DRAGON_HEAD_ITEM=13511]="ENSOULED_DRAGON_HEAD_ITEM",a[a.DYNAMITE=13573]="DYNAMITE",a[a.DRAGON_WARHAMMER=13576]="DRAGON_WARHAMMER",a[a.GRACEFUL_HOOD_ARCEUUS_INVENTORY=13579]="GRACEFUL_HOOD_ARCEUUS_INVENTORY",a[a.GRACEFUL_CAPE_ARCEUUS_INVENTORY=13581]="GRACEFUL_CAPE_ARCEUUS_INVENTORY",a[a.GRACEFUL_TOP_ARCEUUS_INVENTORY=13583]="GRACEFUL_TOP_ARCEUUS_INVENTORY",a[a.GRACEFUL_LEGS_ARCEUUS_INVENTORY=13585]="GRACEFUL_LEGS_ARCEUUS_INVENTORY",a[a.GRACEFUL_GLOVES_ARCEUUS_INVENTORY=13587]="GRACEFUL_GLOVES_ARCEUUS_INVENTORY",a[a.GRACEFUL_BOOTS_ARCEUUS_INVENTORY=13589]="GRACEFUL_BOOTS_ARCEUUS_INVENTORY",a[a.GRACEFUL_HOOD_PISCARILIUS_INVENTORY=13591]="GRACEFUL_HOOD_PISCARILIUS_INVENTORY",a[a.GRACEFUL_CAPE_PISCARILIUS_INVENTORY=13593]="GRACEFUL_CAPE_PISCARILIUS_INVENTORY",a[a.GRACEFUL_TOP_PISCARILIUS_INVENTORY=13595]="GRACEFUL_TOP_PISCARILIUS_INVENTORY",a[a.GRACEFUL_LEGS_PISCARILIUS_INVENTORY=13597]="GRACEFUL_LEGS_PISCARILIUS_INVENTORY",a[a.GRACEFUL_GLOVES_PISCARILIUS_INVENTORY=13599]="GRACEFUL_GLOVES_PISCARILIUS_INVENTORY",a[a.GRACEFUL_BOOTS_PISCARILIUS_INVENTORY=13601]="GRACEFUL_BOOTS_PISCARILIUS_INVENTORY",a[a.GRACEFUL_HOOD_LOVAKENGJ_INVENTORY=13603]="GRACEFUL_HOOD_LOVAKENGJ_INVENTORY",a[a.GRACEFUL_CAPE_LOVAKENGJ_INVENTORY=13605]="GRACEFUL_CAPE_LOVAKENGJ_INVENTORY",a[a.GRACEFUL_TOP_LOVAKENGJ_INVENTORY=13607]="GRACEFUL_TOP_LOVAKENGJ_INVENTORY",a[a.GRACEFUL_LEGS_LOVAKENGJ_INVENTORY=13609]="GRACEFUL_LEGS_LOVAKENGJ_INVENTORY",a[a.GRACEFUL_GLOVES_LOVAKENGJ_INVENTORY=13611]="GRACEFUL_GLOVES_LOVAKENGJ_INVENTORY",a[a.GRACEFUL_BOOTS_LOVAKENGJ_INVENTORY=13613]="GRACEFUL_BOOTS_LOVAKENGJ_INVENTORY",a[a.GRACEFUL_HOOD_SHAYZIEN_INVENTORY=13615]="GRACEFUL_HOOD_SHAYZIEN_INVENTORY",a[a.GRACEFUL_CAPE_SHAYZIEN_INVENTORY=13617]="GRACEFUL_CAPE_SHAYZIEN_INVENTORY",a[a.GRACEFUL_TOP_SHAYZIEN_INVENTORY=13619]="GRACEFUL_TOP_SHAYZIEN_INVENTORY",a[a.GRACEFUL_LEGS_SHAYZIEN_INVENTORY=13621]="GRACEFUL_LEGS_SHAYZIEN_INVENTORY",a[a.GRACEFUL_GLOVES_SHAYZIEN_INVENTORY=13623]="GRACEFUL_GLOVES_SHAYZIEN_INVENTORY",a[a.GRACEFUL_BOOTS_SHAYZIEN_INVENTORY=13625]="GRACEFUL_BOOTS_SHAYZIEN_INVENTORY",a[a.GRACEFUL_HOOD_HOSIDIUS_INVENTORY=13627]="GRACEFUL_HOOD_HOSIDIUS_INVENTORY",a[a.GRACEFUL_CAPE_HOSIDIUS_INVENTORY=13629]="GRACEFUL_CAPE_HOSIDIUS_INVENTORY",a[a.GRACEFUL_TOP_HOSIDIUS_INVENTORY=13631]="GRACEFUL_TOP_HOSIDIUS_INVENTORY",a[a.GRACEFUL_LEGS_HOSIDIUS_INVENTORY=13633]="GRACEFUL_LEGS_HOSIDIUS_INVENTORY",a[a.GRACEFUL_GLOVES_HOSIDIUS_INVENTORY=13635]="GRACEFUL_GLOVES_HOSIDIUS_INVENTORY",a[a.GRACEFUL_BOOTS_HOSIDIUS_INVENTORY=13637]="GRACEFUL_BOOTS_HOSIDIUS_INVENTORY",a[a.FARMERS_BORO_TROUSERS_MALE=13640]="FARMERS_BORO_TROUSERS_MALE",a[a.FARMERS_BORO_TROUSERS_FEMALE=13641]="FARMERS_BORO_TROUSERS_FEMALE",a[a.FARMERS_JACKET=13642]="FARMERS_JACKET",a[a.FARMERS_SHIRT=13643]="FARMERS_SHIRT",a[a.FARMERS_BOOTS_MALE=13644]="FARMERS_BOOTS_MALE",a[a.FARMERS_BOOTS_FEMALE=13645]="FARMERS_BOOTS_FEMALE",a[a.FARMERS_STRAWHAT_MALE=13646]="FARMERS_STRAWHAT_MALE",a[a.FARMERS_STRAWHAT_FEMALE=13647]="FARMERS_STRAWHAT_FEMALE",a[a.DRAGON_CLAWS=13652]="DRAGON_CLAWS",a[a.GNOME_CHILD_HAT=13655]="GNOME_CHILD_HAT",a[a.GRAPE_SEED=13657]="GRAPE_SEED",a[a.TELEPORT_CARD=13658]="TELEPORT_CARD",a[a.CHRONICLE=13660]="CHRONICLE",a[a.BUNNY_TOP=13663]="BUNNY_TOP",a[a.BUNNY_LEGS=13664]="BUNNY_LEGS",a[a.BUNNY_PAWS=13665]="BUNNY_PAWS",a[a.GRACEFUL_HOOD_KOUREND_INVENTORY=13667]="GRACEFUL_HOOD_KOUREND_INVENTORY",a[a.GRACEFUL_CAPE_KOUREND_INVENTORY=13669]="GRACEFUL_CAPE_KOUREND_INVENTORY",a[a.GRACEFUL_TOP_KOUREND_INVENTORY=13671]="GRACEFUL_TOP_KOUREND_INVENTORY",a[a.GRACEFUL_LEGS_KOUREND_INVENTORY=13673]="GRACEFUL_LEGS_KOUREND_INVENTORY",a[a.GRACEFUL_GLOVES_KOUREND_INVENTORY=13675]="GRACEFUL_GLOVES_KOUREND_INVENTORY",a[a.GRACEFUL_BOOTS_KOUREND_INVENTORY=13677]="GRACEFUL_BOOTS_KOUREND_INVENTORY",a[a.CABBAGE_CAPE=13679]="CABBAGE_CAPE",a[a.CRUCIFEROUS_CODEX=13681]="CRUCIFEROUS_CODEX",a[a.ACHIEVEMENT_DIARY_CAPE_UNTRIMMED=19476]="ACHIEVEMENT_DIARY_CAPE_UNTRIMMED",a[a.LIGHT_BALLISTA=19478]="LIGHT_BALLISTA",a[a.HEAVY_BALLISTA=19481]="HEAVY_BALLISTA",a[a.DRAGON_JAVELIN_UNPOISONED=19484]="DRAGON_JAVELIN_UNPOISONED",a[a.DRAGON_JAVELIN_POISON=19486]="DRAGON_JAVELIN_POISON",a[a.ZENYTE=19493]="ZENYTE",a[a.UNCUT_ZENYTE=19496]="UNCUT_ZENYTE",a[a.ZENYTE_AMULET_U=19501]="ZENYTE_AMULET_U",a[a.ZENYTE_SHARD=19529]="ZENYTE_SHARD",a[a.ZENYTE_BRACELET=19532]="ZENYTE_BRACELET",a[a.ZENYTE_NECKLACE=19535]="ZENYTE_NECKLACE",a[a.ZENYTE_RING=19538]="ZENYTE_RING",a[a.ZENYTE_AMULET=19541]="ZENYTE_AMULET",a[a.TORMENTED_BRACELET=19544]="TORMENTED_BRACELET",a[a.NECKLACE_OF_ANGUISH=19547]="NECKLACE_OF_ANGUISH",a[a.RING_OF_SUFFERING_UNCHARGED=19550]="RING_OF_SUFFERING_UNCHARGED",a[a.AMULET_OF_TORTURE=19553]="AMULET_OF_TORTURE",a[a.MONKEY_MONKEY_MADNESS_II=19556]="MONKEY_MONKEY_MADNESS_II",a[a.BRONZE_JAVELIN_HEADS=19570]="BRONZE_JAVELIN_HEADS",a[a.IRON_JAVELIN_HEADS=19572]="IRON_JAVELIN_HEADS",a[a.STEEL_JAVELIN_HEADS=19574]="STEEL_JAVELIN_HEADS",a[a.MITHRIL_JAVELIN_HEADS=19576]="MITHRIL_JAVELIN_HEADS",a[a.ADAMANT_JAVELIN_HEADS=19578]="ADAMANT_JAVELIN_HEADS",a[a.RUNE_JAVELIN_HEADS=19580]="RUNE_JAVELIN_HEADS",a[a.DRAGON_JAVELIN_HEADS=19582]="DRAGON_JAVELIN_HEADS",a[a.JAVELIN_SHAFT=19584]="JAVELIN_SHAFT",a[a.LIGHT_FRAME=19586]="LIGHT_FRAME",a[a.HEAVY_FRAME=19589]="HEAVY_FRAME",a[a.BALLISTA_LIMBS=19592]="BALLISTA_LIMBS",a[a.INCOMPLETE_LIGHT_BALLISTA=19595]="INCOMPLETE_LIGHT_BALLISTA",a[a.INCOMPLETE_HEAVY_BALLISTA=19598]="INCOMPLETE_HEAVY_BALLISTA",a[a.BALLISTA_SPRING=19601]="BALLISTA_SPRING",a[a.UNSTRUNG_LIGHT_BALLISTA=19604]="UNSTRUNG_LIGHT_BALLISTA",a[a.UNSTRUNG_HEAVY_BALLISTA=19607]="UNSTRUNG_HEAVY_BALLISTA",a[a.MONKEY_TAIL=19610]="MONKEY_TAIL",a[a.ARCEUUS_LIBRARY_TELEPORT_TABLET=19613]="ARCEUUS_LIBRARY_TELEPORT_TABLET",a[a.DRAYNOR_MANOR_TELEPORT_TABLET=19615]="DRAYNOR_MANOR_TELEPORT_TABLET",a[a.MIND_ALTAR_TELEPORT_TABLET=19617]="MIND_ALTAR_TELEPORT_TABLET",a[a.SALVE_GRAVEYARD_TELEPORT_TABLET=19619]="SALVE_GRAVEYARD_TELEPORT_TABLET",a[a.FENKENSTRAINS_CASTLE_TELEPORT_TABLET=19621]="FENKENSTRAINS_CASTLE_TELEPORT_TABLET",a[a.WEST_ARDOUGNE_TELEPORT_TABLET=19623]="WEST_ARDOUGNE_TELEPORT_TABLET",a[a.HARMONY_ISLAND_TELEPORT_TABLET=19625]="HARMONY_ISLAND_TELEPORT_TABLET",a[a.CEMETERY_TELEPORT_TABLET=19627]="CEMETERY_TELEPORT_TABLET",a[a.BARROWS_TELEPORT_TABLET=19629]="BARROWS_TELEPORT_TABLET",a[a.APE_ATOLL_TELEPORT_TABLET=19631]="APE_ATOLL_TELEPORT_TABLET",a[a.BLACK_SLAYER_HELMET=19639]="BLACK_SLAYER_HELMET",a[a.BLACK_SLAYER_HELMET_I_NIGHTMARE_ZONE=19641]="BLACK_SLAYER_HELMET_I_NIGHTMARE_ZONE",a[a.GREEN_SLAYER_HELMET=19643]="GREEN_SLAYER_HELMET",a[a.GREEN_SLAYER_HELMET_I_NIGHTMARE_ZONE=19645]="GREEN_SLAYER_HELMET_I_NIGHTMARE_ZONE",a[a.RED_SLAYER_HELMET=19647]="RED_SLAYER_HELMET",a[a.RED_SLAYER_HELMET_I_NIGHTMARE_ZONE=19649]="RED_SLAYER_HELMET_I_NIGHTMARE_ZONE",a[a.GOLOVANOVA_FRUIT_TOP=19653]="GOLOVANOVA_FRUIT_TOP",a[a.UNCOOKED_BOTANICAL_PIE=19656]="UNCOOKED_BOTANICAL_PIE",a[a.BOTANICAL_PIE_FULL=19662]="BOTANICAL_PIE_FULL",a[a.DAMAGED_MONKEY_TAIL=19665]="DAMAGED_MONKEY_TAIL",a[a.REDWOOD_LOGS=19669]="REDWOOD_LOGS",a[a.REDWOOD_PYRE_LOGS=19672]="REDWOOD_PYRE_LOGS",a[a.ARCLIGHT=19675]="ARCLIGHT",a[a.HELM_OF_RAEDWALD=19687]="HELM_OF_RAEDWALD",a[a.CLUE_HUNTER_GARB=19689]="CLUE_HUNTER_GARB",a[a.CLUE_HUNTER_GLOVES=19691]="CLUE_HUNTER_GLOVES",a[a.CLUE_HUNTER_TROUSERS=19693]="CLUE_HUNTER_TROUSERS",a[a.CLUE_HUNTER_BOOTS=19695]="CLUE_HUNTER_BOOTS",a[a.CLUE_HUNTER_CLOAK=19697]="CLUE_HUNTER_CLOAK",a[a.HORNWOOD_HELM=19699]="HORNWOOD_HELM",a[a.JAR_OF_DARKNESS=19701]="JAR_OF_DARKNESS",a[a.AMULET_OF_ETERNAL_GLORY=19707]="AMULET_OF_ETERNAL_GLORY",a[a.RING_OF_SUFFERING_I_UNCHARGED=19710]="RING_OF_SUFFERING_I_UNCHARGED",a[a.OCCULT_NECKLACE_OR=19720]="OCCULT_NECKLACE_OR",a[a.DRAGON_DEFENDER_T_NORMAL=19722]="DRAGON_DEFENDER_T_NORMAL",a[a.LEFT_EYE_PATCH=19724]="LEFT_EYE_PATCH",a[a.DOUBLE_EYE_PATCH=19727]="DOUBLE_EYE_PATCH",a[a.ZOMBIE_HEAD_TREASURE_TRAILS=19912]="ZOMBIE_HEAD_TREASURE_TRAILS",a[a.CYCLOPS_HEAD=19915]="CYCLOPS_HEAD",a[a.NUNCHAKU=19918]="NUNCHAKU",a[a.ANCIENT_DHIDE_BOOTS=19921]="ANCIENT_DHIDE_BOOTS",a[a.BANDOS_DHIDE_BOOTS=19924]="BANDOS_DHIDE_BOOTS",a[a.GUTHIX_DHIDE_BOOTS=19927]="GUTHIX_DHIDE_BOOTS",a[a.ARMADYL_DHIDE_BOOTS=19930]="ARMADYL_DHIDE_BOOTS",a[a.SARADOMIN_DHIDE_BOOTS=19933]="SARADOMIN_DHIDE_BOOTS",a[a.ZAMORAK_DHIDE_BOOTS=19936]="ZAMORAK_DHIDE_BOOTS",a[a.HEAVY_CASKET=19941]="HEAVY_CASKET",a[a.ARCEUUS_SCARF=19943]="ARCEUUS_SCARF",a[a.HOSIDIUS_SCARF=19946]="HOSIDIUS_SCARF",a[a.LOVAKENGJ_SCARF=19949]="LOVAKENGJ_SCARF",a[a.PISCARILIUS_SCARF=19952]="PISCARILIUS_SCARF",a[a.SHAYZIEN_SCARF=19955]="SHAYZIEN_SCARF",a[a.DARK_TUXEDO_JACKET=19958]="DARK_TUXEDO_JACKET",a[a.DARK_TUXEDO_CUFFS=19961]="DARK_TUXEDO_CUFFS",a[a.DARK_TROUSERS=19964]="DARK_TROUSERS",a[a.DARK_TUXEDO_SHOES=19967]="DARK_TUXEDO_SHOES",a[a.DARK_BOW_TIE=19970]="DARK_BOW_TIE",a[a.LIGHT_TUXEDO_JACKET=19973]="LIGHT_TUXEDO_JACKET",a[a.LIGHT_TUXEDO_CUFFS=19976]="LIGHT_TUXEDO_CUFFS",a[a.LIGHT_TROUSERS=19979]="LIGHT_TROUSERS",a[a.LIGHT_TUXEDO_SHOES=19982]="LIGHT_TUXEDO_SHOES",a[a.LIGHT_BOW_TIE=19985]="LIGHT_BOW_TIE",a[a.BLACKSMITHS_HELM=19988]="BLACKSMITHS_HELM",a[a.BUCKET_HELM=19991]="BUCKET_HELM",a[a.RANGER_GLOVES=19994]="RANGER_GLOVES",a[a.HOLY_WRAPS=19997]="HOLY_WRAPS",a[a.DRAGON_SCIMITAR_OR=2e4]="DRAGON_SCIMITAR_OR",a[a.DRAGON_SCIMITAR_ORNAMENT_KIT=20002]="DRAGON_SCIMITAR_ORNAMENT_KIT",a[a.RING_OF_NATURE=20005]="RING_OF_NATURE",a[a.FANCY_TIARA=20008]="FANCY_TIARA",a[a.THIRD_AGE_AXE=20011]="THIRD_AGE_AXE",a[a.THIRD_AGE_PICKAXE=20014]="THIRD_AGE_PICKAXE",a[a.RING_OF_COINS=20017]="RING_OF_COINS",a[a.LESSER_DEMON_MASK=20020]="LESSER_DEMON_MASK",a[a.GREATER_DEMON_MASK=20023]="GREATER_DEMON_MASK",a[a.BLACK_DEMON_MASK=20026]="BLACK_DEMON_MASK",a[a.OLD_DEMON_MASK=20029]="OLD_DEMON_MASK",a[a.JUNGLE_DEMON_MASK=20032]="JUNGLE_DEMON_MASK",a[a.SAMURAI_KASA=20035]="SAMURAI_KASA",a[a.SAMURAI_SHIRT=20038]="SAMURAI_SHIRT",a[a.SAMURAI_GLOVES=20041]="SAMURAI_GLOVES",a[a.SAMURAI_GREAVES=20044]="SAMURAI_GREAVES",a[a.SAMURAI_BOOTS=20047]="SAMURAI_BOOTS",a[a.OBSIDIAN_CAPE_R=20050]="OBSIDIAN_CAPE_R",a[a.HALF_MOON_SPECTACLES=20053]="HALF_MOON_SPECTACLES",a[a.ALE_OF_THE_GODS=20056]="ALE_OF_THE_GODS",a[a.BUCKET_HELM_G=20059]="BUCKET_HELM_G",a[a.TORTURE_ORNAMENT_KIT=20062]="TORTURE_ORNAMENT_KIT",a[a.OCCULT_ORNAMENT_KIT=20065]="OCCULT_ORNAMENT_KIT",a[a.ARMADYL_GODSWORD_ORNAMENT_KIT=20068]="ARMADYL_GODSWORD_ORNAMENT_KIT",a[a.BANDOS_GODSWORD_ORNAMENT_KIT=20071]="BANDOS_GODSWORD_ORNAMENT_KIT",a[a.SARADOMIN_GODSWORD_ORNAMENT_KIT=20074]="SARADOMIN_GODSWORD_ORNAMENT_KIT",a[a.ZAMORAK_GODSWORD_ORNAMENT_KIT=20077]="ZAMORAK_GODSWORD_ORNAMENT_KIT",a[a.MUMMYS_HEAD=20080]="MUMMYS_HEAD",a[a.MUMMYS_BODY=20083]="MUMMYS_BODY",a[a.MUMMYS_HANDS=20086]="MUMMYS_HANDS",a[a.MUMMYS_LEGS=20089]="MUMMYS_LEGS",a[a.MUMMYS_FEET=20092]="MUMMYS_FEET",a[a.ANKOU_MASK=20095]="ANKOU_MASK",a[a.ANKOU_TOP=20098]="ANKOU_TOP",a[a.ANKOU_GLOVES=20101]="ANKOU_GLOVES",a[a.ANKOUS_LEGGINGS=20104]="ANKOUS_LEGGINGS",a[a.ANKOU_SOCKS=20107]="ANKOU_SOCKS",a[a.BOWL_WIG=20110]="BOWL_WIG",a[a.ARCEUUS_HOOD=20113]="ARCEUUS_HOOD",a[a.HOSIDIUS_HOOD=20116]="HOSIDIUS_HOOD",a[a.LOVAKENGJ_HOOD=20119]="LOVAKENGJ_HOOD",a[a.PISCARILIUS_HOOD=20122]="PISCARILIUS_HOOD",a[a.SHAYZIEN_HOOD=20125]="SHAYZIEN_HOOD",a[a.HOOD_OF_DARKNESS=20128]="HOOD_OF_DARKNESS",a[a.ROBE_TOP_OF_DARKNESS=20131]="ROBE_TOP_OF_DARKNESS",a[a.GLOVES_OF_DARKNESS=20134]="GLOVES_OF_DARKNESS",a[a.ROBE_BOTTOM_OF_DARKNESS=20137]="ROBE_BOTTOM_OF_DARKNESS",a[a.BOOTS_OF_DARKNESS=20140]="BOOTS_OF_DARKNESS",a[a.DRAGON_DEFENDER_ORNAMENT_KIT=20143]="DRAGON_DEFENDER_ORNAMENT_KIT",a[a.GILDED_MED_HELM=20146]="GILDED_MED_HELM",a[a.GILDED_CHAINBODY=20149]="GILDED_CHAINBODY",a[a.GILDED_SQ_SHIELD=20152]="GILDED_SQ_SHIELD",a[a.GILDED_2H_SWORD=20155]="GILDED_2H_SWORD",a[a.GILDED_SPEAR=20158]="GILDED_SPEAR",a[a.GILDED_HASTA=20161]="GILDED_HASTA",a[a.LARGE_SPADE=20164]="LARGE_SPADE",a[a.WOODEN_SHIELD_G=20166]="WOODEN_SHIELD_G",a[a.STEEL_PLATEBODY_G=20169]="STEEL_PLATEBODY_G",a[a.STEEL_PLATELEGS_G=20172]="STEEL_PLATELEGS_G",a[a.STEEL_PLATESKIRT_G=20175]="STEEL_PLATESKIRT_G",a[a.STEEL_FULL_HELM_G=20178]="STEEL_FULL_HELM_G",a[a.STEEL_KITESHIELD_G=20181]="STEEL_KITESHIELD_G",a[a.STEEL_PLATEBODY_T=20184]="STEEL_PLATEBODY_T",a[a.STEEL_PLATELEGS_T=20187]="STEEL_PLATELEGS_T",a[a.STEEL_PLATESKIRT_T=20190]="STEEL_PLATESKIRT_T",a[a.STEEL_FULL_HELM_T=20193]="STEEL_FULL_HELM_T",a[a.STEEL_KITESHIELD_T=20196]="STEEL_KITESHIELD_T",a[a.MONKS_ROBE_TOP_G=20199]="MONKS_ROBE_TOP_G",a[a.MONKS_ROBE_G=20202]="MONKS_ROBE_G",a[a.GOLDEN_CHEFS_HAT=20205]="GOLDEN_CHEFS_HAT",a[a.GOLDEN_APRON=20208]="GOLDEN_APRON",a[a.TEAM_CAPE_ZERO=20211]="TEAM_CAPE_ZERO",a[a.TEAM_CAPE_X=20214]="TEAM_CAPE_X",a[a.TEAM_CAPE_I=20217]="TEAM_CAPE_I",a[a.HOLY_BLESSING=20220]="HOLY_BLESSING",a[a.UNHOLY_BLESSING=20223]="UNHOLY_BLESSING",a[a.PEACEFUL_BLESSING=20226]="PEACEFUL_BLESSING",a[a.HONOURABLE_BLESSING=20229]="HONOURABLE_BLESSING",a[a.WAR_BLESSING=20232]="WAR_BLESSING",a[a.ANCIENT_BLESSING=20235]="ANCIENT_BLESSING",a[a.CHARGE_DRAGONSTONE_JEWELLERY_SCROLL=20238]="CHARGE_DRAGONSTONE_JEWELLERY_SCROLL",a[a.CRIER_COAT=20240]="CRIER_COAT",a[a.CRIER_BELL=20243]="CRIER_BELL",a[a.BLACK_LEPRECHAUN_HAT=20246]="BLACK_LEPRECHAUN_HAT",a[a.CLUELESS_SCROLL=20249]="CLUELESS_SCROLL",a[a.ARCEUUS_BANNER=20251]="ARCEUUS_BANNER",a[a.HOSIDIUS_BANNER=20254]="HOSIDIUS_BANNER",a[a.LOVAKENGJ_BANNER=20257]="LOVAKENGJ_BANNER",a[a.PISCARILIUS_BANNER=20260]="PISCARILIUS_BANNER",a[a.SHAYZIEN_BANNER=20263]="SHAYZIEN_BANNER",a[a.BLACK_UNICORN_MASK=20266]="BLACK_UNICORN_MASK",a[a.WHITE_UNICORN_MASK=20269]="WHITE_UNICORN_MASK",a[a.CABBAGE_ROUND_SHIELD=20272]="CABBAGE_ROUND_SHIELD",a[a.GNOMISH_FIRELIGHTER_UNCHARGED=20275]="GNOMISH_FIRELIGHTER_UNCHARGED",a[a.AMULET_OF_TORTURE_OR=20366]="AMULET_OF_TORTURE_OR",a[a.ARMADYL_GODSWORD_OR=20368]="ARMADYL_GODSWORD_OR",a[a.BANDOS_GODSWORD_OR=20370]="BANDOS_GODSWORD_OR",a[a.SARADOMIN_GODSWORD_OR=20372]="SARADOMIN_GODSWORD_OR",a[a.ZAMORAK_GODSWORD_OR=20374]="ZAMORAK_GODSWORD_OR",a[a.STEEL_TRIMMED_SET_LG=20376]="STEEL_TRIMMED_SET_LG",a[a.STEEL_TRIMMED_SET_SK=20379]="STEEL_TRIMMED_SET_SK",a[a.STEEL_GOLDTRIMMED_SET_LG=20382]="STEEL_GOLDTRIMMED_SET_LG",a[a.STEEL_GOLDTRIMMED_SET_SK=20385]="STEEL_GOLDTRIMMED_SET_SK",a[a.DRAGON_ARROW_LAST_MAN_STANDING=20389]="DRAGON_ARROW_LAST_MAN_STANDING",a[a.SPEAR_LAST_MAN_STANDING=20397]="SPEAR_LAST_MAN_STANDING",a[a.ABYSSAL_WHIP_LAST_MAN_STANDING=20405]="ABYSSAL_WHIP_LAST_MAN_STANDING",a[a.DRAGON_DAGGER_LAST_MAN_STANDING=20407]="DRAGON_DAGGER_LAST_MAN_STANDING",a[a.DARK_BOW_LAST_MAN_STANDING=20408]="DARK_BOW_LAST_MAN_STANDING",a[a.RUNE_PLATELEGS_LAST_MAN_STANDING=20422]="RUNE_PLATELEGS_LAST_MAN_STANDING",a[a.BLACK_DHIDE_BODY_LAST_MAN_STANDING=20423]="BLACK_DHIDE_BODY_LAST_MAN_STANDING",a[a.MYSTIC_ROBE_TOP_LAST_MAN_STANDING=20425]="MYSTIC_ROBE_TOP_LAST_MAN_STANDING",a[a.MYSTIC_ROBE_BOTTOM_LAST_MAN_STANDING=20426]="MYSTIC_ROBE_BOTTOM_LAST_MAN_STANDING",a[a.EVIL_CHICKEN_FEET=20433]="EVIL_CHICKEN_FEET",a[a.EVIL_CHICKEN_WINGS=20436]="EVIL_CHICKEN_WINGS",a[a.EVIL_CHICKEN_HEAD=20439]="EVIL_CHICKEN_HEAD",a[a.EVIL_CHICKEN_LEGS=20442]="EVIL_CHICKEN_LEGS",a[a.ELDER_CHAOS_TOP=20517]="ELDER_CHAOS_TOP",a[a.ELDER_CHAOS_ROBE=20520]="ELDER_CHAOS_ROBE",a[a.GRANITE_MAUL_LAST_MAN_STANDING=20557]="GRANITE_MAUL_LAST_MAN_STANDING",a[a.CLIMBING_BOOTS_LAST_MAN_STANDING=20578]="CLIMBING_BOOTS_LAST_MAN_STANDING",a[a.ADAMANT_GLOVES_LAST_MAN_STANDING=20582]="ADAMANT_GLOVES_LAST_MAN_STANDING",a[a.AMULET_OF_POWER_LAST_MAN_STANDING=20585]="AMULET_OF_POWER_LAST_MAN_STANDING",a[a.AMULET_OF_GLORY_LAST_MAN_STANDING=20586]="AMULET_OF_GLORY_LAST_MAN_STANDING",a[a.STALE_BAGUETTE=20590]="STALE_BAGUETTE",a[a.ARMADYL_GODSWORD_LAST_MAN_STANDING=20593]="ARMADYL_GODSWORD_LAST_MAN_STANDING",a[a.ELDER_CHAOS_HOOD=20595]="ELDER_CHAOS_HOOD",a[a.AHRIMS_ROBETOP_LAST_MAN_STANDING=20598]="AHRIMS_ROBETOP_LAST_MAN_STANDING",a[a.AHRIMS_ROBESKIRT_LAST_MAN_STANDING=20599]="AHRIMS_ROBESKIRT_LAST_MAN_STANDING",a[a.RING_OF_SUFFERING_RECOIL=20655]="RING_OF_SUFFERING_RECOIL",a[a.RING_OF_SUFFERING_I_RECOIL=20657]="RING_OF_SUFFERING_I_RECOIL",a[a.PYROMANCER_GARB=20704]="PYROMANCER_GARB",a[a.PYROMANCER_ROBE=20706]="PYROMANCER_ROBE",a[a.PYROMANCER_HOOD=20708]="PYROMANCER_HOOD",a[a.PYROMANCER_BOOTS=20710]="PYROMANCER_BOOTS",a[a.WARM_GLOVES=20712]="WARM_GLOVES",a[a.TOME_OF_FIRE_CHARGED=20714]="TOME_OF_FIRE_CHARGED",a[a.TOME_OF_FIRE_EMPTY=20716]="TOME_OF_FIRE_EMPTY",a[a.BURNT_PAGE=20718]="BURNT_PAGE",a[a.BRUMA_TORCH=20720]="BRUMA_TORCH",a[a.IMBUED_HEART=20724]="IMBUED_HEART",a[a.LEAFBLADED_BATTLEAXE=20727]="LEAFBLADED_BATTLEAXE",a[a.MIST_BATTLESTAFF=20730]="MIST_BATTLESTAFF",a[a.MYSTIC_MIST_STAFF=20733]="MYSTIC_MIST_STAFF",a[a.DUST_BATTLESTAFF=20736]="DUST_BATTLESTAFF",a[a.MYSTIC_DUST_STAFF=20739]="MYSTIC_DUST_STAFF",a[a.ZAMORAKS_GRAPES=20749]="ZAMORAKS_GRAPES",a[a.HILL_GIANT_CLUB=20756]="HILL_GIANT_CLUB",a[a.ARDOUGNE_MAX_CAPE=20760]="ARDOUGNE_MAX_CAPE",a[a.ARDOUGNE_MAX_HOOD=20764]="ARDOUGNE_MAX_HOOD",a[a.BANSHEE_MASK=20773]="BANSHEE_MASK",a[a.BANSHEE_TOP=20775]="BANSHEE_TOP",a[a.BANSHEE_ROBE=20777]="BANSHEE_ROBE",a[a.HUNTING_KNIFE=20779]="HUNTING_KNIFE",a[a.KILLERS_KNIFE_HALLOWEEN=20781]="KILLERS_KNIFE_HALLOWEEN",a[a.DRAGON_CLAWS_LAST_MAN_STANDING=20784]="DRAGON_CLAWS_LAST_MAN_STANDING",a[a.RING_OF_WEALTH_I_I5=20786]="RING_OF_WEALTH_I_I5",a[a.RING_OF_WEALTH_I_I4=20787]="RING_OF_WEALTH_I_I4",a[a.RING_OF_WEALTH_I_I3=20788]="RING_OF_WEALTH_I_I3",a[a.RING_OF_WEALTH_I_I2=20789]="RING_OF_WEALTH_I_I2",a[a.RING_OF_WEALTH_I_I1=20790]="RING_OF_WEALTH_I_I1",a[a.HARDCORE_IRONMAN_HELM=20792]="HARDCORE_IRONMAN_HELM",a[a.HARDCORE_IRONMAN_PLATEBODY=20794]="HARDCORE_IRONMAN_PLATEBODY",a[a.HARDCORE_IRONMAN_PLATELEGS=20796]="HARDCORE_IRONMAN_PLATELEGS",a[a.SACK_OF_PRESENTS=20834]="SACK_OF_PRESENTS",a[a.GIANT_PRESENT=20836]="GIANT_PRESENT",a[a.CORRUPTED_HELM=20838]="CORRUPTED_HELM",a[a.CORRUPTED_PLATEBODY=20840]="CORRUPTED_PLATEBODY",a[a.CORRUPTED_PLATELEGS=20842]="CORRUPTED_PLATELEGS",a[a.CORRUPTED_PLATESKIRT=20844]="CORRUPTED_PLATESKIRT",a[a.CORRUPTED_KITESHIELD=20846]="CORRUPTED_KITESHIELD",a[a.DRAGON_THROWNAXE=20849]="DRAGON_THROWNAXE",a[a.TWISTED_BOW=20997]="TWISTED_BOW",a[a.TWISTED_BUCKLER=21e3]="TWISTED_BUCKLER",a[a.ELDER_MAUL=21003]="ELDER_MAUL",a[a.KODAI_WAND=21006]="KODAI_WAND",a[a.DRAGON_SWORD=21009]="DRAGON_SWORD",a[a.DRAGON_HUNTER_CROSSBOW=21012]="DRAGON_HUNTER_CROSSBOW",a[a.DINHS_BULWARK=21015]="DINHS_BULWARK",a[a.ANCESTRAL_HAT=21018]="ANCESTRAL_HAT",a[a.ANCESTRAL_ROBE_TOP=21021]="ANCESTRAL_ROBE_TOP",a[a.ANCESTRAL_ROBE_BOTTOM=21024]="ANCESTRAL_ROBE_BOTTOM",a[a.DRAGON_HARPOON=21028]="DRAGON_HARPOON",a[a.INFERNAL_HARPOON_CHARGED=21031]="INFERNAL_HARPOON_CHARGED",a[a.INFERNAL_HARPOON_UNCHARGED=21033]="INFERNAL_HARPOON_UNCHARGED",a[a.DEXTEROUS_PRAYER_SCROLL=21034]="DEXTEROUS_PRAYER_SCROLL",a[a.KODAI_INSIGNIA=21043]="KODAI_INSIGNIA",a[a.TORN_PRAYER_SCROLL=21047]="TORN_PRAYER_SCROLL",a[a.ANCESTRAL_ROBES_SET=21049]="ANCESTRAL_ROBES_SET",a[a.KILLERS_KNIFE_QUEST=21059]="KILLERS_KNIFE_QUEST",a[a.GRACEFUL_HOOD_AGILITY_ARENA_INVENTORY=21061]="GRACEFUL_HOOD_AGILITY_ARENA_INVENTORY",a[a.GRACEFUL_CAPE_AGILITY_ARENA_INVENTORY=21064]="GRACEFUL_CAPE_AGILITY_ARENA_INVENTORY",a[a.GRACEFUL_TOP_AGILITY_ARENA_INVENTORY=21067]="GRACEFUL_TOP_AGILITY_ARENA_INVENTORY",a[a.GRACEFUL_LEGS_AGILITY_ARENA_INVENTORY=21070]="GRACEFUL_LEGS_AGILITY_ARENA_INVENTORY",a[a.GRACEFUL_GLOVES_AGILITY_ARENA_INVENTORY=21073]="GRACEFUL_GLOVES_AGILITY_ARENA_INVENTORY",a[a.GRACEFUL_BOOTS_AGILITY_ARENA_INVENTORY=21076]="GRACEFUL_BOOTS_AGILITY_ARENA_INVENTORY",a[a.ARCANE_PRAYER_SCROLL=21079]="ARCANE_PRAYER_SCROLL",a[a.OPAL_RING=21081]="OPAL_RING",a[a.JADE_RING=21084]="JADE_RING",a[a.TOPAZ_RING=21087]="TOPAZ_RING",a[a.OPAL_NECKLACE=21090]="OPAL_NECKLACE",a[a.JADE_NECKLACE=21093]="JADE_NECKLACE",a[a.TOPAZ_NECKLACE=21096]="TOPAZ_NECKLACE",a[a.OPAL_AMULET_U=21099]="OPAL_AMULET_U",a[a.JADE_AMULET_U=21102]="JADE_AMULET_U",a[a.TOPAZ_AMULET_U=21105]="TOPAZ_AMULET_U",a[a.OPAL_AMULET=21108]="OPAL_AMULET",a[a.JADE_AMULET=21111]="JADE_AMULET",a[a.TOPAZ_AMULET=21114]="TOPAZ_AMULET",a[a.OPAL_BRACELET=21117]="OPAL_BRACELET",a[a.JADE_BRACELET=21120]="JADE_BRACELET",a[a.TOPAZ_BRACELET=21123]="TOPAZ_BRACELET",a[a.RING_OF_PURSUIT=21126]="RING_OF_PURSUIT",a[a.RING_OF_RETURNING_5=21129]="RING_OF_RETURNING_5",a[a.RING_OF_RETURNING_4=21132]="RING_OF_RETURNING_4",a[a.RING_OF_RETURNING_3=21134]="RING_OF_RETURNING_3",a[a.RING_OF_RETURNING_2=21136]="RING_OF_RETURNING_2",a[a.RING_OF_RETURNING_1=21138]="RING_OF_RETURNING_1",a[a.EFARITAYS_AID=21140]="EFARITAYS_AID",a[a.DODGY_NECKLACE=21143]="DODGY_NECKLACE",a[a.NECKLACE_OF_PASSAGE_5=21146]="NECKLACE_OF_PASSAGE_5",a[a.NECKLACE_OF_PASSAGE_4=21149]="NECKLACE_OF_PASSAGE_4",a[a.NECKLACE_OF_PASSAGE_3=21151]="NECKLACE_OF_PASSAGE_3",a[a.NECKLACE_OF_PASSAGE_2=21153]="NECKLACE_OF_PASSAGE_2",a[a.NECKLACE_OF_PASSAGE_1=21155]="NECKLACE_OF_PASSAGE_1",a[a.NECKLACE_OF_FAITH=21157]="NECKLACE_OF_FAITH",a[a.AMULET_OF_BOUNTY=21160]="AMULET_OF_BOUNTY",a[a.AMULET_OF_CHEMISTRY=21163]="AMULET_OF_CHEMISTRY",a[a.BURNING_AMULET_5=21166]="BURNING_AMULET_5",a[a.BURNING_AMULET_4=21169]="BURNING_AMULET_4",a[a.BURNING_AMULET_3=21171]="BURNING_AMULET_3",a[a.BURNING_AMULET_2=21173]="BURNING_AMULET_2",a[a.BURNING_AMULET_1=21175]="BURNING_AMULET_1",a[a.EXPEDITIOUS_BRACELET=21177]="EXPEDITIOUS_BRACELET",a[a.FLAMTAER_BRACELET=21180]="FLAMTAER_BRACELET",a[a.BRACELET_OF_SLAUGHTER=21183]="BRACELET_OF_SLAUGHTER",a[a.LAVA_BATTLESTAFF_OR=21198]="LAVA_BATTLESTAFF_OR",a[a.MYSTIC_LAVA_STAFF_OR=21200]="MYSTIC_LAVA_STAFF_OR",a[a.LAVA_STAFF_UPGRADE_KIT=21202]="LAVA_STAFF_UPGRADE_KIT",a[a.ELDER_MAUL_LAST_MAN_STANDING=21205]="ELDER_MAUL_LAST_MAN_STANDING",a[a.BIRTHDAY_BALLOONS=21209]="BIRTHDAY_BALLOONS",a[a.EASTER_EGG_HELM=21214]="EASTER_EGG_HELM",a[a.SLAYERS_STAFF_E=21255]="SLAYERS_STAFF_E",a[a.SLAYERS_ENCHANTMENT=21257]="SLAYERS_ENCHANTMENT",a[a.PURPLE_SLAYER_HELMET=21264]="PURPLE_SLAYER_HELMET",a[a.PURPLE_SLAYER_HELMET_I_NIGHTMARE_ZONE=21266]="PURPLE_SLAYER_HELMET_I_NIGHTMARE_ZONE",a[a.SLAYER_RING_ETERNAL=21268]="SLAYER_RING_ETERNAL",a[a.ETERNAL_GEM=21270]="ETERNAL_GEM",a[a.SKULL_SCEPTRE_I=21276]="SKULL_SCEPTRE_I",a[a.OBSIDIAN_ARMOUR_SET=21279]="OBSIDIAN_ARMOUR_SET",a[a.INFERNAL_MAX_HOOD=21282]="INFERNAL_MAX_HOOD",a[a.INFERNAL_MAX_CAPE_NORMAL=21285]="INFERNAL_MAX_CAPE_NORMAL",a[a.INFERNAL_CAPE_NORMAL=21295]="INFERNAL_CAPE_NORMAL",a[a.OBSIDIAN_HELMET=21298]="OBSIDIAN_HELMET",a[a.OBSIDIAN_PLATEBODY=21301]="OBSIDIAN_PLATEBODY",a[a.OBSIDIAN_PLATELEGS=21304]="OBSIDIAN_PLATELEGS",a[a.RAINBOW_SCARF=21314]="RAINBOW_SCARF",a[a.AMETHYST_BROAD_BOLTS=21316]="AMETHYST_BROAD_BOLTS",a[a.AMETHYST_JAVELIN_UNPOISONED=21318]="AMETHYST_JAVELIN_UNPOISONED",a[a.AMETHYST_JAVELIN_POISON=21320]="AMETHYST_JAVELIN_POISON",a[a.AMETHYST_ARROW_UNPOISONED=21326]="AMETHYST_ARROW_UNPOISONED",a[a.AMETHYST_FIRE_ARROW_UNLIT=21328]="AMETHYST_FIRE_ARROW_UNLIT",a[a.AMETHYST_FIRE_ARROW_LIT=21330]="AMETHYST_FIRE_ARROW_LIT",a[a.AMETHYST_ARROW_POISON=21332]="AMETHYST_ARROW_POISON",a[a.AMETHYST_BOLT_TIPS=21338]="AMETHYST_BOLT_TIPS",a[a.MINING_GLOVES=21343]="MINING_GLOVES",a[a.SUPERIOR_MINING_GLOVES=21345]="SUPERIOR_MINING_GLOVES",a[a.AMETHYST=21347]="AMETHYST",a[a.AMETHYST_ARROWTIPS=21350]="AMETHYST_ARROWTIPS",a[a.AMETHYST_JAVELIN_HEADS=21352]="AMETHYST_JAVELIN_HEADS",a[a.MASTER_SCROLL_BOOK_EMPTY=21387]="MASTER_SCROLL_BOOK_EMPTY",a[a.EXPERT_MINING_GLOVES=21392]="EXPERT_MINING_GLOVES",a[a.CHAMPIONS_CAPE=21439]="CHAMPIONS_CAPE",a[a.TEAK_SAPLING=21477]="TEAK_SAPLING",a[a.MAHOGANY_SAPLING=21480]="MAHOGANY_SAPLING",a[a.ULTRACOMPOST=21483]="ULTRACOMPOST",a[a.TEAK_SEED=21486]="TEAK_SEED",a[a.MAHOGANY_SEED=21488]="MAHOGANY_SEED",a[a.SEAWEED_SPORE=21490]="SEAWEED_SPORE",a[a.GIANT_SEAWEED=21504]="GIANT_SEAWEED",a[a.BIRD_HOUSE_ITEM=21512]="BIRD_HOUSE_ITEM",a[a.OAK_BIRD_HOUSE=21515]="OAK_BIRD_HOUSE",a[a.WILLOW_BIRD_HOUSE=21518]="WILLOW_BIRD_HOUSE",a[a.TEAK_BIRD_HOUSE=21521]="TEAK_BIRD_HOUSE",a[a.HEATPROOF_VESSEL=21539]="HEATPROOF_VESSEL",a[a.CALCITE=21543]="CALCITE",a[a.PYROPHOSPHITE=21545]="PYROPHOSPHITE",a[a.NUMULITE=21555]="NUMULITE",a[a.VOLCANIC_ASH=21622]="VOLCANIC_ASH",a[a.SULLIUSCEP_CAP=21626]="SULLIUSCEP_CAP",a[a.ANCIENT_WYVERN_SHIELD_CHARGED=21633]="ANCIENT_WYVERN_SHIELD_CHARGED",a[a.ANCIENT_WYVERN_SHIELD_UNCHARGED=21634]="ANCIENT_WYVERN_SHIELD_UNCHARGED",a[a.WYVERN_VISAGE=21637]="WYVERN_VISAGE",a[a.GRANITE_BOOTS=21643]="GRANITE_BOOTS",a[a.GRANITE_LONGSWORD=21646]="GRANITE_LONGSWORD",a[a.MERFOLK_TRIDENT=21649]="MERFOLK_TRIDENT",a[a.DRIFT_NET=21652]="DRIFT_NET",a[a.UNCOOKED_MUSHROOM_PIE=21684]="UNCOOKED_MUSHROOM_PIE",a[a.MUSHROOM_PIE_FULL=21690]="MUSHROOM_PIE_FULL",a[a.RUNEFEST_SHIELD=21695]="RUNEFEST_SHIELD",a[a.JONAS_MASK_REWARD=21720]="JONAS_MASK_REWARD",a[a.BLACK_TOURMALINE_CORE=21730]="BLACK_TOURMALINE_CORE",a[a.GUARDIAN_BOOTS=21733]="GUARDIAN_BOOTS",a[a.GRANITE_GLOVES=21736]="GRANITE_GLOVES",a[a.GRANITE_RING=21739]="GRANITE_RING",a[a.GRANITE_HAMMER=21742]="GRANITE_HAMMER",a[a.JAR_OF_STONE=21745]="JAR_OF_STONE",a[a.GRANITE_RING_I_NIGHTMARE_ZONE=21752]="GRANITE_RING_I_NIGHTMARE_ZONE",a[a.ROCK_THROWNHAMMER=21754]="ROCK_THROWNHAMMER",a[a.KHAREDSTS_MEMOIRS=21760]="KHAREDSTS_MEMOIRS",a[a.IMBUED_SARADOMIN_MAX_CAPE_NORMAL=21776]="IMBUED_SARADOMIN_MAX_CAPE_NORMAL",a[a.IMBUED_SARADOMIN_MAX_HOOD=21778]="IMBUED_SARADOMIN_MAX_HOOD",a[a.IMBUED_ZAMORAK_MAX_CAPE_NORMAL=21780]="IMBUED_ZAMORAK_MAX_CAPE_NORMAL",a[a.IMBUED_ZAMORAK_MAX_HOOD=21782]="IMBUED_ZAMORAK_MAX_HOOD",a[a.IMBUED_GUTHIX_MAX_CAPE_NORMAL=21784]="IMBUED_GUTHIX_MAX_CAPE_NORMAL",a[a.IMBUED_GUTHIX_MAX_HOOD=21786]="IMBUED_GUTHIX_MAX_HOOD",a[a.IMBUED_SARADOMIN_CAPE_NORMAL=21791]="IMBUED_SARADOMIN_CAPE_NORMAL",a[a.IMBUED_GUTHIX_CAPE_NORMAL=21793]="IMBUED_GUTHIX_CAPE_NORMAL",a[a.IMBUED_ZAMORAK_CAPE_NORMAL=21795]="IMBUED_ZAMORAK_CAPE_NORMAL",a[a.REVENANT_CAVE_TELEPORT=21802]="REVENANT_CAVE_TELEPORT",a[a.ANCIENT_CRYSTAL=21804]="ANCIENT_CRYSTAL",a[a.ANCIENT_EMBLEM=21807]="ANCIENT_EMBLEM",a[a.ANCIENT_TOTEM=21810]="ANCIENT_TOTEM",a[a.ANCIENT_STATUETTE=21813]="ANCIENT_STATUETTE",a[a.BRACELET_OF_ETHEREUM_CHARGED=21816]="BRACELET_OF_ETHEREUM_CHARGED",a[a.BRACELET_OF_ETHEREUM_UNCHARGED=21817]="BRACELET_OF_ETHEREUM_UNCHARGED",a[a.REVENANT_ETHER=21820]="REVENANT_ETHER",a[a.SHAMAN_MASK=21838]="SHAMAN_MASK",a[a.SNOW_IMP_COSTUME_HEAD_REWARD=21847]="SNOW_IMP_COSTUME_HEAD_REWARD",a[a.SNOW_IMP_COSTUME_BODY_REWARD=21849]="SNOW_IMP_COSTUME_BODY_REWARD",a[a.SNOW_IMP_COSTUME_LEGS_REWARD=21851]="SNOW_IMP_COSTUME_LEGS_REWARD",a[a.SNOW_IMP_COSTUME_TAIL_REWARD=21853]="SNOW_IMP_COSTUME_TAIL_REWARD",a[a.SNOW_IMP_COSTUME_GLOVES_REWARD=21855]="SNOW_IMP_COSTUME_GLOVES_REWARD",a[a.SNOW_IMP_COSTUME_FEET_REWARD=21857]="SNOW_IMP_COSTUME_FEET_REWARD",a[a.WISE_OLD_MANS_SANTA_HAT=21859]="WISE_OLD_MANS_SANTA_HAT",a[a.BULGING_SACK=21874]="BULGING_SACK",a[a.WRATH_RUNE=21880]="WRATH_RUNE",a[a.DRAGON_ARMOUR_SET_LG=21882]="DRAGON_ARMOUR_SET_LG",a[a.DRAGON_ARMOUR_SET_SK=21885]="DRAGON_ARMOUR_SET_SK",a[a.TURQUOISE_SLAYER_HELMET=21888]="TURQUOISE_SLAYER_HELMET",a[a.TURQUOISE_SLAYER_HELMET_I_NIGHTMARE_ZONE=21890]="TURQUOISE_SLAYER_HELMET_I_NIGHTMARE_ZONE",a[a.DRAGON_PLATEBODY=21892]="DRAGON_PLATEBODY",a[a.DRAGON_KITESHIELD=21895]="DRAGON_KITESHIELD",a[a.ASSEMBLER_MAX_CAPE_NORMAL=21898]="ASSEMBLER_MAX_CAPE_NORMAL",a[a.ASSEMBLER_MAX_HOOD=21900]="ASSEMBLER_MAX_HOOD",a[a.DRAGON_CROSSBOW=21902]="DRAGON_CROSSBOW",a[a.DRAGON_BOLTS_UNPOISONED=21905]="DRAGON_BOLTS_UNPOISONED",a[a.DRAGON_LIMBS=21918]="DRAGON_LIMBS",a[a.DRAGON_CROSSBOW_U=21921]="DRAGON_CROSSBOW_U",a[a.DRAGON_BOLTS_POISON=21924]="DRAGON_BOLTS_POISON",a[a.DRAGON_BOLTS_UNF=21930]="DRAGON_BOLTS_UNF",a[a.OPAL_DRAGON_BOLTS_E=21932]="OPAL_DRAGON_BOLTS_E",a[a.JADE_DRAGON_BOLTS_E=21934]="JADE_DRAGON_BOLTS_E",a[a.PEARL_DRAGON_BOLTS_E=21936]="PEARL_DRAGON_BOLTS_E",a[a.TOPAZ_DRAGON_BOLTS_E=21938]="TOPAZ_DRAGON_BOLTS_E",a[a.SAPPHIRE_DRAGON_BOLTS_E=21940]="SAPPHIRE_DRAGON_BOLTS_E",a[a.EMERALD_DRAGON_BOLTS_E=21942]="EMERALD_DRAGON_BOLTS_E",a[a.RUBY_DRAGON_BOLTS_E=21944]="RUBY_DRAGON_BOLTS_E",a[a.DIAMOND_DRAGON_BOLTS_E=21946]="DIAMOND_DRAGON_BOLTS_E",a[a.DRAGONSTONE_DRAGON_BOLTS_E=21948]="DRAGONSTONE_DRAGON_BOLTS_E",a[a.ONYX_DRAGON_BOLTS_E=21950]="ONYX_DRAGON_BOLTS_E",a[a.MAGIC_STOCK=21952]="MAGIC_STOCK",a[a.OPAL_DRAGON_BOLTS=21955]="OPAL_DRAGON_BOLTS",a[a.JADE_DRAGON_BOLTS=21957]="JADE_DRAGON_BOLTS",a[a.PEARL_DRAGON_BOLTS=21959]="PEARL_DRAGON_BOLTS",a[a.TOPAZ_DRAGON_BOLTS=21961]="TOPAZ_DRAGON_BOLTS",a[a.SAPPHIRE_DRAGON_BOLTS=21963]="SAPPHIRE_DRAGON_BOLTS",a[a.EMERALD_DRAGON_BOLTS=21965]="EMERALD_DRAGON_BOLTS",a[a.RUBY_DRAGON_BOLTS=21967]="RUBY_DRAGON_BOLTS",a[a.DIAMOND_DRAGON_BOLTS=21969]="DIAMOND_DRAGON_BOLTS",a[a.DRAGONSTONE_DRAGON_BOLTS=21971]="DRAGONSTONE_DRAGON_BOLTS",a[a.ONYX_DRAGON_BOLTS=21973]="ONYX_DRAGON_BOLTS",a[a.CRUSHED_SUPERIOR_DRAGON_BONES=21975]="CRUSHED_SUPERIOR_DRAGON_BONES",a[a.SUPER_ANTIFIRE_POTION_4_DOSE=21978]="SUPER_ANTIFIRE_POTION_4_DOSE",a[a.SUPER_ANTIFIRE_POTION_3_DOSE=21981]="SUPER_ANTIFIRE_POTION_3_DOSE",a[a.SUPER_ANTIFIRE_POTION_2_DOSE=21984]="SUPER_ANTIFIRE_POTION_2_DOSE",a[a.SUPER_ANTIFIRE_POTION_1_DOSE=21987]="SUPER_ANTIFIRE_POTION_1_DOSE",a[a.SUPER_ANTIFIRE_MIX_2_DOSE=21994]="SUPER_ANTIFIRE_MIX_2_DOSE",a[a.SUPER_ANTIFIRE_MIX_1_DOSE=21997]="SUPER_ANTIFIRE_MIX_1_DOSE",a[a.DRAGONFIRE_WARD_CHARGED=22002]="DRAGONFIRE_WARD_CHARGED",a[a.DRAGONFIRE_WARD_UNCHARGED=22003]="DRAGONFIRE_WARD_UNCHARGED",a[a.SKELETAL_VISAGE=22006]="SKELETAL_VISAGE",a[a.DRAGON_METAL_SHARD=22097]="DRAGON_METAL_SHARD",a[a.DRAGON_METAL_SLICE=22100]="DRAGON_METAL_SLICE",a[a.DRAGON_METAL_LUMP=22103]="DRAGON_METAL_LUMP",a[a.JAR_OF_DECAY=22106]="JAR_OF_DECAY",a[a.AVAS_ASSEMBLER_NORMAL=22109]="AVAS_ASSEMBLER_NORMAL",a[a.DRAGONBONE_NECKLACE=22111]="DRAGONBONE_NECKLACE",a[a.MYTHICAL_CAPE=22114]="MYTHICAL_CAPE",a[a.WRATH_TALISMAN=22118]="WRATH_TALISMAN",a[a.WRATH_TIARA=22121]="WRATH_TIARA",a[a.SUPERIOR_DRAGON_BONES=22124]="SUPERIOR_DRAGON_BONES",a[a.ADAMANT_KITESHIELD_ARRAV=22127]="ADAMANT_KITESHIELD_ARRAV",a[a.ADAMANT_KITESHIELD_ASGARNIA=22129]="ADAMANT_KITESHIELD_ASGARNIA",a[a.ADAMANT_KITESHIELD_DORGESHUUN=22131]="ADAMANT_KITESHIELD_DORGESHUUN",a[a.ADAMANT_KITESHIELD_DRAGON=22133]="ADAMANT_KITESHIELD_DRAGON",a[a.ADAMANT_KITESHIELD_FAIRY=22135]="ADAMANT_KITESHIELD_FAIRY",a[a.ADAMANT_KITESHIELD_GUTHIX=22137]="ADAMANT_KITESHIELD_GUTHIX",a[a.ADAMANT_KITESHIELD_HAM=22139]="ADAMANT_KITESHIELD_HAM",a[a.ADAMANT_KITESHIELD_HORSE=22141]="ADAMANT_KITESHIELD_HORSE",a[a.ADAMANT_KITESHIELD_JOGRE=22143]="ADAMANT_KITESHIELD_JOGRE",a[a.ADAMANT_KITESHIELD_KANDARIN=22145]="ADAMANT_KITESHIELD_KANDARIN",a[a.ADAMANT_KITESHIELD_MISTHALIN=22147]="ADAMANT_KITESHIELD_MISTHALIN",a[a.ADAMANT_KITESHIELD_MONEY=22149]="ADAMANT_KITESHIELD_MONEY",a[a.ADAMANT_KITESHIELD_SARADOMIN=22151]="ADAMANT_KITESHIELD_SARADOMIN",a[a.ADAMANT_KITESHIELD_SKULL=22153]="ADAMANT_KITESHIELD_SKULL",a[a.ADAMANT_KITESHIELD_VARROCK=22155]="ADAMANT_KITESHIELD_VARROCK",a[a.ADAMANT_KITESHIELD_ZAMORAK=22157]="ADAMANT_KITESHIELD_ZAMORAK",a[a.ADAMANT_HERALDIC_HELM_ARRAV=22159]="ADAMANT_HERALDIC_HELM_ARRAV",a[a.ADAMANT_HERALDIC_HELM_ASGARNIA=22161]="ADAMANT_HERALDIC_HELM_ASGARNIA",a[a.ADAMANT_HERALDIC_HELM_DORGESHUUN=22163]="ADAMANT_HERALDIC_HELM_DORGESHUUN",a[a.ADAMANT_HERALDIC_HELM_DRAGON=22165]="ADAMANT_HERALDIC_HELM_DRAGON",a[a.ADAMANT_HERALDIC_HELM_FAIRY=22167]="ADAMANT_HERALDIC_HELM_FAIRY",a[a.ADAMANT_HERALDIC_HELM_GUTHIX=22169]="ADAMANT_HERALDIC_HELM_GUTHIX",a[a.ADAMANT_HERALDIC_HELM_HAM=22171]="ADAMANT_HERALDIC_HELM_HAM",a[a.ADAMANT_HERALDIC_HELM_HORSE=22173]="ADAMANT_HERALDIC_HELM_HORSE",a[a.ADAMANT_HERALDIC_HELM_JOGRE=22175]="ADAMANT_HERALDIC_HELM_JOGRE",a[a.ADAMANT_HERALDIC_HELM_KANDARIN=22177]="ADAMANT_HERALDIC_HELM_KANDARIN",a[a.ADAMANT_HERALDIC_HELM_MISTHALIN=22179]="ADAMANT_HERALDIC_HELM_MISTHALIN",a[a.ADAMANT_HERALDIC_HELM_MONEY=22181]="ADAMANT_HERALDIC_HELM_MONEY",a[a.ADAMANT_HERALDIC_HELM_SARADOMIN=22183]="ADAMANT_HERALDIC_HELM_SARADOMIN",a[a.ADAMANT_HERALDIC_HELM_SKULL=22185]="ADAMANT_HERALDIC_HELM_SKULL",a[a.ADAMANT_HERALDIC_HELM_VARROCK=22187]="ADAMANT_HERALDIC_HELM_VARROCK",a[a.ADAMANT_HERALDIC_HELM_ZAMORAK=22189]="ADAMANT_HERALDIC_HELM_ZAMORAK",a[a.MAPLE_BIRD_HOUSE=22192]="MAPLE_BIRD_HOUSE",a[a.MAHOGANY_BIRD_HOUSE=22195]="MAHOGANY_BIRD_HOUSE",a[a.YEW_BIRD_HOUSE=22198]="YEW_BIRD_HOUSE",a[a.MAGIC_BIRD_HOUSE=22201]="MAGIC_BIRD_HOUSE",a[a.REDWOOD_BIRD_HOUSE=22204]="REDWOOD_BIRD_HOUSE",a[a.EXTENDED_SUPER_ANTIFIRE_4_DOSE=22209]="EXTENDED_SUPER_ANTIFIRE_4_DOSE",a[a.EXTENDED_SUPER_ANTIFIRE_3_DOSE=22212]="EXTENDED_SUPER_ANTIFIRE_3_DOSE",a[a.EXTENDED_SUPER_ANTIFIRE_2_DOSE=22215]="EXTENDED_SUPER_ANTIFIRE_2_DOSE",a[a.EXTENDED_SUPER_ANTIFIRE_1_DOSE=22218]="EXTENDED_SUPER_ANTIFIRE_1_DOSE",a[a.EXTENDED_SUPER_ANTIFIRE_MIX_2_DOSE=22221]="EXTENDED_SUPER_ANTIFIRE_MIX_2_DOSE",a[a.EXTENDED_SUPER_ANTIFIRE_MIX_1_DOSE=22224]="EXTENDED_SUPER_ANTIFIRE_MIX_1_DOSE",a[a.BULLET_ARROW=22227]="BULLET_ARROW",a[a.FIELD_ARROW=22228]="FIELD_ARROW",a[a.BLUNT_ARROW=22229]="BLUNT_ARROW",a[a.BARBED_ARROW=22230]="BARBED_ARROW",a[a.DRAGON_BOOTS_ORNAMENT_KIT=22231]="DRAGON_BOOTS_ORNAMENT_KIT",a[a.DRAGON_BOOTS_G=22234]="DRAGON_BOOTS_G",a[a.DRAGON_PLATEBODY_ORNAMENT_KIT=22236]="DRAGON_PLATEBODY_ORNAMENT_KIT",a[a.DRAGON_KITESHIELD_ORNAMENT_KIT=22239]="DRAGON_KITESHIELD_ORNAMENT_KIT",a[a.DRAGON_PLATEBODY_G=22242]="DRAGON_PLATEBODY_G",a[a.DRAGON_KITESHIELD_G=22244]="DRAGON_KITESHIELD_G",a[a.ANGUISH_ORNAMENT_KIT=22246]="ANGUISH_ORNAMENT_KIT",a[a.NECKLACE_OF_ANGUISH_OR=22249]="NECKLACE_OF_ANGUISH_OR",a[a.OAK_SHIELD=22251]="OAK_SHIELD",a[a.WILLOW_SHIELD=22254]="WILLOW_SHIELD",a[a.MAPLE_SHIELD=22257]="MAPLE_SHIELD",a[a.YEW_SHIELD=22260]="YEW_SHIELD",a[a.MAGIC_SHIELD=22263]="MAGIC_SHIELD",a[a.REDWOOD_SHIELD=22266]="REDWOOD_SHIELD",a[a.HARD_LEATHER_SHIELD=22269]="HARD_LEATHER_SHIELD",a[a.SNAKESKIN_SHIELD=22272]="SNAKESKIN_SHIELD",a[a.GREEN_DHIDE_SHIELD=22275]="GREEN_DHIDE_SHIELD",a[a.BLUE_DHIDE_SHIELD=22278]="BLUE_DHIDE_SHIELD",a[a.RED_DHIDE_SHIELD=22281]="RED_DHIDE_SHIELD",a[a.BLACK_DHIDE_SHIELD=22284]="BLACK_DHIDE_SHIELD",a[a.TRIDENT_OF_THE_SEAS_E_CHARGED=22288]="TRIDENT_OF_THE_SEAS_E_CHARGED",a[a.TRIDENT_OF_THE_SEAS_E_UNCHARGED=22290]="TRIDENT_OF_THE_SEAS_E_UNCHARGED",a[a.TRIDENT_OF_THE_SWAMP_E_CHARGED=22292]="TRIDENT_OF_THE_SWAMP_E_CHARGED",a[a.TRIDENT_OF_THE_SWAMP_E_UNCHARGED=22294]="TRIDENT_OF_THE_SWAMP_E_UNCHARGED",a[a.STAFF_OF_LIGHT=22296]="STAFF_OF_LIGHT",a[a.ANCIENT_MEDALLION=22299]="ANCIENT_MEDALLION",a[a.ANCIENT_EFFIGY=22302]="ANCIENT_EFFIGY",a[a.ANCIENT_RELIC=22305]="ANCIENT_RELIC",a[a.PROP_SWORD=22316]="PROP_SWORD",a[a.AVERNIC_DEFENDER_NORMAL=22322]="AVERNIC_DEFENDER_NORMAL",a[a.SANGUINESTI_STAFF_CHARGED=22323]="SANGUINESTI_STAFF_CHARGED",a[a.GHRAZI_RAPIER=22324]="GHRAZI_RAPIER",a[a.SCYTHE_OF_VITUR_CHARGED=22325]="SCYTHE_OF_VITUR_CHARGED",a[a.JUSTICIAR_FACEGUARD=22326]="JUSTICIAR_FACEGUARD",a[a.JUSTICIAR_CHESTGUARD=22327]="JUSTICIAR_CHESTGUARD",a[a.JUSTICIAR_LEGGUARDS=22328]="JUSTICIAR_LEGGUARDS",a[a.STARTER_SWORD=22331]="STARTER_SWORD",a[a.STARTER_BOW=22333]="STARTER_BOW",a[a.STARTER_STAFF=22335]="STARTER_STAFF",a[a.EGGSHELL_PLATEBODY=22351]="EGGSHELL_PLATEBODY",a[a.EGGSHELL_PLATELEGS=22353]="EGGSHELL_PLATELEGS",a[a.BRYOPHYTAS_STAFF_UNCHARGED=22368]="BRYOPHYTAS_STAFF_UNCHARGED",a[a.BRYOPHYTAS_STAFF_CHARGED=22370]="BRYOPHYTAS_STAFF_CHARGED",a[a.BRYOPHYTAS_ESSENCE=22372]="BRYOPHYTAS_ESSENCE",a[a.XERICS_GUARD=22388]="XERICS_GUARD",a[a.XERICS_WARRIOR=22390]="XERICS_WARRIOR",a[a.XERICS_SENTINEL=22392]="XERICS_SENTINEL",a[a.XERICS_GENERAL=22394]="XERICS_GENERAL",a[a.XERICS_CHAMPION=22396]="XERICS_CHAMPION",a[a.IVANDIS_FLAIL=22398]="IVANDIS_FLAIL",a[a.DRAKANS_MEDALLION=22400]="DRAKANS_MEDALLION",a[a.BLOODY_BRACER=22430]="BLOODY_BRACER",a[a.EMERALD_SICKLE_B=22433]="EMERALD_SICKLE_B",a[a.ENCHANTED_EMERALD_SICKLE_B=22435]="ENCHANTED_EMERALD_SICKLE_B",a[a.JUSTICIAR_ARMOUR_SET=22438]="JUSTICIAR_ARMOUR_SET",a[a.CADANTINE_BLOOD_POTION_UNF=22443]="CADANTINE_BLOOD_POTION_UNF",a[a.VIAL_OF_BLOOD=22446]="VIAL_OF_BLOOD",a[a.BATTLEMAGE_POTION_4_DOSE=22449]="BATTLEMAGE_POTION_4_DOSE",a[a.BATTLEMAGE_POTION_3_DOSE=22452]="BATTLEMAGE_POTION_3_DOSE",a[a.BATTLEMAGE_POTION_2_DOSE=22455]="BATTLEMAGE_POTION_2_DOSE",a[a.BATTLEMAGE_POTION_1_DOSE=22458]="BATTLEMAGE_POTION_1_DOSE",a[a.BASTION_POTION_4_DOSE=22461]="BASTION_POTION_4_DOSE",a[a.BASTION_POTION_3_DOSE=22464]="BASTION_POTION_3_DOSE",a[a.BASTION_POTION_2_DOSE=22467]="BASTION_POTION_2_DOSE",a[a.BASTION_POTION_1_DOSE=22470]="BASTION_POTION_1_DOSE",a[a.AVERNIC_DEFENDER_HILT=22477]="AVERNIC_DEFENDER_HILT",a[a.SANGUINESTI_STAFF_UNCHARGED=22481]="SANGUINESTI_STAFF_UNCHARGED",a[a.SCYTHE_OF_VITUR_UNCHARGED=22486]="SCYTHE_OF_VITUR_UNCHARGED",a[a.SINHAZA_SHROUD_TIER_1=22494]="SINHAZA_SHROUD_TIER_1",a[a.SINHAZA_SHROUD_TIER_2=22496]="SINHAZA_SHROUD_TIER_2",a[a.SINHAZA_SHROUD_TIER_3=22498]="SINHAZA_SHROUD_TIER_3",a[a.SINHAZA_SHROUD_TIER_4=22500]="SINHAZA_SHROUD_TIER_4",a[a.SINHAZA_SHROUD_TIER_5=22502]="SINHAZA_SHROUD_TIER_5",a[a.DAWNBRINGER=22516]="DAWNBRINGER",a[a.ESCAPE_CRYSTAL=22517]="ESCAPE_CRYSTAL",a[a.VIGGORAS_CHAINMACE_UNCHARGED=22542]="VIGGORAS_CHAINMACE_UNCHARGED",a[a.VIGGORAS_CHAINMACE_CHARGED=22545]="VIGGORAS_CHAINMACE_CHARGED",a[a.CRAWS_BOW_UNCHARGED=22547]="CRAWS_BOW_UNCHARGED",a[a.CRAWS_BOW_CHARGED=22550]="CRAWS_BOW_CHARGED",a[a.THAMMARONS_SCEPTRE_UNCHARGED=22552]="THAMMARONS_SCEPTRE_UNCHARGED",a[a.THAMMARONS_SCEPTRE_CHARGED=22555]="THAMMARONS_SCEPTRE_CHARGED",a[a.AMULET_OF_AVARICE=22557]="AMULET_OF_AVARICE",a[a.TE_SALT=22593]="TE_SALT",a[a.EFH_SALT=22595]="EFH_SALT",a[a.URT_SALT=22597]="URT_SALT",a[a.ICY_BASALT=22599]="ICY_BASALT",a[a.STONY_BASALT=22601]="STONY_BASALT",a[a.BASALT=22603]="BASALT",a[a.VESTAS_SPEAR=22610]="VESTAS_SPEAR",a[a.VESTAS_LONGSWORD=22613]="VESTAS_LONGSWORD",a[a.VESTAS_CHAINBODY=22616]="VESTAS_CHAINBODY",a[a.VESTAS_PLATESKIRT=22619]="VESTAS_PLATESKIRT",a[a.STATIUSS_WARHAMMER=22622]="STATIUSS_WARHAMMER",a[a.STATIUSS_FULL_HELM=22625]="STATIUSS_FULL_HELM",a[a.STATIUSS_PLATEBODY=22628]="STATIUSS_PLATEBODY",a[a.STATIUSS_PLATELEGS=22631]="STATIUSS_PLATELEGS",a[a.MORRIGANS_THROWING_AXE=22634]="MORRIGANS_THROWING_AXE",a[a.MORRIGANS_JAVELIN=22636]="MORRIGANS_JAVELIN",a[a.MORRIGANS_COIF=22638]="MORRIGANS_COIF",a[a.MORRIGANS_LEATHER_BODY=22641]="MORRIGANS_LEATHER_BODY",a[a.MORRIGANS_LEATHER_CHAPS=22644]="MORRIGANS_LEATHER_CHAPS",a[a.ZURIELS_STAFF=22647]="ZURIELS_STAFF",a[a.ZURIELS_HOOD=22650]="ZURIELS_HOOD",a[a.ZURIELS_ROBE_TOP=22653]="ZURIELS_ROBE_TOP",a[a.ZURIELS_ROBE_BOTTOM=22656]="ZURIELS_ROBE_BOTTOM",a[a.SCROLL_SACK=22675]="SCROLL_SACK",a[a.CLOWN_MASK_REWARD=22689]="CLOWN_MASK_REWARD",a[a.CLOWN_BOW_TIE_REWARD=22692]="CLOWN_BOW_TIE_REWARD",a[a.CLOWN_GOWN_REWARD=22695]="CLOWN_GOWN_REWARD",a[a.CLOWN_TROUSERS_REWARD=22698]="CLOWN_TROUSERS_REWARD",a[a.CLOWN_SHOES_REWARD=22701]="CLOWN_SHOES_REWARD",a[a.STARFACE=22713]="STARFACE",a[a.TREE_TOP=22715]="TREE_TOP",a[a.TREE_SKIRT=22717]="TREE_SKIRT",a[a.CANDY_CANE=22719]="CANDY_CANE",a[a.DRAGON_HASTA_UNPOISONED=22731]="DRAGON_HASTA_UNPOISONED",a[a.DRAGON_HASTA_POISON=22734]="DRAGON_HASTA_POISON",a[a.DRAGON_HASTA_KARAMBWAN_POISON=22743]="DRAGON_HASTA_KARAMBWAN_POISON",a[a.WYRM_BONES=22780]="WYRM_BONES",a[a.DRAKE_BONES=22783]="DRAKE_BONES",a[a.HYDRA_BONES=22786]="HYDRA_BONES",a[a.UNCOOKED_DRAGONFRUIT_PIE=22789]="UNCOOKED_DRAGONFRUIT_PIE",a[a.DRAGONFRUIT_PIE_FULL=22795]="DRAGONFRUIT_PIE_FULL",a[a.DRAGON_KNIFE_UNPOISONED=22804]="DRAGON_KNIFE_UNPOISONED",a[a.DRAGON_KNIFE_POISON=22806]="DRAGON_KNIFE_POISON",a[a.CORMORANTS_GLOVE_NO_BIRD=22816]="CORMORANTS_GLOVE_NO_BIRD",a[a.CORMORANTS_GLOVE_BIRD=22817]="CORMORANTS_GLOVE_BIRD",a[a.FISH_CHUNKS=22818]="FISH_CHUNKS",a[a.BLUEGILL=22826]="BLUEGILL",a[a.COMMON_TENCH=22829]="COMMON_TENCH",a[a.MOTTLED_EEL=22832]="MOTTLED_EEL",a[a.GREATER_SIREN=22835]="GREATER_SIREN",a[a.FISH_SACK=22838]="FISH_SACK",a[a.GOLDEN_TENCH=22840]="GOLDEN_TENCH",a[a.PEARL_BARBARIAN_ROD=22842]="PEARL_BARBARIAN_ROD",a[a.PEARL_FLY_FISHING_ROD=22844]="PEARL_FLY_FISHING_ROD",a[a.PEARL_FISHING_ROD=22846]="PEARL_FISHING_ROD",a[a.CELASTRUS_SAPLING=22856]="CELASTRUS_SAPLING",a[a.REDWOOD_SAPLING=22859]="REDWOOD_SAPLING",a[a.DRAGONFRUIT_SAPLING=22866]="DRAGONFRUIT_SAPLING",a[a.CELASTRUS_SEED=22869]="CELASTRUS_SEED",a[a.REDWOOD_TREE_SEED=22871]="REDWOOD_TREE_SEED",a[a.POTATO_CACTUS_SEED=22873]="POTATO_CACTUS_SEED",a[a.DRAGONFRUIT_TREE_SEED=22877]="DRAGONFRUIT_TREE_SEED",a[a.SNAPE_GRASS_SEED=22879]="SNAPE_GRASS_SEED",a[a.WHITE_LILY_SEED=22887]="WHITE_LILY_SEED",a[a.DRAGONFRUIT=22929]="DRAGONFRUIT",a[a.WHITE_LILY=22932]="WHITE_LILY",a[a.CELASTRUS_BARK=22935]="CELASTRUS_BARK",a[a.RADAS_BLESSING_1=22941]="RADAS_BLESSING_1",a[a.RADAS_BLESSING_2=22943]="RADAS_BLESSING_2",a[a.RADAS_BLESSING_3=22945]="RADAS_BLESSING_3",a[a.RADAS_BLESSING_4=22947]="RADAS_BLESSING_4",a[a.BATTLEFRONT_TELEPORT_TABLET=22949]="BATTLEFRONT_TELEPORT_TABLET",a[a.BOOTS_OF_BRIMSTONE=22951]="BOOTS_OF_BRIMSTONE",a[a.DEVOUT_BOOTS=22954]="DEVOUT_BOOTS",a[a.DRAKES_CLAW=22957]="DRAKES_CLAW",a[a.DRAKES_TOOTH=22960]="DRAKES_TOOTH",a[a.BROKEN_DRAGON_HASTA=22963]="BROKEN_DRAGON_HASTA",a[a.HYDRAS_CLAW=22966]="HYDRAS_CLAW",a[a.BRIMSTONE_RING=22975]="BRIMSTONE_RING",a[a.DRAGON_HUNTER_LANCE=22978]="DRAGON_HUNTER_LANCE",a[a.FEROCIOUS_GLOVES=22981]="FEROCIOUS_GLOVES",a[a.HYDRA_LEATHER=22983]="HYDRA_LEATHER",a[a.BONECRUSHER_NECKLACE=22986]="BONECRUSHER_NECKLACE",a[a.HYDRA_TAIL=22988]="HYDRA_TAIL",a[a.BOTTOMLESS_COMPOST_BUCKET_EMPTY=22994]="BOTTOMLESS_COMPOST_BUCKET_EMPTY",a[a.BOTTLED_DRAGONBREATH_UNPOWERED=22999]="BOTTLED_DRAGONBREATH_UNPOWERED",a[a.BOTTLED_DRAGONBREATH_POWERED=23002]="BOTTLED_DRAGONBREATH_POWERED",a[a.BOOTS_OF_STONE=23037]="BOOTS_OF_STONE",a[a.MYSTIC_HAT_DUSK=23047]="MYSTIC_HAT_DUSK",a[a.MYSTIC_ROBE_TOP_DUSK=23050]="MYSTIC_ROBE_TOP_DUSK",a[a.MYSTIC_ROBE_BOTTOM_DUSK=23053]="MYSTIC_ROBE_BOTTOM_DUSK",a[a.MYSTIC_GLOVES_DUSK=23056]="MYSTIC_GLOVES_DUSK",a[a.MYSTIC_BOOTS_DUSK=23059]="MYSTIC_BOOTS_DUSK",a[a.JAR_OF_CHEMICALS=23064]="JAR_OF_CHEMICALS",a[a.HYDRA_SLAYER_HELMET=23073]="HYDRA_SLAYER_HELMET",a[a.HYDRA_SLAYER_HELMET_I_NIGHTMARE_ZONE=23075]="HYDRA_SLAYER_HELMET_I_NIGHTMARE_ZONE",a[a.ORNATE_GLOVES=23091]="ORNATE_GLOVES",a[a.ORNATE_BOOTS=23093]="ORNATE_BOOTS",a[a.ORNATE_LEGS=23095]="ORNATE_LEGS",a[a.ORNATE_TOP=23097]="ORNATE_TOP",a[a.ORNATE_CAPE=23099]="ORNATE_CAPE",a[a.ORNATE_HELM=23101]="ORNATE_HELM",a[a.MYSTIC_SET_LIGHT=23110]="MYSTIC_SET_LIGHT",a[a.MYSTIC_SET_BLUE=23113]="MYSTIC_SET_BLUE",a[a.MYSTIC_SET_DARK=23116]="MYSTIC_SET_DARK",a[a.MYSTIC_SET_DUSK=23119]="MYSTIC_SET_DUSK",a[a.OILY_PEARL_FISHING_ROD=23122]="OILY_PEARL_FISHING_ROD",a[a.GILDED_DRAGONHIDE_SET=23124]="GILDED_DRAGONHIDE_SET",a[a.RING_OF_THIRD_AGE=23185]="RING_OF_THIRD_AGE",a[a.GUTHIX_DHIDE_SHIELD=23188]="GUTHIX_DHIDE_SHIELD",a[a.SARADOMIN_DHIDE_SHIELD=23191]="SARADOMIN_DHIDE_SHIELD",a[a.ZAMORAK_DHIDE_SHIELD=23194]="ZAMORAK_DHIDE_SHIELD",a[a.ANCIENT_DHIDE_SHIELD=23197]="ANCIENT_DHIDE_SHIELD",a[a.ARMADYL_DHIDE_SHIELD=23200]="ARMADYL_DHIDE_SHIELD",a[a.BANDOS_DHIDE_SHIELD=23203]="BANDOS_DHIDE_SHIELD",a[a.DUAL_SAI=23206]="DUAL_SAI",a[a.RUNE_PLATEBODY_H1=23209]="RUNE_PLATEBODY_H1",a[a.RUNE_PLATEBODY_H2=23212]="RUNE_PLATEBODY_H2",a[a.RUNE_PLATEBODY_H3=23215]="RUNE_PLATEBODY_H3",a[a.RUNE_PLATEBODY_H4=23218]="RUNE_PLATEBODY_H4",a[a.RUNE_PLATEBODY_H5=23221]="RUNE_PLATEBODY_H5",a[a.THIEVING_BAG=23224]="THIEVING_BAG",a[a.RUNE_DEFENDER_ORNAMENT_KIT=23227]="RUNE_DEFENDER_ORNAMENT_KIT",a[a.RUNE_DEFENDER_T_NORMAL=23230]="RUNE_DEFENDER_T_NORMAL",a[a.TZHAARKETOM_ORNAMENT_KIT=23232]="TZHAARKETOM_ORNAMENT_KIT",a[a.TZHAARKETOM_T=23235]="TZHAARKETOM_T",a[a.BERSERKER_NECKLACE_ORNAMENT_KIT=23237]="BERSERKER_NECKLACE_ORNAMENT_KIT",a[a.BERSERKER_NECKLACE_OR=23240]="BERSERKER_NECKLACE_OR",a[a.THIRD_AGE_PLATESKIRT=23242]="THIRD_AGE_PLATESKIRT",a[a.FREMENNIK_KILT=23246]="FREMENNIK_KILT",a[a.RANGERS_TIGHTS=23249]="RANGERS_TIGHTS",a[a.GIANT_BOOT=23252]="GIANT_BOOT",a[a.URIS_HAT=23255]="URIS_HAT",a[a.GILDED_COIF=23258]="GILDED_COIF",a[a.GILDED_DHIDE_VAMBRACES=23261]="GILDED_DHIDE_VAMBRACES",a[a.GILDED_DHIDE_BODY=23264]="GILDED_DHIDE_BODY",a[a.GILDED_DHIDE_CHAPS=23267]="GILDED_DHIDE_CHAPS",a[a.ADAMANT_DRAGON_MASK=23270]="ADAMANT_DRAGON_MASK",a[a.RUNE_DRAGON_MASK=23273]="RUNE_DRAGON_MASK",a[a.GILDED_PICKAXE=23276]="GILDED_PICKAXE",a[a.GILDED_AXE=23279]="GILDED_AXE",a[a.GILDED_SPADE=23282]="GILDED_SPADE",a[a.MOLE_SLIPPERS=23285]="MOLE_SLIPPERS",a[a.FROG_SLIPPERS=23288]="FROG_SLIPPERS",a[a.BEAR_FEET=23291]="BEAR_FEET",a[a.DEMON_FEET=23294]="DEMON_FEET",a[a.JESTER_CAPE=23297]="JESTER_CAPE",a[a.SHOULDER_PARROT=23300]="SHOULDER_PARROT",a[a.MONKS_ROBE_TOP_T=23303]="MONKS_ROBE_TOP_T",a[a.MONKS_ROBE_T=23306]="MONKS_ROBE_T",a[a.AMULET_OF_DEFENCE_T=23309]="AMULET_OF_DEFENCE_T",a[a.SANDWICH_LADY_HAT=23312]="SANDWICH_LADY_HAT",a[a.SANDWICH_LADY_TOP=23315]="SANDWICH_LADY_TOP",a[a.SANDWICH_LADY_BOTTOM=23318]="SANDWICH_LADY_BOTTOM",a[a.RUNE_SCIMITAR_ORNAMENT_KIT_GUTHIX=23321]="RUNE_SCIMITAR_ORNAMENT_KIT_GUTHIX",a[a.RUNE_SCIMITAR_ORNAMENT_KIT_SARADOMIN=23324]="RUNE_SCIMITAR_ORNAMENT_KIT_SARADOMIN",a[a.RUNE_SCIMITAR_ORNAMENT_KIT_ZAMORAK=23327]="RUNE_SCIMITAR_ORNAMENT_KIT_ZAMORAK",a[a.RUNE_SCIMITAR_GUTHIX=23330]="RUNE_SCIMITAR_GUTHIX",a[a.RUNE_SCIMITAR_SARADOMIN=23332]="RUNE_SCIMITAR_SARADOMIN",a[a.RUNE_SCIMITAR_ZAMORAK=23334]="RUNE_SCIMITAR_ZAMORAK",a[a.THIRD_AGE_DRUIDIC_ROBE_TOP=23336]="THIRD_AGE_DRUIDIC_ROBE_TOP",a[a.THIRD_AGE_DRUIDIC_ROBE_BOTTOMS=23339]="THIRD_AGE_DRUIDIC_ROBE_BOTTOMS",a[a.THIRD_AGE_DRUIDIC_STAFF=23342]="THIRD_AGE_DRUIDIC_STAFF",a[a.THIRD_AGE_DRUIDIC_CLOAK=23345]="THIRD_AGE_DRUIDIC_CLOAK",a[a.TORMENTED_ORNAMENT_KIT=23348]="TORMENTED_ORNAMENT_KIT",a[a.CAPE_OF_SKULLS=23351]="CAPE_OF_SKULLS",a[a.AMULET_OF_POWER_T=23354]="AMULET_OF_POWER_T",a[a.RAIN_BOW=23357]="RAIN_BOW",a[a.HAM_JOINT=23360]="HAM_JOINT",a[a.STAFF_OF_BOB_THE_CAT=23363]="STAFF_OF_BOB_THE_CAT",a[a.BLACK_PLATEBODY_H1=23366]="BLACK_PLATEBODY_H1",a[a.BLACK_PLATEBODY_H2=23369]="BLACK_PLATEBODY_H2",a[a.BLACK_PLATEBODY_H3=23372]="BLACK_PLATEBODY_H3",a[a.BLACK_PLATEBODY_H4=23375]="BLACK_PLATEBODY_H4",a[a.BLACK_PLATEBODY_H5=23378]="BLACK_PLATEBODY_H5",a[a.LEATHER_BODY_G=23381]="LEATHER_BODY_G",a[a.LEATHER_CHAPS_G=23384]="LEATHER_CHAPS_G",a[a.WATSON_TELEPORT=23387]="WATSON_TELEPORT",a[a.SPIKED_MANACLES=23389]="SPIKED_MANACLES",a[a.ADAMANT_PLATEBODY_H1=23392]="ADAMANT_PLATEBODY_H1",a[a.ADAMANT_PLATEBODY_H2=23395]="ADAMANT_PLATEBODY_H2",a[a.ADAMANT_PLATEBODY_H3=23398]="ADAMANT_PLATEBODY_H3",a[a.ADAMANT_PLATEBODY_H4=23401]="ADAMANT_PLATEBODY_H4",a[a.ADAMANT_PLATEBODY_H5=23404]="ADAMANT_PLATEBODY_H5",a[a.WOLF_MASK=23407]="WOLF_MASK",a[a.WOLF_CLOAK=23410]="WOLF_CLOAK",a[a.CLIMBING_BOOTS_G=23413]="CLIMBING_BOOTS_G",a[a.TORMENTED_BRACELET_OR=23444]="TORMENTED_BRACELET_OR",a[a.GIANT_EASTER_EGG=23446]="GIANT_EASTER_EGG",a[a.BUNNYMAN_MASK=23448]="BUNNYMAN_MASK",a[a.ENCHANTED_LYREI=23458]="ENCHANTED_LYREI",a[a.LARRANS_KEY=23490]="LARRANS_KEY",a[a.GRUBBY_KEY=23499]="GRUBBY_KEY",a[a.GIANT_EGG_SAC_FULL=23517]="GIANT_EGG_SAC_FULL",a[a.MASK_OF_RANUL=23522]="MASK_OF_RANUL",a[a.JAR_OF_EYES=23525]="JAR_OF_EYES",a[a.SARACHNIS_CUDGEL=23528]="SARACHNIS_CUDGEL",a[a.HELM_OF_NEITIZNOT_LAST_MAN_STANDING=23591]="HELM_OF_NEITIZNOT_LAST_MAN_STANDING",a[a.BARROWS_GLOVES_LAST_MAN_STANDING=23593]="BARROWS_GLOVES_LAST_MAN_STANDING",a[a.BERSERKER_RING_LAST_MAN_STANDING=23595]="BERSERKER_RING_LAST_MAN_STANDING",a[a.DRAGON_DEFENDER_LAST_MAN_STANDING=23597]="DRAGON_DEFENDER_LAST_MAN_STANDING",a[a.SPIRIT_SHIELD_LAST_MAN_STANDING=23599]="SPIRIT_SHIELD_LAST_MAN_STANDING",a[a.RUNE_CROSSBOW_LAST_MAN_STANDING=23601]="RUNE_CROSSBOW_LAST_MAN_STANDING",a[a.IMBUED_GUTHIX_CAPE_LAST_MAN_STANDING=23603]="IMBUED_GUTHIX_CAPE_LAST_MAN_STANDING",a[a.IMBUED_ZAMORAK_CAPE_LAST_MAN_STANDING=23605]="IMBUED_ZAMORAK_CAPE_LAST_MAN_STANDING",a[a.IMBUED_SARADOMIN_CAPE_LAST_MAN_STANDING=23607]="IMBUED_SARADOMIN_CAPE_LAST_MAN_STANDING",a[a.ARMADYL_CROSSBOW_LAST_MAN_STANDING=23611]="ARMADYL_CROSSBOW_LAST_MAN_STANDING",a[a.STAFF_OF_THE_DEAD_LAST_MAN_STANDING=23613]="STAFF_OF_THE_DEAD_LAST_MAN_STANDING",a[a.VESTAS_LONGSWORD_LAST_MAN_STANDING=23615]="VESTAS_LONGSWORD_LAST_MAN_STANDING",a[a.ZURIELS_STAFF_LAST_MAN_STANDING=23617]="ZURIELS_STAFF_LAST_MAN_STANDING",a[a.MORRIGANS_JAVELIN_LAST_MAN_STANDING=23619]="MORRIGANS_JAVELIN_LAST_MAN_STANDING",a[a.STATIUSS_WARHAMMER_LAST_MAN_STANDING=23620]="STATIUSS_WARHAMMER_LAST_MAN_STANDING",a[a.INFERNAL_CAPE_LAST_MAN_STANDING=23622]="INFERNAL_CAPE_LAST_MAN_STANDING",a[a.SEERS_RING_I_LAST_MAN_STANDING=23624]="SEERS_RING_I_LAST_MAN_STANDING",a[a.KODAI_WAND_LAST_MAN_STANDING=23626]="KODAI_WAND_LAST_MAN_STANDING",a[a.GHRAZI_RAPIER_LAST_MAN_STANDING=23628]="GHRAZI_RAPIER_LAST_MAN_STANDING",a[a.HEAVY_BALLISTA_LAST_MAN_STANDING=23630]="HEAVY_BALLISTA_LAST_MAN_STANDING",a[a.KARILS_LEATHERTOP_LAST_MAN_STANDING=23632]="KARILS_LEATHERTOP_LAST_MAN_STANDING",a[a.DHAROKS_PLATELEGS_LAST_MAN_STANDING=23633]="DHAROKS_PLATELEGS_LAST_MAN_STANDING",a[a.TORAGS_PLATELEGS_LAST_MAN_STANDING=23634]="TORAGS_PLATELEGS_LAST_MAN_STANDING",a[a.VERACS_PLATESKIRT_LAST_MAN_STANDING=23635]="VERACS_PLATESKIRT_LAST_MAN_STANDING",a[a.VERACS_HELM_LAST_MAN_STANDING=23636]="VERACS_HELM_LAST_MAN_STANDING",a[a.TORAGS_HELM_LAST_MAN_STANDING=23637]="TORAGS_HELM_LAST_MAN_STANDING",a[a.GUTHANS_HELM_LAST_MAN_STANDING=23638]="GUTHANS_HELM_LAST_MAN_STANDING",a[a.DHAROKS_HELM_LAST_MAN_STANDING=23639]="DHAROKS_HELM_LAST_MAN_STANDING",a[a.AMULET_OF_FURY_LAST_MAN_STANDING=23640]="AMULET_OF_FURY_LAST_MAN_STANDING",a[a.BLESSED_SPIRIT_SHIELD_LAST_MAN_STANDING=23642]="BLESSED_SPIRIT_SHIELD_LAST_MAN_STANDING",a[a.ETERNAL_BOOTS_LAST_MAN_STANDING=23644]="ETERNAL_BOOTS_LAST_MAN_STANDING",a[a.BANDOS_TASSETS_LAST_MAN_STANDING=23646]="BANDOS_TASSETS_LAST_MAN_STANDING",a[a.DRAGON_JAVELIN_LAST_MAN_STANDING=23648]="DRAGON_JAVELIN_LAST_MAN_STANDING",a[a.DIAMOND_BOLTS_E_LAST_MAN_STANDING=23649]="DIAMOND_BOLTS_E_LAST_MAN_STANDING",a[a.MAGES_BOOK_LAST_MAN_STANDING=23652]="MAGES_BOOK_LAST_MAN_STANDING",a[a.AHRIMS_STAFF_LAST_MAN_STANDING=23653]="AHRIMS_STAFF_LAST_MAN_STANDING",a[a.OCCULT_NECKLACE_LAST_MAN_STANDING=23654]="OCCULT_NECKLACE_LAST_MAN_STANDING",a[a.DRAGONSTONE_ARMOUR_SET=23667]="DRAGONSTONE_ARMOUR_SET",a[a.CRYSTAL_AXE_ACTIVE=23673]="CRYSTAL_AXE_ACTIVE",a[a.CRYSTAL_AXE_INACTIVE=23675]="CRYSTAL_AXE_INACTIVE",a[a.DRAGON_PICKAXE_OR=23677]="DRAGON_PICKAXE_OR",a[a.CRYSTAL_PICKAXE_ACTIVE=23680]="CRYSTAL_PICKAXE_ACTIVE",a[a.CRYSTAL_PICKAXE_INACTIVE=23682]="CRYSTAL_PICKAXE_INACTIVE",a[a.DIVINE_SUPER_COMBAT_POTION_4_DOSE=23685]="DIVINE_SUPER_COMBAT_POTION_4_DOSE",a[a.DIVINE_SUPER_COMBAT_POTION_3_DOSE=23688]="DIVINE_SUPER_COMBAT_POTION_3_DOSE",a[a.DIVINE_SUPER_COMBAT_POTION_2_DOSE=23691]="DIVINE_SUPER_COMBAT_POTION_2_DOSE",a[a.DIVINE_SUPER_COMBAT_POTION_1_DOSE=23694]="DIVINE_SUPER_COMBAT_POTION_1_DOSE",a[a.DIVINE_SUPER_ATTACK_POTION_4_DOSE=23697]="DIVINE_SUPER_ATTACK_POTION_4_DOSE",a[a.DIVINE_SUPER_ATTACK_POTION_3_DOSE=23700]="DIVINE_SUPER_ATTACK_POTION_3_DOSE",a[a.DIVINE_SUPER_ATTACK_POTION_2_DOSE=23703]="DIVINE_SUPER_ATTACK_POTION_2_DOSE",a[a.DIVINE_SUPER_ATTACK_POTION_1_DOSE=23706]="DIVINE_SUPER_ATTACK_POTION_1_DOSE",a[a.DIVINE_SUPER_STRENGTH_POTION_4_DOSE=23709]="DIVINE_SUPER_STRENGTH_POTION_4_DOSE",a[a.DIVINE_SUPER_STRENGTH_POTION_3_DOSE=23712]="DIVINE_SUPER_STRENGTH_POTION_3_DOSE",a[a.DIVINE_SUPER_STRENGTH_POTION_2_DOSE=23715]="DIVINE_SUPER_STRENGTH_POTION_2_DOSE",a[a.DIVINE_SUPER_STRENGTH_POTION_1_DOSE=23718]="DIVINE_SUPER_STRENGTH_POTION_1_DOSE",a[a.DIVINE_SUPER_DEFENCE_POTION_4_DOSE=23721]="DIVINE_SUPER_DEFENCE_POTION_4_DOSE",a[a.DIVINE_SUPER_DEFENCE_POTION_3_DOSE=23724]="DIVINE_SUPER_DEFENCE_POTION_3_DOSE",a[a.DIVINE_SUPER_DEFENCE_POTION_2_DOSE=23727]="DIVINE_SUPER_DEFENCE_POTION_2_DOSE",a[a.DIVINE_SUPER_DEFENCE_POTION_1_DOSE=23730]="DIVINE_SUPER_DEFENCE_POTION_1_DOSE",a[a.DIVINE_RANGING_POTION_4_DOSE=23733]="DIVINE_RANGING_POTION_4_DOSE",a[a.DIVINE_RANGING_POTION_3_DOSE=23736]="DIVINE_RANGING_POTION_3_DOSE",a[a.DIVINE_RANGING_POTION_2_DOSE=23739]="DIVINE_RANGING_POTION_2_DOSE",a[a.DIVINE_RANGING_POTION_1_DOSE=23742]="DIVINE_RANGING_POTION_1_DOSE",a[a.DIVINE_MAGIC_POTION_4_DOSE=23745]="DIVINE_MAGIC_POTION_4_DOSE",a[a.DIVINE_MAGIC_POTION_3_DOSE=23748]="DIVINE_MAGIC_POTION_3_DOSE",a[a.DIVINE_MAGIC_POTION_2_DOSE=23751]="DIVINE_MAGIC_POTION_2_DOSE",a[a.DIVINE_MAGIC_POTION_1_DOSE=23754]="DIVINE_MAGIC_POTION_1_DOSE",a[a.CRYSTAL_HARPOON_ACTIVE=23762]="CRYSTAL_HARPOON_ACTIVE",a[a.CRYSTAL_HARPOON_INACTIVE=23764]="CRYSTAL_HARPOON_INACTIVE",a[a.ARDOUGNE_KNIGHT_HELM=23785]="ARDOUGNE_KNIGHT_HELM",a[a.ARDOUGNE_KNIGHT_PLATEBODY=23787]="ARDOUGNE_KNIGHT_PLATEBODY",a[a.ARDOUGNE_KNIGHT_PLATELEGS=23789]="ARDOUGNE_KNIGHT_PLATELEGS",a[a.CORRUPTED_SCEPTRE=23820]="CORRUPTED_SCEPTRE",a[a.CORRUPTED_AXE=23821]="CORRUPTED_AXE",a[a.CORRUPTED_PICKAXE=23822]="CORRUPTED_PICKAXE",a[a.CORRUPTED_HARPOON=23823]="CORRUPTED_HARPOON",a[a.CORRUPTED_HELM_BASIC=23840]="CORRUPTED_HELM_BASIC",a[a.CORRUPTED_HELM_ATTUNED=23841]="CORRUPTED_HELM_ATTUNED",a[a.CORRUPTED_HELM_PERFECTED=23842]="CORRUPTED_HELM_PERFECTED",a[a.CORRUPTED_BODY_BASIC=23843]="CORRUPTED_BODY_BASIC",a[a.CORRUPTED_BODY_ATTUNED=23844]="CORRUPTED_BODY_ATTUNED",a[a.CORRUPTED_BODY_PERFECTED=23845]="CORRUPTED_BODY_PERFECTED",a[a.CORRUPTED_LEGS_BASIC=23846]="CORRUPTED_LEGS_BASIC",a[a.CORRUPTED_LEGS_ATTUNED=23847]="CORRUPTED_LEGS_ATTUNED",a[a.CORRUPTED_LEGS_PERFECTED=23848]="CORRUPTED_LEGS_PERFECTED",a[a.CORRUPTED_HALBERD_BASIC=23849]="CORRUPTED_HALBERD_BASIC",a[a.CORRUPTED_HALBERD_ATTUNED=23850]="CORRUPTED_HALBERD_ATTUNED",a[a.CORRUPTED_HALBERD_PERFECTED=23851]="CORRUPTED_HALBERD_PERFECTED",a[a.CORRUPTED_STAFF_BASIC=23852]="CORRUPTED_STAFF_BASIC",a[a.CORRUPTED_STAFF_ATTUNED=23853]="CORRUPTED_STAFF_ATTUNED",a[a.CORRUPTED_STAFF_PERFECTED=23854]="CORRUPTED_STAFF_PERFECTED",a[a.CORRUPTED_BOW_BASIC=23855]="CORRUPTED_BOW_BASIC",a[a.CORRUPTED_BOW_ATTUNED=23856]="CORRUPTED_BOW_ATTUNED",a[a.CORRUPTED_BOW_PERFECTED=23857]="CORRUPTED_BOW_PERFECTED",a[a.GAUNTLET_CAPE=23859]="GAUNTLET_CAPE",a[a.CRYSTAL_SCEPTRE=23861]="CRYSTAL_SCEPTRE",a[a.CRYSTAL_AXE_THE_GAUNTLET=23862]="CRYSTAL_AXE_THE_GAUNTLET",a[a.CRYSTAL_PICKAXE_THE_GAUNTLET=23863]="CRYSTAL_PICKAXE_THE_GAUNTLET",a[a.CRYSTAL_HARPOON_THE_GAUNTLET=23864]="CRYSTAL_HARPOON_THE_GAUNTLET",a[a.CRYSTAL_HELM_BASIC=23886]="CRYSTAL_HELM_BASIC",a[a.CRYSTAL_HELM_ATTUNED=23887]="CRYSTAL_HELM_ATTUNED",a[a.CRYSTAL_HELM_PERFECTED=23888]="CRYSTAL_HELM_PERFECTED",a[a.CRYSTAL_BODY_BASIC=23889]="CRYSTAL_BODY_BASIC",a[a.CRYSTAL_BODY_ATTUNED=23890]="CRYSTAL_BODY_ATTUNED",a[a.CRYSTAL_BODY_PERFECTED=23891]="CRYSTAL_BODY_PERFECTED",a[a.CRYSTAL_LEGS_BASIC=23892]="CRYSTAL_LEGS_BASIC",a[a.CRYSTAL_LEGS_ATTUNED=23893]="CRYSTAL_LEGS_ATTUNED",a[a.CRYSTAL_LEGS_PERFECTED=23894]="CRYSTAL_LEGS_PERFECTED",a[a.CRYSTAL_HALBERD_BASIC=23895]="CRYSTAL_HALBERD_BASIC",a[a.CRYSTAL_HALBERD_ATTUNED=23896]="CRYSTAL_HALBERD_ATTUNED",a[a.CRYSTAL_HALBERD_PERFECTED=23897]="CRYSTAL_HALBERD_PERFECTED",a[a.CRYSTAL_STAFF_BASIC=23898]="CRYSTAL_STAFF_BASIC",a[a.CRYSTAL_STAFF_ATTUNED=23899]="CRYSTAL_STAFF_ATTUNED",a[a.CRYSTAL_STAFF_PERFECTED=23900]="CRYSTAL_STAFF_PERFECTED",a[a.CRYSTAL_BOW_BASIC=23901]="CRYSTAL_BOW_BASIC",a[a.CRYSTAL_BOW_ATTUNED=23902]="CRYSTAL_BOW_ATTUNED",a[a.CRYSTAL_BOW_PERFECTED=23903]="CRYSTAL_BOW_PERFECTED",a[a.IMBUED_TEPHRA=23907]="IMBUED_TEPHRA",a[a.ZALCANO_SHARD=23908]="ZALCANO_SHARD",a[a.CRYSTAL_CROWN_ITHELL=23911]="CRYSTAL_CROWN_ITHELL",a[a.CRYSTAL_CROWN_IORWERTH=23913]="CRYSTAL_CROWN_IORWERTH",a[a.CRYSTAL_CROWN_TRAHAEARN=23915]="CRYSTAL_CROWN_TRAHAEARN",a[a.CRYSTAL_CROWN_CADARN=23917]="CRYSTAL_CROWN_CADARN",a[a.CRYSTAL_CROWN_CRWYS=23919]="CRYSTAL_CROWN_CRWYS",a[a.CRYSTAL_CROWN_MEILYR=23921]="CRYSTAL_CROWN_MEILYR",a[a.CRYSTAL_CROWN_HEFIN=23923]="CRYSTAL_CROWN_HEFIN",a[a.CRYSTAL_CROWN_AMLODD=23925]="CRYSTAL_CROWN_AMLODD",a[a.ELVEN_SIGNET=23943]="ELVEN_SIGNET",a[a.ELVEN_DAWN=23948]="ELVEN_DAWN",a[a.CRYSTAL_TOOL_SEED=23953]="CRYSTAL_TOOL_SEED",a[a.CRYSTAL_ARMOUR_SEED=23956]="CRYSTAL_ARMOUR_SEED",a[a.ENHANCED_CRYSTAL_TELEPORT_SEED=23959]="ENHANCED_CRYSTAL_TELEPORT_SEED",a[a.CRYSTAL_HELM_ACTIVE=23971]="CRYSTAL_HELM_ACTIVE",a[a.CRYSTAL_HELM_INACTIVE=23973]="CRYSTAL_HELM_INACTIVE",a[a.CRYSTAL_BODY_ACTIVE=23975]="CRYSTAL_BODY_ACTIVE",a[a.CRYSTAL_BODY_INACTIVE=23977]="CRYSTAL_BODY_INACTIVE",a[a.CRYSTAL_LEGS_ACTIVE=23979]="CRYSTAL_LEGS_ACTIVE",a[a.CRYSTAL_LEGS_INACTIVE=23981]="CRYSTAL_LEGS_INACTIVE",a[a.CRYSTAL_BOW_ACTIVE=23983]="CRYSTAL_BOW_ACTIVE",a[a.CRYSTAL_BOW_INACTIVE=23985]="CRYSTAL_BOW_INACTIVE",a[a.CRYSTAL_HALBERD_ACTIVE=23987]="CRYSTAL_HALBERD_ACTIVE",a[a.CRYSTAL_HALBERD_INACTIVE=23989]="CRYSTAL_HALBERD_INACTIVE",a[a.CRYSTAL_SHIELD_ACTIVE=23991]="CRYSTAL_SHIELD_ACTIVE",a[a.CRYSTAL_SHIELD_INACTIVE=23993]="CRYSTAL_SHIELD_INACTIVE",a[a.BLADE_OF_SAELDOR_CHARGED=23995]="BLADE_OF_SAELDOR_CHARGED",a[a.BLADE_OF_SAELDOR_INACTIVE=23997]="BLADE_OF_SAELDOR_INACTIVE",a[a.CRYSTAL_GRAIL=24e3]="CRYSTAL_GRAIL",a[a.ELVEN_BOOTS=24003]="ELVEN_BOOTS",a[a.ELVEN_GLOVES=24006]="ELVEN_GLOVES",a[a.ELVEN_TOP_YELLOW=24009]="ELVEN_TOP_YELLOW",a[a.ELVEN_SKIRT_YELLOW=24012]="ELVEN_SKIRT_YELLOW",a[a.ELVEN_TOP_WHITE=24015]="ELVEN_TOP_WHITE",a[a.ELVEN_SKIRT_WHITE=24018]="ELVEN_SKIRT_WHITE",a[a.ELVEN_TOP_YELLOW_VEST=24021]="ELVEN_TOP_YELLOW_VEST",a[a.ELVEN_LEGWEAR=24024]="ELVEN_LEGWEAR",a[a.ELVEN_TOP_WHITE_VEST=24027]="ELVEN_TOP_WHITE_VEST",a[a.DRAGONSTONE_FULL_HELM=24034]="DRAGONSTONE_FULL_HELM",a[a.DRAGONSTONE_PLATEBODY=24037]="DRAGONSTONE_PLATEBODY",a[a.DRAGONSTONE_PLATELEGS=24040]="DRAGONSTONE_PLATELEGS",a[a.DRAGONSTONE_BOOTS=24043]="DRAGONSTONE_BOOTS",a[a.DRAGONSTONE_GAUNTLETS=24046]="DRAGONSTONE_GAUNTLETS",a[a.CRYSTAL_BOW_NEW=24123]="CRYSTAL_BOW_NEW",a[a.CRYSTAL_HALBERD_NEW=24125]="CRYSTAL_HALBERD_NEW",a[a.CRYSTAL_SHIELD_NEW=24127]="CRYSTAL_SHIELD_NEW",a[a.INFERNAL_MAX_CAPE_LOCKED=24133]="INFERNAL_MAX_CAPE_LOCKED",a[a.FIRE_MAX_CAPE_LOCKED=24134]="FIRE_MAX_CAPE_LOCKED",a[a.ASSEMBLER_MAX_CAPE_LOCKED=24135]="ASSEMBLER_MAX_CAPE_LOCKED",a[a.BRONZE_DEFENDER_LOCKED=24136]="BRONZE_DEFENDER_LOCKED",a[a.IRON_DEFENDER_LOCKED=24137]="IRON_DEFENDER_LOCKED",a[a.STEEL_DEFENDER_LOCKED=24138]="STEEL_DEFENDER_LOCKED",a[a.BLACK_DEFENDER_LOCKED=24139]="BLACK_DEFENDER_LOCKED",a[a.MITHRIL_DEFENDER_LOCKED=24140]="MITHRIL_DEFENDER_LOCKED",a[a.ADAMANT_DEFENDER_LOCKED=24141]="ADAMANT_DEFENDER_LOCKED",a[a.RUNE_DEFENDER_LOCKED=24142]="RUNE_DEFENDER_LOCKED",a[a.DRAGON_DEFENDER_LOCKED=24143]="DRAGON_DEFENDER_LOCKED",a[a.STAFF_OF_BALANCE=24144]="STAFF_OF_BALANCE",a[a.DECORATIVE_SWORD_GOLD_LOCKED=24157]="DECORATIVE_SWORD_GOLD_LOCKED",a[a.DECORATIVE_ARMOUR_GOLD_PLATEBODY_LOCKED=24158]="DECORATIVE_ARMOUR_GOLD_PLATEBODY_LOCKED",a[a.DECORATIVE_ARMOUR_GOLD_PLATELEGS_LOCKED=24159]="DECORATIVE_ARMOUR_GOLD_PLATELEGS_LOCKED",a[a.DECORATIVE_HELM_GOLD_LOCKED=24160]="DECORATIVE_HELM_GOLD_LOCKED",a[a.DECORATIVE_SHIELD_GOLD_LOCKED=24161]="DECORATIVE_SHIELD_GOLD_LOCKED",a[a.DECORATIVE_ARMOUR_GOLD_PLATESKIRT_LOCKED=24162]="DECORATIVE_ARMOUR_GOLD_PLATESKIRT_LOCKED",a[a.DECORATIVE_ARMOUR_MAGIC_TOP_LOCKED=24163]="DECORATIVE_ARMOUR_MAGIC_TOP_LOCKED",a[a.DECORATIVE_ARMOUR_MAGIC_LEGS_LOCKED=24164]="DECORATIVE_ARMOUR_MAGIC_LEGS_LOCKED",a[a.DECORATIVE_ARMOUR_MAGIC_HAT_LOCKED=24165]="DECORATIVE_ARMOUR_MAGIC_HAT_LOCKED",a[a.DECORATIVE_ARMOUR_RANGED_TOP_LOCKED=24166]="DECORATIVE_ARMOUR_RANGED_TOP_LOCKED",a[a.DECORATIVE_ARMOUR_RANGED_LEGS_LOCKED=24167]="DECORATIVE_ARMOUR_RANGED_LEGS_LOCKED",a[a.DECORATIVE_ARMOUR_QUIVER_LOCKED=24168]="DECORATIVE_ARMOUR_QUIVER_LOCKED",a[a.SARADOMIN_HALO_LOCKED=24169]="SARADOMIN_HALO_LOCKED",a[a.ZAMORAK_HALO_LOCKED=24170]="ZAMORAK_HALO_LOCKED",a[a.GUTHIX_HALO_LOCKED=24171]="GUTHIX_HALO_LOCKED",a[a.HEALER_HAT_LOCKED=24172]="HEALER_HAT_LOCKED",a[a.FIGHTER_HAT_LOCKED=24173]="FIGHTER_HAT_LOCKED",a[a.RANGER_HAT_LOCKED=24174]="RANGER_HAT_LOCKED",a[a.FIGHTER_TORSO_LOCKED=24175]="FIGHTER_TORSO_LOCKED",a[a.PENANCE_SKIRT_LOCKED=24176]="PENANCE_SKIRT_LOCKED",a[a.VOID_KNIGHT_TOP_LOCKED=24177]="VOID_KNIGHT_TOP_LOCKED",a[a.ELITE_VOID_TOP_LOCKED=24178]="ELITE_VOID_TOP_LOCKED",a[a.VOID_KNIGHT_ROBE_LOCKED=24179]="VOID_KNIGHT_ROBE_LOCKED",a[a.ELITE_VOID_ROBE_LOCKED=24180]="ELITE_VOID_ROBE_LOCKED",a[a.VOID_KNIGHT_MACE_LOCKED=24181]="VOID_KNIGHT_MACE_LOCKED",a[a.VOID_KNIGHT_GLOVES_LOCKED=24182]="VOID_KNIGHT_GLOVES_LOCKED",a[a.VOID_MAGE_HELM_LOCKED=24183]="VOID_MAGE_HELM_LOCKED",a[a.VOID_RANGER_HELM_LOCKED=24184]="VOID_RANGER_HELM_LOCKED",a[a.VOID_MELEE_HELM_LOCKED=24185]="VOID_MELEE_HELM_LOCKED",a[a.AVERNIC_DEFENDER_LOCKED=24186]="AVERNIC_DEFENDER_LOCKED",a[a.TROUVER_PARCHMENT=24187]="TROUVER_PARCHMENT",a[a.DEADMANS_CHEST_COSMETIC=24189]="DEADMANS_CHEST_COSMETIC",a[a.DEADMANS_LEGS_COSMETIC=24190]="DEADMANS_LEGS_COSMETIC",a[a.DEADMANS_CAPE_COSMETIC=24191]="DEADMANS_CAPE_COSMETIC",a[a.ARMADYL_HALO_NORMAL=24192]="ARMADYL_HALO_NORMAL",a[a.ARMADYL_HALO_LOCKED=24194]="ARMADYL_HALO_LOCKED",a[a.BANDOS_HALO_NORMAL=24195]="BANDOS_HALO_NORMAL",a[a.BANDOS_HALO_LOCKED=24197]="BANDOS_HALO_LOCKED",a[a.SEREN_HALO_NORMAL=24198]="SEREN_HALO_NORMAL",a[a.SEREN_HALO_LOCKED=24200]="SEREN_HALO_LOCKED",a[a.ANCIENT_HALO_NORMAL=24201]="ANCIENT_HALO_NORMAL",a[a.ANCIENT_HALO_LOCKED=24203]="ANCIENT_HALO_LOCKED",a[a.BRASSICA_HALO_NORMAL=24204]="BRASSICA_HALO_NORMAL",a[a.BRASSICA_HALO_LOCKED=24206]="BRASSICA_HALO_LOCKED",a[a.VICTORS_CAPE_1=24207]="VICTORS_CAPE_1",a[a.VICTORS_CAPE_10=24209]="VICTORS_CAPE_10",a[a.VICTORS_CAPE_50=24211]="VICTORS_CAPE_50",a[a.VICTORS_CAPE_100=24213]="VICTORS_CAPE_100",a[a.VICTORS_CAPE_500=24215]="VICTORS_CAPE_500",a[a.SWIFT_BLADE=24219]="SWIFT_BLADE",a[a.AVAS_ASSEMBLER_LOCKED=24222]="AVAS_ASSEMBLER_LOCKED",a[a.FIRE_CAPE_LOCKED=24223]="FIRE_CAPE_LOCKED",a[a.INFERNAL_CAPE_LOCKED=24224]="INFERNAL_CAPE_LOCKED",a[a.GRANITE_MAUL_ORNATE_HANDLE=24225]="GRANITE_MAUL_ORNATE_HANDLE",a[a.GRANITE_MAUL_OR_ORNATE_HANDLE=24227]="GRANITE_MAUL_OR_ORNATE_HANDLE",a[a.ORNATE_MAUL_HANDLE=24229]="ORNATE_MAUL_HANDLE",a[a.IMBUED_SARADOMIN_MAX_CAPE_LOCKED=24232]="IMBUED_SARADOMIN_MAX_CAPE_LOCKED",a[a.IMBUED_ZAMORAK_MAX_CAPE_LOCKED=24233]="IMBUED_ZAMORAK_MAX_CAPE_LOCKED",a[a.IMBUED_GUTHIX_MAX_CAPE_LOCKED=24234]="IMBUED_GUTHIX_MAX_CAPE_LOCKED",a[a.IMBUED_SARADOMIN_CAPE_LOCKED=24248]="IMBUED_SARADOMIN_CAPE_LOCKED",a[a.IMBUED_GUTHIX_CAPE_LOCKED=24249]="IMBUED_GUTHIX_CAPE_LOCKED",a[a.IMBUED_ZAMORAK_CAPE_LOCKED=24250]="IMBUED_ZAMORAK_CAPE_LOCKED",a[a.WILDERNESS_CRABS_TELEPORT=24251]="WILDERNESS_CRABS_TELEPORT",a[a.VS_SHIELD_EQUIPPABLE=24266]="VS_SHIELD_EQUIPPABLE",a[a.BASILISK_JAW=24268]="BASILISK_JAW",a[a.NEITIZNOT_FACEGUARD=24271]="NEITIZNOT_FACEGUARD",a[a.DAGONHAI_HAT=24288]="DAGONHAI_HAT",a[a.DAGONHAI_ROBE_TOP=24291]="DAGONHAI_ROBE_TOP",a[a.DAGONHAI_ROBE_BOTTOM=24294]="DAGONHAI_ROBE_BOTTOM",a[a.SPOOKY_HOOD_REWARD=24305]="SPOOKY_HOOD_REWARD",a[a.SPOOKY_ROBE_REWARD=24307]="SPOOKY_ROBE_REWARD",a[a.SPOOKY_SKIRT_REWARD=24309]="SPOOKY_SKIRT_REWARD",a[a.SPOOKY_GLOVES_REWARD=24311]="SPOOKY_GLOVES_REWARD",a[a.SPOOKY_BOOTS_REWARD=24313]="SPOOKY_BOOTS_REWARD",a[a.SPOOKIER_HOOD=24315]="SPOOKIER_HOOD",a[a.SPOOKIER_ROBE=24317]="SPOOKIER_ROBE",a[a.SPOOKIER_SKIRT=24319]="SPOOKIER_SKIRT",a[a.SPOOKIER_GLOVES=24321]="SPOOKIER_GLOVES",a[a.SPOOKIER_BOOTS=24323]="SPOOKIER_BOOTS",a[a.PUMPKIN_LANTERN=24325]="PUMPKIN_LANTERN",a[a.SKELETON_LANTERN=24327]="SKELETON_LANTERN",a[a.DAGONHAI_ROBES_SET=24333]="DAGONHAI_ROBES_SET",a[a.TARGET_TELEPORT=24336]="TARGET_TELEPORT",a[a.BOUNTY_HUNTER_HAT_TIER_1=24338]="BOUNTY_HUNTER_HAT_TIER_1",a[a.BOUNTY_HUNTER_HAT_TIER_2=24340]="BOUNTY_HUNTER_HAT_TIER_2",a[a.BOUNTY_HUNTER_HAT_TIER_3=24342]="BOUNTY_HUNTER_HAT_TIER_3",a[a.BOUNTY_HUNTER_HAT_TIER_4=24344]="BOUNTY_HUNTER_HAT_TIER_4",a[a.BOUNTY_HUNTER_HAT_TIER_5=24346]="BOUNTY_HUNTER_HAT_TIER_5",a[a.BOUNTY_HUNTER_HAT_TIER_6=24348]="BOUNTY_HUNTER_HAT_TIER_6",a[a.TWISTED_SLAYER_HELMET=24370]="TWISTED_SLAYER_HELMET",a[a.TWISTED_DRAGON_TROPHY=24372]="TWISTED_DRAGON_TROPHY",a[a.TWISTED_RUNE_TROPHY=24374]="TWISTED_RUNE_TROPHY",a[a.TWISTED_ADAMANT_TROPHY=24376]="TWISTED_ADAMANT_TROPHY",a[a.TWISTED_MITHRIL_TROPHY=24378]="TWISTED_MITHRIL_TROPHY",a[a.TWISTED_STEEL_TROPHY=24380]="TWISTED_STEEL_TROPHY",a[a.TWISTED_IRON_TROPHY=24382]="TWISTED_IRON_TROPHY",a[a.TWISTED_BRONZE_TROPHY=24384]="TWISTED_BRONZE_TROPHY",a[a.TWISTED_HAT_T3=24387]="TWISTED_HAT_T3",a[a.TWISTED_COAT_T3=24389]="TWISTED_COAT_T3",a[a.TWISTED_TROUSERS_T3=24391]="TWISTED_TROUSERS_T3",a[a.TWISTED_BOOTS_T3=24393]="TWISTED_BOOTS_T3",a[a.TWISTED_CANE=24395]="TWISTED_CANE",a[a.TWISTED_HAT_T2=24397]="TWISTED_HAT_T2",a[a.TWISTED_COAT_T2=24399]="TWISTED_COAT_T2",a[a.TWISTED_TROUSERS_T2=24401]="TWISTED_TROUSERS_T2",a[a.TWISTED_BOOTS_T2=24403]="TWISTED_BOOTS_T2",a[a.TWISTED_HAT_T1=24405]="TWISTED_HAT_T1",a[a.TWISTED_COAT_T1=24407]="TWISTED_COAT_T1",a[a.TWISTED_TROUSERS_T1=24409]="TWISTED_TROUSERS_T1",a[a.TWISTED_BOOTS_T1=24411]="TWISTED_BOOTS_T1",a[a.TWISTED_BANNER=24413]="TWISTED_BANNER",a[a.INQUISITORS_MACE=24417]="INQUISITORS_MACE",a[a.INQUISITORS_GREAT_HELM=24419]="INQUISITORS_GREAT_HELM",a[a.INQUISITORS_HAUBERK=24420]="INQUISITORS_HAUBERK",a[a.INQUISITORS_PLATESKIRT=24421]="INQUISITORS_PLATESKIRT",a[a.NIGHTMARE_STAFF=24422]="NIGHTMARE_STAFF",a[a.HARMONISED_NIGHTMARE_STAFF=24423]="HARMONISED_NIGHTMARE_STAFF",a[a.VOLATILE_NIGHTMARE_STAFF=24424]="VOLATILE_NIGHTMARE_STAFF",a[a.ELDRITCH_NIGHTMARE_STAFF=24425]="ELDRITCH_NIGHTMARE_STAFF",a[a.GREEN_GINGERBREAD_SHIELD=24428]="GREEN_GINGERBREAD_SHIELD",a[a.RED_GINGERBREAD_SHIELD=24430]="RED_GINGERBREAD_SHIELD",a[a.BLUE_GINGERBREAD_SHIELD=24431]="BLUE_GINGERBREAD_SHIELD",a[a.TWISTED_SLAYER_HELMET_I_NIGHTMARE_ZONE=24444]="TWISTED_SLAYER_HELMET_I_NIGHTMARE_ZONE",a[a.TWISTED_TELEPORT_SCROLL=24460]="TWISTED_TELEPORT_SCROLL",a[a.TWISTED_BLUEPRINTS=24463]="TWISTED_BLUEPRINTS",a[a.TWISTED_HORNS=24466]="TWISTED_HORNS",a[a.TWISTED_RELIC_HUNTER_T1_ARMOUR_SET=24469]="TWISTED_RELIC_HUNTER_T1_ARMOUR_SET",a[a.TWISTED_RELIC_HUNTER_T2_ARMOUR_SET=24472]="TWISTED_RELIC_HUNTER_T2_ARMOUR_SET",a[a.TWISTED_RELIC_HUNTER_T3_ARMOUR_SET=24475]="TWISTED_RELIC_HUNTER_T3_ARMOUR_SET",a[a.INQUISITORS_ARMOUR_SET=24488]="INQUISITORS_ARMOUR_SET",a[a.JAR_OF_DREAMS=24495]="JAR_OF_DREAMS",a[a.HARMONISED_ORB=24511]="HARMONISED_ORB",a[a.VOLATILE_ORB=24514]="VOLATILE_ORB",a[a.ELDRITCH_ORB=24517]="ELDRITCH_ORB",a[a.VICTORS_CAPE_1000=24520]="VICTORS_CAPE_1000",a[a.CAT_EARS=24525]="CAT_EARS",a[a.HELL_CAT_EARS=24527]="HELL_CAT_EARS",a[a.RUNNER_HAT_LOCKED=24533]="RUNNER_HAT_LOCKED",a[a.CARROT_SWORD=24537]="CARROT_SWORD",a[a.BLADE_OF_SAELDOR_C_HEFIN=24551]="BLADE_OF_SAELDOR_C_HEFIN",a[a.LOOTING_BAG_NOTE=24585]="LOOTING_BAG_NOTE",a[a.RUNE_POUCH_NOTE=24587]="RUNE_POUCH_NOTE",a[a.BLIGHTED_MANTA_RAY=24589]="BLIGHTED_MANTA_RAY",a[a.BLIGHTED_ANGLERFISH=24592]="BLIGHTED_ANGLERFISH",a[a.BLIGHTED_KARAMBWAN=24595]="BLIGHTED_KARAMBWAN",a[a.BLIGHTED_SUPER_RESTORE_4_DOSE=24598]="BLIGHTED_SUPER_RESTORE_4_DOSE",a[a.BLIGHTED_ANCIENT_ICE_SACK=24607]="BLIGHTED_ANCIENT_ICE_SACK",a[a.BLIGHTED_ENTANGLE_SACK=24613]="BLIGHTED_ENTANGLE_SACK",a[a.BLIGHTED_TELEPORT_SPELL_SACK=24615]="BLIGHTED_TELEPORT_SPELL_SACK",a[a.VESTAS_BLIGHTED_LONGSWORD_ACTIVE=24617]="VESTAS_BLIGHTED_LONGSWORD_ACTIVE",a[a.BLIGHTED_VENGEANCE_SACK=24621]="BLIGHTED_VENGEANCE_SACK",a[a.DIVINE_BATTLEMAGE_POTION_4_DOSE=24623]="DIVINE_BATTLEMAGE_POTION_4_DOSE",a[a.DIVINE_BATTLEMAGE_POTION_3_DOSE=24626]="DIVINE_BATTLEMAGE_POTION_3_DOSE",a[a.DIVINE_BATTLEMAGE_POTION_2_DOSE=24629]="DIVINE_BATTLEMAGE_POTION_2_DOSE",a[a.DIVINE_BATTLEMAGE_POTION_1_DOSE=24632]="DIVINE_BATTLEMAGE_POTION_1_DOSE",a[a.DIVINE_BASTION_POTION_4_DOSE=24635]="DIVINE_BASTION_POTION_4_DOSE",a[a.DIVINE_BASTION_POTION_3_DOSE=24638]="DIVINE_BASTION_POTION_3_DOSE",a[a.DIVINE_BASTION_POTION_2_DOSE=24641]="DIVINE_BASTION_POTION_2_DOSE",a[a.DIVINE_BASTION_POTION_1_DOSE=24644]="DIVINE_BASTION_POTION_1_DOSE",a[a.TWISTED_ANCESTRAL_HAT=24664]="TWISTED_ANCESTRAL_HAT",a[a.TWISTED_ANCESTRAL_ROBE_TOP=24666]="TWISTED_ANCESTRAL_ROBE_TOP",a[a.TWISTED_ANCESTRAL_ROBE_BOTTOM=24668]="TWISTED_ANCESTRAL_ROBE_BOTTOM",a[a.VYRE_NOBLE_TOP=24676]="VYRE_NOBLE_TOP",a[a.VYRE_NOBLE_LEGS=24678]="VYRE_NOBLE_LEGS",a[a.VYRE_NOBLE_SHOES=24680]="VYRE_NOBLE_SHOES",a[a.RUBY_SICKLE_B=24693]="RUBY_SICKLE_B",a[a.ENCHANTED_RUBY_SICKLE_B=24695]="ENCHANTED_RUBY_SICKLE_B",a[a.BLISTERWOOD_SICKLE=24697]="BLISTERWOOD_SICKLE",a[a.BLISTERWOOD_FLAIL=24699]="BLISTERWOOD_FLAIL",a[a.HALLOWED_GRAPPLE=24721]="HALLOWED_GRAPPLE",a[a.HALLOWED_FOCUS=24723]="HALLOWED_FOCUS",a[a.HALLOWED_SYMBOL=24725]="HALLOWED_SYMBOL",a[a.HALLOWED_HAMMER=24727]="HALLOWED_HAMMER",a[a.HALLOWED_RING=24731]="HALLOWED_RING",a[a.RING_OF_ENDURANCE_CHARGED=24736]="RING_OF_ENDURANCE_CHARGED",a[a.STRANGE_OLD_LOCKPICK_FULL=24740]="STRANGE_OLD_LOCKPICK_FULL",a[a.GRACEFUL_HOOD_HALLOWED_INVENTORY=24743]="GRACEFUL_HOOD_HALLOWED_INVENTORY",a[a.GRACEFUL_CAPE_HALLOWED_INVENTORY=24746]="GRACEFUL_CAPE_HALLOWED_INVENTORY",a[a.GRACEFUL_TOP_HALLOWED_INVENTORY=24749]="GRACEFUL_TOP_HALLOWED_INVENTORY",a[a.GRACEFUL_LEGS_HALLOWED_INVENTORY=24752]="GRACEFUL_LEGS_HALLOWED_INVENTORY",a[a.GRACEFUL_GLOVES_HALLOWED_INVENTORY=24755]="GRACEFUL_GLOVES_HALLOWED_INVENTORY",a[a.GRACEFUL_BOOTS_HALLOWED_INVENTORY=24758]="GRACEFUL_BOOTS_HALLOWED_INVENTORY",a[a.BLOOD_PINT=24774]="BLOOD_PINT",a[a.BLOOD_SHARD=24777]="BLOOD_SHARD",a[a.AMULET_OF_BLOOD_FURY=24780]="AMULET_OF_BLOOD_FURY",a[a.RAW_MYSTERY_MEAT=24782]="RAW_MYSTERY_MEAT",a[a.COOKED_MYSTERY_MEAT=24785]="COOKED_MYSTERY_MEAT",a[a.SEVERED_LEG=24792]="SEVERED_LEG",a[a.VYRE_NOBLE_BLAZER_RED=24794]="VYRE_NOBLE_BLAZER_RED",a[a.VYRE_NOBLE_COAT_TAILS_RED=24796]="VYRE_NOBLE_COAT_TAILS_RED",a[a.VYRE_NOBLE_VEST_RED=24798]="VYRE_NOBLE_VEST_RED",a[a.VYRE_NOBLE_PANTS_RED=24800]="VYRE_NOBLE_PANTS_RED",a[a.VYRE_NOBLE_CORSET_RED=24802]="VYRE_NOBLE_CORSET_RED",a[a.VYRE_NOBLE_SKIRT_RED=24804]="VYRE_NOBLE_SKIRT_RED",a[a.VYRE_NOBLE_DRESS_TOP_RED=24806]="VYRE_NOBLE_DRESS_TOP_RED",a[a.VYRE_NOBLE_DRESS_BOTTOM_RED=24808]="VYRE_NOBLE_DRESS_BOTTOM_RED",a[a.VYRE_NOBLE_BLAZER_PURPLE=24810]="VYRE_NOBLE_BLAZER_PURPLE",a[a.VYRE_NOBLE_COAT_TAILS_PURPLE=24812]="VYRE_NOBLE_COAT_TAILS_PURPLE",a[a.VYRE_NOBLE_VEST_PURPLE=24814]="VYRE_NOBLE_VEST_PURPLE",a[a.VYRE_NOBLE_PANTS_PURPLE=24816]="VYRE_NOBLE_PANTS_PURPLE",a[a.VYRE_NOBLE_CORSET_PURPLE=24818]="VYRE_NOBLE_CORSET_PURPLE",a[a.VYRE_NOBLE_SKIRT_PURPLE=24820]="VYRE_NOBLE_SKIRT_PURPLE",a[a.VYRE_NOBLE_DRESS_TOP_PURPLE=24822]="VYRE_NOBLE_DRESS_TOP_PURPLE",a[a.VYRE_NOBLE_DRESS_BOTTOM_PURPLE=24824]="VYRE_NOBLE_DRESS_BOTTOM_PURPLE",a[a.VYRE_NOBLE_BLAZER_GREY=24826]="VYRE_NOBLE_BLAZER_GREY",a[a.VYRE_NOBLE_COAT_TAILS_GREY=24828]="VYRE_NOBLE_COAT_TAILS_GREY",a[a.VYRE_NOBLE_VEST_GREY=24830]="VYRE_NOBLE_VEST_GREY",a[a.VYRE_NOBLE_PANTS_GREY=24832]="VYRE_NOBLE_PANTS_GREY",a[a.VYRE_NOBLE_CORSET_GREY=24834]="VYRE_NOBLE_CORSET_GREY",a[a.VYRE_NOBLE_SKIRT_GREY=24836]="VYRE_NOBLE_SKIRT_GREY",a[a.VYRE_NOBLE_DRESS_TOP_GREY=24838]="VYRE_NOBLE_DRESS_TOP_GREY",a[a.VYRE_NOBLE_DRESS_BOTTOM_GREY=24840]="VYRE_NOBLE_DRESS_BOTTOM_GREY",a[a.RING_OF_ENDURANCE_UNCHARGED=24844]="RING_OF_ENDURANCE_UNCHARGED",a[a.MYTHICAL_MAX_CAPE=24855]="MYTHICAL_MAX_CAPE",a[a.MYTHICAL_MAX_HOOD=24857]="MYTHICAL_MAX_HOOD",a[a.KARAMJAN_MONKEY_ITEM=24862]="KARAMJAN_MONKEY_ITEM",a[a.ZOMBIE_MONKEY_ITEM=24863]="ZOMBIE_MONKEY_ITEM",a[a.MANIACAL_MONKEY_ITEM=24864]="MANIACAL_MONKEY_ITEM",a[a.SKELETON_MONKEY_ITEM=24865]="SKELETON_MONKEY_ITEM",a[a.KRUK_JR=24866]="KRUK_JR",a[a.PRINCELY_MONKEY=24867]="PRINCELY_MONKEY",a[a.CARPENTERS_HELMET=24872]="CARPENTERS_HELMET",a[a.CARPENTERS_SHIRT=24874]="CARPENTERS_SHIRT",a[a.CARPENTERS_TROUSERS=24876]="CARPENTERS_TROUSERS",a[a.CARPENTERS_BOOTS=24878]="CARPENTERS_BOOTS",a[a.AMYS_SAW=24880]="AMYS_SAW",a[a.REINFORCED_GOGGLES=24942]="REINFORCED_GOGGLES",a[a.MOONCLAN_TELEPORT_TABLET=24949]="MOONCLAN_TELEPORT_TABLET",a[a.OURANIA_TELEPORT_TABLET=24951]="OURANIA_TELEPORT_TABLET",a[a.WATERBIRTH_TELEPORT_TABLET=24953]="WATERBIRTH_TELEPORT_TABLET",a[a.BARBARIAN_TELEPORT_TABLET=24955]="BARBARIAN_TELEPORT_TABLET",a[a.KHAZARD_TELEPORT_TABLET=24957]="KHAZARD_TELEPORT_TABLET",a[a.FISHING_GUILD_TELEPORT_TABLET=24959]="FISHING_GUILD_TELEPORT_TABLET",a[a.CATHERBY_TELEPORT_TABLET=24961]="CATHERBY_TELEPORT_TABLET",a[a.ICE_PLATEAU_TELEPORT_TABLET=24963]="ICE_PLATEAU_TELEPORT_TABLET",a[a.HEADLESS_HEAD=24975]="HEADLESS_HEAD",a[a.TRAILBLAZER_HOOD_T3=25001]="TRAILBLAZER_HOOD_T3",a[a.TRAILBLAZER_TOP_T3=25004]="TRAILBLAZER_TOP_T3",a[a.TRAILBLAZER_TROUSERS_T3=25007]="TRAILBLAZER_TROUSERS_T3",a[a.TRAILBLAZER_BOOTS_T3=25010]="TRAILBLAZER_BOOTS_T3",a[a.TRAILBLAZER_CANE=25013]="TRAILBLAZER_CANE",a[a.TRAILBLAZER_HOOD_T2=25016]="TRAILBLAZER_HOOD_T2",a[a.TRAILBLAZER_TOP_T2=25019]="TRAILBLAZER_TOP_T2",a[a.TRAILBLAZER_TROUSERS_T2=25022]="TRAILBLAZER_TROUSERS_T2",a[a.TRAILBLAZER_BOOTS_T2=25025]="TRAILBLAZER_BOOTS_T2",a[a.TRAILBLAZER_HOOD_T1=25028]="TRAILBLAZER_HOOD_T1",a[a.TRAILBLAZER_TOP_T1=25031]="TRAILBLAZER_TOP_T1",a[a.TRAILBLAZER_TROUSERS_T1=25034]="TRAILBLAZER_TROUSERS_T1",a[a.TRAILBLAZER_BOOTS_T1=25037]="TRAILBLAZER_BOOTS_T1",a[a.TRAILBLAZER_DRAGON_TROPHY=25042]="TRAILBLAZER_DRAGON_TROPHY",a[a.TRAILBLAZER_RUNE_TROPHY=25044]="TRAILBLAZER_RUNE_TROPHY",a[a.TRAILBLAZER_ADAMANT_TROPHY=25046]="TRAILBLAZER_ADAMANT_TROPHY",a[a.TRAILBLAZER_MITHRIL_TROPHY=25048]="TRAILBLAZER_MITHRIL_TROPHY",a[a.TRAILBLAZER_STEEL_TROPHY=25050]="TRAILBLAZER_STEEL_TROPHY",a[a.TRAILBLAZER_IRON_TROPHY=25052]="TRAILBLAZER_IRON_TROPHY",a[a.TRAILBLAZER_BRONZE_TROPHY=25054]="TRAILBLAZER_BRONZE_TROPHY",a[a.TRAILBLAZER_BANNER=25056]="TRAILBLAZER_BANNER",a[a.INFERNAL_HARPOON_OR_CHARGED=25059]="INFERNAL_HARPOON_OR_CHARGED",a[a.INFERNAL_PICKAXE_OR_CHARGED=25063]="INFERNAL_PICKAXE_OR_CHARGED",a[a.INFERNAL_AXE_OR_CHARGED=25066]="INFERNAL_AXE_OR_CHARGED",a[a.GRACEFUL_HOOD_TRAILBLAZER_INVENTORY=25069]="GRACEFUL_HOOD_TRAILBLAZER_INVENTORY",a[a.GRACEFUL_CAPE_TRAILBLAZER_INVENTORY=25072]="GRACEFUL_CAPE_TRAILBLAZER_INVENTORY",a[a.GRACEFUL_TOP_TRAILBLAZER_INVENTORY=25075]="GRACEFUL_TOP_TRAILBLAZER_INVENTORY",a[a.GRACEFUL_LEGS_TRAILBLAZER_INVENTORY=25078]="GRACEFUL_LEGS_TRAILBLAZER_INVENTORY",a[a.GRACEFUL_GLOVES_TRAILBLAZER_INVENTORY=25081]="GRACEFUL_GLOVES_TRAILBLAZER_INVENTORY",a[a.GRACEFUL_BOOTS_TRAILBLAZER_INVENTORY=25084]="GRACEFUL_BOOTS_TRAILBLAZER_INVENTORY",a[a.TRAILBLAZER_TELEPORT_SCROLL=25087]="TRAILBLAZER_TELEPORT_SCROLL",a[a.TRAILBLAZER_TOOL_ORNAMENT_KIT=25090]="TRAILBLAZER_TOOL_ORNAMENT_KIT",a[a.TRAILBLAZER_GLOBE=25093]="TRAILBLAZER_GLOBE",a[a.TRAILBLAZER_RUG=25096]="TRAILBLAZER_RUG",a[a.TRAILBLAZER_GRACEFUL_ORNAMENT_KIT=25099]="TRAILBLAZER_GRACEFUL_ORNAMENT_KIT",a[a.FAIRY_MUSHROOM=25102]="FAIRY_MUSHROOM",a[a.EXTRADIMENSIONAL_BAG_CLOSED=25106]="EXTRADIMENSIONAL_BAG_CLOSED",a[a.EXTRADIMENSIONAL_BAG_OPEN=25108]="EXTRADIMENSIONAL_BAG_OPEN",a[a.TRAILBLAZER_AXE=25110]="TRAILBLAZER_AXE",a[a.TRAILBLAZER_PICKAXE=25112]="TRAILBLAZER_PICKAXE",a[a.TRAILBLAZER_HARPOON=25114]="TRAILBLAZER_HARPOON",a[a.BEEKEEPERS_HAT=25129]="BEEKEEPERS_HAT",a[a.BEEKEEPERS_TOP=25131]="BEEKEEPERS_TOP",a[a.BEEKEEPERS_LEGS=25133]="BEEKEEPERS_LEGS",a[a.BEEKEEPERS_GLOVES=25135]="BEEKEEPERS_GLOVES",a[a.BEEKEEPERS_BOOTS=25137]="BEEKEEPERS_BOOTS",a[a.BONE_FRAGMENTS=25139]="BONE_FRAGMENTS",a[a.DECORATIVE_BOOTS_RED=25163]="DECORATIVE_BOOTS_RED",a[a.DECORATIVE_FULL_HELM_RED=25165]="DECORATIVE_FULL_HELM_RED",a[a.DECORATIVE_BOOTS_WHITE=25167]="DECORATIVE_BOOTS_WHITE",a[a.DECORATIVE_FULL_HELM_WHITE=25169]="DECORATIVE_FULL_HELM_WHITE",a[a.DECORATIVE_BOOTS_GOLD_NORMAL=25171]="DECORATIVE_BOOTS_GOLD_NORMAL",a[a.DECORATIVE_BOOTS_GOLD_LOCKED=25173]="DECORATIVE_BOOTS_GOLD_LOCKED",a[a.DECORATIVE_FULL_HELM_GOLD_NORMAL=25174]="DECORATIVE_FULL_HELM_GOLD_NORMAL",a[a.DECORATIVE_FULL_HELM_GOLD_LOCKED=25176]="DECORATIVE_FULL_HELM_GOLD_LOCKED",a[a.SLAYER_HELMET_I_SOUL_WARS=25177]="SLAYER_HELMET_I_SOUL_WARS",a[a.BLACK_SLAYER_HELMET_I_SOUL_WARS=25179]="BLACK_SLAYER_HELMET_I_SOUL_WARS",a[a.GREEN_SLAYER_HELMET_I_SOUL_WARS=25181]="GREEN_SLAYER_HELMET_I_SOUL_WARS",a[a.RED_SLAYER_HELMET_I_SOUL_WARS=25183]="RED_SLAYER_HELMET_I_SOUL_WARS",a[a.PURPLE_SLAYER_HELMET_I_SOUL_WARS=25185]="PURPLE_SLAYER_HELMET_I_SOUL_WARS",a[a.TURQUOISE_SLAYER_HELMET_I_SOUL_WARS=25187]="TURQUOISE_SLAYER_HELMET_I_SOUL_WARS",a[a.HYDRA_SLAYER_HELMET_I_SOUL_WARS=25189]="HYDRA_SLAYER_HELMET_I_SOUL_WARS",a[a.TWISTED_SLAYER_HELMET_I_SOUL_WARS=25191]="TWISTED_SLAYER_HELMET_I_SOUL_WARS",a[a.GRANITE_RING_I_SOUL_WARS=25193]="GRANITE_RING_I_SOUL_WARS",a[a.BLUE_CAPE_SOUL_WARS_TUTORIAL=25195]="BLUE_CAPE_SOUL_WARS_TUTORIAL",a[a.RED_CAPE_SOUL_WARS=25207]="RED_CAPE_SOUL_WARS",a[a.BLUE_CAPE_SOUL_WARS_MINIGAME=25208]="BLUE_CAPE_SOUL_WARS_MINIGAME",a[a.SALVE_AMULETI_SOUL_WARS=25250]="SALVE_AMULETI_SOUL_WARS",a[a.RING_OF_THE_GODS_I_SOUL_WARS=25252]="RING_OF_THE_GODS_I_SOUL_WARS",a[a.TYRANNICAL_RING_I_SOUL_WARS=25254]="TYRANNICAL_RING_I_SOUL_WARS",a[a.TREASONOUS_RING_I_SOUL_WARS=25256]="TREASONOUS_RING_I_SOUL_WARS",a[a.SEERS_RING_I_SOUL_WARS=25258]="SEERS_RING_I_SOUL_WARS",a[a.ARCHERS_RING_I_SOUL_WARS=25260]="ARCHERS_RING_I_SOUL_WARS",a[a.WARRIOR_RING_I_SOUL_WARS=25262]="WARRIOR_RING_I_SOUL_WARS",a[a.BERSERKER_RING_I_SOUL_WARS=25264]="BERSERKER_RING_I_SOUL_WARS",a[a.SALVE_AMULETEI_SOUL_WARS=25278]="SALVE_AMULETEI_SOUL_WARS",a[a.GIANT_BOULDER=25314]="GIANT_BOULDER",a[a.GNOME_CHILD_MASK=25336]="GNOME_CHILD_MASK",a[a.SOUL_CAPE_RED=25344]="SOUL_CAPE_RED",a[a.SOUL_CAPE_BLUE=25346]="SOUL_CAPE_BLUE",a[a.INFERNAL_HARPOON_OR_UNCHARGED=25367]="INFERNAL_HARPOON_OR_UNCHARGED",a[a.INFERNAL_PICKAXE_OR_UNCHARGED=25369]="INFERNAL_PICKAXE_OR_UNCHARGED",a[a.INFERNAL_AXE_OR_UNCHARGED=25371]="INFERNAL_AXE_OR_UNCHARGED",a[a.DRAGON_HARPOON_OR=25373]="DRAGON_HARPOON_OR",a[a.DRAGON_PICKAXE_OR_TRAILBLAZER=25376]="DRAGON_PICKAXE_OR_TRAILBLAZER",a[a.DRAGON_AXE_OR=25378]="DRAGON_AXE_OR",a[a.TRAILBLAZER_RELIC_HUNTER_T1_ARMOUR_SET=25380]="TRAILBLAZER_RELIC_HUNTER_T1_ARMOUR_SET",a[a.TRAILBLAZER_RELIC_HUNTER_T2_ARMOUR_SET=25383]="TRAILBLAZER_RELIC_HUNTER_T2_ARMOUR_SET",a[a.TRAILBLAZER_RELIC_HUNTER_T3_ARMOUR_SET=25386]="TRAILBLAZER_RELIC_HUNTER_T3_ARMOUR_SET",a[a.SWAMPBARK_BODY=25389]="SWAMPBARK_BODY",a[a.SWAMPBARK_GAUNTLETS=25392]="SWAMPBARK_GAUNTLETS",a[a.SWAMPBARK_BOOTS=25395]="SWAMPBARK_BOOTS",a[a.SWAMPBARK_HELM=25398]="SWAMPBARK_HELM",a[a.SWAMPBARK_LEGS=25401]="SWAMPBARK_LEGS",a[a.BLOODBARK_BODY=25404]="BLOODBARK_BODY",a[a.BLOODBARK_GAUNTLETS=25407]="BLOODBARK_GAUNTLETS",a[a.BLOODBARK_BOOTS=25410]="BLOODBARK_BOOTS",a[a.BLOODBARK_HELM=25413]="BLOODBARK_HELM",a[a.BLOODBARK_LEGS=25416]="BLOODBARK_LEGS",a[a.URIUM_REMAINS=25419]="URIUM_REMAINS",a[a.ZEALOTS_ROBE_TOP=25434]="ZEALOTS_ROBE_TOP",a[a.ZEALOTS_ROBE_BOTTOM=25436]="ZEALOTS_ROBE_BOTTOM",a[a.ZEALOTS_HELM=25438]="ZEALOTS_HELM",a[a.ZEALOTS_BOOTS=25440]="ZEALOTS_BOOTS",a[a.BRONZE_LOCKS=25442]="BRONZE_LOCKS",a[a.STEEL_LOCKS=25445]="STEEL_LOCKS",a[a.BLACK_LOCKS=25448]="BLACK_LOCKS",a[a.SILVER_LOCKS=25451]="SILVER_LOCKS",a[a.GOLD_LOCKS=25454]="GOLD_LOCKS",a[a.BRONZE_COFFIN_CLOSED=25459]="BRONZE_COFFIN_CLOSED",a[a.STEEL_COFFIN_CLOSED=25461]="STEEL_COFFIN_CLOSED",a[a.BLACK_COFFIN_CLOSED=25463]="BLACK_COFFIN_CLOSED",a[a.SILVER_COFFIN_CLOSED=25465]="SILVER_COFFIN_CLOSED",a[a.GOLD_COFFIN_CLOSED=25467]="GOLD_COFFIN_CLOSED",a[a.BRONZE_COFFIN_OPEN=25469]="BRONZE_COFFIN_OPEN",a[a.STEEL_COFFIN_OPEN=25470]="STEEL_COFFIN_OPEN",a[a.BLACK_COFFIN_OPEN=25471]="BLACK_COFFIN_OPEN",a[a.SILVER_COFFIN_OPEN=25472]="SILVER_COFFIN_OPEN",a[a.GOLD_COFFIN_OPEN=25473]="GOLD_COFFIN_OPEN",a[a.RUNESCROLL_OF_SWAMPBARK=25478]="RUNESCROLL_OF_SWAMPBARK",a[a.RUNESCROLL_OF_BLOODBARK=25481]="RUNESCROLL_OF_BLOODBARK",a[a.WEBWEAVER_BOW_UNCHARGED=25484]="WEBWEAVER_BOW_UNCHARGED",a[a.WEBWEAVER_BOW_CHARGED=25485]="WEBWEAVER_BOW_CHARGED",a[a.URSINE_CHAINMACE_UNCHARGED=25486]="URSINE_CHAINMACE_UNCHARGED",a[a.URSINE_CHAINMACE_CHARGED=25487]="URSINE_CHAINMACE_CHARGED",a[a.ACCURSED_SCEPTRE_UNCHARGED=25488]="ACCURSED_SCEPTRE_UNCHARGED",a[a.ACCURSED_SCEPTRE_CHARGED=25489]="ACCURSED_SCEPTRE_CHARGED",a[a.VOIDWAKER=25490]="VOIDWAKER",a[a.ACCURSED_SCEPTRE_A_UNCHARGED=25491]="ACCURSED_SCEPTRE_A_UNCHARGED",a[a.ACCURSED_SCEPTRE_A_CHARGED=25492]="ACCURSED_SCEPTRE_A_CHARGED",a[a.CURSED_BANANA=25500]="CURSED_BANANA",a[a.BANANA_CAPE=25502]="BANANA_CAPE",a[a.DHAROKS_PLATEBODY_LAST_MAN_STANDING=25515]="DHAROKS_PLATEBODY_LAST_MAN_STANDING",a[a.DHAROKS_GREATAXE_LAST_MAN_STANDING=25516]="DHAROKS_GREATAXE_LAST_MAN_STANDING",a[a.VOLATILE_NIGHTMARE_STAFF_LAST_MAN_STANDING=25517]="VOLATILE_NIGHTMARE_STAFF_LAST_MAN_STANDING",a[a.ANCESTRAL_HAT_LAST_MAN_STANDING=25518]="ANCESTRAL_HAT_LAST_MAN_STANDING",a[a.JAR_OF_SPIRITS=25521]="JAR_OF_SPIRITS",a[a.JAR_OF_SMOKE=25524]="JAR_OF_SMOKE",a[a.CELESTIAL_RING_UNCHARGED=25539]="CELESTIAL_RING_UNCHARGED",a[a.CELESTIAL_RING_CHARGED=25541]="CELESTIAL_RING_CHARGED",a[a.CELESTIAL_SIGNET_UNCHARGED=25543]="CELESTIAL_SIGNET_UNCHARGED",a[a.CELESTIAL_SIGNET_CHARGED=25545]="CELESTIAL_SIGNET_CHARGED",a[a.GOLDEN_PROSPECTOR_HELMET=25549]="GOLDEN_PROSPECTOR_HELMET",a[a.GOLDEN_PROSPECTOR_JACKET=25551]="GOLDEN_PROSPECTOR_JACKET",a[a.GOLDEN_PROSPECTOR_LEGS=25553]="GOLDEN_PROSPECTOR_LEGS",a[a.GOLDEN_PROSPECTOR_BOOTS=25555]="GOLDEN_PROSPECTOR_BOOTS",a[a.DARK_FLIPPERS=25557]="DARK_FLIPPERS",a[a.TOME_OF_WATER_CHARGED=25574]="TOME_OF_WATER_CHARGED",a[a.TOME_OF_WATER_EMPTY=25576]="TOME_OF_WATER_EMPTY",a[a.SOAKED_PAGE=25578]="SOAKED_PAGE",a[a.FISH_SACK_BARREL_CLOSED=25585]="FISH_SACK_BARREL_CLOSED",a[a.FISH_SACK_BARREL_OPEN=25587]="FISH_SACK_BARREL_OPEN",a[a.SPIRIT_ANGLER_HEADBAND=25592]="SPIRIT_ANGLER_HEADBAND",a[a.SPIRIT_ANGLER_TOP=25594]="SPIRIT_ANGLER_TOP",a[a.SPIRIT_ANGLER_WADERS=25596]="SPIRIT_ANGLER_WADERS",a[a.SPIRIT_ANGLER_BOOTS=25598]="SPIRIT_ANGLER_BOOTS",a[a.GREGGS_EASTDOOR=25604]="GREGGS_EASTDOOR",a[a.PROPELLER_HAT=25606]="PROPELLER_HAT",a[a.BARRONITE_MACE_NORMAL=25641]="BARRONITE_MACE_NORMAL",a[a.BARRONITE_MACE_LOCKED=25643]="BARRONITE_MACE_LOCKED",a[a.IMCANDO_HAMMER_REPAIRED=25644]="IMCANDO_HAMMER_REPAIRED",a[a.CLAN_CLOAK_BLACK=25712]="CLAN_CLOAK_BLACK",a[a.CLAN_CLOAK_ORANGE=25714]="CLAN_CLOAK_ORANGE",a[a.CLAN_CLOAK_BLUE=25715]="CLAN_CLOAK_BLUE",a[a.CLAN_CLOAK_RED=25716]="CLAN_CLOAK_RED",a[a.CLAN_CLOAK_GREEN=25717]="CLAN_CLOAK_GREEN",a[a.CLAN_CLOAK_YELLOW=25718]="CLAN_CLOAK_YELLOW",a[a.CLAN_CLOAK_LIGHT_BLUE=25719]="CLAN_CLOAK_LIGHT_BLUE",a[a.CLAN_CLOAK_PURPLE=25720]="CLAN_CLOAK_PURPLE",a[a.CLAN_VEXILLUM_BLACK=25721]="CLAN_VEXILLUM_BLACK",a[a.CLAN_VEXILLUM_ORANGE=25723]="CLAN_VEXILLUM_ORANGE",a[a.CLAN_VEXILLUM_BLUE=25724]="CLAN_VEXILLUM_BLUE",a[a.CLAN_VEXILLUM_RED=25725]="CLAN_VEXILLUM_RED",a[a.CLAN_VEXILLUM_GREEN=25726]="CLAN_VEXILLUM_GREEN",a[a.CLAN_VEXILLUM_YELLOW=25727]="CLAN_VEXILLUM_YELLOW",a[a.CLAN_VEXILLUM_LIGHT_BLUE=25728]="CLAN_VEXILLUM_LIGHT_BLUE",a[a.CLAN_VEXILLUM_PURPLE=25729]="CLAN_VEXILLUM_PURPLE",a[a.HOLY_SANGUINESTI_STAFF_CHARGED=25731]="HOLY_SANGUINESTI_STAFF_CHARGED",a[a.HOLY_SANGUINESTI_STAFF_UNCHARGED=25733]="HOLY_SANGUINESTI_STAFF_UNCHARGED",a[a.HOLY_GHRAZI_RAPIER=25734]="HOLY_GHRAZI_RAPIER",a[a.HOLY_SCYTHE_OF_VITUR_CHARGED=25736]="HOLY_SCYTHE_OF_VITUR_CHARGED",a[a.HOLY_SCYTHE_OF_VITUR_UNCHARGED=25738]="HOLY_SCYTHE_OF_VITUR_UNCHARGED",a[a.SANGUINE_SCYTHE_OF_VITUR_CHARGED=25739]="SANGUINE_SCYTHE_OF_VITUR_CHARGED",a[a.SANGUINE_SCYTHE_OF_VITUR_UNCHARGED=25741]="SANGUINE_SCYTHE_OF_VITUR_UNCHARGED",a[a.FIENDISH_ASHES=25766]="FIENDISH_ASHES",a[a.VILE_ASHES=25769]="VILE_ASHES",a[a.MALICIOUS_ASHES=25772]="MALICIOUS_ASHES",a[a.ABYSSAL_ASHES=25775]="ABYSSAL_ASHES",a[a.INFERNAL_ASHES=25778]="INFERNAL_ASHES",a[a.BOOK_OF_THE_DEAD=25818]="BOOK_OF_THE_DEAD",a[a.PROTEST_BANNER=25822]="PROTEST_BANNER",a[a.LIZARDKICKER=25826]="LIZARDKICKER",a[a.RAW_BOAR_MEAT=25833]="RAW_BOAR_MEAT",a[a.BANANA_HAT=25840]="BANANA_HAT",a[a.AMETHYST_DART_UNPOISONED=25849]="AMETHYST_DART_UNPOISONED",a[a.AMETHYST_DART_POISON=25851]="AMETHYST_DART_POISON",a[a.AMETHYST_DART_TIP=25853]="AMETHYST_DART_TIP",a[a.ENHANCED_CRYSTAL_WEAPON_SEED=25859]="ENHANCED_CRYSTAL_WEAPON_SEED",a[a.BOW_OF_FAERDHINEN_INACTIVE=25862]="BOW_OF_FAERDHINEN_INACTIVE",a[a.BOW_OF_FAERDHINEN_CHARGED=25865]="BOW_OF_FAERDHINEN_CHARGED",a[a.BOW_OF_FAERDHINEN_C_HEFIN=25867]="BOW_OF_FAERDHINEN_C_HEFIN",a[a.BLADE_OF_SAELDOR_C_ITHELL=25870]="BLADE_OF_SAELDOR_C_ITHELL",a[a.BLADE_OF_SAELDOR_C_IORWERTH=25872]="BLADE_OF_SAELDOR_C_IORWERTH",a[a.BLADE_OF_SAELDOR_C_TRAHAEARN=25874]="BLADE_OF_SAELDOR_C_TRAHAEARN",a[a.BLADE_OF_SAELDOR_C_CADARN=25876]="BLADE_OF_SAELDOR_C_CADARN",a[a.BLADE_OF_SAELDOR_C_CRWYS=25878]="BLADE_OF_SAELDOR_C_CRWYS",a[a.BLADE_OF_SAELDOR_C_MEILYR=25880]="BLADE_OF_SAELDOR_C_MEILYR",a[a.BLADE_OF_SAELDOR_C_AMLODD=25882]="BLADE_OF_SAELDOR_C_AMLODD",a[a.BOW_OF_FAERDHINEN_C_ITHELL=25884]="BOW_OF_FAERDHINEN_C_ITHELL",a[a.BOW_OF_FAERDHINEN_C_IORWERTH=25886]="BOW_OF_FAERDHINEN_C_IORWERTH",a[a.BOW_OF_FAERDHINEN_C_TRAHAEARN=25888]="BOW_OF_FAERDHINEN_C_TRAHAEARN",a[a.BOW_OF_FAERDHINEN_C_CADARN=25890]="BOW_OF_FAERDHINEN_C_CADARN",a[a.BOW_OF_FAERDHINEN_C_CRWYS=25892]="BOW_OF_FAERDHINEN_C_CRWYS",a[a.BOW_OF_FAERDHINEN_C_MEILYR=25894]="BOW_OF_FAERDHINEN_C_MEILYR",a[a.BOW_OF_FAERDHINEN_C_AMLODD=25896]="BOW_OF_FAERDHINEN_C_AMLODD",a[a.TZTOK_SLAYER_HELMET=25898]="TZTOK_SLAYER_HELMET",a[a.TZTOK_SLAYER_HELMET_I_NIGHTMARE_ZONE=25900]="TZTOK_SLAYER_HELMET_I_NIGHTMARE_ZONE",a[a.TZTOK_SLAYER_HELMET_I_SOUL_WARS=25902]="TZTOK_SLAYER_HELMET_I_SOUL_WARS",a[a.VAMPYRIC_SLAYER_HELMET=25904]="VAMPYRIC_SLAYER_HELMET",a[a.VAMPYRIC_SLAYER_HELMET_I_NIGHTMARE_ZONE=25906]="VAMPYRIC_SLAYER_HELMET_I_NIGHTMARE_ZONE",a[a.VAMPYRIC_SLAYER_HELMET_I_SOUL_WARS=25908]="VAMPYRIC_SLAYER_HELMET_I_SOUL_WARS",a[a.TZKAL_SLAYER_HELMET=25910]="TZKAL_SLAYER_HELMET",a[a.TZKAL_SLAYER_HELMET_I_NIGHTMARE_ZONE=25912]="TZKAL_SLAYER_HELMET_I_NIGHTMARE_ZONE",a[a.TZKAL_SLAYER_HELMET_I_SOUL_WARS=25914]="TZKAL_SLAYER_HELMET_I_SOUL_WARS",a[a.DRAGON_HUNTER_CROSSBOW_T=25916]="DRAGON_HUNTER_CROSSBOW_T",a[a.DRAGON_HUNTER_CROSSBOW_B=25918]="DRAGON_HUNTER_CROSSBOW_B",a[a.GHOMMALS_HILT_1=25926]="GHOMMALS_HILT_1",a[a.GHOMMALS_HILT_2=25928]="GHOMMALS_HILT_2",a[a.GHOMMALS_HILT_3=25930]="GHOMMALS_HILT_3",a[a.GHOMMALS_HILT_4=25932]="GHOMMALS_HILT_4",a[a.GHOMMALS_HILT_5=25934]="GHOMMALS_HILT_5",a[a.GHOMMALS_HILT_6=25936]="GHOMMALS_HILT_6",a[a.LIGHTBEARER=25975]="LIGHTBEARER",a[a.KERIS_PARTISAN=25979]="KERIS_PARTISAN",a[a.KERIS_PARTISAN_OF_BREACHING=25981]="KERIS_PARTISAN_OF_BREACHING",a[a.ELIDINIS_WARD=25985]="ELIDINIS_WARD",a[a.GROUP_IRON_HELM=26156]="GROUP_IRON_HELM",a[a.GROUP_IRON_PLATEBODY_II=26158]="GROUP_IRON_PLATEBODY_II",a[a.GROUP_IRON_PLATEBODY_III=26160]="GROUP_IRON_PLATEBODY_III",a[a.GROUP_IRON_PLATEBODY_IV=26162]="GROUP_IRON_PLATEBODY_IV",a[a.GROUP_IRON_PLATEBODY_V=26164]="GROUP_IRON_PLATEBODY_V",a[a.GROUP_IRON_PLATELEGS=26166]="GROUP_IRON_PLATELEGS",a[a.GROUP_IRON_BRACERS=26168]="GROUP_IRON_BRACERS",a[a.HARDCORE_GROUP_IRON_HELM=26170]="HARDCORE_GROUP_IRON_HELM",a[a.HARDCORE_GROUP_IRON_PLATEBODY_II=26172]="HARDCORE_GROUP_IRON_PLATEBODY_II",a[a.HARDCORE_GROUP_IRON_PLATEBODY_III=26174]="HARDCORE_GROUP_IRON_PLATEBODY_III",a[a.HARDCORE_GROUP_IRON_PLATEBODY_IV=26176]="HARDCORE_GROUP_IRON_PLATEBODY_IV",a[a.HARDCORE_GROUP_IRON_PLATEBODY_V=26178]="HARDCORE_GROUP_IRON_PLATEBODY_V",a[a.HARDCORE_GROUP_IRON_PLATELEGS=26180]="HARDCORE_GROUP_IRON_PLATELEGS",a[a.HARDCORE_GROUP_IRON_BRACERS=26182]="HARDCORE_GROUP_IRON_BRACERS",a[a.OSMUMTENS_FANG=26219]="OSMUMTENS_FANG",a[a.ANCIENT_CEREMONIAL_TOP=26221]="ANCIENT_CEREMONIAL_TOP",a[a.ANCIENT_CEREMONIAL_LEGS=26223]="ANCIENT_CEREMONIAL_LEGS",a[a.ANCIENT_CEREMONIAL_MASK=26225]="ANCIENT_CEREMONIAL_MASK",a[a.ANCIENT_CEREMONIAL_GLOVES=26227]="ANCIENT_CEREMONIAL_GLOVES",a[a.ANCIENT_CEREMONIAL_BOOTS=26229]="ANCIENT_CEREMONIAL_BOOTS",a[a.NIHIL_SHARD=26231]="NIHIL_SHARD",a[a.ANCIENT_GODSWORD=26233]="ANCIENT_GODSWORD",a[a.ZARYTE_VAMBRACES=26235]="ZARYTE_VAMBRACES",a[a.VIRTUS_MASK=26241]="VIRTUS_MASK",a[a.VIRTUS_ROBE_TOP=26243]="VIRTUS_ROBE_TOP",a[a.VIRTUS_ROBE_BOTTOMS=26245]="VIRTUS_ROBE_BOTTOMS",a[a.SAUCEPAN=26254]="SAUCEPAN",a[a.UGLY_HALLOWEEN_JUMPER_ORANGE=26256]="UGLY_HALLOWEEN_JUMPER_ORANGE",a[a.UGLY_HALLOWEEN_JUMPER_BLACK=26258]="UGLY_HALLOWEEN_JUMPER_BLACK",a[a.HAUNTED_WINE_BOTTLE=26260]="HAUNTED_WINE_BOTTLE",a[a.CONDENSED_GOLD=26266]="CONDENSED_GOLD",a[a.PINK_STAINED_PLATEBODY=26280]="PINK_STAINED_PLATEBODY",a[a.PINK_STAINED_PLATELEGS=26282]="PINK_STAINED_PLATELEGS",a[a.PINK_STAINED_FULL_HELM=26284]="PINK_STAINED_FULL_HELM",a[a.FESTIVE_ELF_SLIPPERS=26310]="FESTIVE_ELF_SLIPPERS",a[a.FESTIVE_ELF_HAT=26312]="FESTIVE_ELF_HAT",a[a.SNOWMAN_RING=26314]="SNOWMAN_RING",a[a.SECRET_SANTA_PRESENT_RED=26316]="SECRET_SANTA_PRESENT_RED",a[a.SECRET_SANTA_PRESENT_BLUE=26318]="SECRET_SANTA_PRESENT_BLUE",a[a.SECRET_SANTA_PRESENT_GREEN=26320]="SECRET_SANTA_PRESENT_GREEN",a[a.SECRET_SANTA_PRESENT_BLACK=26322]="SECRET_SANTA_PRESENT_BLACK",a[a.SECRET_SANTA_PRESENT_GOLD=26324]="SECRET_SANTA_PRESENT_GOLD",a[a.ANCIENT_BREW_4_DOSE=26340]="ANCIENT_BREW_4_DOSE",a[a.ANCIENT_BREW_3_DOSE=26342]="ANCIENT_BREW_3_DOSE",a[a.ANCIENT_BREW_2_DOSE=26344]="ANCIENT_BREW_2_DOSE",a[a.ANCIENT_BREW_1_DOSE=26346]="ANCIENT_BREW_1_DOSE",a[a.ANCIENT_MIX_2_DOSE=26350]="ANCIENT_MIX_2_DOSE",a[a.ANCIENT_MIX_1_DOSE=26353]="ANCIENT_MIX_1_DOSE",a[a.NIHIL_DUST=26368]="NIHIL_DUST",a[a.ANCIENT_HILT=26370]="ANCIENT_HILT",a[a.NIHIL_HORN=26372]="NIHIL_HORN",a[a.ZARYTE_CROSSBOW=26374]="ZARYTE_CROSSBOW",a[a.TORVA_FULL_HELM_DAMAGED=26376]="TORVA_FULL_HELM_DAMAGED",a[a.TORVA_PLATEBODY_DAMAGED=26378]="TORVA_PLATEBODY_DAMAGED",a[a.TORVA_PLATELEGS_DAMAGED=26380]="TORVA_PLATELEGS_DAMAGED",a[a.TORVA_FULL_HELM_RESTORED=26382]="TORVA_FULL_HELM_RESTORED",a[a.TORVA_PLATEBODY_RESTORED=26384]="TORVA_PLATEBODY_RESTORED",a[a.TORVA_PLATELEGS_RESTORED=26386]="TORVA_PLATELEGS_RESTORED",a[a.BLOOD_ESSENCE_INACTIVE=26390]="BLOOD_ESSENCE_INACTIVE",a[a.BANDOSIAN_COMPONENTS=26394]="BANDOSIAN_COMPONENTS",a[a.SHATTERED_RELICS_VARIETY_ORNAMENT_KIT=26421]="SHATTERED_RELICS_VARIETY_ORNAMENT_KIT",a[a.SHATTERED_BANNER=26424]="SHATTERED_BANNER",a[a.SHATTERED_HOOD_T1=26427]="SHATTERED_HOOD_T1",a[a.SHATTERED_TOP_T1=26430]="SHATTERED_TOP_T1",a[a.SHATTERED_TROUSERS_T1=26433]="SHATTERED_TROUSERS_T1",a[a.SHATTERED_BOOTS_T1=26436]="SHATTERED_BOOTS_T1",a[a.SHATTERED_HOOD_T2=26439]="SHATTERED_HOOD_T2",a[a.SHATTERED_TOP_T2=26442]="SHATTERED_TOP_T2",a[a.SHATTERED_TROUSERS_T2=26445]="SHATTERED_TROUSERS_T2",a[a.SHATTERED_BOOTS_T2=26448]="SHATTERED_BOOTS_T2",a[a.SHATTERED_HOOD_T3=26451]="SHATTERED_HOOD_T3",a[a.SHATTERED_TOP_T3=26454]="SHATTERED_TOP_T3",a[a.SHATTERED_TROUSERS_T3=26457]="SHATTERED_TROUSERS_T3",a[a.SHATTERED_BOOTS_T3=26460]="SHATTERED_BOOTS_T3",a[a.VOID_KNIGHT_TOP_OR_NORMAL=26463]="VOID_KNIGHT_TOP_OR_NORMAL",a[a.VOID_KNIGHT_ROBE_OR_NORMAL=26465]="VOID_KNIGHT_ROBE_OR_NORMAL",a[a.VOID_KNIGHT_GLOVES_OR_NORMAL=26467]="VOID_KNIGHT_GLOVES_OR_NORMAL",a[a.ELITE_VOID_TOP_OR_NORMAL=26469]="ELITE_VOID_TOP_OR_NORMAL",a[a.ELITE_VOID_ROBE_OR_NORMAL=26471]="ELITE_VOID_ROBE_OR_NORMAL",a[a.VOID_MAGE_HELM_OR_NORMAL=26473]="VOID_MAGE_HELM_OR_NORMAL",a[a.VOID_RANGER_HELM_OR_NORMAL=26475]="VOID_RANGER_HELM_OR_NORMAL",a[a.VOID_MELEE_HELM_OR_NORMAL=26477]="VOID_MELEE_HELM_OR_NORMAL",a[a.SHATTERED_RELICS_VOID_ORNAMENT_KIT=26479]="SHATTERED_RELICS_VOID_ORNAMENT_KIT",a[a.ABYSSAL_WHIP_OR=26482]="ABYSSAL_WHIP_OR",a[a.ABYSSAL_TENTACLE_OR=26484]="ABYSSAL_TENTACLE_OR",a[a.RUNE_CROSSBOW_OR=26486]="RUNE_CROSSBOW_OR",a[a.BOOK_OF_BALANCE_OR=26488]="BOOK_OF_BALANCE_OR",a[a.BOOK_OF_DARKNESS_OR=26490]="BOOK_OF_DARKNESS_OR",a[a.BOOK_OF_LAW_OR=26492]="BOOK_OF_LAW_OR",a[a.BOOK_OF_WAR_OR=26494]="BOOK_OF_WAR_OR",a[a.HOLY_BOOK_OR=26496]="HOLY_BOOK_OR",a[a.UNHOLY_BOOK_OR=26498]="UNHOLY_BOOK_OR",a[a.SHATTERED_TELEPORT_SCROLL=26500]="SHATTERED_TELEPORT_SCROLL",a[a.SHATTERED_RELICS_BRONZE_TROPHY=26503]="SHATTERED_RELICS_BRONZE_TROPHY",a[a.SHATTERED_RELICS_IRON_TROPHY=26505]="SHATTERED_RELICS_IRON_TROPHY",a[a.SHATTERED_RELICS_STEEL_TROPHY=26507]="SHATTERED_RELICS_STEEL_TROPHY",a[a.SHATTERED_RELICS_MITHRIL_TROPHY=26509]="SHATTERED_RELICS_MITHRIL_TROPHY",a[a.SHATTERED_RELICS_ADAMANT_TROPHY=26511]="SHATTERED_RELICS_ADAMANT_TROPHY",a[a.SHATTERED_RELICS_RUNE_TROPHY=26513]="SHATTERED_RELICS_RUNE_TROPHY",a[a.SHATTERED_RELICS_DRAGON_TROPHY=26515]="SHATTERED_RELICS_DRAGON_TROPHY",a[a.SHATTERED_CANE=26517]="SHATTERED_CANE",a[a.SHATTERED_CANNON_ORNAMENT_KIT=26528]="SHATTERED_CANNON_ORNAMENT_KIT",a[a.MYSTIC_HAT_OR=26531]="MYSTIC_HAT_OR",a[a.MYSTIC_ROBE_TOP_OR=26533]="MYSTIC_ROBE_TOP_OR",a[a.MYSTIC_ROBE_BOTTOM_OR=26535]="MYSTIC_ROBE_BOTTOM_OR",a[a.MYSTIC_GLOVES_OR=26537]="MYSTIC_GLOVES_OR",a[a.MYSTIC_BOOTS_OR=26539]="MYSTIC_BOOTS_OR",a[a.SHATTERED_RELICS_MYSTIC_ORNAMENT_KIT=26541]="SHATTERED_RELICS_MYSTIC_ORNAMENT_KIT",a[a.PORTABLE_WAYSTONE=26549]="PORTABLE_WAYSTONE",a[a.ARCANE_GRIMOIRE=26551]="ARCANE_GRIMOIRE",a[a.SHATTERED_RELIC_HUNTER_T1_ARMOUR_SET=26554]="SHATTERED_RELIC_HUNTER_T1_ARMOUR_SET",a[a.SHATTERED_RELIC_HUNTER_T2_ARMOUR_SET=26557]="SHATTERED_RELIC_HUNTER_T2_ARMOUR_SET",a[a.SHATTERED_RELIC_HUNTER_T3_ARMOUR_SET=26560]="SHATTERED_RELIC_HUNTER_T3_ARMOUR_SET",a[a.WHITE_GOBLIN_MAIL=26567]="WHITE_GOBLIN_MAIL",a[a.OSMANS_REPORT=26602]="OSMANS_REPORT",a[a.SKIS=26649]="SKIS",a[a.SLAYER_HELMET_I_EMIRS_ARENA=26674]="SLAYER_HELMET_I_EMIRS_ARENA",a[a.BLACK_SLAYER_HELMET_I_EMIRS_ARENA=26675]="BLACK_SLAYER_HELMET_I_EMIRS_ARENA",a[a.GREEN_SLAYER_HELMET_I_EMIRS_ARENA=26676]="GREEN_SLAYER_HELMET_I_EMIRS_ARENA",a[a.RED_SLAYER_HELMET_I_EMIRS_ARENA=26677]="RED_SLAYER_HELMET_I_EMIRS_ARENA",a[a.PURPLE_SLAYER_HELMET_I_EMIRS_ARENA=26678]="PURPLE_SLAYER_HELMET_I_EMIRS_ARENA",a[a.TURQUOISE_SLAYER_HELMET_I_EMIRS_ARENA=26679]="TURQUOISE_SLAYER_HELMET_I_EMIRS_ARENA",a[a.HYDRA_SLAYER_HELMET_I_EMIRS_ARENA=26680]="HYDRA_SLAYER_HELMET_I_EMIRS_ARENA",a[a.TWISTED_SLAYER_HELMET_I_EMIRS_ARENA=26681]="TWISTED_SLAYER_HELMET_I_EMIRS_ARENA",a[a.TZTOK_SLAYER_HELMET_I_EMIRS_ARENA=26682]="TZTOK_SLAYER_HELMET_I_EMIRS_ARENA",a[a.VAMPYRIC_SLAYER_HELMET_I_EMIRS_ARENA=26683]="VAMPYRIC_SLAYER_HELMET_I_EMIRS_ARENA",a[a.TZKAL_SLAYER_HELMET_I_EMIRS_ARENA=26684]="TZKAL_SLAYER_HELMET_I_EMIRS_ARENA",a[a.GRANITE_RING_I_EMIRS_ARENA=26685]="GRANITE_RING_I_EMIRS_ARENA",a[a.DRAGON_CLAWS_OR=26708]="DRAGON_CLAWS_OR",a[a.DRAGON_WARHAMMER_OR=26710]="DRAGON_WARHAMMER_OR",a[a.HEAVY_BALLISTA_OR=26712]="HEAVY_BALLISTA_OR",a[a.ARMADYL_HELMET_OR=26714]="ARMADYL_HELMET_OR",a[a.ARMADYL_CHESTPLATE_OR=26715]="ARMADYL_CHESTPLATE_OR",a[a.ARMADYL_CHAINSKIRT_OR=26716]="ARMADYL_CHAINSKIRT_OR",a[a.BANDOS_CHESTPLATE_OR=26718]="BANDOS_CHESTPLATE_OR",a[a.BANDOS_TASSETS_OR=26719]="BANDOS_TASSETS_OR",a[a.BANDOS_BOOTS_OR=26720]="BANDOS_BOOTS_OR",a[a.CENTURION_CUIRASS_NORMAL=26721]="CENTURION_CUIRASS_NORMAL",a[a.CENTURION_CUIRASS_LOCKED=26722]="CENTURION_CUIRASS_LOCKED",a[a.WRISTBANDS_OF_THE_ARENA_NORMAL=26723]="WRISTBANDS_OF_THE_ARENA_NORMAL",a[a.WRISTBANDS_OF_THE_ARENA_LOCKED=26724]="WRISTBANDS_OF_THE_ARENA_LOCKED",a[a.WRISTBANDS_OF_THE_ARENA_CHARGED=26725]="WRISTBANDS_OF_THE_ARENA_CHARGED",a[a.WRISTBANDS_OF_THE_ARENA_CHARGED_AND_LOCKED=26726]="WRISTBANDS_OF_THE_ARENA_CHARGED_AND_LOCKED",a[a.WRISTBANDS_OF_THE_ARENA_I_NORMAL=26727]="WRISTBANDS_OF_THE_ARENA_I_NORMAL",a[a.WRISTBANDS_OF_THE_ARENA_I_LOCKED=26728]="WRISTBANDS_OF_THE_ARENA_I_LOCKED",a[a.WRISTBANDS_OF_THE_ARENA_I_CHARGED=26729]="WRISTBANDS_OF_THE_ARENA_I_CHARGED",a[a.WRISTBANDS_OF_THE_ARENA_I_CHARGED_AND_LOCKED=26730]="WRISTBANDS_OF_THE_ARENA_I_CHARGED_AND_LOCKED",a[a.SAIKAS_HOOD_NORMAL=26731]="SAIKAS_HOOD_NORMAL",a[a.SAIKAS_HOOD_LOCKED=26732]="SAIKAS_HOOD_LOCKED",a[a.SAIKAS_VEIL_NORMAL=26733]="SAIKAS_VEIL_NORMAL",a[a.SAIKAS_VEIL_LOCKED=26734]="SAIKAS_VEIL_LOCKED",a[a.SAIKAS_SHROUD_NORMAL=26735]="SAIKAS_SHROUD_NORMAL",a[a.SAIKAS_SHROUD_LOCKED=26736]="SAIKAS_SHROUD_LOCKED",a[a.KORIFFS_HEADBAND_NORMAL=26737]="KORIFFS_HEADBAND_NORMAL",a[a.KORIFFS_HEADBAND_LOCKED=26738]="KORIFFS_HEADBAND_LOCKED",a[a.KORIFFS_COWL_NORMAL=26739]="KORIFFS_COWL_NORMAL",a[a.KORIFFS_COWL_LOCKED=26740]="KORIFFS_COWL_LOCKED",a[a.KORIFFS_COIF_NORMAL=26741]="KORIFFS_COIF_NORMAL",a[a.KORIFFS_COIF_LOCKED=26742]="KORIFFS_COIF_LOCKED",a[a.MAOMAS_MED_HELM_NORMAL=26743]="MAOMAS_MED_HELM_NORMAL",a[a.MAOMAS_MED_HELM_LOCKED=26744]="MAOMAS_MED_HELM_LOCKED",a[a.MAOMAS_FULL_HELM_NORMAL=26745]="MAOMAS_FULL_HELM_NORMAL",a[a.MAOMAS_FULL_HELM_LOCKED=26746]="MAOMAS_FULL_HELM_LOCKED",a[a.MAOMAS_GREAT_HELM_NORMAL=26747]="MAOMAS_GREAT_HELM_NORMAL",a[a.MAOMAS_GREAT_HELM_LOCKED=26748]="MAOMAS_GREAT_HELM_LOCKED",a[a.CALAMITY_CHEST_NORMAL=26749]="CALAMITY_CHEST_NORMAL",a[a.CALAMITY_CHEST_LOCKED=26750]="CALAMITY_CHEST_LOCKED",a[a.SUPERIOR_CALAMITY_CHEST_NORMAL=26751]="SUPERIOR_CALAMITY_CHEST_NORMAL",a[a.SUPERIOR_CALAMITY_CHEST_LOCKED=26752]="SUPERIOR_CALAMITY_CHEST_LOCKED",a[a.ELITE_CALAMITY_CHEST_NORMAL=26753]="ELITE_CALAMITY_CHEST_NORMAL",a[a.ELITE_CALAMITY_CHEST_LOCKED=26754]="ELITE_CALAMITY_CHEST_LOCKED",a[a.CALAMITY_BREECHES_NORMAL=26755]="CALAMITY_BREECHES_NORMAL",a[a.CALAMITY_BREECHES_LOCKED=26756]="CALAMITY_BREECHES_LOCKED",a[a.SUPERIOR_CALAMITY_BREECHES_NORMAL=26757]="SUPERIOR_CALAMITY_BREECHES_NORMAL",a[a.SUPERIOR_CALAMITY_BREECHES_LOCKED=26758]="SUPERIOR_CALAMITY_BREECHES_LOCKED",a[a.ELITE_CALAMITY_BREECHES_NORMAL=26759]="ELITE_CALAMITY_BREECHES_NORMAL",a[a.ELITE_CALAMITY_BREECHES_LOCKED=26760]="ELITE_CALAMITY_BREECHES_LOCKED",a[a.SALVE_AMULETI_EMIRS_ARENA=26763]="SALVE_AMULETI_EMIRS_ARENA",a[a.RING_OF_THE_GODS_I_EMIRS_ARENA=26764]="RING_OF_THE_GODS_I_EMIRS_ARENA",a[a.TYRANNICAL_RING_I_EMIRS_ARENA=26765]="TYRANNICAL_RING_I_EMIRS_ARENA",a[a.TREASONOUS_RING_I_EMIRS_ARENA=26766]="TREASONOUS_RING_I_EMIRS_ARENA",a[a.SEERS_RING_I_EMIRS_ARENA=26767]="SEERS_RING_I_EMIRS_ARENA",a[a.ARCHERS_RING_I_EMIRS_ARENA=26768]="ARCHERS_RING_I_EMIRS_ARENA",a[a.WARRIOR_RING_I_EMIRS_ARENA=26769]="WARRIOR_RING_I_EMIRS_ARENA",a[a.BERSERKER_RING_I_EMIRS_ARENA=26770]="BERSERKER_RING_I_EMIRS_ARENA",a[a.SALVE_AMULETEI_EMIRS_ARENA=26782]="SALVE_AMULETEI_EMIRS_ARENA",a[a.GOLD_TIARA=26788]="GOLD_TIARA",a[a.CATALYTIC_TALISMAN=26798]="CATALYTIC_TALISMAN",a[a.CATALYTIC_TIARA=26801]="CATALYTIC_TIARA",a[a.ELEMENTAL_TIARA=26804]="ELEMENTAL_TIARA",a[a.RING_OF_THE_ELEMENTS_UNCHARGED=26815]="RING_OF_THE_ELEMENTS_UNCHARGED",a[a.RING_OF_THE_ELEMENTS_CHARGED=26818]="RING_OF_THE_ELEMENTS_CHARGED",a[a.ABYSSAL_LANTERN_UNLIT=26822]="ABYSSAL_LANTERN_UNLIT",a[a.ABYSSAL_LANTERN_NORMAL=26824]="ABYSSAL_LANTERN_NORMAL",a[a.ABYSSAL_LANTERN_BLUE=26826]="ABYSSAL_LANTERN_BLUE",a[a.ABYSSAL_LANTERN_RED=26828]="ABYSSAL_LANTERN_RED",a[a.ABYSSAL_LANTERN_WHITE=26830]="ABYSSAL_LANTERN_WHITE",a[a.ABYSSAL_LANTERN_PURPLE=26832]="ABYSSAL_LANTERN_PURPLE",a[a.ABYSSAL_LANTERN_GREEN=26834]="ABYSSAL_LANTERN_GREEN",a[a.ABYSSAL_LANTERN_OAK=26836]="ABYSSAL_LANTERN_OAK",a[a.ABYSSAL_LANTERN_WILLOW=26838]="ABYSSAL_LANTERN_WILLOW",a[a.ABYSSAL_LANTERN_MAPLE=26840]="ABYSSAL_LANTERN_MAPLE",a[a.ABYSSAL_LANTERN_YEW=26842]="ABYSSAL_LANTERN_YEW",a[a.ABYSSAL_LANTERN_BLISTERWOOD=26844]="ABYSSAL_LANTERN_BLISTERWOOD",a[a.ABYSSAL_LANTERN_MAGIC=26846]="ABYSSAL_LANTERN_MAGIC",a[a.ABYSSAL_LANTERN_REDWOOD=26848]="ABYSSAL_LANTERN_REDWOOD",a[a.HAT_OF_THE_EYE_REGULAR=26850]="HAT_OF_THE_EYE_REGULAR",a[a.ROBE_TOP_OF_THE_EYE_REGULAR=26852]="ROBE_TOP_OF_THE_EYE_REGULAR",a[a.ROBE_BOTTOMS_OF_THE_EYE_REGULAR=26854]="ROBE_BOTTOMS_OF_THE_EYE_REGULAR",a[a.BOOTS_OF_THE_EYE=26856]="BOOTS_OF_THE_EYE",a[a.HAT_OF_THE_EYE_RED=26858]="HAT_OF_THE_EYE_RED",a[a.ROBE_TOP_OF_THE_EYE_RED=26860]="ROBE_TOP_OF_THE_EYE_RED",a[a.ROBE_BOTTOMS_OF_THE_EYE_RED=26862]="ROBE_BOTTOMS_OF_THE_EYE_RED",a[a.HAT_OF_THE_EYE_GREEN=26864]="HAT_OF_THE_EYE_GREEN",a[a.ROBE_TOP_OF_THE_EYE_GREEN=26866]="ROBE_TOP_OF_THE_EYE_GREEN",a[a.ROBE_BOTTOMS_OF_THE_EYE_GREEN=26868]="ROBE_BOTTOMS_OF_THE_EYE_GREEN",a[a.HAT_OF_THE_EYE_BLUE=26870]="HAT_OF_THE_EYE_BLUE",a[a.ROBE_TOP_OF_THE_EYE_BLUE=26872]="ROBE_TOP_OF_THE_EYE_BLUE",a[a.ROBE_BOTTOMS_OF_THE_EYE_BLUE=26874]="ROBE_BOTTOMS_OF_THE_EYE_BLUE",a[a.TARNISHED_LOCKET=26910]="TARNISHED_LOCKET",a[a.LOST_BAG=26912]="LOST_BAG",a[a.AMULET_OF_THE_EYE_REGULAR=26914]="AMULET_OF_THE_EYE_REGULAR",a[a.EASTER_HAT=26937]="EASTER_HAT",a[a.CRATE_RING=26939]="CRATE_RING",a[a.ODD_SPECTACLES=26963]="ODD_SPECTACLES",a[a.CIRCLET_OF_WATER_UNCHARGED=26967]="CIRCLET_OF_WATER_UNCHARGED",a[a.CIRCLET_OF_WATER_CHARGED=26969]="CIRCLET_OF_WATER_CHARGED",a[a.LOST_BAG_RED=26984]="LOST_BAG_RED",a[a.LOST_BAG_GREEN=26986]="LOST_BAG_GREEN",a[a.LOST_BAG_BLUE=26988]="LOST_BAG_BLUE",a[a.AMULET_OF_THE_EYE_RED=26990]="AMULET_OF_THE_EYE_RED",a[a.AMULET_OF_THE_EYE_GREEN=26992]="AMULET_OF_THE_EYE_GREEN",a[a.AMULET_OF_THE_EYE_BLUE=26994]="AMULET_OF_THE_EYE_BLUE",a[a.ENSOULED_HELLHOUND_HEAD_ITEM=26997]="ENSOULED_HELLHOUND_HEAD_ITEM",a[a.VOID_KNIGHT_TOP_OR_LOCKED=27e3]="VOID_KNIGHT_TOP_OR_LOCKED",a[a.VOID_KNIGHT_ROBE_OR_LOCKED=27001]="VOID_KNIGHT_ROBE_OR_LOCKED",a[a.VOID_KNIGHT_GLOVES_OR_LOCKED=27002]="VOID_KNIGHT_GLOVES_OR_LOCKED",a[a.ELITE_VOID_TOP_OR_LOCKED=27003]="ELITE_VOID_TOP_OR_LOCKED",a[a.ELITE_VOID_ROBE_OR_LOCKED=27004]="ELITE_VOID_ROBE_OR_LOCKED",a[a.VOID_MAGE_HELM_OR_LOCKED=27005]="VOID_MAGE_HELM_OR_LOCKED",a[a.VOID_RANGER_HELM_OR_LOCKED=27006]="VOID_RANGER_HELM_OR_LOCKED",a[a.VOID_MELEE_HELM_OR_LOCKED=27007]="VOID_MELEE_HELM_OR_LOCKED",a[a.DRAGON_DEFENDER_T_LOCKED=27008]="DRAGON_DEFENDER_T_LOCKED",a[a.RUNE_DEFENDER_T_LOCKED=27009]="RUNE_DEFENDER_T_LOCKED",a[a.KOVACS_GROG=27014]="KOVACS_GROG",a[a.COLOSSAL_BLADE=27021]="COLOSSAL_BLADE",a[a.SMITHS_TUNIC=27023]="SMITHS_TUNIC",a[a.SMITHS_TROUSERS=27025]="SMITHS_TROUSERS",a[a.SMITHS_BOOTS=27027]="SMITHS_BOOTS",a[a.SMITHS_GLOVES=27029]="SMITHS_GLOVES",a[a.SMITHS_GLOVES_I=27031]="SMITHS_GLOVES_I",a[a.FLOWER_CROWN_PRIDE=27035]="FLOWER_CROWN_PRIDE",a[a.GROUP_IRON_HELM_UNRANKED=27042]="GROUP_IRON_HELM_UNRANKED",a[a.GROUP_IRON_PLATELEGS_UNRANKED=27044]="GROUP_IRON_PLATELEGS_UNRANKED",a[a.GROUP_IRON_BRACERS_UNRANKED=27046]="GROUP_IRON_BRACERS_UNRANKED",a[a.GROUP_IRON_PLATEBODY_UNRANKED_II=27048]="GROUP_IRON_PLATEBODY_UNRANKED_II",a[a.GROUP_IRON_PLATEBODY_UNRANKED_III=27050]="GROUP_IRON_PLATEBODY_UNRANKED_III",a[a.GROUP_IRON_PLATEBODY_UNRANKED_IV=27052]="GROUP_IRON_PLATEBODY_UNRANKED_IV",a[a.GROUP_IRON_PLATEBODY_UNRANKED_V=27054]="GROUP_IRON_PLATEBODY_UNRANKED_V",a[a.ELDER_MAUL_OR=27100]="ELDER_MAUL_OR",a[a.MITHRIL_GLOVES_WRAPPED=27110]="MITHRIL_GLOVES_WRAPPED",a[a.RUNE_GLOVES_WRAPPED=27111]="RUNE_GLOVES_WRAPPED",a[a.BARROWS_GLOVES_WRAPPED=27112]="BARROWS_GLOVES_WRAPPED",a[a.ELDER_CHAOS_TOP_OR=27115]="ELDER_CHAOS_TOP_OR",a[a.ELDER_CHAOS_ROBE_OR=27117]="ELDER_CHAOS_ROBE_OR",a[a.ELDER_CHAOS_HOOD_OR=27119]="ELDER_CHAOS_HOOD_OR",a[a.DAGONHAI_HAT_OR=27123]="DAGONHAI_HAT_OR",a[a.DAGONHAI_ROBE_TOP_OR=27125]="DAGONHAI_ROBE_TOP_OR",a[a.DAGONHAI_ROBE_BOTTOM_OR=27127]="DAGONHAI_ROBE_BOTTOM_OR",a[a.FLOWER_CROWN_BISEXUAL=27141]="FLOWER_CROWN_BISEXUAL",a[a.FLOWER_CROWN_ASEXUAL=27143]="FLOWER_CROWN_ASEXUAL",a[a.FLOWER_CROWN_TRANSGENDER=27145]="FLOWER_CROWN_TRANSGENDER",a[a.FLOWER_CROWN_PANSEXUAL=27147]="FLOWER_CROWN_PANSEXUAL",a[a.FLOWER_CROWN_NONBINARY=27149]="FLOWER_CROWN_NONBINARY",a[a.FLOWER_CROWN_GENDERQUEER=27151]="FLOWER_CROWN_GENDERQUEER",a[a.FLOWER_CROWN_LESBIAN=27153]="FLOWER_CROWN_LESBIAN",a[a.FLOWER_CROWN_GAY=27155]="FLOWER_CROWN_GAY",a[a.GUTHIX_CHAPS_LAST_MAN_STANDING=27180]="GUTHIX_CHAPS_LAST_MAN_STANDING",a[a.ZAMORAK_CHAPS_LAST_MAN_STANDING=27181]="ZAMORAK_CHAPS_LAST_MAN_STANDING",a[a.SARADOMIN_CHAPS_LAST_MAN_STANDING=27182]="SARADOMIN_CHAPS_LAST_MAN_STANDING",a[a.LIGHT_BALLISTA_LAST_MAN_STANDING=27188]="LIGHT_BALLISTA_LAST_MAN_STANDING",a[a.VERACS_FLAIL_LAST_MAN_STANDING=27189]="VERACS_FLAIL_LAST_MAN_STANDING",a[a.ANCESTRAL_ROBE_BOTTOM_LAST_MAN_STANDING=27194]="ANCESTRAL_ROBE_BOTTOM_LAST_MAN_STANDING",a[a.MENAPHITE_REMEDY_4_DOSE=27202]="MENAPHITE_REMEDY_4_DOSE",a[a.MENAPHITE_REMEDY_3_DOSE=27205]="MENAPHITE_REMEDY_3_DOSE",a[a.MENAPHITE_REMEDY_2_DOSE=27208]="MENAPHITE_REMEDY_2_DOSE",a[a.MENAPHITE_REMEDY_1_DOSE=27211]="MENAPHITE_REMEDY_1_DOSE",a[a.MASORI_MASK=27226]="MASORI_MASK",a[a.MASORI_BODY=27229]="MASORI_BODY",a[a.MASORI_CHAPS=27232]="MASORI_CHAPS",a[a.MASORI_MASK_F=27235]="MASORI_MASK_F",a[a.MASORI_BODY_F=27238]="MASORI_BODY_F",a[a.MASORI_CHAPS_F=27241]="MASORI_CHAPS_F",a[a.OSMUMTENS_FANG_OR=27246]="OSMUMTENS_FANG_OR",a[a.ELIDINIS_WARD_F=27251]="ELIDINIS_WARD_F",a[a.ELIDINIS_WARD_OR=27253]="ELIDINIS_WARD_OR",a[a.ICTHLARINS_SHROUD_TIER_1=27257]="ICTHLARINS_SHROUD_TIER_1",a[a.ICTHLARINS_SHROUD_TIER_2=27259]="ICTHLARINS_SHROUD_TIER_2",a[a.ICTHLARINS_SHROUD_TIER_3=27261]="ICTHLARINS_SHROUD_TIER_3",a[a.ICTHLARINS_SHROUD_TIER_4=27263]="ICTHLARINS_SHROUD_TIER_4",a[a.ICTHLARINS_SHROUD_TIER_5=27265]="ICTHLARINS_SHROUD_TIER_5",a[a.ICTHLARINS_HOOD_TIER_5=27267]="ICTHLARINS_HOOD_TIER_5",a[a.ARMADYLEAN_PLATE=27269]="ARMADYLEAN_PLATE",a[a.LILY_OF_THE_SANDS=27272]="LILY_OF_THE_SANDS",a[a.TUMEKENS_SHADOW_CHARGED=27275]="TUMEKENS_SHADOW_CHARGED",a[a.TUMEKENS_SHADOW_UNCHARGED=27277]="TUMEKENS_SHADOW_UNCHARGED",a[a.KERIS_PARTISAN_OF_CORRUPTION=27287]="KERIS_PARTISAN_OF_CORRUPTION",a[a.KERIS_PARTISAN_OF_THE_SUN=27291]="KERIS_PARTISAN_OF_THE_SUN",a[a.MASORI_ARMOUR_SET_F=27355]="MASORI_ARMOUR_SET_F",a[a.MASORI_ASSEMBLER_MAX_CAPE_NORMAL=27363]="MASORI_ASSEMBLER_MAX_CAPE_NORMAL",a[a.MASORI_ASSEMBLER_MAX_CAPE_LOCKED=27365]="MASORI_ASSEMBLER_MAX_CAPE_LOCKED",a[a.MASORI_ASSEMBLER_MAX_HOOD=27366]="MASORI_ASSEMBLER_MAX_HOOD",a[a.MASK_OF_REBIRTH=27370]="MASK_OF_REBIRTH",a[a.MASORI_ASSEMBLER_NORMAL=27374]="MASORI_ASSEMBLER_NORMAL",a[a.MASORI_ASSEMBLER_LOCKED=27376]="MASORI_ASSEMBLER_LOCKED",a[a.ADVENTURERS_TOP_T1=27388]="ADVENTURERS_TOP_T1",a[a.ADVENTURERS_TROUSERS_T1=27390]="ADVENTURERS_TROUSERS_T1",a[a.ADVENTURERS_HOOD_T1=27392]="ADVENTURERS_HOOD_T1",a[a.ADVENTURERS_BOOTS_T1=27394]="ADVENTURERS_BOOTS_T1",a[a.ADVENTURERS_TOP_T2=27396]="ADVENTURERS_TOP_T2",a[a.ADVENTURERS_TROUSERS_T2=27398]="ADVENTURERS_TROUSERS_T2",a[a.ADVENTURERS_HOOD_T2=27400]="ADVENTURERS_HOOD_T2",a[a.ADVENTURERS_BOOTS_T2=27402]="ADVENTURERS_BOOTS_T2",a[a.ADVENTURERS_TOP_T3=27404]="ADVENTURERS_TOP_T3",a[a.ADVENTURERS_TROUSERS_T3=27406]="ADVENTURERS_TROUSERS_T3",a[a.ADVENTURERS_HOOD_T3=27408]="ADVENTURERS_HOOD_T3",a[a.ADVENTURERS_BOOTS_T3=27410]="ADVENTURERS_BOOTS_T3",a[a.ADVENTURERS_VAMBRACES=27412]="ADVENTURERS_VAMBRACES",a[a.GIANT_STOPWATCH=27414]="GIANT_STOPWATCH",a[a.BRONZE_SPEEDRUN_TROPHY=27418]="BRONZE_SPEEDRUN_TROPHY",a[a.SILVER_SPEEDRUN_TROPHY=27420]="SILVER_SPEEDRUN_TROPHY",a[a.GOLD_SPEEDRUN_TROPHY=27422]="GOLD_SPEEDRUN_TROPHY",a[a.PLATINUM_SPEEDRUN_TROPHY=27424]="PLATINUM_SPEEDRUN_TROPHY",a[a.HOOD_OF_RUIN=27428]="HOOD_OF_RUIN",a[a.ROBE_TOP_OF_RUIN=27430]="ROBE_TOP_OF_RUIN",a[a.ROBE_BOTTOM_OF_RUIN=27432]="ROBE_BOTTOM_OF_RUIN",a[a.GLOVES_OF_RUIN=27434]="GLOVES_OF_RUIN",a[a.SOCKS_OF_RUIN=27436]="SOCKS_OF_RUIN",a[a.CLOAK_OF_RUIN=27438]="CLOAK_OF_RUIN",a[a.INFINITE_MONEY_BAG=27440]="INFINITE_MONEY_BAG",a[a.ADVENTURERS_CAPE=27442]="ADVENTURERS_CAPE",a[a.GRACEFUL_HOOD_ADVENTURER_INVENTORY=27444]="GRACEFUL_HOOD_ADVENTURER_INVENTORY",a[a.GRACEFUL_CAPE_ADVENTURER_INVENTORY=27447]="GRACEFUL_CAPE_ADVENTURER_INVENTORY",a[a.GRACEFUL_TOP_ADVENTURER_INVENTORY=27450]="GRACEFUL_TOP_ADVENTURER_INVENTORY",a[a.GRACEFUL_LEGS_ADVENTURER_INVENTORY=27453]="GRACEFUL_LEGS_ADVENTURER_INVENTORY",a[a.GRACEFUL_GLOVES_ADVENTURER_INVENTORY=27456]="GRACEFUL_GLOVES_ADVENTURER_INVENTORY",a[a.GRACEFUL_BOOTS_ADVENTURER_INVENTORY=27459]="GRACEFUL_BOOTS_ADVENTURER_INVENTORY",a[a.TREAT_CAULDRON_STYLE_1=27463]="TREAT_CAULDRON_STYLE_1",a[a.TREAT_CAULDRON_STYLE_2=27465]="TREAT_CAULDRON_STYLE_2",a[a.TREAT_CAULDRON_STYLE_3=27467]="TREAT_CAULDRON_STYLE_3",a[a.TREAT_CAULDRON_STYLE_4=27469]="TREAT_CAULDRON_STYLE_4",a[a.TREAT_CAULDRON_STYLE_5=27471]="TREAT_CAULDRON_STYLE_5",a[a.WITCH_HAT=27473]="WITCH_HAT",a[a.WITCH_TOP=27475]="WITCH_TOP",a[a.WITCH_ROBES=27477]="WITCH_ROBES",a[a.WITCH_BOOTS=27479]="WITCH_BOOTS",a[a.WITCH_CAPE=27481]="WITCH_CAPE",a[a.TERRIFYING_CHARM=27483]="TERRIFYING_CHARM",a[a.HALLOWEEN_WIG_STYLE_1=27497]="HALLOWEEN_WIG_STYLE_1",a[a.HALLOWEEN_WIG_STYLE_2=27499]="HALLOWEEN_WIG_STYLE_2",a[a.HALLOWEEN_WIG_STYLE_3=27501]="HALLOWEEN_WIG_STYLE_3",a[a.HALLOWEEN_WIG_STYLE_4=27503]="HALLOWEEN_WIG_STYLE_4",a[a.HALLOWEEN_WIG_STYLE_5=27505]="HALLOWEEN_WIG_STYLE_5",a[a.HALLOWEEN_WIG_STYLE_6=27507]="HALLOWEEN_WIG_STYLE_6",a[a.GHOMMALS_LUCKY_PENNY=27544]="GHOMMALS_LUCKY_PENNY",a[a.GHOMMALS_AVERNIC_DEFENDER_5_NORMAL=27550]="GHOMMALS_AVERNIC_DEFENDER_5_NORMAL",a[a.GHOMMALS_AVERNIC_DEFENDER_5_LOCKED=27551]="GHOMMALS_AVERNIC_DEFENDER_5_LOCKED",a[a.GHOMMALS_AVERNIC_DEFENDER_6_NORMAL=27552]="GHOMMALS_AVERNIC_DEFENDER_6_NORMAL",a[a.GHOMMALS_AVERNIC_DEFENDER_6_LOCKED=27553]="GHOMMALS_AVERNIC_DEFENDER_6_LOCKED",a[a.SACK_OF_COAL_EVENT=27558]="SACK_OF_COAL_EVENT",a[a.SANTAS_LIST=27564]="SANTAS_LIST",a[a.CHRISTMAS_JUMPER=27566]="CHRISTMAS_JUMPER",a[a.SNOW_GOGGLES_HAT=27568]="SNOW_GOGGLES_HAT",a[a.SACK_OF_COAL_REWARD=27570]="SACK_OF_COAL_REWARD",a[a.NUTCRACKER_TOP_FESTIVE=27572]="NUTCRACKER_TOP_FESTIVE",a[a.NUTCRACKER_TROUSERS_FESTIVE=27574]="NUTCRACKER_TROUSERS_FESTIVE",a[a.NUTCRACKER_HAT_FESTIVE=27576]="NUTCRACKER_HAT_FESTIVE",a[a.NUTCRACKER_BOOTS_FESTIVE=27578]="NUTCRACKER_BOOTS_FESTIVE",a[a.NUTCRACKER_STAFF_FESTIVE=27580]="NUTCRACKER_STAFF_FESTIVE",a[a.NUTCRACKER_TOP_SWEET=27582]="NUTCRACKER_TOP_SWEET",a[a.NUTCRACKER_TROUSERS_SWEET=27583]="NUTCRACKER_TROUSERS_SWEET",a[a.NUTCRACKER_HAT_SWEET=27584]="NUTCRACKER_HAT_SWEET",a[a.NUTCRACKER_BOOTS_SWEET=27585]="NUTCRACKER_BOOTS_SWEET",a[a.NUTCRACKER_STAFF_SWEET=27586]="NUTCRACKER_STAFF_SWEET",a[a.FESTIVE_GAMES_CROWN=27588]="FESTIVE_GAMES_CROWN",a[a.VENATOR_BOW_CHARGED=27610]="VENATOR_BOW_CHARGED",a[a.VENATOR_BOW_UNCHARGED=27612]="VENATOR_BOW_UNCHARGED",a[a.VENATOR_SHARD=27614]="VENATOR_SHARD",a[a.ANCIENT_ESSENCE=27616]="ANCIENT_ESSENCE",a[a.ANCIENT_SCEPTRE_NORMAL=27624]="ANCIENT_SCEPTRE_NORMAL",a[a.ANCIENT_SCEPTRE_LOCKED=27626]="ANCIENT_SCEPTRE_LOCKED",a[a.FORGOTTEN_BREW_4_DOSE=27629]="FORGOTTEN_BREW_4_DOSE",a[a.FORGOTTEN_BREW_3_DOSE=27632]="FORGOTTEN_BREW_3_DOSE",a[a.FORGOTTEN_BREW_2_DOSE=27635]="FORGOTTEN_BREW_2_DOSE",a[a.FORGOTTEN_BREW_1_DOSE=27638]="FORGOTTEN_BREW_1_DOSE",a[a.SATURATED_HEART=27641]="SATURATED_HEART",a[a.MYSTIC_CARDS=27645]="MYSTIC_CARDS",a[a.CLAWS_OF_CALLISTO=27667]="CLAWS_OF_CALLISTO",a[a.FANGS_OF_VENENATIS=27670]="FANGS_OF_VENENATIS",a[a.SKULL_OF_VETION=27673]="SKULL_OF_VETION",a[a.VOIDWAKER_HILT=27681]="VOIDWAKER_HILT",a[a.VOIDWAKER_BLADE=27684]="VOIDWAKER_BLADE",a[a.VOIDWAKER_GEM=27687]="VOIDWAKER_GEM",a[a.CRYSTAL_BODY_HEFIN_ACTIVE=27697]="CRYSTAL_BODY_HEFIN_ACTIVE",a[a.CRYSTAL_BODY_HEFIN_INACTIVE=27699]="CRYSTAL_BODY_HEFIN_INACTIVE",a[a.CRYSTAL_LEGS_HEFIN_ACTIVE=27701]="CRYSTAL_LEGS_HEFIN_ACTIVE",a[a.CRYSTAL_LEGS_HEFIN_INACTIVE=27703]="CRYSTAL_LEGS_HEFIN_INACTIVE",a[a.CRYSTAL_HELM_HEFIN_ACTIVE=27705]="CRYSTAL_HELM_HEFIN_ACTIVE",a[a.CRYSTAL_HELM_HEFIN_INACTIVE=27707]="CRYSTAL_HELM_HEFIN_INACTIVE",a[a.CRYSTAL_BODY_ITHELL_ACTIVE=27709]="CRYSTAL_BODY_ITHELL_ACTIVE",a[a.CRYSTAL_BODY_ITHELL_INACTIVE=27711]="CRYSTAL_BODY_ITHELL_INACTIVE",a[a.CRYSTAL_LEGS_ITHELL_ACTIVE=27713]="CRYSTAL_LEGS_ITHELL_ACTIVE",a[a.CRYSTAL_LEGS_ITHELL_INACTIVE=27715]="CRYSTAL_LEGS_ITHELL_INACTIVE",a[a.CRYSTAL_HELM_ITHELL_ACTIVE=27717]="CRYSTAL_HELM_ITHELL_ACTIVE",a[a.CRYSTAL_HELM_ITHELL_INACTIVE=27719]="CRYSTAL_HELM_ITHELL_INACTIVE",a[a.CRYSTAL_BODY_IORWERTH_ACTIVE=27721]="CRYSTAL_BODY_IORWERTH_ACTIVE",a[a.CRYSTAL_BODY_IORWERTH_INACTIVE=27723]="CRYSTAL_BODY_IORWERTH_INACTIVE",a[a.CRYSTAL_LEGS_IORWERTH_ACTIVE=27725]="CRYSTAL_LEGS_IORWERTH_ACTIVE",a[a.CRYSTAL_LEGS_IORWERTH_INACTIVE=27727]="CRYSTAL_LEGS_IORWERTH_INACTIVE",a[a.CRYSTAL_HELM_IORWERTH_ACTIVE=27729]="CRYSTAL_HELM_IORWERTH_ACTIVE",a[a.CRYSTAL_HELM_IORWERTH_INACTIVE=27731]="CRYSTAL_HELM_IORWERTH_INACTIVE",a[a.CRYSTAL_BODY_TRAHAEARN_ACTIVE=27733]="CRYSTAL_BODY_TRAHAEARN_ACTIVE",a[a.CRYSTAL_BODY_TRAHAEARN_INACTIVE=27735]="CRYSTAL_BODY_TRAHAEARN_INACTIVE",a[a.CRYSTAL_LEGS_TRAHAEARN_ACTIVE=27737]="CRYSTAL_LEGS_TRAHAEARN_ACTIVE",a[a.CRYSTAL_LEGS_TRAHAEARN_INACTIVE=27739]="CRYSTAL_LEGS_TRAHAEARN_INACTIVE",a[a.CRYSTAL_HELM_TRAHAEARN_ACTIVE=27741]="CRYSTAL_HELM_TRAHAEARN_ACTIVE",a[a.CRYSTAL_HELM_TRAHAEARN_INACTIVE=27743]="CRYSTAL_HELM_TRAHAEARN_INACTIVE",a[a.CRYSTAL_BODY_CADARN_ACTIVE=27745]="CRYSTAL_BODY_CADARN_ACTIVE",a[a.CRYSTAL_BODY_CADARN_INACTIVE=27747]="CRYSTAL_BODY_CADARN_INACTIVE",a[a.CRYSTAL_LEGS_CADARN_ACTIVE=27749]="CRYSTAL_LEGS_CADARN_ACTIVE",a[a.CRYSTAL_LEGS_CADARN_INACTIVE=27751]="CRYSTAL_LEGS_CADARN_INACTIVE",a[a.CRYSTAL_HELM_CADARN_ACTIVE=27753]="CRYSTAL_HELM_CADARN_ACTIVE",a[a.CRYSTAL_HELM_CADARN_INACTIVE=27755]="CRYSTAL_HELM_CADARN_INACTIVE",a[a.CRYSTAL_BODY_CRWYS_ACTIVE=27757]="CRYSTAL_BODY_CRWYS_ACTIVE",a[a.CRYSTAL_BODY_CRWYS_INACTIVE=27759]="CRYSTAL_BODY_CRWYS_INACTIVE",a[a.CRYSTAL_LEGS_CRWYS_ACTIVE=27761]="CRYSTAL_LEGS_CRWYS_ACTIVE",a[a.CRYSTAL_LEGS_CRWYS_INACTIVE=27763]="CRYSTAL_LEGS_CRWYS_INACTIVE",a[a.CRYSTAL_HELM_CRWYS_ACTIVE=27765]="CRYSTAL_HELM_CRWYS_ACTIVE",a[a.CRYSTAL_HELM_CRWYS_INACTIVE=27767]="CRYSTAL_HELM_CRWYS_INACTIVE",a[a.CRYSTAL_BODY_AMLODD_ACTIVE=27769]="CRYSTAL_BODY_AMLODD_ACTIVE",a[a.CRYSTAL_BODY_AMLODD_INACTIVE=27771]="CRYSTAL_BODY_AMLODD_INACTIVE",a[a.CRYSTAL_LEGS_AMLODD_ACTIVE=27773]="CRYSTAL_LEGS_AMLODD_ACTIVE",a[a.CRYSTAL_LEGS_AMLODD_INACTIVE=27775]="CRYSTAL_LEGS_AMLODD_INACTIVE",a[a.CRYSTAL_HELM_AMLODD_ACTIVE=27777]="CRYSTAL_HELM_AMLODD_ACTIVE",a[a.CRYSTAL_HELM_AMLODD_INACTIVE=27779]="CRYSTAL_HELM_AMLODD_INACTIVE",a[a.DIAMOND_SPEEDRUN_TROPHY=27783]="DIAMOND_SPEEDRUN_TROPHY",a[a.THAMMARONS_SCEPTRE_A_UNCHARGED=27785]="THAMMARONS_SCEPTRE_A_UNCHARGED",a[a.THAMMARONS_SCEPTRE_A_CHARGED=27788]="THAMMARONS_SCEPTRE_A_CHARGED",a[a.GNOME_CHILD_BACKPACK=27802]="GNOME_CHILD_BACKPACK",a[a.CAKE_HAT=27804]="CAKE_HAT",a[a.BOB_THE_CAT_SLIPPERS=27806]="BOB_THE_CAT_SLIPPERS",a[a.JAD_SLIPPERS=27808]="JAD_SLIPPERS",a[a.DRAGON_CANDLE_DAGGER=27810]="DRAGON_CANDLE_DAGGER",a[a.JAD_PLUSH=27814]="JAD_PLUSH",a[a.STRAY_DOG_PLUSH=27816]="STRAY_DOG_PLUSH",a[a.GNOME_CHILD_PLUSH=27818]="GNOME_CHILD_PLUSH",a[a.OLDSCHOOL_JUMPER=27822]="OLDSCHOOL_JUMPER",a[a.SILVER_PARTYHAT=27828]="SILVER_PARTYHAT",a[a.VESTAS_CHAINBODY_BH_ACTIVATED=27831]="VESTAS_CHAINBODY_BH_ACTIVATED",a[a.VESTAS_PLATESKIRT_BH_ACTIVATED=27832]="VESTAS_PLATESKIRT_BH_ACTIVATED",a[a.STATIUSS_FULL_HELM_BH_ACTIVATED=27833]="STATIUSS_FULL_HELM_BH_ACTIVATED",a[a.STATIUSS_PLATEBODY_BH_ACTIVATED=27834]="STATIUSS_PLATEBODY_BH_ACTIVATED",a[a.STATIUSS_PLATELEGS_BH_ACTIVATED=27835]="STATIUSS_PLATELEGS_BH_ACTIVATED",a[a.MORRIGANS_COIF_BH_ACTIVATED=27836]="MORRIGANS_COIF_BH_ACTIVATED",a[a.MORRIGANS_LEATHER_BODY_BH_ACTIVATED=27837]="MORRIGANS_LEATHER_BODY_BH_ACTIVATED",a[a.MORRIGANS_LEATHER_CHAPS_BH_ACTIVATED=27838]="MORRIGANS_LEATHER_CHAPS_BH_ACTIVATED",a[a.ZURIELS_HOOD_BH_ACTIVATED=27839]="ZURIELS_HOOD_BH_ACTIVATED",a[a.ZURIELS_ROBE_TOP_BH_ACTIVATED=27840]="ZURIELS_ROBE_TOP_BH_ACTIVATED",a[a.ZURIELS_ROBE_BOTTOM_BH_ACTIVATED=27841]="ZURIELS_ROBE_BOTTOM_BH_ACTIVATED",a[a.CORRUPTED_VESTAS_CHAINBODY_BH_ACTIVATED=27842]="CORRUPTED_VESTAS_CHAINBODY_BH_ACTIVATED",a[a.CORRUPTED_VESTAS_PLATESKIRT_BH_ACTIVATED=27843]="CORRUPTED_VESTAS_PLATESKIRT_BH_ACTIVATED",a[a.CORRUPTED_STATIUSS_FULL_HELM_BH_ACTIVATED=27844]="CORRUPTED_STATIUSS_FULL_HELM_BH_ACTIVATED",a[a.CORRUPTED_STATIUSS_PLATEBODY_BH_ACTIVATED=27845]="CORRUPTED_STATIUSS_PLATEBODY_BH_ACTIVATED",a[a.CORRUPTED_STATIUSS_PLATELEGS_BH_ACTIVATED=27846]="CORRUPTED_STATIUSS_PLATELEGS_BH_ACTIVATED",a[a.CORRUPTED_MORRIGANS_COIF_BH_ACTIVATED=27847]="CORRUPTED_MORRIGANS_COIF_BH_ACTIVATED",a[a.CORRUPTED_MORRIGANS_LEATHER_BODY_BH_ACTIVATED=27848]="CORRUPTED_MORRIGANS_LEATHER_BODY_BH_ACTIVATED",a[a.CORRUPTED_MORRIGANS_LEATHER_CHAPS_BH_ACTIVATED=27849]="CORRUPTED_MORRIGANS_LEATHER_CHAPS_BH_ACTIVATED",a[a.CORRUPTED_ZURIELS_HOOD_BH_ACTIVATED=27850]="CORRUPTED_ZURIELS_HOOD_BH_ACTIVATED",a[a.CORRUPTED_ZURIELS_ROBE_TOP_BH_ACTIVATED=27851]="CORRUPTED_ZURIELS_ROBE_TOP_BH_ACTIVATED",a[a.CORRUPTED_ZURIELS_ROBE_BOTTOM_BH_ACTIVATED=27852]="CORRUPTED_ZURIELS_ROBE_BOTTOM_BH_ACTIVATED",a[a.DARK_BOW_BH=27853]="DARK_BOW_BH",a[a.BARRELCHEST_ANCHOR_BH=27855]="BARRELCHEST_ANCHOR_BH",a[a.DRAGON_MACE_BH=27857]="DRAGON_MACE_BH",a[a.DRAGON_LONGSWORD_BH=27859]="DRAGON_LONGSWORD_BH",a[a.ABYSSAL_DAGGER_BH_UNPOISONED=27861]="ABYSSAL_DAGGER_BH_UNPOISONED",a[a.ABYSSAL_DAGGER_BH_POISON=27863]="ABYSSAL_DAGGER_BH_POISON",a[a.VOIDWAKER_LAST_MAN_STANDING=27869]="VOIDWAKER_LAST_MAN_STANDING",a[a.LIGHTBEARER_LAST_MAN_STANDING=27870]="LIGHTBEARER_LAST_MAN_STANDING",a[a.GIANT_BRONZE_DAGGER=27871]="GIANT_BRONZE_DAGGER",a[a.NEST_HAT_EASTER_EGG=27875]="NEST_HAT_EASTER_EGG",a[a.NEST_HAT_CHICK=27877]="NEST_HAT_CHICK",a[a.SCALY_BLUE_DRAGONHIDE=27897]="SCALY_BLUE_DRAGONHIDE",a[a.VESTAS_SPEAR_BH_ACTIVATED=27900]="VESTAS_SPEAR_BH_ACTIVATED",a[a.VESTAS_LONGSWORD_BH_ACTIVATED=27904]="VESTAS_LONGSWORD_BH_ACTIVATED",a[a.STATIUSS_WARHAMMER_BH_ACTIVATED=27908]="STATIUSS_WARHAMMER_BH_ACTIVATED",a[a.MORRIGANS_THROWING_AXE_BH_ACTIVATED=27912]="MORRIGANS_THROWING_AXE_BH_ACTIVATED",a[a.MORRIGANS_JAVELIN_BH_ACTIVATED=27916]="MORRIGANS_JAVELIN_BH_ACTIVATED",a[a.ZURIELS_STAFF_BH_ACTIVATED=27920]="ZURIELS_STAFF_BH_ACTIVATED",a[a.DRAGON_DAGGER_CR_UNPOISONED=28019]="DRAGON_DAGGER_CR_UNPOISONED",a[a.DRAGON_DAGGER_CR_POISON=28021]="DRAGON_DAGGER_CR_POISON",a[a.DRAGON_MACE_CR=28027]="DRAGON_MACE_CR",a[a.DRAGON_SWORD_CR=28029]="DRAGON_SWORD_CR",a[a.DRAGON_SCIMITAR_CR=28031]="DRAGON_SCIMITAR_CR",a[a.DRAGON_LONGSWORD_CR=28033]="DRAGON_LONGSWORD_CR",a[a.DRAGON_WARHAMMER_CR=28035]="DRAGON_WARHAMMER_CR",a[a.DRAGON_BATTLEAXE_CR=28037]="DRAGON_BATTLEAXE_CR",a[a.DRAGON_CLAWS_CR=28039]="DRAGON_CLAWS_CR",a[a.DRAGON_SPEAR_CR_UNPOISONED=28041]="DRAGON_SPEAR_CR_UNPOISONED",a[a.DRAGON_SPEAR_CR_POISON=28043]="DRAGON_SPEAR_CR_POISON",a[a.DRAGON_HALBERD_CR=28049]="DRAGON_HALBERD_CR",a[a.DRAGON_2H_SWORD_CR=28051]="DRAGON_2H_SWORD_CR",a[a.DRAGON_CROSSBOW_CR=28053]="DRAGON_CROSSBOW_CR",a[a.DRAGON_BOOTS_CR=28055]="DRAGON_BOOTS_CR",a[a.DRAGON_MED_HELM_CR=28057]="DRAGON_MED_HELM_CR",a[a.DRAGON_SQ_SHIELD_CR=28059]="DRAGON_SQ_SHIELD_CR",a[a.DRAGON_PLATELEGS_CR=28061]="DRAGON_PLATELEGS_CR",a[a.DRAGON_PLATESKIRT_CR=28063]="DRAGON_PLATESKIRT_CR",a[a.DRAGON_CHAINBODY_CR=28065]="DRAGON_CHAINBODY_CR",a[a.FIGHTER_TORSO_OR_NORMAL=28067]="FIGHTER_TORSO_OR_NORMAL",a[a.FIGHTER_TORSO_OR_LOCKED=28069]="FIGHTER_TORSO_OR_LOCKED",a[a.HELM_OF_NEITIZNOT_OR=28070]="HELM_OF_NEITIZNOT_OR",a[a.RAINBOW_SCARF_BISEXUAL=28108]="RAINBOW_SCARF_BISEXUAL",a[a.RAINBOW_SCARF_ASEXUAL=28109]="RAINBOW_SCARF_ASEXUAL",a[a.RAINBOW_SCARF_TRANSGENDER=28110]="RAINBOW_SCARF_TRANSGENDER",a[a.RAINBOW_SCARF_PANSEXUAL=28111]="RAINBOW_SCARF_PANSEXUAL",a[a.RAINBOW_SCARF_NONBINARY=28112]="RAINBOW_SCARF_NONBINARY",a[a.RAINBOW_SCARF_GENDERQUEER=28113]="RAINBOW_SCARF_GENDERQUEER",a[a.RAINBOW_SCARF_LESBIAN=28114]="RAINBOW_SCARF_LESBIAN",a[a.RAINBOW_SCARF_GAY=28115]="RAINBOW_SCARF_GAY",a[a.RAINBOW_JUMPER_PRIDE=28116]="RAINBOW_JUMPER_PRIDE",a[a.RAINBOW_JUMPER_BISEXUAL=28118]="RAINBOW_JUMPER_BISEXUAL",a[a.RAINBOW_JUMPER_ASEXUAL=28119]="RAINBOW_JUMPER_ASEXUAL",a[a.RAINBOW_JUMPER_TRANSGENDER=28120]="RAINBOW_JUMPER_TRANSGENDER",a[a.RAINBOW_JUMPER_PANSEXUAL=28121]="RAINBOW_JUMPER_PANSEXUAL",a[a.RAINBOW_JUMPER_NONBINARY=28122]="RAINBOW_JUMPER_NONBINARY",a[a.RAINBOW_JUMPER_GENDERQUEER=28123]="RAINBOW_JUMPER_GENDERQUEER",a[a.RAINBOW_JUMPER_LESBIAN=28124]="RAINBOW_JUMPER_LESBIAN",a[a.RAINBOW_JUMPER_GAY=28125]="RAINBOW_JUMPER_GAY",a[a.POETS_JACKET=28126]="POETS_JACKET",a[a.LOVE_CROSSBOW=28128]="LOVE_CROSSBOW",a[a.FORESTRY_KIT=28136]="FORESTRY_KIT",a[a.LOG_BASKET_CLOSED=28140]="LOG_BASKET_CLOSED",a[a.LOG_BASKET_OPEN=28142]="LOG_BASKET_OPEN",a[a.FORESTRY_BASKET_CLOSED=28143]="FORESTRY_BASKET_CLOSED",a[a.FORESTRY_BASKET_OPEN=28145]="FORESTRY_BASKET_OPEN",a[a.LOG_BRACE=28146]="LOG_BRACE",a[a.STURDY_HARNESS=28149]="STURDY_HARNESS",a[a.NATURE_OFFERINGS=28152]="NATURE_OFFERINGS",a[a.RITUAL_MULCH=28154]="RITUAL_MULCH",a[a.FORESTERS_RATION=28157]="FORESTERS_RATION",a[a.SECATEURS_BLADE=28159]="SECATEURS_BLADE",a[a.SECATEURS_ATTACHMENT=28161]="SECATEURS_ATTACHMENT",a[a.CLOTHES_POUCH=28163]="CLOTHES_POUCH",a[a.CLOTHES_POUCH_BLUEPRINT=28166]="CLOTHES_POUCH_BLUEPRINT",a[a.FORESTRY_TOP=28169]="FORESTRY_TOP",a[a.FORESTRY_LEGS=28171]="FORESTRY_LEGS",a[a.FORESTRY_HAT=28173]="FORESTRY_HAT",a[a.FORESTRY_BOOTS=28175]="FORESTRY_BOOTS",a[a.AXE_HANDLE=28177]="AXE_HANDLE",a[a.UNFIRED_CUP=28193]="UNFIRED_CUP",a[a.BRONZE_2H_AXE=28196]="BRONZE_2H_AXE",a[a.IRON_2H_AXE=28199]="IRON_2H_AXE",a[a.STEEL_2H_AXE=28202]="STEEL_2H_AXE",a[a.BLACK_2H_AXE=28205]="BLACK_2H_AXE",a[a.MITHRIL_2H_AXE=28208]="MITHRIL_2H_AXE",a[a.ADAMANT_2H_AXE=28211]="ADAMANT_2H_AXE",a[a.RUNE_2H_AXE=28214]="RUNE_2H_AXE",a[a.DRAGON_2H_AXE=28217]="DRAGON_2H_AXE",a[a.CRYSTAL_2H_AXE_ACTIVE=28220]="CRYSTAL_2H_AXE_ACTIVE",a[a.CRYSTAL_2H_AXE_INACTIVE=28223]="CRYSTAL_2H_AXE_INACTIVE",a[a.THIRD_AGE_2H_AXE=28226]="THIRD_AGE_2H_AXE",a[a.SANGUINE_TORVA_FULL_HELM=28254]="SANGUINE_TORVA_FULL_HELM",a[a.SANGUINE_TORVA_PLATEBODY=28256]="SANGUINE_TORVA_PLATEBODY",a[a.SANGUINE_TORVA_PLATELEGS=28258]="SANGUINE_TORVA_PLATELEGS",a[a.CHROMIUM_INGOT=28276]="CHROMIUM_INGOT",a[a.BERSERKER_ICON=28295]="BERSERKER_ICON",a[a.ARCHER_ICON=28298]="ARCHER_ICON",a[a.WARRIOR_ICON=28301]="WARRIOR_ICON",a[a.SEERS_ICON=28304]="SEERS_ICON",a[a.ULTOR_RING=28307]="ULTOR_RING",a[a.VENATOR_RING=28310]="VENATOR_RING",a[a.MAGUS_RING=28313]="MAGUS_RING",a[a.BELLATOR_RING=28316]="BELLATOR_RING",a[a.RING_OF_SHADOWS_CHARGED=28327]="RING_OF_SHADOWS_CHARGED",a[a.RING_OF_SHADOWS_UNCHARGED=28329]="RING_OF_SHADOWS_UNCHARGED",a[a.AWAKENERS_ORB=28334]="AWAKENERS_ORB",a[a.MAGIC_LANTERN=28426]="MAGIC_LANTERN",a[a.BLOOD_ANCIENT_SCEPTRE_LOCKED=28473]="BLOOD_ANCIENT_SCEPTRE_LOCKED",a[a.ICE_ANCIENT_SCEPTRE_LOCKED=28474]="ICE_ANCIENT_SCEPTRE_LOCKED",a[a.SMOKE_ANCIENT_SCEPTRE_LOCKED=28475]="SMOKE_ANCIENT_SCEPTRE_LOCKED",a[a.SHADOW_ANCIENT_SCEPTRE_LOCKED=28476]="SHADOW_ANCIENT_SCEPTRE_LOCKED",a[a.CORRUPTED_VOIDWAKER=28531]="CORRUPTED_VOIDWAKER",a[a.CORRUPTED_DRAGON_CLAWS=28534]="CORRUPTED_DRAGON_CLAWS",a[a.CORRUPTED_ARMADYL_GODSWORD=28537]="CORRUPTED_ARMADYL_GODSWORD",a[a.CORRUPTED_TWISTED_BOW=28540]="CORRUPTED_TWISTED_BOW",a[a.CORRUPTED_SCYTHE_OF_VITUR_CHARGED=28543]="CORRUPTED_SCYTHE_OF_VITUR_CHARGED",a[a.CORRUPTED_SCYTHE_OF_VITUR_UNCHARGED=28545]="CORRUPTED_SCYTHE_OF_VITUR_UNCHARGED",a[a.CORRUPTED_TUMEKENS_SHADOW_CHARGED=28547]="CORRUPTED_TUMEKENS_SHADOW_CHARGED",a[a.CORRUPTED_TUMEKENS_SHADOW_UNCHARGED=28549]="CORRUPTED_TUMEKENS_SHADOW_UNCHARGED",a[a.TRINKET_OF_VENGEANCE=28561]="TRINKET_OF_VENGEANCE",a[a.TRINKET_OF_FAIRIES=28564]="TRINKET_OF_FAIRIES",a[a.TRINKET_OF_ADVANCED_WEAPONRY=28567]="TRINKET_OF_ADVANCED_WEAPONRY",a[a.TRINKET_OF_UNDEAD=28570]="TRINKET_OF_UNDEAD",a[a.WARPED_SCEPTRE_UNCHARGED=28583]="WARPED_SCEPTRE_UNCHARGED",a[a.WARPED_SCEPTRE_CHARGED=28585]="WARPED_SCEPTRE_CHARGED",a[a.COBWEB_CAPE=28601]="COBWEB_CAPE",a[a.SPIDER_HAT_COMMON=28603]="SPIDER_HAT_COMMON",a[a.SPIDER_HAT_VENENATIS=28605]="SPIDER_HAT_VENENATIS",a[a.SPIDER_HAT_VERZIK=28607]="SPIDER_HAT_VERZIK",a[a.SPIDER_HAT_SARACHNIS=28609]="SPIDER_HAT_SARACHNIS",a[a.SPIDER_HAT_OLD=28611]="SPIDER_HAT_OLD",a[a.PHEASANT_CAPE=28616]="PHEASANT_CAPE",a[a.PHEASANT_BOOTS=28618]="PHEASANT_BOOTS",a[a.PHEASANT_HAT=28620]="PHEASANT_HAT",a[a.PHEASANT_LEGS=28622]="PHEASANT_LEGS",a[a.SAWMILL_VOUCHER=28628]="SAWMILL_VOUCHER",a[a.TWITCHERS_GLOVES=28630]="TWITCHERS_GLOVES",a[a.PETAL_GARLAND=28655]="PETAL_GARLAND",a[a.WEB_CLOAK=28671]="WEB_CLOAK",a[a.FANCIER_BOOTS=28672]="FANCIER_BOOTS",a[a.DINHS_BLAZING_BULWARK=28682]="DINHS_BLAZING_BULWARK",a[a.TRAILBLAZER_RELOADED_BULWARK_ORNAMENT_KIT=28684]="TRAILBLAZER_RELOADED_BULWARK_ORNAMENT_KIT",a[a.BLAZING_BLOWPIPE_CHARGED=28688]="BLAZING_BLOWPIPE_CHARGED",a[a.TRAILBLAZER_RELOADED_BLOWPIPE_ORNAMENT_KIT=28690]="TRAILBLAZER_RELOADED_BLOWPIPE_ORNAMENT_KIT",a[a.TRAILBLAZER_RELOADED_ALCHEMY_SCROLL=28693]="TRAILBLAZER_RELOADED_ALCHEMY_SCROLL",a[a.TRAILBLAZER_RELOADED_VENGEANCE_SCROLL=28696]="TRAILBLAZER_RELOADED_VENGEANCE_SCROLL",a[a.TRAILBLAZER_RELOADED_DEATH_SCROLL=28699]="TRAILBLAZER_RELOADED_DEATH_SCROLL",a[a.TRAILBLAZER_RELOADED_BANNER=28702]="TRAILBLAZER_RELOADED_BANNER",a[a.TRAILBLAZER_RELOADED_HOME_TELEPORT_SCROLL=28705]="TRAILBLAZER_RELOADED_HOME_TELEPORT_SCROLL",a[a.TRAILBLAZER_RELOADED_REJUVENATION_POOL_SCROLL=28708]="TRAILBLAZER_RELOADED_REJUVENATION_POOL_SCROLL",a[a.TRAILBLAZER_RELOADED_HEADBAND_T1=28712]="TRAILBLAZER_RELOADED_HEADBAND_T1",a[a.TRAILBLAZER_RELOADED_TOP_T1=28715]="TRAILBLAZER_RELOADED_TOP_T1",a[a.TRAILBLAZER_RELOADED_TROUSERS_T1=28718]="TRAILBLAZER_RELOADED_TROUSERS_T1",a[a.TRAILBLAZER_RELOADED_BOOTS_T1=28721]="TRAILBLAZER_RELOADED_BOOTS_T1",a[a.TRAILBLAZER_RELOADED_HEADBAND_T2=28724]="TRAILBLAZER_RELOADED_HEADBAND_T2",a[a.TRAILBLAZER_RELOADED_TOP_T2=28727]="TRAILBLAZER_RELOADED_TOP_T2",a[a.TRAILBLAZER_RELOADED_TROUSERS_T2=28730]="TRAILBLAZER_RELOADED_TROUSERS_T2",a[a.TRAILBLAZER_RELOADED_BOOTS_T2=28733]="TRAILBLAZER_RELOADED_BOOTS_T2",a[a.TRAILBLAZER_RELOADED_HEADBAND_T3=28736]="TRAILBLAZER_RELOADED_HEADBAND_T3",a[a.TRAILBLAZER_RELOADED_TOP_T3=28739]="TRAILBLAZER_RELOADED_TOP_T3",a[a.TRAILBLAZER_RELOADED_TROUSERS_T3=28742]="TRAILBLAZER_RELOADED_TROUSERS_T3",a[a.TRAILBLAZER_RELOADED_BOOTS_T3=28745]="TRAILBLAZER_RELOADED_BOOTS_T3",a[a.TRAILBLAZER_RELOADED_TORCH=28748]="TRAILBLAZER_RELOADED_TORCH",a[a.TRAILBLAZER_RELOADED_DRAGON_TROPHY=28751]="TRAILBLAZER_RELOADED_DRAGON_TROPHY",a[a.TRAILBLAZER_RELOADED_RUNE_TROPHY=28753]="TRAILBLAZER_RELOADED_RUNE_TROPHY",a[a.TRAILBLAZER_RELOADED_ADAMANT_TROPHY=28755]="TRAILBLAZER_RELOADED_ADAMANT_TROPHY",a[a.TRAILBLAZER_RELOADED_MITHRIL_TROPHY=28757]="TRAILBLAZER_RELOADED_MITHRIL_TROPHY",a[a.TRAILBLAZER_RELOADED_STEEL_TROPHY=28759]="TRAILBLAZER_RELOADED_STEEL_TROPHY",a[a.TRAILBLAZER_RELOADED_IRON_TROPHY=28761]="TRAILBLAZER_RELOADED_IRON_TROPHY",a[a.TRAILBLAZER_RELOADED_BRONZE_TROPHY=28763]="TRAILBLAZER_RELOADED_BRONZE_TROPHY",a[a.GLOBETROTTER_PENDANT=28765]="GLOBETROTTER_PENDANT",a[a.SAGES_GREAVES=28771]="SAGES_GREAVES",a[a.SAGES_AXE=28773]="SAGES_AXE",a[a.RUINOUS_POWERS_ITEM=28775]="RUINOUS_POWERS_ITEM",a[a.TRAILBLAZER_RELOADED_RELIC_HUNTER_T1_ARMOUR_SET=28777]="TRAILBLAZER_RELOADED_RELIC_HUNTER_T1_ARMOUR_SET",a[a.TRAILBLAZER_RELOADED_RELIC_HUNTER_T2_ARMOUR_SET=28780]="TRAILBLAZER_RELOADED_RELIC_HUNTER_T2_ARMOUR_SET",a[a.TRAILBLAZER_RELOADED_RELIC_HUNTER_T3_ARMOUR_SET=28783]="TRAILBLAZER_RELOADED_RELIC_HUNTER_T3_ARMOUR_SET",a[a.ICY_JUMPER=28786]="ICY_JUMPER",a[a.SNOWGLOBE_HELMET=28788]="SNOWGLOBE_HELMET",a[a.KOUREND_CASTLE_TELEPORT_TABLET=28790]="KOUREND_CASTLE_TELEPORT_TABLET",a[a.BONE_MACE=28792]="BONE_MACE",a[a.BONE_SHORTBOW=28794]="BONE_SHORTBOW",a[a.BONE_STAFF=28796]="BONE_STAFF",a[a.ZOMBIE_AXE=28810]="ZOMBIE_AXE",a[a.BROKEN_ZOMBIE_AXE=28813]="BROKEN_ZOMBIE_AXE",a[a.CIVITAS_ILLA_FORTIS_TELEPORT_TABLET=28824]="CIVITAS_ILLA_FORTIS_TELEPORT_TABLET",a[a.IMMATURE_TECU_SALAMANDER=28831]="IMMATURE_TECU_SALAMANDER",a[a.TECU_SALAMANDER=28834]="TECU_SALAMANDER",a[a.IRIT_TAR=28837]="IRIT_TAR",a[a.HUNTERS_SUNLIGHT_CROSSBOW=28869]="HUNTERS_SUNLIGHT_CROSSBOW",a[a.SUNLIGHT_ANTLER_BOLTS=28872]="SUNLIGHT_ANTLER_BOLTS",a[a.MOONLIGHT_ANTLER_BOLTS=28878]="MOONLIGHT_ANTLER_BOLTS",a[a.SUNLIGHT_MOTH_ITEM=28890]="SUNLIGHT_MOTH_ITEM",a[a.MOONLIGHT_MOTH_ITEM=28893]="MOONLIGHT_MOTH_ITEM",a[a.RUM=28896]="RUM",a[a.WYRMLING_BONES=28899]="WYRMLING_BONES",a[a.DIZANAS_MAX_CAPE_NORMAL=28902]="DIZANAS_MAX_CAPE_NORMAL",a[a.DIZANAS_MAX_HOOD=28904]="DIZANAS_MAX_HOOD",a[a.DIZANAS_MAX_CAPE_LOCKED=28906]="DIZANAS_MAX_CAPE_LOCKED",a[a.TONALZTICS_OF_RALOS_UNCHARGED=28919]="TONALZTICS_OF_RALOS_UNCHARGED",a[a.TONALZTICS_OF_RALOS_CHARGED=28922]="TONALZTICS_OF_RALOS_CHARGED",a[a.SUNFIRE_SPLINTERS=28924]="SUNFIRE_SPLINTERS",a[a.SUNFIRE_RUNE=28929]="SUNFIRE_RUNE",a[a.SEARING_PAGE=28931]="SEARING_PAGE",a[a.SUNFIRE_FANATIC_HELM=28933]="SUNFIRE_FANATIC_HELM",a[a.SUNFIRE_FANATIC_CUIRASS=28936]="SUNFIRE_FANATIC_CUIRASS",a[a.SUNFIRE_FANATIC_CHAUSSES=28939]="SUNFIRE_FANATIC_CHAUSSES",a[a.ECHO_CRYSTAL=28942]="ECHO_CRYSTAL",a[a.ECHO_BOOTS=28945]="ECHO_BOOTS",a[a.DIZANAS_QUIVER_UNCHARGED=28947]="DIZANAS_QUIVER_UNCHARGED",a[a.DIZANAS_QUIVER_UNCHARGED_LOCKED=28949]="DIZANAS_QUIVER_UNCHARGED_LOCKED",a[a.DIZANAS_QUIVER_CHARGED=28951]="DIZANAS_QUIVER_CHARGED",a[a.DIZANAS_QUIVER_CHARGED_LOCKED=28953]="DIZANAS_QUIVER_CHARGED_LOCKED",a[a.BLESSED_DIZANAS_QUIVER_NORMAL=28955]="BLESSED_DIZANAS_QUIVER_NORMAL",a[a.BLESSED_DIZANAS_QUIVER_LOCKED=28957]="BLESSED_DIZANAS_QUIVER_LOCKED",a[a.BLUE_MOON_SPEAR=28988]="BLUE_MOON_SPEAR",a[a.ATLATL_DART=28991]="ATLATL_DART",a[a.DUAL_MACUAHUITL=28997]="DUAL_MACUAHUITL",a[a.ECLIPSE_ATLATL=29e3]="ECLIPSE_ATLATL",a[a.ECLIPSE_MOON_CHESTPLATE_NEW=29004]="ECLIPSE_MOON_CHESTPLATE_NEW",a[a.ECLIPSE_MOON_TASSETS_NEW=29007]="ECLIPSE_MOON_TASSETS_NEW",a[a.ECLIPSE_MOON_HELM_NEW=29010]="ECLIPSE_MOON_HELM_NEW",a[a.BLUE_MOON_CHESTPLATE_NEW=29013]="BLUE_MOON_CHESTPLATE_NEW",a[a.BLUE_MOON_TASSETS_NEW=29016]="BLUE_MOON_TASSETS_NEW",a[a.BLUE_MOON_HELM_NEW=29019]="BLUE_MOON_HELM_NEW",a[a.BLOOD_MOON_CHESTPLATE_NEW=29022]="BLOOD_MOON_CHESTPLATE_NEW",a[a.BLOOD_MOON_TASSETS_NEW=29025]="BLOOD_MOON_TASSETS_NEW",a[a.BLOOD_MOON_HELM_NEW=29028]="BLOOD_MOON_HELM_NEW",a[a.ECLIPSE_MOON_CHESTPLATE_USED=29031]="ECLIPSE_MOON_CHESTPLATE_USED",a[a.ECLIPSE_MOON_TASSETS_USED=29033]="ECLIPSE_MOON_TASSETS_USED",a[a.ECLIPSE_MOON_HELM_USED=29035]="ECLIPSE_MOON_HELM_USED",a[a.BLUE_MOON_CHESTPLATE_USED=29037]="BLUE_MOON_CHESTPLATE_USED",a[a.BLUE_MOON_TASSETS_USED=29039]="BLUE_MOON_TASSETS_USED",a[a.BLUE_MOON_HELM_USED=29041]="BLUE_MOON_HELM_USED",a[a.BLOOD_MOON_CHESTPLATE_USED=29043]="BLOOD_MOON_CHESTPLATE_USED",a[a.BLOOD_MOON_TASSETS_USED=29045]="BLOOD_MOON_TASSETS_USED",a[a.BLOOD_MOON_HELM_USED=29047]="BLOOD_MOON_HELM_USED",a[a.ECLIPSE_MOON_CHESTPLATE_BROKEN=29049]="ECLIPSE_MOON_CHESTPLATE_BROKEN",a[a.ECLIPSE_MOON_TASSETS_BROKEN=29052]="ECLIPSE_MOON_TASSETS_BROKEN",a[a.ECLIPSE_MOON_HELM_BROKEN=29055]="ECLIPSE_MOON_HELM_BROKEN",a[a.BLUE_MOON_CHESTPLATE_BROKEN=29058]="BLUE_MOON_CHESTPLATE_BROKEN",a[a.BLUE_MOON_TASSETS_BROKEN=29061]="BLUE_MOON_TASSETS_BROKEN",a[a.BLUE_MOON_HELM_BROKEN=29064]="BLUE_MOON_HELM_BROKEN",a[a.BLOOD_MOON_CHESTPLATE_BROKEN=29067]="BLOOD_MOON_CHESTPLATE_BROKEN",a[a.BLOOD_MOON_TASSETS_BROKEN=29070]="BLOOD_MOON_TASSETS_BROKEN",a[a.BLOOD_MOON_HELM_BROKEN=29073]="BLOOD_MOON_HELM_BROKEN",a[a.SULPHUR_BLADES=29084]="SULPHUR_BLADES",a[a.CALCIFIED_MOTH=29090]="CALCIFIED_MOTH",a[a.RAW_BARBTAILED_KEBBIT=29101]="RAW_BARBTAILED_KEBBIT",a[a.RAW_WILD_KEBBIT=29104]="RAW_WILD_KEBBIT",a[a.RAW_DASHING_KEBBIT=29107]="RAW_DASHING_KEBBIT",a[a.RAW_PYRE_FOX=29110]="RAW_PYRE_FOX",a[a.RAW_MOONLIGHT_ANTELOPE=29113]="RAW_MOONLIGHT_ANTELOPE",a[a.RAW_SUNLIGHT_ANTELOPE=29116]="RAW_SUNLIGHT_ANTELOPE",a[a.RAW_GRAAHK=29119]="RAW_GRAAHK",a[a.RAW_LARUPIA=29122]="RAW_LARUPIA",a[a.RAW_KYATT=29125]="RAW_KYATT",a[a.COOKED_WILD_KEBBIT=29128]="COOKED_WILD_KEBBIT",a[a.COOKED_BARBTAILED_KEBBIT=29131]="COOKED_BARBTAILED_KEBBIT",a[a.COOKED_DASHING_KEBBIT=29134]="COOKED_DASHING_KEBBIT",a[a.COOKED_PYRE_FOX=29137]="COOKED_PYRE_FOX",a[a.COOKED_SUNLIGHT_ANTELOPE=29140]="COOKED_SUNLIGHT_ANTELOPE",a[a.COOKED_MOONLIGHT_ANTELOPE=29143]="COOKED_MOONLIGHT_ANTELOPE",a[a.COOKED_LARUPIA=29146]="COOKED_LARUPIA",a[a.COOKED_GRAAHK=29149]="COOKED_GRAAHK",a[a.COOKED_KYATT=29152]="COOKED_KYATT",a[a.FOX_FUR=29163]="FOX_FUR",a[a.JERBOA_TAIL=29166]="JERBOA_TAIL",a[a.SUNLIGHT_ANTELOPE_ANTLER=29168]="SUNLIGHT_ANTELOPE_ANTLER",a[a.MOONLIGHT_ANTELOPE_ANTLER=29171]="MOONLIGHT_ANTELOPE_ANTLER",a[a.MOONLIGHT_ANTELOPE_FUR=29174]="MOONLIGHT_ANTELOPE_FUR",a[a.SUNLIGHT_ANTELOPE_FUR=29177]="SUNLIGHT_ANTELOPE_FUR",a[a.SAPPHIRE_GLACIALIS_MIX_2_DOSE=29180]="SAPPHIRE_GLACIALIS_MIX_2_DOSE",a[a.SNOWY_KNIGHT_MIX_2_DOSE=29183]="SNOWY_KNIGHT_MIX_2_DOSE",a[a.RUBY_HARVEST_MIX_2_DOSE=29186]="RUBY_HARVEST_MIX_2_DOSE",a[a.BLACK_WARLOCK_MIX_2_DOSE=29189]="BLACK_WARLOCK_MIX_2_DOSE",a[a.SUNLIGHT_MOTH_MIX_2_DOSE=29192]="SUNLIGHT_MOTH_MIX_2_DOSE",a[a.MOONLIGHT_MOTH_MIX_2_DOSE=29195]="MOONLIGHT_MOTH_MIX_2_DOSE",a[a.SAPPHIRE_GLACIALIS_MIX_1_DOSE=29198]="SAPPHIRE_GLACIALIS_MIX_1_DOSE",a[a.SNOWY_KNIGHT_MIX_1_DOSE=29201]="SNOWY_KNIGHT_MIX_1_DOSE",a[a.RUBY_HARVEST_MIX_1_DOSE=29204]="RUBY_HARVEST_MIX_1_DOSE",a[a.BLACK_WARLOCK_MIX_1_DOSE=29207]="BLACK_WARLOCK_MIX_1_DOSE",a[a.SUNLIGHT_MOTH_MIX_1_DOSE=29210]="SUNLIGHT_MOTH_MIX_1_DOSE",a[a.MOONLIGHT_MOTH_MIX_1_DOSE=29213]="MOONLIGHT_MOTH_MIX_1_DOSE",a[a.JAGUAR_FUR=29218]="JAGUAR_FUR",a[a.ENHANCED_QUETZAL_WHISTLE_BLUEPRINT=29253]="ENHANCED_QUETZAL_WHISTLE_BLUEPRINT",a[a.PERFECTED_QUETZAL_WHISTLE_BLUEPRINT=29256]="PERFECTED_QUETZAL_WHISTLE_BLUEPRINT",a[a.GUILD_HUNTER_HEADWEAR=29263]="GUILD_HUNTER_HEADWEAR",a[a.GUILD_HUNTER_TOP=29265]="GUILD_HUNTER_TOP",a[a.GUILD_HUNTER_LEGS=29267]="GUILD_HUNTER_LEGS",a[a.GUILD_HUNTER_BOOTS=29269]="GUILD_HUNTER_BOOTS",a[a.TRAPPERS_TIPPLE=29277]="TRAPPERS_TIPPLE",a[a.MIXED_HIDE_TOP=29280]="MIXED_HIDE_TOP",a[a.MIXED_HIDE_LEGS=29283]="MIXED_HIDE_LEGS",a[a.MIXED_HIDE_BOOTS=29286]="MIXED_HIDE_BOOTS",a[a.MIXED_HIDE_CAPE=29289]="MIXED_HIDE_CAPE",a[a.MIXED_HIDE_BASE=29292]="MIXED_HIDE_BASE",a[a.HUNTERS_SPEAR=29305]="HUNTERS_SPEAR",a[a.QUETZAL_FEED=29307]="QUETZAL_FEED",a[a.HUNTER_SPEAR_TIPS=29311]="HUNTER_SPEAR_TIPS",a[a.SUNBEAM_ALE=29409]="SUNBEAM_ALE",a[a.STEAMFORGE_BREW=29412]="STEAMFORGE_BREW",a[a.ECLIPSE_WINE=29415]="ECLIPSE_WINE",a[a.MOONLITE=29418]="MOONLITE",a[a.SUNSHINE=29421]="SUNSHINE",a[a.SUNFIRE_FANATIC_ARMOUR_SET=29424]="SUNFIRE_FANATIC_ARMOUR_SET",a[a.BOOK_OF_EGG=29433]="BOOK_OF_EGG",a[a.EGG_PRIEST_ROBE=29437]="EGG_PRIEST_ROBE",a[a.EGG_PRIEST_ROBE_TOP=29439]="EGG_PRIEST_ROBE_TOP",a[a.EGG_PRIEST_NECKLACE=29441]="EGG_PRIEST_NECKLACE",a[a.EGG_PRIEST_MITRE=29443]="EGG_PRIEST_MITRE",a[a.ZOMBIE_PIRATE_KEY=29449]="ZOMBIE_PIRATE_KEY",a[a.TELEPORT_ANCHORING_SCROLL=29455]="TELEPORT_ANCHORING_SCROLL",a[a.ADAMANT_SEEDS=29458]="ADAMANT_SEEDS",a[a.CURSED_AMULET_OF_MAGIC=29486]="CURSED_AMULET_OF_MAGIC",a[a.RAINBOW_CAPE_PRIDE=29489]="RAINBOW_CAPE_PRIDE",a[a.RAINBOW_CAPE_BISEXUAL=29491]="RAINBOW_CAPE_BISEXUAL",a[a.RAINBOW_CAPE_ASEXUAL=29493]="RAINBOW_CAPE_ASEXUAL",a[a.RAINBOW_CAPE_TRANSGENDER=29495]="RAINBOW_CAPE_TRANSGENDER",a[a.RAINBOW_CAPE_PANSEXUAL=29497]="RAINBOW_CAPE_PANSEXUAL",a[a.RAINBOW_CAPE_NONBINARY=29499]="RAINBOW_CAPE_NONBINARY",a[a.RAINBOW_CAPE_GENDERQUEER=29501]="RAINBOW_CAPE_GENDERQUEER",a[a.RAINBOW_CAPE_LESBIAN=29503]="RAINBOW_CAPE_LESBIAN",a[a.RAINBOW_CAPE_GAY=29505]="RAINBOW_CAPE_GAY",a[a.RAINBOW_CROWN_SHIRT_PRIDE=29507]="RAINBOW_CROWN_SHIRT_PRIDE",a[a.RAINBOW_CROWN_SHIRT_BISEXUAL=29509]="RAINBOW_CROWN_SHIRT_BISEXUAL",a[a.RAINBOW_CROWN_SHIRT_ASEXUAL=29510]="RAINBOW_CROWN_SHIRT_ASEXUAL",a[a.RAINBOW_CROWN_SHIRT_TRANSGENDER=29511]="RAINBOW_CROWN_SHIRT_TRANSGENDER",a[a.RAINBOW_CROWN_SHIRT_PANSEXUAL=29512]="RAINBOW_CROWN_SHIRT_PANSEXUAL",a[a.RAINBOW_CROWN_SHIRT_NONBINARY=29513]="RAINBOW_CROWN_SHIRT_NONBINARY",a[a.RAINBOW_CROWN_SHIRT_GENDERQUEER=29514]="RAINBOW_CROWN_SHIRT_GENDERQUEER",a[a.RAINBOW_CROWN_SHIRT_LESBIAN=29515]="RAINBOW_CROWN_SHIRT_LESBIAN",a[a.RAINBOW_CROWN_SHIRT_GAY=29516]="RAINBOW_CROWN_SHIRT_GAY",a[a.ELITE_BLACK_FULL_HELM=29560]="ELITE_BLACK_FULL_HELM",a[a.ELITE_BLACK_PLATEBODY=29562]="ELITE_BLACK_PLATEBODY",a[a.ELITE_BLACK_PLATELEGS=29564]="ELITE_BLACK_PLATELEGS",a[a.DARK_SQUALL_HOOD=29566]="DARK_SQUALL_HOOD",a[a.DARK_SQUALL_ROBE_TOP=29568]="DARK_SQUALL_ROBE_TOP",a[a.DARK_SQUALL_ROBE_BOTTOM=29570]="DARK_SQUALL_ROBE_BOTTOM",a[a.BURNING_CLAW=29574]="BURNING_CLAW",a[a.BONE_CLAWS=29577]="BONE_CLAWS",a[a.TORMENTED_SYNAPSE=29580]="TORMENTED_SYNAPSE",a[a.EMBERLIGHT=29589]="EMBERLIGHT",a[a.SCORCHING_BOW=29591]="SCORCHING_BOW",a[a.PURGING_STAFF=29594]="PURGING_STAFF",a[a.CORRUPTED_DARK_BOW=29599]="CORRUPTED_DARK_BOW",a[a.CORRUPTED_VOLATILE_NIGHTMARE_STAFF=29602]="CORRUPTED_VOLATILE_NIGHTMARE_STAFF",a[a.ARMADYL_GODSWORD_DEADMAN=29605]="ARMADYL_GODSWORD_DEADMAN",a[a.VOIDWAKER_DEADMAN=29607]="VOIDWAKER_DEADMAN",a[a.VOLATILE_NIGHTMARE_STAFF_DEADMAN=29609]="VOLATILE_NIGHTMARE_STAFF_DEADMAN",a[a.DARK_BOW_DEADMAN=29611]="DARK_BOW_DEADMAN",a[a.IMBUED_ZAMORAK_CAPE_DEADMAN=29613]="IMBUED_ZAMORAK_CAPE_DEADMAN",a[a.IMBUED_GUTHIX_CAPE_DEADMAN=29615]="IMBUED_GUTHIX_CAPE_DEADMAN",a[a.IMBUED_SARADOMIN_CAPE_DEADMAN=29617]="IMBUED_SARADOMIN_CAPE_DEADMAN",a[a.ARMAGEDDON_RUG=29619]="ARMAGEDDON_RUG",a[a.ARMAGEDDON_TELEPORT_SCROLL=29622]="ARMAGEDDON_TELEPORT_SCROLL",a[a.ARMAGEDDON_WEAPON_SCROLL=29625]="ARMAGEDDON_WEAPON_SCROLL",a[a.ARMAGEDDON_CAPE_FABRIC=29628]="ARMAGEDDON_CAPE_FABRIC",a[a.BLIGHTED_OVERLOAD_4_DOSE=29631]="BLIGHTED_OVERLOAD_4_DOSE",a[a.BLIGHTED_OVERLOAD_3_DOSE=29634]="BLIGHTED_OVERLOAD_3_DOSE",a[a.BLIGHTED_OVERLOAD_2_DOSE=29637]="BLIGHTED_OVERLOAD_2_DOSE",a[a.BLIGHTED_OVERLOAD_1_DOSE=29640]="BLIGHTED_OVERLOAD_1_DOSE",a[a.CHITIN=29643]="CHITIN",a[a.GUTHIXIAN_TEMPLE_TELEPORT=29684]="GUTHIXIAN_TEMPLE_TELEPORT",a[a.DNI23_TORSO_LIGHTBUTTONS=29686]="DNI23_TORSO_LIGHTBUTTONS",a[a.DNI23_TORSO_DARKBUTTONS_DARK_BUTTONS=29688]="DNI23_TORSO_DARKBUTTONS_DARK_BUTTONS",a[a.DNI23_TORSO_DARKBUTTONS_JACKET=29690]="DNI23_TORSO_DARKBUTTONS_JACKET",a[a.DNI23_TORSO_SHIRT=29692]="DNI23_TORSO_SHIRT",a[a.DNI23_TORSO_STITCHING=29694]="DNI23_TORSO_STITCHING",a[a.DNI23_TORSO_TWOTONED=29696]="DNI23_TORSO_TWOTONED",a[a.DNI23_TORSO_PRINCELY=29698]="DNI23_TORSO_PRINCELY",a[a.DNI23_TORSO_RIPPEDWESKIT_RIPPED_WESKIT=29700]="DNI23_TORSO_RIPPEDWESKIT_RIPPED_WESKIT",a[a.DNI23_TORSO_RIPPEDWESKIT_TORN_WESKIT=29702]="DNI23_TORSO_RIPPEDWESKIT_TORN_WESKIT",a[a.DNI23_TORSO_CROPTOPS=29704]="DNI23_TORSO_CROPTOPS",a[a.DNI23_TORSO_POLONECK=29706]="DNI23_TORSO_POLONECK",a[a.DNI23_TORSO_SIMPLE=29708]="DNI23_TORSO_SIMPLE",a[a.DNI23_TORSO_FRILLY=29710]="DNI23_TORSO_FRILLY",a[a.DNI23_TORSO_CORSETRY=29712]="DNI23_TORSO_CORSETRY",a[a.DNI23_TORSO_BODICE=29714]="DNI23_TORSO_BODICE",a[a.DNI23_ARMS_THIN=29716]="DNI23_ARMS_THIN",a[a.DNI23_ARMS_SHOULDERPADS=29718]="DNI23_ARMS_SHOULDERPADS",a[a.DNI23_ARMS_THICKSTRIPE=29720]="DNI23_ARMS_THICKSTRIPE",a[a.DNI23_ARMS_LOOSESLEEVES=29722]="DNI23_ARMS_LOOSESLEEVES",a[a.DNI23_ARMS_PRINCELY=29724]="DNI23_ARMS_PRINCELY",a[a.DNI23_ARMS_TATTYLONG=29726]="DNI23_ARMS_TATTYLONG",a[a.DNI23_ARMS_RIPPED=29728]="DNI23_ARMS_RIPPED",a[a.DNI23_ARMS_BARE=29730]="DNI23_ARMS_BARE",a[a.DNI23_ARMS_FRILLY=29732]="DNI23_ARMS_FRILLY",a[a.DNI23_ARMS_TATTYSHORT=29734]="DNI23_ARMS_TATTYSHORT",a[a.DNI23_ARMS_BARESHOULDERS=29736]="DNI23_ARMS_BARESHOULDERS",a[a.DNI23_LEGS_SHORTS=29738]="DNI23_LEGS_SHORTS",a[a.DNI23_LEGS_BEACH=29740]="DNI23_LEGS_BEACH",a[a.DNI23_LEGS_PRINCELY=29742]="DNI23_LEGS_PRINCELY",a[a.DNI23_LEGS_LEGGINGS=29744]="DNI23_LEGS_LEGGINGS",a[a.DNI23_LEGS_SIDESTRIPES=29746]="DNI23_LEGS_SIDESTRIPES",a[a.DNI23_LEGS_RIPPED=29748]="DNI23_LEGS_RIPPED",a[a.DNI23_LEGS_PATCHED=29750]="DNI23_LEGS_PATCHED",a[a.DNI23_LEGS_SKIRT=29752]="DNI23_LEGS_SKIRT",a[a.DNI23_LEGS_LONGSKIRT=29754]="DNI23_LEGS_LONGSKIRT",a[a.DNI23_LEGS_LONGNARROWSKIRT=29756]="DNI23_LEGS_LONGNARROWSKIRT",a[a.DNI23_LEGS_SHORTSKIRT=29758]="DNI23_LEGS_SHORTSKIRT",a[a.DNI23_LEGS_LAYERED=29760]="DNI23_LEGS_LAYERED",a[a.DNI23_LEGS_SASHDOTS=29762]="DNI23_LEGS_SASHDOTS",a[a.DNI23_LEGS_BIGHEM=29764]="DNI23_LEGS_BIGHEM",a[a.DNI23_LEGS_SASHTROUSERS=29766]="DNI23_LEGS_SASHTROUSERS",a[a.DNI23_LEGS_PATTERNED=29768]="DNI23_LEGS_PATTERNED",a[a.DNI23_LEGS_TORNSKIRT=29770]="DNI23_LEGS_TORNSKIRT",a[a.DNI23_LEGS_PATCHEDSKIRT=29772]="DNI23_LEGS_PATCHEDSKIRT",a[a.AMYS_SAW_OFFHAND=29774]="AMYS_SAW_OFFHAND",a[a.IMCANDO_HAMMER_OFFHAND=29775]="IMCANDO_HAMMER_OFFHAND",a[a.BRUMA_TORCH_OFFHAND=29777]="BRUMA_TORCH_OFFHAND",a[a.SPIDER_CAVE_TELEPORT=29782]="SPIDER_CAVE_TELEPORT",a[a.ARAXYTE_VENOM_SACK=29784]="ARAXYTE_VENOM_SACK",a[a.NOXIOUS_HALBERD=29796]="NOXIOUS_HALBERD",a[a.AMULET_OF_RANCOUR=29801]="AMULET_OF_RANCOUR",a[a.AMULET_OF_RANCOUR_S=29804]="AMULET_OF_RANCOUR_S",a[a.ARANEA_BOOTS=29806]="ARANEA_BOOTS",a[a.ARAXYTE_SLAYER_HELMET=29816]="ARAXYTE_SLAYER_HELMET",a[a.ARAXYTE_SLAYER_HELMET_I_NIGHTMARE_ZONE=29818]="ARAXYTE_SLAYER_HELMET_I_NIGHTMARE_ZONE",a[a.ARAXYTE_SLAYER_HELMET_I_SOUL_WARS=29820]="ARAXYTE_SLAYER_HELMET_I_SOUL_WARS",a[a.ARAXYTE_SLAYER_HELMET_I_EMIRS_ARENA=29822]="ARAXYTE_SLAYER_HELMET_I_EMIRS_ARENA",a))(qr||{});var jr=(r=>(r[r.ARAXXOR=13668]="ARAXXOR",r[r.CORPOREAL_BEAST=319]="CORPOREAL_BEAST",r[r.DAGANNOTH_PRIME=2266]="DAGANNOTH_PRIME",r[r.DAGANNOTH_REX=2267]="DAGANNOTH_REX",r[r.DAGANNOTH_SUPREME=2265]="DAGANNOTH_SUPREME",r[r.GIANT_MOLE=5779]="GIANT_MOLE",r[r.KALPHITE_QUEEN=963]="KALPHITE_QUEEN",r[r.OBOR=7416]="OBOR",r[r.SARACHNIS=8713]="SARACHNIS",r[r.VORKATH=8061]="VORKATH",r[r.ZULRAH=2042]="ZULRAH",r[r.COMMANDER_ZILYANA=2205]="COMMANDER_ZILYANA",r[r.GENERAL_GRAARDOR=2215]="GENERAL_GRAARDOR",r[r.KREEARRA=3162]="KREEARRA",r[r.KRIL_TSUTSAROTH=3129]="KRIL_TSUTSAROTH",r[r.BRYOPHYTA=8195]="BRYOPHYTA",r[r.SKOTIZO=7286]="SKOTIZO",r[r.DERANGED_ARCHAEOLOGIST=7806]="DERANGED_ARCHAEOLOGIST",r[r.PHANTOM_MUSPAH=12077]="PHANTOM_MUSPAH",r[r.DUKE_SUCELLUS=12191]="DUKE_SUCELLUS",r[r.VARDORVIS=12223]="VARDORVIS",r[r.THE_LEVIATHAN=12214]="THE_LEVIATHAN",r[r.THE_WHISPERER=12204]="THE_WHISPERER",r[r.DUKE_SUCELLUS_AWAKENED=12192]="DUKE_SUCELLUS_AWAKENED",r[r.THE_LEVIATHAN_AWAKENED=12215]="THE_LEVIATHAN_AWAKENED",r[r.THE_WHISPERER_AWAKENED=12205]="THE_WHISPERER_AWAKENED",r[r.VARDORVIS_AWAKENED=12224]="VARDORVIS_AWAKENED",r[r.SCURRIUS=7222]="SCURRIUS",r[r.CALLISTO=6503]="CALLISTO",r[r.CHAOS_ELEMENTAL=2054]="CHAOS_ELEMENTAL",r[r.CRAZY_ARCHAEOLOGIST=6618]="CRAZY_ARCHAEOLOGIST",r[r.KING_BLACK_DRAGON=6502]="KING_BLACK_DRAGON",r[r.SCORPIA=6615]="SCORPIA",r[r.VENENATIS=6610]="VENENATIS",r[r.VETION=6611]="VETION",r[r.CHAOS_FANATIC=6619]="CHAOS_FANATIC",r[r.ARTIO=11992]="ARTIO",r[r.SPINDEL=11998]="SPINDEL",r[r.CALVARION=11993]="CALVARION",r[r.ABYSSAL_SIRE=5886]="ABYSSAL_SIRE",r[r.CERBERUS=5862]="CERBERUS",r[r.ALCHEMICAL_HYDRA=8615]="ALCHEMICAL_HYDRA",r[r.GROTESQUE_GUARDIANS=7851]="GROTESQUE_GUARDIANS",r[r.THERMONUCLEAR_SMOKE_DEVIL=499]="THERMONUCLEAR_SMOKE_DEVIL",r[r.KRAKEN=494]="KRAKEN",r[r.BLOOD_REAVER=11293]="BLOOD_REAVER",r[r.BRUTAL_BLACK_DRAGON=7275]="BRUTAL_BLACK_DRAGON",r[r.BABY_BLACK_DRAGON=1871]="BABY_BLACK_DRAGON",r[r.BANDIT=6605]="BANDIT",r[r.ARMADYLIAN_GUARD=6587]="ARMADYLIAN_GUARD",r[r.BLACK_KNIGHT=516]="BLACK_KNIGHT",r[r.DARK_WARRIOR=531]="DARK_WARRIOR",r[r.DEADLY_RED_SPIDER=3021]="DEADLY_RED_SPIDER",r[r.ELDER_CHAOS_DRUID=6607]="ELDER_CHAOS_DRUID",r[r.ENT=6594]="ENT",r[r.REVENANT_CYCLOPS=7934]="REVENANT_CYCLOPS",r[r.REVENANT_PYREFIEND=7932]="REVENANT_PYREFIEND",r[r.REVENANT_ORK=7937]="REVENANT_ORK",r[r.REVENANT_KNIGHT=7939]="REVENANT_KNIGHT",r[r.REVENANT_IMP=7881]="REVENANT_IMP",r[r.REVENANT_HOBGOBLIN=7933]="REVENANT_HOBGOBLIN",r[r.REVENANT_HELLHOUND=7935]="REVENANT_HELLHOUND",r[r.REVENANT_GOBLIN=7931]="REVENANT_GOBLIN",r[r.REVENANT_DRAGON=7940]="REVENANT_DRAGON",r[r.REVENANT_DEMON=7936]="REVENANT_DEMON",r[r.REVENANT_DARK_BEAST=7938]="REVENANT_DARK_BEAST",r[r.PIRATE=521]="PIRATE",r[r.MAMMOTH=6604]="MAMMOTH",r[r.MAGIC_AXE=2844]="MAGIC_AXE",r[r.LAVA_DRAGON=6593]="LAVA_DRAGON",r[r.GUARD_BANDIT=1027]="GUARD_BANDIT",r[r.DAGANNOTH_SPAWN=3184]="DAGANNOTH_SPAWN",r[r.FERAL_VAMPYRE=3234]="FERAL_VAMPYRE",r[r.FEVER_SPIDER=626]="FEVER_SPIDER",r[r.GIANT_SEA_SNAKE=1101]="GIANT_SEA_SNAKE",r[r.GREATER_NECHRYAEL=7278]="GREATER_NECHRYAEL",r[r.GREEN_DRAGON=260]="GREEN_DRAGON",r[r.HARPIE_BUG_SWARM=464]="HARPIE_BUG_SWARM",r[r.INFERNAL_MAGE=447]="INFERNAL_MAGE",r[r.JUNGLE_HORROR=1042]="JUNGLE_HORROR",r[r.KILLERWATT=469]="KILLERWATT",r[r.LESSER_DEMON=2005]="LESSER_DEMON",r[r.ELF_ARCHER=5295]="ELF_ARCHER",r[r.FLESH_CRAWLER=2498]="FLESH_CRAWLER",r[r.FIYR_SHADE=1286]="FIYR_SHADE",r[r.DEVIANT_SPECTRE=7279]="DEVIANT_SPECTRE",r[r.DAGANNOTH_FLEDGELING=2264]="DAGANNOTH_FLEDGELING",r[r.HYDRA=8609]="HYDRA",r[r.ICE_GIANT=2085]="ICE_GIANT",r[r.ICE_TROLL=648]="ICE_TROLL",r[r.ICE_WARRIOR=2841]="ICE_WARRIOR",r[r.PHRIN_SHADE=1280]="PHRIN_SHADE",r[r.OTHERWORLDLY_BEING=2843]="OTHERWORLDLY_BEING",r[r.MUTATED_BLOODVELD=7276]="MUTATED_BLOODVELD",r[r.MOURNER=8844]="MOURNER",r[r.MOSS_GIANT=2090]="MOSS_GIANT",r[r.MOLANISK=1]="MOLANISK",r[r.MOGRE=2592]="MOGRE",r[r.LOAR_SHADE=1277]="LOAR_SHADE",r[r.LIZARDMAN_BRUTE=6918]="LIZARDMAN_BRUTE",r[r.JELLY=437]="JELLY",r[r.IORWERTH_ARCHER=3428]="IORWERTH_ARCHER",r[r.IORWERTH_WARRIOR=3429]="IORWERTH_WARRIOR",r[r.WEREWOLF=2593]="WEREWOLF",r[r.WATERFIEND=2916]="WATERFIEND",r[r.WARPED_JELLY=7277]="WARPED_JELLY",r[r.WALL_BEAST=476]="WALL_BEAST",r[r.VYREWATCH_SENTINEL=9756]="VYREWATCH_SENTINEL",r[r.VYREWATCH=3717]="VYREWATCH",r[r.VAMPYRE_JUVINATE=3694]="VAMPYRE_JUVINATE",r[r.TZHAARKET=2173]="TZHAARKET",r[r.TROLL_GENERAL=4120]="TROLL_GENERAL",r[r.TERROR_DOG=6473]="TERROR_DOG",r[r.SHADOW_WARRIOR=2853]="SHADOW_WARRIOR",r[r.SHADE=5633]="SHADE",r[r.SEA_SNAKE_YOUNG=1097]="SEA_SNAKE_YOUNG",r[r.SEA_SNAKE_HATCHLING=1098]="SEA_SNAKE_HATCHLING",r[r.ROCKSLUG=421]="ROCKSLUG",r[r.RIYL_SHADE=1282]="RIYL_SHADE",r[r.PYREFIEND=433]="PYREFIEND",r[r.PYRELORD=6762]="PYRELORD",r[r.PORAZDIR=7860]="PORAZDIR",r[r.OGRE=136]="OGRE",r[r.OGRESS_SHAMAN=7991]="OGRESS_SHAMAN",r[r.OGRESS_WARRIOR=7990]="OGRESS_WARRIOR",r[r.ANCIENT_ZYGOMITE=7797]="ANCIENT_ZYGOMITE",r[r.ASYN_SHADE=1284]="ASYN_SHADE",r[r.BABY_BLUE_DRAGON=241]="BABY_BLUE_DRAGON",r[r.BABY_GREEN_DRAGON=5194]="BABY_GREEN_DRAGON",r[r.BABY_RED_DRAGON=137]="BABY_RED_DRAGON",r[r.BRONZE_DRAGON=270]="BRONZE_DRAGON",r[r.BRUTAL_BLUE_DRAGON=7273]="BRUTAL_BLUE_DRAGON",r[r.BRUTAL_GREEN_DRAGON=2918]="BRUTAL_GREEN_DRAGON",r[r.BRUTAL_RED_DRAGON=7274]="BRUTAL_RED_DRAGON",r[r.CATABLEPON=2475]="CATABLEPON",r[r.COCKATRICE=420]="COCKATRICE",r[r.CROCODILE=4184]="CROCODILE",r[r.CYCLOPS=2097]="CYCLOPS",r[r.TEMPLE_SPIDER=8703]="TEMPLE_SPIDER",r[r.TERRORBIRD=2064]="TERRORBIRD",r[r.TORTURED_GORILLA=7097]="TORTURED_GORILLA",r[r.TORTURED_SOUL=2999]="TORTURED_SOUL",r[r.TWISTED_BANSHEE=7272]="TWISTED_BANSHEE",r[r.UNDEAD_CHICKEN=2993]="UNDEAD_CHICKEN",r[r.UNDEAD_COW=2992]="UNDEAD_COW",r[r.UNDEAD_DRUID=2145]="UNDEAD_DRUID",r[r.UNDEAD_ONE=5342]="UNDEAD_ONE",r[r.URIUM_SHADE=10589]="URIUM_SHADE",r[r.WHITE_WOLF=108]="WHITE_WOLF",r[r.WILD_DOG=112]="WILD_DOG",r[r.ZOGRE=866]="ZOGRE",r[r.ZOMBIE_RAT=3969]="ZOMBIE_RAT",r[r.PENGUIN=2063]="PENGUIN",r[r.PIT_SCORPION=3026]="PIT_SCORPION",r[r.POISON_SCORPION=3025]="POISON_SCORPION",r[r.ROOSTER=3663]="ROOSTER",r[r.SEAGULL=1338]="SEAGULL",r[r.SHADOW_SPIDER=3016]="SHADOW_SPIDER",r[r.SKELETON_FREMENNIK=4498]="SKELETON_FREMENNIK",r[r.SKELETON_MAGE=4319]="SKELETON_MAGE",r[r.SKOGRE=878]="SKOGRE",r[r.SMALL_LIZARD=463]="SMALL_LIZARD",r[r.SULPHUR_LIZARD=8614]="SULPHUR_LIZARD",r[r.GIANT_BAT=2834]="GIANT_BAT",r[r.GIANT_CRYPT_SPIDER=1684]="GIANT_CRYPT_SPIDER",r[r.GIANT_RAT=2510]="GIANT_RAT",r[r.GIANT_SPIDER=2477]="GIANT_SPIDER",r[r.GRIZZLY_BEAR=3423]="GRIZZLY_BEAR",r[r.GRIZZLY_BEAR_CUB=3425]="GRIZZLY_BEAR_CUB",r[r.ICE_WOLF=645]="ICE_WOLF",r[r.JACKAL=4185]="JACKAL",r[r.JUNGLE_WOLF=232]="JUNGLE_WOLF",r[r.KALPHITE_GUARDIAN=959]="KALPHITE_GUARDIAN",r[r.KALPHITE_SOLDIER=957]="KALPHITE_SOLDIER",r[r.KING_SCORPION=3027]="KING_SCORPION",r[r.LOBSTROSITY=7796]="LOBSTROSITY",r[r.MONKEY_ARCHER=5272]="MONKEY_ARCHER",r[r.MONKEY_GUARD=5271]="MONKEY_GUARD",r[r.MONKEY_ZOMBIE=5281]="MONKEY_ZOMBIE",r[r.MOUNTED_TERRORBIRD_GNOME=2067]="MOUNTED_TERRORBIRD_GNOME",r[r.BEAR_CUB=3909]="BEAR_CUB",r[r.BIG_WOLF=115]="BIG_WOLF",r[r.BIRD=5240]="BIRD",r[r.BLACK_GUARD=6046]="BLACK_GUARD",r[r.CAVE_GOBLIN_GUARD=5334]="CAVE_GOBLIN_GUARD",r[r.CHAOS_DWARF=291]="CHAOS_DWARF",r[r.CHICKEN=3316]="CHICKEN",r[r.CHOMPY_BIRD=1475]="CHOMPY_BIRD",r[r.COW_CALF=2792]="COW_CALF",r[r.CRYPT_RAT=1679]="CRYPT_RAT",r[r.DEATH_WING=509]="DEATH_WING",r[r.DESERT_LIZARD=459]="DESERT_LIZARD",r[r.DESERT_WOLF=4649]="DESERT_WOLF",r[r.DUCK=1838]="DUCK",r[r.DUCKLING=2001]="DUCKLING",r[r.DUNGEON_RAT=2865]="DUNGEON_RAT",r[r.DWARF_GANG_MEMBER=1354]="DWARF_GANG_MEMBER",r[r.ABERRANT_SPECTRE=2]="ABERRANT_SPECTRE",r[r.DAGANNOTH=3185]="DAGANNOTH",r[r.GUARD=995]="GUARD",r[r.RED_DRAGON=247]="RED_DRAGON",r[r.ABYSSAL_DEMON=415]="ABYSSAL_DEMON",r[r.DARK_BEAST=4005]="DARK_BEAST",r[r.HELLHOUND=104]="HELLHOUND",r[r.RUNE_DRAGON=8031]="RUNE_DRAGON",r[r.ADAMANT_DRAGON=8030]="ADAMANT_DRAGON",r[r.DEMONIC_GORILLA=7144]="DEMONIC_GORILLA",r[r.SCARAB_MAGE=794]="SCARAB_MAGE",r[r.ANKOU=2514]="ANKOU",r[r.DRAKE=8612]="DRAKE",r[r.IRON_DRAGON=272]="IRON_DRAGON",r[r.SKELETAL_WYVERN=465]="SKELETAL_WYVERN",r[r.AVIANSIE=3169]="AVIANSIE",r[r.DUST_DEVIL=423]="DUST_DEVIL",r[r.KALPHITE_WORKER=955]="KALPHITE_WORKER",r[r.SMOKE_DEVIL=498]="SMOKE_DEVIL",r[r.BASILISK_KNIGHT=9293]="BASILISK_KNIGHT",r[r.ELF_WARRIOR=5293]="ELF_WARRIOR",r[r.KURASK=410]="KURASK",r[r.SPIRITUAL_MAGE=2212]="SPIRITUAL_MAGE",r[r.BASILISK=417]="BASILISK",r[r.FIRE_GIANT=2075]="FIRE_GIANT",r[r.LIZARDMAN_SHAMAN=6766]="LIZARDMAN_SHAMAN",r[r.SPIRITUAL_RANGER=2211]="SPIRITUAL_RANGER",r[r.BLACK_DEMON=240]="BLACK_DEMON",r[r.ANCIENT_WYVERN=7795]="ANCIENT_WYVERN",r[r.LIZARDMAN=6914]="LIZARDMAN",r[r.SPIRITUAL_WARRIOR=2210]="SPIRITUAL_WARRIOR",r[r.BLACK_DRAGON=252]="BLACK_DRAGON",r[r.LONGTAILED_WYVERN=7792]="LONGTAILED_WYVERN",r[r.LOCUST_RIDER=795]="LOCUST_RIDER",r[r.STEEL_DRAGON=8086]="STEEL_DRAGON",r[r.BLOODVELD=484]="BLOODVELD",r[r.SPITTING_WYVERN=7794]="SPITTING_WYVERN",r[r.MAN=1118]="MAN",r[r.SUQAH=787]="SUQAH",r[r.BLUE_DRAGON=265]="BLUE_DRAGON",r[r.TALONED_WYVERN=7793]="TALONED_WYVERN",r[r.MITHRIL_DRAGON=2919]="MITHRIL_DRAGON",r[r.TUROTH=426]="TUROTH",r[r.BRINE_RAT=4501]="BRINE_RAT",r[r.GARGOYLE=412]="GARGOYLE",r[r.MOUNTAIN_TROLL=936]="MOUNTAIN_TROLL",r[r.WOMAN=1119]="WOMAN",r[r.CAVE_HORROR=1047]="CAVE_HORROR",r[r.GOBLIN=655]="GOBLIN",r[r.ZYGOMITE=537]="ZYGOMITE",r[r.WYRM=8610]="WYRM",r[r.CAVE_KRAKEN=492]="CAVE_KRAKEN",r[r.GREATER_DEMON=2025]="GREATER_DEMON",r[r.NECHRYAEL=8]="NECHRYAEL",r[r.BANSHEE=414]="BANSHEE",r[r.CAVE_BUG=481]="CAVE_BUG",r[r.COW=2790]="COW",r[r.DWARF=290]="DWARF",r[r.LIZARD=458]="LIZARD",r[r.RAT=2854]="RAT",r[r.SPIDER=3019]="SPIDER",r[r.BAT=2827]="BAT",r[r.CAVE_CRAWLER=406]="CAVE_CRAWLER",r[r.CRAWLING_HAND=448]="CRAWLING_HAND",r[r.GHOST=85]="GHOST",r[r.MINOTAUR=2481]="MINOTAUR",r[r.SCORPION=3024]="SCORPION",r[r.WOLF=106]="WOLF",r[r.BLACK_BEAR=2839]="BLACK_BEAR",r[r.CAVE_SLIME=480]="CAVE_SLIME",r[r.GUARD_DOG=114]="GUARD_DOG",r[r.ICEFIEND=3140]="ICEFIEND",r[r.MONKEY=2848]="MONKEY",r[r.SKELETON=70]="SKELETON",r[r.ZOMBIE=26]="ZOMBIE",r[r.HILL_GIANT=2098]="HILL_GIANT",r[r.POLLNIVNIAN_BANDIT=736]="POLLNIVNIAN_BANDIT",r[r.CAVE_GOBLIN=6434]="CAVE_GOBLIN",r[r.DESERT_BANDIT=690]="DESERT_BANDIT",r[r.ELF=5299]="ELF",r[r.FARMER=3114]="FARMER",r[r.FREMENNIK_CITIZEN=3937]="FREMENNIK_CITIZEN",r[r.GNOME=5969]="GNOME",r[r.GOAT=1792]="GOAT",r[r.MALE_HAM_MEMBER=2540]="MALE_HAM_MEMBER",r[r.FEMALE_HAM_MEMBER=2541]="FEMALE_HAM_MEMBER",r[r.HERO=3295]="HERO",r[r.KNIGHT_OF_ARDOUGNE=3297]="KNIGHT_OF_ARDOUGNE",r[r.MASTER_FARMER=5730]="MASTER_FARMER",r[r.PALADIN=1144]="PALADIN",r[r.WATCHMAN=5420]="WATCHMAN",r[r.VYRE=9710]="VYRE",r[r.TZHAARHUR=2161]="TZHAARHUR",r[r.ROGUE=526]="ROGUE",r[r.PRIFDDINAS_ELF=9076]="PRIFDDINAS_ELF",r[r.WARRIOR_WOMAN=3260]="WARRIOR_WOMAN",r[r.ALKHARID_WARRIOR=3292]="ALKHARID_WARRIOR",r[r.GHOUL=289]="GHOUL",r[r.EARTH_WARRIOR=2840]="EARTH_WARRIOR",r[r.IMP=5007]="IMP",r[r.JOGRE=2094]="JOGRE",r[r.HOBGOBLIN=3049]="HOBGOBLIN",r[r.CHAOS_DRUID=520]="CHAOS_DRUID",r[r.UNICORN=2837]="UNICORN",r[r.MENAPHITE_THUG=3549]="MENAPHITE_THUG",r[r.RABBIT=9118]="RABBIT",r[r.TZHAARXIL=2168]="TZHAARXIL",r[r.TZHAARMEJ=2154]="TZHAARMEJ",r[r.GIANT_FROG=477]="GIANT_FROG",r[r.JUBBLY_BIRD=4863]="JUBBLY_BIRD",r[r.MANIACAL_MONKEY=7118]="MANIACAL_MONKEY",r[r.ZOMBIE_PIRATE=13489]="ZOMBIE_PIRATE",r[r.TORMENTED_DEMON=13600]="TORMENTED_DEMON",r[r.ARMOURED_ZOMBIE=12720]="ARMOURED_ZOMBIE",r[r.CRAB=4819]="CRAB",r[r.BARROWS=1673]="BARROWS",r[r.TZTOKJAD=3127]="TZTOKJAD",r[r.HESPORI=8583]="HESPORI",r[r.TZKALZUK=7706]="TZKALZUK",r[r.ABHORRENT_SPECTRE=7402]="ABHORRENT_SPECTRE",r[r.BASILISK_SENTINEL=9258]="BASILISK_SENTINEL",r[r.CAVE_ABOMINATION=7401]="CAVE_ABOMINATION",r[r.CHASM_CRAWLER=7389]="CHASM_CRAWLER",r[r.CHOKE_DEVIL=7404]="CHOKE_DEVIL",r[r.COCKATHRICE=7393]="COCKATHRICE",r[r.COLOSSAL_HYDRA=10402]="COLOSSAL_HYDRA",r[r.CRUSHING_HAND=7388]="CRUSHING_HAND",r[r.FLAMING_PYRELORD=7394]="FLAMING_PYRELORD",r[r.GIANT_ROCKSLUG=7392]="GIANT_ROCKSLUG",r[r.GREATER_ABYSSAL_DEMON=7410]="GREATER_ABYSSAL_DEMON",r[r.GUARDIAN_DRAKE=10400]="GUARDIAN_DRAKE",r[r.INSATIABLE_BLOODVELD=7397]="INSATIABLE_BLOODVELD",r[r.INSATIABLE_MUTATED_BLOODVELD=7398]="INSATIABLE_MUTATED_BLOODVELD",r[r.KING_KURASK=7405]="KING_KURASK",r[r.MALEVOLENT_MAGE=7396]="MALEVOLENT_MAGE",r[r.MARBLE_GARGOYLE=7407]="MARBLE_GARGOYLE",r[r.MONSTROUS_BASILISK=7395]="MONSTROUS_BASILISK",r[r.NECHRYARCH=7411]="NECHRYARCH",r[r.NIGHT_BEAST=7409]="NIGHT_BEAST",r[r.NUCLEAR_SMOKE_DEVIL=7406]="NUCLEAR_SMOKE_DEVIL",r[r.REPUGNANT_SPECTRE=7403]="REPUGNANT_SPECTRE",r[r.SCREAMING_BANSHEE=7390]="SCREAMING_BANSHEE",r[r.SCREAMING_TWISTED_BANSHEE=7391]="SCREAMING_TWISTED_BANSHEE",r[r.SHADOW_WYRM=10398]="SHADOW_WYRM",r[r.SPIKED_TUROTH=10397]="SPIKED_TUROTH",r[r.VITREOUS_JELLY=7399]="VITREOUS_JELLY",r[r.VITREOUS_WARPED_JELLY=7400]="VITREOUS_WARPED_JELLY",r[r.FROGEEL=3600]="FROGEEL",r[r.NEWTROOST=3605]="NEWTROOST",r[r.SPIDINE=3602]="SPIDINE",r[r.SWORDCHICK=3603]="SWORDCHICK",r[r.UNICOW=3601]="UNICOW",r[r.JUBSTER=3604]="JUBSTER",r[r.REANIMATED_GOBLIN=7018]="REANIMATED_GOBLIN",r[r.REANIMATED_MONKEY=7019]="REANIMATED_MONKEY",r[r.REANIMATED_IMP=7020]="REANIMATED_IMP",r[r.REANIMATED_MINOTAUR=7021]="REANIMATED_MINOTAUR",r[r.REANIMATED_SCORPION=7022]="REANIMATED_SCORPION",r[r.REANIMATED_BEAR=7023]="REANIMATED_BEAR",r[r.REANIMATED_UNICORN=7024]="REANIMATED_UNICORN",r[r.REANIMATED_DOG=7025]="REANIMATED_DOG",r[r.REANIMATED_CHAOS_DRUID=7026]="REANIMATED_CHAOS_DRUID",r[r.REANIMATED_GIANT=7027]="REANIMATED_GIANT",r[r.REANIMATED_OGRE=7028]="REANIMATED_OGRE",r[r.REANIMATED_ELF=7029]="REANIMATED_ELF",r[r.REANIMATED_TROLL=7030]="REANIMATED_TROLL",r[r.REANIMATED_HORROR=7031]="REANIMATED_HORROR",r[r.REANIMATED_KALPHITE=7032]="REANIMATED_KALPHITE",r[r.REANIMATED_DAGANNOTH=7033]="REANIMATED_DAGANNOTH",r[r.REANIMATED_BLOODVELD=7034]="REANIMATED_BLOODVELD",r[r.REANIMATED_TZHAAR=7035]="REANIMATED_TZHAAR",r[r.REANIMATED_DEMON=7036]="REANIMATED_DEMON",r[r.REANIMATED_HELLHOUND=11463]="REANIMATED_HELLHOUND",r[r.REANIMATED_AVIANSIE=7037]="REANIMATED_AVIANSIE",r[r.REANIMATED_ABYSSAL=7038]="REANIMATED_ABYSSAL",r[r.REANIMATED_DRAGON=7039]="REANIMATED_DRAGON",r[r.FLAWED_GOLEM=10695]="FLAWED_GOLEM",r[r.MIND_GOLEM=10693]="MIND_GOLEM",r[r.BODY_GOLEM=10691]="BODY_GOLEM",r[r.CHAOS_GOLEM=10689]="CHAOS_GOLEM",r))(jr||{});var Er={};ma(Er,{ACCOUNT_TYPES:()=>od,BASE_API_URL:()=>Qr,CLUES:()=>fa,EMPTY_BIRD_NEST_ID:()=>sa,ErrorDescriptions:()=>nd,Errors:()=>ed,MINIGAMES:()=>Pa,SKILLS:()=>Ra,SkillsEnum:()=>$r,bossNameMap:()=>os,hiscoreURLs:()=>rd,mappedBossNames:()=>Ba});var Qr="https://services.runescape.com",Ra=["overall","attack","defence","strength","hitpoints","ranged","prayer","magic","cooking","woodcutting","fletching","fishing","firemaking","crafting","smithing","mining","herblore","agility","thieving","slayer","farming","runecraft","hunter","construction"],Pa=["bountyHunter","bountyHunterRogue","bountyHunterLegacy","bountyHunterLegacyRogue","LMS","pvpArena","soulWars","riftsClosed","colosseumGlory"],fa=["all","beginner","easy","medium","hard","elite","master"],Ba=[["abyssalSire","Abyssal Sire"],["alchemicalHydra","Alchemical Hydra"],["amoxliatl","Amoxliatl"],["araxxor","Araxxor"],["artio","Artio"],["barrowsChests","Barrows Chests"],["bryophyta","Bryophyta"],["callisto","Callisto"],["calvarion","Calvar'ion"],["cerberus","Cerberus"],["chambersofXeric","Chambers of Xeric"],["chambersofXericChallengeMode","Chambers of Xeric: Challenge Mode"],["chaosElemental","Chaos Elemental"],["chaosFanatic","Chaos Fanatic"],["commanderZilyana","Commander Zilyana"],["corporealBeast","Corporeal Beast"],["crazyArchaeologist","Crazy Archaeologist"],["dagannothPrime","Dagannoth Prime"],["dagannothRex","Dagannoth Rex"],["dagannothSupreme","Dagannoth Supreme"],["derangedArchaeologist","Deranged Archaeologist"],["dukeSucellus","Duke Sucellus"],["generalGraardor","General Graardor"],["giantMole","Giant Mole"],["grotesqueGuardians","Grotesque Guardians"],["hespori","Hespori"],["kalphiteQueen","Kalphite Queen"],["kingBlackDragon","King Black Dragon"],["kraken","Kraken"],["kreeArra","Kree'Arra"],["krilTsutsaroth","K'ril Tsutsaroth"],["lunarChests","Lunar Chests"],["mimic","Mimic"],["nex","Nex"],["nightmare","The Nightmare"],["phosanisNightmare","Phosani's Nightmare"],["obor","Obor"],["phantomMuspah","Phantom Muspah"],["sarachnis","Sarachnis"],["scorpia","Scorpia"],["scurrius","Scurrius"],["skotizo","Skotizo"],["solHeredit","Sol Heredit"],["spindel","Spindel"],["tempoross","Tempoross"],["theGauntlet","The Gauntlet"],["theCorruptedGauntlet","The Corrupted Gauntlet"],["theHueycoatl","The Hueycoatl"],["theLeviathan","The Leviathan"],["theWhisperer","The Whisperer"],["theatreofBlood","Theatre of Blood"],["theatreofBloodHard","Theatre of Blood: Hard Mode"],["thermonuclearSmokeDevil","Thermonuclear Smoke Devil"],["tombsofAmascut","Tombs of Amascut"],["tombsofAmascutExpert","Tombs of Amascut: Expert Mode"],["tzKalZuk","TzKal-Zuk"],["tzTokJad","TzTok-Jad"],["vardorvis","Vardorvis"],["venenatis","Venenatis"],["vetion","Vet'ion"],["vorkath","Vorkath"],["wintertodt","Wintertodt"],["zalcano","Zalcano"],["zulrah","Zulrah"]],os=new Map(Ba);function I(_){return`${Qr}/m=${_}/index_lite.ws?player=`}s(I,"hiscoreURL");var rd={normal:I("hiscore_oldschool"),ironman:I("hiscore_oldschool_ironman"),ultimate:I("hiscore_oldschool_ultimate"),hardcore:I("hiscore_oldschool_hardcore_ironman"),deadman:I("hiscore_oldschool_deadman"),seasonal:I("hiscore_oldschool_seasonal"),tournament:I("hiscore_oldschool_tournament"),skiller:I("hiscore_oldschool_skiller"),skiller_defence:I("hiscore_oldschool_skiller_defence")},od=["normal","ironman","ultimate","hardcore","deadman","seasonal","tournament","skiller","skiller_defence"],ed=(A=>(A.INVALID_USERNAME="INVALID_USERNAME",A.INVALID_ACCOUNT_TYPE="INVALID_ACCOUNT_TYPE",A.ACCOUNT_NOT_FOUND="ACCOUNT_NOT_FOUND",A.FAILED_REQUEST="FAILED_REQUEST",A))(ed||{}),nd={INVALID_USERNAME:"A malformed, invalid or incorrect username was passed and rejected.",INVALID_ACCOUNT_TYPE:"A invalid account type (normal, ironman, etc) was passed.",ACCOUNT_NOT_FOUND:"Could not find a RuneScape account with the provided username.",FAILED_REQUEST:"A request to an API/External resource failed unexpectedly.",ITEM_NOT_FOUND:"No item with the provided ID/Name could be found."},sa=5075,$r=(g=>(g.Agility="agility",g.Cooking="cooking",g.Fishing="fishing",g.Mining="mining",g.Smithing="smithing",g.Woodcutting="woodcutting",g.Firemaking="firemaking",g.Runecraft="runecraft",g.Crafting="crafting",g.Prayer="prayer",g.Fletching="fletching",g.Farming="farming",g.Herblore="herblore",g.Thieving="thieving",g.Hunter="hunter",g.Construction="construction",g.Attack="attack",g.Defence="defence",g.Strength="strength",g.Ranged="ranged",g.Magic="magic",g.Hitpoints="hitpoints",g.Slayer="slayer",g))($r||{});var es=(C=>(C.Demon="demon",C.Dragon="dragon",C.Fiery="fiery",C.Kalphite="kalphite",C.Leafy="leafy",C.Penance="penance",C.Shade="shade",C.Undead="undead",C.Vampyre="vampyre",C.Xerician="xerician",C))(es||{}),_d=(N=>(N.Turael="turael",N.Krystilia="krystilia",N.Mazchna="mazchna",N.Vannaka="vannaka",N.Chaeldar="chaeldar",N.Konar="konar",N.Nieve="nieve",N.Duradel="duradel",N))(_d||{}),ns=(i=>(i.Melee="melee",i.Magic="magic",i.Range="range",i))(ns||{});var Uo={};ma(Uo,{BarbarianAssault:()=>Ao,ChambersOfXeric:()=>Lo,EliteMimicTable:()=>Xs,FishingTrawler:()=>Do,Gauntlet:()=>po,GrandHallowedCoffin:()=>$s,MasterMimicTable:()=>zs,Mimic3rdAgeTable:()=>hd,Nightmare:()=>Bo,TOBRooms:()=>go,Tempoross:()=>ho,TheatreOfBlood:()=>Qs,TheatreOfBloodClass:()=>ka,ToBUniqueTable:()=>Po,Zalcano:()=>Ho});var io=G(H(),1);function b(_){let e=K.get(_);if(!e)throw new Error(`ERROR: ${JSON.stringify(_)} doesnt exist.`);return e.id}s(b,"itemID");var eo=G(H(),1);var ha=G(H(),1);function id(_){return _>999999999||_<-999999999?`${(0,ha.round)(_/1e9)}b`:_>999999||_<-999999?`${(0,ha.round)(_/1e6)}m`:_>999||_<-999?`${(0,ha.round)(_/1e3)}k`:(0,ha.round)(_).toString()}s(id,"toKMB");function _s(_){_=_.toLowerCase().replace(/,/g,"");let[e,n]=_.split(/[.kmb]/g),i=e;return _.includes("b")?i+=n+"0".repeat(9).slice(n.length):_.includes("m")?i+=n+"0".repeat(6).slice(n.length):_.includes("k")&&(i+=n+"0".repeat(3).slice(n.length)),Number.parseInt(i)}s(_s,"fromKMB");var Ta="Tried to mutate a frozen Bank.",is=s(_=>/^-?\d+$/.test(_),"isValidInteger");function no(_){return typeof _=="number"&&_>=1&&Number.isInteger(_)}s(no,"isValidBankQuantity");function ls(_){for(let[e,n]of Object.entries(_))no(n)||delete _[e],K.get(Number.parseInt(e))||delete _[e]}s(ls,"sanitizeItemBank");var u=class _{static{s(this,"Bank")}map;frozen=!1;static withSanitizedValues(e){let n={...e};return ls(n),new _(n)}constructor(e){this.map=this.makeFromInitialBank(e)}removeInvalidValues(){for(let[e,n]of this.map.entries())(!no(n)||!K.has(e))&&this.map.delete(e);return this}resolveItemID(e){return typeof e=="number"?e:typeof e=="string"?b(e):e.id}clear(e){if(this.frozen)throw new Error(Ta);return e?(this.set(this.resolveItemID(e),0),this):(this.map.clear(),this)}makeFromInitialBank(e){if(!e)return new Map;if(e instanceof _)return new Map(e.map.entries());let n=Object.entries(e);return n.length===0?new Map:is(n[0][0])?new Map(n.map(([i,A])=>[Number(i),A])):new Map(n.map(([i,A])=>[K.get(i).id,A]))}toJSON(){return Object.fromEntries(this.map)}set(e,n){if(this.frozen)throw new Error(Ta);let i=this.resolveItemID(e);return this.map.set(i,n),this}freeze(){return this.frozen=!0,Object.freeze(this.map),this}amount(e){let n=this.resolveItemID(e);return this.map.get(n)??0}addItem(e,n=1){if(this.frozen)throw new Error(Ta);return n<1?this:(this.map.set(e,(this.map.get(e)??0)+n),this)}removeItem(e,n=1){if(this.frozen)throw new Error(Ta);let i=this.resolveItemID(e),A=this.map.get(i);return A===void 0?this:(A-n<=0?this.map.delete(i):this.map.set(i,A-n),this)}add(e,n=1){if(this.frozen)throw new Error(Ta);if(typeof e=="number")return this.addItem(e,n);if(typeof e=="string")return this.addItem(b(e),n);if(e instanceof _){for(let[i,A]of e.map.entries())this.addItem(i,A);return this}if(!e)return this;if("id"in e){let i=e;return this.addItem(i.id,n)}for(let[i,A]of Object.entries(e)){let T=Number.parseInt(i);if(Number.isNaN(T)&&(T=K.get(i)?.id),!T)throw new Error(`${i} is not a valid name or id`);this.addItem(T,A)}return this}remove(e,n=1){if(this.frozen)throw new Error(Ta);if(typeof e=="string")return this.removeItem(b(e),n);if(typeof e=="number")return this.removeItem(e,n);if(e instanceof _){for(let[i,A]of e.map.entries())this.removeItem(i,A);return this}return this.remove(new _(e)),this}random(){let e=Array.from(this.map.entries());if(e.length===0)return null;let n=(0,eo.randArrItem)(e);return{id:n[0],qty:n[1]}}multiply(e,n){if(this.frozen)throw new Error(Ta);for(let[i,A]of this.map.entries())n?.includes(i)||this.map.set(i,A*e);return this}has(e){return typeof e=="string"||typeof e=="number"?this.amount(e)>0:Array.isArray(e)?e.every(n=>this.amount(n)>0):e instanceof _?e.items().every(n=>this.amount(n[0].id)>=n[1]):"id"in e?this.has(e.id):this.has(new _(e))}items(){let e=[];for(let[n,i]of this.map.entries())i<1||e.push([K.get(n),i]);return e}forEach(e){for(let n of this.items())e(...n)}clone(){return new _(this)}fits(e){return e.items().map(([A,T])=>Math.floor(this.amount(A.id)/T)).sort((A,T)=>A-T)[0]??0}filter(e){let n=new _;for(let i of this.items())e(...i)&&n.add(i[0].id,i[1]);return n}toString(){let e=this.items();return e.length===0?"No items":e.sort((n,i)=>n[0].name.localeCompare(i[0].name)).map(([n,i])=>`${i<1e3?`${i}x`:id(i)} ${n?.name??"Unknown item"}`).join(", ")}get length(){return this.map.size}value(){let e=0;for(let[n,i]of this.items())e+=n.price*i;return e}equals(e){if(this.length!==e.length)return!1;for(let[n,i]of this.items())if(e.amount(n.id)!==i)return!1;return!0}difference(e){return this.clone().remove(e).add(e.clone().remove(this))}validate(){let e=[];for(let[n,i]of this.map.entries())(typeof i!="number"||i<1||!Number.isInteger(i))&&e.push(`Item ${n} has a quantity of ${i}`),(typeof n!="number"||!n||!K.get(n)?.id)&&e.push(`Item ${n} does not exist.`);return e}validateOrThrow(){let e=this.validate();if(e.length>0)throw new Error(`Bank validation failed: ${e.join(", ")}`)}get itemIDs(){return Array.from(this.map.keys())}};function As(_,e){return e<=0?_:_-_*(e/100)}s(As,"reduceNumByPercent");function lo(_,e){return Math.floor(Math.random()*(e-_+1)+_)}s(lo,"randInt");function Rs(_,e){return Math.random()*(e-_)+_}s(Rs,"randFloat");function _o(_){return lo(1,_)===1}s(_o,"roll");var d=class _{static{s(this,"LootTable")}length;table;totalWeight;limit;oneInItems;tertiaryItems;everyItems;allItems;constructor(e={}){this.table=[],this.oneInItems=[],this.tertiaryItems=[],this.everyItems=[],this.length=0,this.totalWeight=0,this.limit=e.limit,this.allItems=[]}clone(){let e=new _;return e.table=[...this.table],e.oneInItems=[...this.oneInItems],e.tertiaryItems=[...this.tertiaryItems],e.everyItems=[...this.everyItems],e.length=this.length,e.totalWeight=this.totalWeight,e.limit=this.limit,e.allItems=[...this.allItems],e}resolveName(e){return b(e)}addToAllItems(e){if(Array.isArray(e)){for(let n of e)this.addToAllItems(n);return}if(e instanceof _){this.allItems=Array.from(new Set(this.allItems.concat(Array.isArray(e)?e:e.allItems)));return}if(typeof e=="number"){if(this.allItems.includes(e))return;this.allItems.push(e)}else this.addToAllItems(e.item)}oneIn(e,n,i=1,A){let T=typeof n=="string"?this.resolveName(n):n;return this.oneInItems.push({item:T,chance:e,quantity:i,options:A}),this.addToAllItems(T),this}tertiary(e,n,i=1,A){let T=typeof n=="string"?this.resolveName(n):n;return this.tertiaryItems.push({item:T,chance:e,quantity:i,options:A}),this.addToAllItems(T),this}every(e,n=1,i){let A=typeof e=="string"?this.resolveName(e):e;return this.everyItems.push({item:A,quantity:n,options:i}),this.addToAllItems(A),this}add(e,n=1,i=1,A){if(this.limit&&i+this.totalWeight>this.limit)throw new Error("Loot table total weight exceeds limit");return typeof e=="string"?this.add(this.resolveName(e),n,i,A):(this.length+=1,this.totalWeight+=i,this.addToAllItems(e),this.table.push({item:e,weight:i,quantity:n,options:A}),this)}cachedOptimizedTable=null;roll(e=1,n={}){let i=n.targetBank??new u,A=n.tertiaryItemPercentageChanges?this.tertiaryItems.map(O=>{if(typeof O.item!="number"||O.options?.freeze===!0)return O;let L=n.tertiaryItemPercentageChanges?.get(K.get(O.item).name);return L?{...O,chance:Math.ceil(As(O.chance,L))}:O}):this.tertiaryItems,T=this.limit||this.totalWeight;if(this.table.every(O=>Number.isInteger(O.weight))&&this.cachedOptimizedTable===null){this.cachedOptimizedTable=[];for(let O of this.table)for(let L=0;Li.item===e);if(!n)throw`${e} doesn't exist in this SimpleTable.`;return this.length-=1,this.totalWeight-=n.weight,this.table=this.table.filter(i=>i!==n),this}roll(){let e=(0,Ro.randInt)(1,this.totalWeight),n=-1,i=0;for(let A=0;AL[1]-N[1])){n.includes(T.id)&&(A+=O);let L=Math.round(e/O);if(L<2)continue;let{name:N}=T;n.includes(T.id)&&(N=`**${N}**`),i.push(`${O}x ${N} (1 in ${L})`)}return i.push(` +**${A}x Uniques (1 in ${Math.round(e/A)} which is ${(0,Na.calcWhatPercent)(A,e)}%)**`),i.join(", ")}s(ps,"calcDropRatesFromBank");function us(_,e){let n=[];for(let[i,A]of _.items().sort((T,O)=>T[1]-O[1])){let T=Math.round(e/A);T<2||n.push(`${i.name} (1 in ${T})`)}return n}s(us,"calcDropRatesFromBankWithoutUniques");function Cs(_){let e=new u;for(let n of _)e.add(n);return e}s(Cs,"addBanks");function bs(_,e){let n=new u;for(let[i,A]of _.items())n.add(i.id,Math.floor(A/e));return n}s(bs,"averageBank");function cs(_=100,e=1e4){let n=new u;for(let i=0;i<_;i++)n.add(K.random().id,e);return n}s(cs,"generateRandomBank");var J=G(H(),1);function ld(_,e){let n=_.trim().split(` +`).map(T=>T.split(",")),i={skills:{},minigames:{},clues:{},bossRecords:{}},A=0;for(let T=0;T=_+1)return i;return e}s(Rd,"convertXPtoLVL");function sd(_){return _<100?Math.round(.2*(_-100)**2+100):Math.max(Math.round(-1/5*_+120),50)}s(sd,"getBrimKeyChanceFromCBLevel");function Td(_,e){let n=0;return _<=80?n=3/10*Math.pow(80-_,2)+100:_<=350?n=-5/27*_+115:n=50,e?n*.8:n}s(Td,"getLarranKeyChanceFromCBLevel");function ta(_){return JSON.parse(JSON.stringify(_))}s(ta,"JSONClone");function Od(_){return Math.round((500-_)/1.5)}s(Od,"getAncientShardChanceFromHP");function Sd(_){return 500-_}s(Sd,"getTotemChanceFromHP");function Ld(_){let e=Math.min(_,300);return Math.round(320-e*8/10)}s(Ld,"getSlayersEnchantmentChanceFromHP");var To=new d().add("Amulet of avarice",1,2).add("Craw's bow (u)",1,1).add("Thammaron's sceptre (u)",1,1).add("Viggora's chainmace (u)",1,1);function P(_){return(e,n)=>{let i=e.onSlayerTask?1:0;if((0,J.roll)(_.uniqueTable[i])){n.add(To.roll());return}if((0,J.roll)(_.seeds[i])){n.add("Yew seed",(0,J.randInt)(2,7));return}if((0,J.roll)(_.seeds[i])){n.add("Magic seed",(0,J.randInt)(2,7));return}for(let[A,T]of[["ancientEmblem","Ancient emblem"],["ancientTotem","Ancient totem"],["ancientCrystal","Ancient crystal"],["ancientStatuette","Ancient statuette"],["topThree","Ancient medallion"],["topThree","Ancient effigy"],["topThree","Ancient relic"]])if((0,J.roll)(_[A][i])){n.add(T);return}}}s(P,"makeRevTable");function Nd(_,e){let n=_*(1-e/100),i=_*(1+e/100);return(0,J.randFloat)(n,i)}s(Nd,"randomVariation");function Oo(_){if(!_)return null;let e="";if(typeof _=="number")e=_;else{let n=Number(_);e=Number.isNaN(n)?_:n}return typeof e=="string"&&(e=e.replace(/’/g,"'")),K.get(e)??null}s(Oo,"getItem");function Dd(_){let e=Oo(_);if(!e)throw new Error(`Item ${_} not found.`);return e}s(Dd,"getItemOrThrow");function ea(_){let e=Array.isArray(_)?_:[_],n=[];for(let i of e)if(typeof i=="number")n.push(i);else{let A=K.get(i);if(!A)throw new Error(`No item found for: ${i}.`);n.push(A.id)}return n}s(ea,"resolveItems");function Bs(_){let e=[];for(let n of _)if(typeof n=="number")e.push(n);else if(Array.isArray(n)){let i=ea(n);e.push(i)}else{let i=K.get(n);if(!i)throw new Error(`No item found for: ${n}.`);e.push(i.id)}return e}s(Bs,"deepResolveItems");function p(_){let e=new d;for(let[n,i]of _)e.every(n,i??1);return e}s(p,"itemTupleToTable");var pd=oa({"Death rune":36,"Blood rune":32,"Soul rune":20,"Rune arrow":14,"Dragon arrow":202,"Grimy toadflax":525,"Grimy ranarr weed":800,"Grimy irit leaf":162,"Grimy avantoe":234,"Grimy kwuarm":378,"Grimy snapdragon":1348,"Grimy cadantine":358,"Grimy lantadyme":249,"Grimy dwarf weed":201,"Grimy torstol":824,"Silver ore":20,Coal:20,"Gold ore":44,"Mithril ore":32,"Adamantite ore":167,"Runite ore":2093,"Uncut sapphire":189,"Uncut emerald":142,"Uncut ruby":250,"Uncut diamond":514,"Lizardman fang":28,"Pure essence":2,Saltpetre:24,"Teak plank":100,"Mahogany plank":240,Dynamite:54,"Torn prayer scroll":999999,"Dark relic":999999}),ud=new k;for(let _ of Object.keys(pd))ud.add(Number.parseInt(_));var So=new d().add("Dexterous prayer scroll",1,20).add("Arcane prayer scroll",1,20).add("Twisted buckler",1,4).add("Dragon hunter crossbow",1,4).add("Dinh's bulwark",1,3).add("Ancestral hat",1,3).add("Ancestral robe top",1,3).add("Ancestral robe bottom",1,3).add("Dragon claws",1,3).add("Elder maul",1,2).add("Kodai insignia",1,2).add("Twisted bow",1,2),hs=[[1,y.Time.Hour+y.Time.Minute*10],[2,y.Time.Hour+y.Time.Minute*5],[3,y.Time.Minute*50],[4,y.Time.Minute*45],[10,y.Time.Minute*42],[15,y.Time.Minute*45],[23,y.Time.Hour]],Cd=class extends Ma{static{s(this,"ChambersOfXericClass")}id=1;aliases=["raids","cox"];name="Chambers of Xeric";allItems=[...So.allItems,...ud.table.map(e=>e.item)];maxRoll=57e4*(1/8675);determineUniqueChancesFromTeamPoints(e){let n=[],i=e*.00011527377521613833;for(let A=0;A<3;A++)if(i>this.maxRoll)n.push(this.maxRoll),i-=this.maxRoll;else{n.push(i);break}return n}elligibleForDust(e,n){for(let[i,A]of hs)if(e<=i)return n<=A;return n<=y.Time.Hour+y.Time.Minute*20}rollLootFromChances(e){let n=0;for(let i of e)(0,y.randFloat)(0,100)C.personalPoints)),T=this.determineUniqueChancesFromTeamPoints(A),O=this.rollLootFromChances(T),L={},N=new k;for(let C of n.team)L[C.id]=new u,i&&C.canReceiveDust&&(0,y.roll)(400)&&L[C.id].add("Metamorphic dust"),i&&(0,y.roll)(75)&&L[C.id].add("Twisted ancestral colour kit"),C.canReceiveAncientTablet&&(0,y.roll)(10)&&L[C.id].add("Ancient tablet"),N.add(C.id,C.personalPoints);for(;O.length>0&&N.table.length!==0;){let C=N.roll(),x=O.random();L[C].add(x.id,1),O.remove(x.id,1),(0,y.roll)(53)&&L[C].add("Olmlet"),N.delete(C)}for(let C of N.table){let x=n.team.find(w=>w.id===C.item).personalPoints,U=Object.entries(this.rollNonUniqueLoot(x));for(let[w,wR]of U)L[C.item].add(Number.parseInt(w),wR)}let B=n.team.length*70;for(let C of(0,y.shuffleArr)(Object.values(L)))if((0,y.roll)(B)){C.add("Onyx");break}return L}},Lo=new Cd;var Ua=G(H(),1);var Ms=[{id:b("Raw shrimps"),level:1,xp:10},{id:b("Raw sardine"),level:5,xp:20},{id:b("Raw anchovies"),level:15,xp:40},{id:b("Raw tuna"),level:35,xp:80},{id:b("Raw lobster"),level:40,xp:90},{id:b("Raw swordfish"),level:50,xp:100},{id:b("Raw shark"),level:76,xp:110},{id:b("Raw sea turtle"),level:79,xp:38},{id:b("Raw manta ray"),level:81,xp:46}],No=new d().add("Broken arrow").add("Broken glass").add("Broken staff").add("Buttons").add("Damaged armour").add("Old boot").add("Oyster").add("Pot").add("Rusty sword"),ts=new d().add(No,[0,1]).add(No,[0,1]),Gs=["Angler hat","Angler top","Angler waders","Angler boots"].map(b);function Do(_,e,n){let i=new u;if((0,Ua.roll)(5e3)&&i.add("Heron"),(0,Ua.roll)(8)){for(let B of Gs)if(!n||!n.has(B)){i.add(B);break}}i.add(ts.roll());let A=Ms.filter(B=>_>=B.level),T=A.slice(Math.max(A.length-5,0)).reverse(),O=0,L=T.length,N=3;for(let B=0;BU!==C),(0,Ua.roll)(3))break}return{loot:i,xp:O}}s(Do,"FishingTrawler");var Hs=new d().add("Adamant dagger").add("Adamant full helm").add("Adamant mace",[2,3]).add("Adamant pickaxe").add("Adamant platebody").add("Adamant platelegs").add("Adamant plateskirt").add("Adamant scimitar").add("Maple longbow",[7,13]).add("Maple shortbow",[8,11]).add("Mithril full helm").add("Mithril mace",[2,5]).add("Mithril platebody").add("Mithril platelegs").add("Mithril plateskirt").add("Air rune",[200,300]).add("Body rune",[250,350]).add("Earth rune",[200,300]).add("Fire rune",[200,300]).add("Mind rune",[300,400]).add("Water rune",[200,300]).add("Cake",[10,20]).add("Cod",[75,125]).add("Trout",[50,100]).add("Eye of newt",[300,500]).add("Silver bar",[15,30]).add("Uncut sapphire",[1,3]),ys=new d().add("Rune full helm",[2,4]).add("Rune chainbody",[1,2]).add("Rune platebody",[1,2]).add("Rune platelegs",[1,2]).add("Rune plateskirt",[1,2]).add("Rune halberd",[1,2]).add("Rune pickaxe",[1,2]).add("Dragon halberd").add("Cosmic rune",[160,240]).add("Nature rune",[100,140]).add("Law rune",[80,140]).add("Chaos rune",[180,300]).add("Death rune",[100,160]).add("Blood rune",[80,140]).add("Mithril arrow",[800,1200]).add("Adamant arrow",[400,600]).add("Rune arrow",[200,300]).add("Dragon arrow",[30,80]).add("Battlestaff",[4,8]).add("Coins",[2e4,8e4]),gs=new d().every("Crystal shard",[3,7]).every(ys,2).tertiary(25,"Clue scroll (elite)").tertiary(120,"Crystal weapon seed").tertiary(120,"Crystal armour seed").tertiary(2e3,"Enhanced crystal weapon seed").tertiary(2e3,"Youngllef"),Ps=new d().add("Rune full helm",[3,5]).add("Rune chainbody",[2,3]).add("Rune platebody",2).add("Rune platelegs",[2,3]).add("Rune plateskirt",[2,3]).add("Rune halberd",[2,3]).add("Rune pickaxe",[2,3]).add("Dragon halberd",[1,2]).add("Cosmic rune",[175,250]).add("Nature rune",[120,150]).add("Law rune",[100,150]).add("Chaos rune",[200,350]).add("Death rune",[120,175]).add("Blood rune",[100,150]).add("Mithril arrow",[1e3,1500]).add("Adamant arrow",[500,725]).add("Rune arrow",[250,450]).add("Dragon arrow",[50,100]).add("Uncut sapphire",[25,65]).add("Uncut emerald",[15,60]).add("Uncut ruby",[10,40]).add("Uncut diamond",[5,15]).add("Battlestaff",[8,12]).add("Coins",[75e3,15e4]),Us=new d().every("Crystal shard",[5,9]).every(Ps,3).tertiary(20,"Clue scroll (elite)").tertiary(50,"Crystal weapon seed").tertiary(50,"Crystal armour seed").tertiary(400,"Enhanced crystal weapon seed").tertiary(800,"Youngllef");function po({died:_,type:e}){return _?Hs.roll():e==="normal"?gs.roll():Us.roll()}s(po,"Gauntlet");var F=G(H(),1);var ws={"Cosmic rune":[[15,218],4],"Nature rune":[[6,165],4],"Death rune":[[24,176],4],"Blood rune":[[13,129],4],"Soul rune":[[12,126],4],"Adamant arrow":[[32,533],3],"Rune arrow":[[12,539],3],Cannonball:[[72,192],2],"Yew logs":[[14,121],4],"Magic logs":[[3,55],4],"Gold ore":[[14,174],4],Coal:[[16,253],4],"Mithril ore":[[15,168],4],"Adamantite ore":[[8,50],4],"Grimy cadantine":[[1,14],4],"Grimy torstol":[[1,16],4],"Uncut emerald":[[1,41],3],"Uncut ruby":[[2,35],3],"Snapdragon seed":[[1,6],1],Shark:[[1,15],6],Bass:[[1,18],6],"Prayer potion(3)":[[1,10],5],"Saradomin brew(3)":[[1,10],5],"Zamorak brew(3)":[[1,10],5],"Sanfew serum(3)":[[1,11],5],Coins:[[2717,43854],2]},bo=oa(ws),bd=new k;for(let[_,e]of Object.entries(bo))bd.add(Number.parseInt(_),e[1]);var Ks={"Cosmic rune":[[247,420],4],"Nature rune":[[165,305],4],"Death rune":[[165,305],4],"Blood rune":[[343,765],4],"Soul rune":[[110,228],4],Cannonball:[[137,382],4],"Rune arrow":[[412,957],3],"Mithril ore":[[165,305],5],Coal:[[220,458],4],"Gold ore":[[165,305],4],"Adamantite ore":[[40,95],4],"Magic logs":[[40,95],4],"Grimy cadantine":[[13,26],4],"Grimy torstol":[[13,26],4],"Snapdragon seed":[[5,10],3],"Uncut emerald":[[33,75],3],"Uncut ruby":[[27,60],3],"Runite ore":[[11,26],2],Bass:[[16,29],6],Shark:[[13,26],6],"Prayer potion(3)":[[8,15],5],"Sanfew serum(3)":[[6,12],5],"Saradomin brew(3)":[[8,15],5],"Zamorak brew(3)":[[8,15],5],Coins:[[41417,72013],2]},co=oa(Ks),fo=new k;for(let[_,e]of Object.entries(co))fo.add(Number.parseInt(_),e[1]);var wa=new k().add("Inquisitor's mace").add("Inquisitor's great helm",2).add("Inquisitor's hauberk",2).add("Inquisitor's plateskirt",2).add("Nightmare staff",3),Ka=new k().add("Eldritch orb").add("Volatile orb").add("Harmonised orb"),uo=new d().tertiary(190,"Clue scroll (elite)").tertiary(1900,"Jar of dreams").tertiary(3800,"Little nightmare"),Co=new d().tertiary(200,"Clue scroll (elite)").tertiary(4e3,"Little nightmare").tertiary(2e3,"Jar of dreams"),ks=new d().tertiary(35,"Clue scroll (elite)").tertiary(100,"Slepey tablet").tertiary(200,"Parasitic egg").tertiary(1400,"Little nightmare").tertiary(4e3,"Jar of dreams"),cd=class{static{s(this,"NightmareClass")}hp=2400;allItems=[...bd.table.map(e=>e.item),...wa.table.map(e=>Number(e.item)),...Ka.table.map(e=>Number(e.item)),...uo.allItems,...Co.allItems];rollNonUniqueLoot(e,n,i){let[A,T]=i?[fo,co]:[bd,bo],O=A.roll(),[L]=T[O];if(i)return[O,(0,F.randInt)(L[0],L[1])];let N=L[0];return N+=(0,F.calcPercentOfNum)(e,L[1])-L[0],n&&(N*=1.1),N=Math.floor(Math.max(N,L[0])),[O,N]}kill(e){let n=e.team.sort((O,L)=>L.damageDone-O.damageDone)[0],i=e.team.map(O=>({...O,percentDamage:Math.floor((0,F.calcWhatPercent)(O.damageDone,this.hp)),scaledPercentDamage:Math.floor((0,F.calcWhatPercent)(O.damageDone,this.hp/e.team.length)),mvp:n===O})),A={};for(let O of i)A[O.id]=new u;if(e.isPhosani)(0,F.roll)(143)&&A[e.team[0].id].add(wa.roll()),(0,F.roll)(533)&&A[e.team[0].id].add(Ka.roll());else{let L=function(B){let C=O.roll();A[C].add(B)};var T=L;s(L,"giveWeightedDrop");let O=new k;for(let B of i)O.add(B.id,B.percentDamage);(0,F.roll)(84)&&L(wa.roll()),(0,F.roll)(320)&&L(Ka.roll());let N=Math.min(75,i.length-5);N>0&&(0,F.percentChance)(N)&&((0,F.roll)(320)&&L(Ka.roll()),(0,F.roll)(84)&&L(wa.roll()))}for(let O of i)A[O.id].length===0&&A[O.id].add(...this.rollNonUniqueLoot(O.scaledPercentDamage,O.mvp,e.isPhosani)),A[O.id].add(O.mvp?"Big bones":"Bones"),A[O.id].add(e.isPhosani?ks.roll():O.mvp?uo.roll():Co.roll());return A}},Fs=new cd,Bo=Fs;var Ws=["Fish barrel","Tackle box","Big harpoonfish","Tiny tempor"],Ys=new d().add("Rune med helm",1,9).add("Rune full helm",1,9).add("Rune chainbody",1,9).add("Rune platebody",[2,3],1).add("Rune platelegs",[2,3],1).add("Rune plateskirt",[2,3],1).add("Rune sq shield",[3,5],1).add("Rune kiteshield",[3,5],1).add("Sapphire ring",[10,14],9).add("Emerald ring",[7,11],9).add("Ruby ring",[6,8],9).add("Diamond ring",[3,4],9).add("Sapphire necklace",[10,14],9).add("Emerald necklace",[7,11],9).add("Ruby necklace",[6,8],9).add("Diamond necklace",[3,4],9).add("Sapphire bracelet",[10,14],9).add("Emerald bracelet",[7,11],9).add("Ruby bracelet",[6,8],9).add("Diamond bracelet",[3,4],9).add("Sapphire ring",[20,28],1).add("Emerald ring",[14,22],1).add("Ruby ring",[12,16],1).add("Diamond ring",[6,8],1).add("Sapphire necklace",[20,28],1).add("Emerald necklace",[14,22],1).add("Ruby necklace",[12,16],1).add("Diamond necklace",[6,8],1).add("Sapphire bracelet",[20,28],1).add("Emerald bracelet",[14,22],1).add("Ruby bracelet",[12,16],1).add("Diamond bracelet",[3,8],1).add("Silver bar",[50,100],9).add("Gold bar",[50,100],9).add("Uncut opal",[25,50],9).add("Uncut jade",[25,50],9).add("Uncut red topaz",[10,15],9).add("Uncut sapphire",[20,30],1).add("Uncut emerald",[15,25],1).add("Uncut ruby",[10,20],1).add("Uncut diamond",[8,13],1).add("Uncut dragonstone",[2,3],1).add("Coins",[4e3,6e3],9).add("Loop half of key",9,1).add("Tooth half of key",9,1).add("Coins",[25e3,5e4],1).add("Clue scroll (easy)",1,12).add("Clue scroll (medium)",1,7).add("Clue scroll (hard)",1,5),vs=[[81,_=>_.add("Raw bass",[30,40],1125).add("Raw swordfish",[20,30],1013).add("Raw shark",[10,20],900).add("Raw sea turtle",[7,12],787).add("Raw manta ray",[5,10],675)],[79,_=>_.add("Raw lobster",[30,40],1125).add("Raw bass",[20,30],1013).add("Raw swordfish",[10,20],900).add("Raw shark",[7,12],787).add("Raw sea turtle",[5,10],675)],[76,_=>_.add("Raw tuna",[30,40],1125).add("Raw lobster",[20,30],1013).add("Raw bass",[10,20],900).add("Raw swordfish",[7,12],787).add("Raw shark",[5,10],675)],[50,_=>_.add("Raw salmon",[30,40],1125).add("Raw tuna",[20,30],1013).add("Raw lobster",[10,20],900).add("Raw bass",[7,12],787).add("Raw swordfish",[5,10],675)],[45,_=>_.add("Raw pike",[30,40],1125).add("Raw salmon",[20,30],1013).add("Raw tuna",[10,20],900).add("Raw lobster",[7,12],787).add("Raw bass",[5,10],675)],[40,_=>_.add("Raw mackerel",[30,40],1125).add("Raw pike",[20,30],1013).add("Raw salmon",[10,20],900).add("Raw tuna",[7,12],787).add("Raw lobster",[5,10],675)],[35,_=>_.add("Raw herring",[30,40],1125).add("Raw mackerel",[20,30],1013).add("Raw pike",[10,20],900).add("Raw salmon",[7,12],787).add("Raw tuna",[5,10],675)]];function ho({quantity:_,fishingLevel:e,userBank:n}){let i=new u,A=new d().add("Spirit flakes",[32,64],2e3).add(Ys,1,400).add("Plank",[20,30],350).add("Oak plank",[15,25],250).add("Seaweed",[20,60],200).add("Steel nails",[300,500],100).add("Feather",[800,1600],100).add("Fishing bait",[800,1600],100).add("Soaked page",[5,9],149).add("Fish barrel",1,20).add("Tackle box",1,20).add("Big harpoonfish",1,5).add("Tome of water (empty)",1,5).add("Tiny tempor",1,1).add("Dragon harpoon",1,1);for(let[T,O]of vs)if(e>=T){O(A);break}for(let T=0;T<_;T++){let O=A.roll();Ws.includes(O.items()[0][0].name)&&n.has(O)?i.add("Soaked page",25):i.add(O)}return i}s(ho,"Tempoross");var to=G(H(),1);var xs={"Blood rune":[[95,480],1],"Cosmic rune":[[304,926],1],"Death rune":[[201,830],1],"Law rune":[[177,770],1],"Soul rune":[[57,388],1],"Nature rune":[[1,842],1],"Silver ore":[[102,800],3],"Gold ore":[[129,721],3],"Steel bar":[[78,534],3],"Mithril bar":[[56,459],3],"Mithril ore":[[56,387],2],"Adamantite ore":[[63,289],2],"Runite ore":[[3,26],2],"Adamantite bar":[[17,103],2],"Runite bar":[[3,24],2],"Uncut diamond":[[2,19],2],"Uncut dragonstone":[[1,11],2],"Onyx bolt tips":[[4,38],2],Coal:[[169,815],1],"Pure essence":[[784,4422],1]},Go=oa(xs),fd=new k;for(let[_,e]of Object.entries(Go))fd.add(Number.parseInt(_),e[1]);var Vs=new d().tertiary(40,"Uncut onyx").every("Crystal tool seed"),Mo=new d().tertiary(2250,"Smolcano").tertiary(200,Vs).tertiary(1125,"Zalcano shard"),Bd=class{static{s(this,"ZalcanoClass")}allItems=[...Mo.allItems,...fd.table.map(e=>e.item)];rollNonUniqueLoot(e,n){let i=fd.roll(),[A]=Go[i],T=A[0];return T+=(0,to.calcPercentOfNum)(e,A[1])-A[0],n&&(T*=1.1),T=Math.floor(Math.max(T,A[0])),[i,T]}kill({team:e}){let n={};for(let i of e){let A=new u;A.add(...this.rollNonUniqueLoot(i.performancePercentage,i.isMVP)),i.isMVP?(A.add("Infernal ashes"),A.add("Crystal shard",3)):A.add("Crystal shard",2),A.add(Mo.roll()),n[i.id]=A}return n}},Zs=new Bd,Ho=Zs;var hd=new d().add("3rd age range coif").add("3rd age range top").add("3rd age range legs").add("3rd age vambraces").add("3rd age robe top").add("3rd age robe").add("3rd age mage hat").add("3rd age amulet").add("3rd age platelegs").add("3rd age platebody").add("3rd age full helmet").add("3rd age plateskirt").add("3rd age kiteshield").add("3rd age longsword").add("3rd age cloak").add("3rd age wand").add("3rd age bow").add("3rd age druidic staff").add("3rd age druidic cloak").add("3rd age druidic robe top").add("3rd age druidic robe bottoms").add("3rd age pickaxe").add("3rd age axe"),Xs=new d().every("Mahogany plank").oneIn(44,"Ring of 3rd age").oneIn(250,hd).add("Death rune",480).add("Death rune",600).add("Blood rune",400).add("Blood rune",500).add("Grimy ranarr weed",25,2).add("Raw manta ray",15,2).add("Wine of zamorak",25,2),zs=new d().every("Mahogany plank").oneIn(40,"Ring of 3rd age").oneIn(228,hd).add("Death rune",480).add("Death rune",600).add("Blood rune",400).add("Blood rune",500).add("Grimy ranarr weed",25,2).add("Raw manta ray",15,2).add("Wine of zamorak",25,2);var Oa=G(H(),1);var yo={};ma(yo,{JSONClone:()=>ta,addBanks:()=>Cs,addItemToBank:()=>Ss,averageBank:()=>bs,calcDropRatesFromBank:()=>ps,calcDropRatesFromBankWithoutUniques:()=>us,convertBankToPerHourStats:()=>Ds,convertLVLtoXP:()=>fs,convertXPtoLVL:()=>Rd,deepResolveItems:()=>Bs,fasterResolveBank:()=>Ls,fromKMB:()=>_s,generateRandomBank:()=>cs,getAncientShardChanceFromHP:()=>Od,getBrimKeyChanceFromCBLevel:()=>sd,getItem:()=>Oo,getItemOrThrow:()=>Dd,getLarranKeyChanceFromCBLevel:()=>Td,getSlayersEnchantmentChanceFromHP:()=>Ld,getTotemChanceFromHP:()=>Sd,increaseBankQuantitesByPercent:()=>Ns,isValidUsername:()=>Ad,itemID:()=>b,itemTupleToTable:()=>p,makeRevTable:()=>P,randomVariation:()=>Nd,resolveBank:()=>so,resolveItems:()=>ea,resolveNameBank:()=>oa,resolvePlayerFromHiscores:()=>ld,revsUniqueTable:()=>To,toKMB:()=>id});var go=[{name:"Maiden",difficultyRating:1,timeWeighting:11},{name:"Bloat",difficultyRating:4,timeWeighting:11},{name:"Nylocas",difficultyRating:3,timeWeighting:22},{name:"Sotetseg",difficultyRating:2,timeWeighting:11},{name:"Xarpus",difficultyRating:2,timeWeighting:17},{name:"Verzik",difficultyRating:6,timeWeighting:28}],Po=new d().add("Scythe of vitur (uncharged)").add("Ghrazi rapier",1,2).add("Sanguinesti staff (uncharged)",1,2).add("Justiciar faceguard",1,2).add("Justiciar chestguard",1,2).add("Justiciar legguards",1,2).add("Avernic defender hilt",1,8),Js=new d().add("Scythe of vitur (uncharged)").add("Ghrazi rapier",1,2).add("Sanguinesti staff (uncharged)",1,2).add("Justiciar faceguard",1,2).add("Justiciar chestguard",1,2).add("Justiciar legguards",1,2).add("Avernic defender hilt",1,7),qs=new d().tertiary(25,"Clue scroll (elite)").add("Vial of blood",[50,60],2).add("Death rune",[500,600]).add("Blood rune",[500,600]).add("Swamp tar",[500,600]).add("Coal",[500,600]).add("Gold ore",[300,360]).add("Molten glass",[200,240]).add("Adamantite ore",[130,156]).add("Runite ore",[60,72]).add("Wine of zamorak",[50,60]).add("Potato cactus",[50,60]).add("Grimy cadantine",[50,60]).add("Grimy avantoe",[40,48]).add("Grimy irit leaf",[34,40]).add("Grimy ranarr weed",[30,36]).add("Grimy snapdragon",[27,32]).add("Grimy lantadyme",[26,31]).add("Grimy dwarf weed",[24,28]).add("Grimy torstol",[20,24]).add("Battlestaff",[15,18]).add("Mahogany seed",[8,12]).add("Rune battleaxe",4).add("Rune platebody",4).add("Rune chainbody",4).add("Palm tree seed",3).add("Yew seed",3).add("Magic seed",3),js=new d().tertiary(275,"Sanguine dust").tertiary(150,"Sanguine ornament kit").tertiary(100,"Holy ornament kit"),ka=class{static{s(this,"TheatreOfBloodClass")}nonUniqueLoot(e,n,i){if(i.length===go.length)return new u().add("Cabbage");let A=new u;for(let O=0;O<3;O++)A.add(qs.roll());if(n){for(let[O]of A.items())A.set(O.id,Math.ceil(A.amount(O.id)*1.15));A.add(js.roll())}let T=n?500:650;return e.numDeaths>0&&(T*=e.numDeaths),(0,Oa.roll)(T)&&A.add("Lil' zik"),A}uniqueDecide(e){let n=new k;for(let i of e)n.add(i,i.points);return n.roll()}complete(e){let n=ta(e);if(n.team.length<2||n.team.length>4)throw new Error("Only team sizes of 2-4 are supported in ToB");let i=22,A=4,T=n.team.length*i,O=e.team.map(w=>({id:w.id,deaths:w.deaths,numDeaths:w.deaths.length,points:i-w.deaths.length*A})),L=(0,Oa.sumArr)(O.map(w=>w.points)),N=(0,Oa.sumArr)(O.map(w=>w.numDeaths)),B=(n.hardMode?13:11)*(L/T),x=(0,Oa.percentChance)(B)?this.uniqueDecide(O):null,U={};for(let w of O)w===x?U[w.id]=new u().add(n.hardMode?Js.roll():Po.roll()):U[w.id]=this.nonUniqueLoot(w,n.hardMode,w.deaths);return{loot:U,percentChanceOfUnique:B,totalDeaths:N,teamPoints:L}}},Qs=new ka;var $s=new d().every("Hallowed mark",[8,10]).tertiary(200,"Ring of endurance (uncharged)").tertiary(30,"Clue scroll (elite)").add("Rune 2h sword").add("Rune platebody").add("Law rune",[150,250]).add("Blood rune",[150,250]).add("Soul rune",[150,250]).add("Runite bolts",[100,300]).add("Monkfish",[2,6]).add("Sanfew serum(4)",[1,2]).add("Ranarr seed",[1,2]).add("Coins",[17500,25e3]);var Da=G(H(),1);import Es from"./monsters_data-4XLFTZA4.json"assert{type:"json"};var ms=Es,t=class{static{s(this,"Monster")}id;name;aliases;data;allItems;constructor(e){this.id=e.id,this.name=e.name,this.aliases=e.aliases??[],this.data=ms[this.id],this.allItems=e.allItems??[];let n=`${this.name.toLowerCase()}s`;this.aliases.includes(n)||this.aliases.push(n)}};var o=class extends t{static{s(this,"SimpleMonster")}table;onTaskTable;wildyCaveTable;pickpocketTable;customKillLogic;constructor(e){let n=[];e.table&&(n=n.concat(e.table.allItems)),e.pickpocketTable&&(n=n.concat(e.pickpocketTable.allItems)),super({...e,allItems:n}),this.table=e.table,this.pickpocketTable=e.pickpocketTable,this.onTaskTable=e.onTaskTable,this.wildyCaveTable=e.wildyCaveTable,this.customKillLogic=e.customKillLogic}kill(e=1,n={}){let i=new u,A=n.onSlayerTask&&n.slayerMaster==="konar",T=n.onSlayerTask&&n.slayerMaster==="krystilia",O=!!(n.onSlayerTask&&this.data.slayerLevelRequired>1),L={...n.lootTableOptions,targetBank:i};if(!A&&!T&&!n.inCatacombs&&!n.onSlayerTask)return this.table?.roll(e,L),i;for(let N=0;Nja.add(_));var TA=new d().add("Coins",[2,760],380).add("Mind rune",[381,504],125).add("Chaos rune",[168,210],125).add("Death rune",[105,124],125).add("Bolt rack",[35,40],125).add("Blood rune",[55,66],125).add(new d().add("Loop half of key").add("Tooth half of key"),1,6).add("Dragon med helm"),hp=new d().tertiary(34,"Clue scroll (elite)"),RA=6,nr=class extends t{static{s(this,"Barrows")}kill(e=1){let n=new u;for(let i=0;i[_.id,_]),eu=Object.assign(new ra(ou),$A),nu=eu;var Sa=G(H(),1);var Ga=class{static{s(this,"Openable")}id;name;aliases;allItems;constructor(e){this.id=e.id,this.name=e.name,this.aliases=e.aliases??[],this.allItems=e.allItems??[]}};var D=class extends Ga{static{s(this,"SimpleOpenable")}table;constructor(e){super({...e,allItems:e.table.allItems}),this.table=e.table}open(e=1){let n=new u;for(let i=0;iO.item==="Raw lobster");for(let O=0;O=N.req&&(0,Sa.percentChance)(Ha(A,N.low,N.high))){i.add(N.item,(0,Sa.randInt)(N.qty[0],N.qty[1])),L=!0;break}L||i.add(T?.item,(0,Sa.randInt)(T.qty[0],T.qty[1]))}else i.add(EA.roll());return i}},mA=new Tr({id:23083,name:"Brimstone chest",aliases:["brimstone chest","brimstone"],table:EA});var _u=new d().add("Coins",160,24).add("Coins",20,22).add("Coins",40,20).add("Coins",320,19).add("Coins",80,18).add("Coins",640,18).add("Uncut sapphire",1,64).add("Uncut emerald",1,33).add("Uncut ruby",1,15).add("Uncut diamond",1,4).add("Cosmic talisman",1,16).add("Loop half of key",1,2).add("Tooth half of key",1,2),IA=new D({id:405,name:"Casket",aliases:["casket"],table:_u});var iu=new d().add("Rune platelegs",1,1).add("Rune plateskirt",1,1),lu=new d().every("Coins",750).add("Tooth half of key",1,1).add("Loop half of key",1,1),Au=new d({limit:128}).every("Uncut dragonstone").add(p([["Spinach roll",1],["Coins",2e3]]),1,34).add(p([["Air rune",50],["Water rune",50],["Earth rune",50],["Fire rune",50],["Body rune",50],["Mind rune",50],["Chaos rune",10],["Death rune",10],["Cosmic rune",10],["Nature rune",10],["Law rune",10]]),1,12).add(p([["Ruby",2],["Diamond",2]]),1,12).add("Runite bar",3,12).add(lu,1,10).add("Iron ore",150,10).add("Coal",100,10).add(p([["Raw swordfish",5],["Coins",1e3]]),1,8).add("Adamant sq shield",1,2).add(iu,1),aR=new D({id:989,name:"Crystal chest",aliases:["crystal chest"],table:Au});var Ru=new d().add("Dragonstone full helm",1,1).add("Dragonstone platebody",1,1).add("Dragonstone platelegs",1,1).add("Dragonstone gauntlets",1,1).add("Dragonstone boots",1,1),su=new d().every("Uncut dragonstone").every("Coins",[1e4,15e3]).add("Tooth half of key",1,1).add("Loop half of key",1,1),Tu=new d().every("Uncut dragonstone").every("Crystal shard",[4,6]).add("Rune platelegs",1,1).add("Rune plateskirt",1,1),Ou=new d().every("Uncut dragonstone").add("Dragon platelegs",1,1).add("Dragon plateskirt",1,1).add("Shield left half",1,1),Su=new d().oneIn(1e4,"Uncut onyx").oneIn(500,Ru).add(su,1,64).add(p([["Uncut dragonstone",1],["Uncut ruby",[10,13]],["Uncut diamond",[5,8]]]),1,32).add(p([["Uncut dragonstone",1],["Crystal key",1]]),1,24).add(p([["Uncut dragonstone",1],["Coins",[3e4,5e4]],["Crystal shard",[8,13]]]),1,20).add(p([["Uncut dragonstone",1],["Crystal shard",[20,30]]]),1,17).add(Tu,1,17).add(p([["Uncut dragonstone",1],["Cosmic rune",[50,100]],["Chaos rune",[50,100]],["Nature rune",[50,100]],["Law rune",[50,100]],["Death rune",[50,100]]]),1,17).add(p([["Uncut dragonstone",1],["Yew seed",1]]),1,17).add(p([["Uncut dragonstone",1],["Raw shark",[50,100]]]),1,17).add(p([["Uncut dragonstone",1],["Gold ore",[350,500]]]),1,12).add(p([["Uncut dragonstone",1],["Runite ore",[7,10]]]),1,9).add(p([["Uncut dragonstone",1],["Crystal acorn",[1,2]]]),1,7).add(Ou,1,3),dR=new D({id:23951,name:"Elven crystal chest",aliases:["elven crystal chest","elven chest","enhanced","enhanced crystal chest","elven chest","elven"],table:Su});var Lu=new d().every("Red spiders' eggs",100),rR=new D({id:23517,name:"Giant egg sac(full)",aliases:["giant egg sac(full)","giant egg sac full"],table:Lu});var Nu=new d().add("Egg potato",4,12).add("Shark",4,7).add(p([["Saradomin brew(2)",3],["Super restore(2)",1]]),1,1),Du=new d().add(p([["Super attack(2)",1],["Super strength(2)",1],["Super defence(2)",1]]),1,8).add(p([["Super defence(2)",1],["Ranging potion(2)",1]]),1,8).add("Prayer potion(3)",2,3).add("Super restore(3)",2,1),pu=new d().every(Nu,2).every(Du,1).add("Law rune",200,10).add("Death rune",200,10).add("Astral rune",200,10).add("Blood rune",200,10).add("Grimy toadflax",10,8).add("Grimy ranarr weed",10,8).add("Coins",1e4,8).add("Grimy snapdragon",10,7).add("Grimy torstol",5,7).add("Crystal key",1,6).add("Dragon bones",10,6).add("Red dragonhide",10,6).add("Dragon dart tip",50,2).add("Dragon arrowtips",100,2).tertiary(25,"Orange egg sac").tertiary(25,"Blue egg sac"),oR=new D({id:23499,name:"Grubby chest",aliases:["grubby chest","grubby"],table:pu});var ya=new d().add("Sapphire necklace",1,4).add("Sapphire amulet",1,4).add("Sapphire ring",1,4).add("Emerald necklace",1,3).add("Emerald amulet",1,3).add("Emerald ring",1,3).add("Ruby necklace",1,2).add("Ruby amulet",1,2).add("Ruby ring",1,2).add("Gold necklace",1,2).add("Gold amulet",1,2).add("Gold ring",1,2).add("Sapphire",1,2).add("Emerald",1,2).add("Ruby",1,2).add("Diamond necklace",1,1).add("Diamond amulet",1,1).add("Diamond ring",1,1).add("Diamond",1,1),Qa=new d().every("Coins",[0,99]).add(ya,1,1).add(ya,2,1).add(ya,3,1).add(ya,4,1).add(ya,5,1),eR=new D({id:8867,name:"Bronze HAM chest",aliases:["Bronze","bronze ham chest","bronze chest"],table:Qa}),nR=new D({id:8869,name:"Iron HAM chest",aliases:["iron","iron ham chest","iron chest"],table:Qa}),_R=new D({id:8868,name:"Silver HAM chest",aliases:["silver","silver ham chest","silver chest"],table:Qa}),iR=new D({id:8866,name:"Steel HAM chest",aliases:["steel","steel ham chest","steel chest"],table:Qa});var $a=new d().add("Maple logs",4).add("Yew logs",4).add("Teak logs",4).add("Mahogany logs",4).add("Magic logs",4),Or=new d().add("Grimy harralander",4).add("Grimy irit leaf",4).add("Grimy avantoe",4).add("Grimy ranarr weed",4).add("Grimy cadantine",4).add("Grimy kwuarm",4).add("Grimy lantadyme",4),uu=new d().add("Quetzal feed",1).add("Coins",[750,1250]).add("Hunter spear tips",[15,30]).add("Blessed bone shards",[100,200]).add("Raw kyatt",2).add("Raw pyre fox",3).add($a),Cu=new d().every(uu,5),bu=new d().add("Quetzal feed",1).add("Coins",[750,1250]).add("Hunter spear tips",[15,30]).add("Blessed bone shards",[100,200]).add("Raw kyatt",2).add("Raw pyre fox",3).add(5075,1).add(5075,[2,3]).add("Raw sunlight antelope",2).add("Sun-kissed bones",2).add($a).add(Or),cu=new d().every(bu,7),fu=new d().add("Quetzal feed",1).add("Coins",[750,1250]).add("Coins",[2500,3500]).add("Hunter spear tips",[15,30]).add("Blessed bone shards",[100,200]).add("Raw kyatt",2).add("Raw pyre fox",3).add(5075,1).add(5075,[2,3]).add("Raw sunlight antelope",2).add("Raw moonlight antelope",2).add("Sun-kissed bones",2).add("Sun-kissed bones",3).add($a).add(Or),Bu=new d().every(fu,9),hu=new d().add("Quetzal feed",1).add("Coins",[750,1250]).add("Coins",[2500,3500]).add("Hunter spear tips",[15,30]).add("Blessed bone shards",[100,200]).add("Raw kyatt",2).add("Raw pyre fox",3).add(5075,1).add(5075,[2,3]).add("Raw sunlight antelope",2).add("Raw moonlight antelope",2).add("Sun-kissed bones",2).add("Sun-kissed bones",3).add($a).add(Or),Mu=new d().every(hu,11),lR=new D({id:29242,name:"Hunters' loot sack (basic)",aliases:["basic hunter sack","hunter's loot sack (basic)","hunters loot sack (basic)"],table:Cu}),AR=new D({id:29244,name:"Hunters' loot sack (adept)",aliases:["adept hunter sack","hunter's loot sack (adept)","hunters loot sack (adept)"],table:cu}),RR=new D({id:29246,name:"Hunters' loot sack (expert)",aliases:["expert hunter sack","hunter's loot sack (expert)","hunters loot sack (expert)"],table:Bu}),sR=new D({id:29248,name:"Hunters' loot sack (master)",aliases:["master hunter sack","hunter's loot sack (master)","hunters loot sack (master)"],table:Mu});var Z=new d().add("Saradomin page 1").add("Saradomin page 2").add("Saradomin page 3").add("Saradomin page 4").add("Zamorak page 1").add("Zamorak page 2").add("Zamorak page 3").add("Zamorak page 4").add("Guthix page 1").add("Guthix page 2").add("Guthix page 3").add("Guthix page 4").add("Bandos page 1").add("Bandos page 2").add("Bandos page 3").add("Bandos page 4").add("Armadyl page 1").add("Armadyl page 2").add("Armadyl page 3").add("Armadyl page 4").add("Ancient page 1").add("Ancient page 2").add("Ancient page 3").add("Ancient page 4"),ba=new d().add("Gilded platebody").add("Gilded platelegs").add("Gilded plateskirt").add("Gilded full helm").add("Gilded kiteshield").add("Gilded med helm").add("Gilded chainbody").add("Gilded sq shield").add("Gilded 2h sword").add("Gilded spear").add("Gilded hasta"),Aa=new d().add("Red firelighter",[4,10]).add("Green firelighter",[4,10]).add("Blue firelighter",[4,10]).add("Purple firelighter",[4,10]).add("White firelighter",[4,10]),tu=new d().add("Nardah teleport",[5,15]).add("Mos le'harmless teleport",[5,15]).add("Mort'ton teleport",[5,15]).add("Feldip hills teleport",[5,15]).add("Lunar isle teleport",[5,15]).add("Digsite teleport",[5,15]).add("Piscatoris teleport",[5,15]).add("Pest control teleport",[5,15]).add("Tai bwo wannai teleport",[5,15]).add("Lumberyard teleport",[5,15]).add("Charge dragonstone jewellery scroll",[5,15]).add("Iorwerth camp teleport",[5,15]),E=new d().add("Master scroll book (empty)").add(tu,1,21),Ea=new d().add("Loop half of key").add("Tooth half of key"),m=new d().add("Holy blessing").add("Unholy blessing").add("Peaceful blessing").add("Honourable blessing").add("War blessing").add("Ancient blessing").add("Coins",[1e4,15e3],7).add("Purple sweets",[8,12],7);var Gu=new d().add("Golden apron").add("Golden chef's hat"),Hu=new d().add("Monk's robe top (g)").add("Monk's robe (g)"),yu=new d().add("Coins",[3400,6200],4).add(Hu),gu=new d().add("Team cape zero").add("Team cape i").add("Team cape x").add("Cape of skulls"),Pu=new d().add("Red elegant shirt").add("Red elegant legs").add("Red elegant blouse").add("Red elegant skirt").add("Green elegant shirt").add("Green elegant legs").add("Green elegant blouse").add("Green elegant skirt").add("Blue elegant shirt").add("Blue elegant legs").add("Blue elegant blouse").add("Blue elegant skirt"),Uu=new d().add("Highwayman mask").add("Blue beret").add("Black beret").add("White beret").add("A powdered wig").add("Flared trousers").add("Pantaloons").add("Sleeping cap").add("Beanie").add("Imp mask").add("Goblin mask").add("Black cane").add("Red beret").add("Rain bow").add("Ham joint").add("Staff of bob the cat").add("Bob's red shirt").add("Bob's blue shirt").add("Bob's green shirt").add("Bob's black shirt").add("Bob's purple shirt").add("Black platebody (t)").add("Black platelegs (t)").add("Black plateskirt (t)").add("Black full helm (t)").add("Black kiteshield (t)").add("Studded body (t)").add("Studded chaps (t)").add("Blue skirt (t)").add("Blue wizard robe (t)").add("Blue wizard hat (t)").add("Bronze platebody (t)").add("Bronze platelegs (t)").add("Bronze plateskirt (t)").add("Bronze kiteshield (t)").add("Bronze full helm (t)").add("Iron platebody (t)").add("Iron platelegs (t)").add("Iron plateskirt (t)").add("Iron full helm (t)").add("Iron kiteshield (t)").add("Black wizard hat (t)").add("Black wizard robe (t)").add("Black skirt (t)").add("Steel full helm (t)").add("Steel platebody (t)").add("Steel platelegs (t)").add("Steel plateskirt (t)").add("Steel kiteshield (t)").add("Amulet of power (t)").add("Black platebody (g)").add("Black platelegs (g)").add("Black plateskirt (g)").add("Black full helm (g)").add("Black kiteshield (g)").add("Studded body (g)").add("Studded chaps (g)").add("Blue skirt (g)").add("Blue wizard robe (g)").add("Blue wizard hat (g)").add("Bronze platebody (g)").add("Bronze platelegs (g)").add("Bronze plateskirt (g)").add("Bronze kiteshield (g)").add("Bronze full helm (g)").add("Iron platebody (g)").add("Iron platelegs (g)").add("Iron plateskirt (g)").add("Iron kiteshield (g)").add("Iron full helm (g)").add("Black wizard hat (g)").add("Black wizard robe (g)").add("Black skirt (g)").add("Wooden shield (g)").add("Steel full helm (g)").add("Steel platebody (g)").add("Steel platelegs (g)").add("Steel plateskirt (g)").add("Steel kiteshield (g)").add("Leather body (g)").add("Leather chaps (g)").add("Black shield (h1)").add("Black shield (h2)").add("Black shield (h3)").add("Black shield (h4)").add("Black shield (h5)").add("Black helm (h1)").add("Black helm (h2)").add("Black helm (h3)").add("Black helm (h4)").add("Black helm (h5)").add("Black platebody (h1)").add("Black platebody (h2)").add("Black platebody (h3)").add("Black platebody (h4)").add("Black platebody (h5)").add("Saradomin robe top").add("Saradomin robe legs").add("Guthix robe top").add("Guthix robe legs").add("Zamorak robe top").add("Zamorak robe legs").add("Ancient robe top").add("Ancient robe legs").add("Armadyl robe top").add("Armadyl robe legs").add("Bandos robe top").add("Bandos robe legs").add(Gu).add(yu).add(gu).add(Pu,1,6),wu=new d().add("Amulet of magic (t)").add("Amulet of magic",1,9),Ku=new d().add(m).add("Coins",[3e3,7e3],2),ku=new d().add("Willow comp bow").add("Willow longbow",1,9),Fu=new d().add("Coins",[50,200]).add("Trout",[6,10]).add("Salmon",[6,10]).add("Air rune",[30,50]).add("Fire rune",[30,50]).add("Water rune",[30,50]).add("Earth rune",[30,50]).add("Mind rune",[30,50]).add("Body rune",[30,50]).add("Law rune",[5,10]).add("Chaos rune",[5,10]).add("Nature rune",[5,10]).add("Purple sweets",[2,6]).add("Black platebody").add("Black longsword").add("Black full helm").add("Black platelegs").add("Black battleaxe").add("Black axe").add("Steel pickaxe").add("Black dagger").add("Staff of air").add("Studded chaps").add("Studded body").add("Willow shortbow").add("Coif").add("Black pickaxe").add(wu).add(Ku).add(ku).add(Z).add(Aa).add(E),Sr=new d().add(Fu,1,11).add(Uu,1,1),Lr=new d().add(Sr,[2,4]).tertiary(50,"Clue scroll (master)");Lr.allItems.push(b("Clue scroll (master)"));var Wu=new d().add("3rd age range coif").add("3rd age range top").add("3rd age range legs").add("3rd age vambraces").add("3rd age robe top").add("3rd age robe").add("3rd age mage hat").add("3rd age amulet").add("3rd age platelegs").add("3rd age platebody").add("3rd age full helmet").add("3rd age plateskirt").add("3rd age kiteshield").add("3rd age longsword").add("3rd age cloak").add("3rd age wand").add("3rd age bow"),Yu=new d().add("Gilded scimitar").add("Gilded boots").add("Battlestaff",100).add("Crystal key").add("Lava dragon mask").add("Ranging potion(4)",30).add("Saradomin brew(4)",30).add("Super restore(4)",30).add("Ring of nature").add("Extended antifire(4)",30).add("Gilded coif").add("Gilded d'hide vambraces").add("Gilded d'hide body").add("Gilded d'hide chaps").add("Gilded pickaxe").add("Gilded axe").add("Gilded spade").add(ba,1,5).add(Wu),vu=new d().add("Dark tuxedo jacket").add("Dark tuxedo cuffs").add("Dark trousers").add("Dark tuxedo shoes").add("Dark bow tie").add("Light tuxedo jacket").add("Light tuxedo cuffs").add("Light trousers").add("Light tuxedo shoes").add("Light bow tie"),xu=new d().add("Dragon cane").add("Briefcase").add("Sagacious spectacles").add("Royal crown").add("Royal sceptre").add("Royal gown top").add("Royal gown bottom").add("Fury ornament kit").add("Dragon chainbody ornament kit").add("Dragon legs/skirt ornament kit").add("Dragon sq shield ornament kit").add("Dragon full helm ornament kit").add("Bronze dragon mask").add("Iron dragon mask").add("Steel dragon mask").add("Mithril dragon mask").add("Afro").add("Katana").add("Big pirate hat").add("Top hat").add("Light infinity colour kit").add("Dark infinity colour kit").add("Black d'hide chaps (t)").add("Black d'hide chaps (g)").add("Black d'hide body (t)").add("Black d'hide body (g)").add("Musketeer hat").add("Musketeer tabard").add("Musketeer pants").add("Deerstalker").add("Blacksmith's helm").add("Arceuus scarf").add("Hosidius scarf").add("Lovakengj scarf").add("Piscarilius scarf").add("Shayzien scarf").add("Dragon scimitar ornament kit").add("Holy wraps").add("Ranger gloves").add("Bucket helm").add("Fremennik kilt").add("Adamant dragon mask").add("Rune dragon mask").add("Rangers' tights").add("Uri's hat").add("Giant boot").add("Rangers' tunic").add("Monocle").add(Yu,1,2).add(vu),Vu=new d().add("Magic seed").add("Yew seed").add("Palm tree seed"),Zu=new d().add("Coins",[2e4,3e4]).add("Tuna potato",[15,20]).add("Summer pie",[15,20]).add("Law rune",[50,75]).add("Death rune",[50,75]).add("Blood rune",[50,75]).add("Soul rune",[50,75]).add("Oak plank",[60,80]).add("Purple sweets",[9,23]).add("Teak plank",[40,50]).add("Mahogany plank",[20,30]).add("Dragonstone bracelet").add("Dragon necklace").add("Dragonstone ring").add("Runite bar",[1,3]).add("Onyx bolt tips",[8,12]).add("Dragon dagger").add("Dragon longsword").add("Rune platebody").add("Rune platelegs").add("Rune plateskirt").add("Rune kiteshield").add("Dragon mace").add("Rune crossbow").add(Vu).add(Z).add(Aa).add(Ea).add(E,1,2).add(m),Nr=new d().add(Zu,1,24).add(xu,1,1),Dr=new d().add(Nr,[4,6]).tertiary(5,"Clue scroll (master)");Dr.allItems.push(b("Clue scroll (master)"));var Xu=new d().add("3rd age range coif").add("3rd age range top").add("3rd age range legs").add("3rd age vambraces").add("3rd age robe top").add("3rd age robe").add("3rd age mage hat").add("3rd age amulet").add("3rd age platelegs").add("3rd age platebody").add("3rd age full helmet").add("3rd age plateskirt").add("3rd age kiteshield"),zu=new d().add("Super energy(4)",15).add("Super restore(4)",15).add("Antifire potion(4)",15).add(p([["Super attack(4)",5],["Super strength(4)",5],["Super defence(4)",5]])).add(Xu).add(ba,1,5),Ju=new d().add("Guthix d'hide shield").add("Saradomin d'hide shield").add("Zamorak d'hide shield").add("Ancient d'hide shield").add("Armadyl d'hide shield").add("Bandos d'hide shield"),qu=new d().add("Rune platebody (h1)").add("Rune platebody (h2)").add("Rune platebody (h3)").add("Rune platebody (h4)").add("Rune platebody (h5)"),ju=new d().add("Robin hood hat").add("Tan cavalier").add("Dark cavalier").add("Black cavalier").add("White cavalier").add("Red cavalier").add("Navy cavalier").add("Pirate's hat").add("Enchanted hat").add("Enchanted top").add("Enchanted robe").add("Amulet of glory (t4)").add("Pith helmet").add("Explorer backpack").add(19912).add("Nunchaku").add("Cyclops head").add("Dragon boots ornament kit").add("Dual sai").add("Thieving bag").add("Rune defender ornament kit").add("Tzhaar-ket-om ornament kit").add("Berserker necklace ornament kit").add("Rune cane").add("Green dragon mask").add("Blue dragon mask").add("Red dragon mask").add("Black dragon mask").add("Rune platebody (t)").add("Rune platelegs (t)").add("Rune plateskirt (t)").add("Rune kiteshield (t)").add("Rune full helm (t)").add("Rune platebody (g)").add("Rune platelegs (g)").add("Rune plateskirt (g)").add("Rune kiteshield (g)").add("Rune full helm (g)").add("Rune helm (h1)").add("Rune helm (h2)").add("Rune helm (h3)").add("Rune helm (h4)").add("Rune helm (h5)").add("Rune shield (h1)").add("Rune shield (h2)").add("Rune shield (h3)").add("Rune shield (h4)").add("Rune shield (h5)").add("Zamorak platebody").add("Zamorak platelegs").add("Zamorak plateskirt").add("Zamorak kiteshield").add("Zamorak full helm").add("Zamorak bracers").add("Zamorak d'hide body").add("Zamorak chaps").add("Zamorak coif").add("Zamorak crozier").add("Zamorak stole").add("Zamorak d'hide boots").add("Saradomin platebody").add("Saradomin platelegs").add("Saradomin plateskirt").add("Saradomin kiteshield").add("Saradomin full helm").add("Saradomin bracers").add("Saradomin d'hide body").add("Saradomin chaps").add("Saradomin coif").add("Saradomin crozier").add("Saradomin stole").add("Saradomin d'hide boots").add("Guthix platebody").add("Guthix platelegs").add("Guthix plateskirt").add("Guthix kiteshield").add("Guthix full helm").add("Guthix bracers").add("Guthix d'hide body").add("Guthix chaps").add("Guthix coif").add("Guthix crozier").add("Guthix stole").add("Guthix d'hide boots").add("Bandos platebody").add("Bandos platelegs").add("Bandos plateskirt").add("Bandos kiteshield").add("Bandos full helm").add("Bandos bracers").add("Bandos d'hide body").add("Bandos chaps").add("Bandos coif").add("Bandos d'hide boots").add("Armadyl platebody").add("Armadyl platelegs").add("Armadyl plateskirt").add("Armadyl kiteshield").add("Armadyl full helm").add("Armadyl bracers").add("Armadyl d'hide body").add("Armadyl chaps").add("Armadyl coif").add("Armadyl d'hide boots").add("Ancient platebody").add("Ancient platelegs").add("Ancient plateskirt").add("Ancient kiteshield").add("Ancient full helm").add("Ancient bracers").add("Ancient d'hide body").add("Ancient chaps").add("Ancient coif").add("Ancient d'hide boots").add("Blue d'hide body (t)").add("Blue d'hide chaps (t)").add("Blue d'hide body (g)").add("Blue d'hide chaps (g)").add("Red d'hide body (t)").add("Red d'hide chaps (t)").add("Red d'hide body (g)").add("Red d'hide chaps (g)").add(zu).add(Ju).add(qu),Qu=new d().add("Magic comp bow").add("Magic longbow",1,9),$u=new d().add("Coins",[1e3,5e3]).add("Lobster",[12,15]).add("Shark",[12,15]).add("Law rune",[30,50]).add("Blood rune",[20,30]).add("Nature rune",[30,50]).add("Purple sweets",[7,15]).add("Rune longsword").add("Rune full helm").add("Rune platelegs").add("Rune battleaxe").add("Rune axe").add("Rune pickaxe").add("Rune dagger").add("Rune platebody").add("Rune platelegs").add("Rune plateskirt").add("Rune kiteshield").add("Black d'hide chaps").add("Black d'hide body").add("Magic shortbow").add(Z).add(Aa).add(E).add(m).add(Qu),pr=new d().add($u,1,12).add(ju,1,1),ur=new d().add(pr,[4,6]).tertiary(15,"Clue scroll (master)");ur.allItems.push(b("Clue scroll (master)"));var Eu=new d().add("Armadyl godsword ornament kit").add("Bandos godsword ornament kit").add("Zamorak godsword ornament kit").add("Saradomin godsword ornament kit"),mu=new d().add("Ankou mask").add("Ankou top").add("Ankou's leggings").add("Ankou gloves").add("Ankou socks"),Iu=new d().add("Coins",[15e3,3e4],2).add(mu),a3=new d().add("Mummy's head").add("Mummy's body").add("Mummy's legs").add("Mummy's hands").add("Mummy's feet"),d3=new d().add("Coins",[15e3,3e4],2).add(a3),r3=new d().add("Dragon kiteshield ornament kit").add("Dragon platebody ornament kit",1,2),o3=new d().add("Coins",[15e3,3e4],9).add(r3),e3=new d().add("3rd age range coif").add("3rd age range top").add("3rd age range legs").add("3rd age vambraces").add("3rd age robe top").add("3rd age robe").add("3rd age mage hat").add("3rd age amulet").add("3rd age platelegs").add("3rd age platebody").add("3rd age full helmet").add("3rd age plateskirt").add("3rd age kiteshield").add("3rd age longsword").add("3rd age cloak").add("3rd age wand").add("3rd age bow").add("3rd age druidic staff").add("3rd age druidic cloak").add("3rd age druidic robe top").add("3rd age druidic robe bottoms").add("3rd age pickaxe").add("3rd age axe"),n3=new d().add("Gilded scimitar").add("Bucket helm (g)").add("Gilded boots").add("Ring of coins").add("Cabbage",3).add("Anti-venom+(4)",15).add("Torstol",50).add("Gilded coif").add("Gilded d'hide vambraces").add("Gilded d'hide body").add("Gilded d'hide chaps").add("Gilded pickaxe").add("Gilded axe").add("Gilded spade").add(e3).add(ba),_3=new d().add("Left eye patch").add("Bowl wig").add("Ale of the gods").add("Half moon spectacles").add("Fancy tiara").add("Hood of darkness").add("Robe top of darkness").add("Gloves of darkness").add("Robe bottom of darkness").add("Boots of darkness").add("Obsidian cape (r)").add("Occult ornament kit").add("Torture ornament kit").add("Dragon defender ornament kit").add("Samurai kasa").add("Samurai shirt").add("Samurai greaves").add("Samurai boots").add("Samurai gloves").add("Arceuus hood").add("Hosidius hood").add("Lovakengj hood").add("Piscarilius hood").add("Shayzien hood").add("Lesser demon mask").add("Greater demon mask").add("Black demon mask").add("Jungle demon mask").add("Old demon mask").add("Anguish ornament kit").add("Tormented ornament kit").add(n3).add(Z).add(Eu).add(Iu).add(d3).add(o3),i3=new d().add("Magic seed",[1,2]).add("Yew seed",[1,2]).add("Palm tree seed",[1,2]),l3=new d().add("Coins",[2e4,35e3]).add("Manta ray",[15,25]).add("Nature rune",[100,200]).add("Death rune",[100,200]).add("Blood rune",[100,200]).add("Soul rune",[100,200]).add("Limpwurt root",[40,60]).add("Purple sweets",[14,33]).add("Runite ore",[5,8]).add("Wine of zamorak",[35,50]).add("Grimy toadflax",[25,35]).add("Grimy ranarr weed",[5,10]).add("Grimy snapdragon",[5,10]).add("Runite bar",[5,7]).add("Onyx bolts (e)",[15,25]).add("Dragon dagger").add("Dragon longsword").add("Dragon battleaxe").add("Dragon scimitar").add("Dragon halberd").add("Black dragonhide",[5,25]).add("Dragon mace").add(Z).add(Aa).add(E,1,2).add(i3).add(Ea).add(m),Cr=new d().add(l3,1,22).add(_3,1,1),TR=new d().add(Cr,[5,7]).tertiary(1e3,"Bloodhound");var A3=new d().add("White unicorn mask").add("Black unicorn mask"),R3=new d().add("Purple elegant shirt").add("Purple elegant legs").add("Purple elegant blouse").add("Purple elegant skirt").add("Black elegant shirt").add("Black elegant legs").add("White elegant blouse").add("White elegant skirt").add("Pink elegant shirt").add("Pink elegant legs").add("Pink elegant blouse").add("Pink elegant skirt").add("Gold elegant shirt").add("Gold elegant legs").add("Gold elegant blouse").add("Gold elegant skirt"),s3=new d().add("Ranger boots").add("Wizard boots").add("Leprechaun hat").add("Cat mask").add("Penguin mask").add("Crier hat").add("Adamant cane").add("Cabbage round shield").add("Crier coat").add("Crier bell").add("Black leprechaun hat").add("Holy sandals").add("Wolf mask").add("Wolf cloak").add("Spiked manacles").add("Red headband").add("Black headband").add("Brown headband").add("White headband").add("Blue headband").add("Gold headband").add("Pink headband").add("Green headband").add("Red boater").add("Orange boater").add("Green boater").add("Black boater").add("Blue boater").add("Pink boater").add("Purple boater").add("White boater").add("Adamant platebody (t)").add("Adamant platelegs (t)").add("Adamant kiteshield (t)").add("Adamant full helm (t)").add("Adamant plateskirt (t)").add("Mithril platebody (t)").add("Mithril platelegs (t)").add("Mithril plateskirt (t)").add("Mithril kiteshield (t)").add("Mithril full helm (t)").add("Adamant platebody (g)").add("Adamant platelegs (g)").add("Adamant kiteshield (g)").add("Adamant full helm (g)").add("Adamant plateskirt (g)").add("Mithril platebody (g)").add("Mithril platelegs (g)").add("Mithril plateskirt (g)").add("Mithril kiteshield (g)").add("Mithril full helm (g)").add("Climbing boots (g)").add("Adamant shield (h1)").add("Adamant shield (h2)").add("Adamant shield (h3)").add("Adamant shield (h4)").add("Adamant shield (h5)").add("Adamant helm (h1)").add("Adamant helm (h2)").add("Adamant helm (h3)").add("Adamant helm (h4)").add("Adamant helm (h5)").add("Adamant platebody (h1)").add("Adamant platebody (h2)").add("Adamant platebody (h3)").add("Adamant platebody (h4)").add("Adamant platebody (h5)").add("Green d'hide body (g)").add("Green d'hide body (t)").add("Green d'hide chaps (g)").add("Green d'hide chaps (t)").add("Saradomin mitre").add("Guthix mitre").add("Zamorak mitre").add("Ancient mitre").add("Armadyl mitre").add("Bandos mitre").add("Saradomin cloak").add("Guthix cloak").add("Zamorak cloak").add("Ancient cloak").add("Armadyl cloak").add("Bandos cloak").add("Ancient stole").add("Bandos stole").add("Armadyl stole").add("Ancient crozier").add("Armadyl crozier").add("Bandos crozier").add("Arceuus banner").add("Piscarilius banner").add("Hosidius banner").add("Shayzien banner").add("Lovakengj banner").add(A3).add(R3,1,8),T3=new d().add("Red firelighter",[4,9]).add("Green firelighter",[4,9]).add("Blue firelighter",[4,9]).add("Purple firelighter",[4,9]).add("White firelighter",[4,9]),O3=new d().add("Gnomish firelighter").add(T3,1,9),S3=new d().add("Strength amulet (t)").add("Amulet of power",1,9),L3=new d().add("Yew comp bow").add("Yew longbow",1,9),N3=new d().add("Coins",[200,1e3]).add("Lobster",[8,12]).add("Swordfish",[8,12]).add("Air rune",[50,100]).add("Fire rune",[50,100]).add("Water rune",[50,100]).add("Earth rune",[50,100]).add("Mind rune",[50,100]).add("Death rune",[10,10]).add("Law rune",[10,10]).add("Chaos rune",[10,10]).add("Nature rune",[10,10]).add("Adamant longsword").add("Adamant full helm").add("Adamant platelegs").add("Adamant battleaxe").add("Adamant axe").add("Adamant pickaxe").add("Adamant dagger").add("Adamant platebody").add("Purple sweets",[5,10]).add("Fire battlestaff").add("Green d'hide chaps").add("Green d'hide body").add("Yew shortbow").add(Z).add(E).add(m).add(O3).add(S3).add(L3),br=new d().add(N3,1,10).add(s3,1,1),OR=new d().add(br,[3,5]).tertiary(30,"Clue scroll (master)");var cr=new D({id:11238,name:"Baby impling",aliases:["baby impling","baby imp","baby"],table:new d().add("Chisel",1,10).add("Thread",1,10).add("Needle",1,10).add("Knife",1,10).add("Cheese",1,10).add("Hammer",1,10).add("Ball of wool",1,10).add("Anchovies",1,10).add(new d,1,10).add("Spice").add("Flax").add("Mud pie").add("Seaweed").add("Air talisman").add("Silver bar").add("Sapphire").add("Hard leather").add("Lobster").add("Soft clay").tertiary(50,"Clue scroll (beginner)").tertiary(100,"Clue scroll (easy)")}),fr=new D({id:11240,name:"Young impling",aliases:["young impling","young imp","young"],table:new d().add("Steel nails",1,10).add("Lockpick",1,10).add("Pure essence",1,10).add("Tuna",1,10).add("Chocolate slice",1,10).add("Steel axe",1,10).add("Meat pizza",1,10).add("Coal",1,10).add("Bow string",1,10).add("Snape grass").add("Soft clay").add("Studded chaps").add("Steel full helm").add("Oak plank").add("Defence potion(3)").add("Mithril bar").add("Yew longbow").add("Garden pie").add("Jangerberries").tertiary(25,"Clue scroll (beginner)").tertiary(50,"Clue scroll (easy)")}),Br=new D({id:11242,name:"Gourmet impling",aliases:["gourmet impling","gourmet imp","gourmet"],table:new d().oneIn(500,"Grubby key").add("Tuna",1,20).add("Bass",1,10).add("Curry",1,10).add("Meat pie",1,10).add("Chocolate cake",1,10).add("Frog spawn",1,10).add("Spice",1,10).add("Curry leaf",1,10).add("Ugthanki kebab").add("Lobster",4).add("Shark",3).add("Fish pie").add("Chef's delight").add("Rainbow fish",5).add("Garden pie",6).add("Swordfish",3).add("Strawberries(5)").add("Cooked karambwan",2).tertiary(25,"Clue scroll (easy)")}),hr=new D({id:11244,name:"Earth impling",aliases:["earth impling","earth imp","earth"],table:new d().add("Fire talisman",1,10).add("Earth talisman",1,10).add("Earth tiara",1,10).add("Earth rune",32,10).add("Mithril ore",1,10).add("Bucket of sand",4,10).add("Unicorn horn",1,10).add("Compost",6,10).add("Gold ore",1,10).add("Steel bar").add("Mithril pickaxe").add("Wildblood seed",2).add("Jangerberry seed",2).add("Supercompost",2).add("Mithril ore",3).add("Harralander seed",2).add("Coal",6).add("Emerald",2).add("Ruby").tertiary(100,"Clue scroll (medium)")}),Mr=new D({id:11246,name:"Essence impling",aliases:["essence impling","essence imp","essence"],table:new d().add("Pure essence",20,10).add("Water rune",30,10).add("Air rune",30,10).add("Fire rune",50,10).add("Mind rune",25,10).add("Body rune",28,10).add("Chaos rune",4,10).add("Cosmic rune",4,10).add("Mind talisman",1,10).add("Pure essence",35).add("Lava rune",4).add("Mud rune",4).add("Smoke rune",4).add("Steam rune",4).add("Death rune",13).add("Law rune",13).add("Blood rune",7).add("Soul rune",11).add("Nature rune",13).tertiary(50,"Clue scroll (medium)")}),tr=new D({id:11248,name:"Eclectic impling",aliases:["eclectic impling","eclectic imp","ecl","eclectic"],table:new d().add("Mithril pickaxe",1,10).add("Curry leaf",1,10).add("Snape grass",1,10).add("Air rune",[30,58],10).add("Oak plank",4,10).add("Empty candle lantern",1,10).add("Gold ore",1,10).add("Gold bar",5,10).add("Unicorn horn",1,10).add("Adamant kiteshield").add("Blue d'hide chaps").add("Red spiky vambraces").add("Rune dagger").add("Battlestaff").add("Adamantite ore",10).add("Slayer's respite",2).add("Wild pie").add("Watermelon seed",3).add("Diamond").tertiary(25,"Clue scroll (medium)")}),Gr=new D({id:11250,name:"Nature impling",aliases:["nature impling","nature imp","nature"],table:new d().add("Limpwurt seed",1,10).add("Jangerberry seed",1,10).add("Belladonna seed",1,10).add("Harralander seed",1,10).add("Cactus spine",1,10).add("Magic logs",1,10).add("Tarromin",1,10).add("Coconut",1,10).add("Irit seed",1,10).add("Curry tree seed").add("Orange tree seed").add("Snapdragon").add("Kwuarm seed").add("Avantoe seed",5).add("Willow seed").add("Torstol seed").add("Ranarr seed").add("Torstol",2).add("Dwarf weed seed").tertiary(100,"Clue scroll (hard)")}),Hr=new D({id:11252,name:"Magpie impling",aliases:["magpie impling","magpie imp","magpie"],table:new d().add("Black dragonhide",6,2).add("Diamond amulet",3).add("Amulet of power",3).add("Ring of forging",3).add("Splitbark gauntlets").add("Mystic boots").add("Mystic gloves").add("Rune warhammer").add("Ring of life",4).add("Rune sq shield").add("Dragon dagger").add("Nature tiara").add("Runite bar",2).add("Diamond",4).add("Pineapple seed").add("Ring of recoil",3).add("Loop half of key").add("Tooth half of key").add("Snapdragon seed").add("Sinister key").tertiary(50,"Clue scroll (hard)")}),yr=new D({id:11254,name:"Ninja impling",aliases:["ninja impling","ninja imp","ninja"],table:new d().add("Snakeskin boots").add("Splitbark helm").add("Mystic boots").add("Rune chainbody").add("Mystic gloves").add("Opal machete").add("Rune claws").add("Rune scimitar").add("Dragon dagger(p+)").add("Rune arrow",70).add("Rune dart",70).add("Rune knife",40).add("Rune thrownaxe",50).add("Onyx bolts",2).add("Onyx bolt tips",4).add("Black dragonhide",10).add("Prayer potion(3)",4).add("Weapon poison(+)",4).add("Dagannoth hide",3).tertiary(25,"Clue scroll (hard)")}),gr=new D({id:23768,name:"Crystal impling",aliases:["crystal impling","crystal imp","crystal"],table:new d().add("Amulet of power",[5,7]).add("Crystal acorn").add("Crystal shard",[5,10]).add("Dragonstone amulet").add("Dragonstone",2).add("Ruby bolt tips",[50,125]).add("Onyx bolt tips",[6,10]).add("Rune arrowtips",[150,250]).add("Rune arrow",[400,750]).add("Rune javelin heads",[20,60]).add("Rune dart tip",[25,75]).add("Rune dart",[50,100]).add("Dragon dart tip",[10,15]).add("Dragon dagger",2).add("Rune scimitar",[3,6]).add("Babydragon bones",[75,125]).add("Ranarr seed",[3,8]).add("Yew seed").tertiary(50,"Clue scroll (elite)").tertiary(128,"Elven signet")}),Pr=new D({id:11256,name:"Dragon impling",aliases:["dragon impling","dragon imp","dimp","dragon"],table:new d().add("Dragonstone bolt tips",[10,30]).add("Dragonstone bolt tips",36).add("Mystic robe bottom",1).add("Amulet of glory",3).add("Dragonstone amulet",2).add("Dragon arrow",[100,250]).add("Dragonstone bolts",[10,40]).add("Dragon longsword",1).add("Dragon dagger(p++)",3).add("Dragon dart",[100,250]).add("Dragonstone",3).add("Dragon dart tip",[100,350]).add("Dragon arrowtips",[100,350]).add("Dragon javelin heads",[25,35]).add("Babydragon bones",[100,300]).add("Dragon bones",[50,100]).add("Magic seed",1).add("Snapdragon seed",6).add("Summer pie",15).tertiary(50,"Clue scroll (elite)")}),Ur=new D({id:19732,name:"Lucky impling",aliases:["lucky impling","lucky imp","lucky","luckys"],table:new d().add(Sr).add(br).add(pr).add(Nr).add(Cr)}),cE=[cr,fr,Br,hr,Mr,tr,Gr,Hr,yr,gr,Pr,Ur];var D3=new d().oneIn(15,"Lamp").oneIn(40,"Tarnished locket").oneIn(60,"Lost bag").oneIn(200,"Blood essence"),p3=new d().every(D3).add("Astral rune",[150,200],5).add("Blood rune",[150,200],5).add("Chaos rune",[200,300],5).add("Cosmic rune",[200,300],5).add("Death rune",[150,200],5).add("Law rune",[200,250],5).add("Nature rune",[200,300],5).add("Soul rune",[150,200],5).add("Shield left half",1,1).add("Dragon spear",1,1).add("Crystal key",1,1).add("Dragon med helm",1,1).add("Pure essence",[500,1e3],1).tertiary(10,"Clue scroll (hard)"),SR=new D({id:26908,name:"Intricate pouch",aliases:["intricate pouch","intri pouch","int pouch"],table:p3});var X=G(H(),1);var LR=new d().add("Uncut diamond",21,5).add("Uncut ruby",[24,29],5).add("Coal",[352,443],5).add("Coins",[74e3,75e3],4).add("Gold ore",[100,150],4).add("Dragon arrowtips",[49,182],4).add("Iron ore",[300,450],3).add("Rune full helm",3,3).add("Rune platebody",2,3).add("Rune platelegs",2,3).add("Runite ore",[10,15],2).add("Steel bar",[250,350],2).add("Magic logs",[80,120],2).add("Dragon dart tip",80,2).add("Palm tree seed",[2,4],1).add("Magic seed",[1,3],1).add("Celastrus seed",[2,4],1).add("Dragonfruit tree seed",[1,3],1).add("Redwood tree seed",1,1).add("Torstol seed",3,1).add("Snapdragon seed",3,1).add("Ranarr seed",[2,4],1).add("Pure essence",[3359,5815],1),NR=new d().oneIn(256,"Dagon'hai hat").oneIn(256,"Dagon'hai robe top").oneIn(256,"Dagon'hai robe bottom").add("Uncut diamond",[35,45],5).add("Uncut ruby",[35,45],5).add("Coal",[450,650],5).add("Gold ore",[150,250],4).add("Dragon arrowtips",[100,250],4).add("Coins",[75e3,175e3],3).add("Iron ore",[500,650],3).add("Rune full helm",[3,5],3).add("Rune platebody",[2,3],3).add("Rune platelegs",[2,3],3).add("Pure essence",[4500,7500],3).add("Runite ore",[15,20],2).add("Steel bar",[350,550],2).add("Magic logs",[180,220],2).add("Dragon dart tip",[80,200],2).add("Palm tree seed",[3,5],1).add("Magic seed",[3,4],1).add("Celastrus seed",[3,5],1).add("Dragonfruit tree seed",[3,5],1).add("Redwood tree seed",1,1).add("Torstol seed",[4,6],1).add("Snapdragon seed",[4,6],1).add("Ranarr seed",[4,6],1),u3=new d().add(LR).add(NR),wr=class extends D{static{s(this,"LarransChestOpenable")}open(e=1,n={fishLvl:99,chestSize:"big"}){let i=new u,A=n.chestSize??"big",T=n.fishLvl??99;if(A.toLowerCase()==="big"){let L=sr.find(N=>N.item==="Raw lobster");for(let N=0;N=C.req&&(0,X.percentChance)(Ha(T,C.low,C.high))){i.add(C.item,(0,X.randInt)(C.qty[0],C.qty[1])),B=!0;break}B||i.add(L?.item,(0,X.randInt)(L.qty[0],L.qty[1]))}else i.add(NR.roll());return i}let O=Rr.find(L=>L.item==="Raw lobster");for(let L=0;L=B.req&&(0,X.percentChance)(Ha(T,B.low,B.high))){i.add(B.item,(0,X.randInt)(B.qty[0],B.qty[1])),N=!0;break}N||i.add(O?.item,(0,X.randInt)(O.qty[0],O.qty[1]))}else i.add(LR.roll());return i}},DR=new wr({id:23490,name:"Larran's chest",aliases:["larran big chest","larrans big chest","larran's big chest","Larran's small chest","larran small chest","larrans small chest","larran's small chest"],table:u3});var C3=new d().every("Uncut ruby").every("Mithril bar",2).every("Law rune",5).every("Death rune",5).every("Chaos rune",15),pR=new D({id:991,name:"Muddy chest",aliases:["muddy chest","muddy"],table:C3});var b3=new d().add("Clue scroll (easy)",1,5).add("Clue scroll (medium)",1,3).add("Clue scroll (hard)",1,2),c3=new d().oneIn(256,"Stale baguette").add(2528).add("Cabbage").add("Diamond").add("Bucket").add("Flyer").add("Old boot").add("Body rune").add("Onion").add("Mithril scimitar").add("Casket").add("Steel platebody").add("Nature rune",20).add(b3,1,2).add(S),uR=new D({id:6199,name:"Mystery box",aliases:["mystery box","mystery"],table:c3});var f3=new d().every(sa),CR=new D({id:12792,name:"Nest box (empty)",aliases:["nest box (empty)","empty nest box","nest box empty"],table:f3});var B3=new d().every(sa).add("Sapphire ring",1,40).add("Gold ring",1,35).add("Emerald ring",1,15).add("Ruby ring",1,9).add("Diamond ring"),bR=new D({id:12794,name:"Nest box (ring)",aliases:["nest box (ring)","ring nest box","nest box ring"],table:B3});var h3=new d().every(sa).add("Acorn",1,248).add("Sweetcorn seed",6,346).add("Strawberry seed",6,325).add("Limpwurt seed",2,224).add("Watermelon seed",2,219).add("Snape grass seed",2,119).add("Willow seed",1,44).add("Maple seed",1,19).add("Pineapple seed",1,45).add("Cadantine seed",1,92).add("Lantadyme seed",1,90).add("Dwarf weed seed",1,63).add("Teak seed",1,67).add("Mahogany seed",1,74).add("Torstol seed",1,14).add("Calquat tree seed",1,32).add("Papaya tree seed",1,21).add("Palm tree seed",1,6).add("Dragonfruit tree seed",1,6).add("Ranarr seed",1,12).add("Snapdragon seed",1,8).add("Yew seed",1,9).add("Magic seed",1,4).add("Spirit seed",1,15).add("Celastrus seed",1,6).add("Redwood tree seed",1,1),cR=new D({id:12793,name:"Nest box (seeds)",aliases:["nest box (seeds)","seeds nest box","nest box seeds","seed nest box"],table:h3});var M3=new d({limit:1e4}).add("Zogre bones",1,4996).add("Fayrg bones",1,1086).add("Raurg bones",1,766).add("Ourg bones",1,375),t3=new d().every(M3).add("Coins",[6,20],32).add("Bronze axe",1,16).add("Iron axe",1,16).add("Steel axe",1,16).add("Bronze pickaxe",1,16).add("Iron pickaxe",1,16).add("Steel pickaxe",1,16).add("Bronze dagger",1,16).add("Iron dagger",1,16).add("Steel dagger",1,16).add("Bronze nails",1,16).add("Iron nails",1,16).add("Steel nails",1,16).add("Black nails",1,16).add("Knife",1,16).add("Rusty sword",1,8).add("Damaged armour",1,8).add("Leather body",1,8).add("Tinderbox",1,8).add("Buttons",1,4).add("Uncut opal",1,4).add("Uncut jade",1,4).add("Grimy lantadyme",1,4).add("Clue scroll (easy)",1,1),fR=new D({id:4850,name:"Ogre coffin",aliases:["ogre coffin","ogre chest","ogre coffin chest"],table:t3});var BR=G(H(),1);var G3=new d().add("Coal",1,181).add("Iron ore",1,25).add("Mithril ore",1,17).add("Adamantite ore",1,3).add("Runite ore",1,1),H3=new d().every(G3,30),hR=new D({id:27019,name:"Ore pack (Giant's Foundry)",aliases:["ore pack (giant's foundry)","giants","foundry","giants foundry"],table:H3}),y3=new d().add("Iron ore",1,50).add("Coal",1,15).add("Silver ore",1,13).add("Gold ore",1,11).add("Mithril ore",1,9).add("Adamantite ore",1,4).add("Runite ore",1,1),g3=new d().oneIn(100,"Dragon pickaxe (broken)").every(y3,(0,BR.randInt)(38,50)),MR=new D({id:27693,name:"Ore pack (Volcanic Mine)",aliases:["ore pack (volcanic mine)","volcanic","volcanic mine"],table:g3});var z=G(H(),1);var tR=new d().add("Potato seed",[8,12],2).add("Onion seed",[8,12],2).add("Cabbage seed",[8,12],2).add("Tomato seed",[8,12],2).add("Sweetcorn seed",[8,12],2).add("Strawberry seed",[8,12],2).add("Barley seed",[8,14],2).add("Hammerstone seed",[6,8],2).add("Asgarnian seed",[6,8],2).add("Jute seed",[8,12],2).add("Yanillian seed",[6,8],2).add("Krandorian seed",[6,8],2).add("Acorn",[3,5],2).add("Apple tree seed",[3,5],2).add("Banana tree seed",[3,5],2).add("Orange tree seed",[3,5],2).add("Curry tree seed",[3,5],2).add("Redberry seed",[6,8],2).add("Cadavaberry seed",[6,8],2).add("Dwellberry seed",[6,8],2).add("Jangerberry seed",[6,8],2).add("Marigold seed",[8,12],2).add("Rosemary seed",[8,12],2).add("Nasturtium seed",[8,12],2).add("Woad seed",[8,12],2).add("Guam seed",[3,5],2).add("Marrentill seed",[3,5],2).add("Tarromin seed",[3,5],2).add("Harralander seed",[3,5],2).add("Mushroom spore",[4,6],1).add("Belladonna seed",[4,6],1),GR=new d().add("Irit seed",[2,6],3).add("Limpwurt seed",[4,8],3).add("Watermelon seed",[8,12],2).add("Snape grass seed",[6,8],2).add("Wildblood seed",[8,12],2).add("Whiteberry seed",[6,8],2).add("Poison ivy seed",[6,8],2).add("Cactus seed",[2,6],2).add("Potato cactus seed",[2,6],2).add("Willow seed",[2,4],1).add("Pineapple seed",[3,5],1).add("Toadflax seed",[1,3],1).add("Avantoe seed",[1,3],1).add("Kwuarm seed",[1,3],1).add("Cadantine seed",[1,3],1).add("Lantadyme seed",[1,3],1).add("Dwarf weed seed",[1,3],1).add("Calquat tree seed",[3,6],1).add("Teak seed",[1,3],1),HR=new d().add("Papaya tree seed",[1,3],5).add("Palm tree seed",[1,2],5).add("Hespori seed",1,5).add("Ranarr seed",[1,2],4).add("Snapdragon seed",1,4).add("Maple seed",[1,2],4).add("Mahogany seed",[1,2],4).add("Yew seed",1,3).add("Dragonfruit tree seed",1,3).add("Celastrus seed",1,2).add("Torstol seed",1,2).add("Magic seed",1,1).add("Spirit seed",1,1).add("Redwood tree seed",1,1),P3=new d().add(tR).add(GR).add(HR),Kr=class extends D{static{s(this,"SeedPackOpenable")}open(e=1,n={seedTier:"5"}){let i=new d,A=new u,T=n.seedTier??"5",O=0,L=0,N=0;switch(T){case"1":{O=0,L=(0,z.randInt)(1,3),N=6-L;break}case"2":{(0,z.roll)(11)&&(O=1),L=(0,z.randInt)(2,3),N=7-L-O;break}case"3":{O=(0,z.randInt)(0,1),L=(0,z.randInt)(2,4),N=8-L-O;break}case"4":{O=(0,z.randInt)(1,2),L=(0,z.randInt)(3,5),N=9-L-O;break}default:{O=(0,z.randInt)(1,3),L=(0,z.randInt)(4,6),N=10-L-O;break}}i.every(tR,N),i.every(GR,L),i.every(HR,O);for(let B=0;B[_.id,_]),Y3=Object.assign(new ra(W3),PR),v3=Y3;import x3 from"node-fetch";var da=class extends Error{static{s(this,"OldSchoolJSError")}code;description="";constructor(e){super(e),this.name=this.constructor.name,this.code=e,this.message=nd[e],Error.captureStackTrace&&Error.captureStackTrace(this,this.constructor)}};var kr=class{static{s(this,"Player")}username;skills;minigames;bossRecords;type;clues;leaguePoints;constructor(e){this.username=e.username,this.skills=e.skills,this.minigames=e.minigames,this.bossRecords=e.bossRecords,this.type=e.type,this.clues=e.clues,this.leaguePoints=e.leaguePoints}get combatLevel(){let{defence:e,ranged:n,hitpoints:i,magic:A,prayer:T,attack:O,strength:L}=this.skills,N=.25*(e.level+i.level+Math.floor(T.level/2)),B=.325*(O.level+L.level),C=.325*(Math.floor(n.level/2)+n.level),x=.325*(Math.floor(A.level/2)+A.level);return Math.floor(N+Math.max(B,C,x))}},Fr=kr;var V3={type:"normal",virtualLevels:!1},Wr=class{static{s(this,"Hiscores")}async fetch(e,n={type:"normal",virtualLevels:!1}){let i={...V3,...n},A=i.type??"normal";if(!Ad(e))throw new da("INVALID_USERNAME");if(!od.includes(A))throw new da("INVALID_ACCOUNT_TYPE");let T=await x3(rd[A]+e).then(async O=>{if(O.status===404)throw new da("ACCOUNT_NOT_FOUND");if(!O.ok)throw new da("FAILED_REQUEST");let L=await O.text();if(L.trim().startsWith("<"))throw new da("FAILED_REQUEST");return L}).then(O=>ld(O,A)).catch(O=>{throw O});if(i.virtualLevels){let O=0;for(let L in T.skills){if(L==="overall")continue;let N=Rd(T.skills[L].xp,126);O+=N,T.skills[L].level=N}T.skills.overall.level=O}return new Fr({username:e,type:n.type??"normal",skills:T.skills,minigames:T.minigames,clues:T.clues,bossRecords:T.bossRecords,leaguePoints:T.leaguePoints})}},Z3=new Wr;import X3 from"node-fetch";var Yr=class{static{s(this,"Wiki")}URL="https://oldschool.runescape.wiki/api.php";searchOptions={"-incategory":["Slang_dictionary","Disambiguation"].join("|")};commonPageAPIOptions={action:"query",format:"json",prop:["extracts","pageimages","info","categories"].join("|"),formatversion:"2",piprop:"original",inprop:"url",exsentences:"5",exintro:"1",explaintext:"1",cllimit:"max"};async fetchPage(e){let n=await this.fetchAPI({iwurl:"1",pageids:e});if(!(!n||!n.query))return this.parseRawPage(n.query.pages[0])}async random(e=20){let n=await this.fetchAPI({generator:"random",grnnamespace:"0",grnlimit:e});return!n||!n.query?[]:n.query.pages.map(i=>this.parseRawPage(i))}async search(e){let n=Object.keys(this.searchOptions).map(A=>`${A}:${this.searchOptions[A]}`).join(" "),i=await this.fetchAPI({iwurl:"1",generator:"search",gsrlimit:"20",gsrsearch:`${e} ${n}`});return!i||!i.query||!i.query.pages?[]:i.query.pages.sort((A,T)=>A.index-T.index).map(A=>this.parseRawPage(A))}parseRawPage(e){return{title:e.title,extract:e.extract,image:e.original?.source,url:e.fullurl,lastRevisionID:e.lastrevid,pageID:e.pageid,categories:e.categories}}fetchAPI(e){let n=new URL(this.URL);return n.search=new URLSearchParams({...this.commonPageAPIOptions,...e}).toString(),X3(n.toString()).then(i=>i.json())}},z3=new Yr;var J3=new d().add("Black 2h sword").add("Black platebody").add("Black longsword").add("Black full helm").add("Black platelegs").add("Black battleaxe").add("Black axe").add("Black pickaxe").add("Black plateskirt").add("Black kiteshield").add("Black med helm").add("Black dagger").add("Black sq shield").add("Black chainbody").add("Black sword").add("Black mace").add("Black warhammer").add("Black scimitar"),q3=new d().add("Mole slippers").add("Frog slippers").add("Bear feet").add("Demon feet").add("Jester cape").add("Shoulder parrot").add("Monk's robe top (t)").add("Monk's robe (t)").add("Amulet of defence (t)").add("Sandwich lady hat").add("Sandwich lady top").add("Sandwich lady bottom").add("Rune scimitar ornament kit (guthix)").add("Rune scimitar ornament kit (saradomin)").add("Rune scimitar ornament kit (zamorak)"),j3=new d().add("Cabbage").add(q3),Q3=new d().add("Shrimps",[5,14]).add("Herring",[5,9]).add("Sardine",[5,12]).add("Air rune",[15,35]).add("Fire rune",[15,35]).add("Water rune",[15,35]).add("Earth rune",[15,35]).add("Mind rune",[15,35]).add("Body rune",[15,35]).add("Law rune",[2,7]).add("Chaos rune",[2,7]).add("Nature rune",[2,7]).add("Bronze arrow",[15,30]).add("Iron arrow",[7,15]).add("Staff of air").add("Staff of water").add("Staff of earth").add("Staff of fire").add("Steel platebody").add("Steel longsword").add("Steel full helm").add("Steel platelegs").add("Steel battleaxe").add("Steel axe").add("Iron pickaxe").add("Steel dagger").add("Oak shortbow").add("Longbow").add("Oak longbow").add("Leather chaps").add("Leather body").add("Hardleather body").add("Leather vambraces").add("Leather cowl").add("Blue wizard robe").add("Blue wizard hat").add("Black robe").add("Wizard hat").add("Steel plateskirt").add("Shortbow").add(J3),$3=new d().add(Q3,1,11).add(j3,1,1),UR=new d().add($3,[1,3]);var lI={Beginner:UR,Easy:Lr,Elite:Dr,Hard:ur,Master:TR,Medium:OR};var E3=[];for(let _=1;_<51;_++)E3.push(Dd(`Team-${_} cape`));var DI=ea(["Beekeeper's hat","Beekeeper's top","Beekeeper's legs","Beekeeper's gloves","Beekeeper's boots"]),pI=ea(["Camo helmet","Camo top","Camo bottoms"]),uI=ea(["Lederhosen hat","Lederhosen top","Lederhosen shorts"]),CI=ea(["Zombie mask","Zombie shirt","Zombie trousers","Zombie gloves","Zombie boots"]),bI=ea(["Mime mask","Mime top","Mime legs","Mime gloves","Mime boots"]);var m3=(U=>(U.TwoHanded="2h",U.Ammo="ammo",U.Body="body",U.Cape="cape",U.Feet="feet",U.Hands="hands",U.Head="head",U.Legs="legs",U.Neck="neck",U.Ring="ring",U.Shield="shield",U.Weapon="weapon",U))(m3||{});export{od as ACCOUNT_TYPES,AR as AdeptSack,Qr as BASE_API_URL,cr as BabyImpling,u as Bank,Ao as BarbarianAssault,lR as BasicSack,UR as BeginnerCasket,$3 as BeginnerClueTable,mA as BrimstoneChest,eR as BronzeHAMChest,fa as CLUES,A5 as CLUE_SCROLLS,R5 as CLUE_SCROLL_NAMES,IA as Casket,Lo as ChambersOfXeric,lI as Clues,W as CommonSeedDropTable,aR as CrystalChest,gr as CrystalImpling,Pr as DragonImpling,qr as EItem,sa as EMPTY_BIRD_NEST_ID,jr as EMonster,hr as EarthImpling,wu as EasyAmuletTable,Ku as EasyBlessingsTable,ku as EasyBowTable,gu as EasyCapeTable,Lr as EasyCasket,Gu as EasyChefTable,Sr as EasyClueTable,Pu as EasyElegantTable,yu as EasyMonkTable,Uu as EasyRareTable,Fu as EasyStandardTable,Hu as EasySubMonkTable,tr as EclecticImpling,Wu as Elite3rdageTable,Dr as EliteCasket,Nr as EliteClueTable,Yu as EliteMegaRareTable,Xs as EliteMimicTable,xu as EliteRareTable,Vu as EliteSeedTable,Zu as EliteStandardTable,vu as EliteTuxedoTable,dR as ElvenCrystalChest,m3 as EquipmentSlot,nd as ErrorDescriptions,ed as Errors,Mr as EssenceImpling,RR as ExpertSack,Do as FishingTrawler,po as Gauntlet,l as GemTable,rR as GiantEggSacFull,hR as GiantsFoundryOrePack,Br as GourmetImpling,$s as GrandHallowedCoffin,oR as GrubbyChest,F3 as HallowedSackTable,Xu as Hard3rdageTable,Ju as HardBlessedShields,Qu as HardBowTable,ur as HardCasket,pr as HardClueTable,qu as HardHeralicPlatebody,zu as HardMegaRareTable,ju as HardRareTable,$u as HardStandardTable,R as HerbDropTable,Z3 as Hiscores,cE as Implings,SR as IntricatePouch,nR as IronHAMChest,K as Items,ta as JSONClone,DR as LarransChest,d as LootTable,Ur as LuckyImpling,Pa as MINIGAMES,Hr as MagpieImpling,e3 as Master3rdageTable,Iu as MasterAnkouOutfitTable,TR as MasterCasket,Cr as MasterClueTable,o3 as MasterDragonOrnTable,Eu as MasterGodSwordOrnTable,n3 as MasterMegaRareTable,zs as MasterMimicTable,d3 as MasterMummyOutfitTable,_3 as MasterRareTable,sR as MasterSack,i3 as MasterSeedTable,l3 as MasterStandardTable,mu as MasterSubAnkouOutfitTable,r3 as MasterSubDragonOrnTable,a3 as MasterSubMummyOutfitTable,S3 as MediumAmuletTable,L3 as MediumBowTable,OR as MediumCasket,br as MediumClueTable,R3 as MediumElegantTable,O3 as MediumFirelighterTable,s3 as MediumRareTable,N3 as MediumStandardTable,T3 as MediumSubFirelighterTable,A3 as MediumUnicornTable,hd as Mimic3rdAgeTable,Uo as Misc,ns as MonsterAttackType,es as MonsterAttribute,_d as MonsterSlayerMaster,nu as Monsters,pR as MuddyChest,uR as MysteryBox,Gr as NatureImpling,CR as NestBoxEmpty,bR as NestBoxRing,cR as NestBoxSeeds,Bo as Nightmare,yr as NinjaImpling,fR as OgreCoffin,v3 as Openables,Fr as Player,J3 as RareTable,Ra as SKILLS,yR as SeedPack,_R as SilverHAMChest,o as SimpleMonster,gR as SinisterChest,$r as SkillsEnum,Q3 as StandardTable,iR as SteelHAMChest,q3 as SuccessfulUniqueTable,go as TOBRooms,ho as Tempoross,Qs as TheatreOfBlood,ka as TheatreOfBloodClass,Po as ToBUniqueTable,rs as USELESS_ITEMS,j3 as UniqueTable,yo as Util,MR as VolcanicMineOrePack,z3 as Wiki,fr as YoungImpling,Ho as Zalcano,Cs as addBanks,Ss as addItemToBank,E3 as allTeamCapes,bs as averageBank,DI as beekeeperOutfit,os as bossNameMap,ps as calcDropRatesFromBank,us as calcDropRatesFromBankWithoutUniques,pI as camoOutfit,Er as constants,Ds as convertBankToPerHourStats,fs as convertLVLtoXP,Rd as convertXPtoLVL,Bs as deepResolveItems,Ls as fasterResolveBank,_s as fromKMB,cs as generateRandomBank,Od as getAncientShardChanceFromHP,sd as getBrimKeyChanceFromCBLevel,Oo as getItem,Dd as getItemOrThrow,Td as getLarranKeyChanceFromCBLevel,Ld as getSlayersEnchantmentChanceFromHP,Sd as getTotemChanceFromHP,rd as hiscoreURLs,Ns as increaseBankQuantitesByPercent,Ad as isValidUsername,b as itemID,ad as itemNameMap,p as itemTupleToTable,uI as lederhosenOutfit,P as makeRevTable,Ba as mappedBossNames,bI as mimeOutfit,Nd as randomVariation,so as resolveBank,ea as resolveItems,oa as resolveNameBank,ld as resolvePlayerFromHiscores,To as revsUniqueTable,id as toKMB,CI as zombieOutfit}; +//# sourceMappingURL=index.mjs.map diff --git a/dist/esm/index.mjs.map b/dist/esm/index.mjs.map new file mode 100644 index 000000000..f127c2fed --- /dev/null +++ b/dist/esm/index.mjs.map @@ -0,0 +1,7 @@ +{ + "version": 3, + "sources": ["../../node_modules/deepmerge/dist/cjs.js", "../../node_modules/e/src/lib/constants.ts", "../../node_modules/e/src/lib/types.ts", "../../node_modules/e/src/lib/chance.ts", "../../node_modules/e/src/lib/percent.ts", "../../node_modules/e/src/lib/array.ts", "../../node_modules/e/src/lib/number.ts", "../../node_modules/e/src/lib/other/debounce.ts", "../../node_modules/e/src/lib/other/deepClone.ts", "../../node_modules/e/src/lib/general.ts", "../../node_modules/e/src/lib/object.ts", "../../node_modules/e/src/lib/string.ts", "../../src/structures/Items.ts", "../../src/util/cleanString.ts", "../../src/structures/Collection.ts", "../../src/EItem.ts", "../../src/EMonster.ts", "../../src/constants.ts", "../../src/meta/monsterData.ts", "../../src/simulation/misc/index.ts", "../../src/structures/LootTable.ts", "../../src/util/itemID.ts", "../../src/structures/Bank.ts", "../../src/util/smallUtils.ts", "../../src/simulation/misc/BarbarianAssault.ts", "../../src/simulation/misc/ChambersOfXeric.ts", "../../src/structures/Minigame.ts", "../../src/structures/SimpleTable.ts", "../../src/util/bank.ts", "../../src/util/util.ts", "../../src/simulation/misc/FishingTrawler.ts", "../../src/simulation/misc/Gauntlet.ts", "../../src/simulation/misc/Nightmare.ts", "../../src/simulation/misc/Tempoross.ts", "../../src/simulation/misc/Zalcano.ts", "../../src/simulation/misc/Mimic.ts", "../../src/simulation/misc/TheatreOfBlood.ts", "../../src/util/index.ts", "../../src/structures/SimpleMonster.ts", "../../src/structures/Monster.ts", "../../src/simulation/monsters/CreatureCreation.ts", "../../src/simulation/subtables/RareDropTable.ts", "../../src/simulation/subtables/TreeHerbSeedTable.ts", "../../src/simulation/monsters/bosses/Araxxor.ts", "../../src/simulation/monsters/bosses/DukeSucellus.ts", "../../src/simulation/subtables/VirtusTable.ts", "../../src/simulation/monsters/bosses/AwakenedDukeSucellus.ts", "../../src/simulation/monsters/bosses/TheLeviathan.ts", "../../src/simulation/monsters/bosses/AwakenedTheLeviathan.ts", "../../src/simulation/monsters/bosses/TheWhisperer.ts", "../../src/simulation/monsters/bosses/AwakenedTheWhisperer.ts", "../../src/simulation/monsters/bosses/Vardorvis.ts", "../../src/simulation/monsters/bosses/AwakenedVardorvis.ts", "../../src/simulation/subtables/HerbDropTable.ts", "../../src/simulation/subtables/UncommonSeedDropTable.ts", "../../src/simulation/monsters/bosses/Bryophyta.ts", "../../src/simulation/subtables/GWRareDropTable.ts", "../../src/simulation/monsters/bosses/CommanderZilyana.ts", "../../src/simulation/subtables/RareSeedTable.ts", "../../src/simulation/subtables/TalismanTable.ts", "../../src/simulation/monsters/bosses/DagannothPrime.ts", "../../src/simulation/monsters/bosses/DagannothRex.ts", "../../src/simulation/monsters/bosses/DagannothSupreme.ts", "../../src/simulation/monsters/bosses/DerangedArchaeologist.ts", "../../src/simulation/monsters/bosses/GeneralGraardor.ts", "../../src/simulation/monsters/bosses/GiantMole.ts", "../../src/simulation/monsters/bosses/KalphiteQueen.ts", "../../src/simulation/monsters/bosses/Kreearra.ts", "../../src/simulation/monsters/bosses/KrilTsutsaroth.ts", "../../src/simulation/monsters/bosses/Obor.ts", "../../src/simulation/monsters/bosses/PhantomMuspah.ts", "../../src/simulation/monsters/bosses/Sarachnis.ts", "../../src/simulation/monsters/bosses/Scurrius.ts", "../../src/simulation/monsters/bosses/Skotizo.ts", "../../src/simulation/monsters/bosses/Vorkath.ts", "../../src/simulation/monsters/bosses/Zulrah.ts", "../../src/simulation/monsters/bosses/slayer/AbyssalSire.ts", "../../src/simulation/monsters/bosses/slayer/AlchemicalHydra.ts", "../../src/simulation/monsters/bosses/slayer/Cerberus.ts", "../../src/simulation/monsters/bosses/slayer/GrotesqueGuardians.ts", "../../src/simulation/monsters/bosses/slayer/Kraken.ts", "../../src/simulation/monsters/bosses/slayer/ThermonuclearSmokeDevil.ts", "../../src/simulation/monsters/bosses/slayer/index.ts", "../../src/simulation/monsters/bosses/wildy/Artio.ts", "../../src/simulation/monsters/bosses/wildy/Callisto.ts", "../../src/simulation/monsters/bosses/wildy/Calvarion.ts", "../../src/simulation/monsters/bosses/wildy/ChaosElemental.ts", "../../src/simulation/monsters/bosses/wildy/ChaosFanatic.ts", "../../src/simulation/monsters/bosses/wildy/CrazyArchaeologist.ts", "../../src/simulation/monsters/bosses/wildy/KingBlackDragon.ts", "../../src/simulation/monsters/bosses/wildy/Scorpia.ts", "../../src/simulation/monsters/bosses/wildy/Spindel.ts", "../../src/simulation/monsters/bosses/wildy/Venenatis.ts", "../../src/simulation/monsters/bosses/wildy/Vetion.ts", "../../src/simulation/monsters/bosses/wildy/index.ts", "../../src/simulation/monsters/bosses/wildy/CorporealBeast.ts", "../../src/simulation/monsters/bosses/index.ts", "../../src/simulation/monsters/low/a-f/AberrantSpectre.ts", "../../src/simulation/monsters/low/a-f/AbyssalDemon.ts", "../../src/simulation/subtables/UsefulHerbTable.ts", "../../src/simulation/monsters/low/a-f/AdamantDragon.ts", "../../src/simulation/monsters/low/a-f/AlKharidWarrior.ts", "../../src/simulation/monsters/low/a-f/AncientZygomite.ts", "../../src/simulation/subtables/CommonSeedDropTable.ts", "../../src/simulation/monsters/low/a-f/Ankou.ts", "../../src/simulation/monsters/low/a-f/ArmadylianGuard.ts", "../../src/simulation/monsters/low/a-f/ArmouredZombie.ts", "../../src/simulation/monsters/low/a-f/AsynShade.ts", "../../src/simulation/monsters/low/a-f/Aviansie.ts", "../../src/simulation/monsters/low/a-f/BabyBlackDragon.ts", "../../src/simulation/monsters/low/a-f/BabyBlueDragon.ts", "../../src/simulation/monsters/low/a-f/BabyGreenDragon.ts", "../../src/simulation/monsters/low/a-f/BabyRedDragon.ts", "../../src/simulation/monsters/low/a-f/Bandit.ts", "../../src/simulation/monsters/low/a-f/Banshee.ts", "../../src/simulation/monsters/low/a-f/Basilisk.ts", "../../src/simulation/monsters/low/a-f/BasiliskKnight.ts", "../../src/simulation/monsters/low/a-f/Bat.ts", "../../src/simulation/monsters/low/a-f/BearCub.ts", "../../src/simulation/monsters/low/a-f/BeardedBandit.ts", "../../src/simulation/monsters/low/a-f/BigWolf.ts", "../../src/simulation/monsters/low/a-f/Bird.ts", "../../src/simulation/monsters/low/a-f/BlackBear.ts", "../../src/simulation/monsters/low/a-f/BlackDemon.ts", "../../src/simulation/monsters/low/a-f/BlackDragon.ts", "../../src/simulation/monsters/low/a-f/BlackGuard.ts", "../../src/simulation/monsters/low/a-f/BlackKnight.ts", "../../src/simulation/monsters/low/a-f/BloodReaver.ts", "../../src/simulation/monsters/low/a-f/Bloodveld.ts", "../../src/simulation/monsters/low/a-f/BlueDragon.ts", "../../src/simulation/monsters/low/a-f/BrineRat.ts", "../../src/simulation/monsters/low/a-f/BronzeDragon.ts", "../../src/simulation/monsters/low/a-f/BrutalBlackDragon.ts", "../../src/simulation/monsters/low/a-f/BrutalBlueDragon.ts", "../../src/simulation/monsters/low/a-f/BrutalGreenDragon.ts", "../../src/simulation/monsters/low/a-f/BrutalRedDragon.ts", "../../src/simulation/subtables/FixedAllotmentSeedTable.ts", "../../src/simulation/monsters/low/a-f/Catablepon.ts", "../../src/simulation/monsters/low/a-f/CaveBug.ts", "../../src/simulation/subtables/VariableAllotmentSeedTable.ts", "../../src/simulation/monsters/low/a-f/CaveCrawler.ts", "../../src/simulation/monsters/low/a-f/CaveGoblin.ts", "../../src/simulation/monsters/low/a-f/CaveGoblinGuard.ts", "../../src/simulation/monsters/low/a-f/CaveHorror.ts", "../../src/simulation/monsters/low/a-f/CaveKraken.ts", "../../src/simulation/monsters/low/a-f/CaveSlime.ts", "../../src/simulation/monsters/low/a-f/ChaosDruid.ts", "../../src/simulation/monsters/low/a-f/ChaosDwarf.ts", "../../src/simulation/monsters/low/a-f/Chicken.ts", "../../src/simulation/monsters/low/a-f/ChompyBird.ts", "../../src/simulation/monsters/low/a-f/Cockatrice.ts", "../../src/simulation/monsters/low/a-f/Cow.ts", "../../src/simulation/monsters/low/a-f/CowCalf.ts", "../../src/simulation/monsters/low/a-f/Crab.ts", "../../src/simulation/monsters/low/a-f/CrawlingHand.ts", "../../src/simulation/monsters/low/a-f/Crocodile.ts", "../../src/simulation/monsters/low/a-f/CryptRat.ts", "../../src/simulation/monsters/low/a-f/Cyclops.ts", "../../src/simulation/monsters/low/a-f/Dagannoth.ts", "../../src/simulation/monsters/low/a-f/DagannothSpawn.ts", "../../src/simulation/monsters/low/a-f/DaganothFledgeling.ts", "../../src/simulation/monsters/low/a-f/DarkBeast.ts", "../../src/simulation/monsters/low/a-f/DarkWarrior.ts", "../../src/simulation/monsters/low/a-f/DeadlyRedSpider.ts", "../../src/simulation/monsters/low/a-f/DeathWing.ts", "../../src/simulation/subtables/NotedHerbTable.ts", "../../src/simulation/monsters/low/a-f/DemonicGorilla.ts", "../../src/simulation/monsters/low/a-f/DesertBandit.ts", "../../src/simulation/monsters/low/a-f/DesertLizard.ts", "../../src/simulation/monsters/low/a-f/DesertWolf.ts", "../../src/simulation/monsters/low/a-f/DeviantSpectre.ts", "../../src/simulation/monsters/low/a-f/Drake.ts", "../../src/simulation/monsters/low/a-f/Duck.ts", "../../src/simulation/monsters/low/a-f/Duckling.ts", "../../src/simulation/monsters/low/a-f/DungeonRat.ts", "../../src/simulation/monsters/low/a-f/DustDevil.ts", "../../src/simulation/monsters/low/a-f/Dwarf.ts", "../../src/simulation/monsters/low/a-f/DwarfGangMember.ts", "../../src/simulation/monsters/low/a-f/EarthWarrior.ts", "../../src/simulation/monsters/low/a-f/ElderChaosDruid.ts", "../../src/simulation/monsters/low/a-f/Elf.ts", "../../src/simulation/monsters/low/a-f/ElfArcher.ts", "../../src/simulation/monsters/low/a-f/ElfWarrior.ts", "../../src/simulation/monsters/low/a-f/Ent.ts", "../../src/simulation/monsters/low/a-f/Farmer.ts", "../../src/simulation/monsters/low/a-f/FemaleHamMember.ts", "../../src/simulation/monsters/low/a-f/FeralVampyre.ts", "../../src/simulation/monsters/low/a-f/FeverSpider.ts", "../../src/simulation/monsters/low/a-f/FireGiant.ts", "../../src/simulation/monsters/low/a-f/FiyrShade.ts", "../../src/simulation/monsters/low/a-f/FleshCrawler.ts", "../../src/simulation/monsters/low/a-f/FossilIslandWyvernAncient.ts", "../../src/simulation/subtables/WyvernHerbTable.ts", "../../src/simulation/monsters/low/a-f/FossilIslandWyvernLongTailed.ts", "../../src/simulation/monsters/low/a-f/FossilIslandWyvernSpitting.ts", "../../src/simulation/monsters/low/a-f/FossilIslandWyvernTaloned.ts", "../../src/simulation/monsters/low/a-f/FremennikCitizen.ts", "../../src/simulation/monsters/low/g-m/Gargoyle.ts", "../../src/simulation/monsters/low/g-m/Ghost.ts", "../../src/simulation/monsters/low/g-m/Ghoul.ts", "../../src/simulation/monsters/low/g-m/GiantBat.ts", "../../src/simulation/monsters/low/g-m/GiantCryptSpider.ts", "../../src/simulation/monsters/low/g-m/GiantFrog.ts", "../../src/simulation/monsters/low/g-m/GiantRat.ts", "../../src/simulation/monsters/low/g-m/GiantSeaSnake.ts", "../../src/simulation/monsters/low/g-m/GiantSpider.ts", "../../src/simulation/monsters/low/g-m/Gnome.ts", "../../src/simulation/monsters/low/g-m/Goat.ts", "../../src/simulation/monsters/low/g-m/Goblin.ts", "../../src/simulation/monsters/low/g-m/GreaterDemon.ts", "../../src/simulation/monsters/low/g-m/GreaterNechryael.ts", "../../src/simulation/monsters/low/g-m/GreenDragon.ts", "../../src/simulation/monsters/low/g-m/GrizzlyBear.ts", "../../src/simulation/monsters/low/g-m/GrizzlyBearCub.ts", "../../src/simulation/monsters/low/g-m/Guard.ts", "../../src/simulation/monsters/low/g-m/GuardBandit.ts", "../../src/simulation/monsters/low/g-m/GuardDog.ts", "../../src/simulation/monsters/low/g-m/HarpieBugSwarm.ts", "../../src/simulation/monsters/low/g-m/Hellhound.ts", "../../src/simulation/monsters/low/g-m/Hero.ts", "../../src/simulation/monsters/low/g-m/HillGiant.ts", "../../src/simulation/monsters/low/g-m/Hobgoblin.ts", "../../src/simulation/monsters/low/g-m/Hydra.ts", "../../src/simulation/monsters/low/g-m/IceGiant.ts", "../../src/simulation/monsters/low/g-m/IceTroll.ts", "../../src/simulation/monsters/low/g-m/IceWarrior.ts", "../../src/simulation/monsters/low/g-m/IceWolf.ts", "../../src/simulation/monsters/low/g-m/Icefiend.ts", "../../src/simulation/monsters/low/g-m/Imp.ts", "../../src/simulation/monsters/low/g-m/InfernalMage.ts", "../../src/simulation/monsters/low/g-m/IorwerthArcher.ts", "../../src/simulation/monsters/low/g-m/IorwerthWarrior.ts", "../../src/simulation/monsters/low/g-m/IronDragon.ts", "../../src/simulation/monsters/low/g-m/Jackal.ts", "../../src/simulation/monsters/low/g-m/Jelly.ts", "../../src/simulation/monsters/low/g-m/Jogre.ts", "../../src/simulation/monsters/low/g-m/JubblyBird.ts", "../../src/simulation/monsters/low/g-m/JungleHorror.ts", "../../src/simulation/monsters/low/g-m/JungleWolf.ts", "../../src/simulation/monsters/low/g-m/KalphiteGuardian.ts", "../../src/simulation/monsters/low/g-m/KalphiteSoldier.ts", "../../src/simulation/monsters/low/g-m/KalphiteWorker.ts", "../../src/simulation/monsters/low/g-m/Killerwatt.ts", "../../src/simulation/monsters/low/g-m/KingScorpion.ts", "../../src/simulation/monsters/low/g-m/KnightOfArdougne.ts", "../../src/simulation/monsters/low/g-m/Kurask.ts", "../../src/simulation/monsters/low/g-m/LavaDragon.ts", "../../src/simulation/monsters/low/g-m/LesserDemon.ts", "../../src/simulation/monsters/low/g-m/Lizard.ts", "../../src/simulation/monsters/low/g-m/Lizardman.ts", "../../src/simulation/monsters/low/g-m/LizardmanBrute.ts", "../../src/simulation/monsters/low/g-m/LizardmanShaman.ts", "../../src/simulation/monsters/low/g-m/LoarShade.ts", "../../src/simulation/monsters/low/g-m/Lobstrosity.ts", "../../src/simulation/monsters/low/g-m/LocustRider.ts", "../../src/simulation/monsters/low/g-m/MagicAxe.ts", "../../src/simulation/monsters/low/g-m/MaleHamMember.ts", "../../src/simulation/monsters/low/g-m/Mammoth.ts", "../../src/simulation/subtables/ManWomanTable.ts", "../../src/simulation/monsters/low/g-m/Man.ts", "../../src/simulation/monsters/low/g-m/ManiacalMonkey.ts", "../../src/simulation/monsters/low/g-m/MasterFarmer.ts", "../../src/simulation/monsters/low/g-m/MenaphiteThug.ts", "../../src/simulation/monsters/low/g-m/Minotaur.ts", "../../src/simulation/monsters/low/g-m/MithrilDragon.ts", "../../src/simulation/monsters/low/g-m/Mogre.ts", "../../src/simulation/monsters/low/g-m/Molanisk.ts", "../../src/simulation/monsters/low/g-m/Monkey.ts", "../../src/simulation/monsters/low/g-m/MonkeyArcher.ts", "../../src/simulation/monsters/low/g-m/MonkeyGuard.ts", "../../src/simulation/monsters/low/g-m/MonkeyZombie.ts", "../../src/simulation/monsters/low/g-m/MossGiant.ts", "../../src/simulation/monsters/low/g-m/MountainTroll.ts", "../../src/simulation/monsters/low/g-m/MountedTerrorBirdGnome.ts", "../../src/simulation/monsters/low/g-m/Mourner.ts", "../../src/simulation/monsters/low/g-m/MutatedBloodveld.ts", "../../src/simulation/monsters/low/n-s/Nechryael.ts", "../../src/simulation/monsters/low/n-s/Ogre.ts", "../../src/simulation/monsters/low/n-s/OgressShaman.ts", "../../src/simulation/monsters/low/n-s/OgressWarrior.ts", "../../src/simulation/monsters/low/n-s/Otherworldlybeing.ts", "../../src/simulation/monsters/low/n-s/Paladin.ts", "../../src/simulation/monsters/low/n-s/Penguin.ts", "../../src/simulation/monsters/low/n-s/PhrinShade.ts", "../../src/simulation/monsters/low/n-s/Pirate.ts", "../../src/simulation/monsters/low/n-s/PitScorpion.ts", "../../src/simulation/monsters/low/n-s/PoisonScorpion.ts", "../../src/simulation/monsters/low/n-s/PollnivnianBandit.ts", "../../src/simulation/monsters/low/n-s/Porazdir.ts", "../../src/simulation/monsters/low/n-s/PrifddinasElf.ts", "../../src/simulation/monsters/low/n-s/PriffRabbit.ts", "../../src/simulation/monsters/low/n-s/Pyrefiend.ts", "../../src/simulation/monsters/low/n-s/Pyrelord.ts", "../../src/simulation/monsters/low/n-s/Rat.ts", "../../src/simulation/monsters/low/n-s/RedDragon.ts", "../../src/simulation/monsters/low/n-s/RevenantCyclops.ts", "../../src/simulation/monsters/low/n-s/RevenantDarkBeast.ts", "../../src/simulation/monsters/low/n-s/RevenantDemon.ts", "../../src/simulation/monsters/low/n-s/RevenantDragon.ts", "../../src/simulation/monsters/low/n-s/RevenantGoblin.ts", "../../src/simulation/monsters/low/n-s/RevenantHellhound.ts", "../../src/simulation/monsters/low/n-s/RevenantHobgoblin.ts", "../../src/simulation/monsters/low/n-s/RevenantImp.ts", "../../src/simulation/monsters/low/n-s/RevenantKnight.ts", "../../src/simulation/monsters/low/n-s/RevenantOrk.ts", "../../src/simulation/monsters/low/n-s/RevenantPyrefiend.ts", "../../src/simulation/monsters/low/n-s/RiylShade.ts", "../../src/simulation/monsters/low/n-s/Rockslug.ts", "../../src/simulation/monsters/low/n-s/Rogue.ts", "../../src/simulation/monsters/low/n-s/Rooster.ts", "../../src/simulation/monsters/low/n-s/RuneDragon.ts", "../../src/simulation/monsters/low/n-s/ScarabMage.ts", "../../src/simulation/monsters/low/n-s/Scorpion.ts", "../../src/simulation/monsters/low/n-s/SeaSnakeHatchling.ts", "../../src/simulation/monsters/low/n-s/SeaSnakeYoung.ts", "../../src/simulation/monsters/low/n-s/Seagull.ts", "../../src/simulation/monsters/low/n-s/Shade.ts", "../../src/simulation/monsters/low/n-s/ShadowSpider.ts", "../../src/simulation/monsters/low/n-s/ShadowWarrior.ts", "../../src/simulation/monsters/low/n-s/SkeletalWyvern.ts", "../../src/simulation/monsters/low/n-s/Skeleton.ts", "../../src/simulation/monsters/low/n-s/SkeletonFremennik.ts", "../../src/simulation/monsters/low/n-s/SkeletonMage.ts", "../../src/simulation/monsters/low/n-s/Skogre.ts", "../../src/simulation/monsters/low/n-s/SmallLizard.ts", "../../src/simulation/monsters/low/n-s/SmokeDevil.ts", "../../src/simulation/monsters/low/n-s/Spider.ts", "../../src/simulation/monsters/low/n-s/SpiritualMage.ts", "../../src/simulation/monsters/low/n-s/SpiritualRanger.ts", "../../src/simulation/monsters/low/n-s/SpiritualWarrior.ts", "../../src/simulation/monsters/low/n-s/SteelDragon.ts", "../../src/simulation/monsters/low/n-s/SulphurLizard.ts", "../../src/simulation/monsters/low/n-s/Suqah.ts", "../../src/simulation/monsters/low/t-z/TempleSpider.ts", "../../src/simulation/monsters/low/t-z/TerrorBird.ts", "../../src/simulation/monsters/low/t-z/TerrorDog.ts", "../../src/simulation/monsters/low/t-z/TormentedDemon.ts", "../../src/simulation/monsters/low/t-z/TorturedGorilla.ts", "../../src/simulation/monsters/low/t-z/TorturedSoul.ts", "../../src/simulation/monsters/low/t-z/TrollGeneral.ts", "../../src/simulation/monsters/low/t-z/Turoth.ts", "../../src/simulation/monsters/low/t-z/TwistedBanshee.ts", "../../src/simulation/monsters/low/t-z/TzHaarHur.ts", "../../src/simulation/monsters/low/t-z/TzHaarKet.ts", "../../src/simulation/monsters/low/t-z/TzHaarMej.ts", "../../src/simulation/monsters/low/t-z/TzHaarXil.ts", "../../src/simulation/monsters/low/t-z/UndeadChicken.ts", "../../src/simulation/monsters/low/t-z/UndeadCow.ts", "../../src/simulation/monsters/low/t-z/UndeadDruid.ts", "../../src/simulation/monsters/low/t-z/UndeadOne.ts", "../../src/simulation/monsters/low/t-z/Unicorn.ts", "../../src/simulation/monsters/low/t-z/UriumShade.ts", "../../src/simulation/monsters/low/t-z/VampyreJuvinate.ts", "../../src/simulation/monsters/low/t-z/Vyre.ts", "../../src/simulation/monsters/low/t-z/Vyrewatch.ts", "../../src/simulation/monsters/low/t-z/VyrewatchSentinel.ts", "../../src/simulation/monsters/low/t-z/WallBeast.ts", "../../src/simulation/monsters/low/t-z/WarpedJelly.ts", "../../src/simulation/monsters/low/t-z/WarriorWoman.ts", "../../src/simulation/monsters/low/t-z/Waterfiend.ts", "../../src/simulation/monsters/low/t-z/Werewolf.ts", "../../src/simulation/monsters/low/t-z/WhiteWolf.ts", "../../src/simulation/monsters/low/t-z/WildDog.ts", "../../src/simulation/monsters/low/t-z/Wolf.ts", "../../src/simulation/monsters/low/t-z/Woman.ts", "../../src/simulation/monsters/low/t-z/Wyrm.ts", "../../src/simulation/monsters/low/t-z/YanilleWatchman.ts", "../../src/simulation/monsters/low/t-z/Zogre.ts", "../../src/simulation/monsters/low/t-z/Zombie.ts", "../../src/simulation/monsters/low/t-z/ZombiePirate.ts", "../../src/simulation/monsters/low/t-z/ZombieRat.ts", "../../src/simulation/monsters/low/t-z/Zygomite.ts", "../../src/simulation/monsters/low/index.ts", "../../src/simulation/monsters/low/camdozaalGolems.ts", "../../src/simulation/monsters/low/reanimated.ts", "../../src/simulation/monsters/special/Barrows.ts", "../../src/simulation/monsters/special/Hespori.ts", "../../src/simulation/monsters/special/TzKalZuk.ts", "../../src/simulation/monsters/special/TzTokJad.ts", "../../src/simulation/monsters/special/index.ts", "../../src/simulation/monsters/superiorMonsters/AbhorrentSpectre.ts", "../../src/simulation/monsters/superiorMonsters/BasiliskSentinel.ts", "../../src/simulation/monsters/superiorMonsters/CaveAbomination.ts", "../../src/simulation/monsters/superiorMonsters/ChasmCrawler.ts", "../../src/simulation/monsters/superiorMonsters/ChokeDevil.ts", "../../src/simulation/monsters/superiorMonsters/Cockathrice.ts", "../../src/simulation/monsters/superiorMonsters/ColossalHydra.ts", "../../src/simulation/monsters/superiorMonsters/CrushingHand.ts", "../../src/simulation/monsters/superiorMonsters/FlamingPyrelord.ts", "../../src/simulation/monsters/superiorMonsters/GiantRockslug.ts", "../../src/simulation/monsters/superiorMonsters/GreaterAbyssalDemon.ts", "../../src/simulation/monsters/superiorMonsters/GuardianDrake.ts", "../../src/simulation/monsters/superiorMonsters/InsatiableBloodveld.ts", "../../src/simulation/monsters/superiorMonsters/InsatiableMutatedBloodveld.ts", "../../src/simulation/monsters/superiorMonsters/KingKurask.ts", "../../src/simulation/monsters/superiorMonsters/MalevolentMage.ts", "../../src/simulation/monsters/superiorMonsters/MarbleGargoyle.ts", "../../src/simulation/monsters/superiorMonsters/MonstrousBasilisk.ts", "../../src/simulation/monsters/superiorMonsters/Nechryarch.ts", "../../src/simulation/monsters/superiorMonsters/NightBeast.ts", "../../src/simulation/monsters/superiorMonsters/NuclearSmokeDevil.ts", "../../src/simulation/monsters/superiorMonsters/RepugnantSpectre.ts", "../../src/simulation/monsters/superiorMonsters/ScreamingBanshee.ts", "../../src/simulation/monsters/superiorMonsters/ScreamingTwistedBanshee.ts", "../../src/simulation/monsters/superiorMonsters/ShadowWyrm.ts", "../../src/simulation/monsters/superiorMonsters/SpikedTuroth.ts", "../../src/simulation/monsters/superiorMonsters/VitreousJelly.ts", "../../src/simulation/monsters/superiorMonsters/VitreousWarpedJelly.ts", "../../src/simulation/monsters/superiorMonsters/index.ts", "../../src/simulation/monsters/index.ts", "../../src/simulation/openables/BrimstoneChest.ts", "../../src/structures/Openable.ts", "../../src/structures/SimpleOpenable.ts", "../../src/simulation/openables/BonusOpenables.ts", "../../src/simulation/openables/Casket.ts", "../../src/simulation/openables/CrystalChest.ts", "../../src/simulation/openables/ElvenCrystalChest.ts", "../../src/simulation/openables/GiantEggSacFull.ts", "../../src/simulation/openables/GrubbyChest.ts", "../../src/simulation/openables/HAMStoreRoomChests.ts", "../../src/simulation/openables/HuntersLootSack.ts", "../../src/simulation/clues/General.ts", "../../src/simulation/clues/Easy.ts", "../../src/simulation/clues/Elite.ts", "../../src/simulation/clues/Hard.ts", "../../src/simulation/clues/Master.ts", "../../src/simulation/clues/Medium.ts", "../../src/simulation/openables/Implings.ts", "../../src/simulation/openables/IntricatePouch.ts", "../../src/simulation/openables/LarransChest.ts", "../../src/simulation/openables/MuddyChest.ts", "../../src/simulation/openables/MysteryBox.ts", "../../src/simulation/openables/NestBoxEmpty.ts", "../../src/simulation/openables/NestBoxRing.ts", "../../src/simulation/openables/NestBoxSeeds.ts", "../../src/simulation/openables/OgreCoffin.ts", "../../src/simulation/openables/OrePack.ts", "../../src/simulation/openables/SeedPack.ts", "../../src/simulation/openables/SinisterChest.ts", "../../src/simulation/openables/HallowedSack.ts", "../../src/simulation/openables/index.ts", "../../src/structures/Hiscores.ts", "../../src/structures/OldSchoolJSError.ts", "../../src/structures/Player.ts", "../../src/structures/Wiki.ts", "../../src/simulation/clues/Beginner.ts", "../../src/simulation/clues/index.ts", "../../src/data/itemConstants.ts", "../../src/meta/types.ts"], + "sourcesContent": ["'use strict';\n\nvar isMergeableObject = function isMergeableObject(value) {\n\treturn isNonNullObject(value)\n\t\t&& !isSpecial(value)\n};\n\nfunction isNonNullObject(value) {\n\treturn !!value && typeof value === 'object'\n}\n\nfunction isSpecial(value) {\n\tvar stringValue = Object.prototype.toString.call(value);\n\n\treturn stringValue === '[object RegExp]'\n\t\t|| stringValue === '[object Date]'\n\t\t|| isReactElement(value)\n}\n\n// see https://github.com/facebook/react/blob/b5ac963fb791d1298e7f396236383bc955f916c1/src/isomorphic/classic/element/ReactElement.js#L21-L25\nvar canUseSymbol = typeof Symbol === 'function' && Symbol.for;\nvar REACT_ELEMENT_TYPE = canUseSymbol ? Symbol.for('react.element') : 0xeac7;\n\nfunction isReactElement(value) {\n\treturn value.$$typeof === REACT_ELEMENT_TYPE\n}\n\nfunction emptyTarget(val) {\n\treturn Array.isArray(val) ? [] : {}\n}\n\nfunction cloneUnlessOtherwiseSpecified(value, options) {\n\treturn (options.clone !== false && options.isMergeableObject(value))\n\t\t? deepmerge(emptyTarget(value), value, options)\n\t\t: value\n}\n\nfunction defaultArrayMerge(target, source, options) {\n\treturn target.concat(source).map(function(element) {\n\t\treturn cloneUnlessOtherwiseSpecified(element, options)\n\t})\n}\n\nfunction getMergeFunction(key, options) {\n\tif (!options.customMerge) {\n\t\treturn deepmerge\n\t}\n\tvar customMerge = options.customMerge(key);\n\treturn typeof customMerge === 'function' ? customMerge : deepmerge\n}\n\nfunction getEnumerableOwnPropertySymbols(target) {\n\treturn Object.getOwnPropertySymbols\n\t\t? Object.getOwnPropertySymbols(target).filter(function(symbol) {\n\t\t\treturn Object.propertyIsEnumerable.call(target, symbol)\n\t\t})\n\t\t: []\n}\n\nfunction getKeys(target) {\n\treturn Object.keys(target).concat(getEnumerableOwnPropertySymbols(target))\n}\n\nfunction propertyIsOnObject(object, property) {\n\ttry {\n\t\treturn property in object\n\t} catch(_) {\n\t\treturn false\n\t}\n}\n\n// Protects from prototype poisoning and unexpected merging up the prototype chain.\nfunction propertyIsUnsafe(target, key) {\n\treturn propertyIsOnObject(target, key) // Properties are safe to merge if they don't exist in the target yet,\n\t\t&& !(Object.hasOwnProperty.call(target, key) // unsafe if they exist up the prototype chain,\n\t\t\t&& Object.propertyIsEnumerable.call(target, key)) // and also unsafe if they're nonenumerable.\n}\n\nfunction mergeObject(target, source, options) {\n\tvar destination = {};\n\tif (options.isMergeableObject(target)) {\n\t\tgetKeys(target).forEach(function(key) {\n\t\t\tdestination[key] = cloneUnlessOtherwiseSpecified(target[key], options);\n\t\t});\n\t}\n\tgetKeys(source).forEach(function(key) {\n\t\tif (propertyIsUnsafe(target, key)) {\n\t\t\treturn\n\t\t}\n\n\t\tif (propertyIsOnObject(target, key) && options.isMergeableObject(source[key])) {\n\t\t\tdestination[key] = getMergeFunction(key, options)(target[key], source[key], options);\n\t\t} else {\n\t\t\tdestination[key] = cloneUnlessOtherwiseSpecified(source[key], options);\n\t\t}\n\t});\n\treturn destination\n}\n\nfunction deepmerge(target, source, options) {\n\toptions = options || {};\n\toptions.arrayMerge = options.arrayMerge || defaultArrayMerge;\n\toptions.isMergeableObject = options.isMergeableObject || isMergeableObject;\n\t// cloneUnlessOtherwiseSpecified is added to `options` so that custom arrayMerge()\n\t// implementations can use it. The caller may not replace it.\n\toptions.cloneUnlessOtherwiseSpecified = cloneUnlessOtherwiseSpecified;\n\n\tvar sourceIsArray = Array.isArray(source);\n\tvar targetIsArray = Array.isArray(target);\n\tvar sourceAndTargetTypesMatch = sourceIsArray === targetIsArray;\n\n\tif (!sourceAndTargetTypesMatch) {\n\t\treturn cloneUnlessOtherwiseSpecified(source, options)\n\t} else if (sourceIsArray) {\n\t\treturn options.arrayMerge(target, source, options)\n\t} else {\n\t\treturn mergeObject(target, source, options)\n\t}\n}\n\ndeepmerge.all = function deepmergeAll(array, options) {\n\tif (!Array.isArray(array)) {\n\t\tthrow new Error('first argument should be an array')\n\t}\n\n\treturn array.reduce(function(prev, next) {\n\t\treturn deepmerge(prev, next, options)\n\t}, {})\n};\n\nvar deepmerge_1 = deepmerge;\n\nmodule.exports = deepmerge_1;\n", "export enum Time {\n\tMillisecond = 1,\n\tSecond = 1000,\n\tMinute = 1000 * 60,\n\tHour = 1000 * 60 * 60,\n\tDay = 1000 * 60 * 60 * 24,\n\tMonth = 1000 * 60 * 60 * 24 * 30,\n\tYear = 1000 * 60 * 60 * 24 * 365\n}\n\nexport const primitiveTypes = ['string', 'bigint', 'number', 'boolean'];\n", "import { primitiveTypes } from './constants';\n\n/**\n * Verify if the input is an object literal (or class).\n * @param input The object to verify\n */\n// eslint-disable-next-line @typescript-eslint/ban-types\nexport function isObject(input: unknown): input is Record | object {\n\treturn typeof input === 'object' && input ? input.constructor === Object : false;\n}\n\n/**\n * Check whether a value is a primitive\n * @param input The input to check\n */\nexport function isPrimitive(input: unknown): input is string | bigint | number | boolean {\n\treturn primitiveTypes.includes(typeof input);\n}\n\n// eslint-disable-next-line @typescript-eslint/ban-types\nexport function isFunction(input: unknown): input is Function {\n\treturn typeof input === 'function';\n}\n", "/**\n * Rolls a random number inclusively between a min and max.\n *\n * @param min The lower limit of the roll\n * @param max The upper limit of the roll\n */\nexport function randInt(min: number, max: number): number {\n\treturn Math.floor(Math.random() * (max - min + 1) + min);\n}\n\n/**\n * Rolls a random floating point number inclusively between min and max.\n *\n * @param {number} min - min number\n * @param {number} max - max number\n * @return {number} A random float\n */\nexport function randFloat(min: number, max: number): number {\n\treturn Math.random() * (max - min) + min;\n}\n\n/**\n * Rolls a 1 in X chance, returning true on successfull rolls.\n *\n * @param upperLimit The upper limit of the roll\n */\nexport function roll(upperLimit: number): boolean {\n\treturn randInt(1, upperLimit) === 1;\n}\n\n/**\n * Returns true based on a percent chance.\n *\n * @param percent The percent to have a chance of.\n */\nexport function percentChance(percent: number): boolean {\n\treturn randFloat(0, 100) < percent;\n}\n", "/**\n * Shows what percentage a value is of a total value, for example calculating what percentage of 20 is 5? (25%)\n * @param partialValue The partial value of the total number, that you want to know what its percentage of the total is.\n * @param totalValue The total value, that the partial value is a part of.\n */\nexport function calcWhatPercent(partialValue: number, totalValue: number): number {\n\treturn (100 * partialValue) / totalValue;\n}\n\n/**\n * Calculates what a X% of a total number is, for example calculating what is 20% of 100\n * @param percent The percentage (%) you want to calculate.\n * @param valueToCalc The total number that you want to get the percentage of.\n */\nexport function calcPercentOfNum(percent: number, valueToCalc: number): number {\n\treturn (percent * valueToCalc) / 100;\n}\n\n/**\n * Reduces a number by a percentage of itself.\n * @param value, The number to be reduced.\n * @param percent The percent you want the value to be reduced by.\n */\nexport function reduceNumByPercent(value: number, percent: number): number {\n\tif (percent <= 0) return value;\n\treturn value - value * (percent / 100);\n}\n\n/**\n * Increases a number by a percentage of itself.\n * @param value, The number to be increased.\n * @param percent The percent you want the value to be increased by.\n */\nexport function increaseNumByPercent(value: number, percent: number): number {\n\tif (percent <= 0) return value;\n\treturn value + value * (percent / 100);\n}\n", "/**\n * Picks a random item from an array.\n * @param array The array to pick from.\n */\nexport function randArrItem(array: readonly T[]): T {\n\treturn array[Math.floor(Math.random() * array.length)];\n}\n\n/**\n * Splits up an array into chunks\n * @param array The array to chunk up\n * @param chunkSize The size of each individual chunk\n */\nexport function chunk(array: readonly T[], chunkSize: number): T[][] {\n\tif (chunkSize < 1) throw new RangeError('chunkSize must be 1 or greater.');\n\tif (!Number.isInteger(chunkSize)) throw new TypeError('chunkSize must be an integer.');\n\tconst clone: T[] = array.slice();\n\tconst chunks: T[][] = [];\n\twhile (clone.length) chunks.push(clone.splice(0, chunkSize));\n\treturn chunks;\n}\n\n/**\n * Returns a copy of an array with duplicates removed.\n *\n * @param arr The array to copy and remove duplicates from.\n */\nexport function uniqueArr(arr: readonly T[]): T[] {\n\treturn [...new Set(arr)];\n}\n\n/**\n * Returns the sum of an array of numbers.\n *\n * @param arr The array of numbers to sum.\n */\nexport function sumArr(arr: readonly number[]) {\n\treturn arr.reduce((a, b) => a + b, 0);\n}\n\n/**\n * Returns a shuffled copy of an array.\n *\n * @param array The array to shuffle.\n */\nexport function shuffleArr(array: readonly T[]): T[] {\n\tlet copy = [...array];\n\tfor (let i = copy.length - 1; i > 0; i--) {\n\t\tconst j = Math.floor(Math.random() * (i + 1));\n\t\t[copy[i], copy[j]] = [copy[j], copy[i]];\n\t}\n\treturn copy;\n}\n\n/**\n *\n * @param arr The array to partition\n * @param filter The filter by which to partition the array\n */\nexport function partition(arr: T[], filter: (item: T) => boolean): [T[], T[]] {\n\tconst firstArray: T[] = [];\n\tconst secondArray: T[] = [];\n\tfor (const item of arr) {\n\t\t(filter(item) ? firstArray : secondArray).push(item);\n\t}\n\treturn [firstArray, secondArray];\n}\n\nexport function removeFromArr(arr: T[] | readonly T[], item: T) {\n\treturn arr.filter((i) => i !== item);\n}\n", "/**\n * Rounds a number to a given precision.\n *\n * @param value The number to be rounded.\n * @param precision The precision of the rounding.\n */\nexport function round(value: number, precision = 1): number {\n\tconst multiplier = Math.pow(10, precision || 0);\n\treturn Math.round(value * multiplier) / multiplier;\n}\n\nexport function clamp(val: number, min: number, max: number) {\n\treturn Math.min(max, Math.max(min, val));\n}\n\nexport function scaleNumber(num: number, inMin: number, inMax: number, outMin: number, outMax: number): number {\n\treturn ((num - inMin) * (outMax - outMin)) / (inMax - inMin) + outMin;\n}\n", "export const debounce = any>(fn: F, waitFor: number) => {\n\tlet timeout: ReturnType | null = null;\n\n\tconst debounced = (...args: Parameters) => {\n\t\tif (timeout !== null) {\n\t\t\tclearTimeout(timeout);\n\t\t\ttimeout = null;\n\t\t}\n\t\ttimeout = setTimeout(() => fn(...args), waitFor);\n\t};\n\n\treturn debounced as (...args: Parameters) => ReturnType;\n};\n", "import { isObject, isPrimitive } from '../types';\n\n/**\n * Deep clone an object\n * @param source The object to clone\n */\nexport function deepClone(source: T): T {\n\t// Check if it's a primitive (with exception of function and null, which is typeof object)\n\tif (source === null || isPrimitive(source)) return source;\n\tif (Array.isArray(source)) {\n\t\tconst output = ([] as unknown) as T & T extends (infer S)[] ? S[] : never;\n\t\tfor (const value of source) output.push(deepClone(value));\n\t\treturn (output as unknown) as T;\n\t}\n\tif (isObject(source)) {\n\t\tconst output = {} as Record;\n\t\tfor (const [key, value] of Object.entries(source)) output[key] = deepClone(value);\n\t\treturn (output as unknown) as T;\n\t}\n\tif (source instanceof Map) {\n\t\tconst output = (new (source.constructor as MapConstructor)() as unknown) as T & T extends Map ? Map : never;\n\t\tfor (const [key, value] of source.entries()) output.set(key, deepClone(value));\n\t\treturn (output as unknown) as T;\n\t}\n\tif (source instanceof Set) {\n\t\tconst output = (new (source.constructor as SetConstructor)() as unknown) as T & T extends Set ? Set : never;\n\t\tfor (const value of source.values()) output.add(deepClone(value));\n\t\treturn (output as unknown) as T;\n\t}\n\treturn source;\n}\n", "export function notEmpty(value: TValue | null | undefined): value is TValue {\n\treturn value !== null && value !== undefined;\n}\n\nexport function sleep(ms: number) {\n\treturn new Promise((resolve) => setTimeout(resolve, ms));\n}\n\n// eslint-disable-next-line @typescript-eslint/no-empty-function\nexport function noOp() {}\n", "export function objectEntries>(obj: T) {\n\treturn Object.entries(obj) as [keyof T, T[keyof T]][];\n}\n\nexport function objectValues>(obj: T) {\n\treturn Object.values(obj) as T[keyof T][];\n}\n\nexport function objectKeys>(obj: T) {\n\treturn Object.keys(obj) as (keyof T)[];\n}\n", "export function stripNonAlphanumeric(str: string) {\n\treturn str.replace(/[^a-zA-Z0-9]/g, '');\n}\n", "import deepMerge from \"deepmerge\";\n\nimport _items from \"../data/items/item_data.json\" assert { type: \"json\" };\nimport type { Item, ItemID } from \"../meta/types\";\nimport { cleanString } from \"../util/cleanString\";\nimport { Collection } from \"./Collection\";\n\n// @ts-ignore asdf\nconst items = _items as Record;\n\nexport const itemNameMap: Map = new Map();\n\ntype ItemResolvable = number | string;\nexport interface ItemCollection {\n\t[index: string]: Item;\n}\n\nexport const CLUE_SCROLLS = [\n\t// Clue scrolls\n\t2677, 2801, 2722, 12_073, 19_835, 23_182,\n];\n\nexport const CLUE_SCROLL_NAMES: string[] = [\n\t\"Clue scroll (beginner)\",\n\t\"Clue scroll (easy)\",\n\t\"Clue scroll (medium)\",\n\t\"Clue scroll (hard)\",\n\t\"Clue scroll (elite)\",\n\t\"Clue scroll (master)\",\n];\n\nexport const USELESS_ITEMS = [\n\t617, 8890, 6964, 2513, 19_492, 11_071, 11_068, 21_284, 24_735, 21_913, 4703, 4561, 2425, 4692, 3741,\n\n\t// Quest blood vial\n\t22_405,\n\n\t// Pharaoh's sceptres\n\t9045, 9046, 9047, 9048, 9049, 9050, 9051, 13_074, 13_075, 13_076, 13_077, 13_078, 16_176, 21_445, 21_446, 26_948,\n\t26_950, 26_945,\n\n\t// Removed items\n\t10_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,\n\t27_794, 27_795, 27_796, 27_797, 27_798, 27_799, 27_800, 27_801,\n\n\t// Clue scrolls - Duplicate or individual step clues that don't match filter\n\t3550, 3577, 2793, 12_113, 10_184, 12_027,\n\n\t// SOTE Quest Clues\n\t23_814, 23_815, 23_816, 23_817,\n];\n\nclass Items extends Collection {\n\tpublic get(item: ItemResolvable): Item | undefined {\n\t\tconst id = this.resolveID(item);\n\t\tif (typeof id === \"undefined\") return undefined;\n\t\treturn super.get(id);\n\t}\n\n\tmodifyItem(itemName: ItemResolvable, data: Partial) {\n\t\tif (data.id) throw new Error(\"Cannot change item ID\");\n\t\tconst id = this.resolveID(itemName)!;\n\t\tconst item = this.get(id);\n\t\tif (!id || !item) throw new Error(`Item ${itemName} does not exist`);\n\t\tthis.set(item.id, deepMerge(item, data));\n\t}\n\n\tprivate resolveID(input: ItemResolvable): ItemID | undefined {\n\t\tif (typeof input === \"number\") {\n\t\t\treturn input;\n\t\t}\n\n\t\tif (typeof input === \"string\") {\n\t\t\treturn itemNameMap.get(cleanString(input));\n\t\t}\n\n\t\treturn undefined;\n\t}\n}\n\nconst itemsExport = new Items();\n\nfor (const [id, item] of Object.entries(items)) {\n\tconst numID = Number.parseInt(id);\n\n\tif (USELESS_ITEMS.includes(numID)) continue;\n\titemsExport.set(numID, item);\n\tconst cleanName = cleanString(item.name);\n\tif (!itemNameMap.has(cleanName)) {\n\t\titemNameMap.set(cleanName, numID);\n\t}\n}\n\nexport default itemsExport;\n", "/**\n * Removes all whitespace, and uppercases it. Used for comparisons.\n * @param str The string to clean.\n */\nexport function cleanString(str: string): string {\n\treturn str.replace(/\\s/g, \"\").toUpperCase();\n}\n", "export class Collection extends Map {\n\tfilter(predicate: (value: V, key: K, map: this) => boolean): Collection {\n\t\tconst result = new Collection();\n\t\tfor (const [key, value] of this) {\n\t\t\tif (predicate(value, key, this)) {\n\t\t\t\tresult.set(key, value);\n\t\t\t}\n\t\t}\n\t\treturn result;\n\t}\n\n\tmap(callback: (value: V, key: K, map: this) => T): T[] {\n\t\tconst result: T[] = [];\n\t\tfor (const [key, value] of this) {\n\t\t\tresult.push(callback(value, key, this));\n\t\t}\n\t\treturn result;\n\t}\n\n\tvaluesArray(): V[] {\n\t\treturn Array.from(this.values());\n\t}\n\n\trandom(): V {\n\t\tconst index = Math.floor(Math.random() * this.size);\n\t\tlet i = 0;\n\t\tfor (const entry of this) {\n\t\t\tif (i++ === index) return entry[1];\n\t\t}\n\t\tthrow new Error(\"No item found\");\n\t}\n}\n", "export enum EItem {\n\tCANNONBALL = 2,\n\tCANNON_BASE = 6,\n\tCANNON_STAND = 8,\n\tCANNON_BARRELS = 10,\n\tCANNON_FURNACE = 12,\n\tINSECT_REPELLENT = 28,\n\tBUCKET_OF_WAX = 30,\n\tEXCALIBUR = 35,\n\tCANDLE_UNLIT = 36,\n\tBRONZE_ARROWTIPS = 39,\n\tIRON_ARROWTIPS = 40,\n\tSTEEL_ARROWTIPS = 41,\n\tMITHRIL_ARROWTIPS = 42,\n\tADAMANT_ARROWTIPS = 43,\n\tRUNE_ARROWTIPS = 44,\n\tOPAL_BOLT_TIPS = 45,\n\tPEARL_BOLT_TIPS = 46,\n\tBARB_BOLTTIPS = 47,\n\tLONGBOW_U = 48,\n\tSHORTBOW_U = 50,\n\tARROW_SHAFT = 52,\n\tHEADLESS_ARROW = 53,\n\tOAK_SHORTBOW_U = 54,\n\tOAK_LONGBOW_U = 56,\n\tWILLOW_LONGBOW_U = 58,\n\tWILLOW_SHORTBOW_U = 60,\n\tMAPLE_LONGBOW_U = 62,\n\tMAPLE_SHORTBOW_U = 64,\n\tYEW_LONGBOW_U = 66,\n\tYEW_SHORTBOW_U = 68,\n\tMAGIC_LONGBOW_U = 70,\n\tMAGIC_SHORTBOW_U = 72,\n\tKHAZARD_HELMET = 74,\n\tKHAZARD_ARMOUR = 75,\n\tICE_ARROWS = 78,\n\tPENDANT_OF_LUCIEN = 86,\n\tARMADYL_PENDANT = 87,\n\tBOOTS_OF_LIGHTNESS_INVENTORY = 88,\n\tGUAM_POTION_UNF = 91,\n\tMARRENTILL_POTION_UNF = 93,\n\tTARROMIN_POTION_UNF = 95,\n\tHARRALANDER_POTION_UNF = 97,\n\tRANARR_POTION_UNF = 99,\n\tIRIT_POTION_UNF = 101,\n\tAVANTOE_POTION_UNF = 103,\n\tKWUARM_POTION_UNF = 105,\n\tCADANTINE_POTION_UNF = 107,\n\tDWARF_WEED_POTION_UNF = 109,\n\tTORSTOL_POTION_UNF = 111,\n\tSTRENGTH_POTION_4_DOSE = 113,\n\tSTRENGTH_POTION_3_DOSE = 115,\n\tSTRENGTH_POTION_2_DOSE = 117,\n\tSTRENGTH_POTION_1_DOSE = 119,\n\tATTACK_POTION_3_DOSE = 121,\n\tATTACK_POTION_2_DOSE = 123,\n\tATTACK_POTION_1_DOSE = 125,\n\tRESTORE_POTION_3_DOSE = 127,\n\tRESTORE_POTION_2_DOSE = 129,\n\tRESTORE_POTION_1_DOSE = 131,\n\tDEFENCE_POTION_3_DOSE = 133,\n\tDEFENCE_POTION_2_DOSE = 135,\n\tDEFENCE_POTION_1_DOSE = 137,\n\tPRAYER_POTION_3_DOSE = 139,\n\tPRAYER_POTION_2_DOSE = 141,\n\tPRAYER_POTION_1_DOSE = 143,\n\tSUPER_ATTACK_3_DOSE = 145,\n\tSUPER_ATTACK_2_DOSE = 147,\n\tSUPER_ATTACK_1_DOSE = 149,\n\tFISHING_POTION_3_DOSE = 151,\n\tFISHING_POTION_2_DOSE = 153,\n\tFISHING_POTION_1_DOSE = 155,\n\tSUPER_STRENGTH_3_DOSE = 157,\n\tSUPER_STRENGTH_2_DOSE = 159,\n\tSUPER_STRENGTH_1_DOSE = 161,\n\tSUPER_DEFENCE_3_DOSE = 163,\n\tSUPER_DEFENCE_2_DOSE = 165,\n\tSUPER_DEFENCE_1_DOSE = 167,\n\tRANGING_POTION_3_DOSE = 169,\n\tRANGING_POTION_2_DOSE = 171,\n\tRANGING_POTION_1_DOSE = 173,\n\tANTIPOISON_3_DOSE = 175,\n\tANTIPOISON_2_DOSE = 177,\n\tANTIPOISON_1_DOSE = 179,\n\tSUPERANTIPOISON_3_DOSE = 181,\n\tSUPERANTIPOISON_2_DOSE = 183,\n\tSUPERANTIPOISON_1_DOSE = 185,\n\tWEAPON_POISON = 187,\n\tZAMORAK_BREW_3_DOSE = 189,\n\tZAMORAK_BREW_2_DOSE = 191,\n\tZAMORAK_BREW_1_DOSE = 193,\n\tPOISON_CHALICE = 197,\n\tGRIMY_GUAM_LEAF = 199,\n\tGRIMY_MARRENTILL = 201,\n\tGRIMY_TARROMIN = 203,\n\tGRIMY_HARRALANDER = 205,\n\tGRIMY_RANARR_WEED = 207,\n\tGRIMY_IRIT_LEAF = 209,\n\tGRIMY_AVANTOE = 211,\n\tGRIMY_KWUARM = 213,\n\tGRIMY_CADANTINE = 215,\n\tGRIMY_DWARF_WEED = 217,\n\tGRIMY_TORSTOL = 219,\n\tEYE_OF_NEWT = 221,\n\tRED_SPIDERS_EGGS = 223,\n\tLIMPWURT_ROOT = 225,\n\tVIAL_OF_WATER = 227,\n\tVIAL = 229,\n\tSNAPE_GRASS = 231,\n\tPESTLE_AND_MORTAR = 233,\n\tUNICORN_HORN_DUST = 235,\n\tUNICORN_HORN = 237,\n\tWHITE_BERRIES = 239,\n\tDRAGON_SCALE_DUST = 241,\n\tBLUE_DRAGON_SCALE = 243,\n\tWINE_OF_ZAMORAK = 245,\n\tJANGERBERRIES = 247,\n\tGUAM_LEAF = 249,\n\tMARRENTILL = 251,\n\tTARROMIN = 253,\n\tHARRALANDER = 255,\n\tRANARR_WEED = 257,\n\tIRIT_LEAF = 259,\n\tAVANTOE = 261,\n\tKWUARM = 263,\n\tCADANTINE = 265,\n\tDWARF_WEED = 267,\n\tTORSTOL = 269,\n\tFISH_FOOD = 272,\n\tPOISON_ITEM = 273,\n\tCATTLEPROD = 278,\n\tPLAGUE_JACKET = 284,\n\tPLAGUE_TROUSERS = 285,\n\tGOBLIN_MAIL = 288,\n\tGLARIALS_AMULET = 295,\n\tMITHRIL_SEEDS = 299,\n\tLOBSTER_POT = 301,\n\tSMALL_FISHING_NET_REGULAR = 303,\n\tBIG_FISHING_NET = 305,\n\tFISHING_ROD = 307,\n\tFLY_FISHING_ROD = 309,\n\tHARPOON = 311,\n\tFISHING_BAIT = 313,\n\tFEATHER = 314,\n\tSHRIMPS = 315,\n\tRAW_SHRIMPS = 317,\n\tANCHOVIES = 319,\n\tRAW_ANCHOVIES = 321,\n\tSARDINE = 325,\n\tRAW_SARDINE = 327,\n\tSALMON = 329,\n\tRAW_SALMON = 331,\n\tTROUT = 333,\n\tRAW_TROUT = 335,\n\tCOD = 339,\n\tRAW_COD = 341,\n\tRAW_HERRING = 345,\n\tHERRING = 347,\n\tRAW_PIKE = 349,\n\tPIKE = 351,\n\tRAW_MACKEREL = 353,\n\tMACKEREL = 355,\n\tRAW_TUNA = 359,\n\tTUNA = 361,\n\tRAW_BASS = 363,\n\tBASS = 365,\n\tRAW_SWORDFISH = 371,\n\tSWORDFISH = 373,\n\tRAW_LOBSTER = 377,\n\tLOBSTER = 379,\n\tRAW_SHARK = 383,\n\tSHARK = 385,\n\tRAW_MANTA_RAY = 389,\n\tMANTA_RAY = 391,\n\tRAW_SEA_TURTLE = 395,\n\tSEA_TURTLE = 397,\n\tSEAWEED = 401,\n\tEDIBLE_SEAWEED = 403,\n\tCASKET = 405,\n\tOYSTER = 407,\n\tOYSTER_PEARL = 411,\n\tOYSTER_PEARLS = 413,\n\tLATHAS_AMULET = 421,\n\tPRIEST_GOWN_TOP = 426,\n\tPRIEST_GOWN_BOTTOM = 428,\n\tMEDICAL_GOWN = 430,\n\tCLAY = 434,\n\tCOPPER_ORE = 436,\n\tTIN_ORE = 438,\n\tIRON_ORE = 440,\n\tSILVER_ORE = 442,\n\tGOLD_ORE = 444,\n\tMITHRIL_ORE = 447,\n\tADAMANTITE_ORE = 449,\n\tRUNITE_ORE = 451,\n\tCOAL = 453,\n\tSTRANGE_FRUIT = 464,\n\tBONES = 526,\n\tBURNT_BONES = 528,\n\tBAT_BONES = 530,\n\tBIG_BONES = 532,\n\tBABYDRAGON_BONES = 534,\n\tDRAGON_BONES = 536,\n\tDRUIDS_ROBE = 538,\n\tDRUIDS_ROBE_TOP = 540,\n\tMONKS_ROBE = 542,\n\tMONKS_ROBE_TOP = 544,\n\tSHADE_ROBE_TOP = 546,\n\tSHADE_ROBE = 548,\n\tGHOSTSPEAK_AMULET_NORMAL = 552,\n\tFIRE_RUNE = 554,\n\tWATER_RUNE = 555,\n\tAIR_RUNE = 556,\n\tEARTH_RUNE = 557,\n\tMIND_RUNE = 558,\n\tBODY_RUNE = 559,\n\tDEATH_RUNE = 560,\n\tNATURE_RUNE = 561,\n\tCHAOS_RUNE = 562,\n\tLAW_RUNE = 563,\n\tCOSMIC_RUNE = 564,\n\tBLOOD_RUNE = 565,\n\tSOUL_RUNE = 566,\n\tUNPOWERED_ORB = 567,\n\tFIRE_ORB = 569,\n\tWATER_ORB = 571,\n\tAIR_ORB = 573,\n\tEARTH_ORB = 575,\n\tBLUE_WIZARD_ROBE = 577,\n\tBLUE_WIZARD_HAT = 579,\n\tBLACK_ROBE = 581,\n\tGNOME_AMULET = 589,\n\tTINDERBOX = 590,\n\tASHES = 592,\n\tTORCH_UNLIT = 596,\n\tBRONZE_FIRE_ARROW_UNLIT = 598,\n\tBEADS_OF_THE_DEAD = 616,\n\tSHIP_TICKET = 621,\n\tPINK_BOOTS = 626,\n\tGREEN_BOOTS = 628,\n\tBLUE_BOOTS = 630,\n\tCREAM_BOOTS = 632,\n\tTURQUOISE_BOOTS = 634,\n\tPINK_ROBE_TOP = 636,\n\tGREEN_ROBE_TOP = 638,\n\tBLUE_ROBE_TOP = 640,\n\tCREAM_ROBE_TOP = 642,\n\tTURQUOISE_ROBE_TOP = 644,\n\tPINK_ROBE_BOTTOMS = 646,\n\tGREEN_ROBE_BOTTOMS = 648,\n\tBLUE_ROBE_BOTTOMS = 650,\n\tCREAM_ROBE_BOTTOMS = 652,\n\tTURQUOISE_ROBE_BOTTOMS = 654,\n\tPINK_HAT = 656,\n\tGREEN_HAT = 658,\n\tBLUE_HAT = 660,\n\tCREAM_HAT = 662,\n\tTURQUOISE_HAT = 664,\n\tBLURITE_SWORD = 667,\n\tHOLY_WATER = 732,\n\tDARK_DAGGER = 746,\n\tGLOWING_DAGGER = 747,\n\tGNOMEBALL = 751,\n\tCADAVA_BERRIES = 753,\n\tPHOENIX_CROSSBOW = 767,\n\tDRAMEN_STAFF = 772,\n\tPERFECT_RING = 773,\n\tPERFECT_NECKLACE = 774,\n\tCOOKING_GAUNTLETS = 775,\n\tGOLDSMITH_GAUNTLETS = 776,\n\tCHAOS_GAUNTLETS = 777,\n\tSTEEL_GAUNTLETS = 778,\n\tBRONZE_THROWNAXE = 800,\n\tIRON_THROWNAXE = 801,\n\tSTEEL_THROWNAXE = 802,\n\tMITHRIL_THROWNAXE = 803,\n\tADAMANT_THROWNAXE = 804,\n\tRUNE_THROWNAXE = 805,\n\tBRONZE_DART_UNPOISONED = 806,\n\tIRON_DART_UNPOISONED = 807,\n\tSTEEL_DART_UNPOISONED = 808,\n\tMITHRIL_DART_UNPOISONED = 809,\n\tADAMANT_DART_UNPOISONED = 810,\n\tRUNE_DART_UNPOISONED = 811,\n\tBRONZE_DART_POISON = 812,\n\tIRON_DART_POISON = 813,\n\tSTEEL_DART_POISON = 814,\n\tMITHRIL_DART_POISON = 815,\n\tADAMANT_DART_POISON = 816,\n\tRUNE_DART_POISON = 817,\n\tBRONZE_DART_TIP = 819,\n\tIRON_DART_TIP = 820,\n\tSTEEL_DART_TIP = 821,\n\tMITHRIL_DART_TIP = 822,\n\tADAMANT_DART_TIP = 823,\n\tRUNE_DART_TIP = 824,\n\tBRONZE_JAVELIN_UNPOISONED = 825,\n\tIRON_JAVELIN_UNPOISONED = 826,\n\tSTEEL_JAVELIN_UNPOISONED = 827,\n\tMITHRIL_JAVELIN_UNPOISONED = 828,\n\tADAMANT_JAVELIN_UNPOISONED = 829,\n\tRUNE_JAVELIN_UNPOISONED = 830,\n\tBRONZE_JAVELIN_POISON = 831,\n\tIRON_JAVELIN_POISON = 832,\n\tSTEEL_JAVELIN_POISON = 833,\n\tMITHRIL_JAVELIN_POISON = 834,\n\tADAMANT_JAVELIN_POISON = 835,\n\tRUNE_JAVELIN_POISON = 836,\n\tCROSSBOW = 837,\n\tLONGBOW = 839,\n\tSHORTBOW = 841,\n\tOAK_SHORTBOW = 843,\n\tOAK_LONGBOW = 845,\n\tWILLOW_LONGBOW = 847,\n\tWILLOW_SHORTBOW = 849,\n\tMAPLE_LONGBOW = 851,\n\tMAPLE_SHORTBOW = 853,\n\tYEW_LONGBOW = 855,\n\tYEW_SHORTBOW = 857,\n\tMAGIC_LONGBOW = 859,\n\tMAGIC_SHORTBOW = 861,\n\tIRON_KNIFE_UNPOISONED = 863,\n\tBRONZE_KNIFE_UNPOISONED = 864,\n\tSTEEL_KNIFE_UNPOISONED = 865,\n\tMITHRIL_KNIFE_UNPOISONED = 866,\n\tADAMANT_KNIFE_UNPOISONED = 867,\n\tRUNE_KNIFE_UNPOISONED = 868,\n\tBLACK_KNIFE_UNPOISONED = 869,\n\tBRONZE_KNIFE_POISON = 870,\n\tIRON_KNIFE_POISON = 871,\n\tSTEEL_KNIFE_POISON = 872,\n\tMITHRIL_KNIFE_POISON = 873,\n\tBLACK_KNIFE_POISON = 874,\n\tADAMANT_KNIFE_POISON = 875,\n\tRUNE_KNIFE_POISON = 876,\n\tBRONZE_BOLTS_UNPOISONED = 877,\n\tBRONZE_BOLTS_POISON = 878,\n\tOPAL_BOLTS = 879,\n\tPEARL_BOLTS = 880,\n\tBARBED_BOLTS = 881,\n\tBRONZE_ARROW_UNPOISONED = 882,\n\tBRONZE_ARROW_POISON = 883,\n\tIRON_ARROW_UNPOISONED = 884,\n\tIRON_ARROW_POISON = 885,\n\tSTEEL_ARROW_UNPOISONED = 886,\n\tSTEEL_ARROW_POISON = 887,\n\tMITHRIL_ARROW_UNPOISONED = 888,\n\tMITHRIL_ARROW_POISON = 889,\n\tADAMANT_ARROW_UNPOISONED = 890,\n\tADAMANT_ARROW_POISON = 891,\n\tRUNE_ARROW_UNPOISONED = 892,\n\tRUNE_ARROW_POISON = 893,\n\tBRONZE_FIRE_ARROW_LIT = 942,\n\tKNIFE = 946,\n\tBEAR_FUR = 948,\n\tSILK = 950,\n\tSPADE = 952,\n\tROPE = 954,\n\tGREY_WOLF_FUR = 958,\n\tPLANK = 960,\n\tCHRISTMAS_CRACKER = 962,\n\tPAPYRUS = 970,\n\tCHARCOAL = 973,\n\tMACHETE = 975,\n\tDISK_OF_RETURNING = 981,\n\tBRASS_KEY = 983,\n\tTOOTH_HALF_OF_KEY = 985,\n\tLOOP_HALF_OF_KEY = 987,\n\tCRYSTAL_KEY = 989,\n\tMUDDY_KEY = 991,\n\tSINISTER_KEY = 993,\n\tWHITE_APRON = 1005,\n\tRED_CAPE = 1007,\n\tBRASS_NECKLACE = 1009,\n\tBLUE_SKIRT = 1011,\n\tPINK_SKIRT = 1013,\n\tBLACK_SKIRT = 1015,\n\tWIZARD_HAT = 1017,\n\tBLACK_CAPE = 1019,\n\tBLUE_CAPE = 1021,\n\tYELLOW_CAPE = 1023,\n\tRIGHT_EYE_PATCH = 1025,\n\tGREEN_CAPE = 1027,\n\tPURPLE_CAPE = 1029,\n\tORANGE_CAPE = 1031,\n\tZAMORAK_MONK_BOTTOM = 1033,\n\tZAMORAK_MONK_TOP = 1035,\n\tBUNNY_EARS = 1037,\n\tRED_PARTYHAT = 1038,\n\tYELLOW_PARTYHAT = 1040,\n\tBLUE_PARTYHAT = 1042,\n\tGREEN_PARTYHAT = 1044,\n\tPURPLE_PARTYHAT = 1046,\n\tWHITE_PARTYHAT = 1048,\n\tSANTA_HAT = 1050,\n\tCAPE_OF_LEGENDS = 1052,\n\tGREEN_HALLOWEEN_MASK = 1053,\n\tBLUE_HALLOWEEN_MASK = 1055,\n\tRED_HALLOWEEN_MASK = 1057,\n\tLEATHER_GLOVES = 1059,\n\tLEATHER_BOOTS = 1061,\n\tLEATHER_VAMBRACES = 1063,\n\tGREEN_DHIDE_VAMBRACES = 1065,\n\tIRON_PLATELEGS = 1067,\n\tSTEEL_PLATELEGS = 1069,\n\tMITHRIL_PLATELEGS = 1071,\n\tADAMANT_PLATELEGS = 1073,\n\tBRONZE_PLATELEGS = 1075,\n\tBLACK_PLATELEGS = 1077,\n\tRUNE_PLATELEGS = 1079,\n\tIRON_PLATESKIRT = 1081,\n\tSTEEL_PLATESKIRT = 1083,\n\tMITHRIL_PLATESKIRT = 1085,\n\tBRONZE_PLATESKIRT = 1087,\n\tBLACK_PLATESKIRT = 1089,\n\tADAMANT_PLATESKIRT = 1091,\n\tRUNE_PLATESKIRT = 1093,\n\tLEATHER_CHAPS = 1095,\n\tSTUDDED_CHAPS = 1097,\n\tGREEN_DHIDE_CHAPS = 1099,\n\tIRON_CHAINBODY = 1101,\n\tBRONZE_CHAINBODY = 1103,\n\tSTEEL_CHAINBODY = 1105,\n\tBLACK_CHAINBODY = 1107,\n\tMITHRIL_CHAINBODY = 1109,\n\tADAMANT_CHAINBODY = 1111,\n\tRUNE_CHAINBODY = 1113,\n\tIRON_PLATEBODY = 1115,\n\tBRONZE_PLATEBODY = 1117,\n\tSTEEL_PLATEBODY = 1119,\n\tMITHRIL_PLATEBODY = 1121,\n\tADAMANT_PLATEBODY = 1123,\n\tBLACK_PLATEBODY = 1125,\n\tRUNE_PLATEBODY = 1127,\n\tLEATHER_BODY = 1129,\n\tHARDLEATHER_BODY = 1131,\n\tSTUDDED_BODY = 1133,\n\tGREEN_DHIDE_BODY = 1135,\n\tIRON_MED_HELM = 1137,\n\tBRONZE_MED_HELM = 1139,\n\tSTEEL_MED_HELM = 1141,\n\tMITHRIL_MED_HELM = 1143,\n\tADAMANT_MED_HELM = 1145,\n\tRUNE_MED_HELM = 1147,\n\tDRAGON_MED_HELM = 1149,\n\tBLACK_MED_HELM = 1151,\n\tIRON_FULL_HELM = 1153,\n\tBRONZE_FULL_HELM = 1155,\n\tSTEEL_FULL_HELM = 1157,\n\tMITHRIL_FULL_HELM = 1159,\n\tADAMANT_FULL_HELM = 1161,\n\tRUNE_FULL_HELM = 1163,\n\tBLACK_FULL_HELM = 1165,\n\tLEATHER_COWL = 1167,\n\tCOIF = 1169,\n\tWOODEN_SHIELD = 1171,\n\tBRONZE_SQ_SHIELD = 1173,\n\tIRON_SQ_SHIELD = 1175,\n\tSTEEL_SQ_SHIELD = 1177,\n\tBLACK_SQ_SHIELD = 1179,\n\tMITHRIL_SQ_SHIELD = 1181,\n\tADAMANT_SQ_SHIELD = 1183,\n\tRUNE_SQ_SHIELD = 1185,\n\tDRAGON_SQ_SHIELD = 1187,\n\tBRONZE_KITESHIELD = 1189,\n\tIRON_KITESHIELD = 1191,\n\tSTEEL_KITESHIELD = 1193,\n\tBLACK_KITESHIELD = 1195,\n\tMITHRIL_KITESHIELD = 1197,\n\tADAMANT_KITESHIELD = 1199,\n\tRUNE_KITESHIELD = 1201,\n\tIRON_DAGGER_UNPOISONED = 1203,\n\tBRONZE_DAGGER_UNPOISONED = 1205,\n\tSTEEL_DAGGER_UNPOISONED = 1207,\n\tMITHRIL_DAGGER_UNPOISONED = 1209,\n\tADAMANT_DAGGER_UNPOISONED = 1211,\n\tRUNE_DAGGER_UNPOISONED = 1213,\n\tDRAGON_DAGGER_UNPOISONED = 1215,\n\tBLACK_DAGGER_UNPOISONED = 1217,\n\tIRON_DAGGER_POISON = 1219,\n\tBRONZE_DAGGER_POISON = 1221,\n\tSTEEL_DAGGER_POISON = 1223,\n\tMITHRIL_DAGGER_POISON = 1225,\n\tADAMANT_DAGGER_POISON = 1227,\n\tRUNE_DAGGER_POISON = 1229,\n\tDRAGON_DAGGER_POISON = 1231,\n\tBLACK_DAGGER_POISON = 1233,\n\tBRONZE_SPEAR_UNPOISONED = 1237,\n\tIRON_SPEAR_UNPOISONED = 1239,\n\tSTEEL_SPEAR_UNPOISONED = 1241,\n\tMITHRIL_SPEAR_UNPOISONED = 1243,\n\tADAMANT_SPEAR_UNPOISONED = 1245,\n\tRUNE_SPEAR_UNPOISONED = 1247,\n\tDRAGON_SPEAR_UNPOISONED = 1249,\n\tBRONZE_SPEAR_POISON = 1251,\n\tIRON_SPEAR_POISON = 1253,\n\tSTEEL_SPEAR_POISON = 1255,\n\tMITHRIL_SPEAR_POISON = 1257,\n\tADAMANT_SPEAR_POISON = 1259,\n\tRUNE_SPEAR_POISON = 1261,\n\tDRAGON_SPEAR_POISON = 1263,\n\tBRONZE_PICKAXE = 1265,\n\tIRON_PICKAXE = 1267,\n\tSTEEL_PICKAXE = 1269,\n\tADAMANT_PICKAXE = 1271,\n\tMITHRIL_PICKAXE = 1273,\n\tRUNE_PICKAXE = 1275,\n\tBRONZE_SWORD = 1277,\n\tIRON_SWORD = 1279,\n\tSTEEL_SWORD = 1281,\n\tBLACK_SWORD = 1283,\n\tMITHRIL_SWORD = 1285,\n\tADAMANT_SWORD = 1287,\n\tRUNE_SWORD = 1289,\n\tBRONZE_LONGSWORD = 1291,\n\tIRON_LONGSWORD = 1293,\n\tSTEEL_LONGSWORD = 1295,\n\tBLACK_LONGSWORD = 1297,\n\tMITHRIL_LONGSWORD = 1299,\n\tADAMANT_LONGSWORD = 1301,\n\tRUNE_LONGSWORD = 1303,\n\tDRAGON_LONGSWORD = 1305,\n\tBRONZE_2H_SWORD = 1307,\n\tIRON_2H_SWORD = 1309,\n\tSTEEL_2H_SWORD = 1311,\n\tBLACK_2H_SWORD = 1313,\n\tMITHRIL_2H_SWORD = 1315,\n\tADAMANT_2H_SWORD = 1317,\n\tRUNE_2H_SWORD = 1319,\n\tBRONZE_SCIMITAR = 1321,\n\tIRON_SCIMITAR = 1323,\n\tSTEEL_SCIMITAR = 1325,\n\tBLACK_SCIMITAR = 1327,\n\tMITHRIL_SCIMITAR = 1329,\n\tADAMANT_SCIMITAR = 1331,\n\tRUNE_SCIMITAR = 1333,\n\tIRON_WARHAMMER = 1335,\n\tBRONZE_WARHAMMER = 1337,\n\tSTEEL_WARHAMMER = 1339,\n\tBLACK_WARHAMMER = 1341,\n\tMITHRIL_WARHAMMER = 1343,\n\tADAMANT_WARHAMMER = 1345,\n\tRUNE_WARHAMMER = 1347,\n\tIRON_AXE = 1349,\n\tBRONZE_AXE = 1351,\n\tSTEEL_AXE = 1353,\n\tMITHRIL_AXE = 1355,\n\tADAMANT_AXE = 1357,\n\tRUNE_AXE = 1359,\n\tBLACK_AXE = 1361,\n\tIRON_BATTLEAXE = 1363,\n\tSTEEL_BATTLEAXE = 1365,\n\tBLACK_BATTLEAXE = 1367,\n\tMITHRIL_BATTLEAXE = 1369,\n\tADAMANT_BATTLEAXE = 1371,\n\tRUNE_BATTLEAXE = 1373,\n\tBRONZE_BATTLEAXE = 1375,\n\tDRAGON_BATTLEAXE = 1377,\n\tSTAFF = 1379,\n\tSTAFF_OF_AIR = 1381,\n\tSTAFF_OF_WATER = 1383,\n\tSTAFF_OF_EARTH = 1385,\n\tSTAFF_OF_FIRE = 1387,\n\tMAGIC_STAFF = 1389,\n\tBATTLESTAFF = 1391,\n\tFIRE_BATTLESTAFF = 1393,\n\tWATER_BATTLESTAFF = 1395,\n\tAIR_BATTLESTAFF = 1397,\n\tEARTH_BATTLESTAFF = 1399,\n\tMYSTIC_FIRE_STAFF = 1401,\n\tMYSTIC_WATER_STAFF = 1403,\n\tMYSTIC_AIR_STAFF = 1405,\n\tMYSTIC_EARTH_STAFF = 1407,\n\tIBANS_STAFF_REGULAR = 1409,\n\tSCYTHE = 1419,\n\tIRON_MACE = 1420,\n\tBRONZE_MACE = 1422,\n\tSTEEL_MACE = 1424,\n\tBLACK_MACE = 1426,\n\tMITHRIL_MACE = 1428,\n\tADAMANT_MACE = 1430,\n\tRUNE_MACE = 1432,\n\tDRAGON_MACE = 1434,\n\tRUNE_ESSENCE = 1436,\n\tAIR_TALISMAN = 1438,\n\tEARTH_TALISMAN = 1440,\n\tFIRE_TALISMAN = 1442,\n\tWATER_TALISMAN = 1444,\n\tBODY_TALISMAN = 1446,\n\tMIND_TALISMAN = 1448,\n\tBLOOD_TALISMAN = 1450,\n\tCHAOS_TALISMAN = 1452,\n\tCOSMIC_TALISMAN = 1454,\n\tDEATH_TALISMAN = 1456,\n\tNATURE_TALISMAN = 1462,\n\tARCHERY_TICKET = 1464,\n\tRED_BEAD = 1470,\n\tYELLOW_BEAD = 1472,\n\tBLACK_BEAD = 1474,\n\tWHITE_BEAD = 1476,\n\tAMULET_OF_ACCURACY = 1478,\n\tKLANKS_GAUNTLETS = 1495,\n\tGAS_MASK = 1506,\n\tLOGS = 1511,\n\tMAGIC_LOGS = 1513,\n\tYEW_LOGS = 1515,\n\tMAPLE_LOGS = 1517,\n\tWILLOW_LOGS = 1519,\n\tOAK_LOGS = 1521,\n\tLOCKPICK = 1523,\n\tSTEEL_NAILS = 1539,\n\tANTIDRAGON_SHIELD = 1540,\n\tGARLIC = 1550,\n\tSEASONED_SARDINE = 1552,\n\tDOOGLE_LEAVES = 1573,\n\tCAT_TRAINING_MEDAL = 1575,\n\tICE_GLOVES = 1580,\n\tRING_MOULD = 1592,\n\tAMULET_MOULD = 1595,\n\tNECKLACE_MOULD = 1597,\n\tHOLY_MOULD = 1599,\n\tDIAMOND = 1601,\n\tRUBY = 1603,\n\tEMERALD = 1605,\n\tSAPPHIRE = 1607,\n\tOPAL = 1609,\n\tJADE = 1611,\n\tRED_TOPAZ = 1613,\n\tDRAGONSTONE = 1615,\n\tUNCUT_DIAMOND = 1617,\n\tUNCUT_RUBY = 1619,\n\tUNCUT_EMERALD = 1621,\n\tUNCUT_SAPPHIRE = 1623,\n\tUNCUT_OPAL = 1625,\n\tUNCUT_JADE = 1627,\n\tUNCUT_RED_TOPAZ = 1629,\n\tUNCUT_DRAGONSTONE = 1631,\n\tGOLD_RING = 1635,\n\tSAPPHIRE_RING = 1637,\n\tEMERALD_RING = 1639,\n\tRUBY_RING = 1641,\n\tDIAMOND_RING = 1643,\n\tDRAGONSTONE_RING = 1645,\n\tGOLD_NECKLACE = 1654,\n\tSAPPHIRE_NECKLACE = 1656,\n\tEMERALD_NECKLACE = 1658,\n\tRUBY_NECKLACE = 1660,\n\tDIAMOND_NECKLACE = 1662,\n\tDRAGON_NECKLACE = 1664,\n\tGOLD_AMULET_U = 1673,\n\tSAPPHIRE_AMULET_U = 1675,\n\tEMERALD_AMULET_U = 1677,\n\tRUBY_AMULET_U = 1679,\n\tDIAMOND_AMULET_U = 1681,\n\tDRAGONSTONE_AMULET_U = 1683,\n\tGOLD_AMULET = 1692,\n\tSAPPHIRE_AMULET = 1694,\n\tEMERALD_AMULET = 1696,\n\tRUBY_AMULET = 1698,\n\tDIAMOND_AMULET = 1700,\n\tDRAGONSTONE_AMULET = 1702,\n\tAMULET_OF_GLORY_UNCHARGED = 1704,\n\tAMULET_OF_GLORY_1 = 1706,\n\tAMULET_OF_GLORY_2 = 1708,\n\tAMULET_OF_GLORY_3 = 1710,\n\tAMULET_OF_GLORY_4 = 1712,\n\tUNSTRUNG_SYMBOL = 1714,\n\tUNBLESSED_SYMBOL = 1716,\n\tHOLY_SYMBOL = 1718,\n\tUNSTRUNG_EMBLEM = 1720,\n\tUNPOWERED_SYMBOL = 1722,\n\tUNHOLY_SYMBOL = 1724,\n\tAMULET_OF_STRENGTH = 1725,\n\tAMULET_OF_MAGIC = 1727,\n\tAMULET_OF_DEFENCE = 1729,\n\tAMULET_OF_POWER = 1731,\n\tNEEDLE = 1733,\n\tTHREAD = 1734,\n\tSHEARS = 1735,\n\tWOOL = 1737,\n\tCOWHIDE = 1739,\n\tLEATHER = 1741,\n\tHARD_LEATHER = 1743,\n\tGREEN_DRAGON_LEATHER = 1745,\n\tBLACK_DRAGONHIDE = 1747,\n\tRED_DRAGONHIDE = 1749,\n\tBLUE_DRAGONHIDE = 1751,\n\tGREEN_DRAGONHIDE = 1753,\n\tCHISEL = 1755,\n\tBROWN_APRON = 1757,\n\tBALL_OF_WOOL = 1759,\n\tSOFT_CLAY = 1761,\n\tRED_DYE = 1763,\n\tYELLOW_DYE = 1765,\n\tBLUE_DYE = 1767,\n\tORANGE_DYE = 1769,\n\tGREEN_DYE = 1771,\n\tPURPLE_DYE = 1773,\n\tMOLTEN_GLASS = 1775,\n\tBOW_STRING = 1777,\n\tFLAX = 1779,\n\tSODA_ASH = 1781,\n\tBUCKET_OF_SAND = 1783,\n\tGLASSBLOWING_PIPE = 1785,\n\tUNFIRED_POT = 1787,\n\tUNFIRED_PIE_DISH = 1789,\n\tUNFIRED_BOWL = 1791,\n\tWOAD_LEAF = 1793,\n\tBRONZE_WIRE = 1794,\n\tSILVER_NECKLACE_NORMAL = 1796,\n\tSILVER_NECKLACE_DUSTED = 1797,\n\tWATERSKIN_4 = 1823,\n\tWATERSKIN_0 = 1831,\n\tDESERT_SHIRT = 1833,\n\tDESERT_ROBE = 1835,\n\tDESERT_BOOTS = 1837,\n\tSLAVE_SHIRT = 1844,\n\tSLAVE_ROBE = 1845,\n\tSLAVE_BOOTS = 1846,\n\tSHANTAY_PASS_ITEM = 1854,\n\tRAW_UGTHANKI_MEAT = 1859,\n\tUGTHANKI_MEAT = 1861,\n\tPITTA_BREAD = 1865,\n\tCHOPPED_TOMATO = 1869,\n\tCHOPPED_ONION = 1871,\n\tCHOPPED_UGTHANKI = 1873,\n\tONION_TOMATO = 1875,\n\tUGTHANKI_ONION = 1877,\n\tUGTHANKI_TOMATO = 1879,\n\tKEBAB_MIX = 1881,\n\tUGTHANKI_KEBAB = 1885,\n\tCAKE_TIN = 1887,\n\tCAKE_FULL = 1891,\n\tCHOCOLATE_CAKE_FULL = 1897,\n\tASGARNIAN_ALE = 1905,\n\tWIZARDS_MIND_BOMB = 1907,\n\tGREENMANS_ALE = 1909,\n\tDRAGON_BITTER = 1911,\n\tDWARVEN_STOUT = 1913,\n\tGROG = 1915,\n\tBEER = 1917,\n\tBEER_GLASS = 1919,\n\tBOWL_OF_WATER = 1921,\n\tBOWL = 1923,\n\tBUCKET = 1925,\n\tBUCKET_OF_MILK = 1927,\n\tBUCKET_OF_WATER = 1929,\n\tPOT = 1931,\n\tPOT_OF_FLOUR = 1933,\n\tJUG = 1935,\n\tJUG_OF_WATER = 1937,\n\tSWAMP_TAR = 1939,\n\tSWAMP_PASTE = 1941,\n\tPOTATO = 1942,\n\tEGG = 1944,\n\tGRAIN = 1947,\n\tCHEFS_HAT = 1949,\n\tREDBERRIES = 1951,\n\tPASTRY_DOUGH = 1953,\n\tCOOKING_APPLE = 1955,\n\tONION = 1957,\n\tPUMPKIN = 1959,\n\tEASTER_EGG = 1961,\n\tBANANA = 1963,\n\tCABBAGE = 1965,\n\tSPINACH_ROLL = 1969,\n\tKEBAB = 1971,\n\tCHOCOLATE_BAR = 1973,\n\tCHOCOLATE_DUST = 1975,\n\tCUP_OF_TEA = 1978,\n\tEMPTY_CUP = 1980,\n\tTOMATO = 1982,\n\tCHEESE = 1985,\n\tGRAPES = 1987,\n\tHALF_FULL_WINE_JUG = 1989,\n\tJUG_OF_WINE = 1993,\n\tSTEW = 2003,\n\tSPICE = 2007,\n\tCURRY = 2011,\n\tVODKA = 2015,\n\tWHISKY = 2017,\n\tGIN = 2019,\n\tBRANDY = 2021,\n\tCOCKTAIL_GUIDE = 2023,\n\tCOCKTAIL_SHAKER = 2025,\n\tCOCKTAIL_GLASS = 2026,\n\tPREMADE_BLURB_SP = 2028,\n\tPREMADE_CHOC_SDY = 2030,\n\tPREMADE_DR_DRAGON = 2032,\n\tPREMADE_FR_BLAST = 2034,\n\tPREMADE_P_PUNCH = 2036,\n\tPREMADE_SGG = 2038,\n\tPREMADE_WIZ_BLZD = 2040,\n\tPINEAPPLE_PUNCH = 2048,\n\tWIZARD_BLIZZARD = 2054,\n\tBLURBERRY_SPECIAL = 2064,\n\tCHOC_SATURDAY = 2074,\n\tSHORT_GREEN_GUY = 2080,\n\tFRUIT_BLAST = 2084,\n\tDRUNK_DRAGON = 2092,\n\tLEMON = 2102,\n\tLEMON_CHUNKS = 2104,\n\tLEMON_SLICES = 2106,\n\tORANGE = 2108,\n\tORANGE_CHUNKS = 2110,\n\tORANGE_SLICES = 2112,\n\tPINEAPPLE = 2114,\n\tPINEAPPLE_CHUNKS = 2116,\n\tPINEAPPLE_RING = 2118,\n\tLIME = 2120,\n\tLIME_CHUNKS = 2122,\n\tLIME_SLICES = 2124,\n\tDWELLBERRIES = 2126,\n\tEQUA_LEAVES = 2128,\n\tPOT_OF_CREAM = 2130,\n\tRAW_BEEF = 2132,\n\tRAW_RAT_MEAT = 2134,\n\tRAW_BEAR_MEAT = 2136,\n\tRAW_CHICKEN = 2138,\n\tCOOKED_CHICKEN = 2140,\n\tCOOKED_MEAT = 2142,\n\tSWAMP_TOAD_ITEM = 2150,\n\tTOADS_LEGS = 2152,\n\tKING_WORM = 2162,\n\tBATTA_TIN = 2164,\n\tCRUNCHY_TRAY = 2165,\n\tGNOMEBOWL_MOULD = 2166,\n\tGIANNES_COOK_BOOK = 2167,\n\tGNOME_SPICE = 2169,\n\tGIANNE_DOUGH = 2171,\n\tCHOCOLATE_BOMB = 2185,\n\tTANGLED_TOADS_LEGS = 2187,\n\tWORM_HOLE = 2191,\n\tVEG_BALL = 2195,\n\tWORM_CRUNCHIES = 2205,\n\tCHOCCHIP_CRUNCHIES = 2209,\n\tSPICY_CRUNCHIES = 2213,\n\tTOAD_CRUNCHIES = 2217,\n\tPREMADE_WM_BATTA = 2219,\n\tPREMADE_TD_BATTA = 2221,\n\tPREMADE_FRT_BATTA = 2225,\n\tPREMADE_VEG_BATTA = 2227,\n\tPREMADE_CHOC_BOMB = 2229,\n\tPREMADE_TTL = 2231,\n\tPREMADE_WORM_HOLE = 2233,\n\tPREMADE_VEG_BALL = 2235,\n\tPREMADE_WM_CRUN = 2237,\n\tPREMADE_CH_CRUNCH = 2239,\n\tPREMADE_SY_CRUNCH = 2241,\n\tPREMADE_TD_CRUNCH = 2243,\n\tWORM_BATTA = 2253,\n\tTOAD_BATTA = 2255,\n\tFRUIT_BATTA = 2277,\n\tVEGETABLE_BATTA = 2281,\n\tPIZZA_BASE = 2283,\n\tPLAIN_PIZZA_FULL = 2289,\n\tMEAT_PIZZA_FULL = 2293,\n\tANCHOVY_PIZZA_FULL = 2297,\n\tPINEAPPLE_PIZZA_FULL = 2301,\n\tBREAD_DOUGH = 2307,\n\tBREAD = 2309,\n\tPIE_DISH = 2313,\n\tPIE_SHELL = 2315,\n\tUNCOOKED_APPLE_PIE = 2317,\n\tUNCOOKED_MEAT_PIE = 2319,\n\tUNCOOKED_BERRY_PIE = 2321,\n\tAPPLE_PIE_FULL = 2323,\n\tREDBERRY_PIE_FULL = 2325,\n\tMEAT_PIE_FULL = 2327,\n\tRAW_OOMLIE = 2337,\n\tWRAPPED_OOMLIE = 2341,\n\tCOOKED_OOMLIE_WRAP = 2343,\n\tHAMMER = 2347,\n\tBRONZE_BAR = 2349,\n\tIRON_BAR = 2351,\n\tSTEEL_BAR = 2353,\n\tSILVER_BAR = 2355,\n\tGOLD_BAR = 2357,\n\tMITHRIL_BAR = 2359,\n\tADAMANTITE_BAR = 2361,\n\tRUNITE_BAR = 2363,\n\tSHIELD_LEFT_HALF = 2366,\n\tSHIELD_RIGHT_HALF = 2368,\n\tSTEEL_STUDS = 2370,\n\tSILVERLIGHT_NORMAL = 2402,\n\tCARNILLEAN_ARMOUR = 2405,\n\tHAZEELS_MARK = 2406,\n\tSARADOMIN_CAPE = 2412,\n\tGUTHIX_CAPE = 2413,\n\tZAMORAK_CAPE = 2414,\n\tSARADOMIN_STAFF = 2415,\n\tGUTHIX_STAFF = 2416,\n\tZAMORAK_STAFF = 2417,\n\tATTACK_POTION_4_DOSE = 2428,\n\tRESTORE_POTION_4_DOSE = 2430,\n\tDEFENCE_POTION_4_DOSE = 2432,\n\tPRAYER_POTION_4_DOSE = 2434,\n\tSUPER_ATTACK_4_DOSE = 2436,\n\tFISHING_POTION_4_DOSE = 2438,\n\tSUPER_STRENGTH_4_DOSE = 2440,\n\tSUPER_DEFENCE_4_DOSE = 2442,\n\tRANGING_POTION_4_DOSE = 2444,\n\tANTIPOISON_4_DOSE = 2446,\n\tSUPERANTIPOISON_4_DOSE = 2448,\n\tZAMORAK_BREW_4_DOSE = 2450,\n\tANTIFIRE_POTION_4_DOSE = 2452,\n\tANTIFIRE_POTION_3_DOSE = 2454,\n\tANTIFIRE_POTION_2_DOSE = 2456,\n\tANTIFIRE_POTION_1_DOSE = 2458,\n\tASSORTED_FLOWERS = 2460,\n\tRED_FLOWERS = 2462,\n\tBLUE_FLOWERS = 2464,\n\tYELLOW_FLOWERS = 2466,\n\tPURPLE_FLOWERS = 2468,\n\tORANGE_FLOWERS = 2470,\n\tMIXED_FLOWERS = 2472,\n\tWHITE_FLOWERS = 2474,\n\tBLACK_FLOWERS = 2476,\n\tLANTADYME = 2481,\n\tLANTADYME_POTION_UNF = 2483,\n\tGRIMY_LANTADYME = 2485,\n\tBLUE_DHIDE_VAMBRACES = 2487,\n\tRED_DHIDE_VAMBRACES = 2489,\n\tBLACK_DHIDE_VAMBRACES = 2491,\n\tBLUE_DHIDE_CHAPS = 2493,\n\tRED_DHIDE_CHAPS = 2495,\n\tBLACK_DHIDE_CHAPS = 2497,\n\tBLUE_DHIDE_BODY = 2499,\n\tRED_DHIDE_BODY = 2501,\n\tBLACK_DHIDE_BODY = 2503,\n\tBLUE_DRAGON_LEATHER = 2505,\n\tRED_DRAGON_LEATHER = 2507,\n\tBLACK_DRAGON_LEATHER = 2509,\n\tBROWN_TOY_HORSEY = 2520,\n\tWHITE_TOY_HORSEY = 2522,\n\tBLACK_TOY_HORSEY = 2524,\n\tGREY_TOY_HORSEY = 2526,\n\tIRON_FIRE_ARROW_UNLIT = 2532,\n\tIRON_FIRE_ARROW_LIT = 2533,\n\tSTEEL_FIRE_ARROW_UNLIT = 2534,\n\tSTEEL_FIRE_ARROW_LIT = 2535,\n\tMITHRIL_FIRE_ARROW_UNLIT = 2536,\n\tMITHRIL_FIRE_ARROW_LIT = 2537,\n\tADAMANT_FIRE_ARROW_UNLIT = 2538,\n\tADAMANT_FIRE_ARROW_LIT = 2539,\n\tRUNE_FIRE_ARROW_UNLIT = 2540,\n\tRUNE_FIRE_ARROW_LIT = 2541,\n\tRING_OF_RECOIL = 2550,\n\tRING_OF_DUELING_8 = 2552,\n\tRING_OF_DUELING_7 = 2554,\n\tRING_OF_DUELING_6 = 2556,\n\tRING_OF_DUELING_5 = 2558,\n\tRING_OF_DUELING_4 = 2560,\n\tRING_OF_DUELING_3 = 2562,\n\tRING_OF_DUELING_2 = 2564,\n\tRING_OF_DUELING_1 = 2566,\n\tRING_OF_FORGING = 2568,\n\tRING_OF_LIFE = 2570,\n\tRING_OF_WEALTH_UNCHARGED = 2572,\n\tRANGER_BOOTS = 2577,\n\tWIZARD_BOOTS = 2579,\n\tROBIN_HOOD_HAT = 2581,\n\tBLACK_PLATEBODY_T = 2583,\n\tBLACK_PLATELEGS_T = 2585,\n\tBLACK_FULL_HELM_T = 2587,\n\tBLACK_KITESHIELD_T = 2589,\n\tBLACK_PLATEBODY_G = 2591,\n\tBLACK_PLATELEGS_G = 2593,\n\tBLACK_FULL_HELM_G = 2595,\n\tBLACK_KITESHIELD_G = 2597,\n\tADAMANT_PLATEBODY_T = 2599,\n\tADAMANT_PLATELEGS_T = 2601,\n\tADAMANT_KITESHIELD_T = 2603,\n\tADAMANT_FULL_HELM_T = 2605,\n\tADAMANT_PLATEBODY_G = 2607,\n\tADAMANT_PLATELEGS_G = 2609,\n\tADAMANT_KITESHIELD_G = 2611,\n\tADAMANT_FULL_HELM_G = 2613,\n\tRUNE_PLATEBODY_G = 2615,\n\tRUNE_PLATELEGS_G = 2617,\n\tRUNE_FULL_HELM_G = 2619,\n\tRUNE_KITESHIELD_G = 2621,\n\tRUNE_PLATEBODY_T = 2623,\n\tRUNE_PLATELEGS_T = 2625,\n\tRUNE_FULL_HELM_T = 2627,\n\tRUNE_KITESHIELD_T = 2629,\n\tHIGHWAYMAN_MASK = 2631,\n\tBLUE_BERET = 2633,\n\tBLACK_BERET = 2635,\n\tWHITE_BERET = 2637,\n\tTAN_CAVALIER = 2639,\n\tDARK_CAVALIER = 2641,\n\tBLACK_CAVALIER = 2643,\n\tRED_HEADBAND = 2645,\n\tBLACK_HEADBAND = 2647,\n\tBROWN_HEADBAND = 2649,\n\tPIRATES_HAT = 2651,\n\tZAMORAK_PLATEBODY = 2653,\n\tZAMORAK_PLATELEGS = 2655,\n\tZAMORAK_FULL_HELM = 2657,\n\tZAMORAK_KITESHIELD = 2659,\n\tSARADOMIN_PLATEBODY = 2661,\n\tSARADOMIN_PLATELEGS = 2663,\n\tSARADOMIN_FULL_HELM = 2665,\n\tSARADOMIN_KITESHIELD = 2667,\n\tGUTHIX_PLATEBODY = 2669,\n\tGUTHIX_PLATELEGS = 2671,\n\tGUTHIX_FULL_HELM = 2673,\n\tGUTHIX_KITESHIELD = 2675,\n\tWOLF_BONES = 2859,\n\tWOLFBONE_ARROWTIPS = 2861,\n\tACHEY_TREE_LOGS = 2862,\n\tOGRE_ARROW_SHAFT = 2864,\n\tFLIGHTED_OGRE_ARROW = 2865,\n\tOGRE_ARROW = 2866,\n\tRAW_CHOMPY = 2876,\n\tCOOKED_CHOMPY = 2878,\n\tOGRE_BOW = 2883,\n\tELEMENTAL_SHIELD = 2890,\n\tGREY_BOOTS = 2894,\n\tGREY_ROBE_TOP = 2896,\n\tGREY_ROBE_BOTTOMS = 2898,\n\tGREY_HAT = 2900,\n\tGREY_GLOVES = 2902,\n\tRED_BOOTS = 2904,\n\tRED_ROBE_TOP = 2906,\n\tRED_ROBE_BOTTOMS = 2908,\n\tRED_HAT = 2910,\n\tRED_GLOVES = 2912,\n\tYELLOW_BOOTS = 2914,\n\tYELLOW_ROBE_TOP = 2916,\n\tYELLOW_ROBE_BOTTOMS = 2918,\n\tYELLOW_HAT = 2920,\n\tYELLOW_GLOVES = 2922,\n\tTEAL_BOOTS = 2924,\n\tTEAL_ROBE_TOP = 2926,\n\tTEAL_ROBE_BOTTOMS = 2928,\n\tTEAL_HAT = 2930,\n\tTEAL_GLOVES = 2932,\n\tPURPLE_BOOTS = 2934,\n\tPURPLE_ROBE_TOP = 2936,\n\tPURPLE_ROBE_BOTTOMS = 2938,\n\tPURPLE_HAT = 2940,\n\tPURPLE_GLOVES = 2942,\n\tWOLFBANE = 2952,\n\tMOONLIGHT_MEAD = 2955,\n\tSILVER_SICKLE = 2961,\n\tSILVER_SICKLE_B = 2963,\n\tMORT_MYRE_FUNGUS = 2970,\n\tMORT_MYRE_STEM = 2972,\n\tMORT_MYRE_PEAR = 2974,\n\tSICKLE_MOULD = 2976,\n\tCHOMPY_BIRD_HAT_OGRE_BOWMAN = 2978,\n\tCHOMPY_BIRD_HAT_BOWMAN = 2979,\n\tCHOMPY_BIRD_HAT_OGRE_YEOMAN = 2980,\n\tCHOMPY_BIRD_HAT_YEOMAN = 2981,\n\tCHOMPY_BIRD_HAT_OGRE_MARKSMAN = 2982,\n\tCHOMPY_BIRD_HAT_MARKSMAN = 2983,\n\tCHOMPY_BIRD_HAT_OGRE_WOODSMAN = 2984,\n\tCHOMPY_BIRD_HAT_WOODSMAN = 2985,\n\tCHOMPY_BIRD_HAT_OGRE_FORESTER = 2986,\n\tCHOMPY_BIRD_HAT_FORESTER = 2987,\n\tCHOMPY_BIRD_HAT_OGRE_BOWMASTER = 2988,\n\tCHOMPY_BIRD_HAT_BOWMASTER = 2989,\n\tCHOMPY_BIRD_HAT_OGRE_EXPERT = 2990,\n\tCHOMPY_BIRD_HAT_EXPERT = 2991,\n\tCHOMPY_BIRD_HAT_OGRE_DRAGON_ARCHER = 2992,\n\tCHOMPY_BIRD_HAT_DRAGON_ARCHER = 2993,\n\tCHOMPY_BIRD_HAT_EXPERT_OGRE_DRAGON_ARCHER = 2994,\n\tCHOMPY_BIRD_HAT_EXPERT_DRAGON_ARCHER = 2995,\n\tPIRATES_HOOK = 2997,\n\tTOADFLAX = 2998,\n\tSNAPDRAGON = 3000,\n\tTOADFLAX_POTION_UNF = 3002,\n\tSNAPDRAGON_POTION_UNF = 3004,\n\tENERGY_POTION_4_DOSE = 3008,\n\tENERGY_POTION_3_DOSE = 3010,\n\tENERGY_POTION_2_DOSE = 3012,\n\tENERGY_POTION_1_DOSE = 3014,\n\tSUPER_ENERGY_4_DOSE = 3016,\n\tSUPER_ENERGY_3_DOSE = 3018,\n\tSUPER_ENERGY_2_DOSE = 3020,\n\tSUPER_ENERGY_1_DOSE = 3022,\n\tSUPER_RESTORE_4_DOSE = 3024,\n\tSUPER_RESTORE_3_DOSE = 3026,\n\tSUPER_RESTORE_2_DOSE = 3028,\n\tSUPER_RESTORE_1_DOSE = 3030,\n\tAGILITY_POTION_4_DOSE = 3032,\n\tAGILITY_POTION_3_DOSE = 3034,\n\tAGILITY_POTION_2_DOSE = 3036,\n\tAGILITY_POTION_1_DOSE = 3038,\n\tMAGIC_POTION_4_DOSE = 3040,\n\tMAGIC_POTION_3_DOSE = 3042,\n\tMAGIC_POTION_2_DOSE = 3044,\n\tMAGIC_POTION_1_DOSE = 3046,\n\tGRIMY_TOADFLAX = 3049,\n\tGRIMY_SNAPDRAGON = 3051,\n\tLAVA_BATTLESTAFF = 3053,\n\tMYSTIC_LAVA_STAFF = 3054,\n\tMIME_MASK = 3057,\n\tMIME_TOP = 3058,\n\tMIME_LEGS = 3059,\n\tMIME_GLOVES = 3060,\n\tMIME_BOOTS = 3061,\n\tBLACK_DART_UNPOISONED = 3093,\n\tBLACK_DART_POISON = 3094,\n\tBRONZE_CLAWS = 3095,\n\tIRON_CLAWS = 3096,\n\tSTEEL_CLAWS = 3097,\n\tBLACK_CLAWS = 3098,\n\tMITHRIL_CLAWS = 3099,\n\tADAMANT_CLAWS = 3100,\n\tRUNE_CLAWS = 3101,\n\tCLIMBING_BOOTS = 3105,\n\tSPIKED_BOOTS = 3107,\n\tGRANITE_SHIELD = 3122,\n\tSHAIKAHAN_BONES = 3123,\n\tJOGRE_BONES = 3125,\n\tPOTATO_CACTUS = 3138,\n\tDRAGON_CHAINBODY = 3140,\n\tRAW_KARAMBWAN = 3142,\n\tCOOKED_KARAMBWAN = 3144,\n\tKARAMBWAN_VESSEL_EMPTY = 3157,\n\tKARAMBWAN_VESSEL_BAITED = 3159,\n\tSLICED_BANANA = 3162,\n\tBRONZE_SPEAR_KARAMBWAN_POISON = 3170,\n\tIRON_SPEAR_KARAMBWAN_POISON = 3171,\n\tSTEEL_SPEAR_KARAMBWAN_POISON = 3172,\n\tMITHRIL_SPEAR_KARAMBWAN_POISON = 3173,\n\tADAMANT_SPEAR_KARAMBWAN_POISON = 3174,\n\tRUNE_SPEAR_KARAMBWAN_POISON = 3175,\n\tDRAGON_SPEAR_KARAMBWAN_POISON = 3176,\n\tMONKEY_BONES = 3183,\n\tCLEANING_CLOTH = 3188,\n\tBRONZE_HALBERD = 3190,\n\tIRON_HALBERD = 3192,\n\tSTEEL_HALBERD = 3194,\n\tBLACK_HALBERD = 3196,\n\tMITHRIL_HALBERD = 3198,\n\tADAMANT_HALBERD = 3200,\n\tRUNE_HALBERD = 3202,\n\tDRAGON_HALBERD = 3204,\n\tCRYSTAL_PENDANT = 3208,\n\tLIMESTONE = 3211,\n\tBARREL = 3216,\n\tRAW_RABBIT = 3226,\n\tCOOKED_RABBIT = 3228,\n\tBARK = 3239,\n\tVAMPYRE_DUST = 3325,\n\tMYRE_SNELM_ROUND = 3327,\n\tBLOODNTAR_SNELM_ROUND = 3329,\n\tOCHRE_SNELM_ROUND = 3331,\n\tBRUISE_BLUE_SNELM_ROUND = 3333,\n\tBROKEN_BARK_SNELM = 3335,\n\tMYRE_SNELM_POINTED = 3337,\n\tBLOODNTAR_SNELM_POINTED = 3339,\n\tOCHRE_SNELM_POINTED = 3341,\n\tBRUISE_BLUE_SNELM_POINTED = 3343,\n\tBLAMISH_MYRE_SHELL_ROUND = 3345,\n\tBLAMISH_RED_SHELL_ROUND = 3347,\n\tBLAMISH_OCHRE_SHELL_ROUND = 3349,\n\tBLAMISH_BLUE_SHELL_ROUND = 3351,\n\tBLAMISH_BARK_SHELL = 3353,\n\tBLAMISH_MYRE_SHELL_POINTED = 3355,\n\tBLAMISH_RED_SHELL_POINTED = 3357,\n\tBLAMISH_OCHRE_SHELL_POINTED = 3359,\n\tBLAMISH_BLUE_SHELL_POINTED = 3361,\n\tTHIN_SNAIL = 3363,\n\tLEAN_SNAIL = 3365,\n\tFAT_SNAIL = 3367,\n\tTHIN_SNAIL_MEAT = 3369,\n\tLEAN_SNAIL_MEAT = 3371,\n\tFAT_SNAIL_MEAT = 3373,\n\tRAW_SLIMY_EEL = 3379,\n\tCOOKED_SLIMY_EEL = 3381,\n\tSPLITBARK_HELM = 3385,\n\tSPLITBARK_BODY = 3387,\n\tSPLITBARK_LEGS = 3389,\n\tSPLITBARK_GAUNTLETS = 3391,\n\tSPLITBARK_BOOTS = 3393,\n\tLOAR_REMAINS = 3396,\n\tPHRIN_REMAINS = 3398,\n\tRIYL_REMAINS = 3400,\n\tASYN_REMAINS = 3402,\n\tFIYR_REMAINS = 3404,\n\tUNFINISHED_POTION = 3406,\n\tSERUM_207_4_DOSE = 3408,\n\tSERUM_207_3_DOSE = 3410,\n\tSERUM_207_2_DOSE = 3412,\n\tSERUM_207_1_DOSE = 3414,\n\tLIMESTONE_BRICK = 3420,\n\tOLIVE_OIL_4_DOSE = 3422,\n\tOLIVE_OIL_3_DOSE = 3424,\n\tOLIVE_OIL_2_DOSE = 3426,\n\tOLIVE_OIL_1_DOSE = 3428,\n\tSACRED_OIL_4_DOSE = 3430,\n\tSACRED_OIL_3_DOSE = 3432,\n\tSACRED_OIL_2_DOSE = 3434,\n\tSACRED_OIL_1_DOSE = 3436,\n\tPYRE_LOGS = 3438,\n\tOAK_PYRE_LOGS = 3440,\n\tWILLOW_PYRE_LOGS = 3442,\n\tMAPLE_PYRE_LOGS = 3444,\n\tYEW_PYRE_LOGS = 3446,\n\tMAGIC_PYRE_LOGS = 3448,\n\tFINE_CLOTH = 3470,\n\tBLACK_PLATESKIRT_T = 3472,\n\tBLACK_PLATESKIRT_G = 3473,\n\tADAMANT_PLATESKIRT_T = 3474,\n\tADAMANT_PLATESKIRT_G = 3475,\n\tRUNE_PLATESKIRT_G = 3476,\n\tRUNE_PLATESKIRT_T = 3477,\n\tZAMORAK_PLATESKIRT = 3478,\n\tSARADOMIN_PLATESKIRT = 3479,\n\tGUTHIX_PLATESKIRT = 3480,\n\tGILDED_PLATEBODY = 3481,\n\tGILDED_PLATELEGS = 3483,\n\tGILDED_PLATESKIRT = 3485,\n\tGILDED_FULL_HELM = 3486,\n\tGILDED_KITESHIELD = 3488,\n\tFLAMTAER_HAMMER = 3678,\n\tLYRE = 3689,\n\tENCHANTED_LYRE_1 = 3691,\n\tPET_ROCK = 3695,\n\tFREMENNIK_HELM = 3748,\n\tARCHER_HELM = 3749,\n\tBERSERKER_HELM = 3751,\n\tWARRIOR_HELM = 3753,\n\tFARSEER_HELM = 3755,\n\tFREMENNIK_BLADE = 3757,\n\tFREMENNIK_SHIELD = 3758,\n\tFREMENNIK_CYAN_CLOAK = 3759,\n\tFREMENNIK_BROWN_CLOAK = 3761,\n\tFREMENNIK_BLUE_CLOAK = 3763,\n\tFREMENNIK_GREEN_CLOAK = 3765,\n\tFREMENNIK_BROWN_SHIRT = 3767,\n\tFREMENNIK_GREY_SHIRT = 3769,\n\tFREMENNIK_BEIGE_SHIRT = 3771,\n\tFREMENNIK_RED_SHIRT = 3773,\n\tFREMENNIK_BLUE_SHIRT = 3775,\n\tFREMENNIK_RED_CLOAK = 3777,\n\tFREMENNIK_GREY_CLOAK = 3779,\n\tFREMENNIK_YELLOW_CLOAK = 3781,\n\tFREMENNIK_TEAL_CLOAK = 3783,\n\tFREMENNIK_PURPLE_CLOAK = 3785,\n\tFREMENNIK_PINK_CLOAK = 3787,\n\tFREMENNIK_BLACK_CLOAK = 3789,\n\tFREMENNIK_BOOTS = 3791,\n\tFREMENNIK_ROBE = 3793,\n\tFREMENNIK_SKIRT = 3795,\n\tFREMENNIK_HAT = 3797,\n\tFREMENNIK_GLOVES = 3799,\n\tKEG_OF_BEER = 3801,\n\tBEER_TANKARD = 3803,\n\tSARADOMIN_PAGE_1 = 3827,\n\tSARADOMIN_PAGE_2 = 3828,\n\tSARADOMIN_PAGE_3 = 3829,\n\tSARADOMIN_PAGE_4 = 3830,\n\tZAMORAK_PAGE_1 = 3831,\n\tZAMORAK_PAGE_2 = 3832,\n\tZAMORAK_PAGE_3 = 3833,\n\tZAMORAK_PAGE_4 = 3834,\n\tGUTHIX_PAGE_1 = 3835,\n\tGUTHIX_PAGE_2 = 3836,\n\tGUTHIX_PAGE_3 = 3837,\n\tGUTHIX_PAGE_4 = 3838,\n\tDAMAGED_BOOK_SARADOMIN = 3839,\n\tHOLY_BOOK = 3840,\n\tDAMAGED_BOOK_ZAMORAK = 3841,\n\tUNHOLY_BOOK = 3842,\n\tDAMAGED_BOOK_GUTHIX = 3843,\n\tBOOK_OF_BALANCE = 3844,\n\tGAMES_NECKLACE_8 = 3853,\n\tGAMES_NECKLACE_7 = 3855,\n\tGAMES_NECKLACE_6 = 3857,\n\tGAMES_NECKLACE_5 = 3859,\n\tGAMES_NECKLACE_4 = 3861,\n\tGAMES_NECKLACE_3 = 3863,\n\tGAMES_NECKLACE_2 = 3865,\n\tGAMES_NECKLACE_1 = 3867,\n\tIRON_SICKLE = 3899,\n\tMONKEY_NUTS = 4012,\n\tMONKEY_BAR = 4014,\n\tBANANA_STEW = 4016,\n\tMSPEAK_AMULET = 4021,\n\tSARADOMIN_BANNER_MINIGAME = 4037,\n\tZAMORAK_BANNER_MINIGAME = 4039,\n\tHOODED_CLOAK_SARADOMIN = 4041,\n\tHOODED_CLOAK_ZAMORAK = 4042,\n\tDECORATIVE_SWORD_RED = 4068,\n\tDECORATIVE_ARMOUR_RED_PLATEBODY = 4069,\n\tDECORATIVE_ARMOUR_RED_PLATELEGS = 4070,\n\tDECORATIVE_HELM_RED = 4071,\n\tDECORATIVE_SHIELD_RED = 4072,\n\tSALVE_AMULET = 4081,\n\tTROLLWEISS = 4086,\n\tDRAGON_PLATELEGS = 4087,\n\tMYSTIC_HAT = 4089,\n\tMYSTIC_ROBE_TOP = 4091,\n\tMYSTIC_ROBE_BOTTOM = 4093,\n\tMYSTIC_GLOVES = 4095,\n\tMYSTIC_BOOTS = 4097,\n\tMYSTIC_HAT_DARK = 4099,\n\tMYSTIC_ROBE_TOP_DARK = 4101,\n\tMYSTIC_ROBE_BOTTOM_DARK = 4103,\n\tMYSTIC_GLOVES_DARK = 4105,\n\tMYSTIC_BOOTS_DARK = 4107,\n\tMYSTIC_HAT_LIGHT = 4109,\n\tMYSTIC_ROBE_TOP_LIGHT = 4111,\n\tMYSTIC_ROBE_BOTTOM_LIGHT = 4113,\n\tMYSTIC_GLOVES_LIGHT = 4115,\n\tMYSTIC_BOOTS_LIGHT = 4117,\n\tBRONZE_BOOTS = 4119,\n\tIRON_BOOTS = 4121,\n\tSTEEL_BOOTS = 4123,\n\tBLACK_BOOTS = 4125,\n\tMITHRIL_BOOTS = 4127,\n\tADAMANT_BOOTS = 4129,\n\tRUNE_BOOTS = 4131,\n\tABYSSAL_WHIP = 4151,\n\tGRANITE_MAUL_NORMAL = 4153,\n\tMIRROR_SHIELD = 4156,\n\tLEAFBLADED_SPEAR = 4158,\n\tBROAD_ARROWS = 4160,\n\tBAG_OF_SALT = 4161,\n\tROCK_HAMMER = 4162,\n\tFACEMASK = 4164,\n\tEARMUFFS = 4166,\n\tNOSE_PEG = 4168,\n\tSLAYERS_STAFF = 4170,\n\tRING_OF_CHAROS_NORMAL = 4202,\n\tCRYSTAL_WEAPON_SEED = 4207,\n\tCRYSTAL_BOW_HISTORICAL_NEW = 4212,\n\tCRYSTAL_BOW_HISTORICAL_FULL = 4214,\n\tCRYSTAL_BOW_HISTORICAL_910 = 4215,\n\tCRYSTAL_BOW_HISTORICAL_810 = 4216,\n\tCRYSTAL_BOW_HISTORICAL_710 = 4217,\n\tCRYSTAL_BOW_HISTORICAL_610 = 4218,\n\tCRYSTAL_BOW_HISTORICAL_510 = 4219,\n\tCRYSTAL_BOW_HISTORICAL_410 = 4220,\n\tCRYSTAL_BOW_HISTORICAL_310 = 4221,\n\tCRYSTAL_BOW_HISTORICAL_210 = 4222,\n\tCRYSTAL_BOW_HISTORICAL_110 = 4223,\n\tCRYSTAL_SHIELD_HISTORICAL_NEW = 4224,\n\tCRYSTAL_SHIELD_HISTORICAL_FULL = 4225,\n\tCRYSTAL_SHIELD_HISTORICAL_910 = 4226,\n\tCRYSTAL_SHIELD_HISTORICAL_810 = 4227,\n\tCRYSTAL_SHIELD_HISTORICAL_710 = 4228,\n\tCRYSTAL_SHIELD_HISTORICAL_610 = 4229,\n\tCRYSTAL_SHIELD_HISTORICAL_510 = 4230,\n\tCRYSTAL_SHIELD_HISTORICAL_410 = 4231,\n\tCRYSTAL_SHIELD_HISTORICAL_310 = 4232,\n\tCRYSTAL_SHIELD_HISTORICAL_210 = 4233,\n\tCRYSTAL_SHIELD_HISTORICAL_110 = 4234,\n\tSIGNED_OAK_BOW = 4236,\n\tGHOSTSPEAK_AMULET_ENCHANTED = 4250,\n\tBEDSHEET_REGULAR = 4284,\n\tBEDSHEET_ECTOPLASM = 4285,\n\tHAM_SHIRT = 4298,\n\tHAM_ROBE = 4300,\n\tHAM_HOOD = 4302,\n\tHAM_CLOAK = 4304,\n\tHAM_LOGO = 4306,\n\tHAM_GLOVES = 4308,\n\tHAM_BOOTS = 4310,\n\tTEAM1_CAPE = 4315,\n\tTEAM2_CAPE = 4317,\n\tTEAM3_CAPE = 4319,\n\tTEAM4_CAPE = 4321,\n\tTEAM5_CAPE = 4323,\n\tTEAM6_CAPE = 4325,\n\tTEAM7_CAPE = 4327,\n\tTEAM8_CAPE = 4329,\n\tTEAM9_CAPE = 4331,\n\tTEAM10_CAPE = 4333,\n\tTEAM11_CAPE = 4335,\n\tTEAM12_CAPE = 4337,\n\tTEAM13_CAPE = 4339,\n\tTEAM14_CAPE = 4341,\n\tTEAM15_CAPE = 4343,\n\tTEAM16_CAPE = 4345,\n\tTEAM17_CAPE = 4347,\n\tTEAM18_CAPE = 4349,\n\tTEAM19_CAPE = 4351,\n\tTEAM20_CAPE = 4353,\n\tTEAM21_CAPE = 4355,\n\tTEAM22_CAPE = 4357,\n\tTEAM23_CAPE = 4359,\n\tTEAM24_CAPE = 4361,\n\tTEAM25_CAPE = 4363,\n\tTEAM26_CAPE = 4365,\n\tTEAM27_CAPE = 4367,\n\tTEAM28_CAPE = 4369,\n\tTEAM29_CAPE = 4371,\n\tTEAM30_CAPE = 4373,\n\tTEAM31_CAPE = 4375,\n\tTEAM32_CAPE = 4377,\n\tTEAM33_CAPE = 4379,\n\tTEAM34_CAPE = 4381,\n\tTEAM35_CAPE = 4383,\n\tTEAM36_CAPE = 4385,\n\tTEAM37_CAPE = 4387,\n\tTEAM38_CAPE = 4389,\n\tTEAM39_CAPE = 4391,\n\tTEAM40_CAPE = 4393,\n\tTEAM41_CAPE = 4395,\n\tTEAM42_CAPE = 4397,\n\tTEAM43_CAPE = 4399,\n\tTEAM44_CAPE = 4401,\n\tTEAM45_CAPE = 4403,\n\tTEAM46_CAPE = 4405,\n\tTEAM47_CAPE = 4407,\n\tTEAM48_CAPE = 4409,\n\tTEAM49_CAPE = 4411,\n\tTEAM50_CAPE = 4413,\n\tGUTHIX_REST_4 = 4417,\n\tGUTHIX_REST_3 = 4419,\n\tGUTHIX_REST_2 = 4421,\n\tGUTHIX_REST_1 = 4423,\n\tAIRTIGHT_POT = 4436,\n\tUNFIRED_POT_LID = 4438,\n\tPOT_LID = 4440,\n\tBOWL_OF_HOT_WATER = 4456,\n\tCUP_OF_WATER = 4458,\n\tCUP_OF_HOT_WATER = 4460,\n\tBEARHEAD = 4502,\n\tDECORATIVE_SWORD_WHITE = 4503,\n\tDECORATIVE_ARMOUR_WHITE_PLATEBODY = 4504,\n\tDECORATIVE_ARMOUR_WHITE_PLATELEGS = 4505,\n\tDECORATIVE_HELM_WHITE = 4506,\n\tDECORATIVE_SHIELD_WHITE = 4507,\n\tDECORATIVE_SWORD_GOLD_NORMAL = 4508,\n\tDECORATIVE_ARMOUR_GOLD_PLATEBODY_NORMAL = 4509,\n\tDECORATIVE_ARMOUR_GOLD_PLATELEGS_NORMAL = 4510,\n\tDECORATIVE_HELM_GOLD_NORMAL = 4511,\n\tDECORATIVE_SHIELD_GOLD_NORMAL = 4512,\n\tCASTLEWARS_HOOD_SARADOMIN = 4513,\n\tCASTLEWARS_CLOAK_SARADOMIN = 4514,\n\tCASTLEWARS_HOOD_ZAMORAK = 4515,\n\tCASTLEWARS_CLOAK_ZAMORAK = 4516,\n\tGIANT_FROG_LEGS = 4517,\n\tOIL_LAMP_UNLIT = 4522,\n\tEMPTY_OIL_LAMP = 4525,\n\tEMPTY_CANDLE_LANTERN = 4527,\n\tCANDLE_LANTERN_UNLIT_WHITE_CANDLE = 4529,\n\tCANDLE_LANTERN_UNLIT_BLACK_CANDLE = 4532,\n\tEMPTY_OIL_LANTERN = 4535,\n\tOIL_LANTERN_UNLIT = 4537,\n\tOIL_LANTERN_FRAME = 4540,\n\tLANTERN_LENS = 4542,\n\tBULLSEYE_LANTERN_UNF = 4544,\n\tBULLSEYE_LANTERN_EMPTY = 4546,\n\tBULLSEYE_LANTERN_UNLIT = 4548,\n\tSPINY_HELMET = 4551,\n\tEASTER_BASKET = 4565,\n\tRUBBER_CHICKEN = 4566,\n\tGOLD_HELMET = 4567,\n\tBLACK_SPEAR_UNPOISONED = 4580,\n\tBLACK_SPEAR_POISON = 4582,\n\tBLACK_SPEAR_KARAMBWAN_POISON = 4584,\n\tDRAGON_PLATESKIRT = 4585,\n\tDRAGON_SCIMITAR = 4587,\n\tKHARIDIAN_HEADPIECE = 4591,\n\tFAKE_BEARD = 4593,\n\tOAK_BLACKJACK = 4599,\n\tWILLOW_BLACKJACK = 4600,\n\tSUPER_KEBAB = 4608,\n\tDESERT_DISGUISE = 4611,\n\tBANDITS_BREW = 4627,\n\tRING_OF_VISIBILITY = 4657,\n\tGARLIC_POWDER = 4668,\n\tANCIENT_STAFF = 4675,\n\tCATSPEAK_AMULET = 4677,\n\tLINEN = 4684,\n\tBUCKET_OF_SAP = 4687,\n\tPILE_OF_SALT = 4689,\n\tSTEAM_RUNE = 4694,\n\tMIST_RUNE = 4695,\n\tDUST_RUNE = 4696,\n\tSMOKE_RUNE = 4697,\n\tMUD_RUNE = 4698,\n\tLAVA_RUNE = 4699,\n\tAHRIMS_HOOD_UNDAMAGED = 4708,\n\tAHRIMS_STAFF_UNDAMAGED = 4710,\n\tAHRIMS_ROBETOP_UNDAMAGED = 4712,\n\tAHRIMS_ROBESKIRT_UNDAMAGED = 4714,\n\tDHAROKS_HELM_UNDAMAGED = 4716,\n\tDHAROKS_GREATAXE_UNDAMAGED = 4718,\n\tDHAROKS_PLATEBODY_UNDAMAGED = 4720,\n\tDHAROKS_PLATELEGS_UNDAMAGED = 4722,\n\tGUTHANS_HELM_UNDAMAGED = 4724,\n\tGUTHANS_WARSPEAR_UNDAMAGED = 4726,\n\tGUTHANS_PLATEBODY_UNDAMAGED = 4728,\n\tGUTHANS_CHAINSKIRT_UNDAMAGED = 4730,\n\tKARILS_COIF_UNDAMAGED = 4732,\n\tKARILS_CROSSBOW_UNDAMAGED = 4734,\n\tKARILS_LEATHERTOP_UNDAMAGED = 4736,\n\tKARILS_LEATHERSKIRT_UNDAMAGED = 4738,\n\tBOLT_RACK = 4740,\n\tTORAGS_HELM_UNDAMAGED = 4745,\n\tTORAGS_HAMMERS_UNDAMAGED = 4747,\n\tTORAGS_PLATEBODY_UNDAMAGED = 4749,\n\tTORAGS_PLATELEGS_UNDAMAGED = 4751,\n\tVERACS_HELM_UNDAMAGED = 4753,\n\tVERACS_FLAIL_UNDAMAGED = 4755,\n\tVERACS_BRASSARD_UNDAMAGED = 4757,\n\tVERACS_PLATESKIRT_UNDAMAGED = 4759,\n\tBRONZE_BRUTAL = 4773,\n\tIRON_BRUTAL = 4778,\n\tSTEEL_BRUTAL = 4783,\n\tBLACK_BRUTAL = 4788,\n\tMITHRIL_BRUTAL = 4793,\n\tADAMANT_BRUTAL = 4798,\n\tRUNE_BRUTAL = 4803,\n\tZOGRE_BONES = 4812,\n\tBRONZE_NAILS = 4819,\n\tIRON_NAILS = 4820,\n\tBLACK_NAILS = 4821,\n\tMITHRIL_NAILS = 4822,\n\tADAMANTITE_NAILS = 4823,\n\tRUNE_NAILS = 4824,\n\tUNSTRUNG_COMP_BOW = 4825,\n\tCOMP_OGRE_BOW = 4827,\n\tFAYRG_BONES = 4830,\n\tRAURG_BONES = 4832,\n\tOURG_BONES = 4834,\n\tRELICYMS_BALM_4_DOSE = 4842,\n\tRELICYMS_BALM_3_DOSE = 4844,\n\tRELICYMS_BALM_2_DOSE = 4846,\n\tRELICYMS_BALM_1_DOSE = 4848,\n\tOGRE_COFFIN_KEY = 4850,\n\tAHRIMS_HOOD_100 = 4856,\n\tAHRIMS_HOOD_75 = 4857,\n\tAHRIMS_HOOD_50 = 4858,\n\tAHRIMS_HOOD_25 = 4859,\n\tAHRIMS_HOOD_0 = 4860,\n\tAHRIMS_STAFF_100 = 4862,\n\tAHRIMS_STAFF_75 = 4863,\n\tAHRIMS_STAFF_50 = 4864,\n\tAHRIMS_STAFF_25 = 4865,\n\tAHRIMS_STAFF_0 = 4866,\n\tAHRIMS_ROBETOP_100 = 4868,\n\tAHRIMS_ROBETOP_75 = 4869,\n\tAHRIMS_ROBETOP_50 = 4870,\n\tAHRIMS_ROBETOP_25 = 4871,\n\tAHRIMS_ROBETOP_0 = 4872,\n\tAHRIMS_ROBESKIRT_100 = 4874,\n\tAHRIMS_ROBESKIRT_75 = 4875,\n\tAHRIMS_ROBESKIRT_50 = 4876,\n\tAHRIMS_ROBESKIRT_25 = 4877,\n\tAHRIMS_ROBESKIRT_0 = 4878,\n\tDHAROKS_HELM_100 = 4880,\n\tDHAROKS_HELM_75 = 4881,\n\tDHAROKS_HELM_50 = 4882,\n\tDHAROKS_HELM_25 = 4883,\n\tDHAROKS_HELM_0 = 4884,\n\tDHAROKS_GREATAXE_100 = 4886,\n\tDHAROKS_GREATAXE_75 = 4887,\n\tDHAROKS_GREATAXE_50 = 4888,\n\tDHAROKS_GREATAXE_25 = 4889,\n\tDHAROKS_GREATAXE_0 = 4890,\n\tDHAROKS_PLATEBODY_100 = 4892,\n\tDHAROKS_PLATEBODY_75 = 4893,\n\tDHAROKS_PLATEBODY_50 = 4894,\n\tDHAROKS_PLATEBODY_25 = 4895,\n\tDHAROKS_PLATEBODY_0 = 4896,\n\tDHAROKS_PLATELEGS_100 = 4898,\n\tDHAROKS_PLATELEGS_75 = 4899,\n\tDHAROKS_PLATELEGS_50 = 4900,\n\tDHAROKS_PLATELEGS_25 = 4901,\n\tDHAROKS_PLATELEGS_0 = 4902,\n\tGUTHANS_HELM_100 = 4904,\n\tGUTHANS_HELM_75 = 4905,\n\tGUTHANS_HELM_50 = 4906,\n\tGUTHANS_HELM_25 = 4907,\n\tGUTHANS_HELM_0 = 4908,\n\tGUTHANS_WARSPEAR_100 = 4910,\n\tGUTHANS_WARSPEAR_75 = 4911,\n\tGUTHANS_WARSPEAR_50 = 4912,\n\tGUTHANS_WARSPEAR_25 = 4913,\n\tGUTHANS_WARSPEAR_0 = 4914,\n\tGUTHANS_PLATEBODY_100 = 4916,\n\tGUTHANS_PLATEBODY_75 = 4917,\n\tGUTHANS_PLATEBODY_50 = 4918,\n\tGUTHANS_PLATEBODY_25 = 4919,\n\tGUTHANS_PLATEBODY_0 = 4920,\n\tGUTHANS_CHAINSKIRT_100 = 4922,\n\tGUTHANS_CHAINSKIRT_75 = 4923,\n\tGUTHANS_CHAINSKIRT_50 = 4924,\n\tGUTHANS_CHAINSKIRT_25 = 4925,\n\tGUTHANS_CHAINSKIRT_0 = 4926,\n\tKARILS_COIF_100 = 4928,\n\tKARILS_COIF_75 = 4929,\n\tKARILS_COIF_50 = 4930,\n\tKARILS_COIF_25 = 4931,\n\tKARILS_COIF_0 = 4932,\n\tKARILS_CROSSBOW_100 = 4934,\n\tKARILS_CROSSBOW_75 = 4935,\n\tKARILS_CROSSBOW_50 = 4936,\n\tKARILS_CROSSBOW_25 = 4937,\n\tKARILS_CROSSBOW_0 = 4938,\n\tKARILS_LEATHERTOP_100 = 4940,\n\tKARILS_LEATHERTOP_75 = 4941,\n\tKARILS_LEATHERTOP_50 = 4942,\n\tKARILS_LEATHERTOP_25 = 4943,\n\tKARILS_LEATHERTOP_0 = 4944,\n\tKARILS_LEATHERSKIRT_100 = 4946,\n\tKARILS_LEATHERSKIRT_75 = 4947,\n\tKARILS_LEATHERSKIRT_50 = 4948,\n\tKARILS_LEATHERSKIRT_25 = 4949,\n\tKARILS_LEATHERSKIRT_0 = 4950,\n\tTORAGS_HELM_100 = 4952,\n\tTORAGS_HELM_75 = 4953,\n\tTORAGS_HELM_50 = 4954,\n\tTORAGS_HELM_25 = 4955,\n\tTORAGS_HELM_0 = 4956,\n\tTORAGS_HAMMERS_100 = 4958,\n\tTORAGS_HAMMERS_75 = 4959,\n\tTORAGS_HAMMERS_50 = 4960,\n\tTORAGS_HAMMERS_25 = 4961,\n\tTORAGS_HAMMERS_0 = 4962,\n\tTORAGS_PLATEBODY_100 = 4964,\n\tTORAGS_PLATEBODY_75 = 4965,\n\tTORAGS_PLATEBODY_50 = 4966,\n\tTORAGS_PLATEBODY_25 = 4967,\n\tTORAGS_PLATEBODY_0 = 4968,\n\tTORAGS_PLATELEGS_100 = 4970,\n\tTORAGS_PLATELEGS_75 = 4971,\n\tTORAGS_PLATELEGS_50 = 4972,\n\tTORAGS_PLATELEGS_25 = 4973,\n\tTORAGS_PLATELEGS_0 = 4974,\n\tVERACS_HELM_100 = 4976,\n\tVERACS_HELM_75 = 4977,\n\tVERACS_HELM_50 = 4978,\n\tVERACS_HELM_25 = 4979,\n\tVERACS_HELM_0 = 4980,\n\tVERACS_FLAIL_100 = 4982,\n\tVERACS_FLAIL_75 = 4983,\n\tVERACS_FLAIL_50 = 4984,\n\tVERACS_FLAIL_25 = 4985,\n\tVERACS_FLAIL_0 = 4986,\n\tVERACS_BRASSARD_100 = 4988,\n\tVERACS_BRASSARD_75 = 4989,\n\tVERACS_BRASSARD_50 = 4990,\n\tVERACS_BRASSARD_25 = 4991,\n\tVERACS_BRASSARD_0 = 4992,\n\tVERACS_PLATESKIRT_100 = 4994,\n\tVERACS_PLATESKIRT_75 = 4995,\n\tVERACS_PLATESKIRT_50 = 4996,\n\tVERACS_PLATESKIRT_25 = 4997,\n\tVERACS_PLATESKIRT_0 = 4998,\n\tRAW_CAVE_EEL = 5001,\n\tCAVE_EEL = 5003,\n\tMINING_HELMET_LIT = 5013,\n\tMINING_HELMET_UNLIT = 5014,\n\tBONE_SPEAR = 5016,\n\tBONE_CLUB = 5018,\n\tWOVEN_TOP_BROWN = 5024,\n\tWOVEN_TOP_YELLOW = 5026,\n\tWOVEN_TOP_BLUE = 5028,\n\tSHIRT_BROWN = 5030,\n\tSHIRT_YELLOW = 5032,\n\tSHIRT_LILAC = 5034,\n\tTROUSERS_BROWN = 5036,\n\tTROUSERS_LILAC = 5038,\n\tTROUSERS_BLUE = 5040,\n\tSHORTS_BROWN = 5042,\n\tSHORTS_YELLOW = 5044,\n\tSHORTS_BLUE = 5046,\n\tSKIRT_BROWN = 5048,\n\tSKIRT_LILAC = 5050,\n\tSKIRT_BLUE = 5052,\n\tBIRD_NEST_EMPTY = 5075,\n\tMARIGOLD_SEED = 5096,\n\tROSEMARY_SEED = 5097,\n\tNASTURTIUM_SEED = 5098,\n\tWOAD_SEED = 5099,\n\tLIMPWURT_SEED = 5100,\n\tREDBERRY_SEED = 5101,\n\tCADAVABERRY_SEED = 5102,\n\tDWELLBERRY_SEED = 5103,\n\tJANGERBERRY_SEED = 5104,\n\tWHITEBERRY_SEED = 5105,\n\tPOISON_IVY_SEED = 5106,\n\tCACTUS_SEED = 5280,\n\tBELLADONNA_SEED = 5281,\n\tMUSHROOM_SPORE = 5282,\n\tAPPLE_TREE_SEED = 5283,\n\tBANANA_TREE_SEED = 5284,\n\tORANGE_TREE_SEED = 5285,\n\tCURRY_TREE_SEED = 5286,\n\tPINEAPPLE_SEED = 5287,\n\tPAPAYA_TREE_SEED = 5288,\n\tPALM_TREE_SEED = 5289,\n\tCALQUAT_TREE_SEED = 5290,\n\tGUAM_SEED = 5291,\n\tMARRENTILL_SEED = 5292,\n\tTARROMIN_SEED = 5293,\n\tHARRALANDER_SEED = 5294,\n\tRANARR_SEED = 5295,\n\tTOADFLAX_SEED = 5296,\n\tIRIT_SEED = 5297,\n\tAVANTOE_SEED = 5298,\n\tKWUARM_SEED = 5299,\n\tSNAPDRAGON_SEED = 5300,\n\tCADANTINE_SEED = 5301,\n\tLANTADYME_SEED = 5302,\n\tDWARF_WEED_SEED = 5303,\n\tTORSTOL_SEED = 5304,\n\tBARLEY_SEED = 5305,\n\tJUTE_SEED = 5306,\n\tHAMMERSTONE_SEED = 5307,\n\tASGARNIAN_SEED = 5308,\n\tYANILLIAN_SEED = 5309,\n\tKRANDORIAN_SEED = 5310,\n\tWILDBLOOD_SEED = 5311,\n\tACORN = 5312,\n\tWILLOW_SEED = 5313,\n\tMAPLE_SEED = 5314,\n\tYEW_SEED = 5315,\n\tMAGIC_SEED = 5316,\n\tPOTATO_SEED = 5318,\n\tONION_SEED = 5319,\n\tSWEETCORN_SEED = 5320,\n\tWATERMELON_SEED = 5321,\n\tTOMATO_SEED = 5322,\n\tSTRAWBERRY_SEED = 5323,\n\tCABBAGE_SEED = 5324,\n\tGARDENING_TROWEL = 5325,\n\tSECATEURS = 5329,\n\tWATERING_CAN_EMPTY = 5331,\n\tRAKE = 5341,\n\tSEED_DIBBER = 5343,\n\tGARDENING_BOOTS = 5345,\n\tEMPTY_PLANT_POT = 5350,\n\tUNFIRED_PLANT_POT = 5352,\n\tFILLED_PLANT_POT = 5354,\n\tOAK_SAPLING = 5370,\n\tWILLOW_SAPLING = 5371,\n\tMAPLE_SAPLING = 5372,\n\tYEW_SAPLING = 5373,\n\tMAGIC_SAPLING = 5374,\n\tBASKET = 5376,\n\tAPPLES_5 = 5386,\n\tORANGES_5 = 5396,\n\tSTRAWBERRIES_5 = 5406,\n\tBANANAS_5 = 5416,\n\tEMPTY_SACK = 5418,\n\tPOTATOES_10 = 5438,\n\tONIONS_10 = 5458,\n\tCABBAGES_10 = 5478,\n\tAPPLE_SAPLING = 5496,\n\tBANANA_SAPLING = 5497,\n\tORANGE_SAPLING = 5498,\n\tCURRY_SAPLING = 5499,\n\tPINEAPPLE_SAPLING = 5500,\n\tPAPAYA_SAPLING = 5501,\n\tPALM_SAPLING = 5502,\n\tCALQUAT_SAPLING = 5503,\n\tSTRAWBERRY = 5504,\n\tELEMENTAL_TALISMAN = 5516,\n\tBINDING_NECKLACE = 5521,\n\tTIARA_MOULD = 5523,\n\tTIARA = 5525,\n\tAIR_TIARA = 5527,\n\tMIND_TIARA = 5529,\n\tWATER_TIARA = 5531,\n\tBODY_TIARA = 5533,\n\tEARTH_TIARA = 5535,\n\tFIRE_TIARA = 5537,\n\tCOSMIC_TIARA = 5539,\n\tNATURE_TIARA = 5541,\n\tCHAOS_TIARA = 5543,\n\tLAW_TIARA = 5545,\n\tDEATH_TIARA = 5547,\n\tBLOOD_TIARA = 5549,\n\tROGUE_TOP = 5553,\n\tROGUE_MASK = 5554,\n\tROGUE_TROUSERS = 5555,\n\tROGUE_GLOVES = 5556,\n\tROGUE_BOOTS = 5557,\n\tINITIATE_SALLET = 5574,\n\tINITIATE_HAUBERK = 5575,\n\tINITIATE_CUISSE = 5576,\n\tGRAIN_RECRUITMENT_DRIVE = 5607,\n\tFOX_RECRUITMENT_DRIVE = 5608,\n\tCHICKEN_RECRUITMENT_DRIVE = 5609,\n\tASGARNIAN_ALEM = 5739,\n\tMATURE_WMB = 5741,\n\tGREENMANS_ALEM = 5743,\n\tDRAGON_BITTERM = 5745,\n\tDWARVEN_STOUTM = 5747,\n\tMOONLIGHT_MEADM = 5749,\n\tAXEMANS_FOLLY = 5751,\n\tAXEMANS_FOLLYM = 5753,\n\tCHEFS_DELIGHT = 5755,\n\tCHEFS_DELIGHTM = 5757,\n\tSLAYERS_RESPITE = 5759,\n\tSLAYERS_RESPITEM = 5761,\n\tCIDER = 5763,\n\tMATURE_CIDER = 5765,\n\tALE_YEAST = 5767,\n\tCALQUAT_KEG = 5769,\n\tDWARVEN_STOUT_KEG_4_PINTS = 5777,\n\tASGARNIAN_ALE_KEG_4_PINTS = 5785,\n\tGREENMANS_ALE_KEG_4_PINTS = 5793,\n\tMIND_BOMB_KEG_4_PINTS = 5801,\n\tDRAGON_BITTER_KEG_4_PINTS = 5809,\n\tMOONLIGHT_MEAD_KEG_4_PINTS = 5817,\n\tAXEMANS_FOLLY_KEG_4_PINTS = 5825,\n\tCHEFS_DELIGHT_KEG_4_PINTS = 5833,\n\tSLAYERS_RESPITE_KEG_4_PINTS = 5841,\n\tCIDER_KEG_4_PINTS = 5849,\n\tDWARVEN_STOUTM_KEG_4_PINTS = 5857,\n\tASGARNIAN_ALEM_KEG_4_PINTS = 5865,\n\tGREENMANS_ALEM_KEG_4_PINTS = 5873,\n\tMIND_BOMBM_KEG_4_PINTS = 5881,\n\tDRAGON_BITTERM_KEG_4_PINTS = 5889,\n\tMOONLIGHT_MEADM_KEG_4_PINTS = 5897,\n\tAXEMANS_FOLLYM_KEG_4_PINTS = 5905,\n\tCHEFS_DELIGHTM_KEG_4_PINTS = 5913,\n\tSLAYERS_RESPITEM_KEG_4_PINTS = 5921,\n\tCIDERM_KEG_4_PINTS = 5929,\n\tJUTE_FIBRE = 5931,\n\tWILLOW_BRANCH = 5933,\n\tCOCONUT_MILK = 5935,\n\tTOMATOES_5 = 5968,\n\tCURRY_LEAF = 5970,\n\tPAPAYA_FRUIT = 5972,\n\tCOCONUT = 5974,\n\tCALQUAT_FRUIT = 5980,\n\tWATERMELON = 5982,\n\tWATERMELON_SLICE = 5984,\n\tSWEETCORN = 5986,\n\tCOOKED_SWEETCORN = 5988,\n\tAPPLE_MUSH = 5992,\n\tHAMMERSTONE_HOPS = 5994,\n\tASGARNIAN_HOPS = 5996,\n\tYANILLIAN_HOPS = 5998,\n\tKRANDORIAN_HOPS = 6000,\n\tWILDBLOOD_HOPS = 6002,\n\tMUSHROOM = 6004,\n\tBARLEY = 6006,\n\tBARLEY_MALT = 6008,\n\tMARIGOLDS = 6010,\n\tNASTURTIUMS = 6012,\n\tROSEMARY = 6014,\n\tCACTUS_SPINE = 6016,\n\tPOISON_IVY_BERRIES = 6018,\n\tLEAVES = 6020,\n\tLEAVES_OAK = 6022,\n\tLEAVES_WILLOW = 6024,\n\tLEAVES_YEW = 6026,\n\tLEAVES_MAPLE = 6028,\n\tLEAVES_MAGIC = 6030,\n\tCOMPOST = 6032,\n\tSUPERCOMPOST = 6034,\n\tPLANT_CURE = 6036,\n\tMAGIC_STRING = 6038,\n\tAMULET_OF_NATURE = 6040,\n\tPRENATURE_AMULET = 6041,\n\tOAK_ROOTS = 6043,\n\tWILLOW_ROOTS = 6045,\n\tMAPLE_ROOTS = 6047,\n\tYEW_ROOTS = 6049,\n\tMAGIC_ROOTS = 6051,\n\tWEEDS = 6055,\n\tMOURNER_TOP = 6065,\n\tMOURNER_TROUSERS_REPAIRED = 6067,\n\tMOURNER_GLOVES = 6068,\n\tMOURNER_BOOTS = 6069,\n\tMOURNER_CLOAK = 6070,\n\tFIXED_DEVICE = 6082,\n\tGHOSTLY_BOOTS = 6106,\n\tGHOSTLY_ROBE_TOP = 6107,\n\tGHOSTLY_ROBE_BOTTOM = 6108,\n\tGHOSTLY_HOOD = 6109,\n\tGHOSTLY_GLOVES = 6110,\n\tGHOSTLY_CLOAK = 6111,\n\tENCHANTED_LYRE_2 = 6125,\n\tENCHANTED_LYRE_3 = 6126,\n\tENCHANTED_LYRE_4 = 6127,\n\tROCKSHELL_HELM = 6128,\n\tROCKSHELL_PLATE = 6129,\n\tROCKSHELL_LEGS = 6130,\n\tSPINED_HELM = 6131,\n\tSPINED_BODY = 6133,\n\tSPINED_CHAPS = 6135,\n\tSKELETAL_HELM = 6137,\n\tSKELETAL_TOP = 6139,\n\tSKELETAL_BOTTOMS = 6141,\n\tSPINED_BOOTS = 6143,\n\tROCKSHELL_BOOTS = 6145,\n\tSKELETAL_BOOTS = 6147,\n\tSPINED_GLOVES = 6149,\n\tROCKSHELL_GLOVES = 6151,\n\tSKELETAL_GLOVES = 6153,\n\tDAGANNOTH_HIDE = 6155,\n\tROCKSHELL_CHUNK = 6157,\n\tROCKSHELL_SHARD = 6159,\n\tROCKSHELL_SPLINTER = 6161,\n\tSKULL_PIECE = 6163,\n\tRIBCAGE_PIECE = 6165,\n\tFIBULA_PIECE = 6167,\n\tCIRCULAR_HIDE = 6169,\n\tFLATTENED_HIDE = 6171,\n\tSTRETCHED_HIDE = 6173,\n\tLEDERHOSEN_TOP = 6180,\n\tLEDERHOSEN_SHORTS = 6181,\n\tLEDERHOSEN_HAT = 6182,\n\tPRINCE_TUNIC = 6184,\n\tPRINCE_LEGGINGS = 6185,\n\tPRINCESS_BLOUSE = 6186,\n\tPRINCESS_SKIRT = 6187,\n\tFROG_MASK = 6188,\n\tTEAK_PYRE_LOGS = 6211,\n\tMAHOGANY_PYRE_LOGS = 6213,\n\tBROODOO_SHIELD_GREEN_10 = 6215,\n\tBROODOO_SHIELD_GREEN_9 = 6217,\n\tBROODOO_SHIELD_GREEN_8 = 6219,\n\tBROODOO_SHIELD_GREEN_7 = 6221,\n\tBROODOO_SHIELD_GREEN_6 = 6223,\n\tBROODOO_SHIELD_GREEN_5 = 6225,\n\tBROODOO_SHIELD_GREEN_4 = 6227,\n\tBROODOO_SHIELD_GREEN_3 = 6229,\n\tBROODOO_SHIELD_GREEN_2 = 6231,\n\tBROODOO_SHIELD_GREEN_1 = 6233,\n\tBROODOO_SHIELD_GREEN_UNCHARGED = 6235,\n\tBROODOO_SHIELD_ORANGE_10 = 6237,\n\tBROODOO_SHIELD_ORANGE_9 = 6239,\n\tBROODOO_SHIELD_ORANGE_8 = 6241,\n\tBROODOO_SHIELD_ORANGE_7 = 6243,\n\tBROODOO_SHIELD_ORANGE_6 = 6245,\n\tBROODOO_SHIELD_ORANGE_5 = 6247,\n\tBROODOO_SHIELD_ORANGE_4 = 6249,\n\tBROODOO_SHIELD_ORANGE_3 = 6251,\n\tBROODOO_SHIELD_ORANGE_2 = 6253,\n\tBROODOO_SHIELD_ORANGE_1 = 6255,\n\tBROODOO_SHIELD_ORANGE_UNCHARGED = 6257,\n\tBROODOO_SHIELD_BLUE_10 = 6259,\n\tBROODOO_SHIELD_BLUE_9 = 6261,\n\tBROODOO_SHIELD_BLUE_8 = 6263,\n\tBROODOO_SHIELD_BLUE_7 = 6265,\n\tBROODOO_SHIELD_BLUE_6 = 6267,\n\tBROODOO_SHIELD_BLUE_5 = 6269,\n\tBROODOO_SHIELD_BLUE_4 = 6271,\n\tBROODOO_SHIELD_BLUE_3 = 6273,\n\tBROODOO_SHIELD_BLUE_2 = 6275,\n\tBROODOO_SHIELD_BLUE_1 = 6277,\n\tBROODOO_SHIELD_BLUE_UNCHARGED = 6279,\n\tTHATCH_SPAR_LIGHT = 6281,\n\tTHATCH_SPAR_MED = 6283,\n\tTHATCH_SPAR_DENSE = 6285,\n\tSNAKE_HIDE = 6287,\n\tSNAKESKIN = 6289,\n\tSPIDER_CARCASS = 6291,\n\tSPIDER_ON_STICK = 6297,\n\tSPIDER_ON_SHAFT = 6299,\n\tSKEWER_STICK = 6305,\n\tTRADING_STICKS = 6306,\n\tGOUT_TUBER = 6311,\n\tOPAL_MACHETE = 6313,\n\tJADE_MACHETE = 6315,\n\tRED_TOPAZ_MACHETE = 6317,\n\tPROBOSCIS = 6319,\n\tSNAKESKIN_BODY = 6322,\n\tSNAKESKIN_CHAPS = 6324,\n\tSNAKESKIN_BANDANA = 6326,\n\tSNAKESKIN_BOOTS = 6328,\n\tSNAKESKIN_VAMBRACES = 6330,\n\tMAHOGANY_LOGS = 6332,\n\tTEAK_LOGS = 6333,\n\tTRIBAL_MASK_GREEN = 6335,\n\tTRIBAL_MASK_ORANGE = 6337,\n\tTRIBAL_MASK_BLUE = 6339,\n\tTRIBAL_TOP_BROWN = 6341,\n\tVILLAGER_ROBE_BROWN = 6343,\n\tVILLAGER_HAT_BROWN = 6345,\n\tVILLAGER_ARMBAND_BROWN = 6347,\n\tVILLAGER_SANDALS_BROWN = 6349,\n\tTRIBAL_TOP_BLUE = 6351,\n\tVILLAGER_ROBE_BLUE = 6353,\n\tVILLAGER_HAT_BLUE = 6355,\n\tVILLAGER_SANDALS_BLUE = 6357,\n\tVILLAGER_ARMBAND_BLUE = 6359,\n\tTRIBAL_TOP_YELLOW = 6361,\n\tVILLAGER_ROBE_YELLOW = 6363,\n\tVILLAGER_HAT_YELLOW = 6365,\n\tVILLAGER_SANDALS_YELLOW = 6367,\n\tVILLAGER_ARMBAND_YELLOW = 6369,\n\tTRIBAL_TOP_PINK = 6371,\n\tVILLAGER_ROBE_PINK = 6373,\n\tVILLAGER_HAT_PINK = 6375,\n\tVILLAGER_SANDALS_PINK = 6377,\n\tVILLAGER_ARMBAND_PINK = 6379,\n\tFEZ = 6382,\n\tDESERT_TOP = 6384,\n\tDESERT_ROBES = 6386,\n\tDESERT_TOP_OVERCOAT = 6388,\n\tDESERT_LEGS = 6390,\n\tMENAPHITE_PURPLE_HAT = 6392,\n\tMENAPHITE_PURPLE_TOP = 6394,\n\tMENAPHITE_PURPLE_ROBE = 6396,\n\tMENAPHITE_PURPLE_KILT = 6398,\n\tMENAPHITE_RED_HAT = 6400,\n\tMENAPHITE_RED_TOP = 6402,\n\tMENAPHITE_RED_ROBE = 6404,\n\tMENAPHITE_RED_KILT = 6406,\n\tOAK_BLACKJACKO = 6408,\n\tOAK_BLACKJACKD = 6410,\n\tWILLOW_BLACKJACKO = 6412,\n\tWILLOW_BLACKJACKD = 6414,\n\tMAPLE_BLACKJACK = 6416,\n\tMAPLE_BLACKJACKO = 6418,\n\tMAPLE_BLACKJACKD = 6420,\n\tRING_OF_CHAROS_ACTIVATED = 6465,\n\tCOMPOST_POTION_4_DOSE = 6470,\n\tCOMPOST_POTION_3_DOSE = 6472,\n\tCOMPOST_POTION_2_DOSE = 6474,\n\tCOMPOST_POTION_1_DOSE = 6476,\n\tTOKTZXILUL = 6522,\n\tTOKTZXILAK = 6523,\n\tTOKTZKETXIL = 6524,\n\tTOKTZXILEK = 6525,\n\tTOKTZMEJTAL = 6526,\n\tTZHAARKETEM = 6527,\n\tTZHAARKETOM = 6528,\n\tMOUSE_TOY = 6541,\n\tCATSPEAK_AMULETE = 6544,\n\tDOCTORS_HAT = 6547,\n\tNURSE_HAT = 6548,\n\tMUD_BATTLESTAFF = 6562,\n\tMYSTIC_MUD_STAFF = 6563,\n\tOBSIDIAN_CAPE = 6568,\n\tFIRE_CAPE_NORMAL = 6570,\n\tUNCUT_ONYX = 6571,\n\tONYX = 6573,\n\tONYX_RING = 6575,\n\tONYX_NECKLACE = 6577,\n\tONYX_AMULET_U = 6579,\n\tONYX_AMULET = 6581,\n\tRING_OF_STONE = 6583,\n\tAMULET_OF_FURY = 6585,\n\tWHITE_CLAWS = 6587,\n\tWHITE_BATTLEAXE = 6589,\n\tWHITE_DAGGER_UNPOISONED = 6591,\n\tWHITE_DAGGER_POISON = 6593,\n\tWHITE_HALBERD = 6599,\n\tWHITE_MACE = 6601,\n\tWHITE_MAGIC_STAFF = 6603,\n\tWHITE_SWORD = 6605,\n\tWHITE_LONGSWORD = 6607,\n\tWHITE_2H_SWORD = 6609,\n\tWHITE_SCIMITAR = 6611,\n\tWHITE_WARHAMMER = 6613,\n\tWHITE_CHAINBODY = 6615,\n\tWHITE_PLATEBODY = 6617,\n\tWHITE_BOOTS = 6619,\n\tWHITE_MED_HELM = 6621,\n\tWHITE_FULL_HELM = 6623,\n\tWHITE_PLATELEGS = 6625,\n\tWHITE_PLATESKIRT = 6627,\n\tWHITE_GLOVES = 6629,\n\tWHITE_SQ_SHIELD = 6631,\n\tWHITE_KITESHIELD = 6633,\n\tCAMO_TOP = 6654,\n\tCAMO_BOTTOMS = 6655,\n\tCAMO_HELMET = 6656,\n\tMUDSKIPPER_HAT = 6665,\n\tFLIPPERS = 6666,\n\tFISHBOWL_EMPTY = 6667,\n\tGROUND_GUAM = 6681,\n\tSARADOMIN_BREW_4_DOSE = 6685,\n\tSARADOMIN_BREW_3_DOSE = 6687,\n\tSARADOMIN_BREW_2_DOSE = 6689,\n\tSARADOMIN_BREW_1_DOSE = 6691,\n\tCRUSHED_NEST = 6693,\n\tPAT_OF_BUTTER = 6697,\n\tBAKED_POTATO = 6701,\n\tPOTATO_WITH_BUTTER = 6703,\n\tPOTATO_WITH_CHEESE = 6705,\n\tCAMULET = 6707,\n\tSEERCULL = 6724,\n\tDAGANNOTH_BONES = 6729,\n\tSEERS_RING = 6731,\n\tARCHERS_RING = 6733,\n\tWARRIOR_RING = 6735,\n\tBERSERKER_RING = 6737,\n\tDRAGON_AXE = 6739,\n\tSILVERLIGHT_DYED = 6745,\n\tDARKLIGHT = 6746,\n\tBLACK_DESERT_SHIRT = 6750,\n\tBLACK_DESERT_ROBE = 6752,\n\tGUTHIX_MJOLNIR = 6760,\n\tSARADOMIN_MJOLNIR = 6762,\n\tZAMORAK_MJOLNIR = 6764,\n\tRAT_POLE_EMPTY = 6773,\n\tRAT_POLE_ONE_RAT = 6774,\n\tRAT_POLE_TWO_RATS = 6775,\n\tRAT_POLE_THREE_RATS = 6776,\n\tRAT_POLE_FOUR_RATS = 6777,\n\tRAT_POLE_FIVE_RATS = 6778,\n\tRAT_POLE_SIX_RATS = 6779,\n\tROBE_OF_ELIDINIS_TOP = 6786,\n\tROBE_OF_ELIDINIS_BOTTOM = 6787,\n\tSHOES = 6790,\n\tCHOCICE = 6794,\n\tGRANITE_LEGS = 6809,\n\tWYVERN_BONES = 6812,\n\tFUR = 6814,\n\tBOBBLE_HAT = 6856,\n\tBOBBLE_SCARF = 6857,\n\tJESTER_HAT = 6858,\n\tJESTER_SCARF = 6859,\n\tTRIJESTER_HAT = 6860,\n\tTRIJESTER_SCARF = 6861,\n\tWOOLLY_HAT = 6862,\n\tWOOLLY_SCARF = 6863,\n\tPROGRESS_HAT_DULL = 6885,\n\tPROGRESS_HAT_ENERGISED = 6886,\n\tPROGRESS_HAT_FULL = 6887,\n\tMAGES_BOOK = 6889,\n\tARENA_BOOK = 6891,\n\tBEGINNER_WAND = 6908,\n\tAPPRENTICE_WAND = 6910,\n\tTEACHER_WAND = 6912,\n\tMASTER_WAND = 6914,\n\tINFINITY_TOP = 6916,\n\tINFINITY_HAT = 6918,\n\tINFINITY_BOOTS = 6920,\n\tINFINITY_GLOVES = 6922,\n\tINFINITY_BOTTOMS = 6924,\n\tPINK_CAPE = 6959,\n\tTRIANGLE_SANDWICH = 6962,\n\tSANDSTONE_1KG = 6971,\n\tSANDSTONE_2KG = 6973,\n\tSANDSTONE_5KG = 6975,\n\tSANDSTONE_10KG = 6977,\n\tGRANITE_500G = 6979,\n\tGRANITE_2KG = 6981,\n\tGRANITE_5KG = 6983,\n\tCAMEL_MASK = 7003,\n\tBUG_LANTERN_UNLIT = 7051,\n\tBUG_LANTERN_LIT = 7053,\n\tCHILLI_POTATO = 7054,\n\tEGG_POTATO = 7056,\n\tMUSHROOM_POTATO = 7058,\n\tTUNA_POTATO = 7060,\n\tCHILLI_CON_CARNE = 7062,\n\tEGG_AND_TOMATO = 7064,\n\tMUSHROOM_ONION = 7066,\n\tTUNA_AND_CORN = 7068,\n\tMINCED_MEAT = 7070,\n\tSPICY_SAUCE = 7072,\n\tCHOPPED_GARLIC = 7074,\n\tUNCOOKED_EGG = 7076,\n\tSCRAMBLED_EGG = 7078,\n\tSLICED_MUSHROOMS = 7080,\n\tFRIED_MUSHROOMS = 7082,\n\tFRIED_ONIONS = 7084,\n\tCHOPPED_TUNA = 7086,\n\tSWEETCORN_BOWL = 7088,\n\tSTRIPY_PIRATE_SHIRT_BEIGE = 7110,\n\tPIRATE_BANDANA_WHITE = 7112,\n\tPIRATE_BOOTS = 7114,\n\tPIRATE_LEGGINGS_BEIGE = 7116,\n\tSTRIPY_PIRATE_SHIRT_RED = 7122,\n\tPIRATE_BANDANA_RED = 7124,\n\tPIRATE_LEGGINGS_RED = 7126,\n\tSTRIPY_PIRATE_SHIRT_BLUE = 7128,\n\tPIRATE_BANDANA_BLUE = 7130,\n\tPIRATE_LEGGINGS_BLUE = 7132,\n\tSTRIPY_PIRATE_SHIRT_BROWN = 7134,\n\tPIRATE_BANDANA_BROWN = 7136,\n\tPIRATE_LEGGINGS_BROWN = 7138,\n\tLUCKY_CUTLASS = 7140,\n\tHARRYS_CUTLASS = 7141,\n\tRAPIER = 7142,\n\tDRAGON_2H_SWORD = 7158,\n\tINSULATED_BOOTS = 7159,\n\tPIE_RECIPE_BOOK = 7162,\n\tRAW_MUD_PIE = 7168,\n\tMUD_PIE = 7170,\n\tRAW_GARDEN_PIE = 7176,\n\tGARDEN_PIE_FULL = 7178,\n\tRAW_FISH_PIE = 7186,\n\tFISH_PIE_FULL = 7188,\n\tRAW_ADMIRAL_PIE = 7196,\n\tADMIRAL_PIE_FULL = 7198,\n\tRAW_WILD_PIE = 7206,\n\tWILD_PIE_FULL = 7208,\n\tRAW_SUMMER_PIE = 7216,\n\tSUMMER_PIE_FULL = 7218,\n\tROAST_RABBIT = 7223,\n\tIRON_SPIT = 7225,\n\tRED_BOATER = 7319,\n\tORANGE_BOATER = 7321,\n\tGREEN_BOATER = 7323,\n\tBLUE_BOATER = 7325,\n\tBLACK_BOATER = 7327,\n\tRED_FIRELIGHTER = 7329,\n\tGREEN_FIRELIGHTER = 7330,\n\tBLUE_FIRELIGHTER = 7331,\n\tBLACK_SHIELD_H1 = 7332,\n\tADAMANT_SHIELD_H1 = 7334,\n\tRUNE_SHIELD_H1 = 7336,\n\tBLACK_SHIELD_H2 = 7338,\n\tADAMANT_SHIELD_H2 = 7340,\n\tRUNE_SHIELD_H2 = 7342,\n\tBLACK_SHIELD_H3 = 7344,\n\tADAMANT_SHIELD_H3 = 7346,\n\tRUNE_SHIELD_H3 = 7348,\n\tBLACK_SHIELD_H4 = 7350,\n\tADAMANT_SHIELD_H4 = 7352,\n\tRUNE_SHIELD_H4 = 7354,\n\tBLACK_SHIELD_H5 = 7356,\n\tADAMANT_SHIELD_H5 = 7358,\n\tRUNE_SHIELD_H5 = 7360,\n\tSTUDDED_BODY_G = 7362,\n\tSTUDDED_BODY_T = 7364,\n\tSTUDDED_CHAPS_G = 7366,\n\tSTUDDED_CHAPS_T = 7368,\n\tGREEN_DHIDE_BODY_G = 7370,\n\tGREEN_DHIDE_BODY_T = 7372,\n\tBLUE_DHIDE_BODY_G = 7374,\n\tBLUE_DHIDE_BODY_T = 7376,\n\tGREEN_DHIDE_CHAPS_G = 7378,\n\tGREEN_DHIDE_CHAPS_T = 7380,\n\tBLUE_DHIDE_CHAPS_G = 7382,\n\tBLUE_DHIDE_CHAPS_T = 7384,\n\tBLUE_SKIRT_G = 7386,\n\tBLUE_SKIRT_T = 7388,\n\tBLUE_WIZARD_ROBE_G = 7390,\n\tBLUE_WIZARD_ROBE_T = 7392,\n\tBLUE_WIZARD_HAT_G = 7394,\n\tBLUE_WIZARD_HAT_T = 7396,\n\tENCHANTED_ROBE = 7398,\n\tENCHANTED_TOP = 7399,\n\tENCHANTED_HAT = 7400,\n\tMAGIC_SECATEURS = 7409,\n\tMOLE_CLAW = 7416,\n\tMOLE_SKIN = 7418,\n\tWOODEN_SPOON = 7433,\n\tEGG_WHISK = 7435,\n\tSPORK = 7437,\n\tSPATULA = 7439,\n\tFRYING_PAN = 7441,\n\tSKEWER = 7443,\n\tROLLING_PIN = 7445,\n\tKITCHEN_KNIFE = 7447,\n\tMEAT_TENDERISER = 7449,\n\tCLEAVER = 7451,\n\tHARDLEATHER_GLOVES = 7453,\n\tBRONZE_GLOVES = 7454,\n\tIRON_GLOVES = 7455,\n\tSTEEL_GLOVES = 7456,\n\tBLACK_GLOVES = 7457,\n\tMITHRIL_GLOVES = 7458,\n\tADAMANT_GLOVES = 7459,\n\tRUNE_GLOVES = 7460,\n\tDRAGON_GLOVES = 7461,\n\tBARROWS_GLOVES = 7462,\n\tPOT_OF_CORNFLOUR = 7468,\n\tCOOKED_CRAB_MEAT_FIVE = 7521,\n\tFISHBOWL_HELMET = 7534,\n\tDIVING_APPARATUS = 7535,\n\tCRAB_CLAW = 7537,\n\tCRAB_HELMET = 7539,\n\tRAW_JUBBLY = 7566,\n\tCOOKED_JUBBLY = 7568,\n\tZOMBIE_SHIRT = 7592,\n\tZOMBIE_TROUSERS = 7593,\n\tZOMBIE_MASK = 7594,\n\tZOMBIE_GLOVES = 7595,\n\tZOMBIE_BOOTS = 7596,\n\tROD_OF_IVANDIS_10 = 7639,\n\tROD_OF_IVANDIS_9 = 7640,\n\tROD_OF_IVANDIS_8 = 7641,\n\tROD_OF_IVANDIS_7 = 7642,\n\tROD_OF_IVANDIS_6 = 7643,\n\tROD_OF_IVANDIS_5 = 7644,\n\tROD_OF_IVANDIS_4 = 7645,\n\tROD_OF_IVANDIS_3 = 7646,\n\tROD_OF_IVANDIS_2 = 7647,\n\tROD_OF_IVANDIS_1 = 7648,\n\tSILVER_DUST = 7650,\n\tGUTHIX_BALANCE_4_DOSE = 7660,\n\tGUTHIX_BALANCE_3_DOSE = 7662,\n\tGUTHIX_BALANCE_2_DOSE = 7664,\n\tGUTHIX_BALANCE_1_DOSE = 7666,\n\tGADDERHAMMER = 7668,\n\tBOXING_GLOVES_RED = 7671,\n\tBOXING_GLOVES_BLUE = 7673,\n\tWOODEN_SWORD = 7675,\n\tWOODEN_SHIELD_WEAPONS_RACK = 7676,\n\tTOY_SOLDIER_NORMAL = 7759,\n\tTOY_SOLDIER_WOUND = 7761,\n\tTOY_DOLL_NORMAL = 7763,\n\tTOY_DOLL_WOUND = 7765,\n\tTOY_MOUSE_NORMAL = 7767,\n\tTOY_MOUSE_WOUND = 7769,\n\tTOY_CAT = 7771,\n\tSNAKE_HIDE_SWAMP = 7801,\n\tYIN_YANG_AMULET = 7803,\n\tANGER_SWORD = 7806,\n\tANGER_BATTLEAXE = 7807,\n\tANGER_MACE = 7808,\n\tANGER_SPEAR = 7809,\n\tRAM_SKULL_HELM = 7917,\n\tBONESACK = 7918,\n\tBOTTLE_OF_WINE = 7919,\n\tEASTER_RING = 7927,\n\tPURE_ESSENCE = 7936,\n\tTORTOISE_SHELL = 7939,\n\tRAW_MONKFISH = 7944,\n\tMONKFISH = 7946,\n\tVARROCK_TELEPORT_TABLET = 8007,\n\tLUMBRIDGE_TELEPORT_TABLET = 8008,\n\tFALADOR_TELEPORT_TABLET = 8009,\n\tCAMELOT_TELEPORT_TABLET = 8010,\n\tARDOUGNE_TELEPORT_TABLET = 8011,\n\tWATCHTOWER_TELEPORT_TABLET = 8012,\n\tTELEPORT_TO_HOUSE_TABLET = 8013,\n\tBONES_TO_BANANAS_TABLET = 8014,\n\tBONES_TO_PEACHES_TABLET = 8015,\n\tENCHANT_SAPPHIRE_OR_OPAL = 8016,\n\tENCHANT_EMERALD_OR_JADE = 8017,\n\tENCHANT_RUBY_OR_TOPAZ = 8018,\n\tENCHANT_DIAMOND = 8019,\n\tENCHANT_DRAGONSTONE = 8020,\n\tENCHANT_ONYX = 8021,\n\tBAGGED_DEAD_TREE = 8417,\n\tBAGGED_NICE_TREE = 8419,\n\tBAGGED_OAK_TREE = 8421,\n\tBAGGED_WILLOW_TREE = 8423,\n\tBAGGED_MAPLE_TREE = 8425,\n\tBAGGED_YEW_TREE = 8427,\n\tBAGGED_MAGIC_TREE = 8429,\n\tBAGGED_PLANT_1 = 8431,\n\tBAGGED_PLANT_2 = 8433,\n\tBAGGED_PLANT_3 = 8435,\n\tTHORNY_HEDGE_BAGGED = 8437,\n\tNICE_HEDGE_BAGGED = 8439,\n\tSMALL_BOX_HEDGE_BAGGED = 8441,\n\tTOPIARY_HEDGE_BAGGED = 8443,\n\tFANCY_HEDGE_BAGGED = 8445,\n\tTALL_FANCY_HEDGE_BAGGED = 8447,\n\tTALL_BOX_HEDGE_BAGGED = 8449,\n\tBAGGED_FLOWER = 8451,\n\tBAGGED_DAFFODILS = 8453,\n\tBAGGED_BLUEBELLS = 8455,\n\tBAGGED_SUNFLOWER = 8457,\n\tBAGGED_MARIGOLDS = 8459,\n\tBAGGED_ROSES = 8461,\n\tRUNE_HERALDIC_HELM_ARRAV = 8464,\n\tRUNE_HERALDIC_HELM_ASGARNIA = 8466,\n\tRUNE_HERALDIC_HELM_DORGESHUUN = 8468,\n\tRUNE_HERALDIC_HELM_DRAGON = 8470,\n\tRUNE_HERALDIC_HELM_FAIRY = 8472,\n\tRUNE_HERALDIC_HELM_GUTHIX = 8474,\n\tRUNE_HERALDIC_HELM_HAM = 8476,\n\tRUNE_HERALDIC_HELM_HORSE = 8478,\n\tRUNE_HERALDIC_HELM_JOGRE = 8480,\n\tRUNE_HERALDIC_HELM_KANDARIN = 8482,\n\tRUNE_HERALDIC_HELM_MISTHALIN = 8484,\n\tRUNE_HERALDIC_HELM_MONEY = 8486,\n\tRUNE_HERALDIC_HELM_SARADOMIN = 8488,\n\tRUNE_HERALDIC_HELM_SKULL = 8490,\n\tRUNE_HERALDIC_HELM_VARROCK = 8492,\n\tRUNE_HERALDIC_HELM_ZAMORAK = 8494,\n\tCRUDE_CHAIR_FLATPACK = 8496,\n\tWOODEN_CHAIR_FLATPACK = 8498,\n\tROCKING_CHAIR_FLATPACK = 8500,\n\tOAK_CHAIR_FLATPACK = 8502,\n\tOAK_ARMCHAIR_FLATPACK = 8504,\n\tTEAK_ARMCHAIR_FLATPACK = 8506,\n\tMAHOGANY_ARMCHAIR_FLATPACK = 8508,\n\tBOOKCASE_FLATPACK = 8510,\n\tOAK_BOOKCASE_FLATPACK = 8512,\n\tMAHOGANY_BOOKCASE_FLATPACK = 8514,\n\tBEER_BARREL_FLATPACK = 8516,\n\tCIDER_BARREL_FLATPACK = 8518,\n\tASGARNIAN_ALE_FLATPACK = 8520,\n\tGREENMANS_ALE_FLATPACK = 8522,\n\tDRAGON_BITTER_FLATPACK = 8524,\n\tCHEFS_DELIGHT_FLATPACK = 8526,\n\tKITCHEN_TABLE_FLATPACK = 8528,\n\tOAK_KITCHEN_TABLE_FLATPACK = 8530,\n\tTEAK_KITCHEN_TABLE_FLATPACK = 8532,\n\tWOOD_DINING_TABLE_FLATPACK = 8548,\n\tOAK_DINING_TABLE_FLATPACK = 8550,\n\tCARVED_OAK_TABLE_FLATPACK = 8552,\n\tTEAK_TABLE_FLATPACK = 8554,\n\tCARVED_TEAK_TABLE_FLATPACK = 8556,\n\tMAHOGANY_TABLE_FLATPACK = 8558,\n\tOPULENT_TABLE_FLATPACK = 8560,\n\tWOODEN_BENCH_FLATPACK = 8562,\n\tOAK_BENCH_FLATPACK = 8564,\n\tCARVED_OAK_BENCH_FLATPACK = 8566,\n\tTEAK_DINING_BENCH_FLATPACK = 8568,\n\tCARVED_TEAK_BENCH_FLATPACK = 8570,\n\tMAHOGANY_BENCH_FLATPACK = 8572,\n\tGILDED_BENCH_FLATPACK = 8574,\n\tWOODEN_BED_FLATPACK = 8576,\n\tOAK_BED_FLATPACK = 8578,\n\tLARGE_OAK_BED_FLATPACK = 8580,\n\tTEAK_BED_FLATPACK = 8582,\n\tLARGE_TEAK_BED_FLATPACK = 8584,\n\tFOURPOSTER_BED_FLATPACK = 8586,\n\tGILDED_FOURPOSTER_FLATPACK = 8588,\n\tOAK_CLOCK_FLATPACK = 8590,\n\tTEAK_CLOCK_FLATPACK = 8592,\n\tGILDED_CLOCK_FLATPACK = 8594,\n\tSHAVING_STAND_FLATPACK = 8596,\n\tOAK_SHAVING_STAND_FLATPACK = 8598,\n\tOAK_DRESSER_FLATPACK = 8600,\n\tTEAK_DRESSER_FLATPACK = 8602,\n\tFANCY_TEAK_DRESSER_FLATPACK = 8604,\n\tMAHOGANY_DRESSER_FLATPACK = 8606,\n\tGILDED_DRESSER_FLATPACK = 8608,\n\tSHOE_BOX_FLATPACK = 8610,\n\tOAK_DRAWERS_FLATPACK = 8612,\n\tOAK_WARDROBE_FLATPACK = 8614,\n\tTEAK_DRAWERS_FLATPACK = 8616,\n\tTEAK_WARDROBE_FLATPACK = 8618,\n\tMAHOGANY_WARDROBE_FLATPACK = 8620,\n\tGILDED_WARDROBE_FLATPACK = 8622,\n\tBANNER_ARRAV = 8650,\n\tBANNER_ASGARNIA = 8652,\n\tBANNER_DORGESHUUN = 8654,\n\tBANNER_DRAGON = 8656,\n\tBANNER_FAIRY = 8658,\n\tBANNER_GUTHIX = 8660,\n\tBANNER_HAM = 8662,\n\tBANNER_HORSE = 8664,\n\tBANNER_JOGRE = 8666,\n\tBANNER_KANDARIN = 8668,\n\tBANNER_MISTHALIN = 8670,\n\tBANNER_MONEY = 8672,\n\tBANNER_SARADOMIN = 8674,\n\tBANNER_SKULL = 8676,\n\tBANNER_VARROCK = 8678,\n\tBANNER_ZAMORAK = 8680,\n\tSTEEL_HERALDIC_HELM_ARRAV = 8682,\n\tSTEEL_HERALDIC_HELM_ASGARNIA = 8684,\n\tSTEEL_HERALDIC_HELM_DORGESHUUN = 8686,\n\tSTEEL_HERALDIC_HELM_DRAGON = 8688,\n\tSTEEL_HERALDIC_HELM_FAIRY = 8690,\n\tSTEEL_HERALDIC_HELM_GUTHIX = 8692,\n\tSTEEL_HERALDIC_HELM_HAM = 8694,\n\tSTEEL_HERALDIC_HELM_HORSE = 8696,\n\tSTEEL_HERALDIC_HELM_JOGRE = 8698,\n\tSTEEL_HERALDIC_HELM_KANDARIN = 8700,\n\tSTEEL_HERALDIC_HELM_MISTHALIN = 8702,\n\tSTEEL_HERALDIC_HELM_MONEY = 8704,\n\tSTEEL_HERALDIC_HELM_SARADOMIN = 8706,\n\tSTEEL_HERALDIC_HELM_SKULL = 8708,\n\tSTEEL_HERALDIC_HELM_VARROCK = 8710,\n\tSTEEL_HERALDIC_HELM_ZAMORAK = 8712,\n\tRUNE_KITESHIELD_ARRAV = 8714,\n\tRUNE_KITESHIELD_ASGARNIA = 8716,\n\tRUNE_KITESHIELD_DORGESHUUN = 8718,\n\tRUNE_KITESHIELD_DRAGON = 8720,\n\tRUNE_KITESHIELD_FAIRY = 8722,\n\tRUNE_KITESHIELD_GUTHIX = 8724,\n\tRUNE_KITESHIELD_HAM = 8726,\n\tRUNE_KITESHIELD_HORSE = 8728,\n\tRUNE_KITESHIELD_JOGRE = 8730,\n\tRUNE_KITESHIELD_KANDARIN = 8732,\n\tRUNE_KITESHIELD_MISTHALIN = 8734,\n\tRUNE_KITESHIELD_MONEY = 8736,\n\tRUNE_KITESHIELD_SARADOMIN = 8738,\n\tRUNE_KITESHIELD_SKULL = 8740,\n\tRUNE_KITESHIELD_VARROCK = 8742,\n\tRUNE_KITESHIELD_ZAMORAK = 8744,\n\tSTEEL_KITESHIELD_ARRAV = 8746,\n\tSTEEL_KITESHIELD_ASGARNIA = 8748,\n\tSTEEL_KITESHIELD_DORGESHUUN = 8750,\n\tSTEEL_KITESHIELD_DRAGON = 8752,\n\tSTEEL_KITESHIELD_FAIRY = 8754,\n\tSTEEL_KITESHIELD_GUTHIX = 8756,\n\tSTEEL_KITESHIELD_HAM = 8758,\n\tSTEEL_KITESHIELD_HORSE = 8760,\n\tSTEEL_KITESHIELD_JOGRE = 8762,\n\tSTEEL_KITESHIELD_KANDARIN = 8764,\n\tSTEEL_KITESHIELD_MISTHALIN = 8766,\n\tSTEEL_KITESHIELD_MONEY = 8768,\n\tSTEEL_KITESHIELD_SARADOMIN = 8770,\n\tSTEEL_KITESHIELD_SKULL = 8772,\n\tSTEEL_KITESHIELD_VARROCK = 8774,\n\tSTEEL_KITESHIELD_ZAMORAK = 8776,\n\tOAK_PLANK = 8778,\n\tTEAK_PLANK = 8780,\n\tMAHOGANY_PLANK = 8782,\n\tGOLD_LEAF = 8784,\n\tMARBLE_BLOCK = 8786,\n\tMAGIC_STONE = 8788,\n\tBOLT_OF_CLOTH = 8790,\n\tCLOCKWORK = 8792,\n\tSAW = 8794,\n\tTIMBER_BEAM = 8837,\n\tVOID_KNIGHT_TOP_NORMAL = 8839,\n\tVOID_KNIGHT_ROBE_NORMAL = 8840,\n\tVOID_KNIGHT_MACE_NORMAL = 8841,\n\tVOID_KNIGHT_GLOVES_NORMAL = 8842,\n\tBRONZE_DEFENDER_NORMAL = 8844,\n\tIRON_DEFENDER_NORMAL = 8845,\n\tSTEEL_DEFENDER_NORMAL = 8846,\n\tBLACK_DEFENDER_NORMAL = 8847,\n\tMITHRIL_DEFENDER_NORMAL = 8848,\n\tADAMANT_DEFENDER_NORMAL = 8849,\n\tRUNE_DEFENDER_NORMAL = 8850,\n\tBONE_DAGGER_UNPOISONED = 8872,\n\tBONE_DAGGER_POISON = 8874,\n\tDORGESHUUN_CROSSBOW = 8880,\n\tBONE_BOLTS = 8882,\n\tBLACK_MASK_10 = 8901,\n\tBLACK_MASK_9 = 8903,\n\tBLACK_MASK_8 = 8905,\n\tBLACK_MASK_7 = 8907,\n\tBLACK_MASK_6 = 8909,\n\tBLACK_MASK_5 = 8911,\n\tBLACK_MASK_4 = 8913,\n\tBLACK_MASK_3 = 8915,\n\tBLACK_MASK_2 = 8917,\n\tBLACK_MASK_1 = 8919,\n\tBLACK_MASK_UNCHARGED = 8921,\n\tWITCHWOOD_ICON = 8923,\n\tBANDANA_EYEPATCH_WHITE = 8924,\n\tBANDANA_EYEPATCH_RED = 8925,\n\tBANDANA_EYEPATCH_BLUE = 8926,\n\tBANDANA_EYEPATCH_BROWN = 8927,\n\tHAT_EYEPATCH = 8928,\n\tCRABCLAW_HOOK = 8929,\n\tPIRATE_BANDANA_TROUBLE_BREWING = 8949,\n\tPIRATE_HAT = 8950,\n\tBLUE_NAVAL_SHIRT = 8952,\n\tGREEN_NAVAL_SHIRT = 8953,\n\tRED_NAVAL_SHIRT = 8954,\n\tBROWN_NAVAL_SHIRT = 8955,\n\tBLACK_NAVAL_SHIRT = 8956,\n\tPURPLE_NAVAL_SHIRT = 8957,\n\tGREY_NAVAL_SHIRT = 8958,\n\tBLUE_TRICORN_HAT = 8959,\n\tGREEN_TRICORN_HAT = 8960,\n\tRED_TRICORN_HAT = 8961,\n\tBROWN_TRICORN_HAT = 8962,\n\tBLACK_TRICORN_HAT = 8963,\n\tPURPLE_TRICORN_HAT = 8964,\n\tGREY_TRICORN_HAT = 8965,\n\tCUTTHROAT_FLAG = 8966,\n\tGILDED_SMILE_FLAG = 8967,\n\tBRONZE_FIST_FLAG = 8968,\n\tLUCKY_SHOT_FLAG = 8969,\n\tTREASURE_FLAG = 8970,\n\tPHASMATYS_FLAG = 8971,\n\tBLUE_NAVY_SLACKS = 8991,\n\tGREEN_NAVY_SLACKS = 8992,\n\tRED_NAVY_SLACKS = 8993,\n\tBROWN_NAVY_SLACKS = 8994,\n\tBLACK_NAVY_SLACKS = 8995,\n\tPURPLE_NAVY_SLACKS = 8996,\n\tGREY_NAVY_SLACKS = 8997,\n\tSECURITY_BOOK = 9003,\n\tSTRONGHOLD_NOTES = 9004,\n\tFANCY_BOOTS = 9005,\n\tFIGHTING_BOOTS = 9006,\n\tSKULL_SCEPTRE = 9013,\n\tIVORY_COMB = 9026,\n\tGOLDEN_SCARAB = 9028,\n\tSTONE_SCARAB = 9030,\n\tPOTTERY_SCARAB = 9032,\n\tGOLDEN_STATUETTE = 9034,\n\tPOTTERY_STATUETTE = 9036,\n\tSTONE_STATUETTE = 9038,\n\tGOLD_SEAL = 9040,\n\tSTONE_SEAL = 9042,\n\tPHARAOHS_SCEPTRE_CHARGED = 9044,\n\tLOCUST_MEAT = 9052,\n\tMOONCLAN_HELM = 9068,\n\tMOONCLAN_HAT = 9069,\n\tMOONCLAN_ARMOUR = 9070,\n\tMOONCLAN_SKIRT = 9071,\n\tMOONCLAN_GLOVES = 9072,\n\tMOONCLAN_BOOTS = 9073,\n\tMOONCLAN_CAPE = 9074,\n\tASTRAL_RUNE = 9075,\n\tSEAL_OF_PASSAGE = 9083,\n\tLUNAR_STAFF = 9084,\n\tLUNAR_STAFF_PT1 = 9091,\n\tLUNAR_STAFF_PT2 = 9092,\n\tLUNAR_STAFF_PT3 = 9093,\n\tLUNAR_HELM = 9096,\n\tLUNAR_TORSO = 9097,\n\tLUNAR_LEGS = 9098,\n\tLUNAR_GLOVES = 9099,\n\tLUNAR_BOOTS = 9100,\n\tLUNAR_CAPE = 9101,\n\tLUNAR_AMULET = 9102,\n\tLUNAR_RING = 9104,\n\tASTRAL_TIARA = 9106,\n\tBLURITE_BOLTS_UNPOISONED = 9139,\n\tIRON_BOLTS_UNPOISONED = 9140,\n\tSTEEL_BOLTS_UNPOISONED = 9141,\n\tMITHRIL_BOLTS_UNPOISONED = 9142,\n\tADAMANT_BOLTS_UNPOISONED = 9143,\n\tRUNITE_BOLTS_UNPOISONED = 9144,\n\tSILVER_BOLTS_UNPOISONED = 9145,\n\tBRONZE_CROSSBOW = 9174,\n\tBLURITE_CROSSBOW = 9176,\n\tIRON_CROSSBOW = 9177,\n\tSTEEL_CROSSBOW = 9179,\n\tMITHRIL_CROSSBOW = 9181,\n\tADAMANT_CROSSBOW = 9183,\n\tRUNE_CROSSBOW = 9185,\n\tJADE_BOLT_TIPS = 9187,\n\tTOPAZ_BOLT_TIPS = 9188,\n\tSAPPHIRE_BOLT_TIPS = 9189,\n\tEMERALD_BOLT_TIPS = 9190,\n\tRUBY_BOLT_TIPS = 9191,\n\tDIAMOND_BOLT_TIPS = 9192,\n\tDRAGONSTONE_BOLT_TIPS = 9193,\n\tONYX_BOLT_TIPS = 9194,\n\tOPAL_BOLTS_E = 9236,\n\tJADE_BOLTS_E = 9237,\n\tPEARL_BOLTS_E = 9238,\n\tTOPAZ_BOLTS_E = 9239,\n\tSAPPHIRE_BOLTS_E = 9240,\n\tEMERALD_BOLTS_E = 9241,\n\tRUBY_BOLTS_E = 9242,\n\tDIAMOND_BOLTS_E = 9243,\n\tDRAGONSTONE_BOLTS_E = 9244,\n\tONYX_BOLTS_E = 9245,\n\tBLURITE_BOLTS_POISON = 9286,\n\tIRON_BOLTS_POISON = 9287,\n\tSTEEL_BOLTS_POISON = 9288,\n\tMITHRIL_BOLTS_POISON = 9289,\n\tADAMANT_BOLTS_POISON = 9290,\n\tRUNITE_BOLTS_POISON = 9291,\n\tSILVER_BOLTS_POISON = 9292,\n\tJADE_BOLTS = 9335,\n\tTOPAZ_BOLTS = 9336,\n\tSAPPHIRE_BOLTS = 9337,\n\tEMERALD_BOLTS = 9338,\n\tRUBY_BOLTS = 9339,\n\tDIAMOND_BOLTS = 9340,\n\tDRAGONSTONE_BOLTS = 9341,\n\tONYX_BOLTS = 9342,\n\tBRONZE_BOLTS_UNF = 9375,\n\tIRON_BOLTS_UNF = 9377,\n\tSTEEL_BOLTS_UNF = 9378,\n\tMITHRIL_BOLTS_UNF = 9379,\n\tADAMANT_BOLTSUNF = 9380,\n\tRUNITE_BOLTS_UNF = 9381,\n\tSILVER_BOLTS_UNF = 9382,\n\tMITH_GRAPPLE_TIP = 9416,\n\tMITH_GRAPPLE_UNF = 9418,\n\tMITH_GRAPPLE = 9419,\n\tBRONZE_LIMBS = 9420,\n\tIRON_LIMBS = 9423,\n\tSTEEL_LIMBS = 9425,\n\tMITHRIL_LIMBS = 9427,\n\tADAMANTITE_LIMBS = 9429,\n\tRUNITE_LIMBS = 9431,\n\tBOLT_MOULD = 9434,\n\tSINEW = 9436,\n\tCROSSBOW_STRING = 9438,\n\tWOODEN_STOCK = 9440,\n\tOAK_STOCK = 9442,\n\tWILLOW_STOCK = 9444,\n\tTEAK_STOCK = 9446,\n\tMAPLE_STOCK = 9448,\n\tMAHOGANY_STOCK = 9450,\n\tYEW_STOCK = 9452,\n\tBRONZE_CROSSBOW_U = 9454,\n\tIRON_CROSSBOW_U = 9457,\n\tSTEEL_CROSSBOW_U = 9459,\n\tMITHRIL_CROSSBOW_U = 9461,\n\tADAMANT_CROSSBOW_U = 9463,\n\tRUNITE_CROSSBOW_U = 9465,\n\tGRAND_SEED_POD = 9469,\n\tGNOME_SCARF = 9470,\n\tGNOME_GOGGLES = 9472,\n\tMINT_CAKE = 9475,\n\tTYRAS_HELM = 9629,\n\tVYREWATCH_TOP = 9634,\n\tVYREWATCH_LEGS = 9636,\n\tVYREWATCH_SHOES = 9638,\n\tCITIZEN_TOP = 9640,\n\tCITIZEN_TROUSERS = 9642,\n\tCITIZEN_SHOES = 9644,\n\tPROSELYTE_HARNESS_M = 9666,\n\tINITIATE_HARNESS_M = 9668,\n\tPROSELYTE_HARNESS_F = 9670,\n\tPROSELYTE_SALLET = 9672,\n\tPROSELYTE_HAUBERK = 9674,\n\tPROSELYTE_CUISSE = 9676,\n\tPROSELYTE_TASSET = 9678,\n\tTRAINING_SWORD = 9703,\n\tTRAINING_SHIELD = 9704,\n\tTRAINING_BOW = 9705,\n\tTRAINING_ARROWS = 9706,\n\tELEMENTAL_HELMET = 9729,\n\tMIND_SHIELD = 9731,\n\tMIND_HELMET = 9733,\n\tDESERT_GOAT_HORN = 9735,\n\tGOAT_HORN_DUST = 9736,\n\tCOMBAT_POTION_4_DOSE = 9739,\n\tCOMBAT_POTION_3_DOSE = 9741,\n\tCOMBAT_POTION_2_DOSE = 9743,\n\tCOMBAT_POTION_1_DOSE = 9745,\n\tATTACK_CAPE_UNTRIMMED = 9747,\n\tATTACK_CAPE_TRIMMED = 9748,\n\tATTACK_HOOD = 9749,\n\tSTRENGTH_CAPE_UNTRIMMED = 9750,\n\tSTRENGTH_CAPE_TRIMMED = 9751,\n\tSTRENGTH_HOOD = 9752,\n\tDEFENCE_CAPE_UNTRIMMED = 9753,\n\tDEFENCE_CAPE_TRIMMED = 9754,\n\tDEFENCE_HOOD = 9755,\n\tRANGING_CAPE_UNTRIMMED = 9756,\n\tRANGING_CAPE_TRIMMED = 9757,\n\tRANGING_HOOD = 9758,\n\tPRAYER_CAPE_UNTRIMMED = 9759,\n\tPRAYER_CAPE_TRIMMED = 9760,\n\tPRAYER_HOOD = 9761,\n\tMAGIC_CAPE_UNTRIMMED = 9762,\n\tMAGIC_CAPE_TRIMMED = 9763,\n\tMAGIC_HOOD = 9764,\n\tRUNECRAFT_CAPE_UNTRIMMED = 9765,\n\tRUNECRAFT_CAPE_TRIMMED = 9766,\n\tRUNECRAFT_HOOD = 9767,\n\tHITPOINTS_CAPE_UNTRIMMED = 9768,\n\tHITPOINTS_CAPE_TRIMMED = 9769,\n\tHITPOINTS_HOOD = 9770,\n\tAGILITY_CAPE_UNTRIMMED = 9771,\n\tAGILITY_CAPE_TRIMMED = 9772,\n\tAGILITY_HOOD = 9773,\n\tHERBLORE_CAPE_UNTRIMMED = 9774,\n\tHERBLORE_CAPE_TRIMMED = 9775,\n\tHERBLORE_HOOD = 9776,\n\tTHIEVING_CAPE_UNTRIMMED = 9777,\n\tTHIEVING_CAPE_TRIMMED = 9778,\n\tTHIEVING_HOOD = 9779,\n\tCRAFTING_CAPE_UNTRIMMED = 9780,\n\tCRAFTING_CAPE_TRIMMED = 9781,\n\tCRAFTING_HOOD = 9782,\n\tFLETCHING_CAPE_UNTRIMMED = 9783,\n\tFLETCHING_CAPE_TRIMMED = 9784,\n\tFLETCHING_HOOD = 9785,\n\tSLAYER_CAPE_UNTRIMMED = 9786,\n\tSLAYER_CAPE_TRIMMED = 9787,\n\tSLAYER_HOOD = 9788,\n\tCONSTRUCT_CAPE_UNTRIMMED = 9789,\n\tCONSTRUCT_CAPE_TRIMMED = 9790,\n\tCONSTRUCT_HOOD = 9791,\n\tMINING_CAPE_UNTRIMMED = 9792,\n\tMINING_CAPE_TRIMMED = 9793,\n\tMINING_HOOD = 9794,\n\tSMITHING_CAPE_UNTRIMMED = 9795,\n\tSMITHING_CAPE_TRIMMED = 9796,\n\tSMITHING_HOOD = 9797,\n\tFISHING_CAPE_UNTRIMMED = 9798,\n\tFISHING_CAPE_TRIMMED = 9799,\n\tFISHING_HOOD = 9800,\n\tCOOKING_CAPE_UNTRIMMED = 9801,\n\tCOOKING_CAPE_TRIMMED = 9802,\n\tCOOKING_HOOD = 9803,\n\tFIREMAKING_CAPE_UNTRIMMED = 9804,\n\tFIREMAKING_CAPE_TRIMMED = 9805,\n\tFIREMAKING_HOOD = 9806,\n\tWOODCUTTING_CAPE_UNTRIMMED = 9807,\n\tWOODCUTTING_CAPE_TRIMMED = 9808,\n\tWOODCUTTING_HOOD = 9809,\n\tFARMING_CAPE_UNTRIMMED = 9810,\n\tFARMING_CAPE_TRIMMED = 9811,\n\tFARMING_HOOD = 9812,\n\tQUEST_POINT_CAPE_UNTRIMMED = 9813,\n\tQUEST_POINT_HOOD = 9814,\n\tOAK_CAPE_RACK_FLATPACK = 9843,\n\tTEAK_CAPE_RACK_FLATPACK = 9844,\n\tMAHOGANY_CAPE_RACK_FLATPACK = 9845,\n\tGILDED_CAPE_RACK_FLATPACK = 9846,\n\tMARBLE_CAPE_RACK_FLATPACK = 9847,\n\tMAGIC_CAPE_RACK_FLATPACK = 9848,\n\tOAK_TOY_BOX_FLATPACK = 9849,\n\tTEAK_TOY_BOX_FLATPACK = 9850,\n\tMAHOGANY_TOY_BOX_FLATPACK = 9851,\n\tOAK_MAGIC_WARDROBE_FLATPACK = 9852,\n\tCARVED_OAK_MAGIC_WARDROBE_FLATPACK = 9853,\n\tTEAK_MAGIC_WARDROBE_FLATPACK = 9854,\n\tCARVED_TEAK_MAGIC_WARDROBE_FLATPACK = 9855,\n\tMAHOGANY_MAGIC_WARDROBE_FLATPACK = 9856,\n\tGILDED_MAGIC_WARDROBE_FLATPACK = 9857,\n\tMARBLE_MAGIC_WARDROBE_FLATPACK = 9858,\n\tOAK_ARMOUR_CASE_FLATPACK = 9859,\n\tTEAK_ARMOUR_CASE_FLATPACK = 9860,\n\tMAHOGANY_ARMOUR_CASE_FLATPACK = 9861,\n\tOAK_TREASURE_CHEST_FLATPACK = 9862,\n\tTEAK_TREASURE_CHEST_FLATPACK = 9863,\n\tM_TREASURE_CHEST_FLATPACK = 9864,\n\tOAK_FANCY_DRESS_BOX_FLATPACK = 9865,\n\tTEAK_FANCY_DRESS_BOX_FLATPACK = 9866,\n\tMAHOGANY_FANCY_DRESS_BOX_FLATPACK = 9867,\n\tJACK_LANTERN_MASK = 9920,\n\tSKELETON_BOOTS = 9921,\n\tSKELETON_GLOVES = 9922,\n\tSKELETON_LEGGINGS = 9923,\n\tSKELETON_SHIRT = 9924,\n\tSKELETON_MASK = 9925,\n\tBOMBER_JACKET = 9944,\n\tBOMBER_CAP = 9945,\n\tCAP_AND_GOGGLES = 9946,\n\tHUNTER_CAPE_UNTRIMMED = 9948,\n\tHUNTER_CAPE_TRIMMED = 9949,\n\tHUNTER_HOOD = 9950,\n\tRAW_BIRD_MEAT = 9978,\n\tROAST_BIRD_MEAT = 9980,\n\tRAW_BEAST_MEAT = 9986,\n\tROAST_BEAST_MEAT = 9988,\n\tSPICY_TOMATO = 9994,\n\tSPICY_MINCED_MEAT = 9996,\n\tHUNTER_POTION_4_DOSE = 9998,\n\tHUNTER_POTION_3_DOSE = 10000,\n\tHUNTER_POTION_2_DOSE = 10002,\n\tHUNTER_POTION_1_DOSE = 10004,\n\tBIRD_SNARE = 10006,\n\tBOX_TRAP = 10008,\n\tBUTTERFLY_NET = 10010,\n\tBUTTERFLY_JAR = 10012,\n\tBLACK_WARLOCK_ITEM = 10014,\n\tSNOWY_KNIGHT_ITEM = 10016,\n\tSAPPHIRE_GLACIALIS_ITEM = 10018,\n\tRUBY_HARVEST_ITEM = 10020,\n\tFALCONERS_GLOVE_NO_FALCON = 10023,\n\tFALCONERS_GLOVE_WITH_FALCON = 10024,\n\tMAGIC_BOX = 10025,\n\tTEASING_STICK = 10029,\n\tRABBIT_SNARE = 10031,\n\tCHINCHOMPA = 10033,\n\tRED_CHINCHOMPA = 10034,\n\tKYATT_LEGS = 10035,\n\tKYATT_TOP = 10037,\n\tKYATT_HAT = 10039,\n\tLARUPIA_LEGS = 10041,\n\tLARUPIA_TOP = 10043,\n\tLARUPIA_HAT = 10045,\n\tGRAAHK_LEGS = 10047,\n\tGRAAHK_TOP = 10049,\n\tGRAAHK_HEADDRESS = 10051,\n\tWOOD_CAMO_TOP = 10053,\n\tWOOD_CAMO_LEGS = 10055,\n\tJUNGLE_CAMO_TOP = 10057,\n\tJUNGLE_CAMO_LEGS = 10059,\n\tDESERT_CAMO_TOP = 10061,\n\tDESERT_CAMO_LEGS = 10063,\n\tPOLAR_CAMO_TOP = 10065,\n\tPOLAR_CAMO_LEGS = 10067,\n\tSPOTTED_CAPE_INVENTORY = 10069,\n\tSPOTTIER_CAPE_INVENTORY = 10071,\n\tGLOVES_OF_SILENCE = 10075,\n\tSPIKY_VAMBRACES = 10077,\n\tGREEN_SPIKY_VAMBRACES = 10079,\n\tBLUE_SPIKY_VAMBRACES = 10081,\n\tRED_SPIKY_VAMBRACES = 10083,\n\tBLACK_SPIKY_VAMBRACES = 10085,\n\tSTRIPY_FEATHER = 10087,\n\tRED_FEATHER = 10088,\n\tBLUE_FEATHER = 10089,\n\tYELLOW_FEATHER = 10090,\n\tORANGE_FEATHER = 10091,\n\tTATTY_LARUPIA_FUR = 10093,\n\tLARUPIA_FUR = 10095,\n\tTATTY_GRAAHK_FUR = 10097,\n\tGRAAHK_FUR = 10099,\n\tTATTY_KYATT_FUR = 10101,\n\tKYATT_FUR = 10103,\n\tKEBBIT_SPIKE = 10105,\n\tLONG_KEBBIT_SPIKE = 10107,\n\tKEBBIT_TEETH = 10109,\n\tKEBBIT_TEETH_DUST = 10111,\n\tKEBBIT_CLAWS = 10113,\n\tDARK_KEBBIT_FUR = 10115,\n\tPOLAR_KEBBIT_FUR = 10117,\n\tFELDIP_WEASEL_FUR = 10119,\n\tCOMMON_KEBBIT_FUR = 10121,\n\tDESERT_DEVIL_FUR = 10123,\n\tSPOTTED_KEBBIT_FUR = 10125,\n\tDASHING_KEBBIT_FUR = 10127,\n\tBARBTAIL_HARPOON = 10129,\n\tSTRUNG_RABBIT_FOOT = 10132,\n\tRABBIT_FOOT = 10134,\n\tRAINBOW_FISH = 10136,\n\tRAW_RAINBOW_FISH = 10138,\n\tGUAM_TAR = 10142,\n\tMARRENTILL_TAR = 10143,\n\tTARROMIN_TAR = 10144,\n\tHARRALANDER_TAR = 10145,\n\tORANGE_SALAMANDER = 10146,\n\tRED_SALAMANDER = 10147,\n\tBLACK_SALAMANDER = 10148,\n\tSWAMP_LIZARD = 10149,\n\tNOOSE_WAND = 10150,\n\tHUNTERS_CROSSBOW = 10156,\n\tKEBBIT_BOLTS = 10158,\n\tLONG_KEBBIT_BOLTS = 10159,\n\tEAGLE_CAPE = 10171,\n\tFAKE_BEAK = 10172,\n\tWILLOW_COMP_BOW = 10280,\n\tYEW_COMP_BOW = 10282,\n\tMAGIC_COMP_BOW = 10284,\n\tRUNE_HELM_H1 = 10286,\n\tRUNE_HELM_H2 = 10288,\n\tRUNE_HELM_H3 = 10290,\n\tRUNE_HELM_H4 = 10292,\n\tRUNE_HELM_H5 = 10294,\n\tADAMANT_HELM_H1 = 10296,\n\tADAMANT_HELM_H2 = 10298,\n\tADAMANT_HELM_H3 = 10300,\n\tADAMANT_HELM_H4 = 10302,\n\tADAMANT_HELM_H5 = 10304,\n\tBLACK_HELM_H1 = 10306,\n\tBLACK_HELM_H2 = 10308,\n\tBLACK_HELM_H3 = 10310,\n\tBLACK_HELM_H4 = 10312,\n\tBLACK_HELM_H5 = 10314,\n\tBOBS_RED_SHIRT = 10316,\n\tBOBS_BLUE_SHIRT = 10318,\n\tBOBS_GREEN_SHIRT = 10320,\n\tBOBS_BLACK_SHIRT = 10322,\n\tBOBS_PURPLE_SHIRT = 10324,\n\tPURPLE_FIRELIGHTER = 10326,\n\tWHITE_FIRELIGHTER = 10327,\n\tTHIRD_AGE_RANGE_TOP = 10330,\n\tTHIRD_AGE_RANGE_LEGS = 10332,\n\tTHIRD_AGE_RANGE_COIF = 10334,\n\tTHIRD_AGE_VAMBRACES = 10336,\n\tTHIRD_AGE_ROBE_TOP = 10338,\n\tTHIRD_AGE_ROBE = 10340,\n\tTHIRD_AGE_MAGE_HAT = 10342,\n\tTHIRD_AGE_AMULET = 10344,\n\tTHIRD_AGE_PLATELEGS = 10346,\n\tTHIRD_AGE_PLATEBODY = 10348,\n\tTHIRD_AGE_FULL_HELMET = 10350,\n\tTHIRD_AGE_KITESHIELD = 10352,\n\tAMULET_OF_GLORY_T_T4 = 10354,\n\tAMULET_OF_GLORY_T_T3 = 10356,\n\tAMULET_OF_GLORY_T_T2 = 10358,\n\tAMULET_OF_GLORY_T_T1 = 10360,\n\tAMULET_OF_GLORY_T_UNCHARGED = 10362,\n\tSTRENGTH_AMULET_T = 10364,\n\tAMULET_OF_MAGIC_T = 10366,\n\tZAMORAK_BRACERS = 10368,\n\tZAMORAK_DHIDE_BODY = 10370,\n\tZAMORAK_CHAPS = 10372,\n\tZAMORAK_COIF = 10374,\n\tGUTHIX_BRACERS = 10376,\n\tGUTHIX_DHIDE_BODY = 10378,\n\tGUTHIX_CHAPS = 10380,\n\tGUTHIX_COIF = 10382,\n\tSARADOMIN_BRACERS = 10384,\n\tSARADOMIN_DHIDE_BODY = 10386,\n\tSARADOMIN_CHAPS = 10388,\n\tSARADOMIN_COIF = 10390,\n\tA_POWDERED_WIG = 10392,\n\tFLARED_TROUSERS = 10394,\n\tPANTALOONS = 10396,\n\tSLEEPING_CAP = 10398,\n\tBLACK_ELEGANT_SHIRT = 10400,\n\tBLACK_ELEGANT_LEGS = 10402,\n\tRED_ELEGANT_SHIRT = 10404,\n\tRED_ELEGANT_LEGS = 10406,\n\tBLUE_ELEGANT_SHIRT = 10408,\n\tBLUE_ELEGANT_LEGS = 10410,\n\tGREEN_ELEGANT_SHIRT = 10412,\n\tGREEN_ELEGANT_LEGS = 10414,\n\tPURPLE_ELEGANT_SHIRT = 10416,\n\tPURPLE_ELEGANT_LEGS = 10418,\n\tWHITE_ELEGANT_BLOUSE = 10420,\n\tWHITE_ELEGANT_SKIRT = 10422,\n\tRED_ELEGANT_BLOUSE = 10424,\n\tRED_ELEGANT_SKIRT = 10426,\n\tBLUE_ELEGANT_BLOUSE = 10428,\n\tBLUE_ELEGANT_SKIRT = 10430,\n\tGREEN_ELEGANT_BLOUSE = 10432,\n\tGREEN_ELEGANT_SKIRT = 10434,\n\tPURPLE_ELEGANT_BLOUSE = 10436,\n\tPURPLE_ELEGANT_SKIRT = 10438,\n\tSARADOMIN_CROZIER = 10440,\n\tGUTHIX_CROZIER = 10442,\n\tZAMORAK_CROZIER = 10444,\n\tSARADOMIN_CLOAK = 10446,\n\tGUTHIX_CLOAK = 10448,\n\tZAMORAK_CLOAK = 10450,\n\tSARADOMIN_MITRE = 10452,\n\tGUTHIX_MITRE = 10454,\n\tZAMORAK_MITRE = 10456,\n\tSARADOMIN_ROBE_TOP = 10458,\n\tZAMORAK_ROBE_TOP = 10460,\n\tGUTHIX_ROBE_TOP = 10462,\n\tSARADOMIN_ROBE_LEGS = 10464,\n\tGUTHIX_ROBE_LEGS = 10466,\n\tZAMORAK_ROBE_LEGS = 10468,\n\tSARADOMIN_STOLE = 10470,\n\tGUTHIX_STOLE = 10472,\n\tZAMORAK_STOLE = 10474,\n\tPURPLE_SWEETS = 10476,\n\tUNDEAD_CHICKEN_ITEM = 10487,\n\tBLESSED_AXE = 10491,\n\tPOLISHED_BUTTONS = 10496,\n\tAVAS_ATTRACTOR = 10498,\n\tAVAS_ACCUMULATOR = 10499,\n\tCRONEMADE_AMULET = 10500,\n\tSNOWBALL = 10501,\n\tREINDEER_HAT = 10507,\n\tHEALER_HAT_NORMAL = 10547,\n\tFIGHTER_HAT_NORMAL = 10548,\n\tRUNNER_HAT_NORMAL = 10549,\n\tRANGER_HAT_NORMAL = 10550,\n\tFIGHTER_TORSO_NORMAL = 10551,\n\tRUNNER_BOOTS = 10552,\n\tPENANCE_GLOVES_INVENTORY = 10553,\n\tPENANCE_SKIRT_NORMAL = 10555,\n\tGRANITE_BODY = 10564,\n\tKERIS_UNPOISONED = 10581,\n\tKERIS_POISON = 10582,\n\tSALVE_AMULET_E = 10588,\n\tGRANITE_HELM = 10589,\n\tARCTIC_PYRE_LOGS = 10808,\n\tARCTIC_PINE_LOGS = 10810,\n\tSPLIT_LOG = 10812,\n\tHAIR = 10814,\n\tRAW_YAK_MEAT = 10816,\n\tYAKHIDE = 10818,\n\tCURED_YAKHIDE = 10820,\n\tYAKHIDE_ARMOUR_TOP = 10822,\n\tYAKHIDE_ARMOUR_LEGS = 10824,\n\tNEITIZNOT_SHIELD = 10826,\n\tHELM_OF_NEITIZNOT = 10828,\n\tSILLY_JESTER_HAT = 10836,\n\tSILLY_JESTER_TOP = 10837,\n\tSILLY_JESTER_TIGHTS = 10838,\n\tSILLY_JESTER_BOOTS = 10839,\n\tSHADOW_SWORD = 10858,\n\tHARD_HAT = 10862,\n\tBUILDERS_SHIRT = 10863,\n\tBUILDERS_TROUSERS = 10864,\n\tBUILDERS_BOOTS = 10865,\n\tPLAIN_SATCHEL = 10877,\n\tGREEN_SATCHEL = 10878,\n\tRED_SATCHEL = 10879,\n\tBLACK_SATCHEL = 10880,\n\tGOLD_SATCHEL = 10881,\n\tRUNE_SATCHEL = 10882,\n\tBARRELCHEST_ANCHOR_FIXED = 10887,\n\tWOODEN_CAT = 10891,\n\tSANFEW_SERUM_4_DOSE = 10925,\n\tSANFEW_SERUM_3_DOSE = 10927,\n\tSANFEW_SERUM_2_DOSE = 10929,\n\tSANFEW_SERUM_1_DOSE = 10931,\n\tLUMBERJACK_BOOTS = 10933,\n\tNAIL_BEAST_NAILS = 10937,\n\tLUMBERJACK_TOP = 10939,\n\tLUMBERJACK_LEGS = 10940,\n\tLUMBERJACK_HAT = 10941,\n\tSLAYER_BELL = 10952,\n\tFROGLEATHER_BODY = 10954,\n\tFROGLEATHER_CHAPS = 10956,\n\tFROGLEATHER_BOOTS = 10958,\n\tLIGHT_ORB = 10973,\n\tSWAMP_WEED = 10978,\n\tCAVE_GOBLIN_WIRE = 10981,\n\tGOBLIN_BOOK = 10999,\n\tBEACON_RING = 11014,\n\tCHICKEN_FEET = 11019,\n\tCHICKEN_WINGS = 11020,\n\tCHICKEN_HEAD = 11021,\n\tCHICKEN_LEGS = 11022,\n\tBRINE_SABRE = 11037,\n\tANCIENT_MACE = 11061,\n\tBRACELET_MOULD = 11065,\n\tGOLD_BRACELET = 11069,\n\tSAPPHIRE_BRACELET = 11072,\n\tBRACELET_OF_CLAY = 11074,\n\tEMERALD_BRACELET = 11076,\n\tCASTLE_WARS_BRACELET_3 = 11079,\n\tCASTLE_WARS_BRACELET_2 = 11081,\n\tCASTLE_WARS_BRACELET_1 = 11083,\n\tRUBY_BRACELET = 11085,\n\tINOCULATION_BRACELET = 11088,\n\tPHOENIX_NECKLACE = 11090,\n\tDIAMOND_BRACELET = 11092,\n\tABYSSAL_BRACELET_5 = 11095,\n\tABYSSAL_BRACELET_4 = 11097,\n\tABYSSAL_BRACELET_3 = 11099,\n\tABYSSAL_BRACELET_2 = 11101,\n\tABYSSAL_BRACELET_1 = 11103,\n\tSKILLS_NECKLACE_4 = 11105,\n\tSKILLS_NECKLACE_3 = 11107,\n\tSKILLS_NECKLACE_2 = 11109,\n\tSKILLS_NECKLACE_1 = 11111,\n\tSKILLS_NECKLACE_UNCHARGED = 11113,\n\tDRAGONSTONE_BRACELET = 11115,\n\tCOMBAT_BRACELET_4 = 11118,\n\tCOMBAT_BRACELET_3 = 11120,\n\tCOMBAT_BRACELET_2 = 11122,\n\tCOMBAT_BRACELET_1 = 11124,\n\tCOMBAT_BRACELET_UNCHARGED = 11126,\n\tBERSERKER_NECKLACE = 11128,\n\tONYX_BRACELET = 11130,\n\tREGEN_BRACELET = 11133,\n\tKARAMJA_GLOVES_1 = 11136,\n\tKARAMJA_GLOVES_2 = 11138,\n\tKARAMJA_GLOVES_3 = 11140,\n\tDIGSITE_PENDANT_1 = 11190,\n\tDIGSITE_PENDANT_2 = 11191,\n\tDIGSITE_PENDANT_3 = 11192,\n\tDIGSITE_PENDANT_4 = 11193,\n\tDIGSITE_PENDANT_5 = 11194,\n\tCLEAN_NECKLACE = 11195,\n\tDWARVEN_HELMET = 11200,\n\tSHRUNK_OGLEROOT = 11205,\n\tDRAGON_ARROW_UNPOISONED = 11212,\n\tDRAGON_FIRE_ARROW_UNLIT = 11217,\n\tDRAGON_FIRE_ARROW_LIT = 11222,\n\tDRAGON_ARROW_POISON = 11227,\n\tDRAGON_DART_UNPOISONED = 11230,\n\tDRAGON_DART_POISON = 11231,\n\tDRAGON_DART_TIP = 11232,\n\tDARK_BOW_REGULAR = 11235,\n\tDRAGON_ARROWTIPS = 11237,\n\tBABY_IMPLING_JAR = 11238,\n\tYOUNG_IMPLING_JAR = 11240,\n\tGOURMET_IMPLING_JAR = 11242,\n\tEARTH_IMPLING_JAR = 11244,\n\tESSENCE_IMPLING_JAR = 11246,\n\tECLECTIC_IMPLING_JAR = 11248,\n\tNATURE_IMPLING_JAR = 11250,\n\tMAGPIE_IMPLING_JAR = 11252,\n\tNINJA_IMPLING_JAR = 11254,\n\tDRAGON_IMPLING_JAR = 11256,\n\tMAGIC_BUTTERFLY_NET = 11259,\n\tIMPLING_JAR = 11260,\n\tCAVALIER_MASK = 11280,\n\tBERET_MASK = 11282,\n\tDRAGONFIRE_SHIELD_CHARGED = 11283,\n\tDRAGONFIRE_SHIELD_UNCHARGED = 11284,\n\tDRACONIC_VISAGE = 11286,\n\tROE = 11324,\n\tCAVIAR = 11326,\n\tLEAPING_TROUT = 11328,\n\tLEAPING_SALMON = 11330,\n\tLEAPING_STURGEON = 11332,\n\tFISH_OFFCUTS = 11334,\n\tDRAGON_FULL_HELM = 11335,\n\tBRONZE_HASTA_UNPOISONED = 11367,\n\tIRON_HASTA_UNPOISONED = 11369,\n\tSTEEL_HASTA_UNPOISONED = 11371,\n\tMITHRIL_HASTA_UNPOISONED = 11373,\n\tADAMANT_HASTA_UNPOISONED = 11375,\n\tRUNE_HASTA_UNPOISONED = 11377,\n\tBRONZE_HASTA_POISON = 11379,\n\tBRONZE_HASTA_KARAMBWAN_POISON = 11381,\n\tIRON_HASTA_POISON = 11386,\n\tIRON_HASTA_KARAMBWAN_POISON = 11388,\n\tSTEEL_HASTA_POISON = 11393,\n\tSTEEL_HASTA_KARAMBWAN_POISON = 11395,\n\tMITHRIL_HASTA_POISON = 11400,\n\tMITHRIL_HASTA_KARAMBWAN_POISON = 11402,\n\tADAMANT_HASTA_POISON = 11407,\n\tADAMANT_HASTA_KARAMBWAN_POISON = 11409,\n\tRUNE_HASTA_POISON = 11414,\n\tRUNE_HASTA_KARAMBWAN_POISON = 11416,\n\tATTACK_MIX_2_DOSE = 11429,\n\tATTACK_MIX_1_DOSE = 11431,\n\tANTIPOISON_MIX_2_DOSE = 11433,\n\tANTIPOISON_MIX_1_DOSE = 11435,\n\tRELICYMS_MIX_2_DOSE = 11437,\n\tRELICYMS_MIX_1_DOSE = 11439,\n\tSTRENGTH_MIX_1_DOSE = 11441,\n\tSTRENGTH_MIX_2_DOSE = 11443,\n\tCOMBAT_MIX_2_DOSE = 11445,\n\tCOMBAT_MIX_1_DOSE = 11447,\n\tRESTORE_MIX_2_DOSE = 11449,\n\tRESTORE_MIX_1_DOSE = 11451,\n\tENERGY_MIX_2_DOSE = 11453,\n\tENERGY_MIX_1_DOSE = 11455,\n\tDEFENCE_MIX_2_DOSE = 11457,\n\tDEFENCE_MIX_1_DOSE = 11459,\n\tAGILITY_MIX_2_DOSE = 11461,\n\tAGILITY_MIX_1_DOSE = 11463,\n\tPRAYER_MIX_2_DOSE = 11465,\n\tPRAYER_MIX_1_DOSE = 11467,\n\tSUPERATTACK_MIX_2_DOSE = 11469,\n\tSUPERATTACK_MIX_1_DOSE = 11471,\n\tANTIPOISON_SUPERMIX_2_DOSE = 11473,\n\tANTIPOISON_SUPERMIX_1_DOSE = 11475,\n\tFISHING_MIX_2_DOSE = 11477,\n\tFISHING_MIX_1_DOSE = 11479,\n\tSUPER_ENERGY_MIX_2_DOSE = 11481,\n\tSUPER_ENERGY_MIX_1_DOSE = 11483,\n\tSUPER_STR_MIX_2_DOSE = 11485,\n\tSUPER_STR_MIX_1_DOSE = 11487,\n\tMAGIC_ESSENCE_MIX_2_DOSE = 11489,\n\tMAGIC_ESSENCE_MIX_1_DOSE = 11491,\n\tSUPER_RESTORE_MIX_2_DOSE = 11493,\n\tSUPER_RESTORE_MIX_1_DOSE = 11495,\n\tSUPER_DEF_MIX_2_DOSE = 11497,\n\tSUPER_DEF_MIX_1_DOSE = 11499,\n\tANTIFIRE_MIX_2_DOSE = 11505,\n\tANTIFIRE_MIX_1_DOSE = 11507,\n\tRANGING_MIX_2_DOSE = 11509,\n\tRANGING_MIX_1_DOSE = 11511,\n\tMAGIC_MIX_2_DOSE = 11513,\n\tMAGIC_MIX_1_DOSE = 11515,\n\tHUNTING_MIX_2_DOSE = 11517,\n\tHUNTING_MIX_1_DOSE = 11519,\n\tZAMORAK_MIX_2_DOSE = 11521,\n\tZAMORAK_MIX_1_DOSE = 11523,\n\tVOID_MAGE_HELM_NORMAL = 11663,\n\tVOID_RANGER_HELM_NORMAL = 11664,\n\tVOID_MELEE_HELM_NORMAL = 11665,\n\tVOID_SEAL_8 = 11666,\n\tVOID_SEAL_7 = 11667,\n\tVOID_SEAL_6 = 11668,\n\tVOID_SEAL_5 = 11669,\n\tVOID_SEAL_4 = 11670,\n\tVOID_SEAL_3 = 11671,\n\tVOID_SEAL_2 = 11672,\n\tVOID_SEAL_1 = 11673,\n\tBEACH_BOXING_GLOVES_YELLOW = 11705,\n\tBEACH_BOXING_GLOVES_PINK = 11706,\n\tCURSED_GOBLIN_HAMMER = 11707,\n\tCURSED_GOBLIN_BOW = 11708,\n\tCURSED_GOBLIN_STAFF = 11709,\n\tANTIDRAGON_SHIELD_NZ = 11710,\n\tMAGIC_SECATEURS_NZ = 11711,\n\tRUNE_PICKAXE_NZ = 11719,\n\tMITHRIL_PICKAXE_NZ = 11720,\n\tIRON_PICKAXE_NZ = 11721,\n\tCRYSTAL_BOW_I_NEW = 11748,\n\tCRYSTAL_BOW_I_FULL = 11749,\n\tCRYSTAL_BOW_I_910 = 11750,\n\tCRYSTAL_BOW_I_810 = 11751,\n\tCRYSTAL_BOW_I_710 = 11752,\n\tCRYSTAL_BOW_I_610 = 11753,\n\tCRYSTAL_BOW_I_510 = 11754,\n\tCRYSTAL_BOW_I_410 = 11755,\n\tCRYSTAL_BOW_I_310 = 11756,\n\tCRYSTAL_BOW_I_210 = 11757,\n\tCRYSTAL_BOW_I_110 = 11758,\n\tCRYSTAL_SHIELD_I_NEW = 11759,\n\tCRYSTAL_SHIELD_I_FULL = 11760,\n\tCRYSTAL_SHIELD_I_910 = 11761,\n\tCRYSTAL_SHIELD_I_810 = 11762,\n\tCRYSTAL_SHIELD_I_710 = 11763,\n\tCRYSTAL_SHIELD_I_610 = 11764,\n\tCRYSTAL_SHIELD_I_510 = 11765,\n\tCRYSTAL_SHIELD_I_410 = 11766,\n\tCRYSTAL_SHIELD_I_310 = 11767,\n\tCRYSTAL_SHIELD_I_210 = 11768,\n\tCRYSTAL_SHIELD_I_110 = 11769,\n\tSEERS_RING_I_NIGHTMARE_ZONE = 11770,\n\tARCHERS_RING_I_NIGHTMARE_ZONE = 11771,\n\tWARRIOR_RING_I_NIGHTMARE_ZONE = 11772,\n\tBERSERKER_RING_I_NIGHTMARE_ZONE = 11773,\n\tBLACK_MASK_I_10 = 11774,\n\tBLACK_MASK_I_9 = 11775,\n\tBLACK_MASK_I_8 = 11776,\n\tBLACK_MASK_I_7 = 11777,\n\tBLACK_MASK_I_6 = 11778,\n\tBLACK_MASK_I_5 = 11779,\n\tBLACK_MASK_I_4 = 11780,\n\tBLACK_MASK_I_3 = 11781,\n\tBLACK_MASK_I_2 = 11782,\n\tBLACK_MASK_I_1 = 11783,\n\tBLACK_MASK_I_UNCHARGED = 11784,\n\tARMADYL_CROSSBOW = 11785,\n\tSTEAM_BATTLESTAFF = 11787,\n\tMYSTIC_STEAM_STAFF = 11789,\n\tSTAFF_OF_THE_DEAD = 11791,\n\tGODSWORD_BLADE = 11798,\n\tARMADYL_GODSWORD = 11802,\n\tBANDOS_GODSWORD = 11804,\n\tSARADOMIN_GODSWORD = 11806,\n\tZAMORAK_GODSWORD = 11808,\n\tARMADYL_HILT = 11810,\n\tBANDOS_HILT = 11812,\n\tSARADOMIN_HILT = 11814,\n\tZAMORAK_HILT = 11816,\n\tGODSWORD_SHARD_1 = 11818,\n\tGODSWORD_SHARD_2 = 11820,\n\tGODSWORD_SHARD_3 = 11822,\n\tZAMORAKIAN_SPEAR = 11824,\n\tARMADYL_HELMET = 11826,\n\tARMADYL_CHESTPLATE = 11828,\n\tARMADYL_CHAINSKIRT = 11830,\n\tBANDOS_CHESTPLATE = 11832,\n\tBANDOS_TASSETS = 11834,\n\tBANDOS_BOOTS = 11836,\n\tSARADOMIN_SWORD = 11838,\n\tDRAGON_BOOTS = 11840,\n\tBLACK_HWEEN_MASK = 11847,\n\tGRACEFUL_HOOD_INVENTORY = 11850,\n\tGRACEFUL_CAPE_INVENTORY = 11852,\n\tGRACEFUL_TOP_INVENTORY = 11854,\n\tGRACEFUL_LEGS_INVENTORY = 11856,\n\tGRACEFUL_GLOVES_INVENTORY = 11858,\n\tGRACEFUL_BOOTS_INVENTORY = 11860,\n\tBLACK_PARTYHAT = 11862,\n\tRAINBOW_PARTYHAT = 11863,\n\tSLAYER_HELMET = 11864,\n\tSLAYER_HELMET_I_NIGHTMARE_ZONE = 11865,\n\tSLAYER_RING_8 = 11866,\n\tSLAYER_RING_7 = 11867,\n\tSLAYER_RING_6 = 11868,\n\tSLAYER_RING_5 = 11869,\n\tSLAYER_RING_4 = 11870,\n\tSLAYER_RING_3 = 11871,\n\tSLAYER_RING_2 = 11872,\n\tSLAYER_RING_1 = 11873,\n\tBROAD_ARROWHEADS = 11874,\n\tBROAD_BOLTS = 11875,\n\tUNFINISHED_BROAD_BOLTS = 11876,\n\tZAMORAKIAN_HASTA = 11889,\n\tSARADOMIN_BANNER_REWARD = 11891,\n\tZAMORAK_BANNER_REWARD = 11892,\n\tDECORATIVE_ARMOUR_RED_PLATESKIRT = 11893,\n\tDECORATIVE_ARMOUR_WHITE_PLATESKIRT = 11894,\n\tDECORATIVE_ARMOUR_GOLD_PLATESKIRT_NORMAL = 11895,\n\tDECORATIVE_ARMOUR_MAGIC_TOP_NORMAL = 11896,\n\tDECORATIVE_ARMOUR_MAGIC_LEGS_NORMAL = 11897,\n\tDECORATIVE_ARMOUR_MAGIC_HAT_NORMAL = 11898,\n\tDECORATIVE_ARMOUR_RANGED_TOP_NORMAL = 11899,\n\tDECORATIVE_ARMOUR_RANGED_LEGS_NORMAL = 11900,\n\tDECORATIVE_ARMOUR_QUIVER_NORMAL = 11901,\n\tLEAFBLADED_SWORD = 11902,\n\tTRIDENT_OF_THE_SEAS_CHARGED = 11905,\n\tTRIDENT_OF_THE_SEAS_PARTIALLY_CHARGED = 11907,\n\tTRIDENT_OF_THE_SEAS_UNCHARGED = 11908,\n\tCOW_MASK = 11919,\n\tDRAGON_PICKAXE = 11920,\n\tMALEDICTION_WARD = 11924,\n\tODIUM_WARD = 11926,\n\tODIUM_SHARD_1 = 11928,\n\tODIUM_SHARD_2 = 11929,\n\tODIUM_SHARD_3 = 11930,\n\tMALEDICTION_SHARD_1 = 11931,\n\tMALEDICTION_SHARD_2 = 11932,\n\tMALEDICTION_SHARD_3 = 11933,\n\tRAW_DARK_CRAB = 11934,\n\tDARK_CRAB = 11936,\n\tDARK_FISHING_BAIT = 11940,\n\tLAVA_DRAGON_BONES = 11943,\n\tEXTENDED_ANTIFIRE_4_DOSE = 11951,\n\tEXTENDED_ANTIFIRE_3_DOSE = 11953,\n\tEXTENDED_ANTIFIRE_2_DOSE = 11955,\n\tEXTENDED_ANTIFIRE_1_DOSE = 11957,\n\tBLACK_CHINCHOMPA = 11959,\n\tEXTENDED_ANTIFIRE_MIX_2_DOSE = 11960,\n\tEXTENDED_ANTIFIRE_MIX_1_DOSE = 11962,\n\tAMULET_OF_GLORY_T_T6 = 11964,\n\tAMULET_OF_GLORY_T_T5 = 11966,\n\tSKILLS_NECKLACE_6 = 11968,\n\tSKILLS_NECKLACE_5 = 11970,\n\tCOMBAT_BRACELET_6 = 11972,\n\tCOMBAT_BRACELET_5 = 11974,\n\tAMULET_OF_GLORY_5 = 11976,\n\tAMULET_OF_GLORY_6 = 11978,\n\tRING_OF_WEALTH_5 = 11980,\n\tRING_OF_WEALTH_4 = 11982,\n\tRING_OF_WEALTH_3 = 11984,\n\tRING_OF_WEALTH_2 = 11986,\n\tRING_OF_WEALTH_1 = 11988,\n\tFEDORA = 11990,\n\tLAVA_SCALE = 11992,\n\tLAVA_SCALE_SHARD = 11994,\n\tSMOKE_BATTLESTAFF = 11998,\n\tMYSTIC_SMOKE_STAFF = 12000,\n\tOCCULT_NECKLACE = 12002,\n\tKRAKEN_TENTACLE = 12004,\n\tABYSSAL_TENTACLE = 12006,\n\tJAR_OF_DIRT = 12007,\n\tPROSPECTOR_HELMET = 12013,\n\tPROSPECTOR_JACKET = 12014,\n\tPROSPECTOR_LEGS = 12015,\n\tPROSPECTOR_BOOTS = 12016,\n\tSALVE_AMULETI_NIGHTMARE_ZONE = 12017,\n\tSALVE_AMULETEI_NIGHTMARE_ZONE = 12018,\n\tANCIENT_ROBE_TOP = 12193,\n\tANCIENT_ROBE_LEGS = 12195,\n\tANCIENT_CLOAK = 12197,\n\tANCIENT_CROZIER = 12199,\n\tANCIENT_STOLE = 12201,\n\tANCIENT_MITRE = 12203,\n\tBRONZE_PLATEBODY_G = 12205,\n\tBRONZE_PLATELEGS_G = 12207,\n\tBRONZE_PLATESKIRT_G = 12209,\n\tBRONZE_FULL_HELM_G = 12211,\n\tBRONZE_KITESHIELD_G = 12213,\n\tBRONZE_PLATEBODY_T = 12215,\n\tBRONZE_PLATELEGS_T = 12217,\n\tBRONZE_PLATESKIRT_T = 12219,\n\tBRONZE_FULL_HELM_T = 12221,\n\tBRONZE_KITESHIELD_T = 12223,\n\tIRON_PLATEBODY_T = 12225,\n\tIRON_PLATELEGS_T = 12227,\n\tIRON_PLATESKIRT_T = 12229,\n\tIRON_FULL_HELM_T = 12231,\n\tIRON_KITESHIELD_T = 12233,\n\tIRON_PLATEBODY_G = 12235,\n\tIRON_PLATELEGS_G = 12237,\n\tIRON_PLATESKIRT_G = 12239,\n\tIRON_FULL_HELM_G = 12241,\n\tIRON_KITESHIELD_G = 12243,\n\tBEANIE = 12245,\n\tRED_BERET = 12247,\n\tIMP_MASK = 12249,\n\tGOBLIN_MASK = 12251,\n\tARMADYL_ROBE_TOP = 12253,\n\tARMADYL_ROBE_LEGS = 12255,\n\tARMADYL_STOLE = 12257,\n\tARMADYL_MITRE = 12259,\n\tARMADYL_CLOAK = 12261,\n\tARMADYL_CROZIER = 12263,\n\tBANDOS_ROBE_TOP = 12265,\n\tBANDOS_ROBE_LEGS = 12267,\n\tBANDOS_STOLE = 12269,\n\tBANDOS_MITRE = 12271,\n\tBANDOS_CLOAK = 12273,\n\tBANDOS_CROZIER = 12275,\n\tMITHRIL_PLATEBODY_G = 12277,\n\tMITHRIL_PLATELEGS_G = 12279,\n\tMITHRIL_KITESHIELD_G = 12281,\n\tMITHRIL_FULL_HELM_G = 12283,\n\tMITHRIL_PLATESKIRT_G = 12285,\n\tMITHRIL_PLATEBODY_T = 12287,\n\tMITHRIL_PLATELEGS_T = 12289,\n\tMITHRIL_KITESHIELD_T = 12291,\n\tMITHRIL_FULL_HELM_T = 12293,\n\tMITHRIL_PLATESKIRT_T = 12295,\n\tBLACK_PICKAXE = 12297,\n\tWHITE_HEADBAND = 12299,\n\tBLUE_HEADBAND = 12301,\n\tGOLD_HEADBAND = 12303,\n\tPINK_HEADBAND = 12305,\n\tGREEN_HEADBAND = 12307,\n\tPINK_BOATER = 12309,\n\tPURPLE_BOATER = 12311,\n\tWHITE_BOATER = 12313,\n\tPINK_ELEGANT_SHIRT = 12315,\n\tPINK_ELEGANT_LEGS = 12317,\n\tCRIER_HAT = 12319,\n\tWHITE_CAVALIER = 12321,\n\tRED_CAVALIER = 12323,\n\tNAVY_CAVALIER = 12325,\n\tRED_DHIDE_BODY_G = 12327,\n\tRED_DHIDE_CHAPS_G = 12329,\n\tRED_DHIDE_BODY_T = 12331,\n\tRED_DHIDE_CHAPS_T = 12333,\n\tBRIEFCASE = 12335,\n\tSAGACIOUS_SPECTACLES = 12337,\n\tPINK_ELEGANT_BLOUSE = 12339,\n\tPINK_ELEGANT_SKIRT = 12341,\n\tGOLD_ELEGANT_BLOUSE = 12343,\n\tGOLD_ELEGANT_SKIRT = 12345,\n\tGOLD_ELEGANT_SHIRT = 12347,\n\tGOLD_ELEGANT_LEGS = 12349,\n\tMUSKETEER_HAT = 12351,\n\tMONOCLE = 12353,\n\tBIG_PIRATE_HAT = 12355,\n\tKATANA = 12357,\n\tLEPRECHAUN_HAT = 12359,\n\tCAT_MASK = 12361,\n\tBRONZE_DRAGON_MASK = 12363,\n\tIRON_DRAGON_MASK = 12365,\n\tSTEEL_DRAGON_MASK = 12367,\n\tMITHRIL_DRAGON_MASK = 12369,\n\tLAVA_DRAGON_MASK = 12371,\n\tDRAGON_CANE = 12373,\n\tBLACK_CANE = 12375,\n\tADAMANT_CANE = 12377,\n\tRUNE_CANE = 12379,\n\tBLACK_DHIDE_BODY_G = 12381,\n\tBLACK_DHIDE_CHAPS_G = 12383,\n\tBLACK_DHIDE_BODY_T = 12385,\n\tBLACK_DHIDE_CHAPS_T = 12387,\n\tGILDED_SCIMITAR = 12389,\n\tGILDED_BOOTS = 12391,\n\tROYAL_GOWN_TOP = 12393,\n\tROYAL_GOWN_BOTTOM = 12395,\n\tROYAL_CROWN = 12397,\n\tPARTYHAT_SPECS = 12399,\n\tNARDAH_TELEPORT = 12402,\n\tDIGSITE_TELEPORT = 12403,\n\tFELDIP_HILLS_TELEPORT = 12404,\n\tLUNAR_ISLE_TELEPORT = 12405,\n\tMORTTON_TELEPORT = 12406,\n\tPEST_CONTROL_TELEPORT = 12407,\n\tPISCATORIS_TELEPORT = 12408,\n\tTAI_BWO_WANNAI_TELEPORT = 12409,\n\tIORWERTH_CAMP_TELEPORT = 12410,\n\tMOS_LEHARMLESS_TELEPORT = 12411,\n\tPIRATE_HAT_PATCH = 12412,\n\tDRAGON_CHAINBODY_G = 12414,\n\tDRAGON_PLATELEGS_G = 12415,\n\tDRAGON_PLATESKIRT_G = 12416,\n\tDRAGON_FULL_HELM_G = 12417,\n\tDRAGON_SQ_SHIELD_G = 12418,\n\tLIGHT_INFINITY_HAT = 12419,\n\tLIGHT_INFINITY_TOP = 12420,\n\tLIGHT_INFINITY_BOTTOMS = 12421,\n\tTHIRD_AGE_WAND = 12422,\n\tTHIRD_AGE_BOW = 12424,\n\tTHIRD_AGE_LONGSWORD = 12426,\n\tPENGUIN_MASK = 12428,\n\tAFRO = 12430,\n\tTOP_HAT = 12432,\n\tTOP_HAT_MONOCLE = 12434,\n\tAMULET_OF_FURY_OR = 12436,\n\tTHIRD_AGE_CLOAK = 12437,\n\tROYAL_SCEPTRE = 12439,\n\tMUSKETEER_TABARD = 12441,\n\tMUSKETEER_PANTS = 12443,\n\tBLACK_SKIRT_G = 12445,\n\tBLACK_SKIRT_T = 12447,\n\tBLACK_WIZARD_ROBE_G = 12449,\n\tBLACK_WIZARD_ROBE_T = 12451,\n\tBLACK_WIZARD_HAT_G = 12453,\n\tBLACK_WIZARD_HAT_T = 12455,\n\tDARK_INFINITY_HAT = 12457,\n\tDARK_INFINITY_TOP = 12458,\n\tDARK_INFINITY_BOTTOMS = 12459,\n\tANCIENT_PLATEBODY = 12460,\n\tANCIENT_PLATELEGS = 12462,\n\tANCIENT_PLATESKIRT = 12464,\n\tANCIENT_FULL_HELM = 12466,\n\tANCIENT_KITESHIELD = 12468,\n\tARMADYL_PLATEBODY = 12470,\n\tARMADYL_PLATELEGS = 12472,\n\tARMADYL_PLATESKIRT = 12474,\n\tARMADYL_FULL_HELM = 12476,\n\tARMADYL_KITESHIELD = 12478,\n\tBANDOS_PLATEBODY = 12480,\n\tBANDOS_PLATELEGS = 12482,\n\tBANDOS_PLATESKIRT = 12484,\n\tBANDOS_FULL_HELM = 12486,\n\tBANDOS_KITESHIELD = 12488,\n\tANCIENT_BRACERS = 12490,\n\tANCIENT_DHIDE_BODY = 12492,\n\tANCIENT_CHAPS = 12494,\n\tANCIENT_COIF = 12496,\n\tBANDOS_BRACERS = 12498,\n\tBANDOS_DHIDE_BODY = 12500,\n\tBANDOS_CHAPS = 12502,\n\tBANDOS_COIF = 12504,\n\tARMADYL_BRACERS = 12506,\n\tARMADYL_DHIDE_BODY = 12508,\n\tARMADYL_CHAPS = 12510,\n\tARMADYL_COIF = 12512,\n\tEXPLORER_BACKPACK = 12514,\n\tPITH_HELMET = 12516,\n\tGREEN_DRAGON_MASK = 12518,\n\tBLUE_DRAGON_MASK = 12520,\n\tRED_DRAGON_MASK = 12522,\n\tBLACK_DRAGON_MASK = 12524,\n\tFURY_ORNAMENT_KIT = 12526,\n\tDARK_INFINITY_COLOUR_KIT = 12528,\n\tLIGHT_INFINITY_COLOUR_KIT = 12530,\n\tDRAGON_SQ_SHIELD_ORNAMENT_KIT = 12532,\n\tDRAGON_CHAINBODY_ORNAMENT_KIT = 12534,\n\tDRAGON_LEGSSKIRT_ORNAMENT_KIT = 12536,\n\tDRAGON_FULL_HELM_ORNAMENT_KIT = 12538,\n\tDEERSTALKER = 12540,\n\tRANGERS_TUNIC = 12596,\n\tHOLY_SANDALS = 12598,\n\tDRUIDIC_WREATH = 12600,\n\tRING_OF_THE_GODS = 12601,\n\tTYRANNICAL_RING = 12603,\n\tTREASONOUS_RING = 12605,\n\tDAMAGED_BOOK_BANDOS = 12607,\n\tBOOK_OF_WAR = 12608,\n\tDAMAGED_BOOK_ARMADYL = 12609,\n\tBOOK_OF_LAW = 12610,\n\tDAMAGED_BOOK_ANCIENT = 12611,\n\tBOOK_OF_DARKNESS = 12612,\n\tBANDOS_PAGE_1 = 12613,\n\tBANDOS_PAGE_2 = 12614,\n\tBANDOS_PAGE_3 = 12615,\n\tBANDOS_PAGE_4 = 12616,\n\tARMADYL_PAGE_1 = 12617,\n\tARMADYL_PAGE_2 = 12618,\n\tARMADYL_PAGE_3 = 12619,\n\tARMADYL_PAGE_4 = 12620,\n\tANCIENT_PAGE_1 = 12621,\n\tANCIENT_PAGE_2 = 12622,\n\tANCIENT_PAGE_3 = 12623,\n\tANCIENT_PAGE_4 = 12624,\n\tSTAMINA_POTION_4_DOSE = 12625,\n\tSTAMINA_POTION_3_DOSE = 12627,\n\tSTAMINA_POTION_2_DOSE = 12629,\n\tSTAMINA_POTION_1_DOSE = 12631,\n\tSTAMINA_MIX_2_DOSE = 12633,\n\tSTAMINA_MIX_1_DOSE = 12635,\n\tSARADOMIN_HALO_NORMAL = 12637,\n\tZAMORAK_HALO_NORMAL = 12638,\n\tGUTHIX_HALO_NORMAL = 12639,\n\tAMYLASE_CRYSTAL = 12640,\n\tLUMBERYARD_TELEPORT = 12642,\n\tIBANS_STAFF_U = 12658,\n\tTYRANNICAL_RING_I_NIGHTMARE_ZONE = 12691,\n\tTREASONOUS_RING_I_NIGHTMARE_ZONE = 12692,\n\tSUPER_COMBAT_POTION_4_DOSE = 12695,\n\tSUPER_COMBAT_POTION_3_DOSE = 12697,\n\tSUPER_COMBAT_POTION_2_DOSE = 12699,\n\tSUPER_COMBAT_POTION_1_DOSE = 12701,\n\tGOBLIN_PAINT_CANNON = 12727,\n\tBLUE_DARK_BOW_PAINT = 12757,\n\tGREEN_DARK_BOW_PAINT = 12759,\n\tYELLOW_DARK_BOW_PAINT = 12761,\n\tWHITE_DARK_BOW_PAINT = 12763,\n\tDARK_BOW_GREEN = 12765,\n\tDARK_BOW_BLUE = 12766,\n\tDARK_BOW_YELLOW = 12767,\n\tDARK_BOW_WHITE = 12768,\n\tFROZEN_WHIP_MIX = 12769,\n\tVOLCANIC_WHIP_MIX = 12771,\n\tVOLCANIC_ABYSSAL_WHIP = 12773,\n\tFROZEN_ABYSSAL_WHIP = 12774,\n\tANNAKARL_TELEPORT_TABLET = 12775,\n\tCARRALLANGAR_TELEPORT_TABLET = 12776,\n\tDAREEYAK_TELEPORT_TABLET = 12777,\n\tGHORROCK_TELEPORT_TABLET = 12778,\n\tKHARYRLL_TELEPORT_TABLET = 12779,\n\tLASSAR_TELEPORT_TABLET = 12780,\n\tPADDEWWA_TELEPORT_TABLET = 12781,\n\tSENNTISTEN_TELEPORT_TABLET = 12782,\n\tRING_OF_WEALTH_SCROLL = 12783,\n\tRING_OF_WEALTH_I_UNCHARGED = 12785,\n\tMAGIC_SHORTBOW_SCROLL = 12786,\n\tMAGIC_SHORTBOW_I = 12788,\n\tCLUE_BOX = 12789,\n\tSTEAM_BATTLESTAFF_OR = 12795,\n\tMYSTIC_STEAM_STAFF_OR = 12796,\n\tDRAGON_PICKAXE_UPGRADED = 12797,\n\tSTEAM_STAFF_UPGRADE_KIT = 12798,\n\tDRAGON_PICKAXE_UPGRADE_KIT = 12800,\n\tWARD_UPGRADE_KIT = 12802,\n\tSARADOMINS_TEAR = 12804,\n\tMALEDICTION_WARD_OR = 12806,\n\tODIUM_WARD_OR = 12807,\n\tSARADOMINS_BLESSED_SWORD_CHARGED = 12808,\n\tSARADOMINS_BLESSED_SWORD_PARTIALLY_CHARGED = 12809,\n\tIRONMAN_HELM = 12810,\n\tIRONMAN_PLATEBODY = 12811,\n\tIRONMAN_PLATELEGS = 12812,\n\tULTIMATE_IRONMAN_HELM = 12813,\n\tULTIMATE_IRONMAN_PLATEBODY = 12814,\n\tULTIMATE_IRONMAN_PLATELEGS = 12815,\n\tELYSIAN_SPIRIT_SHIELD = 12817,\n\tELYSIAN_SIGIL = 12819,\n\tSPECTRAL_SPIRIT_SHIELD = 12821,\n\tSPECTRAL_SIGIL = 12823,\n\tARCANE_SPIRIT_SHIELD = 12825,\n\tARCANE_SIGIL = 12827,\n\tSPIRIT_SHIELD = 12829,\n\tBLESSED_SPIRIT_SHIELD = 12831,\n\tHOLY_ELIXIR = 12833,\n\tGRIM_REAPER_HOOD = 12845,\n\tTARGET_TELEPORT_SCROLL = 12846,\n\tGRANITE_MAUL_OR_NORMAL = 12848,\n\tGRANITE_CLAMP = 12849,\n\tAMULET_OF_THE_DAMNED_FULL = 12851,\n\tAMULET_OF_THE_DAMNED_USED = 12853,\n\tHUNTERS_HONOUR = 12855,\n\tROGUES_REVENGE = 12856,\n\tDWARF_CANNON_SET = 12863,\n\tGREEN_DRAGONHIDE_SET = 12865,\n\tBLUE_DRAGONHIDE_SET = 12867,\n\tRED_DRAGONHIDE_SET = 12869,\n\tBLACK_DRAGONHIDE_SET = 12871,\n\tGUTHANS_ARMOUR_SET = 12873,\n\tVERACS_ARMOUR_SET = 12875,\n\tDHAROKS_ARMOUR_SET = 12877,\n\tTORAGS_ARMOUR_SET = 12879,\n\tAHRIMS_ARMOUR_SET = 12881,\n\tKARILS_ARMOUR_SET = 12883,\n\tJAR_OF_SAND = 12885,\n\tSANTA_MASK = 12887,\n\tSANTA_JACKET = 12888,\n\tSANTA_PANTALOONS = 12889,\n\tSANTA_GLOVES = 12890,\n\tSANTA_BOOTS = 12891,\n\tANTISANTA_MASK = 12892,\n\tANTISANTA_JACKET = 12893,\n\tANTISANTA_PANTALOONS = 12894,\n\tANTISANTA_GLOVES = 12895,\n\tANTISANTA_BOOTS = 12896,\n\tTRIDENT_OF_THE_SWAMP_CHARGED = 12899,\n\tTRIDENT_OF_THE_SWAMP_UNCHARGED = 12900,\n\tTOXIC_STAFF_OF_THE_DEAD_UNCHARGED = 12902,\n\tTOXIC_STAFF_OF_THE_DEAD_CHARGED = 12904,\n\tANTIVENOM_4_DOSE = 12905,\n\tANTIVENOM_3_DOSE = 12907,\n\tANTIVENOM_2_DOSE = 12909,\n\tANTIVENOM_1_DOSE = 12911,\n\tTANZANITE_FANG = 12922,\n\tTOXIC_BLOWPIPE_EMPTY = 12924,\n\tTOXIC_BLOWPIPE_CHARGED = 12926,\n\tSERPENTINE_VISAGE = 12927,\n\tSERPENTINE_HELM_UNCHARGED = 12929,\n\tSERPENTINE_HELM_CHARGED = 12931,\n\tMAGIC_FANG = 12932,\n\tZULRAHS_SCALES = 12934,\n\tJAR_OF_SWAMP = 12936,\n\tZULANDRA_TELEPORT = 12938,\n\tDRAGON_DEFENDER_NORMAL = 12954,\n\tCOW_TOP = 12956,\n\tCOW_TROUSERS = 12957,\n\tCOW_GLOVES = 12958,\n\tCOW_SHOES = 12959,\n\tBRONZE_SET_LG = 12960,\n\tBRONZE_SET_SK = 12962,\n\tBRONZE_TRIMMED_SET_LG = 12964,\n\tBRONZE_TRIMMED_SET_SK = 12966,\n\tBRONZE_GOLDTRIMMED_SET_LG = 12968,\n\tBRONZE_GOLDTRIMMED_SET_SK = 12970,\n\tIRON_SET_LG = 12972,\n\tIRON_SET_SK = 12974,\n\tIRON_TRIMMED_SET_LG = 12976,\n\tIRON_TRIMMED_SET_SK = 12978,\n\tIRON_GOLDTRIMMED_SET_LG = 12980,\n\tIRON_GOLDTRIMMED_SET_SK = 12982,\n\tSTEEL_SET_LG = 12984,\n\tSTEEL_SET_SK = 12986,\n\tBLACK_SET_LG = 12988,\n\tBLACK_SET_SK = 12990,\n\tBLACK_TRIMMED_SET_LG = 12992,\n\tBLACK_TRIMMED_SET_SK = 12994,\n\tBLACK_GOLDTRIMMED_SET_LG = 12996,\n\tBLACK_GOLDTRIMMED_SET_SK = 12998,\n\tMITHRIL_SET_LG = 13000,\n\tMITHRIL_SET_SK = 13002,\n\tMITHRIL_TRIMMED_SET_LG = 13004,\n\tMITHRIL_TRIMMED_SET_SK = 13006,\n\tMITHRIL_GOLDTRIMMED_SET_LG = 13008,\n\tMITHRIL_GOLDTRIMMED_SET_SK = 13010,\n\tADAMANT_SET_LG = 13012,\n\tADAMANT_SET_SK = 13014,\n\tADAMANT_TRIMMED_SET_LG = 13016,\n\tADAMANT_TRIMMED_SET_SK = 13018,\n\tADAMANT_GOLDTRIMMED_SET_LG = 13020,\n\tADAMANT_GOLDTRIMMED_SET_SK = 13022,\n\tRUNE_ARMOUR_SET_LG = 13024,\n\tRUNE_ARMOUR_SET_SK = 13026,\n\tRUNE_TRIMMED_SET_LG = 13028,\n\tRUNE_TRIMMED_SET_SK = 13030,\n\tRUNE_GOLDTRIMMED_SET_LG = 13032,\n\tRUNE_GOLDTRIMMED_SET_SK = 13034,\n\tGILDED_ARMOUR_SET_LG = 13036,\n\tGILDED_ARMOUR_SET_SK = 13038,\n\tSARADOMIN_ARMOUR_SET_LG = 13040,\n\tSARADOMIN_ARMOUR_SET_SK = 13042,\n\tZAMORAK_ARMOUR_SET_LG = 13044,\n\tZAMORAK_ARMOUR_SET_SK = 13046,\n\tGUTHIX_ARMOUR_SET_LG = 13048,\n\tGUTHIX_ARMOUR_SET_SK = 13050,\n\tARMADYL_RUNE_ARMOUR_SET_LG = 13052,\n\tARMADYL_RUNE_ARMOUR_SET_SK = 13054,\n\tBANDOS_RUNE_ARMOUR_SET_LG = 13056,\n\tBANDOS_RUNE_ARMOUR_SET_SK = 13058,\n\tANCIENT_RUNE_ARMOUR_SET_LG = 13060,\n\tANCIENT_RUNE_ARMOUR_SET_SK = 13062,\n\tCOMBAT_POTION_SET = 13064,\n\tSUPER_POTION_SET = 13066,\n\tQUEST_POINT_CAPE_TRIMMED = 13068,\n\tACHIEVEMENT_DIARY_CAPE_TRIMMED = 13069,\n\tACHIEVEMENT_DIARY_HOOD = 13070,\n\tELITE_VOID_TOP_NORMAL = 13072,\n\tELITE_VOID_ROBE_NORMAL = 13073,\n\tENCHANTED_LYRE_5 = 13079,\n\tCRYSTAL_HALBERD_I_NEW = 13080,\n\tCRYSTAL_HALBERD_I_FULL = 13081,\n\tCRYSTAL_HALBERD_I_910 = 13082,\n\tCRYSTAL_HALBERD_I_810 = 13083,\n\tCRYSTAL_HALBERD_I_710 = 13084,\n\tCRYSTAL_HALBERD_I_610 = 13085,\n\tCRYSTAL_HALBERD_I_510 = 13086,\n\tCRYSTAL_HALBERD_I_410 = 13087,\n\tCRYSTAL_HALBERD_I_310 = 13088,\n\tCRYSTAL_HALBERD_I_210 = 13089,\n\tCRYSTAL_HALBERD_I_110 = 13090,\n\tCRYSTAL_HALBERD_HISTORICAL_NEW = 13091,\n\tCRYSTAL_HALBERD_HISTORICAL_FULL = 13092,\n\tCRYSTAL_HALBERD_HISTORICAL_910 = 13093,\n\tCRYSTAL_HALBERD_HISTORICAL_810 = 13094,\n\tCRYSTAL_HALBERD_HISTORICAL_710 = 13095,\n\tCRYSTAL_HALBERD_HISTORICAL_610 = 13096,\n\tCRYSTAL_HALBERD_HISTORICAL_510 = 13097,\n\tCRYSTAL_HALBERD_HISTORICAL_410 = 13098,\n\tCRYSTAL_HALBERD_HISTORICAL_310 = 13099,\n\tCRYSTAL_HALBERD_HISTORICAL_210 = 13100,\n\tCRYSTAL_HALBERD_HISTORICAL_110 = 13101,\n\tKARAMJA_GLOVES_4 = 13103,\n\tVARROCK_ARMOUR_1 = 13104,\n\tVARROCK_ARMOUR_2 = 13105,\n\tVARROCK_ARMOUR_3 = 13106,\n\tVARROCK_ARMOUR_4 = 13107,\n\tWILDERNESS_SWORD_1 = 13108,\n\tWILDERNESS_SWORD_2 = 13109,\n\tWILDERNESS_SWORD_3 = 13110,\n\tWILDERNESS_SWORD_4 = 13111,\n\tMORYTANIA_LEGS_1 = 13112,\n\tMORYTANIA_LEGS_2 = 13113,\n\tMORYTANIA_LEGS_3 = 13114,\n\tMORYTANIA_LEGS_4 = 13115,\n\tFALADOR_SHIELD_1 = 13117,\n\tFALADOR_SHIELD_2 = 13118,\n\tFALADOR_SHIELD_3 = 13119,\n\tFALADOR_SHIELD_4 = 13120,\n\tARDOUGNE_CLOAK_1 = 13121,\n\tARDOUGNE_CLOAK_2 = 13122,\n\tARDOUGNE_CLOAK_3 = 13123,\n\tARDOUGNE_CLOAK_4 = 13124,\n\tEXPLORERS_RING_1 = 13125,\n\tEXPLORERS_RING_2 = 13126,\n\tEXPLORERS_RING_3 = 13127,\n\tEXPLORERS_RING_4 = 13128,\n\tFREMENNIK_SEA_BOOTS_1 = 13129,\n\tFREMENNIK_SEA_BOOTS_2 = 13130,\n\tFREMENNIK_SEA_BOOTS_3 = 13131,\n\tFREMENNIK_SEA_BOOTS_4 = 13132,\n\tDESERT_AMULET_1 = 13133,\n\tDESERT_AMULET_2 = 13134,\n\tDESERT_AMULET_3 = 13135,\n\tDESERT_AMULET_4 = 13136,\n\tKANDARIN_HEADGEAR_1 = 13137,\n\tKANDARIN_HEADGEAR_2 = 13138,\n\tKANDARIN_HEADGEAR_3 = 13139,\n\tKANDARIN_HEADGEAR_4 = 13140,\n\tWESTERN_BANNER_1 = 13141,\n\tWESTERN_BANNER_2 = 13142,\n\tWESTERN_BANNER_3 = 13143,\n\tWESTERN_BANNER_4 = 13144,\n\tHOLY_BOOK_PAGE_SET = 13149,\n\tUNHOLY_BOOK_PAGE_SET = 13151,\n\tBOOK_OF_BALANCE_PAGE_SET = 13153,\n\tBOOK_OF_WAR_PAGE_SET = 13155,\n\tBOOK_OF_LAW_PAGE_SET = 13157,\n\tBOOK_OF_DARKNESS_PAGE_SET = 13159,\n\tZAMORAK_DRAGONHIDE_SET = 13161,\n\tSARADOMIN_DRAGONHIDE_SET = 13163,\n\tGUTHIX_DRAGONHIDE_SET = 13165,\n\tBANDOS_DRAGONHIDE_SET = 13167,\n\tARMADYL_DRAGONHIDE_SET = 13169,\n\tANCIENT_DRAGONHIDE_SET = 13171,\n\tPARTYHAT_SET = 13173,\n\tHALLOWEEN_MASK_SET = 13175,\n\tBUNNY_FEET = 13182,\n\tOLD_SCHOOL_BOND_TRADEABLE = 13190,\n\tTANZANITE_HELM_CHARGED = 13197,\n\tMAGMA_HELM_CHARGED = 13199,\n\tRING_OF_THE_GODS_I_NIGHTMARE_ZONE = 13202,\n\tMASK_OF_BALANCE = 13203,\n\tMUSIC_CAPE_UNTRIMMED = 13221,\n\tMUSIC_CAPE_TRIMMED = 13222,\n\tMUSIC_HOOD = 13223,\n\tETERNAL_CRYSTAL = 13227,\n\tPEGASIAN_CRYSTAL = 13229,\n\tPRIMORDIAL_CRYSTAL = 13231,\n\tSMOULDERING_STONE = 13233,\n\tETERNAL_BOOTS = 13235,\n\tPEGASIAN_BOOTS = 13237,\n\tPRIMORDIAL_BOOTS = 13239,\n\tINFERNAL_AXE_CHARGED = 13241,\n\tINFERNAL_AXE_UNCHARGED = 13242,\n\tINFERNAL_PICKAXE_CHARGED = 13243,\n\tINFERNAL_PICKAXE_UNCHARGED = 13244,\n\tJAR_OF_SOULS = 13245,\n\tSARADOMINS_LIGHT = 13256,\n\tANGLER_HAT = 13258,\n\tANGLER_TOP = 13259,\n\tANGLER_WADERS = 13260,\n\tANGLER_BOOTS = 13261,\n\tABYSSAL_BLUDGEON = 13263,\n\tABYSSAL_DAGGER_UNPOISONED = 13265,\n\tABYSSAL_DAGGER_POISON = 13267,\n\tJAR_OF_MIASMA = 13277,\n\tMAX_CAPE_INVENTORY = 13280,\n\tMAX_HOOD = 13281,\n\tGRAVEDIGGER_MASK_REWARD = 13283,\n\tGRAVEDIGGER_TOP_REWARD = 13284,\n\tGRAVEDIGGER_LEGGINGS_REWARD = 13285,\n\tGRAVEDIGGER_BOOTS_REWARD = 13286,\n\tGRAVEDIGGER_GLOVES_REWARD = 13287,\n\tANTIPANTIES_REWARD = 13288,\n\tDEADMANS_CHEST_DEADMAN_MODE = 13317,\n\tDEADMANS_LEGS_DEADMAN_MODE = 13318,\n\tDEADMANS_CAPE_DEADMAN_MODE = 13319,\n\tGREEN_BANNER = 13328,\n\tFIRE_MAX_CAPE_NORMAL = 13329,\n\tFIRE_MAX_HOOD = 13330,\n\tSARADOMIN_MAX_CAPE = 13331,\n\tSARADOMIN_MAX_HOOD = 13332,\n\tZAMORAK_MAX_CAPE = 13333,\n\tZAMORAK_MAX_HOOD = 13334,\n\tGUTHIX_MAX_CAPE = 13335,\n\tGUTHIX_MAX_HOOD = 13336,\n\tACCUMULATOR_MAX_CAPE = 13337,\n\tACCUMULATOR_MAX_HOOD = 13338,\n\tBLACK_SANTA_HAT = 13343,\n\tINVERTED_SANTA_HAT = 13344,\n\tSHAYZIEN_GLOVES_1 = 13357,\n\tSHAYZIEN_BOOTS_1 = 13358,\n\tSHAYZIEN_HELM_1 = 13359,\n\tSHAYZIEN_GREAVES_1 = 13360,\n\tSHAYZIEN_PLATEBODY_1 = 13361,\n\tSHAYZIEN_GLOVES_2 = 13362,\n\tSHAYZIEN_BOOTS_2 = 13363,\n\tSHAYZIEN_HELM_2 = 13364,\n\tSHAYZIEN_GREAVES_2 = 13365,\n\tSHAYZIEN_PLATEBODY_2 = 13366,\n\tSHAYZIEN_GLOVES_3 = 13367,\n\tSHAYZIEN_BOOTS_3 = 13368,\n\tSHAYZIEN_HELM_3 = 13369,\n\tSHAYZIEN_GREAVES_3 = 13370,\n\tSHAYZIEN_PLATEBODY_3 = 13371,\n\tSHAYZIEN_GLOVES_4 = 13372,\n\tSHAYZIEN_BOOTS_4 = 13373,\n\tSHAYZIEN_HELM_4 = 13374,\n\tSHAYZIEN_GREAVES_4 = 13375,\n\tSHAYZIEN_PLATEBODY_4 = 13376,\n\tSHAYZIEN_GLOVES_5 = 13377,\n\tSHAYZIEN_BOOTS_5 = 13378,\n\tSHAYZIEN_HELM_5 = 13379,\n\tSHAYZIEN_GREAVES_5 = 13380,\n\tSHAYZIEN_BODY_5 = 13381,\n\tXERICIAN_FABRIC = 13383,\n\tXERICIAN_HAT = 13385,\n\tXERICIAN_TOP = 13387,\n\tXERICIAN_ROBE = 13389,\n\tLIZARDMAN_FANG = 13391,\n\tXERICS_TALISMAN_INERT = 13392,\n\tXERICS_TALISMAN_CHARGED = 13393,\n\tSALTPETRE = 13421,\n\tSANDWORMS = 13431,\n\tRAW_ANGLERFISH = 13439,\n\tANGLERFISH = 13441,\n\tENSOULED_GOBLIN_HEAD_ITEM = 13448,\n\tENSOULED_MONKEY_HEAD_ITEM = 13451,\n\tENSOULED_IMP_HEAD_ITEM = 13454,\n\tENSOULED_MINOTAUR_HEAD_ITEM = 13457,\n\tENSOULED_SCORPION_HEAD_ITEM = 13460,\n\tENSOULED_BEAR_HEAD_ITEM = 13463,\n\tENSOULED_UNICORN_HEAD_ITEM = 13466,\n\tENSOULED_DOG_HEAD_ITEM = 13469,\n\tENSOULED_CHAOS_DRUID_HEAD_ITEM = 13472,\n\tENSOULED_GIANT_HEAD_ITEM = 13475,\n\tENSOULED_OGRE_HEAD_ITEM = 13478,\n\tENSOULED_ELF_HEAD_ITEM = 13481,\n\tENSOULED_TROLL_HEAD_ITEM = 13484,\n\tENSOULED_HORROR_HEAD_ITEM = 13487,\n\tENSOULED_KALPHITE_HEAD_ITEM = 13490,\n\tENSOULED_DAGANNOTH_HEAD_ITEM = 13493,\n\tENSOULED_BLOODVELD_HEAD_ITEM = 13496,\n\tENSOULED_TZHAAR_HEAD_ITEM = 13499,\n\tENSOULED_DEMON_HEAD_ITEM = 13502,\n\tENSOULED_AVIANSIE_HEAD_ITEM = 13505,\n\tENSOULED_ABYSSAL_HEAD_ITEM = 13508,\n\tENSOULED_DRAGON_HEAD_ITEM = 13511,\n\tDYNAMITE = 13573,\n\tDRAGON_WARHAMMER = 13576,\n\tGRACEFUL_HOOD_ARCEUUS_INVENTORY = 13579,\n\tGRACEFUL_CAPE_ARCEUUS_INVENTORY = 13581,\n\tGRACEFUL_TOP_ARCEUUS_INVENTORY = 13583,\n\tGRACEFUL_LEGS_ARCEUUS_INVENTORY = 13585,\n\tGRACEFUL_GLOVES_ARCEUUS_INVENTORY = 13587,\n\tGRACEFUL_BOOTS_ARCEUUS_INVENTORY = 13589,\n\tGRACEFUL_HOOD_PISCARILIUS_INVENTORY = 13591,\n\tGRACEFUL_CAPE_PISCARILIUS_INVENTORY = 13593,\n\tGRACEFUL_TOP_PISCARILIUS_INVENTORY = 13595,\n\tGRACEFUL_LEGS_PISCARILIUS_INVENTORY = 13597,\n\tGRACEFUL_GLOVES_PISCARILIUS_INVENTORY = 13599,\n\tGRACEFUL_BOOTS_PISCARILIUS_INVENTORY = 13601,\n\tGRACEFUL_HOOD_LOVAKENGJ_INVENTORY = 13603,\n\tGRACEFUL_CAPE_LOVAKENGJ_INVENTORY = 13605,\n\tGRACEFUL_TOP_LOVAKENGJ_INVENTORY = 13607,\n\tGRACEFUL_LEGS_LOVAKENGJ_INVENTORY = 13609,\n\tGRACEFUL_GLOVES_LOVAKENGJ_INVENTORY = 13611,\n\tGRACEFUL_BOOTS_LOVAKENGJ_INVENTORY = 13613,\n\tGRACEFUL_HOOD_SHAYZIEN_INVENTORY = 13615,\n\tGRACEFUL_CAPE_SHAYZIEN_INVENTORY = 13617,\n\tGRACEFUL_TOP_SHAYZIEN_INVENTORY = 13619,\n\tGRACEFUL_LEGS_SHAYZIEN_INVENTORY = 13621,\n\tGRACEFUL_GLOVES_SHAYZIEN_INVENTORY = 13623,\n\tGRACEFUL_BOOTS_SHAYZIEN_INVENTORY = 13625,\n\tGRACEFUL_HOOD_HOSIDIUS_INVENTORY = 13627,\n\tGRACEFUL_CAPE_HOSIDIUS_INVENTORY = 13629,\n\tGRACEFUL_TOP_HOSIDIUS_INVENTORY = 13631,\n\tGRACEFUL_LEGS_HOSIDIUS_INVENTORY = 13633,\n\tGRACEFUL_GLOVES_HOSIDIUS_INVENTORY = 13635,\n\tGRACEFUL_BOOTS_HOSIDIUS_INVENTORY = 13637,\n\tFARMERS_BORO_TROUSERS_MALE = 13640,\n\tFARMERS_BORO_TROUSERS_FEMALE = 13641,\n\tFARMERS_JACKET = 13642,\n\tFARMERS_SHIRT = 13643,\n\tFARMERS_BOOTS_MALE = 13644,\n\tFARMERS_BOOTS_FEMALE = 13645,\n\tFARMERS_STRAWHAT_MALE = 13646,\n\tFARMERS_STRAWHAT_FEMALE = 13647,\n\tDRAGON_CLAWS = 13652,\n\tGNOME_CHILD_HAT = 13655,\n\tGRAPE_SEED = 13657,\n\tTELEPORT_CARD = 13658,\n\tCHRONICLE = 13660,\n\tBUNNY_TOP = 13663,\n\tBUNNY_LEGS = 13664,\n\tBUNNY_PAWS = 13665,\n\tGRACEFUL_HOOD_KOUREND_INVENTORY = 13667,\n\tGRACEFUL_CAPE_KOUREND_INVENTORY = 13669,\n\tGRACEFUL_TOP_KOUREND_INVENTORY = 13671,\n\tGRACEFUL_LEGS_KOUREND_INVENTORY = 13673,\n\tGRACEFUL_GLOVES_KOUREND_INVENTORY = 13675,\n\tGRACEFUL_BOOTS_KOUREND_INVENTORY = 13677,\n\tCABBAGE_CAPE = 13679,\n\tCRUCIFEROUS_CODEX = 13681,\n\tACHIEVEMENT_DIARY_CAPE_UNTRIMMED = 19476,\n\tLIGHT_BALLISTA = 19478,\n\tHEAVY_BALLISTA = 19481,\n\tDRAGON_JAVELIN_UNPOISONED = 19484,\n\tDRAGON_JAVELIN_POISON = 19486,\n\tZENYTE = 19493,\n\tUNCUT_ZENYTE = 19496,\n\tZENYTE_AMULET_U = 19501,\n\tZENYTE_SHARD = 19529,\n\tZENYTE_BRACELET = 19532,\n\tZENYTE_NECKLACE = 19535,\n\tZENYTE_RING = 19538,\n\tZENYTE_AMULET = 19541,\n\tTORMENTED_BRACELET = 19544,\n\tNECKLACE_OF_ANGUISH = 19547,\n\tRING_OF_SUFFERING_UNCHARGED = 19550,\n\tAMULET_OF_TORTURE = 19553,\n\tMONKEY_MONKEY_MADNESS_II = 19556,\n\tBRONZE_JAVELIN_HEADS = 19570,\n\tIRON_JAVELIN_HEADS = 19572,\n\tSTEEL_JAVELIN_HEADS = 19574,\n\tMITHRIL_JAVELIN_HEADS = 19576,\n\tADAMANT_JAVELIN_HEADS = 19578,\n\tRUNE_JAVELIN_HEADS = 19580,\n\tDRAGON_JAVELIN_HEADS = 19582,\n\tJAVELIN_SHAFT = 19584,\n\tLIGHT_FRAME = 19586,\n\tHEAVY_FRAME = 19589,\n\tBALLISTA_LIMBS = 19592,\n\tINCOMPLETE_LIGHT_BALLISTA = 19595,\n\tINCOMPLETE_HEAVY_BALLISTA = 19598,\n\tBALLISTA_SPRING = 19601,\n\tUNSTRUNG_LIGHT_BALLISTA = 19604,\n\tUNSTRUNG_HEAVY_BALLISTA = 19607,\n\tMONKEY_TAIL = 19610,\n\tARCEUUS_LIBRARY_TELEPORT_TABLET = 19613,\n\tDRAYNOR_MANOR_TELEPORT_TABLET = 19615,\n\tMIND_ALTAR_TELEPORT_TABLET = 19617,\n\tSALVE_GRAVEYARD_TELEPORT_TABLET = 19619,\n\tFENKENSTRAINS_CASTLE_TELEPORT_TABLET = 19621,\n\tWEST_ARDOUGNE_TELEPORT_TABLET = 19623,\n\tHARMONY_ISLAND_TELEPORT_TABLET = 19625,\n\tCEMETERY_TELEPORT_TABLET = 19627,\n\tBARROWS_TELEPORT_TABLET = 19629,\n\tAPE_ATOLL_TELEPORT_TABLET = 19631,\n\tBLACK_SLAYER_HELMET = 19639,\n\tBLACK_SLAYER_HELMET_I_NIGHTMARE_ZONE = 19641,\n\tGREEN_SLAYER_HELMET = 19643,\n\tGREEN_SLAYER_HELMET_I_NIGHTMARE_ZONE = 19645,\n\tRED_SLAYER_HELMET = 19647,\n\tRED_SLAYER_HELMET_I_NIGHTMARE_ZONE = 19649,\n\tGOLOVANOVA_FRUIT_TOP = 19653,\n\tUNCOOKED_BOTANICAL_PIE = 19656,\n\tBOTANICAL_PIE_FULL = 19662,\n\tDAMAGED_MONKEY_TAIL = 19665,\n\tREDWOOD_LOGS = 19669,\n\tREDWOOD_PYRE_LOGS = 19672,\n\tARCLIGHT = 19675,\n\tHELM_OF_RAEDWALD = 19687,\n\tCLUE_HUNTER_GARB = 19689,\n\tCLUE_HUNTER_GLOVES = 19691,\n\tCLUE_HUNTER_TROUSERS = 19693,\n\tCLUE_HUNTER_BOOTS = 19695,\n\tCLUE_HUNTER_CLOAK = 19697,\n\tHORNWOOD_HELM = 19699,\n\tJAR_OF_DARKNESS = 19701,\n\tAMULET_OF_ETERNAL_GLORY = 19707,\n\tRING_OF_SUFFERING_I_UNCHARGED = 19710,\n\tOCCULT_NECKLACE_OR = 19720,\n\tDRAGON_DEFENDER_T_NORMAL = 19722,\n\tLEFT_EYE_PATCH = 19724,\n\tDOUBLE_EYE_PATCH = 19727,\n\tZOMBIE_HEAD_TREASURE_TRAILS = 19912,\n\tCYCLOPS_HEAD = 19915,\n\tNUNCHAKU = 19918,\n\tANCIENT_DHIDE_BOOTS = 19921,\n\tBANDOS_DHIDE_BOOTS = 19924,\n\tGUTHIX_DHIDE_BOOTS = 19927,\n\tARMADYL_DHIDE_BOOTS = 19930,\n\tSARADOMIN_DHIDE_BOOTS = 19933,\n\tZAMORAK_DHIDE_BOOTS = 19936,\n\tHEAVY_CASKET = 19941,\n\tARCEUUS_SCARF = 19943,\n\tHOSIDIUS_SCARF = 19946,\n\tLOVAKENGJ_SCARF = 19949,\n\tPISCARILIUS_SCARF = 19952,\n\tSHAYZIEN_SCARF = 19955,\n\tDARK_TUXEDO_JACKET = 19958,\n\tDARK_TUXEDO_CUFFS = 19961,\n\tDARK_TROUSERS = 19964,\n\tDARK_TUXEDO_SHOES = 19967,\n\tDARK_BOW_TIE = 19970,\n\tLIGHT_TUXEDO_JACKET = 19973,\n\tLIGHT_TUXEDO_CUFFS = 19976,\n\tLIGHT_TROUSERS = 19979,\n\tLIGHT_TUXEDO_SHOES = 19982,\n\tLIGHT_BOW_TIE = 19985,\n\tBLACKSMITHS_HELM = 19988,\n\tBUCKET_HELM = 19991,\n\tRANGER_GLOVES = 19994,\n\tHOLY_WRAPS = 19997,\n\tDRAGON_SCIMITAR_OR = 20000,\n\tDRAGON_SCIMITAR_ORNAMENT_KIT = 20002,\n\tRING_OF_NATURE = 20005,\n\tFANCY_TIARA = 20008,\n\tTHIRD_AGE_AXE = 20011,\n\tTHIRD_AGE_PICKAXE = 20014,\n\tRING_OF_COINS = 20017,\n\tLESSER_DEMON_MASK = 20020,\n\tGREATER_DEMON_MASK = 20023,\n\tBLACK_DEMON_MASK = 20026,\n\tOLD_DEMON_MASK = 20029,\n\tJUNGLE_DEMON_MASK = 20032,\n\tSAMURAI_KASA = 20035,\n\tSAMURAI_SHIRT = 20038,\n\tSAMURAI_GLOVES = 20041,\n\tSAMURAI_GREAVES = 20044,\n\tSAMURAI_BOOTS = 20047,\n\tOBSIDIAN_CAPE_R = 20050,\n\tHALF_MOON_SPECTACLES = 20053,\n\tALE_OF_THE_GODS = 20056,\n\tBUCKET_HELM_G = 20059,\n\tTORTURE_ORNAMENT_KIT = 20062,\n\tOCCULT_ORNAMENT_KIT = 20065,\n\tARMADYL_GODSWORD_ORNAMENT_KIT = 20068,\n\tBANDOS_GODSWORD_ORNAMENT_KIT = 20071,\n\tSARADOMIN_GODSWORD_ORNAMENT_KIT = 20074,\n\tZAMORAK_GODSWORD_ORNAMENT_KIT = 20077,\n\tMUMMYS_HEAD = 20080,\n\tMUMMYS_BODY = 20083,\n\tMUMMYS_HANDS = 20086,\n\tMUMMYS_LEGS = 20089,\n\tMUMMYS_FEET = 20092,\n\tANKOU_MASK = 20095,\n\tANKOU_TOP = 20098,\n\tANKOU_GLOVES = 20101,\n\tANKOUS_LEGGINGS = 20104,\n\tANKOU_SOCKS = 20107,\n\tBOWL_WIG = 20110,\n\tARCEUUS_HOOD = 20113,\n\tHOSIDIUS_HOOD = 20116,\n\tLOVAKENGJ_HOOD = 20119,\n\tPISCARILIUS_HOOD = 20122,\n\tSHAYZIEN_HOOD = 20125,\n\tHOOD_OF_DARKNESS = 20128,\n\tROBE_TOP_OF_DARKNESS = 20131,\n\tGLOVES_OF_DARKNESS = 20134,\n\tROBE_BOTTOM_OF_DARKNESS = 20137,\n\tBOOTS_OF_DARKNESS = 20140,\n\tDRAGON_DEFENDER_ORNAMENT_KIT = 20143,\n\tGILDED_MED_HELM = 20146,\n\tGILDED_CHAINBODY = 20149,\n\tGILDED_SQ_SHIELD = 20152,\n\tGILDED_2H_SWORD = 20155,\n\tGILDED_SPEAR = 20158,\n\tGILDED_HASTA = 20161,\n\tLARGE_SPADE = 20164,\n\tWOODEN_SHIELD_G = 20166,\n\tSTEEL_PLATEBODY_G = 20169,\n\tSTEEL_PLATELEGS_G = 20172,\n\tSTEEL_PLATESKIRT_G = 20175,\n\tSTEEL_FULL_HELM_G = 20178,\n\tSTEEL_KITESHIELD_G = 20181,\n\tSTEEL_PLATEBODY_T = 20184,\n\tSTEEL_PLATELEGS_T = 20187,\n\tSTEEL_PLATESKIRT_T = 20190,\n\tSTEEL_FULL_HELM_T = 20193,\n\tSTEEL_KITESHIELD_T = 20196,\n\tMONKS_ROBE_TOP_G = 20199,\n\tMONKS_ROBE_G = 20202,\n\tGOLDEN_CHEFS_HAT = 20205,\n\tGOLDEN_APRON = 20208,\n\tTEAM_CAPE_ZERO = 20211,\n\tTEAM_CAPE_X = 20214,\n\tTEAM_CAPE_I = 20217,\n\tHOLY_BLESSING = 20220,\n\tUNHOLY_BLESSING = 20223,\n\tPEACEFUL_BLESSING = 20226,\n\tHONOURABLE_BLESSING = 20229,\n\tWAR_BLESSING = 20232,\n\tANCIENT_BLESSING = 20235,\n\tCHARGE_DRAGONSTONE_JEWELLERY_SCROLL = 20238,\n\tCRIER_COAT = 20240,\n\tCRIER_BELL = 20243,\n\tBLACK_LEPRECHAUN_HAT = 20246,\n\tCLUELESS_SCROLL = 20249,\n\tARCEUUS_BANNER = 20251,\n\tHOSIDIUS_BANNER = 20254,\n\tLOVAKENGJ_BANNER = 20257,\n\tPISCARILIUS_BANNER = 20260,\n\tSHAYZIEN_BANNER = 20263,\n\tBLACK_UNICORN_MASK = 20266,\n\tWHITE_UNICORN_MASK = 20269,\n\tCABBAGE_ROUND_SHIELD = 20272,\n\tGNOMISH_FIRELIGHTER_UNCHARGED = 20275,\n\tAMULET_OF_TORTURE_OR = 20366,\n\tARMADYL_GODSWORD_OR = 20368,\n\tBANDOS_GODSWORD_OR = 20370,\n\tSARADOMIN_GODSWORD_OR = 20372,\n\tZAMORAK_GODSWORD_OR = 20374,\n\tSTEEL_TRIMMED_SET_LG = 20376,\n\tSTEEL_TRIMMED_SET_SK = 20379,\n\tSTEEL_GOLDTRIMMED_SET_LG = 20382,\n\tSTEEL_GOLDTRIMMED_SET_SK = 20385,\n\tDRAGON_ARROW_LAST_MAN_STANDING = 20389,\n\tSPEAR_LAST_MAN_STANDING = 20397,\n\tABYSSAL_WHIP_LAST_MAN_STANDING = 20405,\n\tDRAGON_DAGGER_LAST_MAN_STANDING = 20407,\n\tDARK_BOW_LAST_MAN_STANDING = 20408,\n\tRUNE_PLATELEGS_LAST_MAN_STANDING = 20422,\n\tBLACK_DHIDE_BODY_LAST_MAN_STANDING = 20423,\n\tMYSTIC_ROBE_TOP_LAST_MAN_STANDING = 20425,\n\tMYSTIC_ROBE_BOTTOM_LAST_MAN_STANDING = 20426,\n\tEVIL_CHICKEN_FEET = 20433,\n\tEVIL_CHICKEN_WINGS = 20436,\n\tEVIL_CHICKEN_HEAD = 20439,\n\tEVIL_CHICKEN_LEGS = 20442,\n\tELDER_CHAOS_TOP = 20517,\n\tELDER_CHAOS_ROBE = 20520,\n\tGRANITE_MAUL_LAST_MAN_STANDING = 20557,\n\tCLIMBING_BOOTS_LAST_MAN_STANDING = 20578,\n\tADAMANT_GLOVES_LAST_MAN_STANDING = 20582,\n\tAMULET_OF_POWER_LAST_MAN_STANDING = 20585,\n\tAMULET_OF_GLORY_LAST_MAN_STANDING = 20586,\n\tSTALE_BAGUETTE = 20590,\n\tARMADYL_GODSWORD_LAST_MAN_STANDING = 20593,\n\tELDER_CHAOS_HOOD = 20595,\n\tAHRIMS_ROBETOP_LAST_MAN_STANDING = 20598,\n\tAHRIMS_ROBESKIRT_LAST_MAN_STANDING = 20599,\n\tRING_OF_SUFFERING_RECOIL = 20655,\n\tRING_OF_SUFFERING_I_RECOIL = 20657,\n\tPYROMANCER_GARB = 20704,\n\tPYROMANCER_ROBE = 20706,\n\tPYROMANCER_HOOD = 20708,\n\tPYROMANCER_BOOTS = 20710,\n\tWARM_GLOVES = 20712,\n\tTOME_OF_FIRE_CHARGED = 20714,\n\tTOME_OF_FIRE_EMPTY = 20716,\n\tBURNT_PAGE = 20718,\n\tBRUMA_TORCH = 20720,\n\tIMBUED_HEART = 20724,\n\tLEAFBLADED_BATTLEAXE = 20727,\n\tMIST_BATTLESTAFF = 20730,\n\tMYSTIC_MIST_STAFF = 20733,\n\tDUST_BATTLESTAFF = 20736,\n\tMYSTIC_DUST_STAFF = 20739,\n\tZAMORAKS_GRAPES = 20749,\n\tHILL_GIANT_CLUB = 20756,\n\tARDOUGNE_MAX_CAPE = 20760,\n\tARDOUGNE_MAX_HOOD = 20764,\n\tBANSHEE_MASK = 20773,\n\tBANSHEE_TOP = 20775,\n\tBANSHEE_ROBE = 20777,\n\tHUNTING_KNIFE = 20779,\n\tKILLERS_KNIFE_HALLOWEEN = 20781,\n\tDRAGON_CLAWS_LAST_MAN_STANDING = 20784,\n\tRING_OF_WEALTH_I_I5 = 20786,\n\tRING_OF_WEALTH_I_I4 = 20787,\n\tRING_OF_WEALTH_I_I3 = 20788,\n\tRING_OF_WEALTH_I_I2 = 20789,\n\tRING_OF_WEALTH_I_I1 = 20790,\n\tHARDCORE_IRONMAN_HELM = 20792,\n\tHARDCORE_IRONMAN_PLATEBODY = 20794,\n\tHARDCORE_IRONMAN_PLATELEGS = 20796,\n\tSACK_OF_PRESENTS = 20834,\n\tGIANT_PRESENT = 20836,\n\tCORRUPTED_HELM = 20838,\n\tCORRUPTED_PLATEBODY = 20840,\n\tCORRUPTED_PLATELEGS = 20842,\n\tCORRUPTED_PLATESKIRT = 20844,\n\tCORRUPTED_KITESHIELD = 20846,\n\tDRAGON_THROWNAXE = 20849,\n\tTWISTED_BOW = 20997,\n\tTWISTED_BUCKLER = 21000,\n\tELDER_MAUL = 21003,\n\tKODAI_WAND = 21006,\n\tDRAGON_SWORD = 21009,\n\tDRAGON_HUNTER_CROSSBOW = 21012,\n\tDINHS_BULWARK = 21015,\n\tANCESTRAL_HAT = 21018,\n\tANCESTRAL_ROBE_TOP = 21021,\n\tANCESTRAL_ROBE_BOTTOM = 21024,\n\tDRAGON_HARPOON = 21028,\n\tINFERNAL_HARPOON_CHARGED = 21031,\n\tINFERNAL_HARPOON_UNCHARGED = 21033,\n\tDEXTEROUS_PRAYER_SCROLL = 21034,\n\tKODAI_INSIGNIA = 21043,\n\tTORN_PRAYER_SCROLL = 21047,\n\tANCESTRAL_ROBES_SET = 21049,\n\tKILLERS_KNIFE_QUEST = 21059,\n\tGRACEFUL_HOOD_AGILITY_ARENA_INVENTORY = 21061,\n\tGRACEFUL_CAPE_AGILITY_ARENA_INVENTORY = 21064,\n\tGRACEFUL_TOP_AGILITY_ARENA_INVENTORY = 21067,\n\tGRACEFUL_LEGS_AGILITY_ARENA_INVENTORY = 21070,\n\tGRACEFUL_GLOVES_AGILITY_ARENA_INVENTORY = 21073,\n\tGRACEFUL_BOOTS_AGILITY_ARENA_INVENTORY = 21076,\n\tARCANE_PRAYER_SCROLL = 21079,\n\tOPAL_RING = 21081,\n\tJADE_RING = 21084,\n\tTOPAZ_RING = 21087,\n\tOPAL_NECKLACE = 21090,\n\tJADE_NECKLACE = 21093,\n\tTOPAZ_NECKLACE = 21096,\n\tOPAL_AMULET_U = 21099,\n\tJADE_AMULET_U = 21102,\n\tTOPAZ_AMULET_U = 21105,\n\tOPAL_AMULET = 21108,\n\tJADE_AMULET = 21111,\n\tTOPAZ_AMULET = 21114,\n\tOPAL_BRACELET = 21117,\n\tJADE_BRACELET = 21120,\n\tTOPAZ_BRACELET = 21123,\n\tRING_OF_PURSUIT = 21126,\n\tRING_OF_RETURNING_5 = 21129,\n\tRING_OF_RETURNING_4 = 21132,\n\tRING_OF_RETURNING_3 = 21134,\n\tRING_OF_RETURNING_2 = 21136,\n\tRING_OF_RETURNING_1 = 21138,\n\tEFARITAYS_AID = 21140,\n\tDODGY_NECKLACE = 21143,\n\tNECKLACE_OF_PASSAGE_5 = 21146,\n\tNECKLACE_OF_PASSAGE_4 = 21149,\n\tNECKLACE_OF_PASSAGE_3 = 21151,\n\tNECKLACE_OF_PASSAGE_2 = 21153,\n\tNECKLACE_OF_PASSAGE_1 = 21155,\n\tNECKLACE_OF_FAITH = 21157,\n\tAMULET_OF_BOUNTY = 21160,\n\tAMULET_OF_CHEMISTRY = 21163,\n\tBURNING_AMULET_5 = 21166,\n\tBURNING_AMULET_4 = 21169,\n\tBURNING_AMULET_3 = 21171,\n\tBURNING_AMULET_2 = 21173,\n\tBURNING_AMULET_1 = 21175,\n\tEXPEDITIOUS_BRACELET = 21177,\n\tFLAMTAER_BRACELET = 21180,\n\tBRACELET_OF_SLAUGHTER = 21183,\n\tLAVA_BATTLESTAFF_OR = 21198,\n\tMYSTIC_LAVA_STAFF_OR = 21200,\n\tLAVA_STAFF_UPGRADE_KIT = 21202,\n\tELDER_MAUL_LAST_MAN_STANDING = 21205,\n\tBIRTHDAY_BALLOONS = 21209,\n\tEASTER_EGG_HELM = 21214,\n\tSLAYERS_STAFF_E = 21255,\n\tSLAYERS_ENCHANTMENT = 21257,\n\tPURPLE_SLAYER_HELMET = 21264,\n\tPURPLE_SLAYER_HELMET_I_NIGHTMARE_ZONE = 21266,\n\tSLAYER_RING_ETERNAL = 21268,\n\tETERNAL_GEM = 21270,\n\tSKULL_SCEPTRE_I = 21276,\n\tOBSIDIAN_ARMOUR_SET = 21279,\n\tINFERNAL_MAX_HOOD = 21282,\n\tINFERNAL_MAX_CAPE_NORMAL = 21285,\n\tINFERNAL_CAPE_NORMAL = 21295,\n\tOBSIDIAN_HELMET = 21298,\n\tOBSIDIAN_PLATEBODY = 21301,\n\tOBSIDIAN_PLATELEGS = 21304,\n\tRAINBOW_SCARF = 21314,\n\tAMETHYST_BROAD_BOLTS = 21316,\n\tAMETHYST_JAVELIN_UNPOISONED = 21318,\n\tAMETHYST_JAVELIN_POISON = 21320,\n\tAMETHYST_ARROW_UNPOISONED = 21326,\n\tAMETHYST_FIRE_ARROW_UNLIT = 21328,\n\tAMETHYST_FIRE_ARROW_LIT = 21330,\n\tAMETHYST_ARROW_POISON = 21332,\n\tAMETHYST_BOLT_TIPS = 21338,\n\tMINING_GLOVES = 21343,\n\tSUPERIOR_MINING_GLOVES = 21345,\n\tAMETHYST = 21347,\n\tAMETHYST_ARROWTIPS = 21350,\n\tAMETHYST_JAVELIN_HEADS = 21352,\n\tMASTER_SCROLL_BOOK_EMPTY = 21387,\n\tEXPERT_MINING_GLOVES = 21392,\n\tCHAMPIONS_CAPE = 21439,\n\tTEAK_SAPLING = 21477,\n\tMAHOGANY_SAPLING = 21480,\n\tULTRACOMPOST = 21483,\n\tTEAK_SEED = 21486,\n\tMAHOGANY_SEED = 21488,\n\tSEAWEED_SPORE = 21490,\n\tGIANT_SEAWEED = 21504,\n\tBIRD_HOUSE_ITEM = 21512,\n\tOAK_BIRD_HOUSE = 21515,\n\tWILLOW_BIRD_HOUSE = 21518,\n\tTEAK_BIRD_HOUSE = 21521,\n\tHEATPROOF_VESSEL = 21539,\n\tCALCITE = 21543,\n\tPYROPHOSPHITE = 21545,\n\tNUMULITE = 21555,\n\tVOLCANIC_ASH = 21622,\n\tSULLIUSCEP_CAP = 21626,\n\tANCIENT_WYVERN_SHIELD_CHARGED = 21633,\n\tANCIENT_WYVERN_SHIELD_UNCHARGED = 21634,\n\tWYVERN_VISAGE = 21637,\n\tGRANITE_BOOTS = 21643,\n\tGRANITE_LONGSWORD = 21646,\n\tMERFOLK_TRIDENT = 21649,\n\tDRIFT_NET = 21652,\n\tUNCOOKED_MUSHROOM_PIE = 21684,\n\tMUSHROOM_PIE_FULL = 21690,\n\tRUNEFEST_SHIELD = 21695,\n\tJONAS_MASK_REWARD = 21720,\n\tBLACK_TOURMALINE_CORE = 21730,\n\tGUARDIAN_BOOTS = 21733,\n\tGRANITE_GLOVES = 21736,\n\tGRANITE_RING = 21739,\n\tGRANITE_HAMMER = 21742,\n\tJAR_OF_STONE = 21745,\n\tGRANITE_RING_I_NIGHTMARE_ZONE = 21752,\n\tROCK_THROWNHAMMER = 21754,\n\tKHAREDSTS_MEMOIRS = 21760,\n\tIMBUED_SARADOMIN_MAX_CAPE_NORMAL = 21776,\n\tIMBUED_SARADOMIN_MAX_HOOD = 21778,\n\tIMBUED_ZAMORAK_MAX_CAPE_NORMAL = 21780,\n\tIMBUED_ZAMORAK_MAX_HOOD = 21782,\n\tIMBUED_GUTHIX_MAX_CAPE_NORMAL = 21784,\n\tIMBUED_GUTHIX_MAX_HOOD = 21786,\n\tIMBUED_SARADOMIN_CAPE_NORMAL = 21791,\n\tIMBUED_GUTHIX_CAPE_NORMAL = 21793,\n\tIMBUED_ZAMORAK_CAPE_NORMAL = 21795,\n\tREVENANT_CAVE_TELEPORT = 21802,\n\tANCIENT_CRYSTAL = 21804,\n\tANCIENT_EMBLEM = 21807,\n\tANCIENT_TOTEM = 21810,\n\tANCIENT_STATUETTE = 21813,\n\tBRACELET_OF_ETHEREUM_CHARGED = 21816,\n\tBRACELET_OF_ETHEREUM_UNCHARGED = 21817,\n\tREVENANT_ETHER = 21820,\n\tSHAMAN_MASK = 21838,\n\tSNOW_IMP_COSTUME_HEAD_REWARD = 21847,\n\tSNOW_IMP_COSTUME_BODY_REWARD = 21849,\n\tSNOW_IMP_COSTUME_LEGS_REWARD = 21851,\n\tSNOW_IMP_COSTUME_TAIL_REWARD = 21853,\n\tSNOW_IMP_COSTUME_GLOVES_REWARD = 21855,\n\tSNOW_IMP_COSTUME_FEET_REWARD = 21857,\n\tWISE_OLD_MANS_SANTA_HAT = 21859,\n\tBULGING_SACK = 21874,\n\tWRATH_RUNE = 21880,\n\tDRAGON_ARMOUR_SET_LG = 21882,\n\tDRAGON_ARMOUR_SET_SK = 21885,\n\tTURQUOISE_SLAYER_HELMET = 21888,\n\tTURQUOISE_SLAYER_HELMET_I_NIGHTMARE_ZONE = 21890,\n\tDRAGON_PLATEBODY = 21892,\n\tDRAGON_KITESHIELD = 21895,\n\tASSEMBLER_MAX_CAPE_NORMAL = 21898,\n\tASSEMBLER_MAX_HOOD = 21900,\n\tDRAGON_CROSSBOW = 21902,\n\tDRAGON_BOLTS_UNPOISONED = 21905,\n\tDRAGON_LIMBS = 21918,\n\tDRAGON_CROSSBOW_U = 21921,\n\tDRAGON_BOLTS_POISON = 21924,\n\tDRAGON_BOLTS_UNF = 21930,\n\tOPAL_DRAGON_BOLTS_E = 21932,\n\tJADE_DRAGON_BOLTS_E = 21934,\n\tPEARL_DRAGON_BOLTS_E = 21936,\n\tTOPAZ_DRAGON_BOLTS_E = 21938,\n\tSAPPHIRE_DRAGON_BOLTS_E = 21940,\n\tEMERALD_DRAGON_BOLTS_E = 21942,\n\tRUBY_DRAGON_BOLTS_E = 21944,\n\tDIAMOND_DRAGON_BOLTS_E = 21946,\n\tDRAGONSTONE_DRAGON_BOLTS_E = 21948,\n\tONYX_DRAGON_BOLTS_E = 21950,\n\tMAGIC_STOCK = 21952,\n\tOPAL_DRAGON_BOLTS = 21955,\n\tJADE_DRAGON_BOLTS = 21957,\n\tPEARL_DRAGON_BOLTS = 21959,\n\tTOPAZ_DRAGON_BOLTS = 21961,\n\tSAPPHIRE_DRAGON_BOLTS = 21963,\n\tEMERALD_DRAGON_BOLTS = 21965,\n\tRUBY_DRAGON_BOLTS = 21967,\n\tDIAMOND_DRAGON_BOLTS = 21969,\n\tDRAGONSTONE_DRAGON_BOLTS = 21971,\n\tONYX_DRAGON_BOLTS = 21973,\n\tCRUSHED_SUPERIOR_DRAGON_BONES = 21975,\n\tSUPER_ANTIFIRE_POTION_4_DOSE = 21978,\n\tSUPER_ANTIFIRE_POTION_3_DOSE = 21981,\n\tSUPER_ANTIFIRE_POTION_2_DOSE = 21984,\n\tSUPER_ANTIFIRE_POTION_1_DOSE = 21987,\n\tSUPER_ANTIFIRE_MIX_2_DOSE = 21994,\n\tSUPER_ANTIFIRE_MIX_1_DOSE = 21997,\n\tDRAGONFIRE_WARD_CHARGED = 22002,\n\tDRAGONFIRE_WARD_UNCHARGED = 22003,\n\tSKELETAL_VISAGE = 22006,\n\tDRAGON_METAL_SHARD = 22097,\n\tDRAGON_METAL_SLICE = 22100,\n\tDRAGON_METAL_LUMP = 22103,\n\tJAR_OF_DECAY = 22106,\n\tAVAS_ASSEMBLER_NORMAL = 22109,\n\tDRAGONBONE_NECKLACE = 22111,\n\tMYTHICAL_CAPE = 22114,\n\tWRATH_TALISMAN = 22118,\n\tWRATH_TIARA = 22121,\n\tSUPERIOR_DRAGON_BONES = 22124,\n\tADAMANT_KITESHIELD_ARRAV = 22127,\n\tADAMANT_KITESHIELD_ASGARNIA = 22129,\n\tADAMANT_KITESHIELD_DORGESHUUN = 22131,\n\tADAMANT_KITESHIELD_DRAGON = 22133,\n\tADAMANT_KITESHIELD_FAIRY = 22135,\n\tADAMANT_KITESHIELD_GUTHIX = 22137,\n\tADAMANT_KITESHIELD_HAM = 22139,\n\tADAMANT_KITESHIELD_HORSE = 22141,\n\tADAMANT_KITESHIELD_JOGRE = 22143,\n\tADAMANT_KITESHIELD_KANDARIN = 22145,\n\tADAMANT_KITESHIELD_MISTHALIN = 22147,\n\tADAMANT_KITESHIELD_MONEY = 22149,\n\tADAMANT_KITESHIELD_SARADOMIN = 22151,\n\tADAMANT_KITESHIELD_SKULL = 22153,\n\tADAMANT_KITESHIELD_VARROCK = 22155,\n\tADAMANT_KITESHIELD_ZAMORAK = 22157,\n\tADAMANT_HERALDIC_HELM_ARRAV = 22159,\n\tADAMANT_HERALDIC_HELM_ASGARNIA = 22161,\n\tADAMANT_HERALDIC_HELM_DORGESHUUN = 22163,\n\tADAMANT_HERALDIC_HELM_DRAGON = 22165,\n\tADAMANT_HERALDIC_HELM_FAIRY = 22167,\n\tADAMANT_HERALDIC_HELM_GUTHIX = 22169,\n\tADAMANT_HERALDIC_HELM_HAM = 22171,\n\tADAMANT_HERALDIC_HELM_HORSE = 22173,\n\tADAMANT_HERALDIC_HELM_JOGRE = 22175,\n\tADAMANT_HERALDIC_HELM_KANDARIN = 22177,\n\tADAMANT_HERALDIC_HELM_MISTHALIN = 22179,\n\tADAMANT_HERALDIC_HELM_MONEY = 22181,\n\tADAMANT_HERALDIC_HELM_SARADOMIN = 22183,\n\tADAMANT_HERALDIC_HELM_SKULL = 22185,\n\tADAMANT_HERALDIC_HELM_VARROCK = 22187,\n\tADAMANT_HERALDIC_HELM_ZAMORAK = 22189,\n\tMAPLE_BIRD_HOUSE = 22192,\n\tMAHOGANY_BIRD_HOUSE = 22195,\n\tYEW_BIRD_HOUSE = 22198,\n\tMAGIC_BIRD_HOUSE = 22201,\n\tREDWOOD_BIRD_HOUSE = 22204,\n\tEXTENDED_SUPER_ANTIFIRE_4_DOSE = 22209,\n\tEXTENDED_SUPER_ANTIFIRE_3_DOSE = 22212,\n\tEXTENDED_SUPER_ANTIFIRE_2_DOSE = 22215,\n\tEXTENDED_SUPER_ANTIFIRE_1_DOSE = 22218,\n\tEXTENDED_SUPER_ANTIFIRE_MIX_2_DOSE = 22221,\n\tEXTENDED_SUPER_ANTIFIRE_MIX_1_DOSE = 22224,\n\tBULLET_ARROW = 22227,\n\tFIELD_ARROW = 22228,\n\tBLUNT_ARROW = 22229,\n\tBARBED_ARROW = 22230,\n\tDRAGON_BOOTS_ORNAMENT_KIT = 22231,\n\tDRAGON_BOOTS_G = 22234,\n\tDRAGON_PLATEBODY_ORNAMENT_KIT = 22236,\n\tDRAGON_KITESHIELD_ORNAMENT_KIT = 22239,\n\tDRAGON_PLATEBODY_G = 22242,\n\tDRAGON_KITESHIELD_G = 22244,\n\tANGUISH_ORNAMENT_KIT = 22246,\n\tNECKLACE_OF_ANGUISH_OR = 22249,\n\tOAK_SHIELD = 22251,\n\tWILLOW_SHIELD = 22254,\n\tMAPLE_SHIELD = 22257,\n\tYEW_SHIELD = 22260,\n\tMAGIC_SHIELD = 22263,\n\tREDWOOD_SHIELD = 22266,\n\tHARD_LEATHER_SHIELD = 22269,\n\tSNAKESKIN_SHIELD = 22272,\n\tGREEN_DHIDE_SHIELD = 22275,\n\tBLUE_DHIDE_SHIELD = 22278,\n\tRED_DHIDE_SHIELD = 22281,\n\tBLACK_DHIDE_SHIELD = 22284,\n\tTRIDENT_OF_THE_SEAS_E_CHARGED = 22288,\n\tTRIDENT_OF_THE_SEAS_E_UNCHARGED = 22290,\n\tTRIDENT_OF_THE_SWAMP_E_CHARGED = 22292,\n\tTRIDENT_OF_THE_SWAMP_E_UNCHARGED = 22294,\n\tSTAFF_OF_LIGHT = 22296,\n\tANCIENT_MEDALLION = 22299,\n\tANCIENT_EFFIGY = 22302,\n\tANCIENT_RELIC = 22305,\n\tPROP_SWORD = 22316,\n\tAVERNIC_DEFENDER_NORMAL = 22322,\n\tSANGUINESTI_STAFF_CHARGED = 22323,\n\tGHRAZI_RAPIER = 22324,\n\tSCYTHE_OF_VITUR_CHARGED = 22325,\n\tJUSTICIAR_FACEGUARD = 22326,\n\tJUSTICIAR_CHESTGUARD = 22327,\n\tJUSTICIAR_LEGGUARDS = 22328,\n\tSTARTER_SWORD = 22331,\n\tSTARTER_BOW = 22333,\n\tSTARTER_STAFF = 22335,\n\tEGGSHELL_PLATEBODY = 22351,\n\tEGGSHELL_PLATELEGS = 22353,\n\tBRYOPHYTAS_STAFF_UNCHARGED = 22368,\n\tBRYOPHYTAS_STAFF_CHARGED = 22370,\n\tBRYOPHYTAS_ESSENCE = 22372,\n\tXERICS_GUARD = 22388,\n\tXERICS_WARRIOR = 22390,\n\tXERICS_SENTINEL = 22392,\n\tXERICS_GENERAL = 22394,\n\tXERICS_CHAMPION = 22396,\n\tIVANDIS_FLAIL = 22398,\n\tDRAKANS_MEDALLION = 22400,\n\tBLOODY_BRACER = 22430,\n\tEMERALD_SICKLE_B = 22433,\n\tENCHANTED_EMERALD_SICKLE_B = 22435,\n\tJUSTICIAR_ARMOUR_SET = 22438,\n\tCADANTINE_BLOOD_POTION_UNF = 22443,\n\tVIAL_OF_BLOOD = 22446,\n\tBATTLEMAGE_POTION_4_DOSE = 22449,\n\tBATTLEMAGE_POTION_3_DOSE = 22452,\n\tBATTLEMAGE_POTION_2_DOSE = 22455,\n\tBATTLEMAGE_POTION_1_DOSE = 22458,\n\tBASTION_POTION_4_DOSE = 22461,\n\tBASTION_POTION_3_DOSE = 22464,\n\tBASTION_POTION_2_DOSE = 22467,\n\tBASTION_POTION_1_DOSE = 22470,\n\tAVERNIC_DEFENDER_HILT = 22477,\n\tSANGUINESTI_STAFF_UNCHARGED = 22481,\n\tSCYTHE_OF_VITUR_UNCHARGED = 22486,\n\tSINHAZA_SHROUD_TIER_1 = 22494,\n\tSINHAZA_SHROUD_TIER_2 = 22496,\n\tSINHAZA_SHROUD_TIER_3 = 22498,\n\tSINHAZA_SHROUD_TIER_4 = 22500,\n\tSINHAZA_SHROUD_TIER_5 = 22502,\n\tDAWNBRINGER = 22516,\n\tESCAPE_CRYSTAL = 22517,\n\tVIGGORAS_CHAINMACE_UNCHARGED = 22542,\n\tVIGGORAS_CHAINMACE_CHARGED = 22545,\n\tCRAWS_BOW_UNCHARGED = 22547,\n\tCRAWS_BOW_CHARGED = 22550,\n\tTHAMMARONS_SCEPTRE_UNCHARGED = 22552,\n\tTHAMMARONS_SCEPTRE_CHARGED = 22555,\n\tAMULET_OF_AVARICE = 22557,\n\tTE_SALT = 22593,\n\tEFH_SALT = 22595,\n\tURT_SALT = 22597,\n\tICY_BASALT = 22599,\n\tSTONY_BASALT = 22601,\n\tBASALT = 22603,\n\tVESTAS_SPEAR = 22610,\n\tVESTAS_LONGSWORD = 22613,\n\tVESTAS_CHAINBODY = 22616,\n\tVESTAS_PLATESKIRT = 22619,\n\tSTATIUSS_WARHAMMER = 22622,\n\tSTATIUSS_FULL_HELM = 22625,\n\tSTATIUSS_PLATEBODY = 22628,\n\tSTATIUSS_PLATELEGS = 22631,\n\tMORRIGANS_THROWING_AXE = 22634,\n\tMORRIGANS_JAVELIN = 22636,\n\tMORRIGANS_COIF = 22638,\n\tMORRIGANS_LEATHER_BODY = 22641,\n\tMORRIGANS_LEATHER_CHAPS = 22644,\n\tZURIELS_STAFF = 22647,\n\tZURIELS_HOOD = 22650,\n\tZURIELS_ROBE_TOP = 22653,\n\tZURIELS_ROBE_BOTTOM = 22656,\n\tSCROLL_SACK = 22675,\n\tCLOWN_MASK_REWARD = 22689,\n\tCLOWN_BOW_TIE_REWARD = 22692,\n\tCLOWN_GOWN_REWARD = 22695,\n\tCLOWN_TROUSERS_REWARD = 22698,\n\tCLOWN_SHOES_REWARD = 22701,\n\tSTARFACE = 22713,\n\tTREE_TOP = 22715,\n\tTREE_SKIRT = 22717,\n\tCANDY_CANE = 22719,\n\tDRAGON_HASTA_UNPOISONED = 22731,\n\tDRAGON_HASTA_POISON = 22734,\n\tDRAGON_HASTA_KARAMBWAN_POISON = 22743,\n\tWYRM_BONES = 22780,\n\tDRAKE_BONES = 22783,\n\tHYDRA_BONES = 22786,\n\tUNCOOKED_DRAGONFRUIT_PIE = 22789,\n\tDRAGONFRUIT_PIE_FULL = 22795,\n\tDRAGON_KNIFE_UNPOISONED = 22804,\n\tDRAGON_KNIFE_POISON = 22806,\n\tCORMORANTS_GLOVE_NO_BIRD = 22816,\n\tCORMORANTS_GLOVE_BIRD = 22817,\n\tFISH_CHUNKS = 22818,\n\tBLUEGILL = 22826,\n\tCOMMON_TENCH = 22829,\n\tMOTTLED_EEL = 22832,\n\tGREATER_SIREN = 22835,\n\tFISH_SACK = 22838,\n\tGOLDEN_TENCH = 22840,\n\tPEARL_BARBARIAN_ROD = 22842,\n\tPEARL_FLY_FISHING_ROD = 22844,\n\tPEARL_FISHING_ROD = 22846,\n\tCELASTRUS_SAPLING = 22856,\n\tREDWOOD_SAPLING = 22859,\n\tDRAGONFRUIT_SAPLING = 22866,\n\tCELASTRUS_SEED = 22869,\n\tREDWOOD_TREE_SEED = 22871,\n\tPOTATO_CACTUS_SEED = 22873,\n\tDRAGONFRUIT_TREE_SEED = 22877,\n\tSNAPE_GRASS_SEED = 22879,\n\tWHITE_LILY_SEED = 22887,\n\tDRAGONFRUIT = 22929,\n\tWHITE_LILY = 22932,\n\tCELASTRUS_BARK = 22935,\n\tRADAS_BLESSING_1 = 22941,\n\tRADAS_BLESSING_2 = 22943,\n\tRADAS_BLESSING_3 = 22945,\n\tRADAS_BLESSING_4 = 22947,\n\tBATTLEFRONT_TELEPORT_TABLET = 22949,\n\tBOOTS_OF_BRIMSTONE = 22951,\n\tDEVOUT_BOOTS = 22954,\n\tDRAKES_CLAW = 22957,\n\tDRAKES_TOOTH = 22960,\n\tBROKEN_DRAGON_HASTA = 22963,\n\tHYDRAS_CLAW = 22966,\n\tBRIMSTONE_RING = 22975,\n\tDRAGON_HUNTER_LANCE = 22978,\n\tFEROCIOUS_GLOVES = 22981,\n\tHYDRA_LEATHER = 22983,\n\tBONECRUSHER_NECKLACE = 22986,\n\tHYDRA_TAIL = 22988,\n\tBOTTOMLESS_COMPOST_BUCKET_EMPTY = 22994,\n\tBOTTLED_DRAGONBREATH_UNPOWERED = 22999,\n\tBOTTLED_DRAGONBREATH_POWERED = 23002,\n\tBOOTS_OF_STONE = 23037,\n\tMYSTIC_HAT_DUSK = 23047,\n\tMYSTIC_ROBE_TOP_DUSK = 23050,\n\tMYSTIC_ROBE_BOTTOM_DUSK = 23053,\n\tMYSTIC_GLOVES_DUSK = 23056,\n\tMYSTIC_BOOTS_DUSK = 23059,\n\tJAR_OF_CHEMICALS = 23064,\n\tHYDRA_SLAYER_HELMET = 23073,\n\tHYDRA_SLAYER_HELMET_I_NIGHTMARE_ZONE = 23075,\n\tORNATE_GLOVES = 23091,\n\tORNATE_BOOTS = 23093,\n\tORNATE_LEGS = 23095,\n\tORNATE_TOP = 23097,\n\tORNATE_CAPE = 23099,\n\tORNATE_HELM = 23101,\n\tMYSTIC_SET_LIGHT = 23110,\n\tMYSTIC_SET_BLUE = 23113,\n\tMYSTIC_SET_DARK = 23116,\n\tMYSTIC_SET_DUSK = 23119,\n\tOILY_PEARL_FISHING_ROD = 23122,\n\tGILDED_DRAGONHIDE_SET = 23124,\n\tRING_OF_THIRD_AGE = 23185,\n\tGUTHIX_DHIDE_SHIELD = 23188,\n\tSARADOMIN_DHIDE_SHIELD = 23191,\n\tZAMORAK_DHIDE_SHIELD = 23194,\n\tANCIENT_DHIDE_SHIELD = 23197,\n\tARMADYL_DHIDE_SHIELD = 23200,\n\tBANDOS_DHIDE_SHIELD = 23203,\n\tDUAL_SAI = 23206,\n\tRUNE_PLATEBODY_H1 = 23209,\n\tRUNE_PLATEBODY_H2 = 23212,\n\tRUNE_PLATEBODY_H3 = 23215,\n\tRUNE_PLATEBODY_H4 = 23218,\n\tRUNE_PLATEBODY_H5 = 23221,\n\tTHIEVING_BAG = 23224,\n\tRUNE_DEFENDER_ORNAMENT_KIT = 23227,\n\tRUNE_DEFENDER_T_NORMAL = 23230,\n\tTZHAARKETOM_ORNAMENT_KIT = 23232,\n\tTZHAARKETOM_T = 23235,\n\tBERSERKER_NECKLACE_ORNAMENT_KIT = 23237,\n\tBERSERKER_NECKLACE_OR = 23240,\n\tTHIRD_AGE_PLATESKIRT = 23242,\n\tFREMENNIK_KILT = 23246,\n\tRANGERS_TIGHTS = 23249,\n\tGIANT_BOOT = 23252,\n\tURIS_HAT = 23255,\n\tGILDED_COIF = 23258,\n\tGILDED_DHIDE_VAMBRACES = 23261,\n\tGILDED_DHIDE_BODY = 23264,\n\tGILDED_DHIDE_CHAPS = 23267,\n\tADAMANT_DRAGON_MASK = 23270,\n\tRUNE_DRAGON_MASK = 23273,\n\tGILDED_PICKAXE = 23276,\n\tGILDED_AXE = 23279,\n\tGILDED_SPADE = 23282,\n\tMOLE_SLIPPERS = 23285,\n\tFROG_SLIPPERS = 23288,\n\tBEAR_FEET = 23291,\n\tDEMON_FEET = 23294,\n\tJESTER_CAPE = 23297,\n\tSHOULDER_PARROT = 23300,\n\tMONKS_ROBE_TOP_T = 23303,\n\tMONKS_ROBE_T = 23306,\n\tAMULET_OF_DEFENCE_T = 23309,\n\tSANDWICH_LADY_HAT = 23312,\n\tSANDWICH_LADY_TOP = 23315,\n\tSANDWICH_LADY_BOTTOM = 23318,\n\tRUNE_SCIMITAR_ORNAMENT_KIT_GUTHIX = 23321,\n\tRUNE_SCIMITAR_ORNAMENT_KIT_SARADOMIN = 23324,\n\tRUNE_SCIMITAR_ORNAMENT_KIT_ZAMORAK = 23327,\n\tRUNE_SCIMITAR_GUTHIX = 23330,\n\tRUNE_SCIMITAR_SARADOMIN = 23332,\n\tRUNE_SCIMITAR_ZAMORAK = 23334,\n\tTHIRD_AGE_DRUIDIC_ROBE_TOP = 23336,\n\tTHIRD_AGE_DRUIDIC_ROBE_BOTTOMS = 23339,\n\tTHIRD_AGE_DRUIDIC_STAFF = 23342,\n\tTHIRD_AGE_DRUIDIC_CLOAK = 23345,\n\tTORMENTED_ORNAMENT_KIT = 23348,\n\tCAPE_OF_SKULLS = 23351,\n\tAMULET_OF_POWER_T = 23354,\n\tRAIN_BOW = 23357,\n\tHAM_JOINT = 23360,\n\tSTAFF_OF_BOB_THE_CAT = 23363,\n\tBLACK_PLATEBODY_H1 = 23366,\n\tBLACK_PLATEBODY_H2 = 23369,\n\tBLACK_PLATEBODY_H3 = 23372,\n\tBLACK_PLATEBODY_H4 = 23375,\n\tBLACK_PLATEBODY_H5 = 23378,\n\tLEATHER_BODY_G = 23381,\n\tLEATHER_CHAPS_G = 23384,\n\tWATSON_TELEPORT = 23387,\n\tSPIKED_MANACLES = 23389,\n\tADAMANT_PLATEBODY_H1 = 23392,\n\tADAMANT_PLATEBODY_H2 = 23395,\n\tADAMANT_PLATEBODY_H3 = 23398,\n\tADAMANT_PLATEBODY_H4 = 23401,\n\tADAMANT_PLATEBODY_H5 = 23404,\n\tWOLF_MASK = 23407,\n\tWOLF_CLOAK = 23410,\n\tCLIMBING_BOOTS_G = 23413,\n\tTORMENTED_BRACELET_OR = 23444,\n\tGIANT_EASTER_EGG = 23446,\n\tBUNNYMAN_MASK = 23448,\n\tENCHANTED_LYREI = 23458,\n\tLARRANS_KEY = 23490,\n\tGRUBBY_KEY = 23499,\n\tGIANT_EGG_SAC_FULL = 23517,\n\tMASK_OF_RANUL = 23522,\n\tJAR_OF_EYES = 23525,\n\tSARACHNIS_CUDGEL = 23528,\n\tHELM_OF_NEITIZNOT_LAST_MAN_STANDING = 23591,\n\tBARROWS_GLOVES_LAST_MAN_STANDING = 23593,\n\tBERSERKER_RING_LAST_MAN_STANDING = 23595,\n\tDRAGON_DEFENDER_LAST_MAN_STANDING = 23597,\n\tSPIRIT_SHIELD_LAST_MAN_STANDING = 23599,\n\tRUNE_CROSSBOW_LAST_MAN_STANDING = 23601,\n\tIMBUED_GUTHIX_CAPE_LAST_MAN_STANDING = 23603,\n\tIMBUED_ZAMORAK_CAPE_LAST_MAN_STANDING = 23605,\n\tIMBUED_SARADOMIN_CAPE_LAST_MAN_STANDING = 23607,\n\tARMADYL_CROSSBOW_LAST_MAN_STANDING = 23611,\n\tSTAFF_OF_THE_DEAD_LAST_MAN_STANDING = 23613,\n\tVESTAS_LONGSWORD_LAST_MAN_STANDING = 23615,\n\tZURIELS_STAFF_LAST_MAN_STANDING = 23617,\n\tMORRIGANS_JAVELIN_LAST_MAN_STANDING = 23619,\n\tSTATIUSS_WARHAMMER_LAST_MAN_STANDING = 23620,\n\tINFERNAL_CAPE_LAST_MAN_STANDING = 23622,\n\tSEERS_RING_I_LAST_MAN_STANDING = 23624,\n\tKODAI_WAND_LAST_MAN_STANDING = 23626,\n\tGHRAZI_RAPIER_LAST_MAN_STANDING = 23628,\n\tHEAVY_BALLISTA_LAST_MAN_STANDING = 23630,\n\tKARILS_LEATHERTOP_LAST_MAN_STANDING = 23632,\n\tDHAROKS_PLATELEGS_LAST_MAN_STANDING = 23633,\n\tTORAGS_PLATELEGS_LAST_MAN_STANDING = 23634,\n\tVERACS_PLATESKIRT_LAST_MAN_STANDING = 23635,\n\tVERACS_HELM_LAST_MAN_STANDING = 23636,\n\tTORAGS_HELM_LAST_MAN_STANDING = 23637,\n\tGUTHANS_HELM_LAST_MAN_STANDING = 23638,\n\tDHAROKS_HELM_LAST_MAN_STANDING = 23639,\n\tAMULET_OF_FURY_LAST_MAN_STANDING = 23640,\n\tBLESSED_SPIRIT_SHIELD_LAST_MAN_STANDING = 23642,\n\tETERNAL_BOOTS_LAST_MAN_STANDING = 23644,\n\tBANDOS_TASSETS_LAST_MAN_STANDING = 23646,\n\tDRAGON_JAVELIN_LAST_MAN_STANDING = 23648,\n\tDIAMOND_BOLTS_E_LAST_MAN_STANDING = 23649,\n\tMAGES_BOOK_LAST_MAN_STANDING = 23652,\n\tAHRIMS_STAFF_LAST_MAN_STANDING = 23653,\n\tOCCULT_NECKLACE_LAST_MAN_STANDING = 23654,\n\tDRAGONSTONE_ARMOUR_SET = 23667,\n\tCRYSTAL_AXE_ACTIVE = 23673,\n\tCRYSTAL_AXE_INACTIVE = 23675,\n\tDRAGON_PICKAXE_OR = 23677,\n\tCRYSTAL_PICKAXE_ACTIVE = 23680,\n\tCRYSTAL_PICKAXE_INACTIVE = 23682,\n\tDIVINE_SUPER_COMBAT_POTION_4_DOSE = 23685,\n\tDIVINE_SUPER_COMBAT_POTION_3_DOSE = 23688,\n\tDIVINE_SUPER_COMBAT_POTION_2_DOSE = 23691,\n\tDIVINE_SUPER_COMBAT_POTION_1_DOSE = 23694,\n\tDIVINE_SUPER_ATTACK_POTION_4_DOSE = 23697,\n\tDIVINE_SUPER_ATTACK_POTION_3_DOSE = 23700,\n\tDIVINE_SUPER_ATTACK_POTION_2_DOSE = 23703,\n\tDIVINE_SUPER_ATTACK_POTION_1_DOSE = 23706,\n\tDIVINE_SUPER_STRENGTH_POTION_4_DOSE = 23709,\n\tDIVINE_SUPER_STRENGTH_POTION_3_DOSE = 23712,\n\tDIVINE_SUPER_STRENGTH_POTION_2_DOSE = 23715,\n\tDIVINE_SUPER_STRENGTH_POTION_1_DOSE = 23718,\n\tDIVINE_SUPER_DEFENCE_POTION_4_DOSE = 23721,\n\tDIVINE_SUPER_DEFENCE_POTION_3_DOSE = 23724,\n\tDIVINE_SUPER_DEFENCE_POTION_2_DOSE = 23727,\n\tDIVINE_SUPER_DEFENCE_POTION_1_DOSE = 23730,\n\tDIVINE_RANGING_POTION_4_DOSE = 23733,\n\tDIVINE_RANGING_POTION_3_DOSE = 23736,\n\tDIVINE_RANGING_POTION_2_DOSE = 23739,\n\tDIVINE_RANGING_POTION_1_DOSE = 23742,\n\tDIVINE_MAGIC_POTION_4_DOSE = 23745,\n\tDIVINE_MAGIC_POTION_3_DOSE = 23748,\n\tDIVINE_MAGIC_POTION_2_DOSE = 23751,\n\tDIVINE_MAGIC_POTION_1_DOSE = 23754,\n\tCRYSTAL_HARPOON_ACTIVE = 23762,\n\tCRYSTAL_HARPOON_INACTIVE = 23764,\n\tARDOUGNE_KNIGHT_HELM = 23785,\n\tARDOUGNE_KNIGHT_PLATEBODY = 23787,\n\tARDOUGNE_KNIGHT_PLATELEGS = 23789,\n\tCORRUPTED_SCEPTRE = 23820,\n\tCORRUPTED_AXE = 23821,\n\tCORRUPTED_PICKAXE = 23822,\n\tCORRUPTED_HARPOON = 23823,\n\tCORRUPTED_HELM_BASIC = 23840,\n\tCORRUPTED_HELM_ATTUNED = 23841,\n\tCORRUPTED_HELM_PERFECTED = 23842,\n\tCORRUPTED_BODY_BASIC = 23843,\n\tCORRUPTED_BODY_ATTUNED = 23844,\n\tCORRUPTED_BODY_PERFECTED = 23845,\n\tCORRUPTED_LEGS_BASIC = 23846,\n\tCORRUPTED_LEGS_ATTUNED = 23847,\n\tCORRUPTED_LEGS_PERFECTED = 23848,\n\tCORRUPTED_HALBERD_BASIC = 23849,\n\tCORRUPTED_HALBERD_ATTUNED = 23850,\n\tCORRUPTED_HALBERD_PERFECTED = 23851,\n\tCORRUPTED_STAFF_BASIC = 23852,\n\tCORRUPTED_STAFF_ATTUNED = 23853,\n\tCORRUPTED_STAFF_PERFECTED = 23854,\n\tCORRUPTED_BOW_BASIC = 23855,\n\tCORRUPTED_BOW_ATTUNED = 23856,\n\tCORRUPTED_BOW_PERFECTED = 23857,\n\tGAUNTLET_CAPE = 23859,\n\tCRYSTAL_SCEPTRE = 23861,\n\tCRYSTAL_AXE_THE_GAUNTLET = 23862,\n\tCRYSTAL_PICKAXE_THE_GAUNTLET = 23863,\n\tCRYSTAL_HARPOON_THE_GAUNTLET = 23864,\n\tCRYSTAL_HELM_BASIC = 23886,\n\tCRYSTAL_HELM_ATTUNED = 23887,\n\tCRYSTAL_HELM_PERFECTED = 23888,\n\tCRYSTAL_BODY_BASIC = 23889,\n\tCRYSTAL_BODY_ATTUNED = 23890,\n\tCRYSTAL_BODY_PERFECTED = 23891,\n\tCRYSTAL_LEGS_BASIC = 23892,\n\tCRYSTAL_LEGS_ATTUNED = 23893,\n\tCRYSTAL_LEGS_PERFECTED = 23894,\n\tCRYSTAL_HALBERD_BASIC = 23895,\n\tCRYSTAL_HALBERD_ATTUNED = 23896,\n\tCRYSTAL_HALBERD_PERFECTED = 23897,\n\tCRYSTAL_STAFF_BASIC = 23898,\n\tCRYSTAL_STAFF_ATTUNED = 23899,\n\tCRYSTAL_STAFF_PERFECTED = 23900,\n\tCRYSTAL_BOW_BASIC = 23901,\n\tCRYSTAL_BOW_ATTUNED = 23902,\n\tCRYSTAL_BOW_PERFECTED = 23903,\n\tIMBUED_TEPHRA = 23907,\n\tZALCANO_SHARD = 23908,\n\tCRYSTAL_CROWN_ITHELL = 23911,\n\tCRYSTAL_CROWN_IORWERTH = 23913,\n\tCRYSTAL_CROWN_TRAHAEARN = 23915,\n\tCRYSTAL_CROWN_CADARN = 23917,\n\tCRYSTAL_CROWN_CRWYS = 23919,\n\tCRYSTAL_CROWN_MEILYR = 23921,\n\tCRYSTAL_CROWN_HEFIN = 23923,\n\tCRYSTAL_CROWN_AMLODD = 23925,\n\tELVEN_SIGNET = 23943,\n\tELVEN_DAWN = 23948,\n\tCRYSTAL_TOOL_SEED = 23953,\n\tCRYSTAL_ARMOUR_SEED = 23956,\n\tENHANCED_CRYSTAL_TELEPORT_SEED = 23959,\n\tCRYSTAL_HELM_ACTIVE = 23971,\n\tCRYSTAL_HELM_INACTIVE = 23973,\n\tCRYSTAL_BODY_ACTIVE = 23975,\n\tCRYSTAL_BODY_INACTIVE = 23977,\n\tCRYSTAL_LEGS_ACTIVE = 23979,\n\tCRYSTAL_LEGS_INACTIVE = 23981,\n\tCRYSTAL_BOW_ACTIVE = 23983,\n\tCRYSTAL_BOW_INACTIVE = 23985,\n\tCRYSTAL_HALBERD_ACTIVE = 23987,\n\tCRYSTAL_HALBERD_INACTIVE = 23989,\n\tCRYSTAL_SHIELD_ACTIVE = 23991,\n\tCRYSTAL_SHIELD_INACTIVE = 23993,\n\tBLADE_OF_SAELDOR_CHARGED = 23995,\n\tBLADE_OF_SAELDOR_INACTIVE = 23997,\n\tCRYSTAL_GRAIL = 24000,\n\tELVEN_BOOTS = 24003,\n\tELVEN_GLOVES = 24006,\n\tELVEN_TOP_YELLOW = 24009,\n\tELVEN_SKIRT_YELLOW = 24012,\n\tELVEN_TOP_WHITE = 24015,\n\tELVEN_SKIRT_WHITE = 24018,\n\tELVEN_TOP_YELLOW_VEST = 24021,\n\tELVEN_LEGWEAR = 24024,\n\tELVEN_TOP_WHITE_VEST = 24027,\n\tDRAGONSTONE_FULL_HELM = 24034,\n\tDRAGONSTONE_PLATEBODY = 24037,\n\tDRAGONSTONE_PLATELEGS = 24040,\n\tDRAGONSTONE_BOOTS = 24043,\n\tDRAGONSTONE_GAUNTLETS = 24046,\n\tCRYSTAL_BOW_NEW = 24123,\n\tCRYSTAL_HALBERD_NEW = 24125,\n\tCRYSTAL_SHIELD_NEW = 24127,\n\tINFERNAL_MAX_CAPE_LOCKED = 24133,\n\tFIRE_MAX_CAPE_LOCKED = 24134,\n\tASSEMBLER_MAX_CAPE_LOCKED = 24135,\n\tBRONZE_DEFENDER_LOCKED = 24136,\n\tIRON_DEFENDER_LOCKED = 24137,\n\tSTEEL_DEFENDER_LOCKED = 24138,\n\tBLACK_DEFENDER_LOCKED = 24139,\n\tMITHRIL_DEFENDER_LOCKED = 24140,\n\tADAMANT_DEFENDER_LOCKED = 24141,\n\tRUNE_DEFENDER_LOCKED = 24142,\n\tDRAGON_DEFENDER_LOCKED = 24143,\n\tSTAFF_OF_BALANCE = 24144,\n\tDECORATIVE_SWORD_GOLD_LOCKED = 24157,\n\tDECORATIVE_ARMOUR_GOLD_PLATEBODY_LOCKED = 24158,\n\tDECORATIVE_ARMOUR_GOLD_PLATELEGS_LOCKED = 24159,\n\tDECORATIVE_HELM_GOLD_LOCKED = 24160,\n\tDECORATIVE_SHIELD_GOLD_LOCKED = 24161,\n\tDECORATIVE_ARMOUR_GOLD_PLATESKIRT_LOCKED = 24162,\n\tDECORATIVE_ARMOUR_MAGIC_TOP_LOCKED = 24163,\n\tDECORATIVE_ARMOUR_MAGIC_LEGS_LOCKED = 24164,\n\tDECORATIVE_ARMOUR_MAGIC_HAT_LOCKED = 24165,\n\tDECORATIVE_ARMOUR_RANGED_TOP_LOCKED = 24166,\n\tDECORATIVE_ARMOUR_RANGED_LEGS_LOCKED = 24167,\n\tDECORATIVE_ARMOUR_QUIVER_LOCKED = 24168,\n\tSARADOMIN_HALO_LOCKED = 24169,\n\tZAMORAK_HALO_LOCKED = 24170,\n\tGUTHIX_HALO_LOCKED = 24171,\n\tHEALER_HAT_LOCKED = 24172,\n\tFIGHTER_HAT_LOCKED = 24173,\n\tRANGER_HAT_LOCKED = 24174,\n\tFIGHTER_TORSO_LOCKED = 24175,\n\tPENANCE_SKIRT_LOCKED = 24176,\n\tVOID_KNIGHT_TOP_LOCKED = 24177,\n\tELITE_VOID_TOP_LOCKED = 24178,\n\tVOID_KNIGHT_ROBE_LOCKED = 24179,\n\tELITE_VOID_ROBE_LOCKED = 24180,\n\tVOID_KNIGHT_MACE_LOCKED = 24181,\n\tVOID_KNIGHT_GLOVES_LOCKED = 24182,\n\tVOID_MAGE_HELM_LOCKED = 24183,\n\tVOID_RANGER_HELM_LOCKED = 24184,\n\tVOID_MELEE_HELM_LOCKED = 24185,\n\tAVERNIC_DEFENDER_LOCKED = 24186,\n\tTROUVER_PARCHMENT = 24187,\n\tDEADMANS_CHEST_COSMETIC = 24189,\n\tDEADMANS_LEGS_COSMETIC = 24190,\n\tDEADMANS_CAPE_COSMETIC = 24191,\n\tARMADYL_HALO_NORMAL = 24192,\n\tARMADYL_HALO_LOCKED = 24194,\n\tBANDOS_HALO_NORMAL = 24195,\n\tBANDOS_HALO_LOCKED = 24197,\n\tSEREN_HALO_NORMAL = 24198,\n\tSEREN_HALO_LOCKED = 24200,\n\tANCIENT_HALO_NORMAL = 24201,\n\tANCIENT_HALO_LOCKED = 24203,\n\tBRASSICA_HALO_NORMAL = 24204,\n\tBRASSICA_HALO_LOCKED = 24206,\n\tVICTORS_CAPE_1 = 24207,\n\tVICTORS_CAPE_10 = 24209,\n\tVICTORS_CAPE_50 = 24211,\n\tVICTORS_CAPE_100 = 24213,\n\tVICTORS_CAPE_500 = 24215,\n\tSWIFT_BLADE = 24219,\n\tAVAS_ASSEMBLER_LOCKED = 24222,\n\tFIRE_CAPE_LOCKED = 24223,\n\tINFERNAL_CAPE_LOCKED = 24224,\n\tGRANITE_MAUL_ORNATE_HANDLE = 24225,\n\tGRANITE_MAUL_OR_ORNATE_HANDLE = 24227,\n\tORNATE_MAUL_HANDLE = 24229,\n\tIMBUED_SARADOMIN_MAX_CAPE_LOCKED = 24232,\n\tIMBUED_ZAMORAK_MAX_CAPE_LOCKED = 24233,\n\tIMBUED_GUTHIX_MAX_CAPE_LOCKED = 24234,\n\tIMBUED_SARADOMIN_CAPE_LOCKED = 24248,\n\tIMBUED_GUTHIX_CAPE_LOCKED = 24249,\n\tIMBUED_ZAMORAK_CAPE_LOCKED = 24250,\n\tWILDERNESS_CRABS_TELEPORT = 24251,\n\tVS_SHIELD_EQUIPPABLE = 24266,\n\tBASILISK_JAW = 24268,\n\tNEITIZNOT_FACEGUARD = 24271,\n\tDAGONHAI_HAT = 24288,\n\tDAGONHAI_ROBE_TOP = 24291,\n\tDAGONHAI_ROBE_BOTTOM = 24294,\n\tSPOOKY_HOOD_REWARD = 24305,\n\tSPOOKY_ROBE_REWARD = 24307,\n\tSPOOKY_SKIRT_REWARD = 24309,\n\tSPOOKY_GLOVES_REWARD = 24311,\n\tSPOOKY_BOOTS_REWARD = 24313,\n\tSPOOKIER_HOOD = 24315,\n\tSPOOKIER_ROBE = 24317,\n\tSPOOKIER_SKIRT = 24319,\n\tSPOOKIER_GLOVES = 24321,\n\tSPOOKIER_BOOTS = 24323,\n\tPUMPKIN_LANTERN = 24325,\n\tSKELETON_LANTERN = 24327,\n\tDAGONHAI_ROBES_SET = 24333,\n\tTARGET_TELEPORT = 24336,\n\tBOUNTY_HUNTER_HAT_TIER_1 = 24338,\n\tBOUNTY_HUNTER_HAT_TIER_2 = 24340,\n\tBOUNTY_HUNTER_HAT_TIER_3 = 24342,\n\tBOUNTY_HUNTER_HAT_TIER_4 = 24344,\n\tBOUNTY_HUNTER_HAT_TIER_5 = 24346,\n\tBOUNTY_HUNTER_HAT_TIER_6 = 24348,\n\tTWISTED_SLAYER_HELMET = 24370,\n\tTWISTED_DRAGON_TROPHY = 24372,\n\tTWISTED_RUNE_TROPHY = 24374,\n\tTWISTED_ADAMANT_TROPHY = 24376,\n\tTWISTED_MITHRIL_TROPHY = 24378,\n\tTWISTED_STEEL_TROPHY = 24380,\n\tTWISTED_IRON_TROPHY = 24382,\n\tTWISTED_BRONZE_TROPHY = 24384,\n\tTWISTED_HAT_T3 = 24387,\n\tTWISTED_COAT_T3 = 24389,\n\tTWISTED_TROUSERS_T3 = 24391,\n\tTWISTED_BOOTS_T3 = 24393,\n\tTWISTED_CANE = 24395,\n\tTWISTED_HAT_T2 = 24397,\n\tTWISTED_COAT_T2 = 24399,\n\tTWISTED_TROUSERS_T2 = 24401,\n\tTWISTED_BOOTS_T2 = 24403,\n\tTWISTED_HAT_T1 = 24405,\n\tTWISTED_COAT_T1 = 24407,\n\tTWISTED_TROUSERS_T1 = 24409,\n\tTWISTED_BOOTS_T1 = 24411,\n\tTWISTED_BANNER = 24413,\n\tINQUISITORS_MACE = 24417,\n\tINQUISITORS_GREAT_HELM = 24419,\n\tINQUISITORS_HAUBERK = 24420,\n\tINQUISITORS_PLATESKIRT = 24421,\n\tNIGHTMARE_STAFF = 24422,\n\tHARMONISED_NIGHTMARE_STAFF = 24423,\n\tVOLATILE_NIGHTMARE_STAFF = 24424,\n\tELDRITCH_NIGHTMARE_STAFF = 24425,\n\tGREEN_GINGERBREAD_SHIELD = 24428,\n\tRED_GINGERBREAD_SHIELD = 24430,\n\tBLUE_GINGERBREAD_SHIELD = 24431,\n\tTWISTED_SLAYER_HELMET_I_NIGHTMARE_ZONE = 24444,\n\tTWISTED_TELEPORT_SCROLL = 24460,\n\tTWISTED_BLUEPRINTS = 24463,\n\tTWISTED_HORNS = 24466,\n\tTWISTED_RELIC_HUNTER_T1_ARMOUR_SET = 24469,\n\tTWISTED_RELIC_HUNTER_T2_ARMOUR_SET = 24472,\n\tTWISTED_RELIC_HUNTER_T3_ARMOUR_SET = 24475,\n\tINQUISITORS_ARMOUR_SET = 24488,\n\tJAR_OF_DREAMS = 24495,\n\tHARMONISED_ORB = 24511,\n\tVOLATILE_ORB = 24514,\n\tELDRITCH_ORB = 24517,\n\tVICTORS_CAPE_1000 = 24520,\n\tCAT_EARS = 24525,\n\tHELL_CAT_EARS = 24527,\n\tRUNNER_HAT_LOCKED = 24533,\n\tCARROT_SWORD = 24537,\n\tBLADE_OF_SAELDOR_C_HEFIN = 24551,\n\tLOOTING_BAG_NOTE = 24585,\n\tRUNE_POUCH_NOTE = 24587,\n\tBLIGHTED_MANTA_RAY = 24589,\n\tBLIGHTED_ANGLERFISH = 24592,\n\tBLIGHTED_KARAMBWAN = 24595,\n\tBLIGHTED_SUPER_RESTORE_4_DOSE = 24598,\n\tBLIGHTED_ANCIENT_ICE_SACK = 24607,\n\tBLIGHTED_ENTANGLE_SACK = 24613,\n\tBLIGHTED_TELEPORT_SPELL_SACK = 24615,\n\tVESTAS_BLIGHTED_LONGSWORD_ACTIVE = 24617,\n\tBLIGHTED_VENGEANCE_SACK = 24621,\n\tDIVINE_BATTLEMAGE_POTION_4_DOSE = 24623,\n\tDIVINE_BATTLEMAGE_POTION_3_DOSE = 24626,\n\tDIVINE_BATTLEMAGE_POTION_2_DOSE = 24629,\n\tDIVINE_BATTLEMAGE_POTION_1_DOSE = 24632,\n\tDIVINE_BASTION_POTION_4_DOSE = 24635,\n\tDIVINE_BASTION_POTION_3_DOSE = 24638,\n\tDIVINE_BASTION_POTION_2_DOSE = 24641,\n\tDIVINE_BASTION_POTION_1_DOSE = 24644,\n\tTWISTED_ANCESTRAL_HAT = 24664,\n\tTWISTED_ANCESTRAL_ROBE_TOP = 24666,\n\tTWISTED_ANCESTRAL_ROBE_BOTTOM = 24668,\n\tVYRE_NOBLE_TOP = 24676,\n\tVYRE_NOBLE_LEGS = 24678,\n\tVYRE_NOBLE_SHOES = 24680,\n\tRUBY_SICKLE_B = 24693,\n\tENCHANTED_RUBY_SICKLE_B = 24695,\n\tBLISTERWOOD_SICKLE = 24697,\n\tBLISTERWOOD_FLAIL = 24699,\n\tHALLOWED_GRAPPLE = 24721,\n\tHALLOWED_FOCUS = 24723,\n\tHALLOWED_SYMBOL = 24725,\n\tHALLOWED_HAMMER = 24727,\n\tHALLOWED_RING = 24731,\n\tRING_OF_ENDURANCE_CHARGED = 24736,\n\tSTRANGE_OLD_LOCKPICK_FULL = 24740,\n\tGRACEFUL_HOOD_HALLOWED_INVENTORY = 24743,\n\tGRACEFUL_CAPE_HALLOWED_INVENTORY = 24746,\n\tGRACEFUL_TOP_HALLOWED_INVENTORY = 24749,\n\tGRACEFUL_LEGS_HALLOWED_INVENTORY = 24752,\n\tGRACEFUL_GLOVES_HALLOWED_INVENTORY = 24755,\n\tGRACEFUL_BOOTS_HALLOWED_INVENTORY = 24758,\n\tBLOOD_PINT = 24774,\n\tBLOOD_SHARD = 24777,\n\tAMULET_OF_BLOOD_FURY = 24780,\n\tRAW_MYSTERY_MEAT = 24782,\n\tCOOKED_MYSTERY_MEAT = 24785,\n\tSEVERED_LEG = 24792,\n\tVYRE_NOBLE_BLAZER_RED = 24794,\n\tVYRE_NOBLE_COAT_TAILS_RED = 24796,\n\tVYRE_NOBLE_VEST_RED = 24798,\n\tVYRE_NOBLE_PANTS_RED = 24800,\n\tVYRE_NOBLE_CORSET_RED = 24802,\n\tVYRE_NOBLE_SKIRT_RED = 24804,\n\tVYRE_NOBLE_DRESS_TOP_RED = 24806,\n\tVYRE_NOBLE_DRESS_BOTTOM_RED = 24808,\n\tVYRE_NOBLE_BLAZER_PURPLE = 24810,\n\tVYRE_NOBLE_COAT_TAILS_PURPLE = 24812,\n\tVYRE_NOBLE_VEST_PURPLE = 24814,\n\tVYRE_NOBLE_PANTS_PURPLE = 24816,\n\tVYRE_NOBLE_CORSET_PURPLE = 24818,\n\tVYRE_NOBLE_SKIRT_PURPLE = 24820,\n\tVYRE_NOBLE_DRESS_TOP_PURPLE = 24822,\n\tVYRE_NOBLE_DRESS_BOTTOM_PURPLE = 24824,\n\tVYRE_NOBLE_BLAZER_GREY = 24826,\n\tVYRE_NOBLE_COAT_TAILS_GREY = 24828,\n\tVYRE_NOBLE_VEST_GREY = 24830,\n\tVYRE_NOBLE_PANTS_GREY = 24832,\n\tVYRE_NOBLE_CORSET_GREY = 24834,\n\tVYRE_NOBLE_SKIRT_GREY = 24836,\n\tVYRE_NOBLE_DRESS_TOP_GREY = 24838,\n\tVYRE_NOBLE_DRESS_BOTTOM_GREY = 24840,\n\tRING_OF_ENDURANCE_UNCHARGED = 24844,\n\tMYTHICAL_MAX_CAPE = 24855,\n\tMYTHICAL_MAX_HOOD = 24857,\n\tKARAMJAN_MONKEY_ITEM = 24862,\n\tZOMBIE_MONKEY_ITEM = 24863,\n\tMANIACAL_MONKEY_ITEM = 24864,\n\tSKELETON_MONKEY_ITEM = 24865,\n\tKRUK_JR = 24866,\n\tPRINCELY_MONKEY = 24867,\n\tCARPENTERS_HELMET = 24872,\n\tCARPENTERS_SHIRT = 24874,\n\tCARPENTERS_TROUSERS = 24876,\n\tCARPENTERS_BOOTS = 24878,\n\tAMYS_SAW = 24880,\n\tREINFORCED_GOGGLES = 24942,\n\tMOONCLAN_TELEPORT_TABLET = 24949,\n\tOURANIA_TELEPORT_TABLET = 24951,\n\tWATERBIRTH_TELEPORT_TABLET = 24953,\n\tBARBARIAN_TELEPORT_TABLET = 24955,\n\tKHAZARD_TELEPORT_TABLET = 24957,\n\tFISHING_GUILD_TELEPORT_TABLET = 24959,\n\tCATHERBY_TELEPORT_TABLET = 24961,\n\tICE_PLATEAU_TELEPORT_TABLET = 24963,\n\tHEADLESS_HEAD = 24975,\n\tTRAILBLAZER_HOOD_T3 = 25001,\n\tTRAILBLAZER_TOP_T3 = 25004,\n\tTRAILBLAZER_TROUSERS_T3 = 25007,\n\tTRAILBLAZER_BOOTS_T3 = 25010,\n\tTRAILBLAZER_CANE = 25013,\n\tTRAILBLAZER_HOOD_T2 = 25016,\n\tTRAILBLAZER_TOP_T2 = 25019,\n\tTRAILBLAZER_TROUSERS_T2 = 25022,\n\tTRAILBLAZER_BOOTS_T2 = 25025,\n\tTRAILBLAZER_HOOD_T1 = 25028,\n\tTRAILBLAZER_TOP_T1 = 25031,\n\tTRAILBLAZER_TROUSERS_T1 = 25034,\n\tTRAILBLAZER_BOOTS_T1 = 25037,\n\tTRAILBLAZER_DRAGON_TROPHY = 25042,\n\tTRAILBLAZER_RUNE_TROPHY = 25044,\n\tTRAILBLAZER_ADAMANT_TROPHY = 25046,\n\tTRAILBLAZER_MITHRIL_TROPHY = 25048,\n\tTRAILBLAZER_STEEL_TROPHY = 25050,\n\tTRAILBLAZER_IRON_TROPHY = 25052,\n\tTRAILBLAZER_BRONZE_TROPHY = 25054,\n\tTRAILBLAZER_BANNER = 25056,\n\tINFERNAL_HARPOON_OR_CHARGED = 25059,\n\tINFERNAL_PICKAXE_OR_CHARGED = 25063,\n\tINFERNAL_AXE_OR_CHARGED = 25066,\n\tGRACEFUL_HOOD_TRAILBLAZER_INVENTORY = 25069,\n\tGRACEFUL_CAPE_TRAILBLAZER_INVENTORY = 25072,\n\tGRACEFUL_TOP_TRAILBLAZER_INVENTORY = 25075,\n\tGRACEFUL_LEGS_TRAILBLAZER_INVENTORY = 25078,\n\tGRACEFUL_GLOVES_TRAILBLAZER_INVENTORY = 25081,\n\tGRACEFUL_BOOTS_TRAILBLAZER_INVENTORY = 25084,\n\tTRAILBLAZER_TELEPORT_SCROLL = 25087,\n\tTRAILBLAZER_TOOL_ORNAMENT_KIT = 25090,\n\tTRAILBLAZER_GLOBE = 25093,\n\tTRAILBLAZER_RUG = 25096,\n\tTRAILBLAZER_GRACEFUL_ORNAMENT_KIT = 25099,\n\tFAIRY_MUSHROOM = 25102,\n\tEXTRADIMENSIONAL_BAG_CLOSED = 25106,\n\tEXTRADIMENSIONAL_BAG_OPEN = 25108,\n\tTRAILBLAZER_AXE = 25110,\n\tTRAILBLAZER_PICKAXE = 25112,\n\tTRAILBLAZER_HARPOON = 25114,\n\tBEEKEEPERS_HAT = 25129,\n\tBEEKEEPERS_TOP = 25131,\n\tBEEKEEPERS_LEGS = 25133,\n\tBEEKEEPERS_GLOVES = 25135,\n\tBEEKEEPERS_BOOTS = 25137,\n\tBONE_FRAGMENTS = 25139,\n\tDECORATIVE_BOOTS_RED = 25163,\n\tDECORATIVE_FULL_HELM_RED = 25165,\n\tDECORATIVE_BOOTS_WHITE = 25167,\n\tDECORATIVE_FULL_HELM_WHITE = 25169,\n\tDECORATIVE_BOOTS_GOLD_NORMAL = 25171,\n\tDECORATIVE_BOOTS_GOLD_LOCKED = 25173,\n\tDECORATIVE_FULL_HELM_GOLD_NORMAL = 25174,\n\tDECORATIVE_FULL_HELM_GOLD_LOCKED = 25176,\n\tSLAYER_HELMET_I_SOUL_WARS = 25177,\n\tBLACK_SLAYER_HELMET_I_SOUL_WARS = 25179,\n\tGREEN_SLAYER_HELMET_I_SOUL_WARS = 25181,\n\tRED_SLAYER_HELMET_I_SOUL_WARS = 25183,\n\tPURPLE_SLAYER_HELMET_I_SOUL_WARS = 25185,\n\tTURQUOISE_SLAYER_HELMET_I_SOUL_WARS = 25187,\n\tHYDRA_SLAYER_HELMET_I_SOUL_WARS = 25189,\n\tTWISTED_SLAYER_HELMET_I_SOUL_WARS = 25191,\n\tGRANITE_RING_I_SOUL_WARS = 25193,\n\tBLUE_CAPE_SOUL_WARS_TUTORIAL = 25195,\n\tRED_CAPE_SOUL_WARS = 25207,\n\tBLUE_CAPE_SOUL_WARS_MINIGAME = 25208,\n\tSALVE_AMULETI_SOUL_WARS = 25250,\n\tRING_OF_THE_GODS_I_SOUL_WARS = 25252,\n\tTYRANNICAL_RING_I_SOUL_WARS = 25254,\n\tTREASONOUS_RING_I_SOUL_WARS = 25256,\n\tSEERS_RING_I_SOUL_WARS = 25258,\n\tARCHERS_RING_I_SOUL_WARS = 25260,\n\tWARRIOR_RING_I_SOUL_WARS = 25262,\n\tBERSERKER_RING_I_SOUL_WARS = 25264,\n\tSALVE_AMULETEI_SOUL_WARS = 25278,\n\tGIANT_BOULDER = 25314,\n\tGNOME_CHILD_MASK = 25336,\n\tSOUL_CAPE_RED = 25344,\n\tSOUL_CAPE_BLUE = 25346,\n\tINFERNAL_HARPOON_OR_UNCHARGED = 25367,\n\tINFERNAL_PICKAXE_OR_UNCHARGED = 25369,\n\tINFERNAL_AXE_OR_UNCHARGED = 25371,\n\tDRAGON_HARPOON_OR = 25373,\n\tDRAGON_PICKAXE_OR_TRAILBLAZER = 25376,\n\tDRAGON_AXE_OR = 25378,\n\tTRAILBLAZER_RELIC_HUNTER_T1_ARMOUR_SET = 25380,\n\tTRAILBLAZER_RELIC_HUNTER_T2_ARMOUR_SET = 25383,\n\tTRAILBLAZER_RELIC_HUNTER_T3_ARMOUR_SET = 25386,\n\tSWAMPBARK_BODY = 25389,\n\tSWAMPBARK_GAUNTLETS = 25392,\n\tSWAMPBARK_BOOTS = 25395,\n\tSWAMPBARK_HELM = 25398,\n\tSWAMPBARK_LEGS = 25401,\n\tBLOODBARK_BODY = 25404,\n\tBLOODBARK_GAUNTLETS = 25407,\n\tBLOODBARK_BOOTS = 25410,\n\tBLOODBARK_HELM = 25413,\n\tBLOODBARK_LEGS = 25416,\n\tURIUM_REMAINS = 25419,\n\tZEALOTS_ROBE_TOP = 25434,\n\tZEALOTS_ROBE_BOTTOM = 25436,\n\tZEALOTS_HELM = 25438,\n\tZEALOTS_BOOTS = 25440,\n\tBRONZE_LOCKS = 25442,\n\tSTEEL_LOCKS = 25445,\n\tBLACK_LOCKS = 25448,\n\tSILVER_LOCKS = 25451,\n\tGOLD_LOCKS = 25454,\n\tBRONZE_COFFIN_CLOSED = 25459,\n\tSTEEL_COFFIN_CLOSED = 25461,\n\tBLACK_COFFIN_CLOSED = 25463,\n\tSILVER_COFFIN_CLOSED = 25465,\n\tGOLD_COFFIN_CLOSED = 25467,\n\tBRONZE_COFFIN_OPEN = 25469,\n\tSTEEL_COFFIN_OPEN = 25470,\n\tBLACK_COFFIN_OPEN = 25471,\n\tSILVER_COFFIN_OPEN = 25472,\n\tGOLD_COFFIN_OPEN = 25473,\n\tRUNESCROLL_OF_SWAMPBARK = 25478,\n\tRUNESCROLL_OF_BLOODBARK = 25481,\n\tWEBWEAVER_BOW_UNCHARGED = 25484,\n\tWEBWEAVER_BOW_CHARGED = 25485,\n\tURSINE_CHAINMACE_UNCHARGED = 25486,\n\tURSINE_CHAINMACE_CHARGED = 25487,\n\tACCURSED_SCEPTRE_UNCHARGED = 25488,\n\tACCURSED_SCEPTRE_CHARGED = 25489,\n\tVOIDWAKER = 25490,\n\tACCURSED_SCEPTRE_A_UNCHARGED = 25491,\n\tACCURSED_SCEPTRE_A_CHARGED = 25492,\n\tCURSED_BANANA = 25500,\n\tBANANA_CAPE = 25502,\n\tDHAROKS_PLATEBODY_LAST_MAN_STANDING = 25515,\n\tDHAROKS_GREATAXE_LAST_MAN_STANDING = 25516,\n\tVOLATILE_NIGHTMARE_STAFF_LAST_MAN_STANDING = 25517,\n\tANCESTRAL_HAT_LAST_MAN_STANDING = 25518,\n\tJAR_OF_SPIRITS = 25521,\n\tJAR_OF_SMOKE = 25524,\n\tCELESTIAL_RING_UNCHARGED = 25539,\n\tCELESTIAL_RING_CHARGED = 25541,\n\tCELESTIAL_SIGNET_UNCHARGED = 25543,\n\tCELESTIAL_SIGNET_CHARGED = 25545,\n\tGOLDEN_PROSPECTOR_HELMET = 25549,\n\tGOLDEN_PROSPECTOR_JACKET = 25551,\n\tGOLDEN_PROSPECTOR_LEGS = 25553,\n\tGOLDEN_PROSPECTOR_BOOTS = 25555,\n\tDARK_FLIPPERS = 25557,\n\tTOME_OF_WATER_CHARGED = 25574,\n\tTOME_OF_WATER_EMPTY = 25576,\n\tSOAKED_PAGE = 25578,\n\tFISH_SACK_BARREL_CLOSED = 25585,\n\tFISH_SACK_BARREL_OPEN = 25587,\n\tSPIRIT_ANGLER_HEADBAND = 25592,\n\tSPIRIT_ANGLER_TOP = 25594,\n\tSPIRIT_ANGLER_WADERS = 25596,\n\tSPIRIT_ANGLER_BOOTS = 25598,\n\tGREGGS_EASTDOOR = 25604,\n\tPROPELLER_HAT = 25606,\n\tBARRONITE_MACE_NORMAL = 25641,\n\tBARRONITE_MACE_LOCKED = 25643,\n\tIMCANDO_HAMMER_REPAIRED = 25644,\n\tCLAN_CLOAK_BLACK = 25712,\n\tCLAN_CLOAK_ORANGE = 25714,\n\tCLAN_CLOAK_BLUE = 25715,\n\tCLAN_CLOAK_RED = 25716,\n\tCLAN_CLOAK_GREEN = 25717,\n\tCLAN_CLOAK_YELLOW = 25718,\n\tCLAN_CLOAK_LIGHT_BLUE = 25719,\n\tCLAN_CLOAK_PURPLE = 25720,\n\tCLAN_VEXILLUM_BLACK = 25721,\n\tCLAN_VEXILLUM_ORANGE = 25723,\n\tCLAN_VEXILLUM_BLUE = 25724,\n\tCLAN_VEXILLUM_RED = 25725,\n\tCLAN_VEXILLUM_GREEN = 25726,\n\tCLAN_VEXILLUM_YELLOW = 25727,\n\tCLAN_VEXILLUM_LIGHT_BLUE = 25728,\n\tCLAN_VEXILLUM_PURPLE = 25729,\n\tHOLY_SANGUINESTI_STAFF_CHARGED = 25731,\n\tHOLY_SANGUINESTI_STAFF_UNCHARGED = 25733,\n\tHOLY_GHRAZI_RAPIER = 25734,\n\tHOLY_SCYTHE_OF_VITUR_CHARGED = 25736,\n\tHOLY_SCYTHE_OF_VITUR_UNCHARGED = 25738,\n\tSANGUINE_SCYTHE_OF_VITUR_CHARGED = 25739,\n\tSANGUINE_SCYTHE_OF_VITUR_UNCHARGED = 25741,\n\tFIENDISH_ASHES = 25766,\n\tVILE_ASHES = 25769,\n\tMALICIOUS_ASHES = 25772,\n\tABYSSAL_ASHES = 25775,\n\tINFERNAL_ASHES = 25778,\n\tBOOK_OF_THE_DEAD = 25818,\n\tPROTEST_BANNER = 25822,\n\tLIZARDKICKER = 25826,\n\tRAW_BOAR_MEAT = 25833,\n\tBANANA_HAT = 25840,\n\tAMETHYST_DART_UNPOISONED = 25849,\n\tAMETHYST_DART_POISON = 25851,\n\tAMETHYST_DART_TIP = 25853,\n\tENHANCED_CRYSTAL_WEAPON_SEED = 25859,\n\tBOW_OF_FAERDHINEN_INACTIVE = 25862,\n\tBOW_OF_FAERDHINEN_CHARGED = 25865,\n\tBOW_OF_FAERDHINEN_C_HEFIN = 25867,\n\tBLADE_OF_SAELDOR_C_ITHELL = 25870,\n\tBLADE_OF_SAELDOR_C_IORWERTH = 25872,\n\tBLADE_OF_SAELDOR_C_TRAHAEARN = 25874,\n\tBLADE_OF_SAELDOR_C_CADARN = 25876,\n\tBLADE_OF_SAELDOR_C_CRWYS = 25878,\n\tBLADE_OF_SAELDOR_C_MEILYR = 25880,\n\tBLADE_OF_SAELDOR_C_AMLODD = 25882,\n\tBOW_OF_FAERDHINEN_C_ITHELL = 25884,\n\tBOW_OF_FAERDHINEN_C_IORWERTH = 25886,\n\tBOW_OF_FAERDHINEN_C_TRAHAEARN = 25888,\n\tBOW_OF_FAERDHINEN_C_CADARN = 25890,\n\tBOW_OF_FAERDHINEN_C_CRWYS = 25892,\n\tBOW_OF_FAERDHINEN_C_MEILYR = 25894,\n\tBOW_OF_FAERDHINEN_C_AMLODD = 25896,\n\tTZTOK_SLAYER_HELMET = 25898,\n\tTZTOK_SLAYER_HELMET_I_NIGHTMARE_ZONE = 25900,\n\tTZTOK_SLAYER_HELMET_I_SOUL_WARS = 25902,\n\tVAMPYRIC_SLAYER_HELMET = 25904,\n\tVAMPYRIC_SLAYER_HELMET_I_NIGHTMARE_ZONE = 25906,\n\tVAMPYRIC_SLAYER_HELMET_I_SOUL_WARS = 25908,\n\tTZKAL_SLAYER_HELMET = 25910,\n\tTZKAL_SLAYER_HELMET_I_NIGHTMARE_ZONE = 25912,\n\tTZKAL_SLAYER_HELMET_I_SOUL_WARS = 25914,\n\tDRAGON_HUNTER_CROSSBOW_T = 25916,\n\tDRAGON_HUNTER_CROSSBOW_B = 25918,\n\tGHOMMALS_HILT_1 = 25926,\n\tGHOMMALS_HILT_2 = 25928,\n\tGHOMMALS_HILT_3 = 25930,\n\tGHOMMALS_HILT_4 = 25932,\n\tGHOMMALS_HILT_5 = 25934,\n\tGHOMMALS_HILT_6 = 25936,\n\tLIGHTBEARER = 25975,\n\tKERIS_PARTISAN = 25979,\n\tKERIS_PARTISAN_OF_BREACHING = 25981,\n\tELIDINIS_WARD = 25985,\n\tGROUP_IRON_HELM = 26156,\n\tGROUP_IRON_PLATEBODY_II = 26158,\n\tGROUP_IRON_PLATEBODY_III = 26160,\n\tGROUP_IRON_PLATEBODY_IV = 26162,\n\tGROUP_IRON_PLATEBODY_V = 26164,\n\tGROUP_IRON_PLATELEGS = 26166,\n\tGROUP_IRON_BRACERS = 26168,\n\tHARDCORE_GROUP_IRON_HELM = 26170,\n\tHARDCORE_GROUP_IRON_PLATEBODY_II = 26172,\n\tHARDCORE_GROUP_IRON_PLATEBODY_III = 26174,\n\tHARDCORE_GROUP_IRON_PLATEBODY_IV = 26176,\n\tHARDCORE_GROUP_IRON_PLATEBODY_V = 26178,\n\tHARDCORE_GROUP_IRON_PLATELEGS = 26180,\n\tHARDCORE_GROUP_IRON_BRACERS = 26182,\n\tOSMUMTENS_FANG = 26219,\n\tANCIENT_CEREMONIAL_TOP = 26221,\n\tANCIENT_CEREMONIAL_LEGS = 26223,\n\tANCIENT_CEREMONIAL_MASK = 26225,\n\tANCIENT_CEREMONIAL_GLOVES = 26227,\n\tANCIENT_CEREMONIAL_BOOTS = 26229,\n\tNIHIL_SHARD = 26231,\n\tANCIENT_GODSWORD = 26233,\n\tZARYTE_VAMBRACES = 26235,\n\tVIRTUS_MASK = 26241,\n\tVIRTUS_ROBE_TOP = 26243,\n\tVIRTUS_ROBE_BOTTOMS = 26245,\n\tSAUCEPAN = 26254,\n\tUGLY_HALLOWEEN_JUMPER_ORANGE = 26256,\n\tUGLY_HALLOWEEN_JUMPER_BLACK = 26258,\n\tHAUNTED_WINE_BOTTLE = 26260,\n\tCONDENSED_GOLD = 26266,\n\tPINK_STAINED_PLATEBODY = 26280,\n\tPINK_STAINED_PLATELEGS = 26282,\n\tPINK_STAINED_FULL_HELM = 26284,\n\tFESTIVE_ELF_SLIPPERS = 26310,\n\tFESTIVE_ELF_HAT = 26312,\n\tSNOWMAN_RING = 26314,\n\tSECRET_SANTA_PRESENT_RED = 26316,\n\tSECRET_SANTA_PRESENT_BLUE = 26318,\n\tSECRET_SANTA_PRESENT_GREEN = 26320,\n\tSECRET_SANTA_PRESENT_BLACK = 26322,\n\tSECRET_SANTA_PRESENT_GOLD = 26324,\n\tANCIENT_BREW_4_DOSE = 26340,\n\tANCIENT_BREW_3_DOSE = 26342,\n\tANCIENT_BREW_2_DOSE = 26344,\n\tANCIENT_BREW_1_DOSE = 26346,\n\tANCIENT_MIX_2_DOSE = 26350,\n\tANCIENT_MIX_1_DOSE = 26353,\n\tNIHIL_DUST = 26368,\n\tANCIENT_HILT = 26370,\n\tNIHIL_HORN = 26372,\n\tZARYTE_CROSSBOW = 26374,\n\tTORVA_FULL_HELM_DAMAGED = 26376,\n\tTORVA_PLATEBODY_DAMAGED = 26378,\n\tTORVA_PLATELEGS_DAMAGED = 26380,\n\tTORVA_FULL_HELM_RESTORED = 26382,\n\tTORVA_PLATEBODY_RESTORED = 26384,\n\tTORVA_PLATELEGS_RESTORED = 26386,\n\tBLOOD_ESSENCE_INACTIVE = 26390,\n\tBANDOSIAN_COMPONENTS = 26394,\n\tSHATTERED_RELICS_VARIETY_ORNAMENT_KIT = 26421,\n\tSHATTERED_BANNER = 26424,\n\tSHATTERED_HOOD_T1 = 26427,\n\tSHATTERED_TOP_T1 = 26430,\n\tSHATTERED_TROUSERS_T1 = 26433,\n\tSHATTERED_BOOTS_T1 = 26436,\n\tSHATTERED_HOOD_T2 = 26439,\n\tSHATTERED_TOP_T2 = 26442,\n\tSHATTERED_TROUSERS_T2 = 26445,\n\tSHATTERED_BOOTS_T2 = 26448,\n\tSHATTERED_HOOD_T3 = 26451,\n\tSHATTERED_TOP_T3 = 26454,\n\tSHATTERED_TROUSERS_T3 = 26457,\n\tSHATTERED_BOOTS_T3 = 26460,\n\tVOID_KNIGHT_TOP_OR_NORMAL = 26463,\n\tVOID_KNIGHT_ROBE_OR_NORMAL = 26465,\n\tVOID_KNIGHT_GLOVES_OR_NORMAL = 26467,\n\tELITE_VOID_TOP_OR_NORMAL = 26469,\n\tELITE_VOID_ROBE_OR_NORMAL = 26471,\n\tVOID_MAGE_HELM_OR_NORMAL = 26473,\n\tVOID_RANGER_HELM_OR_NORMAL = 26475,\n\tVOID_MELEE_HELM_OR_NORMAL = 26477,\n\tSHATTERED_RELICS_VOID_ORNAMENT_KIT = 26479,\n\tABYSSAL_WHIP_OR = 26482,\n\tABYSSAL_TENTACLE_OR = 26484,\n\tRUNE_CROSSBOW_OR = 26486,\n\tBOOK_OF_BALANCE_OR = 26488,\n\tBOOK_OF_DARKNESS_OR = 26490,\n\tBOOK_OF_LAW_OR = 26492,\n\tBOOK_OF_WAR_OR = 26494,\n\tHOLY_BOOK_OR = 26496,\n\tUNHOLY_BOOK_OR = 26498,\n\tSHATTERED_TELEPORT_SCROLL = 26500,\n\tSHATTERED_RELICS_BRONZE_TROPHY = 26503,\n\tSHATTERED_RELICS_IRON_TROPHY = 26505,\n\tSHATTERED_RELICS_STEEL_TROPHY = 26507,\n\tSHATTERED_RELICS_MITHRIL_TROPHY = 26509,\n\tSHATTERED_RELICS_ADAMANT_TROPHY = 26511,\n\tSHATTERED_RELICS_RUNE_TROPHY = 26513,\n\tSHATTERED_RELICS_DRAGON_TROPHY = 26515,\n\tSHATTERED_CANE = 26517,\n\tSHATTERED_CANNON_ORNAMENT_KIT = 26528,\n\tMYSTIC_HAT_OR = 26531,\n\tMYSTIC_ROBE_TOP_OR = 26533,\n\tMYSTIC_ROBE_BOTTOM_OR = 26535,\n\tMYSTIC_GLOVES_OR = 26537,\n\tMYSTIC_BOOTS_OR = 26539,\n\tSHATTERED_RELICS_MYSTIC_ORNAMENT_KIT = 26541,\n\tPORTABLE_WAYSTONE = 26549,\n\tARCANE_GRIMOIRE = 26551,\n\tSHATTERED_RELIC_HUNTER_T1_ARMOUR_SET = 26554,\n\tSHATTERED_RELIC_HUNTER_T2_ARMOUR_SET = 26557,\n\tSHATTERED_RELIC_HUNTER_T3_ARMOUR_SET = 26560,\n\tWHITE_GOBLIN_MAIL = 26567,\n\tOSMANS_REPORT = 26602,\n\tSKIS = 26649,\n\tSLAYER_HELMET_I_EMIRS_ARENA = 26674,\n\tBLACK_SLAYER_HELMET_I_EMIRS_ARENA = 26675,\n\tGREEN_SLAYER_HELMET_I_EMIRS_ARENA = 26676,\n\tRED_SLAYER_HELMET_I_EMIRS_ARENA = 26677,\n\tPURPLE_SLAYER_HELMET_I_EMIRS_ARENA = 26678,\n\tTURQUOISE_SLAYER_HELMET_I_EMIRS_ARENA = 26679,\n\tHYDRA_SLAYER_HELMET_I_EMIRS_ARENA = 26680,\n\tTWISTED_SLAYER_HELMET_I_EMIRS_ARENA = 26681,\n\tTZTOK_SLAYER_HELMET_I_EMIRS_ARENA = 26682,\n\tVAMPYRIC_SLAYER_HELMET_I_EMIRS_ARENA = 26683,\n\tTZKAL_SLAYER_HELMET_I_EMIRS_ARENA = 26684,\n\tGRANITE_RING_I_EMIRS_ARENA = 26685,\n\tDRAGON_CLAWS_OR = 26708,\n\tDRAGON_WARHAMMER_OR = 26710,\n\tHEAVY_BALLISTA_OR = 26712,\n\tARMADYL_HELMET_OR = 26714,\n\tARMADYL_CHESTPLATE_OR = 26715,\n\tARMADYL_CHAINSKIRT_OR = 26716,\n\tBANDOS_CHESTPLATE_OR = 26718,\n\tBANDOS_TASSETS_OR = 26719,\n\tBANDOS_BOOTS_OR = 26720,\n\tCENTURION_CUIRASS_NORMAL = 26721,\n\tCENTURION_CUIRASS_LOCKED = 26722,\n\tWRISTBANDS_OF_THE_ARENA_NORMAL = 26723,\n\tWRISTBANDS_OF_THE_ARENA_LOCKED = 26724,\n\tWRISTBANDS_OF_THE_ARENA_CHARGED = 26725,\n\tWRISTBANDS_OF_THE_ARENA_CHARGED_AND_LOCKED = 26726,\n\tWRISTBANDS_OF_THE_ARENA_I_NORMAL = 26727,\n\tWRISTBANDS_OF_THE_ARENA_I_LOCKED = 26728,\n\tWRISTBANDS_OF_THE_ARENA_I_CHARGED = 26729,\n\tWRISTBANDS_OF_THE_ARENA_I_CHARGED_AND_LOCKED = 26730,\n\tSAIKAS_HOOD_NORMAL = 26731,\n\tSAIKAS_HOOD_LOCKED = 26732,\n\tSAIKAS_VEIL_NORMAL = 26733,\n\tSAIKAS_VEIL_LOCKED = 26734,\n\tSAIKAS_SHROUD_NORMAL = 26735,\n\tSAIKAS_SHROUD_LOCKED = 26736,\n\tKORIFFS_HEADBAND_NORMAL = 26737,\n\tKORIFFS_HEADBAND_LOCKED = 26738,\n\tKORIFFS_COWL_NORMAL = 26739,\n\tKORIFFS_COWL_LOCKED = 26740,\n\tKORIFFS_COIF_NORMAL = 26741,\n\tKORIFFS_COIF_LOCKED = 26742,\n\tMAOMAS_MED_HELM_NORMAL = 26743,\n\tMAOMAS_MED_HELM_LOCKED = 26744,\n\tMAOMAS_FULL_HELM_NORMAL = 26745,\n\tMAOMAS_FULL_HELM_LOCKED = 26746,\n\tMAOMAS_GREAT_HELM_NORMAL = 26747,\n\tMAOMAS_GREAT_HELM_LOCKED = 26748,\n\tCALAMITY_CHEST_NORMAL = 26749,\n\tCALAMITY_CHEST_LOCKED = 26750,\n\tSUPERIOR_CALAMITY_CHEST_NORMAL = 26751,\n\tSUPERIOR_CALAMITY_CHEST_LOCKED = 26752,\n\tELITE_CALAMITY_CHEST_NORMAL = 26753,\n\tELITE_CALAMITY_CHEST_LOCKED = 26754,\n\tCALAMITY_BREECHES_NORMAL = 26755,\n\tCALAMITY_BREECHES_LOCKED = 26756,\n\tSUPERIOR_CALAMITY_BREECHES_NORMAL = 26757,\n\tSUPERIOR_CALAMITY_BREECHES_LOCKED = 26758,\n\tELITE_CALAMITY_BREECHES_NORMAL = 26759,\n\tELITE_CALAMITY_BREECHES_LOCKED = 26760,\n\tSALVE_AMULETI_EMIRS_ARENA = 26763,\n\tRING_OF_THE_GODS_I_EMIRS_ARENA = 26764,\n\tTYRANNICAL_RING_I_EMIRS_ARENA = 26765,\n\tTREASONOUS_RING_I_EMIRS_ARENA = 26766,\n\tSEERS_RING_I_EMIRS_ARENA = 26767,\n\tARCHERS_RING_I_EMIRS_ARENA = 26768,\n\tWARRIOR_RING_I_EMIRS_ARENA = 26769,\n\tBERSERKER_RING_I_EMIRS_ARENA = 26770,\n\tSALVE_AMULETEI_EMIRS_ARENA = 26782,\n\tGOLD_TIARA = 26788,\n\tCATALYTIC_TALISMAN = 26798,\n\tCATALYTIC_TIARA = 26801,\n\tELEMENTAL_TIARA = 26804,\n\tRING_OF_THE_ELEMENTS_UNCHARGED = 26815,\n\tRING_OF_THE_ELEMENTS_CHARGED = 26818,\n\tABYSSAL_LANTERN_UNLIT = 26822,\n\tABYSSAL_LANTERN_NORMAL = 26824,\n\tABYSSAL_LANTERN_BLUE = 26826,\n\tABYSSAL_LANTERN_RED = 26828,\n\tABYSSAL_LANTERN_WHITE = 26830,\n\tABYSSAL_LANTERN_PURPLE = 26832,\n\tABYSSAL_LANTERN_GREEN = 26834,\n\tABYSSAL_LANTERN_OAK = 26836,\n\tABYSSAL_LANTERN_WILLOW = 26838,\n\tABYSSAL_LANTERN_MAPLE = 26840,\n\tABYSSAL_LANTERN_YEW = 26842,\n\tABYSSAL_LANTERN_BLISTERWOOD = 26844,\n\tABYSSAL_LANTERN_MAGIC = 26846,\n\tABYSSAL_LANTERN_REDWOOD = 26848,\n\tHAT_OF_THE_EYE_REGULAR = 26850,\n\tROBE_TOP_OF_THE_EYE_REGULAR = 26852,\n\tROBE_BOTTOMS_OF_THE_EYE_REGULAR = 26854,\n\tBOOTS_OF_THE_EYE = 26856,\n\tHAT_OF_THE_EYE_RED = 26858,\n\tROBE_TOP_OF_THE_EYE_RED = 26860,\n\tROBE_BOTTOMS_OF_THE_EYE_RED = 26862,\n\tHAT_OF_THE_EYE_GREEN = 26864,\n\tROBE_TOP_OF_THE_EYE_GREEN = 26866,\n\tROBE_BOTTOMS_OF_THE_EYE_GREEN = 26868,\n\tHAT_OF_THE_EYE_BLUE = 26870,\n\tROBE_TOP_OF_THE_EYE_BLUE = 26872,\n\tROBE_BOTTOMS_OF_THE_EYE_BLUE = 26874,\n\tTARNISHED_LOCKET = 26910,\n\tLOST_BAG = 26912,\n\tAMULET_OF_THE_EYE_REGULAR = 26914,\n\tEASTER_HAT = 26937,\n\tCRATE_RING = 26939,\n\tODD_SPECTACLES = 26963,\n\tCIRCLET_OF_WATER_UNCHARGED = 26967,\n\tCIRCLET_OF_WATER_CHARGED = 26969,\n\tLOST_BAG_RED = 26984,\n\tLOST_BAG_GREEN = 26986,\n\tLOST_BAG_BLUE = 26988,\n\tAMULET_OF_THE_EYE_RED = 26990,\n\tAMULET_OF_THE_EYE_GREEN = 26992,\n\tAMULET_OF_THE_EYE_BLUE = 26994,\n\tENSOULED_HELLHOUND_HEAD_ITEM = 26997,\n\tVOID_KNIGHT_TOP_OR_LOCKED = 27000,\n\tVOID_KNIGHT_ROBE_OR_LOCKED = 27001,\n\tVOID_KNIGHT_GLOVES_OR_LOCKED = 27002,\n\tELITE_VOID_TOP_OR_LOCKED = 27003,\n\tELITE_VOID_ROBE_OR_LOCKED = 27004,\n\tVOID_MAGE_HELM_OR_LOCKED = 27005,\n\tVOID_RANGER_HELM_OR_LOCKED = 27006,\n\tVOID_MELEE_HELM_OR_LOCKED = 27007,\n\tDRAGON_DEFENDER_T_LOCKED = 27008,\n\tRUNE_DEFENDER_T_LOCKED = 27009,\n\tKOVACS_GROG = 27014,\n\tCOLOSSAL_BLADE = 27021,\n\tSMITHS_TUNIC = 27023,\n\tSMITHS_TROUSERS = 27025,\n\tSMITHS_BOOTS = 27027,\n\tSMITHS_GLOVES = 27029,\n\tSMITHS_GLOVES_I = 27031,\n\tFLOWER_CROWN_PRIDE = 27035,\n\tGROUP_IRON_HELM_UNRANKED = 27042,\n\tGROUP_IRON_PLATELEGS_UNRANKED = 27044,\n\tGROUP_IRON_BRACERS_UNRANKED = 27046,\n\tGROUP_IRON_PLATEBODY_UNRANKED_II = 27048,\n\tGROUP_IRON_PLATEBODY_UNRANKED_III = 27050,\n\tGROUP_IRON_PLATEBODY_UNRANKED_IV = 27052,\n\tGROUP_IRON_PLATEBODY_UNRANKED_V = 27054,\n\tELDER_MAUL_OR = 27100,\n\tMITHRIL_GLOVES_WRAPPED = 27110,\n\tRUNE_GLOVES_WRAPPED = 27111,\n\tBARROWS_GLOVES_WRAPPED = 27112,\n\tELDER_CHAOS_TOP_OR = 27115,\n\tELDER_CHAOS_ROBE_OR = 27117,\n\tELDER_CHAOS_HOOD_OR = 27119,\n\tDAGONHAI_HAT_OR = 27123,\n\tDAGONHAI_ROBE_TOP_OR = 27125,\n\tDAGONHAI_ROBE_BOTTOM_OR = 27127,\n\tFLOWER_CROWN_BISEXUAL = 27141,\n\tFLOWER_CROWN_ASEXUAL = 27143,\n\tFLOWER_CROWN_TRANSGENDER = 27145,\n\tFLOWER_CROWN_PANSEXUAL = 27147,\n\tFLOWER_CROWN_NONBINARY = 27149,\n\tFLOWER_CROWN_GENDERQUEER = 27151,\n\tFLOWER_CROWN_LESBIAN = 27153,\n\tFLOWER_CROWN_GAY = 27155,\n\tGUTHIX_CHAPS_LAST_MAN_STANDING = 27180,\n\tZAMORAK_CHAPS_LAST_MAN_STANDING = 27181,\n\tSARADOMIN_CHAPS_LAST_MAN_STANDING = 27182,\n\tLIGHT_BALLISTA_LAST_MAN_STANDING = 27188,\n\tVERACS_FLAIL_LAST_MAN_STANDING = 27189,\n\tANCESTRAL_ROBE_BOTTOM_LAST_MAN_STANDING = 27194,\n\tMENAPHITE_REMEDY_4_DOSE = 27202,\n\tMENAPHITE_REMEDY_3_DOSE = 27205,\n\tMENAPHITE_REMEDY_2_DOSE = 27208,\n\tMENAPHITE_REMEDY_1_DOSE = 27211,\n\tMASORI_MASK = 27226,\n\tMASORI_BODY = 27229,\n\tMASORI_CHAPS = 27232,\n\tMASORI_MASK_F = 27235,\n\tMASORI_BODY_F = 27238,\n\tMASORI_CHAPS_F = 27241,\n\tOSMUMTENS_FANG_OR = 27246,\n\tELIDINIS_WARD_F = 27251,\n\tELIDINIS_WARD_OR = 27253,\n\tICTHLARINS_SHROUD_TIER_1 = 27257,\n\tICTHLARINS_SHROUD_TIER_2 = 27259,\n\tICTHLARINS_SHROUD_TIER_3 = 27261,\n\tICTHLARINS_SHROUD_TIER_4 = 27263,\n\tICTHLARINS_SHROUD_TIER_5 = 27265,\n\tICTHLARINS_HOOD_TIER_5 = 27267,\n\tARMADYLEAN_PLATE = 27269,\n\tLILY_OF_THE_SANDS = 27272,\n\tTUMEKENS_SHADOW_CHARGED = 27275,\n\tTUMEKENS_SHADOW_UNCHARGED = 27277,\n\tKERIS_PARTISAN_OF_CORRUPTION = 27287,\n\tKERIS_PARTISAN_OF_THE_SUN = 27291,\n\tMASORI_ARMOUR_SET_F = 27355,\n\tMASORI_ASSEMBLER_MAX_CAPE_NORMAL = 27363,\n\tMASORI_ASSEMBLER_MAX_CAPE_LOCKED = 27365,\n\tMASORI_ASSEMBLER_MAX_HOOD = 27366,\n\tMASK_OF_REBIRTH = 27370,\n\tMASORI_ASSEMBLER_NORMAL = 27374,\n\tMASORI_ASSEMBLER_LOCKED = 27376,\n\tADVENTURERS_TOP_T1 = 27388,\n\tADVENTURERS_TROUSERS_T1 = 27390,\n\tADVENTURERS_HOOD_T1 = 27392,\n\tADVENTURERS_BOOTS_T1 = 27394,\n\tADVENTURERS_TOP_T2 = 27396,\n\tADVENTURERS_TROUSERS_T2 = 27398,\n\tADVENTURERS_HOOD_T2 = 27400,\n\tADVENTURERS_BOOTS_T2 = 27402,\n\tADVENTURERS_TOP_T3 = 27404,\n\tADVENTURERS_TROUSERS_T3 = 27406,\n\tADVENTURERS_HOOD_T3 = 27408,\n\tADVENTURERS_BOOTS_T3 = 27410,\n\tADVENTURERS_VAMBRACES = 27412,\n\tGIANT_STOPWATCH = 27414,\n\tBRONZE_SPEEDRUN_TROPHY = 27418,\n\tSILVER_SPEEDRUN_TROPHY = 27420,\n\tGOLD_SPEEDRUN_TROPHY = 27422,\n\tPLATINUM_SPEEDRUN_TROPHY = 27424,\n\tHOOD_OF_RUIN = 27428,\n\tROBE_TOP_OF_RUIN = 27430,\n\tROBE_BOTTOM_OF_RUIN = 27432,\n\tGLOVES_OF_RUIN = 27434,\n\tSOCKS_OF_RUIN = 27436,\n\tCLOAK_OF_RUIN = 27438,\n\tINFINITE_MONEY_BAG = 27440,\n\tADVENTURERS_CAPE = 27442,\n\tGRACEFUL_HOOD_ADVENTURER_INVENTORY = 27444,\n\tGRACEFUL_CAPE_ADVENTURER_INVENTORY = 27447,\n\tGRACEFUL_TOP_ADVENTURER_INVENTORY = 27450,\n\tGRACEFUL_LEGS_ADVENTURER_INVENTORY = 27453,\n\tGRACEFUL_GLOVES_ADVENTURER_INVENTORY = 27456,\n\tGRACEFUL_BOOTS_ADVENTURER_INVENTORY = 27459,\n\tTREAT_CAULDRON_STYLE_1 = 27463,\n\tTREAT_CAULDRON_STYLE_2 = 27465,\n\tTREAT_CAULDRON_STYLE_3 = 27467,\n\tTREAT_CAULDRON_STYLE_4 = 27469,\n\tTREAT_CAULDRON_STYLE_5 = 27471,\n\tWITCH_HAT = 27473,\n\tWITCH_TOP = 27475,\n\tWITCH_ROBES = 27477,\n\tWITCH_BOOTS = 27479,\n\tWITCH_CAPE = 27481,\n\tTERRIFYING_CHARM = 27483,\n\tHALLOWEEN_WIG_STYLE_1 = 27497,\n\tHALLOWEEN_WIG_STYLE_2 = 27499,\n\tHALLOWEEN_WIG_STYLE_3 = 27501,\n\tHALLOWEEN_WIG_STYLE_4 = 27503,\n\tHALLOWEEN_WIG_STYLE_5 = 27505,\n\tHALLOWEEN_WIG_STYLE_6 = 27507,\n\tGHOMMALS_LUCKY_PENNY = 27544,\n\tGHOMMALS_AVERNIC_DEFENDER_5_NORMAL = 27550,\n\tGHOMMALS_AVERNIC_DEFENDER_5_LOCKED = 27551,\n\tGHOMMALS_AVERNIC_DEFENDER_6_NORMAL = 27552,\n\tGHOMMALS_AVERNIC_DEFENDER_6_LOCKED = 27553,\n\tSACK_OF_COAL_EVENT = 27558,\n\tSANTAS_LIST = 27564,\n\tCHRISTMAS_JUMPER = 27566,\n\tSNOW_GOGGLES_HAT = 27568,\n\tSACK_OF_COAL_REWARD = 27570,\n\tNUTCRACKER_TOP_FESTIVE = 27572,\n\tNUTCRACKER_TROUSERS_FESTIVE = 27574,\n\tNUTCRACKER_HAT_FESTIVE = 27576,\n\tNUTCRACKER_BOOTS_FESTIVE = 27578,\n\tNUTCRACKER_STAFF_FESTIVE = 27580,\n\tNUTCRACKER_TOP_SWEET = 27582,\n\tNUTCRACKER_TROUSERS_SWEET = 27583,\n\tNUTCRACKER_HAT_SWEET = 27584,\n\tNUTCRACKER_BOOTS_SWEET = 27585,\n\tNUTCRACKER_STAFF_SWEET = 27586,\n\tFESTIVE_GAMES_CROWN = 27588,\n\tVENATOR_BOW_CHARGED = 27610,\n\tVENATOR_BOW_UNCHARGED = 27612,\n\tVENATOR_SHARD = 27614,\n\tANCIENT_ESSENCE = 27616,\n\tANCIENT_SCEPTRE_NORMAL = 27624,\n\tANCIENT_SCEPTRE_LOCKED = 27626,\n\tFORGOTTEN_BREW_4_DOSE = 27629,\n\tFORGOTTEN_BREW_3_DOSE = 27632,\n\tFORGOTTEN_BREW_2_DOSE = 27635,\n\tFORGOTTEN_BREW_1_DOSE = 27638,\n\tSATURATED_HEART = 27641,\n\tMYSTIC_CARDS = 27645,\n\tCLAWS_OF_CALLISTO = 27667,\n\tFANGS_OF_VENENATIS = 27670,\n\tSKULL_OF_VETION = 27673,\n\tVOIDWAKER_HILT = 27681,\n\tVOIDWAKER_BLADE = 27684,\n\tVOIDWAKER_GEM = 27687,\n\tCRYSTAL_BODY_HEFIN_ACTIVE = 27697,\n\tCRYSTAL_BODY_HEFIN_INACTIVE = 27699,\n\tCRYSTAL_LEGS_HEFIN_ACTIVE = 27701,\n\tCRYSTAL_LEGS_HEFIN_INACTIVE = 27703,\n\tCRYSTAL_HELM_HEFIN_ACTIVE = 27705,\n\tCRYSTAL_HELM_HEFIN_INACTIVE = 27707,\n\tCRYSTAL_BODY_ITHELL_ACTIVE = 27709,\n\tCRYSTAL_BODY_ITHELL_INACTIVE = 27711,\n\tCRYSTAL_LEGS_ITHELL_ACTIVE = 27713,\n\tCRYSTAL_LEGS_ITHELL_INACTIVE = 27715,\n\tCRYSTAL_HELM_ITHELL_ACTIVE = 27717,\n\tCRYSTAL_HELM_ITHELL_INACTIVE = 27719,\n\tCRYSTAL_BODY_IORWERTH_ACTIVE = 27721,\n\tCRYSTAL_BODY_IORWERTH_INACTIVE = 27723,\n\tCRYSTAL_LEGS_IORWERTH_ACTIVE = 27725,\n\tCRYSTAL_LEGS_IORWERTH_INACTIVE = 27727,\n\tCRYSTAL_HELM_IORWERTH_ACTIVE = 27729,\n\tCRYSTAL_HELM_IORWERTH_INACTIVE = 27731,\n\tCRYSTAL_BODY_TRAHAEARN_ACTIVE = 27733,\n\tCRYSTAL_BODY_TRAHAEARN_INACTIVE = 27735,\n\tCRYSTAL_LEGS_TRAHAEARN_ACTIVE = 27737,\n\tCRYSTAL_LEGS_TRAHAEARN_INACTIVE = 27739,\n\tCRYSTAL_HELM_TRAHAEARN_ACTIVE = 27741,\n\tCRYSTAL_HELM_TRAHAEARN_INACTIVE = 27743,\n\tCRYSTAL_BODY_CADARN_ACTIVE = 27745,\n\tCRYSTAL_BODY_CADARN_INACTIVE = 27747,\n\tCRYSTAL_LEGS_CADARN_ACTIVE = 27749,\n\tCRYSTAL_LEGS_CADARN_INACTIVE = 27751,\n\tCRYSTAL_HELM_CADARN_ACTIVE = 27753,\n\tCRYSTAL_HELM_CADARN_INACTIVE = 27755,\n\tCRYSTAL_BODY_CRWYS_ACTIVE = 27757,\n\tCRYSTAL_BODY_CRWYS_INACTIVE = 27759,\n\tCRYSTAL_LEGS_CRWYS_ACTIVE = 27761,\n\tCRYSTAL_LEGS_CRWYS_INACTIVE = 27763,\n\tCRYSTAL_HELM_CRWYS_ACTIVE = 27765,\n\tCRYSTAL_HELM_CRWYS_INACTIVE = 27767,\n\tCRYSTAL_BODY_AMLODD_ACTIVE = 27769,\n\tCRYSTAL_BODY_AMLODD_INACTIVE = 27771,\n\tCRYSTAL_LEGS_AMLODD_ACTIVE = 27773,\n\tCRYSTAL_LEGS_AMLODD_INACTIVE = 27775,\n\tCRYSTAL_HELM_AMLODD_ACTIVE = 27777,\n\tCRYSTAL_HELM_AMLODD_INACTIVE = 27779,\n\tDIAMOND_SPEEDRUN_TROPHY = 27783,\n\tTHAMMARONS_SCEPTRE_A_UNCHARGED = 27785,\n\tTHAMMARONS_SCEPTRE_A_CHARGED = 27788,\n\tGNOME_CHILD_BACKPACK = 27802,\n\tCAKE_HAT = 27804,\n\tBOB_THE_CAT_SLIPPERS = 27806,\n\tJAD_SLIPPERS = 27808,\n\tDRAGON_CANDLE_DAGGER = 27810,\n\tJAD_PLUSH = 27814,\n\tSTRAY_DOG_PLUSH = 27816,\n\tGNOME_CHILD_PLUSH = 27818,\n\tOLDSCHOOL_JUMPER = 27822,\n\tSILVER_PARTYHAT = 27828,\n\tVESTAS_CHAINBODY_BH_ACTIVATED = 27831,\n\tVESTAS_PLATESKIRT_BH_ACTIVATED = 27832,\n\tSTATIUSS_FULL_HELM_BH_ACTIVATED = 27833,\n\tSTATIUSS_PLATEBODY_BH_ACTIVATED = 27834,\n\tSTATIUSS_PLATELEGS_BH_ACTIVATED = 27835,\n\tMORRIGANS_COIF_BH_ACTIVATED = 27836,\n\tMORRIGANS_LEATHER_BODY_BH_ACTIVATED = 27837,\n\tMORRIGANS_LEATHER_CHAPS_BH_ACTIVATED = 27838,\n\tZURIELS_HOOD_BH_ACTIVATED = 27839,\n\tZURIELS_ROBE_TOP_BH_ACTIVATED = 27840,\n\tZURIELS_ROBE_BOTTOM_BH_ACTIVATED = 27841,\n\tCORRUPTED_VESTAS_CHAINBODY_BH_ACTIVATED = 27842,\n\tCORRUPTED_VESTAS_PLATESKIRT_BH_ACTIVATED = 27843,\n\tCORRUPTED_STATIUSS_FULL_HELM_BH_ACTIVATED = 27844,\n\tCORRUPTED_STATIUSS_PLATEBODY_BH_ACTIVATED = 27845,\n\tCORRUPTED_STATIUSS_PLATELEGS_BH_ACTIVATED = 27846,\n\tCORRUPTED_MORRIGANS_COIF_BH_ACTIVATED = 27847,\n\tCORRUPTED_MORRIGANS_LEATHER_BODY_BH_ACTIVATED = 27848,\n\tCORRUPTED_MORRIGANS_LEATHER_CHAPS_BH_ACTIVATED = 27849,\n\tCORRUPTED_ZURIELS_HOOD_BH_ACTIVATED = 27850,\n\tCORRUPTED_ZURIELS_ROBE_TOP_BH_ACTIVATED = 27851,\n\tCORRUPTED_ZURIELS_ROBE_BOTTOM_BH_ACTIVATED = 27852,\n\tDARK_BOW_BH = 27853,\n\tBARRELCHEST_ANCHOR_BH = 27855,\n\tDRAGON_MACE_BH = 27857,\n\tDRAGON_LONGSWORD_BH = 27859,\n\tABYSSAL_DAGGER_BH_UNPOISONED = 27861,\n\tABYSSAL_DAGGER_BH_POISON = 27863,\n\tVOIDWAKER_LAST_MAN_STANDING = 27869,\n\tLIGHTBEARER_LAST_MAN_STANDING = 27870,\n\tGIANT_BRONZE_DAGGER = 27871,\n\tNEST_HAT_EASTER_EGG = 27875,\n\tNEST_HAT_CHICK = 27877,\n\tSCALY_BLUE_DRAGONHIDE = 27897,\n\tVESTAS_SPEAR_BH_ACTIVATED = 27900,\n\tVESTAS_LONGSWORD_BH_ACTIVATED = 27904,\n\tSTATIUSS_WARHAMMER_BH_ACTIVATED = 27908,\n\tMORRIGANS_THROWING_AXE_BH_ACTIVATED = 27912,\n\tMORRIGANS_JAVELIN_BH_ACTIVATED = 27916,\n\tZURIELS_STAFF_BH_ACTIVATED = 27920,\n\tDRAGON_DAGGER_CR_UNPOISONED = 28019,\n\tDRAGON_DAGGER_CR_POISON = 28021,\n\tDRAGON_MACE_CR = 28027,\n\tDRAGON_SWORD_CR = 28029,\n\tDRAGON_SCIMITAR_CR = 28031,\n\tDRAGON_LONGSWORD_CR = 28033,\n\tDRAGON_WARHAMMER_CR = 28035,\n\tDRAGON_BATTLEAXE_CR = 28037,\n\tDRAGON_CLAWS_CR = 28039,\n\tDRAGON_SPEAR_CR_UNPOISONED = 28041,\n\tDRAGON_SPEAR_CR_POISON = 28043,\n\tDRAGON_HALBERD_CR = 28049,\n\tDRAGON_2H_SWORD_CR = 28051,\n\tDRAGON_CROSSBOW_CR = 28053,\n\tDRAGON_BOOTS_CR = 28055,\n\tDRAGON_MED_HELM_CR = 28057,\n\tDRAGON_SQ_SHIELD_CR = 28059,\n\tDRAGON_PLATELEGS_CR = 28061,\n\tDRAGON_PLATESKIRT_CR = 28063,\n\tDRAGON_CHAINBODY_CR = 28065,\n\tFIGHTER_TORSO_OR_NORMAL = 28067,\n\tFIGHTER_TORSO_OR_LOCKED = 28069,\n\tHELM_OF_NEITIZNOT_OR = 28070,\n\tRAINBOW_SCARF_BISEXUAL = 28108,\n\tRAINBOW_SCARF_ASEXUAL = 28109,\n\tRAINBOW_SCARF_TRANSGENDER = 28110,\n\tRAINBOW_SCARF_PANSEXUAL = 28111,\n\tRAINBOW_SCARF_NONBINARY = 28112,\n\tRAINBOW_SCARF_GENDERQUEER = 28113,\n\tRAINBOW_SCARF_LESBIAN = 28114,\n\tRAINBOW_SCARF_GAY = 28115,\n\tRAINBOW_JUMPER_PRIDE = 28116,\n\tRAINBOW_JUMPER_BISEXUAL = 28118,\n\tRAINBOW_JUMPER_ASEXUAL = 28119,\n\tRAINBOW_JUMPER_TRANSGENDER = 28120,\n\tRAINBOW_JUMPER_PANSEXUAL = 28121,\n\tRAINBOW_JUMPER_NONBINARY = 28122,\n\tRAINBOW_JUMPER_GENDERQUEER = 28123,\n\tRAINBOW_JUMPER_LESBIAN = 28124,\n\tRAINBOW_JUMPER_GAY = 28125,\n\tPOETS_JACKET = 28126,\n\tLOVE_CROSSBOW = 28128,\n\tFORESTRY_KIT = 28136,\n\tLOG_BASKET_CLOSED = 28140,\n\tLOG_BASKET_OPEN = 28142,\n\tFORESTRY_BASKET_CLOSED = 28143,\n\tFORESTRY_BASKET_OPEN = 28145,\n\tLOG_BRACE = 28146,\n\tSTURDY_HARNESS = 28149,\n\tNATURE_OFFERINGS = 28152,\n\tRITUAL_MULCH = 28154,\n\tFORESTERS_RATION = 28157,\n\tSECATEURS_BLADE = 28159,\n\tSECATEURS_ATTACHMENT = 28161,\n\tCLOTHES_POUCH = 28163,\n\tCLOTHES_POUCH_BLUEPRINT = 28166,\n\tFORESTRY_TOP = 28169,\n\tFORESTRY_LEGS = 28171,\n\tFORESTRY_HAT = 28173,\n\tFORESTRY_BOOTS = 28175,\n\tAXE_HANDLE = 28177,\n\tUNFIRED_CUP = 28193,\n\tBRONZE_2H_AXE = 28196,\n\tIRON_2H_AXE = 28199,\n\tSTEEL_2H_AXE = 28202,\n\tBLACK_2H_AXE = 28205,\n\tMITHRIL_2H_AXE = 28208,\n\tADAMANT_2H_AXE = 28211,\n\tRUNE_2H_AXE = 28214,\n\tDRAGON_2H_AXE = 28217,\n\tCRYSTAL_2H_AXE_ACTIVE = 28220,\n\tCRYSTAL_2H_AXE_INACTIVE = 28223,\n\tTHIRD_AGE_2H_AXE = 28226,\n\tSANGUINE_TORVA_FULL_HELM = 28254,\n\tSANGUINE_TORVA_PLATEBODY = 28256,\n\tSANGUINE_TORVA_PLATELEGS = 28258,\n\tCHROMIUM_INGOT = 28276,\n\tBERSERKER_ICON = 28295,\n\tARCHER_ICON = 28298,\n\tWARRIOR_ICON = 28301,\n\tSEERS_ICON = 28304,\n\tULTOR_RING = 28307,\n\tVENATOR_RING = 28310,\n\tMAGUS_RING = 28313,\n\tBELLATOR_RING = 28316,\n\tRING_OF_SHADOWS_CHARGED = 28327,\n\tRING_OF_SHADOWS_UNCHARGED = 28329,\n\tAWAKENERS_ORB = 28334,\n\tMAGIC_LANTERN = 28426,\n\tBLOOD_ANCIENT_SCEPTRE_LOCKED = 28473,\n\tICE_ANCIENT_SCEPTRE_LOCKED = 28474,\n\tSMOKE_ANCIENT_SCEPTRE_LOCKED = 28475,\n\tSHADOW_ANCIENT_SCEPTRE_LOCKED = 28476,\n\tCORRUPTED_VOIDWAKER = 28531,\n\tCORRUPTED_DRAGON_CLAWS = 28534,\n\tCORRUPTED_ARMADYL_GODSWORD = 28537,\n\tCORRUPTED_TWISTED_BOW = 28540,\n\tCORRUPTED_SCYTHE_OF_VITUR_CHARGED = 28543,\n\tCORRUPTED_SCYTHE_OF_VITUR_UNCHARGED = 28545,\n\tCORRUPTED_TUMEKENS_SHADOW_CHARGED = 28547,\n\tCORRUPTED_TUMEKENS_SHADOW_UNCHARGED = 28549,\n\tTRINKET_OF_VENGEANCE = 28561,\n\tTRINKET_OF_FAIRIES = 28564,\n\tTRINKET_OF_ADVANCED_WEAPONRY = 28567,\n\tTRINKET_OF_UNDEAD = 28570,\n\tWARPED_SCEPTRE_UNCHARGED = 28583,\n\tWARPED_SCEPTRE_CHARGED = 28585,\n\tCOBWEB_CAPE = 28601,\n\tSPIDER_HAT_COMMON = 28603,\n\tSPIDER_HAT_VENENATIS = 28605,\n\tSPIDER_HAT_VERZIK = 28607,\n\tSPIDER_HAT_SARACHNIS = 28609,\n\tSPIDER_HAT_OLD = 28611,\n\tPHEASANT_CAPE = 28616,\n\tPHEASANT_BOOTS = 28618,\n\tPHEASANT_HAT = 28620,\n\tPHEASANT_LEGS = 28622,\n\tSAWMILL_VOUCHER = 28628,\n\tTWITCHERS_GLOVES = 28630,\n\tPETAL_GARLAND = 28655,\n\tWEB_CLOAK = 28671,\n\tFANCIER_BOOTS = 28672,\n\tDINHS_BLAZING_BULWARK = 28682,\n\tTRAILBLAZER_RELOADED_BULWARK_ORNAMENT_KIT = 28684,\n\tBLAZING_BLOWPIPE_CHARGED = 28688,\n\tTRAILBLAZER_RELOADED_BLOWPIPE_ORNAMENT_KIT = 28690,\n\tTRAILBLAZER_RELOADED_ALCHEMY_SCROLL = 28693,\n\tTRAILBLAZER_RELOADED_VENGEANCE_SCROLL = 28696,\n\tTRAILBLAZER_RELOADED_DEATH_SCROLL = 28699,\n\tTRAILBLAZER_RELOADED_BANNER = 28702,\n\tTRAILBLAZER_RELOADED_HOME_TELEPORT_SCROLL = 28705,\n\tTRAILBLAZER_RELOADED_REJUVENATION_POOL_SCROLL = 28708,\n\tTRAILBLAZER_RELOADED_HEADBAND_T1 = 28712,\n\tTRAILBLAZER_RELOADED_TOP_T1 = 28715,\n\tTRAILBLAZER_RELOADED_TROUSERS_T1 = 28718,\n\tTRAILBLAZER_RELOADED_BOOTS_T1 = 28721,\n\tTRAILBLAZER_RELOADED_HEADBAND_T2 = 28724,\n\tTRAILBLAZER_RELOADED_TOP_T2 = 28727,\n\tTRAILBLAZER_RELOADED_TROUSERS_T2 = 28730,\n\tTRAILBLAZER_RELOADED_BOOTS_T2 = 28733,\n\tTRAILBLAZER_RELOADED_HEADBAND_T3 = 28736,\n\tTRAILBLAZER_RELOADED_TOP_T3 = 28739,\n\tTRAILBLAZER_RELOADED_TROUSERS_T3 = 28742,\n\tTRAILBLAZER_RELOADED_BOOTS_T3 = 28745,\n\tTRAILBLAZER_RELOADED_TORCH = 28748,\n\tTRAILBLAZER_RELOADED_DRAGON_TROPHY = 28751,\n\tTRAILBLAZER_RELOADED_RUNE_TROPHY = 28753,\n\tTRAILBLAZER_RELOADED_ADAMANT_TROPHY = 28755,\n\tTRAILBLAZER_RELOADED_MITHRIL_TROPHY = 28757,\n\tTRAILBLAZER_RELOADED_STEEL_TROPHY = 28759,\n\tTRAILBLAZER_RELOADED_IRON_TROPHY = 28761,\n\tTRAILBLAZER_RELOADED_BRONZE_TROPHY = 28763,\n\tGLOBETROTTER_PENDANT = 28765,\n\tSAGES_GREAVES = 28771,\n\tSAGES_AXE = 28773,\n\tRUINOUS_POWERS_ITEM = 28775,\n\tTRAILBLAZER_RELOADED_RELIC_HUNTER_T1_ARMOUR_SET = 28777,\n\tTRAILBLAZER_RELOADED_RELIC_HUNTER_T2_ARMOUR_SET = 28780,\n\tTRAILBLAZER_RELOADED_RELIC_HUNTER_T3_ARMOUR_SET = 28783,\n\tICY_JUMPER = 28786,\n\tSNOWGLOBE_HELMET = 28788,\n\tKOUREND_CASTLE_TELEPORT_TABLET = 28790,\n\tBONE_MACE = 28792,\n\tBONE_SHORTBOW = 28794,\n\tBONE_STAFF = 28796,\n\tZOMBIE_AXE = 28810,\n\tBROKEN_ZOMBIE_AXE = 28813,\n\tCIVITAS_ILLA_FORTIS_TELEPORT_TABLET = 28824,\n\tIMMATURE_TECU_SALAMANDER = 28831,\n\tTECU_SALAMANDER = 28834,\n\tIRIT_TAR = 28837,\n\tHUNTERS_SUNLIGHT_CROSSBOW = 28869,\n\tSUNLIGHT_ANTLER_BOLTS = 28872,\n\tMOONLIGHT_ANTLER_BOLTS = 28878,\n\tSUNLIGHT_MOTH_ITEM = 28890,\n\tMOONLIGHT_MOTH_ITEM = 28893,\n\tRUM = 28896,\n\tWYRMLING_BONES = 28899,\n\tDIZANAS_MAX_CAPE_NORMAL = 28902,\n\tDIZANAS_MAX_HOOD = 28904,\n\tDIZANAS_MAX_CAPE_LOCKED = 28906,\n\tTONALZTICS_OF_RALOS_UNCHARGED = 28919,\n\tTONALZTICS_OF_RALOS_CHARGED = 28922,\n\tSUNFIRE_SPLINTERS = 28924,\n\tSUNFIRE_RUNE = 28929,\n\tSEARING_PAGE = 28931,\n\tSUNFIRE_FANATIC_HELM = 28933,\n\tSUNFIRE_FANATIC_CUIRASS = 28936,\n\tSUNFIRE_FANATIC_CHAUSSES = 28939,\n\tECHO_CRYSTAL = 28942,\n\tECHO_BOOTS = 28945,\n\tDIZANAS_QUIVER_UNCHARGED = 28947,\n\tDIZANAS_QUIVER_UNCHARGED_LOCKED = 28949,\n\tDIZANAS_QUIVER_CHARGED = 28951,\n\tDIZANAS_QUIVER_CHARGED_LOCKED = 28953,\n\tBLESSED_DIZANAS_QUIVER_NORMAL = 28955,\n\tBLESSED_DIZANAS_QUIVER_LOCKED = 28957,\n\tBLUE_MOON_SPEAR = 28988,\n\tATLATL_DART = 28991,\n\tDUAL_MACUAHUITL = 28997,\n\tECLIPSE_ATLATL = 29000,\n\tECLIPSE_MOON_CHESTPLATE_NEW = 29004,\n\tECLIPSE_MOON_TASSETS_NEW = 29007,\n\tECLIPSE_MOON_HELM_NEW = 29010,\n\tBLUE_MOON_CHESTPLATE_NEW = 29013,\n\tBLUE_MOON_TASSETS_NEW = 29016,\n\tBLUE_MOON_HELM_NEW = 29019,\n\tBLOOD_MOON_CHESTPLATE_NEW = 29022,\n\tBLOOD_MOON_TASSETS_NEW = 29025,\n\tBLOOD_MOON_HELM_NEW = 29028,\n\tECLIPSE_MOON_CHESTPLATE_USED = 29031,\n\tECLIPSE_MOON_TASSETS_USED = 29033,\n\tECLIPSE_MOON_HELM_USED = 29035,\n\tBLUE_MOON_CHESTPLATE_USED = 29037,\n\tBLUE_MOON_TASSETS_USED = 29039,\n\tBLUE_MOON_HELM_USED = 29041,\n\tBLOOD_MOON_CHESTPLATE_USED = 29043,\n\tBLOOD_MOON_TASSETS_USED = 29045,\n\tBLOOD_MOON_HELM_USED = 29047,\n\tECLIPSE_MOON_CHESTPLATE_BROKEN = 29049,\n\tECLIPSE_MOON_TASSETS_BROKEN = 29052,\n\tECLIPSE_MOON_HELM_BROKEN = 29055,\n\tBLUE_MOON_CHESTPLATE_BROKEN = 29058,\n\tBLUE_MOON_TASSETS_BROKEN = 29061,\n\tBLUE_MOON_HELM_BROKEN = 29064,\n\tBLOOD_MOON_CHESTPLATE_BROKEN = 29067,\n\tBLOOD_MOON_TASSETS_BROKEN = 29070,\n\tBLOOD_MOON_HELM_BROKEN = 29073,\n\tSULPHUR_BLADES = 29084,\n\tCALCIFIED_MOTH = 29090,\n\tRAW_BARBTAILED_KEBBIT = 29101,\n\tRAW_WILD_KEBBIT = 29104,\n\tRAW_DASHING_KEBBIT = 29107,\n\tRAW_PYRE_FOX = 29110,\n\tRAW_MOONLIGHT_ANTELOPE = 29113,\n\tRAW_SUNLIGHT_ANTELOPE = 29116,\n\tRAW_GRAAHK = 29119,\n\tRAW_LARUPIA = 29122,\n\tRAW_KYATT = 29125,\n\tCOOKED_WILD_KEBBIT = 29128,\n\tCOOKED_BARBTAILED_KEBBIT = 29131,\n\tCOOKED_DASHING_KEBBIT = 29134,\n\tCOOKED_PYRE_FOX = 29137,\n\tCOOKED_SUNLIGHT_ANTELOPE = 29140,\n\tCOOKED_MOONLIGHT_ANTELOPE = 29143,\n\tCOOKED_LARUPIA = 29146,\n\tCOOKED_GRAAHK = 29149,\n\tCOOKED_KYATT = 29152,\n\tFOX_FUR = 29163,\n\tJERBOA_TAIL = 29166,\n\tSUNLIGHT_ANTELOPE_ANTLER = 29168,\n\tMOONLIGHT_ANTELOPE_ANTLER = 29171,\n\tMOONLIGHT_ANTELOPE_FUR = 29174,\n\tSUNLIGHT_ANTELOPE_FUR = 29177,\n\tSAPPHIRE_GLACIALIS_MIX_2_DOSE = 29180,\n\tSNOWY_KNIGHT_MIX_2_DOSE = 29183,\n\tRUBY_HARVEST_MIX_2_DOSE = 29186,\n\tBLACK_WARLOCK_MIX_2_DOSE = 29189,\n\tSUNLIGHT_MOTH_MIX_2_DOSE = 29192,\n\tMOONLIGHT_MOTH_MIX_2_DOSE = 29195,\n\tSAPPHIRE_GLACIALIS_MIX_1_DOSE = 29198,\n\tSNOWY_KNIGHT_MIX_1_DOSE = 29201,\n\tRUBY_HARVEST_MIX_1_DOSE = 29204,\n\tBLACK_WARLOCK_MIX_1_DOSE = 29207,\n\tSUNLIGHT_MOTH_MIX_1_DOSE = 29210,\n\tMOONLIGHT_MOTH_MIX_1_DOSE = 29213,\n\tJAGUAR_FUR = 29218,\n\tENHANCED_QUETZAL_WHISTLE_BLUEPRINT = 29253,\n\tPERFECTED_QUETZAL_WHISTLE_BLUEPRINT = 29256,\n\tGUILD_HUNTER_HEADWEAR = 29263,\n\tGUILD_HUNTER_TOP = 29265,\n\tGUILD_HUNTER_LEGS = 29267,\n\tGUILD_HUNTER_BOOTS = 29269,\n\tTRAPPERS_TIPPLE = 29277,\n\tMIXED_HIDE_TOP = 29280,\n\tMIXED_HIDE_LEGS = 29283,\n\tMIXED_HIDE_BOOTS = 29286,\n\tMIXED_HIDE_CAPE = 29289,\n\tMIXED_HIDE_BASE = 29292,\n\tHUNTERS_SPEAR = 29305,\n\tQUETZAL_FEED = 29307,\n\tHUNTER_SPEAR_TIPS = 29311,\n\tSUNBEAM_ALE = 29409,\n\tSTEAMFORGE_BREW = 29412,\n\tECLIPSE_WINE = 29415,\n\tMOONLITE = 29418,\n\tSUNSHINE = 29421,\n\tSUNFIRE_FANATIC_ARMOUR_SET = 29424,\n\tBOOK_OF_EGG = 29433,\n\tEGG_PRIEST_ROBE = 29437,\n\tEGG_PRIEST_ROBE_TOP = 29439,\n\tEGG_PRIEST_NECKLACE = 29441,\n\tEGG_PRIEST_MITRE = 29443,\n\tZOMBIE_PIRATE_KEY = 29449,\n\tTELEPORT_ANCHORING_SCROLL = 29455,\n\tADAMANT_SEEDS = 29458,\n\tCURSED_AMULET_OF_MAGIC = 29486,\n\tRAINBOW_CAPE_PRIDE = 29489,\n\tRAINBOW_CAPE_BISEXUAL = 29491,\n\tRAINBOW_CAPE_ASEXUAL = 29493,\n\tRAINBOW_CAPE_TRANSGENDER = 29495,\n\tRAINBOW_CAPE_PANSEXUAL = 29497,\n\tRAINBOW_CAPE_NONBINARY = 29499,\n\tRAINBOW_CAPE_GENDERQUEER = 29501,\n\tRAINBOW_CAPE_LESBIAN = 29503,\n\tRAINBOW_CAPE_GAY = 29505,\n\tRAINBOW_CROWN_SHIRT_PRIDE = 29507,\n\tRAINBOW_CROWN_SHIRT_BISEXUAL = 29509,\n\tRAINBOW_CROWN_SHIRT_ASEXUAL = 29510,\n\tRAINBOW_CROWN_SHIRT_TRANSGENDER = 29511,\n\tRAINBOW_CROWN_SHIRT_PANSEXUAL = 29512,\n\tRAINBOW_CROWN_SHIRT_NONBINARY = 29513,\n\tRAINBOW_CROWN_SHIRT_GENDERQUEER = 29514,\n\tRAINBOW_CROWN_SHIRT_LESBIAN = 29515,\n\tRAINBOW_CROWN_SHIRT_GAY = 29516,\n\tELITE_BLACK_FULL_HELM = 29560,\n\tELITE_BLACK_PLATEBODY = 29562,\n\tELITE_BLACK_PLATELEGS = 29564,\n\tDARK_SQUALL_HOOD = 29566,\n\tDARK_SQUALL_ROBE_TOP = 29568,\n\tDARK_SQUALL_ROBE_BOTTOM = 29570,\n\tBURNING_CLAW = 29574,\n\tBONE_CLAWS = 29577,\n\tTORMENTED_SYNAPSE = 29580,\n\tEMBERLIGHT = 29589,\n\tSCORCHING_BOW = 29591,\n\tPURGING_STAFF = 29594,\n\tCORRUPTED_DARK_BOW = 29599,\n\tCORRUPTED_VOLATILE_NIGHTMARE_STAFF = 29602,\n\tARMADYL_GODSWORD_DEADMAN = 29605,\n\tVOIDWAKER_DEADMAN = 29607,\n\tVOLATILE_NIGHTMARE_STAFF_DEADMAN = 29609,\n\tDARK_BOW_DEADMAN = 29611,\n\tIMBUED_ZAMORAK_CAPE_DEADMAN = 29613,\n\tIMBUED_GUTHIX_CAPE_DEADMAN = 29615,\n\tIMBUED_SARADOMIN_CAPE_DEADMAN = 29617,\n\tARMAGEDDON_RUG = 29619,\n\tARMAGEDDON_TELEPORT_SCROLL = 29622,\n\tARMAGEDDON_WEAPON_SCROLL = 29625,\n\tARMAGEDDON_CAPE_FABRIC = 29628,\n\tBLIGHTED_OVERLOAD_4_DOSE = 29631,\n\tBLIGHTED_OVERLOAD_3_DOSE = 29634,\n\tBLIGHTED_OVERLOAD_2_DOSE = 29637,\n\tBLIGHTED_OVERLOAD_1_DOSE = 29640,\n\tCHITIN = 29643,\n\tGUTHIXIAN_TEMPLE_TELEPORT = 29684,\n\tDNI23_TORSO_LIGHTBUTTONS = 29686,\n\tDNI23_TORSO_DARKBUTTONS_DARK_BUTTONS = 29688,\n\tDNI23_TORSO_DARKBUTTONS_JACKET = 29690,\n\tDNI23_TORSO_SHIRT = 29692,\n\tDNI23_TORSO_STITCHING = 29694,\n\tDNI23_TORSO_TWOTONED = 29696,\n\tDNI23_TORSO_PRINCELY = 29698,\n\tDNI23_TORSO_RIPPEDWESKIT_RIPPED_WESKIT = 29700,\n\tDNI23_TORSO_RIPPEDWESKIT_TORN_WESKIT = 29702,\n\tDNI23_TORSO_CROPTOPS = 29704,\n\tDNI23_TORSO_POLONECK = 29706,\n\tDNI23_TORSO_SIMPLE = 29708,\n\tDNI23_TORSO_FRILLY = 29710,\n\tDNI23_TORSO_CORSETRY = 29712,\n\tDNI23_TORSO_BODICE = 29714,\n\tDNI23_ARMS_THIN = 29716,\n\tDNI23_ARMS_SHOULDERPADS = 29718,\n\tDNI23_ARMS_THICKSTRIPE = 29720,\n\tDNI23_ARMS_LOOSESLEEVES = 29722,\n\tDNI23_ARMS_PRINCELY = 29724,\n\tDNI23_ARMS_TATTYLONG = 29726,\n\tDNI23_ARMS_RIPPED = 29728,\n\tDNI23_ARMS_BARE = 29730,\n\tDNI23_ARMS_FRILLY = 29732,\n\tDNI23_ARMS_TATTYSHORT = 29734,\n\tDNI23_ARMS_BARESHOULDERS = 29736,\n\tDNI23_LEGS_SHORTS = 29738,\n\tDNI23_LEGS_BEACH = 29740,\n\tDNI23_LEGS_PRINCELY = 29742,\n\tDNI23_LEGS_LEGGINGS = 29744,\n\tDNI23_LEGS_SIDESTRIPES = 29746,\n\tDNI23_LEGS_RIPPED = 29748,\n\tDNI23_LEGS_PATCHED = 29750,\n\tDNI23_LEGS_SKIRT = 29752,\n\tDNI23_LEGS_LONGSKIRT = 29754,\n\tDNI23_LEGS_LONGNARROWSKIRT = 29756,\n\tDNI23_LEGS_SHORTSKIRT = 29758,\n\tDNI23_LEGS_LAYERED = 29760,\n\tDNI23_LEGS_SASHDOTS = 29762,\n\tDNI23_LEGS_BIGHEM = 29764,\n\tDNI23_LEGS_SASHTROUSERS = 29766,\n\tDNI23_LEGS_PATTERNED = 29768,\n\tDNI23_LEGS_TORNSKIRT = 29770,\n\tDNI23_LEGS_PATCHEDSKIRT = 29772,\n\tAMYS_SAW_OFFHAND = 29774,\n\tIMCANDO_HAMMER_OFFHAND = 29775,\n\tBRUMA_TORCH_OFFHAND = 29777,\n\tSPIDER_CAVE_TELEPORT = 29782,\n\tARAXYTE_VENOM_SACK = 29784,\n\tNOXIOUS_HALBERD = 29796,\n\tAMULET_OF_RANCOUR = 29801,\n\tAMULET_OF_RANCOUR_S = 29804,\n\tARANEA_BOOTS = 29806,\n\tARAXYTE_SLAYER_HELMET = 29816,\n\tARAXYTE_SLAYER_HELMET_I_NIGHTMARE_ZONE = 29818,\n\tARAXYTE_SLAYER_HELMET_I_SOUL_WARS = 29820,\n\tARAXYTE_SLAYER_HELMET_I_EMIRS_ARENA = 29822,\n}\n", "export enum EMonster {\n\tARAXXOR = 13668,\n\tCORPOREAL_BEAST = 319,\n\tDAGANNOTH_PRIME = 2266,\n\tDAGANNOTH_REX = 2267,\n\tDAGANNOTH_SUPREME = 2265,\n\tGIANT_MOLE = 5779,\n\tKALPHITE_QUEEN = 963,\n\tOBOR = 7416,\n\tSARACHNIS = 8713,\n\tVORKATH = 8061,\n\tZULRAH = 2042,\n\tCOMMANDER_ZILYANA = 2205,\n\tGENERAL_GRAARDOR = 2215,\n\tKREEARRA = 3162,\n\tKRIL_TSUTSAROTH = 3129,\n\tBRYOPHYTA = 8195,\n\tSKOTIZO = 7286,\n\tDERANGED_ARCHAEOLOGIST = 7806,\n\tPHANTOM_MUSPAH = 12077,\n\tDUKE_SUCELLUS = 12191,\n\tVARDORVIS = 12223,\n\tTHE_LEVIATHAN = 12214,\n\tTHE_WHISPERER = 12204,\n\tDUKE_SUCELLUS_AWAKENED = 12192,\n\tTHE_LEVIATHAN_AWAKENED = 12215,\n\tTHE_WHISPERER_AWAKENED = 12205,\n\tVARDORVIS_AWAKENED = 12224,\n\tSCURRIUS = 7222,\n\tCALLISTO = 6503,\n\tCHAOS_ELEMENTAL = 2054,\n\tCRAZY_ARCHAEOLOGIST = 6618,\n\tKING_BLACK_DRAGON = 6502,\n\tSCORPIA = 6615,\n\tVENENATIS = 6610,\n\tVETION = 6611,\n\tCHAOS_FANATIC = 6619,\n\tARTIO = 11992,\n\tSPINDEL = 11998,\n\tCALVARION = 11993,\n\tABYSSAL_SIRE = 5886,\n\tCERBERUS = 5862,\n\tALCHEMICAL_HYDRA = 8615,\n\tGROTESQUE_GUARDIANS = 7851,\n\tTHERMONUCLEAR_SMOKE_DEVIL = 499,\n\tKRAKEN = 494,\n\tBLOOD_REAVER = 11293,\n\tBRUTAL_BLACK_DRAGON = 7275,\n\tBABY_BLACK_DRAGON = 1871,\n\tBANDIT = 6605,\n\tARMADYLIAN_GUARD = 6587,\n\tBLACK_KNIGHT = 516,\n\tDARK_WARRIOR = 531,\n\tDEADLY_RED_SPIDER = 3021,\n\tELDER_CHAOS_DRUID = 6607,\n\tENT = 6594,\n\tREVENANT_CYCLOPS = 7934,\n\tREVENANT_PYREFIEND = 7932,\n\tREVENANT_ORK = 7937,\n\tREVENANT_KNIGHT = 7939,\n\tREVENANT_IMP = 7881,\n\tREVENANT_HOBGOBLIN = 7933,\n\tREVENANT_HELLHOUND = 7935,\n\tREVENANT_GOBLIN = 7931,\n\tREVENANT_DRAGON = 7940,\n\tREVENANT_DEMON = 7936,\n\tREVENANT_DARK_BEAST = 7938,\n\tPIRATE = 521,\n\tMAMMOTH = 6604,\n\tMAGIC_AXE = 2844,\n\tLAVA_DRAGON = 6593,\n\tGUARD_BANDIT = 1027,\n\tDAGANNOTH_SPAWN = 3184,\n\tFERAL_VAMPYRE = 3234,\n\tFEVER_SPIDER = 626,\n\tGIANT_SEA_SNAKE = 1101,\n\tGREATER_NECHRYAEL = 7278,\n\tGREEN_DRAGON = 260,\n\tHARPIE_BUG_SWARM = 464,\n\tINFERNAL_MAGE = 447,\n\tJUNGLE_HORROR = 1042,\n\tKILLERWATT = 469,\n\tLESSER_DEMON = 2005,\n\tELF_ARCHER = 5295,\n\tFLESH_CRAWLER = 2498,\n\tFIYR_SHADE = 1286,\n\tDEVIANT_SPECTRE = 7279,\n\tDAGANNOTH_FLEDGELING = 2264,\n\tHYDRA = 8609,\n\tICE_GIANT = 2085,\n\tICE_TROLL = 648,\n\tICE_WARRIOR = 2841,\n\tPHRIN_SHADE = 1280,\n\tOTHERWORLDLY_BEING = 2843,\n\tMUTATED_BLOODVELD = 7276,\n\tMOURNER = 8844,\n\tMOSS_GIANT = 2090,\n\tMOLANISK = 1,\n\tMOGRE = 2592,\n\tLOAR_SHADE = 1277,\n\tLIZARDMAN_BRUTE = 6918,\n\tJELLY = 437,\n\tIORWERTH_ARCHER = 3428,\n\tIORWERTH_WARRIOR = 3429,\n\tWEREWOLF = 2593,\n\tWATERFIEND = 2916,\n\tWARPED_JELLY = 7277,\n\tWALL_BEAST = 476,\n\tVYREWATCH_SENTINEL = 9756,\n\tVYREWATCH = 3717,\n\tVAMPYRE_JUVINATE = 3694,\n\tTZHAARKET = 2173,\n\tTROLL_GENERAL = 4120,\n\tTERROR_DOG = 6473,\n\tSHADOW_WARRIOR = 2853,\n\tSHADE = 5633,\n\tSEA_SNAKE_YOUNG = 1097,\n\tSEA_SNAKE_HATCHLING = 1098,\n\tROCKSLUG = 421,\n\tRIYL_SHADE = 1282,\n\tPYREFIEND = 433,\n\tPYRELORD = 6762,\n\tPORAZDIR = 7860,\n\tOGRE = 136,\n\tOGRESS_SHAMAN = 7991,\n\tOGRESS_WARRIOR = 7990,\n\tANCIENT_ZYGOMITE = 7797,\n\tASYN_SHADE = 1284,\n\tBABY_BLUE_DRAGON = 241,\n\tBABY_GREEN_DRAGON = 5194,\n\tBABY_RED_DRAGON = 137,\n\tBRONZE_DRAGON = 270,\n\tBRUTAL_BLUE_DRAGON = 7273,\n\tBRUTAL_GREEN_DRAGON = 2918,\n\tBRUTAL_RED_DRAGON = 7274,\n\tCATABLEPON = 2475,\n\tCOCKATRICE = 420,\n\tCROCODILE = 4184,\n\tCYCLOPS = 2097,\n\tTEMPLE_SPIDER = 8703,\n\tTERRORBIRD = 2064,\n\tTORTURED_GORILLA = 7097,\n\tTORTURED_SOUL = 2999,\n\tTWISTED_BANSHEE = 7272,\n\tUNDEAD_CHICKEN = 2993,\n\tUNDEAD_COW = 2992,\n\tUNDEAD_DRUID = 2145,\n\tUNDEAD_ONE = 5342,\n\tURIUM_SHADE = 10589,\n\tWHITE_WOLF = 108,\n\tWILD_DOG = 112,\n\tZOGRE = 866,\n\tZOMBIE_RAT = 3969,\n\tPENGUIN = 2063,\n\tPIT_SCORPION = 3026,\n\tPOISON_SCORPION = 3025,\n\tROOSTER = 3663,\n\tSEAGULL = 1338,\n\tSHADOW_SPIDER = 3016,\n\tSKELETON_FREMENNIK = 4498,\n\tSKELETON_MAGE = 4319,\n\tSKOGRE = 878,\n\tSMALL_LIZARD = 463,\n\tSULPHUR_LIZARD = 8614,\n\tGIANT_BAT = 2834,\n\tGIANT_CRYPT_SPIDER = 1684,\n\tGIANT_RAT = 2510,\n\tGIANT_SPIDER = 2477,\n\tGRIZZLY_BEAR = 3423,\n\tGRIZZLY_BEAR_CUB = 3425,\n\tICE_WOLF = 645,\n\tJACKAL = 4185,\n\tJUNGLE_WOLF = 232,\n\tKALPHITE_GUARDIAN = 959,\n\tKALPHITE_SOLDIER = 957,\n\tKING_SCORPION = 3027,\n\tLOBSTROSITY = 7796,\n\tMONKEY_ARCHER = 5272,\n\tMONKEY_GUARD = 5271,\n\tMONKEY_ZOMBIE = 5281,\n\tMOUNTED_TERRORBIRD_GNOME = 2067,\n\tBEAR_CUB = 3909,\n\tBIG_WOLF = 115,\n\tBIRD = 5240,\n\tBLACK_GUARD = 6046,\n\tCAVE_GOBLIN_GUARD = 5334,\n\tCHAOS_DWARF = 291,\n\tCHICKEN = 3316,\n\tCHOMPY_BIRD = 1475,\n\tCOW_CALF = 2792,\n\tCRYPT_RAT = 1679,\n\tDEATH_WING = 509,\n\tDESERT_LIZARD = 459,\n\tDESERT_WOLF = 4649,\n\tDUCK = 1838,\n\tDUCKLING = 2001,\n\tDUNGEON_RAT = 2865,\n\tDWARF_GANG_MEMBER = 1354,\n\tABERRANT_SPECTRE = 2,\n\tDAGANNOTH = 3185,\n\tGUARD = 995,\n\tRED_DRAGON = 247,\n\tABYSSAL_DEMON = 415,\n\tDARK_BEAST = 4005,\n\tHELLHOUND = 104,\n\tRUNE_DRAGON = 8031,\n\tADAMANT_DRAGON = 8030,\n\tDEMONIC_GORILLA = 7144,\n\tSCARAB_MAGE = 794,\n\tANKOU = 2514,\n\tDRAKE = 8612,\n\tIRON_DRAGON = 272,\n\tSKELETAL_WYVERN = 465,\n\tAVIANSIE = 3169,\n\tDUST_DEVIL = 423,\n\tKALPHITE_WORKER = 955,\n\tSMOKE_DEVIL = 498,\n\tBASILISK_KNIGHT = 9293,\n\tELF_WARRIOR = 5293,\n\tKURASK = 410,\n\tSPIRITUAL_MAGE = 2212,\n\tBASILISK = 417,\n\tFIRE_GIANT = 2075,\n\tLIZARDMAN_SHAMAN = 6766,\n\tSPIRITUAL_RANGER = 2211,\n\tBLACK_DEMON = 240,\n\tANCIENT_WYVERN = 7795,\n\tLIZARDMAN = 6914,\n\tSPIRITUAL_WARRIOR = 2210,\n\tBLACK_DRAGON = 252,\n\tLONGTAILED_WYVERN = 7792,\n\tLOCUST_RIDER = 795,\n\tSTEEL_DRAGON = 8086,\n\tBLOODVELD = 484,\n\tSPITTING_WYVERN = 7794,\n\tMAN = 1118,\n\tSUQAH = 787,\n\tBLUE_DRAGON = 265,\n\tTALONED_WYVERN = 7793,\n\tMITHRIL_DRAGON = 2919,\n\tTUROTH = 426,\n\tBRINE_RAT = 4501,\n\tGARGOYLE = 412,\n\tMOUNTAIN_TROLL = 936,\n\tWOMAN = 1119,\n\tCAVE_HORROR = 1047,\n\tGOBLIN = 655,\n\tZYGOMITE = 537,\n\tWYRM = 8610,\n\tCAVE_KRAKEN = 492,\n\tGREATER_DEMON = 2025,\n\tNECHRYAEL = 8,\n\tBANSHEE = 414,\n\tCAVE_BUG = 481,\n\tCOW = 2790,\n\tDWARF = 290,\n\tLIZARD = 458,\n\tRAT = 2854,\n\tSPIDER = 3019,\n\tBAT = 2827,\n\tCAVE_CRAWLER = 406,\n\tCRAWLING_HAND = 448,\n\tGHOST = 85,\n\tMINOTAUR = 2481,\n\tSCORPION = 3024,\n\tWOLF = 106,\n\tBLACK_BEAR = 2839,\n\tCAVE_SLIME = 480,\n\tGUARD_DOG = 114,\n\tICEFIEND = 3140,\n\tMONKEY = 2848,\n\tSKELETON = 70,\n\tZOMBIE = 26,\n\tHILL_GIANT = 2098,\n\tPOLLNIVNIAN_BANDIT = 736,\n\tCAVE_GOBLIN = 6434,\n\tDESERT_BANDIT = 690,\n\tELF = 5299,\n\tFARMER = 3114,\n\tFREMENNIK_CITIZEN = 3937,\n\tGNOME = 5969,\n\tGOAT = 1792,\n\tMALE_HAM_MEMBER = 2540,\n\tFEMALE_HAM_MEMBER = 2541,\n\tHERO = 3295,\n\tKNIGHT_OF_ARDOUGNE = 3297,\n\tMASTER_FARMER = 5730,\n\tPALADIN = 1144,\n\tWATCHMAN = 5420,\n\tVYRE = 9710,\n\tTZHAARHUR = 2161,\n\tROGUE = 526,\n\tPRIFDDINAS_ELF = 9076,\n\tWARRIOR_WOMAN = 3260,\n\tALKHARID_WARRIOR = 3292,\n\tGHOUL = 289,\n\tEARTH_WARRIOR = 2840,\n\tIMP = 5007,\n\tJOGRE = 2094,\n\tHOBGOBLIN = 3049,\n\tCHAOS_DRUID = 520,\n\tUNICORN = 2837,\n\tMENAPHITE_THUG = 3549,\n\tRABBIT = 9118,\n\tTZHAARXIL = 2168,\n\tTZHAARMEJ = 2154,\n\tGIANT_FROG = 477,\n\tJUBBLY_BIRD = 4863,\n\tMANIACAL_MONKEY = 7118,\n\tZOMBIE_PIRATE = 13489,\n\tTORMENTED_DEMON = 13600,\n\tARMOURED_ZOMBIE = 12720,\n\tCRAB = 4819,\n\tBARROWS = 1673,\n\tTZTOKJAD = 3127,\n\tHESPORI = 8583,\n\tTZKALZUK = 7706,\n\tABHORRENT_SPECTRE = 7402,\n\tBASILISK_SENTINEL = 9258,\n\tCAVE_ABOMINATION = 7401,\n\tCHASM_CRAWLER = 7389,\n\tCHOKE_DEVIL = 7404,\n\tCOCKATHRICE = 7393,\n\tCOLOSSAL_HYDRA = 10402,\n\tCRUSHING_HAND = 7388,\n\tFLAMING_PYRELORD = 7394,\n\tGIANT_ROCKSLUG = 7392,\n\tGREATER_ABYSSAL_DEMON = 7410,\n\tGUARDIAN_DRAKE = 10400,\n\tINSATIABLE_BLOODVELD = 7397,\n\tINSATIABLE_MUTATED_BLOODVELD = 7398,\n\tKING_KURASK = 7405,\n\tMALEVOLENT_MAGE = 7396,\n\tMARBLE_GARGOYLE = 7407,\n\tMONSTROUS_BASILISK = 7395,\n\tNECHRYARCH = 7411,\n\tNIGHT_BEAST = 7409,\n\tNUCLEAR_SMOKE_DEVIL = 7406,\n\tREPUGNANT_SPECTRE = 7403,\n\tSCREAMING_BANSHEE = 7390,\n\tSCREAMING_TWISTED_BANSHEE = 7391,\n\tSHADOW_WYRM = 10398,\n\tSPIKED_TUROTH = 10397,\n\tVITREOUS_JELLY = 7399,\n\tVITREOUS_WARPED_JELLY = 7400,\n\tFROGEEL = 3600,\n\tNEWTROOST = 3605,\n\tSPIDINE = 3602,\n\tSWORDCHICK = 3603,\n\tUNICOW = 3601,\n\tJUBSTER = 3604,\n\tREANIMATED_GOBLIN = 7018,\n\tREANIMATED_MONKEY = 7019,\n\tREANIMATED_IMP = 7020,\n\tREANIMATED_MINOTAUR = 7021,\n\tREANIMATED_SCORPION = 7022,\n\tREANIMATED_BEAR = 7023,\n\tREANIMATED_UNICORN = 7024,\n\tREANIMATED_DOG = 7025,\n\tREANIMATED_CHAOS_DRUID = 7026,\n\tREANIMATED_GIANT = 7027,\n\tREANIMATED_OGRE = 7028,\n\tREANIMATED_ELF = 7029,\n\tREANIMATED_TROLL = 7030,\n\tREANIMATED_HORROR = 7031,\n\tREANIMATED_KALPHITE = 7032,\n\tREANIMATED_DAGANNOTH = 7033,\n\tREANIMATED_BLOODVELD = 7034,\n\tREANIMATED_TZHAAR = 7035,\n\tREANIMATED_DEMON = 7036,\n\tREANIMATED_HELLHOUND = 11463,\n\tREANIMATED_AVIANSIE = 7037,\n\tREANIMATED_ABYSSAL = 7038,\n\tREANIMATED_DRAGON = 7039,\n\tFLAWED_GOLEM = 10695,\n\tMIND_GOLEM = 10693,\n\tBODY_GOLEM = 10691,\n\tCHAOS_GOLEM = 10689,\n}\n", "import type { BossRecords } from \"./meta/types\";\n\nexport const BASE_API_URL = \"https://services.runescape.com\";\n\nexport const SKILLS = [\n\t\"overall\",\n\t\"attack\",\n\t\"defence\",\n\t\"strength\",\n\t\"hitpoints\",\n\t\"ranged\",\n\t\"prayer\",\n\t\"magic\",\n\t\"cooking\",\n\t\"woodcutting\",\n\t\"fletching\",\n\t\"fishing\",\n\t\"firemaking\",\n\t\"crafting\",\n\t\"smithing\",\n\t\"mining\",\n\t\"herblore\",\n\t\"agility\",\n\t\"thieving\",\n\t\"slayer\",\n\t\"farming\",\n\t\"runecraft\",\n\t\"hunter\",\n\t\"construction\",\n] as const;\n\nexport const MINIGAMES = [\n\t\"bountyHunter\",\n\t\"bountyHunterRogue\",\n\t\"bountyHunterLegacy\",\n\t\"bountyHunterLegacyRogue\",\n\t\"LMS\",\n\t\"pvpArena\",\n\t\"soulWars\",\n\t\"riftsClosed\",\n\t\"colosseumGlory\",\n] as const;\n\nexport const CLUES = [\"all\", \"beginner\", \"easy\", \"medium\", \"hard\", \"elite\", \"master\"] as const;\n\nexport const mappedBossNames = [\n\t[\"abyssalSire\", \"Abyssal Sire\"],\n\t[\"alchemicalHydra\", \"Alchemical Hydra\"],\n\t[\"amoxliatl\", \"Amoxliatl\"],\n\t[\"araxxor\", \"Araxxor\"],\n\t[\"artio\", \"Artio\"],\n\t[\"barrowsChests\", \"Barrows Chests\"],\n\t[\"bryophyta\", \"Bryophyta\"],\n\t[\"callisto\", \"Callisto\"],\n\t[\"calvarion\", \"Calvar'ion\"],\n\t[\"cerberus\", \"Cerberus\"],\n\t[\"chambersofXeric\", \"Chambers of Xeric\"],\n\t[\"chambersofXericChallengeMode\", \"Chambers of Xeric: Challenge Mode\"],\n\t[\"chaosElemental\", \"Chaos Elemental\"],\n\t[\"chaosFanatic\", \"Chaos Fanatic\"],\n\t[\"commanderZilyana\", \"Commander Zilyana\"],\n\t[\"corporealBeast\", \"Corporeal Beast\"],\n\t[\"crazyArchaeologist\", \"Crazy Archaeologist\"],\n\t[\"dagannothPrime\", \"Dagannoth Prime\"],\n\t[\"dagannothRex\", \"Dagannoth Rex\"],\n\t[\"dagannothSupreme\", \"Dagannoth Supreme\"],\n\t[\"derangedArchaeologist\", \"Deranged Archaeologist\"],\n\t[\"dukeSucellus\", \"Duke Sucellus\"],\n\t[\"generalGraardor\", \"General Graardor\"],\n\t[\"giantMole\", \"Giant Mole\"],\n\t[\"grotesqueGuardians\", \"Grotesque Guardians\"],\n\t[\"hespori\", \"Hespori\"],\n\t[\"kalphiteQueen\", \"Kalphite Queen\"],\n\t[\"kingBlackDragon\", \"King Black Dragon\"],\n\t[\"kraken\", \"Kraken\"],\n\t[\"kreeArra\", \"Kree'Arra\"],\n\t[\"krilTsutsaroth\", \"K'ril Tsutsaroth\"],\n\t[\"lunarChests\", \"Lunar Chests\"],\n\t[\"mimic\", \"Mimic\"],\n\t[\"nex\", \"Nex\"],\n\t[\"nightmare\", \"The Nightmare\"],\n\t[\"phosanisNightmare\", \"Phosani's Nightmare\"],\n\t[\"obor\", \"Obor\"],\n\t[\"phantomMuspah\", \"Phantom Muspah\"],\n\t[\"sarachnis\", \"Sarachnis\"],\n\t[\"scorpia\", \"Scorpia\"],\n\t[\"scurrius\", \"Scurrius\"],\n\t[\"skotizo\", \"Skotizo\"],\n\t[\"solHeredit\", \"Sol Heredit\"],\n\t[\"spindel\", \"Spindel\"],\n\t[\"tempoross\", \"Tempoross\"],\n\t[\"theGauntlet\", \"The Gauntlet\"],\n\t[\"theCorruptedGauntlet\", \"The Corrupted Gauntlet\"],\n\t[\"theHueycoatl\", \"The Hueycoatl\"],\n\t[\"theLeviathan\", \"The Leviathan\"],\n\t[\"theWhisperer\", \"The Whisperer\"],\n\t[\"theatreofBlood\", \"Theatre of Blood\"],\n\t[\"theatreofBloodHard\", \"Theatre of Blood: Hard Mode\"],\n\t[\"thermonuclearSmokeDevil\", \"Thermonuclear Smoke Devil\"],\n\t[\"tombsofAmascut\", \"Tombs of Amascut\"],\n\t[\"tombsofAmascutExpert\", \"Tombs of Amascut: Expert Mode\"],\n\t[\"tzKalZuk\", \"TzKal-Zuk\"],\n\t[\"tzTokJad\", \"TzTok-Jad\"],\n\t[\"vardorvis\", \"Vardorvis\"],\n\t[\"venenatis\", \"Venenatis\"],\n\t[\"vetion\", \"Vet'ion\"],\n\t[\"vorkath\", \"Vorkath\"],\n\t[\"wintertodt\", \"Wintertodt\"],\n\t[\"zalcano\", \"Zalcano\"],\n\t[\"zulrah\", \"Zulrah\"],\n] as const;\n\nexport const bossNameMap: Map = new Map(mappedBossNames);\n\n// Hiscores\n\nfunction hiscoreURL(type: string): string {\n\treturn `${BASE_API_URL}/m=${type}/index_lite.ws?player=`;\n}\n\nexport const hiscoreURLs = {\n\tnormal: hiscoreURL(\"hiscore_oldschool\"),\n\tironman: hiscoreURL(\"hiscore_oldschool_ironman\"),\n\tultimate: hiscoreURL(\"hiscore_oldschool_ultimate\"),\n\thardcore: hiscoreURL(\"hiscore_oldschool_hardcore_ironman\"),\n\tdeadman: hiscoreURL(\"hiscore_oldschool_deadman\"),\n\tseasonal: hiscoreURL(\"hiscore_oldschool_seasonal\"),\n\ttournament: hiscoreURL(\"hiscore_oldschool_tournament\"),\n\tskiller: hiscoreURL(\"hiscore_oldschool_skiller\"),\n\tskiller_defence: hiscoreURL(\"hiscore_oldschool_skiller_defence\"),\n} as const;\n\nexport const ACCOUNT_TYPES: (keyof typeof hiscoreURLs)[] = [\n\t\"normal\",\n\t\"ironman\",\n\t\"ultimate\",\n\t\"hardcore\",\n\t\"deadman\",\n\t\"seasonal\",\n\t\"tournament\",\n\t\"skiller\",\n\t\"skiller_defence\",\n];\n\n// Errors\n\nexport enum Errors {\n\tINVALID_USERNAME = \"INVALID_USERNAME\",\n\tINVALID_ACCOUNT_TYPE = \"INVALID_ACCOUNT_TYPE\",\n\tACCOUNT_NOT_FOUND = \"ACCOUNT_NOT_FOUND\",\n\tFAILED_REQUEST = \"FAILED_REQUEST\",\n}\n\nexport const ErrorDescriptions: Record = {\n\tINVALID_USERNAME: \"A malformed, invalid or incorrect username was passed and rejected.\",\n\tINVALID_ACCOUNT_TYPE: \"A invalid account type (normal, ironman, etc) was passed.\",\n\tACCOUNT_NOT_FOUND: \"Could not find a RuneScape account with the provided username.\",\n\tFAILED_REQUEST: \"A request to an API/External resource failed unexpectedly.\",\n\tITEM_NOT_FOUND: \"No item with the provided ID/Name could be found.\",\n};\n\nexport const EMPTY_BIRD_NEST_ID = 5075;\n\nexport enum SkillsEnum {\n\tAgility = \"agility\",\n\tCooking = \"cooking\",\n\tFishing = \"fishing\",\n\tMining = \"mining\",\n\tSmithing = \"smithing\",\n\tWoodcutting = \"woodcutting\",\n\tFiremaking = \"firemaking\",\n\tRunecraft = \"runecraft\",\n\tCrafting = \"crafting\",\n\tPrayer = \"prayer\",\n\tFletching = \"fletching\",\n\tFarming = \"farming\",\n\tHerblore = \"herblore\",\n\tThieving = \"thieving\",\n\tHunter = \"hunter\",\n\tConstruction = \"construction\",\n\tAttack = \"attack\",\n\tDefence = \"defence\",\n\tStrength = \"strength\",\n\tRanged = \"ranged\",\n\tMagic = \"magic\",\n\tHitpoints = \"hitpoints\",\n\tSlayer = \"slayer\",\n}\n", "export enum MonsterAttribute {\n\tDemon = \"demon\",\n\tDragon = \"dragon\",\n\tFiery = \"fiery\",\n\tKalphite = \"kalphite\",\n\tLeafy = \"leafy\",\n\tPenance = \"penance\",\n\tShade = \"shade\",\n\tUndead = \"undead\",\n\tVampyre = \"vampyre\",\n\tXerician = \"xerician\",\n}\n\nexport enum MonsterSlayerMaster {\n\tTurael = \"turael\",\n\tKrystilia = \"krystilia\",\n\tMazchna = \"mazchna\",\n\tVannaka = \"vannaka\",\n\tChaeldar = \"chaeldar\",\n\tKonar = \"konar\",\n\tNieve = \"nieve\",\n\tDuradel = \"duradel\",\n}\n\nexport enum MonsterAttackType {\n\tMelee = \"melee\",\n\tMagic = \"magic\",\n\tRange = \"range\",\n}\n\nexport interface MonsterData {\n\tmembers: boolean;\n\tcombatLevel: number;\n\thitpoints: number | null;\n\tmaxHit: number | null;\n\tattackType: MonsterAttackType[];\n\tattackSpeed: number | null;\n\taggressive: boolean;\n\tpoisonous: boolean;\n\timmuneToPoison: boolean;\n\timmuneToVenom: boolean;\n\tattributes: MonsterAttribute[];\n\tcategory: string[];\n\texamineText: string;\n\twikiName: string;\n\twikiURL: string;\n\tattackLevel: number;\n\tstrengthLevel: number;\n\tdefenceLevel: number;\n\tmagicLevel: number;\n\trangedLevel: number;\n\tattackStab: number;\n\tattackSlash: number;\n\tattackCrush: number;\n\tattackMagic: number;\n\tattackRanged: number;\n\tdefenceStab: number;\n\tdefenceSlash: number;\n\tdefenceCrush: number;\n\tdefenceMagic: number;\n\tdefenceRanged: number;\n\tattackAccuracy: number;\n\tmeleeStrength: number;\n\trangedStrength: number;\n\tmagicDamage: number;\n\tisSlayerMonster: boolean;\n\tslayerLevelRequired: number;\n\tslayerXP: number;\n\tassignableSlayerMasters: MonsterSlayerMaster[];\n}\n", "import LootTable from \"../../structures/LootTable\";\nimport { BarbarianAssault } from \"./BarbarianAssault\";\nimport { ChambersOfXeric } from \"./ChambersOfXeric\";\nimport { FishingTrawler } from \"./FishingTrawler\";\nimport { Gauntlet } from \"./Gauntlet\";\nimport Nightmare from \"./Nightmare\";\nimport { Tempoross } from \"./Tempoross\";\nimport Zalcano from \"./Zalcano\";\n\nexport const GrandHallowedCoffin = new LootTable()\n\t.every(\"Hallowed mark\", [8, 10])\n\t.tertiary(200, \"Ring of endurance (uncharged)\")\n\t.tertiary(30, \"Clue scroll (elite)\")\n\t.add(\"Rune 2h sword\")\n\t.add(\"Rune platebody\")\n\t.add(\"Law rune\", [150, 250])\n\t.add(\"Blood rune\", [150, 250])\n\t.add(\"Soul rune\", [150, 250])\n\t.add(\"Runite bolts\", [100, 300])\n\t.add(\"Monkfish\", [2, 6])\n\t.add(\"Sanfew serum(4)\", [1, 2])\n\t.add(\"Ranarr seed\", [1, 2])\n\t.add(\"Coins\", [17_500, 25_000]);\n\nexport { BarbarianAssault, ChambersOfXeric, FishingTrawler, Gauntlet, Nightmare, Tempoross, Zalcano };\n\nexport * from \"./Mimic\";\nexport * from \"./TheatreOfBlood\";\nexport type { ChambersOfXericOptions } from \"./ChambersOfXeric\";\n", "import { randArrItem } from \"e\";\nimport itemID from \"../util/itemID\";\nimport Bank from \"./Bank\";\nimport Items from \"./Items\";\n\nexport function reduceNumByPercent(value: number, percent: number): number {\n\tif (percent <= 0) return value;\n\treturn value - value * (percent / 100);\n}\nexport function randInt(min: number, max: number): number {\n\treturn Math.floor(Math.random() * (max - min + 1) + min);\n}\nexport function randFloat(min: number, max: number): number {\n\treturn Math.random() * (max - min) + min;\n}\n\nexport function roll(upperLimit: number): boolean {\n\treturn randInt(1, upperLimit) === 1;\n}\n\nexport interface LootTableOptions {\n\tlimit?: number;\n}\n\nexport interface LootTableMoreOptions {\n\tmultiply?: boolean;\n\tfreeze?: boolean;\n}\n\nexport interface LootTableItem {\n\titem: number | LootTable;\n\tweight?: number;\n\tquantity: number | number[];\n\toptions?: LootTableMoreOptions;\n}\n\nexport interface OneInItems extends LootTableItem {\n\tchance: number;\n}\nexport function isArrayOfItemTuples(x: readonly unknown[]): x is [string, (number | number[])?][] {\n\treturn Array.isArray(x[0]);\n}\n\nexport interface LootTableRollOptions {\n\t/**\n\t * Map\n\t *\n\t * item_id droprate will be decreased by percentage%.\n\t */\n\ttertiaryItemPercentageChanges?: Map;\n\ttargetBank?: Bank;\n}\n\nexport default class LootTable {\n\tpublic length: number;\n\tpublic table: LootTableItem[];\n\tpublic totalWeight: number;\n\tpublic limit?: number;\n\tpublic oneInItems: OneInItems[];\n\tpublic tertiaryItems: OneInItems[];\n\tpublic everyItems: LootTableItem[];\n\tpublic allItems: number[];\n\n\tpublic constructor(lootTableOptions: LootTableOptions = {}) {\n\t\tthis.table = [];\n\t\tthis.oneInItems = [];\n\t\tthis.tertiaryItems = [];\n\t\tthis.everyItems = [];\n\t\tthis.length = 0;\n\t\tthis.totalWeight = 0;\n\t\tthis.limit = lootTableOptions.limit;\n\t\tthis.allItems = [];\n\t}\n\n\tpublic clone(): LootTable {\n\t\tconst newTable = new LootTable();\n\t\tnewTable.table = [...this.table];\n\t\tnewTable.oneInItems = [...this.oneInItems];\n\t\tnewTable.tertiaryItems = [...this.tertiaryItems];\n\t\tnewTable.everyItems = [...this.everyItems];\n\t\tnewTable.length = this.length;\n\t\tnewTable.totalWeight = this.totalWeight;\n\t\tnewTable.limit = this.limit;\n\t\tnewTable.allItems = [...this.allItems];\n\n\t\treturn newTable;\n\t}\n\n\tprivate resolveName(name: string): number {\n\t\treturn itemID(name);\n\t}\n\n\tprivate addToAllItems(items: number | number[] | LootTable | LootTableItem | LootTableItem[]): void {\n\t\tif (Array.isArray(items)) {\n\t\t\tfor (const item of items) {\n\t\t\t\tthis.addToAllItems(item);\n\t\t\t}\n\t\t\treturn;\n\t\t}\n\n\t\tif (items instanceof LootTable) {\n\t\t\tthis.allItems = Array.from(new Set(this.allItems.concat(Array.isArray(items) ? items : items.allItems)));\n\t\t\treturn;\n\t\t}\n\n\t\tif (typeof items === \"number\") {\n\t\t\tif (this.allItems.includes(items)) return;\n\t\t\tthis.allItems.push(items);\n\t\t} else {\n\t\t\tthis.addToAllItems(items.item);\n\t\t}\n\t}\n\n\tpublic oneIn(\n\t\tchance: number,\n\t\titem: LootTable | number | string,\n\t\tquantity: number | number[] = 1,\n\t\toptions?: LootTableMoreOptions,\n\t): this {\n\t\tconst resolved = typeof item === \"string\" ? this.resolveName(item) : item;\n\t\tthis.oneInItems.push({\n\t\t\titem: resolved,\n\t\t\tchance,\n\t\t\tquantity,\n\t\t\toptions,\n\t\t});\n\n\t\tthis.addToAllItems(resolved);\n\n\t\treturn this;\n\t}\n\n\tpublic tertiary(\n\t\tchance: number,\n\t\titem: LootTable | number | string,\n\t\tquantity: number | number[] = 1,\n\t\toptions?: LootTableMoreOptions,\n\t): this {\n\t\tconst resolved = typeof item === \"string\" ? this.resolveName(item) : item;\n\t\tthis.tertiaryItems.push({\n\t\t\titem: resolved,\n\t\t\tchance,\n\t\t\tquantity,\n\t\t\toptions,\n\t\t});\n\n\t\tthis.addToAllItems(resolved);\n\n\t\treturn this;\n\t}\n\n\tpublic every(\n\t\titem: LootTable | number | string,\n\t\tquantity: number | number[] = 1,\n\t\toptions?: LootTableMoreOptions,\n\t): this {\n\t\tconst resolved = typeof item === \"string\" ? this.resolveName(item) : item;\n\t\tthis.everyItems.push({\n\t\t\titem: resolved,\n\t\t\tquantity,\n\t\t\toptions,\n\t\t});\n\n\t\tthis.addToAllItems(resolved);\n\n\t\treturn this;\n\t}\n\n\tpublic add(\n\t\titem: LootTable | number | string,\n\t\tquantity: number[] | number = 1,\n\t\tweight = 1,\n\t\toptions?: LootTableMoreOptions,\n\t): this {\n\t\tif (this.limit && weight + this.totalWeight > this.limit) {\n\t\t\tthrow new Error(\"Loot table total weight exceeds limit\");\n\t\t}\n\t\tif (typeof item === \"string\") {\n\t\t\treturn this.add(this.resolveName(item), quantity, weight, options);\n\t\t}\n\n\t\tthis.length += 1;\n\t\tthis.totalWeight += weight;\n\n\t\tthis.addToAllItems(item);\n\n\t\tthis.table.push({\n\t\t\titem,\n\t\t\tweight,\n\t\t\tquantity,\n\t\t\toptions,\n\t\t});\n\n\t\treturn this;\n\t}\n\n\tprivate cachedOptimizedTable: number[] | null = null;\n\troll(quantity?: number): Bank;\n\troll(quantity: number, options: { targetBank?: undefined } & LootTableRollOptions): Bank;\n\troll(quantity: number, options: { targetBank: Bank } & LootTableRollOptions): null;\n\tpublic roll(quantity = 1, options: LootTableRollOptions = {}): Bank | null {\n\t\tconst loot = options.targetBank ?? new Bank();\n\t\tconst effectiveTertiaryItems = options.tertiaryItemPercentageChanges\n\t\t\t? this.tertiaryItems.map(i => {\n\t\t\t\t\tif (typeof i.item !== \"number\") return i;\n\t\t\t\t\tif (i.options?.freeze === true) return i;\n\t\t\t\t\tconst change = options.tertiaryItemPercentageChanges?.get(Items.get(i.item)!.name);\n\t\t\t\t\tif (!change) return i;\n\t\t\t\t\treturn {\n\t\t\t\t\t\t...i,\n\t\t\t\t\t\tchance: Math.ceil(reduceNumByPercent(i.chance, change)),\n\t\t\t\t\t};\n\t\t\t\t})\n\t\t\t: this.tertiaryItems;\n\t\tconst limit = this.limit || this.totalWeight;\n\n\t\tif (this.table.every(i => Number.isInteger(i.weight)) && this.cachedOptimizedTable === null) {\n\t\t\tthis.cachedOptimizedTable = [];\n\t\t\tfor (const item of this.table) {\n\t\t\t\tfor (let j = 0; j < item.weight!; j++) {\n\t\t\t\t\tthis.cachedOptimizedTable.push(this.table.indexOf(item));\n\t\t\t\t}\n\t\t\t}\n\t\t\twhile (this.cachedOptimizedTable.length < limit) {\n\t\t\t\tthis.cachedOptimizedTable.push(-1);\n\t\t\t}\n\t\t}\n\n\t\touterLoop: for (let i = 0; i < quantity; i++) {\n\t\t\tfor (let j = 0; j < this.everyItems.length; j++) {\n\t\t\t\tthis.addResultToLoot(this.everyItems[j], loot);\n\t\t\t}\n\n\t\t\tfor (let j = 0; j < effectiveTertiaryItems.length; j++) {\n\t\t\t\tif (roll(effectiveTertiaryItems[j].chance)) {\n\t\t\t\t\tthis.addResultToLoot(effectiveTertiaryItems[j], loot);\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tfor (let j = 0; j < this.oneInItems.length; j++) {\n\t\t\t\tif (roll(this.oneInItems[j].chance)) {\n\t\t\t\t\tthis.addResultToLoot(this.oneInItems[j], loot);\n\t\t\t\t\tcontinue outerLoop;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif (this.cachedOptimizedTable) {\n\t\t\t\tthis.addResultToLoot(this.table[randArrItem(this.cachedOptimizedTable)], loot);\n\t\t\t} else {\n\t\t\t\tconst randomWeight = randFloat(0, limit);\n\t\t\t\tlet weight = 0;\n\t\t\t\tfor (let i = 0; i < this.table.length; i++) {\n\t\t\t\t\tweight += this.table[i].weight!;\n\t\t\t\t\tif (randomWeight <= weight) {\n\t\t\t\t\t\tthis.addResultToLoot(this.table[i], loot);\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tif (!options.targetBank) {\n\t\t\treturn loot;\n\t\t}\n\t\treturn null;\n\t}\n\n\tprivate addResultToLoot(result: LootTableItem, loot: Bank): void {\n\t\tif (typeof result?.item === \"number\") {\n\t\t\tloot.addItem(result.item, this.determineQuantity(result.quantity));\n\t\t\treturn;\n\t\t}\n\n\t\tif (result?.item instanceof LootTable) {\n\t\t\tconst qty = this.determineQuantity(result.quantity);\n\t\t\tif (result.options?.multiply) loot.add(result.item.roll(1).multiply(qty));\n\t\t\telse result.item.roll(qty, { targetBank: loot });\n\t\t\treturn;\n\t\t}\n\t}\n\n\tprotected determineQuantity(quantity: number | number[]): number {\n\t\tif (Array.isArray(quantity)) {\n\t\t\treturn randInt(quantity[0], quantity[1]);\n\t\t}\n\t\treturn quantity;\n\t}\n}\n", "import Items from \"../structures/Items\";\n\nexport default function itemID(name: string): number {\n\tconst item = Items.get(name);\n\tif (!item) {\n\t\tthrow new Error(`ERROR: ${JSON.stringify(name)} doesnt exist.`);\n\t}\n\treturn item.id;\n}\n", "import { randArrItem } from \"e\";\n\nimport type { BankItem, IntKeyBank, Item, ItemBank } from \"../meta/types\";\nimport itemID from \"../util/itemID\";\nimport { toKMB } from \"../util/smallUtils\";\nimport Items from \"./Items\";\n\nconst frozenErrorStr = \"Tried to mutate a frozen Bank.\";\n\nconst isValidInteger = (str: string): boolean => /^-?\\d+$/.test(str);\n\ntype ItemResolvable = Item | string | number;\n\nfunction isValidBankQuantity(qty: number): boolean {\n\treturn typeof qty === \"number\" && qty >= 1 && Number.isInteger(qty);\n}\n\nfunction sanitizeItemBank(mutSource: ItemBank) {\n\tfor (const [key, qty] of Object.entries(mutSource)) {\n\t\tif (!isValidBankQuantity(qty)) {\n\t\t\tdelete mutSource[key];\n\t\t}\n\t\tconst item = Items.get(Number.parseInt(key));\n\t\tif (!item) {\n\t\t\tdelete mutSource[key];\n\t\t}\n\t}\n}\n\nexport default class Bank {\n\tprivate map: Map;\n\tpublic frozen = false;\n\n\tstatic withSanitizedValues(source: ItemBank | IntKeyBank): Bank {\n\t\tconst mutSource = { ...source };\n\t\tsanitizeItemBank(mutSource);\n\t\treturn new Bank(mutSource);\n\t}\n\n\tconstructor(initialBank?: IntKeyBank | ItemBank | Bank) {\n\t\tthis.map = this.makeFromInitialBank(initialBank);\n\t}\n\n\tpublic removeInvalidValues(): Bank {\n\t\tfor (const [key, qty] of this.map.entries()) {\n\t\t\tif (!isValidBankQuantity(qty) || !Items.has(key)) {\n\t\t\t\tthis.map.delete(key);\n\t\t\t}\n\t\t}\n\t\treturn this;\n\t}\n\n\tprivate resolveItemID(item: ItemResolvable): number {\n\t\tif (typeof item === \"number\") return item;\n\t\tif (typeof item === \"string\") return itemID(item);\n\t\treturn item.id;\n\t}\n\n\tpublic clear(item?: Item | string | number): this {\n\t\tif (this.frozen) throw new Error(frozenErrorStr);\n\t\tif (item) {\n\t\t\tthis.set(this.resolveItemID(item), 0);\n\t\t\treturn this;\n\t\t}\n\t\tthis.map.clear();\n\t\treturn this;\n\t}\n\n\tprivate makeFromInitialBank(initialBank?: IntKeyBank | ItemBank | Bank) {\n\t\tif (!initialBank) return new Map();\n\t\tif (initialBank instanceof Bank) {\n\t\t\treturn new Map(initialBank.map.entries());\n\t\t}\n\t\tconst entries = Object.entries(initialBank);\n\t\tif (entries.length === 0) return new Map();\n\t\tif (isValidInteger(entries[0][0])) {\n\t\t\treturn new Map(entries.map(([k, v]) => [Number(k), v]));\n\t\t} else {\n\t\t\treturn new Map(entries.map(([k, v]) => [Items.get(k)!.id, v]));\n\t\t}\n\t}\n\n\tpublic toJSON(): ItemBank {\n\t\treturn Object.fromEntries(this.map);\n\t}\n\n\tpublic set(item: ItemResolvable, quantity: number): this {\n\t\tif (this.frozen) throw new Error(frozenErrorStr);\n\t\tconst id = this.resolveItemID(item);\n\t\tthis.map.set(id, quantity);\n\t\treturn this;\n\t}\n\n\tpublic freeze(): this {\n\t\tthis.frozen = true;\n\t\tObject.freeze(this.map);\n\t\treturn this;\n\t}\n\n\tpublic amount(item: ItemResolvable): number {\n\t\tconst id = this.resolveItemID(item);\n\t\treturn this.map.get(id) ?? 0;\n\t}\n\n\tpublic addItem(item: number, quantity = 1): this {\n\t\tif (this.frozen) throw new Error(frozenErrorStr);\n\t\tif (quantity < 1) return this;\n\t\tthis.map.set(item, (this.map.get(item) ?? 0) + quantity);\n\t\treturn this;\n\t}\n\n\tpublic removeItem(item: number | string, quantity = 1): this {\n\t\tif (this.frozen) throw new Error(frozenErrorStr);\n\t\tconst id = this.resolveItemID(item);\n\t\tconst currentValue = this.map.get(id);\n\n\t\tif (currentValue === undefined) return this;\n\t\tif (currentValue - quantity <= 0) {\n\t\t\tthis.map.delete(id);\n\t\t} else {\n\t\t\tthis.map.set(id, currentValue - quantity);\n\t\t}\n\n\t\treturn this;\n\t}\n\n\tpublic add(item: string | number | IntKeyBank | Bank | Item | undefined, quantity = 1): Bank {\n\t\tif (this.frozen) throw new Error(frozenErrorStr);\n\n\t\t// Bank.add(123);\n\t\tif (typeof item === \"number\") {\n\t\t\treturn this.addItem(item, quantity);\n\t\t}\n\n\t\t// Bank.add('Twisted bow');\n\t\t// Bank.add('Twisted bow', 5);\n\t\tif (typeof item === \"string\") {\n\t\t\treturn this.addItem(itemID(item), quantity);\n\t\t}\n\n\t\tif (item instanceof Bank) {\n\t\t\tfor (const [itemID, qty] of item.map.entries()) {\n\t\t\t\tthis.addItem(itemID, qty);\n\t\t\t}\n\t\t\treturn this;\n\t\t}\n\n\t\tif (!item) {\n\t\t\treturn this;\n\t\t}\n\n\t\tif (\"id\" in item) {\n\t\t\tconst _item = item as Item;\n\t\t\treturn this.addItem(_item.id, quantity);\n\t\t}\n\n\t\tfor (const [itemID, qty] of Object.entries(item)) {\n\t\t\tlet int: number | undefined = Number.parseInt(itemID);\n\t\t\tif (Number.isNaN(int)) {\n\t\t\t\tint = Items.get(itemID)?.id;\n\t\t\t}\n\t\t\tif (!int) {\n\t\t\t\tthrow new Error(`${itemID} is not a valid name or id`);\n\t\t\t}\n\t\t\tthis.addItem(int, qty);\n\t\t}\n\n\t\treturn this;\n\t}\n\n\tpublic remove(item: string | number | ItemBank | Bank, quantity = 1): Bank {\n\t\tif (this.frozen) throw new Error(frozenErrorStr);\n\n\t\t// Bank.remove('Twisted bow');\n\t\t// Bank.remove('Twisted bow', 5);\n\t\tif (typeof item === \"string\") {\n\t\t\treturn this.removeItem(itemID(item), quantity);\n\t\t}\n\n\t\t// Bank.remove(123);\n\t\tif (typeof item === \"number\") {\n\t\t\treturn this.removeItem(item, quantity);\n\t\t}\n\n\t\tif (item instanceof Bank) {\n\t\t\tfor (const [itemID, qty] of item.map.entries()) {\n\t\t\t\tthis.removeItem(itemID, qty);\n\t\t\t}\n\t\t\treturn this;\n\t\t}\n\n\t\tthis.remove(new Bank(item));\n\t\treturn this;\n\t}\n\n\tpublic random(): BankItem | null {\n\t\tconst entries = Array.from(this.map.entries());\n\t\tif (entries.length === 0) return null;\n\t\tconst randomEntry = randArrItem(entries);\n\t\treturn { id: randomEntry[0], qty: randomEntry[1] };\n\t}\n\n\tpublic multiply(multiplier: number, itemsToNotMultiply?: number[]): this {\n\t\tif (this.frozen) throw new Error(frozenErrorStr);\n\t\tfor (const [itemID, quantity] of this.map.entries()) {\n\t\t\tif (itemsToNotMultiply?.includes(itemID)) continue;\n\t\t\tthis.map.set(itemID, quantity * multiplier);\n\t\t}\n\t\treturn this;\n\t}\n\n\tpublic has(items: Item | string | number | (string | number)[] | ItemBank | Bank): boolean {\n\t\tif (typeof items === \"string\" || typeof items === \"number\") {\n\t\t\treturn this.amount(items) > 0;\n\t\t}\n\n\t\tif (Array.isArray(items)) {\n\t\t\treturn items.every(item => this.amount(item) > 0);\n\t\t}\n\n\t\tif (items instanceof Bank) {\n\t\t\treturn items.items().every(itemEntry => this.amount(itemEntry[0].id) >= itemEntry[1]);\n\t\t}\n\n\t\tif (\"id\" in items) {\n\t\t\treturn this.has(items.id);\n\t\t}\n\n\t\treturn this.has(new Bank(items));\n\t}\n\n\tpublic items(): [Item, number][] {\n\t\tconst arr: [Item, number][] = [];\n\t\tfor (const [key, val] of this.map.entries()) {\n\t\t\tif (val < 1) continue;\n\t\t\tarr.push([Items.get(key)!, val]);\n\t\t}\n\t\treturn arr;\n\t}\n\n\tpublic forEach(fn: (item: Item, quantity: number) => unknown): void {\n\t\tfor (const item of this.items()) {\n\t\t\tfn(...item);\n\t\t}\n\t}\n\n\tpublic clone(): Bank {\n\t\treturn new Bank(this);\n\t}\n\n\tpublic fits(bank: Bank): number {\n\t\tconst items = bank.items();\n\t\tconst divisions = items.map(([item, qty]) => Math.floor(this.amount(item.id) / qty)).sort((a, b) => a - b);\n\t\treturn divisions[0] ?? 0;\n\t}\n\n\tpublic filter(fn: (item: Item, quantity: number) => boolean): Bank {\n\t\tconst result = new Bank();\n\t\tfor (const item of this.items()) {\n\t\t\tif (fn(...item)) {\n\t\t\t\tresult.add(item[0].id, item[1]);\n\t\t\t}\n\t\t}\n\t\treturn result;\n\t}\n\n\tpublic toString(): string {\n\t\tconst items = this.items();\n\t\tif (items.length === 0) {\n\t\t\treturn \"No items\";\n\t\t}\n\t\treturn items\n\t\t\t.sort((a, b) => a[0].name.localeCompare(b[0].name))\n\t\t\t.map(([item, qty]) => `${qty < 1000 ? `${qty}x` : toKMB(qty)} ${item?.name ?? \"Unknown item\"}`)\n\t\t\t.join(\", \");\n\t}\n\n\tpublic get length(): number {\n\t\treturn this.map.size;\n\t}\n\n\tpublic value(): number {\n\t\tlet value = 0;\n\t\tfor (const [item, quantity] of this.items()) {\n\t\t\tvalue += item.price * quantity;\n\t\t}\n\t\treturn value;\n\t}\n\n\tpublic equals(otherBank: Bank): boolean {\n\t\tif (this.length !== otherBank.length) return false;\n\t\tfor (const [item, quantity] of this.items()) {\n\t\t\tif (otherBank.amount(item.id) !== quantity) return false;\n\t\t}\n\t\treturn true;\n\t}\n\n\tpublic difference(otherBank: Bank): Bank {\n\t\treturn this.clone().remove(otherBank).add(otherBank.clone().remove(this));\n\t}\n\n\tpublic validate(): string[] {\n\t\tconst errors: string[] = [];\n\t\tfor (const [item, quantity] of this.map.entries()) {\n\t\t\tif (typeof quantity !== \"number\" || quantity < 1 || !Number.isInteger(quantity)) {\n\t\t\t\terrors.push(`Item ${item} has a quantity of ${quantity}`);\n\t\t\t}\n\t\t\tif (typeof item !== \"number\" || !item || !Items.get(item)?.id) {\n\t\t\t\terrors.push(`Item ${item} does not exist.`);\n\t\t\t}\n\t\t}\n\t\treturn errors;\n\t}\n\n\tpublic validateOrThrow() {\n\t\tconst errors = this.validate();\n\t\tif (errors.length > 0) {\n\t\t\tthrow new Error(`Bank validation failed: ${errors.join(\", \")}`);\n\t\t}\n\t}\n\n\tget itemIDs(): number[] {\n\t\treturn Array.from(this.map.keys());\n\t}\n}\n", "import { round } from \"e\";\n\nexport function toKMB(number: number): string {\n\tif (number > 999_999_999 || number < -999_999_999) {\n\t\treturn `${round(number / 1_000_000_000)}b`;\n\t} else if (number > 999_999 || number < -999_999) {\n\t\treturn `${round(number / 1_000_000)}m`;\n\t} else if (number > 999 || number < -999) {\n\t\treturn `${round(number / 1000)}k`;\n\t}\n\treturn round(number).toString();\n}\n\nexport function fromKMB(number: string): number {\n\tnumber = number.toLowerCase().replace(/,/g, \"\");\n\tconst [numberBefore, numberAfter] = number.split(/[.kmb]/g);\n\n\tlet newNum = numberBefore;\n\tif (number.includes(\"b\")) {\n\t\tnewNum += numberAfter + \"0\".repeat(9).slice(numberAfter.length);\n\t} else if (number.includes(\"m\")) {\n\t\tnewNum += numberAfter + \"0\".repeat(6).slice(numberAfter.length);\n\t} else if (number.includes(\"k\")) {\n\t\tnewNum += numberAfter + \"0\".repeat(3).slice(numberAfter.length);\n\t}\n\n\treturn Number.parseInt(newNum);\n}\n", "import LootTable from \"../../structures/LootTable\";\n\nexport const LowGambleTable = new LootTable()\n\t.add(\"Harralander\", [15, 25])\n\t.add(\"Toadflax\", [15, 25])\n\t.add(\"Irit leaf\", [15, 25])\n\t.add(\"Harralander seed\", [5, 7])\n\t.add(\"Toadflax seed\", [5, 7])\n\t.add(\"Irit seed\", [5, 7])\n\t.add(\"Strawberry seed\", 20)\n\t.add(\"Pineapple seed\", [1, 2])\n\t.add(\"Maple seed\", [1, 2])\n\t.add(\"Rune axe\")\n\t.add(\"Rune med helm\")\n\t.add(\"Rune dagger(p++)\")\n\t.add(\"Lava battlestaff\")\n\t.add(\"Adamant sq shield\")\n\t.add(\"Iron ore\", 200)\n\t.add(\"Feather\", [500, 750])\n\t.add(\"Coal\", 150)\n\t.add(\"Mithril ore\", 20)\n\t.add(\"Mithril bar\", 15)\n\t.add(\"Flax\", [50, 75])\n\t.add(\"Blue dragonhide\", [10, 20])\n\t.add(\"Uncut emerald\", [25, 30])\n\t.add(\"Maple logs\", [150, 200])\n\t.add(\"Uncut emerald\", [25, 30])\n\t.add(\"Oak plank\", [60, 80])\n\t.add(\"Mithril arrow\", [300, 400])\n\t.add(\"Raw lobster\", [125, 150])\n\t.add(\"Tuna\", [90, 110])\n\t.add(\"Cosmic rune\", [150, 200])\n\t.add(\"Chaos rune\", [150, 200])\n\t.add(\"Limpwurt root\", [10, 15])\n\t.add(\"Coins\", [15_000, 20_000]);\n\nexport const MediumGambleTable = new LootTable()\n\t.add(\"Avantoe\", [25, 35])\n\t.add(\"Kwuarm\", [25, 35])\n\t.add(\"Dwarf weed\", [25, 35])\n\t.add(\"Avantoe seed\", [10, 14])\n\t.add(\"Kwuarm seed\", [10, 14])\n\t.add(\"Dwarf weed seed\", [10, 14])\n\t.add(\"Watermelon seed\", 20)\n\t.add(\"Papaya tree seed\", [1, 2])\n\t.add(\"Yew seed\", [1, 2])\n\t.add(\"Rune battleaxe\")\n\t.add(\"Rune sq shield\")\n\t.add(\"Rune full helm\")\n\t.add(\"Mystic lava staff\")\n\t.add(\"Loop half of key\")\n\t.add(\"Tooth half of key\")\n\t.add(\"Feather\", [1200, 1500])\n\t.add(\"Coal\", 400)\n\t.add(\"Adamantite ore\", 40)\n\t.add(\"Adamantite bar\", 25)\n\t.add(\"Big bones\", 120)\n\t.add(\"Red dragonhide\", [20, 30])\n\t.add(\"Uncut ruby\", [25, 30])\n\t.add(\"Yew logs\", [150, 200])\n\t.add(\"Teak plank\", [60, 80])\n\t.add(\"Adamant arrow\", [400, 500])\n\t.add(\"Nature rune\", [250, 300])\n\t.add(\"Death rune\", [250, 300])\n\t.add(\"Raw swordfish\", [180, 210])\n\t.add(\"Swordfish\", [90, 110])\n\t.add(\"Limpwurt root\", [20, 30])\n\t.add(\"Unicorn horn\", [20, 30])\n\t.add(\"Coins\", [30_000, 40_000]);\n\nexport const HighGambleTable = new LootTable()\n\t.oneIn(16_000, \"Dragon med helm\")\n\t.oneIn(16_000, \"Dragon chainbody\")\n\t.tertiary(15, \"Clue scroll (elite)\")\n\t.tertiary(1000, \"Pet penance queen\")\n\t.add(\"Ranarr weed\", [20, 30])\n\t.add(\"Snapdragon\", [20, 30])\n\t.add(\"Torstol\", [20, 30])\n\t.add(\"Ranarr seed\", [3, 4])\n\t.add(\"Snapdragon seed\", [3, 4])\n\t.add(\"Torstol seed\", [3, 4])\n\t.add(\"Watermelon seed\", 50)\n\t.add(\"Palm tree seed\", [1, 2])\n\t.add(\"Magic seed\")\n\t.add(\"Archer helm\")\n\t.add(\"Berserker helm\")\n\t.add(\"Warrior helm\")\n\t.add(\"Farseer helm\")\n\t.add(\"Granite shield\")\n\t.add(\"Granite helm\")\n\t.add(\"Rune kiteshield\")\n\t.add(\"Coal\", 750)\n\t.add(\"Runite ore\", 20)\n\t.add(\"Runite bar\", 15)\n\t.add(\"Dragon bones\", [50, 75])\n\t.add(\"Black dragonhide\", [30, 50])\n\t.add(\"Uncut diamond\", [25, 30])\n\t.add(\"Magic logs\", [50, 100])\n\t.add(\"Mahogany plank\", [60, 80])\n\t.add(\"Rune arrow\", [400, 500])\n\t.add(\"Raw shark\", [250, 300])\n\t.add(\"Shark\", [75, 125])\n\t.add(\"Law rune\", [250, 300])\n\t.add(\"Blood rune\", [250, 300])\n\t.add(\"Limpwurt root\", [30, 50])\n\t.add(\"Unicorn horn\", [30, 50])\n\t.add(\"Coins\", [50_000, 75_000]);\n\nexport const BarbarianAssault = {\n\tLowGambleTable,\n\tMediumGambleTable,\n\tHighGambleTable,\n};\n", "import { Time, randFloat, roll, shuffleArr, sumArr } from \"e\";\n\nimport type { ItemBank, LootBank } from \"../../meta/types\";\nimport Bank from \"../../structures/Bank\";\nimport LootTable from \"../../structures/LootTable\";\nimport Minigame from \"../../structures/Minigame\";\nimport SimpleTable from \"../../structures/SimpleTable\";\nimport { resolveNameBank } from \"../../util/bank\";\nimport itemID from \"../../util/itemID\";\nimport { JSONClone } from \"../../util/util\";\n\nexport interface TeamMember {\n\tid: string;\n\tpersonalPoints: number;\n\t/**\n\t * Whether this team member can receive an ancient tablet, assumed false.\n\t *\n\t * Only received if players do not own one or have not consumed it already.\n\t */\n\tcanReceiveAncientTablet?: boolean;\n\t/**\n\t * Whether this team member can receive Metamorphic dust.\n\t *\n\t * https://twitter.com/JagexAsh/status/1050349088124952576.\n\t */\n\tcanReceiveDust?: boolean;\n}\n\nexport interface ChambersOfXericOptions {\n\t/**\n\t * Whether or not this raid is in Challenge Mode or not.\n\t */\n\tchallengeMode?: boolean;\n\t/**\n\t * The time in *milliseconds* that it took to complete the raid, used for rewarding with dust in challenge mode.\n\t */\n\ttimeToComplete?: number;\n\t/**\n\t * The members of the raid team, can be only 1 person.\n\t */\n\tteam: TeamMember[];\n}\n\nconst itemScales = resolveNameBank({\n\t\"Death rune\": 36,\n\t\"Blood rune\": 32,\n\t\"Soul rune\": 20,\n\t\"Rune arrow\": 14,\n\t\"Dragon arrow\": 202,\n\t\"Grimy toadflax\": 525,\n\t\"Grimy ranarr weed\": 800,\n\t\"Grimy irit leaf\": 162,\n\t\"Grimy avantoe\": 234,\n\t\"Grimy kwuarm\": 378,\n\t\"Grimy snapdragon\": 1348,\n\t\"Grimy cadantine\": 358,\n\t\"Grimy lantadyme\": 249,\n\t\"Grimy dwarf weed\": 201,\n\t\"Grimy torstol\": 824,\n\t\"Silver ore\": 20,\n\tCoal: 20,\n\t\"Gold ore\": 44,\n\t\"Mithril ore\": 32,\n\t\"Adamantite ore\": 167,\n\t\"Runite ore\": 2093,\n\t\"Uncut sapphire\": 189,\n\t\"Uncut emerald\": 142,\n\t\"Uncut ruby\": 250,\n\t\"Uncut diamond\": 514,\n\t\"Lizardman fang\": 28,\n\t\"Pure essence\": 2,\n\tSaltpetre: 24,\n\t\"Teak plank\": 100,\n\t\"Mahogany plank\": 240,\n\tDynamite: 54,\n\t// These 2 items are \"special\" but not really, they just only drop a max of 1.\n\t\"Torn prayer scroll\": 999_999,\n\t\"Dark relic\": 999_999,\n});\n\nconst NonUniqueTable = new SimpleTable();\nfor (const itemID of Object.keys(itemScales)) NonUniqueTable.add(Number.parseInt(itemID));\n\nexport const CoXUniqueTable = new LootTable()\n\t.add(\"Dexterous prayer scroll\", 1, 20)\n\t.add(\"Arcane prayer scroll\", 1, 20)\n\n\t.add(\"Twisted buckler\", 1, 4)\n\t.add(\"Dragon hunter crossbow\", 1, 4)\n\n\t.add(\"Dinh's bulwark\", 1, 3)\n\t.add(\"Ancestral hat\", 1, 3)\n\t.add(\"Ancestral robe top\", 1, 3)\n\t.add(\"Ancestral robe bottom\", 1, 3)\n\t.add(\"Dragon claws\", 1, 3)\n\n\t.add(\"Elder maul\", 1, 2)\n\t.add(\"Kodai insignia\", 1, 2)\n\t.add(\"Twisted bow\", 1, 2);\n\nconst cmTeamTimes = [\n\t[1, Time.Hour + Time.Minute * 10],\n\t[2, Time.Hour + Time.Minute * 5],\n\t[3, Time.Minute * 50],\n\t[4, Time.Minute * 45],\n\t[10, Time.Minute * 42],\n\t[15, Time.Minute * 45],\n\t[23, Time.Hour],\n];\n\nexport class ChambersOfXericClass extends Minigame {\n\tid = 1;\n\taliases = [\"raids\", \"cox\"];\n\tname = \"Chambers of Xeric\";\n\tallItems: number[] = [...CoXUniqueTable.allItems, ...NonUniqueTable.table.map(i => i.item)];\n\tmaxRoll = 570_000 * (1 / 8675);\n\n\t/**\n\t * For every 8,675 total points obtained, a 1% chance to obtain a unique loot is given.\n\t * This chance is capped at 65.7% (570k points), further points will be sent to\n\t * roll for a second unique loot. A team who possesses 855,000 points in total has\n\t * an 65.7% chance to receive a unique loot, then a 32.85% chance to obtain a\n\t * second unique loot. Up to three unique rewards can be obtained per raid.\n\t */\n\tpublic determineUniqueChancesFromTeamPoints(teamPoints: number): number[] {\n\t\tconst chances = [];\n\n\t\tlet totalChancePercentage = teamPoints * (1 / 8675);\n\n\t\tfor (let i = 0; i < 3; i++) {\n\t\t\tif (totalChancePercentage > this.maxRoll) {\n\t\t\t\tchances.push(this.maxRoll);\n\t\t\t\ttotalChancePercentage -= this.maxRoll;\n\t\t\t} else {\n\t\t\t\tchances.push(totalChancePercentage);\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\n\t\treturn chances;\n\t}\n\n\t/**\n\t * Returns true if the team is elligible to receive dust based on their\n\t * completion time.\n\t *\n\t * https://oldschool.runescape.wiki/w/Chambers_of_Xeric/Challenge_Mode#Rewards\n\t *\n\t * @param teamSize How many members in the raid team.\n\t * @param completionTime The completion time of the raid, in *milliseconds*.\n\t */\n\tpublic elligibleForDust(teamSize: number, completionTime: number): boolean {\n\t\t// For every required time there is, if their team size is in that range,\n\t\t// return true if their time is <= the required time.\n\t\tfor (const [teamSizeRange, timeRequired] of cmTeamTimes) {\n\t\t\tif (teamSize <= teamSizeRange) {\n\t\t\t\treturn completionTime <= timeRequired;\n\t\t\t}\n\t\t}\n\n\t\t// If their team is > 23, must be 1h 20m.\n\t\treturn completionTime <= Time.Hour + Time.Minute * 20;\n\t}\n\n\tpublic rollLootFromChances(chances: number[]): Bank {\n\t\tlet rolls = 0;\n\n\t\tfor (const chance of chances) {\n\t\t\tif (randFloat(0, 100) < chance) {\n\t\t\t\trolls++;\n\t\t\t}\n\t\t}\n\n\t\treturn CoXUniqueTable.roll(rolls);\n\t}\n\n\t// We're rolling 2 non-unique loots based off a number of personal points.\n\tpublic rollNonUniqueLoot(personalPoints: number): ItemBank {\n\t\t// First, pick which items we will be giving them, without giving a duplicate.\n\t\tconst items: number[] = [];\n\t\twhile (items.length < 2) {\n\t\t\tconst rolledItem = NonUniqueTable.roll();\n\t\t\tif (!items.includes(rolledItem)) items.push(rolledItem);\n\t\t}\n\n\t\t// Now return an ItemBank of these 2 items, the quantity is [points / scale].\n\t\t// With a minimum of 1.\n\t\tconst loot: ItemBank = {\n\t\t\t[items[0]]: Math.max(1, Math.floor(personalPoints / itemScales[items[0]])),\n\t\t\t[items[1]]: Math.max(1, Math.floor(personalPoints / itemScales[items[1]])),\n\t\t};\n\n\t\tif (roll(12)) {\n\t\t\tloot[itemID(\"Clue scroll (elite)\")] = 1;\n\t\t}\n\n\t\treturn loot;\n\t}\n\n\tpublic complete(_options: ChambersOfXericOptions): LootBank {\n\t\tconst options = JSONClone(_options);\n\n\t\t// Will only check for elligibility for dust if timeToComplete given, and challengeMode = true.\n\t\tconst elligibleForDust =\n\t\t\ttypeof options.timeToComplete === \"number\" &&\n\t\t\toptions.challengeMode &&\n\t\t\tthis.elligibleForDust(options.team.length, options.timeToComplete);\n\n\t\tif (elligibleForDust) {\n\t\t\t// If in challenge mode, and elligible for dust, 5000pts is added to\n\t\t\t// each team member.\n\t\t\t// https://oldschool.runescape.wiki/w/Chambers_of_Xeric/Challenge_Mode#Rewards\n\t\t\tfor (const member of options.team) {\n\t\t\t\tmember.personalPoints += 5000;\n\t\t\t}\n\t\t}\n\n\t\t// The sum of all members personal points is the team points.\n\t\tconst teamPoints = sumArr(options.team.map(val => val.personalPoints));\n\n\t\tconst dropChances = this.determineUniqueChancesFromTeamPoints(teamPoints);\n\t\tconst uniqueLoot = this.rollLootFromChances(dropChances);\n\n\t\tconst lootResult: LootBank = {};\n\n\t\t// This table is used to pick which team member gets the unique(s).\n\t\tconst uniqueDeciderTable = new SimpleTable();\n\n\t\tfor (const teamMember of options.team) {\n\t\t\t// Give every team member a Loot.\n\t\t\tlootResult[teamMember.id] = new Bank();\n\n\t\t\t// If the team and team member is elligible for dust, roll for this user.\n\t\t\tif (elligibleForDust && teamMember.canReceiveDust && roll(400)) {\n\t\t\t\tlootResult[teamMember.id].add(\"Metamorphic dust\");\n\t\t\t}\n\n\t\t\tif (elligibleForDust && roll(75)) {\n\t\t\t\tlootResult[teamMember.id].add(\"Twisted ancestral colour kit\");\n\t\t\t}\n\n\t\t\t// If the team member can receive an Ancient Tablet, roll for this user.\n\t\t\tif (teamMember.canReceiveAncientTablet && roll(10)) {\n\t\t\t\tlootResult[teamMember.id].add(\"Ancient tablet\");\n\t\t\t}\n\n\t\t\t// Add this member to the \"unique decider table\", using their points as the weight.\n\t\t\tuniqueDeciderTable.add(teamMember.id, teamMember.personalPoints);\n\t\t}\n\n\t\t// For every unique item received, add it to someones loot.\n\t\twhile (uniqueLoot.length > 0) {\n\t\t\tif (uniqueDeciderTable.table.length === 0) break;\n\t\t\tconst receipientID = uniqueDeciderTable.roll();\n\t\t\tconst uniqueItem = uniqueLoot.random()!;\n\t\t\tlootResult[receipientID].add(uniqueItem.id, 1);\n\t\t\tuniqueLoot.remove(uniqueItem.id, 1);\n\t\t\tif (roll(53)) {\n\t\t\t\tlootResult[receipientID].add(\"Olmlet\");\n\t\t\t}\n\t\t\tuniqueDeciderTable.delete(receipientID);\n\t\t}\n\n\t\t// For everyone who didn't receive a unique, i.e wasn't removed from the\n\t\t// unique decider table, give them a non-unique roll.\n\t\tfor (const leftOverRecipient of uniqueDeciderTable.table) {\n\t\t\t// Find this member in the team, and get their points.\n\t\t\tconst pointsOfThisMember = options.team.find(\n\t\t\t\tmember => member.id === leftOverRecipient.item,\n\t\t\t)!.personalPoints;\n\n\t\t\tconst entries = Object.entries(this.rollNonUniqueLoot(pointsOfThisMember));\n\t\t\tfor (const [itemID, quantity] of entries) {\n\t\t\t\tlootResult[leftOverRecipient.item].add(Number.parseInt(itemID), quantity);\n\t\t\t}\n\t\t}\n\n\t\tconst onyxChance = options.team.length * 70;\n\t\tfor (const bank of shuffleArr(Object.values(lootResult))) {\n\t\t\tif (roll(onyxChance)) {\n\t\t\t\tbank.add(\"Onyx\");\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\n\t\treturn lootResult;\n\t}\n}\n\nexport const ChambersOfXeric = new ChambersOfXericClass();\n", "export default abstract class Minigame {\n\tpublic abstract id: number;\n\tpublic abstract name: string;\n\tpublic abstract aliases: string[];\n}\n", "import { randInt } from \"e\";\n\nimport type { SimpleTableItem } from \"../meta/types\";\n\nexport default class SimpleTable {\n\tpublic length: number;\n\tpublic table: SimpleTableItem[];\n\tpublic totalWeight: number;\n\n\tpublic constructor() {\n\t\tthis.table = [];\n\t\tthis.length = 0;\n\t\tthis.totalWeight = 0;\n\t}\n\n\tpublic add(item: T, weight = 1): this {\n\t\tthis.length += 1;\n\t\tthis.totalWeight += weight;\n\n\t\tthis.table.push({\n\t\t\titem,\n\t\t\tweight,\n\t\t});\n\n\t\treturn this;\n\t}\n\n\tpublic delete(item: T): this {\n\t\tconst tableItem = this.table.find(_tableItem => _tableItem.item === item);\n\t\tif (!tableItem) {\n\t\t\tthrow `${item} doesn't exist in this SimpleTable.`;\n\t\t}\n\n\t\tthis.length -= 1;\n\t\tthis.totalWeight -= tableItem.weight;\n\n\t\tthis.table = this.table.filter(_item => _item !== tableItem);\n\n\t\treturn this;\n\t}\n\n\tpublic roll(): SimpleTableItem[\"item\"] {\n\t\t// Random number between 1 and the total weighting\n\t\tconst randomWeight = randInt(1, this.totalWeight);\n\n\t\t// The index of the item that will be used.\n\t\tlet result = -1;\n\t\tlet weight = 0;\n\n\t\tfor (let i = 0; i < this.table.length; i++) {\n\t\t\tconst item = this.table[i];\n\n\t\t\tweight += item.weight;\n\t\t\tif (randomWeight <= weight) {\n\t\t\t\tresult = i;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\n\t\treturn this.table[result].item;\n\t}\n}\n", "import { Time, calcWhatPercent, increaseNumByPercent } from \"e\";\nimport type { ItemBank } from \"../meta/types\";\nimport Bank from \"../structures/Bank\";\nimport Items from \"../structures/Items\";\nimport itemID from \"./itemID\";\n\n/**\n * Transforms a string-based bank to an ID-based bank\n * @param nameBank A string-based bank to convert\n */\nexport function resolveNameBank(nameBank: Record): Record {\n\tconst newBank: Record = {};\n\n\tfor (const [name, val] of Object.entries(nameBank)) {\n\t\tnewBank[itemID(name)] = val;\n\t}\n\n\treturn newBank;\n}\n\n/**\n * Resolves a bank which uses item names or item IDs.\n * @param bank A bank to resolve\n */\nexport function resolveBank(bank: Record): ItemBank {\n\tconst newBank: ItemBank = {};\n\n\tfor (const [nameOrID, val] of Object.entries(bank)) {\n\t\tconst int = Number(nameOrID);\n\t\tconst id = Number.isNaN(int) ? itemID(nameOrID) : int;\n\t\tnewBank[id] = val;\n\t}\n\n\treturn newBank;\n}\n\n/**\n * Adds an item to a bank\n * @param bank A NumberKeyed bank to add items in\n * @param itemID The item ID to add\n * @param amountToAdd Quantity of items to be added. Defaults to 1\n */\nexport function addItemToBank(bank: ItemBank, itemID: number, amountToAdd = 1): ItemBank {\n\tconst newBank = { ...bank };\n\n\tif (newBank[itemID]) newBank[itemID] += amountToAdd;\n\telse newBank[itemID] = amountToAdd;\n\n\treturn newBank;\n}\n\nexport function fasterResolveBank(bank: ItemBank) {\n\tconst firstKey = Object.keys(bank)[0];\n\tif (!Number.isNaN(Number(firstKey))) {\n\t\treturn bank;\n\t}\n\n\treturn resolveBank(bank);\n}\n\nexport function increaseBankQuantitesByPercent(bank: Bank, percent: number, whitelist: number[] | null = null) {\n\tfor (const [item, qty] of bank.items()) {\n\t\tif (whitelist !== null && !whitelist.includes(item.id)) continue;\n\t\tconst increased = Math.floor(increaseNumByPercent(qty, percent));\n\t\tbank.set(item.id, increased);\n\t}\n}\n\nexport function convertBankToPerHourStats(bank: Bank, time: number) {\n\tconst result = [];\n\tfor (const [item, qty] of bank.items()) {\n\t\tresult.push(`${(qty / (time / Time.Hour)).toFixed(1)}/hr ${item.name}`);\n\t}\n\treturn result;\n}\n\nexport function calcDropRatesFromBank(bank: Bank, iterations: number, uniques: number[]) {\n\tconst result = [];\n\tlet uniquesReceived = 0;\n\tfor (const [item, qty] of bank.items().sort((a, b) => a[1] - b[1])) {\n\t\tif (uniques.includes(item.id)) {\n\t\t\tuniquesReceived += qty;\n\t\t}\n\t\tconst rate = Math.round(iterations / qty);\n\t\tif (rate < 2) continue;\n\t\tlet { name } = item;\n\t\tif (uniques.includes(item.id)) name = `**${name}**`;\n\t\tresult.push(`${qty}x ${name} (1 in ${rate})`);\n\t}\n\tresult.push(\n\t\t`\\n**${uniquesReceived}x Uniques (1 in ${Math.round(iterations / uniquesReceived)} which is ${calcWhatPercent(\n\t\t\tuniquesReceived,\n\t\t\titerations,\n\t\t)}%)**`,\n\t);\n\treturn result.join(\", \");\n}\n\nexport function calcDropRatesFromBankWithoutUniques(bank: Bank, iterations: number) {\n\tconst results: string[] = [];\n\tfor (const [item, qty] of bank.items().sort((a, b) => a[1] - b[1])) {\n\t\tconst rate = Math.round(iterations / qty);\n\t\tif (rate < 2) continue;\n\t\tresults.push(`${item.name} (1 in ${rate})`);\n\t}\n\treturn results;\n}\n\nexport function addBanks(banks: ItemBank[]): Bank {\n\tconst bank = new Bank();\n\tfor (const _bank of banks) {\n\t\tbank.add(_bank);\n\t}\n\treturn bank;\n}\n\nexport function averageBank(bank: Bank, kc: number) {\n\tconst newBank = new Bank();\n\tfor (const [item, qty] of bank.items()) {\n\t\tnewBank.add(item.id, Math.floor(qty / kc));\n\t}\n\treturn newBank;\n}\n\nexport function generateRandomBank(size = 100, amountPerItem = 10000) {\n\tconst bank = new Bank();\n\tfor (let i = 0; i < size; i++) {\n\t\tbank.add(Items.random().id, amountPerItem);\n\t}\n\treturn bank;\n}\n", "import { randFloat, randInt, roll } from \"e\";\n\nimport { CLUES, MINIGAMES, SKILLS, type hiscoreURLs, mappedBossNames } from \"../constants\";\nimport type { CustomKillLogic, Item, MonsterKillOptions } from \"../meta/types\";\nimport type Bank from \"../structures/Bank\";\nimport Items from \"../structures/Items\";\nimport LootTable from \"../structures/LootTable\";\nimport type Player from \"../structures/Player\";\n\nexport function resolvePlayerFromHiscores(csvData: string, accountType: keyof typeof hiscoreURLs): Player {\n\tconst data: string[][] = csvData\n\t\t.trim()\n\t\t.split(\"\\n\")\n\t\t.map((str): string[] => str.split(\",\"));\n\n\tconst resolvedPlayer: any = {\n\t\tskills: {},\n\t\tminigames: {},\n\t\tclues: {},\n\t\tbossRecords: {},\n\t};\n\n\tlet accumulativeIndex = 0;\n\n\tfor (let i = 0; i < SKILLS.length; i++) {\n\t\tresolvedPlayer.skills[SKILLS[i]] = {\n\t\t\trank: Number(data[i][0]),\n\t\t\tlevel: Number(data[i][1]),\n\t\t\txp: Number(data[i][2]),\n\t\t};\n\t}\n\n\tif (accountType === \"seasonal\") {\n\t\tresolvedPlayer.leaguePoints = {\n\t\t\trank: Number(data[accumulativeIndex + SKILLS.length][0]),\n\t\t\tpoints: Number(data[accumulativeIndex + SKILLS.length][1]),\n\t\t};\n\t}\n\n\taccumulativeIndex += SKILLS.length + 2;\n\n\tfor (let i = 0; i < 4; i++) {\n\t\tresolvedPlayer.minigames[MINIGAMES[i]] = {\n\t\t\trank: Number(data[i + accumulativeIndex][0]),\n\t\t\tscore: Number(data[i + accumulativeIndex][1]),\n\t\t};\n\t}\n\n\taccumulativeIndex += 4;\n\n\tfor (let i = 0; i < CLUES.length; i++) {\n\t\tresolvedPlayer.clues[CLUES[i]] = {\n\t\t\trank: Number(data[i + accumulativeIndex][0]),\n\t\t\tscore: Number(data[i + accumulativeIndex][1]),\n\t\t};\n\t}\n\n\taccumulativeIndex += CLUES.length;\n\n\tfor (let i = 0; i < 5; i++) {\n\t\tconst minigameKey = MINIGAMES[i + 4];\n\t\tconst minigameData = {\n\t\t\trank: Number(data[i + accumulativeIndex][0]),\n\t\t\tscore: Number(data[i + accumulativeIndex][1]),\n\t\t};\n\t\tresolvedPlayer.minigames[minigameKey] = minigameData;\n\t}\n\n\taccumulativeIndex += 5;\n\n\tfor (let i = 0; i < mappedBossNames.length; i++) {\n\t\tif (!data[i + accumulativeIndex]) continue;\n\t\tconst bossName = mappedBossNames[i][0];\n\t\tresolvedPlayer.bossRecords[bossName] = {\n\t\t\trank: Number(data[i + accumulativeIndex][0]),\n\t\t\tscore: Number(data[i + accumulativeIndex][1]),\n\t\t};\n\t}\n\n\treturn resolvedPlayer;\n}\n\n/**\n * Determines whether a string is a valid RuneScape username.\n * @param username The username to check.\n */\nexport function isValidUsername(username: string): boolean {\n\treturn Boolean(username.match(\"^[A-Za-z0-9]{1}[A-Za-z0-9 -_\\u00A0]{0,11}$\"));\n}\n\nexport function convertLVLtoXP(lvl: number): number {\n\tlet points = 0;\n\n\tfor (let i = 1; i < lvl; i++) {\n\t\tpoints += Math.floor(i + 300 * Math.pow(2, i / 7));\n\t}\n\n\treturn Math.floor(points / 4);\n}\n\nexport function convertXPtoLVL(xp: number, cap = 99): number {\n\tlet points = 0;\n\n\tfor (let lvl = 1; lvl <= cap; lvl++) {\n\t\tpoints += Math.floor(lvl + 300 * Math.pow(2, lvl / 7));\n\n\t\tif (Math.floor(points / 4) >= xp + 1) {\n\t\t\treturn lvl;\n\t\t}\n\t}\n\n\treturn cap;\n}\n\nexport function getBrimKeyChanceFromCBLevel(combatLevel: number): number {\n\t// https://twitter.com/JagexKieren/status/1083781544135847936\n\tif (combatLevel < 100) {\n\t\treturn Math.round(0.2 * (combatLevel - 100) ** 2 + 100);\n\t}\n\treturn Math.max(Math.round((-1 / 5) * combatLevel + 120), 50);\n}\n\nexport function getLarranKeyChanceFromCBLevel(combatLevel: number, slayerMonster: boolean): number {\n\tlet baseChance = 0;\n\n\tif (combatLevel <= 80) {\n\t\tbaseChance = (3 / 10) * Math.pow(80 - combatLevel, 2) + 100;\n\t} else if (combatLevel <= 350) {\n\t\tbaseChance = (-5 / 27) * combatLevel + 115;\n\t} else {\n\t\tbaseChance = 50;\n\t}\n\n\t// Reduce the base chance by 20% if slayerMonster is true\n\tconst adjustedChance = slayerMonster ? baseChance * 0.8 : baseChance;\n\n\treturn adjustedChance;\n}\n\nexport function JSONClone(object: O): O {\n\treturn JSON.parse(JSON.stringify(object));\n}\n\nexport function getAncientShardChanceFromHP(hitpoints: number): number {\n\treturn Math.round((500 - hitpoints) / 1.5);\n}\n\nexport function getTotemChanceFromHP(hitpoints: number): number {\n\treturn 500 - hitpoints;\n}\n\nexport function getSlayersEnchantmentChanceFromHP(hitpoints: number): number {\n\tconst chanceHitpoints = Math.min(hitpoints, 300);\n\treturn Math.round(320 - (chanceHitpoints * 8) / 10);\n}\n\nexport interface RevTable {\n\tuniqueTable: RevTableItem;\n\tancientEmblem: RevTableItem;\n\tancientTotem: RevTableItem;\n\tancientCrystal: RevTableItem;\n\tancientStatuette: RevTableItem;\n\ttopThree: RevTableItem;\n\tseeds: RevTableItem;\n}\n\ntype RevTableItem = [number, number];\n\nexport const revsUniqueTable = new LootTable()\n\t.add(\"Amulet of avarice\", 1, 2)\n\t.add(\"Craw's bow (u)\", 1, 1)\n\t.add(\"Thammaron's sceptre (u)\", 1, 1)\n\t.add(\"Viggora's chainmace (u)\", 1, 1);\n\nexport function makeRevTable(table: RevTable): CustomKillLogic {\n\treturn (options: MonsterKillOptions, currentLoot: Bank) => {\n\t\tconst index = options.onSlayerTask ? 1 : 0;\n\t\tif (roll(table.uniqueTable[index])) {\n\t\t\tcurrentLoot.add(revsUniqueTable.roll());\n\t\t\treturn;\n\t\t}\n\n\t\tif (roll(table.seeds[index])) {\n\t\t\tcurrentLoot.add(\"Yew seed\", randInt(2, 7));\n\t\t\treturn;\n\t\t}\n\n\t\tif (roll(table.seeds[index])) {\n\t\t\tcurrentLoot.add(\"Magic seed\", randInt(2, 7));\n\t\t\treturn;\n\t\t}\n\n\t\tfor (const [key, itemName] of [\n\t\t\t[\"ancientEmblem\", \"Ancient emblem\"],\n\t\t\t[\"ancientTotem\", \"Ancient totem\"],\n\t\t\t[\"ancientCrystal\", \"Ancient crystal\"],\n\t\t\t[\"ancientStatuette\", \"Ancient statuette\"],\n\t\t\t[\"topThree\", \"Ancient medallion\"],\n\t\t\t[\"topThree\", \"Ancient effigy\"],\n\t\t\t[\"topThree\", \"Ancient relic\"],\n\t\t] as const) {\n\t\t\tif (roll(table[key][index])) {\n\t\t\t\tcurrentLoot.add(itemName);\n\t\t\t\treturn;\n\t\t\t}\n\t\t}\n\t};\n}\n\n/**\n * Adds random variation to a number. For example, if you pass 10%, it can at most lower the value by 10%,\n * or increase it by 10%, and everything in between.\n * @param value The value to add variation too.\n * @param percentage The max percentage to fluctuate the value by, in both negative/positive.\n */\nexport function randomVariation(value: number, percentage: number) {\n\tconst lowerLimit = value * (1 - percentage / 100);\n\tconst upperLimit = value * (1 + percentage / 100);\n\treturn randFloat(lowerLimit, upperLimit);\n}\n\nexport function getItem(itemName: string | number | undefined): Item | null {\n\tif (!itemName) return null;\n\tlet identifier: string | number | undefined = \"\";\n\tif (typeof itemName === \"number\") {\n\t\tidentifier = itemName;\n\t} else {\n\t\tconst parsed = Number(itemName);\n\t\tidentifier = Number.isNaN(parsed) ? itemName : parsed;\n\t}\n\tif (typeof identifier === \"string\") {\n\t\tidentifier = identifier.replace(/\u2019/g, \"'\");\n\t}\n\treturn Items.get(identifier) ?? null;\n}\n\nexport function getItemOrThrow(itemName: string | number | undefined): Item {\n\tconst item = getItem(itemName);\n\tif (!item) throw new Error(`Item ${itemName} not found.`);\n\treturn item;\n}\n\nexport function resolveItems(_itemArray: string | number | (string | number)[]): number[] {\n\tconst itemArray = Array.isArray(_itemArray) ? _itemArray : [_itemArray];\n\tconst newArray: number[] = [];\n\n\tfor (const item of itemArray) {\n\t\tif (typeof item === \"number\") {\n\t\t\tnewArray.push(item);\n\t\t} else {\n\t\t\tconst osItem = Items.get(item);\n\t\t\tif (!osItem) {\n\t\t\t\tthrow new Error(`No item found for: ${item}.`);\n\t\t\t}\n\t\t\tnewArray.push(osItem.id);\n\t\t}\n\t}\n\n\treturn newArray;\n}\n\ntype ResolvableItem = number | string;\nexport type ArrayItemsResolvable = (ResolvableItem | ResolvableItem[])[];\nexport type ArrayItemsResolved = (number | number[])[];\nexport function deepResolveItems(itemArray: ArrayItemsResolvable): ArrayItemsResolved {\n\tconst newArray: ArrayItemsResolved = [];\n\n\tfor (const item of itemArray) {\n\t\tif (typeof item === \"number\") {\n\t\t\tnewArray.push(item);\n\t\t} else if (Array.isArray(item)) {\n\t\t\tconst test = resolveItems(item);\n\t\t\tnewArray.push(test);\n\t\t} else {\n\t\t\tconst osItem = Items.get(item);\n\t\t\tif (!osItem) {\n\t\t\t\tthrow new Error(`No item found for: ${item}.`);\n\t\t\t}\n\t\t\tnewArray.push(osItem.id);\n\t\t}\n\t}\n\n\treturn newArray;\n}\n\nexport function itemTupleToTable(items: [string, number | [number, number]][]): LootTable {\n\tconst table = new LootTable();\n\tfor (const [item, quantity] of items) {\n\t\ttable.every(item, quantity ?? 1);\n\t}\n\treturn table;\n}\n\nexport * from \"./smallUtils\";\n", "import { roll } from \"e\";\n\nimport Bank from \"../../structures/Bank\";\nimport LootTable from \"../../structures/LootTable\";\nimport itemID from \"../../util/itemID\";\nimport { randomVariation } from \"../../util/util\";\n\nconst trawlerFish = [\n\t{\n\t\tid: itemID(\"Raw shrimps\"),\n\t\tlevel: 1,\n\t\txp: 10,\n\t},\n\t{\n\t\tid: itemID(\"Raw sardine\"),\n\t\tlevel: 5,\n\t\txp: 20,\n\t},\n\t{\n\t\tid: itemID(\"Raw anchovies\"),\n\t\tlevel: 15,\n\t\txp: 40,\n\t},\n\t{\n\t\tid: itemID(\"Raw tuna\"),\n\t\tlevel: 35,\n\t\txp: 80,\n\t},\n\t{\n\t\tid: itemID(\"Raw lobster\"),\n\t\tlevel: 40,\n\t\txp: 90,\n\t},\n\t{\n\t\tid: itemID(\"Raw swordfish\"),\n\t\tlevel: 50,\n\t\txp: 100,\n\t},\n\t{\n\t\tid: itemID(\"Raw shark\"),\n\t\tlevel: 76,\n\t\txp: 110,\n\t},\n\t{\n\t\tid: itemID(\"Raw sea turtle\"),\n\t\tlevel: 79,\n\t\txp: 38,\n\t},\n\t{\n\t\tid: itemID(\"Raw manta ray\"),\n\t\tlevel: 81,\n\t\txp: 46,\n\t},\n];\n\nconst RawJunkTable = new LootTable()\n\t.add(\"Broken arrow\")\n\t.add(\"Broken glass\")\n\t.add(\"Broken staff\")\n\t.add(\"Buttons\")\n\t.add(\"Damaged armour\")\n\t.add(\"Old boot\")\n\t.add(\"Oyster\")\n\t.add(\"Pot\")\n\t.add(\"Rusty sword\");\n\nconst JunkTable = new LootTable().add(RawJunkTable, [0, 1]).add(RawJunkTable, [0, 1]);\n\nconst anglerOutfit = [\"Angler hat\", \"Angler top\", \"Angler waders\", \"Angler boots\"].map(itemID);\n\nexport function FishingTrawler(fishingLevel: number, hasEliteArd: boolean, bank?: Bank) {\n\tconst loot = new Bank();\n\tif (roll(5000)) {\n\t\tloot.add(\"Heron\");\n\t}\n\n\tif (roll(8)) {\n\t\tfor (const item of anglerOutfit) {\n\t\t\tif (!bank || !bank.has(item)) {\n\t\t\t\tloot.add(item);\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t}\n\n\tloot.add(JunkTable.roll());\n\n\tconst ableToFish = trawlerFish.filter(i => fishingLevel >= i.level);\n\tlet possibleFish = ableToFish.slice(Math.max(ableToFish.length - 5, 0)).reverse();\n\n\tlet xp = 0;\n\n\tconst len = possibleFish.length;\n\tlet multiplier = 3;\n\tfor (let i = 0; i < len; i++) {\n\t\tconst fishToGive = possibleFish[0];\n\n\t\tlet qty = Math.floor(randomVariation((ableToFish.indexOf(fishToGive) + 1) * multiplier, 50));\n\t\t// 50% Extra fish for having elite diary\n\t\tif (hasEliteArd) {\n\t\t\tqty = Math.floor(qty * 1.5);\n\t\t}\n\n\t\txp += fishToGive.xp * qty;\n\n\t\tmultiplier /= 2;\n\t\tloot.add(fishToGive.id, qty);\n\n\t\t// Cant get same fish twice in 1 trawler\n\t\tpossibleFish = possibleFish.filter(i => i !== fishToGive);\n\t\tif (roll(3)) break;\n\t}\n\n\treturn { loot, xp };\n}\n", "import LootTable from \"../../structures/LootTable\";\n\nconst DiedTable = new LootTable()\n\t.add(\"Adamant dagger\")\n\t.add(\"Adamant full helm\")\n\t.add(\"Adamant mace\", [2, 3])\n\t.add(\"Adamant pickaxe\")\n\t.add(\"Adamant platebody\")\n\t.add(\"Adamant platelegs\")\n\t.add(\"Adamant plateskirt\")\n\t.add(\"Adamant scimitar\")\n\t.add(\"Maple longbow\", [7, 13])\n\t.add(\"Maple shortbow\", [8, 11])\n\t.add(\"Mithril full helm\")\n\t.add(\"Mithril mace\", [2, 5])\n\t.add(\"Mithril platebody\")\n\t.add(\"Mithril platelegs\")\n\t.add(\"Mithril plateskirt\")\n\t.add(\"Air rune\", [200, 300])\n\t.add(\"Body rune\", [250, 350])\n\t.add(\"Earth rune\", [200, 300])\n\t.add(\"Fire rune\", [200, 300])\n\t.add(\"Mind rune\", [300, 400])\n\t.add(\"Water rune\", [200, 300])\n\t.add(\"Cake\", [10, 20])\n\t.add(\"Cod\", [75, 125])\n\t.add(\"Trout\", [50, 100])\n\t.add(\"Eye of newt\", [300, 500])\n\t.add(\"Silver bar\", [15, 30])\n\t.add(\"Uncut sapphire\", [1, 3]);\n\nconst StandardInnerTable = new LootTable()\n\t// Gear\n\t.add(\"Rune full helm\", [2, 4])\n\t.add(\"Rune chainbody\", [1, 2])\n\t.add(\"Rune platebody\", [1, 2])\n\t.add(\"Rune platelegs\", [1, 2])\n\t.add(\"Rune plateskirt\", [1, 2])\n\t.add(\"Rune halberd\", [1, 2])\n\t.add(\"Rune pickaxe\", [1, 2])\n\t.add(\"Dragon halberd\")\n\n\t// Runes\n\t.add(\"Cosmic rune\", [160, 240])\n\t.add(\"Nature rune\", [100, 140])\n\t.add(\"Law rune\", [80, 140])\n\t.add(\"Chaos rune\", [180, 300])\n\t.add(\"Death rune\", [100, 160])\n\t.add(\"Blood rune\", [80, 140])\n\n\t// Arrows\n\t.add(\"Mithril arrow\", [800, 1200])\n\t.add(\"Adamant arrow\", [400, 600])\n\t.add(\"Rune arrow\", [200, 300])\n\t.add(\"Dragon arrow\", [30, 80])\n\n\t// Other\n\t.add(\"Battlestaff\", [4, 8])\n\t.add(\"Coins\", [20_000, 80_000]);\n\nconst StandardTable = new LootTable()\n\t.every(\"Crystal shard\", [3, 7])\n\t.every(StandardInnerTable, 2)\n\t.tertiary(25, \"Clue scroll (elite)\")\n\t.tertiary(120, \"Crystal weapon seed\")\n\t.tertiary(120, \"Crystal armour seed\")\n\t.tertiary(2000, \"Enhanced crystal weapon seed\")\n\t.tertiary(2000, \"Youngllef\");\n\nconst CorruptedInnerTable = new LootTable()\n\t// Gear\n\t.add(\"Rune full helm\", [3, 5])\n\t.add(\"Rune chainbody\", [2, 3])\n\t.add(\"Rune platebody\", 2)\n\t.add(\"Rune platelegs\", [2, 3])\n\t.add(\"Rune plateskirt\", [2, 3])\n\t.add(\"Rune halberd\", [2, 3])\n\t.add(\"Rune pickaxe\", [2, 3])\n\t.add(\"Dragon halberd\", [1, 2])\n\n\t// Runes\n\t.add(\"Cosmic rune\", [175, 250])\n\t.add(\"Nature rune\", [120, 150])\n\t.add(\"Law rune\", [100, 150])\n\t.add(\"Chaos rune\", [200, 350])\n\t.add(\"Death rune\", [120, 175])\n\t.add(\"Blood rune\", [100, 150])\n\n\t// Arrows\n\t.add(\"Mithril arrow\", [1000, 1500])\n\t.add(\"Adamant arrow\", [500, 725])\n\t.add(\"Rune arrow\", [250, 450])\n\t.add(\"Dragon arrow\", [50, 100])\n\n\t// Gems\n\t.add(\"Uncut sapphire\", [25, 65])\n\t.add(\"Uncut emerald\", [15, 60])\n\t.add(\"Uncut ruby\", [10, 40])\n\t.add(\"Uncut diamond\", [5, 15])\n\n\t// Other\n\t.add(\"Battlestaff\", [8, 12])\n\t.add(\"Coins\", [75_000, 150_000]);\n\nconst CorruptedTable = new LootTable()\n\t// Gauntlet cape is given manually in OSB\n\t.every(\"Crystal shard\", [5, 9])\n\t.every(CorruptedInnerTable, 3)\n\t.tertiary(20, \"Clue scroll (elite)\")\n\t.tertiary(50, \"Crystal weapon seed\")\n\t.tertiary(50, \"Crystal armour seed\")\n\t.tertiary(400, \"Enhanced crystal weapon seed\")\n\t.tertiary(800, \"Youngllef\");\n\ninterface NormalGauntletOptions {\n\tdied: boolean;\n\ttype: \"normal\" | \"corrupted\";\n}\n\nexport function Gauntlet({ died, type }: NormalGauntletOptions) {\n\tconst loot = died ? DiedTable.roll() : type === \"normal\" ? StandardTable.roll() : CorruptedTable.roll();\n\treturn loot;\n}\n", "import { calcPercentOfNum, calcWhatPercent, percentChance, randInt, roll } from \"e\";\n\nimport type { LootBank } from \"../../meta/types\";\nimport Bank from \"../../structures/Bank\";\nimport LootTable from \"../../structures/LootTable\";\nimport SimpleTable from \"../../structures/SimpleTable\";\nimport { resolveNameBank } from \"../../util/bank\";\n\nexport interface TeamMember {\n\tid: string;\n\tdamageDone: number;\n}\n\nexport interface NightmareOptions {\n\t/**\n\t * The members of the team killing the nightmare.\n\t */\n\tteam: TeamMember[];\n\tisPhosani: boolean;\n}\n\nconst data: Record = {\n\t// [name, [quantity_range, weighting]]\n\n\t// Runes and ammunition\n\t\"Cosmic rune\": [[15, 218], 4],\n\t\"Nature rune\": [[6, 165], 4],\n\t\"Death rune\": [[24, 176], 4],\n\t\"Blood rune\": [[13, 129], 4],\n\t\"Soul rune\": [[12, 126], 4],\n\t\"Adamant arrow\": [[32, 533], 3],\n\t\"Rune arrow\": [[12, 539], 3],\n\tCannonball: [[72, 192], 2],\n\n\t// Resources\n\t\"Yew logs\": [[14, 121], 4],\n\t\"Magic logs\": [[3, 55], 4],\n\t\"Gold ore\": [[14, 174], 4],\n\tCoal: [[16, 253], 4],\n\t\"Mithril ore\": [[15, 168], 4],\n\t\"Adamantite ore\": [[8, 50], 4],\n\t\"Grimy cadantine\": [[1, 14], 4],\n\t\"Grimy torstol\": [[1, 16], 4],\n\t\"Uncut emerald\": [[1, 41], 3],\n\t\"Uncut ruby\": [[2, 35], 3],\n\t\"Snapdragon seed\": [[1, 6], 1],\n\n\t// Consumables\n\tShark: [[1, 15], 6],\n\tBass: [[1, 18], 6],\n\t\"Prayer potion(3)\": [[1, 10], 5],\n\t\"Saradomin brew(3)\": [[1, 10], 5],\n\t\"Zamorak brew(3)\": [[1, 10], 5],\n\t\"Sanfew serum(3)\": [[1, 11], 5],\n\n\tCoins: [[2717, 43_854], 2],\n};\nconst nonUniqueItemRanges = resolveNameBank(data);\n\nconst NonUniqueTable = new SimpleTable();\nfor (const [id, data] of Object.entries(nonUniqueItemRanges)) {\n\tNonUniqueTable.add(Number.parseInt(id), data[1]);\n}\n\n// Phosani\nconst phosaniData: Record = {\n\t// [name, [quantity_range, weighting]]\n\n\t// Runes and ammunition\n\t\"Cosmic rune\": [[247, 420], 4],\n\t\"Nature rune\": [[165, 305], 4],\n\t\"Death rune\": [[165, 305], 4],\n\t\"Blood rune\": [[343, 765], 4],\n\t\"Soul rune\": [[110, 228], 4],\n\tCannonball: [[137, 382], 4],\n\t\"Rune arrow\": [[412, 957], 3],\n\n\t// Resources\n\t\"Mithril ore\": [[165, 305], 5],\n\tCoal: [[220, 458], 4],\n\t\"Gold ore\": [[165, 305], 4],\n\t\"Adamantite ore\": [[40, 95], 4],\n\t\"Magic logs\": [[40, 95], 4],\n\t\"Grimy cadantine\": [[13, 26], 4],\n\t\"Grimy torstol\": [[13, 26], 4],\n\t\"Snapdragon seed\": [[5, 10], 3],\n\t\"Uncut emerald\": [[33, 75], 3],\n\t\"Uncut ruby\": [[27, 60], 3],\n\t\"Runite ore\": [[11, 26], 2],\n\n\t// Consumables\n\tBass: [[16, 29], 6],\n\tShark: [[13, 26], 6],\n\t\"Prayer potion(3)\": [[8, 15], 5],\n\t\"Sanfew serum(3)\": [[6, 12], 5],\n\t\"Saradomin brew(3)\": [[8, 15], 5],\n\t\"Zamorak brew(3)\": [[8, 15], 5],\n\n\tCoins: [[41_417, 72_013], 2],\n};\nconst phosaniNonUniqueItemRanges = resolveNameBank(phosaniData);\n\nconst PhosaniNonUniqueTable = new SimpleTable();\nfor (const [id, data] of Object.entries(phosaniNonUniqueItemRanges)) {\n\tPhosaniNonUniqueTable.add(Number.parseInt(id), data[1]);\n}\n\nconst GearTable = new SimpleTable()\n\t.add(\"Inquisitor's mace\")\n\t.add(\"Inquisitor's great helm\", 2)\n\t.add(\"Inquisitor's hauberk\", 2)\n\t.add(\"Inquisitor's plateskirt\", 2)\n\t.add(\"Nightmare staff\", 3);\n\nconst OrbTable = new SimpleTable().add(\"Eldritch orb\").add(\"Volatile orb\").add(\"Harmonised orb\");\n\nconst mvpTertiary = new LootTable()\n\t.tertiary(190, \"Clue scroll (elite)\")\n\t.tertiary(1900, \"Jar of dreams\")\n\t.tertiary(3800, \"Little nightmare\");\n\nconst nonMvpTertiary = new LootTable()\n\t.tertiary(200, \"Clue scroll (elite)\")\n\t.tertiary(4000, \"Little nightmare\")\n\t.tertiary(2000, \"Jar of dreams\");\n\nconst phosaniTertiary = new LootTable()\n\t.tertiary(35, \"Clue scroll (elite)\")\n\t.tertiary(100, \"Slepey tablet\")\n\t.tertiary(200, \"Parasitic egg\")\n\t.tertiary(1400, \"Little nightmare\")\n\t.tertiary(4000, \"Jar of dreams\");\n\nclass NightmareClass {\n\thp = 2400;\n\n\tallItems: number[] = [\n\t\t...NonUniqueTable.table.map(i => i.item),\n\t\t...GearTable.table.map(i => Number(i.item)),\n\t\t...OrbTable.table.map(i => Number(i.item)),\n\t\t...mvpTertiary.allItems,\n\t\t...nonMvpTertiary.allItems,\n\t];\n\n\tpublic rollNonUniqueLoot(percentage: number, isMvp: boolean, isPhosani: boolean): [number, number] {\n\t\tconst [table, ranges] = isPhosani\n\t\t\t? [PhosaniNonUniqueTable, phosaniNonUniqueItemRanges]\n\t\t\t: [NonUniqueTable, nonUniqueItemRanges];\n\t\tconst item = table.roll();\n\n\t\tconst [range] = ranges[item];\n\n\t\tif (isPhosani) {\n\t\t\treturn [item, randInt(range[0], range[1])];\n\t\t}\n\n\t\t// If the quantity range of the item is 50-100, we\n\t\t// give you 50 qty to start, then increase it.\n\t\tlet quantity = range[0];\n\t\tquantity += calcPercentOfNum(percentage, range[1]) - range[0];\n\n\t\tif (isMvp) quantity *= 1.1;\n\n\t\tquantity = Math.floor(Math.max(quantity, range[0]));\n\n\t\treturn [item, quantity];\n\t}\n\n\tpublic kill(options: Readonly): LootBank {\n\t\tconst mvp = options.team.sort((a, b) => b.damageDone - a.damageDone)[0];\n\n\t\tconst parsedTeam = options.team.map(teamMember => ({\n\t\t\t...teamMember,\n\t\t\tpercentDamage: Math.floor(calcWhatPercent(teamMember.damageDone, this.hp)),\n\t\t\tscaledPercentDamage: Math.floor(calcWhatPercent(teamMember.damageDone, this.hp / options.team.length)),\n\t\t\tmvp: mvp === teamMember,\n\t\t}));\n\n\t\tconst lootResult: LootBank = {};\n\n\t\tfor (const teamMember of parsedTeam) {\n\t\t\tlootResult[teamMember.id] = new Bank();\n\t\t}\n\n\t\tif (options.isPhosani) {\n\t\t\tif (roll(143)) {\n\t\t\t\tlootResult[options.team[0].id].add(GearTable.roll());\n\t\t\t}\n\n\t\t\tif (roll(533)) {\n\t\t\t\tlootResult[options.team[0].id].add(OrbTable.roll());\n\t\t\t}\n\t\t} else {\n\t\t\t// Construct a weighted table, where the weighting is the percent of the total HP that the team member has damaged,\n\t\t\t// for example, dealing 50% off of the nightmares health will give a weighting of 50, so they're 5x more likely\n\t\t\t// to get the unique than the person who dealt 10%. However, in most realistic scenarios, the team members will have\n\t\t\t// done very similar amounts of damage, varying by only a few percent.\n\t\t\tconst WeightedUniqueTable = new SimpleTable();\n\t\t\tfor (const teamMember of parsedTeam) {\n\t\t\t\tWeightedUniqueTable.add(teamMember.id, teamMember.percentDamage);\n\t\t\t}\n\n\t\t\tfunction giveWeightedDrop(item: string): void {\n\t\t\t\tconst recipient = WeightedUniqueTable.roll();\n\t\t\t\tlootResult[recipient].add(item);\n\t\t\t}\n\n\t\t\tif (roll(84)) {\n\t\t\t\tgiveWeightedDrop(GearTable.roll());\n\t\t\t}\n\n\t\t\tif (roll(320)) {\n\t\t\t\tgiveWeightedDrop(OrbTable.roll());\n\t\t\t}\n\n\t\t\tconst secondRollChance = Math.min(75, parsedTeam.length - 5);\n\t\t\tif (secondRollChance > 0 && percentChance(secondRollChance)) {\n\t\t\t\tif (roll(320)) {\n\t\t\t\t\tgiveWeightedDrop(OrbTable.roll());\n\t\t\t\t}\n\t\t\t\tif (roll(84)) {\n\t\t\t\t\tgiveWeightedDrop(GearTable.roll());\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Hand out non-uniques\n\t\tfor (const teamMember of parsedTeam) {\n\t\t\tif (lootResult[teamMember.id].length === 0) {\n\t\t\t\tlootResult[teamMember.id].add(\n\t\t\t\t\t...this.rollNonUniqueLoot(teamMember.scaledPercentDamage, teamMember.mvp, options.isPhosani),\n\t\t\t\t);\n\t\t\t}\n\t\t\tlootResult[teamMember.id].add(teamMember.mvp ? \"Big bones\" : \"Bones\");\n\t\t\tlootResult[teamMember.id].add(\n\t\t\t\toptions.isPhosani\n\t\t\t\t\t? phosaniTertiary.roll()\n\t\t\t\t\t: teamMember.mvp\n\t\t\t\t\t\t? mvpTertiary.roll()\n\t\t\t\t\t\t: nonMvpTertiary.roll(),\n\t\t\t);\n\t\t}\n\n\t\treturn lootResult;\n\t}\n}\n\nconst Nightmare = new NightmareClass();\n\nexport default Nightmare;\n", "import Bank from \"../../structures/Bank\";\nimport LootTable from \"../../structures/LootTable\";\n\nconst replaceItems = [\"Fish barrel\", \"Tackle box\", \"Big harpoonfish\", \"Tiny tempor\"];\n\nconst PoolCasketTable = new LootTable()\n\t.add(\"Rune med helm\", 1, 9)\n\t.add(\"Rune full helm\", 1, 9)\n\t.add(\"Rune chainbody\", 1, 9)\n\t.add(\"Rune platebody\", [2, 3], 1)\n\t.add(\"Rune platelegs\", [2, 3], 1)\n\t.add(\"Rune plateskirt\", [2, 3], 1)\n\t.add(\"Rune sq shield\", [3, 5], 1)\n\t.add(\"Rune kiteshield\", [3, 5], 1)\n\t.add(\"Sapphire ring\", [10, 14], 9)\n\t.add(\"Emerald ring\", [7, 11], 9)\n\t.add(\"Ruby ring\", [6, 8], 9)\n\t.add(\"Diamond ring\", [3, 4], 9)\n\t.add(\"Sapphire necklace\", [10, 14], 9)\n\t.add(\"Emerald necklace\", [7, 11], 9)\n\t.add(\"Ruby necklace\", [6, 8], 9)\n\t.add(\"Diamond necklace\", [3, 4], 9)\n\t.add(\"Sapphire bracelet\", [10, 14], 9)\n\t.add(\"Emerald bracelet\", [7, 11], 9)\n\t.add(\"Ruby bracelet\", [6, 8], 9)\n\t.add(\"Diamond bracelet\", [3, 4], 9)\n\t.add(\"Sapphire ring\", [20, 28], 1)\n\t.add(\"Emerald ring\", [14, 22], 1)\n\t.add(\"Ruby ring\", [12, 16], 1)\n\t.add(\"Diamond ring\", [6, 8], 1)\n\t.add(\"Sapphire necklace\", [20, 28], 1)\n\t.add(\"Emerald necklace\", [14, 22], 1)\n\t.add(\"Ruby necklace\", [12, 16], 1)\n\t.add(\"Diamond necklace\", [6, 8], 1)\n\t.add(\"Sapphire bracelet\", [20, 28], 1)\n\t.add(\"Emerald bracelet\", [14, 22], 1)\n\t.add(\"Ruby bracelet\", [12, 16], 1)\n\t.add(\"Diamond bracelet\", [3, 8], 1)\n\t.add(\"Silver bar\", [50, 100], 9)\n\t.add(\"Gold bar\", [50, 100], 9)\n\t.add(\"Uncut opal\", [25, 50], 9)\n\t.add(\"Uncut jade\", [25, 50], 9)\n\t.add(\"Uncut red topaz\", [10, 15], 9)\n\t.add(\"Uncut sapphire\", [20, 30], 1)\n\t.add(\"Uncut emerald\", [15, 25], 1)\n\t.add(\"Uncut ruby\", [10, 20], 1)\n\t.add(\"Uncut diamond\", [8, 13], 1)\n\t.add(\"Uncut dragonstone\", [2, 3], 1)\n\t.add(\"Coins\", [4000, 6000], 9)\n\t.add(\"Loop half of key\", 9, 1)\n\t.add(\"Tooth half of key\", 9, 1)\n\t.add(\"Coins\", [25_000, 50_000], 1)\n\t.add(\"Clue scroll (easy)\", 1, 12)\n\t.add(\"Clue scroll (medium)\", 1, 7)\n\t.add(\"Clue scroll (hard)\", 1, 5);\n\nconst fishTables = [\n\t[\n\t\t81,\n\t\t(table: LootTable) =>\n\t\t\ttable\n\t\t\t\t.add(\"Raw bass\", [30, 40], 1125)\n\t\t\t\t.add(\"Raw swordfish\", [20, 30], 1013)\n\t\t\t\t.add(\"Raw shark\", [10, 20], 900)\n\t\t\t\t.add(\"Raw sea turtle\", [7, 12], 787)\n\t\t\t\t.add(\"Raw manta ray\", [5, 10], 675),\n\t],\n\t[\n\t\t79,\n\t\t(table: LootTable) =>\n\t\t\ttable\n\t\t\t\t.add(\"Raw lobster\", [30, 40], 1125)\n\t\t\t\t.add(\"Raw bass\", [20, 30], 1013)\n\t\t\t\t.add(\"Raw swordfish\", [10, 20], 900)\n\t\t\t\t.add(\"Raw shark\", [7, 12], 787)\n\t\t\t\t.add(\"Raw sea turtle\", [5, 10], 675),\n\t],\n\t[\n\t\t76,\n\t\t(table: LootTable) =>\n\t\t\ttable\n\t\t\t\t.add(\"Raw tuna\", [30, 40], 1125)\n\t\t\t\t.add(\"Raw lobster\", [20, 30], 1013)\n\t\t\t\t.add(\"Raw bass\", [10, 20], 900)\n\t\t\t\t.add(\"Raw swordfish\", [7, 12], 787)\n\t\t\t\t.add(\"Raw shark\", [5, 10], 675),\n\t],\n\t[\n\t\t50,\n\t\t(table: LootTable) =>\n\t\t\ttable\n\t\t\t\t.add(\"Raw salmon\", [30, 40], 1125)\n\t\t\t\t.add(\"Raw tuna\", [20, 30], 1013)\n\t\t\t\t.add(\"Raw lobster\", [10, 20], 900)\n\t\t\t\t.add(\"Raw bass\", [7, 12], 787)\n\t\t\t\t.add(\"Raw swordfish\", [5, 10], 675),\n\t],\n\t[\n\t\t45,\n\t\t(table: LootTable) =>\n\t\t\ttable\n\t\t\t\t.add(\"Raw pike\", [30, 40], 1125)\n\t\t\t\t.add(\"Raw salmon\", [20, 30], 1013)\n\t\t\t\t.add(\"Raw tuna\", [10, 20], 900)\n\t\t\t\t.add(\"Raw lobster\", [7, 12], 787)\n\t\t\t\t.add(\"Raw bass\", [5, 10], 675),\n\t],\n\t[\n\t\t40,\n\t\t(table: LootTable) =>\n\t\t\ttable\n\t\t\t\t.add(\"Raw mackerel\", [30, 40], 1125)\n\t\t\t\t.add(\"Raw pike\", [20, 30], 1013)\n\t\t\t\t.add(\"Raw salmon\", [10, 20], 900)\n\t\t\t\t.add(\"Raw tuna\", [7, 12], 787)\n\t\t\t\t.add(\"Raw lobster\", [5, 10], 675),\n\t],\n\t[\n\t\t35,\n\t\t(table: LootTable) =>\n\t\t\ttable\n\t\t\t\t.add(\"Raw herring\", [30, 40], 1125)\n\t\t\t\t.add(\"Raw mackerel\", [20, 30], 1013)\n\t\t\t\t.add(\"Raw pike\", [10, 20], 900)\n\t\t\t\t.add(\"Raw salmon\", [7, 12], 787)\n\t\t\t\t.add(\"Raw tuna\", [5, 10], 675),\n\t],\n] as const;\n\nexport function Tempoross({\n\tquantity,\n\tfishingLevel,\n\tuserBank,\n}: {\n\tquantity: number;\n\tfishingLevel: number;\n\tuserBank: Bank;\n}) {\n\tconst loot = new Bank();\n\tconst lootTable = new LootTable()\n\t\t.add(\"Spirit flakes\", [32, 64], 2000)\n\t\t.add(PoolCasketTable, 1, 400)\n\t\t.add(\"Plank\", [20, 30], 350)\n\t\t.add(\"Oak plank\", [15, 25], 250)\n\t\t.add(\"Seaweed\", [20, 60], 200)\n\t\t.add(\"Steel nails\", [300, 500], 100)\n\t\t.add(\"Feather\", [800, 1600], 100)\n\t\t.add(\"Fishing bait\", [800, 1600], 100)\n\t\t.add(\"Soaked page\", [5, 9], 149)\n\t\t.add(\"Fish barrel\", 1, 20)\n\t\t.add(\"Tackle box\", 1, 20)\n\t\t.add(\"Big harpoonfish\", 1, 5)\n\t\t.add(\"Tome of water (empty)\", 1, 5)\n\t\t.add(\"Tiny tempor\", 1, 1)\n\t\t.add(\"Dragon harpoon\", 1, 1);\n\n\tfor (const [level, fn] of fishTables) {\n\t\tif (fishingLevel >= level) {\n\t\t\tfn(lootTable);\n\t\t\tbreak;\n\t\t}\n\t}\n\n\tfor (let index = 0; index < quantity; index++) {\n\t\tconst newItem = lootTable.roll();\n\t\tif (replaceItems.includes(newItem.items()[0][0].name) && userBank.has(newItem)) {\n\t\t\tloot.add(\"Soaked page\", 25);\n\t\t} else {\n\t\t\tloot.add(newItem);\n\t\t}\n\t}\n\n\treturn loot;\n}\n", "import { calcPercentOfNum } from \"e\";\n\nimport type { LootBank } from \"../../meta/types\";\nimport Bank from \"../../structures/Bank\";\nimport LootTable from \"../../structures/LootTable\";\nimport SimpleTable from \"../../structures/SimpleTable\";\nimport { resolveNameBank } from \"../../util/bank\";\n\nexport interface TeamMember {\n\tid: string;\n\t/**\n\t * How well they performed as a percentage. 100% would indicate they did quite well, but not necessarily MVP or a solo kill.\n\t */\n\tperformancePercentage: number;\n\tisMVP: boolean;\n}\n\nexport interface ZalcanoOptions {\n\t/**\n\t * The members of the team killing the Zalcano.\n\t */\n\tteam: TeamMember[];\n}\n\nconst data: Record = {\n\t// [name, [quantity_range, weighting]]\n\n\t// Runes and ammunition\n\t\"Blood rune\": [[95, 480], 1],\n\t\"Cosmic rune\": [[304, 926], 1],\n\t\"Death rune\": [[201, 830], 1],\n\t\"Law rune\": [[177, 770], 1],\n\t\"Soul rune\": [[57, 388], 1],\n\t\"Nature rune\": [[1, 842], 1],\n\n\t// Materials\n\t\"Silver ore\": [[102, 800], 3],\n\t\"Gold ore\": [[129, 721], 3],\n\t\"Steel bar\": [[78, 534], 3],\n\t\"Mithril bar\": [[56, 459], 3],\n\t\"Mithril ore\": [[56, 387], 2],\n\t\"Adamantite ore\": [[63, 289], 2],\n\t\"Runite ore\": [[3, 26], 2],\n\t\"Adamantite bar\": [[17, 103], 2],\n\t\"Runite bar\": [[3, 24], 2],\n\t\"Uncut diamond\": [[2, 19], 2],\n\t\"Uncut dragonstone\": [[1, 11], 2],\n\t\"Onyx bolt tips\": [[4, 38], 2],\n\tCoal: [[169, 815], 1],\n\t\"Pure essence\": [[784, 4422], 1],\n};\nconst nonUniqueItemRanges = resolveNameBank(data);\n\nconst NonUniqueTable = new SimpleTable();\nfor (const [id, data] of Object.entries(nonUniqueItemRanges)) {\n\tNonUniqueTable.add(Number.parseInt(id), data[1]);\n}\n\nconst toolSeedTable = new LootTable().tertiary(40, \"Uncut onyx\").every(\"Crystal tool seed\");\n\nconst tertiaryTable = new LootTable()\n\t.tertiary(2250, \"Smolcano\")\n\t.tertiary(200, toolSeedTable)\n\t.tertiary(1125, \"Zalcano shard\");\n\nclass ZalcanoClass {\n\tallItems: number[] = [...tertiaryTable.allItems, ...NonUniqueTable.table.map(i => i.item)];\n\n\tpublic rollNonUniqueLoot(perfPercent: number, isMVP: boolean): [number, number] {\n\t\tconst item = NonUniqueTable.roll();\n\n\t\tconst [range] = nonUniqueItemRanges[item];\n\t\t// If the quantity range of the item is 50-100, we\n\t\t// give you 50 qty to start, then increase it.\n\t\tlet quantity = range[0];\n\t\tquantity += calcPercentOfNum(perfPercent, range[1]) - range[0];\n\n\t\tif (isMVP) quantity *= 1.1;\n\n\t\tquantity = Math.floor(Math.max(quantity, range[0]));\n\n\t\treturn [item, quantity];\n\t}\n\n\tpublic kill({ team }: Readonly): LootBank {\n\t\tconst lootResult: LootBank = {};\n\n\t\tfor (const teamMember of team) {\n\t\t\tconst loot = new Bank();\n\t\t\tloot.add(...this.rollNonUniqueLoot(teamMember.performancePercentage, teamMember.isMVP));\n\t\t\tif (teamMember.isMVP) {\n\t\t\t\tloot.add(\"Infernal ashes\");\n\t\t\t\tloot.add(\"Crystal shard\", 3);\n\t\t\t} else {\n\t\t\t\tloot.add(\"Crystal shard\", 2);\n\t\t\t}\n\t\t\tloot.add(tertiaryTable.roll());\n\t\t\tlootResult[teamMember.id] = loot;\n\t\t}\n\n\t\treturn lootResult;\n\t}\n}\n\nconst Zalcano = new ZalcanoClass();\n\nexport default Zalcano;\n", "import LootTable from \"../../structures/LootTable\";\n\nexport const Mimic3rdAgeTable = new LootTable()\n\t.add(\"3rd age range coif\")\n\t.add(\"3rd age range top\")\n\t.add(\"3rd age range legs\")\n\t.add(\"3rd age vambraces\")\n\t.add(\"3rd age robe top\")\n\t.add(\"3rd age robe\")\n\t.add(\"3rd age mage hat\")\n\t.add(\"3rd age amulet\")\n\t.add(\"3rd age platelegs\")\n\t.add(\"3rd age platebody\")\n\t.add(\"3rd age full helmet\")\n\t.add(\"3rd age plateskirt\")\n\t.add(\"3rd age kiteshield\")\n\t.add(\"3rd age longsword\")\n\t.add(\"3rd age cloak\")\n\t.add(\"3rd age wand\")\n\t.add(\"3rd age bow\")\n\t.add(\"3rd age druidic staff\")\n\t.add(\"3rd age druidic cloak\")\n\t.add(\"3rd age druidic robe top\")\n\t.add(\"3rd age druidic robe bottoms\")\n\t.add(\"3rd age pickaxe\")\n\t.add(\"3rd age axe\");\n\nexport const EliteMimicTable = new LootTable()\n\t.every(\"Mahogany plank\")\n\t.oneIn(44, \"Ring of 3rd age\")\n\t.oneIn(250, Mimic3rdAgeTable)\n\t.add(\"Death rune\", 480)\n\t.add(\"Death rune\", 600)\n\t.add(\"Blood rune\", 400)\n\t.add(\"Blood rune\", 500)\n\t.add(\"Grimy ranarr weed\", 25, 2)\n\t.add(\"Raw manta ray\", 15, 2)\n\t.add(\"Wine of zamorak\", 25, 2);\n\nexport const MasterMimicTable = new LootTable()\n\t.every(\"Mahogany plank\")\n\t.oneIn(40, \"Ring of 3rd age\")\n\t.oneIn(228, Mimic3rdAgeTable)\n\t.add(\"Death rune\", 480)\n\t.add(\"Death rune\", 600)\n\t.add(\"Blood rune\", 400)\n\t.add(\"Blood rune\", 500)\n\t.add(\"Grimy ranarr weed\", 25, 2)\n\t.add(\"Raw manta ray\", 15, 2)\n\t.add(\"Wine of zamorak\", 25, 2);\n", "import { percentChance, roll, sumArr } from \"e\";\n\nimport type { LootBank } from \"../../meta/types\";\nimport Bank from \"../../structures/Bank\";\nimport LootTable from \"../../structures/LootTable\";\nimport SimpleTable from \"../../structures/SimpleTable\";\nimport { JSONClone } from \"../../util\";\n\nexport interface TeamMember {\n\tid: string;\n\t/**\n\t * The rooms they died in.\n\t */\n\tdeaths: number[];\n}\n\nexport interface TheatreOfBloodOptions {\n\t/**\n\t * Whether or not this raid is in Challenge Mode or not.\n\t */\n\thardMode: boolean;\n\t/**\n\t * The members of the raid team, 1-5 people.\n\t */\n\tteam: TeamMember[];\n}\n\ninterface ParsedMember extends TeamMember {\n\tnumDeaths: number;\n\tpoints: number;\n}\nexport interface TOBRoom {\n\tname: string;\n\tdifficultyRating: number;\n\ttimeWeighting: number;\n}\n\nexport const TOBRooms: TOBRoom[] = [\n\t{\n\t\tname: \"Maiden\",\n\t\tdifficultyRating: 1,\n\t\ttimeWeighting: 11,\n\t},\n\t{\n\t\tname: \"Bloat\",\n\t\tdifficultyRating: 4,\n\t\ttimeWeighting: 11,\n\t},\n\t{\n\t\tname: \"Nylocas\",\n\t\tdifficultyRating: 3,\n\t\ttimeWeighting: 22,\n\t},\n\t{\n\t\tname: \"Sotetseg\",\n\t\tdifficultyRating: 2,\n\t\ttimeWeighting: 11,\n\t},\n\t{\n\t\tname: \"Xarpus\",\n\t\tdifficultyRating: 2,\n\t\ttimeWeighting: 17,\n\t},\n\t{\n\t\tname: \"Verzik\",\n\t\tdifficultyRating: 6,\n\t\ttimeWeighting: 28,\n\t},\n];\n\nexport const ToBUniqueTable = new LootTable()\n\t.add(\"Scythe of vitur (uncharged)\")\n\t.add(\"Ghrazi rapier\", 1, 2)\n\t.add(\"Sanguinesti staff (uncharged)\", 1, 2)\n\t.add(\"Justiciar faceguard\", 1, 2)\n\t.add(\"Justiciar chestguard\", 1, 2)\n\t.add(\"Justiciar legguards\", 1, 2)\n\t.add(\"Avernic defender hilt\", 1, 8);\n\nconst HardModeUniqueTable = new LootTable()\n\t.add(\"Scythe of vitur (uncharged)\")\n\t.add(\"Ghrazi rapier\", 1, 2)\n\t.add(\"Sanguinesti staff (uncharged)\", 1, 2)\n\t.add(\"Justiciar faceguard\", 1, 2)\n\t.add(\"Justiciar chestguard\", 1, 2)\n\t.add(\"Justiciar legguards\", 1, 2)\n\t.add(\"Avernic defender hilt\", 1, 7);\n\nconst NonUniqueTable = new LootTable()\n\t.tertiary(25, \"Clue scroll (elite)\")\n\t.add(\"Vial of blood\", [50, 60], 2)\n\t.add(\"Death rune\", [500, 600])\n\t.add(\"Blood rune\", [500, 600])\n\t.add(\"Swamp tar\", [500, 600])\n\t.add(\"Coal\", [500, 600])\n\t.add(\"Gold ore\", [300, 360])\n\t.add(\"Molten glass\", [200, 240])\n\t.add(\"Adamantite ore\", [130, 156])\n\t.add(\"Runite ore\", [60, 72])\n\t.add(\"Wine of zamorak\", [50, 60])\n\t.add(\"Potato cactus\", [50, 60])\n\t.add(\"Grimy cadantine\", [50, 60])\n\t.add(\"Grimy avantoe\", [40, 48])\n\t.add(\"Grimy irit leaf\", [34, 40])\n\t.add(\"Grimy ranarr weed\", [30, 36])\n\t.add(\"Grimy snapdragon\", [27, 32])\n\t.add(\"Grimy lantadyme\", [26, 31])\n\t.add(\"Grimy dwarf weed\", [24, 28])\n\t.add(\"Grimy torstol\", [20, 24])\n\n\t.add(\"Battlestaff\", [15, 18])\n\t.add(\"Mahogany seed\", [8, 12])\n\t.add(\"Rune battleaxe\", 4)\n\t.add(\"Rune platebody\", 4)\n\t.add(\"Rune chainbody\", 4)\n\n\t.add(\"Palm tree seed\", 3)\n\t.add(\"Yew seed\", 3)\n\t.add(\"Magic seed\", 3);\n\nconst HardModeExtraTable = new LootTable()\n\t.tertiary(275, \"Sanguine dust\")\n\t.tertiary(150, \"Sanguine ornament kit\")\n\t.tertiary(100, \"Holy ornament kit\");\n\nexport class TheatreOfBloodClass {\n\tnonUniqueLoot(member: ParsedMember, isHardMode: boolean, deaths: number[]): Bank {\n\t\tif (deaths.length === TOBRooms.length) {\n\t\t\treturn new Bank().add(\"Cabbage\");\n\t\t}\n\t\tconst loot = new Bank();\n\t\tfor (let i = 0; i < 3; i++) {\n\t\t\tloot.add(NonUniqueTable.roll());\n\t\t}\n\n\t\tif (isHardMode) {\n\t\t\t// Add 15% extra regular loot for hard mode:\n\t\t\tfor (const [item] of loot.items()) {\n\t\t\t\tloot.set(item.id, Math.ceil(loot.amount(item.id) * 1.15));\n\t\t\t}\n\t\t\t// Add HM Tertiary drops: dust / kits\n\t\t\tloot.add(HardModeExtraTable.roll());\n\t\t}\n\t\tlet petChance = isHardMode ? 500 : 650;\n\t\tif (member.numDeaths > 0) {\n\t\t\tpetChance *= member.numDeaths;\n\t\t}\n\t\tif (roll(petChance)) {\n\t\t\tloot.add(\"Lil' zik\");\n\t\t}\n\n\t\treturn loot;\n\t}\n\n\tpublic uniqueDecide(team: ParsedMember[]): ParsedMember {\n\t\tconst table = new SimpleTable();\n\t\tfor (const member of team) {\n\t\t\ttable.add(member, member.points);\n\t\t}\n\n\t\treturn table.roll();\n\t}\n\n\tpublic complete(_options: TheatreOfBloodOptions) {\n\t\tconst options = JSONClone(_options);\n\t\tif (options.team.length < 2 || options.team.length > 4) {\n\t\t\tthrow new Error(\"Only team sizes of 2-4 are supported in ToB\");\n\t\t}\n\n\t\tconst maxPointsPerPerson = 22;\n\t\tconst penaltyForDeath = 4;\n\t\tconst maxPointsTeamCanGet = options.team.length * maxPointsPerPerson;\n\n\t\tconst parsedTeam: ParsedMember[] = _options.team.map(t => ({\n\t\t\tid: t.id,\n\t\t\tdeaths: t.deaths,\n\t\t\tnumDeaths: t.deaths.length,\n\t\t\tpoints: maxPointsPerPerson - t.deaths.length * penaltyForDeath,\n\t\t}));\n\n\t\tconst teamPoints = sumArr(parsedTeam.map(val => val.points));\n\n\t\tconst totalDeaths = sumArr(parsedTeam.map(i => i.numDeaths));\n\n\t\tconst percentBaseChanceOfUnique = (options.hardMode ? 13 : 11) * (teamPoints / maxPointsTeamCanGet);\n\n\t\tconst purpleReceived = percentChance(percentBaseChanceOfUnique);\n\t\tconst purpleRecipient = purpleReceived ? this.uniqueDecide(parsedTeam) : null;\n\n\t\tconst lootResult: LootBank = {};\n\n\t\tfor (const member of parsedTeam) {\n\t\t\tif (member === purpleRecipient) {\n\t\t\t\tlootResult[member.id] = new Bank().add(\n\t\t\t\t\toptions.hardMode ? HardModeUniqueTable.roll() : ToBUniqueTable.roll(),\n\t\t\t\t);\n\t\t\t} else {\n\t\t\t\tlootResult[member.id] = this.nonUniqueLoot(member, options.hardMode, member.deaths);\n\t\t\t}\n\t\t}\n\n\t\treturn {\n\t\t\tloot: lootResult,\n\t\t\tpercentChanceOfUnique: percentBaseChanceOfUnique,\n\t\t\ttotalDeaths,\n\t\t\tteamPoints,\n\t\t};\n\t}\n}\n\nexport const TheatreOfBlood = new TheatreOfBloodClass();\n", "export * from \"./bank\";\nexport { default as itemID } from \"./itemID\";\nexport * from \"./util\";\n", "import { roll } from \"e\";\n\nimport { MonsterSlayerMaster } from \"../meta/monsterData\";\nimport type { CustomKillLogic, MonsterKillOptions, MonsterOptions } from \"../meta/types\";\nimport {\n\tgetAncientShardChanceFromHP,\n\tgetBrimKeyChanceFromCBLevel,\n\tgetLarranKeyChanceFromCBLevel,\n\tgetSlayersEnchantmentChanceFromHP,\n\tgetTotemChanceFromHP,\n} from \"../util/util\";\nimport Bank from \"./Bank\";\nimport type LootTable from \"./LootTable\";\nimport Monster from \"./Monster\";\n\ninterface SimpleMonsterOptions extends MonsterOptions {\n\ttable?: LootTable;\n\tonTaskTable?: LootTable;\n\twildyCaveTable?: LootTable;\n\tpickpocketTable?: LootTable;\n\tcustomKillLogic?: CustomKillLogic;\n}\n\nexport default class SimpleMonster extends Monster {\n\tpublic table?: LootTable;\n\tpublic onTaskTable?: LootTable;\n\tpublic wildyCaveTable?: LootTable;\n\tpublic pickpocketTable?: LootTable;\n\tpublic customKillLogic?: CustomKillLogic;\n\n\tconstructor(options: SimpleMonsterOptions) {\n\t\tlet allItems: number[] = [];\n\t\tif (options.table) {\n\t\t\tallItems = allItems.concat(options.table.allItems);\n\t\t}\n\t\tif (options.pickpocketTable) {\n\t\t\tallItems = allItems.concat(options.pickpocketTable.allItems);\n\t\t}\n\t\tsuper({ ...options, allItems });\n\t\tthis.table = options.table;\n\t\tthis.pickpocketTable = options.pickpocketTable;\n\t\tthis.onTaskTable = options.onTaskTable;\n\t\tthis.wildyCaveTable = options.wildyCaveTable;\n\t\tthis.customKillLogic = options.customKillLogic;\n\t}\n\n\tpublic kill(quantity = 1, options: MonsterKillOptions = {}): Bank {\n\t\tconst loot = new Bank();\n\t\tconst canGetBrimKey = options.onSlayerTask && options.slayerMaster === MonsterSlayerMaster.Konar;\n\t\tconst wildySlayer = options.onSlayerTask && options.slayerMaster === MonsterSlayerMaster.Krystilia;\n\t\tconst slayerMonster: boolean = Boolean(options.onSlayerTask && this.data.slayerLevelRequired > 1);\n\t\tconst lootTableOptions = {\n\t\t\t...options.lootTableOptions,\n\t\t\ttargetBank: loot,\n\t\t};\n\n\t\tif (!canGetBrimKey && !wildySlayer && !options.inCatacombs && !options.onSlayerTask) {\n\t\t\tthis.table?.roll(quantity, lootTableOptions);\n\t\t\treturn loot;\n\t\t}\n\n\t\tfor (let i = 0; i < quantity; i++) {\n\t\t\tif (canGetBrimKey) {\n\t\t\t\tif (roll(getBrimKeyChanceFromCBLevel(this.data.combatLevel))) {\n\t\t\t\t\tloot.add(\"Brimstone key\");\n\t\t\t\t}\n\t\t\t}\n\t\t\tif (wildySlayer && this.data.hitpoints) {\n\t\t\t\tif (roll(getSlayersEnchantmentChanceFromHP(this.data.hitpoints))) {\n\t\t\t\t\tloot.add(\"Slayer's enchantment\");\n\t\t\t\t}\n\t\t\t\tif (roll(getLarranKeyChanceFromCBLevel(this.data.combatLevel, slayerMonster))) {\n\t\t\t\t\tloot.add(\"Larran's key\");\n\t\t\t\t}\n\t\t\t}\n\t\t\tif (options.inCatacombs && this.data.hitpoints && !wildySlayer) {\n\t\t\t\tif (roll(getAncientShardChanceFromHP(this.data.hitpoints))) {\n\t\t\t\t\tloot.add(\"Ancient shard\");\n\t\t\t\t}\n\t\t\t\tif (roll(getTotemChanceFromHP(this.data.hitpoints))) {\n\t\t\t\t\t// Always drop Dark totem base and bot will transmog accordingly.\n\t\t\t\t\tloot.add(\"Dark totem base\");\n\t\t\t\t}\n\t\t\t}\n\t\t\tif (options.onSlayerTask) {\n\t\t\t\tif (wildySlayer && this.wildyCaveTable) {\n\t\t\t\t\t// Roll the monster's wildy slayer cave table\n\t\t\t\t\tthis.wildyCaveTable.roll(1, lootTableOptions);\n\t\t\t\t} else if (this.onTaskTable) {\n\t\t\t\t\t// Roll the monster's \"on-task\" table.\n\t\t\t\t\tthis.onTaskTable.roll(1, lootTableOptions);\n\t\t\t\t} else {\n\t\t\t\t\t// Monster doesn't have a unique on-slayer table\n\t\t\t\t\tthis.table?.roll(1, lootTableOptions);\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\t// Not on slayer task\n\t\t\t\tthis.table?.roll(1, lootTableOptions);\n\t\t\t}\n\t\t\tif (this.customKillLogic) {\n\t\t\t\tthis.customKillLogic(options, loot);\n\t\t\t}\n\t\t}\n\t\treturn loot;\n\t}\n}\n", "import rawMonsterData from \"../data/monsters_data.json\" assert { type: \"json\" };\nimport type { MonsterData } from \"../meta/monsterData\";\nimport type { MonsterKillOptions, MonsterOptions } from \"../meta/types\";\nimport type Bank from \"./Bank\";\n\nconst monsterData = rawMonsterData as { [key: string]: MonsterData };\n\nexport default abstract class Monster {\n\tpublic id: number;\n\tpublic name: string;\n\tpublic aliases: string[];\n\tpublic data: MonsterData;\n\tpublic allItems: number[];\n\tpublic abstract kill(quantity: number, options: MonsterKillOptions): Bank;\n\n\tconstructor(options: MonsterOptions) {\n\t\tthis.id = options.id;\n\t\tthis.name = options.name;\n\t\tthis.aliases = options.aliases ?? [];\n\t\tthis.data = monsterData[this.id];\n\t\tthis.allItems = options.allItems ?? [];\n\t\tconst pluralName = `${this.name.toLowerCase()}s`;\n\t\tif (!this.aliases.includes(pluralName)) {\n\t\t\tthis.aliases.push(pluralName);\n\t\t}\n\t}\n}\n", "import LootTable from \"../../structures/LootTable\";\nimport SimpleMonster from \"../../structures/SimpleMonster\";\n\nconst Newtroost = new SimpleMonster({\n\tid: 3605,\n\tname: \"Newtroost\",\n\ttable: new LootTable()\n\t\t.every(\"Bones\")\n\t\t.every(\"Eye of newt\", [4, 10])\n\t\t.add(new LootTable({ limit: 20 }).add(\"Rune satchel\", 1, 3).add(\"Tea flask\", 1)),\n\taliases: [\"newtroost\"],\n});\n\nconst Unicow = new SimpleMonster({\n\tid: 3601,\n\tname: \"Unicow\",\n\ttable: new LootTable()\n\t\t.every(\"Bones\")\n\t\t.every(\"Unicorn horn\", [2, 4])\n\t\t.add(new LootTable({ limit: 20 }).add(\"Green satchel\", 1, 3).add(\"Tea flask\", 1)),\n\taliases: [\"unicow\"],\n});\n\nconst Spidine = new SimpleMonster({\n\tid: 3602,\n\tname: \"Spidine\",\n\ttable: new LootTable()\n\t\t.every(\"Bones\")\n\t\t.every(\"Red spiders' eggs\", [3, 6])\n\t\t.add(new LootTable({ limit: 20 }).add(\"Red satchel\", 1, 3).add(\"Tea flask\", 1)),\n\taliases: [\"spidine\"],\n});\n\nconst Swordchick = new SimpleMonster({\n\tid: 3603,\n\tname: \"Swordchick\",\n\ttable: new LootTable()\n\t\t.every(\"Bones\")\n\t\t.every(\"Feather\", [10, 40])\n\t\t.add(new LootTable({ limit: 20 }).add(\"Black satchel\", 1, 3).add(\"Tea flask\", 1)),\n\taliases: [\"swordchick\"],\n});\n\nconst Jubster = new SimpleMonster({\n\tid: 3604,\n\tname: \"Jubster\",\n\ttable: new LootTable()\n\t\t.every(\"Bones\")\n\t\t.every(\"Raw jubbly\", [3, 7])\n\t\t.add(new LootTable({ limit: 20 }).add(\"Gold satchel\", 1, 3).add(\"Tea flask\", 1)),\n\taliases: [\"jubster\"],\n});\n\nconst Frogeel = new SimpleMonster({\n\tid: 3600,\n\tname: \"Frogeel\",\n\ttable: new LootTable()\n\t\t.every(\"Bones\")\n\t\t.every(\"Raw cave eel\", [5, 10])\n\t\t.add(new LootTable({ limit: 20 }).add(\"Plain satchel\", 1, 3).add(\"Tea flask\")),\n\taliases: [\"frogeel\"],\n});\n\nexport const CreatureCreation = { Frogeel, Newtroost, Spidine, Swordchick, Unicow, Jubster };\n", "import LootTable from \"../../structures/LootTable\";\n\nconst MegaRareTable = new LootTable({ limit: 128 })\n\t.add(\"Rune spear\", 1, 8)\n\t.add(\"Shield left half\", 1, 4)\n\t.add(\"Dragon spear\", 1, 3);\n\nexport const GemTable = new LootTable({ limit: 128 })\n\t.add(\"Uncut sapphire\", 1, 32)\n\t.add(\"Uncut emerald\", 1, 16)\n\t.add(\"Uncut ruby\", 1, 8)\n\t.add(new LootTable().add(\"Chaos talisman\").add(\"Nature talisman\"), 1, 3)\n\t.add(\"Uncut diamond\", 1, 2)\n\t.add(\"Rune javelin\", 5, 1)\n\t.add(\"Loop half of key\")\n\t.add(\"Tooth half of key\")\n\t.add(MegaRareTable);\n\nconst RareDropTable = new LootTable()\n\t/* Runes and ammunition */\n\t.add(\"Nature rune\", 67, 3)\n\t.add(\"Adamant javelin\", 20, 2)\n\t.add(\"Death rune\", 45, 2)\n\t.add(\"Law rune\", 45, 2)\n\t.add(\"Rune arrow\", 42, 2)\n\t.add(\"Steel arrow\", 150, 2)\n\n\t/* Weapons and armour */\n\t.add(\"Rune 2h sword\", 1, 3)\n\t.add(\"Rune battleaxe\", 1, 3)\n\t.add(\"Rune sq shield\", 1, 2)\n\t.add(\"Dragon med helm\", 1, 1)\n\t.add(\"Rune kiteshield\", 1, 1)\n\n\t/* Other */\n\t.add(\"Coins\", 3000, 21)\n\t.add(\"Loop half of key\", 1, 20)\n\t.add(\"Tooth half of key\", 1, 20)\n\t.add(\"Runite bar\", 1, 5)\n\t.add(\"Dragonstone\", 1, 2)\n\t.add(\"Silver ore\", 100, 2)\n\n\t/* Subtables */\n\t.add(GemTable, 1, 20)\n\t.add(MegaRareTable, 1, 15);\n\nexport default RareDropTable;\n", "import LootTable from \"../../structures/LootTable\";\n\nconst TreeHerbSeedTable = new LootTable()\n\t.add(\"Ranarr seed\", 1, 15)\n\t.add(\"Snapdragon seed\", 1, 14)\n\t.add(\"Torstol seed\", 1, 11)\n\t.add(\"Watermelon seed\", 15, 10)\n\t.add(\"Willow seed\", 1, 10)\n\t.add(\"Mahogany seed\", 1, 9)\n\t.add(\"Maple seed\", 1, 9)\n\t.add(\"Teak seed\", 1, 9)\n\t.add(\"Yew seed\", 1, 9)\n\t.add(\"Papaya tree seed\", 1, 7)\n\t.add(\"Magic seed\", 1, 6)\n\t.add(\"Palm tree seed\", 1, 5)\n\t.add(\"Spirit seed\", 1, 4)\n\t.add(\"Dragonfruit tree seed\", 1, 3)\n\t.add(\"Celastrus seed\", 1, 2)\n\t.add(\"Redwood tree seed\", 1, 2);\n\nexport default TreeHerbSeedTable;\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport RareDropTable from \"../../subtables/RareDropTable\";\nimport TreeHerbSeedTable from \"../../subtables/TreeHerbSeedTable\";\n\nconst AraxxorUniqueTable = new LootTable()\n\t.add(\"Araxyte fang\")\n\t.add(\"Noxious blade\")\n\t.add(\"Noxious point\")\n\t.add(\"Noxious pommel\");\n\nconst SupplyDrop = new LootTable()\n\t.add(new LootTable().add(\"Araxyte venom sack\").add(\"Super combat potion(1)\"))\n\t.add(new LootTable().add(\"Prayer potion(3)\", [1, 2]).add(\"Prayer potion(4)\"))\n\t.add(new LootTable().add(\"Wild pie\", [2, 3]).add(\"Shark\", [2, 3]));\n\nconst AraxxorTable = new LootTable()\n\t.tertiary(200, \"Coagulated venom\")\n\t.tertiary(150, AraxxorUniqueTable)\n\t.tertiary(250, \"Araxyte head\")\n\t.tertiary(1500, \"Jar of venom\")\n\t.tertiary(3000, \"Nid\")\n\t.oneIn(8, SupplyDrop)\n\n\t.add(\"Rune kiteshield\", 2, 8)\n\t.add(\"Rune platelegs\", 2, 8)\n\t.add(\"Dragon mace\", 2, 6)\n\t.add(\"Rune 2h sword\", 5, 1)\n\t.add(\"Dragon platelegs\", 2, 1)\n\n\t.add(\"Death rune\", 250, 5)\n\t.add(\"Nature rune\", 80, 2)\n\t.add(\"Mud rune\", 100, 1)\n\t.add(\"Blood rune\", 180, 1)\n\n\t.add(\"Yew seed\", 1, 4)\n\t.add(\"Toadflax seed\", 4, 3)\n\t.add(\"Ranarr seed\", 3, 1)\n\t.add(\"Snapdragon seed\", 3, 1)\n\t.add(\"Magic seed\", 2, 1)\n\t.add(TreeHerbSeedTable, 1, 1)\n\n\t.add(\"Coal\", 120, 4)\n\t.add(\"Adamantite ore\", 85, 4)\n\t.add(\"Raw shark\", 21, 4)\n\t.add(\"Yew logs\", 70, 3)\n\t.add(\"Runite ore\", 12, 2)\n\t.add(\"Raw shark\", 100, 1)\n\t.add(\"Raw monkfish\", 120, 1)\n\t.add(\"Pure essence\", 1200, 1)\n\n\t.add(\"Spider cave teleport\", 3, 8)\n\t.add(\"Earth orb\", 45, 6)\n\t.add(\"Araxyte venom sack\", 6, 5)\n\t.add(\"Mort myre fungus\", 24, 4)\n\t.add(\"Antidote++(3)\", 6, 4)\n\t.add(\"Wine of zamorak\", 8, 3)\n\t.add(\"Red spiders' eggs\", 40, 2)\n\t.add(\"Araxyte venom sack\", 12, 2)\n\t.add(\"Bark\", 15, 1)\n\t.add(RareDropTable);\n\nexport const Araxxor = new SimpleMonster({\n\tid: 13668,\n\tname: \"Araxxor\",\n\ttable: AraxxorTable,\n\taliases: [\"araxxor\"],\n});\n", "import { randInt, roll, uniqueArr } from \"e\";\n\nimport type { MonsterKillOptions } from \"../../../meta/types\";\nimport Bank from \"../../../structures/Bank\";\nimport LootTable from \"../../../structures/LootTable\";\nimport Monster from \"../../../structures/Monster\";\nimport itemID from \"../../../util/itemID\";\nimport { VirtusTable } from \"../../subtables/VirtusTable\";\n\nconst TradeableUniqueTable = new LootTable({ limit: 8 })\n\t.add(VirtusTable, 1, 1)\n\t.add(\"Chromium ingot\", 1, 3)\n\t.add(\"Eye of the duke\", 1, 1)\n\t.add(\"Magus vestige\", 1, 1);\n\nconst ClueTable = new LootTable()\n\t.add(\"Clue scroll (easy)\")\n\t.add(\"Clue scroll (medium)\")\n\t.add(\"Clue scroll (hard)\")\n\t.add(\"Clue scroll (elite)\");\n\nconst SupplyTable = new LootTable()\n\t.every(\"Pineapple pizza\", [3, 4])\n\t.every(\"Prayer potion(3)\")\n\t.every(\"Super combat potion(2)\");\n\nconst ResourceTable = new LootTable()\n\t.add(\"Bronze chainbody\", [11, 17], 1)\n\t.add(\"Mithril chainbody\", [5, 7], 1)\n\t.add(\"Adamant chainbody\", [6, 10], 1)\n\t.add(\"Dragon platelegs\", [5, 7], 1)\n\n\t.add(\"Pure essence\", [200, 300], 1)\n\t.add(\"Iron ore\", [63, 95], 1)\n\t.add(\"Coal\", [216, 325], 8)\n\t.add(\"Mithril ore\", [33, 50], 1)\n\t.add(\"Adamantite ore\", [75, 112], 8)\n\t.add(\"Runite ore\", [30, 45], 2)\n\n\t.add(\"Sapphire\", [28, 42], 1)\n\t.add(\"Emerald\", [28, 42], 1)\n\t.add(\"Ruby\", [28, 42], 1)\n\t.add(\"Uncut ruby\", [41, 62], 5)\n\t.add(\"Uncut diamond\", [41, 62], 5)\n\n\t.add(\"Bronze bar\", [41, 62], 1)\n\t.add(\"Dragon arrowtips\", [166, 255], 1)\n\t.add(\"Rune javelin heads\", [60, 90], 8)\n\t.add(\"Dragon javelin heads\", [60, 90], 8)\n\t.add(\"Raw sea turtle\", [200, 300], 1)\n\n\t.add(\"Air rune\", [200, 300], 1)\n\t.add(\"Mist rune\", [100, 150], 8)\n\t.add(\"Chaos rune\", [100, 150], 9)\n\t.add(\"Soul rune\", [666, 1000], 2);\n\nclass DukeSucellusSingleton extends Monster {\n\tpublic allItems: number[] = uniqueArr([\n\t\t...ClueTable.allItems,\n\t\t...SupplyTable.allItems,\n\t\t...ResourceTable.allItems,\n\t\t...TradeableUniqueTable.allItems,\n\t\titemID(\"Awakener's orb\"),\n\t\titemID(\"Ice quartz\"),\n\t\titemID(\"Baron\"),\n\t]);\n\n\tpublic kill(quantity = 1, options: MonsterKillOptions = {}): Bank {\n\t\tconst loot = new Bank();\n\n\t\tfor (let i = 0; i < quantity; i++) {\n\t\t\tconst tradeableUniqueCap = options.isAwakened ? 3 : 1;\n\t\t\tif (randInt(1, 90) <= tradeableUniqueCap) {\n\t\t\t\tloot.add(TradeableUniqueTable.roll());\n\t\t\t} else if (roll(48)) {\n\t\t\t\tloot.add(\"Awakener's orb\");\n\t\t\t} else if (roll(200)) {\n\t\t\t\tloot.add(\"Ice quartz\");\n\t\t\t} else if (roll(5)) {\n\t\t\t\tloot.add(SupplyTable.roll());\n\t\t\t} else {\n\t\t\t\tloot.add(ResourceTable.roll());\n\t\t\t}\n\n\t\t\tif (roll(40)) {\n\t\t\t\tloot.add(ClueTable.roll());\n\t\t\t}\n\t\t\tif (roll(2500)) {\n\t\t\t\tloot.add(\"Baron\");\n\t\t\t}\n\t\t}\n\t\treturn loot;\n\t}\n}\n\nexport const DukeSucellus = new DukeSucellusSingleton({\n\tid: 12_191,\n\tname: \"Duke Sucellus\",\n\taliases: [\"duke sucellus\"],\n});\n", "import LootTable from \"../../structures/LootTable\";\n\nexport const VirtusTable = new LootTable().add(\"Virtus mask\").add(\"Virtus robe top\").add(\"Virtus robe bottom\");\n", "import type { MonsterKillOptions } from \"../../../meta/types\";\nimport type Bank from \"../../../structures/Bank\";\nimport Monster from \"../../../structures/Monster\";\nimport { DukeSucellus } from \"./DukeSucellus\";\n\nclass AwakenedDukeSucellusSingleton extends Monster {\n\tpublic kill(quantity = 1, options: MonsterKillOptions = {}): Bank {\n\t\treturn DukeSucellus.kill(quantity, { ...options, isAwakened: true });\n\t}\n}\n\nexport const AwakenedDukeSucellus = new AwakenedDukeSucellusSingleton({\n\tid: 12_192,\n\tname: \"Duke Sucellus (Awakened)\",\n\taliases: [\"duke sucellus (awakened)\"],\n});\n", "import { randInt, roll, uniqueArr } from \"e\";\n\nimport type { MonsterKillOptions } from \"../../../meta/types\";\nimport Bank from \"../../../structures/Bank\";\nimport LootTable from \"../../../structures/LootTable\";\nimport Monster from \"../../../structures/Monster\";\nimport itemID from \"../../../util/itemID\";\nimport { VirtusTable } from \"../../subtables/VirtusTable\";\n\nconst TradeableUniqueTable = new LootTable({ limit: 8 })\n\t.add(VirtusTable, 1, 1)\n\t.add(\"Chromium ingot\", 1, 3)\n\t.add(\"Venator vestige\", 1, 1)\n\t.add(\"Leviathan's lure\", 1, 1);\n\nconst ClueTable = new LootTable()\n\t.add(\"Clue scroll (easy)\")\n\t.add(\"Clue scroll (medium)\")\n\t.add(\"Clue scroll (hard)\")\n\t.add(\"Clue scroll (elite)\");\n\nconst SupplyTable = new LootTable()\n\t.every(\"Prayer potion(3)\", 1)\n\t.every(\"Ranging potion(2)\", 1)\n\t.every(\"Sea turtle\", [3, 4]);\n\nconst ResourceTable = new LootTable()\n\t.add(\"Coal\", [195, 292], 8)\n\t.add(\"Gold ore\", [67, 101], 8)\n\t.add(\"Dragon javelin heads\", [54, 81], 8)\n\t.add(\"Anglerfish\", [4, 6], 8)\n\t.add(\"Uncut ruby\", [37, 56], 5)\n\t.add(\"Uncut diamond\", [37, 56], 5)\n\t.add(\"Runite ore\", [27, 40], 2)\n\t.add(\"Dragon bolts (unf)\", [150, 225], 2)\n\t.add(\"Pure essence\", [180, 270], 1)\n\t.add(\"Iron ore\", [57, 85], 1)\n\t.add(\"Silver ore\", [57, 85], 1)\n\t.add(\"Adamantite ore\", [57, 85], 1)\n\t.add(\"Sapphire\", [25, 38], 1)\n\t.add(\"Emerald\", [25, 38], 1)\n\t.add(\"Ruby\", [25, 38], 1)\n\t.add(\"Onyx bolt tips\", [90, 135], 1)\n\t.add(\"Raw manta ray\", [180, 270], 1)\n\n\t.add(\"Rune arrow\", [54, 81], 8)\n\t.add(\"Smoke rune\", [300, 450], 8)\n\t.add(\"Soul rune\", [600, 900], 2)\n\t.add(\"Bronze arrow\", [63, 94], 1)\n\t.add(\"Mithril arrow\", [63, 94], 1)\n\t.add(\"Adamant arrow\", [63, 94], 1)\n\t.add(\"Body rune\", [180, 270], 1)\n\t.add(\"Earth rune\", [180, 270], 1);\n\nclass TheLeviathanSingleton extends Monster {\n\tpublic allItems: number[] = uniqueArr([\n\t\t...ClueTable.allItems,\n\t\t...SupplyTable.allItems,\n\t\t...ResourceTable.allItems,\n\t\t...TradeableUniqueTable.allItems,\n\t\titemID(\"Awakener's orb\"),\n\t\titemID(\"Smoke quartz\"),\n\t\titemID(\"Lil'viathan\"),\n\t]);\n\n\tpublic kill(quantity = 1, options: MonsterKillOptions = {}): Bank {\n\t\tconst loot = new Bank();\n\n\t\tfor (let i = 0; i < quantity; i++) {\n\t\t\tconst tradeableUniqueCap = options.isAwakened ? 3 : 1;\n\t\t\tif (randInt(1, 96) <= tradeableUniqueCap) {\n\t\t\t\tloot.add(TradeableUniqueTable.roll());\n\t\t\t} else if (roll(53)) {\n\t\t\t\tloot.add(\"Awakener's orb\");\n\t\t\t} else if (roll(200)) {\n\t\t\t\tloot.add(\"Smoke quartz\");\n\t\t\t} else if (roll(5)) {\n\t\t\t\tloot.add(SupplyTable.roll());\n\t\t\t} else {\n\t\t\t\tloot.add(ResourceTable.roll());\n\t\t\t}\n\n\t\t\tif (roll(40)) {\n\t\t\t\tloot.add(ClueTable.roll());\n\t\t\t}\n\t\t\tif (roll(2500)) {\n\t\t\t\tloot.add(\"Lil'viathan\");\n\t\t\t}\n\t\t}\n\t\treturn loot;\n\t}\n}\n\nexport const TheLeviathan = new TheLeviathanSingleton({\n\tid: 12_214,\n\tname: \"The Leviathan\",\n\taliases: [\"the leviathan\"],\n});\n", "import type { MonsterKillOptions } from \"../../../meta/types\";\nimport type Bank from \"../../../structures/Bank\";\nimport Monster from \"../../../structures/Monster\";\nimport { TheLeviathan } from \"./TheLeviathan\";\n\nclass AwakenedTheLeviathanSingleton extends Monster {\n\tpublic kill(quantity = 1, options: MonsterKillOptions = {}): Bank {\n\t\treturn TheLeviathan.kill(quantity, { ...options, isAwakened: true });\n\t}\n}\n\nexport const AwakenedTheLeviathan = new AwakenedTheLeviathanSingleton({\n\tid: 12_215,\n\tname: \"The Leviathan (Awakened)\",\n\taliases: [\"the leviathan (awakened)\"],\n});\n", "import { randInt, roll, uniqueArr } from \"e\";\n\nimport type { MonsterKillOptions } from \"../../../meta/types\";\nimport Bank from \"../../../structures/Bank\";\nimport LootTable from \"../../../structures/LootTable\";\nimport Monster from \"../../../structures/Monster\";\nimport { itemID } from \"../../../util\";\nimport { VirtusTable } from \"../../subtables/VirtusTable\";\n\nconst TradeableUniqueTable = new LootTable({ limit: 8 })\n\t.add(VirtusTable, 1, 1)\n\t.add(\"Chromium ingot\", 1, 3)\n\t.add(\"Siren's staff\", 1, 1)\n\t.add(\"Bellator vestige\", 1, 1);\n\nconst ClueTable = new LootTable()\n\t.add(\"Clue scroll (easy)\")\n\t.add(\"Clue scroll (medium)\")\n\t.add(\"Clue scroll (hard)\")\n\t.add(\"Clue scroll (elite)\");\n\nconst SupplyTable = new LootTable()\n\t.every(\"Manta ray\", [3, 4])\n\t.every(\"Prayer potion(3)\", [1, 1])\n\t.every(\"Ancient brew(2)\", 1);\n\nconst ResourceTable = new LootTable()\n\t.add(\"Battlestaff\", [70, 105], 2)\n\t.add(\"Bronze longsword\", [16, 24], 1)\n\t.add(\"Mithril longsword\", [7, 10], 1)\n\t.add(\"Adamant longsword\", [9, 14], 1)\n\t.add(\"Dragon plateskirt\", [7, 10], 1)\n\n\t.add(\"Coal\", [303, 455], 8)\n\t.add(\"Adamantite ore\", [105, 157], 8)\n\t.add(\"Dragon javelin heads\", [84, 126], 8)\n\t.add(\"Runite bolts (unf)\", [84, 126], 8)\n\t.add(\"Uncut ruby\", [58, 87], 5)\n\t.add(\"Uncut diamond\", [58, 87], 5)\n\t.add(\"Runite ore\", [42, 63], 2)\n\t.add(\"Pure essence\", [280, 420], 1)\n\t.add(\"Iron ore\", [88, 133], 1)\n\t.add(\"Gold ore\", [88, 133], 1)\n\t.add(\"Mithril ore\", [88, 133], 1)\n\t.add(\"Sapphire\", [39, 59], 1)\n\t.add(\"Emerald\", [39, 59], 1)\n\t.add(\"Ruby\", [39, 59], 1)\n\t.add(\"Raw monkfish\", [700, 1050], 1)\n\n\t.add(\"Steam rune\", [466, 700], 8)\n\t.add(\"Death rune\", [466, 700], 8)\n\t.add(\"Soul rune\", [933, 1400], 2)\n\t.add(\"Water rune\", [280, 420], 1)\n\t.add(\"Chaos rune\", [140, 210], 1);\n\nclass TheWhispererSingleton extends Monster {\n\tpublic allItems: number[] = uniqueArr([\n\t\t...ClueTable.allItems,\n\t\t...SupplyTable.allItems,\n\t\t...ResourceTable.allItems,\n\t\t...TradeableUniqueTable.allItems,\n\t\titemID(\"Awakener's orb\"),\n\t\titemID(\"Shadow quartz\"),\n\t\titemID(\"Wisp\"),\n\t]);\n\n\tpublic kill(quantity = 1, options: MonsterKillOptions = {}): Bank {\n\t\tconst loot = new Bank();\n\n\t\tfor (let i = 0; i < quantity; i++) {\n\t\t\tconst tradeableUniqueCap = options.isAwakened ? 3 : 1;\n\t\t\tif (randInt(1, 64) <= tradeableUniqueCap) {\n\t\t\t\tloot.add(TradeableUniqueTable.roll());\n\t\t\t} else if (roll(34)) {\n\t\t\t\tloot.add(\"Awakener's orb\");\n\t\t\t} else if (roll(200)) {\n\t\t\t\tloot.add(\"Shadow quartz\");\n\t\t\t} else if (roll(5)) {\n\t\t\t\tloot.add(SupplyTable.roll());\n\t\t\t} else {\n\t\t\t\tloot.add(ResourceTable.roll());\n\t\t\t}\n\n\t\t\tif (roll(40)) {\n\t\t\t\tloot.add(ClueTable.roll());\n\t\t\t}\n\t\t\tif (roll(2000)) {\n\t\t\t\tloot.add(\"Wisp\");\n\t\t\t}\n\t\t}\n\t\treturn loot;\n\t}\n}\n\nexport const TheWhisperer = new TheWhispererSingleton({\n\tid: 12_204,\n\tname: \"The Whisperer\",\n\taliases: [\"the whisperer\", \"whisperer\"],\n});\n", "import type { MonsterKillOptions } from \"../../../meta/types\";\nimport type Bank from \"../../../structures/Bank\";\nimport Monster from \"../../../structures/Monster\";\nimport { TheWhisperer } from \"./TheWhisperer\";\n\nclass AwakenedTheWhispererSingleton extends Monster {\n\tpublic kill(quantity = 1, options: MonsterKillOptions = {}): Bank {\n\t\treturn TheWhisperer.kill(quantity, { ...options, isAwakened: true });\n\t}\n}\n\nexport const AwakenedTheWhisperer = new AwakenedTheWhispererSingleton({\n\tid: 12_205,\n\tname: \"The Whisperer (Awakened)\",\n\taliases: [\"awakened whisperer\", \"the whisperer (awakened)\"],\n});\n", "import { randInt, roll, uniqueArr } from \"e\";\n\nimport type { MonsterKillOptions } from \"../../../meta/types\";\nimport Bank from \"../../../structures/Bank\";\nimport LootTable from \"../../../structures/LootTable\";\nimport Monster from \"../../../structures/Monster\";\nimport itemID from \"../../../util/itemID\";\nimport { VirtusTable } from \"../../subtables/VirtusTable\";\n\nconst TradeableUniqueTable = new LootTable({ limit: 8 })\n\t.add(VirtusTable, 1, 1)\n\t.add(\"Chromium ingot\", 1, 3)\n\t.add(\"Executioner's axe head\", 1, 1)\n\t.add(\"Ultor vestige\", 1, 1);\n\nconst ClueTable = new LootTable()\n\t.add(\"Clue scroll (easy)\")\n\t.add(\"Clue scroll (medium)\")\n\t.add(\"Clue scroll (hard)\")\n\t.add(\"Clue scroll (elite)\");\n\nconst SupplyTable = new LootTable()\n\t.every(\"Tuna potato\", [3, 4])\n\t.every(\"Prayer potion(3)\")\n\t.every(\"Super combat potion(2)\");\n\nconst ResourceTable = new LootTable()\n\t.add(\"Coal\", [130, 195], 8)\n\t.add(\"Adamantite ore\", [45, 67], 8)\n\t.add(\"Rune javelin heads\", [36, 54], 8)\n\t.add(\"Dragon javelin heads\", [36, 54], 8)\n\t.add(\"Uncut ruby\", [25, 37], 5)\n\t.add(\"Uncut diamond\", [25, 37], 5)\n\t.add(\"Runite ore\", [18, 27], 2)\n\t.add(\"Dragon dart tip\", [100, 150], 2)\n\t.add(\"Pure essence\", [120, 180], 1)\n\t.add(\"Iron ore\", [38, 57], 1)\n\t.add(\"Silver ore\", [38, 57], 1)\n\t.add(\"Mithril ore\", [38, 57], 1)\n\t.add(\"Sapphire\", [17, 25], 1)\n\t.add(\"Emerald\", [17, 25], 1)\n\t.add(\"Ruby\", [17, 25], 1)\n\t.add(\"Raw shark\", [200, 300], 1)\n\n\t.add(\"Onyx bolts (e)\", [60, 90], 1)\n\t.add(\"Bronze javelin\", [42, 63], 1)\n\t.add(\"Mithril javelin\", [42, 63], 1)\n\t.add(\"Adamant javelin\", [42, 63], 1)\n\t.add(\"Mind rune\", [120, 180], 1)\n\t.add(\"Fire rune\", [120, 180], 1)\n\t.add(\"Lava rune\", [200, 300], 8)\n\t.add(\"Blood rune\", [200, 300], 8)\n\t.add(\"Soul rune\", [400, 600], 2);\n\nclass VardorvisSingleton extends Monster {\n\tpublic allItems: number[] = uniqueArr([\n\t\t...ClueTable.allItems,\n\t\t...SupplyTable.allItems,\n\t\t...ResourceTable.allItems,\n\t\t...TradeableUniqueTable.allItems,\n\t\titemID(\"Awakener's orb\"),\n\t\titemID(\"Blood quartz\"),\n\t\titemID(\"Butch\"),\n\t]);\n\n\tpublic kill(quantity = 1, options: MonsterKillOptions = {}): Bank {\n\t\tconst loot = new Bank();\n\n\t\tfor (let i = 0; i < quantity; i++) {\n\t\t\tconst tradeableUniqueCap = options.isAwakened ? 3 : 1;\n\t\t\tif (randInt(1, 136) <= tradeableUniqueCap) {\n\t\t\t\tloot.add(TradeableUniqueTable.roll());\n\t\t\t} else if (roll(48)) {\n\t\t\t\tloot.add(\"Awakener's orb\");\n\t\t\t} else if (roll(200)) {\n\t\t\t\tloot.add(\"Blood quartz\");\n\t\t\t} else if (roll(5)) {\n\t\t\t\tloot.add(SupplyTable.roll());\n\t\t\t} else {\n\t\t\t\tloot.add(ResourceTable.roll());\n\t\t\t}\n\n\t\t\tif (roll(40)) {\n\t\t\t\tloot.add(ClueTable.roll());\n\t\t\t}\n\t\t\tif (roll(3000)) {\n\t\t\t\tloot.add(\"Butch\");\n\t\t\t}\n\t\t}\n\t\treturn loot;\n\t}\n}\n\nexport const Vardorvis = new VardorvisSingleton({\n\tid: 12_223,\n\tname: \"Vardorvis\",\n\taliases: [\"vardorvis\"],\n});\n", "import type { MonsterKillOptions } from \"../../../meta/types\";\nimport type Bank from \"../../../structures/Bank\";\nimport Monster from \"../../../structures/Monster\";\nimport { Vardorvis } from \"./Vardorvis\";\n\nclass AwakenedVardorvisSingleton extends Monster {\n\tpublic kill(quantity = 1, options: MonsterKillOptions = {}): Bank {\n\t\treturn Vardorvis.kill(quantity, { ...options, isAwakened: true });\n\t}\n}\n\nexport const AwakenedVardorvis = new AwakenedVardorvisSingleton({\n\tid: 12_224,\n\tname: \"Vardorvis (Awakened)\",\n\taliases: [\"vardorvis (awakened)\"],\n});\n", "import LootTable from \"../../structures/LootTable\";\n\nexport const HerbDropTable = new LootTable()\n\t.add(\"Grimy guam leaf\", 1, 32)\n\t.add(\"Grimy marrentill\", 1, 24)\n\t.add(\"Grimy tarromin\", 1, 18)\n\t.add(\"Grimy harralander\", 1, 14)\n\t.add(\"Grimy ranarr weed\", 1, 11)\n\t.add(\"Grimy irit leaf\", 1, 8)\n\t.add(\"Grimy avantoe\", 1, 6)\n\t.add(\"Grimy kwuarm\", 1, 5)\n\t.add(\"Grimy cadantine\", 1, 4)\n\t.add(\"Grimy lantadyme\", 1, 3)\n\t.add(\"Grimy dwarf weed\", 1, 3);\n\nexport default HerbDropTable;\n", "import LootTable from \"../../structures/LootTable\";\n\nconst UncommonSeedDropTable = new LootTable()\n\t.add(\"Limpwurt seed\", 1, 137)\n\t.add(\"Strawberry seed\", 1, 131)\n\t.add(\"Marrentill seed\", 1, 125)\n\t.add(\"Jangerberry seed\", 1, 92)\n\t.add(\"Tarromin seed\", 1, 85)\n\t.add(\"Wildblood seed\", 1, 83)\n\t.add(\"Watermelon seed\", 1, 63)\n\t.add(\"Harralander seed\", 1, 56)\n\t.add(\"Snape grass seed\", 1, 40)\n\t.add(\"Ranarr seed\", 1, 39)\n\t.add(\"Whiteberry seed\", 1, 34)\n\t.add(\"Mushroom spore\", 1, 29)\n\t.add(\"Toadflax seed\", 1, 27)\n\t.add(\"Belladonna seed\", 1, 18)\n\t.add(\"Irit seed\", 1, 18)\n\t.add(\"Poison ivy seed\", 1, 13)\n\t.add(\"Avantoe seed\", 1, 12)\n\t.add(\"Cactus seed\", 1, 12)\n\t.add(\"Kwuarm seed\", 1, 9)\n\t.add(\"Potato cactus seed\", 1, 8)\n\t.add(\"Snapdragon seed\", 1, 5)\n\t.add(\"Cadantine seed\", 1, 4)\n\t.add(\"Lantadyme seed\", 1, 3)\n\t.add(\"Dwarf weed seed\", 1, 2)\n\t.add(\"Torstol seed\", 1, 1);\n\nexport default UncommonSeedDropTable;\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { itemTupleToTable } from \"../../../util\";\nimport HerbDropTable from \"../../subtables/HerbDropTable\";\nimport UncommonSeedDropTable from \"../../subtables/UncommonSeedDropTable\";\n\nconst ChaosTable = new LootTable().add(\"Chaos rune\", 100, 1).add(\"Chaos rune\", 200, 1);\n\nconst BryophytaTable = new LootTable()\n\t.every(\"Big bones\")\n\t.every(\"Clue scroll (beginner)\")\n\n\t/* Weapons and armour */\n\t.add(\"Rune longsword\", 1, 6)\n\t.add(\"Rune med helm\", 2, 6)\n\t.add(\"Rune chainbody\", 1, 6)\n\t.add(\"Rune plateskirt\", 1, 6)\n\t.add(\"Rune platelegs\", 1, 6)\n\t.add(\"Rune sq shield\", 1, 6)\n\t.add(\"Rune sword\", 2, 5)\n\t.add(\"Adamant platebody\", 5, 3)\n\t.add(\"Battlestaff\", 3, 3)\n\t.add(\"Adamant kiteshield\", 3, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Nature rune\", 100, 8)\n\t.add(\"Cosmic rune\", 100, 6)\n\t.add(\"Law rune\", 100, 6)\n\t.add(ChaosTable, 1, 6)\n\t.add(\"Death rune\", 100, 5)\n\t.add(\"Blood rune\", 100, 1)\n\t.add(\"Adamant arrow\", 100, 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 5)\n\n\t/* Seeds */\n\t.add(UncommonSeedDropTable, 1, 6)\n\n\t/* Materials */\n\t.add(\"Runite bar\", 2, 6)\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Uncut ruby\", 5],\n\t\t\t[\"Uncut diamond\", 5],\n\t\t]),\n\t\t1,\n\t\t4,\n\t)\n\t.add(\"Steel bar\", 25, 3)\n\n\t/* Other */\n\t.add(\"Coins\", 10_000, 5)\n\t.add(\"Coins\", 8000, 2)\n\t.add(\"Bryophyta's essence\", 1, 1)\n\n\t/* Tertiary */\n\t.tertiary(16, \"Mossy key\", 1, { freeze: true })\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(5000, \"Giant champion scroll\")\n\t.tertiary(5013, \"Curved bone\");\n\nexport default new SimpleMonster({\n\tid: 8195,\n\tname: \"Bryophyta\",\n\ttable: BryophytaTable,\n\taliases: [\"bryophyta\"],\n});\n", "import LootTable from \"../../structures/LootTable\";\n\nconst GWMegaRareTable = new LootTable()\n\t.add(\"Coins\", [19_500, 20_000], 113)\n\t.add(\"Rune spear\", 1, 8)\n\t.add(\"Shield left half\", 1, 4)\n\t.add(\"Dragon spear\", 1, 3);\n\nexport const ShardTable = new LootTable().add(\"Godsword shard 1\").add(\"Godsword shard 2\").add(\"Godsword shard 3\");\n\nexport const GWGemTable = new LootTable()\n\t.add(\"Coins\", [19_500, 20_000], 63)\n\t.add(\"Uncut sapphire\", 1, 32)\n\t.add(\"Uncut emerald\", 1, 16)\n\t.add(\"Uncut ruby\", 1, 8)\n\t.add(\"Chaos talisman\", 1, 3)\n\t.add(\"Uncut diamond\", 1, 2)\n\t.add(\"Rune javelin\", 5, 1)\n\t.add(\"Loop half of key\")\n\t.add(\"Tooth half of key\")\n\t.add(GWMegaRareTable);\n\nconst GWRareDropTable = new LootTable()\n\t/* Runes and ammunition */\n\t.add(\"Nature rune\", [62, 67], 3)\n\t.add(\"Adamant javelin\", [15, 20], 2)\n\t.add(\"Death rune\", [40, 45], 2)\n\t.add(\"Law rune\", [40, 45], 2)\n\t.add(\"Rune arrow\", [38, 43], 2)\n\t.add(\"Steel arrow\", [145, 150], 2)\n\n\t/* Weapons and armour */\n\t.add(\"Rune 2h sword\", 1, 3)\n\t.add(\"Rune battleaxe\", 1, 3)\n\t.add(\"Rune sq shield\", 1, 2)\n\t.add(\"Dragon med helm\", 1, 1)\n\t.add(\"Rune kiteshield\", 1, 1)\n\t.add(\"Rune sword\", 1, 5)\n\n\t/* Other */\n\t.add(\"Coins\", [19_500, 20_000], 20)\n\t.add(\"Loop half of key\", 1, 21)\n\t.add(\"Tooth half of key\", 1, 20)\n\t.add(\"Dragonstone\", 1, 2)\n\t.add(\"Silver ore\", 100, 2)\n\n\t/* Subtables */\n\t.add(GWGemTable, 1, 20)\n\t.add(GWMegaRareTable, 1, 15);\n\nexport default GWRareDropTable;\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { itemTupleToTable } from \"../../../util\";\nimport GWRareDropTable, { GWGemTable, ShardTable } from \"../../subtables/GWRareDropTable\";\n\nconst MinionUniqueTable = new LootTable().add(\"Coins\", [1400, 1500], 124).add(\"Saradomin sword\", 1, 3);\n\nconst MinionShardTable = new LootTable().add(\"Coins\", [1300, 1400], 9).add(ShardTable, 1, 3);\n\nconst MinionTable = new LootTable()\n\t.every(\"Bones\")\n\t.add(MinionUniqueTable, 1, 1)\n\t.add(MinionShardTable, 1, 1)\n\t.add(\"Steel arrow\", [95, 100], 8)\n\t.add(\"Steel dart\", [95, 100], 8)\n\t.add(\"Law rune\", [5, 10], 8)\n\t.add(\"Monkfish\", 3, 8)\n\t.add(\"Summer pie\", 1, 8)\n\t.add(\"Coins\", [1300, 1400], 62)\n\t.add(\"Grimy ranarr weed\", 1, 8)\n\t.add(\"Unicorn horn\", 6, 8)\n\t.add(\"Snape grass\", 5, 7)\n\t.tertiary(128, \"Clue scroll (hard)\");\n\nconst UniqueTable = new LootTable()\n\t.add(\"Saradomin sword\", 1, 4)\n\t.add(\"Saradomin's light\", 1, 2)\n\t.add(\"Armadyl crossbow\")\n\t.add(\"Saradomin hilt\")\n\t.add(ShardTable, 1, 2)\n\t.add(\"Coins\", [19_500, 20_000], 2);\n\nconst CommanderZilyanaTable = new LootTable()\n\t.every(\"Bones\")\n\t.every(MinionTable, 3)\n\t.add(UniqueTable, 1, 3)\n\t.tertiary(250, \"Clue scroll (elite)\")\n\t.tertiary(5000, \"Pet zilyana\")\n\n\t/* Weapons and armour */\n\t.add(\"Adamant platebody\", 1, 8)\n\t.add(\"Rune dart\", [35, 40], 8)\n\t.add(\"Rune kiteshield\", 1, 8)\n\t.add(\"Rune plateskirt\", 1, 8)\n\n\t/* Potions */\n\t.add(\"Prayer potion(4)\", 3, 8)\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Super defence(3)\", 3],\n\t\t\t[\"Magic potion(3)\", 3],\n\t\t]),\n\t\t1,\n\t\t8,\n\t)\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Saradomin brew(3)\", 3],\n\t\t\t[\"Super restore(4)\", 3],\n\t\t]),\n\t\t1,\n\t\t6,\n\t)\n\n\t/* Other */\n\t.add(\"Coins\", [19_500, 20_000], 27)\n\t.add(\"Diamond\", 6, 8)\n\t.add(\"Law rune\", [95, 100], 8)\n\t.add(\"Grimy ranarr weed\", 5, 8)\n\t.add(\"Ranarr seed\", 2, 8)\n\t.add(\"Magic seed\", 1, 1)\n\n\t.add(GWRareDropTable, 1, 8)\n\t.add(GWGemTable, 1, 2);\n\nexport default new SimpleMonster({\n\tid: 2205,\n\tname: \"Commander Zilyana\",\n\ttable: CommanderZilyanaTable,\n\taliases: [\"sara\", \"zily\", \"saradomin\", \"zilyana\", \"commander zilyana\"],\n});\n", "import LootTable from \"../../structures/LootTable\";\n\nconst RareSeedTable = new LootTable()\n\t.add(\"Toadflax seed\", 1, 47)\n\t.add(\"Irit seed\", 1, 32)\n\t.add(\"Belladonna seed\", 1, 31)\n\t.add(\"Avantoe seed\", 1, 22)\n\t.add(\"Poison ivy seed\", 1, 22)\n\t.add(\"Cactus seed\", 1, 21)\n\t.add(\"Kwuarm seed\", 1, 15)\n\t.add(\"Potato cactus seed\", 1, 15)\n\t.add(\"Snapdragon seed\", 1, 10)\n\t.add(\"Cadantine seed\", 1, 7)\n\t.add(\"Lantadyme seed\", 1, 5)\n\t.add(\"Snape grass seed\", 3, 4)\n\t.add(\"Dwarf weed seed\", 1, 3)\n\t.add(\"Torstol seed\", 1, 2);\n\nexport default RareSeedTable;\n", "import LootTable from \"../../structures/LootTable\";\n\nconst TalismanTable = new LootTable()\n\t.add(\"Air talisman\", 1, 10)\n\t.add(\"Body talisman\", 1, 10)\n\t.add(\"Earth talisman\", 1, 10)\n\t.add(\"Fire talisman\", 1, 10)\n\t.add(\"Mind talisman\", 1, 10)\n\t.add(\"Water talisman\", 1, 10)\n\t.add(\"Cosmic talisman\", 1, 4)\n\t.add(\"Chaos talisman\", 1, 3)\n\t.add(\"Nature talisman\", 1, 3);\n\nexport default TalismanTable;\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport RareDropTable, { GemTable } from \"../../subtables/RareDropTable\";\nimport RareSeedTable from \"../../subtables/RareSeedTable\";\nimport TalismanTable from \"../../subtables/TalismanTable\";\n\nconst DagannothPrimeTable = new LootTable()\n\t.every(\"Dagannoth bones\")\n\t.every(\"Dagannoth hide\")\n\t.tertiary(20, \"Ensouled dagannoth head\")\n\t.tertiary(42, \"Clue scroll (hard)\")\n\t.tertiary(750, \"Clue scroll (elite)\")\n\t.tertiary(5000, \"Pet dagannoth prime\")\n\n\t/* Weapons and armour */\n\t.add(\"Earth battlestaff\", 1, 10)\n\t.add(\"Water battlestaff\", 1, 5)\n\t.add(\"Air battlestaff\", 1, 4)\n\t.add(\"Battlestaff\", [1, 10], 1)\n\t.add(\"Fremennik blade\")\n\t.add(\"Fremennik shield\")\n\t.add(\"Fremennik helm\")\n\t.add(\"Mud battlestaff\")\n\t.add(\"Dragon axe\")\n\t.add(\"Farseer helm\")\n\t.add(\"Skeletal top\")\n\t.add(\"Skeletal bottoms\")\n\t.add(\"Seers ring\")\n\n\t/* Runes */\n\t.add(\"Air rune\", [100, 200], 6)\n\t.add(\"Earth rune\", [50, 100], 5)\n\t.add(\"Blood rune\", [25, 75], 2)\n\t.add(\"Law rune\", [10, 75], 2)\n\t.add(\"Nature rune\", [25, 50], 2)\n\t.add(\"Mud rune\", [25, 75], 2)\n\t.add(\"Death rune\", [25, 85], 2)\n\n\t/* Talismans */\n\t.add(\"Earth talisman\", [25, 75], 10)\n\t.add(\"Air talisman\", [25, 75], 7)\n\t.add(\"Water talisman\", [1, 76], 7)\n\t.add(TalismanTable)\n\n\t/* Other */\n\t.add(\"Shark\", 5, 10)\n\t.add(\"Oyster pearls\", 1, 5)\n\t.add(\"Pure essence\", 150, 5)\n\t.add(\"Grimy ranarr weed\", 1, 5)\n\t.add(\"Coins\", [500, 1109], 3)\n\t.add(RareDropTable, 1, 8)\n\t.add(GemTable, 1, 10)\n\t.add(RareSeedTable, 1, 7);\n\nexport default new SimpleMonster({\n\tid: 2266,\n\tname: \"Dagannoth Prime\",\n\ttable: DagannothPrimeTable,\n\taliases: [\"prime\", \"dagannoth prime\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport RareDropTable, { GemTable } from \"../../subtables/RareDropTable\";\nimport TalismanTable from \"../../subtables/TalismanTable\";\n\nconst DagannothRexTable = new LootTable()\n\t.every(\"Dagannoth bones\")\n\t.every(\"Dagannoth hide\")\n\t.tertiary(20, \"Ensouled dagannoth head\")\n\t.tertiary(42, \"Clue scroll (hard)\")\n\t.tertiary(750, \"Clue scroll (elite)\")\n\t.tertiary(5000, \"Pet dagannoth rex\")\n\n\t/* Weapons and armour */\n\t.add(\"Steel kiteshield\", 1, 17)\n\t.add(\"Mithril warhammer\", 1, 11)\n\t.add(\"Adamant axe\", 1, 7)\n\t.add(\"Steel platebody\", 1, 4)\n\t.add(\"Mithril pickaxe\", 1, 3)\n\t.add(\"Adamant platebody\", 1, 2)\n\t.add(\"Fremennik blade\", 1, 2)\n\t.add(\"Rune axe\")\n\t.add(\"Fremennik shield\")\n\t.add(\"Fremennik helm\")\n\t.add(\"Mithril 2h sword\")\n\t.add(\"Dragon axe\")\n\t.add(\"Ring of life\")\n\t.add(\"Rock-shell plate\")\n\t.add(\"Rock-shell legs\")\n\t.add(\"Berserker ring\")\n\t.add(\"Warrior ring\")\n\n\t/* Potions */\n\t.add(\"Antifire potion(2)\")\n\t.add(\"Prayer potion(2)\")\n\t.add(\"Restore potion(2)\")\n\t.add(\"Super attack(2)\")\n\t.add(\"Super strength(2)\")\n\t.add(\"Super defence(2)\")\n\t.add(\"Zamorak brew(2)\")\n\n\t/* Ores and bars */\n\t.add(\"Mithril ore\", 25, 10)\n\t.add(\"Adamantite bar\", 1, 3)\n\t.add(\"Coal\", 100, 2)\n\t.add(\"Iron ore\", 150, 1)\n\t.add(\"Steel bar\", [15, 30], 1)\n\n\t/* Other */\n\t.add(\"Coins\", [500, 1109], 10)\n\t.add(\"Grimy ranarr weed\", 1, 7)\n\t.add(\"Bass\", 5, 7)\n\t.add(\"Swordfish\", 5, 4)\n\t.add(\"Shark\", 5, 1)\n\t.add(RareDropTable, 1, 8)\n\t.add(GemTable, 1, 10)\n\t.add(TalismanTable);\n\nexport default new SimpleMonster({\n\tid: 2267,\n\tname: \"Dagannoth Rex\",\n\ttable: DagannothRexTable,\n\taliases: [\"rex\", \"dagannoth rex\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport RareDropTable, { GemTable } from \"../../subtables/RareDropTable\";\nimport RareSeedTable from \"../../subtables/RareSeedTable\";\nimport TalismanTable from \"../../subtables/TalismanTable\";\n\nconst DagannothSupremeTable = new LootTable()\n\t.every(\"Dagannoth bones\")\n\t.every(\"Dagannoth hide\")\n\t.tertiary(20, \"Ensouled dagannoth head\")\n\t.tertiary(42, \"Clue scroll (hard)\")\n\t.tertiary(750, \"Clue scroll (elite)\")\n\t.tertiary(5000, \"Pet dagannoth supreme\")\n\n\t/* Weapons and armour */\n\t.add(\"Mithril knife\", [25, 50], 10)\n\t.add(\"Red d'hide vambraces\", 1, 7)\n\t.add(\"Rune thrownaxe\", [5, 10], 5)\n\t.add(\"Adamant dart\", [10, 25], 5)\n\t.add(\"Iron knife\", [200, 500], 5)\n\t.add(\"Steel knife\", [50, 150], 5)\n\t.add(\"Fremennik blade\")\n\t.add(\"Fremennik shield\")\n\t.add(\"Fremennik helm\")\n\t.add(\"Seercull\")\n\t.add(\"Dragon axe\")\n\t.add(\"Archer helm\")\n\t.add(\"Spined body\")\n\t.add(\"Spined chaps\")\n\t.add(\"Archers ring\")\n\n\t/* ammunition */\n\t.add(\"Steel arrow\", [50, 250], 5)\n\t.add(\"Runite bolts\", [2, 12], 5)\n\t.add(\"Iron arrow\", [200, 700], 4)\n\n\t/* Other */\n\t.add(\"Coins\", [500, 1109], 10)\n\t.add(\"Oyster pearls\", 1, 6)\n\t.add(\"Opal bolt tips\", [10, 30], 5)\n\t.add(\"Shark\", 5, 5)\n\t.add(\"Yew logs\", [50, 150], 5)\n\t.add(\"Grimy ranarr weed\", 1, 5)\n\t.add(\"Maple logs\", [15, 65], 3)\n\t.add(\"Runite limbs\", 1, 2)\n\t.add(\"Feather\", [250, 500], 1)\n\t.add(RareDropTable, 1, 8)\n\t.add(GemTable, 1, 10)\n\t.add(RareSeedTable, 1, 7)\n\t.add(TalismanTable);\n\nexport default new SimpleMonster({\n\tid: 2265,\n\tname: \"Dagannoth Supreme\",\n\ttable: DagannothSupremeTable,\n\taliases: [\"supreme\", \"dagannoth supreme\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport RareDropTable from \"../../subtables/RareDropTable\";\nimport TreeHerbSeedTable from \"../../subtables/TreeHerbSeedTable\";\nimport { GemTable } from \"./../../subtables/RareDropTable\";\n\nconst DerangedArchaeologistTable = new LootTable()\n\t.every(\"Bones\")\n\n\t/* Weapons and armour */\n\t.add(\"Black d'hide body\", 1, 6)\n\t.add(\"Rune sword\", 1, 4)\n\t.add(\"Rune 2h sword\", 1, 3)\n\n\t/* Runes and ammunition */\n\t.add(\"Water rune\", 100, 6)\n\t.add(\"Mud rune\", 40, 6)\n\t.add(\"Rune knife\", 25, 6)\n\t.add(\"Cannonball\", 80, 4)\n\t.add(\"Dragon arrow\", 60, 1)\n\n\t/* Seeds */\n\t.add(TreeHerbSeedTable, 1, 1)\n\n\t/* Materials */\n\t.add(\"Grimy dwarf weed\", 4, 8)\n\t.add(\"White berries\", 10, 7)\n\t.add(\"Black dragonhide\", 8, 6)\n\t.add(\"Gold ore\", 10, 6)\n\t.add(\"Onyx bolt tips\", 6, 6)\n\t.add(\"Runite limbs\", 1, 5)\n\t.add(\"Uncut diamond\", 5, 5)\n\n\t/* Consumables */\n\t.add(\"Prayer potion(3)\", 1, 8)\n\t.add(\"Potato with cheese\", 3, 8)\n\t.add(\"Shark\", 2, 8)\n\t.add(\"Anchovy pizza\", 2, 4)\n\n\t/* Other */\n\t.add(\"Crystal key\", 1, 7)\n\t.add(\"Long bone\", 1, 2)\n\n\t/* Subtables */\n\t.add(RareDropTable, 1, 6)\n\t.add(GemTable, 1, 6)\n\n\t/* Tertiary */\n\t.tertiary(2, \"Numulite\", [5, 32])\n\t.tertiary(15, \"Unidentified large fossil\")\n\t.tertiary(29, \"Unidentified small fossil\")\n\t.tertiary(58, \"Unidentified medium fossil\")\n\t.tertiary(200, \"Clue scroll (elite)\")\n\t.tertiary(292, \"Unidentified rare fossil\");\n\nexport default new SimpleMonster({\n\tid: 7806,\n\tname: \"Deranged Archaeologist\",\n\ttable: DerangedArchaeologistTable,\n\taliases: [\"deranged arch\", \"deranged archaeologist\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport GWRareDropTable, { GWGemTable, ShardTable } from \"../../subtables/GWRareDropTable\";\n\nconst GeneralGraardorArmorTable = new LootTable().add(\"Bandos chestplate\").add(\"Bandos tassets\").add(\"Bandos boots\");\n\nconst MinionUniqueTable = new LootTable().add(\"Coins\", [1400, 1500], 124).add(GeneralGraardorArmorTable, 1, 3);\n\nconst MinionShardTable = new LootTable().add(\"Coins\", [1400, 1500], 9).add(ShardTable, 1, 3);\n\nconst MinionTable = new LootTable()\n\t.every(\"Bones\")\n\t.add(MinionUniqueTable, 1, 1)\n\t.add(MinionShardTable, 1, 1)\n\t.add(\"Steel dart\", [95, 100], 8)\n\t.add(\"Nature rune\", [15, 20], 8)\n\t.add(\"Cosmic rune\", [25, 30], 8)\n\t.add(\"Shark\", 2, 8)\n\t.add(\"Chilli potato\", 3, 8)\n\t.add(\"Steel arrow\", [95, 100], 7)\n\t.add(\"Coins\", [1400, 1500], 66)\n\t.add(\"Limpwurt root\", 5, 8)\n\t.add(\"Combat potion(3)\", 1, 2)\n\t.add(\"Super strength(3)\", 1, 2)\n\t.tertiary(128, \"Clue scroll (hard)\")\n\t.tertiary(5000, \"Goblin champion scroll\");\n\nconst StrongsackMinionTable = new LootTable({ limit: 6 }).every(MinionTable).add(\"Kebab\", 1, 1);\nconst SteelwillMinionTable = new LootTable({ limit: 6 }).every(MinionTable).add(\"Beer\", 1, 1);\nconst GrimspikeMinionTable = new LootTable({ limit: 6 }).every(MinionTable).add(\"Right eye patch\", 1, 1);\n\nconst UniqueTable = new LootTable()\n\t.add(GeneralGraardorArmorTable, 1, 4)\n\t.add(ShardTable, 1, 2)\n\t.add(\"Bandos hilt\")\n\t.add(\"Coins\", [20_100, 20_600], 5);\n\nconst GeneralGraardorTable = new LootTable()\n\t.every(\"Big bones\")\n\t.every(StrongsackMinionTable)\n\t.every(SteelwillMinionTable)\n\t.every(GrimspikeMinionTable)\n\t.add(UniqueTable, 1, 3)\n\t.tertiary(250, \"Clue scroll (elite)\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(5000, \"Pet general graardor\")\n\t.tertiary(5013, \"Curved bone\")\n\n\t/* Weapons and armour */\n\t.add(\"Rune longsword\", 1, 8)\n\t.add(\"Rune 2h sword\", 1, 8)\n\t.add(\"Rune platebody\", 1, 8)\n\t.add(\"Rune pickaxe\", 1, 6)\n\n\t/* Other */\n\t.add(\"Coins\", [19_500, 20_000], 28)\n\t.add(\"Grimy snapdragon\", 3, 8)\n\t.add(\"Snapdragon seed\", 1, 8)\n\t.add(\"Super restore(4)\", 3, 8)\n\t.add(\"Adamantite ore\", [15, 20], 8)\n\t.add(\"Coal\", [115, 120], 8)\n\t.add(\"Magic logs\", [15, 20], 8)\n\t.add(\"Nature rune\", [65, 70], 8)\n\n\t.add(GWRareDropTable, 1, 8)\n\t.add(GWGemTable, 1, 2);\n\nexport default new SimpleMonster({\n\tid: 2215,\n\tname: \"General Graardor\",\n\ttable: GeneralGraardorTable,\n\taliases: [\"graardor\", \"bandos\", \"general graardor\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport RareDropTable, { GemTable } from \"../../subtables/RareDropTable\";\n\nconst GiantMoleTable = new LootTable()\n\t.every(\"Big bones\")\n\t.every(\"Mole claw\", 1)\n\t.every(\"Mole skin\", [1, 3])\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(500, \"Clue scroll (elite)\")\n\t.tertiary(3000, \"Baby mole\")\n\t.tertiary(5013, \"Curved bone\")\n\n\t/* Weapons and armour */\n\t.add(\"Adamant longsword\", 1, 10)\n\t.add(\"Mithril platebody\", 1, 9)\n\t.add(\"Amulet of strength\", 1, 7)\n\t.add(\"Mithril axe\", 1, 2)\n\t.add(\"Mithril battleaxe\")\n\t.add(\"Rune med helm\")\n\n\t/* Runes and ammunition */\n\t.add(\"Air rune\", 105, 20)\n\t.add(\"Blood rune\", 15, 19)\n\t.add(\"Fire rune\", 105, 11)\n\t.add(\"Death rune\", 7, 3)\n\t.add(\"Law rune\", 15, 5)\n\t.add(\"Iron arrow\", 690, 10)\n\n\t/* Other */\n\t.add(\"Yew logs\", 100, 10)\n\t.add(\"Shark\", 4, 4)\n\t.add(\"Mithril bar\", 1, 3)\n\t.add(\"Iron ore\", 100, 2)\n\t.add(\"Oyster pearls\")\n\n\t/* Subtables */\n\t.add(RareDropTable, 1, 4)\n\t.add(GemTable, 1, 5);\n\nexport default new SimpleMonster({\n\tid: 5779,\n\tname: \"Giant Mole\",\n\ttable: GiantMoleTable,\n\taliases: [\"mole\", \"giant mole\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport RareDropTable from \"../../subtables/RareDropTable\";\n\nconst KqConsumablesTable = new LootTable()\n\t.add(\"Monkfish\", 3, 1)\n\t.add(\"Shark\", 2, 1)\n\t.add(\"Dark crab\", 2, 1)\n\t.add(\"Saradomin brew(4)\", 1, 1)\n\t.add(\"Prayer potion(4)\", 2, 1)\n\t.add(\"Super restore(4)\", 1, 1)\n\t.add(\"Super combat potion(2)\", 1, 1)\n\t.add(\"Ranging potion(3)\", 1, 1)\n\t.add(\"Superantipoison(2)\", 1, 1);\n\nconst KalphiteQueenTable = new LootTable({ limit: 256 })\n\n\t/* Consumables */\n\t.every(KqConsumablesTable)\n\n\t/* Weapons and armor */\n\t.add(\"Battlestaff\", 10, 10)\n\t.add(\"Rune chainbody\", 1, 9)\n\t.add(\"Red d'hide body\", 1, 8)\n\t.add(\"Rune knife(p++)\", 25, 8)\n\t.add(\"Lava battlestaff\", 1, 4)\n\t.add(\"Dragon chainbody\", 1, 2)\n\t.add(\"Dragon 2h sword\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Death rune\", 150, 12)\n\t.add(\"Blood rune\", 100, 12)\n\t.add(\"Mithril arrow\", 500, 10)\n\t.add(\"Rune arrow\", 250, 6)\n\n\t/* Herbs */\n\t.add(\"Grimy toadflax\", 25, 4)\n\t.add(\"Grimy ranarr weed\", 25, 4)\n\t.add(\"Grimy snapdragon\", 25, 4)\n\t.add(\"Grimy torstol\", 25, 4)\n\n\t/* Seeds */\n\t.add(\"Torstol seed\", 2, 8)\n\t.add(\"Watermelon seed\", 25, 6)\n\t.add(\"Papaya tree seed\", 2, 6)\n\t.add(\"Palm tree seed\", 2, 6)\n\t.add(\"Magic seed\", 2, 6)\n\n\t/* Resources */\n\t.add(\"Runite bar\", 3, 10)\n\t.add(\"Bucket of sand\", 100, 8)\n\t.add(\"Gold ore\", 250, 8)\n\t.add(\"Magic logs\", 60, 8)\n\t.add(\"Uncut emerald\", 25, 6)\n\t.add(\"Uncut ruby\", 25, 6)\n\t.add(\"Uncut diamond\", 25, 6)\n\n\t/* Other */\n\t.add(\"Wine of zamorak\", 60, 20)\n\t.add(\"Potato cactus\", 100, 16)\n\t.add(\"Coins\", [15_000, 20_000], 10)\n\t.add(\"Grapes\", 100, 10)\n\t.add(\"Weapon poison(++)\", 5, 10)\n\t.add(\"Cactus spine\", 10, 6)\n\n\t/* RDT */\n\t.add(RareDropTable, 1, 2)\n\n\t/* Tertiary */\n\t.tertiary(20, \"Ensouled kalphite head\")\n\t.tertiary(100, \"Clue scroll (elite)\")\n\t.tertiary(128, \"Kq head\")\n\t.tertiary(400, \"Dragon pickaxe\")\n\t.tertiary(2000, \"Jar of sand\")\n\t.tertiary(3000, \"Kalphite princess\");\n\nexport default new SimpleMonster({\n\tid: 963,\n\tname: \"Kalphite Queen\",\n\ttable: KalphiteQueenTable,\n\taliases: [\"kalphite queen\", \"kq\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { itemTupleToTable } from \"../../../util\";\nimport GWRareDropTable, { GWGemTable, ShardTable } from \"../../subtables/GWRareDropTable\";\n\nconst KreearraArmorTable = new LootTable().add(\"Armadyl helmet\").add(\"Armadyl chestplate\").add(\"Armadyl chainskirt\");\n\nconst MinionUniqueTable = new LootTable().add(\"Coins\", [1000, 1100], 124).add(KreearraArmorTable, 1, 3);\n\nconst MinionShardTable = new LootTable().add(\"Coins\", [1000, 1100], 9).add(ShardTable, 1, 3);\n\nconst MinionTable = new LootTable()\n\t.every(\"Bones\")\n\t.every(\"Feather\", [1, 11])\n\t.add(MinionUniqueTable, 1, 1)\n\t.add(MinionShardTable, 1, 1)\n\t.add(\"Steel dart\", [91, 101], 8)\n\t.add(\"Smoke rune\", [10, 15], 8)\n\t.add(\"Manta ray\", 2, 8)\n\t.add(\"Mushroom potato\", 3, 8)\n\t.add(\"Steel arrow\", [91, 101], 7)\n\t.add(\"Coins\", [1000, 1100], 70)\n\t.add(\"Crushed nest\", 2, 8)\n\t.add(\"Grimy kwuarm\", 1, 8)\n\t.tertiary(128, \"Clue scroll (hard)\");\n\nconst UniqueTable = new LootTable()\n\t.add(KreearraArmorTable, 1, 4)\n\t.add(ShardTable, 1, 2)\n\t.add(\"Armadyl hilt\")\n\t.add(\"Coins\", [20_500, 21_000], 5);\n\nconst KreearraTable = new LootTable()\n\t.every(\"Big bones\")\n\t.every(MinionTable, 3)\n\t.every(\"Feather\", [1, 16])\n\t.add(UniqueTable, 1, 3)\n\t.tertiary(250, \"Clue scroll (elite)\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(5000, \"Pet kree'arra\")\n\t.tertiary(5013, \"Curved bone\")\n\n\t/* Weapons and armour */\n\t.add(\"Black d'hide body\", 1, 8)\n\t.add(\"Rune crossbow\", 1, 8)\n\n\t/* Runes and ammunition */\n\t.add(\"Mind rune\", [586, 601], 8)\n\t.add(\"Rune arrow\", [100, 105], 8)\n\t.add(\"Runite bolts\", [20, 25], 8)\n\t.add(\"Dragonstone bolts (e)\", [5, 10], 8)\n\n\t/* Other */\n\t.add(\"Coins\", [19_500, 20_000], 40)\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Ranging potion(3)\", 3],\n\t\t\t[\"Super defence(3)\", 3],\n\t\t]),\n\t\t1,\n\t\t8,\n\t)\n\t.add(\"Grimy dwarf weed\", [8, 13], 8)\n\t.add(\"Dwarf weed seed\", 3, 8)\n\t.add(\"Crystal key\", 1, 1)\n\t.add(\"Yew seed\", 1, 1)\n\n\t.add(GWRareDropTable, 1, 8)\n\t.add(GWGemTable, 1, 2);\n\nexport default new SimpleMonster({\n\tid: 3162,\n\tname: \"Kree'arra\",\n\ttable: KreearraTable,\n\taliases: [\"arma\", \"armadyl\", \"kree\", \"kree'arra\", \"bird person\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { itemTupleToTable } from \"../../../util\";\nimport GWRareDropTable, { GWGemTable, ShardTable } from \"../../subtables/GWRareDropTable\";\n\nconst MinionUniqueTable = new LootTable().add(\"Coins\", [1300, 1400], 124).add(\"Zamorakian spear\", 1, 3);\n\nconst MinionShardTable = new LootTable().add(\"Coins\", [1300, 1400], 9).add(ShardTable, 1, 3);\n\nconst MinionTable = new LootTable()\n\t.every(\"Malicious ashes\")\n\t.add(MinionUniqueTable, 1, 1)\n\t.add(MinionShardTable, 1, 1)\n\t.add(\"Steel dart\", [95, 100], 8)\n\t.add(\"Death rune\", [5, 10], 8)\n\t.add(\"Blood rune\", [5, 10], 8)\n\t.add(\"Steel arrow\", [95, 100], 7)\n\t.add(\"Coins\", [1300, 1400], 66)\n\t.add(\"Shark\", 3, 8)\n\t.add(\"Tuna potato\", 2, 8)\n\t.add(\"Wine of zamorak\", [5, 10], 8)\n\t.add(\"Super attack(3)\", 1, 2)\n\t.add(\"Super strength(3)\", 1, 2)\n\t.tertiary(128, \"Clue scroll (hard)\");\n\nconst ZaklnGritchMinionTable = new LootTable({ limit: 5000 })\n\t.every(MinionTable)\n\t.add(\"Lesser demon champion scroll\", 1, 1);\n\nconst UniqueTable = new LootTable()\n\t.add(\"Steam battlestaff\", 1, 4)\n\t.add(\"Zamorakian spear\", 1, 4)\n\t.add(\"Staff of the dead\")\n\t.add(\"Zamorak hilt\")\n\t.add(ShardTable, 1, 2);\n\nconst KrilTsutsarothTable = new LootTable()\n\t.every(\"Infernal ashes\")\n\t.every(MinionTable, 2)\n\t.every(ZaklnGritchMinionTable)\n\t.add(UniqueTable, 1, 3)\n\t.tertiary(250, \"Clue scroll (elite)\")\n\t.tertiary(5000, \"Pet k'ril tsutsaroth\")\n\n\t/* Weapons and armour */\n\t.add(\"Adamant arrow(p++)\", [295, 300], 8)\n\t.add(\"Rune scimitar\", 1, 8)\n\t.add(\"Adamant platebody\", 1, 8)\n\t.add(\"Rune platelegs\", 1, 7)\n\t.add(\"Dragon dagger(p++)\", 1, 2)\n\n\t/* Potions */\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Super attack(3)\", 3],\n\t\t\t[\"Super strength(3)\", 3],\n\t\t]),\n\t\t1,\n\t\t8,\n\t)\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Super restore(3)\", 3],\n\t\t\t[\"Zamorak brew(3)\", 3],\n\t\t]),\n\t\t1,\n\t\t8,\n\t)\n\n\t/* Other */\n\t.add(\"Coins\", [19_500, 20_000], 33)\n\t.add(\"Grimy lantadyme\", 10, 8)\n\t.add(\"Lantadyme seed\", 3, 8)\n\t.add(\"Death rune\", [120, 125], 8)\n\t.add(\"Blood rune\", [80, 85], 8)\n\n\t.add(GWRareDropTable, 1, 8)\n\t.add(GWGemTable, 1, 2);\n\nexport default new SimpleMonster({\n\tid: 3129,\n\tname: \"K'ril Tsutsaroth\",\n\ttable: KrilTsutsarothTable,\n\taliases: [\"kril\", \"zammy\", \"zamorak\", \"k'ril tsutsaroth\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { itemTupleToTable } from \"../../../util\";\n\nconst OborTable = new LootTable({ limit: 118 })\n\t.every(\"Big bones\")\n\t.every(\"Clue scroll (beginner)\")\n\t.every(\"Ensouled giant head\")\n\t.tertiary(16, \"Giant key\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(5000, \"Giant champion scroll\")\n\t.tertiary(5013, \"Curved bone\")\n\n\t/* Weapons and armour */\n\t.add(\"Rune med helm\", 1, 6)\n\t.add(\"Rune full helm\", 1, 5)\n\t.add(\"Rune longsword\", 1, 5)\n\t.add(\"Rune battleaxe\", 1, 4)\n\t.add(\"Rune kiteshield\", 1, 3)\n\t.add(\"Rune chainbody\", 1, 3)\n\t.add(\"Rune platelegs\", 1, 3)\n\t.add(\"Rune plateskirt\", 1, 3)\n\t.add(\"Rune 2h sword\", 1, 3)\n\t.add(\"Hill giant club\", 1, 1)\n\n\t/* Runes */\n\t.add(\"Law rune\", [50, 99], 12)\n\t.add(\"Cosmic rune\", [60, 119], 12)\n\t.add(\"Chaos rune\", [100, 199], 10)\n\t.add(\"Death rune\", [40, 79], 10)\n\t.add(\"Nature rune\", [40, 79], 7)\n\n\t/* Other */\n\t.add(\"Coins\", [10_000, 20_000], 10)\n\t.add(\"Limpwurt root\", 20, 8)\n\t.add(\"Big bones\", 50, 8)\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Uncut diamond\", 5],\n\t\t\t[\"Uncut ruby\", 5],\n\t\t]),\n\t\t1,\n\t\t5,\n\t);\n\nexport default new SimpleMonster({\n\tid: 7416,\n\tname: \"Obor\",\n\ttable: OborTable,\n\taliases: [\"obor\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport RareDropTable from \"../../subtables/RareDropTable\";\nimport TreeHerbSeedTable from \"../../subtables/TreeHerbSeedTable\";\n\nconst UniquePhantomMuspahTable = new LootTable()\n\t.add(\"Ancient essence\", [540, 599], 60)\n\t.add(\"Ancient essence\", [885, 995], 23)\n\t.add(\"Ancient essence\", [1970, 2060], 10)\n\t.add(\"Frozen cache\", 1, 4)\n\t.add(\"Ancient icon\", 1, 2)\n\t.add(\"Venator shard\", 1, 1);\n\nconst FoodAndPotions = new LootTable()\n\t.every(new LootTable().add(\"Shark\", [4, 6]).add(\"Summer pie\", [4, 6]))\n\t.every(new LootTable().add(\"Ancient brew(3)\", [1, 2]).add(\"Super restore(3)\", [2, 3]))\n\t.every(new LootTable().add(\"Ranging potion(3)\", [1, 2]).add(\"Prayer potion(3)\", [2, 3]));\n\nconst MoreHerbs = new LootTable()\n\t.add(\"Grimy kwuarm\", 6, 5)\n\t.add(\"Grimy cadantine\", 6, 4)\n\t.add(\"Grimy dwarf weed\", 6, 4)\n\t.add(\"Grimy lantadyme\", 6, 3);\n\nconst NormalPhantomMuspahTable = new LootTable()\n\t/* Weapons and armour */\n\t.add(\"Rune kiteshield\", 3, 10)\n\t.add(\"Dragon plateskirt\", 1, 5)\n\t.add(\"Rune platelegs\", 3, 5)\n\t.add(\"Black d'hide body\", 1, 5)\n\t.add(\"Dragon platelegs\", 2, 4)\n\t.add(\"Rune sword\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Law rune\", 146, 10)\n\t.add(\"Soul rune\", 466, 10)\n\t.add(\"Death rune\", 428, 10)\n\t.add(\"Smoke rune\", 314, 10)\n\t.add(\"Chaos rune\", 480, 5)\n\t.add(\"Fire rune\", 1964, 5)\n\t.add(\"Cannonball\", 666, 5)\n\n\t/* Herbs */\n\t.add(\"Grimy toadflax\", 55, 3)\n\t.add(MoreHerbs, 1, 5)\n\n\t/* Seeds */\n\t.add(\"Yew seed\", 2, 5)\n\t.add(\"Torstol seed\", 4, 5)\n\t.add(\"Palm tree seed\", 2, 5)\n\t.add(\"Ranarr seed\", 3, 5)\n\t.add(\"Snapdragon seed\", 5, 4)\n\t.add(\"Ranarr seed\", 8, 3)\n\t.add(\"Spirit seed\", 1, 2)\n\t.add(TreeHerbSeedTable, 3, 5, { multiply: true })\n\n\t/* Resources */\n\t.add(\"Adamantite ore\", 22, 10)\n\t.add(\"Gold ore\", 180, 10)\n\t.add(\"Teak plank\", 22, 10)\n\t.add(\"Molten glass\", 89, 10)\n\t.add(\"Pure essence\", 2314, 5)\n\t.add(\"Coal\", 163, 5)\n\t.add(\"Runite ore\", 18, 3)\n\t.add(\"Silver ore\", 101, 2)\n\n\t/* Other */\n\t.add(\"Manta ray\", 28, 10)\n\t.add(\"Water orb\", 21, 10)\n\t.add(\"Dragon bolts (unf)\", 89, 10)\n\t.add(\"Limpwurt root\", 21, 3)\n\n\t/* Rare drop table */\n\t.add(RareDropTable, 1, 5);\n\nconst TotalPhantomMuspahTable = new LootTable()\n\t// If venator shard drops, delete other drops on that kill\n\t.every(UniquePhantomMuspahTable, 1)\n\t.every(new LootTable().add(NormalPhantomMuspahTable, 1, 7).add(FoodAndPotions, 1, 2), 1)\n\t.every(NormalPhantomMuspahTable)\n\t// Charged ice once if under 3 min, skipped here\n\t.tertiary(40, \"Clue scroll (hard)\")\n\t.tertiary(50, \"Clue scroll (elite)\")\n\t.tertiary(2500, \"Muphin\");\n\nexport default new SimpleMonster({\n\tid: 12_077,\n\tname: \"Phantom Muspah\",\n\ttable: TotalPhantomMuspahTable,\n\taliases: [\"phantom muspah\", \"muspah\", \"money slug\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../subtables/RareDropTable\";\nimport RareSeedTable from \"../../subtables/RareSeedTable\";\n\nconst TatteredPageTable = new LootTable()\n\t.add(\"Tattered moon page\")\n\t.add(\"Tattered sun page\")\n\t.add(\"Tattered temple page\");\n\nconst HerbTable = new LootTable()\n\t.add(\"Grimy kwuarm\", [10, 15], 31)\n\t.add(\"Grimy cadantine\", [10, 15], 27)\n\t.add(\"Grimy dwarf weed\", [10, 15], 25)\n\t.add(\"Grimy avantoe\", [5, 10], 22)\n\t.add(\"Grimy lantadyme\", [10, 15], 17)\n\t.add(\"Grimy ranarr weed\", [5, 10], 16)\n\t.add(\"Grimy snapdragon\", [5, 10], 15)\n\t.add(\"Grimy torstol\", [5, 10], 12);\n\nconst SarachnisTable = new LootTable()\n\t/* Pre-roll */\n\t.oneIn(192, \"Dragon med helm\")\n\t.oneIn(384, \"Sarachnis cudgel\")\n\n\t/* Armour and weaponry */\n\t.add(\"Battlestaff\", [8, 10], 2)\n\t.add(\"Rune platebody\", 1, 2)\n\t.add(\"Rune med helm\", 1, 2)\n\t.add(\"Rune 2h sword\", 1, 2)\n\n\t/* Runes and ammunition */\n\t.add(\"Blood rune\", [80, 100], 5)\n\t.add(\"Chaos rune\", [175, 200], 5)\n\t.add(\"Cosmic rune\", [125, 150], 5)\n\t.add(\"Death rune\", [80, 100], 5)\n\t.add(\"Soul rune\", [80, 100], 5)\n\t.add(\"Mithril arrow\", [450, 600], 2)\n\t.add(\"Mithril bolts\", [175, 225], 2)\n\n\t/* Seeds and Herbs */\n\t.add(HerbTable, 1, 10)\n\t.add(RareSeedTable, 3, 2)\n\t.add(\"Maple seed\", 2, 1)\n\t.add(\"Papaya tree seed\", 2, 1)\n\t.add(\"Yew seed\", 1, 1)\n\n\t/* Materials */\n\t.add(\"Mithril ore\", [60, 90], 6)\n\t.add(\"Red dragonhide\", [15, 25], 5)\n\t.add(\"Uncut sapphire\", [20, 30], 4)\n\t.add(\"Adamantite ore\", [30, 40], 3)\n\t.add(\"Uncut emerald\", [20, 30], 3)\n\t.add(\"Onyx bolt tips\", [8, 10], 2)\n\t.add(\"Uncut ruby\", [20, 30], 2)\n\t.add(\"Runite ore\", [4, 6], 1)\n\t.add(\"Uncut diamond\", [20, 30], 1)\n\n\t/* Other */\n\t.add(\"Coins\", [17_000, 25_000], 6)\n\t.add(\"Dragon bones\", [10, 15], 5)\n\t.add(\"Egg potato\", [5, 8], 5)\n\t.add(\"Weapon poison(++)\", [4, 6], 2)\n\t.add(\"Crystal key\", 1, 1)\n\t.add(\"Spider carcass\", 10, 1)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 1)\n\n\t/* Tertiary */\n\t.tertiary(5, TatteredPageTable)\n\t.tertiary(15, \"Grubby key\")\n\t.tertiary(20, \"Giant egg sac(full)\")\n\t.tertiary(40, \"Clue scroll (hard)\")\n\t.tertiary(60, \"Clue scroll (elite)\")\n\t.tertiary(2000, \"Jar of eyes\")\n\t.tertiary(3000, \"Sraracha\");\n\nexport default new SimpleMonster({\n\tid: 8713,\n\tname: \"Sarachnis\",\n\ttable: SarachnisTable,\n\taliases: [\"sarachnis\", \"sarac\", \"sarach\", \"saracnis\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\n\nconst ScurriusTable = new LootTable({ limit: 100 })\n\t.every(\"Big bones\")\n\t.every(\"Raw rat meat\")\n\t.add(\"Adamant platebody\", 1, 6)\n\t.add(\"Rune med helm\", 1, 6)\n\t.add(\"Rune full helm\", 1, 6)\n\t.add(\"Rune sq shield\", 1, 6)\n\t.add(\"Rune chainbody\", 1, 6)\n\t.add(\"Rune battleaxe\", 1, 6)\n\t.add(\"Adamant arrow\", [20, 50], 6)\n\t.add(\"Rune arrow\", [20, 50], 6)\n\t.add(\"Chaos rune\", [70, 125], 6)\n\t.add(\"Death rune\", [40, 90], 3)\n\t.add(\"Law rune\", [10, 30], 3)\n\t.add(\"Trout\", [1, 3], 6)\n\t.add(\"Tuna\", [1, 3], 6)\n\t.add(\"Lobster\", [1, 3], 6)\n\t.add(\"Prayer potion(4)\", 1, 6)\n\t.add(\"Shark\", 1, 3)\n\t.add(\"Ranging potion(1)\", 1, 3)\n\t.add(\"Super strength(1)\", 1, 3)\n\t.add(\"Cheese\", 1, 1)\n\t.add(\"Coins\", [1000, 9000], 6)\n\t.tertiary(25, \"Clue scroll (medium)\")\n\t.tertiary(33, \"Scurrius' spine\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(3000, \"Scurry\")\n\t.tertiary(5012, \"Curved bone\");\n\nexport default new SimpleMonster({\n\tid: 7222,\n\tname: \"Scurrius\",\n\ttable: ScurriusTable,\n\taliases: [\"scurrius\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\n\nconst AncientShardTable = new LootTable({ limit: 100 })\n\t.add(\"Ancient shard\", 1, 75)\n\t.add(\"Ancient shard\", 2, 15)\n\t.add(\"Ancient shard\", 3, 5)\n\t.add(\"Ancient shard\", 4, 4)\n\t.add(\"Ancient shard\", 5, 1);\n\nconst SkotizoTable = new LootTable()\n\t.every(\"Infernal ashes\")\n\t.every(\"Clue scroll (hard)\")\n\t.every(AncientShardTable)\n\n\t/* Armour */\n\t.add(\"Rune platebody\", 3, 1)\n\t.add(\"Rune platelegs\", 3, 1)\n\t.add(\"Rune plateskirt\", 3, 1)\n\n\t/* Runes */\n\t.add(\"Death rune\", 500, 1)\n\t.add(\"Soul rune\", 450, 1)\n\t.add(\"Blood rune\", 450, 1)\n\n\t/* Herbs */\n\t.add(\"Grimy snapdragon\", 20, 1)\n\t.add(\"Grimy torstol\", 20, 1)\n\n\t/* Materials */\n\t.add(\"Battlestaff\", 25, 1)\n\t.add(\"Onyx bolt tips\", 40, 1)\n\t.add(\"Adamantite ore\", 75, 1)\n\t.add(\"Runite bar\", 20, 1)\n\t.add(\"Raw anglerfish\", 60, 1)\n\t.add(\"Mahogany plank\", 150, 1)\n\t.oneIn(100, \"Uncut dragonstone\", 10)\n\t.oneIn(1000, \"Uncut onyx\")\n\n\t/* Other */\n\t.oneIn(100, \"Shield left half\")\n\n\t/* Tertiary */\n\t.tertiary(5, \"Clue scroll (elite)\")\n\t.tertiary(9, \"Ensouled demon head\")\n\t.tertiary(25, \"Dark claw\")\n\t.tertiary(65, \"Skotos\")\n\t.tertiary(128, \"Dark totem base\")\n\t.tertiary(128, \"Dark totem base\")\n\t.tertiary(128, \"Dark totem base\")\n\t.tertiary(128, \"Dark totem\")\n\t.tertiary(200, \"Jar of darkness\");\n\nexport default new SimpleMonster({\n\tid: 7286,\n\tname: \"Skotizo\",\n\ttable: SkotizoTable,\n\taliases: [\"skotizo\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport RareDropTable from \"../../subtables/RareDropTable\";\nimport TreeHerbSeedTable from \"../../subtables/TreeHerbSeedTable\";\n\nconst VorkathBoltTipTable = new LootTable()\n\t.add(\"Diamond bolt tips\", [25, 30], 10)\n\t.add(\"Emerald bolt tips\", [25, 30], 8)\n\t.add(\"Ruby bolt tips\", [25, 30], 8)\n\t.add(\"Dragonstone bolt tips\", [25, 30], 6)\n\t.add(\"Onyx bolt tips\", [25, 30], 3)\n\t.add(\"Sapphire bolt tips\", [25, 30], 2);\n\nconst VorkathTable = new LootTable()\n\t.every(\"Superior dragon bones\")\n\t.every(\"Blue dragonhide\")\n\n\t/* Weapons and armour */\n\t.add(\"Rune longsword\", [2, 3], 5)\n\t.add(\"Rune kiteshield\", [2, 3], 5)\n\t.add(\"Battlestaff\", [5, 15], 4)\n\t.add(\"Dragon battleaxe\", 1, 2)\n\t.add(\"Dragon longsword\", 1, 2)\n\t.add(\"Dragon platelegs\", 1, 2)\n\t.add(\"Dragon plateskirt\", 1, 2)\n\n\t/* Runes */\n\t.add(\"Chaos rune\", [650, 1000], 6)\n\t.add(\"Death rune\", [300, 500], 6)\n\t.add(\"Wrath rune\", [30, 60], 3)\n\n\t/* Dragonhide */\n\t.add(\"Blue dragonhide\", [25, 30], 8)\n\t.add(\"Green dragonhide\", [25, 30], 7)\n\t.add(\"Red dragonhide\", [20, 25], 7)\n\t.add(\"Black dragonhide\", [15, 25], 7)\n\n\t/* Fletching materials */\n\t.add(\"Dragon bolts (unf)\", [50, 100], 8)\n\t.add(\"Dragon dart tip\", [10, 50], 6)\n\t.add(\"Dragonstone bolt tips\", [11, 25], 5)\n\t.add(\"Onyx bolt tips\", [5, 10], 4)\n\t.add(\"Rune dart tip\", [75, 100], 3)\n\t.add(\"Dragon arrowtips\", [25, 50], 3)\n\t.add(VorkathBoltTipTable, 1, 5)\n\n\t/* Other */\n\t.add(RareDropTable, 1, 5)\n\t.add(TreeHerbSeedTable, 1, 3)\n\t.add(\"Snapdragon seed\")\n\t.add(\"Torstol seed\")\n\t.add(\"Adamantite ore\", [10, 30], 7)\n\t.add(\"Coins\", [20_000, 81_000], 5)\n\t.add(\"Grapes\", [250, 300], 5)\n\t.add(\"Magic logs\", 50, 5)\n\t.add(\"Manta ray\", [35, 55], 4)\n\t.add(\"Dragon bones\", [15, 20], 4)\n\t.add(\"Diamond\", [10, 20], 4)\n\t.add(\"Dragonstone\", [2, 3], 3)\n\t.add(\"Wrath talisman\", 1, 3);\n\nconst TotalVorkathTable = new LootTable()\n\t.every(VorkathTable, 2)\n\t.tertiary(10, \"Scaly blue dragonhide\")\n\t.tertiary(50, 21_907) // Vorkath's head, exists twice, this is the head with 50k worth\n\t.tertiary(65, \"Clue scroll (elite)\")\n\t.tertiary(1000, \"Dragonbone necklace\")\n\t.tertiary(3000, \"Jar of decay\")\n\t.tertiary(3000, \"Vorki\")\n\t.tertiary(5000, \"Draconic visage\")\n\t.tertiary(5000, \"Skeletal visage\");\n\nexport default new SimpleMonster({\n\tid: 8061,\n\tname: \"Vorkath\",\n\ttable: TotalVorkathTable,\n\taliases: [\"vorkath\", \"vorki\", \"vork\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport RareDropTable from \"../../subtables/RareDropTable\";\n\nconst ZulrahUniqueTable = new LootTable()\n\t.add(\"Tanzanite fang\")\n\t.add(\"Magic fang\")\n\t.add(\"Serpentine visage\")\n\t.add(\"Uncut onyx\");\n\nconst ZulrahFlaxMutagenTable = new LootTable()\n\t.add(\"Tanzanite mutagen\", 1, 10)\n\t.add(\"Magma mutagen\", 1, 10)\n\t.add(\"Flax\", 1000, 5244);\n\nconst ZulrahTable = new LootTable()\n\t.add(RareDropTable, 1, 9)\n\t.oneIn(256, ZulrahUniqueTable)\n\n\t/* Weapons and armour */\n\t.add(\"Battlestaff\", 10, 10)\n\t.add(\"Dragon med helm\", 1, 2)\n\t.add(\"Dragon halberd\", 1, 2)\n\n\t/* Runes */\n\t.add(\"Death rune\", 300, 12)\n\t.add(\"Law rune\", 200, 12)\n\t.add(\"Chaos rune\", 500, 12)\n\n\t/* Herbs */\n\t.add(\"Snapdragon\", 10, 2)\n\t.add(\"Dwarf weed\", 30, 2)\n\t.add(\"Toadflax\", 25, 2)\n\t.add(\"Torstol\", 10, 2)\n\n\t/* Seeds */\n\t.add(\"Palm tree seed\", 1, 6)\n\t.add(\"Papaya tree seed\", 3, 6)\n\t.add(\"Calquat tree seed\", 2, 6)\n\t.add(\"Magic seed\", 1, 4)\n\t.add(\"Toadflax seed\", 2, 2)\n\t.add(\"Snapdragon seed\", 1, 2)\n\t.add(\"Dwarf weed seed\", 2, 2)\n\t.add(\"Torstol seed\", 1, 2)\n\t.add(\"Spirit seed\")\n\n\t/* Resources */\n\t.add(\"Snakeskin\", 35, 11)\n\t.add(\"Runite ore\", 2, 11)\n\t.add(\"Pure essence\", 1500, 10)\n\t.add(ZulrahFlaxMutagenTable, 1, 10)\n\t.add(\"Yew logs\", 35, 10)\n\t.add(\"Adamantite bar\", 20, 8)\n\t.add(\"Coal\", 200, 8)\n\t.add(\"Dragon bones\", 12, 8)\n\t.add(\"Mahogany logs\", 50, 8)\n\n\t/* Other */\n\t.add(\"Zul-andra teleport\", 4, 15)\n\t.add(\"Manta ray\", 35, 12)\n\t.add(\"Antidote++(4)\", 10, 9)\n\t.add(\"Dragonstone bolt tips\", 12, 8)\n\t.add(\"Grapes\", 250, 6)\n\t.add(\"Coconut\", 20, 6)\n\t.add(\"Swamp tar\", 1000, 5)\n\t.add(\"Zulrah's scales\", 500, 5);\n\nconst TotalZulrahTable = new LootTable()\n\t.every(ZulrahTable, 2)\n\t.every(\"Zulrah's scales\", [100, 299])\n\t.tertiary(75, \"Clue scroll (elite)\")\n\t.tertiary(3000, \"Jar of swamp\")\n\t.tertiary(4000, \"Pet snakeling\");\n\nexport default new SimpleMonster({\n\tid: 2042,\n\tname: \"Zulrah\",\n\ttable: TotalZulrahTable,\n\taliases: [\"zulrah\", \"snek\", \"zul\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport RareDropTable from \"../../../subtables/RareDropTable\";\nimport TalismanTable from \"../../../subtables/TalismanTable\";\nimport TreeHerbSeedTable from \"../../../subtables/TreeHerbSeedTable\";\n\nconst HerbSubTable = new LootTable()\n\t.add(\"Grimy kwuarm\", 25, 10)\n\t.add(\"Grimy dwarf weed\", 25, 9)\n\t.add(\"Grimy cadantine\", 25, 9)\n\t.add(\"Grimy lantadyme\", 25, 7);\n\nconst AbyssalSireTable = new LootTable()\n\t.every(\"Abyssal ashes\")\n\n\t/* Weapons and armour */\n\t.add(\"Battlestaff\", 10, 6)\n\t.add(\"Rune full helm\", 3, 4)\n\t.add(\"Mystic lava staff\", 2, 4)\n\t.add(\"Rune sword\", 3, 4)\n\t.add(\"Rune platebody\", 2, 4)\n\t.add(\"Rune kiteshield\", 2, 3)\n\t.add(\"Mystic air staff\", 2, 2)\n\t.add(\"Air battlestaff\", 6, 2)\n\n\t/* Runes and ammunition */\n\t.add(\"Blood rune\", [190, 210], 5)\n\t.add(\"Blood rune\", [330, 370], 5)\n\t.add(\"Law rune\", 250, 5)\n\t.add(\"Soul rune\", [225, 275], 5)\n\t.add(\"Cosmic rune\", 350, 4)\n\t.add(\"Cannonball\", 300, 4)\n\n\t/* Herbs */\n\t.add(HerbSubTable, 1, 5)\n\n\t/* Seeds */\n\t.add(TreeHerbSeedTable, 2, 5, { multiply: true })\n\n\t/* Materials */\n\t.add(\"Coal\", [380, 420], 6)\n\t.add(\"Earth orb\", [47, 53], 5)\n\t.add(\"Pure essence\", 600, 5)\n\t.add(\"Magic logs\", [50, 70], 5)\n\t.add(\"Uncut diamond\", 15, 5)\n\t.add(\"Runite ore\", 6, 4)\n\t.add(\"Onyx bolt tips\", 10, 3)\n\t.add(\"Runite bar\", 5, 2)\n\n\t/* Talismans */\n\t.add(TalismanTable, 1, 3)\n\n\t/* Other */\n\t.add(\"Coins\", [48_000, 52_000], 11)\n\t.add(\"Chilli potato\", 10, 7)\n\t.add(\"Super restore(4)\", 4, 5)\n\t.add(\"Binding necklace\", 25, 4)\n\t.add(\"Saradomin brew(3)\", 6, 2)\n\t.add(\"Jug of water\", [250, 350], 2)\n\t.oneIn(100, \"Unsired\")\n\n\t/* Rare drop table */\n\t.add(RareDropTable, 2, 3, { multiply: true })\n\n\t/* Tertiary */\n\t.tertiary(180, \"Clue scroll (elite)\");\n\nexport default new SimpleMonster({\n\tid: 5886,\n\tname: \"Abyssal Sire\",\n\ttable: AbyssalSireTable,\n\taliases: [\"abbysal sire\", \"abby sire\", \"abyssal sire\", \"sire\", \"abyssal demon boss\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { itemTupleToTable } from \"../../../../util\";\nimport RareDropTable from \"../../../subtables/RareDropTable\";\nimport TreeHerbSeedTable from \"../../../subtables/TreeHerbSeedTable\";\n\nconst AlchemicalHydraBrimstoneRingTable = new LootTable().add(\"Hydra's eye\").add(\"Hydra's fang\").add(\"Hydra's heart\");\n\nconst RuneArmourTable = new LootTable().every(\"Rune platebody\").add(\"Rune platelegs\").add(\"Rune plateskirt\");\n\nconst NotedHerbsTable = new LootTable()\n\t.add(\"Grimy avantoe\", [10, 15], 4)\n\t.add(\"Grimy kwuarm\", [25, 30], 4)\n\t.add(\"Grimy ranarr weed\", [10, 15], 3)\n\t.add(\"Grimy snapdragon\", [25, 30], 3)\n\t.add(\"Grimy cadantine\", [25, 30], 3)\n\t.add(\"Grimy dwarf weed\", [25, 30], 3)\n\t.add(\"Grimy lantadyme\", [25, 30], 2)\n\t.add(\"Grimy torstol\", [10, 15], 2);\n\nconst NormalTable = new LootTable()\n\t.every(\"Hydra bones\")\n\n\t/* Weapons and armour */\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Mystic fire staff\", 1],\n\t\t\t[\"Mystic water staff\", 1],\n\t\t]),\n\t\t1,\n\t\t8,\n\t)\n\t.add(RuneArmourTable, 1, 6)\n\t.add(\"Battlestaff\", [8, 12], 5)\n\t.add(\"Black d'hide body\", 1, 5)\n\t.add(\"Dragon longsword\", 1, 3)\n\t.add(\"Dragon med helm\", 1, 3)\n\t.add(\"Dragon battleaxe\", 1, 2)\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Mystic robe top (light)\", 1],\n\t\t\t[\"Mystic robe bottom (light)\", 1],\n\t\t]),\n\t\t1,\n\t\t1,\n\t)\n\n\t/* Runes and ammunition */\n\t.add(\"Chaos rune\", [150, 300], 6)\n\t.add(\"Death rune\", [150, 300], 6)\n\t.add(\"Blood rune\", [150, 300], 6)\n\t.add(\"Astral rune\", [150, 300], 6)\n\t.add(\"Dragonstone bolts (e)\", [100, 120], 2)\n\t.add(\"Onyx bolts (e)\", [35, 50], 1)\n\n\t/* Herbs */\n\t.add(NotedHerbsTable, 1, 10)\n\n\t/* Seeds */\n\t.add(TreeHerbSeedTable, 1, 2)\n\n\t/* Other */\n\t.add(\"Coins\", [40_000, 60_000], 10)\n\t.add(\"Shark\", [2, 4], 7)\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Ranging potion(3)\", 1],\n\t\t\t[\"Super restore(3)\", 2],\n\t\t]),\n\t\t1,\n\t\t7,\n\t)\n\t.add(\"Dragon bones\", 30, 6)\n\t.add(\"Crystal key\", 1, 1)\n\t.oneIn(202, \"Coins\", [5550, 25_550])\n\n\t/* Rare drop table */\n\t.add(RareDropTable, 1, 1);\n\nconst NormalUniqueTable = new LootTable()\n\t.every(NormalTable)\n\t.oneIn(2000, \"Dragon thrownaxe\", [500, 1000])\n\t.oneIn(2000, \"Dragon knife\", [500, 1000])\n\t.oneIn(1000, \"Hydra's claw\")\n\t.oneIn(512, \"Hydra tail\")\n\t.oneIn(512, \"Hydra leather\")\n\t.oneIn(180, AlchemicalHydraBrimstoneRingTable);\n\nconst AlchemicalHydraTable = new LootTable()\n\t.every(NormalUniqueTable)\n\t.every(NormalTable)\n\n\t/* Tertiary */\n\t.tertiary(100, \"Clue scroll (hard)\")\n\t.tertiary(256, \"Alchemical hydra heads\")\n\t.tertiary(256, \"Clue scroll (elite)\")\n\t.tertiary(2000, \"Jar of chemicals\")\n\t.tertiary(3000, \"Ikkle hydra\");\n\nexport default new SimpleMonster({\n\tid: 8615,\n\tname: \"Alchemical Hydra\",\n\ttable: AlchemicalHydraTable,\n\taliases: [\"alchemical hydra\", \"hydra boss\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport RareDropTable from \"../../../subtables/RareDropTable\";\n\nconst CerberusUniqueTable = new LootTable()\n\t.add(\"Primordial crystal\")\n\t.add(\"Pegasian crystal\")\n\t.add(\"Eternal crystal\")\n\t.add(\"Smouldering stone\");\n\nconst CerberusTable = new LootTable()\n\t.every(\"Infernal ashes\")\n\t.add(CerberusUniqueTable)\n\t.tertiary(15, \"Ensouled hellhound head\")\n\t.tertiary(100, \"Clue scroll (elite)\")\n\t.tertiary(2000, \"Jar of souls\")\n\t.tertiary(3000, \"Hellpuppy\")\n\n\t/* Weapons and armour */\n\t.add(\"Rune platebody\", 1, 5)\n\t.add(\"Rune chainbody\", 1, 4)\n\t.add(\"Rune 2h sword\", 1, 4)\n\t.add(\"Black d'hide body\", 1, 3)\n\t.add(\"Rune axe\", 1, 3)\n\t.add(\"Rune pickaxe\", 1, 3)\n\t.add(\"Battlestaff\", 6, 3)\n\t.add(\"Rune full helm\", 1, 3)\n\t.add(\"Lava battlestaff\", 1, 2)\n\t.add(\"Rune halberd\", 1, 2)\n\n\t/* Runes and ammunition */\n\t.add(\"Fire rune\", 300, 6)\n\t.add(\"Soul rune\", 100, 6)\n\t.add(\"Pure essence\", 300, 5)\n\t.add(\"Blood rune\", 60, 4)\n\t.add(\"Cannonball\", 50, 4)\n\t.add(\"Runite bolts (unf)\", 40, 4)\n\t.add(\"Death rune\", 100, 3)\n\n\t/* Other */\n\t.add(\"Coal\", 120, 6)\n\t.add(\"Super restore(4)\", 2, 6)\n\t.add(\"Summer pie\", 3, 6)\n\t.add(\"Coins\", [10_000, 20_000], 5)\n\t.add(\"Dragon bones\", 20, 5)\n\t.add(\"Unholy symbol\", 1, 5)\n\t.add(\"Wine of zamorak\", 15, 5)\n\t.add(\"Ashes\", 50, 4)\n\t.add(\"Fire orb\", 20, 4)\n\t.add(\"Grimy torstol\", 6, 4)\n\t.add(\"Runite ore\", 5, 3)\n\t.add(\"Uncut diamond\", 5, 3)\n\t.add(\"Key master teleport\", 3, 2)\n\t.add(\"Torstol seed\", 3, 2)\n\n\t.add(RareDropTable, 1, 3);\n\nexport default new SimpleMonster({\n\tid: 5862,\n\tname: \"Cerberus\",\n\ttable: CerberusTable,\n\taliases: [\"cerb\", \"cerberus\", \"hellhound boss\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { itemTupleToTable } from \"../../../../util\";\n\nconst NormalUniqueTable = new LootTable()\n\t/* Unique */\n\t.oneIn(250, \"Granite maul\")\n\t.oneIn(500, \"Granite gloves\")\n\t.oneIn(500, \"Granite ring\")\n\t.oneIn(750, \"Granite hammer\")\n\t.oneIn(1000, \"Black tourmaline core\")\n\n\t/* Weapons and armour */\n\t.add(\"Rune pickaxe\", 1, 6)\n\t.add(\"Rune full helm\", 1, 5)\n\t.add(\"Rune platelegs\", 1, 5)\n\t.add(\"Rune 2h sword\", 1, 4)\n\t.add(\"Rune battleaxe\", 1, 3)\n\t.add(\"Dragon longsword\", 1, 1)\n\t.add(\"Adamant boots\", 1, 1)\n\t.add(\"Dragon med helm\", 1, 1)\n\n\t/* Food and potions */\n\t.add(\"Mushroom potato\", [4, 6], 10)\n\t.add(\"Saradomin brew(4)\", 2, 8)\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Magic potion(2)\", 1],\n\t\t\t[\"Ranging potion(2)\", 1],\n\t\t\t[\"Super combat potion(2)\", 1],\n\t\t]),\n\t\t1,\n\t\t6,\n\t)\n\t.add(\"Prayer potion(4)\", [1, 2], 4)\n\n\t/* Resources */\n\t.add(\"Gold ore\", [40, 75], 7)\n\t.add(\"Adamantite bar\", [25, 40], 6)\n\t.add(\"Coal\", [180, 250], 6)\n\t.add(\"Gold bar\", [37, 50], 6)\n\t.add(\"Mithril bar\", [35, 45], 6)\n\t.add(\"Runite ore\", [3, 6], 4)\n\t.add(\"Runite bar\", [3, 5], 3)\n\n\t/* Other */\n\t.add(\"Coins\", [10_000, 20_000], 10)\n\t.add(\"Chaos rune\", [100, 150], 8)\n\t.add(\"Coins\", 25_000, 5)\n\t.add(\"Crystal key\", 1, 5)\n\t.add(\"Chaos rune\", [60, 100], 5)\n\t.add(\"Dragon dart tip\", [15, 25], 4)\n\t.add(\"Diamond bolt tips\", [100, 150], 3)\n\t.add(\"Dragonstone bolt tips\", [20, 40], 2)\n\t.add(\"Onyx bolt tips\", [5, 10], 2)\n\t.add(\"Dragon arrowtips\", [50, 150], 1);\n\nconst GrotesqueGuardiansTable = new LootTable()\n\t.every(\"Granite dust\", [50, 100])\n\t.every(NormalUniqueTable, 2)\n\n\t/* Tertiary */\n\t.tertiary(230, \"Clue scroll (elite)\")\n\t.tertiary(3000, \"Noon\")\n\t.tertiary(5000, \"Jar of stone\");\n\nexport default new SimpleMonster({\n\tid: 7851,\n\tname: \"Grotesque Guardians\",\n\ttable: GrotesqueGuardiansTable,\n\taliases: [\"grotesque guardians\", \"ggs\", \"dawn\", \"dusk\", \"gargoyle boss\", \"rocky bois\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst KrakenTable = new LootTable()\n\t/* Weapons and armour */\n\t.add(\"Mystic water staff\", 1, 3)\n\t.add(\"Rune warhammer\", 1, 2)\n\t.add(\"Rune longsword\", 1, 2)\n\t.add(\"Mystic robe top\", 1, 1)\n\t.add(\"Mystic robe bottom\", 1, 1)\n\t.oneIn(512, \"Trident of the seas (full)\")\n\n\t/* Runes */\n\t.add(\"Water rune\", 400, 10)\n\t.add(\"Chaos rune\", 250, 10)\n\t.add(\"Death rune\", 150, 10)\n\t.add(\"Blood rune\", 60, 10)\n\t.add(\"Soul rune\", 50, 7)\n\t.add(\"Mist rune\", 100, 4)\n\n\t/* Seeds */\n\t.add(\"Watermelon seed\", 24, 3)\n\t.add(\"Torstol seed\", 2, 1)\n\t.add(\"Magic seed\", 1, 1)\n\n\t/* Materials */\n\t.add(\"Battlestaff\", 10, 4)\n\t.add(\"Seaweed\", 125, 3)\n\t.add(\"Oak plank\", 60, 3)\n\t.add(\"Unpowered orb\", 50, 2)\n\t.add(\"Raw shark\", 50, 2)\n\t.add(\"Raw monkfish\", 100, 2)\n\t.add(\"Grimy snapdragon\", 6, 2)\n\t.add(\"Diamond\", 8, 1)\n\t.add(\"Runite bar\", 2, 1)\n\n\t/* Other */\n\t.add(\"Coins\", [10_000, 19_999], 15)\n\t.add(\"Shark\", 5, 7)\n\t.add(\"Pirate boots\", 1, 4)\n\t.add(\"Sanfew serum(4)\", 2, 4)\n\t.add(\"Edible seaweed\", 5, 3)\n\t.add(\"Antidote++(4)\", 2, 2)\n\t.add(\"Rusty sword\", 2, 1)\n\t.add(\"Harpoon\", 1, 1)\n\t.add(\"Bucket\", 1, 1)\n\t.add(\"Crystal key\", 1, 1)\n\t.add(\"Dragonstone ring\", 1, 1)\n\t.oneIn(400, \"Kraken tentacle\")\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 2)\n\n\t/* Tertiary */\n\t.tertiary(500, \"Clue scroll (elite)\")\n\t.tertiary(1000, \"Jar of dirt\")\n\t.tertiary(3000, \"Pet kraken\");\n\nexport default new SimpleMonster({\n\tid: 494,\n\tname: \"Kraken\",\n\ttable: KrakenTable,\n\taliases: [\"kraken\", \"cave kraken boss\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst ThermonuclearSmokeDevilTable = new LootTable()\n\t.every(\"Ashes\")\n\n\t/* Weapons and armor */\n\t.add(\"Rune dagger\", 1, 5)\n\t.add(\"Rune chainbody\", 1, 4)\n\t.add(\"Red d'hide body\", 1, 3)\n\t.add(\"Rune battleaxe\", 1, 3)\n\t.add(\"Mystic air staff\", 1, 3)\n\t.add(\"Mystic fire staff\", 1, 3)\n\t.add(\"Rune scimitar\", 1, 2)\n\t.add(\"Rune knife(p++)\", 50, 1)\n\t.add(\"Dragon scimitar\", 1, 1)\n\t.add(\"Ancient staff\", 1, 1)\n\t.oneIn(350, \"Occult necklace\")\n\t.oneIn(512, \"Smoke battlestaff\")\n\t.oneIn(2000, \"Dragon chainbody\")\n\n\t/* Runes and ammunition */\n\t.add(\"Smoke rune\", 100, 10)\n\t.add(\"Air rune\", 300, 8)\n\t.add(\"Soul rune\", 60, 8)\n\t.add(\"Rune arrow\", 100, 2)\n\n\t/* Consumables */\n\t.add(\"Ugthanki kebab\", 3, 4)\n\t.add(\"Tuna potato\", 3, 3)\n\t.add(\"Sanfew serum(4)\", 2, 3)\n\t.add(\"Prayer potion(4)\", 2, 1)\n\n\t/* Resources */\n\t.add(\"Pure essence\", 300, 5)\n\t.add(\"Molten glass\", 100, 2)\n\t.add(\"Mithril bar\", 20, 2)\n\t.add(\"Coal\", 150, 2)\n\t.add(\"Magic logs\", 20, 2)\n\t.add(\"Gold ore\", 200, 2)\n\t.add(\"Diamond\", 10, 1)\n\n\t/* Other */\n\t.add(\"Coins\", [10_000, 20_000], 15)\n\t.add(\"Tinderbox\", 1, 10)\n\t.add(\"Fire talisman\", 1, 4)\n\t.add(\"Bullseye lantern\", 1, 3)\n\t.add(\"Desert goat horn\", 50, 2)\n\t.add(\"Grimy toadflax\", 15, 2)\n\t.add(\"Onyx bolt tips\", 12, 2)\n\t.add(\"Snapdragon seed\", 2, 2)\n\t.add(\"Grapes\", 100, 1)\n\t.add(\"Magic seed\", 1, 1)\n\t.add(\"Dragonstone ring\", 1, 1)\n\t.add(\"Crystal key\", 1, 1)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 3)\n\n\t/* Tertiary */\n\t.tertiary(96, \"Clue scroll (hard)\")\n\t.tertiary(500, \"Clue scroll (elite)\")\n\t.tertiary(2000, \"Jar of smoke\")\n\t.tertiary(3000, \"Pet smoke devil\");\n\nexport default new SimpleMonster({\n\tid: 499,\n\tname: \"Thermonuclear smoke devil\",\n\ttable: ThermonuclearSmokeDevilTable,\n\taliases: [\"thermonuclear smoke devil\", \"thermy\", \"smoke devil boss\"],\n});\n", "import AbyssalSire from \"./AbyssalSire\";\nimport AlchemicalHydra from \"./AlchemicalHydra\";\nimport Cerberus from \"./Cerberus\";\nimport GrotesqueGuardians from \"./GrotesqueGuardians\";\nimport Kraken from \"./Kraken\";\nimport ThermonuclearSmokeDevil from \"./ThermonuclearSmokeDevil\";\n\nexport const allSlayerBosses = {\n\tAbyssalSire,\n\tCerberus,\n\tAlchemicalHydra,\n\tGrotesqueGuardians,\n\tThermonuclearSmokeDevil,\n\tKraken,\n};\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst ArtioUniqueTable = new LootTable()\n\t.oneIn(358, \"Dragon 2h sword\")\n\t.oneIn(358, \"Dragon pickaxe\")\n\t.oneIn(618, \"Claws of callisto\")\n\t.oneIn(716, \"Tyrannical ring\")\n\t.oneIn(912, \"Voidwaker hilt\");\n\nconst ArtioSecondarySupplyTable = new LootTable({ limit: 18 })\n\t.add(\"Blighted anglerfish\", [5, 6], 1)\n\t.add(\"Blighted karambwan\", [5, 6], 1)\n\t.add(\"Blighted super restore(3)\", [3, 4], 1)\n\t.add(\"Blighted super restore(4)\", [3, 4], 1)\n\t.add(\"Ranging potion(2)\", [2, 3], 1)\n\t.add(\"Super combat potion(2)\", [2, 3], 1);\n\nconst ArtioTable = new LootTable()\n\t.every(\"Big bones\")\n\n\t/* Unique table */\n\t.every(ArtioUniqueTable)\n\n\t/* Food and potions */\n\t.add(\"Dark crab\", 9, 5)\n\t.add(\"Super restore(4)\", 3, 5)\n\n\t/* Weapons and armour */\n\t.add(\"Rune pickaxe\", 1, 12)\n\t.add(\"Rune 2h sword\", 1, 3)\n\n\t/* Runes and ammunition */\n\t.add(\"Chaos rune\", 300, 7)\n\t.add(\"Death rune\", 220, 7)\n\t.add(\"Blood rune\", 140, 7)\n\t.add(\"Soul rune\", 200, 5)\n\t.add(\"Cannonball\", 190, 4)\n\n\t/* Materials */\n\t.add(\"Mahogany logs\", 200, 6)\n\t.add(\"Limpwurt root\", 20, 5)\n\t.add(\"Magic logs\", 60, 5)\n\t.add(\"Uncut ruby\", 22, 4)\n\t.add(\"Uncut diamond\", 9, 3)\n\t.add(\"Dragon bones\", 25, 3)\n\t.add(\"Red dragonhide\", 55, 3)\n\t.add(\"Uncut dragonstone\", 1, 2)\n\t.add(\"Coconut\", 30, 2)\n\t.add(\"Grimy toadflax\", 60, 1)\n\n\t/* Seeds */\n\t.add(\"Ranarr seed\", 3, 5)\n\t.add(\"Snapdragon seed\", 2, 5)\n\t.add(\"Yew seed\", 1, 1)\n\t.add(\"Magic seed\", 1, 1)\n\t.add(\"Palm tree seed\", 1, 1)\n\n\t/* Other */\n\t.add(\"Coins\", 12_000, 21)\n\t.add(\"Supercompost\", 60, 4)\n\t.add(\"Dark fishing bait\", 300, 1)\n\n\t/* Tertiary */\n\t.tertiary(100, \"Clue scroll (elite)\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(2800, \"Callisto cub\")\n\t.tertiary(5013, \"Curved bone\");\n\nconst ArtioTotalTable = new LootTable().every(ArtioSecondarySupplyTable).every(ArtioTable);\n\nexport default new SimpleMonster({\n\tid: 11_992,\n\tname: \"Artio\",\n\ttable: ArtioTotalTable,\n\taliases: [\"artio\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst CallistoUniqueTable = new LootTable()\n\t.oneIn(196, \"Claws of callisto\")\n\t.oneIn(256, \"Dragon 2h sword\")\n\t.oneIn(256, \"Dragon pickaxe\")\n\t.oneIn(360, \"Voidwaker hilt\")\n\t.oneIn(512, \"Tyrannical ring\");\n\nconst CallistoSecondarySupplyTable = new LootTable({ limit: 18 })\n\t.add(\"Blighted anglerfish\", [5, 6], 1)\n\t.add(\"Blighted karambwan\", [5, 6], 1)\n\t.add(\"Blighted super restore(3)\", [3, 4], 1)\n\t.add(\"Blighted super restore(4)\", [3, 4], 1)\n\t.add(\"Ranging potion(2)\", [2, 3], 1)\n\t.add(\"Super combat potion(2)\", [2, 3], 1);\n\nconst CallistoTable = new LootTable()\n\t.every(\"Big bones\")\n\n\t/* Unique table */\n\t.every(CallistoUniqueTable)\n\n\t/* Weapons and armour */\n\t.add(\"Rune pickaxe\", 5, 8)\n\t.add(\"Rune 2h sword\", 3, 3)\n\t.add(\"Mystic earth staff\", 4, 2)\n\t.add(\"Mystic robe top\", 4, 2)\n\t.add(\"Mystic robe bottom\", 4, 2)\n\t.add(\"Rune kiteshield\", 4, 2)\n\t.add(\"Rune platebody\", 4, 2)\n\n\t/* Runes and ammunition */\n\t.add(\"Blood rune\", 500, 7)\n\t.add(\"Death rune\", 700, 7)\n\t.add(\"Chaos rune\", 900, 7)\n\t.add(\"Soul rune\", 600, 5)\n\t.add(\"Cannonball\", 600, 4)\n\n\t/* Materials */\n\t.add(\"Mahogany logs\", 600, 6)\n\t.add(\"Limpwurt root\", 100, 5)\n\t.add(\"Magic logs\", 225, 5)\n\t.add(\"Uncut ruby\", 75, 4)\n\t.add(\"Uncut diamond\", 35, 3)\n\t.add(\"Red dragonhide\", 170, 3)\n\t.add(\"Uncut dragonstone\", 5, 2)\n\t.add(\"Coconut\", 135, 2)\n\t.add(\"Grimy toadflax\", 150, 1)\n\t.add(\"Grimy dwarf weed\", 45, 1)\n\t.add(\"Grimy ranarr weed\", 45, 1)\n\t.add(\"Grimy snapdragon\", 45, 1)\n\n\t/* Seeds */\n\t.add(\"Ranarr seed\", 11, 5)\n\t.add(\"Snapdragon seed\", 8, 5)\n\n\t/* Other */\n\t.add(\"Coins\", 50_000, 10)\n\t.add(\"Dark crab\", 50, 5)\n\t.add(\"Super restore(4)\", 10, 5)\n\t.add(\"Supercompost\", 225, 4)\n\t.add(\"Dragon bones\", 75, 3)\n\t.add(\"Wilderness crabs teleport\", 4, 3)\n\t.add(\"Blighted anglerfish\", 100, 1)\n\n\t/* Tertiary */\n\t.tertiary(100, \"Clue scroll (elite)\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(1500, \"Callisto cub\")\n\t.tertiary(5013, \"Curved bone\");\n\nconst CallistoTotalTable = new LootTable().every(CallistoSecondarySupplyTable).every(CallistoTable);\n\nexport default new SimpleMonster({\n\tid: 6503,\n\tname: \"Callisto\",\n\ttable: CallistoTotalTable,\n\taliases: [\"callisto\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst SkeletonHellhoundTable = new LootTable().every(\"Bones\").oneIn(5000, \"Skeleton champion scroll\");\n\nconst CalvarionUniqueTable = new LootTable()\n\t.oneIn(358, \"Dragon 2h sword\")\n\t.oneIn(358, \"Dragon pickaxe\")\n\t.oneIn(618, \"Skull of vet'ion\")\n\t.oneIn(716, \"Ring of the gods\")\n\t.oneIn(912, \"Voidwaker blade\");\n\nconst CalvarionSecondarySupplyTable = new LootTable({ limit: 18 })\n\t.add(\"Blighted anglerfish\", [5, 6], 1)\n\t.add(\"Blighted karambwan\", [5, 6], 1)\n\t.add(\"Blighted super restore(3)\", [3, 4], 1)\n\t.add(\"Blighted super restore(4)\", [3, 4], 1)\n\t.add(\"Ranging potion(2)\", [2, 3], 1)\n\t.add(\"Super combat potion(2)\", [2, 3], 1);\n\nconst CalvarionTable = new LootTable()\n\t.every(\"Big bones\")\n\t.every(SkeletonHellhoundTable, 4)\n\n\t/* Unique table */\n\t.every(CalvarionUniqueTable)\n\n\t/* Food and potions */\n\t.add(\"Dark crab\", 8, 5)\n\t.add(\"Super restore(4)\", 3, 5)\n\n\t/* Weapons and armour */\n\t.add(\"Rune pickaxe\", 1, 12)\n\t.add(\"Ancient staff\", 1, 3)\n\t.add(\"Rune 2h sword\", 1, 3)\n\n\t/* Runes and ammunition */\n\t.add(\"Chaos rune\", 220, 7)\n\t.add(\"Death rune\", 120, 7)\n\t.add(\"Blood rune\", 180, 7)\n\t.add(\"Cannonball\", 180, 4)\n\n\t/* Materials */\n\t.add(\"Gold ore\", 200, 6)\n\t.add(\"Limpwurt root\", 19, 5)\n\t.add(\"Magic logs\", 60, 5)\n\t.add(\"Oak plank\", 220, 5)\n\t.add(\"Wine of zamorak\", 35, 5)\n\t.add(\"Uncut ruby\", 22, 4)\n\t.add(\"Uncut diamond\", 9, 3)\n\t.add(\"Dragon bones\", 60, 3)\n\t.add(\"Uncut dragonstone\", 1, 2)\n\t.add(\"Mort myre fungus\", 120, 2)\n\t.add(\"Grimy ranarr weed\", 60, 1)\n\n\t/* Other */\n\t.add(\"Coins\", 12_000, 21)\n\t.add(\"Sanfew serum(4)\", 6, 5)\n\t.add(\"Supercompost\", 60, 4)\n\t.add(\"Yew seed\", 1, 1)\n\t.add(\"Magic seed\", 1, 1)\n\t.add(\"Palm tree seed\", 1, 1)\n\t.add(\"Dark fishing bait\", 280, 1)\n\n\t/* Tertiary */\n\t.tertiary(100, \"Clue scroll (elite)\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(2800, \"Vet'ion jr.\")\n\t.tertiary(5000, \"Skeleton champion scroll\")\n\t.tertiary(5013, \"Curved bone\");\n\nconst CalvarionTotalTable = new LootTable().every(CalvarionSecondarySupplyTable).every(CalvarionTable);\n\nexport default new SimpleMonster({\n\tid: 11_993,\n\tname: \"Calvar'ion\",\n\ttable: CalvarionTotalTable,\n\taliases: [\"calvarion\", \"calvar'ion\", \"calvar\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport RareDropTable from \"../../../subtables/RareDropTable\";\n\nconst ChaosElementalMinorTable = new LootTable()\n\t.add(\"Blighted anglerfish\", 2, 1)\n\t.add(\"Blighted karambwan\", 3, 1)\n\t.add(\"Blighted super restore(4)\", 1, 1)\n\t.add(\"Dragon bones\", 1, 1)\n\t.add(\"Super combat potion(1)\", 1, 1);\n\nconst ChaosElementalTable = new LootTable()\n\t.every(ChaosElementalMinorTable, 1)\n\t.tertiary(200, \"Clue scroll (elite)\")\n\t.tertiary(300, \"Pet chaos elemental\")\n\t.oneIn(256, \"Dragon pickaxe\")\n\n\t/* Weapons and armour */\n\t.add(\"Rune dart\", 100, 5)\n\t.add(\"Rune platelegs\", 1, 4)\n\t.add(\"Rune plateskirt\", 1, 4)\n\t.add(\"Rune 2h sword\", 1, 3)\n\t.add(\"Rune battleaxe\", 1, 3)\n\t.add(\"Rune full helm\", 1, 3)\n\t.add(\"Rune kiteshield\", 1, 3)\n\t.add(\"Mystic air staff\", 1, 3)\n\t.add(\"Mystic water staff\", 1, 3)\n\t.add(\"Mystic earth staff\", 1, 3)\n\t.add(\"Mystic fire staff\", 1, 3)\n\t.add(\"Dragon dagger\", 1, 2)\n\t.add(\"Dragon 2h sword\", 1, 2)\n\t.add(\"Dragon platelegs\", 1, 2)\n\t.add(\"Dragon plateskirt\", 1, 2)\n\n\t/* Runes and ammunition */\n\t.add(\"Chaos rune\", [300, 500], 8)\n\t.add(\"Blood rune\", [100, 250], 8)\n\t.add(\"Rune arrow\", 150, 5)\n\n\t/* Herbs */\n\t.add(\"Grimy ranarr weed\", [5, 8], 4)\n\t.add(\"Grimy snapdragon\", [5, 8], 4)\n\t.add(\"Grimy avantoe\", [5, 8], 3)\n\t.add(\"Grimy kwuarm\", [5, 8], 3)\n\n\t/* Resources */\n\t.add(\"Coal\", [75, 150], 5)\n\t.add(\"Mahogany plank\", [8, 16], 5)\n\t.add(\"Runite bar\", [3, 5], 4)\n\t.add(\"Adamantite bar\", [8, 12], 4)\n\n\t/* Other */\n\t.add(\"Coins\", [20_005, 29_995], 7)\n\t.add(\"Blighted ancient ice sack\", [20, 40], 5)\n\t.add(\"Blighted karambwan\", [15, 25], 4)\n\t.add(\"Blighted anglerfish\", [10, 15], 4)\n\t.add(\"Wilderness crabs teleport\", 2, 2)\n\n\t/* Subtables */\n\t.add(RareDropTable, 1, 8);\n\nexport default new SimpleMonster({\n\tid: 2054,\n\tname: \"Chaos Elemental\",\n\ttable: ChaosElementalTable,\n\taliases: [\"chaos ele\", \"chaos elemental\", \"chaos el\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { itemTupleToTable } from \"../../../../util\";\nimport RareDropTable, { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst ChaosFanaticUniqueTable = new LootTable().add(\"Odium shard 1\").add(\"Malediction shard 1\");\n\nconst ChaosFanaticTable = new LootTable()\n\t.every(\"Bones\")\n\t.tertiary(128, \"Clue scroll (hard)\")\n\t.tertiary(1000, \"Pet chaos elemental\")\n\t.add(ChaosFanaticUniqueTable, 1, 1)\n\n\t/* Weapons and armour */\n\t.add(\"Battlestaff\", 5, 5)\n\t.add(\"Splitbark body\", 1, 5)\n\t.add(\"Splitbark legs\", 1, 5)\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Zamorak monk top\", 1],\n\t\t\t[\"Zamorak monk bottom\", 1],\n\t\t]),\n\t\t1,\n\t\t4,\n\t)\n\t.add(\"Ancient staff\", 1, 1)\n\n\t/* Runes */\n\t.add(\"Fire rune\", 250, 4)\n\t.add(\"Smoke rune\", 30, 4)\n\t.add(\"Chaos rune\", 175, 4)\n\t.add(\"Blood rune\", 50, 4)\n\n\t/* Consumables */\n\t.add(\"Monkfish\", 3, 8)\n\t.add(\"Shark\", 1, 8)\n\t.add(\"Prayer potion(4)\", 1, 8)\n\t.add(\"Anchovy pizza\", 8, 4)\n\n\t/* Other */\n\t.add(\"Coins\", [499, 3998], 18)\n\t.add(\"Grimy lantadyme\", 4, 8)\n\t.add(\"Ring of life\", 1, 7)\n\t.add(\"Chaos talisman\", 1, 6)\n\t.add(\"Wine of zamorak\", 10, 6)\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Uncut emerald\", 6],\n\t\t\t[\"Uncut sapphire\", 4],\n\t\t]),\n\t\t1,\n\t\t5,\n\t)\n\t.add(\"Sinister key\", 1, 4)\n\t.add(\"Pure essence\", 250, 2)\n\n\t/* Subtables */\n\t.add(RareDropTable, 1, 4)\n\t.add(GemTable, 1, 4);\n\nexport default new SimpleMonster({\n\tid: 6619,\n\tname: \"Chaos Fanatic\",\n\ttable: ChaosFanaticTable,\n\taliases: [\"chaos fanatic\", \"fanatic\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { itemTupleToTable } from \"../../../../util\";\nimport RareDropTable, { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst CrazyArchaeologistUniqueTable = new LootTable().add(\"Odium shard 2\").add(\"Malediction shard 2\");\n\nconst CrazyArchaeologistTable = new LootTable()\n\t.every(\"Bones\")\n\t.tertiary(128, \"Clue scroll (hard)\")\n\t.add(CrazyArchaeologistUniqueTable, 1, 1)\n\n\t/* Weapons and armour */\n\t.add(\"Amulet of power\", 1, 7)\n\t.add(\"Rune crossbow\", 2, 5)\n\t.add(\"Red d'hide body\", 1, 4)\n\t.add(\"Rune knife\", 10, 4)\n\n\t/* Runes and ammunition */\n\n\t.add(\"Mud rune\", 30, 4)\n\t.add(\"Cannonball\", 150, 4)\n\t.add(\"Dragon arrow\", 75, 1)\n\n\t/* Consumables */\n\t.add(\"Shark\", 1, 8)\n\t.add(\"Potato with cheese\", 3, 8)\n\t.add(\"Prayer potion(4)\", 1, 8)\n\t.add(\"Anchovy pizza\", 8, 4)\n\n\t/* Other */\n\t.add(\"Coins\", [499, 3998], 18)\n\t.add(\"Grimy dwarf weed\", 4, 8)\n\t.add(\"White berries\", 10, 6)\n\t.add(\"Silver ore\", 40, 6)\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Uncut emerald\", 6],\n\t\t\t[\"Uncut sapphire\", 4],\n\t\t]),\n\t\t1,\n\t\t5,\n\t)\n\t.add(\"Red dragonhide\", 10, 5)\n\t.add(\"Rusty sword\", 1, 4)\n\t.add(\"Muddy key\", 1, 4)\n\t.add(\"Onyx bolt tips\", 12, 4)\n\t.add(\"Long bone\", 1, 2)\n\t.add(\"Fedora\", 1, 1)\n\n\t/* Subtables */\n\t.add(RareDropTable, 1, 4)\n\t.add(GemTable, 1, 4);\n\nexport default new SimpleMonster({\n\tid: 6618,\n\tname: \"Crazy Archaeologist\",\n\ttable: CrazyArchaeologistTable,\n\taliases: [\"crazy arch\", \"crazy archaeologist\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport RareDropTable, { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst KingBlackDragonTable = new LootTable()\n\t.every(\"Dragon bones\")\n\t.every(\"Black dragonhide\", 2)\n\t.tertiary(450, \"Clue scroll (elite)\")\n\t.tertiary(129, \"Kbd heads\")\n\t.tertiary(3000, \"Prince black dragon\")\n\t.tertiary(5000, \"Draconic visage\")\n\t.oneIn(1000, \"Dragon pickaxe\")\n\n\t/* Weapons and armour */\n\t.add(\"Rune longsword\", 1, 10)\n\t.add(\"Adamant platebody\", 1, 9)\n\t.add(\"Adamant kiteshield\", 1, 3)\n\t.add(\"Dragon med helm\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Air rune\", 300, 10)\n\t.add(\"Iron arrow\", 690, 10)\n\t.add(\"Runite bolts\", [10, 20], 10)\n\t.add(\"Fire rune\", 300, 5)\n\t.add(\"Law rune\", 30, 5)\n\t.add(\"Blood rune\", 30, 5)\n\n\t/* Resources */\n\t.add(\"Yew logs\", 150, 10)\n\t.add(\"Adamantite bar\", 3, 5)\n\t.add(\"Runite bar\", 1, 3)\n\t.add(\"Gold ore\", 100, 2)\n\n\t/* Other */\n\t.add(\"Amulet of power\", 1, 7)\n\t.add(\"Dragon arrowtips\", [5, 14], 5)\n\t.add(\"Dragon dart tip\", [5, 14], 5)\n\t.add(\"Dragon javelin heads\", 15, 5)\n\t.add(\"Runite limbs\", 1, 4)\n\t.add(\"Shark\", 4, 4)\n\n\t.add(RareDropTable, 1, 8)\n\t.add(GemTable, 1, 2);\n\nexport default new SimpleMonster({\n\tid: 6502,\n\tname: \"King Black Dragon\",\n\ttable: KingBlackDragonTable,\n\taliases: [\"kbd\", \"king black dragon\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst ScorpiaUniqueTable = new LootTable().add(\"Odium shard 3\").add(\"Malediction shard 3\");\n\nconst ScorpiaTable = new LootTable()\n\t.tertiary(18, \"Ensouled scorpion head\")\n\t.tertiary(100, \"Clue scroll (hard)\")\n\t.tertiary(2016, \"Scorpia's offspring\")\n\t.add(ScorpiaUniqueTable, 1, 1)\n\n\t/* Weapons and armour */\n\t.add(\"Battlestaff\", [5, 8], 6)\n\t.add(\"Rune 2h sword\", 1, 5)\n\t.add(\"Rune pickaxe\", 1, 5)\n\t.add(\"Rune kiteshield\", 1, 5)\n\t.add(\"Rune chainbody\", 1, 4)\n\t.add(\"Rune platelegs\", 1, 4)\n\t.add(\"Rune scimitar\", 1, 4)\n\t.add(\"Rune warhammer\", 1, 4)\n\t.add(\"Mystic earth staff\", 1, 4)\n\t.add(\"Mystic robe top\", 1, 1)\n\t.add(\"Mystic robe bottom\", 1, 1)\n\t.add(\"Dragon scimitar\", 1, 1)\n\t.add(\"Dragon 2h sword\", 1, 1)\n\n\t/* Runes */\n\t.add(\"Death rune\", [100, 150], 8)\n\t.add(\"Blood rune\", [100, 150], 8)\n\t.add(\"Chaos rune\", [150, 200], 8)\n\n\t/* Herbs */\n\t.add(\"Grimy kwuarm\", [10, 15], 5)\n\t.add(\"Grimy dwarf weed\", [10, 15], 5)\n\t.add(\"Grimy torstol\", [10, 15], 5)\n\t.add(\"Grimy snapdragon\", [4, 7], 5)\n\n\t/* Materials */\n\t.add(\"Uncut ruby\", [15, 20], 6)\n\t.add(\"Uncut diamond\", [10, 15], 4)\n\t.add(\"Runite ore\", 3, 4)\n\t.add(\"Dragon javelin heads\", [30, 50], 4)\n\t.add(\"Onyx bolt tips\", [6, 10], 2)\n\n\t/* Other */\n\t.add(\"Coins\", [25_002, 34_962], 7)\n\t.add(\"Blighted anglerfish\", [15, 25], 5)\n\t.add(\"Blighted super restore(4)\", 5, 5)\n\t.add(\"Wilderness crabs teleport\", 2, 2);\n\nexport default new SimpleMonster({\n\tid: 6615,\n\tname: \"Scorpia\",\n\ttable: ScorpiaTable,\n\taliases: [\"scorpia\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst SpindelUniqueTable = new LootTable()\n\t.oneIn(358, \"Dragon 2h sword\")\n\t.oneIn(358, \"Dragon pickaxe\")\n\t.oneIn(618, \"Fangs of venenatis\")\n\t.oneIn(716, \"Treasonous ring\")\n\t.oneIn(912, \"Voidwaker gem\");\n\nconst SpindelSecondarySupplyTable = new LootTable({ limit: 18 })\n\t.add(\"Blighted anglerfish\", [5, 6], 1)\n\t.add(\"Blighted karambwan\", [5, 6], 1)\n\t.add(\"Blighted super restore(3)\", [3, 4], 1)\n\t.add(\"Blighted super restore(4)\", [3, 4], 1)\n\t.add(\"Ranging potion(2)\", [2, 3], 1)\n\t.add(\"Super combat potion(2)\", [2, 3], 1);\n\nconst SpindelTable = new LootTable()\n\t/* Unique table */\n\t.every(SpindelUniqueTable)\n\n\t/* Food and potions */\n\t.add(\"Dark crab\", 8, 5)\n\t.add(\"Super restore(4)\", 3, 5)\n\n\t/* Weapons and armour */\n\t.add(\"Rune pickaxe\", 1, 12)\n\t.add(\"Rune knife\", 30, 5)\n\t.add(\"Rune 2h sword\", 1, 3)\n\n\t/* Runes and ammunition */\n\t.add(\"Chaos rune\", 180, 7)\n\t.add(\"Blood rune\", 150, 7)\n\t.add(\"Death rune\", 220, 7)\n\t.add(\"Diamond bolts (e)\", 60, 5)\n\t.add(\"Cannonball\", 200, 4)\n\n\t/* Materials */\n\t.add(\"Uncut diamond\", 9, 8)\n\t.add(\"Gold ore\", 180, 6)\n\t.add(\"Magic logs\", 60, 5)\n\t.add(\"Limpwurt root\", 18, 5)\n\t.add(\"Onyx bolt tips\", 35, 5)\n\t.add(\"Red spiders' eggs\", 250, 3)\n\t.add(\"Uncut dragonstone\", 1, 2)\n\t.add(\"Uncut ruby\", 18, 1)\n\t.add(\"Grimy snapdragon\", 60, 1)\n\t.add(\"Unicorn horn\", 60, 1)\n\n\t/* Other */\n\t.add(\"Coins\", 14_000, 21)\n\t.add(\"Supercompost\", 60, 4)\n\t.add(\"Antidote++(4)\", 6, 3)\n\t.add(\"Dark fishing bait\", 200, 1)\n\t.add(\"Magic seed\", 1, 1)\n\t.add(\"Palm tree seed\", 1, 1)\n\n\t/* Tertiary */\n\t.tertiary(100, \"Clue scroll (elite)\")\n\t.tertiary(2800, \"Venenatis spiderling\");\n\nconst SpindelTotalTable = new LootTable().every(SpindelSecondarySupplyTable).every(SpindelTable);\n\nexport default new SimpleMonster({\n\tid: 11_998,\n\tname: \"Spindel\",\n\ttable: SpindelTotalTable,\n\taliases: [\"spin\", \"spinny\", \"spindel\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst VenenatisUniqueTable = new LootTable()\n\t.oneIn(196, \"Fangs of venenatis\")\n\t.oneIn(256, \"Dragon 2h sword\")\n\t.oneIn(256, \"Dragon pickaxe\")\n\t.oneIn(360, \"Voidwaker gem\")\n\t.oneIn(512, \"Treasonous ring\");\n\nconst VenenatisSecondarySupplyTable = new LootTable({ limit: 18 })\n\t.add(\"Blighted anglerfish\", [5, 6], 1)\n\t.add(\"Blighted karambwan\", [5, 6], 1)\n\t.add(\"Blighted super restore(3)\", [3, 4], 1)\n\t.add(\"Blighted super restore(4)\", [3, 4], 1)\n\t.add(\"Ranging potion(2)\", [2, 3], 1)\n\t.add(\"Super combat potion(2)\", [2, 3], 1);\n\nconst VenenatisTable = new LootTable()\n\t/* Unique table */\n\t.every(VenenatisUniqueTable)\n\n\t/* Weapons and armour */\n\t.add(\"Rune pickaxe\", 5, 8)\n\t.add(\"Rune knife\", 150, 5)\n\t.add(\"Rune dart\", 150, 3)\n\t.add(\"Mystic air staff\", 4, 2)\n\t.add(\"Rune platelegs\", 4, 2)\n\t.add(\"Rune sq shield\", 4, 2)\n\t.add(\"Dragon dagger\", 6, 2)\n\n\t/* Runes and ammunition */\n\t.add(\"Chaos rune\", 500, 7)\n\t.add(\"Death rune\", 700, 7)\n\t.add(\"Blood rune\", 900, 7)\n\t.add(\"Diamond bolts (e)\", 300, 5)\n\t.add(\"Cannonball\", 600, 4)\n\n\t/* Materials */\n\t.add(\"Uncut diamond\", 35, 8)\n\t.add(\"Gold ore\", 675, 6)\n\t.add(\"Onyx bolt tips\", 150, 5)\n\t.add(\"Magic logs\", 225, 5)\n\t.add(\"Limpwurt root\", 100, 5)\n\t.add(\"Red spiders' eggs\", 500, 3)\n\t.add(\"Uncut dragonstone\", 5, 2)\n\t.add(\"Uncut ruby\", 75, 1)\n\t.add(\"Unicorn horn\", 225, 1)\n\t.add(\"Grimy ranarr weed\", 45, 1)\n\t.add(\"Grimy snapdragon\", 150, 1)\n\t.add(\"Grimy toadflax\", 45, 1)\n\n\t/* Other */\n\t.add(\"Coins\", 50_000, 10)\n\t.add(\"Super restore(4)\", 10, 5)\n\t.add(\"Dark crab\", 50, 5)\n\t.add(\"Supercompost\", 225, 4)\n\t.add(\"Antidote++(4)\", 20, 3)\n\t.add(\"Wilderness crabs teleport\", 4, 3)\n\t.add(\"Blighted anglerfish\", 100, 1)\n\n\t/* Tertiary */\n\t.tertiary(100, \"Clue scroll (elite)\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(1500, \"Venenatis spiderling\")\n\t.tertiary(5013, \"Curved bone\");\n\nconst VenenatisTotalTable = new LootTable().every(VenenatisSecondarySupplyTable).every(VenenatisTable);\n\nexport default new SimpleMonster({\n\tid: 6610,\n\tname: \"Venenatis\",\n\ttable: VenenatisTotalTable,\n\taliases: [\"ven\", \"venny\", \"venenatis\", \"vene\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst SkeletonHellhoundTable = new LootTable().every(\"Bones\").oneIn(5000, \"Skeleton champion scroll\");\n\nconst VetionUniqueTable = new LootTable()\n\t.oneIn(196, \"Skull of vet'ion\")\n\t.oneIn(256, \"Dragon 2h sword\")\n\t.oneIn(256, \"Dragon pickaxe\")\n\t.oneIn(360, \"Voidwaker blade\")\n\t.oneIn(512, \"Ring of the gods\");\n\nconst VetionSecondarySupplyTable = new LootTable({ limit: 18 })\n\t.add(\"Blighted anglerfish\", [5, 6], 1)\n\t.add(\"Blighted karambwan\", [5, 6], 1)\n\t.add(\"Blighted super restore(3)\", [3, 4], 1)\n\t.add(\"Blighted super restore(4)\", [3, 4], 1)\n\t.add(\"Ranging potion(2)\", [2, 3], 1)\n\t.add(\"Super combat potion(2)\", [2, 3], 1);\n\nconst VetionTable = new LootTable()\n\t.every(\"Big bones\")\n\t.every(SkeletonHellhoundTable, 4)\n\n\t/* Unique table */\n\t.every(VetionUniqueTable)\n\n\t/* Weapons and armour */\n\t.add(\"Rune pickaxe\", 5, 8)\n\t.add(\"Rune dart\", 150, 3)\n\t.add(\"Rune knife\", 150, 3)\n\t.add(\"Mystic fire staff\", 4, 2)\n\t.add(\"Mystic water staff\", 4, 2)\n\t.add(\"Mystic robe top\", 4, 2)\n\t.add(\"Mystic robe bottom\", 4, 2)\n\t.add(\"Rune full helm\", 4, 2)\n\n\t/* Runes and ammunition */\n\t.add(\"Chaos rune\", 900, 7)\n\t.add(\"Death rune\", 700, 7)\n\t.add(\"Blood rune\", 500, 7)\n\t.add(\"Cannonball\", 550, 4)\n\n\t/* Materials */\n\t.add(\"Gold ore\", 675, 6)\n\t.add(\"Limpwurt root\", 60, 5)\n\t.add(\"Wine of zamorak\", 100, 5)\n\t.add(\"Magic logs\", 225, 5)\n\t.add(\"Oak plank\", 400, 5)\n\t.add(\"Uncut ruby\", 75, 4)\n\t.add(\"Uncut diamond\", 35, 3)\n\t.add(\"Dragon bones\", 150, 3)\n\t.add(\"Uncut dragonstone\", 5, 2)\n\t.add(\"Mort myre fungus\", 450, 2)\n\t.add(\"Grimy ranarr weed\", 100, 1)\n\t.add(\"Grimy dwarf weed\", 45, 1)\n\t.add(\"Grimy snapdragon\", 45, 1)\n\t.add(\"Grimy toadflax\", 45, 1)\n\n\t/* Other */\n\t.add(\"Coins\", 50_000, 10)\n\t.add(\"Super restore(4)\", 10, 5)\n\t.add(\"Sanfew serum(4)\", 20, 5)\n\t.add(\"Dark crab\", 50, 5)\n\t.add(\"Supercompost\", 225, 4)\n\t.add(\"Wilderness crabs teleport\", 4, 3)\n\t.add(\"Blighted anglerfish\", 100, 1)\n\n\t/* Tertiary */\n\t.tertiary(100, \"Clue scroll (elite)\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(1500, \"Vet'ion jr.\")\n\t.tertiary(5000, \"Skeleton champion scroll\")\n\t.tertiary(5013, \"Curved bone\");\n\nconst VetionTotalTable = new LootTable().every(VetionSecondarySupplyTable).every(VetionTable);\n\nexport default new SimpleMonster({\n\tid: 6611,\n\tname: \"Vet'ion\",\n\ttable: VetionTotalTable,\n\taliases: [\"vetion\", \"vet'ion\", \"vet\"],\n});\n", "import Artio from \"./Artio\";\nimport Callisto from \"./Callisto\";\nimport Calvarion from \"./Calvarion\";\nimport ChaosElemental from \"./ChaosElemental\";\nimport ChaosFanatic from \"./ChaosFanatic\";\nimport CrazyArchaeologist from \"./CrazyArchaeologist\";\nimport KingBlackDragon from \"./KingBlackDragon\";\nimport Scorpia from \"./Scorpia\";\nimport Spindel from \"./Spindel\";\nimport Venenatis from \"./Venenatis\";\nimport Vetion from \"./Vetion\";\n\nexport const allWildyBosses = {\n\tCallisto,\n\tChaosElemental,\n\tCrazyArchaeologist,\n\tKingBlackDragon,\n\tScorpia,\n\tVenenatis,\n\tVetion,\n\tChaosFanatic,\n\tArtio,\n\tSpindel,\n\tCalvarion,\n};\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst SigilTable = new LootTable().add(\"Spectral sigil\", 1, 3).add(\"Arcane sigil\", 1, 3).add(\"Elysian sigil\", 1, 1);\n\nexport const CorporealBeastTable = new LootTable()\n\n\t.add(\"Spirit shield\", 1, 8)\n\t.add(\"Holy elixir\", 1, 3)\n\t.oneIn(585, SigilTable)\n\n\t/* Uncuts */\n\t.add(GemTable, 10, 12)\n\n\t/* Weapons and armour */\n\t.add(\"Mystic robe top\", 1, 18)\n\t.add(\"Mystic robe bottom\", 1, 18)\n\t.add(\"Mystic air staff\", 1, 12)\n\t.add(\"Mystic water staff\", 1, 12)\n\t.add(\"Mystic earth staff\", 1, 12)\n\t.add(\"Mystic fire staff\", 1, 12)\n\n\t/* Runes */\n\t.add(\"Soul rune\", 250, 32)\n\t.add(\"Runite bolts\", 250, 24)\n\t.add(\"Death rune\", 300, 22)\n\t.add(\"Onyx bolts (e)\", 175, 20)\n\t.add(\"Cannonball\", 2000, 17)\n\t.add(\"Adamant arrow\", 750, 17)\n\t.add(\"Law rune\", 250, 17)\n\t.add(\"Cosmic rune\", 500, 17)\n\n\t/* Resources */\n\t.add(\"Raw shark\", 70, 21)\n\t.add(\"Pure essence\", 2500, 21)\n\t.add(\"Adamantite bar\", 35, 18)\n\t.add(\"Green dragonhide\", 100, 18)\n\t.add(\"Adamantite ore\", 125, 17)\n\t.add(\"Runite ore\", 20, 12)\n\t.add(\"Teak plank\", 100, 12)\n\t.add(\"Mahogany logs\", 150, 12)\n\t.add(\"Magic logs\", 75, 12)\n\n\t/* Other */\n\t.add(\"Tuna potato\", 30, 20)\n\t.add(\"White berries\", 120, 17)\n\t.add(\"Desert goat horn\", 120, 17)\n\t.add(\"Watermelon seed\", 24, 15)\n\t.add(\"Coins\", [20_000, 50_000], 12)\n\t.add(\"Antidote++(4)\", 40, 10)\n\t.add(\"Ranarr seed\", 10, 5)\n\n\t/* Tertiary */\n\t.tertiary(200, \"Clue scroll (elite)\")\n\t.tertiary(1000, \"Jar of spirits\")\n\t.tertiary(5000, \"Pet dark core\");\n\nexport default new SimpleMonster({\n\tid: 319,\n\tname: \"Corporeal Beast\",\n\ttable: CorporealBeastTable,\n\taliases: [\"corporeal beast\", \"corp\"],\n});\n", "import { Araxxor } from \"./Araxxor\";\nimport { AwakenedDukeSucellus } from \"./AwakenedDukeSucellus\";\nimport { AwakenedTheLeviathan } from \"./AwakenedTheLeviathan\";\nimport { AwakenedTheWhisperer } from \"./AwakenedTheWhisperer\";\nimport { AwakenedVardorvis } from \"./AwakenedVardorvis\";\nimport Bryophyta from \"./Bryophyta\";\nimport CommanderZilyana from \"./CommanderZilyana\";\nimport DagannothPrime from \"./DagannothPrime\";\nimport DagannothRex from \"./DagannothRex\";\nimport DagannothSupreme from \"./DagannothSupreme\";\nimport DerangedArchaeologist from \"./DerangedArchaeologist\";\nimport { DukeSucellus } from \"./DukeSucellus\";\nimport GeneralGraardor from \"./GeneralGraardor\";\nimport GiantMole from \"./GiantMole\";\nimport KalphiteQueen from \"./KalphiteQueen\";\nimport Kreearra from \"./Kreearra\";\nimport KrilTsutsaroth from \"./KrilTsutsaroth\";\nimport Obor from \"./Obor\";\nimport PhantomMuspah from \"./PhantomMuspah\";\nimport Sarachnis from \"./Sarachnis\";\nimport Scurrius from \"./Scurrius\";\nimport Skotizo from \"./Skotizo\";\nimport { TheLeviathan } from \"./TheLeviathan\";\nimport { TheWhisperer } from \"./TheWhisperer\";\nimport { Vardorvis } from \"./Vardorvis\";\nimport Vorkath from \"./Vorkath\";\nimport Zulrah from \"./Zulrah\";\nimport { allSlayerBosses } from \"./slayer\";\nimport { allWildyBosses } from \"./wildy\";\nimport CorporealBeast from \"./wildy/CorporealBeast\";\n\nexport const allBosses = {\n\tAraxxor,\n\tCorporealBeast,\n\tDagannothPrime,\n\tDagannothRex,\n\tDagannothSupreme,\n\tGiantMole,\n\tKalphiteQueen,\n\tObor,\n\tSarachnis,\n\tVorkath,\n\tZulrah,\n\tCommanderZilyana,\n\tGeneralGraardor,\n\tKreearra,\n\tKrilTsutsaroth,\n\tBryophyta,\n\tSkotizo,\n\tDerangedArchaeologist,\n\tPhantomMuspah,\n\tDukeSucellus,\n\tVardorvis,\n\tTheLeviathan,\n\tTheWhisperer,\n\tAwakenedDukeSucellus,\n\tAwakenedTheLeviathan,\n\tAwakenedTheWhisperer,\n\tAwakenedVardorvis,\n\tScurrius,\n\t...allWildyBosses,\n\t...allSlayerBosses,\n};\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\nimport RareSeedTable from \"../../../subtables/RareSeedTable\";\n\nconst AberrantSpectreHerbTable = new LootTable()\n\t.add(HerbDropTable, 1, 11)\n\t.add(HerbDropTable, 2, 11)\n\t.add(HerbDropTable, 3, 4);\n\nexport const AberrantSpectrePreTable = new LootTable({ limit: 128 })\n\t/* Weapons and armour */\n\t.add(\"Steel axe\", 1, 3)\n\t.add(\"Mithril kiteshield\", 1, 1)\n\t.add(\"Lava battlestaff\", 1, 1)\n\t.add(\"Adamant platelegs\", 1, 1)\n\t.add(\"Rune full helm\", 1, 1)\n\t.oneIn(512, \"Mystic robe bottom (dark)\")\n\n\t/* Herbs */\n\t.add(AberrantSpectreHerbTable, 1, 78)\n\n\t/* Seeds */\n\t.add(RareSeedTable, 1, 19)\n\n\t/* Coins */\n\t.add(\"Coins\", 460, 1)\n\n\t/* Rdt */\n\t.add(GemTable, 1, 5);\n\nconst AberrantSpectreTable = new LootTable()\n\t.every(AberrantSpectrePreTable)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (hard)\");\n\nexport default new SimpleMonster({\n\tid: 2,\n\tname: \"Aberrant Spectre\",\n\ttable: AberrantSpectreTable,\n\taliases: [\"aberrant\", \"aberrant spectre\", \"abby specs\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport RareDropTable, { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst WildySlayerCaveTable = new LootTable()\n\t.add(\"Blighted entangle sack\", [1, 10], 14500)\n\t.add(\"Blighted anglerfish\", [1, 2], 10800)\n\t.add(\"Blighted manta ray\", [1, 2], 7190)\n\t.add(\"Blighted karambwan\", [1, 2], 7190)\n\t.add(\"Blighted teleport spell sack\", [1, 10], 7190)\n\t.add(\"Blighted ancient ice sack\", [1, 10], 7190)\n\t.add(\"Blighted vengeance sack\", [1, 10], 7190)\n\t.add(\"Blighted super restore(4)\", 1, 3600)\n\t.add(\"Revenant cave teleport\", 1, 3600)\n\t.add(\"Dareeyak teleport\", 1, 720)\n\t.add(\"Wilderness crabs teleport\", 1, 720)\n\t.add(\"Carrallanger teleport\", 1, 720)\n\t.add(\"Paddewwa teleport\", 1, 720)\n\t.add(\"Annakarl teleport\", 1, 720)\n\t.add(\"Lassar teleport\", 1, 720)\n\t.add(\"Kharyrll teleport\", 1, 720)\n\t.add(\"Senntisten teleport\", 1, 720)\n\t.add(\"Ghorrock teleport\", 1, 720)\n\t.add(\"Target teleport\", 1, 720)\n\t.add(\"Magic shortbow scroll\", 1, 288)\n\t.add(\"Ring of wealth scroll\", 1, 288)\n\t.add(\"Trouver parchment\", 2, 72)\n\t.add(\"Looting bag note\", 1, 72);\n\nexport const AbyssalDemonPreTable = new LootTable()\n\t/* Weapons and armour */\n\t.add(\"Black sword\", 1, 4)\n\t.add(\"Steel battleaxe\", 1, 3)\n\t.add(\"Black axe\", 1, 2)\n\t.add(\"Mithril kiteshield\", 1, 1)\n\t.add(\"Rune chainbody\", 1, 1)\n\t.add(\"Rune med helm\", 1, 1)\n\t.oneIn(512, \"Abyssal whip\")\n\t.oneIn(32_768, \"Abyssal dagger\")\n\n\t/* Runes */\n\t.add(\"Air rune\", 50, 8)\n\t.add(\"Chaos rune\", 10, 6)\n\t.add(\"Blood rune\", 7, 4)\n\t.add(\"Law rune\", 3, 1)\n\n\t/* Seeds */\n\t.add(HerbDropTable, 1, 19)\n\n\t/* Materials */\n\t.add(\"Pure essence\", 60, 5)\n\t.add(\"Adamantite bar\", 1, 2)\n\n\t/* Coins */\n\t.add(\"Coins\", 132, 35)\n\t.add(\"Coins\", 220, 9)\n\t.add(\"Coins\", 30, 7)\n\t.add(\"Coins\", 44, 6)\n\t.add(\"Coins\", 460, 1)\n\n\t/* Other */\n\t.add(\"Lobster\", 1, 2)\n\t.add(\"Cosmic talisman\", 1, 1)\n\t.add(\"Chaos talisman\", 1, 1)\n\t.add(\"Defence potion(3)\", 1, 1)\n\n\t.add(RareDropTable, 1, 2)\n\t.add(GemTable, 1, 5);\n\nconst AbyssalDemonTable = new LootTable()\n\t.every(\"Abyssal ashes\")\n\t.every(AbyssalDemonPreTable)\n\n\t/* Tertiary */\n\t.tertiary(25, \"Ensouled abyssal head\")\n\t.tertiary(128, \"Clue scroll (hard)\")\n\t.tertiary(1200, \"Clue scroll (elite)\")\n\t.tertiary(6000, \"Abyssal head\");\n\nconst AbyssalDemonWildyCaveTable = new LootTable()\n\t.every(AbyssalDemonTable)\n\t.add(WildySlayerCaveTable, 1, 80)\n\t.add(new LootTable(), 1, 20);\n\nexport default new SimpleMonster({\n\tid: 415,\n\tname: \"Abyssal Demon\",\n\ttable: AbyssalDemonTable,\n\twildyCaveTable: AbyssalDemonWildyCaveTable,\n\taliases: [\"abbys\", \"abby demon\", \"abby demons\", \"abyssal demons\", \"abyssal demon\"],\n});\n", "import LootTable from \"../../structures/LootTable\";\n\nconst UsefulHerbTable = new LootTable()\n\t.add(\"Grimy avantoe\", 1, 5)\n\t.add(\"Grimy snapdragon\", 1, 4)\n\t.add(\"Grimy ranarr weed\", 1, 4)\n\t.add(\"Grimy torstol\", 1, 3);\n\nexport default UsefulHerbTable;\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport RareDropTable from \"../../../subtables/RareDropTable\";\nimport UsefulHerbTable from \"../../../subtables/UsefulHerbTable\";\n\nconst AdamantDragonTable = new LootTable()\n\t.every(\"Dragon bones\")\n\t.every(\"Adamantite bar\", 2)\n\n\t/* Weapons and armour */\n\t.add(\"Adamant platebody\", 1, 9)\n\t.add(\"Rune mace\", 1, 7)\n\t.add(\"Rune scimitar\", 1, 7)\n\t.add(\"Dragon med helm\", 1, 1)\n\t.add(\"Dragon platelegs\", 1, 1)\n\t.add(\"Dragon plateskirt\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Adamant arrow\", [30, 40], 8)\n\t.add(\"Wrath rune\", [10, 30], 8)\n\t.add(\"Chaos rune\", [60, 120], 7)\n\t.add(\"Death rune\", [30, 60], 7)\n\n\t/* Herbs */\n\t.add(UsefulHerbTable, 1, 8)\n\n\t/* Materials */\n\t.add(\"Adamant bolts(unf)\", [20, 40], 11)\n\t.add(\"Adamant javelin heads\", [40, 50], 8)\n\t.add(\"Diamond\", [1, 3], 7)\n\t.add(\"Dragon javelin heads\", [20, 30], 7)\n\t.add(\"Adamantite ore\", [8, 20], 6)\n\t.add(\"Adamantite bar\", [5, 35], 4)\n\t.add(\"Dragon bolts (unf)\", [15, 20], 1)\n\n\t/* Other */\n\t.add(\"Wrath talisman\", 1, 1)\n\n\t/* RDT */\n\t.add(RareDropTable, 1, 1)\n\n\t/* Tertiary */\n\t.tertiary(320, \"Clue scroll (elite)\")\n\t.tertiary(1000, \"Dragon limbs\")\n\t.tertiary(5000, \"Dragon metal slice\")\n\t.tertiary(9000, \"Draconic visage\");\n\nexport default new SimpleMonster({\n\tid: 8030,\n\tname: \"Adamant Dragon\",\n\ttable: AdamantDragonTable,\n\taliases: [\"adamant dragon\", \"addy dragon\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport default new SimpleMonster({\n\tid: 3292,\n\tname: \"Al-Kharid warrior\",\n\tpickpocketTable: new LootTable().add(\"Coins\", 18).tertiary(257_211, \"Rocky\"),\n\taliases: [\"al-kharid warrior\", \"alkharid warrior\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport RareDropTable from \"../../../subtables/RareDropTable\";\nimport TreeHerbSeedTable from \"../../../subtables/TreeHerbSeedTable\";\n\nconst AncientZygomiteTable = new LootTable()\n\t.every(\"Mort myre fungus\", [1, 2])\n\n\t/* Weapons */\n\t.add(\"Rune axe\", 1, 2)\n\n\t/* Runes */\n\t.add(\"Earth rune\", 100, 10)\n\t.add(\"Law rune\", 15, 4)\n\t.add(\"Cosmic rune\", 15, 4)\n\t.add(\"Nature rune\", 15, 4)\n\n\t/* Herbs */\n\t.add(\"Grimy kwuarm\", [1, 2], 4)\n\t.add(\"Grimy torstol\", 1, 4)\n\t.add(\"Grimy cadantine\", [1, 2], 3)\n\t.add(\"Grimy dwarf weed\", [1, 2], 2)\n\t.add(\"Grimy lantadyme\", [1, 2], 2)\n\n\t/* Seeds */\n\t.add(\"Mushroom spore\", 1, 8)\n\t.add(TreeHerbSeedTable, 1, 3)\n\n\t/* Fossils */\n\t.add(\"Numulite\", [7, 19], 29)\n\t.add(\"Unidentified small fossil\", 1, 2)\n\t.oneIn(100, \"Unidentified medium fossil\")\n\t.oneIn(125, \"Unidentified large fossil\")\n\t.oneIn(500, \"Unidentified rare fossil\")\n\n\t/* Other */\n\t.add(\"Pyrophosphite\", 1, 13)\n\t.add(\"Calcite\", 1, 12)\n\t.add(\"Supercompost\", 2, 8)\n\t.add(\"Volcanic ash\", 2, 2)\n\t.add(\"Mort myre fungus\", 5, 2)\n\n\t/* Gem drop table */\n\t.add(RareDropTable, 1, 4)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (medium)\");\n\nexport default new SimpleMonster({\n\tid: 7797,\n\tname: \"Ancient Zygomite\",\n\ttable: AncientZygomiteTable,\n\taliases: [\"ancient zygomite\"],\n});\n", "import LootTable from \"../../structures/LootTable\";\n\nexport const CommonSeedDropTable = new LootTable()\n\t.add(\"Limpwurt seed\", 1, 137)\n\t.add(\"Strawberry seed\", 1, 131)\n\t.add(\"Marrentill seed\", 1, 125)\n\t.add(\"Jangerberry seed\", 1, 92)\n\t.add(\"Tarromin seed\", 1, 85)\n\t.add(\"Wildblood seed\", 1, 83)\n\t.add(\"Watermelon seed\", 1, 63)\n\t.add(\"Harralander seed\", 1, 56)\n\t.add(\"Snape grass seed\", 1, 40)\n\t.add(\"Ranarr seed\", 1, 39)\n\t.add(\"Whiteberry seed\", 1, 34)\n\t.add(\"Mushroom spore\", 1, 29)\n\t.add(\"Toadflax seed\", 1, 27)\n\t.add(\"Belladonna seed\", 1, 18)\n\t.add(\"Irit seed\", 1, 18)\n\t.add(\"Poison ivy seed\", 1, 13)\n\t.add(\"Avantoe seed\", 1, 12)\n\t.add(\"Cactus seed\", 1, 12)\n\t.add(\"Kwuarm seed\", 1, 9)\n\t.add(\"Potato cactus seed\", 1, 8)\n\t.add(\"Snapdragon seed\", 1, 5)\n\t.add(\"Cadantine seed\", 1, 4)\n\t.add(\"Lantadyme seed\", 1, 3)\n\t.add(\"Dwarf weed seed\", 1, 2)\n\t.add(\"Torstol seed\", 1, 1);\n\nexport default CommonSeedDropTable;\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport CommonSeedDropTable from \"../../../subtables/CommonSeedDropTable\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst WildySlayerCaveTable = new LootTable()\n\t.add(\"Blighted entangle sack\", [1, 10], 11900)\n\t.add(\"Blighted anglerfish\", [1, 2], 8930)\n\t.add(\"Blighted manta ray\", [1, 2], 8930)\n\t.add(\"Blighted karambwan\", [1, 2], 5950)\n\t.add(\"Blighted teleport spell sack\", [1, 10], 5950)\n\t.add(\"Blighted ancient ice sack\", [1, 10], 5950)\n\t.add(\"Blighted vengeance sack\", [1, 10], 5950)\n\t.add(\"Blighted super restore(4)\", 1, 2980)\n\t.add(\"Revenant cave teleport\", 1, 2980)\n\t.add(\"Dareeyak teleport\", 1, 595)\n\t.add(\"Wilderness crabs teleport\", 1, 595)\n\t.add(\"Carrallanger teleport\", 1, 595)\n\t.add(\"Paddewwa teleport\", 1, 595)\n\t.add(\"Annakarl teleport\", 1, 595)\n\t.add(\"Lassar teleport\", 1, 595)\n\t.add(\"Kharyrll teleport\", 1, 595)\n\t.add(\"Senntisten teleport\", 1, 595)\n\t.add(\"Ghorrock teleport\", 1, 595)\n\t.add(\"Target teleport\", 1, 595)\n\t.add(\"Magic shortbow scroll\", 1, 238)\n\t.add(\"Ring of wealth scroll\", 1, 238)\n\t.add(\"Trouver parchment\", 2, 59)\n\t.add(\"Looting bag note\", 1, 59);\n\nconst AnkouTable = new LootTable({ limit: 100 })\n\t.every(\"Bones\")\n\n\t.oneIn(33, \"Left skull half\")\n\n\t/* Weapons and armor */\n\t.add(\"Black knife\", 1, 1)\n\t.add(\"Black robe\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Death rune\", 10, 10)\n\t.add(\"Blood rune\", 11, 6)\n\t.add(\"Law rune\", 2, 6)\n\t.add(\"Adamant arrow\", [5, 14], 4)\n\t.add(\"Blood rune\", 5, 3)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 3)\n\n\t/* Seeds */\n\t.add(CommonSeedDropTable, 1, 1)\n\n\t/* Materials */\n\t.add(\"Pure essence\", 15, 5)\n\t.add(\"Mithril ore\", [3, 7], 2)\n\n\t/* Coins */\n\t.add(\"Coins\", 8, 33)\n\t.add(\"Coins\", [5, 204], 10)\n\n\t/* Other */\n\t.add(\"Bass\", 1, 2)\n\t.add(\"Weapon poison\", 1, 2)\n\t.add(\"Fried mushrooms\", 1, 1)\n\n\t/* RDT */\n\t.add(GemTable, 1, 2)\n\n\t/* Tertiary */\n\t.tertiary(512, \"Clue scroll (hard)\");\n\nconst AnkouWildyCaveTable = new LootTable()\n\t.every(AnkouTable)\n\t.add(WildySlayerCaveTable, 1, 66)\n\t.add(new LootTable(), 1, 34);\n\nexport default new SimpleMonster({\n\tid: 2514,\n\tname: \"Ankou\",\n\ttable: AnkouTable,\n\twildyCaveTable: AnkouWildyCaveTable,\n\taliases: [\"ankou\", \"ank\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nexport const ArmadylianGuardTable = new LootTable()\n\t.every(\"Bones\")\n\n\t/* Weapons and armour */\n\t.add(\"Rune thrownaxe\", 6, 3)\n\t.add(\"Rune spear\", 1, 1)\n\t.oneIn(1_000_000, \"Armadyl helmet\")\n\t.oneIn(1_000_000, \"Bandos boots\")\n\n\t/* Runes */\n\t.add(\"Nature rune\", 20, 5)\n\t.add(\"Blood rune\", 20, 5)\n\t.add(\"Cosmic rune\", 20, 5)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 10)\n\n\t/* Coins */\n\t.add(\"Coins\", 35, 37)\n\t.add(\"Coins\", 350, 12)\n\n\t/* Other */\n\t.add(\"Headless arrow\", 30, 10)\n\t.add(\"Coal\", 1, 7)\n\t.add(\"Hammer\", 1, 5)\n\t.add(\"Feather\", 30, 5)\n\t.add(\"Shark\", 1, 3)\n\t.add(\"Adamantite bar\", 5, 1)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 9);\n\nexport default new SimpleMonster({\n\tid: 6587,\n\tname: \"Armadylian Guard\",\n\ttable: ArmadylianGuardTable,\n\taliases: [\"armadylian guard\", \"arma guard\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nexport const ArmouredZombieTable = new LootTable({ limit: 128 })\n\t.every(\"Bones\")\n\n\t/* Runes and ammunition */\n\t.add(\"Pure essence\", [20, 50], 12)\n\t.add(\"Adamant arrow\", 12, 8)\n\t.add(\"Blood rune\", [4, 10], 4)\n\t.add(\"Cosmic rune\", [10, 20], 3)\n\t.add(\"Nature rune\", [4, 10], 2)\n\t.add(\"Chaos rune\", [10, 20], 1)\n\t.add(\"Death rune\", [4, 10], 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 43)\n\n\t/* Other */\n\t.add(\"Coins\", [50, 400], 31)\n\t.add(\"Oak plank\", 5, 6)\n\t.add(\"Plank\", 10, 5)\n\t.add(\"Adamant mace\", 1, 3)\n\t.add(\"Coins\", [10, 20], 3)\n\t.add(\"Teak plank\", 2, 2)\n\t.add(\"Adamant kiteshield\", 1, 1)\n\t.add(\"Eye of newt\", [2, 6], 1)\n\t.add(\"Fishing bait\", 6, 1)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 1)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (hard)\")\n\t.tertiary(800, \"Broken zombie axe\")\n\t.tertiary(5000, \"Zombie champion scroll\");\n\nexport default new SimpleMonster({\n\tid: 12_720,\n\tname: \"Armoured Zombie\",\n\ttable: ArmouredZombieTable,\n\taliases: [\"armoured zombie\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const AsynShadeTable = new LootTable().every(\"Asyn remains\");\n\nexport default new SimpleMonster({\n\tid: 1284,\n\tname: \"Asyn Shade\",\n\ttable: AsynShadeTable,\n\taliases: [\"asyn shade\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst AviansieTable = new LootTable({ limit: 128 })\n\t.every(\"Bones\")\n\t.every(\"Feather\", [1, 6])\n\n\t/* Runes */\n\t.add(\"Air rune\", 15, 18)\n\t.add(\"Water rune\", 30, 13)\n\t.add(\"Law rune\", 2, 4)\n\t.add(\"Nature rune\", 9, 4)\n\t.add(\"Chaos rune\", 3, 3)\n\t.add(\"Body rune\", 12, 2)\n\t.add(\"Blood rune\", 11, 2)\n\t.add(\"Mind rune\", 5, 1)\n\t.add(\"Chaos rune\", 16, 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 15)\n\n\t/* Materials */\n\t.add(\"Adamantite bar\", 4, 30)\n\t.add(\"Silver ore\", 1, 10)\n\t.add(\"Runite limbs\", 1, 1)\n\n\t/* Other */\n\t.add(\"Rune dagger(p+)\", 1, 11)\n\t.add(\"Antipoison(3)\", 5, 5)\n\t.add(\"Swordfish\", 5, 2)\n\n\t/* RDT */\n\t.add(GemTable, 1, 3)\n\n\t/* Tertiary */\n\t.tertiary(35, \"Ensouled aviansie head\")\n\t.tertiary(128, \"Clue scroll (hard)\");\n\nexport default new SimpleMonster({\n\tid: 3169,\n\tname: \"Aviansie\",\n\ttable: AviansieTable,\n\taliases: [\"aviansie\", \"avi\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst BabyBlackDragon = new LootTable().every(\"Babydragon bones\");\n\nexport default new SimpleMonster({\n\tid: 1871,\n\tname: \"Baby black Dragon\",\n\ttable: BabyBlackDragon,\n\taliases: [\"baby black dragon\", \"baby black drags\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst BabyBlueDragonTable = new LootTable()\n\t.every(\"Babydragon bones\")\n\n\t/* Tertiary */\n\t.tertiary(100, \"Scaly blue dragonhide\");\n\nexport default new SimpleMonster({\n\tid: 241,\n\tname: \"Baby blue Dragon\",\n\ttable: BabyBlueDragonTable,\n\taliases: [\"baby blue dragon\", \"baby blue drags\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst BabyGreenDragonTable = new LootTable().every(\"Babydragon bones\");\n\nexport default new SimpleMonster({\n\tid: 5194,\n\tname: \"Baby green Dragon\",\n\ttable: BabyGreenDragonTable,\n\taliases: [\"baby green dragon\", \"baby green drags\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst BabyRedDragonTable = new LootTable().every(\"Babydragon bones\");\n\nexport default new SimpleMonster({\n\tid: 137,\n\tname: \"Baby red Dragon\",\n\ttable: BabyRedDragonTable,\n\taliases: [\"baby red dragon\", \"baby red drags\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst BanditTable = new LootTable({ limit: 128 })\n\t.every(\"Bones\")\n\t.tertiary(128, \"Clue scroll (hard)\")\n\t.add(\"Adamant scimitar\", 1, 4)\n\t.add(\"Mithril sq shield\", 1, 2)\n\t.add(\"Mithril axe\", 1, 1)\n\n\t.add(\"Chaos rune\", 10, 3)\n\t.add(\"Water rune\", 11, 3)\n\t.add(\"Air rune\", 25, 2)\n\t.add(\"Death rune\", 4, 2)\n\t.add(\"Law rune\", 6, 2)\n\t.add(\"Mind rune\", 12, 1)\n\t.add(\"Blood rune\", 6, 1)\n\t.add(\"Nature rune\", 3, 1)\n\t.add(\n\t\tnew LootTable()\n\t\t\t.add(\"Grimy guam leaf\", 1, 8)\n\t\t\t.add(\"Grimy marrentill\", 1, 6)\n\t\t\t.add(\"Grimy tarromin\", 1, 5)\n\t\t\t.add(\"Grimy harralander\", 1, 3)\n\t\t\t.add(\"Grimy ranarr weed\", 1, 3)\n\t\t\t.add(\"Grimy irit leaf\", 1, 2)\n\t\t\t.add(\"Grimy avantoe\", 1, 2)\n\t\t\t.add(\"Grimy kwuarm\", 1, 1)\n\t\t\t.add(\"Grimy cadantine\")\n\t\t\t.add(\"Grimy lantadyme\")\n\t\t\t.add(\"Grimy dwarf weed\"),\n\t\t1,\n\t\t41,\n\t)\n\n\t.add(\"Coins\", 35, 26)\n\t.add(\"Coins\", 120, 13)\n\t.add(\"Coins\", 53, 10)\n\t.add(\"Coins\", 250, 2)\n\t.add(\"Coins\", 10, 1)\n\n\t.add(\"Coal\", 5, 6)\n\t.add(\"Dark fishing bait\", [10, 24], 2)\n\t.add(GemTable, 1, 3);\n\nexport default new SimpleMonster({\n\tid: 6605,\n\tname: \"Bandit\",\n\ttable: BanditTable,\n\taliases: [\"bandit\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nexport const BansheePreTable = new LootTable({ limit: 128 })\n\t.oneIn(512, \"Mystic gloves (dark)\", 1)\n\n\t/* Weapons and armour */\n\t.add(\"Iron mace\", 1, 2)\n\t.add(\"Iron dagger\", 1, 2)\n\t.add(\"Iron kiteshield\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Air rune\", 3, 3)\n\t.add(\"Cosmic rune\", 2, 3)\n\t.add(\"Chaos rune\", 3, 2)\n\t.add(\"Fire rune\", 7, 1)\n\t.add(\"Chaos rune\", 7, 1)\n\n\t/* Materials */\n\t.add(\"Pure essence\", 13, 22)\n\t.add(\"Iron ore\", 1, 1)\n\n\t/* Coins */\n\t.add(\"Coins\", 13, 10)\n\t.add(\"Coins\", 26, 8)\n\t.add(\"Coins\", 35, 8)\n\n\t/* Other */\n\t.add(\"Fishing bait\", 15, 22)\n\t.add(\"Fishing bait\", 7, 5)\n\t.add(\"Eye of newt\", 1, 1)\n\n\t/* Subtables */\n\t.add(HerbDropTable, 1, 34)\n\t.add(GemTable, 1, 2);\n\nconst BansheeTable = new LootTable().tertiary(128, \"Clue scroll (easy)\", 1).every(BansheePreTable);\n\nexport default new SimpleMonster({\n\tid: 414,\n\tname: \"Banshee\",\n\ttable: BansheeTable,\n\taliases: [\"banshee\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nexport const BasiliskPreTable = new LootTable()\n\t/* Weapons and armour */\n\t.add(\"Mithril axe\", 1, 3)\n\t.add(\"Steel battleaxe\", 1, 3)\n\t.add(\"Mithril spear\", 1, 2)\n\t.add(\"Adamant full helm\", 1, 1)\n\t.add(\"Mithril kiteshield\", 1, 1)\n\t.add(\"Rune dagger\", 1, 1)\n\t.oneIn(512, \"Mystic hat (light)\")\n\n\t/* Runes */\n\t.add(\"Water rune\", 75, 8)\n\t.add(\"Nature rune\", 15, 5)\n\t.add(\"Law rune\", 3, 3)\n\t.add(\"Nature rune\", 37, 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 35)\n\n\t/* Materials */\n\t.add(\"Adamantite ore\", 1, 3)\n\n\t/* Coins */\n\t.add(\"Coins\", 44, 29)\n\t.add(\"Coins\", 200, 17)\n\t.add(\"Coins\", 132, 5)\n\t.add(\"Coins\", 11, 5)\n\t.add(\"Coins\", 440, 1)\n\n\t/* RDT */\n\t.add(GemTable, 1, 5);\n\nconst BasiliskTable = new LootTable()\n\t.every(\"Bones\")\n\t.every(BasiliskPreTable)\n\n\t/* Tertiary */\n\t.tertiary(2000, \"Basilisk head\");\n\nexport default new SimpleMonster({\n\tid: 417,\n\tname: \"Basilisk\",\n\ttable: BasiliskTable,\n\taliases: [\"basilisk\", \"basi\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\nimport UsefulHerbTable from \"../../../subtables/UsefulHerbTable\";\n\nexport const BasiliskKnightPreTable = new LootTable({ limit: 52 })\n\t/* Weapons and armour */\n\t.add(\"Rune axe\", 1, 2)\n\t.add(\"Adamant platelegs\", 1, 1)\n\t.add(\"Adamant kiteshield\", 1, 1)\n\t.add(\"Rune battleaxe\", 1, 1)\n\t.add(\"Rune dagger\", 1, 1)\n\t.add(\"Rune scimitar\", 1, 1)\n\t.add(\"Rune spear\", 1, 1)\n\t.add(\"Rune med helm\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Astral rune\", [15, 35], 6)\n\t.add(\"Nature rune\", [15, 30], 6)\n\t.add(\"Law rune\", [20, 30], 6)\n\t.add(\"Death rune\", [10, 25], 3)\n\t.add(\"Blood rune\", [8, 20], 3)\n\n\t/* Herbs */\n\t.add(UsefulHerbTable, 1, 3)\n\n\t/* Other */\n\t.add(\"Coins\", [500, 2498], 7)\n\t.add(\"Adamantite ore\", [1, 2], 1)\n\n\t/* RDT */\n\t.add(GemTable, 1, 8);\n\nconst BasiliskKnightTable = new LootTable()\n\t.every(\"Big bones\")\n\t.every(BasiliskKnightPreTable)\n\n\t/* Tertiary */\n\t.tertiary(192, \"Clue scroll (hard)\")\n\t.tertiary(256, \"Mystic hat (light)\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(1000, \"Basilisk head\")\n\t.tertiary(5000, \"Basilisk jaw\")\n\t.tertiary(5013, \"Curved bone\");\n\nconst BasiliskKnightOnTaskTable = new LootTable()\n\t.every(\"Big bones\")\n\t.every(BasiliskKnightPreTable)\n\n\t/* Tertiary */\n\t.tertiary(192, \"Clue scroll (hard)\")\n\t.tertiary(256, \"Mystic hat (light)\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(1000, \"Basilisk head\")\n\t.tertiary(1000, \"Basilisk jaw\")\n\t.tertiary(5013, \"Curved bone\");\n\nexport default new SimpleMonster({\n\tid: 9293,\n\tname: \"Basilisk Knight\",\n\ttable: BasiliskKnightTable,\n\tonTaskTable: BasiliskKnightOnTaskTable,\n\taliases: [\"basilisk knight\", \"bas knight\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const BatTable = new LootTable().every(\"Bat bones\");\nexport default new SimpleMonster({\n\tid: 2827,\n\tname: \"Bat\",\n\ttable: BatTable,\n\taliases: [\"bat\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const BearCubTable = new LootTable()\n\t.every(\"Bones\")\n\t.every(\"Bear fur\")\n\t.every(\"Raw bear meat\")\n\n\t/* Tertiary */\n\t.tertiary(25, \"Ensouled bear head\", 1)\n\t.tertiary(90, \"Clue scroll (beginner)\", 1);\n\nexport default new SimpleMonster({\n\tid: 3909,\n\tname: \"Bear cub\",\n\ttable: BearCubTable,\n\taliases: [\"bear cub\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport default new SimpleMonster({\n\tid: 736,\n\tname: \"Bearded Pollnivnian Bandit\",\n\ttable: new LootTable({ limit: 5 }).every(\"Bones\").add(\"Coins\", [10, 300]),\n\tpickpocketTable: new LootTable().add(\"Coins\", 40).tertiary(257_211, \"Rocky\"),\n\taliases: [\"bearded pollnivnian bandit\", \"pollnivnian bandit\", \"bearded bandit\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const BigWolfTable = new LootTable().every(\"Wolf bones\");\n\nexport default new SimpleMonster({\n\tid: 115,\n\tname: \"Big Wolf\",\n\ttable: BigWolfTable,\n\taliases: [\"big wolf\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const BirdTable = new LootTable();\n\nexport default new SimpleMonster({\n\tid: 5240,\n\tname: \"Bird\",\n\ttable: BirdTable,\n\taliases: [\"bird\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const BlackBearTable = new LootTable()\n\t.every(\"Bones\")\n\t.every(\"Bear fur\")\n\t.every(\"Raw bear meat\")\n\n\t/* Tertiary */\n\t.tertiary(25, \"Ensouled bear head\", 1)\n\t.tertiary(90, \"Clue scroll (beginner)\", 1);\n\nexport default new SimpleMonster({\n\tid: 2839,\n\tname: \"Black bear\",\n\ttable: BlackBearTable,\n\taliases: [\"bear\", \"black bear\", \"bears\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport RareDropTable, { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst WildySlayerCaveTable = new LootTable()\n\t.add(\"Blighted entangle sack\", [1, 10], 8200)\n\t.add(\"Blighted anglerfish\", [1, 2], 6150)\n\t.add(\"Blighted manta ray\", [1, 2], 6150)\n\t.add(\"Blighted karambwan\", [1, 2], 4100)\n\t.add(\"Blighted teleport spell sack\", [1, 10], 4100)\n\t.add(\"Blighted ancient ice sack\", [1, 10], 4100)\n\t.add(\"Blighted vengeance sack\", [1, 10], 4100)\n\t.add(\"Blighted super restore(4)\", 1, 2050)\n\t.add(\"Revenant cave teleport\", 1, 2050)\n\t.add(\"Dareeyak teleport\", 1, 410)\n\t.add(\"Wilderness crabs teleport\", 1, 410)\n\t.add(\"Carrallanger teleport\", 1, 410)\n\t.add(\"Paddewwa teleport\", 1, 410)\n\t.add(\"Annakarl teleport\", 1, 410)\n\t.add(\"Lassar teleport\", 1, 410)\n\t.add(\"Kharyrll teleport\", 1, 410)\n\t.add(\"Senntisten teleport\", 1, 410)\n\t.add(\"Ghorrock teleport\", 1, 410)\n\t.add(\"Target teleport\", 1, 410)\n\t.add(\"Magic shortbow scroll\", 1, 164)\n\t.add(\"Ring of wealth scroll\", 1, 164)\n\t.add(\"Trouver parchment\", 2, 41)\n\t.add(\"Looting bag note\", 1, 41);\n\nconst BlackDemonTable = new LootTable()\n\t.every(\"Malicious ashes\")\n\n\t/* Weapons and armour */\n\t.add(\"Black sword\", 1, 4)\n\t.add(\"Steel battleaxe\", 1, 3)\n\t.add(\"Black axe\", 1, 2)\n\t.add(\"Mithril kiteshield\", 1, 1)\n\t.add(\"Rune med helm\", 1, 1)\n\t.add(\"Rune chainbody\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Air rune\", 50, 8)\n\t.add(\"Chaos rune\", 10, 7)\n\t.add(\"Blood rune\", 7, 4)\n\t.add(\"Fire rune\", 37, 1)\n\t.add(\"Law rune\", 3, 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 23)\n\n\t/* Coins */\n\t.add(\"Coins\", 132, 40)\n\t.add(\"Coins\", 30, 7)\n\t.add(\"Coins\", 44, 6)\n\t.add(\"Coins\", 220, 6)\n\t.add(\"Coins\", 460, 1)\n\n\t/* Other */\n\t.add(\"Lobster\", 1, 3)\n\t.add(\"Adamantite bar\", 1, 2)\n\t.add(\"Defence potion(3)\", 1, 1)\n\n\t/* RDT */\n\t.add(RareDropTable, 1, 1)\n\t.add(GemTable, 1, 5)\n\n\t/* Tertiary */\n\t.tertiary(35, \"Ensouled demon head\")\n\t.tertiary(128, \"Clue scroll (hard)\");\n\nconst BlackDemonWildyCaveTable = new LootTable()\n\t.every(BlackDemonTable)\n\t.add(WildySlayerCaveTable, 1, 91)\n\t.add(new LootTable(), 1, 9);\n\nexport default new SimpleMonster({\n\tid: 240,\n\tname: \"Black Demon\",\n\ttable: BlackDemonTable,\n\twildyCaveTable: BlackDemonWildyCaveTable,\n\taliases: [\"black demon\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport RareDropTable, { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst WildySlayerCaveTable = new LootTable()\n\t.add(\"Blighted entangle sack\", [1, 10], 8200)\n\t.add(\"Blighted anglerfish\", [1, 2], 6150)\n\t.add(\"Blighted manta ray\", [1, 2], 6150)\n\t.add(\"Blighted karambwan\", [1, 2], 4100)\n\t.add(\"Blighted teleport spell sack\", [1, 10], 4100)\n\t.add(\"Blighted ancient ice sack\", [1, 10], 4100)\n\t.add(\"Blighted vengeance sack\", [1, 10], 4100)\n\t.add(\"Blighted super restore(4)\", 1, 2050)\n\t.add(\"Revenant cave teleport\", 1, 2050)\n\t.add(\"Dareeyak teleport\", 1, 410)\n\t.add(\"Wilderness crabs teleport\", 1, 410)\n\t.add(\"Carrallanger teleport\", 1, 410)\n\t.add(\"Paddewwa teleport\", 1, 410)\n\t.add(\"Annakarl teleport\", 1, 410)\n\t.add(\"Lassar teleport\", 1, 410)\n\t.add(\"Kharyrll teleport\", 1, 410)\n\t.add(\"Senntisten teleport\", 1, 410)\n\t.add(\"Ghorrock teleport\", 1, 410)\n\t.add(\"Target teleport\", 1, 410)\n\t.add(\"Magic shortbow scroll\", 1, 164)\n\t.add(\"Ring of wealth scroll\", 1, 164)\n\t.add(\"Trouver parchment\", 2, 41)\n\t.add(\"Looting bag note\", 1, 41);\n\nconst BlackDragonTable = new LootTable()\n\t.every(\"Dragon bones\")\n\t.every(\"Black dragonhide\")\n\n\t/* Weapons and armour */\n\t.add(\"Mithril 2h sword\", 1, 4)\n\t.add(\"Mithril axe\", 1, 3)\n\t.add(\"Mithril battleaxe\", 1, 3)\n\t.add(\"Rune knife\", 2, 3)\n\t.add(\"Mithril kiteshield\", 1, 1)\n\t.add(\"Adamant platebody\", 1, 1)\n\t.add(\"Rune longsword\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Adamant javelin\", 30, 20)\n\t.add(\"Fire rune\", 50, 8)\n\t.add(\"Adamant dart(p)\", 16, 7)\n\t.add(\"Law rune\", 10, 5)\n\t.add(\"Blood rune\", 15, 3)\n\t.add(\"Air rune\", 75, 1)\n\n\t/* Coins */\n\t.add(\"Coins\", 196, 40)\n\t.add(\"Coins\", 330, 10)\n\t.add(\"Coins\", 690, 1)\n\n\t/* Other */\n\t.add(\"Dragon javelin heads\", 10, 6)\n\t.add(\"Adamantite bar\", 1, 3)\n\t.add(\"Chocolate cake\", 1, 3)\n\n\t/* RDT */\n\t.add(RareDropTable, 1, 2)\n\t.add(GemTable, 1, 3)\n\n\t/* Tertiary */\n\t.tertiary(35, \"Ensouled dragon head\")\n\t.tertiary(128, \"Clue scroll (hard)\")\n\t.tertiary(500, \"Clue scroll (elite)\")\n\t.tertiary(10_000, \"Draconic visage\");\n\nconst BlackDragonWildyCaveTable = new LootTable()\n\t.every(BlackDragonTable)\n\t.add(WildySlayerCaveTable, 1, 91)\n\t.add(new LootTable(), 1, 9);\n\nexport default new SimpleMonster({\n\tid: 252,\n\tname: \"Black Dragon\",\n\ttable: BlackDragonTable,\n\twildyCaveTable: BlackDragonWildyCaveTable,\n\taliases: [\"black dragon\", \"black drags\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nexport const BlackGuardTable = new LootTable()\n\t.every(\"Bones\")\n\t.tertiary(128, \"Clue scroll (medium)\")\n\t// TODO: Check over the drop rates in future.\n\t/* Weapons and Armour*/\n\t.add(\"Bronze med helm\", 1, 11)\n\t.add(\"Bronze battleaxe\", 1, 4)\n\t.add(\"Bronze bolts\", 6, 4)\n\t.add(\"Bronze warhammer\", 1, 4)\n\t.add(\"Bronze pickaxe\", 1, 4)\n\t.add(\"Iron battleaxe\", 1, 3)\n\t.add(\"Black warhammer\", 1, 2)\n\n\t/* Runes*/\n\t.add(\"Chaos rune\", 2, 4)\n\t.add(\"Nature rune\", 2, 4)\n\n\t/* Materials */\n\t.add(\"Coal\", 1, 2)\n\t.add(\"Copper ore\", 1, 3)\n\t.add(\"Bronze bar\", 1, 4)\n\t.add(\"Iron bar\", 1, 3)\n\n\t/* Other */\n\t.add(\"Coins\", [4, 42], 22)\n\t.add(\"Hammer\", 1, 8)\n\t.add(\"Keg of beer\", 1, 2)\n\t.add(\"Bucket of water\", 1, 4)\n\t.add(\"Ring mould\", 1, 4)\n\t/* Gem drop table */\n\t.add(GemTable);\n\nexport default new SimpleMonster({\n\tid: 6046,\n\tname: \"Black Guard\",\n\ttable: BlackGuardTable,\n\taliases: [\"black guard\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nexport const BlackKnightTable = new LootTable({ limit: 128 })\n\t.every(\"Bones\")\n\n\t/* Weapons and armour */\n\t.add(\"Iron sword\", 1, 4)\n\t.add(\"Iron full helm\", 1, 2)\n\t.add(\"Steel mace\", 1, 1)\n\n\t/* Runes */\n\t.add(\"Mithril arrow\", 3, 4)\n\t.add(\"Body rune\", 9, 3)\n\t.add(\"Chaos rune\", 6, 3)\n\t.add(\"Earth rune\", 10, 3)\n\t.add(\"Death rune\", 2, 2)\n\t.add(\"Law rune\", 3, 2)\n\t.add(\"Cosmic rune\", 7, 1)\n\t.add(\"Mind rune\", 2, 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 3)\n\n\t/* Materials */\n\t.add(\"Steel bar\", 1, 6)\n\t.add(\"Tin ore\", 1, 1)\n\t.add(\"Steel bar\", 1, 1)\n\n\t/* Coins */\n\t.add(\"Coins\", 35, 21)\n\t.add(\"Coins\", 6, 11)\n\t.add(\"Coins\", 58, 10)\n\t.add(\"Coins\", 12, 9)\n\t.add(\"Coins\", 80, 2)\n\t.add(\"Coins\", 1, 1)\n\t.add(\"Coins\", 13, 1)\n\n\t/* Other */\n\t.add(\"Bread\", 1, 1)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 3);\n\nexport default new SimpleMonster({\n\tid: 516,\n\tname: \"Black Knight\",\n\ttable: BlackKnightTable,\n\taliases: [\"black knight\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst HerbTable = new LootTable()\n\t.add(\"Grimy avantoe\", 1, 5)\n\t.add(\"Grimy ranarr weed\", 1, 4)\n\t.add(\"Grimy snapdragon\", 1, 4)\n\t.add(\"Grimy torstol\", 1, 3);\n\nconst BloodReaverTable = new LootTable()\n\t.every(\"Malicious ashes\")\n\n\t/* Ancient ceremonial robes */\n\t.add(\"Ancient ceremonial mask\", 1, 1)\n\t.add(\"Ancient ceremonial top\", 1, 1)\n\t.add(\"Ancient ceremonial legs\", 1, 1)\n\t.add(\"Ancient ceremonial gloves\", 1, 1)\n\t.add(\"Ancient ceremonial boots\", 1, 1)\n\n\t/* Runes */\n\t.add(\"Astral rune\", 25, 75)\n\t.add(\"Air rune\", 250, 35)\n\t.add(\"Mud rune\", 15, 35)\n\t.add(\"Mind rune\", 20, 20)\n\t.add(\"Nature rune\", 15, 20)\n\t.add(\"Chaos rune\", 15, 15)\n\t.add(\"Air rune\", 150, 10)\n\t.add(\"Blood rune\", 15, 10)\n\n\t/* Herbs */\n\t.add(HerbTable, 1, 50)\n\n\t/* Coins */\n\t.add(\"Coins\", 500, 45)\n\t.add(\"Coins\", [1300, 1337], 30)\n\t.add(\"Coins\", 1, 10)\n\n\t/* Potions */\n\t.add(\"Magic potion(1)\", 1, 55)\n\t.add(\"Prayer potion(2)\", 1, 45)\n\t.add(\"Super defence(1)\", 1, 10)\n\n\t/* Other */\n\t.add(\"Adamantite bar\", [1, 4], 40)\n\t.add(\"Coal\", [1, 10], 40)\n\t.add(\"Pure essence\", 23, 40)\n\t.add(\"Potato cactus\", 1, 35)\n\t.add(\"Blood essence\", 1, 5)\n\t.add(\"Nihil shard\", [2, 7], 5)\n\n\t/* RDT */\n\t.add(GemTable, 1, 5)\n\n\t/* Tertiary */\n\t.tertiary(112, \"Clue scroll (hard)\");\n\nexport default new SimpleMonster({\n\tid: 11_293,\n\tname: \"Blood Reaver\",\n\ttable: BloodReaverTable,\n\taliases: [\"blood reaver\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { itemTupleToTable } from \"../../../../util\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nexport const BloodveldPreTable = new LootTable()\n\t/* Weapons and armour */\n\t.add(\"Steel axe\", 1, 4)\n\t.add(\"Steel full helm\", 1, 4)\n\t.add(\"Steel scimitar\", 1, 2)\n\t.add(\"Black boots\", 1, 1)\n\t.add(\"Mithril sq shield\", 1, 1)\n\t.add(\"Mithril chainbody\", 1, 1)\n\t.add(\"Rune med helm\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Fire rune\", 60, 8)\n\t.add(\"Blood rune\", 10, 5)\n\t.add(\"Blood rune\", 3, 3)\n\t.add(\"Blood rune\", 30, 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 1)\n\n\t/* Coins */\n\t.add(\"Coins\", 120, 30)\n\t.add(\"Coins\", 40, 29)\n\t.add(\"Coins\", 200, 10)\n\t.add(\"Coins\", 10, 7)\n\t.add(\"Coins\", 450, 1)\n\n\t/* Other */\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Big bones\", 1],\n\t\t\t[\"Bones\", 1],\n\t\t]),\n\t\t1,\n\t\t7,\n\t)\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Big bones\", 3],\n\t\t\t[\"Bones\", 1],\n\t\t]),\n\t\t1,\n\t\t3,\n\t)\n\t.add(\"Meat pizza\", 1, 3)\n\t.add(\"Gold ore\", 1, 2)\n\n\t/* RDT */\n\t.add(GemTable, 1, 4);\n\nconst BloodveldTable = new LootTable()\n\t.every(\"Vile ashes\")\n\t.every(BloodveldPreTable)\n\n\t/* Tertiary */\n\t.tertiary(256, \"Clue scroll (hard)\")\n\t.tertiary(35, \"Ensouled bloodveld head\");\n\nexport default new SimpleMonster({\n\tid: 484,\n\tname: \"Bloodveld\",\n\ttable: BloodveldTable,\n\taliases: [\"bloodveld\", \"veld\", \"velds\", \"thicc boi jr\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst BlueDragonTable = new LootTable()\n\t.every(\"Dragon bones\")\n\t.every(\"Blue dragonhide\")\n\n\t/* Weapons and armour */\n\t.add(\"Steel platelegs\", 1, 4)\n\t.add(\"Mithril axe\", 1, 3)\n\t.add(\"Steel battleaxe\", 1, 3)\n\t.add(\"Mithril spear\", 1, 2)\n\t.add(\"Adamant full helm\", 1, 1)\n\t.add(\"Mithril kiteshield\", 1, 1)\n\t.add(\"Rune dagger\", 1, 1)\n\n\t/* Runes*/\n\t.add(\"Water rune\", 75, 8)\n\t.add(\"Nature rune\", 15, 5)\n\t.add(\"Law rune\", 3, 3)\n\t.add(\"Fire rune\", 37, 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 15)\n\n\t/* Coins */\n\t.add(\"Coins\", 44, 29)\n\t.add(\"Coins\", 132, 25)\n\t.add(\"Coins\", 200, 10)\n\t.add(\"Coins\", 11, 5)\n\t.add(\"Coins\", 440, 1)\n\n\t/* Other */\n\t.add(\"Adamantite ore\", 1, 3)\n\t.add(\"Bass\", 1, 3)\n\n\t/* RDT */\n\t.add(GemTable, 1, 5)\n\n\t/* Tertiary */\n\t.tertiary(50, \"Ensouled dragon head\")\n\t.tertiary(50, \"Scaly blue dragonhide\")\n\t.tertiary(128, \"Clue scroll (hard)\");\n\nexport default new SimpleMonster({\n\tid: 265,\n\tname: \"Blue Dragon\",\n\ttable: BlueDragonTable,\n\taliases: [\"blue dragon\", \"blue drags\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst BrineRatTable = new LootTable({ limit: 128 })\n\t.every(\"Bones\")\n\t.every(\"Raw rat meat\")\n\n\t/* Weapons */\n\t.oneIn(512, \"Brine sabre\")\n\n\t/* Runes */\n\t.add(\"Death rune\", 7, 18)\n\t.add(\"Earth rune\", 10, 6)\n\t.add(\"Earth rune\", 36, 4)\n\t.add(\"Water rune\", 10, 3)\n\t.add(\"Air rune\", 18, 2)\n\t.add(\"Earth rune\", 18, 2)\n\t.add(\"Water rune\", 18, 2)\n\t.add(\"Blood rune\", 4, 2)\n\n\t/* Materials */\n\t.add(\"Raw lobster\", 10, 6)\n\t.add(\"Raw shark\", 3, 6)\n\t.add(\"Raw rat meat\", 18, 2)\n\t.add(\"Raw pike\", 18, 2)\n\t.add(\"Raw shark\", 8, 2)\n\t.add(\"Raw swordfish\", 9, 2)\n\t.add(\"Raw shark\", 1, 1)\n\n\t/* Coins */\n\t.add(\"Coins\", 1, 21)\n\t.add(\"Coins\", 2, 16)\n\t.add(\"Coins\", 4, 9)\n\t.add(\"Coins\", 29, 3)\n\n\t/* Other */\n\t.add(\"Water talisman\", 1, 3)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (medium)\");\n\nexport default new SimpleMonster({\n\tid: 4501,\n\tname: \"Brine Rat\",\n\ttable: BrineRatTable,\n\taliases: [\"brine rat\", \"brine\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport RareDropTable, { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst BronzeDragonTable = new LootTable()\n\t.every(\"Dragon bones\")\n\t.every(\"Bronze bar\", 5)\n\n\t/* Pre-roll */\n\t.oneIn(2048, \"Dragon plateskirt\")\n\t.oneIn(2048, \"Dragon platelegs\")\n\n\t/* Weapons and armour */\n\t.add(\"Adamant dart(p)\", 1, 7)\n\t.add(\"Mithril 2h sword\", 1, 4)\n\t.add(\"Mithril axe\", 1, 3)\n\t.add(\"Mithril battleaxe\", 1, 3)\n\t.add(\"Rune knife\", 1, 3)\n\t.add(\"Mithril kiteshield\", 1, 1)\n\t.add(\"Adamant platebody\", 1, 1)\n\t.add(\"Rune longsword\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Adamant javelin\", 20, 20)\n\t.add(\"Fire rune\", 50, 8)\n\t.add(\"Mithril bolts\", [2, 12], 6)\n\t.add(\"Law rune\", 10, 5)\n\t.add(\"Blood rune\", 15, 3)\n\t.add(\"Death rune\", 25, 1)\n\n\t/* Coins */\n\t.add(\"Coins\", 196, 40)\n\t.add(\"Coins\", 330, 10)\n\t.add(\"Coins\", 690, 1)\n\n\t/* Other */\n\t.add(\"Adamantite bar\", 1, 3)\n\t.add(\"Swordfish\", 2, 2)\n\t.add(\"Swordfish\", 1, 1)\n\n\t/* Rare and Gem drop table, slightly adjusted */\n\t.add(RareDropTable, 1, 1)\n\t.add(GemTable, 1, 4)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (hard)\");\n\nexport default new SimpleMonster({\n\tid: 270,\n\tname: \"Bronze Dragon\",\n\ttable: BronzeDragonTable,\n\taliases: [\"bronze dragon\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport RareDropTable, { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst UniqueTable = new LootTable()\n\t.add(\"Dragon platelegs\")\n\t.add(\"Dragon plateskirt\")\n\t.add(\"Dragon spear\")\n\t.add(\"Uncut dragonstone\");\n\nconst BrutalBlackDragonTable = new LootTable()\n\t.every(\"Dragon bones\")\n\t.every(\"Black dragonhide\", 2)\n\n\t/* Unique */\n\t.add(UniqueTable, 1, 1)\n\n\t/* Weapons and armour */\n\t.add(\"Rune hasta\", 1, 10)\n\t.add(\"Rune platelegs\", 1, 7)\n\t.add(\"Rune full helm\", 2, 6)\n\t.add(\"Rune dart\", 20, 5)\n\t.add(\"Rune longsword\", 1, 5)\n\t.add(\"Black d'hide body\", 1, 2)\n\t.add(\"Rune knife\", 25, 2)\n\t.add(\"Rune thrownaxe\", 30, 2)\n\t.add(\"Black d'hide vambraces\", 1, 1)\n\t.add(\"Rune platebody\", 1, 1)\n\t.add(\"Dragon med helm\", 1, 1)\n\t.add(\"Dragon longsword\", 1, 1)\n\t.add(\"Dragon dagger\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Rune javelin\", 50, 8)\n\t.add(\"Blood rune\", 50, 8)\n\t.add(\"Soul rune\", 50, 8)\n\t.add(\"Death rune\", 75, 7)\n\t.add(\"Law rune\", 75, 7)\n\t.add(\"Rune arrow\", 75, 7)\n\n\t/* Materials */\n\t.add(\"Lava scale\", 5, 4)\n\t.add(\"Dragon dart tip\", 40, 3)\n\t.add(\"Runite ore\", 3, 2)\n\t.add(\"Dragon arrowtips\", 40, 2)\n\t.add(\"Dragon javelin heads\", 40, 1)\n\n\t/* Coins */\n\t.add(\"Coins\", 370, 11)\n\t.add(\"Coins\", 2200, 2)\n\t.add(\"Coins\", [540, 929], 1)\n\n\t/* Other */\n\t.add(\"Anglerfish\", 2, 8)\n\n\t/* Rare and Gem drop table */\n\t.add(RareDropTable, 1, 2)\n\t.add(GemTable, 1, 3)\n\n\t/* Tertiary */\n\t.tertiary(20, \"Ensouled dragon head\")\n\t.tertiary(128, \"Clue scroll (hard)\")\n\t.tertiary(250, \"Clue scroll (elite)\")\n\t.tertiary(10_000, \"Draconic visage\");\n\nexport default new SimpleMonster({\n\tid: 7275,\n\tname: \"Brutal black Dragon\",\n\ttable: BrutalBlackDragonTable,\n\taliases: [\"brutal black dragon\", \"bbds\", \"bbd\", \"brutal blacks\", \"brutal black\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport RareDropTable, { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst BrutalBlueDragonTable = new LootTable()\n\t.every(\"Dragon bones\")\n\t.every(\"Blue dragonhide\", 2)\n\n\t/* Weapons and armour */\n\t.add(\"Adamant hasta\", 1, 10)\n\t.add(\"Adamant platelegs\", 1, 7)\n\t.add(\"Mithril full helm\", 1, 5)\n\t.add(\"Rune longsword\", 1, 5)\n\t.add(\"Blue d'hide body\", 1, 2)\n\t.add(\"Blue d'hide vambraces\", 1, 1)\n\t.add(\"Dragon dagger\", 1, 1)\n\t.add(\"Dragon longsword\", 1, 1)\n\t.add(\"Dragon med helm\", 1, 1)\n\t.add(\"Rune full helm\", 1, 1)\n\t.add(\"Rune platebody\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Chaos rune\", 18, 8)\n\t.add(\"Death rune\", 11, 8)\n\t.add(\"Rune javelin\", 20, 8)\n\t.add(\"Air rune\", 50, 7)\n\t.add(\"Law rune\", 15, 7)\n\t.add(\"Rune arrow\", 15, 7)\n\t.add(\"Adamant dart\", 10, 5)\n\t.add(\"Rune knife\", 5, 2)\n\t.add(\"Rune thrownaxe\", 10, 2)\n\n\t/* Materials */\n\t.add(\"Blue dragon scale\", 5, 4)\n\t.add(\"Dragon dart tip\", 5, 3)\n\t.add(\"Dragon arrowtips\", 5, 2)\n\t.add(\"Runite ore\", 1, 2)\n\t.add(\"Dragon javelin heads\", 12, 1)\n\n\t/* Other */\n\t.add(\"Coins\", 370, 11)\n\t.add(\"Curry\", 2, 8)\n\t.add(\"Coins\", 621, 1)\n\n\t/* Other */\n\t.add(\"Adamantite ore\", 1, 3)\n\t.add(\"Bass\", 1, 3)\n\n\t/* Rare and Gem drop table, slightly adjusted */\n\t.add(RareDropTable, 1, 2)\n\t.add(GemTable, 1, 3)\n\n\t/* Tertiary */\n\t.tertiary(20, \"Ensouled dragon head\")\n\t.tertiary(33, \"Scaly blue dragonhide\")\n\t.tertiary(128, \"Clue scroll (hard)\")\n\t.tertiary(750, \"Clue scroll (elite)\")\n\t.tertiary(10_000, \"Draconic visage\");\n\nexport default new SimpleMonster({\n\tid: 7273,\n\tname: \"Brutal blue Dragon\",\n\ttable: BrutalBlueDragonTable,\n\taliases: [\"brutal blue dragon\", \"brutal blues\", \"brutal blue\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport RareDropTable, { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst BrutalGreenDragonTable = new LootTable()\n\t.every(\"Dragon bones\")\n\t.every(\"Green dragonhide\", 2)\n\n\t/* Weapons and armour */\n\t.add(\"Adamant dart(p)\", 25, 5)\n\t.add(\"Adamant 2h sword\", 1, 4)\n\t.add(\"Mithril hasta\", 1, 3)\n\t.add(\"Adamant knife\", 8, 3)\n\t.add(\"Adamant med helm\", 1, 3)\n\t.add(\"Rune thrownaxe\", 8, 3)\n\t.add(\"Adamant spear\", 1, 2)\n\t.add(\"Adamant chainbody\", 1, 1)\n\t.add(\"Adamant kiteshield\", 1, 1)\n\t.add(\"Adamant platelegs\", 1, 1)\n\t.add(\"Rune full helm\", 1, 1)\n\t.add(\"Rune chainbody\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Blood rune\", 20, 29)\n\t.add(\"Lava rune\", 35, 8)\n\t.add(\"Steam rune\", 37, 6)\n\t.add(\"Nature rune\", 17, 5)\n\t.add(\"Law rune\", 15, 3)\n\t.add(\"Adamant arrow\", 8, 3)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 15)\n\n\t/* Materials */\n\t.add(\"Dragon javelin heads\", 12, 10)\n\t.add(\"Mithril ore\", 5, 3)\n\n\t/* Other */\n\t.add(\"Coins\", 242, 11)\n\t.add(\"Coins\", 621, 10)\n\n\t/* Other */\n\t.add(\"Curry\", [1, 2], 2)\n\n\t/* Rare and Gem drop table, slightly adjusted */\n\t.add(RareDropTable, 1, 3)\n\t.add(GemTable, 1, 2)\n\n\t/* Tertiary */\n\t.tertiary(28, \"Ensouled dragon head\")\n\t.tertiary(128, \"Clue scroll (hard)\");\n\nexport default new SimpleMonster({\n\tid: 2918,\n\tname: \"Brutal green Dragon\",\n\ttable: BrutalGreenDragonTable,\n\taliases: [\"brutal green dragon\", \"brutal greens\", \"brutal green\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport RareDropTable, { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst BrutalRedDragonTable = new LootTable()\n\t.every(\"Dragon bones\")\n\t.every(\"Red dragonhide\", 2)\n\n\t/* Weapons and armour */\n\t.add(\"Rune hasta\", 1, 10)\n\t.add(\"Adamant platelegs\", 1, 7)\n\t.add(\"Adamant full helm\", 1, 5)\n\t.add(\"Rune longsword\", 1, 5)\n\t.add(\"Red d'hide body\", 1, 2)\n\t.add(\"Rune full helm\", 2, 2)\n\t.add(\"Red d'hide vambraces\", 1, 1)\n\t.add(\"Dragon dagger\", 1, 1)\n\t.add(\"Dragon longsword\", 1, 1)\n\t.add(\"Dragon med helm\", 1, 1)\n\t.add(\"Rune platebody\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Death rune\", 25, 8)\n\t.add(\"Rune javelin\", 30, 8)\n\t.add(\"Air rune\", 105, 7)\n\t.add(\"Blood rune\", 12, 7)\n\t.add(\"Law rune\", 25, 7)\n\t.add(\"Rune arrow\", 25, 7)\n\t.add(\"Adamant dart\", 20, 5)\n\t.add(\"Rune knife\", 10, 2)\n\t.add(\"Rune thrownaxe\", 15, 2)\n\n\t/* Materials */\n\t.add(\"White berries\", 5, 4)\n\t.add(\"Dragon dart tip\", 8, 3)\n\t.add(\"Dragon arrowtips\", 8, 2)\n\t.add(\"Runite ore\", 2, 2)\n\t.add(\"Dragon javelin heads\", 25, 1)\n\n\t/* Coins */\n\t.add(\"Coins\", 670, 11)\n\t.add(\"Coins\", 621, 1)\n\n\t/* Other */\n\t.add(\"Curry\", 3, 8)\n\n\t/* Rare and Gem drop table */\n\t.add(RareDropTable, 1, 2)\n\t.add(GemTable, 1, 3)\n\n\t/* Tertiary */\n\t.tertiary(20, \"Ensouled dragon head\")\n\t.tertiary(128, \"Clue scroll (hard)\")\n\t.tertiary(500, \"Clue scroll (elite)\")\n\t.tertiary(10_000, \"Draconic visage\");\n\nexport default new SimpleMonster({\n\tid: 7274,\n\tname: \"Brutal red Dragon\",\n\ttable: BrutalRedDragonTable,\n\taliases: [\"brutal red dragon\", \"brutal reds\", \"brutal red\"],\n});\n", "import LootTable from \"../../structures/LootTable\";\n\nconst FixedAllotmentSeedTable = new LootTable()\n\t.add(\"Potato seed\", 4, 96)\n\t.add(\"Onion seed\", 4, 72)\n\t.add(\"Cabbage seed\", 4, 48)\n\t.add(\"Tomato seed\", 3, 24)\n\t.add(\"Sweetcorn seed\", 3, 12)\n\t.add(\"Strawberry seed\", 2, 6)\n\t.add(\"Watermelon seed\", 2, 3)\n\t.add(\"Snape grass seed\", 2, 2);\n\nexport default FixedAllotmentSeedTable;\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport FixedAllotmentSeedTable from \"../../../subtables/FixedAllotmentSeedTable\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nexport const CatableponTable = new LootTable()\n\t.every(\"Bones\")\n\n\t/* Armour */\n\t.add(\"Adamant med helm\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Fire rune\", 15, 7)\n\t.add(\"Water rune\", 7, 6)\n\t.add(\"Law rune\", 2, 4)\n\t.add(\"Mithril arrow\", [5, 14], 4)\n\t.add(\"Cosmic rune\", 2, 3)\n\t.add(\"Chaos rune\", 7, 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 3)\n\n\t/* Seeds */\n\t.add(FixedAllotmentSeedTable, 1, 1)\n\n\t/* Materials */\n\t.add(\"Eye of newt\", 1, 7)\n\t.add(\"Pure essence\", 15, 5)\n\t.add(\"Coal\", [3, 7], 2)\n\n\t/* Coins */\n\t.add(\"Coins\", 44, 12)\n\t.add(\"Coins\", [5, 104], 10)\n\t.add(\"Coins\", 15, 6)\n\n\t/* Other */\n\t.add(\"Unlit torch\", 1, 9)\n\t.add(\"Top of sceptre\", 1, 3)\n\t.add(\"Trout\", 1, 2)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 2)\n\n\t/* Tertiary */\n\t.tertiary(101, \"Clue scroll (medium)\");\n\nexport default new SimpleMonster({\n\tid: 2475,\n\tname: \"Catablepon\",\n\ttable: CatableponTable,\n\taliases: [\"catablepon\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\n\nexport const CaveBugTable = new LootTable({ limit: 128 })\n\t/* Runes and ammunition */\n\t.add(\"Water rune\", 8, 5)\n\t.add(\"Nature rune\", 1, 5)\n\t.add(\"Earth rune\", 6, 2)\n\t.add(\"Nature rune\", 2, 1)\n\n\t.add(HerbDropTable, 1, 24)\n\n\t/* Materials */\n\t.add(\"Unicorn horn dust\", 1, 2)\n\t.add(\"Eye of newt\", 1, 2)\n\t.add(\"Red spiders' eggs\", 1, 2)\n\t.add(\"Limpwurt root\", 1, 1)\n\t.add(\"Snape grass\", 1, 1)\n\n\t/* Other */\n\t.add(\"Coins\", 3, 8)\n\t.add(\"Coins\", 8, 3)\n\t.add(\"Candle\", 1, 5)\n\t.add(\"Tinderbox\", 1, 3)\n\t.add(\"Empty candle lantern\", 1, 1);\n\nexport default new SimpleMonster({\n\tid: 481,\n\tname: \"Cave Bug\",\n\ttable: CaveBugTable,\n\taliases: [\"cave bug\"],\n});\n", "import LootTable from \"../../structures/LootTable\";\n\nconst VariableAllotmentSeedTable = new LootTable()\n\t.add(\"Potato seed\", [1, 4], 64)\n\t.add(\"Onion seed\", [1, 3], 32)\n\t.add(\"Cabbage seed\", [1, 3], 16)\n\t.add(\"Tomato seed\", [1, 2], 8)\n\t.add(\"Sweetcorn seed\", [1, 2], 4)\n\t.add(\"Strawberry seed\", 1, 2)\n\t.add(\"Watermelon seed\", 1, 1)\n\t.add(\"Snape grass seed\", 1, 1);\n\nexport default VariableAllotmentSeedTable;\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\nimport VariableAllotmentSeedTable from \"../../../subtables/VariableAllotmentSeedTable\";\n\nexport const CaveCrawlerTable = new LootTable({ limit: 128 })\n\t/* Armour */\n\t.add(\"Bronze boots\")\n\n\t/* Runes */\n\t.add(\"Nature rune\", [3, 4], 6)\n\t.add(\"Fire rune\", 12, 5)\n\t.add(\"Earth rune\", 9, 2)\n\n\t/* Subtables */\n\t.add(VariableAllotmentSeedTable, 1, 26)\n\t.add(HerbDropTable, 1, 22)\n\t.add(GemTable)\n\n\t/* Coins */\n\t.add(\"Coins\", 3, 5)\n\t.add(\"Coins\", 8, 3)\n\t.add(\"Coins\", 29, 3)\n\t.add(\"Coins\", 10, 1)\n\n\t/* Other */\n\t.add(\"Vial of water\", 1, 13)\n\t.add(\"White berries\", 1, 5)\n\t.add(\"Unicorn horn dust\", 1, 2)\n\t.add(\"Eye of newt\")\n\t.add(\"Red spiders' eggs\")\n\t.add(\"Limpwurt root\")\n\t.add(\"Snape grass\");\n\nexport default new SimpleMonster({\n\tid: 406,\n\tname: \"Cave Crawler\",\n\ttable: CaveCrawlerTable,\n\taliases: [\"cave crawler\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst CaveGoblinTable = new LootTable()\n\t.add(\"Bat shish\")\n\t.add(\"Coated frogs' legs\")\n\t.add(\"Fingers\")\n\t.add(\"Frogburger\")\n\t.add(\"Frogspawn gumbo\")\n\t.add(\"Green gloop soup\")\n\t.add(\"Coins\", [10, 50], 7)\n\t.add(\"Bullseye lantern\", 1)\n\t.add(\"Cave goblin wire\", 1)\n\t.add(\"Iron ore\", [1, 4])\n\t.add(\"Oil lantern\", 1)\n\t.add(\"Swamp tar\", 1)\n\t.add(\"Tinderbox\", 1)\n\t.add(\"Unlit torch\", 1)\n\t.tertiary(257_211, \"Rocky\");\n\nexport default new SimpleMonster({\n\tid: 6434,\n\tname: \"Cave goblin\",\n\tpickpocketTable: CaveGoblinTable,\n\taliases: [\"cave goblin\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst ClubOrSpearTable = new LootTable().add(\"Bone club\").add(\"Bone spear\");\n\nconst CaveGoblinGuardTable = new LootTable({ limit: 128 })\n\t.every(\"Bones\")\n\t.tertiary(5000, \"Goblin champion scroll\")\n\n\t/* Weapons and armour */\n\t.add(ClubOrSpearTable, 1, 20)\n\t.add(\"Iron chainbody\", 1, 20)\n\n\t/* Other */\n\t.add(\"Coins\", 12, 20)\n\t.add(\"Oil lantern\", 1, 20)\n\t.add(\"Tinderbox\", 1, 20);\n\nexport default new SimpleMonster({\n\tid: 5334,\n\tname: \"Cave goblin guard\",\n\ttable: CaveGoblinGuardTable,\n\taliases: [\"cave goblin guard\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\nimport RareSeedTable from \"../../../subtables/RareSeedTable\";\nimport VariableAllotmentSeedTable from \"../../../subtables/VariableAllotmentSeedTable\";\n\nexport const CaveHorrorPreTable = new LootTable()\n\t/* Weapons and armor*/\n\t.add(\"Mithril axe\", 1, 3)\n\t.add(\"Rune dagger\", 1, 1)\n\t.add(\"Adamant full helm\", 1, 1)\n\t.add(\"Mithril kiteshield\", 1, 1)\n\t.oneIn(512, \"Black mask (10)\")\n\n\t/* Runes */\n\t.add(\"Nature rune\", 6, 6)\n\t.add(\"Nature rune\", 4, 5)\n\t.add(\"Nature rune\", 3, 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 13)\n\n\t/* Seeds */\n\t.add(RareSeedTable, 1, 18)\n\t.add(VariableAllotmentSeedTable, 1, 15)\n\n\t/* Coins */\n\t.add(\"Coins\", 44, 28)\n\t.add(\"Coins\", 132, 12)\n\t.add(\"Coins\", 440, 1)\n\n\t/* Other */\n\t.add(\"Limpwurt root\", 1, 7)\n\t.add(\"Teak logs\", 4, 7)\n\t.add(\"Mahogany logs\", 2, 3)\n\n\t/* Gems */\n\t.add(GemTable, 1, 5);\n\nconst CaveHorrorTable = new LootTable()\n\t.every(\"Big bones\")\n\t.every(CaveHorrorPreTable)\n\n\t/* Tertiary */\n\t.tertiary(30, \"Ensouled horror head\")\n\t.tertiary(128, \"Clue scroll (hard)\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(5013, \"Curved bone\");\n\nexport default new SimpleMonster({\n\tid: 1047,\n\tname: \"Cave Horror\",\n\ttable: CaveHorrorTable,\n\taliases: [\"cave horror\", \"cave h\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\nimport RareSeedTable from \"../../../subtables/RareSeedTable\";\n\nconst CaveKrakenTable = new LootTable({ limit: 400 })\n\n\t/* Weapons and armour */\n\t.add(\"Rune med helm\", 1, 13)\n\t.add(\"Staff of water\", 1, 8)\n\t.add(\"Adamant spear\", 1, 8)\n\t.add(\"Rune warhammer\", 1, 8)\n\t.add(\"Battlestaff\", 1, 8)\n\t.add(\"Water battlestaff\", 1, 8)\n\t.add(\"Mystic water staff\", 1, 4)\n\t.oneIn(200, \"Uncharged trident\")\n\n\t/* Runes and ammunition */\n\t.add(\"Death rune\", 30, 32)\n\t.add(\"Chaos rune\", 50, 32)\n\t.add(\"Water rune\", 15, 20)\n\t.add(\"Water rune\", 30, 20)\n\t.add(\"Water rune\", 75, 20)\n\t.add(\"Fire rune\", 30, 20)\n\t.add(\"Blood rune\", 5, 16)\n\t.add(\"Steam rune\", 7, 12)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 12)\n\n\t/* Seeds */\n\t.add(RareSeedTable, 1, 12)\n\n\t/* Other */\n\t.add(\"Coins\", [120, 300], 20)\n\t.add(\"Seaweed\", 30, 12)\n\t.add(\"Swordfish\", 2, 12)\n\t.add(\"Shark\", 1, 12)\n\t.add(\"Antidote++(4)\", 1, 12)\n\t.add(\"Old boot\", 1, 8)\n\t.add(\"Swamp tar\", 60, 8)\n\t.add(\"Raw lobster\", 3, 8)\n\t.add(\"Water orb\", 2, 8)\n\t.add(\"Oyster\", 1, 8)\n\t.add(\"Vial of water\", 50, 8)\n\t.add(\"Water talisman\", 1, 8)\n\t.add(\"Bucket\", 1, 2)\n\t.oneIn(1200, \"Kraken tentacle\")\n\n\t/* RDT */\n\t.add(GemTable, 1, 12)\n\n\t/* Tertiary */\n\t.tertiary(100, \"Clue scroll (hard)\")\n\t.tertiary(1200, \"Clue scroll (elite)\");\n\nexport default new SimpleMonster({\n\tid: 492,\n\tname: \"Cave Kraken\",\n\ttable: CaveKrakenTable,\n\taliases: [\"cave kraken\", \"cave k\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nexport const CaveSlimeTable = new LootTable()\n\t.every(\"Swamp tar\", [1, 6])\n\t.tertiary(128, \"Clue scroll (easy)\")\n\n\t.add(GemTable, 1, 4)\n\n\t/* Weapons and Armour */\n\t.add(\"Iron sword\", 1, 7)\n\t.add(\"Bronze axe\", 1, 3)\n\t.add(\"Iron kiteshield\", 1, 2)\n\t.add(\"Bronze full helm\")\n\t.add(\"Iron boots\")\n\n\t/* Runes */\n\t.add(\"Water rune\", 15, 5)\n\t.add(\"Earth rune\", 5, 3)\n\n\t/* Other */\n\t.add(\"Coins\", 10, 39)\n\t.add(\"Coins\", 4, 30)\n\t.add(\"Coins\", 22, 10)\n\t.add(\"Coins\", 1, 7)\n\t.add(\"Coins\", 46, 2)\n\t.add(\"Unlit torch\", 1, 1)\n\t.add(\"Gold bar\", 1, 2)\n\t.add(\"Oil lantern frame\", 1, 1);\n\nexport default new SimpleMonster({\n\tid: 480,\n\tname: \"Cave Slime\",\n\ttable: CaveSlimeTable,\n\taliases: [\"cave slime\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nexport const ChaosDruidTable = new LootTable({ limit: 128 })\n\t.every(\"Bones\")\n\n\t/* Runes and ammunition */\n\t.add(\"Law rune\", 2, 7)\n\t.add(\"Mithril bolts\", [2, 12], 4)\n\t.add(\"Air rune\", 36, 3)\n\t.add(\"Body rune\", 9, 2)\n\t.add(\"Earth rune\", 9, 2)\n\t.add(\"Mind rune\", 12, 2)\n\t.add(\"Nature rune\", 3, 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 35)\n\t.add(HerbDropTable, 2, 11)\n\n\t/* Coins */\n\t.add(\"Coins\", 3, 5)\n\t.add(\"Coins\", 8, 5)\n\t.add(\"Coins\", 29, 3)\n\t.add(\"Coins\", 35, 1)\n\n\t/* Other */\n\t.add(\"Vial of water\", 1, 10)\n\t.add(\"Bronze longsword\", 1, 1)\n\t.add(\"Snape grass\", 1, 1)\n\t.add(\"Unholy mould\", 1, 1)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 1)\n\n\t/* Tertiary */\n\t.tertiary(35, \"Ensouled chaos druid head\");\n\nexport default new SimpleMonster({\n\tid: 520,\n\tname: \"Chaos druid\",\n\ttable: ChaosDruidTable,\n\taliases: [\"chaos druid\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nexport const ChaosDwarfTable = new LootTable({ limit: 128 })\n\t.every(\"Bones\")\n\n\t/* Weapons and Armour*/\n\t.add(\"Steel full helm\", 1, 2)\n\t.add(\"Mithril longsword\", 1, 1)\n\t.add(\"Mithril sq shield\", 1, 1)\n\n\t/* Runes */\n\t.add(\"Law rune\", 3, 4)\n\t.add(\"Air rune\", 24, 3)\n\t.add(\"Chaos rune\", 10, 3)\n\t.add(\"Mind rune\", 37, 3)\n\t.add(\"Nature rune\", 9, 3)\n\t.add(\"Cosmic rune\", 3, 2)\n\t.add(\"Death rune\", 3, 1)\n\t.add(\"Water rune\", 10, 1)\n\n\t/* Coins */\n\t.add(\"Coins\", 92, 40)\n\t.add(\"Coins\", 47, 18)\n\t.add(\"Coins\", 25, 11)\n\t.add(\"Coins\", 150, 10)\n\t.add(\"Coins\", 350, 2)\n\t.add(\"Coins\", 15, 2)\n\n\t/* Other */\n\t.add(\"Muddy key\", 1, 7)\n\t.add(\"Mithril bar\", 1, 6)\n\t.add(\"Coal\", 1, 1)\n\t.add(\"Cheese\", 1, 1)\n\t.add(\"Tomato\", 1, 1)\n\n\t/* Subtable */\n\t.add(GemTable, 1, 5);\n\nexport default new SimpleMonster({\n\tid: 291,\n\tname: \"Chaos dwarf\",\n\ttable: ChaosDwarfTable,\n\taliases: [\"chaos dwarf\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const ChickenTable = new LootTable({ limit: 4 })\n\t.every(\"Bones\")\n\t.every(\"Raw chicken\")\n\t.add(\"Feather\", 5, 2)\n\t.add(\"Feather\", 15, 1)\n\t.tertiary(300, \"Clue scroll (beginner)\");\n\nexport default new SimpleMonster({\n\tid: 3316,\n\tname: \"Chicken\",\n\ttable: ChickenTable,\n\taliases: [\"chicken\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const ChompyBirdTable = new LootTable().every(\"Bones\").every(\"Raw chompy\").oneIn(500, \"Chompy chick\");\n\nexport default new SimpleMonster({\n\tid: 1475,\n\tname: \"Chompy bird\",\n\ttable: ChompyBirdTable,\n\taliases: [\"chompy\", \"chompy bird\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nexport const CockatricePreTable = new LootTable({ limit: 128 })\n\t/* Weapons and armour */\n\t.add(\"Iron sword\", 1, 3)\n\t.add(\"Steel dagger\", 1, 3)\n\t.add(\"Iron boots\", 1, 1)\n\t.add(\"Iron javelin\", 1, 1)\n\t.add(\"Steel longsword\", 1, 1)\n\t.oneIn(512, \"Mystic boots (light)\")\n\n\t/* Runes */\n\t.add(\"Nature rune\", 2, 6)\n\t.add(\"Nature rune\", 4, 4)\n\t.add(\"Law rune\", 2, 3)\n\t.add(\"Nature rune\", 6, 2)\n\t.add(\"Water rune\", 2, 2)\n\t.add(\"Fire rune\", 7, 2)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 10)\n\n\t/* Coins */\n\t.add(\"Coins\", 15, 16)\n\t.add(\"Coins\", 5, 12)\n\t.add(\"Coins\", 28, 12)\n\t.add(\"Coins\", 62, 4)\n\t.add(\"Coins\", 42, 3)\n\t.add(\"Coins\", 1, 1)\n\n\t/* Other */\n\t.add(\"Limpwurt root\", 1, 1)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 2);\n\nconst CockatriceTable = new LootTable()\n\t.every(\"Bones\")\n\t.every(CockatricePreTable)\n\n\t/* Tertiary */\n\t.oneIn(128, \"Clue scroll (medium)\")\n\t.oneIn(1000, \"Cockatrice head\");\n\nexport default new SimpleMonster({\n\tid: 420,\n\tname: \"Cockatrice\",\n\ttable: CockatriceTable,\n\taliases: [\"cockatrice\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const CowTable = new LootTable()\n\t.every(\"Bones\")\n\t.every(\"Cowhide\")\n\t.every(\"Raw beef\")\n\t.tertiary(128, \"Clue scroll (beginner)\");\n\nexport default new SimpleMonster({\n\tid: 2790,\n\tname: \"Cow\",\n\ttable: CowTable,\n\taliases: [\"cow\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const CowCalfTable = new LootTable()\n\t.every(\"Bones\")\n\t.every(\"Cowhide\")\n\t.every(\"Raw beef\")\n\t.tertiary(128, \"Clue scroll (beginner)\");\n\nexport default new SimpleMonster({\n\tid: 2792,\n\tname: \"Cow calf\",\n\ttable: CowCalfTable,\n\taliases: [\"cow calf\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst freshCrabTable = new LootTable().add(\"Fresh crab claw\", 1, 1).add(\"Fresh crab shell\", 1, 1);\n\nexport const CrabTable = new LootTable()\n\t.every(\"Crab meat\")\n\n\t.add(new LootTable(), 5, 1) // Nothing drop\n\t.add(freshCrabTable, 4, 1)\n\t.add(\"Oyster\", 1, 1);\n\nexport default new SimpleMonster({\n\tid: 4819,\n\tname: \"Crab\",\n\ttable: CrabTable,\n\taliases: [\"crab\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nexport const CrawlingHandPreTable = new LootTable()\n\t/* Gloves */\n\t.add(\"Leather gloves\", 1, 21)\n\t.add(\"Purple gloves\", 1, 2)\n\t.add(\"Yellow gloves\", 1, 2)\n\t.add(\"Red gloves\", 1, 2)\n\t.add(\"Teal gloves\", 1, 2)\n\n\t/* Jewellery */\n\t.add(\"Gold ring\", 1, 3)\n\t.add(\"Sapphire ring\", 1, 2)\n\t.add(\"Emerald ring\", 1, 2)\n\n\t/* Coins */\n\t.add(\"Coins\", 8, 23)\n\t.add(\"Coins\", 5, 21)\n\n\t/* Gem drop table */\n\t.add(GemTable, 2);\n\nconst CrawlingHandTable = new LootTable()\n\t.every(\"Bones\")\n\t// 7975 is the correct Crawling hand item\n\t.tertiary(500, 7975, 1)\n\t.every(CrawlingHandPreTable);\n\nexport default new SimpleMonster({\n\tid: 448,\n\tname: \"Crawling Hand\",\n\ttable: CrawlingHandTable,\n\taliases: [\"crawling hand\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst CrocodileTable = new LootTable()\n\t.every(\"Babydragon bones\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(5013, \"Curved bone\");\n\nexport default new SimpleMonster({\n\tid: 4184,\n\tname: \"Crocodile\",\n\ttable: CrocodileTable,\n\taliases: [\"crocodile\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const CryptRatTable = new LootTable().every(\"Bones\");\n\nexport default new SimpleMonster({\n\tid: 1679,\n\tname: \"Crypt rat\",\n\ttable: CryptRatTable,\n\taliases: [\"crypt rat\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\nimport UncommonSeedDropTable from \"../../../subtables/UncommonSeedDropTable\";\n\nexport const CyclopseTable = new LootTable()\n\t.every(\"Big bones\")\n\n\t/* Weapons and armour */\n\t.add(\"Black knife\", [4, 13], 16)\n\t.add(\"Steel chainbody\", 1, 2)\n\t.add(\"Iron 2h sword\", 1, 2)\n\t.add(\"Iron chainbody\", 1, 2)\n\t.add(\"Steel dagger\", 1, 2)\n\t.add(\"Steel mace\", 1, 2)\n\t.add(\"Steel sword\", 1, 2)\n\t.add(\"Steel battleaxe\", 1, 2)\n\t.add(\"Steel 2h sword\", 1, 2)\n\t.add(\"Steel longsword\", 1, 2)\n\t.add(\"Steel med helm\", 1, 2)\n\t.add(\"Black 2h sword\", 1, 1)\n\t.add(\"Mithril dagger\", 1, 1)\n\t.add(\"Adamant mace\", 1, 1)\n\t.add(\"Black sword\", 1, 1)\n\t.add(\"Black longsword\", 1, 1)\n\t.add(\"Black dagger\", 1, 1)\n\t.add(\"Adamant 2h sword\", 1, 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 3)\n\n\t/* Seeds */\n\t.add(UncommonSeedDropTable, 1, 1)\n\n\t/* Coins */\n\t.add(\"Coins\", [3, 102], 31)\n\t.add(\"Coins\", [5, 204], 10)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 2)\n\n\t/* Tertiary */\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(512, \"Clue scroll (hard)\")\n\t.tertiary(5013, \"Curved bone\");\n\nexport default new SimpleMonster({\n\tid: 2097,\n\tname: \"Cyclops\",\n\ttable: CyclopseTable,\n\taliases: [\"cyclops\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\nimport RareSeedTable from \"../../../subtables/RareSeedTable\";\n\nconst DagannothTable = new LootTable()\n\t.every(\"Bones\")\n\n\t/* Weapons*/\n\t.add(\"Iron spear\", 1, 6)\n\t.add(\"Bronze spear\", 1, 5)\n\t.add(\"Mithril spear\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Water rune\", 15, 4)\n\t.add(\"Steel arrow\", 15, 2)\n\t.add(\"Mithril javelin\", 3, 1)\n\n\t/* Seeds */\n\t.add(RareSeedTable, 1, 18)\n\n\t/* Fishing */\n\t.add(\"Lobster pot\", 1, 12)\n\t.add(\"Raw herring\", 3, 4)\n\t.add(\"Raw sardine\", 5, 4)\n\t.add(\"Harpoon\", 1, 3)\n\t.add(\"Feather\", 15, 2)\n\t.add(\"Fishing bait\", 50, 2)\n\t.add(\"Raw lobster\", 1, 2)\n\t.add(\"Raw tuna\", 1, 2)\n\t.add(\"Seaweed\", 10, 2)\n\t.add(\"Oyster pearls\", 1, 1)\n\t.add(\"Oyster pearl\", 2, 1)\n\n\t/* Coins */\n\t.add(\"Coins\", 56, 29)\n\t.add(\"Coins\", 25, 9)\n\t.add(\"Coins\", 44, 8)\n\t.add(\"Coins\", 41, 6)\n\n\t/* Other */\n\t.add(\"Opal bolt tips\", 12, 2)\n\t.add(\"Casket\", 1, 1)\n\n\t/* RDT */\n\t.add(GemTable, 1, 1)\n\n\t/* Tertiary */\n\t.tertiary(40, \"Ensouled dagannoth head\")\n\t.tertiary(128, \"Clue scroll (medium)\");\n\nexport default new SimpleMonster({\n\tid: 3185,\n\tname: \"Dagannoth\",\n\ttable: DagannothTable,\n\taliases: [\"dagannoth\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst DagannothSpawnTable = new LootTable()\n\t.every(\"Bones\")\n\n\t/* Runes */\n\t.add(\"Water rune\", 3, 10)\n\n\t/* Fish */\n\t.add(\"Raw tuna\", 1, 10)\n\t.add(\"Raw sardine\", 1, 10)\n\t.add(\"Raw herring\", 1, 5)\n\n\t/* Coins */\n\t.add(\"Coins\", 16, 10)\n\t.add(\"Coins\", 25, 10)\n\n\t/* Other */\n\t.add(\"Feather\", 2, 38)\n\t.add(\"Seaweed\", 1, 10)\n\t.add(\"Fishing bait\", 3, 10)\n\t.add(\"Water talisman\", 1, 10)\n\t.add(\"Oyster pearl\", 1, 4)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 1)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (easy)\");\n\nexport default new SimpleMonster({\n\tid: 3184,\n\tname: \"Dagannoth spawn\",\n\ttable: DagannothSpawnTable,\n\taliases: [\"dagannoth spawn\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst DagannothFledgeling = new LootTable().every(\"Bones\");\n\nexport default new SimpleMonster({\n\tid: 2264,\n\tname: \"Dagannoth fledgeling\",\n\ttable: DagannothFledgeling,\n\taliases: [\"dagannoth fledgeling\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport RareDropTable, { GemTable } from \"../../../subtables/RareDropTable\";\nimport RareSeedTable from \"../../../subtables/RareSeedTable\";\n\nconst DBHerbTable = new LootTable().add(HerbDropTable, 1, 4).add(HerbDropTable, 2, 1);\n\nexport const DarkBeastPreTable = new LootTable()\n\t/* Weapons and armour */\n\t.add(\"Black battleaxe\", 1, 3)\n\t.add(\"Adamant sq shield\", 1, 1)\n\t.add(\"Rune chainbody\", 1, 1)\n\t.add(\"Rune med helm\", 1, 1)\n\t.add(\"Rune full helm\", 1, 1)\n\t.add(\"Rune 2h sword\", 1, 1)\n\t.add(\"Rune battleaxe\", 1, 1)\n\t.oneIn(512, \"Dark bow\")\n\n\t/* Runes and ammunition */\n\t.add(\"Death rune\", 20, 8)\n\t.add(\"Chaos rune\", 30, 7)\n\t.add(\"Blood rune\", 15, 4)\n\n\t/* Herbs */\n\t.add(DBHerbTable, 1, 24)\n\n\t/* Seeds */\n\t.add(RareSeedTable, 1, 4)\n\n\t/* Coins */\n\t.add(\"Coins\", 152, 40)\n\t.add(\"Coins\", 64, 6)\n\t.add(\"Coins\", 95, 6)\n\t.add(\"Coins\", 220, 5)\n\n\t/* Other */\n\t.add(\"Shark\", 1, 3)\n\t.add(\"Adamantite bar\", 3, 2)\n\t.add(\"Adamantite ore\", 5, 1)\n\t.add(\"Death talisman\", 1, 1)\n\t.add(\"Runite ore\", 1, 1)\n\t.add(\"Shark\", 2, 1)\n\n\t/* RDT */\n\t.add(RareDropTable, 1, 3)\n\t.add(GemTable, 1, 3);\n\nconst DarkBeastTable = new LootTable()\n\t.every(\"Big bones\")\n\t.every(DarkBeastPreTable)\n\n\t/* Tertiary */\n\t.tertiary(24, \"Crystal shard\")\n\t.tertiary(128, \"Clue scroll (hard)\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(1200, \"Clue scroll (elite)\")\n\t.tertiary(5013, \"Curved bone\");\n\nexport default new SimpleMonster({\n\tid: 4005,\n\tname: \"Dark Beast\",\n\ttable: DarkBeastTable,\n\taliases: [\"dark beast\", \"dark b\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\n\nexport const DarkWarriorTable = new LootTable({ limit: 128 })\n\t.every(\"Bones\")\n\n\t/* Weapons and armour */\n\t.add(\"Bronze med helm\", 1, 3)\n\t.add(\"Iron mace\", 1, 1)\n\t.add(\"Black med helm\", 1, 1)\n\t.add(\"Black mace\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Bronze arrow\", 8, 4)\n\t.add(\"Mind rune\", 2, 3)\n\t.add(\"Water rune\", 3, 2)\n\t.add(\"Nature rune\", 3, 2)\n\t.add(\"Earth rune\", 2, 1)\n\t.add(\"Chaos rune\", 2, 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 3)\n\n\t/* Coins */\n\t.add(\"Coins\", 1, 31)\n\t.add(\"Coins\", 2, 20)\n\t.add(\"Coins\", 6, 20)\n\t.add(\"Coins\", 13, 7)\n\t.add(\"Coins\", 20, 6)\n\t.add(\"Coins\", 30, 2)\n\n\t/* Other */\n\t.add(\"Iron ore\", 1, 1)\n\t.add(\"Sardine\", 1, 1);\n\nexport default new SimpleMonster({\n\tid: 531,\n\tname: \"Dark warrior\",\n\ttable: DarkWarriorTable,\n\taliases: [\"dark warrior\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const DeadlyRedSpiderTable = new LootTable({ limit: 128 }).add(\"Clue scroll (beginner)\");\n\nexport default new SimpleMonster({\n\tid: 3021,\n\tname: \"Deadly red spider\",\n\ttable: DeadlyRedSpiderTable,\n\taliases: [\"deadly red spider\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const DeathWingTable = new LootTable().tertiary(128, \"Clue scroll (beginner)\");\n\nexport default new SimpleMonster({\n\tid: 509,\n\tname: \"Death wing\",\n\ttable: DeathWingTable,\n\taliases: [\"death wing\"],\n});\n", "import LootTable from \"../../structures/LootTable\";\n\nexport const NotedHerbTable = new LootTable()\n\t.add(\"Grimy kwuarm\", 1, 5)\n\t.add(\"Grimy cadantine\", 1, 4)\n\t.add(\"Grimy dwarf weed\", 1, 4)\n\t.add(\"Grimy lantadyme\", 1, 3);\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { NotedHerbTable } from \"../../../subtables/NotedHerbTable\";\nimport RareDropTable from \"../../../subtables/RareDropTable\";\nimport TreeHerbSeedTable from \"../../../subtables/TreeHerbSeedTable\";\n\nconst UniqueTable = new LootTable()\n\t.add(\"Zenyte shard\", 1, 5)\n\t.add(\"Ballista limbs\", 1, 3)\n\t.add(\"Ballista spring\", 1, 3)\n\t.add(\"Light frame\", 1, 2)\n\t.add(\"Heavy frame\", 1, 1)\n\t.add(\"Monkey tail\", 1, 1);\n\nconst DemonicGorillaTable = new LootTable({ limit: 500 })\n\t.every(\"Malicious ashes\")\n\n\t.add(UniqueTable, 1, 5)\n\n\t/* Weapons and armor */\n\t.add(\"Rune platelegs\", 1, 35)\n\t.add(\"Rune plateskirt\", 1, 35)\n\t.add(\"Rune chainbody\", 1, 20)\n\t.add(\"Dragon scimitar\", 1, 10)\n\n\t/* Runes and ammunition */\n\t.add(\"Law rune\", [50, 75], 35)\n\t.add(\"Death rune\", [50, 75], 35)\n\t.add(\"Runite bolts\", [100, 150], 25)\n\n\t/* Herbs */\n\t.add(NotedHerbTable, [7, 13], 18)\n\n\t/* Seeds */\n\t.add(TreeHerbSeedTable, 2, 25, { multiply: true })\n\n\t/* Other */\n\t.add(\"Prayer potion(3)\", 2, 40)\n\t.add(\"Shark\", [2, 3], 35)\n\t.add(\"Coins\", [5000, 10_000], 25)\n\t.add(\"Saradomin brew(2)\", 1, 25)\n\t.add(\"Javelin shaft\", [750, 1250], 25)\n\t.add(\"Rune javelin heads\", [45, 55], 25)\n\t.add(\"Dragon javelin heads\", [27, 33], 25)\n\t.add(\"Adamantite bar\", 6, 20)\n\t.add(\"Diamond\", [4, 6], 17)\n\t.add(\"Runite bar\", 3, 15)\n\n\t/* RDT */\n\t.add(RareDropTable, 1, 5)\n\n\t/* Tertiary */\n\t.tertiary(100, \"Clue scroll (hard)\")\n\t.tertiary(500, \"Clue scroll (elite)\");\n\nexport default new SimpleMonster({\n\tid: 7144,\n\tname: \"Demonic Gorilla\",\n\ttable: DemonicGorillaTable,\n\taliases: [\"demonic gorilla\", \"demonic\", \"demonics\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst DesertBanditTable = new LootTable()\n\t.add(\"Coins\", 30, 70)\n\t.add(\"Antipoison(1)\", 1, 15)\n\t.add(\"Lockpick\", 1, 15)\n\t.tertiary(257_211, \"Rocky\");\n\nexport default new SimpleMonster({\n\tid: 690,\n\tname: \"Desert Bandit\",\n\tpickpocketTable: DesertBanditTable,\n\taliases: [\"desert bandit\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport FixedAllotmentSeedTable from \"../../../subtables/FixedAllotmentSeedTable\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst HerbFireRuneTable = new LootTable().every(HerbDropTable).every(\"Fire rune\", 42);\nconst SeedWaterskinTable = new LootTable().every(FixedAllotmentSeedTable).every(\"Waterskin(0)\", 2);\n\nexport const DesertLizardTable = new LootTable()\n\t.every(\"Bones\")\n\t.oneIn(512, \"Mystic gloves (light)\")\n\n\t/* Runes */\n\t.add(\"Fire rune\", 5, 30)\n\t.add(\"Fire rune\", 42, 14)\n\t.add(\"Nature rune\", 5, 4)\n\n\t/* Herbs */\n\t.add(HerbFireRuneTable, 1, 10)\n\n\t/* Seeds */\n\t.add(SeedWaterskinTable, 1, 9)\n\n\t/* Ores and bars */\n\t.add(\"Iron ore\", 1, 22)\n\t.add(\"Coal\", 1, 13)\n\t.add(\"Tin ore\", 1, 4)\n\t.add(\"Copper ore\", 1, 3)\n\t.add(\"Silver ore\", 1, 3)\n\t.add(\"Silver bar\", 1, 2)\n\t.add(\"Mithril ore\")\n\n\t/* Other */\n\t.add(\"Kebab\", 1, 13)\n\t.add(\"Waterskin(0)\", 2, 13)\n\n\t/* Subtables */\n\t.add(GemTable, 1, 4)\n\t.add(GemTable, 2, 2);\n\nexport default new SimpleMonster({\n\tid: 459,\n\tname: \"Desert Lizard\",\n\ttable: DesertLizardTable,\n\taliases: [\"desert lizard\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const DesertWolfTable = new LootTable().every(\"Wolf bones\");\n\nexport default new SimpleMonster({\n\tid: 4649,\n\tname: \"Desert Wolf\",\n\ttable: DesertWolfTable,\n\taliases: [\"desert wolf\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\nimport RareSeedTable from \"../../../subtables/RareSeedTable\";\n\nconst DeviantSpectreHerbTable = new LootTable().add(HerbDropTable, 2, 29).add(HerbDropTable, 3, 17);\n\nexport const DeviantSpectrePreTable = new LootTable()\n\t/* Weapons and armour */\n\t.add(\"Battlestaff\", 1, 5)\n\t.add(\"Black platelegs\", 1, 5)\n\t.add(\"Mithril battleaxe\", 1, 5)\n\t.add(\"Rune full helm\", 1, 2)\n\t.add(\"Lava battlestaff\", 1, 1)\n\t.add(\"Rune chainbody\", 1, 1)\n\n\t/* Herbs */\n\t.add(DeviantSpectreHerbTable, 1, 46)\n\n\t/* Seeds */\n\t.add(\"Limpwurt seed\", [3, 11], 10)\n\t.add(RareSeedTable, 1, 16)\n\n\t/* Other */\n\t.add(\"Adamantite ore\", 1, 5)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 32);\n\nconst DeviantSpectreTable = new LootTable()\n\t.every(DeviantSpectrePreTable)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (hard)\")\n\t.tertiary(512, \"Mystic robe bottom (dark)\");\n\nexport default new SimpleMonster({\n\tid: 7279,\n\tname: \"Deviant Spectre\",\n\ttable: DeviantSpectreTable,\n\taliases: [\"deviant\", \"deviant spectre\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\nimport RareSeedTable from \"../../../subtables/RareSeedTable\";\n\nconst DrakeNotedHerbTable = new LootTable()\n\t.add(\"Grimy avantoe\", [1, 3], 10)\n\t.add(\"Grimy kwuarm\", [1, 3], 10)\n\t.add(\"Grimy ranarr weed\", [1, 3], 8)\n\t.add(\"Grimy snapdragon\", [1, 3], 8)\n\t.add(\"Grimy cadantine\", [1, 3], 8)\n\t.add(\"Grimy dwarf weed\", [1, 3], 8)\n\t.add(\"Grimy lantadyme\", [1, 3], 6)\n\t.add(\"Grimy torstol\", [1, 3], 6);\n\nconst DrakeOnTaskUniqueTable = new LootTable()\n\t/* Pre-roll */\n\t.oneIn(2000, \"Dragon thrownaxe\", [100, 200])\n\t.oneIn(2000, \"Dragon knife\", [100, 200])\n\t.oneIn(512, \"Drake's tooth\")\n\t.oneIn(512, \"Drake's claw\");\n\nconst DrakeOffTaskUniqueTable = new LootTable()\n\t/* Pre-roll */\n\t.oneIn(10_000, \"Dragon thrownaxe\", [100, 200])\n\t.oneIn(10_000, \"Dragon knife\", [100, 200])\n\t.oneIn(2560, \"Drake's tooth\")\n\t.oneIn(2560, \"Drake's claw\");\n\nexport const DrakePreTable = new LootTable()\n\t/* Weapons and armour */\n\t.add(\"Rune full helm\", 1, 3)\n\t.add(\"Red d'hide body\", 1, 2)\n\t.add(\"Black d'hide vambraces\", 1, 1)\n\t.add(\"Mystic earth staff\", 1, 1)\n\t.add(\"Dragon mace\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Fire rune\", [100, 200], 10)\n\t.add(\"Nature rune\", [30, 60], 10)\n\t.add(\"Law rune\", [25, 50], 10)\n\t.add(\"Death rune\", [20, 40], 10)\n\t.add(\"Rune arrow\", [35, 65], 10)\n\n\t/* Herbs */\n\t.add(HerbDropTable, [1, 3], 5)\n\t.add(DrakeNotedHerbTable, 1, 6)\n\n\t/* Seeds */\n\t.add(RareSeedTable, 1, 1)\n\n\t/* Other */\n\t.add(\"Coins\", [1000, 2000], 4)\n\t.add(\"Coins\", [5000, 7000], 1)\n\t.add(\"Diamond\", [3, 6], 4)\n\t.add(\"Swordfish\", [1, 2], 4)\n\n\t/* Rdt */\n\t.add(GemTable, 1, 1);\n\nconst DrakeTable = new LootTable()\n\t.every(\"Drake bones\")\n\t.every(DrakePreTable)\n\t.every(DrakeOffTaskUniqueTable)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (hard)\");\n\nconst DrakeOnTaskTable = new LootTable()\n\t.every(\"Drake bones\")\n\t.every(DrakePreTable)\n\t.every(DrakeOnTaskUniqueTable)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (hard)\");\n\nexport default new SimpleMonster({\n\tid: 8612,\n\tname: \"Drake\",\n\ttable: DrakeTable,\n\tonTaskTable: DrakeOnTaskTable,\n\taliases: [\"drake\", \"fire hippos\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const DuckTable = new LootTable().every(\"Bones\");\n\nexport default new SimpleMonster({\n\tid: 1838,\n\tname: \"Duck\",\n\ttable: DuckTable,\n\taliases: [\"duck\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const DucklingTable = new LootTable();\n\nexport default new SimpleMonster({\n\tid: 2001,\n\tname: \"Duckling\",\n\ttable: DucklingTable,\n\taliases: [\"duckling\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const DungeonRatTable = new LootTable()\n\t.every(\"Bones\")\n\t.every(\"Raw rat meat\")\n\t.tertiary(128, \"Clue scroll (beginner)\");\n\nexport default new SimpleMonster({\n\tid: 2865,\n\tname: \"Dungeon rat\",\n\ttable: DungeonRatTable,\n\taliases: [\"dungeon rat\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst WildySlayerCaveTable = new LootTable()\n\t.add(\"Blighted entangle sack\", [1, 10], 11500)\n\t.add(\"Blighted anglerfish\", [1, 2], 8620)\n\t.add(\"Blighted manta ray\", [1, 2], 8620)\n\t.add(\"Blighted karambwan\", [1, 2], 5780)\n\t.add(\"Blighted teleport spell sack\", [1, 10], 5780)\n\t.add(\"Blighted ancient ice sack\", [1, 10], 5780)\n\t.add(\"Blighted vengeance sack\", [1, 10], 5780)\n\t.add(\"Blighted super restore(4)\", 1, 2880)\n\t.add(\"Revenant cave teleport\", 1, 2880)\n\t.add(\"Dareeyak teleport\", 1, 577)\n\t.add(\"Wilderness crabs teleport\", 1, 577)\n\t.add(\"Carrallanger teleport\", 1, 577)\n\t.add(\"Paddewwa teleport\", 1, 577)\n\t.add(\"Annakarl teleport\", 1, 577)\n\t.add(\"Lassar teleport\", 1, 577)\n\t.add(\"Kharyrll teleport\", 1, 577)\n\t.add(\"Senntisten teleport\", 1, 577)\n\t.add(\"Ghorrock teleport\", 1, 577)\n\t.add(\"Target teleport\", 1, 577)\n\t.add(\"Magic shortbow scroll\", 1, 231)\n\t.add(\"Ring of wealth scroll\", 1, 231)\n\t.add(\"Trouver parchment\", 2, 58)\n\t.add(\"Looting bag note\", 1, 58);\n\nexport const DustDevilPreTable = new LootTable()\n\t/* Weapons and armour */\n\t.add(\"Adamant axe\", 1, 3)\n\t.add(\"Rune dagger\", 1, 2)\n\t.add(\"Red d'hide vambraces\", 1, 2)\n\t.add(\"Air battlestaff\", 1, 2)\n\t.add(\"Earth battlestaff\", 1, 2)\n\t.add(\"Black d'hide vambraces\", 1, 1)\n\t.add(\"Mystic air staff\", 1, 1)\n\t.add(\"Mystic earth staff\", 1, 1)\n\t.add(\"Dragon dagger\", 1, 1)\n\t.oneIn(4000, \"Dust battlestaff\")\n\t.oneIn(32_768, \"Dragon chainbody\")\n\n\t/* Runes and ammunition */\n\t.add(\"Dust rune\", 200, 10)\n\t.add(\"Earth rune\", 300, 10)\n\t.add(\"Fire rune\", 300, 10)\n\t.add(\"Chaos rune\", 80, 7)\n\t.add(\"Rune arrow\", 12, 5)\n\t.add(\"Soul rune\", 20, 4)\n\t.add(\"Fire rune\", 50, 1)\n\t.add(\"Soul rune\", 50, 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 8)\n\n\t/* Other */\n\t.add(\"Coins\", [2000, 4000], 32)\n\t.add(\"Mithril bar\", 10, 3)\n\t.add(\"Ugthanki kebab\", 4, 2)\n\t.add(\"Adamantite bar\", 4, 1)\n\n\t/* RDT */\n\t.add(GemTable, 1, 8);\n\nconst DustDevilTable = new LootTable().every(\"Bones\").every(DustDevilPreTable);\n\nconst DustDevilWildyCaveTable = new LootTable()\n\t.every(DustDevilTable)\n\t.add(WildySlayerCaveTable, 1, 64)\n\t.add(new LootTable(), 1, 36);\n\nexport default new SimpleMonster({\n\tid: 423,\n\tname: \"Dust Devil\",\n\ttable: DustDevilTable,\n\twildyCaveTable: DustDevilWildyCaveTable,\n\taliases: [\"dust devil\", \"dusty\", \"dusties\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nexport const DwarfTable = new LootTable({ limit: 128 })\n\t.every(\"Bones\")\n\t.tertiary(100, \"Clue scroll (beginner)\")\n\n\t/* Weapons and Armour*/\n\t.add(\"Bronze pickaxe\", 1, 13)\n\t.add(\"Bronze med helm\", 1, 4)\n\t.add(\"Bronze battleaxe\", 1, 2)\n\t.add(\"Iron battleaxe\")\n\n\t/* Runes and ammunition */\n\t.add(\"Bronze bolts\", [2, 12], 7)\n\t.add(\"Chaos rune\", 2, 4)\n\t.add(\"Nature rune\", 2, 4)\n\n\t/* Coins */\n\t.add(\"Coins\", 4, 20)\n\t.add(\"Coins\", 10, 15)\n\t.add(\"Coins\", 30, 2)\n\n\t/* Other */\n\t.add(\"Hammer\", 1, 10)\n\t.add(\"Bronze bar\", 1, 7)\n\t.add(\"Iron ore\", 1, 4)\n\t.add(\"Tin ore\", 1, 3)\n\t.add(\"Copper ore\", 1, 3)\n\t.add(\"Iron bar\", 1, 3)\n\t.add(\"Coal\", 1, 2)\n\n\t.add(GemTable);\n\nexport default new SimpleMonster({\n\tid: 290,\n\tname: \"Dwarf\",\n\ttable: DwarfTable,\n\taliases: [\"dwarf\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const DwarfGangMemberTable = new LootTable().every(\"Bones\");\n\nexport default new SimpleMonster({\n\tid: 1354,\n\tname: \"Dwarf gang member\",\n\ttable: DwarfGangMemberTable,\n\taliases: [\"dwarf gang member\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport CommonSeedDropTable from \"../../../subtables/CommonSeedDropTable\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nexport const EarthWarriorTable = new LootTable({ limit: 128 })\n\t.tertiary(5000, \"Earth warrior champion scroll\")\n\n\t// Weapons\n\t.add(\"Steel spear\", 1, 3)\n\t.add(\"Staff of earth\", 1, 2)\n\n\t// Runes/ammunition\n\t.add(\"Earth rune\", 12, 13)\n\t.add(\"Nature rune\", 3, 9)\n\t.add(\"Chaos rune\", 3, 7)\n\t.add(\"Law rune\", 2, 6)\n\t.add(\"Death rune\", 2, 4)\n\t.add(\"Earth rune\", 60, 3)\n\t.add(\"Blood rune\", 2, 1)\n\n\t.add(HerbDropTable, 1, 14)\n\t.add(CommonSeedDropTable, 1, 18)\n\t.add(GemTable, 1, 2)\n\t.add(\"Coins\", 12, 18);\n\nexport default new SimpleMonster({\n\tid: 2840,\n\tname: \"Earth Warrior\",\n\ttable: EarthWarriorTable,\n\taliases: [\"earth warrior\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport RareDropTable, { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst ZamorakRobesTable = new LootTable()\n\t.add(\"Zamorak monk top\", 1, 4)\n\t.add(\"Zamorak monk top\", 1, 4)\n\t.add(\"Elder chaos hood\", 1, 1)\n\t.add(\"Elder chaos robe\", 1, 1)\n\t.add(\"Elder chaos top\", 1, 1);\n\nexport const ElderChaosDruidTable = new LootTable()\n\t.every(\"Bones\")\n\t.add(ZamorakRobesTable, 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Law rune\", 6, 7)\n\t.add(\"Mithril bolts\", [8, 28], 6)\n\t.add(\"Air rune\", 56, 5)\n\t.add(\"Body rune\", 19, 5)\n\t.add(\"Chaos rune\", 7, 5)\n\t.add(\"Earth rune\", 19, 5)\n\t.add(\"Mind rune\", 22, 5)\n\t.add(\"Nature rune\", 12, 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 15)\n\t.add(HerbDropTable, 2, 20)\n\t.add(HerbDropTable, 3, 15)\n\t.add(HerbDropTable, 4, 5)\n\n\t/* Coins */\n\t.add(\"Coins\", 80, 7)\n\t.add(\"Coins\", 250, 6)\n\n\t/* Other */\n\t.add(\"Vial of water\", 4, 10)\n\t.add(\"Steel longsword\", 1, 5)\n\t.add(\"Dark fishing bait\", [10, 24], 2)\n\t.add(\"Snape grass\", 4, 1)\n\t.add(\"Unholy mould\", 1, 1)\n\n\t/* Gem drop table */\n\t.add(RareDropTable, 1, 1)\n\t.add(GemTable, 1, 1)\n\n\t/* Tertiary */\n\t.tertiary(20, \"Ensouled chaos druid head\")\n\t.tertiary(128, \"Clue scroll (hard)\");\n\nexport default new SimpleMonster({\n\tid: 6607,\n\tname: \"Elder Chaos druid\",\n\ttable: ElderChaosDruidTable,\n\taliases: [\"elder chaos druid\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst ElfTable = new LootTable({ limit: 128 })\n\t.add(\"Coins\", [280, 350], 105)\n\t.add(\"Death rune\", [1, 2], 8)\n\t.add(\"Jug of wine\", 1, 6)\n\t.add(\"Nature rune\", [1, 3], 5)\n\t.add(\"Fire orb\", 1, 2)\n\t.add(\"Diamond\", 1, 1)\n\t.add(\"Gold ore\", 1, 1)\n\t.tertiary(99_175, \"Rocky\");\n\nexport default new SimpleMonster({\n\tid: 5299,\n\tname: \"Elf\",\n\tpickpocketTable: ElfTable,\n\taliases: [\"elf\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst ElfArcherTable = new LootTable()\n\t.every(\"Bones\")\n\n\t/* Weapons and armour */\n\t.add(\"Green d'hide body\", 1, 4)\n\t.add(\"Green d'hide chaps\", 1, 3)\n\t.add(\"Mithril spear\", 1, 2)\n\t.add(\"Mithril kiteshield\", 1, 1)\n\t.add(\"Adamant full helm\", 1, 1)\n\t.add(\"Rune dagger\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Water rune\", 70, 8)\n\t.add(\"Nature rune\", 12, 5)\n\t.add(\"Law rune\", 2, 3)\n\t.add(\"Fire rune\", 37, 2)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 15)\n\n\t/* Coins */\n\t.add(\"Coins\", 44, 29)\n\t.add(\"Coins\", 180, 10)\n\t.add(\"Coins\", 20, 5)\n\n\t/* Other */\n\t.add(\"Crystal teleport seed\", 1, 25)\n\t.add(\"Bass\", 1, 3)\n\t.add(\"Shark\", 1, 3)\n\t.add(\"Adamantite ore\", 1, 2)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 5)\n\n\t/* Tertiary */\n\t.tertiary(50, \"Ensouled elf head\")\n\t.tertiary(128, \"Clue scroll (hard)\");\n\nexport default new SimpleMonster({\n\tid: 5295,\n\tname: \"Elf Archer\",\n\ttable: ElfArcherTable,\n\taliases: [\"elf archer\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst ElfWarriorTable = new LootTable()\n\t.every(\"Bones\")\n\n\t/* Weapons and armour */\n\t.add(\"Green d'hide body\", 1, 4)\n\t.add(\"Green d'hide chaps\", 1, 3)\n\t.add(\"Mithril spear\", 1, 2)\n\t.add(\"Mithril kiteshield\", 1, 1)\n\t.add(\"Adamant full helm\", 1, 1)\n\t.add(\"Rune dagger\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Water rune\", 70, 8)\n\t.add(\"Nature rune\", 12, 5)\n\t.add(\"Law rune\", 2, 3)\n\t.add(\"Fire rune\", 37, 2)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 15)\n\n\t/* Coins */\n\t.add(\"Coins\", 44, 29)\n\t.add(\"Coins\", 180, 10)\n\t.add(\"Coins\", 20, 5)\n\n\t/* Other */\n\t.add(\"Crystal teleport seed\", 1, 25)\n\t.add(\"Bass\", 1, 3)\n\t.add(\"Shark\", 1, 3)\n\t.add(\"Adamantite ore\", 1, 2)\n\n\t/* RDT */\n\t.add(GemTable, 1, 5)\n\n\t/* Tertiary */\n\t.tertiary(40, \"Ensouled elf head\")\n\t.tertiary(128, \"Clue scroll (hard)\");\n\nexport default new SimpleMonster({\n\tid: 5293,\n\tname: \"Elf Warrior\",\n\ttable: ElfWarriorTable,\n\taliases: [\"elf warrior\", \"elves\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst LogTable = new LootTable()\n\t.add(\"Logs\", 1, 10)\n\t.add(\"Oak logs\", 2, 8)\n\t.add(\"Willow logs\", 2, 6)\n\t.add(\"Maple logs\", 2, 4)\n\t.add(\"Yew logs\", 2, 2)\n\t.add(\"Magic logs\", 2, 1);\n\nexport const EntTable = new LootTable().tertiary(256, \"Bird nest\").add(LogTable, 1, 1).add(LogTable, 2, 1);\n\nexport default new SimpleMonster({\n\tid: 6594,\n\tname: \"Ent\",\n\ttable: EntTable,\n\taliases: [\"ent\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst FarmerTable = new LootTable().add(\"Coins\", 9, 98).add(\"Potato seed\", 1, 2).tertiary(257_211, \"Rocky\");\n\nexport default new SimpleMonster({\n\tid: 3114,\n\tname: \"Farmer\",\n\tpickpocketTable: FarmerTable,\n\taliases: [\"farmer\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst FemaleHamMemberTable = new LootTable()\n\t// Armour and weaponry\n\t.add(\"Bronze arrow\", [1, 13], 1 / 33.33)\n\t.add(\"Bronze axe\", 1, 1 / 33.33)\n\t.add(\"Bronze dagger\", 1, 1 / 33.33)\n\t.add(\"Bronze pickaxe\", 1, 1 / 33.33)\n\t.add(\"Iron axe\", 1, 1 / 33.33)\n\t.add(\"Iron dagger\", 1, 1 / 33.33)\n\t.add(\"Iron pickaxe\", 1, 1 / 33.33)\n\t.add(\"Leather body\", 1, 1 / 33.33)\n\t.add(\"Steel arrow\", [1, 13], 1 / 50)\n\t.add(\"Steel axe\", 1, 1 / 50)\n\t.add(\"Steel dagger\", 1, 1 / 50)\n\t.add(\"Steel pickaxe\", 1, 1 / 50)\n\t.add(\"Ham boots\", 1, 1 / 100)\n\t.add(\"Ham cloak\", 1, 1 / 100)\n\t.add(\"Ham gloves\", 1, 1 / 100)\n\t.add(\"Ham hood\", 1, 1 / 100)\n\t.add(\"Ham logo\", 1, 1 / 100)\n\t.add(\"Ham robe\", 1, 1 / 100)\n\t.add(\"Ham shirt\", 1, 1 / 100)\n\n\t// Other\n\t.add(\"Coins\", [1, 21], 1 / 6.667)\n\t.add(\"Buttons\", 1, 1 / 25)\n\t.add(\"Damaged armour\", 1, 1 / 25)\n\t.add(\"Rusty sword\", 1, 1 / 25)\n\t.add(\"Feather\", [1, 7], 1 / 33.33)\n\t.add(\"Logs\", 1, 1 / 33.33)\n\t.add(\"Thread\", [1, 10], 1 / 33.33)\n\t.add(\"Cowhide\", 1, 1 / 33.33)\n\t.add(\"Knife\", 1, 1 / 50)\n\t.add(\"Needle\", 1, 1 / 50)\n\t.add(\"Raw anchovies\", 1, 1 / 50)\n\t.add(\"Raw chicken\", 1, 1 / 50)\n\t.add(\"Tinderbox\", 1, 1 / 50)\n\t.add(\"Uncut opal\", 1, 1 / 50)\n\t.add(\"Clue scroll (easy)\", 1, 1 / 50)\n\t.add(\"Coal\", 1, 1 / 50)\n\t.add(\"Iron ore\", 1, 1 / 50)\n\t.add(\"Uncut jade\", 1, 1 / 50)\n\t.add(\"Grimy guam leaf\", 1, 1 / 91.67)\n\t.add(\"Grimy marrentill\", 1, 1 / 183.3)\n\t.add(\"Grimy tarromin\", 1, 1 / 275)\n\t.tertiary(257_211, \"Rocky\");\n\nexport default new SimpleMonster({\n\tid: 2541,\n\tname: \"Female H.A.M. Member\",\n\tpickpocketTable: FemaleHamMemberTable,\n\taliases: [\"ham member female\", \"ham female\", \"female h.a.m. member\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\nimport UncommonSeedDropTable from \"../../../subtables/UncommonSeedDropTable\";\n\nexport const FeralVampyreTable = new LootTable({ limit: 128 })\n\t.every(\"Vampyre dust\")\n\n\t/* Runes */\n\t.add(\"Earth rune\", 4, 10)\n\t.add(\"Death rune\", 2, 10)\n\t.add(\"Chaos rune\", 3, 8)\n\t.add(\"Blood rune\", 1, 5)\n\t.add(\"Blood rune\", 2, 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 10)\n\n\t/* Seeds */\n\t.add(UncommonSeedDropTable, 1, 19)\n\n\t/* Other */\n\t.add(\"Coins\", 15, 40)\n\t.add(\"Black axe\", 1, 3)\n\t.add(\"Earth talisman\", 1, 2)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 4)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (medium)\");\n\nexport default new SimpleMonster({\n\tid: 3234,\n\tname: \"Feral Vampyre\",\n\ttable: FeralVampyreTable,\n\taliases: [\"feral vampyre\", \"vampyres\", \"vampyre\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst FeverSpiderTable = new LootTable({ limit: 120 }).add(\"Grimy kwuarm\", 10);\n\nexport default new SimpleMonster({\n\tid: 626,\n\tname: \"Fever spider\",\n\ttable: FeverSpiderTable,\n\taliases: [\"fever spider\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport RareDropTable, { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst FireGiantTable = new LootTable()\n\t.every(\"Big bones\")\n\n\t/* Weapons and armour */\n\t.add(\"Steel axe\", 1, 3)\n\t.add(\"Mithril sq shield\", 1, 2)\n\t.add(\"Fire battlestaff\", 1, 1)\n\t.add(\"Rune scimitar\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Fire rune\", 150, 10)\n\t.add(\"Chaos rune\", 5, 7)\n\t.add(\"Rune arrow\", 12, 5)\n\t.add(\"Blood rune\", 5, 4)\n\t.add(\"Fire rune\", 37, 1)\n\t.add(\"Law rune\", 2, 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 19)\n\n\t/* Coins */\n\t.add(\"Coins\", 60, 40)\n\t.add(\"Coins\", 15, 7)\n\t.add(\"Coins\", 25, 6)\n\t.add(\"Coins\", 300, 2)\n\t.add(\"Coins\", 50, 1)\n\n\t/* Other */\n\t.add(\"Lobster\", 1, 3)\n\t.add(\"Steel bar\", 1, 2)\n\t.add(\"Strength potion(2)\", 1, 1)\n\n\t/* RDT */\n\t.add(RareDropTable, 1, 1)\n\t.add(GemTable, 1, 11)\n\n\t/* Tertiary */\n\t.tertiary(20, \"Ensouled giant head\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(5000, \"Giant champion scroll\")\n\t.tertiary(5013, \"Curved bone\");\n\nexport default new SimpleMonster({\n\tid: 2075,\n\tname: \"Fire Giant\",\n\ttable: FireGiantTable,\n\taliases: [\"fire giant\", \"fire g\", \"fires\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const FiyrShadeTable = new LootTable().every(\"Fiyr remains\");\n\nexport default new SimpleMonster({\n\tid: 1286,\n\tname: \"Fiyr Shade\",\n\ttable: FiyrShadeTable,\n\taliases: [\"fiyr shade\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nexport const FleshCrawlerTable = new LootTable()\n\t/* Runes */\n\t.add(\"Body rune\", [3, 12], 17)\n\t.add(\"Dust rune\", [3, 9], 4)\n\t.add(\"Fire rune\", 42, 2)\n\t.add(\"Nature rune\", 5, 2)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 17)\n\n\t/* Coins */\n\t.add(\"Coins\", [5, 84], 7)\n\n\t/* Other */\n\t.add(\"Iron ore\", 1, 5)\n\t.add(\"Iron ore\", [3, 10], 5)\n\t.add(\"Ashes\", 1, 4)\n\t.add(\"Bottom of sceptre\", 1, 3)\n\t.add(\"Silver bar\", 1, 1)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 2);\n\nexport default new SimpleMonster({\n\tid: 2498,\n\tname: \"Flesh Crawler\",\n\ttable: FleshCrawlerTable,\n\taliases: [\"flesh crawler\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport RareDropTable from \"../../../subtables/RareDropTable\";\nimport TreeHerbSeedTable from \"../../../subtables/TreeHerbSeedTable\";\n\nconst AncientWyvernTreeSeedTable = new LootTable().add(\"Mahogany seed\", 1, 2).add(\"Magic seed\", 1, 1);\n\nconst AncientWyvernTable = new LootTable()\n\t.every(\"Wyvern bones\")\n\t.oneIn(600, \"Granite longsword\")\n\t.oneIn(600, \"Granite boots\")\n\n\t/* Weapons and armour */\n\t.add(\"Air battlestaff\", 2, 16)\n\t.add(\"Battlestaff\", 6, 8)\n\t.add(\"Mystic air staff\", 1, 6)\n\t.add(\"Rune pickaxe\", 1, 6)\n\t.add(\"Rune battleaxe\", 1, 4)\n\t.add(\"Rune full helm\", 1, 4)\n\n\t/* Runes and ammunition */\n\t.add(\"Nature rune\", [37, 43], 8)\n\t.add(\"Death rune\", [47, 53], 8)\n\t.add(\"Blood rune\", [27, 33], 8)\n\t.add(\"Adamant arrow\", [50, 76], 6)\n\t.add(\"Rune arrow\", [25, 50], 6)\n\t.add(\"Runite bolts\", [30, 60], 2)\n\n\t/* Herbs 27/128 */\n\t.add(\"Grimy torstol\", 1, 8)\n\t.add(\"Grimy ranarr weed\", 1, 8)\n\t.add(\"Grimy kwuarm\", 3, 5)\n\t.add(\"Grimy cadantine\", 3, 4)\n\t.add(\"Grimy dwarf weed\", 3, 4)\n\t.add(\"Grimy lantadyme\", 3, 3)\n\n\t/* Seeds */\n\t.add(TreeHerbSeedTable, 1, 4)\n\t.add(\"Seaweed spore\", [16, 24], 2)\n\t.add(\"Ranarr seed\", [2, 3], 1)\n\t.add(\"Yew seed\", 1, 2)\n\t.add(AncientWyvernTreeSeedTable, 1, 2)\n\n\t/* Materials 41/128 */\n\t.add(\"Adamantite bar\", 3, 12)\n\t.add(\"Volcanic ash\", [80, 120], 12)\n\t.add(\"Adamantite ore\", 20, 10)\n\t.add(\"Mahogany logs\", [25, 30], 10)\n\t.add(\"Onyx bolt tips\", [10, 15], 8)\n\t.add(\"Runite ore\", [2, 3], 6)\n\t.add(\"Diamond\", [3, 5], 6)\n\n\t/* Fossils */\n\t.tertiary(2, \"Numulite\", [5, 95])\n\t.tertiary(29, \"Unidentified small fossil\")\n\t.tertiary(58, \"Unidentified medium fossil\")\n\t.tertiary(73, \"Unidentified large fossil\")\n\t.tertiary(292, \"Unidentified rare fossil\")\n\n\t/* Other 20/128 */\n\t.add(\"Shark\", 5, 16)\n\t.add(\"Super restore(4)\", 2, 16)\n\t.add(\"Coins\", [2000, 6000], 14)\n\t.add(\"Super combat potion(2)\", 1, 10)\n\t.add(\"Runite crossbow (u)\", 1, 6)\n\t.add(\"Supercompost\", [7, 10], 6)\n\n\t/* RDT */\n\t.add(RareDropTable, 1, 4)\n\n\t/* Tertiary */\n\t.tertiary(350, \"Clue scroll (elite)\")\n\t.tertiary(10_000, \"Wyvern visage\");\n\nexport default new SimpleMonster({\n\tid: 7795,\n\tname: \"Ancient Wyvern\",\n\ttable: AncientWyvernTable,\n\taliases: [\"ancient wyvern\", \"ancient\"],\n});\n", "import LootTable from \"../../structures/LootTable\";\n\nconst WyvernHerbTable = new LootTable()\n\t.add(\"Grimy kwuarm\", 2, 260)\n\t.add(\"Grimy cadantine\", 2, 208)\n\t.add(\"Grimy dwarf weed\", 2, 208)\n\t.add(\"Grimy ranarr weed\", 1, 185)\n\t.add(\"Grimy torstol\", 1, 185)\n\t.add(\"Grimy lantadyme\", 2, 155);\n\nexport default WyvernHerbTable;\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport TreeHerbSeedTable from \"../../../subtables/TreeHerbSeedTable\";\nimport WyvernHerbTable from \"../../../subtables/WyvernHerbTable\";\n\nconst LongTailedWyvernTable = new LootTable()\n\t.every(\"Wyvern bones\")\n\t.oneIn(512, \"Granite longsword\")\n\t.oneIn(2560, \"Granite boots\")\n\n\t/* Weapons and armour */\n\t.add(\"Air battlestaff\", 1, 4)\n\t.add(\"Battlestaff\", [3, 5], 3)\n\t.add(\"Adamant battleaxe\", 1, 2)\n\t.add(\"Adamant full helm\", 1, 2)\n\t.add(\"Rune pickaxe\", 1, 2)\n\t.add(\"Adamant platebody\", 1, 2)\n\n\t/* Runes and ammunition */\n\t.add(\"Adamant arrow\", [38, 42], 6)\n\t.add(\"Water rune\", 50, 4)\n\t.add(\"Chaos rune\", 15, 4)\n\t.add(\"Law rune\", 15, 4)\n\t.add(\"Death rune\", 15, 4)\n\t.add(\"Blood rune\", 15, 4)\n\t.add(\"Soul rune\", 10, 1)\n\t.add(\"Runite bolts\", [12, 30], 1)\n\n\t/* Herbs */\n\t.add(WyvernHerbTable, 1, 13)\n\n\t/* Seeds */\n\t.add(TreeHerbSeedTable, 1, 1)\n\t.add(\"Seaweed spore\", 12, 2)\n\t.add(\"Ranarr seed\", 1, 2)\n\n\t/* Resources */\n\t.add(\"Pure essence\", 150, 8)\n\t.add(\"Adamantite bar\", [2, 4], 6)\n\t.add(\"Teak logs\", 35, 6)\n\t.add(\"Snape grass\", [10, 15], 3)\n\t.add(\"Runite ore\", [1, 2], 3)\n\n\t/* Other */\n\t.add(\"Coins\", 3000, 11)\n\t.add(\"Lobster\", 2, 8)\n\t.add(\"Prayer potion(4)\", 1, 7)\n\t.add(\"Adamant crossbow (u)\", 1, 2)\n\t.add(\"Calcite\", 2, 2)\n\t.add(\"Pyrophosphite\", 2, 2)\n\t.add(\"Volcanic ash\", [20, 60], 2)\n\n\t/* Tertiary */\n\t.tertiary(2, \"Numulite\", [5, 95])\n\t.tertiary(35, \"Unidentified small fossil\")\n\t.tertiary(70, \"Unidentified medium fossil\")\n\t.tertiary(88, \"Unidentified large fossil\")\n\t.tertiary(118, \"Clue scroll (hard)\")\n\t.tertiary(350, \"Unidentified rare fossil\")\n\t.tertiary(12_000, \"Wyvern visage\");\n\nexport default new SimpleMonster({\n\tid: 7792,\n\tname: \"Long-tailed Wyvern\",\n\ttable: LongTailedWyvernTable,\n\taliases: [\"longtailed\", \"longtailed wyvern\", \"long-tailed wyvern\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport TreeHerbSeedTable from \"../../../subtables/TreeHerbSeedTable\";\nimport WyvernHerbTable from \"../../../subtables/WyvernHerbTable\";\n\nconst SpittingWyvernTable = new LootTable()\n\t.every(\"Wyvern bones\")\n\t.oneIn(512, \"Granite longsword\")\n\t.oneIn(2560, \"Granite boots\")\n\n\t/* Weapons and armour */\n\t.add(\"Air battlestaff\", 1, 4)\n\t.add(\"Battlestaff\", [3, 5], 3)\n\t.add(\"Adamant battleaxe\", 1, 2)\n\t.add(\"Adamant full helm\", 1, 2)\n\t.add(\"Rune pickaxe\", 1, 2)\n\t.add(\"Adamant platebody\", 1, 2)\n\n\t/* Runes and ammunition */\n\t.add(\"Adamant arrow\", [38, 42], 6)\n\t.add(\"Water rune\", 50, 4)\n\t.add(\"Chaos rune\", 15, 4)\n\t.add(\"Law rune\", 15, 4)\n\t.add(\"Death rune\", 15, 4)\n\t.add(\"Blood rune\", 15, 4)\n\t.add(\"Soul rune\", 10, 1)\n\t.add(\"Runite bolts\", [12, 30], 1)\n\n\t/* Herbs */\n\t.add(WyvernHerbTable, 1, 13)\n\n\t/* Seeds */\n\t.add(TreeHerbSeedTable, 1, 1)\n\t.add(\"Seaweed spore\", 12, 2)\n\t.add(\"Ranarr seed\", 1, 2)\n\n\t/* Resources */\n\t.add(\"Pure essence\", 150, 8)\n\t.add(\"Adamantite bar\", [2, 4], 6)\n\t.add(\"Teak logs\", 35, 6)\n\t.add(\"Snape grass\", [10, 15], 3)\n\t.add(\"Runite ore\", [1, 2], 3)\n\n\t/* Other */\n\t.add(\"Coins\", 3000, 11)\n\t.add(\"Lobster\", 2, 8)\n\t.add(\"Prayer potion(4)\", 1, 7)\n\t.add(\"Adamant crossbow (u)\", 1, 2)\n\t.add(\"Calcite\", 2, 2)\n\t.add(\"Pyrophosphite\", 2, 2)\n\t.add(\"Volcanic ash\", [20, 60], 2)\n\n\t/* Tertiary */\n\t.tertiary(2, \"Numulite\", [5, 95])\n\t.tertiary(35, \"Unidentified small fossil\")\n\t.tertiary(70, \"Unidentified medium fossil\")\n\t.tertiary(88, \"Unidentified large fossil\")\n\t.tertiary(118, \"Clue scroll (hard)\")\n\t.tertiary(350, \"Unidentified rare fossil\")\n\t.tertiary(12_000, \"Wyvern visage\");\n\nexport default new SimpleMonster({\n\tid: 7794,\n\tname: \"Spitting Wyvern\",\n\ttable: SpittingWyvernTable,\n\taliases: [\"spitting wyvern\", \"spitting\", \"fossil island wyverns\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport TreeHerbSeedTable from \"../../../subtables/TreeHerbSeedTable\";\nimport WyvernHerbTable from \"../../../subtables/WyvernHerbTable\";\n\nconst TalonedWyvernTable = new LootTable()\n\t.every(\"Wyvern bones\")\n\t.oneIn(512, \"Granite longsword\")\n\t.oneIn(2560, \"Granite boots\")\n\n\t/* Weapons and armour */\n\t.add(\"Air battlestaff\", 1, 4)\n\t.add(\"Battlestaff\", [3, 5], 3)\n\t.add(\"Adamant battleaxe\", 1, 2)\n\t.add(\"Adamant full helm\", 1, 2)\n\t.add(\"Rune pickaxe\", 1, 2)\n\t.add(\"Adamant platebody\", 1, 2)\n\n\t/* Runes and ammunition */\n\t.add(\"Adamant arrow\", [38, 42], 6)\n\t.add(\"Water rune\", 50, 4)\n\t.add(\"Chaos rune\", 15, 4)\n\t.add(\"Law rune\", 15, 4)\n\t.add(\"Death rune\", 15, 4)\n\t.add(\"Blood rune\", 15, 4)\n\t.add(\"Soul rune\", 10, 1)\n\t.add(\"Runite bolts\", [12, 30], 1)\n\n\t/* Herbs */\n\t.add(WyvernHerbTable, 1, 13)\n\n\t/* Seeds */\n\t.add(TreeHerbSeedTable, 1, 1)\n\t.add(\"Seaweed spore\", 12, 2)\n\t.add(\"Ranarr seed\", 1, 2)\n\n\t/* Resources */\n\t.add(\"Pure essence\", 150, 8)\n\t.add(\"Adamantite bar\", [2, 4], 6)\n\t.add(\"Teak logs\", 35, 6)\n\t.add(\"Snape grass\", [10, 15], 3)\n\t.add(\"Runite ore\", [1, 2], 3)\n\n\t/* Other */\n\t.add(\"Coins\", 3000, 11)\n\t.add(\"Lobster\", 2, 8)\n\t.add(\"Prayer potion(4)\", 1, 7)\n\t.add(\"Adamant crossbow (u)\", 1, 2)\n\t.add(\"Calcite\", 2, 2)\n\t.add(\"Pyrophosphite\", 2, 2)\n\t.add(\"Volcanic ash\", [20, 60], 2)\n\n\t/* Tertiary */\n\t.tertiary(2, \"Numulite\", [5, 95])\n\t.tertiary(35, \"Unidentified small fossil\")\n\t.tertiary(70, \"Unidentified medium fossil\")\n\t.tertiary(88, \"Unidentified large fossil\")\n\t.tertiary(118, \"Clue scroll (hard)\")\n\t.tertiary(350, \"Unidentified rare fossil\")\n\t.tertiary(12_000, \"Wyvern visage\");\n\nexport default new SimpleMonster({\n\tid: 7793,\n\tname: \"Taloned Wyvern\",\n\ttable: TalonedWyvernTable,\n\taliases: [\"taloned wyvern\", \"taloned\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport default new SimpleMonster({\n\tid: 3937,\n\tname: \"Fremennik citizen\",\n\tpickpocketTable: new LootTable().add(\"Coins\", 40).tertiary(257_211, \"Rocky\"),\n\taliases: [\"fremennik citizen\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nexport const GargoylePreTable = new LootTable()\n\t.oneIn(256, \"Granite maul\")\n\t.oneIn(512, \"Mystic robe top (dark)\")\n\n\t/* Weapons and armor */\n\t.add(\"Adamant platelegs\", 1, 4)\n\t.add(\"Rune full helm\", 1, 3)\n\t.add(\"Rune 2h sword\", 1, 2)\n\t.add(\"Adamant boots\", 1, 1)\n\t.add(\"Rune battleaxe\", 1, 1)\n\t.add(\"Rune platelegs\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Fire rune\", 75, 10)\n\t.add(\"Chaos rune\", 30, 8)\n\t.add(\"Fire rune\", 150, 6)\n\t.add(\"Death rune\", 15, 5)\n\n\t/* Materials */\n\t.add(\"Gold ore\", [10, 20], 10)\n\t.add(\"Pure essence\", 150, 6)\n\t.add(\"Steel bar\", 15, 6)\n\t.add(\"Gold bar\", [10, 15], 3)\n\t.add(\"Mithril bar\", 15, 2)\n\t.add(\"Runite ore\", 1, 2)\n\n\t/* Coins */\n\t.add(\"Coins\", [400, 800], 28)\n\t.add(\"Coins\", [500, 1000], 20)\n\t.add(\"Coins\", 10_000, 5)\n\n\t/* RDT */\n\t.add(GemTable, 1, 5);\n\nconst GargoyleTable = new LootTable()\n\t.every(GargoylePreTable)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (hard)\");\n\nconst GargoyleOnTaskTable = new LootTable()\n\t.every(GargoyleTable)\n\n\t/* Brittle key can only drop on task */\n\t.tertiary(150, \"Brittle key\");\n\nexport default new SimpleMonster({\n\tid: 412,\n\tname: \"Gargoyle\",\n\ttable: GargoyleTable,\n\tonTaskTable: GargoyleOnTaskTable,\n\taliases: [\"gargoyle\", \"garg\", \"gargs\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const GhostTable = new LootTable().tertiary(90, \"Clue scroll (beginner)\", 1);\n\nexport default new SimpleMonster({\n\tid: 85,\n\tname: \"Ghost\",\n\ttable: GhostTable,\n\taliases: [\"ghost\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const GhoulTable = new LootTable().tertiary(5000, \"Ghoul champion scroll\").every(\"Bones\");\n\nexport default new SimpleMonster({\n\tid: 289,\n\tname: \"Ghoul\",\n\ttable: GhoulTable,\n\taliases: [\"ghoul\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const GiantBatTable = new LootTable().every(\"Bat bones\");\n\nexport default new SimpleMonster({\n\tid: 2834,\n\tname: \"Giant Bat\",\n\ttable: GiantBatTable,\n\taliases: [\"giant bat\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const GiantCryptSpiderTable = new LootTable();\n\nexport default new SimpleMonster({\n\tid: 1684,\n\tname: \"Giant crypt spider\",\n\ttable: GiantCryptSpiderTable,\n\taliases: [\"giant crypt spider\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport default new SimpleMonster({\n\tid: 477,\n\tname: \"Giant frog\",\n\ttable: new LootTable({ limit: 128 })\n\t\t.every(\"Big bones\")\n\t\t.tertiary(64, \"Clue scroll (beginner)\")\n\t\t.tertiary(400, \"Long bone\")\n\t\t.tertiary(5013, \"Curved bone\")\n\n\t\t.add(\"Mithril spear\", 1, 2)\n\t\t.add(\"Nature rune\", 1, 10)\n\t\t.add(\"Nature rune\", 3, 10)\n\t\t.add(\"Nature rune\", 9, 10)\n\t\t.add(\"Cosmic rune\", 5, 3)\n\t\t.add(\"Iron arrow\", 22, 2)\n\t\t.add(\"Blood rune\", 1, 1)\n\t\t.add(\"Steel arrow\", 45, 1)\n\t\t.add(\"Giant frog legs\", 1, 64)\n\t\t.add(\"Coins\", 30, 10)\n\t\t.add(\"Coins\", 2, 8)\n\t\t.add(\"Coins\", 37, 5)\n\t\t.add(\"Coal\", 1, 1)\n\t\t.add(\"Spinach roll\", 1, 1),\n\taliases: [\"giant frog\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const GiantRatTable = new LootTable()\n\t.every(\"Bones\")\n\t.every(\"Raw rat meat\")\n\t.tertiary(128, \"Clue scroll (beginner)\");\n\nexport default new SimpleMonster({\n\tid: 2510,\n\tname: \"Giant rat\",\n\ttable: GiantRatTable,\n\taliases: [\"giant rat\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport UncommonSeedDropTable from \"../../../subtables/UncommonSeedDropTable\";\n\nconst GiantSeaSnakeTable = new LootTable()\n\t.every(\"Big bones\")\n\n\t/* Runes and ammunition */\n\t.add(\"Water rune\", 15, 2)\n\t.add(\"Mist rune\", 1, 2)\n\t.add(\"Broad arrows\", 4, 2)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 5)\n\n\t/* Seeds */\n\t.add(UncommonSeedDropTable, 1, 14)\n\n\t/* Coins */\n\t.add(\"Coins\", 44, 41)\n\t.add(\"Coins\", 32, 11)\n\t.add(\"Coins\", 24, 9)\n\t.add(\"Coins\", 23, 7)\n\n\t/* Other */\n\t.add(\"Adamant dart tip\", 2, 10)\n\t.add(\"Fishing bait\", 50, 4)\n\t.add(\"Pearl bolt tips\", 3, 4)\n\t.add(\"Raw bass\", 2, 4)\n\t.add(\"Water orb\", 1, 3)\n\t.add(\"Raw lobster\", 1, 2)\n\t.add(\"Seaweed\", 5, 2)\n\t.add(\"Edible seaweed\", 5, 2)\n\t.add(\"Casket\", 1, 2)\n\t.add(\"Oyster pearl\", 2, 1)\n\t.add(\"Oyster pearls\", 1, 1)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (medium)\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(5013, \"Curved bone\");\n\nexport default new SimpleMonster({\n\tid: 1101,\n\tname: \"Giant Sea Snake\",\n\ttable: GiantSeaSnakeTable,\n\taliases: [\"giant sea snake\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const GiantSpiderTable = new LootTable().tertiary(128, \"Clue scroll (beginner)\");\n\nexport default new SimpleMonster({\n\tid: 2477,\n\tname: \"Giant spider\",\n\ttable: GiantSpiderTable,\n\taliases: [\"giant spider\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst GnomeTable = new LootTable({ limit: 128 })\n\t.add(\"King worm\", 1, 55)\n\t.add(\"Coins\", [1, 300], 30)\n\t.add(\"Swamp toad\", 1, 28)\n\t.add(\"Gold ore\", 1, 8)\n\t.add(\"Earth rune\", 1, 5)\n\t.add(\"Fire orb\", 1, 2)\n\t.tertiary(108_718, \"Rocky\");\n\nexport default new SimpleMonster({\n\tid: 5969,\n\tname: \"Gnome\",\n\tpickpocketTable: GnomeTable,\n\taliases: [\"gnome\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst GoatTable = new LootTable().every(\"Bones\").every(\"Desert goat horn\");\n\nexport default new SimpleMonster({\n\tid: 1792,\n\tname: \"Goat\",\n\ttable: GoatTable,\n\taliases: [\"goat\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst GoblinTable = new LootTable({ limit: 128 })\n\t.every(\"Bones\")\n\t.tertiary(35, \"Ensouled goblin head\")\n\t.tertiary(64, \"Clue scroll (beginner)\")\n\t.tertiary(128, \"Clue scroll (easy)\")\n\t.tertiary(5000, \"Goblin champion scroll\")\n\n\t/* Weapons and armour */\n\t.add(\"Bronze spear\", 1, 4)\n\t.add(\"Bronze sq shield\", 1, 3)\n\n\t/* Runes and ammunition */\n\t.add(\"Water rune\", 6, 6)\n\t.add(\"Body rune\", 7, 5)\n\t.add(\"Earth rune\", 4, 3)\n\t.add(\"Bronze bolts\", 8, 3)\n\n\t/* Coins */\n\t.add(\"Coins\", 5, 28)\n\t.add(\"Coins\", 9, 3)\n\t.add(\"Coins\", 15, 3)\n\t.add(\"Coins\", 20, 2)\n\t.add(\"Coins\", 1, 1)\n\n\t/* Other */\n\t.add(\"Hammer\", 1, 15)\n\t.add(\"Goblin mail\", 1, 5)\n\t.add(\"Chef's hat\", 1, 3)\n\t.add(\"Goblin book\", 1, 2)\n\t.add(\"Beer\", 1, 2)\n\t.add(\"Brass necklace\", 1, 1)\n\t.add(\"Air talisman\", 1, 1);\n\nexport default new SimpleMonster({\n\tid: 655,\n\tname: \"Goblin\",\n\ttable: GoblinTable,\n\taliases: [\"goblin\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst WildySlayerCaveTable = new LootTable()\n\t.add(\"Blighted entangle sack\", [1, 10], 12200)\n\t.add(\"Blighted anglerfish\", [1, 2], 9170)\n\t.add(\"Blighted manta ray\", [1, 2], 9170)\n\t.add(\"Blighted karambwan\", [1, 2], 6130)\n\t.add(\"Blighted teleport spell sack\", [1, 10], 6130)\n\t.add(\"Blighted ancient ice sack\", [1, 10], 6130)\n\t.add(\"Blighted vengeance sack\", [1, 10], 6130)\n\t.add(\"Blighted super restore(4)\", 1, 3070)\n\t.add(\"Revenant cave teleport\", 1, 3070)\n\t.add(\"Dareeyak teleport\", 1, 613)\n\t.add(\"Wilderness crabs teleport\", 1, 613)\n\t.add(\"Carrallanger teleport\", 1, 613)\n\t.add(\"Paddewwa teleport\", 1, 613)\n\t.add(\"Annakarl teleport\", 1, 613)\n\t.add(\"Lassar teleport\", 1, 613)\n\t.add(\"Kharyrll teleport\", 1, 613)\n\t.add(\"Senntisten teleport\", 1, 613)\n\t.add(\"Ghorrock teleport\", 1, 613)\n\t.add(\"Target teleport\", 1, 613)\n\t.add(\"Magic shortbow scroll\", 1, 245)\n\t.add(\"Ring of wealth scroll\", 1, 245)\n\t.add(\"Trouver parchment\", 2, 61)\n\t.add(\"Looting bag note\", 1, 61);\n\nconst GreaterDemonTable = new LootTable({ limit: 128 })\n\t.every(\"Vile ashes\")\n\n\t/* Weapons and armor */\n\t.add(\"Steel 2h sword\", 1, 4)\n\t.add(\"Steel axe\", 1, 3)\n\t.add(\"Steel battleaxe\", 1, 3)\n\t.add(\"Mithril kiteshield\", 1, 1)\n\t.add(\"Adamant platelegs\", 1, 1)\n\t.add(\"Rune full helm\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Fire rune\", 75, 8)\n\t.add(\"Chaos rune\", 15, 3)\n\t.add(\"Fire rune\", 37, 1)\n\t.add(\"Death rune\", 5, 3)\n\n\t/* Coins */\n\t.add(\"Coins\", 132, 40)\n\t.add(\"Coins\", 44, 29)\n\t.add(\"Coins\", 220, 10)\n\t.add(\"Coins\", 11, 7)\n\t.add(\"Coins\", 460, 1)\n\n\t/* Other */\n\t.add(\"Tuna\", 1, 3)\n\t.add(\"Gold bar\", 1, 2)\n\t.add(\"Thread\", 10, 1)\n\n\t/* RDT */\n\t.add(GemTable, 1, 5)\n\n\t/* Tertiary */\n\t.tertiary(40, \"Ensouled demon head\")\n\t.tertiary(128, \"Clue scroll (hard)\");\n\nconst GreaterDemonWildyCaveTable = new LootTable()\n\t.every(GreaterDemonTable)\n\t.add(WildySlayerCaveTable, 1, 68)\n\t.add(new LootTable(), 1, 32);\n\nexport default new SimpleMonster({\n\tid: 2025,\n\tname: \"Greater Demon\",\n\ttable: GreaterDemonTable,\n\twildyCaveTable: GreaterDemonWildyCaveTable,\n\taliases: [\"greater demon\", \"greater\", \"greaters\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\nimport RareSeedTable from \"../../../subtables/RareSeedTable\";\n\nconst WildySlayerCaveTable = new LootTable()\n\t.add(\"Blighted entangle sack\", [1, 10], 16700)\n\t.add(\"Blighted anglerfish\", [1, 2], 12500)\n\t.add(\"Blighted manta ray\", [1, 2], 12500)\n\t.add(\"Blighted karambwan\", [1, 2], 8260)\n\t.add(\"Blighted teleport spell sack\", [1, 10], 8260)\n\t.add(\"Blighted ancient ice sack\", [1, 10], 8260)\n\t.add(\"Blighted vengeance sack\", [1, 10], 8260)\n\t.add(\"Blighted super restore(4)\", 1, 4150)\n\t.add(\"Revenant cave teleport\", 1, 4150)\n\t.add(\"Dareeyak teleport\", 1, 829)\n\t.add(\"Wilderness crabs teleport\", 1, 829)\n\t.add(\"Carrallanger teleport\", 1, 829)\n\t.add(\"Paddewwa teleport\", 1, 829)\n\t.add(\"Annakarl teleport\", 1, 829)\n\t.add(\"Lassar teleport\", 1, 829)\n\t.add(\"Kharyrll teleport\", 1, 829)\n\t.add(\"Senntisten teleport\", 1, 829)\n\t.add(\"Ghorrock teleport\", 1, 829)\n\t.add(\"Target teleport\", 1, 829)\n\t.add(\"Magic shortbow scroll\", 1, 332)\n\t.add(\"Ring of wealth scroll\", 1, 332)\n\t.add(\"Trouver parchment\", 2, 83)\n\t.add(\"Looting bag note\", 1, 83);\n\nconst GreaterNechryaelTable = new LootTable()\n\t.every(\"Malicious ashes\")\n\n\t/* Weapons and armor */\n\t.add(\"Adamant kiteshield\", 1, 7)\n\t.add(\"Rune axe\", 1, 7)\n\t.add(\"Rune sq shield\", 1, 7)\n\t.add(\"Adamant battleaxe\", 1, 5)\n\t.add(\"Rune med helm\", 1, 4)\n\t.add(\"Rune full helm\", 1, 3)\n\t.add(\"Mystic air staff\", 1, 2)\n\t.add(\"Rune boots\", 1, 1)\n\t.add(\"Rune chainbody\", 1, 1)\n\n\t/* Runes */\n\t.add(\"Death rune\", 23, 12)\n\t.add(\"Blood rune\", 20, 10)\n\t.add(\"Chaos rune\", 50, 10)\n\t.add(\"Air rune\", 150, 6)\n\t.add(\"Soul rune\", 25, 5)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 7)\n\n\t/* Seeds */\n\t.add(RareSeedTable, 2, 5)\n\n\t/* Other */\n\t.add(\"Lobster\", 1, 10)\n\t.add(\"Coins\", [2000, 2500], 8)\n\t.add(\"Gold bar\", 5, 7)\n\t.add(\"Tuna\", 2, 6)\n\t.add(\"Wine of zamorak\", 3, 2)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 3)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (hard)\");\n\nconst GreaterNechryaelWildyCaveTable = new LootTable()\n\t.every(GreaterNechryaelTable)\n\t.add(WildySlayerCaveTable, 1, 92)\n\t.add(new LootTable(), 1, 8);\n\nexport default new SimpleMonster({\n\tid: 7278,\n\tname: \"Greater Nechryael\",\n\ttable: GreaterNechryaelTable,\n\twildyCaveTable: GreaterNechryaelWildyCaveTable,\n\taliases: [\"greater nechryael\", \"greater nech\", \"greater nechs\", \"g nechs\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst WildySlayerCaveTable = new LootTable()\n\t.add(\"Blighted entangle sack\", [1, 10], 11100)\n\t.add(\"Blighted anglerfish\", [1, 2], 8400)\n\t.add(\"Blighted manta ray\", [1, 2], 8400)\n\t.add(\"Blighted karambwan\", [1, 2], 5590)\n\t.add(\"Blighted teleport spell sack\", [1, 10], 5590)\n\t.add(\"Blighted ancient ice sack\", [1, 10], 5590)\n\t.add(\"Blighted vengeance sack\", [1, 10], 5590)\n\t.add(\"Blighted super restore(4)\", 1, 2790)\n\t.add(\"Revenant cave teleport\", 1, 2790)\n\t.add(\"Dareeyak teleport\", 1, 559)\n\t.add(\"Wilderness crabs teleport\", 1, 559)\n\t.add(\"Carrallanger teleport\", 1, 559)\n\t.add(\"Paddewwa teleport\", 1, 559)\n\t.add(\"Annakarl teleport\", 1, 559)\n\t.add(\"Lassar teleport\", 1, 559)\n\t.add(\"Kharyrll teleport\", 1, 559)\n\t.add(\"Senntisten teleport\", 1, 559)\n\t.add(\"Ghorrock teleport\", 1, 559)\n\t.add(\"Target teleport\", 1, 559)\n\t.add(\"Magic shortbow scroll\", 1, 223)\n\t.add(\"Ring of wealth scroll\", 1, 223)\n\t.add(\"Trouver parchment\", 2, 56)\n\t.add(\"Looting bag note\", 1, 56);\n\nconst GreenDragonTable = new LootTable()\n\t.every(\"Dragon bones\")\n\t.every(\"Green dragonhide\")\n\n\t/* Weapons and armour */\n\t.add(\"Steel platelegs\", 1, 4)\n\t.add(\"Steel battleaxe\", 1, 3)\n\t.add(\"Mithril axe\", 1, 3)\n\t.add(\"Mithril spear\", 1, 2)\n\t.add(\"Mithril kiteshield\", 1, 1)\n\t.add(\"Adamant full helm\", 1, 1)\n\t.add(\"Rune dagger\", 1, 1)\n\n\t/* Runes*/\n\t.add(\"Water rune\", 75, 8)\n\t.add(\"Nature rune\", 15, 5)\n\t.add(\"Law rune\", 3, 3)\n\t.add(\"Fire rune\", 37, 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 15)\n\n\t/* Coins */\n\t.add(\"Coins\", 44, 29)\n\t.add(\"Coins\", 132, 25)\n\t.add(\"Coins\", 200, 10)\n\t.add(\"Coins\", 11, 5)\n\t.add(\"Coins\", 440, 1)\n\n\t/* Other */\n\t.add(\"Bass\", 1, 3)\n\t.add(\"Adamantite ore\", 1, 3)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 5)\n\n\t/* Tertiary */\n\t.tertiary(35, \"Ensouled dragon head\")\n\t.tertiary(128, \"Clue scroll (hard)\");\n\nconst GreenDragonWildyCaveTable = new LootTable()\n\t.every(GreenDragonTable)\n\t.add(WildySlayerCaveTable, 1, 62)\n\t.add(new LootTable(), 1, 38);\n\nexport default new SimpleMonster({\n\tid: 260,\n\tname: \"Green dragon\",\n\ttable: GreenDragonTable,\n\twildyCaveTable: GreenDragonWildyCaveTable,\n\taliases: [\"green dragon\", \"green drags\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const GrizzlyBearTable = new LootTable()\n\t.every(\"Bones\")\n\t.every(\"Bear fur\")\n\t.every(\"Raw bear meat\")\n\n\t/* Tertiary */\n\t.tertiary(25, \"Ensouled bear head\", 1)\n\t.tertiary(90, \"Clue scroll (beginner)\", 1);\n\nexport default new SimpleMonster({\n\tid: 3423,\n\tname: \"Grizzly bear\",\n\ttable: GrizzlyBearTable,\n\taliases: [\"grizzly\", \"grizzly bear\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const GrizzlyBearCubTable = new LootTable()\n\t.every(\"Bones\")\n\t.every(\"Bear fur\")\n\t.every(\"Raw bear meat\")\n\n\t/* Tertiary */\n\t.tertiary(25, \"Ensouled bear head\", 1)\n\t.tertiary(90, \"Clue scroll (beginner)\", 1);\n\nexport default new SimpleMonster({\n\tid: 3425,\n\tname: \"Grizzly bear cub\",\n\ttable: GrizzlyBearCubTable,\n\taliases: [\"grizzly cub\", \"grizzly bear cub\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport FixedAllotmentSeedTable from \"../../../subtables/FixedAllotmentSeedTable\";\n\nconst GuardTable = new LootTable({ limit: 128 })\n\t.every(\"Bones\")\n\t.tertiary(106, \"Clue scroll (medium)\")\n\n\t/* Runes and ammunition */\n\t.add(\"Iron bolts\", [2, 12], 10)\n\t.add(\"Steel arrow\", 1, 4)\n\t.add(\"Bronze arrow\", 1, 3)\n\t.add(\"Air rune\", 6, 2)\n\t.add(\"Earth rune\", 3, 2)\n\t.add(\"Fire rune\", 2, 2)\n\t.add(\"Blood rune\", 1, 1)\n\t.add(\"Chaos rune\", 1, 1)\n\t.add(\"Nature rune\", 1, 1)\n\t.add(\"Steel arrow\", 5, 1)\n\n\t/* Coins */\n\t.add(\"Coins\", 1, 19)\n\t.add(\"Coins\", 7, 16)\n\t.add(\"Coins\", 12, 9)\n\t.add(\"Coins\", 4, 8)\n\t.add(\"Coins\", 25, 4)\n\t.add(\"Coins\", 17, 4)\n\t.add(\"Coins\", 30, 2)\n\n\t/* Other */\n\t.add(FixedAllotmentSeedTable, 1, 18)\n\t.add(\"Iron dagger\", 1, 6)\n\t.add(\"Body talisman\", 1, 4)\n\t.add(\"Grain\", 1, 1)\n\t.add(\"Iron ore\", 1, 1);\n\nexport default new SimpleMonster({\n\tid: 995,\n\tname: \"Guard\",\n\ttable: GuardTable,\n\tpickpocketTable: new LootTable().add(\"Coins\", 30).tertiary(257_211, \"Rocky\"),\n\taliases: [\"guard\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const GuardBanditTable = new LootTable().every(\"Bones\");\n\nexport default new SimpleMonster({\n\tid: 1027,\n\tname: \"Guard Bandit\",\n\ttable: GuardBanditTable,\n\taliases: [\"guard bandit\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const GuardDogTable = new LootTable().every(\"Bones\").tertiary(25, \"Ensouled dog head\", 1);\n\nexport default new SimpleMonster({\n\tid: 114,\n\tname: \"Guard dog\",\n\ttable: GuardDogTable,\n\taliases: [\"guard dog\", \"dog\", \"dogs\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst HarpieBugSwarmTable = new LootTable()\n\t/* Weapons and armour */\n\t.add(\"Steel axe\", 1, 4)\n\t.add(\"Steel full helm\", 1, 4)\n\t.add(\"Staff of fire\", 1, 3)\n\t.add(\"Mithril chainbody\", 1, 2)\n\t.add(\"Adamant med helm\", 1, 1)\n\t.add(\"Steel boots\", 1, 1)\n\n\t/* Runes */\n\t.add(\"Fire rune\", 30, 20)\n\t.add(\"Fire rune\", 60, 8)\n\t.add(\"Chaos rune\", 15, 5)\n\t.add(\"Death rune\", 3, 3)\n\n\t/* Coins */\n\t.add(\"Coins\", 40, 25)\n\t.add(\"Coins\", 160, 20)\n\t.add(\"Coins\", 230, 10)\n\t.add(\"Coins\", 30, 7)\n\t.add(\"Coins\", 490, 2)\n\n\t/* Other */\n\t.add(\"Gold ore\", 1, 8)\n\t.add(\"Jug of wine\", 1, 2)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 3)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (medium)\");\n\nexport default new SimpleMonster({\n\tid: 464,\n\tname: \"Harpie Bug Swarm\",\n\ttable: HarpieBugSwarmTable,\n\taliases: [\"harpie bug swarm\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst WildySlayerCaveTable = new LootTable()\n\t.add(\"Blighted entangle sack\", [1, 10], 7700)\n\t.add(\"Blighted anglerfish\", [1, 2], 5750)\n\t.add(\"Blighted manta ray\", [1, 2], 5750)\n\t.add(\"Blighted karambwan\", [1, 2], 3815)\n\t.add(\"Blighted teleport spell sack\", [1, 10], 3815)\n\t.add(\"Blighted ancient ice sack\", [1, 10], 3815)\n\t.add(\"Blighted vengeance sack\", [1, 10], 3815)\n\t.add(\"Blighted super restore(4)\", 1, 1915)\n\t.add(\"Revenant cave teleport\", 1, 1915)\n\t.add(\"Dareeyak teleport\", 1, 383)\n\t.add(\"Wilderness crabs teleport\", 1, 383)\n\t.add(\"Carrallanger teleport\", 1, 383)\n\t.add(\"Paddewwa teleport\", 1, 383)\n\t.add(\"Annakarl teleport\", 1, 383)\n\t.add(\"Lassar teleport\", 1, 383)\n\t.add(\"Kharyrll teleport\", 1, 383)\n\t.add(\"Senntisten teleport\", 1, 383)\n\t.add(\"Ghorrock teleport\", 1, 383)\n\t.add(\"Target teleport\", 1, 383)\n\t.add(\"Magic shortbow scroll\", 1, 153)\n\t.add(\"Ring of wealth scroll\", 1, 153)\n\t.add(\"Trouver parchment\", 2, 38)\n\t.add(\"Looting bag note\", 1, 38);\n\nconst HellhoundTable = new LootTable()\n\t.every(\"Vile ashes\")\n\t.oneIn(32_768, \"Smouldering stone\")\n\t.tertiary(40, \"Ensouled hellhound head\")\n\t.tertiary(64, \"Clue scroll (hard)\");\n\nconst HellhoundWildyCaveTable = new LootTable()\n\t.every(HellhoundTable)\n\t.add(WildySlayerCaveTable, 1, 85)\n\t.add(new LootTable(), 1, 15);\n\nexport default new SimpleMonster({\n\tid: 104,\n\tname: \"Hellhound\",\n\ttable: HellhoundTable,\n\twildyCaveTable: HellhoundWildyCaveTable,\n\taliases: [\"hellhound\", \"hellh\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst HeroTable = new LootTable({ limit: 128 })\n\t.add(\"Coins\", [200, 300], 105)\n\t.add(\"Death rune\", [1, 2], 8)\n\t.add(\"Jug of wine\", 1, 6)\n\t.add(\"Nature rune\", [1, 3], 5)\n\t.add(\"Fire orb\", 1, 2)\n\t.add(\"Diamond\", 1, 1)\n\t.add(\"Gold ore\", 1, 1)\n\t.tertiary(99_175, \"Rocky\");\n\nexport default new SimpleMonster({\n\tid: 3295,\n\tname: \"Hero\",\n\tpickpocketTable: HeroTable,\n\taliases: [\"hero\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport FixedAllotmentSeedTable from \"../../../subtables/FixedAllotmentSeedTable\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst HillGiantTable = new LootTable({ limit: 128 })\n\t.every(\"Big bones\")\n\t.tertiary(25, \"Ensouled giant head\")\n\t.tertiary(50, \"Clue scroll (beginner)\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(5000, \"Giant champion scroll\")\n\t.tertiary(5013, \"Curved bone\")\n\n\t/* Weapons and armour */\n\t.add(\"Iron full helm\", 1, 5)\n\t.add(\"Iron dagger\", 1, 4)\n\t.add(\"Iron kiteshield\", 1, 3)\n\t.add(\"Steel longsword\", 1, 2)\n\n\t/* Runes and ammunition */\n\t.add(\"Iron arrow\", 3, 6)\n\t.add(\"Fire rune\", 15, 3)\n\t.add(\"Water rune\", 7, 3)\n\t.add(\"Law rune\", 2, 3)\n\t.add(\"Steel arrow\", 10, 2)\n\t.add(\"Mind rune\", 3, 2)\n\t.add(\"Cosmic rune\", 2, 2)\n\t.add(\"Nature rune\", 6, 2)\n\t.add(\"Chaos rune\", 2, 1)\n\t.add(\"Death rune\", 2, 1)\n\n\t/* Coins */\n\t.add(\"Coins\", 38, 14)\n\t.add(\"Coins\", 52, 10)\n\t.add(\"Coins\", 15, 8)\n\t.add(\"Coins\", 8, 6)\n\t.add(\"Coins\", 88, 2)\n\n\t/* Other */\n\t.add(FixedAllotmentSeedTable, 1, 18)\n\t.add(HerbDropTable, 1, 7)\n\t.add(\"Limpwurt root\", 1, 11)\n\t.add(\"Beer\", 1, 6)\n\t.add(\"Body talisman\", 1, 2)\n\t.add(\"Giant key\", 1, 1)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 3);\n\nexport default new SimpleMonster({\n\tid: 2098,\n\tname: \"Hill Giant\",\n\ttable: HillGiantTable,\n\taliases: [\"hill giant\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport CommonSeedDropTable from \"../../../subtables/CommonSeedDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst HerbTable = new LootTable()\n\t.add(\"Grimy guam leaf\", 1, 10)\n\t.add(\"Grimy marrentill\", 1, 10)\n\t.add(\"Grimy tarromin\", 1, 5)\n\t.add(\"Grimy ranarr weed\", 1, 2)\n\t.add(\"Grimy irit leaf\", 1, 140)\n\t.add(\"Grimy avantoe\", 1, 2)\n\t.add(\"Grimy kwuarm\", 1, 1)\n\t.add(\"Grimy cadantine\", 1, 1)\n\t.add(\"Grimy lantadyme\", 1, 3)\n\t.add(\"Grimy dwarf weed\", 1, 3);\n\nexport const HobgoblinTable = new LootTable()\n\t.tertiary(5000, \"Hobgoblin champion scroll\")\n\t.tertiary(70, \"Clue scroll (beginner)\")\n\t.every(\"Bones\")\n\n\t// Weapons\n\t.add(\"Iron sword\", 1, 3)\n\t.add(\"Steel dagger\", 1, 3)\n\t.add(\"Steel longsword\", 1, 1)\n\n\t// Runes/ammunition\n\t.add(\"Law rune\", 2, 3)\n\t.add(\"Water rune\", 2, 2)\n\t.add(\"Fire rune\", 7, 2)\n\t.add(\"Body rune\", 6, 2)\n\t.add(\"Chaos rune\", 3, 2)\n\t.add(\"Nature rune\", 4, 2)\n\t.add(\"Cosmic rune\", 2, 1)\n\t.add(\"Iron javelin\", 5, 1)\n\n\t.add(HerbTable, 1, 7)\n\t.add(CommonSeedDropTable, 1, 12)\n\t.add(\"Coins\", 15, 34)\n\t.add(\"Coins\", 5, 12)\n\t.add(\"Coins\", 28, 4)\n\t.add(\"Coins\", 62, 4)\n\t.add(\"Coins\", 42, 3)\n\t.add(\"Coins\", 1, 3)\n\t.add(\"Coins\", 1, 1)\n\t.add(\"Limpwurt root\", 1, 21)\n\t.add(\"Goblin mail\", 1, 2)\n\t.add(GemTable, 1, 2);\n\nexport default new SimpleMonster({\n\tid: 3049,\n\tname: \"Hobgoblin\",\n\ttable: HobgoblinTable,\n\taliases: [\"hobgoblin\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { NotedHerbTable } from \"../../../subtables/NotedHerbTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\nimport RareSeedTable from \"../../../subtables/RareSeedTable\";\n\nconst HydraBrimstoneRingTable = new LootTable().add(\"Hydra's eye\").add(\"Hydra's fang\").add(\"Hydra's heart\");\n\nconst HydraOffTaskUniqueTable = new LootTable()\n\t.oneIn(10_000, \"Dragon thrownaxe\", [200, 400])\n\t.oneIn(10_000, \"Dragon knife\", [200, 400])\n\t.oneIn(5000, \"Hydra tail\")\n\t.oneIn(1800, HydraBrimstoneRingTable);\n\nconst HydraOnTaskUniqueTable = new LootTable()\n\t.oneIn(2000, \"Dragon thrownaxe\", [200, 400])\n\t.oneIn(2000, \"Dragon knife\", [200, 400])\n\t.oneIn(1000, \"Hydra tail\")\n\t.oneIn(360, HydraBrimstoneRingTable);\n\nexport const HydraPreTable = new LootTable()\n\t/* Weapons and armour */\n\t.add(\"Fire battlestaff\", 1, 5)\n\t.add(\"Water battlestaff\", 1, 5)\n\t.add(\"Black d'hide chaps\", 1, 3)\n\t.add(\"Rune kiteshield\", 1, 3)\n\t.add(\"Battlestaff\", [2, 3], 2)\n\t.add(\"Rune platebody\", 1, 1)\n\t.add(\"Mystic robe bottom\", 1, 1)\n\t.add(\"Dragon longsword\", 1, 1)\n\n\t/* Runes */\n\t.add(\"Blood rune\", [15, 45], 9)\n\t.add(\"Chaos rune\", [20, 50], 9)\n\t.add(\"Death rune\", [30, 60], 9)\n\t.add(\"Fire rune\", [70, 90], 9)\n\t.add(\"Law rune\", [30, 60], 9)\n\t.add(\"Water rune\", [70, 90], 9)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 4)\n\t.add(NotedHerbTable, 1, 2)\n\n\t/* Seeds */\n\t.add(RareSeedTable, 1, 4)\n\n\t/* Bolt tips */\n\t.oneIn(256, \"Diamond bolt tips\", 20)\n\t.oneIn(285, \"Ruby bolt tips\", 20)\n\t.oneIn(284, \"Emerald bolt tips\", 20)\n\t.oneIn(366, \"Dragonstone bolt tips\", 20)\n\t.oneIn(853, \"Onyx bolt tips\", 20)\n\t.oneIn(1280, \"Sapphire bolt tips\", 20)\n\n\t/* Other */\n\t.add(\"Coins\", [500, 3500], 16)\n\t.add(\"Monkfish\", 1, 11)\n\t.add(\"Super restore(1)\", [1, 2], 6)\n\t.add(\"Super combat potion(1)\", 1, 4)\n\t.add(\"Dragon bones\", [3, 5], 3)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 5);\n\nconst HydraTable = new LootTable()\n\t.every(\"Hydra bones\")\n\t.every(HydraPreTable)\n\n\t.every(HydraOffTaskUniqueTable)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (hard)\")\n\t.tertiary(512, \"Clue scroll (elite)\");\n\nconst HydraOnTaskTable = new LootTable()\n\t.every(\"Hydra bones\")\n\t.every(HydraPreTable)\n\n\t.every(HydraOnTaskUniqueTable)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (hard)\")\n\t.tertiary(512, \"Clue scroll (elite)\");\n\nexport default new SimpleMonster({\n\tid: 8609,\n\tname: \"Hydra\",\n\ttable: HydraTable,\n\tonTaskTable: HydraOnTaskTable,\n\taliases: [\"hydra\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\nimport UncommonSeedDropTable from \"../../../subtables/UncommonSeedDropTable\";\n\nconst WildySlayerCaveTable = new LootTable()\n\t.add(\"Blighted entangle sack\", [1, 10], 13200)\n\t.add(\"Blighted anglerfish\", [1, 2], 9900)\n\t.add(\"Blighted manta ray\", [1, 2], 9900)\n\t.add(\"Blighted karambwan\", [1, 2], 6580)\n\t.add(\"Blighted teleport spell sack\", [1, 10], 6580)\n\t.add(\"Blighted ancient ice sack\", [1, 10], 6580)\n\t.add(\"Blighted vengeance sack\", [1, 10], 6580)\n\t.add(\"Blighted super restore(4)\", 1, 3290)\n\t.add(\"Revenant cave teleport\", 1, 3290)\n\t.add(\"Dareeyak teleport\", 1, 657)\n\t.add(\"Wilderness crabs teleport\", 1, 657)\n\t.add(\"Carrallanger teleport\", 1, 657)\n\t.add(\"Paddewwa teleport\", 1, 657)\n\t.add(\"Annakarl teleport\", 1, 657)\n\t.add(\"Lassar teleport\", 1, 657)\n\t.add(\"Kharyrll teleport\", 1, 657)\n\t.add(\"Senntisten teleport\", 1, 657)\n\t.add(\"Ghorrock teleport\", 1, 657)\n\t.add(\"Target teleport\", 1, 657)\n\t.add(\"Magic shortbow scroll\", 1, 263)\n\t.add(\"Ring of wealth scroll\", 1, 263)\n\t.add(\"Trouver parchment\", 2, 66)\n\t.add(\"Looting bag note\", 1, 66);\n\nconst IceGiantTable = new LootTable()\n\t.every(\"Big bones\")\n\n\t/* Weapons and armour */\n\t.add(\"Iron 2h sword\", 1, 5)\n\t.add(\"Black kiteshield\", 1, 4)\n\t.add(\"Steel axe\", 1, 4)\n\t.add(\"Steel sword\", 1, 4)\n\t.add(\"Iron platelegs\", 1, 1)\n\t.add(\"Mithril mace\", 1, 1)\n\t.add(\"Mithril sq shield\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Adamant arrow\", 5, 6)\n\t.add(\"Nature rune\", 6, 4)\n\t.add(\"Mind rune\", 24, 3)\n\t.add(\"Body rune\", 37, 3)\n\t.add(\"Law rune\", 3, 2)\n\t.add(\"Water rune\", 12, 1)\n\t.add(\"Cosmic rune\", 4, 1)\n\t.add(\"Death rune\", 3, 1)\n\t.add(\"Blood rune\", 2, 1)\n\n\t/* Seeds */\n\t.add(UncommonSeedDropTable, 1, 8)\n\n\t/* Coins */\n\t.add(\"Coins\", 117, 32)\n\t.add(\"Coins\", 53, 12)\n\t.add(\"Coins\", 196, 10)\n\t.add(\"Coins\", 8, 7)\n\t.add(\"Coins\", 22, 6)\n\t.add(\"Coins\", 400, 2)\n\n\t/* Other */\n\t.add(\"Jug of wine\", 1, 3)\n\t.add(\"Mithril ore\", 1, 1)\n\t.add(\"Banana\", 1, 1)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 4)\n\n\t/* Tertiary */\n\t.tertiary(21, \"Ensouled giant head\")\n\t.tertiary(40, \"Clue scroll (beginner)\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(5000, \"Giant champion scroll\")\n\t.tertiary(5013, \"Curved bone\");\n\nconst IceGiantWildyCaveTable = new LootTable()\n\t.every(IceGiantTable)\n\t.add(WildySlayerCaveTable, 1, 73)\n\t.add(new LootTable(), 1, 27);\n\nexport default new SimpleMonster({\n\tid: 2085,\n\tname: \"Ice giant\",\n\ttable: IceGiantTable,\n\twildyCaveTable: IceGiantWildyCaveTable,\n\taliases: [\"ice giant\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\nimport UncommonSeedDropTable from \"../../../subtables/UncommonSeedDropTable\";\n\nconst IceTrollTable = new LootTable()\n\t.every(\"Big bones\")\n\n\t/* Weapons and armour */\n\t.add(\"Adamant full helm\", 1, 10)\n\t.add(\"Steel platebody\", 1, 10)\n\t.add(\"Mithril warhammer\", 1, 5)\n\t.add(\"Adamant axe\", 1, 5)\n\t.add(\"Rune kiteshield\", 1, 2)\n\t.add(\"Granite shield\", 1, 1)\n\t.add(\"Rune warhammer\", 1, 1)\n\n\t/* Runes */\n\t.add(\"Earth rune\", [8, 14], 10)\n\t.add(\"Earth rune\", [12, 36], 10)\n\t.add(\"Nature rune\", [4, 12], 5)\n\t.add(\"Law rune\", [4, 8], 5)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 2)\n\t.add(UncommonSeedDropTable, 1, 11)\n\n\t/* Other */\n\t.add(\"Coins\", 200, 20)\n\t.add(\"Raw shark\", [2, 8], 10)\n\t.add(\"Seaweed\", [3, 9], 10)\n\t.add(\"Ball of wool\", [18, 42], 10)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 1)\n\n\t/* Tertiary */\n\t.tertiary(20, \"Ensouled troll head\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(5013, \"Curved bone\");\n\nexport default new SimpleMonster({\n\tid: 648,\n\tname: \"Ice Troll\",\n\ttable: IceTrollTable,\n\taliases: [\"ice troll\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\nimport UncommonSeedDropTable from \"../../../subtables/UncommonSeedDropTable\";\n\nexport const IceWarriorTable = new LootTable({ limit: 128 })\n\t/* Weapons */\n\t.add(\"Iron battleaxe\", 1, 3)\n\t.add(\"Mithril mace\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Nature rune\", 4, 10)\n\t.add(\"Chaos rune\", 3, 8)\n\t.add(\"Law rune\", 2, 7)\n\t.add(\"Cosmic rune\", 2, 5)\n\t.add(\"Mithril arrow\", 3, 5)\n\t.add(\"Adamant arrow\", 2, 2)\n\t.add(\"Death rune\", 2, 3)\n\t.add(\"Blood rune\", 2, 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 10)\n\n\t/* Seeds */\n\t.add(UncommonSeedDropTable, 1, 18)\n\n\t/* Coins */\n\t.add(\"Coins\", 15, 39)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 3)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (medium)\");\n\nexport default new SimpleMonster({\n\tid: 2841,\n\tname: \"Ice warrior\",\n\ttable: IceWarriorTable,\n\taliases: [\"ice warrior\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const IceWolfTable = new LootTable().every(\"Wolf bones\");\n\nexport default new SimpleMonster({\n\tid: 645,\n\tname: \"Ice wolf\",\n\ttable: IceWolfTable,\n\taliases: [\"ice wolf\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nexport const IcefiendTable = new LootTable({ limit: 128 })\n\t.tertiary(128, \"Clue scroll (easy)\")\n\n\t/* Runes */\n\t.add(\"Water rune\", [1, 5], 4)\n\t.add(\"Air rune\", [1, 5], 1)\n\n\t/* Other */\n\t.add(\"Coins\", [1, 30], 4)\n\t.add(\"Coins\", [1, 20], 4)\n\n\t/* Subtable */\n\t.add(GemTable, 1, 3);\n\nexport default new SimpleMonster({\n\tid: 3140,\n\tname: \"Icefiend\",\n\ttable: IcefiendTable,\n\taliases: [\"icefiend\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const ImpTable = new LootTable()\n\t.tertiary(5000, \"Imp champion scroll\")\n\t.tertiary(25, \"Ensouled imp head\")\n\t.every(\"Fiendish ashes\")\n\t.add(\"Black bead\", 1, 5)\n\t.add(\"Red bead\", 1, 5)\n\t.add(\"White bead\", 1, 5)\n\t.add(\"Yellow bead\", 1, 5)\n\t.add(\"Bronze bolts\", 1, 8)\n\t.add(\"Blue wizard hat\", 1, 8)\n\n\t// Food\n\t.add(\"Egg\", 1, 5)\n\t.add(\"Raw chicken\", 1, 5)\n\t.add(\"Burnt bread\", 1, 4)\n\t.add(\"Burnt meat\", 1, 4)\n\t.add(\"Cabbage\", 1, 2)\n\t.add(\"Bread dough\", 1, 2)\n\t.add(\"Bread\", 1, 1)\n\t.add(\"Cooked meat\", 1, 1)\n\n\t// Tools\n\t.add(\"Hammer\", 1, 8)\n\t.add(\"Tinderbox\", 1, 5)\n\t.add(\"Shears\", 1, 4)\n\t.add(\"Bucket\", 1, 4)\n\t.add(\"Bucket of water\", 1, 2)\n\t.add(\"Jug\", 1, 2)\n\t.add(\"Jug of water\", 1, 2)\n\t.add(\"Pot\", 1, 2)\n\t.add(\"Pot of flour\", 1, 2)\n\n\t// Other\n\t.add(\"Ball of wool\", 1, 8)\n\t.add(\"Mind talisman\", 1, 7)\n\t.add(\"Ashes\", 1, 6)\n\t.add(\"Clay\", 1, 4)\n\t.add(\"Cadava berries\", 1, 4)\n\t.add(\"Grain\", 1, 3)\n\t.add(\"Chef's hat\", 1, 2)\n\t.add(\"Flyer\", 1, 2)\n\t.add(\"Potion\", 1, 1);\n\nexport default new SimpleMonster({\n\tid: 5007,\n\tname: \"Imp\",\n\ttable: ImpTable,\n\taliases: [\"imp\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const InfernalMagePreTable = new LootTable()\n\t/* Weapons and armour */\n\t.oneIn(512, \"Mystic boots (dark)\")\n\t.oneIn(512, \"Mystic hat (dark)\")\n\n\t/* Staves */\n\t.add(\"Staff\", 1, 8)\n\t.add(\"Staff of fire\", 1, 1)\n\t.oneIn(1000, \"Lava battlestaff\")\n\n\t/* Elemental runes */\n\t.add(\"Earth rune\", 10, 6)\n\t.add(\"Fire rune\", 10, 6)\n\t.add(\"Earth rune\", 36, 4)\n\t.add(\"Air rune\", 10, 3)\n\t.add(\"Water rune\", 10, 3)\n\t.add(\"Air rune\", 18, 2)\n\t.add(\"Water rune\", 18, 2)\n\t.add(\"Earth rune\", 18, 2)\n\t.add(\"Fire rune\", 18, 2)\n\n\t/* Catalystic runes */\n\t.add(\"Death rune\", 7, 18)\n\t.add(\"Mind rune\", 18, 2)\n\t.add(\"Body rune\", 18, 2)\n\t.add(\"Blood rune\", 4, 2)\n\n\t/* Coins */\n\t.add(\"Coins\", 1, 19)\n\t.add(\"Coins\", 2, 14)\n\t.add(\"Coins\", 4, 8)\n\t.add(\"Coins\", 29, 3);\n\nconst InfernalMageTable = new LootTable().every(\"Bones\").every(InfernalMagePreTable);\n\nexport default new SimpleMonster({\n\tid: 447,\n\tname: \"Infernal Mage\",\n\ttable: InfernalMageTable,\n\taliases: [\"infernal mage\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\nimport RareSeedTable from \"../../../subtables/RareSeedTable\";\n\nconst IorwerthArcherTable = new LootTable()\n\t.every(\"Bones\")\n\n\t/* Weapons and armour */\n\t.add(\"Green d'hide body\", 1, 4)\n\t.add(\"Green d'hide chaps\", 1, 3)\n\t.add(\"Mithril spear\", 1, 2)\n\t.add(\"Mithril kiteshield\", 1, 1)\n\t.add(\"Adamant full helm\", 1, 1)\n\t.add(\"Rune dagger\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Water rune\", 70, 8)\n\t.add(\"Nature rune\", 12, 5)\n\t.add(\"Law rune\", 2, 3)\n\t.add(\"Fire rune\", 37, 2)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 15)\n\n\t/* Seeds */\n\t.add(RareSeedTable, 1, 16)\n\n\t/* Coins */\n\t.add(\"Coins\", 44, 29)\n\t.add(\"Coins\", 180, 10)\n\t.add(\"Coins\", 132, 8)\n\t.add(\"Coins\", 20, 5)\n\t.add(\"Coins\", 440, 1)\n\n\t/* Other */\n\t.add(\"Bass\", 1, 3)\n\t.add(\"Shark\", 1, 3)\n\t.add(\"Adamantite ore\", 1, 2)\n\t.add(\"Teleport crystal (1)\", 1, 1)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 5)\n\n\t/* Tertiary */\n\t.tertiary(50, \"Ensouled elf head\")\n\t.tertiary(128, \"Clue scroll (hard)\");\n\nexport default new SimpleMonster({\n\tid: 3428,\n\tname: \"Iorwerth Archer\",\n\ttable: IorwerthArcherTable,\n\taliases: [\"iorwerth archer\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\nimport RareSeedTable from \"../../../subtables/RareSeedTable\";\n\nconst IorwerthWarriorTable = new LootTable()\n\t.every(\"Bones\")\n\n\t/* Weapons and armour */\n\t.add(\"Green d'hide body\", 1, 4)\n\t.add(\"Green d'hide chaps\", 1, 3)\n\t.add(\"Mithril spear\", 1, 2)\n\t.add(\"Mithril kiteshield\", 1, 1)\n\t.add(\"Adamant full helm\", 1, 1)\n\t.add(\"Rune dagger\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Water rune\", 70, 8)\n\t.add(\"Nature rune\", 12, 5)\n\t.add(\"Law rune\", 2, 3)\n\t.add(\"Fire rune\", 37, 2)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 15)\n\n\t/* Seeds */\n\t.add(RareSeedTable, 1, 16)\n\n\t/* Coins */\n\t.add(\"Coins\", 44, 29)\n\t.add(\"Coins\", 180, 10)\n\t.add(\"Coins\", 132, 8)\n\t.add(\"Coins\", 20, 5)\n\t.add(\"Coins\", 440, 1)\n\n\t/* Other */\n\t.add(\"Crystal teleport seed\", 25)\n\t.add(\"Bass\", 1, 3)\n\t.add(\"Shark\", 1, 3)\n\t.add(\"Adamantite ore\", 1, 2)\n\t.oneIn(1024, \"Enhanced crystal teleport seed\")\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 5)\n\n\t/* Tertiary */\n\t.tertiary(24, \"Crystal shard\")\n\t.tertiary(50, \"Ensouled elf head\")\n\t.tertiary(128, \"Clue scroll (hard)\");\n\nexport default new SimpleMonster({\n\tid: 3429,\n\tname: \"Iorwerth Warrior\",\n\ttable: IorwerthWarriorTable,\n\taliases: [\"iorwerth warrior\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport RareDropTable, { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst IronDragonTable = new LootTable()\n\t.every(\"Dragon bones\")\n\t.every(\"Iron bar\", 5)\n\n\t/* Pre-roll */\n\t.oneIn(1024, \"Dragon plateskirt\")\n\t.oneIn(1024, \"Dragon platelegs\")\n\n\t/* Weapons and armour */\n\t.add(\"Rune dart(p)\", 9, 7)\n\t.add(\"Adamant 2h sword\", 1, 4)\n\t.add(\"Adamant axe\", 1, 3)\n\t.add(\"Adamant battleaxe\", 1, 3)\n\t.add(\"Rune knife\", 5, 3)\n\t.add(\"Adamant sq shield\", 1, 1)\n\t.add(\"Rune med helm\", 1, 1)\n\t.add(\"Rune battleaxe\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Rune javelin\", 4, 20)\n\t.add(\"Blood rune\", 15, 19)\n\t.add(\"Adamant bolts\", [2, 12], 6)\n\t.add(\"Soul rune\", 3, 5)\n\n\t/* Coins */\n\t.add(\"Coins\", 270, 20)\n\t.add(\"Coins\", 550, 10)\n\t.add(\"Coins\", 990, 1)\n\n\t/* Other */\n\t.add(\"Super strength(1)\", 1, 8)\n\t.add(\"Runite limbs\", 1, 5)\n\t.add(\"Adamantite bar\", 2, 3)\n\t.add(\"Curry\", 1, 3)\n\n\t/* RDT */\n\t.add(RareDropTable, 1, 2)\n\t.add(GemTable, 1, 3)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (hard)\")\n\t.tertiary(10_000, \"Draconic visage\");\n\nexport default new SimpleMonster({\n\tid: 272,\n\tname: \"Iron Dragon\",\n\ttable: IronDragonTable,\n\taliases: [\"iron dragon\", \"iron d\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const JackalTable = new LootTable().every(\"Bones\");\nexport default new SimpleMonster({\n\tid: 4185,\n\tname: \"Jackal\",\n\ttable: JackalTable,\n\taliases: [\"jackal\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst WildySlayerCaveTable = new LootTable()\n\t.add(\"Blighted entangle sack\", [1, 10], 6850)\n\t.add(\"Blighted anglerfish\", [1, 2], 5150)\n\t.add(\"Blighted manta ray\", [1, 2], 5150)\n\t.add(\"Blighted karambwan\", [1, 2], 3425)\n\t.add(\"Blighted teleport spell sack\", [1, 10], 3425)\n\t.add(\"Blighted ancient ice sack\", [1, 10], 3425)\n\t.add(\"Blighted vengeance sack\", [1, 10], 3425)\n\t.add(\"Blighted super restore(4)\", 1, 1710)\n\t.add(\"Revenant cave teleport\", 1, 1710)\n\t.add(\"Dareeyak teleport\", 1, 342)\n\t.add(\"Wilderness crabs teleport\", 1, 342)\n\t.add(\"Carrallanger teleport\", 1, 342)\n\t.add(\"Paddewwa teleport\", 1, 342)\n\t.add(\"Annakarl teleport\", 1, 342)\n\t.add(\"Lassar teleport\", 1, 342)\n\t.add(\"Kharyrll teleport\", 1, 342)\n\t.add(\"Senntisten teleport\", 1, 342)\n\t.add(\"Ghorrock teleport\", 1, 342)\n\t.add(\"Target teleport\", 1, 342)\n\t.add(\"Magic shortbow scroll\", 1, 137)\n\t.add(\"Ring of wealth scroll\", 1, 137)\n\t.add(\"Trouver parchment\", 2, 34)\n\t.add(\"Looting bag note\", 1, 34);\n\nexport const JellyPreTable = new LootTable()\n\t/* Weapons and armour */\n\t.add(\"Steel battleaxe\", 1, 11)\n\t.add(\"Steel 2h sword\", 1, 7)\n\t.add(\"Steel axe\", 1, 3)\n\t.add(\"Mithril kiteshield\", 1, 2)\n\t.add(\"Mithril boots\", 1, 1)\n\t.add(\"Rune full helm\", 1, 1)\n\n\t/* Coins */\n\t.add(\"Coins\", 102, 39)\n\t.add(\"Coins\", 44, 30)\n\t.add(\"Coins\", 220, 10)\n\t.add(\"Coins\", 11, 7)\n\t.add(\"Coins\", 460, 2)\n\n\t/* Other */\n\t.add(\"Chaos rune\", 15, 5)\n\t.add(\"Death rune\", 5, 3)\n\t.add(\"Gold bar\", 1, 2)\n\t.add(\"Thread\", 10, 1)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 4);\n\nconst JellyTable = new LootTable()\n\t.every(JellyPreTable)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (hard)\");\n\nconst JellyWildyCaveTable = new LootTable()\n\t.every(JellyTable)\n\t.add(WildySlayerCaveTable, 1, 76)\n\t.add(new LootTable(), 1, 24);\n\nexport default new SimpleMonster({\n\tid: 437,\n\tname: \"Jelly\",\n\ttable: JellyTable,\n\twildyCaveTable: JellyWildyCaveTable,\n\taliases: [\"jelly\", \"jello\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport CommonSeedDropTable from \"../../../subtables/CommonSeedDropTable\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nexport const JogreTable = new LootTable({ limit: 129 })\n\t.tertiary(5000, \"Jogre champion scroll\")\n\t.tertiary(129, \"Clue scroll (medium)\")\n\t.every(\"Jogre bones\")\n\n\t// Weapons\n\t.add(\"Bronze spear\", 1, 30)\n\t.add(\"Iron spear\", 1, 4)\n\n\t// Runes/ammunition\n\t.add(\"Nature rune\", 2, 10)\n\t.add(\"Nature rune\", 10, 2)\n\t.add(\"Nature rune\", 5, 2)\n\t.add(\"Steel javelin\", 5, 2)\n\n\t.add(HerbDropTable, 1, 6)\n\t.add(CommonSeedDropTable, 1, 15)\n\t.add(GemTable, 1, 1)\n\n\t// Others\n\t.add(\"Trading sticks\", 22, 27)\n\t.add(\"Pineapple\", 2, 8)\n\t.add(\"Knife\", 1, 5)\n\t.add(\"Bones\", 1, 3)\n\t.add(\"Big bones\", 1, 3)\n\t.add(\"Big bones\", 3, 2)\n\t.add(\"Bones\", 1, 2);\n\nexport default new SimpleMonster({\n\tid: 2094,\n\tname: \"Jogre\",\n\ttable: JogreTable,\n\taliases: [\"jogre\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport default new SimpleMonster({\n\tid: 4863,\n\tname: \"Jubbly bird\",\n\ttable: new LootTable().every(\"Big bones\").every(\"Raw jubbly\").add(\"Feather\", [25, 32]),\n\taliases: [\"jubbly bird\", \"jubbly\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { itemTupleToTable } from \"../../../../util\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\nimport VariableAllotmentSeedTable from \"../../../subtables/VariableAllotmentSeedTable\";\n\nconst JungleHorrorTable = new LootTable({ limit: 129 })\n\t.every(\"Bones\")\n\n\t/* Weapons and armor*/\n\t.add(\"Iron warhammer\", 1, 17)\n\t.add(\"Iron kiteshield\", 1, 5)\n\t.add(\"Iron spear\", 1, 4)\n\t.add(\"Iron javelin\", 5, 2)\n\n\t/* Runes */\n\t.add(\"Nature rune\", 4, 10)\n\t.add(\"Nature rune\", 2, 7)\n\t.add(\"Death rune\", 1, 5)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 6)\n\n\t/* Seeds */\n\t.add(VariableAllotmentSeedTable, 1, 15)\n\n\t/* Materials */\n\t.add(\"Iron ore\", 1, 27)\n\t.add(\"Teak logs\", 3, 9)\n\t.add(\"Mahogany logs\", 1, 3)\n\n\t/* Other */\n\t.add(\"Pineapple\", 1, 8)\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Big bones\", 1],\n\t\t\t[\"Bones\", 1],\n\t\t]),\n\t\t1,\n\t\t3,\n\t)\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Big bones\", 3],\n\t\t\t[\"Bones\", 1],\n\t\t]),\n\t\t1,\n\t\t2,\n\t)\n\n\t/* Gems */\n\t.add(GemTable, 1, 1)\n\n\t/* Tertiary */\n\t.tertiary(40, \"Ensouled horror head\")\n\t.tertiary(128, \"Clue scroll (medium)\");\n\nexport default new SimpleMonster({\n\tid: 1042,\n\tname: \"Jungle horror\",\n\ttable: JungleHorrorTable,\n\taliases: [\"jungle horror\", \"jungle h\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const JungleWolfTable = new LootTable().every(\"Wolf bones\");\n\nexport default new SimpleMonster({\n\tid: 232,\n\tname: \"Jungle Wolf\",\n\ttable: JungleWolfTable,\n\taliases: [\"jungle wolf\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport RareDropTable, { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst KalphiteGuardianTable = new LootTable({ limit: 128 })\n\n\t/* Weapons and armor */\n\t.add(\"Mithril sword\", 1, 4)\n\t.add(\"Steel battleaxe\", 1, 3)\n\t.add(\"Mithril axe\", 1, 2)\n\t.add(\"Adamant dagger\", 1, 2)\n\t.add(\"Mithril kiteshield\", 1, 1)\n\t.add(\"Rune med helm\", 1, 1)\n\t.add(\"Rune chainbody\", 1, 1)\n\n\t/* Runes */\n\t.add(\"Air rune\", 50, 8)\n\t.add(\"Chaos rune\", 10, 7)\n\t.add(\"Blood rune\", 7, 4)\n\t.add(\"Fire rune\", 37, 1)\n\t.add(\"Law rune\", 3, 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 23)\n\n\t/* Coins */\n\t.add(\"Coins\", 132, 40)\n\t.add(\"Coins\", 30, 7)\n\t.add(\"Coins\", 44, 6)\n\t.add(\"Coins\", 220, 6)\n\t.add(\"Coins\", 460, 1)\n\n\t/* Other */\n\t.add(\"Lobster\", 1, 3)\n\t.add(\"Defence potion(3)\", 1, 1)\n\n\t/* RDT */\n\t.add(RareDropTable, 1, 1)\n\t.add(GemTable, 1, 5)\n\n\t/* Tertiary */\n\t.tertiary(35, \"Ensouled kalphite head\");\n\nexport default new SimpleMonster({\n\tid: 959,\n\tname: \"Kalphite Guardian\",\n\ttable: KalphiteGuardianTable,\n\taliases: [\"kalphite guardian\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst KalphiteSoldierTable = new LootTable({ limit: 128 })\n\t/* Weapons and armor */\n\t.add(\"Steel full helm\", 1, 4)\n\t.add(\"Steel axe\", 1, 4)\n\t.add(\"Steel scimitar\", 1, 3)\n\t.add(\"Mithril chainbody\", 1, 1)\n\t.add(\"Mithril sq shield\", 1, 1)\n\t.add(\"Adamant med helm\", 1, 1)\n\n\t/* Runes */\n\t.add(\"Fire rune\", 60, 8)\n\t.add(\"Chaos rune\", 12, 5)\n\t.add(\"Death rune\", 3, 3)\n\t.add(\"Nature rune\", 1, 2)\n\t.add(\"Fire rune\", 30, 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 1)\n\n\t/* Coins */\n\t.add(\"Coins\", 120, 40)\n\t.add(\"Coins\", 40, 29)\n\t.add(\"Coins\", 200, 10)\n\t.add(\"Coins\", 10, 7)\n\t.add(\"Coins\", 450, 1)\n\n\t/* Other */\n\t.add(\"Waterskin(4)\", 1, 3)\n\n\t/* RDT */\n\t.add(GemTable, 1, 4)\n\n\t/* Tertiary */\n\t.tertiary(90, \"Ensouled kalphite head\");\n\nexport default new SimpleMonster({\n\tid: 957,\n\tname: \"Kalphite Soldier\",\n\ttable: KalphiteSoldierTable,\n\taliases: [\"kalphite soldier\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst KalphiteWorkerTable = new LootTable()\n\t/* Weapons and armor */\n\t.add(\"Iron sword\", 1, 3)\n\t.add(\"Steel dagger\", 1, 3)\n\t.add(\"Hardleather body\", 1, 2)\n\t.add(\"Iron javelin\", 5, 1)\n\t.add(\"Steel longsword\", 1, 1)\n\n\t/* Runes */\n\t.add(\"Law rune\", 2, 3)\n\t.add(\"Body rune\", 6, 2)\n\t.add(\"Chaos rune\", 3, 2)\n\t.add(\"Fire rune\", 7, 2)\n\t.add(\"Water rune\", 2, 2)\n\t.add(\"Nature rune\", 4, 2)\n\t.add(\"Cosmic rune\", 2, 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 7)\n\n\t/* Coins */\n\t.add(\"Coins\", 15, 34)\n\t.add(\"Coins\", 5, 12)\n\t.add(\"Coins\", 28, 12)\n\t.add(\"Coins\", 1, 8)\n\t.add(\"Coins\", 62, 4)\n\t.add(\"Coins\", 42, 3)\n\n\t/* Other */\n\t.add(\"Waterskin(4)\", 1, 21)\n\n\t/* RDT */\n\t.add(GemTable, 1, 2)\n\n\t/* Tertiary */\n\t.tertiary(250, \"Ensouled kalphite head\");\n\nexport default new SimpleMonster({\n\tid: 955,\n\tname: \"Kalphite Worker\",\n\ttable: KalphiteWorkerTable,\n\taliases: [\"kalphite worker\", \"kalphite\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nexport const KillerwattTable = new LootTable()\n\t.every(\"Ashes\")\n\n\t/* Weapons */\n\t.add(\"Staff of fire\", 1, 2)\n\t.add(\"Staff of air\", 1, 2)\n\t.add(\"Fire battlestaff\", 1, 1)\n\t.add(\"Air battlestaff\", 1, 1)\n\t.oneIn(512, \"Mystic fire staff\")\n\n\t/* Runes and ammunition */\n\t.add(\"Nature rune\", 8, 11)\n\t.add(\"Chaos rune\", 4, 9)\n\t.add(\"Fire rune\", 45, 8)\n\t.add(\"Fire rune\", 18, 5)\n\t.add(\"Air rune\", 5, 3)\n\t.add(\"Death rune\", 2, 3)\n\t.add(\"Air rune\", 17, 2)\n\t.add(\"Steam rune\", 2, 2)\n\t.add(\"Cannonball\", 3, 2)\n\t.add(\"Nature rune\", 37, 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 35)\n\n\t/* Coins */\n\t.add(\"Coins\", 44, 28)\n\t.add(\"Coins\", 11, 23)\n\t.add(\"Coins\", 200, 11)\n\t.add(\"Coins\", 76, 1)\n\t.add(\"Coins\", 127, 1)\n\n\t/* Other */\n\t.add(\"Fire orb\", 2, 1)\n\t.add(\"Soda ash\", 4, 1)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 5);\n\nexport default new SimpleMonster({\n\tid: 469,\n\tname: \"Killerwatt\",\n\ttable: KillerwattTable,\n\taliases: [\"killerwatt\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const KingScorpionTable = new LootTable()\n\t.tertiary(25, \"Ensouled scorpion head\")\n\t.tertiary(100, \"Clue scroll (beginner)\");\n\nexport default new SimpleMonster({\n\tid: 3027,\n\tname: \"King Scorpion\",\n\ttable: KingScorpionTable,\n\taliases: [\"king scorpion\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport default new SimpleMonster({\n\tid: 3297,\n\tname: \"Knight of Ardougne\",\n\tpickpocketTable: new LootTable().add(\"Coins\", 50).tertiary(257_211, \"Rocky\"),\n\taliases: [\"ardy knight\", \"ardougne knight\", \"knight of ardougne\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\nimport RareSeedTable from \"../../../subtables/RareSeedTable\";\n\nexport const KuraskPreTable = new LootTable({ limit: 124 })\n\t/* Weapons and armor */\n\t.add(\"Mithril kiteshield\", 1, 3)\n\t.add(\"Rune longsword\", 1, 3)\n\t.add(\"Adamant platebody\", 1, 3)\n\t.add(\"Rune axe\", 1, 3)\n\t.oneIn(384, \"Leaf-bladed sword\")\n\t.oneIn(512, \"Mystic robe top (light)\")\n\t.oneIn(1026, \"Leaf-bladed battleaxe\")\n\n\t/* Runes */\n\t.add(\"Nature rune\", 10, 10)\n\t.add(\"Nature rune\", 15, 7)\n\t.add(\"Nature rune\", 30, 4)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 3, 18)\n\n\t/* Seeds */\n\t.add(RareSeedTable, 1, 15)\n\n\t/* Other */\n\t.add(\"Coins\", [2000, 3000], 16)\n\t.add(\"Flax\", 100, 6)\n\t.add(\"White berries\", 12, 6)\n\t.add(\"Coins\", 10_000, 5)\n\t.add(\"Big bones\", 20, 5)\n\t.add(\"Papaya fruit\", 10, 4)\n\t.add(\"Coconut\", 10, 4)\n\n\t/* RDT */\n\t.add(GemTable, 1, 6);\n\nconst KuraskTable = new LootTable()\n\t.every(\"Bones\")\n\t.every(KuraskPreTable)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (hard)\")\n\t.tertiary(3000, \"Kurask head\");\n\nexport default new SimpleMonster({\n\tid: 410,\n\tname: \"Kurask\",\n\ttable: KuraskTable,\n\taliases: [\"kurask\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport RareDropTable, { GemTable } from \"../../../subtables/RareDropTable\";\n\nexport const LavaDragonTable = new LootTable()\n\t.every(\"Lava dragon bones\")\n\t.every(\"Black dragonhide\")\n\t.every(\"Lava scale\")\n\n\t/* Weapons and armour */\n\t.add(\"Rune dart\", 12, 6)\n\t.add(\"Rune knife\", 8, 4)\n\t.add(\"Lava battlestaff\", 1, 3)\n\t.add(\"Adamant 2h sword\", 1, 2)\n\t.add(\"Adamant platebody\", 1, 2)\n\t.add(\"Rune axe\", 1, 2)\n\t.add(\"Rune kiteshield\", 1, 2)\n\t.add(\"Rune longsword\", 1, 2)\n\t.add(\"Rune med helm\", 1, 1)\n\t.add(\"Rune full helm\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Rune javelin\", 20, 10)\n\t.add(\"Fire rune\", 75, 7)\n\t.add(\"Blood rune\", 20, 7)\n\t.add(\"Runite bolts\", 30, 6)\n\t.add(\"Death rune\", 20, 5)\n\t.add(\"Law rune\", 20, 5)\n\t.add(\"Lava rune\", 15, 4)\n\t.add(\"Lava rune\", 30, 4)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 2, 5)\n\n\t/* Coins */\n\t.add(\"Coins\", 66, 15)\n\t.add(\"Coins\", 690, 1)\n\n\t/* Other */\n\t.add(\"Dragon javelin heads\", 15, 7)\n\t.add(\"Fire orb\", 15, 5)\n\t.add(\"Adamantite bar\", 2, 5)\n\t.add(\"Onyx bolt tips\", 12, 5)\n\t.add(\"Chocolate cake\", 3, 3)\n\t.add(\"Fire talisman\", 1, 1)\n\n\t/* Gem drop table */\n\t.add(RareDropTable, 1, 3)\n\t.add(GemTable, 1, 5)\n\n\t/* Tertiary */\n\t.tertiary(18, \"Ensouled dragon head\")\n\t.tertiary(250, \"Clue scroll (elite)\")\n\t.tertiary(10_000, \"Draconic visage\");\n\nexport default new SimpleMonster({\n\tid: 6593,\n\tname: \"Lava dragon\",\n\ttable: LavaDragonTable,\n\taliases: [\"lava dragon\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst WildySlayerCaveTable = new LootTable()\n\t.add(\"Blighted entangle sack\", [1, 10], 11500)\n\t.add(\"Blighted anglerfish\", [1, 2], 8620)\n\t.add(\"Blighted manta ray\", [1, 2], 8620)\n\t.add(\"Blighted karambwan\", [1, 2], 5780)\n\t.add(\"Blighted teleport spell sack\", [1, 10], 5780)\n\t.add(\"Blighted ancient ice sack\", [1, 10], 5780)\n\t.add(\"Blighted vengeance sack\", [1, 10], 5780)\n\t.add(\"Blighted super restore(4)\", 1, 2880)\n\t.add(\"Revenant cave teleport\", 1, 2880)\n\t.add(\"Dareeyak teleport\", 1, 577)\n\t.add(\"Wilderness crabs teleport\", 1, 577)\n\t.add(\"Carrallanger teleport\", 1, 577)\n\t.add(\"Paddewwa teleport\", 1, 577)\n\t.add(\"Annakarl teleport\", 1, 577)\n\t.add(\"Lassar teleport\", 1, 577)\n\t.add(\"Kharyrll teleport\", 1, 577)\n\t.add(\"Senntisten teleport\", 1, 577)\n\t.add(\"Ghorrock teleport\", 1, 577)\n\t.add(\"Target teleport\", 1, 577)\n\t.add(\"Magic shortbow scroll\", 1, 231)\n\t.add(\"Ring of wealth scroll\", 1, 231)\n\t.add(\"Trouver parchment\", 2, 58)\n\t.add(\"Looting bag note\", 1, 58);\n\nconst LesserDemonTable = new LootTable()\n\t.every(\"Vile ashes\")\n\n\t/* Weapons and armor*/\n\t.add(\"Steel full helm\", 1, 4)\n\t.add(\"Steel axe\", 1, 4)\n\t.add(\"Steel scimitar\", 1, 3)\n\t.add(\"Mithril sq shield\", 1, 1)\n\t.add(\"Mithril chainbody\", 1, 1)\n\t.add(\"Rune med helm\", 1, 1)\n\n\t/* Runes */\n\t.add(\"Fire rune\", 60, 8)\n\t.add(\"Chaos rune\", 12, 5)\n\t.add(\"Death rune\", 3, 3)\n\t.add(\"Fire rune\", 30, 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 1)\n\n\t/* Coins */\n\t.add(\"Coins\", 120, 40)\n\t.add(\"Coins\", 40, 29)\n\t.add(\"Coins\", 200, 10)\n\t.add(\"Coins\", 10, 7)\n\t.add(\"Coins\", 450, 1)\n\n\t/* Other */\n\t.add(\"Jug of wine\", 1, 3)\n\t.add(\"Gold ore\", 1, 2)\n\n\t/* Gems */\n\t.add(GemTable, 1, 4)\n\n\t/* Tertiary */\n\t.tertiary(50, \"Ensouled demon head\")\n\t.tertiary(5000, \"Lesser demon champion scroll\");\n\nconst LesserDemonWildyCaveTable = new LootTable()\n\t.every(LesserDemonTable)\n\t.add(WildySlayerCaveTable, 1, 64)\n\t.add(new LootTable(), 1, 36);\n\nexport default new SimpleMonster({\n\tid: 2005,\n\tname: \"Lesser demon\",\n\ttable: LesserDemonTable,\n\twildyCaveTable: LesserDemonWildyCaveTable,\n\taliases: [\"lesser demon\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport FixedAllotmentSeedTable from \"../../../subtables/FixedAllotmentSeedTable\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst HerbFireRuneTable = new LootTable().every(HerbDropTable).every(\"Fire rune\", 42);\nconst SeedWaterskinTable = new LootTable().every(FixedAllotmentSeedTable).every(\"Waterskin(0)\", 2);\n\nexport const LizardTable = new LootTable()\n\t.every(\"Big bones\")\n\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(5013, \"Curved bone\")\n\n\t.oneIn(512, \"Mystic gloves (light)\")\n\n\t/* Runes */\n\t.add(\"Fire rune\", 5, 30)\n\t.add(\"Fire rune\", 42, 4)\n\t.add(\"Nature rune\", 5, 4)\n\n\t/* Herbs */\n\t.add(HerbFireRuneTable, 1, 10)\n\n\t/* Seeds */\n\t.add(SeedWaterskinTable, 1, 9)\n\n\t/* Ores and bars */\n\t.add(\"Iron ore\", 1, 22)\n\t.add(\"Coal\", 1, 13)\n\t.add(\"Tin ore\", 1, 4)\n\t.add(\"Copper ore\", 1, 3)\n\t.add(\"Silver ore\", 1, 3)\n\t.add(\"Silver bar\", 1, 2)\n\t.add(\"Mithril ore\")\n\n\t/* Other */\n\t.add(\"Kebab\", 1, 13)\n\t.add(\"Waterskin(0)\", 2, 4)\n\n\t/* Subtables */\n\t.add(GemTable, 1, 4)\n\t.add(GemTable, 2, 2);\n\nexport default new SimpleMonster({\n\tid: 458,\n\tname: \"Lizard\",\n\ttable: LizardTable,\n\taliases: [\"lizard\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport CommonSeedDropTable from \"../../../subtables/CommonSeedDropTable\";\n\nconst LizardmanTable = new LootTable({ limit: 78 })\n\t.every(\"Bones\")\n\n\t/* Seeds */\n\t.add(CommonSeedDropTable, 1, 15)\n\n\t/* Other */\n\t.add(\"Lizardman fang\", 1, 14)\n\t.add(\"Xerician fabric\", 1, 8)\n\t.oneIn(125, \"Xeric's talisman (inert)\");\n\nexport default new SimpleMonster({\n\tid: 6914,\n\tname: \"Lizardman\",\n\ttable: LizardmanTable,\n\taliases: [\"lizardman\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport UncommonSeedDropTable from \"../../../subtables/UncommonSeedDropTable\";\n\nconst LizardmanBruteTable = new LootTable()\n\t.every(\"Bones\")\n\n\t/* Seeds */\n\t.add(UncommonSeedDropTable, 1, 15)\n\n\t/* Other */\n\t.add(\"Lizardman fang\", 1, 14)\n\t.add(\"Xerician fabric\", 1, 8)\n\t.oneIn(125, \"Xeric's talisman (inert)\");\n\nexport default new SimpleMonster({\n\tid: 6918,\n\tname: \"Lizardman brute\",\n\ttable: LizardmanBruteTable,\n\taliases: [\"lizardman brute\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { NotedHerbTable } from \"../../../subtables/NotedHerbTable\";\nimport RareDropTable from \"../../../subtables/RareDropTable\";\nimport TreeHerbSeedTable from \"../../../subtables/TreeHerbSeedTable\";\n\nconst LizardmanShamanTable = new LootTable({ limit: 500 })\n\t.every(\"Big bones\")\n\t.oneIn(3000, \"Dragon warhammer\")\n\n\t/* Weapons and armor */\n\t.add(\"Rune med helm\", 1, 18)\n\t.add(\"Earth battlestaff\", 1, 17)\n\t.add(\"Mystic earth staff\", 1, 17)\n\t.add(\"Rune warhammer\", 1, 16)\n\t.add(\"Rune chainbody\", 1, 12)\n\t.add(\"Red d'hide vambraces\", 1, 10)\n\n\t/* Runes */\n\t.add(\"Air rune\", [60, 80], 25)\n\t.add(\"Chaos rune\", [40, 60], 25)\n\t.add(\"Death rune\", [20, 30], 25)\n\t.add(\"Fire rune\", [60, 80], 25)\n\n\t/* Materials */\n\t.add(\"Xerician fabric\", 2, 40)\n\t.add(\"Coal\", [20, 25], 20)\n\t.add(\"Iron ore\", [30, 35], 20)\n\t.add(\"Runite ore\", [3, 5], 8)\n\n\t/* Herbs */\n\t.add(NotedHerbTable, [2, 3], 45)\n\n\t/* Seeds */\n\t.add(TreeHerbSeedTable, 1, 10)\n\n\t/* Other */\n\t.add(\"Coins\", [100, 6000], 70)\n\t.add(\"Lizardman fang\", [10, 14], 38)\n\t.add(\"Chilli potato\", 2, 30)\n\t.add(\"Xeric's talisman (inert)\", 1, 4)\n\n\t/* RDT */\n\t.add(RareDropTable, 1, 20)\n\n\t/* Tertiary */\n\t.tertiary(200, \"Clue scroll (hard)\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(1200, \"Clue scroll (elite)\")\n\t.tertiary(5013, \"Curved bone\");\n\nexport default new SimpleMonster({\n\tid: 6766,\n\tname: \"Lizardman Shaman\",\n\ttable: LizardmanShamanTable,\n\taliases: [\"lizardman shaman\", \"shaman\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const LoarShadeTable = new LootTable().every(\"Loar remains\");\n\nexport default new SimpleMonster({\n\tid: 1277,\n\tname: \"Loar Shade\",\n\ttable: LoarShadeTable,\n\taliases: [\"loar shade\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { NotedHerbTable } from \"../../../subtables/NotedHerbTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\nimport RareSeedTable from \"../../../subtables/RareSeedTable\";\nimport UncommonSeedDropTable from \"../../../subtables/UncommonSeedDropTable\";\n\nexport const LobstrosityTable = new LootTable()\n\t.every(\"Raw lobster\")\n\n\t/* Runes */\n\t.add(\"Water rune\", 100, 8)\n\t.add(\"Chaos rune\", 20, 8)\n\t.add(\"Nature rune\", 10, 6)\n\t.add(\"Death rune\", 10, 5)\n\n\t/* Noted herbs */\n\t.add(NotedHerbTable, 2, 11)\n\n\t/* Un-noted herbs */\n\t.add(HerbDropTable, 2, 14)\n\n\t/* Seeds */\n\t.add(UncommonSeedDropTable, 2, 4)\n\t.add(RareSeedTable, 1, 5)\n\t.add(\"Seaweed spore\", 5, 6)\n\n\t/* Other */\n\t.add(\"Coins\", 1000, 9)\n\t.add(\"Pufferfish\", 1, 8)\n\t.add(\"Giant seaweed\", 6, 8)\n\t.add(\"Seaweed\", 6, 8)\n\t.add(\"Toad's legs\", 2, 6)\n\t.add(\"Caviar\", 2, 5)\n\t.add(\"Oyster pearls\", 1, 4)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 3)\n\n\t/* Tertiary */\n\t.tertiary(4, \"Numulite\", [5, 14])\n\t.tertiary(70, \"Unidentified small fossil\")\n\t.tertiary(128, \"Clue scroll (easy)\")\n\t.tertiary(140, \"Unidentified medium fossil\")\n\t.tertiary(175, \"Unidentified large fossil\")\n\t.tertiary(700, \"Unidentified rare fossil\");\n\nexport default new SimpleMonster({\n\tid: 7796,\n\tname: \"Lobstrosity\",\n\ttable: LobstrosityTable,\n\taliases: [\"lobstrosity\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport RareDropTable, { GemTable } from \"../../../subtables/RareDropTable\";\nimport RareSeedTable from \"../../../subtables/RareSeedTable\";\n\nconst LocustRiderTable = new LootTable({ limit: 128 })\n\t.every(\"Bones\")\n\n\t/* Weapons and armor */\n\t.add(\"Adamant kiteshield\", 1, 3)\n\t.add(\"Battlestaff\", 3, 2)\n\t.add(\"Rune dagger\", 1, 2)\n\t.add(\"Rune mace\", 1, 1)\n\t.add(\"Rune sq shield\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Adamant arrow\", 36, 4)\n\t.add(\"Blood rune\", 18, 4)\n\t.add(\"Fire rune\", 250, 2)\n\t.add(\"Cosmic rune\", 35, 2)\n\t.add(\"Lava rune\", 150, 2)\n\t.add(\"Rune arrow\", 18, 2)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 20)\n\n\t/* Seeds */\n\t.add(RareSeedTable, 1, 2)\n\n\t/* Materials */\n\t.add(\"Raw lobster\", 15, 7)\n\t.add(\"Coal\", 32, 6)\n\t.add(\"Raw bass\", 24, 4)\n\t.add(\"Uncut sapphire\", 4, 3)\n\t.add(\"Adamantite ore\", 14, 2)\n\t.add(\"Desert goat horn\", 6, 2)\n\t.add(\"Mithril bar\", 22, 2)\n\n\t/* Other */\n\t.add(\"Coins\", [2000, 3000], 32)\n\t.add(\"Bass\", 6, 4)\n\t.add(\"Waterskin(4)\", 1, 1)\n\t.add(\"Lobster\", 5, 1)\n\t.add(\"Marrentill tar\", 80, 1)\n\n\t/* RDT */\n\t.add(RareDropTable, 1, 1)\n\t.add(GemTable, 1, 15);\n\nexport default new SimpleMonster({\n\tid: 795,\n\tname: \"Locust Rider\",\n\ttable: LocustRiderTable,\n\taliases: [\"locust rider\", \"locust\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const MagicAxeTable = new LootTable().every(\"Iron battleaxe\").tertiary(256, \"Clue scroll (medium)\");\n\nexport default new SimpleMonster({\n\tid: 2844,\n\tname: \"Magic axe\",\n\ttable: MagicAxeTable,\n\taliases: [\"magic axe\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst MaleHamMemberTable = new LootTable()\n\t// Armour and weaponry\n\t.add(\"Bronze arrow\", [1, 13], 1 / 33.33)\n\t.add(\"Bronze axe\", 1, 1 / 33.33)\n\t.add(\"Bronze dagger\", 1, 1 / 33.33)\n\t.add(\"Bronze pickaxe\", 1, 1 / 33.33)\n\t.add(\"Iron axe\", 1, 1 / 33.33)\n\t.add(\"Iron dagger\", 1, 1 / 33.33)\n\t.add(\"Iron pickaxe\", 1, 1 / 33.33)\n\t.add(\"Leather body\", 1, 1 / 33.33)\n\t.add(\"Steel arrow\", [1, 13], 1 / 50)\n\t.add(\"Steel axe\", 1, 1 / 50)\n\t.add(\"Steel dagger\", 1, 1 / 50)\n\t.add(\"Steel pickaxe\", 1, 1 / 50)\n\t.add(\"Ham boots\", 1, 1 / 100)\n\t.add(\"Ham cloak\", 1, 1 / 100)\n\t.add(\"Ham gloves\", 1, 1 / 100)\n\t.add(\"Ham hood\", 1, 1 / 100)\n\t.add(\"Ham logo\", 1, 1 / 100)\n\t.add(\"Ham robe\", 1, 1 / 100)\n\t.add(\"Ham shirt\", 1, 1 / 100)\n\n\t// Other\n\t.add(\"Coins\", [1, 21], 1 / 6.667)\n\t.add(\"Buttons\", 1, 1 / 25)\n\t.add(\"Damaged armour\", 1, 1 / 25)\n\t.add(\"Rusty sword\", 1, 1 / 25)\n\t.add(\"Feather\", [1, 7], 1 / 33.33)\n\t.add(\"Logs\", 1, 1 / 33.33)\n\t.add(\"Thread\", [1, 10], 1 / 33.33)\n\t.add(\"Cowhide\", 1, 1 / 33.33)\n\t.add(\"Knife\", 1, 1 / 50)\n\t.add(\"Needle\", 1, 1 / 50)\n\t.add(\"Raw anchovies\", 1, 1 / 50)\n\t.add(\"Raw chicken\", 1, 1 / 50)\n\t.add(\"Tinderbox\", 1, 1 / 50)\n\t.add(\"Uncut opal\", 1, 1 / 50)\n\t.add(\"Clue scroll (easy)\", 1, 1 / 50)\n\t.add(\"Coal\", 1, 1 / 50)\n\t.add(\"Iron ore\", 1, 1 / 50)\n\t.add(\"Uncut jade\", 1, 1 / 50)\n\t.add(\"Grimy guam leaf\", 1, 1 / 91.67)\n\t.add(\"Grimy marrentill\", 1, 1 / 183.3)\n\t.add(\"Grimy tarromin\", 1, 1 / 275)\n\t.tertiary(257_211, \"Rocky\");\n\nexport default new SimpleMonster({\n\tid: 2540,\n\tname: \"Male H.A.M. Member\",\n\tpickpocketTable: MaleHamMemberTable,\n\taliases: [\"ham member male\", \"ham male\", \"male h.a.m. member\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport RareDropTable, { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst AllotmentSeedTable = new LootTable()\n\t.add(\"Potato seed\", 3, 15)\n\t.add(\"Onion seed\", 3, 10)\n\t.add(\"Cabbage seed\", 3, 8)\n\t.add(\"Tomato seed\", 3, 7)\n\t.add(\"Sweetcorn seed\", 3, 5)\n\t.add(\"Strawberry seed\", 3, 4)\n\t.add(\"Watermelon seed\", 3, 1);\n\nconst BushSeedTable = new LootTable()\n\t.add(\"Redberry seed\", 2, 6)\n\t.add(\"Cadavaberry seed\", 2, 4)\n\t.add(\"Dwellberry seed\", 2, 3)\n\t.add(\"Jangerberry seed\", 2, 3)\n\t.add(\"Whiteberry seed\", 2, 2)\n\t.add(\"Poison ivy seed\", 2, 2);\n\nconst HopsSeedTable = new LootTable()\n\t.add(\"Barley seed\", 4, 15)\n\t.add(\"Hammerstone seed\", 4, 10)\n\t.add(\"Asgarnian seed\", 4, 8)\n\t.add(\"Jute seed\", 4, 7)\n\t.add(\"Yanillian seed\", 4, 5)\n\t.add(\"Krandorian seed\", 4, 4)\n\t.add(\"Wildblood seed\", 4, 1);\n\nconst FruitTreeSeedTable = new LootTable()\n\t.add(\"Apple tree seed\", 1, 18)\n\t.add(\"Banana tree seed\", 1, 12)\n\t.add(\"Orange tree seed\", 1, 10)\n\t.add(\"Curry tree seed\", 1, 6)\n\t.add(\"Pineapple seed\", 1, 3)\n\t.add(\"Papaya tree seed\", 1, 1);\n\nexport const MammothTable = new LootTable()\n\t.every(\"Big bones\")\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 8)\n\n\t/* Seeds */\n\t.add(AllotmentSeedTable, 1, 20)\n\t.add(BushSeedTable, 1, 20)\n\t.add(HopsSeedTable, 1, 20)\n\t.add(FruitTreeSeedTable, 1, 10)\n\n\t/* Other */\n\t.add(\"Coins\", 30, 13)\n\t.add(\"Coins\", 180, 7)\n\t.add(\"Acorn\", 1, 5)\n\t.add(\"Limpwurt seed\", 2, 5)\n\t.add(\"Prayer potion(1)\", 1, 5)\n\t.add(\"Steel arrow\", 5, 5)\n\t.add(\"Lobster\", 2, 3)\n\t.add(\"Dark fishing bait\", 12, 2)\n\n\t/* Gem drop table */\n\t.add(RareDropTable, 1, 2)\n\t.add(GemTable, 1, 3)\n\n\t/* Tertiary */\n\t.oneIn(128, \"Clue scroll (medium)\")\n\t.oneIn(400, \"Long bone\")\n\t.oneIn(5013, \"Curved bone\");\n\nexport default new SimpleMonster({\n\tid: 6604,\n\tname: \"Mammoth\",\n\ttable: MammothTable,\n\taliases: [\"mammoth\"],\n});\n", "import LootTable from \"../../structures/LootTable\";\nimport HerbDropTable from \"./HerbDropTable\";\n\nexport default new LootTable({ limit: 128 })\n\t.every(\"Bones\")\n\n\t.add(\"Bronze med helm\", 1, 2)\n\t.add(\"Iron dagger\", 1)\n\n\t.add(\"Bronze bolts\", [2, 12], 22)\n\t.add(\"Bronze arrow\", 7, 3)\n\t.add(\"Earth rune\", 4, 2)\n\t.add(\"Fire rune\", 6, 2)\n\t.add(\"Mind rune\", 9, 2)\n\t.add(\"Chaos rune\", 2, 1)\n\n\t.add(HerbDropTable, 1, 23)\n\n\t.add(\"Coins\", 3, 38)\n\t.add(\"Coins\", 5, 9)\n\t.add(\"Coins\", 15, 4)\n\t.add(\"Coins\", 25, 1)\n\n\t.add(\"Fishing bait\", 1, 5)\n\t.add(\"Copper ore\", 1, 2)\n\t.add(\"Earth talisman\", 1, 2)\n\t.add(\"Cabbage\", 1, 1)\n\n\t.tertiary(90, \"Clue scroll (beginner)\", 1)\n\t.tertiary(128, \"Clue scroll (easy)\", 1);\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport ManWomanTable from \"../../../subtables/ManWomanTable\";\n\nexport default new SimpleMonster({\n\tid: 1118,\n\tname: \"Man\",\n\ttable: ManWomanTable,\n\tpickpocketTable: new LootTable().add(\"Coins\", 3).tertiary(257_211, \"Rocky\"),\n\taliases: [\"man\", \"men\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const ManiacalMonkeyTable = new LootTable()\n\t.every(\"Small ninja monkey bones\")\n\n\t/* Weapons and armour */\n\t.add(\"Steel scimitar\", 1, 2)\n\t.add(\"Maple shortbow\", 1, 1)\n\n\t/* Materials */\n\t.add(\"Oak plank\", 1, 3)\n\t.add(\"Grimy guam leaf\", 1, 2)\n\n\t/* Other */\n\t.add(\"Bass\", 2, 4)\n\t.add(\"Banana\", 1, 2)\n\t.add(\"Antipoison(2)\", 1, 2)\n\t.add(\"Prayer potion(1)\", 1, 2)\n\t.add(\"Adamant arrow(p++)\", 1, 1)\n\t.add(\"Rope\", 1, 1);\n\nexport default new SimpleMonster({\n\tid: 7118,\n\tname: \"Maniacal monkey\",\n\ttable: ManiacalMonkeyTable,\n\taliases: [\"maniacal monkey\", \"maniacal\", \"mm\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst MasterFarmerTable = new LootTable()\n\t.add(\"Potato seed\", [1, 4], 1 / 5.6)\n\t.add(\"Onion seed\", [1, 3], 1 / 7.47)\n\t.add(\"Cabbage seed\", [1, 3], 1 / 14.3)\n\t.add(\"Tomato seed\", [1, 2], 1 / 15.6)\n\t.add(\"Sweetcorn seed\", [1, 2], 1 / 44.8)\n\t.add(\"Strawberry seed\", 1, 1 / 82.5)\n\t.add(\"Watermelon seed\", 1, 1 / 187)\n\t.add(\"Snape grass seed\", 1, 1 / 260)\n\n\t// Hops\n\t.add(\"Barley seed\", [1, 12], 1 / 18)\n\t.add(\"Hammerstone seed\", [1, 10], 1 / 18)\n\t.add(\"Asgarnian seed\", [1, 10], 1 / 23.9)\n\t.add(\"Jute seed\", [1, 10], 1 / 24.1)\n\t.add(\"Yanillian seed\", [1, 10], 1 / 36.1)\n\t.add(\"Krandorian seed\", [1, 10], 1 / 76.2)\n\t.add(\"Wildblood seed\", [1, 3], 1 / 142)\n\n\t// Flowers\n\t.add(\"Marigold seed\", 1, 1 / 21.8)\n\t.add(\"Nasturtium seed\", 1, 1 / 32.9)\n\t.add(\"Rosemary seed\", 1, 1 / 50.9)\n\t.add(\"Woad seed\", 1, 1 / 68.9)\n\t.add(\"Limpwurt seed\", 1, 1 / 86.3)\n\n\t// Bushes\n\t.add(\"Redberry seed\", 1, 1 / 25.8)\n\t.add(\"Cadavaberry seed\", 1, 1 / 36.8)\n\t.add(\"Dwellberry seed\", 1, 1 / 51.5)\n\t.add(\"Jangerberry seed\", 1, 1 / 129)\n\t.add(\"Whiteberry seed\", 1, 1 / 355)\n\t.add(\"Poison ivy seed\", 1, 1 / 937)\n\n\t// Herbs\n\t.add(\"Guam seed\", 1, 1 / 65.1)\n\t.add(\"Marrentill seed\", 1, 1 / 95.6)\n\t.add(\"Tarromin seed\", 1, 1 / 140)\n\t.add(\"Harralander seed\", 1, 1 / 206)\n\t.add(\"Ranarr seed\", 1, 1 / 302)\n\t.add(\"Toadflax seed\", 1, 1 / 443)\n\t.add(\"Irit seed\", 1, 1 / 651)\n\t.add(\"Avantoe seed\", 1, 1 / 947)\n\t.add(\"Kwuarm seed\", 1, 1 / 1389)\n\t.add(\"Snapdragon seed\", 1, 1 / 2083)\n\t.add(\"Cadantine seed\", 1, 1 / 2976)\n\t.add(\"Lantadyme seed\", 1, 1 / 4167)\n\t.add(\"Dwarf weed seed\", 1, 1 / 6944)\n\t.add(\"Torstol seed\", 1, 1 / 10_417)\n\n\t// Special\n\t.add(\"Mushroom spore\", 1, 1 / 400)\n\t.add(\"Belladonna seed\", 1, 1 / 667)\n\t.add(\"Cactus seed\", 1, 1 / 1000)\n\t.add(\"Seaweed spore\", 1, 1 / 2200)\n\t.add(\"Potato cactus seed\", 1, 1 / 2200)\n\t.tertiary(257_211, \"Rocky\");\n\nexport default new SimpleMonster({\n\tid: 5730,\n\tname: \"Master Farmer\",\n\ttable: MasterFarmerTable,\n\tpickpocketTable: MasterFarmerTable,\n\taliases: [\"master farmer\", \"mfarmer\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport default new SimpleMonster({\n\tid: 3549,\n\tname: \"Menaphite Thug\",\n\tpickpocketTable: new LootTable().add(\"Coins\", 60).tertiary(257_211, \"Rocky\"),\n\taliases: [\"menaphite thug\", \"menaphite\", \"thug\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nexport const MinotaurTable = new LootTable({ limit: 101 })\n\t.every(\"Bones\")\n\n\t.oneIn(33, \"Right skull half\")\n\n\t.tertiary(50, \"Ensouled minotaur head\")\n\t.tertiary(60, \"Clue scroll (beginner)\")\n\t.tertiary(101, \"Clue scroll (easy)\")\n\n\t/* Weapons and armour */\n\t.add(\"Iron arrow\", [5, 14], 10)\n\t.add(\"Bronze spear\", 1, 10)\n\t.add(\"Bronze full helm\", 1, 10)\n\t.add(\"Bronze dagger\", 1, 4)\n\t.add(\"Bronze arrow\", 3, 3)\n\n\t/* Runes */\n\t.add(\"Mind rune\", 1, 1)\n\n\t/* Other */\n\t.add(\"Coins\", 7, 20)\n\t.add(\"Coins\", 2, 11)\n\t.add(\"Coins\", [5, 84], 7)\n\t.add(\"Tin ore\", 1, 6)\n\t.add(\"Copper ore\", 1, 6)\n\t.add(\"Cooked meat\", 1, 3)\n\t.add(\"Pure essence\", 15, 5)\n\n\t/* Subtables */\n\t.add(GemTable, 1, 1);\n\nexport default new SimpleMonster({\n\tid: 2481,\n\tname: \"Minotaur\",\n\ttable: MinotaurTable,\n\taliases: [\"minotaur\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport RareDropTable, { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst ancientPageTable = new LootTable()\n\t.add(11_341, 1, 1)\n\t.add(11_342, 1, 1)\n\t.add(11_343, 1, 1)\n\t.add(11_344, 1, 1)\n\t.add(11_345, 1, 1)\n\t.add(11_346, 1, 1)\n\t.add(11_347, 1, 1)\n\t.add(11_348, 1, 1)\n\t.add(11_349, 1, 1)\n\t.add(11_350, 1, 1)\n\t.add(11_351, 1, 1)\n\t.add(11_352, 1, 1)\n\t.add(11_353, 1, 1)\n\t.add(11_354, 1, 1)\n\t.add(11_355, 1, 1)\n\t.add(11_356, 1, 1)\n\t.add(11_357, 1, 1)\n\t.add(11_358, 1, 1)\n\t.add(11_359, 1, 1)\n\t.add(11_360, 1, 1)\n\t.add(11_361, 1, 1)\n\t.add(11_362, 1, 1)\n\t.add(11_363, 1, 1)\n\t.add(11_364, 1, 1)\n\t.add(11_365, 1, 1)\n\t.add(11_366, 1, 1);\n\nconst MithrilDragonTable = new LootTable()\n\t.every(\"Dragon bones\")\n\t.every(\"Mithril bar\", 3)\n\n\t/* Weapons and armour */\n\t.add(\"Rune battleaxe\", 1, 12)\n\t.add(\"Rune dart(p)\", 14, 7)\n\t.add(\"Rune knife\", 8, 3)\n\t.add(\"Rune mace\", 1, 3)\n\t.add(\"Rune spear\", 1, 2)\n\t.add(\"Rune full helm\", 1, 1)\n\t.oneIn(32_768, \"Dragon full helm\")\n\n\t/* Runes and ammunition */\n\t.add(\"Blood rune\", 27, 19)\n\t.add(\"Rune javelin\", 8, 14)\n\t.add(\"Runite bolts\", [10, 21], 6)\n\t.add(\"Soul rune\", 10, 5)\n\t.add(\"Rune arrow\", 8, 3)\n\n\t/* Consumables */\n\t.add(\"Shark\", 1, 6)\n\t.add(\"Prayer mix(2)\", 1, 2)\n\t.add(\"Shark\", 6, 2)\n\t.add(\"Superattack mix(2)\", 1, 2)\n\t.add(\"Super def. mix(2)\", 1, 2)\n\t.add(\"Super str. mix(2)\", 1, 2)\n\n\t/* Other */\n\t.add(\"Coins\", 600, 17)\n\t.add(\"Dragon javelin heads\", 15, 7)\n\t.add(\"Chewed bones\", 1, 3)\n\t.add(\"Runite bar\", 2, 3)\n\t.add(ancientPageTable, 2, 1)\n\n\t/* RDT */\n\t.add(RareDropTable, 1, 1)\n\t.add(GemTable, 1, 4)\n\n\t/* Tertiary */\n\t.tertiary(350, \"Clue scroll (elite)\")\n\t.tertiary(10_000, \"Draconic visage\");\n\nexport default new SimpleMonster({\n\tid: 2919,\n\tname: \"Mithril Dragon\",\n\ttable: MithrilDragonTable,\n\taliases: [\"mithril dragon\", \"mith dragon\", \"mith drags\", \"mithril dragons\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport UncommonSeedDropTable from \"../../../subtables/UncommonSeedDropTable\";\n\nexport const MogreTable = new LootTable()\n\t.every(\"Big bones\")\n\n\t/* Runes */\n\t.add(\"Water rune\", 5, 4)\n\t.add(\"Water rune\", 7, 4)\n\t.add(\"Water rune\", 14, 4)\n\n\t/* Seeds */\n\t.add(UncommonSeedDropTable, 1, 13)\n\n\t/* Fish */\n\t.add(\"Raw swordfish\", 1, 20)\n\t.add(\"Raw tuna\", 1, 9)\n\t.add(\"Raw pike\", 1, 7)\n\t.add(\"Raw salmon\", 1, 4)\n\t.add(\"Raw herring\", 1, 3)\n\t.add(\"Raw sardine\", 1, 3)\n\t.add(\"Raw shark\", 1, 3)\n\n\t/* Other */\n\t.add(\"Fishing bait\", 5, 30)\n\t.add(\"Fishing bait\", 15, 10)\n\t.add(\"Mudskipper hat\", 1, 5)\n\t.add(\"Oyster\", 1, 3)\n\t.add(\"Flippers\", 1, 2)\n\t.add(\"Seaweed\", 1, 2)\n\t.add(\"Staff of water\", 1, 1)\n\t.add(\"Fishbowl\", 1, 1)\n\n\t/* Tertiary */\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(5013, \"Curved bone\");\n\nexport default new SimpleMonster({\n\tid: 2592,\n\tname: \"Mogre\",\n\ttable: MogreTable,\n\taliases: [\"mogre\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport RareDropTable from \"../../../subtables/RareDropTable\";\n\nconst MolaniskTable = new LootTable()\n\t.every(\"Bones\")\n\n\t/* Runes */\n\t.add(\"Water rune\", [1, 14], 10)\n\t.add(\"Earth rune\", [1, 20], 10)\n\t.add(\"Cosmic rune\", [1, 7], 5)\n\t.add(\"Nature rune\", [1, 5], 3)\n\t.add(\"Mud rune\", [1, 15], 2)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 32)\n\n\t/* Other */\n\t.add(\"Swamp weed\", [1, 4], 37)\n\t.add(\"Swamp weed\", [5, 8], 10)\n\t.add(\"Coins\", [1, 75], 10)\n\t.add(\"Mole claw\", 1, 1)\n\n\t/* Rare drop table */\n\t.add(RareDropTable, 1, 7)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (easy)\");\n\nexport default new SimpleMonster({\n\tid: 1,\n\tname: \"Molanisk\",\n\ttable: MolaniskTable,\n\taliases: [\"molanisk\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const MonkeyTable = new LootTable().every(\"Monkey bones\").tertiary(35, \"Ensouled monkey head\");\n\nexport default new SimpleMonster({\n\tid: 2848,\n\tname: \"Monkey\",\n\ttable: MonkeyTable,\n\taliases: [\"monkey\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const MonkeyArcherTable = new LootTable().every(\"Monkey bones\").tertiary(35, \"Ensouled monkey head\");\n\nexport default new SimpleMonster({\n\tid: 5272,\n\tname: \"Monkey Archer\",\n\ttable: MonkeyArcherTable,\n\taliases: [\"monkey archer\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const MonkeyGuardTable = new LootTable().every(\"Monkey bones\").tertiary(35, \"Ensouled monkey head\");\n\nexport default new SimpleMonster({\n\tid: 5271,\n\tname: \"Monkey Guard\",\n\ttable: MonkeyGuardTable,\n\taliases: [\"monkey guard\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const MonkeyZombieTable = new LootTable().every(\"Monkey bones\");\n\nexport default new SimpleMonster({\n\tid: 5281,\n\tname: \"Monkey Zombie\",\n\ttable: MonkeyZombieTable,\n\taliases: [\"monkey zombie\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\nimport UncommonSeedDropTable from \"../../../subtables/UncommonSeedDropTable\";\n\nconst MossGiantTable = new LootTable()\n\t.every(\"Big bones\")\n\n\t/* Weapons and armour */\n\t.add(\"Black sq shield\", 1, 5)\n\t.add(\"Magic staff\", 1, 2)\n\t.add(\"Steel med helm\", 1, 2)\n\t.add(\"Mithril sword\", 1, 2)\n\t.add(\"Mithril spear\", 1, 2)\n\t.add(\"Steel kiteshield\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Law rune\", 3, 4)\n\t.add(\"Air rune\", 18, 3)\n\t.add(\"Earth rune\", 27, 3)\n\t.add(\"Chaos rune\", 7, 3)\n\t.add(\"Nature rune\", 6, 3)\n\t.add(\"Cosmic rune\", 3, 2)\n\t.add(\"Iron arrow\", 15, 2)\n\t.add(\"Steel arrow\", 30, 1)\n\t.add(\"Death rune\", 3, 1)\n\t.add(\"Blood rune\", 1, 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 5)\n\n\t/* Seeds */\n\t.add(UncommonSeedDropTable, 1, 35)\n\n\t/* Coins */\n\t.add(\"Coins\", 37, 19)\n\t.add(\"Coins\", 2, 8)\n\t.add(\"Coins\", 119, 10)\n\t.add(\"Coins\", 300, 2)\n\n\t/* Other */\n\t.add(\"Steel bar\", 1, 6)\n\t.add(\"Coal\", 1, 1)\n\t.add(\"Spinach roll\", 1, 1)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 4)\n\n\t/* Tertiary */\n\t.tertiary(24, \"Ensouled giant head\")\n\t.tertiary(45, \"Clue scroll (beginner)\")\n\t.tertiary(150, \"Mossy key\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(5000, \"Giant champion scroll\")\n\t.tertiary(5013, \"Curved bone\");\n\nexport default new SimpleMonster({\n\tid: 2090,\n\tname: \"Moss giant\",\n\ttable: MossGiantTable,\n\taliases: [\"moss giant\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport CommonSeedDropTable from \"../../../subtables/CommonSeedDropTable\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst MountainTrollTable = new LootTable({ limit: 128 })\n\t.every(\"Big bones\")\n\n\t/* Weapons and armour */\n\t.add(\"Steel med helm\", 1, 4)\n\t.add(\"Black warhammer\", 1, 3)\n\t.add(\"Steel warhammer\", 1, 3)\n\t.add(\"Adamant med helm\", 1, 1)\n\t.add(\"Adamant warhammer\", 1, 1)\n\t.add(\"Mithril sq shield\", 1, 1)\n\n\t/* Runes */\n\t.add(\"Earth rune\", 60, 8)\n\t.add(\"Nature rune\", 7, 5)\n\t.add(\"Law rune\", 2, 3)\n\t.add(\"Earth rune\", 45, 1)\n\t.add(\"Earth rune\", 25, 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 15)\n\n\t/* Seeds */\n\t.add(CommonSeedDropTable, 1, 19)\n\n\t/* Other */\n\t.add(\"Coins\", 35, 29)\n\t.add(\"Coins\", 100, 10)\n\t.add(\"Coins\", 8, 7)\n\t.add(\"Coins\", 50, 6)\n\t.add(\"Coins\", 250, 1)\n\n\t/* Other */\n\t.add(\"Coal\", 3, 3)\n\t.add(\"Raw mackerel\", 3, 2)\n\n\t/* RDT */\n\t.add(GemTable, 1, 5)\n\n\t/* Tertiary */\n\t.tertiary(45, \"Ensouled troll head\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(5013, \"Curved bone\");\n\nexport default new SimpleMonster({\n\tid: 936,\n\tname: \"Mountain Troll\",\n\ttable: MountainTrollTable,\n\taliases: [\"mountain troll\", \"troll\", \"trolls\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const MountedTerrorBirdGnomeTable = new LootTable().every(\"Bones\");\n\nexport default new SimpleMonster({\n\tid: 2067,\n\tname: \"Mounted terrorbird gnome\",\n\ttable: MountedTerrorBirdGnomeTable,\n\taliases: [\"mounted terrorbird\", \"mounted terrorbird gnome\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst MournerTable = new LootTable()\n\t.every(\"Bones\")\n\t.every(\"Mourner cloak\")\n\t.every(\"Mourner boots\")\n\t.every(\"Mourner gloves\")\n\t.every(\"Gas mask\")\n\t.every(\"Mourner trousers\");\n\nexport default new SimpleMonster({\n\tid: 8844,\n\tname: \"Mourner\",\n\ttable: MournerTable,\n\taliases: [\"mourner\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport RareDropTable, { GemTable } from \"../../../subtables/RareDropTable\";\n\nexport const MutatedBloodveldPreTable = new LootTable()\n\t/* Weapons and armour */\n\t.add(\"Mithril full helm\", 1, 8)\n\t.add(\"Mithril battleaxe\", 1, 6)\n\t.add(\"Black med helm\", 1, 5)\n\t.add(\"Mithril axe\", 1, 5)\n\t.add(\"Adamant knife\", 2, 3)\n\t.add(\"Adamant chainbody\", 1, 3)\n\t.add(\"Adamant scimitar\", 1, 3)\n\t.add(\"Mithril platebody\", 1, 2)\n\t.add(\"Rune med helm\", 1, 2)\n\t.add(\"Black boots\", 1, 1)\n\t.add(\"Adamant longsword\", 1, 1)\n\t.add(\"Rune dagger\", 1, 1)\n\t.add(\"Rune battleaxe\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Blood rune\", 30, 13)\n\t.add(\"Blood rune\", 7, 10)\n\t.add(\"Fire rune\", 75, 9)\n\t.add(\"Air rune\", 105, 7)\n\t.add(\"Soul rune\", 4, 7)\n\n\t/* Other */\n\t.add(\"Coins\", 350, 10)\n\t.add(\"Gold ore\", 1, 7)\n\t.add(\"Meat pizza\", 1, 5)\n\t.add(\"Mithril bar\", 1, 5)\n\t.add(\"Bow string\", 1, 4)\n\t.add(\"Coins\", 11, 3)\n\t.add(\"Ruby amulet\", 1, 2)\n\n\t/* Rare and Gem drop table */\n\t.add(RareDropTable, 1, 3)\n\t.add(GemTable, 1, 2);\n\nconst MutatedBloodveldTable = new LootTable()\n\t.every(\"Vile ashes\")\n\t.every(MutatedBloodveldPreTable)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (hard)\")\n\t.tertiary(20, \"Ensouled bloodveld head\");\n\nexport default new SimpleMonster({\n\tid: 7276,\n\tname: \"Mutated Bloodveld\",\n\ttable: MutatedBloodveldTable,\n\taliases: [\"mutated bloodveld\", \"thicc bois\", \"thicc boi\", \"mutated velds\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport RareDropTable, { GemTable } from \"../../../subtables/RareDropTable\";\nimport RareSeedTable from \"../../../subtables/RareSeedTable\";\n\nexport const NechryaelPreTable = new LootTable()\n\t/* Weapons and armor */\n\t.add(\"Adamant platelegs\", 1, 8)\n\t.add(\"Rune 2h sword\", 1, 8)\n\t.add(\"Rune full helm\", 1, 6)\n\t.add(\"Adamant kiteshield\", 1, 4)\n\t.add(\"Rune boots\", 1, 1)\n\n\t/* Runes*/\n\t.add(\"Chaos rune\", 37, 16)\n\t.add(\"Death rune\", 5, 12)\n\t.add(\"Death rune\", 10, 12)\n\t.add(\"Law rune\", [25, 35], 10)\n\t.add(\"Blood rune\", [15, 20], 8)\n\n\t/* Seeds */\n\t.add(\"Limpwurt seed\", 1, 12)\n\t.add(RareSeedTable, 2, 36)\n\n\t/* Coins */\n\t.add(\"Coins\", [1000, 1499], 26)\n\t.add(\"Coins\", [1500, 2000], 21)\n\t.add(\"Coins\", [2500, 2999], 12)\n\t.add(\"Coins\", [3000, 3500], 6)\n\t.add(\"Coins\", [500, 999], 5)\n\t.add(\"Coins\", 5000, 2)\n\n\t/* Other */\n\t.add(\"Soft clay\", 25, 8)\n\t.add(\"Tuna\", 1, 6)\n\n\t/* RDT */\n\t.add(RareDropTable, 1, 2)\n\t.add(GemTable, 1, 10);\n\nconst NechryaelTable = new LootTable()\n\t.every(\"Malicious ashes\")\n\t.every(NechryaelPreTable)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (hard)\");\n\nexport default new SimpleMonster({\n\tid: 8,\n\tname: \"Nechryael\",\n\ttable: NechryaelTable,\n\taliases: [\"nechryael\", \"nech\", \"nechs\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport UncommonSeedDropTable from \"../../../subtables/UncommonSeedDropTable\";\n\nconst OgreTable = new LootTable({ limit: 128 })\n\t.every(\"Big bones\")\n\n\t/* Seeds */\n\t.add(UncommonSeedDropTable, 1, 19)\n\n\t/* Tertiary, Averaged mossy key */\n\t.tertiary(30, \"Ensouled ogre head\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(5013, \"Curved bone\");\n\nexport default new SimpleMonster({\n\tid: 136,\n\tname: \"Ogre\",\n\ttable: OgreTable,\n\taliases: [\"ogre\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\nimport UncommonSeedDropTable from \"../../../subtables/UncommonSeedDropTable\";\n\nconst OgressShamanTable = new LootTable()\n\t.every(\"Big bones\")\n\n\t/* Armour */\n\t.add(\"Mithril kiteshield\", 1, 7)\n\n\t/* Runes and ammunition */\n\t.add(\"Mithril arrow\", [5, 15], 7)\n\t.add(\"Chaos rune\", [15, 30], 7)\n\t.add(\"Law rune\", [8, 15], 7)\n\t.add(\"Nature rune\", [8, 15], 7)\n\t.add(\"Death rune\", [8, 15], 6)\n\t.add(\"Air rune\", [10, 20], 5)\n\t.add(\"Cosmic rune\", [10, 15], 5)\n\t.add(\"Earth rune\", [10, 20], 5)\n\t.add(\"Fire rune\", [10, 20], 5)\n\t.add(\"Mind rune\", [10, 20], 5)\n\t.add(\"Water rune\", [10, 20], 5)\n\t.add(\"Steel arrow\", [10, 30], 5)\n\t.add(\"Iron arrow\", [20, 40], 5)\n\n\t/* Seeds */\n\t.add(UncommonSeedDropTable, 1, 5)\n\n\t/* Materials */\n\t.add(\"Limpwurt root\", 1, 5)\n\t.add(\"Uncut diamond\", 1, 4)\n\t.add(\"Uncut emerald\", 1, 4)\n\t.add(\"Uncut ruby\", 1, 4)\n\t.add(\"Uncut sapphire\", 1, 4)\n\n\t/* Coins */\n\t.add(\"Coins\", [500, 1000], 9)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 4)\n\n\t/* Tertiary */\n\t.tertiary(20, \"Salmon\", [1, 3])\n\t.tertiary(30, \"Ensouled ogre head\")\n\t.tertiary(40, \"Rune med helm\")\n\t.tertiary(100, \"Rune full helm\")\n\t.tertiary(100, \"Rune battleaxe\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(1200, \"Shaman mask\")\n\t.tertiary(5013, \"Curved bone\");\n\nexport default new SimpleMonster({\n\tid: 7991,\n\tname: \"Ogress Shaman\",\n\ttable: OgressShamanTable,\n\taliases: [\"ogress shaman\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\nimport UncommonSeedDropTable from \"../../../subtables/UncommonSeedDropTable\";\n\nconst OgressWarriorTable = new LootTable()\n\t.every(\"Big bones\")\n\n\t/* Armour */\n\t.add(\"Mithril kiteshield\", 1, 7)\n\n\t/* Runes and ammunition */\n\t.add(\"Mithril arrow\", [5, 15], 7)\n\t.add(\"Chaos rune\", [15, 30], 7)\n\t.add(\"Law rune\", [8, 15], 7)\n\t.add(\"Nature rune\", [8, 15], 7)\n\t.add(\"Death rune\", [8, 15], 6)\n\t.add(\"Air rune\", [10, 20], 5)\n\t.add(\"Cosmic rune\", [10, 15], 5)\n\t.add(\"Earth rune\", [10, 20], 5)\n\t.add(\"Fire rune\", [10, 20], 5)\n\t.add(\"Mind rune\", [10, 20], 5)\n\t.add(\"Water rune\", [10, 20], 5)\n\t.add(\"Steel arrow\", [10, 30], 5)\n\t.add(\"Iron arrow\", [20, 40], 5)\n\n\t/* Seeds */\n\t.add(UncommonSeedDropTable, 1, 5)\n\n\t/* Materials */\n\t.add(\"Limpwurt root\", 1, 5)\n\t.add(\"Uncut diamond\", 1, 4)\n\t.add(\"Uncut emerald\", 1, 4)\n\t.add(\"Uncut ruby\", 1, 4)\n\t.add(\"Uncut sapphire\", 1, 4)\n\n\t/* Coins */\n\t.add(\"Coins\", [500, 1000], 9)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 4)\n\n\t/* Tertiary */\n\t.tertiary(20, \"Salmon\", [1, 3])\n\t.tertiary(30, \"Ensouled ogre head\")\n\t.tertiary(40, \"Rune med helm\")\n\t.tertiary(100, \"Rune full helm\")\n\t.tertiary(100, \"Rune battleaxe\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(1200, \"Shaman mask\")\n\t.tertiary(5013, \"Curved bone\");\n\nexport default new SimpleMonster({\n\tid: 7990,\n\tname: \"Ogress Warrior\",\n\ttable: OgressWarriorTable,\n\taliases: [\"ogress warrior\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst OtherworldlybeingTable = new LootTable({ limit: 128 })\n\t/* Runes */\n\t.add(\"Nature rune\", 5, 9)\n\t.add(\"Chaos rune\", 4, 8)\n\t.add(\"Law rune\", 2, 7)\n\t.add(\"Cosmic rune\", 2, 5)\n\t.add(\"Death rune\", 2, 4)\n\t.add(\"Blood rune\", 2, 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 10)\n\n\t/* Other */\n\t.add(\"Coins\", 15, 59)\n\t.add(\"Ruby ring\", 1, 2)\n\t.add(\"Mithril mace\", 1, 1)\n\t.add(\"Mackerel\", 1, 1)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 3);\n\nexport default new SimpleMonster({\n\tid: 2843,\n\tname: \"Otherworldly being\",\n\ttable: OtherworldlybeingTable,\n\taliases: [\"otherworldly being\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst PaladinTable = new LootTable().every(\"Coins\", 80).every(\"Chaos rune\", 2).tertiary(127_056, \"Rocky\");\n\nexport default new SimpleMonster({\n\tid: 1144,\n\tname: \"Paladin\",\n\tpickpocketTable: PaladinTable,\n\taliases: [\"paladin\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const PenguinTable = new LootTable().every(\"Bones\");\n\nexport default new SimpleMonster({\n\tid: 2063,\n\tname: \"Penguin\",\n\ttable: PenguinTable,\n\taliases: [\"penguin\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const PhrinShadeTable = new LootTable().every(\"Phrin remains\");\n\nexport default new SimpleMonster({\n\tid: 1280,\n\tname: \"Phrin Shade\",\n\ttable: PhrinShadeTable,\n\taliases: [\"phrin shade\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nexport const PirateTable = new LootTable({ limit: 128 })\n\t.every(\"Bones\")\n\n\t/* Weapons and armour */\n\t.add(\"Iron bolts\", [2, 12], 10)\n\t.add(\"Iron dagger\", 1, 6)\n\t.add(\"Bronze scimitar\", 1, 4)\n\t.add(\"Iron platebody\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Chaos rune\", 2, 6)\n\t.add(\"Nature rune\", 2, 5)\n\t.add(\"Bronze arrow\", 9, 3)\n\t.add(\"Bronze arrow\", 12, 2)\n\t.add(\"Air rune\", 10, 2)\n\t.add(\"Earth rune\", 9, 2)\n\t.add(\"Fire rune\", 5, 2)\n\t.add(\"Law rune\", 2, 1)\n\n\t/* Coins */\n\t.add(\"Coins\", 4, 29)\n\t.add(\"Coins\", 25, 13)\n\t.add(\"Coins\", 7, 8)\n\t.add(\"Coins\", 12, 6)\n\t.add(\"Coins\", 35, 4)\n\t.add(\"Coins\", 55, 1)\n\n\t/* Other */\n\t.add(\"Right eye patch\", 1, 12)\n\t.add(\"Chef's hat\", 1, 1)\n\t.add(\"Iron bar\", 1, 1)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 1);\n\nexport default new SimpleMonster({\n\tid: 521,\n\tname: \"Pirate\",\n\ttable: PirateTable,\n\taliases: [\"pirate\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const PitScorpionTable = new LootTable()\n\t.tertiary(25, \"Ensouled scorpion head\")\n\t.tertiary(100, \"Clue scroll (beginner)\");\n\nexport default new SimpleMonster({\n\tid: 3026,\n\tname: \"Pit Scorpion\",\n\ttable: PitScorpionTable,\n\taliases: [\"pit scorpion\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const PoisonScorpionTable = new LootTable()\n\t.tertiary(25, \"Ensouled scorpion head\")\n\t.tertiary(100, \"Clue scroll (beginner)\");\n\nexport default new SimpleMonster({\n\tid: 3025,\n\tname: \"Poison Scorpion\",\n\ttable: PoisonScorpionTable,\n\taliases: [\"poison scorpion\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport default new SimpleMonster({\n\tid: 736,\n\tname: \"Pollnivnian bandit\",\n\tpickpocketTable: new LootTable().add(\"Coins\", 50),\n\taliases: [\"pollnivnian bandit\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const PorazdirTable = new LootTable().every(\"Demon's heart\");\n\nexport default new SimpleMonster({\n\tid: 7860,\n\tname: \"Porazdir\",\n\ttable: PorazdirTable,\n\taliases: [\"porazdir\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport Elf from \"../a-f/Elf\";\n\nconst PrifddinasElfTable = new LootTable()\n\t.oneIn(35, \"Crystal shard\")\n\t.oneIn(1024, \"Enhanced crystal teleport seed\")\n\t.add(Elf.pickpocketTable!, 1)\n\t.tertiary(99_175, \"Rocky\");\n\nexport default new SimpleMonster({\n\tid: 9076,\n\tname: \"Prifddinas Elf\",\n\tpickpocketTable: PrifddinasElfTable,\n\taliases: [\"prif elf\", \"elf prif\", \"prifddinas elf\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const PriffRabbit = new LootTable().every(\"Crystal grail\");\n\nexport default new SimpleMonster({\n\tid: 9118,\n\tname: \"Rabbit\",\n\ttable: PriffRabbit,\n\taliases: [\"rabbit\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nexport const PyrefiendPreTable = new LootTable()\n\t/* Weapons and armour */\n\t.add(\"Steel axe\", 1, 4)\n\t.add(\"Steel full helm\", 1, 4)\n\t.add(\"Staff of fire\", 1, 3)\n\t.add(\"Mithril chainbody\", 1, 2)\n\t.add(\"Steel boots\", 1, 1)\n\t.add(\"Adamant med helm\", 1, 1)\n\n\t/* Runes */\n\t.add(\"Fire rune\", 30, 21)\n\t.add(\"Fire rune\", 60, 8)\n\t.add(\"Chaos rune\", 12, 5)\n\t.add(\"Death rune\", 3, 3)\n\n\t/* Coins */\n\t.add(\"Coins\", 40, 24)\n\t.add(\"Coins\", 120, 20)\n\t.add(\"Coins\", 200, 10)\n\t.add(\"Coins\", 10, 7)\n\t.add(\"Coins\", 450, 2)\n\n\t/* Other */\n\t.add(\"Gold ore\", 1, 8)\n\t.add(\"Jug of wine\", 1, 2)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 3);\n\nconst PyrefiendTable = new LootTable()\n\t.every(\"Fiendish ashes\")\n\t.every(PyrefiendPreTable)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (medium)\");\n\nexport default new SimpleMonster({\n\tid: 433,\n\tname: \"Pyrefiend\",\n\ttable: PyrefiendTable,\n\taliases: [\"pyrefiend\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nexport const PyrelordPreTable = new LootTable()\n\t/* Weapons and armour */\n\t.add(\"Steel axe\", 1, 4)\n\t.add(\"Steel full helm\", 1, 4)\n\t.add(\"Staff of fire\", 1, 3)\n\t.add(\"Mithril chainbody\", 1, 2)\n\t.add(\"Steel boots\", 1, 1)\n\t.add(\"Adamant med helm\", 1, 1)\n\n\t/* Runes */\n\t.add(\"Fire rune\", 30, 21)\n\t.add(\"Fire rune\", 60, 8)\n\t.add(\"Chaos rune\", 12, 5)\n\t.add(\"Death rune\", 3, 3)\n\n\t/* Coins */\n\t.add(\"Coins\", 40, 24)\n\t.add(\"Coins\", 120, 20)\n\t.add(\"Coins\", 200, 10)\n\t.add(\"Coins\", 10, 7)\n\t.add(\"Coins\", 450, 2)\n\n\t/* Other */\n\t.add(\"Gold ore\", 1, 8)\n\t.add(\"Jug of wine\", 1, 2)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 3);\n\nconst PyrelordTable = new LootTable()\n\t.every(\"Fiendish ashes\")\n\t.every(PyrelordPreTable)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (medium)\");\n\nexport default new SimpleMonster({\n\tid: 6762,\n\tname: \"Pyrelord\",\n\ttable: PyrelordTable,\n\taliases: [\"pyrelord\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const RatTable = new LootTable().every(\"Bones\");\n\nexport default new SimpleMonster({\n\tid: 2854,\n\tname: \"Rat\",\n\ttable: RatTable,\n\taliases: [\"rat\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst RedDragonTable = new LootTable()\n\t.every(\"Dragon bones\")\n\t.every(\"Red dragonhide\")\n\n\t/* Weapons and armour */\n\t.add(\"Mithril 2h sword\", 1, 4)\n\t.add(\"Mithril axe\", 1, 3)\n\t.add(\"Mithril battleaxe\", 1, 3)\n\t.add(\"Rune dart\", 8, 3)\n\t.add(\"Mithril javelin\", 20, 1)\n\t.add(\"Mithril kiteshield\", 1, 1)\n\t.add(\"Adamant platebody\", 1, 1)\n\t.add(\"Rune longsword\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Rune arrow\", 4, 8)\n\t.add(\"Law rune\", 4, 5)\n\t.add(\"Blood rune\", 2, 4)\n\t.add(\"Death rune\", 5, 3)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 2)\n\n\t/* Coins */\n\t.add(\"Coins\", 196, 40)\n\t.add(\"Coins\", 66, 29)\n\t.add(\"Coins\", 330, 10)\n\t.add(\"Coins\", 690, 1)\n\n\t/* Other */\n\t.add(\"Dragon javelin heads\", 10, 10)\n\t.add(\"Chocolate cake\", 3, 3)\n\t.add(\"Adamantite bar\", 1, 1)\n\n\t/* RDT */\n\t.add(GemTable, 1, 5)\n\n\t/* Tertiary */\n\t.tertiary(40, \"Ensouled dragon head\")\n\t.tertiary(128, \"Clue scroll (hard)\");\n\nexport default new SimpleMonster({\n\tid: 247,\n\tname: \"Red Dragon\",\n\ttable: RedDragonTable,\n\taliases: [\"red dragon\", \"red drags\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { makeRevTable } from \"../../../../util\";\n\nexport const RevenantCyclopsTable = new LootTable()\n\t.every(\"Revenant ether\", [1, 10])\n\n\t/* Weapons and armour */\n\t.add(\"Bracelet of ethereum (uncharged)\", 1, 15)\n\t.add(\"Battlestaff\", 3, 5)\n\t.add(\"Rune full helm\", 1, 2)\n\t.add(\"Rune platebody\", 1, 2)\n\t.add(\"Rune platelegs\", 1, 2)\n\t.add(\"Rune kiteshield\", 1, 2)\n\t.add(\"Rune warhammer\", 1, 2)\n\t.add(\"Dragon platelegs\", 1, 1)\n\t.add(\"Dragon plateskirt\", 1, 1)\n\t.add(\"Dragon dagger\", 1, 1)\n\t.add(\"Dragon longsword\", 1, 1)\n\t.oneIn(751, \"Dragon med helm\")\n\n\t/* Resources */\n\t.add(\"Coal\", [50, 100], 6)\n\t.add(\"Adamantite bar\", [8, 12], 6)\n\t.add(\"Runite ore\", [3, 6], 6)\n\t.add(\"Runite bar\", [3, 5], 6)\n\t.add(\"Black dragonhide\", [10, 15], 6)\n\t.add(\"Mahogany plank\", [15, 25], 5)\n\t.add(\"Manta ray\", [30, 50], 3)\n\t.add(\"Yew logs\", [60, 100], 3)\n\t.add(\"Magic logs\", [15, 25], 2)\n\t.add(\"Uncut dragonstone\", [5, 7], 1)\n\n\t/* Other */\n\t.add(\"Coins\", [1, 226], 120)\n\t.add(\"Revenant cave teleport\", 1, 7)\n\t.add(\"Super restore(4)\", [3, 5], 4)\n\t.add(\"Dragonstone bolt tips\", [40, 70], 4)\n\t.add(\"Onyx bolt tips\", [5, 10], 4)\n\t.add(\"Law rune\", [80, 120], 3)\n\t.add(\"Death rune\", [60, 100], 3)\n\t.add(\"Blood rune\", [60, 100], 3);\n\nexport default new SimpleMonster({\n\tid: 7934,\n\tname: \"Revenant cyclops\",\n\ttable: RevenantCyclopsTable,\n\taliases: [\"revenant cyclops\"],\n\tcustomKillLogic: makeRevTable({\n\t\tseeds: [1342, 1342],\n\t\tuniqueTable: [3579, 716],\n\t\tancientEmblem: [5368, 5368],\n\t\tancientTotem: [1342, 1342],\n\t\tancientCrystal: [1789, 1789],\n\t\tancientStatuette: [2684, 2684],\n\t\ttopThree: [5368, 5368],\n\t}),\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { makeRevTable } from \"../../../../util\";\n\nexport const RevenantDarkBeastTable = new LootTable()\n\t.every(\"Revenant ether\", [1, 11])\n\n\t/* Weapons and armour */\n\t.add(\"Bracelet of ethereum (uncharged)\", 1, 15)\n\t.add(\"Battlestaff\", 3, 5)\n\t.add(\"Rune full helm\", 1, 2)\n\t.add(\"Rune platebody\", 1, 2)\n\t.add(\"Rune platelegs\", 1, 2)\n\t.add(\"Rune kiteshield\", 1, 2)\n\t.add(\"Rune warhammer\", 1, 2)\n\t.add(\"Dragon platelegs\", 1, 1)\n\t.add(\"Dragon plateskirt\", 1, 1)\n\t.add(\"Dragon dagger\", 1, 1)\n\t.add(\"Dragon longsword\", 1, 1)\n\t.oneIn(677, \"Dragon med helm\")\n\n\t/* Resources */\n\t.add(\"Coal\", [50, 100], 6)\n\t.add(\"Adamantite bar\", [8, 12], 6)\n\t.add(\"Runite ore\", [3, 6], 6)\n\t.add(\"Runite bar\", [3, 5], 6)\n\t.add(\"Black dragonhide\", [10, 15], 6)\n\t.add(\"Mahogany plank\", [15, 25], 5)\n\t.add(\"Manta ray\", [30, 50], 3)\n\t.add(\"Yew logs\", [60, 100], 3)\n\t.add(\"Magic logs\", [15, 25], 2)\n\t.add(\"Uncut dragonstone\", [5, 7], 1)\n\n\t/* Other */\n\t.add(\"Coins\", [1, 251], 26)\n\t.add(\"Revenant cave teleport\", 1, 7)\n\t.add(\"Super restore(4)\", [3, 5], 4)\n\t.add(\"Dragonstone bolt tips\", [40, 70], 4)\n\t.add(\"Onyx bolt tips\", [5, 10], 4)\n\t.add(\"Law rune\", [80, 120], 3)\n\t.add(\"Death rune\", [60, 100], 3)\n\t.add(\"Blood rune\", [60, 100], 3);\n\nexport default new SimpleMonster({\n\tid: 7938,\n\tname: \"Revenant dark beast\",\n\ttable: RevenantDarkBeastTable,\n\taliases: [\"revenant dark beast\"],\n\tcustomKillLogic: makeRevTable({\n\t\tseeds: [1210, 1210],\n\t\tuniqueTable: [3227, 645],\n\t\tancientEmblem: [4840, 4840],\n\t\tancientTotem: [1210, 1210],\n\t\tancientCrystal: [1613, 1613],\n\t\tancientStatuette: [2420, 2420],\n\t\ttopThree: [4840, 4840],\n\t}),\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { makeRevTable } from \"../../../../util\";\n\nexport const RevenantDemonTable = new LootTable()\n\t.every(\"Revenant ether\", [1, 10])\n\n\t/* Weapons and armour */\n\t.add(\"Bracelet of ethereum (uncharged)\", 1, 15)\n\t.add(\"Battlestaff\", 3, 5)\n\t.add(\"Rune full helm\", 1, 2)\n\t.add(\"Rune platebody\", 1, 2)\n\t.add(\"Rune platelegs\", 1, 2)\n\t.add(\"Rune kiteshield\", 1, 2)\n\t.add(\"Rune warhammer\", 1, 2)\n\t.add(\"Dragon platelegs\", 1, 1)\n\t.add(\"Dragon plateskirt\", 1, 1)\n\t.add(\"Dragon dagger\", 1, 1)\n\t.add(\"Dragon longsword\", 1, 1)\n\t.oneIn(751, \"Dragon med helm\")\n\n\t/* Resources */\n\t.add(\"Coal\", [50, 100], 6)\n\t.add(\"Adamantite bar\", [8, 12], 6)\n\t.add(\"Runite ore\", [3, 6], 6)\n\t.add(\"Runite bar\", [3, 5], 6)\n\t.add(\"Black dragonhide\", [10, 15], 6)\n\t.add(\"Mahogany plank\", [15, 25], 5)\n\t.add(\"Manta ray\", [30, 50], 3)\n\t.add(\"Yew logs\", [60, 100], 3)\n\t.add(\"Magic logs\", [15, 25], 2)\n\t.add(\"Uncut dragonstone\", [5, 7], 1)\n\n\t/* Other */\n\t.add(\"Coins\", [1, 226], 81)\n\t.add(\"Revenant cave teleport\", 1, 7)\n\t.add(\"Super restore(4)\", [3, 5], 4)\n\t.add(\"Dragonstone bolt tips\", [40, 70], 4)\n\t.add(\"Onyx bolt tips\", [5, 10], 4)\n\t.add(\"Law rune\", [80, 120], 3)\n\t.add(\"Death rune\", [60, 100], 3)\n\t.add(\"Blood rune\", [60, 100], 3);\n\nexport default new SimpleMonster({\n\tid: 7936,\n\tname: \"Revenant demon\",\n\ttable: RevenantDemonTable,\n\taliases: [\"revenant demon\"],\n\tcustomKillLogic: makeRevTable({\n\t\tseeds: [1342, 1342],\n\t\tuniqueTable: [3579, 716],\n\t\tancientEmblem: [5368, 5368],\n\t\tancientTotem: [1342, 1342],\n\t\tancientCrystal: [1789, 1789],\n\t\tancientStatuette: [2684, 2684],\n\t\ttopThree: [5368, 5368],\n\t}),\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { makeRevTable } from \"../../../../util\";\n\nexport const RevenantDragonTable = new LootTable()\n\t.every(\"Revenant ether\", [1, 12])\n\n\t/* Weapons and armour */\n\t.add(\"Bracelet of ethereum (uncharged)\", 1, 15)\n\t.add(\"Battlestaff\", 3, 5)\n\t.add(\"Rune full helm\", 1, 2)\n\t.add(\"Rune platebody\", 1, 2)\n\t.add(\"Rune platelegs\", 1, 2)\n\t.add(\"Rune kiteshield\", 1, 2)\n\t.add(\"Rune warhammer\", 1, 2)\n\t.add(\"Dragon platelegs\", 1, 1)\n\t.add(\"Dragon plateskirt\", 1, 1)\n\t.add(\"Dragon dagger\", 1, 1)\n\t.add(\"Dragon longsword\", 1, 1)\n\t.oneIn(615, \"Dragon med helm\")\n\n\t/* Resources */\n\t.add(\"Coal\", [50, 100], 6)\n\t.add(\"Adamantite bar\", [8, 12], 6)\n\t.add(\"Runite ore\", [3, 6], 6)\n\t.add(\"Runite bar\", [3, 5], 6)\n\t.add(\"Black dragonhide\", [10, 15], 6)\n\t.add(\"Mahogany plank\", [15, 25], 5)\n\t.add(\"Manta ray\", [30, 50], 3)\n\t.add(\"Yew logs\", [60, 100], 3)\n\t.add(\"Magic logs\", [15, 25], 2)\n\t.add(\"Uncut dragonstone\", [5, 7], 1)\n\n\t/* Other */\n\t.add(\"Revenant cave teleport\", 1, 7)\n\t.add(\"Super restore(4)\", [3, 5], 4)\n\t.add(\"Dragonstone bolt tips\", [40, 70], 4)\n\t.add(\"Onyx bolt tips\", [5, 10], 4)\n\t.add(\"Law rune\", [80, 120], 3)\n\t.add(\"Death rune\", [60, 100], 3)\n\t.add(\"Blood rune\", [60, 100], 3);\n\nexport default new SimpleMonster({\n\tid: 7940,\n\tname: \"Revenant dragon\",\n\ttable: RevenantDragonTable,\n\taliases: [\"revenant dragon\"],\n\tcustomKillLogic: makeRevTable({\n\t\tseeds: [1100, 1100],\n\t\tuniqueTable: [2933, 587],\n\t\tancientEmblem: [4400, 4400],\n\t\tancientTotem: [1100, 1100],\n\t\tancientCrystal: [1467, 1467],\n\t\tancientStatuette: [2000, 2000],\n\t\ttopThree: [4400, 4400],\n\t}),\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { makeRevTable } from \"../../../../util\";\n\nexport const RevenantGoblinTable = new LootTable()\n\t.every(\"Revenant ether\", [1, 4])\n\n\t/* Weapons and armour */\n\t.add(\"Bracelet of ethereum (uncharged)\", 1, 15)\n\t.add(\"Battlestaff\", 3, 5)\n\t.add(\"Rune full helm\", 1, 2)\n\t.add(\"Rune platebody\", 1, 2)\n\t.add(\"Rune platelegs\", 1, 2)\n\t.add(\"Rune kiteshield\", 1, 2)\n\t.add(\"Rune warhammer\", 1, 2)\n\t.add(\"Dragon platelegs\", 1, 1)\n\t.add(\"Dragon plateskirt\", 1, 1)\n\t.add(\"Dragon dagger\", 1, 1)\n\t.add(\"Dragon longsword\", 1, 1)\n\t.add(\"Dragon med helm\", 1, 1)\n\n\t/* Resources */\n\t.add(\"Coal\", [50, 100], 6)\n\t.add(\"Adamantite bar\", [8, 12], 6)\n\t.add(\"Runite ore\", [3, 6], 6)\n\t.add(\"Runite bar\", [3, 5], 6)\n\t.add(\"Black dragonhide\", [10, 15], 6)\n\t.add(\"Mahogany plank\", [15, 25], 5)\n\t.add(\"Manta ray\", [30, 50], 3)\n\t.add(\"Yew logs\", [60, 100], 3)\n\t.add(\"Magic logs\", [15, 25], 2)\n\t.add(\"Uncut dragonstone\", [5, 7], 1)\n\n\t/* Other */\n\t.add(\"Coins\", [1, 76], 1745)\n\t.add(\"Revenant cave teleport\", 1, 7)\n\t.add(\"Super restore(4)\", [3, 5], 4)\n\t.add(\"Dragonstone bolt tips\", [40, 70], 4)\n\t.add(\"Onyx bolt tips\", [5, 10], 4)\n\t.add(\"Law rune\", [80, 120], 3)\n\t.add(\"Death rune\", [60, 100], 3)\n\t.add(\"Blood rune\", [60, 100], 3);\n\nexport default new SimpleMonster({\n\tid: 7931,\n\tname: \"Revenant goblin\",\n\ttable: RevenantGoblinTable,\n\taliases: [\"revenant goblin\"],\n\tcustomKillLogic: makeRevTable({\n\t\tseeds: [4032, 4032],\n\t\tuniqueTable: [10_751, 2150],\n\t\tancientEmblem: [16_126, 16_126],\n\t\tancientTotem: [4032, 4032],\n\t\tancientCrystal: [5375, 5375],\n\t\tancientStatuette: [8063, 8063],\n\t\ttopThree: [16_126, 16_126],\n\t}),\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { makeRevTable } from \"../../../../util\";\n\nexport const RevenantHellhoundTable = new LootTable()\n\t.every(\"Revenant ether\", [1, 10])\n\n\t/* Weapons and armour */\n\t.add(\"Bracelet of ethereum (uncharged)\", 1, 15)\n\t.add(\"Battlestaff\", 3, 5)\n\t.add(\"Rune full helm\", 1, 2)\n\t.add(\"Rune platebody\", 1, 2)\n\t.add(\"Rune platelegs\", 1, 2)\n\t.add(\"Rune kiteshield\", 1, 2)\n\t.add(\"Rune warhammer\", 1, 2)\n\t.add(\"Dragon platelegs\", 1, 1)\n\t.add(\"Dragon plateskirt\", 1, 1)\n\t.add(\"Dragon dagger\", 1, 1)\n\t.add(\"Dragon longsword\", 1, 1)\n\t.oneIn(751, \"Dragon med helm\")\n\n\t/* Resources */\n\t.add(\"Coal\", [50, 100], 6)\n\t.add(\"Adamantite bar\", [8, 12], 6)\n\t.add(\"Runite ore\", [3, 6], 6)\n\t.add(\"Runite bar\", [3, 5], 6)\n\t.add(\"Black dragonhide\", [10, 15], 6)\n\t.add(\"Mahogany plank\", [15, 25], 5)\n\t.add(\"Manta ray\", [30, 50], 3)\n\t.add(\"Yew logs\", [60, 100], 3)\n\t.add(\"Magic logs\", [15, 25], 2)\n\t.add(\"Uncut dragonstone\", [5, 7], 1)\n\n\t/* Other */\n\t.add(\"Coins\", [1, 226], 98)\n\t.add(\"Revenant cave teleport\", 1, 7)\n\t.add(\"Super restore(4)\", [3, 5], 4)\n\t.add(\"Dragonstone bolt tips\", [40, 70], 4)\n\t.add(\"Onyx bolt tips\", [5, 10], 4)\n\t.add(\"Law rune\", [80, 120], 3)\n\t.add(\"Death rune\", [60, 100], 3)\n\t.add(\"Blood rune\", [60, 100], 3);\n\nexport default new SimpleMonster({\n\tid: 7935,\n\tname: \"Revenant hellhound\",\n\ttable: RevenantHellhoundTable,\n\taliases: [\"revenant hellhound\"],\n\tcustomKillLogic: makeRevTable({\n\t\tseeds: [1342, 1342],\n\t\tuniqueTable: [3579, 716],\n\t\tancientEmblem: [5368, 5368],\n\t\tancientTotem: [1342, 1342],\n\t\tancientCrystal: [1789, 1789],\n\t\tancientStatuette: [2684, 2684],\n\t\ttopThree: [5368, 5368],\n\t}),\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { makeRevTable } from \"../../../../util\";\n\nexport const RevenantHobgoblinTable = new LootTable()\n\t.every(\"Revenant ether\", [1, 8])\n\n\t/* Weapons and armour */\n\t.add(\"Bracelet of ethereum (uncharged)\", 1, 15)\n\t.add(\"Battlestaff\", 3, 5)\n\t.add(\"Rune full helm\", 1, 2)\n\t.add(\"Rune platebody\", 1, 2)\n\t.add(\"Rune platelegs\", 1, 2)\n\t.add(\"Rune kiteshield\", 1, 2)\n\t.add(\"Rune warhammer\", 1, 2)\n\t.add(\"Dragon platelegs\", 1, 1)\n\t.add(\"Dragon plateskirt\", 1, 1)\n\t.add(\"Dragon dagger\", 1, 1)\n\t.add(\"Dragon longsword\", 1, 1)\n\t.oneIn(966, \"Dragon med helm\")\n\n\t/* Resources */\n\t.add(\"Coal\", [50, 100], 6)\n\t.add(\"Adamantite bar\", [8, 12], 6)\n\t.add(\"Runite ore\", [3, 6], 6)\n\t.add(\"Runite bar\", [3, 5], 6)\n\t.add(\"Black dragonhide\", [10, 15], 6)\n\t.add(\"Mahogany plank\", [15, 25], 5)\n\t.add(\"Manta ray\", [30, 50], 3)\n\t.add(\"Yew logs\", [60, 100], 3)\n\t.add(\"Magic logs\", [15, 25], 2)\n\t.add(\"Uncut dragonstone\", [5, 7], 1)\n\t.oneIn(3140, \"Magic seed\", [5, 19])\n\n\t/* Other */\n\t.add(\"Coins\", [1, 176], 280)\n\t.add(\"Revenant cave teleport\", 1, 7)\n\t.add(\"Super restore(4)\", [3, 5], 4)\n\t.add(\"Dragonstone bolt tips\", [40, 70], 4)\n\t.add(\"Onyx bolt tips\", [5, 10], 4)\n\t.add(\"Law rune\", [80, 120], 3)\n\t.add(\"Death rune\", [60, 100], 3)\n\t.add(\"Blood rune\", [60, 100], 3);\n\nexport default new SimpleMonster({\n\tid: 7933,\n\tname: \"Revenant hobgoblin\",\n\ttable: RevenantHobgoblinTable,\n\taliases: [\"revenant hobgoblin\"],\n\tcustomKillLogic: makeRevTable({\n\t\tseeds: [1727, 1727],\n\t\tuniqueTable: [4605, 921],\n\t\tancientEmblem: [6908, 6908],\n\t\tancientTotem: [1727, 1727],\n\t\tancientCrystal: [2302, 2302],\n\t\tancientStatuette: [3454, 3454],\n\t\ttopThree: [6908, 6908],\n\t}),\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { makeRevTable } from \"../../../../util\";\n\nexport const RevenantImpTable = new LootTable()\n\t.every(\"Revenant ether\", [1, 3])\n\n\t/* Weapons and armour */\n\t.add(\"Bracelet of ethereum (uncharged)\", 1, 15)\n\t.add(\"Battlestaff\", 3, 5)\n\t.add(\"Rune full helm\", 1, 2)\n\t.add(\"Rune platebody\", 1, 2)\n\t.add(\"Rune platelegs\", 1, 2)\n\t.add(\"Rune kiteshield\", 1, 2)\n\t.add(\"Rune warhammer\", 1, 2)\n\t.add(\"Dragon platelegs\", 1, 1)\n\t.add(\"Dragon plateskirt\", 1, 1)\n\t.add(\"Dragon dagger\", 1, 1)\n\t.add(\"Dragon longsword\", 1, 1)\n\t.add(\"Dragon med helm\", 1, 1)\n\n\t/* Resources */\n\t.add(\"Coal\", [50, 100], 6)\n\t.add(\"Adamantite bar\", [8, 12], 6)\n\t.add(\"Runite ore\", [3, 6], 6)\n\t.add(\"Runite bar\", [3, 5], 6)\n\t.add(\"Black dragonhide\", [10, 15], 6)\n\t.add(\"Mahogany plank\", [15, 25], 5)\n\t.add(\"Manta ray\", [30, 50], 3)\n\t.add(\"Yew logs\", [60, 100], 3)\n\t.add(\"Magic logs\", [15, 25], 2)\n\t.add(\"Uncut dragonstone\", [5, 7], 1)\n\n\t/* Other */\n\t.add(\"Coins\", [1, 51], 3145)\n\t.add(\"Revenant cave teleport\", 1, 7)\n\t.add(\"Super restore(4)\", [3, 5], 4)\n\t.add(\"Dragonstone bolt tips\", [40, 70], 4)\n\t.add(\"Onyx bolt tips\", [5, 10], 4)\n\t.add(\"Law rune\", [80, 120], 3)\n\t.add(\"Death rune\", [60, 100], 3)\n\t.add(\"Blood rune\", [60, 100], 3);\n\nexport default new SimpleMonster({\n\tid: 7881,\n\tname: \"Revenant imp\",\n\ttable: RevenantImpTable,\n\taliases: [\"revenant imp\"],\n\tcustomKillLogic: makeRevTable({\n\t\tseeds: [6050, 6050],\n\t\tuniqueTable: [161_334, 3226],\n\t\tancientEmblem: [24_200, 24_200],\n\t\tancientTotem: [6050, 6050],\n\t\tancientCrystal: [8067, 8067],\n\t\tancientStatuette: [12_100, 12_000],\n\t\ttopThree: [24_200, 24_200],\n\t}),\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { makeRevTable } from \"../../../../util\";\n\nexport const RevenantKnightTable = new LootTable()\n\t.every(\"Revenant ether\", [1, 12])\n\n\t/* Weapons and armour */\n\t.add(\"Bracelet of ethereum (uncharged)\", 1, 15)\n\t.add(\"Battlestaff\", 3, 5)\n\t.add(\"Rune full helm\", 1, 2)\n\t.add(\"Rune platebody\", 1, 2)\n\t.add(\"Rune platelegs\", 1, 2)\n\t.add(\"Rune kiteshield\", 1, 2)\n\t.add(\"Rune warhammer\", 1, 2)\n\t.add(\"Dragon platelegs\", 1, 1)\n\t.add(\"Dragon plateskirt\", 1, 1)\n\t.add(\"Dragon dagger\", 1, 1)\n\t.add(\"Dragon longsword\", 1, 1)\n\t.oneIn(615, \"Dragon med helm\")\n\n\t/* Resources */\n\t.add(\"Coal\", [50, 100], 6)\n\t.add(\"Adamantite bar\", [8, 12], 6)\n\t.add(\"Runite ore\", [3, 6], 6)\n\t.add(\"Runite bar\", [3, 5], 6)\n\t.add(\"Black dragonhide\", [10, 15], 6)\n\t.add(\"Mahogany plank\", [15, 25], 5)\n\t.add(\"Manta ray\", [30, 50], 3)\n\t.add(\"Yew logs\", [60, 100], 3)\n\t.add(\"Magic logs\", [15, 25], 2)\n\t.add(\"Uncut dragonstone\", [5, 7], 1)\n\n\t/* Other */\n\t.add(\"Coins\", [1, 276], 8)\n\t.add(\"Revenant cave teleport\", 1, 7)\n\t.add(\"Super restore(4)\", [3, 5], 4)\n\t.add(\"Dragonstone bolt tips\", [40, 70], 4)\n\t.add(\"Onyx bolt tips\", [5, 10], 4)\n\t.add(\"Law rune\", [80, 120], 3)\n\t.add(\"Death rune\", [60, 100], 3)\n\t.add(\"Blood rune\", [60, 100], 3);\n\nexport default new SimpleMonster({\n\tid: 7939,\n\tname: \"Revenant knight\",\n\ttable: RevenantKnightTable,\n\taliases: [\"revenant knight\"],\n\tcustomKillLogic: makeRevTable({\n\t\tseeds: [1100, 1100],\n\t\tuniqueTable: [2933, 587],\n\t\tancientEmblem: [4400, 4400],\n\t\tancientTotem: [1100, 1100],\n\t\tancientCrystal: [1467, 1467],\n\t\tancientStatuette: [2200, 2200],\n\t\ttopThree: [4400, 4400],\n\t}),\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { makeRevTable } from \"../../../../util\";\n\nexport const RevenantOrkTable = new LootTable()\n\t.every(\"Revenant ether\", [1, 11])\n\n\t/* Weapons and armour */\n\t.add(\"Bracelet of ethereum (uncharged)\", 1, 15)\n\t.add(\"Battlestaff\", 3, 5)\n\t.add(\"Rune full helm\", 1, 2)\n\t.add(\"Rune platebody\", 1, 2)\n\t.add(\"Rune platelegs\", 1, 2)\n\t.add(\"Rune kiteshield\", 1, 2)\n\t.add(\"Rune warhammer\", 1, 2)\n\t.add(\"Dragon platelegs\", 1, 1)\n\t.add(\"Dragon plateskirt\", 1, 1)\n\t.add(\"Dragon dagger\", 1, 1)\n\t.add(\"Dragon longsword\", 1, 1)\n\t.oneIn(677, \"Dragon med helm\")\n\n\t/* Resources */\n\t.add(\"Coal\", [50, 100], 6)\n\t.add(\"Adamantite bar\", [8, 12], 6)\n\t.add(\"Runite ore\", [3, 6], 6)\n\t.add(\"Runite bar\", [3, 5], 6)\n\t.add(\"Black dragonhide\", [10, 15], 6)\n\t.add(\"Mahogany plank\", [15, 25], 5)\n\t.add(\"Manta ray\", [30, 50], 3)\n\t.add(\"Yew logs\", [60, 100], 3)\n\t.add(\"Magic logs\", [15, 25], 2)\n\t.add(\"Uncut dragonstone\", [5, 7], 1)\n\n\t/* Other */\n\t.add(\"Coins\", [1, 251], 49)\n\t.add(\"Revenant cave teleport\", 1, 7)\n\t.add(\"Super restore(4)\", [3, 5], 4)\n\t.add(\"Dragonstone bolt tips\", [40, 70], 4)\n\t.add(\"Onyx bolt tips\", [5, 10], 4)\n\t.add(\"Law rune\", [80, 120], 3)\n\t.add(\"Death rune\", [60, 100], 3)\n\t.add(\"Blood rune\", [60, 100], 3);\n\nexport default new SimpleMonster({\n\tid: 7937,\n\tname: \"Revenant ork\",\n\ttable: RevenantOrkTable,\n\taliases: [\"revenant ork\"],\n\tcustomKillLogic: makeRevTable({\n\t\tseeds: [1210, 1210],\n\t\tuniqueTable: [3227, 645],\n\t\tancientEmblem: [4840, 4840],\n\t\tancientTotem: [1210, 1210],\n\t\tancientCrystal: [1613, 1613],\n\t\tancientStatuette: [2420, 2420],\n\t\ttopThree: [4840, 4840],\n\t}),\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { makeRevTable } from \"../../../../util\";\n\nexport const RevenantPyrefiendTable = new LootTable()\n\t.every(\"Revenant ether\", [1, 8])\n\n\t/* Weapons and armour */\n\t.add(\"Bracelet of ethereum (uncharged)\", 1, 15)\n\t.add(\"Battlestaff\", 3, 5)\n\t.add(\"Rune full helm\", 1, 2)\n\t.add(\"Rune platebody\", 1, 2)\n\t.add(\"Rune platelegs\", 1, 2)\n\t.add(\"Rune kiteshield\", 1, 2)\n\t.add(\"Rune warhammer\", 1, 2)\n\t.add(\"Dragon platelegs\", 1, 1)\n\t.add(\"Dragon plateskirt\", 1, 1)\n\t.add(\"Dragon dagger\", 1, 1)\n\t.add(\"Dragon longsword\", 1, 1)\n\t.oneIn(966, \"Dragon med helm\")\n\n\t/* Resources */\n\t.add(\"Coal\", [50, 100], 6)\n\t.add(\"Adamantite bar\", [8, 12], 6)\n\t.add(\"Runite ore\", [3, 6], 6)\n\t.add(\"Runite bar\", [3, 5], 6)\n\t.add(\"Black dragonhide\", [10, 15], 6)\n\t.add(\"Mahogany plank\", [15, 25], 5)\n\t.add(\"Manta ray\", [30, 50], 3)\n\t.add(\"Yew logs\", [60, 100], 3)\n\t.add(\"Magic logs\", [15, 25], 2)\n\t.add(\"Uncut dragonstone\", [5, 7], 1)\n\n\t/* Other */\n\t.add(\"Coins\", [1, 176], 332)\n\t.add(\"Revenant cave teleport\", 1, 7)\n\t.add(\"Super restore(4)\", [3, 5], 4)\n\t.add(\"Dragonstone bolt tips\", [40, 70], 4)\n\t.add(\"Onyx bolt tips\", [5, 10], 4)\n\t.add(\"Law rune\", [80, 120], 3)\n\t.add(\"Death rune\", [60, 100], 3)\n\t.add(\"Blood rune\", [60, 100], 3);\n\nexport default new SimpleMonster({\n\tid: 7932,\n\tname: \"Revenant pyrefiend\",\n\ttable: RevenantPyrefiendTable,\n\taliases: [\"revenant pyrefiend\"],\n\tcustomKillLogic: makeRevTable({\n\t\tseeds: [1727, 1727],\n\t\tuniqueTable: [4605, 921],\n\t\tancientEmblem: [6908, 6908],\n\t\tancientTotem: [1727, 1727],\n\t\tancientCrystal: [2303, 2303],\n\t\tancientStatuette: [3454, 3454],\n\t\ttopThree: [6908, 6908],\n\t}),\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const RiylShadeTable = new LootTable().every(\"Riyl remains\");\n\nexport default new SimpleMonster({\n\tid: 1282,\n\tname: \"Riyl Shade\",\n\ttable: RiylShadeTable,\n\taliases: [\"riyl shade\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nexport const RockslugTable = new LootTable()\n\t/* Armour */\n\t.oneIn(512, \"Mystic gloves (light)\")\n\n\t/* Runes */\n\t.add(\"Earth rune\", 5, 30)\n\t.add(\"Earth rune\", 42, 4)\n\t.add(\"Chaos rune\", 2, 4)\n\n\t/* Ores and bars */\n\t.add(\"Iron ore\", 1, 22)\n\t.add(\"Coal\", 1, 13)\n\t.add(\"Tin ore\", 1, 8)\n\t.add(\"Iron bar\", 1, 3)\n\t.add(\"Copper ore\", 1, 3)\n\t.add(\"Bronze bar\", 1, 2)\n\t.add(\"Mithril ore\", 1, 1)\n\n\t/* Other */\n\t.add(\"Dwarven stout\", 1, 13)\n\t.add(\"Hammer\", 4, 10)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 6);\n\nexport default new SimpleMonster({\n\tid: 421,\n\tname: \"Rockslug\",\n\ttable: RockslugTable,\n\taliases: [\"rockslug\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst RogueTable = new LootTable()\n\t// Weaponry\n\t.add(\"Iron dagger(p)\", 1, 1 / 128)\n\n\t// Other\n\t.add(\"Coins\", [25, 40], 1 / 1.185)\n\t.add(\"Air rune\", 8, 1 / 16)\n\t.add(\"Jug of wine\", 1, 1 / 21.33)\n\t.add(\"Lockpick\", 1, 1 / 25.6)\n\t.tertiary(257_211, \"Rocky\");\n\nexport default new SimpleMonster({\n\tid: 526,\n\tname: \"Rogue\",\n\tpickpocketTable: RogueTable,\n\taliases: [\"rogue\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const RoosterTable = new LootTable({ limit: 4 })\n\t.every(\"Bones\")\n\t.every(\"Raw chicken\")\n\t.add(\"Feather\", 5, 2)\n\t.add(\"Feather\", 15, 1);\n\nexport default new SimpleMonster({\n\tid: 3663,\n\tname: \"Rooster\",\n\ttable: RoosterTable,\n\taliases: [\"rooster\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport RareDropTable from \"../../../subtables/RareDropTable\";\nimport UsefulHerbTable from \"../../../subtables/UsefulHerbTable\";\n\nconst RuneDragonTable = new LootTable()\n\t.every(\"Dragon bones\")\n\t.every(\"Runite bar\")\n\n\t/* Weapons and armour */\n\t.add(\"Rune platebody\", 1, 9)\n\t.add(\"Rune longsword\", 1, 8)\n\t.add(\"Rune mace\", 1, 7)\n\t.add(\"Rune scimitar\", 1, 7)\n\t.add(\"Rune warhammer\", 1, 7)\n\t.add(\"Rune platelegs\", 1, 6)\n\t.add(\"Dragon platelegs\", 1, 1)\n\t.add(\"Dragon plateskirt\", 1, 1)\n\t.add(\"Dragon med helm\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Rune arrow\", [30, 40], 8)\n\t.add(\"Wrath rune\", [30, 50], 8)\n\t.add(\"Chaos rune\", [75, 150], 7)\n\t.add(\"Death rune\", [50, 100], 7)\n\n\t/* Herbs */\n\t.add(UsefulHerbTable, 1, 8)\n\n\t/* Other */\n\t.add(\"Rune javelin heads\", [20, 30], 10)\n\t.add(\"Runite bolts (unf)\", [20, 30], 11)\n\t.add(\"Dragonstone\", 1, 7)\n\t.add(\"Runite ore\", [2, 5], 6)\n\t.add(\"Dragon javelin heads\", [30, 40], 5)\n\t.add(\"Dragon bolts (unf)\", [20, 40], 1)\n\t.add(\"Wrath talisman\", 1, 1)\n\n\t/* RDT */\n\t.add(RareDropTable, 1, 1)\n\n\t/* Tertiary */\n\t.tertiary(300, \"Clue scroll (elite)\")\n\t.tertiary(800, \"Dragon limbs\")\n\t.tertiary(5000, \"Dragon metal lump\")\n\t.tertiary(8000, \"Draconic visage\");\n\nexport default new SimpleMonster({\n\tid: 8031,\n\tname: \"Rune Dragon\",\n\ttable: RuneDragonTable,\n\taliases: [\"rune dragon\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport RareDropTable, { GemTable } from \"../../../subtables/RareDropTable\";\nimport RareSeedTable from \"../../../subtables/RareSeedTable\";\n\nconst ScarabMageTable = new LootTable({ limit: 128 })\n\t.every(\"Bones\")\n\n\t/* Weapons and armor */\n\t.add(\"Adamant kiteshield\", 1, 3)\n\t.add(\"Battlestaff\", 3, 2)\n\t.add(\"Rune dagger\", 1, 2)\n\t.add(\"Rune mace\", 1, 1)\n\t.add(\"Rune sq shield\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Adamant arrow\", 36, 4)\n\t.add(\"Blood rune\", 18, 4)\n\t.add(\"Fire rune\", 250, 2)\n\t.add(\"Cosmic rune\", 35, 2)\n\t.add(\"Lava rune\", 150, 2)\n\t.add(\"Rune arrow\", 18, 2)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 20)\n\n\t/* Seeds */\n\t.add(RareSeedTable, 1, 2)\n\n\t/* Materials */\n\t.add(\"Raw lobster\", 15, 7)\n\t.add(\"Coal\", 32, 6)\n\t.add(\"Raw bass\", 24, 4)\n\t.add(\"Uncut sapphire\", 4, 3)\n\t.add(\"Adamantite ore\", 14, 2)\n\t.add(\"Desert goat horn\", 6, 2)\n\t.add(\"Mithril bar\", 22, 2)\n\n\t/* Other */\n\t.add(\"Coins\", [2000, 3000], 32)\n\t.add(\"Bass\", 6, 4)\n\t.add(\"Waterskin(4)\", 1, 1)\n\t.add(\"Lobster\", 5, 1)\n\t.add(\"Marrentill tar\", 80, 1)\n\n\t/* RDT */\n\t.add(RareDropTable, 1, 1)\n\t.add(GemTable, 1, 15);\n\nexport default new SimpleMonster({\n\tid: 794,\n\tname: \"Scarab Mage\",\n\ttable: ScarabMageTable,\n\taliases: [\"scarab mage\", \"scarab\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const ScorpionTable = new LootTable()\n\t.tertiary(25, \"Ensouled scorpion head\")\n\t.tertiary(100, \"Clue scroll (beginner)\");\n\nexport default new SimpleMonster({\n\tid: 3024,\n\tname: \"Scorpion\",\n\ttable: ScorpionTable,\n\taliases: [\"scorpion\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst SeaSnakeHatchlingTable = new LootTable()\n\t.every(\"Bones\")\n\n\t/* Runes and ammunition */\n\t.add(\"Water rune\", 15, 2)\n\t.add(\"Mist rune\", 1, 2)\n\t.add(\"Broad arrows\", 4, 2)\n\n\t/* Coins */\n\t.add(\"Coins\", 44, 60)\n\t.add(\"Coins\", 32, 11)\n\t.add(\"Coins\", 24, 9)\n\t.add(\"Coins\", 23, 7)\n\n\t/* Other */\n\t.add(\"Adamant dart tip\", 2, 1)\n\t.add(\"Fishing bait\", 50, 4)\n\t.add(\"Pearl bolt tips\", 3, 4)\n\t.add(\"Raw bass\", 2, 4)\n\t.add(\"Water orb\", 1, 3)\n\t.add(\"Raw lobster\", 1, 2)\n\t.add(\"Seaweed\", 5, 2)\n\t.add(\"Edible seaweed\", 5, 2)\n\t.add(\"Oyster pearl\", 2, 1)\n\t.add(\"Oyster pearls\", 1, 1)\n\t.add(\"Casket\", 1, 1)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 1)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (medium)\");\n\nexport default new SimpleMonster({\n\tid: 1098,\n\tname: \"Sea Snake Hatchling\",\n\ttable: SeaSnakeHatchlingTable,\n\taliases: [\"sea snake hatchling\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst SeaSnakeYoungTable = new LootTable()\n\t.every(\"Big bones\")\n\n\t/* Runes and ammunition */\n\t.add(\"Water rune\", 15, 2)\n\t.add(\"Mist rune\", 1, 2)\n\t.add(\"Broad arrows\", 4, 2)\n\n\t/* Coins */\n\t.add(\"Coins\", 44, 41)\n\t.add(\"Coins\", 32, 11)\n\t.add(\"Coins\", 24, 9)\n\t.add(\"Coins\", 23, 7)\n\n\t/* Other */\n\t.add(\"Adamant dart tip\", 2, 10)\n\t.add(\"Fishing bait\", 50, 4)\n\t.add(\"Pearl bolt tips\", 3, 4)\n\t.add(\"Raw bass\", 2, 4)\n\t.add(\"Water orb\", 1, 3)\n\t.add(\"Raw lobster\", 1, 2)\n\t.add(\"Seaweed\", 5, 2)\n\t.add(\"Edible seaweed\", 5, 2)\n\t.add(\"Oyster pearl\", 2, 1)\n\t.add(\"Oyster pearls\", 1, 1)\n\t.add(\"Casket\", 1, 1)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 1)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (medium)\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(5013, \"Curved bone\");\n\nexport default new SimpleMonster({\n\tid: 1097,\n\tname: \"Sea Snake Young\",\n\ttable: SeaSnakeYoungTable,\n\taliases: [\"sea snake young\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const SeagullTable = new LootTable().every(\"Bones\");\n\nexport default new SimpleMonster({\n\tid: 1338,\n\tname: \"Seagull\",\n\ttable: SeagullTable,\n\taliases: [\"seagull\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const ShadeTable = new LootTable({ limit: 4 }).add(\"Shade robe top\", 1, 1).add(\"Shade robe\", 1, 1);\n\nexport default new SimpleMonster({\n\tid: 5633,\n\tname: \"Shade\",\n\ttable: ShadeTable,\n\taliases: [\"shade\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const ShadowSpiderTable = new LootTable().tertiary(128, \"Clue scroll (beginner)\");\n\nexport default new SimpleMonster({\n\tid: 3016,\n\tname: \"Shadow spider\",\n\ttable: ShadowSpiderTable,\n\taliases: [\"shadow spider\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst ShadowWarriorTable = new LootTable({ limit: 128 })\n\t/* Weapons and armour */\n\t.add(\"Adamant spear\", 1, 1)\n\t.add(\"Black dagger(p)\", 1, 1)\n\t.add(\"Black knife\", 1, 1)\n\t.add(\"Black longsword\", 1, 1)\n\t.add(\"Black robe\", 1, 1)\n\n\t/* Runes*/\n\t.add(\"Cosmic rune\", 3, 9)\n\t.add(\"Blood rune\", 2, 6)\n\t.add(\"Air rune\", 45, 4)\n\t.add(\"Death rune\", 2, 4)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 18)\n\n\t/* Other */\n\t.add(\"Coins\", 8, 47)\n\t.add(\"Mithril bar\", 1, 4)\n\t.add(\"Weapon poison\", 1, 1)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 8);\n\nexport default new SimpleMonster({\n\tid: 2853,\n\tname: \"Shadow warrior\",\n\ttable: ShadowWarriorTable,\n\taliases: [\"shadow warrior\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport RareDropTable from \"../../../subtables/RareDropTable\";\n\nconst SkeletalWyvernTable = new LootTable()\n\t.every(\"Wyvern bones\")\n\n\t/* Weapons and armour */\n\t.add(\"Earth battlestaff\", 1, 4)\n\t.add(\"Battlestaff\", 10, 3)\n\t.add(\"Rune axe\", 1, 3)\n\t.add(\"Rune battleaxe\", 1, 2)\n\t.add(\"Rune warhammer\", 1, 2)\n\t.add(\"Rune full helm\", 1, 2)\n\t.add(\"Rune kiteshield\", 1, 1)\n\t.oneIn(512, \"Granite legs\")\n\t.oneIn(512, \"Dragon platelegs\")\n\t.oneIn(512, \"Dragon plateskirt\")\n\n\t/* Runes and ammunition */\n\t.add(\"Air rune\", 225, 6)\n\t.add(\"Rune arrow\", 36, 5)\n\t.add(\"Water rune\", 150, 4)\n\t.add(\"Chaos rune\", 80, 4)\n\t.add(\"Law rune\", 45, 4)\n\t.add(\"Death rune\", 40, 4)\n\t.add(\"Blood rune\", 25, 4)\n\t.add(\"Adamant bolts\", [75, 99], 3)\n\t.add(\"Runite bolts\", [35, 44], 3)\n\t.add(\"Soul rune\", 20, 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 3, 7)\n\n\t/* Resources */\n\t.add(\"Pure essence\", 250, 8)\n\t.add(\"Magic logs\", 35, 6)\n\t.add(\"Adamantite bar\", 10, 6)\n\t.add(\"Iron ore\", 200, 3)\n\t.add(\"Uncut ruby\", 10, 2)\n\t.add(\"Uncut diamond\", 5, 2)\n\n\t/* Other */\n\t.add(\"Coins\", 300, 12)\n\t.add(\"Lobster\", 6, 8)\n\t.add(\"Prayer potion(4)\", 2, 7)\n\t.add(\"Unpowered orb\", 75, 2)\n\t.add(\"Runite crossbow (u)\", 1, 2)\n\t.add(\"Ranarr seed\", 3, 2)\n\t.add(\"Snapdragon seed\", 1, 2)\n\n\t/* RDT */\n\t.add(RareDropTable, 1, 3)\n\n\t/* Tertiary */\n\t.tertiary(350, \"Clue scroll (elite)\")\n\t.tertiary(10_000, \"Draconic visage\");\n\nexport default new SimpleMonster({\n\tid: 465,\n\tname: \"Skeletal Wyvern\",\n\ttable: SkeletalWyvernTable,\n\taliases: [\"skeletal wyvern\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nexport const SkeletonTable = new LootTable({ limit: 128 })\n\t.every(\"Bones\")\n\t.tertiary(5000, \"Skeleton champion scroll\")\n\t.tertiary(100, \"Clue scroll (beginner)\")\n\n\t/* Runes/Ammunition */\n\t.add(\"Bronze arrow\", 2, 7)\n\t.add(\"Bronze arrow\", 5, 4)\n\t.add(\"Iron arrow\", 1, 4)\n\t.add(\"Air rune\", 12, 2)\n\t.add(\"Earth rune\", 3, 2)\n\t.add(\"Fire rune\", 2, 2)\n\t.add(\"Chaos rune\", 3, 2)\n\t.add(\"Nature rune\", 3, 1)\n\t.add(\"Steel arrow\", 1, 1)\n\n\t.add(HerbDropTable, 1, 21)\n\n\t/* Other */\n\t.add(\"Coins\", 2, 18)\n\t.add(\"Coins\", 12, 15)\n\t.add(\"Coins\", 4, 7)\n\t.add(\"Coins\", 16, 4)\n\t.add(\"Coins\", 25, 4)\n\t.add(\"Coins\", 33, 4)\n\t.add(\"Coins\", 48, 1)\n\t.add(\"Iron dagger\", 1, 6)\n\t.add(\"Fire talisman\", 1, 2)\n\t.add(\"Grain\", 1, 1)\n\t.add(\"Iron ore\", 1, 1)\n\n\t.add(GemTable);\n\nexport default new SimpleMonster({\n\tid: 70,\n\tname: \"Skeleton\",\n\ttable: SkeletonTable,\n\taliases: [\"skeleton\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\nimport UncommonSeedDropTable from \"../../../subtables/UncommonSeedDropTable\";\n\nexport const SkeletonFremennikTable = new LootTable()\n\t.every(\"Bones\")\n\t.tertiary(5000, \"Skeleton champion scroll\")\n\n\t/* Weapons and armour */\n\t.add(\"Steel med helm\", 1, 6)\n\t.add(\"Steel sword\", 1, 4)\n\t.add(\"Black axe\", 1, 2)\n\t.add(\"Mithril scimitar\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Air rune\", 60, 3)\n\t.add(\"Chaos rune\", 9, 3)\n\t.add(\"Water rune\", 20, 3)\n\t.add(\"Law rune\", 2, 2)\n\t.add(\"Mithril arrow\", 8, 2)\n\t.add(\"Cosmic rune\", 4, 1)\n\n\t/* Seeds */\n\t.add(UncommonSeedDropTable, 1, 20)\n\n\t/* Coins */\n\t.add(\"Coins\", 80, 23)\n\t.add(\"Coins\", 20, 22)\n\t.add(\"Coins\", 50, 8)\n\t.add(\"Coins\", 90, 4)\n\t.add(\"Coins\", 185, 3)\n\t.add(\"Coins\", 200, 2)\n\n\t/* Other */\n\t.add(\"Mithril bar\", 1, 5)\n\n\t/* Gem drop table */\n\t.add(GemTable);\n\nexport default new SimpleMonster({\n\tid: 4498,\n\tname: \"Skeleton fremennik\",\n\ttable: SkeletonFremennikTable,\n\taliases: [\"skeleton fremennik\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nexport const SkeletonMageTable = new LootTable()\n\t.every(\"Ashes\")\n\n\t/* Weapons and armour */\n\t.add(\"Pink skirt\", 1, 2)\n\n\t/* Runes */\n\t.add(\"Mind rune\", [7, 9], 12)\n\t.add(\"Law rune\", [2, 3], 12)\n\t.add(\"Nature rune\", [1, 3], 11)\n\t.add(\"Chaos rune\", [3, 4], 10)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 12)\n\n\t/* Materials */\n\t.add(\"Uncut opal\", 1, 10)\n\t.add(\"Pot of flour\", 1, 10)\n\t.add(\"Iron bar\", [1, 2], 5)\n\n\t/* Other */\n\t.add(\"Coins\", [25, 54], 33)\n\t.add(\"Big bones\", [2, 4], 6)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 5)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (medium)\")\n\t.tertiary(5000, \"Skeleton champion scroll\");\n\nexport default new SimpleMonster({\n\tid: 4319,\n\tname: \"Skeleton Mage\",\n\ttable: SkeletonMageTable,\n\taliases: [\"skeleton mage\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const SkogreTable = new LootTable().every(\"Zogre bones\").every(\"Ogre coffin key\");\n\nexport default new SimpleMonster({\n\tid: 878,\n\tname: \"Skogre\",\n\ttable: SkogreTable,\n\taliases: [\"skogre\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport FixedAllotmentSeedTable from \"../../../subtables/FixedAllotmentSeedTable\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst HerbFireRuneTable = new LootTable().every(HerbDropTable).every(\"Fire rune\", 42);\nconst SeedWaterskinTable = new LootTable().every(FixedAllotmentSeedTable).every(\"Waterskin(0)\", 2);\n\nexport const SmallLizardTable = new LootTable()\n\t.every(\"Bones\")\n\t.oneIn(512, \"Mystic gloves (light)\")\n\n\t/* Runes */\n\t.add(\"Fire rune\", 5, 30)\n\t.add(\"Fire rune\", 42, 14)\n\t.add(\"Nature rune\", 5, 4)\n\n\t/* Herbs */\n\t.add(HerbFireRuneTable, 1, 10)\n\n\t/* Seeds */\n\t.add(SeedWaterskinTable, 1, 9)\n\n\t/* Ores and bars */\n\t.add(\"Iron ore\", 1, 22)\n\t.add(\"Coal\", 1, 13)\n\t.add(\"Tin ore\", 1, 4)\n\t.add(\"Copper ore\", 1, 3)\n\t.add(\"Silver ore\", 1, 3)\n\t.add(\"Silver bar\", 1, 2)\n\t.add(\"Mithril ore\")\n\n\t/* Other */\n\t.add(\"Kebab\", 1, 13)\n\t.add(\"Waterskin(0)\", 2, 13)\n\n\t/* Subtables */\n\t.add(GemTable, 1, 4)\n\t.add(GemTable, 2, 2);\n\nexport default new SimpleMonster({\n\tid: 463,\n\tname: \"Small Lizard\",\n\ttable: SmallLizardTable,\n\taliases: [\"small lizard\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport RareDropTable, { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst SmokeDevilHerbTable = new LootTable().add(HerbDropTable, 1, 2).add(HerbDropTable, 2, 1);\n\nexport const SmokeDevilPreTable = new LootTable({ limit: 128 })\n\t/* Weapons and armor */\n\t.add(\"Adamant battleaxe\", 1, 3)\n\t.add(\"Rune dagger\", 1, 3)\n\t.add(\"Air battlestaff\", 1, 3)\n\t.add(\"Black d'hide vambraces\", 1, 3)\n\t.add(\"Fire battlestaff\", 1, 3)\n\t.add(\"Mithril plateskirt\", 1, 2)\n\t.add(\"Rune full helm\", 1, 2)\n\t.add(\"Rune chainbody\", 1, 2)\n\t.add(\"Red d'hide body\", 1, 1)\n\t.oneIn(512, \"Occult necklace\")\n\t.oneIn(32_768, \"Dragon chainbody\")\n\n\t/* Runes and ammunition */\n\t.add(\"Smoke rune\", 15, 11)\n\t.add(\"Smoke rune\", 40, 5)\n\t.add(\"Runite bolts\", 15, 5)\n\t.add(\"Fire rune\", 37, 4)\n\t.add(\"Air rune\", 37, 4)\n\t.add(\"Soul rune\", 10, 4)\n\t.add(\"Fire rune\", 150, 2)\n\t.add(\"Rune arrow\", 24, 2)\n\n\t/* Herbs */\n\t.add(SmokeDevilHerbTable, 1, 18)\n\n\t/* Coins */\n\t.add(\"Coins\", 750, 12)\n\t.add(\"Coins\", 80, 7)\n\t.add(\"Coins\", 300, 3)\n\n\t/* Other */\n\t.add(\"Shark\", 1, 6)\n\t.add(\"Steel bar\", 2, 3)\n\t.add(\"Magic logs\", 5, 3)\n\t.add(\"Coal\", 15, 3)\n\t.add(\"Adamantite bar\", 1, 2)\n\t.add(\"Crossbow string\", 1, 2)\n\t.add(\"Ugthanki kebab\", 3, 2)\n\n\t/* RDT */\n\t.add(RareDropTable, 1, 4)\n\t.add(GemTable, 1, 4);\n\nconst SmokeDevilTable = new LootTable()\n\t.every(\"Ashes\")\n\t.every(SmokeDevilPreTable)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (hard)\")\n\t.tertiary(750, \"Clue scroll (elite)\");\n\nexport default new SimpleMonster({\n\tid: 498,\n\tname: \"Smoke Devil\",\n\ttable: SmokeDevilTable,\n\taliases: [\"smoke devil\", \"smokeys\", \"smokies\", \"smoke devils\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const SpiderTable = new LootTable().tertiary(128, \"Clue scroll (beginner)\");\n\nexport default new SimpleMonster({\n\tid: 3019,\n\tname: \"Spider\",\n\ttable: SpiderTable,\n\taliases: [\"spider\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst SpiritualMageTable = new LootTable()\n\n\t/* Armour */\n\t.add(\"Dragon boots\", 1, 1)\n\n\t/* Elemental runes */\n\t.add(\"Air rune\", 30, 9)\n\t.add(\"Water rune\", 15, 8)\n\t.add(\"Water rune\", 50, 7)\n\t.add(\"Air rune\", 50, 2)\n\t.add(\"Fire rune\", 65, 2)\n\n\t/* Combination runes */\n\t.add(\"Dust rune\", 15, 11)\n\t.add(\"Mud rune\", 20, 7)\n\t.add(\"Mist rune\", 20, 6)\n\n\t/* Catalytic runes */\n\t.add(\"Chaos rune\", 10, 18)\n\t.add(\"Astral rune\", 15, 9)\n\t.add(\"Death rune\", 15, 8)\n\t.add(\"Nature rune\", 25, 7)\n\t.add(\"Mind rune\", 50, 4)\n\t.add(\"Nature rune\", 18, 4)\n\t.add(\"Body rune\", 35, 3)\n\t.add(\"Law rune\", 15, 2)\n\t.add(\"Body rune\", 25, 2)\n\t.add(\"Blood rune\", 10, 2)\n\t.add(\"Chaos rune\", 25, 1)\n\n\t/* Other */\n\t.add(\"Pure essence\", 90, 6)\n\t.add(\"Antipoison(3)\", 5, 5)\n\n\t/* RDT */\n\t.add(GemTable, 1, 2)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (hard)\");\n\nexport default new SimpleMonster({\n\tid: 2212,\n\tname: \"Spiritual Mage\",\n\ttable: SpiritualMageTable,\n\taliases: [\"spiritual mage\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst SpiritualRangerTable = new LootTable({ limit: 128 })\n\n\t/* Weapons */\n\t.add(\"Oak shortbow\", 1, 5)\n\t.add(\"Maple longbow\", 1, 4)\n\t.add(\"Steel crossbow\", 1, 3)\n\t.add(\"Magic shortbow\", [1, 2], 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Iron arrow\", 12, 15)\n\t.add(\"Bronze arrow\", 16, 13)\n\t.add(\"Mithril arrow(p+)\", 1, 11)\n\t.add(\"Steel arrow\", 12, 4)\n\t.add(\"Body rune\", 12, 4)\n\t.add(\"Adamant arrow(p++)\", 3, 3)\n\t.add(\"Rune arrow\", 5, 2)\n\t.add(\"Adamant fire arrow\", 4, 2)\n\t.add(\"Bronze arrow(p+)\", 1, 1)\n\t.add(\"Adamant arrow\", 12, 1)\n\n\t/* Other */\n\t.add(\"Bow string\", 7, 18)\n\t.add(\"Iron arrowtips\", 5, 11)\n\t.add(\"Headless arrow\", 12, 10)\n\t.add(\"Adamant arrowtips\", 13, 9)\n\t.add(\"Oak longbow (u)\", 12, 9)\n\t.add(\"Broken arrow\", 1, 1)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (hard)\");\n\nexport default new SimpleMonster({\n\tid: 2211,\n\tname: \"Spiritual Ranger\",\n\ttable: SpiritualRangerTable,\n\taliases: [\"spiritual ranger\", \"spiritual creatures\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst SpiritualWarriorTable = new LootTable({ limit: 127 })\n\n\t/* Weapons */\n\t.add(\"Steel longsword\", 1, 15)\n\t.add(\"Mithril spear(p)\", 1, 9)\n\t.add(\"Iron scimitar\", 1, 8)\n\t.add(\"Mithril axe\", 1, 8)\n\t.add(\"Steel sword\", 1, 7)\n\t.add(\"Mithril mace\", 1, 7)\n\t.add(\"Black warhammer\", 1, 5)\n\t.add(\"Iron sword\", 1, 3)\n\t.add(\"Black dagger\", 1, 2)\n\t.add(\"Adamant battleaxe\", 1, 2)\n\t.add(\"Adamant 2h sword\", 1, 1)\n\t.add(\"Rune longsword\", 1, 1)\n\t.add(\"Rune halberd\", 1, 1)\n\n\t/* Armor */\n\t.add(\"Steel chainbody\", 1, 18)\n\t.add(\"Mithril platelegs\", 1, 11)\n\t.add(\"Leather gloves\", 1, 9)\n\t.add(\"Adamant full helm\", 1, 8)\n\t.add(\"Iron plateskirt\", 1, 4)\n\t.add(\"Black kiteshield\", 1, 3)\n\t.add(\"Rune kiteshield\", 1, 1)\n\n\t/* RDT */\n\t.add(GemTable, 1, 4)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (hard)\");\n\nexport default new SimpleMonster({\n\tid: 2210,\n\tname: \"Spiritual Warrior\",\n\ttable: SpiritualWarriorTable,\n\taliases: [\"spiritual warrior\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport RareDropTable, { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst SteelDragonTable = new LootTable({ limit: 128 })\n\t.every(\"Dragon bones\")\n\t.every(\"Steel bar\", 5)\n\n\t/* Weapons and armour */\n\t.add(\"Rune dart(p)\", 12, 7)\n\t.add(\"Rune mace\", 1, 4)\n\t.add(\"Rune knife\", 7, 3)\n\t.add(\"Adamant kiteshield\", 1, 2)\n\t.add(\"Rune axe\", 1, 2)\n\t.add(\"Rune full helm\", 1, 1)\n\t.oneIn(512, \"Dragon plateskirt\")\n\t.oneIn(512, \"Dragon platelegs\")\n\n\t/* Runes and ammunition */\n\t.add(\"Rune javelin\", 7, 20)\n\t.add(\"Blood rune\", 20, 19)\n\t.add(\"Runite bolts\", [2, 12], 6)\n\t.add(\"Soul rune\", 5, 5)\n\n\t/* Coins */\n\t.add(\"Coins\", 470, 17)\n\n\t/* Other */\n\t.add(\"Super attack(3)\", 1, 13)\n\t.add(\"Runite limbs\", 1, 8)\n\t.add(\"Dragon javelin heads\", 12, 5)\n\t.add(\"Runite bar\", 1, 3)\n\t.add(\"Super defence(2)\", 1, 3)\n\t.add(\"Curry\", 1, 1)\n\t.add(\"Curry\", 2, 1)\n\n\t/* RDT */\n\t.add(RareDropTable, 1, 4)\n\t.add(GemTable, 1, 4)\n\n\t/* Tertiary */\n\t.tertiary(64, \"Clue scroll (hard)\")\n\t.tertiary(500, \"Clue scroll (elite)\")\n\t.tertiary(10_000, \"Draconic visage\");\n\nexport default new SimpleMonster({\n\tid: 8086,\n\tname: \"Steel Dragon\",\n\ttable: SteelDragonTable,\n\taliases: [\"steel dragon\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport FixedAllotmentSeedTable from \"../../../subtables/FixedAllotmentSeedTable\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nexport const SulphurLizardTable = new LootTable()\n\t.every(\"Bones\")\n\t.oneIn(512, \"Mystic gloves (light)\")\n\t.tertiary(128, \"Clue scroll (medium)\")\n\n\t/* Runes */\n\t.add(\"Fire rune\", [10, 25], 26)\n\t.add(\"Fire rune\", [40, 60], 4)\n\t.add(\"Nature rune\", [5, 10], 4)\n\n\t/* Ores and bars */\n\t.add(\"Iron ore\", [5, 10], 22)\n\t.add(\"Coal\", [5, 10], 13)\n\t.add(\"Iron bar\", [6, 10], 4)\n\t.add(\"Steel bar\", [3, 5], 4)\n\t.add(\"Tin ore\", [10, 15], 4)\n\t.add(\"Copper ore\", [10, 15], 3)\n\t.add(\"Silver ore\", [5, 10], 3)\n\t.add(\"Silver bar\", [3, 5], 2)\n\t.add(\"Mithril ore\", [3, 5], 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 10)\n\n\t/* Seeds */\n\t.add(FixedAllotmentSeedTable, 1, 9)\n\n\t/* Other */\n\t.add(\"Rainbow fish\", 1, 13)\n\n\t/* Subtables */\n\t.add(GemTable, 1, 4)\n\t.add(GemTable, 2, 2);\n\nexport default new SimpleMonster({\n\tid: 8614,\n\tname: \"Sulphur Lizard\",\n\ttable: SulphurLizardTable,\n\taliases: [\"sulphur lizard\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst SuqahTable = new LootTable({ limit: 129 })\n\t.every(\"Big bones\")\n\t.every(\"Suqah hide\")\n\n\t/* Other */\n\t.add(\"Suqah tooth\", 1, 69)\n\t.add(\"Grimy guam leaf\", 1, 30)\n\t.add(\"Grimy marrentill\", 1, 25)\n\n\t/* RDT */\n\t.add(GemTable, 1, 5)\n\n\t/* Tertiary */\n\t.tertiary(129, \"Clue scroll (hard)\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(5013, \"Curved bone\");\n\nexport default new SimpleMonster({\n\tid: 787,\n\tname: \"Suqah\",\n\ttable: SuqahTable,\n\taliases: [\"suqah\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\nimport UncommonSeedDropTable from \"../../../subtables/UncommonSeedDropTable\";\n\nconst TatteredPageTable = new LootTable()\n\t.add(\"Tattered moon page\")\n\t.add(\"Tattered sun page\")\n\t.add(\"Tattered temple page\");\n\nexport const TempleSpiderTable = new LootTable()\n\t/* Tertiary */\n\t.tertiary(30, TatteredPageTable)\n\t.tertiary(100, \"Grubby key\")\n\t.tertiary(200, \"Clue scroll (hard)\")\n\n\t/* Weapons and armour */\n\t.add(\"Adamant longsword\", 1, 4)\n\t.add(\"Adamant med helm\", 1, 4)\n\t.add(\"Rune dagger\", 1, 1)\n\t.add(\"Rune med helm\", 1, 1)\n\n\t/* Runes */\n\t.add(\"Air rune\", [30, 50], 5)\n\t.add(\"Earth rune\", [30, 50], 5)\n\t.add(\"Fire rune\", [30, 50], 5)\n\t.add(\"Water rune\", [30, 50], 5)\n\t.add(\"Chaos rune\", [10, 15], 2)\n\t.add(\"Cosmic rune\", [10, 15], 2)\n\t.add(\"Death rune\", [10, 15], 2)\n\t.add(\"Nature rune\", [10, 15], 2)\n\t.add(\"Law rune\", 5, 1)\n\t.add(\"Soul rune\", 5, 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 15)\n\n\t/* Seeds */\n\t.add(UncommonSeedDropTable, 1, 6)\n\n\t/* Other */\n\t.add(\"Coins\", [400, 600], 17)\n\t.add(\"Red spiders' eggs\", [3, 5], 8)\n\t.add(\"Superantipoison(2)\", 1, 8)\n\t.add(\"Weapon poison(+)\", 1, 2)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 1);\n\nexport default new SimpleMonster({\n\tid: 8703,\n\tname: \"Temple Spider\",\n\ttable: TempleSpiderTable,\n\taliases: [\"temple spider\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const TerrorBirdTable = new LootTable().every(\"Bones\");\n\nexport default new SimpleMonster({\n\tid: 2064,\n\tname: \"Terrorbird\",\n\ttable: TerrorBirdTable,\n\taliases: [\"terrorbird\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst TerrorDogTable = new LootTable()\n\t.every(\"Big bones\")\n\n\t/* Weapons and armour */\n\t.add(\"Steel platelegs\", 1, 4)\n\t.add(\"Mithril axe\", 1, 3)\n\t.add(\"Steel battleaxe\", 1, 3)\n\t.add(\"Mithril spear\", 1, 2)\n\t.add(\"Adamant full helm\", 1, 1)\n\t.add(\"Granite helm\", 1, 1)\n\t.add(\"Mithril kiteshield\", 1, 1)\n\t.add(\"Rune dagger\", 1, 1)\n\n\t/* Runes*/\n\t.add(\"Water rune\", 75, 8)\n\t.add(\"Nature rune\", 15, 5)\n\t.add(\"Law rune\", 3, 3)\n\t.add(\"Fire rune\", 37, 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 15)\n\n\t/* Coins */\n\t.add(\"Coins\", 44, 29)\n\t.add(\"Coins\", 132, 25)\n\t.add(\"Coins\", 200, 10)\n\t.add(\"Coins\", 11, 5)\n\t.add(\"Coins\", 440, 1)\n\n\t/* Other */\n\t.add(\"Adamantite ore\", 1, 3)\n\t.add(\"Bass\", 1, 3)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 5)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (hard)\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(5013, \"Curved bone\");\n\nexport default new SimpleMonster({\n\tid: 6473,\n\tname: \"Terror dog\",\n\ttable: TerrorDogTable,\n\taliases: [\"terror dog\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport TreeHerbSeedTable from \"../../../subtables/TreeHerbSeedTable\";\n\nconst TormentedDemonUniqueTable = new LootTable().add(\"Tormented synapse\").add(\"Burning claw\");\n\nconst TormentedDemonHerbTable = new LootTable()\n\t.add(\"Grimy kwuarm\", 1, 10)\n\t.add(\"Grimy dwarf weed\", 1, 8)\n\t.add(\"Grimy cadantine\", 1, 8)\n\t.add(\"Grimy lantadyme\", 1, 6)\n\t.add(\"Grimy avantoe\", 1, 5)\n\t.add(\"Grimy ranarr weed\", 1, 4)\n\t.add(\"Grimy snapdragon\", 1, 4)\n\t.add(\"Grimy torstol\", 1, 3);\n\nconst TormentedDemonBowTable = new LootTable().add(\"Magic shortbow (u)\", 1, 29).add(\"Magic longbow (u)\", 1, 1);\n\nconst TormentedDemonTable = new LootTable()\n\t.every(\"Infernal ashes\")\n\t.oneIn(500, TormentedDemonUniqueTable)\n\n\t/* Weapons and Armour */\n\t.add(\"Rune platebody\", 1, 4)\n\t.add(\"Dragon dagger\", 1, 3)\n\t.add(\"Battlestaff\", 1, 3)\n\t.add(\"Rune kiteshield\", 1, 2)\n\n\t/* Runes and Ammunition */\n\t.add(\"Chaos rune\", [25, 100], 4)\n\t.add(\"Rune arrow\", [65, 125], 4)\n\t.add(\"Soul rune\", [50, 75], 2)\n\n\t/* Consumables */\n\t.add(\"Manta ray\", [1, 2], 4)\n\t.add(\"Prayer potion(4)\", 1, 1)\n\t.add(\"Prayer potion(2)\", 2, 1)\n\t.add(new LootTable(), 1, 5) //Smouldering drops\n\n\t/* Other */\n\t.add(TormentedDemonBowTable, 1, 6)\n\t.add(\"Malicious ashes\", [2, 3], 2)\n\t.add(\"Fire orb\", [5, 7], 2)\n\t.add(\"Dragon arrowtips\", [30, 40], 1)\n\n\t.add(TormentedDemonHerbTable, 1, 6)\n\t.add(TreeHerbSeedTable, 1, 1)\n\n\t.tertiary(12, \"Guthixian temple teleport\", 2)\n\t.tertiary(128, \"Clue scroll (elite)\");\n\nexport default new SimpleMonster({\n\tid: 13600,\n\tname: \"Tormented Demon\",\n\ttable: TormentedDemonTable,\n\taliases: [\"tormented demon\", \"td\", \"tds\", \"torm\", \"torm demon\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport RareDropTable from \"../../../subtables/RareDropTable\";\nimport TreeHerbSeedTable from \"../../../subtables/TreeHerbSeedTable\";\n\nconst UniqueTable = new LootTable()\n\t.add(\"Zenyte shard\", 1, 5)\n\t.add(\"Ballista limbs\", 1, 3)\n\t.add(\"Ballista spring\", 1, 3)\n\t.add(\"Light frame\", 1, 2)\n\t.add(\"Heavy frame\", 1, 1)\n\t.add(\"Monkey tail\", 1, 1);\n\nconst TorturedGorillaTable = new LootTable()\n\t.every(\"Big bones\")\n\t.oneIn(1000, UniqueTable)\n\n\t// Todo: Check in future for updated loot chances.\n\t/* Weapons and armor */\n\t.add(\"Rune med helm\", 1, 8)\n\t.add(\"Rune scimitar\", 1, 8)\n\n\t/* Runes and ammunition */\n\t.add(\"Adamant bolts\", 1, 36)\n\t.add(\"Earth rune\", [418, 599], 10)\n\t.add(\"Law rune\", [50, 75], 35)\n\t.add(\"Death rune\", [50, 75], 35)\n\n\t/* Herbs */\n\t.add(\"Grimy cadantine\", 1, 8)\n\t.add(\"Grimy kwuarm\", 1, 8)\n\t.add(\"Grimy dwarf weed\", 1, 8)\n\n\t/* Seeds */\n\t.add(TreeHerbSeedTable, 1, 25)\n\n\t/* Materials */\n\t.add(\"Javelin shaft\", [100, 299], 10)\n\t.add(\"Adamantite bar\", [1, 2], 5)\n\t.add(\"Ruby\", [2, 3], 5)\n\t.add(\"Rune javelin heads\", [45, 55], 5)\n\t.add(\"Dragon javelin heads\", [27, 33], 5)\n\n\t/* Other */\n\t.add(\"Coins\", [1171, 1969], 30)\n\t.add(\"Shark\", 1, 5)\n\t.add(\"Prayer potion(1)\", 1, 5)\n\n\t/* RDT */\n\t.add(RareDropTable, 1, 5)\n\n\t/* Tertiary */\n\t.tertiary(300, \"Clue scroll (hard)\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(1500, \"Clue scroll (elite)\")\n\t.tertiary(5013, \"Curved bone\");\n\nexport default new SimpleMonster({\n\tid: 7097,\n\tname: \"Tortured Gorilla\",\n\ttable: TorturedGorillaTable,\n\taliases: [\"tortured gorilla\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport UncommonSeedDropTable from \"../../../subtables/UncommonSeedDropTable\";\n\nexport const TorturedSoulTable = new LootTable({ limit: 128 })\n\n\t/* Runes */\n\t.add(\"Body rune\", 7, 7)\n\t.add(\"Water rune\", 6, 6)\n\t.add(\"Law rune\", 2, 3)\n\n\t/* Herbs */\n\t.add(\"Grimy harralander\", 1, 5)\n\t.add(\"Grimy tarromin\", 1, 3)\n\t.add(\"Grimy marrentill\", 1, 2)\n\t.add(\"Grimy guam leaf\", 1, 1)\n\t.add(\"Grimy ranarr weed\", 1, 1)\n\n\t/* Coins */\n\t.add(\"Coins\", 3, 30)\n\t.add(\"Coins\", 2, 21)\n\t.add(\"Coins\", 6, 3)\n\t.add(\"Coins\", 5, 3)\n\t.add(\"Coins\", 2, 2)\n\t.add(\"Coins\", 12, 1)\n\n\t/* Other */\n\t.add(\"Limpwurt root\", 1, 3)\n\t.add(\"Vial of water\", 1, 1)\n\n\t/* Subtable */\n\t.add(UncommonSeedDropTable, 1, 20);\n\nexport default new SimpleMonster({\n\tid: 2999,\n\tname: \"Tortured soul\",\n\ttable: TorturedSoulTable,\n\taliases: [\"tortured soul\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst TrollGeneralTable = new LootTable()\n\t.every(\"Big bones\")\n\n\t/* Weapons and armour */\n\t.add(\"Steel platebody\", 1, 4)\n\t.add(\"Black warhammer\", 1, 3)\n\t.add(\"Steel warhammer\", 1, 3)\n\t.add(\"Adamant axe\", 1, 2)\n\t.add(\"Adamant sq shield\", 1, 1)\n\t.add(\"Granite shield\", 1, 1)\n\t.add(\"Mithril platebody\", 1, 1)\n\t.add(\"Rune warhammer\", 1, 1)\n\n\t/* Runes */\n\t.add(\"Earth rune\", 80, 8)\n\t.add(\"Nature rune\", 16, 5)\n\t.add(\"Law rune\", 4, 3)\n\t.add(\"Earth rune\", 65, 1)\n\t.add(\"Earth rune\", 25, 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 15)\n\n\t/* Coins */\n\t.add(\"Coins\", 40, 29)\n\t.add(\"Coins\", 135, 25)\n\t.add(\"Coins\", 190, 10)\n\t.add(\"Coins\", 20, 4)\n\t.add(\"Coins\", 420, 1)\n\n\t/* Other */\n\t.add(\"Coal\", 6, 3)\n\t.add(\"Raw tuna\", 4, 2)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 5)\n\n\t/* Tertiary */\n\t.tertiary(28, \"Ensouled troll head\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(5013, \"Curved bone\");\n\nexport default new SimpleMonster({\n\tid: 4120,\n\tname: \"Troll general\",\n\ttable: TrollGeneralTable,\n\taliases: [\"troll general\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\nimport RareSeedTable from \"../../../subtables/RareSeedTable\";\n\nconst TurothHerbTable = new LootTable().add(HerbDropTable, 1, 15).add(HerbDropTable, 2, 10).add(HerbDropTable, 3, 6);\n\nexport const TurothPreTable = new LootTable({ limit: 128 })\n\t/* Weapons and armour */\n\t.add(\"Steel platelegs\", 1, 7)\n\t.add(\"Mithril axe\", 1, 3)\n\t.add(\"Mithril kiteshield\", 1, 1)\n\t.add(\"Adamant full helm\", 1, 1)\n\t.add(\"Rune dagger\", 1, 1)\n\t.oneIn(500, \"Leaf-bladed sword\")\n\t.oneIn(512, \"Mystic robe bottom (light)\")\n\n\t/* Runes */\n\t.add(\"Law rune\", 3, 6)\n\t.add(\"Nature rune\", 15, 5)\n\t.add(\"Nature rune\", 37, 1)\n\n\t/* Herbs */\n\t.add(TurothHerbTable, 1, 31)\n\n\t/* Seeds */\n\t.add(RareSeedTable, 1, 18)\n\n\t/* Materials */\n\t.add(\"Limpwurt root\", 1, 7)\n\n\t/* Other */\n\t.add(\"Coins\", 44, 29)\n\t.add(\"Coins\", 132, 12)\n\t.add(\"Coins\", 440, 1)\n\n\t/* RDT */\n\t.add(GemTable, 1, 5);\n\nconst TurothTable = new LootTable()\n\t.every(\"Bones\")\n\t.every(TurothPreTable)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (hard)\");\n\nexport default new SimpleMonster({\n\tid: 426,\n\tname: \"Turoth\",\n\ttable: TurothTable,\n\taliases: [\"turoth\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\nimport RareSeedTable from \"../../../subtables/RareSeedTable\";\n\nexport const TwistedBansheePreTable = new LootTable()\n\t/* Weapons and armour */\n\t.add(\"Battlestaff\", 1, 10)\n\t.add(\"Air battlestaff\", 1, 4)\n\t.add(\"Adamant mace\", 1, 4)\n\t.add(\"Rune dagger\", 1, 4)\n\t.add(\"Rune med helm\", 1, 4)\n\t.add(\"Adamant kiteshield\", 1, 2)\n\t.add(\"Rune full helm\", 1, 2)\n\t.add(\"Mystic gloves (dark)\", 1, 1)\n\n\t/* Runes */\n\t.add(\"Cosmic rune\", 20, 6)\n\t.add(\"Air rune\", 30, 5)\n\t.add(\"Chaos rune\", 30, 4)\n\t.add(\"Chaos rune\", 17, 2)\n\t.add(\"Fire rune\", 35, 2)\n\n\t/* Materials */\n\t.add(\"Pure essence\", 65, 42)\n\t.add(\"Eye of newt\", 1, 2)\n\t.add(\"Mithril ore\", 1, 2)\n\n\t/* Coins */\n\t.add(\"Coins\", 130, 18)\n\t.add(\"Coins\", 35, 14)\n\t.add(\"Coins\", 260, 14)\n\n\t/* Other */\n\t.add(\"Swordfish\", 1, 10)\n\n\t/* Subtables */\n\t.add(HerbDropTable, 1, 68)\n\t.add(RareSeedTable, 1, 26)\n\t.add(GemTable, 1, 4);\n\nconst TwistedBansheeTable = new LootTable()\n\t.every(TwistedBansheePreTable)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (hard)\", 1);\n\nexport default new SimpleMonster({\n\tid: 7272,\n\tname: \"Twisted Banshee\",\n\ttable: TwistedBansheeTable,\n\taliases: [\"twisted banshee\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst TzHaarHurTable = new LootTable({ limit: 195 })\n\t.add(\"Tokkul\", [3, 7], 182)\n\t.add(\"Uncut sapphire\", 1, 5)\n\t.add(\"Uncut emerald\", 1, 4)\n\t.add(\"Uncut ruby\", 1, 3)\n\t.add(\"Uncut diamond\", 1, 1)\n\t.tertiary(176_743, \"Rocky\");\n\nexport default new SimpleMonster({\n\tid: 2161,\n\tname: \"TzHaar-Hur\",\n\tpickpocketTable: TzHaarHurTable,\n\taliases: [\"tzhaarhur\", \"tzhaar hur\", \"tzhaar-hur\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst OnyxBoltTipTable = new LootTable().add(\"Onyx bolt tips\", [1, 4], 1).add(\"Onyx bolt tips\", 20, 1);\n\nconst TzHaarKetTable = new LootTable()\n\t/* Weapons and armour */\n\t.oneIn(512, \"Tzhaar-ket-om\")\n\t.oneIn(512, \"Toktz-ket-xil\")\n\t.oneIn(512, \"Obsidian cape\")\n\t.oneIn(2000, \"Obsidian helmet\")\n\t.oneIn(2000, \"Obsidian platebody\")\n\t.oneIn(2000, \"Obsidian platelegs\")\n\n\t/* Materials */\n\t.add(\"Uncut sapphire\", 1, 4)\n\t.add(\"Uncut emerald\", 1, 3)\n\t.add(\"Uncut ruby\", 1, 3)\n\t.add(\"Uncut diamond\", 1, 1)\n\t.add(OnyxBoltTipTable, 1, 1)\n\n\t/* Other */\n\t.add(\"Tokkul\", [1, 103], 15)\n\n\t/* Tertiary */\n\t.tertiary(35, \"Ensouled tzhaar head\");\n\nexport default new SimpleMonster({\n\tid: 2173,\n\tname: \"TzHaar-Ket\",\n\ttable: TzHaarKetTable,\n\taliases: [\"tzhaar-ket\", \"tzhaar\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst TzHaarMejTable = new LootTable()\n\t.oneIn(4096, \"Toktz-mej-tal\")\n\t.oneIn(4096, \"Obsidian cape\")\n\t.add(\"Tokkul\", [1, 71], 10)\n\t.add(\"Earth rune\", 25)\n\t.add(\"Fire rune\", 25)\n\t.add(\"Air rune\", 25)\n\t.add(\"Chaos rune\", 5)\n\t.add(\"Nature rune\", 2)\n\t.add(\"Death rune\", 2)\n\t.add(\"Uncut diamond\", 1);\n\nexport const TzHaarMej = new SimpleMonster({\n\tid: 2154,\n\tname: \"TzHaar-Mej\",\n\ttable: TzHaarMejTable,\n\taliases: [\"tzhaar-mej\", \"mej\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst TzHaarXilTable = new LootTable()\n\t.oneIn(512, \"Toktz-xil-ul\", [9, 29])\n\t.oneIn(512, \"Toktz-xil-ak\")\n\t.oneIn(512, \"Toktz-xil-ek\")\n\t.oneIn(512, \"Obsidian cape\")\n\t.add(\"Tokkul\", [1, 59], 10)\n\t.add(\"Uncut sapphire\", 2)\n\t.add(\"Uncut emerald\", 2)\n\t.add(\"Uncut ruby\", 2)\n\t.add(\"Uncut diamond\");\n\nexport const TzHaarXil = new SimpleMonster({\n\tid: 2168,\n\tname: \"TzHaar-Xil\",\n\ttable: TzHaarXilTable,\n\taliases: [\"tzhaar-xil\", \"xil\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const UndeadChickenTable = new LootTable({ limit: 4 })\n\t.every(\"Bones\")\n\t.every(\"Raw chicken\")\n\t.add(\"Feather\", 5, 2)\n\t.add(\"Feather\", 15, 1);\n\nexport default new SimpleMonster({\n\tid: 2993,\n\tname: \"Undead chicken\",\n\ttable: UndeadChickenTable,\n\taliases: [\"undead chicken\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const UndeadCowTable = new LootTable().every(\"Bones\").every(\"Cowhide\").every(4287);\n\nexport default new SimpleMonster({\n\tid: 2992,\n\tname: \"Undead cow\",\n\ttable: UndeadCowTable,\n\taliases: [\"undead cow\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\nimport UncommonSeedDropTable from \"../../../subtables/UncommonSeedDropTable\";\n\nconst TatteredPageTable = new LootTable()\n\t.add(\"Tattered moon page\")\n\t.add(\"Tattered sun page\")\n\t.add(\"Tattered temple page\");\n\nconst HerbHerbDropTable = new LootTable().add(HerbDropTable, 1, 1).add(HerbDropTable, 2, 1).add(HerbDropTable, 3, 1);\n\nexport const UndeadDruidTable = new LootTable()\n\t.every(\"Bones\")\n\n\t/* Tertiary */\n\t.tertiary(30, TatteredPageTable)\n\t.tertiary(75, \"Grubby key\")\n\t.tertiary(100, \"Clue scroll (hard)\")\n\t.tertiary(5000, \"Zombie champion scroll\")\n\n\t/* Weapons and armour */\n\t.add(\"Air battlestaff\", 1, 2)\n\t.add(\"Earth battlestaff\", 1, 2)\n\t.oneIn(1000, \"Mask of ranul\")\n\n\t/* Runes */\n\t.add(\"Air rune\", [200, 300], 5)\n\t.add(\"Earth rune\", [200, 300], 5)\n\t.add(\"Blood rune\", [20, 30], 3)\n\t.add(\"Chaos rune\", [50, 80], 3)\n\t.add(\"Cosmic rune\", [20, 30], 3)\n\t.add(\"Death rune\", [20, 30], 3)\n\t.add(\"Nature rune\", [20, 30], 3)\n\t.add(\"Mud rune\", [30, 70], 3)\n\t.add(\"Law rune\", [10, 20], 2)\n\n\t/* Herbs */\n\t.add(HerbHerbDropTable, 1, 22)\n\n\t/* Seeds */\n\t.add(UncommonSeedDropTable, 1, 12)\n\n\t/* Materials */\n\t.add(\"Eye of newt\", [25, 30], 2)\n\t.add(\"Potato cactus\", [10, 15], 2)\n\t.add(\"White berries\", [10, 15], 2)\n\t.add(\"Wine of zamorak\", [5, 8], 2)\n\n\t/* Other */\n\t.add(\"Coins\", [1000, 5000], 6)\n\t.add(\"Amulet of defence\", 1, 5)\n\t.add(\"Amulet of magic\", 1, 5)\n\t.add(\"Amulet of strength\", 1, 5)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 1);\n\nexport default new SimpleMonster({\n\tid: 2145,\n\tname: \"Undead Druid\",\n\ttable: UndeadDruidTable,\n\taliases: [\"undead druid\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst ScrollTable = new LootTable().add(\"Skeleton champion scroll\").add(\"Zombie champion scroll\");\n\nexport const UndeadOneTable = new LootTable().every(\"Bones\").tertiary(5000, ScrollTable);\n\nexport default new SimpleMonster({\n\tid: 5342,\n\tname: \"Undead one\",\n\ttable: UndeadOneTable,\n\taliases: [\"undead one\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const UnicornTable = new LootTable().every(\"Bones\").every(\"Unicorn horn\").tertiary(35, \"Ensouled unicorn head\");\n\nexport default new SimpleMonster({\n\tid: 2837,\n\tname: \"Unicorn\",\n\ttable: UnicornTable,\n\taliases: [\"unicorn\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const UriumShadeTable = new LootTable().every(\"Urium remains\");\n\nexport default new SimpleMonster({\n\tid: 10_589,\n\tname: \"Urium Shade\",\n\ttable: UriumShadeTable,\n\taliases: [\"urium shade\", \"urium\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const VampyreJuvinateTable = new LootTable()\n\t/* Weapons */\n\t.add(\"Black battleaxe\", 1, 2)\n\t.add(\"Mithril battleaxe\", 1, 2)\n\t.add(\"Mithril scimitar\", 1, 2)\n\t.add(\"Mithril longsword\", 1, 2)\n\t.add(\"Adamant axe\", 1, 2)\n\t.add(\"Staff of air\", 1, 1)\n\t.add(\"Staff of fire\", 1, 1)\n\t.add(\"Black spear\", 1, 1)\n\t.add(\"Black 2h sword\", 1, 1)\n\t.add(\"Mithril 2h sword\", 1, 1)\n\t.add(\"Mithril warhammer\", 1, 1)\n\t.add(\"Adamant sword\", 1, 1)\n\t.add(\"Adamant mace\", 1, 1)\n\t.add(\"Adamant scimitar\", 1, 1)\n\n\t/* Armour */\n\t.add(\"Steel plateskirt\", 1, 4)\n\t.add(\"Steel platebody\", 1, 4)\n\t.add(\"Black full helm\", 1, 2)\n\t.add(\"Black kiteshield\", 1, 2)\n\t.add(\"Black sq shield\", 1, 2)\n\t.add(\"Mithril full helm\", 1, 2)\n\t.add(\"Mithril chainbody\", 1, 2)\n\t.add(\"Black chainbody\", 1, 1)\n\t.add(\"Black platelegs\", 1, 1)\n\t.add(\"Mithril platelegs\", 1, 1)\n\t.add(\"Mithril sq shield\", 1, 1)\n\t.add(\"Adamant med helm\", 1, 1)\n\n\t/* Runes */\n\t.add(\"Nature rune\", 10, 1)\n\t.add(\"Death rune\", 10, 1)\n\n\t/* Materials */\n\t.add(\"Willow logs\", 5, 2)\n\t.add(\"Yew logs\", 5, 2)\n\t.add(\"Ruby ring\", 1, 2)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (medium)\");\n\nexport default new SimpleMonster({\n\tid: 3694,\n\tname: \"Vampyre Juvinate\",\n\ttable: VampyreJuvinateTable,\n\taliases: [\"vampyre juvinate\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst VyreTable = new LootTable({ limit: 132 })\n\t.add(\"Coins\", [250, 315], 109)\n\t.add(\"Death rune\", 2, 8)\n\t.add(\"Blood pint\", 1, 6)\n\t.add(\"Uncut ruby\", 1, 5)\n\t.add(\"Blood rune\", 4, 2)\n\t.add(\"Diamond\")\n\t.add(\"Cooked mystery meat\")\n\t.oneIn(5000, \"Blood shard\")\n\t.tertiary(99_175, \"Rocky\");\n\nexport default new SimpleMonster({\n\tid: 9710,\n\tname: \"Vyre\",\n\tpickpocketTable: VyreTable,\n\taliases: [\"vyre\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport RareDropTable from \"../../../subtables/RareDropTable\";\n\nexport const VyrewatchTable = new LootTable()\n\t.every(\"Vampyre dust\")\n\t/* Weapons and armour */\n\t.add(\"Rune dagger\", 1, 8)\n\t.add(\"Adamant platelegs\", 1, 8)\n\t.add(\"Adamant platebody\", 1, 8)\n\t.add(\"Rune platelegs\", 1, 4)\n\t.add(\"Mithril axe\", 1, 4)\n\t.add(\"Rune full helm\", 1, 2)\n\n\t/* Runes and ammunition */\n\t.add(\"Earth rune\", [4, 12], 8)\n\t.add(\"Death rune\", [4, 12], 4)\n\t.add(\"Chaos rune\", [7, 25], 4)\n\t.add(\"Adamant arrow\", [8, 16], 4)\n\t.add(\"Rune javelin\", [9, 15], 2)\n\n\t/* Herbs */\n\t.add(\"Grimy marrentill\", 1, 2)\n\t.add(\"Grimy harralander\", 1, 2)\n\t.add(\"Grimy guam leaf\", 1, 2)\n\t.add(\"Grimy avantoe\", 1, 2)\n\n\t/* Seeds */\n\t.add(\"Cabbage seed\", 4, 4)\n\t.add(\"Potato seed\", 4, 4)\n\t.add(\"Mushroom spore\", 1, 4)\n\t.add(\"Marigold seed\", 1, 2)\n\t.add(\"Tarromin seed\", 1, 2)\n\t.add(\"Torstol seed\", 1, 1)\n\t.add(\"Asgarnian seed\", 3, 1)\n\t.add(\"Snapdragon seed\", 1, 1)\n\n\t/* Materials */\n\t.add(\"Adamantite ore\", 1, 4)\n\t.add(\"Coal\", 6, 4)\n\t.add(\"Runite bar\", 1, 4)\n\t.add(\"Mort myre fungus\", 2, 4)\n\t.add(\"Yew logs\", 4, 3)\n\t.add(\"Bark\", [6, 10], 3)\n\t.add(\"Black axe\", 1, 3)\n\t.add(\"Opal bolt tips\", [4, 7], 2)\n\t.add(\"Pearl bolt tips\", [5, 10], 2)\n\t.add(\"Emerald bolt tips\", 6, 2)\n\t.add(\"Onyx bolt tips\", [4, 10], 2)\n\t.add(\"Ruby bolt tips\", 9, 2)\n\t.add(\"Amethyst bolt tips\", 10, 2)\n\t.add(\"Diamond bolt tips\", [4, 6], 2)\n\t.add(\"Dragonstone bolt tips\", 5, 2)\n\n\t/* Coins */\n\t.add(\"Coins\", [244, 1000], 24)\n\n\t/* Rare drop table */\n\t.add(RareDropTable, 1, 1)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (hard)\");\n\nexport default new SimpleMonster({\n\tid: 3717,\n\tname: \"Vyrewatch\",\n\ttable: VyrewatchTable,\n\taliases: [\"vyrewatch\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport RareDropTable from \"../../../subtables/RareDropTable\";\nimport UncommonSeedDropTable from \"../../../subtables/UncommonSeedDropTable\";\n\nexport const VyrewatchSentinelTable = new LootTable()\n\t.every(\"Vampyre dust\")\n\n\t/* Unique */\n\t.oneIn(1500, \"Blood shard\")\n\n\t/* Weapons and armour */\n\t.add(\"Rune dagger\", 1, 6)\n\t.add(\"Adamant platelegs\", 1, 6)\n\t.add(\"Adamant platebody\", 1, 4)\n\t.add(\"Rune full helm\", 1, 1)\n\t.add(\"Rune kiteshield\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Death rune\", [6, 10], 10)\n\t.add(\"Blood rune\", [8, 16], 10)\n\t.add(\"Nature rune\", [6, 11], 10)\n\t.add(\"Rune arrow\", [4, 10], 4)\n\t.add(\"Rune javelin\", [5, 15], 2)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 1)\n\n\t/* Seeds */\n\t.add(UncommonSeedDropTable, 1, 1)\n\n\t/* Bolt tips */\n\t.oneIn(589, \"Opal bolt tips\", [6, 14])\n\t.oneIn(589, \"Pearl bolt tips\", [6, 14])\n\t.oneIn(589, \"Diamond bolt tips\", [6, 14])\n\t.oneIn(883, \"Emerald bolt tips\", [6, 14])\n\t.oneIn(883, \"Ruby bolt tips\", [6, 14])\n\t.oneIn(884, \"Dragonstone bolt tips\", [6, 14])\n\t.oneIn(1767, \"Jade bolt tips\", [6, 14])\n\t.oneIn(1767, \"Topaz bolt tips\", [6, 14])\n\t.oneIn(1767, \"Sapphire bolt tips\", [6, 14])\n\t.oneIn(1767, \"Onyx bolt tips\", [6, 14])\n\n\t/* Materials */\n\t.add(\"Bark\", [4, 8], 4)\n\t.add(\"Coal\", 8, 4)\n\t.add(\"Runite bar\", 1, 2)\n\t.add(\"Yew logs\", 6, 2)\n\t.add(\"Runite ore\", 1, 2)\n\n\t/* Coins */\n\t.add(\"Coins\", [100, 1000], 21)\n\n\t/* Rare drop table */\n\t.add(RareDropTable, 1, 1)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (hard)\");\n\nexport default new SimpleMonster({\n\tid: 9756,\n\tname: \"Vyrewatch Sentinel\",\n\ttable: VyrewatchSentinelTable,\n\taliases: [\"vyrewatch sentinel\", \"bat people\", \"bat person\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const WallBeastTable = new LootTable()\n\t/* Runes */\n\t.add(\"Air rune\", 3, 8)\n\t.add(\"Cosmic rune\", 2, 2)\n\t.add(\"Chaos rune\", [3, 7], 2)\n\n\t/* Weapons and armour */\n\t.add(\"Bronze med helm\", 1, 8)\n\t.add(\"Bronze full helm\", 1, 8)\n\t.add(\"Iron med helm\", 1, 8)\n\t.add(\"Steel med helm\", 1, 8)\n\t.add(\"Steel full helm\", 1, 8)\n\t.add(\"Black full helm\", 1, 4)\n\t.add(\"Mithril med helm\", 1, 4)\n\t.add(\"Mithril full helm\", 1, 4)\n\t.add(\"Adamant med helm\", 1, 4)\n\t.oneIn(512, \"Mystic hat (light)\")\n\n\t/* Herbs */\n\t.add(\"Grimy guam leaf\", 1, 8)\n\n\t/* Other */\n\t.add(\"Coins\", 15, 24)\n\t.add(\"Tinderbox\", 1, 8)\n\t.add(\"Lantern lens\", 1, 8)\n\t.add(\"Unlit torch\", 1, 8)\n\t.add(\"Eye of newt\", 1, 4)\n\t.add(\"Bullseye lantern (unf)\", 1, 1)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (medium)\");\n\nexport default new SimpleMonster({\n\tid: 476,\n\tname: \"Wall beast\",\n\ttable: WallBeastTable,\n\taliases: [\"wall beast\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nexport const WarpedJellyPreTable = new LootTable()\n\t/* Weapons and armour */\n\t.add(\"Adamant battleaxe\", 1, 11)\n\t.add(\"Black 2h sword\", 1, 5)\n\t.add(\"Adamant axe\", 1, 3)\n\t.add(\"Adamant 2h sword\", 1, 2)\n\t.add(\"Mithril boots\", 1, 2)\n\t.add(\"Rune kiteshield\", 1, 2)\n\t.add(\"Rune full helm\", 1, 1)\n\n\t/* Runes */\n\t.add(\"Chaos rune\", 45, 5)\n\t.add(\"Death rune\", 15, 3)\n\n\t/* Coins */\n\t.add(\"Coins\", 44, 27)\n\t.add(\"Coins\", 102, 27)\n\t.add(\"Coins\", 220, 9)\n\t.add(\"Coins\", 11, 6)\n\t.add(\"Coins\", 460, 2)\n\n\t/* Other */\n\t.add(\"Lobster\", 2, 16)\n\t.add(\"Gold bar\", 1, 2)\n\t.add(\"Thread\", 10, 1)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 4);\n\nconst WarpedJellyTable = new LootTable()\n\t.every(WarpedJellyPreTable)\n\n\t/* Tertiary */\n\t.tertiary(64, \"Clue scroll (hard)\");\n\nexport default new SimpleMonster({\n\tid: 7277,\n\tname: \"Warped Jelly\",\n\ttable: WarpedJellyTable,\n\taliases: [\"warped jelly\", \"mouldy jelly\", \"moldy jello\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport default new SimpleMonster({\n\tid: 3260,\n\tname: \"Warrior woman\",\n\tpickpocketTable: new LootTable().add(\"Coins\", 18).tertiary(257_211, \"Rocky\"),\n\taliases: [\"warrior woman\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\nimport RareSeedTable from \"../../../subtables/RareSeedTable\";\n\nconst WaterfiendTable = new LootTable()\n\t.every(\"Water rune\")\n\t.every(\"Fiendish ashes\")\n\n\t/* Pre-roll */\n\t.oneIn(3000, \"Mist battlestaff\")\n\n\t/* Weapons and armour */\n\t.add(\"Staff of water\", 1, 6)\n\t.add(\"Water battlestaff\", 1, 4)\n\t.add(\"Adamant chainbody\", 1, 2)\n\t.add(\"Adamant warhammer\", 1, 2)\n\t.add(\"Rune med helm\", 1, 2)\n\t.add(\"Mystic water staff\", 1, 1)\n\t.add(\"Blue d'hide vambraces\", 1, 1)\n\t.add(\"Rune full helm\", 1, 1)\n\n\t/* Runes and ammunition */\n\t.add(\"Mithril arrow\", 90, 10)\n\t.add(\"Water rune\", 150, 6)\n\t.add(\"Sapphire bolts\", 15, 5)\n\t.add(\"Death rune\", 23, 5)\n\t.add(\"Blood rune\", 17, 3)\n\t.add(\"Mist rune\", [25, 75], 2)\n\t.add(\"Mud rune\", [75, 100], 2)\n\t.add(\"Steam rune\", [40, 60], 2)\n\n\t/* Materials */\n\t.add(\"Mithril ore\", [10, 20], 4)\n\t.add(\"Raw lobster\", 18, 3)\n\t.add(\"Raw shark\", 8, 3)\n\t.add(\"Shark\", 2, 3)\n\t.add(\"Mithril bar\", [10, 15], 1)\n\t.add(\"Uncut sapphire\", 3, 1)\n\t.add(\"Uncut emerald\", 3, 1)\n\t.add(\"Uncut ruby\", 3, 1)\n\t.add(\"Uncut diamond\", 3, 1)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 9)\n\n\t/* Seeds */\n\t.add(RareSeedTable, 1, 4)\n\t.add(\"Watermelon seed\", [5, 15], 3)\n\n\t/* Other */\n\t.add(\"Coins\", [2000, 3000], 15)\n\t.add(\"Water orb\", [6, 10], 8)\n\t.add(\"Vial of water\", [40, 50], 4)\n\t.add(\"Water talisman\", 1, 4)\n\t.add(\"Oyster\", 3, 2)\n\t.add(\"Seaweed\", [20, 30], 2)\n\t.add(\"Snape grass\", [20, 30], 2)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 3)\n\n\t/* Tertiary */\n\t.tertiary(24, \"Crystal shard\")\n\t.tertiary(128, \"Clue scroll (hard)\");\n\nexport default new SimpleMonster({\n\tid: 2916,\n\tname: \"Waterfiend\",\n\ttable: WaterfiendTable,\n\taliases: [\"waterfiend\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\n\nconst WerewolfTable = new LootTable({ limit: 512 })\n\t.every(\"Wolf bones\")\n\n\t/* Weapons and armour */\n\t.add(\"Steel scimitar\", 1, 32)\n\t.add(\"Steel axe\", 1, 25)\n\t.add(\"Steel full helm\", 1, 15)\n\t.add(\"Mithril chainbody\", 1, 10)\n\t.add(\"Mithril sq shield\", 1, 10)\n\t.add(\"Rune med helm\", 1, 3)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 3)\n\n\t/* Food */\n\t.add(\"Jug of wine\", 1, 20)\n\t.add(\"Raw chicken\", 5, 10)\n\t.add(\"Raw beef\", 5, 10)\n\t.add(\"Raw bear meat\", 5, 10)\n\n\t/* Coins */\n\t.add(\"Coins\", 10, 80)\n\t.add(\"Coins\", 90, 20)\n\t.add(\"Coins\", 120, 20)\n\t.add(\"Coins\", 222, 20)\n\t.add(\"Coins\", 364, 20)\n\n\t/* Other */\n\t.add(\"Grey wolf fur\", 1, 100)\n\t.add(\"Fur\", 1, 100)\n\n\t/* Gem drop table */\n\t.add(GemTable, 1, 2)\n\n\t/* Tertiary */\n\t.tertiary(128, \"Clue scroll (easy)\")\n\t.tertiary(512, \"Clue scroll (medium)\");\n\nexport default new SimpleMonster({\n\tid: 2593,\n\tname: \"Werewolf\",\n\ttable: WerewolfTable,\n\taliases: [\"werewolf\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const WhiteWolfTable = new LootTable().every(\"Wolf bones\");\n\nexport default new SimpleMonster({\n\tid: 108,\n\tname: \"White Wolf\",\n\ttable: WhiteWolfTable,\n\taliases: [\"white wolf\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const WildDogTable = new LootTable().every(\"Bones\").tertiary(25, \"Ensouled dog head\");\n\nexport default new SimpleMonster({\n\tid: 112,\n\tname: \"Wild dog\",\n\ttable: WildDogTable,\n\taliases: [\"wild dog\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const WolfTable = new LootTable().every(\"Wolf bones\").tertiary(128, \"Clue scroll (beginner)\");\n\nexport default new SimpleMonster({\n\tid: 106,\n\tname: \"Wolf\",\n\ttable: WolfTable,\n\taliases: [\"wolf\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport ManWomanTable from \"../../../subtables/ManWomanTable\";\n\nexport default new SimpleMonster({\n\tid: 1119,\n\tname: \"Woman\",\n\ttable: ManWomanTable,\n\tpickpocketTable: new LootTable().add(\"Coins\", 3).tertiary(257_211, \"Rocky\"),\n\taliases: [\"women\", \"woman\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport { GemTable } from \"../../../subtables/RareDropTable\";\nimport RareSeedTable from \"../../../subtables/RareSeedTable\";\n\nconst WyrmOnTaskUniqueTable = new LootTable()\n\t/* Pre-roll*/\n\t.oneIn(2000, \"Dragon knife\", [75, 150])\n\t.oneIn(2000, \"Dragon thrownaxe\", [75, 150])\n\t.oneIn(2000, \"Dragon sword\")\n\t.oneIn(2000, \"Dragon harpoon\");\n\nconst WyrmOffTaskUniqueTable = new LootTable()\n\t/* Pre-roll*/\n\t.oneIn(10_000, \"Dragon knife\", [75, 150])\n\t.oneIn(10_000, \"Dragon thrownaxe\", [75, 150])\n\t.oneIn(10_000, \"Dragon sword\")\n\t.oneIn(10_000, \"Dragon harpoon\");\n\nexport const WyrmPreTable = new LootTable({ limit: 76 })\n\t/* Weapons and armour */\n\t.add(\"Red d'hide chaps\", 1, 3)\n\t.add(\"Adamant axe\", 1, 2)\n\t.add(\"Adamant sq shield\", 1, 2)\n\t.add(\"Adamant battleaxe\", 1, 2)\n\t.add(\"Adamant 2h sword\", 1, 2)\n\t.add(\"Rune med helm\", 1, 2)\n\t.add(\"Earth battlestaff\", 1, 1)\n\t.add(\"Rune battleaxe\", 1, 1)\n\t.add(\"Dragon dagger\", 1, 1)\n\n\t/* Runes */\n\t.add(\"Fire rune\", 200, 10)\n\t.add(\"Earth rune\", [75, 150], 10)\n\t.add(\"Soul rune\", [15, 20], 5)\n\t.add(\"Blood rune\", [25, 30], 5)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 2, 4)\n\n\t/* Seeds */\n\t.add(RareSeedTable, 1, 3)\n\n\t/* Other */\n\t.add(\"Coins\", [950, 1450], 8)\n\t.add(\"Bass\", 1, 7)\n\t.add(\"Pure essence\", [200, 300], 3)\n\t.add(\"Rune arrowtips\", [8, 12], 2)\n\t.add(\"Adamant arrowtips\", [8, 12], 2)\n\n\t/* RDT */\n\t.add(GemTable, 1, 1);\n\nconst WyrmTable = new LootTable()\n\t.every(\"Wyrm bones\")\n\t.every(WyrmOffTaskUniqueTable)\n\t.every(WyrmPreTable)\n\n\t/* Tertiary */\n\t.tertiary(256, \"Clue scroll (hard)\");\n\nconst WyrmOnTaskTable = new LootTable()\n\t.every(\"Wyrm bones\")\n\t.every(WyrmOnTaskUniqueTable)\n\t.every(WyrmPreTable)\n\n\t/* Tertiary */\n\t.tertiary(256, \"Clue scroll (hard)\");\n\nexport default new SimpleMonster({\n\tid: 8610,\n\tname: \"Wyrm\",\n\ttable: WyrmTable,\n\tonTaskTable: WyrmOnTaskTable,\n\taliases: [\"wyrm\", \"wurms\", \"worms\", \"wyrms\", \"worm\", \"wurm\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nconst YanilleWatchmanTable = new LootTable().every(\"Coins\", 60).every(\"Bread\").tertiary(134_625, \"Rocky\");\n\nexport default new SimpleMonster({\n\tid: 5420,\n\tname: \"Watchman\",\n\tpickpocketTable: YanilleWatchmanTable,\n\taliases: [\"yanille\", \"watchman\", \"yanille watchman\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const ZogreTable = new LootTable()\n\t.every(\"Zogre bones\")\n\t.every(\"Ogre coffin key\")\n\t.tertiary(5000, \"Zombie champion scroll\");\n\nexport default new SimpleMonster({\n\tid: 866,\n\tname: \"Zogre\",\n\ttable: ZogreTable,\n\taliases: [\"zogre\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\n\nexport const ZombieTable = new LootTable({ limit: 128 })\n\t.every(\"Bones\")\n\t.tertiary(5000, \"Zombie champion scroll\")\n\n\t/* Weapons and armour */\n\t.add(\"Bronze med helm\", 1, 4)\n\t.add(\"Bronze longsword\")\n\t.add(\"Iron axe\")\n\n\t/* Runes and ammunition */\n\t.add(\"Iron arrow\", 5, 7)\n\t.add(\"Body rune\", 6, 5)\n\t.add(\"Mind rune\", 5, 5)\n\t.add(\"Air rune\", 13, 4)\n\t.add(\"Iron arrow\", 8, 4)\n\t.add(\"Steel arrow\", 5, 2)\n\t.add(\"Nature rune\", 6, 1)\n\n\t/* Coins */\n\t.add(\"Coins\", 10, 11)\n\t.add(\"Coins\", 4, 4)\n\t.add(\"Coins\", 18, 3)\n\t.add(\"Coins\", 13, 2)\n\t.add(\"Coins\", 28, 2)\n\n\t/* Other */\n\t.add(\"Fishing bait\", 5, 37)\n\t.add(\"Copper ore\", 1, 2)\n\n\t/* Subtables */\n\t.add(HerbDropTable, 1, 25);\n\nexport default new SimpleMonster({\n\tid: 26,\n\tname: \"Zombie\",\n\ttable: ZombieTable,\n\taliases: [\"zombie\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const ZombiePirateTable = new LootTable()\n\t.every(\"Bones\")\n\n\t/* Pre-roll */\n\t.oneIn(2, new LootTable()) // 'Nothing' drop\n\t.oneIn(24, \"Zombie pirate key\")\n\t.oneIn(20_000, \"Teleport anchoring scroll\")\n\n\t/* Runes */\n\t.add(\"Blood rune\", [30, 60], 4)\n\t.add(\"Death rune\", [30, 90], 4)\n\t.add(\"Chaos rune\", [30, 90], 4)\n\t.add(\"Mind rune\", [30, 90], 4)\n\n\t/* Weapons and armour */\n\t.add(\"Battlestaff\", [1, 3], 8)\n\t.add(\"Adamant platebody\", 1, 6)\n\t.add(\"Rune med helm\", 1, 6)\n\t.add(\"Rune warhammer\", 1, 6)\n\t.add(\"Rune battleaxe\", 1, 6)\n\t.add(\"Rune longsword\", 1, 6)\n\t.add(\"Rune sword\", 1, 6)\n\t.add(\"Rune mace\", 1, 6)\n\t.add(\"Dragon dagger\", 1, 1)\n\t.add(\"Dragon longsword\", 1, 1)\n\t.add(\"Dragon scimitar\", 1, 1)\n\n\t/* Blighted supplies */\n\t.add(\"Blighted ancient ice sack\", [10, 30], 12)\n\t.add(\"Blighted anglerfish\", [5, 15], 12)\n\t.add(\"Blighted manta ray\", [5, 15], 12)\n\t.add(\"Blighted karambwan\", [5, 15], 12)\n\t.add(\"Blighted super restore(4)\", [1, 3], 12)\n\n\t/* Other */\n\t.add(\"Coins\", [1_000, 8_000], 12)\n\t.add(\"Cannonball\", [20, 100], 12)\n\t.add(\"Gold ore\", [5, 15], 12)\n\t.add(\"Adamant seeds\", [5, 10], 8)\n\n\t/* Tertiary */\n\t.tertiary(5000, \"Zombie champion scroll\");\n\nexport default new SimpleMonster({\n\tid: 13_489,\n\tname: \"Zombie pirate\",\n\ttable: ZombiePirateTable,\n\taliases: [\"zombie pirate\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\n\nexport const ZombieRatTable = new LootTable().every(\"Bones\");\n\nexport default new SimpleMonster({\n\tid: 3969,\n\tname: \"Zombie rat\",\n\ttable: ZombieRatTable,\n\taliases: [\"zombie rat\"],\n});\n", "import LootTable from \"../../../../structures/LootTable\";\nimport SimpleMonster from \"../../../../structures/SimpleMonster\";\nimport CommonSeedDropTable from \"../../../subtables/CommonSeedDropTable\";\nimport HerbDropTable from \"../../../subtables/HerbDropTable\";\nimport RareDropTable from \"../../../subtables/RareDropTable\";\n\n// TODO: check back for wiki drop table update\nconst ZygomiteTable = new LootTable()\n\t.every(\"Ashes\")\n\n\t/* Weapons and armour */\n\t.add(\"Steel axe\", 1, 10)\n\t.add(\"Steel 2h sword\", 1, 10)\n\t.add(\"Mithril full helm\", 1, 5)\n\t.add(\"Rune full helm\", 1, 5)\n\n\t/* Runes and ammunition */\n\t.add(\"Nature rune\", 5, 15)\n\t.add(\"Law rune\", [10, 20], 10)\n\t.add(\"Earth rune\", 15, 10)\n\n\t/* Herbs */\n\t.add(HerbDropTable, 1, 16)\n\n\t/* Seeds */\n\t.add(CommonSeedDropTable, 1, 10)\n\n\t/* Other */\n\t.add(\"Coins\", [44, 460], 9)\n\t.add(\"Supercompost\", [1, 3], 7)\n\t.add(\"Mort myre fungus\", [1, 5], 7)\n\t.add(\"Clay\", 1, 7)\n\t.add(\"Fungicide\", 1, 7)\n\n\t/* RDT */\n\t.add(RareDropTable, 1, 1);\n\nexport default new SimpleMonster({\n\tid: 537,\n\tname: \"Zygomite\",\n\ttable: ZygomiteTable,\n\taliases: [\"mutated zygomite\", \"zygomite\"],\n});\n", "import DagannothPrime from \"../bosses/DagannothPrime\";\nimport AberrantSpectre from \"./a-f/AberrantSpectre\";\nimport AbyssalDemon from \"./a-f/AbyssalDemon\";\nimport AdamantDragon from \"./a-f/AdamantDragon\";\nimport AlKharidWarrior from \"./a-f/AlKharidWarrior\";\nimport AncientZygomite from \"./a-f/AncientZygomite\";\nimport Ankou from \"./a-f/Ankou\";\nimport ArmadylianGuard from \"./a-f/ArmadylianGuard\";\nimport ArmouredZombie from \"./a-f/ArmouredZombie\";\nimport AsynShade from \"./a-f/AsynShade\";\nimport Aviansie from \"./a-f/Aviansie\";\nimport BabyBlackDragon from \"./a-f/BabyBlackDragon\";\nimport BabyBlueDragon from \"./a-f/BabyBlueDragon\";\nimport BabyGreenDragon from \"./a-f/BabyGreenDragon\";\nimport BabyRedDragon from \"./a-f/BabyRedDragon\";\nimport Bandit from \"./a-f/Bandit\";\nimport Banshee from \"./a-f/Banshee\";\nimport Basilisk from \"./a-f/Basilisk\";\nimport BasiliskKnight from \"./a-f/BasiliskKnight\";\nimport Bat from \"./a-f/Bat\";\nimport BearCub from \"./a-f/BearCub\";\nimport BeardedBandit from \"./a-f/BeardedBandit\";\nimport BigWolf from \"./a-f/BigWolf\";\nimport Bird from \"./a-f/Bird\";\nimport BlackBear from \"./a-f/BlackBear\";\nimport BlackDemon from \"./a-f/BlackDemon\";\nimport BlackDragon from \"./a-f/BlackDragon\";\nimport BlackGuard from \"./a-f/BlackGuard\";\nimport BlackKnight from \"./a-f/BlackKnight\";\nimport BloodReaver from \"./a-f/BloodReaver\";\nimport Bloodveld from \"./a-f/Bloodveld\";\nimport BlueDragon from \"./a-f/BlueDragon\";\nimport BrineRat from \"./a-f/BrineRat\";\nimport BronzeDragon from \"./a-f/BronzeDragon\";\nimport BrutalBlackDragon from \"./a-f/BrutalBlackDragon\";\nimport BrutalBlueDragon from \"./a-f/BrutalBlueDragon\";\nimport BrutalGreenDragon from \"./a-f/BrutalGreenDragon\";\nimport BrutalRedDragon from \"./a-f/BrutalRedDragon\";\nimport Catablepon from \"./a-f/Catablepon\";\nimport CaveBug from \"./a-f/CaveBug\";\nimport CaveCrawler from \"./a-f/CaveCrawler\";\nimport CaveGoblin from \"./a-f/CaveGoblin\";\nimport CaveGoblinGuard from \"./a-f/CaveGoblinGuard\";\nimport CaveHorror from \"./a-f/CaveHorror\";\nimport CaveKraken from \"./a-f/CaveKraken\";\nimport CaveSlime from \"./a-f/CaveSlime\";\nimport ChaosDruid from \"./a-f/ChaosDruid\";\nimport ChaosDwarf from \"./a-f/ChaosDwarf\";\nimport Chicken from \"./a-f/Chicken\";\nimport ChompyBird from \"./a-f/ChompyBird\";\nimport Cockatrice from \"./a-f/Cockatrice\";\nimport Cow from \"./a-f/Cow\";\nimport CowCalf from \"./a-f/CowCalf\";\nimport Crab from \"./a-f/Crab\";\nimport CrawlingHand from \"./a-f/CrawlingHand\";\nimport Crocodile from \"./a-f/Crocodile\";\nimport CryptRat from \"./a-f/CryptRat\";\nimport Cyclops from \"./a-f/Cyclops\";\nimport Dagannoth from \"./a-f/Dagannoth\";\nimport DagannothSpawn from \"./a-f/DagannothSpawn\";\nimport DaganothFledgeling from \"./a-f/DaganothFledgeling\";\nimport DarkBeast from \"./a-f/DarkBeast\";\nimport DarkWarrior from \"./a-f/DarkWarrior\";\nimport DeadlyRedSpider from \"./a-f/DeadlyRedSpider\";\nimport DeathWing from \"./a-f/DeathWing\";\nimport DemonicGorilla from \"./a-f/DemonicGorilla\";\nimport DesertBandit from \"./a-f/DesertBandit\";\nimport DesertLizard from \"./a-f/DesertLizard\";\nimport DesertWolf from \"./a-f/DesertWolf\";\nimport DeviantSpectre from \"./a-f/DeviantSpectre\";\nimport Drake from \"./a-f/Drake\";\nimport Duck from \"./a-f/Duck\";\nimport Duckling from \"./a-f/Duckling\";\nimport DungeonRat from \"./a-f/DungeonRat\";\nimport DustDevil from \"./a-f/DustDevil\";\nimport Dwarf from \"./a-f/Dwarf\";\nimport DwarfGangMember from \"./a-f/DwarfGangMember\";\nimport EarthWarrior from \"./a-f/EarthWarrior\";\nimport ElderChaosDruid from \"./a-f/ElderChaosDruid\";\nimport Elf from \"./a-f/Elf\";\nimport ElfArcher from \"./a-f/ElfArcher\";\nimport ElfWarrior from \"./a-f/ElfWarrior\";\nimport Ent from \"./a-f/Ent\";\nimport Farmer from \"./a-f/Farmer\";\nimport FemaleHamMember from \"./a-f/FemaleHamMember\";\nimport FeralVampyre from \"./a-f/FeralVampyre\";\nimport FeverSpider from \"./a-f/FeverSpider\";\nimport FireGiant from \"./a-f/FireGiant\";\nimport FiyrShade from \"./a-f/FiyrShade\";\nimport FleshCrawler from \"./a-f/FleshCrawler\";\nimport FossilIslandWyvernAncient from \"./a-f/FossilIslandWyvernAncient\";\nimport FossilIslandWyvernLongTailed from \"./a-f/FossilIslandWyvernLongTailed\";\nimport FossilIslandWyvernSpitting from \"./a-f/FossilIslandWyvernSpitting\";\nimport FossilIslandWyvernTaloned from \"./a-f/FossilIslandWyvernTaloned\";\nimport FremennikCitizen from \"./a-f/FremennikCitizen\";\nimport Gargoyle from \"./g-m/Gargoyle\";\nimport Ghost from \"./g-m/Ghost\";\nimport Ghoul from \"./g-m/Ghoul\";\nimport GiantBat from \"./g-m/GiantBat\";\nimport GiantCryptSpider from \"./g-m/GiantCryptSpider\";\nimport GiantFrog from \"./g-m/GiantFrog\";\nimport GiantRat from \"./g-m/GiantRat\";\nimport GiantSeaSnake from \"./g-m/GiantSeaSnake\";\nimport GiantSpider from \"./g-m/GiantSpider\";\nimport Gnome from \"./g-m/Gnome\";\nimport Goat from \"./g-m/Goat\";\nimport Goblin from \"./g-m/Goblin\";\nimport GreaterDemon from \"./g-m/GreaterDemon\";\nimport GreaterNechryael from \"./g-m/GreaterNechryael\";\nimport GreenDragon from \"./g-m/GreenDragon\";\nimport GrizzlyBear from \"./g-m/GrizzlyBear\";\nimport GrizzlyBearCub from \"./g-m/GrizzlyBearCub\";\nimport Guard from \"./g-m/Guard\";\nimport GuardBandit from \"./g-m/GuardBandit\";\nimport GuardDog from \"./g-m/GuardDog\";\nimport HarpieBugSwarm from \"./g-m/HarpieBugSwarm\";\nimport Hellhound from \"./g-m/Hellhound\";\nimport Hero from \"./g-m/Hero\";\nimport HillGiant from \"./g-m/HillGiant\";\nimport Hobgoblin from \"./g-m/Hobgoblin\";\nimport Hydra from \"./g-m/Hydra\";\nimport IceGiant from \"./g-m/IceGiant\";\nimport IceTroll from \"./g-m/IceTroll\";\nimport IceWarrior from \"./g-m/IceWarrior\";\nimport IceWolf from \"./g-m/IceWolf\";\nimport Icefiend from \"./g-m/Icefiend\";\nimport Imp from \"./g-m/Imp\";\nimport InfernalMage from \"./g-m/InfernalMage\";\nimport IorwerthArcher from \"./g-m/IorwerthArcher\";\nimport IorwerthWarrior from \"./g-m/IorwerthWarrior\";\nimport IronDragon from \"./g-m/IronDragon\";\nimport Jackal from \"./g-m/Jackal\";\nimport Jelly from \"./g-m/Jelly\";\nimport Jogre from \"./g-m/Jogre\";\nimport JubblyBird from \"./g-m/JubblyBird\";\nimport JungleHorror from \"./g-m/JungleHorror\";\nimport JungleWolf from \"./g-m/JungleWolf\";\nimport KalphiteGuardian from \"./g-m/KalphiteGuardian\";\nimport KalphiteSoldier from \"./g-m/KalphiteSoldier\";\nimport KalphiteWorker from \"./g-m/KalphiteWorker\";\nimport Killerwatt from \"./g-m/Killerwatt\";\nimport KingScorpion from \"./g-m/KingScorpion\";\nimport KnightOfArdougne from \"./g-m/KnightOfArdougne\";\nimport Kurask from \"./g-m/Kurask\";\nimport LavaDragon from \"./g-m/LavaDragon\";\nimport LesserDemon from \"./g-m/LesserDemon\";\nimport Lizard from \"./g-m/Lizard\";\nimport Lizardman from \"./g-m/Lizardman\";\nimport LizardmanBrute from \"./g-m/LizardmanBrute\";\nimport LizardmanShaman from \"./g-m/LizardmanShaman\";\nimport LoarShade from \"./g-m/LoarShade\";\nimport Lobstrosity from \"./g-m/Lobstrosity\";\nimport LocustRider from \"./g-m/LocustRider\";\nimport MagicAxe from \"./g-m/MagicAxe\";\nimport MaleHamMember from \"./g-m/MaleHamMember\";\nimport Mammoth from \"./g-m/Mammoth\";\nimport Man from \"./g-m/Man\";\nimport ManiacalMonkey from \"./g-m/ManiacalMonkey\";\nimport MasterFarmer from \"./g-m/MasterFarmer\";\nimport MenaphiteThug from \"./g-m/MenaphiteThug\";\nimport Minotaur from \"./g-m/Minotaur\";\nimport MithrilDragon from \"./g-m/MithrilDragon\";\nimport Mogre from \"./g-m/Mogre\";\nimport Molanisk from \"./g-m/Molanisk\";\nimport Monkey from \"./g-m/Monkey\";\nimport MonkeyArcher from \"./g-m/MonkeyArcher\";\nimport MonkeyGuard from \"./g-m/MonkeyGuard\";\nimport MonkeyZombie from \"./g-m/MonkeyZombie\";\nimport MossGiant from \"./g-m/MossGiant\";\nimport MountainTroll from \"./g-m/MountainTroll\";\nimport MountedTerrorBirdGnome from \"./g-m/MountedTerrorBirdGnome\";\nimport Mourner from \"./g-m/Mourner\";\nimport MutatedBloodveld from \"./g-m/MutatedBloodveld\";\nimport Nechryael from \"./n-s/Nechryael\";\nimport Ogre from \"./n-s/Ogre\";\nimport OgressShaman from \"./n-s/OgressShaman\";\nimport OgressWarrior from \"./n-s/OgressWarrior\";\nimport Otherworldlybeing from \"./n-s/Otherworldlybeing\";\nimport Paladin from \"./n-s/Paladin\";\nimport Penguin from \"./n-s/Penguin\";\nimport PhrinShade from \"./n-s/PhrinShade\";\nimport Pirate from \"./n-s/Pirate\";\nimport PitScorpion from \"./n-s/PitScorpion\";\nimport PoisonScorpion from \"./n-s/PoisonScorpion\";\nimport PollnivnianBandit from \"./n-s/PollnivnianBandit\";\nimport Porazdir from \"./n-s/Porazdir\";\nimport PrifddinasElf from \"./n-s/PrifddinasElf\";\nimport PriffRabbit from \"./n-s/PriffRabbit\";\nimport Pyrefiend from \"./n-s/Pyrefiend\";\nimport Pyrelord from \"./n-s/Pyrelord\";\nimport Rat from \"./n-s/Rat\";\nimport RedDragon from \"./n-s/RedDragon\";\nimport RevenantCyclops from \"./n-s/RevenantCyclops\";\nimport RevenantDarkBeast from \"./n-s/RevenantDarkBeast\";\nimport RevenantDemon from \"./n-s/RevenantDemon\";\nimport RevenantDragon from \"./n-s/RevenantDragon\";\nimport RevenantGoblin from \"./n-s/RevenantGoblin\";\nimport RevenantHellhound from \"./n-s/RevenantHellhound\";\nimport RevenantHobgoblin from \"./n-s/RevenantHobgoblin\";\nimport RevenantImp from \"./n-s/RevenantImp\";\nimport RevenantKnight from \"./n-s/RevenantKnight\";\nimport RevenantOrk from \"./n-s/RevenantOrk\";\nimport RevenantPyrefiend from \"./n-s/RevenantPyrefiend\";\nimport RiylShade from \"./n-s/RiylShade\";\nimport Rockslug from \"./n-s/Rockslug\";\nimport Rogue from \"./n-s/Rogue\";\nimport Rooster from \"./n-s/Rooster\";\nimport RuneDragon from \"./n-s/RuneDragon\";\nimport ScarabMage from \"./n-s/ScarabMage\";\nimport Scorpion from \"./n-s/Scorpion\";\nimport SeaSnakeHatchling from \"./n-s/SeaSnakeHatchling\";\nimport SeaSnakeYoung from \"./n-s/SeaSnakeYoung\";\nimport Seagull from \"./n-s/Seagull\";\nimport Shade from \"./n-s/Shade\";\nimport ShadowSpider from \"./n-s/ShadowSpider\";\nimport ShadowWarrior from \"./n-s/ShadowWarrior\";\nimport SkeletalWyvern from \"./n-s/SkeletalWyvern\";\nimport Skeleton from \"./n-s/Skeleton\";\nimport SkeletonFremennik from \"./n-s/SkeletonFremennik\";\nimport SkeletonMage from \"./n-s/SkeletonMage\";\nimport Skogre from \"./n-s/Skogre\";\nimport SmallLizard from \"./n-s/SmallLizard\";\nimport SmokeDevil from \"./n-s/SmokeDevil\";\nimport Spider from \"./n-s/Spider\";\nimport SpiritualMage from \"./n-s/SpiritualMage\";\nimport SpiritualRanger from \"./n-s/SpiritualRanger\";\nimport SpiritualWarrior from \"./n-s/SpiritualWarrior\";\nimport SteelDragon from \"./n-s/SteelDragon\";\nimport SulphurLizard from \"./n-s/SulphurLizard\";\nimport Suqah from \"./n-s/Suqah\";\nimport TempleSpider from \"./t-z/TempleSpider\";\nimport TerrorBird from \"./t-z/TerrorBird\";\nimport TerrorDog from \"./t-z/TerrorDog\";\nimport TormentedDemon from \"./t-z/TormentedDemon\";\nimport TorturedGorilla from \"./t-z/TorturedGorilla\";\nimport TorturedSoul from \"./t-z/TorturedSoul\";\nimport TrollGeneral from \"./t-z/TrollGeneral\";\nimport Turoth from \"./t-z/Turoth\";\nimport TwistedBanshee from \"./t-z/TwistedBanshee\";\nimport TzHaarHur from \"./t-z/TzHaarHur\";\nimport TzHaarKet from \"./t-z/TzHaarKet\";\nimport { TzHaarMej } from \"./t-z/TzHaarMej\";\nimport { TzHaarXil } from \"./t-z/TzHaarXil\";\nimport UndeadChicken from \"./t-z/UndeadChicken\";\nimport UndeadCow from \"./t-z/UndeadCow\";\nimport UndeadDruid from \"./t-z/UndeadDruid\";\nimport UndeadOne from \"./t-z/UndeadOne\";\nimport Unicorn from \"./t-z/Unicorn\";\nimport UriumShade from \"./t-z/UriumShade\";\nimport VampyreJuvinate from \"./t-z/VampyreJuvinate\";\nimport Vyre from \"./t-z/Vyre\";\nimport Vyrewatch from \"./t-z/Vyrewatch\";\nimport VyrewatchSentinel from \"./t-z/VyrewatchSentinel\";\nimport WallBeast from \"./t-z/WallBeast\";\nimport WarpedJelly from \"./t-z/WarpedJelly\";\nimport WarriorWoman from \"./t-z/WarriorWoman\";\nimport Waterfiend from \"./t-z/Waterfiend\";\nimport Werewolf from \"./t-z/Werewolf\";\nimport WhiteWolf from \"./t-z/WhiteWolf\";\nimport WildDog from \"./t-z/WildDog\";\nimport Wolf from \"./t-z/Wolf\";\nimport Woman from \"./t-z/Woman\";\nimport Wyrm from \"./t-z/Wyrm\";\nimport YanilleWatchman from \"./t-z/YanilleWatchman\";\nimport Zogre from \"./t-z/Zogre\";\nimport Zombie from \"./t-z/Zombie\";\nimport ZombiePirate from \"./t-z/ZombiePirate\";\nimport ZombieRat from \"./t-z/ZombieRat\";\nimport Zygomite from \"./t-z/Zygomite\";\n\nexport const allLowMonsters = {\n\tBloodReaver,\n\tBrutalBlackDragon,\n\tBabyBlackDragon,\n\tBandit,\n\tArmadylianGuard,\n\tBlackKnight,\n\tDarkWarrior,\n\tDeadlyRedSpider,\n\tElderChaosDruid,\n\tEnt,\n\tRevenantCyclops,\n\tRevenantPyrefiend,\n\tRevenantOrk,\n\tRevenantKnight,\n\tRevenantImp,\n\tRevenantHobgoblin,\n\tRevenantHellhound,\n\tRevenantGoblin,\n\tRevenantDragon,\n\tRevenantDemon,\n\tRevenantDarkBeast,\n\tPirate,\n\tMammoth,\n\tMagicAxe,\n\tLavaDragon,\n\tGuardBandit,\n\tDagannothSpawn,\n\tFeralVampyre,\n\tFeverSpider,\n\tGiantSeaSnake,\n\tGreaterNechryael,\n\tGreenDragon,\n\tHarpieBugSwarm,\n\tInfernalMage,\n\tJungleHorror,\n\tKillerwatt,\n\tLesserDemon,\n\tElfArcher,\n\tFleshCrawler,\n\tFiyrShade,\n\tDeviantSpectre,\n\tDagannothPrime,\n\tDaganothFledgeling,\n\tHydra,\n\tIceGiant,\n\tIceTroll,\n\tIceWarrior,\n\tPhrinShade,\n\tOtherworldlybeing,\n\tMutatedBloodveld,\n\tMourner,\n\tMossGiant,\n\tMolanisk,\n\tMogre,\n\tLoarShade,\n\tLizardmanBrute,\n\tJelly,\n\tIorwerthArcher,\n\tIorwerthWarrior,\n\tWerewolf,\n\tWaterfiend,\n\tWarpedJelly,\n\tWallBeast,\n\tVyrewatchSentinel,\n\tVyrewatch,\n\tVampyreJuvinate,\n\tTzHaarKet,\n\tTrollGeneral,\n\tTerrorDog,\n\tShadowWarrior,\n\tShade,\n\tSeaSnakeYoung,\n\tSeaSnakeHatchling,\n\tRockslug,\n\tRiylShade,\n\tPyrefiend,\n\tPyrelord,\n\tPorazdir,\n\tOgre,\n\tOgressShaman,\n\tOgressWarrior,\n\tAncientZygomite,\n\tAsynShade,\n\tBabyBlueDragon,\n\tBabyGreenDragon,\n\tBabyRedDragon,\n\tBronzeDragon,\n\tBrutalBlueDragon,\n\tBrutalGreenDragon,\n\tBrutalRedDragon,\n\tCatablepon,\n\tCockatrice,\n\tCrocodile,\n\tCyclops,\n\tTempleSpider,\n\tTerrorBird,\n\tTorturedGorilla,\n\tTorturedSoul,\n\tTwistedBanshee,\n\tUndeadChicken,\n\tUndeadCow,\n\tUndeadDruid,\n\tUndeadOne,\n\tUriumShade,\n\tWhiteWolf,\n\tWildDog,\n\tZogre,\n\tZombieRat,\n\tPenguin,\n\tPitScorpion,\n\tPoisonScorpion,\n\tRooster,\n\tSeagull,\n\tShadowSpider,\n\tSkeletonFremennik,\n\tSkeletonMage,\n\tSkogre,\n\tSmallLizard,\n\tSulphurLizard,\n\tGiantBat,\n\tGiantCryptSpider,\n\tGiantRat,\n\tGiantSpider,\n\tGrizzlyBear,\n\tGrizzlyBearCub,\n\tIceWolf,\n\tJackal,\n\tJungleWolf,\n\tKalphiteGuardian,\n\tKalphiteSoldier,\n\tKingScorpion,\n\tLobstrosity,\n\tMonkeyArcher,\n\tMonkeyGuard,\n\tMonkeyZombie,\n\tMountedTerrorBirdGnome,\n\tBearCub,\n\tBigWolf,\n\tBird,\n\tBlackGuard,\n\tCaveGoblinGuard,\n\tChaosDwarf,\n\tChicken,\n\tChompyBird,\n\tCowCalf,\n\tCryptRat,\n\tDeathWing,\n\tDesertLizard,\n\tDesertWolf,\n\tDuck,\n\tDuckling,\n\tDungeonRat,\n\tDwarfGangMember,\n\tAberrantSpectre,\n\tDagannoth,\n\tGuard,\n\tRedDragon,\n\tAbyssalDemon,\n\tDarkBeast,\n\tHellhound,\n\tRuneDragon,\n\tAdamantDragon,\n\tDemonicGorilla,\n\tScarabMage,\n\tAnkou,\n\tDrake,\n\tIronDragon,\n\tSkeletalWyvern,\n\tAviansie,\n\tDustDevil,\n\tKalphiteWorker,\n\tSmokeDevil,\n\tBasiliskKnight,\n\tElfWarrior,\n\tKurask,\n\tSpiritualMage,\n\tBasilisk,\n\tFireGiant,\n\tLizardmanShaman,\n\tSpiritualRanger,\n\tBlackDemon,\n\tFossilIslandWyvernAncient,\n\tLizardman,\n\tSpiritualWarrior,\n\tBlackDragon,\n\tFossilIslandWyvernLongTailed,\n\tLocustRider,\n\tSteelDragon,\n\tBloodveld,\n\tFossilIslandWyvernSpitting,\n\tMan,\n\tSuqah,\n\tBlueDragon,\n\tFossilIslandWyvernTaloned,\n\tMithrilDragon,\n\tTuroth,\n\tBrineRat,\n\tGargoyle,\n\tMountainTroll,\n\tWoman,\n\tCaveHorror,\n\tGoblin,\n\tZygomite,\n\tWyrm,\n\tCaveKraken,\n\tGreaterDemon,\n\tNechryael,\n\tBanshee,\n\tCaveBug,\n\tCow,\n\tDwarf,\n\tLizard,\n\tRat,\n\tSpider,\n\tBat,\n\tCaveCrawler,\n\tCrawlingHand,\n\tGhost,\n\tMinotaur,\n\tScorpion,\n\tWolf,\n\tBlackBear,\n\tCaveSlime,\n\tGuardDog,\n\tIcefiend,\n\tMonkey,\n\tSkeleton,\n\tZombie,\n\tHillGiant,\n\tBeardedBandit,\n\tCaveGoblin,\n\tDesertBandit,\n\tElf,\n\tFarmer,\n\tFremennikCitizen,\n\tGnome,\n\tGoat,\n\tMaleHamMember,\n\tFemaleHamMember,\n\tHero,\n\tKnightOfArdougne,\n\tMasterFarmer,\n\tPaladin,\n\tYanilleWatchman,\n\tVyre,\n\tTzHaarHur,\n\tRogue,\n\tPrifddinasElf,\n\tPollnivnianBandit,\n\tWarriorWoman,\n\tAlKharidWarrior,\n\tGhoul,\n\tEarthWarrior,\n\tImp,\n\tJogre,\n\tHobgoblin,\n\tChaosDruid,\n\tUnicorn,\n\tMenaphiteThug,\n\tPriffRabbit,\n\tTzHaarXil,\n\tTzHaarMej,\n\tGiantFrog,\n\tJubblyBird,\n\tManiacalMonkey,\n\tZombiePirate,\n\tTormentedDemon,\n\tArmouredZombie,\n\tCrab,\n};\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\n\nconst FlawedGolem = new SimpleMonster({\n\tid: 10_695,\n\tname: \"Flawed Golem\",\n\ttable: new LootTable()\n\t\t.add(\"Rune essence\", [1, 3], 12)\n\t\t.add(\"Rune essence\", [2, 4], 9)\n\t\t.add(\"Clay\", 1, 8)\n\t\t.add(\"Tin ore\", [1, 2], 6)\n\t\t.add(\"Copper ore\", [1, 2], 6)\n\t\t.add(\"Clay\", 2, 5)\n\t\t.add(\"Clay\", 3, 3)\n\t\t.add(\"Uncut sapphire\", 1, 2)\n\t\t.add(\"Uncut emerald\", 1, 1)\n\t\t.tertiary(16, \"Barronite shards\", [6, 12])\n\t\t.tertiary(200, \"Clue scroll (beginner)\")\n\t\t.tertiary(800, \"Barronite guard\"),\n\taliases: [\"flawed golem\"],\n});\n\nconst MindGolem = new SimpleMonster({\n\tid: 10_693,\n\tname: \"Mind Golem\",\n\ttable: new LootTable()\n\t\t.add(\"Mind rune\", [5, 10], 8)\n\t\t.add(\"Clay\", [2, 3], 6)\n\t\t.add(\"Copper ore\", [2, 3], 6)\n\t\t.add(\"Tin ore\", [2, 3], 6)\n\t\t.add(\"Iron ore\", [1, 2], 6)\n\t\t.add(\"Rune essence\", [3, 5], 6)\n\t\t.add(\"Mind rune\", 1, 6)\n\t\t.add(\"Uncut sapphire\", 1, 4)\n\t\t.add(\"Uncut emerald\", 1, 2)\n\t\t.add(\"Rune essence\", 1, 1)\n\t\t.add(\"Uncut ruby\", 1, 1)\n\t\t.tertiary(7.5, \"Barronite shards\", [8, 16])\n\t\t.tertiary(7.5, \"Mind core\")\n\t\t.tertiary(100, \"Clue scroll (beginner)\")\n\t\t.tertiary(500, \"Barronite guard\"),\n\taliases: [\"mind golem\"],\n});\n\nconst BodyGolem = new SimpleMonster({\n\tid: 10_691,\n\tname: \"Body Golem\",\n\ttable: new LootTable()\n\t\t.add(\"Body rune\", [5, 10], 8)\n\t\t.add(\"Clay\", [3, 4], 6)\n\t\t.add(\"Copper ore\", [3, 4], 6)\n\t\t.add(\"Tin ore\", [3, 4], 6)\n\t\t.add(\"Iron ore\", [3, 4], 6)\n\t\t.add(\"Rune essence\", [4, 6], 6)\n\t\t.add(\"Body rune\", 1, 6)\n\t\t.add(\"Uncut sapphire\", 1, 4)\n\t\t.add(\"Uncut emerald\", 1, 2)\n\t\t.add(\"Rune essence\", 1, 1)\n\t\t.add(\"Uncut ruby\", 1, 1)\n\t\t.tertiary(5, \"Barronite shards\", [10, 20])\n\t\t.tertiary(7.5, \"Body core\")\n\t\t.tertiary(62, \"Clue scroll (beginner)\")\n\t\t.tertiary(250, \"Barronite guard\"),\n\taliases: [\"body golem\"],\n});\n\nconst ChaosGolem = new SimpleMonster({\n\tid: 10_689,\n\tname: \"Chaos Golem\",\n\ttable: new LootTable()\n\t\t.add(\"Chaos rune\", [5, 10], 8)\n\t\t.add(\"Clay\", [3, 4], 6)\n\t\t.add(\"Tin ore\", [3, 4], 6)\n\t\t.add(\"Iron ore\", [3, 4], 6)\n\t\t.add(\"Gold ore\", [2, 3], 6)\n\t\t.add(\"Rune essence\", [4, 6], 6)\n\t\t.add(\"Uncut sapphire\", 1, 6)\n\t\t.add(\"Uncut emerald\", 1, 4)\n\t\t.add(\"Uncut ruby\", 1, 2)\n\t\t.add(\"Uncut diamond\", 1, 1)\n\t\t.add(\"Chaos talisman\", 1, 1)\n\t\t.tertiary(3.5, \"Barronite shards\", [12, 24])\n\t\t.tertiary(7.5, \"Chaos core\")\n\t\t.tertiary(100, \"Clue scroll (beginner)\")\n\t\t.tertiary(150, \"Barronite guard\"),\n\taliases: [\"chaos golem\"],\n});\n\nexport const CamdozaalGolems = { FlawedGolem, MindGolem, BodyGolem, ChaosGolem };\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\n\nconst ReanimatedGoblin = new SimpleMonster({\n\tid: 7018,\n\tname: \"Reanimated Goblin\",\n\ttable: new LootTable(),\n\taliases: [\"reanimated goblin\"],\n});\n\nconst ReanimatedMonkey = new SimpleMonster({\n\tid: 7019,\n\tname: \"Reanimated Monkey\",\n\ttable: new LootTable(),\n\taliases: [\"reanimated monkey\"],\n});\n\nconst ReanimatedImp = new SimpleMonster({\n\tid: 7020,\n\tname: \"Reanimated Imp\",\n\ttable: new LootTable(),\n\taliases: [\"reanimated imp\"],\n});\n\nconst ReanimatedMinotaur = new SimpleMonster({\n\tid: 7021,\n\tname: \"Reanimated Minotaur\",\n\ttable: new LootTable(),\n\taliases: [\"reanimated minotaur\"],\n});\n\nconst ReanimatedScorpion = new SimpleMonster({\n\tid: 7022,\n\tname: \"Reanimated Scorpion\",\n\ttable: new LootTable(),\n\taliases: [\"reanimated scorpion\"],\n});\n\nconst ReanimatedBear = new SimpleMonster({\n\tid: 7023,\n\tname: \"Reanimated Bear\",\n\ttable: new LootTable(),\n\taliases: [\"reanimated bear\"],\n});\n\nconst ReanimatedUnicorn = new SimpleMonster({\n\tid: 7024,\n\tname: \"Reanimated Unicorn\",\n\ttable: new LootTable(),\n\taliases: [\"reanimated unicorn\"],\n});\n\nconst ReanimatedDog = new SimpleMonster({\n\tid: 7025,\n\tname: \"Reanimated Dog\",\n\ttable: new LootTable(),\n\taliases: [\"reanimated dog\"],\n});\n\nconst ReanimatedChaosDruid = new SimpleMonster({\n\tid: 7026,\n\tname: \"Reanimated Chaos Druid\",\n\ttable: new LootTable(),\n\taliases: [\"reanimated chaos druid\"],\n});\n\nconst ReanimatedGiant = new SimpleMonster({\n\tid: 7027,\n\tname: \"Reanimated Giant\",\n\ttable: new LootTable(),\n\taliases: [\"reanimated giant\"],\n});\n\nconst ReanimatedOgre = new SimpleMonster({\n\tid: 7028,\n\tname: \"Reanimated Ogre\",\n\ttable: new LootTable(),\n\taliases: [\"reanimated ogre\"],\n});\n\nconst ReanimatedElf = new SimpleMonster({\n\tid: 7029,\n\tname: \"Reanimated Elf\",\n\ttable: new LootTable(),\n\taliases: [\"reanimated elf\"],\n});\n\nconst ReanimatedTroll = new SimpleMonster({\n\tid: 7030,\n\tname: \"Reanimated Troll\",\n\ttable: new LootTable(),\n\taliases: [\"reanimated troll\"],\n});\n\nconst ReanimatedHorror = new SimpleMonster({\n\tid: 7031,\n\tname: \"Reanimated Horror\",\n\ttable: new LootTable(),\n\taliases: [\"reanimated horror\"],\n});\n\nconst ReanimatedKalphite = new SimpleMonster({\n\tid: 7032,\n\tname: \"Reanimated Kalphite\",\n\ttable: new LootTable(),\n\taliases: [\"reanimated kalphite\"],\n});\n\nconst ReanimatedDagannoth = new SimpleMonster({\n\tid: 7033,\n\tname: \"Reanimated Dagannoth\",\n\ttable: new LootTable(),\n\taliases: [\"reanimated dagannoth\"],\n});\n\nconst ReanimatedBloodveld = new SimpleMonster({\n\tid: 7034,\n\tname: \"Reanimated Bloodveld\",\n\ttable: new LootTable(),\n\taliases: [\"reanimated bloodveld\"],\n});\n\nconst ReanimatedTzhaar = new SimpleMonster({\n\tid: 7035,\n\tname: \"Reanimated Tzhaar\",\n\ttable: new LootTable(),\n\taliases: [\"reanimated tzhaar\"],\n});\n\nconst ReanimatedDemon = new SimpleMonster({\n\tid: 7036,\n\tname: \"Reanimated Demon\",\n\ttable: new LootTable(),\n\taliases: [\"reanimated demon\"],\n});\n\nconst ReanimatedHellhound = new SimpleMonster({\n\tid: 11_463,\n\tname: \"Reanimated Hellhound\",\n\ttable: new LootTable(),\n\taliases: [\"reanimated hellhound\"],\n});\n\nconst ReanimatedAviansie = new SimpleMonster({\n\tid: 7037,\n\tname: \"Reanimated Aviansie\",\n\ttable: new LootTable(),\n\taliases: [\"reanimated aviansie\"],\n});\n\nconst ReanimatedAbyssal = new SimpleMonster({\n\tid: 7038,\n\tname: \"Reanimated Abyssal\",\n\ttable: new LootTable(),\n\taliases: [\"reanimated abyssal\"],\n});\n\nconst ReanimatedDragon = new SimpleMonster({\n\tid: 7039,\n\tname: \"Reanimated Dragon\",\n\ttable: new LootTable(),\n\taliases: [\"reanimated dragon\"],\n});\n\nexport const ReanimatedMonsters = {\n\tReanimatedGoblin,\n\tReanimatedMonkey,\n\tReanimatedImp,\n\tReanimatedMinotaur,\n\tReanimatedScorpion,\n\tReanimatedBear,\n\tReanimatedUnicorn,\n\tReanimatedDog,\n\tReanimatedChaosDruid,\n\tReanimatedGiant,\n\tReanimatedOgre,\n\tReanimatedElf,\n\tReanimatedTroll,\n\tReanimatedHorror,\n\tReanimatedKalphite,\n\tReanimatedDagannoth,\n\tReanimatedBloodveld,\n\tReanimatedTzhaar,\n\tReanimatedDemon,\n\tReanimatedHellhound,\n\tReanimatedAviansie,\n\tReanimatedAbyssal,\n\tReanimatedDragon,\n};\n", "import { roll } from \"e\";\n\nimport Bank from \"../../../structures/Bank\";\nimport LootTable from \"../../../structures/LootTable\";\nimport Monster from \"../../../structures/Monster\";\n\nconst BarrowsTable = new LootTable();\n\n[\n\t\"Ahrim's hood\",\n\t\"Ahrim's robetop\",\n\t\"Ahrim's robeskirt\",\n\t\"Ahrim's staff\",\n\n\t\"Dharok's helm\",\n\t\"Dharok's platebody\",\n\t\"Dharok's platelegs\",\n\t\"Dharok's greataxe\",\n\n\t\"Guthan's helm\",\n\t\"Guthan's platebody\",\n\t\"Guthan's chainskirt\",\n\t\"Guthan's warspear\",\n\n\t\"Karil's coif\",\n\t\"Karil's leathertop\",\n\t\"Karil's leatherskirt\",\n\t\"Karil's crossbow\",\n\n\t\"Torag's helm\",\n\t\"Torag's platebody\",\n\t\"Torag's platelegs\",\n\t\"Torag's hammers\",\n\n\t\"Verac's helm\",\n\t\"Verac's brassard\",\n\t\"Verac's plateskirt\",\n\t\"Verac's flail\",\n].map(item => BarrowsTable.add(item));\n\nconst OtherTable = new LootTable()\n\t.add(\"Coins\", [2, 760], 380)\n\t.add(\"Mind rune\", [381, 504], 125)\n\t.add(\"Chaos rune\", [168, 210], 125)\n\t.add(\"Death rune\", [105, 124], 125)\n\t.add(\"Bolt rack\", [35, 40], 125)\n\t.add(\"Blood rune\", [55, 66], 125)\n\t.add(new LootTable().add(\"Loop half of key\").add(\"Tooth half of key\"), 1, 6)\n\t.add(\"Dragon med helm\");\n\nconst ClueTable = new LootTable().tertiary(34, \"Clue scroll (elite)\");\n\nconst NUMBER_OF_BROTHERS = 6;\n\nexport class Barrows extends Monster {\n\tpublic kill(quantity = 1): Bank {\n\t\tconst loot = new Bank();\n\n\t\tfor (let i = 0; i < quantity; i++) {\n\t\t\tClueTable.roll(1, { targetBank: loot });\n\n\t\t\t// We use a set to track items received, you cannot get\n\t\t\t// the same item twice per chest.\n\t\t\tconst barrowsItemsThisKill = new Set();\n\t\t\t// You get 1 initial roll, then +6 for 6 brothers killed.\n\t\t\tfor (let x = 0; x < NUMBER_OF_BROTHERS + 1; x++) {\n\t\t\t\t// 1 in (450 - (58 * Number of Brothers Killed))\n\t\t\t\tif (roll(450 - 58 * NUMBER_OF_BROTHERS)) {\n\t\t\t\t\tlet [barrowsItem] = BarrowsTable.roll().items()[0];\n\t\t\t\t\twhile (barrowsItemsThisKill.has(barrowsItem.id)) {\n\t\t\t\t\t\t[[barrowsItem]] = BarrowsTable.roll().items();\n\t\t\t\t\t}\n\t\t\t\t\tbarrowsItemsThisKill.add(barrowsItem.id);\n\t\t\t\t\tloot.add(barrowsItem.id);\n\t\t\t\t} else {\n\t\t\t\t\tOtherTable.roll(1, { targetBank: loot });\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn loot;\n\t}\n}\n\n// Uses NPC id for Dharoks\nexport default new Barrows({\n\tid: 1673,\n\tname: \"Barrows\",\n\taliases: [\"barrows\"],\n\tallItems: [...BarrowsTable.allItems, ...OtherTable.allItems],\n});\n", "import { roll } from \"e\";\n\nimport type { MonsterKillOptions } from \"../../../meta/types\";\nimport Bank from \"../../../structures/Bank\";\nimport LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/Monster\";\n\nconst HesporiTable = new LootTable()\n\t.add(\"Attas seed\", [1, 2], 1)\n\t.add(\"Iasor seed\", [1, 2], 1)\n\t.add(\"Kronos seed\", [1, 2], 1);\n\nconst MainTable = new LootTable()\n\t.every(HesporiTable)\n\n\t// Pre-roll for bucket\n\t.oneIn(35, \"Bottomless compost bucket\")\n\n\t// Allotment seeds\n\t.add(\"Watermelon seed\", [10, 20], 2)\n\t.add(\"Snape grass seed\", [6, 16], 2)\n\n\t// Flower seeds\n\t.add(\"White lily seed\", [8, 18], 5)\n\t.add(\"Limpwurt seed\", [6, 14], 2)\n\n\t// Hop seeds\n\t.add(\"Wildblood seed\", [10, 20], 2)\n\n\t// Bush seeds\n\t.add(\"Whiteberry seed\", [10, 16], 2)\n\t.add(\"Poison ivy seed\", [8, 16], 2)\n\n\t// Herb seeds\n\t.add(\"Irit seed\", [2, 8], 3)\n\t.add(\"Avantoe seed\", [2, 5], 3)\n\t.add(\"Kwuarm seed\", [2, 5], 3)\n\t.add(\"Toadflax seed\", [2, 5], 3)\n\t.add(\"Cadantine seed\", [2, 5], 3)\n\t.add(\"Lantadyme seed\", [2, 5], 3)\n\t.add(\"Dwarf weed seed\", [2, 5], 3)\n\t.add(\"Ranarr seed\", [1, 2], 2)\n\t.add(\"Snapdragon seed\", 1, 2)\n\t.add(\"Torstol seed\", 1, 2)\n\n\t// Tree seeds\n\t.add(\"Maple seed\", [2, 4], 4)\n\t.add(\"Willow seed\", [2, 5], 3)\n\t.add(\"Yew seed\", 1, 2)\n\t.add(\"Magic seed\", 1, 1)\n\n\t// Fruit tree seeds\n\t.add(\"Pineapple seed\", [3, 6], 3)\n\t.add(\"Papaya tree seed\", [1, 3], 3)\n\t.add(\"Palm tree seed\", [1, 3], 3)\n\t.add(\"Dragonfruit tree seed\", 1, 2)\n\n\t// Special seeds\n\t.add(\"Teak seed\", [2, 5], 4)\n\t.add(\"Mahogany seed\", [1, 3], 3)\n\t.add(\"Cactus seed\", [4, 14], 2)\n\t.add(\"Potato cactus seed\", [4, 14], 2)\n\t.add(\"Celastrus seed\", 1, 2)\n\t.add(\"Spirit seed\", 1, 1)\n\t.add(\"Redwood tree seed\", 1, 1);\n\nexport class Hespori extends SimpleMonster {\n\tpublic kill(quantity = 1, options: MonsterKillOptions = { farmingLevel: 99 }): Bank {\n\t\tconst loot = new Bank();\n\t\tconst farmingLvl = options.farmingLevel ?? 99;\n\n\t\tfor (let i = 0; i < quantity; i++) {\n\t\t\tloot.add(MainTable.roll());\n\t\t\tif (roll(7000 - farmingLvl * 25)) loot.add(\"Tangleroot\");\n\t\t}\n\t\treturn loot;\n\t}\n}\n\nexport default new Hespori({ id: 8583, name: \"Hespori\", aliases: [\"hespori\"] });\n", "import { roll } from \"e\";\n\nimport type { MonsterKillOptions } from \"../../../meta/types\";\nimport Bank from \"../../../structures/Bank\";\nimport Monster from \"../../../structures/Monster\";\n\nexport class TzKalZukClass extends Monster {\n\tpublic kill(quantity = 1, options: MonsterKillOptions = {}): Bank {\n\t\tconst loot = new Bank();\n\n\t\tfor (let i = 0; i < quantity; i++) {\n\t\t\tloot.add(\"Tokkul\", 16_440);\n\t\t\tloot.add(\"Infernal cape\");\n\t\t\tif (roll(options.onSlayerTask ? 75 : 100)) {\n\t\t\t\tloot.add(\"Jal-nib-rek\");\n\t\t\t}\n\t\t}\n\n\t\treturn loot;\n\t}\n}\n\nexport const TzKalZuk = new TzKalZukClass({\n\tid: 7706,\n\tname: \"TzKal-Zuk\",\n\taliases: [\"tzkal-zuk\", \"zuk\", \"inferno\"],\n});\n", "import { roll } from \"e\";\n\nimport type { MonsterKillOptions } from \"../../../meta/types\";\nimport Bank from \"../../../structures/Bank\";\nimport Monster from \"../../../structures/Monster\";\n\nexport class TzTokJadClass extends Monster {\n\tpublic kill(quantity = 1, options: MonsterKillOptions = {}): Bank {\n\t\tconst loot = new Bank();\n\n\t\tfor (let i = 0; i < quantity; i++) {\n\t\t\tloot.add(\"Tokkul\", 8032);\n\t\t\tloot.add(\"Fire cape\");\n\t\t\tif (roll(options.onSlayerTask ? 100 : 200)) {\n\t\t\t\tloot.add(\"Tzrek-jad\");\n\t\t\t}\n\t\t}\n\n\t\treturn loot;\n\t}\n}\n\nconst TzTokJad = new TzTokJadClass({\n\tid: 3127,\n\tname: \"TzTok-Jad\",\n\taliases: [\"tztok-jad\", \"jad\", \"tztok jad\"],\n});\n\nexport default TzTokJad;\n", "import Barrows from \"./Barrows\";\nimport Hespori from \"./Hespori\";\nimport { TzKalZuk } from \"./TzKalZuk\";\nimport TzTokJad from \"./TzTokJad\";\n\nexport const specialBosses = { Barrows, TzTokJad, Hespori, TzKalZuk };\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { AberrantSpectrePreTable } from \"../low/a-f/AberrantSpectre\";\n\nconst AbhorrentSpectreTable = new LootTable()\n\t.every(AberrantSpectrePreTable, 3)\n\t.tertiary(13, \"Clue scroll (hard)\")\n\n\t/* Superior Slayer tertiary */\n\t.tertiary(215, \"Mist battlestaff\")\n\t.tertiary(215, \"Dust battlestaff\")\n\t.tertiary(754, \"Eternal gem\")\n\t.tertiary(754, \"Imbued heart\");\n\nexport default new SimpleMonster({\n\tid: 7402,\n\tname: \"Abhorrent spectre\",\n\ttable: AbhorrentSpectreTable,\n\taliases: [\"abhorrent spectre\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { BasiliskKnightPreTable } from \"../low/a-f/BasiliskKnight\";\n\nconst BasiliskSentinelTable = new LootTable()\n\t.every(\"Big bones\")\n\t.every(BasiliskKnightPreTable, 3)\n\t.tertiary(19, \"Clue scroll (hard)\")\n\t.tertiary(256, \"Mystic hat (light)\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(1000, \"Basilisk head\")\n\t.tertiary(1000, \"Basilisk jaw\")\n\t.tertiary(5013, \"Curved bone\")\n\n\t/* Superior Slayer tertiary */\n\t.tertiary(215, \"Mist battlestaff\")\n\t.tertiary(215, \"Dust battlestaff\")\n\t.tertiary(754, \"Eternal gem\")\n\t.tertiary(754, \"Imbued heart\");\n\nexport default new SimpleMonster({\n\tid: 9258,\n\tname: \"Basilisk Sentinel\",\n\ttable: BasiliskSentinelTable,\n\taliases: [\"basilisk sentinel\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { CaveHorrorPreTable } from \"../low/a-f/CaveHorror\";\n\nconst CaveAbominationTable = new LootTable()\n\t.every(\"Big bones\")\n\t.every(\"Ensouled horror head\")\n\t.every(CaveHorrorPreTable, 3)\n\t.tertiary(13, \"Clue scroll (hard)\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(5013, \"Curved bone\")\n\n\t/* Superior Slayer tertiary */\n\t.tertiary(224, \"Mist battlestaff\")\n\t.tertiary(223, \"Dust battlestaff\")\n\t.tertiary(783, \"Eternal gem\")\n\t.tertiary(783, \"Imbued heart\");\n\nexport default new SimpleMonster({\n\tid: 7401,\n\tname: \"Cave abomination\",\n\ttable: CaveAbominationTable,\n\taliases: [\"cave abomination\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { CaveCrawlerTable } from \"../low/a-f/CaveCrawler\";\n\nconst ChasmCrawlerTable = new LootTable()\n\t.every(CaveCrawlerTable, 3)\n\n\t/* Superior Slayer tertiary */\n\t.tertiary(380, \"Mist battlestaff\")\n\t.tertiary(380, \"Dust battlestaff\")\n\t.tertiary(1330, \"Eternal gem\")\n\t.tertiary(1330, \"Imbued heart\");\n\nexport default new SimpleMonster({\n\tid: 7389,\n\tname: \"Chasm Crawler\",\n\ttable: ChasmCrawlerTable,\n\taliases: [\"chasm crawler\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { DustDevilPreTable } from \"../low/a-f/DustDevil\";\n\nconst ChokeDevilTable = new LootTable()\n\t.every(\"Bones\")\n\t.every(DustDevilPreTable, 3)\n\n\t/* Superior Slayer tertiary */\n\t.tertiary(194, \"Mist battlestaff\")\n\t.tertiary(194, \"Dust battlestaff\")\n\t.tertiary(678, \"Eternal gem\")\n\t.tertiary(679, \"Imbued heart\");\n\nexport default new SimpleMonster({\n\tid: 7404,\n\tname: \"Choke devil\",\n\ttable: ChokeDevilTable,\n\taliases: [\"choke devil\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { CockatricePreTable } from \"../low/a-f/Cockatrice\";\n\nconst CockathriceTable = new LootTable()\n\t.every(\"Bones\")\n\t.every(CockatricePreTable, 3)\n\n\t/* Tertiary */\n\t.tertiary(13, \"Clue scroll (medium)\")\n\t.tertiary(1000, \"Cockatrice head\")\n\n\t/* Superior Slayer tertiary */\n\t.tertiary(340, \"Mist battlestaff\")\n\t.tertiary(340, \"Dust battlestaff\")\n\t.tertiary(1190, \"Eternal gem\")\n\t.tertiary(1190, \"Imbued heart\");\n\nexport default new SimpleMonster({\n\tid: 7393,\n\tname: \"Cockathrice\",\n\ttable: CockathriceTable,\n\taliases: [\"cockathrice\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { HydraPreTable } from \"../low/g-m/Hydra\";\n\nconst ColossalHydraTable = new LootTable()\n\t.every(\"Hydra bones\")\n\t.every(HydraPreTable, 3)\n\t.tertiary(13, \"Clue scroll (hard)\")\n\t.tertiary(51, \"Clue scroll (elite)\")\n\n\t/* Superior Slayer tertiary */\n\t.tertiary(46, \"Mist battlestaff\")\n\t.tertiary(46, \"Dust battlestaff\")\n\t.tertiary(160, \"Eternal gem\")\n\t.tertiary(160, \"Imbued heart\");\n\nexport default new SimpleMonster({\n\tid: 10_402,\n\tname: \"Colossal Hydra\",\n\ttable: ColossalHydraTable,\n\taliases: [\"colossal hydra\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { CrawlingHandPreTable } from \"../low/a-f/CrawlingHand\";\n\nconst CrushingHandTable = new LootTable()\n\t.every(\"Bones\")\n\t.tertiary(500, \"Crawling hand\", 1)\n\t.every(CrawlingHandPreTable, 3)\n\n\t/* Superior Slayer tertiary */\n\t.tertiary(391, \"Mist battlestaff\")\n\t.tertiary(391, \"Dust battlestaff\")\n\t.tertiary(1370, \"Eternal gem\")\n\t.tertiary(1370, \"Imbued heart\");\n\nexport default new SimpleMonster({\n\tid: 7388,\n\tname: \"Crushing hand\",\n\ttable: CrushingHandTable,\n\taliases: [\"crushing hand\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { PyrefiendPreTable } from \"../low/n-s/Pyrefiend\";\n\nconst FlamingPyrelordTable = new LootTable()\n\t.every(\"Fiendish ashes\")\n\t.every(PyrefiendPreTable, 3)\n\n\t/* Tertiary */\n\t.tertiary(13, \"Clue scroll (medium)\")\n\n\t/* Superior Slayer tertiary */\n\t.tertiary(325, \"Mist battlestaff\")\n\t.tertiary(325, \"Dust battlestaff\")\n\t.tertiary(1138, \"Eternal gem\")\n\t.tertiary(1138, \"Imbued heart\");\n\nexport default new SimpleMonster({\n\tid: 7394,\n\tname: \"Flaming pyrelord\",\n\ttable: FlamingPyrelordTable,\n\taliases: [\"flaming pyrelord\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { RockslugTable } from \"../low/n-s/Rockslug\";\n\nconst GiantRockslugTable = new LootTable()\n\t.every(RockslugTable, 3)\n\n\t/* Superior Slayer tertiary */\n\t.tertiary(354, \"Mist battlestaff\")\n\t.tertiary(354, \"Dust battlestaff\")\n\t.tertiary(1240, \"Eternal gem\")\n\t.tertiary(1240, \"Imbued heart\");\n\nexport default new SimpleMonster({\n\tid: 7392,\n\tname: \"Giant rockslug\",\n\ttable: GiantRockslugTable,\n\taliases: [\"giant rockslug\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { AbyssalDemonPreTable } from \"../low/a-f/AbyssalDemon\";\n\nconst GreaterAbyssalDemonTable = new LootTable()\n\t.every(\"Abyssal ashes\")\n\t.every(\"Ensouled abyssal head\")\n\t.every(AbyssalDemonPreTable, 3)\n\t.tertiary(13, \"Clue scroll (hard)\")\n\t.tertiary(120, \"Clue scroll (elite)\")\n\t.tertiary(6000, \"Abyssal head\")\n\n\t/* Superior Slayer tertiary */\n\t.tertiary(99, \"Mist battlestaff\")\n\t.tertiary(99, \"Dust battlestaff\")\n\t.tertiary(346, \"Eternal gem\")\n\t.tertiary(345, \"Imbued heart\");\n\nexport default new SimpleMonster({\n\tid: 7410,\n\tname: \"Greater abyssal demon\",\n\ttable: GreaterAbyssalDemonTable,\n\taliases: [\"greater abyssal demon\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { DrakePreTable } from \"../low/a-f/Drake\";\n\nconst GuardianDrakeTable = new LootTable()\n\t.every(\"Drake bones\")\n\t.every(DrakePreTable, 3)\n\t.tertiary(13, \"Clue scroll (hard)\")\n\n\t/* Superior Slayer tertiary */\n\t.tertiary(104, \"Mist battlestaff\")\n\t.tertiary(104, \"Dust battlestaff\")\n\t.tertiary(364, \"Eternal gem\")\n\t.tertiary(363, \"Imbued heart\");\n\nexport default new SimpleMonster({\n\tid: 10_400,\n\tname: \"Guardian Drake\",\n\ttable: GuardianDrakeTable,\n\taliases: [\"guardian drake\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { BloodveldPreTable } from \"../low/a-f/Bloodveld\";\n\nconst InsatiableBloodveldTable = new LootTable()\n\t.every(\"Vile ashes\")\n\t.every(\"Ensouled bloodveld head\")\n\t.every(BloodveldPreTable, 3)\n\t.tertiary(26, \"Clue scroll (hard)\")\n\n\t/* Superior Slayer tertiary */\n\t.tertiary(256, \"Mist battlestaff\")\n\t.tertiary(255, \"Dust battlestaff\")\n\t.tertiary(894, \"Eternal gem\")\n\t.tertiary(895, \"Imbued heart\");\n\nexport default new SimpleMonster({\n\tid: 7397,\n\tname: \"Insatiable Bloodveld\",\n\ttable: InsatiableBloodveldTable,\n\taliases: [\"insatiable bloodveld\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { MutatedBloodveldPreTable } from \"../low/g-m/MutatedBloodveld\";\n\nconst InsatiableMutatedBloodveldTable = new LootTable()\n\t.every(\"Vile ashes\")\n\t.every(\"Ensouled bloodveld head\")\n\t.every(MutatedBloodveldPreTable, 3)\n\t.tertiary(13, \"Clue scroll (hard)\")\n\n\t/* Superior Slayer tertiary */\n\t.tertiary(255, \"Mist battlestaff\")\n\t.tertiary(256, \"Dust battlestaff\")\n\t.tertiary(895, \"Eternal gem\")\n\t.tertiary(894, \"Imbued heart\");\n\nexport default new SimpleMonster({\n\tid: 7398,\n\tname: \"Insatiable mutated Bloodveld\",\n\ttable: InsatiableMutatedBloodveldTable,\n\taliases: [\"insatiable mutated bloodveld\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { KuraskPreTable } from \"../low/g-m/Kurask\";\n\nconst KingKuraskTable = new LootTable()\n\t.every(\"Bones\")\n\t.every(KuraskPreTable, 3)\n\t.tertiary(13, \"Clue scroll (hard)\")\n\t.tertiary(3000, \"Kurask head\")\n\n\t/* Superior Slayer tertiary */\n\t.tertiary(171, \"Mist battlestaff\")\n\t.tertiary(172, \"Dust battlestaff\")\n\t.tertiary(600, \"Eternal gem\")\n\t.tertiary(600, \"Imbued heart\");\n\nexport default new SimpleMonster({\n\tid: 7405,\n\tname: \"King kurask\",\n\ttable: KingKuraskTable,\n\taliases: [\"king kurask\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { InfernalMagePreTable } from \"../low/g-m/InfernalMage\";\n\nconst MalevolentMageTable = new LootTable()\n\t.every(\"Bones\")\n\t.every(InfernalMagePreTable, 3)\n\n\t/* Superior Slayer tertiary */\n\t.tertiary(274, \"Mist battlestaff\")\n\t.tertiary(275, \"Dust battlestaff\")\n\t.tertiary(960, \"Eternal gem\")\n\t.tertiary(960, \"Imbued heart\");\n\nexport default new SimpleMonster({\n\tid: 7396,\n\tname: \"Malevolent Mage\",\n\ttable: MalevolentMageTable,\n\taliases: [\"malevolent mage\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { GargoylePreTable } from \"../low/g-m/Gargoyle\";\n\nconst MarbleGargoyleTable = new LootTable()\n\t.every(GargoylePreTable, 3)\n\t.tertiary(13, \"Clue scroll (hard)\")\n\n\t/* Superior Slayer tertiary */\n\t.tertiary(148, \"Mist battlestaff\")\n\t.tertiary(148, \"Dust battlestaff\")\n\t.tertiary(519, \"Eternal gem\")\n\t.tertiary(518, \"Imbued heart\");\n\nexport default new SimpleMonster({\n\tid: 7407,\n\tname: \"Marble gargoyle\",\n\ttable: MarbleGargoyleTable,\n\taliases: [\"marble gargoyle\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { BasiliskPreTable } from \"../low/a-f/Basilisk\";\n\nconst MonstrousBasiliskTable = new LootTable()\n\t.every(\"Bones\")\n\t.every(BasiliskPreTable, 3)\n\n\t/* Tertiary */\n\t.tertiary(2000, \"Basilisk head\")\n\n\t/* Superior Slayer tertiary */\n\t.tertiary(292, \"Mist battlestaff\")\n\t.tertiary(292, \"Dust battlestaff\")\n\t.tertiary(1022, \"Eternal gem\")\n\t.tertiary(1022, \"Imbued heart\");\n\nexport default new SimpleMonster({\n\tid: 7395,\n\tname: \"Monstrous basilisk\",\n\ttable: MonstrousBasiliskTable,\n\taliases: [\"monstrous basilisk\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { NechryaelPreTable } from \"../low/n-s/Nechryael\";\n\nconst NechryarchTable = new LootTable()\n\t.every(\"Malicious ashes\")\n\t.every(NechryaelPreTable, 3)\n\t.tertiary(13, \"Clue scroll (hard)\")\n\n\t/* Superior Slayer tertiary */\n\t.tertiary(124, \"Mist battlestaff\")\n\t.tertiary(124, \"Dust battlestaff\")\n\t.tertiary(433, \"Eternal gem\")\n\t.tertiary(434, \"Imbued heart\");\n\nexport default new SimpleMonster({\n\tid: 7411,\n\tname: \"Nechryarch\",\n\ttable: NechryarchTable,\n\taliases: [\"nechryarch\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { DarkBeastPreTable } from \"../low/a-f/DarkBeast\";\n\nconst NightBeastTable = new LootTable()\n\t.every(\"Big bones\")\n\t.every(DarkBeastPreTable, 3)\n\t.tertiary(13, \"Clue scroll (hard)\")\n\t.tertiary(120, \"Clue scroll (elite)\")\n\t.tertiary(400, \"Long bone\")\n\t.tertiary(5013, \"Curved bone\")\n\n\t/* Superior Slayer tertiary */\n\t.tertiary(73, \"Mist battlestaff\")\n\t.tertiary(73, \"Dust battlestaff\")\n\t.tertiary(255, \"Eternal gem\")\n\t.tertiary(254, \"Imbued heart\");\n\nexport default new SimpleMonster({\n\tid: 7409,\n\tname: \"Night beast\",\n\ttable: NightBeastTable,\n\taliases: [\"night beast\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { SmokeDevilPreTable } from \"../low/n-s/SmokeDevil\";\n\nconst NuclearSmokeDevilTable = new LootTable()\n\t.every(\"Ashes\")\n\t.every(SmokeDevilPreTable, 3)\n\t.tertiary(13, \"Clue scroll (hard)\")\n\t.tertiary(75, \"Clue scroll (elite)\")\n\n\t/* Superior Slayer tertiary */\n\t.tertiary(57, \"Mist battlestaff\")\n\t.tertiary(57, \"Dust battlestaff\")\n\t.tertiary(198, \"Eternal gem\")\n\t.tertiary(198, \"Imbued heart\");\n\nexport default new SimpleMonster({\n\tid: 7406,\n\tname: \"Nuclear smoke devil\",\n\ttable: NuclearSmokeDevilTable,\n\taliases: [\"nuclear smoke devil\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { DeviantSpectrePreTable } from \"../low/a-f/DeviantSpectre\";\n\nconst RepugnantSpectreTable = new LootTable()\n\t.every(DeviantSpectrePreTable, 3)\n\t.tertiary(13, \"Clue scroll (hard)\")\n\t.tertiary(512, \"Mystic robe bottom (dark)\")\n\n\t/* Superior Slayer tertiary */\n\t.tertiary(215, \"Mist battlestaff\")\n\t.tertiary(215, \"Dust battlestaff\")\n\t.tertiary(754, \"Eternal gem\")\n\t.tertiary(754, \"Imbued heart\");\n\nexport default new SimpleMonster({\n\tid: 7403,\n\tname: \"Repugnant spectre\",\n\ttable: RepugnantSpectreTable,\n\taliases: [\"repugnant spectre\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { BansheePreTable } from \"../low/a-f/Banshee\";\n\nconst ScreamingBansheeTable = new LootTable()\n\t.every(BansheePreTable, 3)\n\t.tertiary(13, \"Clue scroll (easy)\")\n\n\t/* Superior Slayer tertiary */\n\t.tertiary(368, \"Mist battlestaff\")\n\t.tertiary(367, \"Dust battlestaff\")\n\t.tertiary(1286, \"Eternal gem\")\n\t.tertiary(1286, \"Imbued heart\");\n\nexport default new SimpleMonster({\n\tid: 7390,\n\tname: \"Screaming banshee\",\n\ttable: ScreamingBansheeTable,\n\taliases: [\"screaming banshee\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { TwistedBansheePreTable } from \"../low/t-z/TwistedBanshee\";\n\nconst ScreamingTwistedBansheeTable = new LootTable()\n\t.every(TwistedBansheePreTable, 3)\n\t.tertiary(13, \"Clue scroll (hard)\")\n\n\t/* Superior Slayer tertiary */\n\t.tertiary(367, \"Mist battlestaff\")\n\t.tertiary(368, \"Dust battlestaff\")\n\t.tertiary(1286, \"Eternal gem\")\n\t.tertiary(1286, \"Imbued heart\");\n\nexport default new SimpleMonster({\n\tid: 7391,\n\tname: \"Screaming twisted banshee\",\n\ttable: ScreamingTwistedBansheeTable,\n\taliases: [\"screaming twisted banshee\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { WyrmPreTable } from \"../low/t-z/Wyrm\";\n\nconst ShadowWyrmTable = new LootTable()\n\t.every(\"Wyrm bones\")\n\t.every(WyrmPreTable, 3)\n\t.tertiary(26, \"Clue scroll (hard)\")\n\n\t/* Superior Slayer tertiary */\n\t.tertiary(207, \"Mist battlestaff\")\n\t.tertiary(207, \"Dust battlestaff\")\n\t.tertiary(724, \"Eternal gem\")\n\t.tertiary(724, \"Imbued heart\");\n\nexport default new SimpleMonster({\n\tid: 10_398,\n\tname: \"Shadow Wyrm\",\n\ttable: ShadowWyrmTable,\n\taliases: [\"shadow wyrm\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { TurothPreTable } from \"../low/t-z/Turoth\";\n\nconst SpikedTurothTable = new LootTable()\n\t.every(\"Bones\")\n\t.every(TurothPreTable, 3)\n\t.tertiary(13, \"Clue scroll (hard)\")\n\n\t/* Superior Slayer tertiary */\n\t.tertiary(236, \"Mist battlestaff\")\n\t.tertiary(236, \"Dust battlestaff\")\n\t.tertiary(825, \"Eternal gem\")\n\t.tertiary(826, \"Imbued heart\");\n\nexport default new SimpleMonster({\n\tid: 10_397,\n\tname: \"Spiked Turoth\",\n\ttable: SpikedTurothTable,\n\taliases: [\"spiked turoth\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { JellyPreTable } from \"../low/g-m/Jelly\";\n\nconst VitreousJellyTable = new LootTable()\n\t.every(JellyPreTable, 3)\n\t.tertiary(13, \"Clue scroll (hard)\")\n\n\t/* Superior Slayer tertiary */\n\t.tertiary(248, \"Mist battlestaff\")\n\t.tertiary(248, \"Dust battlestaff\")\n\t.tertiary(867, \"Eternal gem\")\n\t.tertiary(867, \"Imbued heart\");\n\nexport default new SimpleMonster({\n\tid: 7399,\n\tname: \"Vitreous Jelly\",\n\ttable: VitreousJellyTable,\n\taliases: [\"vitreous jelly\"],\n});\n", "import LootTable from \"../../../structures/LootTable\";\nimport SimpleMonster from \"../../../structures/SimpleMonster\";\nimport { WarpedJellyPreTable } from \"../low/t-z/WarpedJelly\";\n\nconst VitreousWarpedJellyTable = new LootTable()\n\t.every(WarpedJellyPreTable, 3)\n\t.tertiary(7, \"Clue scroll (hard)\")\n\n\t/* Superior Slayer tertiary */\n\t.tertiary(248, \"Mist battlestaff\")\n\t.tertiary(248, \"Dust battlestaff\")\n\t.tertiary(867, \"Eternal gem\")\n\t.tertiary(867, \"Imbued heart\");\n\nexport default new SimpleMonster({\n\tid: 7400,\n\tname: \"Vitreous warped Jelly\",\n\ttable: VitreousWarpedJellyTable,\n\taliases: [\"vitreous warped jelly\"],\n});\n", "import AbhorrentSpectre from \"./AbhorrentSpectre\";\nimport BasiliskSentinel from \"./BasiliskSentinel\";\nimport CaveAbomination from \"./CaveAbomination\";\nimport ChasmCrawler from \"./ChasmCrawler\";\nimport ChokeDevil from \"./ChokeDevil\";\nimport Cockathrice from \"./Cockathrice\";\nimport ColossalHydra from \"./ColossalHydra\";\nimport CrushingHand from \"./CrushingHand\";\nimport FlamingPyrelord from \"./FlamingPyrelord\";\nimport GiantRockslug from \"./GiantRockslug\";\nimport GreaterAbyssalDemon from \"./GreaterAbyssalDemon\";\nimport GuardianDrake from \"./GuardianDrake\";\nimport InsatiableBloodveld from \"./InsatiableBloodveld\";\nimport InsatiableMutatedBloodveld from \"./InsatiableMutatedBloodveld\";\nimport KingKurask from \"./KingKurask\";\nimport MalevolentMage from \"./MalevolentMage\";\nimport MarbleGargoyle from \"./MarbleGargoyle\";\nimport MonstrousBasilisk from \"./MonstrousBasilisk\";\nimport Nechryarch from \"./Nechryarch\";\nimport NightBeast from \"./NightBeast\";\nimport NuclearSmokeDevil from \"./NuclearSmokeDevil\";\nimport RepugnantSpectre from \"./RepugnantSpectre\";\nimport ScreamingBanshee from \"./ScreamingBanshee\";\nimport ScreamingTwistedBanshee from \"./ScreamingTwistedBanshee\";\nimport ShadowWyrm from \"./ShadowWyrm\";\nimport SpikedTuroth from \"./SpikedTuroth\";\nimport VitreousJelly from \"./VitreousJelly\";\nimport VitreousWarpedJelly from \"./VitreousWarpedJelly\";\n\nexport const allSuperiorMonsters = {\n\tAbhorrentSpectre,\n\tBasiliskSentinel,\n\tCaveAbomination,\n\tChasmCrawler,\n\tChokeDevil,\n\tCockathrice,\n\tColossalHydra,\n\tCrushingHand,\n\tFlamingPyrelord,\n\tGiantRockslug,\n\tGreaterAbyssalDemon,\n\tGuardianDrake,\n\tInsatiableBloodveld,\n\tInsatiableMutatedBloodveld,\n\tKingKurask,\n\tMalevolentMage,\n\tMarbleGargoyle,\n\tMonstrousBasilisk,\n\tNechryarch,\n\tNightBeast,\n\tNuclearSmokeDevil,\n\tRepugnantSpectre,\n\tScreamingBanshee,\n\tScreamingTwistedBanshee,\n\tShadowWyrm,\n\tSpikedTuroth,\n\tVitreousJelly,\n\tVitreousWarpedJelly,\n};\n", "import { Collection } from \"../../structures/Collection\";\nimport type Monster from \"../../structures/Monster\";\nimport { CreatureCreation } from \"./CreatureCreation\";\nimport { allBosses } from \"./bosses\";\nimport { allLowMonsters } from \"./low\";\nimport { CamdozaalGolems } from \"./low/camdozaalGolems\";\nimport { ReanimatedMonsters } from \"./low/reanimated\";\nimport { specialBosses } from \"./special\";\nimport { allSuperiorMonsters } from \"./superiorMonsters\";\n\nconst monstersObject = {\n\t...allBosses,\n\t...allLowMonsters,\n\t...specialBosses,\n\t...allSuperiorMonsters,\n\t...CreatureCreation,\n\t...ReanimatedMonsters,\n\t...CamdozaalGolems,\n};\n\nconst allMonsters: [number, Monster][] = Object.values(monstersObject).map((monster: Monster) => [monster.id, monster]);\n\nexport const Monsters = Object.assign(new Collection(allMonsters), monstersObject);\n\nexport default Monsters;\n", "import { percentChance, randInt, roll } from \"e\";\n\nimport type { OpenableOpenOptions } from \"../../meta/types\";\nimport Bank from \"../../structures/Bank\";\nimport LootTable from \"../../structures/LootTable\";\nimport SimpleOpenable from \"../../structures/SimpleOpenable\";\nimport { BrimstoneChestFish, chanceOfFish } from \"./BonusOpenables\";\n\nconst BrimstoneChestTable = new LootTable()\n\t.add(\"Uncut diamond\", [25, 35], 5)\n\t.add(\"Uncut ruby\", [25, 35], 5)\n\t.add(\"Coal\", [300, 500], 5)\n\t.add(\"Coins\", [50_000, 150_000], 5)\n\t.add(\"Gold ore\", [100, 200], 4)\n\t.add(\"Dragon arrowtips\", [50, 200], 4)\n\t.add(\"Iron ore\", [350, 500], 3)\n\t.add(\"Rune full helm\", [2, 4], 3)\n\t.add(\"Rune platebody\", [1, 2], 3)\n\t.add(\"Rune platelegs\", [1, 2], 3)\n\t.add(\"Runite ore\", [10, 15], 2)\n\t.add(\"Steel bar\", [300, 500], 2)\n\t.add(\"Magic logs\", [120, 160], 2)\n\t.add(\"Dragon dart tip\", [40, 160], 2)\n\t.add(\"Palm tree seed\", [2, 4], 1)\n\t.add(\"Magic seed\", [2, 4], 1)\n\t.add(\"Celastrus seed\", [2, 4], 1)\n\t.add(\"Dragonfruit tree seed\", [1, 4], 1)\n\t.add(\"Redwood tree seed\", 1, 1)\n\t.add(\"Torstol seed\", [3, 5], 1)\n\t.add(\"Snapdragon seed\", [3, 5], 1)\n\t.add(\"Ranarr seed\", [3, 5], 1)\n\t.add(\"Pure essence\", [3000, 6000], 1)\n\t.oneIn(200, \"Broken dragon hasta\")\n\t.oneIn(1000, \"Mystic hat (dusk)\")\n\t.oneIn(1000, \"Mystic robe top (dusk)\")\n\t.oneIn(1000, \"Mystic robe bottom (dusk)\")\n\t.oneIn(1000, \"Mystic gloves (dusk)\")\n\t.oneIn(1000, \"Mystic boots (dusk)\");\n\nexport class BrimstoneChestOpenable extends SimpleOpenable {\n\tpublic open(quantity = 1, options: OpenableOpenOptions = { fishLvl: 99 }) {\n\t\tconst loot = new Bank();\n\t\tconst fishLvl = options.fishLvl ?? 99;\n\n\t\tconst lobster = BrimstoneChestFish.find(fish => fish.item === \"Raw lobster\");\n\t\tfor (let i = 0; i < quantity; i++) {\n\t\t\tif (roll(20)) {\n\t\t\t\tlet fishRolled = false;\n\t\t\t\tfor (const fish of BrimstoneChestFish) {\n\t\t\t\t\tif (fishLvl >= fish.req) {\n\t\t\t\t\t\tif (percentChance(chanceOfFish(fishLvl, fish.low, fish.high))) {\n\t\t\t\t\t\t\tloot.add(fish.item, randInt(fish.qty[0], fish.qty[1]));\n\t\t\t\t\t\t\tfishRolled = true;\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif (!fishRolled) {\n\t\t\t\t\tloot.add(lobster?.item, randInt(lobster!.qty[0], lobster!.qty[1]));\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tloot.add(BrimstoneChestTable.roll());\n\t\t\t}\n\t\t}\n\t\treturn loot;\n\t}\n}\n\nexport default new BrimstoneChestOpenable({\n\tid: 23_083,\n\tname: \"Brimstone chest\",\n\taliases: [\"brimstone chest\", \"brimstone\"],\n\ttable: BrimstoneChestTable,\n});\n", "import type { OpenableOpenOptions, OpenableOptions } from \"../meta/types\";\nimport type Bank from \"./Bank\";\n\n/**\n * An entity from OSRS which can be opened (e.g. implings)\n */\nexport default abstract class Openable {\n\t/**\n\t * The item ID of the item which is opened.\n\t */\n\tpublic id: number;\n\tpublic name: string;\n\tpublic aliases: string[];\n\tpublic abstract open(quantity: number, options: OpenableOpenOptions): Bank;\n\tpublic allItems: number[];\n\n\tconstructor(options: OpenableOptions) {\n\t\tthis.id = options.id;\n\t\tthis.name = options.name;\n\t\tthis.aliases = options.aliases ?? [];\n\t\tthis.allItems = options.allItems ?? [];\n\t}\n}\n", "import type { OpenableOptions } from \"../meta/types\";\nimport Bank from \"./Bank\";\nimport type LootTable from \"./LootTable\";\nimport Openable from \"./Openable\";\n\ninterface SimpleOpenableOptions extends OpenableOptions {\n\ttable: LootTable;\n}\n\nexport default class SimpleOpenable extends Openable {\n\tpublic table: LootTable;\n\n\tconstructor(options: SimpleOpenableOptions) {\n\t\tsuper({ ...options, allItems: options.table.allItems });\n\t\tthis.table = options.table;\n\t}\n\n\tpublic open(quantity = 1) {\n\t\tconst loot = new Bank();\n\n\t\tfor (let i = 0; i < quantity; i++) {\n\t\t\tloot.add(this.table.roll());\n\t\t}\n\n\t\treturn loot;\n\t}\n}\n", "export interface FishDropTable {\n\titem: string;\n\tqty: [number, number];\n\tlow: number;\n\thigh: number;\n\treq: number;\n}\n\n// Uses the skilling success rate formula: https://oldschool.runescape.wiki/w/Skilling_success_rate\nexport function chanceOfFish(fishLvl: number, low: number, high: number) {\n\tconst num1: number = (low * (99 - fishLvl)) / 98;\n\tconst num2: number = (high * (fishLvl - 1)) / 98;\n\n\tconst chanceOfSuccess = (num1 + num2 + 1) / 256;\n\n\treturn chanceOfSuccess * 100;\n}\n\nexport const BrimstoneChestFish: FishDropTable[] = [\n\t{\n\t\titem: \"Raw manta ray\",\n\t\tqty: [80, 160],\n\t\tlow: -10,\n\t\thigh: 20,\n\t\treq: 31,\n\t},\n\t{\n\t\titem: \"Raw sea turtle\",\n\t\tqty: [80, 200],\n\t\tlow: -10,\n\t\thigh: 50,\n\t\treq: 17,\n\t},\n\t{\n\t\titem: \"Raw shark\",\n\t\tqty: [100, 250],\n\t\tlow: -60,\n\t\thigh: 140,\n\t\treq: 27,\n\t},\n\t{\n\t\titem: \"Raw monkfish\",\n\t\tqty: [100, 300],\n\t\tlow: 0,\n\t\thigh: 170,\n\t\treq: 1,\n\t},\n\t{\n\t\titem: \"Raw swordfish\",\n\t\tqty: [100, 300],\n\t\tlow: 30,\n\t\thigh: 200,\n\t\treq: 1,\n\t},\n\t{\n\t\titem: \"Raw lobster\",\n\t\tqty: [100, 350],\n\t\tlow: 70,\n\t\thigh: 270,\n\t\treq: 1,\n\t},\n\t{\n\t\titem: \"Raw tuna\",\n\t\tqty: [100, 350],\n\t\tlow: 225,\n\t\thigh: 324,\n\t\treq: 1,\n\t},\n];\n\nexport const LarransSmallChestFish: FishDropTable[] = [\n\t{\n\t\titem: \"Raw manta ray\",\n\t\tqty: [81, 177],\n\t\tlow: -10,\n\t\thigh: 20,\n\t\treq: 31,\n\t},\n\t{\n\t\titem: \"Raw sea turtle\",\n\t\tqty: [81, 177],\n\t\tlow: -10,\n\t\thigh: 50,\n\t\treq: 17,\n\t},\n\t{\n\t\titem: \"Raw shark\",\n\t\tqty: [126, 250],\n\t\tlow: -60,\n\t\thigh: 140,\n\t\treq: 27,\n\t},\n\t{\n\t\titem: \"Raw monkfish\",\n\t\tqty: [162, 297],\n\t\tlow: 0,\n\t\thigh: 170,\n\t\treq: 1,\n\t},\n\t{\n\t\titem: \"Raw swordfish\",\n\t\tqty: [113, 264],\n\t\tlow: 30,\n\t\thigh: 200,\n\t\treq: 1,\n\t},\n\t{\n\t\titem: \"Raw lobster\",\n\t\tqty: [163, 342],\n\t\tlow: 70,\n\t\thigh: 270,\n\t\treq: 1,\n\t},\n\t{\n\t\titem: \"Raw tuna\",\n\t\tqty: [112, 307],\n\t\tlow: 225,\n\t\thigh: 324,\n\t\treq: 1,\n\t},\n];\n\nexport const LarransBigChestFish: FishDropTable[] = [\n\t{\n\t\titem: \"Raw manta ray\",\n\t\tqty: [120, 240],\n\t\tlow: -10,\n\t\thigh: 20,\n\t\treq: 31,\n\t},\n\t{\n\t\titem: \"Raw sea turtle\",\n\t\tqty: [120, 300],\n\t\tlow: -10,\n\t\thigh: 50,\n\t\treq: 17,\n\t},\n\t{\n\t\titem: \"Raw shark\",\n\t\tqty: [150, 375],\n\t\tlow: -60,\n\t\thigh: 140,\n\t\treq: 27,\n\t},\n\t{\n\t\titem: \"Raw monkfish\",\n\t\tqty: [150, 450],\n\t\tlow: 0,\n\t\thigh: 170,\n\t\treq: 1,\n\t},\n\t{\n\t\titem: \"Raw swordfish\",\n\t\tqty: [150, 450],\n\t\tlow: 30,\n\t\thigh: 200,\n\t\treq: 1,\n\t},\n\t{\n\t\titem: \"Raw lobster\",\n\t\tqty: [150, 525],\n\t\tlow: 70,\n\t\thigh: 270,\n\t\treq: 1,\n\t},\n\t{\n\t\titem: \"Raw tuna\",\n\t\tqty: [150, 525],\n\t\tlow: 225,\n\t\thigh: 324,\n\t\treq: 1,\n\t},\n];\n", "import LootTable from \"../../structures/LootTable\";\nimport SimpleOpenable from \"../../structures/SimpleOpenable\";\n\nconst CasketTable = new LootTable()\n\t.add(\"Coins\", 160, 24)\n\t.add(\"Coins\", 20, 22)\n\t.add(\"Coins\", 40, 20)\n\t.add(\"Coins\", 320, 19)\n\t.add(\"Coins\", 80, 18)\n\t.add(\"Coins\", 640, 18)\n\t.add(\"Uncut sapphire\", 1, 64)\n\t.add(\"Uncut emerald\", 1, 33)\n\t.add(\"Uncut ruby\", 1, 15)\n\t.add(\"Uncut diamond\", 1, 4)\n\t.add(\"Cosmic talisman\", 1, 16)\n\t.add(\"Loop half of key\", 1, 2)\n\t.add(\"Tooth half of key\", 1, 2);\n\nexport default new SimpleOpenable({\n\tid: 405,\n\tname: \"Casket\",\n\taliases: [\"casket\"],\n\ttable: CasketTable,\n});\n", "import LootTable from \"../../structures/LootTable\";\nimport SimpleOpenable from \"../../structures/SimpleOpenable\";\nimport { itemTupleToTable } from \"../../util\";\n\nconst runeArmorTable = new LootTable().add(\"Rune platelegs\", 1, 1).add(\"Rune plateskirt\", 1, 1);\n\nconst coinsKeyHalfTable = new LootTable()\n\t.every(\"Coins\", 750)\n\t.add(\"Tooth half of key\", 1, 1)\n\t.add(\"Loop half of key\", 1, 1);\n\nconst CrystalChestTable = new LootTable({ limit: 128 })\n\t.every(\"Uncut dragonstone\")\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Spinach roll\", 1],\n\t\t\t[\"Coins\", 2000],\n\t\t]),\n\t\t1,\n\t\t34,\n\t)\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Air rune\", 50],\n\t\t\t[\"Water rune\", 50],\n\t\t\t[\"Earth rune\", 50],\n\t\t\t[\"Fire rune\", 50],\n\t\t\t[\"Body rune\", 50],\n\t\t\t[\"Mind rune\", 50],\n\t\t\t[\"Chaos rune\", 10],\n\t\t\t[\"Death rune\", 10],\n\t\t\t[\"Cosmic rune\", 10],\n\t\t\t[\"Nature rune\", 10],\n\t\t\t[\"Law rune\", 10],\n\t\t]),\n\t\t1,\n\t\t12,\n\t)\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Ruby\", 2],\n\t\t\t[\"Diamond\", 2],\n\t\t]),\n\t\t1,\n\t\t12,\n\t)\n\t.add(\"Runite bar\", 3, 12)\n\t.add(coinsKeyHalfTable, 1, 10)\n\t.add(\"Iron ore\", 150, 10)\n\t.add(\"Coal\", 100, 10)\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Raw swordfish\", 5],\n\t\t\t[\"Coins\", 1000],\n\t\t]),\n\t\t1,\n\t\t8,\n\t)\n\t.add(\"Adamant sq shield\", 1, 2)\n\t.add(runeArmorTable, 1);\n\nexport default new SimpleOpenable({\n\tid: 989,\n\tname: \"Crystal chest\",\n\taliases: [\"crystal chest\"],\n\ttable: CrystalChestTable,\n});\n", "import LootTable from \"../../structures/LootTable\";\nimport SimpleOpenable from \"../../structures/SimpleOpenable\";\nimport { itemTupleToTable } from \"../../util\";\n\n/* Dragonstone armour roll */\nconst DragonStoneArmorTable = new LootTable()\n\t.add(\"Dragonstone full helm\", 1, 1)\n\t.add(\"Dragonstone platebody\", 1, 1)\n\t.add(\"Dragonstone platelegs\", 1, 1)\n\t.add(\"Dragonstone gauntlets\", 1, 1)\n\t.add(\"Dragonstone boots\", 1, 1);\n\n/* Key half roll */\nconst coinsKeyHalfTable = new LootTable()\n\t.every(\"Uncut dragonstone\")\n\t.every(\"Coins\", [10_000, 15_000])\n\t.add(\"Tooth half of key\", 1, 1)\n\t.add(\"Loop half of key\", 1, 1);\n\n/* Rune armor roll */\nconst runeArmorTable = new LootTable()\n\t.every(\"Uncut dragonstone\")\n\t.every(\"Crystal shard\", [4, 6])\n\t.add(\"Rune platelegs\", 1, 1)\n\t.add(\"Rune plateskirt\", 1, 1);\n\n/* Dragon items roll */\nconst dragonItemTable = new LootTable()\n\t.every(\"Uncut dragonstone\")\n\t.add(\"Dragon platelegs\", 1, 1)\n\t.add(\"Dragon plateskirt\", 1, 1)\n\t.add(\"Shield left half\", 1, 1);\n\nconst ElvenCrystalChestTable = new LootTable()\n\t.oneIn(10_000, \"Uncut onyx\")\n\t.oneIn(500, DragonStoneArmorTable)\n\t.add(coinsKeyHalfTable, 1, 64)\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Uncut dragonstone\", 1],\n\t\t\t[\"Uncut ruby\", [10, 13]],\n\t\t\t[\"Uncut diamond\", [5, 8]],\n\t\t]),\n\t\t1,\n\t\t32,\n\t)\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Uncut dragonstone\", 1],\n\t\t\t[\"Crystal key\", 1],\n\t\t]),\n\t\t1,\n\t\t24,\n\t)\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Uncut dragonstone\", 1],\n\t\t\t[\"Coins\", [30_000, 50_000]],\n\t\t\t[\"Crystal shard\", [8, 13]],\n\t\t]),\n\t\t1,\n\t\t20,\n\t)\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Uncut dragonstone\", 1],\n\t\t\t[\"Crystal shard\", [20, 30]],\n\t\t]),\n\t\t1,\n\t\t17,\n\t)\n\t.add(runeArmorTable, 1, 17)\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Uncut dragonstone\", 1],\n\t\t\t[\"Cosmic rune\", [50, 100]],\n\t\t\t[\"Chaos rune\", [50, 100]],\n\t\t\t[\"Nature rune\", [50, 100]],\n\t\t\t[\"Law rune\", [50, 100]],\n\t\t\t[\"Death rune\", [50, 100]],\n\t\t]),\n\t\t1,\n\t\t17,\n\t)\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Uncut dragonstone\", 1],\n\t\t\t[\"Yew seed\", 1],\n\t\t]),\n\t\t1,\n\t\t17,\n\t)\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Uncut dragonstone\", 1],\n\t\t\t[\"Raw shark\", [50, 100]],\n\t\t]),\n\t\t1,\n\t\t17,\n\t)\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Uncut dragonstone\", 1],\n\t\t\t[\"Gold ore\", [350, 500]],\n\t\t]),\n\t\t1,\n\t\t12,\n\t)\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Uncut dragonstone\", 1],\n\t\t\t[\"Runite ore\", [7, 10]],\n\t\t]),\n\t\t1,\n\t\t9,\n\t)\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Uncut dragonstone\", 1],\n\t\t\t[\"Crystal acorn\", [1, 2]],\n\t\t]),\n\t\t1,\n\t\t7,\n\t)\n\t.add(dragonItemTable, 1, 3);\n\nexport default new SimpleOpenable({\n\tid: 23_951,\n\tname: \"Elven crystal chest\",\n\taliases: [\"elven crystal chest\", \"elven chest\", \"enhanced\", \"enhanced crystal chest\", \"elven chest\", \"elven\"],\n\ttable: ElvenCrystalChestTable,\n});\n", "import LootTable from \"../../structures/LootTable\";\nimport SimpleOpenable from \"../../structures/SimpleOpenable\";\n\nconst GiantEggSacFullTable = new LootTable().every(\"Red spiders' eggs\", 100);\n\nexport default new SimpleOpenable({\n\tid: 23_517,\n\tname: \"Giant egg sac(full)\",\n\taliases: [\"giant egg sac(full)\", \"giant egg sac full\"],\n\ttable: GiantEggSacFullTable,\n});\n", "import LootTable from \"../../structures/LootTable\";\nimport SimpleOpenable from \"../../structures/SimpleOpenable\";\nimport { itemTupleToTable } from \"../../util\";\n\nconst FoodTable = new LootTable()\n\t.add(\"Egg potato\", 4, 12)\n\t.add(\"Shark\", 4, 7)\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Saradomin brew(2)\", 3],\n\t\t\t[\"Super restore(2)\", 1],\n\t\t]),\n\t\t1,\n\t\t1,\n\t);\n\nconst PotionTable = new LootTable()\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Super attack(2)\", 1],\n\t\t\t[\"Super strength(2)\", 1],\n\t\t\t[\"Super defence(2)\", 1],\n\t\t]),\n\t\t1,\n\t\t8,\n\t)\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Super defence(2)\", 1],\n\t\t\t[\"Ranging potion(2)\", 1],\n\t\t]),\n\t\t1,\n\t\t8,\n\t)\n\t.add(\"Prayer potion(3)\", 2, 3)\n\t.add(\"Super restore(3)\", 2, 1);\n\nconst GrubbyChestTable = new LootTable()\n\t/* Food roll */\n\t.every(FoodTable, 2)\n\n\t/* Potion roll */\n\t.every(PotionTable, 1)\n\n\t/* Main roll */\n\t.add(\"Law rune\", 200, 10)\n\t.add(\"Death rune\", 200, 10)\n\t.add(\"Astral rune\", 200, 10)\n\t.add(\"Blood rune\", 200, 10)\n\t.add(\"Grimy toadflax\", 10, 8)\n\t.add(\"Grimy ranarr weed\", 10, 8)\n\t.add(\"Coins\", 10_000, 8)\n\t.add(\"Grimy snapdragon\", 10, 7)\n\t.add(\"Grimy torstol\", 5, 7)\n\t.add(\"Crystal key\", 1, 6)\n\t.add(\"Dragon bones\", 10, 6)\n\t.add(\"Red dragonhide\", 10, 6)\n\t.add(\"Dragon dart tip\", 50, 2)\n\t.add(\"Dragon arrowtips\", 100, 2)\n\n\t/* Tertiary */\n\t.tertiary(25, \"Orange egg sac\")\n\t.tertiary(25, \"Blue egg sac\");\n\nexport default new SimpleOpenable({\n\tid: 23_499,\n\tname: \"Grubby chest\",\n\taliases: [\"grubby chest\", \"grubby\"],\n\ttable: GrubbyChestTable,\n});\n", "import LootTable from \"../../structures/LootTable\";\nimport SimpleOpenable from \"../../structures/SimpleOpenable\";\n\n// TODO: check back for wiki drop table update from another one in the repo\nconst GemTable = new LootTable()\n\t.add(\"Sapphire necklace\", 1, 4)\n\t.add(\"Sapphire amulet\", 1, 4)\n\t.add(\"Sapphire ring\", 1, 4)\n\t.add(\"Emerald necklace\", 1, 3)\n\t.add(\"Emerald amulet\", 1, 3)\n\t.add(\"Emerald ring\", 1, 3)\n\t.add(\"Ruby necklace\", 1, 2)\n\t.add(\"Ruby amulet\", 1, 2)\n\t.add(\"Ruby ring\", 1, 2)\n\t.add(\"Gold necklace\", 1, 2)\n\t.add(\"Gold amulet\", 1, 2)\n\t.add(\"Gold ring\", 1, 2)\n\t.add(\"Sapphire\", 1, 2)\n\t.add(\"Emerald\", 1, 2)\n\t.add(\"Ruby\", 1, 2)\n\t.add(\"Diamond necklace\", 1, 1)\n\t.add(\"Diamond amulet\", 1, 1)\n\t.add(\"Diamond ring\", 1, 1)\n\t.add(\"Diamond\", 1, 1);\n\nconst HAMChestTable = new LootTable()\n\t.every(\"Coins\", [0, 99])\n\t.add(GemTable, 1, 1)\n\t.add(GemTable, 2, 1)\n\t.add(GemTable, 3, 1)\n\t.add(GemTable, 4, 1)\n\t.add(GemTable, 5, 1);\n\nexport const BronzeHAMChest = new SimpleOpenable({\n\tid: 8867,\n\tname: \"Bronze HAM chest\",\n\taliases: [\"Bronze\", \"bronze ham chest\", \"bronze chest\"],\n\ttable: HAMChestTable,\n});\n\nexport const IronHAMChest = new SimpleOpenable({\n\tid: 8869,\n\tname: \"Iron HAM chest\",\n\taliases: [\"iron\", \"iron ham chest\", \"iron chest\"],\n\ttable: HAMChestTable,\n});\n\nexport const SilverHAMChest = new SimpleOpenable({\n\tid: 8868,\n\tname: \"Silver HAM chest\",\n\taliases: [\"silver\", \"silver ham chest\", \"silver chest\"],\n\ttable: HAMChestTable,\n});\n\nexport const SteelHAMChest = new SimpleOpenable({\n\tid: 8866,\n\tname: \"Steel HAM chest\",\n\taliases: [\"steel\", \"steel ham chest\", \"steel chest\"],\n\ttable: HAMChestTable,\n});\n", "import LootTable from \"../../structures/LootTable\";\nimport SimpleOpenable from \"../../structures/SimpleOpenable\";\n\nconst SackLogTable = new LootTable()\n\t.add(\"Maple logs\", 4)\n\t.add(\"Yew logs\", 4)\n\t.add(\"Teak logs\", 4)\n\t.add(\"Mahogany logs\", 4)\n\t.add(\"Magic logs\", 4);\n\nconst SackHerbTable = new LootTable()\n\t.add(\"Grimy harralander\", 4)\n\t.add(\"Grimy irit leaf\", 4)\n\t.add(\"Grimy avantoe\", 4)\n\t.add(\"Grimy ranarr weed\", 4)\n\t.add(\"Grimy cadantine\", 4)\n\t.add(\"Grimy kwuarm\", 4)\n\t.add(\"Grimy lantadyme\", 4);\n\nconst BasicSackTable = new LootTable()\n\t.add(\"Quetzal feed\", 1)\n\t.add(\"Coins\", [750, 1_250])\n\t.add(\"Hunter spear tips\", [15, 30])\n\t.add(\"Blessed bone shards\", [100, 200])\n\t.add(\"Raw kyatt\", 2)\n\t.add(\"Raw pyre fox\", 3)\n\t.add(SackLogTable);\n\nconst BSackTable = new LootTable().every(BasicSackTable, 5);\n\nconst AdeptSackTable = new LootTable()\n\t.add(\"Quetzal feed\", 1)\n\t.add(\"Coins\", [750, 1_250])\n\t.add(\"Hunter spear tips\", [15, 30])\n\t.add(\"Blessed bone shards\", [100, 200])\n\t.add(\"Raw kyatt\", 2)\n\t.add(\"Raw pyre fox\", 3)\n\t.add(5_075, 1)\n\t.add(5_075, [2, 3])\n\t.add(\"Raw sunlight antelope\", 2)\n\t.add(\"Sun-kissed bones\", 2)\n\t.add(SackLogTable)\n\t.add(SackHerbTable);\n\nconst ASackTable = new LootTable().every(AdeptSackTable, 7);\n\nconst ExpertSackTable = new LootTable()\n\t.add(\"Quetzal feed\", 1)\n\t.add(\"Coins\", [750, 1_250])\n\t.add(\"Coins\", [2_500, 3_500])\n\t.add(\"Hunter spear tips\", [15, 30])\n\t.add(\"Blessed bone shards\", [100, 200])\n\t.add(\"Raw kyatt\", 2)\n\t.add(\"Raw pyre fox\", 3)\n\t.add(5_075, 1)\n\t.add(5_075, [2, 3])\n\t.add(\"Raw sunlight antelope\", 2)\n\t.add(\"Raw moonlight antelope\", 2)\n\t.add(\"Sun-kissed bones\", 2)\n\t.add(\"Sun-kissed bones\", 3)\n\t.add(SackLogTable)\n\t.add(SackHerbTable);\n\nconst ESackTable = new LootTable().every(ExpertSackTable, 9);\n\nconst MasterSackTable = new LootTable()\n\t.add(\"Quetzal feed\", 1)\n\t.add(\"Coins\", [750, 1_250])\n\t.add(\"Coins\", [2_500, 3_500])\n\t.add(\"Hunter spear tips\", [15, 30])\n\t.add(\"Blessed bone shards\", [100, 200])\n\t.add(\"Raw kyatt\", 2)\n\t.add(\"Raw pyre fox\", 3)\n\t.add(5_075, 1)\n\t.add(5_075, [2, 3])\n\t.add(\"Raw sunlight antelope\", 2)\n\t.add(\"Raw moonlight antelope\", 2)\n\t.add(\"Sun-kissed bones\", 2)\n\t.add(\"Sun-kissed bones\", 3)\n\t.add(SackLogTable)\n\t.add(SackHerbTable);\n\nconst MSackTable = new LootTable().every(MasterSackTable, 11);\n\nexport const BasicSack = new SimpleOpenable({\n\tid: 29_242,\n\tname: \"Hunters' loot sack (basic)\",\n\taliases: [\"basic hunter sack\", \"hunter's loot sack (basic)\", \"hunters loot sack (basic)\"],\n\ttable: BSackTable,\n});\n\nexport const AdeptSack = new SimpleOpenable({\n\tid: 29_244,\n\tname: \"Hunters' loot sack (adept)\",\n\taliases: [\"adept hunter sack\", \"hunter's loot sack (adept)\", \"hunters loot sack (adept)\"],\n\ttable: ASackTable,\n});\n\nexport const ExpertSack = new SimpleOpenable({\n\tid: 29_246,\n\tname: \"Hunters' loot sack (expert)\",\n\taliases: [\"expert hunter sack\", \"hunter's loot sack (expert)\", \"hunters loot sack (expert)\"],\n\ttable: ESackTable,\n});\n\nexport const MasterSack = new SimpleOpenable({\n\tid: 29_248,\n\tname: \"Hunters' loot sack (master)\",\n\taliases: [\"master hunter sack\", \"hunter's loot sack (master)\", \"hunters loot sack (master)\"],\n\ttable: MSackTable,\n});\n", "import LootTable from \"../../structures/LootTable\";\n\nexport const PrayerPageTable = new LootTable()\n\t.add(\"Saradomin page 1\")\n\t.add(\"Saradomin page 2\")\n\t.add(\"Saradomin page 3\")\n\t.add(\"Saradomin page 4\")\n\t.add(\"Zamorak page 1\")\n\t.add(\"Zamorak page 2\")\n\t.add(\"Zamorak page 3\")\n\t.add(\"Zamorak page 4\")\n\t.add(\"Guthix page 1\")\n\t.add(\"Guthix page 2\")\n\t.add(\"Guthix page 3\")\n\t.add(\"Guthix page 4\")\n\t.add(\"Bandos page 1\")\n\t.add(\"Bandos page 2\")\n\t.add(\"Bandos page 3\")\n\t.add(\"Bandos page 4\")\n\t.add(\"Armadyl page 1\")\n\t.add(\"Armadyl page 2\")\n\t.add(\"Armadyl page 3\")\n\t.add(\"Armadyl page 4\")\n\t.add(\"Ancient page 1\")\n\t.add(\"Ancient page 2\")\n\t.add(\"Ancient page 3\")\n\t.add(\"Ancient page 4\");\n\nexport const GildedTable = new LootTable()\n\t.add(\"Gilded platebody\")\n\t.add(\"Gilded platelegs\")\n\t.add(\"Gilded plateskirt\")\n\t.add(\"Gilded full helm\")\n\t.add(\"Gilded kiteshield\")\n\t.add(\"Gilded med helm\")\n\t.add(\"Gilded chainbody\")\n\t.add(\"Gilded sq shield\")\n\t.add(\"Gilded 2h sword\")\n\t.add(\"Gilded spear\")\n\t.add(\"Gilded hasta\");\n\nexport const FirelighterTable = new LootTable()\n\t.add(\"Red firelighter\", [4, 10])\n\t.add(\"Green firelighter\", [4, 10])\n\t.add(\"Blue firelighter\", [4, 10])\n\t.add(\"Purple firelighter\", [4, 10])\n\t.add(\"White firelighter\", [4, 10]);\n\nexport const SubTeleportScrollTable = new LootTable()\n\t.add(\"Nardah teleport\", [5, 15])\n\t.add(\"Mos le'harmless teleport\", [5, 15])\n\t.add(\"Mort'ton teleport\", [5, 15])\n\t.add(\"Feldip hills teleport\", [5, 15])\n\t.add(\"Lunar isle teleport\", [5, 15])\n\t.add(\"Digsite teleport\", [5, 15])\n\t.add(\"Piscatoris teleport\", [5, 15])\n\t.add(\"Pest control teleport\", [5, 15])\n\t.add(\"Tai bwo wannai teleport\", [5, 15])\n\t.add(\"Lumberyard teleport\", [5, 15])\n\t.add(\"Charge dragonstone jewellery scroll\", [5, 15])\n\t.add(\"Iorwerth camp teleport\", [5, 15]);\n\nexport const TeleportScrollTable = new LootTable().add(\"Master scroll book (empty)\").add(SubTeleportScrollTable, 1, 21);\n\nexport const GiveHalfKeyTable = new LootTable().add(\"Loop half of key\").add(\"Tooth half of key\");\n\nexport const BlessingTable = new LootTable()\n\t.add(\"Holy blessing\")\n\t.add(\"Unholy blessing\")\n\t.add(\"Peaceful blessing\")\n\t.add(\"Honourable blessing\")\n\t.add(\"War blessing\")\n\t.add(\"Ancient blessing\")\n\t.add(\"Coins\", [10_000, 15_000], 7)\n\t.add(\"Purple sweets\", [8, 12], 7);\n", "import LootTable from \"../../structures/LootTable\";\nimport { itemID } from \"../../util\";\nimport { BlessingTable, FirelighterTable, PrayerPageTable, TeleportScrollTable } from \"./General\";\n\nexport const EasyChefTable = new LootTable().add(\"Golden apron\").add(\"Golden chef's hat\");\n\nexport const EasySubMonkTable = new LootTable().add(\"Monk's robe top (g)\").add(\"Monk's robe (g)\");\n\nexport const EasyMonkTable = new LootTable().add(\"Coins\", [3400, 6200], 4).add(EasySubMonkTable);\n\nexport const EasyCapeTable = new LootTable()\n\t.add(\"Team cape zero\")\n\t.add(\"Team cape i\")\n\t.add(\"Team cape x\")\n\t.add(\"Cape of skulls\");\n\nexport const EasyElegantTable = new LootTable()\n\t.add(\"Red elegant shirt\")\n\t.add(\"Red elegant legs\")\n\t.add(\"Red elegant blouse\")\n\t.add(\"Red elegant skirt\")\n\t.add(\"Green elegant shirt\")\n\t.add(\"Green elegant legs\")\n\t.add(\"Green elegant blouse\")\n\t.add(\"Green elegant skirt\")\n\t.add(\"Blue elegant shirt\")\n\t.add(\"Blue elegant legs\")\n\t.add(\"Blue elegant blouse\")\n\t.add(\"Blue elegant skirt\");\n\nexport const EasyRareTable = new LootTable()\n\t.add(\"Highwayman mask\")\n\t.add(\"Blue beret\")\n\t.add(\"Black beret\")\n\t.add(\"White beret\")\n\t.add(\"A powdered wig\")\n\t.add(\"Flared trousers\")\n\t.add(\"Pantaloons\")\n\t.add(\"Sleeping cap\")\n\t.add(\"Beanie\")\n\t.add(\"Imp mask\")\n\t.add(\"Goblin mask\")\n\t.add(\"Black cane\")\n\t.add(\"Red beret\")\n\t.add(\"Rain bow\")\n\t.add(\"Ham joint\")\n\t.add(\"Staff of bob the cat\")\n\t.add(\"Bob's red shirt\")\n\t.add(\"Bob's blue shirt\")\n\t.add(\"Bob's green shirt\")\n\t.add(\"Bob's black shirt\")\n\t.add(\"Bob's purple shirt\")\n\t.add(\"Black platebody (t)\")\n\t.add(\"Black platelegs (t)\")\n\t.add(\"Black plateskirt (t)\")\n\t.add(\"Black full helm (t)\")\n\t.add(\"Black kiteshield (t)\")\n\t.add(\"Studded body (t)\")\n\t.add(\"Studded chaps (t)\")\n\t.add(\"Blue skirt (t)\")\n\t.add(\"Blue wizard robe (t)\")\n\t.add(\"Blue wizard hat (t)\")\n\t.add(\"Bronze platebody (t)\")\n\t.add(\"Bronze platelegs (t)\")\n\t.add(\"Bronze plateskirt (t)\")\n\t.add(\"Bronze kiteshield (t)\")\n\t.add(\"Bronze full helm (t)\")\n\t.add(\"Iron platebody (t)\")\n\t.add(\"Iron platelegs (t)\")\n\t.add(\"Iron plateskirt (t)\")\n\t.add(\"Iron full helm (t)\")\n\t.add(\"Iron kiteshield (t)\")\n\t.add(\"Black wizard hat (t)\")\n\t.add(\"Black wizard robe (t)\")\n\t.add(\"Black skirt (t)\")\n\t.add(\"Steel full helm (t)\")\n\t.add(\"Steel platebody (t)\")\n\t.add(\"Steel platelegs (t)\")\n\t.add(\"Steel plateskirt (t)\")\n\t.add(\"Steel kiteshield (t)\")\n\t.add(\"Amulet of power (t)\")\n\t.add(\"Black platebody (g)\")\n\t.add(\"Black platelegs (g)\")\n\t.add(\"Black plateskirt (g)\")\n\t.add(\"Black full helm (g)\")\n\t.add(\"Black kiteshield (g)\")\n\t.add(\"Studded body (g)\")\n\t.add(\"Studded chaps (g)\")\n\t.add(\"Blue skirt (g)\")\n\t.add(\"Blue wizard robe (g)\")\n\t.add(\"Blue wizard hat (g)\")\n\t.add(\"Bronze platebody (g)\")\n\t.add(\"Bronze platelegs (g)\")\n\t.add(\"Bronze plateskirt (g)\")\n\t.add(\"Bronze kiteshield (g)\")\n\t.add(\"Bronze full helm (g)\")\n\t.add(\"Iron platebody (g)\")\n\t.add(\"Iron platelegs (g)\")\n\t.add(\"Iron plateskirt (g)\")\n\t.add(\"Iron kiteshield (g)\")\n\t.add(\"Iron full helm (g)\")\n\t.add(\"Black wizard hat (g)\")\n\t.add(\"Black wizard robe (g)\")\n\t.add(\"Black skirt (g)\")\n\t.add(\"Wooden shield (g)\")\n\t.add(\"Steel full helm (g)\")\n\t.add(\"Steel platebody (g)\")\n\t.add(\"Steel platelegs (g)\")\n\t.add(\"Steel plateskirt (g)\")\n\t.add(\"Steel kiteshield (g)\")\n\t.add(\"Leather body (g)\")\n\t.add(\"Leather chaps (g)\")\n\t.add(\"Black shield (h1)\")\n\t.add(\"Black shield (h2)\")\n\t.add(\"Black shield (h3)\")\n\t.add(\"Black shield (h4)\")\n\t.add(\"Black shield (h5)\")\n\t.add(\"Black helm (h1)\")\n\t.add(\"Black helm (h2)\")\n\t.add(\"Black helm (h3)\")\n\t.add(\"Black helm (h4)\")\n\t.add(\"Black helm (h5)\")\n\t.add(\"Black platebody (h1)\")\n\t.add(\"Black platebody (h2)\")\n\t.add(\"Black platebody (h3)\")\n\t.add(\"Black platebody (h4)\")\n\t.add(\"Black platebody (h5)\")\n\t.add(\"Saradomin robe top\")\n\t.add(\"Saradomin robe legs\")\n\t.add(\"Guthix robe top\")\n\t.add(\"Guthix robe legs\")\n\t.add(\"Zamorak robe top\")\n\t.add(\"Zamorak robe legs\")\n\t.add(\"Ancient robe top\")\n\t.add(\"Ancient robe legs\")\n\t.add(\"Armadyl robe top\")\n\t.add(\"Armadyl robe legs\")\n\t.add(\"Bandos robe top\")\n\t.add(\"Bandos robe legs\")\n\t.add(EasyChefTable)\n\t.add(EasyMonkTable)\n\t.add(EasyCapeTable)\n\t.add(EasyElegantTable, 1, 6);\n\nexport const EasyAmuletTable = new LootTable().add(\"Amulet of magic (t)\").add(\"Amulet of magic\", 1, 9);\n\nexport const EasyBlessingsTable = new LootTable().add(BlessingTable).add(\"Coins\", [3000, 7000], 2);\n\nexport const EasyBowTable = new LootTable().add(\"Willow comp bow\").add(\"Willow longbow\", 1, 9);\n\nexport const EasyStandardTable = new LootTable()\n\t.add(\"Coins\", [50, 200])\n\t.add(\"Trout\", [6, 10])\n\t.add(\"Salmon\", [6, 10])\n\t.add(\"Air rune\", [30, 50])\n\t.add(\"Fire rune\", [30, 50])\n\t.add(\"Water rune\", [30, 50])\n\t.add(\"Earth rune\", [30, 50])\n\t.add(\"Mind rune\", [30, 50])\n\t.add(\"Body rune\", [30, 50])\n\t.add(\"Law rune\", [5, 10])\n\t.add(\"Chaos rune\", [5, 10])\n\t.add(\"Nature rune\", [5, 10])\n\t.add(\"Purple sweets\", [2, 6])\n\t.add(\"Black platebody\")\n\t.add(\"Black longsword\")\n\t.add(\"Black full helm\")\n\t.add(\"Black platelegs\")\n\t.add(\"Black battleaxe\")\n\t.add(\"Black axe\")\n\t.add(\"Steel pickaxe\")\n\t.add(\"Black dagger\")\n\t.add(\"Staff of air\")\n\t.add(\"Studded chaps\")\n\t.add(\"Studded body\")\n\t.add(\"Willow shortbow\")\n\t.add(\"Coif\")\n\t.add(\"Black pickaxe\")\n\t.add(EasyAmuletTable)\n\t.add(EasyBlessingsTable)\n\t.add(EasyBowTable)\n\t.add(PrayerPageTable)\n\t.add(FirelighterTable)\n\t.add(TeleportScrollTable);\n\nexport const EasyClueTable = new LootTable().add(EasyStandardTable, 1, 11).add(EasyRareTable, 1, 1);\nexport const EasyCasket = new LootTable().add(EasyClueTable, [2, 4]).tertiary(50, \"Clue scroll (master)\");\nEasyCasket.allItems.push(itemID(\"Clue scroll (master)\"));\n", "import LootTable from \"../../structures/LootTable\";\nimport { itemID } from \"../../util\";\nimport {\n\tBlessingTable,\n\tFirelighterTable,\n\tGildedTable,\n\tGiveHalfKeyTable,\n\tPrayerPageTable,\n\tTeleportScrollTable,\n} from \"./General\";\n\nexport const Elite3rdageTable = new LootTable()\n\t.add(\"3rd age range coif\")\n\t.add(\"3rd age range top\")\n\t.add(\"3rd age range legs\")\n\t.add(\"3rd age vambraces\")\n\t.add(\"3rd age robe top\")\n\t.add(\"3rd age robe\")\n\t.add(\"3rd age mage hat\")\n\t.add(\"3rd age amulet\")\n\t.add(\"3rd age platelegs\")\n\t.add(\"3rd age platebody\")\n\t.add(\"3rd age full helmet\")\n\t.add(\"3rd age plateskirt\")\n\t.add(\"3rd age kiteshield\")\n\t.add(\"3rd age longsword\")\n\t.add(\"3rd age cloak\")\n\t.add(\"3rd age wand\")\n\t.add(\"3rd age bow\");\n\nexport const EliteMegaRareTable = new LootTable()\n\t.add(\"Gilded scimitar\")\n\t.add(\"Gilded boots\")\n\t.add(\"Battlestaff\", 100)\n\t.add(\"Crystal key\")\n\t.add(\"Lava dragon mask\")\n\t.add(\"Ranging potion(4)\", 30)\n\t.add(\"Saradomin brew(4)\", 30)\n\t.add(\"Super restore(4)\", 30)\n\t.add(\"Ring of nature\")\n\t.add(\"Extended antifire(4)\", 30)\n\t.add(\"Gilded coif\")\n\t.add(\"Gilded d'hide vambraces\")\n\t.add(\"Gilded d'hide body\")\n\t.add(\"Gilded d'hide chaps\")\n\t.add(\"Gilded pickaxe\")\n\t.add(\"Gilded axe\")\n\t.add(\"Gilded spade\")\n\t.add(GildedTable, 1, 5)\n\t.add(Elite3rdageTable);\n\nexport const EliteTuxedoTable = new LootTable()\n\t.add(\"Dark tuxedo jacket\")\n\t.add(\"Dark tuxedo cuffs\")\n\t.add(\"Dark trousers\")\n\t.add(\"Dark tuxedo shoes\")\n\t.add(\"Dark bow tie\")\n\t.add(\"Light tuxedo jacket\")\n\t.add(\"Light tuxedo cuffs\")\n\t.add(\"Light trousers\")\n\t.add(\"Light tuxedo shoes\")\n\t.add(\"Light bow tie\");\n\nexport const EliteRareTable = new LootTable()\n\t.add(\"Dragon cane\")\n\t.add(\"Briefcase\")\n\t.add(\"Sagacious spectacles\")\n\t.add(\"Royal crown\")\n\t.add(\"Royal sceptre\")\n\t.add(\"Royal gown top\")\n\t.add(\"Royal gown bottom\")\n\t.add(\"Fury ornament kit\")\n\t.add(\"Dragon chainbody ornament kit\")\n\t.add(\"Dragon legs/skirt ornament kit\")\n\t.add(\"Dragon sq shield ornament kit\")\n\t.add(\"Dragon full helm ornament kit\")\n\t.add(\"Bronze dragon mask\")\n\t.add(\"Iron dragon mask\")\n\t.add(\"Steel dragon mask\")\n\t.add(\"Mithril dragon mask\")\n\t.add(\"Afro\")\n\t.add(\"Katana\")\n\t.add(\"Big pirate hat\")\n\t.add(\"Top hat\")\n\t.add(\"Light infinity colour kit\")\n\t.add(\"Dark infinity colour kit\")\n\t.add(\"Black d'hide chaps (t)\")\n\t.add(\"Black d'hide chaps (g)\")\n\t.add(\"Black d'hide body (t)\")\n\t.add(\"Black d'hide body (g)\")\n\t.add(\"Musketeer hat\")\n\t.add(\"Musketeer tabard\")\n\t.add(\"Musketeer pants\")\n\t.add(\"Deerstalker\")\n\t.add(\"Blacksmith's helm\")\n\t.add(\"Arceuus scarf\")\n\t.add(\"Hosidius scarf\")\n\t.add(\"Lovakengj scarf\")\n\t.add(\"Piscarilius scarf\")\n\t.add(\"Shayzien scarf\")\n\t.add(\"Dragon scimitar ornament kit\")\n\t.add(\"Holy wraps\")\n\t.add(\"Ranger gloves\")\n\t.add(\"Bucket helm\")\n\t.add(\"Fremennik kilt\")\n\t.add(\"Adamant dragon mask\")\n\t.add(\"Rune dragon mask\")\n\t.add(\"Rangers' tights\")\n\t.add(\"Uri's hat\")\n\t.add(\"Giant boot\")\n\t.add(\"Rangers' tunic\")\n\t.add(\"Monocle\")\n\t.add(EliteMegaRareTable, 1, 2)\n\t.add(EliteTuxedoTable);\n\nexport const EliteSeedTable = new LootTable().add(\"Magic seed\").add(\"Yew seed\").add(\"Palm tree seed\");\n\nexport const EliteStandardTable = new LootTable()\n\t.add(\"Coins\", [20_000, 30_000])\n\t.add(\"Tuna potato\", [15, 20])\n\t.add(\"Summer pie\", [15, 20])\n\t.add(\"Law rune\", [50, 75])\n\t.add(\"Death rune\", [50, 75])\n\t.add(\"Blood rune\", [50, 75])\n\t.add(\"Soul rune\", [50, 75])\n\t.add(\"Oak plank\", [60, 80])\n\t.add(\"Purple sweets\", [9, 23])\n\t.add(\"Teak plank\", [40, 50])\n\t.add(\"Mahogany plank\", [20, 30])\n\t.add(\"Dragonstone bracelet\")\n\t.add(\"Dragon necklace\")\n\t.add(\"Dragonstone ring\")\n\t.add(\"Runite bar\", [1, 3])\n\t.add(\"Onyx bolt tips\", [8, 12])\n\t.add(\"Dragon dagger\")\n\t.add(\"Dragon longsword\")\n\t.add(\"Rune platebody\")\n\t.add(\"Rune platelegs\")\n\t.add(\"Rune plateskirt\")\n\t.add(\"Rune kiteshield\")\n\t.add(\"Dragon mace\")\n\t.add(\"Rune crossbow\")\n\t.add(EliteSeedTable)\n\t.add(PrayerPageTable)\n\t.add(FirelighterTable)\n\t.add(GiveHalfKeyTable)\n\t.add(TeleportScrollTable, 1, 2)\n\t.add(BlessingTable);\n\nexport const EliteClueTable = new LootTable().add(EliteStandardTable, 1, 24).add(EliteRareTable, 1, 1);\nexport const EliteCasket = new LootTable().add(EliteClueTable, [4, 6]).tertiary(5, \"Clue scroll (master)\");\nEliteCasket.allItems.push(itemID(\"Clue scroll (master)\"));\n", "import LootTable from \"../../structures/LootTable\";\nimport { itemID, itemTupleToTable } from \"../../util\";\nimport { BlessingTable, FirelighterTable, GildedTable, PrayerPageTable, TeleportScrollTable } from \"./General\";\n\nexport const Hard3rdageTable = new LootTable()\n\t.add(\"3rd age range coif\")\n\t.add(\"3rd age range top\")\n\t.add(\"3rd age range legs\")\n\t.add(\"3rd age vambraces\")\n\t.add(\"3rd age robe top\")\n\t.add(\"3rd age robe\")\n\t.add(\"3rd age mage hat\")\n\t.add(\"3rd age amulet\")\n\t.add(\"3rd age platelegs\")\n\t.add(\"3rd age platebody\")\n\t.add(\"3rd age full helmet\")\n\t.add(\"3rd age plateskirt\")\n\t.add(\"3rd age kiteshield\");\n\nexport const HardMegaRareTable = new LootTable()\n\t.add(\"Super energy(4)\", 15)\n\t.add(\"Super restore(4)\", 15)\n\t.add(\"Antifire potion(4)\", 15)\n\t.add(\n\t\titemTupleToTable([\n\t\t\t[\"Super attack(4)\", 5],\n\t\t\t[\"Super strength(4)\", 5],\n\t\t\t[\"Super defence(4)\", 5],\n\t\t]),\n\t)\n\t.add(Hard3rdageTable)\n\t.add(GildedTable, 1, 5);\n\nexport const HardBlessedShields = new LootTable()\n\t.add(\"Guthix d'hide shield\")\n\t.add(\"Saradomin d'hide shield\")\n\t.add(\"Zamorak d'hide shield\")\n\t.add(\"Ancient d'hide shield\")\n\t.add(\"Armadyl d'hide shield\")\n\t.add(\"Bandos d'hide shield\");\n\nexport const HardHeralicPlatebody = new LootTable()\n\t.add(\"Rune platebody (h1)\")\n\t.add(\"Rune platebody (h2)\")\n\t.add(\"Rune platebody (h3)\")\n\t.add(\"Rune platebody (h4)\")\n\t.add(\"Rune platebody (h5)\");\n\nexport const HardRareTable = new LootTable()\n\t.add(\"Robin hood hat\")\n\t.add(\"Tan cavalier\")\n\t.add(\"Dark cavalier\")\n\t.add(\"Black cavalier\")\n\t.add(\"White cavalier\")\n\t.add(\"Red cavalier\")\n\t.add(\"Navy cavalier\")\n\t.add(\"Pirate's hat\")\n\t.add(\"Enchanted hat\")\n\t.add(\"Enchanted top\")\n\t.add(\"Enchanted robe\")\n\t.add(\"Amulet of glory (t4)\")\n\t.add(\"Pith helmet\")\n\t.add(\"Explorer backpack\")\n\t.add(19_912) // Zombie head\n\t.add(\"Nunchaku\")\n\t.add(\"Cyclops head\")\n\t.add(\"Dragon boots ornament kit\")\n\t.add(\"Dual sai\")\n\t.add(\"Thieving bag\")\n\t.add(\"Rune defender ornament kit\")\n\t.add(\"Tzhaar-ket-om ornament kit\")\n\t.add(\"Berserker necklace ornament kit\")\n\t.add(\"Rune cane\")\n\t.add(\"Green dragon mask\")\n\t.add(\"Blue dragon mask\")\n\t.add(\"Red dragon mask\")\n\t.add(\"Black dragon mask\")\n\t.add(\"Rune platebody (t)\")\n\t.add(\"Rune platelegs (t)\")\n\t.add(\"Rune plateskirt (t)\")\n\t.add(\"Rune kiteshield (t)\")\n\t.add(\"Rune full helm (t)\")\n\t.add(\"Rune platebody (g)\")\n\t.add(\"Rune platelegs (g)\")\n\t.add(\"Rune plateskirt (g)\")\n\t.add(\"Rune kiteshield (g)\")\n\t.add(\"Rune full helm (g)\")\n\t.add(\"Rune helm (h1)\")\n\t.add(\"Rune helm (h2)\")\n\t.add(\"Rune helm (h3)\")\n\t.add(\"Rune helm (h4)\")\n\t.add(\"Rune helm (h5)\")\n\t.add(\"Rune shield (h1)\")\n\t.add(\"Rune shield (h2)\")\n\t.add(\"Rune shield (h3)\")\n\t.add(\"Rune shield (h4)\")\n\t.add(\"Rune shield (h5)\")\n\t.add(\"Zamorak platebody\")\n\t.add(\"Zamorak platelegs\")\n\t.add(\"Zamorak plateskirt\")\n\t.add(\"Zamorak kiteshield\")\n\t.add(\"Zamorak full helm\")\n\t.add(\"Zamorak bracers\")\n\t.add(\"Zamorak d'hide body\")\n\t.add(\"Zamorak chaps\")\n\t.add(\"Zamorak coif\")\n\t.add(\"Zamorak crozier\")\n\t.add(\"Zamorak stole\")\n\t.add(\"Zamorak d'hide boots\")\n\t.add(\"Saradomin platebody\")\n\t.add(\"Saradomin platelegs\")\n\t.add(\"Saradomin plateskirt\")\n\t.add(\"Saradomin kiteshield\")\n\t.add(\"Saradomin full helm\")\n\t.add(\"Saradomin bracers\")\n\t.add(\"Saradomin d'hide body\")\n\t.add(\"Saradomin chaps\")\n\t.add(\"Saradomin coif\")\n\t.add(\"Saradomin crozier\")\n\t.add(\"Saradomin stole\")\n\t.add(\"Saradomin d'hide boots\")\n\t.add(\"Guthix platebody\")\n\t.add(\"Guthix platelegs\")\n\t.add(\"Guthix plateskirt\")\n\t.add(\"Guthix kiteshield\")\n\t.add(\"Guthix full helm\")\n\t.add(\"Guthix bracers\")\n\t.add(\"Guthix d'hide body\")\n\t.add(\"Guthix chaps\")\n\t.add(\"Guthix coif\")\n\t.add(\"Guthix crozier\")\n\t.add(\"Guthix stole\")\n\t.add(\"Guthix d'hide boots\")\n\t.add(\"Bandos platebody\")\n\t.add(\"Bandos platelegs\")\n\t.add(\"Bandos plateskirt\")\n\t.add(\"Bandos kiteshield\")\n\t.add(\"Bandos full helm\")\n\t.add(\"Bandos bracers\")\n\t.add(\"Bandos d'hide body\")\n\t.add(\"Bandos chaps\")\n\t.add(\"Bandos coif\")\n\t.add(\"Bandos d'hide boots\")\n\t.add(\"Armadyl platebody\")\n\t.add(\"Armadyl platelegs\")\n\t.add(\"Armadyl plateskirt\")\n\t.add(\"Armadyl kiteshield\")\n\t.add(\"Armadyl full helm\")\n\t.add(\"Armadyl bracers\")\n\t.add(\"Armadyl d'hide body\")\n\t.add(\"Armadyl chaps\")\n\t.add(\"Armadyl coif\")\n\t.add(\"Armadyl d'hide boots\")\n\t.add(\"Ancient platebody\")\n\t.add(\"Ancient platelegs\")\n\t.add(\"Ancient plateskirt\")\n\t.add(\"Ancient kiteshield\")\n\t.add(\"Ancient full helm\")\n\t.add(\"Ancient bracers\")\n\t.add(\"Ancient d'hide body\")\n\t.add(\"Ancient chaps\")\n\t.add(\"Ancient coif\")\n\t.add(\"Ancient d'hide boots\")\n\t.add(\"Blue d'hide body (t)\")\n\t.add(\"Blue d'hide chaps (t)\")\n\t.add(\"Blue d'hide body (g)\")\n\t.add(\"Blue d'hide chaps (g)\")\n\t.add(\"Red d'hide body (t)\")\n\t.add(\"Red d'hide chaps (t)\")\n\t.add(\"Red d'hide body (g)\")\n\t.add(\"Red d'hide chaps (g)\")\n\t.add(HardMegaRareTable)\n\t.add(HardBlessedShields)\n\t.add(HardHeralicPlatebody);\n\nexport const HardBowTable = new LootTable().add(\"Magic comp bow\").add(\"Magic longbow\", 1, 9);\n\nexport const HardStandardTable = new LootTable()\n\t.add(\"Coins\", [1000, 5000])\n\t.add(\"Lobster\", [12, 15])\n\t.add(\"Shark\", [12, 15])\n\t.add(\"Law rune\", [30, 50])\n\t.add(\"Blood rune\", [20, 30])\n\t.add(\"Nature rune\", [30, 50])\n\t.add(\"Purple sweets\", [7, 15])\n\t.add(\"Rune longsword\")\n\t.add(\"Rune full helm\")\n\t.add(\"Rune platelegs\")\n\t.add(\"Rune battleaxe\")\n\t.add(\"Rune axe\")\n\t.add(\"Rune pickaxe\")\n\t.add(\"Rune dagger\")\n\t.add(\"Rune platebody\")\n\t.add(\"Rune platelegs\")\n\t.add(\"Rune plateskirt\")\n\t.add(\"Rune kiteshield\")\n\t.add(\"Black d'hide chaps\")\n\t.add(\"Black d'hide body\")\n\t.add(\"Magic shortbow\")\n\t.add(PrayerPageTable)\n\t.add(FirelighterTable)\n\t.add(TeleportScrollTable)\n\t.add(BlessingTable)\n\t.add(HardBowTable);\n\nexport const HardClueTable = new LootTable().add(HardStandardTable, 1, 12).add(HardRareTable, 1, 1);\nexport const HardCasket = new LootTable().add(HardClueTable, [4, 6]).tertiary(15, \"Clue scroll (master)\");\nHardCasket.allItems.push(itemID(\"Clue scroll (master)\"));\n", "import LootTable from \"../../structures/LootTable\";\nimport {\n\tBlessingTable,\n\tFirelighterTable,\n\tGildedTable,\n\tGiveHalfKeyTable,\n\tPrayerPageTable,\n\tTeleportScrollTable,\n} from \"./General\";\n\nexport const MasterGodSwordOrnTable = new LootTable()\n\t.add(\"Armadyl godsword ornament kit\")\n\t.add(\"Bandos godsword ornament kit\")\n\t.add(\"Zamorak godsword ornament kit\")\n\t.add(\"Saradomin godsword ornament kit\");\n\nexport const MasterSubAnkouOutfitTable = new LootTable()\n\t.add(\"Ankou mask\")\n\t.add(\"Ankou top\")\n\t.add(\"Ankou's leggings\")\n\t.add(\"Ankou gloves\")\n\t.add(\"Ankou socks\");\n\nexport const MasterAnkouOutfitTable = new LootTable().add(\"Coins\", [15_000, 30_000], 2).add(MasterSubAnkouOutfitTable);\n\nexport const MasterSubMummyOutfitTable = new LootTable()\n\t.add(\"Mummy's head\")\n\t.add(\"Mummy's body\")\n\t.add(\"Mummy's legs\")\n\t.add(\"Mummy's hands\")\n\t.add(\"Mummy's feet\");\n\nexport const MasterMummyOutfitTable = new LootTable().add(\"Coins\", [15_000, 30_000], 2).add(MasterSubMummyOutfitTable);\n\nexport const MasterSubDragonOrnTable = new LootTable()\n\t.add(\"Dragon kiteshield ornament kit\")\n\t.add(\"Dragon platebody ornament kit\", 1, 2);\n\nexport const MasterDragonOrnTable = new LootTable().add(\"Coins\", [15_000, 30_000], 9).add(MasterSubDragonOrnTable);\n\nexport const Master3rdageTable = new LootTable()\n\t.add(\"3rd age range coif\")\n\t.add(\"3rd age range top\")\n\t.add(\"3rd age range legs\")\n\t.add(\"3rd age vambraces\")\n\t.add(\"3rd age robe top\")\n\t.add(\"3rd age robe\")\n\t.add(\"3rd age mage hat\")\n\t.add(\"3rd age amulet\")\n\t.add(\"3rd age platelegs\")\n\t.add(\"3rd age platebody\")\n\t.add(\"3rd age full helmet\")\n\t.add(\"3rd age plateskirt\")\n\t.add(\"3rd age kiteshield\")\n\t.add(\"3rd age longsword\")\n\t.add(\"3rd age cloak\")\n\t.add(\"3rd age wand\")\n\t.add(\"3rd age bow\")\n\t.add(\"3rd age druidic staff\")\n\t.add(\"3rd age druidic cloak\")\n\t.add(\"3rd age druidic robe top\")\n\t.add(\"3rd age druidic robe bottoms\")\n\t.add(\"3rd age pickaxe\")\n\t.add(\"3rd age axe\");\n\nexport const MasterMegaRareTable = new LootTable()\n\t.add(\"Gilded scimitar\")\n\t.add(\"Bucket helm (g)\")\n\t.add(\"Gilded boots\")\n\t.add(\"Ring of coins\")\n\t.add(\"Cabbage\", 3)\n\t.add(\"Anti-venom+(4)\", 15)\n\t.add(\"Torstol\", 50)\n\t.add(\"Gilded coif\")\n\t.add(\"Gilded d'hide vambraces\")\n\t.add(\"Gilded d'hide body\")\n\t.add(\"Gilded d'hide chaps\")\n\t.add(\"Gilded pickaxe\")\n\t.add(\"Gilded axe\")\n\t.add(\"Gilded spade\")\n\t.add(Master3rdageTable)\n\t.add(GildedTable);\n\nexport const MasterRareTable = new LootTable()\n\t.add(\"Left eye patch\")\n\t.add(\"Bowl wig\")\n\t.add(\"Ale of the gods\")\n\t.add(\"Half moon spectacles\")\n\t.add(\"Fancy tiara\")\n\t.add(\"Hood of darkness\")\n\t.add(\"Robe top of darkness\")\n\t.add(\"Gloves of darkness\")\n\t.add(\"Robe bottom of darkness\")\n\t.add(\"Boots of darkness\")\n\t.add(\"Obsidian cape (r)\")\n\t.add(\"Occult ornament kit\")\n\t.add(\"Torture ornament kit\")\n\t.add(\"Dragon defender ornament kit\")\n\t.add(\"Samurai kasa\")\n\t.add(\"Samurai shirt\")\n\t.add(\"Samurai greaves\")\n\t.add(\"Samurai boots\")\n\t.add(\"Samurai gloves\")\n\t.add(\"Arceuus hood\")\n\t.add(\"Hosidius hood\")\n\t.add(\"Lovakengj hood\")\n\t.add(\"Piscarilius hood\")\n\t.add(\"Shayzien hood\")\n\t.add(\"Lesser demon mask\")\n\t.add(\"Greater demon mask\")\n\t.add(\"Black demon mask\")\n\t.add(\"Jungle demon mask\")\n\t.add(\"Old demon mask\")\n\t.add(\"Anguish ornament kit\")\n\t.add(\"Tormented ornament kit\")\n\t.add(MasterMegaRareTable)\n\t.add(PrayerPageTable)\n\t.add(MasterGodSwordOrnTable)\n\t.add(MasterAnkouOutfitTable)\n\t.add(MasterMummyOutfitTable)\n\t.add(MasterDragonOrnTable);\n\nexport const MasterSeedTable = new LootTable()\n\t.add(\"Magic seed\", [1, 2])\n\t.add(\"Yew seed\", [1, 2])\n\t.add(\"Palm tree seed\", [1, 2]);\n\nexport const MasterStandardTable = new LootTable()\n\t.add(\"Coins\", [20_000, 35_000])\n\t.add(\"Manta ray\", [15, 25])\n\t.add(\"Nature rune\", [100, 200])\n\t.add(\"Death rune\", [100, 200])\n\t.add(\"Blood rune\", [100, 200])\n\t.add(\"Soul rune\", [100, 200])\n\t.add(\"Limpwurt root\", [40, 60])\n\t.add(\"Purple sweets\", [14, 33])\n\t.add(\"Runite ore\", [5, 8])\n\t.add(\"Wine of zamorak\", [35, 50])\n\t.add(\"Grimy toadflax\", [25, 35])\n\t.add(\"Grimy ranarr weed\", [5, 10])\n\t.add(\"Grimy snapdragon\", [5, 10])\n\t.add(\"Runite bar\", [5, 7])\n\t.add(\"Onyx bolts (e)\", [15, 25])\n\t.add(\"Dragon dagger\")\n\t.add(\"Dragon longsword\")\n\t.add(\"Dragon battleaxe\")\n\t.add(\"Dragon scimitar\")\n\t.add(\"Dragon halberd\")\n\t.add(\"Black dragonhide\", [5, 25])\n\t.add(\"Dragon mace\")\n\t.add(PrayerPageTable)\n\t.add(FirelighterTable)\n\t.add(TeleportScrollTable, 1, 2)\n\t.add(MasterSeedTable)\n\t.add(GiveHalfKeyTable)\n\t.add(BlessingTable);\n\nexport const MasterClueTable = new LootTable().add(MasterStandardTable, 1, 22).add(MasterRareTable, 1, 1);\n\nexport const MasterCasket = new LootTable().add(MasterClueTable, [5, 7]).tertiary(1000, \"Bloodhound\");\n", "import LootTable from \"../../structures/LootTable\";\nimport { BlessingTable, PrayerPageTable, TeleportScrollTable } from \"./General\";\n\nexport const MediumUnicornTable = new LootTable().add(\"White unicorn mask\").add(\"Black unicorn mask\");\n\nexport const MediumElegantTable = new LootTable()\n\t.add(\"Purple elegant shirt\")\n\t.add(\"Purple elegant legs\")\n\t.add(\"Purple elegant blouse\")\n\t.add(\"Purple elegant skirt\")\n\t.add(\"Black elegant shirt\")\n\t.add(\"Black elegant legs\")\n\t.add(\"White elegant blouse\")\n\t.add(\"White elegant skirt\")\n\t.add(\"Pink elegant shirt\")\n\t.add(\"Pink elegant legs\")\n\t.add(\"Pink elegant blouse\")\n\t.add(\"Pink elegant skirt\")\n\t.add(\"Gold elegant shirt\")\n\t.add(\"Gold elegant legs\")\n\t.add(\"Gold elegant blouse\")\n\t.add(\"Gold elegant skirt\");\n\nexport const MediumRareTable = new LootTable()\n\t.add(\"Ranger boots\")\n\t.add(\"Wizard boots\")\n\t.add(\"Leprechaun hat\")\n\t.add(\"Cat mask\")\n\t.add(\"Penguin mask\")\n\t.add(\"Crier hat\")\n\t.add(\"Adamant cane\")\n\t.add(\"Cabbage round shield\")\n\t.add(\"Crier coat\")\n\t.add(\"Crier bell\")\n\t.add(\"Black leprechaun hat\")\n\t.add(\"Holy sandals\")\n\t.add(\"Wolf mask\")\n\t.add(\"Wolf cloak\")\n\t.add(\"Spiked manacles\")\n\t.add(\"Red headband\")\n\t.add(\"Black headband\")\n\t.add(\"Brown headband\")\n\t.add(\"White headband\")\n\t.add(\"Blue headband\")\n\t.add(\"Gold headband\")\n\t.add(\"Pink headband\")\n\t.add(\"Green headband\")\n\t.add(\"Red boater\")\n\t.add(\"Orange boater\")\n\t.add(\"Green boater\")\n\t.add(\"Black boater\")\n\t.add(\"Blue boater\")\n\t.add(\"Pink boater\")\n\t.add(\"Purple boater\")\n\t.add(\"White boater\")\n\t.add(\"Adamant platebody (t)\")\n\t.add(\"Adamant platelegs (t)\")\n\t.add(\"Adamant kiteshield (t)\")\n\t.add(\"Adamant full helm (t)\")\n\t.add(\"Adamant plateskirt (t)\")\n\t.add(\"Mithril platebody (t)\")\n\t.add(\"Mithril platelegs (t)\")\n\t.add(\"Mithril plateskirt (t)\")\n\t.add(\"Mithril kiteshield (t)\")\n\t.add(\"Mithril full helm (t)\")\n\t.add(\"Adamant platebody (g)\")\n\t.add(\"Adamant platelegs (g)\")\n\t.add(\"Adamant kiteshield (g)\")\n\t.add(\"Adamant full helm (g)\")\n\t.add(\"Adamant plateskirt (g)\")\n\t.add(\"Mithril platebody (g)\")\n\t.add(\"Mithril platelegs (g)\")\n\t.add(\"Mithril plateskirt (g)\")\n\t.add(\"Mithril kiteshield (g)\")\n\t.add(\"Mithril full helm (g)\")\n\t.add(\"Climbing boots (g)\")\n\t.add(\"Adamant shield (h1)\")\n\t.add(\"Adamant shield (h2)\")\n\t.add(\"Adamant shield (h3)\")\n\t.add(\"Adamant shield (h4)\")\n\t.add(\"Adamant shield (h5)\")\n\t.add(\"Adamant helm (h1)\")\n\t.add(\"Adamant helm (h2)\")\n\t.add(\"Adamant helm (h3)\")\n\t.add(\"Adamant helm (h4)\")\n\t.add(\"Adamant helm (h5)\")\n\t.add(\"Adamant platebody (h1)\")\n\t.add(\"Adamant platebody (h2)\")\n\t.add(\"Adamant platebody (h3)\")\n\t.add(\"Adamant platebody (h4)\")\n\t.add(\"Adamant platebody (h5)\")\n\t.add(\"Green d'hide body (g)\")\n\t.add(\"Green d'hide body (t)\")\n\t.add(\"Green d'hide chaps (g)\")\n\t.add(\"Green d'hide chaps (t)\")\n\t.add(\"Saradomin mitre\")\n\t.add(\"Guthix mitre\")\n\t.add(\"Zamorak mitre\")\n\t.add(\"Ancient mitre\")\n\t.add(\"Armadyl mitre\")\n\t.add(\"Bandos mitre\")\n\t.add(\"Saradomin cloak\")\n\t.add(\"Guthix cloak\")\n\t.add(\"Zamorak cloak\")\n\t.add(\"Ancient cloak\")\n\t.add(\"Armadyl cloak\")\n\t.add(\"Bandos cloak\")\n\t.add(\"Ancient stole\")\n\t.add(\"Bandos stole\")\n\t.add(\"Armadyl stole\")\n\t.add(\"Ancient crozier\")\n\t.add(\"Armadyl crozier\")\n\t.add(\"Bandos crozier\")\n\t.add(\"Arceuus banner\")\n\t.add(\"Piscarilius banner\")\n\t.add(\"Hosidius banner\")\n\t.add(\"Shayzien banner\")\n\t.add(\"Lovakengj banner\")\n\t.add(MediumUnicornTable)\n\t.add(MediumElegantTable, 1, 8);\n\n// For some reason the medium table has 1 less firelighter chance?\nexport const MediumSubFirelighterTable = new LootTable()\n\t.add(\"Red firelighter\", [4, 9])\n\t.add(\"Green firelighter\", [4, 9])\n\t.add(\"Blue firelighter\", [4, 9])\n\t.add(\"Purple firelighter\", [4, 9])\n\t.add(\"White firelighter\", [4, 9]);\n\nexport const MediumFirelighterTable = new LootTable().add(\"Gnomish firelighter\").add(MediumSubFirelighterTable, 1, 9);\n\nexport const MediumAmuletTable = new LootTable().add(\"Strength amulet (t)\").add(\"Amulet of power\", 1, 9);\n\nexport const MediumBowTable = new LootTable().add(\"Yew comp bow\").add(\"Yew longbow\", 1, 9);\n\nexport const MediumStandardTable = new LootTable()\n\t.add(\"Coins\", [200, 1000])\n\t.add(\"Lobster\", [8, 12])\n\t.add(\"Swordfish\", [8, 12])\n\t.add(\"Air rune\", [50, 100])\n\t.add(\"Fire rune\", [50, 100])\n\t.add(\"Water rune\", [50, 100])\n\t.add(\"Earth rune\", [50, 100])\n\t.add(\"Mind rune\", [50, 100])\n\t.add(\"Death rune\", [10, 10])\n\t.add(\"Law rune\", [10, 10])\n\t.add(\"Chaos rune\", [10, 10])\n\t.add(\"Nature rune\", [10, 10])\n\t.add(\"Adamant longsword\")\n\t.add(\"Adamant full helm\")\n\t.add(\"Adamant platelegs\")\n\t.add(\"Adamant battleaxe\")\n\t.add(\"Adamant axe\")\n\t.add(\"Adamant pickaxe\")\n\t.add(\"Adamant dagger\")\n\t.add(\"Adamant platebody\")\n\t.add(\"Purple sweets\", [5, 10])\n\t.add(\"Fire battlestaff\")\n\t.add(\"Green d'hide chaps\")\n\t.add(\"Green d'hide body\")\n\t.add(\"Yew shortbow\")\n\t.add(PrayerPageTable)\n\t.add(TeleportScrollTable)\n\t.add(BlessingTable)\n\t.add(MediumFirelighterTable)\n\t.add(MediumAmuletTable)\n\t.add(MediumBowTable);\n\nexport const MediumClueTable = new LootTable().add(MediumStandardTable, 1, 10).add(MediumRareTable, 1, 1);\n\nexport const MediumCasket = new LootTable().add(MediumClueTable, [3, 5]).tertiary(30, \"Clue scroll (master)\");\n", "import LootTable from \"../../structures/LootTable\";\nimport SimpleOpenable from \"../../structures/SimpleOpenable\";\nimport { EasyClueTable } from \"../clues/Easy\";\nimport { EliteClueTable } from \"../clues/Elite\";\nimport { HardClueTable } from \"../clues/Hard\";\nimport { MasterClueTable } from \"../clues/Master\";\nimport { MediumClueTable } from \"../clues/Medium\";\n\nexport const BabyImpling = new SimpleOpenable({\n\tid: 11_238,\n\tname: \"Baby impling\",\n\taliases: [\"baby impling\", \"baby imp\", \"baby\"],\n\ttable: new LootTable()\n\t\t.add(\"Chisel\", 1, 10)\n\t\t.add(\"Thread\", 1, 10)\n\t\t.add(\"Needle\", 1, 10)\n\t\t.add(\"Knife\", 1, 10)\n\t\t.add(\"Cheese\", 1, 10)\n\t\t.add(\"Hammer\", 1, 10)\n\t\t.add(\"Ball of wool\", 1, 10)\n\t\t.add(\"Anchovies\", 1, 10)\n\t\t// 'Nothing' drop:\n\t\t.add(new LootTable(), 1, 10)\n\t\t.add(\"Spice\")\n\t\t.add(\"Flax\")\n\t\t.add(\"Mud pie\")\n\t\t.add(\"Seaweed\")\n\t\t.add(\"Air talisman\")\n\t\t.add(\"Silver bar\")\n\t\t.add(\"Sapphire\")\n\t\t.add(\"Hard leather\")\n\t\t.add(\"Lobster\")\n\t\t.add(\"Soft clay\")\n\t\t.tertiary(50, \"Clue scroll (beginner)\")\n\t\t.tertiary(100, \"Clue scroll (easy)\"),\n});\n\nexport const YoungImpling = new SimpleOpenable({\n\tid: 11_240,\n\tname: \"Young impling\",\n\taliases: [\"young impling\", \"young imp\", \"young\"],\n\ttable: new LootTable()\n\t\t.add(\"Steel nails\", 1, 10)\n\t\t.add(\"Lockpick\", 1, 10)\n\t\t.add(\"Pure essence\", 1, 10)\n\t\t.add(\"Tuna\", 1, 10)\n\t\t.add(\"Chocolate slice\", 1, 10)\n\t\t.add(\"Steel axe\", 1, 10)\n\t\t.add(\"Meat pizza\", 1, 10)\n\t\t.add(\"Coal\", 1, 10)\n\t\t.add(\"Bow string\", 1, 10)\n\t\t.add(\"Snape grass\")\n\t\t.add(\"Soft clay\")\n\t\t.add(\"Studded chaps\")\n\t\t.add(\"Steel full helm\")\n\t\t.add(\"Oak plank\")\n\t\t.add(\"Defence potion(3)\")\n\t\t.add(\"Mithril bar\")\n\t\t.add(\"Yew longbow\")\n\t\t.add(\"Garden pie\")\n\t\t.add(\"Jangerberries\")\n\t\t.tertiary(25, \"Clue scroll (beginner)\")\n\t\t.tertiary(50, \"Clue scroll (easy)\"),\n});\n\nexport const GourmetImpling = new SimpleOpenable({\n\tid: 11_242,\n\tname: \"Gourmet impling\",\n\taliases: [\"gourmet impling\", \"gourmet imp\", \"gourmet\"],\n\ttable: new LootTable()\n\t\t.oneIn(500, \"Grubby key\")\n\t\t.add(\"Tuna\", 1, 20)\n\t\t.add(\"Bass\", 1, 10)\n\t\t.add(\"Curry\", 1, 10)\n\t\t.add(\"Meat pie\", 1, 10)\n\t\t.add(\"Chocolate cake\", 1, 10)\n\t\t.add(\"Frog spawn\", 1, 10)\n\t\t.add(\"Spice\", 1, 10)\n\t\t.add(\"Curry leaf\", 1, 10)\n\t\t.add(\"Ugthanki kebab\")\n\t\t.add(\"Lobster\", 4)\n\t\t.add(\"Shark\", 3)\n\t\t.add(\"Fish pie\")\n\t\t.add(\"Chef's delight\")\n\t\t.add(\"Rainbow fish\", 5)\n\t\t.add(\"Garden pie\", 6)\n\t\t.add(\"Swordfish\", 3)\n\t\t.add(\"Strawberries(5)\")\n\t\t.add(\"Cooked karambwan\", 2)\n\t\t.tertiary(25, \"Clue scroll (easy)\"),\n});\n\nexport const EarthImpling = new SimpleOpenable({\n\tid: 11_244,\n\tname: \"Earth impling\",\n\taliases: [\"earth impling\", \"earth imp\", \"earth\"],\n\ttable: new LootTable()\n\t\t.add(\"Fire talisman\", 1, 10)\n\t\t.add(\"Earth talisman\", 1, 10)\n\t\t.add(\"Earth tiara\", 1, 10)\n\t\t.add(\"Earth rune\", 32, 10)\n\t\t.add(\"Mithril ore\", 1, 10)\n\t\t.add(\"Bucket of sand\", 4, 10)\n\t\t.add(\"Unicorn horn\", 1, 10)\n\t\t.add(\"Compost\", 6, 10)\n\t\t.add(\"Gold ore\", 1, 10)\n\t\t.add(\"Steel bar\")\n\t\t.add(\"Mithril pickaxe\")\n\t\t.add(\"Wildblood seed\", 2)\n\t\t.add(\"Jangerberry seed\", 2)\n\t\t.add(\"Supercompost\", 2)\n\t\t.add(\"Mithril ore\", 3)\n\t\t.add(\"Harralander seed\", 2)\n\t\t.add(\"Coal\", 6)\n\t\t.add(\"Emerald\", 2)\n\t\t.add(\"Ruby\")\n\t\t.tertiary(100, \"Clue scroll (medium)\"),\n});\n\nexport const EssenceImpling = new SimpleOpenable({\n\tid: 11_246,\n\tname: \"Essence impling\",\n\taliases: [\"essence impling\", \"essence imp\", \"essence\"],\n\ttable: new LootTable()\n\t\t.add(\"Pure essence\", 20, 10)\n\t\t.add(\"Water rune\", 30, 10)\n\t\t.add(\"Air rune\", 30, 10)\n\t\t.add(\"Fire rune\", 50, 10)\n\t\t.add(\"Mind rune\", 25, 10)\n\t\t.add(\"Body rune\", 28, 10)\n\t\t.add(\"Chaos rune\", 4, 10)\n\t\t.add(\"Cosmic rune\", 4, 10)\n\t\t.add(\"Mind talisman\", 1, 10)\n\t\t.add(\"Pure essence\", 35)\n\t\t.add(\"Lava rune\", 4)\n\t\t.add(\"Mud rune\", 4)\n\t\t.add(\"Smoke rune\", 4)\n\t\t.add(\"Steam rune\", 4)\n\t\t.add(\"Death rune\", 13)\n\t\t.add(\"Law rune\", 13)\n\t\t.add(\"Blood rune\", 7)\n\t\t.add(\"Soul rune\", 11)\n\t\t.add(\"Nature rune\", 13)\n\t\t.tertiary(50, \"Clue scroll (medium)\"),\n});\n\nexport const EclecticImpling = new SimpleOpenable({\n\tid: 11_248,\n\tname: \"Eclectic impling\",\n\taliases: [\"eclectic impling\", \"eclectic imp\", \"ecl\", \"eclectic\"],\n\ttable: new LootTable()\n\t\t.add(\"Mithril pickaxe\", 1, 10)\n\t\t.add(\"Curry leaf\", 1, 10)\n\t\t.add(\"Snape grass\", 1, 10)\n\t\t.add(\"Air rune\", [30, 58], 10)\n\t\t.add(\"Oak plank\", 4, 10)\n\t\t.add(\"Empty candle lantern\", 1, 10)\n\t\t.add(\"Gold ore\", 1, 10)\n\t\t.add(\"Gold bar\", 5, 10)\n\t\t.add(\"Unicorn horn\", 1, 10)\n\t\t.add(\"Adamant kiteshield\")\n\t\t.add(\"Blue d'hide chaps\")\n\t\t.add(\"Red spiky vambraces\")\n\t\t.add(\"Rune dagger\")\n\t\t.add(\"Battlestaff\")\n\t\t.add(\"Adamantite ore\", 10)\n\t\t.add(\"Slayer's respite\", 2)\n\t\t.add(\"Wild pie\")\n\t\t.add(\"Watermelon seed\", 3)\n\t\t.add(\"Diamond\")\n\t\t.tertiary(25, \"Clue scroll (medium)\"),\n});\n\nexport const NatureImpling = new SimpleOpenable({\n\tid: 11_250,\n\tname: \"Nature impling\",\n\taliases: [\"nature impling\", \"nature imp\", \"nature\"],\n\ttable: new LootTable()\n\t\t.add(\"Limpwurt seed\", 1, 10)\n\t\t.add(\"Jangerberry seed\", 1, 10)\n\t\t.add(\"Belladonna seed\", 1, 10)\n\t\t.add(\"Harralander seed\", 1, 10)\n\t\t.add(\"Cactus spine\", 1, 10)\n\t\t.add(\"Magic logs\", 1, 10)\n\t\t.add(\"Tarromin\", 1, 10)\n\t\t.add(\"Coconut\", 1, 10)\n\t\t.add(\"Irit seed\", 1, 10)\n\t\t.add(\"Curry tree seed\")\n\t\t.add(\"Orange tree seed\")\n\t\t.add(\"Snapdragon\")\n\t\t.add(\"Kwuarm seed\")\n\t\t.add(\"Avantoe seed\", 5)\n\t\t.add(\"Willow seed\")\n\t\t.add(\"Torstol seed\")\n\t\t.add(\"Ranarr seed\")\n\t\t.add(\"Torstol\", 2)\n\t\t.add(\"Dwarf weed seed\")\n\t\t.tertiary(100, \"Clue scroll (hard)\"),\n});\n\nexport const MagpieImpling = new SimpleOpenable({\n\tid: 11_252,\n\tname: \"Magpie impling\",\n\taliases: [\"magpie impling\", \"magpie imp\", \"magpie\"],\n\ttable: new LootTable()\n\t\t.add(\"Black dragonhide\", 6, 2)\n\t\t.add(\"Diamond amulet\", 3)\n\t\t.add(\"Amulet of power\", 3)\n\t\t.add(\"Ring of forging\", 3)\n\t\t.add(\"Splitbark gauntlets\")\n\t\t.add(\"Mystic boots\")\n\t\t.add(\"Mystic gloves\")\n\t\t.add(\"Rune warhammer\")\n\t\t.add(\"Ring of life\", 4)\n\t\t.add(\"Rune sq shield\")\n\t\t.add(\"Dragon dagger\")\n\t\t.add(\"Nature tiara\")\n\t\t.add(\"Runite bar\", 2)\n\t\t.add(\"Diamond\", 4)\n\t\t.add(\"Pineapple seed\")\n\t\t.add(\"Ring of recoil\", 3)\n\t\t.add(\"Loop half of key\")\n\t\t.add(\"Tooth half of key\")\n\t\t.add(\"Snapdragon seed\")\n\t\t.add(\"Sinister key\")\n\t\t.tertiary(50, \"Clue scroll (hard)\"),\n});\n\nexport const NinjaImpling = new SimpleOpenable({\n\tid: 11_254,\n\tname: \"Ninja impling\",\n\taliases: [\"ninja impling\", \"ninja imp\", \"ninja\"],\n\ttable: new LootTable()\n\t\t.add(\"Snakeskin boots\")\n\t\t.add(\"Splitbark helm\")\n\t\t.add(\"Mystic boots\")\n\t\t.add(\"Rune chainbody\")\n\t\t.add(\"Mystic gloves\")\n\t\t.add(\"Opal machete\")\n\t\t.add(\"Rune claws\")\n\t\t.add(\"Rune scimitar\")\n\t\t.add(\"Dragon dagger(p+)\")\n\t\t.add(\"Rune arrow\", 70)\n\t\t.add(\"Rune dart\", 70)\n\t\t.add(\"Rune knife\", 40)\n\t\t.add(\"Rune thrownaxe\", 50)\n\t\t.add(\"Onyx bolts\", 2)\n\t\t.add(\"Onyx bolt tips\", 4)\n\t\t.add(\"Black dragonhide\", 10)\n\t\t.add(\"Prayer potion(3)\", 4)\n\t\t.add(\"Weapon poison(+)\", 4)\n\t\t.add(\"Dagannoth hide\", 3)\n\t\t.tertiary(25, \"Clue scroll (hard)\"),\n});\n\nexport const CrystalImpling = new SimpleOpenable({\n\tid: 23_768,\n\tname: \"Crystal impling\",\n\taliases: [\"crystal impling\", \"crystal imp\", \"crystal\"],\n\ttable: new LootTable()\n\t\t.add(\"Amulet of power\", [5, 7])\n\t\t.add(\"Crystal acorn\")\n\t\t.add(\"Crystal shard\", [5, 10])\n\t\t.add(\"Dragonstone amulet\")\n\t\t.add(\"Dragonstone\", 2)\n\t\t.add(\"Ruby bolt tips\", [50, 125])\n\t\t.add(\"Onyx bolt tips\", [6, 10])\n\t\t.add(\"Rune arrowtips\", [150, 250])\n\t\t.add(\"Rune arrow\", [400, 750])\n\t\t.add(\"Rune javelin heads\", [20, 60])\n\t\t.add(\"Rune dart tip\", [25, 75])\n\t\t.add(\"Rune dart\", [50, 100])\n\t\t.add(\"Dragon dart tip\", [10, 15])\n\t\t.add(\"Dragon dagger\", 2)\n\t\t.add(\"Rune scimitar\", [3, 6])\n\t\t.add(\"Babydragon bones\", [75, 125])\n\t\t.add(\"Ranarr seed\", [3, 8])\n\t\t.add(\"Yew seed\")\n\t\t.tertiary(50, \"Clue scroll (elite)\")\n\t\t.tertiary(128, \"Elven signet\"),\n});\n\nexport const DragonImpling = new SimpleOpenable({\n\tid: 11_256,\n\tname: \"Dragon impling\",\n\taliases: [\"dragon impling\", \"dragon imp\", \"dimp\", \"dragon\"],\n\ttable: new LootTable()\n\t\t.add(\"Dragonstone bolt tips\", [10, 30])\n\t\t.add(\"Dragonstone bolt tips\", 36)\n\t\t.add(\"Mystic robe bottom\", 1)\n\t\t.add(\"Amulet of glory\", 3)\n\t\t.add(\"Dragonstone amulet\", 2)\n\t\t.add(\"Dragon arrow\", [100, 250])\n\t\t.add(\"Dragonstone bolts\", [10, 40])\n\t\t.add(\"Dragon longsword\", 1)\n\t\t.add(\"Dragon dagger(p++)\", 3)\n\t\t.add(\"Dragon dart\", [100, 250])\n\t\t.add(\"Dragonstone\", 3)\n\t\t.add(\"Dragon dart tip\", [100, 350])\n\t\t.add(\"Dragon arrowtips\", [100, 350])\n\t\t.add(\"Dragon javelin heads\", [25, 35])\n\t\t.add(\"Babydragon bones\", [100, 300])\n\t\t.add(\"Dragon bones\", [50, 100])\n\t\t.add(\"Magic seed\", 1)\n\t\t.add(\"Snapdragon seed\", 6)\n\t\t.add(\"Summer pie\", 15)\n\t\t.tertiary(50, \"Clue scroll (elite)\"),\n});\n\nexport const LuckyImpling = new SimpleOpenable({\n\tid: 19_732,\n\tname: \"Lucky impling\",\n\taliases: [\"lucky impling\", \"lucky imp\", \"lucky\", \"luckys\"],\n\ttable: new LootTable()\n\t\t.add(EasyClueTable)\n\t\t.add(MediumClueTable)\n\t\t.add(HardClueTable)\n\t\t.add(EliteClueTable)\n\t\t.add(MasterClueTable),\n});\n\nexport const Implings = [\n\tBabyImpling,\n\tYoungImpling,\n\tGourmetImpling,\n\tEarthImpling,\n\tEssenceImpling,\n\tEclecticImpling,\n\tNatureImpling,\n\tMagpieImpling,\n\tNinjaImpling,\n\tCrystalImpling,\n\tDragonImpling,\n\tLuckyImpling,\n];\n", "import LootTable from \"../../structures/LootTable\";\nimport SimpleOpenable from \"../../structures/SimpleOpenable\";\n\nconst PreRoll = new LootTable()\n\t.oneIn(15, \"Lamp\")\n\t.oneIn(40, \"Tarnished locket\")\n\t.oneIn(60, \"Lost bag\")\n\t.oneIn(200, \"Blood essence\");\n\nconst IntricatePouchTable = new LootTable()\n\t.every(PreRoll)\n\n\t/* Main drops */\n\t.add(\"Astral rune\", [150, 200], 5)\n\t.add(\"Blood rune\", [150, 200], 5)\n\t.add(\"Chaos rune\", [200, 300], 5)\n\t.add(\"Cosmic rune\", [200, 300], 5)\n\t.add(\"Death rune\", [150, 200], 5)\n\t.add(\"Law rune\", [200, 250], 5)\n\t.add(\"Nature rune\", [200, 300], 5)\n\t.add(\"Soul rune\", [150, 200], 5)\n\t.add(\"Shield left half\", 1, 1)\n\t.add(\"Dragon spear\", 1, 1)\n\t.add(\"Crystal key\", 1, 1)\n\t.add(\"Dragon med helm\", 1, 1)\n\t.add(\"Pure essence\", [500, 1000], 1)\n\n\t/* Tertiary */\n\t.tertiary(10, \"Clue scroll (hard)\");\n\nexport default new SimpleOpenable({\n\tid: 26_908,\n\tname: \"Intricate pouch\",\n\taliases: [\"intricate pouch\", \"intri pouch\", \"int pouch\"],\n\ttable: IntricatePouchTable,\n});\n", "import { percentChance, randInt, roll } from \"e\";\n\nimport type { OpenableOpenOptions } from \"../../meta/types\";\nimport Bank from \"../../structures/Bank\";\nimport LootTable from \"../../structures/LootTable\";\nimport SimpleOpenable from \"../../structures/SimpleOpenable\";\nimport { LarransBigChestFish, LarransSmallChestFish, chanceOfFish } from \"./BonusOpenables\";\n\n// TODO: check wiki for more accurate results in future\nconst LarransSmallChestTable = new LootTable()\n\t.add(\"Uncut diamond\", 21, 5)\n\t.add(\"Uncut ruby\", [24, 29], 5)\n\t.add(\"Coal\", [352, 443], 5)\n\t.add(\"Coins\", [74_000, 75_000], 4)\n\t.add(\"Gold ore\", [100, 150], 4)\n\t.add(\"Dragon arrowtips\", [49, 182], 4)\n\t.add(\"Iron ore\", [300, 450], 3)\n\t.add(\"Rune full helm\", 3, 3)\n\t.add(\"Rune platebody\", 2, 3)\n\t.add(\"Rune platelegs\", 2, 3)\n\t.add(\"Runite ore\", [10, 15], 2)\n\t.add(\"Steel bar\", [250, 350], 2)\n\t.add(\"Magic logs\", [80, 120], 2)\n\t.add(\"Dragon dart tip\", 80, 2)\n\t.add(\"Palm tree seed\", [2, 4], 1)\n\t.add(\"Magic seed\", [1, 3], 1)\n\t.add(\"Celastrus seed\", [2, 4], 1)\n\t.add(\"Dragonfruit tree seed\", [1, 3], 1)\n\t.add(\"Redwood tree seed\", 1, 1)\n\t.add(\"Torstol seed\", 3, 1)\n\t.add(\"Snapdragon seed\", 3, 1)\n\t.add(\"Ranarr seed\", [2, 4], 1)\n\t.add(\"Pure essence\", [3359, 5815], 1);\n\nconst LarransBigChestTable = new LootTable()\n\t.oneIn(256, \"Dagon'hai hat\")\n\t.oneIn(256, \"Dagon'hai robe top\")\n\t.oneIn(256, \"Dagon'hai robe bottom\")\n\t.add(\"Uncut diamond\", [35, 45], 5)\n\t.add(\"Uncut ruby\", [35, 45], 5)\n\t.add(\"Coal\", [450, 650], 5)\n\t.add(\"Gold ore\", [150, 250], 4)\n\t.add(\"Dragon arrowtips\", [100, 250], 4)\n\t.add(\"Coins\", [75_000, 175_000], 3)\n\t.add(\"Iron ore\", [500, 650], 3)\n\t.add(\"Rune full helm\", [3, 5], 3)\n\t.add(\"Rune platebody\", [2, 3], 3)\n\t.add(\"Rune platelegs\", [2, 3], 3)\n\t.add(\"Pure essence\", [4500, 7500], 3)\n\t.add(\"Runite ore\", [15, 20], 2)\n\t.add(\"Steel bar\", [350, 550], 2)\n\t.add(\"Magic logs\", [180, 220], 2)\n\t.add(\"Dragon dart tip\", [80, 200], 2)\n\t.add(\"Palm tree seed\", [3, 5], 1)\n\t.add(\"Magic seed\", [3, 4], 1)\n\t.add(\"Celastrus seed\", [3, 5], 1)\n\t.add(\"Dragonfruit tree seed\", [3, 5], 1)\n\t.add(\"Redwood tree seed\", 1, 1)\n\t.add(\"Torstol seed\", [4, 6], 1)\n\t.add(\"Snapdragon seed\", [4, 6], 1)\n\t.add(\"Ranarr seed\", [4, 6], 1);\n\nconst LarransChestTable = new LootTable().add(LarransSmallChestTable).add(LarransBigChestTable);\n\nexport class LarransChestOpenable extends SimpleOpenable {\n\tpublic open(quantity = 1, options: OpenableOpenOptions = { fishLvl: 99, chestSize: \"big\" }) {\n\t\tconst loot = new Bank();\n\t\tconst tier = options.chestSize ?? \"big\";\n\t\tconst fishLvl = options.fishLvl ?? 99;\n\n\t\tif (tier.toLowerCase() === \"big\") {\n\t\t\tconst lobster = LarransBigChestFish.find(fish => fish.item === \"Raw lobster\");\n\t\t\tfor (let i = 0; i < quantity; i++) {\n\t\t\t\tif (roll(20)) {\n\t\t\t\t\tlet fishRolled = false;\n\t\t\t\t\tfor (const fish of LarransBigChestFish) {\n\t\t\t\t\t\tif (fishLvl >= fish.req) {\n\t\t\t\t\t\t\tif (percentChance(chanceOfFish(fishLvl, fish.low, fish.high))) {\n\t\t\t\t\t\t\t\tloot.add(fish.item, randInt(fish.qty[0], fish.qty[1]));\n\t\t\t\t\t\t\t\tfishRolled = true;\n\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif (!fishRolled) {\n\t\t\t\t\t\tloot.add(lobster?.item, randInt(lobster!.qty[0], lobster!.qty[1]));\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\tloot.add(LarransBigChestTable.roll());\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn loot;\n\t\t}\n\t\tconst lobster = LarransSmallChestFish.find(fish => fish.item === \"Raw lobster\");\n\t\tfor (let i = 0; i < quantity; i++) {\n\t\t\tif (roll(20)) {\n\t\t\t\tlet fishRolled = false;\n\t\t\t\tfor (const fish of LarransSmallChestFish) {\n\t\t\t\t\tif (fishLvl >= fish.req) {\n\t\t\t\t\t\tif (percentChance(chanceOfFish(fishLvl, fish.low, fish.high))) {\n\t\t\t\t\t\t\tloot.add(fish.item, randInt(fish.qty[0], fish.qty[1]));\n\t\t\t\t\t\t\tfishRolled = true;\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif (!fishRolled) {\n\t\t\t\t\tloot.add(lobster?.item, randInt(lobster!.qty[0], lobster!.qty[1]));\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tloot.add(LarransSmallChestTable.roll());\n\t\t\t}\n\t\t}\n\t\treturn loot;\n\t}\n}\n\nexport default new LarransChestOpenable({\n\tid: 23_490,\n\tname: \"Larran's chest\",\n\taliases: [\n\t\t\"larran big chest\",\n\t\t\"larrans big chest\",\n\t\t\"larran's big chest\",\n\t\t\"Larran's small chest\",\n\t\t\"larran small chest\",\n\t\t\"larrans small chest\",\n\t\t\"larran's small chest\",\n\t],\n\ttable: LarransChestTable,\n});\n", "import LootTable from \"../../structures/LootTable\";\nimport SimpleOpenable from \"../../structures/SimpleOpenable\";\n\n//const rareLootTable = new LootTable()\n//.add(\"Blighted manta ray\", 25, 1)\n//.add(\"Blighted karambwan\", 25, 1)\n//.add(\"Blighted manta ray\", 25, 1)\n//.add(\"Blighted ancient ice sack\", 25, 1)\n//.add(\"Blighted anglerfish\", 15, 1)\n//.add(\"Blighted super restore(4)\", 3, 1)\n//.add(\"Larran's key\", 1, 1)\n\nconst MuddyChestTable = new LootTable()\n\t.every(\"Uncut ruby\")\n\t.every(\"Mithril bar\", 2)\n\t.every(\"Law rune\", 5)\n\t.every(\"Death rune\", 5)\n\t.every(\"Chaos rune\", 15);\n\n//Add when rates are known\n//.oneIn(10, rareLootTable);\n\nexport default new SimpleOpenable({\n\tid: 991,\n\tname: \"Muddy chest\",\n\taliases: [\"muddy chest\", \"muddy\"],\n\ttable: MuddyChestTable,\n});\n", "import LootTable from \"../../structures/LootTable\";\nimport SimpleOpenable from \"../../structures/SimpleOpenable\";\nimport RareDropTable from \"../subtables/RareDropTable\";\n\nconst ClueTable = new LootTable()\n\t.add(\"Clue scroll (easy)\", 1, 5)\n\t.add(\"Clue scroll (medium)\", 1, 3)\n\t.add(\"Clue scroll (hard)\", 1, 2);\n\nconst MysteryBoxTable = new LootTable()\n\t.oneIn(256, \"Stale baguette\")\n\n\t.add(2528) // Genie Lamp\n\t.add(\"Cabbage\")\n\t.add(\"Diamond\")\n\t.add(\"Bucket\")\n\t.add(\"Flyer\")\n\t.add(\"Old boot\")\n\t.add(\"Body rune\")\n\t.add(\"Onion\")\n\t.add(\"Mithril scimitar\")\n\t.add(\"Casket\")\n\t.add(\"Steel platebody\")\n\t.add(\"Nature rune\", 20)\n\n\t.add(ClueTable, 1, 2)\n\t.add(RareDropTable);\n\nexport default new SimpleOpenable({\n\tid: 6199,\n\tname: \"Mystery box\",\n\taliases: [\"mystery box\", \"mystery\"],\n\ttable: MysteryBoxTable,\n});\n", "import LootTable from \"../../structures/LootTable\";\nimport SimpleOpenable from \"../../structures/SimpleOpenable\";\nimport { EMPTY_BIRD_NEST_ID } from \"./../../constants\";\n\nconst NestBoxEmptyTable = new LootTable().every(EMPTY_BIRD_NEST_ID);\n\nexport default new SimpleOpenable({\n\tid: 12_792,\n\tname: \"Nest box (empty)\",\n\taliases: [\"nest box (empty)\", \"empty nest box\", \"nest box empty\"],\n\ttable: NestBoxEmptyTable,\n});\n", "import LootTable from \"../../structures/LootTable\";\nimport SimpleOpenable from \"../../structures/SimpleOpenable\";\nimport { EMPTY_BIRD_NEST_ID } from \"./../../constants\";\n\nconst NestBoxRingTable = new LootTable()\n\t// source: https://oldschool.runescape.wiki/w/Bird_nest\n\t.every(EMPTY_BIRD_NEST_ID)\n\t.add(\"Sapphire ring\", 1, 40)\n\t.add(\"Gold ring\", 1, 35)\n\t.add(\"Emerald ring\", 1, 15)\n\t.add(\"Ruby ring\", 1, 9)\n\t.add(\"Diamond ring\");\n\nexport default new SimpleOpenable({\n\tid: 12_794,\n\tname: \"Nest box (ring)\",\n\taliases: [\"nest box (ring)\", \"ring nest box\", \"nest box ring\"],\n\ttable: NestBoxRingTable,\n});\n", "import LootTable from \"../../structures/LootTable\";\nimport SimpleOpenable from \"../../structures/SimpleOpenable\";\nimport { EMPTY_BIRD_NEST_ID } from \"./../../constants\";\n\nconst NestBoxSeedsTable = new LootTable()\n\t// source: https://oldschool.runescape.wiki/w/Bird_nest\n\t.every(EMPTY_BIRD_NEST_ID)\n\t.add(\"Acorn\", 1, 248)\n\t.add(\"Sweetcorn seed\", 6, 346)\n\t.add(\"Strawberry seed\", 6, 325)\n\t.add(\"Limpwurt seed\", 2, 224)\n\t.add(\"Watermelon seed\", 2, 219)\n\t.add(\"Snape grass seed\", 2, 119)\n\t.add(\"Willow seed\", 1, 44)\n\t.add(\"Maple seed\", 1, 19)\n\t.add(\"Pineapple seed\", 1, 45)\n\t.add(\"Cadantine seed\", 1, 92)\n\t.add(\"Lantadyme seed\", 1, 90)\n\t.add(\"Dwarf weed seed\", 1, 63)\n\t.add(\"Teak seed\", 1, 67)\n\t.add(\"Mahogany seed\", 1, 74)\n\t.add(\"Torstol seed\", 1, 14)\n\t.add(\"Calquat tree seed\", 1, 32)\n\t.add(\"Papaya tree seed\", 1, 21)\n\t.add(\"Palm tree seed\", 1, 6)\n\t.add(\"Dragonfruit tree seed\", 1, 6)\n\t.add(\"Ranarr seed\", 1, 12)\n\t.add(\"Snapdragon seed\", 1, 8)\n\t.add(\"Yew seed\", 1, 9)\n\t.add(\"Magic seed\", 1, 4)\n\t.add(\"Spirit seed\", 1, 15)\n\t.add(\"Celastrus seed\", 1, 6)\n\t.add(\"Redwood tree seed\", 1, 1);\n\nexport default new SimpleOpenable({\n\tid: 12_793,\n\tname: \"Nest box (seeds)\",\n\taliases: [\"nest box (seeds)\", \"seeds nest box\", \"nest box seeds\", \"seed nest box\"],\n\ttable: NestBoxSeedsTable,\n});\n", "import LootTable from \"../../structures/LootTable\";\nimport SimpleOpenable from \"../../structures/SimpleOpenable\";\n\nconst BoneTable = new LootTable({ limit: 10_000 })\n\t.add(\"Zogre bones\", 1, 4996)\n\t.add(\"Fayrg bones\", 1, 1086)\n\t.add(\"Raurg bones\", 1, 766)\n\t.add(\"Ourg bones\", 1, 375);\n\nconst OgreCoffinTable = new LootTable()\n\t.every(BoneTable)\n\n\t/* Loot roll */\n\t// TODO: check back for wiki drop table update from another one in the repo\n\t.add(\"Coins\", [6, 20], 32)\n\t.add(\"Bronze axe\", 1, 16)\n\t.add(\"Iron axe\", 1, 16)\n\t.add(\"Steel axe\", 1, 16)\n\t.add(\"Bronze pickaxe\", 1, 16)\n\t.add(\"Iron pickaxe\", 1, 16)\n\t.add(\"Steel pickaxe\", 1, 16)\n\t.add(\"Bronze dagger\", 1, 16)\n\t.add(\"Iron dagger\", 1, 16)\n\t.add(\"Steel dagger\", 1, 16)\n\t.add(\"Bronze nails\", 1, 16)\n\t.add(\"Iron nails\", 1, 16)\n\t.add(\"Steel nails\", 1, 16)\n\t.add(\"Black nails\", 1, 16)\n\t.add(\"Knife\", 1, 16)\n\t.add(\"Rusty sword\", 1, 8)\n\t.add(\"Damaged armour\", 1, 8)\n\t.add(\"Leather body\", 1, 8)\n\t.add(\"Tinderbox\", 1, 8)\n\t.add(\"Buttons\", 1, 4)\n\t.add(\"Uncut opal\", 1, 4)\n\t.add(\"Uncut jade\", 1, 4)\n\t.add(\"Grimy lantadyme\", 1, 4)\n\t.add(\"Clue scroll (easy)\", 1, 1);\n\nexport default new SimpleOpenable({\n\tid: 4850,\n\tname: \"Ogre coffin\",\n\taliases: [\"ogre coffin\", \"ogre chest\", \"ogre coffin chest\"],\n\ttable: OgreCoffinTable,\n});\n", "import { randInt } from \"e\";\n\nimport LootTable from \"../../structures/LootTable\";\nimport SimpleOpenable from \"../../structures/SimpleOpenable\";\n\n// Giant's Foundry Ore pack\nconst GiantsFoundryOrePackTable = new LootTable()\n\t.add(\"Coal\", 1, 181)\n\t.add(\"Iron ore\", 1, 25)\n\t.add(\"Mithril ore\", 1, 17)\n\t.add(\"Adamantite ore\", 1, 3)\n\t.add(\"Runite ore\", 1, 1);\n\nconst GFOrePackTable = new LootTable().every(GiantsFoundryOrePackTable, 30);\n\nexport const GiantsFoundryOrePack = new SimpleOpenable({\n\tid: 27_019,\n\tname: \"Ore pack (Giant's Foundry)\",\n\taliases: [\"ore pack (giant's foundry)\", \"giants\", \"foundry\", \"giants foundry\"],\n\ttable: GFOrePackTable,\n});\n\n// Volcanic Mine Ore pack\nconst VolcanicMineMOrePackTable = new LootTable()\n\t.add(\"Iron ore\", 1, 50)\n\t.add(\"Coal\", 1, 15)\n\t.add(\"Silver ore\", 1, 13)\n\t.add(\"Gold ore\", 1, 11)\n\t.add(\"Mithril ore\", 1, 9)\n\t.add(\"Adamantite ore\", 1, 4)\n\t.add(\"Runite ore\", 1, 1);\n\nconst VMOrePackTable = new LootTable()\n\t.oneIn(100, \"Dragon pickaxe (broken)\")\n\t.every(VolcanicMineMOrePackTable, randInt(38, 50));\n\nexport const VolcanicMineOrePack = new SimpleOpenable({\n\tid: 27_693,\n\tname: \"Ore pack (Volcanic Mine)\",\n\taliases: [\"ore pack (volcanic mine)\", \"volcanic\", \"volcanic mine\"],\n\ttable: VMOrePackTable,\n});\n", "import { randInt, roll } from \"e\";\n\nimport type { OpenableOpenOptions } from \"../../meta/types\";\nimport Bank from \"../../structures/Bank\";\nimport LootTable from \"../../structures/LootTable\";\nimport SimpleOpenable from \"../../structures/SimpleOpenable\";\n\nconst LowSeedPackTable = new LootTable()\n\t.add(\"Potato seed\", [8, 12], 2)\n\t.add(\"Onion seed\", [8, 12], 2)\n\t.add(\"Cabbage seed\", [8, 12], 2)\n\t.add(\"Tomato seed\", [8, 12], 2)\n\t.add(\"Sweetcorn seed\", [8, 12], 2)\n\t.add(\"Strawberry seed\", [8, 12], 2)\n\t.add(\"Barley seed\", [8, 14], 2)\n\t.add(\"Hammerstone seed\", [6, 8], 2)\n\t.add(\"Asgarnian seed\", [6, 8], 2)\n\t.add(\"Jute seed\", [8, 12], 2)\n\t.add(\"Yanillian seed\", [6, 8], 2)\n\t.add(\"Krandorian seed\", [6, 8], 2)\n\t.add(\"Acorn\", [3, 5], 2)\n\t.add(\"Apple tree seed\", [3, 5], 2)\n\t.add(\"Banana tree seed\", [3, 5], 2)\n\t.add(\"Orange tree seed\", [3, 5], 2)\n\t.add(\"Curry tree seed\", [3, 5], 2)\n\t.add(\"Redberry seed\", [6, 8], 2)\n\t.add(\"Cadavaberry seed\", [6, 8], 2)\n\t.add(\"Dwellberry seed\", [6, 8], 2)\n\t.add(\"Jangerberry seed\", [6, 8], 2)\n\t.add(\"Marigold seed\", [8, 12], 2)\n\t.add(\"Rosemary seed\", [8, 12], 2)\n\t.add(\"Nasturtium seed\", [8, 12], 2)\n\t.add(\"Woad seed\", [8, 12], 2)\n\t.add(\"Guam seed\", [3, 5], 2)\n\t.add(\"Marrentill seed\", [3, 5], 2)\n\t.add(\"Tarromin seed\", [3, 5], 2)\n\t.add(\"Harralander seed\", [3, 5], 2)\n\t.add(\"Mushroom spore\", [4, 6], 1)\n\t.add(\"Belladonna seed\", [4, 6], 1);\n\nconst MediumSeedPackTable = new LootTable()\n\t.add(\"Irit seed\", [2, 6], 3)\n\t.add(\"Limpwurt seed\", [4, 8], 3)\n\t.add(\"Watermelon seed\", [8, 12], 2)\n\t.add(\"Snape grass seed\", [6, 8], 2)\n\t.add(\"Wildblood seed\", [8, 12], 2)\n\t.add(\"Whiteberry seed\", [6, 8], 2)\n\t.add(\"Poison ivy seed\", [6, 8], 2)\n\t.add(\"Cactus seed\", [2, 6], 2)\n\t.add(\"Potato cactus seed\", [2, 6], 2)\n\t.add(\"Willow seed\", [2, 4], 1)\n\t.add(\"Pineapple seed\", [3, 5], 1)\n\t.add(\"Toadflax seed\", [1, 3], 1)\n\t.add(\"Avantoe seed\", [1, 3], 1)\n\t.add(\"Kwuarm seed\", [1, 3], 1)\n\t.add(\"Cadantine seed\", [1, 3], 1)\n\t.add(\"Lantadyme seed\", [1, 3], 1)\n\t.add(\"Dwarf weed seed\", [1, 3], 1)\n\t.add(\"Calquat tree seed\", [3, 6], 1)\n\t.add(\"Teak seed\", [1, 3], 1);\n\nconst HighSeedPackTable = new LootTable()\n\t.add(\"Papaya tree seed\", [1, 3], 5)\n\t.add(\"Palm tree seed\", [1, 2], 5)\n\t.add(\"Hespori seed\", 1, 5)\n\t.add(\"Ranarr seed\", [1, 2], 4)\n\t.add(\"Snapdragon seed\", 1, 4)\n\t.add(\"Maple seed\", [1, 2], 4)\n\t.add(\"Mahogany seed\", [1, 2], 4)\n\t.add(\"Yew seed\", 1, 3)\n\t.add(\"Dragonfruit tree seed\", 1, 3)\n\t.add(\"Celastrus seed\", 1, 2)\n\t.add(\"Torstol seed\", 1, 2)\n\t.add(\"Magic seed\", 1, 1)\n\t.add(\"Spirit seed\", 1, 1)\n\t.add(\"Redwood tree seed\", 1, 1);\n\nconst SeedPackTable = new LootTable().add(LowSeedPackTable).add(MediumSeedPackTable).add(HighSeedPackTable);\n\nexport class SeedPackOpenable extends SimpleOpenable {\n\tpublic open(quantity = 1, options: OpenableOpenOptions = { seedTier: \"5\" }) {\n\t\tconst tempTable = new LootTable();\n\t\tconst loot = new Bank();\n\t\tconst tier = options.seedTier ?? \"5\";\n\n\t\t// Roll amount variables\n\t\tlet high = 0;\n\t\tlet medium = 0;\n\t\tlet low = 0;\n\n\t\tswitch (tier) {\n\t\t\tcase \"1\": {\n\t\t\t\thigh = 0;\n\t\t\t\tmedium = randInt(1, 3);\n\t\t\t\tlow = 6 - medium;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tcase \"2\": {\n\t\t\t\tif (roll(11)) {\n\t\t\t\t\thigh = 1;\n\t\t\t\t}\n\t\t\t\tmedium = randInt(2, 3);\n\t\t\t\tlow = 7 - medium - high;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tcase \"3\": {\n\t\t\t\thigh = randInt(0, 1);\n\t\t\t\tmedium = randInt(2, 4);\n\t\t\t\tlow = 8 - medium - high;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tcase \"4\": {\n\t\t\t\thigh = randInt(1, 2);\n\t\t\t\tmedium = randInt(3, 5);\n\t\t\t\tlow = 9 - medium - high;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tdefault: {\n\t\t\t\thigh = randInt(1, 3);\n\t\t\t\tmedium = randInt(4, 6);\n\t\t\t\tlow = 10 - medium - high;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t\t// Low seed roll\n\t\ttempTable.every(LowSeedPackTable, low);\n\t\t// Medium seed roll\n\t\ttempTable.every(MediumSeedPackTable, medium);\n\t\t// High seed roll\n\t\ttempTable.every(HighSeedPackTable, high);\n\n\t\tfor (let i = 0; i < quantity; i++) {\n\t\t\tloot.add(tempTable.roll());\n\t\t}\n\n\t\treturn loot;\n\t}\n}\n\nexport default new SeedPackOpenable({\n\tid: 22_993,\n\tname: \"Seed pack\",\n\taliases: [\"seed pack\"],\n\ttable: SeedPackTable,\n});\n", "import LootTable from \"../../structures/LootTable\";\nimport SimpleOpenable from \"../../structures/SimpleOpenable\";\n\nconst SinisterChestTable = new LootTable()\n\t.every(\"Grimy ranarr weed\", 3)\n\t.every(\"Grimy harralander\", 2)\n\t.every(\"Grimy irit leaf\")\n\t.every(\"Grimy avantoe\")\n\t.every(\"Grimy kwuarm\")\n\t.every(\"Grimy torstol\");\n\nexport default new SimpleOpenable({\n\tid: 993,\n\tname: \"Sinister chest\",\n\taliases: [\"sinister chest\", \"sinister\"],\n\ttable: SinisterChestTable,\n});\n", "import LootTable from \"../../structures/LootTable\";\nimport SimpleOpenable from \"../../structures/SimpleOpenable\";\n\nconst LowTierLootTable = new LootTable()\n\t.add(\"Monk's robe top\")\n\t.add(\"Monk's robe\")\n\t.add(\"Holy symbol\")\n\t.add(\"Air rune\", [500, 750])\n\t.add(\"Fire rune\", [500, 750])\n\t.add(\"Chaos rune\", [25, 50])\n\t.add(\"Mithril bolts\", [50, 150])\n\t.add(\"Prayer potion(2)\")\n\t.add(\"White lily\")\n\t.add(\"Coins\", [1500, 3000]);\n\nconst MidTierLootTable = new LootTable()\n\t.add(\"Adamant 2h sword\")\n\t.add(\"Adamant platebody\")\n\t.add(\"Cosmic rune\", [60, 100])\n\t.add(\"Death rune\", [60, 100])\n\t.add(\"Nature rune\", [60, 100])\n\t.add(\"Adamant bolts\", [50, 200])\n\t.add(\"Monkfish\", [1, 3])\n\t.add(\"Prayer potion(4)\")\n\t.add(\"Grimy ranarr weed\", [1, 2])\n\t.add(\"Coins\", [7500, 12_500]);\n\nconst HighTierLootTable = new LootTable()\n\t.add(\"Rune 2h sword\")\n\t.add(\"Rune platebody\")\n\t.add(\"Law rune\", [150, 250])\n\t.add(\"Blood rune\", [150, 250])\n\t.add(\"Soul rune\", [150, 250])\n\t.add(\"Runite bolts\", [100, 300])\n\t.add(\"Monkfish\", [2, 6])\n\t.add(\"Sanfew serum(4)\", [1, 2])\n\t.add(\"Ranarr seed\", [1, 2])\n\t.add(\"Coins\", [17_500, 25_000]);\n\nexport const HallowedSackTable = new LootTable()\n\t.every(LowTierLootTable, 5)\n\t.every(MidTierLootTable)\n\t.every(HighTierLootTable, 2);\n\nexport default new SimpleOpenable({\n\tid: 24_946,\n\tname: \"Hallowed Sack\",\n\taliases: [\"hallow sack\", \"hallowed sack\"],\n\ttable: HallowedSackTable,\n});\n", "import { Collection } from \"../../structures/Collection\";\nimport type Openable from \"../../structures/Openable\";\nimport BrimstoneChest from \"./BrimstoneChest\";\nimport Casket from \"./Casket\";\nimport CrystalChest from \"./CrystalChest\";\nimport ElvenCrystalChest from \"./ElvenCrystalChest\";\nimport GiantEggSacFull from \"./GiantEggSacFull\";\nimport GrubbyChest from \"./GrubbyChest\";\nimport { BronzeHAMChest, IronHAMChest, SilverHAMChest, SteelHAMChest } from \"./HAMStoreRoomChests\";\nimport { AdeptSack, BasicSack, ExpertSack, MasterSack } from \"./HuntersLootSack\";\nimport {\n\tBabyImpling,\n\tCrystalImpling,\n\tDragonImpling,\n\tEarthImpling,\n\tEclecticImpling,\n\tEssenceImpling,\n\tGourmetImpling,\n\tLuckyImpling,\n\tMagpieImpling,\n\tNatureImpling,\n\tNinjaImpling,\n\tYoungImpling,\n} from \"./Implings\";\nimport IntricatePouch from \"./IntricatePouch\";\nimport LarransChest from \"./LarransChest\";\nimport MuddyChest from \"./MuddyChest\";\nimport MysteryBox from \"./MysteryBox\";\nimport NestBoxEmpty from \"./NestBoxEmpty\";\nimport NestBoxRing from \"./NestBoxRing\";\nimport NestBoxSeeds from \"./NestBoxSeeds\";\nimport OgreCoffin from \"./OgreCoffin\";\nimport { GiantsFoundryOrePack, VolcanicMineOrePack } from \"./OrePack\";\nimport SeedPack from \"./SeedPack\";\nimport SinisterChest from \"./SinisterChest\";\n\nexport {\n\tMysteryBox,\n\tNestBoxEmpty,\n\tNestBoxRing,\n\tNestBoxSeeds,\n\tGiantEggSacFull,\n\tBronzeHAMChest,\n\tIronHAMChest,\n\tSilverHAMChest,\n\tSteelHAMChest,\n\tCasket,\n\tCrystalChest,\n\tElvenCrystalChest,\n\tGrubbyChest,\n\tMuddyChest,\n\tOgreCoffin,\n\tSinisterChest,\n\tBrimstoneChest,\n\tLarransChest,\n\tSeedPack,\n\tBabyImpling,\n\tYoungImpling,\n\tGourmetImpling,\n\tEarthImpling,\n\tEssenceImpling,\n\tEclecticImpling,\n\tNatureImpling,\n\tMagpieImpling,\n\tNinjaImpling,\n\tCrystalImpling,\n\tDragonImpling,\n\tLuckyImpling,\n\tVolcanicMineOrePack,\n\tGiantsFoundryOrePack,\n\tIntricatePouch,\n\tBasicSack,\n\tAdeptSack,\n\tExpertSack,\n\tMasterSack,\n};\n\nconst openablesObject = {\n\tMysteryBox,\n\tNestBoxEmpty,\n\tNestBoxRing,\n\tNestBoxSeeds,\n\tGiantEggSacFull,\n\tBronzeHAMChest,\n\tIronHAMChest,\n\tSilverHAMChest,\n\tSteelHAMChest,\n\tCasket,\n\tCrystalChest,\n\tElvenCrystalChest,\n\tGrubbyChest,\n\tMuddyChest,\n\tOgreCoffin,\n\tSinisterChest,\n\tBrimstoneChest,\n\tLarransChest,\n\tSeedPack,\n\tBabyImpling,\n\tYoungImpling,\n\tGourmetImpling,\n\tEarthImpling,\n\tEssenceImpling,\n\tEclecticImpling,\n\tNatureImpling,\n\tMagpieImpling,\n\tNinjaImpling,\n\tCrystalImpling,\n\tDragonImpling,\n\tLuckyImpling,\n\tVolcanicMineOrePack,\n\tGiantsFoundryOrePack,\n\tIntricatePouch,\n\tBasicSack,\n\tAdeptSack,\n\tExpertSack,\n\tMasterSack,\n};\n\nconst allMonsters: [number, Openable][] = Object.values(openablesObject).map(openable => [openable.id, openable]);\n\nconst Openables = Object.assign(new Collection(allMonsters), openablesObject);\n\nexport default Openables;\n\nexport * from \"./HallowedSack\";\n", "import fetch from \"node-fetch\";\n\nimport { ACCOUNT_TYPES, Errors, hiscoreURLs } from \"../constants\";\nimport type { SkillsScore } from \"../meta/types\";\nimport { convertXPtoLVL, isValidUsername, resolvePlayerFromHiscores } from \"../util/util\";\nimport OSError from \"./OldSchoolJSError\";\nimport Player from \"./Player\";\n\nexport interface GetOptions {\n\ttype?: keyof typeof hiscoreURLs;\n\tvirtualLevels?: boolean;\n}\n\nconst defaultGetOptions: GetOptions = {\n\ttype: \"normal\",\n\tvirtualLevels: false,\n};\n\nclass Hiscores {\n\tpublic async fetch(\n\t\tusername: string,\n\t\toptions: GetOptions = { type: \"normal\", virtualLevels: false },\n\t): Promise {\n\t\tconst mergedOptions = { ...defaultGetOptions, ...options };\n\t\tconst accountType = mergedOptions.type ?? \"normal\";\n\t\tif (!isValidUsername(username)) throw new OSError(Errors.INVALID_USERNAME);\n\t\tif (!ACCOUNT_TYPES.includes(accountType)) {\n\t\t\tthrow new OSError(Errors.INVALID_ACCOUNT_TYPE);\n\t\t}\n\n\t\tconst data: Player = await fetch(hiscoreURLs[accountType] + username)\n\t\t\t.then(async (res): Promise => {\n\t\t\t\tif (res.status === 404) throw new OSError(Errors.ACCOUNT_NOT_FOUND);\n\t\t\t\tif (!res.ok) throw new OSError(Errors.FAILED_REQUEST);\n\t\t\t\tconst text = await res.text();\n\t\t\t\t// If the text response is HTML, it means the hiscores are down.\n\t\t\t\tif (text.trim().startsWith(\"<\")) throw new OSError(Errors.FAILED_REQUEST);\n\t\t\t\treturn text;\n\t\t\t})\n\t\t\t.then(p => resolvePlayerFromHiscores(p, accountType))\n\t\t\t.catch((err): never => {\n\t\t\t\tthrow err;\n\t\t\t});\n\n\t\tif (mergedOptions.virtualLevels) {\n\t\t\tlet overall = 0;\n\t\t\tfor (const skill in data.skills) {\n\t\t\t\tif (skill === \"overall\") continue;\n\t\t\t\tconst lvl = convertXPtoLVL(data.skills[skill as keyof SkillsScore].xp, 126);\n\t\t\t\toverall += lvl;\n\t\t\t\tdata.skills[skill as keyof SkillsScore].level = lvl;\n\t\t\t}\n\t\t\tdata.skills.overall.level = overall;\n\t\t}\n\n\t\treturn new Player({\n\t\t\tusername,\n\t\t\ttype: options.type ?? \"normal\",\n\t\t\tskills: data.skills,\n\t\t\tminigames: data.minigames,\n\t\t\tclues: data.clues,\n\t\t\tbossRecords: data.bossRecords,\n\t\t\tleaguePoints: data.leaguePoints,\n\t\t});\n\t}\n}\n\nexport default new Hiscores();\n", "import { ErrorDescriptions, type Errors } from \"../constants\";\n\nexport default class OldSchoolJSError extends Error {\n\tpublic code: Errors;\n\tpublic description = \"\";\n\n\tpublic constructor(code: Errors) {\n\t\tsuper(code);\n\t\tthis.name = this.constructor.name;\n\t\tthis.code = code;\n\t\tthis.message = ErrorDescriptions[code];\n\t\tif (Error.captureStackTrace) Error.captureStackTrace(this, this.constructor);\n\t}\n}\n", "import type { hiscoreURLs } from \"../constants\";\nimport type { BossRecords, CluesScore, MinigamesScore, Player as PlayerType, SkillsScore } from \"../meta/types\";\n\nclass Player {\n\tpublic username: string;\n\tpublic skills: SkillsScore;\n\tpublic minigames: MinigamesScore;\n\tpublic bossRecords: BossRecords;\n\tpublic type: keyof typeof hiscoreURLs;\n\tpublic clues: CluesScore;\n\tpublic leaguePoints?: { rank: number; points: number };\n\n\tpublic constructor(player: PlayerType) {\n\t\tthis.username = player.username;\n\t\tthis.skills = player.skills;\n\t\tthis.minigames = player.minigames;\n\t\tthis.bossRecords = player.bossRecords;\n\t\tthis.type = player.type;\n\t\tthis.clues = player.clues;\n\t\tthis.leaguePoints = player.leaguePoints;\n\t}\n\n\tpublic get combatLevel(): number {\n\t\tconst { defence, ranged, hitpoints, magic, prayer, attack, strength } = this.skills;\n\t\tconst base = 0.25 * (defence.level + hitpoints.level + Math.floor(prayer.level / 2));\n\t\tconst melee = 0.325 * (attack.level + strength.level);\n\t\tconst range = 0.325 * (Math.floor(ranged.level / 2) + ranged.level);\n\t\tconst mage = 0.325 * (Math.floor(magic.level / 2) + magic.level);\n\t\treturn Math.floor(base + Math.max(melee, range, mage));\n\t}\n}\n\nexport default Player;\n", "import fetch from \"node-fetch\";\n\nimport type { WikiPage } from \"../meta/types\";\n\nclass Wiki {\n\tprivate URL = \"https://oldschool.runescape.wiki/api.php\";\n\tprivate searchOptions: { [index: string]: string } = {\n\t\t\"-incategory\": [\"Slang_dictionary\", \"Disambiguation\"].join(\"|\"),\n\t};\n\n\tprivate commonPageAPIOptions = {\n\t\taction: \"query\",\n\t\tformat: \"json\",\n\t\tprop: [\"extracts\", \"pageimages\", \"info\", \"categories\"].join(\"|\"),\n\t\tformatversion: \"2\",\n\t\tpiprop: \"original\",\n\t\tinprop: \"url\",\n\t\texsentences: \"5\",\n\t\texintro: \"1\",\n\t\texplaintext: \"1\",\n\t\tcllimit: \"max\",\n\t};\n\n\tpublic async fetchPage(pageID: number): Promise {\n\t\tconst results = await this.fetchAPI({\n\t\t\tiwurl: \"1\",\n\t\t\tpageids: pageID,\n\t\t});\n\n\t\tif (!results || !results.query) return undefined;\n\t\treturn this.parseRawPage(results.query.pages[0]);\n\t}\n\n\tpublic async random(amount = 20): Promise {\n\t\tconst results = await this.fetchAPI({\n\t\t\tgenerator: \"random\",\n\t\t\tgrnnamespace: \"0\",\n\t\t\tgrnlimit: amount,\n\t\t});\n\n\t\tif (!results || !results.query) return [];\n\t\treturn results.query.pages.map((r: any) => this.parseRawPage(r));\n\t}\n\n\tpublic async search(query: string): Promise {\n\t\tconst parsedSearchOptions = Object.keys(this.searchOptions)\n\t\t\t.map((prop): string => `${prop}:${this.searchOptions[prop]}`)\n\t\t\t.join(\" \");\n\n\t\tconst results = await this.fetchAPI({\n\t\t\tiwurl: \"1\",\n\t\t\tgenerator: \"search\",\n\t\t\tgsrlimit: \"20\",\n\t\t\tgsrsearch: `${query} ${parsedSearchOptions}`,\n\t\t});\n\n\t\tif (!results || !results.query || !results.query.pages) return [];\n\n\t\treturn results.query.pages.sort((a: any, b: any) => a.index - b.index).map((r: any) => this.parseRawPage(r));\n\t}\n\n\tprivate parseRawPage(rawPage: any): WikiPage {\n\t\treturn {\n\t\t\ttitle: rawPage.title,\n\t\t\textract: rawPage.extract,\n\t\t\timage: rawPage.original?.source,\n\t\t\turl: rawPage.fullurl,\n\t\t\tlastRevisionID: rawPage.lastrevid,\n\t\t\tpageID: rawPage.pageid,\n\t\t\tcategories: rawPage.categories,\n\t\t};\n\t}\n\n\tpublic fetchAPI(query: any): Promise {\n\t\tconst apiURL = new URL(this.URL);\n\t\tapiURL.search = new URLSearchParams({ ...this.commonPageAPIOptions, ...query }).toString();\n\t\treturn fetch(apiURL.toString()).then((res): Promise => res.json());\n\t}\n}\n\nexport default new Wiki();\n", "import LootTable from \"../../structures/LootTable\";\n\nexport const RareTable = new LootTable()\n\t.add(\"Black 2h sword\")\n\t.add(\"Black platebody\")\n\t.add(\"Black longsword\")\n\t.add(\"Black full helm\")\n\t.add(\"Black platelegs\")\n\t.add(\"Black battleaxe\")\n\t.add(\"Black axe\")\n\t.add(\"Black pickaxe\")\n\t.add(\"Black plateskirt\")\n\t.add(\"Black kiteshield\")\n\t.add(\"Black med helm\")\n\t.add(\"Black dagger\")\n\t.add(\"Black sq shield\")\n\t.add(\"Black chainbody\")\n\t.add(\"Black sword\")\n\t.add(\"Black mace\")\n\t.add(\"Black warhammer\")\n\t.add(\"Black scimitar\");\n\nexport const SuccessfulUniqueTable = new LootTable()\n\t.add(\"Mole slippers\")\n\t.add(\"Frog slippers\")\n\t.add(\"Bear feet\")\n\t.add(\"Demon feet\")\n\t.add(\"Jester cape\")\n\t.add(\"Shoulder parrot\")\n\t.add(\"Monk's robe top (t)\")\n\t.add(\"Monk's robe (t)\")\n\t.add(\"Amulet of defence (t)\")\n\t.add(\"Sandwich lady hat\")\n\t.add(\"Sandwich lady top\")\n\t.add(\"Sandwich lady bottom\")\n\t.add(\"Rune scimitar ornament kit (guthix)\")\n\t.add(\"Rune scimitar ornament kit (saradomin)\")\n\t.add(\"Rune scimitar ornament kit (zamorak)\");\n\nexport const UniqueTable = new LootTable().add(\"Cabbage\").add(SuccessfulUniqueTable);\n\nexport const StandardTable = new LootTable()\n\t.add(\"Shrimps\", [5, 14])\n\t.add(\"Herring\", [5, 9])\n\t.add(\"Sardine\", [5, 12])\n\t.add(\"Air rune\", [15, 35])\n\t.add(\"Fire rune\", [15, 35])\n\t.add(\"Water rune\", [15, 35])\n\t.add(\"Earth rune\", [15, 35])\n\t.add(\"Mind rune\", [15, 35])\n\t.add(\"Body rune\", [15, 35])\n\t.add(\"Law rune\", [2, 7])\n\t.add(\"Chaos rune\", [2, 7])\n\t.add(\"Nature rune\", [2, 7])\n\t.add(\"Bronze arrow\", [15, 30])\n\t.add(\"Iron arrow\", [7, 15])\n\t.add(\"Staff of air\")\n\t.add(\"Staff of water\")\n\t.add(\"Staff of earth\")\n\t.add(\"Staff of fire\")\n\t.add(\"Steel platebody\")\n\t.add(\"Steel longsword\")\n\t.add(\"Steel full helm\")\n\t.add(\"Steel platelegs\")\n\t.add(\"Steel battleaxe\")\n\t.add(\"Steel axe\")\n\t.add(\"Iron pickaxe\")\n\t.add(\"Steel dagger\")\n\t.add(\"Oak shortbow\")\n\t.add(\"Longbow\")\n\t.add(\"Oak longbow\")\n\t.add(\"Leather chaps\")\n\t.add(\"Leather body\")\n\t.add(\"Hardleather body\")\n\t.add(\"Leather vambraces\")\n\t.add(\"Leather cowl\")\n\t.add(\"Blue wizard robe\")\n\t.add(\"Blue wizard hat\")\n\t.add(\"Black robe\")\n\t.add(\"Wizard hat\")\n\t.add(\"Steel plateskirt\")\n\t.add(\"Shortbow\")\n\t.add(RareTable);\n\nexport const BeginnerClueTable = new LootTable().add(StandardTable, 1, 11).add(UniqueTable, 1, 1);\nexport const BeginnerCasket = new LootTable().add(BeginnerClueTable, [1, 3]);\n", "import { BeginnerCasket as Beginner } from \"./Beginner\";\nimport { EasyCasket as Easy } from \"./Easy\";\nimport { EliteCasket as Elite } from \"./Elite\";\nimport { HardCasket as Hard } from \"./Hard\";\nimport { MasterCasket as Master } from \"./Master\";\nimport { MediumCasket as Medium } from \"./Medium\";\n\nexport const Clues = {\n\tBeginner,\n\tEasy,\n\tElite,\n\tHard,\n\tMaster,\n\tMedium,\n};\n\nexport * from \"./Beginner\";\nexport * from \"./Easy\";\nexport * from \"./Elite\";\nexport * from \"./Hard\";\nexport * from \"./Master\";\nexport * from \"./Medium\";\n", "import type { Item } from \"../meta/types\";\nimport { getItemOrThrow, resolveItems } from \"../util/util\";\n\nexport const allTeamCapes: Item[] = [];\n\nfor (let i = 1; i < 51; i++) {\n\tallTeamCapes.push(getItemOrThrow(`Team-${i} cape`));\n}\n\nexport const beekeeperOutfit = resolveItems([\n\t\"Beekeeper's hat\",\n\t\"Beekeeper's top\",\n\t\"Beekeeper's legs\",\n\t\"Beekeeper's gloves\",\n\t\"Beekeeper's boots\",\n]);\n\nexport const camoOutfit = resolveItems([\"Camo helmet\", \"Camo top\", \"Camo bottoms\"]);\n\nexport const lederhosenOutfit = resolveItems([\"Lederhosen hat\", \"Lederhosen top\", \"Lederhosen shorts\"]);\n\nexport const zombieOutfit = resolveItems([\n\t\"Zombie mask\",\n\t\"Zombie shirt\",\n\t\"Zombie trousers\",\n\t\"Zombie gloves\",\n\t\"Zombie boots\",\n]);\n\nexport const mimeOutfit = resolveItems([\"Mime mask\", \"Mime top\", \"Mime legs\", \"Mime gloves\", \"Mime boots\"]);\n", "import type { MINIGAMES, hiscoreURLs, mappedBossNames } from \"../constants\";\nimport type Bank from \"../structures/Bank\";\nimport type LootTable from \"../structures/LootTable\";\nimport type { LootTableRollOptions } from \"../structures/LootTable\";\nimport type SimpleMonster from \"../structures/SimpleMonster\";\nimport type { MonsterSlayerMaster } from \"./monsterData\";\n\ntype ChestSize = \"big\" | \"small\";\ntype SeedTier = \"1\" | \"2\" | \"3\" | \"4\" | \"5\";\n\nexport interface SimpleLootItem {\n\tid: string;\n\tdropRate: number;\n}\n\nexport interface MonsterOptions {\n\tid: number;\n\tname: string;\n\tcombatLevel?: number;\n\thitpoints?: number;\n\taliases?: string[];\n\tallItems?: number[];\n}\n\nexport interface Player {\n\tbossRecords: BossRecords;\n\tusername: string;\n\ttype: keyof typeof hiscoreURLs;\n\tskills: SkillsScore;\n\tminigames: MinigamesScore;\n\tclues: CluesScore;\n\tleaguePoints?: { rank: number; points: number };\n}\n\nexport interface SkillsScore {\n\toverall: SkillScore;\n\tattack: SkillScore;\n\tdefence: SkillScore;\n\tstrength: SkillScore;\n\thitpoints: SkillScore;\n\tranged: SkillScore;\n\tprayer: SkillScore;\n\tmagic: SkillScore;\n\tcooking: SkillScore;\n\twoodcutting: SkillScore;\n\tfletching: SkillScore;\n\tfishing: SkillScore;\n\tfiremaking: SkillScore;\n\tcrafting: SkillScore;\n\tsmithing: SkillScore;\n\tmining: SkillScore;\n\therblore: SkillScore;\n\tagility: SkillScore;\n\tthieving: SkillScore;\n\tslayer: SkillScore;\n\tfarming: SkillScore;\n\trunecraft: SkillScore;\n\thunter: SkillScore;\n\tconstruction: SkillScore;\n}\n\nexport type BossRecords = Record<(typeof mappedBossNames)[number][\"0\"], MinigameScore>;\n\nexport type MinigamesScore = Record<(typeof MINIGAMES)[number], MinigameScore>;\n\nexport interface CluesScore {\n\tall: MinigameScore;\n\tbeginner: MinigameScore;\n\teasy: MinigameScore;\n\tmedium: MinigameScore;\n\thard: MinigameScore;\n\telite: MinigameScore;\n\tmaster: MinigameScore;\n}\n\nexport interface MinigameScore {\n\trank: number;\n\tscore: number;\n}\n\nexport interface SkillScore {\n\trank: number;\n\tlevel: number;\n\txp: number;\n}\n\nexport type ItemID = number;\n\nexport interface ItemRequirements {\n\tattack: number;\n\tdefence: number;\n\tstrength: number;\n\thitpoints: number;\n\tranged: number;\n\tprayer: number;\n\tmagic: number;\n\tcooking: number;\n\twoodcutting: number;\n\tfletching: number;\n\tfishing: number;\n\tfiremaking: number;\n\tcrafting: number;\n\tsmithing: number;\n\tmining: number;\n\therblore: number;\n\tagility: number;\n\tthieving: number;\n\tslayer: number;\n\tfarming: number;\n\trunecraft: number;\n\thunter: number;\n\tconstruction: number;\n\tcombat: number;\n}\n\n/**\n * The equipment bonuses of equipable armour/weapons.\n */\nexport interface ItemEquipment {\n\tattack_stab: number;\n\tattack_slash: number;\n\tattack_crush: number;\n\tattack_magic: number;\n\tattack_ranged: number;\n\tdefence_stab: number;\n\tdefence_slash: number;\n\tdefence_crush: number;\n\tdefence_magic: number;\n\tdefence_ranged: number;\n\tmelee_strength: number;\n\tranged_strength: number;\n\tmagic_damage: number;\n\tprayer: number;\n\tslot: EquipmentSlot;\n\trequirements: Partial | null;\n}\n\nexport enum EquipmentSlot {\n\tTwoHanded = \"2h\",\n\tAmmo = \"ammo\",\n\tBody = \"body\",\n\tCape = \"cape\",\n\tFeet = \"feet\",\n\tHands = \"hands\",\n\tHead = \"head\",\n\tLegs = \"legs\",\n\tNeck = \"neck\",\n\tRing = \"ring\",\n\tShield = \"shield\",\n\tWeapon = \"weapon\",\n}\n\n/**\n * The information about weapon properties.\n */\n\nexport interface ItemWeaponStance {\n\tcombat_style: string;\n\tattack_type: string | null;\n\tattack_style: string | null;\n\texperience: string;\n\tboosts: string | null;\n}\n\nexport interface ItemWeapon {\n\tattack_speed: number;\n\tweapon_type: string;\n\tstances: ItemWeaponStance[];\n}\n\n/**\n * A representation of an Old School RuneScape (OSRS) item.\n */\nexport interface Item {\n\t/**\n\t * Unique OSRS item ID number.\n\t */\n\tid: number;\n\t/**\n\t * Name of the item.\n\t */\n\tname: string;\n\t/**\n\t * If the item has incomplete wiki data.\n\t */\n\tincomplete?: boolean;\n\t/**\n\t * If the item is a members-only.\n\t */\n\tmembers?: boolean;\n\t/**\n\t * If the item is tradeable (between players and on the GE).\n\t */\n\ttradeable?: boolean;\n\t/**\n\t * If the item is tradeable (only on GE).\n\t */\n\ttradeable_on_ge?: boolean;\n\t/**\n\t * If the item is stackable (in inventory).\n\t */\n\tstackable?: boolean;\n\t/**\n\t * If the item is noteable.\n\t */\n\tnoteable?: boolean;\n\t/**\n\t * If the item is equipable (based on right-click menu entry).\n\t */\n\tequipable?: true;\n\t/**\n\t * If the item is equipable by a player and is equipable in-game.\n\t */\n\tequipable_by_player?: true;\n\tequipable_weapon?: true;\n\t/**\n\t * The store price of an item.\n\t */\n\tcost: number;\n\t/**\n\t * The low alchemy value of the item (cost * 0.4).\n\t */\n\tlowalch?: number;\n\t/**\n\t * The high alchemy value of the item (cost * 0.6).\n\t */\n\thighalch?: number;\n\t/**\n\t * The weight (in kilograms) of the item.\n\t */\n\tweight?: number;\n\t/**\n\t * The GE buy limit of the item.\n\t */\n\tbuy_limit?: number;\n\t/**\n\t * Date the item was released (in ISO8601 format).\n\t */\n\trelease_date?: string;\n\t/**\n\t * The examine text for the item.\n\t */\n\texamine?: string;\n\t/**\n\t * The OSRS Wiki name for the item.\n\t */\n\twiki_name?: string;\n\t/**\n\t * The OSRS Wiki URL (possibly including anchor link).\n\t */\n\twiki_url?: string;\n\tequipment?: ItemEquipment;\n\tweapon?: ItemWeapon;\n\t/**\n\t * The OSRS Wiki market price for this item, 0 if untradeable or has no price.\n\t */\n\tprice: number;\n}\n\nexport interface DateYearMonth {\n\tyear: number;\n\tmonth: number;\n}\n\nexport interface WikiPage {\n\timage?: string;\n\tlastRevisionID: number;\n\turl: string;\n\tpageID: number;\n\ttitle: string;\n\textract?: string;\n\tcategories: {\n\t\ttitle: string;\n\t\tns: number;\n\t}[];\n}\n\nexport interface IntKeyBank {\n\t[key: number]: number;\n}\nexport interface ItemBank {\n\t[key: string]: number;\n}\n\nexport interface LootBank {\n\t[key: string]: Bank;\n}\n\nexport interface SimpleTableItem {\n\titem: T;\n\tweight: number;\n}\n\nexport interface BankItem {\n\tid: number;\n\tqty: number;\n}\n\nexport type TupleLootItem = [number, number];\n\nexport interface MonsterKillOptions {\n\t/**\n\t * This is *true* if the monster is being killed inside the catacombs.\n\t */\n\tinCatacombs?: boolean;\n\t/**\n\t * This is *true* if the monster is being killed inside the wilderness.\n\t */\n\tinWilderness?: boolean;\n\t/**\n\t * This is *true* if the monster being killed is on-task.\n\t */\n\tonSlayerTask?: boolean;\n\t/**\n\t * This is the assigner of this task, if on a task.\n\t */\n\tslayerMaster?: MonsterSlayerMaster;\n\t/**\n\t * If monster is eligible for superior, pass the LootTable.\n\t */\n\thasSuperiors?: SimpleMonster;\n\tfarmingLevel?: number;\n\tisAwakened?: boolean;\n\tlootTableOptions?: LootTableRollOptions;\n}\n\nexport interface OpenableOptions {\n\tid: number;\n\tname: string;\n\taliases: string[];\n\tallItems?: number[];\n}\n\nexport interface OpenableOpenOptions {\n\tfishLvl?: number;\n\tseedTier?: SeedTier;\n\tchestSize?: ChestSize;\n}\n\nexport interface ClueOptions {\n\ttable: LootTable;\n}\n\nexport type CustomKillLogic = (options: MonsterKillOptions, currentLoot: Bank) => void;\n"], + "mappings": "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AK,IACL,KAAM,IACN,IAAK,EACN,EACA,CACC,KAAM,eACN,IAAK,CAAC,IAAK,GAAG,EACd,IAAK,EACL,KAAM,IACN,IAAK,CACN,EACA,CACC,KAAM,gBACN,IAAK,CAAC,IAAK,GAAG,EACd,IAAK,GACL,KAAM,IACN,IAAK,CACN,EACA,CACC,KAAM,cACN,IAAK,CAAC,IAAK,GAAG,EACd,IAAK,GACL,KAAM,IACN,IAAK,CACN,EACA,CACC,KAAM,WACN,IAAK,CAAC,IAAK,GAAG,EACd,IAAK,IACL,KAAM,IACN,IAAK,CACN,CACD,EAEaC,GAAyC,CACrD,CACC,KAAM,gBACN,IAAK,CAAC,GAAI,GAAG,EACb,IAAK,IACL,KAAM,GACN,IAAK,EACN,EACA,CACC,KAAM,iBACN,IAAK,CAAC,GAAI,GAAG,EACb,IAAK,IACL,KAAM,GACN,IAAK,EACN,EACA,CACC,KAAM,YACN,IAAK,CAAC,IAAK,GAAG,EACd,IAAK,IACL,KAAM,IACN,IAAK,EACN,EACA,CACC,KAAM,eACN,IAAK,CAAC,IAAK,GAAG,EACd,IAAK,EACL,KAAM,IACN,IAAK,CACN,EACA,CACC,KAAM,gBACN,IAAK,CAAC,IAAK,GAAG,EACd,IAAK,GACL,KAAM,IACN,IAAK,CACN,EACA,CACC,KAAM,cACN,IAAK,CAAC,IAAK,GAAG,EACd,IAAK,GACL,KAAM,IACN,IAAK,CACN,EACA,CACC,KAAM,WACN,IAAK,CAAC,IAAK,GAAG,EACd,IAAK,IACL,KAAM,IACN,IAAK,CACN,CACD,EAEaC,GAAuC,CACnD,CACC,KAAM,gBACN,IAAK,CAAC,IAAK,GAAG,EACd,IAAK,IACL,KAAM,GACN,IAAK,EACN,EACA,CACC,KAAM,iBACN,IAAK,CAAC,IAAK,GAAG,EACd,IAAK,IACL,KAAM,GACN,IAAK,EACN,EACA,CACC,KAAM,YACN,IAAK,CAAC,IAAK,GAAG,EACd,IAAK,IACL,KAAM,IACN,IAAK,EACN,EACA,CACC,KAAM,eACN,IAAK,CAAC,IAAK,GAAG,EACd,IAAK,EACL,KAAM,IACN,IAAK,CACN,EACA,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", + "names": ["require_cjs", "__commonJSMin", "exports", "module", "isMergeableObject", "__name", "value", "isNonNullObject", "isSpecial", "stringValue", "isReactElement", "canUseSymbol", "REACT_ELEMENT_TYPE", "emptyTarget", "val", "cloneUnlessOtherwiseSpecified", "options", "deepmerge", "defaultArrayMerge", "target", "source", "element", "getMergeFunction", "key", "customMerge", "getEnumerableOwnPropertySymbols", "symbol", "getKeys", "propertyIsOnObject", "object", "property", "propertyIsUnsafe", "mergeObject", "destination", "sourceIsArray", "targetIsArray", "sourceAndTargetTypesMatch", "array", "prev", "next", "deepmerge_1", "Time", "primitiveTypes", "isObject", "input", "constructor", "Object", "isPrimitive", "includes", "randInt", "min", "max", "Math", "floor", "random", "randFloat", "percent", "valueToCalc", "exports", "partialValue", "totalValue", "array", "chunkSize", "RangeError", "Number", "isInteger", "TypeError", "clone", "slice", "chunks", "length", "push", "splice", "val", "fn", "waitFor", "timeout", "args", "clearTimeout", "setTimeout", "deepClone", "source", "Array", "isArray", "output", "value", "key", "entries", "Map", "set", "Set", "values", "add", "obj", "keys", "arr", "filter", "firstArray", "secondArray", "item", "i", "upperLimit", "precision", "multiplier", "pow", "round", "num", "inMin", "inMax", "outMin", "outMax", "copy", "j", "ms", "Promise", "resolve", "str", "replace", "reduce", "a", "b", "import_deepmerge", "_items", "cleanString", "str", "__name", "Collection", "_Collection", "__name", "predicate", "result", "key", "value", "callback", "index", "i", "entry", "items", "_items", "itemNameMap", "CLUE_SCROLLS", "CLUE_SCROLL_NAMES", "USELESS_ITEMS", "Items", "Collection", "__name", "item", "id", "itemName", "data", "deepMerge", "input", "cleanString", "itemsExport", "numID", "cleanName", "Items_default", "EItem", "EMonster", "constants_exports", "__export", "ACCOUNT_TYPES", "BASE_API_URL", "CLUES", "EMPTY_BIRD_NEST_ID", "ErrorDescriptions", "Errors", "MINIGAMES", "SKILLS", "SkillsEnum", "bossNameMap", "hiscoreURLs", "mappedBossNames", "BASE_API_URL", "SKILLS", "MINIGAMES", "CLUES", "mappedBossNames", "bossNameMap", "hiscoreURL", "type", "__name", "hiscoreURLs", "ACCOUNT_TYPES", "Errors", "ErrorDescriptions", "EMPTY_BIRD_NEST_ID", "SkillsEnum", "MonsterAttribute", "MonsterSlayerMaster", "MonsterAttackType", "misc_exports", "__export", "BarbarianAssault", "ChambersOfXeric", "EliteMimicTable", "FishingTrawler", "Gauntlet", "GrandHallowedCoffin", "MasterMimicTable", "Mimic3rdAgeTable", "Nightmare_default", "TOBRooms", "Tempoross", "TheatreOfBlood", "TheatreOfBloodClass", "ToBUniqueTable", "Zalcano_default", "import_e", "itemID", "name", "item", "Items_default", "__name", "import_e", "import_e", "toKMB", "number", "__name", "fromKMB", "numberBefore", "numberAfter", "newNum", "frozenErrorStr", "isValidInteger", "__name", "str", "isValidBankQuantity", "qty", "sanitizeItemBank", "mutSource", "key", "Items_default", "Bank", "_Bank", "source", "initialBank", "item", "itemID", "entries", "k", "v", "quantity", "id", "currentValue", "_item", "int", "randomEntry", "multiplier", "itemsToNotMultiply", "items", "itemEntry", "arr", "val", "fn", "bank", "a", "b", "result", "toKMB", "value", "otherBank", "errors", "reduceNumByPercent", "value", "percent", "__name", "randInt", "min", "max", "randFloat", "roll", "upperLimit", "LootTable", "_LootTable", "__name", "lootTableOptions", "newTable", "name", "itemID", "items", "item", "chance", "quantity", "options", "resolved", "weight", "loot", "Bank", "effectiveTertiaryItems", "i", "change", "Items_default", "reduceNumByPercent", "limit", "j", "outerLoop", "roll", "randomWeight", "randFloat", "result", "qty", "randInt", "LowGambleTable", "LootTable", "MediumGambleTable", "HighGambleTable", "BarbarianAssault", "import_e", "Minigame", "__name", "import_e", "SimpleTable", "__name", "item", "weight", "tableItem", "_tableItem", "_item", "randomWeight", "result", "i", "import_e", "resolveNameBank", "nameBank", "newBank", "name", "val", "itemID", "__name", "resolveBank", "bank", "nameOrID", "int", "id", "addItemToBank", "amountToAdd", "fasterResolveBank", "firstKey", "increaseBankQuantitesByPercent", "percent", "whitelist", "item", "qty", "increased", "convertBankToPerHourStats", "time", "result", "calcDropRatesFromBank", "iterations", "uniques", "uniquesReceived", "a", "b", "rate", "calcDropRatesFromBankWithoutUniques", "results", "addBanks", "banks", "Bank", "_bank", "averageBank", "kc", "generateRandomBank", "size", "amountPerItem", "Items_default", "import_e", "resolvePlayerFromHiscores", "csvData", "accountType", "data", "str", "resolvedPlayer", "accumulativeIndex", "i", "SKILLS", "MINIGAMES", "CLUES", "minigameKey", "minigameData", "mappedBossNames", "bossName", "__name", "isValidUsername", "username", "convertLVLtoXP", "lvl", "points", "convertXPtoLVL", "xp", "cap", "getBrimKeyChanceFromCBLevel", "combatLevel", "getLarranKeyChanceFromCBLevel", "slayerMonster", "baseChance", "JSONClone", "object", "getAncientShardChanceFromHP", "hitpoints", "getTotemChanceFromHP", "getSlayersEnchantmentChanceFromHP", "chanceHitpoints", "revsUniqueTable", "LootTable", "makeRevTable", "table", "options", "currentLoot", "index", "key", "itemName", "randomVariation", "value", "percentage", "lowerLimit", "upperLimit", "getItem", "identifier", "parsed", "Items_default", "getItemOrThrow", "item", "resolveItems", "_itemArray", "itemArray", "newArray", "osItem", "deepResolveItems", "test", "itemTupleToTable", "items", "quantity", "itemScales", "resolveNameBank", "NonUniqueTable", "SimpleTable", "itemID", "CoXUniqueTable", "LootTable", "cmTeamTimes", "ChambersOfXericClass", "Minigame", "__name", "i", "teamPoints", "chances", "totalChancePercentage", "teamSize", "completionTime", "teamSizeRange", "timeRequired", "rolls", "chance", "personalPoints", "items", "rolledItem", "loot", "_options", "options", "JSONClone", "elligibleForDust", "member", "val", "dropChances", "uniqueLoot", "lootResult", "uniqueDeciderTable", "teamMember", "Bank", "receipientID", "uniqueItem", "leftOverRecipient", "pointsOfThisMember", "entries", "quantity", "onyxChance", "bank", "ChambersOfXeric", "import_e", "trawlerFish", "itemID", "RawJunkTable", "LootTable", "JunkTable", "anglerOutfit", "FishingTrawler", "fishingLevel", "hasEliteArd", "bank", "loot", "Bank", "item", "ableToFish", "i", "possibleFish", "xp", "len", "multiplier", "fishToGive", "qty", "randomVariation", "__name", "DiedTable", "LootTable", "StandardInnerTable", "StandardTable", "CorruptedInnerTable", "CorruptedTable", "Gauntlet", "died", "type", "__name", "import_e", "data", "nonUniqueItemRanges", "resolveNameBank", "NonUniqueTable", "SimpleTable", "id", "phosaniData", "phosaniNonUniqueItemRanges", "PhosaniNonUniqueTable", "GearTable", "OrbTable", "mvpTertiary", "LootTable", "nonMvpTertiary", "phosaniTertiary", "NightmareClass", "__name", "i", "percentage", "isMvp", "isPhosani", "table", "ranges", "item", "range", "quantity", "options", "mvp", "a", "b", "parsedTeam", "teamMember", "lootResult", "Bank", "giveWeightedDrop", "recipient", "WeightedUniqueTable", "secondRollChance", "Nightmare", "Nightmare_default", "replaceItems", "PoolCasketTable", "LootTable", "fishTables", "table", "Tempoross", "quantity", "fishingLevel", "userBank", "loot", "Bank", "lootTable", "level", "fn", "index", "newItem", "__name", "import_e", "data", "nonUniqueItemRanges", "resolveNameBank", "NonUniqueTable", "SimpleTable", "id", "toolSeedTable", "LootTable", "tertiaryTable", "ZalcanoClass", "__name", "i", "perfPercent", "isMVP", "item", "range", "quantity", "team", "lootResult", "teamMember", "loot", "Bank", "Zalcano", "Zalcano_default", "Mimic3rdAgeTable", "LootTable", "EliteMimicTable", "MasterMimicTable", "import_e", "util_exports", "__export", "JSONClone", "addBanks", "addItemToBank", "averageBank", "calcDropRatesFromBank", "calcDropRatesFromBankWithoutUniques", "convertBankToPerHourStats", "convertLVLtoXP", "convertXPtoLVL", "deepResolveItems", "fasterResolveBank", "fromKMB", "generateRandomBank", "getAncientShardChanceFromHP", "getBrimKeyChanceFromCBLevel", "getItem", "getItemOrThrow", "getLarranKeyChanceFromCBLevel", "getSlayersEnchantmentChanceFromHP", "getTotemChanceFromHP", "increaseBankQuantitesByPercent", "isValidUsername", "itemID", "itemTupleToTable", "makeRevTable", "randomVariation", "resolveBank", "resolveItems", "resolveNameBank", "resolvePlayerFromHiscores", "revsUniqueTable", "toKMB", "TOBRooms", "ToBUniqueTable", "LootTable", "HardModeUniqueTable", "NonUniqueTable", "HardModeExtraTable", "TheatreOfBloodClass", "__name", "member", "isHardMode", "deaths", "Bank", "loot", "i", "item", "petChance", "team", "table", "SimpleTable", "_options", "options", "JSONClone", "maxPointsPerPerson", "penaltyForDeath", "maxPointsTeamCanGet", "parsedTeam", "t", "teamPoints", "val", "totalDeaths", "percentBaseChanceOfUnique", "purpleRecipient", "lootResult", "TheatreOfBlood", "GrandHallowedCoffin", "LootTable", "import_e", "rawMonsterData", "monsterData", "rawMonsterData", "Monster", "__name", "options", "pluralName", "SimpleMonster", "Monster", "__name", "options", "allItems", "quantity", "loot", "Bank", "canGetBrimKey", "wildySlayer", "slayerMonster", "lootTableOptions", "i", "getBrimKeyChanceFromCBLevel", "getSlayersEnchantmentChanceFromHP", "getLarranKeyChanceFromCBLevel", "getAncientShardChanceFromHP", "getTotemChanceFromHP", "Newtroost", "SimpleMonster", "LootTable", "Unicow", "Spidine", "Swordchick", "Jubster", "Frogeel", "CreatureCreation", "MegaRareTable", "LootTable", "GemTable", "RareDropTable", "RareDropTable_default", "TreeHerbSeedTable", "LootTable", "TreeHerbSeedTable_default", "AraxxorUniqueTable", "LootTable", "SupplyDrop", "AraxxorTable", "TreeHerbSeedTable_default", "RareDropTable_default", "Araxxor", "SimpleMonster", "import_e", "VirtusTable", "LootTable", "TradeableUniqueTable", "LootTable", "VirtusTable", "ClueTable", "SupplyTable", "ResourceTable", "DukeSucellusSingleton", "Monster", "__name", "itemID", "quantity", "options", "loot", "Bank", "i", "tradeableUniqueCap", "DukeSucellus", "AwakenedDukeSucellusSingleton", "Monster", "__name", "quantity", "options", "DukeSucellus", "AwakenedDukeSucellus", "import_e", "TradeableUniqueTable", "LootTable", "VirtusTable", "ClueTable", "SupplyTable", "ResourceTable", "TheLeviathanSingleton", "Monster", "__name", "itemID", "quantity", "options", "loot", "Bank", "i", "tradeableUniqueCap", "TheLeviathan", "AwakenedTheLeviathanSingleton", "Monster", "__name", "quantity", "options", "TheLeviathan", "AwakenedTheLeviathan", "import_e", "TradeableUniqueTable", "LootTable", "VirtusTable", "ClueTable", "SupplyTable", "ResourceTable", "TheWhispererSingleton", "Monster", "__name", "itemID", "quantity", "options", "loot", "Bank", "i", "tradeableUniqueCap", "TheWhisperer", "AwakenedTheWhispererSingleton", "Monster", "__name", "quantity", "options", "TheWhisperer", "AwakenedTheWhisperer", "import_e", "TradeableUniqueTable", "LootTable", "VirtusTable", "ClueTable", "SupplyTable", "ResourceTable", "VardorvisSingleton", "Monster", "__name", "itemID", "quantity", "options", "loot", "Bank", "i", "tradeableUniqueCap", "Vardorvis", "AwakenedVardorvisSingleton", "Monster", "__name", "quantity", "options", "Vardorvis", "AwakenedVardorvis", "HerbDropTable", "LootTable", "HerbDropTable_default", "UncommonSeedDropTable", "LootTable", "UncommonSeedDropTable_default", "ChaosTable", "LootTable", "BryophytaTable", "HerbDropTable_default", "UncommonSeedDropTable_default", "itemTupleToTable", "Bryophyta_default", "SimpleMonster", "GWMegaRareTable", "LootTable", "ShardTable", "GWGemTable", "GWRareDropTable", "GWRareDropTable_default", "MinionUniqueTable", "LootTable", "MinionShardTable", "ShardTable", "MinionTable", "UniqueTable", "CommanderZilyanaTable", "itemTupleToTable", "GWRareDropTable_default", "GWGemTable", "CommanderZilyana_default", "SimpleMonster", "RareSeedTable", "LootTable", "RareSeedTable_default", "TalismanTable", "LootTable", "TalismanTable_default", "DagannothPrimeTable", "LootTable", "TalismanTable_default", "RareDropTable_default", "GemTable", "RareSeedTable_default", "DagannothPrime_default", "SimpleMonster", "DagannothRexTable", "LootTable", "RareDropTable_default", "GemTable", "TalismanTable_default", "DagannothRex_default", "SimpleMonster", "DagannothSupremeTable", "LootTable", "RareDropTable_default", "GemTable", "RareSeedTable_default", "TalismanTable_default", "DagannothSupreme_default", "SimpleMonster", "DerangedArchaeologistTable", "LootTable", "TreeHerbSeedTable_default", "RareDropTable_default", "GemTable", "DerangedArchaeologist_default", "SimpleMonster", "GeneralGraardorArmorTable", "LootTable", "MinionUniqueTable", "MinionShardTable", "ShardTable", "MinionTable", "StrongsackMinionTable", "SteelwillMinionTable", "GrimspikeMinionTable", "UniqueTable", "GeneralGraardorTable", "GWRareDropTable_default", "GWGemTable", "GeneralGraardor_default", "SimpleMonster", "GiantMoleTable", "LootTable", "RareDropTable_default", "GemTable", "GiantMole_default", "SimpleMonster", "KqConsumablesTable", "LootTable", "KalphiteQueenTable", "RareDropTable_default", "KalphiteQueen_default", "SimpleMonster", "KreearraArmorTable", "LootTable", "MinionUniqueTable", "MinionShardTable", "ShardTable", "MinionTable", "UniqueTable", "KreearraTable", "itemTupleToTable", "GWRareDropTable_default", "GWGemTable", "Kreearra_default", "SimpleMonster", "MinionUniqueTable", "LootTable", "MinionShardTable", "ShardTable", "MinionTable", "ZaklnGritchMinionTable", "UniqueTable", "KrilTsutsarothTable", "itemTupleToTable", "GWRareDropTable_default", "GWGemTable", "KrilTsutsaroth_default", "SimpleMonster", "OborTable", "LootTable", "itemTupleToTable", "Obor_default", "SimpleMonster", "UniquePhantomMuspahTable", "LootTable", "FoodAndPotions", "MoreHerbs", "NormalPhantomMuspahTable", "TreeHerbSeedTable_default", "RareDropTable_default", "TotalPhantomMuspahTable", "PhantomMuspah_default", "SimpleMonster", "TatteredPageTable", "LootTable", "HerbTable", "SarachnisTable", "RareSeedTable_default", "GemTable", "Sarachnis_default", "SimpleMonster", "ScurriusTable", "LootTable", "Scurrius_default", "SimpleMonster", "AncientShardTable", "LootTable", "SkotizoTable", "Skotizo_default", "SimpleMonster", "VorkathBoltTipTable", "LootTable", "VorkathTable", "RareDropTable_default", "TreeHerbSeedTable_default", "TotalVorkathTable", "Vorkath_default", "SimpleMonster", "ZulrahUniqueTable", "LootTable", "ZulrahFlaxMutagenTable", "ZulrahTable", "RareDropTable_default", "TotalZulrahTable", "Zulrah_default", "SimpleMonster", "HerbSubTable", "LootTable", "AbyssalSireTable", "TreeHerbSeedTable_default", "TalismanTable_default", "RareDropTable_default", "AbyssalSire_default", "SimpleMonster", "AlchemicalHydraBrimstoneRingTable", "LootTable", "RuneArmourTable", "NotedHerbsTable", "NormalTable", "itemTupleToTable", "TreeHerbSeedTable_default", "RareDropTable_default", "NormalUniqueTable", "AlchemicalHydraTable", "AlchemicalHydra_default", "SimpleMonster", "CerberusUniqueTable", "LootTable", "CerberusTable", "RareDropTable_default", "Cerberus_default", "SimpleMonster", "NormalUniqueTable", "LootTable", "itemTupleToTable", "GrotesqueGuardiansTable", "GrotesqueGuardians_default", "SimpleMonster", "KrakenTable", "LootTable", "GemTable", "Kraken_default", "SimpleMonster", "ThermonuclearSmokeDevilTable", "LootTable", "GemTable", "ThermonuclearSmokeDevil_default", "SimpleMonster", "allSlayerBosses", "AbyssalSire_default", "Cerberus_default", "AlchemicalHydra_default", "GrotesqueGuardians_default", "ThermonuclearSmokeDevil_default", "Kraken_default", "ArtioUniqueTable", "LootTable", "ArtioSecondarySupplyTable", "ArtioTable", "ArtioTotalTable", "Artio_default", "SimpleMonster", "CallistoUniqueTable", "LootTable", "CallistoSecondarySupplyTable", "CallistoTable", "CallistoTotalTable", "Callisto_default", "SimpleMonster", "SkeletonHellhoundTable", "LootTable", "CalvarionUniqueTable", "CalvarionSecondarySupplyTable", "CalvarionTable", "CalvarionTotalTable", "Calvarion_default", "SimpleMonster", "ChaosElementalMinorTable", "LootTable", "ChaosElementalTable", "RareDropTable_default", "ChaosElemental_default", "SimpleMonster", "ChaosFanaticUniqueTable", "LootTable", "ChaosFanaticTable", "itemTupleToTable", "RareDropTable_default", "GemTable", "ChaosFanatic_default", "SimpleMonster", "CrazyArchaeologistUniqueTable", "LootTable", "CrazyArchaeologistTable", "itemTupleToTable", "RareDropTable_default", "GemTable", "CrazyArchaeologist_default", "SimpleMonster", "KingBlackDragonTable", "LootTable", "RareDropTable_default", "GemTable", "KingBlackDragon_default", "SimpleMonster", "ScorpiaUniqueTable", "LootTable", "ScorpiaTable", "Scorpia_default", "SimpleMonster", "SpindelUniqueTable", "LootTable", "SpindelSecondarySupplyTable", "SpindelTable", "SpindelTotalTable", "Spindel_default", "SimpleMonster", "VenenatisUniqueTable", "LootTable", "VenenatisSecondarySupplyTable", "VenenatisTable", "VenenatisTotalTable", "Venenatis_default", "SimpleMonster", "SkeletonHellhoundTable", "LootTable", "VetionUniqueTable", "VetionSecondarySupplyTable", "VetionTable", "VetionTotalTable", "Vetion_default", "SimpleMonster", "allWildyBosses", "Callisto_default", "ChaosElemental_default", "CrazyArchaeologist_default", "KingBlackDragon_default", "Scorpia_default", "Venenatis_default", "Vetion_default", "ChaosFanatic_default", "Artio_default", "Spindel_default", "Calvarion_default", "SigilTable", "LootTable", "CorporealBeastTable", "GemTable", "CorporealBeast_default", "SimpleMonster", "allBosses", "Araxxor", "CorporealBeast_default", "DagannothPrime_default", "DagannothRex_default", "DagannothSupreme_default", "GiantMole_default", "KalphiteQueen_default", "Obor_default", "Sarachnis_default", "Vorkath_default", "Zulrah_default", "CommanderZilyana_default", "GeneralGraardor_default", "Kreearra_default", "KrilTsutsaroth_default", "Bryophyta_default", "Skotizo_default", "DerangedArchaeologist_default", "PhantomMuspah_default", "DukeSucellus", "Vardorvis", "TheLeviathan", "TheWhisperer", "AwakenedDukeSucellus", "AwakenedTheLeviathan", "AwakenedTheWhisperer", "AwakenedVardorvis", "Scurrius_default", "allWildyBosses", "allSlayerBosses", "AberrantSpectreHerbTable", "LootTable", "HerbDropTable_default", "AberrantSpectrePreTable", "RareSeedTable_default", "GemTable", "AberrantSpectreTable", "AberrantSpectre_default", "SimpleMonster", "WildySlayerCaveTable", "LootTable", "AbyssalDemonPreTable", "HerbDropTable_default", "RareDropTable_default", "GemTable", "AbyssalDemonTable", "AbyssalDemonWildyCaveTable", "AbyssalDemon_default", "SimpleMonster", "UsefulHerbTable", "LootTable", "UsefulHerbTable_default", "AdamantDragonTable", "LootTable", "UsefulHerbTable_default", "RareDropTable_default", "AdamantDragon_default", "SimpleMonster", "AlKharidWarrior_default", "SimpleMonster", "LootTable", "AncientZygomiteTable", "LootTable", "TreeHerbSeedTable_default", "RareDropTable_default", "AncientZygomite_default", "SimpleMonster", "CommonSeedDropTable", "LootTable", "CommonSeedDropTable_default", "WildySlayerCaveTable", "LootTable", "AnkouTable", "HerbDropTable_default", "CommonSeedDropTable_default", "GemTable", "AnkouWildyCaveTable", "Ankou_default", "SimpleMonster", "ArmadylianGuardTable", "LootTable", "HerbDropTable_default", "GemTable", "ArmadylianGuard_default", "SimpleMonster", "ArmouredZombieTable", "LootTable", "HerbDropTable_default", "GemTable", "ArmouredZombie_default", "SimpleMonster", "AsynShadeTable", "LootTable", "AsynShade_default", "SimpleMonster", "AviansieTable", "LootTable", "HerbDropTable_default", "GemTable", "Aviansie_default", "SimpleMonster", "BabyBlackDragon", "LootTable", "BabyBlackDragon_default", "SimpleMonster", "BabyBlueDragonTable", "LootTable", "BabyBlueDragon_default", "SimpleMonster", "BabyGreenDragonTable", "LootTable", "BabyGreenDragon_default", "SimpleMonster", "BabyRedDragonTable", "LootTable", "BabyRedDragon_default", "SimpleMonster", "BanditTable", "LootTable", "GemTable", "Bandit_default", "SimpleMonster", "BansheePreTable", "LootTable", "HerbDropTable_default", "GemTable", "BansheeTable", "Banshee_default", "SimpleMonster", "BasiliskPreTable", "LootTable", "HerbDropTable_default", "GemTable", "BasiliskTable", "Basilisk_default", "SimpleMonster", "BasiliskKnightPreTable", "LootTable", "UsefulHerbTable_default", "GemTable", "BasiliskKnightTable", "BasiliskKnightOnTaskTable", "BasiliskKnight_default", "SimpleMonster", "BatTable", "LootTable", "Bat_default", "SimpleMonster", "BearCubTable", "LootTable", "BearCub_default", "SimpleMonster", "BeardedBandit_default", "SimpleMonster", "LootTable", "BigWolfTable", "LootTable", "BigWolf_default", "SimpleMonster", "BirdTable", "LootTable", "Bird_default", "SimpleMonster", "BlackBearTable", "LootTable", "BlackBear_default", "SimpleMonster", "WildySlayerCaveTable", "LootTable", "BlackDemonTable", "HerbDropTable_default", "RareDropTable_default", "GemTable", "BlackDemonWildyCaveTable", "BlackDemon_default", "SimpleMonster", "WildySlayerCaveTable", "LootTable", "BlackDragonTable", "RareDropTable_default", "GemTable", "BlackDragonWildyCaveTable", "BlackDragon_default", "SimpleMonster", "BlackGuardTable", "LootTable", "GemTable", "BlackGuard_default", "SimpleMonster", "BlackKnightTable", "LootTable", "HerbDropTable_default", "GemTable", "BlackKnight_default", "SimpleMonster", "HerbTable", "LootTable", "BloodReaverTable", "GemTable", "BloodReaver_default", "SimpleMonster", "BloodveldPreTable", "LootTable", "HerbDropTable_default", "itemTupleToTable", "GemTable", "BloodveldTable", "Bloodveld_default", "SimpleMonster", "BlueDragonTable", "LootTable", "HerbDropTable_default", "GemTable", "BlueDragon_default", "SimpleMonster", "BrineRatTable", "LootTable", "BrineRat_default", "SimpleMonster", "BronzeDragonTable", "LootTable", "RareDropTable_default", "GemTable", "BronzeDragon_default", "SimpleMonster", "UniqueTable", "LootTable", "BrutalBlackDragonTable", "RareDropTable_default", "GemTable", "BrutalBlackDragon_default", "SimpleMonster", "BrutalBlueDragonTable", "LootTable", "RareDropTable_default", "GemTable", "BrutalBlueDragon_default", "SimpleMonster", "BrutalGreenDragonTable", "LootTable", "HerbDropTable_default", "RareDropTable_default", "GemTable", "BrutalGreenDragon_default", "SimpleMonster", "BrutalRedDragonTable", "LootTable", "RareDropTable_default", "GemTable", "BrutalRedDragon_default", "SimpleMonster", "FixedAllotmentSeedTable", "LootTable", "FixedAllotmentSeedTable_default", "CatableponTable", "LootTable", "HerbDropTable_default", "FixedAllotmentSeedTable_default", "GemTable", "Catablepon_default", "SimpleMonster", "CaveBugTable", "LootTable", "HerbDropTable_default", "CaveBug_default", "SimpleMonster", "VariableAllotmentSeedTable", "LootTable", "VariableAllotmentSeedTable_default", "CaveCrawlerTable", "LootTable", "VariableAllotmentSeedTable_default", "HerbDropTable_default", "GemTable", "CaveCrawler_default", "SimpleMonster", "CaveGoblinTable", "LootTable", "CaveGoblin_default", "SimpleMonster", "ClubOrSpearTable", "LootTable", "CaveGoblinGuardTable", "CaveGoblinGuard_default", "SimpleMonster", "CaveHorrorPreTable", "LootTable", "HerbDropTable_default", "RareSeedTable_default", "VariableAllotmentSeedTable_default", "GemTable", "CaveHorrorTable", "CaveHorror_default", "SimpleMonster", "CaveKrakenTable", "LootTable", "HerbDropTable_default", "RareSeedTable_default", "GemTable", "CaveKraken_default", "SimpleMonster", "CaveSlimeTable", "LootTable", "GemTable", "CaveSlime_default", "SimpleMonster", "ChaosDruidTable", "LootTable", "HerbDropTable_default", "GemTable", "ChaosDruid_default", "SimpleMonster", "ChaosDwarfTable", "LootTable", "GemTable", "ChaosDwarf_default", "SimpleMonster", "ChickenTable", "LootTable", "Chicken_default", "SimpleMonster", "ChompyBirdTable", "LootTable", "ChompyBird_default", "SimpleMonster", "CockatricePreTable", "LootTable", "HerbDropTable_default", "GemTable", "CockatriceTable", "Cockatrice_default", "SimpleMonster", "CowTable", "LootTable", "Cow_default", "SimpleMonster", "CowCalfTable", "LootTable", "CowCalf_default", "SimpleMonster", "freshCrabTable", "LootTable", "CrabTable", "Crab_default", "SimpleMonster", "CrawlingHandPreTable", "LootTable", "GemTable", "CrawlingHandTable", "CrawlingHand_default", "SimpleMonster", "CrocodileTable", "LootTable", "Crocodile_default", "SimpleMonster", "CryptRatTable", "LootTable", "CryptRat_default", "SimpleMonster", "CyclopseTable", "LootTable", "HerbDropTable_default", "UncommonSeedDropTable_default", "GemTable", "Cyclops_default", "SimpleMonster", "DagannothTable", "LootTable", "RareSeedTable_default", "GemTable", "Dagannoth_default", "SimpleMonster", "DagannothSpawnTable", "LootTable", "GemTable", "DagannothSpawn_default", "SimpleMonster", "DagannothFledgeling", "LootTable", "DaganothFledgeling_default", "SimpleMonster", "DBHerbTable", "LootTable", "HerbDropTable_default", "DarkBeastPreTable", "RareSeedTable_default", "RareDropTable_default", "GemTable", "DarkBeastTable", "DarkBeast_default", "SimpleMonster", "DarkWarriorTable", "LootTable", "HerbDropTable_default", "DarkWarrior_default", "SimpleMonster", "DeadlyRedSpiderTable", "LootTable", "DeadlyRedSpider_default", "SimpleMonster", "DeathWingTable", "LootTable", "DeathWing_default", "SimpleMonster", "NotedHerbTable", "LootTable", "UniqueTable", "LootTable", "DemonicGorillaTable", "NotedHerbTable", "TreeHerbSeedTable_default", "RareDropTable_default", "DemonicGorilla_default", "SimpleMonster", "DesertBanditTable", "LootTable", "DesertBandit_default", "SimpleMonster", "HerbFireRuneTable", "LootTable", "HerbDropTable_default", "SeedWaterskinTable", "FixedAllotmentSeedTable_default", "DesertLizardTable", "GemTable", "DesertLizard_default", "SimpleMonster", "DesertWolfTable", "LootTable", "DesertWolf_default", "SimpleMonster", "DeviantSpectreHerbTable", "LootTable", "HerbDropTable_default", "DeviantSpectrePreTable", "RareSeedTable_default", "GemTable", "DeviantSpectreTable", "DeviantSpectre_default", "SimpleMonster", "DrakeNotedHerbTable", "LootTable", "DrakeOnTaskUniqueTable", "DrakeOffTaskUniqueTable", "DrakePreTable", "HerbDropTable_default", "RareSeedTable_default", "GemTable", "DrakeTable", "DrakeOnTaskTable", "Drake_default", "SimpleMonster", "DuckTable", "LootTable", "Duck_default", "SimpleMonster", "DucklingTable", "LootTable", "Duckling_default", "SimpleMonster", "DungeonRatTable", "LootTable", "DungeonRat_default", "SimpleMonster", "WildySlayerCaveTable", "LootTable", "DustDevilPreTable", "HerbDropTable_default", "GemTable", "DustDevilTable", "DustDevilWildyCaveTable", "DustDevil_default", "SimpleMonster", "DwarfTable", "LootTable", "GemTable", "Dwarf_default", "SimpleMonster", "DwarfGangMemberTable", "LootTable", "DwarfGangMember_default", "SimpleMonster", "EarthWarriorTable", "LootTable", "HerbDropTable_default", "CommonSeedDropTable_default", "GemTable", "EarthWarrior_default", "SimpleMonster", "ZamorakRobesTable", "LootTable", "ElderChaosDruidTable", "HerbDropTable_default", "RareDropTable_default", "GemTable", "ElderChaosDruid_default", "SimpleMonster", "ElfTable", "LootTable", "Elf_default", "SimpleMonster", "ElfArcherTable", "LootTable", "HerbDropTable_default", "GemTable", "ElfArcher_default", "SimpleMonster", "ElfWarriorTable", "LootTable", "HerbDropTable_default", "GemTable", "ElfWarrior_default", "SimpleMonster", "LogTable", "LootTable", "EntTable", "Ent_default", "SimpleMonster", "FarmerTable", "LootTable", "Farmer_default", "SimpleMonster", "FemaleHamMemberTable", "LootTable", "FemaleHamMember_default", "SimpleMonster", "FeralVampyreTable", "LootTable", "HerbDropTable_default", "UncommonSeedDropTable_default", "GemTable", "FeralVampyre_default", "SimpleMonster", "FeverSpiderTable", "LootTable", "FeverSpider_default", "SimpleMonster", "FireGiantTable", "LootTable", "HerbDropTable_default", "RareDropTable_default", "GemTable", "FireGiant_default", "SimpleMonster", "FiyrShadeTable", "LootTable", "FiyrShade_default", "SimpleMonster", "FleshCrawlerTable", "LootTable", "HerbDropTable_default", "GemTable", "FleshCrawler_default", "SimpleMonster", "AncientWyvernTreeSeedTable", "LootTable", "AncientWyvernTable", "TreeHerbSeedTable_default", "RareDropTable_default", "FossilIslandWyvernAncient_default", "SimpleMonster", "WyvernHerbTable", "LootTable", "WyvernHerbTable_default", "LongTailedWyvernTable", "LootTable", "WyvernHerbTable_default", "TreeHerbSeedTable_default", "FossilIslandWyvernLongTailed_default", "SimpleMonster", "SpittingWyvernTable", "LootTable", "WyvernHerbTable_default", "TreeHerbSeedTable_default", "FossilIslandWyvernSpitting_default", "SimpleMonster", "TalonedWyvernTable", "LootTable", "WyvernHerbTable_default", "TreeHerbSeedTable_default", "FossilIslandWyvernTaloned_default", "SimpleMonster", "FremennikCitizen_default", "SimpleMonster", "LootTable", "GargoylePreTable", "LootTable", "GemTable", "GargoyleTable", "GargoyleOnTaskTable", "Gargoyle_default", "SimpleMonster", "GhostTable", "LootTable", "Ghost_default", "SimpleMonster", "GhoulTable", "LootTable", "Ghoul_default", "SimpleMonster", "GiantBatTable", "LootTable", "GiantBat_default", "SimpleMonster", "GiantCryptSpiderTable", "LootTable", "GiantCryptSpider_default", "SimpleMonster", "GiantFrog_default", "SimpleMonster", "LootTable", "GiantRatTable", "LootTable", "GiantRat_default", "SimpleMonster", "GiantSeaSnakeTable", "LootTable", "HerbDropTable_default", "UncommonSeedDropTable_default", "GiantSeaSnake_default", "SimpleMonster", "GiantSpiderTable", "LootTable", "GiantSpider_default", "SimpleMonster", "GnomeTable", "LootTable", "Gnome_default", "SimpleMonster", "GoatTable", "LootTable", "Goat_default", "SimpleMonster", "GoblinTable", "LootTable", "Goblin_default", "SimpleMonster", "WildySlayerCaveTable", "LootTable", "GreaterDemonTable", "GemTable", "GreaterDemonWildyCaveTable", "GreaterDemon_default", "SimpleMonster", "WildySlayerCaveTable", "LootTable", "GreaterNechryaelTable", "HerbDropTable_default", "RareSeedTable_default", "GemTable", "GreaterNechryaelWildyCaveTable", "GreaterNechryael_default", "SimpleMonster", "WildySlayerCaveTable", "LootTable", "GreenDragonTable", "HerbDropTable_default", "GemTable", "GreenDragonWildyCaveTable", "GreenDragon_default", "SimpleMonster", "GrizzlyBearTable", "LootTable", "GrizzlyBear_default", "SimpleMonster", "GrizzlyBearCubTable", "LootTable", "GrizzlyBearCub_default", "SimpleMonster", "GuardTable", "LootTable", "FixedAllotmentSeedTable_default", "Guard_default", "SimpleMonster", "GuardBanditTable", "LootTable", "GuardBandit_default", "SimpleMonster", "GuardDogTable", "LootTable", "GuardDog_default", "SimpleMonster", "HarpieBugSwarmTable", "LootTable", "GemTable", "HarpieBugSwarm_default", "SimpleMonster", "WildySlayerCaveTable", "LootTable", "HellhoundTable", "HellhoundWildyCaveTable", "Hellhound_default", "SimpleMonster", "HeroTable", "LootTable", "Hero_default", "SimpleMonster", "HillGiantTable", "LootTable", "FixedAllotmentSeedTable_default", "HerbDropTable_default", "GemTable", "HillGiant_default", "SimpleMonster", "HerbTable", "LootTable", "HobgoblinTable", "CommonSeedDropTable_default", "GemTable", "Hobgoblin_default", "SimpleMonster", "HydraBrimstoneRingTable", "LootTable", "HydraOffTaskUniqueTable", "HydraOnTaskUniqueTable", "HydraPreTable", "HerbDropTable_default", "NotedHerbTable", "RareSeedTable_default", "GemTable", "HydraTable", "HydraOnTaskTable", "Hydra_default", "SimpleMonster", "WildySlayerCaveTable", "LootTable", "IceGiantTable", "UncommonSeedDropTable_default", "GemTable", "IceGiantWildyCaveTable", "IceGiant_default", "SimpleMonster", "IceTrollTable", "LootTable", "HerbDropTable_default", "UncommonSeedDropTable_default", "GemTable", "IceTroll_default", "SimpleMonster", "IceWarriorTable", "LootTable", "HerbDropTable_default", "UncommonSeedDropTable_default", "GemTable", "IceWarrior_default", "SimpleMonster", "IceWolfTable", "LootTable", "IceWolf_default", "SimpleMonster", "IcefiendTable", "LootTable", "GemTable", "Icefiend_default", "SimpleMonster", "ImpTable", "LootTable", "Imp_default", "SimpleMonster", "InfernalMagePreTable", "LootTable", "InfernalMageTable", "InfernalMage_default", "SimpleMonster", "IorwerthArcherTable", "LootTable", "HerbDropTable_default", "RareSeedTable_default", "GemTable", "IorwerthArcher_default", "SimpleMonster", "IorwerthWarriorTable", "LootTable", "HerbDropTable_default", "RareSeedTable_default", "GemTable", "IorwerthWarrior_default", "SimpleMonster", "IronDragonTable", "LootTable", "RareDropTable_default", "GemTable", "IronDragon_default", "SimpleMonster", "JackalTable", "LootTable", "Jackal_default", "SimpleMonster", "WildySlayerCaveTable", "LootTable", "JellyPreTable", "GemTable", "JellyTable", "JellyWildyCaveTable", "Jelly_default", "SimpleMonster", "JogreTable", "LootTable", "HerbDropTable_default", "CommonSeedDropTable_default", "GemTable", "Jogre_default", "SimpleMonster", "JubblyBird_default", "SimpleMonster", "LootTable", "JungleHorrorTable", "LootTable", "HerbDropTable_default", "VariableAllotmentSeedTable_default", "itemTupleToTable", "GemTable", "JungleHorror_default", "SimpleMonster", "JungleWolfTable", "LootTable", "JungleWolf_default", "SimpleMonster", "KalphiteGuardianTable", "LootTable", "HerbDropTable_default", "RareDropTable_default", "GemTable", "KalphiteGuardian_default", "SimpleMonster", "KalphiteSoldierTable", "LootTable", "HerbDropTable_default", "GemTable", "KalphiteSoldier_default", "SimpleMonster", "KalphiteWorkerTable", "LootTable", "HerbDropTable_default", "GemTable", "KalphiteWorker_default", "SimpleMonster", "KillerwattTable", "LootTable", "HerbDropTable_default", "GemTable", "Killerwatt_default", "SimpleMonster", "KingScorpionTable", "LootTable", "KingScorpion_default", "SimpleMonster", "KnightOfArdougne_default", "SimpleMonster", "LootTable", "KuraskPreTable", "LootTable", "HerbDropTable_default", "RareSeedTable_default", "GemTable", "KuraskTable", "Kurask_default", "SimpleMonster", "LavaDragonTable", "LootTable", "HerbDropTable_default", "RareDropTable_default", "GemTable", "LavaDragon_default", "SimpleMonster", "WildySlayerCaveTable", "LootTable", "LesserDemonTable", "HerbDropTable_default", "GemTable", "LesserDemonWildyCaveTable", "LesserDemon_default", "SimpleMonster", "HerbFireRuneTable", "LootTable", "HerbDropTable_default", "SeedWaterskinTable", "FixedAllotmentSeedTable_default", "LizardTable", "GemTable", "Lizard_default", "SimpleMonster", "LizardmanTable", "LootTable", "CommonSeedDropTable_default", "Lizardman_default", "SimpleMonster", "LizardmanBruteTable", "LootTable", "UncommonSeedDropTable_default", "LizardmanBrute_default", "SimpleMonster", "LizardmanShamanTable", "LootTable", "NotedHerbTable", "TreeHerbSeedTable_default", "RareDropTable_default", "LizardmanShaman_default", "SimpleMonster", "LoarShadeTable", "LootTable", "LoarShade_default", "SimpleMonster", "LobstrosityTable", "LootTable", "NotedHerbTable", "HerbDropTable_default", "UncommonSeedDropTable_default", "RareSeedTable_default", "GemTable", "Lobstrosity_default", "SimpleMonster", "LocustRiderTable", "LootTable", "HerbDropTable_default", "RareSeedTable_default", "RareDropTable_default", "GemTable", "LocustRider_default", "SimpleMonster", "MagicAxeTable", "LootTable", "MagicAxe_default", "SimpleMonster", "MaleHamMemberTable", "LootTable", "MaleHamMember_default", "SimpleMonster", "AllotmentSeedTable", "LootTable", "BushSeedTable", "HopsSeedTable", "FruitTreeSeedTable", "MammothTable", "HerbDropTable_default", "RareDropTable_default", "GemTable", "Mammoth_default", "SimpleMonster", "ManWomanTable_default", "LootTable", "HerbDropTable_default", "Man_default", "SimpleMonster", "ManWomanTable_default", "LootTable", "ManiacalMonkeyTable", "LootTable", "ManiacalMonkey_default", "SimpleMonster", "MasterFarmerTable", "LootTable", "MasterFarmer_default", "SimpleMonster", "MenaphiteThug_default", "SimpleMonster", "LootTable", "MinotaurTable", "LootTable", "GemTable", "Minotaur_default", "SimpleMonster", "ancientPageTable", "LootTable", "MithrilDragonTable", "RareDropTable_default", "GemTable", "MithrilDragon_default", "SimpleMonster", "MogreTable", "LootTable", "UncommonSeedDropTable_default", "Mogre_default", "SimpleMonster", "MolaniskTable", "LootTable", "HerbDropTable_default", "RareDropTable_default", "Molanisk_default", "SimpleMonster", "MonkeyTable", "LootTable", "Monkey_default", "SimpleMonster", "MonkeyArcherTable", "LootTable", "MonkeyArcher_default", "SimpleMonster", "MonkeyGuardTable", "LootTable", "MonkeyGuard_default", "SimpleMonster", "MonkeyZombieTable", "LootTable", "MonkeyZombie_default", "SimpleMonster", "MossGiantTable", "LootTable", "HerbDropTable_default", "UncommonSeedDropTable_default", "GemTable", "MossGiant_default", "SimpleMonster", "MountainTrollTable", "LootTable", "HerbDropTable_default", "CommonSeedDropTable_default", "GemTable", "MountainTroll_default", "SimpleMonster", "MountedTerrorBirdGnomeTable", "LootTable", "MountedTerrorBirdGnome_default", "SimpleMonster", "MournerTable", "LootTable", "Mourner_default", "SimpleMonster", "MutatedBloodveldPreTable", "LootTable", "RareDropTable_default", "GemTable", "MutatedBloodveldTable", "MutatedBloodveld_default", "SimpleMonster", "NechryaelPreTable", "LootTable", "RareSeedTable_default", "RareDropTable_default", "GemTable", "NechryaelTable", "Nechryael_default", "SimpleMonster", "OgreTable", "LootTable", "UncommonSeedDropTable_default", "Ogre_default", "SimpleMonster", "OgressShamanTable", "LootTable", "UncommonSeedDropTable_default", "GemTable", "OgressShaman_default", "SimpleMonster", "OgressWarriorTable", "LootTable", "UncommonSeedDropTable_default", "GemTable", "OgressWarrior_default", "SimpleMonster", "OtherworldlybeingTable", "LootTable", "HerbDropTable_default", "GemTable", "Otherworldlybeing_default", "SimpleMonster", "PaladinTable", "LootTable", "Paladin_default", "SimpleMonster", "PenguinTable", "LootTable", "Penguin_default", "SimpleMonster", "PhrinShadeTable", "LootTable", "PhrinShade_default", "SimpleMonster", "PirateTable", "LootTable", "GemTable", "Pirate_default", "SimpleMonster", "PitScorpionTable", "LootTable", "PitScorpion_default", "SimpleMonster", "PoisonScorpionTable", "LootTable", "PoisonScorpion_default", "SimpleMonster", "PollnivnianBandit_default", "SimpleMonster", "LootTable", "PorazdirTable", "LootTable", "Porazdir_default", "SimpleMonster", "PrifddinasElfTable", "LootTable", "Elf_default", "PrifddinasElf_default", "SimpleMonster", "PriffRabbit", "LootTable", "PriffRabbit_default", "SimpleMonster", "PyrefiendPreTable", "LootTable", "GemTable", "PyrefiendTable", "Pyrefiend_default", "SimpleMonster", "PyrelordPreTable", "LootTable", "GemTable", "PyrelordTable", "Pyrelord_default", "SimpleMonster", "RatTable", "LootTable", "Rat_default", "SimpleMonster", "RedDragonTable", "LootTable", "HerbDropTable_default", "GemTable", "RedDragon_default", "SimpleMonster", "RevenantCyclopsTable", "LootTable", "RevenantCyclops_default", "SimpleMonster", "makeRevTable", "RevenantDarkBeastTable", "LootTable", "RevenantDarkBeast_default", "SimpleMonster", "makeRevTable", "RevenantDemonTable", "LootTable", "RevenantDemon_default", "SimpleMonster", "makeRevTable", "RevenantDragonTable", "LootTable", "RevenantDragon_default", "SimpleMonster", "makeRevTable", "RevenantGoblinTable", "LootTable", "RevenantGoblin_default", "SimpleMonster", "makeRevTable", "RevenantHellhoundTable", "LootTable", "RevenantHellhound_default", "SimpleMonster", "makeRevTable", "RevenantHobgoblinTable", "LootTable", "RevenantHobgoblin_default", "SimpleMonster", "makeRevTable", "RevenantImpTable", "LootTable", "RevenantImp_default", "SimpleMonster", "makeRevTable", "RevenantKnightTable", "LootTable", "RevenantKnight_default", "SimpleMonster", "makeRevTable", "RevenantOrkTable", "LootTable", "RevenantOrk_default", "SimpleMonster", "makeRevTable", "RevenantPyrefiendTable", "LootTable", "RevenantPyrefiend_default", "SimpleMonster", "makeRevTable", "RiylShadeTable", "LootTable", "RiylShade_default", "SimpleMonster", "RockslugTable", "LootTable", "GemTable", "Rockslug_default", "SimpleMonster", "RogueTable", "LootTable", "Rogue_default", "SimpleMonster", "RoosterTable", "LootTable", "Rooster_default", "SimpleMonster", "RuneDragonTable", "LootTable", "UsefulHerbTable_default", "RareDropTable_default", "RuneDragon_default", "SimpleMonster", "ScarabMageTable", "LootTable", "HerbDropTable_default", "RareSeedTable_default", "RareDropTable_default", "GemTable", "ScarabMage_default", "SimpleMonster", "ScorpionTable", "LootTable", "Scorpion_default", "SimpleMonster", "SeaSnakeHatchlingTable", "LootTable", "GemTable", "SeaSnakeHatchling_default", "SimpleMonster", "SeaSnakeYoungTable", "LootTable", "GemTable", "SeaSnakeYoung_default", "SimpleMonster", "SeagullTable", "LootTable", "Seagull_default", "SimpleMonster", "ShadeTable", "LootTable", "Shade_default", "SimpleMonster", "ShadowSpiderTable", "LootTable", "ShadowSpider_default", "SimpleMonster", "ShadowWarriorTable", "LootTable", "HerbDropTable_default", "GemTable", "ShadowWarrior_default", "SimpleMonster", "SkeletalWyvernTable", "LootTable", "HerbDropTable_default", "RareDropTable_default", "SkeletalWyvern_default", "SimpleMonster", "SkeletonTable", "LootTable", "HerbDropTable_default", "GemTable", "Skeleton_default", "SimpleMonster", "SkeletonFremennikTable", "LootTable", "UncommonSeedDropTable_default", "GemTable", "SkeletonFremennik_default", "SimpleMonster", "SkeletonMageTable", "LootTable", "HerbDropTable_default", "GemTable", "SkeletonMage_default", "SimpleMonster", "SkogreTable", "LootTable", "Skogre_default", "SimpleMonster", "HerbFireRuneTable", "LootTable", "HerbDropTable_default", "SeedWaterskinTable", "FixedAllotmentSeedTable_default", "SmallLizardTable", "GemTable", "SmallLizard_default", "SimpleMonster", "SmokeDevilHerbTable", "LootTable", "HerbDropTable_default", "SmokeDevilPreTable", "RareDropTable_default", "GemTable", "SmokeDevilTable", "SmokeDevil_default", "SimpleMonster", "SpiderTable", "LootTable", "Spider_default", "SimpleMonster", "SpiritualMageTable", "LootTable", "GemTable", "SpiritualMage_default", "SimpleMonster", "SpiritualRangerTable", "LootTable", "SpiritualRanger_default", "SimpleMonster", "SpiritualWarriorTable", "LootTable", "GemTable", "SpiritualWarrior_default", "SimpleMonster", "SteelDragonTable", "LootTable", "RareDropTable_default", "GemTable", "SteelDragon_default", "SimpleMonster", "SulphurLizardTable", "LootTable", "HerbDropTable_default", "FixedAllotmentSeedTable_default", "GemTable", "SulphurLizard_default", "SimpleMonster", "SuqahTable", "LootTable", "GemTable", "Suqah_default", "SimpleMonster", "TatteredPageTable", "LootTable", "TempleSpiderTable", "HerbDropTable_default", "UncommonSeedDropTable_default", "GemTable", "TempleSpider_default", "SimpleMonster", "TerrorBirdTable", "LootTable", "TerrorBird_default", "SimpleMonster", "TerrorDogTable", "LootTable", "HerbDropTable_default", "GemTable", "TerrorDog_default", "SimpleMonster", "TormentedDemonUniqueTable", "LootTable", "TormentedDemonHerbTable", "TormentedDemonBowTable", "TormentedDemonTable", "TreeHerbSeedTable_default", "TormentedDemon_default", "SimpleMonster", "UniqueTable", "LootTable", "TorturedGorillaTable", "TreeHerbSeedTable_default", "RareDropTable_default", "TorturedGorilla_default", "SimpleMonster", "TorturedSoulTable", "LootTable", "UncommonSeedDropTable_default", "TorturedSoul_default", "SimpleMonster", "TrollGeneralTable", "LootTable", "HerbDropTable_default", "GemTable", "TrollGeneral_default", "SimpleMonster", "TurothHerbTable", "LootTable", "HerbDropTable_default", "TurothPreTable", "RareSeedTable_default", "GemTable", "TurothTable", "Turoth_default", "SimpleMonster", "TwistedBansheePreTable", "LootTable", "HerbDropTable_default", "RareSeedTable_default", "GemTable", "TwistedBansheeTable", "TwistedBanshee_default", "SimpleMonster", "TzHaarHurTable", "LootTable", "TzHaarHur_default", "SimpleMonster", "OnyxBoltTipTable", "LootTable", "TzHaarKetTable", "TzHaarKet_default", "SimpleMonster", "TzHaarMejTable", "LootTable", "TzHaarMej", "SimpleMonster", "TzHaarXilTable", "LootTable", "TzHaarXil", "SimpleMonster", "UndeadChickenTable", "LootTable", "UndeadChicken_default", "SimpleMonster", "UndeadCowTable", "LootTable", "UndeadCow_default", "SimpleMonster", "TatteredPageTable", "LootTable", "HerbHerbDropTable", "HerbDropTable_default", "UndeadDruidTable", "UncommonSeedDropTable_default", "GemTable", "UndeadDruid_default", "SimpleMonster", "ScrollTable", "LootTable", "UndeadOneTable", "UndeadOne_default", "SimpleMonster", "UnicornTable", "LootTable", "Unicorn_default", "SimpleMonster", "UriumShadeTable", "LootTable", "UriumShade_default", "SimpleMonster", "VampyreJuvinateTable", "LootTable", "VampyreJuvinate_default", "SimpleMonster", "VyreTable", "LootTable", "Vyre_default", "SimpleMonster", "VyrewatchTable", "LootTable", "RareDropTable_default", "Vyrewatch_default", "SimpleMonster", "VyrewatchSentinelTable", "LootTable", "HerbDropTable_default", "UncommonSeedDropTable_default", "RareDropTable_default", "VyrewatchSentinel_default", "SimpleMonster", "WallBeastTable", "LootTable", "WallBeast_default", "SimpleMonster", "WarpedJellyPreTable", "LootTable", "GemTable", "WarpedJellyTable", "WarpedJelly_default", "SimpleMonster", "WarriorWoman_default", "SimpleMonster", "LootTable", "WaterfiendTable", "LootTable", "HerbDropTable_default", "RareSeedTable_default", "GemTable", "Waterfiend_default", "SimpleMonster", "WerewolfTable", "LootTable", "HerbDropTable_default", "GemTable", "Werewolf_default", "SimpleMonster", "WhiteWolfTable", "LootTable", "WhiteWolf_default", "SimpleMonster", "WildDogTable", "LootTable", "WildDog_default", "SimpleMonster", "WolfTable", "LootTable", "Wolf_default", "SimpleMonster", "Woman_default", "SimpleMonster", "ManWomanTable_default", "LootTable", "WyrmOnTaskUniqueTable", "LootTable", "WyrmOffTaskUniqueTable", "WyrmPreTable", "HerbDropTable_default", "RareSeedTable_default", "GemTable", "WyrmTable", "WyrmOnTaskTable", "Wyrm_default", "SimpleMonster", "YanilleWatchmanTable", "LootTable", "YanilleWatchman_default", "SimpleMonster", "ZogreTable", "LootTable", "Zogre_default", "SimpleMonster", "ZombieTable", "LootTable", "HerbDropTable_default", "Zombie_default", "SimpleMonster", "ZombiePirateTable", "LootTable", "ZombiePirate_default", "SimpleMonster", "ZombieRatTable", "LootTable", "ZombieRat_default", "SimpleMonster", "ZygomiteTable", "LootTable", "HerbDropTable_default", "CommonSeedDropTable_default", "RareDropTable_default", "Zygomite_default", "SimpleMonster", "allLowMonsters", "BloodReaver_default", "BrutalBlackDragon_default", "BabyBlackDragon_default", "Bandit_default", "ArmadylianGuard_default", "BlackKnight_default", "DarkWarrior_default", "DeadlyRedSpider_default", "ElderChaosDruid_default", "Ent_default", "RevenantCyclops_default", "RevenantPyrefiend_default", "RevenantOrk_default", "RevenantKnight_default", "RevenantImp_default", "RevenantHobgoblin_default", "RevenantHellhound_default", "RevenantGoblin_default", "RevenantDragon_default", "RevenantDemon_default", "RevenantDarkBeast_default", "Pirate_default", "Mammoth_default", "MagicAxe_default", "LavaDragon_default", "GuardBandit_default", "DagannothSpawn_default", "FeralVampyre_default", "FeverSpider_default", "GiantSeaSnake_default", "GreaterNechryael_default", "GreenDragon_default", "HarpieBugSwarm_default", "InfernalMage_default", "JungleHorror_default", "Killerwatt_default", "LesserDemon_default", "ElfArcher_default", "FleshCrawler_default", "FiyrShade_default", "DeviantSpectre_default", "DagannothPrime_default", "DaganothFledgeling_default", "Hydra_default", "IceGiant_default", "IceTroll_default", "IceWarrior_default", "PhrinShade_default", "Otherworldlybeing_default", "MutatedBloodveld_default", "Mourner_default", "MossGiant_default", "Molanisk_default", "Mogre_default", "LoarShade_default", "LizardmanBrute_default", "Jelly_default", "IorwerthArcher_default", "IorwerthWarrior_default", "Werewolf_default", "Waterfiend_default", "WarpedJelly_default", "WallBeast_default", "VyrewatchSentinel_default", "Vyrewatch_default", "VampyreJuvinate_default", "TzHaarKet_default", "TrollGeneral_default", "TerrorDog_default", "ShadowWarrior_default", "Shade_default", "SeaSnakeYoung_default", "SeaSnakeHatchling_default", "Rockslug_default", "RiylShade_default", "Pyrefiend_default", "Pyrelord_default", "Porazdir_default", "Ogre_default", "OgressShaman_default", "OgressWarrior_default", "AncientZygomite_default", "AsynShade_default", "BabyBlueDragon_default", "BabyGreenDragon_default", "BabyRedDragon_default", "BronzeDragon_default", "BrutalBlueDragon_default", "BrutalGreenDragon_default", "BrutalRedDragon_default", "Catablepon_default", "Cockatrice_default", "Crocodile_default", "Cyclops_default", "TempleSpider_default", "TerrorBird_default", "TorturedGorilla_default", "TorturedSoul_default", "TwistedBanshee_default", "UndeadChicken_default", "UndeadCow_default", "UndeadDruid_default", "UndeadOne_default", "UriumShade_default", "WhiteWolf_default", "WildDog_default", "Zogre_default", "ZombieRat_default", "Penguin_default", "PitScorpion_default", "PoisonScorpion_default", "Rooster_default", "Seagull_default", "ShadowSpider_default", "SkeletonFremennik_default", "SkeletonMage_default", "Skogre_default", "SmallLizard_default", "SulphurLizard_default", "GiantBat_default", "GiantCryptSpider_default", "GiantRat_default", "GiantSpider_default", "GrizzlyBear_default", "GrizzlyBearCub_default", "IceWolf_default", "Jackal_default", "JungleWolf_default", "KalphiteGuardian_default", "KalphiteSoldier_default", "KingScorpion_default", "Lobstrosity_default", "MonkeyArcher_default", "MonkeyGuard_default", "MonkeyZombie_default", "MountedTerrorBirdGnome_default", "BearCub_default", "BigWolf_default", "Bird_default", "BlackGuard_default", "CaveGoblinGuard_default", "ChaosDwarf_default", "Chicken_default", "ChompyBird_default", "CowCalf_default", "CryptRat_default", "DeathWing_default", "DesertLizard_default", "DesertWolf_default", "Duck_default", "Duckling_default", "DungeonRat_default", "DwarfGangMember_default", "AberrantSpectre_default", "Dagannoth_default", "Guard_default", "RedDragon_default", "AbyssalDemon_default", "DarkBeast_default", "Hellhound_default", "RuneDragon_default", "AdamantDragon_default", "DemonicGorilla_default", "ScarabMage_default", "Ankou_default", "Drake_default", "IronDragon_default", "SkeletalWyvern_default", "Aviansie_default", "DustDevil_default", "KalphiteWorker_default", "SmokeDevil_default", "BasiliskKnight_default", "ElfWarrior_default", "Kurask_default", "SpiritualMage_default", "Basilisk_default", "FireGiant_default", "LizardmanShaman_default", "SpiritualRanger_default", "BlackDemon_default", "FossilIslandWyvernAncient_default", "Lizardman_default", "SpiritualWarrior_default", "BlackDragon_default", "FossilIslandWyvernLongTailed_default", "LocustRider_default", "SteelDragon_default", "Bloodveld_default", "FossilIslandWyvernSpitting_default", "Man_default", "Suqah_default", "BlueDragon_default", "FossilIslandWyvernTaloned_default", "MithrilDragon_default", "Turoth_default", "BrineRat_default", "Gargoyle_default", "MountainTroll_default", "Woman_default", "CaveHorror_default", "Goblin_default", "Zygomite_default", "Wyrm_default", "CaveKraken_default", "GreaterDemon_default", "Nechryael_default", "Banshee_default", "CaveBug_default", "Cow_default", "Dwarf_default", "Lizard_default", "Rat_default", "Spider_default", "Bat_default", "CaveCrawler_default", "CrawlingHand_default", "Ghost_default", "Minotaur_default", "Scorpion_default", "Wolf_default", "BlackBear_default", "CaveSlime_default", "GuardDog_default", "Icefiend_default", "Monkey_default", "Skeleton_default", "Zombie_default", "HillGiant_default", "BeardedBandit_default", "CaveGoblin_default", "DesertBandit_default", "Elf_default", "Farmer_default", "FremennikCitizen_default", "Gnome_default", "Goat_default", "MaleHamMember_default", "FemaleHamMember_default", "Hero_default", "KnightOfArdougne_default", "MasterFarmer_default", "Paladin_default", "YanilleWatchman_default", "Vyre_default", "TzHaarHur_default", "Rogue_default", "PrifddinasElf_default", "PollnivnianBandit_default", "WarriorWoman_default", "AlKharidWarrior_default", "Ghoul_default", "EarthWarrior_default", "Imp_default", "Jogre_default", "Hobgoblin_default", "ChaosDruid_default", "Unicorn_default", "MenaphiteThug_default", "PriffRabbit_default", "TzHaarXil", "TzHaarMej", "GiantFrog_default", "JubblyBird_default", "ManiacalMonkey_default", "ZombiePirate_default", "TormentedDemon_default", "ArmouredZombie_default", "Crab_default", "FlawedGolem", "SimpleMonster", "LootTable", "MindGolem", "BodyGolem", "ChaosGolem", "CamdozaalGolems", "ReanimatedGoblin", "SimpleMonster", "LootTable", "ReanimatedMonkey", "ReanimatedImp", "ReanimatedMinotaur", "ReanimatedScorpion", "ReanimatedBear", "ReanimatedUnicorn", "ReanimatedDog", "ReanimatedChaosDruid", "ReanimatedGiant", "ReanimatedOgre", "ReanimatedElf", "ReanimatedTroll", "ReanimatedHorror", "ReanimatedKalphite", "ReanimatedDagannoth", "ReanimatedBloodveld", "ReanimatedTzhaar", "ReanimatedDemon", "ReanimatedHellhound", "ReanimatedAviansie", "ReanimatedAbyssal", "ReanimatedDragon", "ReanimatedMonsters", "import_e", "BarrowsTable", "LootTable", "item", "OtherTable", "ClueTable", "NUMBER_OF_BROTHERS", "Barrows", "Monster", "__name", "quantity", "loot", "Bank", "barrowsItemsThisKill", "x", "barrowsItem", "Barrows_default", "import_e", "HesporiTable", "LootTable", "MainTable", "Hespori", "Monster", "__name", "quantity", "options", "loot", "Bank", "farmingLvl", "i", "Hespori_default", "import_e", "TzKalZukClass", "Monster", "__name", "quantity", "options", "loot", "Bank", "i", "TzKalZuk", "import_e", "TzTokJadClass", "Monster", "__name", "quantity", "options", "loot", "Bank", "i", "TzTokJad", "TzTokJad_default", "specialBosses", "Barrows_default", "TzTokJad_default", "Hespori_default", "TzKalZuk", "AbhorrentSpectreTable", "LootTable", "AberrantSpectrePreTable", "AbhorrentSpectre_default", "SimpleMonster", "BasiliskSentinelTable", "LootTable", "BasiliskKnightPreTable", "BasiliskSentinel_default", "SimpleMonster", "CaveAbominationTable", "LootTable", "CaveHorrorPreTable", "CaveAbomination_default", "SimpleMonster", "ChasmCrawlerTable", "LootTable", "CaveCrawlerTable", "ChasmCrawler_default", "SimpleMonster", "ChokeDevilTable", "LootTable", "DustDevilPreTable", "ChokeDevil_default", "SimpleMonster", "CockathriceTable", "LootTable", "CockatricePreTable", "Cockathrice_default", "SimpleMonster", "ColossalHydraTable", "LootTable", "HydraPreTable", "ColossalHydra_default", "SimpleMonster", "CrushingHandTable", "LootTable", "CrawlingHandPreTable", "CrushingHand_default", "SimpleMonster", "FlamingPyrelordTable", "LootTable", "PyrefiendPreTable", "FlamingPyrelord_default", "SimpleMonster", "GiantRockslugTable", "LootTable", "RockslugTable", "GiantRockslug_default", "SimpleMonster", "GreaterAbyssalDemonTable", "LootTable", "AbyssalDemonPreTable", "GreaterAbyssalDemon_default", "SimpleMonster", "GuardianDrakeTable", "LootTable", "DrakePreTable", "GuardianDrake_default", "SimpleMonster", "InsatiableBloodveldTable", "LootTable", "BloodveldPreTable", "InsatiableBloodveld_default", "SimpleMonster", "InsatiableMutatedBloodveldTable", "LootTable", "MutatedBloodveldPreTable", "InsatiableMutatedBloodveld_default", "SimpleMonster", "KingKuraskTable", "LootTable", "KuraskPreTable", "KingKurask_default", "SimpleMonster", "MalevolentMageTable", "LootTable", "InfernalMagePreTable", "MalevolentMage_default", "SimpleMonster", "MarbleGargoyleTable", "LootTable", "GargoylePreTable", "MarbleGargoyle_default", "SimpleMonster", "MonstrousBasiliskTable", "LootTable", "BasiliskPreTable", "MonstrousBasilisk_default", "SimpleMonster", "NechryarchTable", "LootTable", "NechryaelPreTable", "Nechryarch_default", "SimpleMonster", "NightBeastTable", "LootTable", "DarkBeastPreTable", "NightBeast_default", "SimpleMonster", "NuclearSmokeDevilTable", "LootTable", "SmokeDevilPreTable", "NuclearSmokeDevil_default", "SimpleMonster", "RepugnantSpectreTable", "LootTable", "DeviantSpectrePreTable", "RepugnantSpectre_default", "SimpleMonster", "ScreamingBansheeTable", "LootTable", "BansheePreTable", "ScreamingBanshee_default", "SimpleMonster", "ScreamingTwistedBansheeTable", "LootTable", "TwistedBansheePreTable", "ScreamingTwistedBanshee_default", "SimpleMonster", "ShadowWyrmTable", "LootTable", "WyrmPreTable", "ShadowWyrm_default", "SimpleMonster", "SpikedTurothTable", "LootTable", "TurothPreTable", "SpikedTuroth_default", "SimpleMonster", "VitreousJellyTable", "LootTable", "JellyPreTable", "VitreousJelly_default", "SimpleMonster", "VitreousWarpedJellyTable", "LootTable", "WarpedJellyPreTable", "VitreousWarpedJelly_default", "SimpleMonster", "allSuperiorMonsters", "AbhorrentSpectre_default", "BasiliskSentinel_default", "CaveAbomination_default", "ChasmCrawler_default", "ChokeDevil_default", "Cockathrice_default", "ColossalHydra_default", "CrushingHand_default", "FlamingPyrelord_default", "GiantRockslug_default", "GreaterAbyssalDemon_default", "GuardianDrake_default", "InsatiableBloodveld_default", "InsatiableMutatedBloodveld_default", "KingKurask_default", "MalevolentMage_default", "MarbleGargoyle_default", "MonstrousBasilisk_default", "Nechryarch_default", "NightBeast_default", "NuclearSmokeDevil_default", "RepugnantSpectre_default", "ScreamingBanshee_default", "ScreamingTwistedBanshee_default", "ShadowWyrm_default", "SpikedTuroth_default", "VitreousJelly_default", "VitreousWarpedJelly_default", "monstersObject", "allBosses", "allLowMonsters", "specialBosses", "allSuperiorMonsters", "CreatureCreation", "ReanimatedMonsters", "CamdozaalGolems", "allMonsters", "monster", "Monsters", "Collection", "monsters_default", "import_e", "Openable", "__name", "options", "SimpleOpenable", "Openable", "__name", "options", "quantity", "loot", "Bank", "chanceOfFish", "fishLvl", "low", "high", "num1", "num2", "__name", "BrimstoneChestFish", "LarransSmallChestFish", "LarransBigChestFish", "BrimstoneChestTable", "LootTable", "BrimstoneChestOpenable", "SimpleOpenable", "__name", "quantity", "options", "loot", "Bank", "fishLvl", "lobster", "BrimstoneChestFish", "fish", "i", "fishRolled", "chanceOfFish", "BrimstoneChest_default", "CasketTable", "LootTable", "Casket_default", "SimpleOpenable", "runeArmorTable", "LootTable", "coinsKeyHalfTable", "CrystalChestTable", "itemTupleToTable", "CrystalChest_default", "SimpleOpenable", "DragonStoneArmorTable", "LootTable", "coinsKeyHalfTable", "runeArmorTable", "dragonItemTable", "ElvenCrystalChestTable", "itemTupleToTable", "ElvenCrystalChest_default", "SimpleOpenable", "GiantEggSacFullTable", "LootTable", "GiantEggSacFull_default", "SimpleOpenable", "FoodTable", "LootTable", "itemTupleToTable", "PotionTable", "GrubbyChestTable", "GrubbyChest_default", "SimpleOpenable", "GemTable", "LootTable", "HAMChestTable", "BronzeHAMChest", "SimpleOpenable", "IronHAMChest", "SilverHAMChest", "SteelHAMChest", "SackLogTable", "LootTable", "SackHerbTable", "BasicSackTable", "BSackTable", "AdeptSackTable", "ASackTable", "ExpertSackTable", "ESackTable", "MasterSackTable", "MSackTable", "BasicSack", "SimpleOpenable", "AdeptSack", "ExpertSack", "MasterSack", "PrayerPageTable", "LootTable", "GildedTable", "FirelighterTable", "SubTeleportScrollTable", "TeleportScrollTable", "GiveHalfKeyTable", "BlessingTable", "EasyChefTable", "LootTable", "EasySubMonkTable", "EasyMonkTable", "EasyCapeTable", "EasyElegantTable", "EasyRareTable", "EasyAmuletTable", "EasyBlessingsTable", "BlessingTable", "EasyBowTable", "EasyStandardTable", "PrayerPageTable", "FirelighterTable", "TeleportScrollTable", "EasyClueTable", "EasyCasket", "itemID", "Elite3rdageTable", "LootTable", "EliteMegaRareTable", "GildedTable", "EliteTuxedoTable", "EliteRareTable", "EliteSeedTable", "EliteStandardTable", "PrayerPageTable", "FirelighterTable", "GiveHalfKeyTable", "TeleportScrollTable", "BlessingTable", "EliteClueTable", "EliteCasket", "itemID", "Hard3rdageTable", "LootTable", "HardMegaRareTable", "itemTupleToTable", "GildedTable", "HardBlessedShields", "HardHeralicPlatebody", "HardRareTable", "HardBowTable", "HardStandardTable", "PrayerPageTable", "FirelighterTable", "TeleportScrollTable", "BlessingTable", "HardClueTable", "HardCasket", "itemID", "MasterGodSwordOrnTable", "LootTable", "MasterSubAnkouOutfitTable", "MasterAnkouOutfitTable", "MasterSubMummyOutfitTable", "MasterMummyOutfitTable", "MasterSubDragonOrnTable", "MasterDragonOrnTable", "Master3rdageTable", "MasterMegaRareTable", "GildedTable", "MasterRareTable", "PrayerPageTable", "MasterSeedTable", "MasterStandardTable", "FirelighterTable", "TeleportScrollTable", "GiveHalfKeyTable", "BlessingTable", "MasterClueTable", "MasterCasket", "MediumUnicornTable", "LootTable", "MediumElegantTable", "MediumRareTable", "MediumSubFirelighterTable", "MediumFirelighterTable", "MediumAmuletTable", "MediumBowTable", "MediumStandardTable", "PrayerPageTable", "TeleportScrollTable", "BlessingTable", "MediumClueTable", "MediumCasket", "BabyImpling", "SimpleOpenable", "LootTable", "YoungImpling", "GourmetImpling", "EarthImpling", "EssenceImpling", "EclecticImpling", "NatureImpling", "MagpieImpling", "NinjaImpling", "CrystalImpling", "DragonImpling", "LuckyImpling", "EasyClueTable", "MediumClueTable", "HardClueTable", "EliteClueTable", "MasterClueTable", "Implings", "PreRoll", "LootTable", "IntricatePouchTable", "IntricatePouch_default", "SimpleOpenable", "import_e", "LarransSmallChestTable", "LootTable", "LarransBigChestTable", "LarransChestTable", "LarransChestOpenable", "SimpleOpenable", "__name", "quantity", "options", "loot", "Bank", "tier", "fishLvl", "lobster", "LarransBigChestFish", "fish", "i", "fishRolled", "chanceOfFish", "LarransSmallChestFish", "LarransChest_default", "MuddyChestTable", "LootTable", "MuddyChest_default", "SimpleOpenable", "ClueTable", "LootTable", "MysteryBoxTable", "RareDropTable_default", "MysteryBox_default", "SimpleOpenable", "NestBoxEmptyTable", "LootTable", "EMPTY_BIRD_NEST_ID", "NestBoxEmpty_default", "SimpleOpenable", "NestBoxRingTable", "LootTable", "EMPTY_BIRD_NEST_ID", "NestBoxRing_default", "SimpleOpenable", "NestBoxSeedsTable", "LootTable", "EMPTY_BIRD_NEST_ID", "NestBoxSeeds_default", "SimpleOpenable", "BoneTable", "LootTable", "OgreCoffinTable", "OgreCoffin_default", "SimpleOpenable", "import_e", "GiantsFoundryOrePackTable", "LootTable", "GFOrePackTable", "GiantsFoundryOrePack", "SimpleOpenable", "VolcanicMineMOrePackTable", "VMOrePackTable", "VolcanicMineOrePack", "import_e", "LowSeedPackTable", "LootTable", "MediumSeedPackTable", "HighSeedPackTable", "SeedPackTable", "SeedPackOpenable", "SimpleOpenable", "__name", "quantity", "options", "tempTable", "loot", "Bank", "tier", "high", "medium", "low", "i", "SeedPack_default", "SinisterChestTable", "LootTable", "SinisterChest_default", "SimpleOpenable", "LowTierLootTable", "LootTable", "MidTierLootTable", "HighTierLootTable", "HallowedSackTable", "HallowedSack_default", "SimpleOpenable", "openablesObject", "MysteryBox_default", "NestBoxEmpty_default", "NestBoxRing_default", "NestBoxSeeds_default", "GiantEggSacFull_default", "BronzeHAMChest", "IronHAMChest", "SilverHAMChest", "SteelHAMChest", "Casket_default", "CrystalChest_default", "ElvenCrystalChest_default", "GrubbyChest_default", "MuddyChest_default", "OgreCoffin_default", "SinisterChest_default", "BrimstoneChest_default", "LarransChest_default", "SeedPack_default", "BabyImpling", "YoungImpling", "GourmetImpling", "EarthImpling", "EssenceImpling", "EclecticImpling", "NatureImpling", "MagpieImpling", "NinjaImpling", "CrystalImpling", "DragonImpling", "LuckyImpling", "VolcanicMineOrePack", "GiantsFoundryOrePack", "IntricatePouch_default", "BasicSack", "AdeptSack", "ExpertSack", "MasterSack", "allMonsters", "openable", "Openables", "Collection", "openables_default", "fetch", "OldSchoolJSError", "__name", "code", "ErrorDescriptions", "Player", "__name", "player", "defence", "ranged", "hitpoints", "magic", "prayer", "attack", "strength", "base", "melee", "range", "mage", "Player_default", "defaultGetOptions", "Hiscores", "__name", "username", "options", "mergedOptions", "accountType", "isValidUsername", "OldSchoolJSError", "ACCOUNT_TYPES", "data", "fetch", "hiscoreURLs", "res", "text", "p", "resolvePlayerFromHiscores", "err", "overall", "skill", "lvl", "convertXPtoLVL", "Player_default", "Hiscores_default", "fetch", "Wiki", "__name", "pageID", "results", "amount", "r", "query", "parsedSearchOptions", "prop", "a", "b", "rawPage", "apiURL", "fetch", "res", "Wiki_default", "RareTable", "LootTable", "SuccessfulUniqueTable", "UniqueTable", "StandardTable", "BeginnerClueTable", "BeginnerCasket", "Clues", "BeginnerCasket", "EasyCasket", "EliteCasket", "HardCasket", "MasterCasket", "MediumCasket", "allTeamCapes", "i", "getItemOrThrow", "beekeeperOutfit", "resolveItems", "camoOutfit", "lederhosenOutfit", "zombieOutfit", "mimeOutfit", "EquipmentSlot"] +} diff --git a/dist/esm/item_data-7XCTUJ3C.json b/dist/esm/item_data-7XCTUJ3C.json new file mode 100644 index 000000000..097e83a4f --- /dev/null +++ b/dist/esm/item_data-7XCTUJ3C.json @@ -0,0 +1 @@ +{"0":{"id":0,"name":"Dwarf remains","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dwarf remains","wiki_url":"https://oldschool.runescape.wiki/w/Dwarf_remains","price":0},"1":{"id":1,"name":"Toolkit","members":true,"cost":1,"wiki_name":"Toolkit","wiki_url":"https://oldschool.runescape.wiki/w/Toolkit","price":0},"2":{"id":2,"name":"Cannonball","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":11000,"wiki_name":"Cannonball","wiki_url":"https://oldschool.runescape.wiki/w/Cannonball","price":194},"3":{"id":3,"name":"Nulodion's notes","members":true,"cost":1,"wiki_name":"Nulodion's notes","wiki_url":"https://oldschool.runescape.wiki/w/Nulodion's_notes","price":0},"4":{"id":4,"name":"Ammo mould","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Ammo mould","wiki_url":"https://oldschool.runescape.wiki/w/Ammo_mould","price":0},"5":{"id":5,"name":"Instruction manual","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Instruction manual","wiki_url":"https://oldschool.runescape.wiki/w/Instruction_manual","price":0},"6":{"id":6,"name":"Cannon base","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":187500,"lowalch":75000,"highalch":112500,"buy_limit":70,"wiki_name":"Cannon base","wiki_url":"https://oldschool.runescape.wiki/w/Cannon_base","price":197810},"8":{"id":8,"name":"Cannon stand","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":187500,"lowalch":75000,"highalch":112500,"buy_limit":70,"wiki_name":"Cannon stand","wiki_url":"https://oldschool.runescape.wiki/w/Cannon_stand","price":184142},"10":{"id":10,"name":"Cannon barrels","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":187500,"lowalch":75000,"highalch":112500,"buy_limit":70,"wiki_name":"Cannon barrels","wiki_url":"https://oldschool.runescape.wiki/w/Cannon_barrels","price":180237},"12":{"id":12,"name":"Cannon furnace","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":187500,"lowalch":75000,"highalch":112500,"buy_limit":70,"wiki_name":"Cannon furnace","wiki_url":"https://oldschool.runescape.wiki/w/Cannon_furnace","price":188954},"14":{"id":14,"name":"Railing","members":true,"stackable":true,"cost":1,"wiki_name":"Railing","wiki_url":"https://oldschool.runescape.wiki/w/Railing","price":0},"15":{"id":15,"name":"Holy table napkin","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Holy table napkin","wiki_url":"https://oldschool.runescape.wiki/w/Holy_table_napkin","price":0},"16":{"id":16,"name":"Magic whistle","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Magic whistle","wiki_url":"https://oldschool.runescape.wiki/w/Magic_whistle","price":0},"17":{"id":17,"name":"Grail bell","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Grail bell","wiki_url":"https://oldschool.runescape.wiki/w/Grail_bell","price":0},"18":{"id":18,"name":"Magic gold feather","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Magic gold feather","wiki_url":"https://oldschool.runescape.wiki/w/Magic_gold_feather","price":0},"19":{"id":19,"name":"Holy grail","members":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Holy grail (item)","wiki_url":"https://oldschool.runescape.wiki/w/Holy_grail_(item)","price":0},"20":{"id":20,"name":"White cog","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"White cog","wiki_url":"https://oldschool.runescape.wiki/w/White_cog","price":0},"21":{"id":21,"name":"Black cog","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Black cog","wiki_url":"https://oldschool.runescape.wiki/w/Black_cog","price":0},"22":{"id":22,"name":"Blue cog","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue cog","wiki_url":"https://oldschool.runescape.wiki/w/Blue_cog","price":0},"23":{"id":23,"name":"Red cog","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red cog","wiki_url":"https://oldschool.runescape.wiki/w/Red_cog","price":0},"24":{"id":24,"name":"Rat poison","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rat poison","wiki_url":"https://oldschool.runescape.wiki/w/Rat_poison","price":0},"25":{"id":25,"name":"Red vine worm","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red vine worm","wiki_url":"https://oldschool.runescape.wiki/w/Red_vine_worm","price":0},"26":{"id":26,"name":"Fishing trophy","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fishing trophy","wiki_url":"https://oldschool.runescape.wiki/w/Fishing_trophy","price":0},"27":{"id":27,"name":"Fishing pass","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fishing pass","wiki_url":"https://oldschool.runescape.wiki/w/Fishing_pass","price":0},"28":{"id":28,"name":"Insect repellent","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":15,"wiki_name":"Insect repellent","wiki_url":"https://oldschool.runescape.wiki/w/Insect_repellent","price":588},"30":{"id":30,"name":"Bucket of wax","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":6,"lowalch":2,"highalch":3,"buy_limit":15,"wiki_name":"Bucket of wax","wiki_url":"https://oldschool.runescape.wiki/w/Bucket_of_wax","price":723},"32":{"id":32,"name":"Lit black candle","members":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Black candle (Lit)","wiki_url":"https://oldschool.runescape.wiki/w/Black_candle#Lit","price":0},"33":{"id":33,"name":"Lit candle","members":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Candle (Lit)","wiki_url":"https://oldschool.runescape.wiki/w/Candle#Lit","price":0},"35":{"id":35,"name":"Excalibur","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Excalibur","wiki_url":"https://oldschool.runescape.wiki/w/Excalibur","equipment":{"attack_stab":20,"attack_slash":29,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":2,"defence_magic":1,"defence_ranged":0,"melee_strength":25,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":20}},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"36":{"id":36,"name":"Candle","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":40,"wiki_name":"Candle (Unlit)","wiki_url":"https://oldschool.runescape.wiki/w/Candle#Unlit","price":718},"38":{"id":38,"name":"Black candle","members":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Black candle (Unlit)","wiki_url":"https://oldschool.runescape.wiki/w/Black_candle#Unlit","price":0},"39":{"id":39,"name":"Bronze arrowtips","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Bronze arrowtips","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_arrowtips","price":2},"40":{"id":40,"name":"Iron arrowtips","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":10000,"wiki_name":"Iron arrowtips","wiki_url":"https://oldschool.runescape.wiki/w/Iron_arrowtips","price":9},"41":{"id":41,"name":"Steel arrowtips","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":6,"lowalch":2,"highalch":3,"buy_limit":10000,"wiki_name":"Steel arrowtips","wiki_url":"https://oldschool.runescape.wiki/w/Steel_arrowtips","price":36},"42":{"id":42,"name":"Mithril arrowtips","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":16,"lowalch":6,"highalch":9,"buy_limit":10000,"wiki_name":"Mithril arrowtips","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_arrowtips","price":41},"43":{"id":43,"name":"Adamant arrowtips","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":10000,"wiki_name":"Adamant arrowtips","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_arrowtips","price":113},"44":{"id":44,"name":"Rune arrowtips","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":10000,"wiki_name":"Rune arrowtips","wiki_url":"https://oldschool.runescape.wiki/w/Rune_arrowtips","price":285},"45":{"id":45,"name":"Opal bolt tips","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":7,"lowalch":2,"highalch":4,"buy_limit":11000,"wiki_name":"Opal bolt tips","wiki_url":"https://oldschool.runescape.wiki/w/Opal_bolt_tips","price":154},"46":{"id":46,"name":"Pearl bolt tips","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":12,"lowalch":4,"highalch":7,"buy_limit":11000,"wiki_name":"Pearl bolt tips","wiki_url":"https://oldschool.runescape.wiki/w/Pearl_bolt_tips","price":91},"47":{"id":47,"name":"Barb bolttips","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":95,"lowalch":38,"highalch":57,"buy_limit":11000,"wiki_name":"Barb bolttips","wiki_url":"https://oldschool.runescape.wiki/w/Barb_bolttips","price":77},"48":{"id":48,"name":"Longbow (u)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":60,"lowalch":24,"highalch":36,"buy_limit":10000,"wiki_name":"Longbow (u)","wiki_url":"https://oldschool.runescape.wiki/w/Longbow_(u)","price":6},"50":{"id":50,"name":"Shortbow (u)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":23,"lowalch":9,"highalch":13,"buy_limit":10000,"wiki_name":"Shortbow (u)","wiki_url":"https://oldschool.runescape.wiki/w/Shortbow_(u)","price":31},"52":{"id":52,"name":"Arrow shaft","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":7000,"wiki_name":"Arrow shaft","wiki_url":"https://oldschool.runescape.wiki/w/Arrow_shaft","price":2},"53":{"id":53,"name":"Headless arrow","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":11000,"wiki_name":"Headless arrow","wiki_url":"https://oldschool.runescape.wiki/w/Headless_arrow","price":11},"54":{"id":54,"name":"Oak shortbow (u)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":10000,"wiki_name":"Oak shortbow (u)","wiki_url":"https://oldschool.runescape.wiki/w/Oak_shortbow_(u)","price":39},"56":{"id":56,"name":"Oak longbow (u)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":10000,"wiki_name":"Oak longbow (u)","wiki_url":"https://oldschool.runescape.wiki/w/Oak_longbow_(u)","price":18},"58":{"id":58,"name":"Willow longbow (u)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":10000,"wiki_name":"Willow longbow (u)","wiki_url":"https://oldschool.runescape.wiki/w/Willow_longbow_(u)","price":72},"60":{"id":60,"name":"Willow shortbow (u)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":10000,"wiki_name":"Willow shortbow (u)","wiki_url":"https://oldschool.runescape.wiki/w/Willow_shortbow_(u)","price":26},"62":{"id":62,"name":"Maple longbow (u)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":320,"lowalch":128,"highalch":192,"buy_limit":10000,"wiki_name":"Maple longbow (u)","wiki_url":"https://oldschool.runescape.wiki/w/Maple_longbow_(u)","price":100},"64":{"id":64,"name":"Maple shortbow (u)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":10000,"wiki_name":"Maple shortbow (u)","wiki_url":"https://oldschool.runescape.wiki/w/Maple_shortbow_(u)","price":82},"66":{"id":66,"name":"Yew longbow (u)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":640,"lowalch":256,"highalch":384,"buy_limit":10000,"wiki_name":"Yew longbow (u)","wiki_url":"https://oldschool.runescape.wiki/w/Yew_longbow_(u)","price":339},"68":{"id":68,"name":"Yew shortbow (u)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":10000,"wiki_name":"Yew shortbow (u)","wiki_url":"https://oldschool.runescape.wiki/w/Yew_shortbow_(u)","price":277},"70":{"id":70,"name":"Magic longbow (u)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1280,"lowalch":512,"highalch":768,"buy_limit":10000,"wiki_name":"Magic longbow (u)","wiki_url":"https://oldschool.runescape.wiki/w/Magic_longbow_(u)","price":1064},"72":{"id":72,"name":"Magic shortbow (u)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":800,"lowalch":320,"highalch":480,"buy_limit":10000,"wiki_name":"Magic shortbow (u)","wiki_url":"https://oldschool.runescape.wiki/w/Magic_shortbow_(u)","price":735},"74":{"id":74,"name":"Khazard helmet","members":true,"equipable":true,"equipable_by_player":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Khazard helmet","wiki_url":"https://oldschool.runescape.wiki/w/Khazard_helmet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":4,"defence_slash":5,"defence_crush":3,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"75":{"id":75,"name":"Khazard armour","members":true,"equipable":true,"equipable_by_player":true,"cost":12,"lowalch":4,"highalch":7,"wiki_name":"Khazard armour","wiki_url":"https://oldschool.runescape.wiki/w/Khazard_armour","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":11,"defence_crush":10,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"76":{"id":76,"name":"Khazard cell keys","members":true,"cost":1,"wiki_name":"Khazard cell keys","wiki_url":"https://oldschool.runescape.wiki/w/Khazard_cell_keys","price":0,"lowalch":0,"highalch":0},"77":{"id":77,"name":"Khali brew","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Khali brew","wiki_url":"https://oldschool.runescape.wiki/w/Khali_brew","price":0},"78":{"id":78,"name":"Ice arrows","members":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Ice arrows","wiki_url":"https://oldschool.runescape.wiki/w/Ice_arrows","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":16,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":null},"price":0},"83":{"id":83,"name":"Lever","members":true,"cost":15,"lowalch":6,"highalch":9,"wiki_name":"Lever (Temple of Ikov)","wiki_url":"https://oldschool.runescape.wiki/w/Lever_(Temple_of_Ikov)","price":0},"84":{"id":84,"name":"Staff of armadyl","members":true,"cost":15,"wiki_name":"Staff of armadyl","wiki_url":"https://oldschool.runescape.wiki/w/Staff_of_armadyl","price":0,"lowalch":6,"highalch":9},"85":{"id":85,"name":"Shiny key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shiny key","wiki_url":"https://oldschool.runescape.wiki/w/Shiny_key","price":0},"86":{"id":86,"name":"Pendant of lucien","members":true,"equipable":true,"equipable_by_player":true,"cost":12,"lowalch":4,"highalch":7,"wiki_name":"Pendant of lucien","wiki_url":"https://oldschool.runescape.wiki/w/Pendant_of_lucien","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"87":{"id":87,"name":"Armadyl pendant","members":true,"equipable":true,"equipable_by_player":true,"cost":12,"lowalch":4,"highalch":7,"wiki_name":"Armadyl pendant","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_pendant","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"88":{"id":88,"name":"Boots of lightness","members":true,"equipable":true,"equipable_by_player":true,"cost":6,"lowalch":2,"highalch":3,"wiki_name":"Boots of lightness (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Boots_of_lightness#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"90":{"id":90,"name":"Child's blanket","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Child's blanket","wiki_url":"https://oldschool.runescape.wiki/w/Child's_blanket","price":0},"91":{"id":91,"name":"Guam potion (unf)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":10000,"wiki_name":"Guam potion (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Guam_potion_(unf)","price":313},"93":{"id":93,"name":"Marrentill potion (unf)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":10000,"wiki_name":"Marrentill potion (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Marrentill_potion_(unf)","price":163},"95":{"id":95,"name":"Tarromin potion (unf)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":11,"lowalch":4,"highalch":6,"buy_limit":10000,"wiki_name":"Tarromin potion (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Tarromin_potion_(unf)","price":332},"97":{"id":97,"name":"Harralander potion (unf)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":10000,"wiki_name":"Harralander potion (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Harralander_potion_(unf)","price":527},"99":{"id":99,"name":"Ranarr potion (unf)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":25,"lowalch":10,"highalch":15,"buy_limit":10000,"wiki_name":"Ranarr potion (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Ranarr_potion_(unf)","price":7540},"101":{"id":101,"name":"Irit potion (unf)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":10000,"wiki_name":"Irit potion (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Irit_potion_(unf)","price":1594},"103":{"id":103,"name":"Avantoe potion (unf)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":48,"lowalch":19,"highalch":28,"buy_limit":10000,"wiki_name":"Avantoe potion (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Avantoe_potion_(unf)","price":4643},"105":{"id":105,"name":"Kwuarm potion (unf)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":54,"lowalch":21,"highalch":32,"buy_limit":10000,"wiki_name":"Kwuarm potion (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Kwuarm_potion_(unf)","price":4232},"107":{"id":107,"name":"Cadantine potion (unf)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":65,"lowalch":26,"highalch":39,"buy_limit":10000,"wiki_name":"Cadantine potion (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Cadantine_potion_(unf)","price":5973},"109":{"id":109,"name":"Dwarf weed potion (unf)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":70,"lowalch":28,"highalch":42,"buy_limit":10000,"wiki_name":"Dwarf weed potion (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Dwarf_weed_potion_(unf)","price":2473},"111":{"id":111,"name":"Torstol potion (unf)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":25,"lowalch":10,"highalch":15,"buy_limit":10000,"wiki_name":"Torstol potion (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Torstol_potion_(unf)","price":5058},"113":{"id":113,"name":"Strength potion(4)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":14,"lowalch":5,"highalch":8,"buy_limit":2000,"wiki_name":"Strength potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Strength_potion#4_dose","price":164},"115":{"id":115,"name":"Strength potion(3)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":13,"lowalch":5,"highalch":7,"buy_limit":2000,"wiki_name":"Strength potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Strength_potion#3_dose","price":124},"117":{"id":117,"name":"Strength potion(2)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":13,"lowalch":5,"highalch":7,"buy_limit":2000,"wiki_name":"Strength potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Strength_potion#2_dose","price":59},"119":{"id":119,"name":"Strength potion(1)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":11,"lowalch":4,"highalch":6,"buy_limit":2000,"wiki_name":"Strength potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Strength_potion#1_dose","price":36},"121":{"id":121,"name":"Attack potion(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":12,"lowalch":4,"highalch":7,"buy_limit":2000,"wiki_name":"Attack potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Attack_potion#3_dose","price":4},"123":{"id":123,"name":"Attack potion(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":9,"lowalch":3,"highalch":5,"buy_limit":2000,"wiki_name":"Attack potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Attack_potion#2_dose","price":17},"125":{"id":125,"name":"Attack potion(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":6,"lowalch":2,"highalch":3,"buy_limit":2000,"wiki_name":"Attack potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Attack_potion#1_dose","price":6},"127":{"id":127,"name":"Restore potion(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":88,"lowalch":35,"highalch":52,"buy_limit":2000,"wiki_name":"Restore potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Restore_potion#3_dose","price":54},"129":{"id":129,"name":"Restore potion(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":66,"lowalch":26,"highalch":39,"buy_limit":2000,"wiki_name":"Restore potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Restore_potion#2_dose","price":23},"131":{"id":131,"name":"Restore potion(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":44,"lowalch":17,"highalch":26,"buy_limit":2000,"wiki_name":"Restore potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Restore_potion#1_dose","price":22},"133":{"id":133,"name":"Defence potion(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":120,"lowalch":48,"highalch":72,"buy_limit":2000,"wiki_name":"Defence potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Defence_potion#3_dose","price":447},"135":{"id":135,"name":"Defence potion(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":2000,"wiki_name":"Defence potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Defence_potion#2_dose","price":144},"137":{"id":137,"name":"Defence potion(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":60,"lowalch":24,"highalch":36,"buy_limit":2000,"wiki_name":"Defence potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Defence_potion#1_dose","price":57},"139":{"id":139,"name":"Prayer potion(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":152,"lowalch":60,"highalch":91,"buy_limit":2000,"wiki_name":"Prayer potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Prayer_potion#3_dose","price":7986},"141":{"id":141,"name":"Prayer potion(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":114,"lowalch":45,"highalch":68,"buy_limit":2000,"wiki_name":"Prayer potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Prayer_potion#2_dose","price":5645},"143":{"id":143,"name":"Prayer potion(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":76,"lowalch":30,"highalch":45,"buy_limit":2000,"wiki_name":"Prayer potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Prayer_potion#1_dose","price":2692},"145":{"id":145,"name":"Super attack(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":180,"lowalch":72,"highalch":108,"buy_limit":2000,"wiki_name":"Super attack (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_attack#3_dose","price":1552},"147":{"id":147,"name":"Super attack(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":135,"lowalch":54,"highalch":81,"buy_limit":2000,"wiki_name":"Super attack (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_attack#2_dose","price":1009},"149":{"id":149,"name":"Super attack(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":2000,"wiki_name":"Super attack (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_attack#1_dose","price":513},"151":{"id":151,"name":"Fishing potion(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":2000,"wiki_name":"Fishing potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Fishing_potion#3_dose","price":46},"153":{"id":153,"name":"Fishing potion(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":2000,"wiki_name":"Fishing potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Fishing_potion#2_dose","price":5},"155":{"id":155,"name":"Fishing potion(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":2000,"wiki_name":"Fishing potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Fishing_potion#1_dose","price":14},"157":{"id":157,"name":"Super strength(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":220,"lowalch":88,"highalch":132,"buy_limit":2000,"wiki_name":"Super strength (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_strength#3_dose","price":4890},"159":{"id":159,"name":"Super strength(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":165,"lowalch":66,"highalch":99,"buy_limit":2000,"wiki_name":"Super strength (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_strength#2_dose","price":2801},"161":{"id":161,"name":"Super strength(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":110,"lowalch":44,"highalch":66,"buy_limit":2000,"wiki_name":"Super strength (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_strength#1_dose","price":1688},"163":{"id":163,"name":"Super defence(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":264,"lowalch":105,"highalch":158,"buy_limit":2000,"wiki_name":"Super defence (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_defence#3_dose","price":5951},"165":{"id":165,"name":"Super defence(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":198,"lowalch":79,"highalch":118,"buy_limit":2000,"wiki_name":"Super defence (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_defence#2_dose","price":3797},"167":{"id":167,"name":"Super defence(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":132,"lowalch":52,"highalch":79,"buy_limit":2000,"wiki_name":"Super defence (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_defence#1_dose","price":1978},"169":{"id":169,"name":"Ranging potion(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":288,"lowalch":115,"highalch":172,"buy_limit":2000,"wiki_name":"Ranging potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Ranging_potion#3_dose","price":2437},"171":{"id":171,"name":"Ranging potion(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":216,"lowalch":86,"highalch":129,"buy_limit":2000,"wiki_name":"Ranging potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Ranging_potion#2_dose","price":1503},"173":{"id":173,"name":"Ranging potion(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":144,"lowalch":57,"highalch":86,"buy_limit":2000,"wiki_name":"Ranging potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Ranging_potion#1_dose","price":891},"175":{"id":175,"name":"Antipoison(3)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":288,"lowalch":115,"highalch":172,"buy_limit":2000,"wiki_name":"Antipoison (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antipoison#3_dose","price":122},"177":{"id":177,"name":"Antipoison(2)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":216,"lowalch":86,"highalch":129,"buy_limit":2000,"wiki_name":"Antipoison (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antipoison#2_dose","price":70},"179":{"id":179,"name":"Antipoison(1)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":144,"lowalch":57,"highalch":86,"buy_limit":2000,"wiki_name":"Antipoison (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antipoison#1_dose","price":119},"181":{"id":181,"name":"Superantipoison(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":288,"lowalch":115,"highalch":172,"buy_limit":2000,"wiki_name":"Superantipoison (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Superantipoison#3_dose","price":986},"183":{"id":183,"name":"Superantipoison(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":216,"lowalch":86,"highalch":129,"buy_limit":2000,"wiki_name":"Superantipoison (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Superantipoison#2_dose","price":554},"185":{"id":185,"name":"Superantipoison(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":144,"lowalch":57,"highalch":86,"buy_limit":2000,"wiki_name":"Superantipoison (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Superantipoison#1_dose","price":7},"187":{"id":187,"name":"Weapon poison","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":144,"lowalch":57,"highalch":86,"buy_limit":2000,"wiki_name":"Weapon poison","wiki_url":"https://oldschool.runescape.wiki/w/Weapon_poison","price":369},"189":{"id":189,"name":"Zamorak brew(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":175,"lowalch":70,"highalch":105,"buy_limit":2000,"wiki_name":"Zamorak brew (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_brew#3_dose","price":1638},"191":{"id":191,"name":"Zamorak brew(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":2000,"wiki_name":"Zamorak brew (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_brew#2_dose","price":910},"193":{"id":193,"name":"Zamorak brew(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":125,"lowalch":50,"highalch":75,"buy_limit":2000,"wiki_name":"Zamorak brew (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_brew#1_dose","price":1018},"195":{"id":195,"name":"Potion","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Potion","wiki_url":"https://oldschool.runescape.wiki/w/Potion","price":0},"197":{"id":197,"name":"Poison chalice","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":2000,"wiki_name":"Poison chalice","wiki_url":"https://oldschool.runescape.wiki/w/Poison_chalice","price":1881},"199":{"id":199,"name":"Grimy guam leaf","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":13,"lowalch":5,"highalch":7,"buy_limit":13000,"wiki_name":"Grimy guam leaf","wiki_url":"https://oldschool.runescape.wiki/w/Grimy_guam_leaf","price":224},"201":{"id":201,"name":"Grimy marrentill","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":14,"lowalch":5,"highalch":8,"buy_limit":13000,"wiki_name":"Grimy marrentill","wiki_url":"https://oldschool.runescape.wiki/w/Grimy_marrentill","price":77},"203":{"id":203,"name":"Grimy tarromin","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":13000,"wiki_name":"Grimy tarromin","wiki_url":"https://oldschool.runescape.wiki/w/Grimy_tarromin","price":148},"205":{"id":205,"name":"Grimy harralander","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":16,"lowalch":6,"highalch":9,"buy_limit":13000,"wiki_name":"Grimy harralander","wiki_url":"https://oldschool.runescape.wiki/w/Grimy_harralander","price":407},"207":{"id":207,"name":"Grimy ranarr weed","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":11000,"wiki_name":"Grimy ranarr weed","wiki_url":"https://oldschool.runescape.wiki/w/Grimy_ranarr_weed","price":7259},"209":{"id":209,"name":"Grimy irit leaf","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":17,"lowalch":6,"highalch":10,"buy_limit":13000,"wiki_name":"Grimy irit leaf","wiki_url":"https://oldschool.runescape.wiki/w/Grimy_irit_leaf","price":1394},"211":{"id":211,"name":"Grimy avantoe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":18,"lowalch":7,"highalch":10,"buy_limit":13000,"wiki_name":"Grimy avantoe","wiki_url":"https://oldschool.runescape.wiki/w/Grimy_avantoe","price":4445},"213":{"id":213,"name":"Grimy kwuarm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":13000,"wiki_name":"Grimy kwuarm","wiki_url":"https://oldschool.runescape.wiki/w/Grimy_kwuarm","price":3908},"215":{"id":215,"name":"Grimy cadantine","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":22,"lowalch":8,"highalch":13,"buy_limit":11000,"wiki_name":"Grimy cadantine","wiki_url":"https://oldschool.runescape.wiki/w/Grimy_cadantine","price":5556},"217":{"id":217,"name":"Grimy dwarf weed","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":24,"lowalch":9,"highalch":14,"buy_limit":11000,"wiki_name":"Grimy dwarf weed","wiki_url":"https://oldschool.runescape.wiki/w/Grimy_dwarf_weed","price":2254},"219":{"id":219,"name":"Grimy torstol","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":25,"lowalch":10,"highalch":15,"buy_limit":11000,"wiki_name":"Grimy torstol","wiki_url":"https://oldschool.runescape.wiki/w/Grimy_torstol","price":4813},"221":{"id":221,"name":"Eye of newt","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":13000,"wiki_name":"Eye of newt","wiki_url":"https://oldschool.runescape.wiki/w/Eye_of_newt","price":3},"223":{"id":223,"name":"Red spiders' eggs","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":7,"lowalch":2,"highalch":4,"buy_limit":13000,"wiki_name":"Red spiders' eggs","wiki_url":"https://oldschool.runescape.wiki/w/Red_spiders'_eggs","price":446},"225":{"id":225,"name":"Limpwurt root","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":7,"lowalch":2,"highalch":4,"buy_limit":13000,"wiki_name":"Limpwurt root","wiki_url":"https://oldschool.runescape.wiki/w/Limpwurt_root","price":762},"227":{"id":227,"name":"Vial of water","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Vial of water","wiki_url":"https://oldschool.runescape.wiki/w/Vial_of_water","price":3},"229":{"id":229,"name":"Vial","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Vial","wiki_url":"https://oldschool.runescape.wiki/w/Vial","price":3},"231":{"id":231,"name":"Snape grass","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":13000,"wiki_name":"Snape grass","wiki_url":"https://oldschool.runescape.wiki/w/Snape_grass","price":479},"233":{"id":233,"name":"Pestle and mortar","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":40,"wiki_name":"Pestle and mortar","wiki_url":"https://oldschool.runescape.wiki/w/Pestle_and_mortar","price":128},"235":{"id":235,"name":"Unicorn horn dust","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":13000,"wiki_name":"Unicorn horn dust","wiki_url":"https://oldschool.runescape.wiki/w/Unicorn_horn_dust","price":266},"237":{"id":237,"name":"Unicorn horn","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":13000,"wiki_name":"Unicorn horn","wiki_url":"https://oldschool.runescape.wiki/w/Unicorn_horn","price":167},"239":{"id":239,"name":"White berries","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":13000,"wiki_name":"White berries","wiki_url":"https://oldschool.runescape.wiki/w/White_berries","price":406},"241":{"id":241,"name":"Dragon scale dust","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":52,"lowalch":20,"highalch":31,"buy_limit":13000,"wiki_name":"Dragon scale dust","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_scale_dust","price":36},"243":{"id":243,"name":"Blue dragon scale","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":13000,"wiki_name":"Blue dragon scale","wiki_url":"https://oldschool.runescape.wiki/w/Blue_dragon_scale","price":13},"245":{"id":245,"name":"Wine of zamorak","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":11000,"wiki_name":"Wine of zamorak","wiki_url":"https://oldschool.runescape.wiki/w/Wine_of_zamorak","price":891},"247":{"id":247,"name":"Jangerberries","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Jangerberries","wiki_url":"https://oldschool.runescape.wiki/w/Jangerberries","price":385},"249":{"id":249,"name":"Guam leaf","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":13000,"wiki_name":"Guam leaf","wiki_url":"https://oldschool.runescape.wiki/w/Guam_leaf","price":245},"251":{"id":251,"name":"Marrentill","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":13000,"wiki_name":"Marrentill","wiki_url":"https://oldschool.runescape.wiki/w/Marrentill","price":127},"253":{"id":253,"name":"Tarromin","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":11,"lowalch":4,"highalch":6,"buy_limit":13000,"wiki_name":"Tarromin","wiki_url":"https://oldschool.runescape.wiki/w/Tarromin","price":209},"255":{"id":255,"name":"Harralander","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":13000,"wiki_name":"Harralander","wiki_url":"https://oldschool.runescape.wiki/w/Harralander","price":438},"257":{"id":257,"name":"Ranarr weed","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":25,"lowalch":10,"highalch":15,"buy_limit":11000,"wiki_name":"Ranarr weed","wiki_url":"https://oldschool.runescape.wiki/w/Ranarr_weed","price":7330},"259":{"id":259,"name":"Irit leaf","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":13000,"wiki_name":"Irit leaf","wiki_url":"https://oldschool.runescape.wiki/w/Irit_leaf","price":1443},"261":{"id":261,"name":"Avantoe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":48,"lowalch":19,"highalch":28,"buy_limit":13000,"wiki_name":"Avantoe","wiki_url":"https://oldschool.runescape.wiki/w/Avantoe","price":4523},"263":{"id":263,"name":"Kwuarm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":54,"lowalch":21,"highalch":32,"buy_limit":13000,"wiki_name":"Kwuarm","wiki_url":"https://oldschool.runescape.wiki/w/Kwuarm","price":3974},"265":{"id":265,"name":"Cadantine","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":65,"lowalch":26,"highalch":39,"buy_limit":11000,"wiki_name":"Cadantine","wiki_url":"https://oldschool.runescape.wiki/w/Cadantine","price":5689},"267":{"id":267,"name":"Dwarf weed","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":70,"lowalch":28,"highalch":42,"buy_limit":11000,"wiki_name":"Dwarf weed","wiki_url":"https://oldschool.runescape.wiki/w/Dwarf_weed","price":2313},"269":{"id":269,"name":"Torstol","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":75,"lowalch":30,"highalch":45,"buy_limit":11000,"wiki_name":"Torstol","wiki_url":"https://oldschool.runescape.wiki/w/Torstol","price":4902},"271":{"id":271,"name":"Pressure gauge","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pressure gauge","wiki_url":"https://oldschool.runescape.wiki/w/Pressure_gauge","price":0},"272":{"id":272,"name":"Fish food","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":15,"wiki_name":"Fish food","wiki_url":"https://oldschool.runescape.wiki/w/Fish_food","price":0},"273":{"id":273,"name":"Poison","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":15,"wiki_name":"Poison (item)","wiki_url":"https://oldschool.runescape.wiki/w/Poison_(item)","price":756},"274":{"id":274,"name":"Poisoned fish food","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Poisoned fish food","wiki_url":"https://oldschool.runescape.wiki/w/Poisoned_fish_food","price":0},"275":{"id":275,"name":"Key","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Key (Ernest the Chicken)","wiki_url":"https://oldschool.runescape.wiki/w/Key_(Ernest_the_Chicken)","price":0},"276":{"id":276,"name":"Rubber tube","cost":3,"lowalch":1,"highalch":1,"wiki_name":"Rubber tube","wiki_url":"https://oldschool.runescape.wiki/w/Rubber_tube","price":0},"277":{"id":277,"name":"Oil can","cost":3,"lowalch":1,"highalch":1,"wiki_name":"Oil can","wiki_url":"https://oldschool.runescape.wiki/w/Oil_can","price":0},"278":{"id":278,"name":"Cattleprod","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Cattleprod","wiki_url":"https://oldschool.runescape.wiki/w/Cattleprod","equipment":{"attack_stab":4,"attack_slash":2,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"279":{"id":279,"name":"Sheep feed","members":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Sheep feed","wiki_url":"https://oldschool.runescape.wiki/w/Sheep_feed","price":0},"280":{"id":280,"name":"Sheep bones (1)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sheep bones (1)","wiki_url":"https://oldschool.runescape.wiki/w/Sheep_bones_(1)","price":0},"281":{"id":281,"name":"Sheep bones (2)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sheep bones (2)","wiki_url":"https://oldschool.runescape.wiki/w/Sheep_bones_(2)","price":0},"282":{"id":282,"name":"Sheep bones (3)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sheep bones (3)","wiki_url":"https://oldschool.runescape.wiki/w/Sheep_bones_(3)","price":0},"283":{"id":283,"name":"Sheep bones (4)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sheep bones (4)","wiki_url":"https://oldschool.runescape.wiki/w/Sheep_bones_(4)","price":0},"284":{"id":284,"name":"Plague jacket","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Plague jacket","wiki_url":"https://oldschool.runescape.wiki/w/Plague_jacket","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"285":{"id":285,"name":"Plague trousers","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Plague trousers","wiki_url":"https://oldschool.runescape.wiki/w/Plague_trousers","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"286":{"id":286,"name":"Orange goblin mail","cost":40,"lowalch":16,"highalch":24,"wiki_name":"Orange goblin mail","wiki_url":"https://oldschool.runescape.wiki/w/Orange_goblin_mail","price":0},"287":{"id":287,"name":"Blue goblin mail","cost":40,"lowalch":16,"highalch":24,"wiki_name":"Blue goblin mail","wiki_url":"https://oldschool.runescape.wiki/w/Blue_goblin_mail","price":0},"288":{"id":288,"name":"Goblin mail","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":15,"wiki_name":"Goblin mail","wiki_url":"https://oldschool.runescape.wiki/w/Goblin_mail","price":821},"290":{"id":290,"name":"Research package","cost":30,"wiki_name":"Research package","wiki_url":"https://oldschool.runescape.wiki/w/Research_package","price":0,"lowalch":12,"highalch":18},"291":{"id":291,"name":"Research notes","cost":30,"wiki_name":"Research notes (Rune Mysteries)","wiki_url":"https://oldschool.runescape.wiki/w/Research_notes_(Rune_Mysteries)","price":0,"lowalch":12,"highalch":18},"292":{"id":292,"name":"Book on baxtorian","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Book on baxtorian","wiki_url":"https://oldschool.runescape.wiki/w/Book_on_baxtorian","price":0},"293":{"id":293,"name":"Key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Key (Gnome Village Dungeon)","wiki_url":"https://oldschool.runescape.wiki/w/Key_(Gnome_Village_Dungeon)","price":0},"294":{"id":294,"name":"Glarial's pebble","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Glarial's pebble","wiki_url":"https://oldschool.runescape.wiki/w/Glarial's_pebble","price":0},"295":{"id":295,"name":"Glarial's amulet","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Glarial's amulet","wiki_url":"https://oldschool.runescape.wiki/w/Glarial's_amulet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"296":{"id":296,"name":"Glarial's urn","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Glarial's urn (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Glarial's_urn#Full","price":0},"297":{"id":297,"name":"Glarial's urn (empty)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Glarial's urn (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Glarial's_urn#Empty","price":0},"298":{"id":298,"name":"Key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Key (Waterfall Dungeon)","wiki_url":"https://oldschool.runescape.wiki/w/Key_(Waterfall_Dungeon)","price":0},"299":{"id":299,"name":"Mithril seeds","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":18000,"wiki_name":"Mithril seeds","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_seeds","price":436},"300":{"id":300,"name":"Rat's tail","cost":3,"lowalch":1,"highalch":1,"wiki_name":"Rat's tail","wiki_url":"https://oldschool.runescape.wiki/w/Rat's_tail","price":0},"301":{"id":301,"name":"Lobster pot","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":40,"wiki_name":"Lobster pot","wiki_url":"https://oldschool.runescape.wiki/w/Lobster_pot","price":139},"303":{"id":303,"name":"Small fishing net","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":40,"wiki_name":"Small fishing net (Regular)","wiki_url":"https://oldschool.runescape.wiki/w/Small_fishing_net#Regular","price":86},"305":{"id":305,"name":"Big fishing net","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":40,"wiki_name":"Big fishing net","wiki_url":"https://oldschool.runescape.wiki/w/Big_fishing_net","price":876},"307":{"id":307,"name":"Fishing rod","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":40,"wiki_name":"Fishing rod","wiki_url":"https://oldschool.runescape.wiki/w/Fishing_rod","price":150},"309":{"id":309,"name":"Fly fishing rod","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":40,"wiki_name":"Fly fishing rod","wiki_url":"https://oldschool.runescape.wiki/w/Fly_fishing_rod","price":147},"311":{"id":311,"name":"Harpoon","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":40,"wiki_name":"Harpoon","wiki_url":"https://oldschool.runescape.wiki/w/Harpoon","price":53},"313":{"id":313,"name":"Fishing bait","tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":8000,"wiki_name":"Fishing bait","wiki_url":"https://oldschool.runescape.wiki/w/Fishing_bait","price":4},"314":{"id":314,"name":"Feather","tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":30000,"wiki_name":"Feather","wiki_url":"https://oldschool.runescape.wiki/w/Feather","price":3},"315":{"id":315,"name":"Shrimps","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":6000,"wiki_name":"Shrimps","wiki_url":"https://oldschool.runescape.wiki/w/Shrimps","price":24},"317":{"id":317,"name":"Raw shrimps","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":15000,"wiki_name":"Raw shrimps","wiki_url":"https://oldschool.runescape.wiki/w/Raw_shrimps","price":170},"319":{"id":319,"name":"Anchovies","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":15000,"wiki_name":"Anchovies","wiki_url":"https://oldschool.runescape.wiki/w/Anchovies","price":60},"321":{"id":321,"name":"Raw anchovies","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":13000,"wiki_name":"Raw anchovies","wiki_url":"https://oldschool.runescape.wiki/w/Raw_anchovies","price":53},"323":{"id":323,"name":"Burnt fish","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt fish (anchovies)","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_fish_(anchovies)","price":0},"325":{"id":325,"name":"Sardine","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":6000,"wiki_name":"Sardine","wiki_url":"https://oldschool.runescape.wiki/w/Sardine","price":30},"327":{"id":327,"name":"Raw sardine","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":15000,"wiki_name":"Raw sardine","wiki_url":"https://oldschool.runescape.wiki/w/Raw_sardine","price":68},"329":{"id":329,"name":"Salmon","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":6000,"wiki_name":"Salmon","wiki_url":"https://oldschool.runescape.wiki/w/Salmon","price":107},"331":{"id":331,"name":"Raw salmon","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":15000,"wiki_name":"Raw salmon","wiki_url":"https://oldschool.runescape.wiki/w/Raw_salmon","price":84},"333":{"id":333,"name":"Trout","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":6000,"wiki_name":"Trout","wiki_url":"https://oldschool.runescape.wiki/w/Trout","price":40},"335":{"id":335,"name":"Raw trout","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":15000,"wiki_name":"Raw trout","wiki_url":"https://oldschool.runescape.wiki/w/Raw_trout","price":84},"337":{"id":337,"name":"Giant carp","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Giant carp","wiki_url":"https://oldschool.runescape.wiki/w/Giant_carp","price":0},"338":{"id":338,"name":"Raw giant carp","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Raw giant carp","wiki_url":"https://oldschool.runescape.wiki/w/Raw_giant_carp","price":0},"339":{"id":339,"name":"Cod","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":6000,"wiki_name":"Cod","wiki_url":"https://oldschool.runescape.wiki/w/Cod","price":21},"341":{"id":341,"name":"Raw cod","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":15000,"wiki_name":"Raw cod","wiki_url":"https://oldschool.runescape.wiki/w/Raw_cod","price":67},"343":{"id":343,"name":"Burnt fish","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt fish (trout)","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_fish_(trout)","price":0},"345":{"id":345,"name":"Raw herring","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":15000,"wiki_name":"Raw herring","wiki_url":"https://oldschool.runescape.wiki/w/Raw_herring","price":144},"347":{"id":347,"name":"Herring","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":6000,"wiki_name":"Herring","wiki_url":"https://oldschool.runescape.wiki/w/Herring","price":45},"349":{"id":349,"name":"Raw pike","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":15000,"wiki_name":"Raw pike","wiki_url":"https://oldschool.runescape.wiki/w/Raw_pike","price":98},"351":{"id":351,"name":"Pike","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":6000,"wiki_name":"Pike","wiki_url":"https://oldschool.runescape.wiki/w/Pike","price":20},"353":{"id":353,"name":"Raw mackerel","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":15000,"wiki_name":"Raw mackerel","wiki_url":"https://oldschool.runescape.wiki/w/Raw_mackerel","price":300},"355":{"id":355,"name":"Mackerel","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":6000,"wiki_name":"Mackerel","wiki_url":"https://oldschool.runescape.wiki/w/Mackerel","price":18},"357":{"id":357,"name":"Burnt fish","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt fish (herring)","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_fish_(herring)","price":0},"359":{"id":359,"name":"Raw tuna","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":15000,"wiki_name":"Raw tuna","wiki_url":"https://oldschool.runescape.wiki/w/Raw_tuna","price":70},"361":{"id":361,"name":"Tuna","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":6000,"wiki_name":"Tuna","wiki_url":"https://oldschool.runescape.wiki/w/Tuna","price":107},"363":{"id":363,"name":"Raw bass","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":15000,"wiki_name":"Raw bass","wiki_url":"https://oldschool.runescape.wiki/w/Raw_bass","price":13},"365":{"id":365,"name":"Bass","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":6000,"wiki_name":"Bass","wiki_url":"https://oldschool.runescape.wiki/w/Bass","price":165},"367":{"id":367,"name":"Burnt fish","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt fish (tuna)","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_fish_(tuna)","price":0},"369":{"id":369,"name":"Burnt fish","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt fish (sardine)","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_fish_(sardine)","price":0},"371":{"id":371,"name":"Raw swordfish","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":15000,"wiki_name":"Raw swordfish","wiki_url":"https://oldschool.runescape.wiki/w/Raw_swordfish","price":118},"373":{"id":373,"name":"Swordfish","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":6000,"wiki_name":"Swordfish","wiki_url":"https://oldschool.runescape.wiki/w/Swordfish","price":199},"375":{"id":375,"name":"Burnt swordfish","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt swordfish","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_swordfish","price":0},"377":{"id":377,"name":"Raw lobster","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":70,"lowalch":28,"highalch":42,"buy_limit":15000,"wiki_name":"Raw lobster","wiki_url":"https://oldschool.runescape.wiki/w/Raw_lobster","price":95},"379":{"id":379,"name":"Lobster","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":70,"lowalch":28,"highalch":42,"buy_limit":6000,"wiki_name":"Lobster","wiki_url":"https://oldschool.runescape.wiki/w/Lobster","price":169},"381":{"id":381,"name":"Burnt lobster","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt lobster","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_lobster","price":0},"383":{"id":383,"name":"Raw shark","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":170,"lowalch":68,"highalch":102,"buy_limit":15000,"wiki_name":"Raw shark","wiki_url":"https://oldschool.runescape.wiki/w/Raw_shark","price":746},"385":{"id":385,"name":"Shark","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":170,"lowalch":68,"highalch":102,"buy_limit":10000,"wiki_name":"Shark","wiki_url":"https://oldschool.runescape.wiki/w/Shark","price":991},"387":{"id":387,"name":"Burnt shark","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt shark","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_shark","price":0},"389":{"id":389,"name":"Raw manta ray","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":15000,"wiki_name":"Raw manta ray","wiki_url":"https://oldschool.runescape.wiki/w/Raw_manta_ray","price":1843},"391":{"id":391,"name":"Manta ray","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":10000,"wiki_name":"Manta ray","wiki_url":"https://oldschool.runescape.wiki/w/Manta_ray","price":2510},"393":{"id":393,"name":"Burnt manta ray","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt manta ray","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_manta_ray","price":0},"395":{"id":395,"name":"Raw sea turtle","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":15000,"wiki_name":"Raw sea turtle","wiki_url":"https://oldschool.runescape.wiki/w/Raw_sea_turtle","price":1015},"397":{"id":397,"name":"Sea turtle","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":10000,"wiki_name":"Sea turtle","wiki_url":"https://oldschool.runescape.wiki/w/Sea_turtle","price":1150},"399":{"id":399,"name":"Burnt sea turtle","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt sea turtle","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_sea_turtle","price":0},"401":{"id":401,"name":"Seaweed","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Seaweed","wiki_url":"https://oldschool.runescape.wiki/w/Seaweed","price":31},"403":{"id":403,"name":"Edible seaweed","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Edible seaweed","wiki_url":"https://oldschool.runescape.wiki/w/Edible_seaweed","price":58},"405":{"id":405,"name":"Casket","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":50,"wiki_name":"Casket","wiki_url":"https://oldschool.runescape.wiki/w/Casket","price":1175},"407":{"id":407,"name":"Oyster","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":11000,"wiki_name":"Oyster","wiki_url":"https://oldschool.runescape.wiki/w/Oyster","price":41},"409":{"id":409,"name":"Empty oyster","members":true,"tradeable":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Empty oyster","wiki_url":"https://oldschool.runescape.wiki/w/Empty_oyster","price":0},"411":{"id":411,"name":"Oyster pearl","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":112,"lowalch":44,"highalch":67,"buy_limit":11000,"wiki_name":"Oyster pearl","wiki_url":"https://oldschool.runescape.wiki/w/Oyster_pearl","price":75},"413":{"id":413,"name":"Oyster pearls","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1400,"lowalch":560,"highalch":840,"buy_limit":11000,"wiki_name":"Oyster pearls","wiki_url":"https://oldschool.runescape.wiki/w/Oyster_pearls","price":932},"415":{"id":415,"name":"Ethenea","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Ethenea","wiki_url":"https://oldschool.runescape.wiki/w/Ethenea","price":0},"416":{"id":416,"name":"Liquid honey","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Liquid honey","wiki_url":"https://oldschool.runescape.wiki/w/Liquid_honey","price":0},"417":{"id":417,"name":"Sulphuric broline","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sulphuric broline","wiki_url":"https://oldschool.runescape.wiki/w/Sulphuric_broline","price":0},"418":{"id":418,"name":"Plague sample","members":true,"cost":1,"wiki_name":"Plague sample","wiki_url":"https://oldschool.runescape.wiki/w/Plague_sample","price":0},"419":{"id":419,"name":"Touch paper","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Touch paper","wiki_url":"https://oldschool.runescape.wiki/w/Touch_paper","price":0},"420":{"id":420,"name":"Distillator","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Distillator","wiki_url":"https://oldschool.runescape.wiki/w/Distillator","price":0},"421":{"id":421,"name":"Lathas' amulet","members":true,"equipable":true,"equipable_by_player":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Lathas' amulet","wiki_url":"https://oldschool.runescape.wiki/w/Lathas'_amulet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"422":{"id":422,"name":"Bird feed","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bird feed","wiki_url":"https://oldschool.runescape.wiki/w/Bird_feed","price":0},"423":{"id":423,"name":"Key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Key (Biohazard)","wiki_url":"https://oldschool.runescape.wiki/w/Key_(Biohazard)","price":0},"424":{"id":424,"name":"Pigeon cage","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pigeon cage (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Pigeon_cage#Full","price":0},"425":{"id":425,"name":"Pigeon cage","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pigeon cage (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Pigeon_cage#Empty","price":0},"426":{"id":426,"name":"Priest gown","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":150,"wiki_name":"Priest gown (top)","wiki_url":"https://oldschool.runescape.wiki/w/Priest_gown_(top)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"body","requirements":null},"price":233},"428":{"id":428,"name":"Priest gown","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":150,"wiki_name":"Priest gown (bottom)","wiki_url":"https://oldschool.runescape.wiki/w/Priest_gown_(bottom)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"legs","requirements":null},"price":94},"430":{"id":430,"name":"Medical gown","members":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Medical gown","wiki_url":"https://oldschool.runescape.wiki/w/Medical_gown","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"431":{"id":431,"name":"Karamjan rum","cost":30,"lowalch":12,"highalch":18,"wiki_name":"Karamjan rum","wiki_url":"https://oldschool.runescape.wiki/w/Karamjan_rum","price":0},"432":{"id":432,"name":"Chest key","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chest key (Pirate's Treasure)","wiki_url":"https://oldschool.runescape.wiki/w/Chest_key_(Pirate's_Treasure)","price":0},"433":{"id":433,"name":"Pirate message","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pirate message","wiki_url":"https://oldschool.runescape.wiki/w/Pirate_message","price":0},"434":{"id":434,"name":"Clay","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Clay","wiki_url":"https://oldschool.runescape.wiki/w/Clay","price":75},"436":{"id":436,"name":"Copper ore","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":13000,"wiki_name":"Copper ore","wiki_url":"https://oldschool.runescape.wiki/w/Copper_ore","price":43},"438":{"id":438,"name":"Tin ore","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":13000,"wiki_name":"Tin ore","wiki_url":"https://oldschool.runescape.wiki/w/Tin_ore","price":35},"440":{"id":440,"name":"Iron ore","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":17,"lowalch":6,"highalch":10,"buy_limit":13000,"wiki_name":"Iron ore","wiki_url":"https://oldschool.runescape.wiki/w/Iron_ore","price":154},"442":{"id":442,"name":"Silver ore","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":75,"lowalch":30,"highalch":45,"buy_limit":13000,"wiki_name":"Silver ore","wiki_url":"https://oldschool.runescape.wiki/w/Silver_ore","price":43},"444":{"id":444,"name":"Gold ore","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":30000,"wiki_name":"Gold ore","wiki_url":"https://oldschool.runescape.wiki/w/Gold_ore","price":157},"446":{"id":446,"name":"'perfect' gold ore","members":true,"cost":150,"lowalch":60,"highalch":90,"wiki_name":"'perfect' gold ore","wiki_url":"https://oldschool.runescape.wiki/w/'perfect'_gold_ore","price":0},"447":{"id":447,"name":"Mithril ore","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":162,"lowalch":64,"highalch":97,"buy_limit":13000,"wiki_name":"Mithril ore","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_ore","price":106},"449":{"id":449,"name":"Adamantite ore","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":4500,"wiki_name":"Adamantite ore","wiki_url":"https://oldschool.runescape.wiki/w/Adamantite_ore","price":1091},"451":{"id":451,"name":"Runite ore","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3200,"lowalch":1280,"highalch":1920,"buy_limit":4500,"wiki_name":"Runite ore","wiki_url":"https://oldschool.runescape.wiki/w/Runite_ore","price":11065},"453":{"id":453,"name":"Coal","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":45,"lowalch":18,"highalch":27,"buy_limit":13000,"wiki_name":"Coal","wiki_url":"https://oldschool.runescape.wiki/w/Coal","price":155},"455":{"id":455,"name":"Barcrawl card","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Barcrawl card","wiki_url":"https://oldschool.runescape.wiki/w/Barcrawl_card","price":0},"456":{"id":456,"name":"Scorpion cage","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Scorpion cage (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Scorpion_cage#Empty","price":0},"457":{"id":457,"name":"Scorpion cage","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Scorpion cage (Taverley)","wiki_url":"https://oldschool.runescape.wiki/w/Scorpion_cage#Taverley","price":0},"458":{"id":458,"name":"Scorpion cage","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Scorpion cage (Taverley + Outpost)","wiki_url":"https://oldschool.runescape.wiki/w/Scorpion_cage#Taverley_+_Outpost","price":0},"459":{"id":459,"name":"Scorpion cage","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Scorpion cage (Taverley + Monastery)","wiki_url":"https://oldschool.runescape.wiki/w/Scorpion_cage#Taverley_+_Monastery","price":0},"460":{"id":460,"name":"Scorpion cage","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Scorpion cage (Outpost)","wiki_url":"https://oldschool.runescape.wiki/w/Scorpion_cage#Outpost","price":0},"461":{"id":461,"name":"Scorpion cage","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Scorpion cage (Outpost + Monastery)","wiki_url":"https://oldschool.runescape.wiki/w/Scorpion_cage#Outpost_+_Monastery","price":0},"462":{"id":462,"name":"Scorpion cage","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Scorpion cage (Monastery)","wiki_url":"https://oldschool.runescape.wiki/w/Scorpion_cage#Monastery","price":0},"463":{"id":463,"name":"Scorpion cage","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Scorpion cage (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Scorpion_cage#Full","price":0},"464":{"id":464,"name":"Strange fruit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":2000,"wiki_name":"Strange fruit","wiki_url":"https://oldschool.runescape.wiki/w/Strange_fruit","price":667},"466":{"id":466,"name":"Pickaxe handle","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pickaxe handle","wiki_url":"https://oldschool.runescape.wiki/w/Pickaxe_handle","price":0},"468":{"id":468,"name":"Broken pickaxe","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Broken pickaxe (bronze)","wiki_url":"https://oldschool.runescape.wiki/w/Broken_pickaxe_(bronze)","price":0},"470":{"id":470,"name":"Broken pickaxe","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Broken pickaxe (iron)","wiki_url":"https://oldschool.runescape.wiki/w/Broken_pickaxe_(iron)","price":0},"472":{"id":472,"name":"Broken pickaxe","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Broken pickaxe (steel)","wiki_url":"https://oldschool.runescape.wiki/w/Broken_pickaxe_(steel)","price":0},"474":{"id":474,"name":"Broken pickaxe","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Broken pickaxe (mithril)","wiki_url":"https://oldschool.runescape.wiki/w/Broken_pickaxe_(mithril)","price":0},"476":{"id":476,"name":"Broken pickaxe","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Broken pickaxe (adamant)","wiki_url":"https://oldschool.runescape.wiki/w/Broken_pickaxe_(adamant)","price":0},"478":{"id":478,"name":"Broken pickaxe","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Broken pickaxe (rune)","wiki_url":"https://oldschool.runescape.wiki/w/Broken_pickaxe_(rune)","price":0},"480":{"id":480,"name":"Bronze pick head","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bronze pick head","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_pick_head","price":0},"482":{"id":482,"name":"Iron pick head","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Iron pick head","wiki_url":"https://oldschool.runescape.wiki/w/Iron_pick_head","price":0},"484":{"id":484,"name":"Steel pick head","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Steel pick head","wiki_url":"https://oldschool.runescape.wiki/w/Steel_pick_head","price":0},"486":{"id":486,"name":"Mithril pick head","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mithril pick head","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_pick_head","price":0},"488":{"id":488,"name":"Adamant pick head","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Adamant pick head","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_pick_head","price":0},"490":{"id":490,"name":"Rune pick head","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rune pick head","wiki_url":"https://oldschool.runescape.wiki/w/Rune_pick_head","price":0},"492":{"id":492,"name":"Axe handle","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Axe handle (Standard)","wiki_url":"https://oldschool.runescape.wiki/w/Axe_handle#Standard","price":0},"494":{"id":494,"name":"Broken axe","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Broken axe (bronze)","wiki_url":"https://oldschool.runescape.wiki/w/Broken_axe_(bronze)","price":0},"496":{"id":496,"name":"Broken axe","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Broken axe (iron)","wiki_url":"https://oldschool.runescape.wiki/w/Broken_axe_(iron)","price":0},"498":{"id":498,"name":"Broken axe","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Broken axe (steel)","wiki_url":"https://oldschool.runescape.wiki/w/Broken_axe_(steel)","price":0},"500":{"id":500,"name":"Broken axe","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Broken axe (black)","wiki_url":"https://oldschool.runescape.wiki/w/Broken_axe_(black)","price":0},"502":{"id":502,"name":"Broken axe","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Broken axe (mithril)","wiki_url":"https://oldschool.runescape.wiki/w/Broken_axe_(mithril)","price":0},"504":{"id":504,"name":"Broken axe","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Broken axe (adamant)","wiki_url":"https://oldschool.runescape.wiki/w/Broken_axe_(adamant)","price":0},"506":{"id":506,"name":"Broken axe","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Broken axe (rune)","wiki_url":"https://oldschool.runescape.wiki/w/Broken_axe_(rune)","price":0},"508":{"id":508,"name":"Bronze axe head","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bronze axe head","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_axe_head","price":0},"510":{"id":510,"name":"Iron axe head","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Iron axe head","wiki_url":"https://oldschool.runescape.wiki/w/Iron_axe_head","price":0},"512":{"id":512,"name":"Steel axe head","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Steel axe head","wiki_url":"https://oldschool.runescape.wiki/w/Steel_axe_head","price":0},"514":{"id":514,"name":"Black axe head","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Black axe head","wiki_url":"https://oldschool.runescape.wiki/w/Black_axe_head","price":0},"516":{"id":516,"name":"Mithril axe head","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mithril axe head","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_axe_head","price":0},"518":{"id":518,"name":"Adamant axe head","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Adamant axe head","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_axe_head","price":0},"520":{"id":520,"name":"Rune axe head","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rune axe head","wiki_url":"https://oldschool.runescape.wiki/w/Rune_axe_head","price":0},"522":{"id":522,"name":"Enchanted beef","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Enchanted beef","wiki_url":"https://oldschool.runescape.wiki/w/Enchanted_beef","price":0},"523":{"id":523,"name":"Enchanted rat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Enchanted rat","wiki_url":"https://oldschool.runescape.wiki/w/Enchanted_rat","price":0},"524":{"id":524,"name":"Enchanted bear","members":true,"cost":1,"wiki_name":"Enchanted bear","wiki_url":"https://oldschool.runescape.wiki/w/Enchanted_bear","price":0},"525":{"id":525,"name":"Enchanted chicken","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Enchanted chicken","wiki_url":"https://oldschool.runescape.wiki/w/Enchanted_chicken","price":0},"526":{"id":526,"name":"Bones","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":3000,"wiki_name":"Bones","wiki_url":"https://oldschool.runescape.wiki/w/Bones","price":136},"528":{"id":528,"name":"Burnt bones","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":3000,"wiki_name":"Burnt bones","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_bones","price":408},"530":{"id":530,"name":"Bat bones","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":3000,"wiki_name":"Bat bones","wiki_url":"https://oldschool.runescape.wiki/w/Bat_bones","price":622},"532":{"id":532,"name":"Big bones","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":3000,"wiki_name":"Big bones","wiki_url":"https://oldschool.runescape.wiki/w/Big_bones","price":276},"534":{"id":534,"name":"Babydragon bones","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":3000,"wiki_name":"Babydragon bones","wiki_url":"https://oldschool.runescape.wiki/w/Babydragon_bones","price":957},"536":{"id":536,"name":"Dragon bones","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":7500,"wiki_name":"Dragon bones","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_bones","price":2860},"538":{"id":538,"name":"Druid's robe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":125,"wiki_name":"Druid's robe","wiki_url":"https://oldschool.runescape.wiki/w/Druid's_robe","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"legs","requirements":null},"price":3},"540":{"id":540,"name":"Druid's robe top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":125,"wiki_name":"Druid's robe top","wiki_url":"https://oldschool.runescape.wiki/w/Druid's_robe_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"body","requirements":null},"price":0},"542":{"id":542,"name":"Monk's robe","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":125,"wiki_name":"Monk's robe","wiki_url":"https://oldschool.runescape.wiki/w/Monk's_robe","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"legs","requirements":null},"price":801},"544":{"id":544,"name":"Monk's robe top","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":125,"wiki_name":"Monk's robe top","wiki_url":"https://oldschool.runescape.wiki/w/Monk's_robe_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"body","requirements":null},"price":840},"546":{"id":546,"name":"Shade robe top","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":125,"wiki_name":"Shade robe top","wiki_url":"https://oldschool.runescape.wiki/w/Shade_robe_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"body","requirements":null},"price":745},"548":{"id":548,"name":"Shade robe","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":125,"wiki_name":"Shade robe","wiki_url":"https://oldschool.runescape.wiki/w/Shade_robe","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"legs","requirements":null},"price":2962},"550":{"id":550,"name":"Newcomer map","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Newcomer map","wiki_url":"https://oldschool.runescape.wiki/w/Newcomer_map","price":0},"552":{"id":552,"name":"Ghostspeak amulet","equipable":true,"equipable_by_player":true,"cost":35,"lowalch":14,"highalch":21,"wiki_name":"Ghostspeak amulet (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Ghostspeak_amulet#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"553":{"id":553,"name":"Ghost's skull","cost":1,"wiki_name":"Ghost's skull","wiki_url":"https://oldschool.runescape.wiki/w/Ghost's_skull","price":0},"554":{"id":554,"name":"Fire rune","tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":50000,"wiki_name":"Fire rune","wiki_url":"https://oldschool.runescape.wiki/w/Fire_rune","price":5},"555":{"id":555,"name":"Water rune","tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":50000,"wiki_name":"Water rune","wiki_url":"https://oldschool.runescape.wiki/w/Water_rune","price":5},"556":{"id":556,"name":"Air rune","tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":50000,"wiki_name":"Air rune","wiki_url":"https://oldschool.runescape.wiki/w/Air_rune","price":4},"557":{"id":557,"name":"Earth rune","tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":50000,"wiki_name":"Earth rune","wiki_url":"https://oldschool.runescape.wiki/w/Earth_rune","price":5},"558":{"id":558,"name":"Mind rune","tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":18000,"wiki_name":"Mind rune","wiki_url":"https://oldschool.runescape.wiki/w/Mind_rune","price":3},"559":{"id":559,"name":"Body rune","tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":18000,"wiki_name":"Body rune","wiki_url":"https://oldschool.runescape.wiki/w/Body_rune","price":5},"560":{"id":560,"name":"Death rune","tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":180,"lowalch":72,"highalch":108,"buy_limit":25000,"wiki_name":"Death rune","wiki_url":"https://oldschool.runescape.wiki/w/Death_rune","price":115},"561":{"id":561,"name":"Nature rune","tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":180,"lowalch":72,"highalch":108,"buy_limit":18000,"wiki_name":"Nature rune","wiki_url":"https://oldschool.runescape.wiki/w/Nature_rune","price":92},"562":{"id":562,"name":"Chaos rune","tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":18000,"wiki_name":"Chaos rune","wiki_url":"https://oldschool.runescape.wiki/w/Chaos_rune","price":61},"563":{"id":563,"name":"Law rune","tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":240,"lowalch":96,"highalch":144,"buy_limit":18000,"wiki_name":"Law rune","wiki_url":"https://oldschool.runescape.wiki/w/Law_rune","price":128},"564":{"id":564,"name":"Cosmic rune","tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":18000,"wiki_name":"Cosmic rune","wiki_url":"https://oldschool.runescape.wiki/w/Cosmic_rune","price":72},"565":{"id":565,"name":"Blood rune","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":25000,"wiki_name":"Blood rune","wiki_url":"https://oldschool.runescape.wiki/w/Blood_rune","price":203},"566":{"id":566,"name":"Soul rune","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":25000,"wiki_name":"Soul rune","wiki_url":"https://oldschool.runescape.wiki/w/Soul_rune","price":199},"567":{"id":567,"name":"Unpowered orb","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":10000,"wiki_name":"Unpowered orb","wiki_url":"https://oldschool.runescape.wiki/w/Unpowered_orb","price":127},"569":{"id":569,"name":"Fire orb","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":11000,"wiki_name":"Fire orb","wiki_url":"https://oldschool.runescape.wiki/w/Fire_orb","price":936},"571":{"id":571,"name":"Water orb","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":11000,"wiki_name":"Water orb","wiki_url":"https://oldschool.runescape.wiki/w/Water_orb","price":815},"573":{"id":573,"name":"Air orb","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":11000,"wiki_name":"Air orb","wiki_url":"https://oldschool.runescape.wiki/w/Air_orb","price":995},"575":{"id":575,"name":"Earth orb","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":11000,"wiki_name":"Earth orb","wiki_url":"https://oldschool.runescape.wiki/w/Earth_orb","price":875},"577":{"id":577,"name":"Blue wizard robe","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":125,"wiki_name":"Blue wizard robe","wiki_url":"https://oldschool.runescape.wiki/w/Blue_wizard_robe","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":1458},"579":{"id":579,"name":"Blue wizard hat","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":125,"wiki_name":"Blue wizard hat","wiki_url":"https://oldschool.runescape.wiki/w/Blue_wizard_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":2,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":2,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":454},"581":{"id":581,"name":"Black robe","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":13,"lowalch":5,"highalch":7,"buy_limit":125,"wiki_name":"Black robe","wiki_url":"https://oldschool.runescape.wiki/w/Black_robe","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":941},"583":{"id":583,"name":"Bailing bucket","members":true,"tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Bailing bucket (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Bailing_bucket#Empty","price":0},"585":{"id":585,"name":"Bailing bucket","members":true,"tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Bailing bucket (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Bailing_bucket#Full","price":0},"587":{"id":587,"name":"Orb of protection","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Orb of protection","wiki_url":"https://oldschool.runescape.wiki/w/Orb_of_protection","price":0},"588":{"id":588,"name":"Orbs of protection","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Orbs of protection","wiki_url":"https://oldschool.runescape.wiki/w/Orbs_of_protection","price":0},"589":{"id":589,"name":"Gnome amulet","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gnome amulet","wiki_url":"https://oldschool.runescape.wiki/w/Gnome_amulet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":13,"defence_slash":13,"defence_crush":13,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"590":{"id":590,"name":"Tinderbox","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":40,"wiki_name":"Tinderbox","wiki_url":"https://oldschool.runescape.wiki/w/Tinderbox","price":32},"592":{"id":592,"name":"Ashes","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Ashes","wiki_url":"https://oldschool.runescape.wiki/w/Ashes","price":106},"594":{"id":594,"name":"Lit torch","members":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Torch (Lit)","wiki_url":"https://oldschool.runescape.wiki/w/Torch#Lit","price":0},"595":{"id":595,"name":"Torch","stackable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Torch (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Torch_(unobtainable_item)","price":0},"596":{"id":596,"name":"Unlit torch","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":40,"wiki_name":"Torch (Unlit)","wiki_url":"https://oldschool.runescape.wiki/w/Torch#Unlit","price":3},"598":{"id":598,"name":"Bronze fire arrow","members":true,"tradeable":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Bronze fire arrow (Unlit)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_fire_arrow#Unlit","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":7,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":0},"600":{"id":600,"name":"Astronomy book","members":true,"tradeable":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Astronomy book","wiki_url":"https://oldschool.runescape.wiki/w/Astronomy_book","price":0},"601":{"id":601,"name":"Goblin kitchen key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Goblin kitchen key","wiki_url":"https://oldschool.runescape.wiki/w/Goblin_kitchen_key","price":0},"602":{"id":602,"name":"Lens mould","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Lens mould","wiki_url":"https://oldschool.runescape.wiki/w/Lens_mould","price":0},"603":{"id":603,"name":"Observatory lens","members":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Observatory lens","wiki_url":"https://oldschool.runescape.wiki/w/Observatory_lens","price":0},"604":{"id":604,"name":"Bone shard","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bone shard","wiki_url":"https://oldschool.runescape.wiki/w/Bone_shard","price":0},"605":{"id":605,"name":"Bone key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bone key (Shilo Village)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_key_(Shilo_Village)","price":0},"606":{"id":606,"name":"Stone-plaque","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Stone-plaque","wiki_url":"https://oldschool.runescape.wiki/w/Stone-plaque","price":0},"607":{"id":607,"name":"Tattered scroll","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tattered scroll","wiki_url":"https://oldschool.runescape.wiki/w/Tattered_scroll","price":0},"608":{"id":608,"name":"Crumpled scroll","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crumpled scroll","wiki_url":"https://oldschool.runescape.wiki/w/Crumpled_scroll","price":0},"609":{"id":609,"name":"Rashiliyia corpse","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rashiliyia corpse","wiki_url":"https://oldschool.runescape.wiki/w/Rashiliyia_corpse","price":0},"610":{"id":610,"name":"Zadimus corpse","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Zadimus corpse","wiki_url":"https://oldschool.runescape.wiki/w/Zadimus_corpse","price":0},"611":{"id":611,"name":"Locating crystal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Locating crystal","wiki_url":"https://oldschool.runescape.wiki/w/Locating_crystal","price":0},"612":{"id":612,"name":"Locating crystal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Locating crystal (unobtainable item) (1)","wiki_url":"https://oldschool.runescape.wiki/w/Locating_crystal_(unobtainable_item)#1","price":0},"613":{"id":613,"name":"Locating crystal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Locating crystal (unobtainable item) (2)","wiki_url":"https://oldschool.runescape.wiki/w/Locating_crystal_(unobtainable_item)#2","price":0},"614":{"id":614,"name":"Locating crystal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Locating crystal (unobtainable item) (3)","wiki_url":"https://oldschool.runescape.wiki/w/Locating_crystal_(unobtainable_item)#3","price":0},"615":{"id":615,"name":"Locating crystal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Locating crystal (unobtainable item) (4)","wiki_url":"https://oldschool.runescape.wiki/w/Locating_crystal_(unobtainable_item)#4","price":0},"616":{"id":616,"name":"Beads of the dead","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Beads of the dead","wiki_url":"https://oldschool.runescape.wiki/w/Beads_of_the_dead","equipment":{"attack_stab":1,"attack_slash":1,"attack_crush":1,"attack_magic":1,"attack_ranged":1,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":1,"defence_ranged":1,"melee_strength":1,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"neck","requirements":null},"price":0},"618":{"id":618,"name":"Bone beads","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bone beads","wiki_url":"https://oldschool.runescape.wiki/w/Bone_beads","price":0},"619":{"id":619,"name":"Paramaya ticket","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Paramaya ticket","wiki_url":"https://oldschool.runescape.wiki/w/Paramaya_ticket","price":0},"620":{"id":620,"name":"Paramaya ticket","members":true,"stackable":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Paramaya ticket (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Paramaya_ticket_(unobtainable_item)","price":0},"621":{"id":621,"name":"Ship ticket","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":18000,"wiki_name":"Ship ticket","wiki_url":"https://oldschool.runescape.wiki/w/Ship_ticket","price":1},"623":{"id":623,"name":"Sword pommel","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sword pommel","wiki_url":"https://oldschool.runescape.wiki/w/Sword_pommel","price":0},"624":{"id":624,"name":"Bervirius notes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bervirius notes","wiki_url":"https://oldschool.runescape.wiki/w/Bervirius_notes","price":0},"625":{"id":625,"name":"Wampum belt","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Wampum belt","wiki_url":"https://oldschool.runescape.wiki/w/Wampum_belt","price":0},"626":{"id":626,"name":"Pink boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":150,"wiki_name":"Pink boots","wiki_url":"https://oldschool.runescape.wiki/w/Pink_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":945},"628":{"id":628,"name":"Green boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":150,"wiki_name":"Green boots","wiki_url":"https://oldschool.runescape.wiki/w/Green_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":606},"630":{"id":630,"name":"Blue boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":150,"wiki_name":"Blue boots","wiki_url":"https://oldschool.runescape.wiki/w/Blue_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":943},"632":{"id":632,"name":"Cream boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":150,"wiki_name":"Cream boots","wiki_url":"https://oldschool.runescape.wiki/w/Cream_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"634":{"id":634,"name":"Turquoise boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":150,"wiki_name":"Turquoise boots","wiki_url":"https://oldschool.runescape.wiki/w/Turquoise_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":171},"636":{"id":636,"name":"Pink robe top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":180,"lowalch":72,"highalch":108,"buy_limit":150,"wiki_name":"Pink robe top","wiki_url":"https://oldschool.runescape.wiki/w/Pink_robe_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":452},"638":{"id":638,"name":"Green robe top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":180,"lowalch":72,"highalch":108,"buy_limit":150,"wiki_name":"Green robe top","wiki_url":"https://oldschool.runescape.wiki/w/Green_robe_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":1700},"640":{"id":640,"name":"Blue robe top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":180,"lowalch":72,"highalch":108,"buy_limit":150,"wiki_name":"Blue robe top","wiki_url":"https://oldschool.runescape.wiki/w/Blue_robe_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":298},"642":{"id":642,"name":"Cream robe top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":180,"lowalch":72,"highalch":108,"buy_limit":150,"wiki_name":"Cream robe top","wiki_url":"https://oldschool.runescape.wiki/w/Cream_robe_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":806},"644":{"id":644,"name":"Turquoise robe top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":180,"lowalch":72,"highalch":108,"buy_limit":150,"wiki_name":"Turquoise robe top","wiki_url":"https://oldschool.runescape.wiki/w/Turquoise_robe_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":2000},"646":{"id":646,"name":"Pink robe bottoms","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":180,"lowalch":72,"highalch":108,"buy_limit":150,"wiki_name":"Pink robe bottoms","wiki_url":"https://oldschool.runescape.wiki/w/Pink_robe_bottoms","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":163},"648":{"id":648,"name":"Green robe bottoms","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":180,"lowalch":72,"highalch":108,"buy_limit":150,"wiki_name":"Green robe bottoms","wiki_url":"https://oldschool.runescape.wiki/w/Green_robe_bottoms","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":32},"650":{"id":650,"name":"Blue robe bottoms","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":180,"lowalch":72,"highalch":108,"buy_limit":150,"wiki_name":"Blue robe bottoms","wiki_url":"https://oldschool.runescape.wiki/w/Blue_robe_bottoms","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":100},"652":{"id":652,"name":"Cream robe bottoms","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":180,"lowalch":72,"highalch":108,"buy_limit":150,"wiki_name":"Cream robe bottoms","wiki_url":"https://oldschool.runescape.wiki/w/Cream_robe_bottoms","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":361},"654":{"id":654,"name":"Turquoise robe bottoms","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":180,"lowalch":72,"highalch":108,"buy_limit":150,"wiki_name":"Turquoise robe bottoms","wiki_url":"https://oldschool.runescape.wiki/w/Turquoise_robe_bottoms","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":754},"656":{"id":656,"name":"Pink hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":150,"wiki_name":"Pink hat","wiki_url":"https://oldschool.runescape.wiki/w/Pink_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":425},"658":{"id":658,"name":"Green hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":150,"wiki_name":"Green hat","wiki_url":"https://oldschool.runescape.wiki/w/Green_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":1169},"660":{"id":660,"name":"Blue hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":150,"wiki_name":"Blue hat","wiki_url":"https://oldschool.runescape.wiki/w/Blue_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":512},"662":{"id":662,"name":"Cream hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":150,"wiki_name":"Cream hat","wiki_url":"https://oldschool.runescape.wiki/w/Cream_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":1143},"664":{"id":664,"name":"Turquoise hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":150,"wiki_name":"Turquoise hat","wiki_url":"https://oldschool.runescape.wiki/w/Turquoise_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":826},"666":{"id":666,"name":"Portrait","cost":3,"lowalch":1,"highalch":1,"wiki_name":"Portrait","wiki_url":"https://oldschool.runescape.wiki/w/Portrait","price":0},"667":{"id":667,"name":"Blurite sword","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Blurite sword","wiki_url":"https://oldschool.runescape.wiki/w/Blurite_sword","equipment":{"attack_stab":9,"attack_slash":14,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":1}},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"668":{"id":668,"name":"Blurite ore","cost":3,"lowalch":1,"highalch":1,"wiki_name":"Blurite ore","wiki_url":"https://oldschool.runescape.wiki/w/Blurite_ore","price":0},"669":{"id":669,"name":"Specimen jar","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Specimen jar","wiki_url":"https://oldschool.runescape.wiki/w/Specimen_jar","price":0},"670":{"id":670,"name":"Specimen brush","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Specimen brush","wiki_url":"https://oldschool.runescape.wiki/w/Specimen_brush","price":0},"671":{"id":671,"name":"Animal skull","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Animal skull","wiki_url":"https://oldschool.runescape.wiki/w/Animal_skull","price":0},"672":{"id":672,"name":"Special cup","members":true,"cost":1,"wiki_name":"Special cup","wiki_url":"https://oldschool.runescape.wiki/w/Special_cup","price":0},"673":{"id":673,"name":"Teddy","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Teddy","wiki_url":"https://oldschool.runescape.wiki/w/Teddy","price":0},"674":{"id":674,"name":"Cracked sample","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cracked sample","wiki_url":"https://oldschool.runescape.wiki/w/Cracked_sample","price":0},"675":{"id":675,"name":"Rock pick","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rock pick","wiki_url":"https://oldschool.runescape.wiki/w/Rock_pick","price":0},"676":{"id":676,"name":"Trowel","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Trowel","wiki_url":"https://oldschool.runescape.wiki/w/Trowel","price":0},"677":{"id":677,"name":"Panning tray","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Panning tray (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Panning_tray#Empty","price":0},"678":{"id":678,"name":"Panning tray","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Panning tray (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Panning_tray_(unobtainable_item)","price":0},"679":{"id":679,"name":"Panning tray","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Panning tray (Mud)","wiki_url":"https://oldschool.runescape.wiki/w/Panning_tray#Mud","price":0},"680":{"id":680,"name":"Nuggets","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Nuggets","wiki_url":"https://oldschool.runescape.wiki/w/Nuggets","price":0},"681":{"id":681,"name":"Ancient talisman","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ancient talisman","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_talisman","price":0},"682":{"id":682,"name":"Unstamped letter","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Unstamped letter","wiki_url":"https://oldschool.runescape.wiki/w/Unstamped_letter","price":0},"683":{"id":683,"name":"Sealed letter","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sealed letter","wiki_url":"https://oldschool.runescape.wiki/w/Sealed_letter","price":0},"684":{"id":684,"name":"Belt buckle","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Belt buckle","wiki_url":"https://oldschool.runescape.wiki/w/Belt_buckle","price":0},"685":{"id":685,"name":"Old boot","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old boot","wiki_url":"https://oldschool.runescape.wiki/w/Old_boot","price":0},"686":{"id":686,"name":"Rusty sword","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rusty sword","wiki_url":"https://oldschool.runescape.wiki/w/Rusty_sword","price":0},"687":{"id":687,"name":"Broken arrow","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Broken arrow","wiki_url":"https://oldschool.runescape.wiki/w/Broken_arrow","price":0},"688":{"id":688,"name":"Buttons","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Buttons","wiki_url":"https://oldschool.runescape.wiki/w/Buttons","price":0},"689":{"id":689,"name":"Broken staff","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Broken staff","wiki_url":"https://oldschool.runescape.wiki/w/Broken_staff","price":0},"690":{"id":690,"name":"Broken glass","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Broken glass (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Broken_glass_(unobtainable_item)","price":0},"691":{"id":691,"name":"Level 1 certificate","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Level 1 certificate","wiki_url":"https://oldschool.runescape.wiki/w/Level_1_certificate","price":0},"692":{"id":692,"name":"Level 2 certificate","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Level 2 certificate","wiki_url":"https://oldschool.runescape.wiki/w/Level_2_certificate","price":0},"693":{"id":693,"name":"Level 3 certificate","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Level 3 certificate","wiki_url":"https://oldschool.runescape.wiki/w/Level_3_certificate","price":0},"694":{"id":694,"name":"Ceramic remains","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ceramic remains","wiki_url":"https://oldschool.runescape.wiki/w/Ceramic_remains","price":0},"695":{"id":695,"name":"Old tooth","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old tooth","wiki_url":"https://oldschool.runescape.wiki/w/Old_tooth","price":0},"696":{"id":696,"name":"Invitation letter","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Invitation letter","wiki_url":"https://oldschool.runescape.wiki/w/Invitation_letter","price":0},"697":{"id":697,"name":"Damaged armour","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Damaged armour","wiki_url":"https://oldschool.runescape.wiki/w/Damaged_armour","price":0},"698":{"id":698,"name":"Broken armour","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Broken armour","wiki_url":"https://oldschool.runescape.wiki/w/Broken_armour","price":0},"699":{"id":699,"name":"Stone tablet","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Stone tablet (The Dig Site)","wiki_url":"https://oldschool.runescape.wiki/w/Stone_tablet_(The_Dig_Site)","price":0},"700":{"id":700,"name":"Chemical powder","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ammonium nitrate (Chemical powder)","wiki_url":"https://oldschool.runescape.wiki/w/Ammonium_nitrate#Chemical_powder","price":0},"701":{"id":701,"name":"Ammonium nitrate","members":true,"cost":1,"wiki_name":"Ammonium nitrate (Ammonium nitrate)","wiki_url":"https://oldschool.runescape.wiki/w/Ammonium_nitrate#Ammonium_nitrate","price":0},"702":{"id":702,"name":"Unidentified liquid","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Nitroglycerin (Unidentified liquid)","wiki_url":"https://oldschool.runescape.wiki/w/Nitroglycerin#Unidentified_liquid","price":0},"703":{"id":703,"name":"Nitroglycerin","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Nitroglycerin (Nitroglycerin)","wiki_url":"https://oldschool.runescape.wiki/w/Nitroglycerin#Nitroglycerin","price":0},"704":{"id":704,"name":"Ground charcoal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ground charcoal","wiki_url":"https://oldschool.runescape.wiki/w/Ground_charcoal","price":0},"705":{"id":705,"name":"Mixed chemicals","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mixed chemicals (Step 1)","wiki_url":"https://oldschool.runescape.wiki/w/Mixed_chemicals#Step_1","price":0},"706":{"id":706,"name":"Mixed chemicals","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mixed chemicals (Step 2)","wiki_url":"https://oldschool.runescape.wiki/w/Mixed_chemicals#Step_2","price":0},"707":{"id":707,"name":"Chemical compound","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chemical compound","wiki_url":"https://oldschool.runescape.wiki/w/Chemical_compound","price":0},"708":{"id":708,"name":"Arcenia root","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Arcenia root","wiki_url":"https://oldschool.runescape.wiki/w/Arcenia_root","price":0},"709":{"id":709,"name":"Chest key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chest key (Digsite)","wiki_url":"https://oldschool.runescape.wiki/w/Chest_key_(Digsite)","price":0},"710":{"id":710,"name":"Vase","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Vase (Digsite)","wiki_url":"https://oldschool.runescape.wiki/w/Vase_(Digsite)","price":0},"711":{"id":711,"name":"Book on chemicals","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Book on chemicals","wiki_url":"https://oldschool.runescape.wiki/w/Book_on_chemicals","price":0},"712":{"id":712,"name":"Cup of tea","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cup of tea (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Cup_of_tea_(unobtainable_item)","price":0},"713":{"id":713,"name":"Clue scroll","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Enjifern","wiki_url":"https://oldschool.runescape.wiki/w/Enjifern","price":0},"714":{"id":714,"name":"Radimus notes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Radimus notes (Incomplete)","wiki_url":"https://oldschool.runescape.wiki/w/Radimus_notes#Incomplete","price":0},"715":{"id":715,"name":"Radimus notes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Radimus notes (Complete)","wiki_url":"https://oldschool.runescape.wiki/w/Radimus_notes#Complete","price":0},"716":{"id":716,"name":"Bullroarer","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bullroarer","wiki_url":"https://oldschool.runescape.wiki/w/Bullroarer","price":0},"717":{"id":717,"name":"Scrawled note","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Scrawled note","wiki_url":"https://oldschool.runescape.wiki/w/Scrawled_note","price":0},"718":{"id":718,"name":"A scribbled note","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"A scribbled note","wiki_url":"https://oldschool.runescape.wiki/w/A_scribbled_note","price":0},"719":{"id":719,"name":"Scrumpled note","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Scrumpled note","wiki_url":"https://oldschool.runescape.wiki/w/Scrumpled_note","price":0},"720":{"id":720,"name":"Sketch","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Sketch","wiki_url":"https://oldschool.runescape.wiki/w/Sketch","price":0},"721":{"id":721,"name":"Gold bowl","members":true,"cost":700,"lowalch":280,"highalch":420,"wiki_name":"Gold bowl","wiki_url":"https://oldschool.runescape.wiki/w/Gold_bowl","price":0},"722":{"id":722,"name":"Blessed gold bowl","members":true,"cost":700,"lowalch":280,"highalch":420,"wiki_name":"Blessed gold bowl","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_gold_bowl","price":0},"723":{"id":723,"name":"Golden bowl","members":true,"cost":700,"lowalch":280,"highalch":420,"wiki_name":"Golden bowl (Water)","wiki_url":"https://oldschool.runescape.wiki/w/Golden_bowl#Water","price":0},"724":{"id":724,"name":"Golden bowl","members":true,"cost":700,"lowalch":280,"highalch":420,"wiki_name":"Golden bowl (Pure water)","wiki_url":"https://oldschool.runescape.wiki/w/Golden_bowl#Pure_water","price":0},"725":{"id":725,"name":"Golden bowl","members":true,"cost":700,"lowalch":280,"highalch":420,"wiki_name":"Golden bowl (Blessed water)","wiki_url":"https://oldschool.runescape.wiki/w/Golden_bowl#Blessed_water","price":0},"726":{"id":726,"name":"Golden bowl","members":true,"cost":700,"lowalch":280,"highalch":420,"wiki_name":"Golden bowl (Blessed pure water)","wiki_url":"https://oldschool.runescape.wiki/w/Golden_bowl#Blessed_pure_water","price":0},"727":{"id":727,"name":"Hollow reed","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Hollow reed","wiki_url":"https://oldschool.runescape.wiki/w/Hollow_reed","price":0},"728":{"id":728,"name":"Hollow reed","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Hollow reed (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Hollow_reed_(unobtainable_item)","price":0},"729":{"id":729,"name":"Shaman's tome","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shaman's tome","wiki_url":"https://oldschool.runescape.wiki/w/Shaman's_tome","price":0},"730":{"id":730,"name":"Binding book","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Binding book","wiki_url":"https://oldschool.runescape.wiki/w/Binding_book","price":0},"731":{"id":731,"name":"Enchanted vial","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Enchanted vial","wiki_url":"https://oldschool.runescape.wiki/w/Enchanted_vial","price":0},"732":{"id":732,"name":"Holy water","members":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Holy water","wiki_url":"https://oldschool.runescape.wiki/w/Holy_water","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":6,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":12,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"733":{"id":733,"name":"Smashed glass","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Smashed glass","wiki_url":"https://oldschool.runescape.wiki/w/Smashed_glass","price":0},"735":{"id":735,"name":"Yommi tree seeds","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Yommi tree seeds (Ungerminated)","wiki_url":"https://oldschool.runescape.wiki/w/Yommi_tree_seeds#Ungerminated","price":0},"736":{"id":736,"name":"Yommi tree seeds","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Yommi tree seeds (Germinated)","wiki_url":"https://oldschool.runescape.wiki/w/Yommi_tree_seeds#Germinated","price":0},"737":{"id":737,"name":"Snakeweed mixture","members":true,"cost":1,"wiki_name":"Snakeweed mixture","wiki_url":"https://oldschool.runescape.wiki/w/Snakeweed_mixture","price":0},"738":{"id":738,"name":"Ardrigal mixture","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ardrigal mixture","wiki_url":"https://oldschool.runescape.wiki/w/Ardrigal_mixture","price":0},"739":{"id":739,"name":"Bravery potion","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bravery potion","wiki_url":"https://oldschool.runescape.wiki/w/Bravery_potion","price":0},"740":{"id":740,"name":"Blue hat","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Blue hat (Legends' Quest)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_hat_(Legends'_Quest)","price":0},"741":{"id":741,"name":"Chunk of crystal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chunk of crystal","wiki_url":"https://oldschool.runescape.wiki/w/Chunk_of_crystal","price":0},"742":{"id":742,"name":"Hunk of crystal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Hunk of crystal","wiki_url":"https://oldschool.runescape.wiki/w/Hunk_of_crystal","price":0},"743":{"id":743,"name":"Lump of crystal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Lump of crystal","wiki_url":"https://oldschool.runescape.wiki/w/Lump_of_crystal","price":0},"744":{"id":744,"name":"Heart crystal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Heart crystal (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Heart_crystal#Inactive","price":0},"745":{"id":745,"name":"Heart crystal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Heart crystal (Activated)","wiki_url":"https://oldschool.runescape.wiki/w/Heart_crystal#Activated","price":0},"746":{"id":746,"name":"Dark dagger","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dark dagger","wiki_url":"https://oldschool.runescape.wiki/w/Dark_dagger","equipment":{"attack_stab":5,"attack_slash":3,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"747":{"id":747,"name":"Glowing dagger","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Glowing dagger","wiki_url":"https://oldschool.runescape.wiki/w/Glowing_dagger","equipment":{"attack_stab":5,"attack_slash":3,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"748":{"id":748,"name":"Holy force","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Holy force","wiki_url":"https://oldschool.runescape.wiki/w/Holy_force","price":0},"749":{"id":749,"name":"Yommi totem","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Yommi totem","wiki_url":"https://oldschool.runescape.wiki/w/Yommi_totem","price":0},"750":{"id":750,"name":"Gilded totem","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gilded totem","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_totem","price":0},"751":{"id":751,"name":"Gnomeball","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":150,"wiki_name":"Gnomeball","wiki_url":"https://oldschool.runescape.wiki/w/Gnomeball","price":15623},"753":{"id":753,"name":"Cadava berries","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":600,"wiki_name":"Cadava berries","wiki_url":"https://oldschool.runescape.wiki/w/Cadava_berries","price":169},"755":{"id":755,"name":"Message","cost":5,"lowalch":2,"highalch":3,"wiki_name":"Message (Romeo & Juliet)","wiki_url":"https://oldschool.runescape.wiki/w/Message_(Romeo_&_Juliet)","price":0},"756":{"id":756,"name":"Cadava potion","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cadava potion","wiki_url":"https://oldschool.runescape.wiki/w/Cadava_potion","price":0},"757":{"id":757,"name":"Book","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Book (Shield of Arrav)","wiki_url":"https://oldschool.runescape.wiki/w/Book_(Shield_of_Arrav)","price":0},"758":{"id":758,"name":"Phoenix hq key","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Phoenix hq key","wiki_url":"https://oldschool.runescape.wiki/w/Phoenix_hq_key","price":0},"759":{"id":759,"name":"Weapon store key","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Weapon store key","wiki_url":"https://oldschool.runescape.wiki/w/Weapon_store_key","price":0},"761":{"id":761,"name":"Intel report","cost":5,"lowalch":2,"highalch":3,"wiki_name":"Intel report","wiki_url":"https://oldschool.runescape.wiki/w/Intel_report","price":0},"762":{"id":762,"name":"Falador shield","incomplete":true,"cost":0,"lowalch":0,"highalch":0,"price":0},"763":{"id":763,"name":"Broken shield","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Broken shield (Left)","wiki_url":"https://oldschool.runescape.wiki/w/Broken_shield#Left","price":0},"764":{"id":764,"name":"Coal bag","cost":100,"lowalch":40,"highalch":60,"wiki_name":"Coal bag (Closed)","wiki_url":"https://oldschool.runescape.wiki/w/Coal_bag#Closed","price":0},"765":{"id":765,"name":"Broken shield","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Broken shield (Right)","wiki_url":"https://oldschool.runescape.wiki/w/Broken_shield#Right","price":0},"766":{"id":766,"name":"Gem bag","cost":100,"lowalch":40,"highalch":60,"wiki_name":"Gem bag (Closed)","wiki_url":"https://oldschool.runescape.wiki/w/Gem_bag#Closed","price":0},"767":{"id":767,"name":"Phoenix crossbow","tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Phoenix crossbow","wiki_url":"https://oldschool.runescape.wiki/w/Phoenix_crossbow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":6,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":1}},"weapon":{"attack_speed":6,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"769":{"id":769,"name":"Certificate","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Certificate (Shield of Arrav)","wiki_url":"https://oldschool.runescape.wiki/w/Certificate_(Shield_of_Arrav)","price":0},"770":{"id":770,"name":"Ardougne cloak","incomplete":true,"cost":0,"lowalch":0,"highalch":0,"price":0},"771":{"id":771,"name":"Dramen branch","members":true,"cost":15,"lowalch":6,"highalch":9,"wiki_name":"Dramen branch","wiki_url":"https://oldschool.runescape.wiki/w/Dramen_branch","price":0},"772":{"id":772,"name":"Dramen staff","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":15,"lowalch":6,"highalch":9,"wiki_name":"Dramen staff","wiki_url":"https://oldschool.runescape.wiki/w/Dramen_staff","equipment":{"attack_stab":-1,"attack_slash":-1,"attack_crush":10,"attack_magic":10,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":10,"defence_ranged":0,"melee_strength":10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"773":{"id":773,"name":"'perfect' ring","members":true,"equipable":true,"equipable_by_player":true,"cost":2025,"lowalch":810,"highalch":1215,"wiki_name":"'perfect' ring","wiki_url":"https://oldschool.runescape.wiki/w/'perfect'_ring","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"774":{"id":774,"name":"'perfect' necklace","members":true,"equipable":true,"equipable_by_player":true,"cost":2175,"lowalch":870,"highalch":1305,"wiki_name":"'perfect' necklace","wiki_url":"https://oldschool.runescape.wiki/w/'perfect'_necklace","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"775":{"id":775,"name":"Cooking gauntlets","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cooking gauntlets","wiki_url":"https://oldschool.runescape.wiki/w/Cooking_gauntlets","equipment":{"attack_stab":2,"attack_slash":2,"attack_crush":2,"attack_magic":0,"attack_ranged":0,"defence_stab":8,"defence_slash":9,"defence_crush":7,"defence_magic":0,"defence_ranged":0,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"776":{"id":776,"name":"Goldsmith gauntlets","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Goldsmith gauntlets","wiki_url":"https://oldschool.runescape.wiki/w/Goldsmith_gauntlets","equipment":{"attack_stab":2,"attack_slash":2,"attack_crush":2,"attack_magic":0,"attack_ranged":0,"defence_stab":8,"defence_slash":9,"defence_crush":7,"defence_magic":0,"defence_ranged":0,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"777":{"id":777,"name":"Chaos gauntlets","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chaos gauntlets","wiki_url":"https://oldschool.runescape.wiki/w/Chaos_gauntlets","equipment":{"attack_stab":2,"attack_slash":2,"attack_crush":2,"attack_magic":0,"attack_ranged":0,"defence_stab":8,"defence_slash":9,"defence_crush":7,"defence_magic":0,"defence_ranged":0,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"778":{"id":778,"name":"Steel gauntlets","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Steel gauntlets","wiki_url":"https://oldschool.runescape.wiki/w/Steel_gauntlets","equipment":{"attack_stab":2,"attack_slash":2,"attack_crush":2,"attack_magic":0,"attack_ranged":0,"defence_stab":8,"defence_slash":9,"defence_crush":7,"defence_magic":0,"defence_ranged":0,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"779":{"id":779,"name":"Crest part","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crest part (Avan)","wiki_url":"https://oldschool.runescape.wiki/w/Crest_part#Avan","price":0},"780":{"id":780,"name":"Crest part","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crest part (Caleb)","wiki_url":"https://oldschool.runescape.wiki/w/Crest_part#Caleb","price":0},"781":{"id":781,"name":"Crest part","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crest part (Johnathon)","wiki_url":"https://oldschool.runescape.wiki/w/Crest_part#Johnathon","price":0},"782":{"id":782,"name":"Family crest","members":true,"cost":1,"wiki_name":"Family crest (item)","wiki_url":"https://oldschool.runescape.wiki/w/Family_crest_(item)","price":0},"783":{"id":783,"name":"Bark sample","members":true,"cost":2,"wiki_name":"Bark sample","wiki_url":"https://oldschool.runescape.wiki/w/Bark_sample","price":0},"784":{"id":784,"name":"Translation book","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Translation book","wiki_url":"https://oldschool.runescape.wiki/w/Translation_book","price":0},"785":{"id":785,"name":"Glough's journal","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Glough's journal","wiki_url":"https://oldschool.runescape.wiki/w/Glough's_journal","price":0},"786":{"id":786,"name":"Hazelmere's scroll","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Hazelmere's scroll","wiki_url":"https://oldschool.runescape.wiki/w/Hazelmere's_scroll","price":0},"787":{"id":787,"name":"Lumber order","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Lumber order","wiki_url":"https://oldschool.runescape.wiki/w/Lumber_order","price":0},"788":{"id":788,"name":"Glough's key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Glough's key","wiki_url":"https://oldschool.runescape.wiki/w/Glough's_key","price":0},"789":{"id":789,"name":"Twigs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Twigs (T)","wiki_url":"https://oldschool.runescape.wiki/w/Twigs#T","price":0},"790":{"id":790,"name":"Twigs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Twigs (U)","wiki_url":"https://oldschool.runescape.wiki/w/Twigs#U","price":0},"791":{"id":791,"name":"Twigs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Twigs (Z)","wiki_url":"https://oldschool.runescape.wiki/w/Twigs#Z","price":0},"792":{"id":792,"name":"Twigs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Twigs (O)","wiki_url":"https://oldschool.runescape.wiki/w/Twigs#O","price":0},"793":{"id":793,"name":"Daconia rock","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Daconia rock","wiki_url":"https://oldschool.runescape.wiki/w/Daconia_rock","price":0},"794":{"id":794,"name":"Invasion plans","members":true,"cost":2,"wiki_name":"Invasion plans","wiki_url":"https://oldschool.runescape.wiki/w/Invasion_plans","price":0},"795":{"id":795,"name":"War ship","cost":2,"lowalch":0,"highalch":1,"wiki_name":"War ship","wiki_url":"https://oldschool.runescape.wiki/w/War_ship","price":0},"800":{"id":800,"name":"Bronze thrownaxe","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":7000,"wiki_name":"Bronze thrownaxe","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_thrownaxe","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":4,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":5,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":1}},"weapon":{"attack_speed":5,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"801":{"id":801,"name":"Iron thrownaxe","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":7,"lowalch":2,"highalch":4,"buy_limit":7000,"wiki_name":"Iron thrownaxe","wiki_url":"https://oldschool.runescape.wiki/w/Iron_thrownaxe","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":5,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":7,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":1}},"weapon":{"attack_speed":5,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":11},"802":{"id":802,"name":"Steel thrownaxe","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":26,"lowalch":10,"highalch":15,"buy_limit":7000,"wiki_name":"Steel thrownaxe","wiki_url":"https://oldschool.runescape.wiki/w/Steel_thrownaxe","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":8,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":11,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":5}},"weapon":{"attack_speed":5,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"803":{"id":803,"name":"Mithril thrownaxe","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":70,"lowalch":28,"highalch":42,"buy_limit":7000,"wiki_name":"Mithril thrownaxe","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_thrownaxe","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":12,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":16,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":20}},"weapon":{"attack_speed":5,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":61},"804":{"id":804,"name":"Adamant thrownaxe","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":176,"lowalch":70,"highalch":105,"buy_limit":11000,"wiki_name":"Adamant thrownaxe","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_thrownaxe","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":17,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":23,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":30}},"weapon":{"attack_speed":5,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":326},"805":{"id":805,"name":"Rune thrownaxe","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":440,"lowalch":176,"highalch":264,"buy_limit":11000,"wiki_name":"Rune thrownaxe","wiki_url":"https://oldschool.runescape.wiki/w/Rune_thrownaxe","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":26,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":36,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":40}},"weapon":{"attack_speed":5,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":132},"806":{"id":806,"name":"Bronze dart","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":7000,"wiki_name":"Bronze dart (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_dart#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":1,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":1}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":15},"807":{"id":807,"name":"Iron dart","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":7000,"wiki_name":"Iron dart (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_dart#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":2,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":1}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":77},"808":{"id":808,"name":"Steel dart","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":7000,"wiki_name":"Steel dart (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_dart#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":3,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":5}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":3},"809":{"id":809,"name":"Mithril dart","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":25,"lowalch":10,"highalch":15,"buy_limit":7000,"wiki_name":"Mithril dart (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_dart#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":9,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":20}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":8},"810":{"id":810,"name":"Adamant dart","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":65,"lowalch":26,"highalch":39,"buy_limit":11000,"wiki_name":"Adamant dart (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_dart#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":17,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":30}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":27},"811":{"id":811,"name":"Rune dart","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":350,"lowalch":140,"highalch":210,"buy_limit":11000,"wiki_name":"Rune dart (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_dart#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":26,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":40}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":106},"812":{"id":812,"name":"Bronze dart(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":7000,"wiki_name":"Bronze dart (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_dart#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":1,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":1}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":2400},"813":{"id":813,"name":"Iron dart (p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":7000,"wiki_name":"Iron dart (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_dart#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":2,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":1}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":300},"814":{"id":814,"name":"Steel dart(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":7000,"wiki_name":"Steel dart (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_dart#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":3,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":5}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":226},"815":{"id":815,"name":"Mithril dart(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":25,"lowalch":10,"highalch":15,"buy_limit":7000,"wiki_name":"Mithril dart (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_dart#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":9,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":20}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":140},"816":{"id":816,"name":"Adamant dart(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":65,"lowalch":26,"highalch":39,"buy_limit":11000,"wiki_name":"Adamant dart (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_dart#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":17,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":30}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":26},"817":{"id":817,"name":"Rune dart(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":350,"lowalch":140,"highalch":210,"buy_limit":11000,"wiki_name":"Rune dart (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_dart#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":26,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":40}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":128},"818":{"id":818,"name":"Poisoned dart(p)","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Poisoned dart(p)","wiki_url":"https://oldschool.runescape.wiki/w/Poisoned_dart(p)","price":0},"819":{"id":819,"name":"Bronze dart tip","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Bronze dart tip","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_dart_tip","price":37},"820":{"id":820,"name":"Iron dart tip","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":13000,"wiki_name":"Iron dart tip","wiki_url":"https://oldschool.runescape.wiki/w/Iron_dart_tip","price":64},"821":{"id":821,"name":"Steel dart tip","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":13000,"wiki_name":"Steel dart tip","wiki_url":"https://oldschool.runescape.wiki/w/Steel_dart_tip","price":25},"822":{"id":822,"name":"Mithril dart tip","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":12,"lowalch":4,"highalch":7,"buy_limit":20000,"wiki_name":"Mithril dart tip","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_dart_tip","price":71},"823":{"id":823,"name":"Adamant dart tip","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":36,"lowalch":14,"highalch":21,"buy_limit":20000,"wiki_name":"Adamant dart tip","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_dart_tip","price":189},"824":{"id":824,"name":"Rune dart tip","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":175,"lowalch":70,"highalch":105,"buy_limit":11000,"wiki_name":"Rune dart tip","wiki_url":"https://oldschool.runescape.wiki/w/Rune_dart_tip","price":391},"825":{"id":825,"name":"Bronze javelin","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":7000,"wiki_name":"Bronze javelin (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_javelin#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":25,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":66},"826":{"id":826,"name":"Iron javelin","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":6,"lowalch":2,"highalch":3,"buy_limit":7000,"wiki_name":"Iron javelin (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_javelin#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":42,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":2},"827":{"id":827,"name":"Steel javelin","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":24,"lowalch":9,"highalch":14,"buy_limit":7000,"wiki_name":"Steel javelin (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_javelin#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":64,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":5}},"price":2},"828":{"id":828,"name":"Mithril javelin","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":64,"lowalch":25,"highalch":38,"buy_limit":7000,"wiki_name":"Mithril javelin (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_javelin#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":85,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":20}},"price":16},"829":{"id":829,"name":"Adamant javelin","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":11000,"wiki_name":"Adamant javelin (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_javelin#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":107,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":30}},"price":66},"830":{"id":830,"name":"Rune javelin","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":11000,"wiki_name":"Rune javelin (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_javelin#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":124,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":40}},"price":135},"831":{"id":831,"name":"Bronze javelin(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":7000,"wiki_name":"Bronze javelin (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_javelin#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":25,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":300},"832":{"id":832,"name":"Iron javelin(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":6,"lowalch":2,"highalch":3,"buy_limit":7000,"wiki_name":"Iron javelin (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_javelin#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":42,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":0},"833":{"id":833,"name":"Steel javelin(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":24,"lowalch":9,"highalch":14,"buy_limit":7000,"wiki_name":"Steel javelin (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_javelin#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":64,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":5}},"price":90},"834":{"id":834,"name":"Mithril javelin(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":64,"lowalch":25,"highalch":38,"buy_limit":7000,"wiki_name":"Mithril javelin (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_javelin#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":85,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":20}},"price":698},"835":{"id":835,"name":"Adamant javelin(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":11000,"wiki_name":"Adamant javelin (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_javelin#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":107,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":30}},"price":198},"836":{"id":836,"name":"Rune javelin(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":7000,"wiki_name":"Rune javelin (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_javelin#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":124,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":40}},"price":443},"837":{"id":837,"name":"Crossbow","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":70,"lowalch":28,"highalch":42,"buy_limit":125,"wiki_name":"Crossbow","wiki_url":"https://oldschool.runescape.wiki/w/Crossbow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":6,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":1}},"weapon":{"attack_speed":6,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":775},"839":{"id":839,"name":"Longbow","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":18000,"wiki_name":"Longbow","wiki_url":"https://oldschool.runescape.wiki/w/Longbow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":8,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":1}},"weapon":{"attack_speed":6,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":21},"841":{"id":841,"name":"Shortbow","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":18000,"wiki_name":"Shortbow","wiki_url":"https://oldschool.runescape.wiki/w/Shortbow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":8,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":1}},"weapon":{"attack_speed":4,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":60},"843":{"id":843,"name":"Oak shortbow","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":18000,"wiki_name":"Oak shortbow","wiki_url":"https://oldschool.runescape.wiki/w/Oak_shortbow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":14,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":5}},"weapon":{"attack_speed":4,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":53},"845":{"id":845,"name":"Oak longbow","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":18000,"wiki_name":"Oak longbow","wiki_url":"https://oldschool.runescape.wiki/w/Oak_longbow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":14,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":5}},"weapon":{"attack_speed":6,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":80},"847":{"id":847,"name":"Willow longbow","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":320,"lowalch":128,"highalch":192,"buy_limit":18000,"wiki_name":"Willow longbow","wiki_url":"https://oldschool.runescape.wiki/w/Willow_longbow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":20,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":20}},"weapon":{"attack_speed":6,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":135},"849":{"id":849,"name":"Willow shortbow","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":18000,"wiki_name":"Willow shortbow","wiki_url":"https://oldschool.runescape.wiki/w/Willow_shortbow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":20,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":20}},"weapon":{"attack_speed":4,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":78},"851":{"id":851,"name":"Maple longbow","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":640,"lowalch":256,"highalch":384,"buy_limit":18000,"wiki_name":"Maple longbow","wiki_url":"https://oldschool.runescape.wiki/w/Maple_longbow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":29,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":30}},"weapon":{"attack_speed":6,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":276},"853":{"id":853,"name":"Maple shortbow","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":18000,"wiki_name":"Maple shortbow","wiki_url":"https://oldschool.runescape.wiki/w/Maple_shortbow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":29,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":30}},"weapon":{"attack_speed":4,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":153},"855":{"id":855,"name":"Yew longbow","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1280,"lowalch":512,"highalch":768,"buy_limit":18000,"wiki_name":"Yew longbow","wiki_url":"https://oldschool.runescape.wiki/w/Yew_longbow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":47,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":40}},"weapon":{"attack_speed":6,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":525},"857":{"id":857,"name":"Yew shortbow","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":800,"lowalch":320,"highalch":480,"buy_limit":18000,"wiki_name":"Yew shortbow","wiki_url":"https://oldschool.runescape.wiki/w/Yew_shortbow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":47,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":40}},"weapon":{"attack_speed":4,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":364},"859":{"id":859,"name":"Magic longbow","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":2560,"lowalch":1024,"highalch":1536,"buy_limit":18000,"wiki_name":"Magic longbow","wiki_url":"https://oldschool.runescape.wiki/w/Magic_longbow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":69,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":50}},"weapon":{"attack_speed":6,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":1157},"861":{"id":861,"name":"Magic shortbow","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1600,"lowalch":640,"highalch":960,"buy_limit":18000,"wiki_name":"Magic shortbow","wiki_url":"https://oldschool.runescape.wiki/w/Magic_shortbow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":69,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":50}},"weapon":{"attack_speed":4,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":818},"863":{"id":863,"name":"Iron knife","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":7000,"wiki_name":"Iron knife (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_knife#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":5,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":4,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":1}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":55},"864":{"id":864,"name":"Bronze knife","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":7000,"wiki_name":"Bronze knife (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_knife#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":4,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":3,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":1}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":54},"865":{"id":865,"name":"Steel knife","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":11,"lowalch":4,"highalch":6,"buy_limit":7000,"wiki_name":"Steel knife (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_knife#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":8,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":7,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":5}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":44},"866":{"id":866,"name":"Mithril knife","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":27,"lowalch":10,"highalch":16,"buy_limit":7000,"wiki_name":"Mithril knife (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_knife#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":11,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":10,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":20}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":123},"867":{"id":867,"name":"Adamant knife","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":66,"lowalch":26,"highalch":39,"buy_limit":11000,"wiki_name":"Adamant knife (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_knife#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":15,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":14,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":30}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":286},"868":{"id":868,"name":"Rune knife","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":167,"lowalch":66,"highalch":100,"buy_limit":11000,"wiki_name":"Rune knife (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_knife#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":25,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":24,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":40}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":142},"869":{"id":869,"name":"Black knife","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":19,"lowalch":7,"highalch":11,"buy_limit":7000,"wiki_name":"Black knife (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Black_knife#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":10,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":8,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":10}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":55},"870":{"id":870,"name":"Bronze knife(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":7000,"wiki_name":"Bronze knife (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_knife#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":4,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":3,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":1}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":2},"871":{"id":871,"name":"Iron knife(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":7000,"wiki_name":"Iron knife (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_knife#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":5,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":4,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":1}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":242},"872":{"id":872,"name":"Steel knife(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":7000,"wiki_name":"Steel knife (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_knife#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":8,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":7,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":5}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":144},"873":{"id":873,"name":"Mithril knife(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":27,"lowalch":10,"highalch":16,"buy_limit":7000,"wiki_name":"Mithril knife (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_knife#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":11,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":10,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":20}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":99},"874":{"id":874,"name":"Black knife(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":18,"lowalch":7,"highalch":10,"buy_limit":7000,"wiki_name":"Black knife (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Black_knife#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":10,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":8,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":10}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":285},"875":{"id":875,"name":"Adamant knife(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":66,"lowalch":26,"highalch":39,"buy_limit":11000,"wiki_name":"Adamant knife (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_knife#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":15,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":14,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":30}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":422},"876":{"id":876,"name":"Rune knife(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":166,"lowalch":66,"highalch":99,"buy_limit":7000,"wiki_name":"Rune knife (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_knife#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":25,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":24,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":40}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":283},"877":{"id":877,"name":"Bronze bolts","tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"buy_limit":7000,"wiki_name":"Bronze bolts (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_bolts#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":10,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":4},"878":{"id":878,"name":"Bronze bolts (p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"buy_limit":11000,"wiki_name":"Bronze bolts (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_bolts#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":10,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":74},"879":{"id":879,"name":"Opal bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":7,"lowalch":2,"highalch":4,"buy_limit":11000,"wiki_name":"Opal bolts","wiki_url":"https://oldschool.runescape.wiki/w/Opal_bolts","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":14,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":200},"880":{"id":880,"name":"Pearl bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":13,"lowalch":5,"highalch":7,"buy_limit":11000,"wiki_name":"Pearl bolts","wiki_url":"https://oldschool.runescape.wiki/w/Pearl_bolts","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":48,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":1},"881":{"id":881,"name":"Barbed bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":7000,"wiki_name":"Barbed bolts","wiki_url":"https://oldschool.runescape.wiki/w/Barbed_bolts","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":12,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":79},"882":{"id":882,"name":"Bronze arrow","tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":7000,"wiki_name":"Bronze arrow (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_arrow#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":7,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":4},"883":{"id":883,"name":"Bronze arrow(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":7000,"wiki_name":"Bronze arrow (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_arrow#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":7,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":142},"884":{"id":884,"name":"Iron arrow","tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":7000,"wiki_name":"Iron arrow (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_arrow#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":10,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":8},"885":{"id":885,"name":"Iron arrow(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":7000,"wiki_name":"Iron arrow (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_arrow#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":10,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":75},"886":{"id":886,"name":"Steel arrow","tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":12,"lowalch":4,"highalch":7,"buy_limit":7000,"wiki_name":"Steel arrow (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_arrow#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":16,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":5}},"price":27},"887":{"id":887,"name":"Steel arrow(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":12,"lowalch":4,"highalch":7,"buy_limit":7000,"wiki_name":"Steel arrow (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_arrow#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":16,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":5}},"price":69},"888":{"id":888,"name":"Mithril arrow","tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":32,"lowalch":12,"highalch":19,"buy_limit":7000,"wiki_name":"Mithril arrow (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_arrow#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":22,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":20}},"price":4},"889":{"id":889,"name":"Mithril arrow(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":32,"lowalch":12,"highalch":19,"buy_limit":7000,"wiki_name":"Mithril arrow (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_arrow#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":22,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":20}},"price":164},"890":{"id":890,"name":"Adamant arrow","tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":11000,"wiki_name":"Adamant arrow (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_arrow#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":31,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":30}},"price":11},"891":{"id":891,"name":"Adamant arrow(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":11000,"wiki_name":"Adamant arrow (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_arrow#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":31,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":30}},"price":144},"892":{"id":892,"name":"Rune arrow","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":11000,"wiki_name":"Rune arrow (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_arrow#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":49,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":40}},"price":81},"893":{"id":893,"name":"Rune arrow(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":11000,"wiki_name":"Rune arrow (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_arrow#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":49,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":40}},"price":232},"942":{"id":942,"name":"Bronze fire arrow (lit)","members":true,"tradeable":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Bronze fire arrow (Lit)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_fire_arrow#Lit","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":7,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":0},"943":{"id":943,"name":"Worm","members":true,"noteable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Worm","wiki_url":"https://oldschool.runescape.wiki/w/Worm","price":0},"945":{"id":945,"name":"Throwing rope","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Throwing rope","wiki_url":"https://oldschool.runescape.wiki/w/Throwing_rope","price":0},"946":{"id":946,"name":"Knife","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":6,"lowalch":2,"highalch":3,"buy_limit":40,"wiki_name":"Knife","wiki_url":"https://oldschool.runescape.wiki/w/Knife","price":48},"948":{"id":948,"name":"Bear fur","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":18000,"wiki_name":"Bear fur","wiki_url":"https://oldschool.runescape.wiki/w/Bear_fur","price":307},"950":{"id":950,"name":"Silk","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":18000,"wiki_name":"Silk","wiki_url":"https://oldschool.runescape.wiki/w/Silk","price":56},"952":{"id":952,"name":"Spade","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":40,"wiki_name":"Spade","wiki_url":"https://oldschool.runescape.wiki/w/Spade","price":171},"954":{"id":954,"name":"Rope","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":18,"lowalch":7,"highalch":10,"buy_limit":250,"wiki_name":"Rope","wiki_url":"https://oldschool.runescape.wiki/w/Rope","price":69},"956":{"id":956,"name":"Flyer","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Flyer (Regular)","wiki_url":"https://oldschool.runescape.wiki/w/Flyer#Regular","price":0},"958":{"id":958,"name":"Grey wolf fur","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":18000,"wiki_name":"Grey wolf fur","wiki_url":"https://oldschool.runescape.wiki/w/Grey_wolf_fur","price":191},"960":{"id":960,"name":"Plank","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Plank","wiki_url":"https://oldschool.runescape.wiki/w/Plank","price":326},"962":{"id":962,"name":"Christmas cracker","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Christmas cracker","wiki_url":"https://oldschool.runescape.wiki/w/Christmas_cracker","price":724397},"964":{"id":964,"name":"Skull","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Skull (item)","wiki_url":"https://oldschool.runescape.wiki/w/Skull_(item)","price":0},"965":{"id":965,"name":"Skull","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Skull (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Skull_(unobtainable_item)","price":0},"966":{"id":966,"name":"Tile","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tile","wiki_url":"https://oldschool.runescape.wiki/w/Tile","price":0},"968":{"id":968,"name":"Rock","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rock (limestone)","wiki_url":"https://oldschool.runescape.wiki/w/Rock_(limestone)","price":0},"970":{"id":970,"name":"Papyrus","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":13000,"wiki_name":"Papyrus","wiki_url":"https://oldschool.runescape.wiki/w/Papyrus","price":471},"972":{"id":972,"name":"Papyrus","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Papyrus (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Papyrus_(unobtainable_item)","price":0},"973":{"id":973,"name":"Charcoal","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":45,"lowalch":18,"highalch":27,"buy_limit":13000,"wiki_name":"Charcoal","wiki_url":"https://oldschool.runescape.wiki/w/Charcoal","price":227},"975":{"id":975,"name":"Machete","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":15,"wiki_name":"Machete","wiki_url":"https://oldschool.runescape.wiki/w/Machete","equipment":{"attack_stab":0,"attack_slash":6,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":5,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":447},"977":{"id":977,"name":"Cooking pot","noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cooking pot","wiki_url":"https://oldschool.runescape.wiki/w/Cooking_pot","price":0},"981":{"id":981,"name":"Disk of returning","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":120,"lowalch":48,"highalch":72,"buy_limit":50,"wiki_name":"Disk of returning","wiki_url":"https://oldschool.runescape.wiki/w/Disk_of_returning","price":18315},"983":{"id":983,"name":"Brass key","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":15,"wiki_name":"Brass key","wiki_url":"https://oldschool.runescape.wiki/w/Brass_key","price":475},"985":{"id":985,"name":"Tooth half of key","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":11000,"wiki_name":"Tooth half of key","wiki_url":"https://oldschool.runescape.wiki/w/Tooth_half_of_key","price":9825},"987":{"id":987,"name":"Loop half of key","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":11000,"wiki_name":"Loop half of key","wiki_url":"https://oldschool.runescape.wiki/w/Loop_half_of_key","price":9942},"989":{"id":989,"name":"Crystal key","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":11000,"wiki_name":"Crystal key","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_key","price":19857},"991":{"id":991,"name":"Muddy key","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":11000,"wiki_name":"Muddy key","wiki_url":"https://oldschool.runescape.wiki/w/Muddy_key","price":8715},"993":{"id":993,"name":"Sinister key","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":11000,"wiki_name":"Sinister key","wiki_url":"https://oldschool.runescape.wiki/w/Sinister_key","price":32389},"995":{"id":995,"name":"Coins","tradeable":true,"stackable":true,"cost":1,"wiki_name":"Coins","wiki_url":"https://oldschool.runescape.wiki/w/Coins","price":1},"1005":{"id":1005,"name":"White apron","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":150,"wiki_name":"White apron","wiki_url":"https://oldschool.runescape.wiki/w/White_apron","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":68},"1007":{"id":1007,"name":"Red cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":150,"wiki_name":"Red cape","wiki_url":"https://oldschool.runescape.wiki/w/Red_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":65},"1009":{"id":1009,"name":"Brass necklace","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":150,"wiki_name":"Brass necklace","wiki_url":"https://oldschool.runescape.wiki/w/Brass_necklace","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":222},"1011":{"id":1011,"name":"Blue skirt","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":150,"wiki_name":"Blue skirt","wiki_url":"https://oldschool.runescape.wiki/w/Blue_skirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":81},"1013":{"id":1013,"name":"Pink skirt","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":150,"wiki_name":"Pink skirt","wiki_url":"https://oldschool.runescape.wiki/w/Pink_skirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":63},"1015":{"id":1015,"name":"Black skirt","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":150,"wiki_name":"Black skirt","wiki_url":"https://oldschool.runescape.wiki/w/Black_skirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":75},"1017":{"id":1017,"name":"Wizard hat","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":125,"wiki_name":"Wizard hat","wiki_url":"https://oldschool.runescape.wiki/w/Wizard_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":2,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":2,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":760},"1019":{"id":1019,"name":"Black cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":7,"lowalch":2,"highalch":4,"buy_limit":150,"wiki_name":"Black cape","wiki_url":"https://oldschool.runescape.wiki/w/Black_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":621},"1021":{"id":1021,"name":"Blue cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":32,"lowalch":12,"highalch":19,"buy_limit":150,"wiki_name":"Blue cape","wiki_url":"https://oldschool.runescape.wiki/w/Blue_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":169},"1023":{"id":1023,"name":"Yellow cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":32,"lowalch":12,"highalch":19,"buy_limit":150,"wiki_name":"Yellow cape","wiki_url":"https://oldschool.runescape.wiki/w/Yellow_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"1025":{"id":1025,"name":"Right eye patch","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":150,"wiki_name":"Right eye patch","wiki_url":"https://oldschool.runescape.wiki/w/Right_eye_patch","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":188},"1027":{"id":1027,"name":"Green cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":32,"lowalch":12,"highalch":19,"buy_limit":150,"wiki_name":"Green cape","wiki_url":"https://oldschool.runescape.wiki/w/Green_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":738},"1029":{"id":1029,"name":"Purple cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":32,"lowalch":12,"highalch":19,"buy_limit":150,"wiki_name":"Purple cape","wiki_url":"https://oldschool.runescape.wiki/w/Purple_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":1648},"1031":{"id":1031,"name":"Orange cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":32,"lowalch":12,"highalch":19,"buy_limit":150,"wiki_name":"Orange cape","wiki_url":"https://oldschool.runescape.wiki/w/Orange_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":1293},"1033":{"id":1033,"name":"Zamorak monk bottom","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":15,"wiki_name":"Zamorak monk bottom","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_monk_bottom","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":2,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"legs","requirements":null},"price":14500},"1035":{"id":1035,"name":"Zamorak monk top","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":15,"wiki_name":"Zamorak monk top","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_monk_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":2,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"body","requirements":null},"price":1934},"1037":{"id":1037,"name":"Bunny ears","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bunny ears","wiki_url":"https://oldschool.runescape.wiki/w/Bunny_ears","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"1038":{"id":1038,"name":"Red partyhat","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":5,"wiki_name":"Red partyhat","wiki_url":"https://oldschool.runescape.wiki/w/Red_partyhat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":7719},"1040":{"id":1040,"name":"Yellow partyhat","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":5,"wiki_name":"Yellow partyhat","wiki_url":"https://oldschool.runescape.wiki/w/Yellow_partyhat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":6766},"1042":{"id":1042,"name":"Blue partyhat","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":5,"wiki_name":"Blue partyhat","wiki_url":"https://oldschool.runescape.wiki/w/Blue_partyhat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":29750},"1044":{"id":1044,"name":"Green partyhat","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":5,"wiki_name":"Green partyhat","wiki_url":"https://oldschool.runescape.wiki/w/Green_partyhat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":10125},"1046":{"id":1046,"name":"Purple partyhat","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":5,"wiki_name":"Purple partyhat","wiki_url":"https://oldschool.runescape.wiki/w/Purple_partyhat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":10148},"1048":{"id":1048,"name":"White partyhat","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":5,"wiki_name":"White partyhat","wiki_url":"https://oldschool.runescape.wiki/w/White_partyhat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":7258},"1050":{"id":1050,"name":"Santa hat","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":5,"wiki_name":"Santa hat","wiki_url":"https://oldschool.runescape.wiki/w/Santa_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":14512},"1052":{"id":1052,"name":"Cape of legends","members":true,"equipable":true,"equipable_by_player":true,"cost":450,"lowalch":180,"highalch":270,"wiki_name":"Cape of legends","wiki_url":"https://oldschool.runescape.wiki/w/Cape_of_legends","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":7,"defence_slash":7,"defence_crush":7,"defence_magic":7,"defence_ranged":7,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"1053":{"id":1053,"name":"Green halloween mask","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":5,"wiki_name":"Green halloween mask","wiki_url":"https://oldschool.runescape.wiki/w/Green_halloween_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":17774},"1055":{"id":1055,"name":"Blue halloween mask","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":5,"wiki_name":"Blue halloween mask","wiki_url":"https://oldschool.runescape.wiki/w/Blue_halloween_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":10359},"1057":{"id":1057,"name":"Red halloween mask","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":5,"wiki_name":"Red halloween mask","wiki_url":"https://oldschool.runescape.wiki/w/Red_halloween_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":16987},"1059":{"id":1059,"name":"Leather gloves","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":6,"lowalch":2,"highalch":3,"buy_limit":125,"wiki_name":"Leather gloves","wiki_url":"https://oldschool.runescape.wiki/w/Leather_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"defence":1}},"price":34},"1061":{"id":1061,"name":"Leather boots","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":6,"lowalch":2,"highalch":3,"buy_limit":125,"wiki_name":"Leather boots","wiki_url":"https://oldschool.runescape.wiki/w/Leather_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"defence":1}},"price":50},"1063":{"id":1063,"name":"Leather vambraces","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":18,"lowalch":7,"highalch":10,"buy_limit":125,"wiki_name":"Leather vambraces","wiki_url":"https://oldschool.runescape.wiki/w/Leather_vambraces","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":4,"defence_stab":2,"defence_slash":2,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"defence":1}},"price":130},"1065":{"id":1065,"name":"Green d'hide vambraces","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2500,"lowalch":1000,"highalch":1500,"buy_limit":125,"wiki_name":"Green d'hide vambraces","wiki_url":"https://oldschool.runescape.wiki/w/Green_d'hide_vambraces","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":8,"defence_stab":1,"defence_slash":2,"defence_crush":2,"defence_magic":2,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"ranged":40}},"price":1539},"1067":{"id":1067,"name":"Iron platelegs","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":280,"lowalch":112,"highalch":168,"buy_limit":125,"wiki_name":"Iron platelegs","wiki_url":"https://oldschool.runescape.wiki/w/Iron_platelegs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":11,"defence_slash":10,"defence_crush":10,"defence_magic":-4,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":1}},"price":78},"1069":{"id":1069,"name":"Steel platelegs","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":125,"wiki_name":"Steel platelegs","wiki_url":"https://oldschool.runescape.wiki/w/Steel_platelegs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":17,"defence_slash":16,"defence_crush":15,"defence_magic":-4,"defence_ranged":16,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":5}},"price":635},"1071":{"id":1071,"name":"Mithril platelegs","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2600,"lowalch":1040,"highalch":1560,"buy_limit":125,"wiki_name":"Mithril platelegs","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_platelegs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":24,"defence_slash":22,"defence_crush":20,"defence_magic":-4,"defence_ranged":22,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":20}},"price":859},"1073":{"id":1073,"name":"Adamant platelegs","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":6400,"lowalch":2560,"highalch":3840,"buy_limit":125,"wiki_name":"Adamant platelegs","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_platelegs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":33,"defence_slash":31,"defence_crush":29,"defence_magic":-4,"defence_ranged":31,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":30}},"price":3269},"1075":{"id":1075,"name":"Bronze platelegs","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":125,"wiki_name":"Bronze platelegs","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_platelegs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":8,"defence_slash":7,"defence_crush":6,"defence_magic":-4,"defence_ranged":7,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":1}},"price":101},"1077":{"id":1077,"name":"Black platelegs","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1920,"lowalch":768,"highalch":1152,"buy_limit":125,"wiki_name":"Black platelegs","wiki_url":"https://oldschool.runescape.wiki/w/Black_platelegs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":21,"defence_slash":20,"defence_crush":19,"defence_magic":-4,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":10}},"price":1239},"1079":{"id":1079,"name":"Rune platelegs","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":64000,"lowalch":25600,"highalch":38400,"buy_limit":70,"wiki_name":"Rune platelegs","wiki_url":"https://oldschool.runescape.wiki/w/Rune_platelegs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":51,"defence_slash":49,"defence_crush":47,"defence_magic":-4,"defence_ranged":49,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":40}},"price":37907},"1081":{"id":1081,"name":"Iron plateskirt","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":280,"lowalch":112,"highalch":168,"buy_limit":125,"wiki_name":"Iron plateskirt","wiki_url":"https://oldschool.runescape.wiki/w/Iron_plateskirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":11,"defence_slash":10,"defence_crush":10,"defence_magic":-4,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":1}},"price":44},"1083":{"id":1083,"name":"Steel plateskirt","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":125,"wiki_name":"Steel plateskirt","wiki_url":"https://oldschool.runescape.wiki/w/Steel_plateskirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":17,"defence_slash":16,"defence_crush":15,"defence_magic":-4,"defence_ranged":16,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":5}},"price":475},"1085":{"id":1085,"name":"Mithril plateskirt","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2600,"lowalch":1040,"highalch":1560,"buy_limit":125,"wiki_name":"Mithril plateskirt","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_plateskirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":24,"defence_slash":22,"defence_crush":20,"defence_magic":-4,"defence_ranged":22,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":20}},"price":1198},"1087":{"id":1087,"name":"Bronze plateskirt","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":125,"wiki_name":"Bronze plateskirt","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_plateskirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":8,"defence_slash":7,"defence_crush":6,"defence_magic":-4,"defence_ranged":7,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":1}},"price":5},"1089":{"id":1089,"name":"Black plateskirt","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1920,"lowalch":768,"highalch":1152,"buy_limit":125,"wiki_name":"Black plateskirt","wiki_url":"https://oldschool.runescape.wiki/w/Black_plateskirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":21,"defence_slash":20,"defence_crush":19,"defence_magic":-4,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":10}},"price":987},"1091":{"id":1091,"name":"Adamant plateskirt","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":6400,"lowalch":2560,"highalch":3840,"buy_limit":125,"wiki_name":"Adamant plateskirt","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_plateskirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":33,"defence_slash":31,"defence_crush":29,"defence_magic":-4,"defence_ranged":31,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":30}},"price":3600},"1093":{"id":1093,"name":"Rune plateskirt","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":64000,"lowalch":25600,"highalch":38400,"buy_limit":70,"wiki_name":"Rune plateskirt","wiki_url":"https://oldschool.runescape.wiki/w/Rune_plateskirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":51,"defence_slash":49,"defence_crush":47,"defence_magic":-4,"defence_ranged":49,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":40}},"price":37927},"1095":{"id":1095,"name":"Leather chaps","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":125,"wiki_name":"Leather chaps","wiki_url":"https://oldschool.runescape.wiki/w/Leather_chaps","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":4,"defence_stab":2,"defence_slash":2,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"ranged":1,"defence":1}},"price":2},"1097":{"id":1097,"name":"Studded chaps","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":750,"lowalch":300,"highalch":450,"buy_limit":125,"wiki_name":"Studded chaps","wiki_url":"https://oldschool.runescape.wiki/w/Studded_chaps","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-5,"attack_ranged":6,"defence_stab":15,"defence_slash":16,"defence_crush":17,"defence_magic":6,"defence_ranged":16,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"ranged":20,"defence":1}},"price":240},"1099":{"id":1099,"name":"Green d'hide chaps","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3900,"lowalch":1560,"highalch":2340,"buy_limit":125,"wiki_name":"Green d'hide chaps","wiki_url":"https://oldschool.runescape.wiki/w/Green_d'hide_chaps","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":8,"defence_stab":12,"defence_slash":15,"defence_crush":18,"defence_magic":8,"defence_ranged":17,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"ranged":40}},"price":2124},"1101":{"id":1101,"name":"Iron chainbody","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":210,"lowalch":84,"highalch":126,"buy_limit":125,"wiki_name":"Iron chainbody","wiki_url":"https://oldschool.runescape.wiki/w/Iron_chainbody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":0,"defence_stab":10,"defence_slash":15,"defence_crush":19,"defence_magic":-3,"defence_ranged":12,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":1}},"price":100},"1103":{"id":1103,"name":"Bronze chainbody","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":60,"lowalch":24,"highalch":36,"buy_limit":125,"wiki_name":"Bronze chainbody","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_chainbody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":0,"defence_stab":7,"defence_slash":11,"defence_crush":13,"defence_magic":-3,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":1}},"price":65},"1105":{"id":1105,"name":"Steel chainbody","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":750,"lowalch":300,"highalch":450,"buy_limit":125,"wiki_name":"Steel chainbody","wiki_url":"https://oldschool.runescape.wiki/w/Steel_chainbody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":0,"defence_stab":17,"defence_slash":25,"defence_crush":30,"defence_magic":-3,"defence_ranged":19,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":5}},"price":296},"1107":{"id":1107,"name":"Black chainbody","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1440,"lowalch":576,"highalch":864,"buy_limit":125,"wiki_name":"Black chainbody","wiki_url":"https://oldschool.runescape.wiki/w/Black_chainbody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":0,"defence_stab":22,"defence_slash":32,"defence_crush":39,"defence_magic":-3,"defence_ranged":24,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":10}},"price":19999},"1109":{"id":1109,"name":"Mithril chainbody","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1950,"lowalch":780,"highalch":1170,"buy_limit":125,"wiki_name":"Mithril chainbody","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_chainbody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":0,"defence_stab":25,"defence_slash":35,"defence_crush":42,"defence_magic":-3,"defence_ranged":27,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":20}},"price":921},"1111":{"id":1111,"name":"Adamant chainbody","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":4800,"lowalch":1920,"highalch":2880,"buy_limit":125,"wiki_name":"Adamant chainbody","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_chainbody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":0,"defence_stab":36,"defence_slash":50,"defence_crush":61,"defence_magic":-3,"defence_ranged":38,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":30}},"price":2375},"1113":{"id":1113,"name":"Rune chainbody","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50000,"lowalch":20000,"highalch":30000,"buy_limit":70,"wiki_name":"Rune chainbody","wiki_url":"https://oldschool.runescape.wiki/w/Rune_chainbody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":0,"defence_stab":63,"defence_slash":72,"defence_crush":78,"defence_magic":-3,"defence_ranged":65,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":40}},"price":29601},"1115":{"id":1115,"name":"Iron platebody","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":560,"lowalch":224,"highalch":336,"buy_limit":125,"wiki_name":"Iron platebody","wiki_url":"https://oldschool.runescape.wiki/w/Iron_platebody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":21,"defence_slash":20,"defence_crush":12,"defence_magic":-6,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":1}},"price":110},"1117":{"id":1117,"name":"Bronze platebody","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":125,"wiki_name":"Bronze platebody","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_platebody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":15,"defence_slash":14,"defence_crush":9,"defence_magic":-6,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":1}},"price":91},"1119":{"id":1119,"name":"Steel platebody","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":125,"wiki_name":"Steel platebody","wiki_url":"https://oldschool.runescape.wiki/w/Steel_platebody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":32,"defence_slash":31,"defence_crush":24,"defence_magic":-6,"defence_ranged":31,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":5}},"price":844},"1121":{"id":1121,"name":"Mithril platebody","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5200,"lowalch":2080,"highalch":3120,"buy_limit":125,"wiki_name":"Mithril platebody","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_platebody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":46,"defence_slash":44,"defence_crush":38,"defence_magic":-6,"defence_ranged":44,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":20}},"price":2516},"1123":{"id":1123,"name":"Adamant platebody","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":16640,"lowalch":6656,"highalch":9984,"buy_limit":125,"wiki_name":"Adamant platebody","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_platebody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":65,"defence_slash":63,"defence_crush":55,"defence_magic":-6,"defence_ranged":63,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":30}},"price":9568},"1125":{"id":1125,"name":"Black platebody","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3840,"lowalch":1536,"highalch":2304,"buy_limit":125,"wiki_name":"Black platebody","wiki_url":"https://oldschool.runescape.wiki/w/Black_platebody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":41,"defence_slash":40,"defence_crush":30,"defence_magic":-6,"defence_ranged":40,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":10}},"price":2204},"1127":{"id":1127,"name":"Rune platebody","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":65000,"lowalch":26000,"highalch":39000,"buy_limit":70,"wiki_name":"Rune platebody","wiki_url":"https://oldschool.runescape.wiki/w/Rune_platebody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":82,"defence_slash":80,"defence_crush":72,"defence_magic":-6,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":40}},"price":38470},"1129":{"id":1129,"name":"Leather body","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":21,"lowalch":8,"highalch":12,"buy_limit":125,"wiki_name":"Leather body","wiki_url":"https://oldschool.runescape.wiki/w/Leather_body","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-2,"attack_ranged":2,"defence_stab":8,"defence_slash":9,"defence_crush":10,"defence_magic":4,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"ranged":1,"defence":1}},"price":40},"1131":{"id":1131,"name":"Hardleather body","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":170,"lowalch":68,"highalch":102,"buy_limit":125,"wiki_name":"Hardleather body","wiki_url":"https://oldschool.runescape.wiki/w/Hardleather_body","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-4,"attack_ranged":8,"defence_stab":12,"defence_slash":15,"defence_crush":18,"defence_magic":6,"defence_ranged":15,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"ranged":1,"defence":10}},"price":30},"1133":{"id":1133,"name":"Studded body","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":850,"lowalch":340,"highalch":510,"buy_limit":125,"wiki_name":"Studded body","wiki_url":"https://oldschool.runescape.wiki/w/Studded_body","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-4,"attack_ranged":8,"defence_stab":18,"defence_slash":25,"defence_crush":22,"defence_magic":8,"defence_ranged":25,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"ranged":20,"defence":20}},"price":1315},"1135":{"id":1135,"name":"Green d'hide body","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":7800,"lowalch":3120,"highalch":4680,"buy_limit":125,"wiki_name":"Green d'hide body","wiki_url":"https://oldschool.runescape.wiki/w/Green_d'hide_body","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":15,"defence_stab":18,"defence_slash":27,"defence_crush":24,"defence_magic":20,"defence_ranged":35,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"ranged":40,"defence":40}},"price":4285},"1137":{"id":1137,"name":"Iron med helm","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":84,"lowalch":33,"highalch":50,"buy_limit":125,"wiki_name":"Iron med helm","wiki_url":"https://oldschool.runescape.wiki/w/Iron_med_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":0,"defence_stab":4,"defence_slash":5,"defence_crush":3,"defence_magic":-1,"defence_ranged":4,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":1}},"price":21},"1139":{"id":1139,"name":"Bronze med helm","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":24,"lowalch":9,"highalch":14,"buy_limit":125,"wiki_name":"Bronze med helm","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_med_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":0,"defence_stab":3,"defence_slash":4,"defence_crush":2,"defence_magic":-1,"defence_ranged":3,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":1}},"price":290},"1141":{"id":1141,"name":"Steel med helm","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":125,"wiki_name":"Steel med helm","wiki_url":"https://oldschool.runescape.wiki/w/Steel_med_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":0,"defence_stab":7,"defence_slash":8,"defence_crush":6,"defence_magic":-1,"defence_ranged":7,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":5}},"price":49},"1143":{"id":1143,"name":"Mithril med helm","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":780,"lowalch":312,"highalch":468,"buy_limit":125,"wiki_name":"Mithril med helm","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_med_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":0,"defence_stab":10,"defence_slash":11,"defence_crush":9,"defence_magic":-1,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":20}},"price":218},"1145":{"id":1145,"name":"Adamant med helm","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1920,"lowalch":768,"highalch":1152,"buy_limit":125,"wiki_name":"Adamant med helm","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_med_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":0,"defence_stab":14,"defence_slash":15,"defence_crush":13,"defence_magic":-1,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":30}},"price":768},"1147":{"id":1147,"name":"Rune med helm","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":19200,"lowalch":7680,"highalch":11520,"buy_limit":70,"wiki_name":"Rune med helm","wiki_url":"https://oldschool.runescape.wiki/w/Rune_med_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":0,"defence_stab":22,"defence_slash":23,"defence_crush":21,"defence_magic":-1,"defence_ranged":22,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":40}},"price":11118},"1149":{"id":1149,"name":"Dragon med helm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100000,"lowalch":40000,"highalch":60000,"buy_limit":8,"wiki_name":"Dragon med helm","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_med_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":0,"defence_stab":33,"defence_slash":35,"defence_crush":32,"defence_magic":-1,"defence_ranged":34,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":60}},"price":59999},"1151":{"id":1151,"name":"Black med helm","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":576,"lowalch":230,"highalch":345,"buy_limit":125,"wiki_name":"Black med helm","wiki_url":"https://oldschool.runescape.wiki/w/Black_med_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":0,"defence_stab":9,"defence_slash":10,"defence_crush":8,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":252},"1153":{"id":1153,"name":"Iron full helm","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":154,"lowalch":61,"highalch":92,"buy_limit":125,"wiki_name":"Iron full helm","wiki_url":"https://oldschool.runescape.wiki/w/Iron_full_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":6,"defence_slash":7,"defence_crush":5,"defence_magic":-1,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":1}},"price":61},"1155":{"id":1155,"name":"Bronze full helm","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":44,"lowalch":17,"highalch":26,"buy_limit":125,"wiki_name":"Bronze full helm","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_full_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":4,"defence_slash":5,"defence_crush":3,"defence_magic":-1,"defence_ranged":4,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":1}},"price":53},"1157":{"id":1157,"name":"Steel full helm","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":550,"lowalch":220,"highalch":330,"buy_limit":125,"wiki_name":"Steel full helm","wiki_url":"https://oldschool.runescape.wiki/w/Steel_full_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":9,"defence_slash":10,"defence_crush":7,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":5}},"price":172},"1159":{"id":1159,"name":"Mithril full helm","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1430,"lowalch":572,"highalch":858,"buy_limit":125,"wiki_name":"Mithril full helm","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_full_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":13,"defence_slash":14,"defence_crush":11,"defence_magic":-1,"defence_ranged":13,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":20}},"price":755},"1161":{"id":1161,"name":"Adamant full helm","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3520,"lowalch":1408,"highalch":2112,"buy_limit":125,"wiki_name":"Adamant full helm","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_full_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":19,"defence_slash":21,"defence_crush":16,"defence_magic":-1,"defence_ranged":19,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":30}},"price":1838},"1163":{"id":1163,"name":"Rune full helm","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"buy_limit":70,"wiki_name":"Rune full helm","wiki_url":"https://oldschool.runescape.wiki/w/Rune_full_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":40}},"price":20678},"1165":{"id":1165,"name":"Black full helm","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1056,"lowalch":422,"highalch":633,"buy_limit":125,"wiki_name":"Black full helm","wiki_url":"https://oldschool.runescape.wiki/w/Black_full_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":12,"defence_slash":13,"defence_crush":10,"defence_magic":-1,"defence_ranged":12,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":526},"1167":{"id":1167,"name":"Leather cowl","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":24,"lowalch":9,"highalch":14,"buy_limit":125,"wiki_name":"Leather cowl","wiki_url":"https://oldschool.runescape.wiki/w/Leather_cowl","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":1,"defence_stab":2,"defence_slash":3,"defence_crush":4,"defence_magic":2,"defence_ranged":3,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"ranged":1,"defence":1}},"price":36},"1169":{"id":1169,"name":"Coif","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":125,"wiki_name":"Coif","wiki_url":"https://oldschool.runescape.wiki/w/Coif","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-1,"attack_ranged":2,"defence_stab":4,"defence_slash":6,"defence_crush":8,"defence_magic":4,"defence_ranged":4,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"ranged":20,"defence":1}},"price":41},"1171":{"id":1171,"name":"Wooden shield","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":125,"wiki_name":"Wooden shield","wiki_url":"https://oldschool.runescape.wiki/w/Wooden_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":4,"defence_slash":5,"defence_crush":3,"defence_magic":1,"defence_ranged":4,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":128},"1173":{"id":1173,"name":"Bronze sq shield","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":48,"lowalch":19,"highalch":28,"buy_limit":125,"wiki_name":"Bronze sq shield","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_sq_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":0,"defence_stab":5,"defence_slash":6,"defence_crush":4,"defence_magic":0,"defence_ranged":5,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":1}},"price":238},"1175":{"id":1175,"name":"Iron sq shield","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":168,"lowalch":67,"highalch":100,"buy_limit":125,"wiki_name":"Iron sq shield","wiki_url":"https://oldschool.runescape.wiki/w/Iron_sq_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":0,"defence_stab":8,"defence_slash":9,"defence_crush":7,"defence_magic":0,"defence_ranged":8,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":1}},"price":250},"1177":{"id":1177,"name":"Steel sq shield","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":600,"lowalch":240,"highalch":360,"buy_limit":125,"wiki_name":"Steel sq shield","wiki_url":"https://oldschool.runescape.wiki/w/Steel_sq_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":0,"defence_stab":12,"defence_slash":13,"defence_crush":11,"defence_magic":0,"defence_ranged":12,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":5}},"price":174},"1179":{"id":1179,"name":"Black sq shield","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1152,"lowalch":460,"highalch":691,"buy_limit":125,"wiki_name":"Black sq shield","wiki_url":"https://oldschool.runescape.wiki/w/Black_sq_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":0,"defence_stab":15,"defence_slash":16,"defence_crush":14,"defence_magic":0,"defence_ranged":15,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":10}},"price":475},"1181":{"id":1181,"name":"Mithril sq shield","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1560,"lowalch":624,"highalch":936,"buy_limit":125,"wiki_name":"Mithril sq shield","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_sq_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":0,"defence_stab":17,"defence_slash":19,"defence_crush":15,"defence_magic":0,"defence_ranged":17,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":20}},"price":652},"1183":{"id":1183,"name":"Adamant sq shield","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3840,"lowalch":1536,"highalch":2304,"buy_limit":125,"wiki_name":"Adamant sq shield","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_sq_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":0,"defence_stab":24,"defence_slash":26,"defence_crush":22,"defence_magic":0,"defence_ranged":24,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":30}},"price":1810},"1185":{"id":1185,"name":"Rune sq shield","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":38400,"lowalch":15360,"highalch":23040,"buy_limit":70,"wiki_name":"Rune sq shield","wiki_url":"https://oldschool.runescape.wiki/w/Rune_sq_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":0,"defence_stab":38,"defence_slash":40,"defence_crush":36,"defence_magic":0,"defence_ranged":38,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":22431},"1187":{"id":1187,"name":"Dragon sq shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"buy_limit":70,"wiki_name":"Dragon sq shield","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_sq_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":0,"defence_stab":50,"defence_slash":52,"defence_crush":48,"defence_magic":0,"defence_ranged":50,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":60}},"price":303655},"1189":{"id":1189,"name":"Bronze kiteshield","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":68,"lowalch":27,"highalch":40,"buy_limit":125,"wiki_name":"Bronze kiteshield","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_kiteshield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":5,"defence_slash":7,"defence_crush":6,"defence_magic":-1,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":1}},"price":20},"1191":{"id":1191,"name":"Iron kiteshield","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":238,"lowalch":95,"highalch":142,"buy_limit":125,"wiki_name":"Iron kiteshield","wiki_url":"https://oldschool.runescape.wiki/w/Iron_kiteshield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":8,"defence_slash":10,"defence_crush":9,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":1}},"price":11},"1193":{"id":1193,"name":"Steel kiteshield","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":850,"lowalch":340,"highalch":510,"buy_limit":125,"wiki_name":"Steel kiteshield","wiki_url":"https://oldschool.runescape.wiki/w/Steel_kiteshield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":13,"defence_slash":15,"defence_crush":14,"defence_magic":-1,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":5}},"price":262},"1195":{"id":1195,"name":"Black kiteshield","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1632,"lowalch":652,"highalch":979,"buy_limit":125,"wiki_name":"Black kiteshield","wiki_url":"https://oldschool.runescape.wiki/w/Black_kiteshield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":17,"defence_slash":19,"defence_crush":18,"defence_magic":-1,"defence_ranged":18,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":10}},"price":1708},"1197":{"id":1197,"name":"Mithril kiteshield","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2210,"lowalch":884,"highalch":1326,"buy_limit":125,"wiki_name":"Mithril kiteshield","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_kiteshield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":18,"defence_slash":22,"defence_crush":20,"defence_magic":-1,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":20}},"price":1078},"1199":{"id":1199,"name":"Adamant kiteshield","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5440,"lowalch":2176,"highalch":3264,"buy_limit":125,"wiki_name":"Adamant kiteshield","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_kiteshield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":27,"defence_slash":31,"defence_crush":29,"defence_magic":-1,"defence_ranged":29,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":30}},"price":2900},"1201":{"id":1201,"name":"Rune kiteshield","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":54400,"lowalch":21760,"highalch":32640,"buy_limit":70,"wiki_name":"Rune kiteshield","wiki_url":"https://oldschool.runescape.wiki/w/Rune_kiteshield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":44,"defence_slash":48,"defence_crush":46,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":32048},"1203":{"id":1203,"name":"Iron dagger","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":35,"lowalch":14,"highalch":21,"buy_limit":125,"wiki_name":"Iron dagger (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_dagger#Unpoisoned","equipment":{"attack_stab":5,"attack_slash":3,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":101},"1205":{"id":1205,"name":"Bronze dagger","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":125,"wiki_name":"Bronze dagger (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_dagger#Unpoisoned","equipment":{"attack_stab":4,"attack_slash":2,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":63},"1207":{"id":1207,"name":"Steel dagger","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":125,"lowalch":50,"highalch":75,"buy_limit":125,"wiki_name":"Steel dagger (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_dagger#Unpoisoned","equipment":{"attack_stab":8,"attack_slash":4,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":7,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":5}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":151},"1209":{"id":1209,"name":"Mithril dagger","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":325,"lowalch":130,"highalch":195,"buy_limit":125,"wiki_name":"Mithril dagger (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_dagger#Unpoisoned","equipment":{"attack_stab":11,"attack_slash":5,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":20}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":136},"1211":{"id":1211,"name":"Adamant dagger","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":800,"lowalch":320,"highalch":480,"buy_limit":125,"wiki_name":"Adamant dagger (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_dagger#Unpoisoned","equipment":{"attack_stab":15,"attack_slash":8,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":14,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":30}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":254},"1213":{"id":1213,"name":"Rune dagger","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":8000,"lowalch":3200,"highalch":4800,"buy_limit":70,"wiki_name":"Rune dagger (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_dagger#Unpoisoned","equipment":{"attack_stab":25,"attack_slash":12,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":24,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":40}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":4434},"1215":{"id":1215,"name":"Dragon dagger","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":30000,"lowalch":12000,"highalch":18000,"buy_limit":70,"wiki_name":"Dragon dagger (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_dagger#Unpoisoned","equipment":{"attack_stab":40,"attack_slash":25,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":40,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":60}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":17330},"1217":{"id":1217,"name":"Black dagger","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":240,"lowalch":96,"highalch":144,"buy_limit":125,"wiki_name":"Black dagger (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Black_dagger#Unpoisoned","equipment":{"attack_stab":10,"attack_slash":5,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":7,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":10}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":440},"1219":{"id":1219,"name":"Iron dagger(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":35,"lowalch":14,"highalch":21,"buy_limit":125,"wiki_name":"Iron dagger (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_dagger#Poison","equipment":{"attack_stab":5,"attack_slash":3,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":110},"1221":{"id":1221,"name":"Bronze dagger(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":125,"wiki_name":"Bronze dagger (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_dagger#Poison","equipment":{"attack_stab":4,"attack_slash":2,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":248},"1223":{"id":1223,"name":"Steel dagger(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":125,"lowalch":50,"highalch":75,"buy_limit":125,"wiki_name":"Steel dagger (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_dagger#Poison","equipment":{"attack_stab":8,"attack_slash":4,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":7,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":5}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":2},"1225":{"id":1225,"name":"Mithril dagger(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":325,"lowalch":130,"highalch":195,"buy_limit":125,"wiki_name":"Mithril dagger (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_dagger#Poison","equipment":{"attack_stab":11,"attack_slash":5,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":20}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1},"1227":{"id":1227,"name":"Adamant dagger(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":800,"lowalch":320,"highalch":480,"buy_limit":125,"wiki_name":"Adamant dagger (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_dagger#Poison","equipment":{"attack_stab":15,"attack_slash":8,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":14,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":30}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":26},"1229":{"id":1229,"name":"Rune dagger(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":8000,"lowalch":3200,"highalch":4800,"buy_limit":70,"wiki_name":"Rune dagger (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_dagger#Poison","equipment":{"attack_stab":25,"attack_slash":12,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":24,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":40}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":6263},"1231":{"id":1231,"name":"Dragon dagger(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":24000,"lowalch":9600,"highalch":14400,"buy_limit":70,"wiki_name":"Dragon dagger (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_dagger#Poison","equipment":{"attack_stab":40,"attack_slash":25,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":40,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":60}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":17016},"1233":{"id":1233,"name":"Black dagger(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":240,"lowalch":96,"highalch":144,"buy_limit":125,"wiki_name":"Black dagger (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Black_dagger#Poison","equipment":{"attack_stab":10,"attack_slash":5,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":7,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":10}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1},"1235":{"id":1235,"name":"Poisoned dagger(p)","members":true,"noteable":true,"cost":565,"lowalch":226,"highalch":339,"wiki_name":"Poisoned dagger (unobtainable item) (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Poisoned_dagger_(unobtainable_item)#Poison","price":0},"1237":{"id":1237,"name":"Bronze spear","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":26,"lowalch":10,"highalch":15,"buy_limit":125,"wiki_name":"Bronze spear (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_spear#Unpoisoned","equipment":{"attack_stab":5,"attack_slash":5,"attack_crush":5,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":464},"1239":{"id":1239,"name":"Iron spear","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":91,"lowalch":36,"highalch":54,"buy_limit":125,"wiki_name":"Iron spear (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_spear#Unpoisoned","equipment":{"attack_stab":8,"attack_slash":8,"attack_crush":8,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":834},"1241":{"id":1241,"name":"Steel spear","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":325,"lowalch":130,"highalch":195,"buy_limit":125,"wiki_name":"Steel spear (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_spear#Unpoisoned","equipment":{"attack_stab":12,"attack_slash":12,"attack_crush":12,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":5}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":66},"1243":{"id":1243,"name":"Mithril spear","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":845,"lowalch":338,"highalch":507,"buy_limit":125,"wiki_name":"Mithril spear (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_spear#Unpoisoned","equipment":{"attack_stab":17,"attack_slash":17,"attack_crush":17,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":18,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":20}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":625},"1245":{"id":1245,"name":"Adamant spear","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":2080,"lowalch":832,"highalch":1248,"buy_limit":125,"wiki_name":"Adamant spear (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_spear#Unpoisoned","equipment":{"attack_stab":24,"attack_slash":24,"attack_crush":24,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":28,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":30}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":944},"1247":{"id":1247,"name":"Rune spear","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":20800,"lowalch":8320,"highalch":12480,"buy_limit":70,"wiki_name":"Rune spear (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_spear#Unpoisoned","equipment":{"attack_stab":36,"attack_slash":36,"attack_crush":36,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":40}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":11861},"1249":{"id":1249,"name":"Dragon spear","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":62400,"lowalch":24960,"highalch":37440,"buy_limit":70,"wiki_name":"Dragon spear (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_spear#Unpoisoned","equipment":{"attack_stab":55,"attack_slash":55,"attack_crush":55,"attack_magic":0,"attack_ranged":0,"defence_stab":5,"defence_slash":5,"defence_crush":5,"defence_magic":5,"defence_ranged":5,"melee_strength":60,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":60}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":37376},"1251":{"id":1251,"name":"Bronze spear(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":26,"lowalch":10,"highalch":15,"buy_limit":125,"wiki_name":"Bronze spear (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_spear#Poison","equipment":{"attack_stab":5,"attack_slash":5,"attack_crush":5,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1},"1253":{"id":1253,"name":"Iron spear(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":91,"lowalch":36,"highalch":54,"buy_limit":125,"wiki_name":"Iron spear (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_spear#Poison","equipment":{"attack_stab":8,"attack_slash":8,"attack_crush":8,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1732},"1255":{"id":1255,"name":"Steel spear(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":325,"lowalch":130,"highalch":195,"buy_limit":125,"wiki_name":"Steel spear (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_spear#Poison","equipment":{"attack_stab":12,"attack_slash":12,"attack_crush":12,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":5}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":36},"1257":{"id":1257,"name":"Mithril spear(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":845,"lowalch":338,"highalch":507,"buy_limit":125,"wiki_name":"Mithril spear (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_spear#Poison","equipment":{"attack_stab":17,"attack_slash":17,"attack_crush":17,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":18,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":20}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1},"1259":{"id":1259,"name":"Adamant spear(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":2080,"lowalch":832,"highalch":1248,"buy_limit":125,"wiki_name":"Adamant spear (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_spear#Poison","equipment":{"attack_stab":24,"attack_slash":24,"attack_crush":24,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":28,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":30}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":724},"1261":{"id":1261,"name":"Rune spear(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":20800,"lowalch":8320,"highalch":12480,"buy_limit":70,"wiki_name":"Rune spear (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_spear#Poison","equipment":{"attack_stab":36,"attack_slash":36,"attack_crush":36,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":40}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":12057},"1263":{"id":1263,"name":"Dragon spear(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":62400,"lowalch":24960,"highalch":37440,"buy_limit":70,"wiki_name":"Dragon spear (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_spear#Poison","equipment":{"attack_stab":55,"attack_slash":55,"attack_crush":55,"attack_magic":0,"attack_ranged":0,"defence_stab":5,"defence_slash":5,"defence_crush":5,"defence_magic":5,"defence_ranged":5,"melee_strength":60,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":60}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":37816},"1265":{"id":1265,"name":"Bronze pickaxe","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":40,"wiki_name":"Bronze pickaxe","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_pickaxe","equipment":{"attack_stab":4,"attack_slash":-2,"attack_crush":2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":5,"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":96},"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,"buy_limit":40,"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":255},"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,"buy_limit":40,"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":262},"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,"buy_limit":40,"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":1612},"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,"buy_limit":40,"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":544},"1275":{"id":1275,"name":"Rune pickaxe","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":32000,"lowalch":12800,"highalch":19200,"buy_limit":40,"wiki_name":"Rune pickaxe","wiki_url":"https://oldschool.runescape.wiki/w/Rune_pickaxe","equipment":{"attack_stab":26,"attack_slash":-2,"attack_crush":24,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":29,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"mining":41,"attack":40}},"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":18897},"1277":{"id":1277,"name":"Bronze sword","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":26,"lowalch":10,"highalch":15,"buy_limit":125,"wiki_name":"Bronze sword","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_sword","equipment":{"attack_stab":4,"attack_slash":3,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":5,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":51},"1279":{"id":1279,"name":"Iron sword","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":91,"lowalch":36,"highalch":54,"buy_limit":125,"wiki_name":"Iron sword","wiki_url":"https://oldschool.runescape.wiki/w/Iron_sword","equipment":{"attack_stab":6,"attack_slash":4,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":7,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":38},"1281":{"id":1281,"name":"Steel sword","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":325,"lowalch":130,"highalch":195,"buy_limit":125,"wiki_name":"Steel sword","wiki_url":"https://oldschool.runescape.wiki/w/Steel_sword","equipment":{"attack_stab":11,"attack_slash":8,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":5}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":250},"1283":{"id":1283,"name":"Black sword","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":624,"lowalch":249,"highalch":374,"buy_limit":125,"wiki_name":"Black sword","wiki_url":"https://oldschool.runescape.wiki/w/Black_sword","equipment":{"attack_stab":14,"attack_slash":10,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":10}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":218},"1285":{"id":1285,"name":"Mithril sword","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":845,"lowalch":338,"highalch":507,"buy_limit":125,"wiki_name":"Mithril sword","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_sword","equipment":{"attack_stab":16,"attack_slash":11,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":17,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":20}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":276},"1287":{"id":1287,"name":"Adamant sword","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":2080,"lowalch":832,"highalch":1248,"buy_limit":125,"wiki_name":"Adamant sword","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_sword","equipment":{"attack_stab":23,"attack_slash":18,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":24,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":30}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1191},"1289":{"id":1289,"name":"Rune sword","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":20800,"lowalch":8320,"highalch":12480,"buy_limit":70,"wiki_name":"Rune sword","wiki_url":"https://oldschool.runescape.wiki/w/Rune_sword","equipment":{"attack_stab":38,"attack_slash":26,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":39,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":40}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":11914},"1291":{"id":1291,"name":"Bronze longsword","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":125,"wiki_name":"Bronze longsword","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_longsword","equipment":{"attack_stab":4,"attack_slash":5,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":7,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":1}},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":86},"1293":{"id":1293,"name":"Iron longsword","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":140,"lowalch":56,"highalch":84,"buy_limit":125,"wiki_name":"Iron longsword","wiki_url":"https://oldschool.runescape.wiki/w/Iron_longsword","equipment":{"attack_stab":6,"attack_slash":8,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":1}},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":17},"1295":{"id":1295,"name":"Steel longsword","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":125,"wiki_name":"Steel longsword","wiki_url":"https://oldschool.runescape.wiki/w/Steel_longsword","equipment":{"attack_stab":9,"attack_slash":14,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":16,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":5}},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":101},"1297":{"id":1297,"name":"Black longsword","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":960,"lowalch":384,"highalch":576,"buy_limit":125,"wiki_name":"Black longsword","wiki_url":"https://oldschool.runescape.wiki/w/Black_longsword","equipment":{"attack_stab":13,"attack_slash":18,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":16,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":10}},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"1299":{"id":1299,"name":"Mithril longsword","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1300,"lowalch":520,"highalch":780,"buy_limit":125,"wiki_name":"Mithril longsword","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_longsword","equipment":{"attack_stab":15,"attack_slash":20,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":22,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":20}},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":698},"1301":{"id":1301,"name":"Adamant longsword","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":3200,"lowalch":1280,"highalch":1920,"buy_limit":125,"wiki_name":"Adamant longsword","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_longsword","equipment":{"attack_stab":20,"attack_slash":29,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":31,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":30}},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1725},"1303":{"id":1303,"name":"Rune longsword","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":32000,"lowalch":12800,"highalch":19200,"buy_limit":70,"wiki_name":"Rune longsword","wiki_url":"https://oldschool.runescape.wiki/w/Rune_longsword","equipment":{"attack_stab":38,"attack_slash":47,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":49,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":40}},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":18635},"1305":{"id":1305,"name":"Dragon longsword","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100000,"lowalch":40000,"highalch":60000,"buy_limit":70,"wiki_name":"Dragon longsword","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_longsword","equipment":{"attack_stab":58,"attack_slash":69,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":71,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":60}},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":59209},"1307":{"id":1307,"name":"Bronze 2h sword","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":125,"wiki_name":"Bronze 2h sword","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_2h_sword","equipment":{"attack_stab":-4,"attack_slash":9,"attack_crush":8,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":1}},"weapon":{"attack_speed":7,"weapon_type":"2h_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"smash","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":220},"1309":{"id":1309,"name":"Iron 2h sword","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":280,"lowalch":112,"highalch":168,"buy_limit":125,"wiki_name":"Iron 2h sword","wiki_url":"https://oldschool.runescape.wiki/w/Iron_2h_sword","equipment":{"attack_stab":-4,"attack_slash":13,"attack_crush":10,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":14,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":1}},"weapon":{"attack_speed":7,"weapon_type":"2h_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"smash","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":44},"1311":{"id":1311,"name":"Steel 2h sword","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":125,"wiki_name":"Steel 2h sword","wiki_url":"https://oldschool.runescape.wiki/w/Steel_2h_sword","equipment":{"attack_stab":-4,"attack_slash":21,"attack_crush":16,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":22,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":5}},"weapon":{"attack_speed":7,"weapon_type":"2h_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"smash","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":225},"1313":{"id":1313,"name":"Black 2h sword","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1920,"lowalch":768,"highalch":1152,"buy_limit":125,"wiki_name":"Black 2h sword","wiki_url":"https://oldschool.runescape.wiki/w/Black_2h_sword","equipment":{"attack_stab":-4,"attack_slash":27,"attack_crush":21,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":26,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":10}},"weapon":{"attack_speed":7,"weapon_type":"2h_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"smash","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":860},"1315":{"id":1315,"name":"Mithril 2h sword","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":2600,"lowalch":1040,"highalch":1560,"buy_limit":125,"wiki_name":"Mithril 2h sword","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_2h_sword","equipment":{"attack_stab":-4,"attack_slash":30,"attack_crush":24,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":31,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":20}},"weapon":{"attack_speed":7,"weapon_type":"2h_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"smash","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1024},"1317":{"id":1317,"name":"Adamant 2h sword","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":6400,"lowalch":2560,"highalch":3840,"buy_limit":125,"wiki_name":"Adamant 2h sword","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_2h_sword","equipment":{"attack_stab":-4,"attack_slash":43,"attack_crush":30,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":44,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":30}},"weapon":{"attack_speed":7,"weapon_type":"2h_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"smash","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":3569},"1319":{"id":1319,"name":"Rune 2h sword","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":64000,"lowalch":25600,"highalch":38400,"buy_limit":70,"wiki_name":"Rune 2h sword","wiki_url":"https://oldschool.runescape.wiki/w/Rune_2h_sword","equipment":{"attack_stab":-4,"attack_slash":69,"attack_crush":50,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":70,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":40}},"weapon":{"attack_speed":7,"weapon_type":"2h_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"smash","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":37888},"1321":{"id":1321,"name":"Bronze scimitar","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":32,"lowalch":12,"highalch":19,"buy_limit":125,"wiki_name":"Bronze scimitar","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_scimitar","equipment":{"attack_stab":1,"attack_slash":7,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":57},"1323":{"id":1323,"name":"Iron scimitar","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":112,"lowalch":44,"highalch":67,"buy_limit":125,"wiki_name":"Iron scimitar","wiki_url":"https://oldschool.runescape.wiki/w/Iron_scimitar","equipment":{"attack_stab":2,"attack_slash":10,"attack_crush":-2,"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":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":46},"1325":{"id":1325,"name":"Steel scimitar","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":125,"wiki_name":"Steel scimitar","wiki_url":"https://oldschool.runescape.wiki/w/Steel_scimitar","equipment":{"attack_stab":3,"attack_slash":15,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":14,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":5}},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":140},"1327":{"id":1327,"name":"Black scimitar","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":768,"lowalch":307,"highalch":460,"buy_limit":125,"wiki_name":"Black scimitar","wiki_url":"https://oldschool.runescape.wiki/w/Black_scimitar","equipment":{"attack_stab":4,"attack_slash":19,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":14,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":10}},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1512},"1329":{"id":1329,"name":"Mithril scimitar","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1040,"lowalch":416,"highalch":624,"buy_limit":125,"wiki_name":"Mithril scimitar","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_scimitar","equipment":{"attack_stab":5,"attack_slash":21,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":20,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":20}},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":509},"1331":{"id":1331,"name":"Adamant scimitar","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":2560,"lowalch":1024,"highalch":1536,"buy_limit":125,"wiki_name":"Adamant scimitar","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_scimitar","equipment":{"attack_stab":6,"attack_slash":29,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":28,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":30}},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1551},"1333":{"id":1333,"name":"Rune scimitar","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":25600,"lowalch":10240,"highalch":15360,"buy_limit":70,"wiki_name":"Rune scimitar","wiki_url":"https://oldschool.runescape.wiki/w/Rune_scimitar","equipment":{"attack_stab":7,"attack_slash":45,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":44,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":40}},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":14961},"1335":{"id":1335,"name":"Iron warhammer","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":173,"lowalch":69,"highalch":103,"buy_limit":125,"wiki_name":"Iron warhammer","wiki_url":"https://oldschool.runescape.wiki/w/Iron_warhammer","equipment":{"attack_stab":-4,"attack_slash":-4,"attack_crush":11,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":11,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":1}},"weapon":{"attack_speed":6,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":64},"1337":{"id":1337,"name":"Bronze warhammer","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":47,"lowalch":18,"highalch":28,"buy_limit":125,"wiki_name":"Bronze warhammer","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_warhammer","equipment":{"attack_stab":-4,"attack_slash":-4,"attack_crush":10,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":8,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":1}},"weapon":{"attack_speed":6,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":72},"1339":{"id":1339,"name":"Steel warhammer","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":640,"lowalch":256,"highalch":384,"buy_limit":125,"wiki_name":"Steel warhammer","wiki_url":"https://oldschool.runescape.wiki/w/Steel_warhammer","equipment":{"attack_stab":-4,"attack_slash":-4,"attack_crush":18,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":16,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":5}},"weapon":{"attack_speed":6,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":81},"1341":{"id":1341,"name":"Black warhammer","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":980,"lowalch":392,"highalch":588,"buy_limit":125,"wiki_name":"Black warhammer","wiki_url":"https://oldschool.runescape.wiki/w/Black_warhammer","equipment":{"attack_stab":-4,"attack_slash":-4,"attack_crush":22,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":22,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":10}},"weapon":{"attack_speed":6,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":381},"1343":{"id":1343,"name":"Mithril warhammer","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1660,"lowalch":664,"highalch":996,"buy_limit":125,"wiki_name":"Mithril warhammer","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_warhammer","equipment":{"attack_stab":-4,"attack_slash":-4,"attack_crush":25,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":27,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":20}},"weapon":{"attack_speed":6,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":817},"1345":{"id":1345,"name":"Adamant warhammer","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":4120,"lowalch":1648,"highalch":2472,"buy_limit":125,"wiki_name":"Adamant warhammer","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_warhammer","equipment":{"attack_stab":-4,"attack_slash":-4,"attack_crush":35,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":39,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":30}},"weapon":{"attack_speed":6,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":3247},"1347":{"id":1347,"name":"Rune warhammer","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":41500,"lowalch":16600,"highalch":24900,"buy_limit":70,"wiki_name":"Rune warhammer","wiki_url":"https://oldschool.runescape.wiki/w/Rune_warhammer","equipment":{"attack_stab":-4,"attack_slash":-4,"attack_crush":53,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":62,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":40}},"weapon":{"attack_speed":6,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":24414},"1349":{"id":1349,"name":"Iron axe","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":56,"lowalch":22,"highalch":33,"buy_limit":40,"wiki_name":"Iron axe","wiki_url":"https://oldschool.runescape.wiki/w/Iron_axe","equipment":{"attack_stab":-2,"attack_slash":5,"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":{"attack":1}},"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":600},"1351":{"id":1351,"name":"Bronze axe","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":16,"lowalch":6,"highalch":9,"buy_limit":40,"wiki_name":"Bronze axe","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_axe","equipment":{"attack_stab":-2,"attack_slash":4,"attack_crush":2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":5,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":1}},"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":99},"1353":{"id":1353,"name":"Steel axe","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":40,"wiki_name":"Steel axe","wiki_url":"https://oldschool.runescape.wiki/w/Steel_axe","equipment":{"attack_stab":-2,"attack_slash":8,"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":{"attack":5}},"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":149},"1355":{"id":1355,"name":"Mithril axe","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":520,"lowalch":208,"highalch":312,"buy_limit":40,"wiki_name":"Mithril axe","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_axe","equipment":{"attack_stab":-2,"attack_slash":12,"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":{"attack":20}},"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":397},"1357":{"id":1357,"name":"Adamant axe","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1280,"lowalch":512,"highalch":768,"buy_limit":40,"wiki_name":"Adamant axe","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_axe","equipment":{"attack_stab":-2,"attack_slash":17,"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":{"attack":30}},"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":420},"1359":{"id":1359,"name":"Rune axe","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":12800,"lowalch":5120,"highalch":7680,"buy_limit":40,"wiki_name":"Rune axe","wiki_url":"https://oldschool.runescape.wiki/w/Rune_axe","equipment":{"attack_stab":-2,"attack_slash":26,"attack_crush":24,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":29,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":40}},"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":7179},"1361":{"id":1361,"name":"Black axe","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":384,"lowalch":153,"highalch":230,"buy_limit":40,"wiki_name":"Black axe","wiki_url":"https://oldschool.runescape.wiki/w/Black_axe","equipment":{"attack_stab":-2,"attack_slash":10,"attack_crush":8,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":10}},"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":627},"1363":{"id":1363,"name":"Iron battleaxe","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":182,"lowalch":72,"highalch":109,"buy_limit":125,"wiki_name":"Iron battleaxe","wiki_url":"https://oldschool.runescape.wiki/w/Iron_battleaxe","equipment":{"attack_stab":-2,"attack_slash":8,"attack_crush":5,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":13,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":1}},"weapon":{"attack_speed":6,"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":44},"1365":{"id":1365,"name":"Steel battleaxe","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":650,"lowalch":260,"highalch":390,"buy_limit":125,"wiki_name":"Steel battleaxe","wiki_url":"https://oldschool.runescape.wiki/w/Steel_battleaxe","equipment":{"attack_stab":-2,"attack_slash":16,"attack_crush":11,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":20,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":5}},"weapon":{"attack_speed":6,"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":133},"1367":{"id":1367,"name":"Black battleaxe","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1248,"lowalch":499,"highalch":748,"buy_limit":125,"wiki_name":"Black battleaxe","wiki_url":"https://oldschool.runescape.wiki/w/Black_battleaxe","equipment":{"attack_stab":-2,"attack_slash":20,"attack_crush":15,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":24,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":10}},"weapon":{"attack_speed":6,"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":757},"1369":{"id":1369,"name":"Mithril battleaxe","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1690,"lowalch":676,"highalch":1014,"buy_limit":125,"wiki_name":"Mithril battleaxe","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_battleaxe","equipment":{"attack_stab":-2,"attack_slash":22,"attack_crush":17,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":29,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":20}},"weapon":{"attack_speed":6,"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":835},"1371":{"id":1371,"name":"Adamant battleaxe","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":4160,"lowalch":1664,"highalch":2496,"buy_limit":125,"wiki_name":"Adamant battleaxe","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_battleaxe","equipment":{"attack_stab":-2,"attack_slash":31,"attack_crush":26,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":41,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":30}},"weapon":{"attack_speed":6,"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":1908},"1373":{"id":1373,"name":"Rune battleaxe","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":41600,"lowalch":16640,"highalch":24960,"buy_limit":70,"wiki_name":"Rune battleaxe","wiki_url":"https://oldschool.runescape.wiki/w/Rune_battleaxe","equipment":{"attack_stab":-2,"attack_slash":48,"attack_crush":43,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":64,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":40}},"weapon":{"attack_speed":6,"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":24444},"1375":{"id":1375,"name":"Bronze battleaxe","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":52,"lowalch":20,"highalch":31,"buy_limit":125,"wiki_name":"Bronze battleaxe","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_battleaxe","equipment":{"attack_stab":-2,"attack_slash":6,"attack_crush":3,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":9,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":1}},"weapon":{"attack_speed":6,"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":54},"1377":{"id":1377,"name":"Dragon battleaxe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":200000,"lowalch":80000,"highalch":120000,"buy_limit":70,"wiki_name":"Dragon battleaxe","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_battleaxe","equipment":{"attack_stab":-2,"attack_slash":70,"attack_crush":65,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":85,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":60}},"weapon":{"attack_speed":6,"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":119738},"1379":{"id":1379,"name":"Staff","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":125,"wiki_name":"Staff","wiki_url":"https://oldschool.runescape.wiki/w/Staff","equipment":{"attack_stab":0,"attack_slash":-1,"attack_crush":7,"attack_magic":4,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":4,"defence_ranged":0,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":55},"1381":{"id":1381,"name":"Staff of air","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1500,"lowalch":600,"highalch":900,"buy_limit":125,"wiki_name":"Staff of air","wiki_url":"https://oldschool.runescape.wiki/w/Staff_of_air","equipment":{"attack_stab":0,"attack_slash":-1,"attack_crush":7,"attack_magic":10,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":10,"defence_ranged":0,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":1}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":1779},"1383":{"id":1383,"name":"Staff of water","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1500,"lowalch":600,"highalch":900,"buy_limit":125,"wiki_name":"Staff of water","wiki_url":"https://oldschool.runescape.wiki/w/Staff_of_water","equipment":{"attack_stab":0,"attack_slash":-1,"attack_crush":7,"attack_magic":10,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":10,"defence_ranged":0,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":1}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":2301},"1385":{"id":1385,"name":"Staff of earth","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1500,"lowalch":600,"highalch":900,"buy_limit":125,"wiki_name":"Staff of earth","wiki_url":"https://oldschool.runescape.wiki/w/Staff_of_earth","equipment":{"attack_stab":1,"attack_slash":-1,"attack_crush":9,"attack_magic":10,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":10,"defence_ranged":0,"melee_strength":5,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":1}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":1158},"1387":{"id":1387,"name":"Staff of fire","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1500,"lowalch":600,"highalch":900,"buy_limit":125,"wiki_name":"Staff of fire","wiki_url":"https://oldschool.runescape.wiki/w/Staff_of_fire","equipment":{"attack_stab":3,"attack_slash":-1,"attack_crush":9,"attack_magic":10,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":10,"defence_ranged":0,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":1}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":1818},"1389":{"id":1389,"name":"Magic staff","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":125,"wiki_name":"Magic staff","wiki_url":"https://oldschool.runescape.wiki/w/Magic_staff","equipment":{"attack_stab":2,"attack_slash":-1,"attack_crush":10,"attack_magic":10,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":10,"defence_ranged":0,"melee_strength":7,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":1472},"1391":{"id":1391,"name":"Battlestaff","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":7000,"lowalch":2800,"highalch":4200,"buy_limit":11000,"wiki_name":"Battlestaff","wiki_url":"https://oldschool.runescape.wiki/w/Battlestaff","equipment":{"attack_stab":7,"attack_slash":-1,"attack_crush":25,"attack_magic":12,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":12,"defence_ranged":0,"melee_strength":32,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":7841},"1393":{"id":1393,"name":"Fire battlestaff","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":15500,"lowalch":6200,"highalch":9300,"buy_limit":18000,"wiki_name":"Fire battlestaff","wiki_url":"https://oldschool.runescape.wiki/w/Fire_battlestaff","equipment":{"attack_stab":7,"attack_slash":-1,"attack_crush":28,"attack_magic":12,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":12,"defence_ranged":0,"melee_strength":35,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":1}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":8884},"1395":{"id":1395,"name":"Water battlestaff","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":15500,"lowalch":6200,"highalch":9300,"buy_limit":18000,"wiki_name":"Water battlestaff","wiki_url":"https://oldschool.runescape.wiki/w/Water_battlestaff","equipment":{"attack_stab":7,"attack_slash":-1,"attack_crush":28,"attack_magic":12,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":12,"defence_ranged":0,"melee_strength":35,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":1}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":9114},"1397":{"id":1397,"name":"Air battlestaff","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":15500,"lowalch":6200,"highalch":9300,"buy_limit":18000,"wiki_name":"Air battlestaff","wiki_url":"https://oldschool.runescape.wiki/w/Air_battlestaff","equipment":{"attack_stab":7,"attack_slash":-1,"attack_crush":28,"attack_magic":12,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":12,"defence_ranged":0,"melee_strength":35,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":1}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":8923},"1399":{"id":1399,"name":"Earth battlestaff","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":15500,"lowalch":6200,"highalch":9300,"buy_limit":18000,"wiki_name":"Earth battlestaff","wiki_url":"https://oldschool.runescape.wiki/w/Earth_battlestaff","equipment":{"attack_stab":7,"attack_slash":-1,"attack_crush":28,"attack_magic":12,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":12,"defence_ranged":0,"melee_strength":35,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":1}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":8863},"1401":{"id":1401,"name":"Mystic fire staff","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":42500,"lowalch":17000,"highalch":25500,"buy_limit":18000,"wiki_name":"Mystic fire staff","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_fire_staff","equipment":{"attack_stab":10,"attack_slash":-1,"attack_crush":40,"attack_magic":14,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":14,"defence_ranged":0,"melee_strength":50,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":40,"attack":40}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":25085},"1403":{"id":1403,"name":"Mystic water staff","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":42500,"lowalch":17000,"highalch":25500,"buy_limit":18000,"wiki_name":"Mystic water staff","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_water_staff","equipment":{"attack_stab":10,"attack_slash":-1,"attack_crush":40,"attack_magic":14,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":14,"defence_ranged":0,"melee_strength":50,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":40,"attack":40}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":25299},"1405":{"id":1405,"name":"Mystic air staff","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":42500,"lowalch":17000,"highalch":25500,"buy_limit":18000,"wiki_name":"Mystic air staff","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_air_staff","equipment":{"attack_stab":10,"attack_slash":-1,"attack_crush":40,"attack_magic":14,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":14,"defence_ranged":0,"melee_strength":50,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":40,"attack":40}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":24993},"1407":{"id":1407,"name":"Mystic earth staff","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":42500,"lowalch":17000,"highalch":25500,"buy_limit":18000,"wiki_name":"Mystic earth staff","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_earth_staff","equipment":{"attack_stab":10,"attack_slash":-1,"attack_crush":40,"attack_magic":14,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":14,"defence_ranged":0,"melee_strength":50,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":40,"attack":40}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":24907},"1409":{"id":1409,"name":"Iban's staff","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":42500,"lowalch":17000,"highalch":25500,"wiki_name":"Iban's staff (Regular)","wiki_url":"https://oldschool.runescape.wiki/w/Iban's_staff#Regular","equipment":{"attack_stab":10,"attack_slash":-1,"attack_crush":40,"attack_magic":10,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":10,"defence_ranged":0,"melee_strength":50,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":50,"attack":50}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"1410":{"id":1410,"name":"Iban's staff","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Iban's staff (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Iban's_staff#Broken","price":0},"1411":{"id":1411,"name":"Farmer's fork","noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Farmer's fork","wiki_url":"https://oldschool.runescape.wiki/w/Farmer's_fork","price":0},"1413":{"id":1413,"name":"Halberd","noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Halberd (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Halberd_(unobtainable_item)","price":0},"1415":{"id":1415,"name":"Warhammer","noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Warhammer (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Warhammer_(unobtainable_item)","price":0},"1417":{"id":1417,"name":"Javelin","noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Javelin (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Javelin_(unobtainable_item)","price":0},"1419":{"id":1419,"name":"Scythe","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Scythe","wiki_url":"https://oldschool.runescape.wiki/w/Scythe","equipment":{"attack_stab":3,"attack_slash":8,"attack_crush":3,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":7,"weapon_type":"scythe","stances":[{"combat_style":"reap","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"chop","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"jab","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"1420":{"id":1420,"name":"Iron mace","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":63,"lowalch":25,"highalch":37,"buy_limit":125,"wiki_name":"Iron mace","wiki_url":"https://oldschool.runescape.wiki/w/Iron_mace","equipment":{"attack_stab":4,"attack_slash":-2,"attack_crush":9,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":7,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"weapon","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":11},"1422":{"id":1422,"name":"Bronze mace","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":18,"lowalch":7,"highalch":10,"buy_limit":125,"wiki_name":"Bronze mace","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_mace","equipment":{"attack_stab":1,"attack_slash":-2,"attack_crush":6,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":5,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"weapon","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":125},"1424":{"id":1424,"name":"Steel mace","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":225,"lowalch":90,"highalch":135,"buy_limit":125,"wiki_name":"Steel mace","wiki_url":"https://oldschool.runescape.wiki/w/Steel_mace","equipment":{"attack_stab":7,"attack_slash":-2,"attack_crush":13,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":11,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"weapon","requirements":{"attack":5}},"weapon":{"attack_speed":4,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":40},"1426":{"id":1426,"name":"Black mace","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":432,"lowalch":172,"highalch":259,"buy_limit":125,"wiki_name":"Black mace","wiki_url":"https://oldschool.runescape.wiki/w/Black_mace","equipment":{"attack_stab":8,"attack_slash":-2,"attack_crush":16,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":13,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"weapon","requirements":{"attack":10}},"weapon":{"attack_speed":4,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":805},"1428":{"id":1428,"name":"Mithril mace","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":585,"lowalch":234,"highalch":351,"buy_limit":125,"wiki_name":"Mithril mace","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_mace","equipment":{"attack_stab":11,"attack_slash":-2,"attack_crush":18,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":16,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"weapon","requirements":{"attack":20}},"weapon":{"attack_speed":4,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":117},"1430":{"id":1430,"name":"Adamant mace","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1440,"lowalch":576,"highalch":864,"buy_limit":125,"wiki_name":"Adamant mace","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_mace","equipment":{"attack_stab":13,"attack_slash":-2,"attack_crush":25,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":23,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"weapon","requirements":{"attack":30}},"weapon":{"attack_speed":4,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":614},"1432":{"id":1432,"name":"Rune mace","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":14400,"lowalch":5760,"highalch":8640,"buy_limit":70,"wiki_name":"Rune mace","wiki_url":"https://oldschool.runescape.wiki/w/Rune_mace","equipment":{"attack_stab":20,"attack_slash":-2,"attack_crush":39,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":36,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"weapon","requirements":{"attack":40}},"weapon":{"attack_speed":4,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":8155},"1434":{"id":1434,"name":"Dragon mace","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":50000,"lowalch":20000,"highalch":30000,"buy_limit":70,"wiki_name":"Dragon mace","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_mace","equipment":{"attack_stab":40,"attack_slash":-2,"attack_crush":60,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":55,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"weapon","requirements":{"attack":60}},"weapon":{"attack_speed":4,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":29620},"1436":{"id":1436,"name":"Rune essence","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":20000,"wiki_name":"Rune essence","wiki_url":"https://oldschool.runescape.wiki/w/Rune_essence","price":11},"1438":{"id":1438,"name":"Air talisman","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":11000,"wiki_name":"Air talisman","wiki_url":"https://oldschool.runescape.wiki/w/Air_talisman","price":54},"1440":{"id":1440,"name":"Earth talisman","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":11000,"wiki_name":"Earth talisman","wiki_url":"https://oldschool.runescape.wiki/w/Earth_talisman","price":247},"1442":{"id":1442,"name":"Fire talisman","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":11000,"wiki_name":"Fire talisman","wiki_url":"https://oldschool.runescape.wiki/w/Fire_talisman","price":1685},"1444":{"id":1444,"name":"Water talisman","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":11000,"wiki_name":"Water talisman","wiki_url":"https://oldschool.runescape.wiki/w/Water_talisman","price":140},"1446":{"id":1446,"name":"Body talisman","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":11000,"wiki_name":"Body talisman","wiki_url":"https://oldschool.runescape.wiki/w/Body_talisman","price":1251},"1448":{"id":1448,"name":"Mind talisman","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":11000,"wiki_name":"Mind talisman","wiki_url":"https://oldschool.runescape.wiki/w/Mind_talisman","price":1670},"1450":{"id":1450,"name":"Blood talisman","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Blood talisman","wiki_url":"https://oldschool.runescape.wiki/w/Blood_talisman","price":92000},"1452":{"id":1452,"name":"Chaos talisman","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":11000,"wiki_name":"Chaos talisman","wiki_url":"https://oldschool.runescape.wiki/w/Chaos_talisman","price":61},"1454":{"id":1454,"name":"Cosmic talisman","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":11000,"wiki_name":"Cosmic talisman","wiki_url":"https://oldschool.runescape.wiki/w/Cosmic_talisman","price":156},"1456":{"id":1456,"name":"Death talisman","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":11000,"wiki_name":"Death talisman","wiki_url":"https://oldschool.runescape.wiki/w/Death_talisman","price":453},"1458":{"id":1458,"name":"Law talisman","members":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Law talisman","wiki_url":"https://oldschool.runescape.wiki/w/Law_talisman","price":0},"1462":{"id":1462,"name":"Nature talisman","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":11000,"wiki_name":"Nature talisman","wiki_url":"https://oldschool.runescape.wiki/w/Nature_talisman","price":1062},"1464":{"id":1464,"name":"Archery ticket","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":25,"lowalch":10,"highalch":15,"buy_limit":18000,"wiki_name":"Archery ticket","wiki_url":"https://oldschool.runescape.wiki/w/Archery_ticket","price":14},"1465":{"id":1465,"name":"Weapon poison","members":true,"cost":11,"lowalch":4,"highalch":6,"wiki_name":"Weapon poison (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Weapon_poison_(unobtainable_item)","price":0},"1466":{"id":1466,"name":"Sea slug","members":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Sea slug (item)","wiki_url":"https://oldschool.runescape.wiki/w/Sea_slug_(item)","price":0},"1467":{"id":1467,"name":"Damp sticks","members":true,"cost":1,"wiki_name":"Damp sticks","wiki_url":"https://oldschool.runescape.wiki/w/Damp_sticks","price":0},"1468":{"id":1468,"name":"Dry sticks","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dry sticks","wiki_url":"https://oldschool.runescape.wiki/w/Dry_sticks","price":0},"1469":{"id":1469,"name":"Broken glass","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Broken glass","wiki_url":"https://oldschool.runescape.wiki/w/Broken_glass","price":0},"1470":{"id":1470,"name":"Red bead","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":11000,"wiki_name":"Red bead","wiki_url":"https://oldschool.runescape.wiki/w/Red_bead","price":1884},"1472":{"id":1472,"name":"Yellow bead","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":11000,"wiki_name":"Yellow bead","wiki_url":"https://oldschool.runescape.wiki/w/Yellow_bead","price":1848},"1474":{"id":1474,"name":"Black bead","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":11000,"wiki_name":"Black bead","wiki_url":"https://oldschool.runescape.wiki/w/Black_bead","price":1500},"1476":{"id":1476,"name":"White bead","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":11000,"wiki_name":"White bead","wiki_url":"https://oldschool.runescape.wiki/w/White_bead","price":3761},"1478":{"id":1478,"name":"Amulet of accuracy","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":5,"wiki_name":"Amulet of accuracy","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_accuracy","equipment":{"attack_stab":4,"attack_slash":4,"attack_crush":4,"attack_magic":4,"attack_ranged":4,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":1162},"1480":{"id":1480,"name":"Rock","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rock (elemental)","wiki_url":"https://oldschool.runescape.wiki/w/Rock_(elemental)","price":0},"1481":{"id":1481,"name":"Orb of light","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Orb of light (1)","wiki_url":"https://oldschool.runescape.wiki/w/Orb_of_light#1","price":0},"1482":{"id":1482,"name":"Orb of light","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Orb of light (2)","wiki_url":"https://oldschool.runescape.wiki/w/Orb_of_light#2","price":0},"1483":{"id":1483,"name":"Orb of light","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Orb of light (3)","wiki_url":"https://oldschool.runescape.wiki/w/Orb_of_light#3","price":0},"1484":{"id":1484,"name":"Orb of light","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Orb of light (4)","wiki_url":"https://oldschool.runescape.wiki/w/Orb_of_light#4","price":0},"1485":{"id":1485,"name":"Oily cloth","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Oily cloth","wiki_url":"https://oldschool.runescape.wiki/w/Oily_cloth","price":0},"1486":{"id":1486,"name":"Piece of railing","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Piece of railing","wiki_url":"https://oldschool.runescape.wiki/w/Piece_of_railing","price":0},"1487":{"id":1487,"name":"Unicorn horn","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Unicorn horn (Underground Pass)","wiki_url":"https://oldschool.runescape.wiki/w/Unicorn_horn_(Underground_Pass)","price":0},"1488":{"id":1488,"name":"Paladin's badge","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Paladin's badge (Sir Jerro)","wiki_url":"https://oldschool.runescape.wiki/w/Paladin's_badge_(Sir_Jerro)","price":0},"1489":{"id":1489,"name":"Paladin's badge","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Paladin's badge (Sir Carl)","wiki_url":"https://oldschool.runescape.wiki/w/Paladin's_badge_(Sir_Carl)","price":0},"1490":{"id":1490,"name":"Paladin's badge","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Paladin's badge (Sir Harry)","wiki_url":"https://oldschool.runescape.wiki/w/Paladin's_badge_(Sir_Harry)","price":0},"1491":{"id":1491,"name":"Witch's cat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Witch's cat","wiki_url":"https://oldschool.runescape.wiki/w/Witch's_cat","price":0},"1492":{"id":1492,"name":"Doll of iban","members":true,"cost":2,"wiki_name":"Doll of iban","wiki_url":"https://oldschool.runescape.wiki/w/Doll_of_iban","price":0},"1493":{"id":1493,"name":"Old journal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old journal","wiki_url":"https://oldschool.runescape.wiki/w/Old_journal","price":0},"1494":{"id":1494,"name":"History of iban","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"History of iban","wiki_url":"https://oldschool.runescape.wiki/w/History_of_iban","price":0},"1495":{"id":1495,"name":"Klank's gauntlets","members":true,"equipable":true,"equipable_by_player":true,"cost":6,"lowalch":2,"highalch":3,"wiki_name":"Klank's gauntlets","wiki_url":"https://oldschool.runescape.wiki/w/Klank's_gauntlets","equipment":{"attack_stab":2,"attack_slash":2,"attack_crush":2,"attack_magic":0,"attack_ranged":0,"defence_stab":8,"defence_slash":9,"defence_crush":7,"defence_magic":0,"defence_ranged":0,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"1496":{"id":1496,"name":"Iban's dove","members":true,"cost":1,"wiki_name":"Iban's dove","wiki_url":"https://oldschool.runescape.wiki/w/Iban's_dove","price":0},"1497":{"id":1497,"name":"Amulet of othanian","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Amulet of othanian","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_othanian","price":0},"1498":{"id":1498,"name":"Amulet of doomion","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Amulet of doomion","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_doomion","price":0},"1499":{"id":1499,"name":"Amulet of holthion","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Amulet of holthion","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_holthion","price":0},"1500":{"id":1500,"name":"Iban's shadow","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Iban's shadow","wiki_url":"https://oldschool.runescape.wiki/w/Iban's_shadow","price":0},"1501":{"id":1501,"name":"Dwarf brew","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Dwarf brew","wiki_url":"https://oldschool.runescape.wiki/w/Dwarf_brew","price":0},"1502":{"id":1502,"name":"Iban's ashes","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Iban's ashes","wiki_url":"https://oldschool.runescape.wiki/w/Iban's_ashes","price":0},"1503":{"id":1503,"name":"Warrant","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Warrant","wiki_url":"https://oldschool.runescape.wiki/w/Warrant","price":0},"1504":{"id":1504,"name":"Hangover cure","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Hangover cure","wiki_url":"https://oldschool.runescape.wiki/w/Hangover_cure","price":0},"1505":{"id":1505,"name":"Ardougne teleport scroll","members":true,"cost":1,"wiki_name":"Ardougne teleport scroll","wiki_url":"https://oldschool.runescape.wiki/w/Ardougne_teleport_scroll","price":0},"1506":{"id":1506,"name":"Gas mask","members":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Gas mask","wiki_url":"https://oldschool.runescape.wiki/w/Gas_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"1507":{"id":1507,"name":"A small key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"A small key","wiki_url":"https://oldschool.runescape.wiki/w/A_small_key","price":0},"1508":{"id":1508,"name":"A scruffy note","members":true,"cost":2,"wiki_name":"A scruffy note","wiki_url":"https://oldschool.runescape.wiki/w/A_scruffy_note","price":0},"1509":{"id":1509,"name":"Book","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Book (Plague City)","wiki_url":"https://oldschool.runescape.wiki/w/Book_(Plague_City)","price":0},"1510":{"id":1510,"name":"Picture","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Picture","wiki_url":"https://oldschool.runescape.wiki/w/Picture","price":0},"1511":{"id":1511,"name":"Logs","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":15000,"wiki_name":"Logs","wiki_url":"https://oldschool.runescape.wiki/w/Logs","price":116},"1513":{"id":1513,"name":"Magic logs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":320,"lowalch":128,"highalch":192,"buy_limit":12000,"wiki_name":"Magic logs","wiki_url":"https://oldschool.runescape.wiki/w/Magic_logs","price":942},"1515":{"id":1515,"name":"Yew logs","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":12000,"wiki_name":"Yew logs","wiki_url":"https://oldschool.runescape.wiki/w/Yew_logs","price":213},"1517":{"id":1517,"name":"Maple logs","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":15000,"wiki_name":"Maple logs","wiki_url":"https://oldschool.runescape.wiki/w/Maple_logs","price":14},"1519":{"id":1519,"name":"Willow logs","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":15000,"wiki_name":"Willow logs","wiki_url":"https://oldschool.runescape.wiki/w/Willow_logs","price":151},"1521":{"id":1521,"name":"Oak logs","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":15000,"wiki_name":"Oak logs","wiki_url":"https://oldschool.runescape.wiki/w/Oak_logs","price":76},"1523":{"id":1523,"name":"Lockpick","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":250,"wiki_name":"Lockpick","wiki_url":"https://oldschool.runescape.wiki/w/Lockpick","price":248},"1525":{"id":1525,"name":"Grimy snake weed","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Grimy snake weed","wiki_url":"https://oldschool.runescape.wiki/w/Grimy_snake_weed","price":0},"1526":{"id":1526,"name":"Snake weed","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Snake weed","wiki_url":"https://oldschool.runescape.wiki/w/Snake_weed","price":0},"1527":{"id":1527,"name":"Grimy ardrigal","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Grimy ardrigal","wiki_url":"https://oldschool.runescape.wiki/w/Grimy_ardrigal","price":0},"1528":{"id":1528,"name":"Ardrigal","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Ardrigal","wiki_url":"https://oldschool.runescape.wiki/w/Ardrigal","price":0},"1529":{"id":1529,"name":"Grimy sito foil","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Grimy sito foil","wiki_url":"https://oldschool.runescape.wiki/w/Grimy_sito_foil","price":0},"1530":{"id":1530,"name":"Sito foil","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Sito foil","wiki_url":"https://oldschool.runescape.wiki/w/Sito_foil","price":0},"1531":{"id":1531,"name":"Grimy volencia moss","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Grimy volencia moss","wiki_url":"https://oldschool.runescape.wiki/w/Grimy_volencia_moss","price":0},"1532":{"id":1532,"name":"Volencia moss","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Volencia moss","wiki_url":"https://oldschool.runescape.wiki/w/Volencia_moss","price":0},"1533":{"id":1533,"name":"Grimy rogue's purse","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Grimy rogue's purse","wiki_url":"https://oldschool.runescape.wiki/w/Grimy_rogue's_purse","price":0},"1534":{"id":1534,"name":"Rogue's purse","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Rogue's purse","wiki_url":"https://oldschool.runescape.wiki/w/Rogue's_purse","price":0},"1535":{"id":1535,"name":"Map part","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Map part (Melzar)","wiki_url":"https://oldschool.runescape.wiki/w/Map_part#Melzar","price":0},"1536":{"id":1536,"name":"Map part","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Map part (Thalzar)","wiki_url":"https://oldschool.runescape.wiki/w/Map_part#Thalzar","price":0},"1537":{"id":1537,"name":"Map part","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Map part (Lozar)","wiki_url":"https://oldschool.runescape.wiki/w/Map_part#Lozar","price":0},"1538":{"id":1538,"name":"Crandor map","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crandor map","wiki_url":"https://oldschool.runescape.wiki/w/Crandor_map","price":0},"1539":{"id":1539,"name":"Steel nails","tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":13000,"wiki_name":"Steel nails","wiki_url":"https://oldschool.runescape.wiki/w/Steel_nails","price":21},"1540":{"id":1540,"name":"Anti-dragon shield","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":125,"wiki_name":"Anti-dragon shield","wiki_url":"https://oldschool.runescape.wiki/w/Anti-dragon_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":7,"defence_slash":9,"defence_crush":8,"defence_magic":2,"defence_ranged":8,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":160},"1542":{"id":1542,"name":"Maze key","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Maze key","wiki_url":"https://oldschool.runescape.wiki/w/Maze_key","price":0},"1543":{"id":1543,"name":"Key","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Key (Melzar's Maze) (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Key_(Melzar's_Maze)#Red","price":0},"1544":{"id":1544,"name":"Key","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Key (Melzar's Maze) (Orange)","wiki_url":"https://oldschool.runescape.wiki/w/Key_(Melzar's_Maze)#Orange","price":0},"1545":{"id":1545,"name":"Key","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Key (Melzar's Maze) (Yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Key_(Melzar's_Maze)#Yellow","price":0},"1546":{"id":1546,"name":"Key","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Key (Melzar's Maze) (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Key_(Melzar's_Maze)#Blue","price":0},"1547":{"id":1547,"name":"Key","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Key (Melzar's Maze) (Magenta)","wiki_url":"https://oldschool.runescape.wiki/w/Key_(Melzar's_Maze)#Magenta","price":0},"1548":{"id":1548,"name":"Key","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Key (Melzar's Maze) (Green)","wiki_url":"https://oldschool.runescape.wiki/w/Key_(Melzar's_Maze)#Green","price":0},"1549":{"id":1549,"name":"Stake","cost":8,"lowalch":3,"highalch":4,"wiki_name":"Stake","wiki_url":"https://oldschool.runescape.wiki/w/Stake","price":0},"1550":{"id":1550,"name":"Garlic","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":11000,"wiki_name":"Garlic","wiki_url":"https://oldschool.runescape.wiki/w/Garlic","price":76},"1552":{"id":1552,"name":"Seasoned sardine","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":15,"wiki_name":"Seasoned sardine","wiki_url":"https://oldschool.runescape.wiki/w/Seasoned_sardine","price":776},"1554":{"id":1554,"name":"Fluffs' kitten","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fluffs' kitten","wiki_url":"https://oldschool.runescape.wiki/w/Fluffs'_kitten","price":0},"1555":{"id":1555,"name":"Pet kitten","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Kitten (Grey and black)","wiki_url":"https://oldschool.runescape.wiki/w/Kitten#Grey_and_black","price":0},"1556":{"id":1556,"name":"Pet kitten","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Kitten (White)","wiki_url":"https://oldschool.runescape.wiki/w/Kitten#White","price":0},"1557":{"id":1557,"name":"Pet kitten","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Kitten (Brown)","wiki_url":"https://oldschool.runescape.wiki/w/Kitten#Brown","price":0},"1558":{"id":1558,"name":"Pet kitten","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Kitten (Black)","wiki_url":"https://oldschool.runescape.wiki/w/Kitten#Black","price":0},"1559":{"id":1559,"name":"Pet kitten","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Kitten (Grey and brown)","wiki_url":"https://oldschool.runescape.wiki/w/Kitten#Grey_and_brown","price":0},"1560":{"id":1560,"name":"Pet kitten","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Kitten (Grey and blue)","wiki_url":"https://oldschool.runescape.wiki/w/Kitten#Grey_and_blue","price":0},"1561":{"id":1561,"name":"Pet cat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cat (Grey and black)","wiki_url":"https://oldschool.runescape.wiki/w/Cat#Grey_and_black","price":0},"1562":{"id":1562,"name":"Pet cat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cat (White)","wiki_url":"https://oldschool.runescape.wiki/w/Cat#White","price":0},"1563":{"id":1563,"name":"Pet cat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cat (Brown)","wiki_url":"https://oldschool.runescape.wiki/w/Cat#Brown","price":0},"1564":{"id":1564,"name":"Pet cat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cat (Black)","wiki_url":"https://oldschool.runescape.wiki/w/Cat#Black","price":0},"1565":{"id":1565,"name":"Pet cat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cat (Grey and brown)","wiki_url":"https://oldschool.runescape.wiki/w/Cat#Grey_and_brown","price":0},"1566":{"id":1566,"name":"Pet cat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cat (Grey and blue)","wiki_url":"https://oldschool.runescape.wiki/w/Cat#Grey_and_blue","price":0},"1567":{"id":1567,"name":"Pet cat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Overgrown cat (Grey and black)","wiki_url":"https://oldschool.runescape.wiki/w/Overgrown_cat#Grey_and_black","price":0},"1568":{"id":1568,"name":"Pet cat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Overgrown cat (White)","wiki_url":"https://oldschool.runescape.wiki/w/Overgrown_cat#White","price":0},"1569":{"id":1569,"name":"Pet cat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Overgrown cat (Brown)","wiki_url":"https://oldschool.runescape.wiki/w/Overgrown_cat#Brown","price":0},"1570":{"id":1570,"name":"Pet cat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Overgrown cat (Black)","wiki_url":"https://oldschool.runescape.wiki/w/Overgrown_cat#Black","price":0},"1571":{"id":1571,"name":"Pet cat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Overgrown cat (Grey and brown)","wiki_url":"https://oldschool.runescape.wiki/w/Overgrown_cat#Grey_and_brown","price":0},"1572":{"id":1572,"name":"Pet cat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Overgrown cat (Grey and blue)","wiki_url":"https://oldschool.runescape.wiki/w/Overgrown_cat#Grey_and_blue","price":0},"1573":{"id":1573,"name":"Doogle leaves","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":15,"wiki_name":"Doogle leaves","wiki_url":"https://oldschool.runescape.wiki/w/Doogle_leaves","price":1},"1575":{"id":1575,"name":"Cat training medal","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":350,"lowalch":140,"highalch":210,"wiki_name":"Cat training medal","wiki_url":"https://oldschool.runescape.wiki/w/Cat_training_medal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"1577":{"id":1577,"name":"Pete's candlestick","members":true,"tradeable":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Pete's candlestick","wiki_url":"https://oldschool.runescape.wiki/w/Pete's_candlestick","price":0},"1579":{"id":1579,"name":"Thieves' armband","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Thieves' armband","wiki_url":"https://oldschool.runescape.wiki/w/Thieves'_armband","price":0},"1580":{"id":1580,"name":"Ice gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":6,"lowalch":2,"highalch":3,"wiki_name":"Ice gloves","wiki_url":"https://oldschool.runescape.wiki/w/Ice_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":4,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"1581":{"id":1581,"name":"Blamish snail slime","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Blamish snail slime","wiki_url":"https://oldschool.runescape.wiki/w/Blamish_snail_slime","price":0},"1582":{"id":1582,"name":"Blamish oil","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Blamish oil","wiki_url":"https://oldschool.runescape.wiki/w/Blamish_oil","price":0},"1583":{"id":1583,"name":"Fire feather","members":true,"cost":2,"wiki_name":"Fire feather","wiki_url":"https://oldschool.runescape.wiki/w/Fire_feather","price":0},"1584":{"id":1584,"name":"Id papers","members":true,"cost":1,"wiki_name":"Id papers","wiki_url":"https://oldschool.runescape.wiki/w/Id_papers","price":0},"1585":{"id":1585,"name":"Oily fishing rod","members":true,"cost":15,"lowalch":6,"highalch":9,"wiki_name":"Oily fishing rod","wiki_url":"https://oldschool.runescape.wiki/w/Oily_fishing_rod","price":0},"1586":{"id":1586,"name":"Miscellaneous key","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Miscellaneous key","wiki_url":"https://oldschool.runescape.wiki/w/Miscellaneous_key","price":0},"1588":{"id":1588,"name":"Grip's keyring","members":true,"cost":1,"wiki_name":"Grip's keyring","wiki_url":"https://oldschool.runescape.wiki/w/Grip's_keyring","price":0},"1590":{"id":1590,"name":"Dusty key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dusty key","wiki_url":"https://oldschool.runescape.wiki/w/Dusty_key","price":0},"1591":{"id":1591,"name":"Jail key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Jail key","wiki_url":"https://oldschool.runescape.wiki/w/Jail_key","price":0},"1592":{"id":1592,"name":"Ring mould","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":40,"wiki_name":"Ring mould","wiki_url":"https://oldschool.runescape.wiki/w/Ring_mould","price":308},"1594":{"id":1594,"name":"Unholy mould","members":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Unholy mould","wiki_url":"https://oldschool.runescape.wiki/w/Unholy_mould","price":0},"1595":{"id":1595,"name":"Amulet mould","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":40,"wiki_name":"Amulet mould","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_mould","price":427},"1597":{"id":1597,"name":"Necklace mould","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":40,"wiki_name":"Necklace mould","wiki_url":"https://oldschool.runescape.wiki/w/Necklace_mould","price":322},"1599":{"id":1599,"name":"Holy mould","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":40,"wiki_name":"Holy mould","wiki_url":"https://oldschool.runescape.wiki/w/Holy_mould","price":5},"1601":{"id":1601,"name":"Diamond","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":11000,"wiki_name":"Diamond","wiki_url":"https://oldschool.runescape.wiki/w/Diamond","price":1632},"1603":{"id":1603,"name":"Ruby","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":13000,"wiki_name":"Ruby","wiki_url":"https://oldschool.runescape.wiki/w/Ruby","price":825},"1605":{"id":1605,"name":"Emerald","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":13000,"wiki_name":"Emerald","wiki_url":"https://oldschool.runescape.wiki/w/Emerald","price":401},"1607":{"id":1607,"name":"Sapphire","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":13000,"wiki_name":"Sapphire","wiki_url":"https://oldschool.runescape.wiki/w/Sapphire","price":214},"1609":{"id":1609,"name":"Opal","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":13000,"wiki_name":"Opal","wiki_url":"https://oldschool.runescape.wiki/w/Opal","price":1270},"1611":{"id":1611,"name":"Jade","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":13000,"wiki_name":"Jade","wiki_url":"https://oldschool.runescape.wiki/w/Jade","price":318},"1613":{"id":1613,"name":"Red topaz","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":11000,"wiki_name":"Red topaz","wiki_url":"https://oldschool.runescape.wiki/w/Red_topaz","price":1590},"1615":{"id":1615,"name":"Dragonstone","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":11000,"wiki_name":"Dragonstone","wiki_url":"https://oldschool.runescape.wiki/w/Dragonstone","price":11700},"1617":{"id":1617,"name":"Uncut diamond","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":10000,"wiki_name":"Uncut diamond","wiki_url":"https://oldschool.runescape.wiki/w/Uncut_diamond","price":1957},"1619":{"id":1619,"name":"Uncut ruby","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":10000,"wiki_name":"Uncut ruby","wiki_url":"https://oldschool.runescape.wiki/w/Uncut_ruby","price":872},"1621":{"id":1621,"name":"Uncut emerald","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":10000,"wiki_name":"Uncut emerald","wiki_url":"https://oldschool.runescape.wiki/w/Uncut_emerald","price":400},"1623":{"id":1623,"name":"Uncut sapphire","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":25,"lowalch":10,"highalch":15,"buy_limit":10000,"wiki_name":"Uncut sapphire","wiki_url":"https://oldschool.runescape.wiki/w/Uncut_sapphire","price":203},"1625":{"id":1625,"name":"Uncut opal","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":10000,"wiki_name":"Uncut opal","wiki_url":"https://oldschool.runescape.wiki/w/Uncut_opal","price":1026},"1627":{"id":1627,"name":"Uncut jade","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":10000,"wiki_name":"Uncut jade","wiki_url":"https://oldschool.runescape.wiki/w/Uncut_jade","price":165},"1629":{"id":1629,"name":"Uncut red topaz","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":10000,"wiki_name":"Uncut red topaz","wiki_url":"https://oldschool.runescape.wiki/w/Uncut_red_topaz","price":1363},"1631":{"id":1631,"name":"Uncut dragonstone","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":10000,"wiki_name":"Uncut dragonstone","wiki_url":"https://oldschool.runescape.wiki/w/Uncut_dragonstone","price":12799},"1633":{"id":1633,"name":"Crushed gem","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crushed gem","wiki_url":"https://oldschool.runescape.wiki/w/Crushed_gem","price":0},"1635":{"id":1635,"name":"Gold ring","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":350,"lowalch":140,"highalch":210,"buy_limit":18000,"wiki_name":"Gold ring","wiki_url":"https://oldschool.runescape.wiki/w/Gold_ring","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":158},"1637":{"id":1637,"name":"Sapphire ring","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":900,"lowalch":360,"highalch":540,"buy_limit":10000,"wiki_name":"Sapphire ring","wiki_url":"https://oldschool.runescape.wiki/w/Sapphire_ring","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":421},"1639":{"id":1639,"name":"Emerald ring","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1275,"lowalch":510,"highalch":765,"buy_limit":10000,"wiki_name":"Emerald ring","wiki_url":"https://oldschool.runescape.wiki/w/Emerald_ring","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":680},"1641":{"id":1641,"name":"Ruby ring","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2025,"lowalch":810,"highalch":1215,"buy_limit":10000,"wiki_name":"Ruby ring","wiki_url":"https://oldschool.runescape.wiki/w/Ruby_ring","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":1022},"1643":{"id":1643,"name":"Diamond ring","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3525,"lowalch":1410,"highalch":2115,"buy_limit":10000,"wiki_name":"Diamond ring","wiki_url":"https://oldschool.runescape.wiki/w/Diamond_ring","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":2020},"1645":{"id":1645,"name":"Dragonstone ring","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":17625,"lowalch":7050,"highalch":10575,"buy_limit":10000,"wiki_name":"Dragonstone ring","wiki_url":"https://oldschool.runescape.wiki/w/Dragonstone_ring","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":11850},"1654":{"id":1654,"name":"Gold necklace","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":450,"lowalch":180,"highalch":270,"buy_limit":18000,"wiki_name":"Gold necklace","wiki_url":"https://oldschool.runescape.wiki/w/Gold_necklace","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":188},"1656":{"id":1656,"name":"Sapphire necklace","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1050,"lowalch":420,"highalch":630,"buy_limit":18000,"wiki_name":"Sapphire necklace","wiki_url":"https://oldschool.runescape.wiki/w/Sapphire_necklace","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":446},"1658":{"id":1658,"name":"Emerald necklace","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1425,"lowalch":570,"highalch":855,"buy_limit":18000,"wiki_name":"Emerald necklace","wiki_url":"https://oldschool.runescape.wiki/w/Emerald_necklace","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":687},"1660":{"id":1660,"name":"Ruby necklace","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2175,"lowalch":870,"highalch":1305,"buy_limit":18000,"wiki_name":"Ruby necklace","wiki_url":"https://oldschool.runescape.wiki/w/Ruby_necklace","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":1115},"1662":{"id":1662,"name":"Diamond necklace","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3675,"lowalch":1470,"highalch":2205,"buy_limit":18000,"wiki_name":"Diamond necklace","wiki_url":"https://oldschool.runescape.wiki/w/Diamond_necklace","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":2012},"1664":{"id":1664,"name":"Dragon necklace","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":18375,"lowalch":7350,"highalch":11025,"buy_limit":10000,"wiki_name":"Dragon necklace","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_necklace","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":11590},"1673":{"id":1673,"name":"Gold amulet (u)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":350,"lowalch":140,"highalch":210,"buy_limit":18000,"wiki_name":"Gold amulet (u)","wiki_url":"https://oldschool.runescape.wiki/w/Gold_amulet_(u)","price":159},"1675":{"id":1675,"name":"Sapphire amulet (u)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":900,"lowalch":360,"highalch":540,"buy_limit":10000,"wiki_name":"Sapphire amulet (u)","wiki_url":"https://oldschool.runescape.wiki/w/Sapphire_amulet_(u)","price":400},"1677":{"id":1677,"name":"Emerald amulet (u)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1275,"lowalch":510,"highalch":765,"buy_limit":10000,"wiki_name":"Emerald amulet (u)","wiki_url":"https://oldschool.runescape.wiki/w/Emerald_amulet_(u)","price":586},"1679":{"id":1679,"name":"Ruby amulet (u)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2025,"lowalch":810,"highalch":1215,"buy_limit":10000,"wiki_name":"Ruby amulet (u)","wiki_url":"https://oldschool.runescape.wiki/w/Ruby_amulet_(u)","price":1030},"1681":{"id":1681,"name":"Diamond amulet (u)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3525,"lowalch":1410,"highalch":2115,"buy_limit":10000,"wiki_name":"Diamond amulet (u)","wiki_url":"https://oldschool.runescape.wiki/w/Diamond_amulet_(u)","price":1912},"1683":{"id":1683,"name":"Dragonstone amulet (u)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":17625,"lowalch":7050,"highalch":10575,"buy_limit":10000,"wiki_name":"Dragonstone amulet (u)","wiki_url":"https://oldschool.runescape.wiki/w/Dragonstone_amulet_(u)","price":11700},"1686":{"id":1686,"name":"Karamja gloves","incomplete":true,"cost":0,"lowalch":0,"highalch":0,"price":0},"1692":{"id":1692,"name":"Gold amulet","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":350,"lowalch":140,"highalch":210,"buy_limit":18000,"wiki_name":"Gold amulet","wiki_url":"https://oldschool.runescape.wiki/w/Gold_amulet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":739},"1694":{"id":1694,"name":"Sapphire amulet","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":900,"lowalch":360,"highalch":540,"buy_limit":10000,"wiki_name":"Sapphire amulet","wiki_url":"https://oldschool.runescape.wiki/w/Sapphire_amulet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":524},"1696":{"id":1696,"name":"Emerald amulet","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1275,"lowalch":510,"highalch":765,"buy_limit":10000,"wiki_name":"Emerald amulet","wiki_url":"https://oldschool.runescape.wiki/w/Emerald_amulet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":1150},"1698":{"id":1698,"name":"Ruby amulet","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2025,"lowalch":810,"highalch":1215,"buy_limit":10000,"wiki_name":"Ruby amulet","wiki_url":"https://oldschool.runescape.wiki/w/Ruby_amulet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":1218},"1700":{"id":1700,"name":"Diamond amulet","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3525,"lowalch":1410,"highalch":2115,"buy_limit":10000,"wiki_name":"Diamond amulet","wiki_url":"https://oldschool.runescape.wiki/w/Diamond_amulet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":1964},"1702":{"id":1702,"name":"Dragonstone amulet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":17625,"lowalch":7050,"highalch":10575,"buy_limit":10000,"wiki_name":"Dragonstone amulet","wiki_url":"https://oldschool.runescape.wiki/w/Dragonstone_amulet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":12226},"1704":{"id":1704,"name":"Amulet of glory","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":17625,"lowalch":7050,"highalch":10575,"buy_limit":10000,"wiki_name":"Amulet of glory (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_glory#Uncharged","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":10,"attack_magic":10,"attack_ranged":10,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":3,"defence_ranged":3,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"neck","requirements":null},"price":12147},"1706":{"id":1706,"name":"Amulet of glory(1)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":17625,"lowalch":7050,"highalch":10575,"wiki_name":"Amulet of glory (1)","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_glory#(1)","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":10,"attack_magic":10,"attack_ranged":10,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":3,"defence_ranged":3,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"neck","requirements":null},"price":0},"1708":{"id":1708,"name":"Amulet of glory(2)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":17625,"lowalch":7050,"highalch":10575,"wiki_name":"Amulet of glory (2)","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_glory#(2)","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":10,"attack_magic":10,"attack_ranged":10,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":3,"defence_ranged":3,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"neck","requirements":null},"price":0},"1710":{"id":1710,"name":"Amulet of glory(3)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":17625,"lowalch":7050,"highalch":10575,"wiki_name":"Amulet of glory (3)","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_glory#(3)","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":10,"attack_magic":10,"attack_ranged":10,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":3,"defence_ranged":3,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"neck","requirements":null},"price":0},"1712":{"id":1712,"name":"Amulet of glory(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":17625,"lowalch":7050,"highalch":10575,"buy_limit":10000,"wiki_name":"Amulet of glory (4)","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_glory#(4)","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":10,"attack_magic":10,"attack_ranged":10,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":3,"defence_ranged":3,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"neck","requirements":null},"price":12495},"1714":{"id":1714,"name":"Unstrung symbol","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":10000,"wiki_name":"Unstrung symbol","wiki_url":"https://oldschool.runescape.wiki/w/Unstrung_symbol","price":238},"1716":{"id":1716,"name":"Unblessed symbol","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":10000,"wiki_name":"Unblessed symbol","wiki_url":"https://oldschool.runescape.wiki/w/Unblessed_symbol","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":50},"1718":{"id":1718,"name":"Holy symbol","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":125,"wiki_name":"Holy symbol","wiki_url":"https://oldschool.runescape.wiki/w/Holy_symbol","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":2,"defence_slash":2,"defence_crush":2,"defence_magic":2,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":8,"slot":"neck","requirements":null},"price":585},"1720":{"id":1720,"name":"Unstrung emblem","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":10000,"wiki_name":"Unstrung emblem","wiki_url":"https://oldschool.runescape.wiki/w/Unstrung_emblem","price":3},"1722":{"id":1722,"name":"Unpowered symbol","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":10000,"wiki_name":"Unpowered symbol","wiki_url":"https://oldschool.runescape.wiki/w/Unpowered_symbol","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":6},"1724":{"id":1724,"name":"Unholy symbol","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":125,"wiki_name":"Unholy symbol","wiki_url":"https://oldschool.runescape.wiki/w/Unholy_symbol","equipment":{"attack_stab":2,"attack_slash":2,"attack_crush":2,"attack_magic":2,"attack_ranged":2,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":8,"slot":"neck","requirements":null},"price":304},"1725":{"id":1725,"name":"Amulet of strength","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2025,"lowalch":810,"highalch":1215,"buy_limit":125,"wiki_name":"Amulet of strength","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_strength","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":1345},"1727":{"id":1727,"name":"Amulet of magic","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":900,"lowalch":360,"highalch":540,"buy_limit":125,"wiki_name":"Amulet of magic","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_magic","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":10,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":523},"1729":{"id":1729,"name":"Amulet of defence","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1275,"lowalch":510,"highalch":765,"buy_limit":125,"wiki_name":"Amulet of defence","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_defence","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":7,"defence_slash":7,"defence_crush":7,"defence_magic":7,"defence_ranged":7,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":962},"1731":{"id":1731,"name":"Amulet of power","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3525,"lowalch":1410,"highalch":2115,"buy_limit":125,"wiki_name":"Amulet of power","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_power","equipment":{"attack_stab":6,"attack_slash":6,"attack_crush":6,"attack_magic":6,"attack_ranged":6,"defence_stab":6,"defence_slash":6,"defence_crush":6,"defence_magic":6,"defence_ranged":6,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"neck","requirements":null},"price":2319},"1733":{"id":1733,"name":"Needle","tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":40,"wiki_name":"Needle","wiki_url":"https://oldschool.runescape.wiki/w/Needle","price":48},"1734":{"id":1734,"name":"Thread","tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":18000,"wiki_name":"Thread","wiki_url":"https://oldschool.runescape.wiki/w/Thread","price":17},"1735":{"id":1735,"name":"Shears","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":40,"wiki_name":"Shears","wiki_url":"https://oldschool.runescape.wiki/w/Shears","price":1},"1737":{"id":1737,"name":"Wool","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Wool","wiki_url":"https://oldschool.runescape.wiki/w/Wool","price":97},"1739":{"id":1739,"name":"Cowhide","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Cowhide","wiki_url":"https://oldschool.runescape.wiki/w/Cowhide","price":217},"1741":{"id":1741,"name":"Leather","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Leather","wiki_url":"https://oldschool.runescape.wiki/w/Leather","price":193},"1743":{"id":1743,"name":"Hard leather","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Hard leather","wiki_url":"https://oldschool.runescape.wiki/w/Hard_leather","price":351},"1745":{"id":1745,"name":"Green dragon leather","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":13000,"wiki_name":"Green dragon leather","wiki_url":"https://oldschool.runescape.wiki/w/Green_dragon_leather","price":1357},"1747":{"id":1747,"name":"Black dragonhide","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":11000,"wiki_name":"Black dragonhide","wiki_url":"https://oldschool.runescape.wiki/w/Black_dragonhide","price":2575},"1749":{"id":1749,"name":"Red dragonhide","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":145,"lowalch":58,"highalch":87,"buy_limit":11000,"wiki_name":"Red dragonhide","wiki_url":"https://oldschool.runescape.wiki/w/Red_dragonhide","price":1922},"1751":{"id":1751,"name":"Blue dragonhide","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":140,"lowalch":56,"highalch":84,"buy_limit":13000,"wiki_name":"Blue dragonhide","wiki_url":"https://oldschool.runescape.wiki/w/Blue_dragonhide","price":1444},"1753":{"id":1753,"name":"Green dragonhide","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":135,"lowalch":54,"highalch":81,"buy_limit":13000,"wiki_name":"Green dragonhide","wiki_url":"https://oldschool.runescape.wiki/w/Green_dragonhide","price":1221},"1755":{"id":1755,"name":"Chisel","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":40,"wiki_name":"Chisel","wiki_url":"https://oldschool.runescape.wiki/w/Chisel","price":55},"1757":{"id":1757,"name":"Brown apron","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":40,"wiki_name":"Brown apron","wiki_url":"https://oldschool.runescape.wiki/w/Brown_apron","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":59},"1759":{"id":1759,"name":"Ball of wool","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Ball of wool","wiki_url":"https://oldschool.runescape.wiki/w/Ball_of_wool","price":61},"1761":{"id":1761,"name":"Soft clay","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Soft clay","wiki_url":"https://oldschool.runescape.wiki/w/Soft_clay","price":113},"1763":{"id":1763,"name":"Red dye","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":150,"wiki_name":"Red dye","wiki_url":"https://oldschool.runescape.wiki/w/Red_dye","price":1325},"1765":{"id":1765,"name":"Yellow dye","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":150,"wiki_name":"Yellow dye","wiki_url":"https://oldschool.runescape.wiki/w/Yellow_dye","price":270},"1767":{"id":1767,"name":"Blue dye","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":150,"wiki_name":"Blue dye","wiki_url":"https://oldschool.runescape.wiki/w/Blue_dye","price":331},"1769":{"id":1769,"name":"Orange dye","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":150,"wiki_name":"Orange dye","wiki_url":"https://oldschool.runescape.wiki/w/Orange_dye","price":1061},"1771":{"id":1771,"name":"Green dye","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":150,"wiki_name":"Green dye","wiki_url":"https://oldschool.runescape.wiki/w/Green_dye","price":614},"1773":{"id":1773,"name":"Purple dye","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":150,"wiki_name":"Purple dye","wiki_url":"https://oldschool.runescape.wiki/w/Purple_dye","price":622},"1775":{"id":1775,"name":"Molten glass","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":13000,"wiki_name":"Molten glass","wiki_url":"https://oldschool.runescape.wiki/w/Molten_glass","price":69},"1777":{"id":1777,"name":"Bow string","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":13000,"wiki_name":"Bow string","wiki_url":"https://oldschool.runescape.wiki/w/Bow_string","price":67},"1779":{"id":1779,"name":"Flax","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":13000,"wiki_name":"Flax","wiki_url":"https://oldschool.runescape.wiki/w/Flax","price":2},"1781":{"id":1781,"name":"Soda ash","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Soda ash","wiki_url":"https://oldschool.runescape.wiki/w/Soda_ash","price":21},"1783":{"id":1783,"name":"Bucket of sand","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Bucket of sand","wiki_url":"https://oldschool.runescape.wiki/w/Bucket_of_sand","price":33},"1785":{"id":1785,"name":"Glassblowing pipe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":40,"wiki_name":"Glassblowing pipe","wiki_url":"https://oldschool.runescape.wiki/w/Glassblowing_pipe","price":389},"1787":{"id":1787,"name":"Unfired pot","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Unfired pot","wiki_url":"https://oldschool.runescape.wiki/w/Unfired_pot","price":157},"1789":{"id":1789,"name":"Unfired pie dish","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":10000,"wiki_name":"Unfired pie dish","wiki_url":"https://oldschool.runescape.wiki/w/Unfired_pie_dish","price":100},"1791":{"id":1791,"name":"Unfired bowl","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":10000,"wiki_name":"Unfired bowl","wiki_url":"https://oldschool.runescape.wiki/w/Unfired_bowl","price":258},"1793":{"id":1793,"name":"Woad leaf","tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":11000,"wiki_name":"Woad leaf","wiki_url":"https://oldschool.runescape.wiki/w/Woad_leaf","price":37},"1794":{"id":1794,"name":"Bronze wire","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":15,"wiki_name":"Bronze wire","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_wire","price":314},"1796":{"id":1796,"name":"Silver necklace","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Silver necklace (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Silver_necklace#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"1797":{"id":1797,"name":"Silver necklace","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Silver necklace (Dusted)","wiki_url":"https://oldschool.runescape.wiki/w/Silver_necklace#Dusted","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"1798":{"id":1798,"name":"Silver cup","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Silver cup (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Silver_cup#Normal","price":0},"1799":{"id":1799,"name":"Silver cup","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Silver cup (Dusted)","wiki_url":"https://oldschool.runescape.wiki/w/Silver_cup#Dusted","price":0},"1800":{"id":1800,"name":"Silver bottle","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Silver bottle (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Silver_bottle#Normal","price":0},"1801":{"id":1801,"name":"Silver bottle","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Silver bottle (Dusted)","wiki_url":"https://oldschool.runescape.wiki/w/Silver_bottle#Dusted","price":0},"1802":{"id":1802,"name":"Silver book","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Silver book (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Silver_book#Normal","price":0},"1803":{"id":1803,"name":"Silver book","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Silver book (Dusted)","wiki_url":"https://oldschool.runescape.wiki/w/Silver_book#Dusted","price":0},"1804":{"id":1804,"name":"Silver needle","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Silver needle (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Silver_needle#Normal","price":0},"1805":{"id":1805,"name":"Silver needle","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Silver needle (Dusted)","wiki_url":"https://oldschool.runescape.wiki/w/Silver_needle#Dusted","price":0},"1806":{"id":1806,"name":"Silver pot","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Silver pot (Murder Mystery) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Silver_pot_(Murder_Mystery)#Normal","price":0},"1807":{"id":1807,"name":"Silver pot","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Silver pot (Murder Mystery) (Dusted)","wiki_url":"https://oldschool.runescape.wiki/w/Silver_pot_(Murder_Mystery)#Dusted","price":0},"1808":{"id":1808,"name":"Criminal's thread","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Criminal's thread (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Criminal's_thread#Red","price":0},"1809":{"id":1809,"name":"Criminal's thread","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Criminal's thread (Green)","wiki_url":"https://oldschool.runescape.wiki/w/Criminal's_thread#Green","price":0},"1810":{"id":1810,"name":"Criminal's thread","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Criminal's thread (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Criminal's_thread#Blue","price":0},"1811":{"id":1811,"name":"Flypaper","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Flypaper","wiki_url":"https://oldschool.runescape.wiki/w/Flypaper","price":0},"1812":{"id":1812,"name":"Pungent pot","members":true,"cost":1,"wiki_name":"Pungent pot","wiki_url":"https://oldschool.runescape.wiki/w/Pungent_pot","price":0},"1813":{"id":1813,"name":"Criminal's dagger","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Criminal's dagger (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Criminal's_dagger#Normal","price":0},"1814":{"id":1814,"name":"Criminal's dagger","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Criminal's dagger (Dusted)","wiki_url":"https://oldschool.runescape.wiki/w/Criminal's_dagger#Dusted","price":0},"1815":{"id":1815,"name":"Killer's print","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Killer's print","wiki_url":"https://oldschool.runescape.wiki/w/Killer's_print","price":0},"1816":{"id":1816,"name":"Anna's print","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Anna's print","wiki_url":"https://oldschool.runescape.wiki/w/Anna's_print","price":0},"1817":{"id":1817,"name":"Bob's print","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bob's print","wiki_url":"https://oldschool.runescape.wiki/w/Bob's_print","price":0},"1818":{"id":1818,"name":"Carol's print","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Carol's print","wiki_url":"https://oldschool.runescape.wiki/w/Carol's_print","price":0},"1819":{"id":1819,"name":"David's print","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"David's print","wiki_url":"https://oldschool.runescape.wiki/w/David's_print","price":0},"1820":{"id":1820,"name":"Elizabeth's print","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Elizabeth's print","wiki_url":"https://oldschool.runescape.wiki/w/Elizabeth's_print","price":0},"1821":{"id":1821,"name":"Frank's print","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Frank's print","wiki_url":"https://oldschool.runescape.wiki/w/Frank's_print","price":0},"1822":{"id":1822,"name":"Unknown print","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Unknown print","wiki_url":"https://oldschool.runescape.wiki/w/Unknown_print","price":0},"1823":{"id":1823,"name":"Waterskin(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":2000,"wiki_name":"Waterskin (4)","wiki_url":"https://oldschool.runescape.wiki/w/Waterskin#(4)","price":136},"1825":{"id":1825,"name":"Waterskin(3)","members":true,"tradeable":true,"noteable":true,"cost":27,"lowalch":10,"highalch":16,"wiki_name":"Waterskin (3)","wiki_url":"https://oldschool.runescape.wiki/w/Waterskin#(3)","price":0},"1827":{"id":1827,"name":"Waterskin(2)","members":true,"tradeable":true,"noteable":true,"cost":24,"lowalch":9,"highalch":14,"wiki_name":"Waterskin (2)","wiki_url":"https://oldschool.runescape.wiki/w/Waterskin#(2)","price":0},"1829":{"id":1829,"name":"Waterskin(1)","members":true,"tradeable":true,"noteable":true,"cost":18,"lowalch":7,"highalch":10,"wiki_name":"Waterskin (1)","wiki_url":"https://oldschool.runescape.wiki/w/Waterskin#(1)","price":0},"1831":{"id":1831,"name":"Waterskin(0)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":10000,"wiki_name":"Waterskin (0)","wiki_url":"https://oldschool.runescape.wiki/w/Waterskin#(0)","price":46},"1833":{"id":1833,"name":"Desert shirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":150,"wiki_name":"Desert shirt","wiki_url":"https://oldschool.runescape.wiki/w/Desert_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":130},"1835":{"id":1835,"name":"Desert robe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":150,"wiki_name":"Desert robe","wiki_url":"https://oldschool.runescape.wiki/w/Desert_robe","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":85},"1837":{"id":1837,"name":"Desert boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":150,"wiki_name":"Desert boots","wiki_url":"https://oldschool.runescape.wiki/w/Desert_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":65},"1839":{"id":1839,"name":"Metal key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Metal key","wiki_url":"https://oldschool.runescape.wiki/w/Metal_key","price":0},"1840":{"id":1840,"name":"Cell door key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cell door key","wiki_url":"https://oldschool.runescape.wiki/w/Cell_door_key","price":0},"1841":{"id":1841,"name":"Barrel","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Barrel (The Tourist Trap)","wiki_url":"https://oldschool.runescape.wiki/w/Barrel_(The_Tourist_Trap)","price":0},"1842":{"id":1842,"name":"Ana in a barrel","members":true,"cost":1,"wiki_name":"Ana in a barrel","wiki_url":"https://oldschool.runescape.wiki/w/Ana_in_a_barrel","price":0},"1843":{"id":1843,"name":"Wrought iron key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wrought iron key","wiki_url":"https://oldschool.runescape.wiki/w/Wrought_iron_key","price":0},"1844":{"id":1844,"name":"Slave shirt","members":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Slave shirt","wiki_url":"https://oldschool.runescape.wiki/w/Slave_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"1845":{"id":1845,"name":"Slave robe","members":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Slave robe","wiki_url":"https://oldschool.runescape.wiki/w/Slave_robe","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"1846":{"id":1846,"name":"Slave boots","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Slave boots","wiki_url":"https://oldschool.runescape.wiki/w/Slave_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"1847":{"id":1847,"name":"Scrumpled paper","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Scrumpled paper","wiki_url":"https://oldschool.runescape.wiki/w/Scrumpled_paper","price":0},"1848":{"id":1848,"name":"Shantay disclaimer","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shantay disclaimer","wiki_url":"https://oldschool.runescape.wiki/w/Shantay_disclaimer","price":0},"1849":{"id":1849,"name":"Prototype dart","members":true,"stackable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Prototype dart","wiki_url":"https://oldschool.runescape.wiki/w/Prototype_dart","price":0},"1850":{"id":1850,"name":"Technical plans","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Technical plans","wiki_url":"https://oldschool.runescape.wiki/w/Technical_plans","price":0},"1851":{"id":1851,"name":"Tenti pineapple","members":true,"cost":1,"wiki_name":"Tenti pineapple","wiki_url":"https://oldschool.runescape.wiki/w/Tenti_pineapple","price":0},"1852":{"id":1852,"name":"Bedabin key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bedabin key","wiki_url":"https://oldschool.runescape.wiki/w/Bedabin_key","price":0},"1853":{"id":1853,"name":"Prototype dart tip","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Prototype dart tip","wiki_url":"https://oldschool.runescape.wiki/w/Prototype_dart_tip","price":0},"1854":{"id":1854,"name":"Shantay pass","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":18000,"wiki_name":"Shantay pass (item)","wiki_url":"https://oldschool.runescape.wiki/w/Shantay_pass_(item)","price":14},"1855":{"id":1855,"name":"Rock","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rock (The Tourist Trap)","wiki_url":"https://oldschool.runescape.wiki/w/Rock_(The_Tourist_Trap)","price":0},"1856":{"id":1856,"name":"Guide book","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Guide book","wiki_url":"https://oldschool.runescape.wiki/w/Guide_book","price":0},"1857":{"id":1857,"name":"Totem","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Totem","wiki_url":"https://oldschool.runescape.wiki/w/Totem","price":0},"1858":{"id":1858,"name":"Address label","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Address label","wiki_url":"https://oldschool.runescape.wiki/w/Address_label","price":0},"1859":{"id":1859,"name":"Raw ugthanki meat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":11000,"wiki_name":"Raw ugthanki meat","wiki_url":"https://oldschool.runescape.wiki/w/Raw_ugthanki_meat","price":1186},"1861":{"id":1861,"name":"Ugthanki meat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":11000,"wiki_name":"Ugthanki meat","wiki_url":"https://oldschool.runescape.wiki/w/Ugthanki_meat","price":38016},"1863":{"id":1863,"name":"Pitta dough","members":true,"tradeable":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Pitta dough","wiki_url":"https://oldschool.runescape.wiki/w/Pitta_dough","price":0},"1865":{"id":1865,"name":"Pitta bread","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":11000,"wiki_name":"Pitta bread","wiki_url":"https://oldschool.runescape.wiki/w/Pitta_bread","price":64},"1867":{"id":1867,"name":"Burnt pitta bread","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt pitta bread","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_pitta_bread","price":0},"1869":{"id":1869,"name":"Chopped tomato","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":11000,"wiki_name":"Chopped tomato","wiki_url":"https://oldschool.runescape.wiki/w/Chopped_tomato","price":54},"1871":{"id":1871,"name":"Chopped onion","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":11000,"wiki_name":"Chopped onion","wiki_url":"https://oldschool.runescape.wiki/w/Chopped_onion","price":52},"1873":{"id":1873,"name":"Chopped ugthanki","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":11000,"wiki_name":"Chopped ugthanki","wiki_url":"https://oldschool.runescape.wiki/w/Chopped_ugthanki","price":5500},"1875":{"id":1875,"name":"Onion & tomato","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":11000,"wiki_name":"Onion & tomato","wiki_url":"https://oldschool.runescape.wiki/w/Onion_&_tomato","price":22},"1877":{"id":1877,"name":"Ugthanki & onion","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":7,"lowalch":2,"highalch":4,"buy_limit":11000,"wiki_name":"Ugthanki & onion","wiki_url":"https://oldschool.runescape.wiki/w/Ugthanki_&_onion","price":14},"1879":{"id":1879,"name":"Ugthanki & tomato","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":7,"lowalch":2,"highalch":4,"buy_limit":11000,"wiki_name":"Ugthanki & tomato","wiki_url":"https://oldschool.runescape.wiki/w/Ugthanki_&_tomato","price":1000},"1881":{"id":1881,"name":"Kebab mix","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":9,"lowalch":3,"highalch":5,"buy_limit":11000,"wiki_name":"Kebab mix","wiki_url":"https://oldschool.runescape.wiki/w/Kebab_mix","price":15749},"1883":{"id":1883,"name":"Ugthanki kebab","members":true,"tradeable":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Ugthanki kebab (smelling)","wiki_url":"https://oldschool.runescape.wiki/w/Ugthanki_kebab_(smelling)","price":0},"1885":{"id":1885,"name":"Ugthanki kebab","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":10000,"wiki_name":"Ugthanki kebab","wiki_url":"https://oldschool.runescape.wiki/w/Ugthanki_kebab","price":980},"1887":{"id":1887,"name":"Cake tin","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":40,"wiki_name":"Cake tin","wiki_url":"https://oldschool.runescape.wiki/w/Cake_tin","price":76},"1889":{"id":1889,"name":"Uncooked cake","tradeable":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Uncooked cake","wiki_url":"https://oldschool.runescape.wiki/w/Uncooked_cake","price":0},"1891":{"id":1891,"name":"Cake","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":6000,"wiki_name":"Cake (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Cake#Full","price":217},"1893":{"id":1893,"name":"2/3 cake","tradeable":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Cake (2/3)","wiki_url":"https://oldschool.runescape.wiki/w/Cake#2/3","price":0},"1895":{"id":1895,"name":"Slice of cake","tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Cake (Slice)","wiki_url":"https://oldschool.runescape.wiki/w/Cake#Slice","price":0},"1897":{"id":1897,"name":"Chocolate cake","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":70,"lowalch":28,"highalch":42,"buy_limit":6000,"wiki_name":"Chocolate cake (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Chocolate_cake#Full","price":234},"1899":{"id":1899,"name":"2/3 chocolate cake","tradeable":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Chocolate cake (2/3)","wiki_url":"https://oldschool.runescape.wiki/w/Chocolate_cake#2/3","price":0},"1901":{"id":1901,"name":"Chocolate slice","tradeable":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Chocolate cake (Slice)","wiki_url":"https://oldschool.runescape.wiki/w/Chocolate_cake#Slice","price":0},"1903":{"id":1903,"name":"Burnt cake","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt cake","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_cake","price":0},"1905":{"id":1905,"name":"Asgarnian ale","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":2000,"wiki_name":"Asgarnian ale","wiki_url":"https://oldschool.runescape.wiki/w/Asgarnian_ale","price":145},"1907":{"id":1907,"name":"Wizard's mind bomb","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":2000,"wiki_name":"Wizard's mind bomb","wiki_url":"https://oldschool.runescape.wiki/w/Wizard's_mind_bomb","price":197},"1909":{"id":1909,"name":"Greenman's ale","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":2000,"wiki_name":"Greenman's ale","wiki_url":"https://oldschool.runescape.wiki/w/Greenman's_ale","price":584},"1911":{"id":1911,"name":"Dragon bitter","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":2000,"wiki_name":"Dragon bitter","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_bitter","price":542},"1913":{"id":1913,"name":"Dwarven stout","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":2000,"wiki_name":"Dwarven stout","wiki_url":"https://oldschool.runescape.wiki/w/Dwarven_stout","price":186},"1915":{"id":1915,"name":"Grog","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":2000,"wiki_name":"Grog","wiki_url":"https://oldschool.runescape.wiki/w/Grog","price":2689},"1917":{"id":1917,"name":"Beer","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":2000,"wiki_name":"Beer","wiki_url":"https://oldschool.runescape.wiki/w/Beer","price":103},"1919":{"id":1919,"name":"Beer glass","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":10000,"wiki_name":"Beer glass","wiki_url":"https://oldschool.runescape.wiki/w/Beer_glass","price":36},"1921":{"id":1921,"name":"Bowl of water","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":13000,"wiki_name":"Bowl of water","wiki_url":"https://oldschool.runescape.wiki/w/Bowl_of_water","price":77},"1923":{"id":1923,"name":"Bowl","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":13000,"wiki_name":"Bowl","wiki_url":"https://oldschool.runescape.wiki/w/Bowl","price":13},"1925":{"id":1925,"name":"Bucket","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Bucket","wiki_url":"https://oldschool.runescape.wiki/w/Bucket","price":6},"1927":{"id":1927,"name":"Bucket of milk","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":6,"lowalch":2,"highalch":3,"buy_limit":13000,"wiki_name":"Bucket of milk","wiki_url":"https://oldschool.runescape.wiki/w/Bucket_of_milk","price":40},"1929":{"id":1929,"name":"Bucket of water","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":6,"lowalch":2,"highalch":3,"buy_limit":13000,"wiki_name":"Bucket of water","wiki_url":"https://oldschool.runescape.wiki/w/Bucket_of_water","price":51},"1931":{"id":1931,"name":"Pot","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Pot","wiki_url":"https://oldschool.runescape.wiki/w/Pot","price":10},"1933":{"id":1933,"name":"Pot of flour","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":13000,"wiki_name":"Pot of flour","wiki_url":"https://oldschool.runescape.wiki/w/Pot_of_flour","price":160},"1935":{"id":1935,"name":"Jug","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Jug","wiki_url":"https://oldschool.runescape.wiki/w/Jug","price":3},"1937":{"id":1937,"name":"Jug of water","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Jug of water","wiki_url":"https://oldschool.runescape.wiki/w/Jug_of_water","price":46},"1939":{"id":1939,"name":"Swamp tar","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Swamp tar","wiki_url":"https://oldschool.runescape.wiki/w/Swamp_tar","price":4},"1940":{"id":1940,"name":"Raw swamp paste","members":true,"tradeable":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Raw swamp paste","wiki_url":"https://oldschool.runescape.wiki/w/Raw_swamp_paste","price":0},"1941":{"id":1941,"name":"Swamp paste","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":13000,"wiki_name":"Swamp paste","wiki_url":"https://oldschool.runescape.wiki/w/Swamp_paste","price":12},"1942":{"id":1942,"name":"Potato","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Potato","wiki_url":"https://oldschool.runescape.wiki/w/Potato","price":79},"1944":{"id":1944,"name":"Egg","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":13000,"wiki_name":"Egg","wiki_url":"https://oldschool.runescape.wiki/w/Egg","price":41},"1946":{"id":1946,"name":"Flour","cost":2,"lowalch":0,"highalch":1,"wiki_name":"Flour (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Flour_(unobtainable_item)","price":0},"1947":{"id":1947,"name":"Grain","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Grain","wiki_url":"https://oldschool.runescape.wiki/w/Grain","price":34},"1949":{"id":1949,"name":"Chef's hat","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":150,"wiki_name":"Chef's hat","wiki_url":"https://oldschool.runescape.wiki/w/Chef's_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":277},"1951":{"id":1951,"name":"Redberries","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":13000,"wiki_name":"Redberries","wiki_url":"https://oldschool.runescape.wiki/w/Redberries","price":78},"1953":{"id":1953,"name":"Pastry dough","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Pastry dough","wiki_url":"https://oldschool.runescape.wiki/w/Pastry_dough","price":215},"1955":{"id":1955,"name":"Cooking apple","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Cooking apple","wiki_url":"https://oldschool.runescape.wiki/w/Cooking_apple","price":64},"1957":{"id":1957,"name":"Onion","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":13000,"wiki_name":"Onion","wiki_url":"https://oldschool.runescape.wiki/w/Onion","price":67},"1959":{"id":1959,"name":"Pumpkin","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":50,"wiki_name":"Pumpkin","wiki_url":"https://oldschool.runescape.wiki/w/Pumpkin","price":13815},"1961":{"id":1961,"name":"Easter egg","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":50,"wiki_name":"Easter egg","wiki_url":"https://oldschool.runescape.wiki/w/Easter_egg","price":9928},"1963":{"id":1963,"name":"Banana","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Banana","wiki_url":"https://oldschool.runescape.wiki/w/Banana","price":96},"1965":{"id":1965,"name":"Cabbage","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":6000,"wiki_name":"Cabbage","wiki_url":"https://oldschool.runescape.wiki/w/Cabbage","price":36},"1967":{"id":1967,"name":"Cabbage","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cabbage (Draynor Manor)","wiki_url":"https://oldschool.runescape.wiki/w/Cabbage_(Draynor_Manor)","price":0},"1969":{"id":1969,"name":"Spinach roll","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":50,"wiki_name":"Spinach roll","wiki_url":"https://oldschool.runescape.wiki/w/Spinach_roll","price":95},"1971":{"id":1971,"name":"Kebab","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":6000,"wiki_name":"Kebab","wiki_url":"https://oldschool.runescape.wiki/w/Kebab","price":51},"1973":{"id":1973,"name":"Chocolate bar","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":13000,"wiki_name":"Chocolate bar","wiki_url":"https://oldschool.runescape.wiki/w/Chocolate_bar","price":74},"1975":{"id":1975,"name":"Chocolate dust","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Chocolate dust","wiki_url":"https://oldschool.runescape.wiki/w/Chocolate_dust","price":92},"1977":{"id":1977,"name":"Chocolatey milk","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Chocolatey milk","wiki_url":"https://oldschool.runescape.wiki/w/Chocolatey_milk","price":0},"1978":{"id":1978,"name":"Cup of tea","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":2000,"wiki_name":"Cup of tea","wiki_url":"https://oldschool.runescape.wiki/w/Cup_of_tea","price":97},"1980":{"id":1980,"name":"Empty cup","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Empty cup","wiki_url":"https://oldschool.runescape.wiki/w/Empty_cup","price":6},"1982":{"id":1982,"name":"Tomato","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":13000,"wiki_name":"Tomato","wiki_url":"https://oldschool.runescape.wiki/w/Tomato","price":26},"1984":{"id":1984,"name":"Rotten apple","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rotten apple","wiki_url":"https://oldschool.runescape.wiki/w/Rotten_apple","price":0},"1985":{"id":1985,"name":"Cheese","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":13000,"wiki_name":"Cheese","wiki_url":"https://oldschool.runescape.wiki/w/Cheese","price":124},"1987":{"id":1987,"name":"Grapes","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":20000,"wiki_name":"Grapes","wiki_url":"https://oldschool.runescape.wiki/w/Grapes","price":7},"1989":{"id":1989,"name":"Half full wine jug","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":50,"wiki_name":"Half full wine jug","wiki_url":"https://oldschool.runescape.wiki/w/Half_full_wine_jug","price":14009},"1991":{"id":1991,"name":"Jug of bad wine","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Jug of bad wine","wiki_url":"https://oldschool.runescape.wiki/w/Jug_of_bad_wine","price":0},"1992":{"id":1992,"name":"Jug of bad wine","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Jug of bad wine (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Jug_of_bad_wine_(unobtainable_item)","price":0},"1993":{"id":1993,"name":"Jug of wine","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":6000,"wiki_name":"Jug of wine","wiki_url":"https://oldschool.runescape.wiki/w/Jug_of_wine","price":5},"1995":{"id":1995,"name":"Unfermented wine","cost":10,"lowalch":4,"highalch":6,"wiki_name":"Unfermented wine","wiki_url":"https://oldschool.runescape.wiki/w/Unfermented_wine","price":0},"1996":{"id":1996,"name":"Unfermented wine","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Unfermented wine (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Unfermented_wine_(unobtainable_item)","price":0},"1997":{"id":1997,"name":"Incomplete stew","tradeable":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Incomplete stew (Potato)","wiki_url":"https://oldschool.runescape.wiki/w/Incomplete_stew#Potato","price":0},"1999":{"id":1999,"name":"Incomplete stew","tradeable":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Incomplete stew (Meat)","wiki_url":"https://oldschool.runescape.wiki/w/Incomplete_stew#Meat","price":0},"2001":{"id":2001,"name":"Uncooked stew","tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Uncooked stew","wiki_url":"https://oldschool.runescape.wiki/w/Uncooked_stew","price":0},"2003":{"id":2003,"name":"Stew","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":10000,"wiki_name":"Stew","wiki_url":"https://oldschool.runescape.wiki/w/Stew","price":62},"2005":{"id":2005,"name":"Burnt stew","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt stew","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_stew","price":0},"2007":{"id":2007,"name":"Spice","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":230,"lowalch":92,"highalch":138,"buy_limit":11000,"wiki_name":"Spice","wiki_url":"https://oldschool.runescape.wiki/w/Spice","price":26},"2009":{"id":2009,"name":"Uncooked curry","members":true,"tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Uncooked curry","wiki_url":"https://oldschool.runescape.wiki/w/Uncooked_curry","price":0},"2011":{"id":2011,"name":"Curry","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":10000,"wiki_name":"Curry","wiki_url":"https://oldschool.runescape.wiki/w/Curry","price":551},"2013":{"id":2013,"name":"Burnt curry","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt curry","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_curry","price":0},"2015":{"id":2015,"name":"Vodka","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":13000,"wiki_name":"Vodka","wiki_url":"https://oldschool.runescape.wiki/w/Vodka","price":246},"2017":{"id":2017,"name":"Whisky","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":13000,"wiki_name":"Whisky","wiki_url":"https://oldschool.runescape.wiki/w/Whisky","price":444},"2019":{"id":2019,"name":"Gin","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":13000,"wiki_name":"Gin","wiki_url":"https://oldschool.runescape.wiki/w/Gin","price":698},"2021":{"id":2021,"name":"Brandy","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":13000,"wiki_name":"Brandy","wiki_url":"https://oldschool.runescape.wiki/w/Brandy","price":0},"2023":{"id":2023,"name":"Cocktail guide","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":15,"wiki_name":"Cocktail guide","wiki_url":"https://oldschool.runescape.wiki/w/Cocktail_guide","price":33},"2025":{"id":2025,"name":"Cocktail shaker","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":40,"wiki_name":"Cocktail shaker","wiki_url":"https://oldschool.runescape.wiki/w/Cocktail_shaker","price":19},"2026":{"id":2026,"name":"Cocktail glass","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Cocktail glass","wiki_url":"https://oldschool.runescape.wiki/w/Cocktail_glass","price":311},"2028":{"id":2028,"name":"Premade blurb' sp.","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":2000,"wiki_name":"Premade blurb' sp.","wiki_url":"https://oldschool.runescape.wiki/w/Premade_blurb'_sp.","price":471},"2030":{"id":2030,"name":"Premade choc s'dy","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":2000,"wiki_name":"Premade choc s'dy","wiki_url":"https://oldschool.runescape.wiki/w/Premade_choc_s'dy","price":24},"2032":{"id":2032,"name":"Premade dr' dragon","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":2000,"wiki_name":"Premade dr' dragon","wiki_url":"https://oldschool.runescape.wiki/w/Premade_dr'_dragon","price":161},"2034":{"id":2034,"name":"Premade fr' blast","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":2000,"wiki_name":"Premade fr' blast","wiki_url":"https://oldschool.runescape.wiki/w/Premade_fr'_blast","price":8},"2036":{"id":2036,"name":"Premade p' punch","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":2000,"wiki_name":"Premade p' punch","wiki_url":"https://oldschool.runescape.wiki/w/Premade_p'_punch","price":26},"2038":{"id":2038,"name":"Premade sgg","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":2000,"wiki_name":"Premade sgg","wiki_url":"https://oldschool.runescape.wiki/w/Premade_sgg","price":0},"2040":{"id":2040,"name":"Premade wiz blz'd","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":2000,"wiki_name":"Premade wiz blz'd","wiki_url":"https://oldschool.runescape.wiki/w/Premade_wiz_blz'd","price":16},"2042":{"id":2042,"name":"Unfinished cocktail","members":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Unfinished cocktail (Pineapple punch, historical) (Plain)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_cocktail_(Pineapple_punch,_historical)#Plain","price":0},"2044":{"id":2044,"name":"Unfinished cocktail","members":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Unfinished cocktail (Pineapple punch, historical) (Pineapple)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_cocktail_(Pineapple_punch,_historical)#Pineapple","price":0},"2046":{"id":2046,"name":"Unfinished cocktail","members":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Unfinished cocktail (Pineapple punch, historical) (Pineapple + Lime)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_cocktail_(Pineapple_punch,_historical)#Pineapple_+_Lime","price":0},"2048":{"id":2048,"name":"Pineapple punch","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":2000,"wiki_name":"Pineapple punch","wiki_url":"https://oldschool.runescape.wiki/w/Pineapple_punch","price":10025},"2050":{"id":2050,"name":"Unfinished cocktail","members":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Unfinished cocktail (Wizard blizzard, historical) (Plain)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_cocktail_(Wizard_blizzard,_historical)#Plain","price":0},"2052":{"id":2052,"name":"Unfinished cocktail","members":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Unfinished cocktail (Wizard blizzard, historical) (Pineapple)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_cocktail_(Wizard_blizzard,_historical)#Pineapple","price":0},"2054":{"id":2054,"name":"Wizard blizzard","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":2000,"wiki_name":"Wizard blizzard","wiki_url":"https://oldschool.runescape.wiki/w/Wizard_blizzard","price":2100},"2056":{"id":2056,"name":"Unfinished cocktail","members":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Unfinished cocktail (Blurberry special, historical) (Plain)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_cocktail_(Blurberry_special,_historical)#Plain","price":0},"2058":{"id":2058,"name":"Unfinished cocktail","members":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Unfinished cocktail (Blurberry special, historical) (Orange)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_cocktail_(Blurberry_special,_historical)#Orange","price":0},"2060":{"id":2060,"name":"Unfinished cocktail","members":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Unfinished cocktail (Blurberry special, historical) (Orange + Lemon)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_cocktail_(Blurberry_special,_historical)#Orange_+_Lemon","price":0},"2062":{"id":2062,"name":"Unfinished cocktail","members":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Unfinished cocktail (Blurberry special, historical) (Orange/Lemon/Lime)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_cocktail_(Blurberry_special,_historical)#Orange/Lemon/Lime","price":0},"2064":{"id":2064,"name":"Blurberry special","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":2000,"wiki_name":"Blurberry special","wiki_url":"https://oldschool.runescape.wiki/w/Blurberry_special","price":5644},"2066":{"id":2066,"name":"Unfinished cocktail","members":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Unfinished cocktail (Choc saturday, historical) (Plain)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_cocktail_(Choc_saturday,_historical)#Plain","price":0},"2068":{"id":2068,"name":"Unfinished cocktail","members":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Unfinished cocktail (Choc saturday, historical) (Chocolate)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_cocktail_(Choc_saturday,_historical)#Chocolate","price":0},"2070":{"id":2070,"name":"Unfinished cocktail","members":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Unfinished cocktail (Choc saturday, historical) (Cooked)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_cocktail_(Choc_saturday,_historical)#Cooked","price":0},"2072":{"id":2072,"name":"Unfinished cocktail","members":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Unfinished cocktail (Choc saturday, historical) (Cream)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_cocktail_(Choc_saturday,_historical)#Cream","price":0},"2074":{"id":2074,"name":"Choc saturday","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":2000,"wiki_name":"Choc saturday","wiki_url":"https://oldschool.runescape.wiki/w/Choc_saturday","price":51},"2076":{"id":2076,"name":"Unfinished cocktail","members":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Unfinished cocktail (Short green guy, historical) (Plain)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_cocktail_(Short_green_guy,_historical)#Plain","price":0},"2078":{"id":2078,"name":"Unfinished cocktail","members":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Unfinished cocktail (Short green guy, historical) (Equa)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_cocktail_(Short_green_guy,_historical)#Equa","price":0},"2080":{"id":2080,"name":"Short green guy","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":2000,"wiki_name":"Short green guy","wiki_url":"https://oldschool.runescape.wiki/w/Short_green_guy","price":5500},"2082":{"id":2082,"name":"Unfinished cocktail","members":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Unfinished cocktail (Fruit blast, historical)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_cocktail_(Fruit_blast,_historical)","price":0},"2084":{"id":2084,"name":"Fruit blast","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":2000,"wiki_name":"Fruit blast","wiki_url":"https://oldschool.runescape.wiki/w/Fruit_blast","price":2051},"2086":{"id":2086,"name":"Unfinished cocktail","members":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Unfinished cocktail (Drunk dragon, historical) (Plain)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_cocktail_(Drunk_dragon,_historical)#Plain","price":0},"2088":{"id":2088,"name":"Unfinished cocktail","members":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Unfinished cocktail (Drunk dragon, historical) (Pineapple)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_cocktail_(Drunk_dragon,_historical)#Pineapple","price":0},"2090":{"id":2090,"name":"Unfinished cocktail","members":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Unfinished cocktail (Drunk dragon, historical) (Pineapple + Cream)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_cocktail_(Drunk_dragon,_historical)#Pineapple_+_Cream","price":0},"2092":{"id":2092,"name":"Drunk dragon","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":2000,"wiki_name":"Drunk dragon","wiki_url":"https://oldschool.runescape.wiki/w/Drunk_dragon","price":2779},"2094":{"id":2094,"name":"Odd cocktail","members":true,"tradeable":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Odd cocktail (1)","wiki_url":"https://oldschool.runescape.wiki/w/Odd_cocktail#1","price":0},"2096":{"id":2096,"name":"Odd cocktail","members":true,"tradeable":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Odd cocktail (2)","wiki_url":"https://oldschool.runescape.wiki/w/Odd_cocktail#2","price":0},"2098":{"id":2098,"name":"Odd cocktail","members":true,"tradeable":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Odd cocktail (3)","wiki_url":"https://oldschool.runescape.wiki/w/Odd_cocktail#3","price":0},"2100":{"id":2100,"name":"Odd cocktail","members":true,"tradeable":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Odd cocktail (4)","wiki_url":"https://oldschool.runescape.wiki/w/Odd_cocktail#4","price":0},"2102":{"id":2102,"name":"Lemon","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Lemon","wiki_url":"https://oldschool.runescape.wiki/w/Lemon","price":65},"2104":{"id":2104,"name":"Lemon chunks","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Lemon chunks","wiki_url":"https://oldschool.runescape.wiki/w/Lemon_chunks","price":50},"2106":{"id":2106,"name":"Lemon slices","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Lemon slices","wiki_url":"https://oldschool.runescape.wiki/w/Lemon_slices","price":102},"2108":{"id":2108,"name":"Orange","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Orange","wiki_url":"https://oldschool.runescape.wiki/w/Orange","price":115},"2110":{"id":2110,"name":"Orange chunks","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Orange chunks","wiki_url":"https://oldschool.runescape.wiki/w/Orange_chunks","price":249},"2112":{"id":2112,"name":"Orange slices","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Orange slices","wiki_url":"https://oldschool.runescape.wiki/w/Orange_slices","price":109},"2114":{"id":2114,"name":"Pineapple","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Pineapple","wiki_url":"https://oldschool.runescape.wiki/w/Pineapple","price":191},"2116":{"id":2116,"name":"Pineapple chunks","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Pineapple chunks","wiki_url":"https://oldschool.runescape.wiki/w/Pineapple_chunks","price":30},"2118":{"id":2118,"name":"Pineapple ring","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Pineapple ring","wiki_url":"https://oldschool.runescape.wiki/w/Pineapple_ring","price":82},"2120":{"id":2120,"name":"Lime","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Lime","wiki_url":"https://oldschool.runescape.wiki/w/Lime","price":100},"2122":{"id":2122,"name":"Lime chunks","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Lime chunks","wiki_url":"https://oldschool.runescape.wiki/w/Lime_chunks","price":115},"2124":{"id":2124,"name":"Lime slices","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Lime slices","wiki_url":"https://oldschool.runescape.wiki/w/Lime_slices","price":1057},"2126":{"id":2126,"name":"Dwellberries","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":13000,"wiki_name":"Dwellberries","wiki_url":"https://oldschool.runescape.wiki/w/Dwellberries","price":83},"2128":{"id":2128,"name":"Equa leaves","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Equa leaves","wiki_url":"https://oldschool.runescape.wiki/w/Equa_leaves","price":282},"2130":{"id":2130,"name":"Pot of cream","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Pot of cream","wiki_url":"https://oldschool.runescape.wiki/w/Pot_of_cream","price":17},"2132":{"id":2132,"name":"Raw beef","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Raw beef","wiki_url":"https://oldschool.runescape.wiki/w/Raw_beef","price":72},"2134":{"id":2134,"name":"Raw rat meat","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Raw rat meat","wiki_url":"https://oldschool.runescape.wiki/w/Raw_rat_meat","price":101},"2136":{"id":2136,"name":"Raw bear meat","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Raw bear meat","wiki_url":"https://oldschool.runescape.wiki/w/Raw_bear_meat","price":142},"2138":{"id":2138,"name":"Raw chicken","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Raw chicken","wiki_url":"https://oldschool.runescape.wiki/w/Raw_chicken","price":79},"2140":{"id":2140,"name":"Cooked chicken","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":6000,"wiki_name":"Cooked chicken","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_chicken","price":92},"2142":{"id":2142,"name":"Cooked meat","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":6000,"wiki_name":"Cooked meat","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_meat","price":124},"2144":{"id":2144,"name":"Burnt chicken","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt chicken","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_chicken","price":0},"2146":{"id":2146,"name":"Burnt meat","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt meat","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_meat","price":0},"2148":{"id":2148,"name":"Raw lava eel","members":true,"cost":150,"lowalch":60,"highalch":90,"wiki_name":"Raw lava eel","wiki_url":"https://oldschool.runescape.wiki/w/Raw_lava_eel","price":0},"2149":{"id":2149,"name":"Lava eel","members":true,"cost":150,"lowalch":60,"highalch":90,"wiki_name":"Lava eel","wiki_url":"https://oldschool.runescape.wiki/w/Lava_eel","price":0},"2150":{"id":2150,"name":"Swamp toad","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Swamp toad (item)","wiki_url":"https://oldschool.runescape.wiki/w/Swamp_toad_(item)","price":50},"2152":{"id":2152,"name":"Toad's legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Toad's legs","wiki_url":"https://oldschool.runescape.wiki/w/Toad's_legs","price":203},"2154":{"id":2154,"name":"Equa toad's legs","members":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Equa toad's legs","wiki_url":"https://oldschool.runescape.wiki/w/Equa_toad's_legs","price":0},"2156":{"id":2156,"name":"Spicy toad's legs","members":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Spicy toad's legs","wiki_url":"https://oldschool.runescape.wiki/w/Spicy_toad's_legs","price":0},"2158":{"id":2158,"name":"Seasoned legs","members":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Seasoned legs","wiki_url":"https://oldschool.runescape.wiki/w/Seasoned_legs","price":0},"2160":{"id":2160,"name":"Spicy worm","members":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Spicy worm","wiki_url":"https://oldschool.runescape.wiki/w/Spicy_worm","price":0},"2162":{"id":2162,"name":"King worm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"King worm","wiki_url":"https://oldschool.runescape.wiki/w/King_worm","price":300},"2164":{"id":2164,"name":"Batta tin","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":40,"wiki_name":"Batta tin","wiki_url":"https://oldschool.runescape.wiki/w/Batta_tin","price":14},"2165":{"id":2165,"name":"Crunchy tray","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":40,"wiki_name":"Crunchy tray","wiki_url":"https://oldschool.runescape.wiki/w/Crunchy_tray","price":225},"2166":{"id":2166,"name":"Gnomebowl mould","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":40,"wiki_name":"Gnomebowl mould","wiki_url":"https://oldschool.runescape.wiki/w/Gnomebowl_mould","price":1206},"2167":{"id":2167,"name":"Gianne's cook book","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":15,"wiki_name":"Gianne's cook book","wiki_url":"https://oldschool.runescape.wiki/w/Gianne's_cook_book","price":11},"2169":{"id":2169,"name":"Gnome spice","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Gnome spice","wiki_url":"https://oldschool.runescape.wiki/w/Gnome_spice","price":695},"2171":{"id":2171,"name":"Gianne dough","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Gianne dough","wiki_url":"https://oldschool.runescape.wiki/w/Gianne_dough","price":39},"2173":{"id":2173,"name":"Odd gnomebowl","members":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Odd gnomebowl","wiki_url":"https://oldschool.runescape.wiki/w/Odd_gnomebowl","price":0},"2175":{"id":2175,"name":"Burnt gnomebowl","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt gnomebowl","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_gnomebowl","price":0},"2177":{"id":2177,"name":"Half baked bowl","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Half baked bowl","wiki_url":"https://oldschool.runescape.wiki/w/Half_baked_bowl","price":0},"2178":{"id":2178,"name":"Raw gnomebowl","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Raw gnomebowl","wiki_url":"https://oldschool.runescape.wiki/w/Raw_gnomebowl","price":0},"2179":{"id":2179,"name":"Unfinished bowl","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Unfinished bowl (chocolate bomb, historical) (Plain)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_bowl_(chocolate_bomb,_historical)#Plain","price":0},"2181":{"id":2181,"name":"Unfinished bowl","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Unfinished bowl (chocolate bomb, historical) (Cream 1)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_bowl_(chocolate_bomb,_historical)#Cream_1","price":0},"2183":{"id":2183,"name":"Unfinished bowl","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Unfinished bowl (chocolate bomb, historical) (Cream 2)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_bowl_(chocolate_bomb,_historical)#Cream_2","price":0},"2185":{"id":2185,"name":"Chocolate bomb","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":6000,"wiki_name":"Chocolate bomb","wiki_url":"https://oldschool.runescape.wiki/w/Chocolate_bomb","price":1182},"2187":{"id":2187,"name":"Tangled toad's legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":6000,"wiki_name":"Tangled toad's legs","wiki_url":"https://oldschool.runescape.wiki/w/Tangled_toad's_legs","price":832},"2189":{"id":2189,"name":"Unfinished bowl","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Unfinished bowl (worm hole, historical)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_bowl_(worm_hole,_historical)","price":0},"2191":{"id":2191,"name":"Worm hole","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":6000,"wiki_name":"Worm hole","wiki_url":"https://oldschool.runescape.wiki/w/Worm_hole","price":417},"2193":{"id":2193,"name":"Unfinished bowl","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Unfinished bowl (veg ball, historical)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_bowl_(veg_ball,_historical)","price":0},"2195":{"id":2195,"name":"Veg ball","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":6000,"wiki_name":"Veg ball","wiki_url":"https://oldschool.runescape.wiki/w/Veg_ball","price":5},"2197":{"id":2197,"name":"Odd crunchies","members":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Odd crunchies","wiki_url":"https://oldschool.runescape.wiki/w/Odd_crunchies","price":0},"2199":{"id":2199,"name":"Burnt crunchies","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt crunchies","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_crunchies","price":0},"2201":{"id":2201,"name":"Half baked crunchy","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Half baked crunchy","wiki_url":"https://oldschool.runescape.wiki/w/Half_baked_crunchy","price":0},"2202":{"id":2202,"name":"Raw crunchies","members":true,"tradeable":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Raw crunchies","wiki_url":"https://oldschool.runescape.wiki/w/Raw_crunchies","price":0},"2203":{"id":2203,"name":"Rock-climbing boots","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rock-climbing boots","wiki_url":"https://oldschool.runescape.wiki/w/Rock-climbing_boots","price":0},"2205":{"id":2205,"name":"Worm crunchies","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":6000,"wiki_name":"Worm crunchies","wiki_url":"https://oldschool.runescape.wiki/w/Worm_crunchies","price":4441},"2207":{"id":2207,"name":"Unfinished crunchy","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Unfinished crunchy (chocchip, historical)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_crunchy_(chocchip,_historical)","price":0},"2209":{"id":2209,"name":"Chocchip crunchies","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":6000,"wiki_name":"Chocchip crunchies","wiki_url":"https://oldschool.runescape.wiki/w/Chocchip_crunchies","price":713},"2211":{"id":2211,"name":"Unfinished crunchy","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Unfinished crunchy (spicy, historical)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_crunchy_(spicy,_historical)","price":0},"2213":{"id":2213,"name":"Spicy crunchies","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":6000,"wiki_name":"Spicy crunchies","wiki_url":"https://oldschool.runescape.wiki/w/Spicy_crunchies","price":0},"2215":{"id":2215,"name":"Unfinished crunchy","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Unfinished crunchy (toad, historical)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_crunchy_(toad,_historical)","price":0},"2217":{"id":2217,"name":"Toad crunchies","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":6000,"wiki_name":"Toad crunchies","wiki_url":"https://oldschool.runescape.wiki/w/Toad_crunchies","price":5355},"2219":{"id":2219,"name":"Premade w'm batta","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":120,"lowalch":48,"highalch":72,"buy_limit":6000,"wiki_name":"Premade w'm batta","wiki_url":"https://oldschool.runescape.wiki/w/Premade_w'm_batta","price":215},"2221":{"id":2221,"name":"Premade t'd batta","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":120,"lowalch":48,"highalch":72,"buy_limit":6000,"wiki_name":"Premade t'd batta","wiki_url":"https://oldschool.runescape.wiki/w/Premade_t'd_batta","price":42},"2223":{"id":2223,"name":"Premade c+t batta","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":120,"lowalch":48,"highalch":72,"buy_limit":6000,"wiki_name":"Premade c+t batta","wiki_url":"https://oldschool.runescape.wiki/w/Premade_c+t_batta","price":198},"2225":{"id":2225,"name":"Premade fr't batta","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":120,"lowalch":48,"highalch":72,"buy_limit":6000,"wiki_name":"Premade fr't batta","wiki_url":"https://oldschool.runescape.wiki/w/Premade_fr't_batta","price":22},"2227":{"id":2227,"name":"Premade veg batta","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":120,"lowalch":48,"highalch":72,"buy_limit":6000,"wiki_name":"Premade veg batta","wiki_url":"https://oldschool.runescape.wiki/w/Premade_veg_batta","price":0},"2229":{"id":2229,"name":"Premade choc bomb","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":6000,"wiki_name":"Premade choc bomb","wiki_url":"https://oldschool.runescape.wiki/w/Premade_choc_bomb","price":1185},"2231":{"id":2231,"name":"Premade ttl","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":6000,"wiki_name":"Premade ttl","wiki_url":"https://oldschool.runescape.wiki/w/Premade_ttl","price":322},"2233":{"id":2233,"name":"Premade worm hole","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":6000,"wiki_name":"Premade worm hole","wiki_url":"https://oldschool.runescape.wiki/w/Premade_worm_hole","price":275},"2235":{"id":2235,"name":"Premade veg ball","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":6000,"wiki_name":"Premade veg ball","wiki_url":"https://oldschool.runescape.wiki/w/Premade_veg_ball","price":24},"2237":{"id":2237,"name":"Premade w'm crun'","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":85,"lowalch":34,"highalch":51,"buy_limit":6000,"wiki_name":"Premade w'm crun'","wiki_url":"https://oldschool.runescape.wiki/w/Premade_w'm_crun'","price":1},"2239":{"id":2239,"name":"Premade ch' crunch","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":85,"lowalch":34,"highalch":51,"buy_limit":6000,"wiki_name":"Premade ch' crunch","wiki_url":"https://oldschool.runescape.wiki/w/Premade_ch'_crunch","price":87},"2241":{"id":2241,"name":"Premade s'y crunch","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":85,"lowalch":34,"highalch":51,"buy_limit":6000,"wiki_name":"Premade s'y crunch","wiki_url":"https://oldschool.runescape.wiki/w/Premade_s'y_crunch","price":0},"2243":{"id":2243,"name":"Premade t'd crunch","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":85,"lowalch":34,"highalch":51,"buy_limit":6000,"wiki_name":"Premade t'd crunch","wiki_url":"https://oldschool.runescape.wiki/w/Premade_t'd_crunch","price":620},"2245":{"id":2245,"name":"Odd batta","members":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Odd batta","wiki_url":"https://oldschool.runescape.wiki/w/Odd_batta","price":0},"2247":{"id":2247,"name":"Burnt batta","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt batta","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_batta","price":0},"2249":{"id":2249,"name":"Half baked batta","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Half baked batta","wiki_url":"https://oldschool.runescape.wiki/w/Half_baked_batta","price":0},"2250":{"id":2250,"name":"Raw batta","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Raw batta","wiki_url":"https://oldschool.runescape.wiki/w/Raw_batta","price":0},"2251":{"id":2251,"name":"Unfinished batta","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Unfinished batta (worm, historical)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_batta_(worm,_historical)","price":0},"2253":{"id":2253,"name":"Worm batta","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":6000,"wiki_name":"Worm batta","wiki_url":"https://oldschool.runescape.wiki/w/Worm_batta","price":8000},"2255":{"id":2255,"name":"Toad batta","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":6000,"wiki_name":"Toad batta","wiki_url":"https://oldschool.runescape.wiki/w/Toad_batta","price":1100},"2257":{"id":2257,"name":"Unfinished batta","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Unfinished batta (cheese+tom, historical)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_batta_(cheese+tom,_historical)","price":0},"2259":{"id":2259,"name":"Cheese+tom batta","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":6000,"wiki_name":"Cheese+tom batta","wiki_url":"https://oldschool.runescape.wiki/w/Cheese+tom_batta","price":350},"2261":{"id":2261,"name":"Unfinished batta","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Unfinished batta (fruit, historical) (Plain)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_batta_(fruit,_historical)#Plain","price":0},"2263":{"id":2263,"name":"Unfinished batta","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Unfinished batta (fruit, historical) (Lime)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_batta_(fruit,_historical)#Lime","price":0},"2265":{"id":2265,"name":"Unfinished batta","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Unfinished batta (fruit, historical) (Orange)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_batta_(fruit,_historical)#Orange","price":0},"2267":{"id":2267,"name":"Unfinished batta","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Unfinished batta (fruit, historical) (Pineapple)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_batta_(fruit,_historical)#Pineapple","price":0},"2269":{"id":2269,"name":"Unfinished batta","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Unfinished batta (fruit, historical) (Lime + Orange)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_batta_(fruit,_historical)#Lime_+_Orange","price":0},"2271":{"id":2271,"name":"Unfinished batta","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Unfinished batta (fruit, historical) (Lime + Pineapple)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_batta_(fruit,_historical)#Lime_+_Pineapple","price":0},"2273":{"id":2273,"name":"Unfinished batta","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Unfinished batta (fruit, historical) (Orange + Pineapple)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_batta_(fruit,_historical)#Orange_+_Pineapple","price":0},"2275":{"id":2275,"name":"Unfinished batta","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Unfinished batta (fruit, historical) (Lime, Orange, Pineapple)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_batta_(fruit,_historical)#Lime,_Orange,_Pineapple","price":0},"2277":{"id":2277,"name":"Fruit batta","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":6000,"wiki_name":"Fruit batta","wiki_url":"https://oldschool.runescape.wiki/w/Fruit_batta","price":2687},"2279":{"id":2279,"name":"Unfinished batta","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Unfinished batta (vegetable, historical)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_batta_(vegetable,_historical)","price":0},"2281":{"id":2281,"name":"Vegetable batta","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":6000,"wiki_name":"Vegetable batta","wiki_url":"https://oldschool.runescape.wiki/w/Vegetable_batta","price":856},"2283":{"id":2283,"name":"Pizza base","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":11000,"wiki_name":"Pizza base","wiki_url":"https://oldschool.runescape.wiki/w/Pizza_base","price":244},"2285":{"id":2285,"name":"Incomplete pizza","tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Incomplete pizza","wiki_url":"https://oldschool.runescape.wiki/w/Incomplete_pizza","price":0},"2287":{"id":2287,"name":"Uncooked pizza","tradeable":true,"noteable":true,"cost":25,"lowalch":10,"highalch":15,"wiki_name":"Uncooked pizza","wiki_url":"https://oldschool.runescape.wiki/w/Uncooked_pizza","price":0},"2289":{"id":2289,"name":"Plain pizza","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":10000,"wiki_name":"Plain pizza (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Plain_pizza#Full","price":650},"2291":{"id":2291,"name":"1/2 plain pizza","tradeable":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Plain pizza (Half)","wiki_url":"https://oldschool.runescape.wiki/w/Plain_pizza#Half","price":0},"2293":{"id":2293,"name":"Meat pizza","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":10000,"wiki_name":"Meat pizza (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Meat_pizza#Full","price":322},"2295":{"id":2295,"name":"1/2 meat pizza","tradeable":true,"noteable":true,"cost":25,"lowalch":10,"highalch":15,"wiki_name":"Meat pizza (Half)","wiki_url":"https://oldschool.runescape.wiki/w/Meat_pizza#Half","price":0},"2297":{"id":2297,"name":"Anchovy pizza","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":60,"lowalch":24,"highalch":36,"buy_limit":10000,"wiki_name":"Anchovy pizza (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Anchovy_pizza#Full","price":891},"2299":{"id":2299,"name":"1/2 anchovy pizza","tradeable":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Anchovy pizza (Half)","wiki_url":"https://oldschool.runescape.wiki/w/Anchovy_pizza#Half","price":0},"2301":{"id":2301,"name":"Pineapple pizza","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":10000,"wiki_name":"Pineapple pizza (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Pineapple_pizza#Full","price":925},"2303":{"id":2303,"name":"1/2 pineapple pizza","members":true,"tradeable":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Pineapple pizza (Half)","wiki_url":"https://oldschool.runescape.wiki/w/Pineapple_pizza#Half","price":0},"2305":{"id":2305,"name":"Burnt pizza","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt pizza","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_pizza","price":0},"2307":{"id":2307,"name":"Bread dough","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":13000,"wiki_name":"Bread dough","wiki_url":"https://oldschool.runescape.wiki/w/Bread_dough","price":164},"2309":{"id":2309,"name":"Bread","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":12,"lowalch":4,"highalch":7,"buy_limit":6000,"wiki_name":"Bread","wiki_url":"https://oldschool.runescape.wiki/w/Bread","price":153},"2311":{"id":2311,"name":"Burnt bread","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt bread","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_bread","price":0},"2313":{"id":2313,"name":"Pie dish","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":500,"wiki_name":"Pie dish","wiki_url":"https://oldschool.runescape.wiki/w/Pie_dish","price":24},"2315":{"id":2315,"name":"Pie shell","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":13000,"wiki_name":"Pie shell","wiki_url":"https://oldschool.runescape.wiki/w/Pie_shell","price":362},"2317":{"id":2317,"name":"Uncooked apple pie","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":16,"lowalch":6,"highalch":9,"buy_limit":13000,"wiki_name":"Uncooked apple pie","wiki_url":"https://oldschool.runescape.wiki/w/Uncooked_apple_pie","price":430},"2319":{"id":2319,"name":"Uncooked meat pie","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":8,"lowalch":3,"highalch":4,"buy_limit":13000,"wiki_name":"Uncooked meat pie","wiki_url":"https://oldschool.runescape.wiki/w/Uncooked_meat_pie","price":625},"2321":{"id":2321,"name":"Uncooked berry pie","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":6,"lowalch":2,"highalch":3,"buy_limit":13000,"wiki_name":"Uncooked berry pie","wiki_url":"https://oldschool.runescape.wiki/w/Uncooked_berry_pie","price":550},"2323":{"id":2323,"name":"Apple pie","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":10000,"wiki_name":"Apple pie (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Apple_pie#Full","price":82},"2325":{"id":2325,"name":"Redberry pie","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":12,"lowalch":4,"highalch":7,"buy_limit":15,"wiki_name":"Redberry pie (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Redberry_pie#Full","price":0},"2327":{"id":2327,"name":"Meat pie","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":10000,"wiki_name":"Meat pie (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Meat_pie#Full","price":68},"2329":{"id":2329,"name":"Burnt pie","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt pie","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_pie","price":0},"2331":{"id":2331,"name":"Half a meat pie","tradeable":true,"noteable":true,"cost":8,"lowalch":3,"highalch":4,"wiki_name":"Meat pie (Half)","wiki_url":"https://oldschool.runescape.wiki/w/Meat_pie#Half","price":0},"2333":{"id":2333,"name":"Half a redberry pie","tradeable":true,"noteable":true,"cost":6,"lowalch":2,"highalch":3,"wiki_name":"Redberry pie (Half)","wiki_url":"https://oldschool.runescape.wiki/w/Redberry_pie#Half","price":0},"2335":{"id":2335,"name":"Half an apple pie","tradeable":true,"noteable":true,"cost":15,"lowalch":6,"highalch":9,"wiki_name":"Apple pie (Half)","wiki_url":"https://oldschool.runescape.wiki/w/Apple_pie#Half","price":0},"2337":{"id":2337,"name":"Raw oomlie","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":15,"wiki_name":"Raw oomlie","wiki_url":"https://oldschool.runescape.wiki/w/Raw_oomlie","price":1315},"2339":{"id":2339,"name":"Palm leaf","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Palm leaf","wiki_url":"https://oldschool.runescape.wiki/w/Palm_leaf","price":0},"2340":{"id":2340,"name":"Palm leaf","members":true,"stackable":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Palm leaf (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Palm_leaf_(unobtainable_item)","price":0},"2341":{"id":2341,"name":"Wrapped oomlie","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":16,"lowalch":6,"highalch":9,"buy_limit":15,"wiki_name":"Wrapped oomlie","wiki_url":"https://oldschool.runescape.wiki/w/Wrapped_oomlie","price":8501},"2343":{"id":2343,"name":"Cooked oomlie wrap","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":35,"lowalch":14,"highalch":21,"buy_limit":15,"wiki_name":"Cooked oomlie wrap","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_oomlie_wrap","price":1298},"2345":{"id":2345,"name":"Burnt oomlie wrap","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt oomlie wrap","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_oomlie_wrap","price":0},"2347":{"id":2347,"name":"Hammer","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":40,"wiki_name":"Hammer","wiki_url":"https://oldschool.runescape.wiki/w/Hammer","price":65},"2349":{"id":2349,"name":"Bronze bar","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":8,"lowalch":3,"highalch":4,"buy_limit":10000,"wiki_name":"Bronze bar","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_bar","price":148},"2351":{"id":2351,"name":"Iron bar","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":28,"lowalch":11,"highalch":16,"buy_limit":10000,"wiki_name":"Iron bar","wiki_url":"https://oldschool.runescape.wiki/w/Iron_bar","price":201},"2353":{"id":2353,"name":"Steel bar","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":10000,"wiki_name":"Steel bar","wiki_url":"https://oldschool.runescape.wiki/w/Steel_bar","price":416},"2355":{"id":2355,"name":"Silver bar","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":10000,"wiki_name":"Silver bar","wiki_url":"https://oldschool.runescape.wiki/w/Silver_bar","price":105},"2357":{"id":2357,"name":"Gold bar","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":10000,"wiki_name":"Gold bar","wiki_url":"https://oldschool.runescape.wiki/w/Gold_bar","price":102},"2359":{"id":2359,"name":"Mithril bar","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":10000,"wiki_name":"Mithril bar","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_bar","price":582},"2361":{"id":2361,"name":"Adamantite bar","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":640,"lowalch":256,"highalch":384,"buy_limit":10000,"wiki_name":"Adamantite bar","wiki_url":"https://oldschool.runescape.wiki/w/Adamantite_bar","price":1780},"2363":{"id":2363,"name":"Runite bar","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":10000,"wiki_name":"Runite bar","wiki_url":"https://oldschool.runescape.wiki/w/Runite_bar","price":12555},"2365":{"id":2365,"name":"'perfect' gold bar","members":true,"cost":300,"lowalch":120,"highalch":180,"wiki_name":"'perfect' gold bar","wiki_url":"https://oldschool.runescape.wiki/w/'perfect'_gold_bar","price":0},"2366":{"id":2366,"name":"Shield left half","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":110000,"lowalch":44000,"highalch":66000,"buy_limit":50,"wiki_name":"Shield left half","wiki_url":"https://oldschool.runescape.wiki/w/Shield_left_half","price":65635},"2368":{"id":2368,"name":"Shield right half","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":500000,"lowalch":200000,"highalch":300000,"buy_limit":50,"wiki_name":"Shield right half","wiki_url":"https://oldschool.runescape.wiki/w/Shield_right_half","price":763000},"2370":{"id":2370,"name":"Steel studs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":13000,"wiki_name":"Steel studs","wiki_url":"https://oldschool.runescape.wiki/w/Steel_studs","price":252},"2372":{"id":2372,"name":"Ogre relic","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ogre relic","wiki_url":"https://oldschool.runescape.wiki/w/Ogre_relic","price":0},"2373":{"id":2373,"name":"Relic part 1","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Relic part 1","wiki_url":"https://oldschool.runescape.wiki/w/Relic_part_1","price":0},"2374":{"id":2374,"name":"Relic part 2","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Relic part 2","wiki_url":"https://oldschool.runescape.wiki/w/Relic_part_2","price":0},"2375":{"id":2375,"name":"Relic part 3","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Relic part 3","wiki_url":"https://oldschool.runescape.wiki/w/Relic_part_3","price":0},"2376":{"id":2376,"name":"Skavid map","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Skavid map","wiki_url":"https://oldschool.runescape.wiki/w/Skavid_map","price":0},"2377":{"id":2377,"name":"Ogre tooth","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ogre tooth","wiki_url":"https://oldschool.runescape.wiki/w/Ogre_tooth","price":0},"2378":{"id":2378,"name":"Toban's key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Toban's key","wiki_url":"https://oldschool.runescape.wiki/w/Toban's_key","price":0},"2379":{"id":2379,"name":"Rock cake","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rock cake","wiki_url":"https://oldschool.runescape.wiki/w/Rock_cake","price":0},"2380":{"id":2380,"name":"Crystal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal (Watchtower) (Yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_(Watchtower)#Yellow","price":0},"2381":{"id":2381,"name":"Crystal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal (Watchtower) (Magenta)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_(Watchtower)#Magenta","price":0},"2382":{"id":2382,"name":"Crystal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal (Watchtower) (Cyan)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_(Watchtower)#Cyan","price":0},"2383":{"id":2383,"name":"Crystal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal (Watchtower) (Grey)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_(Watchtower)#Grey","price":0},"2384":{"id":2384,"name":"Fingernails","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fingernails","wiki_url":"https://oldschool.runescape.wiki/w/Fingernails","price":0},"2385":{"id":2385,"name":"Old robe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old robe","wiki_url":"https://oldschool.runescape.wiki/w/Old_robe","price":0},"2386":{"id":2386,"name":"Unusual armour","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Unusual armour","wiki_url":"https://oldschool.runescape.wiki/w/Unusual_armour","price":0},"2387":{"id":2387,"name":"Damaged dagger","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Damaged dagger","wiki_url":"https://oldschool.runescape.wiki/w/Damaged_dagger","price":0},"2388":{"id":2388,"name":"Tattered eye patch","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tattered eye patch","wiki_url":"https://oldschool.runescape.wiki/w/Tattered_eye_patch","price":0},"2389":{"id":2389,"name":"Vial","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Vial (jangerberries)","wiki_url":"https://oldschool.runescape.wiki/w/Vial_(jangerberries)","price":0},"2390":{"id":2390,"name":"Vial","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Vial (jangerberries and guam leaf)","wiki_url":"https://oldschool.runescape.wiki/w/Vial_(jangerberries_and_guam_leaf)","price":0},"2391":{"id":2391,"name":"Ground bat bones","members":true,"tradeable":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Ground bat bones","wiki_url":"https://oldschool.runescape.wiki/w/Ground_bat_bones","price":0},"2393":{"id":2393,"name":"Toban's gold","members":true,"cost":300,"wiki_name":"Toban's gold","wiki_url":"https://oldschool.runescape.wiki/w/Toban's_gold","price":0},"2394":{"id":2394,"name":"Potion","members":true,"cost":120,"lowalch":48,"highalch":72,"wiki_name":"Potion (Watchtower)","wiki_url":"https://oldschool.runescape.wiki/w/Potion_(Watchtower)","price":0},"2395":{"id":2395,"name":"Magic ogre potion","members":true,"cost":120,"lowalch":48,"highalch":72,"wiki_name":"Magic ogre potion","wiki_url":"https://oldschool.runescape.wiki/w/Magic_ogre_potion","price":0},"2396":{"id":2396,"name":"Spell scroll","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Spell scroll","wiki_url":"https://oldschool.runescape.wiki/w/Spell_scroll","price":0},"2397":{"id":2397,"name":"Shaman robe","members":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Shaman robe","wiki_url":"https://oldschool.runescape.wiki/w/Shaman_robe","price":0},"2398":{"id":2398,"name":"Cave nightshade","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Cave nightshade","wiki_url":"https://oldschool.runescape.wiki/w/Cave_nightshade","price":0},"2399":{"id":2399,"name":"Silverlight key","cost":100,"lowalch":40,"highalch":60,"wiki_name":"Silverlight key (Wizard Traiborn)","wiki_url":"https://oldschool.runescape.wiki/w/Silverlight_key_(Wizard_Traiborn)","price":0},"2400":{"id":2400,"name":"Silverlight key","cost":100,"lowalch":40,"highalch":60,"wiki_name":"Silverlight key (Captain Rovin)","wiki_url":"https://oldschool.runescape.wiki/w/Silverlight_key_(Captain_Rovin)","price":0},"2401":{"id":2401,"name":"Silverlight key","cost":100,"lowalch":40,"highalch":60,"wiki_name":"Silverlight key (Sir Prysin)","wiki_url":"https://oldschool.runescape.wiki/w/Silverlight_key_(Sir_Prysin)","price":0},"2402":{"id":2402,"name":"Silverlight","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Silverlight (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Silverlight#Normal","equipment":{"attack_stab":9,"attack_slash":14,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":2,"defence_magic":1,"defence_ranged":0,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"2403":{"id":2403,"name":"Hazeel scroll","members":true,"cost":1,"wiki_name":"Hazeel scroll","wiki_url":"https://oldschool.runescape.wiki/w/Hazeel_scroll","price":0},"2404":{"id":2404,"name":"Chest key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chest key (Hazeel Cult)","wiki_url":"https://oldschool.runescape.wiki/w/Chest_key_(Hazeel_Cult)","price":0},"2405":{"id":2405,"name":"Carnillean armour","members":true,"equipable":true,"equipable_by_player":true,"cost":65,"lowalch":26,"highalch":39,"wiki_name":"Carnillean armour","wiki_url":"https://oldschool.runescape.wiki/w/Carnillean_armour","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":20,"defence_slash":14,"defence_crush":8,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":1}},"price":0},"2406":{"id":2406,"name":"Hazeel's mark","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Hazeel's mark","wiki_url":"https://oldschool.runescape.wiki/w/Hazeel's_mark","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"2407":{"id":2407,"name":"Ball","members":true,"cost":1,"wiki_name":"Ball","wiki_url":"https://oldschool.runescape.wiki/w/Ball","price":0},"2408":{"id":2408,"name":"Diary","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Diary (Witch's House)","wiki_url":"https://oldschool.runescape.wiki/w/Diary_(Witch's_House)","price":0},"2409":{"id":2409,"name":"Door key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Door key (Witch's House)","wiki_url":"https://oldschool.runescape.wiki/w/Door_key_(Witch's_House)","price":0},"2410":{"id":2410,"name":"Magnet","members":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Magnet (Witch's House)","wiki_url":"https://oldschool.runescape.wiki/w/Magnet_(Witch's_House)","price":0},"2411":{"id":2411,"name":"Key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Key (Witch's House)","wiki_url":"https://oldschool.runescape.wiki/w/Key_(Witch's_House)","price":0},"2412":{"id":2412,"name":"Saradomin cape","members":true,"equipable":true,"equipable_by_player":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Saradomin cape","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":10,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":2,"defence_magic":10,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"magic":60}},"price":0},"2413":{"id":2413,"name":"Guthix cape","members":true,"equipable":true,"equipable_by_player":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Guthix cape","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":10,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":2,"defence_magic":10,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"magic":60}},"price":0},"2414":{"id":2414,"name":"Zamorak cape","members":true,"equipable":true,"equipable_by_player":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Zamorak cape","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":10,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":2,"defence_magic":10,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"magic":60}},"price":0},"2415":{"id":2415,"name":"Saradomin staff","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":80000,"lowalch":32000,"highalch":48000,"wiki_name":"Saradomin staff","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_staff","equipment":{"attack_stab":-1,"attack_slash":-1,"attack_crush":6,"attack_magic":6,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":6,"defence_ranged":0,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":60}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"2416":{"id":2416,"name":"Guthix staff","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":80000,"lowalch":32000,"highalch":48000,"wiki_name":"Guthix staff","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_staff","equipment":{"attack_stab":-1,"attack_slash":-1,"attack_crush":6,"attack_magic":6,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":6,"defence_ranged":0,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":60}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"2417":{"id":2417,"name":"Zamorak staff","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":80000,"lowalch":32000,"highalch":48000,"wiki_name":"Zamorak staff","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_staff","equipment":{"attack_stab":-1,"attack_slash":-1,"attack_crush":6,"attack_magic":6,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":6,"defence_ranged":0,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":60}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"2418":{"id":2418,"name":"Bronze key","cost":30,"lowalch":12,"highalch":18,"wiki_name":"Bronze key (Prince Ali Rescue)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_key_(Prince_Ali_Rescue)","price":0},"2419":{"id":2419,"name":"Wig","cost":30,"lowalch":12,"highalch":18,"wiki_name":"Wig (Dyed)","wiki_url":"https://oldschool.runescape.wiki/w/Wig#Dyed","price":0},"2421":{"id":2421,"name":"Wig","cost":30,"lowalch":12,"highalch":18,"wiki_name":"Wig (Grey)","wiki_url":"https://oldschool.runescape.wiki/w/Wig#Grey","price":0},"2422":{"id":2422,"name":"Blue partyhat","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue partyhat (Draynor Bank Robbery)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_partyhat_(Draynor_Bank_Robbery)","price":0},"2423":{"id":2423,"name":"Key print","cost":30,"lowalch":12,"highalch":18,"wiki_name":"Key print","wiki_url":"https://oldschool.runescape.wiki/w/Key_print","price":0},"2424":{"id":2424,"name":"Paste","cost":30,"lowalch":12,"highalch":18,"wiki_name":"Paste","wiki_url":"https://oldschool.runescape.wiki/w/Paste","price":0},"2426":{"id":2426,"name":"Burnt oomlie","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt oomlie","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_oomlie","price":0},"2428":{"id":2428,"name":"Attack potion(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":2000,"wiki_name":"Attack potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Attack_potion#4_dose","price":8},"2430":{"id":2430,"name":"Restore potion(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":110,"lowalch":44,"highalch":66,"buy_limit":2000,"wiki_name":"Restore potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Restore_potion#4_dose","price":97},"2432":{"id":2432,"name":"Defence potion(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":2000,"wiki_name":"Defence potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Defence_potion#4_dose","price":417},"2434":{"id":2434,"name":"Prayer potion(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":190,"lowalch":76,"highalch":114,"buy_limit":2000,"wiki_name":"Prayer potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Prayer_potion#4_dose","price":9854},"2436":{"id":2436,"name":"Super attack(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":225,"lowalch":90,"highalch":135,"buy_limit":2000,"wiki_name":"Super attack (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_attack#4_dose","price":2215},"2438":{"id":2438,"name":"Fishing potion(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":2000,"wiki_name":"Fishing potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Fishing_potion#4_dose","price":194},"2440":{"id":2440,"name":"Super strength(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":275,"lowalch":110,"highalch":165,"buy_limit":2000,"wiki_name":"Super strength (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_strength#4_dose","price":6591},"2442":{"id":2442,"name":"Super defence(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":330,"lowalch":132,"highalch":198,"buy_limit":2000,"wiki_name":"Super defence (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_defence#4_dose","price":8183},"2444":{"id":2444,"name":"Ranging potion(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":360,"lowalch":144,"highalch":216,"buy_limit":2000,"wiki_name":"Ranging potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Ranging_potion#4_dose","price":3194},"2446":{"id":2446,"name":"Antipoison(4)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":360,"lowalch":144,"highalch":216,"buy_limit":2000,"wiki_name":"Antipoison (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antipoison#4_dose","price":197},"2448":{"id":2448,"name":"Superantipoison(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":360,"lowalch":144,"highalch":216,"buy_limit":2000,"wiki_name":"Superantipoison (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Superantipoison#4_dose","price":1863},"2450":{"id":2450,"name":"Zamorak brew(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":2000,"wiki_name":"Zamorak brew (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_brew#4_dose","price":3445},"2452":{"id":2452,"name":"Antifire potion(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":330,"lowalch":132,"highalch":198,"buy_limit":2000,"wiki_name":"Antifire potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antifire_potion#4_dose","price":1242},"2454":{"id":2454,"name":"Antifire potion(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":264,"lowalch":105,"highalch":158,"buy_limit":2000,"wiki_name":"Antifire potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antifire_potion#3_dose","price":868},"2456":{"id":2456,"name":"Antifire potion(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":198,"lowalch":79,"highalch":118,"buy_limit":2000,"wiki_name":"Antifire potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antifire_potion#2_dose","price":519},"2458":{"id":2458,"name":"Antifire potion(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":132,"lowalch":52,"highalch":79,"buy_limit":2000,"wiki_name":"Antifire potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antifire_potion#1_dose","price":286},"2460":{"id":2460,"name":"Assorted flowers","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":150,"wiki_name":"Assorted flowers","wiki_url":"https://oldschool.runescape.wiki/w/Assorted_flowers","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"2462":{"id":2462,"name":"Red flowers","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":150,"wiki_name":"Red flowers","wiki_url":"https://oldschool.runescape.wiki/w/Red_flowers","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":275},"2464":{"id":2464,"name":"Blue flowers","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":150,"wiki_name":"Blue flowers","wiki_url":"https://oldschool.runescape.wiki/w/Blue_flowers","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":175},"2466":{"id":2466,"name":"Yellow flowers","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":150,"wiki_name":"Yellow flowers","wiki_url":"https://oldschool.runescape.wiki/w/Yellow_flowers","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":176},"2468":{"id":2468,"name":"Purple flowers","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":150,"wiki_name":"Purple flowers","wiki_url":"https://oldschool.runescape.wiki/w/Purple_flowers","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1464},"2470":{"id":2470,"name":"Orange flowers","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":150,"wiki_name":"Orange flowers","wiki_url":"https://oldschool.runescape.wiki/w/Orange_flowers","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":95},"2472":{"id":2472,"name":"Mixed flowers","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":150,"wiki_name":"Mixed flowers","wiki_url":"https://oldschool.runescape.wiki/w/Mixed_flowers","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":75},"2474":{"id":2474,"name":"White flowers","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":150,"wiki_name":"White flowers","wiki_url":"https://oldschool.runescape.wiki/w/White_flowers","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":380000},"2476":{"id":2476,"name":"Black flowers","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":150,"wiki_name":"Black flowers","wiki_url":"https://oldschool.runescape.wiki/w/Black_flowers","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":59044},"2481":{"id":2481,"name":"Lantadyme","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":68,"lowalch":27,"highalch":40,"buy_limit":11000,"wiki_name":"Lantadyme","wiki_url":"https://oldschool.runescape.wiki/w/Lantadyme","price":1328},"2483":{"id":2483,"name":"Lantadyme potion (unf)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":68,"lowalch":27,"highalch":40,"buy_limit":10000,"wiki_name":"Lantadyme potion (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Lantadyme_potion_(unf)","price":1505},"2485":{"id":2485,"name":"Grimy lantadyme","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":23,"lowalch":9,"highalch":13,"buy_limit":11000,"wiki_name":"Grimy lantadyme","wiki_url":"https://oldschool.runescape.wiki/w/Grimy_lantadyme","price":1403},"2487":{"id":2487,"name":"Blue d'hide vambraces","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"buy_limit":125,"wiki_name":"Blue d'hide vambraces","wiki_url":"https://oldschool.runescape.wiki/w/Blue_d'hide_vambraces","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":9,"defence_stab":2,"defence_slash":3,"defence_crush":3,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"ranged":50}},"price":1551},"2489":{"id":2489,"name":"Red d'hide vambraces","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3600,"lowalch":1440,"highalch":2160,"buy_limit":70,"wiki_name":"Red d'hide vambraces","wiki_url":"https://oldschool.runescape.wiki/w/Red_d'hide_vambraces","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":10,"defence_stab":3,"defence_slash":4,"defence_crush":4,"defence_magic":6,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"ranged":60}},"price":1663},"2491":{"id":2491,"name":"Black d'hide vambraces","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":4320,"lowalch":1728,"highalch":2592,"buy_limit":70,"wiki_name":"Black d'hide vambraces","wiki_url":"https://oldschool.runescape.wiki/w/Black_d'hide_vambraces","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":11,"defence_stab":4,"defence_slash":5,"defence_crush":5,"defence_magic":8,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"ranged":70}},"price":2341},"2493":{"id":2493,"name":"Blue d'hide chaps","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":4320,"lowalch":1728,"highalch":2592,"buy_limit":125,"wiki_name":"Blue d'hide chaps","wiki_url":"https://oldschool.runescape.wiki/w/Blue_d'hide_chaps","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":11,"defence_stab":13,"defence_slash":16,"defence_crush":20,"defence_magic":14,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"ranged":50}},"price":2018},"2495":{"id":2495,"name":"Red d'hide chaps","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5180,"lowalch":2072,"highalch":3108,"buy_limit":70,"wiki_name":"Red d'hide chaps","wiki_url":"https://oldschool.runescape.wiki/w/Red_d'hide_chaps","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":14,"defence_stab":15,"defence_slash":18,"defence_crush":22,"defence_magic":18,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"ranged":60}},"price":2667},"2497":{"id":2497,"name":"Black d'hide chaps","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":6220,"lowalch":2488,"highalch":3732,"buy_limit":70,"wiki_name":"Black d'hide chaps","wiki_url":"https://oldschool.runescape.wiki/w/Black_d'hide_chaps","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":17,"defence_stab":18,"defence_slash":20,"defence_crush":26,"defence_magic":23,"defence_ranged":26,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"ranged":70}},"price":4548},"2499":{"id":2499,"name":"Blue d'hide body","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":9360,"lowalch":3744,"highalch":5616,"buy_limit":125,"wiki_name":"Blue d'hide body","wiki_url":"https://oldschool.runescape.wiki/w/Blue_d'hide_body","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":20,"defence_stab":23,"defence_slash":30,"defence_crush":30,"defence_magic":26,"defence_ranged":40,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"ranged":50,"defence":40}},"price":4946},"2501":{"id":2501,"name":"Red d'hide body","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":11230,"lowalch":4492,"highalch":6738,"buy_limit":70,"wiki_name":"Red d'hide body","wiki_url":"https://oldschool.runescape.wiki/w/Red_d'hide_body","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":25,"defence_stab":26,"defence_slash":34,"defence_crush":36,"defence_magic":36,"defence_ranged":45,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"ranged":60,"defence":40}},"price":5613},"2503":{"id":2503,"name":"Black d'hide body","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":13480,"lowalch":5392,"highalch":8088,"buy_limit":70,"wiki_name":"Black d'hide body","wiki_url":"https://oldschool.runescape.wiki/w/Black_d'hide_body","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":30,"defence_stab":30,"defence_slash":38,"defence_crush":45,"defence_magic":45,"defence_ranged":50,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"ranged":70,"defence":40}},"price":7482},"2505":{"id":2505,"name":"Blue dragon leather","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":70,"lowalch":28,"highalch":42,"buy_limit":13000,"wiki_name":"Blue dragon leather","wiki_url":"https://oldschool.runescape.wiki/w/Blue_dragon_leather","price":1780},"2507":{"id":2507,"name":"Red dragon leather","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":11000,"wiki_name":"Red dragon leather","wiki_url":"https://oldschool.runescape.wiki/w/Red_dragon_leather","price":2069},"2509":{"id":2509,"name":"Black dragon leather","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":110,"lowalch":44,"highalch":66,"buy_limit":11000,"wiki_name":"Black dragon leather","wiki_url":"https://oldschool.runescape.wiki/w/Black_dragon_leather","price":2800},"2511":{"id":2511,"name":"Logs","cost":4,"lowalch":1,"highalch":2,"wiki_name":"Logs (Tutorial Island) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Logs_(Tutorial_Island)#Normal","price":0},"2514":{"id":2514,"name":"Raw shrimps","tradeable":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Raw shrimps (Tutorial Island) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Raw_shrimps_(Tutorial_Island)#Normal","price":0},"2516":{"id":2516,"name":"Pot of flour","tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Pot of flour (Tutorial Island)","wiki_url":"https://oldschool.runescape.wiki/w/Pot_of_flour_(Tutorial_Island)","price":0},"2518":{"id":2518,"name":"Rotten tomato","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rotten tomato","wiki_url":"https://oldschool.runescape.wiki/w/Rotten_tomato","price":0},"2520":{"id":2520,"name":"Brown toy horsey","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":150,"wiki_name":"Brown toy horsey","wiki_url":"https://oldschool.runescape.wiki/w/Brown_toy_horsey","price":213},"2522":{"id":2522,"name":"White toy horsey","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":150,"wiki_name":"White toy horsey","wiki_url":"https://oldschool.runescape.wiki/w/White_toy_horsey","price":60},"2524":{"id":2524,"name":"Black toy horsey","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":150,"wiki_name":"Black toy horsey","wiki_url":"https://oldschool.runescape.wiki/w/Black_toy_horsey","price":600},"2526":{"id":2526,"name":"Grey toy horsey","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":150,"wiki_name":"Grey toy horsey","wiki_url":"https://oldschool.runescape.wiki/w/Grey_toy_horsey","price":1300},"2528":{"id":2528,"name":"Lamp","cost":200,"lowalch":80,"highalch":120,"wiki_name":"Lamp","wiki_url":"https://oldschool.runescape.wiki/w/Lamp","price":0},"2529":{"id":2529,"name":"Dead orb","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dead orb","wiki_url":"https://oldschool.runescape.wiki/w/Dead_orb","price":0},"2530":{"id":2530,"name":"Bones","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bones (Tutorial Island) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Bones_(Tutorial_Island)#Normal","price":0},"2532":{"id":2532,"name":"Iron fire arrow","members":true,"tradeable":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Iron fire arrow (Unlit)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_fire_arrow#Unlit","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":10,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":0},"2533":{"id":2533,"name":"Iron fire arrow (lit)","members":true,"tradeable":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Iron fire arrow (Lit)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_fire_arrow#Lit","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":10,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":0},"2534":{"id":2534,"name":"Steel fire arrow","members":true,"tradeable":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Steel fire arrow (Unlit)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_fire_arrow#Unlit","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":16,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":5}},"price":0},"2535":{"id":2535,"name":"Steel fire arrow (lit)","members":true,"tradeable":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Steel fire arrow (Lit)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_fire_arrow#Lit","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":16,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":5}},"price":0},"2536":{"id":2536,"name":"Mithril fire arrow","members":true,"tradeable":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Mithril fire arrow (Unlit)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_fire_arrow#Unlit","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":22,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":20}},"price":0},"2537":{"id":2537,"name":"Mithril fire arrow (lit)","members":true,"tradeable":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Mithril fire arrow (Lit)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_fire_arrow#Lit","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":22,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":20}},"price":0},"2538":{"id":2538,"name":"Adamant fire arrow","members":true,"tradeable":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Adamant fire arrow (Unlit)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_fire_arrow#Unlit","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":31,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":30}},"price":0},"2539":{"id":2539,"name":"Adamant fire arrow (lit)","members":true,"tradeable":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Adamant fire arrow (Lit)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_fire_arrow#Lit","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":31,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":30}},"price":0},"2540":{"id":2540,"name":"Rune fire arrow","members":true,"tradeable":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Rune fire arrow (Unlit)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_fire_arrow#Unlit","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":49,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":40}},"price":0},"2541":{"id":2541,"name":"Rune fire arrow (lit)","members":true,"tradeable":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Rune fire arrow (Lit)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_fire_arrow#Lit","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":49,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":40}},"price":0},"2550":{"id":2550,"name":"Ring of recoil","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":900,"lowalch":360,"highalch":540,"buy_limit":10000,"wiki_name":"Ring of recoil","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_recoil","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":691},"2552":{"id":2552,"name":"Ring of dueling(8)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1275,"lowalch":510,"highalch":765,"buy_limit":15000,"wiki_name":"Ring of dueling (8)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_dueling#(8)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":701},"2554":{"id":2554,"name":"Ring of dueling(7)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1275,"lowalch":510,"highalch":765,"wiki_name":"Ring of dueling (7)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_dueling#(7)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"2556":{"id":2556,"name":"Ring of dueling(6)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1275,"lowalch":510,"highalch":765,"wiki_name":"Ring of dueling (6)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_dueling#(6)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"2558":{"id":2558,"name":"Ring of dueling(5)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1275,"lowalch":510,"highalch":765,"wiki_name":"Ring of dueling (5)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_dueling#(5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"2560":{"id":2560,"name":"Ring of dueling(4)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1275,"lowalch":510,"highalch":765,"wiki_name":"Ring of dueling (4)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_dueling#(4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"2562":{"id":2562,"name":"Ring of dueling(3)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1275,"lowalch":510,"highalch":765,"wiki_name":"Ring of dueling (3)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_dueling#(3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"2564":{"id":2564,"name":"Ring of dueling(2)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1275,"lowalch":510,"highalch":765,"wiki_name":"Ring of dueling (2)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_dueling#(2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"2566":{"id":2566,"name":"Ring of dueling(1)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1275,"lowalch":510,"highalch":765,"wiki_name":"Ring of dueling (1)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_dueling#(1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"2568":{"id":2568,"name":"Ring of forging","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2025,"lowalch":810,"highalch":1215,"buy_limit":10000,"wiki_name":"Ring of forging","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_forging","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":1030},"2570":{"id":2570,"name":"Ring of life","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3525,"lowalch":1410,"highalch":2115,"buy_limit":10000,"wiki_name":"Ring of life","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_life","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":1858},"2572":{"id":2572,"name":"Ring of wealth","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":17625,"lowalch":7050,"highalch":10575,"buy_limit":10000,"wiki_name":"Ring of wealth (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_wealth#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":12169},"2574":{"id":2574,"name":"Sextant","members":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Sextant","wiki_url":"https://oldschool.runescape.wiki/w/Sextant","price":0},"2575":{"id":2575,"name":"Watch","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Watch","wiki_url":"https://oldschool.runescape.wiki/w/Watch","price":0},"2576":{"id":2576,"name":"Chart","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Chart","wiki_url":"https://oldschool.runescape.wiki/w/Chart","price":0},"2577":{"id":2577,"name":"Ranger boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":8,"wiki_name":"Ranger boots","wiki_url":"https://oldschool.runescape.wiki/w/Ranger_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":8,"defence_stab":2,"defence_slash":3,"defence_crush":4,"defence_magic":2,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"ranged":40,"defence":1}},"price":32459676},"2579":{"id":2579,"name":"Wizard boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":8,"wiki_name":"Wizard boots","wiki_url":"https://oldschool.runescape.wiki/w/Wizard_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"magic":20,"defence":1}},"price":228892},"2581":{"id":2581,"name":"Robin hood hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":450,"lowalch":180,"highalch":270,"buy_limit":8,"wiki_name":"Robin hood hat","wiki_url":"https://oldschool.runescape.wiki/w/Robin_hood_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":8,"defence_stab":4,"defence_slash":6,"defence_crush":8,"defence_magic":4,"defence_ranged":4,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"ranged":40,"defence":1}},"price":1375673},"2583":{"id":2583,"name":"Black platebody (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3840,"lowalch":1536,"highalch":2304,"buy_limit":8,"wiki_name":"Black platebody (t)","wiki_url":"https://oldschool.runescape.wiki/w/Black_platebody_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":41,"defence_slash":40,"defence_crush":30,"defence_magic":-6,"defence_ranged":40,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":10}},"price":21156},"2585":{"id":2585,"name":"Black platelegs (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1920,"lowalch":768,"highalch":1152,"buy_limit":8,"wiki_name":"Black platelegs (t)","wiki_url":"https://oldschool.runescape.wiki/w/Black_platelegs_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":21,"defence_slash":20,"defence_crush":19,"defence_magic":-4,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":10}},"price":21214},"2587":{"id":2587,"name":"Black full helm (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1056,"lowalch":422,"highalch":633,"buy_limit":8,"wiki_name":"Black full helm (t)","wiki_url":"https://oldschool.runescape.wiki/w/Black_full_helm_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":12,"defence_slash":13,"defence_crush":10,"defence_magic":-1,"defence_ranged":12,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":16879},"2589":{"id":2589,"name":"Black kiteshield (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1632,"lowalch":652,"highalch":979,"buy_limit":8,"wiki_name":"Black kiteshield (t)","wiki_url":"https://oldschool.runescape.wiki/w/Black_kiteshield_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":17,"defence_slash":19,"defence_crush":18,"defence_magic":-1,"defence_ranged":18,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":10}},"price":10133},"2591":{"id":2591,"name":"Black platebody (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3840,"lowalch":1536,"highalch":2304,"buy_limit":8,"wiki_name":"Black platebody (g)","wiki_url":"https://oldschool.runescape.wiki/w/Black_platebody_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":41,"defence_slash":40,"defence_crush":30,"defence_magic":-6,"defence_ranged":40,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":10}},"price":128278},"2593":{"id":2593,"name":"Black platelegs (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1920,"lowalch":768,"highalch":1152,"buy_limit":8,"wiki_name":"Black platelegs (g)","wiki_url":"https://oldschool.runescape.wiki/w/Black_platelegs_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":21,"defence_slash":20,"defence_crush":19,"defence_magic":-4,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":10}},"price":36412},"2595":{"id":2595,"name":"Black full helm (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1056,"lowalch":422,"highalch":633,"buy_limit":8,"wiki_name":"Black full helm (g)","wiki_url":"https://oldschool.runescape.wiki/w/Black_full_helm_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":12,"defence_slash":13,"defence_crush":10,"defence_magic":-1,"defence_ranged":12,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":110395},"2597":{"id":2597,"name":"Black kiteshield (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1632,"lowalch":652,"highalch":979,"buy_limit":8,"wiki_name":"Black kiteshield (g)","wiki_url":"https://oldschool.runescape.wiki/w/Black_kiteshield_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":17,"defence_slash":19,"defence_crush":18,"defence_magic":-1,"defence_ranged":18,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":10}},"price":103581},"2599":{"id":2599,"name":"Adamant platebody (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":16640,"lowalch":6656,"highalch":9984,"buy_limit":8,"wiki_name":"Adamant platebody (t)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_platebody_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":65,"defence_slash":63,"defence_crush":55,"defence_magic":-6,"defence_ranged":63,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":30}},"price":11706},"2601":{"id":2601,"name":"Adamant platelegs (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":6400,"lowalch":2560,"highalch":3840,"buy_limit":8,"wiki_name":"Adamant platelegs (t)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_platelegs_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":33,"defence_slash":31,"defence_crush":29,"defence_magic":-4,"defence_ranged":31,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":30}},"price":5031},"2603":{"id":2603,"name":"Adamant kiteshield (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5440,"lowalch":2176,"highalch":3264,"buy_limit":8,"wiki_name":"Adamant kiteshield (t)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_kiteshield_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":27,"defence_slash":31,"defence_crush":29,"defence_magic":-1,"defence_ranged":29,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":30}},"price":3469},"2605":{"id":2605,"name":"Adamant full helm (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3520,"lowalch":1408,"highalch":2112,"buy_limit":8,"wiki_name":"Adamant full helm (t)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_full_helm_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":19,"defence_slash":21,"defence_crush":16,"defence_magic":-1,"defence_ranged":19,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":30}},"price":2687},"2607":{"id":2607,"name":"Adamant platebody (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":16640,"lowalch":6656,"highalch":9984,"buy_limit":8,"wiki_name":"Adamant platebody (g)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_platebody_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":65,"defence_slash":63,"defence_crush":55,"defence_magic":-6,"defence_ranged":63,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":30}},"price":20671},"2609":{"id":2609,"name":"Adamant platelegs (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":6400,"lowalch":2560,"highalch":3840,"buy_limit":8,"wiki_name":"Adamant platelegs (g)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_platelegs_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":33,"defence_slash":31,"defence_crush":29,"defence_magic":-4,"defence_ranged":31,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":30}},"price":7556},"2611":{"id":2611,"name":"Adamant kiteshield (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5440,"lowalch":2176,"highalch":3264,"buy_limit":8,"wiki_name":"Adamant kiteshield (g)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_kiteshield_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":27,"defence_slash":31,"defence_crush":29,"defence_magic":-1,"defence_ranged":29,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":30}},"price":10437},"2613":{"id":2613,"name":"Adamant full helm (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3520,"lowalch":1408,"highalch":2112,"buy_limit":8,"wiki_name":"Adamant full helm (g)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_full_helm_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":19,"defence_slash":21,"defence_crush":16,"defence_magic":-1,"defence_ranged":19,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":30}},"price":11489},"2615":{"id":2615,"name":"Rune platebody (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":65000,"lowalch":26000,"highalch":39000,"buy_limit":8,"wiki_name":"Rune platebody (g)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_platebody_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":82,"defence_slash":80,"defence_crush":72,"defence_magic":-6,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":40}},"price":78982},"2617":{"id":2617,"name":"Rune platelegs (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":64000,"lowalch":25600,"highalch":38400,"buy_limit":8,"wiki_name":"Rune platelegs (g)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_platelegs_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":51,"defence_slash":49,"defence_crush":47,"defence_magic":-4,"defence_ranged":49,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":40}},"price":41397},"2619":{"id":2619,"name":"Rune full helm (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"buy_limit":8,"wiki_name":"Rune full helm (g)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_full_helm_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":40}},"price":97243},"2621":{"id":2621,"name":"Rune kiteshield (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":54400,"lowalch":21760,"highalch":32640,"buy_limit":8,"wiki_name":"Rune kiteshield (g)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_kiteshield_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-2,"defence_stab":44,"defence_slash":48,"defence_crush":46,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":142659},"2623":{"id":2623,"name":"Rune platebody (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":65000,"lowalch":26000,"highalch":39000,"buy_limit":8,"wiki_name":"Rune platebody (t)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_platebody_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":82,"defence_slash":80,"defence_crush":72,"defence_magic":-6,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":40}},"price":38913},"2625":{"id":2625,"name":"Rune platelegs (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":64000,"lowalch":25600,"highalch":38400,"buy_limit":8,"wiki_name":"Rune platelegs (t)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_platelegs_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":51,"defence_slash":49,"defence_crush":47,"defence_magic":-4,"defence_ranged":49,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":40}},"price":39698},"2627":{"id":2627,"name":"Rune full helm (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"buy_limit":8,"wiki_name":"Rune full helm (t)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_full_helm_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":40}},"price":30272},"2629":{"id":2629,"name":"Rune kiteshield (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":54400,"lowalch":21760,"highalch":32640,"buy_limit":8,"wiki_name":"Rune kiteshield (t)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_kiteshield_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-2,"defence_stab":44,"defence_slash":48,"defence_crush":46,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":36267},"2631":{"id":2631,"name":"Highwayman mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":4,"wiki_name":"Highwayman mask","wiki_url":"https://oldschool.runescape.wiki/w/Highwayman_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":32597},"2633":{"id":2633,"name":"Blue beret","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":4,"wiki_name":"Blue beret","wiki_url":"https://oldschool.runescape.wiki/w/Blue_beret","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":19643},"2635":{"id":2635,"name":"Black beret","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":4,"wiki_name":"Black beret","wiki_url":"https://oldschool.runescape.wiki/w/Black_beret","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":36045},"2637":{"id":2637,"name":"White beret","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":4,"wiki_name":"White beret","wiki_url":"https://oldschool.runescape.wiki/w/White_beret","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":19173},"2639":{"id":2639,"name":"Tan cavalier","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":4,"wiki_name":"Tan cavalier","wiki_url":"https://oldschool.runescape.wiki/w/Tan_cavalier","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":53250},"2641":{"id":2641,"name":"Dark cavalier","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":4,"wiki_name":"Dark cavalier","wiki_url":"https://oldschool.runescape.wiki/w/Dark_cavalier","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":9741},"2643":{"id":2643,"name":"Black cavalier","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":4,"wiki_name":"Black cavalier","wiki_url":"https://oldschool.runescape.wiki/w/Black_cavalier","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":21992},"2645":{"id":2645,"name":"Red headband","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":4,"wiki_name":"Red headband","wiki_url":"https://oldschool.runescape.wiki/w/Red_headband","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":4656},"2647":{"id":2647,"name":"Black headband","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":4,"wiki_name":"Black headband","wiki_url":"https://oldschool.runescape.wiki/w/Black_headband","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":6525},"2649":{"id":2649,"name":"Brown headband","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":4,"wiki_name":"Brown headband","wiki_url":"https://oldschool.runescape.wiki/w/Brown_headband","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":3951},"2651":{"id":2651,"name":"Pirate's hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":180,"lowalch":72,"highalch":108,"buy_limit":4,"wiki_name":"Pirate's hat","wiki_url":"https://oldschool.runescape.wiki/w/Pirate's_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":140800},"2653":{"id":2653,"name":"Zamorak platebody","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":65000,"lowalch":26000,"highalch":39000,"buy_limit":8,"wiki_name":"Zamorak platebody","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_platebody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":82,"defence_slash":80,"defence_crush":72,"defence_magic":-6,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"body","requirements":{"defence":40}},"price":40288},"2655":{"id":2655,"name":"Zamorak platelegs","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":64000,"lowalch":25600,"highalch":38400,"buy_limit":8,"wiki_name":"Zamorak platelegs","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_platelegs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":51,"defence_slash":49,"defence_crush":47,"defence_magic":-4,"defence_ranged":49,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"legs","requirements":{"defence":40}},"price":43853},"2657":{"id":2657,"name":"Zamorak full helm","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"buy_limit":8,"wiki_name":"Zamorak full helm","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_full_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"head","requirements":{"defence":40}},"price":900001},"2659":{"id":2659,"name":"Zamorak kiteshield","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":54400,"lowalch":21760,"highalch":32640,"buy_limit":8,"wiki_name":"Zamorak kiteshield","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_kiteshield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-2,"defence_stab":44,"defence_slash":48,"defence_crush":46,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"shield","requirements":{"defence":40}},"price":42900},"2661":{"id":2661,"name":"Saradomin platebody","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":65000,"lowalch":26000,"highalch":39000,"buy_limit":8,"wiki_name":"Saradomin platebody","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_platebody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":82,"defence_slash":80,"defence_crush":72,"defence_magic":-6,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"body","requirements":{"defence":40}},"price":51769},"2663":{"id":2663,"name":"Saradomin platelegs","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":64000,"lowalch":25600,"highalch":38400,"buy_limit":8,"wiki_name":"Saradomin platelegs","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_platelegs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":51,"defence_slash":49,"defence_crush":47,"defence_magic":-4,"defence_ranged":49,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"legs","requirements":{"defence":40}},"price":89456},"2665":{"id":2665,"name":"Saradomin full helm","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"buy_limit":8,"wiki_name":"Saradomin full helm","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_full_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"head","requirements":{"defence":40}},"price":106871},"2667":{"id":2667,"name":"Saradomin kiteshield","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":54400,"lowalch":21760,"highalch":32640,"buy_limit":8,"wiki_name":"Saradomin kiteshield","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_kiteshield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-2,"defence_stab":44,"defence_slash":48,"defence_crush":46,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"shield","requirements":{"defence":40}},"price":82942},"2669":{"id":2669,"name":"Guthix platebody","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":65000,"lowalch":26000,"highalch":39000,"buy_limit":8,"wiki_name":"Guthix platebody","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_platebody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":82,"defence_slash":80,"defence_crush":72,"defence_magic":-6,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"body","requirements":{"defence":40}},"price":54190},"2671":{"id":2671,"name":"Guthix platelegs","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":64000,"lowalch":25600,"highalch":38400,"buy_limit":8,"wiki_name":"Guthix platelegs","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_platelegs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":51,"defence_slash":49,"defence_crush":47,"defence_magic":-4,"defence_ranged":49,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"legs","requirements":{"defence":40}},"price":41996},"2673":{"id":2673,"name":"Guthix full helm","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"buy_limit":8,"wiki_name":"Guthix full helm","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_full_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"head","requirements":{"defence":40}},"price":35649},"2675":{"id":2675,"name":"Guthix kiteshield","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":54400,"lowalch":21760,"highalch":32640,"buy_limit":8,"wiki_name":"Guthix kiteshield","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_kiteshield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-2,"defence_stab":44,"defence_slash":48,"defence_crush":46,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"shield","requirements":{"defence":40}},"price":44680},"2677":{"id":2677,"name":"Clue scroll (easy)","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Clue scroll (easy)","wiki_url":"https://oldschool.runescape.wiki/w/Clue_scroll_(easy)","price":0},"2714":{"id":2714,"name":"Casket (easy)","members":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Casket (discontinued) (Easy)","wiki_url":"https://oldschool.runescape.wiki/w/Casket_(discontinued)#Easy","price":0},"2715":{"id":2715,"name":"Casket (easy)","members":true,"stackable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Casket (unobtainable item) (Champions' Guild)","wiki_url":"https://oldschool.runescape.wiki/w/Casket_(unobtainable_item)#Champions'_Guild","price":0},"2718":{"id":2718,"name":"Casket (easy)","members":true,"stackable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Casket (unobtainable item) (Varrock mine)","wiki_url":"https://oldschool.runescape.wiki/w/Casket_(unobtainable_item)#Varrock_mine","price":0},"2721":{"id":2721,"name":"Casket (easy)","members":true,"stackable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Casket (unobtainable item) (Falador)","wiki_url":"https://oldschool.runescape.wiki/w/Casket_(unobtainable_item)#Falador","price":0},"2722":{"id":2722,"name":"Clue scroll (hard)","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Clue scroll (hard)","wiki_url":"https://oldschool.runescape.wiki/w/Clue_scroll_(hard)","price":0},"2724":{"id":2724,"name":"Casket (hard)","members":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Casket (discontinued) (Hard)","wiki_url":"https://oldschool.runescape.wiki/w/Casket_(discontinued)#Hard","price":0},"2795":{"id":2795,"name":"Puzzle box (hard)","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Puzzle box (Castle)","wiki_url":"https://oldschool.runescape.wiki/w/Puzzle_box#Castle","price":0},"2801":{"id":2801,"name":"Clue scroll (medium)","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Clue scroll (medium)","wiki_url":"https://oldschool.runescape.wiki/w/Clue_scroll_(medium)","price":0},"2802":{"id":2802,"name":"Casket (medium)","members":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Casket (discontinued) (Medium)","wiki_url":"https://oldschool.runescape.wiki/w/Casket_(discontinued)#Medium","price":0},"2832":{"id":2832,"name":"Key (medium)","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Key (Treasure Trails) (Medium)","wiki_url":"https://oldschool.runescape.wiki/w/Key_(Treasure_Trails)#Medium","price":0},"2842":{"id":2842,"name":"Challenge scroll (medium)","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Challenge scroll (Medium)","wiki_url":"https://oldschool.runescape.wiki/w/Challenge_scroll#Medium","price":0},"2859":{"id":2859,"name":"Wolf bones","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Wolf bones","wiki_url":"https://oldschool.runescape.wiki/w/Wolf_bones","price":688},"2861":{"id":2861,"name":"Wolfbone arrowtips","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":7000,"wiki_name":"Wolfbone arrowtips","wiki_url":"https://oldschool.runescape.wiki/w/Wolfbone_arrowtips","price":39},"2862":{"id":2862,"name":"Achey tree logs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":13000,"wiki_name":"Achey tree logs","wiki_url":"https://oldschool.runescape.wiki/w/Achey_tree_logs","price":369},"2864":{"id":2864,"name":"Ogre arrow shaft","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":7000,"wiki_name":"Ogre arrow shaft","wiki_url":"https://oldschool.runescape.wiki/w/Ogre_arrow_shaft","price":93},"2865":{"id":2865,"name":"Flighted ogre arrow","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":7000,"wiki_name":"Flighted ogre arrow","wiki_url":"https://oldschool.runescape.wiki/w/Flighted_ogre_arrow","price":145},"2866":{"id":2866,"name":"Ogre arrow","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":25,"lowalch":10,"highalch":15,"buy_limit":7000,"wiki_name":"Ogre arrow","wiki_url":"https://oldschool.runescape.wiki/w/Ogre_arrow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":22,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":30}},"price":171},"2871":{"id":2871,"name":"Ogre bellows","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ogre bellows (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Ogre_bellows#Empty","price":0},"2872":{"id":2872,"name":"Ogre bellows (3)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ogre bellows (3 loads)","wiki_url":"https://oldschool.runescape.wiki/w/Ogre_bellows#3_loads","price":0},"2873":{"id":2873,"name":"Ogre bellows (2)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ogre bellows (2 loads)","wiki_url":"https://oldschool.runescape.wiki/w/Ogre_bellows#2_loads","price":0},"2874":{"id":2874,"name":"Ogre bellows (1)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ogre bellows (1 load)","wiki_url":"https://oldschool.runescape.wiki/w/Ogre_bellows#1_load","price":0},"2875":{"id":2875,"name":"Bloated toad","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bloated toad","wiki_url":"https://oldschool.runescape.wiki/w/Bloated_toad","price":0},"2876":{"id":2876,"name":"Raw chompy","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":85,"lowalch":34,"highalch":51,"buy_limit":13000,"wiki_name":"Raw chompy","wiki_url":"https://oldschool.runescape.wiki/w/Raw_chompy","price":2582},"2878":{"id":2878,"name":"Cooked chompy","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":130,"lowalch":52,"highalch":78,"buy_limit":6000,"wiki_name":"Cooked chompy","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_chompy","price":111},"2880":{"id":2880,"name":"Ruined chompy","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ruined chompy","wiki_url":"https://oldschool.runescape.wiki/w/Ruined_chompy","price":0},"2882":{"id":2882,"name":"Seasoned chompy","members":true,"cost":10,"wiki_name":"Seasoned chompy","wiki_url":"https://oldschool.runescape.wiki/w/Seasoned_chompy","price":0},"2883":{"id":2883,"name":"Ogre bow","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":500,"lowalch":200,"highalch":300,"wiki_name":"Ogre bow","wiki_url":"https://oldschool.runescape.wiki/w/Ogre_bow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":38,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":30}},"weapon":{"attack_speed":8,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"2886":{"id":2886,"name":"Battered book","members":true,"cost":10,"wiki_name":"Battered book","wiki_url":"https://oldschool.runescape.wiki/w/Battered_book","price":0},"2887":{"id":2887,"name":"Battered key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Battered key","wiki_url":"https://oldschool.runescape.wiki/w/Battered_key","price":0},"2888":{"id":2888,"name":"A stone bowl","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"A stone bowl (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/A_stone_bowl#Empty","price":0},"2889":{"id":2889,"name":"A stone bowl","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"A stone bowl (Full)","wiki_url":"https://oldschool.runescape.wiki/w/A_stone_bowl#Full","price":0},"2890":{"id":2890,"name":"Elemental shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":70,"wiki_name":"Elemental shield","wiki_url":"https://oldschool.runescape.wiki/w/Elemental_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":6,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":924},"2892":{"id":2892,"name":"Elemental ore","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Elemental ore","wiki_url":"https://oldschool.runescape.wiki/w/Elemental_ore","price":0},"2893":{"id":2893,"name":"Elemental metal","members":true,"cost":8,"lowalch":3,"highalch":4,"wiki_name":"Elemental metal","wiki_url":"https://oldschool.runescape.wiki/w/Elemental_metal","price":0},"2894":{"id":2894,"name":"Grey boots","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Grey boots","wiki_url":"https://oldschool.runescape.wiki/w/Grey_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":2322},"2896":{"id":2896,"name":"Grey robe top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Grey robe top","wiki_url":"https://oldschool.runescape.wiki/w/Grey_robe_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":321},"2898":{"id":2898,"name":"Grey robe bottoms","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Grey robe bottoms","wiki_url":"https://oldschool.runescape.wiki/w/Grey_robe_bottoms","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":213},"2900":{"id":2900,"name":"Grey hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Grey hat","wiki_url":"https://oldschool.runescape.wiki/w/Grey_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":527},"2902":{"id":2902,"name":"Grey gloves","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Grey gloves","wiki_url":"https://oldschool.runescape.wiki/w/Grey_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":2035},"2904":{"id":2904,"name":"Red boots","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Red boots","wiki_url":"https://oldschool.runescape.wiki/w/Red_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":1},"2906":{"id":2906,"name":"Red robe top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Red robe top","wiki_url":"https://oldschool.runescape.wiki/w/Red_robe_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":50},"2908":{"id":2908,"name":"Red robe bottoms","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Red robe bottoms","wiki_url":"https://oldschool.runescape.wiki/w/Red_robe_bottoms","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":2569},"2910":{"id":2910,"name":"Red hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Red hat","wiki_url":"https://oldschool.runescape.wiki/w/Red_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":833},"2912":{"id":2912,"name":"Red gloves","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Red gloves","wiki_url":"https://oldschool.runescape.wiki/w/Red_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":1013},"2914":{"id":2914,"name":"Yellow boots","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Yellow boots","wiki_url":"https://oldschool.runescape.wiki/w/Yellow_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":1465},"2916":{"id":2916,"name":"Yellow robe top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Yellow robe top","wiki_url":"https://oldschool.runescape.wiki/w/Yellow_robe_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":1},"2918":{"id":2918,"name":"Yellow robe bottoms","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Yellow robe bottoms","wiki_url":"https://oldschool.runescape.wiki/w/Yellow_robe_bottoms","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":357},"2920":{"id":2920,"name":"Yellow hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Yellow hat","wiki_url":"https://oldschool.runescape.wiki/w/Yellow_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":704},"2922":{"id":2922,"name":"Yellow gloves","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Yellow gloves","wiki_url":"https://oldschool.runescape.wiki/w/Yellow_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":1805},"2924":{"id":2924,"name":"Teal boots","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Teal boots","wiki_url":"https://oldschool.runescape.wiki/w/Teal_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":565},"2926":{"id":2926,"name":"Teal robe top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Teal robe top","wiki_url":"https://oldschool.runescape.wiki/w/Teal_robe_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":211},"2928":{"id":2928,"name":"Teal robe bottoms","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Teal robe bottoms","wiki_url":"https://oldschool.runescape.wiki/w/Teal_robe_bottoms","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":188},"2930":{"id":2930,"name":"Teal hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Teal hat","wiki_url":"https://oldschool.runescape.wiki/w/Teal_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":1976},"2932":{"id":2932,"name":"Teal gloves","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Teal gloves","wiki_url":"https://oldschool.runescape.wiki/w/Teal_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":279},"2934":{"id":2934,"name":"Purple boots","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Purple boots","wiki_url":"https://oldschool.runescape.wiki/w/Purple_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":963},"2936":{"id":2936,"name":"Purple robe top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Purple robe top","wiki_url":"https://oldschool.runescape.wiki/w/Purple_robe_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":294},"2938":{"id":2938,"name":"Purple robe bottoms","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Purple robe bottoms","wiki_url":"https://oldschool.runescape.wiki/w/Purple_robe_bottoms","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":8690},"2940":{"id":2940,"name":"Purple hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Purple hat","wiki_url":"https://oldschool.runescape.wiki/w/Purple_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"2942":{"id":2942,"name":"Purple gloves","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Purple gloves","wiki_url":"https://oldschool.runescape.wiki/w/Purple_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":1450},"2944":{"id":2944,"name":"Golden key","members":true,"cost":300,"lowalch":120,"highalch":180,"wiki_name":"Golden key","wiki_url":"https://oldschool.runescape.wiki/w/Golden_key","price":0},"2945":{"id":2945,"name":"Iron key","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Iron key","wiki_url":"https://oldschool.runescape.wiki/w/Iron_key","price":0},"2946":{"id":2946,"name":"Golden tinderbox","members":true,"cost":300,"lowalch":120,"highalch":180,"wiki_name":"Golden tinderbox","wiki_url":"https://oldschool.runescape.wiki/w/Golden_tinderbox","price":0},"2947":{"id":2947,"name":"Golden candle","members":true,"cost":300,"lowalch":120,"highalch":180,"wiki_name":"Golden candle","wiki_url":"https://oldschool.runescape.wiki/w/Golden_candle","price":0},"2948":{"id":2948,"name":"Golden pot","members":true,"cost":300,"lowalch":120,"highalch":180,"wiki_name":"Golden pot","wiki_url":"https://oldschool.runescape.wiki/w/Golden_pot","price":0},"2949":{"id":2949,"name":"Golden hammer","members":true,"cost":300,"lowalch":120,"highalch":180,"wiki_name":"Golden hammer","wiki_url":"https://oldschool.runescape.wiki/w/Golden_hammer","price":0},"2950":{"id":2950,"name":"Golden feather","members":true,"cost":300,"lowalch":120,"highalch":180,"wiki_name":"Golden feather (Priest in Peril)","wiki_url":"https://oldschool.runescape.wiki/w/Golden_feather_(Priest_in_Peril)","price":0},"2951":{"id":2951,"name":"Golden needle","members":true,"cost":300,"lowalch":120,"highalch":180,"wiki_name":"Golden needle","wiki_url":"https://oldschool.runescape.wiki/w/Golden_needle","price":0},"2952":{"id":2952,"name":"Wolfbane","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":300,"lowalch":120,"highalch":180,"wiki_name":"Wolfbane","wiki_url":"https://oldschool.runescape.wiki/w/Wolfbane","equipment":{"attack_stab":11,"attack_slash":5,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":10,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"2953":{"id":2953,"name":"Murky water","members":true,"cost":6,"lowalch":2,"highalch":3,"wiki_name":"Murky water","wiki_url":"https://oldschool.runescape.wiki/w/Murky_water","price":0},"2954":{"id":2954,"name":"Blessed water","members":true,"cost":6,"lowalch":2,"highalch":3,"wiki_name":"Blessed water","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_water","price":0},"2955":{"id":2955,"name":"Moonlight mead","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":2000,"wiki_name":"Moonlight mead","wiki_url":"https://oldschool.runescape.wiki/w/Moonlight_mead","price":351},"2957":{"id":2957,"name":"Druid pouch","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Druid pouch (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Druid_pouch#Empty","price":0},"2958":{"id":2958,"name":"Druid pouch","members":true,"stackable":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Druid pouch (Filled)","wiki_url":"https://oldschool.runescape.wiki/w/Druid_pouch#Filled","price":0},"2959":{"id":2959,"name":"Rotten food","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rotten food","wiki_url":"https://oldschool.runescape.wiki/w/Rotten_food","price":0},"2961":{"id":2961,"name":"Silver sickle","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":175,"lowalch":70,"highalch":105,"buy_limit":15,"wiki_name":"Silver sickle","wiki_url":"https://oldschool.runescape.wiki/w/Silver_sickle","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":1,"defence_ranged":1,"melee_strength":1,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":500},"2963":{"id":2963,"name":"Silver sickle (b)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Silver sickle (b)","wiki_url":"https://oldschool.runescape.wiki/w/Silver_sickle_(b)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":1,"defence_ranged":1,"melee_strength":1,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"2964":{"id":2964,"name":"Washing bowl","members":true,"tradeable":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Washing bowl","wiki_url":"https://oldschool.runescape.wiki/w/Washing_bowl","price":0},"2966":{"id":2966,"name":"Mirror","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mirror","wiki_url":"https://oldschool.runescape.wiki/w/Mirror","price":0},"2967":{"id":2967,"name":"Journal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Journal (Filliman Tarlock)","wiki_url":"https://oldschool.runescape.wiki/w/Journal_(Filliman_Tarlock)","price":0},"2968":{"id":2968,"name":"Druidic spell","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Druidic spell","wiki_url":"https://oldschool.runescape.wiki/w/Druidic_spell","price":0},"2969":{"id":2969,"name":"A used spell","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"A used spell","wiki_url":"https://oldschool.runescape.wiki/w/A_used_spell","price":0},"2970":{"id":2970,"name":"Mort myre fungus","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Mort myre fungus","wiki_url":"https://oldschool.runescape.wiki/w/Mort_myre_fungus","price":409},"2972":{"id":2972,"name":"Mort myre stem","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Mort myre stem","wiki_url":"https://oldschool.runescape.wiki/w/Mort_myre_stem","price":725},"2974":{"id":2974,"name":"Mort myre pear","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Mort myre pear","wiki_url":"https://oldschool.runescape.wiki/w/Mort_myre_pear","price":3850},"2976":{"id":2976,"name":"Sickle mould","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":40,"wiki_name":"Sickle mould","wiki_url":"https://oldschool.runescape.wiki/w/Sickle_mould","price":117},"2978":{"id":2978,"name":"Chompy bird hat","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chompy bird hat (ogre bowman)","wiki_url":"https://oldschool.runescape.wiki/w/Chompy_bird_hat_(ogre_bowman)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"2979":{"id":2979,"name":"Chompy bird hat","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chompy bird hat (bowman)","wiki_url":"https://oldschool.runescape.wiki/w/Chompy_bird_hat_(bowman)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"2980":{"id":2980,"name":"Chompy bird hat","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chompy bird hat (ogre yeoman)","wiki_url":"https://oldschool.runescape.wiki/w/Chompy_bird_hat_(ogre_yeoman)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"2981":{"id":2981,"name":"Chompy bird hat","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chompy bird hat (yeoman)","wiki_url":"https://oldschool.runescape.wiki/w/Chompy_bird_hat_(yeoman)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"2982":{"id":2982,"name":"Chompy bird hat","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chompy bird hat (ogre marksman)","wiki_url":"https://oldschool.runescape.wiki/w/Chompy_bird_hat_(ogre_marksman)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"2983":{"id":2983,"name":"Chompy bird hat","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chompy bird hat (marksman)","wiki_url":"https://oldschool.runescape.wiki/w/Chompy_bird_hat_(marksman)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"2984":{"id":2984,"name":"Chompy bird hat","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chompy bird hat (ogre woodsman)","wiki_url":"https://oldschool.runescape.wiki/w/Chompy_bird_hat_(ogre_woodsman)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"2985":{"id":2985,"name":"Chompy bird hat","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chompy bird hat (woodsman)","wiki_url":"https://oldschool.runescape.wiki/w/Chompy_bird_hat_(woodsman)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"2986":{"id":2986,"name":"Chompy bird hat","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chompy bird hat (ogre forester)","wiki_url":"https://oldschool.runescape.wiki/w/Chompy_bird_hat_(ogre_forester)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"2987":{"id":2987,"name":"Chompy bird hat","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chompy bird hat (forester)","wiki_url":"https://oldschool.runescape.wiki/w/Chompy_bird_hat_(forester)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"2988":{"id":2988,"name":"Chompy bird hat","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chompy bird hat (ogre bowmaster)","wiki_url":"https://oldschool.runescape.wiki/w/Chompy_bird_hat_(ogre_bowmaster)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"2989":{"id":2989,"name":"Chompy bird hat","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chompy bird hat (bowmaster)","wiki_url":"https://oldschool.runescape.wiki/w/Chompy_bird_hat_(bowmaster)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"2990":{"id":2990,"name":"Chompy bird hat","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chompy bird hat (ogre expert)","wiki_url":"https://oldschool.runescape.wiki/w/Chompy_bird_hat_(ogre_expert)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"2991":{"id":2991,"name":"Chompy bird hat","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chompy bird hat (expert)","wiki_url":"https://oldschool.runescape.wiki/w/Chompy_bird_hat_(expert)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"2992":{"id":2992,"name":"Chompy bird hat","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chompy bird hat (ogre dragon archer)","wiki_url":"https://oldschool.runescape.wiki/w/Chompy_bird_hat_(ogre_dragon_archer)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"2993":{"id":2993,"name":"Chompy bird hat","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chompy bird hat (dragon archer)","wiki_url":"https://oldschool.runescape.wiki/w/Chompy_bird_hat_(dragon_archer)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"2994":{"id":2994,"name":"Chompy bird hat","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chompy bird hat (expert ogre dragon archer)","wiki_url":"https://oldschool.runescape.wiki/w/Chompy_bird_hat_(expert_ogre_dragon_archer)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"2995":{"id":2995,"name":"Chompy bird hat","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chompy bird hat (expert dragon archer)","wiki_url":"https://oldschool.runescape.wiki/w/Chompy_bird_hat_(expert_dragon_archer)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"2996":{"id":2996,"name":"Agility arena ticket","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Agility arena ticket","wiki_url":"https://oldschool.runescape.wiki/w/Agility_arena_ticket","price":0},"2997":{"id":2997,"name":"Pirate's hook","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":89,"lowalch":35,"highalch":53,"buy_limit":4,"wiki_name":"Pirate's hook","wiki_url":"https://oldschool.runescape.wiki/w/Pirate's_hook","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":5,"defence_crush":3,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":4749501},"2998":{"id":2998,"name":"Toadflax","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":48,"lowalch":19,"highalch":28,"buy_limit":13000,"wiki_name":"Toadflax","wiki_url":"https://oldschool.runescape.wiki/w/Toadflax","price":3740},"3000":{"id":3000,"name":"Snapdragon","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":59,"lowalch":23,"highalch":35,"buy_limit":11000,"wiki_name":"Snapdragon","wiki_url":"https://oldschool.runescape.wiki/w/Snapdragon","price":8221},"3002":{"id":3002,"name":"Toadflax potion (unf)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":48,"lowalch":19,"highalch":28,"buy_limit":10000,"wiki_name":"Toadflax potion (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Toadflax_potion_(unf)","price":4022},"3004":{"id":3004,"name":"Snapdragon potion (unf)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":59,"lowalch":23,"highalch":35,"buy_limit":10000,"wiki_name":"Snapdragon potion (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Snapdragon_potion_(unf)","price":8450},"3006":{"id":3006,"name":"Firework","members":true,"noteable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Firework","wiki_url":"https://oldschool.runescape.wiki/w/Firework","price":0},"3008":{"id":3008,"name":"Energy potion(4)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":146,"lowalch":58,"highalch":87,"buy_limit":2000,"wiki_name":"Energy potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Energy_potion#4_dose","price":714},"3010":{"id":3010,"name":"Energy potion(3)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":110,"lowalch":44,"highalch":66,"buy_limit":2000,"wiki_name":"Energy potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Energy_potion#3_dose","price":409},"3012":{"id":3012,"name":"Energy potion(2)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":72,"lowalch":28,"highalch":43,"buy_limit":2000,"wiki_name":"Energy potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Energy_potion#2_dose","price":207},"3014":{"id":3014,"name":"Energy potion(1)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":36,"lowalch":14,"highalch":21,"buy_limit":2000,"wiki_name":"Energy potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Energy_potion#1_dose","price":92},"3016":{"id":3016,"name":"Super energy(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":2000,"wiki_name":"Super energy (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_energy#4_dose","price":6784},"3018":{"id":3018,"name":"Super energy(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":230,"lowalch":92,"highalch":138,"buy_limit":2000,"wiki_name":"Super energy (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_energy#3_dose","price":5000},"3020":{"id":3020,"name":"Super energy(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":2000,"wiki_name":"Super energy (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_energy#2_dose","price":2982},"3022":{"id":3022,"name":"Super energy(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":2000,"wiki_name":"Super energy (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_energy#1_dose","price":1679},"3024":{"id":3024,"name":"Super restore(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":2000,"wiki_name":"Super restore (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_restore#4_dose","price":10389},"3026":{"id":3026,"name":"Super restore(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":240,"lowalch":96,"highalch":144,"buy_limit":2000,"wiki_name":"Super restore (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_restore#3_dose","price":7678},"3028":{"id":3028,"name":"Super restore(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":180,"lowalch":72,"highalch":108,"buy_limit":2000,"wiki_name":"Super restore (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_restore#2_dose","price":6054},"3030":{"id":3030,"name":"Super restore(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":120,"lowalch":48,"highalch":72,"buy_limit":2000,"wiki_name":"Super restore (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_restore#1_dose","price":2772},"3032":{"id":3032,"name":"Agility potion(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":2000,"wiki_name":"Agility potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Agility_potion#4_dose","price":475},"3034":{"id":3034,"name":"Agility potion(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":2000,"wiki_name":"Agility potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Agility_potion#3_dose","price":300},"3036":{"id":3036,"name":"Agility potion(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":2000,"wiki_name":"Agility potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Agility_potion#2_dose","price":131},"3038":{"id":3038,"name":"Agility potion(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":2000,"wiki_name":"Agility potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Agility_potion#1_dose","price":74},"3040":{"id":3040,"name":"Magic potion(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":2000,"wiki_name":"Magic potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Magic_potion#4_dose","price":145},"3042":{"id":3042,"name":"Magic potion(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":2000,"wiki_name":"Magic potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Magic_potion#3_dose","price":68},"3044":{"id":3044,"name":"Magic potion(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":2000,"wiki_name":"Magic potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Magic_potion#2_dose","price":22},"3046":{"id":3046,"name":"Magic potion(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":2000,"wiki_name":"Magic potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Magic_potion#1_dose","price":38},"3049":{"id":3049,"name":"Grimy toadflax","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":19,"lowalch":7,"highalch":11,"buy_limit":13000,"wiki_name":"Grimy toadflax","wiki_url":"https://oldschool.runescape.wiki/w/Grimy_toadflax","price":3725},"3051":{"id":3051,"name":"Grimy snapdragon","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":21,"lowalch":8,"highalch":12,"buy_limit":11000,"wiki_name":"Grimy snapdragon","wiki_url":"https://oldschool.runescape.wiki/w/Grimy_snapdragon","price":8214},"3053":{"id":3053,"name":"Lava battlestaff","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":17000,"lowalch":6800,"highalch":10200,"buy_limit":8,"wiki_name":"Lava battlestaff","wiki_url":"https://oldschool.runescape.wiki/w/Lava_battlestaff","equipment":{"attack_stab":7,"attack_slash":-1,"attack_crush":28,"attack_magic":12,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":12,"defence_ranged":0,"melee_strength":35,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":30,"attack":30}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":9472},"3054":{"id":3054,"name":"Mystic lava staff","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":45000,"lowalch":18000,"highalch":27000,"buy_limit":8,"wiki_name":"Mystic lava staff","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_lava_staff","equipment":{"attack_stab":10,"attack_slash":-1,"attack_crush":40,"attack_magic":14,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":14,"defence_ranged":0,"melee_strength":50,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":40,"attack":40}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":26289},"3057":{"id":3057,"name":"Mime mask","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mime mask","wiki_url":"https://oldschool.runescape.wiki/w/Mime_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"3058":{"id":3058,"name":"Mime top","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mime top","wiki_url":"https://oldschool.runescape.wiki/w/Mime_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"3059":{"id":3059,"name":"Mime legs","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mime legs","wiki_url":"https://oldschool.runescape.wiki/w/Mime_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"3060":{"id":3060,"name":"Mime gloves","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mime gloves","wiki_url":"https://oldschool.runescape.wiki/w/Mime_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"3061":{"id":3061,"name":"Mime boots","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mime boots","wiki_url":"https://oldschool.runescape.wiki/w/Mime_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"3062":{"id":3062,"name":"Strange box","stackable":true,"cost":1,"wiki_name":"Strange box","wiki_url":"https://oldschool.runescape.wiki/w/Strange_box","price":0},"3093":{"id":3093,"name":"Black dart","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":7000,"wiki_name":"Black dart (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Black_dart#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":6,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":10}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":2369},"3094":{"id":3094,"name":"Black dart(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":18,"lowalch":7,"highalch":10,"buy_limit":7000,"wiki_name":"Black dart (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Black_dart#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":6,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":10}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":20049},"3095":{"id":3095,"name":"Bronze claws","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":125,"wiki_name":"Bronze claws","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_claws","equipment":{"attack_stab":3,"attack_slash":4,"attack_crush":-4,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":2,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":5,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"claw","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":37},"3096":{"id":3096,"name":"Iron claws","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":125,"wiki_name":"Iron claws","wiki_url":"https://oldschool.runescape.wiki/w/Iron_claws","equipment":{"attack_stab":4,"attack_slash":6,"attack_crush":-4,"attack_magic":0,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":7,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"claw","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":313},"3097":{"id":3097,"name":"Steel claws","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":175,"lowalch":70,"highalch":105,"buy_limit":125,"wiki_name":"Steel claws","wiki_url":"https://oldschool.runescape.wiki/w/Steel_claws","equipment":{"attack_stab":8,"attack_slash":11,"attack_crush":-4,"attack_magic":0,"attack_ranged":0,"defence_stab":3,"defence_slash":6,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":5}},"weapon":{"attack_speed":4,"weapon_type":"claw","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":50},"3098":{"id":3098,"name":"Black claws","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":360,"lowalch":144,"highalch":216,"buy_limit":125,"wiki_name":"Black claws","wiki_url":"https://oldschool.runescape.wiki/w/Black_claws","equipment":{"attack_stab":10,"attack_slash":14,"attack_crush":-4,"attack_magic":0,"attack_ranged":0,"defence_stab":4,"defence_slash":7,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":14,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":10}},"weapon":{"attack_speed":4,"weapon_type":"claw","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":6513},"3099":{"id":3099,"name":"Mithril claws","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":475,"lowalch":190,"highalch":285,"buy_limit":125,"wiki_name":"Mithril claws","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_claws","equipment":{"attack_stab":11,"attack_slash":16,"attack_crush":-4,"attack_magic":0,"attack_ranged":0,"defence_stab":4,"defence_slash":8,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":17,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":20}},"weapon":{"attack_speed":4,"weapon_type":"claw","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":456},"3100":{"id":3100,"name":"Adamant claws","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1200,"lowalch":480,"highalch":720,"buy_limit":125,"wiki_name":"Adamant claws","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_claws","equipment":{"attack_stab":18,"attack_slash":23,"attack_crush":-4,"attack_magic":0,"attack_ranged":0,"defence_stab":6,"defence_slash":12,"defence_crush":3,"defence_magic":0,"defence_ranged":0,"melee_strength":24,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":30}},"weapon":{"attack_speed":4,"weapon_type":"claw","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":463},"3101":{"id":3101,"name":"Rune claws","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":12000,"lowalch":4800,"highalch":7200,"buy_limit":70,"wiki_name":"Rune claws","wiki_url":"https://oldschool.runescape.wiki/w/Rune_claws","equipment":{"attack_stab":26,"attack_slash":38,"attack_crush":-4,"attack_magic":0,"attack_ranged":0,"defence_stab":10,"defence_slash":19,"defence_crush":5,"defence_magic":0,"defence_ranged":0,"melee_strength":39,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":40}},"weapon":{"attack_speed":4,"weapon_type":"claw","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":10650},"3102":{"id":3102,"name":"Combination","members":true,"cost":1,"wiki_name":"Combination","wiki_url":"https://oldschool.runescape.wiki/w/Combination","price":0},"3103":{"id":3103,"name":"Iou","members":true,"cost":1,"wiki_name":"Iou","wiki_url":"https://oldschool.runescape.wiki/w/Iou","price":0},"3104":{"id":3104,"name":"Secret way map","members":true,"cost":1,"wiki_name":"Secret way map","wiki_url":"https://oldschool.runescape.wiki/w/Secret_way_map","price":0},"3105":{"id":3105,"name":"Climbing boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":12,"lowalch":4,"highalch":7,"buy_limit":200,"wiki_name":"Climbing boots","wiki_url":"https://oldschool.runescape.wiki/w/Climbing_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":736},"3107":{"id":3107,"name":"Spiked boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":15,"wiki_name":"Spiked boots","wiki_url":"https://oldschool.runescape.wiki/w/Spiked_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":4732},"3109":{"id":3109,"name":"Stone ball","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Stone ball (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Stone_ball#Red","price":0},"3110":{"id":3110,"name":"Stone ball","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Stone ball (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Stone_ball#Blue","price":0},"3111":{"id":3111,"name":"Stone ball","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Stone ball (Yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Stone_ball#Yellow","price":0},"3112":{"id":3112,"name":"Stone ball","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Stone ball (Purple)","wiki_url":"https://oldschool.runescape.wiki/w/Stone_ball#Purple","price":0},"3113":{"id":3113,"name":"Stone ball","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Stone ball (Green)","wiki_url":"https://oldschool.runescape.wiki/w/Stone_ball#Green","price":0},"3114":{"id":3114,"name":"Certificate","members":true,"cost":1,"wiki_name":"Certificate (Death Plateau)","wiki_url":"https://oldschool.runescape.wiki/w/Certificate_(Death_Plateau)","price":0},"3122":{"id":3122,"name":"Granite shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":56000,"lowalch":22400,"highalch":33600,"buy_limit":70,"wiki_name":"Granite shield","wiki_url":"https://oldschool.runescape.wiki/w/Granite_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-12,"attack_ranged":-8,"defence_stab":40,"defence_slash":42,"defence_crush":38,"defence_magic":0,"defence_ranged":65,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":50,"strength":50}},"price":36515},"3123":{"id":3123,"name":"Shaikahan bones","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":7500,"wiki_name":"Shaikahan bones","wiki_url":"https://oldschool.runescape.wiki/w/Shaikahan_bones","price":23350},"3125":{"id":3125,"name":"Jogre bones","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":3000,"wiki_name":"Jogre bones","wiki_url":"https://oldschool.runescape.wiki/w/Jogre_bones","price":2625},"3127":{"id":3127,"name":"Burnt jogre bones","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt jogre bones","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_jogre_bones","price":0},"3128":{"id":3128,"name":"Pasty jogre bones","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pasty jogre bones (Burnt bones, raw paste)","wiki_url":"https://oldschool.runescape.wiki/w/Pasty_jogre_bones#Burnt_bones,_raw_paste","price":0},"3129":{"id":3129,"name":"Pasty jogre bones","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pasty jogre bones (Burnt bones, cooked paste)","wiki_url":"https://oldschool.runescape.wiki/w/Pasty_jogre_bones#Burnt_bones,_cooked_paste","price":0},"3130":{"id":3130,"name":"Marinated j' bones","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Marinated j' bones (Burnt)","wiki_url":"https://oldschool.runescape.wiki/w/Marinated_j'_bones#Burnt","price":0},"3131":{"id":3131,"name":"Pasty jogre bones","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pasty jogre bones (Normal bones, raw paste)","wiki_url":"https://oldschool.runescape.wiki/w/Pasty_jogre_bones#Normal_bones,_raw_paste","price":0},"3132":{"id":3132,"name":"Pasty jogre bones","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pasty jogre bones (Normal bones, cooked paste)","wiki_url":"https://oldschool.runescape.wiki/w/Pasty_jogre_bones#Normal_bones,_cooked_paste","price":0},"3133":{"id":3133,"name":"Marinated j' bones","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Marinated j' bones (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Marinated_j'_bones#Normal","price":0},"3135":{"id":3135,"name":"Prison key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Prison key (Troll Stronghold)","wiki_url":"https://oldschool.runescape.wiki/w/Prison_key_(Troll_Stronghold)","price":0},"3136":{"id":3136,"name":"Cell key 1","members":true,"cost":1,"wiki_name":"Cell key 1","wiki_url":"https://oldschool.runescape.wiki/w/Cell_key_1","price":0},"3137":{"id":3137,"name":"Cell key 2","members":true,"cost":1,"wiki_name":"Cell key 2","wiki_url":"https://oldschool.runescape.wiki/w/Cell_key_2","price":0},"3138":{"id":3138,"name":"Potato cactus","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":11000,"wiki_name":"Potato cactus","wiki_url":"https://oldschool.runescape.wiki/w/Potato_cactus","price":32},"3140":{"id":3140,"name":"Dragon chainbody","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":250000,"lowalch":100000,"highalch":150000,"buy_limit":70,"wiki_name":"Dragon chainbody","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_chainbody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":0,"defence_stab":81,"defence_slash":93,"defence_crush":98,"defence_magic":-3,"defence_ranged":82,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":60}},"price":200723},"3142":{"id":3142,"name":"Raw karambwan","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":13000,"wiki_name":"Raw karambwan","wiki_url":"https://oldschool.runescape.wiki/w/Raw_karambwan","price":399},"3144":{"id":3144,"name":"Cooked karambwan","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":10000,"wiki_name":"Cooked karambwan","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_karambwan","price":566},"3146":{"id":3146,"name":"Poison karambwan","members":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Poison karambwan","wiki_url":"https://oldschool.runescape.wiki/w/Poison_karambwan","price":0},"3147":{"id":3147,"name":"Cooked karambwan","members":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Cooked karambwan (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_karambwan_(unobtainable_item)","price":0},"3148":{"id":3148,"name":"Burnt karambwan","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt karambwan","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_karambwan","price":0},"3150":{"id":3150,"name":"Raw karambwanji","members":true,"stackable":true,"cost":19,"lowalch":7,"highalch":11,"wiki_name":"Raw karambwanji","wiki_url":"https://oldschool.runescape.wiki/w/Raw_karambwanji","price":0},"3152":{"id":3152,"name":"Karambwan paste","members":true,"cost":15,"lowalch":6,"highalch":9,"wiki_name":"Karambwan paste (Raw)","wiki_url":"https://oldschool.runescape.wiki/w/Karambwan_paste#Raw","price":0},"3153":{"id":3153,"name":"Karambwan paste","members":true,"cost":15,"lowalch":6,"highalch":9,"wiki_name":"Karambwan paste (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Karambwan_paste#Poison","price":0},"3154":{"id":3154,"name":"Karambwan paste","members":true,"cost":15,"lowalch":6,"highalch":9,"wiki_name":"Karambwan paste (Cooked)","wiki_url":"https://oldschool.runescape.wiki/w/Karambwan_paste#Cooked","price":0},"3155":{"id":3155,"name":"Karambwanji paste","members":true,"cost":15,"lowalch":6,"highalch":9,"wiki_name":"Karambwanji paste (Raw)","wiki_url":"https://oldschool.runescape.wiki/w/Karambwanji_paste#Raw","price":0},"3156":{"id":3156,"name":"Karambwanji paste","members":true,"cost":15,"lowalch":6,"highalch":9,"wiki_name":"Karambwanji paste (Cooked)","wiki_url":"https://oldschool.runescape.wiki/w/Karambwanji_paste#Cooked","price":0},"3157":{"id":3157,"name":"Karambwan vessel","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":15,"wiki_name":"Karambwan vessel (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Karambwan_vessel#Empty","price":1185},"3159":{"id":3159,"name":"Karambwan vessel","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":15,"wiki_name":"Karambwan vessel (Baited)","wiki_url":"https://oldschool.runescape.wiki/w/Karambwan_vessel#Baited","price":1597},"3161":{"id":3161,"name":"Crafting manual","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Crafting manual","wiki_url":"https://oldschool.runescape.wiki/w/Crafting_manual","price":0},"3162":{"id":3162,"name":"Sliced banana","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":15,"wiki_name":"Sliced banana","wiki_url":"https://oldschool.runescape.wiki/w/Sliced_banana","price":14},"3164":{"id":3164,"name":"Karamjan rum","cost":30,"lowalch":12,"highalch":18,"wiki_name":"Karamjan rum (sliced banana)","wiki_url":"https://oldschool.runescape.wiki/w/Karamjan_rum_(sliced_banana)","price":0},"3165":{"id":3165,"name":"Karamjan rum","cost":30,"lowalch":12,"highalch":18,"wiki_name":"Karamjan rum (banana)","wiki_url":"https://oldschool.runescape.wiki/w/Karamjan_rum_(banana)","price":0},"3166":{"id":3166,"name":"Monkey corpse","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Monkey corpse","wiki_url":"https://oldschool.runescape.wiki/w/Monkey_corpse","price":0},"3167":{"id":3167,"name":"Monkey skin","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Monkey skin","wiki_url":"https://oldschool.runescape.wiki/w/Monkey_skin","price":0},"3168":{"id":3168,"name":"Seaweed sandwich","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Seaweed sandwich","wiki_url":"https://oldschool.runescape.wiki/w/Seaweed_sandwich","price":0},"3169":{"id":3169,"name":"Stuffed monkey","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Stuffed monkey","wiki_url":"https://oldschool.runescape.wiki/w/Stuffed_monkey","price":0},"3170":{"id":3170,"name":"Bronze spear(kp)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":26,"lowalch":10,"highalch":15,"wiki_name":"Bronze spear (Karambwan poison)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_spear#Karambwan_poison","equipment":{"attack_stab":5,"attack_slash":5,"attack_crush":5,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"3171":{"id":3171,"name":"Iron spear(kp)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":91,"lowalch":36,"highalch":54,"wiki_name":"Iron spear (Karambwan poison)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_spear#Karambwan_poison","equipment":{"attack_stab":8,"attack_slash":8,"attack_crush":8,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"3172":{"id":3172,"name":"Steel spear(kp)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":325,"lowalch":130,"highalch":195,"wiki_name":"Steel spear (Karambwan poison)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_spear#Karambwan_poison","equipment":{"attack_stab":12,"attack_slash":12,"attack_crush":12,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":5}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"3173":{"id":3173,"name":"Mithril spear(kp)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":845,"lowalch":338,"highalch":507,"wiki_name":"Mithril spear (Karambwan poison)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_spear#Karambwan_poison","equipment":{"attack_stab":17,"attack_slash":17,"attack_crush":17,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":18,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":20}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"3174":{"id":3174,"name":"Adamant spear(kp)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":2080,"lowalch":832,"highalch":1248,"wiki_name":"Adamant spear (Karambwan poison)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_spear#Karambwan_poison","equipment":{"attack_stab":24,"attack_slash":24,"attack_crush":24,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":28,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":30}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"3175":{"id":3175,"name":"Rune spear(kp)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":20800,"lowalch":8320,"highalch":12480,"wiki_name":"Rune spear (Karambwan poison)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_spear#Karambwan_poison","equipment":{"attack_stab":36,"attack_slash":36,"attack_crush":36,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":40}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"3176":{"id":3176,"name":"Dragon spear(kp)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":62400,"lowalch":24960,"highalch":37440,"wiki_name":"Dragon spear (Karambwan poison)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_spear#Karambwan_poison","equipment":{"attack_stab":55,"attack_slash":55,"attack_crush":55,"attack_magic":0,"attack_ranged":0,"defence_stab":5,"defence_slash":5,"defence_crush":5,"defence_magic":5,"defence_ranged":5,"melee_strength":60,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":60}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"3177":{"id":3177,"name":"Left-handed banana","noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Left-handed banana","wiki_url":"https://oldschool.runescape.wiki/w/Left-handed_banana","price":0},"3179":{"id":3179,"name":"Small ninja monkey bones","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Small ninja monkey bones","wiki_url":"https://oldschool.runescape.wiki/w/Small_ninja_monkey_bones","price":0},"3180":{"id":3180,"name":"Medium ninja monkey bones","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Medium ninja monkey bones","wiki_url":"https://oldschool.runescape.wiki/w/Medium_ninja_monkey_bones","price":0},"3181":{"id":3181,"name":"Gorilla bones","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gorilla bones","wiki_url":"https://oldschool.runescape.wiki/w/Gorilla_bones","price":0},"3182":{"id":3182,"name":"Bearded gorilla bones","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bearded gorilla bones","wiki_url":"https://oldschool.runescape.wiki/w/Bearded_gorilla_bones","price":0},"3183":{"id":3183,"name":"Monkey bones","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":3000,"wiki_name":"Monkey bones","wiki_url":"https://oldschool.runescape.wiki/w/Monkey_bones","price":504},"3185":{"id":3185,"name":"Small zombie monkey bones","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Small zombie monkey bones","wiki_url":"https://oldschool.runescape.wiki/w/Small_zombie_monkey_bones","price":0},"3186":{"id":3186,"name":"Large zombie monkey bones","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Large zombie monkey bones","wiki_url":"https://oldschool.runescape.wiki/w/Large_zombie_monkey_bones","price":0},"3187":{"id":3187,"name":"Bones","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bones (Ape Atoll)","wiki_url":"https://oldschool.runescape.wiki/w/Bones_(Ape_Atoll)","price":0},"3188":{"id":3188,"name":"Cleaning cloth","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":60,"lowalch":24,"highalch":36,"buy_limit":40,"wiki_name":"Cleaning cloth","wiki_url":"https://oldschool.runescape.wiki/w/Cleaning_cloth","price":197},"3190":{"id":3190,"name":"Bronze halberd","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":125,"wiki_name":"Bronze halberd","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_halberd","equipment":{"attack_stab":7,"attack_slash":8,"attack_crush":0,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":1,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":8,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":1}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":4003},"3192":{"id":3192,"name":"Iron halberd","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":280,"lowalch":112,"highalch":168,"buy_limit":125,"wiki_name":"Iron halberd","wiki_url":"https://oldschool.runescape.wiki/w/Iron_halberd","equipment":{"attack_stab":9,"attack_slash":12,"attack_crush":0,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":1,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":1}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":105},"3194":{"id":3194,"name":"Steel halberd","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":125,"wiki_name":"Steel halberd","wiki_url":"https://oldschool.runescape.wiki/w/Steel_halberd","equipment":{"attack_stab":14,"attack_slash":19,"attack_crush":0,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":1,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":20,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":5}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1434},"3196":{"id":3196,"name":"Black halberd","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1920,"lowalch":768,"highalch":1152,"buy_limit":125,"wiki_name":"Black halberd","wiki_url":"https://oldschool.runescape.wiki/w/Black_halberd","equipment":{"attack_stab":19,"attack_slash":25,"attack_crush":0,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":2,"defence_crush":3,"defence_magic":0,"defence_ranged":0,"melee_strength":20,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":10,"strength":5}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":2057},"3198":{"id":3198,"name":"Mithril halberd","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":2600,"lowalch":1040,"highalch":1560,"buy_limit":125,"wiki_name":"Mithril halberd","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_halberd","equipment":{"attack_stab":22,"attack_slash":28,"attack_crush":0,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":2,"defence_crush":4,"defence_magic":0,"defence_ranged":0,"melee_strength":29,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":20,"strength":10}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":11740},"3200":{"id":3200,"name":"Adamant halberd","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":6400,"lowalch":2560,"highalch":3840,"buy_limit":125,"wiki_name":"Adamant halberd","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_halberd","equipment":{"attack_stab":28,"attack_slash":41,"attack_crush":0,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":3,"defence_crush":4,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":30,"strength":15}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":10709},"3202":{"id":3202,"name":"Rune halberd","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":64000,"lowalch":25600,"highalch":38400,"buy_limit":70,"wiki_name":"Rune halberd","wiki_url":"https://oldschool.runescape.wiki/w/Rune_halberd","equipment":{"attack_stab":48,"attack_slash":67,"attack_crush":0,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":4,"defence_crush":5,"defence_magic":0,"defence_ranged":0,"melee_strength":68,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":40,"strength":20}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":38511},"3204":{"id":3204,"name":"Dragon halberd","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":250000,"lowalch":100000,"highalch":150000,"buy_limit":70,"wiki_name":"Dragon halberd","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_halberd","equipment":{"attack_stab":70,"attack_slash":95,"attack_crush":0,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":4,"defence_crush":5,"defence_magic":0,"defence_ranged":0,"melee_strength":89,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":60,"strength":30}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":150078},"3206":{"id":3206,"name":"King's message","cost":1,"lowalch":0,"highalch":0,"wiki_name":"King's message","wiki_url":"https://oldschool.runescape.wiki/w/King's_message","price":0},"3207":{"id":3207,"name":"Iorwerth's message","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Iorwerth's message","wiki_url":"https://oldschool.runescape.wiki/w/Iorwerth's_message","price":0},"3208":{"id":3208,"name":"Crystal pendant","members":true,"equipable":true,"equipable_by_player":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Crystal pendant","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_pendant","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"3209":{"id":3209,"name":"Sulphur","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sulphur","wiki_url":"https://oldschool.runescape.wiki/w/Sulphur","price":0},"3211":{"id":3211,"name":"Limestone","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":13000,"wiki_name":"Limestone","wiki_url":"https://oldschool.runescape.wiki/w/Limestone","price":143},"3213":{"id":3213,"name":"Quicklime","members":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Quicklime","wiki_url":"https://oldschool.runescape.wiki/w/Quicklime","price":0},"3214":{"id":3214,"name":"Pot of quicklime","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Pot of quicklime","wiki_url":"https://oldschool.runescape.wiki/w/Pot_of_quicklime","price":0},"3215":{"id":3215,"name":"Ground sulphur","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Ground sulphur","wiki_url":"https://oldschool.runescape.wiki/w/Ground_sulphur","price":0},"3216":{"id":3216,"name":"Barrel","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":15,"wiki_name":"Barrel","wiki_url":"https://oldschool.runescape.wiki/w/Barrel","price":1476},"3218":{"id":3218,"name":"Barrel bomb","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Barrel bomb (Unfused)","wiki_url":"https://oldschool.runescape.wiki/w/Barrel_bomb#Unfused","price":0},"3219":{"id":3219,"name":"Barrel bomb","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Barrel bomb (Fused)","wiki_url":"https://oldschool.runescape.wiki/w/Barrel_bomb#Fused","price":0},"3220":{"id":3220,"name":"Barrel of coal tar","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Barrel of coal tar","wiki_url":"https://oldschool.runescape.wiki/w/Barrel_of_coal_tar","price":0},"3221":{"id":3221,"name":"Barrel of naphtha","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Barrel of naphtha","wiki_url":"https://oldschool.runescape.wiki/w/Barrel_of_naphtha","price":0},"3222":{"id":3222,"name":"Naphtha mix","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Naphtha mix (Sulphur)","wiki_url":"https://oldschool.runescape.wiki/w/Naphtha_mix#Sulphur","price":0},"3223":{"id":3223,"name":"Naphtha mix","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Naphtha mix (Quicklime)","wiki_url":"https://oldschool.runescape.wiki/w/Naphtha_mix#Quicklime","price":0},"3224":{"id":3224,"name":"Strip of cloth","members":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Strip of cloth","wiki_url":"https://oldschool.runescape.wiki/w/Strip_of_cloth","price":0},"3226":{"id":3226,"name":"Raw rabbit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":13000,"wiki_name":"Raw rabbit","wiki_url":"https://oldschool.runescape.wiki/w/Raw_rabbit","price":0},"3228":{"id":3228,"name":"Cooked rabbit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":6000,"wiki_name":"Cooked rabbit","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_rabbit","price":1000},"3230":{"id":3230,"name":"Big book of bangs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Big book of bangs","wiki_url":"https://oldschool.runescape.wiki/w/Big_book_of_bangs","price":0},"3231":{"id":3231,"name":"Symbol","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Symbol (big book of bangs) (Quicklime)","wiki_url":"https://oldschool.runescape.wiki/w/Symbol_(big_book_of_bangs)#Quicklime","price":0},"3233":{"id":3233,"name":"Symbol","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Symbol (big book of bangs) (Brimstone)","wiki_url":"https://oldschool.runescape.wiki/w/Symbol_(big_book_of_bangs)#Brimstone","price":0},"3235":{"id":3235,"name":"Symbol","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Symbol (big book of bangs) (Naphtha)","wiki_url":"https://oldschool.runescape.wiki/w/Symbol_(big_book_of_bangs)#Naphtha","price":0},"3237":{"id":3237,"name":"Symbol","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Symbol (big book of bangs) (Combined)","wiki_url":"https://oldschool.runescape.wiki/w/Symbol_(big_book_of_bangs)#Combined","price":0},"3239":{"id":3239,"name":"Bark","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Bark","wiki_url":"https://oldschool.runescape.wiki/w/Bark","price":80},"3241":{"id":3241,"name":"Man","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"3243":{"id":3243,"name":"Farmer","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"3245":{"id":3245,"name":"Warrior woman","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"3247":{"id":3247,"name":"Rogue","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"3249":{"id":3249,"name":"Guard","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"3251":{"id":3251,"name":"Knight","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"3253":{"id":3253,"name":"Watchman","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"3255":{"id":3255,"name":"Paladin","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"3257":{"id":3257,"name":"Gnome","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"3259":{"id":3259,"name":"Hero","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"3261":{"id":3261,"name":"Goutweed","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Goutweed","wiki_url":"https://oldschool.runescape.wiki/w/Goutweed","price":0},"3262":{"id":3262,"name":"Troll thistle","members":true,"cost":1,"wiki_name":"Troll thistle","wiki_url":"https://oldschool.runescape.wiki/w/Troll_thistle","price":0},"3263":{"id":3263,"name":"Dried thistle","members":true,"cost":1,"wiki_name":"Dried thistle","wiki_url":"https://oldschool.runescape.wiki/w/Dried_thistle","price":0},"3264":{"id":3264,"name":"Ground thistle","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ground thistle","wiki_url":"https://oldschool.runescape.wiki/w/Ground_thistle","price":0},"3265":{"id":3265,"name":"Troll potion","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Troll potion","wiki_url":"https://oldschool.runescape.wiki/w/Troll_potion","price":0},"3266":{"id":3266,"name":"Drunk parrot","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Drunk parrot","wiki_url":"https://oldschool.runescape.wiki/w/Drunk_parrot","price":0},"3267":{"id":3267,"name":"Dirty robe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dirty robe","wiki_url":"https://oldschool.runescape.wiki/w/Dirty_robe","price":0},"3268":{"id":3268,"name":"Fake man","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fake man","wiki_url":"https://oldschool.runescape.wiki/w/Fake_man","price":0},"3269":{"id":3269,"name":"Storeroom key","members":true,"cost":1,"wiki_name":"Storeroom key","wiki_url":"https://oldschool.runescape.wiki/w/Storeroom_key","price":0},"3270":{"id":3270,"name":"Alco-chunks","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Alco-chunks","wiki_url":"https://oldschool.runescape.wiki/w/Alco-chunks","price":0},"3271":{"id":3271,"name":"Compost bin","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Compost bin (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Compost_bin_(unobtainable_item)","price":0},"3272":{"id":3272,"name":"Cave kraken","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"3325":{"id":3325,"name":"Vampyre dust","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":11000,"wiki_name":"Vampyre dust","wiki_url":"https://oldschool.runescape.wiki/w/Vampyre_dust","price":1431},"3327":{"id":3327,"name":"Myre snelm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":150,"wiki_name":"Myre snelm (round)","wiki_url":"https://oldschool.runescape.wiki/w/Myre_snelm_(round)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":7,"defence_slash":8,"defence_crush":6,"defence_magic":-1,"defence_ranged":7,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":25},"3329":{"id":3329,"name":"Blood'n'tar snelm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":150,"wiki_name":"Blood'n'tar snelm (round)","wiki_url":"https://oldschool.runescape.wiki/w/Blood'n'tar_snelm_(round)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":7,"defence_slash":8,"defence_crush":6,"defence_magic":-1,"defence_ranged":7,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"3331":{"id":3331,"name":"Ochre snelm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":150,"wiki_name":"Ochre snelm (round)","wiki_url":"https://oldschool.runescape.wiki/w/Ochre_snelm_(round)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":7,"defence_slash":8,"defence_crush":6,"defence_magic":-1,"defence_ranged":7,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":33},"3333":{"id":3333,"name":"Bruise blue snelm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":150,"wiki_name":"Bruise blue snelm (round)","wiki_url":"https://oldschool.runescape.wiki/w/Bruise_blue_snelm_(round)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":7,"defence_slash":8,"defence_crush":6,"defence_magic":-1,"defence_ranged":7,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":152},"3335":{"id":3335,"name":"Broken bark snelm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":150,"wiki_name":"Broken bark snelm","wiki_url":"https://oldschool.runescape.wiki/w/Broken_bark_snelm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":7,"defence_slash":8,"defence_crush":6,"defence_magic":-1,"defence_ranged":7,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":5},"3337":{"id":3337,"name":"Myre snelm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":150,"wiki_name":"Myre snelm (pointed)","wiki_url":"https://oldschool.runescape.wiki/w/Myre_snelm_(pointed)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":7,"defence_slash":8,"defence_crush":6,"defence_magic":-1,"defence_ranged":7,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":1},"3339":{"id":3339,"name":"Blood'n'tar snelm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":150,"wiki_name":"Blood'n'tar snelm (pointed)","wiki_url":"https://oldschool.runescape.wiki/w/Blood'n'tar_snelm_(pointed)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":7,"defence_slash":8,"defence_crush":6,"defence_magic":-1,"defence_ranged":7,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":301},"3341":{"id":3341,"name":"Ochre snelm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":150,"wiki_name":"Ochre snelm (pointed)","wiki_url":"https://oldschool.runescape.wiki/w/Ochre_snelm_(pointed)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":7,"defence_slash":8,"defence_crush":6,"defence_magic":-1,"defence_ranged":7,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":491},"3343":{"id":3343,"name":"Bruise blue snelm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":150,"wiki_name":"Bruise blue snelm (pointed)","wiki_url":"https://oldschool.runescape.wiki/w/Bruise_blue_snelm_(pointed)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":7,"defence_slash":8,"defence_crush":6,"defence_magic":-1,"defence_ranged":7,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":6062},"3345":{"id":3345,"name":"Blamish myre shell","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":13000,"wiki_name":"Blamish myre shell (round)","wiki_url":"https://oldschool.runescape.wiki/w/Blamish_myre_shell_(round)","price":582},"3347":{"id":3347,"name":"Blamish red shell","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":13000,"wiki_name":"Blamish red shell (round)","wiki_url":"https://oldschool.runescape.wiki/w/Blamish_red_shell_(round)","price":347},"3349":{"id":3349,"name":"Blamish ochre shell","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":13000,"wiki_name":"Blamish ochre shell (round)","wiki_url":"https://oldschool.runescape.wiki/w/Blamish_ochre_shell_(round)","price":84},"3351":{"id":3351,"name":"Blamish blue shell","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":13000,"wiki_name":"Blamish blue shell (round)","wiki_url":"https://oldschool.runescape.wiki/w/Blamish_blue_shell_(round)","price":10000},"3353":{"id":3353,"name":"Blamish bark shell","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":13000,"wiki_name":"Blamish bark shell","wiki_url":"https://oldschool.runescape.wiki/w/Blamish_bark_shell","price":4582},"3355":{"id":3355,"name":"Blamish myre shell","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":13000,"wiki_name":"Blamish myre shell (pointed)","wiki_url":"https://oldschool.runescape.wiki/w/Blamish_myre_shell_(pointed)","price":3750},"3357":{"id":3357,"name":"Blamish red shell","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":13000,"wiki_name":"Blamish red shell (pointed)","wiki_url":"https://oldschool.runescape.wiki/w/Blamish_red_shell_(pointed)","price":691},"3359":{"id":3359,"name":"Blamish ochre shell","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":13000,"wiki_name":"Blamish ochre shell (pointed)","wiki_url":"https://oldschool.runescape.wiki/w/Blamish_ochre_shell_(pointed)","price":5144},"3361":{"id":3361,"name":"Blamish blue shell","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":13000,"wiki_name":"Blamish blue shell (pointed)","wiki_url":"https://oldschool.runescape.wiki/w/Blamish_blue_shell_(pointed)","price":3765},"3363":{"id":3363,"name":"Thin snail","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":13000,"wiki_name":"Thin snail","wiki_url":"https://oldschool.runescape.wiki/w/Thin_snail","price":663},"3365":{"id":3365,"name":"Lean snail","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":13000,"wiki_name":"Lean snail","wiki_url":"https://oldschool.runescape.wiki/w/Lean_snail","price":3044},"3367":{"id":3367,"name":"Fat snail","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":13000,"wiki_name":"Fat snail","wiki_url":"https://oldschool.runescape.wiki/w/Fat_snail","price":3388},"3369":{"id":3369,"name":"Thin snail meat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":6000,"wiki_name":"Thin snail meat","wiki_url":"https://oldschool.runescape.wiki/w/Thin_snail_meat","price":1132},"3371":{"id":3371,"name":"Lean snail meat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":6000,"wiki_name":"Lean snail meat","wiki_url":"https://oldschool.runescape.wiki/w/Lean_snail_meat","price":4000},"3373":{"id":3373,"name":"Fat snail meat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":6000,"wiki_name":"Fat snail meat","wiki_url":"https://oldschool.runescape.wiki/w/Fat_snail_meat","price":2536},"3375":{"id":3375,"name":"Burnt snail","members":true,"tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Burnt snail","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_snail","price":0},"3377":{"id":3377,"name":"Sample bottle","members":true,"tradeable":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Sample bottle","wiki_url":"https://oldschool.runescape.wiki/w/Sample_bottle","price":0},"3379":{"id":3379,"name":"Raw slimy eel","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Raw slimy eel","wiki_url":"https://oldschool.runescape.wiki/w/Raw_slimy_eel","price":1039},"3381":{"id":3381,"name":"Cooked slimy eel","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":6000,"wiki_name":"Cooked slimy eel","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_slimy_eel","price":69},"3383":{"id":3383,"name":"Burnt eel","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt eel","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_eel","price":0},"3385":{"id":3385,"name":"Splitbark helm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":70,"wiki_name":"Splitbark helm","wiki_url":"https://oldschool.runescape.wiki/w/Splitbark_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-2,"defence_stab":10,"defence_slash":9,"defence_crush":11,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"magic":40,"defence":40}},"price":9396},"3387":{"id":3387,"name":"Splitbark body","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":45000,"lowalch":18000,"highalch":27000,"buy_limit":70,"wiki_name":"Splitbark body","wiki_url":"https://oldschool.runescape.wiki/w/Splitbark_body","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":10,"attack_ranged":-10,"defence_stab":36,"defence_slash":26,"defence_crush":42,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"magic":40,"defence":40}},"price":47500},"3389":{"id":3389,"name":"Splitbark legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":40000,"lowalch":16000,"highalch":24000,"buy_limit":70,"wiki_name":"Splitbark legs","wiki_url":"https://oldschool.runescape.wiki/w/Splitbark_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":7,"attack_ranged":-7,"defence_stab":22,"defence_slash":20,"defence_crush":25,"defence_magic":10,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"magic":40,"defence":40}},"price":32383},"3391":{"id":3391,"name":"Splitbark gauntlets","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":70,"wiki_name":"Splitbark gauntlets","wiki_url":"https://oldschool.runescape.wiki/w/Splitbark_gauntlets","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":2,"attack_ranged":-1,"defence_stab":3,"defence_slash":2,"defence_crush":4,"defence_magic":2,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"magic":40,"defence":40}},"price":2278},"3393":{"id":3393,"name":"Splitbark boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":70,"wiki_name":"Splitbark boots","wiki_url":"https://oldschool.runescape.wiki/w/Splitbark_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":2,"attack_ranged":-1,"defence_stab":3,"defence_slash":2,"defence_crush":4,"defence_magic":2,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"magic":40,"defence":40}},"price":13796},"3395":{"id":3395,"name":"Diary","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Diary (Shades of Mort'ton)","wiki_url":"https://oldschool.runescape.wiki/w/Diary_(Shades_of_Mort'ton)","price":0},"3396":{"id":3396,"name":"Loar remains","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":7500,"wiki_name":"Loar remains","wiki_url":"https://oldschool.runescape.wiki/w/Loar_remains","price":25},"3398":{"id":3398,"name":"Phrin remains","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":7500,"wiki_name":"Phrin remains","wiki_url":"https://oldschool.runescape.wiki/w/Phrin_remains","price":6104},"3400":{"id":3400,"name":"Riyl remains","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":7500,"wiki_name":"Riyl remains","wiki_url":"https://oldschool.runescape.wiki/w/Riyl_remains","price":2070},"3402":{"id":3402,"name":"Asyn remains","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":7500,"wiki_name":"Asyn remains","wiki_url":"https://oldschool.runescape.wiki/w/Asyn_remains","price":4986},"3404":{"id":3404,"name":"Fiyr remains","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":7500,"wiki_name":"Fiyr remains","wiki_url":"https://oldschool.runescape.wiki/w/Fiyr_remains","price":5571},"3406":{"id":3406,"name":"Unfinished potion","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":11,"lowalch":4,"highalch":6,"buy_limit":10000,"wiki_name":"Unfinished potion","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_potion","price":274},"3408":{"id":3408,"name":"Serum 207 (4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":14,"lowalch":5,"highalch":8,"buy_limit":2000,"wiki_name":"Serum 207 (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Serum_207#4_dose","price":7},"3410":{"id":3410,"name":"Serum 207 (3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":13,"lowalch":5,"highalch":7,"buy_limit":2000,"wiki_name":"Serum 207 (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Serum_207#3_dose","price":10},"3412":{"id":3412,"name":"Serum 207 (2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":13,"lowalch":5,"highalch":7,"buy_limit":2000,"wiki_name":"Serum 207 (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Serum_207#2_dose","price":0},"3414":{"id":3414,"name":"Serum 207 (1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":11,"lowalch":4,"highalch":6,"buy_limit":2000,"wiki_name":"Serum 207 (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Serum_207#1_dose","price":10},"3416":{"id":3416,"name":"Serum 208 (4)","members":true,"cost":14,"lowalch":5,"highalch":8,"wiki_name":"Serum 208 (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Serum_208#4_dose","price":0},"3417":{"id":3417,"name":"Serum 208 (3)","members":true,"cost":13,"lowalch":5,"highalch":7,"wiki_name":"Serum 208 (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Serum_208#3_dose","price":0},"3418":{"id":3418,"name":"Serum 208 (2)","members":true,"cost":13,"lowalch":5,"highalch":7,"wiki_name":"Serum 208 (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Serum_208#2_dose","price":0},"3419":{"id":3419,"name":"Serum 208 (1)","members":true,"cost":11,"lowalch":4,"highalch":6,"wiki_name":"Serum 208 (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Serum_208#1_dose","price":0},"3420":{"id":3420,"name":"Limestone brick","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":10000,"wiki_name":"Limestone brick","wiki_url":"https://oldschool.runescape.wiki/w/Limestone_brick","price":170},"3422":{"id":3422,"name":"Olive oil(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":22,"lowalch":8,"highalch":13,"buy_limit":10000,"wiki_name":"Olive oil (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Olive_oil#4_dose","price":201},"3424":{"id":3424,"name":"Olive oil(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":10000,"wiki_name":"Olive oil (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Olive_oil#3_dose","price":45},"3426":{"id":3426,"name":"Olive oil(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":17,"lowalch":6,"highalch":10,"buy_limit":10000,"wiki_name":"Olive oil (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Olive_oil#2_dose","price":35},"3428":{"id":3428,"name":"Olive oil(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":14,"lowalch":5,"highalch":8,"buy_limit":10000,"wiki_name":"Olive oil (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Olive_oil#1_dose","price":22},"3430":{"id":3430,"name":"Sacred oil(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":2000,"wiki_name":"Sacred oil (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Sacred_oil#4_dose","price":2352},"3432":{"id":3432,"name":"Sacred oil(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":2000,"wiki_name":"Sacred oil (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Sacred_oil#3_dose","price":1682},"3434":{"id":3434,"name":"Sacred oil(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":75,"lowalch":30,"highalch":45,"buy_limit":2000,"wiki_name":"Sacred oil (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Sacred_oil#2_dose","price":801},"3436":{"id":3436,"name":"Sacred oil(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":60,"lowalch":24,"highalch":36,"buy_limit":2000,"wiki_name":"Sacred oil (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Sacred_oil#1_dose","price":621},"3438":{"id":3438,"name":"Pyre logs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":8,"lowalch":3,"highalch":4,"buy_limit":11000,"wiki_name":"Pyre logs","wiki_url":"https://oldschool.runescape.wiki/w/Pyre_logs","price":1732},"3440":{"id":3440,"name":"Oak pyre logs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":11000,"wiki_name":"Oak pyre logs","wiki_url":"https://oldschool.runescape.wiki/w/Oak_pyre_logs","price":2100},"3442":{"id":3442,"name":"Willow pyre logs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":11000,"wiki_name":"Willow pyre logs","wiki_url":"https://oldschool.runescape.wiki/w/Willow_pyre_logs","price":5727},"3444":{"id":3444,"name":"Maple pyre logs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":11000,"wiki_name":"Maple pyre logs","wiki_url":"https://oldschool.runescape.wiki/w/Maple_pyre_logs","price":1460},"3446":{"id":3446,"name":"Yew pyre logs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":320,"lowalch":128,"highalch":192,"buy_limit":11000,"wiki_name":"Yew pyre logs","wiki_url":"https://oldschool.runescape.wiki/w/Yew_pyre_logs","price":1056},"3448":{"id":3448,"name":"Magic pyre logs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":640,"lowalch":256,"highalch":384,"buy_limit":11000,"wiki_name":"Magic pyre logs","wiki_url":"https://oldschool.runescape.wiki/w/Magic_pyre_logs","price":3083},"3450":{"id":3450,"name":"Bronze key red","members":true,"cost":81,"lowalch":32,"highalch":48,"wiki_name":"Bronze key red","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_key_red","price":0},"3451":{"id":3451,"name":"Bronze key brown","members":true,"cost":82,"lowalch":32,"highalch":49,"wiki_name":"Bronze key brown","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_key_brown","price":0},"3452":{"id":3452,"name":"Bronze key crimson","members":true,"cost":83,"lowalch":33,"highalch":49,"wiki_name":"Bronze key crimson","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_key_crimson","price":0},"3453":{"id":3453,"name":"Bronze key black","members":true,"cost":84,"lowalch":33,"highalch":50,"wiki_name":"Bronze key black","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_key_black","price":0},"3454":{"id":3454,"name":"Bronze key purple","members":true,"cost":85,"lowalch":34,"highalch":51,"wiki_name":"Bronze key purple","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_key_purple","price":0},"3455":{"id":3455,"name":"Steel key red","members":true,"cost":86,"lowalch":34,"highalch":51,"wiki_name":"Steel key red","wiki_url":"https://oldschool.runescape.wiki/w/Steel_key_red","price":0},"3456":{"id":3456,"name":"Steel key brown","members":true,"cost":87,"lowalch":34,"highalch":52,"wiki_name":"Steel key brown","wiki_url":"https://oldschool.runescape.wiki/w/Steel_key_brown","price":0},"3457":{"id":3457,"name":"Steel key crimson","members":true,"cost":88,"lowalch":35,"highalch":52,"wiki_name":"Steel key crimson","wiki_url":"https://oldschool.runescape.wiki/w/Steel_key_crimson","price":0},"3458":{"id":3458,"name":"Steel key black","members":true,"cost":89,"lowalch":35,"highalch":53,"wiki_name":"Steel key black","wiki_url":"https://oldschool.runescape.wiki/w/Steel_key_black","price":0},"3459":{"id":3459,"name":"Steel key purple","members":true,"cost":90,"lowalch":36,"highalch":54,"wiki_name":"Steel key purple","wiki_url":"https://oldschool.runescape.wiki/w/Steel_key_purple","price":0},"3460":{"id":3460,"name":"Black key red","members":true,"cost":91,"lowalch":36,"highalch":54,"wiki_name":"Black key red","wiki_url":"https://oldschool.runescape.wiki/w/Black_key_red","price":0},"3461":{"id":3461,"name":"Black key brown","members":true,"cost":92,"lowalch":36,"highalch":55,"wiki_name":"Black key brown","wiki_url":"https://oldschool.runescape.wiki/w/Black_key_brown","price":0},"3462":{"id":3462,"name":"Black key crimson","members":true,"cost":93,"lowalch":37,"highalch":55,"wiki_name":"Black key crimson","wiki_url":"https://oldschool.runescape.wiki/w/Black_key_crimson","price":0},"3463":{"id":3463,"name":"Black key black","members":true,"cost":94,"lowalch":37,"highalch":56,"wiki_name":"Black key black","wiki_url":"https://oldschool.runescape.wiki/w/Black_key_black","price":0},"3464":{"id":3464,"name":"Black key purple","members":true,"cost":95,"lowalch":38,"highalch":57,"wiki_name":"Black key purple","wiki_url":"https://oldschool.runescape.wiki/w/Black_key_purple","price":0},"3465":{"id":3465,"name":"Silver key red","members":true,"cost":96,"lowalch":38,"highalch":57,"wiki_name":"Silver key red","wiki_url":"https://oldschool.runescape.wiki/w/Silver_key_red","price":0},"3466":{"id":3466,"name":"Silver key brown","members":true,"cost":97,"lowalch":38,"highalch":58,"wiki_name":"Silver key brown","wiki_url":"https://oldschool.runescape.wiki/w/Silver_key_brown","price":0},"3467":{"id":3467,"name":"Silver key crimson","members":true,"cost":98,"lowalch":39,"highalch":58,"wiki_name":"Silver key crimson","wiki_url":"https://oldschool.runescape.wiki/w/Silver_key_crimson","price":0},"3468":{"id":3468,"name":"Silver key black","members":true,"cost":99,"lowalch":39,"highalch":59,"wiki_name":"Silver key black","wiki_url":"https://oldschool.runescape.wiki/w/Silver_key_black","price":0},"3469":{"id":3469,"name":"Silver key purple","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Silver key purple","wiki_url":"https://oldschool.runescape.wiki/w/Silver_key_purple","price":0},"3470":{"id":3470,"name":"Fine cloth","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":11000,"wiki_name":"Fine cloth","wiki_url":"https://oldschool.runescape.wiki/w/Fine_cloth","price":11500},"3472":{"id":3472,"name":"Black plateskirt (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1920,"lowalch":768,"highalch":1152,"buy_limit":8,"wiki_name":"Black plateskirt (t)","wiki_url":"https://oldschool.runescape.wiki/w/Black_plateskirt_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":21,"defence_slash":20,"defence_crush":19,"defence_magic":-4,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":10}},"price":3250},"3473":{"id":3473,"name":"Black plateskirt (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1920,"lowalch":768,"highalch":1152,"buy_limit":8,"wiki_name":"Black plateskirt (g)","wiki_url":"https://oldschool.runescape.wiki/w/Black_plateskirt_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":21,"defence_slash":20,"defence_crush":19,"defence_magic":-4,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":10}},"price":6914},"3474":{"id":3474,"name":"Adamant plateskirt (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":6400,"lowalch":2560,"highalch":3840,"buy_limit":8,"wiki_name":"Adamant plateskirt (t)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_plateskirt_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":33,"defence_slash":31,"defence_crush":29,"defence_magic":-4,"defence_ranged":31,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":30}},"price":4757},"3475":{"id":3475,"name":"Adamant plateskirt (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":6400,"lowalch":2560,"highalch":3840,"buy_limit":8,"wiki_name":"Adamant plateskirt (g)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_plateskirt_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":33,"defence_slash":31,"defence_crush":29,"defence_magic":-4,"defence_ranged":31,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":30}},"price":5892},"3476":{"id":3476,"name":"Rune plateskirt (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":64000,"lowalch":25600,"highalch":38400,"buy_limit":8,"wiki_name":"Rune plateskirt (g)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_plateskirt_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":51,"defence_slash":49,"defence_crush":47,"defence_magic":-4,"defence_ranged":49,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":40}},"price":38122},"3477":{"id":3477,"name":"Rune plateskirt (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":64000,"lowalch":25600,"highalch":38400,"buy_limit":8,"wiki_name":"Rune plateskirt (t)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_plateskirt_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":51,"defence_slash":49,"defence_crush":47,"defence_magic":-4,"defence_ranged":49,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":40}},"price":38500},"3478":{"id":3478,"name":"Zamorak plateskirt","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":64000,"lowalch":25600,"highalch":38400,"buy_limit":8,"wiki_name":"Zamorak plateskirt","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_plateskirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":51,"defence_slash":49,"defence_crush":47,"defence_magic":-4,"defence_ranged":49,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"legs","requirements":{"defence":40}},"price":38155},"3479":{"id":3479,"name":"Saradomin plateskirt","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":64000,"lowalch":25600,"highalch":38400,"buy_limit":8,"wiki_name":"Saradomin plateskirt","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_plateskirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":51,"defence_slash":49,"defence_crush":47,"defence_magic":-4,"defence_ranged":49,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"legs","requirements":{"defence":40}},"price":37303},"3480":{"id":3480,"name":"Guthix plateskirt","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":64000,"lowalch":25600,"highalch":38400,"buy_limit":8,"wiki_name":"Guthix plateskirt","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_plateskirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":51,"defence_slash":49,"defence_crush":47,"defence_magic":-4,"defence_ranged":49,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"legs","requirements":{"defence":40}},"price":38433},"3481":{"id":3481,"name":"Gilded platebody","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":65000,"lowalch":26000,"highalch":39000,"buy_limit":8,"wiki_name":"Gilded platebody","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_platebody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":82,"defence_slash":80,"defence_crush":72,"defence_magic":-6,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":40}},"price":6991650},"3483":{"id":3483,"name":"Gilded platelegs","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":64000,"lowalch":25600,"highalch":38400,"buy_limit":8,"wiki_name":"Gilded platelegs","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_platelegs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":51,"defence_slash":49,"defence_crush":47,"defence_magic":-4,"defence_ranged":49,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":40}},"price":7365628},"3485":{"id":3485,"name":"Gilded plateskirt","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":64000,"lowalch":25600,"highalch":38400,"buy_limit":8,"wiki_name":"Gilded plateskirt","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_plateskirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":51,"defence_slash":49,"defence_crush":47,"defence_magic":-4,"defence_ranged":49,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":40}},"price":1870001},"3486":{"id":3486,"name":"Gilded full helm","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"buy_limit":8,"wiki_name":"Gilded full helm","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_full_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":40}},"price":6300001},"3488":{"id":3488,"name":"Gilded kiteshield","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":54400,"lowalch":21760,"highalch":32640,"buy_limit":8,"wiki_name":"Gilded kiteshield","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_kiteshield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":44,"defence_slash":48,"defence_crush":46,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":6083984},"3565":{"id":3565,"name":"Puzzle box (hard)","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Puzzle box (Tree)","wiki_url":"https://oldschool.runescape.wiki/w/Puzzle_box#Tree","price":0},"3569":{"id":3569,"name":"Puzzle box (hard)","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Puzzle box (Troll)","wiki_url":"https://oldschool.runescape.wiki/w/Puzzle_box#Troll","price":0},"3667":{"id":3667,"name":"Boss helper tool","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Boss helper tool","wiki_url":"https://oldschool.runescape.wiki/w/Boss_helper_tool","price":0},"3678":{"id":3678,"name":"Flamtaer hammer","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":40,"wiki_name":"Flamtaer hammer","wiki_url":"https://oldschool.runescape.wiki/w/Flamtaer_hammer","price":5338},"3680":{"id":3680,"name":"Shoe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shoe (unobtainable item) (Male Basic Brown)","wiki_url":"https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Male_Basic_Brown","price":0},"3681":{"id":3681,"name":"Shoe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shoe (unobtainable item) (Male Basic Khaki)","wiki_url":"https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Male_Basic_Khaki","price":0},"3682":{"id":3682,"name":"Shoe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shoe (unobtainable item) (Male Basic Ashen)","wiki_url":"https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Male_Basic_Ashen","price":0},"3683":{"id":3683,"name":"Shoe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shoe (unobtainable item) (Male Basic Dark)","wiki_url":"https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Male_Basic_Dark","price":0},"3684":{"id":3684,"name":"Shoe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shoe (unobtainable item) (Male Basic Terracotta)","wiki_url":"https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Male_Basic_Terracotta","price":0},"3685":{"id":3685,"name":"Shoe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shoe (unobtainable item) (Male Basic Grey)","wiki_url":"https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Male_Basic_Grey","price":0},"3686":{"id":3686,"name":"Fremennik","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"3688":{"id":3688,"name":"Unstrung lyre","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Unstrung lyre","wiki_url":"https://oldschool.runescape.wiki/w/Unstrung_lyre","price":0},"3689":{"id":3689,"name":"Lyre","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Lyre","wiki_url":"https://oldschool.runescape.wiki/w/Lyre","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"unarmed","stances":[{"combat_style":"punch","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"kick","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"3690":{"id":3690,"name":"Enchanted lyre","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Enchanted lyre (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Enchanted_lyre#Uncharged","price":0},"3691":{"id":3691,"name":"Enchanted lyre(1)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Enchanted lyre (1)","wiki_url":"https://oldschool.runescape.wiki/w/Enchanted_lyre#(1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"unarmed","stances":[{"combat_style":"punch","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"kick","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"3692":{"id":3692,"name":"Branch","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Branch","wiki_url":"https://oldschool.runescape.wiki/w/Branch","price":0},"3693":{"id":3693,"name":"Golden fleece","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Golden fleece","wiki_url":"https://oldschool.runescape.wiki/w/Golden_fleece","price":0},"3694":{"id":3694,"name":"Golden wool","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Golden wool","wiki_url":"https://oldschool.runescape.wiki/w/Golden_wool","price":0},"3695":{"id":3695,"name":"Pet rock","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pet rock","wiki_url":"https://oldschool.runescape.wiki/w/Pet_rock","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"unarmed","stances":[{"combat_style":"punch","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"kick","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"3696":{"id":3696,"name":"Hunters' talisman","members":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Hunters' talisman (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Hunters'_talisman#Normal","price":0},"3697":{"id":3697,"name":"Hunters' talisman","members":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Hunters' talisman (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Hunters'_talisman#Uncharged","price":0},"3698":{"id":3698,"name":"Exotic flower","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Exotic flower","wiki_url":"https://oldschool.runescape.wiki/w/Exotic_flower","price":0},"3699":{"id":3699,"name":"Fremennik ballad","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fremennik ballad","wiki_url":"https://oldschool.runescape.wiki/w/Fremennik_ballad","price":0},"3700":{"id":3700,"name":"Sturdy boots","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sturdy boots","wiki_url":"https://oldschool.runescape.wiki/w/Sturdy_boots","price":0},"3701":{"id":3701,"name":"Tracking map","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tracking map","wiki_url":"https://oldschool.runescape.wiki/w/Tracking_map","price":0},"3702":{"id":3702,"name":"Custom bow string","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Custom bow string","wiki_url":"https://oldschool.runescape.wiki/w/Custom_bow_string","price":0},"3703":{"id":3703,"name":"Unusual fish","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Unusual fish","wiki_url":"https://oldschool.runescape.wiki/w/Unusual_fish","price":0},"3704":{"id":3704,"name":"Sea fishing map","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sea fishing map","wiki_url":"https://oldschool.runescape.wiki/w/Sea_fishing_map","price":0},"3705":{"id":3705,"name":"Weather forecast","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Weather forecast","wiki_url":"https://oldschool.runescape.wiki/w/Weather_forecast","price":0},"3706":{"id":3706,"name":"Champions token","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Champions token","wiki_url":"https://oldschool.runescape.wiki/w/Champions_token","price":0},"3707":{"id":3707,"name":"Legendary cocktail","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Legendary cocktail","wiki_url":"https://oldschool.runescape.wiki/w/Legendary_cocktail","price":0},"3708":{"id":3708,"name":"Fiscal statement","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fiscal statement","wiki_url":"https://oldschool.runescape.wiki/w/Fiscal_statement","price":0},"3709":{"id":3709,"name":"Promissory note","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Promissory note","wiki_url":"https://oldschool.runescape.wiki/w/Promissory_note","price":0},"3710":{"id":3710,"name":"Warriors' contract","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Warriors' contract","wiki_url":"https://oldschool.runescape.wiki/w/Warriors'_contract","price":0},"3711":{"id":3711,"name":"Keg of beer","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Keg of beer (The Fremennik Trials)","wiki_url":"https://oldschool.runescape.wiki/w/Keg_of_beer_(The_Fremennik_Trials)","price":0},"3712":{"id":3712,"name":"Low alcohol keg","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Low alcohol keg","wiki_url":"https://oldschool.runescape.wiki/w/Low_alcohol_keg","price":0},"3713":{"id":3713,"name":"Strange object","members":true,"cost":1,"wiki_name":"Strange object","wiki_url":"https://oldschool.runescape.wiki/w/Strange_object","price":0},"3714":{"id":3714,"name":"Lit strange object","members":true,"cost":1,"wiki_name":"Lit strange object","wiki_url":"https://oldschool.runescape.wiki/w/Lit_strange_object","price":0},"3715":{"id":3715,"name":"Red disk","members":true,"cost":1,"wiki_name":"Red disk","wiki_url":"https://oldschool.runescape.wiki/w/Red_disk","price":0},"3718":{"id":3718,"name":"Magnet","members":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Magnet (The Fremennik Trials)","wiki_url":"https://oldschool.runescape.wiki/w/Magnet_(The_Fremennik_Trials)","price":0},"3719":{"id":3719,"name":"Blue thread","members":true,"cost":1,"wiki_name":"Blue thread","wiki_url":"https://oldschool.runescape.wiki/w/Blue_thread","price":0},"3720":{"id":3720,"name":"Small pick","members":true,"cost":1,"wiki_name":"Small pick","wiki_url":"https://oldschool.runescape.wiki/w/Small_pick","price":0},"3721":{"id":3721,"name":"Toy ship","members":true,"cost":2,"wiki_name":"Toy ship","wiki_url":"https://oldschool.runescape.wiki/w/Toy_ship","price":0},"3722":{"id":3722,"name":"Full bucket","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Full bucket (The Fremennik Trials)","wiki_url":"https://oldschool.runescape.wiki/w/Full_bucket_(The_Fremennik_Trials)","price":0},"3723":{"id":3723,"name":"4/5ths full bucket","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"4/5ths full bucket","wiki_url":"https://oldschool.runescape.wiki/w/4/5ths_full_bucket","price":0},"3724":{"id":3724,"name":"3/5ths full bucket","members":true,"cost":1,"wiki_name":"3/5ths full bucket","wiki_url":"https://oldschool.runescape.wiki/w/3/5ths_full_bucket","price":0},"3725":{"id":3725,"name":"2/5ths full bucket","members":true,"cost":1,"wiki_name":"2/5ths full bucket","wiki_url":"https://oldschool.runescape.wiki/w/2/5ths_full_bucket","price":0},"3726":{"id":3726,"name":"1/5ths full bucket","members":true,"cost":1,"wiki_name":"1/5ths full bucket","wiki_url":"https://oldschool.runescape.wiki/w/1/5ths_full_bucket","price":0},"3727":{"id":3727,"name":"Empty bucket","members":true,"cost":1,"wiki_name":"Empty bucket","wiki_url":"https://oldschool.runescape.wiki/w/Empty_bucket","price":0},"3728":{"id":3728,"name":"Frozen bucket","members":true,"cost":1,"wiki_name":"Frozen bucket","wiki_url":"https://oldschool.runescape.wiki/w/Frozen_bucket","price":0},"3729":{"id":3729,"name":"Full jug","members":true,"cost":1,"wiki_name":"Full jug","wiki_url":"https://oldschool.runescape.wiki/w/Full_jug","price":0},"3730":{"id":3730,"name":"2/3rds full jug","members":true,"cost":1,"wiki_name":"2/3rds full jug","wiki_url":"https://oldschool.runescape.wiki/w/2/3rds_full_jug","price":0},"3731":{"id":3731,"name":"1/3rds full jug","members":true,"cost":1,"wiki_name":"1/3rds full jug","wiki_url":"https://oldschool.runescape.wiki/w/1/3rds_full_jug","price":0},"3732":{"id":3732,"name":"Empty jug","members":true,"cost":1,"wiki_name":"Empty jug","wiki_url":"https://oldschool.runescape.wiki/w/Empty_jug","price":0},"3733":{"id":3733,"name":"Frozen jug","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Frozen jug","wiki_url":"https://oldschool.runescape.wiki/w/Frozen_jug","price":0},"3734":{"id":3734,"name":"Vase","members":true,"cost":1,"wiki_name":"Vase","wiki_url":"https://oldschool.runescape.wiki/w/Vase","price":0},"3735":{"id":3735,"name":"Vase of water","members":true,"cost":1,"wiki_name":"Vase of water","wiki_url":"https://oldschool.runescape.wiki/w/Vase_of_water","price":0},"3736":{"id":3736,"name":"Frozen vase","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Frozen vase","wiki_url":"https://oldschool.runescape.wiki/w/Frozen_vase","price":0},"3737":{"id":3737,"name":"Vase lid","members":true,"cost":1,"wiki_name":"Vase lid","wiki_url":"https://oldschool.runescape.wiki/w/Vase_lid","price":0},"3738":{"id":3738,"name":"Sealed vase","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sealed vase (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Sealed_vase#Empty","price":0},"3739":{"id":3739,"name":"Sealed vase","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sealed vase (Frozen)","wiki_url":"https://oldschool.runescape.wiki/w/Sealed_vase#Frozen","price":0},"3740":{"id":3740,"name":"Sealed vase","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sealed vase (Water)","wiki_url":"https://oldschool.runescape.wiki/w/Sealed_vase#Water","price":0},"3742":{"id":3742,"name":"Red herring","members":true,"cost":1,"wiki_name":"Red herring","wiki_url":"https://oldschool.runescape.wiki/w/Red_herring","price":0},"3744":{"id":3744,"name":"Wooden disk","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wooden disk","wiki_url":"https://oldschool.runescape.wiki/w/Wooden_disk","price":0},"3745":{"id":3745,"name":"Seer's key","members":true,"cost":1,"wiki_name":"Seer's key","wiki_url":"https://oldschool.runescape.wiki/w/Seer's_key","price":0},"3746":{"id":3746,"name":"Sticky red goop","members":true,"tradeable":true,"noteable":true,"cost":1,"wiki_name":"Sticky red goop","wiki_url":"https://oldschool.runescape.wiki/w/Sticky_red_goop","price":0},"3748":{"id":3748,"name":"Fremennik helm","members":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Fremennik helm","wiki_url":"https://oldschool.runescape.wiki/w/Fremennik_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":19,"defence_slash":21,"defence_crush":16,"defence_magic":-1,"defence_ranged":19,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":30}},"price":0},"3749":{"id":3749,"name":"Archer helm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":60000,"lowalch":24000,"highalch":36000,"buy_limit":70,"wiki_name":"Archer helm","wiki_url":"https://oldschool.runescape.wiki/w/Archer_helm","equipment":{"attack_stab":-5,"attack_slash":-5,"attack_crush":-5,"attack_magic":-5,"attack_ranged":6,"defence_stab":6,"defence_slash":8,"defence_crush":10,"defence_magic":6,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":45}},"price":49095},"3751":{"id":3751,"name":"Berserker helm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":60000,"lowalch":24000,"highalch":36000,"buy_limit":70,"wiki_name":"Berserker helm","wiki_url":"https://oldschool.runescape.wiki/w/Berserker_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-5,"attack_ranged":-5,"defence_stab":31,"defence_slash":29,"defence_crush":33,"defence_magic":0,"defence_ranged":30,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":45}},"price":80699},"3753":{"id":3753,"name":"Warrior helm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":60000,"lowalch":24000,"highalch":36000,"buy_limit":70,"wiki_name":"Warrior helm","wiki_url":"https://oldschool.runescape.wiki/w/Warrior_helm","equipment":{"attack_stab":0,"attack_slash":5,"attack_crush":0,"attack_magic":-5,"attack_ranged":-5,"defence_stab":31,"defence_slash":33,"defence_crush":29,"defence_magic":0,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":45}},"price":56987},"3755":{"id":3755,"name":"Farseer helm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":60000,"lowalch":24000,"highalch":36000,"buy_limit":70,"wiki_name":"Farseer helm","wiki_url":"https://oldschool.runescape.wiki/w/Farseer_helm","equipment":{"attack_stab":-5,"attack_slash":-5,"attack_crush":-5,"attack_magic":6,"attack_ranged":-5,"defence_stab":8,"defence_slash":10,"defence_crush":12,"defence_magic":6,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":45}},"price":43093},"3757":{"id":3757,"name":"Fremennik blade","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Fremennik blade","wiki_url":"https://oldschool.runescape.wiki/w/Fremennik_blade","equipment":{"attack_stab":6,"attack_slash":29,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":28,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":30}},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"3758":{"id":3758,"name":"Fremennik shield","members":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Fremennik shield","wiki_url":"https://oldschool.runescape.wiki/w/Fremennik_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-2,"defence_stab":27,"defence_slash":31,"defence_crush":29,"defence_magic":-1,"defence_ranged":29,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":30}},"price":0},"3759":{"id":3759,"name":"Fremennik cyan cloak","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":150,"wiki_name":"Fremennik cyan cloak","wiki_url":"https://oldschool.runescape.wiki/w/Fremennik_cyan_cloak","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":769},"3761":{"id":3761,"name":"Fremennik brown cloak","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":150,"wiki_name":"Fremennik brown cloak","wiki_url":"https://oldschool.runescape.wiki/w/Fremennik_brown_cloak","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"3763":{"id":3763,"name":"Fremennik blue cloak","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":150,"wiki_name":"Fremennik blue cloak","wiki_url":"https://oldschool.runescape.wiki/w/Fremennik_blue_cloak","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":1638},"3765":{"id":3765,"name":"Fremennik green cloak","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":150,"wiki_name":"Fremennik green cloak","wiki_url":"https://oldschool.runescape.wiki/w/Fremennik_green_cloak","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":879},"3767":{"id":3767,"name":"Fremennik brown shirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":150,"wiki_name":"Fremennik brown shirt","wiki_url":"https://oldschool.runescape.wiki/w/Fremennik_brown_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"3769":{"id":3769,"name":"Fremennik grey shirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":150,"wiki_name":"Fremennik grey shirt","wiki_url":"https://oldschool.runescape.wiki/w/Fremennik_grey_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":589},"3771":{"id":3771,"name":"Fremennik beige shirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":150,"wiki_name":"Fremennik beige shirt","wiki_url":"https://oldschool.runescape.wiki/w/Fremennik_beige_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":4},"3773":{"id":3773,"name":"Fremennik red shirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":150,"wiki_name":"Fremennik red shirt","wiki_url":"https://oldschool.runescape.wiki/w/Fremennik_red_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"3775":{"id":3775,"name":"Fremennik blue shirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":150,"wiki_name":"Fremennik blue shirt","wiki_url":"https://oldschool.runescape.wiki/w/Fremennik_blue_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":389},"3777":{"id":3777,"name":"Fremennik red cloak","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":150,"wiki_name":"Fremennik red cloak","wiki_url":"https://oldschool.runescape.wiki/w/Fremennik_red_cloak","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":501},"3779":{"id":3779,"name":"Fremennik grey cloak","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":150,"wiki_name":"Fremennik grey cloak","wiki_url":"https://oldschool.runescape.wiki/w/Fremennik_grey_cloak","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":670},"3781":{"id":3781,"name":"Fremennik yellow cloak","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":150,"wiki_name":"Fremennik yellow cloak","wiki_url":"https://oldschool.runescape.wiki/w/Fremennik_yellow_cloak","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":1581},"3783":{"id":3783,"name":"Fremennik teal cloak","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":150,"wiki_name":"Fremennik teal cloak","wiki_url":"https://oldschool.runescape.wiki/w/Fremennik_teal_cloak","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":298},"3785":{"id":3785,"name":"Fremennik purple cloak","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":150,"wiki_name":"Fremennik purple cloak","wiki_url":"https://oldschool.runescape.wiki/w/Fremennik_purple_cloak","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":24},"3787":{"id":3787,"name":"Fremennik pink cloak","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":150,"wiki_name":"Fremennik pink cloak","wiki_url":"https://oldschool.runescape.wiki/w/Fremennik_pink_cloak","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":960},"3789":{"id":3789,"name":"Fremennik black cloak","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":150,"wiki_name":"Fremennik black cloak","wiki_url":"https://oldschool.runescape.wiki/w/Fremennik_black_cloak","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":1981},"3791":{"id":3791,"name":"Fremennik boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Fremennik boots","wiki_url":"https://oldschool.runescape.wiki/w/Fremennik_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":412},"3793":{"id":3793,"name":"Fremennik robe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Fremennik robe","wiki_url":"https://oldschool.runescape.wiki/w/Fremennik_robe","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":1849},"3795":{"id":3795,"name":"Fremennik skirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Fremennik skirt","wiki_url":"https://oldschool.runescape.wiki/w/Fremennik_skirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":322},"3797":{"id":3797,"name":"Fremennik hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Fremennik hat","wiki_url":"https://oldschool.runescape.wiki/w/Fremennik_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":334},"3799":{"id":3799,"name":"Fremennik gloves","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Fremennik gloves","wiki_url":"https://oldschool.runescape.wiki/w/Fremennik_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":1118},"3801":{"id":3801,"name":"Keg of beer","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":2000,"wiki_name":"Keg of beer","wiki_url":"https://oldschool.runescape.wiki/w/Keg_of_beer","price":933},"3803":{"id":3803,"name":"Beer tankard","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":2000,"wiki_name":"Beer tankard","wiki_url":"https://oldschool.runescape.wiki/w/Beer_tankard","price":338},"3805":{"id":3805,"name":"Tankard","members":true,"tradeable":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Tankard","wiki_url":"https://oldschool.runescape.wiki/w/Tankard","price":0},"3827":{"id":3827,"name":"Saradomin page 1","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":5,"wiki_name":"Saradomin page 1","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_page_1","price":2530},"3828":{"id":3828,"name":"Saradomin page 2","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":5,"wiki_name":"Saradomin page 2","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_page_2","price":3139},"3829":{"id":3829,"name":"Saradomin page 3","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":5,"wiki_name":"Saradomin page 3","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_page_3","price":2332},"3830":{"id":3830,"name":"Saradomin page 4","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":5,"wiki_name":"Saradomin page 4","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_page_4","price":4549},"3831":{"id":3831,"name":"Zamorak page 1","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":5,"wiki_name":"Zamorak page 1","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_page_1","price":8502},"3832":{"id":3832,"name":"Zamorak page 2","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":5,"wiki_name":"Zamorak page 2","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_page_2","price":6712},"3833":{"id":3833,"name":"Zamorak page 3","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":5,"wiki_name":"Zamorak page 3","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_page_3","price":5904},"3834":{"id":3834,"name":"Zamorak page 4","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":5,"wiki_name":"Zamorak page 4","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_page_4","price":6613},"3835":{"id":3835,"name":"Guthix page 1","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":5,"wiki_name":"Guthix page 1","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_page_1","price":2029},"3836":{"id":3836,"name":"Guthix page 2","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":5,"wiki_name":"Guthix page 2","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_page_2","price":1907},"3837":{"id":3837,"name":"Guthix page 3","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":5,"wiki_name":"Guthix page 3","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_page_3","price":2256},"3838":{"id":3838,"name":"Guthix page 4","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":5,"wiki_name":"Guthix page 4","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_page_4","price":3395},"3839":{"id":3839,"name":"Damaged book","members":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Damaged book (Saradomin)","wiki_url":"https://oldschool.runescape.wiki/w/Damaged_book_(Saradomin)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":null},"price":0},"3840":{"id":3840,"name":"Holy book","members":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Holy book","wiki_url":"https://oldschool.runescape.wiki/w/Holy_book","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":8,"defence_slash":8,"defence_crush":8,"defence_magic":8,"defence_ranged":8,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":null},"price":0},"3841":{"id":3841,"name":"Damaged book","members":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Damaged book (Zamorak)","wiki_url":"https://oldschool.runescape.wiki/w/Damaged_book_(Zamorak)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":null},"price":0},"3842":{"id":3842,"name":"Unholy book","members":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Unholy book","wiki_url":"https://oldschool.runescape.wiki/w/Unholy_book","equipment":{"attack_stab":8,"attack_slash":8,"attack_crush":8,"attack_magic":8,"attack_ranged":8,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":null},"price":0},"3843":{"id":3843,"name":"Damaged book","members":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Damaged book (Guthix)","wiki_url":"https://oldschool.runescape.wiki/w/Damaged_book_(Guthix)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":null},"price":0},"3844":{"id":3844,"name":"Book of balance","members":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Book of balance","wiki_url":"https://oldschool.runescape.wiki/w/Book_of_balance","equipment":{"attack_stab":4,"attack_slash":4,"attack_crush":4,"attack_magic":4,"attack_ranged":4,"defence_stab":4,"defence_slash":4,"defence_crush":4,"defence_magic":4,"defence_ranged":4,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":null},"price":0},"3845":{"id":3845,"name":"Journal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Journal (Horror from the Deep)","wiki_url":"https://oldschool.runescape.wiki/w/Journal_(Horror_from_the_Deep)","price":0},"3846":{"id":3846,"name":"Diary","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Diary (Horror from the Deep)","wiki_url":"https://oldschool.runescape.wiki/w/Diary_(Horror_from_the_Deep)","price":0},"3847":{"id":3847,"name":"Manual","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Manual","wiki_url":"https://oldschool.runescape.wiki/w/Manual","price":0},"3848":{"id":3848,"name":"Lighthouse key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Lighthouse key","wiki_url":"https://oldschool.runescape.wiki/w/Lighthouse_key","price":0},"3849":{"id":3849,"name":"Rusty casket","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rusty casket","wiki_url":"https://oldschool.runescape.wiki/w/Rusty_casket","price":0},"3853":{"id":3853,"name":"Games necklace(8)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1050,"lowalch":420,"highalch":630,"buy_limit":10000,"wiki_name":"Games necklace (8)","wiki_url":"https://oldschool.runescape.wiki/w/Games_necklace#(8)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":726},"3855":{"id":3855,"name":"Games necklace(7)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1050,"lowalch":420,"highalch":630,"wiki_name":"Games necklace (7)","wiki_url":"https://oldschool.runescape.wiki/w/Games_necklace#(7)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"3857":{"id":3857,"name":"Games necklace(6)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1050,"lowalch":420,"highalch":630,"wiki_name":"Games necklace (6)","wiki_url":"https://oldschool.runescape.wiki/w/Games_necklace#(6)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"3859":{"id":3859,"name":"Games necklace(5)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1050,"lowalch":420,"highalch":630,"wiki_name":"Games necklace (5)","wiki_url":"https://oldschool.runescape.wiki/w/Games_necklace#(5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"3861":{"id":3861,"name":"Games necklace(4)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1050,"lowalch":420,"highalch":630,"wiki_name":"Games necklace (4)","wiki_url":"https://oldschool.runescape.wiki/w/Games_necklace#(4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"3863":{"id":3863,"name":"Games necklace(3)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1050,"lowalch":420,"highalch":630,"wiki_name":"Games necklace (3)","wiki_url":"https://oldschool.runescape.wiki/w/Games_necklace#(3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"3865":{"id":3865,"name":"Games necklace(2)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1050,"lowalch":420,"highalch":630,"wiki_name":"Games necklace (2)","wiki_url":"https://oldschool.runescape.wiki/w/Games_necklace#(2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"3867":{"id":3867,"name":"Games necklace(1)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1050,"lowalch":420,"highalch":630,"wiki_name":"Games necklace (1)","wiki_url":"https://oldschool.runescape.wiki/w/Games_necklace#(1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"3869":{"id":3869,"name":"Board game piece","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"3893":{"id":3893,"name":"Stool","members":true,"cost":800,"lowalch":320,"highalch":480,"wiki_name":"Stool (Games) (Burthorpe Games Room)","wiki_url":"https://oldschool.runescape.wiki/w/Stool_(Games)#Burthorpe_Games_Room","price":0},"3894":{"id":3894,"name":"Awful anthem","members":true,"cost":1,"wiki_name":"Awful anthem","wiki_url":"https://oldschool.runescape.wiki/w/Awful_anthem","price":0},"3895":{"id":3895,"name":"Good anthem","members":true,"cost":1,"wiki_name":"Good anthem","wiki_url":"https://oldschool.runescape.wiki/w/Good_anthem","price":0},"3896":{"id":3896,"name":"Treaty","members":true,"cost":1,"wiki_name":"Treaty","wiki_url":"https://oldschool.runescape.wiki/w/Treaty","price":0},"3897":{"id":3897,"name":"Giant nib","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Giant nib","wiki_url":"https://oldschool.runescape.wiki/w/Giant_nib","price":0},"3898":{"id":3898,"name":"Giant pen","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Giant pen","wiki_url":"https://oldschool.runescape.wiki/w/Giant_pen","price":0},"3899":{"id":3899,"name":"Iron sickle","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":15,"lowalch":6,"highalch":9,"wiki_name":"Iron sickle","wiki_url":"https://oldschool.runescape.wiki/w/Iron_sickle","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":1,"defence_ranged":1,"melee_strength":1,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"3901":{"id":3901,"name":"Ghrim's book","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ghrim's book","wiki_url":"https://oldschool.runescape.wiki/w/Ghrim's_book","price":0},"3981":{"id":3981,"name":"Wilderness sword","incomplete":true,"cost":0,"lowalch":0,"highalch":0,"price":0},"3983":{"id":3983,"name":"Western banner","incomplete":true,"cost":0,"lowalch":0,"highalch":0,"price":0},"4001":{"id":4001,"name":"Hardy gout tuber","cost":5,"lowalch":2,"highalch":3,"wiki_name":"Hardy gout tuber","wiki_url":"https://oldschool.runescape.wiki/w/Hardy_gout_tuber","price":0},"4002":{"id":4002,"name":"Spare controls","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Spare controls","wiki_url":"https://oldschool.runescape.wiki/w/Spare_controls","price":0},"4004":{"id":4004,"name":"Gnome royal seal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gnome royal seal","wiki_url":"https://oldschool.runescape.wiki/w/Gnome_royal_seal","price":0},"4005":{"id":4005,"name":"Narnode's orders","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Narnode's orders","wiki_url":"https://oldschool.runescape.wiki/w/Narnode's_orders","price":0},"4006":{"id":4006,"name":"Monkey dentures","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Monkey dentures","wiki_url":"https://oldschool.runescape.wiki/w/Monkey_dentures","price":0},"4007":{"id":4007,"name":"Enchanted bar","members":true,"cost":800,"lowalch":320,"highalch":480,"wiki_name":"Enchanted bar","wiki_url":"https://oldschool.runescape.wiki/w/Enchanted_bar","price":0},"4008":{"id":4008,"name":"Eye of gnome","members":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Eye of gnome","wiki_url":"https://oldschool.runescape.wiki/w/Eye_of_gnome","price":0},"4009":{"id":4009,"name":"Eye of gnome","members":true,"stackable":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Eye of gnome (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Eye_of_gnome_(unobtainable_item)","price":0},"4010":{"id":4010,"name":"Monkey magic","members":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Monkey magic","wiki_url":"https://oldschool.runescape.wiki/w/Monkey_magic","price":0},"4012":{"id":4012,"name":"Monkey nuts","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":6000,"wiki_name":"Monkey nuts","wiki_url":"https://oldschool.runescape.wiki/w/Monkey_nuts","price":164},"4014":{"id":4014,"name":"Monkey bar","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":6000,"wiki_name":"Monkey bar","wiki_url":"https://oldschool.runescape.wiki/w/Monkey_bar","price":28},"4016":{"id":4016,"name":"Banana stew","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":6000,"wiki_name":"Banana stew","wiki_url":"https://oldschool.runescape.wiki/w/Banana_stew","price":625},"4018":{"id":4018,"name":"Monkey wrench","members":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Monkey wrench","wiki_url":"https://oldschool.runescape.wiki/w/Monkey_wrench","price":0},"4020":{"id":4020,"name":"M'amulet mould","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"M'amulet mould","wiki_url":"https://oldschool.runescape.wiki/w/M'amulet_mould","price":0},"4021":{"id":4021,"name":"M'speak amulet","members":true,"equipable":true,"equipable_by_player":true,"cost":550,"lowalch":220,"highalch":330,"wiki_name":"M'speak amulet","wiki_url":"https://oldschool.runescape.wiki/w/M'speak_amulet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"4022":{"id":4022,"name":"M'speak amulet","members":true,"cost":500,"lowalch":200,"highalch":300,"wiki_name":"M'speak amulet (unstrung)","wiki_url":"https://oldschool.runescape.wiki/w/M'speak_amulet_(unstrung)","price":0},"4023":{"id":4023,"name":"Monkey talisman","members":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Monkey talisman","wiki_url":"https://oldschool.runescape.wiki/w/Monkey_talisman","price":0},"4024":{"id":4024,"name":"Ninja monkey greegree","members":true,"cost":3000,"wiki_name":"Ninja monkey greegree (small)","wiki_url":"https://oldschool.runescape.wiki/w/Ninja_monkey_greegree_(small)","price":0},"4025":{"id":4025,"name":"Ninja monkey greegree","members":true,"cost":6000,"wiki_name":"Ninja monkey greegree (medium)","wiki_url":"https://oldschool.runescape.wiki/w/Ninja_monkey_greegree_(medium)","price":0},"4026":{"id":4026,"name":"Gorilla greegree","members":true,"cost":1000,"wiki_name":"Gorilla greegree","wiki_url":"https://oldschool.runescape.wiki/w/Gorilla_greegree","price":0},"4027":{"id":4027,"name":"Bearded gorilla greegree","members":true,"cost":1500,"wiki_name":"Bearded gorilla greegree","wiki_url":"https://oldschool.runescape.wiki/w/Bearded_gorilla_greegree","price":0},"4028":{"id":4028,"name":"Ancient gorilla greegree","members":true,"cost":10000,"wiki_name":"Ancient gorilla greegree","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_gorilla_greegree","price":0},"4029":{"id":4029,"name":"Zombie monkey greegree","members":true,"cost":500,"wiki_name":"Zombie monkey greegree (small)","wiki_url":"https://oldschool.runescape.wiki/w/Zombie_monkey_greegree_(small)","price":0},"4030":{"id":4030,"name":"Zombie monkey greegree","members":true,"cost":2000,"wiki_name":"Zombie monkey greegree (big)","wiki_url":"https://oldschool.runescape.wiki/w/Zombie_monkey_greegree_(big)","price":0},"4031":{"id":4031,"name":"Karamjan monkey greegree","members":true,"cost":500,"wiki_name":"Karamjan monkey greegree","wiki_url":"https://oldschool.runescape.wiki/w/Karamjan_monkey_greegree","price":0},"4033":{"id":4033,"name":"Monkey","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Monkey (Monkey Madness I)","wiki_url":"https://oldschool.runescape.wiki/w/Monkey_(Monkey_Madness_I)","price":0},"4034":{"id":4034,"name":"Monkey skull","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Monkey skull","wiki_url":"https://oldschool.runescape.wiki/w/Monkey_skull","price":0},"4035":{"id":4035,"name":"10th squad sigil","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"10th squad sigil","wiki_url":"https://oldschool.runescape.wiki/w/10th_squad_sigil","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"4037":{"id":4037,"name":"Saradomin banner","noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Saradomin banner (Minigame)","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_banner#Minigame","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"4039":{"id":4039,"name":"Zamorak banner","noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Zamorak banner (Minigame)","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_banner#Minigame","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"4041":{"id":4041,"name":"Hooded cloak","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Hooded cloak (Saradomin)","wiki_url":"https://oldschool.runescape.wiki/w/Hooded_cloak#Saradomin","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"4042":{"id":4042,"name":"Hooded cloak","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Hooded cloak (Zamorak)","wiki_url":"https://oldschool.runescape.wiki/w/Hooded_cloak#Zamorak","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"4043":{"id":4043,"name":"Rock","tradeable":true,"noteable":true,"cost":1,"wiki_name":"Rock (Castle Wars)","wiki_url":"https://oldschool.runescape.wiki/w/Rock_(Castle_Wars)","price":0},"4045":{"id":4045,"name":"Explosive potion","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Explosive potion","wiki_url":"https://oldschool.runescape.wiki/w/Explosive_potion","price":0},"4047":{"id":4047,"name":"Climbing rope","tradeable":true,"noteable":true,"cost":1,"wiki_name":"Climbing rope","wiki_url":"https://oldschool.runescape.wiki/w/Climbing_rope","price":0},"4049":{"id":4049,"name":"Bandages","tradeable":true,"noteable":true,"cost":1,"wiki_name":"Bandages","wiki_url":"https://oldschool.runescape.wiki/w/Bandages","price":0},"4051":{"id":4051,"name":"Toolkit","tradeable":true,"noteable":true,"cost":1,"wiki_name":"Toolkit (Castle Wars)","wiki_url":"https://oldschool.runescape.wiki/w/Toolkit_(Castle_Wars)","price":0},"4053":{"id":4053,"name":"Barricade","tradeable":true,"noteable":true,"cost":1,"wiki_name":"Barricade","wiki_url":"https://oldschool.runescape.wiki/w/Barricade","price":0},"4055":{"id":4055,"name":"Castlewars manual","cost":5,"lowalch":2,"highalch":3,"wiki_name":"Castlewars manual","wiki_url":"https://oldschool.runescape.wiki/w/Castlewars_manual","price":0},"4067":{"id":4067,"name":"Castle wars ticket","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Castle wars ticket","wiki_url":"https://oldschool.runescape.wiki/w/Castle_wars_ticket","price":0},"4068":{"id":4068,"name":"Decorative sword","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":500,"lowalch":200,"highalch":300,"wiki_name":"Decorative sword (red)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_sword_(red)","equipment":{"attack_stab":13,"attack_slash":18,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":16,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":5}},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"4069":{"id":4069,"name":"Decorative armour","equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"wiki_name":"Decorative armour (red platebody)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(red_platebody)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":32,"defence_slash":31,"defence_crush":24,"defence_magic":-6,"defence_ranged":31,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":5}},"price":0},"4070":{"id":4070,"name":"Decorative armour","equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Decorative armour (red platelegs)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(red_platelegs)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":17,"defence_slash":16,"defence_crush":15,"defence_magic":-4,"defence_ranged":16,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":5}},"price":0},"4071":{"id":4071,"name":"Decorative helm","equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"wiki_name":"Decorative helm (red)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_helm_(red)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":0,"defence_stab":7,"defence_slash":8,"defence_crush":6,"defence_magic":-1,"defence_ranged":7,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":5}},"price":0},"4072":{"id":4072,"name":"Decorative shield","equipable":true,"equipable_by_player":true,"cost":850,"lowalch":340,"highalch":510,"wiki_name":"Decorative shield (red)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_shield_(red)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":13,"defence_slash":15,"defence_crush":14,"defence_magic":-1,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":5}},"price":0},"4073":{"id":4073,"name":"Damp tinderbox","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Damp tinderbox","wiki_url":"https://oldschool.runescape.wiki/w/Damp_tinderbox","price":0},"4075":{"id":4075,"name":"Glowing fungus","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Glowing fungus","wiki_url":"https://oldschool.runescape.wiki/w/Glowing_fungus","price":0},"4077":{"id":4077,"name":"Crystal-mine key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal-mine key","wiki_url":"https://oldschool.runescape.wiki/w/Crystal-mine_key","price":0},"4078":{"id":4078,"name":"Zealot's key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Zealot's key","wiki_url":"https://oldschool.runescape.wiki/w/Zealot's_key","price":0},"4079":{"id":4079,"name":"Yo-yo","cost":10,"lowalch":4,"highalch":6,"wiki_name":"Yo-yo","wiki_url":"https://oldschool.runescape.wiki/w/Yo-yo","price":0},"4081":{"id":4081,"name":"Salve amulet","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Salve amulet","wiki_url":"https://oldschool.runescape.wiki/w/Salve_amulet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"neck","requirements":null},"price":0},"4082":{"id":4082,"name":"Salve shard","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Salve shard","wiki_url":"https://oldschool.runescape.wiki/w/Salve_shard","price":0},"4083":{"id":4083,"name":"Sled","members":true,"cost":150,"lowalch":60,"highalch":90,"wiki_name":"Sled (Unwaxed)","wiki_url":"https://oldschool.runescape.wiki/w/Sled#Unwaxed","price":0},"4084":{"id":4084,"name":"Sled","members":true,"cost":175,"lowalch":70,"highalch":105,"wiki_name":"Sled (Waxed)","wiki_url":"https://oldschool.runescape.wiki/w/Sled#Waxed","price":0},"4085":{"id":4085,"name":"Wax","members":true,"cost":15,"lowalch":6,"highalch":9,"wiki_name":"Wax","wiki_url":"https://oldschool.runescape.wiki/w/Wax","price":0},"4086":{"id":4086,"name":"Trollweiss","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Trollweiss","wiki_url":"https://oldschool.runescape.wiki/w/Trollweiss","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"4087":{"id":4087,"name":"Dragon platelegs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":270000,"lowalch":108000,"highalch":162000,"buy_limit":70,"wiki_name":"Dragon platelegs","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_platelegs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":68,"defence_slash":66,"defence_crush":63,"defence_magic":-4,"defence_ranged":65,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":60}},"price":161273},"4089":{"id":4089,"name":"Mystic hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"buy_limit":125,"wiki_name":"Mystic hat","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"magic":40,"defence":20}},"price":13567},"4091":{"id":4091,"name":"Mystic robe top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":120000,"lowalch":48000,"highalch":72000,"buy_limit":125,"wiki_name":"Mystic robe top","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_robe_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":20,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":20,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"magic":40,"defence":20}},"price":72004},"4093":{"id":4093,"name":"Mystic robe bottom","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":125,"wiki_name":"Mystic robe bottom","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_robe_bottom","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"magic":40,"defence":20}},"price":47850},"4095":{"id":4095,"name":"Mystic gloves","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":125,"wiki_name":"Mystic gloves","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"magic":40,"defence":20}},"price":5404},"4097":{"id":4097,"name":"Mystic boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":125,"wiki_name":"Mystic boots","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"magic":40,"defence":20}},"price":9022},"4099":{"id":4099,"name":"Mystic hat (dark)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"buy_limit":70,"wiki_name":"Mystic hat (dark)","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_hat_(dark)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"magic":40,"defence":20}},"price":73888},"4101":{"id":4101,"name":"Mystic robe top (dark)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":120000,"lowalch":48000,"highalch":72000,"buy_limit":70,"wiki_name":"Mystic robe top (dark)","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_robe_top_(dark)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":20,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":20,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"magic":40,"defence":20}},"price":71734},"4103":{"id":4103,"name":"Mystic robe bottom (dark)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":70,"wiki_name":"Mystic robe bottom (dark)","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_robe_bottom_(dark)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"magic":40,"defence":20}},"price":51576},"4105":{"id":4105,"name":"Mystic gloves (dark)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":70,"wiki_name":"Mystic gloves (dark)","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_gloves_(dark)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"magic":40,"defence":20}},"price":17500},"4107":{"id":4107,"name":"Mystic boots (dark)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":70,"wiki_name":"Mystic boots (dark)","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_boots_(dark)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"magic":40,"defence":20}},"price":104564},"4109":{"id":4109,"name":"Mystic hat (light)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"buy_limit":70,"wiki_name":"Mystic hat (light)","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_hat_(light)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"magic":40,"defence":20}},"price":8925},"4111":{"id":4111,"name":"Mystic robe top (light)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":120000,"lowalch":48000,"highalch":72000,"buy_limit":70,"wiki_name":"Mystic robe top (light)","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_robe_top_(light)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":20,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":20,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"magic":40,"defence":20}},"price":71134},"4113":{"id":4113,"name":"Mystic robe bottom (light)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":70,"wiki_name":"Mystic robe bottom (light)","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_robe_bottom_(light)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"magic":40,"defence":20}},"price":48749},"4115":{"id":4115,"name":"Mystic gloves (light)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":70,"wiki_name":"Mystic gloves (light)","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_gloves_(light)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"magic":40,"defence":20}},"price":8151},"4117":{"id":4117,"name":"Mystic boots (light)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":70,"wiki_name":"Mystic boots (light)","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_boots_(light)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"magic":40,"defence":20}},"price":17040},"4119":{"id":4119,"name":"Bronze boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":24,"lowalch":9,"highalch":14,"buy_limit":125,"wiki_name":"Bronze boots","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":1,"defence_slash":2,"defence_crush":3,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"defence":1}},"price":2728},"4121":{"id":4121,"name":"Iron boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":84,"lowalch":33,"highalch":50,"buy_limit":125,"wiki_name":"Iron boots","wiki_url":"https://oldschool.runescape.wiki/w/Iron_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":2,"defence_slash":3,"defence_crush":4,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"defence":1}},"price":11285},"4123":{"id":4123,"name":"Steel boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":125,"wiki_name":"Steel boots","wiki_url":"https://oldschool.runescape.wiki/w/Steel_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":5,"defence_slash":6,"defence_crush":7,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"defence":5}},"price":81},"4125":{"id":4125,"name":"Black boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":576,"lowalch":230,"highalch":345,"buy_limit":125,"wiki_name":"Black boots","wiki_url":"https://oldschool.runescape.wiki/w/Black_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":7,"defence_slash":8,"defence_crush":9,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"defence":10}},"price":379},"4127":{"id":4127,"name":"Mithril boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":780,"lowalch":312,"highalch":468,"buy_limit":125,"wiki_name":"Mithril boots","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":8,"defence_slash":9,"defence_crush":10,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"defence":20}},"price":1030},"4129":{"id":4129,"name":"Adamant boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1920,"lowalch":768,"highalch":1152,"buy_limit":125,"wiki_name":"Adamant boots","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":10,"defence_slash":11,"defence_crush":12,"defence_magic":0,"defence_ranged":0,"melee_strength":1,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"defence":30}},"price":2322},"4131":{"id":4131,"name":"Rune boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":12500,"lowalch":5000,"highalch":7500,"buy_limit":70,"wiki_name":"Rune boots","wiki_url":"https://oldschool.runescape.wiki/w/Rune_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":12,"defence_slash":13,"defence_crush":14,"defence_magic":0,"defence_ranged":0,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"defence":40}},"price":7695},"4133":{"id":4133,"name":"Crawling hand","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"4134":{"id":4134,"name":"Cave crawler","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"4135":{"id":4135,"name":"Banshee","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"4136":{"id":4136,"name":"Rockslug","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"4137":{"id":4137,"name":"Cockatrice","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"4138":{"id":4138,"name":"Pyrefiend","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"4139":{"id":4139,"name":"Basilisk","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"4140":{"id":4140,"name":"Infernal mage","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"4141":{"id":4141,"name":"Bloodveld","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"4142":{"id":4142,"name":"Jelly","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"4143":{"id":4143,"name":"Turoth","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"4144":{"id":4144,"name":"Aberrant spectre","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"4145":{"id":4145,"name":"Dust devil","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"4146":{"id":4146,"name":"Kurask","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"4147":{"id":4147,"name":"Gargoyle","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"4148":{"id":4148,"name":"Nechryael","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"4149":{"id":4149,"name":"Abyssal demon","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"4151":{"id":4151,"name":"Abyssal whip","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":120001,"lowalch":48000,"highalch":72000,"buy_limit":70,"wiki_name":"Abyssal whip","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_whip","equipment":{"attack_stab":0,"attack_slash":82,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":82,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":70}},"weapon":{"attack_speed":4,"weapon_type":"whip","stances":[{"combat_style":"flick","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lash","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"deflect","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1688658},"4153":{"id":4153,"name":"Granite maul","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":50000,"lowalch":20000,"highalch":30000,"buy_limit":70,"wiki_name":"Granite maul (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Granite_maul#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":81,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":79,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":50}},"weapon":{"attack_speed":7,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":181539},"4155":{"id":4155,"name":"Enchanted gem","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Enchanted gem","wiki_url":"https://oldschool.runescape.wiki/w/Enchanted_gem","price":0},"4156":{"id":4156,"name":"Mirror shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":40,"wiki_name":"Mirror shield","wiki_url":"https://oldschool.runescape.wiki/w/Mirror_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":10,"defence_slash":15,"defence_crush":5,"defence_magic":5,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"slayer":25,"defence":20}},"price":6616},"4158":{"id":4158,"name":"Leaf-bladed spear","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":31000,"lowalch":12400,"highalch":18600,"wiki_name":"Leaf-bladed spear","wiki_url":"https://oldschool.runescape.wiki/w/Leaf-bladed_spear","equipment":{"attack_stab":47,"attack_slash":42,"attack_crush":36,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":50,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"slayer":55,"attack":50}},"weapon":{"attack_speed":5,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"4159":{"id":4159,"name":"Leaf-bladed spear","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Leaf-bladed spear (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Leaf-bladed_spear_(unobtainable_item)","price":0},"4160":{"id":4160,"name":"Broad arrows","members":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":60,"lowalch":24,"highalch":36,"wiki_name":"Broad arrows","wiki_url":"https://oldschool.runescape.wiki/w/Broad_arrows","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":28,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"slayer":55,"ranged":50}},"price":0},"4161":{"id":4161,"name":"Bag of salt","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":8000,"wiki_name":"Bag of salt","wiki_url":"https://oldschool.runescape.wiki/w/Bag_of_salt","price":40},"4162":{"id":4162,"name":"Rock hammer","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":40,"wiki_name":"Rock hammer","wiki_url":"https://oldschool.runescape.wiki/w/Rock_hammer","price":238},"4164":{"id":4164,"name":"Facemask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":70,"wiki_name":"Facemask","wiki_url":"https://oldschool.runescape.wiki/w/Facemask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"slayer":10}},"price":357},"4166":{"id":4166,"name":"Earmuffs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":70,"wiki_name":"Earmuffs","wiki_url":"https://oldschool.runescape.wiki/w/Earmuffs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"slayer":15}},"price":99},"4168":{"id":4168,"name":"Nose peg","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":70,"wiki_name":"Nose peg","wiki_url":"https://oldschool.runescape.wiki/w/Nose_peg","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"slayer":60}},"price":663},"4170":{"id":4170,"name":"Slayer's staff","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":21000,"lowalch":8400,"highalch":12600,"buy_limit":70,"wiki_name":"Slayer's staff","wiki_url":"https://oldschool.runescape.wiki/w/Slayer's_staff","equipment":{"attack_stab":7,"attack_slash":-1,"attack_crush":25,"attack_magic":12,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":10,"defence_ranged":0,"melee_strength":35,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"slayer":55,"magic":50}},"weapon":{"attack_speed":4,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":20117},"4178":{"id":4178,"name":"Abyssal whip","cost":6,"lowalch":2,"highalch":3,"wiki_name":"Abyssal whip (My Arm's Big Adventure)","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_whip_(My_Arm's_Big_Adventure)","price":0},"4179":{"id":4179,"name":"Stick","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Stick (item)","wiki_url":"https://oldschool.runescape.wiki/w/Stick_(item)","price":0},"4180":{"id":4180,"name":"Dragon platelegs","cost":6,"lowalch":2,"highalch":3,"wiki_name":"Dragon platelegs (My Arm's Big Adventure)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_platelegs_(My_Arm's_Big_Adventure)","price":0},"4181":{"id":4181,"name":"Mouth grip","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mouth grip","wiki_url":"https://oldschool.runescape.wiki/w/Mouth_grip","price":0},"4182":{"id":4182,"name":"Goutweed","cost":6,"lowalch":2,"highalch":3,"wiki_name":"Goutweed (My Arm's Big Adventure)","wiki_url":"https://oldschool.runescape.wiki/w/Goutweed_(My_Arm's_Big_Adventure)","price":0},"4183":{"id":4183,"name":"Star amulet","members":true,"cost":1,"wiki_name":"Star amulet","wiki_url":"https://oldschool.runescape.wiki/w/Star_amulet","price":0},"4184":{"id":4184,"name":"Cavern key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cavern key","wiki_url":"https://oldschool.runescape.wiki/w/Cavern_key","price":0},"4185":{"id":4185,"name":"Tower key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tower key","wiki_url":"https://oldschool.runescape.wiki/w/Tower_key","price":0},"4186":{"id":4186,"name":"Shed key","members":true,"cost":1,"wiki_name":"Shed key","wiki_url":"https://oldschool.runescape.wiki/w/Shed_key","price":0},"4187":{"id":4187,"name":"Marble amulet","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Marble amulet","wiki_url":"https://oldschool.runescape.wiki/w/Marble_amulet","price":0},"4188":{"id":4188,"name":"Obsidian amulet","members":true,"cost":1,"wiki_name":"Obsidian amulet","wiki_url":"https://oldschool.runescape.wiki/w/Obsidian_amulet","price":0},"4189":{"id":4189,"name":"Garden cane","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Garden cane","wiki_url":"https://oldschool.runescape.wiki/w/Garden_cane","price":0},"4190":{"id":4190,"name":"Garden brush","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Garden brush","wiki_url":"https://oldschool.runescape.wiki/w/Garden_brush","price":0},"4191":{"id":4191,"name":"Extended brush","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Extended brush (1 cane)","wiki_url":"https://oldschool.runescape.wiki/w/Extended_brush#1_cane","price":0},"4192":{"id":4192,"name":"Extended brush","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Extended brush (2 canes)","wiki_url":"https://oldschool.runescape.wiki/w/Extended_brush#2_canes","price":0},"4193":{"id":4193,"name":"Extended brush","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Extended brush (3 canes)","wiki_url":"https://oldschool.runescape.wiki/w/Extended_brush#3_canes","price":0},"4194":{"id":4194,"name":"Torso","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Torso","wiki_url":"https://oldschool.runescape.wiki/w/Torso","price":0},"4195":{"id":4195,"name":"Arms","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Arms","wiki_url":"https://oldschool.runescape.wiki/w/Arms","price":0},"4196":{"id":4196,"name":"Legs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Legs","wiki_url":"https://oldschool.runescape.wiki/w/Legs","price":0},"4197":{"id":4197,"name":"Decapitated head","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Decapitated head (Brainless)","wiki_url":"https://oldschool.runescape.wiki/w/Decapitated_head#Brainless","price":0},"4198":{"id":4198,"name":"Decapitated head","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Decapitated head (Brain)","wiki_url":"https://oldschool.runescape.wiki/w/Decapitated_head#Brain","price":0},"4199":{"id":4199,"name":"Pickled brain","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pickled brain","wiki_url":"https://oldschool.runescape.wiki/w/Pickled_brain","price":0},"4200":{"id":4200,"name":"Conductor mould","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Conductor mould","wiki_url":"https://oldschool.runescape.wiki/w/Conductor_mould","price":0},"4201":{"id":4201,"name":"Conductor","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Conductor","wiki_url":"https://oldschool.runescape.wiki/w/Conductor","price":0},"4202":{"id":4202,"name":"Ring of charos","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ring of charos (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_charos#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"4203":{"id":4203,"name":"Journal","members":true,"cost":1,"wiki_name":"Journal (Creature of Fenkenstrain)","wiki_url":"https://oldschool.runescape.wiki/w/Journal_(Creature_of_Fenkenstrain)","price":0},"4204":{"id":4204,"name":"Letter","members":true,"cost":1,"wiki_name":"Letter (Creature of Fenkenstrain)","wiki_url":"https://oldschool.runescape.wiki/w/Letter_(Creature_of_Fenkenstrain)","price":0},"4205":{"id":4205,"name":"Consecration seed","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Consecration seed (Unenchanted)","wiki_url":"https://oldschool.runescape.wiki/w/Consecration_seed#Unenchanted","price":0},"4206":{"id":4206,"name":"Consecration seed","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Consecration seed (Enchanted)","wiki_url":"https://oldschool.runescape.wiki/w/Consecration_seed#Enchanted","price":0},"4207":{"id":4207,"name":"Crystal weapon seed","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":70,"wiki_name":"Crystal weapon seed","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_weapon_seed","price":206945},"4209":{"id":4209,"name":"Cadarn lineage","members":true,"tradeable":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Cadarn lineage","wiki_url":"https://oldschool.runescape.wiki/w/Cadarn_lineage","price":0},"4211":{"id":4211,"name":"Elf crystal","incomplete":true,"members":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"4212":{"id":4212,"name":"New crystal bow","tradeable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal bow (historical) (New)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_bow_(historical)#New","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":100,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":70,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"agility":50,"ranged":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"4213":{"id":4213,"name":"New crystal bow","cost":1,"lowalch":0,"highalch":0,"wiki_name":"New crystal bow (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/New_crystal_bow_(unobtainable_item)","price":0},"4214":{"id":4214,"name":"Crystal bow full","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal bow (historical) (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_bow_(historical)#Full","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":100,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":70,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"agility":50,"ranged":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"4215":{"id":4215,"name":"Crystal bow 9/10","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal bow (historical) (9/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_bow_(historical)#9/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":96,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":68,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"agility":50,"ranged":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"4216":{"id":4216,"name":"Crystal bow 8/10","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal bow (historical) (8/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_bow_(historical)#8/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":92,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":66,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"agility":50,"ranged":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"4217":{"id":4217,"name":"Crystal bow 7/10","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal bow (historical) (7/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_bow_(historical)#7/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":88,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":64,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"agility":50,"ranged":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"4218":{"id":4218,"name":"Crystal bow 6/10","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal bow (historical) (6/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_bow_(historical)#6/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":84,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":62,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"agility":50,"ranged":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"4219":{"id":4219,"name":"Crystal bow 5/10","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal bow (historical) (5/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_bow_(historical)#5/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":80,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":60,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"agility":50,"ranged":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"4220":{"id":4220,"name":"Crystal bow 4/10","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal bow (historical) (4/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_bow_(historical)#4/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":76,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":58,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"agility":50,"ranged":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"4221":{"id":4221,"name":"Crystal bow 3/10","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal bow (historical) (3/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_bow_(historical)#3/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":72,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":56,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"agility":50,"ranged":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"4222":{"id":4222,"name":"Crystal bow 2/10","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal bow (historical) (2/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_bow_(historical)#2/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":68,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":54,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"agility":50,"ranged":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"4223":{"id":4223,"name":"Crystal bow 1/10","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal bow (historical) (1/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_bow_(historical)#1/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":64,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":52,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"agility":50,"ranged":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"4224":{"id":4224,"name":"New crystal shield","tradeable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal shield (historical) (New)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_shield_(historical)#New","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":-10,"defence_stab":51,"defence_slash":54,"defence_crush":53,"defence_magic":0,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"agility":50,"defence":70}},"price":0},"4225":{"id":4225,"name":"Crystal shield full","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal shield (historical) (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_shield_(historical)#Full","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":-10,"defence_stab":51,"defence_slash":54,"defence_crush":53,"defence_magic":0,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"agility":50,"defence":70}},"price":0},"4226":{"id":4226,"name":"Crystal shield 9/10","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal shield (historical) (9/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_shield_(historical)#9/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":-10,"defence_stab":49,"defence_slash":52,"defence_crush":51,"defence_magic":0,"defence_ranged":78,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"agility":50,"defence":70}},"price":0},"4227":{"id":4227,"name":"Crystal shield 8/10","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal shield (historical) (8/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_shield_(historical)#8/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":-10,"defence_stab":47,"defence_slash":50,"defence_crush":49,"defence_magic":0,"defence_ranged":76,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"agility":50,"defence":70}},"price":0},"4228":{"id":4228,"name":"Crystal shield 7/10","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal shield (historical) (7/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_shield_(historical)#7/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":-10,"defence_stab":45,"defence_slash":48,"defence_crush":47,"defence_magic":0,"defence_ranged":74,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"agility":50,"defence":70}},"price":0},"4229":{"id":4229,"name":"Crystal shield 6/10","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal shield (historical) (6/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_shield_(historical)#6/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":-10,"defence_stab":43,"defence_slash":46,"defence_crush":45,"defence_magic":0,"defence_ranged":72,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"agility":50,"defence":70}},"price":0},"4230":{"id":4230,"name":"Crystal shield 5/10","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal shield (historical) (5/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_shield_(historical)#5/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":-10,"defence_stab":41,"defence_slash":44,"defence_crush":43,"defence_magic":0,"defence_ranged":70,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"agility":50,"defence":70}},"price":0},"4231":{"id":4231,"name":"Crystal shield 4/10","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal shield (historical) (4/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_shield_(historical)#4/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":-10,"defence_stab":39,"defence_slash":42,"defence_crush":41,"defence_magic":0,"defence_ranged":68,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"agility":50,"defence":70}},"price":0},"4232":{"id":4232,"name":"Crystal shield 3/10","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal shield (historical) (3/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_shield_(historical)#3/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":-10,"defence_stab":37,"defence_slash":40,"defence_crush":39,"defence_magic":0,"defence_ranged":66,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"agility":50,"defence":70}},"price":0},"4233":{"id":4233,"name":"Crystal shield 2/10","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal shield (historical) (2/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_shield_(historical)#2/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":-10,"defence_stab":35,"defence_slash":38,"defence_crush":37,"defence_magic":0,"defence_ranged":64,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"agility":50,"defence":70}},"price":0},"4234":{"id":4234,"name":"Crystal shield 1/10","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal shield (historical) (1/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_shield_(historical)#1/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":-10,"defence_stab":33,"defence_slash":36,"defence_crush":35,"defence_magic":0,"defence_ranged":62,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"agility":50,"defence":70}},"price":0},"4235":{"id":4235,"name":"New crystal shield","cost":1,"lowalch":0,"highalch":0,"wiki_name":"New crystal shield (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/New_crystal_shield_(unobtainable_item)","price":0},"4236":{"id":4236,"name":"Signed oak bow","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":160,"lowalch":64,"highalch":96,"wiki_name":"Signed oak bow","wiki_url":"https://oldschool.runescape.wiki/w/Signed_oak_bow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":14,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":5}},"weapon":{"attack_speed":6,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"4237":{"id":4237,"name":"Nettle-water","members":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Nettle-water","wiki_url":"https://oldschool.runescape.wiki/w/Nettle-water","price":0},"4238":{"id":4238,"name":"Puddle of slime","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Puddle of slime","wiki_url":"https://oldschool.runescape.wiki/w/Puddle_of_slime","price":0},"4239":{"id":4239,"name":"Nettle tea","members":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Nettle tea","wiki_url":"https://oldschool.runescape.wiki/w/Nettle_tea","price":0},"4240":{"id":4240,"name":"Nettle tea","members":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Nettle tea (milky)","wiki_url":"https://oldschool.runescape.wiki/w/Nettle_tea_(milky)","price":0},"4241":{"id":4241,"name":"Nettles","members":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Nettles","wiki_url":"https://oldschool.runescape.wiki/w/Nettles","price":0},"4242":{"id":4242,"name":"Cup of tea","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Cup of tea (nettle)","wiki_url":"https://oldschool.runescape.wiki/w/Cup_of_tea_(nettle)","price":0},"4243":{"id":4243,"name":"Cup of tea","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Cup of tea (milky nettle)","wiki_url":"https://oldschool.runescape.wiki/w/Cup_of_tea_(milky_nettle)","price":0},"4244":{"id":4244,"name":"Porcelain cup","members":true,"cost":2,"wiki_name":"Porcelain cup","wiki_url":"https://oldschool.runescape.wiki/w/Porcelain_cup","price":0},"4245":{"id":4245,"name":"Cup of tea","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Cup of tea (Ghosts Ahoy) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Cup_of_tea_(Ghosts_Ahoy)#Normal","price":0},"4246":{"id":4246,"name":"Cup of tea","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Cup of tea (Ghosts Ahoy) (Milky)","wiki_url":"https://oldschool.runescape.wiki/w/Cup_of_tea_(Ghosts_Ahoy)#Milky","price":0},"4247":{"id":4247,"name":"Mystical robes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mystical robes","wiki_url":"https://oldschool.runescape.wiki/w/Mystical_robes","price":0},"4248":{"id":4248,"name":"Book of haricanto","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Book of haricanto","wiki_url":"https://oldschool.runescape.wiki/w/Book_of_haricanto","price":0},"4249":{"id":4249,"name":"Translation manual","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Translation manual","wiki_url":"https://oldschool.runescape.wiki/w/Translation_manual","price":0},"4250":{"id":4250,"name":"Ghostspeak amulet","members":true,"equipable":true,"equipable_by_player":true,"cost":35,"lowalch":14,"highalch":21,"wiki_name":"Ghostspeak amulet (Enchanted)","wiki_url":"https://oldschool.runescape.wiki/w/Ghostspeak_amulet#Enchanted","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"4251":{"id":4251,"name":"Ectophial","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ectophial (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Ectophial#Full","price":0},"4252":{"id":4252,"name":"Ectophial","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ectophial (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Ectophial#Empty","price":0},"4253":{"id":4253,"name":"Model ship","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Model ship (Without flag)","wiki_url":"https://oldschool.runescape.wiki/w/Model_ship#Without_flag","price":0},"4254":{"id":4254,"name":"Model ship","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Model ship (With flag)","wiki_url":"https://oldschool.runescape.wiki/w/Model_ship#With_flag","price":0},"4255":{"id":4255,"name":"Bonemeal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bonemeal","wiki_url":"https://oldschool.runescape.wiki/w/Bonemeal","price":0},"4256":{"id":4256,"name":"Bat bonemeal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bat bonemeal","wiki_url":"https://oldschool.runescape.wiki/w/Bat_bonemeal","price":0},"4257":{"id":4257,"name":"Big bonemeal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Big bonemeal","wiki_url":"https://oldschool.runescape.wiki/w/Big_bonemeal","price":0},"4258":{"id":4258,"name":"Burnt bonemeal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt bonemeal","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_bonemeal","price":0},"4259":{"id":4259,"name":"Burnt jogre bonemeal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt jogre bonemeal","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_jogre_bonemeal","price":0},"4260":{"id":4260,"name":"Baby dragon bonemeal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Baby dragon bonemeal","wiki_url":"https://oldschool.runescape.wiki/w/Baby_dragon_bonemeal","price":0},"4261":{"id":4261,"name":"Dragon bonemeal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dragon bonemeal","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_bonemeal","price":0},"4262":{"id":4262,"name":"Wolf bonemeal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wolf bonemeal","wiki_url":"https://oldschool.runescape.wiki/w/Wolf_bonemeal","price":0},"4263":{"id":4263,"name":"Small ninja bonemeal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Small ninja bonemeal","wiki_url":"https://oldschool.runescape.wiki/w/Small_ninja_bonemeal","price":0},"4264":{"id":4264,"name":"Medium ninja bonemeal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Medium ninja bonemeal","wiki_url":"https://oldschool.runescape.wiki/w/Medium_ninja_bonemeal","price":0},"4265":{"id":4265,"name":"Gorilla bonemeal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gorilla bonemeal","wiki_url":"https://oldschool.runescape.wiki/w/Gorilla_bonemeal","price":0},"4266":{"id":4266,"name":"Bearded gorilla bonemeal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bearded gorilla bonemeal","wiki_url":"https://oldschool.runescape.wiki/w/Bearded_gorilla_bonemeal","price":0},"4267":{"id":4267,"name":"Monkey bonemeal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Monkey bonemeal","wiki_url":"https://oldschool.runescape.wiki/w/Monkey_bonemeal","price":0},"4268":{"id":4268,"name":"Small zombie monkey bonemeal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Small zombie monkey bonemeal","wiki_url":"https://oldschool.runescape.wiki/w/Small_zombie_monkey_bonemeal","price":0},"4269":{"id":4269,"name":"Large zombie monkey bonemeal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Large zombie monkey bonemeal","wiki_url":"https://oldschool.runescape.wiki/w/Large_zombie_monkey_bonemeal","price":0},"4270":{"id":4270,"name":"Skeleton bonemeal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Skeleton bonemeal","wiki_url":"https://oldschool.runescape.wiki/w/Skeleton_bonemeal","price":0},"4271":{"id":4271,"name":"Jogre bonemeal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Jogre bonemeal","wiki_url":"https://oldschool.runescape.wiki/w/Jogre_bonemeal","price":0},"4272":{"id":4272,"name":"Bone key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bone key (Ghosts Ahoy)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_key_(Ghosts_Ahoy)","price":0},"4273":{"id":4273,"name":"Chest key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chest key (Ghosts Ahoy)","wiki_url":"https://oldschool.runescape.wiki/w/Chest_key_(Ghosts_Ahoy)","price":0},"4274":{"id":4274,"name":"Map scrap","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Map scrap (1)","wiki_url":"https://oldschool.runescape.wiki/w/Map_scrap#1","price":0},"4275":{"id":4275,"name":"Map scrap","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Map scrap (3)","wiki_url":"https://oldschool.runescape.wiki/w/Map_scrap#3","price":0},"4276":{"id":4276,"name":"Map scrap","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Map scrap (2)","wiki_url":"https://oldschool.runescape.wiki/w/Map_scrap#2","price":0},"4277":{"id":4277,"name":"Treasure map","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Treasure map","wiki_url":"https://oldschool.runescape.wiki/w/Treasure_map","price":0},"4278":{"id":4278,"name":"Ecto-token","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ecto-token","wiki_url":"https://oldschool.runescape.wiki/w/Ecto-token","price":0},"4283":{"id":4283,"name":"Petition form","members":true,"cost":1,"wiki_name":"Petition form","wiki_url":"https://oldschool.runescape.wiki/w/Petition_form","price":0},"4284":{"id":4284,"name":"Bedsheet","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bedsheet (Regular)","wiki_url":"https://oldschool.runescape.wiki/w/Bedsheet#Regular","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"4285":{"id":4285,"name":"Bedsheet","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bedsheet (Ectoplasm)","wiki_url":"https://oldschool.runescape.wiki/w/Bedsheet#Ectoplasm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"4286":{"id":4286,"name":"Bucket of slime","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bucket of slime","wiki_url":"https://oldschool.runescape.wiki/w/Bucket_of_slime","price":0},"4287":{"id":4287,"name":"Raw beef","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Raw beef (undead)","wiki_url":"https://oldschool.runescape.wiki/w/Raw_beef_(undead)","price":0},"4289":{"id":4289,"name":"Raw chicken","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Raw chicken (undead)","wiki_url":"https://oldschool.runescape.wiki/w/Raw_chicken_(undead)","price":0},"4291":{"id":4291,"name":"Cooked chicken","members":true,"tradeable":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Cooked chicken (undead)","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_chicken_(undead)","price":0},"4293":{"id":4293,"name":"Cooked meat","members":true,"tradeable":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Cooked meat (undead)","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_meat_(undead)","price":0},"4295":{"id":4295,"name":"Female h.a.m.","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"4297":{"id":4297,"name":"Male h.a.m.","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"4298":{"id":4298,"name":"Ham shirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":75,"lowalch":30,"highalch":45,"buy_limit":15,"wiki_name":"Ham shirt","wiki_url":"https://oldschool.runescape.wiki/w/Ham_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":1399},"4300":{"id":4300,"name":"Ham robe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":75,"lowalch":30,"highalch":45,"buy_limit":15,"wiki_name":"Ham robe","wiki_url":"https://oldschool.runescape.wiki/w/Ham_robe","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":5390},"4302":{"id":4302,"name":"Ham hood","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":75,"lowalch":30,"highalch":45,"buy_limit":15,"wiki_name":"Ham hood","wiki_url":"https://oldschool.runescape.wiki/w/Ham_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":2,"defence_magic":0,"defence_ranged":1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":1050},"4304":{"id":4304,"name":"Ham cloak","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":75,"lowalch":30,"highalch":45,"buy_limit":15,"wiki_name":"Ham cloak","wiki_url":"https://oldschool.runescape.wiki/w/Ham_cloak","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":2525},"4306":{"id":4306,"name":"Ham logo","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":75,"lowalch":30,"highalch":45,"buy_limit":15,"wiki_name":"Ham logo","wiki_url":"https://oldschool.runescape.wiki/w/Ham_logo","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":3000},"4308":{"id":4308,"name":"Ham gloves","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":75,"lowalch":30,"highalch":45,"buy_limit":15,"wiki_name":"Ham gloves","wiki_url":"https://oldschool.runescape.wiki/w/Ham_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":3281},"4310":{"id":4310,"name":"Ham boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":75,"lowalch":30,"highalch":45,"buy_limit":15,"wiki_name":"Ham boots","wiki_url":"https://oldschool.runescape.wiki/w/Ham_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":9007},"4313":{"id":4313,"name":"Crystal singing for beginners","members":true,"tradeable":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Crystal singing for beginners","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_singing_for_beginners","price":0},"4315":{"id":4315,"name":"Team-1 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-1 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-1_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":858},"4317":{"id":4317,"name":"Team-2 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-2 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-2_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":612},"4319":{"id":4319,"name":"Team-3 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-3 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-3_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":209},"4321":{"id":4321,"name":"Team-4 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-4 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-4_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":449},"4323":{"id":4323,"name":"Team-5 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-5 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-5_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":584},"4325":{"id":4325,"name":"Team-6 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-6 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-6_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":143},"4327":{"id":4327,"name":"Team-7 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-7 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-7_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":667},"4329":{"id":4329,"name":"Team-8 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-8 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-8_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":262},"4331":{"id":4331,"name":"Team-9 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-9 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-9_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":55},"4333":{"id":4333,"name":"Team-10 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-10 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-10_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":166},"4335":{"id":4335,"name":"Team-11 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-11 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-11_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":362},"4337":{"id":4337,"name":"Team-12 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-12 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-12_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":500},"4339":{"id":4339,"name":"Team-13 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-13 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-13_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":303},"4341":{"id":4341,"name":"Team-14 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-14 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-14_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":5933},"4343":{"id":4343,"name":"Team-15 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-15 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-15_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":1825},"4345":{"id":4345,"name":"Team-16 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-16 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-16_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":172},"4347":{"id":4347,"name":"Team-17 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-17 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-17_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":396},"4349":{"id":4349,"name":"Team-18 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-18 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-18_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":584},"4351":{"id":4351,"name":"Team-19 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-19 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-19_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":272},"4353":{"id":4353,"name":"Team-20 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-20 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-20_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":739},"4355":{"id":4355,"name":"Team-21 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-21 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-21_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":361},"4357":{"id":4357,"name":"Team-22 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-22 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-22_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":233},"4359":{"id":4359,"name":"Team-23 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-23 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-23_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":631},"4361":{"id":4361,"name":"Team-24 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-24 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-24_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":1761},"4363":{"id":4363,"name":"Team-25 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-25 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-25_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":20000},"4365":{"id":4365,"name":"Team-26 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-26 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-26_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":18},"4367":{"id":4367,"name":"Team-27 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-27 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-27_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":1142},"4369":{"id":4369,"name":"Team-28 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-28 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-28_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":2170},"4371":{"id":4371,"name":"Team-29 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-29 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-29_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":200},"4373":{"id":4373,"name":"Team-30 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-30 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-30_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":202},"4375":{"id":4375,"name":"Team-31 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-31 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-31_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":1},"4377":{"id":4377,"name":"Team-32 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-32 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-32_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":418},"4379":{"id":4379,"name":"Team-33 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-33 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-33_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":706},"4381":{"id":4381,"name":"Team-34 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-34 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-34_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":568},"4383":{"id":4383,"name":"Team-35 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-35 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-35_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":512},"4385":{"id":4385,"name":"Team-36 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-36 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-36_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":30},"4387":{"id":4387,"name":"Team-37 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-37 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-37_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":3},"4389":{"id":4389,"name":"Team-38 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-38 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-38_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":202},"4391":{"id":4391,"name":"Team-39 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-39 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-39_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":800},"4393":{"id":4393,"name":"Team-40 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-40 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-40_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":1640},"4395":{"id":4395,"name":"Team-41 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-41 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-41_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":251},"4397":{"id":4397,"name":"Team-42 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-42 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-42_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":116},"4399":{"id":4399,"name":"Team-43 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-43 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-43_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":256},"4401":{"id":4401,"name":"Team-44 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-44 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-44_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":5423},"4403":{"id":4403,"name":"Team-45 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-45 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-45_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":668},"4405":{"id":4405,"name":"Team-46 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-46 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-46_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":99},"4407":{"id":4407,"name":"Team-47 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-47 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-47_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":2608},"4409":{"id":4409,"name":"Team-48 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-48 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-48_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":983},"4411":{"id":4411,"name":"Team-49 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-49 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-49_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":89},"4413":{"id":4413,"name":"Team-50 cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":150,"wiki_name":"Team-50 cape","wiki_url":"https://oldschool.runescape.wiki/w/Team-50_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":256},"4415":{"id":4415,"name":"Blunt axe","members":true,"cost":56,"lowalch":22,"highalch":33,"wiki_name":"Blunt axe","wiki_url":"https://oldschool.runescape.wiki/w/Blunt_axe","price":0},"4416":{"id":4416,"name":"Herbal tincture","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Herbal tincture","wiki_url":"https://oldschool.runescape.wiki/w/Herbal_tincture","price":0},"4417":{"id":4417,"name":"Guthix rest(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":2000,"wiki_name":"Guthix rest (4)","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_rest#(4)","price":3327},"4419":{"id":4419,"name":"Guthix rest(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":2000,"wiki_name":"Guthix rest (3)","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_rest#(3)","price":1698},"4421":{"id":4421,"name":"Guthix rest(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":2000,"wiki_name":"Guthix rest (2)","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_rest#(2)","price":1000},"4423":{"id":4423,"name":"Guthix rest(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":2000,"wiki_name":"Guthix rest (1)","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_rest#(1)","price":559},"4425":{"id":4425,"name":"Stodgy mattress","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Stodgy mattress","wiki_url":"https://oldschool.runescape.wiki/w/Stodgy_mattress","price":0},"4426":{"id":4426,"name":"Comfy mattress","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Comfy mattress","wiki_url":"https://oldschool.runescape.wiki/w/Comfy_mattress","price":0},"4427":{"id":4427,"name":"Iron oxide","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Iron oxide","wiki_url":"https://oldschool.runescape.wiki/w/Iron_oxide","price":0},"4428":{"id":4428,"name":"Animate rock scroll","members":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Animate rock scroll","wiki_url":"https://oldschool.runescape.wiki/w/Animate_rock_scroll","price":0},"4429":{"id":4429,"name":"Broken vane part","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Broken vane part (Directionals)","wiki_url":"https://oldschool.runescape.wiki/w/Broken_vane_part#Directionals","price":0},"4430":{"id":4430,"name":"Directionals","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Directionals","wiki_url":"https://oldschool.runescape.wiki/w/Directionals","price":0},"4431":{"id":4431,"name":"Broken vane part","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Broken vane part (Ornament)","wiki_url":"https://oldschool.runescape.wiki/w/Broken_vane_part#Ornament","price":0},"4432":{"id":4432,"name":"Ornament","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ornament","wiki_url":"https://oldschool.runescape.wiki/w/Ornament","price":0},"4433":{"id":4433,"name":"Broken vane part","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Broken vane part (Weaethervane pillar)","wiki_url":"https://oldschool.runescape.wiki/w/Broken_vane_part#Weaethervane_pillar","price":0},"4434":{"id":4434,"name":"Weathervane pillar","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Weathervane pillar","wiki_url":"https://oldschool.runescape.wiki/w/Weathervane_pillar","price":0},"4435":{"id":4435,"name":"Weather report","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Weather report","wiki_url":"https://oldschool.runescape.wiki/w/Weather_report","price":0},"4436":{"id":4436,"name":"Airtight pot","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":15,"wiki_name":"Airtight pot","wiki_url":"https://oldschool.runescape.wiki/w/Airtight_pot","price":2727},"4438":{"id":4438,"name":"Unfired pot lid","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":100,"wiki_name":"Unfired pot lid","wiki_url":"https://oldschool.runescape.wiki/w/Unfired_pot_lid","price":131},"4440":{"id":4440,"name":"Pot lid","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":15,"wiki_name":"Pot lid","wiki_url":"https://oldschool.runescape.wiki/w/Pot_lid","price":447},"4442":{"id":4442,"name":"Breathing salts","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Breathing salts","wiki_url":"https://oldschool.runescape.wiki/w/Breathing_salts","price":0},"4443":{"id":4443,"name":"Chicken cage","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chicken cage","wiki_url":"https://oldschool.runescape.wiki/w/Chicken_cage","price":0},"4444":{"id":4444,"name":"Sharpened axe","members":true,"cost":56,"lowalch":22,"highalch":33,"wiki_name":"Sharpened axe","wiki_url":"https://oldschool.runescape.wiki/w/Sharpened_axe","price":0},"4445":{"id":4445,"name":"Red mahogany log","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red mahogany log","wiki_url":"https://oldschool.runescape.wiki/w/Red_mahogany_log","price":0},"4446":{"id":4446,"name":"Steel key ring","members":true,"cost":1,"wiki_name":"Steel key ring","wiki_url":"https://oldschool.runescape.wiki/w/Steel_key_ring","price":0},"4447":{"id":4447,"name":"Antique lamp","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Antique lamp (One Small Favour)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(One_Small_Favour)","price":0},"4456":{"id":4456,"name":"Bowl of hot water","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":13000,"wiki_name":"Bowl of hot water","wiki_url":"https://oldschool.runescape.wiki/w/Bowl_of_hot_water","price":218},"4458":{"id":4458,"name":"Cup of water","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":13000,"wiki_name":"Cup of water","wiki_url":"https://oldschool.runescape.wiki/w/Cup_of_water","price":12},"4460":{"id":4460,"name":"Cup of hot water","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":13000,"wiki_name":"Cup of hot water","wiki_url":"https://oldschool.runescape.wiki/w/Cup_of_hot_water","price":463},"4462":{"id":4462,"name":"Ruined herb tea","members":true,"tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Ruined herb tea","wiki_url":"https://oldschool.runescape.wiki/w/Ruined_herb_tea","price":0},"4464":{"id":4464,"name":"Herb tea mix","members":true,"tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Herb tea mix (Harralander)","wiki_url":"https://oldschool.runescape.wiki/w/Herb_tea_mix#Harralander","price":0},"4466":{"id":4466,"name":"Herb tea mix","members":true,"tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Herb tea mix (Guam)","wiki_url":"https://oldschool.runescape.wiki/w/Herb_tea_mix#Guam","price":0},"4468":{"id":4468,"name":"Herb tea mix","members":true,"tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Herb tea mix (Marrentill)","wiki_url":"https://oldschool.runescape.wiki/w/Herb_tea_mix#Marrentill","price":0},"4470":{"id":4470,"name":"Herb tea mix","members":true,"tradeable":true,"noteable":true,"cost":15,"lowalch":6,"highalch":9,"wiki_name":"Herb tea mix (Harralander and marrentill)","wiki_url":"https://oldschool.runescape.wiki/w/Herb_tea_mix#Harralander_and_marrentill","price":0},"4472":{"id":4472,"name":"Herb tea mix","members":true,"tradeable":true,"noteable":true,"cost":15,"lowalch":6,"highalch":9,"wiki_name":"Herb tea mix (Harralander and guam)","wiki_url":"https://oldschool.runescape.wiki/w/Herb_tea_mix#Harralander_and_guam","price":0},"4474":{"id":4474,"name":"Herb tea mix","members":true,"tradeable":true,"noteable":true,"cost":15,"lowalch":6,"highalch":9,"wiki_name":"Herb tea mix (Two guams)","wiki_url":"https://oldschool.runescape.wiki/w/Herb_tea_mix#Two_guams","price":0},"4476":{"id":4476,"name":"Herb tea mix","members":true,"tradeable":true,"noteable":true,"cost":15,"lowalch":6,"highalch":9,"wiki_name":"Herb tea mix (Guam and marrentill)","wiki_url":"https://oldschool.runescape.wiki/w/Herb_tea_mix#Guam_and_marrentill","price":0},"4478":{"id":4478,"name":"Herb tea mix","members":true,"tradeable":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Herb tea mix (Harralander, marrentill and guam)","wiki_url":"https://oldschool.runescape.wiki/w/Herb_tea_mix#Harralander,_marrentill_and_guam","price":0},"4480":{"id":4480,"name":"Herb tea mix","members":true,"tradeable":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Herb tea mix (Two guams and marrentill)","wiki_url":"https://oldschool.runescape.wiki/w/Herb_tea_mix#Two_guams_and_marrentill","price":0},"4482":{"id":4482,"name":"Herb tea mix","members":true,"tradeable":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Herb tea mix (Two guams and harralander)","wiki_url":"https://oldschool.runescape.wiki/w/Herb_tea_mix#Two_guams_and_harralander","price":0},"4484":{"id":4484,"name":"Safety guarantee","members":true,"cost":1,"wiki_name":"Safety guarantee","wiki_url":"https://oldschool.runescape.wiki/w/Safety_guarantee","price":0},"4485":{"id":4485,"name":"White pearl","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"White pearl","wiki_url":"https://oldschool.runescape.wiki/w/White_pearl","price":0},"4486":{"id":4486,"name":"White pearl seed","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"White pearl seed","wiki_url":"https://oldschool.runescape.wiki/w/White_pearl_seed","price":0},"4487":{"id":4487,"name":"Half a rock","members":true,"cost":1,"wiki_name":"Half a rock","wiki_url":"https://oldschool.runescape.wiki/w/Half_a_rock","price":0},"4488":{"id":4488,"name":"Corpse of woman","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Corpse of woman","wiki_url":"https://oldschool.runescape.wiki/w/Corpse_of_woman","price":0},"4489":{"id":4489,"name":"Asleif's necklace","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Asleif's necklace","wiki_url":"https://oldschool.runescape.wiki/w/Asleif's_necklace","price":0},"4490":{"id":4490,"name":"Mud","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mud","wiki_url":"https://oldschool.runescape.wiki/w/Mud","price":0},"4492":{"id":4492,"name":"Muddy rock","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Muddy rock","wiki_url":"https://oldschool.runescape.wiki/w/Muddy_rock","price":0},"4494":{"id":4494,"name":"Pole","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pole","wiki_url":"https://oldschool.runescape.wiki/w/Pole","price":0},"4496":{"id":4496,"name":"Broken pole","members":true,"tradeable":true,"noteable":true,"cost":1,"wiki_name":"Broken pole","wiki_url":"https://oldschool.runescape.wiki/w/Broken_pole","price":0},"4498":{"id":4498,"name":"Rope","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rope (animation item)","wiki_url":"https://oldschool.runescape.wiki/w/Rope_(animation_item)","price":0},"4500":{"id":4500,"name":"Pole","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pole (animation item) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Pole_(animation_item)#Normal","price":0},"4502":{"id":4502,"name":"Bearhead","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bearhead","wiki_url":"https://oldschool.runescape.wiki/w/Bearhead","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-3,"defence_stab":12,"defence_slash":14,"defence_crush":10,"defence_magic":7,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"4503":{"id":4503,"name":"Decorative sword","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1300,"lowalch":520,"highalch":780,"wiki_name":"Decorative sword (white)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_sword_(white)","equipment":{"attack_stab":15,"attack_slash":20,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":22,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":5}},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"4504":{"id":4504,"name":"Decorative armour","equipable":true,"equipable_by_player":true,"cost":5200,"lowalch":2080,"highalch":3120,"wiki_name":"Decorative armour (white platebody)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(white_platebody)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":46,"defence_slash":44,"defence_crush":38,"defence_magic":-6,"defence_ranged":44,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":5}},"price":0},"4505":{"id":4505,"name":"Decorative armour","equipable":true,"equipable_by_player":true,"cost":2600,"lowalch":1040,"highalch":1560,"wiki_name":"Decorative armour (white platelegs)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(white_platelegs)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":24,"defence_slash":22,"defence_crush":20,"defence_magic":-4,"defence_ranged":22,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":5}},"price":0},"4506":{"id":4506,"name":"Decorative helm","equipable":true,"equipable_by_player":true,"cost":780,"lowalch":312,"highalch":468,"wiki_name":"Decorative helm (white)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_helm_(white)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":0,"defence_stab":10,"defence_slash":11,"defence_crush":9,"defence_magic":-1,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":5}},"price":0},"4507":{"id":4507,"name":"Decorative shield","equipable":true,"equipable_by_player":true,"cost":2210,"lowalch":884,"highalch":1326,"wiki_name":"Decorative shield (white)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_shield_(white)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":18,"defence_slash":22,"defence_crush":20,"defence_magic":-1,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":5}},"price":0},"4508":{"id":4508,"name":"Decorative sword","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":3200,"lowalch":1280,"highalch":1920,"wiki_name":"Decorative sword (gold) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_sword_(gold)#Normal","equipment":{"attack_stab":20,"attack_slash":29,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":31,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":5}},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"4509":{"id":4509,"name":"Decorative armour","equipable":true,"equipable_by_player":true,"cost":12800,"lowalch":5120,"highalch":7680,"wiki_name":"Decorative armour (gold platebody) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(gold_platebody)#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":65,"defence_slash":63,"defence_crush":55,"defence_magic":-6,"defence_ranged":63,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":30}},"price":0},"4510":{"id":4510,"name":"Decorative armour","equipable":true,"equipable_by_player":true,"cost":6400,"lowalch":2560,"highalch":3840,"wiki_name":"Decorative armour (gold platelegs) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(gold_platelegs)#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":33,"defence_slash":31,"defence_crush":29,"defence_magic":-4,"defence_ranged":31,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":30}},"price":0},"4511":{"id":4511,"name":"Decorative helm","equipable":true,"equipable_by_player":true,"cost":1920,"lowalch":768,"highalch":1152,"wiki_name":"Decorative helm (gold) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_helm_(gold)#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":0,"defence_stab":14,"defence_slash":15,"defence_crush":13,"defence_magic":-1,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":30}},"price":0},"4512":{"id":4512,"name":"Decorative shield","equipable":true,"equipable_by_player":true,"cost":5440,"lowalch":2176,"highalch":3264,"wiki_name":"Decorative shield (gold) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_shield_(gold)#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":27,"defence_slash":31,"defence_crush":29,"defence_magic":-1,"defence_ranged":29,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":30}},"price":0},"4513":{"id":4513,"name":"Castlewars hood","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Castlewars hood (Saradomin)","wiki_url":"https://oldschool.runescape.wiki/w/Castlewars_hood_(Saradomin)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":2,"defence_magic":0,"defence_ranged":1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"4514":{"id":4514,"name":"Castlewars cloak","equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Castlewars cloak (Saradomin)","wiki_url":"https://oldschool.runescape.wiki/w/Castlewars_cloak_(Saradomin)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"4515":{"id":4515,"name":"Castlewars hood","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Castlewars hood (Zamorak)","wiki_url":"https://oldschool.runescape.wiki/w/Castlewars_hood_(Zamorak)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":2,"defence_magic":0,"defence_ranged":1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"4516":{"id":4516,"name":"Castlewars cloak","equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Castlewars cloak (Zamorak)","wiki_url":"https://oldschool.runescape.wiki/w/Castlewars_cloak_(Zamorak)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"4517":{"id":4517,"name":"Giant frog legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":6000,"wiki_name":"Giant frog legs","wiki_url":"https://oldschool.runescape.wiki/w/Giant_frog_legs","price":3702},"4519":{"id":4519,"name":"Swamp wallbeast","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"4520":{"id":4520,"name":"Swamp cave slime","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"4521":{"id":4521,"name":"Swamp cave bug","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"4522":{"id":4522,"name":"Oil lamp","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":28,"lowalch":11,"highalch":16,"buy_limit":40,"wiki_name":"Oil lamp (Unlit)","wiki_url":"https://oldschool.runescape.wiki/w/Oil_lamp#Unlit","price":1273},"4524":{"id":4524,"name":"Oil lamp","members":true,"cost":28,"lowalch":11,"highalch":16,"wiki_name":"Oil lamp (Lit)","wiki_url":"https://oldschool.runescape.wiki/w/Oil_lamp#Lit","price":0},"4525":{"id":4525,"name":"Empty oil lamp","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":25,"lowalch":10,"highalch":15,"buy_limit":10000,"wiki_name":"Empty oil lamp","wiki_url":"https://oldschool.runescape.wiki/w/Empty_oil_lamp","price":25},"4527":{"id":4527,"name":"Empty candle lantern","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":10000,"wiki_name":"Empty candle lantern","wiki_url":"https://oldschool.runescape.wiki/w/Empty_candle_lantern","price":5},"4529":{"id":4529,"name":"Candle lantern","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":15,"lowalch":6,"highalch":9,"wiki_name":"Candle lantern (Unlit (white candle))","wiki_url":"https://oldschool.runescape.wiki/w/Candle_lantern#Unlit_(white_candle)","price":281},"4531":{"id":4531,"name":"Candle lantern","members":true,"cost":15,"lowalch":6,"highalch":9,"wiki_name":"Candle lantern (Lit (white candle))","wiki_url":"https://oldschool.runescape.wiki/w/Candle_lantern#Lit_(white_candle)","price":0},"4532":{"id":4532,"name":"Candle lantern","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":15,"lowalch":6,"highalch":9,"wiki_name":"Candle lantern (Unlit (black candle))","wiki_url":"https://oldschool.runescape.wiki/w/Candle_lantern#Unlit_(black_candle)","price":23443},"4534":{"id":4534,"name":"Candle lantern","members":true,"cost":15,"lowalch":6,"highalch":9,"wiki_name":"Candle lantern (Lit (black candle))","wiki_url":"https://oldschool.runescape.wiki/w/Candle_lantern#Lit_(black_candle)","price":0},"4535":{"id":4535,"name":"Empty oil lantern","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":120,"lowalch":48,"highalch":72,"buy_limit":10000,"wiki_name":"Empty oil lantern","wiki_url":"https://oldschool.runescape.wiki/w/Empty_oil_lantern","price":114},"4537":{"id":4537,"name":"Oil lantern","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":125,"lowalch":50,"highalch":75,"buy_limit":40,"wiki_name":"Oil lantern (Unlit)","wiki_url":"https://oldschool.runescape.wiki/w/Oil_lantern#Unlit","price":740},"4539":{"id":4539,"name":"Oil lantern","members":true,"cost":125,"lowalch":50,"highalch":75,"wiki_name":"Oil lantern (Lit)","wiki_url":"https://oldschool.runescape.wiki/w/Oil_lantern#Lit","price":0},"4540":{"id":4540,"name":"Oil lantern frame","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":10000,"wiki_name":"Oil lantern frame","wiki_url":"https://oldschool.runescape.wiki/w/Oil_lantern_frame","price":1},"4542":{"id":4542,"name":"Lantern lens","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":70,"lowalch":28,"highalch":42,"buy_limit":10000,"wiki_name":"Lantern lens","wiki_url":"https://oldschool.runescape.wiki/w/Lantern_lens","price":17},"4544":{"id":4544,"name":"Bullseye lantern (unf)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":10000,"wiki_name":"Bullseye lantern (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Bullseye_lantern_(unf)","price":185},"4546":{"id":4546,"name":"Bullseye lantern (empty)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":10000,"wiki_name":"Bullseye lantern (empty)","wiki_url":"https://oldschool.runescape.wiki/w/Bullseye_lantern_(empty)","price":605},"4548":{"id":4548,"name":"Bullseye lantern","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":420,"lowalch":168,"highalch":252,"buy_limit":10000,"wiki_name":"Bullseye lantern (Unlit)","wiki_url":"https://oldschool.runescape.wiki/w/Bullseye_lantern#Unlit","price":1225},"4550":{"id":4550,"name":"Bullseye lantern","members":true,"cost":420,"lowalch":168,"highalch":252,"wiki_name":"Bullseye lantern (Lit)","wiki_url":"https://oldschool.runescape.wiki/w/Bullseye_lantern#Lit","price":0},"4551":{"id":4551,"name":"Spiny helmet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":650,"lowalch":260,"highalch":390,"buy_limit":125,"wiki_name":"Spiny helmet","wiki_url":"https://oldschool.runescape.wiki/w/Spiny_helmet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":9,"defence_slash":10,"defence_crush":7,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":5}},"price":1279},"4558":{"id":4558,"name":"Blue sweets","cost":0,"wiki_name":"Blue sweets","wiki_url":"https://oldschool.runescape.wiki/w/Blue_sweets","price":0},"4559":{"id":4559,"name":"Deep blue sweets","cost":0,"wiki_name":"Deep blue sweets","wiki_url":"https://oldschool.runescape.wiki/w/Deep_blue_sweets","price":0},"4560":{"id":4560,"name":"White sweets","cost":0,"wiki_name":"White sweets","wiki_url":"https://oldschool.runescape.wiki/w/White_sweets","price":0},"4562":{"id":4562,"name":"Red sweets","cost":0,"wiki_name":"Red sweets","wiki_url":"https://oldschool.runescape.wiki/w/Red_sweets","price":0},"4563":{"id":4563,"name":"Green sweets","cost":0,"wiki_name":"Green sweets","wiki_url":"https://oldschool.runescape.wiki/w/Green_sweets","price":0},"4564":{"id":4564,"name":"Pink sweets","cost":0,"wiki_name":"Pink sweets","wiki_url":"https://oldschool.runescape.wiki/w/Pink_sweets","price":0},"4565":{"id":4565,"name":"Easter basket","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Easter basket","wiki_url":"https://oldschool.runescape.wiki/w/Easter_basket","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"4566":{"id":4566,"name":"Rubber chicken","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Rubber chicken","wiki_url":"https://oldschool.runescape.wiki/w/Rubber_chicken","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"4567":{"id":4567,"name":"Gold helmet","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gold helmet","wiki_url":"https://oldschool.runescape.wiki/w/Gold_helmet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":10,"defence_crush":20,"defence_magic":0,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":30}},"price":0},"4568":{"id":4568,"name":"Dwarven lore","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dwarven lore","wiki_url":"https://oldschool.runescape.wiki/w/Dwarven_lore","price":0},"4569":{"id":4569,"name":"Book page 1","members":true,"cost":1,"wiki_name":"Book page 1","wiki_url":"https://oldschool.runescape.wiki/w/Book_page_1","price":0},"4570":{"id":4570,"name":"Book page 2","members":true,"cost":1,"wiki_name":"Book page 2","wiki_url":"https://oldschool.runescape.wiki/w/Book_page_2","price":0},"4571":{"id":4571,"name":"Book page 3","members":true,"cost":1,"wiki_name":"Book page 3","wiki_url":"https://oldschool.runescape.wiki/w/Book_page_3","price":0},"4572":{"id":4572,"name":"Pages","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pages (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Pages_(unobtainable_item)","price":0},"4573":{"id":4573,"name":"Pages","members":true,"cost":1,"wiki_name":"Pages","wiki_url":"https://oldschool.runescape.wiki/w/Pages","price":0},"4574":{"id":4574,"name":"Base schematics","members":true,"cost":1,"wiki_name":"Base schematics","wiki_url":"https://oldschool.runescape.wiki/w/Base_schematics","price":0},"4575":{"id":4575,"name":"Schematic","members":true,"cost":1,"wiki_name":"Schematic (Dondakan)","wiki_url":"https://oldschool.runescape.wiki/w/Schematic_(Dondakan)","price":0},"4576":{"id":4576,"name":"Schematics","members":true,"cost":1,"wiki_name":"Schematics (Dwarf Engineer)","wiki_url":"https://oldschool.runescape.wiki/w/Schematics_(Dwarf_Engineer)","price":0},"4577":{"id":4577,"name":"Schematics","members":true,"cost":1,"wiki_name":"Schematics (Khorvak)","wiki_url":"https://oldschool.runescape.wiki/w/Schematics_(Khorvak)","price":0},"4578":{"id":4578,"name":"Schematic","members":true,"cost":1,"wiki_name":"Schematic (complete)","wiki_url":"https://oldschool.runescape.wiki/w/Schematic_(complete)","price":0},"4579":{"id":4579,"name":"Cannon ball","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cannon ball (Between a Rock...)","wiki_url":"https://oldschool.runescape.wiki/w/Cannon_ball_(Between_a_Rock...)","price":0},"4580":{"id":4580,"name":"Black spear","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":650,"lowalch":260,"highalch":390,"buy_limit":8,"wiki_name":"Black spear (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Black_spear#Unpoisoned","equipment":{"attack_stab":15,"attack_slash":15,"attack_crush":15,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":16,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":10}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1003},"4582":{"id":4582,"name":"Black spear(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":750,"lowalch":300,"highalch":450,"buy_limit":8,"wiki_name":"Black spear (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Black_spear#Poison","equipment":{"attack_stab":15,"attack_slash":15,"attack_crush":15,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":16,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":10}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":4039},"4584":{"id":4584,"name":"Black spear(kp)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":750,"lowalch":300,"highalch":450,"wiki_name":"Black spear (Karambwan poison)","wiki_url":"https://oldschool.runescape.wiki/w/Black_spear#Karambwan_poison","equipment":{"attack_stab":15,"attack_slash":15,"attack_crush":15,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":16,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":10}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"4585":{"id":4585,"name":"Dragon plateskirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":270000,"lowalch":108000,"highalch":162000,"buy_limit":70,"wiki_name":"Dragon plateskirt","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_plateskirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":68,"defence_slash":66,"defence_crush":63,"defence_magic":-4,"defence_ranged":65,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":60}},"price":161063},"4587":{"id":4587,"name":"Dragon scimitar","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100000,"lowalch":40000,"highalch":60000,"buy_limit":70,"wiki_name":"Dragon scimitar","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_scimitar","equipment":{"attack_stab":8,"attack_slash":67,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":66,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":60}},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":59802},"4589":{"id":4589,"name":"Keys","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Keys","wiki_url":"https://oldschool.runescape.wiki/w/Keys","price":0},"4590":{"id":4590,"name":"Jewels","members":true,"cost":1,"wiki_name":"Jewels","wiki_url":"https://oldschool.runescape.wiki/w/Jewels","price":0},"4591":{"id":4591,"name":"Kharidian headpiece","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":15,"wiki_name":"Kharidian headpiece","wiki_url":"https://oldschool.runescape.wiki/w/Kharidian_headpiece","price":214},"4593":{"id":4593,"name":"Fake beard","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":15,"wiki_name":"Fake beard","wiki_url":"https://oldschool.runescape.wiki/w/Fake_beard","price":309},"4595":{"id":4595,"name":"Karidian disguise","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Karidian disguise","wiki_url":"https://oldschool.runescape.wiki/w/Karidian_disguise","price":0},"4597":{"id":4597,"name":"Note","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Note (Fibonacci)","wiki_url":"https://oldschool.runescape.wiki/w/Note_(Fibonacci)","price":0},"4598":{"id":4598,"name":"Note","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Note (numbers)","wiki_url":"https://oldschool.runescape.wiki/w/Note_(numbers)","price":0},"4599":{"id":4599,"name":"Oak blackjack","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Oak blackjack","wiki_url":"https://oldschool.runescape.wiki/w/Oak_blackjack","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"4600":{"id":4600,"name":"Willow blackjack","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":600,"lowalch":240,"highalch":360,"buy_limit":125,"wiki_name":"Willow blackjack","wiki_url":"https://oldschool.runescape.wiki/w/Willow_blackjack","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":8,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":131},"4601":{"id":4601,"name":"Ugthanki dung","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ugthanki dung","wiki_url":"https://oldschool.runescape.wiki/w/Ugthanki_dung","price":0},"4602":{"id":4602,"name":"Ugthanki dung","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ugthanki dung (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Ugthanki_dung_(unobtainable_item)","price":0},"4603":{"id":4603,"name":"Receipt","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Receipt (The Feud)","wiki_url":"https://oldschool.runescape.wiki/w/Receipt_(The_Feud)","price":0},"4604":{"id":4604,"name":"Hag's poison","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Hag's poison","wiki_url":"https://oldschool.runescape.wiki/w/Hag's_poison","price":0},"4605":{"id":4605,"name":"Snake charm","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Snake charm","wiki_url":"https://oldschool.runescape.wiki/w/Snake_charm","price":0},"4606":{"id":4606,"name":"Snake basket","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Snake basket","wiki_url":"https://oldschool.runescape.wiki/w/Snake_basket","price":0},"4607":{"id":4607,"name":"Snake basket full","members":true,"cost":1,"wiki_name":"Snake basket full","wiki_url":"https://oldschool.runescape.wiki/w/Snake_basket_full","price":0},"4608":{"id":4608,"name":"Super kebab","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":15,"wiki_name":"Super kebab","wiki_url":"https://oldschool.runescape.wiki/w/Super_kebab","price":200},"4610":{"id":4610,"name":"Red hot sauce","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red hot sauce","wiki_url":"https://oldschool.runescape.wiki/w/Red_hot_sauce","price":0},"4611":{"id":4611,"name":"Desert disguise","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Desert disguise","wiki_url":"https://oldschool.runescape.wiki/w/Desert_disguise","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"4613":{"id":4613,"name":"Spinning plate","cost":50,"lowalch":20,"highalch":30,"wiki_name":"Spinning plate","wiki_url":"https://oldschool.runescape.wiki/w/Spinning_plate","price":0},"4614":{"id":4614,"name":"Broken plate","tradeable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Broken plate","wiki_url":"https://oldschool.runescape.wiki/w/Broken_plate","price":0},"4615":{"id":4615,"name":"Letter","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Letter (The Golem)","wiki_url":"https://oldschool.runescape.wiki/w/Letter_(The_Golem)","price":0},"4616":{"id":4616,"name":"Varmen's notes","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Varmen's notes","wiki_url":"https://oldschool.runescape.wiki/w/Varmen's_notes","price":0},"4617":{"id":4617,"name":"Display cabinet key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Display cabinet key","wiki_url":"https://oldschool.runescape.wiki/w/Display_cabinet_key","price":0},"4618":{"id":4618,"name":"Statuette","members":true,"cost":2,"wiki_name":"Statuette (The Golem)","wiki_url":"https://oldschool.runescape.wiki/w/Statuette_(The_Golem)","price":0},"4619":{"id":4619,"name":"Strange implement","members":true,"cost":1,"wiki_name":"Strange implement","wiki_url":"https://oldschool.runescape.wiki/w/Strange_implement","price":0},"4620":{"id":4620,"name":"Black mushroom","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Black mushroom","wiki_url":"https://oldschool.runescape.wiki/w/Black_mushroom","price":0},"4621":{"id":4621,"name":"Phoenix feather","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Phoenix feather","wiki_url":"https://oldschool.runescape.wiki/w/Phoenix_feather","price":0},"4622":{"id":4622,"name":"Black dye","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Black dye","wiki_url":"https://oldschool.runescape.wiki/w/Black_dye","price":0},"4623":{"id":4623,"name":"Phoenix quill pen","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Phoenix quill pen","wiki_url":"https://oldschool.runescape.wiki/w/Phoenix_quill_pen","price":0},"4624":{"id":4624,"name":"Golem program","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Golem program","wiki_url":"https://oldschool.runescape.wiki/w/Golem_program","price":0},"4625":{"id":4625,"name":"Bandit","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"4627":{"id":4627,"name":"Bandit's brew","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":2000,"wiki_name":"Bandit's brew","wiki_url":"https://oldschool.runescape.wiki/w/Bandit's_brew","price":1660},"4653":{"id":4653,"name":"Fire","members":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Fire (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Fire_(unobtainable_item)","price":0},"4654":{"id":4654,"name":"Etchings","members":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Etchings","wiki_url":"https://oldschool.runescape.wiki/w/Etchings","price":0},"4655":{"id":4655,"name":"Translation","members":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Translation","wiki_url":"https://oldschool.runescape.wiki/w/Translation","price":0},"4656":{"id":4656,"name":"Warm key","members":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Warm key","wiki_url":"https://oldschool.runescape.wiki/w/Warm_key","price":0},"4657":{"id":4657,"name":"Ring of visibility","members":true,"equipable":true,"equipable_by_player":true,"cost":350,"lowalch":140,"highalch":210,"wiki_name":"Ring of visibility","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_visibility","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"4658":{"id":4658,"name":"Silver pot","members":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Silver pot (Desert Treasure) (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Silver_pot_(Desert_Treasure)#Empty","price":0},"4659":{"id":4659,"name":"Blessed pot","members":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Blessed pot (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_pot#Empty","price":0},"4660":{"id":4660,"name":"Silver pot","members":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Silver pot (Desert Treasure) (Blood)","wiki_url":"https://oldschool.runescape.wiki/w/Silver_pot_(Desert_Treasure)#Blood","price":0},"4661":{"id":4661,"name":"Blessed pot","members":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Blessed pot (Blood)","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_pot#Blood","price":0},"4662":{"id":4662,"name":"Silver pot","members":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Silver pot (Desert Treasure) (Garlic)","wiki_url":"https://oldschool.runescape.wiki/w/Silver_pot_(Desert_Treasure)#Garlic","price":0},"4663":{"id":4663,"name":"Blessed pot","members":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Blessed pot (Garlic)","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_pot#Garlic","price":0},"4664":{"id":4664,"name":"Silver pot","members":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Silver pot (Desert Treasure) (Complete)","wiki_url":"https://oldschool.runescape.wiki/w/Silver_pot_(Desert_Treasure)#Complete","price":0},"4665":{"id":4665,"name":"Blessed pot","members":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Blessed pot (Complete)","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_pot#Complete","price":0},"4666":{"id":4666,"name":"Silver pot","members":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Silver pot (Desert Treasure) (Spices)","wiki_url":"https://oldschool.runescape.wiki/w/Silver_pot_(Desert_Treasure)#Spices","price":0},"4667":{"id":4667,"name":"Blessed pot","members":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Blessed pot (Spices)","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_pot#Spices","price":0},"4668":{"id":4668,"name":"Garlic powder","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":15,"wiki_name":"Garlic powder","wiki_url":"https://oldschool.runescape.wiki/w/Garlic_powder","price":400},"4670":{"id":4670,"name":"Blood diamond","members":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Blood diamond","wiki_url":"https://oldschool.runescape.wiki/w/Blood_diamond","price":0},"4671":{"id":4671,"name":"Ice diamond","members":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Ice diamond","wiki_url":"https://oldschool.runescape.wiki/w/Ice_diamond","price":0},"4672":{"id":4672,"name":"Smoke diamond","members":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Smoke diamond","wiki_url":"https://oldschool.runescape.wiki/w/Smoke_diamond","price":0},"4673":{"id":4673,"name":"Shadow diamond","members":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Shadow diamond","wiki_url":"https://oldschool.runescape.wiki/w/Shadow_diamond","price":0},"4674":{"id":4674,"name":"Gilded cross","members":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Gilded cross","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_cross","price":0},"4675":{"id":4675,"name":"Ancient staff","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100000,"lowalch":40000,"highalch":60000,"buy_limit":70,"wiki_name":"Ancient staff","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_staff","equipment":{"attack_stab":10,"attack_slash":-1,"attack_crush":40,"attack_magic":15,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":15,"defence_ranged":0,"melee_strength":50,"ranged_strength":0,"magic_damage":0,"prayer":-1,"slot":"weapon","requirements":{"magic":50,"attack":50}},"weapon":{"attack_speed":4,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":68081},"4677":{"id":4677,"name":"Catspeak amulet","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Catspeak amulet","wiki_url":"https://oldschool.runescape.wiki/w/Catspeak_amulet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"4678":{"id":4678,"name":"Canopic jar","members":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Canopic jar (Het)","wiki_url":"https://oldschool.runescape.wiki/w/Canopic_jar#Het","price":0},"4679":{"id":4679,"name":"Canopic jar","members":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Canopic jar (Apmeken)","wiki_url":"https://oldschool.runescape.wiki/w/Canopic_jar#Apmeken","price":0},"4680":{"id":4680,"name":"Canopic jar","members":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Canopic jar (Scabaras)","wiki_url":"https://oldschool.runescape.wiki/w/Canopic_jar#Scabaras","price":0},"4681":{"id":4681,"name":"Canopic jar","members":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Canopic jar (Crondis)","wiki_url":"https://oldschool.runescape.wiki/w/Canopic_jar#Crondis","price":0},"4682":{"id":4682,"name":"Holy symbol","members":true,"cost":50,"wiki_name":"Holy symbol (Icthlarin's Little Helper)","wiki_url":"https://oldschool.runescape.wiki/w/Holy_symbol_(Icthlarin's_Little_Helper)","price":0},"4683":{"id":4683,"name":"Unholy symbol","members":true,"cost":50,"wiki_name":"Unholy symbol (Icthlarin's Little Helper)","wiki_url":"https://oldschool.runescape.wiki/w/Unholy_symbol_(Icthlarin's_Little_Helper)","price":0},"4684":{"id":4684,"name":"Linen","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":15,"wiki_name":"Linen","wiki_url":"https://oldschool.runescape.wiki/w/Linen","price":744},"4686":{"id":4686,"name":"Embalming manual","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Embalming manual","wiki_url":"https://oldschool.runescape.wiki/w/Embalming_manual","price":0},"4687":{"id":4687,"name":"Bucket of sap","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":15,"wiki_name":"Bucket of sap","wiki_url":"https://oldschool.runescape.wiki/w/Bucket_of_sap","price":481},"4689":{"id":4689,"name":"Pile of salt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":15,"wiki_name":"Pile of salt","wiki_url":"https://oldschool.runescape.wiki/w/Pile_of_salt","price":160},"4691":{"id":4691,"name":"Sphinx's token","members":true,"cost":1,"wiki_name":"Sphinx's token","wiki_url":"https://oldschool.runescape.wiki/w/Sphinx's_token","price":0},"4693":{"id":4693,"name":"Bucket of saltwater","members":true,"cost":6,"lowalch":2,"highalch":3,"wiki_name":"Bucket of saltwater","wiki_url":"https://oldschool.runescape.wiki/w/Bucket_of_saltwater","price":0},"4694":{"id":4694,"name":"Steam rune","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":18000,"wiki_name":"Steam rune","wiki_url":"https://oldschool.runescape.wiki/w/Steam_rune","price":51},"4695":{"id":4695,"name":"Mist rune","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":18000,"wiki_name":"Mist rune","wiki_url":"https://oldschool.runescape.wiki/w/Mist_rune","price":129},"4696":{"id":4696,"name":"Dust rune","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":18000,"wiki_name":"Dust rune","wiki_url":"https://oldschool.runescape.wiki/w/Dust_rune","price":16},"4697":{"id":4697,"name":"Smoke rune","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":18000,"wiki_name":"Smoke rune","wiki_url":"https://oldschool.runescape.wiki/w/Smoke_rune","price":25},"4698":{"id":4698,"name":"Mud rune","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":18000,"wiki_name":"Mud rune","wiki_url":"https://oldschool.runescape.wiki/w/Mud_rune","price":106},"4699":{"id":4699,"name":"Lava rune","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":18000,"wiki_name":"Lava rune","wiki_url":"https://oldschool.runescape.wiki/w/Lava_rune","price":16},"4700":{"id":4700,"name":"Sapphire lantern","members":true,"cost":600,"lowalch":240,"highalch":360,"wiki_name":"Sapphire lantern (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Sapphire_lantern#Empty","price":0},"4701":{"id":4701,"name":"Sapphire lantern","members":true,"cost":600,"lowalch":240,"highalch":360,"wiki_name":"Sapphire lantern (Unlit)","wiki_url":"https://oldschool.runescape.wiki/w/Sapphire_lantern#Unlit","price":0},"4702":{"id":4702,"name":"Sapphire lantern","members":true,"cost":600,"lowalch":240,"highalch":360,"wiki_name":"Sapphire lantern (Lit)","wiki_url":"https://oldschool.runescape.wiki/w/Sapphire_lantern#Lit","price":0},"4704":{"id":4704,"name":"Stone bowl","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Stone bowl","wiki_url":"https://oldschool.runescape.wiki/w/Stone_bowl","price":0},"4707":{"id":4707,"name":"Crumbling tome","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Crumbling tome","wiki_url":"https://oldschool.runescape.wiki/w/Crumbling_tome","price":0},"4708":{"id":4708,"name":"Ahrim's hood","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":13000,"lowalch":5200,"highalch":7800,"buy_limit":15,"wiki_name":"Ahrim's hood (Undamaged)","wiki_url":"https://oldschool.runescape.wiki/w/Ahrim's_hood#Undamaged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":6,"attack_ranged":-2,"defence_stab":15,"defence_slash":13,"defence_crush":16,"defence_magic":6,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"head","requirements":{"magic":70,"defence":70}},"price":211435},"4710":{"id":4710,"name":"Ahrim's staff","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":85000,"lowalch":34000,"highalch":51000,"buy_limit":15,"wiki_name":"Ahrim's staff (Undamaged)","wiki_url":"https://oldschool.runescape.wiki/w/Ahrim's_staff#Undamaged","equipment":{"attack_stab":12,"attack_slash":-1,"attack_crush":65,"attack_magic":15,"attack_ranged":0,"defence_stab":3,"defence_slash":5,"defence_crush":2,"defence_magic":15,"defence_ranged":0,"melee_strength":68,"ranged_strength":0,"magic_damage":5,"prayer":0,"slot":"weapon","requirements":{"magic":70,"attack":70}},"weapon":{"attack_speed":6,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":182752},"4712":{"id":4712,"name":"Ahrim's robetop","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50000,"lowalch":20000,"highalch":30000,"buy_limit":15,"wiki_name":"Ahrim's robetop (Undamaged)","wiki_url":"https://oldschool.runescape.wiki/w/Ahrim's_robetop#Undamaged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":30,"attack_ranged":-10,"defence_stab":52,"defence_slash":37,"defence_crush":63,"defence_magic":30,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"body","requirements":{"magic":70,"defence":70}},"price":3075549},"4714":{"id":4714,"name":"Ahrim's robeskirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":47000,"lowalch":18800,"highalch":28200,"buy_limit":15,"wiki_name":"Ahrim's robeskirt (Undamaged)","wiki_url":"https://oldschool.runescape.wiki/w/Ahrim's_robeskirt#Undamaged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":22,"attack_ranged":-7,"defence_stab":33,"defence_slash":30,"defence_crush":36,"defence_magic":22,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"legs","requirements":{"magic":70,"defence":70}},"price":1953002},"4716":{"id":4716,"name":"Dharok's helm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":103000,"lowalch":41200,"highalch":61800,"buy_limit":15,"wiki_name":"Dharok's helm (Undamaged)","wiki_url":"https://oldschool.runescape.wiki/w/Dharok's_helm#Undamaged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":45,"defence_slash":48,"defence_crush":44,"defence_magic":-1,"defence_ranged":51,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":70}},"price":603760},"4718":{"id":4718,"name":"Dharok's greataxe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":208000,"lowalch":83200,"highalch":124800,"buy_limit":15,"wiki_name":"Dharok's greataxe (Undamaged)","wiki_url":"https://oldschool.runescape.wiki/w/Dharok's_greataxe#Undamaged","equipment":{"attack_stab":-4,"attack_slash":103,"attack_crush":95,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":105,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"strength":70}},"weapon":{"attack_speed":7,"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":1351115},"4720":{"id":4720,"name":"Dharok's platebody","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":280000,"lowalch":112000,"highalch":168000,"buy_limit":15,"wiki_name":"Dharok's platebody (Undamaged)","wiki_url":"https://oldschool.runescape.wiki/w/Dharok's_platebody#Undamaged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-10,"defence_stab":122,"defence_slash":120,"defence_crush":107,"defence_magic":-6,"defence_ranged":132,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":70}},"price":1001293},"4722":{"id":4722,"name":"Dharok's platelegs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":275000,"lowalch":110000,"highalch":165000,"buy_limit":15,"wiki_name":"Dharok's platelegs (Undamaged)","wiki_url":"https://oldschool.runescape.wiki/w/Dharok's_platelegs#Undamaged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":85,"defence_slash":82,"defence_crush":83,"defence_magic":-4,"defence_ranged":92,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":70}},"price":2225200},"4724":{"id":4724,"name":"Guthan's helm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":103000,"lowalch":41200,"highalch":61800,"buy_limit":15,"wiki_name":"Guthan's helm (Undamaged)","wiki_url":"https://oldschool.runescape.wiki/w/Guthan's_helm#Undamaged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":55,"defence_slash":58,"defence_crush":54,"defence_magic":-1,"defence_ranged":62,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":70}},"price":149420},"4726":{"id":4726,"name":"Guthan's warspear","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100000,"lowalch":40000,"highalch":60000,"buy_limit":15,"wiki_name":"Guthan's warspear (Undamaged)","wiki_url":"https://oldschool.runescape.wiki/w/Guthan's_warspear#Undamaged","equipment":{"attack_stab":75,"attack_slash":75,"attack_crush":75,"attack_magic":0,"attack_ranged":0,"defence_stab":7,"defence_slash":7,"defence_crush":7,"defence_magic":0,"defence_ranged":0,"melee_strength":75,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70}},"weapon":{"attack_speed":5,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":135450},"4728":{"id":4728,"name":"Guthan's platebody","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":280000,"lowalch":112000,"highalch":168000,"buy_limit":15,"wiki_name":"Guthan's platebody (Undamaged)","wiki_url":"https://oldschool.runescape.wiki/w/Guthan's_platebody#Undamaged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-10,"defence_stab":122,"defence_slash":120,"defence_crush":107,"defence_magic":-6,"defence_ranged":132,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":70}},"price":251949},"4730":{"id":4730,"name":"Guthan's chainskirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":275000,"lowalch":110000,"highalch":165000,"buy_limit":15,"wiki_name":"Guthan's chainskirt (Undamaged)","wiki_url":"https://oldschool.runescape.wiki/w/Guthan's_chainskirt#Undamaged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-14,"attack_ranged":-11,"defence_stab":75,"defence_slash":72,"defence_crush":73,"defence_magic":-4,"defence_ranged":82,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":70}},"price":267500},"4732":{"id":4732,"name":"Karil's coif","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":13000,"lowalch":5200,"highalch":7800,"buy_limit":15,"wiki_name":"Karil's coif (Undamaged)","wiki_url":"https://oldschool.runescape.wiki/w/Karil's_coif#Undamaged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-1,"attack_ranged":7,"defence_stab":6,"defence_slash":9,"defence_crush":12,"defence_magic":6,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"ranged":70,"defence":70}},"price":53313},"4734":{"id":4734,"name":"Karil's crossbow","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,"buy_limit":15,"wiki_name":"Karil's crossbow (Undamaged)","wiki_url":"https://oldschool.runescape.wiki/w/Karil's_crossbow#Undamaged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":84,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":70}},"weapon":{"attack_speed":4,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":104767},"4736":{"id":4736,"name":"Karil's leathertop","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50000,"lowalch":20000,"highalch":30000,"buy_limit":15,"wiki_name":"Karil's leathertop (Undamaged)","wiki_url":"https://oldschool.runescape.wiki/w/Karil's_leathertop#Undamaged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":30,"defence_stab":47,"defence_slash":42,"defence_crush":50,"defence_magic":65,"defence_ranged":57,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"ranged":70,"defence":70}},"price":1231597},"4738":{"id":4738,"name":"Karil's leatherskirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":47000,"lowalch":18800,"highalch":28200,"buy_limit":15,"wiki_name":"Karil's leatherskirt (Undamaged)","wiki_url":"https://oldschool.runescape.wiki/w/Karil's_leatherskirt#Undamaged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":17,"defence_stab":26,"defence_slash":20,"defence_crush":28,"defence_magic":35,"defence_ranged":33,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"ranged":70,"defence":70}},"price":512337},"4740":{"id":4740,"name":"Bolt rack","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":11000,"wiki_name":"Bolt rack","wiki_url":"https://oldschool.runescape.wiki/w/Bolt_rack","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":55,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":null},"price":46},"4745":{"id":4745,"name":"Torag's helm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":103000,"lowalch":41200,"highalch":61800,"buy_limit":15,"wiki_name":"Torag's helm (Undamaged)","wiki_url":"https://oldschool.runescape.wiki/w/Torag's_helm#Undamaged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":55,"defence_slash":58,"defence_crush":54,"defence_magic":-1,"defence_ranged":62,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":70}},"price":128901},"4747":{"id":4747,"name":"Torag's hammers","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,"buy_limit":15,"wiki_name":"Torag's hammers (Undamaged)","wiki_url":"https://oldschool.runescape.wiki/w/Torag's_hammers#Undamaged","equipment":{"attack_stab":-4,"attack_slash":-4,"attack_crush":85,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":72,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"strength":70}},"weapon":{"attack_speed":5,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":95055},"4749":{"id":4749,"name":"Torag's platebody","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":280000,"lowalch":112000,"highalch":168000,"buy_limit":15,"wiki_name":"Torag's platebody (Undamaged)","wiki_url":"https://oldschool.runescape.wiki/w/Torag's_platebody#Undamaged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-10,"defence_stab":122,"defence_slash":120,"defence_crush":107,"defence_magic":-6,"defence_ranged":132,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":70}},"price":171553},"4751":{"id":4751,"name":"Torag's platelegs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":275000,"lowalch":110000,"highalch":165000,"buy_limit":15,"wiki_name":"Torag's platelegs (Undamaged)","wiki_url":"https://oldschool.runescape.wiki/w/Torag's_platelegs#Undamaged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":85,"defence_slash":82,"defence_crush":83,"defence_magic":-4,"defence_ranged":92,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":70}},"price":243390},"4753":{"id":4753,"name":"Verac's helm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":103000,"lowalch":41200,"highalch":61800,"buy_limit":15,"wiki_name":"Verac's helm (Undamaged)","wiki_url":"https://oldschool.runescape.wiki/w/Verac's_helm#Undamaged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":55,"defence_slash":58,"defence_crush":54,"defence_magic":0,"defence_ranged":56,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"head","requirements":{"defence":70}},"price":101772},"4755":{"id":4755,"name":"Verac's flail","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,"buy_limit":15,"wiki_name":"Verac's flail (Undamaged)","wiki_url":"https://oldschool.runescape.wiki/w/Verac's_flail#Undamaged","equipment":{"attack_stab":68,"attack_slash":-2,"attack_crush":82,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":72,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"2h","requirements":{"attack":70}},"weapon":{"attack_speed":5,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":109388},"4757":{"id":4757,"name":"Verac's brassard","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":280000,"lowalch":112000,"highalch":168000,"buy_limit":15,"wiki_name":"Verac's brassard (Undamaged)","wiki_url":"https://oldschool.runescape.wiki/w/Verac's_brassard#Undamaged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":81,"defence_slash":95,"defence_crush":85,"defence_magic":0,"defence_ranged":81,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"body","requirements":{"defence":70}},"price":173061},"4759":{"id":4759,"name":"Verac's plateskirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":275000,"lowalch":110000,"highalch":165000,"buy_limit":15,"wiki_name":"Verac's plateskirt (Undamaged)","wiki_url":"https://oldschool.runescape.wiki/w/Verac's_plateskirt#Undamaged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":85,"defence_slash":82,"defence_crush":83,"defence_magic":0,"defence_ranged":84,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"legs","requirements":{"defence":70}},"price":233267},"4773":{"id":4773,"name":"Bronze brutal","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":11000,"wiki_name":"Bronze brutal","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_brutal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":11,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":139},"4778":{"id":4778,"name":"Iron brutal","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":11000,"wiki_name":"Iron brutal","wiki_url":"https://oldschool.runescape.wiki/w/Iron_brutal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":13,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":123},"4783":{"id":4783,"name":"Steel brutal","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":11000,"wiki_name":"Steel brutal","wiki_url":"https://oldschool.runescape.wiki/w/Steel_brutal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":19,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":5}},"price":92},"4788":{"id":4788,"name":"Black brutal","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":35,"lowalch":14,"highalch":21,"buy_limit":11000,"wiki_name":"Black brutal","wiki_url":"https://oldschool.runescape.wiki/w/Black_brutal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":22,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":10}},"price":607},"4793":{"id":4793,"name":"Mithril brutal","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":11000,"wiki_name":"Mithril brutal","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_brutal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":34,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":20}},"price":297},"4798":{"id":4798,"name":"Adamant brutal","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":95,"lowalch":38,"highalch":57,"buy_limit":11000,"wiki_name":"Adamant brutal","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_brutal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":45,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":30}},"price":258},"4803":{"id":4803,"name":"Rune brutal","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":450,"lowalch":180,"highalch":270,"buy_limit":11000,"wiki_name":"Rune brutal","wiki_url":"https://oldschool.runescape.wiki/w/Rune_brutal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":60,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":40}},"price":1025},"4808":{"id":4808,"name":"Black prism","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Black prism","wiki_url":"https://oldschool.runescape.wiki/w/Black_prism","price":0},"4809":{"id":4809,"name":"Torn page","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Torn page","wiki_url":"https://oldschool.runescape.wiki/w/Torn_page","price":0},"4810":{"id":4810,"name":"Ruined backpack","members":true,"cost":1,"wiki_name":"Ruined backpack","wiki_url":"https://oldschool.runescape.wiki/w/Ruined_backpack","price":0},"4811":{"id":4811,"name":"Dragon inn tankard","members":true,"cost":1,"wiki_name":"Dragon inn tankard","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_inn_tankard","price":0},"4812":{"id":4812,"name":"Zogre bones","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":3000,"wiki_name":"Zogre bones","wiki_url":"https://oldschool.runescape.wiki/w/Zogre_bones","price":743},"4814":{"id":4814,"name":"Sithik portrait","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sithik portrait (Good)","wiki_url":"https://oldschool.runescape.wiki/w/Sithik_portrait#Good","price":0},"4815":{"id":4815,"name":"Sithik portrait","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sithik portrait (Bad)","wiki_url":"https://oldschool.runescape.wiki/w/Sithik_portrait#Bad","price":0},"4816":{"id":4816,"name":"Signed portrait","members":true,"cost":1,"wiki_name":"Signed portrait","wiki_url":"https://oldschool.runescape.wiki/w/Signed_portrait","price":0},"4817":{"id":4817,"name":"Book of portraiture","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Book of portraiture","wiki_url":"https://oldschool.runescape.wiki/w/Book_of_portraiture","price":0},"4818":{"id":4818,"name":"Ogre artefact","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ogre artefact","wiki_url":"https://oldschool.runescape.wiki/w/Ogre_artefact","price":0},"4819":{"id":4819,"name":"Bronze nails","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Bronze nails","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_nails","price":2},"4820":{"id":4820,"name":"Iron nails","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":13000,"wiki_name":"Iron nails","wiki_url":"https://oldschool.runescape.wiki/w/Iron_nails","price":12},"4821":{"id":4821,"name":"Black nails","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":12,"lowalch":4,"highalch":7,"buy_limit":13000,"wiki_name":"Black nails","wiki_url":"https://oldschool.runescape.wiki/w/Black_nails","price":4692},"4822":{"id":4822,"name":"Mithril nails","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":18,"lowalch":7,"highalch":10,"buy_limit":13000,"wiki_name":"Mithril nails","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_nails","price":41},"4823":{"id":4823,"name":"Adamantite nails","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":45,"lowalch":18,"highalch":27,"buy_limit":13000,"wiki_name":"Adamantite nails","wiki_url":"https://oldschool.runescape.wiki/w/Adamantite_nails","price":85},"4824":{"id":4824,"name":"Rune nails","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":220,"lowalch":88,"highalch":132,"buy_limit":13000,"wiki_name":"Rune nails","wiki_url":"https://oldschool.runescape.wiki/w/Rune_nails","price":825},"4825":{"id":4825,"name":"Unstrung comp bow","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":10000,"wiki_name":"Unstrung comp bow","wiki_url":"https://oldschool.runescape.wiki/w/Unstrung_comp_bow","price":1590},"4827":{"id":4827,"name":"Comp ogre bow","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":180,"lowalch":72,"highalch":108,"buy_limit":70,"wiki_name":"Comp ogre bow","wiki_url":"https://oldschool.runescape.wiki/w/Comp_ogre_bow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":38,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":30}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":719},"4829":{"id":4829,"name":"Book of 'h.a.m'","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Book of 'h.a.m'","wiki_url":"https://oldschool.runescape.wiki/w/Book_of_'h.a.m'","price":0},"4830":{"id":4830,"name":"Fayrg bones","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":7500,"wiki_name":"Fayrg bones","wiki_url":"https://oldschool.runescape.wiki/w/Fayrg_bones","price":3500},"4832":{"id":4832,"name":"Raurg bones","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":7500,"wiki_name":"Raurg bones","wiki_url":"https://oldschool.runescape.wiki/w/Raurg_bones","price":5889},"4834":{"id":4834,"name":"Ourg bones","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":7500,"wiki_name":"Ourg bones","wiki_url":"https://oldschool.runescape.wiki/w/Ourg_bones","price":48572},"4836":{"id":4836,"name":"Strange potion","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Strange potion","wiki_url":"https://oldschool.runescape.wiki/w/Strange_potion","price":0},"4837":{"id":4837,"name":"Necromancy book","members":true,"cost":1,"wiki_name":"Necromancy book","wiki_url":"https://oldschool.runescape.wiki/w/Necromancy_book","price":0},"4838":{"id":4838,"name":"Cup of tea","members":true,"cost":10,"wiki_name":"Cup of tea (Zogre Flesh Eaters)","wiki_url":"https://oldschool.runescape.wiki/w/Cup_of_tea_(Zogre_Flesh_Eaters)","price":0},"4839":{"id":4839,"name":"Ogre gate key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ogre gate key","wiki_url":"https://oldschool.runescape.wiki/w/Ogre_gate_key","price":0},"4840":{"id":4840,"name":"Unfinished potion","members":true,"tradeable":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Unfinished potion (Rogue's Purse)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_potion_(Rogue's_Purse)","price":0},"4842":{"id":4842,"name":"Relicym's balm(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":225,"lowalch":90,"highalch":135,"buy_limit":2000,"wiki_name":"Relicym's balm (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Relicym's_balm#4_dose","price":585},"4844":{"id":4844,"name":"Relicym's balm(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":2000,"wiki_name":"Relicym's balm (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Relicym's_balm#3_dose","price":483},"4846":{"id":4846,"name":"Relicym's balm(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":2000,"wiki_name":"Relicym's balm (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Relicym's_balm#2_dose","price":7},"4848":{"id":4848,"name":"Relicym's balm(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":75,"lowalch":30,"highalch":45,"buy_limit":2000,"wiki_name":"Relicym's balm (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Relicym's_balm#1_dose","price":168},"4850":{"id":4850,"name":"Ogre coffin key","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":3000,"wiki_name":"Ogre coffin key","wiki_url":"https://oldschool.runescape.wiki/w/Ogre_coffin_key","price":2052},"4852":{"id":4852,"name":"Zogre bonemeal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Zogre bonemeal","wiki_url":"https://oldschool.runescape.wiki/w/Zogre_bonemeal","price":0},"4853":{"id":4853,"name":"Fayrg bonemeal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fayrg bonemeal","wiki_url":"https://oldschool.runescape.wiki/w/Fayrg_bonemeal","price":0},"4854":{"id":4854,"name":"Raurg bonemeal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Raurg bonemeal","wiki_url":"https://oldschool.runescape.wiki/w/Raurg_bonemeal","price":0},"4855":{"id":4855,"name":"Ourg bonemeal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ourg bonemeal","wiki_url":"https://oldschool.runescape.wiki/w/Ourg_bonemeal","price":0},"4856":{"id":4856,"name":"Ahrim's hood 100","members":true,"equipable":true,"equipable_by_player":true,"cost":13000,"lowalch":5200,"highalch":7800,"wiki_name":"Ahrim's hood (100)","wiki_url":"https://oldschool.runescape.wiki/w/Ahrim's_hood#100","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":6,"attack_ranged":-2,"defence_stab":15,"defence_slash":13,"defence_crush":16,"defence_magic":6,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"head","requirements":{"magic":70,"defence":70}},"price":0},"4857":{"id":4857,"name":"Ahrim's hood 75","members":true,"equipable":true,"equipable_by_player":true,"cost":13000,"lowalch":5200,"highalch":7800,"wiki_name":"Ahrim's hood (75)","wiki_url":"https://oldschool.runescape.wiki/w/Ahrim's_hood#75","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":6,"attack_ranged":-2,"defence_stab":15,"defence_slash":13,"defence_crush":16,"defence_magic":6,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"head","requirements":{"magic":70,"defence":70}},"price":0},"4858":{"id":4858,"name":"Ahrim's hood 50","members":true,"equipable":true,"equipable_by_player":true,"cost":13000,"lowalch":5200,"highalch":7800,"wiki_name":"Ahrim's hood (50)","wiki_url":"https://oldschool.runescape.wiki/w/Ahrim's_hood#50","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":6,"attack_ranged":-2,"defence_stab":15,"defence_slash":13,"defence_crush":16,"defence_magic":6,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"head","requirements":{"magic":70,"defence":70}},"price":0},"4859":{"id":4859,"name":"Ahrim's hood 25","members":true,"equipable":true,"equipable_by_player":true,"cost":13000,"lowalch":5200,"highalch":7800,"wiki_name":"Ahrim's hood (25)","wiki_url":"https://oldschool.runescape.wiki/w/Ahrim's_hood#25","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":6,"attack_ranged":-2,"defence_stab":15,"defence_slash":13,"defence_crush":16,"defence_magic":6,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"head","requirements":{"magic":70,"defence":70}},"price":0},"4860":{"id":4860,"name":"Ahrim's hood 0","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":13000,"lowalch":5200,"highalch":7800,"buy_limit":15,"wiki_name":"Ahrim's hood (0)","wiki_url":"https://oldschool.runescape.wiki/w/Ahrim's_hood#0","price":163008},"4862":{"id":4862,"name":"Ahrim's staff 100","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":85000,"lowalch":34000,"highalch":51000,"wiki_name":"Ahrim's staff (100)","wiki_url":"https://oldschool.runescape.wiki/w/Ahrim's_staff#100","equipment":{"attack_stab":12,"attack_slash":-1,"attack_crush":65,"attack_magic":15,"attack_ranged":0,"defence_stab":3,"defence_slash":5,"defence_crush":2,"defence_magic":15,"defence_ranged":0,"melee_strength":68,"ranged_strength":0,"magic_damage":5,"prayer":0,"slot":"weapon","requirements":{"magic":70,"attack":70}},"weapon":{"attack_speed":6,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"4863":{"id":4863,"name":"Ahrim's staff 75","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":85000,"lowalch":34000,"highalch":51000,"wiki_name":"Ahrim's staff (75)","wiki_url":"https://oldschool.runescape.wiki/w/Ahrim's_staff#75","equipment":{"attack_stab":12,"attack_slash":-1,"attack_crush":65,"attack_magic":15,"attack_ranged":0,"defence_stab":3,"defence_slash":5,"defence_crush":2,"defence_magic":15,"defence_ranged":0,"melee_strength":68,"ranged_strength":0,"magic_damage":5,"prayer":0,"slot":"weapon","requirements":{"magic":70,"attack":70}},"weapon":{"attack_speed":6,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"4864":{"id":4864,"name":"Ahrim's staff 50","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":85000,"lowalch":34000,"highalch":51000,"wiki_name":"Ahrim's staff (50)","wiki_url":"https://oldschool.runescape.wiki/w/Ahrim's_staff#50","equipment":{"attack_stab":12,"attack_slash":-1,"attack_crush":65,"attack_magic":15,"attack_ranged":0,"defence_stab":3,"defence_slash":5,"defence_crush":2,"defence_magic":15,"defence_ranged":0,"melee_strength":68,"ranged_strength":0,"magic_damage":5,"prayer":0,"slot":"weapon","requirements":{"magic":70,"attack":70}},"weapon":{"attack_speed":6,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"4865":{"id":4865,"name":"Ahrim's staff 25","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":85000,"lowalch":34000,"highalch":51000,"wiki_name":"Ahrim's staff (25)","wiki_url":"https://oldschool.runescape.wiki/w/Ahrim's_staff#25","equipment":{"attack_stab":12,"attack_slash":-1,"attack_crush":65,"attack_magic":15,"attack_ranged":0,"defence_stab":3,"defence_slash":5,"defence_crush":2,"defence_magic":15,"defence_ranged":0,"melee_strength":68,"ranged_strength":0,"magic_damage":5,"prayer":0,"slot":"weapon","requirements":{"magic":70,"attack":70}},"weapon":{"attack_speed":6,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"4866":{"id":4866,"name":"Ahrim's staff 0","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":85000,"lowalch":34000,"highalch":51000,"buy_limit":15,"wiki_name":"Ahrim's staff (0)","wiki_url":"https://oldschool.runescape.wiki/w/Ahrim's_staff#0","price":105950},"4868":{"id":4868,"name":"Ahrim's robetop 100","members":true,"equipable":true,"equipable_by_player":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Ahrim's robetop (100)","wiki_url":"https://oldschool.runescape.wiki/w/Ahrim's_robetop#100","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":30,"attack_ranged":-10,"defence_stab":52,"defence_slash":37,"defence_crush":63,"defence_magic":30,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"body","requirements":{"magic":70,"defence":70}},"price":0},"4869":{"id":4869,"name":"Ahrim's robetop 75","members":true,"equipable":true,"equipable_by_player":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Ahrim's robetop (75)","wiki_url":"https://oldschool.runescape.wiki/w/Ahrim's_robetop#75","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":30,"attack_ranged":-10,"defence_stab":52,"defence_slash":37,"defence_crush":63,"defence_magic":30,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"body","requirements":{"magic":70,"defence":70}},"price":0},"4870":{"id":4870,"name":"Ahrim's robetop 50","members":true,"equipable":true,"equipable_by_player":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Ahrim's robetop (50)","wiki_url":"https://oldschool.runescape.wiki/w/Ahrim's_robetop#50","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":30,"attack_ranged":-10,"defence_stab":52,"defence_slash":37,"defence_crush":63,"defence_magic":30,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"body","requirements":{"magic":70,"defence":70}},"price":0},"4871":{"id":4871,"name":"Ahrim's robetop 25","members":true,"equipable":true,"equipable_by_player":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Ahrim's robetop (25)","wiki_url":"https://oldschool.runescape.wiki/w/Ahrim's_robetop#25","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":30,"attack_ranged":-10,"defence_stab":52,"defence_slash":37,"defence_crush":63,"defence_magic":30,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"body","requirements":{"magic":70,"defence":70}},"price":0},"4872":{"id":4872,"name":"Ahrim's robetop 0","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50000,"lowalch":20000,"highalch":30000,"buy_limit":15,"wiki_name":"Ahrim's robetop (0)","wiki_url":"https://oldschool.runescape.wiki/w/Ahrim's_robetop#0","price":3023000},"4874":{"id":4874,"name":"Ahrim's robeskirt 100","members":true,"equipable":true,"equipable_by_player":true,"cost":47000,"lowalch":18800,"highalch":28200,"wiki_name":"Ahrim's robeskirt (100)","wiki_url":"https://oldschool.runescape.wiki/w/Ahrim's_robeskirt#100","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":22,"attack_ranged":-7,"defence_stab":33,"defence_slash":30,"defence_crush":36,"defence_magic":22,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"legs","requirements":{"magic":70,"defence":70}},"price":0},"4875":{"id":4875,"name":"Ahrim's robeskirt 75","members":true,"equipable":true,"equipable_by_player":true,"cost":47000,"lowalch":18800,"highalch":28200,"wiki_name":"Ahrim's robeskirt (75)","wiki_url":"https://oldschool.runescape.wiki/w/Ahrim's_robeskirt#75","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":22,"attack_ranged":-7,"defence_stab":33,"defence_slash":30,"defence_crush":36,"defence_magic":22,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"legs","requirements":{"magic":70,"defence":70}},"price":0},"4876":{"id":4876,"name":"Ahrim's robeskirt 50","members":true,"equipable":true,"equipable_by_player":true,"cost":47000,"lowalch":18800,"highalch":28200,"wiki_name":"Ahrim's robeskirt (50)","wiki_url":"https://oldschool.runescape.wiki/w/Ahrim's_robeskirt#50","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":22,"attack_ranged":-7,"defence_stab":33,"defence_slash":30,"defence_crush":36,"defence_magic":22,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"legs","requirements":{"magic":70,"defence":70}},"price":0},"4877":{"id":4877,"name":"Ahrim's robeskirt 25","members":true,"equipable":true,"equipable_by_player":true,"cost":47000,"lowalch":18800,"highalch":28200,"wiki_name":"Ahrim's robeskirt (25)","wiki_url":"https://oldschool.runescape.wiki/w/Ahrim's_robeskirt#25","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":22,"attack_ranged":-7,"defence_stab":33,"defence_slash":30,"defence_crush":36,"defence_magic":22,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"legs","requirements":{"magic":70,"defence":70}},"price":0},"4878":{"id":4878,"name":"Ahrim's robeskirt 0","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":47000,"lowalch":18800,"highalch":28200,"buy_limit":15,"wiki_name":"Ahrim's robeskirt (0)","wiki_url":"https://oldschool.runescape.wiki/w/Ahrim's_robeskirt#0","price":1912500},"4880":{"id":4880,"name":"Dharok's helm 100","members":true,"equipable":true,"equipable_by_player":true,"cost":103000,"lowalch":41200,"highalch":61800,"wiki_name":"Dharok's helm (100)","wiki_url":"https://oldschool.runescape.wiki/w/Dharok's_helm#100","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":45,"defence_slash":48,"defence_crush":44,"defence_magic":-1,"defence_ranged":51,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":70}},"price":0},"4881":{"id":4881,"name":"Dharok's helm 75","members":true,"equipable":true,"equipable_by_player":true,"cost":103000,"lowalch":41200,"highalch":61800,"wiki_name":"Dharok's helm (75)","wiki_url":"https://oldschool.runescape.wiki/w/Dharok's_helm#75","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":45,"defence_slash":48,"defence_crush":44,"defence_magic":-1,"defence_ranged":51,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":70}},"price":0},"4882":{"id":4882,"name":"Dharok's helm 50","members":true,"equipable":true,"equipable_by_player":true,"cost":103000,"lowalch":41200,"highalch":61800,"wiki_name":"Dharok's helm (50)","wiki_url":"https://oldschool.runescape.wiki/w/Dharok's_helm#50","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":45,"defence_slash":48,"defence_crush":44,"defence_magic":-1,"defence_ranged":51,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":70}},"price":0},"4883":{"id":4883,"name":"Dharok's helm 25","members":true,"equipable":true,"equipable_by_player":true,"cost":103000,"lowalch":41200,"highalch":61800,"wiki_name":"Dharok's helm (25)","wiki_url":"https://oldschool.runescape.wiki/w/Dharok's_helm#25","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":45,"defence_slash":48,"defence_crush":44,"defence_magic":-1,"defence_ranged":51,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":70}},"price":0},"4884":{"id":4884,"name":"Dharok's helm 0","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":103000,"lowalch":41200,"highalch":61800,"buy_limit":15,"wiki_name":"Dharok's helm (0)","wiki_url":"https://oldschool.runescape.wiki/w/Dharok's_helm#0","price":615133},"4886":{"id":4886,"name":"Dharok's greataxe 100","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":208000,"lowalch":83200,"highalch":124800,"wiki_name":"Dharok's greataxe (100)","wiki_url":"https://oldschool.runescape.wiki/w/Dharok's_greataxe#100","equipment":{"attack_stab":-4,"attack_slash":103,"attack_crush":95,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":105,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"strength":70}},"weapon":{"attack_speed":7,"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":0},"4887":{"id":4887,"name":"Dharok's greataxe 75","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":208000,"lowalch":83200,"highalch":124800,"wiki_name":"Dharok's greataxe (75)","wiki_url":"https://oldschool.runescape.wiki/w/Dharok's_greataxe#75","equipment":{"attack_stab":-4,"attack_slash":103,"attack_crush":95,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":105,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"strength":70}},"weapon":{"attack_speed":7,"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":0},"4888":{"id":4888,"name":"Dharok's greataxe 50","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":208000,"lowalch":83200,"highalch":124800,"wiki_name":"Dharok's greataxe (50)","wiki_url":"https://oldschool.runescape.wiki/w/Dharok's_greataxe#50","equipment":{"attack_stab":-4,"attack_slash":103,"attack_crush":95,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":105,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"strength":70}},"weapon":{"attack_speed":7,"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":0},"4889":{"id":4889,"name":"Dharok's greataxe 25","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":208000,"lowalch":83200,"highalch":124800,"wiki_name":"Dharok's greataxe (25)","wiki_url":"https://oldschool.runescape.wiki/w/Dharok's_greataxe#25","equipment":{"attack_stab":-4,"attack_slash":103,"attack_crush":95,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":105,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"strength":70}},"weapon":{"attack_speed":7,"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":0},"4890":{"id":4890,"name":"Dharok's greataxe 0","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":208000,"lowalch":83200,"highalch":124800,"buy_limit":15,"wiki_name":"Dharok's greataxe (0)","wiki_url":"https://oldschool.runescape.wiki/w/Dharok's_greataxe#0","price":1244215},"4892":{"id":4892,"name":"Dharok's platebody 100","members":true,"equipable":true,"equipable_by_player":true,"cost":280000,"lowalch":112000,"highalch":168000,"wiki_name":"Dharok's platebody (100)","wiki_url":"https://oldschool.runescape.wiki/w/Dharok's_platebody#100","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-10,"defence_stab":122,"defence_slash":120,"defence_crush":107,"defence_magic":-6,"defence_ranged":132,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":70}},"price":0},"4893":{"id":4893,"name":"Dharok's platebody 75","members":true,"equipable":true,"equipable_by_player":true,"cost":280000,"lowalch":112000,"highalch":168000,"wiki_name":"Dharok's platebody (75)","wiki_url":"https://oldschool.runescape.wiki/w/Dharok's_platebody#75","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-10,"defence_stab":122,"defence_slash":120,"defence_crush":107,"defence_magic":-6,"defence_ranged":132,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":70}},"price":0},"4894":{"id":4894,"name":"Dharok's platebody 50","members":true,"equipable":true,"equipable_by_player":true,"cost":280000,"lowalch":112000,"highalch":168000,"wiki_name":"Dharok's platebody (50)","wiki_url":"https://oldschool.runescape.wiki/w/Dharok's_platebody#50","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-10,"defence_stab":122,"defence_slash":120,"defence_crush":107,"defence_magic":-6,"defence_ranged":132,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":70}},"price":0},"4895":{"id":4895,"name":"Dharok's platebody 25","members":true,"equipable":true,"equipable_by_player":true,"cost":280000,"lowalch":112000,"highalch":168000,"wiki_name":"Dharok's platebody (25)","wiki_url":"https://oldschool.runescape.wiki/w/Dharok's_platebody#25","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-10,"defence_stab":122,"defence_slash":120,"defence_crush":107,"defence_magic":-6,"defence_ranged":132,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":70}},"price":0},"4896":{"id":4896,"name":"Dharok's platebody 0","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":280000,"lowalch":112000,"highalch":168000,"buy_limit":15,"wiki_name":"Dharok's platebody (0)","wiki_url":"https://oldschool.runescape.wiki/w/Dharok's_platebody#0","price":947560},"4898":{"id":4898,"name":"Dharok's platelegs 100","members":true,"equipable":true,"equipable_by_player":true,"cost":275000,"lowalch":110000,"highalch":165000,"wiki_name":"Dharok's platelegs (100)","wiki_url":"https://oldschool.runescape.wiki/w/Dharok's_platelegs#100","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":85,"defence_slash":82,"defence_crush":83,"defence_magic":-4,"defence_ranged":92,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":70}},"price":0},"4899":{"id":4899,"name":"Dharok's platelegs 75","members":true,"equipable":true,"equipable_by_player":true,"cost":275000,"lowalch":110000,"highalch":165000,"wiki_name":"Dharok's platelegs (75)","wiki_url":"https://oldschool.runescape.wiki/w/Dharok's_platelegs#75","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":85,"defence_slash":82,"defence_crush":83,"defence_magic":-4,"defence_ranged":92,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":70}},"price":0},"4900":{"id":4900,"name":"Dharok's platelegs 50","members":true,"equipable":true,"equipable_by_player":true,"cost":275000,"lowalch":110000,"highalch":165000,"wiki_name":"Dharok's platelegs (50)","wiki_url":"https://oldschool.runescape.wiki/w/Dharok's_platelegs#50","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":85,"defence_slash":82,"defence_crush":83,"defence_magic":-4,"defence_ranged":92,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":70}},"price":0},"4901":{"id":4901,"name":"Dharok's platelegs 25","members":true,"equipable":true,"equipable_by_player":true,"cost":275000,"lowalch":110000,"highalch":165000,"wiki_name":"Dharok's platelegs (25)","wiki_url":"https://oldschool.runescape.wiki/w/Dharok's_platelegs#25","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":85,"defence_slash":82,"defence_crush":83,"defence_magic":-4,"defence_ranged":92,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":70}},"price":0},"4902":{"id":4902,"name":"Dharok's platelegs 0","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":275000,"lowalch":110000,"highalch":165000,"buy_limit":15,"wiki_name":"Dharok's platelegs (0)","wiki_url":"https://oldschool.runescape.wiki/w/Dharok's_platelegs#0","price":2247500},"4904":{"id":4904,"name":"Guthan's helm 100","members":true,"equipable":true,"equipable_by_player":true,"cost":103000,"lowalch":41200,"highalch":61800,"wiki_name":"Guthan's helm (100)","wiki_url":"https://oldschool.runescape.wiki/w/Guthan's_helm#100","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":55,"defence_slash":58,"defence_crush":54,"defence_magic":-1,"defence_ranged":62,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":70}},"price":0},"4905":{"id":4905,"name":"Guthan's helm 75","members":true,"equipable":true,"equipable_by_player":true,"cost":103000,"lowalch":41200,"highalch":61800,"wiki_name":"Guthan's helm (75)","wiki_url":"https://oldschool.runescape.wiki/w/Guthan's_helm#75","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":55,"defence_slash":58,"defence_crush":54,"defence_magic":-1,"defence_ranged":62,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":70}},"price":0},"4906":{"id":4906,"name":"Guthan's helm 50","members":true,"equipable":true,"equipable_by_player":true,"cost":103000,"lowalch":41200,"highalch":61800,"wiki_name":"Guthan's helm (50)","wiki_url":"https://oldschool.runescape.wiki/w/Guthan's_helm#50","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":55,"defence_slash":58,"defence_crush":54,"defence_magic":-1,"defence_ranged":62,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":70}},"price":0},"4907":{"id":4907,"name":"Guthan's helm 25","members":true,"equipable":true,"equipable_by_player":true,"cost":103000,"lowalch":41200,"highalch":61800,"wiki_name":"Guthan's helm (25)","wiki_url":"https://oldschool.runescape.wiki/w/Guthan's_helm#25","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":55,"defence_slash":58,"defence_crush":54,"defence_magic":-1,"defence_ranged":62,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":70}},"price":0},"4908":{"id":4908,"name":"Guthan's helm 0","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":103000,"lowalch":41200,"highalch":61800,"buy_limit":15,"wiki_name":"Guthan's helm (0)","wiki_url":"https://oldschool.runescape.wiki/w/Guthan's_helm#0","price":98491},"4910":{"id":4910,"name":"Guthan's warspear 100","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100000,"lowalch":40000,"highalch":60000,"wiki_name":"Guthan's warspear (100)","wiki_url":"https://oldschool.runescape.wiki/w/Guthan's_warspear#100","equipment":{"attack_stab":75,"attack_slash":75,"attack_crush":75,"attack_magic":0,"attack_ranged":0,"defence_stab":7,"defence_slash":7,"defence_crush":7,"defence_magic":0,"defence_ranged":0,"melee_strength":75,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70}},"weapon":{"attack_speed":5,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"4911":{"id":4911,"name":"Guthan's warspear 75","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100000,"lowalch":40000,"highalch":60000,"wiki_name":"Guthan's warspear (75)","wiki_url":"https://oldschool.runescape.wiki/w/Guthan's_warspear#75","equipment":{"attack_stab":75,"attack_slash":75,"attack_crush":75,"attack_magic":0,"attack_ranged":0,"defence_stab":7,"defence_slash":7,"defence_crush":7,"defence_magic":0,"defence_ranged":0,"melee_strength":75,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70}},"weapon":{"attack_speed":5,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"4912":{"id":4912,"name":"Guthan's warspear 50","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100000,"lowalch":40000,"highalch":60000,"wiki_name":"Guthan's warspear (50)","wiki_url":"https://oldschool.runescape.wiki/w/Guthan's_warspear#50","equipment":{"attack_stab":75,"attack_slash":75,"attack_crush":75,"attack_magic":0,"attack_ranged":0,"defence_stab":7,"defence_slash":7,"defence_crush":7,"defence_magic":0,"defence_ranged":0,"melee_strength":75,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70}},"weapon":{"attack_speed":5,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"4913":{"id":4913,"name":"Guthan's warspear 25","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100000,"lowalch":40000,"highalch":60000,"wiki_name":"Guthan's warspear (25)","wiki_url":"https://oldschool.runescape.wiki/w/Guthan's_warspear#25","equipment":{"attack_stab":75,"attack_slash":75,"attack_crush":75,"attack_magic":0,"attack_ranged":0,"defence_stab":7,"defence_slash":7,"defence_crush":7,"defence_magic":0,"defence_ranged":0,"melee_strength":75,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70}},"weapon":{"attack_speed":5,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"4914":{"id":4914,"name":"Guthan's warspear 0","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100000,"lowalch":40000,"highalch":60000,"buy_limit":15,"wiki_name":"Guthan's warspear (0)","wiki_url":"https://oldschool.runescape.wiki/w/Guthan's_warspear#0","price":86137},"4916":{"id":4916,"name":"Guthan's platebody 100","members":true,"equipable":true,"equipable_by_player":true,"cost":280000,"lowalch":112000,"highalch":168000,"wiki_name":"Guthan's platebody (100)","wiki_url":"https://oldschool.runescape.wiki/w/Guthan's_platebody#100","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-10,"defence_stab":122,"defence_slash":120,"defence_crush":107,"defence_magic":-6,"defence_ranged":132,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":70}},"price":0},"4917":{"id":4917,"name":"Guthan's platebody 75","members":true,"equipable":true,"equipable_by_player":true,"cost":280000,"lowalch":112000,"highalch":168000,"wiki_name":"Guthan's platebody (75)","wiki_url":"https://oldschool.runescape.wiki/w/Guthan's_platebody#75","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-10,"defence_stab":122,"defence_slash":120,"defence_crush":107,"defence_magic":-6,"defence_ranged":132,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":70}},"price":0},"4918":{"id":4918,"name":"Guthan's platebody 50","members":true,"equipable":true,"equipable_by_player":true,"cost":280000,"lowalch":112000,"highalch":168000,"wiki_name":"Guthan's platebody (50)","wiki_url":"https://oldschool.runescape.wiki/w/Guthan's_platebody#50","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-10,"defence_stab":122,"defence_slash":120,"defence_crush":107,"defence_magic":-6,"defence_ranged":132,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":70}},"price":0},"4919":{"id":4919,"name":"Guthan's platebody 25","members":true,"equipable":true,"equipable_by_player":true,"cost":280000,"lowalch":112000,"highalch":168000,"wiki_name":"Guthan's platebody (25)","wiki_url":"https://oldschool.runescape.wiki/w/Guthan's_platebody#25","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-10,"defence_stab":122,"defence_slash":120,"defence_crush":107,"defence_magic":-6,"defence_ranged":132,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":70}},"price":0},"4920":{"id":4920,"name":"Guthan's platebody 0","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":280000,"lowalch":112000,"highalch":168000,"buy_limit":15,"wiki_name":"Guthan's platebody (0)","wiki_url":"https://oldschool.runescape.wiki/w/Guthan's_platebody#0","price":169532},"4922":{"id":4922,"name":"Guthan's chainskirt 100","members":true,"equipable":true,"equipable_by_player":true,"cost":275000,"lowalch":110000,"highalch":165000,"wiki_name":"Guthan's chainskirt (100)","wiki_url":"https://oldschool.runescape.wiki/w/Guthan's_chainskirt#100","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-14,"attack_ranged":-11,"defence_stab":75,"defence_slash":72,"defence_crush":73,"defence_magic":-4,"defence_ranged":82,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":70}},"price":0},"4923":{"id":4923,"name":"Guthan's chainskirt 75","members":true,"equipable":true,"equipable_by_player":true,"cost":275000,"lowalch":110000,"highalch":165000,"wiki_name":"Guthan's chainskirt (75)","wiki_url":"https://oldschool.runescape.wiki/w/Guthan's_chainskirt#75","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-14,"attack_ranged":-11,"defence_stab":75,"defence_slash":72,"defence_crush":73,"defence_magic":-4,"defence_ranged":82,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":70}},"price":0},"4924":{"id":4924,"name":"Guthan's chainskirt 50","members":true,"equipable":true,"equipable_by_player":true,"cost":275000,"lowalch":110000,"highalch":165000,"wiki_name":"Guthan's chainskirt (50)","wiki_url":"https://oldschool.runescape.wiki/w/Guthan's_chainskirt#50","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-14,"attack_ranged":-11,"defence_stab":75,"defence_slash":72,"defence_crush":73,"defence_magic":-4,"defence_ranged":82,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":70}},"price":0},"4925":{"id":4925,"name":"Guthan's chainskirt 25","members":true,"equipable":true,"equipable_by_player":true,"cost":275000,"lowalch":110000,"highalch":165000,"wiki_name":"Guthan's chainskirt (25)","wiki_url":"https://oldschool.runescape.wiki/w/Guthan's_chainskirt#25","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-14,"attack_ranged":-11,"defence_stab":75,"defence_slash":72,"defence_crush":73,"defence_magic":-4,"defence_ranged":82,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":70}},"price":0},"4926":{"id":4926,"name":"Guthan's chainskirt 0","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":275000,"lowalch":110000,"highalch":165000,"buy_limit":15,"wiki_name":"Guthan's chainskirt (0)","wiki_url":"https://oldschool.runescape.wiki/w/Guthan's_chainskirt#0","price":169974},"4928":{"id":4928,"name":"Karil's coif 100","members":true,"equipable":true,"equipable_by_player":true,"cost":13000,"lowalch":5200,"highalch":7800,"wiki_name":"Karil's coif (100)","wiki_url":"https://oldschool.runescape.wiki/w/Karil's_coif#100","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-1,"attack_ranged":7,"defence_stab":6,"defence_slash":9,"defence_crush":12,"defence_magic":6,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"ranged":70,"defence":70}},"price":0},"4929":{"id":4929,"name":"Karil's coif 75","members":true,"equipable":true,"equipable_by_player":true,"cost":13000,"lowalch":5200,"highalch":7800,"wiki_name":"Karil's coif (75)","wiki_url":"https://oldschool.runescape.wiki/w/Karil's_coif#75","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-1,"attack_ranged":7,"defence_stab":6,"defence_slash":9,"defence_crush":12,"defence_magic":6,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"ranged":70,"defence":70}},"price":0},"4930":{"id":4930,"name":"Karil's coif 50","members":true,"equipable":true,"equipable_by_player":true,"cost":13000,"lowalch":5200,"highalch":7800,"wiki_name":"Karil's coif (50)","wiki_url":"https://oldschool.runescape.wiki/w/Karil's_coif#50","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-1,"attack_ranged":7,"defence_stab":6,"defence_slash":9,"defence_crush":12,"defence_magic":6,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"ranged":70,"defence":70}},"price":0},"4931":{"id":4931,"name":"Karil's coif 25","members":true,"equipable":true,"equipable_by_player":true,"cost":13000,"lowalch":5200,"highalch":7800,"wiki_name":"Karil's coif (25)","wiki_url":"https://oldschool.runescape.wiki/w/Karil's_coif#25","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-1,"attack_ranged":7,"defence_stab":6,"defence_slash":9,"defence_crush":12,"defence_magic":6,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"ranged":70,"defence":70}},"price":0},"4932":{"id":4932,"name":"Karil's coif 0","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":13000,"lowalch":5200,"highalch":7800,"buy_limit":15,"wiki_name":"Karil's coif (0)","wiki_url":"https://oldschool.runescape.wiki/w/Karil's_coif#0","price":11124},"4934":{"id":4934,"name":"Karil's crossbow 100","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":160000,"lowalch":64000,"highalch":96000,"wiki_name":"Karil's crossbow (100)","wiki_url":"https://oldschool.runescape.wiki/w/Karil's_crossbow#100","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":84,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":70}},"weapon":{"attack_speed":4,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"4935":{"id":4935,"name":"Karil's crossbow 75","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":160000,"lowalch":64000,"highalch":96000,"wiki_name":"Karil's crossbow (75)","wiki_url":"https://oldschool.runescape.wiki/w/Karil's_crossbow#75","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":84,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":70}},"weapon":{"attack_speed":4,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"4936":{"id":4936,"name":"Karil's crossbow 50","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":160000,"lowalch":64000,"highalch":96000,"wiki_name":"Karil's crossbow (50)","wiki_url":"https://oldschool.runescape.wiki/w/Karil's_crossbow#50","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":84,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":70}},"weapon":{"attack_speed":4,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"4937":{"id":4937,"name":"Karil's crossbow 25","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":160000,"lowalch":64000,"highalch":96000,"wiki_name":"Karil's crossbow (25)","wiki_url":"https://oldschool.runescape.wiki/w/Karil's_crossbow#25","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":84,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":70}},"weapon":{"attack_speed":4,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"4938":{"id":4938,"name":"Karil's crossbow 0","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":160000,"lowalch":64000,"highalch":96000,"buy_limit":15,"wiki_name":"Karil's crossbow (0)","wiki_url":"https://oldschool.runescape.wiki/w/Karil's_crossbow#0","price":97482},"4940":{"id":4940,"name":"Karil's leathertop 100","members":true,"equipable":true,"equipable_by_player":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Karil's leathertop (100)","wiki_url":"https://oldschool.runescape.wiki/w/Karil's_leathertop#100","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":30,"defence_stab":47,"defence_slash":42,"defence_crush":50,"defence_magic":65,"defence_ranged":57,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"ranged":70,"defence":70}},"price":0},"4941":{"id":4941,"name":"Karil's leathertop 75","members":true,"equipable":true,"equipable_by_player":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Karil's leathertop (75)","wiki_url":"https://oldschool.runescape.wiki/w/Karil's_leathertop#75","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":30,"defence_stab":47,"defence_slash":42,"defence_crush":50,"defence_magic":65,"defence_ranged":57,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"ranged":70,"defence":70}},"price":0},"4942":{"id":4942,"name":"Karil's leathertop 50","members":true,"equipable":true,"equipable_by_player":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Karil's leathertop (50)","wiki_url":"https://oldschool.runescape.wiki/w/Karil's_leathertop#50","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":30,"defence_stab":47,"defence_slash":42,"defence_crush":50,"defence_magic":65,"defence_ranged":57,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"ranged":70,"defence":70}},"price":0},"4943":{"id":4943,"name":"Karil's leathertop 25","members":true,"equipable":true,"equipable_by_player":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Karil's leathertop (25)","wiki_url":"https://oldschool.runescape.wiki/w/Karil's_leathertop#25","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":30,"defence_stab":47,"defence_slash":42,"defence_crush":50,"defence_magic":65,"defence_ranged":57,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"ranged":70,"defence":70}},"price":0},"4944":{"id":4944,"name":"Karil's leathertop 0","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50000,"lowalch":20000,"highalch":30000,"buy_limit":15,"wiki_name":"Karil's leathertop (0)","wiki_url":"https://oldschool.runescape.wiki/w/Karil's_leathertop#0","price":1151592},"4946":{"id":4946,"name":"Karil's leatherskirt 100","members":true,"equipable":true,"equipable_by_player":true,"cost":47000,"lowalch":18800,"highalch":28200,"wiki_name":"Karil's leatherskirt (100)","wiki_url":"https://oldschool.runescape.wiki/w/Karil's_leatherskirt#100","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":17,"defence_stab":26,"defence_slash":20,"defence_crush":28,"defence_magic":35,"defence_ranged":33,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"ranged":70,"defence":70}},"price":0},"4947":{"id":4947,"name":"Karil's leatherskirt 75","members":true,"equipable":true,"equipable_by_player":true,"cost":47000,"lowalch":18800,"highalch":28200,"wiki_name":"Karil's leatherskirt (75)","wiki_url":"https://oldschool.runescape.wiki/w/Karil's_leatherskirt#75","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":17,"defence_stab":26,"defence_slash":20,"defence_crush":28,"defence_magic":35,"defence_ranged":33,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"ranged":70,"defence":70}},"price":0},"4948":{"id":4948,"name":"Karil's leatherskirt 50","members":true,"equipable":true,"equipable_by_player":true,"cost":47000,"lowalch":18800,"highalch":28200,"wiki_name":"Karil's leatherskirt (50)","wiki_url":"https://oldschool.runescape.wiki/w/Karil's_leatherskirt#50","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":17,"defence_stab":26,"defence_slash":20,"defence_crush":28,"defence_magic":35,"defence_ranged":33,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"ranged":70,"defence":70}},"price":0},"4949":{"id":4949,"name":"Karil's leatherskirt 25","members":true,"equipable":true,"equipable_by_player":true,"cost":47000,"lowalch":18800,"highalch":28200,"wiki_name":"Karil's leatherskirt (25)","wiki_url":"https://oldschool.runescape.wiki/w/Karil's_leatherskirt#25","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":17,"defence_stab":26,"defence_slash":20,"defence_crush":28,"defence_magic":35,"defence_ranged":33,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"ranged":70,"defence":70}},"price":0},"4950":{"id":4950,"name":"Karil's leatherskirt 0","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":47000,"lowalch":18800,"highalch":28200,"buy_limit":15,"wiki_name":"Karil's leatherskirt (0)","wiki_url":"https://oldschool.runescape.wiki/w/Karil's_leatherskirt#0","price":435421},"4952":{"id":4952,"name":"Torag's helm 100","members":true,"equipable":true,"equipable_by_player":true,"cost":103000,"lowalch":41200,"highalch":61800,"wiki_name":"Torag's helm (100)","wiki_url":"https://oldschool.runescape.wiki/w/Torag's_helm#100","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":55,"defence_slash":58,"defence_crush":54,"defence_magic":-1,"defence_ranged":62,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":70}},"price":0},"4953":{"id":4953,"name":"Torag's helm 75","members":true,"equipable":true,"equipable_by_player":true,"cost":103000,"lowalch":41200,"highalch":61800,"wiki_name":"Torag's helm (75)","wiki_url":"https://oldschool.runescape.wiki/w/Torag's_helm#75","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":55,"defence_slash":58,"defence_crush":54,"defence_magic":-1,"defence_ranged":62,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":70}},"price":0},"4954":{"id":4954,"name":"Torag's helm 50","members":true,"equipable":true,"equipable_by_player":true,"cost":103000,"lowalch":41200,"highalch":61800,"wiki_name":"Torag's helm (50)","wiki_url":"https://oldschool.runescape.wiki/w/Torag's_helm#50","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":55,"defence_slash":58,"defence_crush":54,"defence_magic":-1,"defence_ranged":62,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":70}},"price":0},"4955":{"id":4955,"name":"Torag's helm 25","members":true,"equipable":true,"equipable_by_player":true,"cost":103000,"lowalch":41200,"highalch":61800,"wiki_name":"Torag's helm (25)","wiki_url":"https://oldschool.runescape.wiki/w/Torag's_helm#25","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":55,"defence_slash":58,"defence_crush":54,"defence_magic":-1,"defence_ranged":62,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":70}},"price":0},"4956":{"id":4956,"name":"Torag's helm 0","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":103000,"lowalch":41200,"highalch":61800,"buy_limit":15,"wiki_name":"Torag's helm (0)","wiki_url":"https://oldschool.runescape.wiki/w/Torag's_helm#0","price":66519},"4958":{"id":4958,"name":"Torag's hammers 100","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":160000,"lowalch":64000,"highalch":96000,"wiki_name":"Torag's hammers (100)","wiki_url":"https://oldschool.runescape.wiki/w/Torag's_hammers#100","equipment":{"attack_stab":-4,"attack_slash":-4,"attack_crush":85,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":72,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"strength":70}},"weapon":{"attack_speed":5,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"4959":{"id":4959,"name":"Torag's hammers 75","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":160000,"lowalch":64000,"highalch":96000,"wiki_name":"Torag's hammers (75)","wiki_url":"https://oldschool.runescape.wiki/w/Torag's_hammers#75","equipment":{"attack_stab":-4,"attack_slash":-4,"attack_crush":85,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":72,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"strength":70}},"weapon":{"attack_speed":5,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"4960":{"id":4960,"name":"Torag's hammers 50","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":160000,"lowalch":64000,"highalch":96000,"wiki_name":"Torag's hammers (50)","wiki_url":"https://oldschool.runescape.wiki/w/Torag's_hammers#50","equipment":{"attack_stab":-4,"attack_slash":-4,"attack_crush":85,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":72,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"strength":70}},"weapon":{"attack_speed":5,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"4961":{"id":4961,"name":"Torag's hammers 25","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":160000,"lowalch":64000,"highalch":96000,"wiki_name":"Torag's hammers (25)","wiki_url":"https://oldschool.runescape.wiki/w/Torag's_hammers#25","equipment":{"attack_stab":-4,"attack_slash":-4,"attack_crush":85,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":72,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"strength":70}},"weapon":{"attack_speed":5,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"4962":{"id":4962,"name":"Torag's hammers 0","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":160000,"lowalch":64000,"highalch":96000,"buy_limit":15,"wiki_name":"Torag's hammers (0)","wiki_url":"https://oldschool.runescape.wiki/w/Torag's_hammers#0","price":95537},"4964":{"id":4964,"name":"Torag's platebody 100","members":true,"equipable":true,"equipable_by_player":true,"cost":280000,"lowalch":112000,"highalch":168000,"wiki_name":"Torag's platebody (100)","wiki_url":"https://oldschool.runescape.wiki/w/Torag's_platebody#100","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-10,"defence_stab":122,"defence_slash":120,"defence_crush":107,"defence_magic":-6,"defence_ranged":132,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":70}},"price":0},"4965":{"id":4965,"name":"Torag's platebody 75","members":true,"equipable":true,"equipable_by_player":true,"cost":280000,"lowalch":112000,"highalch":168000,"wiki_name":"Torag's platebody (75)","wiki_url":"https://oldschool.runescape.wiki/w/Torag's_platebody#75","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-10,"defence_stab":122,"defence_slash":120,"defence_crush":107,"defence_magic":-6,"defence_ranged":132,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":70}},"price":0},"4966":{"id":4966,"name":"Torag's platebody 50","members":true,"equipable":true,"equipable_by_player":true,"cost":280000,"lowalch":112000,"highalch":168000,"wiki_name":"Torag's platebody (50)","wiki_url":"https://oldschool.runescape.wiki/w/Torag's_platebody#50","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-10,"defence_stab":122,"defence_slash":120,"defence_crush":107,"defence_magic":-6,"defence_ranged":132,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":70}},"price":0},"4967":{"id":4967,"name":"Torag's platebody 25","members":true,"equipable":true,"equipable_by_player":true,"cost":280000,"lowalch":112000,"highalch":168000,"wiki_name":"Torag's platebody (25)","wiki_url":"https://oldschool.runescape.wiki/w/Torag's_platebody#25","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-10,"defence_stab":122,"defence_slash":120,"defence_crush":107,"defence_magic":-6,"defence_ranged":132,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":70}},"price":0},"4968":{"id":4968,"name":"Torag's platebody 0","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":280000,"lowalch":112000,"highalch":168000,"buy_limit":15,"wiki_name":"Torag's platebody (0)","wiki_url":"https://oldschool.runescape.wiki/w/Torag's_platebody#0","price":168140},"4970":{"id":4970,"name":"Torag's platelegs 100","members":true,"equipable":true,"equipable_by_player":true,"cost":275000,"lowalch":110000,"highalch":165000,"wiki_name":"Torag's platelegs (100)","wiki_url":"https://oldschool.runescape.wiki/w/Torag's_platelegs#100","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":85,"defence_slash":82,"defence_crush":83,"defence_magic":-4,"defence_ranged":92,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":70}},"price":0},"4971":{"id":4971,"name":"Torag's platelegs 75","members":true,"equipable":true,"equipable_by_player":true,"cost":275000,"lowalch":110000,"highalch":165000,"wiki_name":"Torag's platelegs (75)","wiki_url":"https://oldschool.runescape.wiki/w/Torag's_platelegs#75","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":85,"defence_slash":82,"defence_crush":83,"defence_magic":-4,"defence_ranged":92,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":70}},"price":0},"4972":{"id":4972,"name":"Torag's platelegs 50","members":true,"equipable":true,"equipable_by_player":true,"cost":275000,"lowalch":110000,"highalch":165000,"wiki_name":"Torag's platelegs (50)","wiki_url":"https://oldschool.runescape.wiki/w/Torag's_platelegs#50","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":85,"defence_slash":82,"defence_crush":83,"defence_magic":-4,"defence_ranged":92,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":70}},"price":0},"4973":{"id":4973,"name":"Torag's platelegs 25","members":true,"equipable":true,"equipable_by_player":true,"cost":275000,"lowalch":110000,"highalch":165000,"wiki_name":"Torag's platelegs (25)","wiki_url":"https://oldschool.runescape.wiki/w/Torag's_platelegs#25","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":85,"defence_slash":82,"defence_crush":83,"defence_magic":-4,"defence_ranged":92,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":70}},"price":0},"4974":{"id":4974,"name":"Torag's platelegs 0","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":275000,"lowalch":110000,"highalch":165000,"buy_limit":15,"wiki_name":"Torag's platelegs (0)","wiki_url":"https://oldschool.runescape.wiki/w/Torag's_platelegs#0","price":170204},"4976":{"id":4976,"name":"Verac's helm 100","members":true,"equipable":true,"equipable_by_player":true,"cost":103000,"lowalch":41200,"highalch":61800,"wiki_name":"Verac's helm (100)","wiki_url":"https://oldschool.runescape.wiki/w/Verac's_helm#100","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":55,"defence_slash":58,"defence_crush":54,"defence_magic":0,"defence_ranged":56,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"head","requirements":{"defence":70}},"price":0},"4977":{"id":4977,"name":"Verac's helm 75","members":true,"equipable":true,"equipable_by_player":true,"cost":103000,"lowalch":41200,"highalch":61800,"wiki_name":"Verac's helm (75)","wiki_url":"https://oldschool.runescape.wiki/w/Verac's_helm#75","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":55,"defence_slash":58,"defence_crush":54,"defence_magic":0,"defence_ranged":56,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"head","requirements":{"defence":70}},"price":0},"4978":{"id":4978,"name":"Verac's helm 50","members":true,"equipable":true,"equipable_by_player":true,"cost":103000,"lowalch":41200,"highalch":61800,"wiki_name":"Verac's helm (50)","wiki_url":"https://oldschool.runescape.wiki/w/Verac's_helm#50","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":55,"defence_slash":58,"defence_crush":54,"defence_magic":0,"defence_ranged":56,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"head","requirements":{"defence":70}},"price":0},"4979":{"id":4979,"name":"Verac's helm 25","members":true,"equipable":true,"equipable_by_player":true,"cost":103000,"lowalch":41200,"highalch":61800,"wiki_name":"Verac's helm (25)","wiki_url":"https://oldschool.runescape.wiki/w/Verac's_helm#25","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":55,"defence_slash":58,"defence_crush":54,"defence_magic":0,"defence_ranged":56,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"head","requirements":{"defence":70}},"price":0},"4980":{"id":4980,"name":"Verac's helm 0","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":103000,"lowalch":41200,"highalch":61800,"buy_limit":15,"wiki_name":"Verac's helm (0)","wiki_url":"https://oldschool.runescape.wiki/w/Verac's_helm#0","price":62461},"4982":{"id":4982,"name":"Verac's flail 100","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":160000,"lowalch":64000,"highalch":96000,"wiki_name":"Verac's flail (100)","wiki_url":"https://oldschool.runescape.wiki/w/Verac's_flail#100","equipment":{"attack_stab":68,"attack_slash":-2,"attack_crush":82,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":72,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"2h","requirements":{"attack":70}},"weapon":{"attack_speed":5,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"4983":{"id":4983,"name":"Verac's flail 75","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":160000,"lowalch":64000,"highalch":96000,"wiki_name":"Verac's flail (75)","wiki_url":"https://oldschool.runescape.wiki/w/Verac's_flail#75","equipment":{"attack_stab":68,"attack_slash":-2,"attack_crush":82,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":72,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"2h","requirements":{"attack":70}},"weapon":{"attack_speed":5,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"4984":{"id":4984,"name":"Verac's flail 50","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":160000,"lowalch":64000,"highalch":96000,"wiki_name":"Verac's flail (50)","wiki_url":"https://oldschool.runescape.wiki/w/Verac's_flail#50","equipment":{"attack_stab":68,"attack_slash":-2,"attack_crush":82,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":72,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"2h","requirements":{"attack":70}},"weapon":{"attack_speed":5,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"4985":{"id":4985,"name":"Verac's flail 25","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":160000,"lowalch":64000,"highalch":96000,"wiki_name":"Verac's flail (25)","wiki_url":"https://oldschool.runescape.wiki/w/Verac's_flail#25","equipment":{"attack_stab":68,"attack_slash":-2,"attack_crush":82,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":72,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"2h","requirements":{"attack":70}},"weapon":{"attack_speed":5,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"4986":{"id":4986,"name":"Verac's flail 0","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":160000,"lowalch":64000,"highalch":96000,"buy_limit":15,"wiki_name":"Verac's flail (0)","wiki_url":"https://oldschool.runescape.wiki/w/Verac's_flail#0","price":96530},"4988":{"id":4988,"name":"Verac's brassard 100","members":true,"equipable":true,"equipable_by_player":true,"cost":280000,"lowalch":112000,"highalch":168000,"wiki_name":"Verac's brassard (100)","wiki_url":"https://oldschool.runescape.wiki/w/Verac's_brassard#100","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":81,"defence_slash":95,"defence_crush":85,"defence_magic":0,"defence_ranged":81,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"body","requirements":{"defence":70}},"price":0},"4989":{"id":4989,"name":"Verac's brassard 75","members":true,"equipable":true,"equipable_by_player":true,"cost":280000,"lowalch":112000,"highalch":168000,"wiki_name":"Verac's brassard (75)","wiki_url":"https://oldschool.runescape.wiki/w/Verac's_brassard#75","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":81,"defence_slash":95,"defence_crush":85,"defence_magic":0,"defence_ranged":81,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"body","requirements":{"defence":70}},"price":0},"4990":{"id":4990,"name":"Verac's brassard 50","members":true,"equipable":true,"equipable_by_player":true,"cost":280000,"lowalch":112000,"highalch":168000,"wiki_name":"Verac's brassard (50)","wiki_url":"https://oldschool.runescape.wiki/w/Verac's_brassard#50","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":81,"defence_slash":95,"defence_crush":85,"defence_magic":0,"defence_ranged":81,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"body","requirements":{"defence":70}},"price":0},"4991":{"id":4991,"name":"Verac's brassard 25","members":true,"equipable":true,"equipable_by_player":true,"cost":280000,"lowalch":112000,"highalch":168000,"wiki_name":"Verac's brassard (25)","wiki_url":"https://oldschool.runescape.wiki/w/Verac's_brassard#25","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":81,"defence_slash":95,"defence_crush":85,"defence_magic":0,"defence_ranged":81,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"body","requirements":{"defence":70}},"price":0},"4992":{"id":4992,"name":"Verac's brassard 0","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":280000,"lowalch":112000,"highalch":168000,"buy_limit":15,"wiki_name":"Verac's brassard (0)","wiki_url":"https://oldschool.runescape.wiki/w/Verac's_brassard#0","price":158244},"4994":{"id":4994,"name":"Verac's plateskirt 100","members":true,"equipable":true,"equipable_by_player":true,"cost":275000,"lowalch":110000,"highalch":165000,"wiki_name":"Verac's plateskirt (100)","wiki_url":"https://oldschool.runescape.wiki/w/Verac's_plateskirt#100","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":85,"defence_slash":82,"defence_crush":83,"defence_magic":0,"defence_ranged":84,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"legs","requirements":{"defence":70}},"price":0},"4995":{"id":4995,"name":"Verac's plateskirt 75","members":true,"equipable":true,"equipable_by_player":true,"cost":275000,"lowalch":110000,"highalch":165000,"wiki_name":"Verac's plateskirt (75)","wiki_url":"https://oldschool.runescape.wiki/w/Verac's_plateskirt#75","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":85,"defence_slash":82,"defence_crush":83,"defence_magic":0,"defence_ranged":84,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"legs","requirements":{"defence":70}},"price":0},"4996":{"id":4996,"name":"Verac's plateskirt 50","members":true,"equipable":true,"equipable_by_player":true,"cost":275000,"lowalch":110000,"highalch":165000,"wiki_name":"Verac's plateskirt (50)","wiki_url":"https://oldschool.runescape.wiki/w/Verac's_plateskirt#50","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":85,"defence_slash":82,"defence_crush":83,"defence_magic":0,"defence_ranged":84,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"legs","requirements":{"defence":70}},"price":0},"4997":{"id":4997,"name":"Verac's plateskirt 25","members":true,"equipable":true,"equipable_by_player":true,"cost":275000,"lowalch":110000,"highalch":165000,"wiki_name":"Verac's plateskirt (25)","wiki_url":"https://oldschool.runescape.wiki/w/Verac's_plateskirt#25","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":85,"defence_slash":82,"defence_crush":83,"defence_magic":0,"defence_ranged":84,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"legs","requirements":{"defence":70}},"price":0},"4998":{"id":4998,"name":"Verac's plateskirt 0","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":275000,"lowalch":110000,"highalch":165000,"buy_limit":15,"wiki_name":"Verac's plateskirt (0)","wiki_url":"https://oldschool.runescape.wiki/w/Verac's_plateskirt#0","price":174265},"5001":{"id":5001,"name":"Raw cave eel","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":13000,"wiki_name":"Raw cave eel","wiki_url":"https://oldschool.runescape.wiki/w/Raw_cave_eel","price":87},"5002":{"id":5002,"name":"Burnt cave eel","members":true,"tradeable":true,"noteable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Burnt cave eel","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_cave_eel","price":0},"5003":{"id":5003,"name":"Cave eel","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":10000,"wiki_name":"Cave eel","wiki_url":"https://oldschool.runescape.wiki/w/Cave_eel","price":51},"5004":{"id":5004,"name":"Frog spawn","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Frog spawn","wiki_url":"https://oldschool.runescape.wiki/w/Frog_spawn","price":0},"5008":{"id":5008,"name":"Brooch","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Brooch","wiki_url":"https://oldschool.runescape.wiki/w/Brooch","price":0},"5009":{"id":5009,"name":"Goblin symbol book","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Goblin symbol book","wiki_url":"https://oldschool.runescape.wiki/w/Goblin_symbol_book","price":0},"5010":{"id":5010,"name":"Key","members":true,"cost":1,"wiki_name":"Key (The Lost Tribe)","wiki_url":"https://oldschool.runescape.wiki/w/Key_(The_Lost_Tribe)","price":0},"5011":{"id":5011,"name":"Silverware","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Silverware","wiki_url":"https://oldschool.runescape.wiki/w/Silverware","price":0},"5012":{"id":5012,"name":"Peace treaty","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Peace treaty","wiki_url":"https://oldschool.runescape.wiki/w/Peace_treaty","price":0},"5013":{"id":5013,"name":"Mining helmet","members":true,"equipable":true,"equipable_by_player":true,"cost":600,"lowalch":240,"highalch":360,"wiki_name":"Mining helmet (Lit)","wiki_url":"https://oldschool.runescape.wiki/w/Mining_helmet#Lit","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":4,"defence_slash":5,"defence_crush":3,"defence_magic":-1,"defence_ranged":4,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"5014":{"id":5014,"name":"Mining helmet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":600,"lowalch":240,"highalch":360,"buy_limit":4,"wiki_name":"Mining helmet (Unlit)","wiki_url":"https://oldschool.runescape.wiki/w/Mining_helmet#Unlit","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":4,"defence_slash":5,"defence_crush":3,"defence_magic":-1,"defence_ranged":4,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":558},"5016":{"id":5016,"name":"Bone spear","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":600,"lowalch":240,"highalch":360,"buy_limit":4,"wiki_name":"Bone spear","wiki_url":"https://oldschool.runescape.wiki/w/Bone_spear","equipment":{"attack_stab":11,"attack_slash":11,"attack_crush":11,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"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":null},"weapon":{"attack_speed":6,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1200},"5018":{"id":5018,"name":"Bone club","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":600,"lowalch":240,"highalch":360,"buy_limit":4,"wiki_name":"Bone club","wiki_url":"https://oldschool.runescape.wiki/w/Bone_club","equipment":{"attack_stab":-4,"attack_slash":-4,"attack_crush":16,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":15,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":6,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":4067},"5020":{"id":5020,"name":"Minecart ticket","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Minecart ticket (Keldagrim to Ice Mountain)","wiki_url":"https://oldschool.runescape.wiki/w/Minecart_ticket#Keldagrim_to_Ice_Mountain","price":0},"5021":{"id":5021,"name":"Minecart ticket","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Minecart ticket (Ice Mountain to Keldagrim)","wiki_url":"https://oldschool.runescape.wiki/w/Minecart_ticket#Ice_Mountain_to_Keldagrim","price":0},"5022":{"id":5022,"name":"Minecart ticket","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Minecart ticket (Keldagrim to White Wolf Mountain)","wiki_url":"https://oldschool.runescape.wiki/w/Minecart_ticket#Keldagrim_to_White_Wolf_Mountain","price":0},"5023":{"id":5023,"name":"Minecart ticket","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Minecart ticket (White Wolf Mountain to Keldagrim)","wiki_url":"https://oldschool.runescape.wiki/w/Minecart_ticket#White_Wolf_Mountain_to_Keldagrim","price":0},"5024":{"id":5024,"name":"Woven top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Woven top (brown)","wiki_url":"https://oldschool.runescape.wiki/w/Woven_top_(brown)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":1036},"5026":{"id":5026,"name":"Woven top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":625,"lowalch":250,"highalch":375,"buy_limit":150,"wiki_name":"Woven top (yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Woven_top_(yellow)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":5559},"5028":{"id":5028,"name":"Woven top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":650,"lowalch":260,"highalch":390,"buy_limit":150,"wiki_name":"Woven top (blue)","wiki_url":"https://oldschool.runescape.wiki/w/Woven_top_(blue)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":1508},"5030":{"id":5030,"name":"Shirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":450,"lowalch":180,"highalch":270,"buy_limit":150,"wiki_name":"Shirt (brown)","wiki_url":"https://oldschool.runescape.wiki/w/Shirt_(brown)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"5032":{"id":5032,"name":"Shirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":600,"lowalch":240,"highalch":360,"buy_limit":150,"wiki_name":"Shirt (yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Shirt_(yellow)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":1145},"5034":{"id":5034,"name":"Shirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":625,"lowalch":250,"highalch":375,"buy_limit":150,"wiki_name":"Shirt (lilac)","wiki_url":"https://oldschool.runescape.wiki/w/Shirt_(lilac)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":501},"5036":{"id":5036,"name":"Trousers","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":550,"lowalch":220,"highalch":330,"buy_limit":150,"wiki_name":"Trousers (brown)","wiki_url":"https://oldschool.runescape.wiki/w/Trousers_(brown)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":2501},"5038":{"id":5038,"name":"Trousers","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":700,"lowalch":280,"highalch":420,"buy_limit":150,"wiki_name":"Trousers (lilac)","wiki_url":"https://oldschool.runescape.wiki/w/Trousers_(lilac)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":1425},"5040":{"id":5040,"name":"Trousers","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":750,"lowalch":300,"highalch":450,"buy_limit":150,"wiki_name":"Trousers (blue)","wiki_url":"https://oldschool.runescape.wiki/w/Trousers_(blue)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":1035},"5042":{"id":5042,"name":"Shorts","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":280,"lowalch":112,"highalch":168,"buy_limit":150,"wiki_name":"Shorts (brown)","wiki_url":"https://oldschool.runescape.wiki/w/Shorts_(brown)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":5646},"5044":{"id":5044,"name":"Shorts","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":360,"lowalch":144,"highalch":216,"buy_limit":150,"wiki_name":"Shorts (yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Shorts_(yellow)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":605},"5046":{"id":5046,"name":"Shorts","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":390,"lowalch":156,"highalch":234,"buy_limit":150,"wiki_name":"Shorts (blue)","wiki_url":"https://oldschool.runescape.wiki/w/Shorts_(blue)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":1383},"5048":{"id":5048,"name":"Skirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":350,"lowalch":140,"highalch":210,"buy_limit":150,"wiki_name":"Skirt (brown)","wiki_url":"https://oldschool.runescape.wiki/w/Skirt_(brown)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":225},"5050":{"id":5050,"name":"Skirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":550,"lowalch":220,"highalch":330,"buy_limit":150,"wiki_name":"Skirt (lilac)","wiki_url":"https://oldschool.runescape.wiki/w/Skirt_(lilac)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":1},"5052":{"id":5052,"name":"Skirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":625,"lowalch":250,"highalch":375,"buy_limit":150,"wiki_name":"Skirt (blue)","wiki_url":"https://oldschool.runescape.wiki/w/Skirt_(blue)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":342},"5054":{"id":5054,"name":"Dwarf","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dwarf (The Giant Dwarf)","wiki_url":"https://oldschool.runescape.wiki/w/Dwarf_(The_Giant_Dwarf)","price":0},"5056":{"id":5056,"name":"Dwarven battleaxe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dwarven battleaxe (Rusty)","wiki_url":"https://oldschool.runescape.wiki/w/Dwarven_battleaxe#Rusty","price":0},"5057":{"id":5057,"name":"Dwarven battleaxe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dwarven battleaxe (Sharpened)","wiki_url":"https://oldschool.runescape.wiki/w/Dwarven_battleaxe#Sharpened","price":0},"5058":{"id":5058,"name":"Dwarven battleaxe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dwarven battleaxe (Sapphires)","wiki_url":"https://oldschool.runescape.wiki/w/Dwarven_battleaxe#Sapphires","price":0},"5059":{"id":5059,"name":"Dwarven battleaxe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dwarven battleaxe (Repaired)","wiki_url":"https://oldschool.runescape.wiki/w/Dwarven_battleaxe#Repaired","price":0},"5060":{"id":5060,"name":"Dwarven battleaxe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dwarven battleaxe (animation item) (Rusty)","wiki_url":"https://oldschool.runescape.wiki/w/Dwarven_battleaxe_(animation_item)#Rusty","price":0},"5061":{"id":5061,"name":"Dwarven battleaxe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dwarven battleaxe (animation item) (Sharpened)","wiki_url":"https://oldschool.runescape.wiki/w/Dwarven_battleaxe_(animation_item)#Sharpened","price":0},"5062":{"id":5062,"name":"Left boot","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Left boot","wiki_url":"https://oldschool.runescape.wiki/w/Left_boot","price":0},"5063":{"id":5063,"name":"Right boot","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Right boot","wiki_url":"https://oldschool.runescape.wiki/w/Right_boot","price":0},"5064":{"id":5064,"name":"Exquisite boots","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Exquisite boots","wiki_url":"https://oldschool.runescape.wiki/w/Exquisite_boots","price":0},"5065":{"id":5065,"name":"Book on costumes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Book on costumes","wiki_url":"https://oldschool.runescape.wiki/w/Book_on_costumes","price":0},"5066":{"id":5066,"name":"Meeting notes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Meeting notes","wiki_url":"https://oldschool.runescape.wiki/w/Meeting_notes","price":0},"5067":{"id":5067,"name":"Exquisite clothes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Exquisite clothes","wiki_url":"https://oldschool.runescape.wiki/w/Exquisite_clothes","price":0},"5068":{"id":5068,"name":"Master farmer","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"5070":{"id":5070,"name":"Bird nest","members":true,"cost":453,"wiki_name":"Bird nest (egg) (Red egg)","wiki_url":"https://oldschool.runescape.wiki/w/Bird_nest_(egg)#Red_egg","price":0},"5071":{"id":5071,"name":"Bird nest","members":true,"cost":453,"wiki_name":"Bird nest (egg) (Green egg)","wiki_url":"https://oldschool.runescape.wiki/w/Bird_nest_(egg)#Green_egg","price":0},"5072":{"id":5072,"name":"Bird nest","members":true,"cost":453,"wiki_name":"Bird nest (egg) (Blue egg)","wiki_url":"https://oldschool.runescape.wiki/w/Bird_nest_(egg)#Blue_egg","price":0},"5073":{"id":5073,"name":"Bird nest","members":true,"cost":453,"lowalch":181,"highalch":271,"wiki_name":"Bird nest (seeds, 2005-2019)","wiki_url":"https://oldschool.runescape.wiki/w/Bird_nest_(seeds,_2005-2019)","price":0},"5074":{"id":5074,"name":"Bird nest","members":true,"cost":453,"lowalch":181,"highalch":271,"wiki_name":"Bird nest (ring)","wiki_url":"https://oldschool.runescape.wiki/w/Bird_nest_(ring)","price":0},"5075":{"id":5075,"name":"Bird nest","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":453,"lowalch":181,"highalch":271,"buy_limit":11000,"wiki_name":"Bird nest (empty)","wiki_url":"https://oldschool.runescape.wiki/w/Bird_nest_(empty)","price":7751},"5076":{"id":5076,"name":"Bird's egg","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bird's egg (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Bird's_egg#Red","price":0},"5077":{"id":5077,"name":"Bird's egg","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bird's egg (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Bird's_egg#Blue","price":0},"5078":{"id":5078,"name":"Bird's egg","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bird's egg (Green)","wiki_url":"https://oldschool.runescape.wiki/w/Bird's_egg#Green","price":0},"5087":{"id":5087,"name":"Varrock armour","incomplete":true,"cost":0,"lowalch":0,"highalch":0,"price":0},"5089":{"id":5089,"name":"Sea snake","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"5093":{"id":5093,"name":"Morytania legs","incomplete":true,"cost":0,"lowalch":0,"highalch":0,"price":0},"5095":{"id":5095,"name":"Explorer's ring","incomplete":true,"cost":0,"lowalch":0,"highalch":0,"price":0},"5096":{"id":5096,"name":"Marigold seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":600,"wiki_name":"Marigold seed","wiki_url":"https://oldschool.runescape.wiki/w/Marigold_seed","price":1},"5097":{"id":5097,"name":"Rosemary seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":600,"wiki_name":"Rosemary seed","wiki_url":"https://oldschool.runescape.wiki/w/Rosemary_seed","price":13},"5098":{"id":5098,"name":"Nasturtium seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":11,"lowalch":4,"highalch":6,"buy_limit":200,"wiki_name":"Nasturtium seed","wiki_url":"https://oldschool.runescape.wiki/w/Nasturtium_seed","price":10},"5099":{"id":5099,"name":"Woad seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":11,"lowalch":4,"highalch":6,"buy_limit":600,"wiki_name":"Woad seed","wiki_url":"https://oldschool.runescape.wiki/w/Woad_seed","price":9},"5100":{"id":5100,"name":"Limpwurt seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":12,"lowalch":4,"highalch":7,"buy_limit":600,"wiki_name":"Limpwurt seed","wiki_url":"https://oldschool.runescape.wiki/w/Limpwurt_seed","price":4},"5101":{"id":5101,"name":"Redberry seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":600,"wiki_name":"Redberry seed","wiki_url":"https://oldschool.runescape.wiki/w/Redberry_seed","price":7},"5102":{"id":5102,"name":"Cadavaberry seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":9,"lowalch":3,"highalch":5,"buy_limit":600,"wiki_name":"Cadavaberry seed","wiki_url":"https://oldschool.runescape.wiki/w/Cadavaberry_seed","price":7},"5103":{"id":5103,"name":"Dwellberry seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":25,"lowalch":10,"highalch":15,"buy_limit":600,"wiki_name":"Dwellberry seed","wiki_url":"https://oldschool.runescape.wiki/w/Dwellberry_seed","price":0},"5104":{"id":5104,"name":"Jangerberry seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":60,"lowalch":24,"highalch":36,"buy_limit":200,"wiki_name":"Jangerberry seed","wiki_url":"https://oldschool.runescape.wiki/w/Jangerberry_seed","price":1},"5105":{"id":5105,"name":"Whiteberry seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":133,"lowalch":53,"highalch":79,"buy_limit":200,"wiki_name":"Whiteberry seed","wiki_url":"https://oldschool.runescape.wiki/w/Whiteberry_seed","price":12},"5106":{"id":5106,"name":"Poison ivy seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":166,"lowalch":66,"highalch":99,"buy_limit":200,"wiki_name":"Poison ivy seed","wiki_url":"https://oldschool.runescape.wiki/w/Poison_ivy_seed","price":6},"5171":{"id":5171,"name":"Seeds","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"5280":{"id":5280,"name":"Cactus seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":99,"lowalch":39,"highalch":59,"buy_limit":200,"wiki_name":"Cactus seed","wiki_url":"https://oldschool.runescape.wiki/w/Cactus_seed","price":25},"5281":{"id":5281,"name":"Belladonna seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":177,"lowalch":70,"highalch":106,"buy_limit":200,"wiki_name":"Belladonna seed","wiki_url":"https://oldschool.runescape.wiki/w/Belladonna_seed","price":65},"5282":{"id":5282,"name":"Mushroom spore","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":86,"lowalch":34,"highalch":51,"buy_limit":200,"wiki_name":"Mushroom spore","wiki_url":"https://oldschool.runescape.wiki/w/Mushroom_spore","price":15},"5283":{"id":5283,"name":"Apple tree seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":13,"lowalch":5,"highalch":7,"buy_limit":200,"wiki_name":"Apple tree seed","wiki_url":"https://oldschool.runescape.wiki/w/Apple_tree_seed","price":28},"5284":{"id":5284,"name":"Banana tree seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":200,"wiki_name":"Banana tree seed","wiki_url":"https://oldschool.runescape.wiki/w/Banana_tree_seed","price":9},"5285":{"id":5285,"name":"Orange tree seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":31,"lowalch":12,"highalch":18,"buy_limit":200,"wiki_name":"Orange tree seed","wiki_url":"https://oldschool.runescape.wiki/w/Orange_tree_seed","price":15},"5286":{"id":5286,"name":"Curry tree seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":39,"lowalch":15,"highalch":23,"buy_limit":200,"wiki_name":"Curry tree seed","wiki_url":"https://oldschool.runescape.wiki/w/Curry_tree_seed","price":17},"5287":{"id":5287,"name":"Pineapple seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":74,"lowalch":29,"highalch":44,"buy_limit":200,"wiki_name":"Pineapple seed","wiki_url":"https://oldschool.runescape.wiki/w/Pineapple_seed","price":58},"5288":{"id":5288,"name":"Papaya tree seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":115,"lowalch":46,"highalch":69,"buy_limit":200,"wiki_name":"Papaya tree seed","wiki_url":"https://oldschool.runescape.wiki/w/Papaya_tree_seed","price":300},"5289":{"id":5289,"name":"Palm tree seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":254,"lowalch":101,"highalch":152,"buy_limit":200,"wiki_name":"Palm tree seed","wiki_url":"https://oldschool.runescape.wiki/w/Palm_tree_seed","price":17920},"5290":{"id":5290,"name":"Calquat tree seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":340,"lowalch":136,"highalch":204,"buy_limit":200,"wiki_name":"Calquat tree seed","wiki_url":"https://oldschool.runescape.wiki/w/Calquat_tree_seed","price":36},"5291":{"id":5291,"name":"Guam seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":600,"wiki_name":"Guam seed","wiki_url":"https://oldschool.runescape.wiki/w/Guam_seed","price":28},"5292":{"id":5292,"name":"Marrentill seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":600,"wiki_name":"Marrentill seed","wiki_url":"https://oldschool.runescape.wiki/w/Marrentill_seed","price":3},"5293":{"id":5293,"name":"Tarromin seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":600,"wiki_name":"Tarromin seed","wiki_url":"https://oldschool.runescape.wiki/w/Tarromin_seed","price":18},"5294":{"id":5294,"name":"Harralander seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":600,"wiki_name":"Harralander seed","wiki_url":"https://oldschool.runescape.wiki/w/Harralander_seed","price":7},"5295":{"id":5295,"name":"Ranarr seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":200,"wiki_name":"Ranarr seed","wiki_url":"https://oldschool.runescape.wiki/w/Ranarr_seed","price":23262},"5296":{"id":5296,"name":"Toadflax seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":600,"wiki_name":"Toadflax seed","wiki_url":"https://oldschool.runescape.wiki/w/Toadflax_seed","price":535},"5297":{"id":5297,"name":"Irit seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":600,"wiki_name":"Irit seed","wiki_url":"https://oldschool.runescape.wiki/w/Irit_seed","price":103},"5298":{"id":5298,"name":"Avantoe seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":8,"lowalch":3,"highalch":4,"buy_limit":200,"wiki_name":"Avantoe seed","wiki_url":"https://oldschool.runescape.wiki/w/Avantoe_seed","price":2579},"5299":{"id":5299,"name":"Kwuarm seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":11,"lowalch":4,"highalch":6,"buy_limit":200,"wiki_name":"Kwuarm seed","wiki_url":"https://oldschool.runescape.wiki/w/Kwuarm_seed","price":1693},"5300":{"id":5300,"name":"Snapdragon seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":60,"lowalch":24,"highalch":36,"buy_limit":200,"wiki_name":"Snapdragon seed","wiki_url":"https://oldschool.runescape.wiki/w/Snapdragon_seed","price":35074},"5301":{"id":5301,"name":"Cadantine seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":7,"lowalch":2,"highalch":4,"buy_limit":200,"wiki_name":"Cadantine seed","wiki_url":"https://oldschool.runescape.wiki/w/Cadantine_seed","price":8397},"5302":{"id":5302,"name":"Lantadyme seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":9,"lowalch":3,"highalch":5,"buy_limit":200,"wiki_name":"Lantadyme seed","wiki_url":"https://oldschool.runescape.wiki/w/Lantadyme_seed","price":336},"5303":{"id":5303,"name":"Dwarf weed seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":6,"lowalch":2,"highalch":3,"buy_limit":200,"wiki_name":"Dwarf weed seed","wiki_url":"https://oldschool.runescape.wiki/w/Dwarf_weed_seed","price":685},"5304":{"id":5304,"name":"Torstol seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":70,"lowalch":28,"highalch":42,"buy_limit":200,"wiki_name":"Torstol seed","wiki_url":"https://oldschool.runescape.wiki/w/Torstol_seed","price":7052},"5305":{"id":5305,"name":"Barley seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":2000,"wiki_name":"Barley seed","wiki_url":"https://oldschool.runescape.wiki/w/Barley_seed","price":3},"5306":{"id":5306,"name":"Jute seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":2000,"wiki_name":"Jute seed","wiki_url":"https://oldschool.runescape.wiki/w/Jute_seed","price":2},"5307":{"id":5307,"name":"Hammerstone seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":2000,"wiki_name":"Hammerstone seed","wiki_url":"https://oldschool.runescape.wiki/w/Hammerstone_seed","price":1},"5308":{"id":5308,"name":"Asgarnian seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":2000,"wiki_name":"Asgarnian seed","wiki_url":"https://oldschool.runescape.wiki/w/Asgarnian_seed","price":2},"5309":{"id":5309,"name":"Yanillian seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":6,"lowalch":2,"highalch":3,"buy_limit":2000,"wiki_name":"Yanillian seed","wiki_url":"https://oldschool.runescape.wiki/w/Yanillian_seed","price":2},"5310":{"id":5310,"name":"Krandorian seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":8,"lowalch":3,"highalch":4,"buy_limit":2000,"wiki_name":"Krandorian seed","wiki_url":"https://oldschool.runescape.wiki/w/Krandorian_seed","price":9},"5311":{"id":5311,"name":"Wildblood seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":14,"lowalch":5,"highalch":8,"buy_limit":2000,"wiki_name":"Wildblood seed","wiki_url":"https://oldschool.runescape.wiki/w/Wildblood_seed","price":7},"5312":{"id":5312,"name":"Acorn","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":6,"lowalch":2,"highalch":3,"buy_limit":200,"wiki_name":"Acorn","wiki_url":"https://oldschool.runescape.wiki/w/Acorn","price":107},"5313":{"id":5313,"name":"Willow seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":16,"lowalch":6,"highalch":9,"buy_limit":200,"wiki_name":"Willow seed","wiki_url":"https://oldschool.runescape.wiki/w/Willow_seed","price":49},"5314":{"id":5314,"name":"Maple seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":48,"lowalch":19,"highalch":28,"buy_limit":200,"wiki_name":"Maple seed","wiki_url":"https://oldschool.runescape.wiki/w/Maple_seed","price":3963},"5315":{"id":5315,"name":"Yew seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":143,"lowalch":57,"highalch":85,"buy_limit":200,"wiki_name":"Yew seed","wiki_url":"https://oldschool.runescape.wiki/w/Yew_seed","price":23987},"5316":{"id":5316,"name":"Magic seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":422,"lowalch":168,"highalch":253,"buy_limit":200,"wiki_name":"Magic seed","wiki_url":"https://oldschool.runescape.wiki/w/Magic_seed","price":74273},"5317":{"id":5317,"name":"Spirit seed","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Spirit seed","wiki_url":"https://oldschool.runescape.wiki/w/Spirit_seed","price":0},"5318":{"id":5318,"name":"Potato seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":600,"wiki_name":"Potato seed","wiki_url":"https://oldschool.runescape.wiki/w/Potato_seed","price":2},"5319":{"id":5319,"name":"Onion seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":600,"wiki_name":"Onion seed","wiki_url":"https://oldschool.runescape.wiki/w/Onion_seed","price":1},"5320":{"id":5320,"name":"Sweetcorn seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":8,"lowalch":3,"highalch":4,"buy_limit":600,"wiki_name":"Sweetcorn seed","wiki_url":"https://oldschool.runescape.wiki/w/Sweetcorn_seed","price":1},"5321":{"id":5321,"name":"Watermelon seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":56,"lowalch":22,"highalch":33,"buy_limit":200,"wiki_name":"Watermelon seed","wiki_url":"https://oldschool.runescape.wiki/w/Watermelon_seed","price":1},"5322":{"id":5322,"name":"Tomato seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":600,"wiki_name":"Tomato seed","wiki_url":"https://oldschool.runescape.wiki/w/Tomato_seed","price":1},"5323":{"id":5323,"name":"Strawberry seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":18,"lowalch":7,"highalch":10,"buy_limit":600,"wiki_name":"Strawberry seed","wiki_url":"https://oldschool.runescape.wiki/w/Strawberry_seed","price":11},"5324":{"id":5324,"name":"Cabbage seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":600,"wiki_name":"Cabbage seed","wiki_url":"https://oldschool.runescape.wiki/w/Cabbage_seed","price":1},"5325":{"id":5325,"name":"Gardening trowel","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":12,"lowalch":4,"highalch":7,"buy_limit":40,"wiki_name":"Gardening trowel","wiki_url":"https://oldschool.runescape.wiki/w/Gardening_trowel","price":145},"5327":{"id":5327,"name":"Spade handle","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Spade handle","wiki_url":"https://oldschool.runescape.wiki/w/Spade_handle","price":0},"5328":{"id":5328,"name":"Spade head","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Spade head","wiki_url":"https://oldschool.runescape.wiki/w/Spade_head","price":0},"5329":{"id":5329,"name":"Secateurs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":40,"wiki_name":"Secateurs","wiki_url":"https://oldschool.runescape.wiki/w/Secateurs","price":1},"5331":{"id":5331,"name":"Watering can","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":8,"lowalch":3,"highalch":4,"buy_limit":40,"wiki_name":"Watering can (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Watering_can#Empty","price":129},"5333":{"id":5333,"name":"Watering can(1)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Watering can (1)","wiki_url":"https://oldschool.runescape.wiki/w/Watering_can#(1)","price":0},"5334":{"id":5334,"name":"Watering can(2)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Watering can (2)","wiki_url":"https://oldschool.runescape.wiki/w/Watering_can#(2)","price":0},"5335":{"id":5335,"name":"Watering can(3)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Watering can (3)","wiki_url":"https://oldschool.runescape.wiki/w/Watering_can#(3)","price":0},"5336":{"id":5336,"name":"Watering can(4)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Watering can (4)","wiki_url":"https://oldschool.runescape.wiki/w/Watering_can#(4)","price":0},"5337":{"id":5337,"name":"Watering can(5)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Watering can (5)","wiki_url":"https://oldschool.runescape.wiki/w/Watering_can#(5)","price":0},"5338":{"id":5338,"name":"Watering can(6)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Watering can (6)","wiki_url":"https://oldschool.runescape.wiki/w/Watering_can#(6)","price":0},"5339":{"id":5339,"name":"Watering can(7)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Watering can (7)","wiki_url":"https://oldschool.runescape.wiki/w/Watering_can#(7)","price":0},"5340":{"id":5340,"name":"Watering can(8)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Watering can (8)","wiki_url":"https://oldschool.runescape.wiki/w/Watering_can#(8)","price":0},"5341":{"id":5341,"name":"Rake","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":6,"lowalch":2,"highalch":3,"buy_limit":40,"wiki_name":"Rake","wiki_url":"https://oldschool.runescape.wiki/w/Rake","price":2},"5343":{"id":5343,"name":"Seed dibber","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":6,"lowalch":2,"highalch":3,"buy_limit":40,"wiki_name":"Seed dibber","wiki_url":"https://oldschool.runescape.wiki/w/Seed_dibber","price":2},"5345":{"id":5345,"name":"Gardening boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":25,"lowalch":10,"highalch":15,"buy_limit":150,"wiki_name":"Gardening boots","wiki_url":"https://oldschool.runescape.wiki/w/Gardening_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":5955},"5347":{"id":5347,"name":"Rake handle","members":true,"cost":1,"wiki_name":"Rake handle","wiki_url":"https://oldschool.runescape.wiki/w/Rake_handle","price":0},"5348":{"id":5348,"name":"Rake head","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rake head","wiki_url":"https://oldschool.runescape.wiki/w/Rake_head","price":0},"5349":{"id":5349,"name":"Smoke devil","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"5350":{"id":5350,"name":"Empty plant pot","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Empty plant pot","wiki_url":"https://oldschool.runescape.wiki/w/Empty_plant_pot","price":30},"5352":{"id":5352,"name":"Unfired plant pot","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Unfired plant pot","wiki_url":"https://oldschool.runescape.wiki/w/Unfired_plant_pot","price":69},"5354":{"id":5354,"name":"Filled plant pot","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":2000,"wiki_name":"Filled plant pot","wiki_url":"https://oldschool.runescape.wiki/w/Filled_plant_pot","price":3},"5356":{"id":5356,"name":"Plant pot","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Plant pot (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Plant_pot_(unobtainable_item)","price":0},"5358":{"id":5358,"name":"Oak seedling","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Oak seedling (Unwatered)","wiki_url":"https://oldschool.runescape.wiki/w/Oak_seedling#Unwatered","price":0},"5359":{"id":5359,"name":"Willow seedling","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Willow seedling (Unwatered)","wiki_url":"https://oldschool.runescape.wiki/w/Willow_seedling#Unwatered","price":0},"5360":{"id":5360,"name":"Maple seedling","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Maple seedling (Unwatered)","wiki_url":"https://oldschool.runescape.wiki/w/Maple_seedling#Unwatered","price":0},"5361":{"id":5361,"name":"Yew seedling","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Yew seedling (Unwatered)","wiki_url":"https://oldschool.runescape.wiki/w/Yew_seedling#Unwatered","price":0},"5362":{"id":5362,"name":"Magic seedling","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Magic seedling (Unwatered)","wiki_url":"https://oldschool.runescape.wiki/w/Magic_seedling#Unwatered","price":0},"5363":{"id":5363,"name":"Spirit seedling","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Spirit seedling (Unwatered)","wiki_url":"https://oldschool.runescape.wiki/w/Spirit_seedling#Unwatered","price":0},"5364":{"id":5364,"name":"Oak seedling (w)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Oak seedling (Watered)","wiki_url":"https://oldschool.runescape.wiki/w/Oak_seedling#Watered","price":0},"5365":{"id":5365,"name":"Willow seedling (w)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Willow seedling (Watered)","wiki_url":"https://oldschool.runescape.wiki/w/Willow_seedling#Watered","price":0},"5366":{"id":5366,"name":"Maple seedling (w)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Maple seedling (Watered)","wiki_url":"https://oldschool.runescape.wiki/w/Maple_seedling#Watered","price":0},"5367":{"id":5367,"name":"Yew seedling (w)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Yew seedling (Watered)","wiki_url":"https://oldschool.runescape.wiki/w/Yew_seedling#Watered","price":0},"5368":{"id":5368,"name":"Magic seedling (w)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Magic seedling (Watered)","wiki_url":"https://oldschool.runescape.wiki/w/Magic_seedling#Watered","price":0},"5369":{"id":5369,"name":"Spirit seedling (w)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Spirit seedling (Watered)","wiki_url":"https://oldschool.runescape.wiki/w/Spirit_seedling#Watered","price":0},"5370":{"id":5370,"name":"Oak sapling","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":200,"wiki_name":"Oak sapling","wiki_url":"https://oldschool.runescape.wiki/w/Oak_sapling","price":399},"5371":{"id":5371,"name":"Willow sapling","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":200,"wiki_name":"Willow sapling","wiki_url":"https://oldschool.runescape.wiki/w/Willow_sapling","price":350},"5372":{"id":5372,"name":"Maple sapling","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":200,"wiki_name":"Maple sapling","wiki_url":"https://oldschool.runescape.wiki/w/Maple_sapling","price":5614},"5373":{"id":5373,"name":"Yew sapling","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":200,"wiki_name":"Yew sapling","wiki_url":"https://oldschool.runescape.wiki/w/Yew_sapling","price":24420},"5374":{"id":5374,"name":"Magic sapling","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":100,"wiki_name":"Magic sapling","wiki_url":"https://oldschool.runescape.wiki/w/Magic_sapling","price":76808},"5375":{"id":5375,"name":"Spirit sapling","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Spirit sapling","wiki_url":"https://oldschool.runescape.wiki/w/Spirit_sapling","price":0},"5376":{"id":5376,"name":"Basket","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Basket","wiki_url":"https://oldschool.runescape.wiki/w/Basket","price":5},"5378":{"id":5378,"name":"Apples(1)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Apples (1)","wiki_url":"https://oldschool.runescape.wiki/w/Apples#(1)","price":0},"5380":{"id":5380,"name":"Apples(2)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Apples (2)","wiki_url":"https://oldschool.runescape.wiki/w/Apples#(2)","price":0},"5382":{"id":5382,"name":"Apples(3)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Apples (3)","wiki_url":"https://oldschool.runescape.wiki/w/Apples#(3)","price":0},"5384":{"id":5384,"name":"Apples(4)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Apples (4)","wiki_url":"https://oldschool.runescape.wiki/w/Apples#(4)","price":0},"5386":{"id":5386,"name":"Apples(5)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":600,"wiki_name":"Apples (5)","wiki_url":"https://oldschool.runescape.wiki/w/Apples#(5)","price":589},"5388":{"id":5388,"name":"Oranges(1)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Oranges (1)","wiki_url":"https://oldschool.runescape.wiki/w/Oranges#(1)","price":0},"5390":{"id":5390,"name":"Oranges(2)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Oranges (2)","wiki_url":"https://oldschool.runescape.wiki/w/Oranges#(2)","price":0},"5392":{"id":5392,"name":"Oranges(3)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Oranges (3)","wiki_url":"https://oldschool.runescape.wiki/w/Oranges#(3)","price":0},"5394":{"id":5394,"name":"Oranges(4)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Oranges (4)","wiki_url":"https://oldschool.runescape.wiki/w/Oranges#(4)","price":0},"5396":{"id":5396,"name":"Oranges(5)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":600,"wiki_name":"Oranges (5)","wiki_url":"https://oldschool.runescape.wiki/w/Oranges#(5)","price":931},"5398":{"id":5398,"name":"Strawberries(1)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Strawberries (1)","wiki_url":"https://oldschool.runescape.wiki/w/Strawberries#(1)","price":0},"5400":{"id":5400,"name":"Strawberries(2)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Strawberries (2)","wiki_url":"https://oldschool.runescape.wiki/w/Strawberries#(2)","price":0},"5402":{"id":5402,"name":"Strawberries(3)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Strawberries (3)","wiki_url":"https://oldschool.runescape.wiki/w/Strawberries#(3)","price":0},"5404":{"id":5404,"name":"Strawberries(4)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Strawberries (4)","wiki_url":"https://oldschool.runescape.wiki/w/Strawberries#(4)","price":0},"5406":{"id":5406,"name":"Strawberries(5)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":200,"wiki_name":"Strawberries (5)","wiki_url":"https://oldschool.runescape.wiki/w/Strawberries#(5)","price":748},"5408":{"id":5408,"name":"Bananas(1)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bananas (1)","wiki_url":"https://oldschool.runescape.wiki/w/Bananas#(1)","price":0},"5410":{"id":5410,"name":"Bananas(2)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bananas (2)","wiki_url":"https://oldschool.runescape.wiki/w/Bananas#(2)","price":0},"5412":{"id":5412,"name":"Bananas(3)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bananas (3)","wiki_url":"https://oldschool.runescape.wiki/w/Bananas#(3)","price":0},"5414":{"id":5414,"name":"Bananas(4)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bananas (4)","wiki_url":"https://oldschool.runescape.wiki/w/Bananas#(4)","price":0},"5416":{"id":5416,"name":"Bananas(5)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":600,"wiki_name":"Bananas (5)","wiki_url":"https://oldschool.runescape.wiki/w/Bananas#(5)","price":579},"5418":{"id":5418,"name":"Empty sack","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Empty sack","wiki_url":"https://oldschool.runescape.wiki/w/Empty_sack","price":2},"5420":{"id":5420,"name":"Potatoes(1)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Potatoes (1)","wiki_url":"https://oldschool.runescape.wiki/w/Potatoes#1","price":0},"5422":{"id":5422,"name":"Potatoes(2)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Potatoes (2)","wiki_url":"https://oldschool.runescape.wiki/w/Potatoes#2","price":0},"5424":{"id":5424,"name":"Potatoes(3)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Potatoes (3)","wiki_url":"https://oldschool.runescape.wiki/w/Potatoes#3","price":0},"5426":{"id":5426,"name":"Potatoes(4)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Potatoes (4)","wiki_url":"https://oldschool.runescape.wiki/w/Potatoes#4","price":0},"5428":{"id":5428,"name":"Potatoes(5)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Potatoes (5)","wiki_url":"https://oldschool.runescape.wiki/w/Potatoes#5","price":0},"5430":{"id":5430,"name":"Potatoes(6)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Potatoes (6)","wiki_url":"https://oldschool.runescape.wiki/w/Potatoes#6","price":0},"5432":{"id":5432,"name":"Potatoes(7)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Potatoes (7)","wiki_url":"https://oldschool.runescape.wiki/w/Potatoes#7","price":0},"5434":{"id":5434,"name":"Potatoes(8)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Potatoes (8)","wiki_url":"https://oldschool.runescape.wiki/w/Potatoes#8","price":0},"5436":{"id":5436,"name":"Potatoes(9)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Potatoes (9)","wiki_url":"https://oldschool.runescape.wiki/w/Potatoes#9","price":0},"5438":{"id":5438,"name":"Potatoes(10)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":600,"wiki_name":"Potatoes (10)","wiki_url":"https://oldschool.runescape.wiki/w/Potatoes#10","price":2206},"5440":{"id":5440,"name":"Onions(1)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Onions (1)","wiki_url":"https://oldschool.runescape.wiki/w/Onions#1","price":0},"5442":{"id":5442,"name":"Onions(2)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Onions (2)","wiki_url":"https://oldschool.runescape.wiki/w/Onions#2","price":0},"5444":{"id":5444,"name":"Onions(3)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Onions (3)","wiki_url":"https://oldschool.runescape.wiki/w/Onions#3","price":0},"5446":{"id":5446,"name":"Onions(4)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Onions (4)","wiki_url":"https://oldschool.runescape.wiki/w/Onions#4","price":0},"5448":{"id":5448,"name":"Onions(5)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Onions (5)","wiki_url":"https://oldschool.runescape.wiki/w/Onions#5","price":0},"5450":{"id":5450,"name":"Onions(6)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Onions (6)","wiki_url":"https://oldschool.runescape.wiki/w/Onions#6","price":0},"5452":{"id":5452,"name":"Onions(7)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Onions (7)","wiki_url":"https://oldschool.runescape.wiki/w/Onions#7","price":0},"5454":{"id":5454,"name":"Onions(8)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Onions (8)","wiki_url":"https://oldschool.runescape.wiki/w/Onions#8","price":0},"5456":{"id":5456,"name":"Onions(9)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Onions (9)","wiki_url":"https://oldschool.runescape.wiki/w/Onions#9","price":0},"5458":{"id":5458,"name":"Onions(10)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":600,"wiki_name":"Onions (10)","wiki_url":"https://oldschool.runescape.wiki/w/Onions#10","price":1109},"5460":{"id":5460,"name":"Cabbages(1)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cabbages (1)","wiki_url":"https://oldschool.runescape.wiki/w/Cabbages#1","price":0},"5462":{"id":5462,"name":"Cabbages(2)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cabbages (2)","wiki_url":"https://oldschool.runescape.wiki/w/Cabbages#2","price":0},"5464":{"id":5464,"name":"Cabbages(3)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cabbages (3)","wiki_url":"https://oldschool.runescape.wiki/w/Cabbages#3","price":0},"5466":{"id":5466,"name":"Cabbages(4)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cabbages (4)","wiki_url":"https://oldschool.runescape.wiki/w/Cabbages#4","price":0},"5468":{"id":5468,"name":"Cabbages(5)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cabbages (5)","wiki_url":"https://oldschool.runescape.wiki/w/Cabbages#5","price":0},"5470":{"id":5470,"name":"Cabbages(6)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cabbages (6)","wiki_url":"https://oldschool.runescape.wiki/w/Cabbages#6","price":0},"5472":{"id":5472,"name":"Cabbages(7)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cabbages (7)","wiki_url":"https://oldschool.runescape.wiki/w/Cabbages#7","price":0},"5474":{"id":5474,"name":"Cabbages(8)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cabbages (8)","wiki_url":"https://oldschool.runescape.wiki/w/Cabbages#8","price":0},"5476":{"id":5476,"name":"Cabbages(9)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cabbages (9)","wiki_url":"https://oldschool.runescape.wiki/w/Cabbages#9","price":0},"5478":{"id":5478,"name":"Cabbages(10)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":600,"wiki_name":"Cabbages (10)","wiki_url":"https://oldschool.runescape.wiki/w/Cabbages#10","price":1273},"5480":{"id":5480,"name":"Apple seedling","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Apple seedling (Unwatered)","wiki_url":"https://oldschool.runescape.wiki/w/Apple_seedling#Unwatered","price":0},"5481":{"id":5481,"name":"Banana seedling","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Banana seedling (Unwatered)","wiki_url":"https://oldschool.runescape.wiki/w/Banana_seedling#Unwatered","price":0},"5482":{"id":5482,"name":"Orange seedling","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Orange seedling (Unwatered)","wiki_url":"https://oldschool.runescape.wiki/w/Orange_seedling#Unwatered","price":0},"5483":{"id":5483,"name":"Curry seedling","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Curry seedling (Unwatered)","wiki_url":"https://oldschool.runescape.wiki/w/Curry_seedling#Unwatered","price":0},"5484":{"id":5484,"name":"Pineapple seedling","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pineapple seedling (Unwatered)","wiki_url":"https://oldschool.runescape.wiki/w/Pineapple_seedling#Unwatered","price":0},"5485":{"id":5485,"name":"Papaya seedling","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Papaya seedling (Unwatered)","wiki_url":"https://oldschool.runescape.wiki/w/Papaya_seedling#Unwatered","price":0},"5486":{"id":5486,"name":"Palm seedling","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Palm seedling (Unwatered)","wiki_url":"https://oldschool.runescape.wiki/w/Palm_seedling#Unwatered","price":0},"5487":{"id":5487,"name":"Calquat seedling","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Calquat seedling (Unwatered)","wiki_url":"https://oldschool.runescape.wiki/w/Calquat_seedling#Unwatered","price":0},"5488":{"id":5488,"name":"Apple seedling (w)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Apple seedling (Watered)","wiki_url":"https://oldschool.runescape.wiki/w/Apple_seedling#Watered","price":0},"5489":{"id":5489,"name":"Banana seedling (w)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Banana seedling (Watered)","wiki_url":"https://oldschool.runescape.wiki/w/Banana_seedling#Watered","price":0},"5490":{"id":5490,"name":"Orange seedling (w)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Orange seedling (Watered)","wiki_url":"https://oldschool.runescape.wiki/w/Orange_seedling#Watered","price":0},"5491":{"id":5491,"name":"Curry seedling (w)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Curry seedling (Watered)","wiki_url":"https://oldschool.runescape.wiki/w/Curry_seedling#Watered","price":0},"5492":{"id":5492,"name":"Pineapple seedling (w)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pineapple seedling (Watered)","wiki_url":"https://oldschool.runescape.wiki/w/Pineapple_seedling#Watered","price":0},"5493":{"id":5493,"name":"Papaya seedling (w)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Papaya seedling (Watered)","wiki_url":"https://oldschool.runescape.wiki/w/Papaya_seedling#Watered","price":0},"5494":{"id":5494,"name":"Palm seedling (w)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Palm seedling (Watered)","wiki_url":"https://oldschool.runescape.wiki/w/Palm_seedling#Watered","price":0},"5495":{"id":5495,"name":"Calquat seedling (w)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Calquat seedling (Watered)","wiki_url":"https://oldschool.runescape.wiki/w/Calquat_seedling#Watered","price":0},"5496":{"id":5496,"name":"Apple sapling","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":200,"wiki_name":"Apple sapling","wiki_url":"https://oldschool.runescape.wiki/w/Apple_sapling","price":417},"5497":{"id":5497,"name":"Banana sapling","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":200,"wiki_name":"Banana sapling","wiki_url":"https://oldschool.runescape.wiki/w/Banana_sapling","price":138},"5498":{"id":5498,"name":"Orange sapling","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":200,"wiki_name":"Orange sapling","wiki_url":"https://oldschool.runescape.wiki/w/Orange_sapling","price":87},"5499":{"id":5499,"name":"Curry sapling","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":200,"wiki_name":"Curry sapling","wiki_url":"https://oldschool.runescape.wiki/w/Curry_sapling","price":644},"5500":{"id":5500,"name":"Pineapple sapling","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":200,"wiki_name":"Pineapple sapling","wiki_url":"https://oldschool.runescape.wiki/w/Pineapple_sapling","price":402},"5501":{"id":5501,"name":"Papaya sapling","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":200,"wiki_name":"Papaya sapling","wiki_url":"https://oldschool.runescape.wiki/w/Papaya_sapling","price":974},"5502":{"id":5502,"name":"Palm sapling","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":200,"wiki_name":"Palm sapling","wiki_url":"https://oldschool.runescape.wiki/w/Palm_sapling","price":19611},"5503":{"id":5503,"name":"Calquat sapling","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":200,"wiki_name":"Calquat sapling","wiki_url":"https://oldschool.runescape.wiki/w/Calquat_sapling","price":760},"5504":{"id":5504,"name":"Strawberry","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":17,"lowalch":6,"highalch":10,"buy_limit":11000,"wiki_name":"Strawberry","wiki_url":"https://oldschool.runescape.wiki/w/Strawberry","price":108},"5506":{"id":5506,"name":"Old man's message","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old man's message","wiki_url":"https://oldschool.runescape.wiki/w/Old_man's_message","price":0},"5507":{"id":5507,"name":"Strange book","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Strange book","wiki_url":"https://oldschool.runescape.wiki/w/Strange_book","price":0},"5508":{"id":5508,"name":"Book of folklore","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Book of folklore","wiki_url":"https://oldschool.runescape.wiki/w/Book_of_folklore","price":0},"5509":{"id":5509,"name":"Small pouch","members":true,"cost":150,"lowalch":60,"highalch":90,"wiki_name":"Small pouch","wiki_url":"https://oldschool.runescape.wiki/w/Small_pouch","price":0},"5510":{"id":5510,"name":"Medium pouch","members":true,"cost":300,"lowalch":120,"highalch":180,"wiki_name":"Medium pouch (New)","wiki_url":"https://oldschool.runescape.wiki/w/Medium_pouch#New","price":0},"5511":{"id":5511,"name":"Medium pouch","members":true,"cost":300,"lowalch":120,"highalch":180,"wiki_name":"Medium pouch (Degraded)","wiki_url":"https://oldschool.runescape.wiki/w/Medium_pouch#Degraded","price":0},"5512":{"id":5512,"name":"Large pouch","members":true,"cost":600,"lowalch":240,"highalch":360,"wiki_name":"Large pouch (New)","wiki_url":"https://oldschool.runescape.wiki/w/Large_pouch#New","price":0},"5513":{"id":5513,"name":"Large pouch","members":true,"cost":600,"lowalch":240,"highalch":360,"wiki_name":"Large pouch (Degraded)","wiki_url":"https://oldschool.runescape.wiki/w/Large_pouch#Degraded","price":0},"5514":{"id":5514,"name":"Giant pouch","members":true,"cost":1200,"lowalch":480,"highalch":720,"wiki_name":"Giant pouch (New)","wiki_url":"https://oldschool.runescape.wiki/w/Giant_pouch#New","price":0},"5515":{"id":5515,"name":"Giant pouch","members":true,"cost":1200,"lowalch":480,"highalch":720,"wiki_name":"Giant pouch (Degraded)","wiki_url":"https://oldschool.runescape.wiki/w/Giant_pouch#Degraded","price":0},"5516":{"id":5516,"name":"Elemental talisman","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":40,"wiki_name":"Elemental talisman","wiki_url":"https://oldschool.runescape.wiki/w/Elemental_talisman","price":6049},"5518":{"id":5518,"name":"Scrying orb","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Scrying orb (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Scrying_orb#Full","price":0},"5519":{"id":5519,"name":"Scrying orb","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Scrying orb (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Scrying_orb#Empty","price":0},"5520":{"id":5520,"name":"Abyssal book","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Abyssal book","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_book","price":0},"5521":{"id":5521,"name":"Binding necklace","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1425,"lowalch":570,"highalch":855,"buy_limit":10000,"wiki_name":"Binding necklace","wiki_url":"https://oldschool.runescape.wiki/w/Binding_necklace","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":804},"5523":{"id":5523,"name":"Tiara mould","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":40,"wiki_name":"Tiara mould","wiki_url":"https://oldschool.runescape.wiki/w/Tiara_mould","price":160},"5525":{"id":5525,"name":"Tiara","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":10000,"wiki_name":"Tiara","wiki_url":"https://oldschool.runescape.wiki/w/Tiara","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":115},"5527":{"id":5527,"name":"Air tiara","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":40,"wiki_name":"Air tiara","wiki_url":"https://oldschool.runescape.wiki/w/Air_tiara","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":18},"5529":{"id":5529,"name":"Mind tiara","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":40,"wiki_name":"Mind tiara","wiki_url":"https://oldschool.runescape.wiki/w/Mind_tiara","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":37},"5531":{"id":5531,"name":"Water tiara","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":40,"wiki_name":"Water tiara","wiki_url":"https://oldschool.runescape.wiki/w/Water_tiara","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":4},"5533":{"id":5533,"name":"Body tiara","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":40,"wiki_name":"Body tiara","wiki_url":"https://oldschool.runescape.wiki/w/Body_tiara","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":21},"5535":{"id":5535,"name":"Earth tiara","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":40,"wiki_name":"Earth tiara","wiki_url":"https://oldschool.runescape.wiki/w/Earth_tiara","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":9},"5537":{"id":5537,"name":"Fire tiara","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":40,"wiki_name":"Fire tiara","wiki_url":"https://oldschool.runescape.wiki/w/Fire_tiara","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":67},"5539":{"id":5539,"name":"Cosmic tiara","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":40,"wiki_name":"Cosmic tiara","wiki_url":"https://oldschool.runescape.wiki/w/Cosmic_tiara","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":101},"5541":{"id":5541,"name":"Nature tiara","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":40,"wiki_name":"Nature tiara","wiki_url":"https://oldschool.runescape.wiki/w/Nature_tiara","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":185},"5543":{"id":5543,"name":"Chaos tiara","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":40,"wiki_name":"Chaos tiara","wiki_url":"https://oldschool.runescape.wiki/w/Chaos_tiara","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":4},"5545":{"id":5545,"name":"Law tiara","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Law tiara","wiki_url":"https://oldschool.runescape.wiki/w/Law_tiara","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"5547":{"id":5547,"name":"Death tiara","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":40,"wiki_name":"Death tiara","wiki_url":"https://oldschool.runescape.wiki/w/Death_tiara","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":1078},"5549":{"id":5549,"name":"Blood tiara","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"wiki_name":"Blood tiara","wiki_url":"https://oldschool.runescape.wiki/w/Blood_tiara","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":94398},"5553":{"id":5553,"name":"Rogue top","members":true,"equipable":true,"equipable_by_player":true,"cost":625,"lowalch":250,"highalch":375,"wiki_name":"Rogue top","wiki_url":"https://oldschool.runescape.wiki/w/Rogue_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":10,"defence_slash":10,"defence_crush":10,"defence_magic":10,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"thieving":50,"agility":50}},"price":0},"5554":{"id":5554,"name":"Rogue mask","members":true,"equipable":true,"equipable_by_player":true,"cost":375,"lowalch":150,"highalch":225,"wiki_name":"Rogue mask","wiki_url":"https://oldschool.runescape.wiki/w/Rogue_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":5,"defence_slash":5,"defence_crush":5,"defence_magic":5,"defence_ranged":5,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"thieving":50,"agility":50}},"price":0},"5555":{"id":5555,"name":"Rogue trousers","members":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"wiki_name":"Rogue trousers","wiki_url":"https://oldschool.runescape.wiki/w/Rogue_trousers","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":7,"defence_slash":7,"defence_crush":7,"defence_magic":7,"defence_ranged":7,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"thieving":50,"agility":50}},"price":0},"5556":{"id":5556,"name":"Rogue gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Rogue gloves","wiki_url":"https://oldschool.runescape.wiki/w/Rogue_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":2,"defence_slash":2,"defence_crush":2,"defence_magic":2,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"thieving":50,"agility":50}},"price":0},"5557":{"id":5557,"name":"Rogue boots","members":true,"equipable":true,"equipable_by_player":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Rogue boots","wiki_url":"https://oldschool.runescape.wiki/w/Rogue_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":2,"defence_slash":2,"defence_crush":2,"defence_magic":2,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"thieving":50,"agility":50}},"price":0},"5558":{"id":5558,"name":"Rogue kit","members":true,"stackable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Rogue kit","wiki_url":"https://oldschool.runescape.wiki/w/Rogue_kit","price":0},"5559":{"id":5559,"name":"Flash powder","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Flash powder","wiki_url":"https://oldschool.runescape.wiki/w/Flash_powder","price":0},"5560":{"id":5560,"name":"Stethoscope","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Stethoscope","wiki_url":"https://oldschool.runescape.wiki/w/Stethoscope","price":0},"5561":{"id":5561,"name":"Mystic jewel","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mystic jewel","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_jewel","price":0},"5562":{"id":5562,"name":"Gear","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gear (unobtainable item) (1)","wiki_url":"https://oldschool.runescape.wiki/w/Gear_(unobtainable_item)#1","price":0},"5563":{"id":5563,"name":"Gear","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gear (unobtainable item) (2)","wiki_url":"https://oldschool.runescape.wiki/w/Gear_(unobtainable_item)#2","price":0},"5564":{"id":5564,"name":"Gear","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gear (unobtainable item) (3)","wiki_url":"https://oldschool.runescape.wiki/w/Gear_(unobtainable_item)#3","price":0},"5565":{"id":5565,"name":"Gear","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gear (unobtainable item) (4)","wiki_url":"https://oldschool.runescape.wiki/w/Gear_(unobtainable_item)#4","price":0},"5566":{"id":5566,"name":"Gear","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gear (unobtainable item) (5)","wiki_url":"https://oldschool.runescape.wiki/w/Gear_(unobtainable_item)#5","price":0},"5567":{"id":5567,"name":"Gear","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gear (unobtainable item) (6)","wiki_url":"https://oldschool.runescape.wiki/w/Gear_(unobtainable_item)#6","price":0},"5568":{"id":5568,"name":"Tile","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tiles (Rogues' Den) (Correct)","wiki_url":"https://oldschool.runescape.wiki/w/Tiles_(Rogues'_Den)#Correct","price":0},"5569":{"id":5569,"name":"Tiles","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tiles (Rogues' Den) (Flipped vertically)","wiki_url":"https://oldschool.runescape.wiki/w/Tiles_(Rogues'_Den)#Flipped_vertically","price":0},"5570":{"id":5570,"name":"Tiles","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tiles (Rogues' Den) (Rotated)","wiki_url":"https://oldschool.runescape.wiki/w/Tiles_(Rogues'_Den)#Rotated","price":0},"5571":{"id":5571,"name":"Tiles","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tiles (Rogues' Den) (Flipped Horizontally)","wiki_url":"https://oldschool.runescape.wiki/w/Tiles_(Rogues'_Den)#Flipped_Horizontally","price":0},"5573":{"id":5573,"name":"Desert amulet","incomplete":true,"cost":0,"lowalch":0,"highalch":0,"price":0},"5574":{"id":5574,"name":"Initiate sallet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":6000,"lowalch":2400,"highalch":3600,"buy_limit":125,"wiki_name":"Initiate sallet","wiki_url":"https://oldschool.runescape.wiki/w/Initiate_sallet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":13,"defence_slash":14,"defence_crush":11,"defence_magic":-1,"defence_ranged":13,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"head","requirements":{"defence":20,"prayer":10}},"price":5660},"5575":{"id":5575,"name":"Initiate hauberk","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":125,"wiki_name":"Initiate hauberk","wiki_url":"https://oldschool.runescape.wiki/w/Initiate_hauberk","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":46,"defence_slash":44,"defence_crush":38,"defence_magic":-6,"defence_ranged":44,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"body","requirements":{"defence":20,"prayer":10}},"price":5053},"5576":{"id":5576,"name":"Initiate cuisse","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":8000,"lowalch":3200,"highalch":4800,"buy_limit":125,"wiki_name":"Initiate cuisse","wiki_url":"https://oldschool.runescape.wiki/w/Initiate_cuisse","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":24,"defence_slash":22,"defence_crush":20,"defence_magic":-4,"defence_ranged":22,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"legs","requirements":{"defence":10}},"price":3911},"5577":{"id":5577,"name":"Cupric sulfate","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cupric sulfate","wiki_url":"https://oldschool.runescape.wiki/w/Cupric_sulfate","price":0},"5578":{"id":5578,"name":"Acetic acid","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Acetic acid","wiki_url":"https://oldschool.runescape.wiki/w/Acetic_acid","price":0},"5579":{"id":5579,"name":"Gypsum","members":true,"cost":1,"wiki_name":"Gypsum","wiki_url":"https://oldschool.runescape.wiki/w/Gypsum","price":0},"5580":{"id":5580,"name":"Sodium chloride","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sodium chloride","wiki_url":"https://oldschool.runescape.wiki/w/Sodium_chloride","price":0},"5581":{"id":5581,"name":"Nitrous oxide","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Nitrous oxide","wiki_url":"https://oldschool.runescape.wiki/w/Nitrous_oxide","price":0},"5582":{"id":5582,"name":"Vial of liquid","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Vial of liquid","wiki_url":"https://oldschool.runescape.wiki/w/Vial_of_liquid","price":0},"5583":{"id":5583,"name":"Tin ore powder","members":true,"cost":1,"wiki_name":"Tin ore powder","wiki_url":"https://oldschool.runescape.wiki/w/Tin_ore_powder","price":0},"5584":{"id":5584,"name":"Cupric ore powder","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cupric ore powder","wiki_url":"https://oldschool.runescape.wiki/w/Cupric_ore_powder","price":0},"5585":{"id":5585,"name":"Bronze key","members":true,"cost":1,"wiki_name":"Bronze key (Recruitment Drive)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_key_(Recruitment_Drive)","price":0},"5586":{"id":5586,"name":"Metal spade","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Metal spade (Spade)","wiki_url":"https://oldschool.runescape.wiki/w/Metal_spade#Spade","price":0},"5587":{"id":5587,"name":"Metal spade","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Metal spade (Head)","wiki_url":"https://oldschool.runescape.wiki/w/Metal_spade#Head","price":0},"5588":{"id":5588,"name":"Alchemical notes","members":true,"cost":1,"wiki_name":"Alchemical notes","wiki_url":"https://oldschool.runescape.wiki/w/Alchemical_notes","price":0},"5589":{"id":5589,"name":"??? mixture","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"??? mixture (Hot)","wiki_url":"https://oldschool.runescape.wiki/w/???_mixture#Hot","price":0},"5590":{"id":5590,"name":"??? mixture","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"??? mixture (Warm)","wiki_url":"https://oldschool.runescape.wiki/w/???_mixture#Warm","price":0},"5591":{"id":5591,"name":"??? mixture","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"??? mixture (Horrible)","wiki_url":"https://oldschool.runescape.wiki/w/???_mixture#Horrible","price":0},"5592":{"id":5592,"name":"Tin","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Tin (Recruitment Drive) (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Tin_(Recruitment_Drive)#Empty","price":0},"5593":{"id":5593,"name":"Tin","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Tin (Recruitment Drive) (Hardening)","wiki_url":"https://oldschool.runescape.wiki/w/Tin_(Recruitment_Drive)#Hardening","price":0},"5594":{"id":5594,"name":"Tin","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Tin (Recruitment Drive) (Impression)","wiki_url":"https://oldschool.runescape.wiki/w/Tin_(Recruitment_Drive)#Impression","price":0},"5595":{"id":5595,"name":"Tin","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Tin (Recruitment Drive) (Tin)","wiki_url":"https://oldschool.runescape.wiki/w/Tin_(Recruitment_Drive)#Tin","price":0},"5596":{"id":5596,"name":"Tin","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Tin (Recruitment Drive) (Copper)","wiki_url":"https://oldschool.runescape.wiki/w/Tin_(Recruitment_Drive)#Copper","price":0},"5597":{"id":5597,"name":"Tin","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Tin (Recruitment Drive) (Tin and copper)","wiki_url":"https://oldschool.runescape.wiki/w/Tin_(Recruitment_Drive)#Tin_and_copper","price":0},"5598":{"id":5598,"name":"Tin","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Tin (Recruitment Drive) (Key)","wiki_url":"https://oldschool.runescape.wiki/w/Tin_(Recruitment_Drive)#Key","price":0},"5599":{"id":5599,"name":"Tin","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Tin (Recruitment Drive) (Strange)","wiki_url":"https://oldschool.runescape.wiki/w/Tin_(Recruitment_Drive)#Strange","price":0},"5600":{"id":5600,"name":"Tin","members":true,"cost":20,"wiki_name":"Tin (Recruitment Drive) (Gypsum)","wiki_url":"https://oldschool.runescape.wiki/w/Tin_(Recruitment_Drive)#Gypsum","price":0},"5601":{"id":5601,"name":"Chisel","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chisel (Recruitment Drive)","wiki_url":"https://oldschool.runescape.wiki/w/Chisel_(Recruitment_Drive)","price":0},"5602":{"id":5602,"name":"Bronze wire","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Bronze wire (Recruitment Drive)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_wire_(Recruitment_Drive)","price":0},"5603":{"id":5603,"name":"Shears","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shears (Recruitment Drive)","wiki_url":"https://oldschool.runescape.wiki/w/Shears_(Recruitment_Drive)","price":0},"5604":{"id":5604,"name":"Magnet","members":true,"cost":3,"wiki_name":"Magnet (Recruitment Drive)","wiki_url":"https://oldschool.runescape.wiki/w/Magnet_(Recruitment_Drive)","price":0},"5605":{"id":5605,"name":"Knife","members":true,"cost":6,"lowalch":2,"highalch":3,"wiki_name":"Knife (Recruitment Drive)","wiki_url":"https://oldschool.runescape.wiki/w/Knife_(Recruitment_Drive)","price":0},"5607":{"id":5607,"name":"Grain","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Grain (Recruitment Drive)","wiki_url":"https://oldschool.runescape.wiki/w/Grain_(Recruitment_Drive)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"5608":{"id":5608,"name":"Fox","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Fox (Recruitment Drive)","wiki_url":"https://oldschool.runescape.wiki/w/Fox_(Recruitment_Drive)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"unarmed","stances":[{"combat_style":"punch","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"kick","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"5609":{"id":5609,"name":"Chicken","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Chicken (Recruitment Drive)","wiki_url":"https://oldschool.runescape.wiki/w/Chicken_(Recruitment_Drive)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"5610":{"id":5610,"name":"Hourglass","members":true,"cost":1,"wiki_name":"Hourglass (Recruitment Drive)","wiki_url":"https://oldschool.runescape.wiki/w/Hourglass_(Recruitment_Drive)","price":0},"5614":{"id":5614,"name":"Magic carpet","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Magic carpet (animation item)","wiki_url":"https://oldschool.runescape.wiki/w/Magic_carpet_(animation_item)","price":0},"5615":{"id":5615,"name":"Shaikahan bonemeal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shaikahan bonemeal","wiki_url":"https://oldschool.runescape.wiki/w/Shaikahan_bonemeal","price":0},"5616":{"id":5616,"name":"Bronze arrow(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":7000,"wiki_name":"Bronze arrow (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_arrow#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":7,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":18},"5617":{"id":5617,"name":"Iron arrow(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":7000,"wiki_name":"Iron arrow (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_arrow#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":10,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":34},"5618":{"id":5618,"name":"Steel arrow(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":12,"lowalch":4,"highalch":7,"buy_limit":7000,"wiki_name":"Steel arrow (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_arrow#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":16,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":5}},"price":9000},"5619":{"id":5619,"name":"Mithril arrow(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":32,"lowalch":12,"highalch":19,"buy_limit":7000,"wiki_name":"Mithril arrow (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_arrow#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":22,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":20}},"price":278},"5620":{"id":5620,"name":"Adamant arrow(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":11000,"wiki_name":"Adamant arrow (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_arrow#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":31,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":30}},"price":216},"5621":{"id":5621,"name":"Rune arrow(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":11000,"wiki_name":"Rune arrow (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_arrow#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":49,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":40}},"price":388},"5622":{"id":5622,"name":"Bronze arrow(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":7000,"wiki_name":"Bronze arrow (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_arrow#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":7,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":37},"5623":{"id":5623,"name":"Iron arrow(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":7000,"wiki_name":"Iron arrow (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_arrow#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":10,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":1250},"5624":{"id":5624,"name":"Steel arrow(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":12,"lowalch":4,"highalch":7,"buy_limit":7000,"wiki_name":"Steel arrow (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_arrow#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":16,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":5}},"price":0},"5625":{"id":5625,"name":"Mithril arrow(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":32,"lowalch":12,"highalch":19,"buy_limit":7000,"wiki_name":"Mithril arrow (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_arrow#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":22,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":30}},"price":489},"5626":{"id":5626,"name":"Adamant arrow(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":11000,"wiki_name":"Adamant arrow (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_arrow#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":31,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":30}},"price":28},"5627":{"id":5627,"name":"Rune arrow(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":11000,"wiki_name":"Rune arrow (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_arrow#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":49,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":40}},"price":1041},"5628":{"id":5628,"name":"Bronze dart(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":7000,"wiki_name":"Bronze dart (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_dart#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":1,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":1}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":100},"5629":{"id":5629,"name":"Iron dart(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":7000,"wiki_name":"Iron dart (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_dart#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":2,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":1}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":35024},"5630":{"id":5630,"name":"Steel dart(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":7000,"wiki_name":"Steel dart (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_dart#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":3,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":5}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":73},"5631":{"id":5631,"name":"Black dart(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":18,"lowalch":7,"highalch":10,"buy_limit":7000,"wiki_name":"Black dart (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Black_dart#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":6,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":10}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":45},"5632":{"id":5632,"name":"Mithril dart(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":25,"lowalch":10,"highalch":15,"buy_limit":7000,"wiki_name":"Mithril dart (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_dart#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":9,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":20}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":2366},"5633":{"id":5633,"name":"Adamant dart(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":65,"lowalch":26,"highalch":39,"buy_limit":11000,"wiki_name":"Adamant dart (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_dart#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":17,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":30}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":125},"5634":{"id":5634,"name":"Rune dart(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":350,"lowalch":140,"highalch":210,"buy_limit":11000,"wiki_name":"Rune dart (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_dart#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":26,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":40}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":697},"5635":{"id":5635,"name":"Bronze dart(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":7000,"wiki_name":"Bronze dart (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_dart#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":1,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":1}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":1019},"5636":{"id":5636,"name":"Iron dart(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":7000,"wiki_name":"Iron dart (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_dart#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":2,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":1}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":67},"5637":{"id":5637,"name":"Steel dart(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":7000,"wiki_name":"Steel dart (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_dart#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":3,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":5}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":81},"5638":{"id":5638,"name":"Black dart(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":18,"lowalch":7,"highalch":10,"buy_limit":7000,"wiki_name":"Black dart (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Black_dart#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":6,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":10}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":25049},"5639":{"id":5639,"name":"Mithril dart(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":25,"lowalch":10,"highalch":15,"buy_limit":7000,"wiki_name":"Mithril dart (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_dart#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":9,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":20}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":873},"5640":{"id":5640,"name":"Adamant dart(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":65,"lowalch":26,"highalch":39,"buy_limit":11000,"wiki_name":"Adamant dart (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_dart#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":17,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":30}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":600},"5641":{"id":5641,"name":"Rune dart(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":350,"lowalch":140,"highalch":210,"buy_limit":11000,"wiki_name":"Rune dart (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_dart#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":26,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":40}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":1319},"5642":{"id":5642,"name":"Bronze javelin(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":7000,"wiki_name":"Bronze javelin (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_javelin#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":25,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":3700},"5643":{"id":5643,"name":"Iron javelin(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":6,"lowalch":2,"highalch":3,"buy_limit":7000,"wiki_name":"Iron javelin (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_javelin#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":42,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":2250},"5644":{"id":5644,"name":"Steel javelin(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":24,"lowalch":9,"highalch":14,"buy_limit":7000,"wiki_name":"Steel javelin (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_javelin#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":64,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":5}},"price":11},"5645":{"id":5645,"name":"Mithril javelin(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":64,"lowalch":25,"highalch":38,"buy_limit":7000,"wiki_name":"Mithril javelin (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_javelin#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":85,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":20}},"price":19},"5646":{"id":5646,"name":"Adamant javelin(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":11000,"wiki_name":"Adamant javelin (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_javelin#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":107,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":30}},"price":257},"5647":{"id":5647,"name":"Rune javelin(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":11000,"wiki_name":"Rune javelin (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_javelin#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":124,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":40}},"price":255},"5648":{"id":5648,"name":"Bronze javelin(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":7000,"wiki_name":"Bronze javelin (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_javelin#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":25,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":11},"5649":{"id":5649,"name":"Iron javelin(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":6,"lowalch":2,"highalch":3,"buy_limit":7000,"wiki_name":"Iron javelin (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_javelin#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":42,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":0},"5650":{"id":5650,"name":"Steel javelin(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":24,"lowalch":9,"highalch":14,"buy_limit":7000,"wiki_name":"Steel javelin (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_javelin#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":64,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":5}},"price":30},"5651":{"id":5651,"name":"Mithril javelin(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":64,"lowalch":25,"highalch":38,"buy_limit":7000,"wiki_name":"Mithril javelin (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_javelin#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":85,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":20}},"price":39},"5652":{"id":5652,"name":"Adamant javelin(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":11000,"wiki_name":"Adamant javelin (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_javelin#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":107,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":30}},"price":183},"5653":{"id":5653,"name":"Rune javelin(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":11000,"wiki_name":"Rune javelin (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_javelin#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":124,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":40}},"price":1163},"5654":{"id":5654,"name":"Bronze knife(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":7000,"wiki_name":"Bronze knife (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_knife#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":4,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":3,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":1}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":7499},"5655":{"id":5655,"name":"Iron knife(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":7000,"wiki_name":"Iron knife (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_knife#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":5,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":4,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":1}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":394},"5656":{"id":5656,"name":"Steel knife(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":7000,"wiki_name":"Steel knife (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_knife#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":8,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":7,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":5}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"5657":{"id":5657,"name":"Mithril knife(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":27,"lowalch":10,"highalch":16,"buy_limit":7000,"wiki_name":"Mithril knife (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_knife#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":11,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":10,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":20}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":468},"5658":{"id":5658,"name":"Black knife(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":18,"lowalch":7,"highalch":10,"buy_limit":7000,"wiki_name":"Black knife (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Black_knife#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":10,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":8,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":10}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":111},"5659":{"id":5659,"name":"Adamant knife(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":66,"lowalch":26,"highalch":39,"buy_limit":7000,"wiki_name":"Adamant knife (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_knife#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":15,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":14,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":30}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":639},"5660":{"id":5660,"name":"Rune knife(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":166,"lowalch":66,"highalch":99,"buy_limit":7000,"wiki_name":"Rune knife (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_knife#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":25,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":24,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":40}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":279},"5661":{"id":5661,"name":"Bronze knife(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":7000,"wiki_name":"Bronze knife (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_knife#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":4,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":3,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":1}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":180},"5662":{"id":5662,"name":"Iron knife(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":7000,"wiki_name":"Iron knife (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_knife#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":5,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":4,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":1}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":358},"5663":{"id":5663,"name":"Steel knife(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":7000,"wiki_name":"Steel knife (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_knife#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":8,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":7,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":5}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":80},"5664":{"id":5664,"name":"Mithril knife(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":27,"lowalch":10,"highalch":16,"buy_limit":7000,"wiki_name":"Mithril knife (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_knife#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":11,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":10,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":20}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":1398},"5665":{"id":5665,"name":"Black knife(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":18,"lowalch":7,"highalch":10,"buy_limit":7000,"wiki_name":"Black knife (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Black_knife#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":10,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":8,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":10}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":1},"5666":{"id":5666,"name":"Adamant knife(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":66,"lowalch":26,"highalch":39,"buy_limit":7000,"wiki_name":"Adamant knife (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_knife#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":15,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":14,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":30}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":272},"5667":{"id":5667,"name":"Rune knife(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":166,"lowalch":66,"highalch":99,"buy_limit":7000,"wiki_name":"Rune knife (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_knife#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":25,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":24,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":40}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":250},"5668":{"id":5668,"name":"Iron dagger(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":35,"lowalch":14,"highalch":21,"buy_limit":125,"wiki_name":"Iron dagger (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_dagger#Poison+","equipment":{"attack_stab":5,"attack_slash":3,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1},"5670":{"id":5670,"name":"Bronze dagger(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":125,"wiki_name":"Bronze dagger (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_dagger#Poison+","equipment":{"attack_stab":4,"attack_slash":2,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":4},"5672":{"id":5672,"name":"Steel dagger(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":125,"lowalch":50,"highalch":75,"buy_limit":125,"wiki_name":"Steel dagger (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_dagger#Poison+","equipment":{"attack_stab":8,"attack_slash":4,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":7,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":5}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":26},"5674":{"id":5674,"name":"Mithril dagger(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":325,"lowalch":130,"highalch":195,"buy_limit":125,"wiki_name":"Mithril dagger (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_dagger#Poison+","equipment":{"attack_stab":11,"attack_slash":5,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":20}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":950},"5676":{"id":5676,"name":"Adamant dagger(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":800,"lowalch":320,"highalch":480,"buy_limit":125,"wiki_name":"Adamant dagger (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_dagger#Poison+","equipment":{"attack_stab":15,"attack_slash":8,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":14,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":30}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1870},"5678":{"id":5678,"name":"Rune dagger(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":8000,"lowalch":3200,"highalch":4800,"buy_limit":70,"wiki_name":"Rune dagger (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_dagger#Poison+","equipment":{"attack_stab":25,"attack_slash":12,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":24,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":40}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":4032},"5680":{"id":5680,"name":"Dragon dagger(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":24000,"lowalch":9600,"highalch":14400,"buy_limit":70,"wiki_name":"Dragon dagger (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_dagger#Poison+","equipment":{"attack_stab":40,"attack_slash":25,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":40,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":60}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":16504},"5682":{"id":5682,"name":"Black dagger(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":240,"lowalch":96,"highalch":144,"buy_limit":125,"wiki_name":"Black dagger (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Black_dagger#Poison+","equipment":{"attack_stab":10,"attack_slash":5,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":7,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":10}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":25},"5684":{"id":5684,"name":"Poison dagger(p+)","members":true,"noteable":true,"cost":565,"lowalch":226,"highalch":339,"wiki_name":"Poisoned dagger (unobtainable item) (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Poisoned_dagger_(unobtainable_item)#Poison+","price":0},"5686":{"id":5686,"name":"Iron dagger(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":35,"lowalch":14,"highalch":21,"buy_limit":125,"wiki_name":"Iron dagger (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_dagger#Poison++","equipment":{"attack_stab":5,"attack_slash":3,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":3685},"5688":{"id":5688,"name":"Bronze dagger(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":125,"wiki_name":"Bronze dagger (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_dagger#Poison++","equipment":{"attack_stab":4,"attack_slash":2,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":2071},"5690":{"id":5690,"name":"Steel dagger(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":125,"lowalch":50,"highalch":75,"buy_limit":125,"wiki_name":"Steel dagger (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_dagger#Poison++","equipment":{"attack_stab":8,"attack_slash":4,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":7,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":5}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":2044},"5692":{"id":5692,"name":"Mithril dagger(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":325,"lowalch":130,"highalch":195,"buy_limit":125,"wiki_name":"Mithril dagger (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_dagger#Poison++","equipment":{"attack_stab":11,"attack_slash":5,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":20}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"5694":{"id":5694,"name":"Adamant dagger(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":800,"lowalch":320,"highalch":480,"buy_limit":125,"wiki_name":"Adamant dagger (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_dagger#Poison++","equipment":{"attack_stab":15,"attack_slash":8,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":14,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":30}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":9347},"5696":{"id":5696,"name":"Rune dagger(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":8000,"lowalch":3200,"highalch":4800,"buy_limit":70,"wiki_name":"Rune dagger (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_dagger#Poison++","equipment":{"attack_stab":25,"attack_slash":12,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":24,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":40}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":5648},"5698":{"id":5698,"name":"Dragon dagger(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":24000,"lowalch":9600,"highalch":14400,"buy_limit":70,"wiki_name":"Dragon dagger (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_dagger#Poison++","equipment":{"attack_stab":40,"attack_slash":25,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":40,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":60}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":21257},"5700":{"id":5700,"name":"Black dagger(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":240,"lowalch":96,"highalch":144,"buy_limit":125,"wiki_name":"Black dagger (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Black_dagger#Poison++","equipment":{"attack_stab":10,"attack_slash":5,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":7,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":10}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":14251},"5702":{"id":5702,"name":"Poison dagger(p++)","members":true,"noteable":true,"cost":565,"lowalch":226,"highalch":339,"wiki_name":"Poisoned dagger (unobtainable item) (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Poisoned_dagger_(unobtainable_item)#Poison++","price":0},"5704":{"id":5704,"name":"Bronze spear(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":26,"lowalch":10,"highalch":15,"buy_limit":125,"wiki_name":"Bronze spear (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_spear#Poison+","equipment":{"attack_stab":5,"attack_slash":5,"attack_crush":5,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":770},"5706":{"id":5706,"name":"Iron spear(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":91,"lowalch":36,"highalch":54,"buy_limit":125,"wiki_name":"Iron spear (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_spear#Poison+","equipment":{"attack_stab":8,"attack_slash":8,"attack_crush":8,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"5708":{"id":5708,"name":"Steel spear(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":325,"lowalch":130,"highalch":195,"buy_limit":125,"wiki_name":"Steel spear (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_spear#Poison+","equipment":{"attack_stab":12,"attack_slash":12,"attack_crush":12,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":5}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":217},"5710":{"id":5710,"name":"Mithril spear(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":845,"lowalch":338,"highalch":507,"buy_limit":125,"wiki_name":"Mithril spear (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_spear#Poison+","equipment":{"attack_stab":17,"attack_slash":17,"attack_crush":17,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":18,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":20}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":2966},"5712":{"id":5712,"name":"Adamant spear(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":2080,"lowalch":832,"highalch":1248,"buy_limit":125,"wiki_name":"Adamant spear (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_spear#Poison+","equipment":{"attack_stab":24,"attack_slash":24,"attack_crush":24,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":28,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":30}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":2490},"5714":{"id":5714,"name":"Rune spear(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":20800,"lowalch":8320,"highalch":12480,"buy_limit":70,"wiki_name":"Rune spear (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_spear#Poison+","equipment":{"attack_stab":36,"attack_slash":36,"attack_crush":36,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":40}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":74497},"5716":{"id":5716,"name":"Dragon spear(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":62400,"lowalch":24960,"highalch":37440,"buy_limit":70,"wiki_name":"Dragon spear (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_spear#Poison+","equipment":{"attack_stab":55,"attack_slash":55,"attack_crush":55,"attack_magic":0,"attack_ranged":0,"defence_stab":5,"defence_slash":5,"defence_crush":5,"defence_magic":5,"defence_ranged":5,"melee_strength":60,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":60}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":49220},"5718":{"id":5718,"name":"Bronze spear(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":26,"lowalch":10,"highalch":15,"buy_limit":125,"wiki_name":"Bronze spear (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_spear#Poison++","equipment":{"attack_stab":5,"attack_slash":5,"attack_crush":5,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":28},"5720":{"id":5720,"name":"Iron spear(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":91,"lowalch":36,"highalch":54,"buy_limit":125,"wiki_name":"Iron spear (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_spear#Poison++","equipment":{"attack_stab":8,"attack_slash":8,"attack_crush":8,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":12061},"5722":{"id":5722,"name":"Steel spear(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":325,"lowalch":130,"highalch":195,"buy_limit":125,"wiki_name":"Steel spear (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_spear#Poison++","equipment":{"attack_stab":12,"attack_slash":12,"attack_crush":12,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":5}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":476},"5724":{"id":5724,"name":"Mithril spear(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":845,"lowalch":338,"highalch":507,"buy_limit":125,"wiki_name":"Mithril spear (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_spear#Poison++","equipment":{"attack_stab":17,"attack_slash":17,"attack_crush":17,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":18,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":20}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":2229},"5726":{"id":5726,"name":"Adamant spear(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":2080,"lowalch":832,"highalch":1248,"buy_limit":125,"wiki_name":"Adamant spear (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_spear#Poison++","equipment":{"attack_stab":24,"attack_slash":24,"attack_crush":24,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":28,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":30}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":810},"5728":{"id":5728,"name":"Rune spear(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":20800,"lowalch":8320,"highalch":12480,"buy_limit":70,"wiki_name":"Rune spear (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_spear#Poison++","equipment":{"attack_stab":36,"attack_slash":36,"attack_crush":36,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":40}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":11142},"5730":{"id":5730,"name":"Dragon spear(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":62400,"lowalch":24960,"highalch":37440,"buy_limit":70,"wiki_name":"Dragon spear (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_spear#Poison++","equipment":{"attack_stab":55,"attack_slash":55,"attack_crush":55,"attack_magic":0,"attack_ranged":0,"defence_stab":5,"defence_slash":5,"defence_crush":5,"defence_magic":5,"defence_ranged":5,"melee_strength":60,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":60}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":44522},"5732":{"id":5732,"name":"Stool","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Stool","wiki_url":"https://oldschool.runescape.wiki/w/Stool","price":0},"5733":{"id":5733,"name":"Rotten potato","cost":1,"wiki_name":"Rotten potato","wiki_url":"https://oldschool.runescape.wiki/w/Rotten_potato","price":0},"5734":{"id":5734,"name":"Black spear(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":750,"lowalch":300,"highalch":450,"buy_limit":8,"wiki_name":"Black spear (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Black_spear#Poison+","equipment":{"attack_stab":15,"attack_slash":15,"attack_crush":15,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":16,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":10}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":5106},"5736":{"id":5736,"name":"Black spear(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":750,"lowalch":300,"highalch":450,"buy_limit":8,"wiki_name":"Black spear (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Black_spear#Poison++","equipment":{"attack_stab":15,"attack_slash":15,"attack_crush":15,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":16,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":10}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":7989},"5739":{"id":5739,"name":"Asgarnian ale(m)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":2000,"wiki_name":"Asgarnian ale(m)","wiki_url":"https://oldschool.runescape.wiki/w/Asgarnian_ale(m)","price":40000},"5741":{"id":5741,"name":"Mature wmb","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":2000,"wiki_name":"Mature wmb","wiki_url":"https://oldschool.runescape.wiki/w/Mature_wmb","price":22090},"5743":{"id":5743,"name":"Greenman's ale(m)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":2000,"wiki_name":"Greenman's ale(m)","wiki_url":"https://oldschool.runescape.wiki/w/Greenman's_ale(m)","price":93598},"5745":{"id":5745,"name":"Dragon bitter(m)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":2000,"wiki_name":"Dragon bitter(m)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_bitter(m)","price":50192},"5747":{"id":5747,"name":"Dwarven stout(m)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":2000,"wiki_name":"Dwarven stout(m)","wiki_url":"https://oldschool.runescape.wiki/w/Dwarven_stout(m)","price":15815},"5749":{"id":5749,"name":"Moonlight mead(m)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":2000,"wiki_name":"Moonlight mead(m)","wiki_url":"https://oldschool.runescape.wiki/w/Moonlight_mead(m)","price":64444},"5751":{"id":5751,"name":"Axeman's folly","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":2000,"wiki_name":"Axeman's folly","wiki_url":"https://oldschool.runescape.wiki/w/Axeman's_folly","price":1076},"5753":{"id":5753,"name":"Axeman's folly(m)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":2000,"wiki_name":"Axeman's folly(m)","wiki_url":"https://oldschool.runescape.wiki/w/Axeman's_folly(m)","price":73945},"5755":{"id":5755,"name":"Chef's delight","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":2000,"wiki_name":"Chef's delight","wiki_url":"https://oldschool.runescape.wiki/w/Chef's_delight","price":329},"5757":{"id":5757,"name":"Chef's delight(m)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":2000,"wiki_name":"Chef's delight(m)","wiki_url":"https://oldschool.runescape.wiki/w/Chef's_delight(m)","price":67583},"5759":{"id":5759,"name":"Slayer's respite","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":2000,"wiki_name":"Slayer's respite","wiki_url":"https://oldschool.runescape.wiki/w/Slayer's_respite","price":34},"5761":{"id":5761,"name":"Slayer's respite(m)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":2000,"wiki_name":"Slayer's respite(m)","wiki_url":"https://oldschool.runescape.wiki/w/Slayer's_respite(m)","price":77699},"5763":{"id":5763,"name":"Cider","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":2000,"wiki_name":"Cider","wiki_url":"https://oldschool.runescape.wiki/w/Cider","price":232},"5765":{"id":5765,"name":"Mature cider","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":2000,"wiki_name":"Mature cider","wiki_url":"https://oldschool.runescape.wiki/w/Mature_cider","price":151728},"5767":{"id":5767,"name":"Ale yeast","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":11000,"wiki_name":"Ale yeast","wiki_url":"https://oldschool.runescape.wiki/w/Ale_yeast","price":851},"5769":{"id":5769,"name":"Calquat keg","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Calquat keg","wiki_url":"https://oldschool.runescape.wiki/w/Calquat_keg","price":138},"5771":{"id":5771,"name":"Dwarven stout(1)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dwarven stout (keg) (1 pint)","wiki_url":"https://oldschool.runescape.wiki/w/Dwarven_stout_(keg)#1_pint","price":0},"5773":{"id":5773,"name":"Dwarven stout(2)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dwarven stout (keg) (2 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Dwarven_stout_(keg)#2_pints","price":0},"5775":{"id":5775,"name":"Dwarven stout(3)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dwarven stout (keg) (3 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Dwarven_stout_(keg)#3_pints","price":0},"5777":{"id":5777,"name":"Dwarven stout(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":2000,"wiki_name":"Dwarven stout (keg) (4 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Dwarven_stout_(keg)#4_pints","price":10625},"5779":{"id":5779,"name":"Asgarnian ale(1)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Asgarnian ale (keg) (1 pint)","wiki_url":"https://oldschool.runescape.wiki/w/Asgarnian_ale_(keg)#1_pint","price":0},"5781":{"id":5781,"name":"Asgarnian ale(2)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Asgarnian ale (keg) (2 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Asgarnian_ale_(keg)#2_pints","price":0},"5783":{"id":5783,"name":"Asgarnian ale(3)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Asgarnian ale (keg) (3 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Asgarnian_ale_(keg)#3_pints","price":0},"5785":{"id":5785,"name":"Asgarnian ale(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":2000,"wiki_name":"Asgarnian ale (keg) (4 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Asgarnian_ale_(keg)#4_pints","price":60794},"5787":{"id":5787,"name":"Greenmans ale(1)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Greenmans ale (keg) (1 pint)","wiki_url":"https://oldschool.runescape.wiki/w/Greenmans_ale_(keg)#1_pint","price":0},"5789":{"id":5789,"name":"Greenmans ale(2)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Greenmans ale (keg) (2 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Greenmans_ale_(keg)#2_pints","price":0},"5791":{"id":5791,"name":"Greenmans ale(3)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Greenmans ale (keg) (3 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Greenmans_ale_(keg)#3_pints","price":0},"5793":{"id":5793,"name":"Greenmans ale(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":2000,"wiki_name":"Greenmans ale (keg) (4 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Greenmans_ale_(keg)#4_pints","price":27981},"5795":{"id":5795,"name":"Mind bomb(1)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mind bomb (keg) (1 pint)","wiki_url":"https://oldschool.runescape.wiki/w/Mind_bomb_(keg)#1_pint","price":0},"5797":{"id":5797,"name":"Mind bomb(2)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mind bomb (keg) (2 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Mind_bomb_(keg)#2_pints","price":0},"5799":{"id":5799,"name":"Mind bomb(3)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mind bomb (keg) (3 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Mind_bomb_(keg)#3_pints","price":0},"5801":{"id":5801,"name":"Mind bomb(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":2000,"wiki_name":"Mind bomb (keg) (4 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Mind_bomb_(keg)#4_pints","price":63579},"5803":{"id":5803,"name":"Dragon bitter(1)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dragon bitter (keg) (1 pint)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_bitter_(keg)#1_pint","price":0},"5805":{"id":5805,"name":"Dragon bitter(2)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dragon bitter (keg) (2 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_bitter_(keg)#2_pints","price":0},"5807":{"id":5807,"name":"Dragon bitter(3)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dragon bitter (keg) (3 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_bitter_(keg)#3_pints","price":0},"5809":{"id":5809,"name":"Dragon bitter(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":2000,"wiki_name":"Dragon bitter (keg) (4 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_bitter_(keg)#4_pints","price":19955},"5811":{"id":5811,"name":"Moonlight mead(1)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Moonlight mead (keg) (1 pint)","wiki_url":"https://oldschool.runescape.wiki/w/Moonlight_mead_(keg)#1_pint","price":0},"5813":{"id":5813,"name":"Moonlight mead(2)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Moonlight mead (keg) (2 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Moonlight_mead_(keg)#2_pints","price":0},"5815":{"id":5815,"name":"Moonlight mead(3)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Moonlight mead (keg) (3 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Moonlight_mead_(keg)#3_pints","price":0},"5817":{"id":5817,"name":"Moonlight mead(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":2000,"wiki_name":"Moonlight mead (keg) (4 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Moonlight_mead_(keg)#4_pints","price":25001},"5819":{"id":5819,"name":"Axeman's folly(1)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Axeman's folly (keg) (1 pint)","wiki_url":"https://oldschool.runescape.wiki/w/Axeman's_folly_(keg)#1_pint","price":0},"5821":{"id":5821,"name":"Axeman's folly(2)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Axeman's folly (keg) (2 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Axeman's_folly_(keg)#2_pints","price":0},"5823":{"id":5823,"name":"Axeman's folly(3)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Axeman's folly (keg) (3 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Axeman's_folly_(keg)#3_pints","price":0},"5825":{"id":5825,"name":"Axeman's folly(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":2000,"wiki_name":"Axeman's folly (keg) (4 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Axeman's_folly_(keg)#4_pints","price":10848},"5827":{"id":5827,"name":"Chef's delight(1)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chef's delight (keg) (1 pint)","wiki_url":"https://oldschool.runescape.wiki/w/Chef's_delight_(keg)#1_pint","price":0},"5829":{"id":5829,"name":"Chef's delight(2)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chef's delight (keg) (2 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Chef's_delight_(keg)#2_pints","price":0},"5831":{"id":5831,"name":"Chef's delight(3)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chef's delight (keg) (3 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Chef's_delight_(keg)#3_pints","price":0},"5833":{"id":5833,"name":"Chef's delight(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":2000,"wiki_name":"Chef's delight (keg) (4 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Chef's_delight_(keg)#4_pints","price":5173},"5835":{"id":5835,"name":"Slayer's respite(1)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Slayer's respite (keg) (1 pint)","wiki_url":"https://oldschool.runescape.wiki/w/Slayer's_respite_(keg)#1_pint","price":0},"5837":{"id":5837,"name":"Slayer's respite(2)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Slayer's respite (keg) (2 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Slayer's_respite_(keg)#2_pints","price":0},"5839":{"id":5839,"name":"Slayer's respite(3)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Slayer's respite (keg) (3 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Slayer's_respite_(keg)#3_pints","price":0},"5841":{"id":5841,"name":"Slayer's respite(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":2000,"wiki_name":"Slayer's respite (keg) (4 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Slayer's_respite_(keg)#4_pints","price":7256},"5843":{"id":5843,"name":"Cider(1)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cider (keg) (1 pint)","wiki_url":"https://oldschool.runescape.wiki/w/Cider_(keg)#1_pint","price":0},"5845":{"id":5845,"name":"Cider(2)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cider (keg) (2 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Cider_(keg)#2_pints","price":0},"5847":{"id":5847,"name":"Cider(3)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cider (keg) (3 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Cider_(keg)#3_pints","price":0},"5849":{"id":5849,"name":"Cider(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":2000,"wiki_name":"Cider (keg) (4 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Cider_(keg)#4_pints","price":24900},"5851":{"id":5851,"name":"Dwarven stout(m1)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dwarven stout(m) (keg) (1 pint)","wiki_url":"https://oldschool.runescape.wiki/w/Dwarven_stout(m)_(keg)#1_pint","price":0},"5853":{"id":5853,"name":"Dwarven stout(m2)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dwarven stout(m) (keg) (2 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Dwarven_stout(m)_(keg)#2_pints","price":0},"5855":{"id":5855,"name":"Dwarven stout(m3)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dwarven stout(m) (keg) (3 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Dwarven_stout(m)_(keg)#3_pints","price":0},"5857":{"id":5857,"name":"Dwarven stout(m4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":2000,"wiki_name":"Dwarven stout(m) (keg) (4 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Dwarven_stout(m)_(keg)#4_pints","price":273790},"5859":{"id":5859,"name":"Asgarnian ale(m1)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Asgarnian ale(m) (keg) (1 pint)","wiki_url":"https://oldschool.runescape.wiki/w/Asgarnian_ale(m)_(keg)#1_pint","price":0},"5861":{"id":5861,"name":"Asgarnian ale(m2)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Asgarnian ale(m) (keg) (2 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Asgarnian_ale(m)_(keg)#2_pints","price":0},"5863":{"id":5863,"name":"Asgarnian ale(m3)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Asgarnian ale(m) (keg) (3 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Asgarnian_ale(m)_(keg)#3_pints","price":0},"5865":{"id":5865,"name":"Asgarnian ale(m4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":2000,"wiki_name":"Asgarnian ale(m) (keg) (4 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Asgarnian_ale(m)_(keg)#4_pints","price":75250},"5867":{"id":5867,"name":"Greenmans ale(m1)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Greenmans ale(m) (keg) (1 pint)","wiki_url":"https://oldschool.runescape.wiki/w/Greenmans_ale(m)_(keg)#1_pint","price":0},"5869":{"id":5869,"name":"Greenmans ale(m2)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Greenmans ale(m) (keg) (2 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Greenmans_ale(m)_(keg)#2_pints","price":0},"5871":{"id":5871,"name":"Greenmans ale(m3)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Greenmans ale(m) (keg) (3 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Greenmans_ale(m)_(keg)#3_pints","price":0},"5873":{"id":5873,"name":"Greenmans ale(m4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":2000,"wiki_name":"Greenmans ale(m) (keg) (4 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Greenmans_ale(m)_(keg)#4_pints","price":176500},"5875":{"id":5875,"name":"Mind bomb(m1)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mind bomb(m) (keg) (1 pint)","wiki_url":"https://oldschool.runescape.wiki/w/Mind_bomb(m)_(keg)#1_pint","price":0},"5877":{"id":5877,"name":"Mind bomb(m2)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mind bomb(m) (keg) (2 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Mind_bomb(m)_(keg)#2_pints","price":0},"5879":{"id":5879,"name":"Mind bomb(m3)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mind bomb(m) (keg) (3 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Mind_bomb(m)_(keg)#3_pints","price":0},"5881":{"id":5881,"name":"Mind bomb(m4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":2000,"wiki_name":"Mind bomb(m) (keg) (4 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Mind_bomb(m)_(keg)#4_pints","price":46897},"5883":{"id":5883,"name":"Dragon bitter(m1)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dragon bitter(m) (keg) (1 pint)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_bitter(m)_(keg)#1_pint","price":0},"5885":{"id":5885,"name":"Dragon bitter(m2)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dragon bitter(m) (keg) (2 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_bitter(m)_(keg)#2_pints","price":0},"5887":{"id":5887,"name":"Dragon bitter(m3)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dragon bitter(m) (keg) (3 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_bitter(m)_(keg)#3_pints","price":0},"5889":{"id":5889,"name":"Dragon bitter(m4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":2000,"wiki_name":"Dragon bitter(m) (keg) (4 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_bitter(m)_(keg)#4_pints","price":89336},"5891":{"id":5891,"name":"Moonlight mead(m1)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Moonlight mead(m) (keg) (1 pint)","wiki_url":"https://oldschool.runescape.wiki/w/Moonlight_mead(m)_(keg)#1_pint","price":0},"5893":{"id":5893,"name":"Moonlight mead(m2)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Moonlight mead(m) (keg) (2 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Moonlight_mead(m)_(keg)#2_pints","price":0},"5895":{"id":5895,"name":"Moonlight mead(m3)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Moonlight mead(m) (keg) (3 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Moonlight_mead(m)_(keg)#3_pints","price":0},"5897":{"id":5897,"name":"Moonlight mead(m4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":2000,"wiki_name":"Moonlight mead(m) (keg) (4 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Moonlight_mead(m)_(keg)#4_pints","price":120691},"5899":{"id":5899,"name":"Axeman's folly(m1)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Axeman's folly(m) (keg) (1 pint)","wiki_url":"https://oldschool.runescape.wiki/w/Axeman's_folly(m)_(keg)#1_pint","price":0},"5901":{"id":5901,"name":"Axeman's folly(m2)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Axeman's folly(m) (keg) (2 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Axeman's_folly(m)_(keg)#2_pints","price":0},"5903":{"id":5903,"name":"Axeman's folly(m3)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Axeman's folly(m) (keg) (3 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Axeman's_folly(m)_(keg)#3_pints","price":0},"5905":{"id":5905,"name":"Axeman's folly(m4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":2000,"wiki_name":"Axeman's folly(m) (keg) (4 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Axeman's_folly(m)_(keg)#4_pints","price":230494},"5907":{"id":5907,"name":"Chef's delight(m1)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chef's delight(m) (keg) (1 pint)","wiki_url":"https://oldschool.runescape.wiki/w/Chef's_delight(m)_(keg)#1_pint","price":0},"5909":{"id":5909,"name":"Chef's delight(m2)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chef's delight(m) (keg) (2 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Chef's_delight(m)_(keg)#2_pints","price":0},"5911":{"id":5911,"name":"Chef's delight(m3)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chef's delight(m) (keg) (3 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Chef's_delight(m)_(keg)#3_pints","price":0},"5913":{"id":5913,"name":"Chef's delight(m4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":2000,"wiki_name":"Chef's delight(m) (keg) (4 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Chef's_delight(m)_(keg)#4_pints","price":304000},"5915":{"id":5915,"name":"Slayer's respite(m1)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Slayer's respite(m) (keg) (1 pint)","wiki_url":"https://oldschool.runescape.wiki/w/Slayer's_respite(m)_(keg)#1_pint","price":0},"5917":{"id":5917,"name":"Slayer's respite(m2)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Slayer's respite(m) (keg) (2 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Slayer's_respite(m)_(keg)#2_pints","price":0},"5919":{"id":5919,"name":"Slayer's respite(m3)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Slayer's respite(m) (keg) (3 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Slayer's_respite(m)_(keg)#3_pints","price":0},"5921":{"id":5921,"name":"Slayer's respite(m4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":2000,"wiki_name":"Slayer's respite(m) (keg) (4 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Slayer's_respite(m)_(keg)#4_pints","price":112000},"5923":{"id":5923,"name":"Cider(m1)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cider(m) (keg) (1 pint)","wiki_url":"https://oldschool.runescape.wiki/w/Cider(m)_(keg)#1_pint","price":0},"5925":{"id":5925,"name":"Cider(m2)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cider(m) (keg) (2 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Cider(m)_(keg)#2_pints","price":0},"5927":{"id":5927,"name":"Cider(m3)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cider(m) (keg) (3 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Cider(m)_(keg)#3_pints","price":0},"5929":{"id":5929,"name":"Cider(m4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":2000,"wiki_name":"Cider(m) (keg) (4 pints)","wiki_url":"https://oldschool.runescape.wiki/w/Cider(m)_(keg)#4_pints","price":1026050},"5931":{"id":5931,"name":"Jute fibre","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":6,"lowalch":2,"highalch":3,"buy_limit":13000,"wiki_name":"Jute fibre","wiki_url":"https://oldschool.runescape.wiki/w/Jute_fibre","price":1487},"5933":{"id":5933,"name":"Willow branch","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":11000,"wiki_name":"Willow branch","wiki_url":"https://oldschool.runescape.wiki/w/Willow_branch","price":2125},"5935":{"id":5935,"name":"Coconut milk","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":11000,"wiki_name":"Coconut milk","wiki_url":"https://oldschool.runescape.wiki/w/Coconut_milk","price":220},"5936":{"id":5936,"name":"Weapon poison+ (unf)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Weapon poison+ (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Weapon_poison+_(unf)","price":0},"5937":{"id":5937,"name":"Weapon poison(+)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":288,"lowalch":115,"highalch":172,"buy_limit":2000,"wiki_name":"Weapon poison(+)","wiki_url":"https://oldschool.runescape.wiki/w/Weapon_poison(+)","price":657},"5939":{"id":5939,"name":"Weapon poison++ (unf)","members":true,"cost":14,"lowalch":5,"highalch":8,"wiki_name":"Weapon poison++ (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Weapon_poison++_(unf)","price":0},"5940":{"id":5940,"name":"Weapon poison(++)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":432,"lowalch":172,"highalch":259,"buy_limit":2000,"wiki_name":"Weapon poison(++)","wiki_url":"https://oldschool.runescape.wiki/w/Weapon_poison(++)","price":5710},"5942":{"id":5942,"name":"Antidote+ (unf)","members":true,"cost":14,"lowalch":5,"highalch":8,"wiki_name":"Antidote+ (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Antidote+_(unf)","price":0},"5943":{"id":5943,"name":"Antidote+(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":360,"lowalch":144,"highalch":216,"buy_limit":4000,"wiki_name":"Antidote+ (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antidote+#4_dose","price":1976},"5945":{"id":5945,"name":"Antidote+(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":288,"lowalch":115,"highalch":172,"buy_limit":4000,"wiki_name":"Antidote+ (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antidote+#3_dose","price":1362},"5947":{"id":5947,"name":"Antidote+(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":216,"lowalch":86,"highalch":129,"buy_limit":4000,"wiki_name":"Antidote+ (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antidote+#2_dose","price":853},"5949":{"id":5949,"name":"Antidote+(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":144,"lowalch":57,"highalch":86,"buy_limit":4000,"wiki_name":"Antidote+ (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antidote+#1_dose","price":720},"5951":{"id":5951,"name":"Antidote++ (unf)","members":true,"cost":14,"lowalch":5,"highalch":8,"wiki_name":"Antidote++ (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Antidote++_(unf)","price":0},"5952":{"id":5952,"name":"Antidote++(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":360,"lowalch":144,"highalch":216,"buy_limit":4000,"wiki_name":"Antidote++ (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antidote++#4_dose","price":4502},"5954":{"id":5954,"name":"Antidote++(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":288,"lowalch":115,"highalch":172,"buy_limit":4000,"wiki_name":"Antidote++ (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antidote++#3_dose","price":3355},"5956":{"id":5956,"name":"Antidote++(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":216,"lowalch":86,"highalch":129,"buy_limit":4000,"wiki_name":"Antidote++ (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antidote++#2_dose","price":2051},"5958":{"id":5958,"name":"Antidote++(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":144,"lowalch":57,"highalch":86,"buy_limit":4000,"wiki_name":"Antidote++ (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antidote++#1_dose","price":1301},"5960":{"id":5960,"name":"Tomatoes(1)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tomatoes (1)","wiki_url":"https://oldschool.runescape.wiki/w/Tomatoes#(1)","price":0},"5962":{"id":5962,"name":"Tomatoes(2)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tomatoes (2)","wiki_url":"https://oldschool.runescape.wiki/w/Tomatoes#(2)","price":0},"5964":{"id":5964,"name":"Tomatoes(3)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tomatoes (3)","wiki_url":"https://oldschool.runescape.wiki/w/Tomatoes#(3)","price":0},"5966":{"id":5966,"name":"Tomatoes(4)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tomatoes (4)","wiki_url":"https://oldschool.runescape.wiki/w/Tomatoes#(4)","price":0},"5968":{"id":5968,"name":"Tomatoes(5)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":600,"wiki_name":"Tomatoes (5)","wiki_url":"https://oldschool.runescape.wiki/w/Tomatoes#(5)","price":186},"5970":{"id":5970,"name":"Curry leaf","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":19,"lowalch":7,"highalch":11,"buy_limit":11000,"wiki_name":"Curry leaf","wiki_url":"https://oldschool.runescape.wiki/w/Curry_leaf","price":24},"5972":{"id":5972,"name":"Papaya fruit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":64,"lowalch":25,"highalch":38,"buy_limit":11000,"wiki_name":"Papaya fruit","wiki_url":"https://oldschool.runescape.wiki/w/Papaya_fruit","price":1627},"5974":{"id":5974,"name":"Coconut","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":87,"lowalch":34,"highalch":52,"buy_limit":11000,"wiki_name":"Coconut","wiki_url":"https://oldschool.runescape.wiki/w/Coconut","price":2422},"5976":{"id":5976,"name":"Half coconut","members":true,"tradeable":true,"noteable":true,"cost":87,"lowalch":34,"highalch":52,"wiki_name":"Half coconut","wiki_url":"https://oldschool.runescape.wiki/w/Half_coconut","price":0},"5978":{"id":5978,"name":"Coconut shell","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Coconut shell","wiki_url":"https://oldschool.runescape.wiki/w/Coconut_shell","price":0},"5980":{"id":5980,"name":"Calquat fruit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":54,"lowalch":21,"highalch":32,"buy_limit":11000,"wiki_name":"Calquat fruit","wiki_url":"https://oldschool.runescape.wiki/w/Calquat_fruit","price":124},"5982":{"id":5982,"name":"Watermelon","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":48,"lowalch":19,"highalch":28,"buy_limit":11000,"wiki_name":"Watermelon","wiki_url":"https://oldschool.runescape.wiki/w/Watermelon","price":27},"5984":{"id":5984,"name":"Watermelon slice","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":16,"lowalch":6,"highalch":9,"buy_limit":11000,"wiki_name":"Watermelon slice","wiki_url":"https://oldschool.runescape.wiki/w/Watermelon_slice","price":70},"5986":{"id":5986,"name":"Sweetcorn","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":9,"lowalch":3,"highalch":5,"buy_limit":11000,"wiki_name":"Sweetcorn","wiki_url":"https://oldschool.runescape.wiki/w/Sweetcorn","price":52},"5988":{"id":5988,"name":"Cooked sweetcorn","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":9,"lowalch":3,"highalch":5,"buy_limit":11000,"wiki_name":"Cooked sweetcorn","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_sweetcorn","price":349},"5990":{"id":5990,"name":"Burnt sweetcorn","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt sweetcorn","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_sweetcorn","price":0},"5992":{"id":5992,"name":"Apple mush","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":13,"lowalch":5,"highalch":7,"buy_limit":11000,"wiki_name":"Apple mush","wiki_url":"https://oldschool.runescape.wiki/w/Apple_mush","price":6250},"5994":{"id":5994,"name":"Hammerstone hops","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":11000,"wiki_name":"Hammerstone hops","wiki_url":"https://oldschool.runescape.wiki/w/Hammerstone_hops","price":245},"5996":{"id":5996,"name":"Asgarnian hops","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":11000,"wiki_name":"Asgarnian hops","wiki_url":"https://oldschool.runescape.wiki/w/Asgarnian_hops","price":234},"5998":{"id":5998,"name":"Yanillian hops","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":7,"lowalch":2,"highalch":4,"buy_limit":11000,"wiki_name":"Yanillian hops","wiki_url":"https://oldschool.runescape.wiki/w/Yanillian_hops","price":1275},"6000":{"id":6000,"name":"Krandorian hops","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":11000,"wiki_name":"Krandorian hops","wiki_url":"https://oldschool.runescape.wiki/w/Krandorian_hops","price":83},"6002":{"id":6002,"name":"Wildblood hops","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":11000,"wiki_name":"Wildblood hops","wiki_url":"https://oldschool.runescape.wiki/w/Wildblood_hops","price":25},"6004":{"id":6004,"name":"Mushroom","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":38,"lowalch":15,"highalch":22,"buy_limit":11000,"wiki_name":"Mushroom","wiki_url":"https://oldschool.runescape.wiki/w/Mushroom","price":335},"6006":{"id":6006,"name":"Barley","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":11000,"wiki_name":"Barley","wiki_url":"https://oldschool.runescape.wiki/w/Barley","price":800},"6008":{"id":6008,"name":"Barley malt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":11000,"wiki_name":"Barley malt","wiki_url":"https://oldschool.runescape.wiki/w/Barley_malt","price":1472},"6010":{"id":6010,"name":"Marigolds","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":600,"wiki_name":"Marigolds","wiki_url":"https://oldschool.runescape.wiki/w/Marigolds","price":211},"6012":{"id":6012,"name":"Nasturtiums","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":600,"wiki_name":"Nasturtiums","wiki_url":"https://oldschool.runescape.wiki/w/Nasturtiums","price":155},"6014":{"id":6014,"name":"Rosemary","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":600,"wiki_name":"Rosemary","wiki_url":"https://oldschool.runescape.wiki/w/Rosemary","price":146},"6016":{"id":6016,"name":"Cactus spine","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":11000,"wiki_name":"Cactus spine","wiki_url":"https://oldschool.runescape.wiki/w/Cactus_spine","price":2148},"6018":{"id":6018,"name":"Poison ivy berries","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":65,"lowalch":26,"highalch":39,"buy_limit":11000,"wiki_name":"Poison ivy berries","wiki_url":"https://oldschool.runescape.wiki/w/Poison_ivy_berries","price":62},"6020":{"id":6020,"name":"Leaves","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Leaves","wiki_url":"https://oldschool.runescape.wiki/w/Leaves","price":32},"6022":{"id":6022,"name":"Oak leaves","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Leaves (oak)","wiki_url":"https://oldschool.runescape.wiki/w/Leaves_(oak)","price":108},"6024":{"id":6024,"name":"Willow leaves","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Leaves (willow)","wiki_url":"https://oldschool.runescape.wiki/w/Leaves_(willow)","price":142},"6026":{"id":6026,"name":"Yew leaves","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Leaves (yew)","wiki_url":"https://oldschool.runescape.wiki/w/Leaves_(yew)","price":464},"6028":{"id":6028,"name":"Maple leaves","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Leaves (maple)","wiki_url":"https://oldschool.runescape.wiki/w/Leaves_(maple)","price":303},"6030":{"id":6030,"name":"Magic leaves","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Leaves (magic)","wiki_url":"https://oldschool.runescape.wiki/w/Leaves_(magic)","price":697},"6032":{"id":6032,"name":"Compost","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":2000,"wiki_name":"Compost","wiki_url":"https://oldschool.runescape.wiki/w/Compost","price":24},"6034":{"id":6034,"name":"Supercompost","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":85,"lowalch":34,"highalch":51,"buy_limit":2000,"wiki_name":"Supercompost","wiki_url":"https://oldschool.runescape.wiki/w/Supercompost","price":267},"6036":{"id":6036,"name":"Plant cure","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":2000,"wiki_name":"Plant cure","wiki_url":"https://oldschool.runescape.wiki/w/Plant_cure","price":138},"6038":{"id":6038,"name":"Magic string","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":11000,"wiki_name":"Magic string","wiki_url":"https://oldschool.runescape.wiki/w/Magic_string","price":2081},"6040":{"id":6040,"name":"Amulet of nature","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Amulet of nature","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_nature","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"6041":{"id":6041,"name":"Pre-nature amulet","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pre-nature amulet","wiki_url":"https://oldschool.runescape.wiki/w/Pre-nature_amulet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"6043":{"id":6043,"name":"Oak roots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":11000,"wiki_name":"Oak roots","wiki_url":"https://oldschool.runescape.wiki/w/Oak_roots","price":30},"6045":{"id":6045,"name":"Willow roots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":11000,"wiki_name":"Willow roots","wiki_url":"https://oldschool.runescape.wiki/w/Willow_roots","price":60},"6047":{"id":6047,"name":"Maple roots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":11000,"wiki_name":"Maple roots","wiki_url":"https://oldschool.runescape.wiki/w/Maple_roots","price":94},"6049":{"id":6049,"name":"Yew roots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":11000,"wiki_name":"Yew roots","wiki_url":"https://oldschool.runescape.wiki/w/Yew_roots","price":51},"6051":{"id":6051,"name":"Magic roots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":11000,"wiki_name":"Magic roots","wiki_url":"https://oldschool.runescape.wiki/w/Magic_roots","price":5397},"6053":{"id":6053,"name":"Spirit roots","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Spirit roots","wiki_url":"https://oldschool.runescape.wiki/w/Spirit_roots","price":0},"6055":{"id":6055,"name":"Weeds","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":600,"wiki_name":"Weeds","wiki_url":"https://oldschool.runescape.wiki/w/Weeds","price":151},"6057":{"id":6057,"name":"Hay sack","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Hay sack (Regular)","wiki_url":"https://oldschool.runescape.wiki/w/Hay_sack#Regular","price":0},"6058":{"id":6058,"name":"Hay sack","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Hay sack (Spear)","wiki_url":"https://oldschool.runescape.wiki/w/Hay_sack#Spear","price":0},"6059":{"id":6059,"name":"Scarecrow","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Scarecrow","wiki_url":"https://oldschool.runescape.wiki/w/Scarecrow","price":0},"6061":{"id":6061,"name":"Bronze bolts (p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"buy_limit":11000,"wiki_name":"Bronze bolts (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_bolts#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":10,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":143},"6062":{"id":6062,"name":"Bronze bolts (p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"buy_limit":11000,"wiki_name":"Bronze bolts (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_bolts#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":10,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":10364},"6063":{"id":6063,"name":"Spirit tree","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"6064":{"id":6064,"name":"Bloody mourner top","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Bloody mourner top","wiki_url":"https://oldschool.runescape.wiki/w/Bloody_mourner_top","price":0},"6065":{"id":6065,"name":"Mourner top","members":true,"equipable":true,"equipable_by_player":true,"cost":150,"lowalch":60,"highalch":90,"wiki_name":"Mourner top","wiki_url":"https://oldschool.runescape.wiki/w/Mourner_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"6066":{"id":6066,"name":"Ripped mourner trousers","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Ripped mourner trousers","wiki_url":"https://oldschool.runescape.wiki/w/Ripped_mourner_trousers","price":0},"6067":{"id":6067,"name":"Mourner trousers","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Mourner trousers (Repaired)","wiki_url":"https://oldschool.runescape.wiki/w/Mourner_trousers#Repaired","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"6068":{"id":6068,"name":"Mourner gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Mourner gloves","wiki_url":"https://oldschool.runescape.wiki/w/Mourner_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"6069":{"id":6069,"name":"Mourner boots","members":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Mourner boots","wiki_url":"https://oldschool.runescape.wiki/w/Mourner_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"6070":{"id":6070,"name":"Mourner cloak","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Mourner cloak","wiki_url":"https://oldschool.runescape.wiki/w/Mourner_cloak","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"6071":{"id":6071,"name":"Mourner letter","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mourner letter","wiki_url":"https://oldschool.runescape.wiki/w/Mourner_letter","price":0},"6072":{"id":6072,"name":"Tegid's soap","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Tegid's soap","wiki_url":"https://oldschool.runescape.wiki/w/Tegid's_soap","price":0},"6073":{"id":6073,"name":"Prifddinas' history","members":true,"tradeable":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Prifddinas' history","wiki_url":"https://oldschool.runescape.wiki/w/Prifddinas'_history","price":0},"6075":{"id":6075,"name":"Eastern discovery","members":true,"tradeable":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Eastern discovery","wiki_url":"https://oldschool.runescape.wiki/w/Eastern_discovery","price":0},"6077":{"id":6077,"name":"Eastern settlement","members":true,"tradeable":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Eastern settlement","wiki_url":"https://oldschool.runescape.wiki/w/Eastern_settlement","price":0},"6079":{"id":6079,"name":"The great divide","members":true,"tradeable":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"The great divide","wiki_url":"https://oldschool.runescape.wiki/w/The_great_divide","price":0},"6081":{"id":6081,"name":"Broken device","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Broken device","wiki_url":"https://oldschool.runescape.wiki/w/Broken_device","price":0},"6082":{"id":6082,"name":"Fixed device","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":150,"lowalch":60,"highalch":90,"wiki_name":"Fixed device","wiki_url":"https://oldschool.runescape.wiki/w/Fixed_device","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"gun","stances":[{"combat_style":"aim and fire","attack_type":null,"attack_style":null,"experience":null,"boosts":null},{"combat_style":"kick","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null}]},"price":0},"6083":{"id":6083,"name":"Tarnished key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tarnished key","wiki_url":"https://oldschool.runescape.wiki/w/Tarnished_key","price":0},"6084":{"id":6084,"name":"Worn key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Worn key","wiki_url":"https://oldschool.runescape.wiki/w/Worn_key","price":0},"6085":{"id":6085,"name":"Red dye bellows","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Red dye bellows","wiki_url":"https://oldschool.runescape.wiki/w/Red_dye_bellows","price":0},"6086":{"id":6086,"name":"Blue dye bellows","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Blue dye bellows","wiki_url":"https://oldschool.runescape.wiki/w/Blue_dye_bellows","price":0},"6087":{"id":6087,"name":"Yellow dye bellows","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Yellow dye bellows","wiki_url":"https://oldschool.runescape.wiki/w/Yellow_dye_bellows","price":0},"6088":{"id":6088,"name":"Green dye bellows","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Green dye bellows","wiki_url":"https://oldschool.runescape.wiki/w/Green_dye_bellows","price":0},"6089":{"id":6089,"name":"Blue toad","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue toad","wiki_url":"https://oldschool.runescape.wiki/w/Blue_toad","price":0},"6090":{"id":6090,"name":"Red toad","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red toad","wiki_url":"https://oldschool.runescape.wiki/w/Red_toad","price":0},"6091":{"id":6091,"name":"Yellow toad","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Yellow toad","wiki_url":"https://oldschool.runescape.wiki/w/Yellow_toad","price":0},"6092":{"id":6092,"name":"Green toad","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Green toad","wiki_url":"https://oldschool.runescape.wiki/w/Green_toad","price":0},"6093":{"id":6093,"name":"Rotten apples","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rotten apples","wiki_url":"https://oldschool.runescape.wiki/w/Rotten_apples","price":0},"6094":{"id":6094,"name":"Apple barrel","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Apple barrel","wiki_url":"https://oldschool.runescape.wiki/w/Apple_barrel","price":0},"6095":{"id":6095,"name":"Naphtha apple mix","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Naphtha apple mix","wiki_url":"https://oldschool.runescape.wiki/w/Naphtha_apple_mix","price":0},"6096":{"id":6096,"name":"Toxic naphtha","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Toxic naphtha","wiki_url":"https://oldschool.runescape.wiki/w/Toxic_naphtha","price":0},"6097":{"id":6097,"name":"Sieve","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Sieve","wiki_url":"https://oldschool.runescape.wiki/w/Sieve","price":0},"6098":{"id":6098,"name":"Toxic powder","members":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Toxic powder","wiki_url":"https://oldschool.runescape.wiki/w/Toxic_powder","price":0},"6099":{"id":6099,"name":"Teleport crystal (4)","members":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Teleport crystal (4)","wiki_url":"https://oldschool.runescape.wiki/w/Teleport_crystal#(4)","price":0},"6100":{"id":6100,"name":"Teleport crystal (3)","members":true,"cost":45,"lowalch":18,"highalch":27,"wiki_name":"Teleport crystal (3)","wiki_url":"https://oldschool.runescape.wiki/w/Teleport_crystal#(3)","price":0},"6101":{"id":6101,"name":"Teleport crystal (2)","members":true,"cost":35,"lowalch":14,"highalch":21,"wiki_name":"Teleport crystal (2)","wiki_url":"https://oldschool.runescape.wiki/w/Teleport_crystal#(2)","price":0},"6102":{"id":6102,"name":"Teleport crystal (1)","members":true,"cost":15,"lowalch":6,"highalch":9,"wiki_name":"Teleport crystal (1)","wiki_url":"https://oldschool.runescape.wiki/w/Teleport_crystal#(1)","price":0},"6103":{"id":6103,"name":"Crystal teleport seed","members":true,"cost":1,"wiki_name":"Crystal teleport seed","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_teleport_seed","price":0},"6104":{"id":6104,"name":"New key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"New key","wiki_url":"https://oldschool.runescape.wiki/w/New_key","price":0},"6105":{"id":6105,"name":"Elf","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"6106":{"id":6106,"name":"Ghostly boots","members":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Ghostly boots","wiki_url":"https://oldschool.runescape.wiki/w/Ghostly_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":2,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":2,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"6107":{"id":6107,"name":"Ghostly robe","members":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Ghostly robe (top)","wiki_url":"https://oldschool.runescape.wiki/w/Ghostly_robe_(top)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":5,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"6108":{"id":6108,"name":"Ghostly robe","members":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Ghostly robe (bottom)","wiki_url":"https://oldschool.runescape.wiki/w/Ghostly_robe_(bottom)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"6109":{"id":6109,"name":"Ghostly hood","members":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Ghostly hood","wiki_url":"https://oldschool.runescape.wiki/w/Ghostly_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"6110":{"id":6110,"name":"Ghostly gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Ghostly gloves","wiki_url":"https://oldschool.runescape.wiki/w/Ghostly_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":2,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":2,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"6111":{"id":6111,"name":"Ghostly cloak","members":true,"equipable":true,"equipable_by_player":true,"cost":25,"lowalch":10,"highalch":15,"wiki_name":"Ghostly cloak","wiki_url":"https://oldschool.runescape.wiki/w/Ghostly_cloak","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":5,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"6112":{"id":6112,"name":"Kelda seed","members":true,"stackable":true,"cost":2,"wiki_name":"Kelda seed","wiki_url":"https://oldschool.runescape.wiki/w/Kelda_seed","price":0},"6113":{"id":6113,"name":"Kelda hops","members":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Kelda hops","wiki_url":"https://oldschool.runescape.wiki/w/Kelda_hops","price":0},"6118":{"id":6118,"name":"Kelda stout","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Kelda stout","wiki_url":"https://oldschool.runescape.wiki/w/Kelda_stout","price":0},"6119":{"id":6119,"name":"Square stone","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Square stone (Yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Square_stone#Yellow","price":0},"6120":{"id":6120,"name":"Square stone","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Square stone (Green)","wiki_url":"https://oldschool.runescape.wiki/w/Square_stone#Green","price":0},"6121":{"id":6121,"name":"Letter","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Letter (Forgettable Tale...)","wiki_url":"https://oldschool.runescape.wiki/w/Letter_(Forgettable_Tale...)","price":0},"6122":{"id":6122,"name":"A chair","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"A chair","wiki_url":"https://oldschool.runescape.wiki/w/A_chair","price":0},"6123":{"id":6123,"name":"Beer glass","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Beer glass (Forgettable Tale...)","wiki_url":"https://oldschool.runescape.wiki/w/Beer_glass_(Forgettable_Tale...)","price":0},"6125":{"id":6125,"name":"Enchanted lyre(2)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Enchanted lyre (2)","wiki_url":"https://oldschool.runescape.wiki/w/Enchanted_lyre#(2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"unarmed","stances":[{"combat_style":"punch","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"kick","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"6126":{"id":6126,"name":"Enchanted lyre(3)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Enchanted lyre (3)","wiki_url":"https://oldschool.runescape.wiki/w/Enchanted_lyre#(3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"unarmed","stances":[{"combat_style":"punch","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"kick","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"6127":{"id":6127,"name":"Enchanted lyre(4)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Enchanted lyre (4)","wiki_url":"https://oldschool.runescape.wiki/w/Enchanted_lyre#(4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"unarmed","stances":[{"combat_style":"punch","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"kick","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"6128":{"id":6128,"name":"Rock-shell helm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"buy_limit":70,"wiki_name":"Rock-shell helm","wiki_url":"https://oldschool.runescape.wiki/w/Rock-shell_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":40}},"price":55778},"6129":{"id":6129,"name":"Rock-shell plate","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":65000,"lowalch":26000,"highalch":39000,"buy_limit":70,"wiki_name":"Rock-shell plate","wiki_url":"https://oldschool.runescape.wiki/w/Rock-shell_plate","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-10,"defence_stab":82,"defence_slash":80,"defence_crush":72,"defence_magic":-6,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":40}},"price":39825},"6130":{"id":6130,"name":"Rock-shell legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":64000,"lowalch":25600,"highalch":38400,"buy_limit":70,"wiki_name":"Rock-shell legs","wiki_url":"https://oldschool.runescape.wiki/w/Rock-shell_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-7,"defence_stab":51,"defence_slash":49,"defence_crush":47,"defence_magic":-4,"defence_ranged":49,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":40}},"price":42400},"6131":{"id":6131,"name":"Spined helm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":60000,"lowalch":24000,"highalch":36000,"buy_limit":70,"wiki_name":"Spined helm","wiki_url":"https://oldschool.runescape.wiki/w/Spined_helm","equipment":{"attack_stab":-6,"attack_slash":-6,"attack_crush":-6,"attack_magic":-6,"attack_ranged":6,"defence_stab":6,"defence_slash":6,"defence_crush":6,"defence_magic":6,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":40,"ranged":40}},"price":36034},"6133":{"id":6133,"name":"Spined body","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":7800,"lowalch":3120,"highalch":4680,"buy_limit":70,"wiki_name":"Spined body","wiki_url":"https://oldschool.runescape.wiki/w/Spined_body","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":15,"defence_stab":40,"defence_slash":32,"defence_crush":45,"defence_magic":20,"defence_ranged":40,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":40,"ranged":40}},"price":3568},"6135":{"id":6135,"name":"Spined chaps","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3900,"lowalch":1560,"highalch":2340,"buy_limit":70,"wiki_name":"Spined chaps","wiki_url":"https://oldschool.runescape.wiki/w/Spined_chaps","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":8,"defence_stab":22,"defence_slash":16,"defence_crush":24,"defence_magic":8,"defence_ranged":22,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":40,"ranged":40}},"price":10016},"6137":{"id":6137,"name":"Skeletal helm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":70,"wiki_name":"Skeletal helm","wiki_url":"https://oldschool.runescape.wiki/w/Skeletal_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":2,"attack_ranged":-2,"defence_stab":10,"defence_slash":9,"defence_crush":11,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":40,"magic":40}},"price":91485},"6139":{"id":6139,"name":"Skeletal top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":45000,"lowalch":18000,"highalch":27000,"buy_limit":70,"wiki_name":"Skeletal top","wiki_url":"https://oldschool.runescape.wiki/w/Skeletal_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":8,"attack_ranged":-10,"defence_stab":35,"defence_slash":25,"defence_crush":42,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":40,"magic":40}},"price":26034},"6141":{"id":6141,"name":"Skeletal bottoms","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":40000,"lowalch":16000,"highalch":24000,"buy_limit":70,"wiki_name":"Skeletal bottoms","wiki_url":"https://oldschool.runescape.wiki/w/Skeletal_bottoms","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":6,"attack_ranged":-7,"defence_stab":22,"defence_slash":20,"defence_crush":24,"defence_magic":10,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":40,"magic":40}},"price":24100},"6143":{"id":6143,"name":"Spined boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":650,"lowalch":260,"highalch":390,"buy_limit":125,"wiki_name":"Spined boots","wiki_url":"https://oldschool.runescape.wiki/w/Spined_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"defence":40,"magic":40}},"price":8348},"6145":{"id":6145,"name":"Rock-shell boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":650,"lowalch":260,"highalch":390,"buy_limit":125,"wiki_name":"Rock-shell boots","wiki_url":"https://oldschool.runescape.wiki/w/Rock-shell_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":463},"6147":{"id":6147,"name":"Skeletal boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":650,"lowalch":260,"highalch":390,"buy_limit":125,"wiki_name":"Skeletal boots","wiki_url":"https://oldschool.runescape.wiki/w/Skeletal_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":17564},"6149":{"id":6149,"name":"Spined gloves","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":650,"lowalch":260,"highalch":390,"buy_limit":125,"wiki_name":"Spined gloves","wiki_url":"https://oldschool.runescape.wiki/w/Spined_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":10500},"6151":{"id":6151,"name":"Rock-shell gloves","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":650,"lowalch":260,"highalch":390,"buy_limit":125,"wiki_name":"Rock-shell gloves","wiki_url":"https://oldschool.runescape.wiki/w/Rock-shell_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":573},"6153":{"id":6153,"name":"Skeletal gloves","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":650,"lowalch":260,"highalch":390,"buy_limit":125,"wiki_name":"Skeletal gloves","wiki_url":"https://oldschool.runescape.wiki/w/Skeletal_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":80000},"6155":{"id":6155,"name":"Dagannoth hide","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":60,"lowalch":24,"highalch":36,"buy_limit":11000,"wiki_name":"Dagannoth hide","wiki_url":"https://oldschool.runescape.wiki/w/Dagannoth_hide","price":231},"6157":{"id":6157,"name":"Rock-shell chunk","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":60,"lowalch":24,"highalch":36,"buy_limit":11000,"wiki_name":"Rock-shell chunk","wiki_url":"https://oldschool.runescape.wiki/w/Rock-shell_chunk","price":11250},"6159":{"id":6159,"name":"Rock-shell shard","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":60,"lowalch":24,"highalch":36,"buy_limit":11000,"wiki_name":"Rock-shell shard","wiki_url":"https://oldschool.runescape.wiki/w/Rock-shell_shard","price":6700},"6161":{"id":6161,"name":"Rock-shell splinter","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":60,"lowalch":24,"highalch":36,"buy_limit":11000,"wiki_name":"Rock-shell splinter","wiki_url":"https://oldschool.runescape.wiki/w/Rock-shell_splinter","price":12200},"6163":{"id":6163,"name":"Skull piece","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":60,"lowalch":24,"highalch":36,"buy_limit":11000,"wiki_name":"Skull piece","wiki_url":"https://oldschool.runescape.wiki/w/Skull_piece","price":71764},"6165":{"id":6165,"name":"Ribcage piece","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":60,"lowalch":24,"highalch":36,"buy_limit":11000,"wiki_name":"Ribcage piece","wiki_url":"https://oldschool.runescape.wiki/w/Ribcage_piece","price":17550},"6167":{"id":6167,"name":"Fibula piece","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":60,"lowalch":24,"highalch":36,"buy_limit":11000,"wiki_name":"Fibula piece","wiki_url":"https://oldschool.runescape.wiki/w/Fibula_piece","price":23130},"6169":{"id":6169,"name":"Circular hide","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":60,"lowalch":24,"highalch":36,"buy_limit":11000,"wiki_name":"Circular hide","wiki_url":"https://oldschool.runescape.wiki/w/Circular_hide","price":17736},"6171":{"id":6171,"name":"Flattened hide","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":60,"lowalch":24,"highalch":36,"buy_limit":11000,"wiki_name":"Flattened hide","wiki_url":"https://oldschool.runescape.wiki/w/Flattened_hide","price":7157},"6173":{"id":6173,"name":"Stretched hide","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":60,"lowalch":24,"highalch":36,"buy_limit":11000,"wiki_name":"Stretched hide","wiki_url":"https://oldschool.runescape.wiki/w/Stretched_hide","price":1},"6178":{"id":6178,"name":"Raw pheasant","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Raw pheasant (historical) (Correct)","wiki_url":"https://oldschool.runescape.wiki/w/Raw_pheasant_(historical)#Correct","price":0},"6179":{"id":6179,"name":"Raw pheasant","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Raw pheasant (historical) (Incorrect)","wiki_url":"https://oldschool.runescape.wiki/w/Raw_pheasant_(historical)#Incorrect","price":0},"6180":{"id":6180,"name":"Lederhosen top","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Lederhosen top","wiki_url":"https://oldschool.runescape.wiki/w/Lederhosen_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"6181":{"id":6181,"name":"Lederhosen shorts","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Lederhosen shorts","wiki_url":"https://oldschool.runescape.wiki/w/Lederhosen_shorts","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"6182":{"id":6182,"name":"Lederhosen hat","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Lederhosen hat","wiki_url":"https://oldschool.runescape.wiki/w/Lederhosen_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"6183":{"id":6183,"name":"Frog token","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Frog token","wiki_url":"https://oldschool.runescape.wiki/w/Frog_token","price":0},"6184":{"id":6184,"name":"Royal frog tunic","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Prince tunic","wiki_url":"https://oldschool.runescape.wiki/w/Prince_tunic","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"6185":{"id":6185,"name":"Royal frog leggings","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Prince leggings","wiki_url":"https://oldschool.runescape.wiki/w/Prince_leggings","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"6186":{"id":6186,"name":"Royal frog blouse","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Princess blouse","wiki_url":"https://oldschool.runescape.wiki/w/Princess_blouse","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"6187":{"id":6187,"name":"Royal frog skirt","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Princess skirt","wiki_url":"https://oldschool.runescape.wiki/w/Princess_skirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"6188":{"id":6188,"name":"Frog mask","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Frog mask","wiki_url":"https://oldschool.runescape.wiki/w/Frog_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"6199":{"id":6199,"name":"Mystery box","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mystery box","wiki_url":"https://oldschool.runescape.wiki/w/Mystery_box","price":0},"6200":{"id":6200,"name":"Raw fishlike thing","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Raw fishlike thing (Correct)","wiki_url":"https://oldschool.runescape.wiki/w/Raw_fishlike_thing#Correct","price":0},"6202":{"id":6202,"name":"Fishlike thing","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Fishlike thing (Correct)","wiki_url":"https://oldschool.runescape.wiki/w/Fishlike_thing#Correct","price":0},"6204":{"id":6204,"name":"Raw fishlike thing","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Raw fishlike thing (Incorrect)","wiki_url":"https://oldschool.runescape.wiki/w/Raw_fishlike_thing#Incorrect","price":0},"6206":{"id":6206,"name":"Fishlike thing","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Fishlike thing (Incorrect)","wiki_url":"https://oldschool.runescape.wiki/w/Fishlike_thing#Incorrect","price":0},"6209":{"id":6209,"name":"Small fishing net","cost":5,"lowalch":2,"highalch":3,"wiki_name":"Small fishing net (Evil Bob)","wiki_url":"https://oldschool.runescape.wiki/w/Small_fishing_net_(Evil_Bob)","price":0},"6211":{"id":6211,"name":"Teak pyre logs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":11000,"wiki_name":"Teak pyre logs","wiki_url":"https://oldschool.runescape.wiki/w/Teak_pyre_logs","price":2610},"6213":{"id":6213,"name":"Mahogany pyre logs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":11000,"wiki_name":"Mahogany pyre logs","wiki_url":"https://oldschool.runescape.wiki/w/Mahogany_pyre_logs","price":2026},"6215":{"id":6215,"name":"Broodoo shield (10)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (green) (10)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(green)#(10)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":6243},"6217":{"id":6217,"name":"Broodoo shield (9)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2750,"lowalch":1100,"highalch":1650,"wiki_name":"Broodoo shield (green) (9)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(green)#(9)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":0},"6219":{"id":6219,"name":"Broodoo shield (8)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (green) (8)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(green)#(8)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":0},"6221":{"id":6221,"name":"Broodoo shield (7)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (green) (7)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(green)#(7)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":0},"6223":{"id":6223,"name":"Broodoo shield (6)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (green) (6)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(green)#(6)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":0},"6225":{"id":6225,"name":"Broodoo shield (5)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (green) (5)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(green)#(5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":0},"6227":{"id":6227,"name":"Broodoo shield (4)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (green) (4)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(green)#(4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":0},"6229":{"id":6229,"name":"Broodoo shield (3)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (green) (3)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(green)#(3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":0},"6231":{"id":6231,"name":"Broodoo shield (2)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (green) (2)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(green)#(2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":0},"6233":{"id":6233,"name":"Broodoo shield (1)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (green) (1)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(green)#(1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":0},"6235":{"id":6235,"name":"Broodoo shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (green) (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(green)#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":4551},"6237":{"id":6237,"name":"Broodoo shield (10)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (orange) (10)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(orange)#(10)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":1756},"6239":{"id":6239,"name":"Broodoo shield (9)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (orange) (9)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(orange)#(9)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":0},"6241":{"id":6241,"name":"Broodoo shield (8)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (orange) (8)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(orange)#(8)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":0},"6243":{"id":6243,"name":"Broodoo shield (7)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (orange) (7)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(orange)#(7)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":0},"6245":{"id":6245,"name":"Broodoo shield (6)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (orange) (6)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(orange)#(6)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":0},"6247":{"id":6247,"name":"Broodoo shield (5)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (orange) (5)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(orange)#(5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":0},"6249":{"id":6249,"name":"Broodoo shield (4)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (orange) (4)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(orange)#(4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":0},"6251":{"id":6251,"name":"Broodoo shield (3)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (orange) (3)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(orange)#(3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":0},"6253":{"id":6253,"name":"Broodoo shield (2)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (orange) (2)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(orange)#(2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":0},"6255":{"id":6255,"name":"Broodoo shield (1)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (orange) (1)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(orange)#(1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":0},"6257":{"id":6257,"name":"Broodoo shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (orange) (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(orange)#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":32153},"6259":{"id":6259,"name":"Broodoo shield (10)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (blue) (10)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(blue)#(10)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":786},"6261":{"id":6261,"name":"Broodoo shield (9)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (blue) (9)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(blue)#(9)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":0},"6263":{"id":6263,"name":"Broodoo shield (8)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (blue) (8)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(blue)#(8)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":0},"6265":{"id":6265,"name":"Broodoo shield (7)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (blue) (7)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(blue)#(7)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":0},"6267":{"id":6267,"name":"Broodoo shield (6)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (blue) (6)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(blue)#(6)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":0},"6269":{"id":6269,"name":"Broodoo shield (5)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (blue) (5)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(blue)#(5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":0},"6271":{"id":6271,"name":"Broodoo shield (4)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (blue) (4)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(blue)#(4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":0},"6273":{"id":6273,"name":"Broodoo shield (3)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (blue) (3)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(blue)#(3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":0},"6275":{"id":6275,"name":"Broodoo shield (2)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (blue) (2)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(blue)#(2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":0},"6277":{"id":6277,"name":"Broodoo shield (1)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (blue) (1)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(blue)#(1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":0},"6279":{"id":6279,"name":"Broodoo shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Broodoo shield (blue) (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Broodoo_shield_(blue)#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-7,"defence_stab":10,"defence_slash":10,"defence_crush":15,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":{"defence":25}},"price":2261},"6281":{"id":6281,"name":"Thatch spar light","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":100,"wiki_name":"Thatch spar light","wiki_url":"https://oldschool.runescape.wiki/w/Thatch_spar_light","price":182},"6283":{"id":6283,"name":"Thatch spar med","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":100,"wiki_name":"Thatch spar med","wiki_url":"https://oldschool.runescape.wiki/w/Thatch_spar_med","price":1},"6285":{"id":6285,"name":"Thatch spar dense","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":100,"wiki_name":"Thatch spar dense","wiki_url":"https://oldschool.runescape.wiki/w/Thatch_spar_dense","price":0},"6287":{"id":6287,"name":"Snake hide","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":35,"lowalch":14,"highalch":21,"buy_limit":13000,"wiki_name":"Snake hide","wiki_url":"https://oldschool.runescape.wiki/w/Snake_hide","price":123},"6289":{"id":6289,"name":"Snakeskin","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":13000,"wiki_name":"Snakeskin","wiki_url":"https://oldschool.runescape.wiki/w/Snakeskin","price":14},"6291":{"id":6291,"name":"Spider carcass","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":13000,"wiki_name":"Spider carcass","wiki_url":"https://oldschool.runescape.wiki/w/Spider_carcass","price":139},"6293":{"id":6293,"name":"Spider on stick","members":true,"tradeable":true,"noteable":true,"cost":25,"lowalch":10,"highalch":15,"wiki_name":"Spider on stick (raw)","wiki_url":"https://oldschool.runescape.wiki/w/Spider_on_stick_(raw)","price":0},"6295":{"id":6295,"name":"Spider on shaft","members":true,"tradeable":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Spider on shaft (raw)","wiki_url":"https://oldschool.runescape.wiki/w/Spider_on_shaft_(raw)","price":0},"6297":{"id":6297,"name":"Spider on stick","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":6000,"wiki_name":"Spider on stick","wiki_url":"https://oldschool.runescape.wiki/w/Spider_on_stick","price":1},"6299":{"id":6299,"name":"Spider on shaft","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":6000,"wiki_name":"Spider on shaft","wiki_url":"https://oldschool.runescape.wiki/w/Spider_on_shaft","price":35},"6301":{"id":6301,"name":"Burnt spider","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt spider","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_spider","price":0},"6303":{"id":6303,"name":"Spider on shaft","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Spider on shaft (burnt)","wiki_url":"https://oldschool.runescape.wiki/w/Spider_on_shaft_(burnt)","price":0},"6305":{"id":6305,"name":"Skewer stick","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":13000,"wiki_name":"Skewer stick","wiki_url":"https://oldschool.runescape.wiki/w/Skewer_stick","price":12},"6306":{"id":6306,"name":"Trading sticks","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":18000,"wiki_name":"Trading sticks","wiki_url":"https://oldschool.runescape.wiki/w/Trading_sticks","price":10},"6311":{"id":6311,"name":"Gout tuber","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":5,"wiki_name":"Gout tuber","wiki_url":"https://oldschool.runescape.wiki/w/Gout_tuber","price":676136},"6313":{"id":6313,"name":"Opal machete","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":15,"wiki_name":"Opal machete","wiki_url":"https://oldschool.runescape.wiki/w/Opal_machete","equipment":{"attack_stab":0,"attack_slash":8,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1466},"6315":{"id":6315,"name":"Jade machete","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":15,"wiki_name":"Jade machete","wiki_url":"https://oldschool.runescape.wiki/w/Jade_machete","equipment":{"attack_stab":0,"attack_slash":11,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":7575},"6317":{"id":6317,"name":"Red topaz machete","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":15,"wiki_name":"Red topaz machete","wiki_url":"https://oldschool.runescape.wiki/w/Red_topaz_machete","equipment":{"attack_stab":0,"attack_slash":16,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":18415},"6319":{"id":6319,"name":"Proboscis","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":100,"wiki_name":"Proboscis","wiki_url":"https://oldschool.runescape.wiki/w/Proboscis","price":381},"6322":{"id":6322,"name":"Snakeskin body","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1250,"lowalch":500,"highalch":750,"buy_limit":125,"wiki_name":"Snakeskin body","wiki_url":"https://oldschool.runescape.wiki/w/Snakeskin_body","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-5,"attack_ranged":12,"defence_stab":25,"defence_slash":28,"defence_crush":32,"defence_magic":15,"defence_ranged":35,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"ranged":30,"defence":30}},"price":1048},"6324":{"id":6324,"name":"Snakeskin chaps","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1175,"lowalch":470,"highalch":705,"buy_limit":125,"wiki_name":"Snakeskin chaps","wiki_url":"https://oldschool.runescape.wiki/w/Snakeskin_chaps","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-5,"attack_ranged":6,"defence_stab":8,"defence_slash":8,"defence_crush":10,"defence_magic":4,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"ranged":30,"defence":30}},"price":1619},"6326":{"id":6326,"name":"Snakeskin bandana","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":125,"wiki_name":"Snakeskin bandana","wiki_url":"https://oldschool.runescape.wiki/w/Snakeskin_bandana","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-5,"attack_ranged":4,"defence_stab":2,"defence_slash":4,"defence_crush":4,"defence_magic":2,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"ranged":30,"defence":30}},"price":275},"6328":{"id":6328,"name":"Snakeskin boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":125,"wiki_name":"Snakeskin boots","wiki_url":"https://oldschool.runescape.wiki/w/Snakeskin_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":3,"defence_stab":1,"defence_slash":1,"defence_crush":2,"defence_magic":1,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"ranged":30,"defence":30}},"price":422},"6330":{"id":6330,"name":"Snakeskin vambraces","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":434,"lowalch":173,"highalch":260,"buy_limit":125,"wiki_name":"Snakeskin vambraces","wiki_url":"https://oldschool.runescape.wiki/w/Snakeskin_vambraces","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-5,"attack_ranged":6,"defence_stab":2,"defence_slash":2,"defence_crush":2,"defence_magic":1,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"ranged":30,"defence":30}},"price":453},"6332":{"id":6332,"name":"Mahogany logs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":11000,"wiki_name":"Mahogany logs","wiki_url":"https://oldschool.runescape.wiki/w/Mahogany_logs","price":530},"6333":{"id":6333,"name":"Teak logs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":13000,"wiki_name":"Teak logs","wiki_url":"https://oldschool.runescape.wiki/w/Teak_logs","price":290},"6335":{"id":6335,"name":"Tribal mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Tribal mask (green)","wiki_url":"https://oldschool.runescape.wiki/w/Tribal_mask_(green)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"6337":{"id":6337,"name":"Tribal mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Tribal mask (orange)","wiki_url":"https://oldschool.runescape.wiki/w/Tribal_mask_(orange)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":2301},"6339":{"id":6339,"name":"Tribal mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Tribal mask (blue)","wiki_url":"https://oldschool.runescape.wiki/w/Tribal_mask_(blue)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":2594},"6341":{"id":6341,"name":"Tribal top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":150,"wiki_name":"Tribal top (brown)","wiki_url":"https://oldschool.runescape.wiki/w/Tribal_top_(brown)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":4588},"6343":{"id":6343,"name":"Villager robe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":150,"wiki_name":"Villager robe (brown)","wiki_url":"https://oldschool.runescape.wiki/w/Villager_robe_(brown)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":1852},"6345":{"id":6345,"name":"Villager hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":150,"wiki_name":"Villager hat (brown)","wiki_url":"https://oldschool.runescape.wiki/w/Villager_hat_(brown)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":11588},"6347":{"id":6347,"name":"Villager armband","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":150,"wiki_name":"Villager armband (brown)","wiki_url":"https://oldschool.runescape.wiki/w/Villager_armband_(brown)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"6349":{"id":6349,"name":"Villager sandals","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":150,"wiki_name":"Villager sandals (brown)","wiki_url":"https://oldschool.runescape.wiki/w/Villager_sandals_(brown)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":1284},"6351":{"id":6351,"name":"Tribal top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":150,"wiki_name":"Tribal top (blue)","wiki_url":"https://oldschool.runescape.wiki/w/Tribal_top_(blue)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":4560},"6353":{"id":6353,"name":"Villager robe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":150,"wiki_name":"Villager robe (blue)","wiki_url":"https://oldschool.runescape.wiki/w/Villager_robe_(blue)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":2919},"6355":{"id":6355,"name":"Villager hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":150,"wiki_name":"Villager hat (blue)","wiki_url":"https://oldschool.runescape.wiki/w/Villager_hat_(blue)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":6362},"6357":{"id":6357,"name":"Villager sandals","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":150,"wiki_name":"Villager sandals (blue)","wiki_url":"https://oldschool.runescape.wiki/w/Villager_sandals_(blue)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":535},"6359":{"id":6359,"name":"Villager armband","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":150,"wiki_name":"Villager armband (blue)","wiki_url":"https://oldschool.runescape.wiki/w/Villager_armband_(blue)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":11},"6361":{"id":6361,"name":"Tribal top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":150,"wiki_name":"Tribal top (yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Tribal_top_(yellow)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":1750},"6363":{"id":6363,"name":"Villager robe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":150,"wiki_name":"Villager robe (yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Villager_robe_(yellow)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":1251},"6365":{"id":6365,"name":"Villager hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":150,"wiki_name":"Villager hat (yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Villager_hat_(yellow)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":1},"6367":{"id":6367,"name":"Villager sandals","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":150,"wiki_name":"Villager sandals (yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Villager_sandals_(yellow)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":1485},"6369":{"id":6369,"name":"Villager armband","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":150,"wiki_name":"Villager armband (yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Villager_armband_(yellow)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":858},"6371":{"id":6371,"name":"Tribal top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":150,"wiki_name":"Tribal top (pink)","wiki_url":"https://oldschool.runescape.wiki/w/Tribal_top_(pink)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":5456},"6373":{"id":6373,"name":"Villager robe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":150,"wiki_name":"Villager robe (pink)","wiki_url":"https://oldschool.runescape.wiki/w/Villager_robe_(pink)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":1217},"6375":{"id":6375,"name":"Villager hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":150,"wiki_name":"Villager hat (pink)","wiki_url":"https://oldschool.runescape.wiki/w/Villager_hat_(pink)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":1580},"6377":{"id":6377,"name":"Villager sandals","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":150,"wiki_name":"Villager sandals (pink)","wiki_url":"https://oldschool.runescape.wiki/w/Villager_sandals_(pink)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":49500},"6379":{"id":6379,"name":"Villager armband","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":150,"wiki_name":"Villager armband (pink)","wiki_url":"https://oldschool.runescape.wiki/w/Villager_armband_(pink)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":501},"6382":{"id":6382,"name":"Fez","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":150,"wiki_name":"Fez","wiki_url":"https://oldschool.runescape.wiki/w/Fez","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":1528},"6384":{"id":6384,"name":"Desert top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":150,"wiki_name":"Desert top","wiki_url":"https://oldschool.runescape.wiki/w/Desert_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":672},"6386":{"id":6386,"name":"Desert robes","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":25,"lowalch":10,"highalch":15,"buy_limit":150,"wiki_name":"Desert robes","wiki_url":"https://oldschool.runescape.wiki/w/Desert_robes","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":727},"6388":{"id":6388,"name":"Desert top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":35,"lowalch":14,"highalch":21,"buy_limit":150,"wiki_name":"Desert top (overcoat)","wiki_url":"https://oldschool.runescape.wiki/w/Desert_top_(overcoat)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":655},"6390":{"id":6390,"name":"Desert legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":25,"lowalch":10,"highalch":15,"buy_limit":150,"wiki_name":"Desert legs","wiki_url":"https://oldschool.runescape.wiki/w/Desert_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":572},"6392":{"id":6392,"name":"Menaphite purple hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":35,"lowalch":14,"highalch":21,"buy_limit":150,"wiki_name":"Menaphite purple hat","wiki_url":"https://oldschool.runescape.wiki/w/Menaphite_purple_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":1150},"6394":{"id":6394,"name":"Menaphite purple top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":150,"wiki_name":"Menaphite purple top","wiki_url":"https://oldschool.runescape.wiki/w/Menaphite_purple_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":1001},"6396":{"id":6396,"name":"Menaphite purple robe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":150,"wiki_name":"Menaphite purple robe","wiki_url":"https://oldschool.runescape.wiki/w/Menaphite_purple_robe","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":1376},"6398":{"id":6398,"name":"Menaphite purple kilt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":150,"wiki_name":"Menaphite purple kilt","wiki_url":"https://oldschool.runescape.wiki/w/Menaphite_purple_kilt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":438},"6400":{"id":6400,"name":"Menaphite red hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":35,"lowalch":14,"highalch":21,"buy_limit":150,"wiki_name":"Menaphite red hat","wiki_url":"https://oldschool.runescape.wiki/w/Menaphite_red_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":806},"6402":{"id":6402,"name":"Menaphite red top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":150,"wiki_name":"Menaphite red top","wiki_url":"https://oldschool.runescape.wiki/w/Menaphite_red_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":4507},"6404":{"id":6404,"name":"Menaphite red robe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":150,"wiki_name":"Menaphite red robe","wiki_url":"https://oldschool.runescape.wiki/w/Menaphite_red_robe","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":506},"6406":{"id":6406,"name":"Menaphite red kilt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":150,"wiki_name":"Menaphite red kilt","wiki_url":"https://oldschool.runescape.wiki/w/Menaphite_red_kilt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":1},"6408":{"id":6408,"name":"Oak blackjack(o)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":125,"wiki_name":"Oak blackjack(o)","wiki_url":"https://oldschool.runescape.wiki/w/Oak_blackjack(o)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":4,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1},"6410":{"id":6410,"name":"Oak blackjack(d)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":125,"wiki_name":"Oak blackjack(d)","wiki_url":"https://oldschool.runescape.wiki/w/Oak_blackjack(d)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":4,"defence_magic":0,"defence_ranged":0,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":850},"6412":{"id":6412,"name":"Willow blackjack(o)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":800,"lowalch":320,"highalch":480,"buy_limit":125,"wiki_name":"Willow blackjack(o)","wiki_url":"https://oldschool.runescape.wiki/w/Willow_blackjack(o)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":8,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":8,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1},"6414":{"id":6414,"name":"Willow blackjack(d)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":800,"lowalch":320,"highalch":480,"buy_limit":125,"wiki_name":"Willow blackjack(d)","wiki_url":"https://oldschool.runescape.wiki/w/Willow_blackjack(d)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":8,"defence_magic":0,"defence_ranged":0,"melee_strength":8,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1814},"6416":{"id":6416,"name":"Maple blackjack","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1200,"lowalch":480,"highalch":720,"buy_limit":125,"wiki_name":"Maple blackjack","wiki_url":"https://oldschool.runescape.wiki/w/Maple_blackjack","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":20,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1006},"6418":{"id":6418,"name":"Maple blackjack(o)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1600,"lowalch":640,"highalch":960,"buy_limit":125,"wiki_name":"Maple blackjack(o)","wiki_url":"https://oldschool.runescape.wiki/w/Maple_blackjack(o)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":24,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":20,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1289},"6420":{"id":6420,"name":"Maple blackjack(d)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1600,"lowalch":640,"highalch":960,"buy_limit":125,"wiki_name":"Maple blackjack(d)","wiki_url":"https://oldschool.runescape.wiki/w/Maple_blackjack(d)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":24,"defence_magic":0,"defence_ranged":0,"melee_strength":20,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":2250},"6448":{"id":6448,"name":"Spadeful of coke","members":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Spadeful of coke","wiki_url":"https://oldschool.runescape.wiki/w/Spadeful_of_coke","price":0},"6450":{"id":6450,"name":"Kandarin headgear","incomplete":true,"cost":0,"lowalch":0,"highalch":0,"price":0},"6452":{"id":6452,"name":"Mage arena cape","incomplete":true,"cost":0,"lowalch":0,"highalch":0,"price":0},"6453":{"id":6453,"name":"White rose seed","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"White rose seed","wiki_url":"https://oldschool.runescape.wiki/w/White_rose_seed","price":0},"6454":{"id":6454,"name":"Red rose seed","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red rose seed","wiki_url":"https://oldschool.runescape.wiki/w/Red_rose_seed","price":0},"6455":{"id":6455,"name":"Pink rose seed","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pink rose seed","wiki_url":"https://oldschool.runescape.wiki/w/Pink_rose_seed","price":0},"6456":{"id":6456,"name":"Vine seed","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Vine seed","wiki_url":"https://oldschool.runescape.wiki/w/Vine_seed","price":0},"6457":{"id":6457,"name":"Delphinium seed","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Delphinium seed","wiki_url":"https://oldschool.runescape.wiki/w/Delphinium_seed","price":0},"6458":{"id":6458,"name":"Orchid seed","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Orchid seed (pink)","wiki_url":"https://oldschool.runescape.wiki/w/Orchid_seed_(pink)","price":0},"6459":{"id":6459,"name":"Orchid seed","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Orchid seed (yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Orchid_seed_(yellow)","price":0},"6460":{"id":6460,"name":"Snowdrop seed","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Snowdrop seed","wiki_url":"https://oldschool.runescape.wiki/w/Snowdrop_seed","price":0},"6461":{"id":6461,"name":"White tree shoot","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"White tree shoot (Shoot)","wiki_url":"https://oldschool.runescape.wiki/w/White_tree_shoot#Shoot","price":0},"6462":{"id":6462,"name":"White tree shoot","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"White tree shoot (Pot)","wiki_url":"https://oldschool.runescape.wiki/w/White_tree_shoot#Pot","price":0},"6463":{"id":6463,"name":"White tree shoot (w)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"White tree shoot (Watered)","wiki_url":"https://oldschool.runescape.wiki/w/White_tree_shoot#Watered","price":0},"6464":{"id":6464,"name":"White tree sapling","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"White tree sapling","wiki_url":"https://oldschool.runescape.wiki/w/White_tree_sapling","price":0},"6465":{"id":6465,"name":"Ring of charos(a)","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ring of charos (Activated)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_charos#Activated","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"6466":{"id":6466,"name":"Rune shards","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rune shards","wiki_url":"https://oldschool.runescape.wiki/w/Rune_shards","price":0},"6467":{"id":6467,"name":"Rune dust","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rune dust","wiki_url":"https://oldschool.runescape.wiki/w/Rune_dust","price":0},"6468":{"id":6468,"name":"Plant cure","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Plant cure (Garden of Tranquillity)","wiki_url":"https://oldschool.runescape.wiki/w/Plant_cure_(Garden_of_Tranquillity)","price":0},"6469":{"id":6469,"name":"White tree fruit","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"White tree fruit","wiki_url":"https://oldschool.runescape.wiki/w/White_tree_fruit","price":0},"6470":{"id":6470,"name":"Compost potion(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":120,"lowalch":48,"highalch":72,"buy_limit":50,"wiki_name":"Compost potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Compost_potion#4_dose","price":25},"6472":{"id":6472,"name":"Compost potion(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":50,"wiki_name":"Compost potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Compost_potion#3_dose","price":2},"6474":{"id":6474,"name":"Compost potion(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":60,"lowalch":24,"highalch":36,"buy_limit":50,"wiki_name":"Compost potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Compost_potion#2_dose","price":11},"6476":{"id":6476,"name":"Compost potion(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":50,"wiki_name":"Compost potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Compost_potion#1_dose","price":11},"6478":{"id":6478,"name":"Trolley","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Trolley","wiki_url":"https://oldschool.runescape.wiki/w/Trolley","price":0},"6479":{"id":6479,"name":"List","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"List","wiki_url":"https://oldschool.runescape.wiki/w/List","price":0},"6514":{"id":6514,"name":"Agility jump","incomplete":true,"members":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"6515":{"id":6515,"name":"Agility balance","incomplete":true,"members":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"6516":{"id":6516,"name":"Agility contortion","incomplete":true,"members":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"6517":{"id":6517,"name":"Agility climb","incomplete":true,"members":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"6522":{"id":6522,"name":"Toktz-xil-ul","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":11000,"wiki_name":"Toktz-xil-ul","wiki_url":"https://oldschool.runescape.wiki/w/Toktz-xil-ul","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":69,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":49,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":60}},"weapon":{"attack_speed":4,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":2673},"6523":{"id":6523,"name":"Toktz-xil-ak","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":40000,"lowalch":16000,"highalch":24000,"buy_limit":70,"wiki_name":"Toktz-xil-ak","wiki_url":"https://oldschool.runescape.wiki/w/Toktz-xil-ak","equipment":{"attack_stab":47,"attack_slash":38,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":49,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":60}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":370439},"6524":{"id":6524,"name":"Toktz-ket-xil","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":45000,"lowalch":18000,"highalch":27000,"buy_limit":70,"wiki_name":"Toktz-ket-xil","wiki_url":"https://oldschool.runescape.wiki/w/Toktz-ket-xil","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-12,"attack_ranged":-8,"defence_stab":40,"defence_slash":42,"defence_crush":38,"defence_magic":0,"defence_ranged":65,"melee_strength":5,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":60}},"price":422482},"6525":{"id":6525,"name":"Toktz-xil-ek","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":25000,"lowalch":10000,"highalch":15000,"buy_limit":70,"wiki_name":"Toktz-xil-ek","wiki_url":"https://oldschool.runescape.wiki/w/Toktz-xil-ek","equipment":{"attack_stab":16,"attack_slash":48,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":39,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":60}},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":55472},"6526":{"id":6526,"name":"Toktz-mej-tal","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":35000,"lowalch":14000,"highalch":21000,"buy_limit":70,"wiki_name":"Toktz-mej-tal","wiki_url":"https://oldschool.runescape.wiki/w/Toktz-mej-tal","equipment":{"attack_stab":15,"attack_slash":-1,"attack_crush":55,"attack_magic":15,"attack_ranged":0,"defence_stab":10,"defence_slash":15,"defence_crush":5,"defence_magic":15,"defence_ranged":0,"melee_strength":55,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"2h","requirements":{"attack":60,"magic":60}},"weapon":{"attack_speed":6,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":339483},"6527":{"id":6527,"name":"Tzhaar-ket-em","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":30000,"lowalch":12000,"highalch":18000,"buy_limit":70,"wiki_name":"Tzhaar-ket-em","wiki_url":"https://oldschool.runescape.wiki/w/Tzhaar-ket-em","equipment":{"attack_stab":-4,"attack_slash":-4,"attack_crush":62,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":56,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":60}},"weapon":{"attack_speed":5,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":352500},"6528":{"id":6528,"name":"Tzhaar-ket-om","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":50001,"lowalch":20000,"highalch":30000,"buy_limit":70,"wiki_name":"Tzhaar-ket-om","wiki_url":"https://oldschool.runescape.wiki/w/Tzhaar-ket-om","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":80,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":85,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"strength":60}},"weapon":{"attack_speed":7,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":348960},"6529":{"id":6529,"name":"Tokkul","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tokkul","wiki_url":"https://oldschool.runescape.wiki/w/Tokkul","price":0},"6541":{"id":6541,"name":"Mouse toy","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mouse toy","wiki_url":"https://oldschool.runescape.wiki/w/Mouse_toy","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"6542":{"id":6542,"name":"Present","members":true,"cost":1,"wiki_name":"Present","wiki_url":"https://oldschool.runescape.wiki/w/Present","price":0},"6543":{"id":6543,"name":"Antique lamp","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Antique lamp (A Tail of Two Cats)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(A_Tail_of_Two_Cats)","price":0},"6544":{"id":6544,"name":"Catspeak amulet(e)","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Catspeak amulet(e)","wiki_url":"https://oldschool.runescape.wiki/w/Catspeak_amulet(e)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"6545":{"id":6545,"name":"Chores","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chores","wiki_url":"https://oldschool.runescape.wiki/w/Chores","price":0},"6546":{"id":6546,"name":"Recipe","members":true,"cost":1,"wiki_name":"Recipe","wiki_url":"https://oldschool.runescape.wiki/w/Recipe","price":0},"6547":{"id":6547,"name":"Doctor's hat","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Doctor's hat","wiki_url":"https://oldschool.runescape.wiki/w/Doctor's_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"6548":{"id":6548,"name":"Nurse hat","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Nurse hat","wiki_url":"https://oldschool.runescape.wiki/w/Nurse_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"6549":{"id":6549,"name":"Lazy cat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Lazy cat (White)","wiki_url":"https://oldschool.runescape.wiki/w/Lazy_cat#White","price":0},"6550":{"id":6550,"name":"Lazy cat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Lazy cat (Grey and black)","wiki_url":"https://oldschool.runescape.wiki/w/Lazy_cat#Grey_and_black","price":0},"6551":{"id":6551,"name":"Lazy cat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Lazy cat (Brown)","wiki_url":"https://oldschool.runescape.wiki/w/Lazy_cat#Brown","price":0},"6552":{"id":6552,"name":"Lazy cat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Lazy cat (Black)","wiki_url":"https://oldschool.runescape.wiki/w/Lazy_cat#Black","price":0},"6553":{"id":6553,"name":"Lazy cat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Lazy cat (Grey and brown)","wiki_url":"https://oldschool.runescape.wiki/w/Lazy_cat#Grey_and_brown","price":0},"6554":{"id":6554,"name":"Lazy cat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Lazy cat (Grey and blue)","wiki_url":"https://oldschool.runescape.wiki/w/Lazy_cat#Grey_and_blue","price":0},"6555":{"id":6555,"name":"Wily cat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wily cat (White)","wiki_url":"https://oldschool.runescape.wiki/w/Wily_cat#White","price":0},"6556":{"id":6556,"name":"Wily cat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wily cat (Grey and black)","wiki_url":"https://oldschool.runescape.wiki/w/Wily_cat#Grey_and_black","price":0},"6557":{"id":6557,"name":"Wily cat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wily cat (Brown)","wiki_url":"https://oldschool.runescape.wiki/w/Wily_cat#Brown","price":0},"6558":{"id":6558,"name":"Wily cat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wily cat (Black)","wiki_url":"https://oldschool.runescape.wiki/w/Wily_cat#Black","price":0},"6559":{"id":6559,"name":"Wily cat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wily cat (Grey and brown)","wiki_url":"https://oldschool.runescape.wiki/w/Wily_cat#Grey_and_brown","price":0},"6560":{"id":6560,"name":"Wily cat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wily cat (Grey and blue)","wiki_url":"https://oldschool.runescape.wiki/w/Wily_cat#Grey_and_blue","price":0},"6561":{"id":6561,"name":"Ahab's beer","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ahab's beer","wiki_url":"https://oldschool.runescape.wiki/w/Ahab's_beer","price":0},"6562":{"id":6562,"name":"Mud battlestaff","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":17000,"lowalch":6800,"highalch":10200,"buy_limit":8,"wiki_name":"Mud battlestaff","wiki_url":"https://oldschool.runescape.wiki/w/Mud_battlestaff","equipment":{"attack_stab":7,"attack_slash":-1,"attack_crush":28,"attack_magic":12,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":12,"defence_ranged":0,"melee_strength":35,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":30,"magic":30}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":31219},"6563":{"id":6563,"name":"Mystic mud staff","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":45000,"lowalch":18000,"highalch":27000,"buy_limit":8,"wiki_name":"Mystic mud staff","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_mud_staff","equipment":{"attack_stab":10,"attack_slash":-1,"attack_crush":40,"attack_magic":14,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":14,"defence_ranged":0,"melee_strength":50,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":40,"magic":40}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":77656},"6568":{"id":6568,"name":"Obsidian cape","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":60000,"lowalch":24000,"highalch":36000,"buy_limit":70,"wiki_name":"Obsidian cape","wiki_url":"https://oldschool.runescape.wiki/w/Obsidian_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":541843},"6570":{"id":6570,"name":"Fire cape","members":true,"equipable":true,"equipable_by_player":true,"cost":65007,"lowalch":26002,"highalch":39004,"wiki_name":"Fire cape (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Fire_cape#Normal","equipment":{"attack_stab":1,"attack_slash":1,"attack_crush":1,"attack_magic":1,"attack_ranged":1,"defence_stab":11,"defence_slash":11,"defence_crush":11,"defence_magic":11,"defence_ranged":11,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"cape","requirements":null},"price":0},"6571":{"id":6571,"name":"Uncut onyx","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200000,"lowalch":80000,"highalch":120000,"buy_limit":11000,"wiki_name":"Uncut onyx","wiki_url":"https://oldschool.runescape.wiki/w/Uncut_onyx","price":1770283},"6573":{"id":6573,"name":"Onyx","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200000,"lowalch":80000,"highalch":120000,"buy_limit":11000,"wiki_name":"Onyx","wiki_url":"https://oldschool.runescape.wiki/w/Onyx","price":1775550},"6575":{"id":6575,"name":"Onyx ring","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":201000,"lowalch":80400,"highalch":120600,"buy_limit":10000,"wiki_name":"Onyx ring","wiki_url":"https://oldschool.runescape.wiki/w/Onyx_ring","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":1686567},"6577":{"id":6577,"name":"Onyx necklace","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":201000,"lowalch":80400,"highalch":120600,"buy_limit":10000,"wiki_name":"Onyx necklace","wiki_url":"https://oldschool.runescape.wiki/w/Onyx_necklace","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":1800000},"6579":{"id":6579,"name":"Onyx amulet (u)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":201000,"lowalch":80400,"highalch":120600,"buy_limit":10000,"wiki_name":"Onyx amulet (u)","wiki_url":"https://oldschool.runescape.wiki/w/Onyx_amulet_(u)","price":2002781},"6581":{"id":6581,"name":"Onyx amulet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":201000,"lowalch":80400,"highalch":120600,"buy_limit":10000,"wiki_name":"Onyx amulet","wiki_url":"https://oldschool.runescape.wiki/w/Onyx_amulet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":1638043},"6583":{"id":6583,"name":"Ring of stone","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":202000,"lowalch":80800,"highalch":121200,"buy_limit":70,"wiki_name":"Ring of stone","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_stone","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":1847570},"6585":{"id":6585,"name":"Amulet of fury","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":202000,"lowalch":80800,"highalch":121200,"buy_limit":8,"wiki_name":"Amulet of fury","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_fury","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":10,"attack_magic":10,"attack_ranged":10,"defence_stab":15,"defence_slash":15,"defence_crush":15,"defence_magic":15,"defence_ranged":15,"melee_strength":8,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"neck","requirements":null},"price":1779342},"6587":{"id":6587,"name":"White claws","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":360,"lowalch":144,"highalch":216,"buy_limit":125,"wiki_name":"White claws","wiki_url":"https://oldschool.runescape.wiki/w/White_claws","equipment":{"attack_stab":10,"attack_slash":14,"attack_crush":-4,"attack_magic":0,"attack_ranged":0,"defence_stab":4,"defence_slash":7,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":14,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"2h","requirements":{"attack":10}},"weapon":{"attack_speed":4,"weapon_type":"claw","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":207},"6589":{"id":6589,"name":"White battleaxe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1248,"lowalch":499,"highalch":748,"buy_limit":125,"wiki_name":"White battleaxe","wiki_url":"https://oldschool.runescape.wiki/w/White_battleaxe","equipment":{"attack_stab":-2,"attack_slash":20,"attack_crush":15,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":24,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"weapon","requirements":{"attack":10}},"weapon":{"attack_speed":6,"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":2188},"6591":{"id":6591,"name":"White dagger","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":240,"lowalch":96,"highalch":144,"buy_limit":125,"wiki_name":"White dagger (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/White_dagger#Unpoisoned","equipment":{"attack_stab":10,"attack_slash":5,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":7,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"weapon","requirements":{"attack":10}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"6593":{"id":6593,"name":"White dagger(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":240,"lowalch":96,"highalch":144,"buy_limit":125,"wiki_name":"White dagger (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/White_dagger#Poison","equipment":{"attack_stab":10,"attack_slash":5,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":7,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"weapon","requirements":{"attack":10}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":318},"6595":{"id":6595,"name":"White dagger(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":240,"lowalch":96,"highalch":144,"buy_limit":125,"wiki_name":"White dagger (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/White_dagger#Poison+","equipment":{"attack_stab":10,"attack_slash":5,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":7,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"weapon","requirements":{"attack":10}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":171},"6597":{"id":6597,"name":"White dagger(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":240,"lowalch":96,"highalch":144,"buy_limit":125,"wiki_name":"White dagger (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/White_dagger#Poison++","equipment":{"attack_stab":10,"attack_slash":5,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":7,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"weapon","requirements":{"attack":10}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":176},"6599":{"id":6599,"name":"White halberd","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1920,"lowalch":768,"highalch":1152,"buy_limit":125,"wiki_name":"White halberd","wiki_url":"https://oldschool.runescape.wiki/w/White_halberd","equipment":{"attack_stab":19,"attack_slash":25,"attack_crush":0,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":2,"defence_crush":3,"defence_magic":0,"defence_ranged":0,"melee_strength":20,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"2h","requirements":{"attack":10,"strength":5}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1092},"6601":{"id":6601,"name":"White mace","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":432,"lowalch":172,"highalch":259,"buy_limit":125,"wiki_name":"White mace","wiki_url":"https://oldschool.runescape.wiki/w/White_mace","equipment":{"attack_stab":8,"attack_slash":-2,"attack_crush":16,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":13,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"weapon","requirements":{"attack":10}},"weapon":{"attack_speed":4,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":5305},"6603":{"id":6603,"name":"White magic staff","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":125,"wiki_name":"White magic staff","wiki_url":"https://oldschool.runescape.wiki/w/White_magic_staff","equipment":{"attack_stab":2,"attack_slash":-1,"attack_crush":10,"attack_magic":10,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":10,"defence_ranged":0,"melee_strength":7,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"weapon","requirements":{"attack":10}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":2773},"6605":{"id":6605,"name":"White sword","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":624,"lowalch":249,"highalch":374,"buy_limit":125,"wiki_name":"White sword","wiki_url":"https://oldschool.runescape.wiki/w/White_sword","equipment":{"attack_stab":14,"attack_slash":10,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"weapon","requirements":{"attack":10}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":894},"6607":{"id":6607,"name":"White longsword","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":960,"lowalch":384,"highalch":576,"buy_limit":125,"wiki_name":"White longsword","wiki_url":"https://oldschool.runescape.wiki/w/White_longsword","equipment":{"attack_stab":13,"attack_slash":18,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":16,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"weapon","requirements":{"attack":10}},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1050},"6609":{"id":6609,"name":"White 2h sword","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1920,"lowalch":768,"highalch":1152,"buy_limit":125,"wiki_name":"White 2h sword","wiki_url":"https://oldschool.runescape.wiki/w/White_2h_sword","equipment":{"attack_stab":-4,"attack_slash":27,"attack_crush":21,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":26,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"2h","requirements":{"attack":10}},"weapon":{"attack_speed":7,"weapon_type":"2h_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"smash","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":10760},"6611":{"id":6611,"name":"White scimitar","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":768,"lowalch":307,"highalch":460,"buy_limit":125,"wiki_name":"White scimitar","wiki_url":"https://oldschool.runescape.wiki/w/White_scimitar","equipment":{"attack_stab":4,"attack_slash":19,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":14,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"weapon","requirements":{"attack":10}},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":625},"6613":{"id":6613,"name":"White warhammer","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":980,"lowalch":392,"highalch":588,"buy_limit":125,"wiki_name":"White warhammer","wiki_url":"https://oldschool.runescape.wiki/w/White_warhammer","equipment":{"attack_stab":-4,"attack_slash":-4,"attack_crush":22,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":22,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"weapon","requirements":{"attack":10}},"weapon":{"attack_speed":6,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":545},"6615":{"id":6615,"name":"White chainbody","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1440,"lowalch":576,"highalch":864,"buy_limit":125,"wiki_name":"White chainbody","wiki_url":"https://oldschool.runescape.wiki/w/White_chainbody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":0,"defence_stab":22,"defence_slash":32,"defence_crush":39,"defence_magic":-3,"defence_ranged":24,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"body","requirements":{"defence":10}},"price":979},"6617":{"id":6617,"name":"White platebody","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3840,"lowalch":1536,"highalch":2304,"buy_limit":125,"wiki_name":"White platebody","wiki_url":"https://oldschool.runescape.wiki/w/White_platebody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":41,"defence_slash":40,"defence_crush":30,"defence_magic":-6,"defence_ranged":40,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"body","requirements":{"defence":10}},"price":5120},"6619":{"id":6619,"name":"White boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":576,"lowalch":230,"highalch":345,"buy_limit":125,"wiki_name":"White boots","wiki_url":"https://oldschool.runescape.wiki/w/White_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":7,"defence_slash":8,"defence_crush":9,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"feet","requirements":{"defence":10}},"price":863},"6621":{"id":6621,"name":"White med helm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":576,"lowalch":230,"highalch":345,"buy_limit":125,"wiki_name":"White med helm","wiki_url":"https://oldschool.runescape.wiki/w/White_med_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":0,"defence_stab":9,"defence_slash":10,"defence_crush":8,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"head","requirements":{"defence":10}},"price":6},"6623":{"id":6623,"name":"White full helm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1056,"lowalch":422,"highalch":633,"buy_limit":125,"wiki_name":"White full helm","wiki_url":"https://oldschool.runescape.wiki/w/White_full_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":12,"defence_slash":13,"defence_crush":10,"defence_magic":-1,"defence_ranged":12,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"head","requirements":{"defence":10}},"price":2562},"6625":{"id":6625,"name":"White platelegs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1920,"lowalch":768,"highalch":1152,"buy_limit":125,"wiki_name":"White platelegs","wiki_url":"https://oldschool.runescape.wiki/w/White_platelegs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":21,"defence_slash":20,"defence_crush":19,"defence_magic":-4,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"legs","requirements":{"defence":10}},"price":2757},"6627":{"id":6627,"name":"White plateskirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1920,"lowalch":768,"highalch":1152,"buy_limit":125,"wiki_name":"White plateskirt","wiki_url":"https://oldschool.runescape.wiki/w/White_plateskirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":21,"defence_slash":20,"defence_crush":19,"defence_magic":-4,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"legs","requirements":{"defence":10}},"price":6197},"6629":{"id":6629,"name":"White gloves","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":6,"lowalch":2,"highalch":3,"buy_limit":125,"wiki_name":"White gloves","wiki_url":"https://oldschool.runescape.wiki/w/White_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"hands","requirements":{"defence":10}},"price":320},"6631":{"id":6631,"name":"White sq shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1152,"lowalch":460,"highalch":691,"buy_limit":125,"wiki_name":"White sq shield","wiki_url":"https://oldschool.runescape.wiki/w/White_sq_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":0,"defence_stab":15,"defence_slash":16,"defence_crush":14,"defence_magic":0,"defence_ranged":15,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"shield","requirements":{"defence":10}},"price":1021},"6633":{"id":6633,"name":"White kiteshield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1632,"lowalch":652,"highalch":979,"buy_limit":125,"wiki_name":"White kiteshield","wiki_url":"https://oldschool.runescape.wiki/w/White_kiteshield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":17,"defence_slash":19,"defence_crush":18,"defence_magic":-1,"defence_ranged":18,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"shield","requirements":{"defence":10}},"price":1688},"6635":{"id":6635,"name":"Commorb","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Commorb","wiki_url":"https://oldschool.runescape.wiki/w/Commorb","price":0},"6636":{"id":6636,"name":"Solus's hat","members":true,"cost":1,"wiki_name":"Solus's hat","wiki_url":"https://oldschool.runescape.wiki/w/Solus's_hat","price":0},"6637":{"id":6637,"name":"Dark beast","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"6638":{"id":6638,"name":"Colour wheel","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Colour wheel","wiki_url":"https://oldschool.runescape.wiki/w/Colour_wheel","price":0},"6639":{"id":6639,"name":"Hand mirror","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Hand mirror (Mourning's End Part II)","wiki_url":"https://oldschool.runescape.wiki/w/Hand_mirror#Mourning's_End_Part_II","price":0},"6640":{"id":6640,"name":"Red crystal","members":true,"cost":1,"wiki_name":"Red crystal (Mourning's End Part II)","wiki_url":"https://oldschool.runescape.wiki/w/Red_crystal_(Mourning's_End_Part_II)","price":0},"6641":{"id":6641,"name":"Yellow crystal","members":true,"cost":1,"wiki_name":"Yellow crystal (Mourning's End Part II)","wiki_url":"https://oldschool.runescape.wiki/w/Yellow_crystal_(Mourning's_End_Part_II)","price":0},"6642":{"id":6642,"name":"Green crystal","members":true,"cost":1,"wiki_name":"Green crystal (Mourning's End Part II)","wiki_url":"https://oldschool.runescape.wiki/w/Green_crystal_(Mourning's_End_Part_II)","price":0},"6643":{"id":6643,"name":"Cyan crystal","members":true,"cost":1,"wiki_name":"Cyan crystal (Mourning's End Part II)","wiki_url":"https://oldschool.runescape.wiki/w/Cyan_crystal_(Mourning's_End_Part_II)","price":0},"6644":{"id":6644,"name":"Blue crystal","members":true,"cost":1,"wiki_name":"Blue crystal (Mourning's End Part II)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_crystal_(Mourning's_End_Part_II)","price":0},"6645":{"id":6645,"name":"Magenta crystal","members":true,"cost":1,"wiki_name":"Magenta crystal (Mourning's End Part II)","wiki_url":"https://oldschool.runescape.wiki/w/Magenta_crystal_(Mourning's_End_Part_II)","price":0},"6646":{"id":6646,"name":"Fractured crystal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fractured crystal (Mourning's End Part II) (Horizontal)","wiki_url":"https://oldschool.runescape.wiki/w/Fractured_crystal_(Mourning's_End_Part_II)#Horizontal","price":0},"6647":{"id":6647,"name":"Fractured crystal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fractured crystal (Mourning's End Part II) (Vertical)","wiki_url":"https://oldschool.runescape.wiki/w/Fractured_crystal_(Mourning's_End_Part_II)#Vertical","price":0},"6648":{"id":6648,"name":"Item list","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Item list","wiki_url":"https://oldschool.runescape.wiki/w/Item_list","price":0},"6649":{"id":6649,"name":"Edern's journal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Edern's journal","wiki_url":"https://oldschool.runescape.wiki/w/Edern's_journal","price":0},"6650":{"id":6650,"name":"Blackened crystal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blackened crystal","wiki_url":"https://oldschool.runescape.wiki/w/Blackened_crystal","price":0},"6651":{"id":6651,"name":"Newly made crystal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Newly made crystal (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Newly_made_crystal#Uncharged","price":0},"6652":{"id":6652,"name":"Newly made crystal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Newly made crystal (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Newly_made_crystal#Charged","price":0},"6653":{"id":6653,"name":"Crystal trinket","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal trinket","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_trinket","price":0},"6654":{"id":6654,"name":"Camo top","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Camo top","wiki_url":"https://oldschool.runescape.wiki/w/Camo_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"6655":{"id":6655,"name":"Camo bottoms","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Camo bottoms","wiki_url":"https://oldschool.runescape.wiki/w/Camo_bottoms","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"6656":{"id":6656,"name":"Camo helmet","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Camo helmet","wiki_url":"https://oldschool.runescape.wiki/w/Camo_helmet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"6657":{"id":6657,"name":"Camo top","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Camo top (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Camo_top_(unobtainable_item)","price":0},"6658":{"id":6658,"name":"Camo bottoms","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Camo bottoms (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Camo_bottoms_(unobtainable_item)","price":0},"6659":{"id":6659,"name":"Camo helmet","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Camo helmet (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Camo_helmet_(unobtainable_item)","price":0},"6660":{"id":6660,"name":"Fishing explosive","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fishing explosive","wiki_url":"https://oldschool.runescape.wiki/w/Fishing_explosive","price":0},"6661":{"id":6661,"name":"Mogre","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"6662":{"id":6662,"name":"Broken fishing rod","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Broken fishing rod","wiki_url":"https://oldschool.runescape.wiki/w/Broken_fishing_rod","price":0},"6663":{"id":6663,"name":"Forlorn boot","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Forlorn boot","wiki_url":"https://oldschool.runescape.wiki/w/Forlorn_boot","price":0},"6665":{"id":6665,"name":"Mudskipper hat","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Mudskipper hat","wiki_url":"https://oldschool.runescape.wiki/w/Mudskipper_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"6666":{"id":6666,"name":"Flippers","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Flippers","wiki_url":"https://oldschool.runescape.wiki/w/Flippers","equipment":{"attack_stab":-2,"attack_slash":-2,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"6667":{"id":6667,"name":"Empty fishbowl","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":100,"wiki_name":"Fishbowl (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Fishbowl#Empty","price":37},"6668":{"id":6668,"name":"Fishbowl","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Fishbowl (Water)","wiki_url":"https://oldschool.runescape.wiki/w/Fishbowl#Water","price":0},"6669":{"id":6669,"name":"Fishbowl","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Fishbowl (Seaweed)","wiki_url":"https://oldschool.runescape.wiki/w/Fishbowl#Seaweed","price":0},"6670":{"id":6670,"name":"Fishbowl","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Fishbowl (pet) (Bluefish)","wiki_url":"https://oldschool.runescape.wiki/w/Fishbowl_(pet)#Bluefish","price":0},"6671":{"id":6671,"name":"Fishbowl","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Fishbowl (pet) (Greenfish)","wiki_url":"https://oldschool.runescape.wiki/w/Fishbowl_(pet)#Greenfish","price":0},"6672":{"id":6672,"name":"Fishbowl","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Fishbowl (pet) (Spinefish)","wiki_url":"https://oldschool.runescape.wiki/w/Fishbowl_(pet)#Spinefish","price":0},"6673":{"id":6673,"name":"Fishbowl and net","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Fishbowl and net","wiki_url":"https://oldschool.runescape.wiki/w/Fishbowl_and_net","price":0},"6674":{"id":6674,"name":"Tiny net","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Tiny net","wiki_url":"https://oldschool.runescape.wiki/w/Tiny_net","price":0},"6675":{"id":6675,"name":"An empty box","members":true,"tradeable":true,"noteable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"An empty box","wiki_url":"https://oldschool.runescape.wiki/w/An_empty_box","price":0},"6677":{"id":6677,"name":"Guam in a box","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Guam in a box","wiki_url":"https://oldschool.runescape.wiki/w/Guam_in_a_box","price":0},"6678":{"id":6678,"name":"Guam in a box?","cost":5,"lowalch":2,"highalch":3,"wiki_name":"Guam in a box?","wiki_url":"https://oldschool.runescape.wiki/w/Guam_in_a_box?","price":0},"6679":{"id":6679,"name":"Seaweed in a box","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Seaweed in a box","wiki_url":"https://oldschool.runescape.wiki/w/Seaweed_in_a_box","price":0},"6680":{"id":6680,"name":"Seaweed in a box?","cost":5,"lowalch":2,"highalch":3,"wiki_name":"Seaweed in a box?","wiki_url":"https://oldschool.runescape.wiki/w/Seaweed_in_a_box?","price":0},"6681":{"id":6681,"name":"Ground guam","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":100,"wiki_name":"Ground guam","wiki_url":"https://oldschool.runescape.wiki/w/Ground_guam","price":17},"6683":{"id":6683,"name":"Ground seaweed","members":true,"tradeable":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Ground seaweed","wiki_url":"https://oldschool.runescape.wiki/w/Ground_seaweed","price":0},"6685":{"id":6685,"name":"Saradomin brew(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":2000,"wiki_name":"Saradomin brew (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_brew#4_dose","price":15183},"6687":{"id":6687,"name":"Saradomin brew(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":175,"lowalch":70,"highalch":105,"buy_limit":2000,"wiki_name":"Saradomin brew (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_brew#3_dose","price":11041},"6689":{"id":6689,"name":"Saradomin brew(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":2000,"wiki_name":"Saradomin brew (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_brew#2_dose","price":7480},"6691":{"id":6691,"name":"Saradomin brew(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":125,"lowalch":50,"highalch":75,"buy_limit":2000,"wiki_name":"Saradomin brew (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_brew#1_dose","price":3959},"6693":{"id":6693,"name":"Crushed nest","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":11000,"wiki_name":"Crushed nest","wiki_url":"https://oldschool.runescape.wiki/w/Crushed_nest","price":7926},"6695":{"id":6695,"name":"Desert lizard","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"6696":{"id":6696,"name":"Ice cooler","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ice cooler","wiki_url":"https://oldschool.runescape.wiki/w/Ice_cooler","price":0},"6697":{"id":6697,"name":"Pat of butter","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":11000,"wiki_name":"Pat of butter","wiki_url":"https://oldschool.runescape.wiki/w/Pat_of_butter","price":45},"6699":{"id":6699,"name":"Burnt potato","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt potato","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_potato","price":0},"6701":{"id":6701,"name":"Baked potato","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":13000,"wiki_name":"Baked potato","wiki_url":"https://oldschool.runescape.wiki/w/Baked_potato","price":242},"6703":{"id":6703,"name":"Potato with butter","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":8,"lowalch":3,"highalch":4,"buy_limit":13000,"wiki_name":"Potato with butter","wiki_url":"https://oldschool.runescape.wiki/w/Potato_with_butter","price":480},"6705":{"id":6705,"name":"Potato with cheese","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":8,"lowalch":3,"highalch":4,"buy_limit":13000,"wiki_name":"Potato with cheese","wiki_url":"https://oldschool.runescape.wiki/w/Potato_with_cheese","price":348},"6707":{"id":6707,"name":"Camulet","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Camulet","wiki_url":"https://oldschool.runescape.wiki/w/Camulet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"6708":{"id":6708,"name":"Slayer gloves","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Slayer gloves","wiki_url":"https://oldschool.runescape.wiki/w/Slayer_gloves","price":0},"6709":{"id":6709,"name":"Fever spider","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"6710":{"id":6710,"name":"Blindweed seed","members":true,"stackable":true,"cost":166,"lowalch":66,"highalch":99,"wiki_name":"Blindweed seed","wiki_url":"https://oldschool.runescape.wiki/w/Blindweed_seed","price":0},"6711":{"id":6711,"name":"Blindweed","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blindweed","wiki_url":"https://oldschool.runescape.wiki/w/Blindweed","price":0},"6712":{"id":6712,"name":"Bucket of water","members":true,"cost":1,"wiki_name":"Bucket of water (Rum Deal)","wiki_url":"https://oldschool.runescape.wiki/w/Bucket_of_water_(Rum_Deal)","price":0},"6713":{"id":6713,"name":"Wrench","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Wrench","wiki_url":"https://oldschool.runescape.wiki/w/Wrench","price":0},"6714":{"id":6714,"name":"Holy wrench","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Holy wrench","wiki_url":"https://oldschool.runescape.wiki/w/Holy_wrench","price":0},"6715":{"id":6715,"name":"Sluglings","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sluglings","wiki_url":"https://oldschool.runescape.wiki/w/Sluglings","price":0},"6716":{"id":6716,"name":"Karamthulhu","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Karamthulhu","wiki_url":"https://oldschool.runescape.wiki/w/Karamthulhu","price":0},"6717":{"id":6717,"name":"Karamthulhu","members":true,"cost":20000,"lowalch":8000,"highalch":12000,"wiki_name":"Karamthulhu (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Karamthulhu_(unobtainable_item)","price":0},"6718":{"id":6718,"name":"Fever spider body","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fever spider body","wiki_url":"https://oldschool.runescape.wiki/w/Fever_spider_body","price":0},"6719":{"id":6719,"name":"Unsanitary swill","members":true,"cost":1,"wiki_name":"Unsanitary swill","wiki_url":"https://oldschool.runescape.wiki/w/Unsanitary_swill","price":0},"6721":{"id":6721,"name":"Rusty scimitar","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rusty scimitar","wiki_url":"https://oldschool.runescape.wiki/w/Rusty_scimitar","price":0},"6722":{"id":6722,"name":"Zombie head","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Zombie head","wiki_url":"https://oldschool.runescape.wiki/w/Zombie_head","price":0},"6724":{"id":6724,"name":"Seercull","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":8000,"lowalch":3200,"highalch":4800,"buy_limit":8,"wiki_name":"Seercull","wiki_url":"https://oldschool.runescape.wiki/w/Seercull","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":69,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":50}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":45663},"6728":{"id":6728,"name":"Dagannoth-king bonemeal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dagannoth-king bonemeal","wiki_url":"https://oldschool.runescape.wiki/w/Dagannoth-king_bonemeal","price":0},"6729":{"id":6729,"name":"Dagannoth bones","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":7500,"wiki_name":"Dagannoth bones","wiki_url":"https://oldschool.runescape.wiki/w/Dagannoth_bones","price":8150},"6731":{"id":6731,"name":"Seers ring","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":8,"wiki_name":"Seers ring","wiki_url":"https://oldschool.runescape.wiki/w/Seers_ring","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":6,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":6,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":555677},"6733":{"id":6733,"name":"Archers ring","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":8,"wiki_name":"Archers ring","wiki_url":"https://oldschool.runescape.wiki/w/Archers_ring","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":4,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":4,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":3531373},"6735":{"id":6735,"name":"Warrior ring","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":8,"wiki_name":"Warrior ring","wiki_url":"https://oldschool.runescape.wiki/w/Warrior_ring","equipment":{"attack_stab":0,"attack_slash":4,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":4,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":85198},"6737":{"id":6737,"name":"Berserker ring","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":8,"wiki_name":"Berserker ring","wiki_url":"https://oldschool.runescape.wiki/w/Berserker_ring","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":4,"defence_magic":0,"defence_ranged":0,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":4685975},"6739":{"id":6739,"name":"Dragon axe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":55000,"lowalch":22000,"highalch":33000,"buy_limit":40,"wiki_name":"Dragon axe","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_axe","equipment":{"attack_stab":-2,"attack_slash":38,"attack_crush":32,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":61}},"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":64155},"6741":{"id":6741,"name":"Broken axe","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Broken axe (dragon)","wiki_url":"https://oldschool.runescape.wiki/w/Broken_axe_(dragon)","price":0},"6743":{"id":6743,"name":"Dragon axe head","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dragon axe head","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_axe_head","price":0},"6745":{"id":6745,"name":"Silverlight","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Silverlight (Dyed)","wiki_url":"https://oldschool.runescape.wiki/w/Silverlight#Dyed","equipment":{"attack_stab":9,"attack_slash":14,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":2,"defence_magic":1,"defence_ranged":0,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"6746":{"id":6746,"name":"Darklight","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":500,"lowalch":200,"highalch":300,"wiki_name":"Darklight","wiki_url":"https://oldschool.runescape.wiki/w/Darklight","equipment":{"attack_stab":10,"attack_slash":16,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":2,"defence_magic":2,"defence_ranged":0,"melee_strength":13,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"6747":{"id":6747,"name":"Demonic sigil mould","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Demonic sigil mould","wiki_url":"https://oldschool.runescape.wiki/w/Demonic_sigil_mould","price":0},"6748":{"id":6748,"name":"Demonic sigil","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Demonic sigil","wiki_url":"https://oldschool.runescape.wiki/w/Demonic_sigil","price":0},"6749":{"id":6749,"name":"Demonic tome","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Demonic tome","wiki_url":"https://oldschool.runescape.wiki/w/Demonic_tome","price":0},"6750":{"id":6750,"name":"Black desert shirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":15,"wiki_name":"Black desert shirt","wiki_url":"https://oldschool.runescape.wiki/w/Black_desert_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":924},"6752":{"id":6752,"name":"Black desert robe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":15,"wiki_name":"Black desert robe","wiki_url":"https://oldschool.runescape.wiki/w/Black_desert_robe","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":508},"6754":{"id":6754,"name":"Enchanted key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Enchanted key (item)","wiki_url":"https://oldschool.runescape.wiki/w/Enchanted_key_(item)","price":0},"6755":{"id":6755,"name":"Journal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Journal (Making History)","wiki_url":"https://oldschool.runescape.wiki/w/Journal_(Making_History)","price":0},"6756":{"id":6756,"name":"Letter","members":true,"cost":1,"wiki_name":"Letter (King Lathas)","wiki_url":"https://oldschool.runescape.wiki/w/Letter_(King_Lathas)","price":0},"6757":{"id":6757,"name":"Letter","members":true,"cost":1,"wiki_name":"Letter (Jorral)","wiki_url":"https://oldschool.runescape.wiki/w/Letter_(Jorral)","price":0},"6758":{"id":6758,"name":"Scroll","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Scroll (Making History)","wiki_url":"https://oldschool.runescape.wiki/w/Scroll_(Making_History)","price":0},"6759":{"id":6759,"name":"Chest","members":true,"cost":1,"wiki_name":"Chest (Making History)","wiki_url":"https://oldschool.runescape.wiki/w/Chest_(Making_History)","price":0},"6760":{"id":6760,"name":"Guthix mjolnir","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":625,"lowalch":250,"highalch":375,"buy_limit":8,"wiki_name":"Guthix mjolnir","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_mjolnir","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":11,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":14,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":6,"weapon_type":"polestaff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":7568},"6762":{"id":6762,"name":"Saradomin mjolnir","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":625,"lowalch":250,"highalch":375,"buy_limit":8,"wiki_name":"Saradomin mjolnir","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_mjolnir","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":11,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":14,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":6,"weapon_type":"polestaff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":7257},"6764":{"id":6764,"name":"Zamorak mjolnir","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":625,"lowalch":250,"highalch":375,"buy_limit":8,"wiki_name":"Zamorak mjolnir","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_mjolnir","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":11,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":14,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":6,"weapon_type":"polestaff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":4535},"6766":{"id":6766,"name":"Cat antipoison","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cat antipoison","wiki_url":"https://oldschool.runescape.wiki/w/Cat_antipoison","price":0},"6767":{"id":6767,"name":"Book","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Book (Ratpits)","wiki_url":"https://oldschool.runescape.wiki/w/Book_(Ratpits)","price":0},"6768":{"id":6768,"name":"Poisoned cheese","members":true,"cost":1,"wiki_name":"Poisoned cheese","wiki_url":"https://oldschool.runescape.wiki/w/Poisoned_cheese","price":0},"6769":{"id":6769,"name":"Music scroll","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Music scroll","wiki_url":"https://oldschool.runescape.wiki/w/Music_scroll","price":0},"6770":{"id":6770,"name":"Directions","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Directions","wiki_url":"https://oldschool.runescape.wiki/w/Directions","price":0},"6771":{"id":6771,"name":"Pot of weeds","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pot of weeds","wiki_url":"https://oldschool.runescape.wiki/w/Pot_of_weeds","price":0},"6772":{"id":6772,"name":"Smouldering pot","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Smouldering pot","wiki_url":"https://oldschool.runescape.wiki/w/Smouldering_pot","price":0},"6773":{"id":6773,"name":"Rat pole","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rat pole (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Rat_pole#Empty","equipment":{"attack_stab":0,"attack_slash":-1,"attack_crush":7,"attack_magic":4,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":4,"defence_ranged":0,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"6774":{"id":6774,"name":"Rat pole","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rat pole (One rat)","wiki_url":"https://oldschool.runescape.wiki/w/Rat_pole#One_rat","equipment":{"attack_stab":0,"attack_slash":-1,"attack_crush":7,"attack_magic":4,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":4,"defence_ranged":0,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"6775":{"id":6775,"name":"Rat pole","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rat pole (Two rats)","wiki_url":"https://oldschool.runescape.wiki/w/Rat_pole#Two_rats","equipment":{"attack_stab":0,"attack_slash":-1,"attack_crush":7,"attack_magic":4,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":4,"defence_ranged":0,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"6776":{"id":6776,"name":"Rat pole","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rat pole (Three rats)","wiki_url":"https://oldschool.runescape.wiki/w/Rat_pole#Three_rats","equipment":{"attack_stab":0,"attack_slash":-1,"attack_crush":7,"attack_magic":4,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":4,"defence_ranged":0,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"6777":{"id":6777,"name":"Rat pole","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rat pole (Four rats)","wiki_url":"https://oldschool.runescape.wiki/w/Rat_pole#Four_rats","equipment":{"attack_stab":0,"attack_slash":-1,"attack_crush":7,"attack_magic":4,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":4,"defence_ranged":0,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"6778":{"id":6778,"name":"Rat pole","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rat pole (Five rats)","wiki_url":"https://oldschool.runescape.wiki/w/Rat_pole#Five_rats","equipment":{"attack_stab":0,"attack_slash":-1,"attack_crush":7,"attack_magic":4,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":4,"defence_ranged":0,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"6779":{"id":6779,"name":"Rat pole","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rat pole (Six rats)","wiki_url":"https://oldschool.runescape.wiki/w/Rat_pole#Six_rats","equipment":{"attack_stab":0,"attack_slash":-1,"attack_crush":7,"attack_magic":4,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":4,"defence_ranged":0,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"6780":{"id":6780,"name":"Menaphite thug","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"6785":{"id":6785,"name":"Statuette","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Statuette (Spirits of the Elid)","wiki_url":"https://oldschool.runescape.wiki/w/Statuette_(Spirits_of_the_Elid)","price":0},"6786":{"id":6786,"name":"Robe of elidinis","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Robe of elidinis (top)","wiki_url":"https://oldschool.runescape.wiki/w/Robe_of_elidinis_(top)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"6787":{"id":6787,"name":"Robe of elidinis","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Robe of elidinis (bottom)","wiki_url":"https://oldschool.runescape.wiki/w/Robe_of_elidinis_(bottom)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"6788":{"id":6788,"name":"Torn robe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Torn robe (top)","wiki_url":"https://oldschool.runescape.wiki/w/Torn_robe_(top)","price":0},"6789":{"id":6789,"name":"Torn robe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Torn robe (bottom)","wiki_url":"https://oldschool.runescape.wiki/w/Torn_robe_(bottom)","price":0},"6790":{"id":6790,"name":"Shoes","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shoes","wiki_url":"https://oldschool.runescape.wiki/w/Shoes","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"6791":{"id":6791,"name":"Sole","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sole","wiki_url":"https://oldschool.runescape.wiki/w/Sole","price":0},"6792":{"id":6792,"name":"Ancestral key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ancestral key","wiki_url":"https://oldschool.runescape.wiki/w/Ancestral_key","price":0},"6793":{"id":6793,"name":"Ballad","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ballad","wiki_url":"https://oldschool.runescape.wiki/w/Ballad","price":0},"6794":{"id":6794,"name":"Choc-ice","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":6000,"wiki_name":"Choc-ice","wiki_url":"https://oldschool.runescape.wiki/w/Choc-ice","price":196},"6796":{"id":6796,"name":"Lamp","members":true,"cost":1,"wiki_name":"Lamp (Spirits of the Elid)","wiki_url":"https://oldschool.runescape.wiki/w/Lamp_(Spirits_of_the_Elid)","price":0},"6798":{"id":6798,"name":"Earth warrior champion scroll","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Earth warrior champion scroll","wiki_url":"https://oldschool.runescape.wiki/w/Earth_warrior_champion_scroll","price":0},"6799":{"id":6799,"name":"Ghoul champion scroll","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ghoul champion scroll","wiki_url":"https://oldschool.runescape.wiki/w/Ghoul_champion_scroll","price":0},"6800":{"id":6800,"name":"Giant champion scroll","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Giant champion scroll","wiki_url":"https://oldschool.runescape.wiki/w/Giant_champion_scroll","price":0},"6801":{"id":6801,"name":"Goblin champion scroll","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Goblin champion scroll","wiki_url":"https://oldschool.runescape.wiki/w/Goblin_champion_scroll","price":0},"6802":{"id":6802,"name":"Hobgoblin champion scroll","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Hobgoblin champion scroll","wiki_url":"https://oldschool.runescape.wiki/w/Hobgoblin_champion_scroll","price":0},"6803":{"id":6803,"name":"Imp champion scroll","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Imp champion scroll","wiki_url":"https://oldschool.runescape.wiki/w/Imp_champion_scroll","price":0},"6804":{"id":6804,"name":"Jogre champion scroll","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Jogre champion scroll","wiki_url":"https://oldschool.runescape.wiki/w/Jogre_champion_scroll","price":0},"6805":{"id":6805,"name":"Lesser demon champion scroll","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Lesser demon champion scroll","wiki_url":"https://oldschool.runescape.wiki/w/Lesser_demon_champion_scroll","price":0},"6806":{"id":6806,"name":"Skeleton champion scroll","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Skeleton champion scroll","wiki_url":"https://oldschool.runescape.wiki/w/Skeleton_champion_scroll","price":0},"6807":{"id":6807,"name":"Zombie champion scroll","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Zombie champion scroll","wiki_url":"https://oldschool.runescape.wiki/w/Zombie_champion_scroll","price":0},"6808":{"id":6808,"name":"Leon's champion scroll","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Leon's champion scroll","wiki_url":"https://oldschool.runescape.wiki/w/Leon's_champion_scroll","price":0},"6809":{"id":6809,"name":"Granite legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":66000,"lowalch":26400,"highalch":39600,"buy_limit":70,"wiki_name":"Granite legs","wiki_url":"https://oldschool.runescape.wiki/w/Granite_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-31,"attack_ranged":-18,"defence_stab":43,"defence_slash":45,"defence_crush":41,"defence_magic":-4,"defence_ranged":68,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":50,"strength":50}},"price":41211},"6810":{"id":6810,"name":"Wyvern bonemeal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wyvern bonemeal","wiki_url":"https://oldschool.runescape.wiki/w/Wyvern_bonemeal","price":0},"6811":{"id":6811,"name":"Skeletal wyvern","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"6812":{"id":6812,"name":"Wyvern bones","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":7500,"wiki_name":"Wyvern bones","wiki_url":"https://oldschool.runescape.wiki/w/Wyvern_bones","price":2681},"6814":{"id":6814,"name":"Fur","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":18000,"wiki_name":"Fur","wiki_url":"https://oldschool.runescape.wiki/w/Fur","price":489},"6817":{"id":6817,"name":"Slender blade","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Slender blade","wiki_url":"https://oldschool.runescape.wiki/w/Slender_blade","price":0},"6818":{"id":6818,"name":"Bow-sword","members":true,"cost":1,"wiki_name":"Bow-sword","wiki_url":"https://oldschool.runescape.wiki/w/Bow-sword","price":0},"6819":{"id":6819,"name":"Large pouch","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Large pouch (Devious Minds)","wiki_url":"https://oldschool.runescape.wiki/w/Large_pouch_(Devious_Minds)","price":0},"6820":{"id":6820,"name":"Relic","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Relic","wiki_url":"https://oldschool.runescape.wiki/w/Relic","price":0},"6821":{"id":6821,"name":"Orb","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Orb (Devious Minds)","wiki_url":"https://oldschool.runescape.wiki/w/Orb_(Devious_Minds)","price":0},"6822":{"id":6822,"name":"Star bauble","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Star bauble (Unpainted)","wiki_url":"https://oldschool.runescape.wiki/w/Star_bauble#Unpainted","price":0},"6823":{"id":6823,"name":"Star bauble","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Star bauble (Yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Star_bauble#Yellow","price":0},"6824":{"id":6824,"name":"Star bauble","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Star bauble (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Star_bauble#Red","price":0},"6825":{"id":6825,"name":"Star bauble","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Star bauble (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Star_bauble#Blue","price":0},"6826":{"id":6826,"name":"Star bauble","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Star bauble (Green)","wiki_url":"https://oldschool.runescape.wiki/w/Star_bauble#Green","price":0},"6827":{"id":6827,"name":"Star bauble","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Star bauble (Pink)","wiki_url":"https://oldschool.runescape.wiki/w/Star_bauble#Pink","price":0},"6828":{"id":6828,"name":"Box bauble","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Box bauble (Unpainted)","wiki_url":"https://oldschool.runescape.wiki/w/Box_bauble#Unpainted","price":0},"6829":{"id":6829,"name":"Box bauble","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Box bauble (Yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Box_bauble#Yellow","price":0},"6830":{"id":6830,"name":"Box bauble","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Box bauble (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Box_bauble#Red","price":0},"6831":{"id":6831,"name":"Box bauble","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Box bauble (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Box_bauble#Blue","price":0},"6832":{"id":6832,"name":"Box bauble","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Box bauble (Green)","wiki_url":"https://oldschool.runescape.wiki/w/Box_bauble#Green","price":0},"6833":{"id":6833,"name":"Box bauble","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Box bauble (Pink)","wiki_url":"https://oldschool.runescape.wiki/w/Box_bauble#Pink","price":0},"6834":{"id":6834,"name":"Diamond bauble","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Diamond bauble (Unpainted)","wiki_url":"https://oldschool.runescape.wiki/w/Diamond_bauble#Unpainted","price":0},"6835":{"id":6835,"name":"Diamond bauble","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Diamond bauble (Yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Diamond_bauble#Yellow","price":0},"6836":{"id":6836,"name":"Diamond bauble","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Diamond bauble (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Diamond_bauble#Red","price":0},"6837":{"id":6837,"name":"Diamond bauble","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Diamond bauble (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Diamond_bauble#Blue","price":0},"6838":{"id":6838,"name":"Diamond bauble","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Diamond bauble (Green)","wiki_url":"https://oldschool.runescape.wiki/w/Diamond_bauble#Green","price":0},"6839":{"id":6839,"name":"Diamond bauble","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Diamond bauble (Pink)","wiki_url":"https://oldschool.runescape.wiki/w/Diamond_bauble#Pink","price":0},"6840":{"id":6840,"name":"Tree bauble","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tree bauble (Unpainted)","wiki_url":"https://oldschool.runescape.wiki/w/Tree_bauble#Unpainted","price":0},"6841":{"id":6841,"name":"Tree bauble","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tree bauble (Yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Tree_bauble#Yellow","price":0},"6842":{"id":6842,"name":"Tree bauble","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tree bauble (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Tree_bauble#Red","price":0},"6843":{"id":6843,"name":"Tree bauble","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tree bauble (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Tree_bauble#Blue","price":0},"6844":{"id":6844,"name":"Tree bauble","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tree bauble (Green)","wiki_url":"https://oldschool.runescape.wiki/w/Tree_bauble#Green","price":0},"6845":{"id":6845,"name":"Tree bauble","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tree bauble (Pink)","wiki_url":"https://oldschool.runescape.wiki/w/Tree_bauble#Pink","price":0},"6846":{"id":6846,"name":"Bell bauble","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bell bauble (Unpainted)","wiki_url":"https://oldschool.runescape.wiki/w/Bell_bauble#Unpainted","price":0},"6847":{"id":6847,"name":"Bell bauble","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bell bauble (Yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Bell_bauble#Yellow","price":0},"6848":{"id":6848,"name":"Bell bauble","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bell bauble (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Bell_bauble#Red","price":0},"6849":{"id":6849,"name":"Bell bauble","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bell bauble (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Bell_bauble#Blue","price":0},"6850":{"id":6850,"name":"Bell bauble","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bell bauble (Green)","wiki_url":"https://oldschool.runescape.wiki/w/Bell_bauble#Green","price":0},"6851":{"id":6851,"name":"Bell bauble","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bell bauble (Pink)","wiki_url":"https://oldschool.runescape.wiki/w/Bell_bauble#Pink","price":0},"6852":{"id":6852,"name":"Puppet box","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Puppet box (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Puppet_box#Empty","price":0},"6853":{"id":6853,"name":"Bauble box","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bauble box (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Bauble_box#Empty","price":0},"6854":{"id":6854,"name":"Puppet box","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Puppet box (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Puppet_box#Full","price":0},"6855":{"id":6855,"name":"Bauble box","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bauble box (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Bauble_box#Full","price":0},"6856":{"id":6856,"name":"Bobble hat","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bobble hat","wiki_url":"https://oldschool.runescape.wiki/w/Bobble_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"6857":{"id":6857,"name":"Bobble scarf","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bobble scarf","wiki_url":"https://oldschool.runescape.wiki/w/Bobble_scarf","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"6858":{"id":6858,"name":"Jester hat","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Jester hat","wiki_url":"https://oldschool.runescape.wiki/w/Jester_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"6859":{"id":6859,"name":"Jester scarf","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Jester scarf","wiki_url":"https://oldschool.runescape.wiki/w/Jester_scarf","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"6860":{"id":6860,"name":"Tri-jester hat","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tri-jester hat","wiki_url":"https://oldschool.runescape.wiki/w/Tri-jester_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"6861":{"id":6861,"name":"Tri-jester scarf","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tri-jester scarf","wiki_url":"https://oldschool.runescape.wiki/w/Tri-jester_scarf","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"6862":{"id":6862,"name":"Woolly hat","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Woolly hat","wiki_url":"https://oldschool.runescape.wiki/w/Woolly_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"6863":{"id":6863,"name":"Woolly scarf","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Woolly scarf","wiki_url":"https://oldschool.runescape.wiki/w/Woolly_scarf","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"6864":{"id":6864,"name":"Marionette handle","cost":60000,"lowalch":24000,"highalch":36000,"wiki_name":"Marionette handle","wiki_url":"https://oldschool.runescape.wiki/w/Marionette_handle","price":0},"6865":{"id":6865,"name":"Blue marionette","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue marionette","wiki_url":"https://oldschool.runescape.wiki/w/Blue_marionette","price":0},"6866":{"id":6866,"name":"Green marionette","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Green marionette","wiki_url":"https://oldschool.runescape.wiki/w/Green_marionette","price":0},"6867":{"id":6867,"name":"Red marionette","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red marionette","wiki_url":"https://oldschool.runescape.wiki/w/Red_marionette","price":0},"6868":{"id":6868,"name":"Blue marionette","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue marionette (strung)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_marionette_(strung)","price":0},"6869":{"id":6869,"name":"Green marionette","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Green marionette (strung)","wiki_url":"https://oldschool.runescape.wiki/w/Green_marionette_(strung)","price":0},"6870":{"id":6870,"name":"Red marionette","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red marionette (strung)","wiki_url":"https://oldschool.runescape.wiki/w/Red_marionette_(strung)","price":0},"6871":{"id":6871,"name":"Red marionette","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red marionette (torso)","wiki_url":"https://oldschool.runescape.wiki/w/Red_marionette_(torso)","price":0},"6872":{"id":6872,"name":"Red marionette","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red marionette (head)","wiki_url":"https://oldschool.runescape.wiki/w/Red_marionette_(head)","price":0},"6873":{"id":6873,"name":"Red marionette","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red marionette (arms)","wiki_url":"https://oldschool.runescape.wiki/w/Red_marionette_(arms)","price":0},"6874":{"id":6874,"name":"Red marionette","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red marionette (legs)","wiki_url":"https://oldschool.runescape.wiki/w/Red_marionette_(legs)","price":0},"6875":{"id":6875,"name":"Blue marionette","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue marionette (torso)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_marionette_(torso)","price":0},"6876":{"id":6876,"name":"Blue marionette","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue marionette (head)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_marionette_(head)","price":0},"6877":{"id":6877,"name":"Blue marionette","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue marionette (arms)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_marionette_(arms)","price":0},"6878":{"id":6878,"name":"Blue marionette","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue marionette (legs)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_marionette_(legs)","price":0},"6879":{"id":6879,"name":"Green marionette","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Green marionette (torso)","wiki_url":"https://oldschool.runescape.wiki/w/Green_marionette_(torso)","price":0},"6880":{"id":6880,"name":"Green marionette","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Green marionette (head)","wiki_url":"https://oldschool.runescape.wiki/w/Green_marionette_(head)","price":0},"6881":{"id":6881,"name":"Green marionette","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Green marionette (arms)","wiki_url":"https://oldschool.runescape.wiki/w/Green_marionette_(arms)","price":0},"6882":{"id":6882,"name":"Green marionette","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Green marionette (legs)","wiki_url":"https://oldschool.runescape.wiki/w/Green_marionette_(legs)","price":0},"6883":{"id":6883,"name":"Peach","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Peach","wiki_url":"https://oldschool.runescape.wiki/w/Peach","price":0},"6885":{"id":6885,"name":"Progress hat","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Progress hat (Dull)","wiki_url":"https://oldschool.runescape.wiki/w/Progress_hat#Dull","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"6886":{"id":6886,"name":"Progress hat","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Progress hat (Energised)","wiki_url":"https://oldschool.runescape.wiki/w/Progress_hat#Energised","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"6887":{"id":6887,"name":"Progress hat","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Progress hat (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Progress_hat#Full","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"6889":{"id":6889,"name":"Mage's book","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":15,"wiki_name":"Mage's book","wiki_url":"https://oldschool.runescape.wiki/w/Mage's_book","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":2,"prayer":0,"slot":"shield","requirements":{"magic":60}},"price":3105006},"6891":{"id":6891,"name":"Arena book","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":15,"wiki_name":"Arena book","wiki_url":"https://oldschool.runescape.wiki/w/Arena_book","price":390},"6893":{"id":6893,"name":"Leather boots","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Leather boots (Mage Training Arena)","wiki_url":"https://oldschool.runescape.wiki/w/Leather_boots_(Mage_Training_Arena)","price":0},"6894":{"id":6894,"name":"Adamant kiteshield","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Adamant kiteshield (Mage Training Arena)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_kiteshield_(Mage_Training_Arena)","price":0},"6895":{"id":6895,"name":"Adamant med helm","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Adamant med helm (Mage Training Arena)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_med_helm_(Mage_Training_Arena)","price":0},"6896":{"id":6896,"name":"Emerald","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Emerald (Mage Training Arena)","wiki_url":"https://oldschool.runescape.wiki/w/Emerald_(Mage_Training_Arena)","price":0},"6897":{"id":6897,"name":"Rune longsword","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Rune longsword (Mage Training Arena)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_longsword_(Mage_Training_Arena)","price":0},"6898":{"id":6898,"name":"Cylinder","members":true,"cost":0,"wiki_name":"Cylinder","wiki_url":"https://oldschool.runescape.wiki/w/Cylinder","price":0},"6899":{"id":6899,"name":"Cube","members":true,"cost":0,"wiki_name":"Cube","wiki_url":"https://oldschool.runescape.wiki/w/Cube","price":0},"6900":{"id":6900,"name":"Icosahedron","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Icosahedron","wiki_url":"https://oldschool.runescape.wiki/w/Icosahedron","price":0},"6901":{"id":6901,"name":"Pentamid","members":true,"cost":0,"wiki_name":"Pentamid","wiki_url":"https://oldschool.runescape.wiki/w/Pentamid","price":0},"6902":{"id":6902,"name":"Orb","members":true,"cost":1,"wiki_name":"Orb","wiki_url":"https://oldschool.runescape.wiki/w/Orb","price":0},"6903":{"id":6903,"name":"Dragonstone","members":true,"cost":0,"wiki_name":"Dragonstone (Mage Training Arena)","wiki_url":"https://oldschool.runescape.wiki/w/Dragonstone_(Mage_Training_Arena)","price":0},"6904":{"id":6904,"name":"Animals' bones","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Animals' bones (1)","wiki_url":"https://oldschool.runescape.wiki/w/Animals'_bones#1","price":0},"6905":{"id":6905,"name":"Animals' bones","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Animals' bones (2)","wiki_url":"https://oldschool.runescape.wiki/w/Animals'_bones#2","price":0},"6906":{"id":6906,"name":"Animals' bones","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Animals' bones (3)","wiki_url":"https://oldschool.runescape.wiki/w/Animals'_bones#3","price":0},"6907":{"id":6907,"name":"Animals' bones","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Animals' bones (4)","wiki_url":"https://oldschool.runescape.wiki/w/Animals'_bones#4","price":0},"6908":{"id":6908,"name":"Beginner wand","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1200,"lowalch":480,"highalch":720,"buy_limit":125,"wiki_name":"Beginner wand","wiki_url":"https://oldschool.runescape.wiki/w/Beginner_wand","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":5,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":45}},"weapon":{"attack_speed":4,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":224245},"6910":{"id":6910,"name":"Apprentice wand","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1500,"lowalch":600,"highalch":900,"buy_limit":125,"wiki_name":"Apprentice wand","wiki_url":"https://oldschool.runescape.wiki/w/Apprentice_wand","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":10,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":10,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":50}},"weapon":{"attack_speed":4,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":685211},"6912":{"id":6912,"name":"Teacher wand","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":70,"wiki_name":"Teacher wand","wiki_url":"https://oldschool.runescape.wiki/w/Teacher_wand","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":50}},"weapon":{"attack_speed":4,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":1599912},"6914":{"id":6914,"name":"Master wand","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100001,"lowalch":40000,"highalch":60000,"buy_limit":70,"wiki_name":"Master wand","wiki_url":"https://oldschool.runescape.wiki/w/Master_wand","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":20,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":20,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":60}},"weapon":{"attack_speed":4,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":2211202},"6916":{"id":6916,"name":"Infinity top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":140000,"lowalch":56000,"highalch":84000,"buy_limit":125,"wiki_name":"Infinity top","wiki_url":"https://oldschool.runescape.wiki/w/Infinity_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":22,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":22,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"body","requirements":{"magic":50,"defence":25}},"price":1883532},"6918":{"id":6918,"name":"Infinity hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":17000,"lowalch":6800,"highalch":10200,"buy_limit":125,"wiki_name":"Infinity hat","wiki_url":"https://oldschool.runescape.wiki/w/Infinity_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":6,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":6,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"head","requirements":{"magic":50,"defence":25}},"price":976108},"6920":{"id":6920,"name":"Infinity boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":12000,"lowalch":4800,"highalch":7200,"buy_limit":125,"wiki_name":"Infinity boots","wiki_url":"https://oldschool.runescape.wiki/w/Infinity_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":5,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"magic":50,"defence":25}},"price":393500},"6922":{"id":6922,"name":"Infinity gloves","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":12000,"lowalch":4800,"highalch":7200,"buy_limit":125,"wiki_name":"Infinity gloves","wiki_url":"https://oldschool.runescape.wiki/w/Infinity_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":5,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"magic":50,"defence":25}},"price":720000},"6924":{"id":6924,"name":"Infinity bottoms","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"buy_limit":125,"wiki_name":"Infinity bottoms","wiki_url":"https://oldschool.runescape.wiki/w/Infinity_bottoms","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":17,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":17,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"legs","requirements":{"magic":50,"defence":25}},"price":2109500},"6926":{"id":6926,"name":"Bones to peaches","incomplete":true,"members":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"6945":{"id":6945,"name":"Sandy hand","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sandy hand","wiki_url":"https://oldschool.runescape.wiki/w/Sandy_hand","price":0},"6946":{"id":6946,"name":"Beer soaked hand","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Beer soaked hand","wiki_url":"https://oldschool.runescape.wiki/w/Beer_soaked_hand","price":0},"6947":{"id":6947,"name":"Bert's rota","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bert's rota","wiki_url":"https://oldschool.runescape.wiki/w/Bert's_rota","price":0},"6948":{"id":6948,"name":"Sandy's rota","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sandy's rota","wiki_url":"https://oldschool.runescape.wiki/w/Sandy's_rota","price":0},"6949":{"id":6949,"name":"A magic scroll","members":true,"cost":1,"wiki_name":"A magic scroll","wiki_url":"https://oldschool.runescape.wiki/w/A_magic_scroll","price":0},"6950":{"id":6950,"name":"Magical orb","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Magical orb (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Magical_orb#Inactive","price":0},"6951":{"id":6951,"name":"Magical orb (a)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Magical orb (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Magical_orb#Active","price":0},"6952":{"id":6952,"name":"Truth serum","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Truth serum","wiki_url":"https://oldschool.runescape.wiki/w/Truth_serum","price":0},"6953":{"id":6953,"name":"Bottled water","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bottled water","wiki_url":"https://oldschool.runescape.wiki/w/Bottled_water","price":0},"6954":{"id":6954,"name":"Redberry juice","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Redberry juice","wiki_url":"https://oldschool.runescape.wiki/w/Redberry_juice","price":0},"6955":{"id":6955,"name":"Pink dye","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pink dye","wiki_url":"https://oldschool.runescape.wiki/w/Pink_dye","price":0},"6956":{"id":6956,"name":"Rose-tinted lens","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rose tinted lens","wiki_url":"https://oldschool.runescape.wiki/w/Rose_tinted_lens","price":0},"6957":{"id":6957,"name":"Wizard's head","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wizard's head","wiki_url":"https://oldschool.runescape.wiki/w/Wizard's_head","price":0},"6958":{"id":6958,"name":"Sand","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sand","wiki_url":"https://oldschool.runescape.wiki/w/Sand","price":0},"6959":{"id":6959,"name":"Pink cape","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":150,"wiki_name":"Pink cape","wiki_url":"https://oldschool.runescape.wiki/w/Pink_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":2496},"6961":{"id":6961,"name":"Baguette","cost":25,"lowalch":10,"highalch":15,"wiki_name":"Baguette","wiki_url":"https://oldschool.runescape.wiki/w/Baguette","price":0},"6962":{"id":6962,"name":"Triangle sandwich","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":25,"lowalch":10,"highalch":15,"buy_limit":6000,"wiki_name":"Triangle sandwich","wiki_url":"https://oldschool.runescape.wiki/w/Triangle_sandwich","price":375},"6963":{"id":6963,"name":"Roll","cost":25,"lowalch":10,"highalch":15,"wiki_name":"Roll","wiki_url":"https://oldschool.runescape.wiki/w/Roll","price":0},"6965":{"id":6965,"name":"Square sandwich","cost":25,"lowalch":10,"highalch":15,"wiki_name":"Square sandwich","wiki_url":"https://oldschool.runescape.wiki/w/Square_sandwich","price":0},"6966":{"id":6966,"name":"Prison key","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Prison key (Prison Pete)","wiki_url":"https://oldschool.runescape.wiki/w/Prison_key_(Prison_Pete)","price":0},"6967":{"id":6967,"name":"Dragon med helm","cost":6,"lowalch":2,"highalch":3,"wiki_name":"Dragon med helm (My Arm's Big Adventure)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_med_helm_(My_Arm's_Big_Adventure)","price":0},"6969":{"id":6969,"name":"Shark","cost":6,"lowalch":2,"highalch":3,"wiki_name":"Shark (My Arm's Big Adventure)","wiki_url":"https://oldschool.runescape.wiki/w/Shark_(My_Arm's_Big_Adventure)","price":0},"6970":{"id":6970,"name":"Pyramid top","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pyramid top","wiki_url":"https://oldschool.runescape.wiki/w/Pyramid_top","price":0},"6971":{"id":6971,"name":"Sandstone (1kg)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":100,"wiki_name":"Sandstone (1kg)","wiki_url":"https://oldschool.runescape.wiki/w/Sandstone#1kg","price":15},"6973":{"id":6973,"name":"Sandstone (2kg)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":100,"wiki_name":"Sandstone (2kg)","wiki_url":"https://oldschool.runescape.wiki/w/Sandstone#2kg","price":801},"6975":{"id":6975,"name":"Sandstone (5kg)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":100,"wiki_name":"Sandstone (5kg)","wiki_url":"https://oldschool.runescape.wiki/w/Sandstone#5kg","price":0},"6977":{"id":6977,"name":"Sandstone (10kg)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":100,"wiki_name":"Sandstone (10kg)","wiki_url":"https://oldschool.runescape.wiki/w/Sandstone#10kg","price":2875},"6979":{"id":6979,"name":"Granite (500g)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":100,"wiki_name":"Granite (500g)","wiki_url":"https://oldschool.runescape.wiki/w/Granite#500g","price":75},"6981":{"id":6981,"name":"Granite (2kg)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":100,"wiki_name":"Granite (2kg)","wiki_url":"https://oldschool.runescape.wiki/w/Granite#2kg","price":17},"6983":{"id":6983,"name":"Granite (5kg)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":100,"wiki_name":"Granite (5kg)","wiki_url":"https://oldschool.runescape.wiki/w/Granite#5kg","price":652},"6985":{"id":6985,"name":"Sandstone (20kg)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sandstone (20kg)","wiki_url":"https://oldschool.runescape.wiki/w/Sandstone_(20kg)","price":0},"6986":{"id":6986,"name":"Sandstone (32kg)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sandstone (32kg)","wiki_url":"https://oldschool.runescape.wiki/w/Sandstone_(32kg)","price":0},"6987":{"id":6987,"name":"Sandstone body","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sandstone body","wiki_url":"https://oldschool.runescape.wiki/w/Sandstone_body","price":0},"6988":{"id":6988,"name":"Sandstone base","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sandstone base","wiki_url":"https://oldschool.runescape.wiki/w/Sandstone_base","price":0},"6989":{"id":6989,"name":"Stone head","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Stone head (Lazim)","wiki_url":"https://oldschool.runescape.wiki/w/Stone_head#Lazim","price":0},"6990":{"id":6990,"name":"Stone head","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Stone head (Zamorak)","wiki_url":"https://oldschool.runescape.wiki/w/Stone_head#Zamorak","price":0},"6991":{"id":6991,"name":"Stone head","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Stone head (Icthlarin)","wiki_url":"https://oldschool.runescape.wiki/w/Stone_head#Icthlarin","price":0},"6992":{"id":6992,"name":"Stone head","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Stone head (Camel)","wiki_url":"https://oldschool.runescape.wiki/w/Stone_head#Camel","price":0},"6993":{"id":6993,"name":"Z sigil","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Z sigil","wiki_url":"https://oldschool.runescape.wiki/w/Z_sigil","price":0},"6994":{"id":6994,"name":"M sigil","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"M sigil","wiki_url":"https://oldschool.runescape.wiki/w/M_sigil","price":0},"6995":{"id":6995,"name":"R sigil","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"R sigil","wiki_url":"https://oldschool.runescape.wiki/w/R_sigil","price":0},"6996":{"id":6996,"name":"K sigil","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"K sigil","wiki_url":"https://oldschool.runescape.wiki/w/K_sigil","price":0},"6997":{"id":6997,"name":"Stone left arm","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Stone left arm","wiki_url":"https://oldschool.runescape.wiki/w/Stone_left_arm","price":0},"6998":{"id":6998,"name":"Stone right arm","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Stone right arm","wiki_url":"https://oldschool.runescape.wiki/w/Stone_right_arm","price":0},"6999":{"id":6999,"name":"Stone left leg","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Stone left leg","wiki_url":"https://oldschool.runescape.wiki/w/Stone_left_leg","price":0},"7000":{"id":7000,"name":"Stone right leg","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Stone right leg","wiki_url":"https://oldschool.runescape.wiki/w/Stone_right_leg","price":0},"7001":{"id":7001,"name":"Camel mould (p)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Camel mould (p)","wiki_url":"https://oldschool.runescape.wiki/w/Camel_mould_(p)","price":0},"7002":{"id":7002,"name":"Stone head","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Stone head (Cavity)","wiki_url":"https://oldschool.runescape.wiki/w/Stone_head_(Cavity)","price":0},"7003":{"id":7003,"name":"Camel mask","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Camel mask","wiki_url":"https://oldschool.runescape.wiki/w/Camel_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"7050":{"id":7050,"name":"Swarm","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"7051":{"id":7051,"name":"Unlit bug lantern","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":130,"lowalch":52,"highalch":78,"buy_limit":40,"wiki_name":"Bug lantern (Unlit)","wiki_url":"https://oldschool.runescape.wiki/w/Bug_lantern#Unlit","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"slayer":33}},"price":181},"7053":{"id":7053,"name":"Lit bug lantern","members":true,"equipable":true,"equipable_by_player":true,"cost":130,"lowalch":52,"highalch":78,"wiki_name":"Bug lantern (Lit)","wiki_url":"https://oldschool.runescape.wiki/w/Bug_lantern#Lit","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"slayer":33}},"price":0},"7054":{"id":7054,"name":"Chilli potato","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":13,"lowalch":5,"highalch":7,"buy_limit":13000,"wiki_name":"Chilli potato","wiki_url":"https://oldschool.runescape.wiki/w/Chilli_potato","price":217},"7056":{"id":7056,"name":"Egg potato","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":12,"lowalch":4,"highalch":7,"buy_limit":13000,"wiki_name":"Egg potato","wiki_url":"https://oldschool.runescape.wiki/w/Egg_potato","price":355},"7058":{"id":7058,"name":"Mushroom potato","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":45,"lowalch":18,"highalch":27,"buy_limit":13000,"wiki_name":"Mushroom potato","wiki_url":"https://oldschool.runescape.wiki/w/Mushroom_potato","price":1092},"7060":{"id":7060,"name":"Tuna potato","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":113,"lowalch":45,"highalch":67,"buy_limit":13000,"wiki_name":"Tuna potato","wiki_url":"https://oldschool.runescape.wiki/w/Tuna_potato","price":1688},"7062":{"id":7062,"name":"Chilli con carne","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":13,"lowalch":5,"highalch":7,"buy_limit":13000,"wiki_name":"Chilli con carne","wiki_url":"https://oldschool.runescape.wiki/w/Chilli_con_carne","price":320},"7064":{"id":7064,"name":"Egg and tomato","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":12,"lowalch":4,"highalch":7,"buy_limit":13000,"wiki_name":"Egg and tomato","wiki_url":"https://oldschool.runescape.wiki/w/Egg_and_tomato","price":0},"7066":{"id":7066,"name":"Mushroom & onion","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":45,"lowalch":18,"highalch":27,"buy_limit":13000,"wiki_name":"Mushroom & onion","wiki_url":"https://oldschool.runescape.wiki/w/Mushroom_&_onion","price":1099},"7068":{"id":7068,"name":"Tuna and corn","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":113,"lowalch":45,"highalch":67,"buy_limit":13000,"wiki_name":"Tuna and corn","wiki_url":"https://oldschool.runescape.wiki/w/Tuna_and_corn","price":1150},"7070":{"id":7070,"name":"Minced meat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":8,"lowalch":3,"highalch":4,"buy_limit":13000,"wiki_name":"Minced meat","wiki_url":"https://oldschool.runescape.wiki/w/Minced_meat","price":0},"7072":{"id":7072,"name":"Spicy sauce","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":9,"lowalch":3,"highalch":5,"buy_limit":13000,"wiki_name":"Spicy sauce","wiki_url":"https://oldschool.runescape.wiki/w/Spicy_sauce","price":1350},"7074":{"id":7074,"name":"Chopped garlic","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":7,"lowalch":2,"highalch":4,"buy_limit":13000,"wiki_name":"Chopped garlic","wiki_url":"https://oldschool.runescape.wiki/w/Chopped_garlic","price":282},"7076":{"id":7076,"name":"Uncooked egg","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":8,"lowalch":3,"highalch":4,"buy_limit":13000,"wiki_name":"Uncooked egg","wiki_url":"https://oldschool.runescape.wiki/w/Uncooked_egg","price":3738},"7078":{"id":7078,"name":"Scrambled egg","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":8,"lowalch":3,"highalch":4,"buy_limit":13000,"wiki_name":"Scrambled egg","wiki_url":"https://oldschool.runescape.wiki/w/Scrambled_egg","price":6280},"7080":{"id":7080,"name":"Sliced mushrooms","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":42,"lowalch":16,"highalch":25,"buy_limit":13000,"wiki_name":"Sliced mushrooms","wiki_url":"https://oldschool.runescape.wiki/w/Sliced_mushrooms","price":0},"7082":{"id":7082,"name":"Fried mushrooms","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":42,"lowalch":16,"highalch":25,"buy_limit":13000,"wiki_name":"Fried mushrooms","wiki_url":"https://oldschool.runescape.wiki/w/Fried_mushrooms","price":76},"7084":{"id":7084,"name":"Fried onions","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":7,"lowalch":2,"highalch":4,"buy_limit":13000,"wiki_name":"Fried onions","wiki_url":"https://oldschool.runescape.wiki/w/Fried_onions","price":32},"7086":{"id":7086,"name":"Chopped tuna","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":104,"lowalch":41,"highalch":62,"buy_limit":13000,"wiki_name":"Chopped tuna","wiki_url":"https://oldschool.runescape.wiki/w/Chopped_tuna","price":366},"7088":{"id":7088,"name":"Sweetcorn","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":13,"lowalch":5,"highalch":7,"buy_limit":13000,"wiki_name":"Sweetcorn (bowl)","wiki_url":"https://oldschool.runescape.wiki/w/Sweetcorn_(bowl)","price":550},"7090":{"id":7090,"name":"Burnt egg","members":true,"tradeable":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Burnt egg","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_egg","price":0},"7092":{"id":7092,"name":"Burnt onion","members":true,"tradeable":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Burnt onion","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_onion","price":0},"7094":{"id":7094,"name":"Burnt mushroom","members":true,"tradeable":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Burnt mushroom","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_mushroom","price":0},"7108":{"id":7108,"name":"Gunpowder","members":true,"cost":52,"wiki_name":"Gunpowder","wiki_url":"https://oldschool.runescape.wiki/w/Gunpowder","price":0},"7109":{"id":7109,"name":"Fuse","members":true,"cost":52,"wiki_name":"Fuse (Cabin Fever)","wiki_url":"https://oldschool.runescape.wiki/w/Fuse_(Cabin_Fever)","price":0},"7110":{"id":7110,"name":"Stripy pirate shirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":150,"wiki_name":"Stripy pirate shirt (beige)","wiki_url":"https://oldschool.runescape.wiki/w/Stripy_pirate_shirt_(beige)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":223},"7112":{"id":7112,"name":"Pirate bandana","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":150,"wiki_name":"Pirate bandana (white)","wiki_url":"https://oldschool.runescape.wiki/w/Pirate_bandana_(white)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":689},"7114":{"id":7114,"name":"Pirate boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":350,"lowalch":140,"highalch":210,"buy_limit":150,"wiki_name":"Pirate boots","wiki_url":"https://oldschool.runescape.wiki/w/Pirate_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":1010},"7116":{"id":7116,"name":"Pirate leggings","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":350,"lowalch":140,"highalch":210,"buy_limit":150,"wiki_name":"Pirate leggings (beige)","wiki_url":"https://oldschool.runescape.wiki/w/Pirate_leggings_(beige)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":418},"7118":{"id":7118,"name":"Canister","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Canister (animation item)","wiki_url":"https://oldschool.runescape.wiki/w/Canister_(animation_item)","price":0},"7119":{"id":7119,"name":"Cannon ball","members":true,"cost":1,"wiki_name":"Cannon ball","wiki_url":"https://oldschool.runescape.wiki/w/Cannon_ball","price":0},"7120":{"id":7120,"name":"Ramrod","members":true,"cost":1,"wiki_name":"Ramrod","wiki_url":"https://oldschool.runescape.wiki/w/Ramrod","price":0},"7121":{"id":7121,"name":"Repair plank","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Repair plank (animation item)","wiki_url":"https://oldschool.runescape.wiki/w/Repair_plank_(animation_item)","price":0},"7122":{"id":7122,"name":"Stripy pirate shirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":150,"wiki_name":"Stripy pirate shirt (red)","wiki_url":"https://oldschool.runescape.wiki/w/Stripy_pirate_shirt_(red)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":2424},"7124":{"id":7124,"name":"Pirate bandana","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":150,"wiki_name":"Pirate bandana (red)","wiki_url":"https://oldschool.runescape.wiki/w/Pirate_bandana_(red)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":615},"7126":{"id":7126,"name":"Pirate leggings","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":350,"lowalch":140,"highalch":210,"buy_limit":150,"wiki_name":"Pirate leggings (red)","wiki_url":"https://oldschool.runescape.wiki/w/Pirate_leggings_(red)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":2401},"7128":{"id":7128,"name":"Stripy pirate shirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":150,"wiki_name":"Stripy pirate shirt (blue)","wiki_url":"https://oldschool.runescape.wiki/w/Stripy_pirate_shirt_(blue)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":2423},"7130":{"id":7130,"name":"Pirate bandana","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":150,"wiki_name":"Pirate bandana (blue)","wiki_url":"https://oldschool.runescape.wiki/w/Pirate_bandana_(blue)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":275},"7132":{"id":7132,"name":"Pirate leggings","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":350,"lowalch":140,"highalch":210,"buy_limit":150,"wiki_name":"Pirate leggings (blue)","wiki_url":"https://oldschool.runescape.wiki/w/Pirate_leggings_(blue)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":1603},"7134":{"id":7134,"name":"Stripy pirate shirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":150,"wiki_name":"Stripy pirate shirt (brown)","wiki_url":"https://oldschool.runescape.wiki/w/Stripy_pirate_shirt_(brown)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":32},"7136":{"id":7136,"name":"Pirate bandana","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":150,"wiki_name":"Pirate bandana (brown)","wiki_url":"https://oldschool.runescape.wiki/w/Pirate_bandana_(brown)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":338},"7138":{"id":7138,"name":"Pirate leggings","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":350,"lowalch":140,"highalch":210,"buy_limit":150,"wiki_name":"Pirate leggings (brown)","wiki_url":"https://oldschool.runescape.wiki/w/Pirate_leggings_(brown)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":721},"7140":{"id":7140,"name":"Lucky cutlass","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":2560,"lowalch":1024,"highalch":1536,"wiki_name":"Lucky cutlass","wiki_url":"https://oldschool.runescape.wiki/w/Lucky_cutlass","equipment":{"attack_stab":5,"attack_slash":20,"attack_crush":0,"attack_magic":-5,"attack_ranged":0,"defence_stab":6,"defence_slash":6,"defence_crush":6,"defence_magic":0,"defence_ranged":0,"melee_strength":25,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":30}},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"7141":{"id":7141,"name":"Harry's cutlass","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1040,"lowalch":416,"highalch":624,"wiki_name":"Harry's cutlass","wiki_url":"https://oldschool.runescape.wiki/w/Harry's_cutlass","equipment":{"attack_stab":3,"attack_slash":14,"attack_crush":0,"attack_magic":-5,"attack_ranged":0,"defence_stab":4,"defence_slash":4,"defence_crush":4,"defence_magic":0,"defence_ranged":0,"melee_strength":22,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":20}},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"7142":{"id":7142,"name":"Rapier","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":25600,"lowalch":10240,"highalch":15360,"wiki_name":"Rapier","wiki_url":"https://oldschool.runescape.wiki/w/Rapier","equipment":{"attack_stab":45,"attack_slash":7,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":44,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":40}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"7143":{"id":7143,"name":"Plunder","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Plunder","wiki_url":"https://oldschool.runescape.wiki/w/Plunder","price":0},"7144":{"id":7144,"name":"Book o' piracy","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Book o' piracy","wiki_url":"https://oldschool.runescape.wiki/w/Book_o'_piracy","price":0},"7145":{"id":7145,"name":"Cannon barrel","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cannon barrel","wiki_url":"https://oldschool.runescape.wiki/w/Cannon_barrel","price":0},"7146":{"id":7146,"name":"Broken cannon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Broken cannon","wiki_url":"https://oldschool.runescape.wiki/w/Broken_cannon","price":0},"7147":{"id":7147,"name":"Cannon balls","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cannon balls (Cabin Fever)","wiki_url":"https://oldschool.runescape.wiki/w/Cannon_balls_(Cabin_Fever)","price":0},"7148":{"id":7148,"name":"Repair plank","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Repair plank","wiki_url":"https://oldschool.runescape.wiki/w/Repair_plank","price":0},"7149":{"id":7149,"name":"Canister","members":true,"cost":1,"wiki_name":"Canister","wiki_url":"https://oldschool.runescape.wiki/w/Canister","price":0},"7150":{"id":7150,"name":"Tacks","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tacks","wiki_url":"https://oldschool.runescape.wiki/w/Tacks","price":0},"7155":{"id":7155,"name":"Rope","members":true,"cost":18,"lowalch":7,"highalch":10,"wiki_name":"Rope (Cabin Fever)","wiki_url":"https://oldschool.runescape.wiki/w/Rope_(Cabin_Fever)","price":0},"7156":{"id":7156,"name":"Tinderbox","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tinderbox (Cabin Fever)","wiki_url":"https://oldschool.runescape.wiki/w/Tinderbox_(Cabin_Fever)","price":0},"7157":{"id":7157,"name":"Braindeath 'rum'","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Braindeath 'rum'","wiki_url":"https://oldschool.runescape.wiki/w/Braindeath_'rum'","price":0},"7158":{"id":7158,"name":"Dragon 2h sword","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":220000,"lowalch":88000,"highalch":132000,"buy_limit":8,"wiki_name":"Dragon 2h sword","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_2h_sword","equipment":{"attack_stab":-4,"attack_slash":92,"attack_crush":80,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":93,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":60}},"weapon":{"attack_speed":7,"weapon_type":"2h_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"smash","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":130943},"7159":{"id":7159,"name":"Insulated boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":70,"wiki_name":"Insulated boots","wiki_url":"https://oldschool.runescape.wiki/w/Insulated_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"slayer":37}},"price":518},"7160":{"id":7160,"name":"Killerwatt","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"7162":{"id":7162,"name":"Pie recipe book","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":15,"wiki_name":"Pie recipe book","wiki_url":"https://oldschool.runescape.wiki/w/Pie_recipe_book","price":67},"7164":{"id":7164,"name":"Part mud pie","members":true,"tradeable":true,"noteable":true,"cost":22,"lowalch":8,"highalch":13,"wiki_name":"Part mud pie (compost)","wiki_url":"https://oldschool.runescape.wiki/w/Part_mud_pie_(compost)","price":0},"7166":{"id":7166,"name":"Part mud pie","members":true,"tradeable":true,"noteable":true,"cost":26,"lowalch":10,"highalch":15,"wiki_name":"Part mud pie (water)","wiki_url":"https://oldschool.runescape.wiki/w/Part_mud_pie_(water)","price":0},"7168":{"id":7168,"name":"Raw mud pie","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":27,"lowalch":10,"highalch":16,"buy_limit":13000,"wiki_name":"Raw mud pie","wiki_url":"https://oldschool.runescape.wiki/w/Raw_mud_pie","price":1141},"7170":{"id":7170,"name":"Mud pie","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":54,"lowalch":21,"highalch":32,"buy_limit":11000,"wiki_name":"Mud pie","wiki_url":"https://oldschool.runescape.wiki/w/Mud_pie","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":1867},"7172":{"id":7172,"name":"Part garden pie","members":true,"tradeable":true,"noteable":true,"cost":8,"lowalch":3,"highalch":4,"wiki_name":"Part garden pie (tomato)","wiki_url":"https://oldschool.runescape.wiki/w/Part_garden_pie_(tomato)","price":0},"7174":{"id":7174,"name":"Part garden pie","members":true,"tradeable":true,"noteable":true,"cost":11,"lowalch":4,"highalch":6,"wiki_name":"Part garden pie (onion)","wiki_url":"https://oldschool.runescape.wiki/w/Part_garden_pie_(onion)","price":0},"7176":{"id":7176,"name":"Raw garden pie","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":12,"lowalch":4,"highalch":7,"buy_limit":13000,"wiki_name":"Raw garden pie","wiki_url":"https://oldschool.runescape.wiki/w/Raw_garden_pie","price":667},"7178":{"id":7178,"name":"Garden pie","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":24,"lowalch":9,"highalch":14,"buy_limit":10000,"wiki_name":"Garden pie (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Garden_pie#Full","price":131},"7180":{"id":7180,"name":"Half a garden pie","members":true,"tradeable":true,"noteable":true,"cost":12,"lowalch":4,"highalch":7,"wiki_name":"Garden pie (Half)","wiki_url":"https://oldschool.runescape.wiki/w/Garden_pie#Half","price":0},"7182":{"id":7182,"name":"Part fish pie","members":true,"tradeable":true,"noteable":true,"cost":24,"lowalch":9,"highalch":14,"wiki_name":"Part fish pie (trout)","wiki_url":"https://oldschool.runescape.wiki/w/Part_fish_pie_(trout)","price":0},"7184":{"id":7184,"name":"Part fish pie","members":true,"tradeable":true,"noteable":true,"cost":49,"lowalch":19,"highalch":29,"wiki_name":"Part fish pie (cod)","wiki_url":"https://oldschool.runescape.wiki/w/Part_fish_pie_(cod)","price":0},"7186":{"id":7186,"name":"Raw fish pie","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":13000,"wiki_name":"Raw fish pie","wiki_url":"https://oldschool.runescape.wiki/w/Raw_fish_pie","price":0},"7188":{"id":7188,"name":"Fish pie","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":10000,"wiki_name":"Fish pie (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Fish_pie#Full","price":125},"7190":{"id":7190,"name":"Half a fish pie","members":true,"tradeable":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Fish pie (Half)","wiki_url":"https://oldschool.runescape.wiki/w/Fish_pie#Half","price":0},"7192":{"id":7192,"name":"Part admiral pie","members":true,"tradeable":true,"noteable":true,"cost":54,"lowalch":21,"highalch":32,"wiki_name":"Part admiral pie (salmon)","wiki_url":"https://oldschool.runescape.wiki/w/Part_admiral_pie_(salmon)","price":0},"7194":{"id":7194,"name":"Part admiral pie","members":true,"tradeable":true,"noteable":true,"cost":154,"lowalch":61,"highalch":92,"wiki_name":"Part admiral pie (tuna)","wiki_url":"https://oldschool.runescape.wiki/w/Part_admiral_pie_(tuna)","price":0},"7196":{"id":7196,"name":"Raw admiral pie","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":155,"lowalch":62,"highalch":93,"buy_limit":13000,"wiki_name":"Raw admiral pie","wiki_url":"https://oldschool.runescape.wiki/w/Raw_admiral_pie","price":1150},"7198":{"id":7198,"name":"Admiral pie","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":310,"lowalch":124,"highalch":186,"buy_limit":10000,"wiki_name":"Admiral pie (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Admiral_pie#Full","price":149},"7200":{"id":7200,"name":"Half an admiral pie","members":true,"tradeable":true,"noteable":true,"cost":155,"lowalch":62,"highalch":93,"wiki_name":"Admiral pie (Half)","wiki_url":"https://oldschool.runescape.wiki/w/Admiral_pie#Half","price":0},"7202":{"id":7202,"name":"Part wild pie","members":true,"tradeable":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Part wild pie (raw bear meat)","wiki_url":"https://oldschool.runescape.wiki/w/Part_wild_pie_(raw_bear_meat)","price":0},"7204":{"id":7204,"name":"Part wild pie","members":true,"tradeable":true,"noteable":true,"cost":90,"lowalch":36,"highalch":54,"wiki_name":"Part wild pie (raw chompy)","wiki_url":"https://oldschool.runescape.wiki/w/Part_wild_pie_(raw_chompy)","price":0},"7206":{"id":7206,"name":"Raw wild pie","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":91,"lowalch":36,"highalch":54,"buy_limit":13000,"wiki_name":"Raw wild pie","wiki_url":"https://oldschool.runescape.wiki/w/Raw_wild_pie","price":4589},"7208":{"id":7208,"name":"Wild pie","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":182,"lowalch":72,"highalch":109,"buy_limit":10000,"wiki_name":"Wild pie (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Wild_pie#Full","price":846},"7210":{"id":7210,"name":"Half a wild pie","members":true,"tradeable":true,"noteable":true,"cost":91,"lowalch":36,"highalch":54,"wiki_name":"Wild pie (Half)","wiki_url":"https://oldschool.runescape.wiki/w/Wild_pie#Half","price":0},"7212":{"id":7212,"name":"Part summer pie","members":true,"tradeable":true,"noteable":true,"cost":21,"lowalch":8,"highalch":12,"wiki_name":"Part summer pie (strawberry)","wiki_url":"https://oldschool.runescape.wiki/w/Part_summer_pie_(strawberry)","price":0},"7214":{"id":7214,"name":"Part summer pie","members":true,"tradeable":true,"noteable":true,"cost":69,"lowalch":27,"highalch":41,"wiki_name":"Part summer pie (watermelon)","wiki_url":"https://oldschool.runescape.wiki/w/Part_summer_pie_(watermelon)","price":0},"7216":{"id":7216,"name":"Raw summer pie","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":70,"lowalch":28,"highalch":42,"buy_limit":13000,"wiki_name":"Raw summer pie","wiki_url":"https://oldschool.runescape.wiki/w/Raw_summer_pie","price":1120},"7218":{"id":7218,"name":"Summer pie","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":140,"lowalch":56,"highalch":84,"buy_limit":10000,"wiki_name":"Summer pie (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Summer_pie#Full","price":962},"7220":{"id":7220,"name":"Half a summer pie","members":true,"tradeable":true,"noteable":true,"cost":70,"lowalch":28,"highalch":42,"wiki_name":"Summer pie (Half)","wiki_url":"https://oldschool.runescape.wiki/w/Summer_pie#Half","price":0},"7222":{"id":7222,"name":"Burnt rabbit","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt rabbit","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_rabbit","price":0},"7223":{"id":7223,"name":"Roast rabbit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":6000,"wiki_name":"Roast rabbit","wiki_url":"https://oldschool.runescape.wiki/w/Roast_rabbit","price":121},"7224":{"id":7224,"name":"Skewered rabbit","members":true,"tradeable":true,"noteable":true,"cost":84,"lowalch":33,"highalch":50,"wiki_name":"Skewered rabbit","wiki_url":"https://oldschool.runescape.wiki/w/Skewered_rabbit","price":0},"7225":{"id":7225,"name":"Iron spit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":64,"lowalch":25,"highalch":38,"buy_limit":11000,"wiki_name":"Iron spit","wiki_url":"https://oldschool.runescape.wiki/w/Iron_spit","price":339},"7226":{"id":7226,"name":"Burnt chompy","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt chompy","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_chompy","price":0},"7228":{"id":7228,"name":"Cooked chompy","members":true,"tradeable":true,"noteable":true,"cost":85,"lowalch":34,"highalch":51,"wiki_name":"Cooked chompy (roasted)","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_chompy_(roasted)","price":0},"7230":{"id":7230,"name":"Skewered chompy","members":true,"tradeable":true,"noteable":true,"cost":149,"lowalch":59,"highalch":89,"wiki_name":"Skewered chompy","wiki_url":"https://oldschool.runescape.wiki/w/Skewered_chompy","price":0},"7269":{"id":7269,"name":"Challenge scroll (hard)","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Challenge scroll (Hard)","wiki_url":"https://oldschool.runescape.wiki/w/Challenge_scroll#Hard","price":0},"7319":{"id":7319,"name":"Red boater","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":225,"lowalch":90,"highalch":135,"buy_limit":4,"wiki_name":"Red boater","wiki_url":"https://oldschool.runescape.wiki/w/Red_boater","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":12894},"7321":{"id":7321,"name":"Orange boater","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":225,"lowalch":90,"highalch":135,"buy_limit":4,"wiki_name":"Orange boater","wiki_url":"https://oldschool.runescape.wiki/w/Orange_boater","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":5404},"7323":{"id":7323,"name":"Green boater","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":225,"lowalch":90,"highalch":135,"buy_limit":4,"wiki_name":"Green boater","wiki_url":"https://oldschool.runescape.wiki/w/Green_boater","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":12148},"7325":{"id":7325,"name":"Blue boater","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":225,"lowalch":90,"highalch":135,"buy_limit":4,"wiki_name":"Blue boater","wiki_url":"https://oldschool.runescape.wiki/w/Blue_boater","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":9680},"7327":{"id":7327,"name":"Black boater","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":225,"lowalch":90,"highalch":135,"buy_limit":4,"wiki_name":"Black boater","wiki_url":"https://oldschool.runescape.wiki/w/Black_boater","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":9457},"7329":{"id":7329,"name":"Red firelighter","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":250,"wiki_name":"Red firelighter","wiki_url":"https://oldschool.runescape.wiki/w/Red_firelighter","price":107},"7330":{"id":7330,"name":"Green firelighter","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":250,"wiki_name":"Green firelighter","wiki_url":"https://oldschool.runescape.wiki/w/Green_firelighter","price":128},"7331":{"id":7331,"name":"Blue firelighter","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":250,"wiki_name":"Blue firelighter","wiki_url":"https://oldschool.runescape.wiki/w/Blue_firelighter","price":70},"7332":{"id":7332,"name":"Black shield (h1)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1632,"lowalch":652,"highalch":979,"buy_limit":70,"wiki_name":"Black shield (h1)","wiki_url":"https://oldschool.runescape.wiki/w/Black_shield_(h1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":17,"defence_slash":19,"defence_crush":18,"defence_magic":-1,"defence_ranged":18,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":10}},"price":2530},"7334":{"id":7334,"name":"Adamant shield (h1)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5440,"lowalch":2176,"highalch":3264,"buy_limit":70,"wiki_name":"Adamant shield (h1)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_shield_(h1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":27,"defence_slash":31,"defence_crush":29,"defence_magic":-1,"defence_ranged":29,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":30}},"price":2777},"7336":{"id":7336,"name":"Rune shield (h1)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":54400,"lowalch":21760,"highalch":32640,"buy_limit":70,"wiki_name":"Rune shield (h1)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_shield_(h1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":44,"defence_slash":48,"defence_crush":46,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":56950},"7338":{"id":7338,"name":"Black shield (h2)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1632,"lowalch":652,"highalch":979,"buy_limit":70,"wiki_name":"Black shield (h2)","wiki_url":"https://oldschool.runescape.wiki/w/Black_shield_(h2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":17,"defence_slash":19,"defence_crush":18,"defence_magic":-1,"defence_ranged":18,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":10}},"price":2598},"7340":{"id":7340,"name":"Adamant shield (h2)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5440,"lowalch":2176,"highalch":3264,"buy_limit":70,"wiki_name":"Adamant shield (h2)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_shield_(h2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":27,"defence_slash":31,"defence_crush":29,"defence_magic":-1,"defence_ranged":29,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":30}},"price":2856},"7342":{"id":7342,"name":"Rune shield (h2)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":54400,"lowalch":21760,"highalch":32640,"buy_limit":70,"wiki_name":"Rune shield (h2)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_shield_(h2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":44,"defence_slash":48,"defence_crush":46,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":39891},"7344":{"id":7344,"name":"Black shield (h3)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1632,"lowalch":652,"highalch":979,"buy_limit":70,"wiki_name":"Black shield (h3)","wiki_url":"https://oldschool.runescape.wiki/w/Black_shield_(h3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":17,"defence_slash":19,"defence_crush":18,"defence_magic":-1,"defence_ranged":18,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":10}},"price":2412},"7346":{"id":7346,"name":"Adamant shield (h3)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5440,"lowalch":2176,"highalch":3264,"buy_limit":70,"wiki_name":"Adamant shield (h3)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_shield_(h3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":27,"defence_slash":31,"defence_crush":29,"defence_magic":-1,"defence_ranged":29,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":30}},"price":2581},"7348":{"id":7348,"name":"Rune shield (h3)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":54400,"lowalch":21760,"highalch":32640,"buy_limit":70,"wiki_name":"Rune shield (h3)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_shield_(h3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":44,"defence_slash":48,"defence_crush":46,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":34649},"7350":{"id":7350,"name":"Black shield (h4)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1632,"lowalch":652,"highalch":979,"buy_limit":70,"wiki_name":"Black shield (h4)","wiki_url":"https://oldschool.runescape.wiki/w/Black_shield_(h4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":17,"defence_slash":19,"defence_crush":18,"defence_magic":-1,"defence_ranged":18,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":10}},"price":2569},"7352":{"id":7352,"name":"Adamant shield (h4)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5440,"lowalch":2176,"highalch":3264,"buy_limit":70,"wiki_name":"Adamant shield (h4)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_shield_(h4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":27,"defence_slash":31,"defence_crush":29,"defence_magic":-1,"defence_ranged":29,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":30}},"price":2767},"7354":{"id":7354,"name":"Rune shield (h4)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":54400,"lowalch":21760,"highalch":32640,"buy_limit":70,"wiki_name":"Rune shield (h4)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_shield_(h4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":44,"defence_slash":48,"defence_crush":46,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":39579},"7356":{"id":7356,"name":"Black shield (h5)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1632,"lowalch":652,"highalch":979,"buy_limit":70,"wiki_name":"Black shield (h5)","wiki_url":"https://oldschool.runescape.wiki/w/Black_shield_(h5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":17,"defence_slash":19,"defence_crush":18,"defence_magic":-1,"defence_ranged":18,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":10}},"price":2386},"7358":{"id":7358,"name":"Adamant shield (h5)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5440,"lowalch":2176,"highalch":3264,"buy_limit":70,"wiki_name":"Adamant shield (h5)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_shield_(h5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":27,"defence_slash":31,"defence_crush":29,"defence_magic":-1,"defence_ranged":29,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":30}},"price":2803},"7360":{"id":7360,"name":"Rune shield (h5)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":54400,"lowalch":21760,"highalch":32640,"buy_limit":70,"wiki_name":"Rune shield (h5)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_shield_(h5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":44,"defence_slash":48,"defence_crush":46,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":34053},"7362":{"id":7362,"name":"Studded body (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":850,"lowalch":340,"highalch":510,"buy_limit":8,"wiki_name":"Studded body (g)","wiki_url":"https://oldschool.runescape.wiki/w/Studded_body_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-4,"attack_ranged":8,"defence_stab":18,"defence_slash":25,"defence_crush":22,"defence_magic":8,"defence_ranged":25,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"ranged":20,"defence":20}},"price":6320},"7364":{"id":7364,"name":"Studded body (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":850,"lowalch":340,"highalch":510,"buy_limit":8,"wiki_name":"Studded body (t)","wiki_url":"https://oldschool.runescape.wiki/w/Studded_body_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-4,"attack_ranged":8,"defence_stab":18,"defence_slash":25,"defence_crush":22,"defence_magic":8,"defence_ranged":25,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"ranged":20,"defence":20}},"price":1893},"7366":{"id":7366,"name":"Studded chaps (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":750,"lowalch":300,"highalch":450,"buy_limit":8,"wiki_name":"Studded chaps (g)","wiki_url":"https://oldschool.runescape.wiki/w/Studded_chaps_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-5,"attack_ranged":6,"defence_stab":15,"defence_slash":16,"defence_crush":17,"defence_magic":6,"defence_ranged":16,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"ranged":20,"defence":1}},"price":4045},"7368":{"id":7368,"name":"Studded chaps (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":750,"lowalch":300,"highalch":450,"buy_limit":8,"wiki_name":"Studded chaps (t)","wiki_url":"https://oldschool.runescape.wiki/w/Studded_chaps_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-5,"attack_ranged":6,"defence_stab":15,"defence_slash":16,"defence_crush":17,"defence_magic":6,"defence_ranged":16,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"ranged":20,"defence":1}},"price":6704},"7370":{"id":7370,"name":"Green d'hide body (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":7800,"lowalch":3120,"highalch":4680,"buy_limit":8,"wiki_name":"Green d'hide body (g)","wiki_url":"https://oldschool.runescape.wiki/w/Green_d'hide_body_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":15,"defence_stab":18,"defence_slash":27,"defence_crush":24,"defence_magic":20,"defence_ranged":35,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"ranged":40,"defence":40}},"price":6274},"7372":{"id":7372,"name":"Green d'hide body (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":7800,"lowalch":3120,"highalch":4680,"buy_limit":8,"wiki_name":"Green d'hide body (t)","wiki_url":"https://oldschool.runescape.wiki/w/Green_d'hide_body_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":15,"defence_stab":18,"defence_slash":27,"defence_crush":24,"defence_magic":20,"defence_ranged":35,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"ranged":40,"defence":40}},"price":4100},"7374":{"id":7374,"name":"Blue d'hide body (g)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":9360,"lowalch":3744,"highalch":5616,"buy_limit":8,"wiki_name":"Blue d'hide body (g)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_d'hide_body_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":20,"defence_stab":23,"defence_slash":30,"defence_crush":30,"defence_magic":26,"defence_ranged":40,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"ranged":50,"defence":40}},"price":5101},"7376":{"id":7376,"name":"Blue d'hide body (t)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":9360,"lowalch":3744,"highalch":5616,"buy_limit":8,"wiki_name":"Blue d'hide body (t)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_d'hide_body_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":20,"defence_stab":23,"defence_slash":30,"defence_crush":30,"defence_magic":26,"defence_ranged":40,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"ranged":50,"defence":40}},"price":3881},"7378":{"id":7378,"name":"Green d'hide chaps (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3900,"lowalch":1560,"highalch":2340,"buy_limit":8,"wiki_name":"Green d'hide chaps (g)","wiki_url":"https://oldschool.runescape.wiki/w/Green_d'hide_chaps_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":8,"defence_stab":12,"defence_slash":15,"defence_crush":18,"defence_magic":8,"defence_ranged":17,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"ranged":40}},"price":52121},"7380":{"id":7380,"name":"Green d'hide chaps (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3900,"lowalch":1560,"highalch":2340,"buy_limit":8,"wiki_name":"Green d'hide chaps (t)","wiki_url":"https://oldschool.runescape.wiki/w/Green_d'hide_chaps_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":8,"defence_stab":12,"defence_slash":15,"defence_crush":18,"defence_magic":8,"defence_ranged":17,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"ranged":40}},"price":5250},"7382":{"id":7382,"name":"Blue d'hide chaps (g)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":4320,"lowalch":1728,"highalch":2592,"buy_limit":8,"wiki_name":"Blue d'hide chaps (g)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_d'hide_chaps_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":11,"defence_stab":13,"defence_slash":16,"defence_crush":20,"defence_magic":14,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"ranged":50}},"price":0},"7384":{"id":7384,"name":"Blue d'hide chaps (t)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":4320,"lowalch":1728,"highalch":2592,"buy_limit":8,"wiki_name":"Blue d'hide chaps (t)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_d'hide_chaps_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":11,"defence_stab":13,"defence_slash":16,"defence_crush":20,"defence_magic":14,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"ranged":50}},"price":3059},"7386":{"id":7386,"name":"Blue skirt (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":4,"wiki_name":"Blue skirt (g)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_skirt_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":16438},"7388":{"id":7388,"name":"Blue skirt (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":4,"wiki_name":"Blue skirt (t)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_skirt_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":7655},"7390":{"id":7390,"name":"Blue wizard robe (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":4,"wiki_name":"Blue wizard robe (g)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_wizard_robe_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":193288},"7392":{"id":7392,"name":"Blue wizard robe (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":4,"wiki_name":"Blue wizard robe (t)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_wizard_robe_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":23500},"7394":{"id":7394,"name":"Blue wizard hat (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":4,"wiki_name":"Blue wizard hat (g)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_wizard_hat_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":2,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":2,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":145914},"7396":{"id":7396,"name":"Blue wizard hat (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":4,"wiki_name":"Blue wizard hat (t)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_wizard_hat_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":2,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":2,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":1240255},"7398":{"id":7398,"name":"Enchanted robe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":8,"wiki_name":"Enchanted robe","wiki_url":"https://oldschool.runescape.wiki/w/Enchanted_robe","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":20,"magic":40}},"price":66034},"7399":{"id":7399,"name":"Enchanted top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":120000,"lowalch":48000,"highalch":72000,"buy_limit":8,"wiki_name":"Enchanted top","wiki_url":"https://oldschool.runescape.wiki/w/Enchanted_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":20,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":20,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":20,"magic":40}},"price":89732},"7400":{"id":7400,"name":"Enchanted hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"buy_limit":8,"wiki_name":"Enchanted hat","wiki_url":"https://oldschool.runescape.wiki/w/Enchanted_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":20,"magic":40}},"price":9328},"7404":{"id":7404,"name":"Red logs","members":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Red logs","wiki_url":"https://oldschool.runescape.wiki/w/Red_logs","price":0},"7405":{"id":7405,"name":"Green logs","members":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Green logs","wiki_url":"https://oldschool.runescape.wiki/w/Green_logs","price":0},"7406":{"id":7406,"name":"Blue logs","members":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Blue logs","wiki_url":"https://oldschool.runescape.wiki/w/Blue_logs","price":0},"7408":{"id":7408,"name":"Draynor skull","members":true,"cost":1,"wiki_name":"Draynor skull","wiki_url":"https://oldschool.runescape.wiki/w/Draynor_skull","price":0},"7409":{"id":7409,"name":"Magic secateurs","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Magic secateurs","wiki_url":"https://oldschool.runescape.wiki/w/Magic_secateurs","equipment":{"attack_stab":7,"attack_slash":9,"attack_crush":-5,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":1,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"7410":{"id":7410,"name":"Queen's secateurs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Queen's secateurs (Fairytale I)","wiki_url":"https://oldschool.runescape.wiki/w/Queen's_secateurs#Fairytale_I","price":0},"7411":{"id":7411,"name":"Symptoms list","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Symptoms list","wiki_url":"https://oldschool.runescape.wiki/w/Symptoms_list","price":0},"7413":{"id":7413,"name":"Bird nest","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Bird nest (Wyson, 2006-2016)","wiki_url":"https://oldschool.runescape.wiki/w/Bird_nest_(Wyson,_2006-2016)","price":0},"7414":{"id":7414,"name":"Paddle","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Paddle","wiki_url":"https://oldschool.runescape.wiki/w/Paddle","price":0},"7416":{"id":7416,"name":"Mole claw","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":600,"lowalch":240,"highalch":360,"buy_limit":50,"wiki_name":"Mole claw","wiki_url":"https://oldschool.runescape.wiki/w/Mole_claw","price":9303},"7418":{"id":7418,"name":"Mole skin","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":50,"wiki_name":"Mole skin","wiki_url":"https://oldschool.runescape.wiki/w/Mole_skin","price":7697},"7420":{"id":7420,"name":"Mutated zygomite","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"7421":{"id":7421,"name":"Fungicide spray 10","members":true,"cost":300,"lowalch":120,"highalch":180,"wiki_name":"Fungicide spray (10)","wiki_url":"https://oldschool.runescape.wiki/w/Fungicide_spray#10","price":0},"7422":{"id":7422,"name":"Fungicide spray 9","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fungicide spray (9)","wiki_url":"https://oldschool.runescape.wiki/w/Fungicide_spray#9","price":0},"7423":{"id":7423,"name":"Fungicide spray 8","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fungicide spray (8)","wiki_url":"https://oldschool.runescape.wiki/w/Fungicide_spray#8","price":0},"7424":{"id":7424,"name":"Fungicide spray 7","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fungicide spray (7)","wiki_url":"https://oldschool.runescape.wiki/w/Fungicide_spray#7","price":0},"7425":{"id":7425,"name":"Fungicide spray 6","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fungicide spray (6)","wiki_url":"https://oldschool.runescape.wiki/w/Fungicide_spray#6","price":0},"7426":{"id":7426,"name":"Fungicide spray 5","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fungicide spray (5)","wiki_url":"https://oldschool.runescape.wiki/w/Fungicide_spray#5","price":0},"7427":{"id":7427,"name":"Fungicide spray 4","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fungicide spray (4)","wiki_url":"https://oldschool.runescape.wiki/w/Fungicide_spray#4","price":0},"7428":{"id":7428,"name":"Fungicide spray 3","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fungicide spray (3)","wiki_url":"https://oldschool.runescape.wiki/w/Fungicide_spray#3","price":0},"7429":{"id":7429,"name":"Fungicide spray 2","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fungicide spray (2)","wiki_url":"https://oldschool.runescape.wiki/w/Fungicide_spray#2","price":0},"7430":{"id":7430,"name":"Fungicide spray 1","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fungicide spray (1)","wiki_url":"https://oldschool.runescape.wiki/w/Fungicide_spray#1","price":0},"7431":{"id":7431,"name":"Fungicide spray 0","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fungicide spray (0)","wiki_url":"https://oldschool.runescape.wiki/w/Fungicide_spray#0","price":0},"7432":{"id":7432,"name":"Fungicide","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Fungicide","wiki_url":"https://oldschool.runescape.wiki/w/Fungicide","price":0},"7433":{"id":7433,"name":"Wooden spoon","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":35,"lowalch":14,"highalch":21,"buy_limit":50,"wiki_name":"Wooden spoon","wiki_url":"https://oldschool.runescape.wiki/w/Wooden_spoon","equipment":{"attack_stab":4,"attack_slash":5,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":7,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":537},"7435":{"id":7435,"name":"Egg whisk","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":50,"wiki_name":"Egg whisk","wiki_url":"https://oldschool.runescape.wiki/w/Egg_whisk","equipment":{"attack_stab":5,"attack_slash":3,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":30},"7437":{"id":7437,"name":"Spork","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":325,"lowalch":130,"highalch":195,"buy_limit":50,"wiki_name":"Spork","wiki_url":"https://oldschool.runescape.wiki/w/Spork","equipment":{"attack_stab":11,"attack_slash":8,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":638},"7439":{"id":7439,"name":"Spatula","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1920,"lowalch":768,"highalch":1152,"buy_limit":50,"wiki_name":"Spatula","wiki_url":"https://oldschool.runescape.wiki/w/Spatula","equipment":{"attack_stab":-4,"attack_slash":27,"attack_crush":21,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":26,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":7,"weapon_type":"2h_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"smash","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1747},"7441":{"id":7441,"name":"Frying pan","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1660,"lowalch":664,"highalch":996,"buy_limit":50,"wiki_name":"Frying pan","wiki_url":"https://oldschool.runescape.wiki/w/Frying_pan","equipment":{"attack_stab":-4,"attack_slash":-4,"attack_crush":25,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":20,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":6,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":684},"7443":{"id":7443,"name":"Skewer","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":3200,"lowalch":1280,"highalch":1920,"buy_limit":50,"wiki_name":"Skewer","wiki_url":"https://oldschool.runescape.wiki/w/Skewer","equipment":{"attack_stab":20,"attack_slash":29,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":31,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":750},"7445":{"id":7445,"name":"Rolling pin","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":14400,"lowalch":5760,"highalch":8640,"buy_limit":50,"wiki_name":"Rolling pin","wiki_url":"https://oldschool.runescape.wiki/w/Rolling_pin","equipment":{"attack_stab":20,"attack_slash":-2,"attack_crush":39,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":36,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":14048},"7447":{"id":7447,"name":"Kitchen knife","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":8000,"lowalch":3200,"highalch":4800,"buy_limit":50,"wiki_name":"Kitchen knife","wiki_url":"https://oldschool.runescape.wiki/w/Kitchen_knife","equipment":{"attack_stab":25,"attack_slash":12,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":24,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":40}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":6603},"7449":{"id":7449,"name":"Meat tenderiser","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":41500,"lowalch":16600,"highalch":24900,"buy_limit":50,"wiki_name":"Meat tenderiser","wiki_url":"https://oldschool.runescape.wiki/w/Meat_tenderiser","equipment":{"attack_stab":-4,"attack_slash":-4,"attack_crush":53,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":48,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":6,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":25168},"7451":{"id":7451,"name":"Cleaver","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":25600,"lowalch":10240,"highalch":15360,"buy_limit":50,"wiki_name":"Cleaver","wiki_url":"https://oldschool.runescape.wiki/w/Cleaver","equipment":{"attack_stab":7,"attack_slash":45,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":44,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":14924},"7453":{"id":7453,"name":"Hardleather gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Hardleather gloves","wiki_url":"https://oldschool.runescape.wiki/w/Hardleather_gloves","equipment":{"attack_stab":1,"attack_slash":1,"attack_crush":1,"attack_magic":1,"attack_ranged":1,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":1,"defence_ranged":1,"melee_strength":1,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"7454":{"id":7454,"name":"Bronze gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Bronze gloves","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_gloves","equipment":{"attack_stab":2,"attack_slash":2,"attack_crush":2,"attack_magic":1,"attack_ranged":2,"defence_stab":2,"defence_slash":2,"defence_crush":2,"defence_magic":1,"defence_ranged":2,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"7455":{"id":7455,"name":"Iron gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Iron gloves","wiki_url":"https://oldschool.runescape.wiki/w/Iron_gloves","equipment":{"attack_stab":3,"attack_slash":3,"attack_crush":3,"attack_magic":2,"attack_ranged":3,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":2,"defence_ranged":3,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"7456":{"id":7456,"name":"Steel gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"wiki_name":"Steel gloves","wiki_url":"https://oldschool.runescape.wiki/w/Steel_gloves","equipment":{"attack_stab":4,"attack_slash":4,"attack_crush":4,"attack_magic":2,"attack_ranged":4,"defence_stab":4,"defence_slash":4,"defence_crush":4,"defence_magic":2,"defence_ranged":4,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"7457":{"id":7457,"name":"Black gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Black gloves","wiki_url":"https://oldschool.runescape.wiki/w/Black_gloves","equipment":{"attack_stab":5,"attack_slash":5,"attack_crush":5,"attack_magic":3,"attack_ranged":5,"defence_stab":5,"defence_slash":5,"defence_crush":5,"defence_magic":3,"defence_ranged":5,"melee_strength":5,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"7458":{"id":7458,"name":"Mithril gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":1500,"lowalch":600,"highalch":900,"wiki_name":"Mithril gloves","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_gloves","equipment":{"attack_stab":6,"attack_slash":6,"attack_crush":6,"attack_magic":3,"attack_ranged":6,"defence_stab":6,"defence_slash":6,"defence_crush":6,"defence_magic":3,"defence_ranged":6,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"7459":{"id":7459,"name":"Adamant gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":2500,"lowalch":1000,"highalch":1500,"wiki_name":"Adamant gloves","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_gloves","equipment":{"attack_stab":7,"attack_slash":7,"attack_crush":7,"attack_magic":4,"attack_ranged":7,"defence_stab":7,"defence_slash":7,"defence_crush":7,"defence_magic":4,"defence_ranged":7,"melee_strength":7,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"7460":{"id":7460,"name":"Rune gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Rune gloves","wiki_url":"https://oldschool.runescape.wiki/w/Rune_gloves","equipment":{"attack_stab":8,"attack_slash":8,"attack_crush":8,"attack_magic":4,"attack_ranged":8,"defence_stab":8,"defence_slash":8,"defence_crush":8,"defence_magic":4,"defence_ranged":8,"melee_strength":8,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"7461":{"id":7461,"name":"Dragon gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":100000,"lowalch":40000,"highalch":60000,"wiki_name":"Dragon gloves","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_gloves","equipment":{"attack_stab":9,"attack_slash":9,"attack_crush":9,"attack_magic":5,"attack_ranged":9,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":5,"defence_ranged":9,"melee_strength":9,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"7462":{"id":7462,"name":"Barrows gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":100000,"lowalch":40000,"highalch":60000,"wiki_name":"Barrows gloves","wiki_url":"https://oldschool.runescape.wiki/w/Barrows_gloves","equipment":{"attack_stab":12,"attack_slash":12,"attack_crush":12,"attack_magic":6,"attack_ranged":12,"defence_stab":12,"defence_slash":12,"defence_crush":12,"defence_magic":6,"defence_ranged":12,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"7463":{"id":7463,"name":"Cornflour","cost":2,"lowalch":0,"highalch":1,"wiki_name":"Cornflour (Untradeable)","wiki_url":"https://oldschool.runescape.wiki/w/Cornflour#Untradeable","price":0},"7464":{"id":7464,"name":"Book on chickens","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Book on chickens","wiki_url":"https://oldschool.runescape.wiki/w/Book_on_chickens","price":0},"7465":{"id":7465,"name":"Vanilla pod","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Vanilla pod","wiki_url":"https://oldschool.runescape.wiki/w/Vanilla_pod","price":0},"7466":{"id":7466,"name":"Cornflour","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cornflour (Tradeable)","wiki_url":"https://oldschool.runescape.wiki/w/Cornflour#Tradeable","price":0},"7468":{"id":7468,"name":"Pot of cornflour","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":15,"wiki_name":"Pot of cornflour","wiki_url":"https://oldschool.runescape.wiki/w/Pot_of_cornflour","price":2500},"7470":{"id":7470,"name":"Cornflour mixture","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cornflour mixture","wiki_url":"https://oldschool.runescape.wiki/w/Cornflour_mixture","price":0},"7471":{"id":7471,"name":"Milky mixture","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Milky mixture","wiki_url":"https://oldschool.runescape.wiki/w/Milky_mixture","price":0},"7472":{"id":7472,"name":"Cinnamon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cinnamon","wiki_url":"https://oldschool.runescape.wiki/w/Cinnamon","price":0},"7473":{"id":7473,"name":"Brulee","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Brulee (egg)","wiki_url":"https://oldschool.runescape.wiki/w/Brulee_(egg)","price":0},"7474":{"id":7474,"name":"Brulee","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Brulee (vanilla)","wiki_url":"https://oldschool.runescape.wiki/w/Brulee_(vanilla)","price":0},"7475":{"id":7475,"name":"Brulee","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Brulee (raw)","wiki_url":"https://oldschool.runescape.wiki/w/Brulee_(raw)","price":0},"7476":{"id":7476,"name":"Brulee supreme","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Brulee supreme","wiki_url":"https://oldschool.runescape.wiki/w/Brulee_supreme","price":0},"7477":{"id":7477,"name":"Evil chicken's egg","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Evil chicken's egg","wiki_url":"https://oldschool.runescape.wiki/w/Evil_chicken's_egg","price":0},"7478":{"id":7478,"name":"Dragon token","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dragon token","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_token","price":0},"7479":{"id":7479,"name":"Spicy stew","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Spicy stew","wiki_url":"https://oldschool.runescape.wiki/w/Spicy_stew","price":0},"7480":{"id":7480,"name":"Red spice (4)","members":true,"cost":140,"lowalch":56,"highalch":84,"wiki_name":"Red spice (4)","wiki_url":"https://oldschool.runescape.wiki/w/Red_spice#(4)","price":0},"7481":{"id":7481,"name":"Red spice (3)","members":true,"cost":130,"lowalch":52,"highalch":78,"wiki_name":"Red spice (3)","wiki_url":"https://oldschool.runescape.wiki/w/Red_spice#(3)","price":0},"7482":{"id":7482,"name":"Red spice (2)","members":true,"cost":120,"lowalch":48,"highalch":72,"wiki_name":"Red spice (2)","wiki_url":"https://oldschool.runescape.wiki/w/Red_spice#(2)","price":0},"7483":{"id":7483,"name":"Red spice (1)","members":true,"cost":110,"lowalch":44,"highalch":66,"wiki_name":"Red spice (1)","wiki_url":"https://oldschool.runescape.wiki/w/Red_spice#(1)","price":0},"7484":{"id":7484,"name":"Orange spice (4)","members":true,"cost":140,"lowalch":56,"highalch":84,"wiki_name":"Orange spice (4)","wiki_url":"https://oldschool.runescape.wiki/w/Orange_spice#(4)","price":0},"7485":{"id":7485,"name":"Orange spice (3)","members":true,"cost":130,"lowalch":52,"highalch":78,"wiki_name":"Orange spice (3)","wiki_url":"https://oldschool.runescape.wiki/w/Orange_spice#(3)","price":0},"7486":{"id":7486,"name":"Orange spice (2)","members":true,"cost":120,"lowalch":48,"highalch":72,"wiki_name":"Orange spice (2)","wiki_url":"https://oldschool.runescape.wiki/w/Orange_spice#(2)","price":0},"7487":{"id":7487,"name":"Orange spice (1)","members":true,"cost":110,"lowalch":44,"highalch":66,"wiki_name":"Orange spice (1)","wiki_url":"https://oldschool.runescape.wiki/w/Orange_spice#(1)","price":0},"7488":{"id":7488,"name":"Brown spice (4)","members":true,"cost":140,"lowalch":56,"highalch":84,"wiki_name":"Brown spice (4)","wiki_url":"https://oldschool.runescape.wiki/w/Brown_spice#(4)","price":0},"7489":{"id":7489,"name":"Brown spice (3)","members":true,"cost":130,"lowalch":52,"highalch":78,"wiki_name":"Brown spice (3)","wiki_url":"https://oldschool.runescape.wiki/w/Brown_spice#(3)","price":0},"7490":{"id":7490,"name":"Brown spice (2)","members":true,"cost":120,"lowalch":48,"highalch":72,"wiki_name":"Brown spice (2)","wiki_url":"https://oldschool.runescape.wiki/w/Brown_spice#(2)","price":0},"7491":{"id":7491,"name":"Brown spice (1)","members":true,"cost":110,"lowalch":44,"highalch":66,"wiki_name":"Brown spice (1)","wiki_url":"https://oldschool.runescape.wiki/w/Brown_spice#(1)","price":0},"7492":{"id":7492,"name":"Yellow spice (4)","members":true,"cost":140,"lowalch":56,"highalch":84,"wiki_name":"Yellow spice (4)","wiki_url":"https://oldschool.runescape.wiki/w/Yellow_spice#(4)","price":0},"7493":{"id":7493,"name":"Yellow spice (3)","members":true,"cost":130,"lowalch":52,"highalch":78,"wiki_name":"Yellow spice (3)","wiki_url":"https://oldschool.runescape.wiki/w/Yellow_spice#(3)","price":0},"7494":{"id":7494,"name":"Yellow spice (2)","members":true,"cost":120,"lowalch":48,"highalch":72,"wiki_name":"Yellow spice (2)","wiki_url":"https://oldschool.runescape.wiki/w/Yellow_spice#(2)","price":0},"7495":{"id":7495,"name":"Yellow spice (1)","members":true,"cost":110,"lowalch":44,"highalch":66,"wiki_name":"Yellow spice (1)","wiki_url":"https://oldschool.runescape.wiki/w/Yellow_spice#(1)","price":0},"7496":{"id":7496,"name":"Empty spice shaker","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Empty spice shaker","wiki_url":"https://oldschool.runescape.wiki/w/Empty_spice_shaker","price":0},"7497":{"id":7497,"name":"Dirty blast","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Dirty blast","wiki_url":"https://oldschool.runescape.wiki/w/Dirty_blast","price":0},"7498":{"id":7498,"name":"Antique lamp","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Antique lamp (Recipe for Disaster)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(Recipe_for_Disaster)","price":0},"7508":{"id":7508,"name":"Asgoldian ale","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Asgoldian ale","wiki_url":"https://oldschool.runescape.wiki/w/Asgoldian_ale","price":0},"7509":{"id":7509,"name":"Dwarven rock cake","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dwarven rock cake (Hot)","wiki_url":"https://oldschool.runescape.wiki/w/Dwarven_rock_cake#Hot","price":0},"7510":{"id":7510,"name":"Dwarven rock cake","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dwarven rock cake (Cool)","wiki_url":"https://oldschool.runescape.wiki/w/Dwarven_rock_cake#Cool","price":0},"7511":{"id":7511,"name":"Slop of compromise","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Slop of compromise","wiki_url":"https://oldschool.runescape.wiki/w/Slop_of_compromise","price":0},"7512":{"id":7512,"name":"Soggy bread","members":true,"cost":6,"lowalch":2,"highalch":3,"wiki_name":"Soggy bread","wiki_url":"https://oldschool.runescape.wiki/w/Soggy_bread","price":0},"7513":{"id":7513,"name":"Spicy maggots","members":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Spicy maggots","wiki_url":"https://oldschool.runescape.wiki/w/Spicy_maggots","price":0},"7514":{"id":7514,"name":"Dyed orange","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Dyed orange","wiki_url":"https://oldschool.runescape.wiki/w/Dyed_orange","price":0},"7515":{"id":7515,"name":"Breadcrumbs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Breadcrumbs","wiki_url":"https://oldschool.runescape.wiki/w/Breadcrumbs","price":0},"7516":{"id":7516,"name":"Kelp","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Kelp","wiki_url":"https://oldschool.runescape.wiki/w/Kelp","price":0},"7517":{"id":7517,"name":"Ground kelp","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ground kelp","wiki_url":"https://oldschool.runescape.wiki/w/Ground_kelp","price":0},"7518":{"id":7518,"name":"Crab meat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crab meat","wiki_url":"https://oldschool.runescape.wiki/w/Crab_meat","price":0},"7519":{"id":7519,"name":"Crab meat","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crab meat (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Crab_meat_(unobtainable_item)","price":0},"7520":{"id":7520,"name":"Burnt crab meat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt crab meat","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_crab_meat","price":0},"7521":{"id":7521,"name":"Cooked crab meat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":6000,"wiki_name":"Cooked crab meat (Five)","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_crab_meat#Five","price":380},"7523":{"id":7523,"name":"Cooked crab meat","members":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Cooked crab meat (Four)","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_crab_meat#Four","price":0},"7524":{"id":7524,"name":"Cooked crab meat","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Cooked crab meat (Three)","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_crab_meat#Three","price":0},"7525":{"id":7525,"name":"Cooked crab meat","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Cooked crab meat (Two)","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_crab_meat#Two","price":0},"7526":{"id":7526,"name":"Cooked crab meat","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Cooked crab meat (One)","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_crab_meat#One","price":0},"7527":{"id":7527,"name":"Ground crab meat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ground crab meat","wiki_url":"https://oldschool.runescape.wiki/w/Ground_crab_meat","price":0},"7528":{"id":7528,"name":"Ground cod","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ground cod","wiki_url":"https://oldschool.runescape.wiki/w/Ground_cod","price":0},"7529":{"id":7529,"name":"Raw fishcake","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Raw fishcake","wiki_url":"https://oldschool.runescape.wiki/w/Raw_fishcake","price":0},"7530":{"id":7530,"name":"Cooked fishcake","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Cooked fishcake","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_fishcake","price":0},"7531":{"id":7531,"name":"Burnt fishcake","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt fishcake","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_fishcake","price":0},"7532":{"id":7532,"name":"Mudskipper hide","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mudskipper hide","wiki_url":"https://oldschool.runescape.wiki/w/Mudskipper_hide","price":0},"7533":{"id":7533,"name":"Rock","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rock (Mogre Camp)","wiki_url":"https://oldschool.runescape.wiki/w/Rock_(Mogre_Camp)","price":0},"7534":{"id":7534,"name":"Fishbowl helmet","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fishbowl helmet","wiki_url":"https://oldschool.runescape.wiki/w/Fishbowl_helmet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"7535":{"id":7535,"name":"Diving apparatus","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Diving apparatus","wiki_url":"https://oldschool.runescape.wiki/w/Diving_apparatus","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"7536":{"id":7536,"name":"Fresh crab claw","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fresh crab claw","wiki_url":"https://oldschool.runescape.wiki/w/Fresh_crab_claw","price":0},"7537":{"id":7537,"name":"Crab claw","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crab claw","wiki_url":"https://oldschool.runescape.wiki/w/Crab_claw","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":3,"defence_slash":4,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":1,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"7538":{"id":7538,"name":"Fresh crab shell","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fresh crab shell","wiki_url":"https://oldschool.runescape.wiki/w/Fresh_crab_shell","price":0},"7539":{"id":7539,"name":"Crab helmet","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crab helmet","wiki_url":"https://oldschool.runescape.wiki/w/Crab_helmet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":5,"defence_slash":4,"defence_crush":3,"defence_magic":-1,"defence_ranged":4,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"7540":{"id":7540,"name":"Broken crab claw","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Broken crab claw","wiki_url":"https://oldschool.runescape.wiki/w/Broken_crab_claw","price":0},"7541":{"id":7541,"name":"Broken crab shell","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Broken crab shell","wiki_url":"https://oldschool.runescape.wiki/w/Broken_crab_shell","price":0},"7542":{"id":7542,"name":"Cake of guidance","members":true,"cost":50,"wiki_name":"Cake of guidance","wiki_url":"https://oldschool.runescape.wiki/w/Cake_of_guidance","price":0},"7543":{"id":7543,"name":"Raw guide cake","members":true,"cost":20,"wiki_name":"Raw guide cake","wiki_url":"https://oldschool.runescape.wiki/w/Raw_guide_cake","price":0},"7544":{"id":7544,"name":"Enchanted egg","members":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Enchanted egg","wiki_url":"https://oldschool.runescape.wiki/w/Enchanted_egg","price":0},"7545":{"id":7545,"name":"Enchanted milk","members":true,"cost":6,"lowalch":2,"highalch":3,"wiki_name":"Enchanted milk","wiki_url":"https://oldschool.runescape.wiki/w/Enchanted_milk","price":0},"7546":{"id":7546,"name":"Enchanted flour","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Enchanted flour","wiki_url":"https://oldschool.runescape.wiki/w/Enchanted_flour","price":0},"7564":{"id":7564,"name":"Balloon toad","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Balloon toad (Regular)","wiki_url":"https://oldschool.runescape.wiki/w/Balloon_toad#Regular","price":0},"7565":{"id":7565,"name":"Balloon toad","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Balloon toad (Limestone)","wiki_url":"https://oldschool.runescape.wiki/w/Balloon_toad#Limestone","price":0},"7566":{"id":7566,"name":"Raw jubbly","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":11000,"wiki_name":"Raw jubbly","wiki_url":"https://oldschool.runescape.wiki/w/Raw_jubbly","price":300},"7568":{"id":7568,"name":"Cooked jubbly","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":10000,"wiki_name":"Cooked jubbly","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_jubbly","price":850},"7570":{"id":7570,"name":"Burnt jubbly","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt jubbly","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_jubbly","price":0},"7572":{"id":7572,"name":"Red banana","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Red banana","wiki_url":"https://oldschool.runescape.wiki/w/Red_banana","price":0},"7573":{"id":7573,"name":"Tchiki monkey nuts","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Tchiki monkey nuts","wiki_url":"https://oldschool.runescape.wiki/w/Tchiki_monkey_nuts","price":0},"7574":{"id":7574,"name":"Sliced red banana","members":true,"cost":5,"wiki_name":"Sliced red banana","wiki_url":"https://oldschool.runescape.wiki/w/Sliced_red_banana","price":0},"7575":{"id":7575,"name":"Tchiki nut paste","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Tchiki nut paste","wiki_url":"https://oldschool.runescape.wiki/w/Tchiki_nut_paste","price":0},"7576":{"id":7576,"name":"Snake corpse","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Snake corpse","wiki_url":"https://oldschool.runescape.wiki/w/Snake_corpse","price":0},"7577":{"id":7577,"name":"Raw stuffed snake","members":true,"cost":1,"wiki_name":"Raw stuffed snake","wiki_url":"https://oldschool.runescape.wiki/w/Raw_stuffed_snake","price":0},"7578":{"id":7578,"name":"Odd stuffed snake","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Odd stuffed snake","wiki_url":"https://oldschool.runescape.wiki/w/Odd_stuffed_snake","price":0},"7579":{"id":7579,"name":"Stuffed snake","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Stuffed snake","wiki_url":"https://oldschool.runescape.wiki/w/Stuffed_snake","price":0},"7580":{"id":7580,"name":"Snake over-cooked","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Snake over-cooked","wiki_url":"https://oldschool.runescape.wiki/w/Snake_over-cooked","price":0},"7581":{"id":7581,"name":"Overgrown hellcat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Hellcat (Overgrown)","wiki_url":"https://oldschool.runescape.wiki/w/Hellcat#Overgrown","price":0},"7582":{"id":7582,"name":"Hell cat","members":true,"cost":1,"wiki_name":"Hellcat (Cat)","wiki_url":"https://oldschool.runescape.wiki/w/Hellcat#Cat","price":0},"7583":{"id":7583,"name":"Hell-kitten","members":true,"cost":1,"wiki_name":"Hellcat (Kitten)","wiki_url":"https://oldschool.runescape.wiki/w/Hellcat#Kitten","price":0},"7584":{"id":7584,"name":"Lazy hell cat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Hellcat (Lazy)","wiki_url":"https://oldschool.runescape.wiki/w/Hellcat#Lazy","price":0},"7585":{"id":7585,"name":"Wily hellcat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Hellcat (Wily)","wiki_url":"https://oldschool.runescape.wiki/w/Hellcat#Wily","price":0},"7586":{"id":7586,"name":"Dummy","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"7587":{"id":7587,"name":"Coffin","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Coffin (1)","wiki_url":"https://oldschool.runescape.wiki/w/Coffin#1","price":0},"7588":{"id":7588,"name":"Coffin","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Coffin (2)","wiki_url":"https://oldschool.runescape.wiki/w/Coffin#2","price":0},"7589":{"id":7589,"name":"Coffin","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Coffin (3)","wiki_url":"https://oldschool.runescape.wiki/w/Coffin#3","price":0},"7590":{"id":7590,"name":"Coffin","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Coffin (4)","wiki_url":"https://oldschool.runescape.wiki/w/Coffin#4","price":0},"7591":{"id":7591,"name":"Coffin","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Coffin (5)","wiki_url":"https://oldschool.runescape.wiki/w/Coffin#5","price":0},"7592":{"id":7592,"name":"Zombie shirt","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Zombie shirt","wiki_url":"https://oldschool.runescape.wiki/w/Zombie_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"7593":{"id":7593,"name":"Zombie trousers","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Zombie trousers","wiki_url":"https://oldschool.runescape.wiki/w/Zombie_trousers","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"7594":{"id":7594,"name":"Zombie mask","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Zombie mask","wiki_url":"https://oldschool.runescape.wiki/w/Zombie_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"7595":{"id":7595,"name":"Zombie gloves","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Zombie gloves","wiki_url":"https://oldschool.runescape.wiki/w/Zombie_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"7596":{"id":7596,"name":"Zombie boots","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Zombie boots","wiki_url":"https://oldschool.runescape.wiki/w/Zombie_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"7597":{"id":7597,"name":"Item","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"7622":{"id":7622,"name":"Bucket of rubble","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bucket of rubble (Partially filled)","wiki_url":"https://oldschool.runescape.wiki/w/Bucket_of_rubble#Partially_filled","price":0},"7624":{"id":7624,"name":"Bucket of rubble","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bucket of rubble (Almost full)","wiki_url":"https://oldschool.runescape.wiki/w/Bucket_of_rubble#Almost_full","price":0},"7626":{"id":7626,"name":"Bucket of rubble","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bucket of rubble (Totally filled)","wiki_url":"https://oldschool.runescape.wiki/w/Bucket_of_rubble#Totally_filled","price":0},"7628":{"id":7628,"name":"Plaster fragment","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Plaster fragment","wiki_url":"https://oldschool.runescape.wiki/w/Plaster_fragment","price":0},"7629":{"id":7629,"name":"Dusty scroll","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dusty scroll","wiki_url":"https://oldschool.runescape.wiki/w/Dusty_scroll","price":0},"7630":{"id":7630,"name":"Crate","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crate (In Aid of the Myreque)","wiki_url":"https://oldschool.runescape.wiki/w/Crate_(In_Aid_of_the_Myreque)","price":0},"7632":{"id":7632,"name":"Temple library key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Temple library key","wiki_url":"https://oldschool.runescape.wiki/w/Temple_library_key","price":0},"7633":{"id":7633,"name":"The sleeping seven","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"The sleeping seven","wiki_url":"https://oldschool.runescape.wiki/w/The_sleeping_seven","price":0},"7634":{"id":7634,"name":"Histories of the hallowland","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Histories of the hallowland","wiki_url":"https://oldschool.runescape.wiki/w/Histories_of_the_hallowland","price":0},"7635":{"id":7635,"name":"Modern day morytania","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Modern day morytania","wiki_url":"https://oldschool.runescape.wiki/w/Modern_day_morytania","price":0},"7636":{"id":7636,"name":"Rod dust","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rod dust","wiki_url":"https://oldschool.runescape.wiki/w/Rod_dust","price":0},"7637":{"id":7637,"name":"Silvthrill rod","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Silvthrill rod (Unenchanted)","wiki_url":"https://oldschool.runescape.wiki/w/Silvthrill_rod#Unenchanted","price":0},"7638":{"id":7638,"name":"Silvthrill rod","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Silvthrill rod (Enchanted)","wiki_url":"https://oldschool.runescape.wiki/w/Silvthrill_rod#Enchanted","price":0},"7639":{"id":7639,"name":"Rod of ivandis (10)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Rod of ivandis (10)","wiki_url":"https://oldschool.runescape.wiki/w/Rod_of_ivandis#(10)","equipment":{"attack_stab":0,"attack_slash":-1,"attack_crush":7,"attack_magic":4,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":4,"defence_ranged":0,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"7640":{"id":7640,"name":"Rod of ivandis (9)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Rod of ivandis (9)","wiki_url":"https://oldschool.runescape.wiki/w/Rod_of_ivandis#(9)","equipment":{"attack_stab":0,"attack_slash":-1,"attack_crush":7,"attack_magic":4,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":4,"defence_ranged":0,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"7641":{"id":7641,"name":"Rod of ivandis (8)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Rod of ivandis (8)","wiki_url":"https://oldschool.runescape.wiki/w/Rod_of_ivandis#(8)","equipment":{"attack_stab":0,"attack_slash":-1,"attack_crush":7,"attack_magic":4,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":4,"defence_ranged":0,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"7642":{"id":7642,"name":"Rod of ivandis (7)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Rod of ivandis (7)","wiki_url":"https://oldschool.runescape.wiki/w/Rod_of_ivandis#(7)","equipment":{"attack_stab":0,"attack_slash":-1,"attack_crush":7,"attack_magic":4,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":4,"defence_ranged":0,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"7643":{"id":7643,"name":"Rod of ivandis (6)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Rod of ivandis (6)","wiki_url":"https://oldschool.runescape.wiki/w/Rod_of_ivandis#(6)","equipment":{"attack_stab":0,"attack_slash":-1,"attack_crush":7,"attack_magic":4,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":4,"defence_ranged":0,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"7644":{"id":7644,"name":"Rod of ivandis (5)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Rod of ivandis (5)","wiki_url":"https://oldschool.runescape.wiki/w/Rod_of_ivandis#(5)","equipment":{"attack_stab":0,"attack_slash":-1,"attack_crush":7,"attack_magic":4,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":4,"defence_ranged":0,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"7645":{"id":7645,"name":"Rod of ivandis (4)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Rod of ivandis (4)","wiki_url":"https://oldschool.runescape.wiki/w/Rod_of_ivandis#(4)","equipment":{"attack_stab":0,"attack_slash":-1,"attack_crush":7,"attack_magic":4,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":4,"defence_ranged":0,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"7646":{"id":7646,"name":"Rod of ivandis (3)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Rod of ivandis (3)","wiki_url":"https://oldschool.runescape.wiki/w/Rod_of_ivandis#(3)","equipment":{"attack_stab":0,"attack_slash":-1,"attack_crush":7,"attack_magic":4,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":4,"defence_ranged":0,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"7647":{"id":7647,"name":"Rod of ivandis (2)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Rod of ivandis (2)","wiki_url":"https://oldschool.runescape.wiki/w/Rod_of_ivandis#(2)","equipment":{"attack_stab":0,"attack_slash":-1,"attack_crush":7,"attack_magic":4,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":4,"defence_ranged":0,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"7648":{"id":7648,"name":"Rod of ivandis (1)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Rod of ivandis (1)","wiki_url":"https://oldschool.runescape.wiki/w/Rod_of_ivandis#(1)","equipment":{"attack_stab":0,"attack_slash":-1,"attack_crush":7,"attack_magic":4,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":4,"defence_ranged":0,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"7649":{"id":7649,"name":"Rod mould","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Rod mould","wiki_url":"https://oldschool.runescape.wiki/w/Rod_mould","price":0},"7650":{"id":7650,"name":"Silver dust","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":13000,"wiki_name":"Silver dust","wiki_url":"https://oldschool.runescape.wiki/w/Silver_dust","price":728},"7652":{"id":7652,"name":"Guthix balance (unf)","members":true,"tradeable":true,"noteable":true,"cost":110,"lowalch":44,"highalch":66,"wiki_name":"Guthix balance (unf) (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_balance_(unf)#4_dose","price":0},"7654":{"id":7654,"name":"Guthix balance (unf)","members":true,"tradeable":true,"noteable":true,"cost":110,"lowalch":44,"highalch":66,"wiki_name":"Guthix balance (unf) (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_balance_(unf)#3_dose","price":0},"7656":{"id":7656,"name":"Guthix balance (unf)","members":true,"tradeable":true,"noteable":true,"cost":110,"lowalch":44,"highalch":66,"wiki_name":"Guthix balance (unf) (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_balance_(unf)#2_dose","price":0},"7658":{"id":7658,"name":"Guthix balance (unf)","members":true,"tradeable":true,"noteable":true,"cost":110,"lowalch":44,"highalch":66,"wiki_name":"Guthix balance (unf) (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_balance_(unf)#1_dose","price":0},"7660":{"id":7660,"name":"Guthix balance(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":2000,"wiki_name":"Guthix balance (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_balance#4_dose","price":4938},"7662":{"id":7662,"name":"Guthix balance(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":2000,"wiki_name":"Guthix balance (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_balance#3_dose","price":154},"7664":{"id":7664,"name":"Guthix balance(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":2000,"wiki_name":"Guthix balance (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_balance#2_dose","price":424},"7666":{"id":7666,"name":"Guthix balance(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":2000,"wiki_name":"Guthix balance (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_balance#1_dose","price":221},"7668":{"id":7668,"name":"Gadderhammer","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":3000,"lowalch":1200,"highalch":1800,"buy_limit":8,"wiki_name":"Gadderhammer","wiki_url":"https://oldschool.runescape.wiki/w/Gadderhammer","equipment":{"attack_stab":-4,"attack_slash":-4,"attack_crush":35,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":35,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":30}},"weapon":{"attack_speed":5,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":2519},"7671":{"id":7671,"name":"Boxing gloves","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Boxing gloves (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Boxing_gloves#Red","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"claw","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"7673":{"id":7673,"name":"Boxing gloves","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Boxing gloves (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Boxing_gloves#Blue","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"claw","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"7675":{"id":7675,"name":"Wooden sword","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wooden sword","wiki_url":"https://oldschool.runescape.wiki/w/Wooden_sword","equipment":{"attack_stab":4,"attack_slash":3,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":5,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"7676":{"id":7676,"name":"Wooden shield","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wooden shield (Weapons rack)","wiki_url":"https://oldschool.runescape.wiki/w/Wooden_shield_(Weapons_rack)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"7677":{"id":7677,"name":"Treasure stone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Treasure stone","wiki_url":"https://oldschool.runescape.wiki/w/Treasure_stone","price":0},"7678":{"id":7678,"name":"Prize key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Prize key","wiki_url":"https://oldschool.runescape.wiki/w/Prize_key","price":0},"7679":{"id":7679,"name":"Pugel","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pugel","wiki_url":"https://oldschool.runescape.wiki/w/Pugel","price":0},"7681":{"id":7681,"name":"Game book","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Game book","wiki_url":"https://oldschool.runescape.wiki/w/Game_book","price":0},"7682":{"id":7682,"name":"Hoop","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Hoop","wiki_url":"https://oldschool.runescape.wiki/w/Hoop","price":0},"7684":{"id":7684,"name":"Dart","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dart (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Dart_(unobtainable_item)","price":0},"7686":{"id":7686,"name":"Bow and arrow","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bow and arrow","wiki_url":"https://oldschool.runescape.wiki/w/Bow_and_arrow","price":0},"7688":{"id":7688,"name":"Kettle","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Kettle","wiki_url":"https://oldschool.runescape.wiki/w/Kettle","price":0},"7690":{"id":7690,"name":"Full kettle","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Full kettle","wiki_url":"https://oldschool.runescape.wiki/w/Full_kettle","price":0},"7691":{"id":7691,"name":"Hot kettle","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Hot kettle","wiki_url":"https://oldschool.runescape.wiki/w/Hot_kettle","price":0},"7692":{"id":7692,"name":"Pot of tea (4)","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pot of tea (clay) (4 cups)","wiki_url":"https://oldschool.runescape.wiki/w/Pot_of_tea_(clay)#4_cups","price":0},"7694":{"id":7694,"name":"Pot of tea (3)","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pot of tea (clay) (3 cups)","wiki_url":"https://oldschool.runescape.wiki/w/Pot_of_tea_(clay)#3_cups","price":0},"7696":{"id":7696,"name":"Pot of tea (2)","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pot of tea (clay) (2 cups)","wiki_url":"https://oldschool.runescape.wiki/w/Pot_of_tea_(clay)#2_cups","price":0},"7698":{"id":7698,"name":"Pot of tea (1)","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pot of tea (clay) (1 cup)","wiki_url":"https://oldschool.runescape.wiki/w/Pot_of_tea_(clay)#1_cup","price":0},"7700":{"id":7700,"name":"Teapot with leaves","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Teapot with leaves (Clay)","wiki_url":"https://oldschool.runescape.wiki/w/Teapot_with_leaves#Clay","price":0},"7702":{"id":7702,"name":"Teapot","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Teapot (Clay)","wiki_url":"https://oldschool.runescape.wiki/w/Teapot#Clay","price":0},"7704":{"id":7704,"name":"Pot of tea (4)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pot of tea (porcelain) (4 cups)","wiki_url":"https://oldschool.runescape.wiki/w/Pot_of_tea_(porcelain)#4_cups","price":0},"7706":{"id":7706,"name":"Pot of tea (3)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pot of tea (porcelain) (3 cups)","wiki_url":"https://oldschool.runescape.wiki/w/Pot_of_tea_(porcelain)#3_cups","price":0},"7708":{"id":7708,"name":"Pot of tea (2)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pot of tea (porcelain) (2 cups)","wiki_url":"https://oldschool.runescape.wiki/w/Pot_of_tea_(porcelain)#2_cups","price":0},"7710":{"id":7710,"name":"Pot of tea (1)","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pot of tea (porcelain) (1 cup)","wiki_url":"https://oldschool.runescape.wiki/w/Pot_of_tea_(porcelain)#1_cup","price":0},"7712":{"id":7712,"name":"Teapot with leaves","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Teapot with leaves (Porcelain)","wiki_url":"https://oldschool.runescape.wiki/w/Teapot_with_leaves#Porcelain","price":0},"7714":{"id":7714,"name":"Teapot","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Teapot (Porcelain)","wiki_url":"https://oldschool.runescape.wiki/w/Teapot#Porcelain","price":0},"7716":{"id":7716,"name":"Pot of tea (4)","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pot of tea (trimmed) (4 cups)","wiki_url":"https://oldschool.runescape.wiki/w/Pot_of_tea_(trimmed)#4_cups","price":0},"7718":{"id":7718,"name":"Pot of tea (3)","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pot of tea (trimmed) (3 cups)","wiki_url":"https://oldschool.runescape.wiki/w/Pot_of_tea_(trimmed)#3_cups","price":0},"7720":{"id":7720,"name":"Pot of tea (2)","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pot of tea (trimmed) (2 cups)","wiki_url":"https://oldschool.runescape.wiki/w/Pot_of_tea_(trimmed)#2_cups","price":0},"7722":{"id":7722,"name":"Pot of tea (1)","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pot of tea (trimmed) (1 cup)","wiki_url":"https://oldschool.runescape.wiki/w/Pot_of_tea_(trimmed)#1_cup","price":0},"7724":{"id":7724,"name":"Teapot with leaves","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Teapot with leaves (Trimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Teapot_with_leaves#Trimmed","price":0},"7726":{"id":7726,"name":"Teapot","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Teapot (Trimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Teapot#Trimmed","price":0},"7728":{"id":7728,"name":"Empty cup","members":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Empty cup (clay)","wiki_url":"https://oldschool.runescape.wiki/w/Empty_cup_(clay)","price":0},"7730":{"id":7730,"name":"Cup of tea","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Cup of tea (clay) (Regular)","wiki_url":"https://oldschool.runescape.wiki/w/Cup_of_tea_(clay)#Regular","price":0},"7731":{"id":7731,"name":"Cup of tea","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Cup of tea (clay) (Milky)","wiki_url":"https://oldschool.runescape.wiki/w/Cup_of_tea_(clay)#Milky","price":0},"7732":{"id":7732,"name":"Porcelain cup","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Porcelain cup (porcelain)","wiki_url":"https://oldschool.runescape.wiki/w/Porcelain_cup_(porcelain)","price":0},"7733":{"id":7733,"name":"Cup of tea","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Cup of tea (porcelain) (Regular)","wiki_url":"https://oldschool.runescape.wiki/w/Cup_of_tea_(porcelain)#Regular","price":0},"7734":{"id":7734,"name":"Cup of tea","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Cup of tea (porcelain) (Milky)","wiki_url":"https://oldschool.runescape.wiki/w/Cup_of_tea_(porcelain)#Milky","price":0},"7735":{"id":7735,"name":"Porcelain cup","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Porcelain cup (trimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Porcelain_cup_(trimmed)","price":0},"7736":{"id":7736,"name":"Cup of tea","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Cup of tea (trimmed) (Regular)","wiki_url":"https://oldschool.runescape.wiki/w/Cup_of_tea_(trimmed)#Regular","price":0},"7737":{"id":7737,"name":"Cup of tea","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Cup of tea (trimmed) (Milky)","wiki_url":"https://oldschool.runescape.wiki/w/Cup_of_tea_(trimmed)#Milky","price":0},"7738":{"id":7738,"name":"Tea leaves","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tea leaves","wiki_url":"https://oldschool.runescape.wiki/w/Tea_leaves","price":0},"7740":{"id":7740,"name":"Beer","members":true,"tradeable":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Beer (Player-owned house)","wiki_url":"https://oldschool.runescape.wiki/w/Beer_(Player-owned_house)","price":0},"7742":{"id":7742,"name":"Beer glass","members":true,"tradeable":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Beer glass (Player-owned house)","wiki_url":"https://oldschool.runescape.wiki/w/Beer_glass_(Player-owned_house)","price":0},"7744":{"id":7744,"name":"Asgarnian ale","members":true,"tradeable":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Asgarnian ale (Player-owned house)","wiki_url":"https://oldschool.runescape.wiki/w/Asgarnian_ale_(Player-owned_house)","price":0},"7746":{"id":7746,"name":"Greenman's ale","members":true,"tradeable":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Greenman's ale (Player-owned house)","wiki_url":"https://oldschool.runescape.wiki/w/Greenman's_ale_(Player-owned_house)","price":0},"7748":{"id":7748,"name":"Dragon bitter","members":true,"tradeable":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Dragon bitter (Player-owned house)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_bitter_(Player-owned_house)","price":0},"7750":{"id":7750,"name":"Moonlight mead","members":true,"tradeable":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Moonlight mead (Player-owned house)","wiki_url":"https://oldschool.runescape.wiki/w/Moonlight_mead_(Player-owned_house)","price":0},"7752":{"id":7752,"name":"Cider","members":true,"tradeable":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Cider (Player-owned house)","wiki_url":"https://oldschool.runescape.wiki/w/Cider_(Player-owned_house)","price":0},"7754":{"id":7754,"name":"Chef's delight","members":true,"tradeable":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Chef's delight (Player-owned house)","wiki_url":"https://oldschool.runescape.wiki/w/Chef's_delight_(Player-owned_house)","price":0},"7756":{"id":7756,"name":"Paintbrush","members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Paintbrush","wiki_url":"https://oldschool.runescape.wiki/w/Paintbrush","price":0},"7759":{"id":7759,"name":"Toy soldier","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":150,"wiki_name":"Toy soldier (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Toy_soldier#Normal","price":2195},"7761":{"id":7761,"name":"Toy soldier (wound)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":150,"wiki_name":"Toy soldier (Wound)","wiki_url":"https://oldschool.runescape.wiki/w/Toy_soldier#Wound","price":1750},"7763":{"id":7763,"name":"Toy doll","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":150,"wiki_name":"Toy doll (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Toy_doll#Normal","price":2145},"7765":{"id":7765,"name":"Toy doll (wound)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":150,"wiki_name":"Toy doll (Wound)","wiki_url":"https://oldschool.runescape.wiki/w/Toy_doll#Wound","price":3657},"7767":{"id":7767,"name":"Toy mouse","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":150,"wiki_name":"Toy mouse (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Toy_mouse#Normal","price":3118},"7769":{"id":7769,"name":"Toy mouse (wound)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":150,"wiki_name":"Toy mouse (Wound)","wiki_url":"https://oldschool.runescape.wiki/w/Toy_mouse#Wound","price":3884},"7771":{"id":7771,"name":"Toy cat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":150,"wiki_name":"Toy cat","wiki_url":"https://oldschool.runescape.wiki/w/Toy_cat","price":3294},"7773":{"id":7773,"name":"Branch","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Branch (Temple Trekking)","wiki_url":"https://oldschool.runescape.wiki/w/Branch_(Temple_Trekking)","price":0},"7774":{"id":7774,"name":"Reward token","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Reward token (unobtainable item) (Yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Reward_token_(unobtainable_item)#Yellow","price":0},"7775":{"id":7775,"name":"Reward token","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Reward token (unobtainable item) (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Reward_token_(unobtainable_item)#Red","price":0},"7776":{"id":7776,"name":"Reward token","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Reward token (unobtainable item) (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Reward_token_(unobtainable_item)#Blue","price":0},"7777":{"id":7777,"name":"Long vine","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Long vine","wiki_url":"https://oldschool.runescape.wiki/w/Long_vine","price":0},"7778":{"id":7778,"name":"Short vine","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Short vine","wiki_url":"https://oldschool.runescape.wiki/w/Short_vine","price":0},"7779":{"id":7779,"name":"Fishing tome","members":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Fishing tome (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Fishing_tome#Blue","price":0},"7780":{"id":7780,"name":"Fishing tome","members":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Fishing tome (Yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Fishing_tome#Yellow","price":0},"7781":{"id":7781,"name":"Fishing tome","members":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Fishing tome (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Fishing_tome#Red","price":0},"7782":{"id":7782,"name":"Agility tome","members":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Agility tome (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Agility_tome#Blue","price":0},"7783":{"id":7783,"name":"Agility tome","members":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Agility tome (Yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Agility_tome#Yellow","price":0},"7784":{"id":7784,"name":"Agility tome","members":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Agility tome (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Agility_tome#Red","price":0},"7785":{"id":7785,"name":"Thieving tome","members":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Thieving tome (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Thieving_tome#Blue","price":0},"7786":{"id":7786,"name":"Thieving tome","members":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Thieving tome (Yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Thieving_tome#Yellow","price":0},"7787":{"id":7787,"name":"Thieving tome","members":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Thieving tome (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Thieving_tome#Red","price":0},"7788":{"id":7788,"name":"Slayer tome","members":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Slayer tome (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Slayer_tome#Blue","price":0},"7789":{"id":7789,"name":"Slayer tome","members":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Slayer tome (Yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Slayer_tome#Yellow","price":0},"7790":{"id":7790,"name":"Slayer tome","members":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Slayer tome (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Slayer_tome#Red","price":0},"7791":{"id":7791,"name":"Mining tome","members":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Mining tome (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Mining_tome#Blue","price":0},"7792":{"id":7792,"name":"Mining tome","members":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Mining tome (Yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Mining_tome#Yellow","price":0},"7793":{"id":7793,"name":"Mining tome","members":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Mining tome (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Mining_tome#Red","price":0},"7794":{"id":7794,"name":"Firemaking tome","members":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Firemaking tome (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Firemaking_tome#Blue","price":0},"7795":{"id":7795,"name":"Firemaking tome","members":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Firemaking tome (Yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Firemaking_tome#Yellow","price":0},"7796":{"id":7796,"name":"Firemaking tome","members":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Firemaking tome (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Firemaking_tome#Red","price":0},"7797":{"id":7797,"name":"Woodcutting tome","members":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Woodcutting tome (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Woodcutting_tome#Blue","price":0},"7798":{"id":7798,"name":"Woodcutting tome","members":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Woodcutting tome (Yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Woodcutting_tome#Yellow","price":0},"7799":{"id":7799,"name":"Woodcutting tome","members":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Woodcutting tome (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Woodcutting_tome#Red","price":0},"7800":{"id":7800,"name":"Snail shell","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Snail shell","wiki_url":"https://oldschool.runescape.wiki/w/Snail_shell","price":0},"7801":{"id":7801,"name":"Snake hide","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":35,"lowalch":14,"highalch":21,"buy_limit":11000,"wiki_name":"Snake hide (swamp)","wiki_url":"https://oldschool.runescape.wiki/w/Snake_hide_(swamp)","price":222},"7803":{"id":7803,"name":"Yin yang amulet","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Yin yang amulet","wiki_url":"https://oldschool.runescape.wiki/w/Yin_yang_amulet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"7804":{"id":7804,"name":"Ancient mjolnir","members":true,"tradeable":true,"noteable":true,"cost":625,"lowalch":250,"highalch":375,"wiki_name":"Ancient mjolnir","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_mjolnir","price":0},"7806":{"id":7806,"name":"Anger sword","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":26,"lowalch":10,"highalch":15,"wiki_name":"Anger sword","wiki_url":"https://oldschool.runescape.wiki/w/Anger_sword","equipment":{"attack_stab":2,"attack_slash":2,"attack_crush":2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"7807":{"id":7807,"name":"Anger battleaxe","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":182,"lowalch":72,"highalch":109,"wiki_name":"Anger battleaxe","wiki_url":"https://oldschool.runescape.wiki/w/Anger_battleaxe","equipment":{"attack_stab":2,"attack_slash":2,"attack_crush":2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":6,"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":0},"7808":{"id":7808,"name":"Anger mace","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":18,"lowalch":7,"highalch":10,"wiki_name":"Anger mace","wiki_url":"https://oldschool.runescape.wiki/w/Anger_mace","equipment":{"attack_stab":2,"attack_slash":2,"attack_crush":2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"7809":{"id":7809,"name":"Anger spear","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":26,"lowalch":10,"highalch":15,"wiki_name":"Anger spear","wiki_url":"https://oldschool.runescape.wiki/w/Anger_spear","equipment":{"attack_stab":2,"attack_slash":2,"attack_crush":2,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"7810":{"id":7810,"name":"Jug of vinegar","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Jug of vinegar","wiki_url":"https://oldschool.runescape.wiki/w/Jug_of_vinegar","price":0},"7811":{"id":7811,"name":"Pot of vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Pot of vinegar","wiki_url":"https://oldschool.runescape.wiki/w/Pot_of_vinegar","price":0},"7812":{"id":7812,"name":"Goblin skull","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Goblin skull (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Goblin_skull#Unpolished","price":0},"7813":{"id":7813,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Goblin skull)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Goblin_skull","price":0},"7814":{"id":7814,"name":"Goblin skull","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Goblin skull (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Goblin_skull#Polished","price":0},"7815":{"id":7815,"name":"Bear ribs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bear ribs (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Bear_ribs#Unpolished","price":0},"7816":{"id":7816,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Bear ribs)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Bear_ribs","price":0},"7817":{"id":7817,"name":"Bear ribs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bear ribs (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Bear_ribs#Polished","price":0},"7818":{"id":7818,"name":"Ram skull","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ram skull (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Ram_skull#Unpolished","price":0},"7819":{"id":7819,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Ram skull)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Ram_skull","price":0},"7820":{"id":7820,"name":"Ram skull","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ram skull (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Ram_skull#Polished","price":0},"7821":{"id":7821,"name":"Unicorn bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Unicorn bone (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Unicorn_bone#Unpolished","price":0},"7822":{"id":7822,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Unicorn bone)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Unicorn_bone","price":0},"7823":{"id":7823,"name":"Unicorn bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Unicorn bone (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Unicorn_bone#Polished","price":0},"7824":{"id":7824,"name":"Giant rat bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Giant rat bone (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Giant_rat_bone#Unpolished","price":0},"7825":{"id":7825,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Giant rat bone)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Giant_rat_bone","price":0},"7826":{"id":7826,"name":"Giant rat bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Giant rat bone (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Giant_rat_bone#Polished","price":0},"7827":{"id":7827,"name":"Giant bat wing","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Giant bat wing (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Giant_bat_wing#Unpolished","price":0},"7828":{"id":7828,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Giant bat wing)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Giant_bat_wing","price":0},"7829":{"id":7829,"name":"Giant bat wing","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Giant bat wing (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Giant_bat_wing#Polished","price":0},"7830":{"id":7830,"name":"Wolf bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wolf bone (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Wolf_bone#Unpolished","price":0},"7831":{"id":7831,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Wolf bone)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Wolf_bone","price":0},"7832":{"id":7832,"name":"Wolf bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wolf bone (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Wolf_bone#Polished","price":0},"7833":{"id":7833,"name":"Bat wing","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bat wing (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Bat_wing#Unpolished","price":0},"7834":{"id":7834,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Bat wing)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Bat_wing","price":0},"7835":{"id":7835,"name":"Bat wing","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bat wing (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Bat_wing#Polished","price":0},"7836":{"id":7836,"name":"Rat bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rat bone (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Rat_bone#Unpolished","price":0},"7837":{"id":7837,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Rat bone)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Rat_bone","price":0},"7838":{"id":7838,"name":"Rat bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rat bone (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Rat_bone#Polished","price":0},"7839":{"id":7839,"name":"Baby dragon bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Baby dragon bone (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Baby_dragon_bone#Unpolished","price":0},"7840":{"id":7840,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Baby dragon bone)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Baby_dragon_bone","price":0},"7841":{"id":7841,"name":"Baby dragon bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Baby dragon bone (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Baby_dragon_bone#Polished","price":0},"7842":{"id":7842,"name":"Ogre ribs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ogre ribs (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Ogre_ribs#Unpolished","price":0},"7843":{"id":7843,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Ogre ribs)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Ogre_ribs","price":0},"7844":{"id":7844,"name":"Ogre ribs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ogre ribs (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Ogre_ribs#Polished","price":0},"7845":{"id":7845,"name":"Jogre bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Jogre bone (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Jogre_bone#Unpolished","price":0},"7846":{"id":7846,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Jogre bone)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Jogre_bone","price":0},"7847":{"id":7847,"name":"Jogre bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Jogre bone (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Jogre_bone#Polished","price":0},"7848":{"id":7848,"name":"Zogre bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Zogre bone (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Zogre_bone#Unpolished","price":0},"7849":{"id":7849,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Zogre bone)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Zogre_bone","price":0},"7850":{"id":7850,"name":"Zogre bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Zogre bone (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Zogre_bone#Polished","price":0},"7851":{"id":7851,"name":"Mogre bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mogre bone (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Mogre_bone#Unpolished","price":0},"7852":{"id":7852,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Mogre bone)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Mogre_bone","price":0},"7853":{"id":7853,"name":"Mogre bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mogre bone (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Mogre_bone#Polished","price":0},"7854":{"id":7854,"name":"Monkey paw","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Monkey paw (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Monkey_paw#Unpolished","price":0},"7855":{"id":7855,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Monkey paw)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Monkey_paw","price":0},"7856":{"id":7856,"name":"Monkey paw","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Monkey paw (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Monkey_paw#Polished","price":0},"7857":{"id":7857,"name":"Dagannoth ribs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dagannoth ribs (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Dagannoth_ribs#Unpolished","price":0},"7858":{"id":7858,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Dagannoth ribs)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Dagannoth_ribs","price":0},"7859":{"id":7859,"name":"Dagannoth ribs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dagannoth ribs (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Dagannoth_ribs#Polished","price":0},"7860":{"id":7860,"name":"Snake spine","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Snake spine (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Snake_spine#Unpolished","price":0},"7861":{"id":7861,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Snake spine)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Snake_spine","price":0},"7862":{"id":7862,"name":"Snake spine","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Snake spine (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Snake_spine#Polished","price":0},"7863":{"id":7863,"name":"Zombie bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Zombie bone (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Zombie_bone#Unpolished","price":0},"7864":{"id":7864,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Zombie bone)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Zombie_bone","price":0},"7865":{"id":7865,"name":"Zombie bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Zombie bone (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Zombie_bone#Polished","price":0},"7866":{"id":7866,"name":"Werewolf bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Werewolf bone (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Werewolf_bone#Unpolished","price":0},"7867":{"id":7867,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Werewolf bone)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Werewolf_bone","price":0},"7868":{"id":7868,"name":"Werewolf bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Werewolf bone (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Werewolf_bone#Polished","price":0},"7869":{"id":7869,"name":"Moss giant bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Moss giant bone (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Moss_giant_bone#Unpolished","price":0},"7870":{"id":7870,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Moss giant bone)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Moss_giant_bone","price":0},"7871":{"id":7871,"name":"Moss giant bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Moss giant bone (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Moss_giant_bone#Polished","price":0},"7872":{"id":7872,"name":"Fire giant bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fire giant bone (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Fire_giant_bone#Unpolished","price":0},"7873":{"id":7873,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Fire giant bone)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Fire_giant_bone","price":0},"7874":{"id":7874,"name":"Fire giant bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fire giant bone (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Fire_giant_bone#Polished","price":0},"7875":{"id":7875,"name":"Ice giant ribs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ice giant ribs (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Ice_giant_ribs#Unpolished","price":0},"7876":{"id":7876,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Ice giant ribs)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Ice_giant_ribs","price":0},"7877":{"id":7877,"name":"Ice giant ribs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ice giant ribs (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Ice_giant_ribs#Polished","price":0},"7878":{"id":7878,"name":"Terrorbird wing","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Terrorbird wing (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Terrorbird_wing#Unpolished","price":0},"7879":{"id":7879,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Terrorbird wing)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Terrorbird_wing","price":0},"7880":{"id":7880,"name":"Terrorbird wing","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Terrorbird wing (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Terrorbird_wing#Polished","price":0},"7881":{"id":7881,"name":"Ghoul bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ghoul bone (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Ghoul_bone#Unpolished","price":0},"7882":{"id":7882,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Ghoul bone)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Ghoul_bone","price":0},"7883":{"id":7883,"name":"Ghoul bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ghoul bone (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Ghoul_bone#Polished","price":0},"7884":{"id":7884,"name":"Troll bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Troll bone (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Troll_bone#Unpolished","price":0},"7885":{"id":7885,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Troll bone)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Troll_bone","price":0},"7886":{"id":7886,"name":"Troll bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Troll bone (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Troll_bone#Polished","price":0},"7887":{"id":7887,"name":"Seagull wing","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Seagull wing (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Seagull_wing#Unpolished","price":0},"7888":{"id":7888,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Seagull wing)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Seagull_wing","price":0},"7889":{"id":7889,"name":"Seagull wing","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Seagull wing (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Seagull_wing#Polished","price":0},"7890":{"id":7890,"name":"Undead cow ribs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Undead cow ribs (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Undead_cow_ribs#Unpolished","price":0},"7891":{"id":7891,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Undead cow ribs)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Undead_cow_ribs","price":0},"7892":{"id":7892,"name":"Undead cow ribs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Undead cow ribs (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Undead_cow_ribs#Polished","price":0},"7893":{"id":7893,"name":"Experiment bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Experiment bone (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Experiment_bone#Unpolished","price":0},"7894":{"id":7894,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Experiment bone)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Experiment_bone","price":0},"7895":{"id":7895,"name":"Experiment bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Experiment bone (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Experiment_bone#Polished","price":0},"7896":{"id":7896,"name":"Rabbit bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rabbit bone (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Rabbit_bone#Unpolished","price":0},"7897":{"id":7897,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Rabbit bone)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Rabbit_bone","price":0},"7898":{"id":7898,"name":"Rabbit bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rabbit bone (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Rabbit_bone#Polished","price":0},"7899":{"id":7899,"name":"Basilisk bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Basilisk bone (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Basilisk_bone#Unpolished","price":0},"7900":{"id":7900,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Basilisk bone)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Basilisk_bone","price":0},"7901":{"id":7901,"name":"Basilisk bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Basilisk bone (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Basilisk_bone#Polished","price":0},"7902":{"id":7902,"name":"Desert lizard bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Desert lizard bone (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Desert_lizard_bone#Unpolished","price":0},"7903":{"id":7903,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Desert lizard bone)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Desert_lizard_bone","price":0},"7904":{"id":7904,"name":"Desert lizard bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Desert lizard bone (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Desert_lizard_bone#Polished","price":0},"7905":{"id":7905,"name":"Cave goblin skull","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cave goblin skull (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Cave_goblin_skull#Unpolished","price":0},"7906":{"id":7906,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Cave goblin skull)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Cave_goblin_skull","price":0},"7907":{"id":7907,"name":"Cave goblin skull","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cave goblin skull (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Cave_goblin_skull#Polished","price":0},"7908":{"id":7908,"name":"Big frog leg","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Big frog leg (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Big_frog_leg#Unpolished","price":0},"7909":{"id":7909,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Big frog leg)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Big_frog_leg","price":0},"7910":{"id":7910,"name":"Big frog leg","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Big frog leg (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Big_frog_leg#Polished","price":0},"7911":{"id":7911,"name":"Vulture wing","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Vulture wing (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Vulture_wing#Unpolished","price":0},"7912":{"id":7912,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Vulture wing)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Vulture_wing","price":0},"7913":{"id":7913,"name":"Vulture wing","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Vulture wing (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Vulture_wing#Polished","price":0},"7914":{"id":7914,"name":"Jackal bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Jackal bone (Unpolished)","wiki_url":"https://oldschool.runescape.wiki/w/Jackal_bone#Unpolished","price":0},"7915":{"id":7915,"name":"Bone in vinegar","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bone in vinegar (Jackal bone)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_in_vinegar#Jackal_bone","price":0},"7916":{"id":7916,"name":"Jackal bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Jackal bone (Polished)","wiki_url":"https://oldschool.runescape.wiki/w/Jackal_bone#Polished","price":0},"7917":{"id":7917,"name":"Ram skull helm","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ram skull helm","wiki_url":"https://oldschool.runescape.wiki/w/Ram_skull_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":-2,"defence_stab":19,"defence_slash":21,"defence_crush":16,"defence_magic":0,"defence_ranged":19,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":30}},"price":0},"7918":{"id":7918,"name":"Bonesack","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bonesack","wiki_url":"https://oldschool.runescape.wiki/w/Bonesack","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":4,"defence_slash":4,"defence_crush":4,"defence_magic":4,"defence_ranged":4,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"7919":{"id":7919,"name":"Bottle of wine","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":10000,"wiki_name":"Bottle of wine","wiki_url":"https://oldschool.runescape.wiki/w/Bottle_of_wine","price":810},"7921":{"id":7921,"name":"Empty wine bottle","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Empty wine bottle","wiki_url":"https://oldschool.runescape.wiki/w/Empty_wine_bottle","price":0},"7922":{"id":7922,"name":"Al kharid flyer","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Al kharid flyer","wiki_url":"https://oldschool.runescape.wiki/w/Al_kharid_flyer","price":0},"7927":{"id":7927,"name":"Easter ring","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Easter ring","wiki_url":"https://oldschool.runescape.wiki/w/Easter_ring","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"7928":{"id":7928,"name":"Easter egg","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Easter egg (2014 Easter event) (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Easter_egg_(2014_Easter_event)#Blue","price":0},"7929":{"id":7929,"name":"Easter egg","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Easter egg (2014 Easter event) (Special)","wiki_url":"https://oldschool.runescape.wiki/w/Easter_egg_(2014_Easter_event)#Special","price":0},"7930":{"id":7930,"name":"Easter egg","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Easter egg (2014 Easter event) (Green)","wiki_url":"https://oldschool.runescape.wiki/w/Easter_egg_(2014_Easter_event)#Green","price":0},"7931":{"id":7931,"name":"Easter egg","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Easter egg (2014 Easter event) (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Easter_egg_(2014_Easter_event)#Red","price":0},"7932":{"id":7932,"name":"Easter egg","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Easter egg (2014 Easter event) (Pink)","wiki_url":"https://oldschool.runescape.wiki/w/Easter_egg_(2014_Easter_event)#Pink","price":0},"7933":{"id":7933,"name":"Easter egg","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Easter egg (2014 Easter event) (Yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Easter_egg_(2014_Easter_event)#Yellow","price":0},"7934":{"id":7934,"name":"Field ration","members":true,"tradeable":true,"noteable":true,"cost":300,"lowalch":120,"highalch":180,"wiki_name":"Field ration","wiki_url":"https://oldschool.runescape.wiki/w/Field_ration","price":0},"7936":{"id":7936,"name":"Pure essence","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":30000,"wiki_name":"Pure essence","wiki_url":"https://oldschool.runescape.wiki/w/Pure_essence","price":2},"7938":{"id":7938,"name":"Dark essence fragments","members":true,"cost":18,"lowalch":7,"highalch":10,"wiki_name":"Dark essence fragments","wiki_url":"https://oldschool.runescape.wiki/w/Dark_essence_fragments","price":0},"7939":{"id":7939,"name":"Tortoise shell","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":7500,"wiki_name":"Tortoise shell","wiki_url":"https://oldschool.runescape.wiki/w/Tortoise_shell","price":11005},"7941":{"id":7941,"name":"Iron sheet","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Iron sheet","wiki_url":"https://oldschool.runescape.wiki/w/Iron_sheet","price":0},"7942":{"id":7942,"name":"Fresh monkfish","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Fresh monkfish (Raw)","wiki_url":"https://oldschool.runescape.wiki/w/Fresh_monkfish#Raw","price":0},"7943":{"id":7943,"name":"Fresh monkfish","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Fresh monkfish (Cooked)","wiki_url":"https://oldschool.runescape.wiki/w/Fresh_monkfish#Cooked","price":0},"7944":{"id":7944,"name":"Raw monkfish","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":230,"lowalch":92,"highalch":138,"buy_limit":13000,"wiki_name":"Raw monkfish","wiki_url":"https://oldschool.runescape.wiki/w/Raw_monkfish","price":500},"7946":{"id":7946,"name":"Monkfish","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":230,"lowalch":92,"highalch":138,"buy_limit":13000,"wiki_name":"Monkfish","wiki_url":"https://oldschool.runescape.wiki/w/Monkfish","price":969},"7948":{"id":7948,"name":"Burnt monkfish","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt monkfish","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_monkfish","price":0},"7950":{"id":7950,"name":"Bone seeds","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Bone seeds","wiki_url":"https://oldschool.runescape.wiki/w/Bone_seeds","price":0},"7951":{"id":7951,"name":"Herman's book","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Herman's book","wiki_url":"https://oldschool.runescape.wiki/w/Herman's_book","price":0},"7952":{"id":7952,"name":"Axe handle","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Axe handle (Dragon)","wiki_url":"https://oldschool.runescape.wiki/w/Axe_handle#Dragon","price":0},"7954":{"id":7954,"name":"Burnt shrimp","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt shrimp","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_shrimp","price":0},"7956":{"id":7956,"name":"Casket","cost":50,"lowalch":20,"highalch":30,"wiki_name":"Casket (Pirate's Treasure)","wiki_url":"https://oldschool.runescape.wiki/w/Casket_(Pirate's_Treasure)","price":0},"7957":{"id":7957,"name":"White apron","cost":1,"lowalch":0,"highalch":0,"wiki_name":"White apron (Gerrant's Fishy Business)","wiki_url":"https://oldschool.runescape.wiki/w/White_apron_(Gerrant's_Fishy_Business)","price":0},"7958":{"id":7958,"name":"Mining prop","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Mining prop","wiki_url":"https://oldschool.runescape.wiki/w/Mining_prop","price":0},"7959":{"id":7959,"name":"Heavy box","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Heavy box","wiki_url":"https://oldschool.runescape.wiki/w/Heavy_box","price":0},"7960":{"id":7960,"name":"Empty box","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Empty box","wiki_url":"https://oldschool.runescape.wiki/w/Empty_box","price":0},"7961":{"id":7961,"name":"Burnt diary","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Burnt diary (One page)","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_diary#One_page","price":0},"7962":{"id":7962,"name":"Burnt diary","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Burnt diary (Two pages)","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_diary#Two_pages","price":0},"7963":{"id":7963,"name":"Burnt diary","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Burnt diary (Three pages)","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_diary#Three_pages","price":0},"7964":{"id":7964,"name":"Burnt diary","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Burnt diary (Four pages)","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_diary#Four_pages","price":0},"7965":{"id":7965,"name":"Burnt diary","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Burnt diary (Five pages)","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_diary#Five_pages","price":0},"7966":{"id":7966,"name":"Letter","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Letter (Royal Trouble)","wiki_url":"https://oldschool.runescape.wiki/w/Letter_(Royal_Trouble)","price":0},"7967":{"id":7967,"name":"Engine","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Engine","wiki_url":"https://oldschool.runescape.wiki/w/Engine","price":0},"7968":{"id":7968,"name":"Scroll","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Scroll (Royal Trouble)","wiki_url":"https://oldschool.runescape.wiki/w/Scroll_(Royal_Trouble)","price":0},"7969":{"id":7969,"name":"Pulley beam","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Pulley beam","wiki_url":"https://oldschool.runescape.wiki/w/Pulley_beam","price":0},"7970":{"id":7970,"name":"Long pulley beam","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Long pulley beam","wiki_url":"https://oldschool.runescape.wiki/w/Long_pulley_beam","price":0},"7971":{"id":7971,"name":"Longer pulley beam","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Longer pulley beam","wiki_url":"https://oldschool.runescape.wiki/w/Longer_pulley_beam","price":0},"7972":{"id":7972,"name":"Lift manual","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Lift manual","wiki_url":"https://oldschool.runescape.wiki/w/Lift_manual","price":0},"7973":{"id":7973,"name":"Beam","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Beam","wiki_url":"https://oldschool.runescape.wiki/w/Beam","price":0},"7974":{"id":7974,"name":"Servant bell","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Servant bell (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Servant_bell_(unobtainable_item)","price":0},"7975":{"id":7975,"name":"Crawling hand","members":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Crawling hand (item)","wiki_url":"https://oldschool.runescape.wiki/w/Crawling_hand_(item)","price":0},"7976":{"id":7976,"name":"Cockatrice head","members":true,"cost":2000,"lowalch":800,"highalch":1200,"wiki_name":"Cockatrice head","wiki_url":"https://oldschool.runescape.wiki/w/Cockatrice_head","price":0},"7977":{"id":7977,"name":"Basilisk head","members":true,"cost":4000,"lowalch":1600,"highalch":2400,"wiki_name":"Basilisk head","wiki_url":"https://oldschool.runescape.wiki/w/Basilisk_head","price":0},"7978":{"id":7978,"name":"Kurask head","members":true,"cost":6000,"lowalch":2400,"highalch":3600,"wiki_name":"Kurask head","wiki_url":"https://oldschool.runescape.wiki/w/Kurask_head","price":0},"7979":{"id":7979,"name":"Abyssal head","members":true,"cost":12000,"lowalch":4800,"highalch":7200,"wiki_name":"Abyssal head","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_head","price":0},"7980":{"id":7980,"name":"Kbd heads","members":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Kbd heads","wiki_url":"https://oldschool.runescape.wiki/w/Kbd_heads","price":0},"7981":{"id":7981,"name":"Kq head","members":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Kq head","wiki_url":"https://oldschool.runescape.wiki/w/Kq_head","price":0},"7982":{"id":7982,"name":"Stuffed crawling hand","members":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Stuffed crawling hand","wiki_url":"https://oldschool.runescape.wiki/w/Stuffed_crawling_hand","price":0},"7983":{"id":7983,"name":"Stuffed cockatrice head","members":true,"cost":2000,"lowalch":800,"highalch":1200,"wiki_name":"Stuffed cockatrice head","wiki_url":"https://oldschool.runescape.wiki/w/Stuffed_cockatrice_head","price":0},"7984":{"id":7984,"name":"Stuffed basilisk head","members":true,"cost":4000,"lowalch":1600,"highalch":2400,"wiki_name":"Stuffed basilisk head","wiki_url":"https://oldschool.runescape.wiki/w/Stuffed_basilisk_head","price":0},"7985":{"id":7985,"name":"Stuffed kurask head","members":true,"cost":6000,"lowalch":2400,"highalch":3600,"wiki_name":"Stuffed kurask head","wiki_url":"https://oldschool.runescape.wiki/w/Stuffed_kurask_head","price":0},"7986":{"id":7986,"name":"Stuffed abyssal head","members":true,"cost":12000,"lowalch":4800,"highalch":7200,"wiki_name":"Stuffed abyssal head","wiki_url":"https://oldschool.runescape.wiki/w/Stuffed_abyssal_head","price":0},"7987":{"id":7987,"name":"Stuffed kbd heads","members":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Stuffed kbd heads","wiki_url":"https://oldschool.runescape.wiki/w/Stuffed_kbd_heads","price":0},"7988":{"id":7988,"name":"Stuffed kq head","members":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Stuffed kq head","wiki_url":"https://oldschool.runescape.wiki/w/Stuffed_kq_head","price":0},"7989":{"id":7989,"name":"Big bass","members":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Big bass","wiki_url":"https://oldschool.runescape.wiki/w/Big_bass","price":0},"7990":{"id":7990,"name":"Stuffed big bass","members":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Stuffed big bass","wiki_url":"https://oldschool.runescape.wiki/w/Stuffed_big_bass","price":0},"7991":{"id":7991,"name":"Big swordfish","members":true,"cost":2500,"lowalch":1000,"highalch":1500,"wiki_name":"Big swordfish","wiki_url":"https://oldschool.runescape.wiki/w/Big_swordfish","price":0},"7992":{"id":7992,"name":"Stuffed big swordfish","members":true,"cost":2500,"lowalch":1000,"highalch":1500,"wiki_name":"Stuffed big swordfish","wiki_url":"https://oldschool.runescape.wiki/w/Stuffed_big_swordfish","price":0},"7993":{"id":7993,"name":"Big shark","members":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Big shark","wiki_url":"https://oldschool.runescape.wiki/w/Big_shark","price":0},"7994":{"id":7994,"name":"Stuffed big shark","members":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Stuffed big shark","wiki_url":"https://oldschool.runescape.wiki/w/Stuffed_big_shark","price":0},"7995":{"id":7995,"name":"Arthur portrait","members":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Arthur portrait","wiki_url":"https://oldschool.runescape.wiki/w/Arthur_portrait","price":0},"7996":{"id":7996,"name":"Elena portrait","members":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Elena portrait","wiki_url":"https://oldschool.runescape.wiki/w/Elena_portrait","price":0},"7997":{"id":7997,"name":"Keldagrim portrait","members":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Keldagrim portrait","wiki_url":"https://oldschool.runescape.wiki/w/Keldagrim_portrait","price":0},"7998":{"id":7998,"name":"Misc. portrait","members":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Misc. portrait","wiki_url":"https://oldschool.runescape.wiki/w/Misc._portrait","price":0},"7999":{"id":7999,"name":"Desert painting","members":true,"cost":2000,"lowalch":800,"highalch":1200,"wiki_name":"Desert painting","wiki_url":"https://oldschool.runescape.wiki/w/Desert_painting","price":0},"8000":{"id":8000,"name":"Isafdar painting","members":true,"cost":2000,"lowalch":800,"highalch":1200,"wiki_name":"Isafdar painting","wiki_url":"https://oldschool.runescape.wiki/w/Isafdar_painting","price":0},"8001":{"id":8001,"name":"Karamja painting","members":true,"cost":2000,"lowalch":800,"highalch":1200,"wiki_name":"Karamja painting","wiki_url":"https://oldschool.runescape.wiki/w/Karamja_painting","price":0},"8002":{"id":8002,"name":"Lumbridge painting","members":true,"cost":2000,"lowalch":800,"highalch":1200,"wiki_name":"Lumbridge painting","wiki_url":"https://oldschool.runescape.wiki/w/Lumbridge_painting","price":0},"8003":{"id":8003,"name":"Morytania painting","members":true,"cost":2000,"lowalch":800,"highalch":1200,"wiki_name":"Morytania painting","wiki_url":"https://oldschool.runescape.wiki/w/Morytania_painting","price":0},"8004":{"id":8004,"name":"Small map","members":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Small map (item)","wiki_url":"https://oldschool.runescape.wiki/w/Small_map_(item)","price":0},"8005":{"id":8005,"name":"Medium map","members":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Medium map (item)","wiki_url":"https://oldschool.runescape.wiki/w/Medium_map_(item)","price":0},"8006":{"id":8006,"name":"Large map","members":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Large map (item)","wiki_url":"https://oldschool.runescape.wiki/w/Large_map_(item)","price":0},"8007":{"id":8007,"name":"Varrock teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":15000,"wiki_name":"Varrock teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Varrock_teleport_(tablet)","price":452},"8008":{"id":8008,"name":"Lumbridge teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Lumbridge teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Lumbridge_teleport_(tablet)","price":527},"8009":{"id":8009,"name":"Falador teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Falador teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Falador_teleport_(tablet)","price":482},"8010":{"id":8010,"name":"Camelot teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":15000,"wiki_name":"Camelot teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Camelot_teleport_(tablet)","price":526},"8011":{"id":8011,"name":"Ardougne teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Ardougne teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Ardougne_teleport_(tablet)","price":393},"8012":{"id":8012,"name":"Watchtower teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Watchtower teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Watchtower_teleport_(tablet)","price":594},"8013":{"id":8013,"name":"Teleport to house","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":15000,"wiki_name":"Teleport to house (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Teleport_to_house_(tablet)","price":485},"8014":{"id":8014,"name":"Bones to bananas","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Bones to bananas (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Bones_to_bananas_(tablet)","price":452},"8015":{"id":8015,"name":"Bones to peaches","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Bones to peaches (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Bones_to_peaches_(tablet)","price":529},"8016":{"id":8016,"name":"Enchant sapphire or opal","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Enchant sapphire or opal","wiki_url":"https://oldschool.runescape.wiki/w/Enchant_sapphire_or_opal","price":88},"8017":{"id":8017,"name":"Enchant emerald or jade","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Enchant emerald or jade","wiki_url":"https://oldschool.runescape.wiki/w/Enchant_emerald_or_jade","price":901},"8018":{"id":8018,"name":"Enchant ruby or topaz","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Enchant ruby or topaz","wiki_url":"https://oldschool.runescape.wiki/w/Enchant_ruby_or_topaz","price":767},"8019":{"id":8019,"name":"Enchant diamond","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Enchant diamond","wiki_url":"https://oldschool.runescape.wiki/w/Enchant_diamond","price":1},"8020":{"id":8020,"name":"Enchant dragonstone","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Enchant dragonstone","wiki_url":"https://oldschool.runescape.wiki/w/Enchant_dragonstone","price":1},"8021":{"id":8021,"name":"Enchant onyx","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Enchant onyx","wiki_url":"https://oldschool.runescape.wiki/w/Enchant_onyx","price":143},"8022":{"id":8022,"name":"Telekinetic grab","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Telekinetic grab (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Telekinetic_grab_(tablet)","price":0},"8023":{"id":8023,"name":"Boxing ring","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8024":{"id":8024,"name":"Fencing ring","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8025":{"id":8025,"name":"Combat ring","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8026":{"id":8026,"name":"Ranging pedestals","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8027":{"id":8027,"name":"Balance beam","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8028":{"id":8028,"name":"Glove rack","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8029":{"id":8029,"name":"Weapons rack","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8030":{"id":8030,"name":"Extra weapons rack","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8031":{"id":8031,"name":"Wooden bed","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8032":{"id":8032,"name":"Oak bed","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8033":{"id":8033,"name":"Large oak bed","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8034":{"id":8034,"name":"Teak bed","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8035":{"id":8035,"name":"Large teak bed","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8036":{"id":8036,"name":"4-poster","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8037":{"id":8037,"name":"Gilded 4-poster","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8038":{"id":8038,"name":"Shoe box","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8039":{"id":8039,"name":"Oak drawers","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8040":{"id":8040,"name":"Oak wardrobe","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8041":{"id":8041,"name":"Teak drawers","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8042":{"id":8042,"name":"Teak wardrobe","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8043":{"id":8043,"name":"Mahogany wardrobe","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8044":{"id":8044,"name":"Gilded wardrobe","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8045":{"id":8045,"name":"Shaving stand","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8046":{"id":8046,"name":"Oak shaving stand","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8047":{"id":8047,"name":"Oak dresser","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8048":{"id":8048,"name":"Teak dresser","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8049":{"id":8049,"name":"Fancy teak dresser","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8050":{"id":8050,"name":"Mahogany dresser","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8051":{"id":8051,"name":"Gilded dresser","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8052":{"id":8052,"name":"Oak clock","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8053":{"id":8053,"name":"Teak clock","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8054":{"id":8054,"name":"Gilded clock","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8055":{"id":8055,"name":"Saradomin symbol","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8056":{"id":8056,"name":"Zamorak symbol","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8057":{"id":8057,"name":"Guthix symbol","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8058":{"id":8058,"name":"Saradomin icon","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8059":{"id":8059,"name":"Zamorak icon","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8060":{"id":8060,"name":"Guthix icon","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8061":{"id":8061,"name":"Bob icon","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8062":{"id":8062,"name":"Oak altar","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8063":{"id":8063,"name":"Teak altar","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8064":{"id":8064,"name":"Cloth-covered altar","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8065":{"id":8065,"name":"Mahogany altar","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8066":{"id":8066,"name":"Limestone altar","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8067":{"id":8067,"name":"Marble altar","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8068":{"id":8068,"name":"Gilded altar","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8069":{"id":8069,"name":"Wooden torches","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8070":{"id":8070,"name":"Steel torches","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8071":{"id":8071,"name":"Steel candlesticks","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8072":{"id":8072,"name":"Gold candlesticks","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8073":{"id":8073,"name":"Incense burners","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8074":{"id":8074,"name":"Mahogany burners","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8075":{"id":8075,"name":"Marble burners","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8076":{"id":8076,"name":"Shuttered window","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8077":{"id":8077,"name":"Decorative window","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8078":{"id":8078,"name":"Stained glass","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8079":{"id":8079,"name":"Windchimes","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8080":{"id":8080,"name":"Bells","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8081":{"id":8081,"name":"Organ","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8082":{"id":8082,"name":"Small statues","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8083":{"id":8083,"name":"Medium statues","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8084":{"id":8084,"name":"Large statues","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8085":{"id":8085,"name":"Suit of armour","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8086":{"id":8086,"name":"Small portrait","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8087":{"id":8087,"name":"Minor head","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8088":{"id":8088,"name":"Medium head","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8089":{"id":8089,"name":"Major head","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8090":{"id":8090,"name":"Mounted sword","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8091":{"id":8091,"name":"Small landscape","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8093":{"id":8093,"name":"Large portrait","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8094":{"id":8094,"name":"Large landscape","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8095":{"id":8095,"name":"Rune display case","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8096":{"id":8096,"name":"Low-level plants","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8097":{"id":8097,"name":"Mid-level plants","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8098":{"id":8098,"name":"High-level plants","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8099":{"id":8099,"name":"Rope bell-pull","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8100":{"id":8100,"name":"Bell-pull","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8101":{"id":8101,"name":"Posh bell-pull","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8102":{"id":8102,"name":"Oak decoration","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8103":{"id":8103,"name":"Teak decoration","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8104":{"id":8104,"name":"Gilded decoration","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8105":{"id":8105,"name":"Round shield","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8106":{"id":8106,"name":"Square shield","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8107":{"id":8107,"name":"Kite shield","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8108":{"id":8108,"name":"Wooden bench","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8109":{"id":8109,"name":"Oak bench","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8110":{"id":8110,"name":"Carved oak bench","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8111":{"id":8111,"name":"Teak dining bench","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8112":{"id":8112,"name":"Carved teak bench","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8113":{"id":8113,"name":"Mahogany bench","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8114":{"id":8114,"name":"Gilded bench","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8115":{"id":8115,"name":"Wood dining table","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8116":{"id":8116,"name":"Oak dining table","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8117":{"id":8117,"name":"Carved oak table","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8118":{"id":8118,"name":"Teak table","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8119":{"id":8119,"name":"Carved teak table","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8120":{"id":8120,"name":"Mahogany table","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8121":{"id":8121,"name":"Opulent table","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8122":{"id":8122,"name":"Oak door","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8123":{"id":8123,"name":"Steel-plated door","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8124":{"id":8124,"name":"Marble door","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8125":{"id":8125,"name":"Decorative blood","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8126":{"id":8126,"name":"Decorative pipe","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8127":{"id":8127,"name":"Hanging skeleton","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8128":{"id":8128,"name":"Candles","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8129":{"id":8129,"name":"Torches","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8130":{"id":8130,"name":"Skull torches","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8131":{"id":8131,"name":"Skeleton guard","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8132":{"id":8132,"name":"Guard dog","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8133":{"id":8133,"name":"Hobgoblin guard","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8134":{"id":8134,"name":"Baby red dragon","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8135":{"id":8135,"name":"Huge spider","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8136":{"id":8136,"name":"Troll guard","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8137":{"id":8137,"name":"Hellhound","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8138":{"id":8138,"name":"Demon","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8139":{"id":8139,"name":"Kalphite soldier","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8140":{"id":8140,"name":"Tok-xil","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8141":{"id":8141,"name":"Dagannoth","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8142":{"id":8142,"name":"Steel dragon","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8143":{"id":8143,"name":"Spike trap","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8144":{"id":8144,"name":"Man trap","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8145":{"id":8145,"name":"Tangle vine","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8146":{"id":8146,"name":"Marble trap","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8147":{"id":8147,"name":"Teleport trap","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8148":{"id":8148,"name":"Wooden crate","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8149":{"id":8149,"name":"Oak chest","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8150":{"id":8150,"name":"Teak chest","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8151":{"id":8151,"name":"Mahogany chest","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8152":{"id":8152,"name":"Magic chest","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8153":{"id":8153,"name":"Clay attack stone","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8154":{"id":8154,"name":"Attack stone","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8155":{"id":8155,"name":"Marble att. stone","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8156":{"id":8156,"name":"Magical balance 1","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8157":{"id":8157,"name":"Magical balance 2","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8158":{"id":8158,"name":"Magical balance 3","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8159":{"id":8159,"name":"Jester","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8160":{"id":8160,"name":"Treasure hunt","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8161":{"id":8161,"name":"Hangman game","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8162":{"id":8162,"name":"Hoop and stick","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8163":{"id":8163,"name":"Dartboard","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8164":{"id":8164,"name":"Archery target","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8165":{"id":8165,"name":"Oak prize chest","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8166":{"id":8166,"name":"Teak prize chest","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8168":{"id":8168,"name":"Exit portal","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8169":{"id":8169,"name":"Decorative rock","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8170":{"id":8170,"name":"Pond","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8171":{"id":8171,"name":"Imp statue","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8172":{"id":8172,"name":"Dungeon entrance","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8173":{"id":8173,"name":"Tree","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8174":{"id":8174,"name":"Nice tree","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8175":{"id":8175,"name":"Oak tree","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8176":{"id":8176,"name":"Willow tree","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8177":{"id":8177,"name":"Maple tree","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8178":{"id":8178,"name":"Yew tree","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8179":{"id":8179,"name":"Magic tree","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8180":{"id":8180,"name":"Plant","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8181":{"id":8181,"name":"Small fern","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8182":{"id":8182,"name":"Fern","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8183":{"id":8183,"name":"Dock leaf","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8184":{"id":8184,"name":"Thistle","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8185":{"id":8185,"name":"Reeds","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8187":{"id":8187,"name":"Bush","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8188":{"id":8188,"name":"Tall plant","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8189":{"id":8189,"name":"Short plant","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8190":{"id":8190,"name":"Large-leaf plant","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8191":{"id":8191,"name":"Huge plant","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8192":{"id":8192,"name":"Gazebo","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8193":{"id":8193,"name":"Small fountain","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8194":{"id":8194,"name":"Large fountain","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8195":{"id":8195,"name":"Posh fountain","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8196":{"id":8196,"name":"Boundary stones","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8197":{"id":8197,"name":"Wooden fence","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8198":{"id":8198,"name":"Stone wall","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8199":{"id":8199,"name":"Iron railings","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8200":{"id":8200,"name":"Picket fence","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8201":{"id":8201,"name":"Garden fence","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8202":{"id":8202,"name":"Marble wall","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8203":{"id":8203,"name":"Thorny hedge","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8204":{"id":8204,"name":"Nice hedge","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8205":{"id":8205,"name":"Small box hedge","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8206":{"id":8206,"name":"Topiary hedge","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8207":{"id":8207,"name":"Fancy hedge","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8208":{"id":8208,"name":"Tall fancy hedge","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8209":{"id":8209,"name":"Tall box hedge","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8211":{"id":8211,"name":"Daffodils","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8212":{"id":8212,"name":"Bluebells","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8213":{"id":8213,"name":"Sunflower","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8215":{"id":8215,"name":"Roses","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8216":{"id":8216,"name":"Firepit","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8217":{"id":8217,"name":"Firepit with hook","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8218":{"id":8218,"name":"Firepit with pot","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8219":{"id":8219,"name":"Small oven","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8220":{"id":8220,"name":"Large oven","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8221":{"id":8221,"name":"Steel range","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8222":{"id":8222,"name":"Fancy range","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8223":{"id":8223,"name":"Wooden shelves 1","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8224":{"id":8224,"name":"Wooden shelves 2","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8225":{"id":8225,"name":"Wooden shelves 3","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8226":{"id":8226,"name":"Oak shelves 1","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8227":{"id":8227,"name":"Oak shelves 2","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8228":{"id":8228,"name":"Teak shelves 1","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8229":{"id":8229,"name":"Teak shelves 2","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8230":{"id":8230,"name":"Pump and drain","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8231":{"id":8231,"name":"Pump and tub","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8232":{"id":8232,"name":"Sink","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8233":{"id":8233,"name":"Wooden larder","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8234":{"id":8234,"name":"Oak larder","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8235":{"id":8235,"name":"Teak larder","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8236":{"id":8236,"name":"Cat blanket","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8237":{"id":8237,"name":"Cat basket","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8238":{"id":8238,"name":"Cushioned basket","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8239":{"id":8239,"name":"Beer barrel","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8240":{"id":8240,"name":"Cider barrel","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8246":{"id":8246,"name":"Wood kitchen table","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8247":{"id":8247,"name":"Oak kitchen table","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8248":{"id":8248,"name":"Teak kitchen table","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8249":{"id":8249,"name":"Oak staircase","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8252":{"id":8252,"name":"Teak staircase","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8255":{"id":8255,"name":"Marble staircase","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8258":{"id":8258,"name":"Spiral staircase","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8259":{"id":8259,"name":"Marble spiral","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8267":{"id":8267,"name":"Mounted bass","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8268":{"id":8268,"name":"Mounted swordfish","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8269":{"id":8269,"name":"Mounted shark","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8270":{"id":8270,"name":"Mithril armour","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8271":{"id":8271,"name":"Adamantite armour","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8272":{"id":8272,"name":"Runite armour","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8273":{"id":8273,"name":"Cw armour 1","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8274":{"id":8274,"name":"Cw armour 2","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8275":{"id":8275,"name":"Cw armour 3","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8276":{"id":8276,"name":"Rune case 1","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8277":{"id":8277,"name":"Rune case 2","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8278":{"id":8278,"name":"Rune case 3","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8285":{"id":8285,"name":"King arthur","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8286":{"id":8286,"name":"Elena","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8287":{"id":8287,"name":"Giant dwarf","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8288":{"id":8288,"name":"Miscellanians","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8289":{"id":8289,"name":"Lumbridge","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8290":{"id":8290,"name":"The desert","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8291":{"id":8291,"name":"Morytania","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8292":{"id":8292,"name":"Karamja","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8293":{"id":8293,"name":"Isafdar","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8297":{"id":8297,"name":"Oak cage","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8298":{"id":8298,"name":"Oak and steel cage","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8299":{"id":8299,"name":"Steel cage","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8300":{"id":8300,"name":"Spiked cage","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8301":{"id":8301,"name":"Bone cage","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8302":{"id":8302,"name":"Spikes","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8303":{"id":8303,"name":"Tentacle pool","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8304":{"id":8304,"name":"Flame pit","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8305":{"id":8305,"name":"Rocnar","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8306":{"id":8306,"name":"Oak ladder","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8307":{"id":8307,"name":"Teak ladder","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8308":{"id":8308,"name":"Mahogany ladder","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8309":{"id":8309,"name":"Crude wooden chair","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8310":{"id":8310,"name":"Wooden chair","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8311":{"id":8311,"name":"Rocking chair","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8312":{"id":8312,"name":"Oak chair","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8313":{"id":8313,"name":"Oak armchair","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8314":{"id":8314,"name":"Teak armchair","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8315":{"id":8315,"name":"Mahogany armchair","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8316":{"id":8316,"name":"Brown rug","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8317":{"id":8317,"name":"Rug","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8318":{"id":8318,"name":"Opulent rug","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8319":{"id":8319,"name":"Wooden bookcase","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8320":{"id":8320,"name":"Oak bookcase","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8321":{"id":8321,"name":"Mahogany bookcase","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8322":{"id":8322,"name":"Torn curtains","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8323":{"id":8323,"name":"Curtains","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8324":{"id":8324,"name":"Opulent curtains","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8325":{"id":8325,"name":"Clay fireplace","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8326":{"id":8326,"name":"Stone fireplace","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8327":{"id":8327,"name":"Marble fireplace","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8328":{"id":8328,"name":"Teak portal","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8329":{"id":8329,"name":"Mahogany portal","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8330":{"id":8330,"name":"Marble portal","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8331":{"id":8331,"name":"Teleport focus","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8332":{"id":8332,"name":"Greater focus","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8333":{"id":8333,"name":"Scrying pool","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8334":{"id":8334,"name":"Oak lectern","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8335":{"id":8335,"name":"Eagle lectern","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8336":{"id":8336,"name":"Demon lectern","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8337":{"id":8337,"name":"Teak eagle lectern","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8338":{"id":8338,"name":"Teak demon lectern","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8339":{"id":8339,"name":"Mahogany eagle","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8340":{"id":8340,"name":"Mahogany demon","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8341":{"id":8341,"name":"Globe","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8342":{"id":8342,"name":"Ornamental globe","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8343":{"id":8343,"name":"Lunar globe","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8344":{"id":8344,"name":"Celestial globe","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8345":{"id":8345,"name":"Armillary sphere","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8346":{"id":8346,"name":"Small orrery","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8347":{"id":8347,"name":"Large orrery","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8348":{"id":8348,"name":"Oak telescope","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8349":{"id":8349,"name":"Teak telescope","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8350":{"id":8350,"name":"Mahogany telescope","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8351":{"id":8351,"name":"Crystal ball","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8352":{"id":8352,"name":"Elemental sphere","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8353":{"id":8353,"name":"Crystal of power","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8354":{"id":8354,"name":"Alchemical chart","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8355":{"id":8355,"name":"Astronomical chart","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8356":{"id":8356,"name":"Infernal chart","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8357":{"id":8357,"name":"Oak throne","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8358":{"id":8358,"name":"Teak throne","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8359":{"id":8359,"name":"Mahogany throne","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8360":{"id":8360,"name":"Gilded throne","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8361":{"id":8361,"name":"Skeleton throne","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8362":{"id":8362,"name":"Crystal throne","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8363":{"id":8363,"name":"Demonic throne","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8364":{"id":8364,"name":"Oak lever","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8365":{"id":8365,"name":"Teak lever","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8366":{"id":8366,"name":"Mahogany lever","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8367":{"id":8367,"name":"Trapdoor","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8370":{"id":8370,"name":"Floor decoration","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8373":{"id":8373,"name":"Lesser magic cage","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8374":{"id":8374,"name":"Greater magic cage","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8375":{"id":8375,"name":"Wooden workbench","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8376":{"id":8376,"name":"Oak workbench","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8377":{"id":8377,"name":"Steel framed bench","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8378":{"id":8378,"name":"Bench with vice","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8379":{"id":8379,"name":"Bench with lathe","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8380":{"id":8380,"name":"Crafting table 1","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8381":{"id":8381,"name":"Crafting table 2","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8382":{"id":8382,"name":"Crafting table 3","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8383":{"id":8383,"name":"Crafting table 4","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8384":{"id":8384,"name":"Tool store 1","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8385":{"id":8385,"name":"Tool store 2","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8386":{"id":8386,"name":"Tool store 3","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8387":{"id":8387,"name":"Tool store 4","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8388":{"id":8388,"name":"Tool store 5","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8389":{"id":8389,"name":"Repair bench","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8390":{"id":8390,"name":"Whetstone","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8391":{"id":8391,"name":"Armour stand","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8392":{"id":8392,"name":"Pluming stand","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8393":{"id":8393,"name":"Shield easel","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8394":{"id":8394,"name":"Banner easel","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8395":{"id":8395,"name":"Parlour","incomplete":true,"cost":1000,"lowalch":400,"highalch":600,"price":0},"8396":{"id":8396,"name":"Kitchen","incomplete":true,"cost":5000,"lowalch":2000,"highalch":3000,"price":0},"8397":{"id":8397,"name":"Dining room","incomplete":true,"cost":5000,"lowalch":2000,"highalch":3000,"price":0},"8398":{"id":8398,"name":"Bedroom","incomplete":true,"cost":10000,"lowalch":4000,"highalch":6000,"price":0},"8399":{"id":8399,"name":"Games room","incomplete":true,"cost":25000,"lowalch":10000,"highalch":15000,"price":0},"8400":{"id":8400,"name":"Combat room","incomplete":true,"cost":25000,"lowalch":10000,"highalch":15000,"price":0},"8401":{"id":8401,"name":"Hall","incomplete":true,"cost":15000,"lowalch":6000,"highalch":9000,"price":0},"8405":{"id":8405,"name":"Chapel","incomplete":true,"cost":50000,"lowalch":20000,"highalch":30000,"price":0},"8406":{"id":8406,"name":"Workshop","incomplete":true,"cost":10000,"lowalch":4000,"highalch":6000,"price":0},"8407":{"id":8407,"name":"Study","incomplete":true,"cost":50000,"lowalch":20000,"highalch":30000,"price":0},"8408":{"id":8408,"name":"Portal chamber","incomplete":true,"cost":100000,"lowalch":40000,"highalch":60000,"price":0},"8409":{"id":8409,"name":"Throne room","incomplete":true,"cost":150000,"lowalch":60000,"highalch":90000,"price":0},"8410":{"id":8410,"name":"Oubliette","incomplete":true,"cost":150000,"lowalch":60000,"highalch":90000,"price":0},"8411":{"id":8411,"name":"Dungeon corridor","incomplete":true,"cost":7500,"lowalch":3000,"highalch":4500,"price":0},"8412":{"id":8412,"name":"Dungeon cross","incomplete":true,"cost":7500,"lowalch":3000,"highalch":4500,"price":0},"8413":{"id":8413,"name":"Dungeon stairs","incomplete":true,"cost":7500,"lowalch":3000,"highalch":4500,"price":0},"8414":{"id":8414,"name":"Treasure room","incomplete":true,"cost":250000,"lowalch":100000,"highalch":150000,"price":0},"8415":{"id":8415,"name":"Garden","incomplete":true,"cost":1000,"lowalch":400,"highalch":600,"price":0},"8416":{"id":8416,"name":"Formal garden","incomplete":true,"cost":75000,"lowalch":30000,"highalch":45000,"price":0},"8417":{"id":8417,"name":"Bagged dead tree","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":10000,"wiki_name":"Bagged dead tree","wiki_url":"https://oldschool.runescape.wiki/w/Bagged_dead_tree","price":0},"8419":{"id":8419,"name":"Bagged nice tree","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":10000,"wiki_name":"Bagged nice tree","wiki_url":"https://oldschool.runescape.wiki/w/Bagged_nice_tree","price":3645},"8421":{"id":8421,"name":"Bagged oak tree","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":10000,"wiki_name":"Bagged oak tree","wiki_url":"https://oldschool.runescape.wiki/w/Bagged_oak_tree","price":6741},"8423":{"id":8423,"name":"Bagged willow tree","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":10000,"wiki_name":"Bagged willow tree","wiki_url":"https://oldschool.runescape.wiki/w/Bagged_willow_tree","price":12150},"8425":{"id":8425,"name":"Bagged maple tree","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":15000,"lowalch":6000,"highalch":9000,"buy_limit":10000,"wiki_name":"Bagged maple tree","wiki_url":"https://oldschool.runescape.wiki/w/Bagged_maple_tree","price":16512},"8427":{"id":8427,"name":"Bagged yew tree","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20000,"lowalch":8000,"highalch":12000,"buy_limit":10000,"wiki_name":"Bagged yew tree","wiki_url":"https://oldschool.runescape.wiki/w/Bagged_yew_tree","price":25750},"8429":{"id":8429,"name":"Bagged magic tree","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50000,"lowalch":20000,"highalch":30000,"buy_limit":10000,"wiki_name":"Bagged magic tree","wiki_url":"https://oldschool.runescape.wiki/w/Bagged_magic_tree","price":52615},"8431":{"id":8431,"name":"Bagged plant 1","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":10000,"wiki_name":"Bagged plant 1","wiki_url":"https://oldschool.runescape.wiki/w/Bagged_plant_1","price":1735},"8433":{"id":8433,"name":"Bagged plant 2","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":10000,"wiki_name":"Bagged plant 2","wiki_url":"https://oldschool.runescape.wiki/w/Bagged_plant_2","price":5951},"8435":{"id":8435,"name":"Bagged plant 3","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":10000,"wiki_name":"Bagged plant 3","wiki_url":"https://oldschool.runescape.wiki/w/Bagged_plant_3","price":12325},"8437":{"id":8437,"name":"Thorny hedge","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":10000,"wiki_name":"Thorny hedge (bagged)","wiki_url":"https://oldschool.runescape.wiki/w/Thorny_hedge_(bagged)","price":4639},"8439":{"id":8439,"name":"Nice hedge","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":10000,"wiki_name":"Nice hedge (bagged)","wiki_url":"https://oldschool.runescape.wiki/w/Nice_hedge_(bagged)","price":11326},"8441":{"id":8441,"name":"Small box hedge","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":15000,"lowalch":6000,"highalch":9000,"buy_limit":10000,"wiki_name":"Small box hedge (bagged)","wiki_url":"https://oldschool.runescape.wiki/w/Small_box_hedge_(bagged)","price":6620},"8443":{"id":8443,"name":"Topiary hedge","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20000,"lowalch":8000,"highalch":12000,"buy_limit":10000,"wiki_name":"Topiary hedge (bagged)","wiki_url":"https://oldschool.runescape.wiki/w/Topiary_hedge_(bagged)","price":23422},"8445":{"id":8445,"name":"Fancy hedge","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":25000,"lowalch":10000,"highalch":15000,"buy_limit":10000,"wiki_name":"Fancy hedge (bagged)","wiki_url":"https://oldschool.runescape.wiki/w/Fancy_hedge_(bagged)","price":18249},"8447":{"id":8447,"name":"Tall fancy hedge","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50000,"lowalch":20000,"highalch":30000,"buy_limit":10000,"wiki_name":"Tall fancy hedge (bagged)","wiki_url":"https://oldschool.runescape.wiki/w/Tall_fancy_hedge_(bagged)","price":31556},"8449":{"id":8449,"name":"Tall box hedge","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100000,"lowalch":40000,"highalch":60000,"buy_limit":10000,"wiki_name":"Tall box hedge (bagged)","wiki_url":"https://oldschool.runescape.wiki/w/Tall_box_hedge_(bagged)","price":114739},"8451":{"id":8451,"name":"Bagged flower","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":10000,"wiki_name":"Bagged flower","wiki_url":"https://oldschool.runescape.wiki/w/Bagged_flower","price":7404},"8453":{"id":8453,"name":"Bagged daffodils","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":10000,"wiki_name":"Bagged daffodils","wiki_url":"https://oldschool.runescape.wiki/w/Bagged_daffodils","price":7600},"8455":{"id":8455,"name":"Bagged bluebells","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":15000,"lowalch":6000,"highalch":9000,"buy_limit":10000,"wiki_name":"Bagged bluebells","wiki_url":"https://oldschool.runescape.wiki/w/Bagged_bluebells","price":20651},"8457":{"id":8457,"name":"Bagged sunflower","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":10000,"wiki_name":"Bagged sunflower","wiki_url":"https://oldschool.runescape.wiki/w/Bagged_sunflower","price":6008},"8459":{"id":8459,"name":"Bagged marigolds","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":10000,"wiki_name":"Bagged marigolds","wiki_url":"https://oldschool.runescape.wiki/w/Bagged_marigolds","price":12749},"8461":{"id":8461,"name":"Bagged roses","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":15000,"lowalch":6000,"highalch":9000,"buy_limit":10000,"wiki_name":"Bagged roses","wiki_url":"https://oldschool.runescape.wiki/w/Bagged_roses","price":18233},"8463":{"id":8463,"name":"Construction guide","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Construction guide","wiki_url":"https://oldschool.runescape.wiki/w/Construction_guide","price":0},"8464":{"id":8464,"name":"Rune heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"wiki_name":"Rune heraldic helm (Arrav)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_heraldic_helm_(Arrav)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":40}},"price":0},"8466":{"id":8466,"name":"Rune heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"wiki_name":"Rune heraldic helm (Asgarnia)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_heraldic_helm_(Asgarnia)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":40}},"price":0},"8468":{"id":8468,"name":"Rune heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"wiki_name":"Rune heraldic helm (Dorgeshuun)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_heraldic_helm_(Dorgeshuun)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":40}},"price":0},"8470":{"id":8470,"name":"Rune heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"wiki_name":"Rune heraldic helm (Dragon)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_heraldic_helm_(Dragon)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":40}},"price":0},"8472":{"id":8472,"name":"Rune heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"wiki_name":"Rune heraldic helm (Fairy)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_heraldic_helm_(Fairy)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":40}},"price":0},"8474":{"id":8474,"name":"Rune heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"wiki_name":"Rune heraldic helm (Guthix)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_heraldic_helm_(Guthix)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":40}},"price":0},"8476":{"id":8476,"name":"Rune heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"wiki_name":"Rune heraldic helm (HAM)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_heraldic_helm_(HAM)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":40}},"price":0},"8478":{"id":8478,"name":"Rune heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"wiki_name":"Rune heraldic helm (Horse)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_heraldic_helm_(Horse)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":40}},"price":0},"8480":{"id":8480,"name":"Rune heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"wiki_name":"Rune heraldic helm (Jogre)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_heraldic_helm_(Jogre)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":40}},"price":0},"8482":{"id":8482,"name":"Rune heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"wiki_name":"Rune heraldic helm (Kandarin)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_heraldic_helm_(Kandarin)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":40}},"price":0},"8484":{"id":8484,"name":"Rune heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"wiki_name":"Rune heraldic helm (Misthalin)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_heraldic_helm_(Misthalin)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":40}},"price":0},"8486":{"id":8486,"name":"Rune heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"wiki_name":"Rune heraldic helm (Money)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_heraldic_helm_(Money)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":40}},"price":0},"8488":{"id":8488,"name":"Rune heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"wiki_name":"Rune heraldic helm (Saradomin)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_heraldic_helm_(Saradomin)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":40}},"price":0},"8490":{"id":8490,"name":"Rune heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"wiki_name":"Rune heraldic helm (Skull)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_heraldic_helm_(Skull)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":40}},"price":0},"8492":{"id":8492,"name":"Rune heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"wiki_name":"Rune heraldic helm (Varrock)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_heraldic_helm_(Varrock)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":40}},"price":0},"8494":{"id":8494,"name":"Rune heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"wiki_name":"Rune heraldic helm (Zamorak)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_heraldic_helm_(Zamorak)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":40}},"price":0},"8496":{"id":8496,"name":"Crude chair","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Crude chair (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Crude_chair_(flatpack)","price":1991},"8498":{"id":8498,"name":"Wooden chair","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Wooden chair (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Wooden_chair_(flatpack)","price":1809},"8500":{"id":8500,"name":"Rocking chair","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Rocking chair (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Rocking_chair_(flatpack)","price":44},"8502":{"id":8502,"name":"Oak chair","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Oak chair (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Oak_chair_(flatpack)","price":26},"8504":{"id":8504,"name":"Oak armchair","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Oak armchair (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Oak_armchair_(flatpack)","price":134},"8506":{"id":8506,"name":"Teak armchair","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Teak armchair (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Teak_armchair_(flatpack)","price":16},"8508":{"id":8508,"name":"Mahogany armchair","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Mahogany armchair (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Mahogany_armchair_(flatpack)","price":1033},"8510":{"id":8510,"name":"Bookcase","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Bookcase (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Bookcase_(flatpack)","price":250},"8512":{"id":8512,"name":"Oak bookcase","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Oak bookcase (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Oak_bookcase_(flatpack)","price":125},"8514":{"id":8514,"name":"Mahogany bookcase","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Mahogany bookcase (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Mahogany_bookcase_(flatpack)","price":113},"8516":{"id":8516,"name":"Beer barrel","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Beer barrel (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Beer_barrel_(flatpack)","price":57},"8518":{"id":8518,"name":"Cider barrel","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Cider barrel (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Cider_barrel_(flatpack)","price":10058},"8520":{"id":8520,"name":"Asgarnian ale","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Asgarnian ale (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Asgarnian_ale_(flatpack)","price":5040},"8522":{"id":8522,"name":"Greenman's ale","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Greenman's ale (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Greenman's_ale_(flatpack)","price":7696},"8524":{"id":8524,"name":"Dragon bitter","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Dragon bitter (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_bitter_(flatpack)","price":50986},"8526":{"id":8526,"name":"Chef's delight","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Chef's delight (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Chef's_delight_(flatpack)","price":9906},"8528":{"id":8528,"name":"Kitchen table","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Kitchen table (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Kitchen_table_(flatpack)","price":0},"8530":{"id":8530,"name":"Oak kitchen table","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Oak kitchen table (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Oak_kitchen_table_(flatpack)","price":110},"8532":{"id":8532,"name":"Teak kitchen table","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Teak kitchen table (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Teak_kitchen_table_(flatpack)","price":1},"8534":{"id":8534,"name":"Oak lectern","members":true,"tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Oak lectern (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Oak_lectern_(flatpack)","price":0},"8536":{"id":8536,"name":"Eagle lectern","members":true,"tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Eagle lectern (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Eagle_lectern_(flatpack)","price":0},"8538":{"id":8538,"name":"Demon lectern","members":true,"tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Demon lectern (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Demon_lectern_(flatpack)","price":0},"8540":{"id":8540,"name":"Teak eagle lectern","members":true,"tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Teak eagle lectern (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Teak_eagle_lectern_(flatpack)","price":0},"8542":{"id":8542,"name":"Teak demon lectern","members":true,"tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Teak demon lectern (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Teak_demon_lectern_(flatpack)","price":0},"8544":{"id":8544,"name":"Mahogany eagle","members":true,"tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Mahogany eagle (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Mahogany_eagle_(flatpack)","price":0},"8546":{"id":8546,"name":"Mahogany demon","members":true,"tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Mahogany demon (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Mahogany_demon_(flatpack)","price":0},"8548":{"id":8548,"name":"Wood dining table","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Wood dining table (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Wood_dining_table_(flatpack)","price":5},"8550":{"id":8550,"name":"Oak dining table","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Oak dining table (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Oak_dining_table_(flatpack)","price":127},"8552":{"id":8552,"name":"Carved oak table","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Carved oak table (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Carved_oak_table_(flatpack)","price":2},"8554":{"id":8554,"name":"Teak table","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Teak table (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Teak_table_(flatpack)","price":6},"8556":{"id":8556,"name":"Carved teak table","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Carved teak table (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Carved_teak_table_(flatpack)","price":10},"8558":{"id":8558,"name":"Mahogany table","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Mahogany table (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Mahogany_table_(flatpack)","price":18},"8560":{"id":8560,"name":"Opulent table","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Opulent table (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Opulent_table_(flatpack)","price":309801},"8562":{"id":8562,"name":"Wooden bench","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Wooden bench (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Wooden_bench_(flatpack)","price":12},"8564":{"id":8564,"name":"Oak bench","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Oak bench (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Oak_bench_(flatpack)","price":68},"8566":{"id":8566,"name":"Carved oak bench","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Carved oak bench (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Carved_oak_bench_(flatpack)","price":132},"8568":{"id":8568,"name":"Teak dining bench","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Teak dining bench (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Teak_dining_bench_(flatpack)","price":1},"8570":{"id":8570,"name":"Carved teak bench","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Carved teak bench (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Carved_teak_bench_(flatpack)","price":27},"8572":{"id":8572,"name":"Mahogany bench","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Mahogany bench (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Mahogany_bench_(flatpack)","price":1375},"8574":{"id":8574,"name":"Gilded bench","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Gilded bench (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_bench_(flatpack)","price":420060},"8576":{"id":8576,"name":"Wooden bed","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Wooden bed (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Wooden_bed_(flatpack)","price":1725},"8578":{"id":8578,"name":"Oak bed","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Oak bed (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Oak_bed_(flatpack)","price":35250},"8580":{"id":8580,"name":"Large oak bed","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Large oak bed (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Large_oak_bed_(flatpack)","price":491},"8582":{"id":8582,"name":"Teak bed","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Teak bed (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Teak_bed_(flatpack)","price":1926},"8584":{"id":8584,"name":"Large teak bed","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Large teak bed (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Large_teak_bed_(flatpack)","price":6203},"8586":{"id":8586,"name":"Four-poster bed","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Four-poster bed (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Four-poster_bed_(flatpack)","price":5940},"8588":{"id":8588,"name":"Gilded four-poster","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Gilded four-poster (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_four-poster_(flatpack)","price":385000},"8590":{"id":8590,"name":"Oak clock","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Oak clock (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Oak_clock_(flatpack)","price":1},"8592":{"id":8592,"name":"Teak clock","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Teak clock (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Teak_clock_(flatpack)","price":1400},"8594":{"id":8594,"name":"Gilded clock","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Gilded clock (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_clock_(flatpack)","price":745500},"8596":{"id":8596,"name":"Shaving stand","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Shaving stand (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Shaving_stand_(flatpack)","price":5500},"8598":{"id":8598,"name":"Oak shaving stand","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Oak shaving stand (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Oak_shaving_stand_(flatpack)","price":535},"8600":{"id":8600,"name":"Oak dresser","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Oak dresser (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Oak_dresser_(flatpack)","price":386},"8602":{"id":8602,"name":"Teak dresser","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Teak dresser (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Teak_dresser_(flatpack)","price":1073},"8604":{"id":8604,"name":"Fancy teak dresser","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Fancy teak dresser (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Fancy_teak_dresser_(flatpack)","price":329},"8606":{"id":8606,"name":"Mahogany dresser","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Mahogany dresser (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Mahogany_dresser_(flatpack)","price":8094},"8608":{"id":8608,"name":"Gilded dresser","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Gilded dresser (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_dresser_(flatpack)","price":497500},"8610":{"id":8610,"name":"Shoe box","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Shoe box (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Shoe_box_(flatpack)","price":51},"8612":{"id":8612,"name":"Oak drawers","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Oak drawers (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Oak_drawers_(flatpack)","price":34},"8614":{"id":8614,"name":"Oak wardrobe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Oak wardrobe (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Oak_wardrobe_(flatpack)","price":11},"8616":{"id":8616,"name":"Teak drawers","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Teak drawers (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Teak_drawers_(flatpack)","price":48},"8618":{"id":8618,"name":"Teak wardrobe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Teak wardrobe (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Teak_wardrobe_(flatpack)","price":5064},"8620":{"id":8620,"name":"Mahogany wardrobe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Mahogany wardrobe (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Mahogany_wardrobe_(flatpack)","price":1058},"8622":{"id":8622,"name":"Gilded wardrobe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Gilded wardrobe (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_wardrobe_(flatpack)","price":546000},"8624":{"id":8624,"name":"Crystal ball","members":true,"tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Crystal ball (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_ball_(flatpack)","price":0},"8626":{"id":8626,"name":"Elemental sphere","members":true,"tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Elemental sphere (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Elemental_sphere_(flatpack)","price":0},"8628":{"id":8628,"name":"Crystal of power","members":true,"tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Crystal of power (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_of_power_(flatpack)","price":0},"8630":{"id":8630,"name":"Globe","members":true,"tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Globe (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Globe_(flatpack)","price":0},"8632":{"id":8632,"name":"Ornamental globe","members":true,"tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Ornamental globe (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Ornamental_globe_(flatpack)","price":0},"8634":{"id":8634,"name":"Lunar globe","members":true,"tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Lunar globe (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Lunar_globe_(flatpack)","price":0},"8636":{"id":8636,"name":"Celestial globe","members":true,"tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Celestial globe (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Celestial_globe_(flatpack)","price":0},"8638":{"id":8638,"name":"Armillary sphere","members":true,"tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Armillary sphere (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Armillary_sphere_(flatpack)","price":0},"8640":{"id":8640,"name":"Small orrery","members":true,"tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Small orrery (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Small_orrery_(flatpack)","price":0},"8642":{"id":8642,"name":"Large orrery","members":true,"tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Large orrery (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Large_orrery_(flatpack)","price":0},"8644":{"id":8644,"name":"Oak telescope","members":true,"tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Oak telescope (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Oak_telescope_(flatpack)","price":0},"8646":{"id":8646,"name":"Teak telescope","members":true,"tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Teak telescope (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Teak_telescope_(flatpack)","price":0},"8648":{"id":8648,"name":"Mahogany telescope","members":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Mahogany telescope (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Mahogany_telescope_(flatpack)","price":0},"8650":{"id":8650,"name":"Banner","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Banner (Arrav)","wiki_url":"https://oldschool.runescape.wiki/w/Banner_(Arrav)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"8652":{"id":8652,"name":"Banner","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Banner (Asgarnia)","wiki_url":"https://oldschool.runescape.wiki/w/Banner_(Asgarnia)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"8654":{"id":8654,"name":"Banner","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Banner (Dorgeshuun)","wiki_url":"https://oldschool.runescape.wiki/w/Banner_(Dorgeshuun)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"8656":{"id":8656,"name":"Banner","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Banner (Dragon)","wiki_url":"https://oldschool.runescape.wiki/w/Banner_(Dragon)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"8658":{"id":8658,"name":"Banner","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Banner (Fairy)","wiki_url":"https://oldschool.runescape.wiki/w/Banner_(Fairy)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"8660":{"id":8660,"name":"Banner","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Banner (Guthix)","wiki_url":"https://oldschool.runescape.wiki/w/Banner_(Guthix)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"8662":{"id":8662,"name":"Banner","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Banner (HAM)","wiki_url":"https://oldschool.runescape.wiki/w/Banner_(HAM)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"8664":{"id":8664,"name":"Banner","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Banner (Horse)","wiki_url":"https://oldschool.runescape.wiki/w/Banner_(Horse)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"8666":{"id":8666,"name":"Banner","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Banner (Jogre)","wiki_url":"https://oldschool.runescape.wiki/w/Banner_(Jogre)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"8668":{"id":8668,"name":"Banner","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Banner (Kandarin)","wiki_url":"https://oldschool.runescape.wiki/w/Banner_(Kandarin)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"8670":{"id":8670,"name":"Banner","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Banner (Misthalin)","wiki_url":"https://oldschool.runescape.wiki/w/Banner_(Misthalin)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"8672":{"id":8672,"name":"Banner","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Banner (Money)","wiki_url":"https://oldschool.runescape.wiki/w/Banner_(Money)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"8674":{"id":8674,"name":"Banner","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Banner (Saradomin)","wiki_url":"https://oldschool.runescape.wiki/w/Banner_(Saradomin)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"8676":{"id":8676,"name":"Banner","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Banner (Skull)","wiki_url":"https://oldschool.runescape.wiki/w/Banner_(Skull)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"8678":{"id":8678,"name":"Banner","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Banner (Varrock)","wiki_url":"https://oldschool.runescape.wiki/w/Banner_(Varrock)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"8680":{"id":8680,"name":"Banner","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Banner (Zamorak)","wiki_url":"https://oldschool.runescape.wiki/w/Banner_(Zamorak)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"8682":{"id":8682,"name":"Steel heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":600,"lowalch":240,"highalch":360,"wiki_name":"Steel heraldic helm (Arrav)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_heraldic_helm_(Arrav)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":9,"defence_slash":10,"defence_crush":7,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":5}},"price":0},"8684":{"id":8684,"name":"Steel heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":600,"lowalch":240,"highalch":360,"wiki_name":"Steel heraldic helm (Asgarnia)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_heraldic_helm_(Asgarnia)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":9,"defence_slash":10,"defence_crush":7,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":5}},"price":0},"8686":{"id":8686,"name":"Steel heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":600,"lowalch":240,"highalch":360,"wiki_name":"Steel heraldic helm (Dorgeshuun)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_heraldic_helm_(Dorgeshuun)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":9,"defence_slash":10,"defence_crush":7,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":5}},"price":0},"8688":{"id":8688,"name":"Steel heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":600,"lowalch":240,"highalch":360,"wiki_name":"Steel heraldic helm (Dragon)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_heraldic_helm_(Dragon)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":9,"defence_slash":10,"defence_crush":7,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":5}},"price":0},"8690":{"id":8690,"name":"Steel heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":600,"lowalch":240,"highalch":360,"wiki_name":"Steel heraldic helm (Fairy)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_heraldic_helm_(Fairy)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":9,"defence_slash":10,"defence_crush":7,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":5}},"price":0},"8692":{"id":8692,"name":"Steel heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":600,"lowalch":240,"highalch":360,"wiki_name":"Steel heraldic helm (Guthix)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_heraldic_helm_(Guthix)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":9,"defence_slash":10,"defence_crush":7,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":5}},"price":0},"8694":{"id":8694,"name":"Steel heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":600,"lowalch":240,"highalch":360,"wiki_name":"Steel heraldic helm (HAM)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_heraldic_helm_(HAM)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":9,"defence_slash":10,"defence_crush":7,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":5}},"price":0},"8696":{"id":8696,"name":"Steel heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":600,"lowalch":240,"highalch":360,"wiki_name":"Steel heraldic helm (Horse)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_heraldic_helm_(Horse)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":9,"defence_slash":10,"defence_crush":7,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":5}},"price":0},"8698":{"id":8698,"name":"Steel heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":600,"lowalch":240,"highalch":360,"wiki_name":"Steel heraldic helm (Jogre)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_heraldic_helm_(Jogre)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":9,"defence_slash":10,"defence_crush":7,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":5}},"price":0},"8700":{"id":8700,"name":"Steel heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":600,"lowalch":240,"highalch":360,"wiki_name":"Steel heraldic helm (Kandarin)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_heraldic_helm_(Kandarin)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":9,"defence_slash":10,"defence_crush":7,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":5}},"price":0},"8702":{"id":8702,"name":"Steel heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":600,"lowalch":240,"highalch":360,"wiki_name":"Steel heraldic helm (Misthalin)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_heraldic_helm_(Misthalin)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":9,"defence_slash":10,"defence_crush":7,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":5}},"price":0},"8704":{"id":8704,"name":"Steel heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":600,"lowalch":240,"highalch":360,"wiki_name":"Steel heraldic helm (Money)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_heraldic_helm_(Money)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":9,"defence_slash":10,"defence_crush":7,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":5}},"price":0},"8706":{"id":8706,"name":"Steel heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":600,"lowalch":240,"highalch":360,"wiki_name":"Steel heraldic helm (Saradomin)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_heraldic_helm_(Saradomin)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":9,"defence_slash":10,"defence_crush":7,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":5}},"price":0},"8708":{"id":8708,"name":"Steel heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":600,"lowalch":240,"highalch":360,"wiki_name":"Steel heraldic helm (Skull)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_heraldic_helm_(Skull)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":9,"defence_slash":10,"defence_crush":7,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":5}},"price":0},"8710":{"id":8710,"name":"Steel heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":600,"lowalch":240,"highalch":360,"wiki_name":"Steel heraldic helm (Varrock)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_heraldic_helm_(Varrock)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":9,"defence_slash":10,"defence_crush":7,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":5}},"price":0},"8712":{"id":8712,"name":"Steel heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":600,"lowalch":240,"highalch":360,"wiki_name":"Steel heraldic helm (Zamorak)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_heraldic_helm_(Zamorak)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":9,"defence_slash":10,"defence_crush":7,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":5}},"price":0},"8714":{"id":8714,"name":"Rune kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":54400,"lowalch":21760,"highalch":32640,"wiki_name":"Rune kiteshield (Arrav)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_kiteshield_(Arrav)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":44,"defence_slash":48,"defence_crush":46,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":0},"8716":{"id":8716,"name":"Rune kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":54400,"lowalch":21760,"highalch":32640,"wiki_name":"Rune kiteshield (Asgarnia)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_kiteshield_(Asgarnia)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":44,"defence_slash":48,"defence_crush":46,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":0},"8718":{"id":8718,"name":"Rune kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":54400,"lowalch":21760,"highalch":32640,"wiki_name":"Rune kiteshield (Dorgeshuun)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_kiteshield_(Dorgeshuun)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":44,"defence_slash":48,"defence_crush":46,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":0},"8720":{"id":8720,"name":"Rune kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":54400,"lowalch":21760,"highalch":32640,"wiki_name":"Rune kiteshield (Dragon)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_kiteshield_(Dragon)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":44,"defence_slash":48,"defence_crush":46,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":0},"8722":{"id":8722,"name":"Rune kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":54400,"lowalch":21760,"highalch":32640,"wiki_name":"Rune kiteshield (Fairy)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_kiteshield_(Fairy)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":44,"defence_slash":48,"defence_crush":46,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":0},"8724":{"id":8724,"name":"Rune kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":54400,"lowalch":21760,"highalch":32640,"wiki_name":"Rune kiteshield (Guthix)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_kiteshield_(Guthix)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":44,"defence_slash":48,"defence_crush":46,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":0},"8726":{"id":8726,"name":"Rune kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":54400,"lowalch":21760,"highalch":32640,"wiki_name":"Rune kiteshield (HAM)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_kiteshield_(HAM)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":44,"defence_slash":48,"defence_crush":46,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":0},"8728":{"id":8728,"name":"Rune kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":54400,"lowalch":21760,"highalch":32640,"wiki_name":"Rune kiteshield (Horse)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_kiteshield_(Horse)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":44,"defence_slash":48,"defence_crush":46,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":0},"8730":{"id":8730,"name":"Rune kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":54400,"lowalch":21760,"highalch":32640,"wiki_name":"Rune kiteshield (Jogre)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_kiteshield_(Jogre)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":44,"defence_slash":48,"defence_crush":46,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":0},"8732":{"id":8732,"name":"Rune kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":54400,"lowalch":21760,"highalch":32640,"wiki_name":"Rune kiteshield (Kandarin)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_kiteshield_(Kandarin)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":44,"defence_slash":48,"defence_crush":46,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":0},"8734":{"id":8734,"name":"Rune kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":54400,"lowalch":21760,"highalch":32640,"wiki_name":"Rune kiteshield (Misthalin)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_kiteshield_(Misthalin)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":44,"defence_slash":48,"defence_crush":46,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":0},"8736":{"id":8736,"name":"Rune kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":54400,"lowalch":21760,"highalch":32640,"wiki_name":"Rune kiteshield (Money)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_kiteshield_(Money)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":44,"defence_slash":48,"defence_crush":46,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":0},"8738":{"id":8738,"name":"Rune kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":54400,"lowalch":21760,"highalch":32640,"wiki_name":"Rune kiteshield (Saradomin)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_kiteshield_(Saradomin)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":44,"defence_slash":48,"defence_crush":46,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":0},"8740":{"id":8740,"name":"Rune kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":54400,"lowalch":21760,"highalch":32640,"wiki_name":"Rune kiteshield (Skull)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_kiteshield_(Skull)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":44,"defence_slash":48,"defence_crush":46,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":0},"8742":{"id":8742,"name":"Rune kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":54400,"lowalch":21760,"highalch":32640,"wiki_name":"Rune kiteshield (Varrock)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_kiteshield_(Varrock)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":44,"defence_slash":48,"defence_crush":46,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":0},"8744":{"id":8744,"name":"Rune kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":54400,"lowalch":21760,"highalch":32640,"wiki_name":"Rune kiteshield (Zamorak)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_kiteshield_(Zamorak)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":44,"defence_slash":48,"defence_crush":46,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":0},"8746":{"id":8746,"name":"Steel kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":900,"lowalch":360,"highalch":540,"wiki_name":"Steel kiteshield (Arrav)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_kiteshield_(Arrav)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":13,"defence_slash":15,"defence_crush":14,"defence_magic":-1,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":5}},"price":0},"8748":{"id":8748,"name":"Steel kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":900,"lowalch":360,"highalch":540,"wiki_name":"Steel kiteshield (Asgarnia)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_kiteshield_(Asgarnia)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":13,"defence_slash":15,"defence_crush":14,"defence_magic":-1,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":5}},"price":0},"8750":{"id":8750,"name":"Steel kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":900,"lowalch":360,"highalch":540,"wiki_name":"Steel kiteshield (Dorgeshuun)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_kiteshield_(Dorgeshuun)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":13,"defence_slash":15,"defence_crush":14,"defence_magic":-1,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":5}},"price":0},"8752":{"id":8752,"name":"Steel kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":900,"lowalch":360,"highalch":540,"wiki_name":"Steel kiteshield (Dragon)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_kiteshield_(Dragon)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":13,"defence_slash":15,"defence_crush":14,"defence_magic":-1,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":5}},"price":0},"8754":{"id":8754,"name":"Steel kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":900,"lowalch":360,"highalch":540,"wiki_name":"Steel kiteshield (Fairy)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_kiteshield_(Fairy)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":13,"defence_slash":15,"defence_crush":14,"defence_magic":-1,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":5}},"price":0},"8756":{"id":8756,"name":"Steel kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":900,"lowalch":360,"highalch":540,"wiki_name":"Steel kiteshield (Guthix)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_kiteshield_(Guthix)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":13,"defence_slash":15,"defence_crush":14,"defence_magic":-1,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":5}},"price":0},"8758":{"id":8758,"name":"Steel kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":900,"lowalch":360,"highalch":540,"wiki_name":"Steel kiteshield (HAM)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_kiteshield_(HAM)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":13,"defence_slash":15,"defence_crush":14,"defence_magic":-1,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":5}},"price":0},"8760":{"id":8760,"name":"Steel kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":900,"lowalch":360,"highalch":540,"wiki_name":"Steel kiteshield (Horse)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_kiteshield_(Horse)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":13,"defence_slash":15,"defence_crush":14,"defence_magic":-1,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":5}},"price":0},"8762":{"id":8762,"name":"Steel kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":900,"lowalch":360,"highalch":540,"wiki_name":"Steel kiteshield (Jogre)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_kiteshield_(Jogre)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":13,"defence_slash":15,"defence_crush":14,"defence_magic":-1,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":5}},"price":0},"8764":{"id":8764,"name":"Steel kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":900,"lowalch":360,"highalch":540,"wiki_name":"Steel kiteshield (Kandarin)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_kiteshield_(Kandarin)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":13,"defence_slash":15,"defence_crush":14,"defence_magic":-1,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":5}},"price":0},"8766":{"id":8766,"name":"Steel kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":900,"lowalch":360,"highalch":540,"wiki_name":"Steel kiteshield (Misthalin)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_kiteshield_(Misthalin)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":13,"defence_slash":15,"defence_crush":14,"defence_magic":-1,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":5}},"price":0},"8768":{"id":8768,"name":"Steel kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":900,"lowalch":360,"highalch":540,"wiki_name":"Steel kiteshield (Money)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_kiteshield_(Money)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":13,"defence_slash":15,"defence_crush":14,"defence_magic":-1,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":5}},"price":0},"8770":{"id":8770,"name":"Steel kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":900,"lowalch":360,"highalch":540,"wiki_name":"Steel kiteshield (Saradomin)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_kiteshield_(Saradomin)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":13,"defence_slash":15,"defence_crush":14,"defence_magic":-1,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":5}},"price":0},"8772":{"id":8772,"name":"Steel kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":900,"lowalch":360,"highalch":540,"wiki_name":"Steel kiteshield (Skull)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_kiteshield_(Skull)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":13,"defence_slash":15,"defence_crush":14,"defence_magic":-1,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":5}},"price":0},"8774":{"id":8774,"name":"Steel kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":900,"lowalch":360,"highalch":540,"wiki_name":"Steel kiteshield (Varrock)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_kiteshield_(Varrock)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":13,"defence_slash":15,"defence_crush":14,"defence_magic":-1,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":5}},"price":0},"8776":{"id":8776,"name":"Steel kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":900,"lowalch":360,"highalch":540,"wiki_name":"Steel kiteshield (Zamorak)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_kiteshield_(Zamorak)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":13,"defence_slash":15,"defence_crush":14,"defence_magic":-1,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":5}},"price":0},"8778":{"id":8778,"name":"Oak plank","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":13000,"wiki_name":"Oak plank","wiki_url":"https://oldschool.runescape.wiki/w/Oak_plank","price":461},"8780":{"id":8780,"name":"Teak plank","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":13000,"wiki_name":"Teak plank","wiki_url":"https://oldschool.runescape.wiki/w/Teak_plank","price":853},"8782":{"id":8782,"name":"Mahogany plank","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1500,"lowalch":600,"highalch":900,"buy_limit":13000,"wiki_name":"Mahogany plank","wiki_url":"https://oldschool.runescape.wiki/w/Mahogany_plank","price":2175},"8784":{"id":8784,"name":"Gold leaf","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100000,"lowalch":40000,"highalch":60000,"buy_limit":11000,"wiki_name":"Gold leaf","wiki_url":"https://oldschool.runescape.wiki/w/Gold_leaf","price":133131},"8786":{"id":8786,"name":"Marble block","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":250000,"lowalch":100000,"highalch":150000,"buy_limit":11000,"wiki_name":"Marble block","wiki_url":"https://oldschool.runescape.wiki/w/Marble_block","price":334016},"8788":{"id":8788,"name":"Magic stone","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":750000,"lowalch":300000,"highalch":450000,"buy_limit":11000,"wiki_name":"Magic stone","wiki_url":"https://oldschool.runescape.wiki/w/Magic_stone","price":986888},"8790":{"id":8790,"name":"Bolt of cloth","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":13000,"wiki_name":"Bolt of cloth","wiki_url":"https://oldschool.runescape.wiki/w/Bolt_of_cloth","price":863},"8792":{"id":8792,"name":"Clockwork","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":11000,"wiki_name":"Clockwork","wiki_url":"https://oldschool.runescape.wiki/w/Clockwork","price":720},"8794":{"id":8794,"name":"Saw","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":40,"wiki_name":"Saw","wiki_url":"https://oldschool.runescape.wiki/w/Saw","price":3},"8837":{"id":8837,"name":"Timber beam","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Timber beam","wiki_url":"https://oldschool.runescape.wiki/w/Timber_beam","price":742},"8839":{"id":8839,"name":"Void knight top","members":true,"equipable":true,"equipable_by_player":true,"cost":48000,"lowalch":19200,"highalch":28800,"wiki_name":"Void knight top (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Void_knight_top#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":45,"defence_slash":45,"defence_crush":45,"defence_magic":45,"defence_ranged":45,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"attack":42,"strength":42,"hitpoints":42,"ranged":42,"magic":42,"defence":42,"prayer":22}},"price":0},"8840":{"id":8840,"name":"Void knight robe","members":true,"equipable":true,"equipable_by_player":true,"cost":45000,"lowalch":18000,"highalch":27000,"wiki_name":"Void knight robe (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Void_knight_robe#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":30,"defence_slash":30,"defence_crush":30,"defence_magic":30,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"attack":42,"strength":42,"hitpoints":42,"ranged":42,"magic":42,"defence":42,"prayer":22}},"price":0},"8841":{"id":8841,"name":"Void knight mace","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":12000,"lowalch":4800,"highalch":7200,"wiki_name":"Void knight mace (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Void_knight_mace#Normal","equipment":{"attack_stab":22,"attack_slash":0,"attack_crush":41,"attack_magic":8,"attack_ranged":0,"defence_stab":2,"defence_slash":2,"defence_crush":2,"defence_magic":2,"defence_ranged":2,"melee_strength":38,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"weapon","requirements":{"attack":42,"strength":42,"hitpoints":42,"ranged":42,"magic":42,"defence":42,"prayer":22}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"8842":{"id":8842,"name":"Void knight gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":6052,"lowalch":2420,"highalch":3631,"wiki_name":"Void knight gloves (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Void_knight_gloves#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":6,"defence_slash":6,"defence_crush":6,"defence_magic":4,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"attack":42,"strength":42,"hitpoints":42,"ranged":42,"magic":42,"defence":42,"prayer":22}},"price":0},"8844":{"id":8844,"name":"Bronze defender","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bronze defender (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_defender#Normal","equipment":{"attack_stab":3,"attack_slash":2,"attack_crush":1,"attack_magic":-3,"attack_ranged":-2,"defence_stab":3,"defence_slash":2,"defence_crush":1,"defence_magic":-3,"defence_ranged":-2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"attack":1,"defence":1}},"price":0},"8845":{"id":8845,"name":"Iron defender","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Iron defender (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_defender#Normal","equipment":{"attack_stab":5,"attack_slash":4,"attack_crush":3,"attack_magic":-3,"attack_ranged":-2,"defence_stab":5,"defence_slash":4,"defence_crush":3,"defence_magic":-3,"defence_ranged":-2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"attack":1,"defence":1}},"price":0},"8846":{"id":8846,"name":"Steel defender","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Steel defender (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_defender#Normal","equipment":{"attack_stab":7,"attack_slash":6,"attack_crush":5,"attack_magic":-3,"attack_ranged":-2,"defence_stab":7,"defence_slash":6,"defence_crush":5,"defence_magic":-3,"defence_ranged":-2,"melee_strength":1,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"attack":5,"defence":5}},"price":0},"8847":{"id":8847,"name":"Black defender","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Black defender (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Black_defender#Normal","equipment":{"attack_stab":9,"attack_slash":8,"attack_crush":7,"attack_magic":-3,"attack_ranged":-2,"defence_stab":9,"defence_slash":8,"defence_crush":7,"defence_magic":-3,"defence_ranged":-2,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"attack":10,"defence":10}},"price":0},"8848":{"id":8848,"name":"Mithril defender","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mithril defender (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_defender#Normal","equipment":{"attack_stab":10,"attack_slash":9,"attack_crush":8,"attack_magic":-3,"attack_ranged":-2,"defence_stab":10,"defence_slash":9,"defence_crush":8,"defence_magic":-3,"defence_ranged":-2,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"attack":20,"defence":20}},"price":0},"8849":{"id":8849,"name":"Adamant defender","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Adamant defender (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_defender#Normal","equipment":{"attack_stab":13,"attack_slash":12,"attack_crush":11,"attack_magic":-3,"attack_ranged":-2,"defence_stab":13,"defence_slash":12,"defence_crush":11,"defence_magic":-3,"defence_ranged":-2,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"attack":30,"defence":30}},"price":0},"8850":{"id":8850,"name":"Rune defender","members":true,"equipable":true,"equipable_by_player":true,"cost":65004,"lowalch":26001,"highalch":39002,"wiki_name":"Rune defender (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_defender#Normal","equipment":{"attack_stab":20,"attack_slash":19,"attack_crush":18,"attack_magic":-3,"attack_ranged":-2,"defence_stab":20,"defence_slash":19,"defence_crush":18,"defence_magic":-3,"defence_ranged":-2,"melee_strength":5,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"attack":40,"defence":40}},"price":0},"8851":{"id":8851,"name":"Warrior guild token","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Warrior guild token","wiki_url":"https://oldschool.runescape.wiki/w/Warrior_guild_token","price":0},"8856":{"id":8856,"name":"Defensive shield","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Defensive shield","wiki_url":"https://oldschool.runescape.wiki/w/Defensive_shield","price":0},"8857":{"id":8857,"name":"Shot","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shot (animation item)","wiki_url":"https://oldschool.runescape.wiki/w/Shot_(animation_item)","price":0},"8858":{"id":8858,"name":"18lb shot","members":true,"cost":1,"wiki_name":"18lb shot","wiki_url":"https://oldschool.runescape.wiki/w/18lb_shot","price":0},"8859":{"id":8859,"name":"22lb shot","members":true,"cost":1,"wiki_name":"22lb shot","wiki_url":"https://oldschool.runescape.wiki/w/22lb_shot","price":0},"8860":{"id":8860,"name":"One barrel","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"One barrel","wiki_url":"https://oldschool.runescape.wiki/w/One_barrel","price":0},"8861":{"id":8861,"name":"Two barrels","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Two barrels","wiki_url":"https://oldschool.runescape.wiki/w/Two_barrels","price":0},"8862":{"id":8862,"name":"Three barrels","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Three barrels","wiki_url":"https://oldschool.runescape.wiki/w/Three_barrels","price":0},"8863":{"id":8863,"name":"Four barrels","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Four barrels","wiki_url":"https://oldschool.runescape.wiki/w/Four_barrels","price":0},"8864":{"id":8864,"name":"Five barrels","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Five barrels","wiki_url":"https://oldschool.runescape.wiki/w/Five_barrels","price":0},"8865":{"id":8865,"name":"Ground ashes","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Ground ashes","wiki_url":"https://oldschool.runescape.wiki/w/Ground_ashes","price":0},"8866":{"id":8866,"name":"Steel key","members":true,"cost":1,"wiki_name":"Steel key (H.A.M.)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_key_(H.A.M.)","price":0,"lowalch":0,"highalch":0},"8867":{"id":8867,"name":"Bronze key","members":true,"cost":1,"wiki_name":"Bronze key (H.A.M.)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_key_(H.A.M.)","price":0},"8868":{"id":8868,"name":"Silver key","members":true,"cost":1,"wiki_name":"Silver key (H.A.M.)","wiki_url":"https://oldschool.runescape.wiki/w/Silver_key_(H.A.M.)","price":0,"lowalch":0,"highalch":0},"8869":{"id":8869,"name":"Iron key","members":true,"cost":1,"wiki_name":"Iron key (H.A.M.)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_key_(H.A.M.)","price":0,"lowalch":0,"highalch":0},"8870":{"id":8870,"name":"Zanik","members":true,"cost":1,"wiki_name":"Zanik (item)","wiki_url":"https://oldschool.runescape.wiki/w/Zanik_(item)","price":0},"8871":{"id":8871,"name":"Crate with zanik","members":true,"cost":1,"wiki_name":"Crate with zanik","wiki_url":"https://oldschool.runescape.wiki/w/Crate_with_zanik","price":0},"8872":{"id":8872,"name":"Bone dagger","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":70,"wiki_name":"Bone dagger (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_dagger#Unpoisoned","equipment":{"attack_stab":5,"attack_slash":3,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":4096},"8874":{"id":8874,"name":"Bone dagger (p)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":70,"wiki_name":"Bone dagger (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_dagger#Poison","equipment":{"attack_stab":5,"attack_slash":3,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":5311},"8876":{"id":8876,"name":"Bone dagger (p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":70,"wiki_name":"Bone dagger (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_dagger#Poison+","equipment":{"attack_stab":5,"attack_slash":3,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1750},"8878":{"id":8878,"name":"Bone dagger (p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":70,"wiki_name":"Bone dagger (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_dagger#Poison++","equipment":{"attack_stab":5,"attack_slash":3,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":10567},"8880":{"id":8880,"name":"Dorgeshuun crossbow","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":70,"wiki_name":"Dorgeshuun crossbow","wiki_url":"https://oldschool.runescape.wiki/w/Dorgeshuun_crossbow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":42,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":28}},"weapon":{"attack_speed":5,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":2625},"8882":{"id":8882,"name":"Bone bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":11000,"wiki_name":"Bone bolts","wiki_url":"https://oldschool.runescape.wiki/w/Bone_bolts","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":49,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":28}},"price":4},"8887":{"id":8887,"name":"Zanik","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Zanik (unobtainable item) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Zanik_(unobtainable_item)#Normal","price":0},"8888":{"id":8888,"name":"Zanik (ham)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Zanik (unobtainable item) (H.A.M.)","wiki_url":"https://oldschool.runescape.wiki/w/Zanik_(unobtainable_item)#H.A.M.","price":0},"8889":{"id":8889,"name":"Zanik (showdown)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Zanik (unobtainable item) (Showdown)","wiki_url":"https://oldschool.runescape.wiki/w/Zanik_(unobtainable_item)#Showdown","price":0},"8900":{"id":8900,"name":"Cave horror","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"8901":{"id":8901,"name":"Black mask (10)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"buy_limit":70,"wiki_name":"Black mask (10)","wiki_url":"https://oldschool.runescape.wiki/w/Black_mask#(10)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":9,"defence_slash":10,"defence_crush":8,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10,"strength":20,"combat":40}},"price":636836},"8903":{"id":8903,"name":"Black mask (9)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Black mask (9)","wiki_url":"https://oldschool.runescape.wiki/w/Black_mask#(9)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":9,"defence_slash":10,"defence_crush":8,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10,"strength":20,"combat":40}},"price":0},"8905":{"id":8905,"name":"Black mask (8)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Black mask (8)","wiki_url":"https://oldschool.runescape.wiki/w/Black_mask#(8)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":9,"defence_slash":10,"defence_crush":8,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10,"strength":20,"combat":40}},"price":0},"8907":{"id":8907,"name":"Black mask (7)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Black mask (7)","wiki_url":"https://oldschool.runescape.wiki/w/Black_mask#(7)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":9,"defence_slash":10,"defence_crush":8,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10,"strength":20,"combat":40}},"price":0},"8909":{"id":8909,"name":"Black mask (6)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Black mask (6)","wiki_url":"https://oldschool.runescape.wiki/w/Black_mask#(6)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":9,"defence_slash":10,"defence_crush":8,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10,"strength":20,"combat":40}},"price":0},"8911":{"id":8911,"name":"Black mask (5)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Black mask (5)","wiki_url":"https://oldschool.runescape.wiki/w/Black_mask#(5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":9,"defence_slash":10,"defence_crush":8,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10,"strength":20,"combat":40}},"price":0},"8913":{"id":8913,"name":"Black mask (4)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Black mask (4)","wiki_url":"https://oldschool.runescape.wiki/w/Black_mask#(4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":9,"defence_slash":10,"defence_crush":8,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10,"strength":20,"combat":40}},"price":0},"8915":{"id":8915,"name":"Black mask (3)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Black mask (3)","wiki_url":"https://oldschool.runescape.wiki/w/Black_mask#(3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":9,"defence_slash":10,"defence_crush":8,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10,"strength":20,"combat":40}},"price":0},"8917":{"id":8917,"name":"Black mask (2)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Black mask (2)","wiki_url":"https://oldschool.runescape.wiki/w/Black_mask#(2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":9,"defence_slash":10,"defence_crush":8,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10,"strength":20,"combat":40}},"price":0},"8919":{"id":8919,"name":"Black mask (1)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Black mask (1)","wiki_url":"https://oldschool.runescape.wiki/w/Black_mask#(1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":9,"defence_slash":10,"defence_crush":8,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10,"strength":20,"combat":40}},"price":0},"8921":{"id":8921,"name":"Black mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"buy_limit":70,"wiki_name":"Black mask (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Black_mask#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":9,"defence_slash":10,"defence_crush":8,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10,"strength":20,"combat":40}},"price":657858},"8923":{"id":8923,"name":"Witchwood icon","members":true,"equipable":true,"equipable_by_player":true,"cost":900,"lowalch":360,"highalch":540,"wiki_name":"Witchwood icon","wiki_url":"https://oldschool.runescape.wiki/w/Witchwood_icon","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"neck","requirements":{"slayer":35}},"price":0},"8924":{"id":8924,"name":"Bandana eyepatch","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":150,"wiki_name":"Bandana eyepatch (white)","wiki_url":"https://oldschool.runescape.wiki/w/Bandana_eyepatch_(white)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"8925":{"id":8925,"name":"Bandana eyepatch","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":150,"wiki_name":"Bandana eyepatch (red)","wiki_url":"https://oldschool.runescape.wiki/w/Bandana_eyepatch_(red)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":5},"8926":{"id":8926,"name":"Bandana eyepatch","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":150,"wiki_name":"Bandana eyepatch (blue)","wiki_url":"https://oldschool.runescape.wiki/w/Bandana_eyepatch_(blue)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":560},"8927":{"id":8927,"name":"Bandana eyepatch","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":150,"wiki_name":"Bandana eyepatch (brown)","wiki_url":"https://oldschool.runescape.wiki/w/Bandana_eyepatch_(brown)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":1116},"8928":{"id":8928,"name":"Hat eyepatch","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":150,"wiki_name":"Hat eyepatch","wiki_url":"https://oldschool.runescape.wiki/w/Hat_eyepatch","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":156656},"8929":{"id":8929,"name":"Crabclaw hook","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Crabclaw hook","wiki_url":"https://oldschool.runescape.wiki/w/Crabclaw_hook","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":3,"defence_slash":5,"defence_crush":3,"defence_magic":0,"defence_ranged":0,"melee_strength":1,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"8930":{"id":8930,"name":"Pipe section","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pipe section","wiki_url":"https://oldschool.runescape.wiki/w/Pipe_section","price":0},"8932":{"id":8932,"name":"Lumber patch","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Lumber patch","wiki_url":"https://oldschool.runescape.wiki/w/Lumber_patch","price":0},"8934":{"id":8934,"name":"Scrapey tree logs","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Scrapey tree logs","wiki_url":"https://oldschool.runescape.wiki/w/Scrapey_tree_logs","price":0},"8936":{"id":8936,"name":"Blue flowers","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue flowers (Trouble Brewing)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_flowers_(Trouble_Brewing)","price":0},"8938":{"id":8938,"name":"Red flowers","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red flowers (Trouble Brewing)","wiki_url":"https://oldschool.runescape.wiki/w/Red_flowers_(Trouble_Brewing)","price":0},"8940":{"id":8940,"name":"Rum","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Rum (red)","wiki_url":"https://oldschool.runescape.wiki/w/Rum_(red)","price":0},"8941":{"id":8941,"name":"Rum","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Rum (blue)","wiki_url":"https://oldschool.runescape.wiki/w/Rum_(blue)","price":0},"8942":{"id":8942,"name":"Monkey","members":true,"cost":1,"wiki_name":"Monkey (Trouble Brewing)","wiki_url":"https://oldschool.runescape.wiki/w/Monkey_(Trouble_Brewing)","price":0,"lowalch":0,"highalch":0},"8943":{"id":8943,"name":"Blue monkey","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue monkey (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_monkey#Normal","price":0},"8944":{"id":8944,"name":"Blue monkey","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue monkey (Cautious)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_monkey#Cautious","price":0},"8945":{"id":8945,"name":"Blue monkey","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue monkey (Angry)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_monkey#Angry","price":0},"8946":{"id":8946,"name":"Red monkey","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red monkey (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Red_monkey#Normal","price":0},"8947":{"id":8947,"name":"Red monkey","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red monkey (Cautious)","wiki_url":"https://oldschool.runescape.wiki/w/Red_monkey#Cautious","price":0},"8948":{"id":8948,"name":"Red monkey","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red monkey (Angry)","wiki_url":"https://oldschool.runescape.wiki/w/Red_monkey#Angry","price":0},"8949":{"id":8949,"name":"Pirate bandana","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Pirate bandana (Trouble Brewing)","wiki_url":"https://oldschool.runescape.wiki/w/Pirate_bandana_(Trouble_Brewing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"8950":{"id":8950,"name":"Pirate hat","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Pirate hat","wiki_url":"https://oldschool.runescape.wiki/w/Pirate_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"8951":{"id":8951,"name":"Pieces of eight","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pieces of eight","wiki_url":"https://oldschool.runescape.wiki/w/Pieces_of_eight","price":0},"8952":{"id":8952,"name":"Blue naval shirt","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Blue naval shirt","wiki_url":"https://oldschool.runescape.wiki/w/Blue_naval_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"8953":{"id":8953,"name":"Green naval shirt","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Green naval shirt","wiki_url":"https://oldschool.runescape.wiki/w/Green_naval_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"8954":{"id":8954,"name":"Red naval shirt","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Red naval shirt","wiki_url":"https://oldschool.runescape.wiki/w/Red_naval_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"8955":{"id":8955,"name":"Brown naval shirt","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Brown naval shirt","wiki_url":"https://oldschool.runescape.wiki/w/Brown_naval_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"8956":{"id":8956,"name":"Black naval shirt","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Black naval shirt","wiki_url":"https://oldschool.runescape.wiki/w/Black_naval_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"8957":{"id":8957,"name":"Purple naval shirt","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Purple naval shirt","wiki_url":"https://oldschool.runescape.wiki/w/Purple_naval_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"8958":{"id":8958,"name":"Grey naval shirt","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Grey naval shirt","wiki_url":"https://oldschool.runescape.wiki/w/Grey_naval_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"8959":{"id":8959,"name":"Blue tricorn hat","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Blue tricorn hat","wiki_url":"https://oldschool.runescape.wiki/w/Blue_tricorn_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"8960":{"id":8960,"name":"Green tricorn hat","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Green tricorn hat","wiki_url":"https://oldschool.runescape.wiki/w/Green_tricorn_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"8961":{"id":8961,"name":"Red tricorn hat","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Red tricorn hat","wiki_url":"https://oldschool.runescape.wiki/w/Red_tricorn_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"8962":{"id":8962,"name":"Brown tricorn hat","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Brown tricorn hat","wiki_url":"https://oldschool.runescape.wiki/w/Brown_tricorn_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"8963":{"id":8963,"name":"Black tricorn hat","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Black tricorn hat","wiki_url":"https://oldschool.runescape.wiki/w/Black_tricorn_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"8964":{"id":8964,"name":"Purple tricorn hat","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Purple tricorn hat","wiki_url":"https://oldschool.runescape.wiki/w/Purple_tricorn_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"8965":{"id":8965,"name":"Grey tricorn hat","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Grey tricorn hat","wiki_url":"https://oldschool.runescape.wiki/w/Grey_tricorn_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"8966":{"id":8966,"name":"Cutthroat flag","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Cutthroat flag","wiki_url":"https://oldschool.runescape.wiki/w/Cutthroat_flag","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"8967":{"id":8967,"name":"Gilded smile flag","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Gilded smile flag","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_smile_flag","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"8968":{"id":8968,"name":"Bronze fist flag","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":300,"lowalch":120,"highalch":180,"wiki_name":"Bronze fist flag","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_fist_flag","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"8969":{"id":8969,"name":"Lucky shot flag","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":400,"lowalch":160,"highalch":240,"wiki_name":"Lucky shot flag","wiki_url":"https://oldschool.runescape.wiki/w/Lucky_shot_flag","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"8970":{"id":8970,"name":"Treasure flag","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":500,"lowalch":200,"highalch":300,"wiki_name":"Treasure flag","wiki_url":"https://oldschool.runescape.wiki/w/Treasure_flag","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"8971":{"id":8971,"name":"Phasmatys flag","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":600,"lowalch":240,"highalch":360,"wiki_name":"Phasmatys flag","wiki_url":"https://oldschool.runescape.wiki/w/Phasmatys_flag","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"8972":{"id":8972,"name":"Bowl of red water","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bowl of red water","wiki_url":"https://oldschool.runescape.wiki/w/Bowl_of_red_water","price":0},"8974":{"id":8974,"name":"Bowl of blue water","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bowl of blue water","wiki_url":"https://oldschool.runescape.wiki/w/Bowl_of_blue_water","price":0},"8976":{"id":8976,"name":"Bitternut","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bitternut","wiki_url":"https://oldschool.runescape.wiki/w/Bitternut","price":0},"8977":{"id":8977,"name":"Scrapey bark","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Scrapey bark","wiki_url":"https://oldschool.runescape.wiki/w/Scrapey_bark","price":0},"8979":{"id":8979,"name":"Bridge section","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bridge section","wiki_url":"https://oldschool.runescape.wiki/w/Bridge_section","price":0},"8981":{"id":8981,"name":"Sweetgrubs","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sweetgrubs","wiki_url":"https://oldschool.runescape.wiki/w/Sweetgrubs","price":0},"8986":{"id":8986,"name":"Bucket","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bucket (animation item)","wiki_url":"https://oldschool.runescape.wiki/w/Bucket_(animation_item)","price":0},"8987":{"id":8987,"name":"Torch","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Torch (animation item, Trouble Brewing)","wiki_url":"https://oldschool.runescape.wiki/w/Torch_(animation_item,_Trouble_Brewing)","price":0},"8988":{"id":8988,"name":"The stuff","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"The stuff","wiki_url":"https://oldschool.runescape.wiki/w/The_stuff","price":0},"8989":{"id":8989,"name":"Brewin' guide","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Brewin' guide","wiki_url":"https://oldschool.runescape.wiki/w/Brewin'_guide","price":0},"8990":{"id":8990,"name":"Brewin' guide","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Brewin' guide (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Brewin'_guide_(unobtainable_item)","price":0},"8991":{"id":8991,"name":"Blue navy slacks","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Blue navy slacks","wiki_url":"https://oldschool.runescape.wiki/w/Blue_navy_slacks","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"8992":{"id":8992,"name":"Green navy slacks","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Green navy slacks","wiki_url":"https://oldschool.runescape.wiki/w/Green_navy_slacks","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"8993":{"id":8993,"name":"Red navy slacks","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Red navy slacks","wiki_url":"https://oldschool.runescape.wiki/w/Red_navy_slacks","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"8994":{"id":8994,"name":"Brown navy slacks","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Brown navy slacks","wiki_url":"https://oldschool.runescape.wiki/w/Brown_navy_slacks","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"8995":{"id":8995,"name":"Black navy slacks","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Black navy slacks","wiki_url":"https://oldschool.runescape.wiki/w/Black_navy_slacks","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"8996":{"id":8996,"name":"Purple navy slacks","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Purple navy slacks","wiki_url":"https://oldschool.runescape.wiki/w/Purple_navy_slacks","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"8997":{"id":8997,"name":"Grey navy slacks","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Grey navy slacks","wiki_url":"https://oldschool.runescape.wiki/w/Grey_navy_slacks","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"9003":{"id":9003,"name":"Security book","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":15,"wiki_name":"Security book","wiki_url":"https://oldschool.runescape.wiki/w/Security_book","price":85},"9004":{"id":9004,"name":"Stronghold notes","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":15,"wiki_name":"Stronghold notes","wiki_url":"https://oldschool.runescape.wiki/w/Stronghold_notes","price":166},"9005":{"id":9005,"name":"Fancy boots","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fancy boots","wiki_url":"https://oldschool.runescape.wiki/w/Fancy_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":1,"defence_slash":2,"defence_crush":3,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"9006":{"id":9006,"name":"Fighting boots","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fighting boots","wiki_url":"https://oldschool.runescape.wiki/w/Fighting_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":1,"defence_slash":2,"defence_crush":3,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"9007":{"id":9007,"name":"Right skull half","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Right skull half","wiki_url":"https://oldschool.runescape.wiki/w/Right_skull_half","price":0},"9008":{"id":9008,"name":"Left skull half","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Left skull half","wiki_url":"https://oldschool.runescape.wiki/w/Left_skull_half","price":0},"9009":{"id":9009,"name":"Strange skull","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Strange skull","wiki_url":"https://oldschool.runescape.wiki/w/Strange_skull","price":0},"9010":{"id":9010,"name":"Top of sceptre","cost":1,"wiki_name":"Top of sceptre","wiki_url":"https://oldschool.runescape.wiki/w/Top_of_sceptre","price":0},"9011":{"id":9011,"name":"Bottom of sceptre","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bottom of sceptre","wiki_url":"https://oldschool.runescape.wiki/w/Bottom_of_sceptre","price":0},"9012":{"id":9012,"name":"Runed sceptre","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Runed sceptre","wiki_url":"https://oldschool.runescape.wiki/w/Runed_sceptre","price":0},"9013":{"id":9013,"name":"Skull sceptre","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Skull sceptre","wiki_url":"https://oldschool.runescape.wiki/w/Skull_sceptre","equipment":{"attack_stab":0,"attack_slash":-1,"attack_crush":7,"attack_magic":10,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":4,"defence_ranged":0,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"9016":{"id":9016,"name":"Gorak claws","members":true,"cost":150,"lowalch":60,"highalch":90,"wiki_name":"Gorak claws","wiki_url":"https://oldschool.runescape.wiki/w/Gorak_claws","price":0},"9017":{"id":9017,"name":"Star flower","members":true,"cost":75,"lowalch":30,"highalch":45,"wiki_name":"Star flower","wiki_url":"https://oldschool.runescape.wiki/w/Star_flower","price":0},"9018":{"id":9018,"name":"Gorak claw powder","members":true,"cost":150,"lowalch":60,"highalch":90,"wiki_name":"Gorak claw powder","wiki_url":"https://oldschool.runescape.wiki/w/Gorak_claw_powder","price":0},"9019":{"id":9019,"name":"Magic essence (unf)","members":true,"cost":75,"lowalch":30,"highalch":45,"wiki_name":"Magic essence (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Magic_essence_(unf)","price":0},"9020":{"id":9020,"name":"Queen's secateurs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Queen's secateurs (Fairytale II)","wiki_url":"https://oldschool.runescape.wiki/w/Queen's_secateurs#Fairytale_II","price":0},"9021":{"id":9021,"name":"Magic essence(4)","members":true,"cost":280,"lowalch":112,"highalch":168,"wiki_name":"Magic essence (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Magic_essence#4_dose","price":0},"9022":{"id":9022,"name":"Magic essence(3)","members":true,"cost":230,"lowalch":92,"highalch":138,"wiki_name":"Magic essence (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Magic_essence#3_dose","price":0},"9023":{"id":9023,"name":"Magic essence(2)","members":true,"cost":180,"lowalch":72,"highalch":108,"wiki_name":"Magic essence (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Magic_essence#2_dose","price":0},"9024":{"id":9024,"name":"Magic essence(1)","members":true,"cost":130,"lowalch":52,"highalch":78,"wiki_name":"Magic essence (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Magic_essence#1_dose","price":0},"9025":{"id":9025,"name":"Nuff's certificate","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Nuff's certificate","wiki_url":"https://oldschool.runescape.wiki/w/Nuff's_certificate","price":0},"9026":{"id":9026,"name":"Ivory comb","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":13000,"wiki_name":"Ivory comb","wiki_url":"https://oldschool.runescape.wiki/w/Ivory_comb","price":893},"9028":{"id":9028,"name":"Golden scarab","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":13000,"wiki_name":"Golden scarab","wiki_url":"https://oldschool.runescape.wiki/w/Golden_scarab","price":1038},"9030":{"id":9030,"name":"Stone scarab","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":13000,"wiki_name":"Stone scarab","wiki_url":"https://oldschool.runescape.wiki/w/Stone_scarab","price":175},"9032":{"id":9032,"name":"Pottery scarab","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":13000,"wiki_name":"Pottery scarab","wiki_url":"https://oldschool.runescape.wiki/w/Pottery_scarab","price":223},"9034":{"id":9034,"name":"Golden statuette","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":13000,"wiki_name":"Golden statuette","wiki_url":"https://oldschool.runescape.wiki/w/Golden_statuette","price":1287},"9036":{"id":9036,"name":"Pottery statuette","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":13000,"wiki_name":"Pottery statuette","wiki_url":"https://oldschool.runescape.wiki/w/Pottery_statuette","price":98},"9038":{"id":9038,"name":"Stone statuette","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":13000,"wiki_name":"Stone statuette","wiki_url":"https://oldschool.runescape.wiki/w/Stone_statuette","price":217},"9040":{"id":9040,"name":"Gold seal","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":13000,"wiki_name":"Gold seal","wiki_url":"https://oldschool.runescape.wiki/w/Gold_seal","price":786},"9042":{"id":9042,"name":"Stone seal","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":13000,"wiki_name":"Stone seal","wiki_url":"https://oldschool.runescape.wiki/w/Stone_seal","price":150},"9044":{"id":9044,"name":"Pharaoh's sceptre","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":83334,"lowalch":33333,"highalch":50000,"wiki_name":"Pharaoh's sceptre (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Pharaoh's_sceptre#Charged","equipment":{"attack_stab":7,"attack_slash":-1,"attack_crush":25,"attack_magic":10,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":10,"defence_ranged":0,"melee_strength":32,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"polestaff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"9052":{"id":9052,"name":"Locust meat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":6000,"wiki_name":"Locust meat","wiki_url":"https://oldschool.runescape.wiki/w/Locust_meat","price":12535},"9054":{"id":9054,"name":"Red goblin mail","cost":40,"lowalch":16,"highalch":24,"wiki_name":"Red goblin mail","wiki_url":"https://oldschool.runescape.wiki/w/Red_goblin_mail","price":0},"9055":{"id":9055,"name":"Black goblin mail","cost":40,"lowalch":16,"highalch":24,"wiki_name":"Black goblin mail","wiki_url":"https://oldschool.runescape.wiki/w/Black_goblin_mail","price":0},"9056":{"id":9056,"name":"Yellow goblin mail","cost":40,"lowalch":16,"highalch":24,"wiki_name":"Yellow goblin mail","wiki_url":"https://oldschool.runescape.wiki/w/Yellow_goblin_mail","price":0},"9057":{"id":9057,"name":"Green goblin mail","cost":40,"lowalch":16,"highalch":24,"wiki_name":"Green goblin mail","wiki_url":"https://oldschool.runescape.wiki/w/Green_goblin_mail","price":0},"9058":{"id":9058,"name":"Purple goblin mail","cost":40,"lowalch":16,"highalch":24,"wiki_name":"Purple goblin mail","wiki_url":"https://oldschool.runescape.wiki/w/Purple_goblin_mail","price":0},"9059":{"id":9059,"name":"Pink goblin mail","cost":40,"lowalch":16,"highalch":24,"wiki_name":"Pink goblin mail","wiki_url":"https://oldschool.runescape.wiki/w/Pink_goblin_mail","price":0},"9064":{"id":9064,"name":"Emerald lantern","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Emerald lantern (Unlit)","wiki_url":"https://oldschool.runescape.wiki/w/Emerald_lantern#Unlit","price":0},"9065":{"id":9065,"name":"Emerald lantern","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Emerald lantern (Lit)","wiki_url":"https://oldschool.runescape.wiki/w/Emerald_lantern#Lit","price":0},"9066":{"id":9066,"name":"Emerald lens","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Emerald lens","wiki_url":"https://oldschool.runescape.wiki/w/Emerald_lens","price":0},"9067":{"id":9067,"name":"Dream log","members":true,"cost":4,"wiki_name":"Dream log","wiki_url":"https://oldschool.runescape.wiki/w/Dream_log","price":0},"9068":{"id":9068,"name":"Moonclan helm","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Moonclan helm","wiki_url":"https://oldschool.runescape.wiki/w/Moonclan_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-5,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":3,"defence_ranged":-5,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"9069":{"id":9069,"name":"Moonclan hat","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Moonclan hat","wiki_url":"https://oldschool.runescape.wiki/w/Moonclan_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-5,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":3,"defence_ranged":-5,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"9070":{"id":9070,"name":"Moonclan armour","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Moonclan armour","wiki_url":"https://oldschool.runescape.wiki/w/Moonclan_armour","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":5,"attack_ranged":-10,"defence_stab":5,"defence_slash":5,"defence_crush":5,"defence_magic":5,"defence_ranged":-10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"9071":{"id":9071,"name":"Moonclan skirt","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Moonclan skirt","wiki_url":"https://oldschool.runescape.wiki/w/Moonclan_skirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":5,"attack_ranged":-7,"defence_stab":5,"defence_slash":5,"defence_crush":5,"defence_magic":5,"defence_ranged":-7,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"9072":{"id":9072,"name":"Moonclan gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":900,"lowalch":360,"highalch":540,"wiki_name":"Moonclan gloves","wiki_url":"https://oldschool.runescape.wiki/w/Moonclan_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":2,"attack_ranged":-5,"defence_stab":2,"defence_slash":2,"defence_crush":2,"defence_magic":2,"defence_ranged":-5,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"9073":{"id":9073,"name":"Moonclan boots","members":true,"equipable":true,"equipable_by_player":true,"cost":900,"lowalch":360,"highalch":540,"wiki_name":"Moonclan boots","wiki_url":"https://oldschool.runescape.wiki/w/Moonclan_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":2,"attack_ranged":-5,"defence_stab":2,"defence_slash":2,"defence_crush":2,"defence_magic":2,"defence_ranged":-5,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"9074":{"id":9074,"name":"Moonclan cape","members":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Moonclan cape","wiki_url":"https://oldschool.runescape.wiki/w/Moonclan_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":2,"attack_ranged":-2,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":2,"defence_ranged":-2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"9075":{"id":9075,"name":"Astral rune","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":15000,"wiki_name":"Astral rune","wiki_url":"https://oldschool.runescape.wiki/w/Astral_rune","price":93},"9076":{"id":9076,"name":"Lunar ore","members":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Lunar ore","wiki_url":"https://oldschool.runescape.wiki/w/Lunar_ore","price":0},"9077":{"id":9077,"name":"Lunar bar","members":true,"cost":8,"lowalch":3,"highalch":4,"wiki_name":"Lunar bar","wiki_url":"https://oldschool.runescape.wiki/w/Lunar_bar","price":0},"9078":{"id":9078,"name":"Moonclan manual","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Moonclan manual","wiki_url":"https://oldschool.runescape.wiki/w/Moonclan_manual","price":0},"9079":{"id":9079,"name":"Suqah tooth","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Suqah tooth","wiki_url":"https://oldschool.runescape.wiki/w/Suqah_tooth","price":0},"9080":{"id":9080,"name":"Suqah hide","members":true,"cost":60,"lowalch":24,"highalch":36,"wiki_name":"Suqah hide","wiki_url":"https://oldschool.runescape.wiki/w/Suqah_hide","price":0},"9081":{"id":9081,"name":"Suqah leather","members":true,"cost":60,"lowalch":24,"highalch":36,"wiki_name":"Suqah leather","wiki_url":"https://oldschool.runescape.wiki/w/Suqah_leather","price":0},"9082":{"id":9082,"name":"Ground tooth","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Ground tooth","wiki_url":"https://oldschool.runescape.wiki/w/Ground_tooth","price":0},"9083":{"id":9083,"name":"Seal of passage","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Seal of passage","wiki_url":"https://oldschool.runescape.wiki/w/Seal_of_passage","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"9084":{"id":9084,"name":"Lunar staff","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Lunar staff","wiki_url":"https://oldschool.runescape.wiki/w/Lunar_staff","equipment":{"attack_stab":3,"attack_slash":2,"attack_crush":16,"attack_magic":13,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":2,"defence_magic":13,"defence_ranged":1,"melee_strength":15,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"weapon","requirements":{"magic":65}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"9085":{"id":9085,"name":"Empty vial","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Empty vial","wiki_url":"https://oldschool.runescape.wiki/w/Empty_vial","price":0},"9086":{"id":9086,"name":"Vial of water","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Vial of water (Lunar Diplomacy)","wiki_url":"https://oldschool.runescape.wiki/w/Vial_of_water_(Lunar_Diplomacy)","price":0},"9087":{"id":9087,"name":"Waking sleep vial","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Waking sleep vial","wiki_url":"https://oldschool.runescape.wiki/w/Waking_sleep_vial","price":0},"9088":{"id":9088,"name":"Guam vial","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Guam vial","wiki_url":"https://oldschool.runescape.wiki/w/Guam_vial","price":0},"9089":{"id":9089,"name":"Marr vial","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Marr vial","wiki_url":"https://oldschool.runescape.wiki/w/Marr_vial","price":0},"9090":{"id":9090,"name":"Guam-marr vial","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Guam-marr vial","wiki_url":"https://oldschool.runescape.wiki/w/Guam-marr_vial","price":0},"9091":{"id":9091,"name":"Lunar staff - pt1","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":15,"lowalch":6,"highalch":9,"wiki_name":"Lunar staff - pt1","wiki_url":"https://oldschool.runescape.wiki/w/Lunar_staff_-_pt1","equipment":{"attack_stab":-1,"attack_slash":-1,"attack_crush":10,"attack_magic":10,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":10,"defence_ranged":0,"melee_strength":10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"9092":{"id":9092,"name":"Lunar staff - pt2","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":15,"lowalch":6,"highalch":9,"wiki_name":"Lunar staff - pt2","wiki_url":"https://oldschool.runescape.wiki/w/Lunar_staff_-_pt2","equipment":{"attack_stab":-1,"attack_slash":-1,"attack_crush":10,"attack_magic":10,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":10,"defence_ranged":0,"melee_strength":10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"9093":{"id":9093,"name":"Lunar staff - pt3","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":15,"lowalch":6,"highalch":9,"wiki_name":"Lunar staff - pt3","wiki_url":"https://oldschool.runescape.wiki/w/Lunar_staff_-_pt3","equipment":{"attack_stab":-1,"attack_slash":-1,"attack_crush":10,"attack_magic":10,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":10,"defence_ranged":0,"melee_strength":10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"9094":{"id":9094,"name":"Kindling","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Kindling","wiki_url":"https://oldschool.runescape.wiki/w/Kindling","price":0},"9095":{"id":9095,"name":"Soaked kindling","members":true,"cost":1,"wiki_name":"Soaked kindling","wiki_url":"https://oldschool.runescape.wiki/w/Soaked_kindling","price":0},"9096":{"id":9096,"name":"Lunar helm","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Lunar helm","wiki_url":"https://oldschool.runescape.wiki/w/Lunar_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":-2,"defence_stab":8,"defence_slash":7,"defence_crush":10,"defence_magic":2,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"magic":65,"defence":40}},"price":0},"9097":{"id":9097,"name":"Lunar torso","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Lunar torso","wiki_url":"https://oldschool.runescape.wiki/w/Lunar_torso","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":10,"attack_ranged":-10,"defence_stab":34,"defence_slash":22,"defence_crush":40,"defence_magic":12,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"magic":65,"defence":40}},"price":0},"9098":{"id":9098,"name":"Lunar legs","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Lunar legs","wiki_url":"https://oldschool.runescape.wiki/w/Lunar_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":7,"attack_ranged":-7,"defence_stab":20,"defence_slash":19,"defence_crush":23,"defence_magic":9,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"magic":65,"defence":40}},"price":0},"9099":{"id":9099,"name":"Lunar gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Lunar gloves","wiki_url":"https://oldschool.runescape.wiki/w/Lunar_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":-1,"defence_stab":2,"defence_slash":1,"defence_crush":1,"defence_magic":2,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"magic":65,"defence":40}},"price":0},"9100":{"id":9100,"name":"Lunar boots","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Lunar boots","wiki_url":"https://oldschool.runescape.wiki/w/Lunar_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":2,"attack_ranged":-1,"defence_stab":1,"defence_slash":2,"defence_crush":2,"defence_magic":2,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"magic":65,"defence":40}},"price":0},"9101":{"id":9101,"name":"Lunar cape","members":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Lunar cape","wiki_url":"https://oldschool.runescape.wiki/w/Lunar_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"magic":65,"defence":40}},"price":0},"9102":{"id":9102,"name":"Lunar amulet","members":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Lunar amulet","wiki_url":"https://oldschool.runescape.wiki/w/Lunar_amulet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"9103":{"id":9103,"name":"A special tiara","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"A special tiara","wiki_url":"https://oldschool.runescape.wiki/w/A_special_tiara","price":0},"9104":{"id":9104,"name":"Lunar ring","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Lunar ring","wiki_url":"https://oldschool.runescape.wiki/w/Lunar_ring","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":2,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":2,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"9105":{"id":9105,"name":"Suqah monster","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9106":{"id":9106,"name":"Astral tiara","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Astral tiara","wiki_url":"https://oldschool.runescape.wiki/w/Astral_tiara","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"9139":{"id":9139,"name":"Blurite bolts","members":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Blurite bolts (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Blurite_bolts#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":28,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":16}},"price":0},"9140":{"id":9140,"name":"Iron bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":7000,"wiki_name":"Iron bolts (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_bolts#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":46,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":26}},"price":24},"9141":{"id":9141,"name":"Steel bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":8,"lowalch":3,"highalch":4,"buy_limit":7000,"wiki_name":"Steel bolts (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_bolts#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":64,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":31}},"price":32},"9142":{"id":9142,"name":"Mithril bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":7000,"wiki_name":"Mithril bolts (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_bolts#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":82,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":36}},"price":29},"9143":{"id":9143,"name":"Adamant bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":58,"lowalch":23,"highalch":34,"buy_limit":11000,"wiki_name":"Adamant bolts (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_bolts#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":100,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":46}},"price":11},"9144":{"id":9144,"name":"Runite bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":11000,"wiki_name":"Runite bolts (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Runite_bolts#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":115,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":61}},"price":64},"9145":{"id":9145,"name":"Silver bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":11000,"wiki_name":"Silver bolts (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Silver_bolts#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":36,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":26}},"price":39},"9174":{"id":9174,"name":"Bronze crossbow","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":73,"lowalch":29,"highalch":43,"buy_limit":125,"wiki_name":"Bronze crossbow","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_crossbow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":18,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":1}},"weapon":{"attack_speed":6,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":3},"9176":{"id":9176,"name":"Blurite crossbow","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":93,"lowalch":37,"highalch":55,"wiki_name":"Blurite crossbow","wiki_url":"https://oldschool.runescape.wiki/w/Blurite_crossbow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":30,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":16}},"weapon":{"attack_speed":6,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"9177":{"id":9177,"name":"Iron crossbow","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":157,"lowalch":62,"highalch":94,"buy_limit":125,"wiki_name":"Iron crossbow","wiki_url":"https://oldschool.runescape.wiki/w/Iron_crossbow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":42,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":26}},"weapon":{"attack_speed":6,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":747},"9179":{"id":9179,"name":"Steel crossbow","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":360,"lowalch":144,"highalch":216,"buy_limit":125,"wiki_name":"Steel crossbow","wiki_url":"https://oldschool.runescape.wiki/w/Steel_crossbow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":54,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":31}},"weapon":{"attack_speed":6,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":586},"9181":{"id":9181,"name":"Mithril crossbow","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":783,"lowalch":313,"highalch":469,"buy_limit":125,"wiki_name":"Mithril crossbow","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_crossbow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":66,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":36}},"weapon":{"attack_speed":6,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":1644},"9183":{"id":9183,"name":"Adamant crossbow","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1767,"lowalch":706,"highalch":1060,"buy_limit":70,"wiki_name":"Adamant crossbow","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_crossbow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":78,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":46}},"weapon":{"attack_speed":6,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":4692},"9185":{"id":9185,"name":"Rune crossbow","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":16200,"lowalch":6480,"highalch":9720,"buy_limit":70,"wiki_name":"Rune crossbow","wiki_url":"https://oldschool.runescape.wiki/w/Rune_crossbow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":90,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":61}},"weapon":{"attack_speed":6,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":10486},"9187":{"id":9187,"name":"Jade bolt tips","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":11000,"wiki_name":"Jade bolt tips","wiki_url":"https://oldschool.runescape.wiki/w/Jade_bolt_tips","price":17},"9188":{"id":9188,"name":"Topaz bolt tips","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":13,"lowalch":5,"highalch":7,"buy_limit":11000,"wiki_name":"Topaz bolt tips","wiki_url":"https://oldschool.runescape.wiki/w/Topaz_bolt_tips","price":162},"9189":{"id":9189,"name":"Sapphire bolt tips","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":17,"lowalch":6,"highalch":10,"buy_limit":11000,"wiki_name":"Sapphire bolt tips","wiki_url":"https://oldschool.runescape.wiki/w/Sapphire_bolt_tips","price":50},"9190":{"id":9190,"name":"Emerald bolt tips","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":33,"lowalch":13,"highalch":19,"buy_limit":11000,"wiki_name":"Emerald bolt tips","wiki_url":"https://oldschool.runescape.wiki/w/Emerald_bolt_tips","price":46},"9191":{"id":9191,"name":"Ruby bolt tips","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":67,"lowalch":26,"highalch":40,"buy_limit":11000,"wiki_name":"Ruby bolt tips","wiki_url":"https://oldschool.runescape.wiki/w/Ruby_bolt_tips","price":87},"9192":{"id":9192,"name":"Diamond bolt tips","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":133,"lowalch":53,"highalch":79,"buy_limit":11000,"wiki_name":"Diamond bolt tips","wiki_url":"https://oldschool.runescape.wiki/w/Diamond_bolt_tips","price":164},"9193":{"id":9193,"name":"Dragonstone bolt tips","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":667,"lowalch":266,"highalch":400,"buy_limit":11000,"wiki_name":"Dragonstone bolt tips","wiki_url":"https://oldschool.runescape.wiki/w/Dragonstone_bolt_tips","price":498},"9194":{"id":9194,"name":"Onyx bolt tips","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":11000,"wiki_name":"Onyx bolt tips","wiki_url":"https://oldschool.runescape.wiki/w/Onyx_bolt_tips","price":8213},"9236":{"id":9236,"name":"Opal bolts (e)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":7,"lowalch":2,"highalch":4,"buy_limit":11000,"wiki_name":"Opal bolts (e)","wiki_url":"https://oldschool.runescape.wiki/w/Opal_bolts_(e)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":14,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":9},"9237":{"id":9237,"name":"Jade bolts (e)","members":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":13,"lowalch":5,"highalch":7,"wiki_name":"Jade bolts (e)","wiki_url":"https://oldschool.runescape.wiki/w/Jade_bolts_(e)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":30,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":16}},"price":0},"9238":{"id":9238,"name":"Pearl bolts (e)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":11000,"wiki_name":"Pearl bolts (e)","wiki_url":"https://oldschool.runescape.wiki/w/Pearl_bolts_(e)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":48,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":9},"9239":{"id":9239,"name":"Topaz bolts (e)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":24,"lowalch":9,"highalch":14,"buy_limit":11000,"wiki_name":"Topaz bolts (e)","wiki_url":"https://oldschool.runescape.wiki/w/Topaz_bolts_(e)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":66,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":31}},"price":8},"9240":{"id":9240,"name":"Sapphire bolts (e)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":11000,"wiki_name":"Sapphire bolts (e)","wiki_url":"https://oldschool.runescape.wiki/w/Sapphire_bolts_(e)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":83,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":36}},"price":20},"9241":{"id":9241,"name":"Emerald bolts (e)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":59,"lowalch":23,"highalch":35,"buy_limit":11000,"wiki_name":"Emerald bolts (e)","wiki_url":"https://oldschool.runescape.wiki/w/Emerald_bolts_(e)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":85,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":36}},"price":21},"9242":{"id":9242,"name":"Ruby bolts (e)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":138,"lowalch":55,"highalch":82,"buy_limit":11000,"wiki_name":"Ruby bolts (e)","wiki_url":"https://oldschool.runescape.wiki/w/Ruby_bolts_(e)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":103,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":46}},"price":44},"9243":{"id":9243,"name":"Diamond bolts (e)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":211,"lowalch":84,"highalch":126,"buy_limit":11000,"wiki_name":"Diamond bolts (e)","wiki_url":"https://oldschool.runescape.wiki/w/Diamond_bolts_(e)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":105,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":61}},"price":70},"9244":{"id":9244,"name":"Dragonstone bolts (e)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":1063,"lowalch":425,"highalch":637,"buy_limit":11000,"wiki_name":"Dragonstone bolts (e)","wiki_url":"https://oldschool.runescape.wiki/w/Dragonstone_bolts_(e)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":117,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":61}},"price":363},"9245":{"id":9245,"name":"Onyx bolts (e)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"buy_limit":11000,"wiki_name":"Onyx bolts (e)","wiki_url":"https://oldschool.runescape.wiki/w/Onyx_bolts_(e)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":120,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":61}},"price":8556},"9286":{"id":9286,"name":"Blurite bolts (p)","members":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Blurite bolts (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Blurite_bolts#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":28,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":16}},"price":0},"9287":{"id":9287,"name":"Iron bolts (p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":11000,"wiki_name":"Iron bolts (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_bolts#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":46,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":26}},"price":3444},"9288":{"id":9288,"name":"Steel bolts (p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":8,"lowalch":3,"highalch":4,"buy_limit":11000,"wiki_name":"Steel bolts (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_bolts#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":64,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":31}},"price":2613},"9289":{"id":9289,"name":"Mithril bolts (p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":11000,"wiki_name":"Mithril bolts (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_bolts#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":82,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":36}},"price":253},"9290":{"id":9290,"name":"Adamant bolts (p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":58,"lowalch":23,"highalch":34,"buy_limit":11000,"wiki_name":"Adamant bolts (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_bolts#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":100,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":46}},"price":209},"9291":{"id":9291,"name":"Runite bolts (p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":11000,"wiki_name":"Runite bolts (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Runite_bolts#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":115,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":61}},"price":444},"9292":{"id":9292,"name":"Silver bolts (p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":11000,"wiki_name":"Silver bolts (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Silver_bolts#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":36,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":26}},"price":45},"9293":{"id":9293,"name":"Blurite bolts (p+)","members":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Blurite bolts (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Blurite_bolts#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":28,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":16}},"price":0},"9294":{"id":9294,"name":"Iron bolts (p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":11000,"wiki_name":"Iron bolts (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_bolts#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":46,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":26}},"price":0},"9295":{"id":9295,"name":"Steel bolts (p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":8,"lowalch":3,"highalch":4,"buy_limit":11000,"wiki_name":"Steel bolts (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_bolts#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":64,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":31}},"price":319},"9296":{"id":9296,"name":"Mithril bolts (p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":11000,"wiki_name":"Mithril bolts (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_bolts#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":82,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":36}},"price":441},"9297":{"id":9297,"name":"Adamant bolts (p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":58,"lowalch":23,"highalch":34,"buy_limit":11000,"wiki_name":"Adamant bolts (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_bolts#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":100,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":46}},"price":1},"9298":{"id":9298,"name":"Runite bolts (p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":11000,"wiki_name":"Runite bolts (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Runite_bolts#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":115,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":61}},"price":471},"9299":{"id":9299,"name":"Silver bolts (p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":11000,"wiki_name":"Silver bolts (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Silver_bolts#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":36,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":26}},"price":119},"9300":{"id":9300,"name":"Blurite bolts (p++)","members":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Blurite bolts (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Blurite_bolts#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":28,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":16}},"price":0},"9301":{"id":9301,"name":"Iron bolts (p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":11000,"wiki_name":"Iron bolts (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_bolts#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":46,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":26}},"price":737},"9302":{"id":9302,"name":"Steel bolts (p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":8,"lowalch":3,"highalch":4,"buy_limit":11000,"wiki_name":"Steel bolts (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_bolts#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":64,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":31}},"price":583},"9303":{"id":9303,"name":"Mithril bolts (p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":11000,"wiki_name":"Mithril bolts (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_bolts#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":82,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":36}},"price":1102},"9304":{"id":9304,"name":"Adamant bolts (p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":58,"lowalch":23,"highalch":34,"buy_limit":11000,"wiki_name":"Adamant bolts (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_bolts#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":100,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":46}},"price":847},"9305":{"id":9305,"name":"Runite bolts (p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":11000,"wiki_name":"Runite bolts (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Runite_bolts#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":115,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":61}},"price":961},"9306":{"id":9306,"name":"Silver bolts (p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":11000,"wiki_name":"Silver bolts (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Silver_bolts#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":36,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":26}},"price":150},"9335":{"id":9335,"name":"Jade bolts","members":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":12,"lowalch":4,"highalch":7,"wiki_name":"Jade bolts","wiki_url":"https://oldschool.runescape.wiki/w/Jade_bolts","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":30,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":16}},"price":0},"9336":{"id":9336,"name":"Topaz bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":22,"lowalch":8,"highalch":13,"buy_limit":11000,"wiki_name":"Topaz bolts","wiki_url":"https://oldschool.runescape.wiki/w/Topaz_bolts","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":66,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":31}},"price":232},"9337":{"id":9337,"name":"Sapphire bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":37,"lowalch":14,"highalch":22,"buy_limit":11000,"wiki_name":"Sapphire bolts","wiki_url":"https://oldschool.runescape.wiki/w/Sapphire_bolts","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":83,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":36}},"price":69},"9338":{"id":9338,"name":"Emerald bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":53,"lowalch":21,"highalch":31,"buy_limit":11000,"wiki_name":"Emerald bolts","wiki_url":"https://oldschool.runescape.wiki/w/Emerald_bolts","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":85,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":46}},"price":125},"9339":{"id":9339,"name":"Ruby bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":125,"lowalch":50,"highalch":75,"buy_limit":11000,"wiki_name":"Ruby bolts","wiki_url":"https://oldschool.runescape.wiki/w/Ruby_bolts","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":103,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":46}},"price":115},"9340":{"id":9340,"name":"Diamond bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":192,"lowalch":76,"highalch":115,"buy_limit":11000,"wiki_name":"Diamond bolts","wiki_url":"https://oldschool.runescape.wiki/w/Diamond_bolts","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":105,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":61}},"price":160},"9341":{"id":9341,"name":"Dragonstone bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":967,"lowalch":386,"highalch":580,"buy_limit":11000,"wiki_name":"Dragonstone bolts","wiki_url":"https://oldschool.runescape.wiki/w/Dragonstone_bolts","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":117,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":61}},"price":600},"9342":{"id":9342,"name":"Onyx bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":13633,"lowalch":5453,"highalch":8179,"buy_limit":11000,"wiki_name":"Onyx bolts","wiki_url":"https://oldschool.runescape.wiki/w/Onyx_bolts","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":120,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":61}},"price":8446},"9375":{"id":9375,"name":"Bronze bolts (unf)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Bronze bolts (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_bolts_(unf)","price":16},"9376":{"id":9376,"name":"Blurite bolts (unf)","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blurite bolts (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Blurite_bolts_(unf)","price":0},"9377":{"id":9377,"name":"Iron bolts (unf)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Iron bolts (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_bolts_(unf)","price":22},"9378":{"id":9378,"name":"Steel bolts (unf)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Steel bolts (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_bolts_(unf)","price":43},"9379":{"id":9379,"name":"Mithril bolts (unf)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Mithril bolts (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_bolts_(unf)","price":52},"9380":{"id":9380,"name":"Adamant bolts(unf)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Adamant bolts(unf)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_bolts(unf)","price":132},"9381":{"id":9381,"name":"Runite bolts (unf)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Runite bolts (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Runite_bolts_(unf)","price":100},"9382":{"id":9382,"name":"Silver bolts (unf)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Silver bolts (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Silver_bolts_(unf)","price":25},"9415":{"id":9415,"name":"Grapple","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Grapple (animation item)","wiki_url":"https://oldschool.runescape.wiki/w/Grapple_(animation_item)","price":0},"9416":{"id":9416,"name":"Mith grapple tip","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":11000,"wiki_name":"Mith grapple tip","wiki_url":"https://oldschool.runescape.wiki/w/Mith_grapple_tip","price":222},"9418":{"id":9418,"name":"Mith grapple","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":48,"lowalch":19,"highalch":28,"buy_limit":11000,"wiki_name":"Mith grapple (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Mith_grapple_(unf)","price":2903},"9419":{"id":9419,"name":"Mith grapple","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":11000,"wiki_name":"Mith grapple","wiki_url":"https://oldschool.runescape.wiki/w/Mith_grapple","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":1}},"price":1633},"9420":{"id":9420,"name":"Bronze limbs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":10000,"wiki_name":"Bronze limbs","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_limbs","price":43},"9422":{"id":9422,"name":"Blurite limbs","members":true,"cost":33,"lowalch":13,"highalch":19,"wiki_name":"Blurite limbs","wiki_url":"https://oldschool.runescape.wiki/w/Blurite_limbs","price":0},"9423":{"id":9423,"name":"Iron limbs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":70,"lowalch":28,"highalch":42,"buy_limit":10000,"wiki_name":"Iron limbs","wiki_url":"https://oldschool.runescape.wiki/w/Iron_limbs","price":25},"9425":{"id":9425,"name":"Steel limbs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":10000,"wiki_name":"Steel limbs","wiki_url":"https://oldschool.runescape.wiki/w/Steel_limbs","price":90},"9427":{"id":9427,"name":"Mithril limbs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":650,"lowalch":260,"highalch":390,"buy_limit":10000,"wiki_name":"Mithril limbs","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_limbs","price":214},"9429":{"id":9429,"name":"Adamantite limbs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1600,"lowalch":640,"highalch":960,"buy_limit":10000,"wiki_name":"Adamantite limbs","wiki_url":"https://oldschool.runescape.wiki/w/Adamantite_limbs","price":1060},"9431":{"id":9431,"name":"Runite limbs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":16000,"lowalch":6400,"highalch":9600,"buy_limit":10000,"wiki_name":"Runite limbs","wiki_url":"https://oldschool.runescape.wiki/w/Runite_limbs","price":12066},"9433":{"id":9433,"name":"Bolt pouch","members":true,"cost":10,"wiki_name":"Bolt pouch","wiki_url":"https://oldschool.runescape.wiki/w/Bolt_pouch","price":0},"9434":{"id":9434,"name":"Bolt mould","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":25,"lowalch":10,"highalch":15,"buy_limit":40,"wiki_name":"Bolt mould","wiki_url":"https://oldschool.runescape.wiki/w/Bolt_mould","price":1},"9436":{"id":9436,"name":"Sinew","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Sinew","wiki_url":"https://oldschool.runescape.wiki/w/Sinew","price":336},"9438":{"id":9438,"name":"Crossbow string","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":11000,"wiki_name":"Crossbow string","wiki_url":"https://oldschool.runescape.wiki/w/Crossbow_string","price":558},"9440":{"id":9440,"name":"Wooden stock","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":10000,"wiki_name":"Wooden stock","wiki_url":"https://oldschool.runescape.wiki/w/Wooden_stock","price":12},"9442":{"id":9442,"name":"Oak stock","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":27,"lowalch":10,"highalch":16,"buy_limit":10000,"wiki_name":"Oak stock","wiki_url":"https://oldschool.runescape.wiki/w/Oak_stock","price":0},"9444":{"id":9444,"name":"Willow stock","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":53,"lowalch":21,"highalch":31,"buy_limit":10000,"wiki_name":"Willow stock","wiki_url":"https://oldschool.runescape.wiki/w/Willow_stock","price":5},"9446":{"id":9446,"name":"Teak stock","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":77,"lowalch":30,"highalch":46,"buy_limit":10000,"wiki_name":"Teak stock","wiki_url":"https://oldschool.runescape.wiki/w/Teak_stock","price":59},"9448":{"id":9448,"name":"Maple stock","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":10000,"wiki_name":"Maple stock","wiki_url":"https://oldschool.runescape.wiki/w/Maple_stock","price":55},"9450":{"id":9450,"name":"Mahogany stock","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":133,"lowalch":53,"highalch":79,"buy_limit":10000,"wiki_name":"Mahogany stock","wiki_url":"https://oldschool.runescape.wiki/w/Mahogany_stock","price":10},"9452":{"id":9452,"name":"Yew stock","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":167,"lowalch":66,"highalch":100,"buy_limit":10000,"wiki_name":"Yew stock","wiki_url":"https://oldschool.runescape.wiki/w/Yew_stock","price":180},"9454":{"id":9454,"name":"Bronze crossbow (u)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":10000,"wiki_name":"Bronze crossbow (u)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_crossbow_(u)","price":675},"9456":{"id":9456,"name":"Blurite crossbow (u)","members":true,"cost":60,"lowalch":24,"highalch":36,"wiki_name":"Blurite crossbow (u)","wiki_url":"https://oldschool.runescape.wiki/w/Blurite_crossbow_(u)","price":0},"9457":{"id":9457,"name":"Iron crossbow (u)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":123,"lowalch":49,"highalch":73,"buy_limit":10000,"wiki_name":"Iron crossbow (u)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_crossbow_(u)","price":142},"9459":{"id":9459,"name":"Steel crossbow (u)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":327,"lowalch":130,"highalch":196,"buy_limit":10000,"wiki_name":"Steel crossbow (u)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_crossbow_(u)","price":55},"9461":{"id":9461,"name":"Mithril crossbow (u)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":750,"lowalch":300,"highalch":450,"buy_limit":10000,"wiki_name":"Mithril crossbow (u)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_crossbow_(u)","price":487},"9463":{"id":9463,"name":"Adamant crossbow (u)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1733,"lowalch":693,"highalch":1039,"buy_limit":10000,"wiki_name":"Adamant crossbow (u)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_crossbow_(u)","price":1732},"9465":{"id":9465,"name":"Runite crossbow (u)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":16167,"lowalch":6466,"highalch":9700,"buy_limit":10000,"wiki_name":"Runite crossbow (u)","wiki_url":"https://oldschool.runescape.wiki/w/Runite_crossbow_(u)","price":9206},"9467":{"id":9467,"name":"Blurite bar","members":true,"cost":18,"lowalch":7,"highalch":10,"wiki_name":"Blurite bar","wiki_url":"https://oldschool.runescape.wiki/w/Blurite_bar","price":0},"9468":{"id":9468,"name":"Sawdust","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sawdust","wiki_url":"https://oldschool.runescape.wiki/w/Sawdust","price":0},"9469":{"id":9469,"name":"Grand seed pod","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":15,"wiki_name":"Grand seed pod","wiki_url":"https://oldschool.runescape.wiki/w/Grand_seed_pod","price":173043},"9470":{"id":9470,"name":"Gnome scarf","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":4,"wiki_name":"Gnome scarf","wiki_url":"https://oldschool.runescape.wiki/w/Gnome_scarf","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":372049},"9472":{"id":9472,"name":"Gnome goggles","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":4,"wiki_name":"Gnome goggles","wiki_url":"https://oldschool.runescape.wiki/w/Gnome_goggles","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":45805},"9474":{"id":9474,"name":"Reward token","members":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Reward token (Gnome Restaurant)","wiki_url":"https://oldschool.runescape.wiki/w/Reward_token_(Gnome_Restaurant)","price":0},"9475":{"id":9475,"name":"Mint cake","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":10000,"wiki_name":"Mint cake","wiki_url":"https://oldschool.runescape.wiki/w/Mint_cake","price":98000},"9477":{"id":9477,"name":"Aluft aloft box","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Aluft aloft box","wiki_url":"https://oldschool.runescape.wiki/w/Aluft_aloft_box","price":0},"9478":{"id":9478,"name":"Half made batta","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Half made batta (fruit)","wiki_url":"https://oldschool.runescape.wiki/w/Half_made_batta_(fruit)","price":0},"9479":{"id":9479,"name":"Unfinished batta","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Unfinished batta (fruit)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_batta_(fruit)","price":0},"9480":{"id":9480,"name":"Half made batta","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Half made batta (worm)","wiki_url":"https://oldschool.runescape.wiki/w/Half_made_batta_(worm)","price":0},"9481":{"id":9481,"name":"Unfinished batta","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Unfinished batta (worm)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_batta_(worm)","price":0},"9482":{"id":9482,"name":"Half made batta","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Half made batta (toad)","wiki_url":"https://oldschool.runescape.wiki/w/Half_made_batta_(toad)","price":0},"9483":{"id":9483,"name":"Half made batta","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Half made batta (cheese+tom)","wiki_url":"https://oldschool.runescape.wiki/w/Half_made_batta_(cheese+tom)","price":0},"9484":{"id":9484,"name":"Unfinished batta","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Unfinished batta (cheese+tom)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_batta_(cheese+tom)","price":0},"9485":{"id":9485,"name":"Half made batta","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Half made batta (vegetable)","wiki_url":"https://oldschool.runescape.wiki/w/Half_made_batta_(vegetable)","price":0},"9486":{"id":9486,"name":"Unfinished batta","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Unfinished batta (vegetable)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_batta_(vegetable)","price":0},"9551":{"id":9551,"name":"Tangled toads' legs","incomplete":true,"members":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9558":{"id":9558,"name":"Half made bowl","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Half made bowl (tangled toad's legs)","wiki_url":"https://oldschool.runescape.wiki/w/Half_made_bowl_(tangled_toad's_legs)","price":0},"9559":{"id":9559,"name":"Half made bowl","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Half made bowl (worm hole)","wiki_url":"https://oldschool.runescape.wiki/w/Half_made_bowl_(worm_hole)","price":0},"9560":{"id":9560,"name":"Unfinished bowl","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Unfinished bowl (worm hole)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_bowl_(worm_hole)","price":0},"9561":{"id":9561,"name":"Half made bowl","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Half made bowl (veg ball)","wiki_url":"https://oldschool.runescape.wiki/w/Half_made_bowl_(veg_ball)","price":0},"9562":{"id":9562,"name":"Unfinished bowl","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Unfinished bowl (veg ball)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_bowl_(veg_ball)","price":0},"9563":{"id":9563,"name":"Half made bowl","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Half made bowl (chocolate bomb)","wiki_url":"https://oldschool.runescape.wiki/w/Half_made_bowl_(chocolate_bomb)","price":0},"9564":{"id":9564,"name":"Unfinished bowl","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Unfinished bowl (chocolate bomb)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_bowl_(chocolate_bomb)","price":0},"9566":{"id":9566,"name":"Mixed blizzard","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Mixed blizzard","wiki_url":"https://oldschool.runescape.wiki/w/Mixed_blizzard","price":0},"9567":{"id":9567,"name":"Mixed sgg","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Mixed sgg","wiki_url":"https://oldschool.runescape.wiki/w/Mixed_sgg","price":0},"9568":{"id":9568,"name":"Mixed blast","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Mixed blast","wiki_url":"https://oldschool.runescape.wiki/w/Mixed_blast","price":0},"9569":{"id":9569,"name":"Mixed punch","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Mixed punch","wiki_url":"https://oldschool.runescape.wiki/w/Mixed_punch","price":0},"9570":{"id":9570,"name":"Mixed special","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Mixed special","wiki_url":"https://oldschool.runescape.wiki/w/Mixed_special","price":0},"9571":{"id":9571,"name":"Mixed saturday","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Mixed saturday (shaker)","wiki_url":"https://oldschool.runescape.wiki/w/Mixed_saturday_(shaker)","price":0},"9572":{"id":9572,"name":"Mixed saturday","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Mixed saturday (poured)","wiki_url":"https://oldschool.runescape.wiki/w/Mixed_saturday_(poured)","price":0},"9573":{"id":9573,"name":"Mixed saturday","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Mixed saturday (heated)","wiki_url":"https://oldschool.runescape.wiki/w/Mixed_saturday_(heated)","price":0},"9574":{"id":9574,"name":"Mixed dragon","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Mixed dragon (shaker)","wiki_url":"https://oldschool.runescape.wiki/w/Mixed_dragon_(shaker)","price":0},"9575":{"id":9575,"name":"Mixed dragon","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Mixed dragon (poured)","wiki_url":"https://oldschool.runescape.wiki/w/Mixed_dragon_(poured)","price":0},"9576":{"id":9576,"name":"Mixed dragon","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Mixed dragon (garnished)","wiki_url":"https://oldschool.runescape.wiki/w/Mixed_dragon_(garnished)","price":0},"9577":{"id":9577,"name":"Half made crunchy","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Half made crunchy (chocchip)","wiki_url":"https://oldschool.runescape.wiki/w/Half_made_crunchy_(chocchip)","price":0},"9578":{"id":9578,"name":"Unfinished crunchy","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Unfinished crunchy (chocchip)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_crunchy_(chocchip)","price":0},"9579":{"id":9579,"name":"Half made crunchy","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Half made crunchy (spicy)","wiki_url":"https://oldschool.runescape.wiki/w/Half_made_crunchy_(spicy)","price":0},"9580":{"id":9580,"name":"Unfinished crunchy","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Unfinished crunchy (spicy)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_crunchy_(spicy)","price":0},"9581":{"id":9581,"name":"Half made crunchy","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Half made crunchy (toad)","wiki_url":"https://oldschool.runescape.wiki/w/Half_made_crunchy_(toad)","price":0},"9582":{"id":9582,"name":"Unfinished crunchy","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Unfinished crunchy (toad)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_crunchy_(toad)","price":0},"9583":{"id":9583,"name":"Half made crunchy","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Half made crunchy (worm)","wiki_url":"https://oldschool.runescape.wiki/w/Half_made_crunchy_(worm)","price":0},"9584":{"id":9584,"name":"Unfinished crunchy","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Unfinished crunchy (worm)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_crunchy_(worm)","price":0},"9589":{"id":9589,"name":"Dossier","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dossier","wiki_url":"https://oldschool.runescape.wiki/w/Dossier","price":0},"9590":{"id":9590,"name":"Dossier","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dossier (animation item)","wiki_url":"https://oldschool.runescape.wiki/w/Dossier_(animation_item)","price":0},"9591":{"id":9591,"name":"Broken cauldron","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Broken cauldron","wiki_url":"https://oldschool.runescape.wiki/w/Broken_cauldron","price":0},"9592":{"id":9592,"name":"Magic glue","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Magic glue","wiki_url":"https://oldschool.runescape.wiki/w/Magic_glue","price":0},"9593":{"id":9593,"name":"Weird gloop","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Weird gloop","wiki_url":"https://oldschool.runescape.wiki/w/Weird_gloop","price":0},"9594":{"id":9594,"name":"Ground mud runes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ground mud runes","wiki_url":"https://oldschool.runescape.wiki/w/Ground_mud_runes","price":0},"9595":{"id":9595,"name":"Hazelmere's book","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Hazelmere's book","wiki_url":"https://oldschool.runescape.wiki/w/Hazelmere's_book","price":0},"9597":{"id":9597,"name":"Red circle","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"A red circle","wiki_url":"https://oldschool.runescape.wiki/w/A_red_circle","price":0},"9598":{"id":9598,"name":"Red triangle","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"A red triangle","wiki_url":"https://oldschool.runescape.wiki/w/A_red_triangle","price":0},"9599":{"id":9599,"name":"Red square","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"A red square","wiki_url":"https://oldschool.runescape.wiki/w/A_red_square","price":0},"9600":{"id":9600,"name":"Red pentagon","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"A red pentagon","wiki_url":"https://oldschool.runescape.wiki/w/A_red_pentagon","price":0},"9601":{"id":9601,"name":"Orange circle","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"An orange circle","wiki_url":"https://oldschool.runescape.wiki/w/An_orange_circle","price":0},"9602":{"id":9602,"name":"Orange triangle","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"An orange triangle","wiki_url":"https://oldschool.runescape.wiki/w/An_orange_triangle","price":0},"9603":{"id":9603,"name":"Orange square","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"An orange square","wiki_url":"https://oldschool.runescape.wiki/w/An_orange_square","price":0},"9604":{"id":9604,"name":"Orange pentagon","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Orange pentagon","wiki_url":"https://oldschool.runescape.wiki/w/Orange_pentagon","price":0},"9605":{"id":9605,"name":"Yellow circle","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"A yellow circle","wiki_url":"https://oldschool.runescape.wiki/w/A_yellow_circle","price":0},"9606":{"id":9606,"name":"Yellow triangle","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"A yellow triangle","wiki_url":"https://oldschool.runescape.wiki/w/A_yellow_triangle","price":0},"9607":{"id":9607,"name":"Yellow square","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"A yellow square","wiki_url":"https://oldschool.runescape.wiki/w/A_yellow_square","price":0},"9608":{"id":9608,"name":"Yellow pentagon","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"A yellow pentagon","wiki_url":"https://oldschool.runescape.wiki/w/A_yellow_pentagon","price":0},"9609":{"id":9609,"name":"Green circle","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"A green circle","wiki_url":"https://oldschool.runescape.wiki/w/A_green_circle","price":0},"9610":{"id":9610,"name":"Green triangle","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"A green triangle","wiki_url":"https://oldschool.runescape.wiki/w/A_green_triangle","price":0},"9611":{"id":9611,"name":"Green square","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"A green square","wiki_url":"https://oldschool.runescape.wiki/w/A_green_square","price":0},"9612":{"id":9612,"name":"Green pentagon","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"A green pentagon","wiki_url":"https://oldschool.runescape.wiki/w/A_green_pentagon","price":0},"9613":{"id":9613,"name":"Blue circle","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"A blue circle","wiki_url":"https://oldschool.runescape.wiki/w/A_blue_circle","price":0},"9614":{"id":9614,"name":"Blue triangle","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"A blue triangle","wiki_url":"https://oldschool.runescape.wiki/w/A_blue_triangle","price":0},"9615":{"id":9615,"name":"Blue square","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"A blue square","wiki_url":"https://oldschool.runescape.wiki/w/A_blue_square","price":0},"9616":{"id":9616,"name":"Blue pentagon","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"A blue pentagon","wiki_url":"https://oldschool.runescape.wiki/w/A_blue_pentagon","price":0},"9617":{"id":9617,"name":"Indigo circle","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"An indigo circle","wiki_url":"https://oldschool.runescape.wiki/w/An_indigo_circle","price":0},"9618":{"id":9618,"name":"Indigo triangle","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"An indigo triangle","wiki_url":"https://oldschool.runescape.wiki/w/An_indigo_triangle","price":0},"9619":{"id":9619,"name":"Indigo square","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"An indigo square","wiki_url":"https://oldschool.runescape.wiki/w/An_indigo_square","price":0},"9620":{"id":9620,"name":"Indigo pentagon","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"An indigo pentagon","wiki_url":"https://oldschool.runescape.wiki/w/An_indigo_pentagon","price":0},"9621":{"id":9621,"name":"Violet circle","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"A violet circle","wiki_url":"https://oldschool.runescape.wiki/w/A_violet_circle","price":0},"9622":{"id":9622,"name":"Violet triangle","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"A violet triangle","wiki_url":"https://oldschool.runescape.wiki/w/A_violet_triangle","price":0},"9623":{"id":9623,"name":"Violet square","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"A violet square","wiki_url":"https://oldschool.runescape.wiki/w/A_violet_square","price":0},"9624":{"id":9624,"name":"Violet pentagon","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"A violet pentagon","wiki_url":"https://oldschool.runescape.wiki/w/A_violet_pentagon","price":0},"9625":{"id":9625,"name":"Crystal saw","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Crystal saw","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_saw","price":0},"9626":{"id":9626,"name":"Crystal saw seed","members":true,"cost":10000,"wiki_name":"Crystal saw seed","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_saw_seed","price":0},"9627":{"id":9627,"name":"A handwritten book","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"A handwritten book","wiki_url":"https://oldschool.runescape.wiki/w/A_handwritten_book","price":0},"9629":{"id":9629,"name":"Tyras helm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":550,"lowalch":220,"highalch":330,"buy_limit":150,"wiki_name":"Tyras helm","wiki_url":"https://oldschool.runescape.wiki/w/Tyras_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":9,"defence_slash":10,"defence_crush":7,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":5}},"price":576},"9632":{"id":9632,"name":"Daeyalt ore","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Daeyalt ore","wiki_url":"https://oldschool.runescape.wiki/w/Daeyalt_ore","price":0},"9633":{"id":9633,"name":"Message","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Message (Vertida)","wiki_url":"https://oldschool.runescape.wiki/w/Message_(Vertida)","price":0},"9634":{"id":9634,"name":"Vyrewatch top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Vyrewatch top","wiki_url":"https://oldschool.runescape.wiki/w/Vyrewatch_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":1545},"9636":{"id":9636,"name":"Vyrewatch legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Vyrewatch legs","wiki_url":"https://oldschool.runescape.wiki/w/Vyrewatch_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":1510},"9638":{"id":9638,"name":"Vyrewatch shoes","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Vyrewatch shoes","wiki_url":"https://oldschool.runescape.wiki/w/Vyrewatch_shoes","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":1321},"9640":{"id":9640,"name":"Citizen top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":150,"wiki_name":"Citizen top","wiki_url":"https://oldschool.runescape.wiki/w/Citizen_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":288},"9642":{"id":9642,"name":"Citizen trousers","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":150,"wiki_name":"Citizen trousers","wiki_url":"https://oldschool.runescape.wiki/w/Citizen_trousers","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":140},"9644":{"id":9644,"name":"Citizen shoes","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":150,"wiki_name":"Citizen shoes","wiki_url":"https://oldschool.runescape.wiki/w/Citizen_shoes","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":364},"9646":{"id":9646,"name":"Castle sketch 1","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Castle sketch 1","wiki_url":"https://oldschool.runescape.wiki/w/Castle_sketch_1","price":0},"9647":{"id":9647,"name":"Castle sketch 2","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Castle sketch 2","wiki_url":"https://oldschool.runescape.wiki/w/Castle_sketch_2","price":0},"9648":{"id":9648,"name":"Castle sketch 3","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Castle sketch 3","wiki_url":"https://oldschool.runescape.wiki/w/Castle_sketch_3","price":0},"9649":{"id":9649,"name":"Message","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Message (fireplace)","wiki_url":"https://oldschool.runescape.wiki/w/Message_(fireplace)","price":0},"9650":{"id":9650,"name":"Blood tithe pouch","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blood tithe pouch","wiki_url":"https://oldschool.runescape.wiki/w/Blood_tithe_pouch","price":0},"9651":{"id":9651,"name":"Large ornate key","members":true,"cost":1,"wiki_name":"Large ornate key","wiki_url":"https://oldschool.runescape.wiki/w/Large_ornate_key","price":0},"9652":{"id":9652,"name":"Haemalchemy volume 1","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Haemalchemy volume 1","wiki_url":"https://oldschool.runescape.wiki/w/Haemalchemy_volume_1","price":0},"9653":{"id":9653,"name":"Sealed message","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sealed message","wiki_url":"https://oldschool.runescape.wiki/w/Sealed_message","price":0},"9654":{"id":9654,"name":"Door key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Door key (Darkness of Hallowvale)","wiki_url":"https://oldschool.runescape.wiki/w/Door_key_(Darkness_of_Hallowvale)","price":0},"9655":{"id":9655,"name":"Ladder top","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ladder top","wiki_url":"https://oldschool.runescape.wiki/w/Ladder_top","price":0},"9656":{"id":9656,"name":"Tome of experience (3)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tome of experience (Darkness of Hallowvale) (3)","wiki_url":"https://oldschool.runescape.wiki/w/Tome_of_experience_(Darkness_of_Hallowvale)#(3)","price":0},"9657":{"id":9657,"name":"Tome of experience (2)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tome of experience (Darkness of Hallowvale) (2)","wiki_url":"https://oldschool.runescape.wiki/w/Tome_of_experience_(Darkness_of_Hallowvale)#(2)","price":0},"9658":{"id":9658,"name":"Tome of experience (1)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tome of experience (Darkness of Hallowvale) (1)","wiki_url":"https://oldschool.runescape.wiki/w/Tome_of_experience_(Darkness_of_Hallowvale)#(1)","price":0},"9659":{"id":9659,"name":"Bucket of water","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bucket of water (Meiyerditch)","wiki_url":"https://oldschool.runescape.wiki/w/Bucket_of_water_(Meiyerditch)","price":0},"9660":{"id":9660,"name":"Bucket","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bucket (Meiyerditch)","wiki_url":"https://oldschool.runescape.wiki/w/Bucket_(Meiyerditch)","price":0},"9662":{"id":9662,"name":"Useless key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Useless key (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Useless_key#Normal","price":0},"9665":{"id":9665,"name":"Torch","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Torch (animation item, Sea Slug)","wiki_url":"https://oldschool.runescape.wiki/w/Torch_(animation_item,_Sea_Slug)","price":0},"9666":{"id":9666,"name":"Proselyte harness m","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":25000,"buy_limit":70,"wiki_name":"Proselyte harness m","wiki_url":"https://oldschool.runescape.wiki/w/Proselyte_harness_m","price":24040},"9668":{"id":9668,"name":"Initiate harness m","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20000,"buy_limit":70,"wiki_name":"Initiate harness m","wiki_url":"https://oldschool.runescape.wiki/w/Initiate_harness_m","price":24107},"9670":{"id":9670,"name":"Proselyte harness f","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":25000,"lowalch":10000,"highalch":15000,"buy_limit":70,"wiki_name":"Proselyte harness f","wiki_url":"https://oldschool.runescape.wiki/w/Proselyte_harness_f","price":20732},"9672":{"id":9672,"name":"Proselyte sallet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":8000,"lowalch":3200,"highalch":4800,"buy_limit":70,"wiki_name":"Proselyte sallet","wiki_url":"https://oldschool.runescape.wiki/w/Proselyte_sallet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":19,"defence_slash":21,"defence_crush":16,"defence_magic":-1,"defence_ranged":19,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"head","requirements":{"defence":30,"prayer":20}},"price":6235},"9674":{"id":9674,"name":"Proselyte hauberk","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":12000,"lowalch":4800,"highalch":7200,"buy_limit":70,"wiki_name":"Proselyte hauberk","wiki_url":"https://oldschool.runescape.wiki/w/Proselyte_hauberk","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":65,"defence_slash":63,"defence_crush":55,"defence_magic":-6,"defence_ranged":63,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":8,"slot":"body","requirements":{"defence":30,"prayer":20}},"price":6550},"9676":{"id":9676,"name":"Proselyte cuisse","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":70,"wiki_name":"Proselyte cuisse","wiki_url":"https://oldschool.runescape.wiki/w/Proselyte_cuisse","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":33,"defence_slash":31,"defence_crush":29,"defence_magic":-4,"defence_ranged":31,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"legs","requirements":{"defence":30,"prayer":20}},"price":5854},"9678":{"id":9678,"name":"Proselyte tasset","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":70,"wiki_name":"Proselyte tasset","wiki_url":"https://oldschool.runescape.wiki/w/Proselyte_tasset","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":33,"defence_slash":31,"defence_crush":29,"defence_magic":-4,"defence_ranged":31,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"legs","requirements":{"defence":30,"prayer":20}},"price":7500},"9680":{"id":9680,"name":"Sea slug glue","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sea slug glue","wiki_url":"https://oldschool.runescape.wiki/w/Sea_slug_glue","price":0},"9681":{"id":9681,"name":"Commorb v2","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Commorb v2","wiki_url":"https://oldschool.runescape.wiki/w/Commorb_v2","price":0},"9682":{"id":9682,"name":"Door transcription","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Door transcription","wiki_url":"https://oldschool.runescape.wiki/w/Door_transcription","price":0},"9683":{"id":9683,"name":"Dead sea slug","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Dead sea slug","wiki_url":"https://oldschool.runescape.wiki/w/Dead_sea_slug","price":0},"9684":{"id":9684,"name":"Page 1","members":true,"cost":1,"wiki_name":"Page 1","wiki_url":"https://oldschool.runescape.wiki/w/Page_1","price":0},"9685":{"id":9685,"name":"Page 2","members":true,"cost":1,"wiki_name":"Page 2","wiki_url":"https://oldschool.runescape.wiki/w/Page_2","price":0},"9686":{"id":9686,"name":"Page 3","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Page 3","wiki_url":"https://oldschool.runescape.wiki/w/Page_3","price":0},"9687":{"id":9687,"name":"Fragment 1","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fragment 1","wiki_url":"https://oldschool.runescape.wiki/w/Fragment_1","price":0},"9688":{"id":9688,"name":"Fragment 2","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fragment 2","wiki_url":"https://oldschool.runescape.wiki/w/Fragment_2","price":0},"9689":{"id":9689,"name":"Fragment 3","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fragment 3","wiki_url":"https://oldschool.runescape.wiki/w/Fragment_3","price":0},"9690":{"id":9690,"name":"Blank water rune","members":true,"cost":1,"wiki_name":"Blank water rune","wiki_url":"https://oldschool.runescape.wiki/w/Blank_water_rune","price":0},"9691":{"id":9691,"name":"Water rune","members":true,"cost":1,"wiki_name":"Water rune (The Slug Menace)","wiki_url":"https://oldschool.runescape.wiki/w/Water_rune_(The_Slug_Menace)","price":0},"9692":{"id":9692,"name":"Blank air rune","members":true,"cost":1,"wiki_name":"Blank air rune","wiki_url":"https://oldschool.runescape.wiki/w/Blank_air_rune","price":0},"9693":{"id":9693,"name":"Air rune","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Air rune (The Slug Menace)","wiki_url":"https://oldschool.runescape.wiki/w/Air_rune_(The_Slug_Menace)","price":0},"9694":{"id":9694,"name":"Blank earth rune","members":true,"cost":1,"wiki_name":"Blank earth rune","wiki_url":"https://oldschool.runescape.wiki/w/Blank_earth_rune","price":0},"9695":{"id":9695,"name":"Earth rune","members":true,"cost":1,"wiki_name":"Earth rune (The Slug Menace)","wiki_url":"https://oldschool.runescape.wiki/w/Earth_rune_(The_Slug_Menace)","price":0},"9696":{"id":9696,"name":"Blank mind rune","members":true,"cost":1,"wiki_name":"Blank mind rune","wiki_url":"https://oldschool.runescape.wiki/w/Blank_mind_rune","price":0},"9697":{"id":9697,"name":"Mind rune","members":true,"cost":1,"wiki_name":"Mind rune (The Slug Menace)","wiki_url":"https://oldschool.runescape.wiki/w/Mind_rune_(The_Slug_Menace)","price":0},"9698":{"id":9698,"name":"Blank fire rune","members":true,"cost":1,"wiki_name":"Blank fire rune","wiki_url":"https://oldschool.runescape.wiki/w/Blank_fire_rune","price":0},"9699":{"id":9699,"name":"Fire rune","members":true,"cost":1,"wiki_name":"Fire rune (The Slug Menace)","wiki_url":"https://oldschool.runescape.wiki/w/Fire_rune_(The_Slug_Menace)","price":0},"9702":{"id":9702,"name":"Stick","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Stick (animation item)","wiki_url":"https://oldschool.runescape.wiki/w/Stick_(animation_item)","price":0},"9703":{"id":9703,"name":"Training sword","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Training sword","wiki_url":"https://oldschool.runescape.wiki/w/Training_sword","equipment":{"attack_stab":4,"attack_slash":3,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":5,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"9704":{"id":9704,"name":"Training shield","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Training shield","wiki_url":"https://oldschool.runescape.wiki/w/Training_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":4,"defence_slash":5,"defence_crush":3,"defence_magic":1,"defence_ranged":4,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"9705":{"id":9705,"name":"Training bow","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Training bow","wiki_url":"https://oldschool.runescape.wiki/w/Training_bow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":8,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"9706":{"id":9706,"name":"Training arrows","stackable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Training arrows","wiki_url":"https://oldschool.runescape.wiki/w/Training_arrows","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":7,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":null},"price":0},"9715":{"id":9715,"name":"Slashed book","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Slashed book","wiki_url":"https://oldschool.runescape.wiki/w/Slashed_book","price":0},"9716":{"id":9716,"name":"Rock","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rock (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Rock_(unobtainable_item)","price":0},"9717":{"id":9717,"name":"Beaten book","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Beaten book","wiki_url":"https://oldschool.runescape.wiki/w/Beaten_book","price":0},"9718":{"id":9718,"name":"Crane schematic","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crane schematic","wiki_url":"https://oldschool.runescape.wiki/w/Crane_schematic","price":0},"9719":{"id":9719,"name":"Lever schematic","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Lever schematic","wiki_url":"https://oldschool.runescape.wiki/w/Lever_schematic","price":0},"9720":{"id":9720,"name":"Crane claw","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crane claw","wiki_url":"https://oldschool.runescape.wiki/w/Crane_claw","price":0},"9721":{"id":9721,"name":"Scroll","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Scroll (Elemental Workshop II)","wiki_url":"https://oldschool.runescape.wiki/w/Scroll_(Elemental_Workshop_II)","price":0},"9722":{"id":9722,"name":"Key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Key (Elemental Workshop II)","wiki_url":"https://oldschool.runescape.wiki/w/Key_(Elemental_Workshop_II)","price":0},"9723":{"id":9723,"name":"Pipe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pipe (Elemental Workshop II)","wiki_url":"https://oldschool.runescape.wiki/w/Pipe_(Elemental_Workshop_II)","price":0},"9724":{"id":9724,"name":"Large cog","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Large cog","wiki_url":"https://oldschool.runescape.wiki/w/Large_cog","price":0},"9725":{"id":9725,"name":"Medium cog","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Medium cog","wiki_url":"https://oldschool.runescape.wiki/w/Medium_cog","price":0},"9726":{"id":9726,"name":"Small cog","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Small cog","wiki_url":"https://oldschool.runescape.wiki/w/Small_cog","price":0},"9727":{"id":9727,"name":"Primed bar","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Primed bar","wiki_url":"https://oldschool.runescape.wiki/w/Primed_bar","price":0},"9728":{"id":9728,"name":"Primed mind bar","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Primed mind bar","wiki_url":"https://oldschool.runescape.wiki/w/Primed_mind_bar","price":0},"9729":{"id":9729,"name":"Elemental helmet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":70,"wiki_name":"Elemental helmet","wiki_url":"https://oldschool.runescape.wiki/w/Elemental_helmet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"9731":{"id":9731,"name":"Mind shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"buy_limit":70,"wiki_name":"Mind shield","wiki_url":"https://oldschool.runescape.wiki/w/Mind_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":9,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":21978},"9733":{"id":9733,"name":"Mind helmet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"buy_limit":70,"wiki_name":"Mind helmet","wiki_url":"https://oldschool.runescape.wiki/w/Mind_helmet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":6,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":5888},"9735":{"id":9735,"name":"Desert goat horn","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":12,"lowalch":4,"highalch":7,"buy_limit":13000,"wiki_name":"Desert goat horn","wiki_url":"https://oldschool.runescape.wiki/w/Desert_goat_horn","price":34},"9736":{"id":9736,"name":"Goat horn dust","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":12,"lowalch":4,"highalch":7,"buy_limit":13000,"wiki_name":"Goat horn dust","wiki_url":"https://oldschool.runescape.wiki/w/Goat_horn_dust","price":107},"9739":{"id":9739,"name":"Combat potion(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":215,"lowalch":86,"highalch":129,"buy_limit":2000,"wiki_name":"Combat potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Combat_potion#4_dose","price":222},"9741":{"id":9741,"name":"Combat potion(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":2000,"wiki_name":"Combat potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Combat_potion#3_dose","price":179},"9743":{"id":9743,"name":"Combat potion(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":105,"lowalch":42,"highalch":63,"buy_limit":2000,"wiki_name":"Combat potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Combat_potion#2_dose","price":105},"9745":{"id":9745,"name":"Combat potion(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":52,"lowalch":20,"highalch":31,"buy_limit":2000,"wiki_name":"Combat potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Combat_potion#1_dose","price":54},"9747":{"id":9747,"name":"Attack cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Attack cape (Untrimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Attack_cape#Untrimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"attack":99}},"price":0},"9748":{"id":9748,"name":"Attack cape(t)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Attack cape (Trimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Attack_cape#Trimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"cape","requirements":{"attack":99}},"price":0},"9749":{"id":9749,"name":"Attack hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Attack hood","wiki_url":"https://oldschool.runescape.wiki/w/Attack_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"attack":99}},"price":0},"9750":{"id":9750,"name":"Strength cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Strength cape (Untrimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Strength_cape#Untrimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"strength":99}},"price":0},"9751":{"id":9751,"name":"Strength cape(t)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Strength cape (Trimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Strength_cape#Trimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"cape","requirements":{"strength":99}},"price":0},"9752":{"id":9752,"name":"Strength hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Strength hood","wiki_url":"https://oldschool.runescape.wiki/w/Strength_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"strength":99}},"price":0},"9753":{"id":9753,"name":"Defence cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Defence cape (Untrimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Defence_cape#Untrimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"defence":99}},"price":0},"9754":{"id":9754,"name":"Defence cape(t)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Defence cape (Trimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Defence_cape#Trimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"cape","requirements":{"defence":99}},"price":0},"9755":{"id":9755,"name":"Defence hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Defence hood","wiki_url":"https://oldschool.runescape.wiki/w/Defence_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":99}},"price":0},"9756":{"id":9756,"name":"Ranging cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Ranging cape (Untrimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Ranging_cape#Untrimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"ranged":99}},"price":0},"9757":{"id":9757,"name":"Ranging cape(t)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Ranging cape (Trimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Ranging_cape#Trimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"cape","requirements":{"ranged":99}},"price":0},"9758":{"id":9758,"name":"Ranging hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ranging hood","wiki_url":"https://oldschool.runescape.wiki/w/Ranging_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"ranged":99}},"price":0},"9759":{"id":9759,"name":"Prayer cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Prayer cape (Untrimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Prayer_cape#Untrimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"prayer":99}},"price":0},"9760":{"id":9760,"name":"Prayer cape(t)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Prayer cape (Trimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Prayer_cape#Trimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"cape","requirements":{"prayer":99}},"price":0},"9761":{"id":9761,"name":"Prayer hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Prayer hood","wiki_url":"https://oldschool.runescape.wiki/w/Prayer_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"prayer":99}},"price":0},"9762":{"id":9762,"name":"Magic cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Magic cape (Untrimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Magic_cape#Untrimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"magic":99}},"price":0},"9763":{"id":9763,"name":"Magic cape(t)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Magic cape (Trimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Magic_cape#Trimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"cape","requirements":{"magic":99}},"price":0},"9764":{"id":9764,"name":"Magic hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Magic hood","wiki_url":"https://oldschool.runescape.wiki/w/Magic_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"magic":99}},"price":0},"9765":{"id":9765,"name":"Runecraft cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Runecraft cape (Untrimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Runecraft_cape#Untrimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"runecraft":99}},"price":0},"9766":{"id":9766,"name":"Runecraft cape(t)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Runecraft cape (Trimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Runecraft_cape#Trimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"cape","requirements":{"runecraft":99}},"price":0},"9767":{"id":9767,"name":"Runecraft hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Runecraft hood","wiki_url":"https://oldschool.runescape.wiki/w/Runecraft_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"runecraft":99}},"price":0},"9768":{"id":9768,"name":"Hitpoints cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Hitpoints cape (Untrimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Hitpoints_cape#Untrimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"hitpoints":99}},"price":0},"9769":{"id":9769,"name":"Hitpoints cape(t)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Hitpoints cape (Trimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Hitpoints_cape#Trimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"cape","requirements":{"hitpoints":99}},"price":0},"9770":{"id":9770,"name":"Hitpoints hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Hitpoints hood","wiki_url":"https://oldschool.runescape.wiki/w/Hitpoints_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"hitpoints":99}},"price":0},"9771":{"id":9771,"name":"Agility cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Agility cape (Untrimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Agility_cape#Untrimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"agility":99}},"price":0},"9772":{"id":9772,"name":"Agility cape(t)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Agility cape (Trimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Agility_cape#Trimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"cape","requirements":{"agility":99}},"price":0},"9773":{"id":9773,"name":"Agility hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Agility hood","wiki_url":"https://oldschool.runescape.wiki/w/Agility_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"agility":99}},"price":0},"9774":{"id":9774,"name":"Herblore cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Herblore cape (Untrimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Herblore_cape#Untrimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"herblore":99}},"price":0},"9775":{"id":9775,"name":"Herblore cape(t)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Herblore cape (Trimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Herblore_cape#Trimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"cape","requirements":{"herblore":99}},"price":0},"9776":{"id":9776,"name":"Herblore hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Herblore hood","wiki_url":"https://oldschool.runescape.wiki/w/Herblore_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"herblore":99}},"price":0},"9777":{"id":9777,"name":"Thieving cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Thieving cape (Untrimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Thieving_cape#Untrimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"thieving":99}},"price":0},"9778":{"id":9778,"name":"Thieving cape(t)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Thieving cape (Trimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Thieving_cape#Trimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"cape","requirements":{"thieving":99}},"price":0},"9779":{"id":9779,"name":"Thieving hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Thieving hood","wiki_url":"https://oldschool.runescape.wiki/w/Thieving_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"thieving":99}},"price":0},"9780":{"id":9780,"name":"Crafting cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Crafting cape (Untrimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Crafting_cape#Untrimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"crafting":99}},"price":0},"9781":{"id":9781,"name":"Crafting cape(t)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Crafting cape (Trimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Crafting_cape#Trimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"cape","requirements":{"crafting":99}},"price":0},"9782":{"id":9782,"name":"Crafting hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crafting hood","wiki_url":"https://oldschool.runescape.wiki/w/Crafting_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"crafting":99}},"price":0},"9783":{"id":9783,"name":"Fletching cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Fletching cape (Untrimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Fletching_cape#Untrimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"fletching":99}},"price":0},"9784":{"id":9784,"name":"Fletching cape(t)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Fletching cape (Trimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Fletching_cape#Trimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"cape","requirements":{"fletching":99}},"price":0},"9785":{"id":9785,"name":"Fletching hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fletching hood","wiki_url":"https://oldschool.runescape.wiki/w/Fletching_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"fletching":99}},"price":0},"9786":{"id":9786,"name":"Slayer cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Slayer cape (Untrimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Slayer_cape#Untrimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"slayer":99}},"price":0},"9787":{"id":9787,"name":"Slayer cape(t)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Slayer cape (Trimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Slayer_cape#Trimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"cape","requirements":{"slayer":99}},"price":0},"9788":{"id":9788,"name":"Slayer hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Slayer hood","wiki_url":"https://oldschool.runescape.wiki/w/Slayer_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"slayer":99}},"price":0},"9789":{"id":9789,"name":"Construct. cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Construct. cape (Untrimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Construct._cape#Untrimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"construction":99}},"price":0},"9790":{"id":9790,"name":"Construct. cape(t)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Construct. cape (Trimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Construct._cape#Trimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"cape","requirements":{"construction":99}},"price":0},"9791":{"id":9791,"name":"Construct. hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Construct. hood","wiki_url":"https://oldschool.runescape.wiki/w/Construct._hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"construction":99}},"price":0},"9792":{"id":9792,"name":"Mining cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Mining cape (Untrimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Mining_cape#Untrimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"mining":99}},"price":0},"9793":{"id":9793,"name":"Mining cape(t)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Mining cape (Trimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Mining_cape#Trimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"cape","requirements":{"mining":99}},"price":0},"9794":{"id":9794,"name":"Mining hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mining hood","wiki_url":"https://oldschool.runescape.wiki/w/Mining_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"mining":99}},"price":0},"9795":{"id":9795,"name":"Smithing cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Smithing cape (Untrimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Smithing_cape#Untrimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"smithing":99}},"price":0},"9796":{"id":9796,"name":"Smithing cape(t)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Smithing cape (Trimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Smithing_cape#Trimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"cape","requirements":{"smithing":99}},"price":0},"9797":{"id":9797,"name":"Smithing hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Smithing hood","wiki_url":"https://oldschool.runescape.wiki/w/Smithing_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"smithing":99}},"price":0},"9798":{"id":9798,"name":"Fishing cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Fishing cape (Untrimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Fishing_cape#Untrimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"fishing":99}},"price":0},"9799":{"id":9799,"name":"Fishing cape(t)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Fishing cape (Trimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Fishing_cape#Trimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"cape","requirements":{"fishing":99}},"price":0},"9800":{"id":9800,"name":"Fishing hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fishing hood","wiki_url":"https://oldschool.runescape.wiki/w/Fishing_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"fishing":99}},"price":0},"9801":{"id":9801,"name":"Cooking cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Cooking cape (Untrimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Cooking_cape#Untrimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"cooking":99}},"price":0},"9802":{"id":9802,"name":"Cooking cape(t)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Cooking cape (Trimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Cooking_cape#Trimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"cape","requirements":{"cooking":99}},"price":0},"9803":{"id":9803,"name":"Cooking hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cooking hood","wiki_url":"https://oldschool.runescape.wiki/w/Cooking_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"cooking":99}},"price":0},"9804":{"id":9804,"name":"Firemaking cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Firemaking cape (Untrimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Firemaking_cape#Untrimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"firemaking":99}},"price":0},"9805":{"id":9805,"name":"Firemaking cape(t)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Firemaking cape (Trimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Firemaking_cape#Trimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"cape","requirements":{"firemaking":99}},"price":0},"9806":{"id":9806,"name":"Firemaking hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Firemaking hood","wiki_url":"https://oldschool.runescape.wiki/w/Firemaking_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"firemaking":99}},"price":0},"9807":{"id":9807,"name":"Woodcutting cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Woodcutting cape (Untrimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Woodcutting_cape#Untrimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"woodcutting":99}},"price":0},"9808":{"id":9808,"name":"Woodcut. cape(t)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Woodcutting cape (Trimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Woodcutting_cape#Trimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"cape","requirements":{"woodcutting":99}},"price":0},"9809":{"id":9809,"name":"Woodcutting hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Woodcutting hood","wiki_url":"https://oldschool.runescape.wiki/w/Woodcutting_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"woodcutting":99}},"price":0},"9810":{"id":9810,"name":"Farming cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Farming cape (Untrimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Farming_cape#Untrimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"farming":99}},"price":0},"9811":{"id":9811,"name":"Farming cape(t)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Farming cape (Trimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Farming_cape#Trimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"cape","requirements":{"farming":99}},"price":0},"9812":{"id":9812,"name":"Farming hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Farming hood","wiki_url":"https://oldschool.runescape.wiki/w/Farming_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"farming":99}},"price":0},"9813":{"id":9813,"name":"Quest point cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Quest point cape (Untrimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Quest_point_cape#Untrimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"9814":{"id":9814,"name":"Quest point hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Quest point hood","wiki_url":"https://oldschool.runescape.wiki/w/Quest_point_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"9817":{"id":9817,"name":"Oak cape rack","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9818":{"id":9818,"name":"Teak cape rack","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9819":{"id":9819,"name":"Mahogany cape rack","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9820":{"id":9820,"name":"Gilded cape rack","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9821":{"id":9821,"name":"Marble cape rack","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9822":{"id":9822,"name":"Magical cape rack","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9823":{"id":9823,"name":"Oak costume box","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9824":{"id":9824,"name":"Teak costume box","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9825":{"id":9825,"name":"Mahogany costume box","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9826":{"id":9826,"name":"Oak armour case","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9827":{"id":9827,"name":"Teak armour case","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9828":{"id":9828,"name":"Mahogany armour case","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9830":{"id":9830,"name":"Carved oak wardrobe","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9832":{"id":9832,"name":"Carved teak wardrobe","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9835":{"id":9835,"name":"Marble wardrobe","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9836":{"id":9836,"name":"Oak toy box","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9837":{"id":9837,"name":"Teak toy box","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9838":{"id":9838,"name":"Mahogany toy box","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9839":{"id":9839,"name":"Oak treasure chest","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9840":{"id":9840,"name":"Teak treasure chest","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9841":{"id":9841,"name":"Mahogany treasure chest","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9842":{"id":9842,"name":"Costume room","incomplete":true,"cost":50000,"lowalch":20000,"highalch":30000,"price":0},"9843":{"id":9843,"name":"Oak cape rack","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Oak cape rack (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Oak_cape_rack_(flatpack)","price":505},"9844":{"id":9844,"name":"Teak cape rack","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Teak cape rack (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Teak_cape_rack_(flatpack)","price":1519},"9845":{"id":9845,"name":"Mahogany cape rack","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Mahogany cape rack (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Mahogany_cape_rack_(flatpack)","price":405},"9846":{"id":9846,"name":"Gilded cape rack","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Gilded cape rack (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_cape_rack_(flatpack)","price":278447},"9847":{"id":9847,"name":"Marble cape rack","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Marble cape rack (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Marble_cape_rack_(flatpack)","price":443537},"9848":{"id":9848,"name":"Magic cape rack","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Magic cape rack (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Magic_cape_rack_(flatpack)","price":1130976},"9849":{"id":9849,"name":"Oak toy box","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Oak toy box (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Oak_toy_box_(flatpack)","price":24},"9850":{"id":9850,"name":"Teak toy box","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Teak toy box (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Teak_toy_box_(flatpack)","price":28},"9851":{"id":9851,"name":"Mahogany toy box","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Mahogany toy box (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Mahogany_toy_box_(flatpack)","price":1020},"9852":{"id":9852,"name":"Oak magic wardrobe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Oak magic wardrobe (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Oak_magic_wardrobe_(flatpack)","price":19},"9853":{"id":9853,"name":"Carved oak magic wardrobe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Carved oak magic wardrobe (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Carved_oak_magic_wardrobe_(flatpack)","price":55},"9854":{"id":9854,"name":"Teak magic wardrobe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Teak magic wardrobe (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Teak_magic_wardrobe_(flatpack)","price":0},"9855":{"id":9855,"name":"Carved teak magic wardrobe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Carved teak magic wardrobe (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Carved_teak_magic_wardrobe_(flatpack)","price":21},"9856":{"id":9856,"name":"Mahogany magic wardrobe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Mahogany magic wardrobe (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Mahogany_magic_wardrobe_(flatpack)","price":1187},"9857":{"id":9857,"name":"Gilded magic wardrobe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Gilded magic wardrobe (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_magic_wardrobe_(flatpack)","price":355000},"9858":{"id":9858,"name":"Marble magic wardrobe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Marble magic wardrobe (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Marble_magic_wardrobe_(flatpack)","price":440859},"9859":{"id":9859,"name":"Oak armour case","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Oak armour case (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Oak_armour_case_(flatpack)","price":16},"9860":{"id":9860,"name":"Teak armour case","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Teak armour case (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Teak_armour_case_(flatpack)","price":5081},"9861":{"id":9861,"name":"Mahogany armour case","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Mahogany armour case (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Mahogany_armour_case_(flatpack)","price":3377},"9862":{"id":9862,"name":"Oak treasure chest","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Oak treasure chest (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Oak_treasure_chest_(flatpack)","price":639},"9863":{"id":9863,"name":"Teak treasure chest","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Teak treasure chest (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Teak_treasure_chest_(flatpack)","price":2579},"9864":{"id":9864,"name":"M. treasure chest","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"M. treasure chest (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/M._treasure_chest_(flatpack)","price":2759},"9865":{"id":9865,"name":"Oak fancy dress box","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Oak fancy dress box (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Oak_fancy_dress_box_(flatpack)","price":11},"9866":{"id":9866,"name":"Teak fancy dress box","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Teak fancy dress box (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Teak_fancy_dress_box_(flatpack)","price":613},"9867":{"id":9867,"name":"Mahogany fancy dress box","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":500,"wiki_name":"Mahogany fancy dress box (flatpack)","wiki_url":"https://oldschool.runescape.wiki/w/Mahogany_fancy_dress_box_(flatpack)","price":4775},"9901":{"id":9901,"name":"Goutweedy lump","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Goutweedy lump","wiki_url":"https://oldschool.runescape.wiki/w/Goutweedy_lump","price":0},"9902":{"id":9902,"name":"Hardy gout tubers","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Hardy gout tubers","wiki_url":"https://oldschool.runescape.wiki/w/Hardy_gout_tubers","price":0},"9903":{"id":9903,"name":"Farming manual","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Farming manual","wiki_url":"https://oldschool.runescape.wiki/w/Farming_manual","price":0},"9904":{"id":9904,"name":"Sailing book","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sailing book","wiki_url":"https://oldschool.runescape.wiki/w/Sailing_book","price":0},"9906":{"id":9906,"name":"Ghost buster 500","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ghost buster 500 (White)","wiki_url":"https://oldschool.runescape.wiki/w/Ghost_buster_500#White","price":0},"9907":{"id":9907,"name":"Ghost buster 500","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ghost buster 500 (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Ghost_buster_500#Red","price":0},"9908":{"id":9908,"name":"Ghost buster 500","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ghost buster 500 (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Ghost_buster_500#Blue","price":0},"9909":{"id":9909,"name":"Ghost buster 500","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ghost buster 500 (Green)","wiki_url":"https://oldschool.runescape.wiki/w/Ghost_buster_500#Green","price":0},"9910":{"id":9910,"name":"Ghost buster 500","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ghost buster 500 (Yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Ghost_buster_500#Yellow","price":0},"9911":{"id":9911,"name":"Ghost buster 500","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ghost buster 500 (Black)","wiki_url":"https://oldschool.runescape.wiki/w/Ghost_buster_500#Black","price":0},"9912":{"id":9912,"name":"Ghost buster 500","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ghost buster 500 (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Ghost_buster_500#Empty","price":0},"9913":{"id":9913,"name":"White destabiliser","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"White destabiliser","wiki_url":"https://oldschool.runescape.wiki/w/White_destabiliser","price":0},"9914":{"id":9914,"name":"Red destabiliser","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red destabiliser","wiki_url":"https://oldschool.runescape.wiki/w/Red_destabiliser","price":0},"9915":{"id":9915,"name":"Blue destabiliser","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue destabiliser","wiki_url":"https://oldschool.runescape.wiki/w/Blue_destabiliser","price":0},"9916":{"id":9916,"name":"Green destabiliser","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Green destabiliser","wiki_url":"https://oldschool.runescape.wiki/w/Green_destabiliser","price":0},"9917":{"id":9917,"name":"Yellow destabiliser","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Yellow destabiliser","wiki_url":"https://oldschool.runescape.wiki/w/Yellow_destabiliser","price":0},"9918":{"id":9918,"name":"Black destabiliser","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Black destabiliser","wiki_url":"https://oldschool.runescape.wiki/w/Black_destabiliser","price":0},"9919":{"id":9919,"name":"Evil root","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Evil root","wiki_url":"https://oldschool.runescape.wiki/w/Evil_root","price":0},"9920":{"id":9920,"name":"Jack lantern mask","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Jack lantern mask","wiki_url":"https://oldschool.runescape.wiki/w/Jack_lantern_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"9921":{"id":9921,"name":"Skeleton boots","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Skeleton boots","wiki_url":"https://oldschool.runescape.wiki/w/Skeleton_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"9922":{"id":9922,"name":"Skeleton gloves","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Skeleton gloves","wiki_url":"https://oldschool.runescape.wiki/w/Skeleton_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"9923":{"id":9923,"name":"Skeleton leggings","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Skeleton leggings","wiki_url":"https://oldschool.runescape.wiki/w/Skeleton_leggings","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"9924":{"id":9924,"name":"Skeleton shirt","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Skeleton shirt","wiki_url":"https://oldschool.runescape.wiki/w/Skeleton_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"9925":{"id":9925,"name":"Skeleton mask","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Skeleton mask","wiki_url":"https://oldschool.runescape.wiki/w/Skeleton_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"9932":{"id":9932,"name":"Auguste's sapling","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Auguste's sapling","wiki_url":"https://oldschool.runescape.wiki/w/Auguste's_sapling","price":0},"9933":{"id":9933,"name":"Balloon structure","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Balloon structure","wiki_url":"https://oldschool.runescape.wiki/w/Balloon_structure","price":0},"9934":{"id":9934,"name":"Origami balloon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Origami balloon (Origami)","wiki_url":"https://oldschool.runescape.wiki/w/Origami_balloon#Origami","price":0},"9935":{"id":9935,"name":"Yellow balloon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Origami balloon (Yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Origami_balloon#Yellow","price":0},"9936":{"id":9936,"name":"Blue balloon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Origami balloon (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Origami_balloon#Blue","price":0},"9937":{"id":9937,"name":"Red balloon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Origami balloon (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Origami_balloon#Red","price":0},"9938":{"id":9938,"name":"Orange balloon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Origami balloon (Orange)","wiki_url":"https://oldschool.runescape.wiki/w/Origami_balloon#Orange","price":0},"9939":{"id":9939,"name":"Green balloon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Origami balloon (Green)","wiki_url":"https://oldschool.runescape.wiki/w/Origami_balloon#Green","price":0},"9940":{"id":9940,"name":"Purple balloon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Origami balloon (Purple)","wiki_url":"https://oldschool.runescape.wiki/w/Origami_balloon#Purple","price":0},"9941":{"id":9941,"name":"Pink balloon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Origami balloon (Pink)","wiki_url":"https://oldschool.runescape.wiki/w/Origami_balloon#Pink","price":0},"9942":{"id":9942,"name":"Black balloon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Origami balloon (Black)","wiki_url":"https://oldschool.runescape.wiki/w/Origami_balloon#Black","price":0},"9943":{"id":9943,"name":"Sandbag","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sandbag","wiki_url":"https://oldschool.runescape.wiki/w/Sandbag","price":0},"9944":{"id":9944,"name":"Bomber jacket","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bomber jacket","wiki_url":"https://oldschool.runescape.wiki/w/Bomber_jacket","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"9945":{"id":9945,"name":"Bomber cap","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bomber cap","wiki_url":"https://oldschool.runescape.wiki/w/Bomber_cap","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"9946":{"id":9946,"name":"Cap and goggles","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cap and goggles","wiki_url":"https://oldschool.runescape.wiki/w/Cap_and_goggles","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"9947":{"id":9947,"name":"Old red disk","members":true,"cost":1,"wiki_name":"Old red disk","wiki_url":"https://oldschool.runescape.wiki/w/Old_red_disk","price":0},"9948":{"id":9948,"name":"Hunter cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Hunter cape (Untrimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Hunter_cape#Untrimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"hunter":99}},"price":0},"9949":{"id":9949,"name":"Hunter cape(t)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Hunter cape (Trimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Hunter_cape#Trimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"cape","requirements":{"hunter":99}},"price":0},"9950":{"id":9950,"name":"Hunter hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Hunter hood","wiki_url":"https://oldschool.runescape.wiki/w/Hunter_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"hunter":99}},"price":0},"9951":{"id":9951,"name":"Footprint","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Footprint (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Footprint_(unobtainable_item)","price":0},"9952":{"id":9952,"name":"Imp","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9953":{"id":9953,"name":"Kebbit","cost":1,"lowalch":0,"highalch":0,"price":0},"9954":{"id":9954,"name":"Kebbit","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Kebbit (unobtainable item) (Common kebbit)","wiki_url":"https://oldschool.runescape.wiki/w/Kebbit_(unobtainable_item)#Common_kebbit","price":0},"9955":{"id":9955,"name":"Kebbit","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Kebbit (unobtainable item) (Feldip weasel)","wiki_url":"https://oldschool.runescape.wiki/w/Kebbit_(unobtainable_item)#Feldip_weasel","price":0},"9956":{"id":9956,"name":"Kebbit","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Kebbit (unobtainable item) (Desert devil)","wiki_url":"https://oldschool.runescape.wiki/w/Kebbit_(unobtainable_item)#Desert_devil","price":0},"9957":{"id":9957,"name":"Kebbit","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Kebbit (unobtainable item) (Prickly kebbit)","wiki_url":"https://oldschool.runescape.wiki/w/Kebbit_(unobtainable_item)#Prickly_kebbit","price":0},"9958":{"id":9958,"name":"Kebbit","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Kebbit (unobtainable item) (Barb-tailed kebbit)","wiki_url":"https://oldschool.runescape.wiki/w/Kebbit_(unobtainable_item)#Barb-tailed_kebbit","price":0},"9959":{"id":9959,"name":"Kebbit","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Kebbit (unobtainable item) (Sabre-toothed kebbit)","wiki_url":"https://oldschool.runescape.wiki/w/Kebbit_(unobtainable_item)#Sabre-toothed_kebbit","price":0},"9960":{"id":9960,"name":"Kebbit","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Kebbit (unobtainable item) (Spotted kebbit)","wiki_url":"https://oldschool.runescape.wiki/w/Kebbit_(unobtainable_item)#Spotted_kebbit","price":0},"9961":{"id":9961,"name":"Kebbit","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Kebbit (unobtainable item) (Razor-backed kebbit)","wiki_url":"https://oldschool.runescape.wiki/w/Kebbit_(unobtainable_item)#Razor-backed_kebbit","price":0},"9962":{"id":9962,"name":"Kebbit","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Kebbit (unobtainable item) (Wild kebbit)","wiki_url":"https://oldschool.runescape.wiki/w/Kebbit_(unobtainable_item)#Wild_kebbit","price":0},"9963":{"id":9963,"name":"Kebbit","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Kebbit (unobtainable item) (Dark kebbit)","wiki_url":"https://oldschool.runescape.wiki/w/Kebbit_(unobtainable_item)#Dark_kebbit","price":0},"9964":{"id":9964,"name":"Kebbit","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Kebbit (unobtainable item) (Dashing kebbit)","wiki_url":"https://oldschool.runescape.wiki/w/Kebbit_(unobtainable_item)#Dashing_kebbit","price":0},"9965":{"id":9965,"name":"Crimson swift","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9966":{"id":9966,"name":"Copper longtail","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9967":{"id":9967,"name":"Cerulean twitch","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9968":{"id":9968,"name":"Golden warbler","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9969":{"id":9969,"name":"Tropical wagtail","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9970":{"id":9970,"name":"Butterfly","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9974":{"id":9974,"name":"Giant eagle","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9975":{"id":9975,"name":"Rabbit","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"9978":{"id":9978,"name":"Raw bird meat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":17,"lowalch":6,"highalch":10,"buy_limit":11000,"wiki_name":"Raw bird meat","wiki_url":"https://oldschool.runescape.wiki/w/Raw_bird_meat","price":0},"9980":{"id":9980,"name":"Roast bird meat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":17,"lowalch":6,"highalch":10,"buy_limit":6000,"wiki_name":"Roast bird meat","wiki_url":"https://oldschool.runescape.wiki/w/Roast_bird_meat","price":8},"9982":{"id":9982,"name":"Burnt bird meat","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt bird meat","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_bird_meat","price":0},"9984":{"id":9984,"name":"Skewered bird meat","members":true,"tradeable":true,"noteable":true,"cost":81,"lowalch":32,"highalch":48,"wiki_name":"Skewered bird meat","wiki_url":"https://oldschool.runescape.wiki/w/Skewered_bird_meat","price":0},"9986":{"id":9986,"name":"Raw beast meat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":25,"lowalch":10,"highalch":15,"buy_limit":11000,"wiki_name":"Raw beast meat","wiki_url":"https://oldschool.runescape.wiki/w/Raw_beast_meat","price":0},"9988":{"id":9988,"name":"Roast beast meat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":25,"lowalch":10,"highalch":15,"buy_limit":6000,"wiki_name":"Roast beast meat","wiki_url":"https://oldschool.runescape.wiki/w/Roast_beast_meat","price":0},"9990":{"id":9990,"name":"Burnt beast meat","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt beast meat","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_beast_meat","price":0},"9992":{"id":9992,"name":"Skewered beast","members":true,"tradeable":true,"noteable":true,"cost":89,"lowalch":35,"highalch":53,"wiki_name":"Skewered beast","wiki_url":"https://oldschool.runescape.wiki/w/Skewered_beast","price":0},"9994":{"id":9994,"name":"Spicy tomato","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":8000,"wiki_name":"Spicy tomato","wiki_url":"https://oldschool.runescape.wiki/w/Spicy_tomato","price":223},"9996":{"id":9996,"name":"Spicy minced meat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":8,"lowalch":3,"highalch":4,"buy_limit":8000,"wiki_name":"Spicy minced meat","wiki_url":"https://oldschool.runescape.wiki/w/Spicy_minced_meat","price":2000},"9998":{"id":9998,"name":"Hunter potion(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":2000,"wiki_name":"Hunter potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Hunter_potion#4_dose","price":2199},"10000":{"id":10000,"name":"Hunter potion(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":12,"lowalch":4,"highalch":7,"buy_limit":2000,"wiki_name":"Hunter potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Hunter_potion#3_dose","price":1619},"10002":{"id":10002,"name":"Hunter potion(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":9,"lowalch":3,"highalch":5,"buy_limit":2000,"wiki_name":"Hunter potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Hunter_potion#2_dose","price":1521},"10004":{"id":10004,"name":"Hunter potion(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":6,"lowalch":2,"highalch":3,"buy_limit":2000,"wiki_name":"Hunter potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Hunter_potion#1_dose","price":1},"10006":{"id":10006,"name":"Bird snare","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":250,"wiki_name":"Bird snare","wiki_url":"https://oldschool.runescape.wiki/w/Bird_snare","price":20},"10008":{"id":10008,"name":"Box trap","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":32,"lowalch":12,"highalch":19,"buy_limit":250,"wiki_name":"Box trap","wiki_url":"https://oldschool.runescape.wiki/w/Box_trap","price":10},"10010":{"id":10010,"name":"Butterfly net","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":125,"wiki_name":"Butterfly net","wiki_url":"https://oldschool.runescape.wiki/w/Butterfly_net","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"hunter":15}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"10012":{"id":10012,"name":"Butterfly jar","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":40,"wiki_name":"Butterfly jar","wiki_url":"https://oldschool.runescape.wiki/w/Butterfly_jar","price":104},"10014":{"id":10014,"name":"Black warlock","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":70,"lowalch":28,"highalch":42,"buy_limit":125,"wiki_name":"Black warlock (item)","wiki_url":"https://oldschool.runescape.wiki/w/Black_warlock_(item)","price":0},"10016":{"id":10016,"name":"Snowy knight","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":125,"wiki_name":"Snowy knight (item)","wiki_url":"https://oldschool.runescape.wiki/w/Snowy_knight_(item)","price":0},"10018":{"id":10018,"name":"Sapphire glacialis","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":125,"wiki_name":"Sapphire glacialis (item)","wiki_url":"https://oldschool.runescape.wiki/w/Sapphire_glacialis_(item)","price":0},"10020":{"id":10020,"name":"Ruby harvest","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":18,"lowalch":7,"highalch":10,"buy_limit":125,"wiki_name":"Ruby harvest (item)","wiki_url":"https://oldschool.runescape.wiki/w/Ruby_harvest_(item)","price":0},"10023":{"id":10023,"name":"Falconer's glove","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Falconer's glove (No Falcon)","wiki_url":"https://oldschool.runescape.wiki/w/Falconer's_glove#No_Falcon","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"hunter":43}},"weapon":{"attack_speed":4,"weapon_type":"unarmed","stances":[{"combat_style":"punch","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"kick","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"10024":{"id":10024,"name":"Falconer's glove","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Falconer's glove (With Falcon)","wiki_url":"https://oldschool.runescape.wiki/w/Falconer's_glove#With_Falcon","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"hunter":43}},"weapon":{"attack_speed":4,"weapon_type":"unarmed","stances":[{"combat_style":"punch","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"kick","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"10025":{"id":10025,"name":"Magic box","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":600,"lowalch":240,"highalch":360,"buy_limit":250,"wiki_name":"Magic box","wiki_url":"https://oldschool.runescape.wiki/w/Magic_box","price":410},"10027":{"id":10027,"name":"Imp-in-a-box(2)","members":true,"cost":600,"lowalch":240,"highalch":360,"wiki_name":"Imp-in-a-box (2)","wiki_url":"https://oldschool.runescape.wiki/w/Imp-in-a-box#(2)","price":0},"10028":{"id":10028,"name":"Imp-in-a-box(1)","members":true,"cost":600,"lowalch":240,"highalch":360,"wiki_name":"Imp-in-a-box (1)","wiki_url":"https://oldschool.runescape.wiki/w/Imp-in-a-box#(1)","price":0},"10029":{"id":10029,"name":"Teasing stick","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":40,"wiki_name":"Teasing stick","wiki_url":"https://oldschool.runescape.wiki/w/Teasing_stick","price":1},"10031":{"id":10031,"name":"Rabbit snare","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":250,"wiki_name":"Rabbit snare","wiki_url":"https://oldschool.runescape.wiki/w/Rabbit_snare","price":7},"10033":{"id":10033,"name":"Chinchompa","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":140,"lowalch":56,"highalch":84,"buy_limit":7000,"wiki_name":"Chinchompa","wiki_url":"https://oldschool.runescape.wiki/w/Chinchompa","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":45,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":45}},"weapon":{"attack_speed":4,"weapon_type":"chinchompas","stances":[{"combat_style":"short fuse","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"medium fuse","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"long fuse","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":679},"10034":{"id":10034,"name":"Red chinchompa","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":7000,"wiki_name":"Red chinchompa","wiki_url":"https://oldschool.runescape.wiki/w/Red_chinchompa","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":70,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":15,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":55}},"weapon":{"attack_speed":4,"weapon_type":"chinchompas","stances":[{"combat_style":"short fuse","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"medium fuse","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"long fuse","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":1434},"10035":{"id":10035,"name":"Kyatt legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":150,"wiki_name":"Kyatt legs","wiki_url":"https://oldschool.runescape.wiki/w/Kyatt_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":-7,"defence_stab":11,"defence_slash":10,"defence_crush":10,"defence_magic":0,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"hunter":52}},"price":829},"10037":{"id":10037,"name":"Kyatt top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":150,"wiki_name":"Kyatt top","wiki_url":"https://oldschool.runescape.wiki/w/Kyatt_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":10,"defence_slash":15,"defence_crush":19,"defence_magic":0,"defence_ranged":12,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"hunter":52}},"price":804},"10039":{"id":10039,"name":"Kyatt hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":150,"wiki_name":"Kyatt hat","wiki_url":"https://oldschool.runescape.wiki/w/Kyatt_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":-1,"defence_stab":4,"defence_slash":5,"defence_crush":3,"defence_magic":0,"defence_ranged":4,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"hunter":52}},"price":1715},"10041":{"id":10041,"name":"Larupia legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":150,"wiki_name":"Larupia legs","wiki_url":"https://oldschool.runescape.wiki/w/Larupia_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":-7,"defence_stab":11,"defence_slash":10,"defence_crush":10,"defence_magic":0,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"hunter":28}},"price":561},"10043":{"id":10043,"name":"Larupia top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":150,"wiki_name":"Larupia top","wiki_url":"https://oldschool.runescape.wiki/w/Larupia_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":10,"defence_slash":15,"defence_crush":19,"defence_magic":0,"defence_ranged":12,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"hunter":28}},"price":922},"10045":{"id":10045,"name":"Larupia hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":150,"wiki_name":"Larupia hat","wiki_url":"https://oldschool.runescape.wiki/w/Larupia_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":-1,"defence_stab":4,"defence_slash":5,"defence_crush":3,"defence_magic":0,"defence_ranged":1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"hunter":28}},"price":258},"10047":{"id":10047,"name":"Graahk legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":150,"wiki_name":"Graahk legs","wiki_url":"https://oldschool.runescape.wiki/w/Graahk_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":-7,"defence_stab":11,"defence_slash":10,"defence_crush":10,"defence_magic":0,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"hunter":38}},"price":400},"10049":{"id":10049,"name":"Graahk top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":150,"wiki_name":"Graahk top","wiki_url":"https://oldschool.runescape.wiki/w/Graahk_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":10,"defence_slash":15,"defence_crush":19,"defence_magic":0,"defence_ranged":12,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"hunter":38}},"price":1515},"10051":{"id":10051,"name":"Graahk headdress","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":750,"lowalch":300,"highalch":450,"buy_limit":150,"wiki_name":"Graahk headdress","wiki_url":"https://oldschool.runescape.wiki/w/Graahk_headdress","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":-1,"defence_stab":4,"defence_slash":5,"defence_crush":3,"defence_magic":0,"defence_ranged":4,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"hunter":38}},"price":7355},"10053":{"id":10053,"name":"Wood camo top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Wood camo top","wiki_url":"https://oldschool.runescape.wiki/w/Wood_camo_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":10,"defence_slash":15,"defence_crush":19,"defence_magic":0,"defence_ranged":12,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":3000},"10055":{"id":10055,"name":"Wood camo legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Wood camo legs","wiki_url":"https://oldschool.runescape.wiki/w/Wood_camo_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":-7,"defence_stab":11,"defence_slash":10,"defence_crush":10,"defence_magic":0,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":1850},"10057":{"id":10057,"name":"Jungle camo top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Jungle camo top","wiki_url":"https://oldschool.runescape.wiki/w/Jungle_camo_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":10,"defence_slash":15,"defence_crush":19,"defence_magic":0,"defence_ranged":12,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":4000},"10059":{"id":10059,"name":"Jungle camo legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Jungle camo legs","wiki_url":"https://oldschool.runescape.wiki/w/Jungle_camo_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":-7,"defence_stab":11,"defence_slash":10,"defence_crush":10,"defence_magic":0,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":3683},"10061":{"id":10061,"name":"Desert camo top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Desert camo top","wiki_url":"https://oldschool.runescape.wiki/w/Desert_camo_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":10,"defence_slash":15,"defence_crush":19,"defence_magic":0,"defence_ranged":12,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":16140},"10063":{"id":10063,"name":"Desert camo legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Desert camo legs","wiki_url":"https://oldschool.runescape.wiki/w/Desert_camo_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":-7,"defence_stab":11,"defence_slash":10,"defence_crush":10,"defence_magic":0,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":14254},"10065":{"id":10065,"name":"Polar camo top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Polar camo top","wiki_url":"https://oldschool.runescape.wiki/w/Polar_camo_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":10,"defence_slash":15,"defence_crush":19,"defence_magic":0,"defence_ranged":12,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":7900},"10067":{"id":10067,"name":"Polar camo legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Polar camo legs","wiki_url":"https://oldschool.runescape.wiki/w/Polar_camo_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":-7,"defence_stab":11,"defence_slash":10,"defence_crush":10,"defence_magic":0,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":8136},"10069":{"id":10069,"name":"Spotted cape","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":125,"wiki_name":"Spotted cape (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Spotted_cape#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"hunter":40}},"price":951},"10071":{"id":10071,"name":"Spottier cape","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":800,"lowalch":320,"highalch":480,"buy_limit":125,"wiki_name":"Spottier cape (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Spottier_cape#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"hunter":66}},"price":3241},"10075":{"id":10075,"name":"Gloves of silence","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":600,"lowalch":240,"highalch":360,"buy_limit":8000,"wiki_name":"Gloves of silence","wiki_url":"https://oldschool.runescape.wiki/w/Gloves_of_silence","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"hunter":54}},"price":1900},"10077":{"id":10077,"name":"Spiky vambraces","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":125,"wiki_name":"Spiky vambraces","wiki_url":"https://oldschool.runescape.wiki/w/Spiky_vambraces","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":4,"defence_stab":2,"defence_slash":2,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"ranged":1}},"price":11},"10079":{"id":10079,"name":"Green spiky vambraces","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2500,"lowalch":1000,"highalch":1500,"buy_limit":125,"wiki_name":"Green spiky vambraces","wiki_url":"https://oldschool.runescape.wiki/w/Green_spiky_vambraces","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":8,"defence_stab":3,"defence_slash":2,"defence_crush":4,"defence_magic":2,"defence_ranged":0,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"ranged":40}},"price":2750},"10081":{"id":10081,"name":"Blue spiky vambraces","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"buy_limit":125,"wiki_name":"Blue spiky vambraces","wiki_url":"https://oldschool.runescape.wiki/w/Blue_spiky_vambraces","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":9,"defence_stab":4,"defence_slash":3,"defence_crush":5,"defence_magic":4,"defence_ranged":0,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"ranged":50}},"price":2262},"10083":{"id":10083,"name":"Red spiky vambraces","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3600,"lowalch":1440,"highalch":2160,"buy_limit":125,"wiki_name":"Red spiky vambraces","wiki_url":"https://oldschool.runescape.wiki/w/Red_spiky_vambraces","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":10,"defence_stab":5,"defence_slash":4,"defence_crush":6,"defence_magic":6,"defence_ranged":0,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"ranged":60}},"price":1824},"10085":{"id":10085,"name":"Black spiky vambraces","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":4320,"lowalch":1728,"highalch":2592,"buy_limit":125,"wiki_name":"Black spiky vambraces","wiki_url":"https://oldschool.runescape.wiki/w/Black_spiky_vambraces","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":11,"defence_stab":6,"defence_slash":5,"defence_crush":7,"defence_magic":8,"defence_ranged":0,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"ranged":70}},"price":1972},"10087":{"id":10087,"name":"Stripy feather","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":8000,"wiki_name":"Stripy feather","wiki_url":"https://oldschool.runescape.wiki/w/Stripy_feather","price":0},"10088":{"id":10088,"name":"Red feather","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":8000,"wiki_name":"Red feather","wiki_url":"https://oldschool.runescape.wiki/w/Red_feather","price":0},"10089":{"id":10089,"name":"Blue feather","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":16,"lowalch":6,"highalch":9,"buy_limit":8000,"wiki_name":"Blue feather","wiki_url":"https://oldschool.runescape.wiki/w/Blue_feather","price":0},"10090":{"id":10090,"name":"Yellow feather","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":13,"lowalch":5,"highalch":7,"buy_limit":8000,"wiki_name":"Yellow feather","wiki_url":"https://oldschool.runescape.wiki/w/Yellow_feather","price":0},"10091":{"id":10091,"name":"Orange feather","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":8000,"wiki_name":"Orange feather","wiki_url":"https://oldschool.runescape.wiki/w/Orange_feather","price":0},"10092":{"id":10092,"name":"Ferret","members":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Ferret","wiki_url":"https://oldschool.runescape.wiki/w/Ferret","price":0},"10093":{"id":10093,"name":"Tatty larupia fur","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":60,"lowalch":24,"highalch":36,"buy_limit":10000,"wiki_name":"Tatty larupia fur","wiki_url":"https://oldschool.runescape.wiki/w/Tatty_larupia_fur","price":0},"10095":{"id":10095,"name":"Larupia fur","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":10000,"wiki_name":"Larupia fur","wiki_url":"https://oldschool.runescape.wiki/w/Larupia_fur","price":0},"10097":{"id":10097,"name":"Tatty graahk fur","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":10000,"wiki_name":"Tatty graahk fur","wiki_url":"https://oldschool.runescape.wiki/w/Tatty_graahk_fur","price":0},"10099":{"id":10099,"name":"Graahk fur","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":120,"lowalch":48,"highalch":72,"buy_limit":10000,"wiki_name":"Graahk fur","wiki_url":"https://oldschool.runescape.wiki/w/Graahk_fur","price":0},"10101":{"id":10101,"name":"Tatty kyatt fur","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":120,"lowalch":48,"highalch":72,"buy_limit":10000,"wiki_name":"Tatty kyatt fur","wiki_url":"https://oldschool.runescape.wiki/w/Tatty_kyatt_fur","price":0},"10103":{"id":10103,"name":"Kyatt fur","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":10000,"wiki_name":"Kyatt fur","wiki_url":"https://oldschool.runescape.wiki/w/Kyatt_fur","price":0},"10105":{"id":10105,"name":"Kebbit spike","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":10000,"wiki_name":"Kebbit spike","wiki_url":"https://oldschool.runescape.wiki/w/Kebbit_spike","price":0},"10107":{"id":10107,"name":"Long kebbit spike","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":10000,"wiki_name":"Long kebbit spike","wiki_url":"https://oldschool.runescape.wiki/w/Long_kebbit_spike","price":0},"10109":{"id":10109,"name":"Kebbit teeth","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":10000,"wiki_name":"Kebbit teeth","wiki_url":"https://oldschool.runescape.wiki/w/Kebbit_teeth","price":0},"10111":{"id":10111,"name":"Kebbit teeth dust","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":10000,"wiki_name":"Kebbit teeth dust","wiki_url":"https://oldschool.runescape.wiki/w/Kebbit_teeth_dust","price":650},"10113":{"id":10113,"name":"Kebbit claws","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":43,"lowalch":17,"highalch":25,"buy_limit":10000,"wiki_name":"Kebbit claws","wiki_url":"https://oldschool.runescape.wiki/w/Kebbit_claws","price":0},"10115":{"id":10115,"name":"Dark kebbit fur","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":210,"lowalch":84,"highalch":126,"buy_limit":10000,"wiki_name":"Dark kebbit fur","wiki_url":"https://oldschool.runescape.wiki/w/Dark_kebbit_fur","price":0},"10117":{"id":10117,"name":"Polar kebbit fur","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":100,"wiki_name":"Polar kebbit fur","wiki_url":"https://oldschool.runescape.wiki/w/Polar_kebbit_fur","price":0},"10119":{"id":10119,"name":"Feldip weasel fur","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":14,"lowalch":5,"highalch":8,"buy_limit":10000,"wiki_name":"Feldip weasel fur","wiki_url":"https://oldschool.runescape.wiki/w/Feldip_weasel_fur","price":0},"10121":{"id":10121,"name":"Common kebbit fur","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":12,"lowalch":4,"highalch":7,"buy_limit":10000,"wiki_name":"Common kebbit fur","wiki_url":"https://oldschool.runescape.wiki/w/Common_kebbit_fur","price":0},"10123":{"id":10123,"name":"Desert devil fur","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":17,"lowalch":6,"highalch":10,"buy_limit":10000,"wiki_name":"Desert devil fur","wiki_url":"https://oldschool.runescape.wiki/w/Desert_devil_fur","price":0},"10125":{"id":10125,"name":"Spotted kebbit fur","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":10000,"wiki_name":"Spotted kebbit fur","wiki_url":"https://oldschool.runescape.wiki/w/Spotted_kebbit_fur","price":0},"10127":{"id":10127,"name":"Dashing kebbit fur","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":270,"lowalch":108,"highalch":162,"buy_limit":10000,"wiki_name":"Dashing kebbit fur","wiki_url":"https://oldschool.runescape.wiki/w/Dashing_kebbit_fur","price":0},"10129":{"id":10129,"name":"Barb-tail harpoon","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":36,"lowalch":14,"highalch":21,"buy_limit":40,"wiki_name":"Barb-tail harpoon","wiki_url":"https://oldschool.runescape.wiki/w/Barb-tail_harpoon","equipment":{"attack_stab":9,"attack_slash":4,"attack_crush":-4,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"10132":{"id":10132,"name":"Strung rabbit foot","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":150,"wiki_name":"Strung rabbit foot","wiki_url":"https://oldschool.runescape.wiki/w/Strung_rabbit_foot","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":2057},"10134":{"id":10134,"name":"Rabbit foot","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":100,"wiki_name":"Rabbit foot","wiki_url":"https://oldschool.runescape.wiki/w/Rabbit_foot","price":0},"10136":{"id":10136,"name":"Rainbow fish","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":120,"lowalch":48,"highalch":72,"buy_limit":6000,"wiki_name":"Rainbow fish","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_fish","price":175},"10138":{"id":10138,"name":"Raw rainbow fish","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":120,"lowalch":48,"highalch":72,"buy_limit":13000,"wiki_name":"Raw rainbow fish","wiki_url":"https://oldschool.runescape.wiki/w/Raw_rainbow_fish","price":899},"10140":{"id":10140,"name":"Burnt rainbow fish","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt rainbow fish","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_rainbow_fish","price":0},"10142":{"id":10142,"name":"Guam tar","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":7000,"wiki_name":"Guam tar","wiki_url":"https://oldschool.runescape.wiki/w/Guam_tar","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":16,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":null},"price":5},"10143":{"id":10143,"name":"Marrentill tar","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":7000,"wiki_name":"Marrentill tar","wiki_url":"https://oldschool.runescape.wiki/w/Marrentill_tar","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":22,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":null},"price":2},"10144":{"id":10144,"name":"Tarromin tar","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":7000,"wiki_name":"Tarromin tar","wiki_url":"https://oldschool.runescape.wiki/w/Tarromin_tar","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":31,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":null},"price":1},"10145":{"id":10145,"name":"Harralander tar","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":11000,"wiki_name":"Harralander tar","wiki_url":"https://oldschool.runescape.wiki/w/Harralander_tar","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":49,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":null},"price":5},"10146":{"id":10146,"name":"Orange salamander","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":125,"wiki_name":"Orange salamander","wiki_url":"https://oldschool.runescape.wiki/w/Orange_salamander","equipment":{"attack_stab":0,"attack_slash":19,"attack_crush":0,"attack_magic":0,"attack_ranged":29,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":31,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":50,"attack":50,"magic":50}},"weapon":{"attack_speed":5,"weapon_type":"salamander","stances":[{"combat_style":"scorch","attack_type":"slash","attack_style":null,"experience":"strength","boosts":null},{"combat_style":"flare","attack_type":"ranged","attack_style":null,"experience":"ranged","boosts":null},{"combat_style":"blaze","attack_type":"magic","attack_style":null,"experience":"magic","boosts":null}]},"price":0},"10147":{"id":10147,"name":"Red salamander","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":125,"wiki_name":"Red salamander","wiki_url":"https://oldschool.runescape.wiki/w/Red_salamander","equipment":{"attack_stab":0,"attack_slash":37,"attack_crush":0,"attack_magic":0,"attack_ranged":47,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":49,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":60,"attack":60,"magic":60}},"weapon":{"attack_speed":5,"weapon_type":"salamander","stances":[{"combat_style":"scorch","attack_type":"slash","attack_style":null,"experience":"strength","boosts":null},{"combat_style":"flare","attack_type":"ranged","attack_style":null,"experience":"ranged","boosts":null},{"combat_style":"blaze","attack_type":"magic","attack_style":null,"experience":"magic","boosts":null}]},"price":0},"10148":{"id":10148,"name":"Black salamander","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":125,"wiki_name":"Black salamander","wiki_url":"https://oldschool.runescape.wiki/w/Black_salamander","equipment":{"attack_stab":0,"attack_slash":59,"attack_crush":0,"attack_magic":0,"attack_ranged":69,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":71,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":70,"attack":70,"magic":70}},"weapon":{"attack_speed":5,"weapon_type":"salamander","stances":[{"combat_style":"scorch","attack_type":"slash","attack_style":null,"experience":"strength","boosts":null},{"combat_style":"flare","attack_type":"ranged","attack_style":null,"experience":"ranged","boosts":null},{"combat_style":"blaze","attack_type":"magic","attack_style":null,"experience":"magic","boosts":null}]},"price":0},"10149":{"id":10149,"name":"Swamp lizard","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":125,"wiki_name":"Swamp lizard","wiki_url":"https://oldschool.runescape.wiki/w/Swamp_lizard","equipment":{"attack_stab":0,"attack_slash":10,"attack_crush":0,"attack_magic":0,"attack_ranged":20,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":22,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":30,"attack":30,"magic":30}},"weapon":{"attack_speed":5,"weapon_type":"salamander","stances":[{"combat_style":"scorch","attack_type":"slash","attack_style":null,"experience":"strength","boosts":null},{"combat_style":"flare","attack_type":"ranged","attack_style":null,"experience":"ranged","boosts":null},{"combat_style":"blaze","attack_type":"magic","attack_style":null,"experience":"magic","boosts":null}]},"price":0},"10150":{"id":10150,"name":"Noose wand","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":40,"wiki_name":"Noose wand","wiki_url":"https://oldschool.runescape.wiki/w/Noose_wand","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":23},"10156":{"id":10156,"name":"Hunters' crossbow","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1300,"lowalch":520,"highalch":780,"buy_limit":70,"wiki_name":"Hunters' crossbow","wiki_url":"https://oldschool.runescape.wiki/w/Hunters'_crossbow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":55,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":50}},"weapon":{"attack_speed":4,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":2422},"10158":{"id":10158,"name":"Kebbit bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":18,"lowalch":7,"highalch":10,"buy_limit":11000,"wiki_name":"Kebbit bolts","wiki_url":"https://oldschool.runescape.wiki/w/Kebbit_bolts","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":28,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":50}},"price":74},"10159":{"id":10159,"name":"Long kebbit bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":31,"lowalch":12,"highalch":18,"buy_limit":11000,"wiki_name":"Long kebbit bolts","wiki_url":"https://oldschool.runescape.wiki/w/Long_kebbit_bolts","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":38,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":50}},"price":50},"10167":{"id":10167,"name":"Eagle feather","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Eagle feather","wiki_url":"https://oldschool.runescape.wiki/w/Eagle_feather","price":0},"10171":{"id":10171,"name":"Eagle cape","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Eagle cape","wiki_url":"https://oldschool.runescape.wiki/w/Eagle_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"10172":{"id":10172,"name":"Fake beak","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fake beak","wiki_url":"https://oldschool.runescape.wiki/w/Fake_beak","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"10173":{"id":10173,"name":"Bird book","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bird book","wiki_url":"https://oldschool.runescape.wiki/w/Bird_book","price":0},"10174":{"id":10174,"name":"Metal feather","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Metal feather","wiki_url":"https://oldschool.runescape.wiki/w/Metal_feather","price":0},"10175":{"id":10175,"name":"Golden feather","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Golden feather (Eagles' Peak)","wiki_url":"https://oldschool.runescape.wiki/w/Golden_feather_(Eagles'_Peak)","price":0},"10176":{"id":10176,"name":"Silver feather","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Silver feather","wiki_url":"https://oldschool.runescape.wiki/w/Silver_feather","price":0},"10177":{"id":10177,"name":"Bronze feather","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bronze feather","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_feather","price":0},"10178":{"id":10178,"name":"Odd bird seed","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Odd bird seed","wiki_url":"https://oldschool.runescape.wiki/w/Odd_bird_seed","price":0},"10179":{"id":10179,"name":"Feathered journal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Feathered journal","wiki_url":"https://oldschool.runescape.wiki/w/Feathered_journal","price":0},"10280":{"id":10280,"name":"Willow comp bow","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":8,"wiki_name":"Willow comp bow","wiki_url":"https://oldschool.runescape.wiki/w/Willow_comp_bow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":22,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":20}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":5706},"10282":{"id":10282,"name":"Yew comp bow","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1800,"lowalch":720,"highalch":1080,"buy_limit":8,"wiki_name":"Yew comp bow","wiki_url":"https://oldschool.runescape.wiki/w/Yew_comp_bow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":49,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":40}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":1532},"10284":{"id":10284,"name":"Magic comp bow","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":2500,"lowalch":1000,"highalch":1500,"buy_limit":8,"wiki_name":"Magic comp bow","wiki_url":"https://oldschool.runescape.wiki/w/Magic_comp_bow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":71,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":50}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":5186},"10286":{"id":10286,"name":"Rune helm (h1)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"buy_limit":70,"wiki_name":"Rune helm (h1)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_helm_(h1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":40}},"price":97001},"10288":{"id":10288,"name":"Rune helm (h2)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"buy_limit":70,"wiki_name":"Rune helm (h2)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_helm_(h2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":40}},"price":35926},"10290":{"id":10290,"name":"Rune helm (h3)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"buy_limit":70,"wiki_name":"Rune helm (h3)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_helm_(h3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":40}},"price":35965},"10292":{"id":10292,"name":"Rune helm (h4)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"buy_limit":70,"wiki_name":"Rune helm (h4)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_helm_(h4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":40}},"price":44575},"10294":{"id":10294,"name":"Rune helm (h5)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"buy_limit":70,"wiki_name":"Rune helm (h5)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_helm_(h5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":40}},"price":42004},"10296":{"id":10296,"name":"Adamant helm (h1)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3520,"lowalch":1408,"highalch":2112,"buy_limit":70,"wiki_name":"Adamant helm (h1)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_helm_(h1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":19,"defence_slash":21,"defence_crush":16,"defence_magic":-1,"defence_ranged":19,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":30}},"price":1533},"10298":{"id":10298,"name":"Adamant helm (h2)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3520,"lowalch":1408,"highalch":2112,"buy_limit":70,"wiki_name":"Adamant helm (h2)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_helm_(h2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":19,"defence_slash":21,"defence_crush":16,"defence_magic":-1,"defence_ranged":19,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":30}},"price":2051},"10300":{"id":10300,"name":"Adamant helm (h3)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3520,"lowalch":1408,"highalch":2112,"buy_limit":70,"wiki_name":"Adamant helm (h3)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_helm_(h3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":19,"defence_slash":21,"defence_crush":16,"defence_magic":-1,"defence_ranged":19,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":30}},"price":1573},"10302":{"id":10302,"name":"Adamant helm (h4)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3520,"lowalch":1408,"highalch":2112,"buy_limit":70,"wiki_name":"Adamant helm (h4)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_helm_(h4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":19,"defence_slash":21,"defence_crush":16,"defence_magic":-1,"defence_ranged":19,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":30}},"price":2770},"10304":{"id":10304,"name":"Adamant helm (h5)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3520,"lowalch":1408,"highalch":2112,"buy_limit":70,"wiki_name":"Adamant helm (h5)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_helm_(h5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":19,"defence_slash":21,"defence_crush":16,"defence_magic":-1,"defence_ranged":19,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":30}},"price":2037},"10306":{"id":10306,"name":"Black helm (h1)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1056,"lowalch":422,"highalch":633,"buy_limit":70,"wiki_name":"Black helm (h1)","wiki_url":"https://oldschool.runescape.wiki/w/Black_helm_(h1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":12,"defence_slash":13,"defence_crush":10,"defence_magic":-1,"defence_ranged":12,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":2688},"10308":{"id":10308,"name":"Black helm (h2)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1056,"lowalch":422,"highalch":633,"buy_limit":70,"wiki_name":"Black helm (h2)","wiki_url":"https://oldschool.runescape.wiki/w/Black_helm_(h2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":12,"defence_slash":13,"defence_crush":10,"defence_magic":-1,"defence_ranged":12,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":2585},"10310":{"id":10310,"name":"Black helm (h3)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1056,"lowalch":422,"highalch":633,"buy_limit":70,"wiki_name":"Black helm (h3)","wiki_url":"https://oldschool.runescape.wiki/w/Black_helm_(h3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":12,"defence_slash":13,"defence_crush":10,"defence_magic":-1,"defence_ranged":12,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":2427},"10312":{"id":10312,"name":"Black helm (h4)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1056,"lowalch":422,"highalch":633,"buy_limit":70,"wiki_name":"Black helm (h4)","wiki_url":"https://oldschool.runescape.wiki/w/Black_helm_(h4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":12,"defence_slash":13,"defence_crush":10,"defence_magic":-1,"defence_ranged":12,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":3691},"10314":{"id":10314,"name":"Black helm (h5)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1056,"lowalch":422,"highalch":633,"buy_limit":70,"wiki_name":"Black helm (h5)","wiki_url":"https://oldschool.runescape.wiki/w/Black_helm_(h5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":12,"defence_slash":13,"defence_crush":10,"defence_magic":-1,"defence_ranged":12,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":4061},"10316":{"id":10316,"name":"Bob's red shirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":4,"wiki_name":"Bob's red shirt","wiki_url":"https://oldschool.runescape.wiki/w/Bob's_red_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":5577},"10318":{"id":10318,"name":"Bob's blue shirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":4,"wiki_name":"Bob's blue shirt","wiki_url":"https://oldschool.runescape.wiki/w/Bob's_blue_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":12652},"10320":{"id":10320,"name":"Bob's green shirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":4,"wiki_name":"Bob's green shirt","wiki_url":"https://oldschool.runescape.wiki/w/Bob's_green_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":4871},"10322":{"id":10322,"name":"Bob's black shirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":4,"wiki_name":"Bob's black shirt","wiki_url":"https://oldschool.runescape.wiki/w/Bob's_black_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":17300},"10324":{"id":10324,"name":"Bob's purple shirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":4,"wiki_name":"Bob's purple shirt","wiki_url":"https://oldschool.runescape.wiki/w/Bob's_purple_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":10617},"10326":{"id":10326,"name":"Purple firelighter","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":250,"wiki_name":"Purple firelighter","wiki_url":"https://oldschool.runescape.wiki/w/Purple_firelighter","price":113},"10327":{"id":10327,"name":"White firelighter","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":250,"wiki_name":"White firelighter","wiki_url":"https://oldschool.runescape.wiki/w/White_firelighter","price":72},"10328":{"id":10328,"name":"White logs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"White logs","wiki_url":"https://oldschool.runescape.wiki/w/White_logs","price":0},"10329":{"id":10329,"name":"Purple logs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Purple logs","wiki_url":"https://oldschool.runescape.wiki/w/Purple_logs","price":0},"10330":{"id":10330,"name":"3rd age range top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50800,"lowalch":20320,"highalch":30480,"buy_limit":8,"wiki_name":"3rd age range top","wiki_url":"https://oldschool.runescape.wiki/w/3rd_age_range_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":30,"defence_stab":55,"defence_slash":47,"defence_crush":60,"defence_magic":60,"defence_ranged":55,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"ranged":65,"defence":45}},"price":67388889},"10332":{"id":10332,"name":"3rd age range legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50600,"lowalch":20240,"highalch":30360,"buy_limit":8,"wiki_name":"3rd age range legs","wiki_url":"https://oldschool.runescape.wiki/w/3rd_age_range_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":17,"defence_stab":31,"defence_slash":25,"defence_crush":33,"defence_magic":30,"defence_ranged":31,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"ranged":65,"defence":45}},"price":56394425},"10334":{"id":10334,"name":"3rd age range coif","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50400,"lowalch":20160,"highalch":30240,"buy_limit":8,"wiki_name":"3rd age range coif","wiki_url":"https://oldschool.runescape.wiki/w/3rd_age_range_coif","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-2,"attack_ranged":9,"defence_stab":4,"defence_slash":7,"defence_crush":10,"defence_magic":5,"defence_ranged":8,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"ranged":65,"defence":45}},"price":42250000},"10336":{"id":10336,"name":"3rd age vambraces","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50500,"lowalch":20200,"highalch":30300,"buy_limit":8,"wiki_name":"3rd age vambraces","wiki_url":"https://oldschool.runescape.wiki/w/3rd_age_vambraces","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":11,"defence_stab":6,"defence_slash":5,"defence_crush":7,"defence_magic":9,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"ranged":65,"defence":45}},"price":37706003},"10338":{"id":10338,"name":"3rd age robe top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50800,"lowalch":20320,"highalch":30480,"buy_limit":8,"wiki_name":"3rd age robe top","wiki_url":"https://oldschool.runescape.wiki/w/3rd_age_robe_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":24,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":24,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"body","requirements":{"magic":65,"defence":30}},"price":217583000},"10340":{"id":10340,"name":"3rd age robe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50600,"lowalch":20240,"highalch":30360,"buy_limit":8,"wiki_name":"3rd age robe","wiki_url":"https://oldschool.runescape.wiki/w/3rd_age_robe","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":19,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":19,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"legs","requirements":{"magic":65,"defence":30}},"price":86070210},"10342":{"id":10342,"name":"3rd age mage hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50400,"lowalch":20160,"highalch":30240,"buy_limit":8,"wiki_name":"3rd age mage hat","wiki_url":"https://oldschool.runescape.wiki/w/3rd_age_mage_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":8,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":8,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"head","requirements":{"magic":65,"defence":30}},"price":61550000},"10344":{"id":10344,"name":"3rd age amulet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50500,"lowalch":20200,"highalch":30300,"buy_limit":8,"wiki_name":"3rd age amulet","wiki_url":"https://oldschool.runescape.wiki/w/3rd_age_amulet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":10,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":{"magic":65,"defence":30}},"price":174565921},"10346":{"id":10346,"name":"3rd age platelegs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200000,"lowalch":80000,"highalch":120000,"buy_limit":8,"wiki_name":"3rd age platelegs","wiki_url":"https://oldschool.runescape.wiki/w/3rd_age_platelegs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-25,"attack_ranged":-2,"defence_stab":78,"defence_slash":76,"defence_crush":83,"defence_magic":-5,"defence_ranged":75,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":65}},"price":137781500},"10348":{"id":10348,"name":"3rd age platebody","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200000,"lowalch":80000,"highalch":120000,"buy_limit":8,"wiki_name":"3rd age platebody","wiki_url":"https://oldschool.runescape.wiki/w/3rd_age_platebody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-20,"attack_ranged":0,"defence_stab":96,"defence_slash":108,"defence_crush":113,"defence_magic":-4,"defence_ranged":97,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":65}},"price":266416062},"10350":{"id":10350,"name":"3rd age full helmet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"buy_limit":8,"wiki_name":"3rd age full helmet","wiki_url":"https://oldschool.runescape.wiki/w/3rd_age_full_helmet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-5,"attack_ranged":-2,"defence_stab":47,"defence_slash":49,"defence_crush":43,"defence_magic":-3,"defence_ranged":48,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":65}},"price":86697925},"10352":{"id":10352,"name":"3rd age kiteshield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":180000,"lowalch":72000,"highalch":108000,"buy_limit":8,"wiki_name":"3rd age kiteshield","wiki_url":"https://oldschool.runescape.wiki/w/3rd_age_kiteshield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":-4,"defence_stab":63,"defence_slash":65,"defence_crush":61,"defence_magic":-3,"defence_ranged":63,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":65}},"price":234750050},"10354":{"id":10354,"name":"Amulet of glory (t4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":17625,"lowalch":7050,"highalch":10575,"buy_limit":5,"wiki_name":"Amulet of glory (t) (t4)","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_glory_(t)#(t4)","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":10,"attack_magic":10,"attack_ranged":10,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":3,"defence_ranged":3,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"neck","requirements":null},"price":49623},"10356":{"id":10356,"name":"Amulet of glory (t3)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":17625,"lowalch":7050,"highalch":10575,"wiki_name":"Amulet of glory (t) (t3)","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_glory_(t)#(t3)","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":10,"attack_magic":10,"attack_ranged":10,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":3,"defence_ranged":3,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"neck","requirements":null},"price":0},"10358":{"id":10358,"name":"Amulet of glory (t2)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":17625,"lowalch":7050,"highalch":10575,"wiki_name":"Amulet of glory (t) (t2)","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_glory_(t)#(t2)","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":10,"attack_magic":10,"attack_ranged":10,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":3,"defence_ranged":3,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"neck","requirements":null},"price":0},"10360":{"id":10360,"name":"Amulet of glory (t1)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":17625,"lowalch":7050,"highalch":10575,"wiki_name":"Amulet of glory (t) (t1)","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_glory_(t)#(t1)","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":10,"attack_magic":10,"attack_ranged":10,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":3,"defence_ranged":3,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"neck","requirements":null},"price":0},"10362":{"id":10362,"name":"Amulet of glory (t)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":17625,"lowalch":7050,"highalch":10575,"buy_limit":5,"wiki_name":"Amulet of glory (t) (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_glory_(t)#Uncharged","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":10,"attack_magic":10,"attack_ranged":10,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":3,"defence_ranged":3,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"neck","requirements":null},"price":75216},"10364":{"id":10364,"name":"Strength amulet (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2025,"lowalch":810,"highalch":1215,"buy_limit":5,"wiki_name":"Strength amulet (t)","wiki_url":"https://oldschool.runescape.wiki/w/Strength_amulet_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":23240},"10366":{"id":10366,"name":"Amulet of magic (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":900,"lowalch":360,"highalch":540,"buy_limit":5,"wiki_name":"Amulet of magic (t)","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_magic_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":10,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":11302},"10368":{"id":10368,"name":"Zamorak bracers","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":4000,"lowalch":1600,"highalch":2400,"buy_limit":8,"wiki_name":"Zamorak bracers","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_bracers","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":11,"defence_stab":6,"defence_slash":5,"defence_crush":7,"defence_magic":8,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"hands","requirements":{"ranged":70,"defence":40}},"price":191759},"10370":{"id":10370,"name":"Zamorak d'hide body","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":13000,"lowalch":5200,"highalch":7800,"buy_limit":8,"wiki_name":"Zamorak d'hide body","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_d'hide_body","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":30,"defence_stab":55,"defence_slash":47,"defence_crush":60,"defence_magic":50,"defence_ranged":55,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"body","requirements":{"ranged":70,"defence":40}},"price":345954},"10372":{"id":10372,"name":"Zamorak chaps","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":6000,"lowalch":2400,"highalch":3600,"buy_limit":8,"wiki_name":"Zamorak chaps","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_chaps","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":17,"defence_stab":31,"defence_slash":25,"defence_crush":33,"defence_magic":28,"defence_ranged":31,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"legs","requirements":{"ranged":70,"defence":40}},"price":657826},"10374":{"id":10374,"name":"Zamorak coif","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":8,"wiki_name":"Zamorak coif","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_coif","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-1,"attack_ranged":7,"defence_stab":4,"defence_slash":7,"defence_crush":10,"defence_magic":4,"defence_ranged":8,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"head","requirements":{"ranged":70,"defence":40}},"price":105564},"10376":{"id":10376,"name":"Guthix bracers","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":6000,"lowalch":2400,"highalch":3600,"buy_limit":8,"wiki_name":"Guthix bracers","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_bracers","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":11,"defence_stab":6,"defence_slash":5,"defence_crush":7,"defence_magic":8,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"hands","requirements":{"ranged":70,"defence":40}},"price":48444},"10378":{"id":10378,"name":"Guthix d'hide body","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":13000,"lowalch":5200,"highalch":7800,"buy_limit":8,"wiki_name":"Guthix d'hide body","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_d'hide_body","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":30,"defence_stab":55,"defence_slash":47,"defence_crush":60,"defence_magic":50,"defence_ranged":55,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"body","requirements":{"ranged":70,"defence":40}},"price":208849},"10380":{"id":10380,"name":"Guthix chaps","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":6000,"lowalch":2400,"highalch":3600,"buy_limit":8,"wiki_name":"Guthix chaps","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_chaps","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":17,"defence_stab":31,"defence_slash":25,"defence_crush":33,"defence_magic":28,"defence_ranged":31,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"legs","requirements":{"ranged":70,"defence":40}},"price":476439},"10382":{"id":10382,"name":"Guthix coif","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":8,"wiki_name":"Guthix coif","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_coif","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-1,"attack_ranged":7,"defence_stab":4,"defence_slash":7,"defence_crush":10,"defence_magic":4,"defence_ranged":8,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"head","requirements":{"ranged":70,"defence":40}},"price":150521},"10384":{"id":10384,"name":"Saradomin bracers","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":4000,"lowalch":1600,"highalch":2400,"buy_limit":8,"wiki_name":"Saradomin bracers","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_bracers","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":11,"defence_stab":6,"defence_slash":5,"defence_crush":7,"defence_magic":8,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"hands","requirements":{"ranged":70,"defence":40}},"price":99250},"10386":{"id":10386,"name":"Saradomin d'hide body","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":13000,"lowalch":5200,"highalch":7800,"buy_limit":8,"wiki_name":"Saradomin d'hide body","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_d'hide_body","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":30,"defence_stab":55,"defence_slash":47,"defence_crush":60,"defence_magic":50,"defence_ranged":55,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"body","requirements":{"ranged":70,"defence":40}},"price":273311},"10388":{"id":10388,"name":"Saradomin chaps","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":6000,"lowalch":2400,"highalch":3600,"buy_limit":8,"wiki_name":"Saradomin chaps","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_chaps","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":17,"defence_stab":31,"defence_slash":25,"defence_crush":33,"defence_magic":28,"defence_ranged":31,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"legs","requirements":{"ranged":70,"defence":40}},"price":558219},"10390":{"id":10390,"name":"Saradomin coif","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":8,"wiki_name":"Saradomin coif","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_coif","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-1,"attack_ranged":7,"defence_stab":4,"defence_slash":7,"defence_crush":10,"defence_magic":4,"defence_ranged":8,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"head","requirements":{"ranged":70,"defence":40}},"price":88929},"10392":{"id":10392,"name":"A powdered wig","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"A powdered wig","wiki_url":"https://oldschool.runescape.wiki/w/A_powdered_wig","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":4045},"10394":{"id":10394,"name":"Flared trousers","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Flared trousers","wiki_url":"https://oldschool.runescape.wiki/w/Flared_trousers","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":2496168},"10396":{"id":10396,"name":"Pantaloons","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Pantaloons","wiki_url":"https://oldschool.runescape.wiki/w/Pantaloons","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":2012},"10398":{"id":10398,"name":"Sleeping cap","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Sleeping cap","wiki_url":"https://oldschool.runescape.wiki/w/Sleeping_cap","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":21910},"10400":{"id":10400,"name":"Black elegant shirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Black elegant shirt","wiki_url":"https://oldschool.runescape.wiki/w/Black_elegant_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":15500},"10402":{"id":10402,"name":"Black elegant legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Black elegant legs","wiki_url":"https://oldschool.runescape.wiki/w/Black_elegant_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":14000},"10404":{"id":10404,"name":"Red elegant shirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Red elegant shirt","wiki_url":"https://oldschool.runescape.wiki/w/Red_elegant_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":29000},"10406":{"id":10406,"name":"Red elegant legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Red elegant legs","wiki_url":"https://oldschool.runescape.wiki/w/Red_elegant_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":9000},"10408":{"id":10408,"name":"Blue elegant shirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Blue elegant shirt","wiki_url":"https://oldschool.runescape.wiki/w/Blue_elegant_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":9500},"10410":{"id":10410,"name":"Blue elegant legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Blue elegant legs","wiki_url":"https://oldschool.runescape.wiki/w/Blue_elegant_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":23499},"10412":{"id":10412,"name":"Green elegant shirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Green elegant shirt","wiki_url":"https://oldschool.runescape.wiki/w/Green_elegant_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":14000},"10414":{"id":10414,"name":"Green elegant legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Green elegant legs","wiki_url":"https://oldschool.runescape.wiki/w/Green_elegant_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":476172},"10416":{"id":10416,"name":"Purple elegant shirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Purple elegant shirt","wiki_url":"https://oldschool.runescape.wiki/w/Purple_elegant_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":3826},"10418":{"id":10418,"name":"Purple elegant legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Purple elegant legs","wiki_url":"https://oldschool.runescape.wiki/w/Purple_elegant_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":4894},"10420":{"id":10420,"name":"White elegant blouse","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"White elegant blouse","wiki_url":"https://oldschool.runescape.wiki/w/White_elegant_blouse","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":31639},"10422":{"id":10422,"name":"White elegant skirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"White elegant skirt","wiki_url":"https://oldschool.runescape.wiki/w/White_elegant_skirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":41500},"10424":{"id":10424,"name":"Red elegant blouse","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Red elegant blouse","wiki_url":"https://oldschool.runescape.wiki/w/Red_elegant_blouse","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":44160},"10426":{"id":10426,"name":"Red elegant skirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Red elegant skirt","wiki_url":"https://oldschool.runescape.wiki/w/Red_elegant_skirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":26514},"10428":{"id":10428,"name":"Blue elegant blouse","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Blue elegant blouse","wiki_url":"https://oldschool.runescape.wiki/w/Blue_elegant_blouse","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":30470},"10430":{"id":10430,"name":"Blue elegant skirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Blue elegant skirt","wiki_url":"https://oldschool.runescape.wiki/w/Blue_elegant_skirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":55000},"10432":{"id":10432,"name":"Green elegant blouse","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Green elegant blouse","wiki_url":"https://oldschool.runescape.wiki/w/Green_elegant_blouse","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":26342},"10434":{"id":10434,"name":"Green elegant skirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Green elegant skirt","wiki_url":"https://oldschool.runescape.wiki/w/Green_elegant_skirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":52750},"10436":{"id":10436,"name":"Purple elegant blouse","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Purple elegant blouse","wiki_url":"https://oldschool.runescape.wiki/w/Purple_elegant_blouse","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":2650},"10438":{"id":10438,"name":"Purple elegant skirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Purple elegant skirt","wiki_url":"https://oldschool.runescape.wiki/w/Purple_elegant_skirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":4463},"10440":{"id":10440,"name":"Saradomin crozier","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":8,"wiki_name":"Saradomin crozier","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_crozier","equipment":{"attack_stab":7,"attack_slash":-1,"attack_crush":25,"attack_magic":10,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":10,"defence_ranged":0,"melee_strength":32,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"weapon","requirements":{"prayer":60}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":9205},"10442":{"id":10442,"name":"Guthix crozier","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":8,"wiki_name":"Guthix crozier","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_crozier","equipment":{"attack_stab":7,"attack_slash":-1,"attack_crush":25,"attack_magic":10,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":10,"defence_ranged":0,"melee_strength":32,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"weapon","requirements":{"prayer":60}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":17669},"10444":{"id":10444,"name":"Zamorak crozier","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":8,"wiki_name":"Zamorak crozier","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_crozier","equipment":{"attack_stab":7,"attack_slash":-1,"attack_crush":25,"attack_magic":10,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":10,"defence_ranged":0,"melee_strength":32,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"weapon","requirements":{"prayer":60}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":18500},"10446":{"id":10446,"name":"Saradomin cloak","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":8,"wiki_name":"Saradomin cloak","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_cloak","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":1,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":3,"defence_ranged":3,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"cape","requirements":{"prayer":40}},"price":53084},"10448":{"id":10448,"name":"Guthix cloak","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":8,"wiki_name":"Guthix cloak","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_cloak","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":1,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":3,"defence_ranged":3,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"cape","requirements":{"prayer":40}},"price":39750},"10450":{"id":10450,"name":"Zamorak cloak","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":8,"wiki_name":"Zamorak cloak","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_cloak","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":1,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":3,"defence_ranged":3,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"cape","requirements":{"prayer":40}},"price":35632},"10452":{"id":10452,"name":"Saradomin mitre","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":8,"wiki_name":"Saradomin mitre","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_mitre","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"head","requirements":{"prayer":40,"magic":40}},"price":21863},"10454":{"id":10454,"name":"Guthix mitre","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":8,"wiki_name":"Guthix mitre","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_mitre","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"head","requirements":{"prayer":40,"magic":40}},"price":24539},"10456":{"id":10456,"name":"Zamorak mitre","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":8,"wiki_name":"Zamorak mitre","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_mitre","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"head","requirements":{"prayer":40,"magic":40}},"price":23451},"10458":{"id":10458,"name":"Saradomin robe top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":7000,"lowalch":2800,"highalch":4200,"buy_limit":8,"wiki_name":"Saradomin robe top","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_robe_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"body","requirements":{"prayer":20}},"price":80170},"10460":{"id":10460,"name":"Zamorak robe top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":7000,"lowalch":2800,"highalch":4200,"buy_limit":8,"wiki_name":"Zamorak robe top","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_robe_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"body","requirements":{"prayer":20}},"price":81251},"10462":{"id":10462,"name":"Guthix robe top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":7000,"lowalch":2800,"highalch":4200,"buy_limit":8,"wiki_name":"Guthix robe top","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_robe_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"body","requirements":{"prayer":20}},"price":53000},"10464":{"id":10464,"name":"Saradomin robe legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":7000,"lowalch":2800,"highalch":4200,"buy_limit":8,"wiki_name":"Saradomin robe legs","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_robe_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"legs","requirements":{"prayer":20}},"price":81929},"10466":{"id":10466,"name":"Guthix robe legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":7000,"lowalch":2800,"highalch":4200,"buy_limit":8,"wiki_name":"Guthix robe legs","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_robe_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"legs","requirements":{"prayer":20}},"price":37153},"10468":{"id":10468,"name":"Zamorak robe legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":7000,"lowalch":2800,"highalch":4200,"buy_limit":8,"wiki_name":"Zamorak robe legs","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_robe_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"legs","requirements":{"prayer":20}},"price":66000},"10470":{"id":10470,"name":"Saradomin stole","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2500,"lowalch":1000,"highalch":1500,"buy_limit":8,"wiki_name":"Saradomin stole","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_stole","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":2,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":2,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":10,"slot":"neck","requirements":{"prayer":60}},"price":11155},"10472":{"id":10472,"name":"Guthix stole","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2500,"lowalch":1000,"highalch":1500,"buy_limit":8,"wiki_name":"Guthix stole","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_stole","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":2,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":2,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":10,"slot":"neck","requirements":{"prayer":60}},"price":6549},"10474":{"id":10474,"name":"Zamorak stole","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2500,"lowalch":1000,"highalch":1500,"buy_limit":8,"wiki_name":"Zamorak stole","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_stole","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":2,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":2,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":10,"slot":"neck","requirements":{"prayer":60}},"price":4084},"10476":{"id":10476,"name":"Purple sweets","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":10000,"wiki_name":"Purple sweets","wiki_url":"https://oldschool.runescape.wiki/w/Purple_sweets","price":12249},"10485":{"id":10485,"name":"Scroll","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Scroll (animation item)","wiki_url":"https://oldschool.runescape.wiki/w/Scroll_(animation_item)","price":0},"10486":{"id":10486,"name":"Empty sack","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Empty sack (animation item)","wiki_url":"https://oldschool.runescape.wiki/w/Empty_sack_(animation_item)","price":0},"10487":{"id":10487,"name":"Undead chicken","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Undead chicken (item)","wiki_url":"https://oldschool.runescape.wiki/w/Undead_chicken_(item)","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"10488":{"id":10488,"name":"Selected iron","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Selected iron","wiki_url":"https://oldschool.runescape.wiki/w/Selected_iron","price":0},"10489":{"id":10489,"name":"Bar magnet","members":true,"cost":15,"lowalch":6,"highalch":9,"wiki_name":"Bar magnet","wiki_url":"https://oldschool.runescape.wiki/w/Bar_magnet","price":0},"10490":{"id":10490,"name":"Undead twigs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Undead twigs","wiki_url":"https://oldschool.runescape.wiki/w/Undead_twigs","price":0},"10491":{"id":10491,"name":"Blessed axe","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Blessed axe","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_axe","equipment":{"attack_stab":-2,"attack_slash":12,"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":2,"slot":"weapon","requirements":{"attack":20}},"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":0},"10492":{"id":10492,"name":"Research notes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Research notes (Animal Magnetism)","wiki_url":"https://oldschool.runescape.wiki/w/Research_notes_(Animal_Magnetism)","price":0},"10493":{"id":10493,"name":"Translated notes","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Translated notes","wiki_url":"https://oldschool.runescape.wiki/w/Translated_notes","price":0},"10494":{"id":10494,"name":"A pattern","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"A pattern","wiki_url":"https://oldschool.runescape.wiki/w/A_pattern","price":0},"10495":{"id":10495,"name":"A container","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"A container","wiki_url":"https://oldschool.runescape.wiki/w/A_container","price":0},"10496":{"id":10496,"name":"Polished buttons","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":15,"wiki_name":"Polished buttons","wiki_url":"https://oldschool.runescape.wiki/w/Polished_buttons","price":6275},"10498":{"id":10498,"name":"Ava's attractor","members":true,"equipable":true,"equipable_by_player":true,"cost":769,"wiki_name":"Ava's attractor","wiki_url":"https://oldschool.runescape.wiki/w/Ava's_attractor","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":2,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":2,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0,"lowalch":307,"highalch":461},"10499":{"id":10499,"name":"Ava's accumulator","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"wiki_name":"Ava's accumulator","wiki_url":"https://oldschool.runescape.wiki/w/Ava's_accumulator","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":4,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"ranged":50}},"price":0,"lowalch":400,"highalch":600},"10500":{"id":10500,"name":"Crone-made amulet","members":true,"equipable":true,"equipable_by_player":true,"cost":20,"wiki_name":"Crone-made amulet","wiki_url":"https://oldschool.runescape.wiki/w/Crone-made_amulet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"10501":{"id":10501,"name":"Snowball","stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Snowball","wiki_url":"https://oldschool.runescape.wiki/w/Snowball","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"unarmed","stances":[{"combat_style":"punch","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"kick","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"10506":{"id":10506,"name":"Gublinch shards","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gublinch shards","wiki_url":"https://oldschool.runescape.wiki/w/Gublinch_shards","price":0},"10507":{"id":10507,"name":"Reindeer hat","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Reindeer hat","wiki_url":"https://oldschool.runescape.wiki/w/Reindeer_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"10508":{"id":10508,"name":"Wintumber tree","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wintumber tree","wiki_url":"https://oldschool.runescape.wiki/w/Wintumber_tree","price":0},"10510":{"id":10510,"name":"Fremennik sea boots","incomplete":true,"cost":0,"lowalch":0,"highalch":0,"price":0},"10512":{"id":10512,"name":"Scroll","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Scroll (Barbarian Assault)","wiki_url":"https://oldschool.runescape.wiki/w/Scroll_(Barbarian_Assault)","price":0},"10513":{"id":10513,"name":"Crackers","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crackers","wiki_url":"https://oldschool.runescape.wiki/w/Crackers","price":0},"10514":{"id":10514,"name":"Tofu","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tofu","wiki_url":"https://oldschool.runescape.wiki/w/Tofu","price":0},"10515":{"id":10515,"name":"Worms","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Worms","wiki_url":"https://oldschool.runescape.wiki/w/Worms","price":0},"10516":{"id":10516,"name":"Attacker horn","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Attacker horn (Level 1)","wiki_url":"https://oldschool.runescape.wiki/w/Attacker_horn#Level_1","price":0},"10517":{"id":10517,"name":"Attacker horn","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Attacker horn (Level 2)","wiki_url":"https://oldschool.runescape.wiki/w/Attacker_horn#Level_2","price":0},"10518":{"id":10518,"name":"Attacker horn","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Attacker horn (Level 3)","wiki_url":"https://oldschool.runescape.wiki/w/Attacker_horn#Level_3","price":0},"10519":{"id":10519,"name":"Attacker horn","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Attacker horn (Level 4)","wiki_url":"https://oldschool.runescape.wiki/w/Attacker_horn#Level_4","price":0},"10520":{"id":10520,"name":"Attacker horn","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Attacker horn (Level 5)","wiki_url":"https://oldschool.runescape.wiki/w/Attacker_horn#Level_5","price":0},"10521":{"id":10521,"name":"Collection bag","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Collection bag (Level 1)","wiki_url":"https://oldschool.runescape.wiki/w/Collection_bag#Level_1","price":0},"10522":{"id":10522,"name":"Collection bag","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Collection bag (Level 2)","wiki_url":"https://oldschool.runescape.wiki/w/Collection_bag#Level_2","price":0},"10523":{"id":10523,"name":"Collection bag","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Collection bag (Level 3)","wiki_url":"https://oldschool.runescape.wiki/w/Collection_bag#Level_3","price":0},"10524":{"id":10524,"name":"Collection bag","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Collection bag (Level 4)","wiki_url":"https://oldschool.runescape.wiki/w/Collection_bag#Level_4","price":0},"10525":{"id":10525,"name":"Collection bag","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Collection bag (Level 5)","wiki_url":"https://oldschool.runescape.wiki/w/Collection_bag#Level_5","price":0},"10526":{"id":10526,"name":"Healer horn","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Healer horn (Level 1)","wiki_url":"https://oldschool.runescape.wiki/w/Healer_horn#Level_1","price":0},"10527":{"id":10527,"name":"Healer horn","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Healer horn (Level 2)","wiki_url":"https://oldschool.runescape.wiki/w/Healer_horn#Level_2","price":0},"10528":{"id":10528,"name":"Healer horn","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Healer horn (Level 3)","wiki_url":"https://oldschool.runescape.wiki/w/Healer_horn#Level_3","price":0},"10529":{"id":10529,"name":"Healer horn","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Healer horn (Level 4)","wiki_url":"https://oldschool.runescape.wiki/w/Healer_horn#Level_4","price":0},"10530":{"id":10530,"name":"Healer horn","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Healer horn (Level 5)","wiki_url":"https://oldschool.runescape.wiki/w/Healer_horn#Level_5","price":0},"10531":{"id":10531,"name":"Green egg","members":true,"cost":100,"wiki_name":"Green egg","wiki_url":"https://oldschool.runescape.wiki/w/Green_egg","price":0},"10532":{"id":10532,"name":"Red egg","members":true,"cost":100,"wiki_name":"Red egg","wiki_url":"https://oldschool.runescape.wiki/w/Red_egg","price":0},"10533":{"id":10533,"name":"Blue egg","members":true,"cost":100,"wiki_name":"Blue egg","wiki_url":"https://oldschool.runescape.wiki/w/Blue_egg","price":0},"10534":{"id":10534,"name":"Yellow egg","members":true,"cost":100,"wiki_name":"Yellow egg","wiki_url":"https://oldschool.runescape.wiki/w/Yellow_egg","price":0},"10535":{"id":10535,"name":"Poisoned egg","members":true,"cost":100,"wiki_name":"Poisoned egg","wiki_url":"https://oldschool.runescape.wiki/w/Poisoned_egg","price":0},"10536":{"id":10536,"name":"Spiked/pois. egg","members":true,"cost":100,"wiki_name":"Spiked/pois. egg","wiki_url":"https://oldschool.runescape.wiki/w/Spiked/pois._egg","price":0},"10537":{"id":10537,"name":"Omega egg","members":true,"cost":100,"wiki_name":"Omega egg","wiki_url":"https://oldschool.runescape.wiki/w/Omega_egg","price":0},"10538":{"id":10538,"name":"Defender horn","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Defender horn","wiki_url":"https://oldschool.runescape.wiki/w/Defender_horn","price":0},"10539":{"id":10539,"name":"Poisoned tofu","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Poisoned tofu","wiki_url":"https://oldschool.runescape.wiki/w/Poisoned_tofu","price":0},"10540":{"id":10540,"name":"Poisoned worms","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Poisoned worms","wiki_url":"https://oldschool.runescape.wiki/w/Poisoned_worms","price":0},"10541":{"id":10541,"name":"Poisoned meat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Poisoned meat","wiki_url":"https://oldschool.runescape.wiki/w/Poisoned_meat","price":0},"10542":{"id":10542,"name":"Healing vial(4)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Healing vial (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Healing_vial#4_dose","price":0},"10543":{"id":10543,"name":"Healing vial(3)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Healing vial (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Healing_vial#3_dose","price":0},"10544":{"id":10544,"name":"Healing vial(2)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Healing vial (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Healing_vial#2_dose","price":0},"10545":{"id":10545,"name":"Healing vial(1)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Healing vial (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Healing_vial#1_dose","price":0},"10546":{"id":10546,"name":"Healing vial","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Healing vial (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Healing_vial#Empty","price":0},"10547":{"id":10547,"name":"Healer hat","members":true,"equipable":true,"equipable_by_player":true,"cost":65002,"lowalch":26000,"highalch":39001,"wiki_name":"Healer hat (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Healer_hat#Normal","equipment":{"attack_stab":-5,"attack_slash":-5,"attack_crush":-5,"attack_magic":6,"attack_ranged":-5,"defence_stab":6,"defence_slash":8,"defence_crush":10,"defence_magic":7,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":45}},"price":0},"10548":{"id":10548,"name":"Fighter hat","members":true,"equipable":true,"equipable_by_player":true,"cost":65002,"lowalch":26000,"highalch":39001,"wiki_name":"Fighter hat (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Fighter_hat#Normal","equipment":{"attack_stab":5,"attack_slash":5,"attack_crush":5,"attack_magic":-7,"attack_ranged":-7,"defence_stab":27,"defence_slash":29,"defence_crush":26,"defence_magic":-3,"defence_ranged":28,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":45}},"price":0},"10549":{"id":10549,"name":"Runner hat","members":true,"equipable":true,"equipable_by_player":true,"cost":65002,"lowalch":26000,"highalch":39001,"wiki_name":"Runner hat (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Runner_hat#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":45}},"price":0},"10550":{"id":10550,"name":"Ranger hat","members":true,"equipable":true,"equipable_by_player":true,"cost":65002,"lowalch":26000,"highalch":39001,"wiki_name":"Ranger hat (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Ranger_hat#Normal","equipment":{"attack_stab":-5,"attack_slash":-5,"attack_crush":-5,"attack_magic":-5,"attack_ranged":6,"defence_stab":7,"defence_slash":10,"defence_crush":11,"defence_magic":5,"defence_ranged":8,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":45}},"price":0},"10551":{"id":10551,"name":"Fighter torso","members":true,"equipable":true,"equipable_by_player":true,"cost":65006,"lowalch":26002,"highalch":39003,"wiki_name":"Fighter torso (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Fighter_torso#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-40,"attack_ranged":0,"defence_stab":62,"defence_slash":85,"defence_crush":62,"defence_magic":-10,"defence_ranged":67,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":40}},"price":0},"10552":{"id":10552,"name":"Runner boots","members":true,"equipable":true,"equipable_by_player":true,"cost":65003,"wiki_name":"Runner boots","wiki_url":"https://oldschool.runescape.wiki/w/Runner_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":1,"attack_ranged":1,"defence_stab":8,"defence_slash":8,"defence_crush":8,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"defence":40}},"price":0},"10553":{"id":10553,"name":"Penance gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":65001,"lowalch":26000,"highalch":39000,"wiki_name":"Penance gloves (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Penance_gloves#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":4,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"defence":40}},"price":0},"10555":{"id":10555,"name":"Penance skirt","members":true,"equipable":true,"equipable_by_player":true,"cost":65005,"lowalch":26002,"highalch":39003,"wiki_name":"Penance skirt (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Penance_skirt#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":15,"defence_stab":26,"defence_slash":21,"defence_crush":28,"defence_magic":19,"defence_ranged":26,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"ranged":60,"defence":40}},"price":0},"10556":{"id":10556,"name":"Attacker icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Attacker icon (Helmet)","wiki_url":"https://oldschool.runescape.wiki/w/Attacker_icon#Helmet","price":0},"10557":{"id":10557,"name":"Collector icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Collector icon (Helmet)","wiki_url":"https://oldschool.runescape.wiki/w/Collector_icon#Helmet","price":0},"10558":{"id":10558,"name":"Defender icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Defender icon (Helmet)","wiki_url":"https://oldschool.runescape.wiki/w/Defender_icon#Helmet","price":0},"10559":{"id":10559,"name":"Healer icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Healer icon (Helmet)","wiki_url":"https://oldschool.runescape.wiki/w/Healer_icon#Helmet","price":0},"10560":{"id":10560,"name":"Collector horn","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Collector horn","wiki_url":"https://oldschool.runescape.wiki/w/Collector_horn","price":0},"10561":{"id":10561,"name":"Spikes","members":true,"cost":1,"wiki_name":"Spikes (Barbarian Assault)","wiki_url":"https://oldschool.runescape.wiki/w/Spikes_(Barbarian_Assault)","price":0},"10562":{"id":10562,"name":"Queen help book","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Queen help book","wiki_url":"https://oldschool.runescape.wiki/w/Queen_help_book","price":0},"10563":{"id":10563,"name":"No eggs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"No eggs","wiki_url":"https://oldschool.runescape.wiki/w/No_eggs","price":0},"10564":{"id":10564,"name":"Granite body","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":70,"wiki_name":"Granite body","wiki_url":"https://oldschool.runescape.wiki/w/Granite_body","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-22,"attack_ranged":-5,"defence_stab":87,"defence_slash":84,"defence_crush":79,"defence_magic":-6,"defence_ranged":97,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"strength":50,"defence":50}},"price":53183},"10566":{"id":10566,"name":"Fire cape","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fire cape (animation item)","wiki_url":"https://oldschool.runescape.wiki/w/Fire_cape_(animation_item)","price":0},"10567":{"id":10567,"name":"Healer icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Healer icon (Waxed moustache)","wiki_url":"https://oldschool.runescape.wiki/w/Healer_icon#Waxed_moustache","price":0},"10581":{"id":10581,"name":"Keris","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Keris (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Keris#Unpoisoned","equipment":{"attack_stab":40,"attack_slash":20,"attack_crush":-10,"attack_magic":2,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":2,"defence_ranged":0,"melee_strength":30,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"weapon","requirements":{"attack":50}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"10582":{"id":10582,"name":"Keris(p)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Keris (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Keris#Poison","equipment":{"attack_stab":40,"attack_slash":20,"attack_crush":-10,"attack_magic":2,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":2,"defence_ranged":0,"melee_strength":30,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"weapon","requirements":{"attack":50}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"10583":{"id":10583,"name":"Keris(p+)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Keris (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Keris#Poison+","equipment":{"attack_stab":40,"attack_slash":20,"attack_crush":-10,"attack_magic":2,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":2,"defence_ranged":0,"melee_strength":30,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"weapon","requirements":{"attack":50}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"10584":{"id":10584,"name":"Keris(p++)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Keris (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Keris#Poison++","equipment":{"attack_stab":40,"attack_slash":20,"attack_crush":-10,"attack_magic":2,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":2,"defence_ranged":0,"melee_strength":30,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"weapon","requirements":{"attack":50}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"10585":{"id":10585,"name":"Parchment","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Parchment (Contact!)","wiki_url":"https://oldschool.runescape.wiki/w/Parchment_(Contact!)","price":0},"10586":{"id":10586,"name":"Combat lamp","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Combat lamp","wiki_url":"https://oldschool.runescape.wiki/w/Combat_lamp","price":0},"10587":{"id":10587,"name":"Tarn's diary","members":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Tarn's diary","wiki_url":"https://oldschool.runescape.wiki/w/Tarn's_diary","price":0},"10588":{"id":10588,"name":"Salve amulet (e)","members":true,"equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"wiki_name":"Salve amulet (e)","wiki_url":"https://oldschool.runescape.wiki/w/Salve_amulet_(e)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"neck","requirements":null},"price":0},"10589":{"id":10589,"name":"Granite helm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":46000,"lowalch":18400,"highalch":27600,"buy_limit":70,"wiki_name":"Granite helm","wiki_url":"https://oldschool.runescape.wiki/w/Granite_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-9,"attack_ranged":-7,"defence_stab":31,"defence_slash":33,"defence_crush":29,"defence_magic":-1,"defence_ranged":39,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"strength":50,"defence":50}},"price":37960},"10591":{"id":10591,"name":"Terror dog","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"10592":{"id":10592,"name":"Penguin bongos","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Penguin bongos","wiki_url":"https://oldschool.runescape.wiki/w/Penguin_bongos","price":0},"10593":{"id":10593,"name":"Cowbells","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cowbells","wiki_url":"https://oldschool.runescape.wiki/w/Cowbells","price":0},"10594":{"id":10594,"name":"Clockwork book","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Clockwork book","wiki_url":"https://oldschool.runescape.wiki/w/Clockwork_book","price":0},"10595":{"id":10595,"name":"Clockwork suit","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Clockwork suit (Unwound)","wiki_url":"https://oldschool.runescape.wiki/w/Clockwork_suit#Unwound","price":0},"10596":{"id":10596,"name":"Clockwork suit","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Clockwork suit (Wound)","wiki_url":"https://oldschool.runescape.wiki/w/Clockwork_suit#Wound","price":0},"10597":{"id":10597,"name":"Mission report","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mission report (Ardougne)","wiki_url":"https://oldschool.runescape.wiki/w/Mission_report_(Ardougne)","price":0},"10598":{"id":10598,"name":"Mission report","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mission report (Lumbridge)","wiki_url":"https://oldschool.runescape.wiki/w/Mission_report_(Lumbridge)","price":0},"10599":{"id":10599,"name":"Mission report","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mission report (Fake)","wiki_url":"https://oldschool.runescape.wiki/w/Mission_report_(Fake)","price":0},"10600":{"id":10600,"name":"Kgp id card","members":true,"cost":1,"wiki_name":"Kgp id card","wiki_url":"https://oldschool.runescape.wiki/w/Kgp_id_card","price":0},"10808":{"id":10808,"name":"Arctic pyre logs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":11000,"wiki_name":"Arctic pyre logs","wiki_url":"https://oldschool.runescape.wiki/w/Arctic_pyre_logs","price":1599},"10810":{"id":10810,"name":"Arctic pine logs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":35,"lowalch":14,"highalch":21,"buy_limit":11000,"wiki_name":"Arctic pine logs","wiki_url":"https://oldschool.runescape.wiki/w/Arctic_pine_logs","price":397},"10812":{"id":10812,"name":"Split log","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":11000,"wiki_name":"Split log","wiki_url":"https://oldschool.runescape.wiki/w/Split_log","price":1446},"10814":{"id":10814,"name":"Hair","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Hair","wiki_url":"https://oldschool.runescape.wiki/w/Hair","price":571},"10816":{"id":10816,"name":"Raw yak meat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":11000,"wiki_name":"Raw yak meat","wiki_url":"https://oldschool.runescape.wiki/w/Raw_yak_meat","price":53},"10818":{"id":10818,"name":"Yak-hide","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":13000,"wiki_name":"Yak-hide","wiki_url":"https://oldschool.runescape.wiki/w/Yak-hide","price":463},"10820":{"id":10820,"name":"Cured yak-hide","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":13000,"wiki_name":"Cured yak-hide","wiki_url":"https://oldschool.runescape.wiki/w/Cured_yak-hide","price":3087},"10822":{"id":10822,"name":"Yak-hide armour","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":70,"wiki_name":"Yak-hide armour (top)","wiki_url":"https://oldschool.runescape.wiki/w/Yak-hide_armour_(top)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-5,"attack_ranged":0,"defence_stab":25,"defence_slash":20,"defence_crush":15,"defence_magic":-2,"defence_ranged":25,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":20}},"price":1337},"10824":{"id":10824,"name":"Yak-hide armour","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":70,"wiki_name":"Yak-hide armour (legs)","wiki_url":"https://oldschool.runescape.wiki/w/Yak-hide_armour_(legs)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-5,"attack_ranged":10,"defence_stab":25,"defence_slash":20,"defence_crush":15,"defence_magic":-2,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":20}},"price":160},"10826":{"id":10826,"name":"Neitiznot shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":70,"wiki_name":"Neitiznot shield","wiki_url":"https://oldschool.runescape.wiki/w/Neitiznot_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":-10,"defence_stab":17,"defence_slash":17,"defence_crush":31,"defence_magic":-4,"defence_ranged":33,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":30}},"price":4170},"10828":{"id":10828,"name":"Helm of neitiznot","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50000,"lowalch":20000,"highalch":30000,"buy_limit":70,"wiki_name":"Helm of neitiznot","wiki_url":"https://oldschool.runescape.wiki/w/Helm_of_neitiznot","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":31,"defence_slash":29,"defence_crush":34,"defence_magic":3,"defence_ranged":30,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"head","requirements":{"defence":55}},"price":53799},"10829":{"id":10829,"name":"Documents","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Documents","wiki_url":"https://oldschool.runescape.wiki/w/Documents","price":0},"10830":{"id":10830,"name":"Royal decree","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Royal decree","wiki_url":"https://oldschool.runescape.wiki/w/Royal_decree","price":0},"10831":{"id":10831,"name":"Empty tax bag","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Empty tax bag","wiki_url":"https://oldschool.runescape.wiki/w/Empty_tax_bag","price":0},"10832":{"id":10832,"name":"Light tax bag","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Light tax bag","wiki_url":"https://oldschool.runescape.wiki/w/Light_tax_bag","price":0},"10833":{"id":10833,"name":"Normal tax bag","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Normal tax bag","wiki_url":"https://oldschool.runescape.wiki/w/Normal_tax_bag","price":0},"10834":{"id":10834,"name":"Hefty tax bag","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Hefty tax bag","wiki_url":"https://oldschool.runescape.wiki/w/Hefty_tax_bag","price":0},"10835":{"id":10835,"name":"Bulging taxbag","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bulging taxbag","wiki_url":"https://oldschool.runescape.wiki/w/Bulging_taxbag","price":0},"10836":{"id":10836,"name":"Silly jester hat","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Silly jester hat","wiki_url":"https://oldschool.runescape.wiki/w/Silly_jester_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":5,"defence_ranged":-5,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"10837":{"id":10837,"name":"Silly jester top","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Silly jester top","wiki_url":"https://oldschool.runescape.wiki/w/Silly_jester_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":5,"defence_ranged":-5,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"10838":{"id":10838,"name":"Silly jester tights","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Silly jester tights","wiki_url":"https://oldschool.runescape.wiki/w/Silly_jester_tights","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":5,"defence_ranged":-5,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"10839":{"id":10839,"name":"Silly jester boots","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Silly jester boots","wiki_url":"https://oldschool.runescape.wiki/w/Silly_jester_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":5,"defence_ranged":-5,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"10840":{"id":10840,"name":"A jester stick","members":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"A jester stick","wiki_url":"https://oldschool.runescape.wiki/w/A_jester_stick","price":0},"10841":{"id":10841,"name":"Apricot cream pie","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Apricot cream pie","wiki_url":"https://oldschool.runescape.wiki/w/Apricot_cream_pie","price":0},"10842":{"id":10842,"name":"Decapitated head","members":true,"cost":1,"wiki_name":"Decapitated head (The Fremennik Isles)","wiki_url":"https://oldschool.runescape.wiki/w/Decapitated_head_(The_Fremennik_Isles)","price":0},"10844":{"id":10844,"name":"Spring sq'irk","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Spring sq'irk","wiki_url":"https://oldschool.runescape.wiki/w/Spring_sq'irk","price":0},"10845":{"id":10845,"name":"Summer sq'irk","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Summer sq'irk","wiki_url":"https://oldschool.runescape.wiki/w/Summer_sq'irk","price":0},"10846":{"id":10846,"name":"Autumn sq'irk","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Autumn sq'irk","wiki_url":"https://oldschool.runescape.wiki/w/Autumn_sq'irk","price":0},"10847":{"id":10847,"name":"Winter sq'irk","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Winter sq'irk","wiki_url":"https://oldschool.runescape.wiki/w/Winter_sq'irk","price":0},"10848":{"id":10848,"name":"Spring sq'irkjuice","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Spring sq'irkjuice","wiki_url":"https://oldschool.runescape.wiki/w/Spring_sq'irkjuice","price":0},"10849":{"id":10849,"name":"Summer sq'irkjuice","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Summer sq'irkjuice","wiki_url":"https://oldschool.runescape.wiki/w/Summer_sq'irkjuice","price":0},"10850":{"id":10850,"name":"Autumn sq'irkjuice","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Autumn sq'irkjuice","wiki_url":"https://oldschool.runescape.wiki/w/Autumn_sq'irkjuice","price":0},"10851":{"id":10851,"name":"Winter sq'irkjuice","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Winter sq'irkjuice","wiki_url":"https://oldschool.runescape.wiki/w/Winter_sq'irkjuice","price":0},"10852":{"id":10852,"name":"Summer garden","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"10853":{"id":10853,"name":"Spring garden","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"10854":{"id":10854,"name":"Autumn garden","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"10855":{"id":10855,"name":"Winter garden","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"10856":{"id":10856,"name":"Sin seer's note","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Sin seer's note","wiki_url":"https://oldschool.runescape.wiki/w/Sin_seer's_note","price":0},"10857":{"id":10857,"name":"Severed leg","members":true,"cost":0,"wiki_name":"Severed leg (The General's Shadow)","wiki_url":"https://oldschool.runescape.wiki/w/Severed_leg_(The_General's_Shadow)","price":0},"10858":{"id":10858,"name":"Shadow sword","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Shadow sword","wiki_url":"https://oldschool.runescape.wiki/w/Shadow_sword","equipment":{"attack_stab":-4,"attack_slash":27,"attack_crush":21,"attack_magic":4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":-1,"melee_strength":26,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":6,"weapon_type":"2h_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"smash","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"10859":{"id":10859,"name":"Tea flask","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tea flask","wiki_url":"https://oldschool.runescape.wiki/w/Tea_flask","price":0},"10862":{"id":10862,"name":"Hard hat","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Hard hat","wiki_url":"https://oldschool.runescape.wiki/w/Hard_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"10863":{"id":10863,"name":"Builder's shirt","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Builder's shirt","wiki_url":"https://oldschool.runescape.wiki/w/Builder's_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"10864":{"id":10864,"name":"Builder's trousers","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Builder's trousers","wiki_url":"https://oldschool.runescape.wiki/w/Builder's_trousers","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"10865":{"id":10865,"name":"Builder's boots","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Builder's boots","wiki_url":"https://oldschool.runescape.wiki/w/Builder's_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"10866":{"id":10866,"name":"Rivets","members":true,"stackable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Rivets","wiki_url":"https://oldschool.runescape.wiki/w/Rivets","price":0},"10870":{"id":10870,"name":"Binding fluid","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Binding fluid","wiki_url":"https://oldschool.runescape.wiki/w/Binding_fluid","price":0},"10871":{"id":10871,"name":"Pipe","members":true,"cost":1,"wiki_name":"Pipe (Tower of Life)","wiki_url":"https://oldschool.runescape.wiki/w/Pipe_(Tower_of_Life)","price":0},"10872":{"id":10872,"name":"Pipe ring","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pipe ring","wiki_url":"https://oldschool.runescape.wiki/w/Pipe_ring","price":0},"10873":{"id":10873,"name":"Metal sheet","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Metal sheet","wiki_url":"https://oldschool.runescape.wiki/w/Metal_sheet","price":0},"10874":{"id":10874,"name":"Coloured ball","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Coloured ball","wiki_url":"https://oldschool.runescape.wiki/w/Coloured_ball","price":0},"10875":{"id":10875,"name":"Valve wheel","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Valve wheel","wiki_url":"https://oldschool.runescape.wiki/w/Valve_wheel","price":0},"10876":{"id":10876,"name":"Metal bar","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Metal bar","wiki_url":"https://oldschool.runescape.wiki/w/Metal_bar","price":0},"10877":{"id":10877,"name":"Plain satchel","members":true,"tradeable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Plain satchel","wiki_url":"https://oldschool.runescape.wiki/w/Plain_satchel","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"10878":{"id":10878,"name":"Green satchel","members":true,"tradeable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Green satchel","wiki_url":"https://oldschool.runescape.wiki/w/Green_satchel","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"10879":{"id":10879,"name":"Red satchel","members":true,"tradeable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Red satchel","wiki_url":"https://oldschool.runescape.wiki/w/Red_satchel","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"10880":{"id":10880,"name":"Black satchel","members":true,"tradeable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Black satchel","wiki_url":"https://oldschool.runescape.wiki/w/Black_satchel","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"10881":{"id":10881,"name":"Gold satchel","members":true,"tradeable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Gold satchel","wiki_url":"https://oldschool.runescape.wiki/w/Gold_satchel","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"10882":{"id":10882,"name":"Rune satchel","members":true,"tradeable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Rune satchel","wiki_url":"https://oldschool.runescape.wiki/w/Rune_satchel","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"10884":{"id":10884,"name":"Fuse","members":true,"cost":52,"wiki_name":"Fuse (The Great Brain Robbery)","wiki_url":"https://oldschool.runescape.wiki/w/Fuse_(The_Great_Brain_Robbery)","price":0},"10885":{"id":10885,"name":"Keg","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Keg (dummy item)","wiki_url":"https://oldschool.runescape.wiki/w/Keg_(dummy_item)","price":0},"10886":{"id":10886,"name":"Prayer book","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Prayer book (animation item)","wiki_url":"https://oldschool.runescape.wiki/w/Prayer_book_(animation_item)","price":0},"10887":{"id":10887,"name":"Barrelchest anchor","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":230000,"lowalch":92000,"highalch":138000,"wiki_name":"Barrelchest anchor (Fixed)","wiki_url":"https://oldschool.runescape.wiki/w/Barrelchest_anchor#Fixed","equipment":{"attack_stab":-2,"attack_slash":10,"attack_crush":92,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":100,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":60,"strength":40}},"weapon":{"attack_speed":6,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"10888":{"id":10888,"name":"Barrelchest anchor","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Barrelchest anchor (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Barrelchest_anchor#Broken","price":0},"10889":{"id":10889,"name":"Blessed lamp","members":true,"cost":1,"wiki_name":"Blessed lamp","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_lamp","price":0},"10890":{"id":10890,"name":"Prayer book","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Prayer book","wiki_url":"https://oldschool.runescape.wiki/w/Prayer_book","price":0},"10891":{"id":10891,"name":"Wooden cat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":15,"wiki_name":"Wooden cat","wiki_url":"https://oldschool.runescape.wiki/w/Wooden_cat","price":3817},"10893":{"id":10893,"name":"Cranial clamp","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cranial clamp","wiki_url":"https://oldschool.runescape.wiki/w/Cranial_clamp","price":0},"10894":{"id":10894,"name":"Brain tongs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Brain tongs","wiki_url":"https://oldschool.runescape.wiki/w/Brain_tongs","price":0},"10895":{"id":10895,"name":"Bell jar","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bell jar","wiki_url":"https://oldschool.runescape.wiki/w/Bell_jar","price":0},"10896":{"id":10896,"name":"Wolf whistle","members":true,"cost":1,"wiki_name":"Wolf whistle","wiki_url":"https://oldschool.runescape.wiki/w/Wolf_whistle","price":0},"10897":{"id":10897,"name":"Shipping order","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shipping order","wiki_url":"https://oldschool.runescape.wiki/w/Shipping_order","price":0},"10898":{"id":10898,"name":"Keg","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Keg","wiki_url":"https://oldschool.runescape.wiki/w/Keg","price":0},"10899":{"id":10899,"name":"Crate part","members":true,"stackable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Crate part","wiki_url":"https://oldschool.runescape.wiki/w/Crate_part","price":0},"10904":{"id":10904,"name":"Skull staple","members":true,"stackable":true,"cost":0,"wiki_name":"Skull staple","wiki_url":"https://oldschool.runescape.wiki/w/Skull_staple","price":0},"10909":{"id":10909,"name":"Mixture - step 1(4)","members":true,"tradeable":true,"noteable":true,"cost":300,"lowalch":120,"highalch":180,"wiki_name":"Mixture - step 1 (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Mixture_-_step_1#4_dose","price":0},"10911":{"id":10911,"name":"Mixture - step 1(3)","members":true,"tradeable":true,"noteable":true,"cost":240,"lowalch":96,"highalch":144,"wiki_name":"Mixture - step 1 (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Mixture_-_step_1#3_dose","price":0},"10913":{"id":10913,"name":"Mixture - step 1(2)","members":true,"tradeable":true,"noteable":true,"cost":180,"lowalch":72,"highalch":108,"wiki_name":"Mixture - step 1 (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Mixture_-_step_1#2_dose","price":0},"10915":{"id":10915,"name":"Mixture - step 1(1)","members":true,"tradeable":true,"noteable":true,"cost":120,"lowalch":48,"highalch":72,"wiki_name":"Mixture - step 1 (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Mixture_-_step_1#1_dose","price":0},"10917":{"id":10917,"name":"Mixture - step 2(4)","members":true,"tradeable":true,"noteable":true,"cost":300,"lowalch":120,"highalch":180,"wiki_name":"Mixture - step 2 (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Mixture_-_step_2#4_dose","price":0},"10919":{"id":10919,"name":"Mixture - step 2(3)","members":true,"tradeable":true,"noteable":true,"cost":240,"lowalch":96,"highalch":144,"wiki_name":"Mixture - step 2 (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Mixture_-_step_2#3_dose","price":0},"10921":{"id":10921,"name":"Mixture - step 2(2)","members":true,"tradeable":true,"noteable":true,"cost":180,"lowalch":72,"highalch":108,"wiki_name":"Mixture - step 2 (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Mixture_-_step_2#2_dose","price":0},"10923":{"id":10923,"name":"Mixture - step 2(1)","members":true,"tradeable":true,"noteable":true,"cost":120,"lowalch":48,"highalch":72,"wiki_name":"Mixture - step 2 (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Mixture_-_step_2#1_dose","price":0},"10925":{"id":10925,"name":"Sanfew serum(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":2000,"wiki_name":"Sanfew serum (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Sanfew_serum#4_dose","price":24226},"10927":{"id":10927,"name":"Sanfew serum(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":240,"lowalch":96,"highalch":144,"buy_limit":2000,"wiki_name":"Sanfew serum (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Sanfew_serum#3_dose","price":18000},"10929":{"id":10929,"name":"Sanfew serum(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":180,"lowalch":72,"highalch":108,"buy_limit":2000,"wiki_name":"Sanfew serum (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Sanfew_serum#2_dose","price":11107},"10931":{"id":10931,"name":"Sanfew serum(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":120,"lowalch":48,"highalch":72,"buy_limit":2000,"wiki_name":"Sanfew serum (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Sanfew_serum#1_dose","price":5580},"10933":{"id":10933,"name":"Lumberjack boots","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Lumberjack boots","wiki_url":"https://oldschool.runescape.wiki/w/Lumberjack_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"10934":{"id":10934,"name":"Reward token","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Reward token (Temple Trekking (yellow))","wiki_url":"https://oldschool.runescape.wiki/w/Reward_token#Temple_Trekking_(yellow)","price":0},"10935":{"id":10935,"name":"Reward token","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Reward token (Temple Trekking (red))","wiki_url":"https://oldschool.runescape.wiki/w/Reward_token#Temple_Trekking_(red)","price":0},"10936":{"id":10936,"name":"Reward token","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Reward token (Temple Trekking (blue))","wiki_url":"https://oldschool.runescape.wiki/w/Reward_token#Temple_Trekking_(blue)","price":0},"10937":{"id":10937,"name":"Nail beast nails","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":11000,"wiki_name":"Nail beast nails","wiki_url":"https://oldschool.runescape.wiki/w/Nail_beast_nails","price":6642},"10939":{"id":10939,"name":"Lumberjack top","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Lumberjack top","wiki_url":"https://oldschool.runescape.wiki/w/Lumberjack_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"10940":{"id":10940,"name":"Lumberjack legs","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Lumberjack legs","wiki_url":"https://oldschool.runescape.wiki/w/Lumberjack_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"10941":{"id":10941,"name":"Lumberjack hat","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Lumberjack hat","wiki_url":"https://oldschool.runescape.wiki/w/Lumberjack_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"10942":{"id":10942,"name":"Reward token","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Reward token (Burgh de Rott Ramble (yellow))","wiki_url":"https://oldschool.runescape.wiki/w/Reward_token#Burgh_de_Rott_Ramble_(yellow)","price":0},"10943":{"id":10943,"name":"Reward token","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Reward token (Burgh de Rott Ramble (red))","wiki_url":"https://oldschool.runescape.wiki/w/Reward_token#Burgh_de_Rott_Ramble_(red)","price":0},"10944":{"id":10944,"name":"Reward token","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Reward token (Burgh de Rott Ramble (blue))","wiki_url":"https://oldschool.runescape.wiki/w/Reward_token#Burgh_de_Rott_Ramble_(blue)","price":0},"10946":{"id":10946,"name":"Pushup","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pushup (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Pushup_(unobtainable_item)","price":0},"10947":{"id":10947,"name":"Run","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Run (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Run_(unobtainable_item)","price":0},"10948":{"id":10948,"name":"Situp","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Situp (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Situp_(unobtainable_item)","price":0},"10949":{"id":10949,"name":"Starjump","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Starjump (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Starjump_(unobtainable_item)","price":0},"10950":{"id":10950,"name":"Skull staples","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Skull staples (unobtainable item) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Skull_staples_(unobtainable_item)#Normal","price":0},"10951":{"id":10951,"name":"Skull staples","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Skull staples (unobtainable item) (Banknote)","wiki_url":"https://oldschool.runescape.wiki/w/Skull_staples_(unobtainable_item)#Banknote","price":0},"10952":{"id":10952,"name":"Slayer bell","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":40,"wiki_name":"Slayer bell","wiki_url":"https://oldschool.runescape.wiki/w/Slayer_bell","price":5076},"10954":{"id":10954,"name":"Frog-leather body","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":70,"wiki_name":"Frog-leather body","wiki_url":"https://oldschool.runescape.wiki/w/Frog-leather_body","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-5,"attack_ranged":10,"defence_stab":23,"defence_slash":26,"defence_crush":30,"defence_magic":15,"defence_ranged":32,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":25,"ranged":25}},"price":9990},"10956":{"id":10956,"name":"Frog-leather chaps","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":900,"lowalch":360,"highalch":540,"buy_limit":70,"wiki_name":"Frog-leather chaps","wiki_url":"https://oldschool.runescape.wiki/w/Frog-leather_chaps","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-5,"attack_ranged":2,"defence_stab":7,"defence_slash":7,"defence_crush":9,"defence_magic":4,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":25,"ranged":25}},"price":337},"10958":{"id":10958,"name":"Frog-leather boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":70,"wiki_name":"Frog-leather boots","wiki_url":"https://oldschool.runescape.wiki/w/Frog-leather_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":2,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"defence":25,"ranged":25}},"price":408},"10960":{"id":10960,"name":"Green gloop soup","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Green gloop soup","wiki_url":"https://oldschool.runescape.wiki/w/Green_gloop_soup","price":0},"10961":{"id":10961,"name":"Frogspawn gumbo","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Frogspawn gumbo","wiki_url":"https://oldschool.runescape.wiki/w/Frogspawn_gumbo","price":0},"10962":{"id":10962,"name":"Frogburger","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Frogburger","wiki_url":"https://oldschool.runescape.wiki/w/Frogburger","price":0},"10963":{"id":10963,"name":"Coated frogs' legs","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Coated frogs' legs","wiki_url":"https://oldschool.runescape.wiki/w/Coated_frogs'_legs","price":0},"10964":{"id":10964,"name":"Bat shish","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Bat shish","wiki_url":"https://oldschool.runescape.wiki/w/Bat_shish","price":0},"10965":{"id":10965,"name":"Fingers","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Fingers","wiki_url":"https://oldschool.runescape.wiki/w/Fingers","price":0},"10966":{"id":10966,"name":"Grubs à la mode","members":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Grubs à la mode","wiki_url":"https://oldschool.runescape.wiki/w/Grubs_à_la_mode","price":0},"10967":{"id":10967,"name":"Roast frog","members":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Roast frog","wiki_url":"https://oldschool.runescape.wiki/w/Roast_frog","price":0},"10968":{"id":10968,"name":"Mushrooms","members":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Mushrooms","wiki_url":"https://oldschool.runescape.wiki/w/Mushrooms","price":0},"10969":{"id":10969,"name":"Fillets","members":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Fillets","wiki_url":"https://oldschool.runescape.wiki/w/Fillets","price":0},"10970":{"id":10970,"name":"Loach","members":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Loach","wiki_url":"https://oldschool.runescape.wiki/w/Loach","price":0},"10971":{"id":10971,"name":"Eel sushi","members":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Eel sushi","wiki_url":"https://oldschool.runescape.wiki/w/Eel_sushi","price":0},"10972":{"id":10972,"name":"Dorgesh-kaan sphere","members":true,"stackable":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Dorgesh-kaan sphere","wiki_url":"https://oldschool.runescape.wiki/w/Dorgesh-kaan_sphere","price":0},"10973":{"id":10973,"name":"Light orb","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":350,"lowalch":140,"highalch":210,"buy_limit":10000,"wiki_name":"Light orb","wiki_url":"https://oldschool.runescape.wiki/w/Light_orb","price":0},"10975":{"id":10975,"name":"Spanner","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Spanner","wiki_url":"https://oldschool.runescape.wiki/w/Spanner","price":0},"10976":{"id":10976,"name":"Long bone","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Long bone","wiki_url":"https://oldschool.runescape.wiki/w/Long_bone","price":0},"10977":{"id":10977,"name":"Curved bone","members":true,"cost":7,"lowalch":2,"highalch":4,"wiki_name":"Curved bone","wiki_url":"https://oldschool.runescape.wiki/w/Curved_bone","price":0},"10978":{"id":10978,"name":"Swamp weed","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Swamp weed","wiki_url":"https://oldschool.runescape.wiki/w/Swamp_weed","price":198},"10980":{"id":10980,"name":"Empty light orb","members":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Empty light orb","wiki_url":"https://oldschool.runescape.wiki/w/Empty_light_orb","price":0},"10981":{"id":10981,"name":"Cave goblin wire","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":11000,"wiki_name":"Cave goblin wire","wiki_url":"https://oldschool.runescape.wiki/w/Cave_goblin_wire","price":1208},"10983":{"id":10983,"name":"Cog","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Cog (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Cog#Normal","price":0},"10984":{"id":10984,"name":"Cog","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Cog (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Cog#Broken","price":0},"10985":{"id":10985,"name":"Fuse","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Fuse (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Fuse#Normal","price":0},"10986":{"id":10986,"name":"Fuse","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Fuse (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Fuse#Broken","price":0},"10987":{"id":10987,"name":"Meter","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Meter (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Meter#Normal","price":0},"10988":{"id":10988,"name":"Meter","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Meter (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Meter#Broken","price":0},"10989":{"id":10989,"name":"Capacitor","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Capacitor (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Capacitor#Normal","price":0},"10990":{"id":10990,"name":"Capacitor","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Capacitor (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Capacitor#Broken","price":0},"10991":{"id":10991,"name":"Lever","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Lever (Dorgesh-Kaan Agility Course) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Lever_(Dorgesh-Kaan_Agility_Course)#Normal","price":0},"10992":{"id":10992,"name":"Lever","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Lever (Dorgesh-Kaan Agility Course) (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Lever_(Dorgesh-Kaan_Agility_Course)#Broken","price":0},"10993":{"id":10993,"name":"Powerbox","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Powerbox (Unbroken)","wiki_url":"https://oldschool.runescape.wiki/w/Powerbox#Unbroken","price":0},"10994":{"id":10994,"name":"Powerbox","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Powerbox (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Powerbox#Broken","price":0},"10995":{"id":10995,"name":"Perfect shell","members":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Perfect shell","wiki_url":"https://oldschool.runescape.wiki/w/Perfect_shell","price":0},"10996":{"id":10996,"name":"Perfect snail shell","members":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Perfect snail shell","wiki_url":"https://oldschool.runescape.wiki/w/Perfect_snail_shell","price":0},"10997":{"id":10997,"name":"Molanisk","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"10998":{"id":10998,"name":"Cave goblin","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"10999":{"id":10999,"name":"Goblin book","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":15,"wiki_name":"Goblin book","wiki_url":"https://oldschool.runescape.wiki/w/Goblin_book","price":643},"11001":{"id":11001,"name":"Dagon'hai history","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Dagon'hai history","wiki_url":"https://oldschool.runescape.wiki/w/Dagon'hai_history","price":0},"11002":{"id":11002,"name":"Sin'keth's diary","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Sin'keth's diary","wiki_url":"https://oldschool.runescape.wiki/w/Sin'keth's_diary","price":0},"11003":{"id":11003,"name":"An empty folder","members":true,"cost":5,"wiki_name":"An empty folder","wiki_url":"https://oldschool.runescape.wiki/w/An_empty_folder","price":0},"11006":{"id":11006,"name":"Used folder","members":true,"cost":10,"wiki_name":"Used folder","wiki_url":"https://oldschool.runescape.wiki/w/Used_folder","price":0},"11007":{"id":11007,"name":"Full folder","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Full folder","wiki_url":"https://oldschool.runescape.wiki/w/Full_folder","price":0},"11008":{"id":11008,"name":"Rat's paper","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rat's paper","wiki_url":"https://oldschool.runescape.wiki/w/Rat's_paper","price":0},"11009":{"id":11009,"name":"Letter to surok","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Letter to surok","wiki_url":"https://oldschool.runescape.wiki/w/Letter_to_surok","price":0},"11010":{"id":11010,"name":"Surok's letter","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Surok's letter","wiki_url":"https://oldschool.runescape.wiki/w/Surok's_letter","price":0},"11011":{"id":11011,"name":"Zaff's instructions","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Zaff's instructions","wiki_url":"https://oldschool.runescape.wiki/w/Zaff's_instructions","price":0},"11012":{"id":11012,"name":"Wand","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wand (What Lies Below)","wiki_url":"https://oldschool.runescape.wiki/w/Wand_(What_Lies_Below)","price":0},"11013":{"id":11013,"name":"Infused wand","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Infused wand","wiki_url":"https://oldschool.runescape.wiki/w/Infused_wand","price":0},"11014":{"id":11014,"name":"Beacon ring","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Beacon ring","wiki_url":"https://oldschool.runescape.wiki/w/Beacon_ring","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":2,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"11019":{"id":11019,"name":"Chicken feet","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chicken feet","wiki_url":"https://oldschool.runescape.wiki/w/Chicken_feet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"11020":{"id":11020,"name":"Chicken wings","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chicken wings","wiki_url":"https://oldschool.runescape.wiki/w/Chicken_wings","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"11021":{"id":11021,"name":"Chicken head","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chicken head","wiki_url":"https://oldschool.runescape.wiki/w/Chicken_head","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"11022":{"id":11022,"name":"Chicken legs","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chicken legs","wiki_url":"https://oldschool.runescape.wiki/w/Chicken_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"11023":{"id":11023,"name":"Magic egg","cost":1,"wiki_name":"Magic egg","wiki_url":"https://oldschool.runescape.wiki/w/Magic_egg","price":0},"11024":{"id":11024,"name":"Rabbit mould","cost":1,"wiki_name":"Rabbit mould","wiki_url":"https://oldschool.runescape.wiki/w/Rabbit_mould","price":0},"11025":{"id":11025,"name":"Chocolate chunks","stackable":true,"cost":1,"wiki_name":"Chocolate chunks (2013 Easter event)","wiki_url":"https://oldschool.runescape.wiki/w/Chocolate_chunks_(2013_Easter_event)","price":0},"11026":{"id":11026,"name":"Chocolate kebbit","stackable":true,"cost":1,"wiki_name":"Chocolate kebbit","wiki_url":"https://oldschool.runescape.wiki/w/Chocolate_kebbit","price":0},"11027":{"id":11027,"name":"Easter egg","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Easter egg (2013 Easter event) (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Easter_egg_(2013_Easter_event)#Blue","price":0},"11028":{"id":11028,"name":"Easter egg","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Easter egg (2013 Easter event) (Yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Easter_egg_(2013_Easter_event)#Yellow","price":0},"11029":{"id":11029,"name":"Easter egg","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Easter egg (2013 Easter event) (Green)","wiki_url":"https://oldschool.runescape.wiki/w/Easter_egg_(2013_Easter_event)#Green","price":0},"11030":{"id":11030,"name":"Easter egg","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Easter egg (2013 Easter event) (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Easter_egg_(2013_Easter_event)#Red","price":0},"11031":{"id":11031,"name":"Damp planks","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Damp planks","wiki_url":"https://oldschool.runescape.wiki/w/Damp_planks","price":0},"11032":{"id":11032,"name":"Crude carving","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Crude carving","wiki_url":"https://oldschool.runescape.wiki/w/Crude_carving","price":0},"11033":{"id":11033,"name":"Cruder carving","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Cruder carving","wiki_url":"https://oldschool.runescape.wiki/w/Cruder_carving","price":0},"11034":{"id":11034,"name":"Sven's last map","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Sven's last map","wiki_url":"https://oldschool.runescape.wiki/w/Sven's_last_map","price":0},"11035":{"id":11035,"name":"Windswept logs","members":true,"cost":0,"wiki_name":"Windswept logs","wiki_url":"https://oldschool.runescape.wiki/w/Windswept_logs","price":0},"11036":{"id":11036,"name":"Parchment","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Parchment (Olaf's Quest)","wiki_url":"https://oldschool.runescape.wiki/w/Parchment_(Olaf's_Quest)","price":0},"11037":{"id":11037,"name":"Brine sabre","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":26000,"lowalch":10400,"highalch":15600,"buy_limit":8,"wiki_name":"Brine sabre","wiki_url":"https://oldschool.runescape.wiki/w/Brine_sabre","equipment":{"attack_stab":7,"attack_slash":47,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":46,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":40}},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":447513},"11039":{"id":11039,"name":"Key","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Key (Olaf's Quest) (Cross)","wiki_url":"https://oldschool.runescape.wiki/w/Key_(Olaf's_Quest)#Cross","price":0},"11040":{"id":11040,"name":"Key","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Key (Olaf's Quest) (Square)","wiki_url":"https://oldschool.runescape.wiki/w/Key_(Olaf's_Quest)#Square","price":0},"11041":{"id":11041,"name":"Key","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Key (Olaf's Quest) (Triangle)","wiki_url":"https://oldschool.runescape.wiki/w/Key_(Olaf's_Quest)#Triangle","price":0},"11042":{"id":11042,"name":"Key","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Key (Olaf's Quest) (Hexagon)","wiki_url":"https://oldschool.runescape.wiki/w/Key_(Olaf's_Quest)#Hexagon","price":0},"11043":{"id":11043,"name":"Key","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Key (Olaf's Quest) (Star)","wiki_url":"https://oldschool.runescape.wiki/w/Key_(Olaf's_Quest)#Star","price":0},"11044":{"id":11044,"name":"Rotten barrel","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Rotten barrel (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Rotten_barrel_(unobtainable_item)","price":0},"11045":{"id":11045,"name":"Rotten barrel","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Rotten barrel","wiki_url":"https://oldschool.runescape.wiki/w/Rotten_barrel","price":0},"11046":{"id":11046,"name":"Rope","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Rope (Olaf's Quest)","wiki_url":"https://oldschool.runescape.wiki/w/Rope_(Olaf's_Quest)","price":0},"11047":{"id":11047,"name":"Brine rat","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"11048":{"id":11048,"name":"Armour shard","members":true,"cost":1,"wiki_name":"Armour shard","wiki_url":"https://oldschool.runescape.wiki/w/Armour_shard","price":0},"11049":{"id":11049,"name":"Artefact","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Artefact (Armour)","wiki_url":"https://oldschool.runescape.wiki/w/Artefact#Armour","price":0},"11050":{"id":11050,"name":"Axe head","members":true,"cost":1,"wiki_name":"Axe head","wiki_url":"https://oldschool.runescape.wiki/w/Axe_head","price":0},"11051":{"id":11051,"name":"Artefact","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Artefact (Axe)","wiki_url":"https://oldschool.runescape.wiki/w/Artefact#Axe","price":0},"11052":{"id":11052,"name":"Helmet fragment","members":true,"cost":1,"wiki_name":"Helmet fragment","wiki_url":"https://oldschool.runescape.wiki/w/Helmet_fragment","price":0},"11053":{"id":11053,"name":"Artefact","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Artefact (Helmet)","wiki_url":"https://oldschool.runescape.wiki/w/Artefact#Helmet","price":0},"11054":{"id":11054,"name":"Shield fragment","members":true,"cost":1,"wiki_name":"Shield fragment","wiki_url":"https://oldschool.runescape.wiki/w/Shield_fragment","price":0},"11055":{"id":11055,"name":"Artefact","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Artefact (Shield)","wiki_url":"https://oldschool.runescape.wiki/w/Artefact#Shield","price":0},"11056":{"id":11056,"name":"Sword fragment","members":true,"cost":1,"wiki_name":"Sword fragment","wiki_url":"https://oldschool.runescape.wiki/w/Sword_fragment","price":0},"11057":{"id":11057,"name":"Artefact","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Artefact (Sword)","wiki_url":"https://oldschool.runescape.wiki/w/Artefact#Sword","price":0},"11058":{"id":11058,"name":"Mace","members":true,"cost":1,"wiki_name":"Mace (H.A.M.)","wiki_url":"https://oldschool.runescape.wiki/w/Mace_(H.A.M.)","price":0},"11059":{"id":11059,"name":"Artefact","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Artefact (Mace)","wiki_url":"https://oldschool.runescape.wiki/w/Artefact#Mace","price":0},"11060":{"id":11060,"name":"Goblin village sphere","members":true,"stackable":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Goblin village sphere","wiki_url":"https://oldschool.runescape.wiki/w/Goblin_village_sphere","price":0},"11061":{"id":11061,"name":"Ancient mace","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000,"buy_limit":8,"wiki_name":"Ancient mace","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_mace","equipment":{"attack_stab":10,"attack_slash":-2,"attack_crush":16,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":14,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"weapon","requirements":{"attack":15,"prayer":25}},"weapon":{"attack_speed":5,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":755,"lowalch":400,"highalch":600},"11062":{"id":11062,"name":"Zanik (slice)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Zanik (unobtainable item) (Slice)","wiki_url":"https://oldschool.runescape.wiki/w/Zanik_(unobtainable_item)#Slice","price":0},"11065":{"id":11065,"name":"Bracelet mould","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":40,"wiki_name":"Bracelet mould","wiki_url":"https://oldschool.runescape.wiki/w/Bracelet_mould","price":335},"11069":{"id":11069,"name":"Gold bracelet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":550,"lowalch":220,"highalch":330,"buy_limit":18000,"wiki_name":"Gold bracelet","wiki_url":"https://oldschool.runescape.wiki/w/Gold_bracelet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":238},"11072":{"id":11072,"name":"Sapphire bracelet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1150,"lowalch":460,"highalch":690,"buy_limit":10000,"wiki_name":"Sapphire bracelet","wiki_url":"https://oldschool.runescape.wiki/w/Sapphire_bracelet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":619},"11074":{"id":11074,"name":"Bracelet of clay","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1265,"lowalch":506,"highalch":759,"buy_limit":10000,"wiki_name":"Bracelet of clay","wiki_url":"https://oldschool.runescape.wiki/w/Bracelet_of_clay","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":444},"11076":{"id":11076,"name":"Emerald bracelet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1525,"lowalch":610,"highalch":915,"buy_limit":10000,"wiki_name":"Emerald bracelet","wiki_url":"https://oldschool.runescape.wiki/w/Emerald_bracelet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":764},"11079":{"id":11079,"name":"Castle wars bracelet(3)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1675,"lowalch":670,"highalch":1005,"buy_limit":10000,"wiki_name":"Castle wars bracelet (3)","wiki_url":"https://oldschool.runescape.wiki/w/Castle_wars_bracelet#(3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":836},"11081":{"id":11081,"name":"Castle wars bracelet(2)","tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1675,"lowalch":670,"highalch":1005,"wiki_name":"Castle wars bracelet (2)","wiki_url":"https://oldschool.runescape.wiki/w/Castle_wars_bracelet#(2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"11083":{"id":11083,"name":"Castle wars bracelet(1)","tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1675,"lowalch":670,"highalch":1005,"wiki_name":"Castle wars bracelet (1)","wiki_url":"https://oldschool.runescape.wiki/w/Castle_wars_bracelet#(1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"11085":{"id":11085,"name":"Ruby bracelet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2325,"lowalch":930,"highalch":1395,"buy_limit":10000,"wiki_name":"Ruby bracelet","wiki_url":"https://oldschool.runescape.wiki/w/Ruby_bracelet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":1192},"11088":{"id":11088,"name":"Inoculation bracelet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2560,"lowalch":1024,"highalch":1536,"buy_limit":10000,"wiki_name":"Inoculation bracelet","wiki_url":"https://oldschool.runescape.wiki/w/Inoculation_bracelet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":1349},"11090":{"id":11090,"name":"Phoenix necklace","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":4050,"lowalch":1620,"highalch":2430,"buy_limit":10000,"wiki_name":"Phoenix necklace","wiki_url":"https://oldschool.runescape.wiki/w/Phoenix_necklace","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":2088},"11092":{"id":11092,"name":"Diamond bracelet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3825,"lowalch":1530,"highalch":2295,"buy_limit":10000,"wiki_name":"Diamond bracelet","wiki_url":"https://oldschool.runescape.wiki/w/Diamond_bracelet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":1938},"11095":{"id":11095,"name":"Abyssal bracelet(5)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":4200,"lowalch":1680,"highalch":2520,"buy_limit":10000,"wiki_name":"Abyssal bracelet (5)","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_bracelet#(5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":2194},"11097":{"id":11097,"name":"Abyssal bracelet(4)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":4200,"lowalch":1680,"highalch":2520,"wiki_name":"Abyssal bracelet (4)","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_bracelet#(4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"11099":{"id":11099,"name":"Abyssal bracelet(3)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":4200,"lowalch":1680,"highalch":2520,"wiki_name":"Abyssal bracelet (3)","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_bracelet#(3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"11101":{"id":11101,"name":"Abyssal bracelet(2)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":4200,"lowalch":1680,"highalch":2520,"wiki_name":"Abyssal bracelet (2)","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_bracelet#(2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"11103":{"id":11103,"name":"Abyssal bracelet(1)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":4200,"lowalch":1680,"highalch":2520,"wiki_name":"Abyssal bracelet (1)","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_bracelet#(1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"11105":{"id":11105,"name":"Skills necklace(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20200,"lowalch":8080,"highalch":12120,"buy_limit":10000,"wiki_name":"Skills necklace (4)","wiki_url":"https://oldschool.runescape.wiki/w/Skills_necklace#(4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":12185},"11107":{"id":11107,"name":"Skills necklace(3)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20200,"lowalch":8080,"highalch":12120,"wiki_name":"Skills necklace (3)","wiki_url":"https://oldschool.runescape.wiki/w/Skills_necklace#(3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"11109":{"id":11109,"name":"Skills necklace(2)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20200,"lowalch":8080,"highalch":12120,"wiki_name":"Skills necklace (2)","wiki_url":"https://oldschool.runescape.wiki/w/Skills_necklace#(2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"11111":{"id":11111,"name":"Skills necklace(1)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20200,"lowalch":8080,"highalch":12120,"wiki_name":"Skills necklace (1)","wiki_url":"https://oldschool.runescape.wiki/w/Skills_necklace#(1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"11113":{"id":11113,"name":"Skills necklace","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20200,"lowalch":8080,"highalch":12120,"buy_limit":10000,"wiki_name":"Skills necklace (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Skills_necklace#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":12104},"11115":{"id":11115,"name":"Dragonstone bracelet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":19125,"lowalch":7650,"highalch":11475,"buy_limit":10000,"wiki_name":"Dragonstone bracelet","wiki_url":"https://oldschool.runescape.wiki/w/Dragonstone_bracelet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":11870},"11117":{"id":11117,"name":"Dragon bracelet","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"11118":{"id":11118,"name":"Combat bracelet(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":21040,"lowalch":8416,"highalch":12624,"buy_limit":10000,"wiki_name":"Combat bracelet (4)","wiki_url":"https://oldschool.runescape.wiki/w/Combat_bracelet#(4)","equipment":{"attack_stab":7,"attack_slash":7,"attack_crush":7,"attack_magic":3,"attack_ranged":7,"defence_stab":5,"defence_slash":5,"defence_crush":5,"defence_magic":3,"defence_ranged":5,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":12332},"11120":{"id":11120,"name":"Combat bracelet(3)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":21040,"lowalch":8416,"highalch":12624,"wiki_name":"Combat bracelet (3)","wiki_url":"https://oldschool.runescape.wiki/w/Combat_bracelet#(3)","equipment":{"attack_stab":7,"attack_slash":7,"attack_crush":7,"attack_magic":3,"attack_ranged":7,"defence_stab":5,"defence_slash":5,"defence_crush":5,"defence_magic":3,"defence_ranged":5,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"11122":{"id":11122,"name":"Combat bracelet(2)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":21040,"lowalch":8416,"highalch":12624,"wiki_name":"Combat bracelet (2)","wiki_url":"https://oldschool.runescape.wiki/w/Combat_bracelet#(2)","equipment":{"attack_stab":7,"attack_slash":7,"attack_crush":7,"attack_magic":3,"attack_ranged":7,"defence_stab":5,"defence_slash":5,"defence_crush":5,"defence_magic":3,"defence_ranged":5,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"11124":{"id":11124,"name":"Combat bracelet(1)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":21040,"lowalch":8416,"highalch":12624,"wiki_name":"Combat bracelet (1)","wiki_url":"https://oldschool.runescape.wiki/w/Combat_bracelet#(1)","equipment":{"attack_stab":7,"attack_slash":7,"attack_crush":7,"attack_magic":3,"attack_ranged":7,"defence_stab":5,"defence_slash":5,"defence_crush":5,"defence_magic":3,"defence_ranged":5,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"11126":{"id":11126,"name":"Combat bracelet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":21040,"lowalch":8416,"highalch":12624,"buy_limit":10000,"wiki_name":"Combat bracelet (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Combat_bracelet#Uncharged","equipment":{"attack_stab":7,"attack_slash":7,"attack_crush":7,"attack_magic":3,"attack_ranged":7,"defence_stab":5,"defence_slash":5,"defence_crush":5,"defence_magic":3,"defence_ranged":5,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":12245},"11128":{"id":11128,"name":"Berserker necklace","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":202000,"lowalch":80800,"highalch":121200,"buy_limit":70,"wiki_name":"Berserker necklace","wiki_url":"https://oldschool.runescape.wiki/w/Berserker_necklace","equipment":{"attack_stab":-10,"attack_slash":-10,"attack_crush":-10,"attack_magic":0,"attack_ranged":0,"defence_stab":-20,"defence_slash":-20,"defence_crush":-20,"defence_magic":-20,"defence_ranged":-20,"melee_strength":7,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"neck","requirements":null},"price":1755000},"11130":{"id":11130,"name":"Onyx bracelet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":201000,"lowalch":80400,"highalch":120600,"buy_limit":10000,"wiki_name":"Onyx bracelet","wiki_url":"https://oldschool.runescape.wiki/w/Onyx_bracelet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":1113663},"11133":{"id":11133,"name":"Regen bracelet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":202000,"lowalch":80800,"highalch":121200,"buy_limit":70,"wiki_name":"Regen bracelet","wiki_url":"https://oldschool.runescape.wiki/w/Regen_bracelet","equipment":{"attack_stab":8,"attack_slash":8,"attack_crush":8,"attack_magic":3,"attack_ranged":7,"defence_stab":6,"defence_slash":6,"defence_crush":6,"defence_magic":3,"defence_ranged":6,"melee_strength":7,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":1702052},"11136":{"id":11136,"name":"Karamja gloves 1","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Karamja gloves 1","wiki_url":"https://oldschool.runescape.wiki/w/Karamja_gloves_1","equipment":{"attack_stab":1,"attack_slash":1,"attack_crush":1,"attack_magic":1,"attack_ranged":1,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":1,"defence_ranged":1,"melee_strength":1,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"11137":{"id":11137,"name":"Antique lamp","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Antique lamp (Karamja Diary) (Easy)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(Karamja_Diary)#Easy","price":0},"11138":{"id":11138,"name":"Karamja gloves 2","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Karamja gloves 2","wiki_url":"https://oldschool.runescape.wiki/w/Karamja_gloves_2","equipment":{"attack_stab":1,"attack_slash":1,"attack_crush":1,"attack_magic":1,"attack_ranged":1,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":1,"defence_ranged":1,"melee_strength":1,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"11139":{"id":11139,"name":"Antique lamp","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Antique lamp (Karamja Diary) (Medium)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(Karamja_Diary)#Medium","price":0},"11140":{"id":11140,"name":"Karamja gloves 3","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Karamja gloves 3","wiki_url":"https://oldschool.runescape.wiki/w/Karamja_gloves_3","equipment":{"attack_stab":1,"attack_slash":1,"attack_crush":1,"attack_magic":1,"attack_ranged":1,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":1,"defence_ranged":1,"melee_strength":1,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"11141":{"id":11141,"name":"Antique lamp","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Antique lamp (Karamja Diary) (Hard)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(Karamja_Diary)#Hard","price":0},"11151":{"id":11151,"name":"Dream vial (empty)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dream vial (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Dream_vial#Empty","price":0},"11152":{"id":11152,"name":"Dream vial (water)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dream vial (Water)","wiki_url":"https://oldschool.runescape.wiki/w/Dream_vial#Water","price":0},"11153":{"id":11153,"name":"Dream vial (herb)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dream vial (Herb)","wiki_url":"https://oldschool.runescape.wiki/w/Dream_vial#Herb","price":0},"11154":{"id":11154,"name":"Dream potion","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dream potion","wiki_url":"https://oldschool.runescape.wiki/w/Dream_potion","price":0},"11155":{"id":11155,"name":"Ground astral rune","members":true,"cost":20,"wiki_name":"Ground astral rune","wiki_url":"https://oldschool.runescape.wiki/w/Ground_astral_rune","price":0},"11156":{"id":11156,"name":"Astral rune shards","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Astral rune shards","wiki_url":"https://oldschool.runescape.wiki/w/Astral_rune_shards","price":0},"11157":{"id":11157,"name":"Dreamy lamp","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dreamy lamp","wiki_url":"https://oldschool.runescape.wiki/w/Dreamy_lamp","price":0},"11158":{"id":11158,"name":"Cyrisus's chest","members":true,"cost":1,"wiki_name":"Cyrisus's chest","wiki_url":"https://oldschool.runescape.wiki/w/Cyrisus's_chest","price":0},"11159":{"id":11159,"name":"Hunter kit","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Hunter kit","wiki_url":"https://oldschool.runescape.wiki/w/Hunter_kit","price":0},"11165":{"id":11165,"name":"Phoenix crossbow","tradeable":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Phoenix crossbow (unobtainable item) (1)","wiki_url":"https://oldschool.runescape.wiki/w/Phoenix_crossbow_(unobtainable_item)#1","price":0},"11167":{"id":11167,"name":"Phoenix crossbow","tradeable":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Phoenix crossbow (unobtainable item) (2)","wiki_url":"https://oldschool.runescape.wiki/w/Phoenix_crossbow_(unobtainable_item)#2","price":0},"11169":{"id":11169,"name":"Newspaper","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Newspaper (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Newspaper_(unobtainable_item)","price":0},"11171":{"id":11171,"name":"Newspaper","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Newspaper","wiki_url":"https://oldschool.runescape.wiki/w/Newspaper","price":0},"11173":{"id":11173,"name":"Half certificate","tradeable":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Half certificate (Left)","wiki_url":"https://oldschool.runescape.wiki/w/Half_certificate#Left","price":0},"11174":{"id":11174,"name":"Half certificate","tradeable":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Half certificate (Right)","wiki_url":"https://oldschool.runescape.wiki/w/Half_certificate#Right","price":0},"11175":{"id":11175,"name":"Uncleaned find","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Uncleaned find","wiki_url":"https://oldschool.runescape.wiki/w/Uncleaned_find","price":0},"11176":{"id":11176,"name":"Arrowheads","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Arrowheads (Varrock Museum)","wiki_url":"https://oldschool.runescape.wiki/w/Arrowheads_(Varrock_Museum)","price":0},"11177":{"id":11177,"name":"Jewellery","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Jewellery (item)","wiki_url":"https://oldschool.runescape.wiki/w/Jewellery_(item)","price":0},"11178":{"id":11178,"name":"Pottery","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pottery","wiki_url":"https://oldschool.runescape.wiki/w/Pottery","price":0},"11179":{"id":11179,"name":"Old coin","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old coin","wiki_url":"https://oldschool.runescape.wiki/w/Old_coin","price":0},"11180":{"id":11180,"name":"Ancient coin","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ancient coin","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_coin","price":0},"11181":{"id":11181,"name":"Ancient symbol","members":true,"cost":1,"wiki_name":"Ancient symbol","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_symbol","price":0},"11182":{"id":11182,"name":"Old symbol","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old symbol","wiki_url":"https://oldschool.runescape.wiki/w/Old_symbol","price":0},"11183":{"id":11183,"name":"Old chipped vase","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old chipped vase","wiki_url":"https://oldschool.runescape.wiki/w/Old_chipped_vase","price":0},"11184":{"id":11184,"name":"Museum map","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Museum map","wiki_url":"https://oldschool.runescape.wiki/w/Museum_map","price":0},"11185":{"id":11185,"name":"Antique lamp","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Antique lamp (Varrock Museum) (Merlin's Crystal)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(Varrock_Museum)#Merlin's_Crystal","price":0},"11186":{"id":11186,"name":"Antique lamp","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Antique lamp (Varrock Museum) (Shield of Arrav)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(Varrock_Museum)#Shield_of_Arrav","price":0},"11187":{"id":11187,"name":"Antique lamp","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Antique lamp (Varrock Museum) (Making History)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(Varrock_Museum)#Making_History","price":0},"11188":{"id":11188,"name":"Antique lamp","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Antique lamp (Varrock Museum) (Curse of the Empty Lord)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(Varrock_Museum)#Curse_of_the_Empty_Lord","price":0},"11189":{"id":11189,"name":"Antique lamp","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Antique lamp (Varrock Museum) (Uncleaned finds)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(Varrock_Museum)#Uncleaned_finds","price":0},"11190":{"id":11190,"name":"Digsite pendant (1)","members":true,"equipable":true,"equipable_by_player":true,"cost":2400,"lowalch":960,"highalch":1440,"wiki_name":"Digsite pendant (1)","wiki_url":"https://oldschool.runescape.wiki/w/Digsite_pendant#(1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"11191":{"id":11191,"name":"Digsite pendant (2)","members":true,"equipable":true,"equipable_by_player":true,"cost":2400,"lowalch":960,"highalch":1440,"wiki_name":"Digsite pendant (2)","wiki_url":"https://oldschool.runescape.wiki/w/Digsite_pendant#(2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"11192":{"id":11192,"name":"Digsite pendant (3)","members":true,"equipable":true,"equipable_by_player":true,"cost":2400,"lowalch":960,"highalch":1440,"wiki_name":"Digsite pendant (3)","wiki_url":"https://oldschool.runescape.wiki/w/Digsite_pendant#(3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"11193":{"id":11193,"name":"Digsite pendant (4)","members":true,"equipable":true,"equipable_by_player":true,"cost":2400,"lowalch":960,"highalch":1440,"wiki_name":"Digsite pendant (4)","wiki_url":"https://oldschool.runescape.wiki/w/Digsite_pendant#(4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"11194":{"id":11194,"name":"Digsite pendant (5)","members":true,"equipable":true,"equipable_by_player":true,"cost":2400,"lowalch":960,"highalch":1440,"wiki_name":"Digsite pendant (5)","wiki_url":"https://oldschool.runescape.wiki/w/Digsite_pendant#(5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"11195":{"id":11195,"name":"Clean necklace","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clean necklace","wiki_url":"https://oldschool.runescape.wiki/w/Clean_necklace","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"11196":{"id":11196,"name":"Griffin feather","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Griffin feather","wiki_url":"https://oldschool.runescape.wiki/w/Griffin_feather","price":0},"11197":{"id":11197,"name":"Miazrqa's pendant","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Miazrqa's pendant","wiki_url":"https://oldschool.runescape.wiki/w/Miazrqa's_pendant","price":0},"11198":{"id":11198,"name":"Music sheet","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Music sheet","wiki_url":"https://oldschool.runescape.wiki/w/Music_sheet","price":0},"11199":{"id":11199,"name":"Rupert's helmet","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rupert's helmet","wiki_url":"https://oldschool.runescape.wiki/w/Rupert's_helmet","price":0},"11200":{"id":11200,"name":"Dwarven helmet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":60000,"lowalch":24000,"highalch":36000,"buy_limit":50,"wiki_name":"Dwarven helmet","wiki_url":"https://oldschool.runescape.wiki/w/Dwarven_helmet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":6,"attack_magic":-2,"attack_ranged":-2,"defence_stab":27,"defence_slash":28,"defence_crush":31,"defence_magic":5,"defence_ranged":24,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":50}},"price":36125},"11202":{"id":11202,"name":"Shrinking recipe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shrinking recipe","wiki_url":"https://oldschool.runescape.wiki/w/Shrinking_recipe","price":0},"11203":{"id":11203,"name":"To-do list","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"To-do list","wiki_url":"https://oldschool.runescape.wiki/w/To-do_list","price":0},"11204":{"id":11204,"name":"Shrink-me-quick","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shrink-me-quick","wiki_url":"https://oldschool.runescape.wiki/w/Shrink-me-quick","price":0},"11205":{"id":11205,"name":"Shrunk ogleroot","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":15,"wiki_name":"Shrunk ogleroot","wiki_url":"https://oldschool.runescape.wiki/w/Shrunk_ogleroot","price":3092},"11210":{"id":11210,"name":"Golden goblin","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Golden goblin","wiki_url":"https://oldschool.runescape.wiki/w/Golden_goblin","price":0},"11211":{"id":11211,"name":"Magic beans","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Magic beans","wiki_url":"https://oldschool.runescape.wiki/w/Magic_beans","price":0},"11212":{"id":11212,"name":"Dragon arrow","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":800,"lowalch":320,"highalch":480,"buy_limit":11000,"wiki_name":"Dragon arrow (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_arrow#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":60,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":60}},"price":1060},"11217":{"id":11217,"name":"Dragon fire arrow","members":true,"tradeable":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Dragon fire arrow (Unlit)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_fire_arrow#Unlit","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":60,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":60}},"price":0},"11222":{"id":11222,"name":"Dragon fire arrow (lit)","members":true,"tradeable":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Dragon fire arrow (Lit)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_fire_arrow#Lit","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":60,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":60}},"price":0},"11227":{"id":11227,"name":"Dragon arrow(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":800,"lowalch":320,"highalch":480,"buy_limit":11000,"wiki_name":"Dragon arrow (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_arrow#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":60,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":60}},"price":1128},"11228":{"id":11228,"name":"Dragon arrow(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":800,"lowalch":320,"highalch":480,"buy_limit":11000,"wiki_name":"Dragon arrow (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_arrow#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":60,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":60}},"price":1443},"11229":{"id":11229,"name":"Dragon arrow(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":800,"lowalch":320,"highalch":480,"buy_limit":11000,"wiki_name":"Dragon arrow (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_arrow#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":60,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":60}},"price":2339},"11230":{"id":11230,"name":"Dragon dart","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":11000,"wiki_name":"Dragon dart (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_dart#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":35,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":60}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":955},"11231":{"id":11231,"name":"Dragon dart(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":11000,"wiki_name":"Dragon dart (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_dart#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":35,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":60}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":1115},"11232":{"id":11232,"name":"Dragon dart tip","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":11000,"wiki_name":"Dragon dart tip","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_dart_tip","price":1209},"11233":{"id":11233,"name":"Dragon dart(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":11000,"wiki_name":"Dragon dart (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_dart#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":35,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":60}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":1189},"11234":{"id":11234,"name":"Dragon dart(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":11000,"wiki_name":"Dragon dart (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_dart#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":35,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":60}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":2088},"11235":{"id":11235,"name":"Dark bow","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":120002,"lowalch":48000,"highalch":72001,"buy_limit":8,"wiki_name":"Dark bow (Regular)","wiki_url":"https://oldschool.runescape.wiki/w/Dark_bow#Regular","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":95,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":60}},"weapon":{"attack_speed":9,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":1109301},"11237":{"id":11237,"name":"Dragon arrowtips","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":10000,"wiki_name":"Dragon arrowtips","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_arrowtips","price":1077},"11238":{"id":11238,"name":"Baby impling jar","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":18000,"wiki_name":"Baby impling jar","wiki_url":"https://oldschool.runescape.wiki/w/Baby_impling_jar","price":1501},"11240":{"id":11240,"name":"Young impling jar","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":18000,"wiki_name":"Young impling jar","wiki_url":"https://oldschool.runescape.wiki/w/Young_impling_jar","price":2650},"11242":{"id":11242,"name":"Gourmet impling jar","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":18000,"wiki_name":"Gourmet impling jar","wiki_url":"https://oldschool.runescape.wiki/w/Gourmet_impling_jar","price":3935},"11244":{"id":11244,"name":"Earth impling jar","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":18000,"wiki_name":"Earth impling jar","wiki_url":"https://oldschool.runescape.wiki/w/Earth_impling_jar","price":1704},"11246":{"id":11246,"name":"Essence impling jar","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":18000,"wiki_name":"Essence impling jar","wiki_url":"https://oldschool.runescape.wiki/w/Essence_impling_jar","price":2899},"11248":{"id":11248,"name":"Eclectic impling jar","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":18000,"wiki_name":"Eclectic impling jar","wiki_url":"https://oldschool.runescape.wiki/w/Eclectic_impling_jar","price":5630},"11250":{"id":11250,"name":"Nature impling jar","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":18000,"wiki_name":"Nature impling jar","wiki_url":"https://oldschool.runescape.wiki/w/Nature_impling_jar","price":8982},"11252":{"id":11252,"name":"Magpie impling jar","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":18000,"wiki_name":"Magpie impling jar","wiki_url":"https://oldschool.runescape.wiki/w/Magpie_impling_jar","price":28082},"11254":{"id":11254,"name":"Ninja impling jar","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":18000,"wiki_name":"Ninja impling jar","wiki_url":"https://oldschool.runescape.wiki/w/Ninja_impling_jar","price":60614},"11256":{"id":11256,"name":"Dragon impling jar","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":18000,"wiki_name":"Dragon impling jar","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_impling_jar","price":543500},"11258":{"id":11258,"name":"Jar generator","members":true,"cost":600,"lowalch":240,"highalch":360,"wiki_name":"Jar generator","wiki_url":"https://oldschool.runescape.wiki/w/Jar_generator","price":0},"11259":{"id":11259,"name":"Magic butterfly net","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Magic butterfly net","wiki_url":"https://oldschool.runescape.wiki/w/Magic_butterfly_net","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"hunter":17}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"11260":{"id":11260,"name":"Impling jar","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Impling jar","wiki_url":"https://oldschool.runescape.wiki/w/Impling_jar","price":710},"11262":{"id":11262,"name":"Imp repellent","members":true,"tradeable":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Imp repellent","wiki_url":"https://oldschool.runescape.wiki/w/Imp_repellent","price":0},"11264":{"id":11264,"name":"Anchovy oil","members":true,"tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Anchovy oil","wiki_url":"https://oldschool.runescape.wiki/w/Anchovy_oil","price":0},"11266":{"id":11266,"name":"Anchovy paste","members":true,"tradeable":true,"stackable":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Anchovy paste","wiki_url":"https://oldschool.runescape.wiki/w/Anchovy_paste","price":0},"11273":{"id":11273,"name":"Impling scroll","members":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Impling scroll","wiki_url":"https://oldschool.runescape.wiki/w/Impling_scroll","price":0},"11279":{"id":11279,"name":"Elvarg's head","cost":1,"wiki_name":"Elvarg's head","wiki_url":"https://oldschool.runescape.wiki/w/Elvarg's_head","price":0},"11280":{"id":11280,"name":"Cavalier mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":150,"wiki_name":"Cavalier mask","wiki_url":"https://oldschool.runescape.wiki/w/Cavalier_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":65889},"11282":{"id":11282,"name":"Beret mask","members":true,"equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"wiki_name":"Beret mask","wiki_url":"https://oldschool.runescape.wiki/w/Beret_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"11283":{"id":11283,"name":"Dragonfire shield","members":true,"equipable":true,"equipable_by_player":true,"cost":2000000,"lowalch":800000,"highalch":1200000,"wiki_name":"Dragonfire shield (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Dragonfire_shield#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":-5,"defence_stab":70,"defence_slash":75,"defence_crush":72,"defence_magic":10,"defence_ranged":72,"melee_strength":7,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":75}},"price":0},"11284":{"id":11284,"name":"Dragonfire shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000000,"lowalch":800000,"highalch":1200000,"buy_limit":8,"wiki_name":"Dragonfire shield (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Dragonfire_shield#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":-5,"defence_stab":20,"defence_slash":25,"defence_crush":22,"defence_magic":10,"defence_ranged":22,"melee_strength":7,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":75}},"price":2762496},"11286":{"id":11286,"name":"Draconic visage","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":750000,"lowalch":300000,"highalch":450000,"buy_limit":5,"wiki_name":"Draconic visage","wiki_url":"https://oldschool.runescape.wiki/w/Draconic_visage","price":2743429},"11323":{"id":11323,"name":"Barbarian rod","members":true,"cost":76,"lowalch":30,"highalch":45,"wiki_name":"Barbarian rod","wiki_url":"https://oldschool.runescape.wiki/w/Barbarian_rod","price":0},"11324":{"id":11324,"name":"Roe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":13000,"wiki_name":"Roe","wiki_url":"https://oldschool.runescape.wiki/w/Roe","price":172},"11326":{"id":11326,"name":"Caviar","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":13000,"wiki_name":"Caviar","wiki_url":"https://oldschool.runescape.wiki/w/Caviar","price":114},"11328":{"id":11328,"name":"Leaping trout","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Leaping trout","wiki_url":"https://oldschool.runescape.wiki/w/Leaping_trout","price":21},"11330":{"id":11330,"name":"Leaping salmon","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":13000,"wiki_name":"Leaping salmon","wiki_url":"https://oldschool.runescape.wiki/w/Leaping_salmon","price":21},"11332":{"id":11332,"name":"Leaping sturgeon","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":13000,"wiki_name":"Leaping sturgeon","wiki_url":"https://oldschool.runescape.wiki/w/Leaping_sturgeon","price":51},"11334":{"id":11334,"name":"Fish offcuts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":8000,"wiki_name":"Fish offcuts","wiki_url":"https://oldschool.runescape.wiki/w/Fish_offcuts","price":50},"11335":{"id":11335,"name":"Dragon full helm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":150000,"lowalch":60000,"highalch":90000,"buy_limit":8,"wiki_name":"Dragon full helm","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_full_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":45,"defence_slash":48,"defence_crush":41,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":60}},"price":92612277},"11337":{"id":11337,"name":"Mangled bones","members":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Mangled bones","wiki_url":"https://oldschool.runescape.wiki/w/Mangled_bones","price":0},"11338":{"id":11338,"name":"Chewed bones","members":true,"cost":3500,"lowalch":1400,"highalch":2100,"wiki_name":"Chewed bones","wiki_url":"https://oldschool.runescape.wiki/w/Chewed_bones","price":0},"11339":{"id":11339,"name":"My notes","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"My notes","wiki_url":"https://oldschool.runescape.wiki/w/My_notes","price":0},"11340":{"id":11340,"name":"Barbarian skills","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Barbarian skills","wiki_url":"https://oldschool.runescape.wiki/w/Barbarian_skills","price":0},"11341":{"id":11341,"name":"Ancient page","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ancient page (1)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_page#1","price":0},"11342":{"id":11342,"name":"Ancient page","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ancient page (2)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_page#2","price":0},"11343":{"id":11343,"name":"Ancient page","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ancient page (3)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_page#3","price":0},"11344":{"id":11344,"name":"Ancient page","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ancient page (4)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_page#4","price":0},"11345":{"id":11345,"name":"Ancient page","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ancient page (5)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_page#5","price":0},"11346":{"id":11346,"name":"Ancient page","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ancient page (6)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_page#6","price":0},"11347":{"id":11347,"name":"Ancient page","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ancient page (7)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_page#7","price":0},"11348":{"id":11348,"name":"Ancient page","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ancient page (8)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_page#8","price":0},"11349":{"id":11349,"name":"Ancient page","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ancient page (9)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_page#9","price":0},"11350":{"id":11350,"name":"Ancient page","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ancient page (10)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_page#10","price":0},"11351":{"id":11351,"name":"Ancient page","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ancient page (11)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_page#11","price":0},"11352":{"id":11352,"name":"Ancient page","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ancient page (12)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_page#12","price":0},"11353":{"id":11353,"name":"Ancient page","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ancient page (13)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_page#13","price":0},"11354":{"id":11354,"name":"Ancient page","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ancient page (14)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_page#14","price":0},"11355":{"id":11355,"name":"Ancient page","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ancient page (15)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_page#15","price":0},"11356":{"id":11356,"name":"Ancient page","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ancient page (16)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_page#16","price":0},"11357":{"id":11357,"name":"Ancient page","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ancient page (17)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_page#17","price":0},"11358":{"id":11358,"name":"Ancient page","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ancient page (18)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_page#18","price":0},"11359":{"id":11359,"name":"Ancient page","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ancient page (19)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_page#19","price":0},"11360":{"id":11360,"name":"Ancient page","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ancient page (20)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_page#20","price":0},"11361":{"id":11361,"name":"Ancient page","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ancient page (21)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_page#21","price":0},"11362":{"id":11362,"name":"Ancient page","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ancient page (22)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_page#22","price":0},"11363":{"id":11363,"name":"Ancient page","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ancient page (23)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_page#23","price":0},"11364":{"id":11364,"name":"Ancient page","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ancient page (24)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_page#24","price":0},"11365":{"id":11365,"name":"Ancient page","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ancient page (25)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_page#25","price":0},"11366":{"id":11366,"name":"Ancient page","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ancient page (26)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_page#26","price":0},"11367":{"id":11367,"name":"Bronze hasta","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":26,"lowalch":10,"highalch":15,"buy_limit":125,"wiki_name":"Bronze hasta (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_hasta#Unpoisoned","equipment":{"attack_stab":5,"attack_slash":5,"attack_crush":5,"attack_magic":0,"attack_ranged":0,"defence_stab":-1,"defence_slash":-1,"defence_crush":-1,"defence_magic":0,"defence_ranged":-1,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":280},"11369":{"id":11369,"name":"Iron hasta","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":91,"lowalch":36,"highalch":54,"buy_limit":125,"wiki_name":"Iron hasta (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_hasta#Unpoisoned","equipment":{"attack_stab":8,"attack_slash":8,"attack_crush":8,"attack_magic":0,"attack_ranged":0,"defence_stab":-2,"defence_slash":-2,"defence_crush":-2,"defence_magic":0,"defence_ranged":-2,"melee_strength":10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":3},"11371":{"id":11371,"name":"Steel hasta","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":325,"lowalch":130,"highalch":195,"buy_limit":125,"wiki_name":"Steel hasta (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_hasta#Unpoisoned","equipment":{"attack_stab":12,"attack_slash":12,"attack_crush":12,"attack_magic":0,"attack_ranged":0,"defence_stab":-3,"defence_slash":-3,"defence_crush":-3,"defence_magic":0,"defence_ranged":-3,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":5}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"11373":{"id":11373,"name":"Mithril hasta","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":845,"lowalch":338,"highalch":507,"buy_limit":125,"wiki_name":"Mithril hasta (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_hasta#Unpoisoned","equipment":{"attack_stab":17,"attack_slash":17,"attack_crush":17,"attack_magic":0,"attack_ranged":0,"defence_stab":-5,"defence_slash":-5,"defence_crush":-4,"defence_magic":0,"defence_ranged":-5,"melee_strength":18,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":20}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1000},"11375":{"id":11375,"name":"Adamant hasta","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":2080,"lowalch":832,"highalch":1248,"buy_limit":125,"wiki_name":"Adamant hasta (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_hasta#Unpoisoned","equipment":{"attack_stab":24,"attack_slash":24,"attack_crush":24,"attack_magic":0,"attack_ranged":0,"defence_stab":-6,"defence_slash":-7,"defence_crush":-5,"defence_magic":0,"defence_ranged":-6,"melee_strength":28,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":30}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":815},"11377":{"id":11377,"name":"Rune hasta","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":20800,"lowalch":8320,"highalch":12480,"buy_limit":70,"wiki_name":"Rune hasta (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_hasta#Unpoisoned","equipment":{"attack_stab":36,"attack_slash":36,"attack_crush":36,"attack_magic":0,"attack_ranged":0,"defence_stab":-10,"defence_slash":-10,"defence_crush":-9,"defence_magic":0,"defence_ranged":-10,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":40}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":11664},"11379":{"id":11379,"name":"Bronze hasta(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":26,"lowalch":10,"highalch":15,"buy_limit":125,"wiki_name":"Bronze hasta (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_hasta#Poison","equipment":{"attack_stab":5,"attack_slash":5,"attack_crush":5,"attack_magic":0,"attack_ranged":0,"defence_stab":-1,"defence_slash":-1,"defence_crush":-1,"defence_magic":0,"defence_ranged":-1,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":300},"11381":{"id":11381,"name":"Bronze hasta(kp)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":26,"lowalch":10,"highalch":15,"wiki_name":"Bronze hasta (Karambwan poison)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_hasta#Karambwan_poison","equipment":{"attack_stab":5,"attack_slash":5,"attack_crush":5,"attack_magic":0,"attack_ranged":0,"defence_stab":-1,"defence_slash":-1,"defence_crush":-1,"defence_magic":0,"defence_ranged":-1,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"11382":{"id":11382,"name":"Bronze hasta(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":26,"lowalch":10,"highalch":15,"buy_limit":125,"wiki_name":"Bronze hasta (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_hasta#Poison+","equipment":{"attack_stab":5,"attack_slash":5,"attack_crush":5,"attack_magic":0,"attack_ranged":0,"defence_stab":-1,"defence_slash":-1,"defence_crush":-1,"defence_magic":0,"defence_ranged":-1,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":2720},"11384":{"id":11384,"name":"Bronze hasta(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":26,"lowalch":10,"highalch":15,"buy_limit":125,"wiki_name":"Bronze hasta (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_hasta#Poison++","equipment":{"attack_stab":5,"attack_slash":5,"attack_crush":5,"attack_magic":0,"attack_ranged":0,"defence_stab":-1,"defence_slash":-1,"defence_crush":-1,"defence_magic":0,"defence_ranged":-1,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1},"11386":{"id":11386,"name":"Iron hasta(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":91,"lowalch":36,"highalch":54,"buy_limit":125,"wiki_name":"Iron hasta (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_hasta#Poison","equipment":{"attack_stab":8,"attack_slash":8,"attack_crush":8,"attack_magic":0,"attack_ranged":0,"defence_stab":-2,"defence_slash":-2,"defence_crush":-2,"defence_magic":0,"defence_ranged":-2,"melee_strength":10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":10001},"11388":{"id":11388,"name":"Iron hasta(kp)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":91,"lowalch":36,"highalch":54,"wiki_name":"Iron hasta (Karambwan poison)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_hasta#Karambwan_poison","equipment":{"attack_stab":8,"attack_slash":8,"attack_crush":8,"attack_magic":0,"attack_ranged":0,"defence_stab":-2,"defence_slash":-2,"defence_crush":-2,"defence_magic":0,"defence_ranged":-2,"melee_strength":10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"11389":{"id":11389,"name":"Iron hasta(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":91,"lowalch":36,"highalch":54,"buy_limit":125,"wiki_name":"Iron hasta (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_hasta#Poison+","equipment":{"attack_stab":8,"attack_slash":8,"attack_crush":8,"attack_magic":0,"attack_ranged":0,"defence_stab":-2,"defence_slash":-2,"defence_crush":-2,"defence_magic":0,"defence_ranged":-2,"melee_strength":10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1765},"11391":{"id":11391,"name":"Iron hasta(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":91,"lowalch":36,"highalch":54,"buy_limit":125,"wiki_name":"Iron hasta (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_hasta#Poison++","equipment":{"attack_stab":8,"attack_slash":8,"attack_crush":8,"attack_magic":0,"attack_ranged":0,"defence_stab":-2,"defence_slash":-2,"defence_crush":-2,"defence_magic":0,"defence_ranged":-2,"melee_strength":10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":1}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1000},"11393":{"id":11393,"name":"Steel hasta(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":325,"lowalch":130,"highalch":195,"buy_limit":125,"wiki_name":"Steel hasta (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_hasta#Poison","equipment":{"attack_stab":12,"attack_slash":12,"attack_crush":12,"attack_magic":0,"attack_ranged":0,"defence_stab":-3,"defence_slash":-3,"defence_crush":-3,"defence_magic":0,"defence_ranged":-3,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":5}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":4042},"11395":{"id":11395,"name":"Steel hasta(kp)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":325,"lowalch":130,"highalch":195,"wiki_name":"Steel hasta (Karambwan poison)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_hasta#Karambwan_poison","equipment":{"attack_stab":12,"attack_slash":12,"attack_crush":12,"attack_magic":0,"attack_ranged":0,"defence_stab":-3,"defence_slash":-3,"defence_crush":-3,"defence_magic":0,"defence_ranged":-3,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":5}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"11396":{"id":11396,"name":"Steel hasta(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":325,"lowalch":130,"highalch":195,"buy_limit":125,"wiki_name":"Steel hasta (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_hasta#Poison+","equipment":{"attack_stab":12,"attack_slash":12,"attack_crush":12,"attack_magic":0,"attack_ranged":0,"defence_stab":-3,"defence_slash":-3,"defence_crush":-3,"defence_magic":0,"defence_ranged":-3,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":5}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":10062},"11398":{"id":11398,"name":"Steel hasta(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":325,"lowalch":130,"highalch":195,"buy_limit":125,"wiki_name":"Steel hasta (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_hasta#Poison++","equipment":{"attack_stab":12,"attack_slash":12,"attack_crush":12,"attack_magic":0,"attack_ranged":0,"defence_stab":-3,"defence_slash":-3,"defence_crush":-3,"defence_magic":0,"defence_ranged":-3,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":5}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":2565},"11400":{"id":11400,"name":"Mithril hasta(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":845,"lowalch":338,"highalch":507,"buy_limit":125,"wiki_name":"Mithril hasta (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_hasta#Poison","equipment":{"attack_stab":17,"attack_slash":17,"attack_crush":17,"attack_magic":0,"attack_ranged":0,"defence_stab":-5,"defence_slash":-5,"defence_crush":-4,"defence_magic":0,"defence_ranged":-5,"melee_strength":18,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":20}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":838},"11402":{"id":11402,"name":"Mithril hasta(kp)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":845,"lowalch":338,"highalch":507,"wiki_name":"Mithril hasta (Karambwan poison)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_hasta#Karambwan_poison","equipment":{"attack_stab":17,"attack_slash":17,"attack_crush":17,"attack_magic":0,"attack_ranged":0,"defence_stab":-5,"defence_slash":-5,"defence_crush":-4,"defence_magic":0,"defence_ranged":-5,"melee_strength":18,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":20}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"11403":{"id":11403,"name":"Mithril hasta(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":845,"lowalch":338,"highalch":507,"buy_limit":125,"wiki_name":"Mithril hasta (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_hasta#Poison+","equipment":{"attack_stab":17,"attack_slash":17,"attack_crush":17,"attack_magic":0,"attack_ranged":0,"defence_stab":-5,"defence_slash":-5,"defence_crush":-4,"defence_magic":0,"defence_ranged":-5,"melee_strength":18,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":20}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":251},"11405":{"id":11405,"name":"Mithril hasta(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":845,"lowalch":338,"highalch":507,"buy_limit":125,"wiki_name":"Mithril hasta (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_hasta#Poison++","equipment":{"attack_stab":17,"attack_slash":17,"attack_crush":17,"attack_magic":0,"attack_ranged":0,"defence_stab":-5,"defence_slash":-5,"defence_crush":-4,"defence_magic":0,"defence_ranged":-5,"melee_strength":18,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":20}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":4151},"11407":{"id":11407,"name":"Adamant hasta(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":2080,"lowalch":832,"highalch":1248,"buy_limit":125,"wiki_name":"Adamant hasta (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_hasta#Poison","equipment":{"attack_stab":24,"attack_slash":24,"attack_crush":24,"attack_magic":0,"attack_ranged":0,"defence_stab":-6,"defence_slash":-7,"defence_crush":-5,"defence_magic":0,"defence_ranged":-6,"melee_strength":28,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":30}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":3012},"11409":{"id":11409,"name":"Adamant hasta(kp)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":2080,"lowalch":832,"highalch":1248,"wiki_name":"Adamant hasta (Karambwan poison)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_hasta#Karambwan_poison","equipment":{"attack_stab":24,"attack_slash":24,"attack_crush":24,"attack_magic":0,"attack_ranged":0,"defence_stab":-6,"defence_slash":-7,"defence_crush":-5,"defence_magic":0,"defence_ranged":-6,"melee_strength":28,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":30}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"11410":{"id":11410,"name":"Adamant hasta(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":2080,"lowalch":832,"highalch":1248,"buy_limit":125,"wiki_name":"Adamant hasta (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_hasta#Poison+","equipment":{"attack_stab":24,"attack_slash":24,"attack_crush":24,"attack_magic":0,"attack_ranged":0,"defence_stab":-6,"defence_slash":-7,"defence_crush":-5,"defence_magic":0,"defence_ranged":-6,"melee_strength":28,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":30}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":6691},"11412":{"id":11412,"name":"Adamant hasta(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":2080,"lowalch":832,"highalch":1248,"buy_limit":125,"wiki_name":"Adamant hasta (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_hasta#Poison++","equipment":{"attack_stab":24,"attack_slash":24,"attack_crush":24,"attack_magic":0,"attack_ranged":0,"defence_stab":-6,"defence_slash":-7,"defence_crush":-5,"defence_magic":0,"defence_ranged":-6,"melee_strength":28,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":30}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":3544},"11414":{"id":11414,"name":"Rune hasta(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":20800,"lowalch":8320,"highalch":12480,"buy_limit":70,"wiki_name":"Rune hasta (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_hasta#Poison","equipment":{"attack_stab":36,"attack_slash":36,"attack_crush":36,"attack_magic":0,"attack_ranged":0,"defence_stab":-10,"defence_slash":-10,"defence_crush":-9,"defence_magic":0,"defence_ranged":-10,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":40}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":14641},"11416":{"id":11416,"name":"Rune hasta(kp)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":20800,"lowalch":8320,"highalch":12480,"wiki_name":"Rune hasta (Karambwan poison)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_hasta#Karambwan_poison","equipment":{"attack_stab":36,"attack_slash":36,"attack_crush":36,"attack_magic":0,"attack_ranged":0,"defence_stab":-10,"defence_slash":-10,"defence_crush":-9,"defence_magic":0,"defence_ranged":-10,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":40}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"11417":{"id":11417,"name":"Rune hasta(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":20800,"lowalch":8320,"highalch":12480,"buy_limit":70,"wiki_name":"Rune hasta (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_hasta#Poison+","equipment":{"attack_stab":36,"attack_slash":36,"attack_crush":36,"attack_magic":0,"attack_ranged":0,"defence_stab":-10,"defence_slash":-10,"defence_crush":-9,"defence_magic":0,"defence_ranged":-10,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":40}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":23710},"11419":{"id":11419,"name":"Rune hasta(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":20800,"lowalch":8320,"highalch":12480,"buy_limit":70,"wiki_name":"Rune hasta (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_hasta#Poison++","equipment":{"attack_stab":36,"attack_slash":36,"attack_crush":36,"attack_magic":0,"attack_ranged":0,"defence_stab":-10,"defence_slash":-10,"defence_crush":-9,"defence_magic":0,"defence_ranged":-10,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":40}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":13002},"11427":{"id":11427,"name":"Fish vial","members":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Fish vial (1)","wiki_url":"https://oldschool.runescape.wiki/w/Fish_vial#(1)","price":0},"11428":{"id":11428,"name":"Fish vial","members":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Fish vial (2)","wiki_url":"https://oldschool.runescape.wiki/w/Fish_vial#(2)","price":0},"11429":{"id":11429,"name":"Attack mix(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":9,"lowalch":3,"highalch":5,"buy_limit":2000,"wiki_name":"Attack mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Attack_mix#2_dose","price":1},"11431":{"id":11431,"name":"Attack mix(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":6,"lowalch":2,"highalch":3,"buy_limit":2000,"wiki_name":"Attack mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Attack_mix#1_dose","price":68},"11433":{"id":11433,"name":"Antipoison mix(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":216,"lowalch":86,"highalch":129,"buy_limit":2000,"wiki_name":"Antipoison mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antipoison_mix#2_dose","price":51},"11435":{"id":11435,"name":"Antipoison mix(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":144,"lowalch":57,"highalch":86,"buy_limit":2000,"wiki_name":"Antipoison mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antipoison_mix#1_dose","price":285},"11437":{"id":11437,"name":"Relicym's mix(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":2000,"wiki_name":"Relicym's mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Relicym's_mix#2_dose","price":0},"11439":{"id":11439,"name":"Relicym's mix(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":75,"lowalch":30,"highalch":45,"buy_limit":2000,"wiki_name":"Relicym's mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Relicym's_mix#1_dose","price":10000},"11441":{"id":11441,"name":"Strength mix(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":11,"lowalch":4,"highalch":6,"buy_limit":2000,"wiki_name":"Strength mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Strength_mix#1_dose","price":260},"11443":{"id":11443,"name":"Strength mix(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":13,"lowalch":5,"highalch":7,"buy_limit":2000,"wiki_name":"Strength mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Strength_mix#2_dose","price":21},"11445":{"id":11445,"name":"Combat mix(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":105,"lowalch":42,"highalch":63,"buy_limit":2000,"wiki_name":"Combat mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Combat_mix#2_dose","price":89},"11447":{"id":11447,"name":"Combat mix(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":52,"lowalch":20,"highalch":31,"buy_limit":2000,"wiki_name":"Combat mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Combat_mix#1_dose","price":1},"11449":{"id":11449,"name":"Restore mix(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":66,"lowalch":26,"highalch":39,"buy_limit":2000,"wiki_name":"Restore mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Restore_mix#2_dose","price":109},"11451":{"id":11451,"name":"Restore mix(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":44,"lowalch":17,"highalch":26,"buy_limit":2000,"wiki_name":"Restore mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Restore_mix#1_dose","price":152},"11453":{"id":11453,"name":"Energy mix(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":72,"lowalch":28,"highalch":43,"buy_limit":2000,"wiki_name":"Energy mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Energy_mix#2_dose","price":348},"11455":{"id":11455,"name":"Energy mix(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":36,"lowalch":14,"highalch":21,"buy_limit":2000,"wiki_name":"Energy mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Energy_mix#1_dose","price":279},"11457":{"id":11457,"name":"Defence mix(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":2000,"wiki_name":"Defence mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Defence_mix#2_dose","price":0},"11459":{"id":11459,"name":"Defence mix(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":60,"lowalch":24,"highalch":36,"buy_limit":2000,"wiki_name":"Defence mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Defence_mix#1_dose","price":22},"11461":{"id":11461,"name":"Agility mix(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":2000,"wiki_name":"Agility mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Agility_mix#2_dose","price":756},"11463":{"id":11463,"name":"Agility mix(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":2000,"wiki_name":"Agility mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Agility_mix#1_dose","price":345},"11465":{"id":11465,"name":"Prayer mix(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":114,"lowalch":45,"highalch":68,"buy_limit":2000,"wiki_name":"Prayer mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Prayer_mix#2_dose","price":4996},"11467":{"id":11467,"name":"Prayer mix(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":76,"lowalch":30,"highalch":45,"buy_limit":2000,"wiki_name":"Prayer mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Prayer_mix#1_dose","price":1630},"11469":{"id":11469,"name":"Superattack mix(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":135,"lowalch":54,"highalch":81,"buy_limit":2000,"wiki_name":"Superattack mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Superattack_mix#2_dose","price":1},"11471":{"id":11471,"name":"Superattack mix(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":2000,"wiki_name":"Superattack mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Superattack_mix#1_dose","price":165},"11473":{"id":11473,"name":"Anti-poison supermix(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":216,"lowalch":86,"highalch":129,"buy_limit":2000,"wiki_name":"Anti-poison supermix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Anti-poison_supermix#2_dose","price":343},"11475":{"id":11475,"name":"Anti-poison supermix(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":144,"lowalch":57,"highalch":86,"buy_limit":2000,"wiki_name":"Anti-poison supermix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Anti-poison_supermix#1_dose","price":1720},"11477":{"id":11477,"name":"Fishing mix(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":2000,"wiki_name":"Fishing mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Fishing_mix#2_dose","price":104},"11479":{"id":11479,"name":"Fishing mix(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":2000,"wiki_name":"Fishing mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Fishing_mix#1_dose","price":281},"11481":{"id":11481,"name":"Super energy mix(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":2000,"wiki_name":"Super energy mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_energy_mix#2_dose","price":1810},"11483":{"id":11483,"name":"Super energy mix(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":2000,"wiki_name":"Super energy mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_energy_mix#1_dose","price":838},"11485":{"id":11485,"name":"Super str. mix(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":165,"lowalch":66,"highalch":99,"buy_limit":2000,"wiki_name":"Super str. mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_str._mix#2_dose","price":1198},"11487":{"id":11487,"name":"Super str. mix(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":110,"lowalch":44,"highalch":66,"buy_limit":2000,"wiki_name":"Super str. mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_str._mix#1_dose","price":717},"11489":{"id":11489,"name":"Magic essence mix(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":180,"lowalch":72,"highalch":108,"buy_limit":2000,"wiki_name":"Magic essence mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Magic_essence_mix#2_dose","price":1927},"11491":{"id":11491,"name":"Magic essence mix(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":130,"lowalch":52,"highalch":78,"buy_limit":2000,"wiki_name":"Magic essence mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Magic_essence_mix#1_dose","price":203},"11493":{"id":11493,"name":"Super restore mix(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":180,"lowalch":72,"highalch":108,"buy_limit":2000,"wiki_name":"Super restore mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_restore_mix#2_dose","price":4325},"11495":{"id":11495,"name":"Super restore mix(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":120,"lowalch":48,"highalch":72,"buy_limit":2000,"wiki_name":"Super restore mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_restore_mix#1_dose","price":5548},"11497":{"id":11497,"name":"Super def. mix(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":198,"lowalch":79,"highalch":118,"buy_limit":2000,"wiki_name":"Super def. mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_def._mix#2_dose","price":634},"11499":{"id":11499,"name":"Super def. mix(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":132,"lowalch":52,"highalch":79,"buy_limit":2000,"wiki_name":"Super def. mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_def._mix#1_dose","price":314},"11501":{"id":11501,"name":"Antidote+ mix(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":216,"lowalch":86,"highalch":129,"buy_limit":2000,"wiki_name":"Antidote+ mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antidote+_mix#2_dose","price":1537},"11503":{"id":11503,"name":"Antidote+ mix(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":144,"lowalch":57,"highalch":86,"buy_limit":2000,"wiki_name":"Antidote+ mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antidote+_mix#1_dose","price":0},"11505":{"id":11505,"name":"Antifire mix(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":198,"lowalch":79,"highalch":118,"buy_limit":2000,"wiki_name":"Antifire mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antifire_mix#2_dose","price":161},"11507":{"id":11507,"name":"Antifire mix(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":132,"lowalch":52,"highalch":79,"buy_limit":2000,"wiki_name":"Antifire mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antifire_mix#1_dose","price":84},"11509":{"id":11509,"name":"Ranging mix(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":216,"lowalch":86,"highalch":129,"buy_limit":2000,"wiki_name":"Ranging mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Ranging_mix#2_dose","price":1187},"11511":{"id":11511,"name":"Ranging mix(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":144,"lowalch":57,"highalch":86,"buy_limit":2000,"wiki_name":"Ranging mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Ranging_mix#1_dose","price":450},"11513":{"id":11513,"name":"Magic mix(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":2000,"wiki_name":"Magic mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Magic_mix#2_dose","price":52},"11515":{"id":11515,"name":"Magic mix(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":2000,"wiki_name":"Magic mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Magic_mix#1_dose","price":63},"11517":{"id":11517,"name":"Hunting mix(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":9,"lowalch":3,"highalch":5,"buy_limit":2000,"wiki_name":"Hunting mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Hunting_mix#2_dose","price":22274},"11519":{"id":11519,"name":"Hunting mix(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":6,"lowalch":2,"highalch":3,"buy_limit":2000,"wiki_name":"Hunting mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Hunting_mix#1_dose","price":140},"11521":{"id":11521,"name":"Zamorak mix(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":2000,"wiki_name":"Zamorak mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_mix#2_dose","price":88},"11523":{"id":11523,"name":"Zamorak mix(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":125,"lowalch":50,"highalch":75,"buy_limit":2000,"wiki_name":"Zamorak mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_mix#1_dose","price":2513},"11525":{"id":11525,"name":"Feather","members":true,"tradeable":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wimpy feather","wiki_url":"https://oldschool.runescape.wiki/w/Wimpy_feather","price":0},"11628":{"id":11628,"name":"Ava's device","incomplete":true,"cost":0,"lowalch":0,"highalch":0,"price":0},"11640":{"id":11640,"name":"Book of knowledge","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Book of knowledge","wiki_url":"https://oldschool.runescape.wiki/w/Book_of_knowledge","price":0},"11656":{"id":11656,"name":"Glassblowing book","members":true,"tradeable":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Glassblowing book","wiki_url":"https://oldschool.runescape.wiki/w/Glassblowing_book","price":0},"11663":{"id":11663,"name":"Void mage helm","members":true,"equipable":true,"equipable_by_player":true,"cost":9851,"lowalch":3940,"highalch":5910,"wiki_name":"Void mage helm (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Void_mage_helm#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":6,"defence_slash":6,"defence_crush":6,"defence_magic":6,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"attack":42,"strength":42,"hitpoints":42,"ranged":42,"magic":42,"defence":42,"prayer":22}},"price":0},"11664":{"id":11664,"name":"Void ranger helm","members":true,"equipable":true,"equipable_by_player":true,"cost":9851,"lowalch":3940,"highalch":5910,"wiki_name":"Void ranger helm (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Void_ranger_helm#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":6,"defence_slash":6,"defence_crush":6,"defence_magic":6,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"attack":42,"strength":42,"hitpoints":42,"ranged":42,"magic":42,"defence":42,"prayer":22}},"price":0},"11665":{"id":11665,"name":"Void melee helm","members":true,"equipable":true,"equipable_by_player":true,"cost":9851,"lowalch":3940,"highalch":5910,"wiki_name":"Void melee helm (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Void_melee_helm#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":6,"defence_slash":6,"defence_crush":6,"defence_magic":6,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"attack":42,"strength":42,"hitpoints":42,"ranged":42,"magic":42,"defence":42,"prayer":22}},"price":0},"11666":{"id":11666,"name":"Void seal(8)","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Void seal (8)","wiki_url":"https://oldschool.runescape.wiki/w/Void_seal#(8)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":1,"defence_ranged":1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":{"attack":42,"strength":42,"hitpoints":42,"ranged":42,"magic":42,"defence":42,"prayer":22}},"price":0},"11667":{"id":11667,"name":"Void seal(7)","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Void seal (7)","wiki_url":"https://oldschool.runescape.wiki/w/Void_seal#(7)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":1,"defence_ranged":1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":{"attack":42,"strength":42,"hitpoints":42,"ranged":42,"magic":42,"defence":42,"prayer":22}},"price":0},"11668":{"id":11668,"name":"Void seal(6)","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Void seal (6)","wiki_url":"https://oldschool.runescape.wiki/w/Void_seal#(6)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":1,"defence_ranged":1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":{"attack":42,"strength":42,"hitpoints":42,"ranged":42,"magic":42,"defence":42,"prayer":22}},"price":0},"11669":{"id":11669,"name":"Void seal(5)","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Void seal (5)","wiki_url":"https://oldschool.runescape.wiki/w/Void_seal#(5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":1,"defence_ranged":1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":{"attack":42,"strength":42,"hitpoints":42,"ranged":42,"magic":42,"defence":42,"prayer":22}},"price":0},"11670":{"id":11670,"name":"Void seal(4)","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Void seal (4)","wiki_url":"https://oldschool.runescape.wiki/w/Void_seal#(4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":1,"defence_ranged":1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":{"attack":42,"strength":42,"hitpoints":42,"ranged":42,"magic":42,"defence":42,"prayer":22}},"price":0},"11671":{"id":11671,"name":"Void seal(3)","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Void seal (3)","wiki_url":"https://oldschool.runescape.wiki/w/Void_seal#(3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":1,"defence_ranged":1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":{"attack":42,"strength":42,"hitpoints":42,"ranged":42,"magic":42,"defence":42,"prayer":22}},"price":0},"11672":{"id":11672,"name":"Void seal(2)","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Void seal (2)","wiki_url":"https://oldschool.runescape.wiki/w/Void_seal#(2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":1,"defence_ranged":1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":{"attack":42,"strength":42,"hitpoints":42,"ranged":42,"magic":42,"defence":42,"prayer":22}},"price":0},"11673":{"id":11673,"name":"Void seal(1)","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Void seal (1)","wiki_url":"https://oldschool.runescape.wiki/w/Void_seal#(1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":1,"defence_ranged":1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":{"attack":42,"strength":42,"hitpoints":42,"ranged":42,"magic":42,"defence":42,"prayer":22}},"price":0},"11677":{"id":11677,"name":"Explorer's notes","members":true,"cost":6,"lowalch":2,"highalch":3,"wiki_name":"Explorer's notes","wiki_url":"https://oldschool.runescape.wiki/w/Explorer's_notes","price":0},"11678":{"id":11678,"name":"Black knight helm","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Black knight helm","wiki_url":"https://oldschool.runescape.wiki/w/Black_knight_helm","price":0},"11679":{"id":11679,"name":"Antique lamp","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Antique lamp (King's Ransom)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(King's_Ransom)","price":0},"11680":{"id":11680,"name":"Address form","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Address form","wiki_url":"https://oldschool.runescape.wiki/w/Address_form","price":0},"11681":{"id":11681,"name":"Scrap paper","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Scrap paper","wiki_url":"https://oldschool.runescape.wiki/w/Scrap_paper","price":0},"11682":{"id":11682,"name":"Hair clip","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Hair clip","wiki_url":"https://oldschool.runescape.wiki/w/Hair_clip","price":0},"11686":{"id":11686,"name":"Fire rune","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fire rune (Barbarian Assault)","wiki_url":"https://oldschool.runescape.wiki/w/Fire_rune_(Barbarian_Assault)","price":0},"11687":{"id":11687,"name":"Water rune","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Water rune (Barbarian Assault)","wiki_url":"https://oldschool.runescape.wiki/w/Water_rune_(Barbarian_Assault)","price":0},"11688":{"id":11688,"name":"Air rune","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Air rune (Barbarian Assault)","wiki_url":"https://oldschool.runescape.wiki/w/Air_rune_(Barbarian_Assault)","price":0},"11689":{"id":11689,"name":"Earth rune","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Earth rune (Barbarian Assault)","wiki_url":"https://oldschool.runescape.wiki/w/Earth_rune_(Barbarian_Assault)","price":0},"11690":{"id":11690,"name":"Mind rune","stackable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Mind rune (Barbarian Assault)","wiki_url":"https://oldschool.runescape.wiki/w/Mind_rune_(Barbarian_Assault)","price":0},"11691":{"id":11691,"name":"Body rune","stackable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Body rune (Barbarian Assault)","wiki_url":"https://oldschool.runescape.wiki/w/Body_rune_(Barbarian_Assault)","price":0},"11692":{"id":11692,"name":"Death rune","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Death rune (Barbarian Assault)","wiki_url":"https://oldschool.runescape.wiki/w/Death_rune_(Barbarian_Assault)","price":0},"11693":{"id":11693,"name":"Nature rune","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Nature rune (Barbarian Assault)","wiki_url":"https://oldschool.runescape.wiki/w/Nature_rune_(Barbarian_Assault)","price":0},"11694":{"id":11694,"name":"Chaos rune","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chaos rune (Barbarian Assault)","wiki_url":"https://oldschool.runescape.wiki/w/Chaos_rune_(Barbarian_Assault)","price":0},"11695":{"id":11695,"name":"Law rune","stackable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Law rune (Barbarian Assault)","wiki_url":"https://oldschool.runescape.wiki/w/Law_rune_(Barbarian_Assault)","price":0},"11696":{"id":11696,"name":"Cosmic rune","stackable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Cosmic rune (Barbarian Assault)","wiki_url":"https://oldschool.runescape.wiki/w/Cosmic_rune_(Barbarian_Assault)","price":0},"11697":{"id":11697,"name":"Blood rune","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blood rune (Barbarian Assault)","wiki_url":"https://oldschool.runescape.wiki/w/Blood_rune_(Barbarian_Assault)","price":0},"11698":{"id":11698,"name":"Soul rune","stackable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Soul rune (Barbarian Assault)","wiki_url":"https://oldschool.runescape.wiki/w/Soul_rune_(Barbarian_Assault)","price":0},"11699":{"id":11699,"name":"Astral rune","stackable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Astral rune (Barbarian Assault)","wiki_url":"https://oldschool.runescape.wiki/w/Astral_rune_(Barbarian_Assault)","price":0},"11700":{"id":11700,"name":"Bronze arrow","stackable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bronze arrow (Barbarian Assault)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_arrow_(Barbarian_Assault)","price":0},"11701":{"id":11701,"name":"Iron arrow","stackable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Iron arrow (Barbarian Assault)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_arrow_(Barbarian_Assault)","price":0},"11702":{"id":11702,"name":"Steel arrow","stackable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Steel arrow (Barbarian Assault)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_arrow_(Barbarian_Assault)","price":0},"11703":{"id":11703,"name":"Mithril arrow","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mithril arrow (Barbarian Assault)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_arrow_(Barbarian_Assault)","price":0},"11704":{"id":11704,"name":"Raw pheasant","cost":5,"wiki_name":"Raw pheasant","wiki_url":"https://oldschool.runescape.wiki/w/Raw_pheasant","price":0},"11705":{"id":11705,"name":"Beach boxing gloves","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Beach boxing gloves (Yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Beach_boxing_gloves#Yellow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":1,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"claw","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"11706":{"id":11706,"name":"Beach boxing gloves","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Beach boxing gloves (Pink)","wiki_url":"https://oldschool.runescape.wiki/w/Beach_boxing_gloves#Pink","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":1,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"claw","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"11707":{"id":11707,"name":"Cursed goblin hammer","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Cursed goblin hammer","wiki_url":"https://oldschool.runescape.wiki/w/Cursed_goblin_hammer","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-100,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-100,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"11708":{"id":11708,"name":"Cursed goblin bow","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Cursed goblin bow","wiki_url":"https://oldschool.runescape.wiki/w/Cursed_goblin_bow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":6,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"11709":{"id":11709,"name":"Cursed goblin staff","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Cursed goblin staff","wiki_url":"https://oldschool.runescape.wiki/w/Cursed_goblin_staff","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"11710":{"id":11710,"name":"Anti-dragon shield (nz)","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Anti-dragon shield (nz)","wiki_url":"https://oldschool.runescape.wiki/w/Anti-dragon_shield_(nz)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":7,"defence_slash":9,"defence_crush":8,"defence_magic":2,"defence_ranged":8,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"11711":{"id":11711,"name":"Magic secateurs (nz)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Magic secateurs (nz)","wiki_url":"https://oldschool.runescape.wiki/w/Magic_secateurs_(nz)","equipment":{"attack_stab":7,"attack_slash":9,"attack_crush":-5,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":1,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"11712":{"id":11712,"name":"Chaos rune (nz)","members":true,"stackable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Chaos rune (nz)","wiki_url":"https://oldschool.runescape.wiki/w/Chaos_rune_(nz)","price":0},"11713":{"id":11713,"name":"Death rune (nz)","members":true,"stackable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Death rune (nz)","wiki_url":"https://oldschool.runescape.wiki/w/Death_rune_(nz)","price":0},"11714":{"id":11714,"name":"Blood rune (nz)","members":true,"stackable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Blood rune (nz)","wiki_url":"https://oldschool.runescape.wiki/w/Blood_rune_(nz)","price":0},"11715":{"id":11715,"name":"Air rune (nz)","members":true,"stackable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Air rune (nz)","wiki_url":"https://oldschool.runescape.wiki/w/Air_rune_(nz)","price":0},"11716":{"id":11716,"name":"Water rune (nz)","members":true,"stackable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Water rune (nz)","wiki_url":"https://oldschool.runescape.wiki/w/Water_rune_(nz)","price":0},"11717":{"id":11717,"name":"Earth rune (nz)","members":true,"stackable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Earth rune (nz)","wiki_url":"https://oldschool.runescape.wiki/w/Earth_rune_(nz)","price":0},"11718":{"id":11718,"name":"Fire rune (nz)","members":true,"stackable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Fire rune (nz)","wiki_url":"https://oldschool.runescape.wiki/w/Fire_rune_(nz)","price":0},"11719":{"id":11719,"name":"Rune pickaxe (nz)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Rune pickaxe (nz)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_pickaxe_(nz)","equipment":{"attack_stab":26,"attack_slash":-2,"attack_crush":24,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":29,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":40}},"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":0},"11720":{"id":11720,"name":"Mithril pickaxe (nz)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Mithril pickaxe (nz)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_pickaxe_(nz)","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":{"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":0},"11721":{"id":11721,"name":"Iron pickaxe (nz)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Iron pickaxe (nz)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_pickaxe_(nz)","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":{"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":0},"11722":{"id":11722,"name":"Super ranging (4)","members":true,"cost":360,"lowalch":144,"highalch":216,"wiki_name":"Super ranging (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_ranging#4_dose","price":0},"11723":{"id":11723,"name":"Super ranging (3)","members":true,"cost":288,"lowalch":115,"highalch":172,"wiki_name":"Super ranging (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_ranging#3_dose","price":0},"11724":{"id":11724,"name":"Super ranging (2)","members":true,"cost":216,"lowalch":86,"highalch":129,"wiki_name":"Super ranging (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_ranging#2_dose","price":0},"11725":{"id":11725,"name":"Super ranging (1)","members":true,"cost":144,"lowalch":57,"highalch":86,"wiki_name":"Super ranging (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_ranging#1_dose","price":0},"11726":{"id":11726,"name":"Super magic potion (4)","members":true,"cost":300,"lowalch":120,"highalch":180,"wiki_name":"Super magic potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_magic_potion#4_dose","price":0},"11727":{"id":11727,"name":"Super magic potion (3)","members":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Super magic potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_magic_potion#3_dose","price":0},"11728":{"id":11728,"name":"Super magic potion (2)","members":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Super magic potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_magic_potion#2_dose","price":0},"11729":{"id":11729,"name":"Super magic potion (1)","members":true,"cost":150,"lowalch":60,"highalch":90,"wiki_name":"Super magic potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_magic_potion#1_dose","price":0},"11730":{"id":11730,"name":"Overload (4)","members":true,"cost":275,"lowalch":110,"highalch":165,"wiki_name":"Overload (Nightmare Zone) (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Overload_(Nightmare_Zone)#4_dose","price":0},"11731":{"id":11731,"name":"Overload (3)","members":true,"cost":220,"lowalch":88,"highalch":132,"wiki_name":"Overload (Nightmare Zone) (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Overload_(Nightmare_Zone)#3_dose","price":0},"11732":{"id":11732,"name":"Overload (2)","members":true,"cost":165,"lowalch":66,"highalch":99,"wiki_name":"Overload (Nightmare Zone) (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Overload_(Nightmare_Zone)#2_dose","price":0},"11733":{"id":11733,"name":"Overload (1)","members":true,"cost":110,"lowalch":44,"highalch":66,"wiki_name":"Overload (Nightmare Zone) (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Overload_(Nightmare_Zone)#1_dose","price":0},"11734":{"id":11734,"name":"Absorption (4)","members":true,"cost":275,"lowalch":110,"highalch":165,"wiki_name":"Absorption (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Absorption#4_dose","price":0},"11735":{"id":11735,"name":"Absorption (3)","members":true,"cost":220,"lowalch":88,"highalch":132,"wiki_name":"Absorption (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Absorption#3_dose","price":0},"11736":{"id":11736,"name":"Absorption (2)","members":true,"cost":165,"lowalch":66,"highalch":99,"wiki_name":"Absorption (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Absorption#2_dose","price":0},"11737":{"id":11737,"name":"Absorption (1)","members":true,"cost":110,"lowalch":44,"highalch":66,"wiki_name":"Absorption (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Absorption#1_dose","price":0},"11738":{"id":11738,"name":"Herb box","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Herb box (Closed)","wiki_url":"https://oldschool.runescape.wiki/w/Herb_box#Closed","price":0},"11739":{"id":11739,"name":"Open herb box","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Herb box (Open)","wiki_url":"https://oldschool.runescape.wiki/w/Herb_box#Open","price":0},"11740":{"id":11740,"name":"Scroll of redirection","members":true,"stackable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Scroll of redirection","wiki_url":"https://oldschool.runescape.wiki/w/Scroll_of_redirection","price":0},"11741":{"id":11741,"name":"Rimmington teleport","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rimmington teleport","wiki_url":"https://oldschool.runescape.wiki/w/Rimmington_teleport","price":0},"11742":{"id":11742,"name":"Taverley teleport","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Taverley teleport","wiki_url":"https://oldschool.runescape.wiki/w/Taverley_teleport","price":0},"11743":{"id":11743,"name":"Pollnivneach teleport","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pollnivneach teleport","wiki_url":"https://oldschool.runescape.wiki/w/Pollnivneach_teleport","price":0},"11744":{"id":11744,"name":"Rellekka teleport","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rellekka teleport","wiki_url":"https://oldschool.runescape.wiki/w/Rellekka_teleport","price":0},"11745":{"id":11745,"name":"Brimhaven teleport","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Brimhaven teleport","wiki_url":"https://oldschool.runescape.wiki/w/Brimhaven_teleport","price":0},"11746":{"id":11746,"name":"Yanille teleport","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Yanille teleport","wiki_url":"https://oldschool.runescape.wiki/w/Yanille_teleport","price":0},"11747":{"id":11747,"name":"Trollheim teleport","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Trollheim teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Trollheim_teleport_(tablet)","price":0},"11748":{"id":11748,"name":"New crystal bow (i)","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal bow (i) (New)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_bow_(i)#New","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":100,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":70,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"agility":50,"ranged":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"11749":{"id":11749,"name":"Crystal bow full (i)","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal bow (i) (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_bow_(i)#Full","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":100,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":70,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"agility":50,"ranged":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"11750":{"id":11750,"name":"Crystal bow 9/10 (i)","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal bow (i) (9/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_bow_(i)#9/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":100,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":70,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"agility":50,"ranged":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"11751":{"id":11751,"name":"Crystal bow 8/10 (i)","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal bow (i) (8/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_bow_(i)#8/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":100,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":70,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"agility":50,"ranged":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"11752":{"id":11752,"name":"Crystal bow 7/10 (i)","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal bow (i) (7/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_bow_(i)#7/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":100,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":70,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"agility":50,"ranged":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"11753":{"id":11753,"name":"Crystal bow 6/10 (i)","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal bow (i) (6/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_bow_(i)#6/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":100,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":70,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"agility":50,"ranged":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"11754":{"id":11754,"name":"Crystal bow 5/10 (i)","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal bow (i) (5/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_bow_(i)#5/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":100,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":70,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"agility":50,"ranged":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"11755":{"id":11755,"name":"Crystal bow 4/10 (i)","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal bow (i) (4/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_bow_(i)#4/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":100,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":70,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"agility":50,"ranged":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"11756":{"id":11756,"name":"Crystal bow 3/10 (i)","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal bow (i) (3/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_bow_(i)#3/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":100,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":70,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"agility":50,"ranged":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"11757":{"id":11757,"name":"Crystal bow 2/10 (i)","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal bow (i) (2/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_bow_(i)#2/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":100,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":70,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"agility":50,"ranged":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"11758":{"id":11758,"name":"Crystal bow 1/10 (i)","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal bow (i) (1/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_bow_(i)#1/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":100,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":70,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"agility":50,"ranged":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"11759":{"id":11759,"name":"New crystal shield (i)","tradeable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal shield (i) (New)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_shield_(i)#New","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":-10,"defence_stab":51,"defence_slash":54,"defence_crush":53,"defence_magic":0,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"agility":50,"defence":70}},"price":0},"11760":{"id":11760,"name":"Crystal shield full (i)","tradeable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal shield (i) (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_shield_(i)#Full","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":-10,"defence_stab":51,"defence_slash":54,"defence_crush":53,"defence_magic":0,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"agility":50,"defence":70}},"price":0},"11761":{"id":11761,"name":"Crystal shield 9/10 (i)","tradeable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal shield (i) (9/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_shield_(i)#9/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":-10,"defence_stab":51,"defence_slash":54,"defence_crush":53,"defence_magic":0,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"agility":50,"defence":70}},"price":0},"11762":{"id":11762,"name":"Crystal shield 8/10 (i)","tradeable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal shield (i) (8/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_shield_(i)#8/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":-10,"defence_stab":51,"defence_slash":54,"defence_crush":53,"defence_magic":0,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"agility":50,"defence":70}},"price":0},"11763":{"id":11763,"name":"Crystal shield 7/10 (i)","tradeable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal shield (i) (7/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_shield_(i)#7/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":-10,"defence_stab":51,"defence_slash":54,"defence_crush":53,"defence_magic":0,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"agility":50,"defence":70}},"price":0},"11764":{"id":11764,"name":"Crystal shield 6/10 (i)","tradeable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal shield (i) (6/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_shield_(i)#6/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":-10,"defence_stab":51,"defence_slash":54,"defence_crush":53,"defence_magic":0,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"agility":50,"defence":70}},"price":0},"11765":{"id":11765,"name":"Crystal shield 5/10 (i)","tradeable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal shield (i) (5/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_shield_(i)#5/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":-10,"defence_stab":51,"defence_slash":54,"defence_crush":53,"defence_magic":0,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"agility":50,"defence":70}},"price":0},"11766":{"id":11766,"name":"Crystal shield 4/10 (i)","tradeable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal shield (i) (4/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_shield_(i)#4/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":-10,"defence_stab":51,"defence_slash":54,"defence_crush":53,"defence_magic":0,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"agility":50,"defence":70}},"price":0},"11767":{"id":11767,"name":"Crystal shield 3/10 (i)","tradeable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal shield (i) (3/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_shield_(i)#3/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":-10,"defence_stab":51,"defence_slash":54,"defence_crush":53,"defence_magic":0,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"agility":50,"defence":70}},"price":0},"11768":{"id":11768,"name":"Crystal shield 2/10 (i)","tradeable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal shield (i) (2/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_shield_(i)#2/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":-10,"defence_stab":51,"defence_slash":54,"defence_crush":53,"defence_magic":0,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"agility":50,"defence":70}},"price":0},"11769":{"id":11769,"name":"Crystal shield 1/10 (i)","tradeable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal shield (i) (1/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_shield_(i)#1/10","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":-10,"defence_stab":51,"defence_slash":54,"defence_crush":53,"defence_magic":0,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"agility":50,"defence":70}},"price":0},"11770":{"id":11770,"name":"Seers ring (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Seers ring (i) (Nightmare Zone)","wiki_url":"https://oldschool.runescape.wiki/w/Seers_ring_(i)#Nightmare_Zone","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":12,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":12,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"11771":{"id":11771,"name":"Archers ring (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Archers ring (i) (Nightmare Zone)","wiki_url":"https://oldschool.runescape.wiki/w/Archers_ring_(i)#Nightmare_Zone","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":8,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":8,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"11772":{"id":11772,"name":"Warrior ring (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Warrior ring (i) (Nightmare Zone)","wiki_url":"https://oldschool.runescape.wiki/w/Warrior_ring_(i)#Nightmare_Zone","equipment":{"attack_stab":0,"attack_slash":8,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":8,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"11773":{"id":11773,"name":"Berserker ring (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Berserker ring (i) (Nightmare Zone)","wiki_url":"https://oldschool.runescape.wiki/w/Berserker_ring_(i)#Nightmare_Zone","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":8,"defence_magic":0,"defence_ranged":0,"melee_strength":8,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"11774":{"id":11774,"name":"Black mask (10) (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Black mask (i) (10)","wiki_url":"https://oldschool.runescape.wiki/w/Black_mask_(i)#(10)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":10,"defence_crush":8,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10,"strength":20,"combat":40}},"price":0},"11775":{"id":11775,"name":"Black mask (9) (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Black mask (i) (9)","wiki_url":"https://oldschool.runescape.wiki/w/Black_mask_(i)#(9)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":10,"defence_crush":8,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10,"strength":20,"combat":40}},"price":0},"11776":{"id":11776,"name":"Black mask (8) (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Black mask (i) (8)","wiki_url":"https://oldschool.runescape.wiki/w/Black_mask_(i)#(8)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":10,"defence_crush":8,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10,"strength":20,"combat":40}},"price":0},"11777":{"id":11777,"name":"Black mask (7) (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Black mask (i) (7)","wiki_url":"https://oldschool.runescape.wiki/w/Black_mask_(i)#(7)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":10,"defence_crush":8,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10,"strength":20,"combat":40}},"price":0},"11778":{"id":11778,"name":"Black mask (6) (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Black mask (i) (6)","wiki_url":"https://oldschool.runescape.wiki/w/Black_mask_(i)#(6)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":10,"defence_crush":8,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10,"strength":20,"combat":40}},"price":0},"11779":{"id":11779,"name":"Black mask (5) (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Black mask (i) (5)","wiki_url":"https://oldschool.runescape.wiki/w/Black_mask_(i)#(5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":10,"defence_crush":8,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10,"strength":20,"combat":40}},"price":0},"11780":{"id":11780,"name":"Black mask (4) (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Black mask (i) (4)","wiki_url":"https://oldschool.runescape.wiki/w/Black_mask_(i)#(4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":10,"defence_crush":8,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10,"strength":20,"combat":40}},"price":0},"11781":{"id":11781,"name":"Black mask (3) (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Black mask (i) (3)","wiki_url":"https://oldschool.runescape.wiki/w/Black_mask_(i)#(3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":10,"defence_crush":8,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10,"strength":20,"combat":40}},"price":0},"11782":{"id":11782,"name":"Black mask (2) (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Black mask (i) (2)","wiki_url":"https://oldschool.runescape.wiki/w/Black_mask_(i)#(2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":10,"defence_crush":8,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10,"strength":20,"combat":40}},"price":0},"11783":{"id":11783,"name":"Black mask (1) (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Black mask (i) (1)","wiki_url":"https://oldschool.runescape.wiki/w/Black_mask_(i)#(1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":10,"defence_crush":8,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10,"strength":20,"combat":40}},"price":0},"11784":{"id":11784,"name":"Black mask (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Black mask (i) (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Black_mask_(i)#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":10,"defence_crush":8,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10,"strength":20,"combat":40}},"price":0},"11785":{"id":11785,"name":"Armadyl crossbow","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":990000,"lowalch":396000,"highalch":594000,"buy_limit":8,"wiki_name":"Armadyl crossbow","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_crossbow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":100,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"weapon","requirements":{"ranged":70}},"weapon":{"attack_speed":6,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":54293467},"11787":{"id":11787,"name":"Steam battlestaff","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":17000,"lowalch":6800,"highalch":10200,"buy_limit":8,"wiki_name":"Steam battlestaff","wiki_url":"https://oldschool.runescape.wiki/w/Steam_battlestaff","equipment":{"attack_stab":7,"attack_slash":-1,"attack_crush":28,"attack_magic":12,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":12,"defence_ranged":0,"melee_strength":35,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":30,"magic":30}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":102500},"11789":{"id":11789,"name":"Mystic steam staff","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":45000,"lowalch":18000,"highalch":27000,"buy_limit":8,"wiki_name":"Mystic steam staff","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_steam_staff","equipment":{"attack_stab":10,"attack_slash":-1,"attack_crush":40,"attack_magic":14,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":14,"defence_ranged":0,"melee_strength":50,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":40,"magic":40}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":168494},"11791":{"id":11791,"name":"Staff of the dead","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000005,"lowalch":400002,"highalch":600003,"buy_limit":8,"wiki_name":"Staff of the dead","wiki_url":"https://oldschool.runescape.wiki/w/Staff_of_the_dead","equipment":{"attack_stab":55,"attack_slash":70,"attack_crush":0,"attack_magic":17,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":3,"defence_magic":17,"defence_ranged":0,"melee_strength":72,"ranged_strength":0,"magic_damage":15,"prayer":0,"slot":"weapon","requirements":{"attack":75,"magic":75}},"weapon":{"attack_speed":4,"weapon_type":"bladed_staff","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":14479842},"11794":{"id":11794,"name":"Godsword shards 1 & 2","members":true,"tradeable":true,"noteable":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Godsword shards 1 & 2","wiki_url":"https://oldschool.runescape.wiki/w/Godsword_shards_1_&_2","price":0},"11796":{"id":11796,"name":"Godsword shards 1 & 3","members":true,"tradeable":true,"noteable":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Godsword shards 1 & 3","wiki_url":"https://oldschool.runescape.wiki/w/Godsword_shards_1_&_3","price":0},"11798":{"id":11798,"name":"Godsword blade","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":750000,"lowalch":300000,"highalch":450000,"buy_limit":10000,"wiki_name":"Godsword blade","wiki_url":"https://oldschool.runescape.wiki/w/Godsword_blade","price":485001},"11800":{"id":11800,"name":"Godsword shards 2 & 3","members":true,"tradeable":true,"noteable":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Godsword shards 2 & 3","wiki_url":"https://oldschool.runescape.wiki/w/Godsword_shards_2_&_3","price":0},"11802":{"id":11802,"name":"Armadyl godsword","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1250000,"lowalch":500000,"highalch":750000,"buy_limit":8,"wiki_name":"Armadyl godsword","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_godsword","equipment":{"attack_stab":0,"attack_slash":132,"attack_crush":80,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":132,"ranged_strength":0,"magic_damage":0,"prayer":8,"slot":"2h","requirements":{"attack":75}},"weapon":{"attack_speed":6,"weapon_type":"2h_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"smash","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":12287851},"11804":{"id":11804,"name":"Bandos godsword","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1250000,"lowalch":500000,"highalch":750000,"buy_limit":8,"wiki_name":"Bandos godsword","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_godsword","equipment":{"attack_stab":0,"attack_slash":132,"attack_crush":80,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":132,"ranged_strength":0,"magic_damage":0,"prayer":8,"slot":"2h","requirements":{"attack":75}},"weapon":{"attack_speed":6,"weapon_type":"2h_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"smash","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":20744031},"11806":{"id":11806,"name":"Saradomin godsword","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1250000,"lowalch":500000,"highalch":750000,"buy_limit":8,"wiki_name":"Saradomin godsword","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_godsword","equipment":{"attack_stab":0,"attack_slash":132,"attack_crush":80,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":132,"ranged_strength":0,"magic_damage":0,"prayer":8,"slot":"2h","requirements":{"attack":75}},"weapon":{"attack_speed":6,"weapon_type":"2h_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"smash","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":32564377},"11808":{"id":11808,"name":"Zamorak godsword","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1250000,"lowalch":500000,"highalch":750000,"buy_limit":8,"wiki_name":"Zamorak godsword","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_godsword","equipment":{"attack_stab":0,"attack_slash":132,"attack_crush":80,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":132,"ranged_strength":0,"magic_damage":0,"prayer":8,"slot":"2h","requirements":{"attack":75}},"weapon":{"attack_speed":6,"weapon_type":"2h_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"smash","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":28504194},"11810":{"id":11810,"name":"Armadyl hilt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":500000,"lowalch":200000,"highalch":300000,"buy_limit":10000,"wiki_name":"Armadyl hilt","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_hilt","price":11639988},"11812":{"id":11812,"name":"Bandos hilt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":500000,"lowalch":200000,"highalch":300000,"buy_limit":10000,"wiki_name":"Bandos hilt","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_hilt","price":19575000},"11814":{"id":11814,"name":"Saradomin hilt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":500000,"lowalch":200000,"highalch":300000,"buy_limit":10000,"wiki_name":"Saradomin hilt","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_hilt","price":31715999},"11816":{"id":11816,"name":"Zamorak hilt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":500000,"lowalch":200000,"highalch":300000,"buy_limit":10000,"wiki_name":"Zamorak hilt","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_hilt","price":27346985},"11818":{"id":11818,"name":"Godsword shard 1","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":250000,"lowalch":100000,"highalch":150000,"buy_limit":11000,"wiki_name":"Godsword shard 1","wiki_url":"https://oldschool.runescape.wiki/w/Godsword_shard_1","price":151320},"11820":{"id":11820,"name":"Godsword shard 2","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":250000,"lowalch":100000,"highalch":150000,"buy_limit":11000,"wiki_name":"Godsword shard 2","wiki_url":"https://oldschool.runescape.wiki/w/Godsword_shard_2","price":150802},"11822":{"id":11822,"name":"Godsword shard 3","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":250000,"lowalch":100000,"highalch":150000,"buy_limit":11000,"wiki_name":"Godsword shard 3","wiki_url":"https://oldschool.runescape.wiki/w/Godsword_shard_3","price":155204},"11824":{"id":11824,"name":"Zamorakian spear","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100005,"lowalch":40002,"highalch":60003,"buy_limit":8,"wiki_name":"Zamorakian spear","wiki_url":"https://oldschool.runescape.wiki/w/Zamorakian_spear","equipment":{"attack_stab":85,"attack_slash":65,"attack_crush":65,"attack_magic":0,"attack_ranged":0,"defence_stab":13,"defence_slash":13,"defence_crush":12,"defence_magic":0,"defence_ranged":13,"melee_strength":75,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"2h","requirements":{"attack":70}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":4880620},"11826":{"id":11826,"name":"Armadyl helmet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":289000,"lowalch":115600,"highalch":173400,"buy_limit":8,"wiki_name":"Armadyl helmet","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_helmet","equipment":{"attack_stab":-5,"attack_slash":-5,"attack_crush":-5,"attack_magic":-5,"attack_ranged":10,"defence_stab":6,"defence_slash":8,"defence_crush":10,"defence_magic":10,"defence_ranged":8,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"head","requirements":{"defence":70,"ranged":70}},"price":11918299},"11828":{"id":11828,"name":"Armadyl chestplate","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":290000,"lowalch":116000,"highalch":174000,"buy_limit":8,"wiki_name":"Armadyl chestplate","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_chestplate","equipment":{"attack_stab":-7,"attack_slash":-7,"attack_crush":-7,"attack_magic":-15,"attack_ranged":33,"defence_stab":56,"defence_slash":48,"defence_crush":61,"defence_magic":70,"defence_ranged":57,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"body","requirements":{"defence":70,"ranged":70}},"price":47480506},"11830":{"id":11830,"name":"Armadyl chainskirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":289900,"lowalch":115960,"highalch":173940,"buy_limit":8,"wiki_name":"Armadyl chainskirt","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_chainskirt","equipment":{"attack_stab":-6,"attack_slash":-6,"attack_crush":-6,"attack_magic":-10,"attack_ranged":20,"defence_stab":32,"defence_slash":26,"defence_crush":34,"defence_magic":40,"defence_ranged":33,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"legs","requirements":{"defence":70,"ranged":70}},"price":35512614},"11832":{"id":11832,"name":"Bandos chestplate","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":290010,"lowalch":116004,"highalch":174006,"buy_limit":8,"wiki_name":"Bandos chestplate","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_chestplate","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":-10,"defence_stab":98,"defence_slash":93,"defence_crush":105,"defence_magic":-6,"defence_ranged":133,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"body","requirements":{"defence":65}},"price":26010627},"11834":{"id":11834,"name":"Bandos tassets","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":289910,"lowalch":115964,"highalch":173946,"buy_limit":8,"wiki_name":"Bandos tassets","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_tassets","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-7,"defence_stab":71,"defence_slash":63,"defence_crush":66,"defence_magic":-4,"defence_ranged":93,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"legs","requirements":{"defence":65}},"price":17447414},"11836":{"id":11836,"name":"Bandos boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":289010,"lowalch":115604,"highalch":173406,"buy_limit":8,"wiki_name":"Bandos boots","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-5,"attack_ranged":-3,"defence_stab":17,"defence_slash":18,"defence_crush":19,"defence_magic":0,"defence_ranged":15,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"feet","requirements":{"defence":65}},"price":190134},"11838":{"id":11838,"name":"Saradomin sword","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":130000,"lowalch":52000,"highalch":78000,"buy_limit":8,"wiki_name":"Saradomin sword","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_sword","equipment":{"attack_stab":0,"attack_slash":82,"attack_crush":60,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":82,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"2h","requirements":{"attack":70}},"weapon":{"attack_speed":4,"weapon_type":"2h_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"smash","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":175550},"11840":{"id":11840,"name":"Dragon boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20000,"lowalch":8000,"highalch":12000,"buy_limit":70,"wiki_name":"Dragon boots","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":16,"defence_slash":17,"defence_crush":18,"defence_magic":0,"defence_ranged":0,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"defence":60}},"price":114777},"11842":{"id":11842,"name":"Knight's notes","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Knight's notes (Sealed)","wiki_url":"https://oldschool.runescape.wiki/w/Knight's_notes#Sealed","price":0},"11843":{"id":11843,"name":"Knight's notes","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Knight's notes (Unsealed)","wiki_url":"https://oldschool.runescape.wiki/w/Knight's_notes#Unsealed","price":0},"11847":{"id":11847,"name":"Black h'ween mask","equipable":true,"equipable_by_player":true,"cost":7,"lowalch":2,"highalch":4,"wiki_name":"Black h'ween mask","wiki_url":"https://oldschool.runescape.wiki/w/Black_h'ween_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"11848":{"id":11848,"name":"Rancid turkey","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rancid turkey","wiki_url":"https://oldschool.runescape.wiki/w/Rancid_turkey","price":0},"11849":{"id":11849,"name":"Mark of grace","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mark of grace","wiki_url":"https://oldschool.runescape.wiki/w/Mark_of_grace","price":0},"11850":{"id":11850,"name":"Graceful hood","members":true,"equipable":true,"equipable_by_player":true,"cost":35,"lowalch":14,"highalch":21,"wiki_name":"Graceful hood (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_hood#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"11852":{"id":11852,"name":"Graceful cape","members":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Graceful cape (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_cape#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"11854":{"id":11854,"name":"Graceful top","members":true,"equipable":true,"equipable_by_player":true,"cost":55,"lowalch":22,"highalch":33,"wiki_name":"Graceful top (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_top#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"11856":{"id":11856,"name":"Graceful legs","members":true,"equipable":true,"equipable_by_player":true,"cost":60,"lowalch":24,"highalch":36,"wiki_name":"Graceful legs (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_legs#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"11858":{"id":11858,"name":"Graceful gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Graceful gloves (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_gloves#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"11860":{"id":11860,"name":"Graceful boots","members":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Graceful boots (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_boots#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"11862":{"id":11862,"name":"Black partyhat","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Black partyhat","wiki_url":"https://oldschool.runescape.wiki/w/Black_partyhat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"11863":{"id":11863,"name":"Rainbow partyhat","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rainbow partyhat","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_partyhat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"11864":{"id":11864,"name":"Slayer helmet","members":true,"equipable":true,"equipable_by_player":true,"cost":40000,"lowalch":16000,"highalch":24000,"wiki_name":"Slayer helmet","wiki_url":"https://oldschool.runescape.wiki/w/Slayer_helmet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":0},"11865":{"id":11865,"name":"Slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Slayer helmet (i) (Nightmare Zone)","wiki_url":"https://oldschool.runescape.wiki/w/Slayer_helmet_(i)#Nightmare_Zone","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":0},"11866":{"id":11866,"name":"Slayer ring (8)","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Slayer ring (8)","wiki_url":"https://oldschool.runescape.wiki/w/Slayer_ring#(8)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"11867":{"id":11867,"name":"Slayer ring (7)","members":true,"equipable":true,"equipable_by_player":true,"cost":990,"lowalch":396,"highalch":594,"wiki_name":"Slayer ring (7)","wiki_url":"https://oldschool.runescape.wiki/w/Slayer_ring#(7)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"11868":{"id":11868,"name":"Slayer ring (6)","members":true,"equipable":true,"equipable_by_player":true,"cost":980,"lowalch":392,"highalch":588,"wiki_name":"Slayer ring (6)","wiki_url":"https://oldschool.runescape.wiki/w/Slayer_ring#(6)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"11869":{"id":11869,"name":"Slayer ring (5)","members":true,"equipable":true,"equipable_by_player":true,"cost":970,"lowalch":388,"highalch":582,"wiki_name":"Slayer ring (5)","wiki_url":"https://oldschool.runescape.wiki/w/Slayer_ring#(5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"11870":{"id":11870,"name":"Slayer ring (4)","members":true,"equipable":true,"equipable_by_player":true,"cost":960,"lowalch":384,"highalch":576,"wiki_name":"Slayer ring (4)","wiki_url":"https://oldschool.runescape.wiki/w/Slayer_ring#(4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"11871":{"id":11871,"name":"Slayer ring (3)","members":true,"equipable":true,"equipable_by_player":true,"cost":950,"lowalch":380,"highalch":570,"wiki_name":"Slayer ring (3)","wiki_url":"https://oldschool.runescape.wiki/w/Slayer_ring#(3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"11872":{"id":11872,"name":"Slayer ring (2)","members":true,"equipable":true,"equipable_by_player":true,"cost":940,"lowalch":376,"highalch":564,"wiki_name":"Slayer ring (2)","wiki_url":"https://oldschool.runescape.wiki/w/Slayer_ring#(2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"11873":{"id":11873,"name":"Slayer ring (1)","members":true,"equipable":true,"equipable_by_player":true,"cost":930,"lowalch":372,"highalch":558,"wiki_name":"Slayer ring (1)","wiki_url":"https://oldschool.runescape.wiki/w/Slayer_ring#(1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"11874":{"id":11874,"name":"Broad arrowheads","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":55,"lowalch":22,"highalch":33,"buy_limit":7000,"wiki_name":"Broad arrowheads","wiki_url":"https://oldschool.runescape.wiki/w/Broad_arrowheads","price":60},"11875":{"id":11875,"name":"Broad bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":55,"lowalch":22,"highalch":33,"buy_limit":7000,"wiki_name":"Broad bolts","wiki_url":"https://oldschool.runescape.wiki/w/Broad_bolts","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":100,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":61,"slayer":55}},"price":45},"11876":{"id":11876,"name":"Unfinished broad bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":55,"lowalch":22,"highalch":33,"buy_limit":7000,"wiki_name":"Unfinished broad bolts","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_broad_bolts","price":56},"11877":{"id":11877,"name":"Empty vial pack","tradeable":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Empty vial pack","wiki_url":"https://oldschool.runescape.wiki/w/Empty_vial_pack","price":0},"11879":{"id":11879,"name":"Water-filled vial pack","tradeable":true,"noteable":true,"cost":201,"lowalch":80,"highalch":120,"wiki_name":"Water-filled vial pack","wiki_url":"https://oldschool.runescape.wiki/w/Water-filled_vial_pack","price":0},"11881":{"id":11881,"name":"Feather pack","tradeable":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Feather pack","wiki_url":"https://oldschool.runescape.wiki/w/Feather_pack","price":0},"11883":{"id":11883,"name":"Bait pack","tradeable":true,"noteable":true,"cost":300,"lowalch":120,"highalch":180,"wiki_name":"Bait pack","wiki_url":"https://oldschool.runescape.wiki/w/Bait_pack","price":0},"11885":{"id":11885,"name":"Broad arrowhead pack","members":true,"tradeable":true,"noteable":true,"cost":5500,"lowalch":2200,"highalch":3300,"wiki_name":"Broad arrowhead pack","wiki_url":"https://oldschool.runescape.wiki/w/Broad_arrowhead_pack","price":0},"11887":{"id":11887,"name":"Unfinished broad bolt pack","members":true,"tradeable":true,"noteable":true,"cost":5500,"lowalch":2200,"highalch":3300,"wiki_name":"Unfinished broad bolt pack","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_broad_bolt_pack","price":0},"11889":{"id":11889,"name":"Zamorakian hasta","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":300000,"lowalch":120000,"highalch":180000,"buy_limit":8,"wiki_name":"Zamorakian hasta","wiki_url":"https://oldschool.runescape.wiki/w/Zamorakian_hasta","equipment":{"attack_stab":85,"attack_slash":65,"attack_crush":65,"attack_magic":0,"attack_ranged":0,"defence_stab":13,"defence_slash":13,"defence_crush":12,"defence_magic":0,"defence_ranged":13,"melee_strength":75,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"weapon","requirements":{"attack":70}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":4922663},"11891":{"id":11891,"name":"Saradomin banner","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Saradomin banner (Reward)","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_banner#Reward","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"11892":{"id":11892,"name":"Zamorak banner","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Zamorak banner (Reward)","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_banner#Reward","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"11893":{"id":11893,"name":"Decorative armour","equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Decorative armour (red plateskirt)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(red_plateskirt)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":17,"defence_slash":16,"defence_crush":15,"defence_magic":-4,"defence_ranged":16,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":5}},"price":0},"11894":{"id":11894,"name":"Decorative armour","equipable":true,"equipable_by_player":true,"cost":2600,"lowalch":1040,"highalch":1560,"wiki_name":"Decorative armour (white plateskirt)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(white_plateskirt)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":24,"defence_slash":22,"defence_crush":20,"defence_magic":-4,"defence_ranged":22,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":5}},"price":0},"11895":{"id":11895,"name":"Decorative armour","equipable":true,"equipable_by_player":true,"cost":6400,"lowalch":2560,"highalch":3840,"wiki_name":"Decorative armour (gold plateskirt) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(gold_plateskirt)#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":33,"defence_slash":31,"defence_crush":29,"defence_magic":-4,"defence_ranged":31,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":5}},"price":0},"11896":{"id":11896,"name":"Decorative armour","members":true,"equipable":true,"equipable_by_player":true,"cost":48000,"lowalch":19200,"highalch":28800,"wiki_name":"Decorative armour (magic top) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(magic_top)#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":20,"defence_slash":20,"defence_crush":20,"defence_magic":20,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":5}},"price":0},"11897":{"id":11897,"name":"Decorative armour","members":true,"equipable":true,"equipable_by_player":true,"cost":45000,"lowalch":18000,"highalch":27000,"wiki_name":"Decorative armour (magic legs) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(magic_legs)#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":15,"defence_slash":15,"defence_crush":15,"defence_magic":15,"defence_ranged":15,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":5}},"price":0},"11898":{"id":11898,"name":"Decorative armour","members":true,"equipable":true,"equipable_by_player":true,"cost":45000,"lowalch":18000,"highalch":27000,"wiki_name":"Decorative armour (magic hat) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(magic_hat)#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":4,"defence_slash":4,"defence_crush":4,"defence_magic":4,"defence_ranged":4,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":5}},"price":0},"11899":{"id":11899,"name":"Decorative armour","members":true,"equipable":true,"equipable_by_player":true,"cost":48000,"lowalch":19200,"highalch":28800,"wiki_name":"Decorative armour (ranged top) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(ranged_top)#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":20,"defence_slash":20,"defence_crush":20,"defence_magic":20,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":5}},"price":0},"11900":{"id":11900,"name":"Decorative armour","members":true,"equipable":true,"equipable_by_player":true,"cost":45000,"lowalch":18000,"highalch":27000,"wiki_name":"Decorative armour (ranged legs) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(ranged_legs)#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":15,"defence_slash":15,"defence_crush":15,"defence_magic":15,"defence_ranged":15,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":5}},"price":0},"11901":{"id":11901,"name":"Decorative armour","members":true,"equipable":true,"equipable_by_player":true,"cost":45000,"lowalch":18000,"highalch":27000,"wiki_name":"Decorative armour (quiver) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(quiver)#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":4,"defence_slash":4,"defence_crush":4,"defence_magic":4,"defence_ranged":4,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"defence":5}},"price":0},"11902":{"id":11902,"name":"Leaf-bladed sword","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":68000,"lowalch":27200,"highalch":40800,"buy_limit":70,"wiki_name":"Leaf-bladed sword","wiki_url":"https://oldschool.runescape.wiki/w/Leaf-bladed_sword","equipment":{"attack_stab":67,"attack_slash":62,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":50,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":50,"slayer":55}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":40581},"11904":{"id":11904,"name":"Entomologist's diary","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Entomologist's diary","wiki_url":"https://oldschool.runescape.wiki/w/Entomologist's_diary","price":0},"11905":{"id":11905,"name":"Trident of the seas (full)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":69000,"lowalch":27600,"highalch":41400,"buy_limit":8,"wiki_name":"Trident of the seas (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Trident_of_the_seas#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":75}},"weapon":{"attack_speed":4,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":596653},"11907":{"id":11907,"name":"Trident of the seas","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":68500,"lowalch":27400,"highalch":41100,"wiki_name":"Trident of the seas (Partially charged)","wiki_url":"https://oldschool.runescape.wiki/w/Trident_of_the_seas#Partially_charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":75}},"weapon":{"attack_speed":4,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":0},"11908":{"id":11908,"name":"Uncharged trident","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":68000,"lowalch":27200,"highalch":40800,"buy_limit":8,"wiki_name":"Trident of the seas (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Trident_of_the_seas#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":75}},"weapon":{"attack_speed":4,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":48871},"11910":{"id":11910,"name":"Chocolate strawberry","tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Chocolate strawberry","wiki_url":"https://oldschool.runescape.wiki/w/Chocolate_strawberry","price":0},"11912":{"id":11912,"name":"Box of chocolate strawberries","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Box of chocolate strawberries (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Box_of_chocolate_strawberries#Normal","price":0},"11914":{"id":11914,"name":"Box of chocolate strawberries","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Box of chocolate strawberries (Openable)","wiki_url":"https://oldschool.runescape.wiki/w/Box_of_chocolate_strawberries#Openable","price":0},"11916":{"id":11916,"name":"Slice of birthday cake","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Slice of birthday cake (2020)","wiki_url":"https://oldschool.runescape.wiki/w/Slice_of_birthday_cake#2020","price":0},"11917":{"id":11917,"name":"Slice of birthday cake","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Slice of birthday cake (2014)","wiki_url":"https://oldschool.runescape.wiki/w/Slice_of_birthday_cake#2014","price":0},"11918":{"id":11918,"name":"Birthday present","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Birthday present (2018)","wiki_url":"https://oldschool.runescape.wiki/w/Birthday_present#2018","price":0},"11919":{"id":11919,"name":"Cow mask","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cow mask","wiki_url":"https://oldschool.runescape.wiki/w/Cow_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"11920":{"id":11920,"name":"Dragon pickaxe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":97950,"lowalch":39180,"highalch":58770,"buy_limit":40,"wiki_name":"Dragon pickaxe","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_pickaxe","equipment":{"attack_stab":38,"attack_slash":-2,"attack_crush":32,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":60}},"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":963996},"11922":{"id":11922,"name":"Lava dragon bonemeal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Lava dragon bonemeal","wiki_url":"https://oldschool.runescape.wiki/w/Lava_dragon_bonemeal","price":0},"11923":{"id":11923,"name":"Broken pickaxe","tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Broken pickaxe (dragon)","wiki_url":"https://oldschool.runescape.wiki/w/Broken_pickaxe_(dragon)","price":0},"11924":{"id":11924,"name":"Malediction ward","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":45000,"lowalch":18000,"highalch":27000,"buy_limit":8,"wiki_name":"Malediction ward","wiki_url":"https://oldschool.runescape.wiki/w/Malediction_ward","equipment":{"attack_stab":-8,"attack_slash":-8,"attack_crush":-8,"attack_magic":12,"attack_ranged":-12,"defence_stab":50,"defence_slash":52,"defence_crush":48,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":2,"prayer":0,"slot":"shield","requirements":{"defence":60}},"price":1915982},"11926":{"id":11926,"name":"Odium ward","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":45000,"lowalch":18000,"highalch":27000,"buy_limit":8,"wiki_name":"Odium ward","wiki_url":"https://oldschool.runescape.wiki/w/Odium_ward","equipment":{"attack_stab":-12,"attack_slash":-12,"attack_crush":-12,"attack_magic":-8,"attack_ranged":12,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":24,"defence_ranged":52,"melee_strength":0,"ranged_strength":4,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":60}},"price":3182608},"11928":{"id":11928,"name":"Odium shard 1","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":31000,"lowalch":12400,"highalch":18600,"buy_limit":10000,"wiki_name":"Odium shard 1","wiki_url":"https://oldschool.runescape.wiki/w/Odium_shard_1","price":2125000},"11929":{"id":11929,"name":"Odium shard 2","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":31000,"lowalch":12400,"highalch":18600,"buy_limit":10000,"wiki_name":"Odium shard 2","wiki_url":"https://oldschool.runescape.wiki/w/Odium_shard_2","price":1009000},"11930":{"id":11930,"name":"Odium shard 3","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":31000,"lowalch":12400,"highalch":18600,"buy_limit":10000,"wiki_name":"Odium shard 3","wiki_url":"https://oldschool.runescape.wiki/w/Odium_shard_3","price":97316},"11931":{"id":11931,"name":"Malediction shard 1","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":31000,"lowalch":12400,"highalch":18600,"buy_limit":10000,"wiki_name":"Malediction shard 1","wiki_url":"https://oldschool.runescape.wiki/w/Malediction_shard_1","price":895038},"11932":{"id":11932,"name":"Malediction shard 2","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":31000,"lowalch":12400,"highalch":18600,"buy_limit":10000,"wiki_name":"Malediction shard 2","wiki_url":"https://oldschool.runescape.wiki/w/Malediction_shard_2","price":536000},"11933":{"id":11933,"name":"Malediction shard 3","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":31000,"lowalch":12400,"highalch":18600,"buy_limit":10000,"wiki_name":"Malediction shard 3","wiki_url":"https://oldschool.runescape.wiki/w/Malediction_shard_3","price":113321},"11934":{"id":11934,"name":"Raw dark crab","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":325,"lowalch":130,"highalch":195,"buy_limit":15000,"wiki_name":"Raw dark crab","wiki_url":"https://oldschool.runescape.wiki/w/Raw_dark_crab","price":1522},"11936":{"id":11936,"name":"Dark crab","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":320,"lowalch":128,"highalch":192,"buy_limit":10000,"wiki_name":"Dark crab","wiki_url":"https://oldschool.runescape.wiki/w/Dark_crab","price":1640},"11938":{"id":11938,"name":"Burnt dark crab","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt dark crab","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_dark_crab","price":0},"11940":{"id":11940,"name":"Dark fishing bait","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":8000,"wiki_name":"Dark fishing bait","wiki_url":"https://oldschool.runescape.wiki/w/Dark_fishing_bait","price":9},"11941":{"id":11941,"name":"Looting bag","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Looting bag (Closed)","wiki_url":"https://oldschool.runescape.wiki/w/Looting_bag#Closed","price":0},"11942":{"id":11942,"name":"Ecumenical key","members":true,"cost":102500,"wiki_name":"Ecumenical key","wiki_url":"https://oldschool.runescape.wiki/w/Ecumenical_key","price":0,"lowalch":41000,"highalch":61500},"11943":{"id":11943,"name":"Lava dragon bones","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":7500,"wiki_name":"Lava dragon bones","wiki_url":"https://oldschool.runescape.wiki/w/Lava_dragon_bones","price":3599},"11951":{"id":11951,"name":"Extended antifire(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":440,"lowalch":176,"highalch":264,"buy_limit":2000,"wiki_name":"Extended antifire (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Extended_antifire#4_dose","price":392},"11953":{"id":11953,"name":"Extended antifire(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":330,"lowalch":132,"highalch":198,"buy_limit":2000,"wiki_name":"Extended antifire (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Extended_antifire#3_dose","price":345},"11955":{"id":11955,"name":"Extended antifire(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":220,"lowalch":88,"highalch":132,"buy_limit":2000,"wiki_name":"Extended antifire (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Extended_antifire#2_dose","price":181},"11957":{"id":11957,"name":"Extended antifire(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":110,"lowalch":44,"highalch":66,"buy_limit":2000,"wiki_name":"Extended antifire (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Extended_antifire#1_dose","price":66},"11959":{"id":11959,"name":"Black chinchompa","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":240,"lowalch":96,"highalch":144,"buy_limit":11000,"wiki_name":"Black chinchompa","wiki_url":"https://oldschool.runescape.wiki/w/Black_chinchompa","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":80,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":30,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":65}},"weapon":{"attack_speed":4,"weapon_type":"chinchompas","stances":[{"combat_style":"short fuse","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"medium fuse","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"long fuse","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":3366},"11960":{"id":11960,"name":"Extended antifire mix(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":240,"lowalch":96,"highalch":144,"buy_limit":2000,"wiki_name":"Extended antifire mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Extended_antifire_mix#2_dose","price":200},"11962":{"id":11962,"name":"Extended antifire mix(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":2000,"wiki_name":"Extended antifire mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Extended_antifire_mix#1_dose","price":40},"11964":{"id":11964,"name":"Amulet of glory (t6)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":17625,"lowalch":7050,"highalch":10575,"buy_limit":5,"wiki_name":"Amulet of glory (t) (t6)","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_glory_(t)#(t6)","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":10,"attack_magic":10,"attack_ranged":10,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":3,"defence_ranged":3,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"neck","requirements":null},"price":48980},"11966":{"id":11966,"name":"Amulet of glory (t5)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":17625,"lowalch":7050,"highalch":10575,"wiki_name":"Amulet of glory (t) (t5)","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_glory_(t)#(t5)","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":10,"attack_magic":10,"attack_ranged":10,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":3,"defence_ranged":3,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"neck","requirements":null},"price":0},"11968":{"id":11968,"name":"Skills necklace(6)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20200,"lowalch":8080,"highalch":12120,"buy_limit":10000,"wiki_name":"Skills necklace (6)","wiki_url":"https://oldschool.runescape.wiki/w/Skills_necklace#(6)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":12361},"11970":{"id":11970,"name":"Skills necklace(5)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20200,"lowalch":8080,"highalch":12120,"wiki_name":"Skills necklace (5)","wiki_url":"https://oldschool.runescape.wiki/w/Skills_necklace#(5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"11972":{"id":11972,"name":"Combat bracelet(6)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":21040,"lowalch":8416,"highalch":12624,"buy_limit":10000,"wiki_name":"Combat bracelet (6)","wiki_url":"https://oldschool.runescape.wiki/w/Combat_bracelet#(6)","equipment":{"attack_stab":7,"attack_slash":7,"attack_crush":7,"attack_magic":3,"attack_ranged":7,"defence_stab":5,"defence_slash":5,"defence_crush":5,"defence_magic":3,"defence_ranged":5,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":12687},"11974":{"id":11974,"name":"Combat bracelet(5)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":21040,"lowalch":8416,"highalch":12624,"wiki_name":"Combat bracelet (5)","wiki_url":"https://oldschool.runescape.wiki/w/Combat_bracelet#(5)","equipment":{"attack_stab":7,"attack_slash":7,"attack_crush":7,"attack_magic":3,"attack_ranged":7,"defence_stab":5,"defence_slash":5,"defence_crush":5,"defence_magic":3,"defence_ranged":5,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"11976":{"id":11976,"name":"Amulet of glory(5)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":17625,"lowalch":7050,"highalch":10575,"wiki_name":"Amulet of glory (5)","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_glory#(5)","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":10,"attack_magic":10,"attack_ranged":10,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":3,"defence_ranged":3,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"neck","requirements":null},"price":0},"11978":{"id":11978,"name":"Amulet of glory(6)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":17625,"lowalch":7050,"highalch":10575,"buy_limit":10000,"wiki_name":"Amulet of glory (6)","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_glory#(6)","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":10,"attack_magic":10,"attack_ranged":10,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":3,"defence_ranged":3,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"neck","requirements":null},"price":12150},"11980":{"id":11980,"name":"Ring of wealth (5)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":17625,"lowalch":7050,"highalch":10575,"buy_limit":10000,"wiki_name":"Ring of wealth (5)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_wealth#(5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":14449},"11982":{"id":11982,"name":"Ring of wealth (4)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":17625,"lowalch":7050,"highalch":10575,"wiki_name":"Ring of wealth (4)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_wealth#(4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"11984":{"id":11984,"name":"Ring of wealth (3)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":17625,"lowalch":7050,"highalch":10575,"wiki_name":"Ring of wealth (3)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_wealth#(3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"11986":{"id":11986,"name":"Ring of wealth (2)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":17625,"lowalch":7050,"highalch":10575,"wiki_name":"Ring of wealth (2)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_wealth#(2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"11988":{"id":11988,"name":"Ring of wealth (1)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":17625,"lowalch":7050,"highalch":10575,"wiki_name":"Ring of wealth (1)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_wealth#(1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"11990":{"id":11990,"name":"Fedora","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":4,"wiki_name":"Fedora","wiki_url":"https://oldschool.runescape.wiki/w/Fedora","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":9042},"11992":{"id":11992,"name":"Lava scale","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":11000,"wiki_name":"Lava scale","wiki_url":"https://oldschool.runescape.wiki/w/Lava_scale","price":161},"11994":{"id":11994,"name":"Lava scale shard","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":11000,"wiki_name":"Lava scale shard","wiki_url":"https://oldschool.runescape.wiki/w/Lava_scale_shard","price":43},"11995":{"id":11995,"name":"Pet chaos elemental","members":true,"cost":1,"wiki_name":"Pet chaos elemental","wiki_url":"https://oldschool.runescape.wiki/w/Pet_chaos_elemental","price":0},"11996":{"id":11996,"name":"Holiday tool","cost":0,"wiki_name":"Holiday tool","wiki_url":"https://oldschool.runescape.wiki/w/Holiday_tool","price":0},"11997":{"id":11997,"name":"Easter","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Easter (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Easter_(unobtainable_item)","price":0},"11998":{"id":11998,"name":"Smoke battlestaff","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":15500,"lowalch":6200,"highalch":9300,"buy_limit":8,"wiki_name":"Smoke battlestaff","wiki_url":"https://oldschool.runescape.wiki/w/Smoke_battlestaff","equipment":{"attack_stab":7,"attack_slash":-1,"attack_crush":28,"attack_magic":12,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":12,"defence_ranged":0,"melee_strength":35,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":30,"magic":30}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":1827576},"12000":{"id":12000,"name":"Mystic smoke staff","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":42500,"lowalch":17000,"highalch":25500,"buy_limit":8,"wiki_name":"Mystic smoke staff","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_smoke_staff","equipment":{"attack_stab":10,"attack_slash":-1,"attack_crush":40,"attack_magic":14,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":14,"defence_ranged":0,"melee_strength":50,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":40,"magic":40}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":1833205},"12002":{"id":12002,"name":"Occult necklace","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":45000,"lowalch":18000,"highalch":27000,"buy_limit":8,"wiki_name":"Occult necklace","wiki_url":"https://oldschool.runescape.wiki/w/Occult_necklace","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":12,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":5,"prayer":2,"slot":"neck","requirements":{"magic":70}},"price":790940},"12004":{"id":12004,"name":"Kraken tentacle","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":83340,"lowalch":33336,"highalch":50004,"buy_limit":70,"wiki_name":"Kraken tentacle","wiki_url":"https://oldschool.runescape.wiki/w/Kraken_tentacle","price":876957},"12006":{"id":12006,"name":"Abyssal tentacle","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":289800,"lowalch":115920,"highalch":173880,"wiki_name":"Abyssal tentacle","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_tentacle","equipment":{"attack_stab":0,"attack_slash":90,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":86,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":75}},"weapon":{"attack_speed":4,"weapon_type":"whip","stances":[{"combat_style":"flick","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lash","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"deflect","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"12007":{"id":12007,"name":"Jar of dirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Jar of dirt","wiki_url":"https://oldschool.runescape.wiki/w/Jar_of_dirt","price":22955},"12009":{"id":12009,"name":"Soft clay pack","cost":10,"lowalch":4,"highalch":6,"wiki_name":"Soft clay pack (Golden nuggets)","wiki_url":"https://oldschool.runescape.wiki/w/Soft_clay_pack#Golden_nuggets","price":0},"12010":{"id":12010,"name":"Soft clay pack","stackable":true,"cost":10,"wiki_name":"Soft clay pack (discontinued)","wiki_url":"https://oldschool.runescape.wiki/w/Soft_clay_pack_(discontinued)","price":0,"lowalch":4,"highalch":6},"12011":{"id":12011,"name":"Pay-dirt","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Pay-dirt","wiki_url":"https://oldschool.runescape.wiki/w/Pay-dirt","price":0},"12012":{"id":12012,"name":"Golden nugget","members":true,"stackable":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Golden nugget","wiki_url":"https://oldschool.runescape.wiki/w/Golden_nugget","price":0},"12013":{"id":12013,"name":"Prospector helmet","members":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Prospector helmet","wiki_url":"https://oldschool.runescape.wiki/w/Prospector_helmet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"12014":{"id":12014,"name":"Prospector jacket","members":true,"equipable":true,"equipable_by_player":true,"cost":60,"lowalch":24,"highalch":36,"wiki_name":"Prospector jacket","wiki_url":"https://oldschool.runescape.wiki/w/Prospector_jacket","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"12015":{"id":12015,"name":"Prospector legs","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Prospector legs","wiki_url":"https://oldschool.runescape.wiki/w/Prospector_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"12016":{"id":12016,"name":"Prospector boots","members":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Prospector boots","wiki_url":"https://oldschool.runescape.wiki/w/Prospector_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"12017":{"id":12017,"name":"Salve amulet(i)","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Salve amulet(i) (Nightmare Zone)","wiki_url":"https://oldschool.runescape.wiki/w/Salve_amulet(i)#Nightmare_Zone","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"neck","requirements":null},"price":0},"12018":{"id":12018,"name":"Salve amulet(ei)","members":true,"equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"wiki_name":"Salve amulet(ei) (Nightmare Zone)","wiki_url":"https://oldschool.runescape.wiki/w/Salve_amulet(ei)#Nightmare_Zone","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"neck","requirements":null},"price":0},"12073":{"id":12073,"name":"Clue scroll (elite)","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Clue scroll (elite)","wiki_url":"https://oldschool.runescape.wiki/w/Clue_scroll_(elite)","price":0},"12084":{"id":12084,"name":"Casket (elite)","members":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Casket (discontinued) (Elite)","wiki_url":"https://oldschool.runescape.wiki/w/Casket_(discontinued)#Elite","price":0},"12128":{"id":12128,"name":"Challenge scroll (elite)","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Challenge scroll (Elite)","wiki_url":"https://oldschool.runescape.wiki/w/Challenge_scroll#Elite","price":0},"12161":{"id":12161,"name":"Puzzle box (elite)","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Puzzle box (Tree (elite))","wiki_url":"https://oldschool.runescape.wiki/w/Puzzle_box#Tree_(elite)","price":0},"12193":{"id":12193,"name":"Ancient robe top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":7000,"lowalch":2800,"highalch":4200,"buy_limit":8,"wiki_name":"Ancient robe top","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_robe_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"body","requirements":{"prayer":20}},"price":64244},"12195":{"id":12195,"name":"Ancient robe legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":7000,"lowalch":2800,"highalch":4200,"buy_limit":8,"wiki_name":"Ancient robe legs","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_robe_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"legs","requirements":{"prayer":20}},"price":51077},"12197":{"id":12197,"name":"Ancient cloak","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":8,"wiki_name":"Ancient cloak","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_cloak","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":1,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":3,"defence_ranged":3,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"cape","requirements":{"prayer":40}},"price":53818},"12199":{"id":12199,"name":"Ancient crozier","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":8,"wiki_name":"Ancient crozier","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_crozier","equipment":{"attack_stab":7,"attack_slash":-1,"attack_crush":25,"attack_magic":10,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":10,"defence_ranged":0,"melee_strength":32,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"weapon","requirements":{"prayer":60}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":7921},"12201":{"id":12201,"name":"Ancient stole","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2500,"lowalch":1000,"highalch":1500,"buy_limit":8,"wiki_name":"Ancient stole","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_stole","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":2,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":2,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":10,"slot":"neck","requirements":{"prayer":60}},"price":6000},"12203":{"id":12203,"name":"Ancient mitre","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":8,"wiki_name":"Ancient mitre","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_mitre","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"head","requirements":{"prayer":40,"magic":40}},"price":23719},"12205":{"id":12205,"name":"Bronze platebody (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":4,"wiki_name":"Bronze platebody (g)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_platebody_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":15,"defence_slash":14,"defence_crush":9,"defence_magic":-6,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":1}},"price":61500},"12207":{"id":12207,"name":"Bronze platelegs (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":4,"wiki_name":"Bronze platelegs (g)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_platelegs_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":8,"defence_slash":7,"defence_crush":6,"defence_magic":-4,"defence_ranged":7,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":1}},"price":7257},"12209":{"id":12209,"name":"Bronze plateskirt (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":4,"wiki_name":"Bronze plateskirt (g)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_plateskirt_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":8,"defence_slash":7,"defence_crush":6,"defence_magic":-4,"defence_ranged":7,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":1}},"price":4340},"12211":{"id":12211,"name":"Bronze full helm (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":48,"lowalch":19,"highalch":28,"buy_limit":4,"wiki_name":"Bronze full helm (g)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_full_helm_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":4,"defence_slash":5,"defence_crush":3,"defence_magic":-1,"defence_ranged":4,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":1}},"price":44692},"12213":{"id":12213,"name":"Bronze kiteshield (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":64,"lowalch":25,"highalch":38,"buy_limit":4,"wiki_name":"Bronze kiteshield (g)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_kiteshield_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":5,"defence_slash":7,"defence_crush":6,"defence_magic":-1,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":1}},"price":27579},"12215":{"id":12215,"name":"Bronze platebody (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":4,"wiki_name":"Bronze platebody (t)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_platebody_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":15,"defence_slash":14,"defence_crush":9,"defence_magic":-6,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":1}},"price":3037},"12217":{"id":12217,"name":"Bronze platelegs (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":4,"wiki_name":"Bronze platelegs (t)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_platelegs_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":8,"defence_slash":7,"defence_crush":6,"defence_magic":-4,"defence_ranged":7,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":1}},"price":3159},"12219":{"id":12219,"name":"Bronze plateskirt (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":4,"wiki_name":"Bronze plateskirt (t)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_plateskirt_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":8,"defence_slash":7,"defence_crush":6,"defence_magic":-4,"defence_ranged":7,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":1}},"price":3145},"12221":{"id":12221,"name":"Bronze full helm (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":48,"lowalch":19,"highalch":28,"buy_limit":4,"wiki_name":"Bronze full helm (t)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_full_helm_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":4,"defence_slash":5,"defence_crush":3,"defence_magic":-1,"defence_ranged":4,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":1}},"price":5156},"12223":{"id":12223,"name":"Bronze kiteshield (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":64,"lowalch":25,"highalch":38,"buy_limit":4,"wiki_name":"Bronze kiteshield (t)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_kiteshield_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":5,"defence_slash":7,"defence_crush":6,"defence_magic":-1,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":1}},"price":51668},"12225":{"id":12225,"name":"Iron platebody (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":560,"lowalch":224,"highalch":336,"buy_limit":4,"wiki_name":"Iron platebody (t)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_platebody_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":21,"defence_slash":20,"defence_crush":12,"defence_magic":-6,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":1}},"price":170000},"12227":{"id":12227,"name":"Iron platelegs (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":280,"lowalch":112,"highalch":168,"buy_limit":4,"wiki_name":"Iron platelegs (t)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_platelegs_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":11,"defence_slash":10,"defence_crush":10,"defence_magic":-4,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":1}},"price":4009},"12229":{"id":12229,"name":"Iron plateskirt (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":280,"lowalch":112,"highalch":168,"buy_limit":4,"wiki_name":"Iron plateskirt (t)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_plateskirt_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":11,"defence_slash":10,"defence_crush":10,"defence_magic":-4,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":1}},"price":4603},"12231":{"id":12231,"name":"Iron full helm (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":4,"wiki_name":"Iron full helm (t)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_full_helm_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":6,"defence_slash":7,"defence_crush":5,"defence_magic":-1,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":1}},"price":24259},"12233":{"id":12233,"name":"Iron kiteshield (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":240,"lowalch":96,"highalch":144,"buy_limit":4,"wiki_name":"Iron kiteshield (t)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_kiteshield_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":8,"defence_slash":10,"defence_crush":9,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":1}},"price":10759},"12235":{"id":12235,"name":"Iron platebody (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":560,"lowalch":224,"highalch":336,"buy_limit":4,"wiki_name":"Iron platebody (g)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_platebody_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":21,"defence_slash":20,"defence_crush":12,"defence_magic":-6,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":1}},"price":186295},"12237":{"id":12237,"name":"Iron platelegs (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":280,"lowalch":112,"highalch":168,"buy_limit":4,"wiki_name":"Iron platelegs (g)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_platelegs_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":11,"defence_slash":10,"defence_crush":10,"defence_magic":-4,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":1}},"price":24377},"12239":{"id":12239,"name":"Iron plateskirt (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":280,"lowalch":112,"highalch":168,"buy_limit":4,"wiki_name":"Iron plateskirt (g)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_plateskirt_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":11,"defence_slash":10,"defence_crush":10,"defence_magic":-4,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":1}},"price":6202},"12241":{"id":12241,"name":"Iron full helm (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":4,"wiki_name":"Iron full helm (g)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_full_helm_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":6,"defence_slash":7,"defence_crush":5,"defence_magic":-1,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":1}},"price":138295},"12243":{"id":12243,"name":"Iron kiteshield (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":240,"lowalch":96,"highalch":144,"buy_limit":4,"wiki_name":"Iron kiteshield (g)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_kiteshield_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":8,"defence_slash":10,"defence_crush":9,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":1}},"price":78370},"12245":{"id":12245,"name":"Beanie","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":600,"lowalch":240,"highalch":360,"buy_limit":4,"wiki_name":"Beanie","wiki_url":"https://oldschool.runescape.wiki/w/Beanie","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":3256},"12247":{"id":12247,"name":"Red beret","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":4,"wiki_name":"Red beret","wiki_url":"https://oldschool.runescape.wiki/w/Red_beret","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":25764},"12249":{"id":12249,"name":"Imp mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Imp mask","wiki_url":"https://oldschool.runescape.wiki/w/Imp_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":15932},"12251":{"id":12251,"name":"Goblin mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Goblin mask","wiki_url":"https://oldschool.runescape.wiki/w/Goblin_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":16957},"12253":{"id":12253,"name":"Armadyl robe top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":7000,"lowalch":2800,"highalch":4200,"buy_limit":8,"wiki_name":"Armadyl robe top","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_robe_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"body","requirements":{"prayer":20}},"price":49184},"12255":{"id":12255,"name":"Armadyl robe legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":7000,"lowalch":2800,"highalch":4200,"buy_limit":8,"wiki_name":"Armadyl robe legs","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_robe_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"legs","requirements":{"prayer":20}},"price":49293},"12257":{"id":12257,"name":"Armadyl stole","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2500,"lowalch":1000,"highalch":1500,"buy_limit":8,"wiki_name":"Armadyl stole","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_stole","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":2,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":2,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":10,"slot":"neck","requirements":{"prayer":60}},"price":13384},"12259":{"id":12259,"name":"Armadyl mitre","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":8,"wiki_name":"Armadyl mitre","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_mitre","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"head","requirements":{"prayer":40,"magic":40}},"price":17730},"12261":{"id":12261,"name":"Armadyl cloak","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":8,"wiki_name":"Armadyl cloak","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_cloak","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":1,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":3,"defence_ranged":3,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"cape","requirements":{"prayer":40}},"price":38026},"12263":{"id":12263,"name":"Armadyl crozier","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":8,"wiki_name":"Armadyl crozier","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_crozier","equipment":{"attack_stab":7,"attack_slash":-1,"attack_crush":25,"attack_magic":10,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":10,"defence_ranged":0,"melee_strength":32,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"weapon","requirements":{"prayer":60}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":13200},"12265":{"id":12265,"name":"Bandos robe top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":7000,"lowalch":2800,"highalch":4200,"buy_limit":8,"wiki_name":"Bandos robe top","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_robe_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"body","requirements":{"prayer":20}},"price":41210},"12267":{"id":12267,"name":"Bandos robe legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":7000,"lowalch":2800,"highalch":4200,"buy_limit":8,"wiki_name":"Bandos robe legs","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_robe_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"legs","requirements":{"prayer":20}},"price":33947},"12269":{"id":12269,"name":"Bandos stole","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2500,"lowalch":1000,"highalch":1500,"buy_limit":8,"wiki_name":"Bandos stole","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_stole","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":2,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":2,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":10,"slot":"neck","requirements":{"prayer":60}},"price":15000},"12271":{"id":12271,"name":"Bandos mitre","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":8,"wiki_name":"Bandos mitre","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_mitre","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"head","requirements":{"prayer":40,"magic":40}},"price":24743},"12273":{"id":12273,"name":"Bandos cloak","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":8,"wiki_name":"Bandos cloak","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_cloak","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":1,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":3,"defence_ranged":3,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"cape","requirements":{"prayer":40}},"price":88179},"12275":{"id":12275,"name":"Bandos crozier","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":8,"wiki_name":"Bandos crozier","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_crozier","equipment":{"attack_stab":7,"attack_slash":-1,"attack_crush":25,"attack_magic":10,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":10,"defence_ranged":0,"melee_strength":32,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"weapon","requirements":{"prayer":60}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":7355},"12277":{"id":12277,"name":"Mithril platebody (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5200,"lowalch":2080,"highalch":3120,"buy_limit":8,"wiki_name":"Mithril platebody (g)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_platebody_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":46,"defence_slash":44,"defence_crush":38,"defence_magic":-6,"defence_ranged":44,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":20}},"price":5026},"12279":{"id":12279,"name":"Mithril platelegs (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2600,"lowalch":1040,"highalch":1560,"buy_limit":8,"wiki_name":"Mithril platelegs (g)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_platelegs_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":24,"defence_slash":22,"defence_crush":20,"defence_magic":-4,"defence_ranged":22,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":20}},"price":1925},"12281":{"id":12281,"name":"Mithril kiteshield (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2210,"lowalch":884,"highalch":1326,"buy_limit":8,"wiki_name":"Mithril kiteshield (g)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_kiteshield_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":18,"defence_slash":22,"defence_crush":20,"defence_magic":-1,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":20}},"price":3890},"12283":{"id":12283,"name":"Mithril full helm (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1430,"lowalch":572,"highalch":858,"buy_limit":8,"wiki_name":"Mithril full helm (g)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_full_helm_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":13,"defence_slash":14,"defence_crush":11,"defence_magic":-1,"defence_ranged":13,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":20}},"price":3300},"12285":{"id":12285,"name":"Mithril plateskirt (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2600,"lowalch":1040,"highalch":1560,"buy_limit":8,"wiki_name":"Mithril plateskirt (g)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_plateskirt_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":24,"defence_slash":22,"defence_crush":20,"defence_magic":-4,"defence_ranged":22,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":20}},"price":6157},"12287":{"id":12287,"name":"Mithril platebody (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5200,"lowalch":2080,"highalch":3120,"buy_limit":8,"wiki_name":"Mithril platebody (t)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_platebody_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":46,"defence_slash":44,"defence_crush":38,"defence_magic":-6,"defence_ranged":44,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":20}},"price":3261},"12289":{"id":12289,"name":"Mithril platelegs (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2600,"lowalch":1040,"highalch":1560,"buy_limit":8,"wiki_name":"Mithril platelegs (t)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_platelegs_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":24,"defence_slash":22,"defence_crush":20,"defence_magic":-4,"defence_ranged":22,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":20}},"price":2899},"12291":{"id":12291,"name":"Mithril kiteshield (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2210,"lowalch":884,"highalch":1326,"buy_limit":8,"wiki_name":"Mithril kiteshield (t)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_kiteshield_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":18,"defence_slash":22,"defence_crush":20,"defence_magic":-1,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":20}},"price":3815},"12293":{"id":12293,"name":"Mithril full helm (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1430,"lowalch":572,"highalch":858,"buy_limit":8,"wiki_name":"Mithril full helm (t)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_full_helm_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":13,"defence_slash":14,"defence_crush":11,"defence_magic":-1,"defence_ranged":13,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":20}},"price":3203},"12295":{"id":12295,"name":"Mithril plateskirt (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2600,"lowalch":1040,"highalch":1560,"buy_limit":8,"wiki_name":"Mithril plateskirt (t)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_plateskirt_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":24,"defence_slash":22,"defence_crush":20,"defence_magic":-4,"defence_ranged":22,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":20}},"price":20991},"12297":{"id":12297,"name":"Black pickaxe","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":145,"lowalch":58,"highalch":87,"buy_limit":4,"wiki_name":"Black pickaxe","wiki_url":"https://oldschool.runescape.wiki/w/Black_pickaxe","equipment":{"attack_stab":10,"attack_slash":-2,"attack_crush":8,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":11,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":10}},"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":2081},"12299":{"id":12299,"name":"White headband","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":4,"wiki_name":"White headband","wiki_url":"https://oldschool.runescape.wiki/w/White_headband","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":4000},"12301":{"id":12301,"name":"Blue headband","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":4,"wiki_name":"Blue headband","wiki_url":"https://oldschool.runescape.wiki/w/Blue_headband","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":5889},"12303":{"id":12303,"name":"Gold headband","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":4,"wiki_name":"Gold headband","wiki_url":"https://oldschool.runescape.wiki/w/Gold_headband","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":3219},"12305":{"id":12305,"name":"Pink headband","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":4,"wiki_name":"Pink headband","wiki_url":"https://oldschool.runescape.wiki/w/Pink_headband","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":4237},"12307":{"id":12307,"name":"Green headband","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":4,"wiki_name":"Green headband","wiki_url":"https://oldschool.runescape.wiki/w/Green_headband","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":4251},"12309":{"id":12309,"name":"Pink boater","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":225,"lowalch":90,"highalch":135,"buy_limit":4,"wiki_name":"Pink boater","wiki_url":"https://oldschool.runescape.wiki/w/Pink_boater","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":23365},"12311":{"id":12311,"name":"Purple boater","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":225,"lowalch":90,"highalch":135,"buy_limit":4,"wiki_name":"Purple boater","wiki_url":"https://oldschool.runescape.wiki/w/Purple_boater","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":8014},"12313":{"id":12313,"name":"White boater","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":225,"lowalch":90,"highalch":135,"buy_limit":4,"wiki_name":"White boater","wiki_url":"https://oldschool.runescape.wiki/w/White_boater","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":13501},"12315":{"id":12315,"name":"Pink elegant shirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Pink elegant shirt","wiki_url":"https://oldschool.runescape.wiki/w/Pink_elegant_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":4000},"12317":{"id":12317,"name":"Pink elegant legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Pink elegant legs","wiki_url":"https://oldschool.runescape.wiki/w/Pink_elegant_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":6785},"12319":{"id":12319,"name":"Crier hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Crier hat","wiki_url":"https://oldschool.runescape.wiki/w/Crier_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":2669},"12321":{"id":12321,"name":"White cavalier","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":4,"wiki_name":"White cavalier","wiki_url":"https://oldschool.runescape.wiki/w/White_cavalier","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":7227},"12323":{"id":12323,"name":"Red cavalier","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":4,"wiki_name":"Red cavalier","wiki_url":"https://oldschool.runescape.wiki/w/Red_cavalier","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":1999},"12325":{"id":12325,"name":"Navy cavalier","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":4,"wiki_name":"Navy cavalier","wiki_url":"https://oldschool.runescape.wiki/w/Navy_cavalier","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":9002},"12327":{"id":12327,"name":"Red d'hide body (g)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":11230,"lowalch":4492,"highalch":6738,"buy_limit":8,"wiki_name":"Red d'hide body (g)","wiki_url":"https://oldschool.runescape.wiki/w/Red_d'hide_body_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":25,"defence_stab":26,"defence_slash":34,"defence_crush":36,"defence_magic":36,"defence_ranged":45,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"ranged":60,"defence":40}},"price":5834},"12329":{"id":12329,"name":"Red d'hide chaps (g)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5180,"lowalch":2072,"highalch":3108,"buy_limit":8,"wiki_name":"Red d'hide chaps (g)","wiki_url":"https://oldschool.runescape.wiki/w/Red_d'hide_chaps_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":14,"defence_stab":15,"defence_slash":18,"defence_crush":22,"defence_magic":18,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"ranged":60}},"price":10580},"12331":{"id":12331,"name":"Red d'hide body (t)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":11230,"lowalch":4492,"highalch":6738,"buy_limit":8,"wiki_name":"Red d'hide body (t)","wiki_url":"https://oldschool.runescape.wiki/w/Red_d'hide_body_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":25,"defence_stab":26,"defence_slash":34,"defence_crush":36,"defence_magic":36,"defence_ranged":45,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"ranged":60,"defence":40}},"price":6330},"12333":{"id":12333,"name":"Red d'hide chaps (t)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5180,"lowalch":2072,"highalch":3108,"buy_limit":8,"wiki_name":"Red d'hide chaps (t)","wiki_url":"https://oldschool.runescape.wiki/w/Red_d'hide_chaps_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":14,"defence_stab":15,"defence_slash":18,"defence_crush":22,"defence_magic":18,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"ranged":60}},"price":3416},"12335":{"id":12335,"name":"Briefcase","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":666,"lowalch":266,"highalch":399,"buy_limit":4,"wiki_name":"Briefcase","wiki_url":"https://oldschool.runescape.wiki/w/Briefcase","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":260000},"12337":{"id":12337,"name":"Sagacious spectacles","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1400,"lowalch":560,"highalch":840,"buy_limit":4,"wiki_name":"Sagacious spectacles","wiki_url":"https://oldschool.runescape.wiki/w/Sagacious_spectacles","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":1343668},"12339":{"id":12339,"name":"Pink elegant blouse","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Pink elegant blouse","wiki_url":"https://oldschool.runescape.wiki/w/Pink_elegant_blouse","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":8540},"12341":{"id":12341,"name":"Pink elegant skirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Pink elegant skirt","wiki_url":"https://oldschool.runescape.wiki/w/Pink_elegant_skirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":7311},"12343":{"id":12343,"name":"Gold elegant blouse","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Gold elegant blouse","wiki_url":"https://oldschool.runescape.wiki/w/Gold_elegant_blouse","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":6410},"12345":{"id":12345,"name":"Gold elegant skirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Gold elegant skirt","wiki_url":"https://oldschool.runescape.wiki/w/Gold_elegant_skirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":6288},"12347":{"id":12347,"name":"Gold elegant shirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Gold elegant shirt","wiki_url":"https://oldschool.runescape.wiki/w/Gold_elegant_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":3750},"12349":{"id":12349,"name":"Gold elegant legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Gold elegant legs","wiki_url":"https://oldschool.runescape.wiki/w/Gold_elegant_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":6120},"12351":{"id":12351,"name":"Musketeer hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3500,"lowalch":1400,"highalch":2100,"buy_limit":4,"wiki_name":"Musketeer hat","wiki_url":"https://oldschool.runescape.wiki/w/Musketeer_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":103862},"12353":{"id":12353,"name":"Monocle","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1200,"lowalch":480,"highalch":720,"buy_limit":4,"wiki_name":"Monocle","wiki_url":"https://oldschool.runescape.wiki/w/Monocle","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":10322},"12355":{"id":12355,"name":"Big pirate hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1500,"lowalch":600,"highalch":900,"buy_limit":4,"wiki_name":"Big pirate hat","wiki_url":"https://oldschool.runescape.wiki/w/Big_pirate_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":656224},"12357":{"id":12357,"name":"Katana","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":24000,"lowalch":9600,"highalch":14400,"buy_limit":8,"wiki_name":"Katana","wiki_url":"https://oldschool.runescape.wiki/w/Katana","equipment":{"attack_stab":7,"attack_slash":45,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":3,"defence_slash":7,"defence_crush":7,"defence_magic":0,"defence_ranged":-3,"melee_strength":40,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":111842},"12359":{"id":12359,"name":"Leprechaun hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":4,"wiki_name":"Leprechaun hat","wiki_url":"https://oldschool.runescape.wiki/w/Leprechaun_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":10352},"12361":{"id":12361,"name":"Cat mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2400,"lowalch":960,"highalch":1440,"buy_limit":4,"wiki_name":"Cat mask","wiki_url":"https://oldschool.runescape.wiki/w/Cat_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":11132},"12363":{"id":12363,"name":"Bronze dragon mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":4,"wiki_name":"Bronze dragon mask","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_dragon_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":7452},"12365":{"id":12365,"name":"Iron dragon mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":4,"wiki_name":"Iron dragon mask","wiki_url":"https://oldschool.runescape.wiki/w/Iron_dragon_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":5267},"12367":{"id":12367,"name":"Steel dragon mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":4,"wiki_name":"Steel dragon mask","wiki_url":"https://oldschool.runescape.wiki/w/Steel_dragon_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":4268},"12369":{"id":12369,"name":"Mithril dragon mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":4,"wiki_name":"Mithril dragon mask","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_dragon_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":7043},"12371":{"id":12371,"name":"Lava dragon mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":4,"wiki_name":"Lava dragon mask","wiki_url":"https://oldschool.runescape.wiki/w/Lava_dragon_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":2205000},"12373":{"id":12373,"name":"Dragon cane","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":30000,"lowalch":12000,"highalch":18000,"buy_limit":4,"wiki_name":"Dragon cane","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_cane","equipment":{"attack_stab":40,"attack_slash":-2,"attack_crush":60,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":55,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"weapon","requirements":{"attack":60}},"weapon":{"attack_speed":5,"weapon_type":"polestaff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":18302},"12375":{"id":12375,"name":"Black cane","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":600,"lowalch":240,"highalch":360,"buy_limit":4,"wiki_name":"Black cane","wiki_url":"https://oldschool.runescape.wiki/w/Black_cane","equipment":{"attack_stab":8,"attack_slash":-2,"attack_crush":16,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":13,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"weapon","requirements":{"attack":10}},"weapon":{"attack_speed":5,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":8500},"12377":{"id":12377,"name":"Adamant cane","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1440,"lowalch":576,"highalch":864,"buy_limit":4,"wiki_name":"Adamant cane","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_cane","equipment":{"attack_stab":13,"attack_slash":-2,"attack_crush":25,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":23,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"weapon","requirements":{"attack":30}},"weapon":{"attack_speed":5,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":6812},"12379":{"id":12379,"name":"Rune cane","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":14400,"lowalch":5760,"highalch":8640,"buy_limit":4,"wiki_name":"Rune cane","wiki_url":"https://oldschool.runescape.wiki/w/Rune_cane","equipment":{"attack_stab":20,"attack_slash":-2,"attack_crush":39,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":36,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"weapon","requirements":{"attack":40}},"weapon":{"attack_speed":5,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":7776},"12381":{"id":12381,"name":"Black d'hide body (g)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":13480,"lowalch":5392,"highalch":8088,"buy_limit":8,"wiki_name":"Black d'hide body (g)","wiki_url":"https://oldschool.runescape.wiki/w/Black_d'hide_body_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":30,"defence_stab":30,"defence_slash":38,"defence_crush":45,"defence_magic":45,"defence_ranged":50,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"ranged":70,"defence":40}},"price":17000},"12383":{"id":12383,"name":"Black d'hide chaps (g)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":6220,"lowalch":2488,"highalch":3732,"buy_limit":8,"wiki_name":"Black d'hide chaps (g)","wiki_url":"https://oldschool.runescape.wiki/w/Black_d'hide_chaps_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":17,"defence_stab":18,"defence_slash":20,"defence_crush":26,"defence_magic":23,"defence_ranged":26,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"ranged":70}},"price":180273},"12385":{"id":12385,"name":"Black d'hide body (t)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":13480,"lowalch":5392,"highalch":8088,"buy_limit":8,"wiki_name":"Black d'hide body (t)","wiki_url":"https://oldschool.runescape.wiki/w/Black_d'hide_body_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":30,"defence_stab":30,"defence_slash":38,"defence_crush":45,"defence_magic":45,"defence_ranged":50,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"ranged":70,"defence":40}},"price":14700},"12387":{"id":12387,"name":"Black d'hide chaps (t)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":6220,"lowalch":2488,"highalch":3732,"buy_limit":8,"wiki_name":"Black d'hide chaps (t)","wiki_url":"https://oldschool.runescape.wiki/w/Black_d'hide_chaps_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":17,"defence_stab":18,"defence_slash":20,"defence_crush":26,"defence_magic":23,"defence_ranged":26,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"ranged":70}},"price":44147},"12389":{"id":12389,"name":"Gilded scimitar","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":25600,"lowalch":10240,"highalch":15360,"buy_limit":8,"wiki_name":"Gilded scimitar","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_scimitar","equipment":{"attack_stab":7,"attack_slash":45,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":44,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":40}},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":19625000},"12391":{"id":12391,"name":"Gilded boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":12500,"lowalch":5000,"highalch":7500,"buy_limit":8,"wiki_name":"Gilded boots","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":12,"defence_slash":13,"defence_crush":14,"defence_magic":0,"defence_ranged":0,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"defence":40}},"price":2579719},"12393":{"id":12393,"name":"Royal gown top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Royal gown top","wiki_url":"https://oldschool.runescape.wiki/w/Royal_gown_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":28644},"12395":{"id":12395,"name":"Royal gown bottom","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Royal gown bottom","wiki_url":"https://oldschool.runescape.wiki/w/Royal_gown_bottom","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":8862},"12397":{"id":12397,"name":"Royal crown","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":6000,"lowalch":2400,"highalch":3600,"buy_limit":4,"wiki_name":"Royal crown","wiki_url":"https://oldschool.runescape.wiki/w/Royal_crown","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":162501},"12399":{"id":12399,"name":"Partyhat & specs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1800,"lowalch":720,"highalch":1080,"buy_limit":4,"wiki_name":"Partyhat & specs","wiki_url":"https://oldschool.runescape.wiki/w/Partyhat_&_specs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":1464612},"12402":{"id":12402,"name":"Nardah teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":10000,"wiki_name":"Nardah teleport","wiki_url":"https://oldschool.runescape.wiki/w/Nardah_teleport","price":41383},"12403":{"id":12403,"name":"Digsite teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":10000,"wiki_name":"Digsite teleport","wiki_url":"https://oldschool.runescape.wiki/w/Digsite_teleport","price":28995},"12404":{"id":12404,"name":"Feldip hills teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":10000,"wiki_name":"Feldip hills teleport","wiki_url":"https://oldschool.runescape.wiki/w/Feldip_hills_teleport","price":2200},"12405":{"id":12405,"name":"Lunar isle teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":10000,"wiki_name":"Lunar isle teleport","wiki_url":"https://oldschool.runescape.wiki/w/Lunar_isle_teleport","price":3198},"12406":{"id":12406,"name":"Mort'ton teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":10000,"wiki_name":"Mort'ton teleport","wiki_url":"https://oldschool.runescape.wiki/w/Mort'ton_teleport","price":37874},"12407":{"id":12407,"name":"Pest control teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":10000,"wiki_name":"Pest control teleport","wiki_url":"https://oldschool.runescape.wiki/w/Pest_control_teleport","price":642},"12408":{"id":12408,"name":"Piscatoris teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":10000,"wiki_name":"Piscatoris teleport","wiki_url":"https://oldschool.runescape.wiki/w/Piscatoris_teleport","price":7233},"12409":{"id":12409,"name":"Tai bwo wannai teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":10000,"wiki_name":"Tai bwo wannai teleport","wiki_url":"https://oldschool.runescape.wiki/w/Tai_bwo_wannai_teleport","price":5586},"12410":{"id":12410,"name":"Iorwerth camp teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":10000,"wiki_name":"Iorwerth camp teleport","wiki_url":"https://oldschool.runescape.wiki/w/Iorwerth_camp_teleport","price":3404},"12411":{"id":12411,"name":"Mos le'harmless teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":10000,"wiki_name":"Mos le'harmless teleport","wiki_url":"https://oldschool.runescape.wiki/w/Mos_le'harmless_teleport","price":1046},"12412":{"id":12412,"name":"Pirate hat & patch","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"buy_limit":150,"wiki_name":"Pirate hat & patch","wiki_url":"https://oldschool.runescape.wiki/w/Pirate_hat_&_patch","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":672943},"12414":{"id":12414,"name":"Dragon chainbody (g)","members":true,"equipable":true,"equipable_by_player":true,"cost":250000,"lowalch":100000,"highalch":150000,"wiki_name":"Dragon chainbody (g)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_chainbody_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":0,"defence_stab":81,"defence_slash":93,"defence_crush":98,"defence_magic":-3,"defence_ranged":82,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":60}},"price":0},"12415":{"id":12415,"name":"Dragon platelegs (g)","members":true,"equipable":true,"equipable_by_player":true,"cost":270000,"wiki_name":"Dragon platelegs (g)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_platelegs_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":68,"defence_slash":66,"defence_crush":63,"defence_magic":-4,"defence_ranged":65,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":60}},"price":0},"12416":{"id":12416,"name":"Dragon plateskirt (g)","members":true,"equipable":true,"equipable_by_player":true,"cost":270000,"wiki_name":"Dragon plateskirt (g)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_plateskirt_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":68,"defence_slash":66,"defence_crush":63,"defence_magic":-4,"defence_ranged":65,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":60}},"price":0},"12417":{"id":12417,"name":"Dragon full helm (g)","members":true,"equipable":true,"equipable_by_player":true,"cost":150000,"lowalch":60000,"highalch":90000,"wiki_name":"Dragon full helm (g)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_full_helm_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":45,"defence_slash":48,"defence_crush":41,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":60}},"price":0},"12418":{"id":12418,"name":"Dragon sq shield (g)","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Dragon sq shield (g)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_sq_shield_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":0,"defence_stab":50,"defence_slash":52,"defence_crush":48,"defence_magic":0,"defence_ranged":50,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":60}},"price":0},"12419":{"id":12419,"name":"Light infinity hat","members":true,"equipable":true,"equipable_by_player":true,"cost":17000,"lowalch":6800,"highalch":10200,"wiki_name":"Light infinity hat","wiki_url":"https://oldschool.runescape.wiki/w/Light_infinity_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":6,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":6,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"head","requirements":{"magic":50,"defence":25}},"price":0},"12420":{"id":12420,"name":"Light infinity top","members":true,"equipable":true,"equipable_by_player":true,"cost":140000,"lowalch":56000,"highalch":84000,"wiki_name":"Light infinity top","wiki_url":"https://oldschool.runescape.wiki/w/Light_infinity_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":22,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":22,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"body","requirements":{"magic":50,"defence":25}},"price":0},"12421":{"id":12421,"name":"Light infinity bottoms","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Light infinity bottoms","wiki_url":"https://oldschool.runescape.wiki/w/Light_infinity_bottoms","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":17,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":17,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"legs","requirements":{"magic":50,"defence":25}},"price":0},"12422":{"id":12422,"name":"3rd age wand","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":150000,"lowalch":60000,"highalch":90000,"buy_limit":8,"wiki_name":"3rd age wand","wiki_url":"https://oldschool.runescape.wiki/w/3rd_age_wand","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":20,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":20,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":65}},"weapon":{"attack_speed":4,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":1101027528},"12424":{"id":12424,"name":"3rd age bow","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":150000,"lowalch":60000,"highalch":90000,"buy_limit":8,"wiki_name":"3rd age bow","wiki_url":"https://oldschool.runescape.wiki/w/3rd_age_bow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":80,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":65}},"weapon":{"attack_speed":4,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":1970003504},"12426":{"id":12426,"name":"3rd age longsword","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":150000,"lowalch":60000,"highalch":90000,"buy_limit":8,"wiki_name":"3rd age longsword","wiki_url":"https://oldschool.runescape.wiki/w/3rd_age_longsword","equipment":{"attack_stab":0,"attack_slash":72,"attack_crush":60,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":75,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":65}},"weapon":{"attack_speed":5,"weapon_type":"2h_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"smash","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":2147483647},"12428":{"id":12428,"name":"Penguin mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1200,"lowalch":480,"highalch":720,"buy_limit":4,"wiki_name":"Penguin mask","wiki_url":"https://oldschool.runescape.wiki/w/Penguin_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":2338},"12430":{"id":12430,"name":"Afro","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":684,"lowalch":273,"highalch":410,"buy_limit":4,"wiki_name":"Afro","wiki_url":"https://oldschool.runescape.wiki/w/Afro","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":470003},"12432":{"id":12432,"name":"Top hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1800,"lowalch":720,"highalch":1080,"buy_limit":4,"wiki_name":"Top hat","wiki_url":"https://oldschool.runescape.wiki/w/Top_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":286729},"12434":{"id":12434,"name":"Top hat & monocle","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":4000,"lowalch":1600,"highalch":2400,"buy_limit":4,"wiki_name":"Top hat & monocle","wiki_url":"https://oldschool.runescape.wiki/w/Top_hat_&_monocle","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":138398},"12436":{"id":12436,"name":"Amulet of fury (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":206000,"lowalch":82400,"highalch":123600,"wiki_name":"Amulet of fury (or)","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_fury_(or)","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":10,"attack_magic":10,"attack_ranged":10,"defence_stab":15,"defence_slash":15,"defence_crush":15,"defence_magic":15,"defence_ranged":15,"melee_strength":8,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"neck","requirements":null},"price":0},"12437":{"id":12437,"name":"3rd age cloak","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":85000,"lowalch":34000,"highalch":51000,"buy_limit":8,"wiki_name":"3rd age cloak","wiki_url":"https://oldschool.runescape.wiki/w/3rd_age_cloak","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"cape","requirements":{"prayer":65}},"price":949943945},"12439":{"id":12439,"name":"Royal sceptre","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Royal sceptre","wiki_url":"https://oldschool.runescape.wiki/w/Royal_sceptre","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"polestaff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":264613},"12441":{"id":12441,"name":"Musketeer tabard","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1880,"lowalch":752,"highalch":1128,"buy_limit":4,"wiki_name":"Musketeer tabard","wiki_url":"https://oldschool.runescape.wiki/w/Musketeer_tabard","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":35588},"12443":{"id":12443,"name":"Musketeer pants","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1870,"lowalch":748,"highalch":1122,"buy_limit":4,"wiki_name":"Musketeer pants","wiki_url":"https://oldschool.runescape.wiki/w/Musketeer_pants","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":16997},"12445":{"id":12445,"name":"Black skirt (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":4,"wiki_name":"Black skirt (g)","wiki_url":"https://oldschool.runescape.wiki/w/Black_skirt_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":8500},"12447":{"id":12447,"name":"Black skirt (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":4,"wiki_name":"Black skirt (t)","wiki_url":"https://oldschool.runescape.wiki/w/Black_skirt_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":10428},"12449":{"id":12449,"name":"Black wizard robe (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":4,"wiki_name":"Black wizard robe (g)","wiki_url":"https://oldschool.runescape.wiki/w/Black_wizard_robe_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":152973},"12451":{"id":12451,"name":"Black wizard robe (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15,"lowalch":6,"highalch":9,"buy_limit":4,"wiki_name":"Black wizard robe (t)","wiki_url":"https://oldschool.runescape.wiki/w/Black_wizard_robe_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":54376},"12453":{"id":12453,"name":"Black wizard hat (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":4,"wiki_name":"Black wizard hat (g)","wiki_url":"https://oldschool.runescape.wiki/w/Black_wizard_hat_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":2,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":2,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":298926},"12455":{"id":12455,"name":"Black wizard hat (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":4,"wiki_name":"Black wizard hat (t)","wiki_url":"https://oldschool.runescape.wiki/w/Black_wizard_hat_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":2,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":2,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":68515},"12457":{"id":12457,"name":"Dark infinity hat","members":true,"equipable":true,"equipable_by_player":true,"cost":17000,"lowalch":6800,"highalch":10200,"wiki_name":"Dark infinity hat","wiki_url":"https://oldschool.runescape.wiki/w/Dark_infinity_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":6,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":6,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"head","requirements":{"magic":50,"defence":25}},"price":0},"12458":{"id":12458,"name":"Dark infinity top","members":true,"equipable":true,"equipable_by_player":true,"cost":140000,"lowalch":56000,"highalch":84000,"wiki_name":"Dark infinity top","wiki_url":"https://oldschool.runescape.wiki/w/Dark_infinity_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":22,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":22,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"body","requirements":{"magic":50,"defence":25}},"price":0},"12459":{"id":12459,"name":"Dark infinity bottoms","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Dark infinity bottoms","wiki_url":"https://oldschool.runescape.wiki/w/Dark_infinity_bottoms","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":17,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":17,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"legs","requirements":{"magic":50,"defence":25}},"price":0},"12460":{"id":12460,"name":"Ancient platebody","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":65000,"lowalch":26000,"highalch":39000,"buy_limit":8,"wiki_name":"Ancient platebody","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_platebody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":82,"defence_slash":80,"defence_crush":72,"defence_magic":-6,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"body","requirements":{"defence":40}},"price":46268},"12462":{"id":12462,"name":"Ancient platelegs","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":64000,"lowalch":25600,"highalch":38400,"buy_limit":8,"wiki_name":"Ancient platelegs","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_platelegs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":51,"defence_slash":49,"defence_crush":47,"defence_magic":-4,"defence_ranged":49,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"legs","requirements":{"defence":40}},"price":46449},"12464":{"id":12464,"name":"Ancient plateskirt","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":64000,"lowalch":25600,"highalch":38400,"buy_limit":8,"wiki_name":"Ancient plateskirt","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_plateskirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":51,"defence_slash":49,"defence_crush":47,"defence_magic":-4,"defence_ranged":49,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"legs","requirements":{"defence":40}},"price":37566},"12466":{"id":12466,"name":"Ancient full helm","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"buy_limit":8,"wiki_name":"Ancient full helm","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_full_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"head","requirements":{"defence":40}},"price":42998},"12468":{"id":12468,"name":"Ancient kiteshield","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":54400,"lowalch":21760,"highalch":32640,"buy_limit":8,"wiki_name":"Ancient kiteshield","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_kiteshield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-2,"defence_stab":44,"defence_slash":48,"defence_crush":46,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"shield","requirements":{"defence":40}},"price":50587},"12470":{"id":12470,"name":"Armadyl platebody","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":65000,"lowalch":26000,"highalch":39000,"buy_limit":8,"wiki_name":"Armadyl platebody","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_platebody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":82,"defence_slash":80,"defence_crush":72,"defence_magic":-6,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"body","requirements":{"defence":40}},"price":46801},"12472":{"id":12472,"name":"Armadyl platelegs","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":64000,"lowalch":25600,"highalch":38400,"buy_limit":8,"wiki_name":"Armadyl platelegs","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_platelegs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":51,"defence_slash":49,"defence_crush":47,"defence_magic":-4,"defence_ranged":49,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"legs","requirements":{"defence":40}},"price":39650},"12474":{"id":12474,"name":"Armadyl plateskirt","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":64000,"lowalch":25600,"highalch":38400,"buy_limit":8,"wiki_name":"Armadyl plateskirt","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_plateskirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":51,"defence_slash":49,"defence_crush":47,"defence_magic":-4,"defence_ranged":49,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"legs","requirements":{"defence":40}},"price":40528},"12476":{"id":12476,"name":"Armadyl full helm","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"buy_limit":8,"wiki_name":"Armadyl full helm","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_full_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"head","requirements":{"defence":40}},"price":31491},"12478":{"id":12478,"name":"Armadyl kiteshield","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":54400,"lowalch":21760,"highalch":32640,"buy_limit":8,"wiki_name":"Armadyl kiteshield","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_kiteshield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-2,"defence_stab":44,"defence_slash":48,"defence_crush":46,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"shield","requirements":{"defence":40}},"price":36550},"12480":{"id":12480,"name":"Bandos platebody","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":65000,"lowalch":26000,"highalch":39000,"buy_limit":8,"wiki_name":"Bandos platebody","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_platebody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":82,"defence_slash":80,"defence_crush":72,"defence_magic":-6,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"body","requirements":{"defence":40}},"price":215740},"12482":{"id":12482,"name":"Bandos platelegs","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":64000,"lowalch":25600,"highalch":38400,"buy_limit":8,"wiki_name":"Bandos platelegs","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_platelegs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":51,"defence_slash":49,"defence_crush":47,"defence_magic":-4,"defence_ranged":49,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"legs","requirements":{"defence":40}},"price":40762},"12484":{"id":12484,"name":"Bandos plateskirt","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":64000,"lowalch":25600,"highalch":38400,"buy_limit":8,"wiki_name":"Bandos plateskirt","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_plateskirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":51,"defence_slash":49,"defence_crush":47,"defence_magic":-4,"defence_ranged":49,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"legs","requirements":{"defence":40}},"price":40276},"12486":{"id":12486,"name":"Bandos full helm","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"buy_limit":8,"wiki_name":"Bandos full helm","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_full_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"head","requirements":{"defence":40}},"price":20869},"12488":{"id":12488,"name":"Bandos kiteshield","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":54400,"lowalch":21760,"highalch":32640,"buy_limit":8,"wiki_name":"Bandos kiteshield","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_kiteshield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-2,"defence_stab":44,"defence_slash":48,"defence_crush":46,"defence_magic":-1,"defence_ranged":46,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"shield","requirements":{"defence":40}},"price":35310},"12490":{"id":12490,"name":"Ancient bracers","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":4000,"lowalch":1600,"highalch":2400,"buy_limit":8,"wiki_name":"Ancient bracers","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_bracers","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":11,"defence_stab":6,"defence_slash":5,"defence_crush":7,"defence_magic":8,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"hands","requirements":{"ranged":70,"defence":40}},"price":157499},"12492":{"id":12492,"name":"Ancient d'hide body","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":13000,"lowalch":5200,"highalch":7800,"buy_limit":8,"wiki_name":"Ancient d'hide body","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_d'hide_body","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":30,"defence_stab":55,"defence_slash":47,"defence_crush":60,"defence_magic":50,"defence_ranged":55,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"body","requirements":{"ranged":70,"defence":40}},"price":230742},"12494":{"id":12494,"name":"Ancient chaps","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":6000,"lowalch":2400,"highalch":3600,"buy_limit":8,"wiki_name":"Ancient chaps","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_chaps","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":17,"defence_stab":31,"defence_slash":25,"defence_crush":33,"defence_magic":28,"defence_ranged":31,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"legs","requirements":{"ranged":70,"defence":40}},"price":488228},"12496":{"id":12496,"name":"Ancient coif","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":8,"wiki_name":"Ancient coif","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_coif","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-1,"attack_ranged":7,"defence_stab":4,"defence_slash":7,"defence_crush":10,"defence_magic":4,"defence_ranged":8,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"head","requirements":{"ranged":70,"defence":40}},"price":172816},"12498":{"id":12498,"name":"Bandos bracers","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":4000,"lowalch":1600,"highalch":2400,"buy_limit":8,"wiki_name":"Bandos bracers","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_bracers","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":11,"defence_stab":6,"defence_slash":5,"defence_crush":7,"defence_magic":8,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"hands","requirements":{"ranged":70,"defence":40}},"price":101600},"12500":{"id":12500,"name":"Bandos d'hide body","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":13000,"lowalch":5200,"highalch":7800,"buy_limit":8,"wiki_name":"Bandos d'hide body","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_d'hide_body","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":30,"defence_stab":55,"defence_slash":47,"defence_crush":60,"defence_magic":50,"defence_ranged":55,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"body","requirements":{"ranged":70,"defence":40}},"price":211030},"12502":{"id":12502,"name":"Bandos chaps","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":6000,"lowalch":2400,"highalch":3600,"buy_limit":8,"wiki_name":"Bandos chaps","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_chaps","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":17,"defence_stab":31,"defence_slash":25,"defence_crush":33,"defence_magic":28,"defence_ranged":31,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"legs","requirements":{"ranged":70,"defence":40}},"price":447088},"12504":{"id":12504,"name":"Bandos coif","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":8,"wiki_name":"Bandos coif","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_coif","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-1,"attack_ranged":7,"defence_stab":4,"defence_slash":7,"defence_crush":10,"defence_magic":4,"defence_ranged":8,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"head","requirements":{"ranged":70,"defence":40}},"price":147092},"12506":{"id":12506,"name":"Armadyl bracers","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":4000,"lowalch":1600,"highalch":2400,"buy_limit":8,"wiki_name":"Armadyl bracers","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_bracers","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":11,"defence_stab":6,"defence_slash":5,"defence_crush":7,"defence_magic":8,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"hands","requirements":{"ranged":70,"defence":40}},"price":127751},"12508":{"id":12508,"name":"Armadyl d'hide body","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":13000,"lowalch":5200,"highalch":7800,"buy_limit":8,"wiki_name":"Armadyl d'hide body","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_d'hide_body","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":30,"defence_stab":55,"defence_slash":47,"defence_crush":60,"defence_magic":50,"defence_ranged":55,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"body","requirements":{"ranged":70,"defence":40}},"price":294258},"12510":{"id":12510,"name":"Armadyl chaps","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":6000,"lowalch":2400,"highalch":3600,"buy_limit":8,"wiki_name":"Armadyl chaps","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_chaps","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":17,"defence_stab":31,"defence_slash":25,"defence_crush":33,"defence_magic":28,"defence_ranged":31,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"legs","requirements":{"ranged":70,"defence":40}},"price":615456},"12512":{"id":12512,"name":"Armadyl coif","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":8,"wiki_name":"Armadyl coif","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_coif","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-1,"attack_ranged":7,"defence_stab":4,"defence_slash":7,"defence_crush":10,"defence_magic":4,"defence_ranged":8,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"head","requirements":{"ranged":70,"defence":40}},"price":156500},"12514":{"id":12514,"name":"Explorer backpack","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1550,"lowalch":620,"highalch":930,"buy_limit":4,"wiki_name":"Explorer backpack","wiki_url":"https://oldschool.runescape.wiki/w/Explorer_backpack","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":21475},"12516":{"id":12516,"name":"Pith helmet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":860,"lowalch":344,"highalch":516,"buy_limit":4,"wiki_name":"Pith helmet","wiki_url":"https://oldschool.runescape.wiki/w/Pith_helmet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":4129},"12518":{"id":12518,"name":"Green dragon mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":4,"wiki_name":"Green dragon mask","wiki_url":"https://oldschool.runescape.wiki/w/Green_dragon_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":6081},"12520":{"id":12520,"name":"Blue dragon mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":4,"wiki_name":"Blue dragon mask","wiki_url":"https://oldschool.runescape.wiki/w/Blue_dragon_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":7379},"12522":{"id":12522,"name":"Red dragon mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":4,"wiki_name":"Red dragon mask","wiki_url":"https://oldschool.runescape.wiki/w/Red_dragon_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":6155},"12524":{"id":12524,"name":"Black dragon mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":4,"wiki_name":"Black dragon mask","wiki_url":"https://oldschool.runescape.wiki/w/Black_dragon_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":223641},"12526":{"id":12526,"name":"Fury ornament kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Fury ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Fury_ornament_kit","price":454446},"12528":{"id":12528,"name":"Dark infinity colour kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Dark infinity colour kit","wiki_url":"https://oldschool.runescape.wiki/w/Dark_infinity_colour_kit","price":55832},"12530":{"id":12530,"name":"Light infinity colour kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Light infinity colour kit","wiki_url":"https://oldschool.runescape.wiki/w/Light_infinity_colour_kit","price":21996},"12532":{"id":12532,"name":"Dragon sq shield ornament kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Dragon sq shield ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_sq_shield_ornament_kit","price":10247},"12534":{"id":12534,"name":"Dragon chainbody ornament kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Dragon chainbody ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_chainbody_ornament_kit","price":9950},"12536":{"id":12536,"name":"Dragon legs/skirt ornament kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Dragon legs/skirt ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_legs/skirt_ornament_kit","price":10665},"12538":{"id":12538,"name":"Dragon full helm ornament kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Dragon full helm ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_full_helm_ornament_kit","price":15000},"12540":{"id":12540,"name":"Deerstalker","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2300,"lowalch":920,"highalch":1380,"buy_limit":4,"wiki_name":"Deerstalker","wiki_url":"https://oldschool.runescape.wiki/w/Deerstalker","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":14123},"12592":{"id":12592,"name":"Black pick head","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Black pick head","wiki_url":"https://oldschool.runescape.wiki/w/Black_pick_head","price":0},"12594":{"id":12594,"name":"Broken pickaxe","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Broken pickaxe (black)","wiki_url":"https://oldschool.runescape.wiki/w/Broken_pickaxe_(black)","price":0},"12596":{"id":12596,"name":"Rangers' tunic","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":12000,"lowalch":4800,"highalch":7200,"buy_limit":4,"wiki_name":"Rangers' tunic","wiki_url":"https://oldschool.runescape.wiki/w/Rangers'_tunic","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":15,"defence_stab":6,"defence_slash":9,"defence_crush":12,"defence_magic":6,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"ranged":40}},"price":4927604},"12598":{"id":12598,"name":"Holy sandals","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":4,"wiki_name":"Holy sandals","wiki_url":"https://oldschool.runescape.wiki/w/Holy_sandals","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"feet","requirements":{"prayer":31}},"price":2535011},"12600":{"id":12600,"name":"Druidic wreath","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Druidic wreath","wiki_url":"https://oldschool.runescape.wiki/w/Druidic_wreath","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"12601":{"id":12601,"name":"Ring of the gods","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50000,"lowalch":20000,"highalch":30000,"buy_limit":8,"wiki_name":"Ring of the gods","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_the_gods","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":1,"defence_ranged":1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"ring","requirements":null},"price":5212500},"12603":{"id":12603,"name":"Tyrannical ring","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50000,"lowalch":20000,"highalch":30000,"buy_limit":8,"wiki_name":"Tyrannical ring","wiki_url":"https://oldschool.runescape.wiki/w/Tyrannical_ring","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":4,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":4,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":318308},"12605":{"id":12605,"name":"Treasonous ring","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50000,"lowalch":20000,"highalch":30000,"buy_limit":8,"wiki_name":"Treasonous ring","wiki_url":"https://oldschool.runescape.wiki/w/Treasonous_ring","equipment":{"attack_stab":4,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":4,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":179058},"12607":{"id":12607,"name":"Damaged book","members":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Damaged book (Bandos)","wiki_url":"https://oldschool.runescape.wiki/w/Damaged_book_(Bandos)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":null},"price":0},"12608":{"id":12608,"name":"Book of war","members":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Book of war","wiki_url":"https://oldschool.runescape.wiki/w/Book_of_war","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":null},"price":0},"12609":{"id":12609,"name":"Damaged book","members":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Damaged book (Armadyl)","wiki_url":"https://oldschool.runescape.wiki/w/Damaged_book_(Armadyl)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":null},"price":0},"12610":{"id":12610,"name":"Book of law","members":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Book of law","wiki_url":"https://oldschool.runescape.wiki/w/Book_of_law","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":10,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":null},"price":0},"12611":{"id":12611,"name":"Damaged book","members":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Damaged book (Ancient)","wiki_url":"https://oldschool.runescape.wiki/w/Damaged_book_(Ancient)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":null},"price":0},"12612":{"id":12612,"name":"Book of darkness","members":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Book of darkness","wiki_url":"https://oldschool.runescape.wiki/w/Book_of_darkness","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":10,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":null},"price":0},"12613":{"id":12613,"name":"Bandos page 1","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":5,"wiki_name":"Bandos page 1","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_page_1","price":2077},"12614":{"id":12614,"name":"Bandos page 2","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":5,"wiki_name":"Bandos page 2","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_page_2","price":1989},"12615":{"id":12615,"name":"Bandos page 3","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":5,"wiki_name":"Bandos page 3","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_page_3","price":2156},"12616":{"id":12616,"name":"Bandos page 4","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":5,"wiki_name":"Bandos page 4","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_page_4","price":3081},"12617":{"id":12617,"name":"Armadyl page 1","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":5,"wiki_name":"Armadyl page 1","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_page_1","price":11728},"12618":{"id":12618,"name":"Armadyl page 2","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":5,"wiki_name":"Armadyl page 2","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_page_2","price":7495},"12619":{"id":12619,"name":"Armadyl page 3","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":5,"wiki_name":"Armadyl page 3","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_page_3","price":16469},"12620":{"id":12620,"name":"Armadyl page 4","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":5,"wiki_name":"Armadyl page 4","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_page_4","price":18421},"12621":{"id":12621,"name":"Ancient page 1","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":5,"wiki_name":"Ancient page 1","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_page_1","price":18239},"12622":{"id":12622,"name":"Ancient page 2","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":5,"wiki_name":"Ancient page 2","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_page_2","price":22597},"12623":{"id":12623,"name":"Ancient page 3","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":5,"wiki_name":"Ancient page 3","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_page_3","price":32000},"12624":{"id":12624,"name":"Ancient page 4","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":5,"wiki_name":"Ancient page 4","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_page_4","price":13079},"12625":{"id":12625,"name":"Stamina potion(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":2000,"wiki_name":"Stamina potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Stamina_potion#4_dose","price":9231},"12627":{"id":12627,"name":"Stamina potion(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":2000,"wiki_name":"Stamina potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Stamina_potion#3_dose","price":6899},"12629":{"id":12629,"name":"Stamina potion(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":2000,"wiki_name":"Stamina potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Stamina_potion#2_dose","price":4492},"12631":{"id":12631,"name":"Stamina potion(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":2000,"wiki_name":"Stamina potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Stamina_potion#1_dose","price":2298},"12633":{"id":12633,"name":"Stamina mix(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":2000,"wiki_name":"Stamina mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Stamina_mix#2_dose","price":4928},"12635":{"id":12635,"name":"Stamina mix(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":2000,"wiki_name":"Stamina mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Stamina_mix#1_dose","price":1770},"12637":{"id":12637,"name":"Saradomin halo","members":true,"equipable":true,"equipable_by_player":true,"cost":150000,"lowalch":60000,"highalch":90000,"wiki_name":"Saradomin halo (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_halo#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":11,"defence_slash":12,"defence_crush":10,"defence_magic":11,"defence_ranged":-1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"head","requirements":null},"price":0},"12638":{"id":12638,"name":"Zamorak halo","members":true,"equipable":true,"equipable_by_player":true,"cost":150000,"lowalch":60000,"highalch":90000,"wiki_name":"Zamorak halo (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_halo#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":11,"defence_slash":12,"defence_crush":10,"defence_magic":11,"defence_ranged":-1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"head","requirements":null},"price":0},"12639":{"id":12639,"name":"Guthix halo","members":true,"equipable":true,"equipable_by_player":true,"cost":150000,"lowalch":60000,"highalch":90000,"wiki_name":"Guthix halo (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_halo#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":11,"defence_slash":12,"defence_crush":10,"defence_magic":11,"defence_ranged":-1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"head","requirements":null},"price":0},"12640":{"id":12640,"name":"Amylase crystal","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":11000,"wiki_name":"Amylase crystal","wiki_url":"https://oldschool.runescape.wiki/w/Amylase_crystal","price":776},"12641":{"id":12641,"name":"Amylase pack","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Amylase pack","wiki_url":"https://oldschool.runescape.wiki/w/Amylase_pack","price":0},"12642":{"id":12642,"name":"Lumberyard teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":10000,"wiki_name":"Lumberyard teleport","wiki_url":"https://oldschool.runescape.wiki/w/Lumberyard_teleport","price":8077},"12643":{"id":12643,"name":"Pet dagannoth supreme","members":true,"cost":1,"wiki_name":"Pet dagannoth supreme","wiki_url":"https://oldschool.runescape.wiki/w/Pet_dagannoth_supreme","price":0},"12644":{"id":12644,"name":"Pet dagannoth prime","members":true,"cost":1,"wiki_name":"Pet dagannoth prime","wiki_url":"https://oldschool.runescape.wiki/w/Pet_dagannoth_prime","price":0},"12645":{"id":12645,"name":"Pet dagannoth rex","members":true,"cost":1,"wiki_name":"Pet dagannoth rex","wiki_url":"https://oldschool.runescape.wiki/w/Pet_dagannoth_rex","price":0},"12646":{"id":12646,"name":"Baby mole","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Baby mole (Mole)","wiki_url":"https://oldschool.runescape.wiki/w/Baby_mole#Mole","price":0},"12647":{"id":12647,"name":"Kalphite princess","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Kalphite princess (Crawling)","wiki_url":"https://oldschool.runescape.wiki/w/Kalphite_princess#Crawling","price":0},"12648":{"id":12648,"name":"Pet smoke devil","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pet smoke devil (Thermonuclear)","wiki_url":"https://oldschool.runescape.wiki/w/Pet_smoke_devil#Thermonuclear","price":0},"12649":{"id":12649,"name":"Pet kree'arra","members":true,"cost":1,"wiki_name":"Pet kree'arra","wiki_url":"https://oldschool.runescape.wiki/w/Pet_kree'arra","price":0},"12650":{"id":12650,"name":"Pet general graardor","members":true,"cost":1,"wiki_name":"Pet general graardor","wiki_url":"https://oldschool.runescape.wiki/w/Pet_general_graardor","price":0},"12651":{"id":12651,"name":"Pet zilyana","members":true,"cost":1,"wiki_name":"Pet zilyana","wiki_url":"https://oldschool.runescape.wiki/w/Pet_zilyana","price":0},"12652":{"id":12652,"name":"Pet k'ril tsutsaroth","members":true,"cost":1,"wiki_name":"Pet k'ril tsutsaroth","wiki_url":"https://oldschool.runescape.wiki/w/Pet_k'ril_tsutsaroth","price":0},"12653":{"id":12653,"name":"Prince black dragon","members":true,"cost":1,"wiki_name":"Prince black dragon","wiki_url":"https://oldschool.runescape.wiki/w/Prince_black_dragon","price":0},"12654":{"id":12654,"name":"Kalphite princess","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Kalphite princess (Airborne)","wiki_url":"https://oldschool.runescape.wiki/w/Kalphite_princess#Airborne","price":0},"12655":{"id":12655,"name":"Pet kraken","members":true,"cost":1,"wiki_name":"Pet kraken","wiki_url":"https://oldschool.runescape.wiki/w/Pet_kraken","price":0},"12656":{"id":12656,"name":"Junk","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Junk (Regular)","wiki_url":"https://oldschool.runescape.wiki/w/Junk#Regular","price":0},"12657":{"id":12657,"name":"Junk","members":true,"stackable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Junk (Stackable)","wiki_url":"https://oldschool.runescape.wiki/w/Junk#Stackable","price":0},"12658":{"id":12658,"name":"Iban's staff (u)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":85000,"lowalch":34000,"highalch":51000,"wiki_name":"Iban's staff (u)","wiki_url":"https://oldschool.runescape.wiki/w/Iban's_staff_(u)","equipment":{"attack_stab":10,"attack_slash":-1,"attack_crush":40,"attack_magic":10,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":10,"defence_ranged":0,"melee_strength":50,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":50,"magic":50}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"12659":{"id":12659,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (Helmet)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape#Helmet","price":0},"12660":{"id":12660,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (Goatee)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape#Goatee","price":0},"12661":{"id":12661,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (Long)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape#Long","price":0},"12662":{"id":12662,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (Medium)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape#Medium","price":0},"12663":{"id":12663,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (Small moustache)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape#Small_moustache","price":0},"12664":{"id":12664,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (Clean-shaven)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape#Clean-shaven","price":0},"12665":{"id":12665,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (Short)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape#Short","price":0},"12666":{"id":12666,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (Pointy)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape#Pointy","price":0},"12667":{"id":12667,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (Split)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape#Split","price":0},"12668":{"id":12668,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (Handlebar)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape#Handlebar","price":0},"12669":{"id":12669,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (Mutton)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape#Mutton","price":0},"12670":{"id":12670,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (Full mutton)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape#Full_mutton","price":0},"12671":{"id":12671,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (Big moustache)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape#Big_moustache","price":0},"12672":{"id":12672,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (Waxed moustache)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape#Waxed_moustache","price":0},"12673":{"id":12673,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (Dali)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape#Dali","price":0},"12674":{"id":12674,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (Vizier)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape#Vizier","price":0},"12691":{"id":12691,"name":"Tyrannical ring (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Tyrannical ring (i) (Nightmare Zone)","wiki_url":"https://oldschool.runescape.wiki/w/Tyrannical_ring_(i)#Nightmare_Zone","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":8,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":8,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"12692":{"id":12692,"name":"Treasonous ring (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Treasonous ring (i) (Nightmare Zone)","wiki_url":"https://oldschool.runescape.wiki/w/Treasonous_ring_(i)#Nightmare_Zone","equipment":{"attack_stab":8,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":8,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"12693":{"id":12693,"name":"Kree'arra","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Kree'arra (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Kree'arra_(unobtainable_item)","price":0},"12694":{"id":12694,"name":"Chaos elemental","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chaos elemental (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Chaos_elemental_(unobtainable_item)","price":0},"12695":{"id":12695,"name":"Super combat potion(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":2000,"wiki_name":"Super combat potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_combat_potion#4_dose","price":22391},"12697":{"id":12697,"name":"Super combat potion(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":170,"lowalch":68,"highalch":102,"buy_limit":2000,"wiki_name":"Super combat potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_combat_potion#3_dose","price":16999},"12699":{"id":12699,"name":"Super combat potion(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":2000,"wiki_name":"Super combat potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_combat_potion#2_dose","price":11831},"12701":{"id":12701,"name":"Super combat potion(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":2000,"wiki_name":"Super combat potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_combat_potion#1_dose","price":5347},"12703":{"id":12703,"name":"Pet penance queen","members":true,"cost":1,"wiki_name":"Pet penance queen","wiki_url":"https://oldschool.runescape.wiki/w/Pet_penance_queen","price":0},"12704":{"id":12704,"name":"Oak house","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"12705":{"id":12705,"name":"Teak house","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"12706":{"id":12706,"name":"Mahogany house","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"12707":{"id":12707,"name":"Consecrated house","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"12708":{"id":12708,"name":"Desecrated house","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"12709":{"id":12709,"name":"Nature house","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"12710":{"id":12710,"name":"Grassland habitat","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"12711":{"id":12711,"name":"Forest habitat","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"12712":{"id":12712,"name":"Desert habitat","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"12713":{"id":12713,"name":"Polar habitat","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"12714":{"id":12714,"name":"Volcanic habitat","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"12715":{"id":12715,"name":"Oak scratching post","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"12716":{"id":12716,"name":"Teak scratching post","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"12717":{"id":12717,"name":"Mahogany scratching post","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"12718":{"id":12718,"name":"Simple arena","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"12719":{"id":12719,"name":"Advanced arena","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"12720":{"id":12720,"name":"Glorious arena","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"12721":{"id":12721,"name":"Pet list","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"12722":{"id":12722,"name":"Oak feeder","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"12723":{"id":12723,"name":"Teak feeder","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"12724":{"id":12724,"name":"Mahogany feeder","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"12725":{"id":12725,"name":"Menagerie","incomplete":true,"cost":30000,"lowalch":12000,"highalch":18000,"price":0},"12727":{"id":12727,"name":"Goblin paint cannon","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":150,"lowalch":60,"highalch":90,"wiki_name":"Goblin paint cannon","wiki_url":"https://oldschool.runescape.wiki/w/Goblin_paint_cannon","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":3,"weapon_type":"unarmed","stances":[{"combat_style":"punch","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"kick","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"12728":{"id":12728,"name":"Air rune pack","tradeable":true,"noteable":true,"cost":430,"lowalch":172,"highalch":258,"wiki_name":"Air rune pack","wiki_url":"https://oldschool.runescape.wiki/w/Air_rune_pack","price":0},"12730":{"id":12730,"name":"Water rune pack","tradeable":true,"noteable":true,"cost":430,"lowalch":172,"highalch":258,"wiki_name":"Water rune pack","wiki_url":"https://oldschool.runescape.wiki/w/Water_rune_pack","price":0},"12732":{"id":12732,"name":"Earth rune pack","tradeable":true,"noteable":true,"cost":430,"lowalch":172,"highalch":258,"wiki_name":"Earth rune pack","wiki_url":"https://oldschool.runescape.wiki/w/Earth_rune_pack","price":0},"12734":{"id":12734,"name":"Fire rune pack","tradeable":true,"noteable":true,"cost":430,"lowalch":172,"highalch":258,"wiki_name":"Fire rune pack","wiki_url":"https://oldschool.runescape.wiki/w/Fire_rune_pack","price":0},"12736":{"id":12736,"name":"Mind rune pack","tradeable":true,"noteable":true,"cost":330,"lowalch":132,"highalch":198,"wiki_name":"Mind rune pack","wiki_url":"https://oldschool.runescape.wiki/w/Mind_rune_pack","price":0},"12738":{"id":12738,"name":"Chaos rune pack","tradeable":true,"noteable":true,"cost":9950,"lowalch":3980,"highalch":5970,"wiki_name":"Chaos rune pack","wiki_url":"https://oldschool.runescape.wiki/w/Chaos_rune_pack","price":0},"12740":{"id":12740,"name":"Bird snare pack","members":true,"tradeable":true,"noteable":true,"cost":505,"lowalch":202,"highalch":303,"wiki_name":"Bird snare pack","wiki_url":"https://oldschool.runescape.wiki/w/Bird_snare_pack","price":0},"12742":{"id":12742,"name":"Box trap pack","members":true,"tradeable":true,"noteable":true,"cost":3200,"lowalch":1280,"highalch":1920,"wiki_name":"Box trap pack","wiki_url":"https://oldschool.runescape.wiki/w/Box_trap_pack","price":0},"12744":{"id":12744,"name":"Magic imp box pack","members":true,"tradeable":true,"noteable":true,"cost":60000,"lowalch":24000,"highalch":36000,"wiki_name":"Magic imp box pack","wiki_url":"https://oldschool.runescape.wiki/w/Magic_imp_box_pack","price":0},"12746":{"id":12746,"name":"Archaic emblem (tier 1)","members":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Archaic emblem (Tier 1)","wiki_url":"https://oldschool.runescape.wiki/w/Archaic_emblem#Tier_1","price":0},"12747":{"id":12747,"name":"Archaic emblem (tier 1)","members":true,"stackable":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Archaic emblem (discontinued) (Tier 1)","wiki_url":"https://oldschool.runescape.wiki/w/Archaic_emblem_(discontinued)#Tier_1","price":0},"12748":{"id":12748,"name":"Archaic emblem (tier 2)","members":true,"cost":50001,"lowalch":20000,"highalch":30000,"wiki_name":"Archaic emblem (Tier 2)","wiki_url":"https://oldschool.runescape.wiki/w/Archaic_emblem#Tier_2","price":0},"12749":{"id":12749,"name":"Archaic emblem (tier 3)","members":true,"cost":50002,"lowalch":20000,"highalch":30001,"wiki_name":"Archaic emblem (Tier 3)","wiki_url":"https://oldschool.runescape.wiki/w/Archaic_emblem#Tier_3","price":0},"12750":{"id":12750,"name":"Archaic emblem (tier 4)","members":true,"cost":50003,"lowalch":20001,"highalch":30001,"wiki_name":"Archaic emblem (Tier 4)","wiki_url":"https://oldschool.runescape.wiki/w/Archaic_emblem#Tier_4","price":0},"12751":{"id":12751,"name":"Archaic emblem (tier 5)","members":true,"cost":50004,"lowalch":20001,"highalch":30002,"wiki_name":"Archaic emblem (Tier 5)","wiki_url":"https://oldschool.runescape.wiki/w/Archaic_emblem#Tier_5","price":0},"12752":{"id":12752,"name":"Archaic emblem (tier 6)","members":true,"cost":50005,"lowalch":20002,"highalch":30003,"wiki_name":"Archaic emblem (Tier 6)","wiki_url":"https://oldschool.runescape.wiki/w/Archaic_emblem#Tier_6","price":0},"12753":{"id":12753,"name":"Archaic emblem (tier 7)","members":true,"cost":50006,"lowalch":20002,"highalch":30003,"wiki_name":"Archaic emblem (Tier 7)","wiki_url":"https://oldschool.runescape.wiki/w/Archaic_emblem#Tier_7","price":0},"12754":{"id":12754,"name":"Archaic emblem (tier 8)","members":true,"cost":50007,"lowalch":20002,"highalch":30004,"wiki_name":"Archaic emblem (Tier 8)","wiki_url":"https://oldschool.runescape.wiki/w/Archaic_emblem#Tier_8","price":0},"12755":{"id":12755,"name":"Archaic emblem (tier 9)","members":true,"cost":50008,"lowalch":20003,"highalch":30004,"wiki_name":"Archaic emblem (Tier 9)","wiki_url":"https://oldschool.runescape.wiki/w/Archaic_emblem#Tier_9","price":0},"12756":{"id":12756,"name":"Archaic emblem (tier 10)","members":true,"cost":50009,"lowalch":20003,"highalch":30005,"wiki_name":"Archaic emblem (Tier 10)","wiki_url":"https://oldschool.runescape.wiki/w/Archaic_emblem#Tier_10","price":0},"12757":{"id":12757,"name":"Blue dark bow paint","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Blue dark bow paint","wiki_url":"https://oldschool.runescape.wiki/w/Blue_dark_bow_paint","price":290000},"12759":{"id":12759,"name":"Green dark bow paint","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Green dark bow paint","wiki_url":"https://oldschool.runescape.wiki/w/Green_dark_bow_paint","price":182374},"12761":{"id":12761,"name":"Yellow dark bow paint","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Yellow dark bow paint","wiki_url":"https://oldschool.runescape.wiki/w/Yellow_dark_bow_paint","price":110783},"12763":{"id":12763,"name":"White dark bow paint","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"White dark bow paint","wiki_url":"https://oldschool.runescape.wiki/w/White_dark_bow_paint","price":700000},"12765":{"id":12765,"name":"Dark bow","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":120002,"lowalch":48000,"highalch":72001,"wiki_name":"Dark bow (Green)","wiki_url":"https://oldschool.runescape.wiki/w/Dark_bow#Green","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":95,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":60}},"weapon":{"attack_speed":9,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"12766":{"id":12766,"name":"Dark bow","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":120002,"lowalch":48000,"highalch":72001,"wiki_name":"Dark bow (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Dark_bow#Blue","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":95,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":60}},"weapon":{"attack_speed":9,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"12767":{"id":12767,"name":"Dark bow","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":120002,"lowalch":48000,"highalch":72001,"wiki_name":"Dark bow (Yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Dark_bow#Yellow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":95,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":60}},"weapon":{"attack_speed":9,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"12768":{"id":12768,"name":"Dark bow","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":120002,"lowalch":48000,"highalch":72001,"wiki_name":"Dark bow (White)","wiki_url":"https://oldschool.runescape.wiki/w/Dark_bow#White","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":95,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":60}},"weapon":{"attack_speed":9,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"12769":{"id":12769,"name":"Frozen whip mix","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Frozen whip mix","wiki_url":"https://oldschool.runescape.wiki/w/Frozen_whip_mix","price":650729},"12771":{"id":12771,"name":"Volcanic whip mix","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Volcanic whip mix","wiki_url":"https://oldschool.runescape.wiki/w/Volcanic_whip_mix","price":679009},"12773":{"id":12773,"name":"Volcanic abyssal whip","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":120001,"lowalch":48000,"highalch":72000,"wiki_name":"Volcanic abyssal whip","wiki_url":"https://oldschool.runescape.wiki/w/Volcanic_abyssal_whip","equipment":{"attack_stab":0,"attack_slash":82,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":82,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":70}},"weapon":{"attack_speed":4,"weapon_type":"whip","stances":[{"combat_style":"flick","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lash","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"deflect","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"12774":{"id":12774,"name":"Frozen abyssal whip","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":120001,"lowalch":48000,"highalch":72000,"wiki_name":"Frozen abyssal whip","wiki_url":"https://oldschool.runescape.wiki/w/Frozen_abyssal_whip","equipment":{"attack_stab":0,"attack_slash":82,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":82,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":70}},"weapon":{"attack_speed":4,"weapon_type":"whip","stances":[{"combat_style":"flick","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lash","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"deflect","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"12775":{"id":12775,"name":"Annakarl teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Annakarl teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Annakarl_teleport_(tablet)","price":2011},"12776":{"id":12776,"name":"Carrallanger teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Carrallangar teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Carrallangar_teleport_(tablet)","price":1888},"12777":{"id":12777,"name":"Dareeyak teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Dareeyak teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Dareeyak_teleport_(tablet)","price":1090},"12778":{"id":12778,"name":"Ghorrock teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Ghorrock teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Ghorrock_teleport_(tablet)","price":1930},"12779":{"id":12779,"name":"Kharyrll teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Kharyrll teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Kharyrll_teleport_(tablet)","price":2399},"12780":{"id":12780,"name":"Lassar teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Lassar teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Lassar_teleport_(tablet)","price":1924},"12781":{"id":12781,"name":"Paddewwa teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Paddewwa teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Paddewwa_teleport_(tablet)","price":718},"12782":{"id":12782,"name":"Senntisten teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Senntisten teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Senntisten_teleport_(tablet)","price":1690},"12783":{"id":12783,"name":"Ring of wealth scroll","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":10000,"wiki_name":"Ring of wealth scroll","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_wealth_scroll","price":4130},"12785":{"id":12785,"name":"Ring of wealth (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":17625,"lowalch":7050,"highalch":10575,"wiki_name":"Ring of wealth (i) (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_wealth_(i)#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"12786":{"id":12786,"name":"Magic shortbow scroll","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":10000,"wiki_name":"Magic shortbow scroll","wiki_url":"https://oldschool.runescape.wiki/w/Magic_shortbow_scroll","price":110278},"12788":{"id":12788,"name":"Magic shortbow (i)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1600,"lowalch":640,"highalch":960,"wiki_name":"Magic shortbow (i)","wiki_url":"https://oldschool.runescape.wiki/w/Magic_shortbow_(i)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":75,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":50}},"weapon":{"attack_speed":4,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"12789":{"id":12789,"name":"Clue box","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":50,"wiki_name":"Clue box","wiki_url":"https://oldschool.runescape.wiki/w/Clue_box","price":146944},"12791":{"id":12791,"name":"Rune pouch","members":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Rune pouch (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_pouch#Normal","price":0},"12792":{"id":12792,"name":"Nest box (empty)","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Nest box (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Nest_box#Empty","price":0},"12793":{"id":12793,"name":"Nest box (seeds)","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Nest box (seeds, 2014-2016)","wiki_url":"https://oldschool.runescape.wiki/w/Nest_box_(seeds,_2014-2016)","price":0},"12794":{"id":12794,"name":"Nest box (ring)","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Nest box (Ring)","wiki_url":"https://oldschool.runescape.wiki/w/Nest_box#Ring","price":0},"12795":{"id":12795,"name":"Steam battlestaff","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":17000,"lowalch":6800,"highalch":10200,"wiki_name":"Steam battlestaff (or)","wiki_url":"https://oldschool.runescape.wiki/w/Steam_battlestaff_(or)","equipment":{"attack_stab":7,"attack_slash":-1,"attack_crush":28,"attack_magic":12,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":12,"defence_ranged":0,"melee_strength":35,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":30,"magic":30}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"12796":{"id":12796,"name":"Mystic steam staff","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":45000,"lowalch":18000,"highalch":27000,"wiki_name":"Mystic steam staff (or)","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_steam_staff_(or)","equipment":{"attack_stab":7,"attack_slash":-1,"attack_crush":40,"attack_magic":14,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":14,"defence_ranged":0,"melee_strength":50,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":40,"magic":40}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"12797":{"id":12797,"name":"Dragon pickaxe","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":97960,"lowalch":39184,"highalch":58776,"wiki_name":"Dragon pickaxe (upgraded)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_pickaxe_(upgraded)","equipment":{"attack_stab":38,"attack_slash":-2,"attack_crush":32,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":60}},"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":0},"12798":{"id":12798,"name":"Steam staff upgrade kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1500,"lowalch":600,"highalch":900,"buy_limit":50,"wiki_name":"Steam staff upgrade kit","wiki_url":"https://oldschool.runescape.wiki/w/Steam_staff_upgrade_kit","price":517500},"12800":{"id":12800,"name":"Dragon pickaxe upgrade kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1600,"lowalch":640,"highalch":960,"buy_limit":50,"wiki_name":"Dragon pickaxe upgrade kit","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_pickaxe_upgrade_kit","price":347015},"12802":{"id":12802,"name":"Ward upgrade kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1500,"lowalch":600,"highalch":900,"buy_limit":50,"wiki_name":"Ward upgrade kit","wiki_url":"https://oldschool.runescape.wiki/w/Ward_upgrade_kit","price":476829},"12804":{"id":12804,"name":"Saradomin's tear","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":40000,"lowalch":16000,"highalch":24000,"buy_limit":50,"wiki_name":"Saradomin's tear","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin's_tear","price":3912917},"12806":{"id":12806,"name":"Malediction ward","members":true,"equipable":true,"equipable_by_player":true,"cost":45000,"lowalch":18000,"highalch":27000,"wiki_name":"Malediction ward (or)","wiki_url":"https://oldschool.runescape.wiki/w/Malediction_ward_(or)","equipment":{"attack_stab":-8,"attack_slash":-8,"attack_crush":-8,"attack_magic":12,"attack_ranged":-12,"defence_stab":50,"defence_slash":52,"defence_crush":48,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":2,"prayer":0,"slot":"shield","requirements":{"defence":60}},"price":0},"12807":{"id":12807,"name":"Odium ward","members":true,"equipable":true,"equipable_by_player":true,"cost":45000,"lowalch":18000,"highalch":27000,"wiki_name":"Odium ward (or)","wiki_url":"https://oldschool.runescape.wiki/w/Odium_ward_(or)","equipment":{"attack_stab":-12,"attack_slash":-12,"attack_crush":-12,"attack_magic":-8,"attack_ranged":12,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":24,"defence_ranged":52,"melee_strength":0,"ranged_strength":4,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":60}},"price":0},"12808":{"id":12808,"name":"Sara's blessed sword (full)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":289850,"lowalch":115940,"highalch":173910,"wiki_name":"Saradomin's blessed sword (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin's_blessed_sword#Charged","equipment":{"attack_stab":0,"attack_slash":100,"attack_crush":60,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":88,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"2h","requirements":{"attack":75}},"weapon":{"attack_speed":4,"weapon_type":"2h_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"smash","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"12809":{"id":12809,"name":"Saradomin's blessed sword","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":289850,"lowalch":115940,"highalch":173910,"wiki_name":"Saradomin's blessed sword (Partially charged)","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin's_blessed_sword#Partially_charged","equipment":{"attack_stab":0,"attack_slash":100,"attack_crush":60,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":88,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"2h","requirements":{"attack":75}},"weapon":{"attack_speed":4,"weapon_type":"2h_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"smash","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"12810":{"id":12810,"name":"Ironman helm","equipable":true,"equipable_by_player":true,"cost":0,"wiki_name":"Ironman helm","wiki_url":"https://oldschool.runescape.wiki/w/Ironman_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":6,"defence_slash":7,"defence_crush":5,"defence_magic":-1,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"12811":{"id":12811,"name":"Ironman platebody","equipable":true,"equipable_by_player":true,"cost":0,"wiki_name":"Ironman platebody","wiki_url":"https://oldschool.runescape.wiki/w/Ironman_platebody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":21,"defence_slash":20,"defence_crush":12,"defence_magic":-6,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"12812":{"id":12812,"name":"Ironman platelegs","equipable":true,"equipable_by_player":true,"cost":0,"wiki_name":"Ironman platelegs","wiki_url":"https://oldschool.runescape.wiki/w/Ironman_platelegs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":11,"defence_slash":10,"defence_crush":10,"defence_magic":-4,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"12813":{"id":12813,"name":"Ultimate ironman helm","equipable":true,"equipable_by_player":true,"cost":0,"wiki_name":"Ultimate ironman helm","wiki_url":"https://oldschool.runescape.wiki/w/Ultimate_ironman_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":6,"defence_slash":7,"defence_crush":5,"defence_magic":-1,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"12814":{"id":12814,"name":"Ultimate ironman platebody","equipable":true,"equipable_by_player":true,"cost":0,"wiki_name":"Ultimate ironman platebody","wiki_url":"https://oldschool.runescape.wiki/w/Ultimate_ironman_platebody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":21,"defence_slash":20,"defence_crush":12,"defence_magic":-6,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"12815":{"id":12815,"name":"Ultimate ironman platelegs","equipable":true,"equipable_by_player":true,"cost":0,"wiki_name":"Ultimate ironman platelegs","wiki_url":"https://oldschool.runescape.wiki/w/Ultimate_ironman_platelegs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":11,"defence_slash":10,"defence_crush":10,"defence_magic":-4,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"12816":{"id":12816,"name":"Pet dark core","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pet dark core (Dark core)","wiki_url":"https://oldschool.runescape.wiki/w/Pet_dark_core#Dark_core","price":0},"12817":{"id":12817,"name":"Elysian spirit shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000000,"lowalch":800000,"highalch":1200000,"buy_limit":8,"wiki_name":"Elysian spirit shield","wiki_url":"https://oldschool.runescape.wiki/w/Elysian_spirit_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":63,"defence_slash":65,"defence_crush":75,"defence_magic":2,"defence_ranged":57,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"shield","requirements":{"defence":75,"prayer":75}},"price":730206512},"12819":{"id":12819,"name":"Elysian sigil","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":750000,"lowalch":300000,"highalch":450000,"buy_limit":5,"wiki_name":"Elysian sigil","wiki_url":"https://oldschool.runescape.wiki/w/Elysian_sigil","price":728449999},"12821":{"id":12821,"name":"Spectral spirit shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000000,"lowalch":800000,"highalch":1200000,"buy_limit":8,"wiki_name":"Spectral spirit shield","wiki_url":"https://oldschool.runescape.wiki/w/Spectral_spirit_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":53,"defence_slash":55,"defence_crush":73,"defence_magic":30,"defence_ranged":52,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"shield","requirements":{"defence":75,"prayer":70,"magic":65}},"price":46238535},"12823":{"id":12823,"name":"Spectral sigil","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":750000,"lowalch":300000,"highalch":450000,"buy_limit":5,"wiki_name":"Spectral sigil","wiki_url":"https://oldschool.runescape.wiki/w/Spectral_sigil","price":45725000},"12825":{"id":12825,"name":"Arcane spirit shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000000,"lowalch":800000,"highalch":1200000,"buy_limit":8,"wiki_name":"Arcane spirit shield","wiki_url":"https://oldschool.runescape.wiki/w/Arcane_spirit_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":20,"attack_ranged":0,"defence_stab":53,"defence_slash":55,"defence_crush":73,"defence_magic":2,"defence_ranged":52,"melee_strength":0,"ranged_strength":0,"magic_damage":3,"prayer":3,"slot":"shield","requirements":{"defence":75,"prayer":70,"magic":65}},"price":131289444},"12827":{"id":12827,"name":"Arcane sigil","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":750000,"lowalch":300000,"highalch":450000,"buy_limit":5,"wiki_name":"Arcane sigil","wiki_url":"https://oldschool.runescape.wiki/w/Arcane_sigil","price":132500000},"12829":{"id":12829,"name":"Spirit shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":70000,"lowalch":28000,"highalch":42000,"buy_limit":8,"wiki_name":"Spirit shield","wiki_url":"https://oldschool.runescape.wiki/w/Spirit_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":39,"defence_slash":41,"defence_crush":50,"defence_magic":1,"defence_ranged":45,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"shield","requirements":{"defence":45,"prayer":55}},"price":89334},"12831":{"id":12831,"name":"Blessed spirit shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1200000,"lowalch":480000,"highalch":720000,"buy_limit":8,"wiki_name":"Blessed spirit shield","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_spirit_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":53,"defence_slash":55,"defence_crush":73,"defence_magic":2,"defence_ranged":52,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"shield","requirements":{"defence":70,"prayer":50}},"price":722575},"12833":{"id":12833,"name":"Holy elixir","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":750000,"lowalch":300000,"highalch":450000,"buy_limit":5,"wiki_name":"Holy elixir","wiki_url":"https://oldschool.runescape.wiki/w/Holy_elixir","price":623125},"12835":{"id":12835,"name":"Community pumpkin","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Community pumpkin","wiki_url":"https://oldschool.runescape.wiki/w/Community_pumpkin","price":0},"12836":{"id":12836,"name":"Grim reaper's diary","cost":1,"wiki_name":"Grim reaper's diary","wiki_url":"https://oldschool.runescape.wiki/w/Grim_reaper's_diary","price":0},"12837":{"id":12837,"name":"Grim robe","cost":1,"wiki_name":"Grim robe","wiki_url":"https://oldschool.runescape.wiki/w/Grim_robe","price":0},"12838":{"id":12838,"name":"Will and testament","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Will and testament","wiki_url":"https://oldschool.runescape.wiki/w/Will_and_testament","price":0},"12839":{"id":12839,"name":"Human bones","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Human bones","wiki_url":"https://oldschool.runescape.wiki/w/Human_bones","price":0},"12840":{"id":12840,"name":"Servant's skull","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Servant's skull","wiki_url":"https://oldschool.runescape.wiki/w/Servant's_skull","price":0},"12841":{"id":12841,"name":"Hourglass","cost":1,"wiki_name":"Hourglass (2014 Halloween event)","wiki_url":"https://oldschool.runescape.wiki/w/Hourglass_(2014_Halloween_event)","price":0},"12842":{"id":12842,"name":"Scythe sharpener","cost":1,"wiki_name":"Scythe sharpener","wiki_url":"https://oldschool.runescape.wiki/w/Scythe_sharpener","price":0},"12843":{"id":12843,"name":"Human eye","cost":1,"wiki_name":"Human eye","wiki_url":"https://oldschool.runescape.wiki/w/Human_eye","price":0},"12844":{"id":12844,"name":"Voice potion","cost":1,"wiki_name":"Voice potion","wiki_url":"https://oldschool.runescape.wiki/w/Voice_potion","price":0},"12845":{"id":12845,"name":"Grim reaper hood","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Grim reaper hood","wiki_url":"https://oldschool.runescape.wiki/w/Grim_reaper_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"12846":{"id":12846,"name":"Target teleport scroll","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30000,"lowalch":12000,"highalch":18000,"buy_limit":5,"wiki_name":"Target teleport scroll","wiki_url":"https://oldschool.runescape.wiki/w/Target_teleport_scroll","price":6827500},"12848":{"id":12848,"name":"Granite maul","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Granite maul (or) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Granite_maul_(or)#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":81,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":79,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":50}},"weapon":{"attack_speed":7,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"12849":{"id":12849,"name":"Granite clamp","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":50,"wiki_name":"Granite clamp","wiki_url":"https://oldschool.runescape.wiki/w/Granite_clamp","price":689517},"12851":{"id":12851,"name":"Amulet of the damned (full)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":58001,"lowalch":23200,"highalch":34800,"buy_limit":8,"wiki_name":"Amulet of the damned (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_the_damned#Full","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":10,"attack_magic":10,"attack_ranged":10,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":3,"defence_ranged":3,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"neck","requirements":null},"price":35330},"12853":{"id":12853,"name":"Amulet of the damned","members":true,"equipable":true,"equipable_by_player":true,"cost":58000,"lowalch":23200,"highalch":34800,"wiki_name":"Amulet of the damned (Used)","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_the_damned#Used","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":10,"attack_magic":10,"attack_ranged":10,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":3,"defence_ranged":3,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"neck","requirements":null},"price":0},"12854":{"id":12854,"name":"Flamtaer bag","members":true,"cost":150,"wiki_name":"Flamtaer bag","wiki_url":"https://oldschool.runescape.wiki/w/Flamtaer_bag","price":0},"12855":{"id":12855,"name":"Hunter's honour","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Hunter's honour","wiki_url":"https://oldschool.runescape.wiki/w/Hunter's_honour","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"12856":{"id":12856,"name":"Rogue's revenge","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rogue's revenge","wiki_url":"https://oldschool.runescape.wiki/w/Rogue's_revenge","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"12857":{"id":12857,"name":"Olive oil pack","members":true,"tradeable":true,"noteable":true,"cost":2670,"lowalch":1068,"highalch":1602,"wiki_name":"Olive oil pack","wiki_url":"https://oldschool.runescape.wiki/w/Olive_oil_pack","price":0},"12859":{"id":12859,"name":"Eye of newt pack","tradeable":true,"noteable":true,"cost":300,"lowalch":120,"highalch":180,"wiki_name":"Eye of newt pack","wiki_url":"https://oldschool.runescape.wiki/w/Eye_of_newt_pack","price":0},"12861":{"id":12861,"name":"Thanksgiving dinner","tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Thanksgiving dinner","wiki_url":"https://oldschool.runescape.wiki/w/Thanksgiving_dinner","price":0},"12863":{"id":12863,"name":"Dwarf cannon set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":600000,"lowalch":240000,"highalch":360000,"buy_limit":40,"wiki_name":"Dwarf cannon set","wiki_url":"https://oldschool.runescape.wiki/w/Dwarf_cannon_set","price":769540},"12865":{"id":12865,"name":"Green dragonhide set","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":125,"wiki_name":"Green dragonhide set","wiki_url":"https://oldschool.runescape.wiki/w/Green_dragonhide_set","price":8344},"12867":{"id":12867,"name":"Blue dragonhide set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":125,"wiki_name":"Blue dragonhide set","wiki_url":"https://oldschool.runescape.wiki/w/Blue_dragonhide_set","price":9125},"12869":{"id":12869,"name":"Red dragonhide set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":70,"wiki_name":"Red dragonhide set","wiki_url":"https://oldschool.runescape.wiki/w/Red_dragonhide_set","price":15000},"12871":{"id":12871,"name":"Black dragonhide set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":70,"wiki_name":"Black dragonhide set","wiki_url":"https://oldschool.runescape.wiki/w/Black_dragonhide_set","price":16500},"12873":{"id":12873,"name":"Guthan's armour set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":400000,"lowalch":160000,"highalch":240000,"buy_limit":8,"wiki_name":"Guthan's armour set","wiki_url":"https://oldschool.runescape.wiki/w/Guthan's_armour_set","price":842149},"12875":{"id":12875,"name":"Verac's armour set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":400000,"lowalch":160000,"highalch":240000,"buy_limit":8,"wiki_name":"Verac's armour set","wiki_url":"https://oldschool.runescape.wiki/w/Verac's_armour_set","price":652171},"12877":{"id":12877,"name":"Dharok's armour set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":400000,"lowalch":160000,"highalch":240000,"buy_limit":8,"wiki_name":"Dharok's armour set","wiki_url":"https://oldschool.runescape.wiki/w/Dharok's_armour_set","price":5321070},"12879":{"id":12879,"name":"Torag's armour set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":400000,"lowalch":160000,"highalch":240000,"buy_limit":8,"wiki_name":"Torag's armour set","wiki_url":"https://oldschool.runescape.wiki/w/Torag's_armour_set","price":587008},"12881":{"id":12881,"name":"Ahrim's armour set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200000,"lowalch":80000,"highalch":120000,"buy_limit":8,"wiki_name":"Ahrim's armour set","wiki_url":"https://oldschool.runescape.wiki/w/Ahrim's_armour_set","price":5417853},"12883":{"id":12883,"name":"Karil's armour set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200000,"lowalch":80000,"highalch":120000,"buy_limit":8,"wiki_name":"Karil's armour set","wiki_url":"https://oldschool.runescape.wiki/w/Karil's_armour_set","price":1898805},"12885":{"id":12885,"name":"Jar of sand","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":5,"wiki_name":"Jar of sand","wiki_url":"https://oldschool.runescape.wiki/w/Jar_of_sand","price":493544},"12887":{"id":12887,"name":"Santa mask","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Santa mask","wiki_url":"https://oldschool.runescape.wiki/w/Santa_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"12888":{"id":12888,"name":"Santa jacket","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Santa jacket","wiki_url":"https://oldschool.runescape.wiki/w/Santa_jacket","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"12889":{"id":12889,"name":"Santa pantaloons","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Santa pantaloons","wiki_url":"https://oldschool.runescape.wiki/w/Santa_pantaloons","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"12890":{"id":12890,"name":"Santa gloves","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Santa gloves","wiki_url":"https://oldschool.runescape.wiki/w/Santa_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"12891":{"id":12891,"name":"Santa boots","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Santa boots","wiki_url":"https://oldschool.runescape.wiki/w/Santa_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"12892":{"id":12892,"name":"Antisanta mask","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Antisanta mask","wiki_url":"https://oldschool.runescape.wiki/w/Antisanta_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"12893":{"id":12893,"name":"Antisanta jacket","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Antisanta jacket","wiki_url":"https://oldschool.runescape.wiki/w/Antisanta_jacket","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"12894":{"id":12894,"name":"Antisanta pantaloons","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Antisanta pantaloons","wiki_url":"https://oldschool.runescape.wiki/w/Antisanta_pantaloons","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"12895":{"id":12895,"name":"Antisanta gloves","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Antisanta gloves","wiki_url":"https://oldschool.runescape.wiki/w/Antisanta_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"12896":{"id":12896,"name":"Antisanta boots","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Antisanta boots","wiki_url":"https://oldschool.runescape.wiki/w/Antisanta_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"12897":{"id":12897,"name":"Antisanta's coal box","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Antisanta's coal box (Unfilled)","wiki_url":"https://oldschool.runescape.wiki/w/Antisanta's_coal_box#Unfilled","price":0},"12898":{"id":12898,"name":"Antisanta's coal box (full)","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Antisanta's coal box (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Antisanta's_coal_box#Full","price":0},"12899":{"id":12899,"name":"Trident of the swamp","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":78500,"lowalch":31400,"highalch":47100,"wiki_name":"Trident of the swamp (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Trident_of_the_swamp#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":25,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":75}},"weapon":{"attack_speed":4,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":0},"12900":{"id":12900,"name":"Uncharged toxic trident","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":78000,"lowalch":31200,"highalch":46800,"buy_limit":8,"wiki_name":"Trident of the swamp (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Trident_of_the_swamp#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":25,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":75}},"weapon":{"attack_speed":4,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":2314365},"12902":{"id":12902,"name":"Toxic staff (uncharged)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000006,"lowalch":400002,"highalch":600003,"buy_limit":8,"wiki_name":"Toxic staff of the dead (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Toxic_staff_of_the_dead#Uncharged","equipment":{"attack_stab":55,"attack_slash":70,"attack_crush":0,"attack_magic":17,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":3,"defence_magic":17,"defence_ranged":0,"melee_strength":72,"ranged_strength":0,"magic_damage":15,"prayer":0,"slot":"weapon","requirements":{"magic":75,"attack":75}},"weapon":{"attack_speed":4,"weapon_type":"bladed_staff","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":16542682},"12904":{"id":12904,"name":"Toxic staff of the dead","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000006,"lowalch":400002,"highalch":600003,"wiki_name":"Toxic staff of the dead (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Toxic_staff_of_the_dead#Charged","equipment":{"attack_stab":55,"attack_slash":70,"attack_crush":0,"attack_magic":25,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":3,"defence_magic":17,"defence_ranged":0,"melee_strength":72,"ranged_strength":0,"magic_damage":15,"prayer":0,"slot":"weapon","requirements":{"magic":75,"attack":75}},"weapon":{"attack_speed":4,"weapon_type":"bladed_staff","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"12905":{"id":12905,"name":"Anti-venom(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":440,"lowalch":176,"highalch":264,"buy_limit":2000,"wiki_name":"Anti-venom (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Anti-venom#4_dose","price":6304},"12907":{"id":12907,"name":"Anti-venom(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":330,"lowalch":132,"highalch":198,"buy_limit":2000,"wiki_name":"Anti-venom (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Anti-venom#3_dose","price":4117},"12909":{"id":12909,"name":"Anti-venom(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":220,"lowalch":88,"highalch":132,"buy_limit":2000,"wiki_name":"Anti-venom (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Anti-venom#2_dose","price":3532},"12911":{"id":12911,"name":"Anti-venom(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":110,"lowalch":44,"highalch":66,"buy_limit":2000,"wiki_name":"Anti-venom (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Anti-venom#1_dose","price":1202},"12913":{"id":12913,"name":"Anti-venom+(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":444,"lowalch":177,"highalch":266,"buy_limit":2000,"wiki_name":"Anti-venom+ (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Anti-venom+#4_dose","price":12238},"12915":{"id":12915,"name":"Anti-venom+(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":333,"lowalch":133,"highalch":199,"buy_limit":2000,"wiki_name":"Anti-venom+ (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Anti-venom+#3_dose","price":8601},"12917":{"id":12917,"name":"Anti-venom+(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":222,"lowalch":88,"highalch":133,"buy_limit":2000,"wiki_name":"Anti-venom+ (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Anti-venom+#2_dose","price":5334},"12919":{"id":12919,"name":"Anti-venom+(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":111,"lowalch":44,"highalch":66,"buy_limit":2000,"wiki_name":"Anti-venom+ (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Anti-venom+#1_dose","price":3023},"12921":{"id":12921,"name":"Pet snakeling","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pet snakeling (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Pet_snakeling#Normal","price":0},"12922":{"id":12922,"name":"Tanzanite fang","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":110000,"lowalch":44000,"highalch":66000,"buy_limit":5,"wiki_name":"Tanzanite fang","wiki_url":"https://oldschool.runescape.wiki/w/Tanzanite_fang","price":2261007},"12924":{"id":12924,"name":"Toxic blowpipe (empty)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":120000,"lowalch":48000,"highalch":72000,"buy_limit":8,"wiki_name":"Toxic blowpipe (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Toxic_blowpipe#Empty","price":2304876},"12926":{"id":12926,"name":"Toxic blowpipe","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":120000,"lowalch":48000,"highalch":72000,"wiki_name":"Toxic blowpipe (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Toxic_blowpipe#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":30,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":20,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":75}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"12927":{"id":12927,"name":"Serpentine visage","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":105000,"lowalch":42000,"highalch":63000,"buy_limit":5,"wiki_name":"Serpentine visage","wiki_url":"https://oldschool.runescape.wiki/w/Serpentine_visage","price":2270500},"12929":{"id":12929,"name":"Serpentine helm (uncharged)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":110000,"lowalch":44000,"highalch":66000,"buy_limit":8,"wiki_name":"Serpentine helm (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Serpentine_helm#Uncharged","price":2352000},"12931":{"id":12931,"name":"Serpentine helm","members":true,"equipable":true,"equipable_by_player":true,"cost":110000,"lowalch":44000,"highalch":66000,"wiki_name":"Serpentine helm (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Serpentine_helm#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-5,"attack_ranged":-5,"defence_stab":52,"defence_slash":55,"defence_crush":58,"defence_magic":0,"defence_ranged":50,"melee_strength":5,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":75}},"price":0},"12932":{"id":12932,"name":"Magic fang","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":102000,"lowalch":40800,"highalch":61200,"buy_limit":5,"wiki_name":"Magic fang","wiki_url":"https://oldschool.runescape.wiki/w/Magic_fang","price":2302275},"12934":{"id":12934,"name":"Zulrah's scales","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":30000,"wiki_name":"Zulrah's scales","wiki_url":"https://oldschool.runescape.wiki/w/Zulrah's_scales","price":118},"12935":{"id":12935,"name":"Ohn's diary","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ohn's diary","wiki_url":"https://oldschool.runescape.wiki/w/Ohn's_diary","price":0},"12936":{"id":12936,"name":"Jar of swamp","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Jar of swamp","wiki_url":"https://oldschool.runescape.wiki/w/Jar_of_swamp","price":40471},"12938":{"id":12938,"name":"Zul-andra teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":10000,"wiki_name":"Zul-andra teleport","wiki_url":"https://oldschool.runescape.wiki/w/Zul-andra_teleport","price":15050},"12939":{"id":12939,"name":"Pet snakeling","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pet snakeling (Magma)","wiki_url":"https://oldschool.runescape.wiki/w/Pet_snakeling#Magma","price":0},"12940":{"id":12940,"name":"Pet snakeling","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pet snakeling (Tanzanite)","wiki_url":"https://oldschool.runescape.wiki/w/Pet_snakeling#Tanzanite","price":0},"12954":{"id":12954,"name":"Dragon defender","members":true,"equipable":true,"equipable_by_player":true,"cost":68007,"lowalch":27202,"highalch":40804,"wiki_name":"Dragon defender (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_defender#Normal","equipment":{"attack_stab":25,"attack_slash":24,"attack_crush":23,"attack_magic":-3,"attack_ranged":-2,"defence_stab":25,"defence_slash":24,"defence_crush":23,"defence_magic":-3,"defence_ranged":-2,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":60}},"price":0},"12955":{"id":12955,"name":"Free to play starter pack","cost":0,"wiki_name":"Free to play starter pack","wiki_url":"https://oldschool.runescape.wiki/w/Free_to_play_starter_pack","price":0},"12956":{"id":12956,"name":"Cow top","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cow top","wiki_url":"https://oldschool.runescape.wiki/w/Cow_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"12957":{"id":12957,"name":"Cow trousers","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cow trousers","wiki_url":"https://oldschool.runescape.wiki/w/Cow_trousers","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"12958":{"id":12958,"name":"Cow gloves","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cow gloves","wiki_url":"https://oldschool.runescape.wiki/w/Cow_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"12959":{"id":12959,"name":"Cow shoes","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cow shoes","wiki_url":"https://oldschool.runescape.wiki/w/Cow_shoes","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"12960":{"id":12960,"name":"Bronze set (lg)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":8,"wiki_name":"Bronze set (lg)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_set_(lg)","price":254},"12962":{"id":12962,"name":"Bronze set (sk)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":8,"wiki_name":"Bronze set (sk)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_set_(sk)","price":686},"12964":{"id":12964,"name":"Bronze trimmed set (lg)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":8,"wiki_name":"Bronze trimmed set (lg)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_trimmed_set_(lg)","price":32500},"12966":{"id":12966,"name":"Bronze trimmed set (sk)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":8,"wiki_name":"Bronze trimmed set (sk)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_trimmed_set_(sk)","price":40916},"12968":{"id":12968,"name":"Bronze gold-trimmed set (lg)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":8,"wiki_name":"Bronze gold-trimmed set (lg)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_gold-trimmed_set_(lg)","price":130001},"12970":{"id":12970,"name":"Bronze gold-trimmed set (sk)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":8,"wiki_name":"Bronze gold-trimmed set (sk)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_gold-trimmed_set_(sk)","price":296358},"12972":{"id":12972,"name":"Iron set (lg)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":900,"lowalch":360,"highalch":540,"buy_limit":8,"wiki_name":"Iron set (lg)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_set_(lg)","price":353},"12974":{"id":12974,"name":"Iron set (sk)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":900,"lowalch":360,"highalch":540,"buy_limit":8,"wiki_name":"Iron set (sk)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_set_(sk)","price":466},"12976":{"id":12976,"name":"Iron trimmed set (lg)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":900,"lowalch":360,"highalch":540,"buy_limit":8,"wiki_name":"Iron trimmed set (lg)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_trimmed_set_(lg)","price":138153},"12978":{"id":12978,"name":"Iron trimmed set (sk)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":900,"lowalch":360,"highalch":540,"buy_limit":8,"wiki_name":"Iron trimmed set (sk)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_trimmed_set_(sk)","price":126956},"12980":{"id":12980,"name":"Iron gold-trimmed set (lg)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":900,"lowalch":360,"highalch":540,"buy_limit":8,"wiki_name":"Iron gold-trimmed set (lg)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_gold-trimmed_set_(lg)","price":426000},"12982":{"id":12982,"name":"Iron gold-trimmed set (sk)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":900,"lowalch":360,"highalch":540,"buy_limit":8,"wiki_name":"Iron gold-trimmed set (sk)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_gold-trimmed_set_(sk)","price":385000},"12984":{"id":12984,"name":"Steel set (lg)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1400,"lowalch":560,"highalch":840,"buy_limit":8,"wiki_name":"Steel set (lg)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_set_(lg)","price":2067},"12986":{"id":12986,"name":"Steel set (sk)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1400,"lowalch":560,"highalch":840,"buy_limit":8,"wiki_name":"Steel set (sk)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_set_(sk)","price":2263},"12988":{"id":12988,"name":"Black set (lg)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4500,"lowalch":1800,"highalch":2700,"buy_limit":8,"wiki_name":"Black set (lg)","wiki_url":"https://oldschool.runescape.wiki/w/Black_set_(lg)","price":6152},"12990":{"id":12990,"name":"Black set (sk)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4500,"lowalch":1800,"highalch":2700,"buy_limit":8,"wiki_name":"Black set (sk)","wiki_url":"https://oldschool.runescape.wiki/w/Black_set_(sk)","price":14827},"12992":{"id":12992,"name":"Black trimmed set (lg)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4500,"lowalch":1800,"highalch":2700,"buy_limit":8,"wiki_name":"Black trimmed set (lg)","wiki_url":"https://oldschool.runescape.wiki/w/Black_trimmed_set_(lg)","price":85151},"12994":{"id":12994,"name":"Black trimmed set (sk)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4500,"lowalch":1800,"highalch":2700,"buy_limit":8,"wiki_name":"Black trimmed set (sk)","wiki_url":"https://oldschool.runescape.wiki/w/Black_trimmed_set_(sk)","price":76146},"12996":{"id":12996,"name":"Black gold-trimmed set (lg)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4500,"lowalch":1800,"highalch":2700,"buy_limit":8,"wiki_name":"Black gold-trimmed set (lg)","wiki_url":"https://oldschool.runescape.wiki/w/Black_gold-trimmed_set_(lg)","price":386537},"12998":{"id":12998,"name":"Black gold-trimmed set (sk)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4500,"lowalch":1800,"highalch":2700,"buy_limit":8,"wiki_name":"Black gold-trimmed set (sk)","wiki_url":"https://oldschool.runescape.wiki/w/Black_gold-trimmed_set_(sk)","price":358078},"13000":{"id":13000,"name":"Mithril set (lg)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":8,"wiki_name":"Mithril set (lg)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_set_(lg)","price":16293},"13002":{"id":13002,"name":"Mithril set (sk)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":8,"wiki_name":"Mithril set (sk)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_set_(sk)","price":4900},"13004":{"id":13004,"name":"Mithril trimmed set (lg)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":8,"wiki_name":"Mithril trimmed set (lg)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_trimmed_set_(lg)","price":21721},"13006":{"id":13006,"name":"Mithril trimmed set (sk)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":8,"wiki_name":"Mithril trimmed set (sk)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_trimmed_set_(sk)","price":16096},"13008":{"id":13008,"name":"Mithril gold-trimmed set (lg)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":8,"wiki_name":"Mithril gold-trimmed set (lg)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_gold-trimmed_set_(lg)","price":25803},"13010":{"id":13010,"name":"Mithril gold-trimmed set (sk)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":8,"wiki_name":"Mithril gold-trimmed set (sk)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_gold-trimmed_set_(sk)","price":59480},"13012":{"id":13012,"name":"Adamant set (lg)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":8000,"lowalch":3200,"highalch":4800,"buy_limit":8,"wiki_name":"Adamant set (lg)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_set_(lg)","price":18958},"13014":{"id":13014,"name":"Adamant set (sk)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":8000,"lowalch":3200,"highalch":4800,"buy_limit":8,"wiki_name":"Adamant set (sk)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_set_(sk)","price":21109},"13016":{"id":13016,"name":"Adamant trimmed set (lg)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":8000,"lowalch":3200,"highalch":4800,"buy_limit":8,"wiki_name":"Adamant trimmed set (lg)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_trimmed_set_(lg)","price":37179},"13018":{"id":13018,"name":"Adamant trimmed set (sk)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":8000,"lowalch":3200,"highalch":4800,"buy_limit":8,"wiki_name":"Adamant trimmed set (sk)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_trimmed_set_(sk)","price":24807},"13020":{"id":13020,"name":"Adamant gold-trimmed set (lg)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":8000,"lowalch":3200,"highalch":4800,"buy_limit":8,"wiki_name":"Adamant gold-trimmed set (lg)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_gold-trimmed_set_(lg)","price":57000},"13022":{"id":13022,"name":"Adamant gold-trimmed set (sk)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":8000,"lowalch":3200,"highalch":4800,"buy_limit":8,"wiki_name":"Adamant gold-trimmed set (sk)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_gold-trimmed_set_(sk)","price":44609},"13024":{"id":13024,"name":"Rune armour set (lg)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":75000,"lowalch":30000,"highalch":45000,"buy_limit":8,"wiki_name":"Rune armour set (lg)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_armour_set_(lg)","price":131242},"13026":{"id":13026,"name":"Rune armour set (sk)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":75000,"lowalch":30000,"highalch":45000,"buy_limit":8,"wiki_name":"Rune armour set (sk)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_armour_set_(sk)","price":123440},"13028":{"id":13028,"name":"Rune trimmed set (lg)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":8,"wiki_name":"Rune trimmed set (lg)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_trimmed_set_(lg)","price":179518},"13030":{"id":13030,"name":"Rune trimmed set (sk)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":8,"wiki_name":"Rune trimmed set (sk)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_trimmed_set_(sk)","price":151809},"13032":{"id":13032,"name":"Rune gold-trimmed set (lg)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":8,"wiki_name":"Rune gold-trimmed set (lg)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_gold-trimmed_set_(lg)","price":406500},"13034":{"id":13034,"name":"Rune gold-trimmed set (sk)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":8,"wiki_name":"Rune gold-trimmed set (sk)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_gold-trimmed_set_(sk)","price":345389},"13036":{"id":13036,"name":"Gilded armour set (lg)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":8,"wiki_name":"Gilded armour set (lg)","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_armour_set_(lg)","price":26932502},"13038":{"id":13038,"name":"Gilded armour set (sk)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":8,"wiki_name":"Gilded armour set (sk)","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_armour_set_(sk)","price":20842509},"13040":{"id":13040,"name":"Saradomin armour set (lg)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":8,"wiki_name":"Saradomin armour set (lg)","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_armour_set_(lg)","price":364700},"13042":{"id":13042,"name":"Saradomin armour set (sk)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":8,"wiki_name":"Saradomin armour set (sk)","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_armour_set_(sk)","price":335025},"13044":{"id":13044,"name":"Zamorak armour set (lg)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":8,"wiki_name":"Zamorak armour set (lg)","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_armour_set_(lg)","price":1101178},"13046":{"id":13046,"name":"Zamorak armour set (sk)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":8,"wiki_name":"Zamorak armour set (sk)","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_armour_set_(sk)","price":1000529},"13048":{"id":13048,"name":"Guthix armour set (lg)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":8,"wiki_name":"Guthix armour set (lg)","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_armour_set_(lg)","price":201244},"13050":{"id":13050,"name":"Guthix armour set (sk)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":8,"wiki_name":"Guthix armour set (sk)","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_armour_set_(sk)","price":197497},"13052":{"id":13052,"name":"Armadyl rune armour set (lg)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":8,"wiki_name":"Armadyl rune armour set (lg)","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_rune_armour_set_(lg)","price":193189},"13054":{"id":13054,"name":"Armadyl rune armour set (sk)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":8,"wiki_name":"Armadyl rune armour set (sk)","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_rune_armour_set_(sk)","price":189017},"13056":{"id":13056,"name":"Bandos rune armour set (lg)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":8,"wiki_name":"Bandos rune armour set (lg)","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_rune_armour_set_(lg)","price":311227},"13058":{"id":13058,"name":"Bandos rune armour set (sk)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":8,"wiki_name":"Bandos rune armour set (sk)","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_rune_armour_set_(sk)","price":355000},"13060":{"id":13060,"name":"Ancient rune armour set (lg)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":8,"wiki_name":"Ancient rune armour set (lg)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_rune_armour_set_(lg)","price":209665},"13062":{"id":13062,"name":"Ancient rune armour set (sk)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":8,"wiki_name":"Ancient rune armour set (sk)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_rune_armour_set_(sk)","price":203100},"13064":{"id":13064,"name":"Combat potion set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":70,"lowalch":28,"highalch":42,"buy_limit":2000,"wiki_name":"Combat potion set","wiki_url":"https://oldschool.runescape.wiki/w/Combat_potion_set","price":545},"13066":{"id":13066,"name":"Super potion set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":2000,"wiki_name":"Super potion set","wiki_url":"https://oldschool.runescape.wiki/w/Super_potion_set","price":17297},"13068":{"id":13068,"name":"Quest point cape (t)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Quest point cape (Trimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Quest_point_cape#Trimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"cape","requirements":null},"price":0},"13069":{"id":13069,"name":"Achievement diary cape (t)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Achievement diary cape (Trimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Achievement_diary_cape#Trimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"cape","requirements":null},"price":0},"13070":{"id":13070,"name":"Achievement diary hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Achievement diary hood","wiki_url":"https://oldschool.runescape.wiki/w/Achievement_diary_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"13071":{"id":13071,"name":"Chompy chick","members":true,"cost":1,"wiki_name":"Chompy chick","wiki_url":"https://oldschool.runescape.wiki/w/Chompy_chick","price":0},"13072":{"id":13072,"name":"Elite void top","members":true,"equipable":true,"equipable_by_player":true,"cost":48500,"lowalch":19400,"highalch":29100,"wiki_name":"Elite void top (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Elite_void_top#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":45,"defence_slash":45,"defence_crush":45,"defence_magic":45,"defence_ranged":45,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"body","requirements":{"attack":42,"strength":42,"hitpoints":42,"ranged":42,"magic":42,"defence":42,"prayer":22}},"price":0},"13073":{"id":13073,"name":"Elite void robe","members":true,"equipable":true,"equipable_by_player":true,"cost":45500,"lowalch":18200,"highalch":27300,"wiki_name":"Elite void robe (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Elite_void_robe#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":30,"defence_slash":30,"defence_crush":30,"defence_magic":30,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"legs","requirements":{"attack":42,"strength":42,"hitpoints":42,"ranged":42,"magic":42,"defence":42,"prayer":22}},"price":0},"13079":{"id":13079,"name":"Enchanted lyre(5)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Enchanted lyre (5)","wiki_url":"https://oldschool.runescape.wiki/w/Enchanted_lyre#(5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"unarmed","stances":[{"combat_style":"punch","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"kick","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13080":{"id":13080,"name":"New crystal halberd full (i)","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal halberd (i) (New)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_halberd_(i)#New","equipment":{"attack_stab":85,"attack_slash":110,"attack_crush":5,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":4,"defence_crush":5,"defence_magic":0,"defence_ranged":0,"melee_strength":118,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":75,"strength":35,"agility":50}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13081":{"id":13081,"name":"Crystal halberd full (i)","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal halberd (i) (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_halberd_(i)#Full","equipment":{"attack_stab":85,"attack_slash":110,"attack_crush":5,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":4,"defence_crush":5,"defence_magic":0,"defence_ranged":0,"melee_strength":118,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"strength":35,"agility":50}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13082":{"id":13082,"name":"Crystal halberd 9/10 (i)","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal halberd (i) (9/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_halberd_(i)#9/10","equipment":{"attack_stab":85,"attack_slash":110,"attack_crush":5,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":4,"defence_crush":5,"defence_magic":0,"defence_ranged":0,"melee_strength":118,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"strength":35,"agility":50}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13083":{"id":13083,"name":"Crystal halberd 8/10 (i)","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal halberd (i) (8/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_halberd_(i)#8/10","equipment":{"attack_stab":85,"attack_slash":110,"attack_crush":5,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":4,"defence_crush":5,"defence_magic":0,"defence_ranged":0,"melee_strength":118,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"strength":35,"agility":50}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13084":{"id":13084,"name":"Crystal halberd 7/10 (i)","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal halberd (i) (7/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_halberd_(i)#7/10","equipment":{"attack_stab":85,"attack_slash":110,"attack_crush":5,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":4,"defence_crush":5,"defence_magic":0,"defence_ranged":0,"melee_strength":118,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"strength":35,"agility":50}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13085":{"id":13085,"name":"Crystal halberd 6/10 (i)","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal halberd (i) (6/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_halberd_(i)#6/10","equipment":{"attack_stab":85,"attack_slash":110,"attack_crush":5,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":4,"defence_crush":5,"defence_magic":0,"defence_ranged":0,"melee_strength":118,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"strength":35,"agility":50}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13086":{"id":13086,"name":"Crystal halberd 5/10 (i)","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal halberd (i) (5/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_halberd_(i)#5/10","equipment":{"attack_stab":85,"attack_slash":110,"attack_crush":5,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":4,"defence_crush":5,"defence_magic":0,"defence_ranged":0,"melee_strength":118,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"strength":35,"agility":50}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13087":{"id":13087,"name":"Crystal halberd 4/10 (i)","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal halberd (i) (4/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_halberd_(i)#4/10","equipment":{"attack_stab":85,"attack_slash":110,"attack_crush":5,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":4,"defence_crush":5,"defence_magic":0,"defence_ranged":0,"melee_strength":118,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"strength":35,"agility":50}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13088":{"id":13088,"name":"Crystal halberd 3/10 (i)","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal halberd (i) (3/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_halberd_(i)#3/10","equipment":{"attack_stab":85,"attack_slash":110,"attack_crush":5,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":4,"defence_crush":5,"defence_magic":0,"defence_ranged":0,"melee_strength":118,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"strength":35,"agility":50}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13089":{"id":13089,"name":"Crystal halberd 2/10 (i)","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal halberd (i) (2/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_halberd_(i)#2/10","equipment":{"attack_stab":85,"attack_slash":110,"attack_crush":5,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":4,"defence_crush":5,"defence_magic":0,"defence_ranged":0,"melee_strength":118,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"strength":35,"agility":50}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13090":{"id":13090,"name":"Crystal halberd 1/10 (i)","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal halberd (i) (1/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_halberd_(i)#1/10","equipment":{"attack_stab":85,"attack_slash":110,"attack_crush":5,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":4,"defence_crush":5,"defence_magic":0,"defence_ranged":0,"melee_strength":118,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"strength":35,"agility":50}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13091":{"id":13091,"name":"New crystal halberd full","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal halberd (historical) (New)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_halberd_(historical)#New","equipment":{"attack_stab":85,"attack_slash":110,"attack_crush":5,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":4,"defence_crush":5,"defence_magic":0,"defence_ranged":0,"melee_strength":118,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":75,"strength":35,"agility":50}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13092":{"id":13092,"name":"Crystal halberd full","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal halberd (historical) (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_halberd_(historical)#Full","equipment":{"attack_stab":85,"attack_slash":110,"attack_crush":5,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":4,"defence_crush":5,"defence_magic":0,"defence_ranged":0,"melee_strength":118,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"strength":35,"agility":50}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13093":{"id":13093,"name":"Crystal halberd 9/10","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal halberd (historical) (9/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_halberd_(historical)#9/10","equipment":{"attack_stab":82,"attack_slash":106,"attack_crush":5,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":4,"defence_crush":5,"defence_magic":0,"defence_ranged":0,"melee_strength":113,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"strength":35,"agility":50}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13094":{"id":13094,"name":"Crystal halberd 8/10","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal halberd (historical) (8/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_halberd_(historical)#8/10","equipment":{"attack_stab":79,"attack_slash":102,"attack_crush":5,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":4,"defence_crush":5,"defence_magic":0,"defence_ranged":0,"melee_strength":108,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"strength":35,"agility":50}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13095":{"id":13095,"name":"Crystal halberd 7/10","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal halberd (historical) (7/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_halberd_(historical)#7/10","equipment":{"attack_stab":76,"attack_slash":98,"attack_crush":4,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":3,"defence_crush":4,"defence_magic":0,"defence_ranged":0,"melee_strength":103,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"strength":35,"agility":50}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13096":{"id":13096,"name":"Crystal halberd 6/10","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal halberd (historical) (6/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_halberd_(historical)#6/10","equipment":{"attack_stab":73,"attack_slash":94,"attack_crush":4,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":3,"defence_crush":4,"defence_magic":0,"defence_ranged":0,"melee_strength":98,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"strength":35,"agility":50}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13097":{"id":13097,"name":"Crystal halberd 5/10","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal halberd (historical) (5/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_halberd_(historical)#5/10","equipment":{"attack_stab":70,"attack_slash":90,"attack_crush":4,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":3,"defence_crush":4,"defence_magic":0,"defence_ranged":0,"melee_strength":93,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"strength":35,"agility":50}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13098":{"id":13098,"name":"Crystal halberd 4/10","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal halberd (historical) (4/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_halberd_(historical)#4/10","equipment":{"attack_stab":67,"attack_slash":86,"attack_crush":3,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":2,"defence_crush":3,"defence_magic":0,"defence_ranged":0,"melee_strength":88,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"strength":35,"agility":50}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13099":{"id":13099,"name":"Crystal halberd 3/10","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal halberd (historical) (3/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_halberd_(historical)#3/10","equipment":{"attack_stab":64,"attack_slash":82,"attack_crush":3,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":2,"defence_crush":3,"defence_magic":0,"defence_ranged":0,"melee_strength":83,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"strength":35,"agility":50}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13100":{"id":13100,"name":"Crystal halberd 2/10","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal halberd (historical) (2/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_halberd_(historical)#2/10","equipment":{"attack_stab":61,"attack_slash":78,"attack_crush":3,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":2,"defence_crush":3,"defence_magic":0,"defence_ranged":0,"melee_strength":78,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"strength":35,"agility":50}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13101":{"id":13101,"name":"Crystal halberd 1/10","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal halberd (historical) (1/10)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_halberd_(historical)#1/10","equipment":{"attack_stab":58,"attack_slash":74,"attack_crush":2,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":1,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":73,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"strength":35,"agility":50}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13102":{"id":13102,"name":"Teleport crystal (5)","members":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Teleport crystal (5)","wiki_url":"https://oldschool.runescape.wiki/w/Teleport_crystal#(5)","price":0},"13103":{"id":13103,"name":"Karamja gloves 4","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Karamja gloves 4","wiki_url":"https://oldschool.runescape.wiki/w/Karamja_gloves_4","equipment":{"attack_stab":1,"attack_slash":1,"attack_crush":1,"attack_magic":1,"attack_ranged":1,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":1,"defence_ranged":1,"melee_strength":1,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"13104":{"id":13104,"name":"Varrock armour 1","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Varrock armour 1","wiki_url":"https://oldschool.runescape.wiki/w/Varrock_armour_1","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-10,"defence_stab":32,"defence_slash":31,"defence_crush":24,"defence_magic":-6,"defence_ranged":31,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"13105":{"id":13105,"name":"Varrock armour 2","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Varrock armour 2","wiki_url":"https://oldschool.runescape.wiki/w/Varrock_armour_2","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-10,"defence_stab":41,"defence_slash":40,"defence_crush":30,"defence_magic":-6,"defence_ranged":40,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"13106":{"id":13106,"name":"Varrock armour 3","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Varrock armour 3","wiki_url":"https://oldschool.runescape.wiki/w/Varrock_armour_3","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-10,"defence_stab":46,"defence_slash":44,"defence_crush":38,"defence_magic":-6,"defence_ranged":44,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"13107":{"id":13107,"name":"Varrock armour 4","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Varrock armour 4","wiki_url":"https://oldschool.runescape.wiki/w/Varrock_armour_4","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-10,"defence_stab":65,"defence_slash":63,"defence_crush":55,"defence_magic":-6,"defence_ranged":63,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"13108":{"id":13108,"name":"Wilderness sword 1","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Wilderness sword 1","wiki_url":"https://oldschool.runescape.wiki/w/Wilderness_sword_1","equipment":{"attack_stab":6,"attack_slash":4,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":7,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13109":{"id":13109,"name":"Wilderness sword 2","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Wilderness sword 2","wiki_url":"https://oldschool.runescape.wiki/w/Wilderness_sword_2","equipment":{"attack_stab":11,"attack_slash":8,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13110":{"id":13110,"name":"Wilderness sword 3","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Wilderness sword 3","wiki_url":"https://oldschool.runescape.wiki/w/Wilderness_sword_3","equipment":{"attack_stab":16,"attack_slash":11,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":17,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13111":{"id":13111,"name":"Wilderness sword 4","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Wilderness sword 4","wiki_url":"https://oldschool.runescape.wiki/w/Wilderness_sword_4","equipment":{"attack_stab":23,"attack_slash":18,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":24,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13112":{"id":13112,"name":"Morytania legs 1","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Morytania legs 1","wiki_url":"https://oldschool.runescape.wiki/w/Morytania_legs_1","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-7,"defence_stab":11,"defence_slash":10,"defence_crush":10,"defence_magic":-4,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"13113":{"id":13113,"name":"Morytania legs 2","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Morytania legs 2","wiki_url":"https://oldschool.runescape.wiki/w/Morytania_legs_2","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-7,"defence_stab":17,"defence_slash":16,"defence_crush":15,"defence_magic":-4,"defence_ranged":16,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"13114":{"id":13114,"name":"Morytania legs 3","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"wiki_name":"Morytania legs 3","wiki_url":"https://oldschool.runescape.wiki/w/Morytania_legs_3","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-7,"defence_stab":24,"defence_slash":22,"defence_crush":20,"defence_magic":-4,"defence_ranged":22,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"13115":{"id":13115,"name":"Morytania legs 4","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Morytania legs 4","wiki_url":"https://oldschool.runescape.wiki/w/Morytania_legs_4","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-7,"defence_stab":33,"defence_slash":31,"defence_crush":29,"defence_magic":-4,"defence_ranged":31,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"13116":{"id":13116,"name":"Bonecrusher","members":true,"cost":1,"wiki_name":"Bonecrusher","wiki_url":"https://oldschool.runescape.wiki/w/Bonecrusher","price":0},"13117":{"id":13117,"name":"Falador shield 1","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Falador shield 1","wiki_url":"https://oldschool.runescape.wiki/w/Falador_shield_1","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-2,"defence_stab":8,"defence_slash":10,"defence_crush":9,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"shield","requirements":null},"price":0},"13118":{"id":13118,"name":"Falador shield 2","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Falador shield 2","wiki_url":"https://oldschool.runescape.wiki/w/Falador_shield_2","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-2,"defence_stab":13,"defence_slash":15,"defence_crush":14,"defence_magic":-1,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"shield","requirements":null},"price":0},"13119":{"id":13119,"name":"Falador shield 3","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Falador shield 3","wiki_url":"https://oldschool.runescape.wiki/w/Falador_shield_3","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-2,"defence_stab":18,"defence_slash":22,"defence_crush":20,"defence_magic":-1,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"shield","requirements":null},"price":0},"13120":{"id":13120,"name":"Falador shield 4","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Falador shield 4","wiki_url":"https://oldschool.runescape.wiki/w/Falador_shield_4","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-2,"defence_stab":27,"defence_slash":31,"defence_crush":29,"defence_magic":-1,"defence_ranged":29,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":null},"price":0},"13121":{"id":13121,"name":"Ardougne cloak 1","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ardougne cloak 1","wiki_url":"https://oldschool.runescape.wiki/w/Ardougne_cloak_1","equipment":{"attack_stab":2,"attack_slash":0,"attack_crush":0,"attack_magic":2,"attack_ranged":0,"defence_stab":2,"defence_slash":0,"defence_crush":0,"defence_magic":2,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"cape","requirements":null},"price":0},"13122":{"id":13122,"name":"Ardougne cloak 2","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ardougne cloak 2","wiki_url":"https://oldschool.runescape.wiki/w/Ardougne_cloak_2","equipment":{"attack_stab":4,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":4,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"cape","requirements":null},"price":0},"13123":{"id":13123,"name":"Ardougne cloak 3","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ardougne cloak 3","wiki_url":"https://oldschool.runescape.wiki/w/Ardougne_cloak_3","equipment":{"attack_stab":5,"attack_slash":0,"attack_crush":0,"attack_magic":5,"attack_ranged":0,"defence_stab":5,"defence_slash":0,"defence_crush":0,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"cape","requirements":null},"price":0},"13124":{"id":13124,"name":"Ardougne cloak 4","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ardougne cloak 4","wiki_url":"https://oldschool.runescape.wiki/w/Ardougne_cloak_4","equipment":{"attack_stab":6,"attack_slash":0,"attack_crush":0,"attack_magic":6,"attack_ranged":0,"defence_stab":6,"defence_slash":0,"defence_crush":0,"defence_magic":6,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"cape","requirements":null},"price":0},"13125":{"id":13125,"name":"Explorer's ring 1","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Explorer's ring 1","wiki_url":"https://oldschool.runescape.wiki/w/Explorer's_ring_1","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"ring","requirements":null},"price":0},"13126":{"id":13126,"name":"Explorer's ring 2","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Explorer's ring 2","wiki_url":"https://oldschool.runescape.wiki/w/Explorer's_ring_2","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"ring","requirements":null},"price":0},"13127":{"id":13127,"name":"Explorer's ring 3","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Explorer's ring 3","wiki_url":"https://oldschool.runescape.wiki/w/Explorer's_ring_3","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"ring","requirements":null},"price":0},"13128":{"id":13128,"name":"Explorer's ring 4","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Explorer's ring 4","wiki_url":"https://oldschool.runescape.wiki/w/Explorer's_ring_4","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"ring","requirements":null},"price":0},"13129":{"id":13129,"name":"Fremennik sea boots 1","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Fremennik sea boots 1","wiki_url":"https://oldschool.runescape.wiki/w/Fremennik_sea_boots_1","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":2,"defence_slash":3,"defence_crush":4,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"13130":{"id":13130,"name":"Fremennik sea boots 2","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Fremennik sea boots 2","wiki_url":"https://oldschool.runescape.wiki/w/Fremennik_sea_boots_2","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":5,"defence_slash":6,"defence_crush":7,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"13131":{"id":13131,"name":"Fremennik sea boots 3","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Fremennik sea boots 3","wiki_url":"https://oldschool.runescape.wiki/w/Fremennik_sea_boots_3","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":7,"defence_slash":8,"defence_crush":9,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"13132":{"id":13132,"name":"Fremennik sea boots 4","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Fremennik sea boots 4","wiki_url":"https://oldschool.runescape.wiki/w/Fremennik_sea_boots_4","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":1,"attack_ranged":1,"defence_stab":10,"defence_slash":11,"defence_crush":12,"defence_magic":0,"defence_ranged":0,"melee_strength":1,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"13133":{"id":13133,"name":"Desert amulet 1","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Desert amulet 1","wiki_url":"https://oldschool.runescape.wiki/w/Desert_amulet_1","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"13134":{"id":13134,"name":"Desert amulet 2","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Desert amulet 2","wiki_url":"https://oldschool.runescape.wiki/w/Desert_amulet_2","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"13135":{"id":13135,"name":"Desert amulet 3","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Desert amulet 3","wiki_url":"https://oldschool.runescape.wiki/w/Desert_amulet_3","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"13136":{"id":13136,"name":"Desert amulet 4","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Desert amulet 4","wiki_url":"https://oldschool.runescape.wiki/w/Desert_amulet_4","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"13137":{"id":13137,"name":"Kandarin headgear 1","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Kandarin headgear 1","wiki_url":"https://oldschool.runescape.wiki/w/Kandarin_headgear_1","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":4,"defence_slash":5,"defence_crush":3,"defence_magic":-1,"defence_ranged":4,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"13138":{"id":13138,"name":"Kandarin headgear 2","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Kandarin headgear 2","wiki_url":"https://oldschool.runescape.wiki/w/Kandarin_headgear_2","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":7,"defence_slash":8,"defence_crush":6,"defence_magic":-1,"defence_ranged":7,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"13139":{"id":13139,"name":"Kandarin headgear 3","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Kandarin headgear 3","wiki_url":"https://oldschool.runescape.wiki/w/Kandarin_headgear_3","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":9,"defence_slash":10,"defence_crush":8,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"13140":{"id":13140,"name":"Kandarin headgear 4","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Kandarin headgear 4","wiki_url":"https://oldschool.runescape.wiki/w/Kandarin_headgear_4","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":10,"defence_slash":11,"defence_crush":9,"defence_magic":-1,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"13141":{"id":13141,"name":"Western banner 1","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Western banner 1","wiki_url":"https://oldschool.runescape.wiki/w/Western_banner_1","equipment":{"attack_stab":12,"attack_slash":12,"attack_crush":12,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"polestaff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13142":{"id":13142,"name":"Western banner 2","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Western banner 2","wiki_url":"https://oldschool.runescape.wiki/w/Western_banner_2","equipment":{"attack_stab":15,"attack_slash":15,"attack_crush":15,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":16,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"polestaff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13143":{"id":13143,"name":"Western banner 3","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Western banner 3","wiki_url":"https://oldschool.runescape.wiki/w/Western_banner_3","equipment":{"attack_stab":17,"attack_slash":17,"attack_crush":17,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":18,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"polestaff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13144":{"id":13144,"name":"Western banner 4","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Western banner 4","wiki_url":"https://oldschool.runescape.wiki/w/Western_banner_4","equipment":{"attack_stab":24,"attack_slash":24,"attack_crush":24,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":28,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"polestaff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13145":{"id":13145,"name":"Antique lamp","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Antique lamp (easy)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(easy)","price":0},"13146":{"id":13146,"name":"Antique lamp","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Antique lamp (medium)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(medium)","price":0},"13147":{"id":13147,"name":"Antique lamp","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Antique lamp (hard)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(hard)","price":0},"13148":{"id":13148,"name":"Antique lamp","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Antique lamp (elite)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(elite)","price":0},"13149":{"id":13149,"name":"Holy book page set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":7000,"lowalch":2800,"highalch":4200,"buy_limit":5,"wiki_name":"Holy book page set","wiki_url":"https://oldschool.runescape.wiki/w/Holy_book_page_set","price":22947},"13151":{"id":13151,"name":"Unholy book page set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":7000,"lowalch":2800,"highalch":4200,"buy_limit":5,"wiki_name":"Unholy book page set","wiki_url":"https://oldschool.runescape.wiki/w/Unholy_book_page_set","price":38469},"13153":{"id":13153,"name":"Book of balance page set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":7000,"lowalch":2800,"highalch":4200,"buy_limit":5,"wiki_name":"Book of balance page set","wiki_url":"https://oldschool.runescape.wiki/w/Book_of_balance_page_set","price":28560},"13155":{"id":13155,"name":"Book of war page set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":7500,"lowalch":3000,"highalch":4500,"buy_limit":5,"wiki_name":"Book of war page set","wiki_url":"https://oldschool.runescape.wiki/w/Book_of_war_page_set","price":18681},"13157":{"id":13157,"name":"Book of law page set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":7500,"lowalch":3000,"highalch":4500,"buy_limit":5,"wiki_name":"Book of law page set","wiki_url":"https://oldschool.runescape.wiki/w/Book_of_law_page_set","price":40287},"13159":{"id":13159,"name":"Book of darkness page set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":7500,"lowalch":3000,"highalch":4500,"buy_limit":5,"wiki_name":"Book of darkness page set","wiki_url":"https://oldschool.runescape.wiki/w/Book_of_darkness_page_set","price":42460},"13161":{"id":13161,"name":"Zamorak dragonhide set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":9000,"lowalch":3600,"highalch":5400,"buy_limit":8,"wiki_name":"Zamorak dragonhide set","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_dragonhide_set","price":1361501},"13163":{"id":13163,"name":"Saradomin dragonhide set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":9000,"lowalch":3600,"highalch":5400,"buy_limit":8,"wiki_name":"Saradomin dragonhide set","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_dragonhide_set","price":993985},"13165":{"id":13165,"name":"Guthix dragonhide set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":9000,"lowalch":3600,"highalch":5400,"buy_limit":8,"wiki_name":"Guthix dragonhide set","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_dragonhide_set","price":852000},"13167":{"id":13167,"name":"Bandos dragonhide set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":9500,"lowalch":3800,"highalch":5700,"buy_limit":8,"wiki_name":"Bandos dragonhide set","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_dragonhide_set","price":993000},"13169":{"id":13169,"name":"Armadyl dragonhide set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":9500,"lowalch":3800,"highalch":5700,"buy_limit":8,"wiki_name":"Armadyl dragonhide set","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_dragonhide_set","price":1217263},"13171":{"id":13171,"name":"Ancient dragonhide set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":9500,"lowalch":3800,"highalch":5700,"buy_limit":8,"wiki_name":"Ancient dragonhide set","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_dragonhide_set","price":980500},"13173":{"id":13173,"name":"Partyhat set","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":5,"wiki_name":"Partyhat set","wiki_url":"https://oldschool.runescape.wiki/w/Partyhat_set","price":73773},"13175":{"id":13175,"name":"Halloween mask set","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":8,"lowalch":3,"highalch":4,"buy_limit":5,"wiki_name":"Halloween mask set","wiki_url":"https://oldschool.runescape.wiki/w/Halloween_mask_set","price":36803},"13177":{"id":13177,"name":"Venenatis spiderling","members":true,"cost":1,"wiki_name":"Venenatis spiderling","wiki_url":"https://oldschool.runescape.wiki/w/Venenatis_spiderling","price":0},"13178":{"id":13178,"name":"Callisto cub","members":true,"cost":1,"wiki_name":"Callisto cub","wiki_url":"https://oldschool.runescape.wiki/w/Callisto_cub","price":0},"13179":{"id":13179,"name":"Vet'ion jr.","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Vet'ion jr. (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Vet'ion_jr.#Normal","price":0},"13180":{"id":13180,"name":"Vet'ion jr.","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Vet'ion jr. (Reborn)","wiki_url":"https://oldschool.runescape.wiki/w/Vet'ion_jr.#Reborn","price":0},"13181":{"id":13181,"name":"Scorpia's offspring","members":true,"cost":1,"wiki_name":"Scorpia's offspring","wiki_url":"https://oldschool.runescape.wiki/w/Scorpia's_offspring","price":0},"13182":{"id":13182,"name":"Bunny feet","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bunny feet","wiki_url":"https://oldschool.runescape.wiki/w/Bunny_feet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"13183":{"id":13183,"name":"Empty blaster","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Empty blaster","wiki_url":"https://oldschool.runescape.wiki/w/Empty_blaster","price":0},"13184":{"id":13184,"name":"Incomplete blaster","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Incomplete blaster","wiki_url":"https://oldschool.runescape.wiki/w/Incomplete_blaster","price":0},"13185":{"id":13185,"name":"Easter blaster","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Easter blaster","wiki_url":"https://oldschool.runescape.wiki/w/Easter_blaster","price":0},"13186":{"id":13186,"name":"Volatile mineral","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Volatile mineral","wiki_url":"https://oldschool.runescape.wiki/w/Volatile_mineral","price":0},"13187":{"id":13187,"name":"Package","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Package","wiki_url":"https://oldschool.runescape.wiki/w/Package","price":0},"13188":{"id":13188,"name":"Diango's claws","cost":500,"lowalch":200,"highalch":300,"wiki_name":"Diango's claws","wiki_url":"https://oldschool.runescape.wiki/w/Diango's_claws","price":0},"13190":{"id":13190,"name":"Old school bond","tradeable":true,"tradeable_on_ge":true,"cost":2000000,"lowalch":800000,"highalch":1200000,"buy_limit":100,"wiki_name":"Old school bond (Tradeable)","wiki_url":"https://oldschool.runescape.wiki/w/Old_school_bond#Tradeable","price":12226628},"13192":{"id":13192,"name":"Old school bond (untradeable)","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old school bond (Untradeable)","wiki_url":"https://oldschool.runescape.wiki/w/Old_school_bond#Untradeable","price":0},"13193":{"id":13193,"name":"Bone bolt pack","members":true,"tradeable":true,"noteable":true,"cost":350,"lowalch":140,"highalch":210,"wiki_name":"Bone bolt pack","wiki_url":"https://oldschool.runescape.wiki/w/Bone_bolt_pack","price":0},"13195":{"id":13195,"name":"Oddskull","cost":1,"wiki_name":"Oddskull","wiki_url":"https://oldschool.runescape.wiki/w/Oddskull","price":0},"13196":{"id":13196,"name":"Tanzanite helm (uncharged)","members":true,"cost":110400,"lowalch":44160,"highalch":66240,"wiki_name":"Tanzanite helm (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Tanzanite_helm#Uncharged","price":0},"13197":{"id":13197,"name":"Tanzanite helm","members":true,"equipable":true,"equipable_by_player":true,"cost":110500,"lowalch":44200,"highalch":66300,"wiki_name":"Tanzanite helm (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Tanzanite_helm#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-5,"attack_ranged":-5,"defence_stab":52,"defence_slash":55,"defence_crush":58,"defence_magic":0,"defence_ranged":50,"melee_strength":5,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":75}},"price":0},"13198":{"id":13198,"name":"Magma helm (uncharged)","members":true,"cost":110400,"lowalch":44160,"highalch":66240,"wiki_name":"Magma helm (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Magma_helm#Uncharged","price":0},"13199":{"id":13199,"name":"Magma helm","members":true,"equipable":true,"equipable_by_player":true,"cost":110500,"lowalch":44200,"highalch":66300,"wiki_name":"Magma helm (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Magma_helm#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-5,"attack_ranged":-5,"defence_stab":52,"defence_slash":55,"defence_crush":58,"defence_magic":0,"defence_ranged":50,"melee_strength":5,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":75}},"price":0},"13200":{"id":13200,"name":"Tanzanite mutagen","members":true,"cost":9500,"lowalch":3800,"highalch":5700,"wiki_name":"Tanzanite mutagen","wiki_url":"https://oldschool.runescape.wiki/w/Tanzanite_mutagen","price":0},"13201":{"id":13201,"name":"Magma mutagen","members":true,"cost":9500,"lowalch":3800,"highalch":5700,"wiki_name":"Magma mutagen","wiki_url":"https://oldschool.runescape.wiki/w/Magma_mutagen","price":0},"13202":{"id":13202,"name":"Ring of the gods (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Ring of the gods (i) (Nightmare Zone)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_the_gods_(i)#Nightmare_Zone","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":1,"defence_ranged":1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":8,"slot":"ring","requirements":null},"price":0},"13203":{"id":13203,"name":"Mask of balance","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mask of balance","wiki_url":"https://oldschool.runescape.wiki/w/Mask_of_balance","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"13204":{"id":13204,"name":"Platinum token","tradeable":true,"stackable":true,"cost":1000,"wiki_name":"Platinum token","wiki_url":"https://oldschool.runescape.wiki/w/Platinum_token","price":0},"13205":{"id":13205,"name":"Rotten egg","cost":1,"wiki_name":"Rotten egg","wiki_url":"https://oldschool.runescape.wiki/w/Rotten_egg","price":0},"13215":{"id":13215,"name":"Tiger toy","cost":100,"lowalch":40,"highalch":60,"wiki_name":"Tiger toy","wiki_url":"https://oldschool.runescape.wiki/w/Tiger_toy","price":0},"13216":{"id":13216,"name":"Lion toy","cost":100,"lowalch":40,"highalch":60,"wiki_name":"Lion toy","wiki_url":"https://oldschool.runescape.wiki/w/Lion_toy","price":0},"13217":{"id":13217,"name":"Snow leopard toy","cost":100,"lowalch":40,"highalch":60,"wiki_name":"Snow leopard toy","wiki_url":"https://oldschool.runescape.wiki/w/Snow_leopard_toy","price":0},"13218":{"id":13218,"name":"Amur leopard toy","cost":100,"lowalch":40,"highalch":60,"wiki_name":"Amur leopard toy","wiki_url":"https://oldschool.runescape.wiki/w/Amur_leopard_toy","price":0},"13221":{"id":13221,"name":"Music cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Music cape (Untrimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Music_cape#Untrimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"13222":{"id":13222,"name":"Music cape(t)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Music cape (Trimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Music_cape#Trimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"cape","requirements":null},"price":0},"13223":{"id":13223,"name":"Music hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Music hood","wiki_url":"https://oldschool.runescape.wiki/w/Music_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"13225":{"id":13225,"name":"Tzrek-jad","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tzrek-jad (TzRek-Jad)","wiki_url":"https://oldschool.runescape.wiki/w/Tzrek-jad#TzRek-Jad","price":0},"13226":{"id":13226,"name":"Herb sack","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Herb sack (Closed)","wiki_url":"https://oldschool.runescape.wiki/w/Herb_sack#Closed","price":0},"13227":{"id":13227,"name":"Eternal crystal","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":45000,"lowalch":18000,"highalch":27000,"buy_limit":15,"wiki_name":"Eternal crystal","wiki_url":"https://oldschool.runescape.wiki/w/Eternal_crystal","price":6816056},"13229":{"id":13229,"name":"Pegasian crystal","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":45000,"lowalch":18000,"highalch":27000,"buy_limit":15,"wiki_name":"Pegasian crystal","wiki_url":"https://oldschool.runescape.wiki/w/Pegasian_crystal","price":214582},"13231":{"id":13231,"name":"Primordial crystal","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":45000,"lowalch":18000,"highalch":27000,"buy_limit":15,"wiki_name":"Primordial crystal","wiki_url":"https://oldschool.runescape.wiki/w/Primordial_crystal","price":30771160},"13233":{"id":13233,"name":"Smouldering stone","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":45000,"lowalch":18000,"highalch":27000,"buy_limit":5,"wiki_name":"Smouldering stone","wiki_url":"https://oldschool.runescape.wiki/w/Smouldering_stone","price":3809874},"13235":{"id":13235,"name":"Eternal boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":75000,"lowalch":30000,"highalch":45000,"buy_limit":15,"wiki_name":"Eternal boots","wiki_url":"https://oldschool.runescape.wiki/w/Eternal_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":8,"attack_ranged":0,"defence_stab":5,"defence_slash":5,"defence_crush":5,"defence_magic":8,"defence_ranged":5,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"feet","requirements":{"magic":75,"defence":75}},"price":7263500},"13237":{"id":13237,"name":"Pegasian boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":75000,"lowalch":30000,"highalch":45000,"buy_limit":15,"wiki_name":"Pegasian boots","wiki_url":"https://oldschool.runescape.wiki/w/Pegasian_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-12,"attack_ranged":12,"defence_stab":5,"defence_slash":5,"defence_crush":5,"defence_magic":5,"defence_ranged":5,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"ranged":75,"defence":75}},"price":31860246},"13239":{"id":13239,"name":"Primordial boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":75000,"lowalch":30000,"highalch":45000,"buy_limit":15,"wiki_name":"Primordial boots","wiki_url":"https://oldschool.runescape.wiki/w/Primordial_boots","equipment":{"attack_stab":2,"attack_slash":2,"attack_crush":2,"attack_magic":-4,"attack_ranged":-1,"defence_stab":22,"defence_slash":22,"defence_crush":22,"defence_magic":0,"defence_ranged":0,"melee_strength":5,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"defence":75,"strength":75}},"price":30889276},"13241":{"id":13241,"name":"Infernal axe","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":99801,"lowalch":39920,"highalch":59880,"wiki_name":"Infernal axe (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Infernal_axe#Charged","equipment":{"attack_stab":-2,"attack_slash":38,"attack_crush":32,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":60}},"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":0},"13242":{"id":13242,"name":"Infernal axe (uncharged)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":99800,"lowalch":39920,"highalch":59880,"wiki_name":"Infernal axe (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Infernal_axe#Uncharged","equipment":{"attack_stab":-2,"attack_slash":38,"attack_crush":32,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":60}},"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":0},"13243":{"id":13243,"name":"Infernal pickaxe","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":99801,"lowalch":39920,"highalch":59880,"wiki_name":"Infernal pickaxe (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Infernal_pickaxe#Charged","equipment":{"attack_stab":38,"attack_slash":-2,"attack_crush":32,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":60}},"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":0},"13244":{"id":13244,"name":"Infernal pickaxe (uncharged)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":99800,"lowalch":39920,"highalch":59880,"wiki_name":"Infernal pickaxe (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Infernal_pickaxe#Uncharged","equipment":{"attack_stab":38,"attack_slash":-2,"attack_crush":32,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":60}},"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":0},"13245":{"id":13245,"name":"Jar of souls","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Jar of souls","wiki_url":"https://oldschool.runescape.wiki/w/Jar_of_souls","price":110048},"13247":{"id":13247,"name":"Hellpuppy","members":true,"cost":1,"wiki_name":"Hellpuppy","wiki_url":"https://oldschool.runescape.wiki/w/Hellpuppy","price":0},"13248":{"id":13248,"name":"Key master's key","members":true,"cost":1,"wiki_name":"Key master's key","wiki_url":"https://oldschool.runescape.wiki/w/Key_master's_key","price":0},"13249":{"id":13249,"name":"Key master teleport","members":true,"stackable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Key master teleport","wiki_url":"https://oldschool.runescape.wiki/w/Key_master_teleport","price":0},"13250":{"id":13250,"name":"Plant pot pack","members":true,"tradeable":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Plant pot pack","wiki_url":"https://oldschool.runescape.wiki/w/Plant_pot_pack","price":0},"13252":{"id":13252,"name":"Sack pack","members":true,"tradeable":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Sack pack","wiki_url":"https://oldschool.runescape.wiki/w/Sack_pack","price":0},"13254":{"id":13254,"name":"Basket pack","members":true,"tradeable":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Basket pack","wiki_url":"https://oldschool.runescape.wiki/w/Basket_pack","price":0},"13256":{"id":13256,"name":"Saradomin's light","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":34600,"lowalch":13840,"highalch":20760,"buy_limit":5,"wiki_name":"Saradomin's light","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin's_light","price":109945},"13258":{"id":13258,"name":"Angler hat","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Angler hat","wiki_url":"https://oldschool.runescape.wiki/w/Angler_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"13259":{"id":13259,"name":"Angler top","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Angler top","wiki_url":"https://oldschool.runescape.wiki/w/Angler_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"13260":{"id":13260,"name":"Angler waders","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Angler waders","wiki_url":"https://oldschool.runescape.wiki/w/Angler_waders","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"13261":{"id":13261,"name":"Angler boots","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Angler boots","wiki_url":"https://oldschool.runescape.wiki/w/Angler_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"13262":{"id":13262,"name":"Abyssal orphan","members":true,"cost":1,"wiki_name":"Abyssal orphan","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_orphan","price":0},"13263":{"id":13263,"name":"Abyssal bludgeon","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":260000,"lowalch":104000,"highalch":156000,"buy_limit":8,"wiki_name":"Abyssal bludgeon","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_bludgeon","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":102,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":85,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"strength":70}},"weapon":{"attack_speed":4,"weapon_type":"bludgeon","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"aggressive","experience":"defence","boosts":null}]},"price":14087378},"13265":{"id":13265,"name":"Abyssal dagger","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":115001,"lowalch":46000,"highalch":69000,"buy_limit":8,"wiki_name":"Abyssal dagger (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_dagger#Unpoisoned","equipment":{"attack_stab":75,"attack_slash":40,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":75,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":70}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":3531136},"13267":{"id":13267,"name":"Abyssal dagger (p)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":115002,"lowalch":46000,"highalch":69001,"buy_limit":8,"wiki_name":"Abyssal dagger (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_dagger#Poison","equipment":{"attack_stab":75,"attack_slash":40,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":75,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":70}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":3651000},"13269":{"id":13269,"name":"Abyssal dagger (p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":115003,"lowalch":46001,"highalch":69001,"buy_limit":8,"wiki_name":"Abyssal dagger (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_dagger#Poison+","equipment":{"attack_stab":75,"attack_slash":40,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":75,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":70}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":3230500},"13271":{"id":13271,"name":"Abyssal dagger (p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":115004,"lowalch":46001,"highalch":69002,"buy_limit":8,"wiki_name":"Abyssal dagger (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_dagger#Poison++","equipment":{"attack_stab":75,"attack_slash":40,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":75,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":70}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":3444297},"13273":{"id":13273,"name":"Unsired","members":true,"cost":140000,"wiki_name":"Unsired","wiki_url":"https://oldschool.runescape.wiki/w/Unsired","price":0},"13274":{"id":13274,"name":"Bludgeon spine","members":true,"cost":230000,"lowalch":92000,"highalch":138000,"wiki_name":"Bludgeon spine","wiki_url":"https://oldschool.runescape.wiki/w/Bludgeon_spine","price":0},"13275":{"id":13275,"name":"Bludgeon claw","members":true,"cost":230000,"lowalch":92000,"highalch":138000,"wiki_name":"Bludgeon claw","wiki_url":"https://oldschool.runescape.wiki/w/Bludgeon_claw","price":0},"13276":{"id":13276,"name":"Bludgeon axon","members":true,"cost":230000,"lowalch":92000,"highalch":138000,"wiki_name":"Bludgeon axon","wiki_url":"https://oldschool.runescape.wiki/w/Bludgeon_axon","price":0},"13277":{"id":13277,"name":"Jar of miasma","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Jar of miasma","wiki_url":"https://oldschool.runescape.wiki/w/Jar_of_miasma","price":34210},"13279":{"id":13279,"name":"Overseer's book","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Overseer's book","wiki_url":"https://oldschool.runescape.wiki/w/Overseer's_book","price":0},"13280":{"id":13280,"name":"Max cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Max cape (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Max_cape#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"cape","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"13281":{"id":13281,"name":"Max hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Max hood","wiki_url":"https://oldschool.runescape.wiki/w/Max_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"13283":{"id":13283,"name":"Gravedigger mask","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gravedigger mask (Reward)","wiki_url":"https://oldschool.runescape.wiki/w/Gravedigger_mask#Reward","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"13284":{"id":13284,"name":"Gravedigger top","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gravedigger top (Reward)","wiki_url":"https://oldschool.runescape.wiki/w/Gravedigger_top#Reward","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"13285":{"id":13285,"name":"Gravedigger leggings","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gravedigger leggings (Reward)","wiki_url":"https://oldschool.runescape.wiki/w/Gravedigger_leggings#Reward","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"13286":{"id":13286,"name":"Gravedigger boots","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gravedigger boots (Reward)","wiki_url":"https://oldschool.runescape.wiki/w/Gravedigger_boots#Reward","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"13287":{"id":13287,"name":"Gravedigger gloves","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gravedigger gloves (Reward)","wiki_url":"https://oldschool.runescape.wiki/w/Gravedigger_gloves#Reward","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"13288":{"id":13288,"name":"Anti-panties","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Anti-panties (Reward)","wiki_url":"https://oldschool.runescape.wiki/w/Anti-panties#Reward","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"13302":{"id":13302,"name":"Bank key","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bank key (1st)","wiki_url":"https://oldschool.runescape.wiki/w/Bank_key#1st","price":0},"13303":{"id":13303,"name":"Bank key","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bank key (2nd)","wiki_url":"https://oldschool.runescape.wiki/w/Bank_key#2nd","price":0},"13304":{"id":13304,"name":"Bank key","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bank key (3rd)","wiki_url":"https://oldschool.runescape.wiki/w/Bank_key#3rd","price":0},"13305":{"id":13305,"name":"Bank key","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bank key (4th)","wiki_url":"https://oldschool.runescape.wiki/w/Bank_key#4th","price":0},"13306":{"id":13306,"name":"Bank key","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bank key (5th)","wiki_url":"https://oldschool.runescape.wiki/w/Bank_key#5th","price":0},"13307":{"id":13307,"name":"Blood money","stackable":true,"cost":1,"wiki_name":"Blood money","wiki_url":"https://oldschool.runescape.wiki/w/Blood_money","price":0},"13317":{"id":13317,"name":"Deadman's chest","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Deadman's chest (Deadman Mode)","wiki_url":"https://oldschool.runescape.wiki/w/Deadman's_chest#Deadman_Mode","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-10,"defence_stab":21,"defence_slash":20,"defence_crush":12,"defence_magic":-6,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"13318":{"id":13318,"name":"Deadman's legs","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Deadman's legs (Deadman Mode)","wiki_url":"https://oldschool.runescape.wiki/w/Deadman's_legs#Deadman_Mode","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-7,"defence_stab":11,"defence_slash":10,"defence_crush":10,"defence_magic":-4,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"13319":{"id":13319,"name":"Deadman's cape","equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Deadman's cape (Deadman Mode)","wiki_url":"https://oldschool.runescape.wiki/w/Deadman's_cape#Deadman_Mode","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"13320":{"id":13320,"name":"Heron","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Heron (Regular)","wiki_url":"https://oldschool.runescape.wiki/w/Heron#Regular","price":0},"13321":{"id":13321,"name":"Rock golem","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rock golem (Rock)","wiki_url":"https://oldschool.runescape.wiki/w/Rock_golem#Rock","price":0},"13322":{"id":13322,"name":"Beaver","members":true,"cost":1,"wiki_name":"Beaver","wiki_url":"https://oldschool.runescape.wiki/w/Beaver","price":0},"13323":{"id":13323,"name":"Baby chinchompa","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Baby chinchompa (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Baby_chinchompa#Red","price":0},"13324":{"id":13324,"name":"Baby chinchompa","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Baby chinchompa (Grey)","wiki_url":"https://oldschool.runescape.wiki/w/Baby_chinchompa#Grey","price":0},"13325":{"id":13325,"name":"Baby chinchompa","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Baby chinchompa (Black)","wiki_url":"https://oldschool.runescape.wiki/w/Baby_chinchompa#Black","price":0},"13326":{"id":13326,"name":"Baby chinchompa","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Baby chinchompa (Gold)","wiki_url":"https://oldschool.runescape.wiki/w/Baby_chinchompa#Gold","price":0},"13327":{"id":13327,"name":"Rotten onion","cost":0,"wiki_name":"Rotten onion","wiki_url":"https://oldschool.runescape.wiki/w/Rotten_onion","price":0},"13328":{"id":13328,"name":"Green banner","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":49,"lowalch":19,"highalch":29,"wiki_name":"Green banner","wiki_url":"https://oldschool.runescape.wiki/w/Green_banner","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"13329":{"id":13329,"name":"Fire max cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Fire max cape (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Fire_max_cape#Normal","equipment":{"attack_stab":1,"attack_slash":1,"attack_crush":1,"attack_magic":1,"attack_ranged":1,"defence_stab":11,"defence_slash":11,"defence_crush":11,"defence_magic":11,"defence_ranged":11,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"cape","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"13330":{"id":13330,"name":"Fire max hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fire max hood","wiki_url":"https://oldschool.runescape.wiki/w/Fire_max_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"13331":{"id":13331,"name":"Saradomin max cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"wiki_name":"Saradomin max cape","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_max_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":10,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":2,"defence_magic":10,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"13332":{"id":13332,"name":"Saradomin max hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Saradomin max hood","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_max_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"13333":{"id":13333,"name":"Zamorak max cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"wiki_name":"Zamorak max cape","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_max_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":10,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":2,"defence_magic":10,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"13334":{"id":13334,"name":"Zamorak max hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Zamorak max hood","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_max_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"13335":{"id":13335,"name":"Guthix max cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"wiki_name":"Guthix max cape","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_max_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":10,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":2,"defence_magic":10,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"13336":{"id":13336,"name":"Guthix max hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Guthix max hood","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_max_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"13337":{"id":13337,"name":"Accumulator max cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"wiki_name":"Accumulator max cape","wiki_url":"https://oldschool.runescape.wiki/w/Accumulator_max_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":4,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"13338":{"id":13338,"name":"Accumulator max hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Accumulator max hood","wiki_url":"https://oldschool.runescape.wiki/w/Accumulator_max_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"13339":{"id":13339,"name":"Sacred eel","members":true,"cost":140,"lowalch":56,"highalch":84,"wiki_name":"Sacred eel","wiki_url":"https://oldschool.runescape.wiki/w/Sacred_eel","price":0},"13343":{"id":13343,"name":"Black santa hat","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Black santa hat","wiki_url":"https://oldschool.runescape.wiki/w/Black_santa_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"13344":{"id":13344,"name":"Inverted santa hat","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Inverted santa hat","wiki_url":"https://oldschool.runescape.wiki/w/Inverted_santa_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"13345":{"id":13345,"name":"Anti-present","cost":1,"wiki_name":"Anti-present","wiki_url":"https://oldschool.runescape.wiki/w/Anti-present","price":0},"13346":{"id":13346,"name":"Present","cost":1,"wiki_name":"Present (Christmas 2015)","wiki_url":"https://oldschool.runescape.wiki/w/Present_(Christmas_2015)","price":0},"13347":{"id":13347,"name":"Vial of tears (empty)","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Vial of tears (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Vial_of_tears#Empty","price":0},"13348":{"id":13348,"name":"Vial of tears (1)","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Vial of tears (1)","wiki_url":"https://oldschool.runescape.wiki/w/Vial_of_tears#(1)","price":0},"13349":{"id":13349,"name":"Vial of tears (2)","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Vial of tears (2)","wiki_url":"https://oldschool.runescape.wiki/w/Vial_of_tears#(2)","price":0},"13350":{"id":13350,"name":"Vial of tears (3)","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Vial of tears (3)","wiki_url":"https://oldschool.runescape.wiki/w/Vial_of_tears#(3)","price":0},"13351":{"id":13351,"name":"Vial of tears (full)","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Vial of tears (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Vial_of_tears#Full","price":0},"13352":{"id":13352,"name":"Vial of sorrow","cost":1,"wiki_name":"Vial of sorrow","wiki_url":"https://oldschool.runescape.wiki/w/Vial_of_sorrow","price":0},"13353":{"id":13353,"name":"Gricoller's can","members":true,"cost":1200,"lowalch":480,"highalch":720,"wiki_name":"Gricoller's can","wiki_url":"https://oldschool.runescape.wiki/w/Gricoller's_can","price":0},"13354":{"id":13354,"name":"Lovakite bar","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Lovakite bar","wiki_url":"https://oldschool.runescape.wiki/w/Lovakite_bar","price":0},"13355":{"id":13355,"name":"Juniper logs","members":true,"cost":80,"lowalch":32,"highalch":48,"wiki_name":"Juniper logs","wiki_url":"https://oldschool.runescape.wiki/w/Juniper_logs","price":0},"13356":{"id":13356,"name":"Lovakite ore","members":true,"cost":80,"lowalch":32,"highalch":48,"wiki_name":"Lovakite ore","wiki_url":"https://oldschool.runescape.wiki/w/Lovakite_ore","price":0},"13357":{"id":13357,"name":"Shayzien gloves (1)","members":true,"equipable":true,"equipable_by_player":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Shayzien gloves (1)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_gloves_(1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":1,"defence_magic":-1,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"defence":20}},"price":0},"13358":{"id":13358,"name":"Shayzien boots (1)","members":true,"equipable":true,"equipable_by_player":true,"cost":25,"lowalch":10,"highalch":15,"wiki_name":"Shayzien boots (1)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_boots_(1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-2,"attack_ranged":-1,"defence_stab":1,"defence_slash":2,"defence_crush":3,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"defence":20}},"price":0},"13359":{"id":13359,"name":"Shayzien helm (1)","members":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Shayzien helm (1)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_helm_(1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-5,"attack_ranged":-2,"defence_stab":3,"defence_slash":5,"defence_crush":4,"defence_magic":-1,"defence_ranged":5,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":20}},"price":0},"13360":{"id":13360,"name":"Shayzien greaves (1)","members":true,"equipable":true,"equipable_by_player":true,"cost":35,"lowalch":14,"highalch":21,"wiki_name":"Shayzien greaves (1)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_greaves_(1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":-2,"defence_stab":10,"defence_slash":9,"defence_crush":8,"defence_magic":-2,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":20}},"price":0},"13361":{"id":13361,"name":"Shayzien platebody (1)","members":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Shayzien platebody (1)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_platebody_(1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-5,"attack_ranged":0,"defence_stab":16,"defence_slash":20,"defence_crush":22,"defence_magic":-2,"defence_ranged":16,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":20}},"price":0},"13362":{"id":13362,"name":"Shayzien gloves (2)","members":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Shayzien gloves (2)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_gloves_(2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":1,"attack_magic":-1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":1,"defence_magic":-1,"defence_ranged":0,"melee_strength":1,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"defence":20}},"price":0},"13363":{"id":13363,"name":"Shayzien boots (2)","members":true,"equipable":true,"equipable_by_player":true,"cost":35,"lowalch":14,"highalch":21,"wiki_name":"Shayzien boots (2)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_boots_(2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-2,"attack_ranged":-1,"defence_stab":2,"defence_slash":3,"defence_crush":4,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"defence":20}},"price":0},"13364":{"id":13364,"name":"Shayzien helm (2)","members":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Shayzien helm (2)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_helm_(2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-5,"attack_ranged":-2,"defence_stab":5,"defence_slash":8,"defence_crush":6,"defence_magic":-1,"defence_ranged":7,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":20}},"price":0},"13365":{"id":13365,"name":"Shayzien greaves (2)","members":true,"equipable":true,"equipable_by_player":true,"cost":45,"lowalch":18,"highalch":27,"wiki_name":"Shayzien greaves (2)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_greaves_(2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-14,"attack_ranged":-3,"defence_stab":14,"defence_slash":13,"defence_crush":12,"defence_magic":-3,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":20}},"price":0},"13366":{"id":13366,"name":"Shayzien platebody (2)","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Shayzien platebody (2)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_platebody_(2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-7,"attack_ranged":0,"defence_stab":20,"defence_slash":25,"defence_crush":30,"defence_magic":-3,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":20}},"price":0},"13367":{"id":13367,"name":"Shayzien gloves (3)","members":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Shayzien gloves (3)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_gloves_(3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":2,"attack_magic":-1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":1,"defence_magic":-1,"defence_ranged":0,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"defence":20}},"price":0},"13368":{"id":13368,"name":"Shayzien boots (3)","members":true,"equipable":true,"equipable_by_player":true,"cost":45,"lowalch":18,"highalch":27,"wiki_name":"Shayzien boots (3)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_boots_(3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-2,"attack_ranged":-1,"defence_stab":4,"defence_slash":5,"defence_crush":6,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"defence":20}},"price":0},"13369":{"id":13369,"name":"Shayzien helm (3)","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Shayzien helm (3)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_helm_(3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":7,"defence_slash":10,"defence_crush":8,"defence_magic":-2,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":20}},"price":0},"13370":{"id":13370,"name":"Shayzien greaves (3)","members":true,"equipable":true,"equipable_by_player":true,"cost":55,"lowalch":22,"highalch":33,"wiki_name":"Shayzien greaves (3)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_greaves_(3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-17,"attack_ranged":-4,"defence_stab":17,"defence_slash":16,"defence_crush":15,"defence_magic":-3,"defence_ranged":17,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":20}},"price":0},"13371":{"id":13371,"name":"Shayzien platebody (3)","members":true,"equipable":true,"equipable_by_player":true,"cost":60,"lowalch":24,"highalch":36,"wiki_name":"Shayzien platebody (3)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_platebody_(3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":0,"defence_stab":25,"defence_slash":32,"defence_crush":35,"defence_magic":-3,"defence_ranged":22,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":20}},"price":0},"13372":{"id":13372,"name":"Shayzien gloves (4)","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Shayzien gloves (4)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_gloves_(4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":2,"attack_magic":-1,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":2,"defence_magic":-1,"defence_ranged":1,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"defence":20}},"price":0},"13373":{"id":13373,"name":"Shayzien boots (4)","members":true,"equipable":true,"equipable_by_player":true,"cost":55,"lowalch":22,"highalch":33,"wiki_name":"Shayzien boots (4)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_boots_(4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-2,"attack_ranged":-1,"defence_stab":5,"defence_slash":6,"defence_crush":7,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"defence":20}},"price":0},"13374":{"id":13374,"name":"Shayzien helm (4)","members":true,"equipable":true,"equipable_by_player":true,"cost":60,"lowalch":24,"highalch":36,"wiki_name":"Shayzien helm (4)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_helm_(4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":8,"defence_slash":12,"defence_crush":10,"defence_magic":-2,"defence_ranged":11,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":20}},"price":0},"13375":{"id":13375,"name":"Shayzien greaves (4)","members":true,"equipable":true,"equipable_by_player":true,"cost":65,"lowalch":26,"highalch":39,"wiki_name":"Shayzien greaves (4)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_greaves_(4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-20,"attack_ranged":-5,"defence_stab":20,"defence_slash":19,"defence_crush":18,"defence_magic":-4,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":20}},"price":0},"13376":{"id":13376,"name":"Shayzien platebody (4)","members":true,"equipable":true,"equipable_by_player":true,"cost":70,"lowalch":28,"highalch":42,"wiki_name":"Shayzien platebody (4)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_platebody_(4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-9,"attack_ranged":0,"defence_stab":28,"defence_slash":35,"defence_crush":37,"defence_magic":-4,"defence_ranged":25,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":20}},"price":0},"13377":{"id":13377,"name":"Shayzien gloves (5)","members":true,"equipable":true,"equipable_by_player":true,"cost":60,"lowalch":24,"highalch":36,"wiki_name":"Shayzien gloves (5)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_gloves_(5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":2,"attack_magic":-1,"attack_ranged":6,"defence_stab":0,"defence_slash":2,"defence_crush":3,"defence_magic":-1,"defence_ranged":2,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"defence":20}},"price":0},"13378":{"id":13378,"name":"Shayzien boots (5)","members":true,"equipable":true,"equipable_by_player":true,"cost":65,"lowalch":26,"highalch":39,"wiki_name":"Shayzien boots (5)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_boots_(5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-2,"attack_ranged":4,"defence_stab":5,"defence_slash":7,"defence_crush":8,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"defence":20}},"price":0},"13379":{"id":13379,"name":"Shayzien helm (5)","members":true,"equipable":true,"equipable_by_player":true,"cost":70,"lowalch":28,"highalch":42,"wiki_name":"Shayzien helm (5)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_helm_(5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":4,"defence_stab":10,"defence_slash":14,"defence_crush":12,"defence_magic":-2,"defence_ranged":13,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":20}},"price":0},"13380":{"id":13380,"name":"Shayzien greaves (5)","members":true,"equipable":true,"equipable_by_player":true,"cost":75,"lowalch":30,"highalch":45,"wiki_name":"Shayzien greaves (5)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_greaves_(5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-20,"attack_ranged":6,"defence_stab":23,"defence_slash":22,"defence_crush":21,"defence_magic":-4,"defence_ranged":23,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":20}},"price":0},"13381":{"id":13381,"name":"Shayzien body (5)","members":true,"equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"wiki_name":"Shayzien body (5)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_body_(5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":10,"defence_stab":20,"defence_slash":24,"defence_crush":28,"defence_magic":-4,"defence_ranged":27,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":20}},"price":0},"13382":{"id":13382,"name":"Shayzien medpack","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Shayzien medpack","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_medpack","price":0},"13383":{"id":13383,"name":"Xerician fabric","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":13000,"wiki_name":"Xerician fabric","wiki_url":"https://oldschool.runescape.wiki/w/Xerician_fabric","price":548},"13385":{"id":13385,"name":"Xerician hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":60,"lowalch":24,"highalch":36,"buy_limit":125,"wiki_name":"Xerician hat","wiki_url":"https://oldschool.runescape.wiki/w/Xerician_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"magic":20,"defence":10}},"price":1757},"13387":{"id":13387,"name":"Xerician top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":125,"wiki_name":"Xerician top","wiki_url":"https://oldschool.runescape.wiki/w/Xerician_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":6,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":10,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"magic":20,"defence":10}},"price":4043},"13389":{"id":13389,"name":"Xerician robe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":70,"lowalch":28,"highalch":42,"buy_limit":125,"wiki_name":"Xerician robe","wiki_url":"https://oldschool.runescape.wiki/w/Xerician_robe","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":7,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"magic":20,"defence":10}},"price":3724},"13391":{"id":13391,"name":"Lizardman fang","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":60,"lowalch":24,"highalch":36,"buy_limit":13000,"wiki_name":"Lizardman fang","wiki_url":"https://oldschool.runescape.wiki/w/Lizardman_fang","price":17},"13392":{"id":13392,"name":"Xeric's talisman (inert)","members":true,"equipable":true,"equipable_by_player":true,"cost":350,"lowalch":140,"highalch":210,"wiki_name":"Xeric's talisman (Inert)","wiki_url":"https://oldschool.runescape.wiki/w/Xeric's_talisman#Inert","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":2,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"13393":{"id":13393,"name":"Xeric's talisman","members":true,"equipable":true,"equipable_by_player":true,"cost":351,"lowalch":140,"highalch":210,"wiki_name":"Xeric's talisman (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Xeric's_talisman#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"13394":{"id":13394,"name":"Gang meeting info","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Gang meeting info","wiki_url":"https://oldschool.runescape.wiki/w/Gang_meeting_info","price":0},"13395":{"id":13395,"name":"Intelligence","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Intelligence","wiki_url":"https://oldschool.runescape.wiki/w/Intelligence","price":0},"13396":{"id":13396,"name":"Training manual","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Training manual","wiki_url":"https://oldschool.runescape.wiki/w/Training_manual","price":0},"13397":{"id":13397,"name":"Servery flour","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Servery flour","wiki_url":"https://oldschool.runescape.wiki/w/Servery_flour","price":0},"13398":{"id":13398,"name":"Servery pastry dough","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Servery pastry dough","wiki_url":"https://oldschool.runescape.wiki/w/Servery_pastry_dough","price":0},"13399":{"id":13399,"name":"Servery raw meat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Servery raw meat","wiki_url":"https://oldschool.runescape.wiki/w/Servery_raw_meat","price":0},"13400":{"id":13400,"name":"Servery dish","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Servery dish","wiki_url":"https://oldschool.runescape.wiki/w/Servery_dish","price":0},"13401":{"id":13401,"name":"Servery pie shell","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Servery pie shell","wiki_url":"https://oldschool.runescape.wiki/w/Servery_pie_shell","price":0},"13402":{"id":13402,"name":"Servery uncooked pie","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Servery uncooked pie","wiki_url":"https://oldschool.runescape.wiki/w/Servery_uncooked_pie","price":0},"13403":{"id":13403,"name":"Servery meat pie","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Servery meat pie","wiki_url":"https://oldschool.runescape.wiki/w/Servery_meat_pie","price":0},"13404":{"id":13404,"name":"Servery pizza base","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Servery pizza base","wiki_url":"https://oldschool.runescape.wiki/w/Servery_pizza_base","price":0},"13405":{"id":13405,"name":"Servery tomato","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Servery tomato","wiki_url":"https://oldschool.runescape.wiki/w/Servery_tomato","price":0},"13406":{"id":13406,"name":"Servery incomplete pizza","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Servery incomplete pizza","wiki_url":"https://oldschool.runescape.wiki/w/Servery_incomplete_pizza","price":0},"13407":{"id":13407,"name":"Servery cheese","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Servery cheese","wiki_url":"https://oldschool.runescape.wiki/w/Servery_cheese","price":0},"13408":{"id":13408,"name":"Servery uncooked pizza","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Servery uncooked pizza","wiki_url":"https://oldschool.runescape.wiki/w/Servery_uncooked_pizza","price":0},"13409":{"id":13409,"name":"Servery plain pizza","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Servery plain pizza","wiki_url":"https://oldschool.runescape.wiki/w/Servery_plain_pizza","price":0},"13410":{"id":13410,"name":"Servery pineapple","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Servery pineapple","wiki_url":"https://oldschool.runescape.wiki/w/Servery_pineapple","price":0},"13411":{"id":13411,"name":"Servery pineapple chunks","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Servery pineapple chunks","wiki_url":"https://oldschool.runescape.wiki/w/Servery_pineapple_chunks","price":0},"13412":{"id":13412,"name":"Servery pineapple pizza","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Servery pineapple pizza","wiki_url":"https://oldschool.runescape.wiki/w/Servery_pineapple_pizza","price":0},"13413":{"id":13413,"name":"Servery cooked meat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Servery cooked meat","wiki_url":"https://oldschool.runescape.wiki/w/Servery_cooked_meat","price":0},"13414":{"id":13414,"name":"Servery potato","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Servery potato","wiki_url":"https://oldschool.runescape.wiki/w/Servery_potato","price":0},"13415":{"id":13415,"name":"Servery incomplete stew","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Servery incomplete stew (Potato)","wiki_url":"https://oldschool.runescape.wiki/w/Servery_incomplete_stew#Potato","price":0},"13416":{"id":13416,"name":"Servery incomplete stew","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Servery incomplete stew (Meat)","wiki_url":"https://oldschool.runescape.wiki/w/Servery_incomplete_stew#Meat","price":0},"13417":{"id":13417,"name":"Servery uncooked stew","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Servery uncooked stew","wiki_url":"https://oldschool.runescape.wiki/w/Servery_uncooked_stew","price":0},"13418":{"id":13418,"name":"Servery stew","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Servery stew","wiki_url":"https://oldschool.runescape.wiki/w/Servery_stew","price":0},"13419":{"id":13419,"name":"Sulphurous fertiliser","members":true,"cost":48,"lowalch":19,"highalch":28,"wiki_name":"Sulphurous fertiliser","wiki_url":"https://oldschool.runescape.wiki/w/Sulphurous_fertiliser","price":0},"13420":{"id":13420,"name":"Gricoller's fertiliser","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gricoller's fertiliser","wiki_url":"https://oldschool.runescape.wiki/w/Gricoller's_fertiliser","price":0},"13421":{"id":13421,"name":"Saltpetre","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":13000,"wiki_name":"Saltpetre","wiki_url":"https://oldschool.runescape.wiki/w/Saltpetre","price":10},"13423":{"id":13423,"name":"Golovanova seed","members":true,"stackable":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Golovanova seed","wiki_url":"https://oldschool.runescape.wiki/w/Golovanova_seed","price":0},"13424":{"id":13424,"name":"Bologano seed","members":true,"stackable":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Bologano seed","wiki_url":"https://oldschool.runescape.wiki/w/Bologano_seed","price":0},"13425":{"id":13425,"name":"Logavano seed","members":true,"stackable":true,"cost":6,"lowalch":2,"highalch":3,"wiki_name":"Logavano seed","wiki_url":"https://oldschool.runescape.wiki/w/Logavano_seed","price":0},"13426":{"id":13426,"name":"Golovanova fruit","members":true,"stackable":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Golovanova fruit","wiki_url":"https://oldschool.runescape.wiki/w/Golovanova_fruit","price":0},"13427":{"id":13427,"name":"Bologano fruit","members":true,"stackable":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Bologano fruit","wiki_url":"https://oldschool.runescape.wiki/w/Bologano_fruit","price":0},"13428":{"id":13428,"name":"Logavano fruit","members":true,"stackable":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Logavano fruit","wiki_url":"https://oldschool.runescape.wiki/w/Logavano_fruit","price":0},"13429":{"id":13429,"name":"Fresh fish","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Fresh fish","wiki_url":"https://oldschool.runescape.wiki/w/Fresh_fish","price":0},"13430":{"id":13430,"name":"Bucket of sandworms","members":true,"cost":90,"lowalch":36,"highalch":54,"wiki_name":"Bucket of sandworms","wiki_url":"https://oldschool.runescape.wiki/w/Bucket_of_sandworms","price":0},"13431":{"id":13431,"name":"Sandworms","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":8000,"wiki_name":"Sandworms","wiki_url":"https://oldschool.runescape.wiki/w/Sandworms","price":120},"13432":{"id":13432,"name":"Sandworms pack","tradeable":true,"noteable":true,"cost":9000,"lowalch":3600,"highalch":5400,"wiki_name":"Sandworms pack","wiki_url":"https://oldschool.runescape.wiki/w/Sandworms_pack","price":0},"13434":{"id":13434,"name":"Stolen pendant","members":true,"cost":1,"wiki_name":"Stolen pendant","wiki_url":"https://oldschool.runescape.wiki/w/Stolen_pendant","price":0},"13435":{"id":13435,"name":"Stolen garnet ring","members":true,"cost":1,"wiki_name":"Stolen garnet ring","wiki_url":"https://oldschool.runescape.wiki/w/Stolen_garnet_ring","price":0},"13436":{"id":13436,"name":"Stolen circlet","members":true,"cost":1,"wiki_name":"Stolen circlet","wiki_url":"https://oldschool.runescape.wiki/w/Stolen_circlet","price":0},"13437":{"id":13437,"name":"Stolen family heirloom","members":true,"cost":1,"wiki_name":"Stolen family heirloom","wiki_url":"https://oldschool.runescape.wiki/w/Stolen_family_heirloom","price":0},"13438":{"id":13438,"name":"Stolen jewelry box","members":true,"cost":1,"wiki_name":"Stolen jewelry box","wiki_url":"https://oldschool.runescape.wiki/w/Stolen_jewelry_box","price":0},"13439":{"id":13439,"name":"Raw anglerfish","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":450,"lowalch":180,"highalch":270,"buy_limit":15000,"wiki_name":"Raw anglerfish","wiki_url":"https://oldschool.runescape.wiki/w/Raw_anglerfish","price":1789},"13441":{"id":13441,"name":"Anglerfish","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":450,"lowalch":180,"highalch":270,"buy_limit":10000,"wiki_name":"Anglerfish","wiki_url":"https://oldschool.runescape.wiki/w/Anglerfish","price":1958},"13443":{"id":13443,"name":"Burnt anglerfish","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt anglerfish","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_anglerfish","price":0},"13445":{"id":13445,"name":"Dense essence block","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Dense essence block","wiki_url":"https://oldschool.runescape.wiki/w/Dense_essence_block","price":0},"13446":{"id":13446,"name":"Dark essence block","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Dark essence block","wiki_url":"https://oldschool.runescape.wiki/w/Dark_essence_block","price":0},"13447":{"id":13447,"name":"Ensouled goblin head","members":true,"tradeable":true,"cost":52,"lowalch":20,"highalch":31,"wiki_name":"Ensouled goblin head (Drop)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_goblin_head#Drop","price":0},"13448":{"id":13448,"name":"Ensouled goblin head","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":52,"lowalch":20,"highalch":31,"buy_limit":3000,"wiki_name":"Ensouled goblin head (Item)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_goblin_head#Item","price":293},"13450":{"id":13450,"name":"Ensouled monkey head","members":true,"tradeable":true,"cost":104,"lowalch":41,"highalch":62,"wiki_name":"Ensouled monkey head (Drop)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_monkey_head#Drop","price":0},"13451":{"id":13451,"name":"Ensouled monkey head","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":104,"lowalch":41,"highalch":62,"buy_limit":3000,"wiki_name":"Ensouled monkey head (Item)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_monkey_head#Item","price":367},"13453":{"id":13453,"name":"Ensouled imp head","members":true,"cost":156,"lowalch":62,"highalch":93,"wiki_name":"Ensouled imp head (Drop)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_imp_head#Drop","price":0},"13454":{"id":13454,"name":"Ensouled imp head","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":156,"lowalch":62,"highalch":93,"buy_limit":3000,"wiki_name":"Ensouled imp head (Item)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_imp_head#Item","price":1557},"13456":{"id":13456,"name":"Ensouled minotaur head","members":true,"tradeable":true,"cost":228,"lowalch":91,"highalch":136,"wiki_name":"Ensouled minotaur head (Drop)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_minotaur_head#Drop","price":0},"13457":{"id":13457,"name":"Ensouled minotaur head","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":228,"lowalch":91,"highalch":136,"buy_limit":3000,"wiki_name":"Ensouled minotaur head (Item)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_minotaur_head#Item","price":500},"13459":{"id":13459,"name":"Ensouled scorpion head","members":true,"tradeable":true,"cost":247,"lowalch":98,"highalch":148,"wiki_name":"Ensouled scorpion head (Drop)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_scorpion_head#Drop","price":0},"13460":{"id":13460,"name":"Ensouled scorpion head","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":247,"lowalch":98,"highalch":148,"buy_limit":3000,"wiki_name":"Ensouled scorpion head (Item)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_scorpion_head#Item","price":710},"13462":{"id":13462,"name":"Ensouled bear head","members":true,"tradeable":true,"cost":260,"lowalch":104,"highalch":156,"wiki_name":"Ensouled bear head (Drop)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_bear_head#Drop","price":0},"13463":{"id":13463,"name":"Ensouled bear head","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":260,"lowalch":104,"highalch":156,"buy_limit":3000,"wiki_name":"Ensouled bear head (Item)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_bear_head#Item","price":594},"13465":{"id":13465,"name":"Ensouled unicorn head","members":true,"tradeable":true,"cost":267,"lowalch":106,"highalch":160,"wiki_name":"Ensouled unicorn head (Drop)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_unicorn_head#Drop","price":0},"13466":{"id":13466,"name":"Ensouled unicorn head","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":267,"lowalch":106,"highalch":160,"buy_limit":3000,"wiki_name":"Ensouled unicorn head (Item)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_unicorn_head#Item","price":2019},"13468":{"id":13468,"name":"Ensouled dog head","members":true,"tradeable":true,"cost":286,"lowalch":114,"highalch":171,"wiki_name":"Ensouled dog head (Drop)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_dog_head#Drop","price":0},"13469":{"id":13469,"name":"Ensouled dog head","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":286,"lowalch":114,"highalch":171,"buy_limit":3000,"wiki_name":"Ensouled dog head (Item)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_dog_head#Item","price":651},"13471":{"id":13471,"name":"Ensouled chaos druid head","members":true,"tradeable":true,"cost":299,"lowalch":119,"highalch":179,"wiki_name":"Ensouled chaos druid head (Drop)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_chaos_druid_head#Drop","price":0},"13472":{"id":13472,"name":"Ensouled chaos druid head","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":299,"lowalch":119,"highalch":179,"buy_limit":3000,"wiki_name":"Ensouled chaos druid head (Item)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_chaos_druid_head#Item","price":744},"13474":{"id":13474,"name":"Ensouled giant head","members":true,"tradeable":true,"cost":319,"lowalch":127,"highalch":191,"wiki_name":"Ensouled giant head (Drop)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_giant_head#Drop","price":0},"13475":{"id":13475,"name":"Ensouled giant head","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":319,"lowalch":127,"highalch":191,"buy_limit":3000,"wiki_name":"Ensouled giant head (Item)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_giant_head#Item","price":858},"13477":{"id":13477,"name":"Ensouled ogre head","members":true,"tradeable":true,"cost":338,"lowalch":135,"highalch":202,"wiki_name":"Ensouled ogre head (Drop)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_ogre_head#Drop","price":0},"13478":{"id":13478,"name":"Ensouled ogre head","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":338,"lowalch":135,"highalch":202,"buy_limit":3000,"wiki_name":"Ensouled ogre head (Item)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_ogre_head#Item","price":1385},"13480":{"id":13480,"name":"Ensouled elf head","members":true,"tradeable":true,"cost":358,"lowalch":143,"highalch":214,"wiki_name":"Ensouled elf head (Drop)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_elf_head#Drop","price":0},"13481":{"id":13481,"name":"Ensouled elf head","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":358,"lowalch":143,"highalch":214,"buy_limit":7500,"wiki_name":"Ensouled elf head (Item)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_elf_head#Item","price":870},"13483":{"id":13483,"name":"Ensouled troll head","members":true,"tradeable":true,"cost":384,"lowalch":153,"highalch":230,"wiki_name":"Ensouled troll head (Drop)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_troll_head#Drop","price":0},"13484":{"id":13484,"name":"Ensouled troll head","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":384,"lowalch":153,"highalch":230,"buy_limit":7500,"wiki_name":"Ensouled troll head (Item)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_troll_head#Item","price":1437},"13486":{"id":13486,"name":"Ensouled horror head","members":true,"tradeable":true,"cost":403,"lowalch":161,"highalch":241,"wiki_name":"Ensouled horror head (Drop)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_horror_head#Drop","price":0},"13487":{"id":13487,"name":"Ensouled horror head","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":403,"lowalch":161,"highalch":241,"buy_limit":7500,"wiki_name":"Ensouled horror head (Item)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_horror_head#Item","price":2040},"13489":{"id":13489,"name":"Ensouled kalphite head","members":true,"tradeable":true,"cost":433,"lowalch":173,"highalch":259,"wiki_name":"Ensouled kalphite head (Drop)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_kalphite_head#Drop","price":0},"13490":{"id":13490,"name":"Ensouled kalphite head","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":433,"lowalch":173,"highalch":259,"buy_limit":7500,"wiki_name":"Ensouled kalphite head (Item)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_kalphite_head#Item","price":1938},"13492":{"id":13492,"name":"Ensouled dagannoth head","members":true,"tradeable":true,"cost":455,"lowalch":182,"highalch":273,"wiki_name":"Ensouled dagannoth head (Drop)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_dagannoth_head#Drop","price":0},"13493":{"id":13493,"name":"Ensouled dagannoth head","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":455,"lowalch":182,"highalch":273,"buy_limit":7500,"wiki_name":"Ensouled dagannoth head (Item)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_dagannoth_head#Item","price":1917},"13495":{"id":13495,"name":"Ensouled bloodveld head","members":true,"tradeable":true,"cost":494,"lowalch":197,"highalch":296,"wiki_name":"Ensouled bloodveld head (Drop)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_bloodveld_head#Drop","price":0},"13496":{"id":13496,"name":"Ensouled bloodveld head","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":494,"lowalch":197,"highalch":296,"buy_limit":3000,"wiki_name":"Ensouled bloodveld head (Item)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_bloodveld_head#Item","price":2888},"13498":{"id":13498,"name":"Ensouled tzhaar head","members":true,"tradeable":true,"cost":507,"lowalch":202,"highalch":304,"wiki_name":"Ensouled tzhaar head (Drop)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_tzhaar_head#Drop","price":0},"13499":{"id":13499,"name":"Ensouled tzhaar head","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":507,"lowalch":202,"highalch":304,"buy_limit":3000,"wiki_name":"Ensouled tzhaar head (Item)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_tzhaar_head#Item","price":4023},"13501":{"id":13501,"name":"Ensouled demon head","members":true,"tradeable":true,"cost":527,"lowalch":210,"highalch":316,"wiki_name":"Ensouled demon head (Drop)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_demon_head#Drop","price":0},"13502":{"id":13502,"name":"Ensouled demon head","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":527,"lowalch":210,"highalch":316,"buy_limit":7500,"wiki_name":"Ensouled demon head (Item)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_demon_head#Item","price":4051},"13504":{"id":13504,"name":"Ensouled aviansie head","members":true,"tradeable":true,"cost":553,"lowalch":221,"highalch":331,"wiki_name":"Ensouled aviansie head (Drop)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_aviansie_head#Drop","price":0},"13505":{"id":13505,"name":"Ensouled aviansie head","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":553,"lowalch":221,"highalch":331,"buy_limit":7500,"wiki_name":"Ensouled aviansie head (Item)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_aviansie_head#Item","price":4103},"13507":{"id":13507,"name":"Ensouled abyssal head","members":true,"tradeable":true,"cost":585,"lowalch":234,"highalch":351,"wiki_name":"Ensouled abyssal head (Drop)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_abyssal_head#Drop","price":0},"13508":{"id":13508,"name":"Ensouled abyssal head","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":585,"lowalch":234,"highalch":351,"buy_limit":3000,"wiki_name":"Ensouled abyssal head (Item)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_abyssal_head#Item","price":4578},"13510":{"id":13510,"name":"Ensouled dragon head","members":true,"tradeable":true,"cost":650,"lowalch":260,"highalch":390,"wiki_name":"Ensouled dragon head (Drop)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_dragon_head#Drop","price":0},"13511":{"id":13511,"name":"Ensouled dragon head","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":650,"lowalch":260,"highalch":390,"buy_limit":7500,"wiki_name":"Ensouled dragon head (Item)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_dragon_head#Item","price":7580},"13513":{"id":13513,"name":"Book of arcane knowledge","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Book of arcane knowledge","wiki_url":"https://oldschool.runescape.wiki/w/Book_of_arcane_knowledge","price":0},"13514":{"id":13514,"name":"Dark manuscript","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dark manuscript (1)","wiki_url":"https://oldschool.runescape.wiki/w/Dark_manuscript#1","price":0},"13515":{"id":13515,"name":"Dark manuscript","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dark manuscript (2)","wiki_url":"https://oldschool.runescape.wiki/w/Dark_manuscript#2","price":0},"13516":{"id":13516,"name":"Dark manuscript","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dark manuscript (3)","wiki_url":"https://oldschool.runescape.wiki/w/Dark_manuscript#3","price":0},"13517":{"id":13517,"name":"Dark manuscript","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dark manuscript (4)","wiki_url":"https://oldschool.runescape.wiki/w/Dark_manuscript#4","price":0},"13518":{"id":13518,"name":"Dark manuscript","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dark manuscript (5)","wiki_url":"https://oldschool.runescape.wiki/w/Dark_manuscript#5","price":0},"13519":{"id":13519,"name":"Dark manuscript","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dark manuscript (6)","wiki_url":"https://oldschool.runescape.wiki/w/Dark_manuscript#6","price":0},"13520":{"id":13520,"name":"Dark manuscript","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dark manuscript (7)","wiki_url":"https://oldschool.runescape.wiki/w/Dark_manuscript#7","price":0},"13521":{"id":13521,"name":"Dark manuscript","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dark manuscript (8)","wiki_url":"https://oldschool.runescape.wiki/w/Dark_manuscript#8","price":0},"13522":{"id":13522,"name":"Dark manuscript","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dark manuscript (9)","wiki_url":"https://oldschool.runescape.wiki/w/Dark_manuscript#9","price":0},"13523":{"id":13523,"name":"Dark manuscript","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dark manuscript (10)","wiki_url":"https://oldschool.runescape.wiki/w/Dark_manuscript#10","price":0},"13524":{"id":13524,"name":"Rada's census","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rada's census","wiki_url":"https://oldschool.runescape.wiki/w/Rada's_census","price":0},"13525":{"id":13525,"name":"Ricktor's diary (7)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ricktor's diary (7)","wiki_url":"https://oldschool.runescape.wiki/w/Ricktor's_diary_(7)","price":0},"13526":{"id":13526,"name":"Eathram & rada extract","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Eathram & rada extract","wiki_url":"https://oldschool.runescape.wiki/w/Eathram_&_rada_extract","price":0},"13527":{"id":13527,"name":"Killing of a king","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Killing of a king","wiki_url":"https://oldschool.runescape.wiki/w/Killing_of_a_king","price":0},"13528":{"id":13528,"name":"Hosidius letter","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Hosidius letter","wiki_url":"https://oldschool.runescape.wiki/w/Hosidius_letter","price":0},"13529":{"id":13529,"name":"Wintertodt parable","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wintertodt parable","wiki_url":"https://oldschool.runescape.wiki/w/Wintertodt_parable","price":0},"13530":{"id":13530,"name":"Twill accord","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Twill accord","wiki_url":"https://oldschool.runescape.wiki/w/Twill_accord","price":0},"13531":{"id":13531,"name":"Byrne's coronation speech","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Byrne's coronation speech","wiki_url":"https://oldschool.runescape.wiki/w/Byrne's_coronation_speech","price":0},"13532":{"id":13532,"name":"Ideology of darkness","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ideology of darkness","wiki_url":"https://oldschool.runescape.wiki/w/Ideology_of_darkness","price":0},"13533":{"id":13533,"name":"Rada's journey","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rada's journey","wiki_url":"https://oldschool.runescape.wiki/w/Rada's_journey","price":0},"13534":{"id":13534,"name":"Transvergence theory","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Transvergence theory","wiki_url":"https://oldschool.runescape.wiki/w/Transvergence_theory","price":0},"13535":{"id":13535,"name":"Tristessa's tragedy","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tristessa's tragedy","wiki_url":"https://oldschool.runescape.wiki/w/Tristessa's_tragedy","price":0},"13536":{"id":13536,"name":"Treachery of royalty","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Treachery of royalty","wiki_url":"https://oldschool.runescape.wiki/w/Treachery_of_royalty","price":0},"13537":{"id":13537,"name":"Transportation incantations","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Transportation incantations","wiki_url":"https://oldschool.runescape.wiki/w/Transportation_incantations","price":0},"13538":{"id":13538,"name":"Shayzien supply gloves (1)","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Shayzien supply gloves (1)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_supply_gloves_(1)","price":0},"13539":{"id":13539,"name":"Shayzien supply boots (1)","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Shayzien supply boots (1)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_supply_boots_(1)","price":0},"13540":{"id":13540,"name":"Shayzien supply helm (1)","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Shayzien supply helm (1)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_supply_helm_(1)","price":0},"13541":{"id":13541,"name":"Shayzien supply greaves (1)","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Shayzien supply greaves (1)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_supply_greaves_(1)","price":0},"13542":{"id":13542,"name":"Shayzien supply platebody (1)","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Shayzien supply platebody (1)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_supply_platebody_(1)","price":0},"13543":{"id":13543,"name":"Shayzien supply gloves (2)","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Shayzien supply gloves (2)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_supply_gloves_(2)","price":0},"13544":{"id":13544,"name":"Shayzien supply boots (2)","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Shayzien supply boots (2)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_supply_boots_(2)","price":0},"13545":{"id":13545,"name":"Shayzien supply helm (2)","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Shayzien supply helm (2)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_supply_helm_(2)","price":0},"13546":{"id":13546,"name":"Shayzien supply greaves (2)","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Shayzien supply greaves (2)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_supply_greaves_(2)","price":0},"13547":{"id":13547,"name":"Shayzien supply platebody (2)","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Shayzien supply platebody (2)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_supply_platebody_(2)","price":0},"13548":{"id":13548,"name":"Shayzien supply gloves (3)","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Shayzien supply gloves (3)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_supply_gloves_(3)","price":0},"13549":{"id":13549,"name":"Shayzien supply boots (3)","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Shayzien supply boots (3)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_supply_boots_(3)","price":0},"13550":{"id":13550,"name":"Shayzien supply helm (3)","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Shayzien supply helm (3)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_supply_helm_(3)","price":0},"13551":{"id":13551,"name":"Shayzien supply greaves (3)","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Shayzien supply greaves (3)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_supply_greaves_(3)","price":0},"13552":{"id":13552,"name":"Shayzien supply platebody (3)","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Shayzien supply platebody (3)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_supply_platebody_(3)","price":0},"13553":{"id":13553,"name":"Shayzien supply gloves (4)","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Shayzien supply gloves (4)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_supply_gloves_(4)","price":0},"13554":{"id":13554,"name":"Shayzien supply boots (4)","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Shayzien supply boots (4)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_supply_boots_(4)","price":0},"13555":{"id":13555,"name":"Shayzien supply helm (4)","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Shayzien supply helm (4)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_supply_helm_(4)","price":0},"13556":{"id":13556,"name":"Shayzien supply greaves (4)","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Shayzien supply greaves (4)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_supply_greaves_(4)","price":0},"13557":{"id":13557,"name":"Shayzien supply platebody (4)","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Shayzien supply platebody (4)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_supply_platebody_(4)","price":0},"13558":{"id":13558,"name":"Shayzien supply gloves (5)","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Shayzien supply gloves (5)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_supply_gloves_(5)","price":0},"13559":{"id":13559,"name":"Shayzien supply boots (5)","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Shayzien supply boots (5)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_supply_boots_(5)","price":0},"13560":{"id":13560,"name":"Shayzien supply helm (5)","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Shayzien supply helm (5)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_supply_helm_(5)","price":0},"13561":{"id":13561,"name":"Shayzien supply greaves (5)","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Shayzien supply greaves (5)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_supply_greaves_(5)","price":0},"13562":{"id":13562,"name":"Shayzien supply platebody (5)","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Shayzien supply platebody (5)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_supply_platebody_(5)","price":0},"13563":{"id":13563,"name":"Shayzien supply crate","members":true,"tradeable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Shayzien supply crate","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_supply_crate","price":0},"13565":{"id":13565,"name":"Shayzien supply set (1)","members":true,"cost":55,"lowalch":22,"highalch":33,"wiki_name":"Shayzien supply set (1)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_supply_set_(1)","price":0},"13566":{"id":13566,"name":"Shayzien supply set (2)","members":true,"cost":55,"lowalch":22,"highalch":33,"wiki_name":"Shayzien supply set (2)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_supply_set_(2)","price":0},"13567":{"id":13567,"name":"Shayzien supply set (3)","members":true,"cost":55,"lowalch":22,"highalch":33,"wiki_name":"Shayzien supply set (3)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_supply_set_(3)","price":0},"13568":{"id":13568,"name":"Shayzien supply set (4)","members":true,"cost":55,"lowalch":22,"highalch":33,"wiki_name":"Shayzien supply set (4)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_supply_set_(4)","price":0},"13569":{"id":13569,"name":"Shayzien supply set (5)","members":true,"cost":55,"lowalch":22,"highalch":33,"wiki_name":"Shayzien supply set (5)","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_supply_set_(5)","price":0},"13570":{"id":13570,"name":"Juniper charcoal","members":true,"stackable":true,"cost":45,"lowalch":18,"highalch":27,"wiki_name":"Juniper charcoal","wiki_url":"https://oldschool.runescape.wiki/w/Juniper_charcoal","price":0},"13571":{"id":13571,"name":"Volcanic sulphur","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Volcanic sulphur","wiki_url":"https://oldschool.runescape.wiki/w/Volcanic_sulphur","price":0},"13572":{"id":13572,"name":"Dynamite pot","members":true,"cost":90,"lowalch":36,"highalch":54,"wiki_name":"Dynamite pot","wiki_url":"https://oldschool.runescape.wiki/w/Dynamite_pot","price":0},"13573":{"id":13573,"name":"Dynamite","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":13000,"wiki_name":"Dynamite","wiki_url":"https://oldschool.runescape.wiki/w/Dynamite","price":454},"13575":{"id":13575,"name":"Blasted ore","members":true,"cost":60,"lowalch":24,"highalch":36,"wiki_name":"Blasted ore","wiki_url":"https://oldschool.runescape.wiki/w/Blasted_ore","price":0},"13576":{"id":13576,"name":"Dragon warhammer","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":120000,"lowalch":48000,"highalch":72000,"buy_limit":8,"wiki_name":"Dragon warhammer","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_warhammer","equipment":{"attack_stab":-4,"attack_slash":-4,"attack_crush":95,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":85,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":60}},"weapon":{"attack_speed":6,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":34919897},"13579":{"id":13579,"name":"Graceful hood","members":true,"equipable":true,"equipable_by_player":true,"cost":35,"lowalch":14,"highalch":21,"wiki_name":"Graceful hood (Arceuus) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_hood_(Arceuus)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"13581":{"id":13581,"name":"Graceful cape","members":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Graceful cape (Arceuus) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_cape_(Arceuus)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"13583":{"id":13583,"name":"Graceful top","members":true,"equipable":true,"equipable_by_player":true,"cost":55,"lowalch":22,"highalch":33,"wiki_name":"Graceful top (Arceuus) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_top_(Arceuus)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"13585":{"id":13585,"name":"Graceful legs","members":true,"equipable":true,"equipable_by_player":true,"cost":60,"lowalch":24,"highalch":36,"wiki_name":"Graceful legs (Arceuus) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_legs_(Arceuus)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"13587":{"id":13587,"name":"Graceful gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Graceful gloves (Arceuus) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_gloves_(Arceuus)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"13589":{"id":13589,"name":"Graceful boots","members":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Graceful boots (Arceuus) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_boots_(Arceuus)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"13591":{"id":13591,"name":"Graceful hood","members":true,"equipable":true,"equipable_by_player":true,"cost":35,"lowalch":14,"highalch":21,"wiki_name":"Graceful hood (Piscarilius) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_hood_(Piscarilius)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"13593":{"id":13593,"name":"Graceful cape","members":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Graceful cape (Piscarilius) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_cape_(Piscarilius)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"13595":{"id":13595,"name":"Graceful top","members":true,"equipable":true,"equipable_by_player":true,"cost":55,"lowalch":22,"highalch":33,"wiki_name":"Graceful top (Piscarilius) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_top_(Piscarilius)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"13597":{"id":13597,"name":"Graceful legs","members":true,"equipable":true,"equipable_by_player":true,"cost":60,"lowalch":24,"highalch":36,"wiki_name":"Graceful legs (Piscarilius) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_legs_(Piscarilius)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"13599":{"id":13599,"name":"Graceful gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Graceful gloves (Piscarilius) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_gloves_(Piscarilius)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"13601":{"id":13601,"name":"Graceful boots","members":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Graceful boots (Piscarilius) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_boots_(Piscarilius)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"13603":{"id":13603,"name":"Graceful hood","members":true,"equipable":true,"equipable_by_player":true,"cost":35,"lowalch":14,"highalch":21,"wiki_name":"Graceful hood (Lovakengj) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_hood_(Lovakengj)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"13605":{"id":13605,"name":"Graceful cape","members":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Graceful cape (Lovakengj) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_cape_(Lovakengj)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"13607":{"id":13607,"name":"Graceful top","members":true,"equipable":true,"equipable_by_player":true,"cost":55,"lowalch":22,"highalch":33,"wiki_name":"Graceful top (Lovakengj) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_top_(Lovakengj)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"13609":{"id":13609,"name":"Graceful legs","members":true,"equipable":true,"equipable_by_player":true,"cost":60,"lowalch":24,"highalch":36,"wiki_name":"Graceful legs (Lovakengj) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_legs_(Lovakengj)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"13611":{"id":13611,"name":"Graceful gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Graceful gloves (Lovakengj) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_gloves_(Lovakengj)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"13613":{"id":13613,"name":"Graceful boots","members":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Graceful boots (Lovakengj) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_boots_(Lovakengj)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"13615":{"id":13615,"name":"Graceful hood","members":true,"equipable":true,"equipable_by_player":true,"cost":35,"lowalch":14,"highalch":21,"wiki_name":"Graceful hood (Shayzien) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_hood_(Shayzien)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"13617":{"id":13617,"name":"Graceful cape","members":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Graceful cape (Shayzien) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_cape_(Shayzien)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"13619":{"id":13619,"name":"Graceful top","members":true,"equipable":true,"equipable_by_player":true,"cost":55,"lowalch":22,"highalch":33,"wiki_name":"Graceful top (Shayzien) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_top_(Shayzien)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"13621":{"id":13621,"name":"Graceful legs","members":true,"equipable":true,"equipable_by_player":true,"cost":60,"lowalch":24,"highalch":36,"wiki_name":"Graceful legs (Shayzien) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_legs_(Shayzien)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"13623":{"id":13623,"name":"Graceful gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Graceful gloves (Shayzien) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_gloves_(Shayzien)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"13625":{"id":13625,"name":"Graceful boots","members":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Graceful boots (Shayzien) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_boots_(Shayzien)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"13627":{"id":13627,"name":"Graceful hood","members":true,"equipable":true,"equipable_by_player":true,"cost":35,"lowalch":14,"highalch":21,"wiki_name":"Graceful hood (Hosidius) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_hood_(Hosidius)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"13629":{"id":13629,"name":"Graceful cape","members":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Graceful cape (Hosidius) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_cape_(Hosidius)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"13631":{"id":13631,"name":"Graceful top","members":true,"equipable":true,"equipable_by_player":true,"cost":55,"lowalch":22,"highalch":33,"wiki_name":"Graceful top (Hosidius) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_top_(Hosidius)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"13633":{"id":13633,"name":"Graceful legs","members":true,"equipable":true,"equipable_by_player":true,"cost":60,"lowalch":24,"highalch":36,"wiki_name":"Graceful legs (Hosidius) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_legs_(Hosidius)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"13635":{"id":13635,"name":"Graceful gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Graceful gloves (Hosidius) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_gloves_(Hosidius)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"13637":{"id":13637,"name":"Graceful boots","members":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Graceful boots (Hosidius) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_boots_(Hosidius)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"13639":{"id":13639,"name":"Seed box","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Seed box (Closed)","wiki_url":"https://oldschool.runescape.wiki/w/Seed_box#Closed","price":0},"13640":{"id":13640,"name":"Farmer's boro trousers","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Farmer's boro trousers (Male)","wiki_url":"https://oldschool.runescape.wiki/w/Farmer's_boro_trousers#Male","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"13641":{"id":13641,"name":"Farmer's boro trousers","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Farmer's boro trousers (Female)","wiki_url":"https://oldschool.runescape.wiki/w/Farmer's_boro_trousers#Female","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"13642":{"id":13642,"name":"Farmer's jacket","members":true,"equipable":true,"equipable_by_player":true,"cost":60,"lowalch":24,"highalch":36,"wiki_name":"Farmer's jacket","wiki_url":"https://oldschool.runescape.wiki/w/Farmer's_jacket","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"13643":{"id":13643,"name":"Farmer's shirt","members":true,"equipable":true,"equipable_by_player":true,"cost":60,"lowalch":24,"highalch":36,"wiki_name":"Farmer's shirt","wiki_url":"https://oldschool.runescape.wiki/w/Farmer's_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"13644":{"id":13644,"name":"Farmer's boots","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Farmer's boots (Male)","wiki_url":"https://oldschool.runescape.wiki/w/Farmer's_boots#Male","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"13645":{"id":13645,"name":"Farmer's boots","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Farmer's boots (Female)","wiki_url":"https://oldschool.runescape.wiki/w/Farmer's_boots#Female","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"13646":{"id":13646,"name":"Farmer's strawhat","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Farmer's strawhat (Male)","wiki_url":"https://oldschool.runescape.wiki/w/Farmer's_strawhat#Male","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"13647":{"id":13647,"name":"Farmer's strawhat","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Farmer's strawhat (Female)","wiki_url":"https://oldschool.runescape.wiki/w/Farmer's_strawhat#Female","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"13648":{"id":13648,"name":"Clue bottle (easy)","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Clue bottle (easy)","wiki_url":"https://oldschool.runescape.wiki/w/Clue_bottle_(easy)","price":0},"13649":{"id":13649,"name":"Clue bottle (medium)","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Clue bottle (medium)","wiki_url":"https://oldschool.runescape.wiki/w/Clue_bottle_(medium)","price":0},"13650":{"id":13650,"name":"Clue bottle (hard)","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Clue bottle (hard)","wiki_url":"https://oldschool.runescape.wiki/w/Clue_bottle_(hard)","price":0},"13651":{"id":13651,"name":"Clue bottle (elite)","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Clue bottle (elite)","wiki_url":"https://oldschool.runescape.wiki/w/Clue_bottle_(elite)","price":0},"13652":{"id":13652,"name":"Dragon claws","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":205000,"lowalch":82000,"highalch":123000,"buy_limit":8,"wiki_name":"Dragon claws","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_claws","equipment":{"attack_stab":41,"attack_slash":57,"attack_crush":-4,"attack_magic":0,"attack_ranged":0,"defence_stab":13,"defence_slash":26,"defence_crush":7,"defence_magic":0,"defence_ranged":0,"melee_strength":56,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":60}},"weapon":{"attack_speed":4,"weapon_type":"claw","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":100200114},"13653":{"id":13653,"name":"Bird nest","members":true,"cost":453,"lowalch":181,"highalch":271,"wiki_name":"Bird nest (Wyson, 2016-2019)","wiki_url":"https://oldschool.runescape.wiki/w/Bird_nest_(Wyson,_2016-2019)","price":0},"13654":{"id":13654,"name":"Nest box (seeds)","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Nest box (seeds, 2016-2019)","wiki_url":"https://oldschool.runescape.wiki/w/Nest_box_(seeds,_2016-2019)","price":0},"13655":{"id":13655,"name":"Gnome child hat","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Gnome child hat","wiki_url":"https://oldschool.runescape.wiki/w/Gnome_child_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"13656":{"id":13656,"name":"Present","cost":1,"wiki_name":"Present (2016 Birthday event)","wiki_url":"https://oldschool.runescape.wiki/w/Present_(2016_Birthday_event)","price":0},"13657":{"id":13657,"name":"Grape seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":74,"lowalch":29,"highalch":44,"buy_limit":200,"wiki_name":"Grape seed","wiki_url":"https://oldschool.runescape.wiki/w/Grape_seed","price":658},"13658":{"id":13658,"name":"Teleport card","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"buy_limit":500,"wiki_name":"Teleport card","wiki_url":"https://oldschool.runescape.wiki/w/Teleport_card","price":172},"13660":{"id":13660,"name":"Chronicle","equipable":true,"equipable_by_player":true,"cost":200,"wiki_name":"Chronicle","wiki_url":"https://oldschool.runescape.wiki/w/Chronicle","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"13663":{"id":13663,"name":"Bunny top","equipable":true,"equipable_by_player":true,"cost":50,"wiki_name":"Bunny top","wiki_url":"https://oldschool.runescape.wiki/w/Bunny_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"13664":{"id":13664,"name":"Bunny legs","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Bunny legs","wiki_url":"https://oldschool.runescape.wiki/w/Bunny_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"13665":{"id":13665,"name":"Bunny paws","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Bunny paws","wiki_url":"https://oldschool.runescape.wiki/w/Bunny_paws","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"13666":{"id":13666,"name":"Deadman teleport tablet","members":true,"cost":0,"wiki_name":"Deadman teleport tablet","wiki_url":"https://oldschool.runescape.wiki/w/Deadman_teleport_tablet","price":0},"13667":{"id":13667,"name":"Graceful hood","members":true,"equipable":true,"equipable_by_player":true,"cost":35,"lowalch":14,"highalch":21,"wiki_name":"Graceful hood (Kourend) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_hood_(Kourend)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"13669":{"id":13669,"name":"Graceful cape","members":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Graceful cape (Kourend) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_cape_(Kourend)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"13671":{"id":13671,"name":"Graceful top","members":true,"equipable":true,"equipable_by_player":true,"cost":55,"lowalch":22,"highalch":33,"wiki_name":"Graceful top (Kourend) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_top_(Kourend)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"13673":{"id":13673,"name":"Graceful legs","members":true,"equipable":true,"equipable_by_player":true,"cost":60,"lowalch":24,"highalch":36,"wiki_name":"Graceful legs (Kourend) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_legs_(Kourend)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"13675":{"id":13675,"name":"Graceful gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Graceful gloves (Kourend) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_gloves_(Kourend)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"13677":{"id":13677,"name":"Graceful boots","members":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Graceful boots (Kourend) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_boots_(Kourend)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"13679":{"id":13679,"name":"Cabbage cape","equipable":true,"equipable_by_player":true,"cost":100,"wiki_name":"Cabbage cape","wiki_url":"https://oldschool.runescape.wiki/w/Cabbage_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0,"lowalch":40,"highalch":60},"13680":{"id":13680,"name":"Cabbage rune","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cabbage rune","wiki_url":"https://oldschool.runescape.wiki/w/Cabbage_rune","price":0},"13681":{"id":13681,"name":"Cruciferous codex","equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Cruciferous codex","wiki_url":"https://oldschool.runescape.wiki/w/Cruciferous_codex","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"16684":{"id":16684,"name":"Useless key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Useless key (Bank placeholder)","wiki_url":"https://oldschool.runescape.wiki/w/Useless_key#Bank_placeholder","price":0},"19473":{"id":19473,"name":"Bag full of gems","members":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Bag full of gems (Golden nuggets)","wiki_url":"https://oldschool.runescape.wiki/w/Bag_full_of_gems#Golden_nuggets","price":0},"19476":{"id":19476,"name":"Achievement diary cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Achievement diary cape (Untrimmed)","wiki_url":"https://oldschool.runescape.wiki/w/Achievement_diary_cape#Untrimmed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"cape","requirements":null},"price":0},"19478":{"id":19478,"name":"Light ballista","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":125000,"lowalch":50000,"highalch":75000,"buy_limit":8,"wiki_name":"Light ballista","wiki_url":"https://oldschool.runescape.wiki/w/Light_ballista","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":110,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":65}},"weapon":{"attack_speed":7,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":812250},"19481":{"id":19481,"name":"Heavy ballista","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":950000,"lowalch":380000,"highalch":570000,"buy_limit":8,"wiki_name":"Heavy ballista","wiki_url":"https://oldschool.runescape.wiki/w/Heavy_ballista","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":125,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":15,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":75}},"weapon":{"attack_speed":7,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":863282},"19484":{"id":19484,"name":"Dragon javelin","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":450,"lowalch":180,"highalch":270,"buy_limit":11000,"wiki_name":"Dragon javelin (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_javelin#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":150,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":65}},"price":904},"19486":{"id":19486,"name":"Dragon javelin(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":450,"lowalch":180,"highalch":270,"buy_limit":11000,"wiki_name":"Dragon javelin (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_javelin#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":150,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":65}},"price":1117},"19488":{"id":19488,"name":"Dragon javelin(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":450,"lowalch":180,"highalch":270,"buy_limit":11000,"wiki_name":"Dragon javelin (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_javelin#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":150,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":65}},"price":965},"19490":{"id":19490,"name":"Dragon javelin(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":450,"lowalch":180,"highalch":270,"buy_limit":11000,"wiki_name":"Dragon javelin (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_javelin#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":150,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":65}},"price":2249},"19493":{"id":19493,"name":"Zenyte","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":75000,"lowalch":30000,"highalch":45000,"buy_limit":11000,"wiki_name":"Zenyte","wiki_url":"https://oldschool.runescape.wiki/w/Zenyte","price":13470860},"19496":{"id":19496,"name":"Uncut zenyte","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":75000,"lowalch":30000,"highalch":45000,"buy_limit":10000,"wiki_name":"Uncut zenyte","wiki_url":"https://oldschool.runescape.wiki/w/Uncut_zenyte","price":13317679},"19501":{"id":19501,"name":"Zenyte amulet (u)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":75000,"lowalch":30000,"highalch":45000,"buy_limit":10000,"wiki_name":"Zenyte amulet (u)","wiki_url":"https://oldschool.runescape.wiki/w/Zenyte_amulet_(u)","price":13237807},"19505":{"id":19505,"name":"Mysterious note","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Mysterious note (Blank)","wiki_url":"https://oldschool.runescape.wiki/w/Mysterious_note#Blank","price":0},"19507":{"id":19507,"name":"Mysterious note","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Mysterious note (Lemon)","wiki_url":"https://oldschool.runescape.wiki/w/Mysterious_note#Lemon","price":0},"19509":{"id":19509,"name":"Mysterious note","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Mysterious note (Heated)","wiki_url":"https://oldschool.runescape.wiki/w/Mysterious_note#Heated","price":0},"19511":{"id":19511,"name":"Scrawled note","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Scrawled note (Monkey Madness II)","wiki_url":"https://oldschool.runescape.wiki/w/Scrawled_note_(Monkey_Madness_II)","price":0},"19513":{"id":19513,"name":"Translated note","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Translated note","wiki_url":"https://oldschool.runescape.wiki/w/Translated_note","price":0},"19515":{"id":19515,"name":"Book of spyology","members":true,"cost":6,"lowalch":2,"highalch":3,"wiki_name":"Book of spyology","wiki_url":"https://oldschool.runescape.wiki/w/Book_of_spyology","price":0},"19517":{"id":19517,"name":"Brush","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Brush","wiki_url":"https://oldschool.runescape.wiki/w/Brush","price":0},"19519":{"id":19519,"name":"Juice-coated brush","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Juice-coated brush","wiki_url":"https://oldschool.runescape.wiki/w/Juice-coated_brush","price":0},"19521":{"id":19521,"name":"Handkerchief","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Handkerchief","wiki_url":"https://oldschool.runescape.wiki/w/Handkerchief","price":0},"19523":{"id":19523,"name":"Kruk's paw","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Kruk's paw","wiki_url":"https://oldschool.runescape.wiki/w/Kruk's_paw","price":0},"19525":{"id":19525,"name":"Kruk monkey greegree","members":true,"cost":6000,"wiki_name":"Kruk monkey greegree","wiki_url":"https://oldschool.runescape.wiki/w/Kruk_monkey_greegree","price":0},"19527":{"id":19527,"name":"Satchel","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Satchel (Monkey Madness II) (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Satchel_(Monkey_Madness_II)#Empty","price":0},"19528":{"id":19528,"name":"Satchel","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Satchel (Monkey Madness II) (Filled)","wiki_url":"https://oldschool.runescape.wiki/w/Satchel_(Monkey_Madness_II)#Filled","price":0},"19529":{"id":19529,"name":"Zenyte shard","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":75000,"lowalch":30000,"highalch":45000,"buy_limit":11000,"wiki_name":"Zenyte shard","wiki_url":"https://oldschool.runescape.wiki/w/Zenyte_shard","price":12425500},"19532":{"id":19532,"name":"Zenyte bracelet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":201000,"lowalch":80400,"highalch":120600,"buy_limit":8,"wiki_name":"Zenyte bracelet","wiki_url":"https://oldschool.runescape.wiki/w/Zenyte_bracelet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":12057418},"19535":{"id":19535,"name":"Zenyte necklace","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":202000,"lowalch":80800,"highalch":121200,"buy_limit":8,"wiki_name":"Zenyte necklace","wiki_url":"https://oldschool.runescape.wiki/w/Zenyte_necklace","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":13397000},"19538":{"id":19538,"name":"Zenyte ring","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":201000,"lowalch":80400,"highalch":120600,"buy_limit":8,"wiki_name":"Zenyte ring","wiki_url":"https://oldschool.runescape.wiki/w/Zenyte_ring","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":11590916},"19541":{"id":19541,"name":"Zenyte amulet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":202000,"lowalch":80800,"highalch":121200,"buy_limit":8,"wiki_name":"Zenyte amulet","wiki_url":"https://oldschool.runescape.wiki/w/Zenyte_amulet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":15888889},"19544":{"id":19544,"name":"Tormented bracelet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":201000,"lowalch":80400,"highalch":120600,"buy_limit":8,"wiki_name":"Tormented bracelet","wiki_url":"https://oldschool.runescape.wiki/w/Tormented_bracelet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":10,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":5,"prayer":2,"slot":"hands","requirements":{"hitpoints":75}},"price":14369505},"19547":{"id":19547,"name":"Necklace of anguish","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":202000,"lowalch":80800,"highalch":121200,"buy_limit":8,"wiki_name":"Necklace of anguish","wiki_url":"https://oldschool.runescape.wiki/w/Necklace_of_anguish","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":15,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":5,"magic_damage":0,"prayer":2,"slot":"neck","requirements":{"hitpoints":75}},"price":14579105},"19550":{"id":19550,"name":"Ring of suffering","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":201000,"lowalch":80400,"highalch":120600,"buy_limit":8,"wiki_name":"Ring of suffering (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_suffering#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":10,"defence_slash":10,"defence_crush":10,"defence_magic":10,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"ring","requirements":{"hitpoints":75}},"price":14143219},"19553":{"id":19553,"name":"Amulet of torture","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":202000,"lowalch":80800,"highalch":121200,"buy_limit":8,"wiki_name":"Amulet of torture","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_torture","equipment":{"attack_stab":15,"attack_slash":15,"attack_crush":15,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":10,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"neck","requirements":{"hitpoints":75}},"price":14529025},"19556":{"id":19556,"name":"Monkey","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Monkey (Monkey Madness II)","wiki_url":"https://oldschool.runescape.wiki/w/Monkey_(Monkey_Madness_II)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"19558":{"id":19558,"name":"Nieve","members":true,"cost":1,"wiki_name":"Nieve (item)","wiki_url":"https://oldschool.runescape.wiki/w/Nieve_(item)","price":0},"19559":{"id":19559,"name":"Elysian spirit shield","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Elysian spirit shield (Monkey Madness II)","wiki_url":"https://oldschool.runescape.wiki/w/Elysian_spirit_shield_(Monkey_Madness_II)","price":0},"19560":{"id":19560,"name":"Charged onyx","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Charged onyx","wiki_url":"https://oldschool.runescape.wiki/w/Charged_onyx","price":0},"19562":{"id":19562,"name":"Deconstructed onyx","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Deconstructed onyx","wiki_url":"https://oldschool.runescape.wiki/w/Deconstructed_onyx","price":0},"19564":{"id":19564,"name":"Royal seed pod","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Royal seed pod","wiki_url":"https://oldschool.runescape.wiki/w/Royal_seed_pod","price":0},"19566":{"id":19566,"name":"Bronze key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bronze key (Monkey Madness II)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_key_(Monkey_Madness_II)","price":0},"19567":{"id":19567,"name":"Combat scarred key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Combat scarred key","wiki_url":"https://oldschool.runescape.wiki/w/Combat_scarred_key","price":0},"19568":{"id":19568,"name":"Combat scratched key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Combat scratched key","wiki_url":"https://oldschool.runescape.wiki/w/Combat_scratched_key","price":0},"19569":{"id":19569,"name":"Combat damaged key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Combat damaged key","wiki_url":"https://oldschool.runescape.wiki/w/Combat_damaged_key","price":0},"19570":{"id":19570,"name":"Bronze javelin heads","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":25,"lowalch":10,"highalch":15,"buy_limit":10000,"wiki_name":"Bronze javelin heads","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_javelin_heads","price":42},"19572":{"id":19572,"name":"Iron javelin heads","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":35,"lowalch":14,"highalch":21,"buy_limit":10000,"wiki_name":"Iron javelin heads","wiki_url":"https://oldschool.runescape.wiki/w/Iron_javelin_heads","price":27},"19574":{"id":19574,"name":"Steel javelin heads","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":10000,"wiki_name":"Steel javelin heads","wiki_url":"https://oldschool.runescape.wiki/w/Steel_javelin_heads","price":66},"19576":{"id":19576,"name":"Mithril javelin heads","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":165,"lowalch":66,"highalch":99,"buy_limit":10000,"wiki_name":"Mithril javelin heads","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_javelin_heads","price":63},"19578":{"id":19578,"name":"Adamant javelin heads","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":440,"lowalch":176,"highalch":264,"buy_limit":10000,"wiki_name":"Adamant javelin heads","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_javelin_heads","price":174},"19580":{"id":19580,"name":"Rune javelin heads","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1350,"lowalch":540,"highalch":810,"buy_limit":10000,"wiki_name":"Rune javelin heads","wiki_url":"https://oldschool.runescape.wiki/w/Rune_javelin_heads","price":557},"19582":{"id":19582,"name":"Dragon javelin heads","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1950,"lowalch":780,"highalch":1170,"buy_limit":10000,"wiki_name":"Dragon javelin heads","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_javelin_heads","price":916},"19584":{"id":19584,"name":"Javelin shaft","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":7000,"wiki_name":"Javelin shaft","wiki_url":"https://oldschool.runescape.wiki/w/Javelin_shaft","price":4},"19586":{"id":19586,"name":"Light frame","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50000,"lowalch":20000,"highalch":30000,"buy_limit":8,"wiki_name":"Light frame","wiki_url":"https://oldschool.runescape.wiki/w/Light_frame","price":30000},"19589":{"id":19589,"name":"Heavy frame","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50000,"lowalch":20000,"highalch":30000,"buy_limit":8,"wiki_name":"Heavy frame","wiki_url":"https://oldschool.runescape.wiki/w/Heavy_frame","price":107500},"19592":{"id":19592,"name":"Ballista limbs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50000,"lowalch":20000,"highalch":30000,"buy_limit":8,"wiki_name":"Ballista limbs","wiki_url":"https://oldschool.runescape.wiki/w/Ballista_limbs","price":31332},"19595":{"id":19595,"name":"Incomplete light ballista","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50000,"lowalch":20000,"highalch":30000,"buy_limit":8,"wiki_name":"Incomplete light ballista","wiki_url":"https://oldschool.runescape.wiki/w/Incomplete_light_ballista","price":30550},"19598":{"id":19598,"name":"Incomplete heavy ballista","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50000,"lowalch":20000,"highalch":30000,"buy_limit":8,"wiki_name":"Incomplete heavy ballista","wiki_url":"https://oldschool.runescape.wiki/w/Incomplete_heavy_ballista","price":129282},"19601":{"id":19601,"name":"Ballista spring","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50000,"lowalch":20000,"highalch":30000,"buy_limit":8,"wiki_name":"Ballista spring","wiki_url":"https://oldschool.runescape.wiki/w/Ballista_spring","price":29316},"19604":{"id":19604,"name":"Unstrung light ballista","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50000,"lowalch":20000,"highalch":30000,"buy_limit":8,"wiki_name":"Unstrung light ballista","wiki_url":"https://oldschool.runescape.wiki/w/Unstrung_light_ballista","price":108444},"19607":{"id":19607,"name":"Unstrung heavy ballista","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50000,"lowalch":20000,"highalch":30000,"buy_limit":8,"wiki_name":"Unstrung heavy ballista","wiki_url":"https://oldschool.runescape.wiki/w/Unstrung_heavy_ballista","price":185314},"19610":{"id":19610,"name":"Monkey tail","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50000,"lowalch":20000,"highalch":30000,"buy_limit":8,"wiki_name":"Monkey tail","wiki_url":"https://oldschool.runescape.wiki/w/Monkey_tail","price":0},"19613":{"id":19613,"name":"Arceuus library teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Arceuus library teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Arceuus_library_teleport_(tablet)","price":1543},"19615":{"id":19615,"name":"Draynor manor teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Draynor manor teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Draynor_manor_teleport_(tablet)","price":2249},"19617":{"id":19617,"name":"Mind altar teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Mind altar teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Mind_altar_teleport_(tablet)","price":1912},"19619":{"id":19619,"name":"Salve graveyard teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Salve graveyard teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Salve_graveyard_teleport_(tablet)","price":1960},"19621":{"id":19621,"name":"Fenkenstrain's castle teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Fenkenstrain's castle teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Fenkenstrain's_castle_teleport_(tablet)","price":2340},"19623":{"id":19623,"name":"West ardougne teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"West ardougne teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/West_ardougne_teleport_(tablet)","price":2468},"19625":{"id":19625,"name":"Harmony island teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Harmony island teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Harmony_island_teleport_(tablet)","price":2794},"19627":{"id":19627,"name":"Cemetery teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Cemetery teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Cemetery_teleport_(tablet)","price":2429},"19629":{"id":19629,"name":"Barrows teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Barrows teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Barrows_teleport_(tablet)","price":2942},"19631":{"id":19631,"name":"Ape atoll teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Ape atoll teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Ape_atoll_teleport_(tablet)","price":2908},"19634":{"id":19634,"name":"Soul bearer","members":true,"cost":8,"lowalch":3,"highalch":4,"wiki_name":"Soul bearer","wiki_url":"https://oldschool.runescape.wiki/w/Soul_bearer","price":0},"19636":{"id":19636,"name":"Damaged soul bearer","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Damaged soul bearer","wiki_url":"https://oldschool.runescape.wiki/w/Damaged_soul_bearer","price":0},"19637":{"id":19637,"name":"Soul journey","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Soul journey","wiki_url":"https://oldschool.runescape.wiki/w/Soul_journey","price":0},"19639":{"id":19639,"name":"Black slayer helmet","members":true,"equipable":true,"equipable_by_player":true,"cost":40000,"lowalch":16000,"highalch":24000,"wiki_name":"Black slayer helmet","wiki_url":"https://oldschool.runescape.wiki/w/Black_slayer_helmet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":0},"19641":{"id":19641,"name":"Black slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Black slayer helmet (i) (Nightmare Zone)","wiki_url":"https://oldschool.runescape.wiki/w/Black_slayer_helmet_(i)#Nightmare_Zone","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":0},"19643":{"id":19643,"name":"Green slayer helmet","members":true,"equipable":true,"equipable_by_player":true,"cost":40000,"lowalch":16000,"highalch":24000,"wiki_name":"Green slayer helmet","wiki_url":"https://oldschool.runescape.wiki/w/Green_slayer_helmet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":0},"19645":{"id":19645,"name":"Green slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Green slayer helmet (i) (Nightmare Zone)","wiki_url":"https://oldschool.runescape.wiki/w/Green_slayer_helmet_(i)#Nightmare_Zone","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":0},"19647":{"id":19647,"name":"Red slayer helmet","members":true,"equipable":true,"equipable_by_player":true,"cost":40000,"lowalch":16000,"highalch":24000,"wiki_name":"Red slayer helmet","wiki_url":"https://oldschool.runescape.wiki/w/Red_slayer_helmet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":0},"19649":{"id":19649,"name":"Red slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Red slayer helmet (i) (Nightmare Zone)","wiki_url":"https://oldschool.runescape.wiki/w/Red_slayer_helmet_(i)#Nightmare_Zone","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":0},"19651":{"id":19651,"name":"Hosidius teleport","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Hosidius teleport","wiki_url":"https://oldschool.runescape.wiki/w/Hosidius_teleport","price":0},"19653":{"id":19653,"name":"Golovanova fruit top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":100,"wiki_name":"Golovanova fruit top","wiki_url":"https://oldschool.runescape.wiki/w/Golovanova_fruit_top","price":943},"19656":{"id":19656,"name":"Uncooked botanical pie","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":16,"lowalch":6,"highalch":9,"buy_limit":13000,"wiki_name":"Uncooked botanical pie","wiki_url":"https://oldschool.runescape.wiki/w/Uncooked_botanical_pie","price":2236},"19659":{"id":19659,"name":"Half a botanical pie","members":true,"tradeable":true,"noteable":true,"cost":15,"lowalch":6,"highalch":9,"wiki_name":"Botanical pie (Half)","wiki_url":"https://oldschool.runescape.wiki/w/Botanical_pie#Half","price":0},"19662":{"id":19662,"name":"Botanical pie","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":10000,"wiki_name":"Botanical pie (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Botanical_pie#Full","price":1955},"19665":{"id":19665,"name":"Damaged monkey tail","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":13000,"wiki_name":"Damaged monkey tail","wiki_url":"https://oldschool.runescape.wiki/w/Damaged_monkey_tail","price":0},"19668":{"id":19668,"name":"Minecart control scroll","members":true,"stackable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Minecart control scroll","wiki_url":"https://oldschool.runescape.wiki/w/Minecart_control_scroll","price":0},"19669":{"id":19669,"name":"Redwood logs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":450,"lowalch":180,"highalch":270,"buy_limit":12000,"wiki_name":"Redwood logs","wiki_url":"https://oldschool.runescape.wiki/w/Redwood_logs","price":505},"19672":{"id":19672,"name":"Redwood pyre logs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":895,"lowalch":358,"highalch":537,"buy_limit":11000,"wiki_name":"Redwood pyre logs","wiki_url":"https://oldschool.runescape.wiki/w/Redwood_pyre_logs","price":3326},"19675":{"id":19675,"name":"Arclight","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":500,"wiki_name":"Arclight","wiki_url":"https://oldschool.runescape.wiki/w/Arclight","equipment":{"attack_stab":10,"attack_slash":38,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":2,"defence_magic":2,"defence_ranged":0,"melee_strength":8,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":75}},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"19677":{"id":19677,"name":"Ancient shard","members":true,"stackable":true,"cost":204,"lowalch":81,"highalch":122,"wiki_name":"Ancient shard","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_shard","price":0},"19679":{"id":19679,"name":"Dark totem base","members":true,"cost":205,"lowalch":82,"highalch":123,"wiki_name":"Dark totem base","wiki_url":"https://oldschool.runescape.wiki/w/Dark_totem_base","price":0},"19681":{"id":19681,"name":"Dark totem middle","members":true,"cost":205,"lowalch":82,"highalch":123,"wiki_name":"Dark totem middle","wiki_url":"https://oldschool.runescape.wiki/w/Dark_totem_middle","price":0},"19683":{"id":19683,"name":"Dark totem top","members":true,"cost":205,"lowalch":82,"highalch":123,"wiki_name":"Dark totem top","wiki_url":"https://oldschool.runescape.wiki/w/Dark_totem_top","price":0},"19685":{"id":19685,"name":"Dark totem","members":true,"cost":450,"lowalch":180,"highalch":270,"wiki_name":"Dark totem","wiki_url":"https://oldschool.runescape.wiki/w/Dark_totem","price":0},"19687":{"id":19687,"name":"Helm of raedwald","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Helm of raedwald","wiki_url":"https://oldschool.runescape.wiki/w/Helm_of_raedwald","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":6,"defence_slash":7,"defence_crush":5,"defence_magic":-1,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"19689":{"id":19689,"name":"Clue hunter garb","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Clue hunter garb","wiki_url":"https://oldschool.runescape.wiki/w/Clue_hunter_garb","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-2,"attack_ranged":2,"defence_stab":8,"defence_slash":9,"defence_crush":10,"defence_magic":4,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"19691":{"id":19691,"name":"Clue hunter gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Clue hunter gloves","wiki_url":"https://oldschool.runescape.wiki/w/Clue_hunter_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"19693":{"id":19693,"name":"Clue hunter trousers","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Clue hunter trousers","wiki_url":"https://oldschool.runescape.wiki/w/Clue_hunter_trousers","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":4,"defence_stab":2,"defence_slash":2,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"19695":{"id":19695,"name":"Clue hunter boots","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Clue hunter boots","wiki_url":"https://oldschool.runescape.wiki/w/Clue_hunter_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"19697":{"id":19697,"name":"Clue hunter cloak","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Clue hunter cloak","wiki_url":"https://oldschool.runescape.wiki/w/Clue_hunter_cloak","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"19699":{"id":19699,"name":"Hornwood helm","equipable":true,"equipable_by_player":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Hornwood helm","wiki_url":"https://oldschool.runescape.wiki/w/Hornwood_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"19701":{"id":19701,"name":"Jar of darkness","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Jar of darkness","wiki_url":"https://oldschool.runescape.wiki/w/Jar_of_darkness","price":397500},"19704":{"id":19704,"name":"Compost pack","members":true,"tradeable":true,"noteable":true,"cost":2000,"lowalch":800,"highalch":1200,"wiki_name":"Compost pack","wiki_url":"https://oldschool.runescape.wiki/w/Compost_pack","price":0},"19707":{"id":19707,"name":"Amulet of eternal glory","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":17625,"lowalch":7050,"highalch":10575,"buy_limit":5,"wiki_name":"Amulet of eternal glory","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_eternal_glory","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":10,"attack_magic":10,"attack_ranged":10,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":3,"defence_ranged":3,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"neck","requirements":null},"price":71750000},"19710":{"id":19710,"name":"Ring of suffering (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":201100,"lowalch":80440,"highalch":120660,"wiki_name":"Ring of suffering (i) (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_suffering_(i)#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":20,"defence_slash":20,"defence_crush":20,"defence_magic":20,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"ring","requirements":{"hitpoints":75}},"price":0},"19712":{"id":19712,"name":"Clue nest (easy)","members":true,"cost":451,"lowalch":180,"highalch":270,"wiki_name":"Clue nest (easy)","wiki_url":"https://oldschool.runescape.wiki/w/Clue_nest_(easy)","price":0},"19714":{"id":19714,"name":"Clue nest (medium)","members":true,"cost":452,"lowalch":180,"highalch":271,"wiki_name":"Clue nest (medium)","wiki_url":"https://oldschool.runescape.wiki/w/Clue_nest_(medium)","price":0},"19716":{"id":19716,"name":"Clue nest (hard)","members":true,"cost":453,"lowalch":181,"highalch":271,"wiki_name":"Clue nest (hard)","wiki_url":"https://oldschool.runescape.wiki/w/Clue_nest_(hard)","price":0},"19718":{"id":19718,"name":"Clue nest (elite)","members":true,"cost":454,"lowalch":181,"highalch":272,"wiki_name":"Clue nest (elite)","wiki_url":"https://oldschool.runescape.wiki/w/Clue_nest_(elite)","price":0},"19720":{"id":19720,"name":"Occult necklace (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":45000,"lowalch":18000,"highalch":27000,"wiki_name":"Occult necklace (or)","wiki_url":"https://oldschool.runescape.wiki/w/Occult_necklace_(or)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":12,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":5,"prayer":2,"slot":"neck","requirements":{"magic":75}},"price":0},"19722":{"id":19722,"name":"Dragon defender (t)","members":true,"equipable":true,"equipable_by_player":true,"cost":68007,"lowalch":27202,"highalch":40804,"wiki_name":"Dragon defender (t) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_defender_(t)#Normal","equipment":{"attack_stab":25,"attack_slash":24,"attack_crush":23,"attack_magic":-3,"attack_ranged":-2,"defence_stab":25,"defence_slash":24,"defence_crush":23,"defence_magic":-3,"defence_ranged":-2,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":60}},"price":0},"19724":{"id":19724,"name":"Left eye patch","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":4,"wiki_name":"Left eye patch","wiki_url":"https://oldschool.runescape.wiki/w/Left_eye_patch","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":13527},"19727":{"id":19727,"name":"Double eye patch","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":4,"wiki_name":"Double eye patch","wiki_url":"https://oldschool.runescape.wiki/w/Double_eye_patch","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":25517},"19730":{"id":19730,"name":"Bloodhound","members":true,"cost":1,"wiki_name":"Bloodhound","wiki_url":"https://oldschool.runescape.wiki/w/Bloodhound","price":0},"19732":{"id":19732,"name":"Lucky impling jar","members":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Lucky impling jar","wiki_url":"https://oldschool.runescape.wiki/w/Lucky_impling_jar","price":0},"19812":{"id":19812,"name":"Key (elite)","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Key (Treasure Trails) (Elite)","wiki_url":"https://oldschool.runescape.wiki/w/Key_(Treasure_Trails)#Elite","price":0},"19835":{"id":19835,"name":"Clue scroll (master)","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Clue scroll (master)","wiki_url":"https://oldschool.runescape.wiki/w/Clue_scroll_(master)","price":0},"19836":{"id":19836,"name":"Reward casket (master)","members":true,"stackable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Reward casket (master)","wiki_url":"https://oldschool.runescape.wiki/w/Reward_casket_(master)","price":0},"19837":{"id":19837,"name":"Torn clue scroll (part 1)","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Torn clue scroll (Part 1)","wiki_url":"https://oldschool.runescape.wiki/w/Torn_clue_scroll#Part_1","price":0},"19838":{"id":19838,"name":"Torn clue scroll (part 2)","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Torn clue scroll (Part 2)","wiki_url":"https://oldschool.runescape.wiki/w/Torn_clue_scroll#Part_2","price":0},"19839":{"id":19839,"name":"Torn clue scroll (part 3)","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Torn clue scroll (Part 3)","wiki_url":"https://oldschool.runescape.wiki/w/Torn_clue_scroll#Part_3","price":0},"19912":{"id":19912,"name":"Zombie head","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Zombie head (Treasure Trails)","wiki_url":"https://oldschool.runescape.wiki/w/Zombie_head_(Treasure_Trails)","equipment":{"attack_stab":-4,"attack_slash":-4,"attack_crush":10,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":8,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":6,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":7877},"19915":{"id":19915,"name":"Cyclops head","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Cyclops head","wiki_url":"https://oldschool.runescape.wiki/w/Cyclops_head","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":9336},"19918":{"id":19918,"name":"Nunchaku","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":6000,"lowalch":2400,"highalch":3600,"buy_limit":8,"wiki_name":"Nunchaku","wiki_url":"https://oldschool.runescape.wiki/w/Nunchaku","equipment":{"attack_stab":-4,"attack_slash":-4,"attack_crush":11,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":14,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":6216},"19921":{"id":19921,"name":"Ancient d'hide boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":9300,"lowalch":3720,"highalch":5580,"buy_limit":8,"wiki_name":"Ancient d'hide boots","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_d'hide_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":7,"defence_stab":4,"defence_slash":4,"defence_crush":4,"defence_magic":4,"defence_ranged":4,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"feet","requirements":{"ranged":70,"defence":40}},"price":958346},"19924":{"id":19924,"name":"Bandos d'hide boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":9300,"lowalch":3720,"highalch":5580,"buy_limit":8,"wiki_name":"Bandos d'hide boots","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_d'hide_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":7,"defence_stab":4,"defence_slash":4,"defence_crush":4,"defence_magic":4,"defence_ranged":4,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"feet","requirements":{"ranged":70,"defence":40}},"price":500853},"19927":{"id":19927,"name":"Guthix d'hide boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":9300,"lowalch":3720,"highalch":5580,"buy_limit":8,"wiki_name":"Guthix d'hide boots","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_d'hide_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":7,"defence_stab":4,"defence_slash":4,"defence_crush":4,"defence_magic":4,"defence_ranged":4,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"feet","requirements":{"ranged":70,"defence":40}},"price":615866},"19930":{"id":19930,"name":"Armadyl d'hide boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":9300,"lowalch":3720,"highalch":5580,"buy_limit":8,"wiki_name":"Armadyl d'hide boots","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_d'hide_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":7,"defence_stab":4,"defence_slash":4,"defence_crush":4,"defence_magic":4,"defence_ranged":4,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"feet","requirements":{"ranged":70,"defence":40}},"price":1149504},"19933":{"id":19933,"name":"Saradomin d'hide boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":9300,"lowalch":3720,"highalch":5580,"buy_limit":8,"wiki_name":"Saradomin d'hide boots","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_d'hide_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":7,"defence_stab":4,"defence_slash":4,"defence_crush":4,"defence_magic":4,"defence_ranged":4,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"feet","requirements":{"ranged":70,"defence":40}},"price":699787},"19936":{"id":19936,"name":"Zamorak d'hide boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":9300,"lowalch":3720,"highalch":5580,"buy_limit":8,"wiki_name":"Zamorak d'hide boots","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_d'hide_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":7,"defence_stab":4,"defence_slash":4,"defence_crush":4,"defence_magic":4,"defence_ranged":4,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"feet","requirements":{"ranged":70,"defence":40}},"price":982494},"19939":{"id":19939,"name":"Strange device","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Strange device (Master)","wiki_url":"https://oldschool.runescape.wiki/w/Strange_device#Master","price":0},"19941":{"id":19941,"name":"Heavy casket","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Heavy casket","wiki_url":"https://oldschool.runescape.wiki/w/Heavy_casket","equipment":{"attack_stab":-4,"attack_slash":-4,"attack_crush":11,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":9,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":6,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"19943":{"id":19943,"name":"Arceuus scarf","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":4,"wiki_name":"Arceuus scarf","wiki_url":"https://oldschool.runescape.wiki/w/Arceuus_scarf","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":7667},"19946":{"id":19946,"name":"Hosidius scarf","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":4,"wiki_name":"Hosidius scarf","wiki_url":"https://oldschool.runescape.wiki/w/Hosidius_scarf","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":14543},"19949":{"id":19949,"name":"Lovakengj scarf","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":4,"wiki_name":"Lovakengj scarf","wiki_url":"https://oldschool.runescape.wiki/w/Lovakengj_scarf","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":47500},"19952":{"id":19952,"name":"Piscarilius scarf","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":4,"wiki_name":"Piscarilius scarf","wiki_url":"https://oldschool.runescape.wiki/w/Piscarilius_scarf","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":8038},"19955":{"id":19955,"name":"Shayzien scarf","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":4,"wiki_name":"Shayzien scarf","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_scarf","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":32501},"19958":{"id":19958,"name":"Dark tuxedo jacket","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":4,"wiki_name":"Dark tuxedo jacket","wiki_url":"https://oldschool.runescape.wiki/w/Dark_tuxedo_jacket","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":1235998},"19961":{"id":19961,"name":"Dark tuxedo cuffs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"buy_limit":4,"wiki_name":"Dark tuxedo cuffs","wiki_url":"https://oldschool.runescape.wiki/w/Dark_tuxedo_cuffs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":4310214},"19964":{"id":19964,"name":"Dark trousers","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":6000,"lowalch":2400,"highalch":3600,"buy_limit":4,"wiki_name":"Dark trousers","wiki_url":"https://oldschool.runescape.wiki/w/Dark_trousers","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":707482},"19967":{"id":19967,"name":"Dark tuxedo shoes","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"buy_limit":4,"wiki_name":"Dark tuxedo shoes","wiki_url":"https://oldschool.runescape.wiki/w/Dark_tuxedo_shoes","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":470500},"19970":{"id":19970,"name":"Dark bow tie","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Dark bow tie","wiki_url":"https://oldschool.runescape.wiki/w/Dark_bow_tie","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":557640},"19973":{"id":19973,"name":"Light tuxedo jacket","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":4,"wiki_name":"Light tuxedo jacket","wiki_url":"https://oldschool.runescape.wiki/w/Light_tuxedo_jacket","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":2178500},"19976":{"id":19976,"name":"Light tuxedo cuffs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"buy_limit":4,"wiki_name":"Light tuxedo cuffs","wiki_url":"https://oldschool.runescape.wiki/w/Light_tuxedo_cuffs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":295064},"19979":{"id":19979,"name":"Light trousers","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":6000,"lowalch":2400,"highalch":3600,"buy_limit":4,"wiki_name":"Light trousers","wiki_url":"https://oldschool.runescape.wiki/w/Light_trousers","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":152508},"19982":{"id":19982,"name":"Light tuxedo shoes","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"buy_limit":4,"wiki_name":"Light tuxedo shoes","wiki_url":"https://oldschool.runescape.wiki/w/Light_tuxedo_shoes","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":938826},"19985":{"id":19985,"name":"Light bow tie","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Light bow tie","wiki_url":"https://oldschool.runescape.wiki/w/Light_bow_tie","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":248093},"19988":{"id":19988,"name":"Blacksmith's helm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"buy_limit":125,"wiki_name":"Blacksmith's helm","wiki_url":"https://oldschool.runescape.wiki/w/Blacksmith's_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":6,"defence_slash":7,"defence_crush":5,"defence_magic":-1,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":65500},"19991":{"id":19991,"name":"Bucket helm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":14000,"lowalch":5600,"highalch":8400,"buy_limit":4,"wiki_name":"Bucket helm","wiki_url":"https://oldschool.runescape.wiki/w/Bucket_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":44515},"19994":{"id":19994,"name":"Ranger gloves","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3400,"lowalch":1360,"highalch":2040,"buy_limit":8,"wiki_name":"Ranger gloves","wiki_url":"https://oldschool.runescape.wiki/w/Ranger_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":11,"defence_stab":1,"defence_slash":2,"defence_crush":1,"defence_magic":2,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"ranged":40}},"price":643798},"19997":{"id":19997,"name":"Holy wraps","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":9600,"lowalch":3840,"highalch":5760,"buy_limit":4,"wiki_name":"Holy wraps","wiki_url":"https://oldschool.runescape.wiki/w/Holy_wraps","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"hands","requirements":{"prayer":31}},"price":1119494},"20000":{"id":20000,"name":"Dragon scimitar (or)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100000,"lowalch":40000,"highalch":60000,"wiki_name":"Dragon scimitar (or)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_scimitar_(or)","equipment":{"attack_stab":8,"attack_slash":67,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":66,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":60}},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"20002":{"id":20002,"name":"Dragon scimitar ornament kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Dragon scimitar ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_scimitar_ornament_kit","price":410000},"20005":{"id":20005,"name":"Ring of nature","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":8000,"lowalch":3200,"highalch":4800,"buy_limit":4,"wiki_name":"Ring of nature","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_nature","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":10540101},"20008":{"id":20008,"name":"Fancy tiara","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":8000,"lowalch":3200,"highalch":4800,"buy_limit":4,"wiki_name":"Fancy tiara","wiki_url":"https://oldschool.runescape.wiki/w/Fancy_tiara","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":21675},"20011":{"id":20011,"name":"3rd age axe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":55000,"lowalch":22000,"highalch":33000,"buy_limit":40,"wiki_name":"3rd age axe","wiki_url":"https://oldschool.runescape.wiki/w/3rd_age_axe","equipment":{"attack_stab":-2,"attack_slash":38,"attack_crush":32,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":65}},"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":2147483647},"20014":{"id":20014,"name":"3rd age pickaxe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":97950,"lowalch":39180,"highalch":58770,"buy_limit":40,"wiki_name":"3rd age pickaxe","wiki_url":"https://oldschool.runescape.wiki/w/3rd_age_pickaxe","equipment":{"attack_stab":38,"attack_slash":-2,"attack_crush":32,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":65}},"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":2147483647},"20017":{"id":20017,"name":"Ring of coins","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":8000,"lowalch":3200,"highalch":4800,"buy_limit":4,"wiki_name":"Ring of coins","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_coins","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":20681001},"20020":{"id":20020,"name":"Lesser demon mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":4000,"lowalch":1600,"highalch":2400,"buy_limit":4,"wiki_name":"Lesser demon mask","wiki_url":"https://oldschool.runescape.wiki/w/Lesser_demon_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":9000},"20023":{"id":20023,"name":"Greater demon mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":4000,"lowalch":1600,"highalch":2400,"buy_limit":4,"wiki_name":"Greater demon mask","wiki_url":"https://oldschool.runescape.wiki/w/Greater_demon_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":5681},"20026":{"id":20026,"name":"Black demon mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":4000,"lowalch":1600,"highalch":2400,"buy_limit":4,"wiki_name":"Black demon mask","wiki_url":"https://oldschool.runescape.wiki/w/Black_demon_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":80662},"20029":{"id":20029,"name":"Old demon mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":4000,"lowalch":1600,"highalch":2400,"buy_limit":4,"wiki_name":"Old demon mask","wiki_url":"https://oldschool.runescape.wiki/w/Old_demon_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":62500},"20032":{"id":20032,"name":"Jungle demon mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":4000,"lowalch":1600,"highalch":2400,"buy_limit":4,"wiki_name":"Jungle demon mask","wiki_url":"https://oldschool.runescape.wiki/w/Jungle_demon_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":46893},"20035":{"id":20035,"name":"Samurai kasa","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":4000,"lowalch":1600,"highalch":2400,"buy_limit":70,"wiki_name":"Samurai kasa","wiki_url":"https://oldschool.runescape.wiki/w/Samurai_kasa","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":16,"defence_slash":17,"defence_crush":15,"defence_magic":4,"defence_ranged":16,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":35}},"price":32568},"20038":{"id":20038,"name":"Samurai shirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":7000,"lowalch":2800,"highalch":4200,"buy_limit":70,"wiki_name":"Samurai shirt","wiki_url":"https://oldschool.runescape.wiki/w/Samurai_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":69,"defence_slash":67,"defence_crush":59,"defence_magic":10,"defence_ranged":67,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":35}},"price":54343},"20041":{"id":20041,"name":"Samurai gloves","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3200,"lowalch":1280,"highalch":1920,"buy_limit":70,"wiki_name":"Samurai gloves","wiki_url":"https://oldschool.runescape.wiki/w/Samurai_gloves","equipment":{"attack_stab":2,"attack_slash":2,"attack_crush":2,"attack_magic":2,"attack_ranged":2,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":3,"defence_ranged":3,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"defence":35}},"price":42750},"20044":{"id":20044,"name":"Samurai greaves","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3200,"lowalch":1280,"highalch":1920,"buy_limit":70,"wiki_name":"Samurai greaves","wiki_url":"https://oldschool.runescape.wiki/w/Samurai_greaves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":42,"defence_slash":40,"defence_crush":38,"defence_magic":3,"defence_ranged":40,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":35}},"price":44179},"20047":{"id":20047,"name":"Samurai boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":4500,"lowalch":1800,"highalch":2700,"buy_limit":70,"wiki_name":"Samurai boots","wiki_url":"https://oldschool.runescape.wiki/w/Samurai_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":11,"defence_slash":12,"defence_crush":13,"defence_magic":1,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"defence":35}},"price":38961},"20050":{"id":20050,"name":"Obsidian cape (r)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":60000,"lowalch":24000,"highalch":36000,"buy_limit":70,"wiki_name":"Obsidian cape (r)","wiki_url":"https://oldschool.runescape.wiki/w/Obsidian_cape_(r)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":874623},"20053":{"id":20053,"name":"Half moon spectacles","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":19450,"lowalch":7780,"highalch":11670,"buy_limit":4,"wiki_name":"Half moon spectacles","wiki_url":"https://oldschool.runescape.wiki/w/Half_moon_spectacles","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":95000},"20056":{"id":20056,"name":"Ale of the gods","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":850,"lowalch":340,"highalch":510,"buy_limit":4,"wiki_name":"Ale of the gods","wiki_url":"https://oldschool.runescape.wiki/w/Ale_of_the_gods","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"unarmed","stances":[{"combat_style":"punch","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"kick","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":800000},"20059":{"id":20059,"name":"Bucket helm (g)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":14000,"lowalch":5600,"highalch":8400,"buy_limit":4,"wiki_name":"Bucket helm (g)","wiki_url":"https://oldschool.runescape.wiki/w/Bucket_helm_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":4399500},"20062":{"id":20062,"name":"Torture ornament kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Torture ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Torture_ornament_kit","price":3640974},"20065":{"id":20065,"name":"Occult ornament kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Occult ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Occult_ornament_kit","price":4643946},"20068":{"id":20068,"name":"Armadyl godsword ornament kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Armadyl godsword ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_godsword_ornament_kit","price":112652},"20071":{"id":20071,"name":"Bandos godsword ornament kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Bandos godsword ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_godsword_ornament_kit","price":5742889},"20074":{"id":20074,"name":"Saradomin godsword ornament kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Saradomin godsword ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_godsword_ornament_kit","price":3655002},"20077":{"id":20077,"name":"Zamorak godsword ornament kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Zamorak godsword ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_godsword_ornament_kit","price":213322},"20080":{"id":20080,"name":"Mummy's head","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Mummy's head","wiki_url":"https://oldschool.runescape.wiki/w/Mummy's_head","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":3650000},"20083":{"id":20083,"name":"Mummy's body","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Mummy's body","wiki_url":"https://oldschool.runescape.wiki/w/Mummy's_body","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":3282672},"20086":{"id":20086,"name":"Mummy's hands","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Mummy's hands","wiki_url":"https://oldschool.runescape.wiki/w/Mummy's_hands","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":889234},"20089":{"id":20089,"name":"Mummy's legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Mummy's legs","wiki_url":"https://oldschool.runescape.wiki/w/Mummy's_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":1405000},"20092":{"id":20092,"name":"Mummy's feet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Mummy's feet","wiki_url":"https://oldschool.runescape.wiki/w/Mummy's_feet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":915000},"20095":{"id":20095,"name":"Ankou mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Ankou mask","wiki_url":"https://oldschool.runescape.wiki/w/Ankou_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":12077654},"20098":{"id":20098,"name":"Ankou top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Ankou top","wiki_url":"https://oldschool.runescape.wiki/w/Ankou_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":25081572},"20101":{"id":20101,"name":"Ankou gloves","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Ankou gloves","wiki_url":"https://oldschool.runescape.wiki/w/Ankou_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":3717444},"20104":{"id":20104,"name":"Ankou's leggings","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Ankou's leggings","wiki_url":"https://oldschool.runescape.wiki/w/Ankou's_leggings","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":8500000},"20107":{"id":20107,"name":"Ankou socks","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Ankou socks","wiki_url":"https://oldschool.runescape.wiki/w/Ankou_socks","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":2298365},"20110":{"id":20110,"name":"Bowl wig","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Bowl wig","wiki_url":"https://oldschool.runescape.wiki/w/Bowl_wig","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":14730},"20113":{"id":20113,"name":"Arceuus hood","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Arceuus hood","wiki_url":"https://oldschool.runescape.wiki/w/Arceuus_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":27500},"20116":{"id":20116,"name":"Hosidius hood","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Hosidius hood","wiki_url":"https://oldschool.runescape.wiki/w/Hosidius_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":1737},"20119":{"id":20119,"name":"Lovakengj hood","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Lovakengj hood","wiki_url":"https://oldschool.runescape.wiki/w/Lovakengj_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":6969},"20122":{"id":20122,"name":"Piscarilius hood","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Piscarilius hood","wiki_url":"https://oldschool.runescape.wiki/w/Piscarilius_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":5008},"20125":{"id":20125,"name":"Shayzien hood","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Shayzien hood","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":45225},"20128":{"id":20128,"name":"Hood of darkness","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":70,"wiki_name":"Hood of darkness","wiki_url":"https://oldschool.runescape.wiki/w/Hood_of_darkness","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"magic":40,"defence":20}},"price":35923},"20131":{"id":20131,"name":"Robe top of darkness","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":120000,"lowalch":48000,"highalch":72000,"buy_limit":70,"wiki_name":"Robe top of darkness","wiki_url":"https://oldschool.runescape.wiki/w/Robe_top_of_darkness","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":20,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":20,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"magic":40,"defence":20}},"price":82430},"20134":{"id":20134,"name":"Gloves of darkness","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":70,"wiki_name":"Gloves of darkness","wiki_url":"https://oldschool.runescape.wiki/w/Gloves_of_darkness","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"magic":40,"defence":20}},"price":51510},"20137":{"id":20137,"name":"Robe bottom of darkness","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":70,"wiki_name":"Robe bottom of darkness","wiki_url":"https://oldschool.runescape.wiki/w/Robe_bottom_of_darkness","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"magic":40,"defence":20}},"price":66163},"20140":{"id":20140,"name":"Boots of darkness","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":70,"wiki_name":"Boots of darkness","wiki_url":"https://oldschool.runescape.wiki/w/Boots_of_darkness","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"magic":40,"defence":20}},"price":35641},"20143":{"id":20143,"name":"Dragon defender ornament kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Dragon defender ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_defender_ornament_kit","price":62066},"20146":{"id":20146,"name":"Gilded med helm","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":19200,"lowalch":7680,"highalch":11520,"buy_limit":70,"wiki_name":"Gilded med helm","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_med_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":0,"defence_stab":22,"defence_slash":23,"defence_crush":21,"defence_magic":-1,"defence_ranged":22,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":40}},"price":1991501},"20149":{"id":20149,"name":"Gilded chainbody","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50000,"lowalch":20000,"highalch":30000,"buy_limit":70,"wiki_name":"Gilded chainbody","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_chainbody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":0,"defence_stab":63,"defence_slash":72,"defence_crush":78,"defence_magic":-3,"defence_ranged":65,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":40}},"price":3851499},"20152":{"id":20152,"name":"Gilded sq shield","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":38400,"lowalch":15360,"highalch":23040,"buy_limit":70,"wiki_name":"Gilded sq shield","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_sq_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":0,"defence_stab":38,"defence_slash":40,"defence_crush":36,"defence_magic":0,"defence_ranged":38,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":1801999},"20155":{"id":20155,"name":"Gilded 2h sword","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":64000,"lowalch":25600,"highalch":38400,"buy_limit":70,"wiki_name":"Gilded 2h sword","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_2h_sword","equipment":{"attack_stab":-4,"attack_slash":69,"attack_crush":50,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":70,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":40}},"weapon":{"attack_speed":7,"weapon_type":"2h_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"smash","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":6432000},"20158":{"id":20158,"name":"Gilded spear","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":20800,"lowalch":8320,"highalch":12480,"buy_limit":70,"wiki_name":"Gilded spear","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_spear","equipment":{"attack_stab":36,"attack_slash":36,"attack_crush":36,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":40}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":5074527},"20161":{"id":20161,"name":"Gilded hasta","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":20800,"lowalch":8320,"highalch":12480,"buy_limit":70,"wiki_name":"Gilded hasta","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_hasta","equipment":{"attack_stab":36,"attack_slash":36,"attack_crush":36,"attack_magic":0,"attack_ranged":0,"defence_stab":-10,"defence_slash":-10,"defence_crush":-9,"defence_magic":0,"defence_ranged":-10,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":40}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":760499},"20164":{"id":20164,"name":"Large spade","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Large spade","wiki_url":"https://oldschool.runescape.wiki/w/Large_spade","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"20166":{"id":20166,"name":"Wooden shield (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":125,"wiki_name":"Wooden shield (g)","wiki_url":"https://oldschool.runescape.wiki/w/Wooden_shield_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":4,"defence_slash":5,"defence_crush":3,"defence_magic":1,"defence_ranged":4,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":39997},"20169":{"id":20169,"name":"Steel platebody (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":125,"wiki_name":"Steel platebody (g)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_platebody_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":32,"defence_slash":31,"defence_crush":24,"defence_magic":-6,"defence_ranged":31,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":5}},"price":3889},"20172":{"id":20172,"name":"Steel platelegs (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":125,"wiki_name":"Steel platelegs (g)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_platelegs_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":17,"defence_slash":16,"defence_crush":15,"defence_magic":-4,"defence_ranged":16,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":5}},"price":2250},"20175":{"id":20175,"name":"Steel plateskirt (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":125,"wiki_name":"Steel plateskirt (g)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_plateskirt_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":17,"defence_slash":16,"defence_crush":15,"defence_magic":-4,"defence_ranged":16,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":5}},"price":7506},"20178":{"id":20178,"name":"Steel full helm (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":550,"lowalch":220,"highalch":330,"buy_limit":125,"wiki_name":"Steel full helm (g)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_full_helm_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":9,"defence_slash":10,"defence_crush":7,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":5}},"price":12254},"20181":{"id":20181,"name":"Steel kiteshield (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":850,"lowalch":340,"highalch":510,"buy_limit":125,"wiki_name":"Steel kiteshield (g)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_kiteshield_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":13,"defence_slash":15,"defence_crush":14,"defence_magic":-1,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":5}},"price":10681},"20184":{"id":20184,"name":"Steel platebody (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":125,"wiki_name":"Steel platebody (t)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_platebody_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":32,"defence_slash":31,"defence_crush":24,"defence_magic":-6,"defence_ranged":31,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":5}},"price":2848},"20187":{"id":20187,"name":"Steel platelegs (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":125,"wiki_name":"Steel platelegs (t)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_platelegs_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":17,"defence_slash":16,"defence_crush":15,"defence_magic":-4,"defence_ranged":16,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":5}},"price":2730},"20190":{"id":20190,"name":"Steel plateskirt (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":125,"wiki_name":"Steel plateskirt (t)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_plateskirt_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":17,"defence_slash":16,"defence_crush":15,"defence_magic":-4,"defence_ranged":16,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":5}},"price":6068},"20193":{"id":20193,"name":"Steel full helm (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":550,"lowalch":220,"highalch":330,"buy_limit":125,"wiki_name":"Steel full helm (t)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_full_helm_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":9,"defence_slash":10,"defence_crush":7,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":5}},"price":4130},"20196":{"id":20196,"name":"Steel kiteshield (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":850,"lowalch":340,"highalch":510,"buy_limit":125,"wiki_name":"Steel kiteshield (t)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_kiteshield_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":13,"defence_slash":15,"defence_crush":14,"defence_magic":-1,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":5}},"price":7152},"20199":{"id":20199,"name":"Monk's robe top (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":4,"wiki_name":"Monk's robe top (g)","wiki_url":"https://oldschool.runescape.wiki/w/Monk's_robe_top_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"body","requirements":null},"price":4574812},"20202":{"id":20202,"name":"Monk's robe (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":4,"wiki_name":"Monk's robe (g)","wiki_url":"https://oldschool.runescape.wiki/w/Monk's_robe_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"legs","requirements":null},"price":2395959},"20205":{"id":20205,"name":"Golden chef's hat","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":4,"wiki_name":"Golden chef's hat","wiki_url":"https://oldschool.runescape.wiki/w/Golden_chef's_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":602749},"20208":{"id":20208,"name":"Golden apron","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":4,"wiki_name":"Golden apron","wiki_url":"https://oldschool.runescape.wiki/w/Golden_apron","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":349627},"20211":{"id":20211,"name":"Team cape zero","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":4,"wiki_name":"Team cape zero","wiki_url":"https://oldschool.runescape.wiki/w/Team_cape_zero","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":3555750},"20214":{"id":20214,"name":"Team cape x","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":4,"wiki_name":"Team cape x","wiki_url":"https://oldschool.runescape.wiki/w/Team_cape_x","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":1386500},"20217":{"id":20217,"name":"Team cape i","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":4,"wiki_name":"Team cape i","wiki_url":"https://oldschool.runescape.wiki/w/Team_cape_i","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":1252117},"20220":{"id":20220,"name":"Holy blessing","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":5,"wiki_name":"Holy blessing","wiki_url":"https://oldschool.runescape.wiki/w/Holy_blessing","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"ammo","requirements":null},"price":20969},"20223":{"id":20223,"name":"Unholy blessing","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":5,"wiki_name":"Unholy blessing","wiki_url":"https://oldschool.runescape.wiki/w/Unholy_blessing","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"ammo","requirements":null},"price":49551},"20226":{"id":20226,"name":"Peaceful blessing","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":5,"wiki_name":"Peaceful blessing","wiki_url":"https://oldschool.runescape.wiki/w/Peaceful_blessing","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"ammo","requirements":null},"price":13525},"20229":{"id":20229,"name":"Honourable blessing","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":5,"wiki_name":"Honourable blessing","wiki_url":"https://oldschool.runescape.wiki/w/Honourable_blessing","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"ammo","requirements":null},"price":27785},"20232":{"id":20232,"name":"War blessing","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":5,"wiki_name":"War blessing","wiki_url":"https://oldschool.runescape.wiki/w/War_blessing","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"ammo","requirements":null},"price":23247},"20235":{"id":20235,"name":"Ancient blessing","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":5,"wiki_name":"Ancient blessing","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_blessing","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"ammo","requirements":null},"price":15554},"20238":{"id":20238,"name":"Charge dragonstone jewellery scroll","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Charge dragonstone jewellery scroll","wiki_url":"https://oldschool.runescape.wiki/w/Charge_dragonstone_jewellery_scroll","price":155},"20240":{"id":20240,"name":"Crier coat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Crier coat","wiki_url":"https://oldschool.runescape.wiki/w/Crier_coat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":3651},"20243":{"id":20243,"name":"Crier bell","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Crier bell","wiki_url":"https://oldschool.runescape.wiki/w/Crier_bell","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":2569},"20246":{"id":20246,"name":"Black leprechaun hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Black leprechaun hat","wiki_url":"https://oldschool.runescape.wiki/w/Black_leprechaun_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":7859},"20249":{"id":20249,"name":"Clueless scroll","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Clueless scroll","wiki_url":"https://oldschool.runescape.wiki/w/Clueless_scroll","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"20251":{"id":20251,"name":"Arceuus banner","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":70,"lowalch":28,"highalch":42,"buy_limit":4,"wiki_name":"Arceuus banner","wiki_url":"https://oldschool.runescape.wiki/w/Arceuus_banner","equipment":{"attack_stab":12,"attack_slash":12,"attack_crush":12,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"polestaff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"20254":{"id":20254,"name":"Hosidius banner","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":70,"lowalch":28,"highalch":42,"buy_limit":4,"wiki_name":"Hosidius banner","wiki_url":"https://oldschool.runescape.wiki/w/Hosidius_banner","equipment":{"attack_stab":12,"attack_slash":12,"attack_crush":12,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"polestaff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":5832},"20257":{"id":20257,"name":"Lovakengj banner","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":70,"lowalch":28,"highalch":42,"buy_limit":4,"wiki_name":"Lovakengj banner","wiki_url":"https://oldschool.runescape.wiki/w/Lovakengj_banner","equipment":{"attack_stab":12,"attack_slash":12,"attack_crush":12,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"polestaff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":5591},"20260":{"id":20260,"name":"Piscarilius banner","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":70,"lowalch":28,"highalch":42,"buy_limit":4,"wiki_name":"Piscarilius banner","wiki_url":"https://oldschool.runescape.wiki/w/Piscarilius_banner","equipment":{"attack_stab":12,"attack_slash":12,"attack_crush":12,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"polestaff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":42535},"20263":{"id":20263,"name":"Shayzien banner","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":70,"lowalch":28,"highalch":42,"buy_limit":4,"wiki_name":"Shayzien banner","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_banner","equipment":{"attack_stab":12,"attack_slash":12,"attack_crush":12,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"polestaff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1007},"20266":{"id":20266,"name":"Black unicorn mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":4,"wiki_name":"Black unicorn mask","wiki_url":"https://oldschool.runescape.wiki/w/Black_unicorn_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":63249},"20269":{"id":20269,"name":"White unicorn mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":4,"wiki_name":"White unicorn mask","wiki_url":"https://oldschool.runescape.wiki/w/White_unicorn_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":13750},"20272":{"id":20272,"name":"Cabbage round shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"buy_limit":125,"wiki_name":"Cabbage round shield","wiki_url":"https://oldschool.runescape.wiki/w/Cabbage_round_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":24,"defence_slash":26,"defence_crush":22,"defence_magic":0,"defence_ranged":24,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":30}},"price":8142},"20275":{"id":20275,"name":"Gnomish firelighter","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":40,"wiki_name":"Gnomish firelighter (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Gnomish_firelighter#Uncharged","price":17136},"20278":{"id":20278,"name":"Gnomish firelighter","members":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Gnomish firelighter (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Gnomish_firelighter#Charged","price":0},"20280":{"id":20280,"name":"Puzzle box (master)","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Puzzle box (Zulrah)","wiki_url":"https://oldschool.runescape.wiki/w/Puzzle_box#Zulrah","price":0},"20281":{"id":20281,"name":"Puzzle box (master)","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Puzzle box (Cerberus)","wiki_url":"https://oldschool.runescape.wiki/w/Puzzle_box#Cerberus","price":0},"20282":{"id":20282,"name":"Puzzle box (master)","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Puzzle box (Gnome child)","wiki_url":"https://oldschool.runescape.wiki/w/Puzzle_box#Gnome_child","price":0},"20355":{"id":20355,"name":"Light box","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Light box","wiki_url":"https://oldschool.runescape.wiki/w/Light_box","price":0},"20358":{"id":20358,"name":"Clue geode (easy)","members":true,"cost":1,"wiki_name":"Clue geode (easy)","wiki_url":"https://oldschool.runescape.wiki/w/Clue_geode_(easy)","price":0},"20360":{"id":20360,"name":"Clue geode (medium)","members":true,"cost":1,"wiki_name":"Clue geode (medium)","wiki_url":"https://oldschool.runescape.wiki/w/Clue_geode_(medium)","price":0},"20362":{"id":20362,"name":"Clue geode (hard)","members":true,"cost":1,"wiki_name":"Clue geode (hard)","wiki_url":"https://oldschool.runescape.wiki/w/Clue_geode_(hard)","price":0},"20364":{"id":20364,"name":"Clue geode (elite)","members":true,"cost":1,"wiki_name":"Clue geode (elite)","wiki_url":"https://oldschool.runescape.wiki/w/Clue_geode_(elite)","price":0},"20366":{"id":20366,"name":"Amulet of torture (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":202000,"lowalch":80800,"highalch":121200,"wiki_name":"Amulet of torture (or)","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_torture_(or)","equipment":{"attack_stab":15,"attack_slash":15,"attack_crush":15,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":10,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"neck","requirements":{"hitpoints":75}},"price":0},"20368":{"id":20368,"name":"Armadyl godsword (or)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1250000,"lowalch":500000,"highalch":750000,"wiki_name":"Armadyl godsword (or)","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_godsword_(or)","equipment":{"attack_stab":0,"attack_slash":132,"attack_crush":80,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":132,"ranged_strength":0,"magic_damage":0,"prayer":8,"slot":"2h","requirements":{"attack":75}},"weapon":{"attack_speed":6,"weapon_type":"2h_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"smash","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"20370":{"id":20370,"name":"Bandos godsword (or)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1250000,"lowalch":500000,"highalch":750000,"wiki_name":"Bandos godsword (or)","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_godsword_(or)","equipment":{"attack_stab":0,"attack_slash":132,"attack_crush":80,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":132,"ranged_strength":0,"magic_damage":0,"prayer":8,"slot":"2h","requirements":{"attack":75}},"weapon":{"attack_speed":6,"weapon_type":"2h_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"smash","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"20372":{"id":20372,"name":"Saradomin godsword (or)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1250000,"lowalch":500000,"highalch":750000,"wiki_name":"Saradomin godsword (or)","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_godsword_(or)","equipment":{"attack_stab":0,"attack_slash":132,"attack_crush":80,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":132,"ranged_strength":0,"magic_damage":0,"prayer":8,"slot":"2h","requirements":{"attack":75}},"weapon":{"attack_speed":6,"weapon_type":"2h_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"smash","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"20374":{"id":20374,"name":"Zamorak godsword (or)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1250000,"lowalch":500000,"highalch":750000,"wiki_name":"Zamorak godsword (or)","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_godsword_(or)","equipment":{"attack_stab":0,"attack_slash":132,"attack_crush":80,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":132,"ranged_strength":0,"magic_damage":0,"prayer":8,"slot":"2h","requirements":{"attack":75}},"weapon":{"attack_speed":6,"weapon_type":"2h_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"smash","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"20376":{"id":20376,"name":"Steel trimmed set (lg)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":900,"lowalch":360,"highalch":540,"buy_limit":8,"wiki_name":"Steel trimmed set (lg)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_trimmed_set_(lg)","price":49281},"20379":{"id":20379,"name":"Steel trimmed set (sk)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":900,"lowalch":360,"highalch":540,"buy_limit":8,"wiki_name":"Steel trimmed set (sk)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_trimmed_set_(sk)","price":60283},"20382":{"id":20382,"name":"Steel gold-trimmed set (lg)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":900,"lowalch":360,"highalch":540,"buy_limit":8,"wiki_name":"Steel gold-trimmed set (lg)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_gold-trimmed_set_(lg)","price":52187},"20385":{"id":20385,"name":"Steel gold-trimmed set (sk)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":900,"lowalch":360,"highalch":540,"buy_limit":8,"wiki_name":"Steel gold-trimmed set (sk)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_gold-trimmed_set_(sk)","price":68784},"20389":{"id":20389,"name":"Dragon arrow","stackable":true,"equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dragon arrow (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_arrow_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":60,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":60}},"price":0},"20390":{"id":20390,"name":"Shark","noteable":true,"cost":100,"wiki_name":"Shark (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Shark_(Last_Man_Standing)","price":0},"20393":{"id":20393,"name":"Prayer potion(4)","noteable":true,"cost":400,"lowalch":160,"highalch":240,"wiki_name":"Prayer potion (Last Man Standing) (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Prayer_potion_(Last_Man_Standing)#4_dose","price":0},"20394":{"id":20394,"name":"Prayer potion(3)","noteable":true,"cost":300,"lowalch":120,"highalch":180,"wiki_name":"Prayer potion (Last Man Standing) (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Prayer_potion_(Last_Man_Standing)#3_dose","price":0},"20395":{"id":20395,"name":"Prayer potion(2)","noteable":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Prayer potion (Last Man Standing) (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Prayer_potion_(Last_Man_Standing)#2_dose","price":0},"20396":{"id":20396,"name":"Prayer potion(1)","noteable":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Prayer potion (Last Man Standing) (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Prayer_potion_(Last_Man_Standing)#1_dose","price":0},"20397":{"id":20397,"name":"Spear","tradeable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Spear (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Spear_(Last_Man_Standing)","equipment":{"attack_stab":22,"attack_slash":18,"attack_crush":0,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":2,"defence_crush":4,"defence_magic":0,"defence_ranged":0,"melee_strength":20,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"20405":{"id":20405,"name":"Abyssal whip","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":750,"wiki_name":"Abyssal whip (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_whip_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":82,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":82,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":70}},"weapon":{"attack_speed":4,"weapon_type":"whip","stances":[{"combat_style":"flick","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lash","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"deflect","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"20407":{"id":20407,"name":"Dragon dagger","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Dragon dagger (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_dagger_(Last_Man_Standing)","equipment":{"attack_stab":40,"attack_slash":25,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":40,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":60}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"20408":{"id":20408,"name":"Dark bow","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":50,"wiki_name":"Dark bow (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Dark_bow_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":95,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":60}},"weapon":{"attack_speed":9,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"20422":{"id":20422,"name":"Rune platelegs","equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Rune platelegs (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_platelegs_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":51,"defence_slash":49,"defence_crush":47,"defence_magic":-4,"defence_ranged":49,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":40}},"price":0},"20423":{"id":20423,"name":"Black d'hide body","equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Black d'hide body (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Black_d'hide_body_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":30,"defence_stab":30,"defence_slash":38,"defence_crush":45,"defence_magic":45,"defence_ranged":50,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"ranged":70,"defence":40}},"price":0},"20425":{"id":20425,"name":"Mystic robe top","equipable":true,"equipable_by_player":true,"cost":10,"wiki_name":"Mystic robe top (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_robe_top_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":20,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":20,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"magic":40,"defence":20}},"price":0},"20426":{"id":20426,"name":"Mystic robe bottom","equipable":true,"equipable_by_player":true,"cost":10,"wiki_name":"Mystic robe bottom (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_robe_bottom_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"magic":40,"defence":20}},"price":0},"20430":{"id":20430,"name":"Ancient magicks tablet","tradeable":true,"stackable":true,"cost":40,"wiki_name":"Ancient magicks tablet","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_magicks_tablet","price":0},"20433":{"id":20433,"name":"Evil chicken feet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Evil chicken feet","wiki_url":"https://oldschool.runescape.wiki/w/Evil_chicken_feet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":754542},"20436":{"id":20436,"name":"Evil chicken wings","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Evil chicken wings","wiki_url":"https://oldschool.runescape.wiki/w/Evil_chicken_wings","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":295009},"20439":{"id":20439,"name":"Evil chicken head","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Evil chicken head","wiki_url":"https://oldschool.runescape.wiki/w/Evil_chicken_head","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":1114501},"20442":{"id":20442,"name":"Evil chicken legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Evil chicken legs","wiki_url":"https://oldschool.runescape.wiki/w/Evil_chicken_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":262229},"20445":{"id":20445,"name":"Fire cape (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fire cape (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Fire_cape#Broken","price":0},"20447":{"id":20447,"name":"Fire max cape (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fire max cape (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Fire_max_cape#Broken","price":0},"20449":{"id":20449,"name":"Bronze defender (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bronze defender (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_defender#Broken","price":0},"20451":{"id":20451,"name":"Iron defender (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Iron defender (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_defender#Broken","price":0},"20453":{"id":20453,"name":"Steel defender (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Steel defender (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_defender#Broken","price":0},"20455":{"id":20455,"name":"Black defender (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Black defender (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Black_defender#Broken","price":0},"20457":{"id":20457,"name":"Mithril defender (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mithril defender (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_defender#Broken","price":0},"20459":{"id":20459,"name":"Adamant defender (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Adamant defender (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_defender#Broken","price":0},"20461":{"id":20461,"name":"Rune defender (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rune defender (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_defender#Broken","price":0},"20463":{"id":20463,"name":"Dragon defender (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dragon defender (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_defender#Broken","price":0},"20465":{"id":20465,"name":"Void knight top (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Void knight top (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Void_knight_top#Broken","price":0},"20467":{"id":20467,"name":"Elite void top (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Elite void top (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Elite_void_top#Broken","price":0},"20469":{"id":20469,"name":"Void knight robe (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Void knight robe (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Void_knight_robe#Broken","price":0},"20471":{"id":20471,"name":"Elite void robe (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Elite void robe (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Elite_void_robe#Broken","price":0},"20473":{"id":20473,"name":"Void knight mace (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Void knight mace (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Void_knight_mace#Broken","price":0},"20475":{"id":20475,"name":"Void knight gloves (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Void knight gloves (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Void_knight_gloves#Broken","price":0},"20477":{"id":20477,"name":"Void mage helm (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Void mage helm (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Void_mage_helm#Broken","price":0},"20479":{"id":20479,"name":"Void ranger helm (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Void ranger helm (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Void_ranger_helm#Broken","price":0},"20481":{"id":20481,"name":"Void melee helm (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Void melee helm (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Void_melee_helm#Broken","price":0},"20483":{"id":20483,"name":"Decorative sword (broken)","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Decorative sword (gold) (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_sword_(gold)#Broken","price":0},"20485":{"id":20485,"name":"Decorative armour (broken)","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Decorative armour (gold platebody) (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(gold_platebody)#Broken","price":0},"20487":{"id":20487,"name":"Decorative armour (broken)","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Decorative armour (gold platelegs) (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(gold_platelegs)#Broken","price":0},"20489":{"id":20489,"name":"Decorative helm (broken)","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Decorative helm (gold) (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_helm_(gold)#Broken","price":0},"20491":{"id":20491,"name":"Decorative shield (broken)","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Decorative shield (gold) (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_shield_(gold)#Broken","price":0},"20493":{"id":20493,"name":"Decorative armour (broken)","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Decorative armour (gold plateskirt) (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(gold_plateskirt)#Broken","price":0},"20495":{"id":20495,"name":"Decorative armour (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Decorative armour (magic top) (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(magic_top)#Broken","price":0},"20497":{"id":20497,"name":"Decorative armour (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Decorative armour (magic legs) (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(magic_legs)#Broken","price":0},"20499":{"id":20499,"name":"Decorative armour (broken)","members":true,"cost":45000,"lowalch":18000,"highalch":27000,"wiki_name":"Decorative armour (magic hat) (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(magic_hat)#Broken","price":0},"20501":{"id":20501,"name":"Decorative armour (broken)","members":true,"cost":48000,"lowalch":19200,"highalch":28800,"wiki_name":"Decorative armour (ranged top) (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(ranged_top)#Broken","price":0},"20503":{"id":20503,"name":"Decorative armour (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Decorative armour (ranged legs) (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(ranged_legs)#Broken","price":0},"20505":{"id":20505,"name":"Decorative armour (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Decorative armour (quiver) (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(quiver)#Broken","price":0},"20507":{"id":20507,"name":"Fighter hat (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fighter hat (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Fighter_hat#Broken","price":0},"20509":{"id":20509,"name":"Ranger hat (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ranger hat (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Ranger_hat#Broken","price":0},"20511":{"id":20511,"name":"Healer hat (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Healer hat (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Healer_hat#Broken","price":0},"20513":{"id":20513,"name":"Fighter torso (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fighter torso (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Fighter_torso#Broken","price":0},"20515":{"id":20515,"name":"Penance skirt (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Penance skirt (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Penance_skirt#Broken","price":0},"20517":{"id":20517,"name":"Elder chaos top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":800,"lowalch":320,"highalch":480,"buy_limit":8,"wiki_name":"Elder chaos top","wiki_url":"https://oldschool.runescape.wiki/w/Elder_chaos_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":10,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":8,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"body","requirements":{"magic":40}},"price":579687},"20520":{"id":20520,"name":"Elder chaos robe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":700,"lowalch":280,"highalch":420,"buy_limit":8,"wiki_name":"Elder chaos robe","wiki_url":"https://oldschool.runescape.wiki/w/Elder_chaos_robe","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":6,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":6,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"legs","requirements":{"magic":40}},"price":340256},"20523":{"id":20523,"name":"Catalytic rune pack","tradeable":true,"cost":75,"wiki_name":"Catalytic rune pack","wiki_url":"https://oldschool.runescape.wiki/w/Catalytic_rune_pack","price":0},"20524":{"id":20524,"name":"Elemental rune pack","tradeable":true,"cost":50,"wiki_name":"Elemental rune pack","wiki_url":"https://oldschool.runescape.wiki/w/Elemental_rune_pack","price":0},"20525":{"id":20525,"name":"Adamant arrow pack","tradeable":true,"cost":70,"wiki_name":"Adamant arrow pack","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_arrow_pack","price":0},"20526":{"id":20526,"name":"Bloody key","tradeable":true,"cost":1,"wiki_name":"Bloody key","wiki_url":"https://oldschool.runescape.wiki/w/Bloody_key","price":0},"20527":{"id":20527,"name":"Survival token","tradeable":true,"stackable":true,"cost":1,"wiki_name":"Survival token","wiki_url":"https://oldschool.runescape.wiki/w/Survival_token","price":0},"20532":{"id":20532,"name":"Stash units (easy)","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20533":{"id":20533,"name":"Stash units (medium)","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20534":{"id":20534,"name":"Stash units (hard)","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20535":{"id":20535,"name":"Stash units (elite)","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20536":{"id":20536,"name":"Stash units (master)","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20537":{"id":20537,"name":"Saradomin halo (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Saradomin halo (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_halo#Broken","price":0},"20539":{"id":20539,"name":"Zamorak halo (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Zamorak halo (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_halo#Broken","price":0},"20541":{"id":20541,"name":"Guthix halo (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Guthix halo (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_halo#Broken","price":0},"20543":{"id":20543,"name":"Reward casket (elite)","members":true,"stackable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Reward casket (elite)","wiki_url":"https://oldschool.runescape.wiki/w/Reward_casket_(elite)","price":0},"20544":{"id":20544,"name":"Reward casket (hard)","members":true,"stackable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Reward casket (hard)","wiki_url":"https://oldschool.runescape.wiki/w/Reward_casket_(hard)","price":0},"20545":{"id":20545,"name":"Reward casket (medium)","members":true,"stackable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Reward casket (medium)","wiki_url":"https://oldschool.runescape.wiki/w/Reward_casket_(medium)","price":0},"20546":{"id":20546,"name":"Reward casket (easy)","members":true,"stackable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Reward casket (easy)","wiki_url":"https://oldschool.runescape.wiki/w/Reward_casket_(easy)","price":0},"20548":{"id":20548,"name":"Super energy(4)","noteable":true,"cost":160,"lowalch":64,"highalch":96,"wiki_name":"Super energy (Last Man Standing) (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_energy_(Last_Man_Standing)#4_dose","price":0},"20549":{"id":20549,"name":"Super energy(3)","noteable":true,"cost":120,"lowalch":48,"highalch":72,"wiki_name":"Super energy (Last Man Standing) (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_energy_(Last_Man_Standing)#3_dose","price":0},"20550":{"id":20550,"name":"Super energy(2)","noteable":true,"cost":80,"lowalch":32,"highalch":48,"wiki_name":"Super energy (Last Man Standing) (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_energy_(Last_Man_Standing)#2_dose","price":0},"20551":{"id":20551,"name":"Super energy(1)","noteable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Super energy (Last Man Standing) (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_energy_(Last_Man_Standing)#1_dose","price":0},"20557":{"id":20557,"name":"Granite maul","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":30,"wiki_name":"Granite maul (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Granite_maul_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":81,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":79,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":50}},"weapon":{"attack_speed":7,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"20578":{"id":20578,"name":"Climbing boots","equipable":true,"equipable_by_player":true,"cost":250,"wiki_name":"Climbing boots (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Climbing_boots_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"20582":{"id":20582,"name":"Adamant gloves","equipable":true,"equipable_by_player":true,"cost":550,"lowalch":220,"highalch":330,"wiki_name":"Adamant gloves (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_gloves_(Last_Man_Standing)","equipment":{"attack_stab":7,"attack_slash":7,"attack_crush":7,"attack_magic":4,"attack_ranged":7,"defence_stab":7,"defence_slash":7,"defence_crush":7,"defence_magic":4,"defence_ranged":7,"melee_strength":7,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"20585":{"id":20585,"name":"Amulet of power","equipable":true,"equipable_by_player":true,"cost":550,"lowalch":220,"highalch":330,"wiki_name":"Amulet of power (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_power_(Last_Man_Standing)","equipment":{"attack_stab":6,"attack_slash":6,"attack_crush":6,"attack_magic":6,"attack_ranged":6,"defence_stab":6,"defence_slash":6,"defence_crush":6,"defence_magic":6,"defence_ranged":6,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"neck","requirements":null},"price":0},"20586":{"id":20586,"name":"Amulet of glory","equipable":true,"equipable_by_player":true,"cost":750,"wiki_name":"Amulet of glory (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_glory_(Last_Man_Standing)","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":10,"attack_magic":10,"attack_ranged":10,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":3,"defence_ranged":3,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"neck","requirements":null},"price":0},"20587":{"id":20587,"name":"Rope","noteable":true,"cost":1,"wiki_name":"Rope (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Rope_(Last_Man_Standing)","price":0},"20590":{"id":20590,"name":"Stale baguette","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":225,"lowalch":90,"highalch":135,"buy_limit":5,"wiki_name":"Stale baguette","wiki_url":"https://oldschool.runescape.wiki/w/Stale_baguette","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":712555},"20593":{"id":20593,"name":"Armadyl godsword","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100,"wiki_name":"Armadyl godsword (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_godsword_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":132,"attack_crush":80,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":132,"ranged_strength":0,"magic_damage":0,"prayer":8,"slot":"2h","requirements":{"attack":75}},"weapon":{"attack_speed":6,"weapon_type":"2h_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"smash","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"20594":{"id":20594,"name":"Bank filler","cost":0,"wiki_name":"Bank filler","wiki_url":"https://oldschool.runescape.wiki/w/Bank_filler","price":0},"20595":{"id":20595,"name":"Elder chaos hood","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":8,"wiki_name":"Elder chaos hood","wiki_url":"https://oldschool.runescape.wiki/w/Elder_chaos_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":5,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"head","requirements":{"magic":40}},"price":392568},"20598":{"id":20598,"name":"Ahrim's robetop","equipable":true,"equipable_by_player":true,"cost":50,"wiki_name":"Ahrim's robetop (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Ahrim's_robetop_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":30,"attack_ranged":-10,"defence_stab":52,"defence_slash":37,"defence_crush":63,"defence_magic":30,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"magic":70,"defence":70}},"price":0},"20599":{"id":20599,"name":"Ahrim's robeskirt","equipable":true,"equipable_by_player":true,"cost":50,"wiki_name":"Ahrim's robeskirt (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Ahrim's_robeskirt_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":22,"attack_ranged":-7,"defence_stab":33,"defence_slash":30,"defence_crush":36,"defence_magic":22,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"magic":70,"defence":70}},"price":0},"20601":{"id":20601,"name":"Wooden table","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20602":{"id":20602,"name":"Waxwood bed","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20603":{"id":20603,"name":"Carpet","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20604":{"id":20604,"name":"Wooden stool","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20607":{"id":20607,"name":"Rune arrow pack","tradeable":true,"cost":75,"wiki_name":"Rune arrow pack","wiki_url":"https://oldschool.runescape.wiki/w/Rune_arrow_pack","price":0},"20608":{"id":20608,"name":"Bloodier key","tradeable":true,"cost":1,"wiki_name":"Bloodier key","wiki_url":"https://oldschool.runescape.wiki/w/Bloodier_key","price":0},"20609":{"id":20609,"name":"Fairy enchantment","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Fairy enchantment","wiki_url":"https://oldschool.runescape.wiki/w/Fairy_enchantment","price":0},"20611":{"id":20611,"name":"Ancient signet","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ancient signet","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_signet","price":0},"20613":{"id":20613,"name":"Lunar signet","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Lunar signet","wiki_url":"https://oldschool.runescape.wiki/w/Lunar_signet","price":0},"20615":{"id":20615,"name":"Arceuus signet","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Arceuus signet","wiki_url":"https://oldschool.runescape.wiki/w/Arceuus_signet","price":0},"20617":{"id":20617,"name":"Ancient altar","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20618":{"id":20618,"name":"Lunar altar","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20619":{"id":20619,"name":"Dark altar","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20620":{"id":20620,"name":"Occult altar","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20623":{"id":20623,"name":"Mahogany adventure log","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20624":{"id":20624,"name":"Gilded adventure log","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20625":{"id":20625,"name":"Marble adventure log","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20626":{"id":20626,"name":"Basic jewellery box","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20627":{"id":20627,"name":"Fancy jewellery box","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20628":{"id":20628,"name":"Ornate jewellery box","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20629":{"id":20629,"name":"Boss lair display","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20630":{"id":20630,"name":"Mounted emblem","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20631":{"id":20631,"name":"Mounted coins","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20632":{"id":20632,"name":"Cape hanger","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20633":{"id":20633,"name":"Quest list","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20634":{"id":20634,"name":"Tip jar","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20636":{"id":20636,"name":"Fairy ring","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20637":{"id":20637,"name":"Spirit tree & fairy ring","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20638":{"id":20638,"name":"Topiary bush","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20639":{"id":20639,"name":"Restoration pool","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20640":{"id":20640,"name":"Revitalisation pool","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20641":{"id":20641,"name":"Rejuvenation pool","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20642":{"id":20642,"name":"Fancy rejuvenation pool","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20643":{"id":20643,"name":"Ornate rejuvenation pool","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20644":{"id":20644,"name":"Zen theme","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20645":{"id":20645,"name":"Otherworldly theme","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20646":{"id":20646,"name":"Volcanic theme","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20647":{"id":20647,"name":"Redwood fence","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20648":{"id":20648,"name":"Obsidian fence","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20649":{"id":20649,"name":"Teak garden bench","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20650":{"id":20650,"name":"Gnome bench","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20651":{"id":20651,"name":"Marble decorative bench","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20652":{"id":20652,"name":"Obsidian decorative bench","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20653":{"id":20653,"name":"Superior garden","incomplete":true,"cost":75000,"lowalch":30000,"highalch":45000,"price":0},"20654":{"id":20654,"name":"Achievement gallery","incomplete":true,"cost":200000,"lowalch":80000,"highalch":120000,"price":0},"20655":{"id":20655,"name":"Ring of suffering (r)","members":true,"equipable":true,"equipable_by_player":true,"cost":201000,"lowalch":80400,"highalch":120600,"wiki_name":"Ring of suffering (Recoil)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_suffering#Recoil","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":10,"defence_slash":10,"defence_crush":10,"defence_magic":10,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"ring","requirements":{"hitpoints":75}},"price":0},"20657":{"id":20657,"name":"Ring of suffering (ri)","members":true,"equipable":true,"equipable_by_player":true,"cost":201100,"lowalch":80440,"highalch":120660,"wiki_name":"Ring of suffering (i) (Recoil)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_suffering_(i)#Recoil","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":20,"defence_slash":20,"defence_crush":20,"defence_magic":20,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"ring","requirements":{"hitpoints":75}},"price":0},"20659":{"id":20659,"name":"Giant squirrel","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Giant squirrel (Giant)","wiki_url":"https://oldschool.runescape.wiki/w/Giant_squirrel#Giant","price":0},"20661":{"id":20661,"name":"Tangleroot","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tangleroot (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Tangleroot#Normal","price":0},"20663":{"id":20663,"name":"Rocky","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rocky (Raccoon)","wiki_url":"https://oldschool.runescape.wiki/w/Rocky#Raccoon","price":0},"20665":{"id":20665,"name":"Rift guardian","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rift guardian (Fire)","wiki_url":"https://oldschool.runescape.wiki/w/Rift_guardian#Fire","price":0},"20667":{"id":20667,"name":"Rift guardian","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rift guardian (Air)","wiki_url":"https://oldschool.runescape.wiki/w/Rift_guardian#Air","price":0},"20669":{"id":20669,"name":"Rift guardian","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rift guardian (Mind)","wiki_url":"https://oldschool.runescape.wiki/w/Rift_guardian#Mind","price":0},"20671":{"id":20671,"name":"Rift guardian","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rift guardian (Water)","wiki_url":"https://oldschool.runescape.wiki/w/Rift_guardian#Water","price":0},"20673":{"id":20673,"name":"Rift guardian","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rift guardian (Earth)","wiki_url":"https://oldschool.runescape.wiki/w/Rift_guardian#Earth","price":0},"20675":{"id":20675,"name":"Rift guardian","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rift guardian (Body)","wiki_url":"https://oldschool.runescape.wiki/w/Rift_guardian#Body","price":0},"20677":{"id":20677,"name":"Rift guardian","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rift guardian (Cosmic)","wiki_url":"https://oldschool.runescape.wiki/w/Rift_guardian#Cosmic","price":0},"20679":{"id":20679,"name":"Rift guardian","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rift guardian (Chaos)","wiki_url":"https://oldschool.runescape.wiki/w/Rift_guardian#Chaos","price":0},"20681":{"id":20681,"name":"Rift guardian","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rift guardian (Nature)","wiki_url":"https://oldschool.runescape.wiki/w/Rift_guardian#Nature","price":0},"20683":{"id":20683,"name":"Rift guardian","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rift guardian (Law)","wiki_url":"https://oldschool.runescape.wiki/w/Rift_guardian#Law","price":0},"20685":{"id":20685,"name":"Rift guardian","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rift guardian (Death)","wiki_url":"https://oldschool.runescape.wiki/w/Rift_guardian#Death","price":0},"20687":{"id":20687,"name":"Rift guardian","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rift guardian (Soul)","wiki_url":"https://oldschool.runescape.wiki/w/Rift_guardian#Soul","price":0},"20689":{"id":20689,"name":"Rift guardian","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rift guardian (Astral)","wiki_url":"https://oldschool.runescape.wiki/w/Rift_guardian#Astral","price":0},"20691":{"id":20691,"name":"Rift guardian","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rift guardian (Blood)","wiki_url":"https://oldschool.runescape.wiki/w/Rift_guardian#Blood","price":0},"20693":{"id":20693,"name":"Phoenix","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Phoenix (Regular)","wiki_url":"https://oldschool.runescape.wiki/w/Phoenix#Regular","price":0},"20695":{"id":20695,"name":"Bruma root","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bruma root","wiki_url":"https://oldschool.runescape.wiki/w/Bruma_root","price":0},"20696":{"id":20696,"name":"Bruma kindling","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bruma kindling","wiki_url":"https://oldschool.runescape.wiki/w/Bruma_kindling","price":0},"20697":{"id":20697,"name":"Rejuvenation potion (unf)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rejuvenation potion (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Rejuvenation_potion_(unf)","price":0},"20698":{"id":20698,"name":"Bruma herb","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bruma herb","wiki_url":"https://oldschool.runescape.wiki/w/Bruma_herb","price":0},"20699":{"id":20699,"name":"Rejuvenation potion (4)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rejuvenation potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Rejuvenation_potion#4_dose","price":0},"20700":{"id":20700,"name":"Rejuvenation potion (3)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rejuvenation potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Rejuvenation_potion#3_dose","price":0},"20701":{"id":20701,"name":"Rejuvenation potion (2)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rejuvenation potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Rejuvenation_potion#2_dose","price":0},"20702":{"id":20702,"name":"Rejuvenation potion (1)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rejuvenation potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Rejuvenation_potion#1_dose","price":0},"20703":{"id":20703,"name":"Supply crate","members":true,"cost":500,"wiki_name":"Supply crate","wiki_url":"https://oldschool.runescape.wiki/w/Supply_crate","price":0},"20704":{"id":20704,"name":"Pyromancer garb","members":true,"equipable":true,"equipable_by_player":true,"cost":800,"lowalch":320,"highalch":480,"wiki_name":"Pyromancer garb","wiki_url":"https://oldschool.runescape.wiki/w/Pyromancer_garb","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"20706":{"id":20706,"name":"Pyromancer robe","members":true,"equipable":true,"equipable_by_player":true,"cost":700,"lowalch":280,"highalch":420,"wiki_name":"Pyromancer robe","wiki_url":"https://oldschool.runescape.wiki/w/Pyromancer_robe","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"20708":{"id":20708,"name":"Pyromancer hood","members":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"wiki_name":"Pyromancer hood","wiki_url":"https://oldschool.runescape.wiki/w/Pyromancer_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"20710":{"id":20710,"name":"Pyromancer boots","members":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Pyromancer boots","wiki_url":"https://oldschool.runescape.wiki/w/Pyromancer_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"20712":{"id":20712,"name":"Warm gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Warm gloves","wiki_url":"https://oldschool.runescape.wiki/w/Warm_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"20714":{"id":20714,"name":"Tome of fire","members":true,"equipable":true,"equipable_by_player":true,"cost":20000,"lowalch":8000,"highalch":12000,"wiki_name":"Tome of fire (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Tome_of_fire#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":8,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":8,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"magic":50}},"price":0},"20716":{"id":20716,"name":"Tome of fire (empty)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20000,"lowalch":8000,"highalch":12000,"buy_limit":15,"wiki_name":"Tome of fire (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Tome_of_fire#Empty","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":8,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":8,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"magic":50}},"price":998473},"20718":{"id":20718,"name":"Burnt page","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":11000,"wiki_name":"Burnt page","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_page","price":2718},"20720":{"id":20720,"name":"Bruma torch","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bruma torch","wiki_url":"https://oldschool.runescape.wiki/w/Bruma_torch","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"unarmed","stances":[{"combat_style":"punch","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"kick","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"20722":{"id":20722,"name":"Emerald lantern","members":true,"cost":600,"lowalch":240,"highalch":360,"wiki_name":"Emerald lantern (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Emerald_lantern#Empty","price":0},"20724":{"id":20724,"name":"Imbued heart","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":500000,"lowalch":200000,"highalch":300000,"buy_limit":8,"wiki_name":"Imbued heart","wiki_url":"https://oldschool.runescape.wiki/w/Imbued_heart","price":111866451},"20727":{"id":20727,"name":"Leaf-bladed battleaxe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":96000,"lowalch":38400,"highalch":57600,"buy_limit":70,"wiki_name":"Leaf-bladed battleaxe","wiki_url":"https://oldschool.runescape.wiki/w/Leaf-bladed_battleaxe","equipment":{"attack_stab":-2,"attack_slash":72,"attack_crush":72,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":92,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":65,"slayer":55}},"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":59368},"20730":{"id":20730,"name":"Mist battlestaff","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":15500,"lowalch":6200,"highalch":9300,"buy_limit":8,"wiki_name":"Mist battlestaff","wiki_url":"https://oldschool.runescape.wiki/w/Mist_battlestaff","equipment":{"attack_stab":7,"attack_slash":-1,"attack_crush":28,"attack_magic":12,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":12,"defence_ranged":0,"melee_strength":35,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":30,"magic":30}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":92774},"20733":{"id":20733,"name":"Mystic mist staff","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":42500,"lowalch":17000,"highalch":25500,"buy_limit":8,"wiki_name":"Mystic mist staff","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_mist_staff","equipment":{"attack_stab":10,"attack_slash":-1,"attack_crush":40,"attack_magic":14,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":14,"defence_ranged":0,"melee_strength":50,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":40,"magic":40}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":128118},"20736":{"id":20736,"name":"Dust battlestaff","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":15500,"lowalch":6200,"highalch":9300,"buy_limit":8,"wiki_name":"Dust battlestaff","wiki_url":"https://oldschool.runescape.wiki/w/Dust_battlestaff","equipment":{"attack_stab":7,"attack_slash":-1,"attack_crush":28,"attack_magic":12,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":12,"defence_ranged":0,"melee_strength":35,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":30,"magic":30}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":25906},"20739":{"id":20739,"name":"Mystic dust staff","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":42500,"lowalch":17000,"highalch":25500,"buy_limit":8,"wiki_name":"Mystic dust staff","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_dust_staff","equipment":{"attack_stab":10,"attack_slash":-1,"attack_crush":40,"attack_magic":14,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":14,"defence_ranged":0,"melee_strength":50,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":40,"magic":40}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":63250},"20742":{"id":20742,"name":"Empty jug pack","tradeable":true,"noteable":true,"cost":140,"lowalch":56,"highalch":84,"wiki_name":"Empty jug pack","wiki_url":"https://oldschool.runescape.wiki/w/Empty_jug_pack","price":0},"20745":{"id":20745,"name":"Combat dummy","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20746":{"id":20746,"name":"Undead combat dummy","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"20747":{"id":20747,"name":"Bologa's blessing","members":true,"stackable":true,"cost":25,"lowalch":10,"highalch":15,"wiki_name":"Bologa's blessing","wiki_url":"https://oldschool.runescape.wiki/w/Bologa's_blessing","price":0},"20749":{"id":20749,"name":"Zamorak's grapes","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":11000,"wiki_name":"Zamorak's grapes","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak's_grapes","price":1206},"20752":{"id":20752,"name":"Zamorak's unfermented wine","members":true,"cost":60,"lowalch":24,"highalch":36,"wiki_name":"Zamorak's unfermented wine","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak's_unfermented_wine","price":0},"20754":{"id":20754,"name":"Giant key","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Giant key","wiki_url":"https://oldschool.runescape.wiki/w/Giant_key","price":0},"20756":{"id":20756,"name":"Hill giant club","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":60000,"lowalch":24000,"highalch":36000,"buy_limit":125,"wiki_name":"Hill giant club","wiki_url":"https://oldschool.runescape.wiki/w/Hill_giant_club","equipment":{"attack_stab":-4,"attack_slash":50,"attack_crush":65,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":70,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":40}},"weapon":{"attack_speed":7,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1288259},"20760":{"id":20760,"name":"Ardougne max cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"wiki_name":"Ardougne max cape","wiki_url":"https://oldschool.runescape.wiki/w/Ardougne_max_cape","equipment":{"attack_stab":6,"attack_slash":0,"attack_crush":0,"attack_magic":6,"attack_ranged":0,"defence_stab":6,"defence_slash":0,"defence_crush":0,"defence_magic":6,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"cape","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"20764":{"id":20764,"name":"Ardougne max hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ardougne max hood","wiki_url":"https://oldschool.runescape.wiki/w/Ardougne_max_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"20766":{"id":20766,"name":"Manor key","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Manor key (Halloween)","wiki_url":"https://oldschool.runescape.wiki/w/Manor_key#Halloween","price":0},"20767":{"id":20767,"name":"Ruby key","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ruby key (Halloween)","wiki_url":"https://oldschool.runescape.wiki/w/Ruby_key#Halloween","price":0},"20768":{"id":20768,"name":"Emerald key","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Emerald key (Halloween)","wiki_url":"https://oldschool.runescape.wiki/w/Emerald_key#Halloween","price":0},"20769":{"id":20769,"name":"Sapphire key","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sapphire key (Halloween)","wiki_url":"https://oldschool.runescape.wiki/w/Sapphire_key#Halloween","price":0},"20770":{"id":20770,"name":"Notes","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Notes (Misthalin Mystery - 1) (Halloween)","wiki_url":"https://oldschool.runescape.wiki/w/Notes_(Misthalin_Mystery_-_1)#Halloween","price":0},"20771":{"id":20771,"name":"Notes","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Notes (Misthalin Mystery - 2) (Halloween)","wiki_url":"https://oldschool.runescape.wiki/w/Notes_(Misthalin_Mystery_-_2)#Halloween","price":0},"20772":{"id":20772,"name":"Notes","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Notes (Misthalin Mystery - 3) (Halloween)","wiki_url":"https://oldschool.runescape.wiki/w/Notes_(Misthalin_Mystery_-_3)#Halloween","price":0},"20773":{"id":20773,"name":"Banshee mask","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Banshee mask","wiki_url":"https://oldschool.runescape.wiki/w/Banshee_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"20775":{"id":20775,"name":"Banshee top","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Banshee top","wiki_url":"https://oldschool.runescape.wiki/w/Banshee_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"20777":{"id":20777,"name":"Banshee robe","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Banshee robe","wiki_url":"https://oldschool.runescape.wiki/w/Banshee_robe","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"20779":{"id":20779,"name":"Hunting knife","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Hunting knife","wiki_url":"https://oldschool.runescape.wiki/w/Hunting_knife","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-100,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-100,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"20781":{"id":20781,"name":"Killer's knife","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Killer's knife (Halloween)","wiki_url":"https://oldschool.runescape.wiki/w/Killer's_knife#Halloween","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"20784":{"id":20784,"name":"Dragon claws","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100,"wiki_name":"Dragon claws (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_claws_(Last_Man_Standing)","equipment":{"attack_stab":41,"attack_slash":57,"attack_crush":-4,"attack_magic":0,"attack_ranged":0,"defence_stab":13,"defence_slash":26,"defence_crush":7,"defence_magic":0,"defence_ranged":0,"melee_strength":56,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":60}},"weapon":{"attack_speed":4,"weapon_type":"claw","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"20786":{"id":20786,"name":"Ring of wealth (i5)","members":true,"equipable":true,"equipable_by_player":true,"cost":17625,"lowalch":7050,"highalch":10575,"wiki_name":"Ring of wealth (i) (i5)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_wealth_(i)#(i5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"20787":{"id":20787,"name":"Ring of wealth (i4)","members":true,"equipable":true,"equipable_by_player":true,"cost":17625,"lowalch":7050,"highalch":10575,"wiki_name":"Ring of wealth (i) (i4)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_wealth_(i)#(i4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"20788":{"id":20788,"name":"Ring of wealth (i3)","members":true,"equipable":true,"equipable_by_player":true,"cost":17625,"lowalch":7050,"highalch":10575,"wiki_name":"Ring of wealth (i) (i3)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_wealth_(i)#(i3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"20789":{"id":20789,"name":"Ring of wealth (i2)","members":true,"equipable":true,"equipable_by_player":true,"cost":17625,"lowalch":7050,"highalch":10575,"wiki_name":"Ring of wealth (i) (i2)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_wealth_(i)#(i2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"20790":{"id":20790,"name":"Ring of wealth (i1)","members":true,"equipable":true,"equipable_by_player":true,"cost":17625,"lowalch":7050,"highalch":10575,"wiki_name":"Ring of wealth (i) (i1)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_wealth_(i)#(i1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"20791":{"id":20791,"name":"Extra supply crate","members":true,"cost":500,"wiki_name":"Extra supply crate","wiki_url":"https://oldschool.runescape.wiki/w/Extra_supply_crate","price":0},"20792":{"id":20792,"name":"Hardcore ironman helm","equipable":true,"equipable_by_player":true,"cost":0,"wiki_name":"Hardcore ironman helm","wiki_url":"https://oldschool.runescape.wiki/w/Hardcore_ironman_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":6,"defence_slash":7,"defence_crush":5,"defence_magic":-1,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"20794":{"id":20794,"name":"Hardcore ironman platebody","equipable":true,"equipable_by_player":true,"cost":0,"wiki_name":"Hardcore ironman platebody","wiki_url":"https://oldschool.runescape.wiki/w/Hardcore_ironman_platebody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":21,"defence_slash":20,"defence_crush":12,"defence_magic":-6,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"20796":{"id":20796,"name":"Hardcore ironman platelegs","equipable":true,"equipable_by_player":true,"cost":0,"wiki_name":"Hardcore ironman platelegs","wiki_url":"https://oldschool.runescape.wiki/w/Hardcore_ironman_platelegs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":11,"defence_slash":10,"defence_crush":10,"defence_magic":-4,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"20798":{"id":20798,"name":"Smelly journal","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Smelly journal","wiki_url":"https://oldschool.runescape.wiki/w/Smelly_journal","price":0},"20799":{"id":20799,"name":"Kindling","members":true,"tradeable":true,"stackable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Kindling (Chambers of Xeric)","wiki_url":"https://oldschool.runescape.wiki/w/Kindling_(Chambers_of_Xeric)","price":0},"20800":{"id":20800,"name":"Empty gourd vial","members":true,"tradeable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Empty gourd vial","wiki_url":"https://oldschool.runescape.wiki/w/Empty_gourd_vial","price":0},"20801":{"id":20801,"name":"Water-filled gourd vial","members":true,"tradeable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Water-filled gourd vial","wiki_url":"https://oldschool.runescape.wiki/w/Water-filled_gourd_vial","price":0},"20802":{"id":20802,"name":"Healer icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Healer icon (Full mutton)","wiki_url":"https://oldschool.runescape.wiki/w/Healer_icon#Full_mutton","price":0},"20832":{"id":20832,"name":"Snow globe","cost":1,"wiki_name":"Snow globe","wiki_url":"https://oldschool.runescape.wiki/w/Snow_globe","price":0},"20834":{"id":20834,"name":"Sack of presents","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Sack of presents","wiki_url":"https://oldschool.runescape.wiki/w/Sack_of_presents","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"20836":{"id":20836,"name":"Giant present","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Giant present","wiki_url":"https://oldschool.runescape.wiki/w/Giant_present","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"20838":{"id":20838,"name":"Corrupted helm","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Corrupted helm","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":6,"defence_slash":7,"defence_crush":5,"defence_magic":-1,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"20840":{"id":20840,"name":"Corrupted platebody","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Corrupted platebody","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_platebody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":21,"defence_slash":20,"defence_crush":12,"defence_magic":-6,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"20842":{"id":20842,"name":"Corrupted platelegs","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Corrupted platelegs","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_platelegs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":11,"defence_slash":10,"defence_crush":10,"defence_magic":-4,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"20844":{"id":20844,"name":"Corrupted plateskirt","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Corrupted plateskirt","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_plateskirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":11,"defence_slash":10,"defence_crush":10,"defence_magic":-4,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"20846":{"id":20846,"name":"Corrupted kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Corrupted kiteshield","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_kiteshield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":8,"defence_slash":10,"defence_crush":9,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"20849":{"id":20849,"name":"Dragon thrownaxe","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":750,"lowalch":300,"highalch":450,"buy_limit":11000,"wiki_name":"Dragon thrownaxe","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_thrownaxe","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":36,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":47,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":61}},"weapon":{"attack_speed":5,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":331},"20851":{"id":20851,"name":"Olmlet","members":true,"cost":1,"wiki_name":"Olmlet (Olmlet)","wiki_url":"https://oldschool.runescape.wiki/w/Olmlet#Olmlet","price":0},"20853":{"id":20853,"name":"Cave worms","members":true,"tradeable":true,"stackable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Cave worms","wiki_url":"https://oldschool.runescape.wiki/w/Cave_worms","price":0},"20854":{"id":20854,"name":"Burnt fish","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt fish (Chambers of Xeric)","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_fish_(Chambers_of_Xeric)","price":0},"20855":{"id":20855,"name":"Raw pysk fish (0)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Raw pysk fish (0)","wiki_url":"https://oldschool.runescape.wiki/w/Raw_pysk_fish_(0)","price":0},"20856":{"id":20856,"name":"Pysk fish (0)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pysk fish (0)","wiki_url":"https://oldschool.runescape.wiki/w/Pysk_fish_(0)","price":0},"20857":{"id":20857,"name":"Raw suphi fish (1)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Raw suphi fish (1)","wiki_url":"https://oldschool.runescape.wiki/w/Raw_suphi_fish_(1)","price":0},"20858":{"id":20858,"name":"Suphi fish (1)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Suphi fish (1)","wiki_url":"https://oldschool.runescape.wiki/w/Suphi_fish_(1)","price":0},"20859":{"id":20859,"name":"Raw leckish fish (2)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Raw leckish fish (2)","wiki_url":"https://oldschool.runescape.wiki/w/Raw_leckish_fish_(2)","price":0},"20860":{"id":20860,"name":"Leckish fish (2)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Leckish fish (2)","wiki_url":"https://oldschool.runescape.wiki/w/Leckish_fish_(2)","price":0},"20861":{"id":20861,"name":"Raw brawk fish (3)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Raw brawk fish (3)","wiki_url":"https://oldschool.runescape.wiki/w/Raw_brawk_fish_(3)","price":0},"20862":{"id":20862,"name":"Brawk fish (3)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Brawk fish (3)","wiki_url":"https://oldschool.runescape.wiki/w/Brawk_fish_(3)","price":0},"20863":{"id":20863,"name":"Raw mycil fish (4)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Raw mycil fish (4)","wiki_url":"https://oldschool.runescape.wiki/w/Raw_mycil_fish_(4)","price":0},"20864":{"id":20864,"name":"Mycil fish (4)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mycil fish (4)","wiki_url":"https://oldschool.runescape.wiki/w/Mycil_fish_(4)","price":0},"20865":{"id":20865,"name":"Raw roqed fish (5)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Raw roqed fish (5)","wiki_url":"https://oldschool.runescape.wiki/w/Raw_roqed_fish_(5)","price":0},"20866":{"id":20866,"name":"Roqed fish (5)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Roqed fish (5)","wiki_url":"https://oldschool.runescape.wiki/w/Roqed_fish_(5)","price":0},"20867":{"id":20867,"name":"Raw kyren fish (6)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Raw kyren fish (6)","wiki_url":"https://oldschool.runescape.wiki/w/Raw_kyren_fish_(6)","price":0},"20868":{"id":20868,"name":"Kyren fish (6)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Kyren fish (6)","wiki_url":"https://oldschool.runescape.wiki/w/Kyren_fish_(6)","price":0},"20869":{"id":20869,"name":"Burnt bat","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt bat","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_bat","price":0},"20870":{"id":20870,"name":"Raw guanic bat (0)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Raw guanic bat (0)","wiki_url":"https://oldschool.runescape.wiki/w/Raw_guanic_bat_(0)","price":0},"20871":{"id":20871,"name":"Guanic bat (0)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Guanic bat (0)","wiki_url":"https://oldschool.runescape.wiki/w/Guanic_bat_(0)","price":0},"20872":{"id":20872,"name":"Raw prael bat (1)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Raw prael bat (1)","wiki_url":"https://oldschool.runescape.wiki/w/Raw_prael_bat_(1)","price":0},"20873":{"id":20873,"name":"Prael bat (1)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Prael bat (1)","wiki_url":"https://oldschool.runescape.wiki/w/Prael_bat_(1)","price":0},"20874":{"id":20874,"name":"Raw giral bat (2)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Raw giral bat (2)","wiki_url":"https://oldschool.runescape.wiki/w/Raw_giral_bat_(2)","price":0},"20875":{"id":20875,"name":"Giral bat (2)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Giral bat (2)","wiki_url":"https://oldschool.runescape.wiki/w/Giral_bat_(2)","price":0},"20876":{"id":20876,"name":"Raw phluxia bat (3)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Raw phluxia bat (3)","wiki_url":"https://oldschool.runescape.wiki/w/Raw_phluxia_bat_(3)","price":0},"20877":{"id":20877,"name":"Phluxia bat (3)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Phluxia bat (3)","wiki_url":"https://oldschool.runescape.wiki/w/Phluxia_bat_(3)","price":0},"20878":{"id":20878,"name":"Raw kryket bat (4)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Raw kryket bat (4)","wiki_url":"https://oldschool.runescape.wiki/w/Raw_kryket_bat_(4)","price":0},"20879":{"id":20879,"name":"Kryket bat (4)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Kryket bat (4)","wiki_url":"https://oldschool.runescape.wiki/w/Kryket_bat_(4)","price":0},"20880":{"id":20880,"name":"Raw murng bat (5)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Raw murng bat (5)","wiki_url":"https://oldschool.runescape.wiki/w/Raw_murng_bat_(5)","price":0},"20881":{"id":20881,"name":"Murng bat (5)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Murng bat (5)","wiki_url":"https://oldschool.runescape.wiki/w/Murng_bat_(5)","price":0},"20882":{"id":20882,"name":"Raw psykk bat (6)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Raw psykk bat (6)","wiki_url":"https://oldschool.runescape.wiki/w/Raw_psykk_bat_(6)","price":0},"20883":{"id":20883,"name":"Psykk bat (6)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Psykk bat (6)","wiki_url":"https://oldschool.runescape.wiki/w/Psykk_bat_(6)","price":0},"20884":{"id":20884,"name":"Keystone crystal","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Keystone crystal","wiki_url":"https://oldschool.runescape.wiki/w/Keystone_crystal","price":0},"20885":{"id":20885,"name":"Cavern grubs","members":true,"tradeable":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cavern grubs","wiki_url":"https://oldschool.runescape.wiki/w/Cavern_grubs","price":0},"20886":{"id":20886,"name":"Creature keeper's journal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Creature keeper's journal","wiki_url":"https://oldschool.runescape.wiki/w/Creature_keeper's_journal","price":0},"20888":{"id":20888,"name":"Nistirio's manifesto","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Nistirio's manifesto","wiki_url":"https://oldschool.runescape.wiki/w/Nistirio's_manifesto","price":0},"20890":{"id":20890,"name":"Tekton's journal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tekton's journal","wiki_url":"https://oldschool.runescape.wiki/w/Tekton's_journal","price":0},"20892":{"id":20892,"name":"Medivaemia blossom","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Medivaemia blossom","wiki_url":"https://oldschool.runescape.wiki/w/Medivaemia_blossom","price":0},"20893":{"id":20893,"name":"Transdimensional notes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Transdimensional notes","wiki_url":"https://oldschool.runescape.wiki/w/Transdimensional_notes","price":0},"20895":{"id":20895,"name":"Vanguard judgement","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Vanguard judgement","wiki_url":"https://oldschool.runescape.wiki/w/Vanguard_judgement","price":0},"20897":{"id":20897,"name":"Houndmaster's diary","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Houndmaster's diary","wiki_url":"https://oldschool.runescape.wiki/w/Houndmaster's_diary","price":0},"20899":{"id":20899,"name":"Dark journal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dark journal","wiki_url":"https://oldschool.runescape.wiki/w/Dark_journal","price":0},"20901":{"id":20901,"name":"Grimy noxifer","members":true,"tradeable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Grimy noxifer","wiki_url":"https://oldschool.runescape.wiki/w/Grimy_noxifer","price":0},"20902":{"id":20902,"name":"Noxifer","members":true,"tradeable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Noxifer","wiki_url":"https://oldschool.runescape.wiki/w/Noxifer","price":0},"20903":{"id":20903,"name":"Noxifer seed","members":true,"tradeable":true,"stackable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Noxifer seed","wiki_url":"https://oldschool.runescape.wiki/w/Noxifer_seed","price":0},"20904":{"id":20904,"name":"Grimy golpar","members":true,"tradeable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Grimy golpar","wiki_url":"https://oldschool.runescape.wiki/w/Grimy_golpar","price":0},"20905":{"id":20905,"name":"Golpar","members":true,"tradeable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Golpar","wiki_url":"https://oldschool.runescape.wiki/w/Golpar","price":0},"20906":{"id":20906,"name":"Golpar seed","members":true,"tradeable":true,"stackable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Golpar seed","wiki_url":"https://oldschool.runescape.wiki/w/Golpar_seed","price":0},"20907":{"id":20907,"name":"Grimy buchu leaf","members":true,"tradeable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Grimy buchu leaf","wiki_url":"https://oldschool.runescape.wiki/w/Grimy_buchu_leaf","price":0},"20908":{"id":20908,"name":"Buchu leaf","members":true,"tradeable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Buchu leaf","wiki_url":"https://oldschool.runescape.wiki/w/Buchu_leaf","price":0},"20909":{"id":20909,"name":"Buchu seed","members":true,"tradeable":true,"stackable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Buchu seed","wiki_url":"https://oldschool.runescape.wiki/w/Buchu_seed","price":0},"20910":{"id":20910,"name":"Stinkhorn mushroom","members":true,"tradeable":true,"stackable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Stinkhorn mushroom","wiki_url":"https://oldschool.runescape.wiki/w/Stinkhorn_mushroom","price":0},"20911":{"id":20911,"name":"Endarkened juice","members":true,"tradeable":true,"stackable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Endarkened juice","wiki_url":"https://oldschool.runescape.wiki/w/Endarkened_juice","price":0},"20912":{"id":20912,"name":"Cicely","members":true,"tradeable":true,"stackable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Cicely","wiki_url":"https://oldschool.runescape.wiki/w/Cicely","price":0},"20913":{"id":20913,"name":"Elder (-)(1)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Elder (-) (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Elder_(-)#1_dose","price":0},"20914":{"id":20914,"name":"Elder (-)(2)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Elder (-) (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Elder_(-)#2_dose","price":0},"20915":{"id":20915,"name":"Elder (-)(3)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Elder (-) (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Elder_(-)#3_dose","price":0},"20916":{"id":20916,"name":"Elder (-)(4)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Elder (-) (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Elder_(-)#4_dose","price":0},"20917":{"id":20917,"name":"Elder potion (1)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Elder potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Elder_potion#1_dose","price":0},"20918":{"id":20918,"name":"Elder potion (2)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Elder potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Elder_potion#2_dose","price":0},"20919":{"id":20919,"name":"Elder potion (3)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Elder potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Elder_potion#3_dose","price":0},"20920":{"id":20920,"name":"Elder potion (4)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Elder potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Elder_potion#4_dose","price":0},"20921":{"id":20921,"name":"Elder (+)(1)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Elder (+) (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Elder_(+)#1_dose","price":0},"20922":{"id":20922,"name":"Elder (+)(2)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Elder (+) (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Elder_(+)#2_dose","price":0},"20923":{"id":20923,"name":"Elder (+)(3)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Elder (+) (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Elder_(+)#3_dose","price":0},"20924":{"id":20924,"name":"Elder (+)(4)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Elder (+) (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Elder_(+)#4_dose","price":0},"20925":{"id":20925,"name":"Twisted (-)(1)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Twisted (-) (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_(-)#1_dose","price":0},"20926":{"id":20926,"name":"Twisted (-)(2)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Twisted (-) (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_(-)#2_dose","price":0},"20927":{"id":20927,"name":"Twisted (-)(3)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Twisted (-) (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_(-)#3_dose","price":0},"20928":{"id":20928,"name":"Twisted (-)(4)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Twisted (-) (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_(-)#4_dose","price":0},"20929":{"id":20929,"name":"Twisted potion (1)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Twisted potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_potion#1_dose","price":0},"20930":{"id":20930,"name":"Twisted potion (2)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Twisted potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_potion#2_dose","price":0},"20931":{"id":20931,"name":"Twisted potion (3)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Twisted potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_potion#3_dose","price":0},"20932":{"id":20932,"name":"Twisted potion (4)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Twisted potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_potion#4_dose","price":0},"20933":{"id":20933,"name":"Twisted (+)(1)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Twisted (+) (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_(+)#1_dose","price":0},"20934":{"id":20934,"name":"Twisted (+)(2)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Twisted (+) (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_(+)#2_dose","price":0},"20935":{"id":20935,"name":"Twisted (+)(3)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Twisted (+) (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_(+)#3_dose","price":0},"20936":{"id":20936,"name":"Twisted (+)(4)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Twisted (+) (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_(+)#4_dose","price":0},"20937":{"id":20937,"name":"Kodai (-)(1)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Kodai (-) (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Kodai_(-)#1_dose","price":0},"20938":{"id":20938,"name":"Kodai (-)(2)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Kodai (-) (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Kodai_(-)#2_dose","price":0},"20939":{"id":20939,"name":"Kodai (-)(3)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Kodai (-) (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Kodai_(-)#3_dose","price":0},"20940":{"id":20940,"name":"Kodai (-)(4)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Kodai (-) (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Kodai_(-)#4_dose","price":0},"20941":{"id":20941,"name":"Kodai potion (1)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Kodai potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Kodai_potion#1_dose","price":0},"20942":{"id":20942,"name":"Kodai potion (2)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Kodai potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Kodai_potion#2_dose","price":0},"20943":{"id":20943,"name":"Kodai potion (3)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Kodai potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Kodai_potion#3_dose","price":0},"20944":{"id":20944,"name":"Kodai potion (4)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Kodai potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Kodai_potion#4_dose","price":0},"20945":{"id":20945,"name":"Kodai (+)(1)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Kodai (+) (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Kodai_(+)#1_dose","price":0},"20946":{"id":20946,"name":"Kodai (+)(2)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Kodai (+) (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Kodai_(+)#2_dose","price":0},"20947":{"id":20947,"name":"Kodai (+)(3)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Kodai (+) (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Kodai_(+)#3_dose","price":0},"20948":{"id":20948,"name":"Kodai (+)(4)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Kodai (+) (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Kodai_(+)#4_dose","price":0},"20949":{"id":20949,"name":"Revitalisation (-)(1)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Revitalisation (-) (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Revitalisation_(-)#1_dose","price":0},"20950":{"id":20950,"name":"Revitalisation (-)(2)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Revitalisation (-) (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Revitalisation_(-)#2_dose","price":0},"20951":{"id":20951,"name":"Revitalisation (-)(3)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Revitalisation (-) (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Revitalisation_(-)#3_dose","price":0},"20952":{"id":20952,"name":"Revitalisation (-)(4)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Revitalisation (-) (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Revitalisation_(-)#4_dose","price":0},"20953":{"id":20953,"name":"Revitalisation potion (1)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Revitalisation potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Revitalisation_potion#1_dose","price":0},"20954":{"id":20954,"name":"Revitalisation potion (2)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Revitalisation potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Revitalisation_potion#2_dose","price":0},"20955":{"id":20955,"name":"Revitalisation potion (3)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Revitalisation potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Revitalisation_potion#3_dose","price":0},"20956":{"id":20956,"name":"Revitalisation potion (4)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Revitalisation potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Revitalisation_potion#4_dose","price":0},"20957":{"id":20957,"name":"Revitalisation (+)(1)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Revitalisation (+) (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Revitalisation_(+)#1_dose","price":0},"20958":{"id":20958,"name":"Revitalisation (+)(2)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Revitalisation (+) (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Revitalisation_(+)#2_dose","price":0},"20959":{"id":20959,"name":"Revitalisation (+)(3)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Revitalisation (+) (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Revitalisation_(+)#3_dose","price":0},"20960":{"id":20960,"name":"Revitalisation (+)(4)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Revitalisation (+) (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Revitalisation_(+)#4_dose","price":0},"20961":{"id":20961,"name":"Prayer enhance (-)(1)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Prayer enhance (-) (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Prayer_enhance_(-)#1_dose","price":0},"20962":{"id":20962,"name":"Prayer enhance (-)(2)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Prayer enhance (-) (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Prayer_enhance_(-)#2_dose","price":0},"20963":{"id":20963,"name":"Prayer enhance (-)(3)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Prayer enhance (-) (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Prayer_enhance_(-)#3_dose","price":0},"20964":{"id":20964,"name":"Prayer enhance (-)(4)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Prayer enhance (-) (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Prayer_enhance_(-)#4_dose","price":0},"20965":{"id":20965,"name":"Prayer enhance (1)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Prayer enhance (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Prayer_enhance#1_dose","price":0},"20966":{"id":20966,"name":"Prayer enhance (2)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Prayer enhance (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Prayer_enhance#2_dose","price":0},"20967":{"id":20967,"name":"Prayer enhance (3)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Prayer enhance (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Prayer_enhance#3_dose","price":0},"20968":{"id":20968,"name":"Prayer enhance (4)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Prayer enhance (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Prayer_enhance#4_dose","price":0},"20969":{"id":20969,"name":"Prayer enhance (+)(1)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Prayer enhance (+) (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Prayer_enhance_(+)#1_dose","price":0},"20970":{"id":20970,"name":"Prayer enhance (+)(2)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Prayer enhance (+) (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Prayer_enhance_(+)#2_dose","price":0},"20971":{"id":20971,"name":"Prayer enhance (+)(3)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Prayer enhance (+) (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Prayer_enhance_(+)#3_dose","price":0},"20972":{"id":20972,"name":"Prayer enhance (+)(4)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Prayer enhance (+) (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Prayer_enhance_(+)#4_dose","price":0},"20973":{"id":20973,"name":"Xeric's aid (-)(1)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Xeric's aid (-) (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Xeric's_aid_(-)#1_dose","price":0},"20974":{"id":20974,"name":"Xeric's aid (-)(2)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Xeric's aid (-) (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Xeric's_aid_(-)#2_dose","price":0},"20975":{"id":20975,"name":"Xeric's aid (-)(3)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Xeric's aid (-) (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Xeric's_aid_(-)#3_dose","price":0},"20976":{"id":20976,"name":"Xeric's aid (-)(4)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Xeric's aid (-) (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Xeric's_aid_(-)#4_dose","price":0},"20977":{"id":20977,"name":"Xeric's aid (1)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Xeric's aid (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Xeric's_aid#1_dose","price":0},"20978":{"id":20978,"name":"Xeric's aid (2)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Xeric's aid (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Xeric's_aid#2_dose","price":0},"20979":{"id":20979,"name":"Xeric's aid (3)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Xeric's aid (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Xeric's_aid#3_dose","price":0},"20980":{"id":20980,"name":"Xeric's aid (4)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Xeric's aid (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Xeric's_aid#4_dose","price":0},"20981":{"id":20981,"name":"Xeric's aid (+)(1)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Xeric's aid (+) (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Xeric's_aid_(+)#1_dose","price":0},"20982":{"id":20982,"name":"Xeric's aid (+)(2)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Xeric's aid (+) (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Xeric's_aid_(+)#2_dose","price":0},"20983":{"id":20983,"name":"Xeric's aid (+)(3)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Xeric's aid (+) (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Xeric's_aid_(+)#3_dose","price":0},"20984":{"id":20984,"name":"Xeric's aid (+)(4)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Xeric's aid (+) (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Xeric's_aid_(+)#4_dose","price":0},"20985":{"id":20985,"name":"Overload (-)(1)","members":true,"tradeable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Overload (-) (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Overload_(-)#1_dose","price":0},"20986":{"id":20986,"name":"Overload (-)(2)","members":true,"tradeable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Overload (-) (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Overload_(-)#2_dose","price":0},"20987":{"id":20987,"name":"Overload (-)(3)","members":true,"tradeable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Overload (-) (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Overload_(-)#3_dose","price":0},"20988":{"id":20988,"name":"Overload (-)(4)","members":true,"tradeable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Overload (-) (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Overload_(-)#4_dose","price":0},"20989":{"id":20989,"name":"Overload (1)","members":true,"tradeable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Overload (Chambers of Xeric) (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Overload_(Chambers_of_Xeric)#1_dose","price":0},"20990":{"id":20990,"name":"Overload (2)","members":true,"tradeable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Overload (Chambers of Xeric) (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Overload_(Chambers_of_Xeric)#2_dose","price":0},"20991":{"id":20991,"name":"Overload (3)","members":true,"tradeable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Overload (Chambers of Xeric) (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Overload_(Chambers_of_Xeric)#3_dose","price":0},"20992":{"id":20992,"name":"Overload (4)","members":true,"tradeable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Overload (Chambers of Xeric) (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Overload_(Chambers_of_Xeric)#4_dose","price":0},"20993":{"id":20993,"name":"Overload (+)(1)","members":true,"tradeable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Overload (+) (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Overload_(+)#1_dose","price":0},"20994":{"id":20994,"name":"Overload (+)(2)","members":true,"tradeable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Overload (+) (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Overload_(+)#2_dose","price":0},"20995":{"id":20995,"name":"Overload (+)(3)","members":true,"tradeable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Overload (+) (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Overload_(+)#3_dose","price":0},"20996":{"id":20996,"name":"Overload (+)(4)","members":true,"tradeable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Overload (+) (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Overload_(+)#4_dose","price":0},"20997":{"id":20997,"name":"Twisted bow","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":4000000,"lowalch":1600000,"highalch":2400000,"buy_limit":8,"wiki_name":"Twisted bow","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_bow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":70,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":20,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":75}},"weapon":{"attack_speed":6,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":1649756620},"21000":{"id":21000,"name":"Twisted buckler","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"buy_limit":8,"wiki_name":"Twisted buckler","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_buckler","equipment":{"attack_stab":-7,"attack_slash":-8,"attack_crush":-7,"attack_magic":-10,"attack_ranged":18,"defence_stab":22,"defence_slash":24,"defence_crush":22,"defence_magic":26,"defence_ranged":58,"melee_strength":0,"ranged_strength":10,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":75,"ranged":75}},"price":18649158},"21003":{"id":21003,"name":"Elder maul","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":500010,"lowalch":200004,"highalch":300006,"buy_limit":8,"wiki_name":"Elder maul","wiki_url":"https://oldschool.runescape.wiki/w/Elder_maul","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":135,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":147,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":75,"strength":75}},"weapon":{"attack_speed":6,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":164749997},"21006":{"id":21006,"name":"Kodai wand","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":150000,"lowalch":60000,"highalch":90000,"buy_limit":8,"wiki_name":"Kodai wand","wiki_url":"https://oldschool.runescape.wiki/w/Kodai_wand","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":28,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":3,"defence_magic":20,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":15,"prayer":0,"slot":"weapon","requirements":{"magic":75}},"weapon":{"attack_speed":4,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":121356663},"21009":{"id":21009,"name":"Dragon sword","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":72001,"lowalch":28800,"highalch":43200,"buy_limit":70,"wiki_name":"Dragon sword","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_sword","equipment":{"attack_stab":65,"attack_slash":55,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":63,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":60}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":88962},"21012":{"id":21012,"name":"Dragon hunter crossbow","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":8,"wiki_name":"Dragon hunter crossbow","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_hunter_crossbow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":95,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":65}},"weapon":{"attack_speed":6,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":67021008},"21015":{"id":21015,"name":"Dinh's bulwark","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":560000,"lowalch":224000,"highalch":336000,"buy_limit":8,"wiki_name":"Dinh's bulwark","wiki_url":"https://oldschool.runescape.wiki/w/Dinh's_bulwark","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":124,"attack_magic":0,"attack_ranged":0,"defence_stab":106,"defence_slash":109,"defence_crush":109,"defence_magic":-10,"defence_ranged":148,"melee_strength":38,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":75,"defence":75}},"weapon":{"attack_speed":5,"weapon_type":"bulwark","stances":[{"combat_style":"pummel","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"block","attack_type":null,"attack_style":null,"experience":null,"boosts":null}]},"price":19851555},"21018":{"id":21018,"name":"Ancestral hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":45000,"lowalch":18000,"highalch":27000,"buy_limit":8,"wiki_name":"Ancestral hat","wiki_url":"https://oldschool.runescape.wiki/w/Ancestral_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":8,"attack_ranged":-2,"defence_stab":12,"defence_slash":11,"defence_crush":13,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":3,"prayer":0,"slot":"head","requirements":{"defence":65,"magic":75}},"price":65346386},"21021":{"id":21021,"name":"Ancestral robe top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":120000,"lowalch":48000,"highalch":72000,"buy_limit":8,"wiki_name":"Ancestral robe top","wiki_url":"https://oldschool.runescape.wiki/w/Ancestral_robe_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":35,"attack_ranged":-8,"defence_stab":42,"defence_slash":31,"defence_crush":51,"defence_magic":28,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":3,"prayer":0,"slot":"body","requirements":{"defence":65,"magic":75}},"price":186391784},"21024":{"id":21024,"name":"Ancestral robe bottom","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":8,"wiki_name":"Ancestral robe bottom","wiki_url":"https://oldschool.runescape.wiki/w/Ancestral_robe_bottom","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":26,"attack_ranged":-7,"defence_stab":27,"defence_slash":24,"defence_crush":30,"defence_magic":20,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":3,"prayer":0,"slot":"legs","requirements":{"defence":65,"magic":75}},"price":143733516},"21027":{"id":21027,"name":"Dark relic","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dark relic","wiki_url":"https://oldschool.runescape.wiki/w/Dark_relic","price":0},"21028":{"id":21028,"name":"Dragon harpoon","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":55000,"lowalch":22000,"highalch":33000,"buy_limit":5,"wiki_name":"Dragon harpoon","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_harpoon","equipment":{"attack_stab":38,"attack_slash":32,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":60}},"weapon":{"attack_speed":5,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1975480},"21031":{"id":21031,"name":"Infernal harpoon","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":99801,"lowalch":39920,"highalch":59880,"wiki_name":"Infernal harpoon (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Infernal_harpoon#Charged","equipment":{"attack_stab":38,"attack_slash":32,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":60}},"weapon":{"attack_speed":5,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"21033":{"id":21033,"name":"Infernal harpoon (uncharged)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":99800,"lowalch":39920,"highalch":59880,"wiki_name":"Infernal harpoon (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Infernal_harpoon#Uncharged","equipment":{"attack_stab":38,"attack_slash":32,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":60}},"weapon":{"attack_speed":5,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"21034":{"id":21034,"name":"Dexterous prayer scroll","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":5,"wiki_name":"Dexterous prayer scroll","wiki_url":"https://oldschool.runescape.wiki/w/Dexterous_prayer_scroll","price":17174098},"21036":{"id":21036,"name":"Mallignum root plank","members":true,"tradeable":true,"stackable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Mallignum root plank","wiki_url":"https://oldschool.runescape.wiki/w/Mallignum_root_plank","price":0},"21037":{"id":21037,"name":"Small storage unit","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"21038":{"id":21038,"name":"Medium storage unit","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"21039":{"id":21039,"name":"Large storage unit","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"21043":{"id":21043,"name":"Kodai insignia","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150000,"lowalch":60000,"highalch":90000,"buy_limit":8,"wiki_name":"Kodai insignia","wiki_url":"https://oldschool.runescape.wiki/w/Kodai_insignia","price":120316500},"21046":{"id":21046,"name":"Ancient tablet","members":true,"cost":75000,"wiki_name":"Ancient tablet","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_tablet","price":0},"21047":{"id":21047,"name":"Torn prayer scroll","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":5,"wiki_name":"Torn prayer scroll","wiki_url":"https://oldschool.runescape.wiki/w/Torn_prayer_scroll","price":47912},"21049":{"id":21049,"name":"Ancestral robes set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":145000,"lowalch":58000,"highalch":87000,"buy_limit":5,"wiki_name":"Ancestral robes set","wiki_url":"https://oldschool.runescape.wiki/w/Ancestral_robes_set","price":395121063},"21052":{"id":21052,"name":"Manor key","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Manor key (Quest)","wiki_url":"https://oldschool.runescape.wiki/w/Manor_key#Quest","price":0},"21053":{"id":21053,"name":"Ruby key","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ruby key (Quest)","wiki_url":"https://oldschool.runescape.wiki/w/Ruby_key#Quest","price":0},"21054":{"id":21054,"name":"Emerald key","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Emerald key (Quest)","wiki_url":"https://oldschool.runescape.wiki/w/Emerald_key#Quest","price":0},"21055":{"id":21055,"name":"Sapphire key","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sapphire key (Quest)","wiki_url":"https://oldschool.runescape.wiki/w/Sapphire_key#Quest","price":0},"21056":{"id":21056,"name":"Notes","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Notes (Misthalin Mystery - 1) (Quest)","wiki_url":"https://oldschool.runescape.wiki/w/Notes_(Misthalin_Mystery_-_1)#Quest","price":0},"21057":{"id":21057,"name":"Notes","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Notes (Misthalin Mystery - 2) (Quest)","wiki_url":"https://oldschool.runescape.wiki/w/Notes_(Misthalin_Mystery_-_2)#Quest","price":0},"21058":{"id":21058,"name":"Notes","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Notes (Misthalin Mystery - 3) (Quest)","wiki_url":"https://oldschool.runescape.wiki/w/Notes_(Misthalin_Mystery_-_3)#Quest","price":0},"21059":{"id":21059,"name":"Killer's knife","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Killer's knife (Quest)","wiki_url":"https://oldschool.runescape.wiki/w/Killer's_knife#Quest","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"21060":{"id":21060,"name":"Bandos godsword","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bandos godsword (Misthalin Mystery) (Quest)","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_godsword_(Misthalin_Mystery)#Quest","price":0},"21061":{"id":21061,"name":"Graceful hood","members":true,"equipable":true,"equipable_by_player":true,"cost":35,"lowalch":14,"highalch":21,"wiki_name":"Graceful hood (Agility Arena) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_hood_(Agility_Arena)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"21064":{"id":21064,"name":"Graceful cape","members":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Graceful cape (Agility Arena) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_cape_(Agility_Arena)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"21067":{"id":21067,"name":"Graceful top","members":true,"equipable":true,"equipable_by_player":true,"cost":55,"lowalch":22,"highalch":33,"wiki_name":"Graceful top (Agility Arena) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_top_(Agility_Arena)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"21070":{"id":21070,"name":"Graceful legs","members":true,"equipable":true,"equipable_by_player":true,"cost":60,"lowalch":24,"highalch":36,"wiki_name":"Graceful legs (Agility Arena) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_legs_(Agility_Arena)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"21073":{"id":21073,"name":"Graceful gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Graceful gloves (Agility Arena) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_gloves_(Agility_Arena)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"21076":{"id":21076,"name":"Graceful boots","members":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Graceful boots (Agility Arena) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_boots_(Agility_Arena)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"21079":{"id":21079,"name":"Arcane prayer scroll","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":5,"wiki_name":"Arcane prayer scroll","wiki_url":"https://oldschool.runescape.wiki/w/Arcane_prayer_scroll","price":6347459},"21081":{"id":21081,"name":"Opal ring","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1050,"lowalch":420,"highalch":630,"buy_limit":10000,"wiki_name":"Opal ring","wiki_url":"https://oldschool.runescape.wiki/w/Opal_ring","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":2000},"21084":{"id":21084,"name":"Jade ring","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1275,"lowalch":510,"highalch":765,"buy_limit":10000,"wiki_name":"Jade ring","wiki_url":"https://oldschool.runescape.wiki/w/Jade_ring","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":2571},"21087":{"id":21087,"name":"Topaz ring","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1425,"lowalch":570,"highalch":855,"buy_limit":10000,"wiki_name":"Topaz ring","wiki_url":"https://oldschool.runescape.wiki/w/Topaz_ring","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":6009},"21090":{"id":21090,"name":"Opal necklace","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1050,"lowalch":420,"highalch":630,"buy_limit":10000,"wiki_name":"Opal necklace","wiki_url":"https://oldschool.runescape.wiki/w/Opal_necklace","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":1986},"21093":{"id":21093,"name":"Jade necklace","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1275,"lowalch":510,"highalch":765,"buy_limit":10000,"wiki_name":"Jade necklace","wiki_url":"https://oldschool.runescape.wiki/w/Jade_necklace","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":876},"21096":{"id":21096,"name":"Topaz necklace","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1425,"lowalch":570,"highalch":855,"buy_limit":10000,"wiki_name":"Topaz necklace","wiki_url":"https://oldschool.runescape.wiki/w/Topaz_necklace","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":1277},"21099":{"id":21099,"name":"Opal amulet (u)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":900,"lowalch":360,"highalch":540,"buy_limit":10000,"wiki_name":"Opal amulet (u)","wiki_url":"https://oldschool.runescape.wiki/w/Opal_amulet_(u)","price":239},"21102":{"id":21102,"name":"Jade amulet (u)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1050,"lowalch":420,"highalch":630,"buy_limit":10000,"wiki_name":"Jade amulet (u)","wiki_url":"https://oldschool.runescape.wiki/w/Jade_amulet_(u)","price":885},"21105":{"id":21105,"name":"Topaz amulet (u)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1275,"lowalch":510,"highalch":765,"buy_limit":10000,"wiki_name":"Topaz amulet (u)","wiki_url":"https://oldschool.runescape.wiki/w/Topaz_amulet_(u)","price":2256},"21108":{"id":21108,"name":"Opal amulet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":900,"lowalch":360,"highalch":540,"buy_limit":10000,"wiki_name":"Opal amulet","wiki_url":"https://oldschool.runescape.wiki/w/Opal_amulet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":2550},"21111":{"id":21111,"name":"Jade amulet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1050,"lowalch":420,"highalch":630,"buy_limit":10000,"wiki_name":"Jade amulet","wiki_url":"https://oldschool.runescape.wiki/w/Jade_amulet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":1172},"21114":{"id":21114,"name":"Topaz amulet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1250,"lowalch":500,"highalch":750,"buy_limit":10000,"wiki_name":"Topaz amulet","wiki_url":"https://oldschool.runescape.wiki/w/Topaz_amulet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":2401},"21117":{"id":21117,"name":"Opal bracelet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1150,"lowalch":460,"highalch":690,"buy_limit":10000,"wiki_name":"Opal bracelet","wiki_url":"https://oldschool.runescape.wiki/w/Opal_bracelet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":2125},"21120":{"id":21120,"name":"Jade bracelet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1300,"lowalch":520,"highalch":780,"buy_limit":10000,"wiki_name":"Jade bracelet","wiki_url":"https://oldschool.runescape.wiki/w/Jade_bracelet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":793},"21123":{"id":21123,"name":"Topaz bracelet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1500,"lowalch":600,"highalch":900,"buy_limit":10000,"wiki_name":"Topaz bracelet","wiki_url":"https://oldschool.runescape.wiki/w/Topaz_bracelet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":2503},"21126":{"id":21126,"name":"Ring of pursuit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1050,"lowalch":420,"highalch":630,"buy_limit":100,"wiki_name":"Ring of pursuit","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_pursuit","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":3600},"21129":{"id":21129,"name":"Ring of returning(5)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1275,"lowalch":510,"highalch":765,"buy_limit":10000,"wiki_name":"Ring of returning (5)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_returning#(5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":2923},"21132":{"id":21132,"name":"Ring of returning(4)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1275,"lowalch":510,"highalch":765,"wiki_name":"Ring of returning (4)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_returning#(4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"21134":{"id":21134,"name":"Ring of returning(3)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1275,"lowalch":510,"highalch":765,"wiki_name":"Ring of returning (3)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_returning#(3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"21136":{"id":21136,"name":"Ring of returning(2)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1275,"lowalch":510,"highalch":765,"wiki_name":"Ring of returning (2)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_returning#(2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"21138":{"id":21138,"name":"Ring of returning(1)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1275,"lowalch":510,"highalch":765,"wiki_name":"Ring of returning (1)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_returning#(1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"21140":{"id":21140,"name":"Efaritay's aid","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1425,"lowalch":570,"highalch":855,"buy_limit":10000,"wiki_name":"Efaritay's aid","wiki_url":"https://oldschool.runescape.wiki/w/Efaritay's_aid","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":1650},"21143":{"id":21143,"name":"Dodgy necklace","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1050,"lowalch":420,"highalch":630,"buy_limit":10000,"wiki_name":"Dodgy necklace","wiki_url":"https://oldschool.runescape.wiki/w/Dodgy_necklace","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":2237},"21146":{"id":21146,"name":"Necklace of passage(5)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1275,"lowalch":510,"highalch":765,"buy_limit":10000,"wiki_name":"Necklace of passage (5)","wiki_url":"https://oldschool.runescape.wiki/w/Necklace_of_passage#(5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":2101},"21149":{"id":21149,"name":"Necklace of passage(4)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1275,"lowalch":510,"highalch":765,"wiki_name":"Necklace of passage (4)","wiki_url":"https://oldschool.runescape.wiki/w/Necklace_of_passage#(4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"21151":{"id":21151,"name":"Necklace of passage(3)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1275,"lowalch":510,"highalch":765,"wiki_name":"Necklace of passage (3)","wiki_url":"https://oldschool.runescape.wiki/w/Necklace_of_passage#(3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"21153":{"id":21153,"name":"Necklace of passage(2)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1275,"lowalch":510,"highalch":765,"wiki_name":"Necklace of passage (2)","wiki_url":"https://oldschool.runescape.wiki/w/Necklace_of_passage#(2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"21155":{"id":21155,"name":"Necklace of passage(1)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1275,"lowalch":510,"highalch":765,"wiki_name":"Necklace of passage (1)","wiki_url":"https://oldschool.runescape.wiki/w/Necklace_of_passage#(1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"21157":{"id":21157,"name":"Necklace of faith","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1425,"lowalch":570,"highalch":855,"buy_limit":10000,"wiki_name":"Necklace of faith","wiki_url":"https://oldschool.runescape.wiki/w/Necklace_of_faith","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":607},"21160":{"id":21160,"name":"Amulet of bounty","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":900,"lowalch":360,"highalch":540,"buy_limit":10000,"wiki_name":"Amulet of bounty","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_bounty","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":710},"21163":{"id":21163,"name":"Amulet of chemistry","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1050,"lowalch":420,"highalch":630,"buy_limit":10000,"wiki_name":"Amulet of chemistry","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_chemistry","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":1499},"21166":{"id":21166,"name":"Burning amulet(5)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1250,"lowalch":500,"highalch":750,"buy_limit":10000,"wiki_name":"Burning amulet (5)","wiki_url":"https://oldschool.runescape.wiki/w/Burning_amulet#(5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":2923},"21169":{"id":21169,"name":"Burning amulet(4)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1250,"lowalch":500,"highalch":750,"wiki_name":"Burning amulet (4)","wiki_url":"https://oldschool.runescape.wiki/w/Burning_amulet#(4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"21171":{"id":21171,"name":"Burning amulet(3)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1250,"lowalch":500,"highalch":750,"wiki_name":"Burning amulet (3)","wiki_url":"https://oldschool.runescape.wiki/w/Burning_amulet#(3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"21173":{"id":21173,"name":"Burning amulet(2)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1250,"lowalch":500,"highalch":750,"wiki_name":"Burning amulet (2)","wiki_url":"https://oldschool.runescape.wiki/w/Burning_amulet#(2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"21175":{"id":21175,"name":"Burning amulet(1)","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1250,"lowalch":500,"highalch":750,"wiki_name":"Burning amulet (1)","wiki_url":"https://oldschool.runescape.wiki/w/Burning_amulet#(1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"21177":{"id":21177,"name":"Expeditious bracelet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1150,"lowalch":460,"highalch":690,"buy_limit":15000,"wiki_name":"Expeditious bracelet","wiki_url":"https://oldschool.runescape.wiki/w/Expeditious_bracelet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":2267},"21180":{"id":21180,"name":"Flamtaer bracelet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1300,"lowalch":520,"highalch":780,"buy_limit":10000,"wiki_name":"Flamtaer bracelet","wiki_url":"https://oldschool.runescape.wiki/w/Flamtaer_bracelet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":492},"21183":{"id":21183,"name":"Bracelet of slaughter","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2500,"lowalch":1000,"highalch":1500,"buy_limit":10000,"wiki_name":"Bracelet of slaughter","wiki_url":"https://oldschool.runescape.wiki/w/Bracelet_of_slaughter","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":2643},"21186":{"id":21186,"name":"Fire max cape","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fire max cape (animation item)","wiki_url":"https://oldschool.runescape.wiki/w/Fire_max_cape_(animation_item)","price":0},"21187":{"id":21187,"name":"Rock golem","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rock golem (Tin)","wiki_url":"https://oldschool.runescape.wiki/w/Rock_golem#Tin","price":0},"21188":{"id":21188,"name":"Rock golem","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rock golem (Copper)","wiki_url":"https://oldschool.runescape.wiki/w/Rock_golem#Copper","price":0},"21189":{"id":21189,"name":"Rock golem","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rock golem (Iron)","wiki_url":"https://oldschool.runescape.wiki/w/Rock_golem#Iron","price":0},"21190":{"id":21190,"name":"Rock golem","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rock golem (Blurite)","wiki_url":"https://oldschool.runescape.wiki/w/Rock_golem#Blurite","price":0},"21191":{"id":21191,"name":"Rock golem","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rock golem (Silver)","wiki_url":"https://oldschool.runescape.wiki/w/Rock_golem#Silver","price":0},"21192":{"id":21192,"name":"Rock golem","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rock golem (Coal)","wiki_url":"https://oldschool.runescape.wiki/w/Rock_golem#Coal","price":0},"21193":{"id":21193,"name":"Rock golem","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rock golem (Gold)","wiki_url":"https://oldschool.runescape.wiki/w/Rock_golem#Gold","price":0},"21194":{"id":21194,"name":"Rock golem","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rock golem (Mithril)","wiki_url":"https://oldschool.runescape.wiki/w/Rock_golem#Mithril","price":0},"21195":{"id":21195,"name":"Rock golem","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rock golem (Granite)","wiki_url":"https://oldschool.runescape.wiki/w/Rock_golem#Granite","price":0},"21196":{"id":21196,"name":"Rock golem","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rock golem (Adamantite)","wiki_url":"https://oldschool.runescape.wiki/w/Rock_golem#Adamantite","price":0},"21197":{"id":21197,"name":"Rock golem","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rock golem (Runite)","wiki_url":"https://oldschool.runescape.wiki/w/Rock_golem#Runite","price":0},"21198":{"id":21198,"name":"Lava battlestaff","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":17005,"lowalch":6802,"highalch":10203,"wiki_name":"Lava battlestaff (or)","wiki_url":"https://oldschool.runescape.wiki/w/Lava_battlestaff_(or)","equipment":{"attack_stab":7,"attack_slash":-1,"attack_crush":28,"attack_magic":12,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":12,"defence_ranged":0,"melee_strength":35,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":30,"attack":30}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"21200":{"id":21200,"name":"Mystic lava staff","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":45005,"lowalch":18002,"highalch":27003,"wiki_name":"Mystic lava staff (or)","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_lava_staff_(or)","equipment":{"attack_stab":10,"attack_slash":-1,"attack_crush":40,"attack_magic":14,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":14,"defence_ranged":0,"melee_strength":50,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":40,"attack":40}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"21202":{"id":21202,"name":"Lava staff upgrade kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1500,"lowalch":600,"highalch":900,"buy_limit":50,"wiki_name":"Lava staff upgrade kit","wiki_url":"https://oldschool.runescape.wiki/w/Lava_staff_upgrade_kit","price":303391},"21205":{"id":21205,"name":"Elder maul","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Elder maul (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Elder_maul_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":135,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":147,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":75,"strength":75}},"weapon":{"attack_speed":6,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"21208":{"id":21208,"name":"Invitation list","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Invitation list","wiki_url":"https://oldschool.runescape.wiki/w/Invitation_list","price":0},"21209":{"id":21209,"name":"Birthday balloons","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Birthday balloons","wiki_url":"https://oldschool.runescape.wiki/w/Birthday_balloons","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"21211":{"id":21211,"name":"4th birthday hat","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"4th birthday hat","wiki_url":"https://oldschool.runescape.wiki/w/4th_birthday_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"21213":{"id":21213,"name":"Servant's money bag","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"21214":{"id":21214,"name":"Easter egg helm","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Easter egg helm","wiki_url":"https://oldschool.runescape.wiki/w/Easter_egg_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"21216":{"id":21216,"name":"Fruity easter egg","cost":1,"wiki_name":"Fruity easter egg","wiki_url":"https://oldschool.runescape.wiki/w/Fruity_easter_egg","price":0},"21217":{"id":21217,"name":"Fresh easter egg","cost":1,"wiki_name":"Fresh easter egg","wiki_url":"https://oldschool.runescape.wiki/w/Fresh_easter_egg","price":0},"21218":{"id":21218,"name":"Bitter easter egg","cost":1,"wiki_name":"Bitter easter egg","wiki_url":"https://oldschool.runescape.wiki/w/Bitter_easter_egg","price":0},"21219":{"id":21219,"name":"Earthy easter egg","cost":1,"wiki_name":"Earthy easter egg","wiki_url":"https://oldschool.runescape.wiki/w/Earthy_easter_egg","price":0},"21220":{"id":21220,"name":"Spicy easter egg","cost":1,"wiki_name":"Spicy easter egg","wiki_url":"https://oldschool.runescape.wiki/w/Spicy_easter_egg","price":0},"21221":{"id":21221,"name":"Meaty easter egg","cost":1,"wiki_name":"Meaty easter egg","wiki_url":"https://oldschool.runescape.wiki/w/Meaty_easter_egg","price":0},"21222":{"id":21222,"name":"Salted easter egg","cost":1,"wiki_name":"Salted easter egg","wiki_url":"https://oldschool.runescape.wiki/w/Salted_easter_egg","price":0},"21223":{"id":21223,"name":"Rich easter egg","cost":1,"wiki_name":"Rich easter egg","wiki_url":"https://oldschool.runescape.wiki/w/Rich_easter_egg","price":0},"21224":{"id":21224,"name":"Fluffy easter egg","cost":1,"wiki_name":"Fluffy easter egg","wiki_url":"https://oldschool.runescape.wiki/w/Fluffy_easter_egg","price":0},"21225":{"id":21225,"name":"Smoked easter egg","cost":1,"wiki_name":"Smoked easter egg","wiki_url":"https://oldschool.runescape.wiki/w/Smoked_easter_egg","price":0},"21226":{"id":21226,"name":"Fishy easter egg","cost":1,"wiki_name":"Fishy easter egg","wiki_url":"https://oldschool.runescape.wiki/w/Fishy_easter_egg","price":0},"21227":{"id":21227,"name":"Crunchy easter egg","cost":1,"wiki_name":"Crunchy easter egg","wiki_url":"https://oldschool.runescape.wiki/w/Crunchy_easter_egg","price":0},"21228":{"id":21228,"name":"Fruity chocolate mix","cost":1,"wiki_name":"Fruity chocolate mix","wiki_url":"https://oldschool.runescape.wiki/w/Fruity_chocolate_mix","price":0},"21229":{"id":21229,"name":"Fresh chocolate mix","cost":1,"wiki_name":"Fresh chocolate mix","wiki_url":"https://oldschool.runescape.wiki/w/Fresh_chocolate_mix","price":0},"21230":{"id":21230,"name":"Bitter chocolate mix","cost":1,"wiki_name":"Bitter chocolate mix","wiki_url":"https://oldschool.runescape.wiki/w/Bitter_chocolate_mix","price":0},"21231":{"id":21231,"name":"Earthy chocolate mix","cost":1,"wiki_name":"Earthy chocolate mix","wiki_url":"https://oldschool.runescape.wiki/w/Earthy_chocolate_mix","price":0},"21232":{"id":21232,"name":"Spicy chocolate mix","cost":1,"wiki_name":"Spicy chocolate mix","wiki_url":"https://oldschool.runescape.wiki/w/Spicy_chocolate_mix","price":0},"21233":{"id":21233,"name":"Meaty chocolate mix","cost":1,"wiki_name":"Meaty chocolate mix","wiki_url":"https://oldschool.runescape.wiki/w/Meaty_chocolate_mix","price":0},"21234":{"id":21234,"name":"Salted chocolate mix","cost":1,"wiki_name":"Salted chocolate mix","wiki_url":"https://oldschool.runescape.wiki/w/Salted_chocolate_mix","price":0},"21235":{"id":21235,"name":"Rich chocolate mix","cost":1,"wiki_name":"Rich chocolate mix","wiki_url":"https://oldschool.runescape.wiki/w/Rich_chocolate_mix","price":0},"21236":{"id":21236,"name":"Fluffy chocolate mix","cost":1,"wiki_name":"Fluffy chocolate mix","wiki_url":"https://oldschool.runescape.wiki/w/Fluffy_chocolate_mix","price":0},"21237":{"id":21237,"name":"Smoked chocolate mix","cost":1,"wiki_name":"Smoked chocolate mix","wiki_url":"https://oldschool.runescape.wiki/w/Smoked_chocolate_mix","price":0},"21238":{"id":21238,"name":"Fishy chocolate mix","cost":1,"wiki_name":"Fishy chocolate mix","wiki_url":"https://oldschool.runescape.wiki/w/Fishy_chocolate_mix","price":0},"21239":{"id":21239,"name":"Crunchy chocolate mix","cost":1,"wiki_name":"Crunchy chocolate mix","wiki_url":"https://oldschool.runescape.wiki/w/Crunchy_chocolate_mix","price":0},"21240":{"id":21240,"name":"Wester banana","cost":1,"wiki_name":"Wester banana","wiki_url":"https://oldschool.runescape.wiki/w/Wester_banana","price":0},"21241":{"id":21241,"name":"Wester papaya","cost":1,"wiki_name":"Wester papaya","wiki_url":"https://oldschool.runescape.wiki/w/Wester_papaya","price":0},"21242":{"id":21242,"name":"Wester lemon","cost":1,"wiki_name":"Wester lemon","wiki_url":"https://oldschool.runescape.wiki/w/Wester_lemon","price":0},"21243":{"id":21243,"name":"Bucket of wester sand","cost":1,"wiki_name":"Bucket of wester sand","wiki_url":"https://oldschool.runescape.wiki/w/Bucket_of_wester_sand","price":0},"21244":{"id":21244,"name":"Wester spices","cost":1,"wiki_name":"Wester spices","wiki_url":"https://oldschool.runescape.wiki/w/Wester_spices","price":0},"21245":{"id":21245,"name":"Beef fillet","cost":1,"wiki_name":"Beef fillet","wiki_url":"https://oldschool.runescape.wiki/w/Beef_fillet","price":0},"21246":{"id":21246,"name":"Sea salt","cost":1,"wiki_name":"Sea salt","wiki_url":"https://oldschool.runescape.wiki/w/Sea_salt","price":0},"21247":{"id":21247,"name":"Gold fragment","cost":1,"wiki_name":"Gold fragment","wiki_url":"https://oldschool.runescape.wiki/w/Gold_fragment","price":0},"21248":{"id":21248,"name":"Fluffy feathers","cost":1,"wiki_name":"Fluffy feathers","wiki_url":"https://oldschool.runescape.wiki/w/Fluffy_feathers","price":0},"21249":{"id":21249,"name":"Wester fish","cost":1,"wiki_name":"Wester fish","wiki_url":"https://oldschool.runescape.wiki/w/Wester_fish","price":0},"21250":{"id":21250,"name":"Rock","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rock (2017 Easter event)","wiki_url":"https://oldschool.runescape.wiki/w/Rock_(2017_Easter_event)","price":0},"21251":{"id":21251,"name":"Wester chocolate","cost":1,"wiki_name":"Wester chocolate","wiki_url":"https://oldschool.runescape.wiki/w/Wester_chocolate","price":0},"21252":{"id":21252,"name":"Egg mould","cost":1,"wiki_name":"Egg mould","wiki_url":"https://oldschool.runescape.wiki/w/Egg_mould","price":0},"21253":{"id":21253,"name":"Farmer's strawhat","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Farmer's strawhat (animation item) (Male)","wiki_url":"https://oldschool.runescape.wiki/w/Farmer's_strawhat_(animation_item)#Male","price":0},"21254":{"id":21254,"name":"Farmer's strawhat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Farmer's strawhat (animation item) (Female)","wiki_url":"https://oldschool.runescape.wiki/w/Farmer's_strawhat_(animation_item)#Female","price":0},"21255":{"id":21255,"name":"Slayer's staff (e)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":25000,"lowalch":10000,"highalch":15000,"wiki_name":"Slayer's staff (e)","wiki_url":"https://oldschool.runescape.wiki/w/Slayer's_staff_(e)","equipment":{"attack_stab":7,"attack_slash":-1,"attack_crush":25,"attack_magic":12,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":10,"defence_ranged":0,"melee_strength":35,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"slayer":55,"magic":50}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"21257":{"id":21257,"name":"Slayer's enchantment","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1200,"lowalch":480,"highalch":720,"buy_limit":500,"wiki_name":"Slayer's enchantment","wiki_url":"https://oldschool.runescape.wiki/w/Slayer's_enchantment","price":1680},"21259":{"id":21259,"name":"Enchanted scroll","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Enchanted scroll","wiki_url":"https://oldschool.runescape.wiki/w/Enchanted_scroll","price":0},"21260":{"id":21260,"name":"Enchanted quill","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Enchanted quill","wiki_url":"https://oldschool.runescape.wiki/w/Enchanted_quill","price":0},"21261":{"id":21261,"name":"Mysterious orb","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mysterious orb (Client of Kourend)","wiki_url":"https://oldschool.runescape.wiki/w/Mysterious_orb_(Client_of_Kourend)","price":0},"21262":{"id":21262,"name":"Antique lamp","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Antique lamp (Client of Kourend)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(Client_of_Kourend)","price":0},"21263":{"id":21263,"name":"Copper's crimson collar","members":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Copper's crimson collar","wiki_url":"https://oldschool.runescape.wiki/w/Copper's_crimson_collar","price":0},"21264":{"id":21264,"name":"Purple slayer helmet","members":true,"equipable":true,"equipable_by_player":true,"cost":40000,"lowalch":16000,"highalch":24000,"wiki_name":"Purple slayer helmet","wiki_url":"https://oldschool.runescape.wiki/w/Purple_slayer_helmet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":0},"21266":{"id":21266,"name":"Purple slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Purple slayer helmet (i) (Nightmare Zone)","wiki_url":"https://oldschool.runescape.wiki/w/Purple_slayer_helmet_(i)#Nightmare_Zone","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":0},"21268":{"id":21268,"name":"Slayer ring (eternal)","members":true,"equipable":true,"equipable_by_player":true,"cost":35300,"lowalch":14120,"highalch":21180,"wiki_name":"Slayer ring (eternal)","wiki_url":"https://oldschool.runescape.wiki/w/Slayer_ring_(eternal)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"21270":{"id":21270,"name":"Eternal gem","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":9500,"lowalch":3800,"highalch":5700,"buy_limit":8,"wiki_name":"Eternal gem","wiki_url":"https://oldschool.runescape.wiki/w/Eternal_gem","price":9087499},"21273":{"id":21273,"name":"Skotos","members":true,"cost":1,"wiki_name":"Skotos","wiki_url":"https://oldschool.runescape.wiki/w/Skotos","price":0},"21275":{"id":21275,"name":"Dark claw","members":true,"cost":2500,"wiki_name":"Dark claw","wiki_url":"https://oldschool.runescape.wiki/w/Dark_claw","price":0,"lowalch":1000,"highalch":1500},"21276":{"id":21276,"name":"Skull sceptre (i)","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Skull sceptre (i)","wiki_url":"https://oldschool.runescape.wiki/w/Skull_sceptre_(i)","equipment":{"attack_stab":0,"attack_slash":-1,"attack_crush":7,"attack_magic":10,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":4,"defence_ranged":0,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"21278":{"id":21278,"name":"Tzhaar-hur","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"21279":{"id":21279,"name":"Obsidian armour set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":126000,"lowalch":50400,"highalch":75600,"buy_limit":5,"wiki_name":"Obsidian armour set","wiki_url":"https://oldschool.runescape.wiki/w/Obsidian_armour_set","price":1865531},"21282":{"id":21282,"name":"Infernal max hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Infernal max hood","wiki_url":"https://oldschool.runescape.wiki/w/Infernal_max_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"21285":{"id":21285,"name":"Infernal max cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Infernal max cape (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Infernal_max_cape#Normal","equipment":{"attack_stab":4,"attack_slash":4,"attack_crush":4,"attack_magic":1,"attack_ranged":1,"defence_stab":12,"defence_slash":12,"defence_crush":12,"defence_magic":12,"defence_ranged":12,"melee_strength":8,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"cape","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"21287":{"id":21287,"name":"Infernal cape (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Infernal cape (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Infernal_cape#Broken","price":0},"21289":{"id":21289,"name":"Infernal max cape (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Infernal max cape (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Infernal_max_cape#Broken","price":0},"21291":{"id":21291,"name":"Jal-nib-rek","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Jal-nib-rek (Jal-Nib-Rek)","wiki_url":"https://oldschool.runescape.wiki/w/Jal-nib-rek#Jal-Nib-Rek","price":0},"21293":{"id":21293,"name":"Infernal eel","members":true,"cost":165,"lowalch":66,"highalch":99,"wiki_name":"Infernal eel","wiki_url":"https://oldschool.runescape.wiki/w/Infernal_eel","price":0},"21295":{"id":21295,"name":"Infernal cape","members":true,"equipable":true,"equipable_by_player":true,"cost":80000,"lowalch":32000,"highalch":48000,"wiki_name":"Infernal cape (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Infernal_cape#Normal","equipment":{"attack_stab":4,"attack_slash":4,"attack_crush":4,"attack_magic":1,"attack_ranged":1,"defence_stab":12,"defence_slash":12,"defence_crush":12,"defence_magic":12,"defence_ranged":12,"melee_strength":8,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"cape","requirements":null},"price":0},"21297":{"id":21297,"name":"Infernal cape","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Infernal cape (animation item)","wiki_url":"https://oldschool.runescape.wiki/w/Infernal_cape_(animation_item)","price":0},"21298":{"id":21298,"name":"Obsidian helmet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":56320,"lowalch":22528,"highalch":33792,"buy_limit":70,"wiki_name":"Obsidian helmet","wiki_url":"https://oldschool.runescape.wiki/w/Obsidian_helmet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":25,"defence_slash":23,"defence_crush":26,"defence_magic":0,"defence_ranged":24,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":60}},"price":511081},"21301":{"id":21301,"name":"Obsidian platebody","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":84000,"lowalch":33600,"highalch":50400,"buy_limit":70,"wiki_name":"Obsidian platebody","wiki_url":"https://oldschool.runescape.wiki/w/Obsidian_platebody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":55,"defence_slash":78,"defence_crush":56,"defence_magic":-15,"defence_ranged":60,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":60}},"price":750684},"21304":{"id":21304,"name":"Obsidian platelegs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":67000,"lowalch":26800,"highalch":40200,"buy_limit":70,"wiki_name":"Obsidian platelegs","wiki_url":"https://oldschool.runescape.wiki/w/Obsidian_platelegs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":46,"defence_slash":43,"defence_crush":41,"defence_magic":-10,"defence_ranged":40,"melee_strength":1,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":60}},"price":615423},"21307":{"id":21307,"name":"Rogue's equipment crate","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rogue's equipment crate","wiki_url":"https://oldschool.runescape.wiki/w/Rogue's_equipment_crate","price":0},"21308":{"id":21308,"name":"Red rainbow strand","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red rainbow strand","wiki_url":"https://oldschool.runescape.wiki/w/Red_rainbow_strand","price":0},"21309":{"id":21309,"name":"Orange rainbow strand","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Orange rainbow strand","wiki_url":"https://oldschool.runescape.wiki/w/Orange_rainbow_strand","price":0},"21310":{"id":21310,"name":"Yellow rainbow strand","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Yellow rainbow strand","wiki_url":"https://oldschool.runescape.wiki/w/Yellow_rainbow_strand","price":0},"21311":{"id":21311,"name":"Green rainbow strand","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Green rainbow strand","wiki_url":"https://oldschool.runescape.wiki/w/Green_rainbow_strand","price":0},"21312":{"id":21312,"name":"Blue rainbow strand","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue rainbow strand","wiki_url":"https://oldschool.runescape.wiki/w/Blue_rainbow_strand","price":0},"21313":{"id":21313,"name":"Purple rainbow strand","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Purple rainbow strand","wiki_url":"https://oldschool.runescape.wiki/w/Purple_rainbow_strand","price":0},"21314":{"id":21314,"name":"Rainbow scarf","equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"wiki_name":"Rainbow scarf","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_scarf","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"21316":{"id":21316,"name":"Amethyst broad bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":240,"lowalch":96,"highalch":144,"buy_limit":11000,"wiki_name":"Amethyst broad bolts","wiki_url":"https://oldschool.runescape.wiki/w/Amethyst_broad_bolts","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":115,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":61,"slayer":65}},"price":283},"21318":{"id":21318,"name":"Amethyst javelin","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":420,"lowalch":168,"highalch":252,"buy_limit":11000,"wiki_name":"Amethyst javelin (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Amethyst_javelin#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":135,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":65}},"price":320},"21320":{"id":21320,"name":"Amethyst javelin(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":420,"lowalch":168,"highalch":252,"buy_limit":7000,"wiki_name":"Amethyst javelin (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Amethyst_javelin#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":135,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":65}},"price":1},"21322":{"id":21322,"name":"Amethyst javelin(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":420,"lowalch":168,"highalch":252,"buy_limit":7000,"wiki_name":"Amethyst javelin (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Amethyst_javelin#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":135,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":65}},"price":308},"21324":{"id":21324,"name":"Amethyst javelin(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":420,"lowalch":168,"highalch":252,"buy_limit":7000,"wiki_name":"Amethyst javelin (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Amethyst_javelin#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":135,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":65}},"price":843},"21326":{"id":21326,"name":"Amethyst arrow","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":490,"lowalch":196,"highalch":294,"buy_limit":11000,"wiki_name":"Amethyst arrow (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Amethyst_arrow#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":55,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":50}},"price":219},"21328":{"id":21328,"name":"Amethyst fire arrow","members":true,"tradeable":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Amethyst fire arrow (Unlit)","wiki_url":"https://oldschool.runescape.wiki/w/Amethyst_fire_arrow#Unlit","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":55,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":50}},"price":0},"21330":{"id":21330,"name":"Amethyst fire arrow (lit)","members":true,"tradeable":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Amethyst fire arrow (Lit)","wiki_url":"https://oldschool.runescape.wiki/w/Amethyst_fire_arrow#Lit","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":55,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":50}},"price":0},"21332":{"id":21332,"name":"Amethyst arrow(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":490,"lowalch":196,"highalch":294,"buy_limit":11000,"wiki_name":"Amethyst arrow (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Amethyst_arrow#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":55,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":50}},"price":401},"21334":{"id":21334,"name":"Amethyst arrow(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":490,"lowalch":196,"highalch":294,"buy_limit":11000,"wiki_name":"Amethyst arrow (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Amethyst_arrow#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":55,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":50}},"price":646},"21336":{"id":21336,"name":"Amethyst arrow(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":490,"lowalch":196,"highalch":294,"buy_limit":11000,"wiki_name":"Amethyst arrow (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Amethyst_arrow#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":55,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":50}},"price":1313},"21338":{"id":21338,"name":"Amethyst bolt tips","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":11000,"wiki_name":"Amethyst bolt tips","wiki_url":"https://oldschool.runescape.wiki/w/Amethyst_bolt_tips","price":185},"21340":{"id":21340,"name":"Rock golem","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rock golem (Amethyst)","wiki_url":"https://oldschool.runescape.wiki/w/Rock_golem#Amethyst","price":0},"21341":{"id":21341,"name":"Unidentified minerals","members":true,"stackable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Unidentified minerals","wiki_url":"https://oldschool.runescape.wiki/w/Unidentified_minerals","price":0},"21343":{"id":21343,"name":"Mining gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":60,"lowalch":24,"highalch":36,"wiki_name":"Mining gloves","wiki_url":"https://oldschool.runescape.wiki/w/Mining_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"21345":{"id":21345,"name":"Superior mining gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":120,"lowalch":48,"highalch":72,"wiki_name":"Superior mining gloves","wiki_url":"https://oldschool.runescape.wiki/w/Superior_mining_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"21347":{"id":21347,"name":"Amethyst","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3900,"lowalch":1560,"highalch":2340,"buy_limit":13000,"wiki_name":"Amethyst","wiki_url":"https://oldschool.runescape.wiki/w/Amethyst","price":3515},"21350":{"id":21350,"name":"Amethyst arrowtips","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":245,"lowalch":98,"highalch":147,"buy_limit":10000,"wiki_name":"Amethyst arrowtips","wiki_url":"https://oldschool.runescape.wiki/w/Amethyst_arrowtips","price":246},"21352":{"id":21352,"name":"Amethyst javelin heads","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1520,"lowalch":608,"highalch":912,"buy_limit":10000,"wiki_name":"Amethyst javelin heads","wiki_url":"https://oldschool.runescape.wiki/w/Amethyst_javelin_heads","price":709},"21354":{"id":21354,"name":"Hand fan","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Hand fan","wiki_url":"https://oldschool.runescape.wiki/w/Hand_fan","price":0},"21356":{"id":21356,"name":"Minnow","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Minnow","wiki_url":"https://oldschool.runescape.wiki/w/Minnow","price":0},"21358":{"id":21358,"name":"Rock golem","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rock golem (Lovakite)","wiki_url":"https://oldschool.runescape.wiki/w/Rock_golem#Lovakite","price":0},"21359":{"id":21359,"name":"Rock golem","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rock golem (Elemental)","wiki_url":"https://oldschool.runescape.wiki/w/Rock_golem#Elemental","price":0},"21360":{"id":21360,"name":"Rock golem","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rock golem (Daeyalt)","wiki_url":"https://oldschool.runescape.wiki/w/Rock_golem#Daeyalt","price":0},"21387":{"id":21387,"name":"Master scroll book (empty)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":100,"wiki_name":"Master scroll book (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Master_scroll_book#Empty","price":152103},"21389":{"id":21389,"name":"Master scroll book","members":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Master scroll book (Filled)","wiki_url":"https://oldschool.runescape.wiki/w/Master_scroll_book#Filled","price":0},"21391":{"id":21391,"name":"Brutal black dragon","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"21392":{"id":21392,"name":"Expert mining gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":120,"lowalch":48,"highalch":72,"wiki_name":"Expert mining gloves","wiki_url":"https://oldschool.runescape.wiki/w/Expert_mining_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"21394":{"id":21394,"name":"Karambwanji","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Karambwanji","wiki_url":"https://oldschool.runescape.wiki/w/Karambwanji","price":0},"21396":{"id":21396,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (PvP Championship) (Helmet)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape_(PvP_Championship)#Helmet","price":0},"21397":{"id":21397,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (PvP Championship) (Goatee)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape_(PvP_Championship)#Goatee","price":0},"21398":{"id":21398,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (PvP Championship) (Long)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape_(PvP_Championship)#Long","price":0},"21399":{"id":21399,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (PvP Championship) (Medium)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape_(PvP_Championship)#Medium","price":0},"21400":{"id":21400,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (PvP Championship) (Small moustache)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape_(PvP_Championship)#Small_moustache","price":0},"21401":{"id":21401,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (PvP Championship) (Clean-shaven)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape_(PvP_Championship)#Clean-shaven","price":0},"21402":{"id":21402,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (PvP Championship) (Short)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape_(PvP_Championship)#Short","price":0},"21403":{"id":21403,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (PvP Championship) (Pointy)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape_(PvP_Championship)#Pointy","price":0},"21404":{"id":21404,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (PvP Championship) (Split)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape_(PvP_Championship)#Split","price":0},"21405":{"id":21405,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (PvP Championship) (Handlebar)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape_(PvP_Championship)#Handlebar","price":0},"21406":{"id":21406,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (PvP Championship) (Mutton)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape_(PvP_Championship)#Mutton","price":0},"21407":{"id":21407,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (PvP Championship) (Full mutton)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape_(PvP_Championship)#Full_mutton","price":0},"21408":{"id":21408,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (PvP Championship) (Big moustache)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape_(PvP_Championship)#Big_moustache","price":0},"21409":{"id":21409,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (PvP Championship) (Waxed moustache)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape_(PvP_Championship)#Waxed_moustache","price":0},"21410":{"id":21410,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (PvP Championship) (Dali)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape_(PvP_Championship)#Dali","price":0},"21411":{"id":21411,"name":"Clan wars cape","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clan wars cape (PvP Championship) (Vizier)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_wars_cape_(PvP_Championship)#Vizier","price":0},"21428":{"id":21428,"name":"Wilderness cape","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wilderness cape (Wilderness Wars) (Torvesta)","wiki_url":"https://oldschool.runescape.wiki/w/Wilderness_cape_(Wilderness_Wars)#Torvesta","price":0},"21429":{"id":21429,"name":"Wilderness cape","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wilderness cape (Wilderness Wars) (B0aty)","wiki_url":"https://oldschool.runescape.wiki/w/Wilderness_cape_(Wilderness_Wars)#B0aty","price":0},"21430":{"id":21430,"name":"Wilderness cape","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wilderness cape (Wilderness Wars) (Sick Nerd)","wiki_url":"https://oldschool.runescape.wiki/w/Wilderness_cape_(Wilderness_Wars)#Sick_Nerd","price":0},"21431":{"id":21431,"name":"Wilderness cape","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wilderness cape (Wilderness Wars) (Knightenator)","wiki_url":"https://oldschool.runescape.wiki/w/Wilderness_cape_(Wilderness_Wars)#Knightenator","price":0},"21432":{"id":21432,"name":"Wilderness cape","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wilderness cape (Wilderness Wars) (Mmorpgrs)","wiki_url":"https://oldschool.runescape.wiki/w/Wilderness_cape_(Wilderness_Wars)#Mmorpgrs","price":0},"21433":{"id":21433,"name":"Wilderness champion amulet","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wilderness champion amulet","wiki_url":"https://oldschool.runescape.wiki/w/Wilderness_champion_amulet","price":0},"21434":{"id":21434,"name":"Wilderness cape","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wilderness cape (Wilderness Wars, Champion) (Torvesta)","wiki_url":"https://oldschool.runescape.wiki/w/Wilderness_cape_(Wilderness_Wars,_Champion)#Torvesta","price":0},"21435":{"id":21435,"name":"Wilderness cape","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wilderness cape (Wilderness Wars, Champion) (B0aty)","wiki_url":"https://oldschool.runescape.wiki/w/Wilderness_cape_(Wilderness_Wars,_Champion)#B0aty","price":0},"21436":{"id":21436,"name":"Wilderness cape","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wilderness cape (Wilderness Wars, Champion) (Sick Nerd)","wiki_url":"https://oldschool.runescape.wiki/w/Wilderness_cape_(Wilderness_Wars,_Champion)#Sick_Nerd","price":0},"21437":{"id":21437,"name":"Wilderness cape","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wilderness cape (Wilderness Wars, Champion) (Knightenator)","wiki_url":"https://oldschool.runescape.wiki/w/Wilderness_cape_(Wilderness_Wars,_Champion)#Knightenator","price":0},"21438":{"id":21438,"name":"Wilderness cape","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wilderness cape (Wilderness Wars, Champion) (Mmorpgrs)","wiki_url":"https://oldschool.runescape.wiki/w/Wilderness_cape_(Wilderness_Wars,_Champion)#Mmorpgrs","price":0},"21439":{"id":21439,"name":"Champion's cape","members":true,"equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Champion's cape","wiki_url":"https://oldschool.runescape.wiki/w/Champion's_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"21469":{"id":21469,"name":"Teak seedling","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Teak seedling (Unwatered)","wiki_url":"https://oldschool.runescape.wiki/w/Teak_seedling#Unwatered","price":0},"21471":{"id":21471,"name":"Mahogany seedling","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mahogany seedling (Unwatered)","wiki_url":"https://oldschool.runescape.wiki/w/Mahogany_seedling#Unwatered","price":0},"21473":{"id":21473,"name":"Teak seedling (w)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Teak seedling (Watered)","wiki_url":"https://oldschool.runescape.wiki/w/Teak_seedling#Watered","price":0},"21475":{"id":21475,"name":"Mahogany seedling (w)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mahogany seedling (Watered)","wiki_url":"https://oldschool.runescape.wiki/w/Mahogany_seedling#Watered","price":0},"21477":{"id":21477,"name":"Teak sapling","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":200,"wiki_name":"Teak sapling","wiki_url":"https://oldschool.runescape.wiki/w/Teak_sapling","price":298},"21480":{"id":21480,"name":"Mahogany sapling","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":200,"wiki_name":"Mahogany sapling","wiki_url":"https://oldschool.runescape.wiki/w/Mahogany_sapling","price":1791},"21483":{"id":21483,"name":"Ultracompost","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":85,"lowalch":34,"highalch":51,"buy_limit":2000,"wiki_name":"Ultracompost","wiki_url":"https://oldschool.runescape.wiki/w/Ultracompost","price":678},"21486":{"id":21486,"name":"Teak seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":48,"lowalch":19,"highalch":28,"buy_limit":200,"wiki_name":"Teak seed","wiki_url":"https://oldschool.runescape.wiki/w/Teak_seed","price":15},"21488":{"id":21488,"name":"Mahogany seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":48,"lowalch":19,"highalch":28,"buy_limit":200,"wiki_name":"Mahogany seed","wiki_url":"https://oldschool.runescape.wiki/w/Mahogany_seed","price":868},"21490":{"id":21490,"name":"Seaweed spore","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":600,"wiki_name":"Seaweed spore","wiki_url":"https://oldschool.runescape.wiki/w/Seaweed_spore","price":98},"21504":{"id":21504,"name":"Giant seaweed","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":11000,"wiki_name":"Giant seaweed","wiki_url":"https://oldschool.runescape.wiki/w/Giant_seaweed","price":177},"21507":{"id":21507,"name":"Fossil island wyvern","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"21509":{"id":21509,"name":"Herbi","members":true,"cost":1,"wiki_name":"Herbi","wiki_url":"https://oldschool.runescape.wiki/w/Herbi","price":0},"21511":{"id":21511,"name":"Herbiboar","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"21512":{"id":21512,"name":"Bird house","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":250,"wiki_name":"Bird house (item)","wiki_url":"https://oldschool.runescape.wiki/w/Bird_house_(item)","price":988},"21515":{"id":21515,"name":"Oak bird house","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":250,"wiki_name":"Oak bird house","wiki_url":"https://oldschool.runescape.wiki/w/Oak_bird_house","price":1084},"21518":{"id":21518,"name":"Willow bird house","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":250,"wiki_name":"Willow bird house","wiki_url":"https://oldschool.runescape.wiki/w/Willow_bird_house","price":1314},"21521":{"id":21521,"name":"Teak bird house","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":250,"wiki_name":"Teak bird house","wiki_url":"https://oldschool.runescape.wiki/w/Teak_bird_house","price":1700},"21528":{"id":21528,"name":"Sawmill proposal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sawmill proposal","wiki_url":"https://oldschool.runescape.wiki/w/Sawmill_proposal","price":0},"21529":{"id":21529,"name":"Sawmill agreement","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sawmill agreement","wiki_url":"https://oldschool.runescape.wiki/w/Sawmill_agreement","price":0},"21530":{"id":21530,"name":"Bone charm","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bone charm","wiki_url":"https://oldschool.runescape.wiki/w/Bone_charm","price":0},"21531":{"id":21531,"name":"Potion of sealegs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Potion of sealegs","wiki_url":"https://oldschool.runescape.wiki/w/Potion_of_sealegs","price":0},"21532":{"id":21532,"name":"Iron ore fragment","members":true,"stackable":true,"cost":1,"wiki_name":"Iron ore fragment","wiki_url":"https://oldschool.runescape.wiki/w/Iron_ore_fragment","price":0},"21533":{"id":21533,"name":"Silver ore fragment","members":true,"stackable":true,"cost":1,"wiki_name":"Silver ore fragment","wiki_url":"https://oldschool.runescape.wiki/w/Silver_ore_fragment","price":0},"21534":{"id":21534,"name":"Coal fragment","members":true,"stackable":true,"cost":1,"wiki_name":"Coal fragment","wiki_url":"https://oldschool.runescape.wiki/w/Coal_fragment","price":0},"21535":{"id":21535,"name":"Gold ore fragment","members":true,"stackable":true,"cost":1,"wiki_name":"Gold ore fragment","wiki_url":"https://oldschool.runescape.wiki/w/Gold_ore_fragment","price":0},"21536":{"id":21536,"name":"Mithril ore fragment","members":true,"stackable":true,"cost":1,"wiki_name":"Mithril ore fragment","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_ore_fragment","price":0},"21537":{"id":21537,"name":"Adamantite ore fragment","members":true,"stackable":true,"cost":1,"wiki_name":"Adamantite ore fragment","wiki_url":"https://oldschool.runescape.wiki/w/Adamantite_ore_fragment","price":0},"21538":{"id":21538,"name":"Runite ore fragment","members":true,"stackable":true,"cost":1,"wiki_name":"Runite ore fragment","wiki_url":"https://oldschool.runescape.wiki/w/Runite_ore_fragment","price":0},"21539":{"id":21539,"name":"Heat-proof vessel","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Heat-proof vessel","wiki_url":"https://oldschool.runescape.wiki/w/Heat-proof_vessel","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"unarmed","stances":[{"combat_style":"punch","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"kick","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"21540":{"id":21540,"name":"Large rock","members":true,"cost":1,"wiki_name":"Large rock","wiki_url":"https://oldschool.runescape.wiki/w/Large_rock","price":0},"21541":{"id":21541,"name":"Volcanic mine teleport","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Volcanic mine teleport","wiki_url":"https://oldschool.runescape.wiki/w/Volcanic_mine_teleport","price":0},"21543":{"id":21543,"name":"Calcite","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":13000,"wiki_name":"Calcite","wiki_url":"https://oldschool.runescape.wiki/w/Calcite","price":66},"21545":{"id":21545,"name":"Pyrophosphite","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":13000,"wiki_name":"Pyrophosphite","wiki_url":"https://oldschool.runescape.wiki/w/Pyrophosphite","price":40},"21547":{"id":21547,"name":"Small enriched bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Small enriched bone","wiki_url":"https://oldschool.runescape.wiki/w/Small_enriched_bone","price":0},"21549":{"id":21549,"name":"Medium enriched bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Medium enriched bone","wiki_url":"https://oldschool.runescape.wiki/w/Medium_enriched_bone","price":0},"21551":{"id":21551,"name":"Large enriched bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Large enriched bone","wiki_url":"https://oldschool.runescape.wiki/w/Large_enriched_bone","price":0},"21553":{"id":21553,"name":"Rare enriched bone","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rare enriched bone","wiki_url":"https://oldschool.runescape.wiki/w/Rare_enriched_bone","price":0},"21555":{"id":21555,"name":"Numulite","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":30000,"wiki_name":"Numulite","wiki_url":"https://oldschool.runescape.wiki/w/Numulite","price":33},"21562":{"id":21562,"name":"Unidentified small fossil","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Unidentified small fossil","wiki_url":"https://oldschool.runescape.wiki/w/Unidentified_small_fossil","price":0},"21564":{"id":21564,"name":"Unidentified medium fossil","members":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Unidentified medium fossil","wiki_url":"https://oldschool.runescape.wiki/w/Unidentified_medium_fossil","price":0},"21566":{"id":21566,"name":"Unidentified large fossil","members":true,"cost":300,"lowalch":120,"highalch":180,"wiki_name":"Unidentified large fossil","wiki_url":"https://oldschool.runescape.wiki/w/Unidentified_large_fossil","price":0},"21568":{"id":21568,"name":"Unidentified rare fossil","members":true,"cost":1250,"lowalch":500,"highalch":750,"wiki_name":"Unidentified rare fossil","wiki_url":"https://oldschool.runescape.wiki/w/Unidentified_rare_fossil","price":0},"21570":{"id":21570,"name":"Small fossilised limbs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Small fossilised limbs","wiki_url":"https://oldschool.runescape.wiki/w/Small_fossilised_limbs","price":0},"21572":{"id":21572,"name":"Small fossilised spine","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Small fossilised spine","wiki_url":"https://oldschool.runescape.wiki/w/Small_fossilised_spine","price":0},"21574":{"id":21574,"name":"Small fossilised ribs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Small fossilised ribs","wiki_url":"https://oldschool.runescape.wiki/w/Small_fossilised_ribs","price":0},"21576":{"id":21576,"name":"Small fossilised pelvis","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Small fossilised pelvis","wiki_url":"https://oldschool.runescape.wiki/w/Small_fossilised_pelvis","price":0},"21578":{"id":21578,"name":"Small fossilised skull","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Small fossilised skull","wiki_url":"https://oldschool.runescape.wiki/w/Small_fossilised_skull","price":0},"21580":{"id":21580,"name":"Medium fossilised limbs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Medium fossilised limbs","wiki_url":"https://oldschool.runescape.wiki/w/Medium_fossilised_limbs","price":0},"21582":{"id":21582,"name":"Medium fossilised spine","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Medium fossilised spine","wiki_url":"https://oldschool.runescape.wiki/w/Medium_fossilised_spine","price":0},"21584":{"id":21584,"name":"Medium fossilised ribs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Medium fossilised ribs","wiki_url":"https://oldschool.runescape.wiki/w/Medium_fossilised_ribs","price":0},"21586":{"id":21586,"name":"Medium fossilised pelvis","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Medium fossilised pelvis","wiki_url":"https://oldschool.runescape.wiki/w/Medium_fossilised_pelvis","price":0},"21588":{"id":21588,"name":"Medium fossilised skull","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Medium fossilised skull","wiki_url":"https://oldschool.runescape.wiki/w/Medium_fossilised_skull","price":0},"21590":{"id":21590,"name":"Fossilised roots","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fossilised roots","wiki_url":"https://oldschool.runescape.wiki/w/Fossilised_roots","price":0},"21592":{"id":21592,"name":"Fossilised stump","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fossilised stump","wiki_url":"https://oldschool.runescape.wiki/w/Fossilised_stump","price":0},"21594":{"id":21594,"name":"Fossilised branch","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fossilised branch","wiki_url":"https://oldschool.runescape.wiki/w/Fossilised_branch","price":0},"21596":{"id":21596,"name":"Fossilised leaf","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fossilised leaf","wiki_url":"https://oldschool.runescape.wiki/w/Fossilised_leaf","price":0},"21598":{"id":21598,"name":"Fossilised mushroom","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fossilised mushroom","wiki_url":"https://oldschool.runescape.wiki/w/Fossilised_mushroom","price":0},"21600":{"id":21600,"name":"Large fossilised limbs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Large fossilised limbs","wiki_url":"https://oldschool.runescape.wiki/w/Large_fossilised_limbs","price":0},"21602":{"id":21602,"name":"Large fossilised spine","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Large fossilised spine","wiki_url":"https://oldschool.runescape.wiki/w/Large_fossilised_spine","price":0},"21604":{"id":21604,"name":"Large fossilised ribs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Large fossilised ribs","wiki_url":"https://oldschool.runescape.wiki/w/Large_fossilised_ribs","price":0},"21606":{"id":21606,"name":"Large fossilised pelvis","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Large fossilised pelvis","wiki_url":"https://oldschool.runescape.wiki/w/Large_fossilised_pelvis","price":0},"21608":{"id":21608,"name":"Large fossilised skull","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Large fossilised skull","wiki_url":"https://oldschool.runescape.wiki/w/Large_fossilised_skull","price":0},"21610":{"id":21610,"name":"Rare fossilised limbs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rare fossilised limbs","wiki_url":"https://oldschool.runescape.wiki/w/Rare_fossilised_limbs","price":0},"21612":{"id":21612,"name":"Rare fossilised spine","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rare fossilised spine","wiki_url":"https://oldschool.runescape.wiki/w/Rare_fossilised_spine","price":0},"21614":{"id":21614,"name":"Rare fossilised ribs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rare fossilised ribs","wiki_url":"https://oldschool.runescape.wiki/w/Rare_fossilised_ribs","price":0},"21616":{"id":21616,"name":"Rare fossilised pelvis","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rare fossilised pelvis","wiki_url":"https://oldschool.runescape.wiki/w/Rare_fossilised_pelvis","price":0},"21618":{"id":21618,"name":"Rare fossilised skull","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rare fossilised skull","wiki_url":"https://oldschool.runescape.wiki/w/Rare_fossilised_skull","price":0},"21620":{"id":21620,"name":"Rare fossilised tusk","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rare fossilised tusk","wiki_url":"https://oldschool.runescape.wiki/w/Rare_fossilised_tusk","price":0},"21622":{"id":21622,"name":"Volcanic ash","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":13000,"wiki_name":"Volcanic ash","wiki_url":"https://oldschool.runescape.wiki/w/Volcanic_ash","price":85},"21624":{"id":21624,"name":"Hoop snake","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Hoop snake (item)","wiki_url":"https://oldschool.runescape.wiki/w/Hoop_snake_(item)","price":0},"21626":{"id":21626,"name":"Sulliuscep cap","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":100,"wiki_name":"Sulliuscep cap","wiki_url":"https://oldschool.runescape.wiki/w/Sulliuscep_cap","price":4100},"21629":{"id":21629,"name":"Archaeologist's diary","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Archaeologist's diary","wiki_url":"https://oldschool.runescape.wiki/w/Archaeologist's_diary","price":0},"21631":{"id":21631,"name":"Ancient diary","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ancient diary","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_diary","price":0},"21633":{"id":21633,"name":"Ancient wyvern shield","members":true,"equipable":true,"equipable_by_player":true,"cost":2000000,"lowalch":800000,"highalch":1200000,"wiki_name":"Ancient wyvern shield (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_wyvern_shield#Charged","equipment":{"attack_stab":-10,"attack_slash":-10,"attack_crush":-10,"attack_magic":15,"attack_ranged":-10,"defence_stab":72,"defence_slash":80,"defence_crush":75,"defence_magic":15,"defence_ranged":-5,"melee_strength":-2,"ranged_strength":0,"magic_damage":2,"prayer":0,"slot":"shield","requirements":{"magic":70,"defence":75}},"price":0},"21634":{"id":21634,"name":"Ancient wyvern shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000000,"lowalch":800000,"highalch":1200000,"buy_limit":8,"wiki_name":"Ancient wyvern shield (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_wyvern_shield#Uncharged","equipment":{"attack_stab":-10,"attack_slash":-10,"attack_crush":-10,"attack_magic":15,"attack_ranged":-10,"defence_stab":22,"defence_slash":30,"defence_crush":25,"defence_magic":15,"defence_ranged":-55,"melee_strength":-2,"ranged_strength":0,"magic_damage":2,"prayer":0,"slot":"shield","requirements":{"magic":70,"defence":75}},"price":23100000},"21637":{"id":21637,"name":"Wyvern visage","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":750000,"lowalch":300000,"highalch":450000,"buy_limit":5,"wiki_name":"Wyvern visage","wiki_url":"https://oldschool.runescape.wiki/w/Wyvern_visage","price":22150002},"21640":{"id":21640,"name":"Antique lamp","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Antique lamp (fossil display) (Small fossil)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(fossil_display)#Small_fossil","price":0},"21641":{"id":21641,"name":"Antique lamp","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Antique lamp (fossil display) (Medium fossil)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(fossil_display)#Medium_fossil","price":0},"21642":{"id":21642,"name":"Antique lamp","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Antique lamp (fossil display) (Large/plant fossil)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(fossil_display)#Large/plant_fossil","price":0},"21643":{"id":21643,"name":"Granite boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":12500,"lowalch":5000,"highalch":7500,"buy_limit":70,"wiki_name":"Granite boots","wiki_url":"https://oldschool.runescape.wiki/w/Granite_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":15,"defence_slash":16,"defence_crush":17,"defence_magic":0,"defence_ranged":8,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"defence":50}},"price":227013},"21646":{"id":21646,"name":"Granite longsword","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":32000,"lowalch":12800,"highalch":19200,"buy_limit":70,"wiki_name":"Granite longsword","wiki_url":"https://oldschool.runescape.wiki/w/Granite_longsword","equipment":{"attack_stab":56,"attack_slash":65,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":62,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":50,"strength":50}},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":20024},"21649":{"id":21649,"name":"Merfolk trident","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":125,"wiki_name":"Merfolk trident","wiki_url":"https://oldschool.runescape.wiki/w/Merfolk_trident","equipment":{"attack_stab":8,"attack_slash":8,"attack_crush":8,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1600002},"21652":{"id":21652,"name":"Drift net","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":600,"wiki_name":"Drift net","wiki_url":"https://oldschool.runescape.wiki/w/Drift_net","price":4200},"21655":{"id":21655,"name":"Pufferfish","members":true,"cost":230,"lowalch":92,"highalch":138,"wiki_name":"Pufferfish","wiki_url":"https://oldschool.runescape.wiki/w/Pufferfish","price":0},"21656":{"id":21656,"name":"Mermaid's tear","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mermaid's tear","wiki_url":"https://oldschool.runescape.wiki/w/Mermaid's_tear","price":0},"21662":{"id":21662,"name":"Fossil island note book","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Fossil island note book","wiki_url":"https://oldschool.runescape.wiki/w/Fossil_island_note_book","price":0},"21664":{"id":21664,"name":"Scribbled note","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Scribbled note","wiki_url":"https://oldschool.runescape.wiki/w/Scribbled_note","price":0},"21666":{"id":21666,"name":"Partial note","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Partial note","wiki_url":"https://oldschool.runescape.wiki/w/Partial_note","price":0},"21668":{"id":21668,"name":"Ancient note","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Ancient note","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_note","price":0},"21670":{"id":21670,"name":"Ancient writings","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Ancient writings","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_writings","price":0},"21672":{"id":21672,"name":"Experimental note","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Experimental note","wiki_url":"https://oldschool.runescape.wiki/w/Experimental_note","price":0},"21674":{"id":21674,"name":"Paragraph of text","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Paragraph of text","wiki_url":"https://oldschool.runescape.wiki/w/Paragraph_of_text","price":0},"21676":{"id":21676,"name":"Musty smelling note","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Musty smelling note","wiki_url":"https://oldschool.runescape.wiki/w/Musty_smelling_note","price":0},"21678":{"id":21678,"name":"Hastily scrawled note","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Hastily scrawled note","wiki_url":"https://oldschool.runescape.wiki/w/Hastily_scrawled_note","price":0},"21680":{"id":21680,"name":"Old writing","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Old writing","wiki_url":"https://oldschool.runescape.wiki/w/Old_writing","price":0},"21682":{"id":21682,"name":"Short note","members":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Short note","wiki_url":"https://oldschool.runescape.wiki/w/Short_note","price":0},"21684":{"id":21684,"name":"Uncooked mushroom pie","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":16,"lowalch":6,"highalch":9,"buy_limit":13000,"wiki_name":"Uncooked mushroom pie","wiki_url":"https://oldschool.runescape.wiki/w/Uncooked_mushroom_pie","price":5200},"21687":{"id":21687,"name":"Half a mushroom pie","members":true,"tradeable":true,"noteable":true,"cost":15,"lowalch":6,"highalch":9,"wiki_name":"Mushroom pie (Half)","wiki_url":"https://oldschool.runescape.wiki/w/Mushroom_pie#Half","price":0},"21690":{"id":21690,"name":"Mushroom pie","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":10000,"wiki_name":"Mushroom pie (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Mushroom_pie#Full","price":2458},"21693":{"id":21693,"name":"Bowl of fish","members":true,"stackable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Bowl of fish","wiki_url":"https://oldschool.runescape.wiki/w/Bowl_of_fish","price":0},"21695":{"id":21695,"name":"Runefest shield","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Runefest shield","wiki_url":"https://oldschool.runescape.wiki/w/Runefest_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"21697":{"id":21697,"name":"Ash covered tome","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ash covered tome","wiki_url":"https://oldschool.runescape.wiki/w/Ash_covered_tome","price":0},"21698":{"id":21698,"name":"Tzhaar air rune pack","members":true,"tradeable":true,"noteable":true,"cost":430,"lowalch":172,"highalch":258,"wiki_name":"Tzhaar air rune pack","wiki_url":"https://oldschool.runescape.wiki/w/Tzhaar_air_rune_pack","price":0},"21701":{"id":21701,"name":"Tzhaar water rune pack","members":true,"tradeable":true,"noteable":true,"cost":430,"lowalch":172,"highalch":258,"wiki_name":"Tzhaar water rune pack","wiki_url":"https://oldschool.runescape.wiki/w/Tzhaar_water_rune_pack","price":0},"21704":{"id":21704,"name":"Tzhaar earth rune pack","members":true,"tradeable":true,"noteable":true,"cost":430,"lowalch":172,"highalch":258,"wiki_name":"Tzhaar earth rune pack","wiki_url":"https://oldschool.runescape.wiki/w/Tzhaar_earth_rune_pack","price":0},"21707":{"id":21707,"name":"Tzhaar fire rune pack","members":true,"tradeable":true,"noteable":true,"cost":430,"lowalch":172,"highalch":258,"wiki_name":"Tzhaar fire rune pack","wiki_url":"https://oldschool.runescape.wiki/w/Tzhaar_fire_rune_pack","price":0},"21710":{"id":21710,"name":"Death note","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Death note","wiki_url":"https://oldschool.runescape.wiki/w/Death_note","price":0},"21711":{"id":21711,"name":"Murky potion","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Murky potion","wiki_url":"https://oldschool.runescape.wiki/w/Murky_potion","price":0},"21712":{"id":21712,"name":"Spectral potion","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Spectral potion","wiki_url":"https://oldschool.runescape.wiki/w/Spectral_potion","price":0},"21713":{"id":21713,"name":"Tomberries","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Tomberries","wiki_url":"https://oldschool.runescape.wiki/w/Tomberries","price":0},"21714":{"id":21714,"name":"Tattered book","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Tattered book","wiki_url":"https://oldschool.runescape.wiki/w/Tattered_book","price":0},"21715":{"id":21715,"name":"Note","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Note (2017 Halloween event)","wiki_url":"https://oldschool.runescape.wiki/w/Note_(2017_Halloween_event)","price":0},"21716":{"id":21716,"name":"Carved gem","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Carved gem","wiki_url":"https://oldschool.runescape.wiki/w/Carved_gem","price":0},"21717":{"id":21717,"name":"Time bubble","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Time bubble","wiki_url":"https://oldschool.runescape.wiki/w/Time_bubble","price":0},"21718":{"id":21718,"name":"Traiborn note","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Traiborn note","wiki_url":"https://oldschool.runescape.wiki/w/Traiborn_note","price":0},"21719":{"id":21719,"name":"Jonas mask","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Jonas mask (During event)","wiki_url":"https://oldschool.runescape.wiki/w/Jonas_mask#During_event","price":0},"21720":{"id":21720,"name":"Jonas mask","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Jonas mask (Reward)","wiki_url":"https://oldschool.runescape.wiki/w/Jonas_mask#Reward","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"21722":{"id":21722,"name":"Diving helmet","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Diving helmet","wiki_url":"https://oldschool.runescape.wiki/w/Diving_helmet","price":0},"21723":{"id":21723,"name":"Diving apparatus","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Diving apparatus (2017 Halloween event)","wiki_url":"https://oldschool.runescape.wiki/w/Diving_apparatus_(2017_Halloween_event)","price":0},"21724":{"id":21724,"name":"Brittle key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Brittle key","wiki_url":"https://oldschool.runescape.wiki/w/Brittle_key","price":0},"21726":{"id":21726,"name":"Granite dust","members":true,"stackable":true,"cost":80,"lowalch":32,"highalch":48,"wiki_name":"Granite dust","wiki_url":"https://oldschool.runescape.wiki/w/Granite_dust","price":0},"21728":{"id":21728,"name":"Granite cannonball","members":true,"stackable":true,"cost":85,"lowalch":34,"highalch":51,"wiki_name":"Granite cannonball","wiki_url":"https://oldschool.runescape.wiki/w/Granite_cannonball","price":0},"21730":{"id":21730,"name":"Black tourmaline core","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":41500,"lowalch":16600,"highalch":24900,"buy_limit":5,"wiki_name":"Black tourmaline core","wiki_url":"https://oldschool.runescape.wiki/w/Black_tourmaline_core","price":7656600},"21733":{"id":21733,"name":"Guardian boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":305000,"lowalch":122000,"highalch":183000,"buy_limit":8,"wiki_name":"Guardian boots","wiki_url":"https://oldschool.runescape.wiki/w/Guardian_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":32,"defence_slash":32,"defence_crush":32,"defence_magic":-3,"defence_ranged":24,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"feet","requirements":{"defence":75}},"price":7933584},"21736":{"id":21736,"name":"Granite gloves","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":34000,"lowalch":13600,"highalch":20400,"buy_limit":8,"wiki_name":"Granite gloves","wiki_url":"https://oldschool.runescape.wiki/w/Granite_gloves","equipment":{"attack_stab":5,"attack_slash":5,"attack_crush":9,"attack_magic":-3,"attack_ranged":-1,"defence_stab":8,"defence_slash":8,"defence_crush":8,"defence_magic":-3,"defence_ranged":5,"melee_strength":7,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"defence":50,"strength":50}},"price":71764},"21739":{"id":21739,"name":"Granite ring","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"buy_limit":70,"wiki_name":"Granite ring","wiki_url":"https://oldschool.runescape.wiki/w/Granite_ring","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":2,"defence_slash":2,"defence_crush":2,"defence_magic":-2,"defence_ranged":8,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":{"strength":50,"defence":50}},"price":29950},"21742":{"id":21742,"name":"Granite hammer","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":64000,"lowalch":25600,"highalch":38400,"buy_limit":8,"wiki_name":"Granite hammer","wiki_url":"https://oldschool.runescape.wiki/w/Granite_hammer","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":57,"attack_magic":-3,"attack_ranged":-1,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":56,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":50,"strength":50}},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":529228},"21745":{"id":21745,"name":"Jar of stone","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Jar of stone","wiki_url":"https://oldschool.runescape.wiki/w/Jar_of_stone","price":3203350},"21748":{"id":21748,"name":"Noon","members":true,"cost":1,"wiki_name":"Noon (Noon)","wiki_url":"https://oldschool.runescape.wiki/w/Noon#Noon","price":0},"21750":{"id":21750,"name":"Midnight","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Noon (Midnight)","wiki_url":"https://oldschool.runescape.wiki/w/Noon#Midnight","price":0},"21752":{"id":21752,"name":"Granite ring (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Granite ring (i) (Nightmare Zone)","wiki_url":"https://oldschool.runescape.wiki/w/Granite_ring_(i)#Nightmare_Zone","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":4,"defence_slash":4,"defence_crush":4,"defence_magic":-4,"defence_ranged":16,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":{"strength":50,"defence":50}},"price":0},"21754":{"id":21754,"name":"Rock thrownhammer","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":11000,"wiki_name":"Rock thrownhammer","wiki_url":"https://oldschool.runescape.wiki/w/Rock_thrownhammer","price":259},"21756":{"id":21756,"name":"Varlamore envoy","members":true,"cost":1,"wiki_name":"Varlamore envoy","wiki_url":"https://oldschool.runescape.wiki/w/Varlamore_envoy","price":0},"21758":{"id":21758,"name":"Royal accord of twill","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Royal accord of twill (The Depths of Despair)","wiki_url":"https://oldschool.runescape.wiki/w/Royal_accord_of_twill#The_Depths_of_Despair","price":0},"21759":{"id":21759,"name":"Certificate","members":true,"cost":50,"wiki_name":"Hosidius favour certificate","wiki_url":"https://oldschool.runescape.wiki/w/Hosidius_favour_certificate","price":0},"21760":{"id":21760,"name":"Kharedst's memoirs","members":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Kharedst's memoirs","wiki_url":"https://oldschool.runescape.wiki/w/Kharedst's_memoirs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"shield","requirements":null},"price":0},"21762":{"id":21762,"name":"Lunch by the lancalliums","members":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Lunch by the lancalliums","wiki_url":"https://oldschool.runescape.wiki/w/Lunch_by_the_lancalliums","price":0},"21764":{"id":21764,"name":"The fisher's flute","members":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"The fisher's flute","wiki_url":"https://oldschool.runescape.wiki/w/The_fisher's_flute","price":0},"21766":{"id":21766,"name":"History and hearsay","members":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"History and hearsay","wiki_url":"https://oldschool.runescape.wiki/w/History_and_hearsay","price":0},"21768":{"id":21768,"name":"Jewellery of jubilation","members":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Jewellery of jubilation","wiki_url":"https://oldschool.runescape.wiki/w/Jewellery_of_jubilation","price":0},"21770":{"id":21770,"name":"A dark disposition","members":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"A dark disposition","wiki_url":"https://oldschool.runescape.wiki/w/A_dark_disposition","price":0},"21772":{"id":21772,"name":"Secret page","members":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Secret page","wiki_url":"https://oldschool.runescape.wiki/w/Secret_page","price":0},"21774":{"id":21774,"name":"Letter","members":true,"cost":1,"wiki_name":"Letter (The Queen of Thieves)","wiki_url":"https://oldschool.runescape.wiki/w/Letter_(The_Queen_of_Thieves)","price":0},"21775":{"id":21775,"name":"Certificate","members":true,"cost":50,"wiki_name":"Piscarilius favour certificate","wiki_url":"https://oldschool.runescape.wiki/w/Piscarilius_favour_certificate","price":0},"21776":{"id":21776,"name":"Imbued saradomin max cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Imbued saradomin max cape (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Imbued_saradomin_max_cape#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":2,"prayer":0,"slot":"cape","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"21778":{"id":21778,"name":"Imbued saradomin max hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Imbued saradomin max hood","wiki_url":"https://oldschool.runescape.wiki/w/Imbued_saradomin_max_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"21780":{"id":21780,"name":"Imbued zamorak max cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Imbued zamorak max cape (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Imbued_zamorak_max_cape#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":2,"prayer":0,"slot":"cape","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"21782":{"id":21782,"name":"Imbued zamorak max hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Imbued zamorak max hood","wiki_url":"https://oldschool.runescape.wiki/w/Imbued_zamorak_max_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"21784":{"id":21784,"name":"Imbued guthix max cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Imbued guthix max cape (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Imbued_guthix_max_cape#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":2,"prayer":0,"slot":"cape","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"21786":{"id":21786,"name":"Imbued guthix max hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Imbued guthix max hood","wiki_url":"https://oldschool.runescape.wiki/w/Imbued_guthix_max_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"21788":{"id":21788,"name":"Obelisk","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"21791":{"id":21791,"name":"Imbued saradomin cape","members":true,"equipable":true,"equipable_by_player":true,"cost":80000,"lowalch":32000,"highalch":48000,"wiki_name":"Imbued saradomin cape (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Imbued_saradomin_cape#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":2,"prayer":0,"slot":"cape","requirements":{"magic":50}},"price":0},"21793":{"id":21793,"name":"Imbued guthix cape","members":true,"equipable":true,"equipable_by_player":true,"cost":80000,"lowalch":32000,"highalch":48000,"wiki_name":"Imbued guthix cape (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Imbued_guthix_cape#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":2,"prayer":0,"slot":"cape","requirements":{"magic":50}},"price":0},"21795":{"id":21795,"name":"Imbued zamorak cape","members":true,"equipable":true,"equipable_by_player":true,"cost":80000,"lowalch":32000,"highalch":48000,"wiki_name":"Imbued zamorak cape (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Imbued_zamorak_cape#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":2,"prayer":0,"slot":"cape","requirements":{"magic":50}},"price":0},"21797":{"id":21797,"name":"Justiciar's hand","members":true,"cost":14,"lowalch":5,"highalch":8,"wiki_name":"Justiciar's hand","wiki_url":"https://oldschool.runescape.wiki/w/Justiciar's_hand","price":0},"21798":{"id":21798,"name":"Ent's roots","members":true,"cost":14,"lowalch":5,"highalch":8,"wiki_name":"Ent's roots","wiki_url":"https://oldschool.runescape.wiki/w/Ent's_roots","price":0},"21799":{"id":21799,"name":"Demon's heart","members":true,"cost":14,"lowalch":5,"highalch":8,"wiki_name":"Demon's heart","wiki_url":"https://oldschool.runescape.wiki/w/Demon's_heart","price":0},"21800":{"id":21800,"name":"Enchanted symbol","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Enchanted symbol","wiki_url":"https://oldschool.runescape.wiki/w/Enchanted_symbol","price":0},"21802":{"id":21802,"name":"Revenant cave teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":10000,"wiki_name":"Revenant cave teleport","wiki_url":"https://oldschool.runescape.wiki/w/Revenant_cave_teleport","price":272},"21804":{"id":21804,"name":"Ancient crystal","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":250000,"lowalch":100000,"highalch":150000,"buy_limit":250,"wiki_name":"Ancient crystal","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_crystal","price":149868},"21807":{"id":21807,"name":"Ancient emblem","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":500000,"lowalch":200000,"highalch":300000,"buy_limit":250,"wiki_name":"Ancient emblem","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_emblem","price":499022},"21810":{"id":21810,"name":"Ancient totem","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1000000,"lowalch":400000,"highalch":600000,"buy_limit":250,"wiki_name":"Ancient totem","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_totem","price":997993},"21813":{"id":21813,"name":"Ancient statuette","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2000000,"lowalch":800000,"highalch":1200000,"buy_limit":250,"wiki_name":"Ancient statuette","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_statuette","price":1998222},"21816":{"id":21816,"name":"Bracelet of ethereum","members":true,"equipable":true,"equipable_by_player":true,"cost":75000,"lowalch":30000,"highalch":45000,"wiki_name":"Bracelet of ethereum (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Bracelet_of_ethereum#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"21817":{"id":21817,"name":"Bracelet of ethereum (uncharged)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":72000,"lowalch":28800,"highalch":43200,"buy_limit":10000,"wiki_name":"Bracelet of ethereum (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Bracelet_of_ethereum#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":43021},"21820":{"id":21820,"name":"Revenant ether","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":30000,"wiki_name":"Revenant ether","wiki_url":"https://oldschool.runescape.wiki/w/Revenant_ether","price":173},"21837":{"id":21837,"name":"Ogre artefact","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Ogre artefact (The Corsair Curse)","wiki_url":"https://oldschool.runescape.wiki/w/Ogre_artefact_(The_Corsair_Curse)","price":0},"21838":{"id":21838,"name":"Shaman mask","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":8000,"lowalch":3200,"highalch":4800,"buy_limit":125,"wiki_name":"Shaman mask","wiki_url":"https://oldschool.runescape.wiki/w/Shaman_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":6,"defence_slash":7,"defence_crush":5,"defence_magic":-1,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":23000},"21841":{"id":21841,"name":"Snow imp costume head","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Snow imp costume head (During event)","wiki_url":"https://oldschool.runescape.wiki/w/Snow_imp_costume_head#During_event","price":0},"21842":{"id":21842,"name":"Snow imp costume body","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Snow imp costume body (During event)","wiki_url":"https://oldschool.runescape.wiki/w/Snow_imp_costume_body#During_event","price":0},"21843":{"id":21843,"name":"Snow imp costume legs","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Snow imp costume legs (During event)","wiki_url":"https://oldschool.runescape.wiki/w/Snow_imp_costume_legs#During_event","price":0},"21844":{"id":21844,"name":"Snow imp costume tail","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Snow imp costume tail (During event)","wiki_url":"https://oldschool.runescape.wiki/w/Snow_imp_costume_tail#During_event","price":0},"21845":{"id":21845,"name":"Snow imp costume gloves","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Snow imp costume gloves (During event)","wiki_url":"https://oldschool.runescape.wiki/w/Snow_imp_costume_gloves#During_event","price":0},"21846":{"id":21846,"name":"Snow imp costume feet","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Snow imp costume feet (During event)","wiki_url":"https://oldschool.runescape.wiki/w/Snow_imp_costume_feet#During_event","price":0},"21847":{"id":21847,"name":"Snow imp costume head","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Snow imp costume head (Reward)","wiki_url":"https://oldschool.runescape.wiki/w/Snow_imp_costume_head#Reward","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"21849":{"id":21849,"name":"Snow imp costume body","equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Snow imp costume body (Reward)","wiki_url":"https://oldschool.runescape.wiki/w/Snow_imp_costume_body#Reward","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"21851":{"id":21851,"name":"Snow imp costume legs","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Snow imp costume legs (Reward)","wiki_url":"https://oldschool.runescape.wiki/w/Snow_imp_costume_legs#Reward","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"21853":{"id":21853,"name":"Snow imp costume tail","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Snow imp costume tail (Reward)","wiki_url":"https://oldschool.runescape.wiki/w/Snow_imp_costume_tail#Reward","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"21855":{"id":21855,"name":"Snow imp costume gloves","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Snow imp costume gloves (Reward)","wiki_url":"https://oldschool.runescape.wiki/w/Snow_imp_costume_gloves#Reward","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"21857":{"id":21857,"name":"Snow imp costume feet","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Snow imp costume feet (Reward)","wiki_url":"https://oldschool.runescape.wiki/w/Snow_imp_costume_feet#Reward","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"21859":{"id":21859,"name":"Wise old man's santa hat","equipable":true,"equipable_by_player":true,"cost":160,"wiki_name":"Wise old man's santa hat","wiki_url":"https://oldschool.runescape.wiki/w/Wise_old_man's_santa_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"21861":{"id":21861,"name":"Enchanted curtains","cost":1,"wiki_name":"Enchanted curtains","wiki_url":"https://oldschool.runescape.wiki/w/Enchanted_curtains","price":0},"21862":{"id":21862,"name":"Enchanted snowy curtains","cost":1,"wiki_name":"Enchanted snowy curtains","wiki_url":"https://oldschool.runescape.wiki/w/Enchanted_snowy_curtains","price":0},"21863":{"id":21863,"name":"Wise old man's teleport tablet","cost":1,"wiki_name":"Wise old man's teleport tablet","wiki_url":"https://oldschool.runescape.wiki/w/Wise_old_man's_teleport_tablet","price":0},"21864":{"id":21864,"name":"Snow sprite","cost":1,"wiki_name":"Snow sprite (item)","wiki_url":"https://oldschool.runescape.wiki/w/Snow_sprite_(item)","price":0},"21865":{"id":21865,"name":"Fine mesh net","cost":1,"wiki_name":"Fine mesh net","wiki_url":"https://oldschool.runescape.wiki/w/Fine_mesh_net","price":0},"21866":{"id":21866,"name":"Santa suit","cost":1,"wiki_name":"Santa suit","wiki_url":"https://oldschool.runescape.wiki/w/Santa_suit","price":0},"21867":{"id":21867,"name":"Santa suit (wet)","cost":1,"wiki_name":"Santa suit (wet)","wiki_url":"https://oldschool.runescape.wiki/w/Santa_suit_(wet)","price":0},"21868":{"id":21868,"name":"Santa suit (dry)","cost":1,"wiki_name":"Santa suit (dry)","wiki_url":"https://oldschool.runescape.wiki/w/Santa_suit_(dry)","price":0},"21869":{"id":21869,"name":"Logs and kindling","cost":1,"wiki_name":"Logs and kindling","wiki_url":"https://oldschool.runescape.wiki/w/Logs_and_kindling","price":0},"21870":{"id":21870,"name":"Promissory note","cost":1,"wiki_name":"Promissory note (Christmas 2017)","wiki_url":"https://oldschool.runescape.wiki/w/Promissory_note_(Christmas_2017)","price":0},"21871":{"id":21871,"name":"Santa's seal","cost":1,"wiki_name":"Santa's seal","wiki_url":"https://oldschool.runescape.wiki/w/Santa's_seal","price":0},"21872":{"id":21872,"name":"Vault key","cost":1,"wiki_name":"Vault key","wiki_url":"https://oldschool.runescape.wiki/w/Vault_key","price":0},"21873":{"id":21873,"name":"Empty sack","cost":1,"wiki_name":"Empty sack (Christmas 2017)","wiki_url":"https://oldschool.runescape.wiki/w/Empty_sack_(Christmas_2017)","price":0},"21874":{"id":21874,"name":"Bulging sack","cost":1,"wiki_name":"Bulging sack","wiki_url":"https://oldschool.runescape.wiki/w/Bulging_sack","price":0,"equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"equipable_by_player":true,"equipable":true},"21875":{"id":21875,"name":"Kristmas kebab","cost":1,"wiki_name":"Kristmas kebab","wiki_url":"https://oldschool.runescape.wiki/w/Kristmas_kebab","price":0},"21880":{"id":21880,"name":"Wrath rune","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":25000,"wiki_name":"Wrath rune","wiki_url":"https://oldschool.runescape.wiki/w/Wrath_rune","price":259},"21882":{"id":21882,"name":"Dragon armour set (lg)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":500000,"lowalch":200000,"highalch":300000,"buy_limit":8,"wiki_name":"Dragon armour set (lg)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_armour_set_(lg)","price":174499998},"21885":{"id":21885,"name":"Dragon armour set (sk)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":500000,"lowalch":200000,"highalch":300000,"buy_limit":8,"wiki_name":"Dragon armour set (sk)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_armour_set_(sk)","price":114640944},"21888":{"id":21888,"name":"Turquoise slayer helmet","members":true,"equipable":true,"equipable_by_player":true,"cost":40000,"lowalch":16000,"highalch":24000,"wiki_name":"Turquoise slayer helmet","wiki_url":"https://oldschool.runescape.wiki/w/Turquoise_slayer_helmet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":0},"21890":{"id":21890,"name":"Turquoise slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Turquoise slayer helmet (i) (Nightmare Zone)","wiki_url":"https://oldschool.runescape.wiki/w/Turquoise_slayer_helmet_(i)#Nightmare_Zone","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":0},"21892":{"id":21892,"name":"Dragon platebody","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000000,"lowalch":800000,"highalch":1200000,"buy_limit":70,"wiki_name":"Dragon platebody","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_platebody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":109,"defence_slash":107,"defence_crush":97,"defence_magic":-6,"defence_ranged":106,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":60}},"price":3116501},"21895":{"id":21895,"name":"Dragon kiteshield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1600000,"lowalch":640000,"highalch":960000,"buy_limit":70,"wiki_name":"Dragon kiteshield","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_kiteshield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":56,"defence_slash":60,"defence_crush":58,"defence_magic":-1,"defence_ranged":58,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":60}},"price":72445989},"21898":{"id":21898,"name":"Assembler max cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Assembler max cape (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Assembler_max_cape#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":8,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":8,"defence_ranged":2,"melee_strength":0,"ranged_strength":2,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"21900":{"id":21900,"name":"Assembler max hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Assembler max hood","wiki_url":"https://oldschool.runescape.wiki/w/Assembler_max_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"21902":{"id":21902,"name":"Dragon crossbow","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":54000,"lowalch":21600,"highalch":32400,"buy_limit":70,"wiki_name":"Dragon crossbow","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_crossbow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":94,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":64}},"weapon":{"attack_speed":6,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":1698183},"21905":{"id":21905,"name":"Dragon bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":425,"lowalch":170,"highalch":255,"buy_limit":11000,"wiki_name":"Dragon bolts (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_bolts#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":122,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":64}},"price":624},"21907":{"id":21907,"name":"Vorkath's head","members":true,"cost":50000,"wiki_name":"Vorkath's head","wiki_url":"https://oldschool.runescape.wiki/w/Vorkath's_head","price":0},"21909":{"id":21909,"name":"Vorkath's stuffed head","members":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Vorkath's stuffed head","wiki_url":"https://oldschool.runescape.wiki/w/Vorkath's_stuffed_head","price":0},"21911":{"id":21911,"name":"Rune dragon","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"21914":{"id":21914,"name":"Ava's assembler (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ava's assembler (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Ava's_assembler#Broken","price":0},"21916":{"id":21916,"name":"Assembler max cape (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Assembler max cape (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Assembler_max_cape#Broken","price":0},"21918":{"id":21918,"name":"Dragon limbs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":35000,"lowalch":14000,"highalch":21000,"buy_limit":10000,"wiki_name":"Dragon limbs","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_limbs","price":1670348},"21921":{"id":21921,"name":"Dragon crossbow (u)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30000,"lowalch":12000,"highalch":18000,"buy_limit":10000,"wiki_name":"Dragon crossbow (u)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_crossbow_(u)","price":1411083},"21924":{"id":21924,"name":"Dragon bolts (p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":430,"lowalch":172,"highalch":258,"buy_limit":11000,"wiki_name":"Dragon bolts (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_bolts#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":122,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":64}},"price":1539},"21926":{"id":21926,"name":"Dragon bolts (p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":435,"lowalch":174,"highalch":261,"buy_limit":11000,"wiki_name":"Dragon bolts (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_bolts#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":122,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":64}},"price":1406},"21928":{"id":21928,"name":"Dragon bolts (p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":440,"lowalch":176,"highalch":264,"buy_limit":11000,"wiki_name":"Dragon bolts (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_bolts#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":122,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":64}},"price":1714},"21930":{"id":21930,"name":"Dragon bolts (unf)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":141,"lowalch":56,"highalch":84,"buy_limit":13000,"wiki_name":"Dragon bolts (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_bolts_(unf)","price":632},"21932":{"id":21932,"name":"Opal dragon bolts (e)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":580,"lowalch":232,"highalch":348,"buy_limit":11000,"wiki_name":"Opal dragon bolts (e)","wiki_url":"https://oldschool.runescape.wiki/w/Opal_dragon_bolts_(e)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":122,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":64}},"price":896},"21934":{"id":21934,"name":"Jade dragon bolts (e)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":630,"lowalch":252,"highalch":378,"buy_limit":11000,"wiki_name":"Jade dragon bolts (e)","wiki_url":"https://oldschool.runescape.wiki/w/Jade_dragon_bolts_(e)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":122,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":64}},"price":677},"21936":{"id":21936,"name":"Pearl dragon bolts (e)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":680,"lowalch":272,"highalch":408,"buy_limit":11000,"wiki_name":"Pearl dragon bolts (e)","wiki_url":"https://oldschool.runescape.wiki/w/Pearl_dragon_bolts_(e)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":122,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":64}},"price":776},"21938":{"id":21938,"name":"Topaz dragon bolts (e)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":730,"lowalch":292,"highalch":438,"buy_limit":11000,"wiki_name":"Topaz dragon bolts (e)","wiki_url":"https://oldschool.runescape.wiki/w/Topaz_dragon_bolts_(e)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":122,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":64}},"price":544},"21940":{"id":21940,"name":"Sapphire dragon bolts (e)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":780,"lowalch":312,"highalch":468,"buy_limit":11000,"wiki_name":"Sapphire dragon bolts (e)","wiki_url":"https://oldschool.runescape.wiki/w/Sapphire_dragon_bolts_(e)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":122,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":64}},"price":683},"21942":{"id":21942,"name":"Emerald dragon bolts (e)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":830,"lowalch":332,"highalch":498,"buy_limit":11000,"wiki_name":"Emerald dragon bolts (e)","wiki_url":"https://oldschool.runescape.wiki/w/Emerald_dragon_bolts_(e)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":122,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":64}},"price":911},"21944":{"id":21944,"name":"Ruby dragon bolts (e)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":830,"lowalch":332,"highalch":498,"buy_limit":11000,"wiki_name":"Ruby dragon bolts (e)","wiki_url":"https://oldschool.runescape.wiki/w/Ruby_dragon_bolts_(e)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":122,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":64}},"price":824},"21946":{"id":21946,"name":"Diamond dragon bolts (e)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":880,"lowalch":352,"highalch":528,"buy_limit":11000,"wiki_name":"Diamond dragon bolts (e)","wiki_url":"https://oldschool.runescape.wiki/w/Diamond_dragon_bolts_(e)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":122,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":64}},"price":939},"21948":{"id":21948,"name":"Dragonstone dragon bolts (e)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":1150,"lowalch":460,"highalch":690,"buy_limit":11000,"wiki_name":"Dragonstone dragon bolts (e)","wiki_url":"https://oldschool.runescape.wiki/w/Dragonstone_dragon_bolts_(e)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":122,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":64}},"price":901},"21950":{"id":21950,"name":"Onyx dragon bolts (e)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":15800,"lowalch":6320,"highalch":9480,"buy_limit":11000,"wiki_name":"Onyx dragon bolts (e)","wiki_url":"https://oldschool.runescape.wiki/w/Onyx_dragon_bolts_(e)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":122,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":64}},"price":9940},"21952":{"id":21952,"name":"Magic stock","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":280,"lowalch":112,"highalch":168,"buy_limit":10000,"wiki_name":"Magic stock","wiki_url":"https://oldschool.runescape.wiki/w/Magic_stock","price":491},"21955":{"id":21955,"name":"Opal dragon bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":550,"lowalch":220,"highalch":330,"buy_limit":11000,"wiki_name":"Opal dragon bolts","wiki_url":"https://oldschool.runescape.wiki/w/Opal_dragon_bolts","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":122,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":64}},"price":919},"21957":{"id":21957,"name":"Jade dragon bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":600,"lowalch":240,"highalch":360,"buy_limit":11000,"wiki_name":"Jade dragon bolts","wiki_url":"https://oldschool.runescape.wiki/w/Jade_dragon_bolts","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":122,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":64}},"price":650},"21959":{"id":21959,"name":"Pearl dragon bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":650,"lowalch":260,"highalch":390,"buy_limit":11000,"wiki_name":"Pearl dragon bolts","wiki_url":"https://oldschool.runescape.wiki/w/Pearl_dragon_bolts","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":122,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":64}},"price":660},"21961":{"id":21961,"name":"Topaz dragon bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":700,"lowalch":280,"highalch":420,"buy_limit":11000,"wiki_name":"Topaz dragon bolts","wiki_url":"https://oldschool.runescape.wiki/w/Topaz_dragon_bolts","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":122,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":64}},"price":670},"21963":{"id":21963,"name":"Sapphire dragon bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":750,"lowalch":300,"highalch":450,"buy_limit":11000,"wiki_name":"Sapphire dragon bolts","wiki_url":"https://oldschool.runescape.wiki/w/Sapphire_dragon_bolts","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":122,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":64}},"price":807},"21965":{"id":21965,"name":"Emerald dragon bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":800,"lowalch":320,"highalch":480,"buy_limit":11000,"wiki_name":"Emerald dragon bolts","wiki_url":"https://oldschool.runescape.wiki/w/Emerald_dragon_bolts","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":122,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":64}},"price":652},"21967":{"id":21967,"name":"Ruby dragon bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":800,"lowalch":320,"highalch":480,"buy_limit":11000,"wiki_name":"Ruby dragon bolts","wiki_url":"https://oldschool.runescape.wiki/w/Ruby_dragon_bolts","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":122,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":64}},"price":762},"21969":{"id":21969,"name":"Diamond dragon bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":850,"lowalch":340,"highalch":510,"buy_limit":11000,"wiki_name":"Diamond dragon bolts","wiki_url":"https://oldschool.runescape.wiki/w/Diamond_dragon_bolts","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":122,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":64}},"price":821},"21971":{"id":21971,"name":"Dragonstone dragon bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":995,"lowalch":398,"highalch":597,"buy_limit":11000,"wiki_name":"Dragonstone dragon bolts","wiki_url":"https://oldschool.runescape.wiki/w/Dragonstone_dragon_bolts","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":122,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":64}},"price":1121},"21973":{"id":21973,"name":"Onyx dragon bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":13900,"lowalch":5560,"highalch":8340,"buy_limit":11000,"wiki_name":"Onyx dragon bolts","wiki_url":"https://oldschool.runescape.wiki/w/Onyx_dragon_bolts","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":122,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":64}},"price":9870},"21975":{"id":21975,"name":"Crushed superior dragon bones","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":11000,"wiki_name":"Crushed superior dragon bones","wiki_url":"https://oldschool.runescape.wiki/w/Crushed_superior_dragon_bones","price":9258},"21978":{"id":21978,"name":"Super antifire potion(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":800,"lowalch":320,"highalch":480,"buy_limit":2000,"wiki_name":"Super antifire potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_antifire_potion#4_dose","price":11516},"21981":{"id":21981,"name":"Super antifire potion(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":760,"lowalch":304,"highalch":456,"buy_limit":2000,"wiki_name":"Super antifire potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_antifire_potion#3_dose","price":9200},"21984":{"id":21984,"name":"Super antifire potion(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":720,"lowalch":288,"highalch":432,"buy_limit":2000,"wiki_name":"Super antifire potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_antifire_potion#2_dose","price":50},"21987":{"id":21987,"name":"Super antifire potion(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":680,"lowalch":272,"highalch":408,"buy_limit":2000,"wiki_name":"Super antifire potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_antifire_potion#1_dose","price":2587},"21990":{"id":21990,"name":"Rift guardian","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rift guardian (Wrath)","wiki_url":"https://oldschool.runescape.wiki/w/Rift_guardian#Wrath","price":0},"21992":{"id":21992,"name":"Vorki","members":true,"cost":1,"wiki_name":"Vorki","wiki_url":"https://oldschool.runescape.wiki/w/Vorki","price":0},"21994":{"id":21994,"name":"Super antifire mix(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":198,"lowalch":79,"highalch":118,"buy_limit":2000,"wiki_name":"Super antifire mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_antifire_mix#2_dose","price":41320},"21997":{"id":21997,"name":"Super antifire mix(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":132,"lowalch":52,"highalch":79,"buy_limit":2000,"wiki_name":"Super antifire mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_antifire_mix#1_dose","price":1},"22002":{"id":22002,"name":"Dragonfire ward","members":true,"equipable":true,"equipable_by_player":true,"cost":2000000,"lowalch":800000,"highalch":1200000,"wiki_name":"Dragonfire ward (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Dragonfire_ward#Charged","equipment":{"attack_stab":-10,"attack_slash":-10,"attack_crush":-10,"attack_magic":-10,"attack_ranged":15,"defence_stab":25,"defence_slash":30,"defence_crush":28,"defence_magic":28,"defence_ranged":68,"melee_strength":-2,"ranged_strength":8,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"ranged":70,"defence":75}},"price":0},"22003":{"id":22003,"name":"Dragonfire ward","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000000,"lowalch":800000,"highalch":1200000,"buy_limit":8,"wiki_name":"Dragonfire ward (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Dragonfire_ward#Uncharged","equipment":{"attack_stab":-10,"attack_slash":-10,"attack_crush":-10,"attack_magic":-10,"attack_ranged":15,"defence_stab":-25,"defence_slash":-20,"defence_crush":-22,"defence_magic":28,"defence_ranged":18,"melee_strength":-2,"ranged_strength":8,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"ranged":70,"defence":75}},"price":6283826},"22006":{"id":22006,"name":"Skeletal visage","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1500000,"lowalch":600000,"highalch":900000,"buy_limit":5,"wiki_name":"Skeletal visage","wiki_url":"https://oldschool.runescape.wiki/w/Skeletal_visage","price":6283500},"22009":{"id":22009,"name":"Map piece","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Map piece (1)","wiki_url":"https://oldschool.runescape.wiki/w/Map_piece#1","price":0},"22010":{"id":22010,"name":"Map piece","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Map piece (2)","wiki_url":"https://oldschool.runescape.wiki/w/Map_piece#2","price":0},"22011":{"id":22011,"name":"Map piece","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Map piece (3)","wiki_url":"https://oldschool.runescape.wiki/w/Map_piece#3","price":0},"22012":{"id":22012,"name":"Map piece","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Map piece (4)","wiki_url":"https://oldschool.runescape.wiki/w/Map_piece#4","price":0},"22013":{"id":22013,"name":"Map piece","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Map piece (5)","wiki_url":"https://oldschool.runescape.wiki/w/Map_piece#5","price":0},"22014":{"id":22014,"name":"Map piece","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Map piece (6)","wiki_url":"https://oldschool.runescape.wiki/w/Map_piece#6","price":0},"22015":{"id":22015,"name":"Map piece","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Map piece (7)","wiki_url":"https://oldschool.runescape.wiki/w/Map_piece#7","price":0},"22016":{"id":22016,"name":"Map piece","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Map piece (8)","wiki_url":"https://oldschool.runescape.wiki/w/Map_piece#8","price":0},"22017":{"id":22017,"name":"Map piece","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Map piece (9)","wiki_url":"https://oldschool.runescape.wiki/w/Map_piece#9","price":0},"22018":{"id":22018,"name":"Map piece","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Map piece (10)","wiki_url":"https://oldschool.runescape.wiki/w/Map_piece#10","price":0},"22019":{"id":22019,"name":"Map piece","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Map piece (11)","wiki_url":"https://oldschool.runescape.wiki/w/Map_piece#11","price":0},"22020":{"id":22020,"name":"Map piece","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Map piece (12)","wiki_url":"https://oldschool.runescape.wiki/w/Map_piece#12","price":0},"22021":{"id":22021,"name":"Map piece","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Map piece (13)","wiki_url":"https://oldschool.runescape.wiki/w/Map_piece#13","price":0},"22022":{"id":22022,"name":"Map piece","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Map piece (14)","wiki_url":"https://oldschool.runescape.wiki/w/Map_piece#14","price":0},"22023":{"id":22023,"name":"Map piece","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Map piece (15)","wiki_url":"https://oldschool.runescape.wiki/w/Map_piece#15","price":0},"22024":{"id":22024,"name":"Map piece","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Map piece (16)","wiki_url":"https://oldschool.runescape.wiki/w/Map_piece#16","price":0},"22025":{"id":22025,"name":"Map piece","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Map piece (17)","wiki_url":"https://oldschool.runescape.wiki/w/Map_piece#17","price":0},"22026":{"id":22026,"name":"Map piece","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Map piece (18)","wiki_url":"https://oldschool.runescape.wiki/w/Map_piece#18","price":0},"22027":{"id":22027,"name":"Map piece","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Map piece (19)","wiki_url":"https://oldschool.runescape.wiki/w/Map_piece#19","price":0},"22028":{"id":22028,"name":"Map piece","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Map piece (20)","wiki_url":"https://oldschool.runescape.wiki/w/Map_piece#20","price":0},"22029":{"id":22029,"name":"Map piece","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Map piece (21)","wiki_url":"https://oldschool.runescape.wiki/w/Map_piece#21","price":0},"22030":{"id":22030,"name":"Map piece","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Map piece (22)","wiki_url":"https://oldschool.runescape.wiki/w/Map_piece#22","price":0},"22031":{"id":22031,"name":"Map piece","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Map piece (23)","wiki_url":"https://oldschool.runescape.wiki/w/Map_piece#23","price":0},"22032":{"id":22032,"name":"Map piece","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Map piece (24)","wiki_url":"https://oldschool.runescape.wiki/w/Map_piece#24","price":0},"22033":{"id":22033,"name":"Aivas' diary","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Aivas' diary","wiki_url":"https://oldschool.runescape.wiki/w/Aivas'_diary","price":0},"22035":{"id":22035,"name":"Varrock census records","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Varrock census records","wiki_url":"https://oldschool.runescape.wiki/w/Varrock_census_records","price":0},"22037":{"id":22037,"name":"Malumac's journal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Malumac's journal","wiki_url":"https://oldschool.runescape.wiki/w/Malumac's_journal","price":0},"22039":{"id":22039,"name":"Ablenkian's escape","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ablenkian's escape","wiki_url":"https://oldschool.runescape.wiki/w/Ablenkian's_escape","price":0},"22041":{"id":22041,"name":"Imcandoria's fall","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Imcandoria's fall","wiki_url":"https://oldschool.runescape.wiki/w/Imcandoria's_fall","price":0},"22043":{"id":22043,"name":"Imafore's betrayal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Imafore's betrayal","wiki_url":"https://oldschool.runescape.wiki/w/Imafore's_betrayal","price":0},"22045":{"id":22045,"name":"Lutwidge and the moonfly","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Lutwidge and the moonfly","wiki_url":"https://oldschool.runescape.wiki/w/Lutwidge_and_the_moonfly","price":0},"22047":{"id":22047,"name":"Serafina","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Serafina","wiki_url":"https://oldschool.runescape.wiki/w/Serafina","price":0},"22049":{"id":22049,"name":"The weeping","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"The weeping","wiki_url":"https://oldschool.runescape.wiki/w/The_weeping","price":0},"22051":{"id":22051,"name":"Old notes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old notes (Dragon Slayer II) (Crandor)","wiki_url":"https://oldschool.runescape.wiki/w/Old_notes_(Dragon_Slayer_II)#Crandor","price":0},"22053":{"id":22053,"name":"Old notes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old notes (Dragon Slayer II) (Ungael 1)","wiki_url":"https://oldschool.runescape.wiki/w/Old_notes_(Dragon_Slayer_II)#Ungael_1","price":0},"22055":{"id":22055,"name":"Old notes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old notes (Dragon Slayer II) (Ungael 2)","wiki_url":"https://oldschool.runescape.wiki/w/Old_notes_(Dragon_Slayer_II)#Ungael_2","price":0},"22057":{"id":22057,"name":"Old notes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old notes (Dragon Slayer II) (Ungael 3)","wiki_url":"https://oldschool.runescape.wiki/w/Old_notes_(Dragon_Slayer_II)#Ungael_3","price":0},"22059":{"id":22059,"name":"Old notes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old notes (Dragon Slayer II) (Ungael 4)","wiki_url":"https://oldschool.runescape.wiki/w/Old_notes_(Dragon_Slayer_II)#Ungael_4","price":0},"22061":{"id":22061,"name":"Old notes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old notes (Dragon Slayer II) (Ungael 5)","wiki_url":"https://oldschool.runescape.wiki/w/Old_notes_(Dragon_Slayer_II)#Ungael_5","price":0},"22063":{"id":22063,"name":"Old notes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old notes (Dragon Slayer II) (Ungael 6)","wiki_url":"https://oldschool.runescape.wiki/w/Old_notes_(Dragon_Slayer_II)#Ungael_6","price":0},"22065":{"id":22065,"name":"Old notes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old notes (Dragon Slayer II) (Lithkren 1)","wiki_url":"https://oldschool.runescape.wiki/w/Old_notes_(Dragon_Slayer_II)#Lithkren_1","price":0},"22067":{"id":22067,"name":"Old notes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old notes (Dragon Slayer II) (Lithkren 2)","wiki_url":"https://oldschool.runescape.wiki/w/Old_notes_(Dragon_Slayer_II)#Lithkren_2","price":0},"22069":{"id":22069,"name":"Old notes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old notes (Dragon Slayer II) (Lithkren 3)","wiki_url":"https://oldschool.runescape.wiki/w/Old_notes_(Dragon_Slayer_II)#Lithkren_3","price":0},"22071":{"id":22071,"name":"Old notes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old notes (Dragon Slayer II) (Lithkren 4)","wiki_url":"https://oldschool.runescape.wiki/w/Old_notes_(Dragon_Slayer_II)#Lithkren_4","price":0},"22073":{"id":22073,"name":"Old notes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old notes (Dragon Slayer II) (Lithkren 5)","wiki_url":"https://oldschool.runescape.wiki/w/Old_notes_(Dragon_Slayer_II)#Lithkren_5","price":0},"22075":{"id":22075,"name":"Old notes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old notes (Dragon Slayer II) (Lithkren 6)","wiki_url":"https://oldschool.runescape.wiki/w/Old_notes_(Dragon_Slayer_II)#Lithkren_6","price":0},"22077":{"id":22077,"name":"Old notes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old notes (Dragon Slayer II) (Lithkren 7)","wiki_url":"https://oldschool.runescape.wiki/w/Old_notes_(Dragon_Slayer_II)#Lithkren_7","price":0},"22079":{"id":22079,"name":"Inert locator orb","members":true,"cost":2,"wiki_name":"Inert locator orb","wiki_url":"https://oldschool.runescape.wiki/w/Inert_locator_orb","price":0},"22081":{"id":22081,"name":"Locator orb","members":true,"cost":2,"wiki_name":"Locator orb","wiki_url":"https://oldschool.runescape.wiki/w/Locator_orb","price":0},"22083":{"id":22083,"name":"Robert bust","members":true,"cost":1,"wiki_name":"Robert bust","wiki_url":"https://oldschool.runescape.wiki/w/Robert_bust","price":0},"22084":{"id":22084,"name":"Camorra bust","members":true,"cost":1,"wiki_name":"Camorra bust","wiki_url":"https://oldschool.runescape.wiki/w/Camorra_bust","price":0},"22085":{"id":22085,"name":"Tristan bust","members":true,"cost":1,"wiki_name":"Tristan bust","wiki_url":"https://oldschool.runescape.wiki/w/Tristan_bust","price":0},"22086":{"id":22086,"name":"Aivas bust","members":true,"cost":1,"wiki_name":"Aivas bust","wiki_url":"https://oldschool.runescape.wiki/w/Aivas_bust","price":0},"22087":{"id":22087,"name":"Dragon key","members":true,"cost":1,"wiki_name":"Dragon key","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_key","price":0},"22088":{"id":22088,"name":"Dragon key piece","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dragon key piece (Ungael piece)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_key_piece#Ungael_piece","price":0},"22089":{"id":22089,"name":"Dragon key piece","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dragon key piece (Kourend piece)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_key_piece#Kourend_piece","price":0},"22090":{"id":22090,"name":"Dragon key piece","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dragon key piece (Morytania piece)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_key_piece#Morytania_piece","price":0},"22091":{"id":22091,"name":"Dragon key piece","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dragon key piece (Karamja piece)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_key_piece#Karamja_piece","price":0},"22092":{"id":22092,"name":"Dragon key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dragon key (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_key_(unobtainable_item)","price":0},"22093":{"id":22093,"name":"Ancient key","members":true,"cost":1,"wiki_name":"Ancient key (Dragon Slayer II)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_key_(Dragon_Slayer_II)","price":0},"22094":{"id":22094,"name":"Water container","members":true,"cost":1,"wiki_name":"Water container","wiki_url":"https://oldschool.runescape.wiki/w/Water_container","price":0},"22095":{"id":22095,"name":"Swamp paste","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Swamp paste (Dragon Slayer II)","wiki_url":"https://oldschool.runescape.wiki/w/Swamp_paste_(Dragon_Slayer_II)","price":0},"22096":{"id":22096,"name":"Revitalisation potion","members":true,"stackable":true,"cost":1,"wiki_name":"Revitalisation potion (Dragon Slayer II)","wiki_url":"https://oldschool.runescape.wiki/w/Revitalisation_potion_(Dragon_Slayer_II)","price":0},"22097":{"id":22097,"name":"Dragon metal shard","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1200000,"lowalch":480000,"highalch":720000,"buy_limit":50,"wiki_name":"Dragon metal shard","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_metal_shard","price":1670141},"22100":{"id":22100,"name":"Dragon metal slice","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100000,"lowalch":40000,"highalch":60000,"buy_limit":50,"wiki_name":"Dragon metal slice","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_metal_slice","price":65300000},"22103":{"id":22103,"name":"Dragon metal lump","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150000,"lowalch":60000,"highalch":90000,"buy_limit":50,"wiki_name":"Dragon metal lump","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_metal_lump","price":827500},"22106":{"id":22106,"name":"Jar of decay","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Jar of decay","wiki_url":"https://oldschool.runescape.wiki/w/Jar_of_decay","price":20000},"22109":{"id":22109,"name":"Ava's assembler","members":true,"equipable":true,"equipable_by_player":true,"cost":51000,"lowalch":20400,"highalch":30600,"wiki_name":"Ava's assembler (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Ava's_assembler#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":8,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":8,"defence_ranged":2,"melee_strength":0,"ranged_strength":2,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"ranged":70}},"price":0},"22111":{"id":22111,"name":"Dragonbone necklace","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":8,"wiki_name":"Dragonbone necklace","wiki_url":"https://oldschool.runescape.wiki/w/Dragonbone_necklace","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":10,"attack_magic":10,"attack_ranged":10,"defence_stab":2,"defence_slash":2,"defence_crush":2,"defence_magic":2,"defence_ranged":2,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":12,"slot":"neck","requirements":{"prayer":80}},"price":50698},"22114":{"id":22114,"name":"Mythical cape","members":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Mythical cape","wiki_url":"https://oldschool.runescape.wiki/w/Mythical_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":6,"attack_magic":0,"attack_ranged":0,"defence_stab":8,"defence_slash":8,"defence_crush":8,"defence_magic":8,"defence_ranged":8,"melee_strength":1,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"cape","requirements":null},"price":0},"22116":{"id":22116,"name":"Superior dragon bonemeal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Superior dragon bonemeal","wiki_url":"https://oldschool.runescape.wiki/w/Superior_dragon_bonemeal","price":0},"22118":{"id":22118,"name":"Wrath talisman","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":11000,"wiki_name":"Wrath talisman","wiki_url":"https://oldschool.runescape.wiki/w/Wrath_talisman","price":305},"22121":{"id":22121,"name":"Wrath tiara","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":40,"wiki_name":"Wrath tiara","wiki_url":"https://oldschool.runescape.wiki/w/Wrath_tiara","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":45},"22124":{"id":22124,"name":"Superior dragon bones","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":7500,"wiki_name":"Superior dragon bones","wiki_url":"https://oldschool.runescape.wiki/w/Superior_dragon_bones","price":9040},"22127":{"id":22127,"name":"Adamant kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":5440,"lowalch":2176,"highalch":3264,"wiki_name":"Adamant kiteshield (Arrav)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_kiteshield_(Arrav)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":27,"defence_slash":31,"defence_crush":29,"defence_magic":-1,"defence_ranged":29,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":30}},"price":0},"22129":{"id":22129,"name":"Adamant kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":5440,"lowalch":2176,"highalch":3264,"wiki_name":"Adamant kiteshield (Asgarnia)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_kiteshield_(Asgarnia)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":27,"defence_slash":31,"defence_crush":29,"defence_magic":-1,"defence_ranged":29,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":30}},"price":0},"22131":{"id":22131,"name":"Adamant kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":5440,"lowalch":2176,"highalch":3264,"wiki_name":"Adamant kiteshield (Dorgeshuun)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_kiteshield_(Dorgeshuun)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":27,"defence_slash":31,"defence_crush":29,"defence_magic":-1,"defence_ranged":29,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":30}},"price":0},"22133":{"id":22133,"name":"Adamant kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":5440,"lowalch":2176,"highalch":3264,"wiki_name":"Adamant kiteshield (Dragon)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_kiteshield_(Dragon)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":27,"defence_slash":31,"defence_crush":29,"defence_magic":-1,"defence_ranged":29,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":30}},"price":0},"22135":{"id":22135,"name":"Adamant kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":5440,"lowalch":2176,"highalch":3264,"wiki_name":"Adamant kiteshield (Fairy)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_kiteshield_(Fairy)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":27,"defence_slash":31,"defence_crush":29,"defence_magic":-1,"defence_ranged":29,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":30}},"price":0},"22137":{"id":22137,"name":"Adamant kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":5440,"lowalch":2176,"highalch":3264,"wiki_name":"Adamant kiteshield (Guthix)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_kiteshield_(Guthix)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":27,"defence_slash":31,"defence_crush":29,"defence_magic":-1,"defence_ranged":29,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":30}},"price":0},"22139":{"id":22139,"name":"Adamant kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":5440,"lowalch":2176,"highalch":3264,"wiki_name":"Adamant kiteshield (HAM)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_kiteshield_(HAM)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":27,"defence_slash":31,"defence_crush":29,"defence_magic":-1,"defence_ranged":29,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":30}},"price":0},"22141":{"id":22141,"name":"Adamant kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":5440,"lowalch":2176,"highalch":3264,"wiki_name":"Adamant kiteshield (Horse)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_kiteshield_(Horse)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":27,"defence_slash":31,"defence_crush":29,"defence_magic":-1,"defence_ranged":29,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":30}},"price":0},"22143":{"id":22143,"name":"Adamant kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":5440,"lowalch":2176,"highalch":3264,"wiki_name":"Adamant kiteshield (Jogre)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_kiteshield_(Jogre)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":27,"defence_slash":31,"defence_crush":29,"defence_magic":-1,"defence_ranged":29,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":30}},"price":0},"22145":{"id":22145,"name":"Adamant kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":5440,"lowalch":2176,"highalch":3264,"wiki_name":"Adamant kiteshield (Kandarin)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_kiteshield_(Kandarin)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":27,"defence_slash":31,"defence_crush":29,"defence_magic":-1,"defence_ranged":29,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":30}},"price":0},"22147":{"id":22147,"name":"Adamant kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":5440,"lowalch":2176,"highalch":3264,"wiki_name":"Adamant kiteshield (Misthalin)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_kiteshield_(Misthalin)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":27,"defence_slash":31,"defence_crush":29,"defence_magic":-1,"defence_ranged":29,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":30}},"price":0},"22149":{"id":22149,"name":"Adamant kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":5440,"lowalch":2176,"highalch":3264,"wiki_name":"Adamant kiteshield (Money)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_kiteshield_(Money)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":27,"defence_slash":31,"defence_crush":29,"defence_magic":-1,"defence_ranged":29,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":30}},"price":0},"22151":{"id":22151,"name":"Adamant kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":5440,"lowalch":2176,"highalch":3264,"wiki_name":"Adamant kiteshield (Saradomin)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_kiteshield_(Saradomin)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":27,"defence_slash":31,"defence_crush":29,"defence_magic":-1,"defence_ranged":29,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":30}},"price":0},"22153":{"id":22153,"name":"Adamant kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":5440,"lowalch":2176,"highalch":3264,"wiki_name":"Adamant kiteshield (Skull)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_kiteshield_(Skull)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":27,"defence_slash":31,"defence_crush":29,"defence_magic":-1,"defence_ranged":29,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":30}},"price":0},"22155":{"id":22155,"name":"Adamant kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":5440,"lowalch":2176,"highalch":3264,"wiki_name":"Adamant kiteshield (Varrock)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_kiteshield_(Varrock)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":27,"defence_slash":31,"defence_crush":29,"defence_magic":-1,"defence_ranged":29,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":30}},"price":0},"22157":{"id":22157,"name":"Adamant kiteshield","members":true,"equipable":true,"equipable_by_player":true,"cost":5440,"lowalch":2176,"highalch":3264,"wiki_name":"Adamant kiteshield (Zamorak)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_kiteshield_(Zamorak)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":27,"defence_slash":31,"defence_crush":29,"defence_magic":-1,"defence_ranged":29,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":30}},"price":0},"22159":{"id":22159,"name":"Adamant heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":3520,"lowalch":1408,"highalch":2112,"wiki_name":"Adamant heraldic helm (Arrav)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_heraldic_helm_(Arrav)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":19,"defence_slash":21,"defence_crush":16,"defence_magic":-1,"defence_ranged":19,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":30}},"price":0},"22161":{"id":22161,"name":"Adamant heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":3520,"lowalch":1408,"highalch":2112,"wiki_name":"Adamant heraldic helm (Asgarnia)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_heraldic_helm_(Asgarnia)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":19,"defence_slash":21,"defence_crush":16,"defence_magic":-1,"defence_ranged":19,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":30}},"price":0},"22163":{"id":22163,"name":"Adamant heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":3520,"lowalch":1408,"highalch":2112,"wiki_name":"Adamant heraldic helm (Dorgeshuun)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_heraldic_helm_(Dorgeshuun)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":19,"defence_slash":21,"defence_crush":16,"defence_magic":-1,"defence_ranged":19,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":30}},"price":0},"22165":{"id":22165,"name":"Adamant heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":3520,"lowalch":1408,"highalch":2112,"wiki_name":"Adamant heraldic helm (Dragon)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_heraldic_helm_(Dragon)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":19,"defence_slash":21,"defence_crush":16,"defence_magic":-1,"defence_ranged":19,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":30}},"price":0},"22167":{"id":22167,"name":"Adamant heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":3520,"lowalch":1408,"highalch":2112,"wiki_name":"Adamant heraldic helm (Fairy)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_heraldic_helm_(Fairy)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":19,"defence_slash":21,"defence_crush":16,"defence_magic":-1,"defence_ranged":19,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":30}},"price":0},"22169":{"id":22169,"name":"Adamant heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":3520,"lowalch":1408,"highalch":2112,"wiki_name":"Adamant heraldic helm (Guthix)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_heraldic_helm_(Guthix)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":19,"defence_slash":21,"defence_crush":16,"defence_magic":-1,"defence_ranged":19,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":30}},"price":0},"22171":{"id":22171,"name":"Adamant heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":3520,"lowalch":1408,"highalch":2112,"wiki_name":"Adamant heraldic helm (HAM)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_heraldic_helm_(HAM)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":19,"defence_slash":21,"defence_crush":16,"defence_magic":-1,"defence_ranged":19,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":30}},"price":0},"22173":{"id":22173,"name":"Adamant heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":3520,"lowalch":1408,"highalch":2112,"wiki_name":"Adamant heraldic helm (Horse)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_heraldic_helm_(Horse)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":19,"defence_slash":21,"defence_crush":16,"defence_magic":-1,"defence_ranged":19,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":30}},"price":0},"22175":{"id":22175,"name":"Adamant heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":3520,"lowalch":1408,"highalch":2112,"wiki_name":"Adamant heraldic helm (Jogre)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_heraldic_helm_(Jogre)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":19,"defence_slash":21,"defence_crush":16,"defence_magic":-1,"defence_ranged":19,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":30}},"price":0},"22177":{"id":22177,"name":"Adamant heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":3520,"lowalch":1408,"highalch":2112,"wiki_name":"Adamant heraldic helm (Kandarin)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_heraldic_helm_(Kandarin)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":19,"defence_slash":21,"defence_crush":16,"defence_magic":-1,"defence_ranged":19,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":30}},"price":0},"22179":{"id":22179,"name":"Adamant heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":3520,"lowalch":1408,"highalch":2112,"wiki_name":"Adamant heraldic helm (Misthalin)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_heraldic_helm_(Misthalin)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":19,"defence_slash":21,"defence_crush":16,"defence_magic":-1,"defence_ranged":19,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":30}},"price":0},"22181":{"id":22181,"name":"Adamant heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":3520,"lowalch":1408,"highalch":2112,"wiki_name":"Adamant heraldic helm (Money)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_heraldic_helm_(Money)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":19,"defence_slash":21,"defence_crush":16,"defence_magic":-1,"defence_ranged":19,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":30}},"price":0},"22183":{"id":22183,"name":"Adamant heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":3520,"lowalch":1408,"highalch":2112,"wiki_name":"Adamant heraldic helm (Saradomin)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_heraldic_helm_(Saradomin)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":19,"defence_slash":21,"defence_crush":16,"defence_magic":-1,"defence_ranged":19,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":30}},"price":0},"22185":{"id":22185,"name":"Adamant heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":3520,"lowalch":1408,"highalch":2112,"wiki_name":"Adamant heraldic helm (Skull)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_heraldic_helm_(Skull)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":19,"defence_slash":21,"defence_crush":16,"defence_magic":-1,"defence_ranged":19,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":30}},"price":0},"22187":{"id":22187,"name":"Adamant heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":3520,"lowalch":1408,"highalch":2112,"wiki_name":"Adamant heraldic helm (Varrock)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_heraldic_helm_(Varrock)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":19,"defence_slash":21,"defence_crush":16,"defence_magic":-1,"defence_ranged":19,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":30}},"price":0},"22189":{"id":22189,"name":"Adamant heraldic helm","members":true,"equipable":true,"equipable_by_player":true,"cost":3520,"lowalch":1408,"highalch":2112,"wiki_name":"Adamant heraldic helm (Zamorak)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_heraldic_helm_(Zamorak)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":19,"defence_slash":21,"defence_crush":16,"defence_magic":-1,"defence_ranged":19,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":30}},"price":0},"22191":{"id":22191,"name":"Useful rock","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Useful rock","wiki_url":"https://oldschool.runescape.wiki/w/Useful_rock","price":0},"22192":{"id":22192,"name":"Maple bird house","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":250,"wiki_name":"Maple bird house","wiki_url":"https://oldschool.runescape.wiki/w/Maple_bird_house","price":914},"22195":{"id":22195,"name":"Mahogany bird house","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":250,"wiki_name":"Mahogany bird house","wiki_url":"https://oldschool.runescape.wiki/w/Mahogany_bird_house","price":1735},"22198":{"id":22198,"name":"Yew bird house","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":250,"wiki_name":"Yew bird house","wiki_url":"https://oldschool.runescape.wiki/w/Yew_bird_house","price":1337},"22201":{"id":22201,"name":"Magic bird house","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":250,"wiki_name":"Magic bird house","wiki_url":"https://oldschool.runescape.wiki/w/Magic_bird_house","price":2346},"22204":{"id":22204,"name":"Redwood bird house","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":250,"wiki_name":"Redwood bird house","wiki_url":"https://oldschool.runescape.wiki/w/Redwood_bird_house","price":1738},"22207":{"id":22207,"name":"Glistening tear","members":true,"stackable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Glistening tear","wiki_url":"https://oldschool.runescape.wiki/w/Glistening_tear","price":0},"22208":{"id":22208,"name":"Wrath rune","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wrath rune (Barbarian Assault)","wiki_url":"https://oldschool.runescape.wiki/w/Wrath_rune_(Barbarian_Assault)","price":0},"22209":{"id":22209,"name":"Extended super antifire(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":800,"lowalch":320,"highalch":480,"buy_limit":2000,"wiki_name":"Extended super antifire (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Extended_super_antifire#4_dose","price":10776},"22212":{"id":22212,"name":"Extended super antifire(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":760,"lowalch":304,"highalch":456,"buy_limit":2000,"wiki_name":"Extended super antifire (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Extended_super_antifire#3_dose","price":8868},"22215":{"id":22215,"name":"Extended super antifire(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":720,"lowalch":288,"highalch":432,"buy_limit":2000,"wiki_name":"Extended super antifire (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Extended_super_antifire#2_dose","price":5369},"22218":{"id":22218,"name":"Extended super antifire(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":680,"lowalch":272,"highalch":408,"buy_limit":2000,"wiki_name":"Extended super antifire (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Extended_super_antifire#1_dose","price":2596},"22221":{"id":22221,"name":"Extended super antifire mix(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":240,"lowalch":96,"highalch":144,"buy_limit":2000,"wiki_name":"Extended super antifire mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Extended_super_antifire_mix#2_dose","price":10403},"22224":{"id":22224,"name":"Extended super antifire mix(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":2000,"wiki_name":"Extended super antifire mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Extended_super_antifire_mix#1_dose","price":16950},"22227":{"id":22227,"name":"Bullet arrow","members":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bullet arrow","wiki_url":"https://oldschool.runescape.wiki/w/Bullet_arrow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":46,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":125,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":null},"price":0},"22228":{"id":22228,"name":"Field arrow","members":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Field arrow","wiki_url":"https://oldschool.runescape.wiki/w/Field_arrow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":46,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":125,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":null},"price":0},"22229":{"id":22229,"name":"Blunt arrow","members":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blunt arrow","wiki_url":"https://oldschool.runescape.wiki/w/Blunt_arrow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":46,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":125,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":null},"price":0},"22230":{"id":22230,"name":"Barbed arrow","members":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Barbed arrow","wiki_url":"https://oldschool.runescape.wiki/w/Barbed_arrow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":46,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":125,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":null},"price":0},"22231":{"id":22231,"name":"Dragon boots ornament kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Dragon boots ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_boots_ornament_kit","price":36452},"22234":{"id":22234,"name":"Dragon boots (g)","members":true,"equipable":true,"equipable_by_player":true,"cost":20000,"lowalch":8000,"highalch":12000,"wiki_name":"Dragon boots (g)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_boots_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":16,"defence_slash":17,"defence_crush":18,"defence_magic":0,"defence_ranged":0,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"defence":60}},"price":0},"22236":{"id":22236,"name":"Dragon platebody ornament kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Dragon platebody ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_platebody_ornament_kit","price":11762525},"22239":{"id":22239,"name":"Dragon kiteshield ornament kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Dragon kiteshield ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_kiteshield_ornament_kit","price":4275504},"22242":{"id":22242,"name":"Dragon platebody (g)","members":true,"equipable":true,"equipable_by_player":true,"cost":2000000,"lowalch":800000,"highalch":1200000,"wiki_name":"Dragon platebody (g)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_platebody_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":109,"defence_slash":107,"defence_crush":97,"defence_magic":-6,"defence_ranged":106,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":60}},"price":0},"22244":{"id":22244,"name":"Dragon kiteshield (g)","members":true,"equipable":true,"equipable_by_player":true,"cost":1600000,"lowalch":640000,"highalch":960000,"wiki_name":"Dragon kiteshield (g)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_kiteshield_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":56,"defence_slash":60,"defence_crush":58,"defence_magic":-1,"defence_ranged":58,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":60}},"price":0},"22246":{"id":22246,"name":"Anguish ornament kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Anguish ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Anguish_ornament_kit","price":7760184},"22249":{"id":22249,"name":"Necklace of anguish (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":202000,"lowalch":80800,"highalch":121200,"wiki_name":"Necklace of anguish (or)","wiki_url":"https://oldschool.runescape.wiki/w/Necklace_of_anguish_(or)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":15,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":5,"magic_damage":0,"prayer":2,"slot":"neck","requirements":{"hitpoints":75}},"price":0},"22251":{"id":22251,"name":"Oak shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"buy_limit":125,"wiki_name":"Oak shield","wiki_url":"https://oldschool.runescape.wiki/w/Oak_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":5,"defence_slash":6,"defence_crush":4,"defence_magic":1,"defence_ranged":5,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":10}},"price":1},"22254":{"id":22254,"name":"Willow shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":125,"wiki_name":"Willow shield","wiki_url":"https://oldschool.runescape.wiki/w/Willow_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":6,"defence_slash":7,"defence_crush":5,"defence_magic":2,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":30}},"price":1},"22257":{"id":22257,"name":"Maple shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":320,"lowalch":128,"highalch":192,"buy_limit":125,"wiki_name":"Maple shield","wiki_url":"https://oldschool.runescape.wiki/w/Maple_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":7,"defence_slash":8,"defence_crush":6,"defence_magic":2,"defence_ranged":7,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":55},"22260":{"id":22260,"name":"Yew shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":640,"lowalch":256,"highalch":384,"buy_limit":125,"wiki_name":"Yew shield","wiki_url":"https://oldschool.runescape.wiki/w/Yew_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":8,"defence_slash":9,"defence_crush":7,"defence_magic":3,"defence_ranged":8,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":119},"22263":{"id":22263,"name":"Magic shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1280,"lowalch":512,"highalch":768,"buy_limit":125,"wiki_name":"Magic shield","wiki_url":"https://oldschool.runescape.wiki/w/Magic_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":10,"defence_slash":13,"defence_crush":9,"defence_magic":3,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":794},"22266":{"id":22266,"name":"Redwood shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1280,"lowalch":512,"highalch":768,"buy_limit":125,"wiki_name":"Redwood shield","wiki_url":"https://oldschool.runescape.wiki/w/Redwood_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":12,"defence_slash":15,"defence_crush":11,"defence_magic":4,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":465},"22269":{"id":22269,"name":"Hard leather shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":125,"wiki_name":"Hard leather shield","wiki_url":"https://oldschool.runescape.wiki/w/Hard_leather_shield","equipment":{"attack_stab":-15,"attack_slash":-15,"attack_crush":-11,"attack_magic":-10,"attack_ranged":2,"defence_stab":8,"defence_slash":7,"defence_crush":7,"defence_magic":5,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"ranged":20,"defence":10}},"price":90},"22272":{"id":22272,"name":"Snakeskin shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":920,"lowalch":368,"highalch":552,"buy_limit":125,"wiki_name":"Snakeskin shield","wiki_url":"https://oldschool.runescape.wiki/w/Snakeskin_shield","equipment":{"attack_stab":-15,"attack_slash":-15,"attack_crush":-11,"attack_magic":-10,"attack_ranged":3,"defence_stab":10,"defence_slash":9,"defence_crush":8,"defence_magic":7,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"ranged":30,"defence":30}},"price":268},"22275":{"id":22275,"name":"Green d'hide shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5500,"lowalch":2200,"highalch":3300,"buy_limit":125,"wiki_name":"Green d'hide shield","wiki_url":"https://oldschool.runescape.wiki/w/Green_d'hide_shield","equipment":{"attack_stab":-15,"attack_slash":-15,"attack_crush":-11,"attack_magic":-10,"attack_ranged":4,"defence_stab":14,"defence_slash":12,"defence_crush":11,"defence_magic":9,"defence_ranged":11,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"ranged":40,"defence":40}},"price":2913},"22278":{"id":22278,"name":"Blue d'hide shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":7500,"lowalch":3000,"highalch":4500,"buy_limit":125,"wiki_name":"Blue d'hide shield","wiki_url":"https://oldschool.runescape.wiki/w/Blue_d'hide_shield","equipment":{"attack_stab":-15,"attack_slash":-15,"attack_crush":-11,"attack_magic":-10,"attack_ranged":5,"defence_stab":16,"defence_slash":14,"defence_crush":12,"defence_magic":12,"defence_ranged":12,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"ranged":50,"defence":40}},"price":5630},"22281":{"id":22281,"name":"Red d'hide shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":11000,"lowalch":4400,"highalch":6600,"buy_limit":125,"wiki_name":"Red d'hide shield","wiki_url":"https://oldschool.runescape.wiki/w/Red_d'hide_shield","equipment":{"attack_stab":-15,"attack_slash":-15,"attack_crush":-11,"attack_magic":-10,"attack_ranged":6,"defence_stab":18,"defence_slash":16,"defence_crush":14,"defence_magic":13,"defence_ranged":13,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"ranged":60,"defence":40}},"price":8107},"22284":{"id":22284,"name":"Black d'hide shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":28334,"lowalch":11333,"highalch":17000,"buy_limit":125,"wiki_name":"Black d'hide shield","wiki_url":"https://oldschool.runescape.wiki/w/Black_d'hide_shield","equipment":{"attack_stab":-15,"attack_slash":-15,"attack_crush":-11,"attack_magic":-10,"attack_ranged":7,"defence_stab":21,"defence_slash":18,"defence_crush":16,"defence_magic":15,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"ranged":70,"defence":40}},"price":19324},"22287":{"id":22287,"name":"Leather shields flyer","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Leather shields flyer","wiki_url":"https://oldschool.runescape.wiki/w/Leather_shields_flyer","price":0},"22288":{"id":22288,"name":"Trident of the seas (e)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":98500,"lowalch":39400,"highalch":59100,"wiki_name":"Trident of the seas (e) (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Trident_of_the_seas_(e)#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":75}},"weapon":{"attack_speed":4,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":0},"22290":{"id":22290,"name":"Uncharged trident (e)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":98000,"lowalch":39200,"highalch":58800,"buy_limit":8,"wiki_name":"Trident of the seas (e) (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Trident_of_the_seas_(e)#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":75}},"weapon":{"attack_speed":4,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":8477778},"22292":{"id":22292,"name":"Trident of the swamp (e)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":108500,"lowalch":43400,"highalch":65100,"wiki_name":"Trident of the swamp (e) (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Trident_of_the_swamp_(e)#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":25,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":75}},"weapon":{"attack_speed":4,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":0},"22294":{"id":22294,"name":"Uncharged toxic trident (e)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":108000,"lowalch":43200,"highalch":64800,"buy_limit":8,"wiki_name":"Trident of the swamp (e) (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Trident_of_the_swamp_(e)#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":25,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":75}},"weapon":{"attack_speed":4,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":10749588},"22296":{"id":22296,"name":"Staff of light","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000005,"lowalch":400002,"highalch":600003,"buy_limit":8,"wiki_name":"Staff of light","wiki_url":"https://oldschool.runescape.wiki/w/Staff_of_light","equipment":{"attack_stab":55,"attack_slash":70,"attack_crush":0,"attack_magic":17,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":3,"defence_magic":17,"defence_ranged":0,"melee_strength":72,"ranged_strength":0,"magic_damage":15,"prayer":0,"slot":"weapon","requirements":{"magic":75,"attack":75}},"weapon":{"attack_speed":4,"weapon_type":"bladed_staff","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":12580144},"22299":{"id":22299,"name":"Ancient medallion","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4000000,"lowalch":1600000,"highalch":2400000,"buy_limit":250,"wiki_name":"Ancient medallion","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_medallion","price":3996020},"22302":{"id":22302,"name":"Ancient effigy","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":8000000,"lowalch":3200000,"highalch":4800000,"buy_limit":250,"wiki_name":"Ancient effigy","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_effigy","price":7993127},"22305":{"id":22305,"name":"Ancient relic","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":16000000,"lowalch":6400000,"highalch":9600000,"buy_limit":250,"wiki_name":"Ancient relic","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_relic","price":15985195},"22308":{"id":22308,"name":"Healer icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Healer icon (Handlebar)","wiki_url":"https://oldschool.runescape.wiki/w/Healer_icon#Handlebar","price":0},"22309":{"id":22309,"name":"Healer icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Healer icon (Short)","wiki_url":"https://oldschool.runescape.wiki/w/Healer_icon#Short","price":0},"22310":{"id":22310,"name":"Healer icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Healer icon (Small moustache)","wiki_url":"https://oldschool.runescape.wiki/w/Healer_icon#Small_moustache","price":0},"22311":{"id":22311,"name":"Healer icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Healer icon (Long)","wiki_url":"https://oldschool.runescape.wiki/w/Healer_icon#Long","price":0},"22312":{"id":22312,"name":"Collector icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Collector icon (Dali)","wiki_url":"https://oldschool.runescape.wiki/w/Collector_icon#Dali","price":0},"22313":{"id":22313,"name":"Collector icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Collector icon (Big moustache)","wiki_url":"https://oldschool.runescape.wiki/w/Collector_icon#Big_moustache","price":0},"22314":{"id":22314,"name":"Collector icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Collector icon (Mutton)","wiki_url":"https://oldschool.runescape.wiki/w/Collector_icon#Mutton","price":0},"22315":{"id":22315,"name":"Collector icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Collector icon (Split)","wiki_url":"https://oldschool.runescape.wiki/w/Collector_icon#Split","price":0},"22316":{"id":22316,"name":"Prop sword","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Prop sword","wiki_url":"https://oldschool.runescape.wiki/w/Prop_sword","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"22318":{"id":22318,"name":"Pet corporeal critter","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pet dark core (Corporeal Critter)","wiki_url":"https://oldschool.runescape.wiki/w/Pet_dark_core#Corporeal_Critter","price":0},"22319":{"id":22319,"name":"Tzrek-zuk","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Jal-nib-rek (TzRek-Zuk)","wiki_url":"https://oldschool.runescape.wiki/w/Jal-nib-rek#TzRek-Zuk","price":0},"22320":{"id":22320,"name":"Champion's lamp","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Champion's lamp","wiki_url":"https://oldschool.runescape.wiki/w/Champion's_lamp","price":0},"22321":{"id":22321,"name":"Rotten cabbage","cost":1,"wiki_name":"Rotten cabbage","wiki_url":"https://oldschool.runescape.wiki/w/Rotten_cabbage","price":0},"22322":{"id":22322,"name":"Avernic defender","members":true,"equipable":true,"equipable_by_player":true,"cost":2500000,"lowalch":1000000,"highalch":1500000,"wiki_name":"Avernic defender (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Avernic_defender#Normal","equipment":{"attack_stab":30,"attack_slash":29,"attack_crush":28,"attack_magic":-5,"attack_ranged":-4,"defence_stab":30,"defence_slash":29,"defence_crush":28,"defence_magic":-5,"defence_ranged":-4,"melee_strength":8,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"attack":70,"defence":70}},"price":0},"22323":{"id":22323,"name":"Sanguinesti staff","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000000,"lowalch":2000000,"highalch":3000000,"wiki_name":"Sanguinesti staff (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Sanguinesti_staff#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":25,"attack_ranged":-4,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":75}},"weapon":{"attack_speed":4,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":0},"22324":{"id":22324,"name":"Ghrazi rapier","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000000,"lowalch":2000000,"highalch":3000000,"buy_limit":8,"wiki_name":"Ghrazi rapier","wiki_url":"https://oldschool.runescape.wiki/w/Ghrazi_rapier","equipment":{"attack_stab":94,"attack_slash":55,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":89,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":75}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":62750701},"22325":{"id":22325,"name":"Scythe of vitur","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":4000000,"lowalch":1600000,"highalch":2400000,"wiki_name":"Scythe of vitur (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Scythe_of_vitur#Charged","equipment":{"attack_stab":70,"attack_slash":125,"attack_crush":30,"attack_magic":-6,"attack_ranged":0,"defence_stab":-2,"defence_slash":8,"defence_crush":10,"defence_magic":0,"defence_ranged":0,"melee_strength":75,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":75,"strength":75}},"weapon":{"attack_speed":5,"weapon_type":"scythe","stances":[{"combat_style":"reap","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"chop","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"jab","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"22326":{"id":22326,"name":"Justiciar faceguard","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000000,"lowalch":800000,"highalch":1200000,"buy_limit":8,"wiki_name":"Justiciar faceguard","wiki_url":"https://oldschool.runescape.wiki/w/Justiciar_faceguard","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":60,"defence_slash":63,"defence_crush":59,"defence_magic":-6,"defence_ranged":67,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"head","requirements":{"defence":75}},"price":15294469},"22327":{"id":22327,"name":"Justiciar chestguard","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":6000000,"lowalch":2400000,"highalch":3600000,"buy_limit":8,"wiki_name":"Justiciar chestguard","wiki_url":"https://oldschool.runescape.wiki/w/Justiciar_chestguard","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-40,"attack_ranged":-20,"defence_stab":132,"defence_slash":130,"defence_crush":117,"defence_magic":-16,"defence_ranged":142,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"body","requirements":{"defence":75}},"price":16041963},"22328":{"id":22328,"name":"Justiciar legguards","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":4500000,"lowalch":1800000,"highalch":2700000,"buy_limit":8,"wiki_name":"Justiciar legguards","wiki_url":"https://oldschool.runescape.wiki/w/Justiciar_legguards","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-31,"attack_ranged":-17,"defence_stab":95,"defence_slash":92,"defence_crush":93,"defence_magic":-14,"defence_ranged":102,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"legs","requirements":{"defence":75}},"price":10860002},"22330":{"id":22330,"name":"Deadman starter pack","cost":500,"wiki_name":"Deadman starter pack","wiki_url":"https://oldschool.runescape.wiki/w/Deadman_starter_pack","price":0},"22331":{"id":22331,"name":"Starter sword","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":500,"wiki_name":"Starter sword","wiki_url":"https://oldschool.runescape.wiki/w/Starter_sword","equipment":{"attack_stab":5,"attack_slash":21,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":20,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"22333":{"id":22333,"name":"Starter bow","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":500,"wiki_name":"Starter bow","wiki_url":"https://oldschool.runescape.wiki/w/Starter_bow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":20,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":7,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"22335":{"id":22335,"name":"Starter staff","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":500,"wiki_name":"Starter staff","wiki_url":"https://oldschool.runescape.wiki/w/Starter_staff","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":10,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":10,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":0},"22337":{"id":22337,"name":"Collector icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Collector icon (Short)","wiki_url":"https://oldschool.runescape.wiki/w/Collector_icon#Short","price":0},"22338":{"id":22338,"name":"Collector icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Collector icon (Small moustache)","wiki_url":"https://oldschool.runescape.wiki/w/Collector_icon#Small_moustache","price":0},"22339":{"id":22339,"name":"Collector icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Collector icon (Goatee)","wiki_url":"https://oldschool.runescape.wiki/w/Collector_icon#Goatee","price":0},"22340":{"id":22340,"name":"Defender icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Defender icon (Waxed moustache)","wiki_url":"https://oldschool.runescape.wiki/w/Defender_icon#Waxed_moustache","price":0},"22341":{"id":22341,"name":"Defender icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Defender icon (Full mutton)","wiki_url":"https://oldschool.runescape.wiki/w/Defender_icon#Full_mutton","price":0},"22342":{"id":22342,"name":"Defender icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Defender icon (Handlebar)","wiki_url":"https://oldschool.runescape.wiki/w/Defender_icon#Handlebar","price":0},"22343":{"id":22343,"name":"Defender icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Defender icon (Pointy)","wiki_url":"https://oldschool.runescape.wiki/w/Defender_icon#Pointy","price":0},"22344":{"id":22344,"name":"Defender icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Defender icon (Small moustache)","wiki_url":"https://oldschool.runescape.wiki/w/Defender_icon#Small_moustache","price":0},"22345":{"id":22345,"name":"Defender icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Defender icon (Long)","wiki_url":"https://oldschool.runescape.wiki/w/Defender_icon#Long","price":0},"22346":{"id":22346,"name":"Attacker icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Attacker icon (Vizier)","wiki_url":"https://oldschool.runescape.wiki/w/Attacker_icon#Vizier","price":0},"22347":{"id":22347,"name":"Attacker icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Attacker icon (Waxed moustache)","wiki_url":"https://oldschool.runescape.wiki/w/Attacker_icon#Waxed_moustache","price":0},"22348":{"id":22348,"name":"Attacker icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Attacker icon (Full mutton)","wiki_url":"https://oldschool.runescape.wiki/w/Attacker_icon#Full_mutton","price":0},"22349":{"id":22349,"name":"Attacker icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Attacker icon (Handlebar)","wiki_url":"https://oldschool.runescape.wiki/w/Attacker_icon#Handlebar","price":0},"22351":{"id":22351,"name":"Eggshell platebody","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Eggshell platebody","wiki_url":"https://oldschool.runescape.wiki/w/Eggshell_platebody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"22353":{"id":22353,"name":"Eggshell platelegs","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Eggshell platelegs","wiki_url":"https://oldschool.runescape.wiki/w/Eggshell_platelegs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"22355":{"id":22355,"name":"Holy handegg","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Holy handegg","wiki_url":"https://oldschool.runescape.wiki/w/Holy_handegg","price":0},"22358":{"id":22358,"name":"Peaceful handegg","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Peaceful handegg","wiki_url":"https://oldschool.runescape.wiki/w/Peaceful_handegg","price":0},"22361":{"id":22361,"name":"Chaotic handegg","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chaotic handegg","wiki_url":"https://oldschool.runescape.wiki/w/Chaotic_handegg","price":0},"22364":{"id":22364,"name":"Oculus orb","cost":40,"lowalch":16,"highalch":24,"wiki_name":"Oculus orb","wiki_url":"https://oldschool.runescape.wiki/w/Oculus_orb","price":0},"22365":{"id":22365,"name":"Certificate","members":true,"cost":50,"wiki_name":"Shayzien favour certificate","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_favour_certificate","price":0},"22367":{"id":22367,"name":"Certificate","members":true,"cost":50,"wiki_name":"Kourend favour certificate","wiki_url":"https://oldschool.runescape.wiki/w/Kourend_favour_certificate","price":0},"22368":{"id":22368,"name":"Bryophyta's staff (uncharged)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":65000,"lowalch":26000,"highalch":39000,"buy_limit":8,"wiki_name":"Bryophyta's staff (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Bryophyta's_staff#Uncharged","equipment":{"attack_stab":10,"attack_slash":-1,"attack_crush":40,"attack_magic":15,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":15,"defence_ranged":0,"melee_strength":50,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":30,"magic":30}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":10105815},"22370":{"id":22370,"name":"Bryophyta's staff","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":65000,"lowalch":26000,"highalch":39000,"wiki_name":"Bryophyta's staff (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Bryophyta's_staff#Charged","equipment":{"attack_stab":10,"attack_slash":-1,"attack_crush":40,"attack_magic":15,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":15,"defence_ranged":0,"melee_strength":50,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":30,"magic":30}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"22372":{"id":22372,"name":"Bryophyta's essence","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":7000,"lowalch":2800,"highalch":4200,"buy_limit":100,"wiki_name":"Bryophyta's essence","wiki_url":"https://oldschool.runescape.wiki/w/Bryophyta's_essence","price":10225000},"22374":{"id":22374,"name":"Mossy key","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mossy key","wiki_url":"https://oldschool.runescape.wiki/w/Mossy_key","price":0},"22376":{"id":22376,"name":"Puppadile","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Olmlet (Puppadile)","wiki_url":"https://oldschool.runescape.wiki/w/Olmlet#Puppadile","price":0},"22378":{"id":22378,"name":"Tektiny","incomplete":true,"members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tektiny (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Tektiny#Normal","price":0},"22380":{"id":22380,"name":"Vanguard","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Olmlet (Vanguard)","wiki_url":"https://oldschool.runescape.wiki/w/Olmlet#Vanguard","price":0},"22382":{"id":22382,"name":"Vasa minirio","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Olmlet (Vasa minirio)","wiki_url":"https://oldschool.runescape.wiki/w/Olmlet#Vasa_minirio","price":0},"22384":{"id":22384,"name":"Vespina","incomplete":true,"members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Vespina (Crawling)","wiki_url":"https://oldschool.runescape.wiki/w/Vespina#Crawling","price":0},"22386":{"id":22386,"name":"Metamorphic dust","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Metamorphic dust","wiki_url":"https://oldschool.runescape.wiki/w/Metamorphic_dust","price":0},"22388":{"id":22388,"name":"Xeric's guard","members":true,"equipable":true,"equipable_by_player":true,"cost":400,"lowalch":160,"highalch":240,"wiki_name":"Xeric's guard","wiki_url":"https://oldschool.runescape.wiki/w/Xeric's_guard","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"22390":{"id":22390,"name":"Xeric's warrior","members":true,"equipable":true,"equipable_by_player":true,"cost":400,"lowalch":160,"highalch":240,"wiki_name":"Xeric's warrior","wiki_url":"https://oldschool.runescape.wiki/w/Xeric's_warrior","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"22392":{"id":22392,"name":"Xeric's sentinel","members":true,"equipable":true,"equipable_by_player":true,"cost":400,"lowalch":160,"highalch":240,"wiki_name":"Xeric's sentinel","wiki_url":"https://oldschool.runescape.wiki/w/Xeric's_sentinel","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"22394":{"id":22394,"name":"Xeric's general","members":true,"equipable":true,"equipable_by_player":true,"cost":400,"lowalch":160,"highalch":240,"wiki_name":"Xeric's general","wiki_url":"https://oldschool.runescape.wiki/w/Xeric's_general","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"22396":{"id":22396,"name":"Xeric's champion","members":true,"equipable":true,"equipable_by_player":true,"cost":400,"lowalch":160,"highalch":240,"wiki_name":"Xeric's champion","wiki_url":"https://oldschool.runescape.wiki/w/Xeric's_champion","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"22398":{"id":22398,"name":"Ivandis flail","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":20000,"wiki_name":"Ivandis flail","wiki_url":"https://oldschool.runescape.wiki/w/Ivandis_flail","equipment":{"attack_stab":24,"attack_slash":38,"attack_crush":62,"attack_magic":8,"attack_ranged":0,"defence_stab":4,"defence_slash":4,"defence_crush":2,"defence_magic":8,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"weapon","requirements":{"attack":40}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"22400":{"id":22400,"name":"Drakan's medallion","members":true,"equipable":true,"equipable_by_player":true,"cost":200,"wiki_name":"Drakan's medallion","wiki_url":"https://oldschool.runescape.wiki/w/Drakan's_medallion","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0,"lowalch":80,"highalch":120},"22402":{"id":22402,"name":"Mysterious herb","members":true,"cost":100,"wiki_name":"Mysterious herb","wiki_url":"https://oldschool.runescape.wiki/w/Mysterious_herb","price":0},"22403":{"id":22403,"name":"Mysterious meat","members":true,"cost":100,"wiki_name":"Mysterious meat","wiki_url":"https://oldschool.runescape.wiki/w/Mysterious_meat","price":0},"22404":{"id":22404,"name":"Mysterious crushed meat","members":true,"cost":100,"wiki_name":"Mysterious crushed meat","wiki_url":"https://oldschool.runescape.wiki/w/Mysterious_crushed_meat","price":0},"22406":{"id":22406,"name":"Unfinished blood potion","members":true,"cost":100,"wiki_name":"Unfinished blood potion","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_blood_potion","price":0},"22407":{"id":22407,"name":"Blood potion","members":true,"cost":100,"wiki_name":"Blood potion","wiki_url":"https://oldschool.runescape.wiki/w/Blood_potion","price":0},"22408":{"id":22408,"name":"Unfinished potion","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Unfinished potion (A Taste of Hope)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_potion_(A_Taste_of_Hope)","price":0},"22409":{"id":22409,"name":"Potion","members":true,"cost":100,"wiki_name":"Potion (A Taste of Hope)","wiki_url":"https://oldschool.runescape.wiki/w/Potion_(A_Taste_of_Hope)","price":0},"22410":{"id":22410,"name":"Old notes","members":true,"cost":100,"wiki_name":"Old notes (A Taste of Hope)","wiki_url":"https://oldschool.runescape.wiki/w/Old_notes_(A_Taste_of_Hope)","price":0},"22411":{"id":22411,"name":"Old diary","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old diary","wiki_url":"https://oldschool.runescape.wiki/w/Old_diary","price":0},"22413":{"id":22413,"name":"Flaygian's notes","members":true,"cost":100,"wiki_name":"Flaygian's notes","wiki_url":"https://oldschool.runescape.wiki/w/Flaygian's_notes","price":0},"22414":{"id":22414,"name":"Chain","members":true,"cost":100,"wiki_name":"Chain","wiki_url":"https://oldschool.runescape.wiki/w/Chain","price":0},"22415":{"id":22415,"name":"Tome of experience","members":true,"cost":1,"wiki_name":"Tome of experience (A Taste of Hope)","wiki_url":"https://oldschool.runescape.wiki/w/Tome_of_experience_(A_Taste_of_Hope)","price":0},"22416":{"id":22416,"name":"The turncloak","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"The turncloak","wiki_url":"https://oldschool.runescape.wiki/w/The_turncloak","price":0},"22418":{"id":22418,"name":"Explosive discovery","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Explosive discovery","wiki_url":"https://oldschool.runescape.wiki/w/Explosive_discovery","price":0},"22420":{"id":22420,"name":"Bloody grimoire","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bloody grimoire","wiki_url":"https://oldschool.runescape.wiki/w/Bloody_grimoire","price":0},"22422":{"id":22422,"name":"Elixir of everlasting","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Elixir of everlasting","wiki_url":"https://oldschool.runescape.wiki/w/Elixir_of_everlasting","price":0},"22424":{"id":22424,"name":"Buried alive","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Buried alive","wiki_url":"https://oldschool.runescape.wiki/w/Buried_alive","price":0},"22426":{"id":22426,"name":"Deed","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Deed","wiki_url":"https://oldschool.runescape.wiki/w/Deed","price":0},"22428":{"id":22428,"name":"Old key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old key","wiki_url":"https://oldschool.runescape.wiki/w/Old_key","price":0},"22430":{"id":22430,"name":"Bloody bracer","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":2000,"wiki_name":"Bloody bracer","wiki_url":"https://oldschool.runescape.wiki/w/Bloody_bracer","price":901},"22433":{"id":22433,"name":"Emerald sickle (b)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Emerald sickle (b)","wiki_url":"https://oldschool.runescape.wiki/w/Emerald_sickle_(b)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":1,"defence_ranged":1,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"22435":{"id":22435,"name":"Enchanted emerald sickle (b)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Enchanted emerald sickle (b)","wiki_url":"https://oldschool.runescape.wiki/w/Enchanted_emerald_sickle_(b)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":1,"defence_ranged":1,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"22437":{"id":22437,"name":"Rotten carrot","cost":1,"wiki_name":"Rotten carrot","wiki_url":"https://oldschool.runescape.wiki/w/Rotten_carrot","price":0},"22438":{"id":22438,"name":"Justiciar armour set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":145000,"lowalch":58000,"highalch":87000,"buy_limit":5,"wiki_name":"Justiciar armour set","wiki_url":"https://oldschool.runescape.wiki/w/Justiciar_armour_set","price":42482558},"22441":{"id":22441,"name":"Avernic defender (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Avernic defender (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Avernic_defender#Broken","price":0},"22443":{"id":22443,"name":"Cadantine blood potion (unf)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":165,"lowalch":66,"highalch":99,"buy_limit":10000,"wiki_name":"Cadantine blood potion (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Cadantine_blood_potion_(unf)","price":19313},"22446":{"id":22446,"name":"Vial of blood","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":13000,"wiki_name":"Vial of blood","wiki_url":"https://oldschool.runescape.wiki/w/Vial_of_blood","price":13416},"22449":{"id":22449,"name":"Battlemage potion(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":360,"lowalch":144,"highalch":216,"buy_limit":2000,"wiki_name":"Battlemage potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Battlemage_potion#4_dose","price":21392},"22452":{"id":22452,"name":"Battlemage potion(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":270,"lowalch":108,"highalch":162,"buy_limit":2000,"wiki_name":"Battlemage potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Battlemage_potion#3_dose","price":16045},"22455":{"id":22455,"name":"Battlemage potion(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":180,"lowalch":72,"highalch":108,"buy_limit":2000,"wiki_name":"Battlemage potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Battlemage_potion#2_dose","price":11220},"22458":{"id":22458,"name":"Battlemage potion(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":2000,"wiki_name":"Battlemage potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Battlemage_potion#1_dose","price":4545},"22461":{"id":22461,"name":"Bastion potion(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":360,"lowalch":144,"highalch":216,"buy_limit":2000,"wiki_name":"Bastion potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Bastion_potion#4_dose","price":25749},"22464":{"id":22464,"name":"Bastion potion(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":270,"lowalch":108,"highalch":162,"buy_limit":2000,"wiki_name":"Bastion potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Bastion_potion#3_dose","price":18614},"22467":{"id":22467,"name":"Bastion potion(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":180,"lowalch":72,"highalch":108,"buy_limit":2000,"wiki_name":"Bastion potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Bastion_potion#2_dose","price":12400},"22470":{"id":22470,"name":"Bastion potion(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":2000,"wiki_name":"Bastion potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Bastion_potion#1_dose","price":7537},"22473":{"id":22473,"name":"Lil' zik","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Lil' zik (Lil' Zik)","wiki_url":"https://oldschool.runescape.wiki/w/Lil'_zik#Lil'_Zik","price":0},"22475":{"id":22475,"name":"Message","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Message (Theatre of Blood)","wiki_url":"https://oldschool.runescape.wiki/w/Message_(Theatre_of_Blood)","price":0},"22477":{"id":22477,"name":"Avernic defender hilt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2500000,"lowalch":1000000,"highalch":1500000,"buy_limit":8,"wiki_name":"Avernic defender hilt","wiki_url":"https://oldschool.runescape.wiki/w/Avernic_defender_hilt","price":55843635},"22481":{"id":22481,"name":"Sanguinesti staff (uncharged)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000000,"lowalch":2000000,"highalch":3000000,"buy_limit":8,"wiki_name":"Sanguinesti staff (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Sanguinesti_staff#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":25,"attack_ranged":-4,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":75}},"weapon":{"attack_speed":4,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":83860954},"22486":{"id":22486,"name":"Scythe of vitur (uncharged)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":4000000,"lowalch":1600000,"highalch":2400000,"buy_limit":8,"wiki_name":"Scythe of vitur (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Scythe_of_vitur#Uncharged","equipment":{"attack_stab":50,"attack_slash":75,"attack_crush":10,"attack_magic":-6,"attack_ranged":0,"defence_stab":-2,"defence_slash":6,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":50,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":75,"strength":75}},"weapon":{"attack_speed":5,"weapon_type":"scythe","stances":[{"combat_style":"reap","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"chop","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"jab","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1199809502},"22494":{"id":22494,"name":"Sinhaza shroud tier 1","members":true,"equipable":true,"equipable_by_player":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Sinhaza shroud tier 1","wiki_url":"https://oldschool.runescape.wiki/w/Sinhaza_shroud_tier_1","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"22496":{"id":22496,"name":"Sinhaza shroud tier 2","members":true,"equipable":true,"equipable_by_player":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Sinhaza shroud tier 2","wiki_url":"https://oldschool.runescape.wiki/w/Sinhaza_shroud_tier_2","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"22498":{"id":22498,"name":"Sinhaza shroud tier 3","members":true,"equipable":true,"equipable_by_player":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Sinhaza shroud tier 3","wiki_url":"https://oldschool.runescape.wiki/w/Sinhaza_shroud_tier_3","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"22500":{"id":22500,"name":"Sinhaza shroud tier 4","members":true,"equipable":true,"equipable_by_player":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Sinhaza shroud tier 4","wiki_url":"https://oldschool.runescape.wiki/w/Sinhaza_shroud_tier_4","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"22502":{"id":22502,"name":"Sinhaza shroud tier 5","members":true,"equipable":true,"equipable_by_player":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Sinhaza shroud tier 5","wiki_url":"https://oldschool.runescape.wiki/w/Sinhaza_shroud_tier_5","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"22504":{"id":22504,"name":"Serafina's diary","members":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Serafina's diary","wiki_url":"https://oldschool.runescape.wiki/w/Serafina's_diary","price":0},"22506":{"id":22506,"name":"The butcher","members":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"The butcher","wiki_url":"https://oldschool.runescape.wiki/w/The_butcher","price":0},"22508":{"id":22508,"name":"Arachnids of vampyrium","members":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Arachnids of vampyrium","wiki_url":"https://oldschool.runescape.wiki/w/Arachnids_of_vampyrium","price":0},"22510":{"id":22510,"name":"The shadow realm","members":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"The shadow realm","wiki_url":"https://oldschool.runescape.wiki/w/The_shadow_realm","price":0},"22512":{"id":22512,"name":"The wild hunt","members":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"The wild hunt","wiki_url":"https://oldschool.runescape.wiki/w/The_wild_hunt","price":0},"22514":{"id":22514,"name":"Verzik vitur - patient record","members":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Verzik vitur - patient record","wiki_url":"https://oldschool.runescape.wiki/w/Verzik_vitur_-_patient_record","price":0},"22516":{"id":22516,"name":"Dawnbringer","members":true,"tradeable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Dawnbringer","wiki_url":"https://oldschool.runescape.wiki/w/Dawnbringer","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":25,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":0},"22517":{"id":22517,"name":"Escape crystal","members":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":100000,"wiki_name":"Escape crystal","wiki_url":"https://oldschool.runescape.wiki/w/Escape_crystal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"22519":{"id":22519,"name":"Cabbage","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cabbage (unobtainable item) (Twitch July 2018 buy)","wiki_url":"https://oldschool.runescape.wiki/w/Cabbage_(unobtainable_item)#Twitch_July_2018_buy","price":0},"22520":{"id":22520,"name":"Cabbage","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cabbage (unobtainable item) (Twitch July 2018 unbuy)","wiki_url":"https://oldschool.runescape.wiki/w/Cabbage_(unobtainable_item)#Twitch_July_2018_unbuy","price":0},"22521":{"id":22521,"name":"Coin pouch","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Coin pouch (Man & woman)","wiki_url":"https://oldschool.runescape.wiki/w/Coin_pouch#Man_&_woman","price":0},"22522":{"id":22522,"name":"Coin pouch","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Coin pouch (Farmer)","wiki_url":"https://oldschool.runescape.wiki/w/Coin_pouch#Farmer","price":0},"22523":{"id":22523,"name":"Coin pouch","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Coin pouch (H.A.M. member)","wiki_url":"https://oldschool.runescape.wiki/w/Coin_pouch#H.A.M._member","price":0},"22524":{"id":22524,"name":"Coin pouch","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Coin pouch (Warrior)","wiki_url":"https://oldschool.runescape.wiki/w/Coin_pouch#Warrior","price":0},"22525":{"id":22525,"name":"Coin pouch","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Coin pouch (Rogue)","wiki_url":"https://oldschool.runescape.wiki/w/Coin_pouch#Rogue","price":0},"22526":{"id":22526,"name":"Coin pouch","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Coin pouch (Cave goblin)","wiki_url":"https://oldschool.runescape.wiki/w/Coin_pouch#Cave_goblin","price":0},"22527":{"id":22527,"name":"Coin pouch","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Coin pouch (Guard)","wiki_url":"https://oldschool.runescape.wiki/w/Coin_pouch#Guard","price":0},"22528":{"id":22528,"name":"Coin pouch","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Coin pouch (Fremennik)","wiki_url":"https://oldschool.runescape.wiki/w/Coin_pouch#Fremennik","price":0},"22529":{"id":22529,"name":"Coin pouch","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Coin pouch (Bearded Pollnivnian bandit)","wiki_url":"https://oldschool.runescape.wiki/w/Coin_pouch#Bearded_Pollnivnian_bandit","price":0},"22530":{"id":22530,"name":"Coin pouch","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Coin pouch (Desert bandit)","wiki_url":"https://oldschool.runescape.wiki/w/Coin_pouch#Desert_bandit","price":0},"22531":{"id":22531,"name":"Coin pouch","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Coin pouch (Knight of Ardougne)","wiki_url":"https://oldschool.runescape.wiki/w/Coin_pouch#Knight_of_Ardougne","price":0},"22532":{"id":22532,"name":"Coin pouch","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Coin pouch (Pollnivnian bandit)","wiki_url":"https://oldschool.runescape.wiki/w/Coin_pouch#Pollnivnian_bandit","price":0},"22533":{"id":22533,"name":"Coin pouch","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Coin pouch (Watchman)","wiki_url":"https://oldschool.runescape.wiki/w/Coin_pouch#Watchman","price":0},"22534":{"id":22534,"name":"Coin pouch","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Coin pouch (Menaphite thug)","wiki_url":"https://oldschool.runescape.wiki/w/Coin_pouch#Menaphite_thug","price":0},"22535":{"id":22535,"name":"Coin pouch","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Coin pouch (Paladin)","wiki_url":"https://oldschool.runescape.wiki/w/Coin_pouch#Paladin","price":0},"22536":{"id":22536,"name":"Coin pouch","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Coin pouch (Gnome)","wiki_url":"https://oldschool.runescape.wiki/w/Coin_pouch#Gnome","price":0},"22537":{"id":22537,"name":"Coin pouch","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Coin pouch (Hero)","wiki_url":"https://oldschool.runescape.wiki/w/Coin_pouch#Hero","price":0},"22538":{"id":22538,"name":"Coin pouch","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Coin pouch (Elf)","wiki_url":"https://oldschool.runescape.wiki/w/Coin_pouch#Elf","price":0},"22541":{"id":22541,"name":"Rotten strawberry","cost":1,"wiki_name":"Rotten strawberry","wiki_url":"https://oldschool.runescape.wiki/w/Rotten_strawberry","price":0},"22542":{"id":22542,"name":"Viggora's chainmace (u)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":120000,"lowalch":48000,"highalch":72000,"buy_limit":8,"wiki_name":"Viggora's chainmace (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Viggora's_chainmace#Uncharged","equipment":{"attack_stab":53,"attack_slash":-2,"attack_crush":67,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":66,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"weapon","requirements":{"attack":60}},"weapon":{"attack_speed":4,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":3174297},"22545":{"id":22545,"name":"Viggora's chainmace","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":120000,"lowalch":48000,"highalch":72000,"wiki_name":"Viggora's chainmace (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Viggora's_chainmace#Charged","equipment":{"attack_stab":53,"attack_slash":-2,"attack_crush":67,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":66,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"weapon","requirements":{"attack":60}},"weapon":{"attack_speed":4,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"22547":{"id":22547,"name":"Craw's bow (u)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":120000,"lowalch":48000,"highalch":72000,"buy_limit":8,"wiki_name":"Craw's bow (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Craw's_bow#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":75,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":60,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":60}},"weapon":{"attack_speed":4,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":16700265},"22550":{"id":22550,"name":"Craw's bow","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":120000,"lowalch":48000,"highalch":72000,"wiki_name":"Craw's bow (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Craw's_bow#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":75,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":60,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":60}},"weapon":{"attack_speed":4,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"22552":{"id":22552,"name":"Thammaron's sceptre (u)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":120000,"lowalch":48000,"highalch":72000,"buy_limit":8,"wiki_name":"Thammaron's sceptre (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Thammaron's_sceptre#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":20,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":60}},"weapon":{"attack_speed":4,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":2077962},"22555":{"id":22555,"name":"Thammaron's sceptre","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":120000,"lowalch":48000,"highalch":72000,"wiki_name":"Thammaron's sceptre (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Thammaron's_sceptre#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":20,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":60}},"weapon":{"attack_speed":4,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":0},"22557":{"id":22557,"name":"Amulet of avarice","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":45000,"lowalch":18000,"highalch":27000,"buy_limit":8,"wiki_name":"Amulet of avarice","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_avarice","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":10,"attack_magic":10,"attack_ranged":10,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":3,"defence_ranged":3,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"neck","requirements":null},"price":550266},"22586":{"id":22586,"name":"Looting bag","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Looting bag (Open)","wiki_url":"https://oldschool.runescape.wiki/w/Looting_bag#Open","price":0},"22588":{"id":22588,"name":"Old man's coffin","members":true,"cost":1,"wiki_name":"Old man's coffin","wiki_url":"https://oldschool.runescape.wiki/w/Old_man's_coffin","price":0},"22589":{"id":22589,"name":"Reduced cadava potion","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Reduced cadava potion","wiki_url":"https://oldschool.runescape.wiki/w/Reduced_cadava_potion","price":0},"22590":{"id":22590,"name":"Goat dung","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Goat dung","wiki_url":"https://oldschool.runescape.wiki/w/Goat_dung","price":0},"22591":{"id":22591,"name":"Weiss fire notes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Weiss fire notes","wiki_url":"https://oldschool.runescape.wiki/w/Weiss_fire_notes","price":0},"22593":{"id":22593,"name":"Te salt","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":10000,"wiki_name":"Te salt","wiki_url":"https://oldschool.runescape.wiki/w/Te_salt","price":128},"22595":{"id":22595,"name":"Efh salt","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":11,"lowalch":4,"highalch":6,"buy_limit":10000,"wiki_name":"Efh salt","wiki_url":"https://oldschool.runescape.wiki/w/Efh_salt","price":135},"22597":{"id":22597,"name":"Urt salt","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":10000,"wiki_name":"Urt salt","wiki_url":"https://oldschool.runescape.wiki/w/Urt_salt","price":118},"22599":{"id":22599,"name":"Icy basalt","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":10000,"wiki_name":"Icy basalt","wiki_url":"https://oldschool.runescape.wiki/w/Icy_basalt","price":1717},"22601":{"id":22601,"name":"Stony basalt","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":10000,"wiki_name":"Stony basalt","wiki_url":"https://oldschool.runescape.wiki/w/Stony_basalt","price":1212},"22603":{"id":22603,"name":"Basalt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":10000,"wiki_name":"Basalt","wiki_url":"https://oldschool.runescape.wiki/w/Basalt","price":997},"22606":{"id":22606,"name":"Fire of eternal light","incomplete":true,"members":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"22607":{"id":22607,"name":"Fire of dehumidification","incomplete":true,"members":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"22608":{"id":22608,"name":"Fire of nourishment","incomplete":true,"members":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"22609":{"id":22609,"name":"Fire of unseasonal warmth","incomplete":true,"members":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"22610":{"id":22610,"name":"Vesta's spear","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":300000,"lowalch":120000,"highalch":180000,"buy_limit":10,"wiki_name":"Vesta's spear","wiki_url":"https://oldschool.runescape.wiki/w/Vesta's_spear","equipment":{"attack_stab":133,"attack_slash":113,"attack_crush":120,"attack_magic":0,"attack_ranged":0,"defence_stab":18,"defence_slash":21,"defence_crush":21,"defence_magic":0,"defence_ranged":0,"melee_strength":122,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":78}},"weapon":{"attack_speed":5,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"22613":{"id":22613,"name":"Vesta's longsword","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":300000,"lowalch":120000,"highalch":180000,"buy_limit":10,"wiki_name":"Vesta's longsword","wiki_url":"https://oldschool.runescape.wiki/w/Vesta's_longsword","equipment":{"attack_stab":106,"attack_slash":121,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":4,"defence_crush":3,"defence_magic":0,"defence_ranged":0,"melee_strength":118,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":78}},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"22616":{"id":22616,"name":"Vesta's chainbody","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Vesta's chainbody","wiki_url":"https://oldschool.runescape.wiki/w/Vesta's_chainbody","equipment":{"attack_stab":5,"attack_slash":7,"attack_crush":7,"attack_magic":-15,"attack_ranged":0,"defence_stab":120,"defence_slash":131,"defence_crush":145,"defence_magic":-3,"defence_ranged":140,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":78}},"price":0},"22619":{"id":22619,"name":"Vesta's plateskirt","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Vesta's plateskirt","wiki_url":"https://oldschool.runescape.wiki/w/Vesta's_plateskirt","equipment":{"attack_stab":3,"attack_slash":5,"attack_crush":5,"attack_magic":-17,"attack_ranged":-4,"defence_stab":86,"defence_slash":100,"defence_crush":112,"defence_magic":-4,"defence_ranged":118,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":78}},"price":0},"22622":{"id":22622,"name":"Statius's warhammer","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":300000,"lowalch":120000,"highalch":180000,"buy_limit":10,"wiki_name":"Statius's warhammer","wiki_url":"https://oldschool.runescape.wiki/w/Statius's_warhammer","equipment":{"attack_stab":-4,"attack_slash":-4,"attack_crush":123,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":114,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":78}},"weapon":{"attack_speed":5,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"22625":{"id":22625,"name":"Statius's full helm","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":250000,"lowalch":100000,"highalch":150000,"wiki_name":"Statius's full helm","wiki_url":"https://oldschool.runescape.wiki/w/Statius's_full_helm","equipment":{"attack_stab":3,"attack_slash":3,"attack_crush":4,"attack_magic":-6,"attack_ranged":-2,"defence_stab":65,"defence_slash":70,"defence_crush":63,"defence_magic":-1,"defence_ranged":71,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":78}},"price":0},"22628":{"id":22628,"name":"Statius's platebody","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Statius's platebody","wiki_url":"https://oldschool.runescape.wiki/w/Statius's_platebody","equipment":{"attack_stab":5,"attack_slash":5,"attack_crush":7,"attack_magic":-30,"attack_ranged":-10,"defence_stab":154,"defence_slash":145,"defence_crush":121,"defence_magic":-6,"defence_ranged":157,"melee_strength":5,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":78}},"price":0},"22631":{"id":22631,"name":"Statius's platelegs","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Statius's platelegs","wiki_url":"https://oldschool.runescape.wiki/w/Statius's_platelegs","equipment":{"attack_stab":3,"attack_slash":3,"attack_crush":5,"attack_magic":-21,"attack_ranged":-7,"defence_stab":110,"defence_slash":106,"defence_crush":97,"defence_magic":-4,"defence_ranged":121,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":78}},"price":0},"22634":{"id":22634,"name":"Morrigan's throwing axe","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":4000,"lowalch":1600,"highalch":2400,"buy_limit":100,"wiki_name":"Morrigan's throwing axe","wiki_url":"https://oldschool.runescape.wiki/w/Morrigan's_throwing_axe","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":93,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":117,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":78}},"weapon":{"attack_speed":5,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"22636":{"id":22636,"name":"Morrigan's javelin","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":4000,"lowalch":1600,"highalch":2400,"buy_limit":100,"wiki_name":"Morrigan's javelin","wiki_url":"https://oldschool.runescape.wiki/w/Morrigan's_javelin","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":105,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":145,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":78}},"weapon":{"attack_speed":6,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"22638":{"id":22638,"name":"Morrigan's coif","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":250000,"lowalch":100000,"highalch":150000,"wiki_name":"Morrigan's coif","wiki_url":"https://oldschool.runescape.wiki/w/Morrigan's_coif","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-5,"attack_ranged":13,"defence_stab":8,"defence_slash":11,"defence_crush":14,"defence_magic":8,"defence_ranged":12,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":78}},"price":0},"22641":{"id":22641,"name":"Morrigan's leather body","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Morrigan's leather body","wiki_url":"https://oldschool.runescape.wiki/w/Morrigan's_leather_body","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":36,"defence_stab":61,"defence_slash":53,"defence_crush":66,"defence_magic":75,"defence_ranged":62,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":78}},"price":0},"22644":{"id":22644,"name":"Morrigan's leather chaps","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Morrigan's leather chaps","wiki_url":"https://oldschool.runescape.wiki/w/Morrigan's_leather_chaps","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":23,"defence_stab":35,"defence_slash":29,"defence_crush":37,"defence_magic":46,"defence_ranged":35,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":78}},"price":0},"22647":{"id":22647,"name":"Zuriel's staff","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":300000,"lowalch":120000,"highalch":180000,"buy_limit":10,"wiki_name":"Zuriel's staff","wiki_url":"https://oldschool.runescape.wiki/w/Zuriel's_staff","equipment":{"attack_stab":13,"attack_slash":-1,"attack_crush":65,"attack_magic":18,"attack_ranged":0,"defence_stab":5,"defence_slash":7,"defence_crush":4,"defence_magic":18,"defence_ranged":0,"melee_strength":72,"ranged_strength":0,"magic_damage":10,"prayer":0,"slot":"weapon","requirements":{"magic":78}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"22650":{"id":22650,"name":"Zuriel's hood","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":250000,"lowalch":100000,"highalch":150000,"wiki_name":"Zuriel's hood","wiki_url":"https://oldschool.runescape.wiki/w/Zuriel's_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":8,"attack_ranged":-2,"defence_stab":20,"defence_slash":16,"defence_crush":22,"defence_magic":8,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":78}},"price":0},"22653":{"id":22653,"name":"Zuriel's robe top","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Zuriel's robe top","wiki_url":"https://oldschool.runescape.wiki/w/Zuriel's_robe_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":35,"attack_ranged":-10,"defence_stab":63,"defence_slash":45,"defence_crush":74,"defence_magic":35,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":78}},"price":0},"22656":{"id":22656,"name":"Zuriel's robe bottom","members":true,"tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Zuriel's robe bottom","wiki_url":"https://oldschool.runescape.wiki/w/Zuriel's_robe_bottom","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":25,"attack_ranged":-7,"defence_stab":38,"defence_slash":35,"defence_crush":44,"defence_magic":25,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":78}},"price":0},"22660":{"id":22660,"name":"Empty bucket pack","tradeable":true,"noteable":true,"cost":500,"lowalch":200,"highalch":300,"wiki_name":"Empty bucket pack","wiki_url":"https://oldschool.runescape.wiki/w/Empty_bucket_pack","price":0},"22663":{"id":22663,"name":"Pet smoke devil","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pet smoke devil (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Pet_smoke_devil#Normal","price":0},"22664":{"id":22664,"name":"Scythe of vitur","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Scythe of vitur (RuneFest 2018)","wiki_url":"https://oldschool.runescape.wiki/w/Scythe_of_vitur_(RuneFest_2018)","price":0},"22665":{"id":22665,"name":"Armadyl godsword","cost":1250000,"lowalch":500000,"highalch":750000,"wiki_name":"Armadyl godsword (RuneFest 2018)","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_godsword_(RuneFest_2018)","price":0},"22666":{"id":22666,"name":"Rubber chicken","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Rubber chicken (RuneFest 2018)","wiki_url":"https://oldschool.runescape.wiki/w/Rubber_chicken_(RuneFest_2018)","price":0},"22671":{"id":22671,"name":"Kq head (tattered)","members":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Kq head (tattered)","wiki_url":"https://oldschool.runescape.wiki/w/Kq_head_(tattered)","price":0},"22673":{"id":22673,"name":"Stuffed kq head (tattered)","members":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Stuffed kq head (tattered)","wiki_url":"https://oldschool.runescape.wiki/w/Stuffed_kq_head_(tattered)","price":0},"22675":{"id":22675,"name":"Scroll sack","members":true,"equipable":true,"equipable_by_player":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Scroll sack","wiki_url":"https://oldschool.runescape.wiki/w/Scroll_sack","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"22684":{"id":22684,"name":"Eek","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Eek (Reward)","wiki_url":"https://oldschool.runescape.wiki/w/Eek#Reward","price":0},"22689":{"id":22689,"name":"Clown mask","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Clown mask (Reward)","wiki_url":"https://oldschool.runescape.wiki/w/Clown_mask#Reward","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"22692":{"id":22692,"name":"Clown bow tie","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Clown bow tie (Reward)","wiki_url":"https://oldschool.runescape.wiki/w/Clown_bow_tie#Reward","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"22695":{"id":22695,"name":"Clown gown","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Clown gown (Reward)","wiki_url":"https://oldschool.runescape.wiki/w/Clown_gown#Reward","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"22698":{"id":22698,"name":"Clown trousers","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Clown trousers (Reward)","wiki_url":"https://oldschool.runescape.wiki/w/Clown_trousers#Reward","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"22701":{"id":22701,"name":"Clown shoes","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Clown shoes (Reward)","wiki_url":"https://oldschool.runescape.wiki/w/Clown_shoes#Reward","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"22704":{"id":22704,"name":"Portal nexus","incomplete":true,"cost":200000,"lowalch":80000,"highalch":120000,"price":0},"22705":{"id":22705,"name":"Marble portal nexus","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"22706":{"id":22706,"name":"Gilded portal nexus","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"22707":{"id":22707,"name":"Crystalline portal nexus","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"22708":{"id":22708,"name":"Mounted xeric's talisman","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"22709":{"id":22709,"name":"Mounted digsite pendant","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"22710":{"id":22710,"name":"Curator's medallion","members":true,"cost":0,"wiki_name":"Curator's medallion","wiki_url":"https://oldschool.runescape.wiki/w/Curator's_medallion","price":0},"22711":{"id":22711,"name":"Collection log","cost":6,"lowalch":2,"highalch":3,"wiki_name":"Collection log","wiki_url":"https://oldschool.runescape.wiki/w/Collection_log","price":0},"22713":{"id":22713,"name":"Star-face","equipable":true,"equipable_by_player":true,"cost":0,"wiki_name":"Star-face","wiki_url":"https://oldschool.runescape.wiki/w/Star-face","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"22715":{"id":22715,"name":"Tree top","equipable":true,"equipable_by_player":true,"cost":0,"wiki_name":"Tree top","wiki_url":"https://oldschool.runescape.wiki/w/Tree_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"22717":{"id":22717,"name":"Tree skirt","equipable":true,"equipable_by_player":true,"cost":0,"wiki_name":"Tree skirt","wiki_url":"https://oldschool.runescape.wiki/w/Tree_skirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"22719":{"id":22719,"name":"Candy cane","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":0,"wiki_name":"Candy cane","wiki_url":"https://oldschool.runescape.wiki/w/Candy_cane","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"22721":{"id":22721,"name":"Attacker icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Attacker icon (Pointy)","wiki_url":"https://oldschool.runescape.wiki/w/Attacker_icon#Pointy","price":0},"22722":{"id":22722,"name":"Attacker icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Attacker icon (Small moustache)","wiki_url":"https://oldschool.runescape.wiki/w/Attacker_icon#Small_moustache","price":0},"22723":{"id":22723,"name":"Attacker icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Attacker icon (Long)","wiki_url":"https://oldschool.runescape.wiki/w/Attacker_icon#Long","price":0},"22724":{"id":22724,"name":"Collector icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Collector icon (Waxed moustache)","wiki_url":"https://oldschool.runescape.wiki/w/Collector_icon#Waxed_moustache","price":0},"22725":{"id":22725,"name":"Defender icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Defender icon (Vizier)","wiki_url":"https://oldschool.runescape.wiki/w/Defender_icon#Vizier","price":0},"22726":{"id":22726,"name":"Defender icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Defender icon (Dali)","wiki_url":"https://oldschool.runescape.wiki/w/Defender_icon#Dali","price":0},"22727":{"id":22727,"name":"Defender icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Defender icon (Big moustache)","wiki_url":"https://oldschool.runescape.wiki/w/Defender_icon#Big_moustache","price":0},"22728":{"id":22728,"name":"Defender icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Defender icon (Medium)","wiki_url":"https://oldschool.runescape.wiki/w/Defender_icon#Medium","price":0},"22729":{"id":22729,"name":"Attacker icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Attacker icon (Big moustache)","wiki_url":"https://oldschool.runescape.wiki/w/Attacker_icon#Big_moustache","price":0},"22730":{"id":22730,"name":"Attacker icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Attacker icon (Mutton)","wiki_url":"https://oldschool.runescape.wiki/w/Attacker_icon#Mutton","price":0},"22731":{"id":22731,"name":"Dragon hasta","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":62400,"lowalch":24960,"highalch":37440,"buy_limit":70,"wiki_name":"Dragon hasta (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_hasta#Unpoisoned","equipment":{"attack_stab":55,"attack_slash":55,"attack_crush":55,"attack_magic":0,"attack_ranged":0,"defence_stab":-15,"defence_slash":-15,"defence_crush":-12,"defence_magic":0,"defence_ranged":-15,"melee_strength":60,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":60}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":37809},"22734":{"id":22734,"name":"Dragon hasta(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":62400,"lowalch":24960,"highalch":37440,"buy_limit":70,"wiki_name":"Dragon hasta (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_hasta#Poison","equipment":{"attack_stab":55,"attack_slash":55,"attack_crush":55,"attack_magic":0,"attack_ranged":0,"defence_stab":-15,"defence_slash":-15,"defence_crush":-12,"defence_magic":0,"defence_ranged":-15,"melee_strength":60,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":60}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":51004},"22737":{"id":22737,"name":"Dragon hasta(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":62400,"lowalch":24960,"highalch":37440,"buy_limit":70,"wiki_name":"Dragon hasta (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_hasta#Poison+","equipment":{"attack_stab":55,"attack_slash":55,"attack_crush":55,"attack_magic":0,"attack_ranged":0,"defence_stab":-15,"defence_slash":-15,"defence_crush":-12,"defence_magic":0,"defence_ranged":-15,"melee_strength":60,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":60}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":36590},"22740":{"id":22740,"name":"Dragon hasta(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":62400,"lowalch":24960,"highalch":37440,"buy_limit":70,"wiki_name":"Dragon hasta (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_hasta#Poison++","equipment":{"attack_stab":55,"attack_slash":55,"attack_crush":55,"attack_magic":0,"attack_ranged":0,"defence_stab":-15,"defence_slash":-15,"defence_crush":-12,"defence_magic":0,"defence_ranged":-15,"melee_strength":60,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":60}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":44530},"22743":{"id":22743,"name":"Dragon hasta(kp)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":62400,"lowalch":24960,"highalch":37440,"wiki_name":"Dragon hasta (Karambwan poison)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_hasta#Karambwan_poison","equipment":{"attack_stab":55,"attack_slash":55,"attack_crush":55,"attack_magic":0,"attack_ranged":0,"defence_stab":-15,"defence_slash":-15,"defence_crush":-12,"defence_magic":0,"defence_ranged":-15,"melee_strength":60,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":60}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"22744":{"id":22744,"name":"Fake dragon hasta(kp)","members":true,"stackable":true,"cost":62400,"lowalch":24960,"highalch":37440,"wiki_name":"Fake dragon hasta(kp)","wiki_url":"https://oldschool.runescape.wiki/w/Fake_dragon_hasta(kp)","price":0},"22746":{"id":22746,"name":"Ikkle hydra","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ikkle hydra (Five heads)","wiki_url":"https://oldschool.runescape.wiki/w/Ikkle_hydra#Five_heads","price":0},"22748":{"id":22748,"name":"Ikkle hydra","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ikkle hydra (Four heads)","wiki_url":"https://oldschool.runescape.wiki/w/Ikkle_hydra#Four_heads","price":0},"22750":{"id":22750,"name":"Ikkle hydra","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ikkle hydra (Three heads)","wiki_url":"https://oldschool.runescape.wiki/w/Ikkle_hydra#Three_heads","price":0},"22752":{"id":22752,"name":"Ikkle hydra","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ikkle hydra (Two heads)","wiki_url":"https://oldschool.runescape.wiki/w/Ikkle_hydra#Two_heads","price":0},"22754":{"id":22754,"name":"Wyrm bonemeal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wyrm bonemeal","wiki_url":"https://oldschool.runescape.wiki/w/Wyrm_bonemeal","price":0},"22756":{"id":22756,"name":"Drake bonemeal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Drake bonemeal","wiki_url":"https://oldschool.runescape.wiki/w/Drake_bonemeal","price":0},"22758":{"id":22758,"name":"Hydra bonemeal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Hydra bonemeal","wiki_url":"https://oldschool.runescape.wiki/w/Hydra_bonemeal","price":0},"22760":{"id":22760,"name":"Certificate","members":true,"cost":50,"wiki_name":"Lovakengj favour certificate","wiki_url":"https://oldschool.runescape.wiki/w/Lovakengj_favour_certificate","price":0},"22761":{"id":22761,"name":"Dinh's hammer","members":true,"cost":30,"wiki_name":"Dinh's hammer","wiki_url":"https://oldschool.runescape.wiki/w/Dinh's_hammer","price":0},"22762":{"id":22762,"name":"Generator crank","members":true,"cost":30,"wiki_name":"Generator crank","wiki_url":"https://oldschool.runescape.wiki/w/Generator_crank","price":0},"22763":{"id":22763,"name":"8-gallon jug","members":true,"cost":30,"wiki_name":"8-gallon jug","wiki_url":"https://oldschool.runescape.wiki/w/8-gallon_jug","price":0},"22764":{"id":22764,"name":"5-gallon jug","members":true,"cost":30,"wiki_name":"5-gallon jug","wiki_url":"https://oldschool.runescape.wiki/w/5-gallon_jug","price":0},"22765":{"id":22765,"name":"Energy disk (level 4)","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Energy disk (Level 4)","wiki_url":"https://oldschool.runescape.wiki/w/Energy_disk#Level_4","price":0},"22766":{"id":22766,"name":"Energy disk (level 3)","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Energy disk (Level 3)","wiki_url":"https://oldschool.runescape.wiki/w/Energy_disk#Level_3","price":0},"22767":{"id":22767,"name":"Energy disk (level 2)","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Energy disk (Level 2)","wiki_url":"https://oldschool.runescape.wiki/w/Energy_disk#Level_2","price":0},"22768":{"id":22768,"name":"Energy disk (level 1)","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Energy disk (Level 1)","wiki_url":"https://oldschool.runescape.wiki/w/Energy_disk#Level_1","price":0},"22769":{"id":22769,"name":"Unknown fluid 1","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Unknown fluid (1)","wiki_url":"https://oldschool.runescape.wiki/w/Unknown_fluid#1","price":0},"22770":{"id":22770,"name":"Unknown fluid 2","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Unknown fluid (2)","wiki_url":"https://oldschool.runescape.wiki/w/Unknown_fluid#2","price":0},"22771":{"id":22771,"name":"Unknown fluid 3","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Unknown fluid (3)","wiki_url":"https://oldschool.runescape.wiki/w/Unknown_fluid#3","price":0},"22772":{"id":22772,"name":"Unknown fluid 4","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Unknown fluid (4)","wiki_url":"https://oldschool.runescape.wiki/w/Unknown_fluid#4","price":0},"22773":{"id":22773,"name":"Unknown fluid 5","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Unknown fluid (5)","wiki_url":"https://oldschool.runescape.wiki/w/Unknown_fluid#5","price":0},"22774":{"id":22774,"name":"Old notes","members":true,"cost":30,"wiki_name":"Old notes (The Forsaken Tower)","wiki_url":"https://oldschool.runescape.wiki/w/Old_notes_(The_Forsaken_Tower)","price":0},"22775":{"id":22775,"name":"Ancient letter","members":true,"cost":1,"wiki_name":"Ancient letter","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_letter","price":0},"22777":{"id":22777,"name":"Certificate","members":true,"cost":50,"wiki_name":"Arceuus favour certificate","wiki_url":"https://oldschool.runescape.wiki/w/Arceuus_favour_certificate","price":0},"22780":{"id":22780,"name":"Wyrm bones","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":7500,"wiki_name":"Wyrm bones","wiki_url":"https://oldschool.runescape.wiki/w/Wyrm_bones","price":1561},"22783":{"id":22783,"name":"Drake bones","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":7500,"wiki_name":"Drake bones","wiki_url":"https://oldschool.runescape.wiki/w/Drake_bones","price":4000},"22786":{"id":22786,"name":"Hydra bones","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":160,"lowalch":64,"highalch":96,"buy_limit":7500,"wiki_name":"Hydra bones","wiki_url":"https://oldschool.runescape.wiki/w/Hydra_bones","price":6047},"22789":{"id":22789,"name":"Uncooked dragonfruit pie","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":10000,"wiki_name":"Uncooked dragonfruit pie","wiki_url":"https://oldschool.runescape.wiki/w/Uncooked_dragonfruit_pie","price":1870},"22792":{"id":22792,"name":"Half a dragonfruit pie","members":true,"tradeable":true,"noteable":true,"cost":35,"lowalch":14,"highalch":21,"wiki_name":"Dragonfruit pie (Half)","wiki_url":"https://oldschool.runescape.wiki/w/Dragonfruit_pie#Half","price":0},"22795":{"id":22795,"name":"Dragonfruit pie","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":70,"lowalch":28,"highalch":42,"buy_limit":10000,"wiki_name":"Dragonfruit pie (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Dragonfruit_pie#Full","price":523},"22798":{"id":22798,"name":"Bird nest","members":true,"cost":453,"lowalch":181,"highalch":271,"wiki_name":"Bird nest (seeds)","wiki_url":"https://oldschool.runescape.wiki/w/Bird_nest_(seeds)","price":0},"22800":{"id":22800,"name":"Bird nest","members":true,"cost":453,"lowalch":181,"highalch":271,"wiki_name":"Bird nest (Wyson)","wiki_url":"https://oldschool.runescape.wiki/w/Bird_nest_(Wyson)","price":0},"22803":{"id":22803,"name":"Rada's blessing","incomplete":true,"cost":0,"lowalch":0,"highalch":0,"price":0},"22804":{"id":22804,"name":"Dragon knife","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":167,"lowalch":66,"highalch":100,"buy_limit":11000,"wiki_name":"Dragon knife (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_knife#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":28,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":30,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":60}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":6370},"22806":{"id":22806,"name":"Dragon knife(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":166,"lowalch":66,"highalch":99,"buy_limit":7000,"wiki_name":"Dragon knife (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_knife#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":28,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":30,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":60}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":5963},"22808":{"id":22808,"name":"Dragon knife(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":166,"lowalch":66,"highalch":99,"buy_limit":7000,"wiki_name":"Dragon knife (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_knife#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":28,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":30,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":60}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":6399},"22810":{"id":22810,"name":"Dragon knife(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":166,"lowalch":66,"highalch":99,"buy_limit":7000,"wiki_name":"Dragon knife (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_knife#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":28,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":30,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":60}},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":7067},"22812":{"id":22812,"name":"Dragon knife","members":true,"stackable":true,"cost":167,"lowalch":66,"highalch":100,"wiki_name":"Dragon knife (animation item) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_knife_(animation_item)#Normal","price":0},"22814":{"id":22814,"name":"Dragon knife","members":true,"stackable":true,"cost":167,"lowalch":66,"highalch":100,"wiki_name":"Dragon knife (animation item) (Poisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_knife_(animation_item)#Poisoned","price":0},"22816":{"id":22816,"name":"Cormorant's glove","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cormorant's glove (No bird)","wiki_url":"https://oldschool.runescape.wiki/w/Cormorant's_glove#No_bird","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"hunter":35,"fishing":43}},"weapon":{"attack_speed":4,"weapon_type":"unarmed","stances":[{"combat_style":"punch","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"kick","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"22817":{"id":22817,"name":"Cormorant's glove","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cormorant's glove (Bird)","wiki_url":"https://oldschool.runescape.wiki/w/Cormorant's_glove#Bird","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"hunter":35,"fishing":43}},"weapon":{"attack_speed":4,"weapon_type":"unarmed","stances":[{"combat_style":"punch","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"kick","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"22818":{"id":22818,"name":"Fish chunks","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":13000,"wiki_name":"Fish chunks","wiki_url":"https://oldschool.runescape.wiki/w/Fish_chunks","price":12},"22820":{"id":22820,"name":"Molch pearl","members":true,"stackable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Molch pearl","wiki_url":"https://oldschool.runescape.wiki/w/Molch_pearl","price":0},"22826":{"id":22826,"name":"Bluegill","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":13000,"wiki_name":"Bluegill","wiki_url":"https://oldschool.runescape.wiki/w/Bluegill","price":10},"22829":{"id":22829,"name":"Common tench","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":13000,"wiki_name":"Common tench","wiki_url":"https://oldschool.runescape.wiki/w/Common_tench","price":629},"22832":{"id":22832,"name":"Mottled eel","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":13000,"wiki_name":"Mottled eel","wiki_url":"https://oldschool.runescape.wiki/w/Mottled_eel","price":500},"22835":{"id":22835,"name":"Greater siren","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3,"lowalch":1,"highalch":1,"buy_limit":13000,"wiki_name":"Greater siren","wiki_url":"https://oldschool.runescape.wiki/w/Greater_siren","price":136},"22838":{"id":22838,"name":"Fish sack","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Fish sack","wiki_url":"https://oldschool.runescape.wiki/w/Fish_sack","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"22840":{"id":22840,"name":"Golden tench","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Golden tench","wiki_url":"https://oldschool.runescape.wiki/w/Golden_tench","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"22842":{"id":22842,"name":"Pearl barbarian rod","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":150,"lowalch":60,"highalch":90,"wiki_name":"Pearl barbarian rod","wiki_url":"https://oldschool.runescape.wiki/w/Pearl_barbarian_rod","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"unarmed","stances":[{"combat_style":"punch","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"kick","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"22844":{"id":22844,"name":"Pearl fly fishing rod","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":120,"lowalch":48,"highalch":72,"wiki_name":"Pearl fly fishing rod","wiki_url":"https://oldschool.runescape.wiki/w/Pearl_fly_fishing_rod","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"unarmed","stances":[{"combat_style":"punch","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"kick","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"22846":{"id":22846,"name":"Pearl fishing rod","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Pearl fishing rod","wiki_url":"https://oldschool.runescape.wiki/w/Pearl_fishing_rod","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"unarmed","stances":[{"combat_style":"punch","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"kick","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"22848":{"id":22848,"name":"Celastrus seedling","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Celastrus seedling (Unwatered)","wiki_url":"https://oldschool.runescape.wiki/w/Celastrus_seedling#Unwatered","price":0},"22850":{"id":22850,"name":"Redwood seedling","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Redwood seedling (Unwatered)","wiki_url":"https://oldschool.runescape.wiki/w/Redwood_seedling#Unwatered","price":0},"22852":{"id":22852,"name":"Celastrus seedling (w)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Celastrus seedling (Watered)","wiki_url":"https://oldschool.runescape.wiki/w/Celastrus_seedling#Watered","price":0},"22854":{"id":22854,"name":"Redwood seedling (w)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Redwood seedling (Watered)","wiki_url":"https://oldschool.runescape.wiki/w/Redwood_seedling#Watered","price":0},"22856":{"id":22856,"name":"Celastrus sapling","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":100,"wiki_name":"Celastrus sapling","wiki_url":"https://oldschool.runescape.wiki/w/Celastrus_sapling","price":65531},"22859":{"id":22859,"name":"Redwood sapling","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":100,"wiki_name":"Redwood sapling","wiki_url":"https://oldschool.runescape.wiki/w/Redwood_sapling","price":16074},"22862":{"id":22862,"name":"Dragonfruit seedling","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dragonfruit seedling (Unwatered)","wiki_url":"https://oldschool.runescape.wiki/w/Dragonfruit_seedling#Unwatered","price":0},"22864":{"id":22864,"name":"Dragonfruit seedling (w)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dragonfruit seedling (Watered)","wiki_url":"https://oldschool.runescape.wiki/w/Dragonfruit_seedling#Watered","price":0},"22866":{"id":22866,"name":"Dragonfruit sapling","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":200,"wiki_name":"Dragonfruit sapling","wiki_url":"https://oldschool.runescape.wiki/w/Dragonfruit_sapling","price":168655},"22869":{"id":22869,"name":"Celastrus seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":540,"lowalch":216,"highalch":324,"buy_limit":200,"wiki_name":"Celastrus seed","wiki_url":"https://oldschool.runescape.wiki/w/Celastrus_seed","price":63526},"22871":{"id":22871,"name":"Redwood tree seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":650,"lowalch":260,"highalch":390,"buy_limit":200,"wiki_name":"Redwood tree seed","wiki_url":"https://oldschool.runescape.wiki/w/Redwood_tree_seed","price":15040},"22873":{"id":22873,"name":"Potato cactus seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":140,"lowalch":56,"highalch":84,"buy_limit":200,"wiki_name":"Potato cactus seed","wiki_url":"https://oldschool.runescape.wiki/w/Potato_cactus_seed","price":58},"22875":{"id":22875,"name":"Hespori seed","members":true,"stackable":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Hespori seed","wiki_url":"https://oldschool.runescape.wiki/w/Hespori_seed","price":0},"22877":{"id":22877,"name":"Dragonfruit tree seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":430,"lowalch":172,"highalch":258,"buy_limit":200,"wiki_name":"Dragonfruit tree seed","wiki_url":"https://oldschool.runescape.wiki/w/Dragonfruit_tree_seed","price":164591},"22879":{"id":22879,"name":"Snape grass seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":94,"lowalch":37,"highalch":56,"buy_limit":200,"wiki_name":"Snape grass seed","wiki_url":"https://oldschool.runescape.wiki/w/Snape_grass_seed","price":4300},"22881":{"id":22881,"name":"Attas seed","members":true,"stackable":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Attas seed","wiki_url":"https://oldschool.runescape.wiki/w/Attas_seed","price":0},"22883":{"id":22883,"name":"Iasor seed","members":true,"stackable":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Iasor seed","wiki_url":"https://oldschool.runescape.wiki/w/Iasor_seed","price":0},"22885":{"id":22885,"name":"Kronos seed","members":true,"stackable":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Kronos seed","wiki_url":"https://oldschool.runescape.wiki/w/Kronos_seed","price":0},"22887":{"id":22887,"name":"White lily seed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":600,"wiki_name":"White lily seed","wiki_url":"https://oldschool.runescape.wiki/w/White_lily_seed","price":5282},"22929":{"id":22929,"name":"Dragonfruit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":95,"lowalch":38,"highalch":57,"buy_limit":11000,"wiki_name":"Dragonfruit","wiki_url":"https://oldschool.runescape.wiki/w/Dragonfruit","price":933},"22932":{"id":22932,"name":"White lily","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"buy_limit":600,"wiki_name":"White lily","wiki_url":"https://oldschool.runescape.wiki/w/White_lily","price":555},"22935":{"id":22935,"name":"Celastrus bark","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":450,"lowalch":180,"highalch":270,"buy_limit":12000,"wiki_name":"Celastrus bark","wiki_url":"https://oldschool.runescape.wiki/w/Celastrus_bark","price":8030},"22941":{"id":22941,"name":"Rada's blessing 1","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Rada's blessing 1","wiki_url":"https://oldschool.runescape.wiki/w/Rada's_blessing_1","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":null},"price":0},"22943":{"id":22943,"name":"Rada's blessing 2","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Rada's blessing 2","wiki_url":"https://oldschool.runescape.wiki/w/Rada's_blessing_2","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"ammo","requirements":null},"price":0},"22945":{"id":22945,"name":"Rada's blessing 3","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Rada's blessing 3","wiki_url":"https://oldschool.runescape.wiki/w/Rada's_blessing_3","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"ammo","requirements":null},"price":0},"22947":{"id":22947,"name":"Rada's blessing 4","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Rada's blessing 4","wiki_url":"https://oldschool.runescape.wiki/w/Rada's_blessing_4","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"ammo","requirements":null},"price":0},"22949":{"id":22949,"name":"Battlefront teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Battlefront teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Battlefront_teleport_(tablet)","price":1827},"22951":{"id":22951,"name":"Boots of brimstone","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20000,"lowalch":8000,"highalch":12000,"buy_limit":70,"wiki_name":"Boots of brimstone","wiki_url":"https://oldschool.runescape.wiki/w/Boots_of_brimstone","equipment":{"attack_stab":3,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":5,"defence_stab":10,"defence_slash":10,"defence_crush":10,"defence_magic":5,"defence_ranged":5,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"slayer":44,"defence":70,"magic":70,"ranged":70}},"price":615307},"22954":{"id":22954,"name":"Devout boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20000,"lowalch":8000,"highalch":12000,"buy_limit":70,"wiki_name":"Devout boots","wiki_url":"https://oldschool.runescape.wiki/w/Devout_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"feet","requirements":{"prayer":60}},"price":2762362},"22957":{"id":22957,"name":"Drake's claw","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100000,"lowalch":40000,"highalch":60000,"buy_limit":15,"wiki_name":"Drake's claw","wiki_url":"https://oldschool.runescape.wiki/w/Drake's_claw","price":586757},"22960":{"id":22960,"name":"Drake's tooth","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100000,"lowalch":40000,"highalch":60000,"buy_limit":70,"wiki_name":"Drake's tooth","wiki_url":"https://oldschool.runescape.wiki/w/Drake's_tooth","price":90000},"22963":{"id":22963,"name":"Broken dragon hasta","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":62400,"lowalch":24960,"highalch":37440,"buy_limit":70,"wiki_name":"Broken dragon hasta","wiki_url":"https://oldschool.runescape.wiki/w/Broken_dragon_hasta","price":37927},"22966":{"id":22966,"name":"Hydra's claw","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150000,"lowalch":60000,"highalch":90000,"buy_limit":15,"wiki_name":"Hydra's claw","wiki_url":"https://oldschool.runescape.wiki/w/Hydra's_claw","price":63000000},"22969":{"id":22969,"name":"Hydra's heart","members":true,"cost":100000,"lowalch":40000,"highalch":60000,"wiki_name":"Hydra's heart","wiki_url":"https://oldschool.runescape.wiki/w/Hydra's_heart","price":0},"22971":{"id":22971,"name":"Hydra's fang","members":true,"cost":100000,"lowalch":40000,"highalch":60000,"wiki_name":"Hydra's fang","wiki_url":"https://oldschool.runescape.wiki/w/Hydra's_fang","price":0},"22973":{"id":22973,"name":"Hydra's eye","members":true,"cost":100000,"lowalch":40000,"highalch":60000,"wiki_name":"Hydra's eye","wiki_url":"https://oldschool.runescape.wiki/w/Hydra's_eye","price":0},"22975":{"id":22975,"name":"Brimstone ring","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":8,"wiki_name":"Brimstone ring","wiki_url":"https://oldschool.runescape.wiki/w/Brimstone_ring","equipment":{"attack_stab":4,"attack_slash":4,"attack_crush":4,"attack_magic":6,"attack_ranged":4,"defence_stab":4,"defence_slash":4,"defence_crush":4,"defence_magic":6,"defence_ranged":4,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":4418419},"22978":{"id":22978,"name":"Dragon hunter lance","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":300000,"lowalch":120000,"highalch":180000,"buy_limit":8,"wiki_name":"Dragon hunter lance","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_hunter_lance","equipment":{"attack_stab":85,"attack_slash":65,"attack_crush":65,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":70,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":70}},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":68882376},"22981":{"id":22981,"name":"Ferocious gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":100000,"lowalch":40000,"highalch":60000,"wiki_name":"Ferocious gloves","wiki_url":"https://oldschool.runescape.wiki/w/Ferocious_gloves","equipment":{"attack_stab":16,"attack_slash":16,"attack_crush":16,"attack_magic":-16,"attack_ranged":-16,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":14,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"attack":80,"defence":80}},"price":0},"22983":{"id":22983,"name":"Hydra leather","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100000,"lowalch":40000,"highalch":60000,"buy_limit":15,"wiki_name":"Hydra leather","wiki_url":"https://oldschool.runescape.wiki/w/Hydra_leather","price":9598864},"22986":{"id":22986,"name":"Bonecrusher necklace","members":true,"equipable":true,"equipable_by_player":true,"cost":80000,"lowalch":32000,"highalch":48000,"wiki_name":"Bonecrusher necklace","wiki_url":"https://oldschool.runescape.wiki/w/Bonecrusher_necklace","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":10,"attack_magic":10,"attack_ranged":10,"defence_stab":2,"defence_slash":2,"defence_crush":2,"defence_magic":2,"defence_ranged":2,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":12,"slot":"neck","requirements":{"prayer":80}},"price":0},"22988":{"id":22988,"name":"Hydra tail","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100000,"lowalch":40000,"highalch":60000,"buy_limit":15,"wiki_name":"Hydra tail","wiki_url":"https://oldschool.runescape.wiki/w/Hydra_tail","price":119197},"22991":{"id":22991,"name":"Stone tablet","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Stone tablet (Lizardman Temple)","wiki_url":"https://oldschool.runescape.wiki/w/Stone_tablet_(Lizardman_Temple)","price":0},"22993":{"id":22993,"name":"Seed pack","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Seed pack","wiki_url":"https://oldschool.runescape.wiki/w/Seed_pack","price":0},"22994":{"id":22994,"name":"Bottomless compost bucket","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":45000,"lowalch":18000,"highalch":27000,"buy_limit":5,"wiki_name":"Bottomless compost bucket (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Bottomless_compost_bucket#Empty","price":1156547},"22997":{"id":22997,"name":"Bottomless compost bucket","members":true,"cost":45000,"lowalch":18000,"highalch":27000,"wiki_name":"Bottomless compost bucket (Filled)","wiki_url":"https://oldschool.runescape.wiki/w/Bottomless_compost_bucket#Filled","price":0},"22999":{"id":22999,"name":"Bottled dragonbreath (unpowered)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":50,"wiki_name":"Bottled dragonbreath (Unpowered)","wiki_url":"https://oldschool.runescape.wiki/w/Bottled_dragonbreath#Unpowered","price":10683},"23002":{"id":23002,"name":"Bottled dragonbreath","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":50,"wiki_name":"Bottled dragonbreath (Powered)","wiki_url":"https://oldschool.runescape.wiki/w/Bottled_dragonbreath#Powered","price":13619},"23007":{"id":23007,"name":"Tatty note","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tatty note","wiki_url":"https://oldschool.runescape.wiki/w/Tatty_note","price":0},"23009":{"id":23009,"name":"Gielinor's flora - flowers","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gielinor's flora - flowers","wiki_url":"https://oldschool.runescape.wiki/w/Gielinor's_flora_-_flowers","price":0},"23011":{"id":23011,"name":"Gielinor's flora - bushes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gielinor's flora - bushes","wiki_url":"https://oldschool.runescape.wiki/w/Gielinor's_flora_-_bushes","price":0},"23013":{"id":23013,"name":"Gielinor's flora - hops","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gielinor's flora - hops","wiki_url":"https://oldschool.runescape.wiki/w/Gielinor's_flora_-_hops","price":0},"23015":{"id":23015,"name":"Gielinor's flora - allotments","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gielinor's flora - allotments","wiki_url":"https://oldschool.runescape.wiki/w/Gielinor's_flora_-_allotments","price":0},"23017":{"id":23017,"name":"Gielinor's flora - herbs","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gielinor's flora - herbs","wiki_url":"https://oldschool.runescape.wiki/w/Gielinor's_flora_-_herbs","price":0},"23019":{"id":23019,"name":"Gielinor's flora - trees","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gielinor's flora - trees","wiki_url":"https://oldschool.runescape.wiki/w/Gielinor's_flora_-_trees","price":0},"23021":{"id":23021,"name":"Gielinor's flora - fruit","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gielinor's flora - fruit","wiki_url":"https://oldschool.runescape.wiki/w/Gielinor's_flora_-_fruit","price":0},"23023":{"id":23023,"name":"Old notes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old notes (Karuulm Slayer Dungeon) (1)","wiki_url":"https://oldschool.runescape.wiki/w/Old_notes_(Karuulm_Slayer_Dungeon)#1","price":0},"23025":{"id":23025,"name":"Old notes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old notes (Karuulm Slayer Dungeon) (2)","wiki_url":"https://oldschool.runescape.wiki/w/Old_notes_(Karuulm_Slayer_Dungeon)#2","price":0},"23027":{"id":23027,"name":"Old notes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old notes (Karuulm Slayer Dungeon) (3)","wiki_url":"https://oldschool.runescape.wiki/w/Old_notes_(Karuulm_Slayer_Dungeon)#3","price":0},"23029":{"id":23029,"name":"Old notes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old notes (Karuulm Slayer Dungeon) (4)","wiki_url":"https://oldschool.runescape.wiki/w/Old_notes_(Karuulm_Slayer_Dungeon)#4","price":0},"23031":{"id":23031,"name":"Old notes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old notes (Karuulm Slayer Dungeon) (5)","wiki_url":"https://oldschool.runescape.wiki/w/Old_notes_(Karuulm_Slayer_Dungeon)#5","price":0},"23033":{"id":23033,"name":"Old notes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old notes (Karuulm Slayer Dungeon) (6)","wiki_url":"https://oldschool.runescape.wiki/w/Old_notes_(Karuulm_Slayer_Dungeon)#6","price":0},"23035":{"id":23035,"name":"Old notes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old notes (Karuulm Slayer Dungeon) (7)","wiki_url":"https://oldschool.runescape.wiki/w/Old_notes_(Karuulm_Slayer_Dungeon)#7","price":0},"23037":{"id":23037,"name":"Boots of stone","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":125,"wiki_name":"Boots of stone","wiki_url":"https://oldschool.runescape.wiki/w/Boots_of_stone","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"slayer":44}},"price":835},"23040":{"id":23040,"name":"Wyrm","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"23041":{"id":23041,"name":"Drake","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"23042":{"id":23042,"name":"Hydra","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"23043":{"id":23043,"name":"Sulphur lizard","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"23047":{"id":23047,"name":"Mystic hat (dusk)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"buy_limit":70,"wiki_name":"Mystic hat (dusk)","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_hat_(dusk)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"magic":40,"defence":20}},"price":32431},"23050":{"id":23050,"name":"Mystic robe top (dusk)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":120000,"lowalch":48000,"highalch":72000,"buy_limit":70,"wiki_name":"Mystic robe top (dusk)","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_robe_top_(dusk)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":20,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":20,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"magic":40,"defence":20}},"price":75766},"23053":{"id":23053,"name":"Mystic robe bottom (dusk)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":70,"wiki_name":"Mystic robe bottom (dusk)","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_robe_bottom_(dusk)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"magic":40,"defence":20}},"price":84745},"23056":{"id":23056,"name":"Mystic gloves (dusk)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":70,"wiki_name":"Mystic gloves (dusk)","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_gloves_(dusk)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"magic":40,"defence":20}},"price":20231},"23059":{"id":23059,"name":"Mystic boots (dusk)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":70,"wiki_name":"Mystic boots (dusk)","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_boots_(dusk)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"magic":40,"defence":20}},"price":27374},"23062":{"id":23062,"name":"Nest box (seeds)","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Nest box (Seeds)","wiki_url":"https://oldschool.runescape.wiki/w/Nest_box#Seeds","price":0},"23064":{"id":23064,"name":"Jar of chemicals","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Jar of chemicals","wiki_url":"https://oldschool.runescape.wiki/w/Jar_of_chemicals","price":89313},"23067":{"id":23067,"name":"Treasure scroll","cost":30,"lowalch":12,"highalch":18,"wiki_name":"Treasure scroll (Step 1)","wiki_url":"https://oldschool.runescape.wiki/w/Treasure_scroll#Step_1","price":0},"23068":{"id":23068,"name":"Treasure scroll","cost":30,"lowalch":12,"highalch":18,"wiki_name":"Treasure scroll (Step 2)","wiki_url":"https://oldschool.runescape.wiki/w/Treasure_scroll#Step_2","price":0},"23069":{"id":23069,"name":"Mysterious orb","cost":30,"wiki_name":"Mysterious orb (X Marks the Spot)","wiki_url":"https://oldschool.runescape.wiki/w/Mysterious_orb_(X_Marks_the_Spot)","price":0},"23070":{"id":23070,"name":"Treasure scroll","cost":30,"lowalch":12,"highalch":18,"wiki_name":"Treasure scroll (Step 3)","wiki_url":"https://oldschool.runescape.wiki/w/Treasure_scroll#Step_3","price":0},"23071":{"id":23071,"name":"Ancient casket","cost":30,"wiki_name":"Ancient casket","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_casket","price":0},"23072":{"id":23072,"name":"Antique lamp","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Antique lamp (X Marks the Spot)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(X_Marks_the_Spot)","price":0},"23073":{"id":23073,"name":"Hydra slayer helmet","members":true,"equipable":true,"equipable_by_player":true,"cost":40000,"lowalch":16000,"highalch":24000,"wiki_name":"Hydra slayer helmet","wiki_url":"https://oldschool.runescape.wiki/w/Hydra_slayer_helmet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10,"slayer":60}},"price":0},"23075":{"id":23075,"name":"Hydra slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Hydra slayer helmet (i) (Nightmare Zone)","wiki_url":"https://oldschool.runescape.wiki/w/Hydra_slayer_helmet_(i)#Nightmare_Zone","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10,"slayer":60}},"price":0},"23077":{"id":23077,"name":"Alchemical hydra heads","members":true,"cost":50000,"wiki_name":"Alchemical hydra heads","wiki_url":"https://oldschool.runescape.wiki/w/Alchemical_hydra_heads","price":0},"23079":{"id":23079,"name":"Stuffed hydra heads","members":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Stuffed hydra heads","wiki_url":"https://oldschool.runescape.wiki/w/Stuffed_hydra_heads","price":0},"23081":{"id":23081,"name":"Alchemical hydra head","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"23082":{"id":23082,"name":"Antique lamp","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Antique lamp (Architectural Alliance)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(Architectural_Alliance)","price":0},"23083":{"id":23083,"name":"Brimstone key","members":true,"stackable":true,"cost":80000,"wiki_name":"Brimstone key","wiki_url":"https://oldschool.runescape.wiki/w/Brimstone_key","price":0},"23091":{"id":23091,"name":"Ornate gloves","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ornate gloves","wiki_url":"https://oldschool.runescape.wiki/w/Ornate_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"23093":{"id":23093,"name":"Ornate boots","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ornate boots","wiki_url":"https://oldschool.runescape.wiki/w/Ornate_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"23095":{"id":23095,"name":"Ornate legs","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ornate legs","wiki_url":"https://oldschool.runescape.wiki/w/Ornate_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-7,"defence_stab":11,"defence_slash":10,"defence_crush":10,"defence_magic":-4,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"23097":{"id":23097,"name":"Ornate top","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ornate top","wiki_url":"https://oldschool.runescape.wiki/w/Ornate_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":0,"defence_stab":10,"defence_slash":15,"defence_crush":19,"defence_magic":-3,"defence_ranged":12,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"23099":{"id":23099,"name":"Ornate cape","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ornate cape","wiki_url":"https://oldschool.runescape.wiki/w/Ornate_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"23101":{"id":23101,"name":"Ornate helm","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ornate helm","wiki_url":"https://oldschool.runescape.wiki/w/Ornate_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":6,"defence_slash":7,"defence_crush":5,"defence_magic":-1,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"23108":{"id":23108,"name":"Birthday cake","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Birthday cake","wiki_url":"https://oldschool.runescape.wiki/w/Birthday_cake","price":0},"23110":{"id":23110,"name":"Mystic set (light)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":235000,"lowalch":94000,"highalch":141000,"buy_limit":70,"wiki_name":"Mystic set (light)","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_set_(light)","price":178599},"23113":{"id":23113,"name":"Mystic set (blue)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":235000,"lowalch":94000,"highalch":141000,"buy_limit":70,"wiki_name":"Mystic set (blue)","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_set_(blue)","price":151242},"23116":{"id":23116,"name":"Mystic set (dark)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":235000,"lowalch":94000,"highalch":141000,"buy_limit":70,"wiki_name":"Mystic set (dark)","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_set_(dark)","price":304161},"23119":{"id":23119,"name":"Mystic set (dusk)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":235000,"lowalch":94000,"highalch":141000,"buy_limit":70,"wiki_name":"Mystic set (dusk)","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_set_(dusk)","price":302754},"23122":{"id":23122,"name":"Oily pearl fishing rod","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":80,"lowalch":32,"highalch":48,"wiki_name":"Oily pearl fishing rod","wiki_url":"https://oldschool.runescape.wiki/w/Oily_pearl_fishing_rod","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"unarmed","stances":[{"combat_style":"punch","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"kick","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"23124":{"id":23124,"name":"Gilded dragonhide set","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":12500,"lowalch":5000,"highalch":7500,"buy_limit":8,"wiki_name":"Gilded dragonhide set","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_dragonhide_set","price":22402521},"23127":{"id":23127,"name":"Clue nest (beginner)","cost":451,"lowalch":180,"highalch":270,"wiki_name":"Clue nest (beginner)","wiki_url":"https://oldschool.runescape.wiki/w/Clue_nest_(beginner)","price":0},"23129":{"id":23129,"name":"Clue bottle (beginner)","cost":20,"lowalch":8,"highalch":12,"wiki_name":"Clue bottle (beginner)","wiki_url":"https://oldschool.runescape.wiki/w/Clue_bottle_(beginner)","price":0},"23182":{"id":23182,"name":"Clue scroll (beginner)","cost":20,"lowalch":8,"highalch":12,"wiki_name":"Clue scroll (beginner)","wiki_url":"https://oldschool.runescape.wiki/w/Clue_scroll_(beginner)","price":0},"23183":{"id":23183,"name":"Strange device","cost":20,"lowalch":8,"highalch":12,"wiki_name":"Strange device (Beginner)","wiki_url":"https://oldschool.runescape.wiki/w/Strange_device#Beginner","price":0},"23184":{"id":23184,"name":"Mimic","members":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Mimic","wiki_url":"https://oldschool.runescape.wiki/w/Mimic","price":0},"23185":{"id":23185,"name":"Ring of 3rd age","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":12000,"lowalch":4800,"highalch":7200,"buy_limit":4,"wiki_name":"Ring of 3rd age","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_3rd_age","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":5165356},"23188":{"id":23188,"name":"Guthix d'hide shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":28334,"lowalch":11333,"highalch":17000,"buy_limit":8,"wiki_name":"Guthix d'hide shield","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_d'hide_shield","equipment":{"attack_stab":-15,"attack_slash":-15,"attack_crush":-11,"attack_magic":-10,"attack_ranged":7,"defence_stab":21,"defence_slash":18,"defence_crush":16,"defence_magic":15,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"shield","requirements":{"defence":40,"ranged":70}},"price":321502},"23191":{"id":23191,"name":"Saradomin d'hide shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":28334,"lowalch":11333,"highalch":17000,"buy_limit":8,"wiki_name":"Saradomin d'hide shield","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_d'hide_shield","equipment":{"attack_stab":-15,"attack_slash":-15,"attack_crush":-11,"attack_magic":-10,"attack_ranged":7,"defence_stab":21,"defence_slash":18,"defence_crush":16,"defence_magic":15,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"shield","requirements":{"defence":40,"ranged":70}},"price":264569},"23194":{"id":23194,"name":"Zamorak d'hide shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":28334,"lowalch":11333,"highalch":17000,"buy_limit":8,"wiki_name":"Zamorak d'hide shield","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_d'hide_shield","equipment":{"attack_stab":-15,"attack_slash":-15,"attack_crush":-11,"attack_magic":-10,"attack_ranged":7,"defence_stab":21,"defence_slash":18,"defence_crush":16,"defence_magic":15,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"shield","requirements":{"defence":40,"ranged":70}},"price":328335},"23197":{"id":23197,"name":"Ancient d'hide shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":28334,"lowalch":11333,"highalch":17000,"buy_limit":8,"wiki_name":"Ancient d'hide shield","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_d'hide_shield","equipment":{"attack_stab":-15,"attack_slash":-15,"attack_crush":-11,"attack_magic":-10,"attack_ranged":7,"defence_stab":21,"defence_slash":18,"defence_crush":16,"defence_magic":15,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"shield","requirements":{"defence":40,"ranged":70}},"price":349500},"23200":{"id":23200,"name":"Armadyl d'hide shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":28334,"lowalch":11333,"highalch":17000,"buy_limit":8,"wiki_name":"Armadyl d'hide shield","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_d'hide_shield","equipment":{"attack_stab":-15,"attack_slash":-15,"attack_crush":-11,"attack_magic":-10,"attack_ranged":7,"defence_stab":21,"defence_slash":18,"defence_crush":16,"defence_magic":15,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"shield","requirements":{"defence":40,"ranged":70}},"price":345250},"23203":{"id":23203,"name":"Bandos d'hide shield","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":28334,"lowalch":11333,"highalch":17000,"buy_limit":8,"wiki_name":"Bandos d'hide shield","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_d'hide_shield","equipment":{"attack_stab":-15,"attack_slash":-15,"attack_crush":-11,"attack_magic":-10,"attack_ranged":7,"defence_stab":21,"defence_slash":18,"defence_crush":16,"defence_magic":15,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"shield","requirements":{"defence":40,"ranged":70}},"price":244494},"23206":{"id":23206,"name":"Dual sai","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":6000,"lowalch":2400,"highalch":3600,"buy_limit":8,"wiki_name":"Dual sai","wiki_url":"https://oldschool.runescape.wiki/w/Dual_sai","equipment":{"attack_stab":11,"attack_slash":8,"attack_crush":-4,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":14,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":16030},"23209":{"id":23209,"name":"Rune platebody (h1)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":65000,"lowalch":26000,"highalch":39000,"buy_limit":8,"wiki_name":"Rune platebody (h1)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_platebody_(h1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":82,"defence_slash":80,"defence_crush":72,"defence_magic":-6,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":40}},"price":38979},"23212":{"id":23212,"name":"Rune platebody (h2)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":65000,"lowalch":26000,"highalch":39000,"buy_limit":8,"wiki_name":"Rune platebody (h2)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_platebody_(h2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":82,"defence_slash":80,"defence_crush":72,"defence_magic":-6,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":40}},"price":37963},"23215":{"id":23215,"name":"Rune platebody (h3)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":65000,"lowalch":26000,"highalch":39000,"buy_limit":8,"wiki_name":"Rune platebody (h3)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_platebody_(h3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":82,"defence_slash":80,"defence_crush":72,"defence_magic":-6,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":40}},"price":37475},"23218":{"id":23218,"name":"Rune platebody (h4)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":65000,"lowalch":26000,"highalch":39000,"buy_limit":8,"wiki_name":"Rune platebody (h4)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_platebody_(h4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":82,"defence_slash":80,"defence_crush":72,"defence_magic":-6,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":40}},"price":43154},"23221":{"id":23221,"name":"Rune platebody (h5)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":65000,"lowalch":26000,"highalch":39000,"buy_limit":8,"wiki_name":"Rune platebody (h5)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_platebody_(h5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":82,"defence_slash":80,"defence_crush":72,"defence_magic":-6,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":40}},"price":38502},"23224":{"id":23224,"name":"Thieving bag","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":8,"wiki_name":"Thieving bag","wiki_url":"https://oldschool.runescape.wiki/w/Thieving_bag","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":43309},"23227":{"id":23227,"name":"Rune defender ornament kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Rune defender ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Rune_defender_ornament_kit","price":10686},"23230":{"id":23230,"name":"Rune defender (t)","members":true,"equipable":true,"equipable_by_player":true,"cost":65004,"lowalch":26001,"highalch":39002,"wiki_name":"Rune defender (t) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_defender_(t)#Normal","equipment":{"attack_stab":20,"attack_slash":19,"attack_crush":18,"attack_magic":-3,"attack_ranged":-2,"defence_stab":20,"defence_slash":19,"defence_crush":18,"defence_magic":-3,"defence_ranged":-2,"melee_strength":5,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"attack":40,"defence":40}},"price":0},"23232":{"id":23232,"name":"Tzhaar-ket-om ornament kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Tzhaar-ket-om ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Tzhaar-ket-om_ornament_kit","price":5189},"23235":{"id":23235,"name":"Tzhaar-ket-om (t)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":50001,"lowalch":20000,"highalch":30000,"wiki_name":"Tzhaar-ket-om (t)","wiki_url":"https://oldschool.runescape.wiki/w/Tzhaar-ket-om_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":80,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":85,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"strength":40}},"weapon":{"attack_speed":7,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"23237":{"id":23237,"name":"Berserker necklace ornament kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Berserker necklace ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Berserker_necklace_ornament_kit","price":10388},"23240":{"id":23240,"name":"Berserker necklace (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":202000,"lowalch":80800,"highalch":121200,"wiki_name":"Berserker necklace (or)","wiki_url":"https://oldschool.runescape.wiki/w/Berserker_necklace_(or)","equipment":{"attack_stab":-10,"attack_slash":-10,"attack_crush":-10,"attack_magic":0,"attack_ranged":0,"defence_stab":-20,"defence_slash":-20,"defence_crush":-20,"defence_magic":-20,"defence_ranged":-20,"melee_strength":7,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"neck","requirements":null},"price":0},"23242":{"id":23242,"name":"3rd age plateskirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200000,"lowalch":80000,"highalch":120000,"buy_limit":8,"wiki_name":"3rd age plateskirt","wiki_url":"https://oldschool.runescape.wiki/w/3rd_age_plateskirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-25,"attack_ranged":-2,"defence_stab":78,"defence_slash":76,"defence_crush":83,"defence_magic":-5,"defence_ranged":75,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":65}},"price":90500000},"23245":{"id":23245,"name":"Reward casket (beginner)","stackable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Reward casket (beginner)","wiki_url":"https://oldschool.runescape.wiki/w/Reward_casket_(beginner)","price":0},"23246":{"id":23246,"name":"Fremennik kilt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":60000,"lowalch":24000,"highalch":36000,"buy_limit":8,"wiki_name":"Fremennik kilt","wiki_url":"https://oldschool.runescape.wiki/w/Fremennik_kilt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-7,"defence_stab":11,"defence_slash":10,"defence_crush":10,"defence_magic":-4,"defence_ranged":10,"melee_strength":1,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":3313967},"23249":{"id":23249,"name":"Rangers' tights","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20000,"lowalch":8000,"highalch":12000,"buy_limit":8,"wiki_name":"Rangers' tights","wiki_url":"https://oldschool.runescape.wiki/w/Rangers'_tights","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":15,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"ranged":40}},"price":233133},"23252":{"id":23252,"name":"Giant boot","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":14000,"lowalch":5600,"highalch":8400,"buy_limit":4,"wiki_name":"Giant boot","wiki_url":"https://oldschool.runescape.wiki/w/Giant_boot","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":97673},"23255":{"id":23255,"name":"Uri's hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":4,"wiki_name":"Uri's hat","wiki_url":"https://oldschool.runescape.wiki/w/Uri's_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":32533},"23258":{"id":23258,"name":"Gilded coif","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":8,"wiki_name":"Gilded coif","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_coif","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-1,"attack_ranged":4,"defence_stab":4,"defence_slash":7,"defence_crush":8,"defence_magic":4,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":724551},"23261":{"id":23261,"name":"Gilded d'hide vambraces","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":40000,"lowalch":16000,"highalch":24000,"buy_limit":8,"wiki_name":"Gilded d'hide vambraces","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_d'hide_vambraces","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":8,"defence_stab":3,"defence_slash":2,"defence_crush":4,"defence_magic":2,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"ranged":40}},"price":6944999},"23264":{"id":23264,"name":"Gilded d'hide body","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50000,"lowalch":20000,"highalch":30000,"buy_limit":8,"wiki_name":"Gilded d'hide body","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_d'hide_body","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":15,"defence_stab":40,"defence_slash":32,"defence_crush":45,"defence_magic":20,"defence_ranged":40,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"ranged":40,"defence":40}},"price":3480001},"23267":{"id":23267,"name":"Gilded d'hide chaps","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":40000,"lowalch":16000,"highalch":24000,"buy_limit":8,"wiki_name":"Gilded d'hide chaps","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_d'hide_chaps","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":8,"defence_stab":22,"defence_slash":16,"defence_crush":24,"defence_magic":8,"defence_ranged":22,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"ranged":40}},"price":12589999},"23270":{"id":23270,"name":"Adamant dragon mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":4,"wiki_name":"Adamant dragon mask","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_dragon_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":5934},"23273":{"id":23273,"name":"Rune dragon mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":4,"wiki_name":"Rune dragon mask","wiki_url":"https://oldschool.runescape.wiki/w/Rune_dragon_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":23327},"23276":{"id":23276,"name":"Gilded pickaxe","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":50000,"lowalch":20000,"highalch":30000,"buy_limit":4,"wiki_name":"Gilded pickaxe","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_pickaxe","equipment":{"attack_stab":26,"attack_slash":-2,"attack_crush":24,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":29,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"mining":41,"attack":40}},"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":6337043},"23279":{"id":23279,"name":"Gilded axe","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":35000,"lowalch":14000,"highalch":21000,"buy_limit":4,"wiki_name":"Gilded axe","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_axe","equipment":{"attack_stab":-2,"attack_slash":26,"attack_crush":24,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":29,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"woodcutting":41,"attack":40}},"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":7101109},"23282":{"id":23282,"name":"Gilded spade","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":4,"wiki_name":"Gilded spade","wiki_url":"https://oldschool.runescape.wiki/w/Gilded_spade","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":5550000},"23285":{"id":23285,"name":"Mole slippers","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":4,"wiki_name":"Mole slippers","wiki_url":"https://oldschool.runescape.wiki/w/Mole_slippers","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":940000},"23288":{"id":23288,"name":"Frog slippers","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":4,"wiki_name":"Frog slippers","wiki_url":"https://oldschool.runescape.wiki/w/Frog_slippers","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":83892},"23291":{"id":23291,"name":"Bear feet","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":4,"wiki_name":"Bear feet","wiki_url":"https://oldschool.runescape.wiki/w/Bear_feet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":36820},"23294":{"id":23294,"name":"Demon feet","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":4,"wiki_name":"Demon feet","wiki_url":"https://oldschool.runescape.wiki/w/Demon_feet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":33821},"23297":{"id":23297,"name":"Jester cape","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":4,"wiki_name":"Jester cape","wiki_url":"https://oldschool.runescape.wiki/w/Jester_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":38350},"23300":{"id":23300,"name":"Shoulder parrot","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":4,"wiki_name":"Shoulder parrot","wiki_url":"https://oldschool.runescape.wiki/w/Shoulder_parrot","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":392500},"23303":{"id":23303,"name":"Monk's robe top (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":4,"wiki_name":"Monk's robe top (t)","wiki_url":"https://oldschool.runescape.wiki/w/Monk's_robe_top_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"body","requirements":null},"price":30091},"23306":{"id":23306,"name":"Monk's robe (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":4,"wiki_name":"Monk's robe (t)","wiki_url":"https://oldschool.runescape.wiki/w/Monk's_robe_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"legs","requirements":null},"price":14750},"23309":{"id":23309,"name":"Amulet of defence (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1275,"lowalch":510,"highalch":765,"buy_limit":4,"wiki_name":"Amulet of defence (t)","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_defence_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":7,"defence_slash":7,"defence_crush":7,"defence_magic":7,"defence_ranged":7,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":3355},"23312":{"id":23312,"name":"Sandwich lady hat","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":4,"wiki_name":"Sandwich lady hat","wiki_url":"https://oldschool.runescape.wiki/w/Sandwich_lady_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":12091},"23315":{"id":23315,"name":"Sandwich lady top","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":4,"wiki_name":"Sandwich lady top","wiki_url":"https://oldschool.runescape.wiki/w/Sandwich_lady_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":4940},"23318":{"id":23318,"name":"Sandwich lady bottom","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"buy_limit":4,"wiki_name":"Sandwich lady bottom","wiki_url":"https://oldschool.runescape.wiki/w/Sandwich_lady_bottom","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":13288},"23321":{"id":23321,"name":"Rune scimitar ornament kit (guthix)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Rune scimitar ornament kit (guthix)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_scimitar_ornament_kit_(guthix)","price":3322},"23324":{"id":23324,"name":"Rune scimitar ornament kit (saradomin)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Rune scimitar ornament kit (saradomin)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_scimitar_ornament_kit_(saradomin)","price":15798},"23327":{"id":23327,"name":"Rune scimitar ornament kit (zamorak)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Rune scimitar ornament kit (zamorak)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_scimitar_ornament_kit_(zamorak)","price":12941},"23330":{"id":23330,"name":"Rune scimitar","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":25600,"lowalch":10240,"highalch":15360,"wiki_name":"Rune scimitar (guthix)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_scimitar_(guthix)","equipment":{"attack_stab":7,"attack_slash":45,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":44,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":40}},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"23332":{"id":23332,"name":"Rune scimitar","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":25600,"lowalch":10240,"highalch":15360,"wiki_name":"Rune scimitar (saradomin)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_scimitar_(saradomin)","equipment":{"attack_stab":7,"attack_slash":45,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":44,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":40}},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"23334":{"id":23334,"name":"Rune scimitar","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":25600,"lowalch":10240,"highalch":15360,"wiki_name":"Rune scimitar (zamorak)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_scimitar_(zamorak)","equipment":{"attack_stab":7,"attack_slash":45,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":44,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":40}},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"23336":{"id":23336,"name":"3rd age druidic robe top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200000,"lowalch":80000,"highalch":120000,"buy_limit":4,"wiki_name":"3rd age druidic robe top","wiki_url":"https://oldschool.runescape.wiki/w/3rd_age_druidic_robe_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":8,"slot":"body","requirements":{"prayer":65,"defence":65}},"price":2147483647},"23339":{"id":23339,"name":"3rd age druidic robe bottoms","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200000,"lowalch":80000,"highalch":120000,"buy_limit":4,"wiki_name":"3rd age druidic robe bottoms","wiki_url":"https://oldschool.runescape.wiki/w/3rd_age_druidic_robe_bottoms","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"legs","requirements":{"prayer":65,"defence":65}},"price":2147483647},"23342":{"id":23342,"name":"3rd age druidic staff","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":200000,"lowalch":80000,"highalch":120000,"buy_limit":8,"wiki_name":"3rd age druidic staff","wiki_url":"https://oldschool.runescape.wiki/w/3rd_age_druidic_staff","equipment":{"attack_stab":7,"attack_slash":-1,"attack_crush":25,"attack_magic":10,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":10,"defence_ranged":0,"melee_strength":32,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"weapon","requirements":{"prayer":65,"attack":65}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":1540833500},"23345":{"id":23345,"name":"3rd age druidic cloak","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200000,"lowalch":80000,"highalch":120000,"buy_limit":8,"wiki_name":"3rd age druidic cloak","wiki_url":"https://oldschool.runescape.wiki/w/3rd_age_druidic_cloak","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":1,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":3,"defence_ranged":3,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"cape","requirements":{"prayer":65,"defence":65}},"price":1998000944},"23348":{"id":23348,"name":"Tormented ornament kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":4,"wiki_name":"Tormented ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Tormented_ornament_kit","price":3129634},"23351":{"id":23351,"name":"Cape of skulls","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":8,"wiki_name":"Cape of skulls","wiki_url":"https://oldschool.runescape.wiki/w/Cape_of_skulls","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":9,"defence_slash":9,"defence_crush":9,"defence_magic":9,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":4449951},"23354":{"id":23354,"name":"Amulet of power (t)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":4025,"lowalch":1610,"highalch":2415,"buy_limit":5,"wiki_name":"Amulet of power (t)","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_power_(t)","equipment":{"attack_stab":6,"attack_slash":6,"attack_crush":6,"attack_magic":6,"attack_ranged":6,"defence_stab":6,"defence_slash":6,"defence_crush":6,"defence_magic":6,"defence_ranged":6,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"neck","requirements":null},"price":455867},"23357":{"id":23357,"name":"Rain bow","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":18000,"wiki_name":"Rain bow","wiki_url":"https://oldschool.runescape.wiki/w/Rain_bow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":8,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":143000},"23360":{"id":23360,"name":"Ham joint","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1500,"lowalch":600,"highalch":900,"buy_limit":100,"wiki_name":"Ham joint","wiki_url":"https://oldschool.runescape.wiki/w/Ham_joint","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":3,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":3428574},"23363":{"id":23363,"name":"Staff of bob the cat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1500,"lowalch":600,"highalch":900,"buy_limit":8,"wiki_name":"Staff of bob the cat","wiki_url":"https://oldschool.runescape.wiki/w/Staff_of_bob_the_cat","equipment":{"attack_stab":2,"attack_slash":-1,"attack_crush":10,"attack_magic":10,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":10,"defence_ranged":0,"melee_strength":7,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":145862},"23366":{"id":23366,"name":"Black platebody (h1)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3840,"lowalch":1536,"highalch":2304,"buy_limit":8,"wiki_name":"Black platebody (h1)","wiki_url":"https://oldschool.runescape.wiki/w/Black_platebody_(h1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":41,"defence_slash":40,"defence_crush":30,"defence_magic":-6,"defence_ranged":40,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":10}},"price":3644},"23369":{"id":23369,"name":"Black platebody (h2)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3840,"lowalch":1536,"highalch":2304,"buy_limit":8,"wiki_name":"Black platebody (h2)","wiki_url":"https://oldschool.runescape.wiki/w/Black_platebody_(h2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":41,"defence_slash":40,"defence_crush":30,"defence_magic":-6,"defence_ranged":40,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":10}},"price":2190},"23372":{"id":23372,"name":"Black platebody (h3)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3840,"lowalch":1536,"highalch":2304,"buy_limit":8,"wiki_name":"Black platebody (h3)","wiki_url":"https://oldschool.runescape.wiki/w/Black_platebody_(h3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":41,"defence_slash":40,"defence_crush":30,"defence_magic":-6,"defence_ranged":40,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":10}},"price":2261},"23375":{"id":23375,"name":"Black platebody (h4)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3840,"lowalch":1536,"highalch":2304,"buy_limit":8,"wiki_name":"Black platebody (h4)","wiki_url":"https://oldschool.runescape.wiki/w/Black_platebody_(h4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":41,"defence_slash":40,"defence_crush":30,"defence_magic":-6,"defence_ranged":40,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":10}},"price":2122},"23378":{"id":23378,"name":"Black platebody (h5)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":3840,"lowalch":1536,"highalch":2304,"buy_limit":8,"wiki_name":"Black platebody (h5)","wiki_url":"https://oldschool.runescape.wiki/w/Black_platebody_(h5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":41,"defence_slash":40,"defence_crush":30,"defence_magic":-6,"defence_ranged":40,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":10}},"price":15063},"23381":{"id":23381,"name":"Leather body (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":850,"lowalch":340,"highalch":510,"buy_limit":8,"wiki_name":"Leather body (g)","wiki_url":"https://oldschool.runescape.wiki/w/Leather_body_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-2,"attack_ranged":2,"defence_stab":8,"defence_slash":9,"defence_crush":10,"defence_magic":4,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"ranged":1}},"price":129834},"23384":{"id":23384,"name":"Leather chaps (g)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":850,"lowalch":340,"highalch":510,"buy_limit":8,"wiki_name":"Leather chaps (g)","wiki_url":"https://oldschool.runescape.wiki/w/Leather_chaps_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":4,"defence_stab":2,"defence_slash":2,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":27055},"23387":{"id":23387,"name":"Watson teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":10000,"wiki_name":"Watson teleport","wiki_url":"https://oldschool.runescape.wiki/w/Watson_teleport","price":10786},"23389":{"id":23389,"name":"Spiked manacles","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2500,"lowalch":1000,"highalch":1500,"buy_limit":8,"wiki_name":"Spiked manacles","wiki_url":"https://oldschool.runescape.wiki/w/Spiked_manacles","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":-4,"defence_ranged":0,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":900546},"23392":{"id":23392,"name":"Adamant platebody (h1)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":16640,"lowalch":6656,"highalch":9984,"buy_limit":8,"wiki_name":"Adamant platebody (h1)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_platebody_(h1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":65,"defence_slash":63,"defence_crush":55,"defence_magic":-6,"defence_ranged":63,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":30}},"price":9275},"23395":{"id":23395,"name":"Adamant platebody (h2)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":16640,"lowalch":6656,"highalch":9984,"buy_limit":8,"wiki_name":"Adamant platebody (h2)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_platebody_(h2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":65,"defence_slash":63,"defence_crush":55,"defence_magic":-6,"defence_ranged":63,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":30}},"price":9082},"23398":{"id":23398,"name":"Adamant platebody (h3)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":16640,"lowalch":6656,"highalch":9984,"buy_limit":8,"wiki_name":"Adamant platebody (h3)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_platebody_(h3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":65,"defence_slash":63,"defence_crush":55,"defence_magic":-6,"defence_ranged":63,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":30}},"price":9227},"23401":{"id":23401,"name":"Adamant platebody (h4)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":16640,"lowalch":6656,"highalch":9984,"buy_limit":8,"wiki_name":"Adamant platebody (h4)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_platebody_(h4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":65,"defence_slash":63,"defence_crush":55,"defence_magic":-6,"defence_ranged":63,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":30}},"price":10733},"23404":{"id":23404,"name":"Adamant platebody (h5)","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":16640,"lowalch":6656,"highalch":9984,"buy_limit":8,"wiki_name":"Adamant platebody (h5)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_platebody_(h5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":65,"defence_slash":63,"defence_crush":55,"defence_magic":-6,"defence_ranged":63,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":30}},"price":9199},"23407":{"id":23407,"name":"Wolf mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2400,"lowalch":960,"highalch":1440,"buy_limit":4,"wiki_name":"Wolf mask","wiki_url":"https://oldschool.runescape.wiki/w/Wolf_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":58500},"23410":{"id":23410,"name":"Wolf cloak","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":4,"wiki_name":"Wolf cloak","wiki_url":"https://oldschool.runescape.wiki/w/Wolf_cloak","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":34000},"23413":{"id":23413,"name":"Climbing boots (g)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":75000,"lowalch":30000,"highalch":45000,"buy_limit":4,"wiki_name":"Climbing boots (g)","wiki_url":"https://oldschool.runescape.wiki/w/Climbing_boots_(g)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":47500},"23416":{"id":23416,"name":"Stash units (beginner)","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"23417":{"id":23417,"name":"Puzzle box (master)","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Puzzle box (Theatre of Blood)","wiki_url":"https://oldschool.runescape.wiki/w/Puzzle_box#Theatre_of_Blood","price":0},"23442":{"id":23442,"name":"Clue geode (beginner)","cost":1,"wiki_name":"Clue geode (beginner)","wiki_url":"https://oldschool.runescape.wiki/w/Clue_geode_(beginner)","price":0},"23444":{"id":23444,"name":"Tormented bracelet (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":201000,"lowalch":80400,"highalch":120600,"wiki_name":"Tormented bracelet (or)","wiki_url":"https://oldschool.runescape.wiki/w/Tormented_bracelet_(or)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":10,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":5,"prayer":2,"slot":"hands","requirements":{"hitpoints":75}},"price":0},"23446":{"id":23446,"name":"Giant easter egg","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Giant easter egg","wiki_url":"https://oldschool.runescape.wiki/w/Giant_easter_egg","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"23448":{"id":23448,"name":"Bunnyman mask","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bunnyman mask","wiki_url":"https://oldschool.runescape.wiki/w/Bunnyman_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"23458":{"id":23458,"name":"Enchanted lyre(i)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Enchanted lyre(i)","wiki_url":"https://oldschool.runescape.wiki/w/Enchanted_lyre(i)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"unarmed","stances":[{"combat_style":"punch","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"kick","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"23460":{"id":23460,"name":"Attacker icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Attacker icon (Goatee)","wiki_url":"https://oldschool.runescape.wiki/w/Attacker_icon#Goatee","price":0},"23461":{"id":23461,"name":"Attacker icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Attacker icon (Medium)","wiki_url":"https://oldschool.runescape.wiki/w/Attacker_icon#Medium","price":0},"23462":{"id":23462,"name":"Attacker icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Attacker icon (Clean-shaven)","wiki_url":"https://oldschool.runescape.wiki/w/Attacker_icon#Clean-shaven","price":0},"23463":{"id":23463,"name":"Attacker icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Attacker icon (Short)","wiki_url":"https://oldschool.runescape.wiki/w/Attacker_icon#Short","price":0},"23464":{"id":23464,"name":"Attacker icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Attacker icon (Split)","wiki_url":"https://oldschool.runescape.wiki/w/Attacker_icon#Split","price":0},"23465":{"id":23465,"name":"Attacker icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Attacker icon (Dali)","wiki_url":"https://oldschool.runescape.wiki/w/Attacker_icon#Dali","price":0},"23466":{"id":23466,"name":"Defender icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Defender icon (Goatee)","wiki_url":"https://oldschool.runescape.wiki/w/Defender_icon#Goatee","price":0},"23467":{"id":23467,"name":"Defender icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Defender icon (Clean-shaven)","wiki_url":"https://oldschool.runescape.wiki/w/Defender_icon#Clean-shaven","price":0},"23468":{"id":23468,"name":"Defender icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Defender icon (Short)","wiki_url":"https://oldschool.runescape.wiki/w/Defender_icon#Short","price":0},"23469":{"id":23469,"name":"Defender icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Defender icon (Split)","wiki_url":"https://oldschool.runescape.wiki/w/Defender_icon#Split","price":0},"23470":{"id":23470,"name":"Defender icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Defender icon (Mutton)","wiki_url":"https://oldschool.runescape.wiki/w/Defender_icon#Mutton","price":0},"23471":{"id":23471,"name":"Collector icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Collector icon (Long)","wiki_url":"https://oldschool.runescape.wiki/w/Collector_icon#Long","price":0},"23472":{"id":23472,"name":"Collector icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Collector icon (Medium)","wiki_url":"https://oldschool.runescape.wiki/w/Collector_icon#Medium","price":0},"23473":{"id":23473,"name":"Collector icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Collector icon (Clean-shaven)","wiki_url":"https://oldschool.runescape.wiki/w/Collector_icon#Clean-shaven","price":0},"23474":{"id":23474,"name":"Collector icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Collector icon (Pointy)","wiki_url":"https://oldschool.runescape.wiki/w/Collector_icon#Pointy","price":0},"23475":{"id":23475,"name":"Collector icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Collector icon (Handlebar)","wiki_url":"https://oldschool.runescape.wiki/w/Collector_icon#Handlebar","price":0},"23476":{"id":23476,"name":"Collector icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Collector icon (Full mutton)","wiki_url":"https://oldschool.runescape.wiki/w/Collector_icon#Full_mutton","price":0},"23477":{"id":23477,"name":"Collector icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Collector icon (Vizier)","wiki_url":"https://oldschool.runescape.wiki/w/Collector_icon#Vizier","price":0},"23478":{"id":23478,"name":"Healer icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Healer icon (Goatee)","wiki_url":"https://oldschool.runescape.wiki/w/Healer_icon#Goatee","price":0},"23479":{"id":23479,"name":"Healer icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Healer icon (Medium)","wiki_url":"https://oldschool.runescape.wiki/w/Healer_icon#Medium","price":0},"23480":{"id":23480,"name":"Healer icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Healer icon (Clean-shaven)","wiki_url":"https://oldschool.runescape.wiki/w/Healer_icon#Clean-shaven","price":0},"23481":{"id":23481,"name":"Healer icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Healer icon (Pointy)","wiki_url":"https://oldschool.runescape.wiki/w/Healer_icon#Pointy","price":0},"23482":{"id":23482,"name":"Healer icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Healer icon (Split)","wiki_url":"https://oldschool.runescape.wiki/w/Healer_icon#Split","price":0},"23483":{"id":23483,"name":"Healer icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Healer icon (Mutton)","wiki_url":"https://oldschool.runescape.wiki/w/Healer_icon#Mutton","price":0},"23484":{"id":23484,"name":"Healer icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Healer icon (Big moustache)","wiki_url":"https://oldschool.runescape.wiki/w/Healer_icon#Big_moustache","price":0},"23485":{"id":23485,"name":"Healer icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Healer icon (Dali)","wiki_url":"https://oldschool.runescape.wiki/w/Healer_icon#Dali","price":0},"23486":{"id":23486,"name":"Healer icon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Healer icon (Vizier)","wiki_url":"https://oldschool.runescape.wiki/w/Healer_icon#Vizier","price":0},"23487":{"id":23487,"name":"Archaic emblem (tier 10)","members":true,"stackable":true,"cost":50009,"lowalch":20003,"highalch":30005,"wiki_name":"Archaic emblem (discontinued) (Tier 10)","wiki_url":"https://oldschool.runescape.wiki/w/Archaic_emblem_(discontinued)#Tier_10","price":0},"23489":{"id":23489,"name":"Wine of zamorak","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wine of zamorak (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Wine_of_zamorak_(unobtainable_item)","price":0},"23490":{"id":23490,"name":"Larran's key","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":250,"wiki_name":"Larran's key","wiki_url":"https://oldschool.runescape.wiki/w/Larran's_key","price":110910},"23495":{"id":23495,"name":"Sraracha","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sraracha (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Sraracha#Normal","price":0},"23497":{"id":23497,"name":"Temple coin","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Temple coin","wiki_url":"https://oldschool.runescape.wiki/w/Temple_coin","price":0},"23499":{"id":23499,"name":"Grubby key","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":32,"lowalch":12,"highalch":19,"buy_limit":11000,"wiki_name":"Grubby key","wiki_url":"https://oldschool.runescape.wiki/w/Grubby_key","price":35668},"23502":{"id":23502,"name":"Temple key","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Temple key","wiki_url":"https://oldschool.runescape.wiki/w/Temple_key","price":0},"23504":{"id":23504,"name":"Tome of the moon","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tome of the moon","wiki_url":"https://oldschool.runescape.wiki/w/Tome_of_the_moon","price":0},"23506":{"id":23506,"name":"Tome of the sun","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tome of the sun","wiki_url":"https://oldschool.runescape.wiki/w/Tome_of_the_sun","price":0},"23508":{"id":23508,"name":"Tome of the temple","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tome of the temple","wiki_url":"https://oldschool.runescape.wiki/w/Tome_of_the_temple","price":0},"23510":{"id":23510,"name":"Tattered moon page","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tattered moon page","wiki_url":"https://oldschool.runescape.wiki/w/Tattered_moon_page","price":0},"23512":{"id":23512,"name":"Tattered sun page","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tattered sun page","wiki_url":"https://oldschool.runescape.wiki/w/Tattered_sun_page","price":0},"23514":{"id":23514,"name":"Tattered temple page","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tattered temple page","wiki_url":"https://oldschool.runescape.wiki/w/Tattered_temple_page","price":0},"23516":{"id":23516,"name":"Lamp of knowledge","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Lamp of knowledge","wiki_url":"https://oldschool.runescape.wiki/w/Lamp_of_knowledge","price":0},"23517":{"id":23517,"name":"Giant egg sac(full)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":100,"wiki_name":"Giant egg sac (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Giant_egg_sac#Full","price":43141},"23520":{"id":23520,"name":"Giant egg sac","members":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Giant egg sac (Open)","wiki_url":"https://oldschool.runescape.wiki/w/Giant_egg_sac#Open","price":0},"23522":{"id":23522,"name":"Mask of ranul","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":70,"wiki_name":"Mask of ranul","wiki_url":"https://oldschool.runescape.wiki/w/Mask_of_ranul","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":2,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":2,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":23000},"23525":{"id":23525,"name":"Jar of eyes","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Jar of eyes","wiki_url":"https://oldschool.runescape.wiki/w/Jar_of_eyes","price":463635},"23528":{"id":23528,"name":"Sarachnis cudgel","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":120001,"lowalch":48000,"highalch":72000,"buy_limit":70,"wiki_name":"Sarachnis cudgel","wiki_url":"https://oldschool.runescape.wiki/w/Sarachnis_cudgel","equipment":{"attack_stab":30,"attack_slash":0,"attack_crush":70,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":70,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":65}},"weapon":{"attack_speed":4,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":249939},"23533":{"id":23533,"name":"Cooked karambwan","noteable":true,"cost":250,"wiki_name":"Cooked karambwan (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_karambwan_(Last_Man_Standing)","price":0},"23543":{"id":23543,"name":"Super combat potion(4)","noteable":true,"cost":160,"lowalch":64,"highalch":96,"wiki_name":"Super combat potion (Last Man Standing) (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_combat_potion_(Last_Man_Standing)#4_dose","price":0},"23545":{"id":23545,"name":"Super combat potion(3)","noteable":true,"cost":120,"lowalch":48,"highalch":72,"wiki_name":"Super combat potion (Last Man Standing) (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_combat_potion_(Last_Man_Standing)#3_dose","price":0},"23547":{"id":23547,"name":"Super combat potion(2)","noteable":true,"cost":80,"lowalch":32,"highalch":48,"wiki_name":"Super combat potion (Last Man Standing) (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_combat_potion_(Last_Man_Standing)#2_dose","price":0},"23549":{"id":23549,"name":"Super combat potion(1)","noteable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Super combat potion (Last Man Standing) (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_combat_potion_(Last_Man_Standing)#1_dose","price":0},"23551":{"id":23551,"name":"Ranging potion(4)","noteable":true,"cost":160,"lowalch":64,"highalch":96,"wiki_name":"Ranging potion (Last Man Standing) (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Ranging_potion_(Last_Man_Standing)#4_dose","price":0},"23553":{"id":23553,"name":"Ranging potion(3)","noteable":true,"cost":120,"lowalch":48,"highalch":72,"wiki_name":"Ranging potion (Last Man Standing) (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Ranging_potion_(Last_Man_Standing)#3_dose","price":0},"23555":{"id":23555,"name":"Ranging potion(2)","noteable":true,"cost":80,"lowalch":32,"highalch":48,"wiki_name":"Ranging potion (Last Man Standing) (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Ranging_potion_(Last_Man_Standing)#2_dose","price":0},"23557":{"id":23557,"name":"Ranging potion(1)","noteable":true,"cost":144,"lowalch":57,"highalch":86,"wiki_name":"Ranging potion (Last Man Standing) (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Ranging_potion_(Last_Man_Standing)#1_dose","price":0},"23559":{"id":23559,"name":"Sanfew serum(4)","noteable":true,"cost":160,"lowalch":64,"highalch":96,"wiki_name":"Sanfew serum (Last Man Standing) (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Sanfew_serum_(Last_Man_Standing)#4_dose","price":0},"23561":{"id":23561,"name":"Sanfew serum(3)","noteable":true,"cost":120,"lowalch":48,"highalch":72,"wiki_name":"Sanfew serum (Last Man Standing) (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Sanfew_serum_(Last_Man_Standing)#3_dose","price":0},"23563":{"id":23563,"name":"Sanfew serum(2)","noteable":true,"cost":80,"lowalch":32,"highalch":48,"wiki_name":"Sanfew serum (Last Man Standing) (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Sanfew_serum_(Last_Man_Standing)#2_dose","price":0},"23565":{"id":23565,"name":"Sanfew serum(1)","noteable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Sanfew serum (Last Man Standing) (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Sanfew_serum_(Last_Man_Standing)#1_dose","price":0},"23567":{"id":23567,"name":"Super restore(4)","noteable":true,"cost":160,"lowalch":64,"highalch":96,"wiki_name":"Super restore (Last Man Standing) (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_restore_(Last_Man_Standing)#4_dose","price":0},"23569":{"id":23569,"name":"Super restore(3)","noteable":true,"cost":120,"lowalch":48,"highalch":72,"wiki_name":"Super restore (Last Man Standing) (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_restore_(Last_Man_Standing)#3_dose","price":0},"23571":{"id":23571,"name":"Super restore(2)","noteable":true,"cost":80,"lowalch":32,"highalch":48,"wiki_name":"Super restore (Last Man Standing) (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_restore_(Last_Man_Standing)#2_dose","price":0},"23573":{"id":23573,"name":"Super restore(1)","noteable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Super restore (Last Man Standing) (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Super_restore_(Last_Man_Standing)#1_dose","price":0},"23575":{"id":23575,"name":"Saradomin brew(4)","noteable":true,"cost":160,"lowalch":64,"highalch":96,"wiki_name":"Saradomin brew (Last Man Standing) (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_brew_(Last_Man_Standing)#4_dose","price":0},"23577":{"id":23577,"name":"Saradomin brew(3)","noteable":true,"cost":120,"lowalch":48,"highalch":72,"wiki_name":"Saradomin brew (Last Man Standing) (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_brew_(Last_Man_Standing)#3_dose","price":0},"23579":{"id":23579,"name":"Saradomin brew(2)","noteable":true,"cost":80,"lowalch":32,"highalch":48,"wiki_name":"Saradomin brew (Last Man Standing) (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_brew_(Last_Man_Standing)#2_dose","price":0},"23581":{"id":23581,"name":"Saradomin brew(1)","noteable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Saradomin brew (Last Man Standing) (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_brew_(Last_Man_Standing)#1_dose","price":0},"23583":{"id":23583,"name":"Stamina potion(4)","noteable":true,"cost":400,"lowalch":160,"highalch":240,"wiki_name":"Stamina potion (Last Man Standing) (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Stamina_potion_(Last_Man_Standing)#4_dose","price":0},"23585":{"id":23585,"name":"Stamina potion(3)","noteable":true,"cost":300,"lowalch":120,"highalch":180,"wiki_name":"Stamina potion (Last Man Standing) (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Stamina_potion_(Last_Man_Standing)#3_dose","price":0},"23587":{"id":23587,"name":"Stamina potion(2)","noteable":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Stamina potion (Last Man Standing) (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Stamina_potion_(Last_Man_Standing)#2_dose","price":0},"23589":{"id":23589,"name":"Stamina potion(1)","noteable":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Stamina potion (Last Man Standing) (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Stamina_potion_(Last_Man_Standing)#1_dose","price":0},"23591":{"id":23591,"name":"Helm of neitiznot","noteable":true,"equipable":true,"equipable_by_player":true,"cost":30,"wiki_name":"Helm of neitiznot (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Helm_of_neitiznot_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":31,"defence_slash":29,"defence_crush":34,"defence_magic":3,"defence_ranged":30,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"head","requirements":{"defence":55}},"price":0},"23593":{"id":23593,"name":"Barrows gloves","noteable":true,"equipable":true,"equipable_by_player":true,"cost":30,"wiki_name":"Barrows gloves (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Barrows_gloves_(Last_Man_Standing)","equipment":{"attack_stab":12,"attack_slash":12,"attack_crush":12,"attack_magic":6,"attack_ranged":12,"defence_stab":12,"defence_slash":12,"defence_crush":12,"defence_magic":6,"defence_ranged":12,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"23595":{"id":23595,"name":"Berserker ring","noteable":true,"equipable":true,"equipable_by_player":true,"cost":30,"wiki_name":"Berserker ring (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Berserker_ring_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":4,"defence_magic":0,"defence_ranged":0,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"23597":{"id":23597,"name":"Dragon defender","noteable":true,"equipable":true,"equipable_by_player":true,"cost":30,"wiki_name":"Dragon defender (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_defender_(Last_Man_Standing)","equipment":{"attack_stab":25,"attack_slash":24,"attack_crush":23,"attack_magic":-3,"attack_ranged":-2,"defence_stab":25,"defence_slash":24,"defence_crush":23,"defence_magic":-3,"defence_ranged":-2,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":60}},"price":0},"23599":{"id":23599,"name":"Spirit shield","noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Spirit shield (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Spirit_shield_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":39,"defence_slash":41,"defence_crush":50,"defence_magic":1,"defence_ranged":45,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"shield","requirements":{"defence":45,"prayer":55}},"price":0},"23601":{"id":23601,"name":"Rune crossbow","noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Rune crossbow (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_crossbow_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":90,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":61}},"weapon":{"attack_speed":6,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"23603":{"id":23603,"name":"Imbued guthix cape","noteable":true,"equipable":true,"equipable_by_player":true,"cost":30,"wiki_name":"Imbued guthix cape (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Imbued_guthix_cape_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":2,"prayer":0,"slot":"cape","requirements":{"magic":50}},"price":0},"23605":{"id":23605,"name":"Imbued zamorak cape","tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Imbued zamorak cape (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Imbued_zamorak_cape_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":2,"prayer":0,"slot":"cape","requirements":{"magic":50}},"price":0},"23607":{"id":23607,"name":"Imbued saradomin cape","tradeable":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Imbued saradomin cape (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Imbued_saradomin_cape_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":2,"prayer":0,"slot":"cape","requirements":{"magic":50}},"price":0},"23611":{"id":23611,"name":"Armadyl crossbow","noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":30,"wiki_name":"Armadyl crossbow (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_crossbow_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":100,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"weapon","requirements":{"ranged":70}},"weapon":{"attack_speed":6,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"23613":{"id":23613,"name":"Staff of the dead","noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":30,"wiki_name":"Staff of the dead (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Staff_of_the_dead_(Last_Man_Standing)","equipment":{"attack_stab":55,"attack_slash":70,"attack_crush":0,"attack_magic":17,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":3,"defence_magic":17,"defence_ranged":0,"melee_strength":72,"ranged_strength":0,"magic_damage":15,"prayer":0,"slot":"weapon","requirements":{"attack":75,"magic":75}},"weapon":{"attack_speed":4,"weapon_type":"bladed_staff","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"23615":{"id":23615,"name":"Vesta's longsword","noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":30,"wiki_name":"Vesta's longsword (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Vesta's_longsword_(Last_Man_Standing)","equipment":{"attack_stab":106,"attack_slash":121,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":4,"defence_crush":3,"defence_magic":0,"defence_ranged":0,"melee_strength":118,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":78}},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"23617":{"id":23617,"name":"Zuriel's staff","noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":30,"wiki_name":"Zuriel's staff (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Zuriel's_staff_(Last_Man_Standing)","equipment":{"attack_stab":13,"attack_slash":-1,"attack_crush":65,"attack_magic":18,"attack_ranged":0,"defence_stab":5,"defence_slash":7,"defence_crush":4,"defence_magic":18,"defence_ranged":0,"melee_strength":72,"ranged_strength":0,"magic_damage":10,"prayer":0,"slot":"weapon","requirements":{"magic":78}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"23619":{"id":23619,"name":"Morrigan's javelin","stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":3,"wiki_name":"Morrigan's javelin (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Morrigan's_javelin_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":105,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":145,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"ranged":78}},"weapon":{"attack_speed":6,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"23620":{"id":23620,"name":"Statius's warhammer","noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":30,"wiki_name":"Statius's warhammer (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Statius's_warhammer_(Last_Man_Standing)","equipment":{"attack_stab":-4,"attack_slash":-4,"attack_crush":123,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":114,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":78}},"weapon":{"attack_speed":5,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"23622":{"id":23622,"name":"Infernal cape","noteable":true,"equipable":true,"equipable_by_player":true,"cost":30,"wiki_name":"Infernal cape (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Infernal_cape_(Last_Man_Standing)","equipment":{"attack_stab":4,"attack_slash":4,"attack_crush":4,"attack_magic":1,"attack_ranged":1,"defence_stab":12,"defence_slash":12,"defence_crush":12,"defence_magic":12,"defence_ranged":12,"melee_strength":8,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"cape","requirements":null},"price":0},"23624":{"id":23624,"name":"Seers ring (i)","noteable":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Seers ring (i) (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Seers_ring_(i)_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":12,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":12,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"23626":{"id":23626,"name":"Kodai wand","noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Kodai wand (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Kodai_wand_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":28,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":3,"defence_magic":20,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":15,"prayer":0,"slot":"weapon","requirements":{"magic":75}},"weapon":{"attack_speed":4,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"23628":{"id":23628,"name":"Ghrazi rapier","noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":30,"wiki_name":"Ghrazi rapier (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Ghrazi_rapier_(Last_Man_Standing)","equipment":{"attack_stab":94,"attack_slash":55,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":89,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":75}},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"23630":{"id":23630,"name":"Heavy ballista","noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Heavy ballista (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Heavy_ballista_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":125,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":15,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":75}},"weapon":{"attack_speed":7,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"23632":{"id":23632,"name":"Karil's leathertop","tradeable":true,"equipable":true,"equipable_by_player":true,"cost":50,"wiki_name":"Karil's leathertop (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Karil's_leathertop_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":30,"defence_stab":47,"defence_slash":42,"defence_crush":50,"defence_magic":65,"defence_ranged":57,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"ranged":70,"defence":70}},"price":0},"23633":{"id":23633,"name":"Dharok's platelegs","equipable":true,"equipable_by_player":true,"cost":50,"wiki_name":"Dharok's platelegs (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Dharok's_platelegs_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":85,"defence_slash":82,"defence_crush":83,"defence_magic":-4,"defence_ranged":92,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":70}},"price":0},"23634":{"id":23634,"name":"Torag's platelegs","equipable":true,"equipable_by_player":true,"cost":50,"wiki_name":"Torag's platelegs (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Torag's_platelegs_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":85,"defence_slash":82,"defence_crush":83,"defence_magic":-4,"defence_ranged":92,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":70}},"price":0},"23635":{"id":23635,"name":"Verac's plateskirt","equipable":true,"equipable_by_player":true,"cost":50,"wiki_name":"Verac's plateskirt (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Verac's_plateskirt_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":85,"defence_slash":82,"defence_crush":83,"defence_magic":0,"defence_ranged":84,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"legs","requirements":{"defence":70}},"price":0},"23636":{"id":23636,"name":"Verac's helm","equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Verac's helm (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Verac's_helm_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":55,"defence_slash":58,"defence_crush":54,"defence_magic":0,"defence_ranged":56,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"head","requirements":{"defence":70}},"price":0},"23637":{"id":23637,"name":"Torag's helm","equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Torag's helm (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Torag's_helm_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":55,"defence_slash":58,"defence_crush":54,"defence_magic":-1,"defence_ranged":62,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":70}},"price":0},"23638":{"id":23638,"name":"Guthan's helm","equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Guthan's helm (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Guthan's_helm_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":55,"defence_slash":58,"defence_crush":54,"defence_magic":-1,"defence_ranged":62,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":70}},"price":0},"23639":{"id":23639,"name":"Dharok's helm","equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Dharok's helm (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Dharok's_helm_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":45,"defence_slash":48,"defence_crush":44,"defence_magic":-1,"defence_ranged":51,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":70}},"price":0},"23640":{"id":23640,"name":"Amulet of fury","noteable":true,"equipable":true,"equipable_by_player":true,"cost":30,"wiki_name":"Amulet of fury (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_fury_(Last_Man_Standing)","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":10,"attack_magic":10,"attack_ranged":10,"defence_stab":15,"defence_slash":15,"defence_crush":15,"defence_magic":15,"defence_ranged":15,"melee_strength":8,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"neck","requirements":null},"price":0},"23642":{"id":23642,"name":"Blessed spirit shield","noteable":true,"equipable":true,"equipable_by_player":true,"cost":30,"wiki_name":"Blessed spirit shield (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_spirit_shield_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":53,"defence_slash":55,"defence_crush":73,"defence_magic":2,"defence_ranged":52,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"shield","requirements":{"defence":70,"prayer":50}},"price":0},"23644":{"id":23644,"name":"Eternal boots","noteable":true,"equipable":true,"equipable_by_player":true,"cost":30,"wiki_name":"Eternal boots (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Eternal_boots_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":8,"attack_ranged":0,"defence_stab":5,"defence_slash":5,"defence_crush":5,"defence_magic":8,"defence_ranged":5,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"magic":75,"defence":75}},"price":0},"23646":{"id":23646,"name":"Bandos tassets","noteable":true,"equipable":true,"equipable_by_player":true,"cost":30,"wiki_name":"Bandos tassets (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_tassets_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-7,"defence_stab":71,"defence_slash":63,"defence_crush":66,"defence_magic":-4,"defence_ranged":93,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"legs","requirements":{"defence":65}},"price":0},"23648":{"id":23648,"name":"Dragon javelin","stackable":true,"equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dragon javelin (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_javelin_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":150,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":65}},"price":0},"23649":{"id":23649,"name":"Diamond bolts (e)","stackable":true,"equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Diamond bolts (e) (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Diamond_bolts_(e)_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":105,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":{"ranged":61}},"price":0},"23650":{"id":23650,"name":"Rune pouch","noteable":true,"cost":1,"wiki_name":"Rune pouch (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_pouch_(Last_Man_Standing)","price":0},"23652":{"id":23652,"name":"Mage's book","equipable":true,"equipable_by_player":true,"cost":30,"wiki_name":"Mage's book (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Mage's_book_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":2,"prayer":0,"slot":"shield","requirements":{"magic":60}},"price":0},"23653":{"id":23653,"name":"Ahrim's staff","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":30,"wiki_name":"Ahrim's staff (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Ahrim's_staff_(Last_Man_Standing)","equipment":{"attack_stab":12,"attack_slash":-1,"attack_crush":65,"attack_magic":15,"attack_ranged":0,"defence_stab":3,"defence_slash":5,"defence_crush":2,"defence_magic":15,"defence_ranged":0,"melee_strength":68,"ranged_strength":0,"magic_damage":5,"prayer":0,"slot":"weapon","requirements":{"magic":70,"attack":70}},"weapon":{"attack_speed":6,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"23654":{"id":23654,"name":"Occult necklace","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Occult necklace (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Occult_necklace_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":12,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":5,"prayer":2,"slot":"neck","requirements":{"magic":75}},"price":0},"23655":{"id":23655,"name":"Crystal seedling","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal seedling (Unwatered)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_seedling#Unwatered","price":0},"23657":{"id":23657,"name":"Crystal seedling (w)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal seedling (Watered)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_seedling#Watered","price":0},"23659":{"id":23659,"name":"Crystal sapling","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal sapling","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_sapling","price":0},"23661":{"id":23661,"name":"Crystal acorn","members":true,"stackable":true,"cost":35000,"lowalch":14000,"highalch":21000,"wiki_name":"Crystal acorn","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_acorn","price":0},"23667":{"id":23667,"name":"Dragonstone armour set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80000,"lowalch":32000,"highalch":48000,"wiki_name":"Dragonstone armour set","wiki_url":"https://oldschool.runescape.wiki/w/Dragonstone_armour_set","price":9515062},"23670":{"id":23670,"name":"Flyer","tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Flyer (The Gauntlet)","wiki_url":"https://oldschool.runescape.wiki/w/Flyer#The_Gauntlet","price":0},"23673":{"id":23673,"name":"Crystal axe","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":520000,"lowalch":208000,"highalch":312000,"wiki_name":"Crystal axe (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_axe#Active","equipment":{"attack_stab":-2,"attack_slash":38,"attack_crush":32,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":70,"agility":50,"woodcutting":71}},"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":0},"23675":{"id":23675,"name":"Crystal axe (inactive)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":520000,"lowalch":208000,"highalch":312000,"wiki_name":"Crystal axe (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_axe#Inactive","equipment":{"attack_stab":-2,"attack_slash":38,"attack_crush":32,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"woodcutting":70,"agility":50,"attack":70}},"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":0},"23677":{"id":23677,"name":"Dragon pickaxe (or)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":97960,"lowalch":39184,"highalch":58776,"wiki_name":"Dragon pickaxe (or)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_pickaxe_(or)","equipment":{"attack_stab":38,"attack_slash":-2,"attack_crush":32,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":60,"mining":61}},"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":0},"23680":{"id":23680,"name":"Crystal pickaxe","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":520000,"lowalch":208000,"highalch":312000,"wiki_name":"Crystal pickaxe (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_pickaxe#Active","equipment":{"attack_stab":38,"attack_slash":-2,"attack_crush":32,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":70,"agility":50,"mining":71}},"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":0},"23682":{"id":23682,"name":"Crystal pickaxe (inactive)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":520000,"lowalch":208000,"highalch":312000,"wiki_name":"Crystal pickaxe (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_pickaxe#Inactive","equipment":{"attack_stab":38,"attack_slash":-2,"attack_crush":32,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":70,"agility":50,"mining":71}},"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":0},"23685":{"id":23685,"name":"Divine super combat potion(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":2000,"wiki_name":"Divine super combat potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_super_combat_potion#4_dose","price":27628},"23688":{"id":23688,"name":"Divine super combat potion(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":170,"lowalch":68,"highalch":102,"buy_limit":2000,"wiki_name":"Divine super combat potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_super_combat_potion#3_dose","price":19431},"23691":{"id":23691,"name":"Divine super combat potion(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":2000,"wiki_name":"Divine super combat potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_super_combat_potion#2_dose","price":14068},"23694":{"id":23694,"name":"Divine super combat potion(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":2000,"wiki_name":"Divine super combat potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_super_combat_potion#1_dose","price":6707},"23697":{"id":23697,"name":"Divine super attack potion(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":2000,"wiki_name":"Divine super attack potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_super_attack_potion#4_dose","price":2469},"23700":{"id":23700,"name":"Divine super attack potion(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":170,"lowalch":68,"highalch":102,"buy_limit":2000,"wiki_name":"Divine super attack potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_super_attack_potion#3_dose","price":1409},"23703":{"id":23703,"name":"Divine super attack potion(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":2000,"wiki_name":"Divine super attack potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_super_attack_potion#2_dose","price":633},"23706":{"id":23706,"name":"Divine super attack potion(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":2000,"wiki_name":"Divine super attack potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_super_attack_potion#1_dose","price":302},"23709":{"id":23709,"name":"Divine super strength potion(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":2000,"wiki_name":"Divine super strength potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_super_strength_potion#4_dose","price":7960},"23712":{"id":23712,"name":"Divine super strength potion(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":170,"lowalch":68,"highalch":102,"buy_limit":2000,"wiki_name":"Divine super strength potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_super_strength_potion#3_dose","price":4103},"23715":{"id":23715,"name":"Divine super strength potion(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":2000,"wiki_name":"Divine super strength potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_super_strength_potion#2_dose","price":6204},"23718":{"id":23718,"name":"Divine super strength potion(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":2000,"wiki_name":"Divine super strength potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_super_strength_potion#1_dose","price":24777},"23721":{"id":23721,"name":"Divine super defence potion(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":2000,"wiki_name":"Divine super defence potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_super_defence_potion#4_dose","price":7815},"23724":{"id":23724,"name":"Divine super defence potion(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":170,"lowalch":68,"highalch":102,"buy_limit":2000,"wiki_name":"Divine super defence potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_super_defence_potion#3_dose","price":2626},"23727":{"id":23727,"name":"Divine super defence potion(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":2000,"wiki_name":"Divine super defence potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_super_defence_potion#2_dose","price":5750},"23730":{"id":23730,"name":"Divine super defence potion(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":2000,"wiki_name":"Divine super defence potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_super_defence_potion#1_dose","price":743},"23733":{"id":23733,"name":"Divine ranging potion(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":2000,"wiki_name":"Divine ranging potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_ranging_potion#4_dose","price":6349},"23736":{"id":23736,"name":"Divine ranging potion(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":170,"lowalch":68,"highalch":102,"buy_limit":2000,"wiki_name":"Divine ranging potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_ranging_potion#3_dose","price":5001},"23739":{"id":23739,"name":"Divine ranging potion(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":2000,"wiki_name":"Divine ranging potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_ranging_potion#2_dose","price":3463},"23742":{"id":23742,"name":"Divine ranging potion(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":2000,"wiki_name":"Divine ranging potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_ranging_potion#1_dose","price":1820},"23745":{"id":23745,"name":"Divine magic potion(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":250,"lowalch":100,"highalch":150,"buy_limit":2000,"wiki_name":"Divine magic potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_magic_potion#4_dose","price":962},"23748":{"id":23748,"name":"Divine magic potion(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":170,"lowalch":68,"highalch":102,"buy_limit":2000,"wiki_name":"Divine magic potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_magic_potion#3_dose","price":342},"23751":{"id":23751,"name":"Divine magic potion(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":2000,"wiki_name":"Divine magic potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_magic_potion#2_dose","price":322},"23754":{"id":23754,"name":"Divine magic potion(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":2000,"wiki_name":"Divine magic potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_magic_potion#1_dose","price":316},"23757":{"id":23757,"name":"Youngllef","members":true,"cost":1,"wiki_name":"Youngllef (Youngllef)","wiki_url":"https://oldschool.runescape.wiki/w/Youngllef#Youngllef","price":0},"23759":{"id":23759,"name":"Corrupted youngllef","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Youngllef (Corrupted Youngllef)","wiki_url":"https://oldschool.runescape.wiki/w/Youngllef#Corrupted_Youngllef","price":0},"23760":{"id":23760,"name":"Smolcano","members":true,"cost":1,"wiki_name":"Smolcano","wiki_url":"https://oldschool.runescape.wiki/w/Smolcano","price":0},"23762":{"id":23762,"name":"Crystal harpoon","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":520000,"lowalch":208000,"highalch":312000,"wiki_name":"Crystal harpoon (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_harpoon#Active","equipment":{"attack_stab":38,"attack_slash":32,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":70,"agility":50,"fishing":71}},"weapon":{"attack_speed":5,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"23764":{"id":23764,"name":"Crystal harpoon (inactive)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":520000,"lowalch":208000,"highalch":312000,"wiki_name":"Crystal harpoon (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_harpoon#Inactive","equipment":{"attack_stab":38,"attack_slash":32,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":70,"agility":50,"fishing":71}},"weapon":{"attack_speed":5,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"23768":{"id":23768,"name":"Crystal impling jar","members":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Crystal impling jar","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_impling_jar","price":0},"23771":{"id":23771,"name":"Prifddinas teleport","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Prifddinas teleport","wiki_url":"https://oldschool.runescape.wiki/w/Prifddinas_teleport","price":0},"23773":{"id":23773,"name":"Scrawled notes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Scrawled notes","wiki_url":"https://oldschool.runescape.wiki/w/Scrawled_notes","price":0},"23775":{"id":23775,"name":"Hand mirror","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Hand mirror (Song of the Elves)","wiki_url":"https://oldschool.runescape.wiki/w/Hand_mirror#Song_of_the_Elves","price":0},"23776":{"id":23776,"name":"Red crystal","members":true,"cost":1,"wiki_name":"Red crystal (Song of the Elves)","wiki_url":"https://oldschool.runescape.wiki/w/Red_crystal_(Song_of_the_Elves)","price":0},"23777":{"id":23777,"name":"Yellow crystal","members":true,"cost":1,"wiki_name":"Yellow crystal (Song of the Elves)","wiki_url":"https://oldschool.runescape.wiki/w/Yellow_crystal_(Song_of_the_Elves)","price":0},"23778":{"id":23778,"name":"Green crystal","members":true,"cost":1,"wiki_name":"Green crystal (Song of the Elves)","wiki_url":"https://oldschool.runescape.wiki/w/Green_crystal_(Song_of_the_Elves)","price":0},"23779":{"id":23779,"name":"Cyan crystal","members":true,"cost":1,"wiki_name":"Cyan crystal (Song of the Elves)","wiki_url":"https://oldschool.runescape.wiki/w/Cyan_crystal_(Song_of_the_Elves)","price":0},"23780":{"id":23780,"name":"Blue crystal","members":true,"cost":1,"wiki_name":"Blue crystal (Song of the Elves)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_crystal_(Song_of_the_Elves)","price":0},"23781":{"id":23781,"name":"Magenta crystal","members":true,"cost":1,"wiki_name":"Magenta crystal (Song of the Elves)","wiki_url":"https://oldschool.runescape.wiki/w/Magenta_crystal_(Song_of_the_Elves)","price":0},"23782":{"id":23782,"name":"Black crystal","members":true,"cost":1,"wiki_name":"Black crystal","wiki_url":"https://oldschool.runescape.wiki/w/Black_crystal","price":0},"23783":{"id":23783,"name":"Green crystal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Green crystal (unobtainable)","wiki_url":"https://oldschool.runescape.wiki/w/Green_crystal_(unobtainable)","price":0},"23784":{"id":23784,"name":"Fractured crystal","members":true,"cost":1,"wiki_name":"Fractured crystal (Song of the Elves)","wiki_url":"https://oldschool.runescape.wiki/w/Fractured_crystal_(Song_of_the_Elves)","price":0},"23785":{"id":23785,"name":"Ardougne knight helm","members":true,"equipable":true,"equipable_by_player":true,"cost":600,"lowalch":240,"highalch":360,"wiki_name":"Ardougne knight helm","wiki_url":"https://oldschool.runescape.wiki/w/Ardougne_knight_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":6,"defence_slash":7,"defence_crush":5,"defence_magic":-1,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"23787":{"id":23787,"name":"Ardougne knight platebody","members":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"wiki_name":"Ardougne knight platebody","wiki_url":"https://oldschool.runescape.wiki/w/Ardougne_knight_platebody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":21,"defence_slash":20,"defence_crush":12,"defence_magic":-6,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"23789":{"id":23789,"name":"Ardougne knight platelegs","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Ardougne knight platelegs","wiki_url":"https://oldschool.runescape.wiki/w/Ardougne_knight_platelegs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":11,"defence_slash":10,"defence_crush":10,"defence_magic":-4,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"23791":{"id":23791,"name":"Ardougne knight tabard","members":true,"cost":30,"wiki_name":"Ardougne knight tabard","wiki_url":"https://oldschool.runescape.wiki/w/Ardougne_knight_tabard","price":0},"23792":{"id":23792,"name":"Blue liquid","members":true,"cost":30,"wiki_name":"Blue liquid","wiki_url":"https://oldschool.runescape.wiki/w/Blue_liquid","price":0},"23793":{"id":23793,"name":"Green powder","members":true,"cost":30,"wiki_name":"Green powder","wiki_url":"https://oldschool.runescape.wiki/w/Green_powder","price":0},"23794":{"id":23794,"name":"Clear liquid","members":true,"cost":30,"wiki_name":"Clear liquid","wiki_url":"https://oldschool.runescape.wiki/w/Clear_liquid","price":0},"23795":{"id":23795,"name":"Red powder","members":true,"cost":30,"wiki_name":"Red powder","wiki_url":"https://oldschool.runescape.wiki/w/Red_powder","price":0},"23796":{"id":23796,"name":"Ode to eternity","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Ode to eternity","wiki_url":"https://oldschool.runescape.wiki/w/Ode_to_eternity","price":0},"23798":{"id":23798,"name":"Elder cadantine","members":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Elder cadantine","wiki_url":"https://oldschool.runescape.wiki/w/Elder_cadantine","price":0},"23800":{"id":23800,"name":"Elder cadantine potion (unf)","members":true,"cost":65,"lowalch":26,"highalch":39,"wiki_name":"Elder cadantine potion (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Elder_cadantine_potion_(unf)","price":0},"23802":{"id":23802,"name":"Crystal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal (Song of the Elves)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_(Song_of_the_Elves)","price":0},"23804":{"id":23804,"name":"Crystal dust","members":true,"cost":65,"lowalch":26,"highalch":39,"wiki_name":"Crystal dust (Song of the Elves)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_dust_(Song_of_the_Elves)","price":0},"23806":{"id":23806,"name":"Inversion potion","members":true,"cost":65,"lowalch":26,"highalch":39,"wiki_name":"Inversion potion","wiki_url":"https://oldschool.runescape.wiki/w/Inversion_potion","price":0},"23808":{"id":23808,"name":"Crystal seed","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal seed (Inert)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_seed#Inert","price":0},"23810":{"id":23810,"name":"Crystal seed","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystal seed (Enchanted)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_seed#Enchanted","price":0},"23812":{"id":23812,"name":"Orb of light","members":true,"cost":2,"wiki_name":"Orb of light (Song of the Elves)","wiki_url":"https://oldschool.runescape.wiki/w/Orb_of_light_(Song_of_the_Elves)","price":0},"23818":{"id":23818,"name":"Explosive potion","members":true,"stackable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Explosive potion (Song of the Elves)","wiki_url":"https://oldschool.runescape.wiki/w/Explosive_potion_(Song_of_the_Elves)","price":0},"23820":{"id":23820,"name":"Corrupted sceptre","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Corrupted sceptre","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_sceptre","equipment":{"attack_stab":8,"attack_slash":10,"attack_crush":16,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":20,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"23821":{"id":23821,"name":"Corrupted axe","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Corrupted axe","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_axe","equipment":{"attack_stab":4,"attack_slash":4,"attack_crush":4,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":5,"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":0},"23822":{"id":23822,"name":"Corrupted pickaxe","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Corrupted pickaxe","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_pickaxe","equipment":{"attack_stab":4,"attack_slash":4,"attack_crush":4,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":5,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"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":0},"23823":{"id":23823,"name":"Corrupted harpoon","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Corrupted harpoon","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_harpoon","equipment":{"attack_stab":4,"attack_slash":4,"attack_crush":4,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":5,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"23824":{"id":23824,"name":"Corrupted shards","members":true,"stackable":true,"cost":1,"wiki_name":"Corrupted shards","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_shards","price":0},"23830":{"id":23830,"name":"Corrupted dust","members":true,"stackable":true,"cost":1,"wiki_name":"Corrupted dust","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_dust","price":0},"23831":{"id":23831,"name":"Corrupted spike","members":true,"cost":50,"wiki_name":"Corrupted spike","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_spike","price":0},"23832":{"id":23832,"name":"Corrupted bowstring","members":true,"cost":50,"wiki_name":"Corrupted bowstring","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_bowstring","price":0},"23833":{"id":23833,"name":"Corrupted orb","members":true,"cost":50,"wiki_name":"Corrupted orb","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_orb","price":0},"23834":{"id":23834,"name":"Weapon frame","members":true,"cost":1,"wiki_name":"Weapon frame","wiki_url":"https://oldschool.runescape.wiki/w/Weapon_frame","price":0},"23835":{"id":23835,"name":"Grym leaf","members":true,"cost":1,"wiki_name":"Grym leaf (corrupted)","wiki_url":"https://oldschool.runescape.wiki/w/Grym_leaf_(corrupted)","price":0},"23836":{"id":23836,"name":"Linum tirinum","members":true,"cost":1,"wiki_name":"Linum tirinum (corrupted)","wiki_url":"https://oldschool.runescape.wiki/w/Linum_tirinum_(corrupted)","price":0},"23837":{"id":23837,"name":"Corrupted ore","members":true,"cost":1,"wiki_name":"Corrupted ore","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_ore","price":0},"23838":{"id":23838,"name":"Phren bark","members":true,"cost":1,"wiki_name":"Phren bark (corrupted)","wiki_url":"https://oldschool.runescape.wiki/w/Phren_bark_(corrupted)","price":0},"23839":{"id":23839,"name":"Vial","members":true,"cost":1,"wiki_name":"Vial (corrupted)","wiki_url":"https://oldschool.runescape.wiki/w/Vial_(corrupted)","price":0},"23840":{"id":23840,"name":"Corrupted helm (basic)","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Corrupted helm (basic)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_helm_(basic)","equipment":{"attack_stab":2,"attack_slash":2,"attack_crush":1,"attack_magic":2,"attack_ranged":2,"defence_stab":28,"defence_slash":28,"defence_crush":28,"defence_magic":28,"defence_ranged":28,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"head","requirements":null},"price":0},"23841":{"id":23841,"name":"Corrupted helm (attuned)","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Corrupted helm (attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_helm_(attuned)","equipment":{"attack_stab":6,"attack_slash":6,"attack_crush":2,"attack_magic":6,"attack_ranged":6,"defence_stab":48,"defence_slash":48,"defence_crush":48,"defence_magic":48,"defence_ranged":48,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"head","requirements":null},"price":0},"23842":{"id":23842,"name":"Corrupted helm (perfected)","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Corrupted helm (perfected)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_helm_(perfected)","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":3,"attack_magic":10,"attack_ranged":10,"defence_stab":68,"defence_slash":68,"defence_crush":68,"defence_magic":68,"defence_ranged":68,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"head","requirements":null},"price":0},"23843":{"id":23843,"name":"Corrupted body (basic)","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Corrupted body (basic)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_body_(basic)","equipment":{"attack_stab":8,"attack_slash":8,"attack_crush":3,"attack_magic":8,"attack_ranged":8,"defence_stab":86,"defence_slash":86,"defence_crush":86,"defence_magic":86,"defence_ranged":86,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"body","requirements":null},"price":0},"23844":{"id":23844,"name":"Corrupted body (attuned)","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Corrupted body (attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_body_(attuned)","equipment":{"attack_stab":12,"attack_slash":12,"attack_crush":4,"attack_magic":12,"attack_ranged":12,"defence_stab":102,"defence_slash":102,"defence_crush":102,"defence_magic":102,"defence_ranged":102,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"body","requirements":null},"price":0},"23845":{"id":23845,"name":"Corrupted body (perfected)","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Corrupted body (perfected)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_body_(perfected)","equipment":{"attack_stab":15,"attack_slash":16,"attack_crush":5,"attack_magic":16,"attack_ranged":16,"defence_stab":124,"defence_slash":124,"defence_crush":124,"defence_magic":124,"defence_ranged":124,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"body","requirements":null},"price":0},"23846":{"id":23846,"name":"Corrupted legs (basic)","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Corrupted legs (basic)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_legs_(basic)","equipment":{"attack_stab":6,"attack_slash":6,"attack_crush":2,"attack_magic":6,"attack_ranged":6,"defence_stab":52,"defence_slash":52,"defence_crush":52,"defence_magic":52,"defence_ranged":52,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"legs","requirements":null},"price":0},"23847":{"id":23847,"name":"Corrupted legs (attuned)","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Corrupted legs (attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_legs_(attuned)","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":3,"attack_magic":10,"attack_ranged":10,"defence_stab":74,"defence_slash":74,"defence_crush":74,"defence_magic":74,"defence_ranged":74,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"legs","requirements":null},"price":0},"23848":{"id":23848,"name":"Corrupted legs (perfected)","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Corrupted legs (perfected)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_legs_(perfected)","equipment":{"attack_stab":14,"attack_slash":14,"attack_crush":4,"attack_magic":14,"attack_ranged":14,"defence_stab":92,"defence_slash":92,"defence_crush":92,"defence_magic":92,"defence_ranged":92,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"legs","requirements":null},"price":0},"23849":{"id":23849,"name":"Corrupted halberd (basic)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Corrupted halberd (basic)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_halberd_(basic)","equipment":{"attack_stab":68,"attack_slash":68,"attack_crush":4,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"23850":{"id":23850,"name":"Corrupted halberd (attuned)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Corrupted halberd (attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_halberd_(attuned)","equipment":{"attack_stab":114,"attack_slash":114,"attack_crush":12,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":88,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"23851":{"id":23851,"name":"Corrupted halberd (perfected)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Corrupted halberd (perfected)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_halberd_(perfected)","equipment":{"attack_stab":166,"attack_slash":166,"attack_crush":28,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":138,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"23852":{"id":23852,"name":"Corrupted staff (basic)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Corrupted staff (basic)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_staff_(basic)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":84,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":0},"23853":{"id":23853,"name":"Corrupted staff (attuned)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Corrupted staff (attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_staff_(attuned)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":128,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":0},"23854":{"id":23854,"name":"Corrupted staff (perfected)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Corrupted staff (perfected)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_staff_(perfected)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":184,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":0},"23855":{"id":23855,"name":"Corrupted bow (basic)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Corrupted bow (basic)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_bow_(basic)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":72,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":42,"magic_damage":0,"prayer":1,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"23856":{"id":23856,"name":"Corrupted bow (attuned)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Corrupted bow (attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_bow_(attuned)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":118,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":88,"magic_damage":0,"prayer":2,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"23857":{"id":23857,"name":"Corrupted bow (perfected)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Corrupted bow (perfected)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_bow_(perfected)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":172,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":138,"magic_damage":0,"prayer":3,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"23858":{"id":23858,"name":"Corrupted teleport crystal","members":true,"stackable":true,"cost":1,"wiki_name":"Corrupted teleport crystal","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_teleport_crystal","price":0},"23859":{"id":23859,"name":"Gauntlet cape","members":true,"equipable":true,"equipable_by_player":true,"cost":20000,"wiki_name":"Gauntlet cape","wiki_url":"https://oldschool.runescape.wiki/w/Gauntlet_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"23861":{"id":23861,"name":"Crystal sceptre","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Crystal sceptre","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_sceptre","equipment":{"attack_stab":8,"attack_slash":10,"attack_crush":16,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":20,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"23862":{"id":23862,"name":"Crystal axe","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Crystal axe (The Gauntlet)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_axe_(The_Gauntlet)","equipment":{"attack_stab":4,"attack_slash":4,"attack_crush":4,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":5,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":70,"agility":50,"woodcutting":71}},"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":0},"23863":{"id":23863,"name":"Crystal pickaxe","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Crystal pickaxe (The Gauntlet)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_pickaxe_(The_Gauntlet)","equipment":{"attack_stab":4,"attack_slash":4,"attack_crush":4,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":5,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":70,"agility":50,"mining":71}},"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":0},"23864":{"id":23864,"name":"Crystal harpoon","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Crystal harpoon (The Gauntlet)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_harpoon_(The_Gauntlet)","equipment":{"attack_stab":4,"attack_slash":4,"attack_crush":4,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":5,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":70,"agility":50,"fishing":71}},"weapon":{"attack_speed":5,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"23865":{"id":23865,"name":"Pestle and mortar","members":true,"cost":1,"wiki_name":"Pestle and mortar (The Gauntlet)","wiki_url":"https://oldschool.runescape.wiki/w/Pestle_and_mortar_(The_Gauntlet)","price":0},"23866":{"id":23866,"name":"Crystal shards","members":true,"stackable":true,"cost":1,"wiki_name":"Crystal shards","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_shards","price":0},"23867":{"id":23867,"name":"Crystal dust","members":true,"stackable":true,"cost":1,"wiki_name":"Crystal dust (The Gauntlet)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_dust_(The_Gauntlet)","price":0},"23868":{"id":23868,"name":"Crystal spike","members":true,"cost":50,"wiki_name":"Crystal spike","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_spike","price":0},"23869":{"id":23869,"name":"Crystalline bowstring","members":true,"cost":50,"wiki_name":"Crystalline bowstring","wiki_url":"https://oldschool.runescape.wiki/w/Crystalline_bowstring","price":0},"23870":{"id":23870,"name":"Crystal orb","members":true,"cost":50,"wiki_name":"Crystal orb","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_orb","price":0},"23871":{"id":23871,"name":"Weapon frame","members":true,"cost":1,"wiki_name":"Weapon frame (corrupted)","wiki_url":"https://oldschool.runescape.wiki/w/Weapon_frame_(corrupted)","price":0},"23872":{"id":23872,"name":"Raw paddlefish","members":true,"cost":1,"wiki_name":"Raw paddlefish","wiki_url":"https://oldschool.runescape.wiki/w/Raw_paddlefish","price":0},"23873":{"id":23873,"name":"Burnt fish","members":true,"cost":1,"wiki_name":"Burnt fish (paddlefish)","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_fish_(paddlefish)","price":0},"23874":{"id":23874,"name":"Paddlefish","members":true,"cost":1,"wiki_name":"Paddlefish","wiki_url":"https://oldschool.runescape.wiki/w/Paddlefish","price":0},"23875":{"id":23875,"name":"Grym leaf","members":true,"cost":1,"wiki_name":"Grym leaf","wiki_url":"https://oldschool.runescape.wiki/w/Grym_leaf","price":0},"23876":{"id":23876,"name":"Linum tirinum","members":true,"cost":1,"wiki_name":"Linum tirinum","wiki_url":"https://oldschool.runescape.wiki/w/Linum_tirinum","price":0},"23877":{"id":23877,"name":"Crystal ore","members":true,"cost":1,"wiki_name":"Crystal ore","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_ore","price":0},"23878":{"id":23878,"name":"Phren bark","members":true,"cost":1,"wiki_name":"Phren bark","wiki_url":"https://oldschool.runescape.wiki/w/Phren_bark","price":0},"23879":{"id":23879,"name":"Vial","members":true,"cost":1,"wiki_name":"Vial (The Gauntlet)","wiki_url":"https://oldschool.runescape.wiki/w/Vial_(The_Gauntlet)","price":0},"23880":{"id":23880,"name":"Water-filled vial","members":true,"cost":1,"wiki_name":"Water-filled vial","wiki_url":"https://oldschool.runescape.wiki/w/Water-filled_vial","price":0},"23881":{"id":23881,"name":"Grym potion (unf)","members":true,"cost":1,"wiki_name":"Grym potion (unf)","wiki_url":"https://oldschool.runescape.wiki/w/Grym_potion_(unf)","price":0},"23882":{"id":23882,"name":"Egniol potion (1)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Egniol potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Egniol_potion#1_dose","price":0},"23883":{"id":23883,"name":"Egniol potion (2)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Egniol potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Egniol_potion#2_dose","price":0},"23884":{"id":23884,"name":"Egniol potion (3)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Egniol potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Egniol_potion#3_dose","price":0},"23885":{"id":23885,"name":"Egniol potion (4)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Egniol potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Egniol_potion#4_dose","price":0},"23886":{"id":23886,"name":"Crystal helm (basic)","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Crystal helm (basic)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_helm_(basic)","equipment":{"attack_stab":2,"attack_slash":2,"attack_crush":1,"attack_magic":2,"attack_ranged":2,"defence_stab":28,"defence_slash":28,"defence_crush":28,"defence_magic":28,"defence_ranged":28,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"head","requirements":null},"price":0},"23887":{"id":23887,"name":"Crystal helm (attuned)","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Crystal helm (attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_helm_(attuned)","equipment":{"attack_stab":6,"attack_slash":6,"attack_crush":2,"attack_magic":6,"attack_ranged":6,"defence_stab":48,"defence_slash":48,"defence_crush":48,"defence_magic":48,"defence_ranged":48,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"head","requirements":null},"price":0},"23888":{"id":23888,"name":"Crystal helm (perfected)","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Crystal helm (perfected)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_helm_(perfected)","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":3,"attack_magic":10,"attack_ranged":10,"defence_stab":68,"defence_slash":68,"defence_crush":68,"defence_magic":68,"defence_ranged":68,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"head","requirements":null},"price":0},"23889":{"id":23889,"name":"Crystal body (basic)","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Crystal body (basic)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_body_(basic)","equipment":{"attack_stab":8,"attack_slash":8,"attack_crush":3,"attack_magic":8,"attack_ranged":8,"defence_stab":86,"defence_slash":86,"defence_crush":86,"defence_magic":86,"defence_ranged":86,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"body","requirements":null},"price":0},"23890":{"id":23890,"name":"Crystal body (attuned)","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Crystal body (attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_body_(attuned)","equipment":{"attack_stab":12,"attack_slash":12,"attack_crush":4,"attack_magic":12,"attack_ranged":12,"defence_stab":102,"defence_slash":102,"defence_crush":102,"defence_magic":102,"defence_ranged":102,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"body","requirements":null},"price":0},"23891":{"id":23891,"name":"Crystal body (perfected)","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Crystal body (perfected)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_body_(perfected)","equipment":{"attack_stab":15,"attack_slash":16,"attack_crush":5,"attack_magic":16,"attack_ranged":16,"defence_stab":124,"defence_slash":124,"defence_crush":124,"defence_magic":124,"defence_ranged":124,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"body","requirements":null},"price":0},"23892":{"id":23892,"name":"Crystal legs (basic)","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Crystal legs (basic)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_legs_(basic)","equipment":{"attack_stab":6,"attack_slash":6,"attack_crush":2,"attack_magic":6,"attack_ranged":6,"defence_stab":52,"defence_slash":52,"defence_crush":52,"defence_magic":52,"defence_ranged":52,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"legs","requirements":null},"price":0},"23893":{"id":23893,"name":"Crystal legs (attuned)","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Crystal legs (attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_legs_(attuned)","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":3,"attack_magic":10,"attack_ranged":10,"defence_stab":74,"defence_slash":74,"defence_crush":74,"defence_magic":74,"defence_ranged":74,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"legs","requirements":null},"price":0},"23894":{"id":23894,"name":"Crystal legs (perfected)","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Crystal legs (perfected)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_legs_(perfected)","equipment":{"attack_stab":14,"attack_slash":14,"attack_crush":4,"attack_magic":14,"attack_ranged":14,"defence_stab":92,"defence_slash":92,"defence_crush":92,"defence_magic":92,"defence_ranged":92,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"legs","requirements":null},"price":0},"23895":{"id":23895,"name":"Crystal halberd (basic)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Crystal halberd (basic)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_halberd_(basic)","equipment":{"attack_stab":68,"attack_slash":68,"attack_crush":4,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"23896":{"id":23896,"name":"Crystal halberd (attuned)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Crystal halberd (attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_halberd_(attuned)","equipment":{"attack_stab":114,"attack_slash":114,"attack_crush":12,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":88,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"23897":{"id":23897,"name":"Crystal halberd (perfected)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Crystal halberd (perfected)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_halberd_(perfected)","equipment":{"attack_stab":166,"attack_slash":166,"attack_crush":28,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":138,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"23898":{"id":23898,"name":"Crystal staff (basic)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Crystal staff (basic)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_staff_(basic)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":84,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":0},"23899":{"id":23899,"name":"Crystal staff (attuned)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Crystal staff (attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_staff_(attuned)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":128,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":0},"23900":{"id":23900,"name":"Crystal staff (perfected)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Crystal staff (perfected)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_staff_(perfected)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":184,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":0},"23901":{"id":23901,"name":"Crystal bow (basic)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Crystal bow (basic)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_bow_(basic)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":72,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":42,"magic_damage":0,"prayer":1,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"23902":{"id":23902,"name":"Crystal bow (attuned)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Crystal bow (attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_bow_(attuned)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":118,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":88,"magic_damage":0,"prayer":2,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"23903":{"id":23903,"name":"Crystal bow (perfected)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Crystal bow (perfected)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_bow_(perfected)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":172,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":138,"magic_damage":0,"prayer":3,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"23904":{"id":23904,"name":"Teleport crystal","members":true,"stackable":true,"cost":1,"wiki_name":"Teleport crystal (The Gauntlet)","wiki_url":"https://oldschool.runescape.wiki/w/Teleport_crystal_(The_Gauntlet)","price":0},"23905":{"id":23905,"name":"Tephra","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tephra","wiki_url":"https://oldschool.runescape.wiki/w/Tephra","price":0},"23906":{"id":23906,"name":"Refined tephra","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Refined tephra","wiki_url":"https://oldschool.runescape.wiki/w/Refined_tephra","price":0},"23907":{"id":23907,"name":"Imbued tephra","members":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Imbued tephra","wiki_url":"https://oldschool.runescape.wiki/w/Imbued_tephra","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":3,"weapon_type":"unarmed","stances":[{"combat_style":"punch","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"kick","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"23908":{"id":23908,"name":"Zalcano shard","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1600,"lowalch":640,"highalch":960,"buy_limit":50,"wiki_name":"Zalcano shard","wiki_url":"https://oldschool.runescape.wiki/w/Zalcano_shard","price":56376},"23911":{"id":23911,"name":"Crystal crown","members":true,"equipable":true,"equipable_by_player":true,"cost":250000000,"wiki_name":"Crystal crown (Ithell)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_crown#Ithell","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0,"lowalch":100000000,"highalch":150000000},"23913":{"id":23913,"name":"Crystal crown","members":true,"equipable":true,"equipable_by_player":true,"cost":250000000,"wiki_name":"Crystal crown (Iorwerth)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_crown#Iorwerth","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0,"lowalch":100000000,"highalch":150000000},"23915":{"id":23915,"name":"Crystal crown","members":true,"equipable":true,"equipable_by_player":true,"cost":250000000,"wiki_name":"Crystal crown (Trahaearn)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_crown#Trahaearn","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0,"lowalch":100000000,"highalch":150000000},"23917":{"id":23917,"name":"Crystal crown","members":true,"equipable":true,"equipable_by_player":true,"cost":250000000,"wiki_name":"Crystal crown (Cadarn)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_crown#Cadarn","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0,"lowalch":100000000,"highalch":150000000},"23919":{"id":23919,"name":"Crystal crown","members":true,"equipable":true,"equipable_by_player":true,"cost":250000000,"wiki_name":"Crystal crown (Crwys)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_crown#Crwys","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0,"lowalch":100000000,"highalch":150000000},"23921":{"id":23921,"name":"Crystal crown","members":true,"equipable":true,"equipable_by_player":true,"cost":250000000,"wiki_name":"Crystal crown (Meilyr)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_crown#Meilyr","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0,"lowalch":100000000,"highalch":150000000},"23923":{"id":23923,"name":"Crystal crown","members":true,"equipable":true,"equipable_by_player":true,"cost":250000000,"wiki_name":"Crystal crown (Hefin)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_crown#Hefin","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0,"lowalch":100000000,"highalch":150000000},"23925":{"id":23925,"name":"Crystal crown","members":true,"equipable":true,"equipable_by_player":true,"cost":250000000,"wiki_name":"Crystal crown (Amlodd)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_crown#Amlodd","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0,"lowalch":100000000,"highalch":150000000},"23927":{"id":23927,"name":"Crystal of ithell","members":true,"cost":500000,"wiki_name":"Crystal of ithell","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_of_ithell","price":0},"23929":{"id":23929,"name":"Crystal of iorwerth","members":true,"cost":500000,"wiki_name":"Crystal of iorwerth","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_of_iorwerth","price":0},"23931":{"id":23931,"name":"Crystal of trahaearn","members":true,"cost":500000,"wiki_name":"Crystal of trahaearn","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_of_trahaearn","price":0},"23933":{"id":23933,"name":"Crystal of cadarn","members":true,"cost":500000,"wiki_name":"Crystal of cadarn","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_of_cadarn","price":0},"23935":{"id":23935,"name":"Crystal of crwys","members":true,"cost":500000,"wiki_name":"Crystal of crwys","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_of_crwys","price":0},"23937":{"id":23937,"name":"Crystal of meilyr","members":true,"cost":500000,"wiki_name":"Crystal of meilyr","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_of_meilyr","price":0},"23939":{"id":23939,"name":"Crystal of hefin","members":true,"cost":500000,"wiki_name":"Crystal of hefin","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_of_hefin","price":0},"23941":{"id":23941,"name":"Crystal of amlodd","members":true,"cost":500000,"wiki_name":"Crystal of amlodd","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_of_amlodd","price":0},"23943":{"id":23943,"name":"Elven signet","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":30000,"lowalch":12000,"highalch":18000,"buy_limit":5,"wiki_name":"Elven signet","wiki_url":"https://oldschool.runescape.wiki/w/Elven_signet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":6031366},"23946":{"id":23946,"name":"Eternal teleport crystal","members":true,"cost":500,"lowalch":200,"highalch":300,"wiki_name":"Eternal teleport crystal","wiki_url":"https://oldschool.runescape.wiki/w/Eternal_teleport_crystal","price":0},"23948":{"id":23948,"name":"Elven dawn","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":6,"lowalch":2,"highalch":3,"wiki_name":"Elven dawn","wiki_url":"https://oldschool.runescape.wiki/w/Elven_dawn","price":6000},"23951":{"id":23951,"name":"Enhanced crystal key","members":true,"cost":500,"wiki_name":"Enhanced crystal key","wiki_url":"https://oldschool.runescape.wiki/w/Enhanced_crystal_key","price":0,"lowalch":200,"highalch":300},"23953":{"id":23953,"name":"Crystal tool seed","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":500000,"lowalch":200000,"highalch":300000,"buy_limit":100,"wiki_name":"Crystal tool seed","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_tool_seed","price":14772535},"23956":{"id":23956,"name":"Crystal armour seed","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":500000,"lowalch":200000,"highalch":300000,"buy_limit":100,"wiki_name":"Crystal armour seed","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_armour_seed","price":5325391},"23959":{"id":23959,"name":"Enhanced crystal teleport seed","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100000,"lowalch":40000,"highalch":60000,"buy_limit":100,"wiki_name":"Enhanced crystal teleport seed","wiki_url":"https://oldschool.runescape.wiki/w/Enhanced_crystal_teleport_seed","price":1713279},"23962":{"id":23962,"name":"Crystal shard","members":true,"stackable":true,"cost":10000,"wiki_name":"Crystal shard","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_shard","price":0},"23964":{"id":23964,"name":"Crystal dust","members":true,"stackable":true,"cost":1000,"wiki_name":"Crystal dust","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_dust","price":0},"23971":{"id":23971,"name":"Crystal helm","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Crystal helm (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_helm#Active","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":9,"defence_stab":12,"defence_slash":8,"defence_crush":14,"defence_magic":10,"defence_ranged":18,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"head","requirements":{"defence":70}},"price":0},"23973":{"id":23973,"name":"Crystal helm (inactive)","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Crystal helm (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_helm#Inactive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":70}},"price":0},"23975":{"id":23975,"name":"Crystal body","members":true,"equipable":true,"equipable_by_player":true,"cost":1500000,"lowalch":600000,"highalch":900000,"wiki_name":"Crystal body (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_body#Active","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-18,"attack_ranged":31,"defence_stab":46,"defence_slash":38,"defence_crush":48,"defence_magic":44,"defence_ranged":68,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"body","requirements":{"defence":70}},"price":0},"23977":{"id":23977,"name":"Crystal body (inactive)","members":true,"equipable":true,"equipable_by_player":true,"cost":1500000,"lowalch":600000,"highalch":900000,"wiki_name":"Crystal body (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_body#Inactive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":70}},"price":0},"23979":{"id":23979,"name":"Crystal legs","members":true,"equipable":true,"equipable_by_player":true,"cost":1000000,"lowalch":400000,"highalch":600000,"wiki_name":"Crystal legs (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_legs#Active","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-12,"attack_ranged":18,"defence_stab":26,"defence_slash":21,"defence_crush":30,"defence_magic":34,"defence_ranged":38,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"legs","requirements":{"defence":70}},"price":0},"23981":{"id":23981,"name":"Crystal legs (inactive)","members":true,"equipable":true,"equipable_by_player":true,"cost":1000000,"lowalch":400000,"highalch":600000,"wiki_name":"Crystal legs (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_legs#Inactive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":70}},"price":0},"23983":{"id":23983,"name":"Crystal bow","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":300000,"lowalch":120000,"highalch":180000,"wiki_name":"Crystal bow (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_bow#Active","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":100,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":78,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":70,"agility":50}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"23985":{"id":23985,"name":"Crystal bow (inactive)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":300000,"lowalch":120000,"highalch":180000,"wiki_name":"Crystal bow (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_bow#Inactive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":100,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":78,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"23987":{"id":23987,"name":"Crystal halberd","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":300000,"lowalch":120000,"highalch":180000,"wiki_name":"Crystal halberd (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_halberd#Active","equipment":{"attack_stab":85,"attack_slash":110,"attack_crush":5,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":4,"defence_crush":5,"defence_magic":0,"defence_ranged":0,"melee_strength":118,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"agility":50,"strength":35}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"23989":{"id":23989,"name":"Crystal halberd (inactive)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":300000,"lowalch":120000,"highalch":180000,"wiki_name":"Crystal halberd (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_halberd#Inactive","equipment":{"attack_stab":85,"attack_slash":110,"attack_crush":5,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":4,"defence_crush":5,"defence_magic":0,"defence_ranged":0,"melee_strength":118,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"23991":{"id":23991,"name":"Crystal shield","members":true,"equipable":true,"equipable_by_player":true,"cost":300000,"lowalch":120000,"highalch":180000,"wiki_name":"Crystal shield (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_shield#Active","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":-10,"defence_stab":51,"defence_slash":54,"defence_crush":53,"defence_magic":0,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":70,"agility":50}},"price":0},"23993":{"id":23993,"name":"Crystal shield (inactive)","members":true,"equipable":true,"equipable_by_player":true,"cost":300000,"lowalch":120000,"highalch":180000,"wiki_name":"Crystal shield (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_shield#Inactive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"23995":{"id":23995,"name":"Blade of saeldor","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000000,"lowalch":2000000,"highalch":3000000,"wiki_name":"Blade of saeldor (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Blade_of_saeldor#Charged","equipment":{"attack_stab":55,"attack_slash":94,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":89,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":75}},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"23997":{"id":23997,"name":"Blade of saeldor (inactive)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000000,"lowalch":2000000,"highalch":3000000,"buy_limit":8,"wiki_name":"Blade of saeldor (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Blade_of_saeldor#Inactive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":75}},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":129175500},"24000":{"id":24000,"name":"Crystal grail","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":30000,"lowalch":12000,"highalch":18000,"wiki_name":"Crystal grail","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_grail","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"unarmed","stances":[{"combat_style":"punch","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"kick","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":310000},"24003":{"id":24003,"name":"Elven boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":125,"wiki_name":"Elven boots","wiki_url":"https://oldschool.runescape.wiki/w/Elven_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":7342},"24006":{"id":24006,"name":"Elven gloves","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Elven gloves","wiki_url":"https://oldschool.runescape.wiki/w/Elven_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":9606},"24009":{"id":24009,"name":"Elven top","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Elven top (yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Elven_top_(yellow)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":6387},"24012":{"id":24012,"name":"Elven skirt","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Elven skirt (yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Elven_skirt_(yellow)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":4083},"24015":{"id":24015,"name":"Elven top","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Elven top (white)","wiki_url":"https://oldschool.runescape.wiki/w/Elven_top_(white)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":6637},"24018":{"id":24018,"name":"Elven skirt","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Elven skirt (white)","wiki_url":"https://oldschool.runescape.wiki/w/Elven_skirt_(white)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":22859},"24021":{"id":24021,"name":"Elven top","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Elven top (yellow vest)","wiki_url":"https://oldschool.runescape.wiki/w/Elven_top_(yellow_vest)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":3463},"24024":{"id":24024,"name":"Elven legwear","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Elven legwear","wiki_url":"https://oldschool.runescape.wiki/w/Elven_legwear","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":2776},"24027":{"id":24027,"name":"Elven top","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Elven top (white vest)","wiki_url":"https://oldschool.runescape.wiki/w/Elven_top_(white_vest)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":4006},"24030":{"id":24030,"name":"Memoriam crystal (1)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Memoriam crystal (1)","wiki_url":"https://oldschool.runescape.wiki/w/Memoriam_crystal_(1)","price":0},"24031":{"id":24031,"name":"Memoriam crystal (2)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Memoriam crystal (2)","wiki_url":"https://oldschool.runescape.wiki/w/Memoriam_crystal_(2)","price":0},"24032":{"id":24032,"name":"Memoriam crystal (3)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Memoriam crystal (3)","wiki_url":"https://oldschool.runescape.wiki/w/Memoriam_crystal_(3)","price":0},"24033":{"id":24033,"name":"Memoriam crystal (4)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Memoriam crystal (4)","wiki_url":"https://oldschool.runescape.wiki/w/Memoriam_crystal_(4)","price":0},"24034":{"id":24034,"name":"Dragonstone full helm","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":35200,"lowalch":14080,"highalch":21120,"wiki_name":"Dragonstone full helm","wiki_url":"https://oldschool.runescape.wiki/w/Dragonstone_full_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":40}},"price":2292438},"24037":{"id":24037,"name":"Dragonstone platebody","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":65000,"lowalch":26000,"highalch":39000,"wiki_name":"Dragonstone platebody","wiki_url":"https://oldschool.runescape.wiki/w/Dragonstone_platebody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":82,"defence_slash":80,"defence_crush":72,"defence_magic":-6,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":40}},"price":2577500},"24040":{"id":24040,"name":"Dragonstone platelegs","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":64000,"lowalch":25600,"highalch":38400,"wiki_name":"Dragonstone platelegs","wiki_url":"https://oldschool.runescape.wiki/w/Dragonstone_platelegs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":51,"defence_slash":49,"defence_crush":47,"defence_magic":-4,"defence_ranged":49,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":40}},"price":2751035},"24043":{"id":24043,"name":"Dragonstone boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":12500,"lowalch":5000,"highalch":7500,"wiki_name":"Dragonstone boots","wiki_url":"https://oldschool.runescape.wiki/w/Dragonstone_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":12,"defence_slash":13,"defence_crush":14,"defence_magic":0,"defence_ranged":0,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"defence":40}},"price":332278},"24046":{"id":24046,"name":"Dragonstone gauntlets","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":12500,"lowalch":5000,"highalch":7500,"wiki_name":"Dragonstone gauntlets","wiki_url":"https://oldschool.runescape.wiki/w/Dragonstone_gauntlets","equipment":{"attack_stab":8,"attack_slash":8,"attack_crush":8,"attack_magic":-4,"attack_ranged":-3,"defence_stab":8,"defence_slash":8,"defence_crush":8,"defence_magic":-4,"defence_ranged":4,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"defence":40}},"price":460000},"24049":{"id":24049,"name":"Crazed scribbles","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crazed scribbles","wiki_url":"https://oldschool.runescape.wiki/w/Crazed_scribbles","price":0},"24051":{"id":24051,"name":"A dear friend","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"A dear friend","wiki_url":"https://oldschool.runescape.wiki/w/A_dear_friend","price":0},"24053":{"id":24053,"name":"On leprechauns","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"On leprechauns","wiki_url":"https://oldschool.runescape.wiki/w/On_leprechauns","price":0},"24055":{"id":24055,"name":"Bloody diary","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bloody diary","wiki_url":"https://oldschool.runescape.wiki/w/Bloody_diary","price":0},"24057":{"id":24057,"name":"The eight clans","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"The eight clans","wiki_url":"https://oldschool.runescape.wiki/w/The_eight_clans","price":0},"24059":{"id":24059,"name":"Gollwyn's final statement","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gollwyn's final statement","wiki_url":"https://oldschool.runescape.wiki/w/Gollwyn's_final_statement","price":0},"24061":{"id":24061,"name":"Niff & harry","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Niff & harry","wiki_url":"https://oldschool.runescape.wiki/w/Niff_&_harry","price":0},"24063":{"id":24063,"name":"Soggy journal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Soggy journal","wiki_url":"https://oldschool.runescape.wiki/w/Soggy_journal","price":0},"24065":{"id":24065,"name":"Ebrill's journal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ebrill's journal","wiki_url":"https://oldschool.runescape.wiki/w/Ebrill's_journal","price":0},"24067":{"id":24067,"name":"Stained journal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Stained journal","wiki_url":"https://oldschool.runescape.wiki/w/Stained_journal","price":0},"24069":{"id":24069,"name":"The truth behind the myth (excerpt)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"The truth behind the myth (excerpt)","wiki_url":"https://oldschool.runescape.wiki/w/The_truth_behind_the_myth_(excerpt)","price":0},"24071":{"id":24071,"name":"The living statues","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"The living statues","wiki_url":"https://oldschool.runescape.wiki/w/The_living_statues","price":0},"24073":{"id":24073,"name":"The spurned demon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"The spurned demon","wiki_url":"https://oldschool.runescape.wiki/w/The_spurned_demon","price":0},"24075":{"id":24075,"name":"Legends of the mountain","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Legends of the mountain","wiki_url":"https://oldschool.runescape.wiki/w/Legends_of_the_mountain","price":0},"24123":{"id":24123,"name":"Crystal bow","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":300000,"lowalch":120000,"highalch":180000,"wiki_name":"Crystal bow (New)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_bow#New","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":100,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":78,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":70,"agility":50}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"24125":{"id":24125,"name":"Crystal halberd","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":300000,"lowalch":120000,"highalch":180000,"wiki_name":"Crystal halberd (New)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_halberd#New","equipment":{"attack_stab":85,"attack_slash":110,"attack_crush":5,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":4,"defence_crush":5,"defence_magic":0,"defence_ranged":0,"melee_strength":118,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":70,"agility":50,"strength":35}},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"24127":{"id":24127,"name":"Crystal shield","members":true,"equipable":true,"equipable_by_player":true,"cost":300000,"lowalch":120000,"highalch":180000,"wiki_name":"Crystal shield (New)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_shield#New","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":-10,"defence_stab":51,"defence_slash":54,"defence_crush":53,"defence_magic":0,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":70,"agility":50}},"price":0},"24130":{"id":24130,"name":"Combat path starter kit","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Combat path starter kit","wiki_url":"https://oldschool.runescape.wiki/w/Combat_path_starter_kit","price":0},"24131":{"id":24131,"name":"Combat path voucher","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Combat path voucher","wiki_url":"https://oldschool.runescape.wiki/w/Combat_path_voucher","price":0},"24132":{"id":24132,"name":"Marble lectern","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24133":{"id":24133,"name":"Infernal max cape (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Infernal max cape (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Infernal_max_cape#Locked","equipment":{"attack_stab":4,"attack_slash":4,"attack_crush":4,"attack_magic":1,"attack_ranged":1,"defence_stab":12,"defence_slash":12,"defence_crush":12,"defence_magic":12,"defence_ranged":12,"melee_strength":8,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"cape","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"24134":{"id":24134,"name":"Fire max cape (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Fire max cape (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Fire_max_cape#Locked","equipment":{"attack_stab":1,"attack_slash":1,"attack_crush":1,"attack_magic":1,"attack_ranged":1,"defence_stab":11,"defence_slash":11,"defence_crush":11,"defence_magic":11,"defence_ranged":11,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"cape","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"24135":{"id":24135,"name":"Assembler max cape (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Assembler max cape (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Assembler_max_cape#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":8,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":8,"defence_ranged":2,"melee_strength":0,"ranged_strength":2,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"24136":{"id":24136,"name":"Bronze defender (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bronze defender (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_defender#Locked","equipment":{"attack_stab":3,"attack_slash":2,"attack_crush":1,"attack_magic":-3,"attack_ranged":-2,"defence_stab":3,"defence_slash":2,"defence_crush":1,"defence_magic":-3,"defence_ranged":-2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"attack":1,"defence":1}},"price":0},"24137":{"id":24137,"name":"Iron defender (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Iron defender (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Iron_defender#Locked","equipment":{"attack_stab":5,"attack_slash":4,"attack_crush":3,"attack_magic":-3,"attack_ranged":-2,"defence_stab":5,"defence_slash":4,"defence_crush":3,"defence_magic":-3,"defence_ranged":-2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"attack":1,"defence":1}},"price":0},"24138":{"id":24138,"name":"Steel defender (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Steel defender (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_defender#Locked","equipment":{"attack_stab":7,"attack_slash":6,"attack_crush":5,"attack_magic":-3,"attack_ranged":-2,"defence_stab":7,"defence_slash":6,"defence_crush":5,"defence_magic":-3,"defence_ranged":-2,"melee_strength":1,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"attack":5,"defence":5}},"price":0},"24139":{"id":24139,"name":"Black defender (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Black defender (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Black_defender#Locked","equipment":{"attack_stab":9,"attack_slash":8,"attack_crush":7,"attack_magic":-3,"attack_ranged":-2,"defence_stab":9,"defence_slash":8,"defence_crush":7,"defence_magic":-3,"defence_ranged":-2,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"attack":10,"defence":10}},"price":0},"24140":{"id":24140,"name":"Mithril defender (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mithril defender (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_defender#Locked","equipment":{"attack_stab":10,"attack_slash":9,"attack_crush":8,"attack_magic":-3,"attack_ranged":-2,"defence_stab":10,"defence_slash":9,"defence_crush":8,"defence_magic":-3,"defence_ranged":-2,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"attack":20,"defence":20}},"price":0},"24141":{"id":24141,"name":"Adamant defender (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Adamant defender (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_defender#Locked","equipment":{"attack_stab":13,"attack_slash":12,"attack_crush":11,"attack_magic":-3,"attack_ranged":-2,"defence_stab":13,"defence_slash":12,"defence_crush":11,"defence_magic":-3,"defence_ranged":-2,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"attack":30,"defence":30}},"price":0},"24142":{"id":24142,"name":"Rune defender (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":65004,"lowalch":26001,"highalch":39002,"wiki_name":"Rune defender (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_defender#Locked","equipment":{"attack_stab":20,"attack_slash":19,"attack_crush":18,"attack_magic":-3,"attack_ranged":-2,"defence_stab":20,"defence_slash":19,"defence_crush":18,"defence_magic":-3,"defence_ranged":-2,"melee_strength":5,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"attack":40,"defence":40}},"price":0},"24143":{"id":24143,"name":"Dragon defender (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":68007,"lowalch":27202,"highalch":40804,"wiki_name":"Dragon defender (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_defender#Locked","equipment":{"attack_stab":25,"attack_slash":24,"attack_crush":23,"attack_magic":-3,"attack_ranged":-2,"defence_stab":25,"defence_slash":24,"defence_crush":23,"defence_magic":-3,"defence_ranged":-2,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"attack":60,"defence":60}},"price":0},"24144":{"id":24144,"name":"Staff of balance","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000004,"lowalch":400001,"highalch":600002,"wiki_name":"Staff of balance","wiki_url":"https://oldschool.runescape.wiki/w/Staff_of_balance","equipment":{"attack_stab":55,"attack_slash":70,"attack_crush":0,"attack_magic":17,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":3,"defence_magic":17,"defence_ranged":0,"melee_strength":72,"ranged_strength":0,"magic_damage":15,"prayer":0,"slot":"weapon","requirements":{"attack":75,"magic":75}},"weapon":{"attack_speed":4,"weapon_type":"bladed_staff","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":25900000},"24147":{"id":24147,"name":"Armadyl halo (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Armadyl halo (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_halo#Broken","price":0},"24149":{"id":24149,"name":"Bandos halo (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bandos halo (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_halo#Broken","price":0},"24151":{"id":24151,"name":"Seren halo (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Seren halo (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Seren_halo#Broken","price":0},"24153":{"id":24153,"name":"Ancient halo (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ancient halo (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_halo#Broken","price":0},"24155":{"id":24155,"name":"Brassica halo (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Brassica halo (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Brassica_halo#Broken","price":0},"24157":{"id":24157,"name":"Decorative sword (l)","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":3200,"lowalch":1280,"highalch":1920,"wiki_name":"Decorative sword (gold) (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_sword_(gold)#Locked","equipment":{"attack_stab":20,"attack_slash":29,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":31,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":30}},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"24158":{"id":24158,"name":"Decorative armour (l)","equipable":true,"equipable_by_player":true,"cost":12800,"lowalch":5120,"highalch":7680,"wiki_name":"Decorative armour (gold platebody) (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(gold_platebody)#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":65,"defence_slash":63,"defence_crush":55,"defence_magic":-6,"defence_ranged":63,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":30}},"price":0},"24159":{"id":24159,"name":"Decorative armour (l)","equipable":true,"equipable_by_player":true,"cost":6400,"lowalch":2560,"highalch":3840,"wiki_name":"Decorative armour (gold platelegs) (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(gold_platelegs)#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":33,"defence_slash":31,"defence_crush":29,"defence_magic":-4,"defence_ranged":31,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":30}},"price":0},"24160":{"id":24160,"name":"Decorative helm (l)","equipable":true,"equipable_by_player":true,"cost":1920,"lowalch":768,"highalch":1152,"wiki_name":"Decorative helm (gold) (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_helm_(gold)#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":0,"defence_stab":14,"defence_slash":15,"defence_crush":13,"defence_magic":-1,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":30}},"price":0},"24161":{"id":24161,"name":"Decorative shield (l)","equipable":true,"equipable_by_player":true,"cost":5440,"lowalch":2176,"highalch":3264,"wiki_name":"Decorative shield (gold) (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_shield_(gold)#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":-3,"defence_stab":27,"defence_slash":31,"defence_crush":29,"defence_magic":-1,"defence_ranged":29,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":30}},"price":0},"24162":{"id":24162,"name":"Decorative armour (l)","equipable":true,"equipable_by_player":true,"cost":6400,"lowalch":2560,"highalch":3840,"wiki_name":"Decorative armour (gold plateskirt) (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(gold_plateskirt)#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":33,"defence_slash":31,"defence_crush":29,"defence_magic":-4,"defence_ranged":31,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":30}},"price":0},"24163":{"id":24163,"name":"Decorative armour (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":48000,"lowalch":19200,"highalch":28800,"wiki_name":"Decorative armour (magic top) (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(magic_top)#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":20,"defence_slash":20,"defence_crush":20,"defence_magic":20,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":30}},"price":0},"24164":{"id":24164,"name":"Decorative armour (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":45000,"lowalch":18000,"highalch":27000,"wiki_name":"Decorative armour (magic legs) (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(magic_legs)#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":15,"defence_slash":15,"defence_crush":15,"defence_magic":15,"defence_ranged":15,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":30}},"price":0},"24165":{"id":24165,"name":"Decorative armour (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":45000,"lowalch":18000,"highalch":27000,"wiki_name":"Decorative armour (magic hat) (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(magic_hat)#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":4,"defence_slash":4,"defence_crush":4,"defence_magic":4,"defence_ranged":4,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":30}},"price":0},"24166":{"id":24166,"name":"Decorative armour (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":48000,"lowalch":19200,"highalch":28800,"wiki_name":"Decorative armour (ranged top) (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(ranged_top)#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":20,"defence_slash":20,"defence_crush":20,"defence_magic":20,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":30}},"price":0},"24167":{"id":24167,"name":"Decorative armour (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":45000,"lowalch":18000,"highalch":27000,"wiki_name":"Decorative armour (ranged legs) (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(ranged_legs)#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":15,"defence_slash":15,"defence_crush":15,"defence_magic":15,"defence_ranged":15,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":30}},"price":0},"24168":{"id":24168,"name":"Decorative armour (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":45000,"lowalch":18000,"highalch":27000,"wiki_name":"Decorative armour (quiver) (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_armour_(quiver)#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":4,"defence_slash":4,"defence_crush":4,"defence_magic":4,"defence_ranged":4,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"defence":30}},"price":0},"24169":{"id":24169,"name":"Saradomin halo (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":150000,"lowalch":60000,"highalch":90000,"wiki_name":"Saradomin halo (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_halo#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":11,"defence_slash":12,"defence_crush":10,"defence_magic":11,"defence_ranged":-1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"head","requirements":null},"price":0},"24170":{"id":24170,"name":"Zamorak halo (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":150000,"lowalch":60000,"highalch":90000,"wiki_name":"Zamorak halo (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_halo#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":11,"defence_slash":12,"defence_crush":10,"defence_magic":11,"defence_ranged":-1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"head","requirements":null},"price":0},"24171":{"id":24171,"name":"Guthix halo (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":150000,"lowalch":60000,"highalch":90000,"wiki_name":"Guthix halo (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_halo#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":11,"defence_slash":12,"defence_crush":10,"defence_magic":11,"defence_ranged":-1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"head","requirements":null},"price":0},"24172":{"id":24172,"name":"Healer hat (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":65001,"lowalch":26000,"highalch":39000,"wiki_name":"Healer hat (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Healer_hat#Locked","equipment":{"attack_stab":-5,"attack_slash":-5,"attack_crush":-5,"attack_magic":6,"attack_ranged":-5,"defence_stab":6,"defence_slash":8,"defence_crush":10,"defence_magic":7,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":45}},"price":0},"24173":{"id":24173,"name":"Fighter hat (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":65001,"lowalch":26000,"highalch":39000,"wiki_name":"Fighter hat (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Fighter_hat#Locked","equipment":{"attack_stab":5,"attack_slash":5,"attack_crush":5,"attack_magic":-7,"attack_ranged":-7,"defence_stab":27,"defence_slash":29,"defence_crush":26,"defence_magic":-3,"defence_ranged":28,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":45}},"price":0},"24174":{"id":24174,"name":"Ranger hat (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":65001,"lowalch":26000,"highalch":39000,"wiki_name":"Ranger hat (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Ranger_hat#Locked","equipment":{"attack_stab":-5,"attack_slash":-5,"attack_crush":-5,"attack_magic":-5,"attack_ranged":6,"defence_stab":7,"defence_slash":10,"defence_crush":11,"defence_magic":5,"defence_ranged":8,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":45}},"price":0},"24175":{"id":24175,"name":"Fighter torso (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":65005,"lowalch":26002,"highalch":39003,"wiki_name":"Fighter torso (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Fighter_torso#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-40,"attack_ranged":0,"defence_stab":62,"defence_slash":85,"defence_crush":62,"defence_magic":-10,"defence_ranged":67,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":40}},"price":0},"24176":{"id":24176,"name":"Penance skirt (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":65004,"lowalch":26001,"highalch":39002,"wiki_name":"Penance skirt (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Penance_skirt#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":15,"defence_stab":26,"defence_slash":21,"defence_crush":28,"defence_magic":19,"defence_ranged":26,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":40,"ranged":60}},"price":0},"24177":{"id":24177,"name":"Void knight top (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":48000,"lowalch":19200,"highalch":28800,"wiki_name":"Void knight top (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Void_knight_top#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":45,"defence_slash":45,"defence_crush":45,"defence_magic":45,"defence_ranged":45,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"attack":42,"strength":42,"hitpoints":42,"ranged":42,"magic":42,"defence":42,"prayer":22}},"price":0},"24178":{"id":24178,"name":"Elite void top (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":48500,"lowalch":19400,"highalch":29100,"wiki_name":"Elite void top (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Elite_void_top#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":45,"defence_slash":45,"defence_crush":45,"defence_magic":45,"defence_ranged":45,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"body","requirements":{"attack":42,"strength":42,"hitpoints":42,"ranged":42,"magic":42,"defence":42,"prayer":22}},"price":0},"24179":{"id":24179,"name":"Void knight robe (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":45000,"lowalch":18000,"highalch":27000,"wiki_name":"Void knight robe (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Void_knight_robe#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":30,"defence_slash":30,"defence_crush":30,"defence_magic":30,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"attack":42,"strength":42,"hitpoints":42,"ranged":42,"magic":42,"defence":42,"prayer":22}},"price":0},"24180":{"id":24180,"name":"Elite void robe (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":45500,"lowalch":18200,"highalch":27300,"wiki_name":"Elite void robe (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Elite_void_robe#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":30,"defence_slash":30,"defence_crush":30,"defence_magic":30,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"legs","requirements":{"attack":42,"strength":42,"hitpoints":42,"ranged":42,"magic":42,"defence":42,"prayer":22}},"price":0},"24181":{"id":24181,"name":"Void knight mace (l)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":12000,"lowalch":4800,"highalch":7200,"wiki_name":"Void knight mace (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Void_knight_mace#Locked","equipment":{"attack_stab":22,"attack_slash":0,"attack_crush":41,"attack_magic":8,"attack_ranged":0,"defence_stab":2,"defence_slash":2,"defence_crush":2,"defence_magic":2,"defence_ranged":2,"melee_strength":38,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"weapon","requirements":{"attack":42,"strength":42,"hitpoints":42,"ranged":42,"magic":42,"defence":42,"prayer":22}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"24182":{"id":24182,"name":"Void knight gloves (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":6052,"lowalch":2420,"highalch":3631,"wiki_name":"Void knight gloves (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Void_knight_gloves#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":6,"defence_slash":6,"defence_crush":6,"defence_magic":4,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"attack":42,"strength":42,"hitpoints":42,"ranged":42,"magic":42,"defence":42,"prayer":22}},"price":0},"24183":{"id":24183,"name":"Void mage helm (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":9851,"lowalch":3940,"highalch":5910,"wiki_name":"Void mage helm (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Void_mage_helm#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":6,"defence_slash":6,"defence_crush":6,"defence_magic":6,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"attack":42,"strength":42,"hitpoints":42,"ranged":42,"magic":42,"defence":42,"prayer":22}},"price":0},"24184":{"id":24184,"name":"Void ranger helm (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":9851,"lowalch":3940,"highalch":5910,"wiki_name":"Void ranger helm (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Void_ranger_helm#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":6,"defence_slash":6,"defence_crush":6,"defence_magic":6,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"attack":42,"strength":42,"hitpoints":42,"ranged":42,"magic":42,"defence":42,"prayer":22}},"price":0},"24185":{"id":24185,"name":"Void melee helm (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":9851,"lowalch":3940,"highalch":5910,"wiki_name":"Void melee helm (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Void_melee_helm#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":6,"defence_slash":6,"defence_crush":6,"defence_magic":6,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"attack":42,"strength":42,"hitpoints":42,"ranged":42,"magic":42,"defence":42,"prayer":22}},"price":0},"24186":{"id":24186,"name":"Avernic defender (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":2500000,"lowalch":1000000,"highalch":1500000,"wiki_name":"Avernic defender (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Avernic_defender#Locked","equipment":{"attack_stab":30,"attack_slash":29,"attack_crush":28,"attack_magic":-5,"attack_ranged":-4,"defence_stab":30,"defence_slash":29,"defence_crush":28,"defence_magic":-5,"defence_ranged":-4,"melee_strength":8,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"attack":70,"defence":70}},"price":0},"24187":{"id":24187,"name":"Trouver parchment","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Trouver parchment","wiki_url":"https://oldschool.runescape.wiki/w/Trouver_parchment","price":468023},"24189":{"id":24189,"name":"Deadman's chest","equipable":true,"equipable_by_player":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Deadman's chest (Cosmetic)","wiki_url":"https://oldschool.runescape.wiki/w/Deadman's_chest#Cosmetic","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"24190":{"id":24190,"name":"Deadman's legs","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Deadman's legs (Cosmetic)","wiki_url":"https://oldschool.runescape.wiki/w/Deadman's_legs#Cosmetic","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"24191":{"id":24191,"name":"Deadman's cape","equipable":true,"equipable_by_player":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Deadman's cape (Cosmetic)","wiki_url":"https://oldschool.runescape.wiki/w/Deadman's_cape#Cosmetic","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"24192":{"id":24192,"name":"Armadyl halo","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Armadyl halo (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_halo#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":11,"defence_slash":12,"defence_crush":10,"defence_magic":11,"defence_ranged":-1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"head","requirements":null},"price":0},"24194":{"id":24194,"name":"Armadyl halo (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Armadyl halo (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_halo#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":11,"defence_slash":12,"defence_crush":10,"defence_magic":11,"defence_ranged":-1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"head","requirements":null},"price":0},"24195":{"id":24195,"name":"Bandos halo","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Bandos halo (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_halo#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":11,"defence_slash":12,"defence_crush":10,"defence_magic":11,"defence_ranged":-1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"head","requirements":null},"price":0},"24197":{"id":24197,"name":"Bandos halo (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Bandos halo (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_halo#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":11,"defence_slash":12,"defence_crush":10,"defence_magic":11,"defence_ranged":-1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"head","requirements":null},"price":0},"24198":{"id":24198,"name":"Seren halo","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Seren halo (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Seren_halo#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":11,"defence_slash":12,"defence_crush":10,"defence_magic":11,"defence_ranged":-1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"head","requirements":null},"price":0},"24200":{"id":24200,"name":"Seren halo (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Seren halo (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Seren_halo#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":11,"defence_slash":12,"defence_crush":10,"defence_magic":11,"defence_ranged":-1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"head","requirements":null},"price":0},"24201":{"id":24201,"name":"Ancient halo","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Ancient halo (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_halo#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":11,"defence_slash":12,"defence_crush":10,"defence_magic":11,"defence_ranged":-1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"head","requirements":null},"price":0},"24203":{"id":24203,"name":"Ancient halo (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Ancient halo (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_halo#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":11,"defence_slash":12,"defence_crush":10,"defence_magic":11,"defence_ranged":-1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"head","requirements":null},"price":0},"24204":{"id":24204,"name":"Brassica halo","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Brassica halo (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Brassica_halo#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":11,"defence_slash":12,"defence_crush":10,"defence_magic":11,"defence_ranged":-1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"head","requirements":null},"price":0},"24206":{"id":24206,"name":"Brassica halo (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Brassica halo (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Brassica_halo#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":11,"defence_slash":12,"defence_crush":10,"defence_magic":11,"defence_ranged":-1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"head","requirements":null},"price":0},"24207":{"id":24207,"name":"Victor's cape (1)","equipable":true,"equipable_by_player":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Victor's cape (1)","wiki_url":"https://oldschool.runescape.wiki/w/Victor's_cape_(1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"24209":{"id":24209,"name":"Victor's cape (10)","equipable":true,"equipable_by_player":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Victor's cape (10)","wiki_url":"https://oldschool.runescape.wiki/w/Victor's_cape_(10)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"24211":{"id":24211,"name":"Victor's cape (50)","equipable":true,"equipable_by_player":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Victor's cape (50)","wiki_url":"https://oldschool.runescape.wiki/w/Victor's_cape_(50)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"24213":{"id":24213,"name":"Victor's cape (100)","equipable":true,"equipable_by_player":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Victor's cape (100)","wiki_url":"https://oldschool.runescape.wiki/w/Victor's_cape_(100)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"24215":{"id":24215,"name":"Victor's cape (500)","equipable":true,"equipable_by_player":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Victor's cape (500)","wiki_url":"https://oldschool.runescape.wiki/w/Victor's_cape_(500)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"24217":{"id":24217,"name":"Guthixian icon","members":true,"stackable":true,"cost":500,"lowalch":200,"highalch":300,"wiki_name":"Guthixian icon","wiki_url":"https://oldschool.runescape.wiki/w/Guthixian_icon","price":0},"24219":{"id":24219,"name":"Swift blade","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1500,"lowalch":600,"highalch":900,"wiki_name":"Swift blade","wiki_url":"https://oldschool.runescape.wiki/w/Swift_blade","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":3,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":9553000},"24222":{"id":24222,"name":"Ava's assembler (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":51000,"lowalch":20400,"highalch":30600,"wiki_name":"Ava's assembler (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Ava's_assembler#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":8,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":8,"defence_ranged":2,"melee_strength":0,"ranged_strength":2,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"ranged":70}},"price":0},"24223":{"id":24223,"name":"Fire cape (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":65006,"lowalch":26002,"highalch":39003,"wiki_name":"Fire cape (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Fire_cape#Locked","equipment":{"attack_stab":1,"attack_slash":1,"attack_crush":1,"attack_magic":1,"attack_ranged":1,"defence_stab":11,"defence_slash":11,"defence_crush":11,"defence_magic":11,"defence_ranged":11,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"cape","requirements":null},"price":0},"24224":{"id":24224,"name":"Infernal cape (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":80000,"lowalch":32000,"highalch":48000,"wiki_name":"Infernal cape (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Infernal_cape#Locked","equipment":{"attack_stab":4,"attack_slash":4,"attack_crush":4,"attack_magic":1,"attack_ranged":1,"defence_stab":12,"defence_slash":12,"defence_crush":12,"defence_magic":12,"defence_ranged":12,"melee_strength":8,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"cape","requirements":null},"price":0},"24225":{"id":24225,"name":"Granite maul","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Granite maul (Ornate handle)","wiki_url":"https://oldschool.runescape.wiki/w/Granite_maul#Ornate_handle","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":81,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":79,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":50}},"weapon":{"attack_speed":7,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"24227":{"id":24227,"name":"Granite maul","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Granite maul (or) (Ornate handle)","wiki_url":"https://oldschool.runescape.wiki/w/Granite_maul_(or)#Ornate_handle","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":81,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":79,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":50}},"weapon":{"attack_speed":7,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"24229":{"id":24229,"name":"Ornate maul handle","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":50,"wiki_name":"Ornate maul handle","wiki_url":"https://oldschool.runescape.wiki/w/Ornate_maul_handle","price":400000},"24232":{"id":24232,"name":"Imbued saradomin max cape (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Imbued saradomin max cape (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Imbued_saradomin_max_cape#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":2,"prayer":0,"slot":"cape","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"24233":{"id":24233,"name":"Imbued zamorak max cape (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Imbued zamorak max cape (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Imbued_zamorak_max_cape#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":2,"prayer":0,"slot":"cape","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"24234":{"id":24234,"name":"Imbued guthix max cape (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Imbued guthix max cape (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Imbued_guthix_max_cape#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":2,"prayer":0,"slot":"cape","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"24235":{"id":24235,"name":"House advertisement","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24236":{"id":24236,"name":"Imbued saradomin cape (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Imbued saradomin cape (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Imbued_saradomin_cape#Broken","price":0},"24238":{"id":24238,"name":"Imbued saradomin max cape (broken)","members":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Imbued saradomin max cape (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Imbued_saradomin_max_cape#Broken","price":0},"24240":{"id":24240,"name":"Imbued guthix cape (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Imbued guthix cape (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Imbued_guthix_cape#Broken","price":0},"24242":{"id":24242,"name":"Imbued guthix max cape (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Imbued guthix max cape (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Imbued_guthix_max_cape#Broken","price":0},"24244":{"id":24244,"name":"Imbued zamorak cape (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Imbued zamorak cape (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Imbued_zamorak_cape#Broken","price":0},"24246":{"id":24246,"name":"Imbued zamorak max cape (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Imbued zamorak max cape (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Imbued_zamorak_max_cape#Broken","price":0},"24248":{"id":24248,"name":"Imbued saradomin cape (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":80000,"lowalch":32000,"highalch":48000,"wiki_name":"Imbued saradomin cape (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Imbued_saradomin_cape#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":2,"prayer":0,"slot":"cape","requirements":{"magic":75}},"price":0},"24249":{"id":24249,"name":"Imbued guthix cape (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":80000,"lowalch":32000,"highalch":48000,"wiki_name":"Imbued guthix cape (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Imbued_guthix_cape#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":2,"prayer":0,"slot":"cape","requirements":{"magic":75}},"price":0},"24250":{"id":24250,"name":"Imbued zamorak cape (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":80000,"lowalch":32000,"highalch":48000,"wiki_name":"Imbued zamorak cape (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Imbued_zamorak_cape#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":2,"prayer":0,"slot":"cape","requirements":{"magic":75}},"price":0},"24251":{"id":24251,"name":"Wilderness crabs teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":63,"lowalch":25,"highalch":37,"wiki_name":"Wilderness crabs teleport","wiki_url":"https://oldschool.runescape.wiki/w/Wilderness_crabs_teleport","price":26739},"24254":{"id":24254,"name":"Fang","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Fang (The Fremennik Exiles)","wiki_url":"https://oldschool.runescape.wiki/w/Fang_(The_Fremennik_Exiles)","price":0},"24255":{"id":24255,"name":"Venom gland","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Venom gland","wiki_url":"https://oldschool.runescape.wiki/w/Venom_gland","price":0},"24256":{"id":24256,"name":"Unsealed letter","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Unsealed letter","wiki_url":"https://oldschool.runescape.wiki/w/Unsealed_letter","price":0},"24257":{"id":24257,"name":"Unsealed letter","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Unsealed letter (Brundt)","wiki_url":"https://oldschool.runescape.wiki/w/Unsealed_letter#Brundt","price":0},"24258":{"id":24258,"name":"V sigil","members":true,"cost":100,"wiki_name":"V sigil","wiki_url":"https://oldschool.runescape.wiki/w/V_sigil","price":0},"24259":{"id":24259,"name":"V sigil (e)","members":true,"cost":100,"wiki_name":"V sigil (e)","wiki_url":"https://oldschool.runescape.wiki/w/V_sigil_(e)","price":0},"24260":{"id":24260,"name":"Molten glass (i)","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Molten glass (i)","wiki_url":"https://oldschool.runescape.wiki/w/Molten_glass_(i)","price":0},"24261":{"id":24261,"name":"Lunar glass","members":true,"cost":100,"wiki_name":"Lunar glass","wiki_url":"https://oldschool.runescape.wiki/w/Lunar_glass","price":0},"24262":{"id":24262,"name":"Polishing rock","members":true,"cost":100,"wiki_name":"Polishing rock","wiki_url":"https://oldschool.runescape.wiki/w/Polishing_rock","price":0},"24263":{"id":24263,"name":"Ballad of the basilisk","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ballad of the basilisk","wiki_url":"https://oldschool.runescape.wiki/w/Ballad_of_the_basilisk","price":0},"24265":{"id":24265,"name":"V's shield","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"V's shield (The Fremennik Exiles)","wiki_url":"https://oldschool.runescape.wiki/w/V's_shield#The_Fremennik_Exiles","price":0},"24266":{"id":24266,"name":"V's shield","members":true,"equipable":true,"equipable_by_player":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"V's shield (Equippable)","wiki_url":"https://oldschool.runescape.wiki/w/V's_shield#Equippable","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":27,"defence_slash":31,"defence_crush":29,"defence_magic":5,"defence_ranged":29,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"defence":40}},"price":0},"24268":{"id":24268,"name":"Basilisk jaw","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Basilisk jaw","wiki_url":"https://oldschool.runescape.wiki/w/Basilisk_jaw","price":22731969},"24271":{"id":24271,"name":"Neitiznot faceguard","members":true,"equipable":true,"equipable_by_player":true,"cost":550000,"lowalch":220000,"highalch":330000,"wiki_name":"Neitiznot faceguard","wiki_url":"https://oldschool.runescape.wiki/w/Neitiznot_faceguard","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":36,"defence_slash":34,"defence_crush":38,"defence_magic":3,"defence_ranged":34,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"head","requirements":{"defence":70}},"price":0},"24276":{"id":24276,"name":"Basilisk knight","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24277":{"id":24277,"name":"Mysterious emblem (tier 1)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mysterious emblem (Tier 1)","wiki_url":"https://oldschool.runescape.wiki/w/Mysterious_emblem#Tier_1","price":0},"24279":{"id":24279,"name":"Mysterious emblem (tier 2)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mysterious emblem (Tier 2)","wiki_url":"https://oldschool.runescape.wiki/w/Mysterious_emblem#Tier_2","price":0},"24281":{"id":24281,"name":"Mysterious emblem (tier 3)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mysterious emblem (Tier 3)","wiki_url":"https://oldschool.runescape.wiki/w/Mysterious_emblem#Tier_3","price":0},"24283":{"id":24283,"name":"Mysterious emblem (tier 4)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mysterious emblem (Tier 4)","wiki_url":"https://oldschool.runescape.wiki/w/Mysterious_emblem#Tier_4","price":0},"24285":{"id":24285,"name":"Mysterious emblem (tier 5)","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mysterious emblem (Tier 5)","wiki_url":"https://oldschool.runescape.wiki/w/Mysterious_emblem#Tier_5","price":0},"24287":{"id":24287,"name":"Decorative emblem","members":true,"cost":50009,"wiki_name":"Decorative emblem","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_emblem","price":0},"24288":{"id":24288,"name":"Dagon'hai hat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":17000,"lowalch":6800,"highalch":10200,"wiki_name":"Dagon'hai hat","wiki_url":"https://oldschool.runescape.wiki/w/Dagon'hai_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":5,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":2,"slot":"head","requirements":{"magic":70,"defence":40}},"price":673674},"24291":{"id":24291,"name":"Dagon'hai robe top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":140000,"lowalch":56000,"highalch":84000,"wiki_name":"Dagon'hai robe top","wiki_url":"https://oldschool.runescape.wiki/w/Dagon'hai_robe_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":25,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":21,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":2,"slot":"body","requirements":{"magic":70,"defence":40}},"price":1552349},"24294":{"id":24294,"name":"Dagon'hai robe bottom","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Dagon'hai robe bottom","wiki_url":"https://oldschool.runescape.wiki/w/Dagon'hai_robe_bottom","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":18,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":14,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":2,"slot":"legs","requirements":{"magic":70,"defence":40}},"price":1123093},"24297":{"id":24297,"name":"White bed sheets","cost":1,"lowalch":0,"highalch":0,"wiki_name":"White bed sheets","wiki_url":"https://oldschool.runescape.wiki/w/White_bed_sheets","price":0},"24298":{"id":24298,"name":"Smoke powder","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Smoke powder","wiki_url":"https://oldschool.runescape.wiki/w/Smoke_powder","price":0},"24299":{"id":24299,"name":"Shiny glass","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shiny glass","wiki_url":"https://oldschool.runescape.wiki/w/Shiny_glass","price":0},"24300":{"id":24300,"name":"Spooky hood","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Spooky hood (During event)","wiki_url":"https://oldschool.runescape.wiki/w/Spooky_hood#During_event","price":0},"24301":{"id":24301,"name":"Spooky robe","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Spooky robe (During event)","wiki_url":"https://oldschool.runescape.wiki/w/Spooky_robe#During_event","price":0},"24302":{"id":24302,"name":"Spooky skirt","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Spooky skirt (During event)","wiki_url":"https://oldschool.runescape.wiki/w/Spooky_skirt#During_event","price":0},"24303":{"id":24303,"name":"Spooky gloves","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Spooky gloves (During event)","wiki_url":"https://oldschool.runescape.wiki/w/Spooky_gloves#During_event","price":0},"24304":{"id":24304,"name":"Spooky boots","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Spooky boots (During event)","wiki_url":"https://oldschool.runescape.wiki/w/Spooky_boots#During_event","price":0},"24305":{"id":24305,"name":"Spooky hood","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Spooky hood (Reward)","wiki_url":"https://oldschool.runescape.wiki/w/Spooky_hood#Reward","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"24307":{"id":24307,"name":"Spooky robe","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Spooky robe (Reward)","wiki_url":"https://oldschool.runescape.wiki/w/Spooky_robe#Reward","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"24309":{"id":24309,"name":"Spooky skirt","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Spooky skirt (Reward)","wiki_url":"https://oldschool.runescape.wiki/w/Spooky_skirt#Reward","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"24311":{"id":24311,"name":"Spooky gloves","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Spooky gloves (Reward)","wiki_url":"https://oldschool.runescape.wiki/w/Spooky_gloves#Reward","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"24313":{"id":24313,"name":"Spooky boots","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Spooky boots (Reward)","wiki_url":"https://oldschool.runescape.wiki/w/Spooky_boots#Reward","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"24315":{"id":24315,"name":"Spookier hood","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Spookier hood","wiki_url":"https://oldschool.runescape.wiki/w/Spookier_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"24317":{"id":24317,"name":"Spookier robe","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Spookier robe","wiki_url":"https://oldschool.runescape.wiki/w/Spookier_robe","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"24319":{"id":24319,"name":"Spookier skirt","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Spookier skirt","wiki_url":"https://oldschool.runescape.wiki/w/Spookier_skirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"24321":{"id":24321,"name":"Spookier gloves","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Spookier gloves","wiki_url":"https://oldschool.runescape.wiki/w/Spookier_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"24323":{"id":24323,"name":"Spookier boots","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Spookier boots","wiki_url":"https://oldschool.runescape.wiki/w/Spookier_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"24325":{"id":24325,"name":"Pumpkin lantern","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pumpkin lantern","wiki_url":"https://oldschool.runescape.wiki/w/Pumpkin_lantern","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"24327":{"id":24327,"name":"Skeleton lantern","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Skeleton lantern","wiki_url":"https://oldschool.runescape.wiki/w/Skeleton_lantern","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"24329":{"id":24329,"name":"Bounty crate","members":true,"cost":40000,"lowalch":16000,"highalch":24000,"wiki_name":"Bounty crate","wiki_url":"https://oldschool.runescape.wiki/w/Bounty_crate","price":0},"24331":{"id":24331,"name":"Birthday cake","tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Birthday cake (Mobile Anniversary)","wiki_url":"https://oldschool.runescape.wiki/w/Birthday_cake_(Mobile_Anniversary)","price":0},"24333":{"id":24333,"name":"Dagon'hai robes set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":217000,"lowalch":86800,"highalch":130200,"wiki_name":"Dagon'hai robes set","wiki_url":"https://oldschool.runescape.wiki/w/Dagon'hai_robes_set","price":3484568},"24336":{"id":24336,"name":"Target teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Target teleport","wiki_url":"https://oldschool.runescape.wiki/w/Target_teleport","price":5406},"24338":{"id":24338,"name":"Bounty hunter hat (tier 1)","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bounty hunter hat (tier 1)","wiki_url":"https://oldschool.runescape.wiki/w/Bounty_hunter_hat_(tier_1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"24340":{"id":24340,"name":"Bounty hunter hat (tier 2)","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bounty hunter hat (tier 2)","wiki_url":"https://oldschool.runescape.wiki/w/Bounty_hunter_hat_(tier_2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"24342":{"id":24342,"name":"Bounty hunter hat (tier 3)","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bounty hunter hat (tier 3)","wiki_url":"https://oldschool.runescape.wiki/w/Bounty_hunter_hat_(tier_3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"24344":{"id":24344,"name":"Bounty hunter hat (tier 4)","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bounty hunter hat (tier 4)","wiki_url":"https://oldschool.runescape.wiki/w/Bounty_hunter_hat_(tier_4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"24346":{"id":24346,"name":"Bounty hunter hat (tier 5)","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bounty hunter hat (tier 5)","wiki_url":"https://oldschool.runescape.wiki/w/Bounty_hunter_hat_(tier_5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"24348":{"id":24348,"name":"Bounty hunter hat (tier 6)","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bounty hunter hat (tier 6)","wiki_url":"https://oldschool.runescape.wiki/w/Bounty_hunter_hat_(tier_6)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"24361":{"id":24361,"name":"Scroll box (beginner)","members":true,"stackable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Scroll box (beginner)","wiki_url":"https://oldschool.runescape.wiki/w/Scroll_box_(beginner)","price":0},"24362":{"id":24362,"name":"Scroll box (easy)","members":true,"stackable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Scroll box (easy)","wiki_url":"https://oldschool.runescape.wiki/w/Scroll_box_(easy)","price":0},"24363":{"id":24363,"name":"Scroll box (medium)","members":true,"stackable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Scroll box (medium)","wiki_url":"https://oldschool.runescape.wiki/w/Scroll_box_(medium)","price":0},"24364":{"id":24364,"name":"Scroll box (hard)","members":true,"stackable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Scroll box (hard)","wiki_url":"https://oldschool.runescape.wiki/w/Scroll_box_(hard)","price":0},"24365":{"id":24365,"name":"Scroll box (elite)","members":true,"stackable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Scroll box (elite)","wiki_url":"https://oldschool.runescape.wiki/w/Scroll_box_(elite)","price":0},"24366":{"id":24366,"name":"Scroll box (master)","members":true,"stackable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Scroll box (master)","wiki_url":"https://oldschool.runescape.wiki/w/Scroll_box_(master)","price":0},"24367":{"id":24367,"name":"Cabbage","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cabbage (unobtainable item) (Twisted League points)","wiki_url":"https://oldschool.runescape.wiki/w/Cabbage_(unobtainable_item)#Twisted_League_points","price":0},"24370":{"id":24370,"name":"Twisted slayer helmet","members":true,"equipable":true,"equipable_by_player":true,"cost":40000,"lowalch":16000,"highalch":24000,"wiki_name":"Twisted slayer helmet","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_slayer_helmet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"slayer":60,"defence":10}},"price":0},"24372":{"id":24372,"name":"Twisted dragon trophy","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Twisted dragon trophy","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_dragon_trophy","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"24374":{"id":24374,"name":"Twisted rune trophy","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Twisted rune trophy","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_rune_trophy","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"24376":{"id":24376,"name":"Twisted adamant trophy","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Twisted adamant trophy","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_adamant_trophy","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"24378":{"id":24378,"name":"Twisted mithril trophy","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Twisted mithril trophy","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_mithril_trophy","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"24380":{"id":24380,"name":"Twisted steel trophy","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Twisted steel trophy","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_steel_trophy","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"24382":{"id":24382,"name":"Twisted iron trophy","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Twisted iron trophy","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_iron_trophy","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"24384":{"id":24384,"name":"Twisted bronze trophy","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Twisted bronze trophy","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_bronze_trophy","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"24387":{"id":24387,"name":"Twisted hat (t3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100000,"lowalch":40000,"highalch":60000,"buy_limit":5,"wiki_name":"Twisted hat (t3)","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_hat_(t3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":1507542},"24389":{"id":24389,"name":"Twisted coat (t3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100000,"lowalch":40000,"highalch":60000,"buy_limit":5,"wiki_name":"Twisted coat (t3)","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_coat_(t3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":3998733},"24391":{"id":24391,"name":"Twisted trousers (t3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100000,"lowalch":40000,"highalch":60000,"buy_limit":5,"wiki_name":"Twisted trousers (t3)","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_trousers_(t3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":423392},"24393":{"id":24393,"name":"Twisted boots (t3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100000,"lowalch":40000,"highalch":60000,"buy_limit":5,"wiki_name":"Twisted boots (t3)","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_boots_(t3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":752501},"24395":{"id":24395,"name":"Twisted cane","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":10,"wiki_name":"Twisted cane","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_cane","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1232998},"24397":{"id":24397,"name":"Twisted hat (t2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":5,"wiki_name":"Twisted hat (t2)","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_hat_(t2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":350128},"24399":{"id":24399,"name":"Twisted coat (t2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":5,"wiki_name":"Twisted coat (t2)","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_coat_(t2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":683000},"24401":{"id":24401,"name":"Twisted trousers (t2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":5,"wiki_name":"Twisted trousers (t2)","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_trousers_(t2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":145677},"24403":{"id":24403,"name":"Twisted boots (t2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":5,"wiki_name":"Twisted boots (t2)","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_boots_(t2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":306667},"24405":{"id":24405,"name":"Twisted hat (t1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":5,"wiki_name":"Twisted hat (t1)","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_hat_(t1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":415500},"24407":{"id":24407,"name":"Twisted coat (t1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":5,"wiki_name":"Twisted coat (t1)","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_coat_(t1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":496560},"24409":{"id":24409,"name":"Twisted trousers (t1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":5,"wiki_name":"Twisted trousers (t1)","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_trousers_(t1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":65556},"24411":{"id":24411,"name":"Twisted boots (t1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":5,"wiki_name":"Twisted boots (t1)","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_boots_(t1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":58207},"24413":{"id":24413,"name":"Twisted banner","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":5,"wiki_name":"Twisted banner","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_banner","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":257000},"24416":{"id":24416,"name":"Rune pouch (l)","members":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Rune pouch (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_pouch#Locked","price":0},"24417":{"id":24417,"name":"Inquisitor's mace","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000000,"lowalch":2000000,"highalch":3000000,"buy_limit":8,"wiki_name":"Inquisitor's mace","wiki_url":"https://oldschool.runescape.wiki/w/Inquisitor's_mace","equipment":{"attack_stab":52,"attack_slash":-4,"attack_crush":95,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":89,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"weapon","requirements":{"attack":75}},"weapon":{"attack_speed":4,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":307539339},"24418":{"id":24418,"name":"Gravestone","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gravestone (unobtainable item) (Basic)","wiki_url":"https://oldschool.runescape.wiki/w/Gravestone_(unobtainable_item)#Basic","price":0},"24419":{"id":24419,"name":"Inquisitor's great helm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"buy_limit":8,"wiki_name":"Inquisitor's great helm","wiki_url":"https://oldschool.runescape.wiki/w/Inquisitor's_great_helm","equipment":{"attack_stab":-2,"attack_slash":-2,"attack_crush":8,"attack_magic":-5,"attack_ranged":-5,"defence_stab":19,"defence_slash":10,"defence_crush":21,"defence_magic":0,"defence_ranged":12,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"head","requirements":{"strength":70,"defence":30}},"price":58593012},"24420":{"id":24420,"name":"Inquisitor's hauberk","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1000000,"lowalch":400000,"highalch":600000,"buy_limit":8,"wiki_name":"Inquisitor's hauberk","wiki_url":"https://oldschool.runescape.wiki/w/Inquisitor's_hauberk","equipment":{"attack_stab":-3,"attack_slash":-3,"attack_crush":12,"attack_magic":-11,"attack_ranged":-10,"defence_stab":67,"defence_slash":55,"defence_crush":71,"defence_magic":0,"defence_ranged":35,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"body","requirements":{"strength":70,"defence":30}},"price":45778172},"24421":{"id":24421,"name":"Inquisitor's plateskirt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":750000,"lowalch":300000,"highalch":450000,"buy_limit":8,"wiki_name":"Inquisitor's plateskirt","wiki_url":"https://oldschool.runescape.wiki/w/Inquisitor's_plateskirt","equipment":{"attack_stab":-3,"attack_slash":-3,"attack_crush":12,"attack_magic":-9,"attack_ranged":-5,"defence_stab":42,"defence_slash":30,"defence_crush":49,"defence_magic":0,"defence_ranged":22,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"legs","requirements":{"strength":70,"defence":30}},"price":59390102},"24422":{"id":24422,"name":"Nightmare staff","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":600000,"lowalch":240000,"highalch":360000,"buy_limit":8,"wiki_name":"Nightmare staff","wiki_url":"https://oldschool.runescape.wiki/w/Nightmare_staff","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":16,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":14,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":15,"prayer":0,"slot":"weapon","requirements":{"magic":65,"hitpoints":50}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":57427843},"24423":{"id":24423,"name":"Harmonised nightmare staff","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":4600000,"lowalch":1840000,"highalch":2760000,"wiki_name":"Harmonised nightmare staff","wiki_url":"https://oldschool.runescape.wiki/w/Harmonised_nightmare_staff","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":16,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":14,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":15,"prayer":0,"slot":"weapon","requirements":{"magic":75,"hitpoints":50}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"24424":{"id":24424,"name":"Volatile nightmare staff","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":4600000,"lowalch":1840000,"highalch":2760000,"wiki_name":"Volatile nightmare staff","wiki_url":"https://oldschool.runescape.wiki/w/Volatile_nightmare_staff","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":16,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":14,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":15,"prayer":0,"slot":"weapon","requirements":{"magic":75,"hitpoints":50}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"24425":{"id":24425,"name":"Eldritch nightmare staff","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":4600000,"lowalch":1840000,"highalch":2760000,"wiki_name":"Eldritch nightmare staff","wiki_url":"https://oldschool.runescape.wiki/w/Eldritch_nightmare_staff","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":16,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":14,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":15,"prayer":0,"slot":"weapon","requirements":{"magic":75,"hitpoints":50}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"24426":{"id":24426,"name":"Cabbage","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cabbage (unobtainable item) (Twisted League points negative)","wiki_url":"https://oldschool.runescape.wiki/w/Cabbage_(unobtainable_item)#Twisted_League_points_negative","price":0},"24428":{"id":24428,"name":"Green gingerbread shield","equipable":true,"equipable_by_player":true,"cost":0,"wiki_name":"Green gingerbread shield","wiki_url":"https://oldschool.runescape.wiki/w/Green_gingerbread_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"24430":{"id":24430,"name":"Red gingerbread shield","equipable":true,"equipable_by_player":true,"cost":0,"wiki_name":"Red gingerbread shield","wiki_url":"https://oldschool.runescape.wiki/w/Red_gingerbread_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"24431":{"id":24431,"name":"Blue gingerbread shield","equipable":true,"equipable_by_player":true,"cost":0,"wiki_name":"Blue gingerbread shield","wiki_url":"https://oldschool.runescape.wiki/w/Blue_gingerbread_shield","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"24432":{"id":24432,"name":"Festive cinnamon stick","cost":0,"wiki_name":"Festive cinnamon stick","wiki_url":"https://oldschool.runescape.wiki/w/Festive_cinnamon_stick","price":0},"24433":{"id":24433,"name":"Festive ginger powder","cost":0,"wiki_name":"Festive ginger powder","wiki_url":"https://oldschool.runescape.wiki/w/Festive_ginger_powder","price":0},"24434":{"id":24434,"name":"Festive egg","cost":0,"wiki_name":"Festive egg","wiki_url":"https://oldschool.runescape.wiki/w/Festive_egg","price":0},"24435":{"id":24435,"name":"Festive pot","cost":0,"wiki_name":"Festive pot","wiki_url":"https://oldschool.runescape.wiki/w/Festive_pot","price":0},"24436":{"id":24436,"name":"Festive flour","cost":0,"wiki_name":"Festive flour","wiki_url":"https://oldschool.runescape.wiki/w/Festive_flour","price":0},"24437":{"id":24437,"name":"Gingerbread shield","cost":0,"wiki_name":"Gingerbread shield","wiki_url":"https://oldschool.runescape.wiki/w/Gingerbread_shield","price":0},"24438":{"id":24438,"name":"Iced gingerbread shield","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Iced gingerbread shield (Green)","wiki_url":"https://oldschool.runescape.wiki/w/Iced_gingerbread_shield#Green","price":0},"24439":{"id":24439,"name":"Iced gingerbread shield","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Iced gingerbread shield (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Iced_gingerbread_shield#Red","price":0},"24440":{"id":24440,"name":"Iced gingerbread shield","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Iced gingerbread shield (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Iced_gingerbread_shield#Blue","price":0},"24441":{"id":24441,"name":"Scaperune teleport","stackable":true,"cost":0,"wiki_name":"Scaperune teleport","wiki_url":"https://oldschool.runescape.wiki/w/Scaperune_teleport","price":0},"24442":{"id":24442,"name":"Bakery storage key","cost":0,"wiki_name":"Bakery storage key","wiki_url":"https://oldschool.runescape.wiki/w/Bakery_storage_key","price":0},"24443":{"id":24443,"name":"Gingerbread gnome","cost":0,"wiki_name":"Gingerbread gnome","wiki_url":"https://oldschool.runescape.wiki/w/Gingerbread_gnome","price":0},"24444":{"id":24444,"name":"Twisted slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Twisted slayer helmet (i) (Nightmare Zone)","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_slayer_helmet_(i)#Nightmare_Zone","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":0},"24460":{"id":24460,"name":"Twisted teleport scroll","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":25000,"lowalch":10000,"highalch":15000,"buy_limit":5,"wiki_name":"Twisted teleport scroll","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_teleport_scroll","price":570000},"24463":{"id":24463,"name":"Twisted blueprints","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":25000,"lowalch":10000,"highalch":15000,"buy_limit":5,"wiki_name":"Twisted blueprints","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_blueprints","price":4219997},"24466":{"id":24466,"name":"Twisted horns","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100000,"lowalch":40000,"highalch":60000,"buy_limit":5,"wiki_name":"Twisted horns","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_horns","price":2097000},"24469":{"id":24469,"name":"Twisted relic hunter (t1) armour set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50000,"lowalch":20000,"highalch":30000,"buy_limit":5,"wiki_name":"Twisted relic hunter (t1) armour set","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_relic_hunter_(t1)_armour_set","price":1088856},"24472":{"id":24472,"name":"Twisted relic hunter (t2) armour set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50000,"lowalch":20000,"highalch":30000,"buy_limit":5,"wiki_name":"Twisted relic hunter (t2) armour set","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_relic_hunter_(t2)_armour_set","price":1988000},"24475":{"id":24475,"name":"Twisted relic hunter (t3) armour set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50000,"lowalch":20000,"highalch":30000,"buy_limit":5,"wiki_name":"Twisted relic hunter (t3) armour set","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_relic_hunter_(t3)_armour_set","price":6718593},"24478":{"id":24478,"name":"Open herb sack","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Herb sack (Open)","wiki_url":"https://oldschool.runescape.wiki/w/Herb_sack#Open","price":0},"24479":{"id":24479,"name":"Spice rack","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24480":{"id":24480,"name":"Open coal bag","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Coal bag (Open)","wiki_url":"https://oldschool.runescape.wiki/w/Coal_bag#Open","price":0},"24481":{"id":24481,"name":"Open gem bag","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Gem bag (Open)","wiki_url":"https://oldschool.runescape.wiki/w/Gem_bag#Open","price":0},"24482":{"id":24482,"name":"Open seed box","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Seed box (Open)","wiki_url":"https://oldschool.runescape.wiki/w/Seed_box#Open","price":0},"24483":{"id":24483,"name":"Phoenix","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Phoenix (Green)","wiki_url":"https://oldschool.runescape.wiki/w/Phoenix#Green","price":0},"24484":{"id":24484,"name":"Phoenix","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Phoenix (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Phoenix#Blue","price":0},"24485":{"id":24485,"name":"Phoenix","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Phoenix (White)","wiki_url":"https://oldschool.runescape.wiki/w/Phoenix#White","price":0},"24486":{"id":24486,"name":"Phoenix","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Phoenix (Purple)","wiki_url":"https://oldschool.runescape.wiki/w/Phoenix#Purple","price":0},"24488":{"id":24488,"name":"Inquisitor's armour set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":500000,"wiki_name":"Inquisitor's armour set","wiki_url":"https://oldschool.runescape.wiki/w/Inquisitor's_armour_set","price":164049014},"24491":{"id":24491,"name":"Little nightmare","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Little nightmare (Nightmare)","wiki_url":"https://oldschool.runescape.wiki/w/Little_nightmare#Nightmare","price":0},"24495":{"id":24495,"name":"Jar of dreams","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Jar of dreams","wiki_url":"https://oldschool.runescape.wiki/w/Jar_of_dreams","price":4772468},"24511":{"id":24511,"name":"Harmonised orb","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4000000,"lowalch":1600000,"highalch":2400000,"buy_limit":8,"wiki_name":"Harmonised orb","wiki_url":"https://oldschool.runescape.wiki/w/Harmonised_orb","price":545142500},"24514":{"id":24514,"name":"Volatile orb","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4000000,"lowalch":1600000,"highalch":2400000,"buy_limit":8,"wiki_name":"Volatile orb","wiki_url":"https://oldschool.runescape.wiki/w/Volatile_orb","price":117641446},"24517":{"id":24517,"name":"Eldritch orb","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4000000,"lowalch":1600000,"highalch":2400000,"buy_limit":8,"wiki_name":"Eldritch orb","wiki_url":"https://oldschool.runescape.wiki/w/Eldritch_orb","price":359522557},"24520":{"id":24520,"name":"Victor's cape (1000)","equipable":true,"equipable_by_player":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Victor's cape (1000)","wiki_url":"https://oldschool.runescape.wiki/w/Victor's_cape_(1000)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"24523":{"id":24523,"name":"Death's coffer","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Death's coffer (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Death's_coffer_(unobtainable_item)","price":0},"24524":{"id":24524,"name":"Gravestone","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gravestone (unobtainable item) (Angel)","wiki_url":"https://oldschool.runescape.wiki/w/Gravestone_(unobtainable_item)#Angel","price":0},"24525":{"id":24525,"name":"Cat ears","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cat ears","wiki_url":"https://oldschool.runescape.wiki/w/Cat_ears","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"24527":{"id":24527,"name":"Hell cat ears","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Hell cat ears","wiki_url":"https://oldschool.runescape.wiki/w/Hell_cat_ears","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"24528":{"id":24528,"name":"Lamp of the gatherer","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Lamp of the gatherer","wiki_url":"https://oldschool.runescape.wiki/w/Lamp_of_the_gatherer","price":0},"24529":{"id":24529,"name":"Harmony","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Harmony","wiki_url":"https://oldschool.runescape.wiki/w/Harmony","price":0},"24531":{"id":24531,"name":"Runner hat (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Runner hat (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Runner_hat#Broken","price":0},"24533":{"id":24533,"name":"Runner hat (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":65001,"lowalch":26000,"highalch":39000,"wiki_name":"Runner hat (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Runner_hat#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":45}},"price":0},"24534":{"id":24534,"name":"Mithril seeds","stackable":true,"cost":1,"wiki_name":"Mithril seeds (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_seeds_(Last_Man_Standing)","price":0},"24535":{"id":24535,"name":"Magic egg ball","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Magic egg ball","wiki_url":"https://oldschool.runescape.wiki/w/Magic_egg_ball","price":0},"24537":{"id":24537,"name":"Carrot sword","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Carrot sword","wiki_url":"https://oldschool.runescape.wiki/w/Carrot_sword","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-100,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-100,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"24539":{"id":24539,"name":"'24-carat' sword","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"'24-carat' sword","wiki_url":"https://oldschool.runescape.wiki/w/'24-carat'_sword","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"24541":{"id":24541,"name":"Painted fake magic egg","cost":1,"wiki_name":"Painted fake magic egg","wiki_url":"https://oldschool.runescape.wiki/w/Painted_fake_magic_egg","price":0},"24542":{"id":24542,"name":"Unpainted fake magic egg","cost":1,"wiki_name":"Unpainted fake magic egg","wiki_url":"https://oldschool.runescape.wiki/w/Unpainted_fake_magic_egg","price":0},"24543":{"id":24543,"name":"Conch shell","cost":1,"wiki_name":"Conch shell","wiki_url":"https://oldschool.runescape.wiki/w/Conch_shell","price":0},"24544":{"id":24544,"name":"Broken egg","cost":1,"wiki_name":"Broken egg","wiki_url":"https://oldschool.runescape.wiki/w/Broken_egg","price":0},"24545":{"id":24545,"name":"Dummy portal","cost":1,"wiki_name":"Dummy portal","wiki_url":"https://oldschool.runescape.wiki/w/Dummy_portal","price":0,"lowalch":0,"highalch":0},"24546":{"id":24546,"name":"Carrot","cost":1,"wiki_name":"Carrot","wiki_url":"https://oldschool.runescape.wiki/w/Carrot","price":0},"24547":{"id":24547,"name":"Broken goat horn","cost":1,"wiki_name":"Broken goat horn","wiki_url":"https://oldschool.runescape.wiki/w/Broken_goat_horn","price":0},"24549":{"id":24549,"name":"Cake","cost":50,"wiki_name":"Cake (2020 Easter event)","wiki_url":"https://oldschool.runescape.wiki/w/Cake_(2020_Easter_event)","price":0},"24551":{"id":24551,"name":"Blade of saeldor (c)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000000,"lowalch":2000000,"highalch":3000000,"wiki_name":"Blade of saeldor (c) (Hefin)","wiki_url":"https://oldschool.runescape.wiki/w/Blade_of_saeldor_(c)#Hefin","equipment":{"attack_stab":55,"attack_slash":94,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":89,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":75}},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"24554":{"id":24554,"name":"Pyromancer set","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pyromancer set","wiki_url":"https://oldschool.runescape.wiki/w/Pyromancer_set","price":0},"24555":{"id":24555,"name":"Tangleroot","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tangleroot (Crystal)","wiki_url":"https://oldschool.runescape.wiki/w/Tangleroot#Crystal","price":0},"24557":{"id":24557,"name":"Tangleroot","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tangleroot (Dragonfruit)","wiki_url":"https://oldschool.runescape.wiki/w/Tangleroot#Dragonfruit","price":0},"24559":{"id":24559,"name":"Tangleroot","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tangleroot (Herb)","wiki_url":"https://oldschool.runescape.wiki/w/Tangleroot#Herb","price":0},"24561":{"id":24561,"name":"Tangleroot","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tangleroot (White lily)","wiki_url":"https://oldschool.runescape.wiki/w/Tangleroot#White_lily","price":0},"24563":{"id":24563,"name":"Tangleroot","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tangleroot (Redwood)","wiki_url":"https://oldschool.runescape.wiki/w/Tangleroot#Redwood","price":0},"24565":{"id":24565,"name":"Antique emblem (tier 1)","members":true,"cost":500,"lowalch":200,"highalch":300,"wiki_name":"Antique emblem (Tier 1)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_emblem#Tier_1","price":0},"24567":{"id":24567,"name":"Antique emblem (tier 2)","members":true,"cost":501,"lowalch":200,"highalch":300,"wiki_name":"Antique emblem (Tier 2)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_emblem#Tier_2","price":0},"24569":{"id":24569,"name":"Antique emblem (tier 3)","members":true,"cost":502,"lowalch":200,"highalch":301,"wiki_name":"Antique emblem (Tier 3)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_emblem#Tier_3","price":0},"24571":{"id":24571,"name":"Antique emblem (tier 4)","members":true,"cost":503,"lowalch":201,"highalch":301,"wiki_name":"Antique emblem (Tier 4)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_emblem#Tier_4","price":0},"24573":{"id":24573,"name":"Antique emblem (tier 5)","members":true,"cost":504,"lowalch":201,"highalch":302,"wiki_name":"Antique emblem (Tier 5)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_emblem#Tier_5","price":0},"24575":{"id":24575,"name":"Antique emblem (tier 6)","members":true,"cost":505,"lowalch":202,"highalch":303,"wiki_name":"Antique emblem (Tier 6)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_emblem#Tier_6","price":0},"24577":{"id":24577,"name":"Antique emblem (tier 7)","members":true,"cost":506,"lowalch":202,"highalch":303,"wiki_name":"Antique emblem (Tier 7)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_emblem#Tier_7","price":0},"24579":{"id":24579,"name":"Antique emblem (tier 8)","members":true,"cost":507,"lowalch":202,"highalch":304,"wiki_name":"Antique emblem (Tier 8)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_emblem#Tier_8","price":0},"24581":{"id":24581,"name":"Antique emblem (tier 9)","members":true,"cost":508,"lowalch":203,"highalch":304,"wiki_name":"Antique emblem (Tier 9)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_emblem#Tier_9","price":0},"24583":{"id":24583,"name":"Antique emblem (tier 10)","members":true,"cost":509,"lowalch":203,"highalch":305,"wiki_name":"Antique emblem (Tier 10)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_emblem#Tier_10","price":0},"24585":{"id":24585,"name":"Looting bag note","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":40,"wiki_name":"Looting bag note","wiki_url":"https://oldschool.runescape.wiki/w/Looting_bag_note","price":28673},"24587":{"id":24587,"name":"Rune pouch note","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":210,"lowalch":84,"highalch":126,"buy_limit":40,"wiki_name":"Rune pouch note","wiki_url":"https://oldschool.runescape.wiki/w/Rune_pouch_note","price":2000000},"24589":{"id":24589,"name":"Blighted manta ray","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":10000,"wiki_name":"Blighted manta ray","wiki_url":"https://oldschool.runescape.wiki/w/Blighted_manta_ray","price":331},"24592":{"id":24592,"name":"Blighted anglerfish","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":10000,"wiki_name":"Blighted anglerfish","wiki_url":"https://oldschool.runescape.wiki/w/Blighted_anglerfish","price":358},"24595":{"id":24595,"name":"Blighted karambwan","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":60,"lowalch":24,"highalch":36,"buy_limit":10000,"wiki_name":"Blighted karambwan","wiki_url":"https://oldschool.runescape.wiki/w/Blighted_karambwan","price":165},"24598":{"id":24598,"name":"Blighted super restore(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":40,"lowalch":16,"highalch":24,"buy_limit":2000,"wiki_name":"Blighted super restore (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Blighted_super_restore#4_dose","price":4528},"24601":{"id":24601,"name":"Blighted super restore(3)","members":true,"noteable":true,"cost":39,"lowalch":15,"highalch":23,"wiki_name":"Blighted super restore (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Blighted_super_restore#3_dose","price":0},"24603":{"id":24603,"name":"Blighted super restore(2)","members":true,"noteable":true,"cost":38,"lowalch":15,"highalch":22,"wiki_name":"Blighted super restore (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Blighted_super_restore#2_dose","price":0},"24605":{"id":24605,"name":"Blighted super restore(1)","members":true,"noteable":true,"cost":37,"lowalch":14,"highalch":22,"wiki_name":"Blighted super restore (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Blighted_super_restore#1_dose","price":0},"24607":{"id":24607,"name":"Blighted ancient ice sack","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":35,"lowalch":14,"highalch":21,"buy_limit":15000,"wiki_name":"Blighted ancient ice sack","wiki_url":"https://oldschool.runescape.wiki/w/Blighted_ancient_ice_sack","price":264},"24613":{"id":24613,"name":"Blighted entangle sack","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":15000,"wiki_name":"Blighted entangle sack","wiki_url":"https://oldschool.runescape.wiki/w/Blighted_entangle_sack","price":69},"24615":{"id":24615,"name":"Blighted teleport spell sack","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":32,"lowalch":12,"highalch":19,"buy_limit":10000,"wiki_name":"Blighted teleport spell sack","wiki_url":"https://oldschool.runescape.wiki/w/Blighted_teleport_spell_sack","price":76},"24617":{"id":24617,"name":"Vesta's blighted longsword","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":800000,"lowalch":320000,"highalch":480000,"wiki_name":"Vesta's blighted longsword (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Vesta's_blighted_longsword#Active","equipment":{"attack_stab":106,"attack_slash":121,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":4,"defence_crush":3,"defence_magic":0,"defence_ranged":0,"melee_strength":118,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":75}},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"24619":{"id":24619,"name":"Vesta's longsword (inactive)","members":true,"cost":800000,"lowalch":320000,"highalch":480000,"wiki_name":"Vesta's blighted longsword (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Vesta's_blighted_longsword#Inactive","price":0},"24621":{"id":24621,"name":"Blighted vengeance sack","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":31,"lowalch":12,"highalch":18,"buy_limit":10000,"wiki_name":"Blighted vengeance sack","wiki_url":"https://oldschool.runescape.wiki/w/Blighted_vengeance_sack","price":87},"24623":{"id":24623,"name":"Divine battlemage potion(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":720,"lowalch":288,"highalch":432,"buy_limit":2000,"wiki_name":"Divine battlemage potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_battlemage_potion#4_dose","price":20300},"24626":{"id":24626,"name":"Divine battlemage potion(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":540,"lowalch":216,"highalch":324,"buy_limit":2000,"wiki_name":"Divine battlemage potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_battlemage_potion#3_dose","price":13515},"24629":{"id":24629,"name":"Divine battlemage potion(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":360,"lowalch":144,"highalch":216,"buy_limit":2000,"wiki_name":"Divine battlemage potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_battlemage_potion#2_dose","price":20000},"24632":{"id":24632,"name":"Divine battlemage potion(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":180,"lowalch":72,"highalch":108,"buy_limit":2000,"wiki_name":"Divine battlemage potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_battlemage_potion#1_dose","price":4441},"24635":{"id":24635,"name":"Divine bastion potion(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":720,"lowalch":288,"highalch":432,"buy_limit":2000,"wiki_name":"Divine bastion potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_bastion_potion#4_dose","price":28930},"24638":{"id":24638,"name":"Divine bastion potion(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":540,"lowalch":216,"highalch":324,"buy_limit":2000,"wiki_name":"Divine bastion potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_bastion_potion#3_dose","price":20359},"24641":{"id":24641,"name":"Divine bastion potion(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":360,"lowalch":144,"highalch":216,"buy_limit":2000,"wiki_name":"Divine bastion potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_bastion_potion#2_dose","price":13753},"24644":{"id":24644,"name":"Divine bastion potion(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":180,"lowalch":72,"highalch":108,"buy_limit":2000,"wiki_name":"Divine bastion potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_bastion_potion#1_dose","price":6920},"24650":{"id":24650,"name":"Logs","cost":4,"lowalch":1,"highalch":2,"wiki_name":"Logs (Tutorial Island) (2020)","wiki_url":"https://oldschool.runescape.wiki/w/Logs_(Tutorial_Island)#2020","price":0},"24652":{"id":24652,"name":"Raw shrimps","tradeable":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Raw shrimps (Tutorial Island) (2020)","wiki_url":"https://oldschool.runescape.wiki/w/Raw_shrimps_(Tutorial_Island)#2020","price":0},"24655":{"id":24655,"name":"Bones","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bones (Tutorial Island) (2020)","wiki_url":"https://oldschool.runescape.wiki/w/Bones_(Tutorial_Island)#2020","price":0},"24656":{"id":24656,"name":"Enraged tektiny","incomplete":true,"members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tektiny (Enraged)","wiki_url":"https://oldschool.runescape.wiki/w/Tektiny#Enraged","price":0},"24658":{"id":24658,"name":"Flying vespina","incomplete":true,"members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Vespina (Airborne)","wiki_url":"https://oldschool.runescape.wiki/w/Vespina#Airborne","price":0},"24660":{"id":24660,"name":"Massive storage unit","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24664":{"id":24664,"name":"Twisted ancestral hat","members":true,"equipable":true,"equipable_by_player":true,"cost":45000,"lowalch":18000,"highalch":27000,"wiki_name":"Twisted ancestral hat","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_ancestral_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":8,"attack_ranged":-2,"defence_stab":12,"defence_slash":11,"defence_crush":13,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":3,"prayer":0,"slot":"head","requirements":{"magic":75,"defence":65}},"price":0},"24666":{"id":24666,"name":"Twisted ancestral robe top","members":true,"equipable":true,"equipable_by_player":true,"cost":120000,"lowalch":48000,"highalch":72000,"wiki_name":"Twisted ancestral robe top","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_ancestral_robe_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":35,"attack_ranged":-8,"defence_stab":42,"defence_slash":31,"defence_crush":51,"defence_magic":28,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":3,"prayer":0,"slot":"body","requirements":{"magic":75,"defence":65}},"price":0},"24668":{"id":24668,"name":"Twisted ancestral robe bottom","members":true,"equipable":true,"equipable_by_player":true,"cost":80000,"lowalch":32000,"highalch":48000,"wiki_name":"Twisted ancestral robe bottom","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_ancestral_robe_bottom","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":26,"attack_ranged":-7,"defence_stab":27,"defence_slash":24,"defence_crush":30,"defence_magic":20,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":3,"prayer":0,"slot":"legs","requirements":{"magic":75,"defence":65}},"price":0},"24670":{"id":24670,"name":"Twisted ancestral colour kit","members":true,"cost":9500,"lowalch":3800,"highalch":5700,"wiki_name":"Twisted ancestral colour kit","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_ancestral_colour_kit","price":0},"24672":{"id":24672,"name":"Haemalchemy volume 2","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Haemalchemy volume 2","wiki_url":"https://oldschool.runescape.wiki/w/Haemalchemy_volume_2","price":0},"24673":{"id":24673,"name":"Vyre noble top (unscented)","members":true,"cost":100,"wiki_name":"Vyre noble top (unscented)","wiki_url":"https://oldschool.runescape.wiki/w/Vyre_noble_top_(unscented)","price":0},"24674":{"id":24674,"name":"Vyre noble legs (unscented)","members":true,"cost":100,"wiki_name":"Vyre noble legs (unscented)","wiki_url":"https://oldschool.runescape.wiki/w/Vyre_noble_legs_(unscented)","price":0},"24675":{"id":24675,"name":"Vyre noble shoes (unscented)","members":true,"cost":100,"wiki_name":"Vyre noble shoes (unscented)","wiki_url":"https://oldschool.runescape.wiki/w/Vyre_noble_shoes_(unscented)","price":0},"24676":{"id":24676,"name":"Vyre noble top","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Vyre noble top","wiki_url":"https://oldschool.runescape.wiki/w/Vyre_noble_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"24678":{"id":24678,"name":"Vyre noble legs","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Vyre noble legs","wiki_url":"https://oldschool.runescape.wiki/w/Vyre_noble_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"24680":{"id":24680,"name":"Vyre noble shoes","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Vyre noble shoes","wiki_url":"https://oldschool.runescape.wiki/w/Vyre_noble_shoes","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"24682":{"id":24682,"name":"Old note","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old note (Sins of the Father)","wiki_url":"https://oldschool.runescape.wiki/w/Old_note_(Sins_of_the_Father)","price":0},"24684":{"id":24684,"name":"Tatty note","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tatty note (Sins of the Father)","wiki_url":"https://oldschool.runescape.wiki/w/Tatty_note_(Sins_of_the_Father)","price":0},"24686":{"id":24686,"name":"Journal page","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Journal page","wiki_url":"https://oldschool.runescape.wiki/w/Journal_page","price":0},"24688":{"id":24688,"name":"Ancient armour","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ancient armour (item)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_armour_(item)","price":0},"24690":{"id":24690,"name":"Tome of experience","members":true,"cost":1,"wiki_name":"Tome of experience (Sins of the Father)","wiki_url":"https://oldschool.runescape.wiki/w/Tome_of_experience_(Sins_of_the_Father)","price":0},"24691":{"id":24691,"name":"Blisterwood logs","members":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Blisterwood logs","wiki_url":"https://oldschool.runescape.wiki/w/Blisterwood_logs","price":0},"24693":{"id":24693,"name":"Ruby sickle (b)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Ruby sickle (b)","wiki_url":"https://oldschool.runescape.wiki/w/Ruby_sickle_(b)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":1,"defence_ranged":1,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"24695":{"id":24695,"name":"Enchanted ruby sickle (b)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Enchanted ruby sickle (b)","wiki_url":"https://oldschool.runescape.wiki/w/Enchanted_ruby_sickle_(b)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":1,"defence_ranged":1,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"24697":{"id":24697,"name":"Blisterwood sickle","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":20000,"wiki_name":"Blisterwood sickle","wiki_url":"https://oldschool.runescape.wiki/w/Blisterwood_sickle","equipment":{"attack_stab":30,"attack_slash":38,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":2,"defence_crush":2,"defence_magic":2,"defence_ranged":2,"melee_strength":32,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"24699":{"id":24699,"name":"Blisterwood flail","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":40000,"wiki_name":"Blisterwood flail","wiki_url":"https://oldschool.runescape.wiki/w/Blisterwood_flail","equipment":{"attack_stab":30,"attack_slash":44,"attack_crush":68,"attack_magic":8,"attack_ranged":0,"defence_stab":4,"defence_slash":4,"defence_crush":2,"defence_magic":8,"defence_ranged":0,"melee_strength":46,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"weapon","requirements":{"attack":50}},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"24701":{"id":24701,"name":"Dark squirrel","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Giant squirrel (Dark)","wiki_url":"https://oldschool.runescape.wiki/w/Giant_squirrel#Dark","price":0},"24702":{"id":24702,"name":"Vyre","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24703":{"id":24703,"name":"Coin pouch","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Coin pouch (Vyre)","wiki_url":"https://oldschool.runescape.wiki/w/Coin_pouch#Vyre","price":0},"24704":{"id":24704,"name":"Daeyalt essence","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Daeyalt essence","wiki_url":"https://oldschool.runescape.wiki/w/Daeyalt_essence","price":0},"24706":{"id":24706,"name":"Daeyalt shard","members":true,"stackable":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Daeyalt shard","wiki_url":"https://oldschool.runescape.wiki/w/Daeyalt_shard","price":0},"24708":{"id":24708,"name":"Vampyre","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24709":{"id":24709,"name":"Hallowed crystal shard","members":true,"stackable":true,"cost":1,"wiki_name":"Hallowed crystal shard","wiki_url":"https://oldschool.runescape.wiki/w/Hallowed_crystal_shard","price":0},"24711":{"id":24711,"name":"Hallowed mark","members":true,"stackable":true,"cost":1,"wiki_name":"Hallowed mark","wiki_url":"https://oldschool.runescape.wiki/w/Hallowed_mark","price":0},"24719":{"id":24719,"name":"Hallowed token","members":true,"cost":10,"wiki_name":"Hallowed token","wiki_url":"https://oldschool.runescape.wiki/w/Hallowed_token","price":0},"24721":{"id":24721,"name":"Hallowed grapple","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"wiki_name":"Hallowed grapple","wiki_url":"https://oldschool.runescape.wiki/w/Hallowed_grapple","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":null},"price":0},"24723":{"id":24723,"name":"Hallowed focus","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"wiki_name":"Hallowed focus","wiki_url":"https://oldschool.runescape.wiki/w/Hallowed_focus","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"24725":{"id":24725,"name":"Hallowed symbol","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"wiki_name":"Hallowed symbol","wiki_url":"https://oldschool.runescape.wiki/w/Hallowed_symbol","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"24727":{"id":24727,"name":"Hallowed hammer","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100,"wiki_name":"Hallowed hammer","wiki_url":"https://oldschool.runescape.wiki/w/Hallowed_hammer","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"24729":{"id":24729,"name":"Dark dye","members":true,"cost":300,"wiki_name":"Dark dye","wiki_url":"https://oldschool.runescape.wiki/w/Dark_dye","price":0},"24731":{"id":24731,"name":"Hallowed ring","members":true,"equipable":true,"equipable_by_player":true,"cost":250,"wiki_name":"Hallowed ring","wiki_url":"https://oldschool.runescape.wiki/w/Hallowed_ring","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"24733":{"id":24733,"name":"Dark acorn","members":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Dark acorn","wiki_url":"https://oldschool.runescape.wiki/w/Dark_acorn","price":0},"24736":{"id":24736,"name":"Ring of endurance","members":true,"equipable":true,"equipable_by_player":true,"cost":64000,"lowalch":25600,"highalch":38400,"wiki_name":"Ring of endurance (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_endurance#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":{"agility":70}},"price":0},"24738":{"id":24738,"name":"Strange old lockpick","members":true,"cost":32000,"lowalch":12800,"highalch":19200,"wiki_name":"Strange old lockpick (Used)","wiki_url":"https://oldschool.runescape.wiki/w/Strange_old_lockpick#Used","price":0},"24740":{"id":24740,"name":"Strange old lockpick (full)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":32000,"lowalch":12800,"highalch":19200,"buy_limit":50,"wiki_name":"Strange old lockpick (Full)","wiki_url":"https://oldschool.runescape.wiki/w/Strange_old_lockpick#Full","price":45359},"24743":{"id":24743,"name":"Graceful hood","members":true,"equipable":true,"equipable_by_player":true,"cost":35,"lowalch":14,"highalch":21,"wiki_name":"Graceful hood (Hallowed) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_hood_(Hallowed)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"24746":{"id":24746,"name":"Graceful cape","members":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Graceful cape (Hallowed) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_cape_(Hallowed)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"24749":{"id":24749,"name":"Graceful top","members":true,"equipable":true,"equipable_by_player":true,"cost":55,"lowalch":22,"highalch":33,"wiki_name":"Graceful top (Hallowed) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_top_(Hallowed)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"24752":{"id":24752,"name":"Graceful legs","members":true,"equipable":true,"equipable_by_player":true,"cost":60,"lowalch":24,"highalch":36,"wiki_name":"Graceful legs (Hallowed) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_legs_(Hallowed)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"24755":{"id":24755,"name":"Graceful gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Graceful gloves (Hallowed) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_gloves_(Hallowed)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"24758":{"id":24758,"name":"Graceful boots","members":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Graceful boots (Hallowed) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_boots_(Hallowed)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"24761":{"id":24761,"name":"Strange hallowed tome","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Strange hallowed tome","wiki_url":"https://oldschool.runescape.wiki/w/Strange_hallowed_tome","price":0},"24763":{"id":24763,"name":"Mysterious page","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mysterious page (1)","wiki_url":"https://oldschool.runescape.wiki/w/Mysterious_page#1","price":0},"24765":{"id":24765,"name":"Mysterious page","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mysterious page (2)","wiki_url":"https://oldschool.runescape.wiki/w/Mysterious_page#2","price":0},"24767":{"id":24767,"name":"Mysterious page","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mysterious page (3)","wiki_url":"https://oldschool.runescape.wiki/w/Mysterious_page#3","price":0},"24769":{"id":24769,"name":"Mysterious page","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mysterious page (4)","wiki_url":"https://oldschool.runescape.wiki/w/Mysterious_page#4","price":0},"24771":{"id":24771,"name":"Mysterious page","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mysterious page (5)","wiki_url":"https://oldschool.runescape.wiki/w/Mysterious_page#5","price":0},"24774":{"id":24774,"name":"Blood pint","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"buy_limit":2000,"wiki_name":"Blood pint","wiki_url":"https://oldschool.runescape.wiki/w/Blood_pint","price":46},"24777":{"id":24777,"name":"Blood shard","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200000,"lowalch":80000,"highalch":120000,"buy_limit":8,"wiki_name":"Blood shard","wiki_url":"https://oldschool.runescape.wiki/w/Blood_shard","price":7878543},"24780":{"id":24780,"name":"Amulet of blood fury","members":true,"equipable":true,"equipable_by_player":true,"cost":402000,"lowalch":160800,"highalch":241200,"wiki_name":"Amulet of blood fury","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_blood_fury","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":10,"attack_magic":10,"attack_ranged":10,"defence_stab":15,"defence_slash":15,"defence_crush":15,"defence_magic":15,"defence_ranged":15,"melee_strength":8,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"neck","requirements":null},"price":0},"24782":{"id":24782,"name":"Raw mystery meat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Raw mystery meat","wiki_url":"https://oldschool.runescape.wiki/w/Raw_mystery_meat","price":500},"24785":{"id":24785,"name":"Cooked mystery meat","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Cooked mystery meat","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_mystery_meat","price":101},"24788":{"id":24788,"name":"Pat of not garlic butter","members":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Pat of not garlic butter","wiki_url":"https://oldschool.runescape.wiki/w/Pat_of_not_garlic_butter","price":0},"24790":{"id":24790,"name":"Long rope","cost":40000,"lowalch":16000,"highalch":24000,"wiki_name":"Long rope","wiki_url":"https://oldschool.runescape.wiki/w/Long_rope","price":0},"24792":{"id":24792,"name":"Severed leg","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Severed leg","wiki_url":"https://oldschool.runescape.wiki/w/Severed_leg","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"24794":{"id":24794,"name":"Vyre noble blazer","members":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Vyre noble blazer (red)","wiki_url":"https://oldschool.runescape.wiki/w/Vyre_noble_blazer_(red)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"24796":{"id":24796,"name":"Vyre noble coat tails","members":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Vyre noble coat tails (red)","wiki_url":"https://oldschool.runescape.wiki/w/Vyre_noble_coat_tails_(red)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"24798":{"id":24798,"name":"Vyre noble vest","members":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Vyre noble vest (red)","wiki_url":"https://oldschool.runescape.wiki/w/Vyre_noble_vest_(red)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"24800":{"id":24800,"name":"Vyre noble pants","members":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Vyre noble pants (red)","wiki_url":"https://oldschool.runescape.wiki/w/Vyre_noble_pants_(red)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"24802":{"id":24802,"name":"Vyre noble corset","members":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Vyre noble corset (red)","wiki_url":"https://oldschool.runescape.wiki/w/Vyre_noble_corset_(red)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"24804":{"id":24804,"name":"Vyre noble skirt","members":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Vyre noble skirt (red)","wiki_url":"https://oldschool.runescape.wiki/w/Vyre_noble_skirt_(red)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"24806":{"id":24806,"name":"Vyre noble dress top","members":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Vyre noble dress top (red)","wiki_url":"https://oldschool.runescape.wiki/w/Vyre_noble_dress_top_(red)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"24808":{"id":24808,"name":"Vyre noble dress bottom","members":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Vyre noble dress bottom (red)","wiki_url":"https://oldschool.runescape.wiki/w/Vyre_noble_dress_bottom_(red)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"24810":{"id":24810,"name":"Vyre noble blazer","members":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Vyre noble blazer (purple)","wiki_url":"https://oldschool.runescape.wiki/w/Vyre_noble_blazer_(purple)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"24812":{"id":24812,"name":"Vyre noble coat tails","members":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Vyre noble coat tails (purple)","wiki_url":"https://oldschool.runescape.wiki/w/Vyre_noble_coat_tails_(purple)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"24814":{"id":24814,"name":"Vyre noble vest","members":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Vyre noble vest (purple)","wiki_url":"https://oldschool.runescape.wiki/w/Vyre_noble_vest_(purple)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"24816":{"id":24816,"name":"Vyre noble pants","members":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Vyre noble pants (purple)","wiki_url":"https://oldschool.runescape.wiki/w/Vyre_noble_pants_(purple)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"24818":{"id":24818,"name":"Vyre noble corset","members":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Vyre noble corset (purple)","wiki_url":"https://oldschool.runescape.wiki/w/Vyre_noble_corset_(purple)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"24820":{"id":24820,"name":"Vyre noble skirt","members":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Vyre noble skirt (purple)","wiki_url":"https://oldschool.runescape.wiki/w/Vyre_noble_skirt_(purple)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"24822":{"id":24822,"name":"Vyre noble dress top","members":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Vyre noble dress top (purple)","wiki_url":"https://oldschool.runescape.wiki/w/Vyre_noble_dress_top_(purple)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"24824":{"id":24824,"name":"Vyre noble dress bottom","members":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Vyre noble dress bottom (purple)","wiki_url":"https://oldschool.runescape.wiki/w/Vyre_noble_dress_bottom_(purple)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"24826":{"id":24826,"name":"Vyre noble blazer","members":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Vyre noble blazer (grey)","wiki_url":"https://oldschool.runescape.wiki/w/Vyre_noble_blazer_(grey)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"24828":{"id":24828,"name":"Vyre noble coat tails","members":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Vyre noble coat tails (grey)","wiki_url":"https://oldschool.runescape.wiki/w/Vyre_noble_coat_tails_(grey)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"24830":{"id":24830,"name":"Vyre noble vest","members":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Vyre noble vest (grey)","wiki_url":"https://oldschool.runescape.wiki/w/Vyre_noble_vest_(grey)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"24832":{"id":24832,"name":"Vyre noble pants","members":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Vyre noble pants (grey)","wiki_url":"https://oldschool.runescape.wiki/w/Vyre_noble_pants_(grey)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"24834":{"id":24834,"name":"Vyre noble corset","members":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Vyre noble corset (grey)","wiki_url":"https://oldschool.runescape.wiki/w/Vyre_noble_corset_(grey)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"24836":{"id":24836,"name":"Vyre noble skirt","members":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Vyre noble skirt (grey)","wiki_url":"https://oldschool.runescape.wiki/w/Vyre_noble_skirt_(grey)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"24838":{"id":24838,"name":"Vyre noble dress top","members":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Vyre noble dress top (grey)","wiki_url":"https://oldschool.runescape.wiki/w/Vyre_noble_dress_top_(grey)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"24840":{"id":24840,"name":"Vyre noble dress bottom","members":true,"equipable":true,"equipable_by_player":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Vyre noble dress bottom (grey)","wiki_url":"https://oldschool.runescape.wiki/w/Vyre_noble_dress_bottom_(grey)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"24842":{"id":24842,"name":"A taste of hope","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"A taste of hope (book)","wiki_url":"https://oldschool.runescape.wiki/w/A_taste_of_hope_(book)","price":0},"24844":{"id":24844,"name":"Ring of endurance (uncharged)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":64000,"lowalch":25600,"highalch":38400,"wiki_name":"Ring of endurance (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_endurance#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":{"agility":70}},"price":22363124},"24847":{"id":24847,"name":"Red","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rocky (Red panda)","wiki_url":"https://oldschool.runescape.wiki/w/Rocky#Red_panda","price":0},"24849":{"id":24849,"name":"Ziggy","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rocky (Tanuki)","wiki_url":"https://oldschool.runescape.wiki/w/Rocky#Tanuki","price":0},"24851":{"id":24851,"name":"Soft clay pack","cost":10,"lowalch":4,"highalch":6,"wiki_name":"Soft clay pack (Unidentified minerals)","wiki_url":"https://oldschool.runescape.wiki/w/Soft_clay_pack#Unidentified_minerals","price":0},"24853":{"id":24853,"name":"Bag full of gems","members":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Bag full of gems (Unidentified minerals)","wiki_url":"https://oldschool.runescape.wiki/w/Bag_full_of_gems#Unidentified_minerals","price":0},"24855":{"id":24855,"name":"Mythical max cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"wiki_name":"Mythical max cape","wiki_url":"https://oldschool.runescape.wiki/w/Mythical_max_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":6,"attack_magic":0,"attack_ranged":0,"defence_stab":8,"defence_slash":8,"defence_crush":8,"defence_magic":8,"defence_ranged":8,"melee_strength":1,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"cape","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"24857":{"id":24857,"name":"Mythical max hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mythical max hood","wiki_url":"https://oldschool.runescape.wiki/w/Mythical_max_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"24859":{"id":24859,"name":"Warrior path starter kit","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Warrior path starter kit","wiki_url":"https://oldschool.runescape.wiki/w/Warrior_path_starter_kit","price":0},"24860":{"id":24860,"name":"Wizard path starter kit","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wizard path starter kit","wiki_url":"https://oldschool.runescape.wiki/w/Wizard_path_starter_kit","price":0},"24861":{"id":24861,"name":"Ranger path starter kit","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ranger path starter kit","wiki_url":"https://oldschool.runescape.wiki/w/Ranger_path_starter_kit","price":0},"24862":{"id":24862,"name":"Karamjan monkey","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Karamjan monkey (item)","wiki_url":"https://oldschool.runescape.wiki/w/Karamjan_monkey_(item)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"24863":{"id":24863,"name":"Zombie monkey","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Zombie monkey (item)","wiki_url":"https://oldschool.runescape.wiki/w/Zombie_monkey_(item)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"24864":{"id":24864,"name":"Maniacal monkey","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Maniacal monkey (item)","wiki_url":"https://oldschool.runescape.wiki/w/Maniacal_monkey_(item)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"24865":{"id":24865,"name":"Skeleton monkey","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Skeleton monkey (item)","wiki_url":"https://oldschool.runescape.wiki/w/Skeleton_monkey_(item)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"24866":{"id":24866,"name":"Kruk jr","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Kruk jr","wiki_url":"https://oldschool.runescape.wiki/w/Kruk_jr","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"24867":{"id":24867,"name":"Princely monkey","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Princely monkey","wiki_url":"https://oldschool.runescape.wiki/w/Princely_monkey","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"24868":{"id":24868,"name":"Golden armadyl special attack","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24869":{"id":24869,"name":"Golden bandos special attack","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24870":{"id":24870,"name":"Golden saradomin special attack","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24871":{"id":24871,"name":"Golden zamorak special attack","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24872":{"id":24872,"name":"Carpenter's helmet","members":true,"equipable":true,"equipable_by_player":true,"cost":320,"wiki_name":"Carpenter's helmet","wiki_url":"https://oldschool.runescape.wiki/w/Carpenter's_helmet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"24874":{"id":24874,"name":"Carpenter's shirt","members":true,"equipable":true,"equipable_by_player":true,"cost":380,"wiki_name":"Carpenter's shirt","wiki_url":"https://oldschool.runescape.wiki/w/Carpenter's_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"24876":{"id":24876,"name":"Carpenter's trousers","members":true,"equipable":true,"equipable_by_player":true,"cost":340,"wiki_name":"Carpenter's trousers","wiki_url":"https://oldschool.runescape.wiki/w/Carpenter's_trousers","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"24878":{"id":24878,"name":"Carpenter's boots","members":true,"equipable":true,"equipable_by_player":true,"cost":280,"wiki_name":"Carpenter's boots","wiki_url":"https://oldschool.runescape.wiki/w/Carpenter's_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"24880":{"id":24880,"name":"Amy's saw","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":280,"wiki_name":"Amy's saw","wiki_url":"https://oldschool.runescape.wiki/w/Amy's_saw","equipment":{"attack_stab":2,"attack_slash":5,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":5,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"24882":{"id":24882,"name":"Plank sack","members":true,"cost":370,"wiki_name":"Plank sack","wiki_url":"https://oldschool.runescape.wiki/w/Plank_sack","price":0},"24884":{"id":24884,"name":"Supply crate","members":true,"cost":145,"wiki_name":"Supply crate (Mahogany Homes)","wiki_url":"https://oldschool.runescape.wiki/w/Supply_crate_(Mahogany_Homes)","price":0},"24885":{"id":24885,"name":"Hosidius blueprints","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Hosidius blueprints","wiki_url":"https://oldschool.runescape.wiki/w/Hosidius_blueprints","price":0},"24887":{"id":24887,"name":"Oak table","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24898":{"id":24898,"name":"Wooden cabinet","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24899":{"id":24899,"name":"Oak cabinet","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24900":{"id":24900,"name":"Teak cabinet","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24901":{"id":24901,"name":"Mahogany cabinet","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24904":{"id":24904,"name":"Teak bookcase","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24906":{"id":24906,"name":"Wooden wardrobe","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24910":{"id":24910,"name":"Wooden dresser","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24914":{"id":24914,"name":"Wooden shelves","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24915":{"id":24915,"name":"Oak shelves","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24916":{"id":24916,"name":"Teak shelves","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24917":{"id":24917,"name":"Mahogany shelves","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24921":{"id":24921,"name":"Mahogany bed","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24926":{"id":24926,"name":"Wooden drawer","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24927":{"id":24927,"name":"Oak drawer","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24928":{"id":24928,"name":"Teak drawer","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24929":{"id":24929,"name":"Mahogany drawer","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24932":{"id":24932,"name":"Teak chair","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24933":{"id":24933,"name":"Mahogany chair","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24934":{"id":24934,"name":"Wooden cupboard","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24935":{"id":24935,"name":"Oak cupboard","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24936":{"id":24936,"name":"Teak cupboard","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24937":{"id":24937,"name":"Mahogany cupboard","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"24938":{"id":24938,"name":"Waxwood log","members":true,"cost":1,"wiki_name":"Waxwood log","wiki_url":"https://oldschool.runescape.wiki/w/Waxwood_log","price":0},"24939":{"id":24939,"name":"Waxwood plank","members":true,"cost":1,"wiki_name":"Waxwood plank","wiki_url":"https://oldschool.runescape.wiki/w/Waxwood_plank","price":0},"24940":{"id":24940,"name":"Marlo's crate","members":true,"cost":1,"wiki_name":"Marlo's crate","wiki_url":"https://oldschool.runescape.wiki/w/Marlo's_crate","price":0},"24941":{"id":24941,"name":"Bp obj","cost":10,"lowalch":4,"highalch":6,"wiki_name":"Bp obj","wiki_url":"https://oldschool.runescape.wiki/w/Bp_obj","price":0},"24942":{"id":24942,"name":"Reinforced goggles","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"wiki_name":"Reinforced goggles","wiki_url":"https://oldschool.runescape.wiki/w/Reinforced_goggles","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"24944":{"id":24944,"name":"Sourhog foot","members":true,"cost":1,"wiki_name":"Sourhog foot","wiki_url":"https://oldschool.runescape.wiki/w/Sourhog_foot","price":0},"24946":{"id":24946,"name":"Hallowed sack","members":true,"cost":100,"wiki_name":"Hallowed sack","wiki_url":"https://oldschool.runescape.wiki/w/Hallowed_sack","price":0},"24949":{"id":24949,"name":"Moonclan teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Moonclan teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Moonclan_teleport_(tablet)","price":1030},"24951":{"id":24951,"name":"Ourania teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Ourania teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Ourania_teleport_(tablet)","price":1099},"24953":{"id":24953,"name":"Waterbirth teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Waterbirth teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Waterbirth_teleport_(tablet)","price":1000},"24955":{"id":24955,"name":"Barbarian teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Barbarian teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Barbarian_teleport_(tablet)","price":561},"24957":{"id":24957,"name":"Khazard teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Khazard teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Khazard_teleport_(tablet)","price":1306},"24959":{"id":24959,"name":"Fishing guild teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Fishing guild teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Fishing_guild_teleport_(tablet)","price":856},"24961":{"id":24961,"name":"Catherby teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Catherby teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Catherby_teleport_(tablet)","price":1321},"24963":{"id":24963,"name":"Ice plateau teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":10000,"wiki_name":"Ice plateau teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Ice_plateau_teleport_(tablet)","price":1205},"24971":{"id":24971,"name":"Cabbage","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cabbage (unobtainable item) (Trailblazer League 1)","wiki_url":"https://oldschool.runescape.wiki/w/Cabbage_(unobtainable_item)#Trailblazer_League_1","price":0},"24973":{"id":24973,"name":"Cabbage","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cabbage (unobtainable item) (Trailblazer League 2)","wiki_url":"https://oldschool.runescape.wiki/w/Cabbage_(unobtainable_item)#Trailblazer_League_2","price":0},"24975":{"id":24975,"name":"Headless head","equipable":true,"equipable_by_player":true,"cost":0,"wiki_name":"Headless head","wiki_url":"https://oldschool.runescape.wiki/w/Headless_head","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"24977":{"id":24977,"name":"Magical pumpkin","members":true,"cost":1,"wiki_name":"Magical pumpkin","wiki_url":"https://oldschool.runescape.wiki/w/Magical_pumpkin","price":0},"24980":{"id":24980,"name":"Brown candy","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Brown candy","wiki_url":"https://oldschool.runescape.wiki/w/Brown_candy","price":0},"24981":{"id":24981,"name":"Blue candy","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Blue candy","wiki_url":"https://oldschool.runescape.wiki/w/Blue_candy","price":0},"24982":{"id":24982,"name":"White candy","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"White candy","wiki_url":"https://oldschool.runescape.wiki/w/White_candy","price":0},"24983":{"id":24983,"name":"Purple candy","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Purple candy","wiki_url":"https://oldschool.runescape.wiki/w/Purple_candy","price":0},"24984":{"id":24984,"name":"Red candy","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Red candy","wiki_url":"https://oldschool.runescape.wiki/w/Red_candy","price":0},"24985":{"id":24985,"name":"Green candy","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Green candy","wiki_url":"https://oldschool.runescape.wiki/w/Green_candy","price":0},"24986":{"id":24986,"name":"Black candy","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Black candy","wiki_url":"https://oldschool.runescape.wiki/w/Black_candy","price":0},"24987":{"id":24987,"name":"Orange candy","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Orange candy","wiki_url":"https://oldschool.runescape.wiki/w/Orange_candy","price":0},"24988":{"id":24988,"name":"Pink candy","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Pink candy","wiki_url":"https://oldschool.runescape.wiki/w/Pink_candy","price":0},"24989":{"id":24989,"name":"Rick's box","cost":1,"wiki_name":"Rick's box","wiki_url":"https://oldschool.runescape.wiki/w/Rick's_box","price":0},"24990":{"id":24990,"name":"Rick's head","cost":1,"wiki_name":"Rick's head","wiki_url":"https://oldschool.runescape.wiki/w/Rick's_head","price":0},"24991":{"id":24991,"name":"Witch's brew","cost":1,"wiki_name":"Witch's brew","wiki_url":"https://oldschool.runescape.wiki/w/Witch's_brew","price":0},"24992":{"id":24992,"name":"Spider snack","cost":1,"wiki_name":"Spider snack","wiki_url":"https://oldschool.runescape.wiki/w/Spider_snack","price":0},"24993":{"id":24993,"name":"Incantation","cost":1,"wiki_name":"Incantation (2020 Halloween event)","wiki_url":"https://oldschool.runescape.wiki/w/Incantation_(2020_Halloween_event)","price":0},"24994":{"id":24994,"name":"Cabbage","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cabbage (unobtainable item) (Trailblazer League 3)","wiki_url":"https://oldschool.runescape.wiki/w/Cabbage_(unobtainable_item)#Trailblazer_League_3","price":0},"24996":{"id":24996,"name":"Cabbage","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cabbage (unobtainable item) (Trailblazer League 4)","wiki_url":"https://oldschool.runescape.wiki/w/Cabbage_(unobtainable_item)#Trailblazer_League_4","price":0},"25001":{"id":25001,"name":"Trailblazer hood (t3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":150000,"lowalch":60000,"highalch":90000,"buy_limit":5,"wiki_name":"Trailblazer hood (t3)","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_hood_(t3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":1025500},"25004":{"id":25004,"name":"Trailblazer top (t3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":150000,"lowalch":60000,"highalch":90000,"buy_limit":5,"wiki_name":"Trailblazer top (t3)","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_top_(t3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":1878500},"25007":{"id":25007,"name":"Trailblazer trousers (t3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":150000,"lowalch":60000,"highalch":90000,"buy_limit":5,"wiki_name":"Trailblazer trousers (t3)","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_trousers_(t3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":899500},"25010":{"id":25010,"name":"Trailblazer boots (t3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":150000,"lowalch":60000,"highalch":90000,"buy_limit":5,"wiki_name":"Trailblazer boots (t3)","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_boots_(t3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":4195000},"25013":{"id":25013,"name":"Trailblazer cane","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":150000,"lowalch":60000,"highalch":90000,"buy_limit":5,"wiki_name":"Trailblazer cane","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_cane","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":6250000},"25016":{"id":25016,"name":"Trailblazer hood (t2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"buy_limit":5,"wiki_name":"Trailblazer hood (t2)","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_hood_(t2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":188725},"25019":{"id":25019,"name":"Trailblazer top (t2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"buy_limit":5,"wiki_name":"Trailblazer top (t2)","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_top_(t2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":518936},"25022":{"id":25022,"name":"Trailblazer trousers (t2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"buy_limit":5,"wiki_name":"Trailblazer trousers (t2)","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_trousers_(t2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":86549},"25025":{"id":25025,"name":"Trailblazer boots (t2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"buy_limit":5,"wiki_name":"Trailblazer boots (t2)","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_boots_(t2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":599870},"25028":{"id":25028,"name":"Trailblazer hood (t1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"buy_limit":5,"wiki_name":"Trailblazer hood (t1)","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_hood_(t1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":182178},"25031":{"id":25031,"name":"Trailblazer top (t1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"buy_limit":5,"wiki_name":"Trailblazer top (t1)","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_top_(t1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":430000},"25034":{"id":25034,"name":"Trailblazer trousers (t1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"buy_limit":5,"wiki_name":"Trailblazer trousers (t1)","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_trousers_(t1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":14066},"25037":{"id":25037,"name":"Trailblazer boots (t1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"buy_limit":5,"wiki_name":"Trailblazer boots (t1)","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_boots_(t1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":6926},"25042":{"id":25042,"name":"Trailblazer dragon trophy","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Trailblazer dragon trophy","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_dragon_trophy","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25044":{"id":25044,"name":"Trailblazer rune trophy","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Trailblazer rune trophy","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_rune_trophy","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25046":{"id":25046,"name":"Trailblazer adamant trophy","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Trailblazer adamant trophy","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_adamant_trophy","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25048":{"id":25048,"name":"Trailblazer mithril trophy","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Trailblazer mithril trophy","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_mithril_trophy","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"25050":{"id":25050,"name":"Trailblazer steel trophy","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Trailblazer steel trophy","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_steel_trophy","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"25052":{"id":25052,"name":"Trailblazer iron trophy","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Trailblazer iron trophy","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_iron_trophy","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"25054":{"id":25054,"name":"Trailblazer bronze trophy","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Trailblazer bronze trophy","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_bronze_trophy","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"25056":{"id":25056,"name":"Trailblazer banner","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000,"lowalch":400,"highalch":600,"buy_limit":5,"wiki_name":"Trailblazer banner","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_banner","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":82720},"25059":{"id":25059,"name":"Infernal harpoon (or)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":55000,"lowalch":22000,"highalch":33000,"wiki_name":"Infernal harpoon (or) (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Infernal_harpoon_(or)#Charged","equipment":{"attack_stab":38,"attack_slash":32,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25063":{"id":25063,"name":"Infernal pickaxe (or)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":97950,"lowalch":39180,"highalch":58770,"wiki_name":"Infernal pickaxe (or) (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Infernal_pickaxe_(or)#Charged","equipment":{"attack_stab":38,"attack_slash":-2,"attack_crush":32,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"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":0},"25066":{"id":25066,"name":"Infernal axe (or)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":55000,"lowalch":22000,"highalch":33000,"wiki_name":"Infernal axe (or) (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Infernal_axe_(or)#Charged","equipment":{"attack_stab":-2,"attack_slash":38,"attack_crush":32,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"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":0},"25069":{"id":25069,"name":"Graceful hood","members":true,"equipable":true,"equipable_by_player":true,"cost":35,"lowalch":14,"highalch":21,"wiki_name":"Graceful hood (Trailblazer) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_hood_(Trailblazer)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"25072":{"id":25072,"name":"Graceful cape","members":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Graceful cape (Trailblazer) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_cape_(Trailblazer)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"25075":{"id":25075,"name":"Graceful top","members":true,"equipable":true,"equipable_by_player":true,"cost":55,"lowalch":22,"highalch":33,"wiki_name":"Graceful top (Trailblazer) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_top_(Trailblazer)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"25078":{"id":25078,"name":"Graceful legs","members":true,"equipable":true,"equipable_by_player":true,"cost":60,"lowalch":24,"highalch":36,"wiki_name":"Graceful legs (Trailblazer) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_legs_(Trailblazer)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"25081":{"id":25081,"name":"Graceful gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Graceful gloves (Trailblazer) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_gloves_(Trailblazer)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"25084":{"id":25084,"name":"Graceful boots","members":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Graceful boots (Trailblazer) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_boots_(Trailblazer)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"25087":{"id":25087,"name":"Trailblazer teleport scroll","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":25000,"lowalch":10000,"highalch":15000,"buy_limit":5,"wiki_name":"Trailblazer teleport scroll","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_teleport_scroll","price":764961},"25090":{"id":25090,"name":"Trailblazer tool ornament kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":25000,"lowalch":10000,"highalch":15000,"buy_limit":5,"wiki_name":"Trailblazer tool ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_tool_ornament_kit","price":554717},"25093":{"id":25093,"name":"Trailblazer globe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":40000,"lowalch":16000,"highalch":24000,"buy_limit":5,"wiki_name":"Trailblazer globe","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_globe","price":2429710},"25096":{"id":25096,"name":"Trailblazer rug","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50000,"lowalch":20000,"highalch":30000,"buy_limit":5,"wiki_name":"Trailblazer rug","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_rug","price":2348603},"25099":{"id":25099,"name":"Trailblazer graceful ornament kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":25000,"lowalch":10000,"highalch":15000,"buy_limit":6,"wiki_name":"Trailblazer graceful ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_graceful_ornament_kit","price":432177},"25102":{"id":25102,"name":"Fairy mushroom","members":true,"equipable":true,"equipable_by_player":true,"cost":400,"lowalch":160,"highalch":240,"wiki_name":"Fairy mushroom","wiki_url":"https://oldschool.runescape.wiki/w/Fairy_mushroom","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"25104":{"id":25104,"name":"Crystal of memories","members":true,"cost":10,"wiki_name":"Crystal of memories","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_of_memories","price":0},"25106":{"id":25106,"name":"Extradimensional bag","members":true,"equipable":true,"equipable_by_player":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Extradimensional bag (Closed)","wiki_url":"https://oldschool.runescape.wiki/w/Extradimensional_bag#Closed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"25108":{"id":25108,"name":"Extradimensional bag","members":true,"equipable":true,"equipable_by_player":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Extradimensional bag (Open)","wiki_url":"https://oldschool.runescape.wiki/w/Extradimensional_bag#Open","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"25110":{"id":25110,"name":"Trailblazer axe","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Trailblazer axe","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_axe","equipment":{"attack_stab":-2,"attack_slash":38,"attack_crush":32,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"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":0},"25112":{"id":25112,"name":"Trailblazer pickaxe","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Trailblazer pickaxe","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_pickaxe","equipment":{"attack_stab":38,"attack_slash":-2,"attack_crush":32,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"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":0},"25114":{"id":25114,"name":"Trailblazer harpoon","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Trailblazer harpoon","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_harpoon","equipment":{"attack_stab":38,"attack_slash":32,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"unarmed","stances":[{"combat_style":"punch","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"kick","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25117":{"id":25117,"name":"League tomato","cost":1,"wiki_name":"League tomato","wiki_url":"https://oldschool.runescape.wiki/w/League_tomato","price":0},"25129":{"id":25129,"name":"Beekeeper's hat","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Beekeeper's hat","wiki_url":"https://oldschool.runescape.wiki/w/Beekeeper's_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"25131":{"id":25131,"name":"Beekeeper's top","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Beekeeper's top","wiki_url":"https://oldschool.runescape.wiki/w/Beekeeper's_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"25133":{"id":25133,"name":"Beekeeper's legs","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Beekeeper's legs","wiki_url":"https://oldschool.runescape.wiki/w/Beekeeper's_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"25135":{"id":25135,"name":"Beekeeper's gloves","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Beekeeper's gloves","wiki_url":"https://oldschool.runescape.wiki/w/Beekeeper's_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"25137":{"id":25137,"name":"Beekeeper's boots","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Beekeeper's boots","wiki_url":"https://oldschool.runescape.wiki/w/Beekeeper's_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"25139":{"id":25139,"name":"Bone fragments","tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":100,"wiki_name":"Bone fragments","wiki_url":"https://oldschool.runescape.wiki/w/Bone_fragments","price":549},"25145":{"id":25145,"name":"Clay head","cost":300,"wiki_name":"Clay head","wiki_url":"https://oldschool.runescape.wiki/w/Clay_head","price":0},"25146":{"id":25146,"name":"Fur head","cost":300,"wiki_name":"Fur head","wiki_url":"https://oldschool.runescape.wiki/w/Fur_head","price":0},"25147":{"id":25147,"name":"Bloody head","cost":300,"wiki_name":"Bloody head","wiki_url":"https://oldschool.runescape.wiki/w/Bloody_head","price":0},"25152":{"id":25152,"name":"Neilan's journal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Neilan's journal","wiki_url":"https://oldschool.runescape.wiki/w/Neilan's_journal","price":0},"25154":{"id":25154,"name":"Ornate undead combat dummy","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"25155":{"id":25155,"name":"Decorative boots (broken)","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Decorative boots (gold) (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_boots_(gold)#Broken","price":0},"25157":{"id":25157,"name":"Decorative full helm (broken)","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Decorative full helm (gold) (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_full_helm_(gold)#Broken","price":0},"25159":{"id":25159,"name":"Castlewars brew(4)","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Castlewars brew (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Castlewars_brew#4_dose","price":0},"25160":{"id":25160,"name":"Castlewars brew(3)","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Castlewars brew (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Castlewars_brew#3_dose","price":0},"25161":{"id":25161,"name":"Castlewars brew(2)","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Castlewars brew (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Castlewars_brew#2_dose","price":0},"25162":{"id":25162,"name":"Castlewars brew(1)","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Castlewars brew (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Castlewars_brew#1_dose","price":0},"25163":{"id":25163,"name":"Decorative boots","equipable":true,"equipable_by_player":true,"cost":850,"lowalch":340,"highalch":510,"wiki_name":"Decorative boots (red)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_boots_(red)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":5,"defence_slash":6,"defence_crush":7,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"25165":{"id":25165,"name":"Decorative full helm","equipable":true,"equipable_by_player":true,"cost":850,"lowalch":340,"highalch":510,"wiki_name":"Decorative full helm (red)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_full_helm_(red)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":9,"defence_slash":10,"defence_crush":7,"defence_magic":-1,"defence_ranged":9,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"25167":{"id":25167,"name":"Decorative boots","equipable":true,"equipable_by_player":true,"cost":850,"lowalch":340,"highalch":510,"wiki_name":"Decorative boots (white)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_boots_(white)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":8,"defence_slash":9,"defence_crush":10,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"25169":{"id":25169,"name":"Decorative full helm","equipable":true,"equipable_by_player":true,"cost":850,"lowalch":340,"highalch":510,"wiki_name":"Decorative full helm (white)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_full_helm_(white)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":13,"defence_slash":14,"defence_crush":11,"defence_magic":-1,"defence_ranged":13,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"25171":{"id":25171,"name":"Decorative boots","equipable":true,"equipable_by_player":true,"cost":850,"lowalch":340,"highalch":510,"wiki_name":"Decorative boots (gold) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_boots_(gold)#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":10,"defence_slash":11,"defence_crush":12,"defence_magic":0,"defence_ranged":0,"melee_strength":1,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"25173":{"id":25173,"name":"Decorative boots (l)","equipable":true,"equipable_by_player":true,"cost":850,"lowalch":340,"highalch":510,"wiki_name":"Decorative boots (gold) (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_boots_(gold)#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":10,"defence_slash":11,"defence_crush":12,"defence_magic":0,"defence_ranged":0,"melee_strength":1,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"25174":{"id":25174,"name":"Decorative full helm","equipable":true,"equipable_by_player":true,"cost":850,"lowalch":340,"highalch":510,"wiki_name":"Decorative full helm (gold) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_full_helm_(gold)#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":19,"defence_slash":21,"defence_crush":16,"defence_magic":-1,"defence_ranged":19,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"25176":{"id":25176,"name":"Decorative full helm (l)","equipable":true,"equipable_by_player":true,"cost":850,"lowalch":340,"highalch":510,"wiki_name":"Decorative full helm (gold) (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Decorative_full_helm_(gold)#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":19,"defence_slash":21,"defence_crush":16,"defence_magic":-1,"defence_ranged":19,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"25177":{"id":25177,"name":"Slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Slayer helmet (i) (Soul Wars)","wiki_url":"https://oldschool.runescape.wiki/w/Slayer_helmet_(i)#Soul_Wars","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"25179":{"id":25179,"name":"Black slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Black slayer helmet (i) (Soul Wars)","wiki_url":"https://oldschool.runescape.wiki/w/Black_slayer_helmet_(i)#Soul_Wars","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"25181":{"id":25181,"name":"Green slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Green slayer helmet (i) (Soul Wars)","wiki_url":"https://oldschool.runescape.wiki/w/Green_slayer_helmet_(i)#Soul_Wars","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"25183":{"id":25183,"name":"Red slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Red slayer helmet (i) (Soul Wars)","wiki_url":"https://oldschool.runescape.wiki/w/Red_slayer_helmet_(i)#Soul_Wars","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"25185":{"id":25185,"name":"Purple slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Purple slayer helmet (i) (Soul Wars)","wiki_url":"https://oldschool.runescape.wiki/w/Purple_slayer_helmet_(i)#Soul_Wars","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"25187":{"id":25187,"name":"Turquoise slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Turquoise slayer helmet (i) (Soul Wars)","wiki_url":"https://oldschool.runescape.wiki/w/Turquoise_slayer_helmet_(i)#Soul_Wars","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"25189":{"id":25189,"name":"Hydra slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Hydra slayer helmet (i) (Soul Wars)","wiki_url":"https://oldschool.runescape.wiki/w/Hydra_slayer_helmet_(i)#Soul_Wars","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"25191":{"id":25191,"name":"Twisted slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Twisted slayer helmet (i) (Soul Wars)","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_slayer_helmet_(i)#Soul_Wars","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"25193":{"id":25193,"name":"Granite ring (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Granite ring (i) (Soul Wars)","wiki_url":"https://oldschool.runescape.wiki/w/Granite_ring_(i)#Soul_Wars","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":4,"defence_slash":4,"defence_crush":4,"defence_magic":-4,"defence_ranged":16,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"25195":{"id":25195,"name":"Blue cape","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue cape (Soul Wars) (Tutorial)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_cape_(Soul_Wars)#Tutorial","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"25196":{"id":25196,"name":"Soul fragment","members":true,"stackable":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Soul fragment (Tutorial)","wiki_url":"https://oldschool.runescape.wiki/w/Soul_fragment#Tutorial","price":0},"25197":{"id":25197,"name":"Soul wars guide","members":true,"cost":1,"wiki_name":"Soul wars guide","wiki_url":"https://oldschool.runescape.wiki/w/Soul_wars_guide","price":0},"25199":{"id":25199,"name":"Bones","members":true,"noteable":true,"cost":1000,"wiki_name":"Bones (Soul Wars)","wiki_url":"https://oldschool.runescape.wiki/w/Bones_(Soul_Wars)","price":0},"25201":{"id":25201,"name":"Soul fragment","members":true,"stackable":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Soul fragment (In-match)","wiki_url":"https://oldschool.runescape.wiki/w/Soul_fragment#In-match","price":0},"25202":{"id":25202,"name":"Bandages","members":true,"cost":1,"wiki_name":"Bandages (Soul Wars)","wiki_url":"https://oldschool.runescape.wiki/w/Bandages_(Soul_Wars)","price":0},"25203":{"id":25203,"name":"Potion of power(4)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Potion of power (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Potion_of_power#4_dose","price":0},"25204":{"id":25204,"name":"Potion of power(3)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Potion of power (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Potion_of_power#3_dose","price":0},"25205":{"id":25205,"name":"Potion of power(2)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Potion of power (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Potion_of_power#2_dose","price":0},"25206":{"id":25206,"name":"Potion of power(1)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Potion of power (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Potion_of_power#1_dose","price":0},"25207":{"id":25207,"name":"Red cape","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red cape (Soul Wars)","wiki_url":"https://oldschool.runescape.wiki/w/Red_cape_(Soul_Wars)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"25208":{"id":25208,"name":"Blue cape","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue cape (Soul Wars) (Minigame)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_cape_(Soul_Wars)#Minigame","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"25209":{"id":25209,"name":"Barricade","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Barricade (Soul Wars) (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Barricade_(Soul_Wars)#Red","price":0},"25210":{"id":25210,"name":"Barricade","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Barricade (Soul Wars) (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Barricade_(Soul_Wars)#Blue","price":0},"25211":{"id":25211,"name":"Explosive potion","members":true,"cost":1,"wiki_name":"Explosive potion (Soul Wars)","wiki_url":"https://oldschool.runescape.wiki/w/Explosive_potion_(Soul_Wars)","price":0},"25212":{"id":25212,"name":"Blue icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue icon (Helmet)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_icon#Helmet","price":0},"25213":{"id":25213,"name":"Blue icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue icon (Goatee)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_icon#Goatee","price":0},"25214":{"id":25214,"name":"Blue icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue icon (Long)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_icon#Long","price":0},"25215":{"id":25215,"name":"Blue icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue icon (Medium)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_icon#Medium","price":0},"25216":{"id":25216,"name":"Blue icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue icon (Small moustache)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_icon#Small_moustache","price":0},"25217":{"id":25217,"name":"Blue icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue icon (Clean-shaven)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_icon#Clean-shaven","price":0},"25218":{"id":25218,"name":"Blue icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue icon (Short)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_icon#Short","price":0},"25219":{"id":25219,"name":"Blue icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue icon (Pointy)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_icon#Pointy","price":0},"25220":{"id":25220,"name":"Blue icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue icon (Split)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_icon#Split","price":0},"25221":{"id":25221,"name":"Blue icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue icon (Handlebar)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_icon#Handlebar","price":0},"25222":{"id":25222,"name":"Blue icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue icon (Mutton)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_icon#Mutton","price":0},"25223":{"id":25223,"name":"Blue icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue icon (Full mutton)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_icon#Full_mutton","price":0},"25224":{"id":25224,"name":"Blue icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue icon (Big moustache)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_icon#Big_moustache","price":0},"25225":{"id":25225,"name":"Blue icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue icon (Waxed moustache)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_icon#Waxed_moustache","price":0},"25226":{"id":25226,"name":"Blue icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue icon (Dali)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_icon#Dali","price":0},"25227":{"id":25227,"name":"Blue icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue icon (Vizier)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_icon#Vizier","price":0},"25228":{"id":25228,"name":"Red icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red icon (Helmet)","wiki_url":"https://oldschool.runescape.wiki/w/Red_icon#Helmet","price":0},"25229":{"id":25229,"name":"Red icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red icon (Goatee)","wiki_url":"https://oldschool.runescape.wiki/w/Red_icon#Goatee","price":0},"25230":{"id":25230,"name":"Red icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red icon (Long)","wiki_url":"https://oldschool.runescape.wiki/w/Red_icon#Long","price":0},"25231":{"id":25231,"name":"Red icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red icon (Medium)","wiki_url":"https://oldschool.runescape.wiki/w/Red_icon#Medium","price":0},"25232":{"id":25232,"name":"Red icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red icon (Small moustache)","wiki_url":"https://oldschool.runescape.wiki/w/Red_icon#Small_moustache","price":0},"25233":{"id":25233,"name":"Red icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red icon (Clean-shaven)","wiki_url":"https://oldschool.runescape.wiki/w/Red_icon#Clean-shaven","price":0},"25234":{"id":25234,"name":"Red icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red icon (Short)","wiki_url":"https://oldschool.runescape.wiki/w/Red_icon#Short","price":0},"25235":{"id":25235,"name":"Red icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red icon (Pointy)","wiki_url":"https://oldschool.runescape.wiki/w/Red_icon#Pointy","price":0},"25236":{"id":25236,"name":"Red icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red icon (Split)","wiki_url":"https://oldschool.runescape.wiki/w/Red_icon#Split","price":0},"25237":{"id":25237,"name":"Red icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red icon (Handlebar)","wiki_url":"https://oldschool.runescape.wiki/w/Red_icon#Handlebar","price":0},"25238":{"id":25238,"name":"Red icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red icon (Mutton)","wiki_url":"https://oldschool.runescape.wiki/w/Red_icon#Mutton","price":0},"25239":{"id":25239,"name":"Red icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red icon (Full mutton)","wiki_url":"https://oldschool.runescape.wiki/w/Red_icon#Full_mutton","price":0},"25240":{"id":25240,"name":"Red icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red icon (Big moustache)","wiki_url":"https://oldschool.runescape.wiki/w/Red_icon#Big_moustache","price":0},"25241":{"id":25241,"name":"Red icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red icon (Waxed moustache)","wiki_url":"https://oldschool.runescape.wiki/w/Red_icon#Waxed_moustache","price":0},"25242":{"id":25242,"name":"Red icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red icon (Dali)","wiki_url":"https://oldschool.runescape.wiki/w/Red_icon#Dali","price":0},"25243":{"id":25243,"name":"Red icon","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Red icon (Vizier)","wiki_url":"https://oldschool.runescape.wiki/w/Red_icon#Vizier","price":0},"25244":{"id":25244,"name":"Dark key","members":true,"stackable":true,"cost":15000,"wiki_name":"Dark key","wiki_url":"https://oldschool.runescape.wiki/w/Dark_key","price":0},"25250":{"id":25250,"name":"Salve amulet(i)","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Salve amulet(i) (Soul Wars)","wiki_url":"https://oldschool.runescape.wiki/w/Salve_amulet(i)#Soul_Wars","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"neck","requirements":null},"price":0},"25252":{"id":25252,"name":"Ring of the gods (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Ring of the gods (i) (Soul Wars)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_the_gods_(i)#Soul_Wars","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":1,"defence_ranged":1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":8,"slot":"ring","requirements":null},"price":0},"25254":{"id":25254,"name":"Tyrannical ring (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Tyrannical ring (i) (Soul Wars)","wiki_url":"https://oldschool.runescape.wiki/w/Tyrannical_ring_(i)#Soul_Wars","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":8,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":8,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"25256":{"id":25256,"name":"Treasonous ring (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Treasonous ring (i) (Soul Wars)","wiki_url":"https://oldschool.runescape.wiki/w/Treasonous_ring_(i)#Soul_Wars","equipment":{"attack_stab":8,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":8,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"25258":{"id":25258,"name":"Seers ring (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Seers ring (i) (Soul Wars)","wiki_url":"https://oldschool.runescape.wiki/w/Seers_ring_(i)#Soul_Wars","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":12,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":12,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"25260":{"id":25260,"name":"Archers ring (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Archers ring (i) (Soul Wars)","wiki_url":"https://oldschool.runescape.wiki/w/Archers_ring_(i)#Soul_Wars","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":8,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":8,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"25262":{"id":25262,"name":"Warrior ring (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Warrior ring (i) (Soul Wars)","wiki_url":"https://oldschool.runescape.wiki/w/Warrior_ring_(i)#Soul_Wars","equipment":{"attack_stab":0,"attack_slash":8,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":8,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"25264":{"id":25264,"name":"Berserker ring (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Berserker ring (i) (Soul Wars)","wiki_url":"https://oldschool.runescape.wiki/w/Berserker_ring_(i)#Soul_Wars","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":8,"defence_magic":0,"defence_ranged":0,"melee_strength":8,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"25278":{"id":25278,"name":"Salve amulet(ei)","members":true,"equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"wiki_name":"Salve amulet(ei) (Soul Wars)","wiki_url":"https://oldschool.runescape.wiki/w/Salve_amulet(ei)#Soul_Wars","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"neck","requirements":null},"price":0},"25280":{"id":25280,"name":"Essence pack","members":true,"cost":430,"lowalch":172,"highalch":258,"wiki_name":"Essence pack (Generic)","wiki_url":"https://oldschool.runescape.wiki/w/Essence_pack#Generic","price":0},"25282":{"id":25282,"name":"Sled","cost":175,"wiki_name":"Sled (2020 Christmas event)","wiki_url":"https://oldschool.runescape.wiki/w/Sled_(2020_Christmas_event)","price":0},"25283":{"id":25283,"name":"Red fireflies","cost":1,"wiki_name":"Red fireflies (item)","wiki_url":"https://oldschool.runescape.wiki/w/Red_fireflies_(item)","price":0},"25284":{"id":25284,"name":"Green fireflies","cost":1,"wiki_name":"Green fireflies (item)","wiki_url":"https://oldschool.runescape.wiki/w/Green_fireflies_(item)","price":0},"25285":{"id":25285,"name":"Stick","cost":1,"wiki_name":"Stick (2020 Christmas event)","wiki_url":"https://oldschool.runescape.wiki/w/Stick_(2020_Christmas_event)","price":0},"25286":{"id":25286,"name":"Mouldy sawdust","cost":1,"wiki_name":"Mouldy sawdust","wiki_url":"https://oldschool.runescape.wiki/w/Mouldy_sawdust","price":0},"25287":{"id":25287,"name":"Rotten meat","cost":1,"wiki_name":"Rotten meat","wiki_url":"https://oldschool.runescape.wiki/w/Rotten_meat","price":0},"25288":{"id":25288,"name":"Stale bread","cost":1,"wiki_name":"Stale bread","wiki_url":"https://oldschool.runescape.wiki/w/Stale_bread","price":0},"25289":{"id":25289,"name":"Goblin stew","cost":1,"wiki_name":"Goblin stew","wiki_url":"https://oldschool.runescape.wiki/w/Goblin_stew","price":0},"25290":{"id":25290,"name":"Goblin gifts","cost":1,"wiki_name":"Goblin gifts","wiki_url":"https://oldschool.runescape.wiki/w/Goblin_gifts","price":0},"25314":{"id":25314,"name":"Giant boulder","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Giant boulder","wiki_url":"https://oldschool.runescape.wiki/w/Giant_boulder","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25316":{"id":25316,"name":"Goblin decorations","members":true,"cost":1,"wiki_name":"Goblin decorations","wiki_url":"https://oldschool.runescape.wiki/w/Goblin_decorations","price":0},"25319":{"id":25319,"name":"Gnome child icon","cost":1,"wiki_name":"Gnome child icon","wiki_url":"https://oldschool.runescape.wiki/w/Gnome_child_icon","price":0},"25322":{"id":25322,"name":"20th anniversary hat","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"20th anniversary hat","wiki_url":"https://oldschool.runescape.wiki/w/20th_anniversary_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"25324":{"id":25324,"name":"20th anniversary top","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"20th anniversary top","wiki_url":"https://oldschool.runescape.wiki/w/20th_anniversary_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"25326":{"id":25326,"name":"20th anniversary bottom","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"20th anniversary bottom","wiki_url":"https://oldschool.runescape.wiki/w/20th_anniversary_bottom","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"25328":{"id":25328,"name":"20th anniversary boots","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"20th anniversary boots","wiki_url":"https://oldschool.runescape.wiki/w/20th_anniversary_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"25330":{"id":25330,"name":"20th anniversary gloves","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"20th anniversary gloves","wiki_url":"https://oldschool.runescape.wiki/w/20th_anniversary_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"25332":{"id":25332,"name":"20th anniversary necklace","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"20th anniversary necklace","wiki_url":"https://oldschool.runescape.wiki/w/20th_anniversary_necklace","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"25334":{"id":25334,"name":"20th anniversary cape","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"20th anniversary cape","wiki_url":"https://oldschool.runescape.wiki/w/20th_anniversary_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"25336":{"id":25336,"name":"Gnome child mask","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Gnome child mask","wiki_url":"https://oldschool.runescape.wiki/w/Gnome_child_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"25340":{"id":25340,"name":"Ectoplasmator","members":true,"cost":1,"wiki_name":"Ectoplasmator","wiki_url":"https://oldschool.runescape.wiki/w/Ectoplasmator","price":0},"25342":{"id":25342,"name":"Spoils of war","members":true,"cost":1,"wiki_name":"Spoils of war","wiki_url":"https://oldschool.runescape.wiki/w/Spoils_of_war","price":0},"25344":{"id":25344,"name":"Soul cape","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Soul cape (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Soul_cape#Red","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":8,"slot":"cape","requirements":{"prayer":70}},"price":0},"25346":{"id":25346,"name":"Soul cape","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Soul cape (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Soul_cape#Blue","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":8,"slot":"cape","requirements":{"prayer":70}},"price":0},"25348":{"id":25348,"name":"Lil' creator","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Lil' creator (Lil' Creator)","wiki_url":"https://oldschool.runescape.wiki/w/Lil'_creator#Lil'_Creator","price":0},"25350":{"id":25350,"name":"Lil' destructor","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Lil' creator (Lil' Destructor)","wiki_url":"https://oldschool.runescape.wiki/w/Lil'_creator#Lil'_Destructor","price":0},"25351":{"id":25351,"name":"Trophy pedestal","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"25352":{"id":25352,"name":"Ornate trophy pedestal","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"25353":{"id":25353,"name":"Oak trophy case","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"25354":{"id":25354,"name":"Mahogany trophy case","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"25355":{"id":25355,"name":"Banner stand","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"25356":{"id":25356,"name":"Ornate banner stand","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"25357":{"id":25357,"name":"Oak outfit stand","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"25358":{"id":25358,"name":"Mahogany outfit stand","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"25359":{"id":25359,"name":"League statue","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"25360":{"id":25360,"name":"Ornate league statue","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"25365":{"id":25365,"name":"League accomplishments scroll","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"25366":{"id":25366,"name":"League hall","incomplete":true,"cost":15000,"lowalch":6000,"highalch":9000,"price":0},"25367":{"id":25367,"name":"Infernal harpoon (uncharged)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":55000,"lowalch":22000,"highalch":33000,"wiki_name":"Infernal harpoon (or) (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Infernal_harpoon_(or)#Uncharged","equipment":{"attack_stab":38,"attack_slash":32,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25369":{"id":25369,"name":"Infernal pickaxe (uncharged)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":97950,"lowalch":39180,"highalch":58770,"wiki_name":"Infernal pickaxe (or) (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Infernal_pickaxe_(or)#Uncharged","equipment":{"attack_stab":38,"attack_slash":-2,"attack_crush":32,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"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":0},"25371":{"id":25371,"name":"Infernal axe (uncharged)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":55000,"lowalch":22000,"highalch":33000,"wiki_name":"Infernal axe (or) (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Infernal_axe_(or)#Uncharged","equipment":{"attack_stab":-2,"attack_slash":38,"attack_crush":32,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"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":0},"25373":{"id":25373,"name":"Dragon harpoon (or)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":55000,"lowalch":22000,"highalch":33000,"wiki_name":"Dragon harpoon (or)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_harpoon_(or)","equipment":{"attack_stab":38,"attack_slash":32,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25376":{"id":25376,"name":"Dragon pickaxe (or)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":97950,"lowalch":39180,"highalch":58770,"wiki_name":"Dragon pickaxe (or) (Trailblazer)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_pickaxe_(or)_(Trailblazer)","equipment":{"attack_stab":38,"attack_slash":-2,"attack_crush":32,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"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":0},"25378":{"id":25378,"name":"Dragon axe (or)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":55000,"lowalch":22000,"highalch":33000,"wiki_name":"Dragon axe (or)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_axe_(or)","equipment":{"attack_stab":-2,"attack_slash":38,"attack_crush":32,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":42,"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":0},"25380":{"id":25380,"name":"Trailblazer relic hunter (t1) armour set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Trailblazer relic hunter (t1) armour set","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_relic_hunter_(t1)_armour_set","price":770000},"25383":{"id":25383,"name":"Trailblazer relic hunter (t2) armour set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Trailblazer relic hunter (t2) armour set","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_relic_hunter_(t2)_armour_set","price":2404681},"25386":{"id":25386,"name":"Trailblazer relic hunter (t3) armour set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Trailblazer relic hunter (t3) armour set","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_relic_hunter_(t3)_armour_set","price":9369935},"25389":{"id":25389,"name":"Swampbark body","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":120000,"lowalch":48000,"highalch":72000,"wiki_name":"Swampbark body","wiki_url":"https://oldschool.runescape.wiki/w/Swampbark_body","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":38,"defence_slash":44,"defence_crush":48,"defence_magic":21,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"magic":50,"defence":50}},"price":87758},"25392":{"id":25392,"name":"Swampbark gauntlets","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Swampbark gauntlets","wiki_url":"https://oldschool.runescape.wiki/w/Swampbark_gauntlets","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":4,"defence_slash":3,"defence_crush":5,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"magic":50,"defence":50}},"price":5211},"25395":{"id":25395,"name":"Swampbark boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Swampbark boots","wiki_url":"https://oldschool.runescape.wiki/w/Swampbark_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":4,"defence_slash":3,"defence_crush":5,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"magic":50,"defence":50}},"price":23526},"25398":{"id":25398,"name":"Swampbark helm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Swampbark helm","wiki_url":"https://oldschool.runescape.wiki/w/Swampbark_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":13,"defence_slash":11,"defence_crush":14,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"magic":50,"defence":50}},"price":38799},"25401":{"id":25401,"name":"Swampbark legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":80000,"lowalch":32000,"highalch":48000,"wiki_name":"Swampbark legs","wiki_url":"https://oldschool.runescape.wiki/w/Swampbark_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":10,"attack_ranged":0,"defence_stab":20,"defence_slash":22,"defence_crush":24,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"magic":50,"defence":50}},"price":82628},"25404":{"id":25404,"name":"Bloodbark body","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":120000,"lowalch":48000,"highalch":72000,"buy_limit":70,"wiki_name":"Bloodbark body","wiki_url":"https://oldschool.runescape.wiki/w/Bloodbark_body","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":21,"attack_ranged":0,"defence_stab":53,"defence_slash":39,"defence_crush":64,"defence_magic":24,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"body","requirements":{"magic":60,"defence":60}},"price":161500},"25407":{"id":25407,"name":"Bloodbark gauntlets","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Bloodbark gauntlets","wiki_url":"https://oldschool.runescape.wiki/w/Bloodbark_gauntlets","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":5,"defence_slash":4,"defence_crush":6,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":{"magic":60,"defence":60}},"price":44992},"25410":{"id":25410,"name":"Bloodbark boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Bloodbark boots","wiki_url":"https://oldschool.runescape.wiki/w/Bloodbark_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":5,"defence_slash":4,"defence_crush":6,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":{"magic":60,"defence":60}},"price":44000},"25413":{"id":25413,"name":"Bloodbark helm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Bloodbark helm","wiki_url":"https://oldschool.runescape.wiki/w/Bloodbark_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":5,"attack_ranged":0,"defence_stab":16,"defence_slash":14,"defence_crush":17,"defence_magic":6,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"head","requirements":{"magic":60,"defence":60}},"price":89970},"25416":{"id":25416,"name":"Bloodbark legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":70,"wiki_name":"Bloodbark legs","wiki_url":"https://oldschool.runescape.wiki/w/Bloodbark_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":16,"attack_ranged":0,"defence_stab":33,"defence_slash":31,"defence_crush":38,"defence_magic":17,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"legs","requirements":{"magic":60,"defence":60}},"price":142625},"25419":{"id":25419,"name":"Urium remains","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":7500,"wiki_name":"Urium remains","wiki_url":"https://oldschool.runescape.wiki/w/Urium_remains","price":6451},"25422":{"id":25422,"name":"Bleached bones","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bleached bones","wiki_url":"https://oldschool.runescape.wiki/w/Bleached_bones","price":0},"25424":{"id":25424,"name":"Gold key red","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Gold key red","wiki_url":"https://oldschool.runescape.wiki/w/Gold_key_red","price":0},"25426":{"id":25426,"name":"Gold key brown","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Gold key brown","wiki_url":"https://oldschool.runescape.wiki/w/Gold_key_brown","price":0},"25428":{"id":25428,"name":"Gold key crimson","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Gold key crimson","wiki_url":"https://oldschool.runescape.wiki/w/Gold_key_crimson","price":0},"25430":{"id":25430,"name":"Gold key black","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Gold key black","wiki_url":"https://oldschool.runescape.wiki/w/Gold_key_black","price":0},"25432":{"id":25432,"name":"Gold key purple","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Gold key purple","wiki_url":"https://oldschool.runescape.wiki/w/Gold_key_purple","price":0},"25434":{"id":25434,"name":"Zealot's robe top","members":true,"equipable":true,"equipable_by_player":true,"cost":25000,"lowalch":10000,"highalch":15000,"wiki_name":"Zealot's robe top","wiki_url":"https://oldschool.runescape.wiki/w/Zealot's_robe_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":7,"slot":"body","requirements":null},"price":0},"25436":{"id":25436,"name":"Zealot's robe bottom","members":true,"equipable":true,"equipable_by_player":true,"cost":24500,"lowalch":9800,"highalch":14700,"wiki_name":"Zealot's robe bottom","wiki_url":"https://oldschool.runescape.wiki/w/Zealot's_robe_bottom","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"legs","requirements":null},"price":0},"25438":{"id":25438,"name":"Zealot's helm","members":true,"equipable":true,"equipable_by_player":true,"cost":24400,"lowalch":9760,"highalch":14640,"wiki_name":"Zealot's helm","wiki_url":"https://oldschool.runescape.wiki/w/Zealot's_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"head","requirements":null},"price":0},"25440":{"id":25440,"name":"Zealot's boots","members":true,"equipable":true,"equipable_by_player":true,"cost":24400,"lowalch":9760,"highalch":14640,"wiki_name":"Zealot's boots","wiki_url":"https://oldschool.runescape.wiki/w/Zealot's_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"feet","requirements":null},"price":0},"25442":{"id":25442,"name":"Bronze locks","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":800,"lowalch":320,"highalch":480,"buy_limit":8,"wiki_name":"Bronze locks","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_locks","price":977},"25445":{"id":25445,"name":"Steel locks","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1600,"lowalch":640,"highalch":960,"buy_limit":8,"wiki_name":"Steel locks","wiki_url":"https://oldschool.runescape.wiki/w/Steel_locks","price":225},"25448":{"id":25448,"name":"Black locks","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3200,"lowalch":1280,"highalch":1920,"buy_limit":8,"wiki_name":"Black locks","wiki_url":"https://oldschool.runescape.wiki/w/Black_locks","price":958},"25451":{"id":25451,"name":"Silver locks","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":19200,"lowalch":7680,"highalch":11520,"buy_limit":8,"wiki_name":"Silver locks","wiki_url":"https://oldschool.runescape.wiki/w/Silver_locks","price":11403},"25454":{"id":25454,"name":"Gold locks","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":32000,"lowalch":12800,"highalch":19200,"buy_limit":8,"wiki_name":"Gold locks","wiki_url":"https://oldschool.runescape.wiki/w/Gold_locks","price":25000},"25457":{"id":25457,"name":"Broken coffin","members":true,"cost":1,"wiki_name":"Broken coffin","wiki_url":"https://oldschool.runescape.wiki/w/Broken_coffin","price":0},"25459":{"id":25459,"name":"Bronze coffin","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bronze coffin (Closed)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_coffin#Closed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"25461":{"id":25461,"name":"Steel coffin","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Steel coffin (Closed)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_coffin#Closed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"25463":{"id":25463,"name":"Black coffin","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Black coffin (Closed)","wiki_url":"https://oldschool.runescape.wiki/w/Black_coffin#Closed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"25465":{"id":25465,"name":"Silver coffin","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Silver coffin (Closed)","wiki_url":"https://oldschool.runescape.wiki/w/Silver_coffin#Closed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"25467":{"id":25467,"name":"Gold coffin","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gold coffin (Closed)","wiki_url":"https://oldschool.runescape.wiki/w/Gold_coffin#Closed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"25469":{"id":25469,"name":"Open bronze coffin","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bronze coffin (Open)","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_coffin#Open","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"25470":{"id":25470,"name":"Open steel coffin","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Steel coffin (Open)","wiki_url":"https://oldschool.runescape.wiki/w/Steel_coffin#Open","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"25471":{"id":25471,"name":"Open black coffin","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Black coffin (Open)","wiki_url":"https://oldschool.runescape.wiki/w/Black_coffin#Open","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"25472":{"id":25472,"name":"Open silver coffin","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Silver coffin (Open)","wiki_url":"https://oldschool.runescape.wiki/w/Silver_coffin#Open","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"25473":{"id":25473,"name":"Open gold coffin","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gold coffin (Open)","wiki_url":"https://oldschool.runescape.wiki/w/Gold_coffin#Open","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"25474":{"id":25474,"name":"Tree wizards' journal","members":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Tree wizards' journal","wiki_url":"https://oldschool.runescape.wiki/w/Tree_wizards'_journal","price":0},"25476":{"id":25476,"name":"Bloody notes","members":true,"cost":3,"lowalch":1,"highalch":1,"wiki_name":"Bloody notes","wiki_url":"https://oldschool.runescape.wiki/w/Bloody_notes","price":0},"25478":{"id":25478,"name":"Runescroll of swampbark","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":50,"wiki_name":"Runescroll of swampbark","wiki_url":"https://oldschool.runescape.wiki/w/Runescroll_of_swampbark","price":2828},"25481":{"id":25481,"name":"Runescroll of bloodbark","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":600,"lowalch":240,"highalch":360,"buy_limit":50,"wiki_name":"Runescroll of bloodbark","wiki_url":"https://oldschool.runescape.wiki/w/Runescroll_of_bloodbark","price":8000},"25484":{"id":25484,"name":"Soulreaper axe","members":true,"tradeable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":120000,"lowalch":48000,"highalch":72000,"wiki_name":"Webweaver bow (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Webweaver_bow#Uncharged","equipment":{"attack_stab":28,"attack_slash":134,"attack_crush":66,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":121,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":70}},"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":0},"25485":{"id":25485,"name":"Ultor ring","members":true,"equipable":true,"equipable_by_player":true,"cost":120000,"lowalch":48000,"highalch":72000,"wiki_name":"Webweaver bow (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Webweaver_bow#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":{"ranged":75}},"price":0},"25486":{"id":25486,"name":"Magus ring","members":true,"equipable":true,"equipable_by_player":true,"cost":120000,"lowalch":48000,"highalch":72000,"wiki_name":"Ursine chainmace (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Ursine_chainmace#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":2,"prayer":0,"slot":"ring","requirements":{"attack":70}},"price":0},"25487":{"id":25487,"name":"Venator ring","members":true,"equipable":true,"equipable_by_player":true,"cost":120000,"lowalch":48000,"highalch":72000,"wiki_name":"Ursine chainmace (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Ursine_chainmace#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":10,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":2,"magic_damage":0,"prayer":0,"slot":"ring","requirements":{"attack":70}},"price":0},"25488":{"id":25488,"name":"Bellator ring","members":true,"equipable":true,"equipable_by_player":true,"cost":120000,"lowalch":48000,"highalch":72000,"wiki_name":"Accursed sceptre (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Accursed_sceptre#Uncharged","equipment":{"attack_stab":0,"attack_slash":12,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":{"magic":70}},"price":0},"25489":{"id":25489,"name":"Blood ancient sceptre","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":120000,"lowalch":48000,"highalch":72000,"wiki_name":"Accursed sceptre (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Accursed_sceptre#Charged","equipment":{"attack_stab":20,"attack_slash":-1,"attack_crush":50,"attack_magic":20,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":15,"defence_ranged":0,"melee_strength":60,"ranged_strength":0,"magic_damage":5,"prayer":-1,"slot":"weapon","requirements":{"magic":70}},"weapon":{"attack_speed":4,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"25490":{"id":25490,"name":"Ice ancient sceptre","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000000,"lowalch":2000000,"highalch":3000000,"wiki_name":"Voidwaker","wiki_url":"https://oldschool.runescape.wiki/w/Voidwaker","equipment":{"attack_stab":20,"attack_slash":-1,"attack_crush":50,"attack_magic":20,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":15,"defence_ranged":0,"melee_strength":60,"ranged_strength":0,"magic_damage":5,"prayer":-1,"slot":"weapon","requirements":{"attack":75,"strength":75,"magic":60}},"weapon":{"attack_speed":4,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"25491":{"id":25491,"name":"Smoke ancient sceptre","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":120000,"lowalch":48000,"highalch":72000,"wiki_name":"Accursed sceptre (a) (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Accursed_sceptre_(a)#Uncharged","equipment":{"attack_stab":20,"attack_slash":-1,"attack_crush":50,"attack_magic":20,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":15,"defence_ranged":0,"melee_strength":60,"ranged_strength":0,"magic_damage":5,"prayer":-1,"slot":"weapon","requirements":{"magic":70}},"weapon":{"attack_speed":4,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"25492":{"id":25492,"name":"Shadow ancient sceptre","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":120000,"lowalch":48000,"highalch":72000,"wiki_name":"Accursed sceptre (a) (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Accursed_sceptre_(a)#Charged","equipment":{"attack_stab":20,"attack_slash":-1,"attack_crush":50,"attack_magic":20,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":15,"defence_ranged":0,"melee_strength":60,"ranged_strength":0,"magic_damage":5,"prayer":-1,"slot":"weapon","requirements":{"magic":70}},"weapon":{"attack_speed":4,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"25500":{"id":25500,"name":"Cursed banana","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Cursed banana","wiki_url":"https://oldschool.runescape.wiki/w/Cursed_banana","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25502":{"id":25502,"name":"Banana cape","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"wiki_name":"Banana cape","wiki_url":"https://oldschool.runescape.wiki/w/Banana_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"25515":{"id":25515,"name":"Dharok's platebody","equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Dharok's platebody (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Dharok's_platebody_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-10,"defence_stab":122,"defence_slash":120,"defence_crush":107,"defence_magic":-6,"defence_ranged":132,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"25516":{"id":25516,"name":"Dharok's greataxe","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dharok's greataxe (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Dharok's_greataxe_(Last_Man_Standing)","equipment":{"attack_stab":-4,"attack_slash":103,"attack_crush":95,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":105,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":7,"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":0},"25517":{"id":25517,"name":"Volatile nightmare staff","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":50,"wiki_name":"Volatile nightmare staff (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Volatile_nightmare_staff_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":16,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":14,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":15,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"25518":{"id":25518,"name":"Ancestral hat","equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Ancestral hat (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Ancestral_hat_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":8,"attack_ranged":-2,"defence_stab":12,"defence_slash":11,"defence_crush":13,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":2,"prayer":0,"slot":"head","requirements":null},"price":0},"25519":{"id":25519,"name":"Jalrek-jad","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tzrek-jad (JalRek-Jad)","wiki_url":"https://oldschool.runescape.wiki/w/Tzrek-jad#JalRek-Jad","price":0},"25521":{"id":25521,"name":"Jar of spirits","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Jar of spirits","wiki_url":"https://oldschool.runescape.wiki/w/Jar_of_spirits","price":36896},"25524":{"id":25524,"name":"Jar of smoke","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":4,"wiki_name":"Jar of smoke","wiki_url":"https://oldschool.runescape.wiki/w/Jar_of_smoke","price":21067},"25527":{"id":25527,"name":"Stardust","stackable":true,"cost":50,"wiki_name":"Stardust","wiki_url":"https://oldschool.runescape.wiki/w/Stardust","price":0},"25533":{"id":25533,"name":"Soft clay pack","members":true,"cost":150,"wiki_name":"Soft clay pack (Stardust)","wiki_url":"https://oldschool.runescape.wiki/w/Soft_clay_pack#Stardust","price":0},"25535":{"id":25535,"name":"Essence pack","members":true,"cost":150,"wiki_name":"Essence pack (Stardust)","wiki_url":"https://oldschool.runescape.wiki/w/Essence_pack#Stardust","price":0},"25537":{"id":25537,"name":"Bag full of gems","members":true,"cost":300,"wiki_name":"Bag full of gems (Stardust)","wiki_url":"https://oldschool.runescape.wiki/w/Bag_full_of_gems#Stardust","price":0},"25539":{"id":25539,"name":"Celestial ring (uncharged)","members":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"wiki_name":"Celestial ring (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Celestial_ring#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"25541":{"id":25541,"name":"Celestial ring","members":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"wiki_name":"Celestial ring (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Celestial_ring#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"25543":{"id":25543,"name":"Celestial signet (uncharged)","members":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"wiki_name":"Celestial signet (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Celestial_signet#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"25545":{"id":25545,"name":"Celestial signet","members":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"wiki_name":"Celestial signet (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Celestial_signet#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"25547":{"id":25547,"name":"Star fragment","members":true,"cost":3000,"wiki_name":"Star fragment","wiki_url":"https://oldschool.runescape.wiki/w/Star_fragment","price":0},"25549":{"id":25549,"name":"Golden prospector helmet","members":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Golden prospector helmet","wiki_url":"https://oldschool.runescape.wiki/w/Golden_prospector_helmet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"25551":{"id":25551,"name":"Golden prospector jacket","members":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Golden prospector jacket","wiki_url":"https://oldschool.runescape.wiki/w/Golden_prospector_jacket","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"25553":{"id":25553,"name":"Golden prospector legs","members":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Golden prospector legs","wiki_url":"https://oldschool.runescape.wiki/w/Golden_prospector_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"25555":{"id":25555,"name":"Golden prospector boots","members":true,"equipable":true,"equipable_by_player":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Golden prospector boots","wiki_url":"https://oldschool.runescape.wiki/w/Golden_prospector_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"25557":{"id":25557,"name":"Dark flippers","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dark flippers","wiki_url":"https://oldschool.runescape.wiki/w/Dark_flippers","equipment":{"attack_stab":-2,"attack_slash":-2,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"25559":{"id":25559,"name":"Big harpoonfish","members":true,"cost":3500,"lowalch":1400,"highalch":2100,"wiki_name":"Big harpoonfish","wiki_url":"https://oldschool.runescape.wiki/w/Big_harpoonfish","price":0},"25561":{"id":25561,"name":"Stuffed big harpoonfish","members":true,"cost":3500,"lowalch":1400,"highalch":2100,"wiki_name":"Stuffed big harpoonfish","wiki_url":"https://oldschool.runescape.wiki/w/Stuffed_big_harpoonfish","price":0},"25563":{"id":25563,"name":"Mounted harpoonfish","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"25564":{"id":25564,"name":"Raw harpoonfish","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Raw harpoonfish","wiki_url":"https://oldschool.runescape.wiki/w/Raw_harpoonfish","price":0},"25565":{"id":25565,"name":"Harpoonfish","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Harpoonfish","wiki_url":"https://oldschool.runescape.wiki/w/Harpoonfish","price":0},"25566":{"id":25566,"name":"Crystallised harpoonfish","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Crystallised harpoonfish","wiki_url":"https://oldschool.runescape.wiki/w/Crystallised_harpoonfish","price":0},"25567":{"id":25567,"name":"The desert trout - ship's log","cost":1,"lowalch":0,"highalch":0,"wiki_name":"The desert trout - ship's log","wiki_url":"https://oldschool.runescape.wiki/w/The_desert_trout_-_ship's_log","price":0},"25569":{"id":25569,"name":"Spirit anglers research notes","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Spirit anglers research notes","wiki_url":"https://oldschool.runescape.wiki/w/Spirit_anglers_research_notes","price":0},"25571":{"id":25571,"name":"Damp egg","members":true,"tradeable":true,"noteable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Damp egg","wiki_url":"https://oldschool.runescape.wiki/w/Damp_egg","price":0},"25574":{"id":25574,"name":"Tome of water","members":true,"equipable":true,"equipable_by_player":true,"cost":19500,"lowalch":7800,"highalch":11700,"wiki_name":"Tome of water (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Tome_of_water#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":8,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":8,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"25576":{"id":25576,"name":"Tome of water (empty)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":19500,"lowalch":7800,"highalch":11700,"wiki_name":"Tome of water (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Tome_of_water#Empty","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":8,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":8,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":913224},"25578":{"id":25578,"name":"Soaked page","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":170,"lowalch":68,"highalch":102,"buy_limit":11000,"wiki_name":"Soaked page","wiki_url":"https://oldschool.runescape.wiki/w/Soaked_page","price":1734},"25580":{"id":25580,"name":"Tackle box","members":true,"cost":850,"wiki_name":"Tackle box","wiki_url":"https://oldschool.runescape.wiki/w/Tackle_box","price":0,"lowalch":340,"highalch":510},"25582":{"id":25582,"name":"Fish barrel","members":true,"cost":720,"lowalch":288,"highalch":432,"wiki_name":"Fish barrel (Closed)","wiki_url":"https://oldschool.runescape.wiki/w/Fish_barrel#Closed","price":0},"25584":{"id":25584,"name":"Open fish barrel","members":true,"cost":720,"lowalch":288,"highalch":432,"wiki_name":"Fish barrel (Open)","wiki_url":"https://oldschool.runescape.wiki/w/Fish_barrel#Open","price":0},"25585":{"id":25585,"name":"Fish sack barrel","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Fish sack barrel (Closed)","wiki_url":"https://oldschool.runescape.wiki/w/Fish_sack_barrel#Closed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"25587":{"id":25587,"name":"Open fish sack barrel","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Fish sack barrel (Open)","wiki_url":"https://oldschool.runescape.wiki/w/Fish_sack_barrel#Open","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":1,"defence_magic":0,"defence_ranged":2,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"25588":{"id":25588,"name":"Spirit flakes","members":true,"stackable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Spirit flakes","wiki_url":"https://oldschool.runescape.wiki/w/Spirit_flakes","price":0},"25590":{"id":25590,"name":"Casket","members":true,"stackable":true,"cost":50,"wiki_name":"Casket (Reward pool)","wiki_url":"https://oldschool.runescape.wiki/w/Casket_(Reward_pool)","price":0},"25592":{"id":25592,"name":"Spirit angler headband","members":true,"equipable":true,"equipable_by_player":true,"cost":120,"lowalch":48,"highalch":72,"wiki_name":"Spirit angler headband","wiki_url":"https://oldschool.runescape.wiki/w/Spirit_angler_headband","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"25594":{"id":25594,"name":"Spirit angler top","members":true,"equipable":true,"equipable_by_player":true,"cost":120,"lowalch":48,"highalch":72,"wiki_name":"Spirit angler top","wiki_url":"https://oldschool.runescape.wiki/w/Spirit_angler_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"25596":{"id":25596,"name":"Spirit angler waders","members":true,"equipable":true,"equipable_by_player":true,"cost":120,"lowalch":48,"highalch":72,"wiki_name":"Spirit angler waders","wiki_url":"https://oldschool.runescape.wiki/w/Spirit_angler_waders","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"25598":{"id":25598,"name":"Spirit angler boots","members":true,"equipable":true,"equipable_by_player":true,"cost":120,"lowalch":48,"highalch":72,"wiki_name":"Spirit angler boots","wiki_url":"https://oldschool.runescape.wiki/w/Spirit_angler_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"25600":{"id":25600,"name":"Great blue heron","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Heron (Great blue)","wiki_url":"https://oldschool.runescape.wiki/w/Heron#Great_blue","price":0},"25602":{"id":25602,"name":"Tiny tempor","members":true,"cost":1,"wiki_name":"Tiny tempor","wiki_url":"https://oldschool.runescape.wiki/w/Tiny_tempor","price":0},"25604":{"id":25604,"name":"Gregg's eastdoor","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":0,"wiki_name":"Gregg's eastdoor","wiki_url":"https://oldschool.runescape.wiki/w/Gregg's_eastdoor","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":7,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25606":{"id":25606,"name":"Propeller hat","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Propeller hat","wiki_url":"https://oldschool.runescape.wiki/w/Propeller_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"25608":{"id":25608,"name":"Gregg's iou","cost":1,"wiki_name":"Gregg's iou","wiki_url":"https://oldschool.runescape.wiki/w/Gregg's_iou","price":0},"25609":{"id":25609,"name":"Pastel flowers","cost":1,"wiki_name":"Pastel flowers","wiki_url":"https://oldschool.runescape.wiki/w/Pastel_flowers","price":0},"25610":{"id":25610,"name":"Thick dye","cost":1,"wiki_name":"Thick dye","wiki_url":"https://oldschool.runescape.wiki/w/Thick_dye","price":0},"25611":{"id":25611,"name":"S.t.a.s.h chart","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"25612":{"id":25612,"name":"S.t.a.s.h blueprint","members":true,"cost":1,"wiki_name":"S.t.a.s.h blueprint","wiki_url":"https://oldschool.runescape.wiki/w/S.t.a.s.h_blueprint","price":0},"25613":{"id":25613,"name":"Baby mole-rat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Baby mole (Mole-rat)","wiki_url":"https://oldschool.runescape.wiki/w/Baby_mole#Mole-rat","price":0},"25615":{"id":25615,"name":"Large water container","incomplete":true,"members":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"25625":{"id":25625,"name":"Barronite mace (broken)","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Barronite mace (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Barronite_mace#Broken","price":0},"25631":{"id":25631,"name":"Steak sandwich","cost":25,"lowalch":10,"highalch":15,"wiki_name":"Steak sandwich","wiki_url":"https://oldschool.runescape.wiki/w/Steak_sandwich","price":0},"25633":{"id":25633,"name":"Imcando hammer (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Imcando hammer (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Imcando_hammer#Broken","price":0},"25635":{"id":25635,"name":"Barronite head","cost":8532,"lowalch":3412,"highalch":5119,"wiki_name":"Barronite head","wiki_url":"https://oldschool.runescape.wiki/w/Barronite_head","price":0},"25637":{"id":25637,"name":"Barronite handle","cost":8532,"lowalch":3412,"highalch":5119,"wiki_name":"Barronite handle","wiki_url":"https://oldschool.runescape.wiki/w/Barronite_handle","price":0},"25639":{"id":25639,"name":"Barronite guard","cost":8532,"lowalch":3412,"highalch":5119,"wiki_name":"Barronite guard","wiki_url":"https://oldschool.runescape.wiki/w/Barronite_guard","price":0},"25641":{"id":25641,"name":"Barronite mace","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":10500,"lowalch":4200,"highalch":6300,"wiki_name":"Barronite mace (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Barronite_mace#Normal","equipment":{"attack_stab":20,"attack_slash":-2,"attack_crush":40,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":40,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"weapon","requirements":{"attack":40}},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25643":{"id":25643,"name":"Barronite mace (l)","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":10499,"lowalch":4199,"highalch":6299,"wiki_name":"Barronite mace (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Barronite_mace#Locked","equipment":{"attack_stab":20,"attack_slash":-2,"attack_crush":40,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":40,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25644":{"id":25644,"name":"Imcando hammer","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Imcando hammer (Repaired)","wiki_url":"https://oldschool.runescape.wiki/w/Imcando_hammer#Repaired","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":6,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25646":{"id":25646,"name":"Simple lockbox","cost":500,"lowalch":200,"highalch":300,"wiki_name":"Simple lockbox (Inside vault)","wiki_url":"https://oldschool.runescape.wiki/w/Simple_lockbox#Inside_vault","price":0},"25647":{"id":25647,"name":"Simple lockbox","cost":500,"lowalch":200,"highalch":300,"wiki_name":"Simple lockbox (Outside vault)","wiki_url":"https://oldschool.runescape.wiki/w/Simple_lockbox#Outside_vault","price":0},"25648":{"id":25648,"name":"Elaborate lockbox","cost":500,"lowalch":200,"highalch":300,"wiki_name":"Elaborate lockbox (Inside vault)","wiki_url":"https://oldschool.runescape.wiki/w/Elaborate_lockbox#Inside_vault","price":0},"25649":{"id":25649,"name":"Elaborate lockbox","cost":500,"lowalch":200,"highalch":300,"wiki_name":"Elaborate lockbox (Outside vault)","wiki_url":"https://oldschool.runescape.wiki/w/Elaborate_lockbox#Outside_vault","price":0},"25650":{"id":25650,"name":"Ornate lockbox","cost":500,"lowalch":200,"highalch":300,"wiki_name":"Ornate lockbox (Inside vault)","wiki_url":"https://oldschool.runescape.wiki/w/Ornate_lockbox#Inside_vault","price":0},"25651":{"id":25651,"name":"Ornate lockbox","cost":500,"lowalch":200,"highalch":300,"wiki_name":"Ornate lockbox (Outside vault)","wiki_url":"https://oldschool.runescape.wiki/w/Ornate_lockbox#Outside_vault","price":0},"25652":{"id":25652,"name":"Raw guppy","cost":5,"lowalch":2,"highalch":3,"wiki_name":"Raw guppy","wiki_url":"https://oldschool.runescape.wiki/w/Raw_guppy","price":0},"25654":{"id":25654,"name":"Guppy","cost":5,"lowalch":2,"highalch":3,"wiki_name":"Guppy","wiki_url":"https://oldschool.runescape.wiki/w/Guppy","price":0},"25656":{"id":25656,"name":"Ruined guppy","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ruined guppy","wiki_url":"https://oldschool.runescape.wiki/w/Ruined_guppy","price":0},"25658":{"id":25658,"name":"Raw cavefish","cost":5,"lowalch":2,"highalch":3,"wiki_name":"Raw cavefish","wiki_url":"https://oldschool.runescape.wiki/w/Raw_cavefish","price":0},"25660":{"id":25660,"name":"Cavefish","cost":5,"lowalch":2,"highalch":3,"wiki_name":"Cavefish","wiki_url":"https://oldschool.runescape.wiki/w/Cavefish","price":0},"25662":{"id":25662,"name":"Ruined cavefish","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ruined cavefish","wiki_url":"https://oldschool.runescape.wiki/w/Ruined_cavefish","price":0},"25664":{"id":25664,"name":"Raw tetra","cost":5,"lowalch":2,"highalch":3,"wiki_name":"Raw tetra","wiki_url":"https://oldschool.runescape.wiki/w/Raw_tetra","price":0},"25666":{"id":25666,"name":"Tetra","cost":5,"lowalch":2,"highalch":3,"wiki_name":"Tetra","wiki_url":"https://oldschool.runescape.wiki/w/Tetra","price":0},"25668":{"id":25668,"name":"Ruined tetra","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ruined tetra","wiki_url":"https://oldschool.runescape.wiki/w/Ruined_tetra","price":0},"25670":{"id":25670,"name":"Raw catfish","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Raw catfish","wiki_url":"https://oldschool.runescape.wiki/w/Raw_catfish","price":0},"25672":{"id":25672,"name":"Catfish","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Catfish","wiki_url":"https://oldschool.runescape.wiki/w/Catfish","price":0},"25674":{"id":25674,"name":"Ruined catfish","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ruined catfish","wiki_url":"https://oldschool.runescape.wiki/w/Ruined_catfish","price":0},"25676":{"id":25676,"name":"Barronite shards","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Barronite shards","wiki_url":"https://oldschool.runescape.wiki/w/Barronite_shards","price":0},"25684":{"id":25684,"name":"Barronite deposit","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Barronite deposit","wiki_url":"https://oldschool.runescape.wiki/w/Barronite_deposit","price":0},"25686":{"id":25686,"name":"Ancient globe","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ancient globe","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_globe","price":0},"25688":{"id":25688,"name":"Ancient ledger","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ancient ledger","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_ledger","price":0},"25690":{"id":25690,"name":"Ancient astroscope","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ancient astroscope","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_astroscope","price":0},"25692":{"id":25692,"name":"Ancient treatise","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ancient treatise","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_treatise","price":0},"25694":{"id":25694,"name":"Ancient carcanet","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ancient carcanet","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_carcanet","price":0},"25696":{"id":25696,"name":"Mind core","cost":8,"lowalch":3,"highalch":4,"wiki_name":"Mind core","wiki_url":"https://oldschool.runescape.wiki/w/Mind_core","price":0},"25698":{"id":25698,"name":"Body core","cost":14,"lowalch":5,"highalch":8,"wiki_name":"Body core","wiki_url":"https://oldschool.runescape.wiki/w/Body_core","price":0},"25700":{"id":25700,"name":"Chaos core","members":true,"cost":24,"lowalch":9,"highalch":14,"wiki_name":"Chaos core","wiki_url":"https://oldschool.runescape.wiki/w/Chaos_core","price":0},"25702":{"id":25702,"name":"Ungael lab notes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ungael lab notes","wiki_url":"https://oldschool.runescape.wiki/w/Ungael_lab_notes","price":0},"25704":{"id":25704,"name":"Lithkren vault notes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Lithkren vault notes","wiki_url":"https://oldschool.runescape.wiki/w/Lithkren_vault_notes","price":0},"25706":{"id":25706,"name":"Dusty note","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dusty note","wiki_url":"https://oldschool.runescape.wiki/w/Dusty_note","price":0},"25710":{"id":25710,"name":"Stool","members":true,"cost":800,"lowalch":320,"highalch":480,"wiki_name":"Stool (Games) (Games Zone, Pubs)","wiki_url":"https://oldschool.runescape.wiki/w/Stool_(Games)#Games_Zone,_Pubs","price":0},"25711":{"id":25711,"name":"Stool","members":true,"cost":800,"lowalch":320,"highalch":480,"wiki_name":"Stool (Games) (Blue Moon Inn)","wiki_url":"https://oldschool.runescape.wiki/w/Stool_(Games)#Blue_Moon_Inn","price":0},"25712":{"id":25712,"name":"Clan cloak","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Clan cloak (Black)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_cloak#Black","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"25714":{"id":25714,"name":"Clan cloak","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Clan cloak (Orange)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_cloak#Orange","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"25715":{"id":25715,"name":"Clan cloak","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Clan cloak (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_cloak#Blue","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"25716":{"id":25716,"name":"Clan cloak","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Clan cloak (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_cloak#Red","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"25717":{"id":25717,"name":"Clan cloak","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Clan cloak (Green)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_cloak#Green","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"25718":{"id":25718,"name":"Clan cloak","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Clan cloak (Yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_cloak#Yellow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"25719":{"id":25719,"name":"Clan cloak","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Clan cloak (Light blue)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_cloak#Light_blue","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"25720":{"id":25720,"name":"Clan cloak","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Clan cloak (Purple)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_cloak#Purple","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"25721":{"id":25721,"name":"Clan vexillum","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Clan vexillum (Black)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_vexillum#Black","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25723":{"id":25723,"name":"Clan vexillum","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Clan vexillum (Orange)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_vexillum#Orange","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25724":{"id":25724,"name":"Clan vexillum","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Clan vexillum (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_vexillum#Blue","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25725":{"id":25725,"name":"Clan vexillum","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Clan vexillum (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_vexillum#Red","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25726":{"id":25726,"name":"Clan vexillum","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Clan vexillum (Green)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_vexillum#Green","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25727":{"id":25727,"name":"Clan vexillum","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Clan vexillum (Yellow)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_vexillum#Yellow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25728":{"id":25728,"name":"Clan vexillum","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Clan vexillum (Light blue)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_vexillum#Light_blue","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25729":{"id":25729,"name":"Clan vexillum","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Clan vexillum (Purple)","wiki_url":"https://oldschool.runescape.wiki/w/Clan_vexillum#Purple","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25730":{"id":25730,"name":"Bandages","members":true,"cost":10,"wiki_name":"Bandages (Theatre of Blood)","wiki_url":"https://oldschool.runescape.wiki/w/Bandages_(Theatre_of_Blood)","price":0,"lowalch":4,"highalch":6},"25731":{"id":25731,"name":"Holy sanguinesti staff","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000000,"lowalch":2000000,"highalch":3000000,"wiki_name":"Holy sanguinesti staff (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Holy_sanguinesti_staff#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":25,"attack_ranged":-4,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":0},"25733":{"id":25733,"name":"Holy sanguinesti staff (uncharged)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000000,"lowalch":2000000,"highalch":3000000,"wiki_name":"Holy sanguinesti staff (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Holy_sanguinesti_staff#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":25,"attack_ranged":-4,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":0},"25734":{"id":25734,"name":"Holy ghrazi rapier","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000000,"lowalch":2000000,"highalch":3000000,"wiki_name":"Holy ghrazi rapier","wiki_url":"https://oldschool.runescape.wiki/w/Holy_ghrazi_rapier","equipment":{"attack_stab":94,"attack_slash":55,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":89,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25736":{"id":25736,"name":"Holy scythe of vitur","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":4000000,"lowalch":1600000,"highalch":2400000,"wiki_name":"Holy scythe of vitur (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Holy_scythe_of_vitur#Charged","equipment":{"attack_stab":70,"attack_slash":125,"attack_crush":30,"attack_magic":-6,"attack_ranged":0,"defence_stab":-2,"defence_slash":8,"defence_crush":10,"defence_magic":0,"defence_ranged":0,"melee_strength":75,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"scythe","stances":[{"combat_style":"reap","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"chop","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"jab","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25738":{"id":25738,"name":"Holy scythe of vitur (uncharged)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":4000000,"lowalch":1600000,"highalch":2400000,"wiki_name":"Holy scythe of vitur (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Holy_scythe_of_vitur#Uncharged","equipment":{"attack_stab":50,"attack_slash":75,"attack_crush":10,"attack_magic":-6,"attack_ranged":0,"defence_stab":-2,"defence_slash":6,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":50,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"scythe","stances":[{"combat_style":"reap","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"chop","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"jab","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25739":{"id":25739,"name":"Sanguine scythe of vitur","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":4000000,"lowalch":1600000,"highalch":2400000,"wiki_name":"Sanguine scythe of vitur (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Sanguine_scythe_of_vitur#Charged","equipment":{"attack_stab":70,"attack_slash":125,"attack_crush":30,"attack_magic":-6,"attack_ranged":0,"defence_stab":-2,"defence_slash":8,"defence_crush":10,"defence_magic":0,"defence_ranged":0,"melee_strength":75,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"scythe","stances":[{"combat_style":"reap","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"chop","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"jab","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25741":{"id":25741,"name":"Sanguine scythe of vitur (uncharged)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":4000000,"lowalch":1600000,"highalch":2400000,"wiki_name":"Sanguine scythe of vitur (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Sanguine_scythe_of_vitur#Uncharged","equipment":{"attack_stab":50,"attack_slash":75,"attack_crush":10,"attack_magic":-6,"attack_ranged":0,"defence_stab":-2,"defence_slash":6,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":50,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"scythe","stances":[{"combat_style":"reap","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"chop","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"jab","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25742":{"id":25742,"name":"Holy ornament kit","members":true,"cost":9500,"lowalch":3800,"highalch":5700,"wiki_name":"Holy ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Holy_ornament_kit","price":0},"25744":{"id":25744,"name":"Sanguine ornament kit","members":true,"cost":9500,"lowalch":3800,"highalch":5700,"wiki_name":"Sanguine ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Sanguine_ornament_kit","price":0},"25746":{"id":25746,"name":"Sanguine dust","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sanguine dust","wiki_url":"https://oldschool.runescape.wiki/w/Sanguine_dust","price":0},"25748":{"id":25748,"name":"Lil' maiden","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Lil' zik (Lil' Maiden)","wiki_url":"https://oldschool.runescape.wiki/w/Lil'_zik#Lil'_Maiden","price":0},"25749":{"id":25749,"name":"Lil' bloat","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Lil' zik (Lil' Bloat)","wiki_url":"https://oldschool.runescape.wiki/w/Lil'_zik#Lil'_Bloat","price":0},"25750":{"id":25750,"name":"Lil' nylo","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Lil' zik (Lil' Nylo)","wiki_url":"https://oldschool.runescape.wiki/w/Lil'_zik#Lil'_Nylo","price":0},"25751":{"id":25751,"name":"Lil' sot","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Lil' zik (Lil' Sot)","wiki_url":"https://oldschool.runescape.wiki/w/Lil'_zik#Lil'_Sot","price":0},"25752":{"id":25752,"name":"Lil' xarp","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Lil' zik (Lil' Xarp)","wiki_url":"https://oldschool.runescape.wiki/w/Lil'_zik#Lil'_Xarp","price":0},"25753":{"id":25753,"name":"Antique lamp","members":true,"cost":50,"wiki_name":"Antique lamp (A Night at the Theatre)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(A_Night_at_the_Theatre)","price":0},"25754":{"id":25754,"name":"Antipoison (-)(1)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Antipoison (-) (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antipoison_(-)#1_dose","price":0},"25755":{"id":25755,"name":"Antipoison (-)(2)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Antipoison (-) (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antipoison_(-)#2_dose","price":0},"25756":{"id":25756,"name":"Antipoison (-)(3)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Antipoison (-) (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antipoison_(-)#3_dose","price":0},"25757":{"id":25757,"name":"Antipoison (-)(4)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Antipoison (-) (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antipoison_(-)#4_dose","price":0},"25758":{"id":25758,"name":"Antipoison potion (1)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Antipoison potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antipoison_potion#1_dose","price":0},"25759":{"id":25759,"name":"Antipoison potion (2)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Antipoison potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antipoison_potion#2_dose","price":0},"25760":{"id":25760,"name":"Antipoison potion (3)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Antipoison potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antipoison_potion#3_dose","price":0},"25761":{"id":25761,"name":"Antipoison potion (4)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Antipoison potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antipoison_potion#4_dose","price":0},"25762":{"id":25762,"name":"Antipoison (+)(1)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Antipoison (+) (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antipoison_(+)#1_dose","price":0},"25763":{"id":25763,"name":"Antipoison (+)(2)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Antipoison (+) (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antipoison_(+)#2_dose","price":0},"25764":{"id":25764,"name":"Antipoison (+)(3)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Antipoison (+) (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antipoison_(+)#3_dose","price":0},"25765":{"id":25765,"name":"Antipoison (+)(4)","members":true,"tradeable":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Antipoison (+) (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Antipoison_(+)#4_dose","price":0},"25766":{"id":25766,"name":"Fiendish ashes","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fiendish ashes","wiki_url":"https://oldschool.runescape.wiki/w/Fiendish_ashes","price":104},"25769":{"id":25769,"name":"Vile ashes","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":3000,"wiki_name":"Vile ashes","wiki_url":"https://oldschool.runescape.wiki/w/Vile_ashes","price":204},"25772":{"id":25772,"name":"Malicious ashes","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Malicious ashes","wiki_url":"https://oldschool.runescape.wiki/w/Malicious_ashes","price":1503},"25775":{"id":25775,"name":"Abyssal ashes","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":7500,"wiki_name":"Abyssal ashes","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_ashes","price":2300},"25778":{"id":25778,"name":"Infernal ashes","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":7500,"wiki_name":"Infernal ashes","wiki_url":"https://oldschool.runescape.wiki/w/Infernal_ashes","price":3571},"25781":{"id":25781,"name":"Ash sanctifier","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ash sanctifier","wiki_url":"https://oldschool.runescape.wiki/w/Ash_sanctifier","price":0},"25793":{"id":25793,"name":"Receipt","members":true,"cost":30,"wiki_name":"Receipt (A Kingdom Divided)","wiki_url":"https://oldschool.runescape.wiki/w/Receipt_(A_Kingdom_Divided)","price":0},"25794":{"id":25794,"name":"Bone","members":true,"cost":30,"wiki_name":"Bone (A Kingdom Divided)","wiki_url":"https://oldschool.runescape.wiki/w/Bone_(A_Kingdom_Divided)","price":0},"25795":{"id":25795,"name":"Rose","members":true,"cost":30,"wiki_name":"Rose (A Kingdom Divided)","wiki_url":"https://oldschool.runescape.wiki/w/Rose_(A_Kingdom_Divided)","price":0},"25796":{"id":25796,"name":"Delivery confirmation","members":true,"cost":30,"wiki_name":"Delivery confirmation","wiki_url":"https://oldschool.runescape.wiki/w/Delivery_confirmation","price":0},"25797":{"id":25797,"name":"Order form","members":true,"cost":30,"wiki_name":"Order form","wiki_url":"https://oldschool.runescape.wiki/w/Order_form","price":0},"25798":{"id":25798,"name":"Demonic incantations","members":true,"cost":30,"wiki_name":"Demonic incantations","wiki_url":"https://oldschool.runescape.wiki/w/Demonic_incantations","price":0},"25799":{"id":25799,"name":"Bloody knife","members":true,"cost":30,"wiki_name":"Bloody knife","wiki_url":"https://oldschool.runescape.wiki/w/Bloody_knife","price":0},"25800":{"id":25800,"name":"Cultist robe","members":true,"cost":30,"wiki_name":"Cultist robe","wiki_url":"https://oldschool.runescape.wiki/w/Cultist_robe","price":0},"25801":{"id":25801,"name":"Kourend map","members":true,"cost":30,"wiki_name":"Kourend map","wiki_url":"https://oldschool.runescape.wiki/w/Kourend_map","price":0},"25802":{"id":25802,"name":"Rose's diary","members":true,"cost":30,"wiki_name":"Rose's diary","wiki_url":"https://oldschool.runescape.wiki/w/Rose's_diary","price":0},"25803":{"id":25803,"name":"Bluish key","members":true,"cost":30,"wiki_name":"Bluish key","wiki_url":"https://oldschool.runescape.wiki/w/Bluish_key","price":0},"25804":{"id":25804,"name":"Cold key","members":true,"cost":30,"wiki_name":"Cold key","wiki_url":"https://oldschool.runescape.wiki/w/Cold_key","price":0},"25805":{"id":25805,"name":"Rose's note","members":true,"cost":30,"wiki_name":"Rose's note (A Kingdom Divided - 1)","wiki_url":"https://oldschool.runescape.wiki/w/Rose's_note_(A_Kingdom_Divided_-_1)","price":0},"25806":{"id":25806,"name":"Rose's note","members":true,"cost":30,"wiki_name":"Rose's note (A Kingdom Divided - 2)","wiki_url":"https://oldschool.runescape.wiki/w/Rose's_note_(A_Kingdom_Divided_-_2)","price":0},"25807":{"id":25807,"name":"Rose's note","members":true,"cost":30,"wiki_name":"Rose's note (A Kingdom Divided - 3)","wiki_url":"https://oldschool.runescape.wiki/w/Rose's_note_(A_Kingdom_Divided_-_3)","price":0},"25808":{"id":25808,"name":"Rose's note","members":true,"cost":30,"wiki_name":"Rose's note (A Kingdom Divided - 4)","wiki_url":"https://oldschool.runescape.wiki/w/Rose's_note_(A_Kingdom_Divided_-_4)","price":0},"25809":{"id":25809,"name":"Lizardman egg","members":true,"cost":30,"wiki_name":"Lizardman egg","wiki_url":"https://oldschool.runescape.wiki/w/Lizardman_egg","price":0},"25810":{"id":25810,"name":"Damp key","members":true,"cost":30,"wiki_name":"Damp key","wiki_url":"https://oldschool.runescape.wiki/w/Damp_key","price":0},"25811":{"id":25811,"name":"Broken redirector","members":true,"cost":30,"wiki_name":"Broken redirector","wiki_url":"https://oldschool.runescape.wiki/w/Broken_redirector","price":0},"25812":{"id":25812,"name":"Sulphur potion","members":true,"cost":30,"wiki_name":"Sulphur potion","wiki_url":"https://oldschool.runescape.wiki/w/Sulphur_potion","price":0},"25813":{"id":25813,"name":"Shielding potion","members":true,"cost":30,"wiki_name":"Shielding potion","wiki_url":"https://oldschool.runescape.wiki/w/Shielding_potion","price":0},"25814":{"id":25814,"name":"Declaration","members":true,"cost":30,"wiki_name":"Declaration","wiki_url":"https://oldschool.runescape.wiki/w/Declaration","price":0},"25815":{"id":25815,"name":"Dark nullifier","members":true,"cost":30,"wiki_name":"Dark nullifier","wiki_url":"https://oldschool.runescape.wiki/w/Dark_nullifier","price":0},"25816":{"id":25816,"name":"Shayzien journal","members":true,"cost":30,"wiki_name":"Shayzien journal","wiki_url":"https://oldschool.runescape.wiki/w/Shayzien_journal","price":0},"25817":{"id":25817,"name":"Royal accord of twill","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Royal accord of twill (A Kingdom Divided)","wiki_url":"https://oldschool.runescape.wiki/w/Royal_accord_of_twill#A_Kingdom_Divided","price":0},"25818":{"id":25818,"name":"Book of the dead","members":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Book of the dead","wiki_url":"https://oldschool.runescape.wiki/w/Book_of_the_dead","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":6,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"shield","requirements":null},"price":0},"25820":{"id":25820,"name":"Antique lamp","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Antique lamp (A Kingdom Divided)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(A_Kingdom_Divided)","price":0},"25822":{"id":25822,"name":"Protest banner","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":500,"wiki_name":"Protest banner","wiki_url":"https://oldschool.runescape.wiki/w/Protest_banner","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25824":{"id":25824,"name":"Research notes","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Research notes (A Kingdom Divided)","wiki_url":"https://oldschool.runescape.wiki/w/Research_notes_(A_Kingdom_Divided)","price":0},"25826":{"id":25826,"name":"Lizardkicker","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Lizardkicker","wiki_url":"https://oldschool.runescape.wiki/w/Lizardkicker","price":466},"25829":{"id":25829,"name":"Old note","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Old note (Secluded Chapel)","wiki_url":"https://oldschool.runescape.wiki/w/Old_note_(Secluded_Chapel)","price":0},"25831":{"id":25831,"name":"Shayzia military orders","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Shayzia military orders","wiki_url":"https://oldschool.runescape.wiki/w/Shayzia_military_orders","price":0},"25833":{"id":25833,"name":"Raw boar meat","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Raw boar meat","wiki_url":"https://oldschool.runescape.wiki/w/Raw_boar_meat","price":176},"25836":{"id":25836,"name":"Little parasite","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Little nightmare (Parasite)","wiki_url":"https://oldschool.runescape.wiki/w/Little_nightmare#Parasite","price":0},"25837":{"id":25837,"name":"Slepey tablet","members":true,"cost":75000,"wiki_name":"Slepey tablet","wiki_url":"https://oldschool.runescape.wiki/w/Slepey_tablet","price":0,"lowalch":30000,"highalch":45000},"25838":{"id":25838,"name":"Parasitic egg","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Parasitic egg","wiki_url":"https://oldschool.runescape.wiki/w/Parasitic_egg","price":0},"25840":{"id":25840,"name":"Banana hat","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Banana hat","wiki_url":"https://oldschool.runescape.wiki/w/Banana_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"25842":{"id":25842,"name":"Sraracha","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sraracha (Orange)","wiki_url":"https://oldschool.runescape.wiki/w/Sraracha#Orange","price":0},"25843":{"id":25843,"name":"Sraracha","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sraracha (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Sraracha#Blue","price":0},"25844":{"id":25844,"name":"Orange egg sac","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Orange egg sac","wiki_url":"https://oldschool.runescape.wiki/w/Orange_egg_sac","price":0},"25846":{"id":25846,"name":"Blue egg sac","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blue egg sac","wiki_url":"https://oldschool.runescape.wiki/w/Blue_egg_sac","price":0},"25849":{"id":25849,"name":"Amethyst dart","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":11000,"wiki_name":"Amethyst dart (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Amethyst_dart#Unpoisoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":28,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":268},"25851":{"id":25851,"name":"Amethyst dart(p)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":11000,"wiki_name":"Amethyst dart (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Amethyst_dart#Poison","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":28,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":211},"25853":{"id":25853,"name":"Amethyst dart tip","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":11000,"wiki_name":"Amethyst dart tip","wiki_url":"https://oldschool.runescape.wiki/w/Amethyst_dart_tip","price":460},"25855":{"id":25855,"name":"Amethyst dart(p+)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":11000,"wiki_name":"Amethyst dart (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Amethyst_dart#Poison+","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":28,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":663},"25857":{"id":25857,"name":"Amethyst dart(p++)","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":400,"lowalch":160,"highalch":240,"buy_limit":11000,"wiki_name":"Amethyst dart (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Amethyst_dart#Poison++","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":28,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":1304},"25859":{"id":25859,"name":"Enhanced crystal weapon seed","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":500000,"buy_limit":70,"wiki_name":"Enhanced crystal weapon seed","wiki_url":"https://oldschool.runescape.wiki/w/Enhanced_crystal_weapon_seed","price":135339078},"25862":{"id":25862,"name":"Bow of faerdhinen (inactive)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000000,"lowalch":2000000,"highalch":3000000,"wiki_name":"Bow of faerdhinen (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Bow_of_faerdhinen#Inactive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":80,"agility":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":134105582},"25865":{"id":25865,"name":"Bow of faerdhinen","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000000,"lowalch":2000000,"highalch":3000000,"wiki_name":"Bow of faerdhinen (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Bow_of_faerdhinen#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":128,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":106,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":75}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"25867":{"id":25867,"name":"Bow of faerdhinen (c)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000000,"wiki_name":"Bow of faerdhinen (c) (Hefin)","wiki_url":"https://oldschool.runescape.wiki/w/Bow_of_faerdhinen_(c)#Hefin","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":128,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":106,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":80,"agility":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0,"lowalch":2000000,"highalch":3000000},"25870":{"id":25870,"name":"Blade of saeldor (c)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000000,"lowalch":2000000,"highalch":3000000,"wiki_name":"Blade of saeldor (c) (Ithell)","wiki_url":"https://oldschool.runescape.wiki/w/Blade_of_saeldor_(c)#Ithell","equipment":{"attack_stab":55,"attack_slash":94,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":89,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25872":{"id":25872,"name":"Blade of saeldor (c)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000000,"lowalch":2000000,"highalch":3000000,"wiki_name":"Blade of saeldor (c) (Iorwerth)","wiki_url":"https://oldschool.runescape.wiki/w/Blade_of_saeldor_(c)#Iorwerth","equipment":{"attack_stab":55,"attack_slash":94,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":89,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25874":{"id":25874,"name":"Blade of saeldor (c)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000000,"lowalch":2000000,"highalch":3000000,"wiki_name":"Blade of saeldor (c) (Trahaearn)","wiki_url":"https://oldschool.runescape.wiki/w/Blade_of_saeldor_(c)#Trahaearn","equipment":{"attack_stab":55,"attack_slash":94,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":89,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25876":{"id":25876,"name":"Blade of saeldor (c)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000000,"lowalch":2000000,"highalch":3000000,"wiki_name":"Blade of saeldor (c) (Cadarn)","wiki_url":"https://oldschool.runescape.wiki/w/Blade_of_saeldor_(c)#Cadarn","equipment":{"attack_stab":55,"attack_slash":94,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":89,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25878":{"id":25878,"name":"Blade of saeldor (c)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000000,"lowalch":2000000,"highalch":3000000,"wiki_name":"Blade of saeldor (c) (Crwys)","wiki_url":"https://oldschool.runescape.wiki/w/Blade_of_saeldor_(c)#Crwys","equipment":{"attack_stab":55,"attack_slash":94,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":89,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25880":{"id":25880,"name":"Blade of saeldor (c)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000000,"lowalch":2000000,"highalch":3000000,"wiki_name":"Blade of saeldor (c) (Meilyr)","wiki_url":"https://oldschool.runescape.wiki/w/Blade_of_saeldor_(c)#Meilyr","equipment":{"attack_stab":55,"attack_slash":94,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":89,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25882":{"id":25882,"name":"Blade of saeldor (c)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000000,"lowalch":2000000,"highalch":3000000,"wiki_name":"Blade of saeldor (c) (Amlodd)","wiki_url":"https://oldschool.runescape.wiki/w/Blade_of_saeldor_(c)#Amlodd","equipment":{"attack_stab":55,"attack_slash":94,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":89,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25884":{"id":25884,"name":"Bow of faerdhinen (c)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000000,"wiki_name":"Bow of faerdhinen (c) (Ithell)","wiki_url":"https://oldschool.runescape.wiki/w/Bow_of_faerdhinen_(c)#Ithell","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":128,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":106,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":80,"agility":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0,"lowalch":2000000,"highalch":3000000},"25886":{"id":25886,"name":"Bow of faerdhinen (c)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000000,"wiki_name":"Bow of faerdhinen (c) (Iorwerth)","wiki_url":"https://oldschool.runescape.wiki/w/Bow_of_faerdhinen_(c)#Iorwerth","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":128,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":106,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":80,"agility":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0,"lowalch":2000000,"highalch":3000000},"25888":{"id":25888,"name":"Bow of faerdhinen (c)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000000,"wiki_name":"Bow of faerdhinen (c) (Trahaearn)","wiki_url":"https://oldschool.runescape.wiki/w/Bow_of_faerdhinen_(c)#Trahaearn","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":128,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":106,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":80,"agility":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0,"lowalch":2000000,"highalch":3000000},"25890":{"id":25890,"name":"Bow of faerdhinen (c)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000000,"wiki_name":"Bow of faerdhinen (c) (Cadarn)","wiki_url":"https://oldschool.runescape.wiki/w/Bow_of_faerdhinen_(c)#Cadarn","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":128,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":106,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":80,"agility":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0,"lowalch":2000000,"highalch":3000000},"25892":{"id":25892,"name":"Bow of faerdhinen (c)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000000,"wiki_name":"Bow of faerdhinen (c) (Crwys)","wiki_url":"https://oldschool.runescape.wiki/w/Bow_of_faerdhinen_(c)#Crwys","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":128,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":106,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":80,"agility":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0,"lowalch":2000000,"highalch":3000000},"25894":{"id":25894,"name":"Bow of faerdhinen (c)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000000,"wiki_name":"Bow of faerdhinen (c) (Meilyr)","wiki_url":"https://oldschool.runescape.wiki/w/Bow_of_faerdhinen_(c)#Meilyr","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":128,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":106,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":80,"agility":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0,"lowalch":2000000,"highalch":3000000},"25896":{"id":25896,"name":"Bow of faerdhinen (c)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":5000000,"wiki_name":"Bow of faerdhinen (c) (Amlodd)","wiki_url":"https://oldschool.runescape.wiki/w/Bow_of_faerdhinen_(c)#Amlodd","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":128,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":106,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":80,"agility":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0,"lowalch":2000000,"highalch":3000000},"25898":{"id":25898,"name":"Tztok slayer helmet","members":true,"equipable":true,"equipable_by_player":true,"cost":40000,"lowalch":16000,"highalch":24000,"wiki_name":"Tztok slayer helmet","wiki_url":"https://oldschool.runescape.wiki/w/Tztok_slayer_helmet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"25900":{"id":25900,"name":"Tztok slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Tztok slayer helmet (i) (Nightmare Zone)","wiki_url":"https://oldschool.runescape.wiki/w/Tztok_slayer_helmet_(i)#Nightmare_Zone","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"25902":{"id":25902,"name":"Tztok slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Tztok slayer helmet (i) (Soul Wars)","wiki_url":"https://oldschool.runescape.wiki/w/Tztok_slayer_helmet_(i)#Soul_Wars","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"25904":{"id":25904,"name":"Vampyric slayer helmet","members":true,"equipable":true,"equipable_by_player":true,"cost":40000,"lowalch":16000,"highalch":24000,"wiki_name":"Vampyric slayer helmet","wiki_url":"https://oldschool.runescape.wiki/w/Vampyric_slayer_helmet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"25906":{"id":25906,"name":"Vampyric slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Vampyric slayer helmet (i) (Nightmare Zone)","wiki_url":"https://oldschool.runescape.wiki/w/Vampyric_slayer_helmet_(i)#Nightmare_Zone","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"25908":{"id":25908,"name":"Vampyric slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Vampyric slayer helmet (i) (Soul Wars)","wiki_url":"https://oldschool.runescape.wiki/w/Vampyric_slayer_helmet_(i)#Soul_Wars","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"25910":{"id":25910,"name":"Tzkal slayer helmet","members":true,"equipable":true,"equipable_by_player":true,"cost":40000,"lowalch":16000,"highalch":24000,"wiki_name":"Tzkal slayer helmet","wiki_url":"https://oldschool.runescape.wiki/w/Tzkal_slayer_helmet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"25912":{"id":25912,"name":"Tzkal slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Tzkal slayer helmet (i) (Nightmare Zone)","wiki_url":"https://oldschool.runescape.wiki/w/Tzkal_slayer_helmet_(i)#Nightmare_Zone","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"25914":{"id":25914,"name":"Tzkal slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Tzkal slayer helmet (i) (Soul Wars)","wiki_url":"https://oldschool.runescape.wiki/w/Tzkal_slayer_helmet_(i)#Soul_Wars","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"25916":{"id":25916,"name":"Dragon hunter crossbow (t)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":80000,"lowalch":32000,"highalch":48000,"wiki_name":"Dragon hunter crossbow (t)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_hunter_crossbow_(t)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":95,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":6,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"25918":{"id":25918,"name":"Dragon hunter crossbow (b)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":80000,"lowalch":32000,"highalch":48000,"wiki_name":"Dragon hunter crossbow (b)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_hunter_crossbow_(b)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":95,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":6,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"25920":{"id":25920,"name":"Antique lamp","members":true,"cost":1,"wiki_name":"Antique lamp (Easy Combat Achievements)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(Easy_Combat_Achievements)","price":0},"25921":{"id":25921,"name":"Antique lamp","members":true,"cost":1,"wiki_name":"Antique lamp (Medium Combat Achievements)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(Medium_Combat_Achievements)","price":0},"25922":{"id":25922,"name":"Antique lamp","members":true,"cost":1,"wiki_name":"Antique lamp (Hard Combat Achievements)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(Hard_Combat_Achievements)","price":0},"25923":{"id":25923,"name":"Antique lamp","members":true,"cost":1,"wiki_name":"Antique lamp (Elite Combat Achievements)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(Elite_Combat_Achievements)","price":0},"25924":{"id":25924,"name":"Antique lamp","members":true,"cost":1,"wiki_name":"Antique lamp (Master Combat Achievements)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(Master_Combat_Achievements)","price":0},"25925":{"id":25925,"name":"Antique lamp","members":true,"cost":1,"wiki_name":"Antique lamp (Grandmaster Combat Achievements)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(Grandmaster_Combat_Achievements)","price":0},"25926":{"id":25926,"name":"Ghommal's hilt 1","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"wiki_name":"Ghommal's hilt 1","wiki_url":"https://oldschool.runescape.wiki/w/Ghommal's_hilt_1","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"25928":{"id":25928,"name":"Ghommal's hilt 2","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"wiki_name":"Ghommal's hilt 2","wiki_url":"https://oldschool.runescape.wiki/w/Ghommal's_hilt_2","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"25930":{"id":25930,"name":"Ghommal's hilt 3","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"wiki_name":"Ghommal's hilt 3","wiki_url":"https://oldschool.runescape.wiki/w/Ghommal's_hilt_3","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"25932":{"id":25932,"name":"Ghommal's hilt 4","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"wiki_name":"Ghommal's hilt 4","wiki_url":"https://oldschool.runescape.wiki/w/Ghommal's_hilt_4","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"25934":{"id":25934,"name":"Ghommal's hilt 5","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"wiki_name":"Ghommal's hilt 5","wiki_url":"https://oldschool.runescape.wiki/w/Ghommal's_hilt_5","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"25936":{"id":25936,"name":"Ghommal's hilt 6","members":true,"equipable":true,"equipable_by_player":true,"cost":0,"wiki_name":"Ghommal's hilt 6","wiki_url":"https://oldschool.runescape.wiki/w/Ghommal's_hilt_6","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"25938":{"id":25938,"name":"Anim offhand","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Anim offhand (1)","wiki_url":"https://oldschool.runescape.wiki/w/Anim_offhand#1","price":0},"25941":{"id":25941,"name":"Anim offhand","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Anim offhand (2)","wiki_url":"https://oldschool.runescape.wiki/w/Anim_offhand#2","price":0},"25944":{"id":25944,"name":"Anim offhand","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Anim offhand (3)","wiki_url":"https://oldschool.runescape.wiki/w/Anim_offhand#3","price":0},"25947":{"id":25947,"name":"Anim offhand","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Anim offhand (4)","wiki_url":"https://oldschool.runescape.wiki/w/Anim_offhand#4","price":0},"25950":{"id":25950,"name":"Anim offhand","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Anim offhand (5)","wiki_url":"https://oldschool.runescape.wiki/w/Anim_offhand#5","price":0},"25953":{"id":25953,"name":"Anim offhand","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Anim offhand (6)","wiki_url":"https://oldschool.runescape.wiki/w/Anim_offhand#6","price":0},"25956":{"id":25956,"name":"Combat achievements","cost":6,"lowalch":2,"highalch":3,"wiki_name":"Combat achievements (unobtainable item)","wiki_url":"https://oldschool.runescape.wiki/w/Combat_achievements_(unobtainable_item)","price":0},"25958":{"id":25958,"name":"Corrupted paddlefish","members":true,"cost":1,"wiki_name":"Corrupted paddlefish","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_paddlefish","price":0},"25959":{"id":25959,"name":"Corrupted escape crystal","members":true,"cost":1,"wiki_name":"Corrupted escape crystal","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_escape_crystal","price":0},"25960":{"id":25960,"name":"Crystal paddlefish","members":true,"cost":1,"wiki_name":"Crystal paddlefish","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_paddlefish","price":0},"25961":{"id":25961,"name":"Escape crystal","members":true,"cost":1,"wiki_name":"Escape crystal (The Gauntlet)","wiki_url":"https://oldschool.runescape.wiki/w/Escape_crystal_(The_Gauntlet)","price":0},"25963":{"id":25963,"name":"Crypt key","members":true,"cost":30,"wiki_name":"Crypt key","wiki_url":"https://oldschool.runescape.wiki/w/Crypt_key","price":0},"25964":{"id":25964,"name":"Ranis' head","members":true,"cost":30,"wiki_name":"Ranis' head","wiki_url":"https://oldschool.runescape.wiki/w/Ranis'_head","price":0},"25965":{"id":25965,"name":"Strange spider eggs","members":true,"cost":30,"wiki_name":"Strange spider eggs","wiki_url":"https://oldschool.runescape.wiki/w/Strange_spider_eggs","price":0},"25966":{"id":25966,"name":"Sulphuric acid","members":true,"cost":30,"wiki_name":"Sulphuric acid","wiki_url":"https://oldschool.runescape.wiki/w/Sulphuric_acid","price":0},"25967":{"id":25967,"name":"Sticky note","members":true,"cost":30,"wiki_name":"Sticky note","wiki_url":"https://oldschool.runescape.wiki/w/Sticky_note","price":0},"25968":{"id":25968,"name":"Hespori bark","members":true,"cost":30,"wiki_name":"Hespori bark","wiki_url":"https://oldschool.runescape.wiki/w/Hespori_bark","price":0},"25975":{"id":25975,"name":"Lightbearer","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1000000,"lowalch":400000,"highalch":600000,"buy_limit":8,"wiki_name":"Lightbearer","wiki_url":"https://oldschool.runescape.wiki/w/Lightbearer","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":1858971},"25979":{"id":25979,"name":"Keris partisan","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":60000,"wiki_name":"Keris partisan","wiki_url":"https://oldschool.runescape.wiki/w/Keris_partisan","equipment":{"attack_stab":58,"attack_slash":-2,"attack_crush":57,"attack_magic":2,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":45,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"weapon","requirements":{"attack":65}},"weapon":{"attack_speed":4,"weapon_type":"partisan","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"25981":{"id":25981,"name":"Keris partisan of breaching","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":300000,"wiki_name":"Keris partisan of breaching","wiki_url":"https://oldschool.runescape.wiki/w/Keris_partisan_of_breaching","equipment":{"attack_stab":58,"attack_slash":-2,"attack_crush":57,"attack_magic":2,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":45,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"weapon","requirements":{"attack":80}},"weapon":{"attack_speed":4,"weapon_type":"partisan","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0,"lowalch":120000,"highalch":180000},"25985":{"id":25985,"name":"Elidinis' ward","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":5000000,"lowalch":2000000,"highalch":3000000,"wiki_name":"Elidinis' ward","wiki_url":"https://oldschool.runescape.wiki/w/Elidinis'_ward","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":5,"attack_ranged":0,"defence_stab":5,"defence_slash":3,"defence_crush":9,"defence_magic":0,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":3,"prayer":1,"slot":"shield","requirements":{"magic":80,"defence":80,"prayer":80}},"price":4723201},"25990":{"id":25990,"name":"Sigil of resilience","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of resilience (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_resilience#Attuned","price":0},"25991":{"id":25991,"name":"Sigil of resilience","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":10,"wiki_name":"Sigil of resilience (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_resilience#Un-attuned","price":0},"25993":{"id":25993,"name":"Sigil of consistency","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of consistency (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_consistency#Attuned","price":0},"25994":{"id":25994,"name":"Sigil of consistency","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":10,"wiki_name":"Sigil of consistency (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_consistency#Un-attuned","price":0},"25996":{"id":25996,"name":"Sigil of the formidable fighter","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the formidable fighter (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_formidable_fighter#Attuned","price":0},"25997":{"id":25997,"name":"Sigil of the formidable fighter","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":10,"wiki_name":"Sigil of the formidable fighter (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_formidable_fighter#Un-attuned","price":0},"25999":{"id":25999,"name":"Sigil of the rigorous ranger","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the rigorous ranger (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_rigorous_ranger#Attuned","price":0},"26000":{"id":26000,"name":"Sigil of the rigorous ranger","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":10,"wiki_name":"Sigil of the rigorous ranger (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_rigorous_ranger#Un-attuned","price":0},"26002":{"id":26002,"name":"Sigil of the meticulous mage","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the meticulous mage (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_meticulous_mage#Attuned","price":0},"26003":{"id":26003,"name":"Sigil of the meticulous mage","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":10,"wiki_name":"Sigil of the meticulous mage (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_meticulous_mage#Un-attuned","price":0},"26005":{"id":26005,"name":"Sigil of fortification","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of fortification (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_fortification#Attuned","price":0},"26006":{"id":26006,"name":"Sigil of fortification","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":10,"wiki_name":"Sigil of fortification (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_fortification#Un-attuned","price":0},"26008":{"id":26008,"name":"Sigil of barrows","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of barrows (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_barrows#Attuned","price":0},"26009":{"id":26009,"name":"Sigil of barrows","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":10,"wiki_name":"Sigil of barrows (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_barrows#Un-attuned","price":0},"26011":{"id":26011,"name":"Sigil of deft strikes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of deft strikes (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_deft_strikes#Attuned","price":0},"26012":{"id":26012,"name":"Sigil of deft strikes","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":10,"wiki_name":"Sigil of deft strikes (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_deft_strikes#Un-attuned","price":0},"26014":{"id":26014,"name":"Sigil of freedom","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of freedom (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_freedom#Attuned","price":0},"26015":{"id":26015,"name":"Sigil of freedom","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":10,"wiki_name":"Sigil of freedom (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_freedom#Un-attuned","price":0},"26017":{"id":26017,"name":"Sigil of enhanced harvest","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of enhanced harvest (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_enhanced_harvest#Attuned","price":0},"26018":{"id":26018,"name":"Sigil of enhanced harvest","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":10,"wiki_name":"Sigil of enhanced harvest (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_enhanced_harvest#Un-attuned","price":0},"26020":{"id":26020,"name":"Sigil of storage","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of storage (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_storage#Attuned","price":0},"26021":{"id":26021,"name":"Sigil of storage","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":10,"wiki_name":"Sigil of storage (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_storage#Un-attuned","price":0},"26023":{"id":26023,"name":"Sigil of the smith","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the smith (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_smith#Attuned","price":0},"26024":{"id":26024,"name":"Sigil of the smith","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":10,"wiki_name":"Sigil of the smith (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_smith#Un-attuned","price":0},"26026":{"id":26026,"name":"Sigil of the alchemist","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the alchemist (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_alchemist#Attuned","price":0},"26027":{"id":26027,"name":"Sigil of the alchemist","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":10,"wiki_name":"Sigil of the alchemist (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_alchemist#Un-attuned","price":0},"26029":{"id":26029,"name":"Sigil of the fletcher","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the fletcher (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_fletcher#Attuned","price":0},"26030":{"id":26030,"name":"Sigil of the fletcher","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":10,"wiki_name":"Sigil of the fletcher (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_fletcher#Un-attuned","price":0},"26032":{"id":26032,"name":"Sigil of the chef","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the chef (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_chef#Attuned","price":0},"26033":{"id":26033,"name":"Sigil of the chef","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":10,"wiki_name":"Sigil of the chef (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_chef#Un-attuned","price":0},"26035":{"id":26035,"name":"Sigil of the craftsman","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the craftsman (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_craftsman#Attuned","price":0},"26036":{"id":26036,"name":"Sigil of the craftsman","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":10,"wiki_name":"Sigil of the craftsman (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_craftsman#Un-attuned","price":0},"26038":{"id":26038,"name":"Sigil of the abyss","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the abyss (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_abyss#Attuned","price":0},"26039":{"id":26039,"name":"Sigil of the abyss","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":10,"wiki_name":"Sigil of the abyss (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_abyss#Un-attuned","price":0},"26041":{"id":26041,"name":"Sigil of stamina","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of stamina (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_stamina#Attuned","price":0},"26042":{"id":26042,"name":"Sigil of stamina","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":10,"wiki_name":"Sigil of stamina (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_stamina#Un-attuned","price":0},"26044":{"id":26044,"name":"Sigil of the potion master","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the potion master (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_potion_master#Attuned","price":0},"26045":{"id":26045,"name":"Sigil of the potion master","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":10,"wiki_name":"Sigil of the potion master (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_potion_master#Un-attuned","price":0},"26047":{"id":26047,"name":"Sigil of the eternal jeweller","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the eternal jeweller (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_eternal_jeweller#Attuned","price":0},"26048":{"id":26048,"name":"Sigil of the eternal jeweller","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":10,"wiki_name":"Sigil of the eternal jeweller (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_eternal_jeweller#Un-attuned","price":0},"26050":{"id":26050,"name":"Sigil of the treasure hunter","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the treasure hunter (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_treasure_hunter#Attuned","price":0},"26051":{"id":26051,"name":"Sigil of the treasure hunter","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":10,"wiki_name":"Sigil of the treasure hunter (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_treasure_hunter#Un-attuned","price":0},"26053":{"id":26053,"name":"Sigil of mobility","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of mobility (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_mobility#Attuned","price":0},"26054":{"id":26054,"name":"Sigil of mobility","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":10,"wiki_name":"Sigil of mobility (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_mobility#Un-attuned","price":0},"26056":{"id":26056,"name":"Sigil of exaggeration","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of exaggeration (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_exaggeration#Attuned","price":0},"26057":{"id":26057,"name":"Sigil of exaggeration","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"buy_limit":10,"wiki_name":"Sigil of exaggeration (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_exaggeration#Un-attuned","price":0},"26059":{"id":26059,"name":"Sigil of specialised strikes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of specialised strikes (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_specialised_strikes#Attuned","price":0},"26060":{"id":26060,"name":"Sigil of specialised strikes","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20000,"lowalch":8000,"highalch":12000,"buy_limit":8,"wiki_name":"Sigil of specialised strikes (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_specialised_strikes#Un-attuned","price":0},"26062":{"id":26062,"name":"Sigil of the porcupine","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the porcupine (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_porcupine#Attuned","price":0},"26063":{"id":26063,"name":"Sigil of the porcupine","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20000,"lowalch":8000,"highalch":12000,"buy_limit":8,"wiki_name":"Sigil of the porcupine (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_porcupine#Un-attuned","price":0},"26065":{"id":26065,"name":"Sigil of binding","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of binding (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_binding#Attuned","price":0},"26066":{"id":26066,"name":"Sigil of binding","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20000,"lowalch":8000,"highalch":12000,"buy_limit":8,"wiki_name":"Sigil of binding (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_binding#Un-attuned","price":0},"26068":{"id":26068,"name":"Sigil of escaping","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of escaping (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_escaping#Attuned","price":0},"26069":{"id":26069,"name":"Sigil of escaping","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20000,"lowalch":8000,"highalch":12000,"buy_limit":8,"wiki_name":"Sigil of escaping (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_escaping#Un-attuned","price":0},"26071":{"id":26071,"name":"Sigil of the ruthless ranger","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the ruthless ranger (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_ruthless_ranger#Attuned","price":0},"26072":{"id":26072,"name":"Sigil of the ruthless ranger","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20000,"lowalch":8000,"highalch":12000,"buy_limit":8,"wiki_name":"Sigil of the ruthless ranger (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_ruthless_ranger#Un-attuned","price":0},"26074":{"id":26074,"name":"Sigil of the feral fighter","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the feral fighter (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_feral_fighter#Attuned","price":0},"26075":{"id":26075,"name":"Sigil of the feral fighter","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20000,"lowalch":8000,"highalch":12000,"buy_limit":8,"wiki_name":"Sigil of the feral fighter (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_feral_fighter#Un-attuned","price":0},"26077":{"id":26077,"name":"Sigil of the menacing mage","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the menacing mage (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_menacing_mage#Attuned","price":0},"26078":{"id":26078,"name":"Sigil of the menacing mage","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20000,"lowalch":8000,"highalch":12000,"buy_limit":8,"wiki_name":"Sigil of the menacing mage (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_menacing_mage#Un-attuned","price":0},"26080":{"id":26080,"name":"Sigil of prosperity","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of prosperity (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_prosperity#Attuned","price":0},"26081":{"id":26081,"name":"Sigil of prosperity","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20000,"lowalch":8000,"highalch":12000,"buy_limit":8,"wiki_name":"Sigil of prosperity (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_prosperity#Un-attuned","price":0},"26083":{"id":26083,"name":"Sigil of the dwarves","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the dwarves (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_dwarves#Attuned","price":0},"26084":{"id":26084,"name":"Sigil of the dwarves","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20000,"lowalch":8000,"highalch":12000,"buy_limit":8,"wiki_name":"Sigil of the dwarves (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_dwarves#Un-attuned","price":0},"26086":{"id":26086,"name":"Sigil of the elves","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the elves (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_elves#Attuned","price":0},"26087":{"id":26087,"name":"Sigil of the elves","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20000,"lowalch":8000,"highalch":12000,"buy_limit":8,"wiki_name":"Sigil of the elves (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_elves#Un-attuned","price":0},"26089":{"id":26089,"name":"Sigil of the barbarians","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the barbarians (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_barbarians#Attuned","price":0},"26090":{"id":26090,"name":"Sigil of the barbarians","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20000,"lowalch":8000,"highalch":12000,"buy_limit":8,"wiki_name":"Sigil of the barbarians (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_barbarians#Un-attuned","price":0},"26092":{"id":26092,"name":"Sigil of the gnomes","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the gnomes (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_gnomes#Attuned","price":0},"26093":{"id":26093,"name":"Sigil of the gnomes","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20000,"lowalch":8000,"highalch":12000,"buy_limit":8,"wiki_name":"Sigil of the gnomes (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_gnomes#Un-attuned","price":0},"26095":{"id":26095,"name":"Sigil of nature","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of nature (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_nature#Attuned","price":0},"26096":{"id":26096,"name":"Sigil of nature","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20000,"lowalch":8000,"highalch":12000,"buy_limit":8,"wiki_name":"Sigil of nature (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_nature#Un-attuned","price":0},"26098":{"id":26098,"name":"Sigil of devotion","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of devotion (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_devotion#Attuned","price":0},"26099":{"id":26099,"name":"Sigil of devotion","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20000,"lowalch":8000,"highalch":12000,"buy_limit":8,"wiki_name":"Sigil of devotion (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_devotion#Un-attuned","price":0},"26101":{"id":26101,"name":"Sigil of the forager","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the forager (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_forager#Attuned","price":0},"26102":{"id":26102,"name":"Sigil of the forager","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20000,"lowalch":8000,"highalch":12000,"buy_limit":8,"wiki_name":"Sigil of the forager (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_forager#Un-attuned","price":0},"26104":{"id":26104,"name":"Sigil of garments","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of garments (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_garments#Attuned","price":0},"26105":{"id":26105,"name":"Sigil of garments","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20000,"lowalch":8000,"highalch":12000,"buy_limit":8,"wiki_name":"Sigil of garments (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_garments#Un-attuned","price":0},"26107":{"id":26107,"name":"Sigil of slaughter","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of slaughter (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_slaughter#Attuned","price":0},"26108":{"id":26108,"name":"Sigil of slaughter","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20000,"lowalch":8000,"highalch":12000,"buy_limit":8,"wiki_name":"Sigil of slaughter (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_slaughter#Un-attuned","price":0},"26110":{"id":26110,"name":"Sigil of the fortune farmer","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the fortune farmer (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_fortune_farmer#Attuned","price":0},"26111":{"id":26111,"name":"Sigil of the fortune farmer","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20000,"lowalch":8000,"highalch":12000,"buy_limit":8,"wiki_name":"Sigil of the fortune farmer (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_fortune_farmer#Un-attuned","price":0},"26113":{"id":26113,"name":"Sigil of versatility","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of versatility (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_versatility#Attuned","price":0},"26114":{"id":26114,"name":"Sigil of versatility","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20000,"lowalch":8000,"highalch":12000,"buy_limit":8,"wiki_name":"Sigil of versatility (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_versatility#Un-attuned","price":0},"26116":{"id":26116,"name":"Sigil of the serpent","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the serpent (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_serpent#Attuned","price":0},"26117":{"id":26117,"name":"Sigil of the serpent","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20000,"lowalch":8000,"highalch":12000,"buy_limit":8,"wiki_name":"Sigil of the serpent (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_serpent#Un-attuned","price":0},"26119":{"id":26119,"name":"Sigil of supreme stamina","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of supreme stamina (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_supreme_stamina#Attuned","price":0},"26120":{"id":26120,"name":"Sigil of supreme stamina","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20000,"lowalch":8000,"highalch":12000,"buy_limit":8,"wiki_name":"Sigil of supreme stamina (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_supreme_stamina#Un-attuned","price":0},"26122":{"id":26122,"name":"Sigil of preservation","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of preservation (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_preservation#Attuned","price":0},"26123":{"id":26123,"name":"Sigil of preservation","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20000,"lowalch":8000,"highalch":12000,"buy_limit":8,"wiki_name":"Sigil of preservation (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_preservation#Un-attuned","price":0},"26125":{"id":26125,"name":"Sigil of finality","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of finality (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_finality#Attuned","price":0},"26126":{"id":26126,"name":"Sigil of finality","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30000,"lowalch":12000,"highalch":18000,"buy_limit":4,"wiki_name":"Sigil of finality (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_finality#Un-attuned","price":0},"26128":{"id":26128,"name":"Sigil of pious protection","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of pious protection (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_pious_protection#Attuned","price":0},"26129":{"id":26129,"name":"Sigil of pious protection","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30000,"lowalch":12000,"highalch":18000,"buy_limit":4,"wiki_name":"Sigil of pious protection (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_pious_protection#Un-attuned","price":0},"26131":{"id":26131,"name":"Sigil of aggression","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of aggression (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_aggression#Attuned","price":0},"26132":{"id":26132,"name":"Sigil of aggression","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30000,"lowalch":12000,"highalch":18000,"buy_limit":4,"wiki_name":"Sigil of aggression (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_aggression#Un-attuned","price":0},"26134":{"id":26134,"name":"Sigil of rampage","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of rampage (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_rampage#Attuned","price":0},"26135":{"id":26135,"name":"Sigil of rampage","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30000,"lowalch":12000,"highalch":18000,"buy_limit":4,"wiki_name":"Sigil of rampage (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_rampage#Un-attuned","price":0},"26137":{"id":26137,"name":"Sigil of the skiller","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the skiller (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_skiller#Attuned","price":0},"26138":{"id":26138,"name":"Sigil of the skiller","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30000,"lowalch":12000,"highalch":18000,"buy_limit":4,"wiki_name":"Sigil of the skiller (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_skiller#Un-attuned","price":0},"26140":{"id":26140,"name":"Sigil of remote storage","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of remote storage (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_remote_storage#Attuned","price":0},"26141":{"id":26141,"name":"Sigil of remote storage","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30000,"lowalch":12000,"highalch":18000,"buy_limit":4,"wiki_name":"Sigil of remote storage (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_remote_storage#Un-attuned","price":0},"26143":{"id":26143,"name":"Sigil of last recall","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of last recall (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_last_recall#Attuned","price":0},"26144":{"id":26144,"name":"Sigil of last recall","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30000,"lowalch":12000,"highalch":18000,"buy_limit":4,"wiki_name":"Sigil of last recall (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_last_recall#Un-attuned","price":0},"26146":{"id":26146,"name":"Sigil of the guardian angel","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the guardian angel (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_guardian_angel#Attuned","price":0},"26147":{"id":26147,"name":"Sigil of the guardian angel","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30000,"lowalch":12000,"highalch":18000,"buy_limit":4,"wiki_name":"Sigil of the guardian angel (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_guardian_angel#Un-attuned","price":0},"26149":{"id":26149,"name":"Tuna","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tuna (Deadman starter pack)","wiki_url":"https://oldschool.runescape.wiki/w/Tuna_(Deadman_starter_pack)","price":0},"26150":{"id":26150,"name":"Combat potion(4)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Combat potion (Deadman starter pack) (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Combat_potion_(Deadman_starter_pack)#4_dose","price":0},"26151":{"id":26151,"name":"Combat potion(3)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Combat potion (Deadman starter pack) (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Combat_potion_(Deadman_starter_pack)#3_dose","price":0},"26152":{"id":26152,"name":"Combat potion(2)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Combat potion (Deadman starter pack) (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Combat_potion_(Deadman_starter_pack)#2_dose","price":0},"26153":{"id":26153,"name":"Combat potion(1)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Combat potion (Deadman starter pack) (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Combat_potion_(Deadman_starter_pack)#1_dose","price":0},"26154":{"id":26154,"name":"Mount karuulm diary","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Mount karuulm diary","wiki_url":"https://oldschool.runescape.wiki/w/Mount_karuulm_diary","price":0},"26156":{"id":26156,"name":"Group ironman helm","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Group iron helm","wiki_url":"https://oldschool.runescape.wiki/w/Group_iron_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":6,"defence_slash":7,"defence_crush":5,"defence_magic":-1,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26158":{"id":26158,"name":"Group ironman platebody","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Group iron platebody (II)","wiki_url":"https://oldschool.runescape.wiki/w/Group_iron_platebody#II","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":21,"defence_slash":20,"defence_crush":12,"defence_magic":-6,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"26160":{"id":26160,"name":"Group ironman platebody","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Group iron platebody (III)","wiki_url":"https://oldschool.runescape.wiki/w/Group_iron_platebody#III","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":21,"defence_slash":20,"defence_crush":12,"defence_magic":-6,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"26162":{"id":26162,"name":"Group ironman platebody","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Group iron platebody (IV)","wiki_url":"https://oldschool.runescape.wiki/w/Group_iron_platebody#IV","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":21,"defence_slash":20,"defence_crush":12,"defence_magic":-6,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"26164":{"id":26164,"name":"Group ironman platebody","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Group iron platebody (V)","wiki_url":"https://oldschool.runescape.wiki/w/Group_iron_platebody#V","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":21,"defence_slash":20,"defence_crush":12,"defence_magic":-6,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"26166":{"id":26166,"name":"Group ironman platelegs","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Group iron platelegs","wiki_url":"https://oldschool.runescape.wiki/w/Group_iron_platelegs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":11,"defence_slash":10,"defence_crush":10,"defence_magic":-4,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"26168":{"id":26168,"name":"Group ironman bracers","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Group iron bracers","wiki_url":"https://oldschool.runescape.wiki/w/Group_iron_bracers","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":1,"defence_ranged":1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"26170":{"id":26170,"name":"Hardcore group ironman helm","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Hardcore group iron helm","wiki_url":"https://oldschool.runescape.wiki/w/Hardcore_group_iron_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":6,"defence_slash":7,"defence_crush":5,"defence_magic":-1,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26172":{"id":26172,"name":"Hardcore group ironman platebody","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Hardcore group iron platebody (II)","wiki_url":"https://oldschool.runescape.wiki/w/Hardcore_group_iron_platebody#II","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":21,"defence_slash":20,"defence_crush":12,"defence_magic":-6,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"26174":{"id":26174,"name":"Hardcore group ironman platebody","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Hardcore group iron platebody (III)","wiki_url":"https://oldschool.runescape.wiki/w/Hardcore_group_iron_platebody#III","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":21,"defence_slash":20,"defence_crush":12,"defence_magic":-6,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"26176":{"id":26176,"name":"Hardcore group ironman platebody","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Hardcore group iron platebody (IV)","wiki_url":"https://oldschool.runescape.wiki/w/Hardcore_group_iron_platebody#IV","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":21,"defence_slash":20,"defence_crush":12,"defence_magic":-6,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"26178":{"id":26178,"name":"Hardcore group ironman platebody","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Hardcore group iron platebody (V)","wiki_url":"https://oldschool.runescape.wiki/w/Hardcore_group_iron_platebody#V","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":21,"defence_slash":20,"defence_crush":12,"defence_magic":-6,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"26180":{"id":26180,"name":"Hardcore group ironman platelegs","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Hardcore group iron platelegs","wiki_url":"https://oldschool.runescape.wiki/w/Hardcore_group_iron_platelegs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":11,"defence_slash":10,"defence_crush":10,"defence_magic":-4,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"26182":{"id":26182,"name":"Hardcore group ironman bracers","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Hardcore group iron bracers","wiki_url":"https://oldschool.runescape.wiki/w/Hardcore_group_iron_bracers","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":1,"defence_ranged":1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"26219":{"id":26219,"name":"Osmumten's fang","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000000,"lowalch":400000,"highalch":600000,"buy_limit":8,"wiki_name":"Osmumten's fang","wiki_url":"https://oldschool.runescape.wiki/w/Osmumten's_fang","equipment":{"attack_stab":105,"attack_slash":75,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":103,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":82}},"weapon":{"attack_speed":5,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":15217501},"26221":{"id":26221,"name":"Ancient ceremonial top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100000,"lowalch":40000,"highalch":60000,"buy_limit":8,"wiki_name":"Ancient ceremonial top","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_ceremonial_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"body","requirements":null},"price":58260},"26223":{"id":26223,"name":"Ancient ceremonial legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":8,"wiki_name":"Ancient ceremonial legs","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_ceremonial_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"legs","requirements":null},"price":53226},"26225":{"id":26225,"name":"Ancient ceremonial mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":50000,"lowalch":20000,"highalch":30000,"buy_limit":8,"wiki_name":"Ancient ceremonial mask","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_ceremonial_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"head","requirements":null},"price":29266},"26227":{"id":26227,"name":"Ancient ceremonial gloves","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":40000,"lowalch":16000,"highalch":24000,"buy_limit":8,"wiki_name":"Ancient ceremonial gloves","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_ceremonial_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"hands","requirements":null},"price":28800},"26229":{"id":26229,"name":"Ancient ceremonial boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":40000,"lowalch":16000,"highalch":24000,"buy_limit":8,"wiki_name":"Ancient ceremonial boots","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_ceremonial_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"feet","requirements":null},"price":22785},"26231":{"id":26231,"name":"Nihil shard","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":5000,"lowalch":2000,"highalch":3000,"buy_limit":30000,"wiki_name":"Nihil shard","wiki_url":"https://oldschool.runescape.wiki/w/Nihil_shard","price":5249},"26233":{"id":26233,"name":"Ancient godsword","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1250000,"lowalch":500000,"highalch":750000,"buy_limit":8,"wiki_name":"Ancient godsword","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_godsword","equipment":{"attack_stab":0,"attack_slash":132,"attack_crush":80,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":132,"ranged_strength":0,"magic_damage":0,"prayer":8,"slot":"2h","requirements":null},"weapon":{"attack_speed":6,"weapon_type":"2h_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"smash","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":36833293},"26235":{"id":26235,"name":"Zaryte vambraces","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200000,"lowalch":80000,"highalch":120000,"buy_limit":7,"wiki_name":"Zaryte vambraces","wiki_url":"https://oldschool.runescape.wiki/w/Zaryte_vambraces","equipment":{"attack_stab":-8,"attack_slash":-8,"attack_crush":-8,"attack_magic":0,"attack_ranged":18,"defence_stab":8,"defence_slash":8,"defence_crush":8,"defence_magic":5,"defence_ranged":8,"melee_strength":0,"ranged_strength":2,"magic_damage":0,"prayer":1,"slot":"hands","requirements":null},"price":115250000},"26237":{"id":26237,"name":"Zaryte bow","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Zaryte bow (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Zaryte_bow#Uncharged","price":0},"26239":{"id":26239,"name":"Zaryte bow","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Zaryte bow (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Zaryte_bow#Charged","price":0},"26241":{"id":26241,"name":"Virtus mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":8,"wiki_name":"Virtus mask","wiki_url":"https://oldschool.runescape.wiki/w/Virtus_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":8,"attack_ranged":-3,"defence_stab":15,"defence_slash":14,"defence_crush":16,"defence_magic":6,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":2,"prayer":1,"slot":"head","requirements":null},"price":4576624},"26243":{"id":26243,"name":"Virtus robe top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":8,"wiki_name":"Virtus robe top","wiki_url":"https://oldschool.runescape.wiki/w/Virtus_robe_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":35,"attack_ranged":-11,"defence_stab":47,"defence_slash":38,"defence_crush":56,"defence_magic":31,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":2,"prayer":2,"slot":"body","requirements":null},"price":58002121},"26245":{"id":26245,"name":"Virtus robe bottom","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":8,"wiki_name":"Virtus robe bottoms","wiki_url":"https://oldschool.runescape.wiki/w/Virtus_robe_bottoms","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":26,"attack_ranged":-9,"defence_stab":31,"defence_slash":28,"defence_crush":34,"defence_magic":22,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":2,"prayer":1,"slot":"legs","requirements":null},"price":29132804},"26247":{"id":26247,"name":"Pumpkin pie","cost":12,"wiki_name":"Pumpkin pie","wiki_url":"https://oldschool.runescape.wiki/w/Pumpkin_pie","price":0},"26250":{"id":26250,"name":"Jered's empty wine bottle","cost":1,"wiki_name":"Jered's empty wine bottle","wiki_url":"https://oldschool.runescape.wiki/w/Jered's_empty_wine_bottle","price":0},"26252":{"id":26252,"name":"Ad coupon","cost":1,"wiki_name":"Ad coupon","wiki_url":"https://oldschool.runescape.wiki/w/Ad_coupon","price":0},"26254":{"id":26254,"name":"Saucepan","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Saucepan","wiki_url":"https://oldschool.runescape.wiki/w/Saucepan","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26256":{"id":26256,"name":"Ugly halloween jumper (orange)","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ugly halloween jumper (Orange)","wiki_url":"https://oldschool.runescape.wiki/w/Ugly_halloween_jumper#Orange","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"26258":{"id":26258,"name":"Ugly halloween jumper (black)","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ugly halloween jumper (Black)","wiki_url":"https://oldschool.runescape.wiki/w/Ugly_halloween_jumper#Black","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"26260":{"id":26260,"name":"Haunted wine bottle","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Haunted wine bottle","wiki_url":"https://oldschool.runescape.wiki/w/Haunted_wine_bottle","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"26262":{"id":26262,"name":"Rune scimitar","cost":2,"lowalch":0,"highalch":1,"wiki_name":"Rune scimitar (2021 Halloween event)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_scimitar_(2021_Halloween_event)","price":0},"26264":{"id":26264,"name":"Studded body","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Studded body (2021 Halloween event)","wiki_url":"https://oldschool.runescape.wiki/w/Studded_body_(2021_Halloween_event)","price":0},"26266":{"id":26266,"name":"Condensed gold","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":8000000,"lowalch":3200000,"highalch":4800000,"wiki_name":"Condensed gold","wiki_url":"https://oldschool.runescape.wiki/w/Condensed_gold","price":9769405},"26269":{"id":26269,"name":"Gold sink","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"26270":{"id":26270,"name":"Festive cinnamon","cost":0,"wiki_name":"Festive cinnamon","wiki_url":"https://oldschool.runescape.wiki/w/Festive_cinnamon","price":0},"26272":{"id":26272,"name":"Festive holly","cost":0,"wiki_name":"Festive holly","wiki_url":"https://oldschool.runescape.wiki/w/Festive_holly","price":0},"26274":{"id":26274,"name":"Festive white wine","cost":0,"wiki_name":"Festive white wine","wiki_url":"https://oldschool.runescape.wiki/w/Festive_white_wine","price":0},"26276":{"id":26276,"name":"Notes","cost":0,"wiki_name":"Notes (2021 Christmas event)","wiki_url":"https://oldschool.runescape.wiki/w/Notes_(2021_Christmas_event)","price":0},"26278":{"id":26278,"name":"Magical cleaning potion","cost":0,"wiki_name":"Magical cleaning potion","wiki_url":"https://oldschool.runescape.wiki/w/Magical_cleaning_potion","price":0},"26280":{"id":26280,"name":"Pink stained platebody","cost":0,"wiki_name":"Pink stained platebody","wiki_url":"https://oldschool.runescape.wiki/w/Pink_stained_platebody","price":0,"equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":15,"defence_slash":14,"defence_crush":9,"defence_magic":-6,"defence_ranged":14,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"defence":1}},"equipable_by_player":true,"equipable":true},"26282":{"id":26282,"name":"Pink stained platelegs","cost":0,"wiki_name":"Pink stained platelegs","wiki_url":"https://oldschool.runescape.wiki/w/Pink_stained_platelegs","price":0,"equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":8,"defence_slash":7,"defence_crush":6,"defence_magic":-4,"defence_ranged":7,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"defence":1}},"equipable_by_player":true,"equipable":true},"26284":{"id":26284,"name":"Pink stained full helm","cost":0,"wiki_name":"Pink stained full helm","wiki_url":"https://oldschool.runescape.wiki/w/Pink_stained_full_helm","price":0,"equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":4,"defence_slash":5,"defence_crush":3,"defence_magic":-1,"defence_ranged":4,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":1}},"equipable_by_player":true,"equipable":true},"26286":{"id":26286,"name":"Clean platebody","cost":0,"wiki_name":"Clean platebody","wiki_url":"https://oldschool.runescape.wiki/w/Clean_platebody","price":0},"26288":{"id":26288,"name":"Clean platelegs","cost":0,"wiki_name":"Clean platelegs","wiki_url":"https://oldschool.runescape.wiki/w/Clean_platelegs","price":0},"26290":{"id":26290,"name":"Clean full helm","cost":0,"wiki_name":"Clean full helm","wiki_url":"https://oldschool.runescape.wiki/w/Clean_full_helm","price":0},"26292":{"id":26292,"name":"Festive gingerbread gnomes","cost":0,"wiki_name":"Festive gingerbread gnomes","wiki_url":"https://oldschool.runescape.wiki/w/Festive_gingerbread_gnomes","price":0},"26294":{"id":26294,"name":"Festive mulled wine","cost":0,"wiki_name":"Festive mulled wine","wiki_url":"https://oldschool.runescape.wiki/w/Festive_mulled_wine","price":0},"26296":{"id":26296,"name":"Snow","incomplete":true,"cost":0,"lowalch":0,"highalch":0,"price":0},"26298":{"id":26298,"name":"Secret santa present","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Secret santa present (2021 Christmas event) (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Secret_santa_present_(2021_Christmas_event)#Red","price":0},"26300":{"id":26300,"name":"Secret santa present","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Secret santa present (2021 Christmas event) (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Secret_santa_present_(2021_Christmas_event)#Blue","price":0},"26302":{"id":26302,"name":"Secret santa present","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Secret santa present (2021 Christmas event) (Green)","wiki_url":"https://oldschool.runescape.wiki/w/Secret_santa_present_(2021_Christmas_event)#Green","price":0},"26304":{"id":26304,"name":"Chocolate chips","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Chocolate chips (Dark chocolate)","wiki_url":"https://oldschool.runescape.wiki/w/Chocolate_chips#Dark_chocolate","price":0},"26306":{"id":26306,"name":"Chocolate chips","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Chocolate chips (White chocolate)","wiki_url":"https://oldschool.runescape.wiki/w/Chocolate_chips#White_chocolate","price":0},"26308":{"id":26308,"name":"A big present","cost":0,"wiki_name":"A big present","wiki_url":"https://oldschool.runescape.wiki/w/A_big_present","price":0},"26310":{"id":26310,"name":"Festive elf slippers","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Festive elf slippers","wiki_url":"https://oldschool.runescape.wiki/w/Festive_elf_slippers","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"26312":{"id":26312,"name":"Festive elf hat","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Festive elf hat","wiki_url":"https://oldschool.runescape.wiki/w/Festive_elf_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26314":{"id":26314,"name":"Snowman ring","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Snowman ring","wiki_url":"https://oldschool.runescape.wiki/w/Snowman_ring","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"26316":{"id":26316,"name":"Secret santa present (red)","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Secret santa present (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Secret_santa_present#Red","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"26318":{"id":26318,"name":"Secret santa present (blue)","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Secret santa present (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Secret_santa_present#Blue","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"26320":{"id":26320,"name":"Secret santa present (green)","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Secret santa present (Green)","wiki_url":"https://oldschool.runescape.wiki/w/Secret_santa_present#Green","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"26322":{"id":26322,"name":"Secret santa present (black)","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Secret santa present (Black)","wiki_url":"https://oldschool.runescape.wiki/w/Secret_santa_present#Black","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"26324":{"id":26324,"name":"Secret santa present (gold)","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Secret santa present (Gold)","wiki_url":"https://oldschool.runescape.wiki/w/Secret_santa_present#Gold","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"26326":{"id":26326,"name":"Little snowball","cost":1,"wiki_name":"Little snowball","wiki_url":"https://oldschool.runescape.wiki/w/Little_snowball","price":0},"26328":{"id":26328,"name":"Small snowball","cost":1,"wiki_name":"Small snowball","wiki_url":"https://oldschool.runescape.wiki/w/Small_snowball","price":0},"26330":{"id":26330,"name":"Normal snowball","cost":1,"wiki_name":"Normal snowball","wiki_url":"https://oldschool.runescape.wiki/w/Normal_snowball","price":0},"26332":{"id":26332,"name":"Big snowball","cost":1,"wiki_name":"Big snowball","wiki_url":"https://oldschool.runescape.wiki/w/Big_snowball","price":0},"26334":{"id":26334,"name":"Large snowball","cost":1,"wiki_name":"Large snowball","wiki_url":"https://oldschool.runescape.wiki/w/Large_snowball","price":0},"26336":{"id":26336,"name":"Huge snowball","cost":1,"wiki_name":"Huge snowball","wiki_url":"https://oldschool.runescape.wiki/w/Huge_snowball","price":0},"26338":{"id":26338,"name":"Humongous snowball","cost":1,"wiki_name":"Humongous snowball","wiki_url":"https://oldschool.runescape.wiki/w/Humongous_snowball","price":0},"26340":{"id":26340,"name":"Ancient brew(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":2000,"wiki_name":"Ancient brew (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_brew#4_dose","price":7235},"26342":{"id":26342,"name":"Ancient brew(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":175,"lowalch":70,"highalch":105,"buy_limit":2000,"wiki_name":"Ancient brew (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_brew#3_dose","price":4815},"26344":{"id":26344,"name":"Ancient brew(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"buy_limit":2000,"wiki_name":"Ancient brew (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_brew#2_dose","price":4256},"26346":{"id":26346,"name":"Ancient brew(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":125,"lowalch":50,"highalch":75,"buy_limit":2000,"wiki_name":"Ancient brew (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_brew#1_dose","price":5000},"26348":{"id":26348,"name":"Nexling","members":true,"cost":1,"wiki_name":"Nexling","wiki_url":"https://oldschool.runescape.wiki/w/Nexling","price":0},"26350":{"id":26350,"name":"Ancient mix(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"wiki_name":"Ancient mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_mix#2_dose","price":728},"26353":{"id":26353,"name":"Ancient mix(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":125,"lowalch":50,"highalch":75,"wiki_name":"Ancient mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_mix#1_dose","price":5161},"26356":{"id":26356,"name":"Frozen key","members":true,"cost":20000,"wiki_name":"Frozen key (The Frozen Door)","wiki_url":"https://oldschool.runescape.wiki/w/Frozen_key_(The_Frozen_Door)","price":0},"26358":{"id":26358,"name":"Frozen key piece (armadyl)","members":true,"cost":5000,"wiki_name":"Frozen key piece (armadyl)","wiki_url":"https://oldschool.runescape.wiki/w/Frozen_key_piece_(armadyl)","price":0},"26360":{"id":26360,"name":"Frozen key piece (bandos)","members":true,"cost":5000,"wiki_name":"Frozen key piece (bandos)","wiki_url":"https://oldschool.runescape.wiki/w/Frozen_key_piece_(bandos)","price":0},"26362":{"id":26362,"name":"Frozen key piece (zamorak)","members":true,"cost":5000,"wiki_name":"Frozen key piece (zamorak)","wiki_url":"https://oldschool.runescape.wiki/w/Frozen_key_piece_(zamorak)","price":0},"26364":{"id":26364,"name":"Frozen key piece (saradomin)","members":true,"cost":5000,"wiki_name":"Frozen key piece (saradomin)","wiki_url":"https://oldschool.runescape.wiki/w/Frozen_key_piece_(saradomin)","price":0},"26366":{"id":26366,"name":"Important letter","members":true,"cost":50,"wiki_name":"Important letter","wiki_url":"https://oldschool.runescape.wiki/w/Important_letter","price":0},"26368":{"id":26368,"name":"Nihil dust","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":500,"lowalch":200,"highalch":300,"wiki_name":"Nihil dust","wiki_url":"https://oldschool.runescape.wiki/w/Nihil_dust","price":5324},"26370":{"id":26370,"name":"Ancient hilt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Ancient hilt","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_hilt","price":36205749},"26372":{"id":26372,"name":"Nihil horn","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2000000,"lowalch":800000,"highalch":1200000,"wiki_name":"Nihil horn","wiki_url":"https://oldschool.runescape.wiki/w/Nihil_horn","price":333283330},"26374":{"id":26374,"name":"Zaryte crossbow","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":990000,"lowalch":396000,"highalch":594000,"wiki_name":"Zaryte crossbow","wiki_url":"https://oldschool.runescape.wiki/w/Zaryte_crossbow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":110,"defence_stab":14,"defence_slash":14,"defence_crush":12,"defence_magic":15,"defence_ranged":16,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"weapon","requirements":null},"weapon":{"attack_speed":6,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":394445746},"26376":{"id":26376,"name":"Torva full helm (damaged)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200000,"lowalch":80000,"highalch":120000,"buy_limit":8,"wiki_name":"Torva full helm (Damaged)","wiki_url":"https://oldschool.runescape.wiki/w/Torva_full_helm#Damaged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-5,"attack_ranged":-5,"defence_stab":59,"defence_slash":60,"defence_crush":62,"defence_magic":-2,"defence_ranged":57,"melee_strength":8,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"head","requirements":null},"price":230683000},"26378":{"id":26378,"name":"Torva platebody (damaged)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":600000,"lowalch":240000,"highalch":360000,"buy_limit":8,"wiki_name":"Torva platebody (Damaged)","wiki_url":"https://oldschool.runescape.wiki/w/Torva_platebody#Damaged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-18,"attack_ranged":-14,"defence_stab":117,"defence_slash":111,"defence_crush":117,"defence_magic":-11,"defence_ranged":142,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"body","requirements":null},"price":372334710},"26380":{"id":26380,"name":"Torva platelegs (damaged)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":400000,"lowalch":160000,"highalch":240000,"buy_limit":8,"wiki_name":"Torva platelegs (Damaged)","wiki_url":"https://oldschool.runescape.wiki/w/Torva_platelegs#Damaged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-24,"attack_ranged":-11,"defence_stab":87,"defence_slash":78,"defence_crush":79,"defence_magic":-9,"defence_ranged":102,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"legs","requirements":null},"price":292857161},"26382":{"id":26382,"name":"Torva full helm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":200000,"lowalch":80000,"highalch":120000,"buy_limit":8,"wiki_name":"Torva full helm (Restored)","wiki_url":"https://oldschool.runescape.wiki/w/Torva_full_helm#Restored","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-5,"attack_ranged":-5,"defence_stab":59,"defence_slash":60,"defence_crush":62,"defence_magic":-2,"defence_ranged":57,"melee_strength":8,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"head","requirements":null},"price":241606961},"26384":{"id":26384,"name":"Torva platebody","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":600000,"lowalch":240000,"highalch":360000,"buy_limit":8,"wiki_name":"Torva platebody (Restored)","wiki_url":"https://oldschool.runescape.wiki/w/Torva_platebody#Restored","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-18,"attack_ranged":-14,"defence_stab":117,"defence_slash":111,"defence_crush":117,"defence_magic":-11,"defence_ranged":142,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"body","requirements":null},"price":393763035},"26386":{"id":26386,"name":"Torva platelegs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":400000,"lowalch":160000,"highalch":240000,"buy_limit":8,"wiki_name":"Torva platelegs (Restored)","wiki_url":"https://oldschool.runescape.wiki/w/Torva_platelegs#Restored","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-24,"attack_ranged":-11,"defence_stab":87,"defence_slash":78,"defence_crush":79,"defence_magic":-9,"defence_ranged":102,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"legs","requirements":null},"price":304875000},"26388":{"id":26388,"name":"Ecumenical key shard","members":true,"stackable":true,"cost":1200,"lowalch":480,"highalch":720,"wiki_name":"Ecumenical key shard","wiki_url":"https://oldschool.runescape.wiki/w/Ecumenical_key_shard","price":0},"26390":{"id":26390,"name":"Blood essence","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":100000,"lowalch":40000,"highalch":60000,"buy_limit":500,"wiki_name":"Blood essence (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Blood_essence#Inactive","price":59625},"26392":{"id":26392,"name":"Blood essence (active)","members":true,"cost":100000,"lowalch":40000,"highalch":60000,"wiki_name":"Blood essence (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Blood_essence#Active","price":0},"26394":{"id":26394,"name":"Bandosian components","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100000,"lowalch":40000,"highalch":60000,"wiki_name":"Bandosian components","wiki_url":"https://oldschool.runescape.wiki/w/Bandosian_components","price":8730611},"26417":{"id":26417,"name":"Cabbage","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cabbage (unobtainable item) (Shattered Relics League 1)","wiki_url":"https://oldschool.runescape.wiki/w/Cabbage_(unobtainable_item)#Shattered_Relics_League_1","price":0},"26421":{"id":26421,"name":"Shattered relics variety ornament kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":25000,"lowalch":10000,"highalch":15000,"buy_limit":5,"wiki_name":"Shattered relics variety ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Shattered_relics_variety_ornament_kit","price":1365444},"26424":{"id":26424,"name":"Shattered banner","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Shattered banner","wiki_url":"https://oldschool.runescape.wiki/w/Shattered_banner","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":110282},"26427":{"id":26427,"name":"Shattered hood (t1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Shattered hood (t1)","wiki_url":"https://oldschool.runescape.wiki/w/Shattered_hood_(t1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":291679},"26430":{"id":26430,"name":"Shattered top (t1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Shattered top (t1)","wiki_url":"https://oldschool.runescape.wiki/w/Shattered_top_(t1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":78984},"26433":{"id":26433,"name":"Shattered trousers (t1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Shattered trousers (t1)","wiki_url":"https://oldschool.runescape.wiki/w/Shattered_trousers_(t1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":64771},"26436":{"id":26436,"name":"Shattered boots (t1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Shattered boots (t1)","wiki_url":"https://oldschool.runescape.wiki/w/Shattered_boots_(t1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":47487},"26439":{"id":26439,"name":"Shattered hood (t2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Shattered hood (t2)","wiki_url":"https://oldschool.runescape.wiki/w/Shattered_hood_(t2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":682250},"26442":{"id":26442,"name":"Shattered top (t2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Shattered top (t2)","wiki_url":"https://oldschool.runescape.wiki/w/Shattered_top_(t2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":475000},"26445":{"id":26445,"name":"Shattered trousers (t2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Shattered trousers (t2)","wiki_url":"https://oldschool.runescape.wiki/w/Shattered_trousers_(t2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":98857},"26448":{"id":26448,"name":"Shattered boots (t2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Shattered boots (t2)","wiki_url":"https://oldschool.runescape.wiki/w/Shattered_boots_(t2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":197947},"26451":{"id":26451,"name":"Shattered hood (t3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Shattered hood (t3)","wiki_url":"https://oldschool.runescape.wiki/w/Shattered_hood_(t3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":5295375},"26454":{"id":26454,"name":"Shattered top (t3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Shattered top (t3)","wiki_url":"https://oldschool.runescape.wiki/w/Shattered_top_(t3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":1900000},"26457":{"id":26457,"name":"Shattered trousers (t3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Shattered trousers (t3)","wiki_url":"https://oldschool.runescape.wiki/w/Shattered_trousers_(t3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":1247500},"26460":{"id":26460,"name":"Shattered boots (t3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Shattered boots (t3)","wiki_url":"https://oldschool.runescape.wiki/w/Shattered_boots_(t3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":857661},"26463":{"id":26463,"name":"Void knight top (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":48000,"lowalch":19200,"highalch":28800,"wiki_name":"Void knight top (or) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Void_knight_top_(or)#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":45,"defence_slash":45,"defence_crush":45,"defence_magic":45,"defence_ranged":45,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"26465":{"id":26465,"name":"Void knight robe (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":45000,"lowalch":18000,"highalch":27000,"wiki_name":"Void knight robe (or) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Void_knight_robe_(or)#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":30,"defence_slash":30,"defence_crush":30,"defence_magic":30,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"26467":{"id":26467,"name":"Void knight gloves (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":6052,"lowalch":2420,"highalch":3631,"wiki_name":"Void knight gloves (or) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Void_knight_gloves_(or)#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":6,"defence_slash":6,"defence_crush":6,"defence_magic":4,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"26469":{"id":26469,"name":"Elite void top (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":48500,"lowalch":19400,"highalch":29100,"wiki_name":"Elite void top (or) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Elite_void_top_(or)#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":45,"defence_slash":45,"defence_crush":45,"defence_magic":45,"defence_ranged":45,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"body","requirements":null},"price":0},"26471":{"id":26471,"name":"Elite void robe (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":45500,"lowalch":18200,"highalch":27300,"wiki_name":"Elite void robe (or) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Elite_void_robe_(or)#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":30,"defence_slash":30,"defence_crush":30,"defence_magic":30,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"legs","requirements":null},"price":0},"26473":{"id":26473,"name":"Void mage helm (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":9851,"lowalch":3940,"highalch":5910,"wiki_name":"Void mage helm (or) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Void_mage_helm_(or)#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":6,"defence_slash":6,"defence_crush":6,"defence_magic":6,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26475":{"id":26475,"name":"Void ranger helm (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":9851,"lowalch":3940,"highalch":5910,"wiki_name":"Void ranger helm (or) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Void_ranger_helm_(or)#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":6,"defence_slash":6,"defence_crush":6,"defence_magic":6,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26477":{"id":26477,"name":"Void melee helm (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":9851,"lowalch":3940,"highalch":5910,"wiki_name":"Void melee helm (or) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Void_melee_helm_(or)#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":6,"defence_slash":6,"defence_crush":6,"defence_magic":6,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26479":{"id":26479,"name":"Shattered relics void ornament kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":25000,"lowalch":10000,"highalch":15000,"buy_limit":5,"wiki_name":"Shattered relics void ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Shattered_relics_void_ornament_kit","price":876381},"26482":{"id":26482,"name":"Abyssal whip (or)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":120001,"lowalch":48000,"highalch":72000,"wiki_name":"Abyssal whip (or)","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_whip_(or)","equipment":{"attack_stab":0,"attack_slash":82,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":82,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"whip","stances":[{"combat_style":"flick","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lash","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"deflect","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"26484":{"id":26484,"name":"Abyssal tentacle (or)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":289800,"lowalch":115920,"highalch":173880,"wiki_name":"Abyssal tentacle (or)","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_tentacle_(or)","equipment":{"attack_stab":0,"attack_slash":90,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":86,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"whip","stances":[{"combat_style":"flick","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lash","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"deflect","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"26486":{"id":26486,"name":"Rune crossbow (or)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":16200,"lowalch":6480,"highalch":9720,"wiki_name":"Rune crossbow (or)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_crossbow_(or)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":90,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":6,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"26488":{"id":26488,"name":"Book of balance (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Book of balance (or)","wiki_url":"https://oldschool.runescape.wiki/w/Book_of_balance_(or)","equipment":{"attack_stab":4,"attack_slash":4,"attack_crush":4,"attack_magic":4,"attack_ranged":4,"defence_stab":4,"defence_slash":4,"defence_crush":4,"defence_magic":4,"defence_ranged":4,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":null},"price":0},"26490":{"id":26490,"name":"Book of darkness (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Book of darkness (or)","wiki_url":"https://oldschool.runescape.wiki/w/Book_of_darkness_(or)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":10,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":null},"price":0},"26492":{"id":26492,"name":"Book of law (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Book of law (or)","wiki_url":"https://oldschool.runescape.wiki/w/Book_of_law_(or)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":10,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":null},"price":0},"26494":{"id":26494,"name":"Book of war (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Book of war (or)","wiki_url":"https://oldschool.runescape.wiki/w/Book_of_war_(or)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":null},"price":0},"26496":{"id":26496,"name":"Holy book (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Holy book (or)","wiki_url":"https://oldschool.runescape.wiki/w/Holy_book_(or)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":8,"defence_slash":8,"defence_crush":8,"defence_magic":8,"defence_ranged":8,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":null},"price":0},"26498":{"id":26498,"name":"Unholy book (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Unholy book (or)","wiki_url":"https://oldschool.runescape.wiki/w/Unholy_book_(or)","equipment":{"attack_stab":8,"attack_slash":8,"attack_crush":8,"attack_magic":8,"attack_ranged":8,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"shield","requirements":null},"price":0},"26500":{"id":26500,"name":"Shattered teleport scroll","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":25000,"lowalch":10000,"highalch":15000,"wiki_name":"Shattered teleport scroll","wiki_url":"https://oldschool.runescape.wiki/w/Shattered_teleport_scroll","price":750795},"26503":{"id":26503,"name":"Shattered relics bronze trophy","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shattered relics bronze trophy","wiki_url":"https://oldschool.runescape.wiki/w/Shattered_relics_bronze_trophy","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"26505":{"id":26505,"name":"Shattered relics iron trophy","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shattered relics iron trophy","wiki_url":"https://oldschool.runescape.wiki/w/Shattered_relics_iron_trophy","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"26507":{"id":26507,"name":"Shattered relics steel trophy","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shattered relics steel trophy","wiki_url":"https://oldschool.runescape.wiki/w/Shattered_relics_steel_trophy","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"26509":{"id":26509,"name":"Shattered relics mithril trophy","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shattered relics mithril trophy","wiki_url":"https://oldschool.runescape.wiki/w/Shattered_relics_mithril_trophy","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"26511":{"id":26511,"name":"Shattered relics adamant trophy","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shattered relics adamant trophy","wiki_url":"https://oldschool.runescape.wiki/w/Shattered_relics_adamant_trophy","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"26513":{"id":26513,"name":"Shattered relics rune trophy","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shattered relics rune trophy","wiki_url":"https://oldschool.runescape.wiki/w/Shattered_relics_rune_trophy","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"26515":{"id":26515,"name":"Shattered relics dragon trophy","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shattered relics dragon trophy","wiki_url":"https://oldschool.runescape.wiki/w/Shattered_relics_dragon_trophy","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"26517":{"id":26517,"name":"Shattered cane","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Shattered cane","wiki_url":"https://oldschool.runescape.wiki/w/Shattered_cane","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":2119998},"26520":{"id":26520,"name":"Cannon base (or)","members":true,"cost":187500,"lowalch":75000,"highalch":112500,"wiki_name":"Cannon base (or)","wiki_url":"https://oldschool.runescape.wiki/w/Cannon_base_(or)","price":0},"26522":{"id":26522,"name":"Cannon stand (or)","members":true,"cost":187500,"lowalch":75000,"highalch":112500,"wiki_name":"Cannon stand (or)","wiki_url":"https://oldschool.runescape.wiki/w/Cannon_stand_(or)","price":0},"26524":{"id":26524,"name":"Cannon barrels (or)","members":true,"cost":187500,"lowalch":75000,"highalch":112500,"wiki_name":"Cannon barrels (or)","wiki_url":"https://oldschool.runescape.wiki/w/Cannon_barrels_(or)","price":0},"26526":{"id":26526,"name":"Cannon furnace (or)","members":true,"cost":187500,"lowalch":75000,"highalch":112500,"wiki_name":"Cannon furnace (or)","wiki_url":"https://oldschool.runescape.wiki/w/Cannon_furnace_(or)","price":0},"26528":{"id":26528,"name":"Shattered cannon ornament kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":25000,"lowalch":10000,"highalch":15000,"buy_limit":5,"wiki_name":"Shattered cannon ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Shattered_cannon_ornament_kit","price":1139315},"26531":{"id":26531,"name":"Mystic hat (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Mystic hat (or)","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_hat_(or)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26533":{"id":26533,"name":"Mystic robe top (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":120000,"lowalch":48000,"highalch":72000,"wiki_name":"Mystic robe top (or)","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_robe_top_(or)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":20,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":20,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"26535":{"id":26535,"name":"Mystic robe bottom (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":80000,"lowalch":32000,"highalch":48000,"wiki_name":"Mystic robe bottom (or)","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_robe_bottom_(or)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"26537":{"id":26537,"name":"Mystic gloves (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Mystic gloves (or)","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_gloves_(or)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"26539":{"id":26539,"name":"Mystic boots (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Mystic boots (or)","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_boots_(or)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"26541":{"id":26541,"name":"Shattered relics mystic ornament kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":25000,"lowalch":10000,"highalch":15000,"buy_limit":5,"wiki_name":"Shattered relics mystic ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Shattered_relics_mystic_ornament_kit","price":55779},"26544":{"id":26544,"name":"Unidentified fragment (harvesting)","cost":1,"wiki_name":"Unidentified fragment (harvesting)","wiki_url":"https://oldschool.runescape.wiki/w/Unidentified_fragment_(harvesting)","price":0},"26545":{"id":26545,"name":"Unidentified fragment (production)","cost":1,"wiki_name":"Unidentified fragment (production)","wiki_url":"https://oldschool.runescape.wiki/w/Unidentified_fragment_(production)","price":0},"26546":{"id":26546,"name":"Unidentified fragment (skilling)","cost":1,"wiki_name":"Unidentified fragment (skilling)","wiki_url":"https://oldschool.runescape.wiki/w/Unidentified_fragment_(skilling)","price":0},"26547":{"id":26547,"name":"Unidentified fragment (combat)","cost":1,"wiki_name":"Unidentified fragment (combat)","wiki_url":"https://oldschool.runescape.wiki/w/Unidentified_fragment_(combat)","price":0},"26548":{"id":26548,"name":"Unidentified fragment (misc)","cost":1,"wiki_name":"Unidentified fragment (misc)","wiki_url":"https://oldschool.runescape.wiki/w/Unidentified_fragment_(misc)","price":0},"26549":{"id":26549,"name":"Portable waystone","members":true,"equipable":true,"equipable_by_player":true,"cost":400,"lowalch":160,"highalch":240,"wiki_name":"Portable waystone","wiki_url":"https://oldschool.runescape.wiki/w/Portable_waystone","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"26551":{"id":26551,"name":"Arcane grimoire","members":true,"equipable":true,"equipable_by_player":true,"cost":400,"lowalch":160,"highalch":240,"wiki_name":"Arcane grimoire","wiki_url":"https://oldschool.runescape.wiki/w/Arcane_grimoire","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":6,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"shield","requirements":null},"price":0},"26554":{"id":26554,"name":"Shattered relic hunter (t1) armour set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Shattered relic hunter (t1) armour set","wiki_url":"https://oldschool.runescape.wiki/w/Shattered_relic_hunter_(t1)_armour_set","price":531997},"26557":{"id":26557,"name":"Shattered relic hunter (t2) armour set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Shattered relic hunter (t2) armour set","wiki_url":"https://oldschool.runescape.wiki/w/Shattered_relic_hunter_(t2)_armour_set","price":4449998},"26560":{"id":26560,"name":"Shattered relic hunter (t3) armour set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Shattered relic hunter (t3) armour set","wiki_url":"https://oldschool.runescape.wiki/w/Shattered_relic_hunter_(t3)_armour_set","price":11005061},"26567":{"id":26567,"name":"White goblin mail","equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"White goblin mail","wiki_url":"https://oldschool.runescape.wiki/w/White_goblin_mail","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"26569":{"id":26569,"name":"Pharmakos berries","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Pharmakos berries","wiki_url":"https://oldschool.runescape.wiki/w/Pharmakos_berries","price":0},"26571":{"id":26571,"name":"Ekeleshuun key","members":true,"cost":30,"wiki_name":"Ekeleshuun key","wiki_url":"https://oldschool.runescape.wiki/w/Ekeleshuun_key","price":0},"26572":{"id":26572,"name":"Narogoshuun key","members":true,"cost":30,"wiki_name":"Narogoshuun key","wiki_url":"https://oldschool.runescape.wiki/w/Narogoshuun_key","price":0},"26573":{"id":26573,"name":"Huzamogaarb key","members":true,"cost":30,"wiki_name":"Huzamogaarb key","wiki_url":"https://oldschool.runescape.wiki/w/Huzamogaarb_key","price":0},"26574":{"id":26574,"name":"Saragorgak key","members":true,"cost":30,"wiki_name":"Saragorgak key","wiki_url":"https://oldschool.runescape.wiki/w/Saragorgak_key","price":0},"26575":{"id":26575,"name":"Horogothgar key","members":true,"cost":30,"wiki_name":"Horogothgar key","wiki_url":"https://oldschool.runescape.wiki/w/Horogothgar_key","price":0},"26576":{"id":26576,"name":"Yurkolgokh key","members":true,"cost":30,"wiki_name":"Yurkolgokh key","wiki_url":"https://oldschool.runescape.wiki/w/Yurkolgokh_key","price":0},"26577":{"id":26577,"name":"Plain of mud sphere","members":true,"stackable":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Plain of mud sphere","wiki_url":"https://oldschool.runescape.wiki/w/Plain_of_mud_sphere","price":0},"26579":{"id":26579,"name":"Whitefish","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Whitefish","wiki_url":"https://oldschool.runescape.wiki/w/Whitefish","price":0},"26581":{"id":26581,"name":"Goblin potion(4)","members":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Goblin potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Goblin_potion#4_dose","price":0},"26583":{"id":26583,"name":"Goblin potion(3)","members":true,"cost":150,"lowalch":60,"highalch":90,"wiki_name":"Goblin potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Goblin_potion#3_dose","price":0},"26585":{"id":26585,"name":"Goblin potion(2)","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Goblin potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Goblin_potion#2_dose","price":0},"26587":{"id":26587,"name":"Goblin potion(1)","members":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Goblin potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Goblin_potion#1_dose","price":0},"26589":{"id":26589,"name":"Snothead's bone","members":true,"cost":30,"wiki_name":"Snothead's bone","wiki_url":"https://oldschool.runescape.wiki/w/Snothead's_bone","price":0},"26590":{"id":26590,"name":"Snailfeet's bone","members":true,"cost":30,"wiki_name":"Snailfeet's bone","wiki_url":"https://oldschool.runescape.wiki/w/Snailfeet's_bone","price":0},"26591":{"id":26591,"name":"Mosschin's bone","members":true,"cost":30,"wiki_name":"Mosschin's bone","wiki_url":"https://oldschool.runescape.wiki/w/Mosschin's_bone","price":0},"26592":{"id":26592,"name":"Redeyes' bone","members":true,"cost":30,"wiki_name":"Redeyes' bone","wiki_url":"https://oldschool.runescape.wiki/w/Redeyes'_bone","price":0},"26593":{"id":26593,"name":"Strongbones' bone","members":true,"cost":30,"wiki_name":"Strongbones' bone","wiki_url":"https://oldschool.runescape.wiki/w/Strongbones'_bone","price":0},"26594":{"id":26594,"name":"Grubfoot","incomplete":true,"members":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"26595":{"id":26595,"name":"Zanik","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Zanik (unobtainable item) (Land of the Goblins)","wiki_url":"https://oldschool.runescape.wiki/w/Zanik_(unobtainable_item)#Land_of_the_Goblins","price":0},"26596":{"id":26596,"name":"Notes","cost":0,"wiki_name":"Notes (2022 Birthday event)","wiki_url":"https://oldschool.runescape.wiki/w/Notes_(2022_Birthday_event)","price":0},"26598":{"id":26598,"name":"Desert bait","cost":3,"lowalch":1,"highalch":1,"wiki_name":"Desert bait","wiki_url":"https://oldschool.runescape.wiki/w/Desert_bait","price":0},"26600":{"id":26600,"name":"Tiny fish","cost":10,"lowalch":4,"highalch":6,"wiki_name":"Tiny fish","wiki_url":"https://oldschool.runescape.wiki/w/Tiny_fish","price":0},"26602":{"id":26602,"name":"Osman's report","tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Osman's report","wiki_url":"https://oldschool.runescape.wiki/w/Osman's_report","price":0},"26605":{"id":26605,"name":"Treasure clue one","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Treasure clue one","wiki_url":"https://oldschool.runescape.wiki/w/Treasure_clue_one","price":0},"26607":{"id":26607,"name":"Treasure clue two","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Treasure clue two","wiki_url":"https://oldschool.runescape.wiki/w/Treasure_clue_two","price":0},"26609":{"id":26609,"name":"Treasure clue three","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Treasure clue three","wiki_url":"https://oldschool.runescape.wiki/w/Treasure_clue_three","price":0},"26611":{"id":26611,"name":"Zeke's challenge scroll","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Zeke's challenge scroll","wiki_url":"https://oldschool.runescape.wiki/w/Zeke's_challenge_scroll","price":0},"26613":{"id":26613,"name":"Capt' arnav's chest","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Capt' arnav's chest","wiki_url":"https://oldschool.runescape.wiki/w/Capt'_arnav's_chest","price":0},"26615":{"id":26615,"name":"Bucket (cookout)","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bucket (cookout)","wiki_url":"https://oldschool.runescape.wiki/w/Bucket_(cookout)","price":0},"26617":{"id":26617,"name":"Bucket of water (cookout)","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bucket of water (cookout)","wiki_url":"https://oldschool.runescape.wiki/w/Bucket_of_water_(cookout)","price":0},"26619":{"id":26619,"name":"Pot (cookout)","tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pot (cookout)","wiki_url":"https://oldschool.runescape.wiki/w/Pot_(cookout)","price":0},"26621":{"id":26621,"name":"Pot of flour (cookout)","cost":10,"lowalch":4,"highalch":6,"wiki_name":"Pot of flour (cookout)","wiki_url":"https://oldschool.runescape.wiki/w/Pot_of_flour_(cookout)","price":0},"26623":{"id":26623,"name":"Tomato (cookout)","cost":4,"lowalch":1,"highalch":2,"wiki_name":"Tomato (cookout)","wiki_url":"https://oldschool.runescape.wiki/w/Tomato_(cookout)","price":0},"26625":{"id":26625,"name":"Cheese (cookout)","cost":4,"lowalch":1,"highalch":2,"wiki_name":"Cheese (cookout)","wiki_url":"https://oldschool.runescape.wiki/w/Cheese_(cookout)","price":0},"26627":{"id":26627,"name":"Banana (cookout)","cost":2,"lowalch":0,"highalch":1,"wiki_name":"Banana (cookout)","wiki_url":"https://oldschool.runescape.wiki/w/Banana_(cookout)","price":0},"26629":{"id":26629,"name":"Pizza base (cookout)","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pizza base (cookout)","wiki_url":"https://oldschool.runescape.wiki/w/Pizza_base_(cookout)","price":0},"26631":{"id":26631,"name":"Incomplete pizza (cookout)","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Incomplete pizza (cookout)","wiki_url":"https://oldschool.runescape.wiki/w/Incomplete_pizza_(cookout)","price":0},"26633":{"id":26633,"name":"Uncooked pizza (cookout)","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Uncooked pizza (cookout)","wiki_url":"https://oldschool.runescape.wiki/w/Uncooked_pizza_(cookout)","price":0},"26635":{"id":26635,"name":"Plain pizza (cookout)","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Plain pizza (cookout)","wiki_url":"https://oldschool.runescape.wiki/w/Plain_pizza_(cookout)","price":0},"26637":{"id":26637,"name":"Burnt pizza (cookout)","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt pizza (cookout)","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_pizza_(cookout)","price":0},"26639":{"id":26639,"name":"Bread dough (cookout)","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bread dough (cookout)","wiki_url":"https://oldschool.runescape.wiki/w/Bread_dough_(cookout)","price":0},"26641":{"id":26641,"name":"Bread (cookout)","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bread (cookout)","wiki_url":"https://oldschool.runescape.wiki/w/Bread_(cookout)","price":0},"26643":{"id":26643,"name":"Burnt bread (cookout)","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt bread (cookout)","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_bread_(cookout)","price":0},"26645":{"id":26645,"name":"Banana pizza (cookout)","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Banana pizza (cookout)","wiki_url":"https://oldschool.runescape.wiki/w/Banana_pizza_(cookout)","price":0},"26647":{"id":26647,"name":"Burnt banana pizza (cookout)","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt banana pizza (cookout)","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_banana_pizza_(cookout)","price":0},"26649":{"id":26649,"name":"Skis","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Skis","wiki_url":"https://oldschool.runescape.wiki/w/Skis","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"unarmed","stances":[{"combat_style":"punch","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"kick","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"26651":{"id":26651,"name":"Loot key","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Loot key","wiki_url":"https://oldschool.runescape.wiki/w/Loot_key","price":0},"26656":{"id":26656,"name":"Shoe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shoe (unobtainable item) (Male Elven Brown)","wiki_url":"https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Male_Elven_Brown","price":0},"26657":{"id":26657,"name":"Shoe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shoe (unobtainable item) (Male Elven Khaki)","wiki_url":"https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Male_Elven_Khaki","price":0},"26658":{"id":26658,"name":"Shoe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shoe (unobtainable item) (Male Elven Ashen)","wiki_url":"https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Male_Elven_Ashen","price":0},"26659":{"id":26659,"name":"Shoe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shoe (unobtainable item) (Male Elven Dark)","wiki_url":"https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Male_Elven_Dark","price":0},"26660":{"id":26660,"name":"Shoe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shoe (unobtainable item) (Male Elven Terracotta)","wiki_url":"https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Male_Elven_Terracotta","price":0},"26661":{"id":26661,"name":"Shoe.","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shoe (unobtainable item) (Male Elven Grey)","wiki_url":"https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Male_Elven_Grey","price":0},"26662":{"id":26662,"name":"Shoe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shoe (unobtainable item) (Female Basic Brown)","wiki_url":"https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Female_Basic_Brown","price":0},"26663":{"id":26663,"name":"Shoe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shoe (unobtainable item) (Female Basic Khaki)","wiki_url":"https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Female_Basic_Khaki","price":0},"26664":{"id":26664,"name":"Shoe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shoe (unobtainable item) (Female Basic Ashen)","wiki_url":"https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Female_Basic_Ashen","price":0},"26665":{"id":26665,"name":"Shoe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shoe (unobtainable item) (Female Basic Dark)","wiki_url":"https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Female_Basic_Dark","price":0},"26666":{"id":26666,"name":"Shoe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shoe (unobtainable item) (Female Basic Terracotta)","wiki_url":"https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Female_Basic_Terracotta","price":0},"26667":{"id":26667,"name":"Shoe.","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shoe (unobtainable item) (Female Basic Grey)","wiki_url":"https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Female_Basic_Grey","price":0},"26668":{"id":26668,"name":"Shoe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shoe (unobtainable item) (Female Elven Brown)","wiki_url":"https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Female_Elven_Brown","price":0},"26669":{"id":26669,"name":"Shoe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shoe (unobtainable item) (Female Elven Khaki)","wiki_url":"https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Female_Elven_Khaki","price":0},"26670":{"id":26670,"name":"Shoe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shoe (unobtainable item) (Female Elven Ashen)","wiki_url":"https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Female_Elven_Ashen","price":0},"26671":{"id":26671,"name":"Shoe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shoe (unobtainable item) (Female Elven Dark)","wiki_url":"https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Female_Elven_Dark","price":0},"26672":{"id":26672,"name":"Shoe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shoe (unobtainable item) (Female Elven Terracotta)","wiki_url":"https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Female_Elven_Terracotta","price":0},"26673":{"id":26673,"name":"Shoe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shoe (unobtainable item) (Female Elven Grey)","wiki_url":"https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Female_Elven_Grey","price":0},"26674":{"id":26674,"name":"Slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Slayer helmet (i) (Emir's Arena)","wiki_url":"https://oldschool.runescape.wiki/w/Slayer_helmet_(i)#Emir's_Arena","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":0},"26675":{"id":26675,"name":"Black slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Black slayer helmet (i) (Emir's Arena)","wiki_url":"https://oldschool.runescape.wiki/w/Black_slayer_helmet_(i)#Emir's_Arena","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":0},"26676":{"id":26676,"name":"Green slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Green slayer helmet (i) (Emir's Arena)","wiki_url":"https://oldschool.runescape.wiki/w/Green_slayer_helmet_(i)#Emir's_Arena","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":0},"26677":{"id":26677,"name":"Red slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Red slayer helmet (i) (Emir's Arena)","wiki_url":"https://oldschool.runescape.wiki/w/Red_slayer_helmet_(i)#Emir's_Arena","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":0},"26678":{"id":26678,"name":"Purple slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Purple slayer helmet (i) (Emir's Arena)","wiki_url":"https://oldschool.runescape.wiki/w/Purple_slayer_helmet_(i)#Emir's_Arena","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":0},"26679":{"id":26679,"name":"Turquoise slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Turquoise slayer helmet (i) (Emir's Arena)","wiki_url":"https://oldschool.runescape.wiki/w/Turquoise_slayer_helmet_(i)#Emir's_Arena","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":0},"26680":{"id":26680,"name":"Hydra slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Hydra slayer helmet (i) (Emir's Arena)","wiki_url":"https://oldschool.runescape.wiki/w/Hydra_slayer_helmet_(i)#Emir's_Arena","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":0},"26681":{"id":26681,"name":"Twisted slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Twisted slayer helmet (i) (Emir's Arena)","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_slayer_helmet_(i)#Emir's_Arena","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":0},"26682":{"id":26682,"name":"Tztok slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Tztok slayer helmet (i) (Emir's Arena)","wiki_url":"https://oldschool.runescape.wiki/w/Tztok_slayer_helmet_(i)#Emir's_Arena","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":0},"26683":{"id":26683,"name":"Vampyric slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Vampyric slayer helmet (i) (Emir's Arena)","wiki_url":"https://oldschool.runescape.wiki/w/Vampyric_slayer_helmet_(i)#Emir's_Arena","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":0},"26684":{"id":26684,"name":"Tzkal slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Tzkal slayer helmet (i) (Emir's Arena)","wiki_url":"https://oldschool.runescape.wiki/w/Tzkal_slayer_helmet_(i)#Emir's_Arena","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"defence":10}},"price":0},"26685":{"id":26685,"name":"Granite ring (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Granite ring (i) (Emir's Arena)","wiki_url":"https://oldschool.runescape.wiki/w/Granite_ring_(i)#Emir's_Arena","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":4,"defence_slash":4,"defence_crush":4,"defence_magic":-4,"defence_ranged":16,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":{"defence":50,"strength":50}},"price":0},"26686":{"id":26686,"name":"Maoma's med helm (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Maoma's med helm (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Maoma's_med_helm#Broken","price":0},"26687":{"id":26687,"name":"Maoma's full helm (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Maoma's full helm (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Maoma's_full_helm#Broken","price":0},"26688":{"id":26688,"name":"Maoma's great helm (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Maoma's great helm (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Maoma's_great_helm#Broken","price":0},"26689":{"id":26689,"name":"Calamity chest (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Calamity chest (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Calamity_chest#Broken","price":0},"26690":{"id":26690,"name":"Superior calamity chest (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Superior calamity chest (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Superior_calamity_chest#Broken","price":0},"26691":{"id":26691,"name":"Elite calamity chest (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Elite calamity chest (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Elite_calamity_chest#Broken","price":0},"26692":{"id":26692,"name":"Calamity breeches (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Calamity breeches (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Calamity_breeches#Broken","price":0},"26693":{"id":26693,"name":"Superior calamity breeches (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Superior calamity breeches (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Superior_calamity_breeches#Broken","price":0},"26694":{"id":26694,"name":"Elite calamity breeches (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Elite calamity breeches (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Elite_calamity_breeches#Broken","price":0},"26695":{"id":26695,"name":"Centurion cuirass (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Centurion cuirass (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Centurion_cuirass#Broken","price":0},"26696":{"id":26696,"name":"Wristbands of the arena (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wristbands of the arena (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Wristbands_of_the_arena#Broken","price":0},"26697":{"id":26697,"name":"Hardened wristbands of the arena (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Wristbands of the arena (i) (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Wristbands_of_the_arena_(i)#Broken","price":0},"26698":{"id":26698,"name":"Koriff's headband (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Koriff's headband (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Koriff's_headband#Broken","price":0},"26699":{"id":26699,"name":"Koriff's cowl (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Koriff's cowl (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Koriff's_cowl#Broken","price":0},"26700":{"id":26700,"name":"Koriff's coif (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Koriff's coif (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Koriff's_coif#Broken","price":0},"26701":{"id":26701,"name":"Saika's hood (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Saika's hood (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Saika's_hood#Broken","price":0},"26702":{"id":26702,"name":"Saika's veil (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Saika's veil (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Saika's_veil#Broken","price":0},"26703":{"id":26703,"name":"Saika's shroud (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Saika's shroud (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Saika's_shroud#Broken","price":0},"26705":{"id":26705,"name":"Blighted surge sack","members":true,"stackable":true,"cost":45,"wiki_name":"Blighted surge sack","wiki_url":"https://oldschool.runescape.wiki/w/Blighted_surge_sack","price":0},"26706":{"id":26706,"name":"Scroll of imbuing","members":true,"stackable":true,"cost":100,"wiki_name":"Scroll of imbuing","wiki_url":"https://oldschool.runescape.wiki/w/Scroll_of_imbuing","price":0},"26707":{"id":26707,"name":"Dragon claws ornament kit","members":true,"cost":5000,"wiki_name":"Dragon claws ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_claws_ornament_kit","price":0},"26708":{"id":26708,"name":"Dragon claws (or)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":205000,"lowalch":82000,"highalch":123000,"wiki_name":"Dragon claws (or)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_claws_(or)","equipment":{"attack_stab":41,"attack_slash":57,"attack_crush":-4,"attack_magic":0,"attack_ranged":0,"defence_stab":13,"defence_slash":26,"defence_crush":7,"defence_magic":0,"defence_ranged":0,"melee_strength":56,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"claw","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"26709":{"id":26709,"name":"Dragon warhammer ornament kit","members":true,"cost":5000,"wiki_name":"Dragon warhammer ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_warhammer_ornament_kit","price":0},"26710":{"id":26710,"name":"Dragon warhammer (or)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":120000,"lowalch":48000,"highalch":72000,"wiki_name":"Dragon warhammer (or)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_warhammer_(or)","equipment":{"attack_stab":-4,"attack_slash":-4,"attack_crush":95,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":85,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":6,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"26711":{"id":26711,"name":"Heavy ballista ornament kit","members":true,"cost":5000,"wiki_name":"Heavy ballista ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Heavy_ballista_ornament_kit","price":0},"26712":{"id":26712,"name":"Heavy ballista (or)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":950000,"lowalch":380000,"highalch":570000,"wiki_name":"Heavy ballista (or)","wiki_url":"https://oldschool.runescape.wiki/w/Heavy_ballista_(or)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":125,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":15,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":7,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"26713":{"id":26713,"name":"Armadyl armour ornament kit","members":true,"cost":5000,"wiki_name":"Armadyl armour ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_armour_ornament_kit","price":0},"26714":{"id":26714,"name":"Armadyl helmet (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":289000,"lowalch":115600,"highalch":173400,"wiki_name":"Armadyl helmet (or)","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_helmet_(or)","equipment":{"attack_stab":-5,"attack_slash":-5,"attack_crush":-5,"attack_magic":-5,"attack_ranged":10,"defence_stab":6,"defence_slash":8,"defence_crush":10,"defence_magic":10,"defence_ranged":8,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"head","requirements":null},"price":0},"26715":{"id":26715,"name":"Armadyl chestplate (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":290000,"lowalch":116000,"highalch":174000,"wiki_name":"Armadyl chestplate (or)","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_chestplate_(or)","equipment":{"attack_stab":-7,"attack_slash":-7,"attack_crush":-7,"attack_magic":-15,"attack_ranged":33,"defence_stab":56,"defence_slash":48,"defence_crush":61,"defence_magic":70,"defence_ranged":57,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"body","requirements":null},"price":0},"26716":{"id":26716,"name":"Armadyl chainskirt (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":289900,"lowalch":115960,"highalch":173940,"wiki_name":"Armadyl chainskirt (or)","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_chainskirt_(or)","equipment":{"attack_stab":-6,"attack_slash":-6,"attack_crush":-6,"attack_magic":-10,"attack_ranged":20,"defence_stab":32,"defence_slash":26,"defence_crush":34,"defence_magic":40,"defence_ranged":33,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"legs","requirements":null},"price":0},"26717":{"id":26717,"name":"Bandos armour ornament kit","members":true,"cost":5000,"wiki_name":"Bandos armour ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_armour_ornament_kit","price":0},"26718":{"id":26718,"name":"Bandos chestplate (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":290010,"lowalch":116004,"highalch":174006,"wiki_name":"Bandos chestplate (or)","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_chestplate_(or)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":-10,"defence_stab":98,"defence_slash":93,"defence_crush":105,"defence_magic":-6,"defence_ranged":133,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"body","requirements":null},"price":0},"26719":{"id":26719,"name":"Bandos tassets (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":289910,"lowalch":115964,"highalch":173946,"wiki_name":"Bandos tassets (or)","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_tassets_(or)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-7,"defence_stab":71,"defence_slash":63,"defence_crush":66,"defence_magic":-4,"defence_ranged":93,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"legs","requirements":null},"price":0},"26720":{"id":26720,"name":"Bandos boots (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":289010,"lowalch":115604,"highalch":173406,"wiki_name":"Bandos boots (or)","wiki_url":"https://oldschool.runescape.wiki/w/Bandos_boots_(or)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-5,"attack_ranged":-3,"defence_stab":17,"defence_slash":18,"defence_crush":19,"defence_magic":0,"defence_ranged":15,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"feet","requirements":null},"price":0},"26721":{"id":26721,"name":"Centurion cuirass","members":true,"equipable":true,"equipable_by_player":true,"cost":79006,"lowalch":31602,"highalch":47403,"wiki_name":"Centurion cuirass (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Centurion_cuirass#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-40,"attack_ranged":0,"defence_stab":72,"defence_slash":91,"defence_crush":70,"defence_magic":-10,"defence_ranged":7,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"26722":{"id":26722,"name":"Centurion cuirass (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":79006,"lowalch":31602,"highalch":47403,"wiki_name":"Centurion cuirass (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Centurion_cuirass#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-40,"attack_ranged":0,"defence_stab":72,"defence_slash":91,"defence_crush":70,"defence_magic":-10,"defence_ranged":7,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"26723":{"id":26723,"name":"Wristbands of the arena","members":true,"equipable":true,"equipable_by_player":true,"cost":85000,"lowalch":34000,"highalch":51000,"wiki_name":"Wristbands of the arena (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Wristbands_of_the_arena#Normal","equipment":{"attack_stab":12,"attack_slash":12,"attack_crush":12,"attack_magic":6,"attack_ranged":12,"defence_stab":12,"defence_slash":12,"defence_crush":12,"defence_magic":6,"defence_ranged":12,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"26724":{"id":26724,"name":"Wristbands of the arena (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":85002,"lowalch":34000,"highalch":51001,"wiki_name":"Wristbands of the arena (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Wristbands_of_the_arena#Locked","equipment":{"attack_stab":12,"attack_slash":12,"attack_crush":12,"attack_magic":6,"attack_ranged":12,"defence_stab":12,"defence_slash":12,"defence_crush":12,"defence_magic":6,"defence_ranged":12,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"26725":{"id":26725,"name":"Wristbands of the arena (c)","members":true,"equipable":true,"equipable_by_player":true,"cost":85001,"lowalch":34000,"highalch":51000,"wiki_name":"Wristbands of the arena (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Wristbands_of_the_arena#Charged","equipment":{"attack_stab":12,"attack_slash":12,"attack_crush":12,"attack_magic":6,"attack_ranged":12,"defence_stab":12,"defence_slash":12,"defence_crush":12,"defence_magic":6,"defence_ranged":12,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"26726":{"id":26726,"name":"Wristbands of the arena (cl)","members":true,"equipable":true,"equipable_by_player":true,"cost":85008,"lowalch":34003,"highalch":51004,"wiki_name":"Wristbands of the arena (Charged and Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Wristbands_of_the_arena#Charged_and_Locked","equipment":{"attack_stab":12,"attack_slash":12,"attack_crush":12,"attack_magic":6,"attack_ranged":12,"defence_stab":12,"defence_slash":12,"defence_crush":12,"defence_magic":6,"defence_ranged":12,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"26727":{"id":26727,"name":"Wristbands of the arena (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":86000,"lowalch":34400,"highalch":51600,"wiki_name":"Wristbands of the arena (i) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Wristbands_of_the_arena_(i)#Normal","equipment":{"attack_stab":14,"attack_slash":13,"attack_crush":15,"attack_magic":7,"attack_ranged":13,"defence_stab":12,"defence_slash":12,"defence_crush":12,"defence_magic":6,"defence_ranged":12,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"26728":{"id":26728,"name":"Wristbands of the arena (il)","members":true,"equipable":true,"equipable_by_player":true,"cost":86002,"lowalch":34400,"highalch":51601,"wiki_name":"Wristbands of the arena (i) (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Wristbands_of_the_arena_(i)#Locked","equipment":{"attack_stab":14,"attack_slash":13,"attack_crush":15,"attack_magic":7,"attack_ranged":13,"defence_stab":12,"defence_slash":12,"defence_crush":12,"defence_magic":6,"defence_ranged":12,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"26729":{"id":26729,"name":"Wristbands of the arena (ic)","members":true,"equipable":true,"equipable_by_player":true,"cost":86001,"lowalch":34400,"highalch":51600,"wiki_name":"Wristbands of the arena (i) (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Wristbands_of_the_arena_(i)#Charged","equipment":{"attack_stab":14,"attack_slash":13,"attack_crush":15,"attack_magic":7,"attack_ranged":13,"defence_stab":12,"defence_slash":12,"defence_crush":12,"defence_magic":6,"defence_ranged":12,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"26730":{"id":26730,"name":"Wristbands of the arena (ilc)","members":true,"equipable":true,"equipable_by_player":true,"cost":86003,"lowalch":34401,"highalch":51601,"wiki_name":"Wristbands of the arena (i) (Charged and Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Wristbands_of_the_arena_(i)#Charged_and_Locked","equipment":{"attack_stab":14,"attack_slash":13,"attack_crush":15,"attack_magic":7,"attack_ranged":13,"defence_stab":12,"defence_slash":12,"defence_crush":12,"defence_magic":6,"defence_ranged":12,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"26731":{"id":26731,"name":"Saika's hood","members":true,"equipable":true,"equipable_by_player":true,"cost":11500,"lowalch":4600,"highalch":6900,"wiki_name":"Saika's hood (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Saika's_hood#Normal","equipment":{"attack_stab":-20,"attack_slash":-20,"attack_crush":-20,"attack_magic":10,"attack_ranged":-2,"defence_stab":10,"defence_slash":10,"defence_crush":10,"defence_magic":0,"defence_ranged":-10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26732":{"id":26732,"name":"Saika's hood (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":11500,"lowalch":4600,"highalch":6900,"wiki_name":"Saika's hood (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Saika's_hood#Locked","equipment":{"attack_stab":-20,"attack_slash":-20,"attack_crush":-20,"attack_magic":10,"attack_ranged":-2,"defence_stab":10,"defence_slash":10,"defence_crush":10,"defence_magic":0,"defence_ranged":-10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26733":{"id":26733,"name":"Saika's veil","members":true,"equipable":true,"equipable_by_player":true,"cost":16500,"lowalch":6600,"highalch":9900,"wiki_name":"Saika's veil (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Saika's_veil#Normal","equipment":{"attack_stab":-40,"attack_slash":-40,"attack_crush":-40,"attack_magic":14,"attack_ranged":-40,"defence_stab":15,"defence_slash":15,"defence_crush":15,"defence_magic":0,"defence_ranged":-15,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26734":{"id":26734,"name":"Saika's veil (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":16500,"lowalch":6600,"highalch":9900,"wiki_name":"Saika's veil (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Saika's_veil#Locked","equipment":{"attack_stab":-40,"attack_slash":-40,"attack_crush":-40,"attack_magic":14,"attack_ranged":-40,"defence_stab":15,"defence_slash":15,"defence_crush":15,"defence_magic":0,"defence_ranged":-15,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26735":{"id":26735,"name":"Saika's shroud","members":true,"equipable":true,"equipable_by_player":true,"cost":21500,"lowalch":8600,"highalch":12900,"wiki_name":"Saika's shroud (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Saika's_shroud#Normal","equipment":{"attack_stab":-60,"attack_slash":-60,"attack_crush":-60,"attack_magic":18,"attack_ranged":-60,"defence_stab":20,"defence_slash":20,"defence_crush":20,"defence_magic":0,"defence_ranged":-25,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26736":{"id":26736,"name":"Saika's shroud (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":21500,"lowalch":8600,"highalch":12900,"wiki_name":"Saika's shroud (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Saika's_shroud#Locked","equipment":{"attack_stab":-60,"attack_slash":-60,"attack_crush":-60,"attack_magic":18,"attack_ranged":-60,"defence_stab":20,"defence_slash":20,"defence_crush":20,"defence_magic":0,"defence_ranged":-25,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26737":{"id":26737,"name":"Koriff's headband","members":true,"equipable":true,"equipable_by_player":true,"cost":11500,"lowalch":4600,"highalch":6900,"wiki_name":"Koriff's headband (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Koriff's_headband#Normal","equipment":{"attack_stab":-20,"attack_slash":-20,"attack_crush":-20,"attack_magic":-20,"attack_ranged":10,"defence_stab":-10,"defence_slash":-10,"defence_crush":-10,"defence_magic":10,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26738":{"id":26738,"name":"Koriff's headband (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":11500,"lowalch":4600,"highalch":6900,"wiki_name":"Koriff's headband (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Koriff's_headband#Locked","equipment":{"attack_stab":-20,"attack_slash":-20,"attack_crush":-20,"attack_magic":-20,"attack_ranged":10,"defence_stab":-10,"defence_slash":-10,"defence_crush":-10,"defence_magic":10,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26739":{"id":26739,"name":"Koriff's cowl","members":true,"equipable":true,"equipable_by_player":true,"cost":16500,"lowalch":6600,"highalch":9900,"wiki_name":"Koriff's cowl (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Koriff's_cowl#Normal","equipment":{"attack_stab":-40,"attack_slash":-40,"attack_crush":-40,"attack_magic":-40,"attack_ranged":14,"defence_stab":-15,"defence_slash":-15,"defence_crush":-15,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26740":{"id":26740,"name":"Koriff's cowl (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":16500,"lowalch":6600,"highalch":9900,"wiki_name":"Koriff's cowl (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Koriff's_cowl#Locked","equipment":{"attack_stab":-40,"attack_slash":-40,"attack_crush":-40,"attack_magic":-40,"attack_ranged":14,"defence_stab":-15,"defence_slash":-15,"defence_crush":-15,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26741":{"id":26741,"name":"Koriff's coif","members":true,"equipable":true,"equipable_by_player":true,"cost":21500,"lowalch":8600,"highalch":12900,"wiki_name":"Koriff's coif (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Koriff's_coif#Normal","equipment":{"attack_stab":-60,"attack_slash":-60,"attack_crush":-60,"attack_magic":-60,"attack_ranged":18,"defence_stab":-25,"defence_slash":-25,"defence_crush":-25,"defence_magic":20,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26742":{"id":26742,"name":"Koriff's coif (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":21500,"lowalch":8600,"highalch":12900,"wiki_name":"Koriff's coif (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Koriff's_coif#Locked","equipment":{"attack_stab":-60,"attack_slash":-60,"attack_crush":-60,"attack_magic":-60,"attack_ranged":18,"defence_stab":-25,"defence_slash":-25,"defence_crush":-25,"defence_magic":20,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26743":{"id":26743,"name":"Maoma's med helm","members":true,"equipable":true,"equipable_by_player":true,"cost":11500,"lowalch":4600,"highalch":6900,"wiki_name":"Maoma's med helm (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Maoma's_med_helm#Normal","equipment":{"attack_stab":6,"attack_slash":6,"attack_crush":6,"attack_magic":-20,"attack_ranged":-20,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":-10,"defence_ranged":10,"melee_strength":1,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26744":{"id":26744,"name":"Maoma's med helm (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":11500,"lowalch":4600,"highalch":6900,"wiki_name":"Maoma's med helm (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Maoma's_med_helm#Locked","equipment":{"attack_stab":6,"attack_slash":6,"attack_crush":6,"attack_magic":-20,"attack_ranged":-20,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":-10,"defence_ranged":10,"melee_strength":1,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26745":{"id":26745,"name":"Maoma's full helm","members":true,"equipable":true,"equipable_by_player":true,"cost":16500,"lowalch":6600,"highalch":9900,"wiki_name":"Maoma's full helm (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Maoma's_full_helm#Normal","equipment":{"attack_stab":8,"attack_slash":8,"attack_crush":8,"attack_magic":-40,"attack_ranged":-40,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":-15,"defence_ranged":15,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26746":{"id":26746,"name":"Maoma's full helm (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":16500,"lowalch":6600,"highalch":9900,"wiki_name":"Maoma's full helm (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Maoma's_full_helm#Locked","equipment":{"attack_stab":8,"attack_slash":8,"attack_crush":8,"attack_magic":-40,"attack_ranged":-40,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":-15,"defence_ranged":15,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26747":{"id":26747,"name":"Maoma's great helm","members":true,"equipable":true,"equipable_by_player":true,"cost":21500,"lowalch":8600,"highalch":12900,"wiki_name":"Maoma's great helm (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Maoma's_great_helm#Normal","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":10,"attack_magic":-60,"attack_ranged":-60,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":-25,"defence_ranged":25,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26748":{"id":26748,"name":"Maoma's great helm (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":21500,"lowalch":8600,"highalch":12900,"wiki_name":"Maoma's great helm (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Maoma's_great_helm#Locked","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":10,"attack_magic":-60,"attack_ranged":-60,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":-25,"defence_ranged":25,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26749":{"id":26749,"name":"Calamity chest","members":true,"equipable":true,"equipable_by_player":true,"cost":75000,"lowalch":30000,"highalch":45000,"wiki_name":"Calamity chest (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Calamity_chest#Normal","equipment":{"attack_stab":4,"attack_slash":4,"attack_crush":4,"attack_magic":8,"attack_ranged":11,"defence_stab":6,"defence_slash":7,"defence_crush":10,"defence_magic":12,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"26750":{"id":26750,"name":"Calamity chest (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":75000,"lowalch":30000,"highalch":45000,"wiki_name":"Calamity chest (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Calamity_chest#Locked","equipment":{"attack_stab":4,"attack_slash":4,"attack_crush":4,"attack_magic":8,"attack_ranged":11,"defence_stab":6,"defence_slash":7,"defence_crush":10,"defence_magic":12,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"26751":{"id":26751,"name":"Superior calamity chest","members":true,"equipable":true,"equipable_by_player":true,"cost":100000,"lowalch":40000,"highalch":60000,"wiki_name":"Superior calamity chest (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Superior_calamity_chest#Normal","equipment":{"attack_stab":5,"attack_slash":5,"attack_crush":5,"attack_magic":12,"attack_ranged":16,"defence_stab":47,"defence_slash":51,"defence_crush":54,"defence_magic":28,"defence_ranged":48,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"26752":{"id":26752,"name":"Superior calamity chest (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":100000,"lowalch":40000,"highalch":60000,"wiki_name":"Superior calamity chest (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Superior_calamity_chest#Locked","equipment":{"attack_stab":5,"attack_slash":5,"attack_crush":5,"attack_magic":12,"attack_ranged":16,"defence_stab":47,"defence_slash":51,"defence_crush":54,"defence_magic":28,"defence_ranged":48,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"26753":{"id":26753,"name":"Elite calamity chest","members":true,"equipable":true,"equipable_by_player":true,"cost":125000,"lowalch":50000,"highalch":75000,"wiki_name":"Elite calamity chest (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Elite_calamity_chest#Normal","equipment":{"attack_stab":6,"attack_slash":6,"attack_crush":6,"attack_magic":16,"attack_ranged":21,"defence_stab":66,"defence_slash":63,"defence_crush":66,"defence_magic":36,"defence_ranged":64,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"26754":{"id":26754,"name":"Elite calamity chest (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":125000,"lowalch":50000,"highalch":75000,"wiki_name":"Elite calamity chest (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Elite_calamity_chest#Locked","equipment":{"attack_stab":6,"attack_slash":6,"attack_crush":6,"attack_magic":16,"attack_ranged":21,"defence_stab":66,"defence_slash":63,"defence_crush":66,"defence_magic":36,"defence_ranged":64,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"26755":{"id":26755,"name":"Calamity breeches","members":true,"equipable":true,"equipable_by_player":true,"cost":75000,"lowalch":30000,"highalch":45000,"wiki_name":"Calamity breeches (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Calamity_breeches#Normal","equipment":{"attack_stab":2,"attack_slash":2,"attack_crush":2,"attack_magic":5,"attack_ranged":8,"defence_stab":4,"defence_slash":5,"defence_crush":8,"defence_magic":8,"defence_ranged":8,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"26756":{"id":26756,"name":"Calamity breeches (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":75000,"lowalch":30000,"highalch":45000,"wiki_name":"Calamity breeches (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Calamity_breeches#Locked","equipment":{"attack_stab":2,"attack_slash":2,"attack_crush":2,"attack_magic":5,"attack_ranged":8,"defence_stab":4,"defence_slash":5,"defence_crush":8,"defence_magic":8,"defence_ranged":8,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"26757":{"id":26757,"name":"Superior calamity breeches","members":true,"equipable":true,"equipable_by_player":true,"cost":100000,"lowalch":40000,"highalch":60000,"wiki_name":"Superior calamity breeches (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Superior_calamity_breeches#Normal","equipment":{"attack_stab":3,"attack_slash":3,"attack_crush":3,"attack_magic":8,"attack_ranged":11,"defence_stab":32,"defence_slash":34,"defence_crush":36,"defence_magic":20,"defence_ranged":32,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"26758":{"id":26758,"name":"Superior calamity breeches (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":100000,"lowalch":40000,"highalch":60000,"wiki_name":"Superior calamity breeches (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Superior_calamity_breeches#Locked","equipment":{"attack_stab":3,"attack_slash":3,"attack_crush":3,"attack_magic":8,"attack_ranged":11,"defence_stab":32,"defence_slash":34,"defence_crush":36,"defence_magic":20,"defence_ranged":32,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"26759":{"id":26759,"name":"Elite calamity breeches","members":true,"equipable":true,"equipable_by_player":true,"cost":125000,"lowalch":50000,"highalch":75000,"wiki_name":"Elite calamity breeches (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Elite_calamity_breeches#Normal","equipment":{"attack_stab":4,"attack_slash":4,"attack_crush":4,"attack_magic":11,"attack_ranged":14,"defence_stab":44,"defence_slash":43,"defence_crush":44,"defence_magic":24,"defence_ranged":44,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"26760":{"id":26760,"name":"Elite calamity breeches (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":125000,"lowalch":50000,"highalch":75000,"wiki_name":"Elite calamity breeches (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Elite_calamity_breeches#Locked","equipment":{"attack_stab":4,"attack_slash":4,"attack_crush":4,"attack_magic":11,"attack_ranged":14,"defence_stab":44,"defence_slash":43,"defence_crush":44,"defence_magic":24,"defence_ranged":44,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"26763":{"id":26763,"name":"Salve amulet(i)","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Salve amulet(i) (Emir's Arena)","wiki_url":"https://oldschool.runescape.wiki/w/Salve_amulet(i)#Emir's_Arena","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"neck","requirements":null},"price":0},"26764":{"id":26764,"name":"Ring of the gods (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Ring of the gods (i) (Emir's Arena)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_the_gods_(i)#Emir's_Arena","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":1,"defence_ranged":1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":8,"slot":"ring","requirements":null},"price":0},"26765":{"id":26765,"name":"Tyrannical ring (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Tyrannical ring (i) (Emir's Arena)","wiki_url":"https://oldschool.runescape.wiki/w/Tyrannical_ring_(i)#Emir's_Arena","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":8,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":8,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"26766":{"id":26766,"name":"Treasonous ring (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Treasonous ring (i) (Emir's Arena)","wiki_url":"https://oldschool.runescape.wiki/w/Treasonous_ring_(i)#Emir's_Arena","equipment":{"attack_stab":8,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":8,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"26767":{"id":26767,"name":"Seers ring (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Seers ring (i) (Emir's Arena)","wiki_url":"https://oldschool.runescape.wiki/w/Seers_ring_(i)#Emir's_Arena","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":12,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":12,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"26768":{"id":26768,"name":"Archers ring (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Archers ring (i) (Emir's Arena)","wiki_url":"https://oldschool.runescape.wiki/w/Archers_ring_(i)#Emir's_Arena","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":8,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":8,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"26769":{"id":26769,"name":"Warrior ring (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Warrior ring (i) (Emir's Arena)","wiki_url":"https://oldschool.runescape.wiki/w/Warrior_ring_(i)#Emir's_Arena","equipment":{"attack_stab":0,"attack_slash":8,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":8,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"26770":{"id":26770,"name":"Berserker ring (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Berserker ring (i) (Emir's Arena)","wiki_url":"https://oldschool.runescape.wiki/w/Berserker_ring_(i)#Emir's_Arena","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":8,"defence_magic":0,"defence_ranged":0,"melee_strength":8,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"26782":{"id":26782,"name":"Salve amulet(ei)","members":true,"equipable":true,"equipable_by_player":true,"cost":300,"lowalch":120,"highalch":180,"wiki_name":"Salve amulet(ei) (Emir's Arena)","wiki_url":"https://oldschool.runescape.wiki/w/Salve_amulet(ei)#Emir's_Arena","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"neck","requirements":null},"price":0},"26784":{"id":26784,"name":"Colossal pouch","members":true,"cost":1200,"lowalch":480,"highalch":720,"wiki_name":"Colossal pouch (New)","wiki_url":"https://oldschool.runescape.wiki/w/Colossal_pouch#New","price":0},"26786":{"id":26786,"name":"Colossal pouch","members":true,"cost":1200,"lowalch":480,"highalch":720,"wiki_name":"Colossal pouch (Degraded)","wiki_url":"https://oldschool.runescape.wiki/w/Colossal_pouch#Degraded","price":0},"26788":{"id":26788,"name":"Gold tiara","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":10000,"wiki_name":"Gold tiara","wiki_url":"https://oldschool.runescape.wiki/w/Gold_tiara","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":60},"26792":{"id":26792,"name":"Abyssal pearls","members":true,"stackable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Abyssal pearls","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_pearls","price":0},"26798":{"id":26798,"name":"Catalytic talisman","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2000,"lowalch":800,"highalch":1200,"buy_limit":40,"wiki_name":"Catalytic talisman","wiki_url":"https://oldschool.runescape.wiki/w/Catalytic_talisman","price":7991},"26801":{"id":26801,"name":"Catalytic tiara","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":40,"wiki_name":"Catalytic tiara","wiki_url":"https://oldschool.runescape.wiki/w/Catalytic_tiara","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":1000},"26804":{"id":26804,"name":"Elemental tiara","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Elemental tiara","wiki_url":"https://oldschool.runescape.wiki/w/Elemental_tiara","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":1225},"26807":{"id":26807,"name":"Abyssal green dye","members":true,"cost":3000,"wiki_name":"Abyssal green dye","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_green_dye","price":0},"26809":{"id":26809,"name":"Abyssal blue dye","members":true,"cost":3000,"wiki_name":"Abyssal blue dye","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_blue_dye","price":0},"26811":{"id":26811,"name":"Abyssal red dye","members":true,"cost":3000,"wiki_name":"Abyssal red dye","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_red_dye","price":0},"26813":{"id":26813,"name":"Abyssal needle","members":true,"cost":3000,"wiki_name":"Abyssal needle","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_needle","price":0},"26815":{"id":26815,"name":"Ring of the elements","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"wiki_name":"Ring of the elements (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_the_elements#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":808389},"26818":{"id":26818,"name":"Ring of the elements","members":true,"equipable":true,"equipable_by_player":true,"cost":2000,"lowalch":800,"highalch":1200,"wiki_name":"Ring of the elements (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_the_elements#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"26820":{"id":26820,"name":"Guardian's eye","members":true,"cost":3000,"wiki_name":"Guardian's eye","wiki_url":"https://oldschool.runescape.wiki/w/Guardian's_eye","price":0},"26822":{"id":26822,"name":"Abyssal lantern","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Abyssal lantern (Unlit)","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_lantern#Unlit","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"26824":{"id":26824,"name":"Abyssal lantern (normal logs)","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Abyssal lantern (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_lantern#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"26826":{"id":26826,"name":"Abyssal lantern (blue logs)","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Abyssal lantern (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_lantern#Blue","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"26828":{"id":26828,"name":"Abyssal lantern (red logs)","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Abyssal lantern (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_lantern#Red","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"26830":{"id":26830,"name":"Abyssal lantern (white logs)","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Abyssal lantern (White)","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_lantern#White","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"26832":{"id":26832,"name":"Abyssal lantern (purple logs)","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Abyssal lantern (Purple)","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_lantern#Purple","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"26834":{"id":26834,"name":"Abyssal lantern (green logs)","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Abyssal lantern (Green)","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_lantern#Green","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"26836":{"id":26836,"name":"Abyssal lantern (oak logs)","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Abyssal lantern (Oak)","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_lantern#Oak","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"26838":{"id":26838,"name":"Abyssal lantern (willow logs)","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Abyssal lantern (Willow)","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_lantern#Willow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"26840":{"id":26840,"name":"Abyssal lantern (maple logs)","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Abyssal lantern (Maple)","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_lantern#Maple","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"26842":{"id":26842,"name":"Abyssal lantern (yew logs)","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Abyssal lantern (Yew)","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_lantern#Yew","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"26844":{"id":26844,"name":"Abyssal lantern (blisterwood logs)","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Abyssal lantern (Blisterwood)","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_lantern#Blisterwood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"26846":{"id":26846,"name":"Abyssal lantern (magic logs)","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Abyssal lantern (Magic)","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_lantern#Magic","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"26848":{"id":26848,"name":"Abyssal lantern (redwood logs)","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Abyssal lantern (Redwood)","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_lantern#Redwood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"26850":{"id":26850,"name":"Hat of the eye","members":true,"equipable":true,"equipable_by_player":true,"cost":400,"lowalch":160,"highalch":240,"wiki_name":"Hat of the eye (Regular)","wiki_url":"https://oldschool.runescape.wiki/w/Hat_of_the_eye#Regular","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26852":{"id":26852,"name":"Robe top of the eye","members":true,"equipable":true,"equipable_by_player":true,"cost":350,"lowalch":140,"highalch":210,"wiki_name":"Robe top of the eye (Regular)","wiki_url":"https://oldschool.runescape.wiki/w/Robe_top_of_the_eye#Regular","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"26854":{"id":26854,"name":"Robe bottoms of the eye","members":true,"equipable":true,"equipable_by_player":true,"cost":350,"lowalch":140,"highalch":210,"wiki_name":"Robe bottoms of the eye (Regular)","wiki_url":"https://oldschool.runescape.wiki/w/Robe_bottoms_of_the_eye#Regular","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"26856":{"id":26856,"name":"Boots of the eye","members":true,"equipable":true,"equipable_by_player":true,"cost":250,"wiki_name":"Boots of the eye","wiki_url":"https://oldschool.runescape.wiki/w/Boots_of_the_eye","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"26858":{"id":26858,"name":"Hat of the eye (red)","members":true,"equipable":true,"equipable_by_player":true,"cost":400,"lowalch":160,"highalch":240,"wiki_name":"Hat of the eye (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Hat_of_the_eye#Red","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26860":{"id":26860,"name":"Robe top of the eye (red)","members":true,"equipable":true,"equipable_by_player":true,"cost":350,"lowalch":140,"highalch":210,"wiki_name":"Robe top of the eye (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Robe_top_of_the_eye#Red","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"26862":{"id":26862,"name":"Robe bottoms of the eye (red)","members":true,"equipable":true,"equipable_by_player":true,"cost":350,"lowalch":140,"highalch":210,"wiki_name":"Robe bottoms of the eye (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Robe_bottoms_of_the_eye#Red","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"26864":{"id":26864,"name":"Hat of the eye (green)","members":true,"equipable":true,"equipable_by_player":true,"cost":400,"lowalch":160,"highalch":240,"wiki_name":"Hat of the eye (Green)","wiki_url":"https://oldschool.runescape.wiki/w/Hat_of_the_eye#Green","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26866":{"id":26866,"name":"Robe top of the eye (green)","members":true,"equipable":true,"equipable_by_player":true,"cost":350,"lowalch":140,"highalch":210,"wiki_name":"Robe top of the eye (Green)","wiki_url":"https://oldschool.runescape.wiki/w/Robe_top_of_the_eye#Green","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"26868":{"id":26868,"name":"Robe bottoms of the eye (green)","members":true,"equipable":true,"equipable_by_player":true,"cost":350,"lowalch":140,"highalch":210,"wiki_name":"Robe bottoms of the eye (Green)","wiki_url":"https://oldschool.runescape.wiki/w/Robe_bottoms_of_the_eye#Green","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"26870":{"id":26870,"name":"Hat of the eye (blue)","members":true,"equipable":true,"equipable_by_player":true,"cost":400,"lowalch":160,"highalch":240,"wiki_name":"Hat of the eye (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Hat_of_the_eye#Blue","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26872":{"id":26872,"name":"Robe top of the eye (blue)","members":true,"equipable":true,"equipable_by_player":true,"cost":350,"lowalch":140,"highalch":210,"wiki_name":"Robe top of the eye (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Robe_top_of_the_eye#Blue","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"26874":{"id":26874,"name":"Robe bottoms of the eye (blue)","members":true,"equipable":true,"equipable_by_player":true,"cost":350,"lowalch":140,"highalch":210,"wiki_name":"Robe bottoms of the eye (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Robe_bottoms_of_the_eye#Blue","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"26876":{"id":26876,"name":"Atlax's diary","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Atlax's diary","wiki_url":"https://oldschool.runescape.wiki/w/Atlax's_diary","price":0},"26878":{"id":26878,"name":"Guardian fragments","members":true,"stackable":true,"cost":20,"wiki_name":"Guardian fragments","wiki_url":"https://oldschool.runescape.wiki/w/Guardian_fragments","price":0},"26879":{"id":26879,"name":"Guardian essence","members":true,"cost":30,"wiki_name":"Guardian essence","wiki_url":"https://oldschool.runescape.wiki/w/Guardian_essence","price":0},"26880":{"id":26880,"name":"Catalytic guardian stone","members":true,"stackable":true,"cost":30,"wiki_name":"Catalytic guardian stone","wiki_url":"https://oldschool.runescape.wiki/w/Catalytic_guardian_stone","price":0},"26881":{"id":26881,"name":"Elemental guardian stone","members":true,"stackable":true,"cost":30,"wiki_name":"Elemental guardian stone","wiki_url":"https://oldschool.runescape.wiki/w/Elemental_guardian_stone","price":0},"26882":{"id":26882,"name":"Uncharged cell","members":true,"stackable":true,"cost":30,"wiki_name":"Uncharged cell","wiki_url":"https://oldschool.runescape.wiki/w/Uncharged_cell","price":0},"26883":{"id":26883,"name":"Weak cell","members":true,"cost":30,"wiki_name":"Weak cell","wiki_url":"https://oldschool.runescape.wiki/w/Weak_cell","price":0},"26884":{"id":26884,"name":"Medium cell","members":true,"cost":30,"wiki_name":"Medium cell","wiki_url":"https://oldschool.runescape.wiki/w/Medium_cell","price":0},"26885":{"id":26885,"name":"Strong cell","members":true,"cost":30,"wiki_name":"Strong cell","wiki_url":"https://oldschool.runescape.wiki/w/Strong_cell","price":0},"26886":{"id":26886,"name":"Overcharged cell","members":true,"cost":30,"wiki_name":"Overcharged cell","wiki_url":"https://oldschool.runescape.wiki/w/Overcharged_cell","price":0},"26887":{"id":26887,"name":"Portal talisman (air)","members":true,"stackable":true,"cost":1,"wiki_name":"Portal talisman (air)","wiki_url":"https://oldschool.runescape.wiki/w/Portal_talisman_(air)","price":0},"26888":{"id":26888,"name":"Portal talisman (water)","members":true,"stackable":true,"cost":1,"wiki_name":"Portal talisman (water)","wiki_url":"https://oldschool.runescape.wiki/w/Portal_talisman_(water)","price":0},"26889":{"id":26889,"name":"Portal talisman (earth)","members":true,"stackable":true,"cost":1,"wiki_name":"Portal talisman (earth)","wiki_url":"https://oldschool.runescape.wiki/w/Portal_talisman_(earth)","price":0},"26890":{"id":26890,"name":"Portal talisman (fire)","members":true,"stackable":true,"cost":1,"wiki_name":"Portal talisman (fire)","wiki_url":"https://oldschool.runescape.wiki/w/Portal_talisman_(fire)","price":0},"26891":{"id":26891,"name":"Portal talisman (mind)","members":true,"stackable":true,"cost":1,"wiki_name":"Portal talisman (mind)","wiki_url":"https://oldschool.runescape.wiki/w/Portal_talisman_(mind)","price":0},"26892":{"id":26892,"name":"Portal talisman (chaos)","members":true,"stackable":true,"cost":1,"wiki_name":"Portal talisman (chaos)","wiki_url":"https://oldschool.runescape.wiki/w/Portal_talisman_(chaos)","price":0},"26893":{"id":26893,"name":"Portal talisman (death)","members":true,"stackable":true,"cost":1,"wiki_name":"Portal talisman (death)","wiki_url":"https://oldschool.runescape.wiki/w/Portal_talisman_(death)","price":0},"26894":{"id":26894,"name":"Portal talisman (blood)","members":true,"stackable":true,"cost":1,"wiki_name":"Portal talisman (blood)","wiki_url":"https://oldschool.runescape.wiki/w/Portal_talisman_(blood)","price":0},"26895":{"id":26895,"name":"Portal talisman (body)","members":true,"stackable":true,"cost":1,"wiki_name":"Portal talisman (body)","wiki_url":"https://oldschool.runescape.wiki/w/Portal_talisman_(body)","price":0},"26896":{"id":26896,"name":"Portal talisman (cosmic)","members":true,"stackable":true,"cost":1,"wiki_name":"Portal talisman (cosmic)","wiki_url":"https://oldschool.runescape.wiki/w/Portal_talisman_(cosmic)","price":0},"26897":{"id":26897,"name":"Portal talisman (nature)","members":true,"stackable":true,"cost":1,"wiki_name":"Portal talisman (nature)","wiki_url":"https://oldschool.runescape.wiki/w/Portal_talisman_(nature)","price":0},"26898":{"id":26898,"name":"Portal talisman (law)","members":true,"stackable":true,"cost":1,"wiki_name":"Portal talisman (law)","wiki_url":"https://oldschool.runescape.wiki/w/Portal_talisman_(law)","price":0},"26899":{"id":26899,"name":"Greatish guardian","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rift guardian (Greatish guardian)","wiki_url":"https://oldschool.runescape.wiki/w/Rift_guardian#Greatish_guardian","price":0},"26901":{"id":26901,"name":"Abyssal protector","members":true,"cost":1,"wiki_name":"Abyssal protector","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_protector","price":0},"26903":{"id":26903,"name":"Eye amulet","members":true,"cost":30,"wiki_name":"Eye amulet","wiki_url":"https://oldschool.runescape.wiki/w/Eye_amulet","price":0},"26904":{"id":26904,"name":"Strong cup of tea","members":true,"cost":30,"wiki_name":"Strong cup of tea","wiki_url":"https://oldschool.runescape.wiki/w/Strong_cup_of_tea","price":0},"26905":{"id":26905,"name":"Abyssal incantation","members":true,"cost":30,"wiki_name":"Abyssal incantation","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_incantation","price":0},"26906":{"id":26906,"name":"Colossal pouch","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Colossal pouch (Devious Minds)","wiki_url":"https://oldschool.runescape.wiki/w/Colossal_pouch_(Devious_Minds)","price":0},"26908":{"id":26908,"name":"Intricate pouch","members":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Intricate pouch","wiki_url":"https://oldschool.runescape.wiki/w/Intricate_pouch","price":0},"26910":{"id":26910,"name":"Tarnished locket","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"wiki_name":"Tarnished locket","wiki_url":"https://oldschool.runescape.wiki/w/Tarnished_locket","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"26912":{"id":26912,"name":"Lost bag","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"wiki_name":"Lost bag","wiki_url":"https://oldschool.runescape.wiki/w/Lost_bag","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"26914":{"id":26914,"name":"Amulet of the eye","members":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Amulet of the eye (Regular)","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_the_eye#Regular","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"26916":{"id":26916,"name":"Special hot sauce","cost":0,"wiki_name":"Special hot sauce","wiki_url":"https://oldschool.runescape.wiki/w/Special_hot_sauce","price":0},"26917":{"id":26917,"name":"Special super hot kebab","cost":0,"wiki_name":"Special super hot kebab","wiki_url":"https://oldschool.runescape.wiki/w/Special_super_hot_kebab","price":0},"26918":{"id":26918,"name":"Secret report","cost":1,"wiki_name":"Secret report","wiki_url":"https://oldschool.runescape.wiki/w/Secret_report","price":0},"26919":{"id":26919,"name":"Big bucket","cost":2,"wiki_name":"Big bucket","wiki_url":"https://oldschool.runescape.wiki/w/Big_bucket","price":0},"26920":{"id":26920,"name":"Big bucket of camel milk","cost":6,"wiki_name":"Big bucket of camel milk","wiki_url":"https://oldschool.runescape.wiki/w/Big_bucket_of_camel_milk","price":0},"26921":{"id":26921,"name":"Big bucket of frozen camel milk","cost":6,"wiki_name":"Big bucket of frozen camel milk","wiki_url":"https://oldschool.runescape.wiki/w/Big_bucket_of_frozen_camel_milk","price":0},"26924":{"id":26924,"name":"Magical cleaning potion","cost":0,"wiki_name":"Magical cleaning potion (2022 Easter event)","wiki_url":"https://oldschool.runescape.wiki/w/Magical_cleaning_potion_(2022_Easter_event)","price":0},"26925":{"id":26925,"name":"Cooler","cost":1,"wiki_name":"Cooler","wiki_url":"https://oldschool.runescape.wiki/w/Cooler","price":0},"26926":{"id":26926,"name":"Easter egg","cost":1,"wiki_name":"Easter egg (2022 Easter event)","wiki_url":"https://oldschool.runescape.wiki/w/Easter_egg_(2022_Easter_event)","price":0},"26927":{"id":26927,"name":"Melted easter egg","cost":1,"wiki_name":"Melted easter egg","wiki_url":"https://oldschool.runescape.wiki/w/Melted_easter_egg","price":0},"26928":{"id":26928,"name":"Ice cream easter egg","cost":1,"wiki_name":"Ice cream easter egg","wiki_url":"https://oldschool.runescape.wiki/w/Ice_cream_easter_egg","price":0},"26929":{"id":26929,"name":"Blunt scimitars","cost":0,"wiki_name":"Blunt scimitars","wiki_url":"https://oldschool.runescape.wiki/w/Blunt_scimitars","price":0},"26930":{"id":26930,"name":"Washing line","cost":1,"wiki_name":"Washing line","wiki_url":"https://oldschool.runescape.wiki/w/Washing_line","price":0},"26931":{"id":26931,"name":"Tanning wheel","cost":1,"wiki_name":"Tanning wheel","wiki_url":"https://oldschool.runescape.wiki/w/Tanning_wheel","price":0},"26932":{"id":26932,"name":"Vat (dirty)","cost":1,"wiki_name":"Vat (dirty)","wiki_url":"https://oldschool.runescape.wiki/w/Vat_(dirty)","price":0},"26933":{"id":26933,"name":"Vat (cleaned)","cost":1,"wiki_name":"Vat (cleaned)","wiki_url":"https://oldschool.runescape.wiki/w/Vat_(cleaned)","price":0},"26934":{"id":26934,"name":"Wooden pole","cost":1,"wiki_name":"Wooden pole","wiki_url":"https://oldschool.runescape.wiki/w/Wooden_pole","price":0},"26935":{"id":26935,"name":"Churning machine","cost":0,"wiki_name":"Churning machine","wiki_url":"https://oldschool.runescape.wiki/w/Churning_machine","price":0},"26936":{"id":26936,"name":"Frozen churning machine","cost":0,"wiki_name":"Frozen churning machine","wiki_url":"https://oldschool.runescape.wiki/w/Frozen_churning_machine","price":0},"26937":{"id":26937,"name":"Easter hat","equipable":true,"equipable_by_player":true,"cost":70,"wiki_name":"Easter hat","wiki_url":"https://oldschool.runescape.wiki/w/Easter_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26939":{"id":26939,"name":"Crate ring","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Crate ring","wiki_url":"https://oldschool.runescape.wiki/w/Crate_ring","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"26941":{"id":26941,"name":"Polyelemental guardian stone","members":true,"stackable":true,"cost":30,"wiki_name":"Polyelemental guardian stone","wiki_url":"https://oldschool.runescape.wiki/w/Polyelemental_guardian_stone","price":0},"26942":{"id":26942,"name":"Message","members":true,"cost":30,"wiki_name":"Message (Beneath Cursed Sands)","wiki_url":"https://oldschool.runescape.wiki/w/Message_(Beneath_Cursed_Sands)","price":0},"26952":{"id":26952,"name":"Scarab mould","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Scarab mould","wiki_url":"https://oldschool.runescape.wiki/w/Scarab_mould","price":0},"26953":{"id":26953,"name":"Scarab emblem","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Scarab emblem (Iron)","wiki_url":"https://oldschool.runescape.wiki/w/Scarab_emblem#Iron","price":0},"26954":{"id":26954,"name":"Stone tablet","members":true,"cost":30,"wiki_name":"Stone tablet (Beneath Cursed Sands)","wiki_url":"https://oldschool.runescape.wiki/w/Stone_tablet_(Beneath_Cursed_Sands)","price":0},"26955":{"id":26955,"name":"Chest","members":true,"cost":30,"wiki_name":"Chest (Beneath Cursed Sands)","wiki_url":"https://oldschool.runescape.wiki/w/Chest_(Beneath_Cursed_Sands)","price":0},"26956":{"id":26956,"name":"Scarab emblem","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Scarab emblem (Gold)","wiki_url":"https://oldschool.runescape.wiki/w/Scarab_emblem#Gold","price":0},"26957":{"id":26957,"name":"Human emblem","members":true,"cost":30,"wiki_name":"Human emblem","wiki_url":"https://oldschool.runescape.wiki/w/Human_emblem","price":0},"26958":{"id":26958,"name":"Baboon emblem","members":true,"cost":30,"wiki_name":"Baboon emblem","wiki_url":"https://oldschool.runescape.wiki/w/Baboon_emblem","price":0},"26959":{"id":26959,"name":"Crocodile emblem","members":true,"cost":30,"wiki_name":"Crocodile emblem","wiki_url":"https://oldschool.runescape.wiki/w/Crocodile_emblem","price":0},"26960":{"id":26960,"name":"Rusty key","members":true,"cost":30,"wiki_name":"Rusty key","wiki_url":"https://oldschool.runescape.wiki/w/Rusty_key","price":0},"26961":{"id":26961,"name":"Lily of the elid","members":true,"cost":30,"wiki_name":"Lily of the elid","wiki_url":"https://oldschool.runescape.wiki/w/Lily_of_the_elid","price":0},"26962":{"id":26962,"name":"Cure crate","members":true,"cost":30,"wiki_name":"Cure crate","wiki_url":"https://oldschool.runescape.wiki/w/Cure_crate","price":0},"26963":{"id":26963,"name":"Odd spectacles","members":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Odd spectacles","wiki_url":"https://oldschool.runescape.wiki/w/Odd_spectacles","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26965":{"id":26965,"name":"Bottle of 'tonic'","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Bottle of 'tonic'","wiki_url":"https://oldschool.runescape.wiki/w/Bottle_of_'tonic'","price":0},"26967":{"id":26967,"name":"Circlet of water (uncharged)","members":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Circlet of water (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Circlet_of_water#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26969":{"id":26969,"name":"Circlet of water","members":true,"equipable":true,"equipable_by_player":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Circlet of water (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Circlet_of_water#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"26984":{"id":26984,"name":"Lost bag","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Lost bag (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Lost_bag#Red","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"26986":{"id":26986,"name":"Lost bag","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Lost bag (Green)","wiki_url":"https://oldschool.runescape.wiki/w/Lost_bag#Green","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"26988":{"id":26988,"name":"Lost bag","members":true,"equipable":true,"equipable_by_player":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Lost bag (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Lost_bag#Blue","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"26990":{"id":26990,"name":"Amulet of the eye","members":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Amulet of the eye (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_the_eye#Red","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"26992":{"id":26992,"name":"Amulet of the eye","members":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Amulet of the eye (Green)","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_the_eye#Green","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"26994":{"id":26994,"name":"Amulet of the eye","members":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Amulet of the eye (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_the_eye#Blue","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"26996":{"id":26996,"name":"Ensouled hellhound head","members":true,"tradeable":true,"cost":540,"lowalch":216,"highalch":324,"wiki_name":"Ensouled hellhound head (Drop)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_hellhound_head#Drop","price":0},"26997":{"id":26997,"name":"Ensouled hellhound head","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":536,"lowalch":214,"highalch":321,"wiki_name":"Ensouled hellhound head (Item)","wiki_url":"https://oldschool.runescape.wiki/w/Ensouled_hellhound_head#Item","price":4657},"27000":{"id":27000,"name":"Void knight top (l)(or)","members":true,"equipable":true,"equipable_by_player":true,"cost":48000,"lowalch":19200,"highalch":28800,"wiki_name":"Void knight top (or) (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Void_knight_top_(or)#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":45,"defence_slash":45,"defence_crush":45,"defence_magic":45,"defence_ranged":45,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"27001":{"id":27001,"name":"Void knight robe (l)(or)","members":true,"equipable":true,"equipable_by_player":true,"cost":45000,"lowalch":18000,"highalch":27000,"wiki_name":"Void knight robe (or) (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Void_knight_robe_(or)#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":30,"defence_slash":30,"defence_crush":30,"defence_magic":30,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"27002":{"id":27002,"name":"Void knight gloves (l)(or)","members":true,"equipable":true,"equipable_by_player":true,"cost":6052,"lowalch":2420,"highalch":3631,"wiki_name":"Void knight gloves (or) (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Void_knight_gloves_(or)#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":6,"defence_slash":6,"defence_crush":6,"defence_magic":4,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"27003":{"id":27003,"name":"Elite void top (l)(or)","members":true,"equipable":true,"equipable_by_player":true,"cost":48500,"lowalch":19400,"highalch":29100,"wiki_name":"Elite void top (or) (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Elite_void_top_(or)#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":45,"defence_slash":45,"defence_crush":45,"defence_magic":45,"defence_ranged":45,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"body","requirements":null},"price":0},"27004":{"id":27004,"name":"Elite void robe (l)(or)","members":true,"equipable":true,"equipable_by_player":true,"cost":45500,"lowalch":18200,"highalch":27300,"wiki_name":"Elite void robe (or) (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Elite_void_robe_(or)#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":30,"defence_slash":30,"defence_crush":30,"defence_magic":30,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"legs","requirements":null},"price":0},"27005":{"id":27005,"name":"Void mage helm (l)(or)","members":true,"equipable":true,"equipable_by_player":true,"cost":9851,"lowalch":3940,"highalch":5910,"wiki_name":"Void mage helm (or) (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Void_mage_helm_(or)#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":6,"defence_slash":6,"defence_crush":6,"defence_magic":6,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27006":{"id":27006,"name":"Void ranger helm (l)(or)","members":true,"equipable":true,"equipable_by_player":true,"cost":9851,"lowalch":3940,"highalch":5910,"wiki_name":"Void ranger helm (or) (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Void_ranger_helm_(or)#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":6,"defence_slash":6,"defence_crush":6,"defence_magic":6,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27007":{"id":27007,"name":"Void melee helm (l)(or)","members":true,"equipable":true,"equipable_by_player":true,"cost":9851,"lowalch":3940,"highalch":5910,"wiki_name":"Void melee helm (or) (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Void_melee_helm_(or)#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":6,"defence_slash":6,"defence_crush":6,"defence_magic":6,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27008":{"id":27008,"name":"Dragon defender (l)(t)","members":true,"equipable":true,"equipable_by_player":true,"cost":68007,"lowalch":27202,"highalch":40804,"wiki_name":"Dragon defender (t) (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_defender_(t)#Locked","equipment":{"attack_stab":25,"attack_slash":24,"attack_crush":23,"attack_magic":-3,"attack_ranged":-2,"defence_stab":25,"defence_slash":24,"defence_crush":23,"defence_magic":-3,"defence_ranged":-2,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"27009":{"id":27009,"name":"Rune defender (l)(t)","members":true,"equipable":true,"equipable_by_player":true,"cost":65004,"lowalch":26001,"highalch":39002,"wiki_name":"Rune defender (t) (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_defender_(t)#Locked","equipment":{"attack_stab":20,"attack_slash":19,"attack_crush":18,"attack_magic":-3,"attack_ranged":-2,"defence_stab":20,"defence_slash":19,"defence_crush":18,"defence_magic":-3,"defence_ranged":-2,"melee_strength":5,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"27010":{"id":27010,"name":"Preform","members":true,"cost":80,"wiki_name":"Preform","wiki_url":"https://oldschool.runescape.wiki/w/Preform","price":0},"27012":{"id":27012,"name":"Double ammo mould","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Double ammo mould","wiki_url":"https://oldschool.runescape.wiki/w/Double_ammo_mould","price":0},"27014":{"id":27014,"name":"Kovac's grog","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Kovac's grog","wiki_url":"https://oldschool.runescape.wiki/w/Kovac's_grog","price":50000},"27017":{"id":27017,"name":"Smithing catalyst","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Smithing catalyst","wiki_url":"https://oldschool.runescape.wiki/w/Smithing_catalyst","price":0},"27019":{"id":27019,"name":"Ore pack","members":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Ore pack","wiki_url":"https://oldschool.runescape.wiki/w/Ore_pack","price":0},"27021":{"id":27021,"name":"Colossal blade","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":225000,"wiki_name":"Colossal blade","wiki_url":"https://oldschool.runescape.wiki/w/Colossal_blade","equipment":{"attack_stab":-4,"attack_slash":98,"attack_crush":65,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":100,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":6,"weapon_type":"2h_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"smash","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0,"lowalch":90000,"highalch":135000},"27023":{"id":27023,"name":"Smiths tunic","members":true,"equipable":true,"equipable_by_player":true,"cost":380,"lowalch":152,"highalch":228,"wiki_name":"Smiths tunic","wiki_url":"https://oldschool.runescape.wiki/w/Smiths_tunic","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"27025":{"id":27025,"name":"Smiths trousers","members":true,"equipable":true,"equipable_by_player":true,"cost":340,"lowalch":136,"highalch":204,"wiki_name":"Smiths trousers","wiki_url":"https://oldschool.runescape.wiki/w/Smiths_trousers","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"27027":{"id":27027,"name":"Smiths boots","members":true,"equipable":true,"equipable_by_player":true,"cost":280,"lowalch":112,"highalch":168,"wiki_name":"Smiths boots","wiki_url":"https://oldschool.runescape.wiki/w/Smiths_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"27029":{"id":27029,"name":"Smiths gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":390,"lowalch":156,"highalch":234,"wiki_name":"Smiths gloves","wiki_url":"https://oldschool.runescape.wiki/w/Smiths_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"27031":{"id":27031,"name":"Smiths gloves (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":390,"lowalch":156,"highalch":234,"wiki_name":"Smiths gloves (i)","wiki_url":"https://oldschool.runescape.wiki/w/Smiths_gloves_(i)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"27035":{"id":27035,"name":"Flower crown","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Flower crown (Pride)","wiki_url":"https://oldschool.runescape.wiki/w/Flower_crown#Pride","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27037":{"id":27037,"name":"Legendary red rose seed","cost":0,"wiki_name":"Legendary red rose seed","wiki_url":"https://oldschool.runescape.wiki/w/Legendary_red_rose_seed","price":0},"27038":{"id":27038,"name":"Gorgeous orange lily seed","cost":0,"wiki_name":"Gorgeous orange lily seed","wiki_url":"https://oldschool.runescape.wiki/w/Gorgeous_orange_lily_seed","price":0},"27039":{"id":27039,"name":"Beautiful yellow pansy seed","cost":0,"wiki_name":"Beautiful yellow pansy seed","wiki_url":"https://oldschool.runescape.wiki/w/Beautiful_yellow_pansy_seed","price":0},"27040":{"id":27040,"name":"Tenacious indigo iris seed","cost":0,"wiki_name":"Tenacious indigo iris seed","wiki_url":"https://oldschool.runescape.wiki/w/Tenacious_indigo_iris_seed","price":0},"27041":{"id":27041,"name":"Quality violet tulip seed","cost":0,"wiki_name":"Quality violet tulip seed","wiki_url":"https://oldschool.runescape.wiki/w/Quality_violet_tulip_seed","price":0},"27042":{"id":27042,"name":"Group ironman helm (unranked)","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Group iron helm (unranked)","wiki_url":"https://oldschool.runescape.wiki/w/Group_iron_helm_(unranked)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":6,"defence_slash":7,"defence_crush":5,"defence_magic":-1,"defence_ranged":6,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27044":{"id":27044,"name":"Group ironman platelegs (unranked)","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Group iron platelegs (unranked)","wiki_url":"https://oldschool.runescape.wiki/w/Group_iron_platelegs_(unranked)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":11,"defence_slash":10,"defence_crush":10,"defence_magic":-4,"defence_ranged":10,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"27046":{"id":27046,"name":"Group ironman bracers (unranked)","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Group iron bracers (unranked)","wiki_url":"https://oldschool.runescape.wiki/w/Group_iron_bracers_(unranked)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":1,"defence_ranged":1,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"27048":{"id":27048,"name":"Group ironman platebody (unranked)","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Group iron platebody (unranked) (II)","wiki_url":"https://oldschool.runescape.wiki/w/Group_iron_platebody_(unranked)#II","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":21,"defence_slash":20,"defence_crush":12,"defence_magic":-6,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"27050":{"id":27050,"name":"Group ironman platebody (unranked)","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Group iron platebody (unranked) (III)","wiki_url":"https://oldschool.runescape.wiki/w/Group_iron_platebody_(unranked)#III","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":21,"defence_slash":20,"defence_crush":12,"defence_magic":-6,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"27052":{"id":27052,"name":"Group ironman platebody (unranked)","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Group iron platebody (unranked) (IV)","wiki_url":"https://oldschool.runescape.wiki/w/Group_iron_platebody_(unranked)#IV","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":21,"defence_slash":20,"defence_crush":12,"defence_magic":-6,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"27054":{"id":27054,"name":"Group ironman platebody (unranked)","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Group iron platebody (unranked) (V)","wiki_url":"https://oldschool.runescape.wiki/w/Group_iron_platebody_(unranked)#V","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":21,"defence_slash":20,"defence_crush":12,"defence_magic":-6,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"27086":{"id":27086,"name":"Rune pouch","cost":1,"wiki_name":"Rune pouch (Emir's Arena)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_pouch_(Emir's_Arena)","price":0},"27098":{"id":27098,"name":"Elder maul ornament kit","members":true,"cost":5000,"wiki_name":"Elder maul ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Elder_maul_ornament_kit","price":0},"27100":{"id":27100,"name":"Elder maul (or)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":500010,"lowalch":200004,"highalch":300006,"wiki_name":"Elder maul (or)","wiki_url":"https://oldschool.runescape.wiki/w/Elder_maul_(or)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":135,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":147,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"attack":75,"strength":75}},"weapon":{"attack_speed":6,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"27110":{"id":27110,"name":"Mithril gloves (wrapped)","members":true,"equipable":true,"equipable_by_player":true,"cost":85000,"lowalch":34000,"highalch":51000,"wiki_name":"Mithril gloves (wrapped)","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_gloves_(wrapped)","equipment":{"attack_stab":15,"attack_slash":15,"attack_crush":15,"attack_magic":6,"attack_ranged":15,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"27111":{"id":27111,"name":"Rune gloves (wrapped)","members":true,"equipable":true,"equipable_by_player":true,"cost":85000,"lowalch":34000,"highalch":51000,"wiki_name":"Rune gloves (wrapped)","wiki_url":"https://oldschool.runescape.wiki/w/Rune_gloves_(wrapped)","equipment":{"attack_stab":17,"attack_slash":17,"attack_crush":17,"attack_magic":7,"attack_ranged":17,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":8,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"27112":{"id":27112,"name":"Barrows gloves (wrapped)","members":true,"equipable":true,"equipable_by_player":true,"cost":85000,"lowalch":34000,"highalch":51000,"wiki_name":"Barrows gloves (wrapped)","wiki_url":"https://oldschool.runescape.wiki/w/Barrows_gloves_(wrapped)","equipment":{"attack_stab":21,"attack_slash":21,"attack_crush":21,"attack_magic":9,"attack_ranged":21,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"27113":{"id":27113,"name":"Elder chaos robes ornament kit","members":true,"cost":5000,"wiki_name":"Elder chaos robes ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Elder_chaos_robes_ornament_kit","price":0},"27115":{"id":27115,"name":"Elder chaos top (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":800,"lowalch":320,"highalch":480,"wiki_name":"Elder chaos top (or)","wiki_url":"https://oldschool.runescape.wiki/w/Elder_chaos_top_(or)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":10,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":8,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"body","requirements":{"magic":40}},"price":0},"27117":{"id":27117,"name":"Elder chaos robe (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":700,"lowalch":280,"highalch":420,"wiki_name":"Elder chaos robe (or)","wiki_url":"https://oldschool.runescape.wiki/w/Elder_chaos_robe_(or)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":6,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":6,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"legs","requirements":{"magic":40}},"price":0},"27119":{"id":27119,"name":"Elder chaos hood (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":500,"lowalch":200,"highalch":300,"wiki_name":"Elder chaos hood (or)","wiki_url":"https://oldschool.runescape.wiki/w/Elder_chaos_hood_(or)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":5,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"head","requirements":{"magic":40}},"price":0},"27121":{"id":27121,"name":"Dagon'hai robes ornament kit","members":true,"cost":5000,"wiki_name":"Dagon'hai robes ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Dagon'hai_robes_ornament_kit","price":0},"27123":{"id":27123,"name":"Dagon'hai hat (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":17000,"lowalch":6800,"highalch":10200,"wiki_name":"Dagon'hai hat (or)","wiki_url":"https://oldschool.runescape.wiki/w/Dagon'hai_hat_(or)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":5,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"head","requirements":{"magic":70,"defence":40}},"price":0},"27125":{"id":27125,"name":"Dagon'hai robe top (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":140000,"lowalch":56000,"highalch":84000,"wiki_name":"Dagon'hai robe top (or)","wiki_url":"https://oldschool.runescape.wiki/w/Dagon'hai_robe_top_(or)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":25,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":21,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"body","requirements":{"magic":70,"defence":40}},"price":0},"27127":{"id":27127,"name":"Dagon'hai robe bottom (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Dagon'hai robe bottom (or)","wiki_url":"https://oldschool.runescape.wiki/w/Dagon'hai_robe_bottom_(or)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":18,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":14,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"legs","requirements":{"magic":70,"defence":40}},"price":0},"27141":{"id":27141,"name":"Flower crown","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Flower crown (Bisexual)","wiki_url":"https://oldschool.runescape.wiki/w/Flower_crown#Bisexual","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27143":{"id":27143,"name":"Flower crown","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Flower crown (Asexual)","wiki_url":"https://oldschool.runescape.wiki/w/Flower_crown#Asexual","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27145":{"id":27145,"name":"Flower crown","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Flower crown (Transgender)","wiki_url":"https://oldschool.runescape.wiki/w/Flower_crown#Transgender","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27147":{"id":27147,"name":"Flower crown","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Flower crown (Pansexual)","wiki_url":"https://oldschool.runescape.wiki/w/Flower_crown#Pansexual","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27149":{"id":27149,"name":"Flower crown","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Flower crown (Non-binary)","wiki_url":"https://oldschool.runescape.wiki/w/Flower_crown#Non-binary","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27151":{"id":27151,"name":"Flower crown","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Flower crown (Genderqueer)","wiki_url":"https://oldschool.runescape.wiki/w/Flower_crown#Genderqueer","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27153":{"id":27153,"name":"Flower crown","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Flower crown (Lesbian)","wiki_url":"https://oldschool.runescape.wiki/w/Flower_crown#Lesbian","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27155":{"id":27155,"name":"Flower crown","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Flower crown (Gay)","wiki_url":"https://oldschool.runescape.wiki/w/Flower_crown#Gay","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27180":{"id":27180,"name":"Guthix chaps","equipable":true,"cost":10,"wiki_name":"Guthix chaps (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Guthix_chaps_(Last_Man_Standing)","equipment":{},"price":0},"27181":{"id":27181,"name":"Zamorak chaps","equipable":true,"cost":10,"wiki_name":"Zamorak chaps (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Zamorak_chaps_(Last_Man_Standing)","equipment":{},"price":0},"27182":{"id":27182,"name":"Saradomin chaps","equipable":true,"cost":10,"wiki_name":"Saradomin chaps (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Saradomin_chaps_(Last_Man_Standing)","equipment":{},"price":0},"27187":{"id":27187,"name":"Bow of faerdhinen","tradeable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Bow of faerdhinen (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Bow_of_faerdhinen#Inactive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":80,"agility":70}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"27188":{"id":27188,"name":"Light ballista","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Light ballista (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Light_ballista_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":110,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":7,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"27189":{"id":27189,"name":"Verac's flail","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":50,"wiki_name":"Verac's flail (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Verac's_flail_(Last_Man_Standing)","equipment":{"attack_stab":68,"attack_slash":-2,"attack_crush":82,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":72,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"27190":{"id":27190,"name":"Verac's brassard","cost":50,"wiki_name":"Verac's brassard (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Verac's_brassard_(Last_Man_Standing)","price":0},"27194":{"id":27194,"name":"Ancestral robe bottom","equipable":true,"equipable_by_player":true,"cost":55,"wiki_name":"Ancestral robe bottom (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Ancestral_robe_bottom_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":26,"attack_ranged":-7,"defence_stab":27,"defence_slash":24,"defence_crush":30,"defence_magic":20,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":4,"prayer":0,"slot":"legs","requirements":null},"price":0},"27202":{"id":27202,"name":"Menaphite remedy(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":110,"lowalch":44,"highalch":66,"buy_limit":2000,"wiki_name":"Menaphite remedy (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Menaphite_remedy#4_dose","price":2194},"27205":{"id":27205,"name":"Menaphite remedy(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":110,"lowalch":44,"highalch":66,"wiki_name":"Menaphite remedy (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Menaphite_remedy#3_dose","price":1310},"27208":{"id":27208,"name":"Menaphite remedy(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":110,"lowalch":44,"highalch":66,"wiki_name":"Menaphite remedy (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Menaphite_remedy#2_dose","price":956},"27211":{"id":27211,"name":"Menaphite remedy(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":110,"lowalch":44,"highalch":66,"wiki_name":"Menaphite remedy (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Menaphite_remedy#1_dose","price":716},"27214":{"id":27214,"name":"Scarab dung","members":true,"cost":10,"wiki_name":"Scarab dung","wiki_url":"https://oldschool.runescape.wiki/w/Scarab_dung","price":0},"27216":{"id":27216,"name":"Fossilised dung","members":true,"tradeable":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Fossilised dung","wiki_url":"https://oldschool.runescape.wiki/w/Fossilised_dung","price":0},"27219":{"id":27219,"name":"Fang","members":true,"cost":10,"wiki_name":"Fang (Tombs of Amascut)","wiki_url":"https://oldschool.runescape.wiki/w/Fang_(Tombs_of_Amascut)","price":0},"27221":{"id":27221,"name":"Big banana","members":true,"cost":10,"wiki_name":"Big banana","wiki_url":"https://oldschool.runescape.wiki/w/Big_banana","price":0},"27223":{"id":27223,"name":"Eldritch ashes","members":true,"cost":10,"wiki_name":"Eldritch ashes","wiki_url":"https://oldschool.runescape.wiki/w/Eldritch_ashes","price":0},"27225":{"id":27225,"name":"Grain","members":true,"cost":15,"wiki_name":"Grain (Tombs of Amascut)","wiki_url":"https://oldschool.runescape.wiki/w/Grain_(Tombs_of_Amascut)","price":0},"27226":{"id":27226,"name":"Masori mask","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":800000,"lowalch":320000,"highalch":480000,"buy_limit":8,"wiki_name":"Masori mask","wiki_url":"https://oldschool.runescape.wiki/w/Masori_mask","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-1,"attack_ranged":12,"defence_stab":3,"defence_slash":4,"defence_crush":3,"defence_magic":6,"defence_ranged":4,"melee_strength":0,"ranged_strength":2,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"ranged":80,"defence":30}},"price":7442503},"27229":{"id":27229,"name":"Masori body","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1200000,"lowalch":480000,"highalch":720000,"buy_limit":8,"wiki_name":"Masori body","wiki_url":"https://oldschool.runescape.wiki/w/Masori_body","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-4,"attack_ranged":43,"defence_stab":37,"defence_slash":35,"defence_crush":38,"defence_magic":25,"defence_ranged":33,"melee_strength":0,"ranged_strength":4,"magic_damage":0,"prayer":0,"slot":"body","requirements":{"ranged":80,"defence":30}},"price":56199489},"27232":{"id":27232,"name":"Masori chaps","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1000000,"lowalch":400000,"highalch":600000,"buy_limit":8,"wiki_name":"Masori chaps","wiki_url":"https://oldschool.runescape.wiki/w/Masori_chaps","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-2,"attack_ranged":27,"defence_stab":26,"defence_slash":24,"defence_crush":29,"defence_magic":19,"defence_ranged":22,"melee_strength":0,"ranged_strength":2,"magic_damage":0,"prayer":0,"slot":"legs","requirements":{"ranged":80,"defence":30}},"price":39971701},"27235":{"id":27235,"name":"Masori mask (f)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":900000,"lowalch":360000,"highalch":540000,"buy_limit":8,"wiki_name":"Masori mask (f)","wiki_url":"https://oldschool.runescape.wiki/w/Masori_mask_(f)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-1,"attack_ranged":12,"defence_stab":8,"defence_slash":10,"defence_crush":12,"defence_magic":12,"defence_ranged":9,"melee_strength":0,"ranged_strength":2,"magic_damage":0,"prayer":1,"slot":"head","requirements":{"ranged":80,"defence":80}},"price":19512332},"27238":{"id":27238,"name":"Masori body (f)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1600000,"lowalch":640000,"highalch":960000,"buy_limit":8,"wiki_name":"Masori body (f)","wiki_url":"https://oldschool.runescape.wiki/w/Masori_body_(f)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-4,"attack_ranged":43,"defence_stab":59,"defence_slash":52,"defence_crush":64,"defence_magic":74,"defence_ranged":60,"melee_strength":0,"ranged_strength":4,"magic_damage":0,"prayer":1,"slot":"body","requirements":{"ranged":80,"defence":80}},"price":105124309},"27241":{"id":27241,"name":"Masori chaps (f)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":1300000,"lowalch":520000,"highalch":780000,"buy_limit":8,"wiki_name":"Masori chaps (f)","wiki_url":"https://oldschool.runescape.wiki/w/Masori_chaps_(f)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-2,"attack_ranged":27,"defence_stab":35,"defence_slash":30,"defence_crush":39,"defence_magic":46,"defence_ranged":37,"melee_strength":0,"ranged_strength":2,"magic_damage":0,"prayer":1,"slot":"legs","requirements":{"ranged":80,"defence":80}},"price":78527665},"27246":{"id":27246,"name":"Osmumten's fang (or)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1100000,"lowalch":440000,"highalch":660000,"wiki_name":"Osmumten's fang (or)","wiki_url":"https://oldschool.runescape.wiki/w/Osmumten's_fang_(or)","equipment":{"attack_stab":105,"attack_slash":75,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":103,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":82}},"weapon":{"attack_speed":5,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"27248":{"id":27248,"name":"Cursed phalanx","members":true,"cost":100000,"lowalch":40000,"highalch":60000,"wiki_name":"Cursed phalanx","wiki_url":"https://oldschool.runescape.wiki/w/Cursed_phalanx","price":0},"27251":{"id":27251,"name":"Elidinis' ward (f)","members":true,"equipable":true,"equipable_by_player":true,"cost":5750000,"lowalch":2300000,"highalch":3450000,"wiki_name":"Elidinis' ward (f)","wiki_url":"https://oldschool.runescape.wiki/w/Elidinis'_ward_(f)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":25,"attack_ranged":0,"defence_stab":53,"defence_slash":55,"defence_crush":73,"defence_magic":2,"defence_ranged":52,"melee_strength":0,"ranged_strength":0,"magic_damage":5,"prayer":4,"slot":"shield","requirements":{"magic":80,"defence":80,"prayer":80}},"price":0},"27253":{"id":27253,"name":"Elidinis' ward (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":5850000,"lowalch":2340000,"highalch":3510000,"wiki_name":"Elidinis' ward (or)","wiki_url":"https://oldschool.runescape.wiki/w/Elidinis'_ward_(or)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":25,"attack_ranged":0,"defence_stab":53,"defence_slash":55,"defence_crush":73,"defence_magic":2,"defence_ranged":52,"melee_strength":0,"ranged_strength":0,"magic_damage":5,"prayer":4,"slot":"shield","requirements":{"magic":80,"defence":80,"prayer":80}},"price":0},"27255":{"id":27255,"name":"Menaphite ornament kit","members":true,"cost":100000,"lowalch":40000,"highalch":60000,"wiki_name":"Menaphite ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Menaphite_ornament_kit","price":0},"27257":{"id":27257,"name":"Icthlarin's shroud (tier 1)","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"wiki_name":"Icthlarin's shroud (tier 1)","wiki_url":"https://oldschool.runescape.wiki/w/Icthlarin's_shroud_(tier_1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"27259":{"id":27259,"name":"Icthlarin's shroud (tier 2)","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Icthlarin's shroud (tier 2)","wiki_url":"https://oldschool.runescape.wiki/w/Icthlarin's_shroud_(tier_2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"27261":{"id":27261,"name":"Icthlarin's shroud (tier 3)","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Icthlarin's shroud (tier 3)","wiki_url":"https://oldschool.runescape.wiki/w/Icthlarin's_shroud_(tier_3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"27263":{"id":27263,"name":"Icthlarin's shroud (tier 4)","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Icthlarin's shroud (tier 4)","wiki_url":"https://oldschool.runescape.wiki/w/Icthlarin's_shroud_(tier_4)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"27265":{"id":27265,"name":"Icthlarin's shroud (tier 5)","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Icthlarin's shroud (tier 5)","wiki_url":"https://oldschool.runescape.wiki/w/Icthlarin's_shroud_(tier_5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"27267":{"id":27267,"name":"Icthlarin's hood (tier 5)","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Icthlarin's hood (tier 5)","wiki_url":"https://oldschool.runescape.wiki/w/Icthlarin's_hood_(tier_5)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27269":{"id":27269,"name":"Armadylean plate","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100000,"lowalch":40000,"highalch":60000,"wiki_name":"Armadylean plate","wiki_url":"https://oldschool.runescape.wiki/w/Armadylean_plate","price":11843835},"27272":{"id":27272,"name":"Lily of the sands","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":13000,"wiki_name":"Lily of the sands","wiki_url":"https://oldschool.runescape.wiki/w/Lily_of_the_sands","price":2023},"27275":{"id":27275,"name":"Tumeken's shadow","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":7000000,"lowalch":2800000,"highalch":4200000,"wiki_name":"Tumeken's shadow (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Tumeken's_shadow#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":35,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":20,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"2h","requirements":{"magic":85}},"weapon":{"attack_speed":5,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":0},"27277":{"id":27277,"name":"Tumeken's shadow (uncharged)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":7000000,"lowalch":2800000,"highalch":4200000,"buy_limit":8,"wiki_name":"Tumeken's shadow (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Tumeken's_shadow#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":35,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":20,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"2h","requirements":{"magic":85}},"weapon":{"attack_speed":5,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":1403630163},"27279":{"id":27279,"name":"Thread of elidinis","members":true,"cost":14000,"wiki_name":"Thread of elidinis","wiki_url":"https://oldschool.runescape.wiki/w/Thread_of_elidinis","price":0},"27281":{"id":27281,"name":"Divine rune pouch","members":true,"cost":20000,"lowalch":8000,"highalch":12000,"wiki_name":"Divine rune pouch (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_rune_pouch#Normal","price":0},"27283":{"id":27283,"name":"Breach of the scarab","members":true,"cost":300000,"lowalch":120000,"highalch":180000,"wiki_name":"Breach of the scarab","wiki_url":"https://oldschool.runescape.wiki/w/Breach_of_the_scarab","price":0},"27285":{"id":27285,"name":"Eye of the corruptor","members":true,"cost":300000,"lowalch":120000,"highalch":180000,"wiki_name":"Eye of the corruptor","wiki_url":"https://oldschool.runescape.wiki/w/Eye_of_the_corruptor","price":0},"27287":{"id":27287,"name":"Keris partisan of corruption","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":300000,"wiki_name":"Keris partisan of corruption","wiki_url":"https://oldschool.runescape.wiki/w/Keris_partisan_of_corruption","equipment":{"attack_stab":58,"attack_slash":-2,"attack_crush":57,"attack_magic":2,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":45,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"weapon","requirements":{"attack":80}},"weapon":{"attack_speed":4,"weapon_type":"partisan","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0,"lowalch":120000,"highalch":180000},"27289":{"id":27289,"name":"Jewel of the sun","members":true,"cost":300000,"lowalch":120000,"highalch":180000,"wiki_name":"Jewel of the sun","wiki_url":"https://oldschool.runescape.wiki/w/Jewel_of_the_sun","price":0},"27291":{"id":27291,"name":"Keris partisan of the sun","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":300000,"wiki_name":"Keris partisan of the sun","wiki_url":"https://oldschool.runescape.wiki/w/Keris_partisan_of_the_sun","equipment":{"attack_stab":58,"attack_slash":-2,"attack_crush":57,"attack_magic":2,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":45,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"weapon","requirements":{"attack":80}},"weapon":{"attack_speed":4,"weapon_type":"partisan","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0,"lowalch":120000,"highalch":180000},"27293":{"id":27293,"name":"Cache of runes","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Cache of runes","wiki_url":"https://oldschool.runescape.wiki/w/Cache_of_runes","price":0},"27295":{"id":27295,"name":"Water container","members":true,"cost":100,"wiki_name":"Water container (Tombs of Amascut)","wiki_url":"https://oldschool.runescape.wiki/w/Water_container_(Tombs_of_Amascut)","price":0},"27296":{"id":27296,"name":"Mirror","members":true,"cost":100,"wiki_name":"Mirror (Tombs of Amascut)","wiki_url":"https://oldschool.runescape.wiki/w/Mirror_(Tombs_of_Amascut)","price":0},"27297":{"id":27297,"name":"Neutralising potion","members":true,"stackable":true,"cost":50,"wiki_name":"Neutralising potion","wiki_url":"https://oldschool.runescape.wiki/w/Neutralising_potion","price":0},"27298":{"id":27298,"name":"Maisa's message","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Maisa's message","wiki_url":"https://oldschool.runescape.wiki/w/Maisa's_message","price":0},"27299":{"id":27299,"name":"Antique lamp","members":true,"cost":50,"wiki_name":"Antique lamp (Into the Tombs)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(Into_the_Tombs)","price":0},"27300":{"id":27300,"name":"Akila's journal","members":true,"cost":30,"wiki_name":"Akila's journal","wiki_url":"https://oldschool.runescape.wiki/w/Akila's_journal","price":0},"27302":{"id":27302,"name":"Het's capture","members":true,"cost":30,"wiki_name":"Het's capture","wiki_url":"https://oldschool.runescape.wiki/w/Het's_capture","price":0},"27304":{"id":27304,"name":"Apmeken's capture","members":true,"cost":30,"wiki_name":"Apmeken's capture","wiki_url":"https://oldschool.runescape.wiki/w/Apmeken's_capture","price":0},"27306":{"id":27306,"name":"Scabaras' capture","members":true,"cost":30,"wiki_name":"Scabaras' capture","wiki_url":"https://oldschool.runescape.wiki/w/Scabaras'_capture","price":0},"27308":{"id":27308,"name":"Crondis' capture","members":true,"cost":30,"wiki_name":"Crondis' capture","wiki_url":"https://oldschool.runescape.wiki/w/Crondis'_capture","price":0},"27310":{"id":27310,"name":"The wardens","members":true,"cost":30,"wiki_name":"The wardens","wiki_url":"https://oldschool.runescape.wiki/w/The_wardens","price":0},"27312":{"id":27312,"name":"The jackal's torch","members":true,"cost":30,"wiki_name":"The jackal's torch","wiki_url":"https://oldschool.runescape.wiki/w/The_jackal's_torch","price":0},"27314":{"id":27314,"name":"Supplies","members":true,"cost":200,"wiki_name":"Supplies (Tombs of Amascut)","wiki_url":"https://oldschool.runescape.wiki/w/Supplies_(Tombs_of_Amascut)","price":0},"27315":{"id":27315,"name":"Nectar (4)","members":true,"tradeable":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Nectar (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Nectar#4_dose","price":0},"27317":{"id":27317,"name":"Nectar (3)","members":true,"tradeable":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Nectar (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Nectar#3_dose","price":0},"27319":{"id":27319,"name":"Nectar (2)","members":true,"tradeable":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Nectar (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Nectar#2_dose","price":0},"27321":{"id":27321,"name":"Nectar (1)","members":true,"tradeable":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Nectar (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Nectar#1_dose","price":0},"27323":{"id":27323,"name":"Silk dressing (2)","members":true,"tradeable":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Silk dressing (2 uses)","wiki_url":"https://oldschool.runescape.wiki/w/Silk_dressing#2_uses","price":0},"27325":{"id":27325,"name":"Silk dressing (1)","members":true,"tradeable":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Silk dressing (1 use)","wiki_url":"https://oldschool.runescape.wiki/w/Silk_dressing#1_use","price":0},"27327":{"id":27327,"name":"Tears of elidinis (4)","members":true,"tradeable":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Tears of elidinis (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Tears_of_elidinis#4_dose","price":0},"27329":{"id":27329,"name":"Tears of elidinis (3)","members":true,"tradeable":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Tears of elidinis (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Tears_of_elidinis#3_dose","price":0},"27331":{"id":27331,"name":"Tears of elidinis (2)","members":true,"tradeable":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Tears of elidinis (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Tears_of_elidinis#2_dose","price":0},"27333":{"id":27333,"name":"Tears of elidinis (1)","members":true,"tradeable":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Tears of elidinis (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Tears_of_elidinis#1_dose","price":0},"27335":{"id":27335,"name":"Blessed crystal scarab (2)","members":true,"tradeable":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Blessed crystal scarab (2 uses)","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_crystal_scarab#2_uses","price":0},"27337":{"id":27337,"name":"Blessed crystal scarab (1)","members":true,"tradeable":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Blessed crystal scarab (1 use)","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_crystal_scarab#1_use","price":0},"27339":{"id":27339,"name":"Liquid adrenaline (2)","members":true,"tradeable":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Liquid adrenaline (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Liquid_adrenaline#2_dose","price":0},"27341":{"id":27341,"name":"Liquid adrenaline (1)","members":true,"tradeable":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Liquid adrenaline (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Liquid_adrenaline#1_dose","price":0},"27343":{"id":27343,"name":"Smelling salts (2)","members":true,"tradeable":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Smelling salts (2 uses)","wiki_url":"https://oldschool.runescape.wiki/w/Smelling_salts#2_uses","price":0},"27345":{"id":27345,"name":"Smelling salts (1)","members":true,"tradeable":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Smelling salts (1 use)","wiki_url":"https://oldschool.runescape.wiki/w/Smelling_salts#1_use","price":0},"27347":{"id":27347,"name":"Ambrosia (2)","members":true,"tradeable":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Ambrosia (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Ambrosia#2_dose","price":0},"27349":{"id":27349,"name":"Ambrosia (1)","members":true,"tradeable":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Ambrosia (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Ambrosia#1_dose","price":0},"27351":{"id":27351,"name":"Honey locust","members":true,"stackable":true,"cost":30,"wiki_name":"Honey locust","wiki_url":"https://oldschool.runescape.wiki/w/Honey_locust","price":0},"27352":{"id":27352,"name":"Tumeken's guardian","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tumeken's guardian (Tumeken's Guardian)","wiki_url":"https://oldschool.runescape.wiki/w/Tumeken's_guardian#Tumeken's_Guardian","price":0},"27354":{"id":27354,"name":"Elidinis' guardian","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tumeken's guardian (Elidinis' Guardian)","wiki_url":"https://oldschool.runescape.wiki/w/Tumeken's_guardian#Elidinis'_Guardian","price":0},"27355":{"id":27355,"name":"Masori armour set (f)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":145000,"lowalch":58000,"highalch":87000,"wiki_name":"Masori armour set (f)","wiki_url":"https://oldschool.runescape.wiki/w/Masori_armour_set_(f)","price":199972500},"27358":{"id":27358,"name":"Tome of fire","tradeable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tome of fire (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Tome_of_fire#Empty","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":8,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":8,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":{"magic":50}},"price":0},"27359":{"id":27359,"name":"Masori assembler (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Masori assembler (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Masori_assembler#Broken","price":0},"27361":{"id":27361,"name":"Masori assembler max cape (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Masori assembler max cape (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Masori_assembler_max_cape#Broken","price":0},"27363":{"id":27363,"name":"Masori assembler max cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Masori assembler max cape (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Masori_assembler_max_cape#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":8,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":8,"defence_ranged":2,"melee_strength":0,"ranged_strength":2,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"27365":{"id":27365,"name":"Masori assembler max cape (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Masori assembler max cape (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Masori_assembler_max_cape#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":8,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":8,"defence_ranged":2,"melee_strength":0,"ranged_strength":2,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"27366":{"id":27366,"name":"Masori assembler max hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Masori assembler max hood","wiki_url":"https://oldschool.runescape.wiki/w/Masori_assembler_max_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":{"attack":99,"strength":99,"defence":99,"hitpoints":99,"ranged":99,"prayer":99,"magic":99,"cooking":99,"woodcutting":99,"fletching":99,"fishing":99,"firemaking":99,"crafting":99,"smithing":99,"mining":99,"herblore":99,"agility":99,"thieving":99,"slayer":99,"farming":99,"runecraft":99,"hunter":99,"construction":99}},"price":0},"27368":{"id":27368,"name":"Dawn scarab egg","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Dawn scarab egg","wiki_url":"https://oldschool.runescape.wiki/w/Dawn_scarab_egg","price":0},"27369":{"id":27369,"name":"Ancient key","members":true,"cost":30,"wiki_name":"Ancient key (Tombs of Amascut)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_key_(Tombs_of_Amascut)","price":0},"27370":{"id":27370,"name":"Mask of rebirth","members":true,"equipable":true,"equipable_by_player":true,"cost":2000,"wiki_name":"Mask of rebirth","wiki_url":"https://oldschool.runescape.wiki/w/Mask_of_rebirth","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27372":{"id":27372,"name":"Masori crafting kit","members":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Masori crafting kit","wiki_url":"https://oldschool.runescape.wiki/w/Masori_crafting_kit","price":0},"27374":{"id":27374,"name":"Masori assembler","members":true,"equipable":true,"equipable_by_player":true,"cost":51000,"lowalch":20400,"highalch":30600,"wiki_name":"Masori assembler (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Masori_assembler#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":8,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":8,"defence_ranged":2,"melee_strength":0,"ranged_strength":2,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"ranged":70}},"price":0},"27376":{"id":27376,"name":"Masori assembler (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":51000,"lowalch":20400,"highalch":30600,"wiki_name":"Masori assembler (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Masori_assembler#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":8,"defence_stab":1,"defence_slash":1,"defence_crush":1,"defence_magic":8,"defence_ranged":2,"melee_strength":0,"ranged_strength":2,"magic_damage":0,"prayer":0,"slot":"cape","requirements":{"ranged":70}},"price":0},"27377":{"id":27377,"name":"Remnant of akkha","members":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Remnant of akkha","wiki_url":"https://oldschool.runescape.wiki/w/Remnant_of_akkha","price":0},"27378":{"id":27378,"name":"Remnant of ba-ba","members":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Remnant of ba-ba","wiki_url":"https://oldschool.runescape.wiki/w/Remnant_of_ba-ba","price":0},"27379":{"id":27379,"name":"Remnant of kephri","members":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Remnant of kephri","wiki_url":"https://oldschool.runescape.wiki/w/Remnant_of_kephri","price":0},"27380":{"id":27380,"name":"Remnant of zebak","members":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Remnant of zebak","wiki_url":"https://oldschool.runescape.wiki/w/Remnant_of_zebak","price":0},"27381":{"id":27381,"name":"Ancient remnant","members":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Ancient remnant","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_remnant","price":0},"27382":{"id":27382,"name":"Akkhito","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tumeken's guardian (Akkhito)","wiki_url":"https://oldschool.runescape.wiki/w/Tumeken's_guardian#Akkhito","price":0},"27383":{"id":27383,"name":"Babi","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tumeken's guardian (Babi)","wiki_url":"https://oldschool.runescape.wiki/w/Tumeken's_guardian#Babi","price":0},"27384":{"id":27384,"name":"Kephriti","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tumeken's guardian (Kephriti)","wiki_url":"https://oldschool.runescape.wiki/w/Tumeken's_guardian#Kephriti","price":0},"27385":{"id":27385,"name":"Zebo","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tumeken's guardian (Zebo)","wiki_url":"https://oldschool.runescape.wiki/w/Tumeken's_guardian#Zebo","price":0},"27386":{"id":27386,"name":"Tumeken's damaged guardian","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tumeken's guardian (Tumeken's Damaged Guardian)","wiki_url":"https://oldschool.runescape.wiki/w/Tumeken's_guardian#Tumeken's_Damaged_Guardian","price":0},"27387":{"id":27387,"name":"Elidinis' damaged guardian","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Tumeken's guardian (Elidinis' Damaged Guardian)","wiki_url":"https://oldschool.runescape.wiki/w/Tumeken's_guardian#Elidinis'_Damaged_Guardian","price":0},"27388":{"id":27388,"name":"Adventurer's top (t1)","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"wiki_name":"Adventurer's top (t1)","wiki_url":"https://oldschool.runescape.wiki/w/Adventurer's_top_(t1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"27390":{"id":27390,"name":"Adventurer's trousers (t1)","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"wiki_name":"Adventurer's trousers (t1)","wiki_url":"https://oldschool.runescape.wiki/w/Adventurer's_trousers_(t1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"27392":{"id":27392,"name":"Adventurer's hood (t1)","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"wiki_name":"Adventurer's hood (t1)","wiki_url":"https://oldschool.runescape.wiki/w/Adventurer's_hood_(t1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27394":{"id":27394,"name":"Adventurer's boots (t1)","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"wiki_name":"Adventurer's boots (t1)","wiki_url":"https://oldschool.runescape.wiki/w/Adventurer's_boots_(t1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"27396":{"id":27396,"name":"Adventurer's top (t2)","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"wiki_name":"Adventurer's top (t2)","wiki_url":"https://oldschool.runescape.wiki/w/Adventurer's_top_(t2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"27398":{"id":27398,"name":"Adventurer's trousers (t2)","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"wiki_name":"Adventurer's trousers (t2)","wiki_url":"https://oldschool.runescape.wiki/w/Adventurer's_trousers_(t2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"27400":{"id":27400,"name":"Adventurer's hood (t2)","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"wiki_name":"Adventurer's hood (t2)","wiki_url":"https://oldschool.runescape.wiki/w/Adventurer's_hood_(t2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27402":{"id":27402,"name":"Adventurer's boots (t2)","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"wiki_name":"Adventurer's boots (t2)","wiki_url":"https://oldschool.runescape.wiki/w/Adventurer's_boots_(t2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"27404":{"id":27404,"name":"Adventurer's top (t3)","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"wiki_name":"Adventurer's top (t3)","wiki_url":"https://oldschool.runescape.wiki/w/Adventurer's_top_(t3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"27406":{"id":27406,"name":"Adventurer's trousers (t3)","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"wiki_name":"Adventurer's trousers (t3)","wiki_url":"https://oldschool.runescape.wiki/w/Adventurer's_trousers_(t3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"27408":{"id":27408,"name":"Adventurer's hood (t3)","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"wiki_name":"Adventurer's hood (t3)","wiki_url":"https://oldschool.runescape.wiki/w/Adventurer's_hood_(t3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27410":{"id":27410,"name":"Adventurer's boots (t3)","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"wiki_name":"Adventurer's boots (t3)","wiki_url":"https://oldschool.runescape.wiki/w/Adventurer's_boots_(t3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"27412":{"id":27412,"name":"Adventurer's vambraces","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"wiki_name":"Adventurer's vambraces","wiki_url":"https://oldschool.runescape.wiki/w/Adventurer's_vambraces","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"27414":{"id":27414,"name":"Giant stopwatch","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":50,"wiki_name":"Giant stopwatch","wiki_url":"https://oldschool.runescape.wiki/w/Giant_stopwatch","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"27416":{"id":27416,"name":"Speedy teleport scroll","members":true,"cost":50,"wiki_name":"Speedy teleport scroll","wiki_url":"https://oldschool.runescape.wiki/w/Speedy_teleport_scroll","price":0},"27418":{"id":27418,"name":"Bronze speedrun trophy","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":50,"wiki_name":"Bronze speedrun trophy","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_speedrun_trophy","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"27420":{"id":27420,"name":"Silver speedrun trophy","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":50,"wiki_name":"Silver speedrun trophy","wiki_url":"https://oldschool.runescape.wiki/w/Silver_speedrun_trophy","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"27422":{"id":27422,"name":"Gold speedrun trophy","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":50,"wiki_name":"Gold speedrun trophy","wiki_url":"https://oldschool.runescape.wiki/w/Gold_speedrun_trophy","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"27424":{"id":27424,"name":"Platinum speedrun trophy","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":50,"wiki_name":"Platinum speedrun trophy","wiki_url":"https://oldschool.runescape.wiki/w/Platinum_speedrun_trophy","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"27426":{"id":27426,"name":"Dynamite(p)","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Dynamite(p)","wiki_url":"https://oldschool.runescape.wiki/w/Dynamite(p)","price":0},"27427":{"id":27427,"name":"Clue scroll (special)","cost":20,"lowalch":8,"highalch":12,"wiki_name":"Clue scroll (special)","wiki_url":"https://oldschool.runescape.wiki/w/Clue_scroll_(special)","price":0},"27428":{"id":27428,"name":"Hood of ruin","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Hood of ruin","wiki_url":"https://oldschool.runescape.wiki/w/Hood_of_ruin","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27430":{"id":27430,"name":"Robe top of ruin","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Robe top of ruin","wiki_url":"https://oldschool.runescape.wiki/w/Robe_top_of_ruin","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"27432":{"id":27432,"name":"Robe bottom of ruin","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Robe bottom of ruin","wiki_url":"https://oldschool.runescape.wiki/w/Robe_bottom_of_ruin","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"27434":{"id":27434,"name":"Gloves of ruin","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Gloves of ruin","wiki_url":"https://oldschool.runescape.wiki/w/Gloves_of_ruin","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"27436":{"id":27436,"name":"Socks of ruin","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Socks of ruin","wiki_url":"https://oldschool.runescape.wiki/w/Socks_of_ruin","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"27438":{"id":27438,"name":"Cloak of ruin","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Cloak of ruin","wiki_url":"https://oldschool.runescape.wiki/w/Cloak_of_ruin","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"27440":{"id":27440,"name":"Infinite money bag","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Infinite money bag","wiki_url":"https://oldschool.runescape.wiki/w/Infinite_money_bag","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"27442":{"id":27442,"name":"Adventurer's cape","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Adventurer's cape","wiki_url":"https://oldschool.runescape.wiki/w/Adventurer's_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"27444":{"id":27444,"name":"Graceful hood","members":true,"equipable":true,"equipable_by_player":true,"cost":35,"lowalch":14,"highalch":21,"wiki_name":"Graceful hood (Adventurer) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_hood_(Adventurer)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27447":{"id":27447,"name":"Graceful cape","members":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Graceful cape (Adventurer) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_cape_(Adventurer)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"27450":{"id":27450,"name":"Graceful top","members":true,"equipable":true,"equipable_by_player":true,"cost":55,"lowalch":22,"highalch":33,"wiki_name":"Graceful top (Adventurer) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_top_(Adventurer)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"27453":{"id":27453,"name":"Graceful legs","members":true,"equipable":true,"equipable_by_player":true,"cost":60,"lowalch":24,"highalch":36,"wiki_name":"Graceful legs (Adventurer) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_legs_(Adventurer)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"27456":{"id":27456,"name":"Graceful gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Graceful gloves (Adventurer) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_gloves_(Adventurer)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"27459":{"id":27459,"name":"Graceful boots","members":true,"equipable":true,"equipable_by_player":true,"cost":40,"lowalch":16,"highalch":24,"wiki_name":"Graceful boots (Adventurer) (Inventory)","wiki_url":"https://oldschool.runescape.wiki/w/Graceful_boots_(Adventurer)#Inventory","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"27462":{"id":27462,"name":"Fresh start helper","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Fresh start helper","wiki_url":"https://oldschool.runescape.wiki/w/Fresh_start_helper","price":0},"27463":{"id":27463,"name":"Treat cauldron","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Treat cauldron (Style 1)","wiki_url":"https://oldschool.runescape.wiki/w/Treat_cauldron#Style_1","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"27465":{"id":27465,"name":"Treat cauldron","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Treat cauldron (Style 2)","wiki_url":"https://oldschool.runescape.wiki/w/Treat_cauldron#Style_2","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"27467":{"id":27467,"name":"Treat cauldron","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Treat cauldron (Style 3)","wiki_url":"https://oldschool.runescape.wiki/w/Treat_cauldron#Style_3","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"27469":{"id":27469,"name":"Treat cauldron","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Treat cauldron (Style 4)","wiki_url":"https://oldschool.runescape.wiki/w/Treat_cauldron#Style_4","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"27471":{"id":27471,"name":"Treat cauldron","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Treat cauldron (Style 5)","wiki_url":"https://oldschool.runescape.wiki/w/Treat_cauldron#Style_5","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"27473":{"id":27473,"name":"Witch hat","equipable":true,"equipable_by_player":true,"cost":0,"wiki_name":"Witch hat","wiki_url":"https://oldschool.runescape.wiki/w/Witch_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27475":{"id":27475,"name":"Witch top","equipable":true,"equipable_by_player":true,"cost":0,"wiki_name":"Witch top","wiki_url":"https://oldschool.runescape.wiki/w/Witch_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"27477":{"id":27477,"name":"Witch robes","equipable":true,"equipable_by_player":true,"cost":0,"wiki_name":"Witch robes","wiki_url":"https://oldschool.runescape.wiki/w/Witch_robes","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"27479":{"id":27479,"name":"Witch boots","equipable":true,"equipable_by_player":true,"cost":0,"wiki_name":"Witch boots","wiki_url":"https://oldschool.runescape.wiki/w/Witch_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"27481":{"id":27481,"name":"Witch cape","equipable":true,"equipable_by_player":true,"cost":0,"wiki_name":"Witch cape","wiki_url":"https://oldschool.runescape.wiki/w/Witch_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"27483":{"id":27483,"name":"Terrifying charm","equipable":true,"equipable_by_player":true,"cost":0,"wiki_name":"Terrifying charm","wiki_url":"https://oldschool.runescape.wiki/w/Terrifying_charm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":null},"price":0},"27485":{"id":27485,"name":"Bruised banana","tradeable":true,"noteable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Bruised banana","wiki_url":"https://oldschool.runescape.wiki/w/Bruised_banana","price":0},"27488":{"id":27488,"name":"Smelly sock","tradeable":true,"noteable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Smelly sock","wiki_url":"https://oldschool.runescape.wiki/w/Smelly_sock","price":0},"27491":{"id":27491,"name":"Spooky egg","tradeable":true,"noteable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Spooky egg","wiki_url":"https://oldschool.runescape.wiki/w/Spooky_egg","price":0},"27494":{"id":27494,"name":"Old wool","tradeable":true,"noteable":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Old wool","wiki_url":"https://oldschool.runescape.wiki/w/Old_wool","price":0},"27497":{"id":27497,"name":"Halloween wig","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Halloween wig (Style 1)","wiki_url":"https://oldschool.runescape.wiki/w/Halloween_wig#Style_1","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27499":{"id":27499,"name":"Halloween wig","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Halloween wig (Style 2)","wiki_url":"https://oldschool.runescape.wiki/w/Halloween_wig#Style_2","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27501":{"id":27501,"name":"Halloween wig","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Halloween wig (Style 3)","wiki_url":"https://oldschool.runescape.wiki/w/Halloween_wig#Style_3","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27503":{"id":27503,"name":"Halloween wig","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Halloween wig (Style 4)","wiki_url":"https://oldschool.runescape.wiki/w/Halloween_wig#Style_4","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27505":{"id":27505,"name":"Halloween wig","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Halloween wig (Style 5)","wiki_url":"https://oldschool.runescape.wiki/w/Halloween_wig#Style_5","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27507":{"id":27507,"name":"Halloween wig","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Halloween wig (Style 6)","wiki_url":"https://oldschool.runescape.wiki/w/Halloween_wig#Style_6","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27509":{"id":27509,"name":"Divine rune pouch (l)","members":true,"cost":20000,"lowalch":8000,"highalch":12000,"wiki_name":"Divine rune pouch (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Divine_rune_pouch#Locked","price":0},"27511":{"id":27511,"name":"Kasonde's journal","members":true,"cost":30,"wiki_name":"Kasonde's journal","wiki_url":"https://oldschool.runescape.wiki/w/Kasonde's_journal","price":0},"27513":{"id":27513,"name":"Word translations","members":true,"cost":30,"wiki_name":"Word translations","wiki_url":"https://oldschool.runescape.wiki/w/Word_translations","price":0},"27515":{"id":27515,"name":"Dirty note","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Dirty note (Mount Quidamortem)","wiki_url":"https://oldschool.runescape.wiki/w/Dirty_note#Mount_Quidamortem","price":0},"27516":{"id":27516,"name":"Dirty note","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Dirty note (Lake Molch Island)","wiki_url":"https://oldschool.runescape.wiki/w/Dirty_note#Lake_Molch_Island","price":0},"27517":{"id":27517,"name":"Dirty note","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Dirty note (Ruins of Morra)","wiki_url":"https://oldschool.runescape.wiki/w/Dirty_note#Ruins_of_Morra","price":0},"27518":{"id":27518,"name":"Warning note","members":true,"cost":30,"wiki_name":"Warning note","wiki_url":"https://oldschool.runescape.wiki/w/Warning_note","price":0},"27519":{"id":27519,"name":"Stone tablet","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Stone tablet (The Garden of Death) (Mount Quidamortem)","wiki_url":"https://oldschool.runescape.wiki/w/Stone_tablet_(The_Garden_of_Death)#Mount_Quidamortem","price":0},"27520":{"id":27520,"name":"Stone tablet","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Stone tablet (The Garden of Death) (Lake Molch Island)","wiki_url":"https://oldschool.runescape.wiki/w/Stone_tablet_(The_Garden_of_Death)#Lake_Molch_Island","price":0},"27521":{"id":27521,"name":"Stone tablet","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Stone tablet (The Garden of Death) (Kebos Swamp)","wiki_url":"https://oldschool.runescape.wiki/w/Stone_tablet_(The_Garden_of_Death)#Kebos_Swamp","price":0},"27522":{"id":27522,"name":"Stone tablet","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Stone tablet (The Garden of Death) (Ruins of Morra)","wiki_url":"https://oldschool.runescape.wiki/w/Stone_tablet_(The_Garden_of_Death)#Ruins_of_Morra","price":0},"27523":{"id":27523,"name":"Wood carving","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Wood carving (Mount Quidamortem 1)","wiki_url":"https://oldschool.runescape.wiki/w/Wood_carving#Mount_Quidamortem_1","price":0},"27524":{"id":27524,"name":"Wood carving","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Wood carving (Mount Quidamortem 2)","wiki_url":"https://oldschool.runescape.wiki/w/Wood_carving#Mount_Quidamortem_2","price":0},"27525":{"id":27525,"name":"Wood carving","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Wood carving (Lake Molch Island 1)","wiki_url":"https://oldschool.runescape.wiki/w/Wood_carving#Lake_Molch_Island_1","price":0},"27526":{"id":27526,"name":"Wood carving","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Wood carving (Lake Molch Island 2)","wiki_url":"https://oldschool.runescape.wiki/w/Wood_carving#Lake_Molch_Island_2","price":0},"27527":{"id":27527,"name":"Wood carving","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Wood carving (Lake Molch Island 3)","wiki_url":"https://oldschool.runescape.wiki/w/Wood_carving#Lake_Molch_Island_3","price":0},"27528":{"id":27528,"name":"Wood carving","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Wood carving (Kebos Swamp 1)","wiki_url":"https://oldschool.runescape.wiki/w/Wood_carving#Kebos_Swamp_1","price":0},"27529":{"id":27529,"name":"Wood carving","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Wood carving (Kebos Swamp 2)","wiki_url":"https://oldschool.runescape.wiki/w/Wood_carving#Kebos_Swamp_2","price":0},"27530":{"id":27530,"name":"Wood carving","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Wood carving (Kebos Swamp 3)","wiki_url":"https://oldschool.runescape.wiki/w/Wood_carving#Kebos_Swamp_3","price":0},"27531":{"id":27531,"name":"Wood carving","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Wood carving (Kebos Swamp 4)","wiki_url":"https://oldschool.runescape.wiki/w/Wood_carving#Kebos_Swamp_4","price":0},"27532":{"id":27532,"name":"Compass","members":true,"cost":30,"wiki_name":"Compass (The Garden of Death)","wiki_url":"https://oldschool.runescape.wiki/w/Compass_(The_Garden_of_Death)","price":0},"27533":{"id":27533,"name":"Wood carving","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Wood carving (Ruins of Morra 1)","wiki_url":"https://oldschool.runescape.wiki/w/Wood_carving#Ruins_of_Morra_1","price":0},"27534":{"id":27534,"name":"Wood carving","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Wood carving (Ruins of Morra 2)","wiki_url":"https://oldschool.runescape.wiki/w/Wood_carving#Ruins_of_Morra_2","price":0},"27535":{"id":27535,"name":"Wood carving","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Wood carving (Ruins of Morra 3)","wiki_url":"https://oldschool.runescape.wiki/w/Wood_carving#Ruins_of_Morra_3","price":0},"27536":{"id":27536,"name":"Wood carving","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Wood carving (Ruins of Morra 4)","wiki_url":"https://oldschool.runescape.wiki/w/Wood_carving#Ruins_of_Morra_4","price":0},"27537":{"id":27537,"name":"Wood carving","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Wood carving (Ruins of Morra 5)","wiki_url":"https://oldschool.runescape.wiki/w/Wood_carving#Ruins_of_Morra_5","price":0},"27543":{"id":27543,"name":"Antique lamp","members":true,"cost":50,"wiki_name":"Antique lamp (Legends' Quest)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(Legends'_Quest)","price":0},"27544":{"id":27544,"name":"Ghommal's lucky penny","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ghommal's lucky penny","wiki_url":"https://oldschool.runescape.wiki/w/Ghommal's_lucky_penny","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":null},"price":0},"27546":{"id":27546,"name":"Anim offhand","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Anim offhand (Avernic 5)","wiki_url":"https://oldschool.runescape.wiki/w/Anim_offhand#Avernic_5","price":0},"27548":{"id":27548,"name":"Anim offhand","cost":1,"lowalch":0,"highalch":0,"wiki_name":"Anim offhand (Avernic 6)","wiki_url":"https://oldschool.runescape.wiki/w/Anim_offhand#Avernic_6","price":0},"27550":{"id":27550,"name":"Ghommal's avernic defender 5","members":true,"equipable":true,"equipable_by_player":true,"cost":2500000,"lowalch":1000000,"highalch":1500000,"wiki_name":"Ghommal's avernic defender 5 (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Ghommal's_avernic_defender_5#Normal","equipment":{"attack_stab":30,"attack_slash":29,"attack_crush":28,"attack_magic":-5,"attack_ranged":-4,"defence_stab":30,"defence_slash":29,"defence_crush":28,"defence_magic":-5,"defence_ranged":-4,"melee_strength":8,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"27551":{"id":27551,"name":"Ghommal's avernic defender 5 (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":2500000,"lowalch":1000000,"highalch":1500000,"wiki_name":"Ghommal's avernic defender 5 (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Ghommal's_avernic_defender_5#Locked","equipment":{"attack_stab":30,"attack_slash":29,"attack_crush":28,"attack_magic":-5,"attack_ranged":-4,"defence_stab":30,"defence_slash":29,"defence_crush":28,"defence_magic":-5,"defence_ranged":-4,"melee_strength":8,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"27552":{"id":27552,"name":"Ghommal's avernic defender 6","members":true,"equipable":true,"equipable_by_player":true,"cost":2500000,"lowalch":1000000,"highalch":1500000,"wiki_name":"Ghommal's avernic defender 6 (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Ghommal's_avernic_defender_6#Normal","equipment":{"attack_stab":30,"attack_slash":29,"attack_crush":28,"attack_magic":-5,"attack_ranged":-4,"defence_stab":30,"defence_slash":29,"defence_crush":28,"defence_magic":-5,"defence_ranged":-4,"melee_strength":8,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"27553":{"id":27553,"name":"Ghommal's avernic defender 6 (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":2500000,"lowalch":1000000,"highalch":1500000,"wiki_name":"Ghommal's avernic defender 6 (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Ghommal's_avernic_defender_6#Locked","equipment":{"attack_stab":30,"attack_slash":29,"attack_crush":28,"attack_magic":-5,"attack_ranged":-4,"defence_stab":30,"defence_slash":29,"defence_crush":28,"defence_magic":-5,"defence_ranged":-4,"melee_strength":8,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"27554":{"id":27554,"name":"Perfect gingerbread","cost":1,"wiki_name":"Perfect gingerbread","wiki_url":"https://oldschool.runescape.wiki/w/Perfect_gingerbread","price":0},"27555":{"id":27555,"name":"Broken gingerbread","cost":1,"wiki_name":"Broken gingerbread","wiki_url":"https://oldschool.runescape.wiki/w/Broken_gingerbread","price":0},"27556":{"id":27556,"name":"Very broken gingerbread","cost":1,"wiki_name":"Very broken gingerbread","wiki_url":"https://oldschool.runescape.wiki/w/Very_broken_gingerbread","price":0},"27557":{"id":27557,"name":"Shattered gingerbread","cost":1,"wiki_name":"Shattered gingerbread","wiki_url":"https://oldschool.runescape.wiki/w/Shattered_gingerbread","price":0},"27558":{"id":27558,"name":"Sack of coal","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sack of coal (Event)","wiki_url":"https://oldschool.runescape.wiki/w/Sack_of_coal#Event","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"27559":{"id":27559,"name":"Snowball","cost":1,"wiki_name":"Snowball (2022 Christmas event)","wiki_url":"https://oldschool.runescape.wiki/w/Snowball_(2022_Christmas_event)","price":0},"27560":{"id":27560,"name":"Golden snowball","cost":1,"wiki_name":"Golden snowball","wiki_url":"https://oldschool.runescape.wiki/w/Golden_snowball","price":0},"27561":{"id":27561,"name":"Light beer","cost":1,"wiki_name":"Light beer","wiki_url":"https://oldschool.runescape.wiki/w/Light_beer","price":0},"27562":{"id":27562,"name":"Mulled pine","cost":1,"wiki_name":"Mulled pine","wiki_url":"https://oldschool.runescape.wiki/w/Mulled_pine","price":0},"27563":{"id":27563,"name":"Eggnog","cost":1,"wiki_name":"Eggnog","wiki_url":"https://oldschool.runescape.wiki/w/Eggnog","price":0},"27564":{"id":27564,"name":"Santa's list","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Santa's list","wiki_url":"https://oldschool.runescape.wiki/w/Santa's_list","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"27566":{"id":27566,"name":"Christmas jumper","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Christmas jumper","wiki_url":"https://oldschool.runescape.wiki/w/Christmas_jumper","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"27568":{"id":27568,"name":"Snow goggles & hat","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Snow goggles & hat","wiki_url":"https://oldschool.runescape.wiki/w/Snow_goggles_&_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27570":{"id":27570,"name":"Sack of coal","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sack of coal (Reward)","wiki_url":"https://oldschool.runescape.wiki/w/Sack_of_coal#Reward","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"27572":{"id":27572,"name":"Festive nutcracker top","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Nutcracker top (Festive)","wiki_url":"https://oldschool.runescape.wiki/w/Nutcracker_top#Festive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"27574":{"id":27574,"name":"Festive nutcracker trousers","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Nutcracker trousers (Festive)","wiki_url":"https://oldschool.runescape.wiki/w/Nutcracker_trousers#Festive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"27576":{"id":27576,"name":"Festive nutcracker hat","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Nutcracker hat (Festive)","wiki_url":"https://oldschool.runescape.wiki/w/Nutcracker_hat#Festive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27578":{"id":27578,"name":"Festive nutcracker boots","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Nutcracker boots (Festive)","wiki_url":"https://oldschool.runescape.wiki/w/Nutcracker_boots#Festive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"27580":{"id":27580,"name":"Festive nutcracker staff","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Nutcracker staff (Festive)","wiki_url":"https://oldschool.runescape.wiki/w/Nutcracker_staff#Festive","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-100,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-100,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"27582":{"id":27582,"name":"Sweet nutcracker top","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Nutcracker top (Sweet)","wiki_url":"https://oldschool.runescape.wiki/w/Nutcracker_top#Sweet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"27583":{"id":27583,"name":"Sweet nutcracker trousers","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Nutcracker trousers (Sweet)","wiki_url":"https://oldschool.runescape.wiki/w/Nutcracker_trousers#Sweet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"27584":{"id":27584,"name":"Sweet nutcracker hat","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Nutcracker hat (Sweet)","wiki_url":"https://oldschool.runescape.wiki/w/Nutcracker_hat#Sweet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27585":{"id":27585,"name":"Sweet nutcracker boots","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Nutcracker boots (Sweet)","wiki_url":"https://oldschool.runescape.wiki/w/Nutcracker_boots#Sweet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"27586":{"id":27586,"name":"Sweet nutcracker staff","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Nutcracker staff (Sweet)","wiki_url":"https://oldschool.runescape.wiki/w/Nutcracker_staff#Sweet","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-100,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-100,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"27588":{"id":27588,"name":"Festive games crown","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Festive games crown","wiki_url":"https://oldschool.runescape.wiki/w/Festive_games_crown","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27590":{"id":27590,"name":"Muphin","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Muphin (Ranged)","wiki_url":"https://oldschool.runescape.wiki/w/Muphin#Ranged","price":0},"27592":{"id":27592,"name":"Muphin","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Muphin (Melee)","wiki_url":"https://oldschool.runescape.wiki/w/Muphin#Melee","price":0},"27593":{"id":27593,"name":"Muphin","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Muphin (Shielded)","wiki_url":"https://oldschool.runescape.wiki/w/Muphin#Shielded","price":0},"27595":{"id":27595,"name":"Dusty scroll","members":true,"cost":30,"wiki_name":"Dusty scroll (Secrets of the North)","wiki_url":"https://oldschool.runescape.wiki/w/Dusty_scroll_(Secrets_of_the_North)","price":0},"27596":{"id":27596,"name":"Tullia's letter","members":true,"cost":30,"wiki_name":"Tullia's letter","wiki_url":"https://oldschool.runescape.wiki/w/Tullia's_letter","price":0},"27597":{"id":27597,"name":"Ancient map","members":true,"cost":30,"wiki_name":"Ancient map","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_map","price":0},"27598":{"id":27598,"name":"Strange cipher","members":true,"cost":30,"wiki_name":"Strange cipher","wiki_url":"https://oldschool.runescape.wiki/w/Strange_cipher","price":0},"27599":{"id":27599,"name":"Strange list","members":true,"cost":30,"wiki_name":"Strange list","wiki_url":"https://oldschool.runescape.wiki/w/Strange_list","price":0},"27600":{"id":27600,"name":"Duke note","members":true,"cost":30,"wiki_name":"Duke note","wiki_url":"https://oldschool.runescape.wiki/w/Duke_note","price":0},"27601":{"id":27601,"name":"Numbers note","members":true,"cost":30,"wiki_name":"Numbers note","wiki_url":"https://oldschool.runescape.wiki/w/Numbers_note","price":0},"27602":{"id":27602,"name":"Settlements note","members":true,"cost":30,"wiki_name":"Settlements note","wiki_url":"https://oldschool.runescape.wiki/w/Settlements_note","price":0},"27603":{"id":27603,"name":"Lever handle","members":true,"cost":30,"wiki_name":"Lever handle","wiki_url":"https://oldschool.runescape.wiki/w/Lever_handle","price":0},"27604":{"id":27604,"name":"Icy chest","members":true,"cost":30,"wiki_name":"Icy chest","wiki_url":"https://oldschool.runescape.wiki/w/Icy_chest","price":0},"27605":{"id":27605,"name":"Jewel shard","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Jewel shard (Pillar)","wiki_url":"https://oldschool.runescape.wiki/w/Jewel_shard#Pillar","price":0},"27606":{"id":27606,"name":"Jewel shard","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Jewel shard (Chest)","wiki_url":"https://oldschool.runescape.wiki/w/Jewel_shard#Chest","price":0},"27607":{"id":27607,"name":"Ancient jewel","members":true,"cost":30,"wiki_name":"Ancient jewel","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_jewel","price":0},"27608":{"id":27608,"name":"Icy key","members":true,"cost":30,"wiki_name":"Icy key","wiki_url":"https://oldschool.runescape.wiki/w/Icy_key","price":0},"27610":{"id":27610,"name":"Venator bow","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":750000,"lowalch":300000,"highalch":450000,"wiki_name":"Venator bow (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Venator_bow#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":90,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":25,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":80}},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"27612":{"id":27612,"name":"Venator bow (uncharged)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":750000,"lowalch":300000,"highalch":450000,"wiki_name":"Venator bow (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Venator_bow#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":90,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":25,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":68043500},"27614":{"id":27614,"name":"Venator shard","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":150000,"lowalch":60000,"highalch":90000,"buy_limit":8,"wiki_name":"Venator shard","wiki_url":"https://oldschool.runescape.wiki/w/Venator_shard","price":13397627},"27616":{"id":27616,"name":"Ancient essence","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":28,"lowalch":11,"highalch":16,"buy_limit":300000,"wiki_name":"Ancient essence","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_essence","price":9},"27622":{"id":27622,"name":"Frozen cache","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Frozen cache","wiki_url":"https://oldschool.runescape.wiki/w/Frozen_cache","price":0},"27624":{"id":27624,"name":"Ancient sceptre","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":211000,"lowalch":84400,"highalch":126600,"wiki_name":"Ancient sceptre (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_sceptre#Normal","equipment":{"attack_stab":20,"attack_slash":-1,"attack_crush":50,"attack_magic":20,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":15,"defence_ranged":0,"melee_strength":60,"ranged_strength":0,"magic_damage":5,"prayer":-1,"slot":"weapon","requirements":{"magic":70,"strength":60,"attack":50}},"weapon":{"attack_speed":4,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"27626":{"id":27626,"name":"Ancient sceptre (l)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":211000,"lowalch":84400,"highalch":126600,"wiki_name":"Ancient sceptre (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_sceptre#Locked","equipment":{"attack_stab":20,"attack_slash":-1,"attack_crush":50,"attack_magic":20,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":15,"defence_ranged":0,"melee_strength":60,"ranged_strength":0,"magic_damage":5,"prayer":-1,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"27627":{"id":27627,"name":"Ancient icon","members":true,"cost":100000,"wiki_name":"Ancient icon","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_icon","price":0},"27629":{"id":27629,"name":"Forgotten brew(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"buy_limit":2000,"wiki_name":"Forgotten brew (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Forgotten_brew#4_dose","price":7400},"27632":{"id":27632,"name":"Forgotten brew(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":150,"lowalch":60,"highalch":90,"wiki_name":"Forgotten brew (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Forgotten_brew#3_dose","price":3247},"27635":{"id":27635,"name":"Forgotten brew(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Forgotten brew (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Forgotten_brew#2_dose","price":2370},"27638":{"id":27638,"name":"Forgotten brew(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Forgotten brew (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Forgotten_brew#1_dose","price":1820},"27641":{"id":27641,"name":"Saturated heart","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":600000,"lowalch":240000,"highalch":360000,"buy_limit":8,"wiki_name":"Saturated heart","wiki_url":"https://oldschool.runescape.wiki/w/Saturated_heart","price":113983888},"27643":{"id":27643,"name":"Charged ice","members":true,"cost":10000,"wiki_name":"Charged ice","wiki_url":"https://oldschool.runescape.wiki/w/Charged_ice","price":0},"27645":{"id":27645,"name":"Mystic cards","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Mystic cards","wiki_url":"https://oldschool.runescape.wiki/w/Mystic_cards","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-20,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":3,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"27648":{"id":27648,"name":"Venenatis spiderling","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Venenatis spiderling (Retro)","wiki_url":"https://oldschool.runescape.wiki/w/Venenatis_spiderling#Retro","price":0},"27649":{"id":27649,"name":"Callisto cub","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Callisto cub (Retro)","wiki_url":"https://oldschool.runescape.wiki/w/Callisto_cub#Retro","price":0},"27650":{"id":27650,"name":"Vet'ion jr.","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Vet'ion jr. (Normal (retro))","wiki_url":"https://oldschool.runescape.wiki/w/Vet'ion_jr.#Normal_(retro)","price":0},"27651":{"id":27651,"name":"Vet'ion jr.","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Vet'ion jr. (Enraged (retro))","wiki_url":"https://oldschool.runescape.wiki/w/Vet'ion_jr.#Enraged_(retro)","price":0},"27652":{"id":27652,"name":"Webweaver bow (u)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":175000,"lowalch":70000,"highalch":105000,"wiki_name":"Webweaver bow (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Webweaver_bow#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":85,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":65,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":16952500},"27655":{"id":27655,"name":"Webweaver bow","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":175000,"lowalch":70000,"highalch":105000,"wiki_name":"Webweaver bow (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Webweaver_bow#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":85,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":65,"magic_damage":0,"prayer":0,"slot":"2h","requirements":{"ranged":75}},"weapon":{"attack_speed":4,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"27657":{"id":27657,"name":"Ursine chainmace (u)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":175000,"lowalch":70000,"highalch":105000,"buy_limit":8,"wiki_name":"Ursine chainmace (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Ursine_chainmace#Uncharged","equipment":{"attack_stab":53,"attack_slash":-2,"attack_crush":71,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":74,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":3393045},"27660":{"id":27660,"name":"Ursine chainmace","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":175000,"lowalch":70000,"highalch":105000,"wiki_name":"Ursine chainmace (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Ursine_chainmace#Charged","equipment":{"attack_stab":53,"attack_slash":-2,"attack_crush":71,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":74,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"27662":{"id":27662,"name":"Accursed sceptre (u)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":175000,"lowalch":70000,"highalch":105000,"wiki_name":"Accursed sceptre (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Accursed_sceptre#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":22,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":20,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":2396477},"27665":{"id":27665,"name":"Accursed sceptre","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":175000,"lowalch":70000,"highalch":105000,"wiki_name":"Accursed sceptre (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Accursed_sceptre#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":22,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":20,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"magic":70}},"weapon":{"attack_speed":4,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":0},"27667":{"id":27667,"name":"Claws of callisto","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80000,"lowalch":32000,"highalch":48000,"wiki_name":"Claws of callisto","wiki_url":"https://oldschool.runescape.wiki/w/Claws_of_callisto","price":85204},"27670":{"id":27670,"name":"Fangs of venenatis","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":8,"wiki_name":"Fangs of venenatis","wiki_url":"https://oldschool.runescape.wiki/w/Fangs_of_venenatis","price":91891},"27673":{"id":27673,"name":"Skull of vet'ion","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80000,"lowalch":32000,"highalch":48000,"buy_limit":8,"wiki_name":"Skull of vet'ion","wiki_url":"https://oldschool.runescape.wiki/w/Skull_of_vet'ion","price":121830},"27676":{"id":27676,"name":"Accursed sceptre (au)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":120000,"lowalch":48000,"highalch":72000,"wiki_name":"Accursed sceptre (a) (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Accursed_sceptre_(a)#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":22,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":20,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":2471822},"27679":{"id":27679,"name":"Accursed sceptre (a)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":120000,"lowalch":48000,"highalch":72000,"wiki_name":"Accursed sceptre (a) (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Accursed_sceptre_(a)#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":22,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":20,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"27681":{"id":27681,"name":"Voidwaker hilt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":800000,"lowalch":320000,"highalch":480000,"wiki_name":"Voidwaker hilt","wiki_url":"https://oldschool.runescape.wiki/w/Voidwaker_hilt","price":32967801},"27684":{"id":27684,"name":"Voidwaker blade","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":800000,"lowalch":320000,"highalch":480000,"wiki_name":"Voidwaker blade","wiki_url":"https://oldschool.runescape.wiki/w/Voidwaker_blade","price":24555389},"27687":{"id":27687,"name":"Voidwaker gem","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":800000,"lowalch":320000,"highalch":480000,"wiki_name":"Voidwaker gem","wiki_url":"https://oldschool.runescape.wiki/w/Voidwaker_gem","price":30009755},"27690":{"id":27690,"name":"Voidwaker","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":2000000,"lowalch":800000,"highalch":1200000,"buy_limit":70,"wiki_name":"Voidwaker","wiki_url":"https://oldschool.runescape.wiki/w/Voidwaker","equipment":{"attack_stab":70,"attack_slash":80,"attack_crush":-2,"attack_magic":5,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":2,"defence_ranged":0,"melee_strength":80,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":{"attack":75}},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":86408037},"27693":{"id":27693,"name":"Ore pack","members":true,"cost":40,"wiki_name":"Ore pack (Volcanic Mine)","wiki_url":"https://oldschool.runescape.wiki/w/Ore_pack_(Volcanic_Mine)","price":0},"27695":{"id":27695,"name":"Dragon pickaxe (broken)","members":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Dragon pickaxe (broken)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_pickaxe_(broken)","price":0},"27697":{"id":27697,"name":"Crystal body","members":true,"equipable":true,"equipable_by_player":true,"cost":1500000,"lowalch":600000,"highalch":900000,"wiki_name":"Crystal body (Hefin) (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_body_(Hefin)#Active","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-18,"attack_ranged":31,"defence_stab":46,"defence_slash":38,"defence_crush":48,"defence_magic":44,"defence_ranged":68,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"body","requirements":null},"price":0},"27699":{"id":27699,"name":"Crystal body (inactive)","members":true,"equipable":true,"equipable_by_player":true,"cost":1500000,"lowalch":600000,"highalch":900000,"wiki_name":"Crystal body (Hefin) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_body_(Hefin)#Inactive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"27701":{"id":27701,"name":"Crystal legs","members":true,"equipable":true,"equipable_by_player":true,"cost":1000000,"lowalch":400000,"highalch":600000,"wiki_name":"Crystal legs (Hefin) (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_legs_(Hefin)#Active","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-12,"attack_ranged":18,"defence_stab":26,"defence_slash":21,"defence_crush":30,"defence_magic":34,"defence_ranged":38,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"legs","requirements":null},"price":0},"27703":{"id":27703,"name":"Crystal legs (inactive)","members":true,"equipable":true,"equipable_by_player":true,"cost":1000000,"lowalch":400000,"highalch":600000,"wiki_name":"Crystal legs (Hefin) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_legs_(Hefin)#Inactive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"27705":{"id":27705,"name":"Crystal helm","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Crystal helm (Hefin) (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_helm_(Hefin)#Active","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":9,"defence_stab":12,"defence_slash":8,"defence_crush":14,"defence_magic":10,"defence_ranged":18,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"head","requirements":null},"price":0},"27707":{"id":27707,"name":"Crystal helm (inactive)","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Crystal helm (Hefin) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_helm_(Hefin)#Inactive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27709":{"id":27709,"name":"Crystal body","members":true,"equipable":true,"equipable_by_player":true,"cost":1500000,"lowalch":600000,"highalch":900000,"wiki_name":"Crystal body (Ithell) (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_body_(Ithell)#Active","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-18,"attack_ranged":31,"defence_stab":46,"defence_slash":38,"defence_crush":48,"defence_magic":44,"defence_ranged":68,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"body","requirements":null},"price":0},"27711":{"id":27711,"name":"Crystal body (inactive)","members":true,"equipable":true,"equipable_by_player":true,"cost":1500000,"lowalch":600000,"highalch":900000,"wiki_name":"Crystal body (Ithell) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_body_(Ithell)#Inactive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"27713":{"id":27713,"name":"Crystal legs","members":true,"equipable":true,"equipable_by_player":true,"cost":1000000,"lowalch":400000,"highalch":600000,"wiki_name":"Crystal legs (Ithell) (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_legs_(Ithell)#Active","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-12,"attack_ranged":18,"defence_stab":26,"defence_slash":21,"defence_crush":30,"defence_magic":34,"defence_ranged":38,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"legs","requirements":null},"price":0},"27715":{"id":27715,"name":"Crystal legs (inactive)","members":true,"equipable":true,"equipable_by_player":true,"cost":1000000,"lowalch":400000,"highalch":600000,"wiki_name":"Crystal legs (Ithell) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_legs_(Ithell)#Inactive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"27717":{"id":27717,"name":"Crystal helm","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Crystal helm (Ithell) (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_helm_(Ithell)#Active","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":9,"defence_stab":12,"defence_slash":8,"defence_crush":14,"defence_magic":10,"defence_ranged":18,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"head","requirements":null},"price":0},"27719":{"id":27719,"name":"Crystal helm (inactive)","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Crystal helm (Ithell) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_helm_(Ithell)#Inactive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27721":{"id":27721,"name":"Crystal body","members":true,"equipable":true,"equipable_by_player":true,"cost":1500000,"lowalch":600000,"highalch":900000,"wiki_name":"Crystal body (Iorwerth) (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_body_(Iorwerth)#Active","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-18,"attack_ranged":31,"defence_stab":46,"defence_slash":38,"defence_crush":48,"defence_magic":44,"defence_ranged":68,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"body","requirements":null},"price":0},"27723":{"id":27723,"name":"Crystal body (inactive)","members":true,"equipable":true,"equipable_by_player":true,"cost":1500000,"lowalch":600000,"highalch":900000,"wiki_name":"Crystal body (Iorwerth) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_body_(Iorwerth)#Inactive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"27725":{"id":27725,"name":"Crystal legs","members":true,"equipable":true,"equipable_by_player":true,"cost":1000000,"lowalch":400000,"highalch":600000,"wiki_name":"Crystal legs (Iorwerth) (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_legs_(Iorwerth)#Active","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-12,"attack_ranged":18,"defence_stab":26,"defence_slash":21,"defence_crush":30,"defence_magic":34,"defence_ranged":38,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"legs","requirements":null},"price":0},"27727":{"id":27727,"name":"Crystal legs (inactive)","members":true,"equipable":true,"equipable_by_player":true,"cost":1000000,"lowalch":400000,"highalch":600000,"wiki_name":"Crystal legs (Iorwerth) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_legs_(Iorwerth)#Inactive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"27729":{"id":27729,"name":"Crystal helm","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Crystal helm (Iorwerth) (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_helm_(Iorwerth)#Active","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":9,"defence_stab":12,"defence_slash":8,"defence_crush":14,"defence_magic":10,"defence_ranged":18,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"head","requirements":null},"price":0},"27731":{"id":27731,"name":"Crystal helm (inactive)","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Crystal helm (Iorwerth) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_helm_(Iorwerth)#Inactive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27733":{"id":27733,"name":"Crystal body","members":true,"equipable":true,"equipable_by_player":true,"cost":1500000,"lowalch":600000,"highalch":900000,"wiki_name":"Crystal body (Trahaearn) (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_body_(Trahaearn)#Active","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-18,"attack_ranged":31,"defence_stab":46,"defence_slash":38,"defence_crush":48,"defence_magic":44,"defence_ranged":68,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"body","requirements":null},"price":0},"27735":{"id":27735,"name":"Crystal body (inactive)","members":true,"equipable":true,"equipable_by_player":true,"cost":1500000,"lowalch":600000,"highalch":900000,"wiki_name":"Crystal body (Trahaearn) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_body_(Trahaearn)#Inactive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"27737":{"id":27737,"name":"Crystal legs","members":true,"equipable":true,"equipable_by_player":true,"cost":1000000,"lowalch":400000,"highalch":600000,"wiki_name":"Crystal legs (Trahaearn) (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_legs_(Trahaearn)#Active","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-12,"attack_ranged":18,"defence_stab":26,"defence_slash":21,"defence_crush":30,"defence_magic":34,"defence_ranged":38,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"legs","requirements":null},"price":0},"27739":{"id":27739,"name":"Crystal legs (inactive)","members":true,"equipable":true,"equipable_by_player":true,"cost":1000000,"lowalch":400000,"highalch":600000,"wiki_name":"Crystal legs (Trahaearn) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_legs_(Trahaearn)#Inactive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"27741":{"id":27741,"name":"Crystal helm","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Crystal helm (Trahaearn) (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_helm_(Trahaearn)#Active","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":9,"defence_stab":12,"defence_slash":8,"defence_crush":14,"defence_magic":10,"defence_ranged":18,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"head","requirements":null},"price":0},"27743":{"id":27743,"name":"Crystal helm (inactive)","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Crystal helm (Trahaearn) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_helm_(Trahaearn)#Inactive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27745":{"id":27745,"name":"Crystal body","members":true,"equipable":true,"equipable_by_player":true,"cost":1500000,"lowalch":600000,"highalch":900000,"wiki_name":"Crystal body (Cadarn) (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_body_(Cadarn)#Active","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-18,"attack_ranged":31,"defence_stab":46,"defence_slash":38,"defence_crush":48,"defence_magic":44,"defence_ranged":68,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"body","requirements":null},"price":0},"27747":{"id":27747,"name":"Crystal body (inactive)","members":true,"equipable":true,"equipable_by_player":true,"cost":1500000,"lowalch":600000,"highalch":900000,"wiki_name":"Crystal body (Cadarn) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_body_(Cadarn)#Inactive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"27749":{"id":27749,"name":"Crystal legs","members":true,"equipable":true,"equipable_by_player":true,"cost":1000000,"lowalch":400000,"highalch":600000,"wiki_name":"Crystal legs (Cadarn) (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_legs_(Cadarn)#Active","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-12,"attack_ranged":18,"defence_stab":26,"defence_slash":21,"defence_crush":30,"defence_magic":34,"defence_ranged":38,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"legs","requirements":null},"price":0},"27751":{"id":27751,"name":"Crystal legs (inactive)","members":true,"equipable":true,"equipable_by_player":true,"cost":1000000,"lowalch":400000,"highalch":600000,"wiki_name":"Crystal legs (Cadarn) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_legs_(Cadarn)#Inactive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"27753":{"id":27753,"name":"Crystal helm","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Crystal helm (Cadarn) (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_helm_(Cadarn)#Active","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":9,"defence_stab":12,"defence_slash":8,"defence_crush":14,"defence_magic":10,"defence_ranged":18,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"head","requirements":null},"price":0},"27755":{"id":27755,"name":"Crystal helm (inactive)","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Crystal helm (Cadarn) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_helm_(Cadarn)#Inactive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27757":{"id":27757,"name":"Crystal body","members":true,"equipable":true,"equipable_by_player":true,"cost":1500000,"lowalch":600000,"highalch":900000,"wiki_name":"Crystal body (Crwys) (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_body_(Crwys)#Active","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-18,"attack_ranged":31,"defence_stab":46,"defence_slash":38,"defence_crush":48,"defence_magic":44,"defence_ranged":68,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"body","requirements":null},"price":0},"27759":{"id":27759,"name":"Crystal body (inactive)","members":true,"equipable":true,"equipable_by_player":true,"cost":1500000,"lowalch":600000,"highalch":900000,"wiki_name":"Crystal body (Crwys) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_body_(Crwys)#Inactive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"27761":{"id":27761,"name":"Crystal legs","members":true,"equipable":true,"equipable_by_player":true,"cost":1000000,"lowalch":400000,"highalch":600000,"wiki_name":"Crystal legs (Crwys) (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_legs_(Crwys)#Active","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-12,"attack_ranged":18,"defence_stab":26,"defence_slash":21,"defence_crush":30,"defence_magic":34,"defence_ranged":38,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"legs","requirements":null},"price":0},"27763":{"id":27763,"name":"Crystal legs (inactive)","members":true,"equipable":true,"equipable_by_player":true,"cost":1000000,"lowalch":400000,"highalch":600000,"wiki_name":"Crystal legs (Crwys) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_legs_(Crwys)#Inactive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"27765":{"id":27765,"name":"Crystal helm","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Crystal helm (Crwys) (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_helm_(Crwys)#Active","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":9,"defence_stab":12,"defence_slash":8,"defence_crush":14,"defence_magic":10,"defence_ranged":18,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"head","requirements":null},"price":0},"27767":{"id":27767,"name":"Crystal helm (inactive)","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Crystal helm (Crwys) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_helm_(Crwys)#Inactive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27769":{"id":27769,"name":"Crystal body","members":true,"equipable":true,"equipable_by_player":true,"cost":1500000,"lowalch":600000,"highalch":900000,"wiki_name":"Crystal body (Amlodd) (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_body_(Amlodd)#Active","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-18,"attack_ranged":31,"defence_stab":46,"defence_slash":38,"defence_crush":48,"defence_magic":44,"defence_ranged":68,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"body","requirements":null},"price":0},"27771":{"id":27771,"name":"Crystal body (inactive)","members":true,"equipable":true,"equipable_by_player":true,"cost":1500000,"lowalch":600000,"highalch":900000,"wiki_name":"Crystal body (Amlodd) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_body_(Amlodd)#Inactive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"27773":{"id":27773,"name":"Crystal legs","members":true,"equipable":true,"equipable_by_player":true,"cost":1000000,"lowalch":400000,"highalch":600000,"wiki_name":"Crystal legs (Amlodd) (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_legs_(Amlodd)#Active","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-12,"attack_ranged":18,"defence_stab":26,"defence_slash":21,"defence_crush":30,"defence_magic":34,"defence_ranged":38,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"legs","requirements":null},"price":0},"27775":{"id":27775,"name":"Crystal legs (inactive)","members":true,"equipable":true,"equipable_by_player":true,"cost":1000000,"lowalch":400000,"highalch":600000,"wiki_name":"Crystal legs (Amlodd) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_legs_(Amlodd)#Inactive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"27777":{"id":27777,"name":"Crystal helm","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Crystal helm (Amlodd) (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_helm_(Amlodd)#Active","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":9,"defence_stab":12,"defence_slash":8,"defence_crush":14,"defence_magic":10,"defence_ranged":18,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"head","requirements":null},"price":0},"27779":{"id":27779,"name":"Crystal helm (inactive)","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Crystal helm (Amlodd) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_helm_(Amlodd)#Inactive","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27783":{"id":27783,"name":"Diamond speedrun trophy","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":50,"wiki_name":"Diamond speedrun trophy","wiki_url":"https://oldschool.runescape.wiki/w/Diamond_speedrun_trophy","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"27785":{"id":27785,"name":"Thammaron's sceptre (au)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":120000,"lowalch":48000,"highalch":72000,"buy_limit":8,"wiki_name":"Thammaron's sceptre (a) (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Thammaron's_sceptre_(a)#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":20,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":2251499},"27788":{"id":27788,"name":"Thammaron's sceptre (a)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":120000,"lowalch":48000,"highalch":72000,"wiki_name":"Thammaron's sceptre (a) (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Thammaron's_sceptre_(a)#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":20,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"27790":{"id":27790,"name":"Nightshade","members":true,"stackable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Nightshade","wiki_url":"https://oldschool.runescape.wiki/w/Nightshade","price":0},"27802":{"id":27802,"name":"Gnome child backpack","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Gnome child backpack","wiki_url":"https://oldschool.runescape.wiki/w/Gnome_child_backpack","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"27804":{"id":27804,"name":"Cake hat","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Cake hat","wiki_url":"https://oldschool.runescape.wiki/w/Cake_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27806":{"id":27806,"name":"Bob the cat slippers","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Bob the cat slippers","wiki_url":"https://oldschool.runescape.wiki/w/Bob_the_cat_slippers","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"27808":{"id":27808,"name":"Jad slippers","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Jad slippers","wiki_url":"https://oldschool.runescape.wiki/w/Jad_slippers","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"27810":{"id":27810,"name":"Dragon candle dagger","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Dragon candle dagger","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_candle_dagger","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"27812":{"id":27812,"name":"10th birthday cape","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"10th birthday cape","wiki_url":"https://oldschool.runescape.wiki/w/10th_birthday_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"27814":{"id":27814,"name":"Jad plush","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Jad plush","wiki_url":"https://oldschool.runescape.wiki/w/Jad_plush","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"27816":{"id":27816,"name":"Stray dog plush","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Stray dog plush","wiki_url":"https://oldschool.runescape.wiki/w/Stray_dog_plush","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"27818":{"id":27818,"name":"Gnome child plush","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Gnome child plush","wiki_url":"https://oldschool.runescape.wiki/w/Gnome_child_plush","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"27820":{"id":27820,"name":"10th birthday balloons","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":0,"wiki_name":"10th birthday balloons","wiki_url":"https://oldschool.runescape.wiki/w/10th_birthday_balloons","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"27822":{"id":27822,"name":"Oldschool jumper","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Oldschool jumper","wiki_url":"https://oldschool.runescape.wiki/w/Oldschool_jumper","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"27828":{"id":27828,"name":"Silver partyhat","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Silver partyhat","wiki_url":"https://oldschool.runescape.wiki/w/Silver_partyhat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27831":{"id":27831,"name":"Vesta's chainbody (bh)","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Vesta's chainbody (bh) (Activated)","wiki_url":"https://oldschool.runescape.wiki/w/Vesta's_chainbody_(bh)#Activated","equipment":{"attack_stab":14,"attack_slash":14,"attack_crush":4,"attack_magic":-32,"attack_ranged":-15,"defence_stab":74,"defence_slash":81,"defence_crush":89,"defence_magic":-18,"defence_ranged":95,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"27832":{"id":27832,"name":"Vesta's plateskirt (bh)","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Vesta's plateskirt (bh) (Activated)","wiki_url":"https://oldschool.runescape.wiki/w/Vesta's_plateskirt_(bh)#Activated","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":3,"attack_magic":-30,"attack_ranged":-12,"defence_stab":55,"defence_slash":64,"defence_crush":67,"defence_magic":-15,"defence_ranged":71,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"27833":{"id":27833,"name":"Statius's full helm (bh)","members":true,"equipable":true,"equipable_by_player":true,"cost":250000,"lowalch":100000,"highalch":150000,"wiki_name":"Statius's full helm (bh) (Activated)","wiki_url":"https://oldschool.runescape.wiki/w/Statius's_full_helm_(bh)#Activated","equipment":{"attack_stab":1,"attack_slash":1,"attack_crush":6,"attack_magic":-6,"attack_ranged":-2,"defence_stab":52,"defence_slash":50,"defence_crush":47,"defence_magic":-1,"defence_ranged":55,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27834":{"id":27834,"name":"Statius's platebody (bh)","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Statius's platebody (bh) (Activated)","wiki_url":"https://oldschool.runescape.wiki/w/Statius's_platebody_(bh)#Activated","equipment":{"attack_stab":2,"attack_slash":2,"attack_crush":14,"attack_magic":-38,"attack_ranged":-17,"defence_stab":102,"defence_slash":97,"defence_crush":94,"defence_magic":-16,"defence_ranged":105,"melee_strength":5,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"body","requirements":null},"price":0},"27835":{"id":27835,"name":"Statius's platelegs (bh)","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Statius's platelegs (bh) (Activated)","wiki_url":"https://oldschool.runescape.wiki/w/Statius's_platelegs_(bh)#Activated","equipment":{"attack_stab":1,"attack_slash":1,"attack_crush":10,"attack_magic":-30,"attack_ranged":-12,"defence_stab":73,"defence_slash":71,"defence_crush":68,"defence_magic":-14,"defence_ranged":95,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"legs","requirements":null},"price":0},"27836":{"id":27836,"name":"Morrigan's coif (bh)","members":true,"equipable":true,"equipable_by_player":true,"cost":250000,"lowalch":100000,"highalch":150000,"wiki_name":"Morrigan's coif (bh) (Activated)","wiki_url":"https://oldschool.runescape.wiki/w/Morrigan's_coif_(bh)#Activated","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-5,"attack_ranged":13,"defence_stab":8,"defence_slash":11,"defence_crush":14,"defence_magic":8,"defence_ranged":12,"melee_strength":0,"ranged_strength":4,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27837":{"id":27837,"name":"Morrigan's leather body (bh)","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Morrigan's leather body (bh) (Activated)","wiki_url":"https://oldschool.runescape.wiki/w/Morrigan's_leather_body_(bh)#Activated","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":36,"defence_stab":61,"defence_slash":53,"defence_crush":66,"defence_magic":75,"defence_ranged":62,"melee_strength":0,"ranged_strength":6,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"27838":{"id":27838,"name":"Morrigan's leather chaps (bh)","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Morrigan's leather chaps (bh) (Activated)","wiki_url":"https://oldschool.runescape.wiki/w/Morrigan's_leather_chaps_(bh)#Activated","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":23,"defence_stab":35,"defence_slash":29,"defence_crush":37,"defence_magic":46,"defence_ranged":35,"melee_strength":0,"ranged_strength":6,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"27839":{"id":27839,"name":"Zuriel's hood (bh)","members":true,"equipable":true,"equipable_by_player":true,"cost":250000,"lowalch":100000,"highalch":150000,"wiki_name":"Zuriel's hood (bh) (Activated)","wiki_url":"https://oldschool.runescape.wiki/w/Zuriel's_hood_(bh)#Activated","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":8,"attack_ranged":-2,"defence_stab":20,"defence_slash":16,"defence_crush":22,"defence_magic":8,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"head","requirements":null},"price":0},"27840":{"id":27840,"name":"Zuriel's robe top (bh)","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Zuriel's robe top (bh) (Activated)","wiki_url":"https://oldschool.runescape.wiki/w/Zuriel's_robe_top_(bh)#Activated","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":35,"attack_ranged":-10,"defence_stab":63,"defence_slash":45,"defence_crush":74,"defence_magic":35,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":3,"prayer":0,"slot":"body","requirements":null},"price":0},"27841":{"id":27841,"name":"Zuriel's robe bottom (bh)","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Zuriel's robe bottom (bh) (Activated)","wiki_url":"https://oldschool.runescape.wiki/w/Zuriel's_robe_bottom_(bh)#Activated","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":25,"attack_ranged":-7,"defence_stab":38,"defence_slash":35,"defence_crush":44,"defence_magic":25,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":2,"prayer":0,"slot":"legs","requirements":null},"price":0},"27842":{"id":27842,"name":"Corrupted vesta's chainbody (bh)","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Corrupted vesta's chainbody (bh) (Activated)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_vesta's_chainbody_(bh)#Activated","equipment":{"attack_stab":14,"attack_slash":14,"attack_crush":4,"attack_magic":-28,"attack_ranged":-14,"defence_stab":25,"defence_slash":32,"defence_crush":34,"defence_magic":-10,"defence_ranged":30,"melee_strength":5,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"27843":{"id":27843,"name":"Corrupted vesta's plateskirt (bh)","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Corrupted vesta's plateskirt (bh) (Activated)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_vesta's_plateskirt_(bh)#Activated","equipment":{"attack_stab":10,"attack_slash":10,"attack_crush":3,"attack_magic":-24,"attack_ranged":-12,"defence_stab":22,"defence_slash":20,"defence_crush":18,"defence_magic":-9,"defence_ranged":22,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"27844":{"id":27844,"name":"Corrupted statius's full helm (bh)","members":true,"equipable":true,"equipable_by_player":true,"cost":250000,"lowalch":100000,"highalch":150000,"wiki_name":"Corrupted statius's full helm (bh) (Activated)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_statius's_full_helm_(bh)#Activated","equipment":{"attack_stab":1,"attack_slash":1,"attack_crush":6,"attack_magic":-6,"attack_ranged":-2,"defence_stab":17,"defence_slash":20,"defence_crush":14,"defence_magic":-1,"defence_ranged":18,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27845":{"id":27845,"name":"Corrupted statius's platebody (bh)","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Corrupted statius's platebody (bh) (Activated)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_statius's_platebody_(bh)#Activated","equipment":{"attack_stab":2,"attack_slash":2,"attack_crush":14,"attack_magic":-30,"attack_ranged":-15,"defence_stab":50,"defence_slash":46,"defence_crush":44,"defence_magic":-12,"defence_ranged":45,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"27846":{"id":27846,"name":"Corrupted statius's platelegs (bh)","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Corrupted statius's platelegs (bh) (Activated)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_statius's_platelegs_(bh)#Activated","equipment":{"attack_stab":1,"attack_slash":1,"attack_crush":10,"attack_magic":-26,"attack_ranged":-13,"defence_stab":25,"defence_slash":23,"defence_crush":21,"defence_magic":-10,"defence_ranged":22,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"27847":{"id":27847,"name":"Corrupted morrigan's coif (bh)","members":true,"equipable":true,"equipable_by_player":true,"cost":250000,"lowalch":100000,"highalch":150000,"wiki_name":"Corrupted morrigan's coif (bh) (Activated)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_morrigan's_coif_(bh)#Activated","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-4,"attack_ranged":13,"defence_stab":4,"defence_slash":5,"defence_crush":6,"defence_magic":4,"defence_ranged":6,"melee_strength":0,"ranged_strength":2,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27848":{"id":27848,"name":"Corrupted morrigan's leather body (bh)","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Corrupted morrigan's leather body (bh) (Activated)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_morrigan's_leather_body_(bh)#Activated","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-13,"attack_ranged":36,"defence_stab":27,"defence_slash":20,"defence_crush":24,"defence_magic":30,"defence_ranged":28,"melee_strength":0,"ranged_strength":4,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"27849":{"id":27849,"name":"Corrupted morrigan's leather chaps (bh)","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Corrupted morrigan's leather chaps (bh) (Activated)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_morrigan's_leather_chaps_(bh)#Activated","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-8,"attack_ranged":23,"defence_stab":18,"defence_slash":15,"defence_crush":16,"defence_magic":20,"defence_ranged":19,"melee_strength":0,"ranged_strength":4,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"27850":{"id":27850,"name":"Corrupted zuriel's hood (bh)","members":true,"equipable":true,"equipable_by_player":true,"cost":250000,"lowalch":100000,"highalch":150000,"wiki_name":"Corrupted zuriel's hood (bh) (Activated)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_zuriel's_hood_(bh)#Activated","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":5,"attack_ranged":-1,"defence_stab":13,"defence_slash":11,"defence_crush":14,"defence_magic":5,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"head","requirements":null},"price":0},"27851":{"id":27851,"name":"Corrupted zuriel's robe top (bh)","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Corrupted zuriel's robe top (bh) (Activated)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_zuriel's_robe_top_(bh)#Activated","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":25,"attack_ranged":-8,"defence_stab":43,"defence_slash":39,"defence_crush":47,"defence_magic":22,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":3,"prayer":0,"slot":"body","requirements":null},"price":0},"27852":{"id":27852,"name":"Corrupted zuriel's robe bottom (bh)","members":true,"equipable":true,"equipable_by_player":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Corrupted zuriel's robe bottom (bh) (Activated)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_zuriel's_robe_bottom_(bh)#Activated","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":18,"attack_ranged":-6,"defence_stab":21,"defence_slash":20,"defence_crush":23,"defence_magic":14,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":2,"prayer":0,"slot":"legs","requirements":null},"price":0},"27853":{"id":27853,"name":"Dark bow (bh)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":120002,"wiki_name":"Dark bow (bh)","wiki_url":"https://oldschool.runescape.wiki/w/Dark_bow_(bh)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":105,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":9,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"27855":{"id":27855,"name":"Barrelchest anchor (bh)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":230000,"wiki_name":"Barrelchest anchor (bh)","wiki_url":"https://oldschool.runescape.wiki/w/Barrelchest_anchor_(bh)","equipment":{"attack_stab":-2,"attack_slash":10,"attack_crush":102,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":110,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":6,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"27857":{"id":27857,"name":"Dragon mace (bh)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":50000,"wiki_name":"Dragon mace (bh)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_mace_(bh)","equipment":{"attack_stab":44,"attack_slash":-2,"attack_crush":64,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":55,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"27859":{"id":27859,"name":"Dragon longsword (bh)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100000,"wiki_name":"Dragon longsword (bh)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_longsword_(bh)","equipment":{"attack_stab":62,"attack_slash":75,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":71,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"27861":{"id":27861,"name":"Abyssal dagger (bh)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":115001,"lowalch":46000,"highalch":69000,"wiki_name":"Abyssal dagger (bh) (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_dagger_(bh)#Unpoisoned","equipment":{"attack_stab":85,"attack_slash":40,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":75,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"27863":{"id":27863,"name":"Abyssal dagger (bh)(p)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":115002,"lowalch":46000,"highalch":69001,"wiki_name":"Abyssal dagger (bh) (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_dagger_(bh)#Poison","equipment":{"attack_stab":85,"attack_slash":40,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":75,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"27865":{"id":27865,"name":"Abyssal dagger (bh)(p+)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":115003,"lowalch":46001,"highalch":69001,"wiki_name":"Abyssal dagger (bh) (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_dagger_(bh)#Poison+","equipment":{"attack_stab":85,"attack_slash":40,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":75,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"27867":{"id":27867,"name":"Abyssal dagger (bh)(p++)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":115004,"lowalch":46001,"highalch":69002,"wiki_name":"Abyssal dagger (bh) (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_dagger_(bh)#Poison++","equipment":{"attack_stab":85,"attack_slash":40,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":75,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"27869":{"id":27869,"name":"Voidwaker","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100,"wiki_name":"Voidwaker (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Voidwaker_(Last_Man_Standing)","equipment":{"attack_stab":70,"attack_slash":80,"attack_crush":-2,"attack_magic":5,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":2,"defence_ranged":0,"melee_strength":80,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"27870":{"id":27870,"name":"Lightbearer","equipable":true,"equipable_by_player":true,"cost":100,"wiki_name":"Lightbearer (Last Man Standing)","wiki_url":"https://oldschool.runescape.wiki/w/Lightbearer_(Last_Man_Standing)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":0},"27871":{"id":27871,"name":"Giant bronze dagger","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100,"wiki_name":"Giant bronze dagger","wiki_url":"https://oldschool.runescape.wiki/w/Giant_bronze_dagger","equipment":{"attack_stab":4,"attack_slash":2,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"2h_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"smash","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"27873":{"id":27873,"name":"Eastfloor spade","cost":1,"wiki_name":"Eastfloor spade","wiki_url":"https://oldschool.runescape.wiki/w/Eastfloor_spade","price":0},"27875":{"id":27875,"name":"Nest hat","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Nest hat (Easter egg)","wiki_url":"https://oldschool.runescape.wiki/w/Nest_hat#Easter_egg","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27877":{"id":27877,"name":"Nest hat","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Nest hat (Chick)","wiki_url":"https://oldschool.runescape.wiki/w/Nest_hat#Chick","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"27897":{"id":27897,"name":"Scaly blue dragonhide","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"weight":3.175,"wiki_name":"Scaly blue dragonhide","wiki_url":"https://oldschool.runescape.wiki/w/Scaly_blue_dragonhide","price":2011},"27900":{"id":27900,"name":"Vesta's spear (bh)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":300000,"lowalch":120000,"highalch":180000,"wiki_name":"Vesta's spear (bh) (Activated)","wiki_url":"https://oldschool.runescape.wiki/w/Vesta's_spear_(bh)#Activated","equipment":{"attack_stab":133,"attack_slash":113,"attack_crush":120,"attack_magic":0,"attack_ranged":0,"defence_stab":18,"defence_slash":21,"defence_crush":21,"defence_magic":0,"defence_ranged":0,"melee_strength":122,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"27902":{"id":27902,"name":"Vesta's spear (bh)(inactive)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Vesta's spear (bh) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Vesta's_spear_(bh)#Inactive","price":0},"27904":{"id":27904,"name":"Vesta's longsword (bh)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":300000,"lowalch":120000,"highalch":180000,"wiki_name":"Vesta's longsword (bh) (Activated)","wiki_url":"https://oldschool.runescape.wiki/w/Vesta's_longsword_(bh)#Activated","equipment":{"attack_stab":106,"attack_slash":121,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":1,"defence_slash":4,"defence_crush":3,"defence_magic":0,"defence_ranged":0,"melee_strength":118,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"27906":{"id":27906,"name":"Vesta's longsword (bh)(inactive)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Vesta's longsword (bh) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Vesta's_longsword_(bh)#Inactive","price":0},"27908":{"id":27908,"name":"Statius's warhammer (bh)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":300000,"lowalch":120000,"highalch":180000,"wiki_name":"Statius's warhammer (bh) (Activated)","wiki_url":"https://oldschool.runescape.wiki/w/Statius's_warhammer_(bh)#Activated","equipment":{"attack_stab":-4,"attack_slash":-4,"attack_crush":123,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":114,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"27910":{"id":27910,"name":"Statius's warhammer (bh)(inactive)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Statius's warhammer (bh) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Statius's_warhammer_(bh)#Inactive","price":0},"27912":{"id":27912,"name":"Morrigan's throwing axe (bh)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":300000,"lowalch":120000,"highalch":180000,"wiki_name":"Morrigan's throwing axe (bh) (Activated)","wiki_url":"https://oldschool.runescape.wiki/w/Morrigan's_throwing_axe_(bh)#Activated","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":93,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":117,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"27914":{"id":27914,"name":"Morrigan's throwing axe (bh)(inactive)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Morrigan's throwing axe (bh) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Morrigan's_throwing_axe_(bh)#Inactive","price":0},"27916":{"id":27916,"name":"Morrigan's javelin (bh)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":300000,"lowalch":120000,"highalch":180000,"wiki_name":"Morrigan's javelin (bh) (Activated)","wiki_url":"https://oldschool.runescape.wiki/w/Morrigan's_javelin_(bh)#Activated","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":105,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":145,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":6,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"27918":{"id":27918,"name":"Morrigan's javelin (bh)(inactive)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Morrigan's javelin (bh) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Morrigan's_javelin_(bh)#Inactive","price":0},"27920":{"id":27920,"name":"Zuriel's staff (bh)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":300000,"lowalch":120000,"highalch":180000,"wiki_name":"Zuriel's staff (bh) (Activated)","wiki_url":"https://oldschool.runescape.wiki/w/Zuriel's_staff_(bh)#Activated","equipment":{"attack_stab":13,"attack_slash":-1,"attack_crush":65,"attack_magic":18,"attack_ranged":0,"defence_stab":5,"defence_slash":7,"defence_crush":4,"defence_magic":18,"defence_ranged":0,"melee_strength":72,"ranged_strength":0,"magic_damage":10,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"27922":{"id":27922,"name":"Zuriel's staff (bh)(inactive)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Zuriel's staff (bh) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Zuriel's_staff_(bh)#Inactive","price":0},"27925":{"id":27925,"name":"Vesta's chainbody (bh)(inactive)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Vesta's chainbody (bh) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Vesta's_chainbody_(bh)#Inactive","price":0},"27928":{"id":27928,"name":"Vesta's plateskirt (bh)(inactive)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Vesta's plateskirt (bh) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Vesta's_plateskirt_(bh)#Inactive","price":0},"27931":{"id":27931,"name":"Statius's full helm (bh)(inactive)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Statius's full helm (bh) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Statius's_full_helm_(bh)#Inactive","price":0},"27934":{"id":27934,"name":"Statius's platebody (bh)(inactive)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Statius's platebody (bh) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Statius's_platebody_(bh)#Inactive","price":0},"27937":{"id":27937,"name":"Statius's platelegs (bh)(inactive)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Statius's platelegs (bh) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Statius's_platelegs_(bh)#Inactive","price":0},"27940":{"id":27940,"name":"Morrigan's coif (bh)(inactive)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Morrigan's coif (bh) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Morrigan's_coif_(bh)#Inactive","price":0},"27943":{"id":27943,"name":"Morrigan's leather body (bh)(inactive)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Morrigan's leather body (bh) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Morrigan's_leather_body_(bh)#Inactive","price":0},"27946":{"id":27946,"name":"Morrigan's leather chaps (bh)(inactive)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Morrigan's leather chaps (bh) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Morrigan's_leather_chaps_(bh)#Inactive","price":0},"27949":{"id":27949,"name":"Zuriel's hood (bh)(inactive)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Zuriel's hood (bh) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Zuriel's_hood_(bh)#Inactive","price":0},"27952":{"id":27952,"name":"Zuriel's robe top (bh)(inactive)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Zuriel's robe top (bh) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Zuriel's_robe_top_(bh)#Inactive","price":0},"27955":{"id":27955,"name":"Zuriel's robe bottom (bh)(inactive)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Zuriel's robe bottom (bh) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Zuriel's_robe_bottom_(bh)#Inactive","price":0},"27957":{"id":27957,"name":"Attack xp","incomplete":true,"members":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"27958":{"id":27958,"name":"Strength xp","incomplete":true,"members":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"27959":{"id":27959,"name":"Defence xp","incomplete":true,"members":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"27960":{"id":27960,"name":"Hitpoints xp","incomplete":true,"members":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"27961":{"id":27961,"name":"Magic xp","incomplete":true,"members":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"27962":{"id":27962,"name":"Ranged xp","incomplete":true,"members":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"27963":{"id":27963,"name":"Prayer xp","incomplete":true,"members":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"27965":{"id":27965,"name":"Corrupted vesta's chainbody (bh)(inactive)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Corrupted vesta's chainbody (bh) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_vesta's_chainbody_(bh)#Inactive","price":0},"27968":{"id":27968,"name":"Corrupted vesta's plateskirt (bh)(inactive)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Corrupted vesta's plateskirt (bh) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_vesta's_plateskirt_(bh)#Inactive","price":0},"27971":{"id":27971,"name":"Corrupted statius's full helm (bh)(inactive)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Corrupted statius's full helm (bh) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_statius's_full_helm_(bh)#Inactive","price":0},"27974":{"id":27974,"name":"Corrupted statius's platebody (bh)(inactive)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Corrupted statius's platebody (bh) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_statius's_platebody_(bh)#Inactive","price":0},"27977":{"id":27977,"name":"Corrupted statius's platelegs (bh)(inactive)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Corrupted statius's platelegs (bh) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_statius's_platelegs_(bh)#Inactive","price":0},"27980":{"id":27980,"name":"Corrupted morrigan's coif (bh)(inactive)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Corrupted morrigan's coif (bh) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_morrigan's_coif_(bh)#Inactive","price":0},"27983":{"id":27983,"name":"Corrupted morrigan's leather body (bh)(inactive)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Corrupted morrigan's leather body (bh) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_morrigan's_leather_body_(bh)#Inactive","price":0},"27986":{"id":27986,"name":"Corrupted morrigan's leather chaps (bh)(inactive)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Corrupted morrigan's leather chaps (bh) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_morrigan's_leather_chaps_(bh)#Inactive","price":0},"27989":{"id":27989,"name":"Corrupted zuriel's hood (bh)(inactive)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Corrupted zuriel's hood (bh) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_zuriel's_hood_(bh)#Inactive","price":0},"27992":{"id":27992,"name":"Corrupted zuriel's robe top (bh)(inactive)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Corrupted zuriel's robe top (bh) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_zuriel's_robe_top_(bh)#Inactive","price":0},"27995":{"id":27995,"name":"Corrupted zuriel's robe bottom (bh)(inactive)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Corrupted zuriel's robe bottom (bh) (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_zuriel's_robe_bottom_(bh)#Inactive","price":0},"27997":{"id":27997,"name":"Esoteric emblem (tier 1)","members":true,"cost":500,"lowalch":200,"highalch":300,"wiki_name":"Esoteric emblem (Tier 1)","wiki_url":"https://oldschool.runescape.wiki/w/Esoteric_emblem#Tier_1","price":0},"27999":{"id":27999,"name":"Esoteric emblem (tier 2)","members":true,"cost":501,"lowalch":200,"highalch":300,"wiki_name":"Esoteric emblem (Tier 2)","wiki_url":"https://oldschool.runescape.wiki/w/Esoteric_emblem#Tier_2","price":0},"28001":{"id":28001,"name":"Esoteric emblem (tier 3)","members":true,"cost":502,"lowalch":200,"highalch":301,"wiki_name":"Esoteric emblem (Tier 3)","wiki_url":"https://oldschool.runescape.wiki/w/Esoteric_emblem#Tier_3","price":0},"28003":{"id":28003,"name":"Esoteric emblem (tier 4)","members":true,"cost":503,"lowalch":201,"highalch":301,"wiki_name":"Esoteric emblem (Tier 4)","wiki_url":"https://oldschool.runescape.wiki/w/Esoteric_emblem#Tier_4","price":0},"28005":{"id":28005,"name":"Esoteric emblem (tier 5)","members":true,"cost":504,"lowalch":201,"highalch":302,"wiki_name":"Esoteric emblem (Tier 5)","wiki_url":"https://oldschool.runescape.wiki/w/Esoteric_emblem#Tier_5","price":0},"28007":{"id":28007,"name":"Esoteric emblem (tier 6)","members":true,"cost":505,"lowalch":202,"highalch":303,"wiki_name":"Esoteric emblem (Tier 6)","wiki_url":"https://oldschool.runescape.wiki/w/Esoteric_emblem#Tier_6","price":0},"28009":{"id":28009,"name":"Esoteric emblem (tier 7)","members":true,"cost":506,"lowalch":202,"highalch":303,"wiki_name":"Esoteric emblem (Tier 7)","wiki_url":"https://oldschool.runescape.wiki/w/Esoteric_emblem#Tier_7","price":0},"28011":{"id":28011,"name":"Esoteric emblem (tier 8)","members":true,"cost":507,"lowalch":202,"highalch":304,"wiki_name":"Esoteric emblem (Tier 8)","wiki_url":"https://oldschool.runescape.wiki/w/Esoteric_emblem#Tier_8","price":0},"28013":{"id":28013,"name":"Esoteric emblem (tier 9)","members":true,"cost":508,"lowalch":203,"highalch":304,"wiki_name":"Esoteric emblem (Tier 9)","wiki_url":"https://oldschool.runescape.wiki/w/Esoteric_emblem#Tier_9","price":0},"28015":{"id":28015,"name":"Esoteric emblem (tier 10)","members":true,"cost":509,"lowalch":203,"highalch":305,"wiki_name":"Esoteric emblem (Tier 10)","wiki_url":"https://oldschool.runescape.wiki/w/Esoteric_emblem#Tier_10","price":0},"28017":{"id":28017,"name":"Bounty hunter ornament kit","members":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Bounty hunter ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Bounty_hunter_ornament_kit","price":0},"28019":{"id":28019,"name":"Dragon dagger (cr)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":31000,"lowalch":12400,"highalch":18600,"wiki_name":"Dragon dagger (cr) (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_dagger_(cr)#Unpoisoned","equipment":{"attack_stab":40,"attack_slash":25,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":40,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"28021":{"id":28021,"name":"Dragon dagger (p)(cr)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":25000,"lowalch":10000,"highalch":15000,"wiki_name":"Dragon dagger (cr) (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_dagger_(cr)#Poison","equipment":{"attack_stab":40,"attack_slash":25,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":40,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"28023":{"id":28023,"name":"Dragon dagger (p+)(cr)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":25000,"lowalch":10000,"highalch":15000,"wiki_name":"Dragon dagger (cr) (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_dagger_(cr)#Poison+","equipment":{"attack_stab":40,"attack_slash":25,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":40,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"28025":{"id":28025,"name":"Dragon dagger (p++)(cr)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":25000,"lowalch":10000,"highalch":15000,"wiki_name":"Dragon dagger (cr) (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_dagger_(cr)#Poison++","equipment":{"attack_stab":40,"attack_slash":25,"attack_crush":-4,"attack_magic":1,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":1,"defence_ranged":0,"melee_strength":40,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"28027":{"id":28027,"name":"Dragon mace (cr)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":51000,"lowalch":20400,"highalch":30600,"wiki_name":"Dragon mace (cr)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_mace_(cr)","equipment":{"attack_stab":40,"attack_slash":-2,"attack_crush":60,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":55,"ranged_strength":0,"magic_damage":0,"prayer":5,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"28029":{"id":28029,"name":"Dragon sword (cr)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":73001,"lowalch":29200,"highalch":43800,"wiki_name":"Dragon sword (cr)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_sword_(cr)","equipment":{"attack_stab":65,"attack_slash":55,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":2,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":63,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"stab_sword","stances":[{"combat_style":"stab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"28031":{"id":28031,"name":"Dragon scimitar (cr)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":101000,"lowalch":40400,"highalch":60600,"wiki_name":"Dragon scimitar (cr)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_scimitar_(cr)","equipment":{"attack_stab":8,"attack_slash":67,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":66,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"28033":{"id":28033,"name":"Dragon longsword (cr)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":101000,"lowalch":40400,"highalch":60600,"wiki_name":"Dragon longsword (cr)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_longsword_(cr)","equipment":{"attack_stab":58,"attack_slash":69,"attack_crush":-2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":71,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"28035":{"id":28035,"name":"Dragon warhammer (cr)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":121000,"lowalch":48400,"highalch":72600,"wiki_name":"Dragon warhammer (cr)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_warhammer_(cr)","equipment":{"attack_stab":-4,"attack_slash":-4,"attack_crush":95,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":85,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":6,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"28037":{"id":28037,"name":"Dragon battleaxe (cr)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":201000,"lowalch":80400,"highalch":120600,"wiki_name":"Dragon battleaxe (cr)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_battleaxe_(cr)","equipment":{"attack_stab":-2,"attack_slash":70,"attack_crush":65,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":85,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":6,"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":0},"28039":{"id":28039,"name":"Dragon claws (cr)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":206000,"lowalch":82400,"highalch":123600,"wiki_name":"Dragon claws (cr)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_claws_(cr)","equipment":{"attack_stab":41,"attack_slash":57,"attack_crush":-4,"attack_magic":0,"attack_ranged":0,"defence_stab":13,"defence_slash":26,"defence_crush":7,"defence_magic":0,"defence_ranged":0,"melee_strength":56,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"claw","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"28041":{"id":28041,"name":"Dragon spear (cr)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":63400,"lowalch":25360,"highalch":38040,"wiki_name":"Dragon spear (cr) (Unpoisoned)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_spear_(cr)#Unpoisoned","equipment":{"attack_stab":55,"attack_slash":55,"attack_crush":55,"attack_magic":0,"attack_ranged":0,"defence_stab":5,"defence_slash":5,"defence_crush":5,"defence_magic":5,"defence_ranged":5,"melee_strength":60,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"28043":{"id":28043,"name":"Dragon spear (p)(cr)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":63400,"lowalch":25360,"highalch":38040,"wiki_name":"Dragon spear (cr) (Poison)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_spear_(cr)#Poison","equipment":{"attack_stab":55,"attack_slash":55,"attack_crush":55,"attack_magic":0,"attack_ranged":0,"defence_stab":5,"defence_slash":5,"defence_crush":5,"defence_magic":5,"defence_ranged":5,"melee_strength":60,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"28045":{"id":28045,"name":"Dragon spear (p+)(cr)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":63400,"lowalch":25360,"highalch":38040,"wiki_name":"Dragon spear (cr) (Poison+)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_spear_(cr)#Poison+","equipment":{"attack_stab":55,"attack_slash":55,"attack_crush":55,"attack_magic":0,"attack_ranged":0,"defence_stab":5,"defence_slash":5,"defence_crush":5,"defence_magic":5,"defence_ranged":5,"melee_strength":60,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"28047":{"id":28047,"name":"Dragon spear (p++)(cr)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":63400,"lowalch":25360,"highalch":38040,"wiki_name":"Dragon spear (cr) (Poison++)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_spear_(cr)#Poison++","equipment":{"attack_stab":55,"attack_slash":55,"attack_crush":55,"attack_magic":0,"attack_ranged":0,"defence_stab":5,"defence_slash":5,"defence_crush":5,"defence_magic":5,"defence_ranged":5,"melee_strength":60,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"spear","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"28049":{"id":28049,"name":"Dragon halberd (cr)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":251000,"lowalch":100400,"highalch":150600,"wiki_name":"Dragon halberd (cr)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_halberd_(cr)","equipment":{"attack_stab":70,"attack_slash":95,"attack_crush":0,"attack_magic":-4,"attack_ranged":0,"defence_stab":-1,"defence_slash":4,"defence_crush":5,"defence_magic":0,"defence_ranged":0,"melee_strength":89,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":7,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"28051":{"id":28051,"name":"Dragon 2h sword (cr)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":221000,"lowalch":88400,"highalch":132600,"wiki_name":"Dragon 2h sword (cr)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_2h_sword_(cr)","equipment":{"attack_stab":-4,"attack_slash":92,"attack_crush":80,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":-1,"melee_strength":93,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":7,"weapon_type":"2h_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"smash","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"28053":{"id":28053,"name":"Dragon crossbow (cr)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":55000,"lowalch":22000,"highalch":33000,"wiki_name":"Dragon crossbow (cr)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_crossbow_(cr)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":94,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":6,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"28055":{"id":28055,"name":"Dragon boots (cr)","members":true,"equipable":true,"equipable_by_player":true,"cost":21000,"lowalch":8400,"highalch":12600,"wiki_name":"Dragon boots (cr)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_boots_(cr)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":16,"defence_slash":17,"defence_crush":18,"defence_magic":0,"defence_ranged":0,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"28057":{"id":28057,"name":"Dragon med helm (cr)","members":true,"equipable":true,"equipable_by_player":true,"cost":101000,"lowalch":40400,"highalch":60600,"wiki_name":"Dragon med helm (cr)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_med_helm_(cr)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":0,"defence_stab":33,"defence_slash":35,"defence_crush":32,"defence_magic":-1,"defence_ranged":34,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"28059":{"id":28059,"name":"Dragon sq shield (cr)","members":true,"equipable":true,"equipable_by_player":true,"cost":501000,"lowalch":200400,"highalch":300600,"wiki_name":"Dragon sq shield (cr)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_sq_shield_(cr)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":0,"defence_stab":50,"defence_slash":52,"defence_crush":48,"defence_magic":0,"defence_ranged":50,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"28061":{"id":28061,"name":"Dragon platelegs (cr)","members":true,"equipable":true,"equipable_by_player":true,"cost":271000,"lowalch":108400,"highalch":162600,"wiki_name":"Dragon platelegs (cr)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_platelegs_(cr)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":68,"defence_slash":66,"defence_crush":63,"defence_magic":-4,"defence_ranged":65,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"28063":{"id":28063,"name":"Dragon plateskirt (cr)","members":true,"equipable":true,"equipable_by_player":true,"cost":271000,"lowalch":108400,"highalch":162600,"wiki_name":"Dragon plateskirt (cr)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_plateskirt_(cr)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":68,"defence_slash":66,"defence_crush":63,"defence_magic":-4,"defence_ranged":65,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"28065":{"id":28065,"name":"Dragon chainbody (cr)","members":true,"equipable":true,"equipable_by_player":true,"cost":251000,"lowalch":100400,"highalch":150600,"wiki_name":"Dragon chainbody (cr)","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_chainbody_(cr)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":0,"defence_stab":81,"defence_slash":93,"defence_crush":98,"defence_magic":-3,"defence_ranged":82,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"28067":{"id":28067,"name":"Fighter torso (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":65006,"lowalch":26002,"highalch":39003,"wiki_name":"Fighter torso (or) (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Fighter_torso_(or)#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-40,"attack_ranged":0,"defence_stab":62,"defence_slash":85,"defence_crush":62,"defence_magic":-10,"defence_ranged":67,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"28069":{"id":28069,"name":"Fighter torso (l)(or)","members":true,"equipable":true,"equipable_by_player":true,"cost":65006,"lowalch":26002,"highalch":39003,"wiki_name":"Fighter torso (or) (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Fighter_torso_(or)#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-40,"attack_ranged":0,"defence_stab":62,"defence_slash":85,"defence_crush":62,"defence_magic":-10,"defence_ranged":67,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"28070":{"id":28070,"name":"Helm of neitiznot (or)","members":true,"equipable":true,"equipable_by_player":true,"cost":51000,"lowalch":20400,"highalch":30600,"wiki_name":"Helm of neitiznot (or)","wiki_url":"https://oldschool.runescape.wiki/w/Helm_of_neitiznot_(or)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":31,"defence_slash":29,"defence_crush":34,"defence_magic":3,"defence_ranged":30,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":3,"slot":"head","requirements":null},"price":0},"28072":{"id":28072,"name":"Dark bow imbue scroll","members":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Dark bow imbue scroll","wiki_url":"https://oldschool.runescape.wiki/w/Dark_bow_imbue_scroll","price":0},"28074":{"id":28074,"name":"Barrelchest anchor imbue scroll","members":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Barrelchest anchor imbue scroll","wiki_url":"https://oldschool.runescape.wiki/w/Barrelchest_anchor_imbue_scroll","price":0},"28076":{"id":28076,"name":"Dragon mace imbue scroll","members":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Dragon mace imbue scroll","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_mace_imbue_scroll","price":0},"28078":{"id":28078,"name":"Dragon longsword imbue scroll","members":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Dragon longsword imbue scroll","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_longsword_imbue_scroll","price":0},"28080":{"id":28080,"name":"Abyssal dagger imbue scroll","members":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Abyssal dagger imbue scroll","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_dagger_imbue_scroll","price":0},"28082":{"id":28082,"name":"Bounty crate (tier 1)","members":true,"cost":500,"lowalch":200,"highalch":300,"wiki_name":"Bounty crate (tier 1)","wiki_url":"https://oldschool.runescape.wiki/w/Bounty_crate_(tier_1)","price":0},"28084":{"id":28084,"name":"Bounty crate (tier 2)","members":true,"cost":500,"lowalch":200,"highalch":300,"wiki_name":"Bounty crate (tier 2)","wiki_url":"https://oldschool.runescape.wiki/w/Bounty_crate_(tier_2)","price":0},"28086":{"id":28086,"name":"Bounty crate (tier 3)","members":true,"cost":500,"lowalch":200,"highalch":300,"wiki_name":"Bounty crate (tier 3)","wiki_url":"https://oldschool.runescape.wiki/w/Bounty_crate_(tier_3)","price":0},"28088":{"id":28088,"name":"Bounty crate (tier 4)","members":true,"cost":500,"lowalch":200,"highalch":300,"wiki_name":"Bounty crate (tier 4)","wiki_url":"https://oldschool.runescape.wiki/w/Bounty_crate_(tier_4)","price":0},"28090":{"id":28090,"name":"Bounty crate (tier 5)","members":true,"cost":500,"lowalch":200,"highalch":300,"wiki_name":"Bounty crate (tier 5)","wiki_url":"https://oldschool.runescape.wiki/w/Bounty_crate_(tier_5)","price":0},"28092":{"id":28092,"name":"Bounty crate (tier 6)","members":true,"cost":500,"lowalch":200,"highalch":300,"wiki_name":"Bounty crate (tier 6)","wiki_url":"https://oldschool.runescape.wiki/w/Bounty_crate_(tier_6)","price":0},"28094":{"id":28094,"name":"Bounty crate (tier 7)","members":true,"cost":500,"lowalch":200,"highalch":300,"wiki_name":"Bounty crate (tier 7)","wiki_url":"https://oldschool.runescape.wiki/w/Bounty_crate_(tier_7)","price":0},"28096":{"id":28096,"name":"Bounty crate (tier 8)","members":true,"cost":500,"lowalch":200,"highalch":300,"wiki_name":"Bounty crate (tier 8)","wiki_url":"https://oldschool.runescape.wiki/w/Bounty_crate_(tier_8)","price":0},"28098":{"id":28098,"name":"Bounty crate (tier 9)","members":true,"cost":500,"lowalch":200,"highalch":300,"wiki_name":"Bounty crate (tier 9)","wiki_url":"https://oldschool.runescape.wiki/w/Bounty_crate_(tier_9)","price":0},"28108":{"id":28108,"name":"Colourful scarf","equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"wiki_name":"Rainbow scarf (Bisexual)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_scarf#Bisexual","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"28109":{"id":28109,"name":"Colourful scarf","equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"wiki_name":"Rainbow scarf (Asexual)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_scarf#Asexual","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"28110":{"id":28110,"name":"Colourful scarf","equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"wiki_name":"Rainbow scarf (Transgender)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_scarf#Transgender","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"28111":{"id":28111,"name":"Colourful scarf","equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"wiki_name":"Rainbow scarf (Pansexual)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_scarf#Pansexual","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"28112":{"id":28112,"name":"Colourful scarf","equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"wiki_name":"Rainbow scarf (Non-binary)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_scarf#Non-binary","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"28113":{"id":28113,"name":"Colourful scarf","equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"wiki_name":"Rainbow scarf (Genderqueer)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_scarf#Genderqueer","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"28114":{"id":28114,"name":"Colourful scarf","equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"wiki_name":"Rainbow scarf (Lesbian)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_scarf#Lesbian","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"28115":{"id":28115,"name":"Colourful scarf","equipable":true,"equipable_by_player":true,"cost":80,"lowalch":32,"highalch":48,"wiki_name":"Rainbow scarf (Gay)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_scarf#Gay","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"28116":{"id":28116,"name":"Rainbow jumper","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rainbow jumper (Pride)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_jumper#Pride","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"28118":{"id":28118,"name":"Colourful jumper","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rainbow jumper (Bisexual)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_jumper#Bisexual","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"28119":{"id":28119,"name":"Colourful jumper","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rainbow jumper (Asexual)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_jumper#Asexual","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"28120":{"id":28120,"name":"Colourful jumper","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rainbow jumper (Transgender)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_jumper#Transgender","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"28121":{"id":28121,"name":"Colourful jumper","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rainbow jumper (Pansexual)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_jumper#Pansexual","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"28122":{"id":28122,"name":"Colourful jumper","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rainbow jumper (Non-binary)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_jumper#Non-binary","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"28123":{"id":28123,"name":"Colourful jumper","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rainbow jumper (Genderqueer)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_jumper#Genderqueer","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"28124":{"id":28124,"name":"Colourful jumper","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rainbow jumper (Lesbian)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_jumper#Lesbian","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"28125":{"id":28125,"name":"Colourful jumper","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rainbow jumper (Gay)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_jumper#Gay","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"28126":{"id":28126,"name":"Poet's jacket","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Poet's jacket","wiki_url":"https://oldschool.runescape.wiki/w/Poet's_jacket","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"28128":{"id":28128,"name":"Love crossbow","equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Love crossbow","wiki_url":"https://oldschool.runescape.wiki/w/Love_crossbow","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-20,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":3,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"28130":{"id":28130,"name":"Strange icon","members":true,"cost":30,"wiki_name":"Strange icon","wiki_url":"https://oldschool.runescape.wiki/w/Strange_icon","price":0},"28132":{"id":28132,"name":"Dusty lamp","members":true,"cost":1,"wiki_name":"Dusty lamp","wiki_url":"https://oldschool.runescape.wiki/w/Dusty_lamp","price":0},"28133":{"id":28133,"name":"Crypt map","cost":1,"wiki_name":"Crypt map","wiki_url":"https://oldschool.runescape.wiki/w/Crypt_map","price":0},"28134":{"id":28134,"name":"Anima-infused bark","stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Anima-infused bark","wiki_url":"https://oldschool.runescape.wiki/w/Anima-infused_bark","price":0},"28136":{"id":28136,"name":"Forestry kit","equipable":true,"equipable_by_player":true,"cost":850,"wiki_name":"Forestry kit","wiki_url":"https://oldschool.runescape.wiki/w/Forestry_kit","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"28138":{"id":28138,"name":"Funky shaped log","members":true,"cost":30000,"lowalch":12000,"highalch":18000,"wiki_name":"Funky shaped log","wiki_url":"https://oldschool.runescape.wiki/w/Funky_shaped_log","price":0},"28140":{"id":28140,"name":"Log basket","members":true,"equipable":true,"equipable_by_player":true,"cost":720,"lowalch":288,"highalch":432,"wiki_name":"Log basket (Closed)","wiki_url":"https://oldschool.runescape.wiki/w/Log_basket#Closed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"28142":{"id":28142,"name":"Open log basket","members":true,"equipable":true,"equipable_by_player":true,"cost":720,"lowalch":288,"highalch":432,"wiki_name":"Log basket (Open)","wiki_url":"https://oldschool.runescape.wiki/w/Log_basket#Open","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"28143":{"id":28143,"name":"Forestry basket","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Forestry basket (Closed)","wiki_url":"https://oldschool.runescape.wiki/w/Forestry_basket#Closed","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"28145":{"id":28145,"name":"Open forestry basket","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Forestry basket (Open)","wiki_url":"https://oldschool.runescape.wiki/w/Forestry_basket#Open","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"28146":{"id":28146,"name":"Log brace","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":3000,"lowalch":1200,"highalch":1800,"buy_limit":40,"wiki_name":"Log brace","wiki_url":"https://oldschool.runescape.wiki/w/Log_brace","price":446000},"28149":{"id":28149,"name":"Sturdy harness","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Sturdy harness","wiki_url":"https://oldschool.runescape.wiki/w/Sturdy_harness","price":595475},"28152":{"id":28152,"name":"Nature offerings","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Nature offerings","wiki_url":"https://oldschool.runescape.wiki/w/Nature_offerings","price":1100},"28154":{"id":28154,"name":"Ritual mulch","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Ritual mulch","wiki_url":"https://oldschool.runescape.wiki/w/Ritual_mulch","price":30000},"28157":{"id":28157,"name":"Forester's ration","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":6000,"wiki_name":"Forester's ration","wiki_url":"https://oldschool.runescape.wiki/w/Forester's_ration","price":47},"28159":{"id":28159,"name":"Secateurs blade","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Secateurs blade","wiki_url":"https://oldschool.runescape.wiki/w/Secateurs_blade","price":3540},"28161":{"id":28161,"name":"Secateurs attachment","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Secateurs attachment","wiki_url":"https://oldschool.runescape.wiki/w/Secateurs_attachment","price":87},"28163":{"id":28163,"name":"Clothes pouch","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Clothes pouch","wiki_url":"https://oldschool.runescape.wiki/w/Clothes_pouch","price":2474996},"28166":{"id":28166,"name":"Clothes pouch blueprint","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Clothes pouch blueprint","wiki_url":"https://oldschool.runescape.wiki/w/Clothes_pouch_blueprint","price":2420000},"28169":{"id":28169,"name":"Forestry top","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Forestry top","wiki_url":"https://oldschool.runescape.wiki/w/Forestry_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"28171":{"id":28171,"name":"Forestry legs","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Forestry legs","wiki_url":"https://oldschool.runescape.wiki/w/Forestry_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"28173":{"id":28173,"name":"Forestry hat","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Forestry hat","wiki_url":"https://oldschool.runescape.wiki/w/Forestry_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"28175":{"id":28175,"name":"Forestry boots","members":true,"equipable":true,"equipable_by_player":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Forestry boots","wiki_url":"https://oldschool.runescape.wiki/w/Forestry_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"28177":{"id":28177,"name":"Felling axe handle","tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Axe handle","wiki_url":"https://oldschool.runescape.wiki/w/Axe_handle","price":2104901},"28179":{"id":28179,"name":"Leprechaun charm","tradeable":true,"stackable":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Leprechaun charm","wiki_url":"https://oldschool.runescape.wiki/w/Leprechaun_charm","price":4523},"28181":{"id":28181,"name":"Clover insignia","tradeable":true,"stackable":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Clover insignia","wiki_url":"https://oldschool.runescape.wiki/w/Clover_insignia","price":16750},"28183":{"id":28183,"name":"Mulch","cost":0,"wiki_name":"Mulch","wiki_url":"https://oldschool.runescape.wiki/w/Mulch","price":0},"28184":{"id":28184,"name":"Bee on a stick","tradeable":true,"stackable":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Bee on a stick","wiki_url":"https://oldschool.runescape.wiki/w/Bee_on_a_stick","price":10693},"28190":{"id":28190,"name":"Powdered pollen","tradeable":true,"stackable":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Powdered pollen","wiki_url":"https://oldschool.runescape.wiki/w/Powdered_pollen","price":92500},"28192":{"id":28192,"name":"Strange pollen","members":true,"cost":0,"wiki_name":"Strange pollen","wiki_url":"https://oldschool.runescape.wiki/w/Strange_pollen","price":0},"28193":{"id":28193,"name":"Unfired cup","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Unfired cup","wiki_url":"https://oldschool.runescape.wiki/w/Unfired_cup","price":32},"28196":{"id":28196,"name":"Bronze felling axe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":16,"lowalch":6,"highalch":9,"wiki_name":"Bronze 2h axe","wiki_url":"https://oldschool.runescape.wiki/w/Bronze_2h_axe","equipment":{"attack_stab":-2,"attack_slash":4,"attack_crush":2,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":5,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","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":1325000},"28199":{"id":28199,"name":"Iron felling axe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":161,"lowalch":64,"highalch":96,"wiki_name":"Iron 2h axe","wiki_url":"https://oldschool.runescape.wiki/w/Iron_2h_axe","equipment":{"attack_stab":-2,"attack_slash":5,"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":"2h","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":1005500},"28202":{"id":28202,"name":"Steel felling axe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":161,"lowalch":64,"highalch":96,"wiki_name":"Steel 2h axe","wiki_url":"https://oldschool.runescape.wiki/w/Steel_2h_axe","equipment":{"attack_stab":-2,"attack_slash":8,"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":"2h","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":1025504},"28205":{"id":28205,"name":"Black felling axe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":161,"lowalch":64,"highalch":96,"wiki_name":"Black 2h axe","wiki_url":"https://oldschool.runescape.wiki/w/Black_2h_axe","equipment":{"attack_stab":-2,"attack_slash":10,"attack_crush":8,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","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":1450005},"28208":{"id":28208,"name":"Mithril felling axe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":161,"lowalch":64,"highalch":96,"wiki_name":"Mithril 2h axe","wiki_url":"https://oldschool.runescape.wiki/w/Mithril_2h_axe","equipment":{"attack_stab":-2,"attack_slash":12,"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":"2h","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":1375000},"28211":{"id":28211,"name":"Adamant felling axe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":161,"lowalch":64,"highalch":96,"wiki_name":"Adamant 2h axe","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_2h_axe","equipment":{"attack_stab":-2,"attack_slash":17,"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":"2h","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":1405000},"28214":{"id":28214,"name":"Rune felling axe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":161,"lowalch":64,"highalch":96,"wiki_name":"Rune 2h axe","wiki_url":"https://oldschool.runescape.wiki/w/Rune_2h_axe","equipment":{"attack_stab":-2,"attack_slash":26,"attack_crush":24,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":29,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","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":2275500},"28217":{"id":28217,"name":"Dragon felling axe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":161,"lowalch":64,"highalch":96,"wiki_name":"Dragon 2h axe","wiki_url":"https://oldschool.runescape.wiki/w/Dragon_2h_axe","equipment":{"attack_stab":-3,"attack_slash":60,"attack_crush":51,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":67,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":7,"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":2367440},"28220":{"id":28220,"name":"Crystal felling axe","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":161,"lowalch":64,"highalch":96,"wiki_name":"Crystal 2h axe (Active)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_2h_axe#Active","equipment":{"attack_stab":-3,"attack_slash":60,"attack_crush":51,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":67,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":7,"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":0},"28223":{"id":28223,"name":"Crystal felling axe (inactive)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":161,"lowalch":64,"highalch":96,"wiki_name":"Crystal 2h axe (Inactive)","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_2h_axe#Inactive","equipment":{"attack_stab":-3,"attack_slash":60,"attack_crush":51,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":67,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":7,"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":0},"28226":{"id":28226,"name":"3rd age felling axe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":161,"lowalch":64,"highalch":96,"wiki_name":"3rd age 2h axe","wiki_url":"https://oldschool.runescape.wiki/w/3rd_age_2h_axe","equipment":{"attack_stab":-3,"attack_slash":60,"attack_crush":51,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":67,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":7,"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":2147483647},"28229":{"id":28229,"name":"Beaver","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Beaver (Oak)","wiki_url":"https://oldschool.runescape.wiki/w/Beaver#Oak","price":0},"28230":{"id":28230,"name":"Beaver","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Beaver (Willow)","wiki_url":"https://oldschool.runescape.wiki/w/Beaver#Willow","price":0},"28231":{"id":28231,"name":"Beaver","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Beaver (Maple)","wiki_url":"https://oldschool.runescape.wiki/w/Beaver#Maple","price":0},"28232":{"id":28232,"name":"Beaver","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Beaver (Yew)","wiki_url":"https://oldschool.runescape.wiki/w/Beaver#Yew","price":0},"28233":{"id":28233,"name":"Beaver","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Beaver (Magic)","wiki_url":"https://oldschool.runescape.wiki/w/Beaver#Magic","price":0},"28234":{"id":28234,"name":"Beaver","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Beaver (Redwood)","wiki_url":"https://oldschool.runescape.wiki/w/Beaver#Redwood","price":0},"28235":{"id":28235,"name":"Beaver","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Beaver (Teak)","wiki_url":"https://oldschool.runescape.wiki/w/Beaver#Teak","price":0},"28236":{"id":28236,"name":"Beaver","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Beaver (Mahogany)","wiki_url":"https://oldschool.runescape.wiki/w/Beaver#Mahogany","price":0},"28237":{"id":28237,"name":"Beaver","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Beaver (Arctic Pine)","wiki_url":"https://oldschool.runescape.wiki/w/Beaver#Arctic_Pine","price":0},"28238":{"id":28238,"name":"Blood ancient sceptre (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blood ancient sceptre (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Blood_ancient_sceptre#Broken","price":0},"28240":{"id":28240,"name":"Smoke ancient sceptre (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Smoke ancient sceptre (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Smoke_ancient_sceptre#Broken","price":0},"28242":{"id":28242,"name":"Ice ancient sceptre (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ice ancient sceptre (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Ice_ancient_sceptre#Broken","price":0},"28244":{"id":28244,"name":"Shadow ancient sceptre (broken)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Shadow ancient sceptre (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Shadow_ancient_sceptre#Broken","price":0},"28246":{"id":28246,"name":"Wisp","members":true,"cost":1,"wiki_name":"Wisp","wiki_url":"https://oldschool.runescape.wiki/w/Wisp","price":0},"28248":{"id":28248,"name":"Butch","members":true,"cost":1,"wiki_name":"Butch","wiki_url":"https://oldschool.runescape.wiki/w/Butch","price":0},"28250":{"id":28250,"name":"Baron","members":true,"cost":1,"wiki_name":"Baron","wiki_url":"https://oldschool.runescape.wiki/w/Baron","price":0},"28252":{"id":28252,"name":"Lil'viathan","members":true,"cost":1,"wiki_name":"Lil'viathan","wiki_url":"https://oldschool.runescape.wiki/w/Lil'viathan","price":0},"28254":{"id":28254,"name":"Sanguine torva full helm","members":true,"equipable":true,"equipable_by_player":true,"cost":200000,"lowalch":80000,"highalch":120000,"wiki_name":"Sanguine torva full helm","wiki_url":"https://oldschool.runescape.wiki/w/Sanguine_torva_full_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-5,"attack_ranged":-5,"defence_stab":59,"defence_slash":60,"defence_crush":62,"defence_magic":-2,"defence_ranged":57,"melee_strength":8,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"head","requirements":null},"price":0},"28256":{"id":28256,"name":"Sanguine torva platebody","members":true,"equipable":true,"equipable_by_player":true,"cost":600000,"lowalch":240000,"highalch":360000,"wiki_name":"Sanguine torva platebody","wiki_url":"https://oldschool.runescape.wiki/w/Sanguine_torva_platebody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-18,"attack_ranged":-14,"defence_stab":117,"defence_slash":111,"defence_crush":117,"defence_magic":-11,"defence_ranged":142,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"body","requirements":null},"price":0},"28258":{"id":28258,"name":"Sanguine torva platelegs","members":true,"equipable":true,"equipable_by_player":true,"cost":400000,"lowalch":160000,"highalch":240000,"wiki_name":"Sanguine torva platelegs","wiki_url":"https://oldschool.runescape.wiki/w/Sanguine_torva_platelegs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-24,"attack_ranged":-11,"defence_stab":87,"defence_slash":78,"defence_crush":79,"defence_magic":-9,"defence_ranged":102,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"legs","requirements":null},"price":0},"28268":{"id":28268,"name":"Blood quartz","members":true,"cost":100000,"wiki_name":"Blood quartz","wiki_url":"https://oldschool.runescape.wiki/w/Blood_quartz","price":0},"28270":{"id":28270,"name":"Ice quartz","members":true,"cost":100000,"wiki_name":"Ice quartz","wiki_url":"https://oldschool.runescape.wiki/w/Ice_quartz","price":0},"28272":{"id":28272,"name":"Shadow quartz","members":true,"cost":100000,"wiki_name":"Shadow quartz","wiki_url":"https://oldschool.runescape.wiki/w/Shadow_quartz","price":0,"lowalch":40000,"highalch":60000},"28274":{"id":28274,"name":"Smoke quartz","members":true,"cost":100000,"wiki_name":"Smoke quartz","wiki_url":"https://oldschool.runescape.wiki/w/Smoke_quartz","price":0,"lowalch":40000,"highalch":60000},"28276":{"id":28276,"name":"Chromium ingot","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50000,"lowalch":20000,"highalch":30000,"buy_limit":8,"wiki_name":"Chromium ingot","wiki_url":"https://oldschool.runescape.wiki/w/Chromium_ingot","price":99905},"28279":{"id":28279,"name":"Bellator vestige","members":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Bellator vestige","wiki_url":"https://oldschool.runescape.wiki/w/Bellator_vestige","price":0},"28281":{"id":28281,"name":"Magus vestige","members":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Magus vestige","wiki_url":"https://oldschool.runescape.wiki/w/Magus_vestige","price":0},"28283":{"id":28283,"name":"Venator vestige","members":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Venator vestige","wiki_url":"https://oldschool.runescape.wiki/w/Venator_vestige","price":0},"28285":{"id":28285,"name":"Ultor vestige","members":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Ultor vestige","wiki_url":"https://oldschool.runescape.wiki/w/Ultor_vestige","price":0},"28287":{"id":28287,"name":"Ultor icon","members":true,"cost":58000,"lowalch":23200,"highalch":34800,"wiki_name":"Ultor icon","wiki_url":"https://oldschool.runescape.wiki/w/Ultor_icon","price":0},"28289":{"id":28289,"name":"Venator icon","members":true,"cost":58000,"lowalch":23200,"highalch":34800,"wiki_name":"Venator icon","wiki_url":"https://oldschool.runescape.wiki/w/Venator_icon","price":0},"28291":{"id":28291,"name":"Magus icon","members":true,"cost":58000,"lowalch":23200,"highalch":34800,"wiki_name":"Magus icon","wiki_url":"https://oldschool.runescape.wiki/w/Magus_icon","price":0},"28293":{"id":28293,"name":"Bellator icon","members":true,"cost":58000,"lowalch":23200,"highalch":34800,"wiki_name":"Bellator icon","wiki_url":"https://oldschool.runescape.wiki/w/Bellator_icon","price":0},"28295":{"id":28295,"name":"Berserker icon","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":8000,"lowalch":3200,"highalch":4800,"wiki_name":"Berserker icon","wiki_url":"https://oldschool.runescape.wiki/w/Berserker_icon","price":4690250},"28298":{"id":28298,"name":"Archer icon","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":8000,"lowalch":3200,"highalch":4800,"wiki_name":"Archer icon","wiki_url":"https://oldschool.runescape.wiki/w/Archer_icon","price":2070000},"28301":{"id":28301,"name":"Warrior icon","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":8000,"lowalch":3200,"highalch":4800,"wiki_name":"Warrior icon","wiki_url":"https://oldschool.runescape.wiki/w/Warrior_icon","price":82053},"28304":{"id":28304,"name":"Seers icon","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":8000,"lowalch":3200,"highalch":4800,"wiki_name":"Seers icon","wiki_url":"https://oldschool.runescape.wiki/w/Seers_icon","price":560000},"28307":{"id":28307,"name":"Ultor ring","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":140000,"lowalch":56000,"highalch":84000,"wiki_name":"Ultor ring","wiki_url":"https://oldschool.runescape.wiki/w/Ultor_ring","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":168659944},"28310":{"id":28310,"name":"Venator ring","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":140000,"lowalch":56000,"highalch":84000,"wiki_name":"Venator ring","wiki_url":"https://oldschool.runescape.wiki/w/Venator_ring","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":10,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":2,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":45800501},"28313":{"id":28313,"name":"Magus ring","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":140000,"lowalch":56000,"highalch":84000,"wiki_name":"Magus ring","wiki_url":"https://oldschool.runescape.wiki/w/Magus_ring","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":2,"prayer":0,"slot":"ring","requirements":null},"price":61400598},"28316":{"id":28316,"name":"Bellator ring","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":140000,"lowalch":56000,"highalch":84000,"wiki_name":"Bellator ring","wiki_url":"https://oldschool.runescape.wiki/w/Bellator_ring","equipment":{"attack_stab":0,"attack_slash":20,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":6,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ring","requirements":null},"price":38399500},"28319":{"id":28319,"name":"Executioner's axe head","members":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Executioner's axe head","wiki_url":"https://oldschool.runescape.wiki/w/Executioner's_axe_head","price":0},"28321":{"id":28321,"name":"Eye of the duke","members":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Eye of the duke","wiki_url":"https://oldschool.runescape.wiki/w/Eye_of_the_duke","price":0},"28323":{"id":28323,"name":"Siren's staff","members":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Siren's staff","wiki_url":"https://oldschool.runescape.wiki/w/Siren's_staff","price":0},"28325":{"id":28325,"name":"Leviathan's lure","members":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Leviathan's lure","wiki_url":"https://oldschool.runescape.wiki/w/Leviathan's_lure","price":0},"28327":{"id":28327,"name":"Ring of shadows","members":true,"equipable":true,"equipable_by_player":true,"cost":75000,"lowalch":30000,"highalch":45000,"wiki_name":"Ring of shadows (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_shadows#Charged","equipment":{"attack_stab":4,"attack_slash":4,"attack_crush":4,"attack_magic":5,"attack_ranged":4,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":5,"defence_ranged":0,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"ring","requirements":null},"price":0},"28329":{"id":28329,"name":"Ring of shadows","members":true,"equipable":true,"equipable_by_player":true,"cost":75000,"lowalch":30000,"highalch":45000,"weight":0.004,"wiki_name":"Ring of shadows (uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Ring_of_shadows#Uncharged","equipment":{"attack_stab":4,"attack_slash":4,"attack_crush":4,"attack_magic":5,"attack_ranged":4,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":5,"defence_ranged":0,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"ring","requirements":null},"price":0},"28330":{"id":28330,"name":"Strangled tablet","members":true,"cost":75000,"wiki_name":"Strangled tablet","wiki_url":"https://oldschool.runescape.wiki/w/Strangled_tablet","price":0,"lowalch":30000,"highalch":45000},"28331":{"id":28331,"name":"Sirenic tablet","members":true,"cost":75000,"wiki_name":"Sirenic tablet","wiki_url":"https://oldschool.runescape.wiki/w/Sirenic_tablet","price":0,"lowalch":30000,"highalch":45000},"28332":{"id":28332,"name":"Scarred tablet","members":true,"cost":75000,"wiki_name":"Scarred tablet","wiki_url":"https://oldschool.runescape.wiki/w/Scarred_tablet","price":0,"lowalch":30000,"highalch":45000},"28333":{"id":28333,"name":"Frozen tablet","members":true,"cost":75000,"wiki_name":"Frozen tablet","wiki_url":"https://oldschool.runescape.wiki/w/Frozen_tablet","price":0,"lowalch":30000,"highalch":45000},"28334":{"id":28334,"name":"Awakener's orb","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":75000,"lowalch":30000,"highalch":45000,"buy_limit":50,"wiki_name":"Awakener's orb","wiki_url":"https://oldschool.runescape.wiki/w/Awakener's_orb","price":700000},"28336":{"id":28336,"name":"Ancient blood ornament kit","members":true,"cost":9500,"lowalch":3800,"highalch":5700,"wiki_name":"Ancient blood ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_blood_ornament_kit","price":0},"28341":{"id":28341,"name":"Musca mushroom","members":true,"cost":200,"wiki_name":"Musca mushroom","wiki_url":"https://oldschool.runescape.wiki/w/Musca_mushroom","price":0},"28342":{"id":28342,"name":"Musca powder","members":true,"stackable":true,"cost":200,"wiki_name":"Musca powder","wiki_url":"https://oldschool.runescape.wiki/w/Musca_powder","price":0},"28343":{"id":28343,"name":"Holos mushroom","members":true,"cost":200,"wiki_name":"Holos mushroom","wiki_url":"https://oldschool.runescape.wiki/w/Holos_mushroom","price":0},"28344":{"id":28344,"name":"Holos powder","members":true,"stackable":true,"cost":200,"wiki_name":"Holos powder","wiki_url":"https://oldschool.runescape.wiki/w/Holos_powder","price":0},"28345":{"id":28345,"name":"Arder mushroom","members":true,"cost":200,"wiki_name":"Arder mushroom","wiki_url":"https://oldschool.runescape.wiki/w/Arder_mushroom","price":0},"28346":{"id":28346,"name":"Arder powder","members":true,"stackable":true,"cost":200,"wiki_name":"Arder powder","wiki_url":"https://oldschool.runescape.wiki/w/Arder_powder","price":0},"28347":{"id":28347,"name":"Resper mushroom","members":true,"cost":200,"wiki_name":"Resper mushroom","wiki_url":"https://oldschool.runescape.wiki/w/Resper_mushroom","price":0},"28348":{"id":28348,"name":"Resper powder","members":true,"stackable":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Resper powder","wiki_url":"https://oldschool.runescape.wiki/w/Resper_powder","price":0},"28349":{"id":28349,"name":"Salax salt","members":true,"stackable":true,"cost":200,"wiki_name":"Salax salt","wiki_url":"https://oldschool.runescape.wiki/w/Salax_salt","price":0},"28350":{"id":28350,"name":"Musca-holos poison","members":true,"cost":200,"wiki_name":"Musca-holos poison","wiki_url":"https://oldschool.runescape.wiki/w/Musca-holos_poison","price":0},"28351":{"id":28351,"name":"Arder-musca poison","members":true,"cost":200,"wiki_name":"Arder-musca poison","wiki_url":"https://oldschool.runescape.wiki/w/Arder-musca_poison","price":0},"28352":{"id":28352,"name":"Musca-resper poison","members":true,"cost":200,"wiki_name":"Musca-resper poison","wiki_url":"https://oldschool.runescape.wiki/w/Musca-resper_poison","price":0},"28353":{"id":28353,"name":"Holos-arder poison","members":true,"cost":200,"wiki_name":"Holos-arder poison","wiki_url":"https://oldschool.runescape.wiki/w/Holos-arder_poison","price":0},"28354":{"id":28354,"name":"Resper-holos poison","members":true,"cost":200,"wiki_name":"Resper-holos poison","wiki_url":"https://oldschool.runescape.wiki/w/Resper-holos_poison","price":0},"28355":{"id":28355,"name":"Arder-resper poison","members":true,"cost":200,"wiki_name":"Arder-resper poison","wiki_url":"https://oldschool.runescape.wiki/w/Arder-resper_poison","price":0},"28356":{"id":28356,"name":"Blackstone fragment","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Blackstone fragment (Glowing)","wiki_url":"https://oldschool.runescape.wiki/w/Blackstone_fragment#Glowing","price":0},"28357":{"id":28357,"name":"Blackstone fragment","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Blackstone fragment (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Blackstone_fragment#Normal","price":0},"28360":{"id":28360,"name":"Strange icon","members":true,"cost":30,"wiki_name":"Strange icon (Desert Treasure II - The Fallen Empire)","wiki_url":"https://oldschool.runescape.wiki/w/Strange_icon_(Desert_Treasure_II_-_The_Fallen_Empire)","price":0},"28361":{"id":28361,"name":"Icon segment","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Icon segment (Palm and thumb)","wiki_url":"https://oldschool.runescape.wiki/w/Icon_segment#Palm_and_thumb","price":0},"28362":{"id":28362,"name":"Icon segment","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Icon segment (Fingers)","wiki_url":"https://oldschool.runescape.wiki/w/Icon_segment#Fingers","price":0},"28363":{"id":28363,"name":"Very long rope","members":true,"cost":30,"wiki_name":"Very long rope","wiki_url":"https://oldschool.runescape.wiki/w/Very_long_rope","price":0},"28364":{"id":28364,"name":"Basic shadow torch","members":true,"cost":30,"wiki_name":"Basic shadow torch","wiki_url":"https://oldschool.runescape.wiki/w/Basic_shadow_torch","price":0},"28365":{"id":28365,"name":"Superior shadow torch","members":true,"cost":30,"wiki_name":"Superior shadow torch","wiki_url":"https://oldschool.runescape.wiki/w/Superior_shadow_torch","price":0},"28366":{"id":28366,"name":"Perfected shadow torch","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Perfected shadow torch","wiki_url":"https://oldschool.runescape.wiki/w/Perfected_shadow_torch","price":0},"28367":{"id":28367,"name":"Shadow blocker","members":true,"cost":30,"wiki_name":"Shadow blocker","wiki_url":"https://oldschool.runescape.wiki/w/Shadow_blocker","price":0},"28368":{"id":28368,"name":"Revitalising idol","members":true,"cost":30,"wiki_name":"Revitalising idol","wiki_url":"https://oldschool.runescape.wiki/w/Revitalising_idol","price":0},"28369":{"id":28369,"name":"Anima portal","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Anima portal","wiki_url":"https://oldschool.runescape.wiki/w/Anima_portal","price":0},"28370":{"id":28370,"name":"Shadow key","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Shadow key (Purple)","wiki_url":"https://oldschool.runescape.wiki/w/Shadow_key#Purple","price":0},"28371":{"id":28371,"name":"Shadow key","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Shadow key (Blue)","wiki_url":"https://oldschool.runescape.wiki/w/Shadow_key#Blue","price":0},"28372":{"id":28372,"name":"Shadow key","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Shadow key (White)","wiki_url":"https://oldschool.runescape.wiki/w/Shadow_key#White","price":0},"28373":{"id":28373,"name":"Shadow key","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Shadow key (Red)","wiki_url":"https://oldschool.runescape.wiki/w/Shadow_key#Red","price":0},"28374":{"id":28374,"name":"Shadow key","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Shadow key (Green)","wiki_url":"https://oldschool.runescape.wiki/w/Shadow_key#Green","price":0},"28375":{"id":28375,"name":"Anima portal schematic","members":true,"cost":30,"wiki_name":"Anima portal schematic","wiki_url":"https://oldschool.runescape.wiki/w/Anima_portal_schematic","price":0},"28376":{"id":28376,"name":"Revitalising idol schematic","members":true,"cost":30,"wiki_name":"Revitalising idol schematic","wiki_url":"https://oldschool.runescape.wiki/w/Revitalising_idol_schematic","price":0},"28377":{"id":28377,"name":"Shadow blocker schematic","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Shadow blocker schematic","wiki_url":"https://oldschool.runescape.wiki/w/Shadow_blocker_schematic","price":0},"28378":{"id":28378,"name":"Basic shadow torch schematic","members":true,"cost":30,"wiki_name":"Basic shadow torch schematic","wiki_url":"https://oldschool.runescape.wiki/w/Basic_shadow_torch_schematic","price":0},"28379":{"id":28379,"name":"Superior shadow torch schematic","members":true,"cost":30,"wiki_name":"Superior shadow torch schematic","wiki_url":"https://oldschool.runescape.wiki/w/Superior_shadow_torch_schematic","price":0},"28380":{"id":28380,"name":"Perfected shadow torch schematic","members":true,"cost":30,"wiki_name":"Perfected shadow torch schematic","wiki_url":"https://oldschool.runescape.wiki/w/Perfected_shadow_torch_schematic","price":0},"28382":{"id":28382,"name":"Potion note","members":true,"cost":30,"wiki_name":"Potion note","wiki_url":"https://oldschool.runescape.wiki/w/Potion_note","price":0},"28383":{"id":28383,"name":"Strange potion","members":true,"cost":30,"wiki_name":"Strange potion (Desert Treasure II - The Fallen Empire)","wiki_url":"https://oldschool.runescape.wiki/w/Strange_potion_(Desert_Treasure_II_-_The_Fallen_Empire)","price":0},"28384":{"id":28384,"name":"Korbal herb","members":true,"cost":30,"wiki_name":"Korbal herb","wiki_url":"https://oldschool.runescape.wiki/w/Korbal_herb","price":0},"28385":{"id":28385,"name":"Argian berries","members":true,"cost":30,"wiki_name":"Argian berries","wiki_url":"https://oldschool.runescape.wiki/w/Argian_berries","price":0},"28386":{"id":28386,"name":"Unfinished serum","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Unfinished serum (Step 1)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_serum#Step_1","price":0},"28387":{"id":28387,"name":"Unfinished serum","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Unfinished serum (Step 2)","wiki_url":"https://oldschool.runescape.wiki/w/Unfinished_serum#Step_2","price":0},"28388":{"id":28388,"name":"Strangler serum","members":true,"cost":30,"wiki_name":"Strangler serum","wiki_url":"https://oldschool.runescape.wiki/w/Strangler_serum","price":0},"28389":{"id":28389,"name":"Temple key","members":true,"cost":1500,"wiki_name":"Temple key (Desert Treasure II - The Fallen Empire)","wiki_url":"https://oldschool.runescape.wiki/w/Temple_key_(Desert_Treasure_II_-_The_Fallen_Empire)","price":0},"28390":{"id":28390,"name":"Barricade","noteable":true,"cost":30,"wiki_name":"Barricade (Desert Treasure II - The Fallen Empire)","wiki_url":"https://oldschool.runescape.wiki/w/Barricade_(Desert_Treasure_II_-_The_Fallen_Empire)","price":0},"28392":{"id":28392,"name":"Satchel","members":true,"cost":30,"wiki_name":"Satchel (Desert Treasure II - The Fallen Empire)","wiki_url":"https://oldschool.runescape.wiki/w/Satchel_(Desert_Treasure_II_-_The_Fallen_Empire)","price":0},"28393":{"id":28393,"name":"Detonator","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Detonator","wiki_url":"https://oldschool.runescape.wiki/w/Detonator","price":0},"28394":{"id":28394,"name":"Tatty page","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Tatty page (Day 1)","wiki_url":"https://oldschool.runescape.wiki/w/Tatty_page#Day_1","price":0},"28395":{"id":28395,"name":"Tatty page","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Tatty page (Day 2)","wiki_url":"https://oldschool.runescape.wiki/w/Tatty_page#Day_2","price":0},"28396":{"id":28396,"name":"Tatty page","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Tatty page (Day 3)","wiki_url":"https://oldschool.runescape.wiki/w/Tatty_page#Day_3","price":0},"28397":{"id":28397,"name":"Tatty page","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Tatty page (Day 4)","wiki_url":"https://oldschool.runescape.wiki/w/Tatty_page#Day_4","price":0},"28398":{"id":28398,"name":"Tatty page","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Tatty page (Day 5)","wiki_url":"https://oldschool.runescape.wiki/w/Tatty_page#Day_5","price":0},"28399":{"id":28399,"name":"Tatty page","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Tatty page (Day 6)","wiki_url":"https://oldschool.runescape.wiki/w/Tatty_page#Day_6","price":0},"28400":{"id":28400,"name":"Tatty page","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Tatty page (Day 7)","wiki_url":"https://oldschool.runescape.wiki/w/Tatty_page#Day_7","price":0},"28401":{"id":28401,"name":"Mucky note","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Mucky note","wiki_url":"https://oldschool.runescape.wiki/w/Mucky_note","price":0},"28402":{"id":28402,"name":"Uncharged cell","members":true,"stackable":true,"cost":30,"wiki_name":"Uncharged cell (Desert Treasure II - The Fallen Empire)","wiki_url":"https://oldschool.runescape.wiki/w/Uncharged_cell_(Desert_Treasure_II_-_The_Fallen_Empire)","price":0},"28403":{"id":28403,"name":"Charged cell","members":true,"stackable":true,"cost":30,"wiki_name":"Charged cell","wiki_url":"https://oldschool.runescape.wiki/w/Charged_cell","price":0},"28404":{"id":28404,"name":"Vardorvis' medallion","members":true,"cost":100,"wiki_name":"Vardorvis' medallion","wiki_url":"https://oldschool.runescape.wiki/w/Vardorvis'_medallion","price":0},"28405":{"id":28405,"name":"Perseriya's medallion","members":true,"cost":100,"wiki_name":"Perseriya's medallion","wiki_url":"https://oldschool.runescape.wiki/w/Perseriya's_medallion","price":0},"28406":{"id":28406,"name":"Sucellus' medallion","members":true,"cost":100,"wiki_name":"Sucellus' medallion","wiki_url":"https://oldschool.runescape.wiki/w/Sucellus'_medallion","price":0},"28407":{"id":28407,"name":"Whisperer's medallion","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Whisperer's medallion","wiki_url":"https://oldschool.runescape.wiki/w/Whisperer's_medallion","price":0},"28408":{"id":28408,"name":"Hair clip","members":true,"cost":30,"wiki_name":"Hair clip (Desert Treasure II - The Fallen Empire)","wiki_url":"https://oldschool.runescape.wiki/w/Hair_clip_(Desert_Treasure_II_-_The_Fallen_Empire)","price":0},"28409":{"id":28409,"name":"Ancient lamp","cost":1,"weight":0.1,"wiki_name":"Ancient lamp","wiki_url":"https://oldschool.runescape.wiki/w/Ancient_lamp","price":0},"28410":{"id":28410,"name":"Dr banikan","members":true,"cost":1,"wiki_name":"Dr banikan (item)","wiki_url":"https://oldschool.runescape.wiki/w/Dr_banikan_(item)","price":0},"28412":{"id":28412,"name":"Prisoner's letter","members":true,"cost":30,"wiki_name":"Prisoner's letter","wiki_url":"https://oldschool.runescape.wiki/w/Prisoner's_letter","price":0},"28413":{"id":28413,"name":"Knife","members":true,"cost":30,"wiki_name":"Knife (Desert Treasure II - The Fallen Empire)","wiki_url":"https://oldschool.runescape.wiki/w/Knife_(Desert_Treasure_II_-_The_Fallen_Empire)","price":0},"28414":{"id":28414,"name":"Chisel","members":true,"cost":30,"wiki_name":"Chisel (Desert Treasure II - The Fallen Empire)","wiki_url":"https://oldschool.runescape.wiki/w/Chisel_(Desert_Treasure_II_-_The_Fallen_Empire)","price":0},"28415":{"id":28415,"name":"Lockpick","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Lockpick (Desert Treasure II - The Fallen Empire)","wiki_url":"https://oldschool.runescape.wiki/w/Lockpick_(Desert_Treasure_II_-_The_Fallen_Empire)","price":0},"28416":{"id":28416,"name":"Sapphire key","members":true,"cost":30,"wiki_name":"Sapphire key (Desert Treasure II - The Fallen Empire)","wiki_url":"https://oldschool.runescape.wiki/w/Sapphire_key_(Desert_Treasure_II_-_The_Fallen_Empire)","price":0},"28417":{"id":28417,"name":"Emerald key","members":true,"cost":30,"wiki_name":"Emerald key (Desert Treasure II - The Fallen Empire)","wiki_url":"https://oldschool.runescape.wiki/w/Emerald_key_(Desert_Treasure_II_-_The_Fallen_Empire)","price":0},"28418":{"id":28418,"name":"Ruby key","members":true,"cost":30,"wiki_name":"Ruby key (Desert Treasure II - The Fallen Empire)","wiki_url":"https://oldschool.runescape.wiki/w/Ruby_key_(Desert_Treasure_II_-_The_Fallen_Empire)","price":0},"28419":{"id":28419,"name":"Diamond key","members":true,"cost":30,"wiki_name":"Diamond key","wiki_url":"https://oldschool.runescape.wiki/w/Diamond_key","price":0},"28420":{"id":28420,"name":"Dragonstone key","members":true,"cost":30,"wiki_name":"Dragonstone key","wiki_url":"https://oldschool.runescape.wiki/w/Dragonstone_key","price":0},"28421":{"id":28421,"name":"Onyx key","members":true,"cost":30,"wiki_name":"Onyx key","wiki_url":"https://oldschool.runescape.wiki/w/Onyx_key","price":0},"28422":{"id":28422,"name":"Rations","members":true,"cost":30,"wiki_name":"Rations","wiki_url":"https://oldschool.runescape.wiki/w/Rations","price":0},"28423":{"id":28423,"name":"Requisition note","members":true,"cost":30,"wiki_name":"Requisition note","wiki_url":"https://oldschool.runescape.wiki/w/Requisition_note","price":0},"28424":{"id":28424,"name":"Grid note","members":true,"cost":30,"wiki_name":"Grid note","wiki_url":"https://oldschool.runescape.wiki/w/Grid_note","price":0},"28425":{"id":28425,"name":"Code converter","members":true,"cost":30,"wiki_name":"Code converter","wiki_url":"https://oldschool.runescape.wiki/w/Code_converter","price":0},"28426":{"id":28426,"name":"Magic lantern","members":true,"equipable":true,"equipable_by_player":true,"cost":30,"wiki_name":"Magic lantern","wiki_url":"https://oldschool.runescape.wiki/w/Magic_lantern","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"28427":{"id":28427,"name":"Strange slider","members":true,"cost":30,"wiki_name":"Strange slider","wiki_url":"https://oldschool.runescape.wiki/w/Strange_slider","price":0},"28428":{"id":28428,"name":"Library note","members":true,"cost":30,"wiki_name":"Library note","wiki_url":"https://oldschool.runescape.wiki/w/Library_note","price":0},"28429":{"id":28429,"name":"Warning letter","members":true,"cost":30,"wiki_name":"Warning letter","wiki_url":"https://oldschool.runescape.wiki/w/Warning_letter","price":0},"28430":{"id":28430,"name":"Odd key","members":true,"cost":1500,"wiki_name":"Odd key","wiki_url":"https://oldschool.runescape.wiki/w/Odd_key","price":0},"28431":{"id":28431,"name":"Orders note","members":true,"cost":30,"wiki_name":"Orders note","wiki_url":"https://oldschool.runescape.wiki/w/Orders_note","price":0},"28432":{"id":28432,"name":"Refugees note","members":true,"cost":30,"wiki_name":"Refugees note","wiki_url":"https://oldschool.runescape.wiki/w/Refugees_note","price":0},"28433":{"id":28433,"name":"Request note","members":true,"cost":30,"wiki_name":"Request note","wiki_url":"https://oldschool.runescape.wiki/w/Request_note","price":0},"28434":{"id":28434,"name":"Prayer note","members":true,"cost":30,"wiki_name":"Prayer note","wiki_url":"https://oldschool.runescape.wiki/w/Prayer_note","price":0},"28435":{"id":28435,"name":"Thank you note","members":true,"cost":30,"wiki_name":"Thank you note","wiki_url":"https://oldschool.runescape.wiki/w/Thank_you_note","price":0},"28436":{"id":28436,"name":"Protest note","members":true,"cost":30,"wiki_name":"Protest note","wiki_url":"https://oldschool.runescape.wiki/w/Protest_note","price":0},"28437":{"id":28437,"name":"Evacuation note","members":true,"cost":30,"wiki_name":"Evacuation note","wiki_url":"https://oldschool.runescape.wiki/w/Evacuation_note","price":0},"28438":{"id":28438,"name":"Old tablet","members":true,"cost":30,"wiki_name":"Old tablet","wiki_url":"https://oldschool.runescape.wiki/w/Old_tablet","price":0},"28439":{"id":28439,"name":"Damp tablet","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Damp tablet (Incident report)","wiki_url":"https://oldschool.runescape.wiki/w/Damp_tablet#Incident_report","price":0},"28440":{"id":28440,"name":"Damp tablet","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Damp tablet (Rejoice)","wiki_url":"https://oldschool.runescape.wiki/w/Damp_tablet#Rejoice","price":0},"28441":{"id":28441,"name":"Slimy key","cost":30,"wiki_name":"Slimy key","wiki_url":"https://oldschool.runescape.wiki/w/Slimy_key","price":0},"28442":{"id":28442,"name":"Gunpowder","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Gunpowder (Desert Treasure II - The Fallen Empire)","wiki_url":"https://oldschool.runescape.wiki/w/Gunpowder_(Desert_Treasure_II_-_The_Fallen_Empire)","price":0},"28443":{"id":28443,"name":"Scarred scraps","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Scarred scraps","wiki_url":"https://oldschool.runescape.wiki/w/Scarred_scraps","price":0},"28444":{"id":28444,"name":"Withered note","members":true,"cost":30,"wiki_name":"Withered note","wiki_url":"https://oldschool.runescape.wiki/w/Withered_note","price":0},"28445":{"id":28445,"name":"Earth nerve","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Earth nerve","wiki_url":"https://oldschool.runescape.wiki/w/Earth_nerve","price":0},"28446":{"id":28446,"name":"Water nerve","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Water nerve","wiki_url":"https://oldschool.runescape.wiki/w/Water_nerve","price":0},"28447":{"id":28447,"name":"Fire nerve","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Fire nerve","wiki_url":"https://oldschool.runescape.wiki/w/Fire_nerve","price":0},"28448":{"id":28448,"name":"Air nerve","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Air nerve","wiki_url":"https://oldschool.runescape.wiki/w/Air_nerve","price":0},"28449":{"id":28449,"name":"Mind nerve","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Mind nerve","wiki_url":"https://oldschool.runescape.wiki/w/Mind_nerve","price":0},"28450":{"id":28450,"name":"Soul nerve","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Soul nerve","wiki_url":"https://oldschool.runescape.wiki/w/Soul_nerve","price":0},"28451":{"id":28451,"name":"Nature nerve","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Nature nerve","wiki_url":"https://oldschool.runescape.wiki/w/Nature_nerve","price":0},"28452":{"id":28452,"name":"Smoke nerve","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Smoke nerve","wiki_url":"https://oldschool.runescape.wiki/w/Smoke_nerve","price":0},"28453":{"id":28453,"name":"Blood nerve","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Blood nerve","wiki_url":"https://oldschool.runescape.wiki/w/Blood_nerve","price":0},"28454":{"id":28454,"name":"Law nerve","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Law nerve","wiki_url":"https://oldschool.runescape.wiki/w/Law_nerve","price":0},"28455":{"id":28455,"name":"Cosmic nerve","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Cosmic nerve","wiki_url":"https://oldschool.runescape.wiki/w/Cosmic_nerve","price":0},"28456":{"id":28456,"name":"Astral nerve","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Astral nerve","wiki_url":"https://oldschool.runescape.wiki/w/Astral_nerve","price":0},"28457":{"id":28457,"name":"Wrath nerve","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Wrath nerve","wiki_url":"https://oldschool.runescape.wiki/w/Wrath_nerve","price":0},"28458":{"id":28458,"name":"Dust nerve","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Dust nerve","wiki_url":"https://oldschool.runescape.wiki/w/Dust_nerve","price":0},"28459":{"id":28459,"name":"Steam nerve","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Steam nerve","wiki_url":"https://oldschool.runescape.wiki/w/Steam_nerve","price":0},"28460":{"id":28460,"name":"Lava nerve","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Lava nerve","wiki_url":"https://oldschool.runescape.wiki/w/Lava_nerve","price":0},"28461":{"id":28461,"name":"Abyssal observations","members":true,"cost":30,"wiki_name":"Abyssal observations","wiki_url":"https://oldschool.runescape.wiki/w/Abyssal_observations","price":0},"28462":{"id":28462,"name":"Crimson fibre","members":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Crimson fibre","wiki_url":"https://oldschool.runescape.wiki/w/Crimson_fibre","price":0},"28463":{"id":28463,"name":"Radiant fibre","members":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Radiant fibre","wiki_url":"https://oldschool.runescape.wiki/w/Radiant_fibre","price":0},"28464":{"id":28464,"name":"Illuminating lure","members":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Illuminating lure","wiki_url":"https://oldschool.runescape.wiki/w/Illuminating_lure","price":0},"28465":{"id":28465,"name":"Slimy tablet","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Slimy tablet (Part 1)","wiki_url":"https://oldschool.runescape.wiki/w/Slimy_tablet#Part_1","price":0},"28466":{"id":28466,"name":"Slimy tablet","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Slimy tablet (Part 2)","wiki_url":"https://oldschool.runescape.wiki/w/Slimy_tablet#Part_2","price":0},"28467":{"id":28467,"name":"Slimy tablet","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Slimy tablet (Part 3)","wiki_url":"https://oldschool.runescape.wiki/w/Slimy_tablet#Part_3","price":0},"28468":{"id":28468,"name":"Gooey note","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Gooey note (Part 2)","wiki_url":"https://oldschool.runescape.wiki/w/Gooey_note#Part_2","price":0},"28469":{"id":28469,"name":"Gooey note","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Gooey note (Part 3)","wiki_url":"https://oldschool.runescape.wiki/w/Gooey_note#Part_3","price":0},"28470":{"id":28470,"name":"Gooey note","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Gooey note (Part 1)","wiki_url":"https://oldschool.runescape.wiki/w/Gooey_note#Part_1","price":0},"28471":{"id":28471,"name":"Stink bomb","members":true,"stackable":true,"cost":20,"wiki_name":"Stink bomb","wiki_url":"https://oldschool.runescape.wiki/w/Stink_bomb","price":0},"28473":{"id":28473,"name":"Blood ancient sceptre (l)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":200000,"lowalch":80000,"highalch":120000,"wiki_name":"Blood ancient sceptre (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Blood_ancient_sceptre#Locked","equipment":{"attack_stab":20,"attack_slash":-1,"attack_crush":50,"attack_magic":20,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":15,"defence_ranged":0,"melee_strength":60,"ranged_strength":0,"magic_damage":5,"prayer":-1,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"28474":{"id":28474,"name":"Ice ancient sceptre (l)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":200000,"lowalch":80000,"highalch":120000,"wiki_name":"Ice ancient sceptre (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Ice_ancient_sceptre#Locked","equipment":{"attack_stab":20,"attack_slash":-1,"attack_crush":50,"attack_magic":20,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":15,"defence_ranged":0,"melee_strength":60,"ranged_strength":0,"magic_damage":5,"prayer":-1,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"28475":{"id":28475,"name":"Smoke ancient sceptre (l)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":200000,"lowalch":80000,"highalch":120000,"wiki_name":"Smoke ancient sceptre (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Smoke_ancient_sceptre#Locked","equipment":{"attack_stab":20,"attack_slash":-1,"attack_crush":50,"attack_magic":20,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":15,"defence_ranged":0,"melee_strength":60,"ranged_strength":0,"magic_damage":5,"prayer":-1,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"28476":{"id":28476,"name":"Shadow ancient sceptre (l)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":200000,"lowalch":80000,"highalch":120000,"wiki_name":"Shadow ancient sceptre (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Shadow_ancient_sceptre#Locked","equipment":{"attack_stab":20,"attack_slash":-1,"attack_crush":50,"attack_magic":20,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":15,"defence_ranged":0,"melee_strength":60,"ranged_strength":0,"magic_damage":5,"prayer":-1,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"28477":{"id":28477,"name":"Sigil of sustenance","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of sustenance (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_sustenance#Attuned","price":0},"28478":{"id":28478,"name":"Sigil of sustenance","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Sigil of sustenance (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_sustenance#Un-attuned","price":0},"28480":{"id":28480,"name":"Sigil of hoarding","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of hoarding (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_hoarding#Attuned","price":0},"28481":{"id":28481,"name":"Sigil of hoarding","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Sigil of hoarding (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_hoarding#Un-attuned","price":0},"28483":{"id":28483,"name":"Sigil of the alchemaniac","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the alchemaniac (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_alchemaniac#Attuned","price":0},"28484":{"id":28484,"name":"Sigil of the alchemaniac","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Sigil of the alchemaniac (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_alchemaniac#Un-attuned","price":0},"28486":{"id":28486,"name":"Sigil of the hunter","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the hunter (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_hunter#Attuned","price":0},"28487":{"id":28487,"name":"Sigil of the hunter","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":20000,"lowalch":8000,"highalch":12000,"wiki_name":"Sigil of the hunter (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_hunter#Un-attuned","price":0},"28489":{"id":28489,"name":"Sigil of resistance","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of resistance (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_resistance#Attuned","price":0},"28490":{"id":28490,"name":"Sigil of resistance","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Sigil of resistance (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_resistance#Un-attuned","price":0},"28492":{"id":28492,"name":"Sigil of agile fortune","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of agile fortune (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_agile_fortune#Attuned","price":0},"28493":{"id":28493,"name":"Sigil of agile fortune","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Sigil of agile fortune (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_agile_fortune#Un-attuned","price":0},"28495":{"id":28495,"name":"Sigil of the food master","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the food master (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_food_master#Attuned","price":0},"28496":{"id":28496,"name":"Sigil of the food master","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30000,"lowalch":12000,"highalch":18000,"wiki_name":"Sigil of the food master (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_food_master#Un-attuned","price":0},"28498":{"id":28498,"name":"Sigil of the well-fed","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the well-fed (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_well-fed#Attuned","price":0},"28499":{"id":28499,"name":"Sigil of the well-fed","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Sigil of the well-fed (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_well-fed#Un-attuned","price":0},"28501":{"id":28501,"name":"Sigil of the infernal chef","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the infernal chef (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_infernal_chef#Attuned","price":0},"28502":{"id":28502,"name":"Sigil of the infernal chef","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Sigil of the infernal chef (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_infernal_chef#Un-attuned","price":0},"28504":{"id":28504,"name":"Sigil of the infernal smith","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the infernal smith (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_infernal_smith#Attuned","price":0},"28505":{"id":28505,"name":"Sigil of the infernal smith","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Sigil of the infernal smith (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_infernal_smith#Un-attuned","price":0},"28507":{"id":28507,"name":"Sigil of the lightbearer","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the lightbearer (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_lightbearer#Un-attuned","price":0},"28508":{"id":28508,"name":"Sigil of the lightbearer","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Sigil of the lightbearer (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_lightbearer#Attuned","price":0},"28510":{"id":28510,"name":"Sigil of the bloodhound","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the bloodhound (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_bloodhound#Attuned","price":0},"28511":{"id":28511,"name":"Sigil of the bloodhound","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Sigil of the bloodhound (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_bloodhound#Un-attuned","price":0},"28513":{"id":28513,"name":"Sigil of precision","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of precision (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_precision#Attuned","price":0},"28514":{"id":28514,"name":"Sigil of precision","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Sigil of precision (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_precision#Un-attuned","price":0},"28516":{"id":28516,"name":"Sigil of the augmented thrall","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the augmented thrall (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_augmented_thrall#Attuned","price":0},"28517":{"id":28517,"name":"Sigil of the augmented thrall","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Sigil of the augmented thrall (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_augmented_thrall#Un-attuned","price":0},"28519":{"id":28519,"name":"Sigil of faith","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of faith (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_faith#Attuned","price":0},"28520":{"id":28520,"name":"Sigil of faith","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Sigil of faith (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_faith#Un-attuned","price":0},"28522":{"id":28522,"name":"Sigil of titanium","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of titanium (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_titanium#Attuned","price":0},"28523":{"id":28523,"name":"Sigil of titanium","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Sigil of titanium (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_titanium#Un-attuned","price":0},"28525":{"id":28525,"name":"Sigil of the ninja","members":true,"tradeable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of the ninja (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_ninja#Attuned","price":0},"28526":{"id":28526,"name":"Sigil of the ninja","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Sigil of the ninja (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_the_ninja#Un-attuned","price":0},"28528":{"id":28528,"name":"Sigil of woodcraft","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of woodcraft (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_woodcraft#Attuned","price":0},"28529":{"id":28529,"name":"Sigil of woodcraft","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Sigil of woodcraft (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_woodcraft#Un-attuned","price":0},"28531":{"id":28531,"name":"Corrupted voidwaker","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":250000,"lowalch":100000,"highalch":150000,"wiki_name":"Corrupted voidwaker","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_voidwaker","equipment":{"attack_stab":56,"attack_slash":64,"attack_crush":-2,"attack_magic":4,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":2,"defence_ranged":0,"melee_strength":64,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"28534":{"id":28534,"name":"Corrupted dragon claws","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":250000,"lowalch":100000,"highalch":150000,"wiki_name":"Corrupted dragon claws","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_dragon_claws","equipment":{"attack_stab":33,"attack_slash":46,"attack_crush":-4,"attack_magic":0,"attack_ranged":0,"defence_stab":11,"defence_slash":21,"defence_crush":6,"defence_magic":0,"defence_ranged":0,"melee_strength":45,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"claw","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"28537":{"id":28537,"name":"Corrupted armadyl godsword","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":250000,"lowalch":100000,"highalch":150000,"wiki_name":"Corrupted armadyl godsword","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_armadyl_godsword","equipment":{"attack_stab":0,"attack_slash":106,"attack_crush":64,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":106,"ranged_strength":0,"magic_damage":0,"prayer":7,"slot":"2h","requirements":null},"weapon":{"attack_speed":6,"weapon_type":"2h_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"smash","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"28540":{"id":28540,"name":"Corrupted twisted bow","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":250000,"lowalch":100000,"highalch":150000,"wiki_name":"Corrupted twisted bow","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_twisted_bow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":56,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":2,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":6,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"28543":{"id":28543,"name":"Corrupted scythe of vitur","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":250000,"lowalch":100000,"highalch":150000,"wiki_name":"Corrupted scythe of vitur (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_scythe_of_vitur#Charged","equipment":{"attack_stab":56,"attack_slash":88,"attack_crush":24,"attack_magic":-6,"attack_ranged":0,"defence_stab":-2,"defence_slash":7,"defence_crush":8,"defence_magic":0,"defence_ranged":0,"melee_strength":60,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"scythe","stances":[{"combat_style":"reap","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"chop","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"jab","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"28545":{"id":28545,"name":"Corrupted scythe of vitur (uncharged)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":250000,"lowalch":100000,"highalch":150000,"wiki_name":"Corrupted scythe of vitur (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_scythe_of_vitur#Uncharged","equipment":{"attack_stab":40,"attack_slash":60,"attack_crush":8,"attack_magic":-6,"attack_ranged":0,"defence_stab":-2,"defence_slash":5,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":40,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"scythe","stances":[{"combat_style":"reap","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"chop","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"jab","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"28547":{"id":28547,"name":"Corrupted tumeken's shadow","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":250000,"lowalch":100000,"highalch":150000,"wiki_name":"Corrupted tumeken's shadow (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_tumeken's_shadow#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":35,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":20,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":0},"28549":{"id":28549,"name":"Corrupted tumeken's shadow (uncharged)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":250000,"lowalch":100000,"highalch":150000,"wiki_name":"Corrupted tumeken's shadow (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_tumeken's_shadow#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":35,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":20,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":0},"28551":{"id":28551,"name":"Quest lamp","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Quest lamp","wiki_url":"https://oldschool.runescape.wiki/w/Quest_lamp","price":0},"28561":{"id":28561,"name":"Trinket of vengeance","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Trinket of vengeance","wiki_url":"https://oldschool.runescape.wiki/w/Trinket_of_vengeance","price":0},"28564":{"id":28564,"name":"Trinket of fairies","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Trinket of fairies","wiki_url":"https://oldschool.runescape.wiki/w/Trinket_of_fairies","price":0},"28567":{"id":28567,"name":"Trinket of advanced weaponry","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Trinket of advanced weaponry","wiki_url":"https://oldschool.runescape.wiki/w/Trinket_of_advanced_weaponry","price":0},"28570":{"id":28570,"name":"Trinket of undead","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Trinket of undead","wiki_url":"https://oldschool.runescape.wiki/w/Trinket_of_undead","price":0},"28573":{"id":28573,"name":"Chest key","members":true,"cost":30,"wiki_name":"Chest key (The Path of Glouphrie)","wiki_url":"https://oldschool.runescape.wiki/w/Chest_key_(The_Path_of_Glouphrie)","price":0},"28574":{"id":28574,"name":"Strongroom key","members":true,"cost":30,"wiki_name":"Strongroom key","wiki_url":"https://oldschool.runescape.wiki/w/Strongroom_key","price":0},"28575":{"id":28575,"name":"Crystal chime seed","members":true,"cost":2000,"wiki_name":"Crystal chime seed","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_chime_seed","price":0},"28577":{"id":28577,"name":"Crystal chime","members":true,"cost":3000,"wiki_name":"Crystal chime","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_chime","price":0},"28579":{"id":28579,"name":"Yewnock's notes","members":true,"cost":30,"wiki_name":"Yewnock's notes","wiki_url":"https://oldschool.runescape.wiki/w/Yewnock's_notes","price":0},"28583":{"id":28583,"name":"Warped sceptre (uncharged)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":150000,"lowalch":60000,"highalch":90000,"wiki_name":"Warped sceptre (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Warped_sceptre#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":12,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":12,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":166310},"28585":{"id":28585,"name":"Warped sceptre","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":150000,"lowalch":60000,"highalch":90000,"wiki_name":"Warped sceptre (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Warped_sceptre#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":12,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":12,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":0},"28587":{"id":28587,"name":"Magic lamp (strength)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Magic lamp (The Path of Glouphrie) (Strength)","wiki_url":"https://oldschool.runescape.wiki/w/Magic_lamp_(The_Path_of_Glouphrie)#Strength","price":0},"28588":{"id":28588,"name":"Magic lamp (slayer)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Magic lamp (The Path of Glouphrie) (Slayer)","wiki_url":"https://oldschool.runescape.wiki/w/Magic_lamp_(The_Path_of_Glouphrie)#Slayer","price":0},"28589":{"id":28589,"name":"Magic lamp (thieving)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Magic lamp (The Path of Glouphrie) (Thieving)","wiki_url":"https://oldschool.runescape.wiki/w/Magic_lamp_(The_Path_of_Glouphrie)#Thieving","price":0},"28590":{"id":28590,"name":"Magic lamp (magic)","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Magic lamp (The Path of Glouphrie) (Magic)","wiki_url":"https://oldschool.runescape.wiki/w/Magic_lamp_(The_Path_of_Glouphrie)#Magic","price":0},"28591":{"id":28591,"name":"Tainted essence chunk","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Tainted essence chunk","wiki_url":"https://oldschool.runescape.wiki/w/Tainted_essence_chunk","price":0},"28593":{"id":28593,"name":"Warped extract","members":true,"stackable":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Warped extract","wiki_url":"https://oldschool.runescape.wiki/w/Warped_extract","price":0},"28595":{"id":28595,"name":"Twisted extract","members":true,"stackable":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Twisted extract","wiki_url":"https://oldschool.runescape.wiki/w/Twisted_extract","price":0},"28597":{"id":28597,"name":"Mangled extract","members":true,"stackable":true,"cost":400,"lowalch":160,"highalch":240,"wiki_name":"Mangled extract","wiki_url":"https://oldschool.runescape.wiki/w/Mangled_extract","price":0},"28599":{"id":28599,"name":"Scarred extract","members":true,"stackable":true,"cost":800,"lowalch":320,"highalch":480,"wiki_name":"Scarred extract","wiki_url":"https://oldschool.runescape.wiki/w/Scarred_extract","price":0},"28601":{"id":28601,"name":"Cobweb cape","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Cobweb cape","wiki_url":"https://oldschool.runescape.wiki/w/Cobweb_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"28603":{"id":28603,"name":"Spider hat","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Spider hat (Common)","wiki_url":"https://oldschool.runescape.wiki/w/Spider_hat#Common","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"28605":{"id":28605,"name":"Spider hat","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Spider hat (Venenatis)","wiki_url":"https://oldschool.runescape.wiki/w/Spider_hat#Venenatis","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"28607":{"id":28607,"name":"Spider hat","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Spider hat (Verzik)","wiki_url":"https://oldschool.runescape.wiki/w/Spider_hat#Verzik","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"28609":{"id":28609,"name":"Spider hat","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Spider hat (Sarachnis)","wiki_url":"https://oldschool.runescape.wiki/w/Spider_hat#Sarachnis","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"28611":{"id":28611,"name":"Spider hat","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Spider hat (Old)","wiki_url":"https://oldschool.runescape.wiki/w/Spider_hat#Old","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"28613":{"id":28613,"name":"Cape pouch","members":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Cape pouch","wiki_url":"https://oldschool.runescape.wiki/w/Cape_pouch","price":0},"28616":{"id":28616,"name":"Pheasant cape","members":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Pheasant cape","wiki_url":"https://oldschool.runescape.wiki/w/Pheasant_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"28618":{"id":28618,"name":"Pheasant boots","members":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Pheasant boots","wiki_url":"https://oldschool.runescape.wiki/w/Pheasant_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"28620":{"id":28620,"name":"Pheasant hat","members":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Pheasant hat","wiki_url":"https://oldschool.runescape.wiki/w/Pheasant_hat","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"28622":{"id":28622,"name":"Pheasant legs","members":true,"equipable":true,"equipable_by_player":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Pheasant legs","wiki_url":"https://oldschool.runescape.wiki/w/Pheasant_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"28624":{"id":28624,"name":"Pheasant tail feathers","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Pheasant tail feathers","wiki_url":"https://oldschool.runescape.wiki/w/Pheasant_tail_feathers","price":0},"28626":{"id":28626,"name":"Fox whistle","members":true,"cost":30000,"lowalch":12000,"highalch":18000,"wiki_name":"Fox whistle","wiki_url":"https://oldschool.runescape.wiki/w/Fox_whistle","price":0},"28628":{"id":28628,"name":"Sawmill voucher","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Sawmill voucher","wiki_url":"https://oldschool.runescape.wiki/w/Sawmill_voucher","price":1700},"28630":{"id":28630,"name":"Twitcher's gloves","members":true,"equipable":true,"equipable_by_player":true,"cost":6,"lowalch":2,"highalch":3,"wiki_name":"Twitcher's gloves","wiki_url":"https://oldschool.runescape.wiki/w/Twitcher's_gloves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":2,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"28644":{"id":28644,"name":"Smoker fuel","tradeable":true,"stackable":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Smoker fuel","wiki_url":"https://oldschool.runescape.wiki/w/Smoker_fuel","price":80525},"28646":{"id":28646,"name":"Smoker canister","tradeable":true,"stackable":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Smoker canister","wiki_url":"https://oldschool.runescape.wiki/w/Smoker_canister","price":10415},"28649":{"id":28649,"name":"Mulch","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Mulch (Two ingredients)","wiki_url":"https://oldschool.runescape.wiki/w/Mulch#Two_ingredients","price":0},"28650":{"id":28650,"name":"Packed mulch","cost":0,"lowalch":0,"highalch":0,"wiki_name":"Mulch (Three ingredients)","wiki_url":"https://oldschool.runescape.wiki/w/Mulch#Three_ingredients","price":0},"28651":{"id":28651,"name":"Crystal charm","tradeable":true,"stackable":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Crystal charm","wiki_url":"https://oldschool.runescape.wiki/w/Crystal_charm","price":57501},"28653":{"id":28653,"name":"Petal circlet","tradeable":true,"stackable":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Petal circlet","wiki_url":"https://oldschool.runescape.wiki/w/Petal_circlet","price":10500},"28655":{"id":28655,"name":"Petal garland","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Petal garland","wiki_url":"https://oldschool.runescape.wiki/w/Petal_garland","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"28657":{"id":28657,"name":"Padded spoon","stackable":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Padded spoon","wiki_url":"https://oldschool.runescape.wiki/w/Padded_spoon","price":0},"28659":{"id":28659,"name":"Egg cushion","tradeable":true,"stackable":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Egg cushion","wiki_url":"https://oldschool.runescape.wiki/w/Egg_cushion","price":57500},"28661":{"id":28661,"name":"Pheasant egg","members":true,"cost":300,"lowalch":120,"highalch":180,"wiki_name":"Pheasant egg","wiki_url":"https://oldschool.runescape.wiki/w/Pheasant_egg","price":0},"28663":{"id":28663,"name":"Golden pheasant egg","members":true,"cost":30000,"lowalch":12000,"highalch":18000,"wiki_name":"Golden pheasant egg","wiki_url":"https://oldschool.runescape.wiki/w/Golden_pheasant_egg","price":0},"28665":{"id":28665,"name":"Trap disarmer","tradeable":true,"stackable":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Trap disarmer","wiki_url":"https://oldschool.runescape.wiki/w/Trap_disarmer","price":9981},"28667":{"id":28667,"name":"Trap disarmer blueprint","tradeable":true,"stackable":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Trap disarmer blueprint","wiki_url":"https://oldschool.runescape.wiki/w/Trap_disarmer_blueprint","price":100500},"28669":{"id":28669,"name":"Pheasant","members":true,"cost":1,"wiki_name":"Pheasant (pet)","wiki_url":"https://oldschool.runescape.wiki/w/Pheasant_(pet)","price":0},"28670":{"id":28670,"name":"Fox","members":true,"cost":1,"wiki_name":"Fox (pet)","wiki_url":"https://oldschool.runescape.wiki/w/Fox_(pet)","price":0},"28671":{"id":28671,"name":"Web cloak","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Web cloak","wiki_url":"https://oldschool.runescape.wiki/w/Web_cloak","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"28672":{"id":28672,"name":"Fancier boots","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":1,"defence_slash":2,"defence_crush":3,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"28674":{"id":28674,"name":"Sturdy beehive parts","members":true,"stackable":true,"cost":5000,"lowalch":2000,"highalch":3000,"price":0},"28676":{"id":28676,"name":"Beehive (style 1)","incomplete":true,"members":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"28677":{"id":28677,"name":"Beehive (style 2)","incomplete":true,"members":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"28682":{"id":28682,"name":"Dinh's blazing bulwark","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":560000,"lowalch":224000,"highalch":336000,"wiki_name":"Dinh's blazing bulwark","wiki_url":"https://oldschool.runescape.wiki/w/Dinh's_blazing_bulwark","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":124,"attack_magic":0,"attack_ranged":0,"defence_stab":106,"defence_slash":109,"defence_crush":109,"defence_magic":-10,"defence_ranged":148,"melee_strength":38,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"bulwark","stances":[{"combat_style":"pummel","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"block","attack_type":null,"attack_style":null,"experience":null,"boosts":null}]},"price":0},"28684":{"id":28684,"name":"Trailblazer reloaded bulwark ornament kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Trailblazer reloaded bulwark ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_reloaded_bulwark_ornament_kit","price":7431999},"28687":{"id":28687,"name":"Blazing blowpipe (empty)","members":true,"cost":120000,"lowalch":48000,"highalch":72000,"wiki_name":"Blazing blowpipe (Empty)","wiki_url":"https://oldschool.runescape.wiki/w/Blazing_blowpipe#Empty","price":0},"28688":{"id":28688,"name":"Blazing blowpipe","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":120000,"lowalch":48000,"highalch":72000,"wiki_name":"Blazing blowpipe (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Blazing_blowpipe#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":30,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":20,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"28690":{"id":28690,"name":"Trailblazer reloaded blowpipe ornament kit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Trailblazer reloaded blowpipe ornament kit","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_reloaded_blowpipe_ornament_kit","price":5031868},"28693":{"id":28693,"name":"Trailblazer reloaded alchemy scroll","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":25000,"lowalch":10000,"highalch":15000,"wiki_name":"Trailblazer reloaded alchemy scroll","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_reloaded_alchemy_scroll","price":1515253},"28696":{"id":28696,"name":"Trailblazer reloaded vengeance scroll","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":25000,"lowalch":10000,"highalch":15000,"wiki_name":"Trailblazer reloaded vengeance scroll","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_reloaded_vengeance_scroll","price":6056988},"28699":{"id":28699,"name":"Trailblazer reloaded death scroll","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":25000,"lowalch":10000,"highalch":15000,"buy_limit":5,"wiki_name":"Trailblazer reloaded death scroll","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_reloaded_death_scroll","price":2970342},"28702":{"id":28702,"name":"Trailblazer reloaded banner","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Trailblazer reloaded banner","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_reloaded_banner","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"banner","stances":[{"combat_style":"lunge","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":300000},"28705":{"id":28705,"name":"Trailblazer reloaded home teleport scroll","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":25000,"lowalch":10000,"highalch":15000,"buy_limit":5,"wiki_name":"Trailblazer reloaded home teleport scroll","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_reloaded_home_teleport_scroll","price":881999},"28708":{"id":28708,"name":"Trailblazer reloaded rejuvenation pool scroll","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":25000,"lowalch":10000,"highalch":15000,"wiki_name":"Trailblazer reloaded rejuvenation pool scroll","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_reloaded_rejuvenation_pool_scroll","price":8143173},"28711":{"id":28711,"name":"Trailblazer reloaded rejuvenation pool","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"28712":{"id":28712,"name":"Trailblazer reloaded headband (t1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Trailblazer reloaded headband (t1)","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_reloaded_headband_(t1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":67221},"28715":{"id":28715,"name":"Trailblazer reloaded top (t1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Trailblazer reloaded top (t1)","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_reloaded_top_(t1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":35500},"28718":{"id":28718,"name":"Trailblazer reloaded trousers (t1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Trailblazer reloaded trousers (t1)","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_reloaded_trousers_(t1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":52500},"28721":{"id":28721,"name":"Trailblazer reloaded boots (t1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Trailblazer reloaded boots (t1)","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_reloaded_boots_(t1)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":35000},"28724":{"id":28724,"name":"Trailblazer reloaded headband (t2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Trailblazer reloaded headband (t2)","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_reloaded_headband_(t2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":441520},"28727":{"id":28727,"name":"Trailblazer reloaded top (t2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Trailblazer reloaded top (t2)","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_reloaded_top_(t2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":67326},"28730":{"id":28730,"name":"Trailblazer reloaded trousers (t2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Trailblazer reloaded trousers (t2)","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_reloaded_trousers_(t2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":191176},"28733":{"id":28733,"name":"Trailblazer reloaded boots (t2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Trailblazer reloaded boots (t2)","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_reloaded_boots_(t2)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":195055},"28736":{"id":28736,"name":"Trailblazer reloaded headband (t3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Trailblazer reloaded headband (t3)","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_reloaded_headband_(t3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":8727000},"28739":{"id":28739,"name":"Trailblazer reloaded top (t3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Trailblazer reloaded top (t3)","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_reloaded_top_(t3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":2524999},"28742":{"id":28742,"name":"Trailblazer reloaded trousers (t3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Trailblazer reloaded trousers (t3)","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_reloaded_trousers_(t3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":1632000},"28745":{"id":28745,"name":"Trailblazer reloaded boots (t3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Trailblazer reloaded boots (t3)","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_reloaded_boots_(t3)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":1738856},"28748":{"id":28748,"name":"Trailblazer reloaded torch","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Trailblazer reloaded torch","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_reloaded_torch","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":3343212},"28751":{"id":28751,"name":"Trailblazer reloaded dragon trophy","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Trailblazer reloaded dragon trophy","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_reloaded_dragon_trophy","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"28753":{"id":28753,"name":"Trailblazer reloaded rune trophy","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Trailblazer reloaded rune trophy","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_reloaded_rune_trophy","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"28755":{"id":28755,"name":"Trailblazer reloaded adamant trophy","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Trailblazer reloaded adamant trophy","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_reloaded_adamant_trophy","equipment":{"attack_stab":-100,"attack_slash":-100,"attack_crush":-50,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":-10,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"blunt","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"28757":{"id":28757,"name":"Trailblazer reloaded mithril trophy","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Trailblazer reloaded mithril trophy","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_reloaded_mithril_trophy","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"28759":{"id":28759,"name":"Trailblazer reloaded steel trophy","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Trailblazer reloaded steel trophy","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_reloaded_steel_trophy","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"28761":{"id":28761,"name":"Trailblazer reloaded iron trophy","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Trailblazer reloaded iron trophy","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_reloaded_iron_trophy","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"28763":{"id":28763,"name":"Trailblazer reloaded bronze trophy","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Trailblazer reloaded bronze trophy","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_reloaded_bronze_trophy","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"28765":{"id":28765,"name":"Globetrotter pendant","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Globetrotter pendant","wiki_url":"https://oldschool.runescape.wiki/w/Globetrotter_pendant","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"28767":{"id":28767,"name":"Banker's note","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Banker's note (item)","wiki_url":"https://oldschool.runescape.wiki/w/Banker's_note_(item)","price":0},"28769":{"id":28769,"name":"Guardian horn","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Guardian horn","wiki_url":"https://oldschool.runescape.wiki/w/Guardian_horn","price":0},"28771":{"id":28771,"name":"Sage's greaves","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sage's greaves","wiki_url":"https://oldschool.runescape.wiki/w/Sage's_greaves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0},"28773":{"id":28773,"name":"Sage's axe","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sage's axe","wiki_url":"https://oldschool.runescape.wiki/w/Sage's_axe","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":3,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"28775":{"id":28775,"name":"Ruinous powers","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Ruinous powers (item)","wiki_url":"https://oldschool.runescape.wiki/w/Ruinous_powers_(item)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":-1,"slot":"shield","requirements":null},"price":0},"28777":{"id":28777,"name":"Trailblazer reloaded relic hunter (t1) armour set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Trailblazer reloaded relic hunter (t1) armour set","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_reloaded_relic_hunter_(t1)_armour_set","price":116767},"28780":{"id":28780,"name":"Trailblazer reloaded relic hunter (t2) armour set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Trailblazer reloaded relic hunter (t2) armour set","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_reloaded_relic_hunter_(t2)_armour_set","price":1615356},"28783":{"id":28783,"name":"Trailblazer reloaded relic hunter (t3) armour set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Trailblazer reloaded relic hunter (t3) armour set","wiki_url":"https://oldschool.runescape.wiki/w/Trailblazer_reloaded_relic_hunter_(t3)_armour_set","price":8947500},"28786":{"id":28786,"name":"Icy jumper","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Icy jumper","wiki_url":"https://oldschool.runescape.wiki/w/Icy_jumper","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"28788":{"id":28788,"name":"Snowglobe helmet","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Snowglobe helmet","wiki_url":"https://oldschool.runescape.wiki/w/Snowglobe_helmet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"28790":{"id":28790,"name":"Kourend castle teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Kourend castle teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Kourend_castle_teleport_(tablet)","price":758},"28792":{"id":28792,"name":"Bone mace","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Bone mace","wiki_url":"https://oldschool.runescape.wiki/w/Bone_mace","equipment":{"attack_stab":40,"attack_slash":-2,"attack_crush":60,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":55,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"28794":{"id":28794,"name":"Bone shortbow","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Bone shortbow","wiki_url":"https://oldschool.runescape.wiki/w/Bone_shortbow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":69,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0,"lowalch":0,"highalch":0},"28796":{"id":28796,"name":"Bone staff","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1,"wiki_name":"Bone staff","wiki_url":"https://oldschool.runescape.wiki/w/Bone_staff","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":14,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"powered_staff","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"magic","boosts":"accuracy and damage"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"magic and defence","boosts":"attack range by 2 squares"}]},"price":0},"28798":{"id":28798,"name":"Scurrius' spine","members":true,"cost":1000,"wiki_name":"Scurrius' spine","wiki_url":"https://oldschool.runescape.wiki/w/Scurrius'_spine","price":0},"28800":{"id":28800,"name":"Antique lamp","members":true,"cost":50,"wiki_name":"Antique lamp (Historian Aldo)","wiki_url":"https://oldschool.runescape.wiki/w/Antique_lamp_(Historian_Aldo)","price":0},"28801":{"id":28801,"name":"Scurry","members":true,"cost":1,"wiki_name":"Scurry","wiki_url":"https://oldschool.runescape.wiki/w/Scurry","price":0},"28803":{"id":28803,"name":"Grubby key","members":true,"cost":30,"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,"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,"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,"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,"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,"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,"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,"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":1772500},"28813":{"id":28813,"name":"Broken zombie axe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":160000,"lowalch":64000,"highalch":96000,"wiki_name":"Broken zombie axe","wiki_url":"https://oldschool.runescape.wiki/w/Broken_zombie_axe","price":1743006},"28816":{"id":28816,"name":"Stone tablet","members":true,"cost":30,"lowalch":12,"highalch":18,"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,"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},"28821":{"id":28821,"name":"Wealthy citizen","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"28822":{"id":28822,"name":"Coin pouch","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Coin pouch (Wealthy citizen)","wiki_url":"https://oldschool.runescape.wiki/w/Coin_pouch#Wealthy_citizen","price":0},"28823":{"id":28823,"name":"Lesser nagua","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"28824":{"id":28824,"name":"Civitas illa fortis teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Civitas illa fortis teleport (tablet)","wiki_url":"https://oldschool.runescape.wiki/w/Civitas_illa_fortis_teleport_(tablet)","price":951},"28826":{"id":28826,"name":"Dizana's quiver (broken)","members":true,"cost":80000,"lowalch":32000,"highalch":48000,"wiki_name":"Dizana's quiver (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Dizana's_quiver#Broken","price":0},"28828":{"id":28828,"name":"Blessed dizana's quiver (broken)","members":true,"cost":100000,"lowalch":40000,"highalch":60000,"wiki_name":"Blessed dizana's quiver (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_dizana's_quiver#Broken","price":0},"28830":{"id":28830,"name":"Dizana's max cape (broken)","members":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Dizana's max cape (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Dizana's_max_cape#Broken","price":0},"28831":{"id":28831,"name":"Immature tecu salamander","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Immature tecu salamander","wiki_url":"https://oldschool.runescape.wiki/w/Immature_tecu_salamander","price":171},"28834":{"id":28834,"name":"Tecu salamander","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Tecu salamander","wiki_url":"https://oldschool.runescape.wiki/w/Tecu_salamander","equipment":{"attack_stab":0,"attack_slash":77,"attack_crush":0,"attack_magic":0,"attack_ranged":87,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":91,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"salamander","stances":[{"combat_style":"scorch","attack_type":"slash","attack_style":null,"experience":"strength","boosts":null},{"combat_style":"flare","attack_type":"ranged","attack_style":null,"experience":"ranged","boosts":null},{"combat_style":"blaze","attack_type":"magic","attack_style":null,"experience":"magic","boosts":null}]},"price":831475},"28837":{"id":28837,"name":"Irit tar","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":11000,"wiki_name":"Irit tar","wiki_url":"https://oldschool.runescape.wiki/w/Irit_tar","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":60,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":null},"price":9},"28863":{"id":28863,"name":"Sunlight moth","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"28864":{"id":28864,"name":"Moonlight moth","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"28865":{"id":28865,"name":"Pyre fox","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"28866":{"id":28866,"name":"Embertailed jerboa","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"28867":{"id":28867,"name":"Sunlight antelope","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"28868":{"id":28868,"name":"Moonlight antelope","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"28869":{"id":28869,"name":"Hunters' sunlight crossbow","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1300,"lowalch":520,"highalch":780,"buy_limit":70,"wiki_name":"Hunters' sunlight crossbow","wiki_url":"https://oldschool.runescape.wiki/w/Hunters'_sunlight_crossbow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":79,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"crossbow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":2973},"28872":{"id":28872,"name":"Sunlight antler bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":31,"lowalch":12,"highalch":18,"buy_limit":11000,"wiki_name":"Sunlight antler bolts","wiki_url":"https://oldschool.runescape.wiki/w/Sunlight_antler_bolts","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":55,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":null},"price":91},"28878":{"id":28878,"name":"Moonlight antler bolts","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":31,"lowalch":12,"highalch":18,"buy_limit":11000,"wiki_name":"Moonlight antler bolts","wiki_url":"https://oldschool.runescape.wiki/w/Moonlight_antler_bolts","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":60,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":null},"price":221},"28884":{"id":28884,"name":"Sunlight antler","incomplete":true,"members":true,"noteable":true,"cost":31,"lowalch":12,"highalch":18,"price":0},"28887":{"id":28887,"name":"Moonlight antler","members":true,"noteable":true,"cost":31,"lowalch":12,"highalch":18,"wiki_name":"Moonlight antler","wiki_url":"https://oldschool.runescape.wiki/w/Moonlight_antler","price":0},"28890":{"id":28890,"name":"Sunlight moth","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sunlight moth (item)","wiki_url":"https://oldschool.runescape.wiki/w/Sunlight_moth_(item)","price":474},"28893":{"id":28893,"name":"Moonlight moth","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":125,"wiki_name":"Moonlight moth (item)","wiki_url":"https://oldschool.runescape.wiki/w/Moonlight_moth_(item)","price":1086},"28896":{"id":28896,"name":"Rum","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Rum","wiki_url":"https://oldschool.runescape.wiki/w/Rum","price":5050},"28899":{"id":28899,"name":"Wyrmling bones","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":3000,"wiki_name":"Wyrmling bones","wiki_url":"https://oldschool.runescape.wiki/w/Wyrmling_bones","price":304},"28902":{"id":28902,"name":"Dizana's max cape","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Dizana's max cape (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Dizana's_max_cape#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":18,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":3,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"28904":{"id":28904,"name":"Dizana's max hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dizana's max hood","wiki_url":"https://oldschool.runescape.wiki/w/Dizana's_max_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"28906":{"id":28906,"name":"Dizana's max cape (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":99000,"lowalch":39600,"highalch":59400,"wiki_name":"Dizana's max cape (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Dizana's_max_cape#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":18,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":3,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"28919":{"id":28919,"name":"Tonalztics of ralos (uncharged)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":150000,"lowalch":60000,"highalch":90000,"wiki_name":"Tonalztics of ralos (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Tonalztics_of_ralos#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":115,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":55,"magic_damage":0,"prayer":2,"slot":"weapon","requirements":null},"weapon":{"attack_speed":7,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":91779315},"28922":{"id":28922,"name":"Tonalztics of ralos","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":150000,"lowalch":60000,"highalch":90000,"wiki_name":"Tonalztics of ralos (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Tonalztics_of_ralos#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":115,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":55,"magic_damage":0,"prayer":2,"slot":"weapon","requirements":null},"weapon":{"attack_speed":7,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"28924":{"id":28924,"name":"Sunfire splinters","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":100,"lowalch":40,"highalch":60,"buy_limit":30000,"wiki_name":"Sunfire splinters","wiki_url":"https://oldschool.runescape.wiki/w/Sunfire_splinters","price":489},"28929":{"id":28929,"name":"Sunfire rune","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":20,"lowalch":8,"highalch":12,"buy_limit":18000,"wiki_name":"Sunfire rune","wiki_url":"https://oldschool.runescape.wiki/w/Sunfire_rune","price":113},"28931":{"id":28931,"name":"Searing page","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Searing page","wiki_url":"https://oldschool.runescape.wiki/w/Searing_page","price":14798},"28933":{"id":28933,"name":"Sunfire fanatic helm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":15000,"lowalch":6000,"highalch":9000,"wiki_name":"Sunfire fanatic helm","wiki_url":"https://oldschool.runescape.wiki/w/Sunfire_fanatic_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"head","requirements":null},"price":1761000},"28936":{"id":28936,"name":"Sunfire fanatic cuirass","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20000,"lowalch":8000,"highalch":12000,"wiki_name":"Sunfire fanatic cuirass","wiki_url":"https://oldschool.runescape.wiki/w/Sunfire_fanatic_cuirass","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":82,"defence_slash":80,"defence_crush":72,"defence_magic":-6,"defence_ranged":80,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":10,"slot":"body","requirements":null},"price":7489178},"28939":{"id":28939,"name":"Sunfire fanatic chausses","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":20000,"lowalch":8000,"highalch":12000,"wiki_name":"Sunfire fanatic chausses","wiki_url":"https://oldschool.runescape.wiki/w/Sunfire_fanatic_chausses","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-4,"attack_ranged":-11,"defence_stab":51,"defence_slash":49,"defence_crush":47,"defence_magic":-4,"defence_ranged":49,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":8,"slot":"legs","requirements":null},"price":10688820},"28942":{"id":28942,"name":"Echo crystal","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":8,"wiki_name":"Echo crystal","wiki_url":"https://oldschool.runescape.wiki/w/Echo_crystal","price":5451844},"28945":{"id":28945,"name":"Echo boots","members":true,"equipable":true,"equipable_by_player":true,"cost":305000,"lowalch":122000,"highalch":183000,"wiki_name":"Echo boots","wiki_url":"https://oldschool.runescape.wiki/w/Echo_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":-1,"defence_stab":32,"defence_slash":32,"defence_crush":32,"defence_magic":-3,"defence_ranged":24,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"feet","requirements":null},"price":0},"28947":{"id":28947,"name":"Dizana's quiver (uncharged)","members":true,"equipable":true,"equipable_by_player":true,"cost":80000,"lowalch":32000,"highalch":48000,"wiki_name":"Dizana's quiver (Uncharged)","wiki_url":"https://oldschool.runescape.wiki/w/Dizana's_quiver#Uncharged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"28949":{"id":28949,"name":"Dizana's quiver (uncharged) (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":80000,"lowalch":32000,"highalch":48000,"wiki_name":"Dizana's quiver (Uncharged + Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Dizana's_quiver#Uncharged_+_Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"28951":{"id":28951,"name":"Dizana's quiver","members":true,"equipable":true,"equipable_by_player":true,"cost":80000,"lowalch":32000,"highalch":48000,"wiki_name":"Dizana's quiver (Charged)","wiki_url":"https://oldschool.runescape.wiki/w/Dizana's_quiver#Charged","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"28953":{"id":28953,"name":"Dizana's quiver (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":80000,"lowalch":32000,"highalch":48000,"wiki_name":"Dizana's quiver (Charged + Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Dizana's_quiver#Charged_+_Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"28955":{"id":28955,"name":"Blessed dizana's quiver","members":true,"equipable":true,"equipable_by_player":true,"cost":100000,"lowalch":40000,"highalch":60000,"wiki_name":"Blessed dizana's quiver (Normal)","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_dizana's_quiver#Normal","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":18,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":3,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"28957":{"id":28957,"name":"Blessed dizana's quiver (l)","members":true,"equipable":true,"equipable_by_player":true,"cost":100000,"lowalch":40000,"highalch":60000,"wiki_name":"Blessed dizana's quiver (Locked)","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_dizana's_quiver#Locked","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":18,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":3,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"28958":{"id":28958,"name":"Scrawled poem","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Scrawled poem","wiki_url":"https://oldschool.runescape.wiki/w/Scrawled_poem","price":0},"28960":{"id":28960,"name":"Smol heredit","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Smol heredit","wiki_url":"https://oldschool.runescape.wiki/w/Smol_heredit","price":0},"28962":{"id":28962,"name":"Quetzin","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Quetzin","wiki_url":"https://oldschool.runescape.wiki/w/Quetzin","price":0},"28964":{"id":28964,"name":"Enchanted water talisman","members":true,"cost":30,"wiki_name":"Enchanted water talisman","wiki_url":"https://oldschool.runescape.wiki/w/Enchanted_water_talisman","price":0},"28965":{"id":28965,"name":"Enchanted earth talisman","members":true,"cost":30,"wiki_name":"Enchanted earth talisman","wiki_url":"https://oldschool.runescape.wiki/w/Enchanted_earth_talisman","price":0},"28966":{"id":28966,"name":"Infused water talisman","members":true,"cost":30,"wiki_name":"Infused water talisman","wiki_url":"https://oldschool.runescape.wiki/w/Infused_water_talisman","price":0},"28967":{"id":28967,"name":"Infused earth talisman","members":true,"cost":30,"wiki_name":"Infused earth talisman","wiki_url":"https://oldschool.runescape.wiki/w/Infused_earth_talisman","price":0},"28968":{"id":28968,"name":"Building supplies","members":true,"cost":30,"wiki_name":"Building supplies","wiki_url":"https://oldschool.runescape.wiki/w/Building_supplies","price":0},"28969":{"id":28969,"name":"Moss lizard tail","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Moss lizard tail","wiki_url":"https://oldschool.runescape.wiki/w/Moss_lizard_tail","price":0},"28970":{"id":28970,"name":"Bream scales","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Bream scales","wiki_url":"https://oldschool.runescape.wiki/w/Bream_scales","price":0},"28972":{"id":28972,"name":"Varlamore invitation","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Varlamore invitation","wiki_url":"https://oldschool.runescape.wiki/w/Varlamore_invitation","price":0},"28973":{"id":28973,"name":"Varlamore crest","members":true,"cost":30,"wiki_name":"Varlamore crest","wiki_url":"https://oldschool.runescape.wiki/w/Varlamore_crest","price":0},"28974":{"id":28974,"name":"Incriminating letter","members":true,"cost":30,"wiki_name":"Incriminating letter","wiki_url":"https://oldschool.runescape.wiki/w/Incriminating_letter","price":0},"28975":{"id":28975,"name":"Quetzal feed","members":true,"cost":30,"wiki_name":"Quetzal feed (Twilight's Promise)","wiki_url":"https://oldschool.runescape.wiki/w/Quetzal_feed_(Twilight's_Promise)","price":0},"28976":{"id":28976,"name":"Stolen amulet","members":true,"cost":30,"wiki_name":"Stolen amulet","wiki_url":"https://oldschool.runescape.wiki/w/Stolen_amulet","price":0},"28977":{"id":28977,"name":"Knight of varlamore","incomplete":true,"members":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"28978":{"id":28978,"name":"Smooth leaf","members":true,"cost":30,"wiki_name":"Smooth leaf","wiki_url":"https://oldschool.runescape.wiki/w/Smooth_leaf","price":0},"28979":{"id":28979,"name":"Sticky leaf","members":true,"cost":30,"wiki_name":"Sticky leaf","wiki_url":"https://oldschool.runescape.wiki/w/Sticky_leaf","price":0},"28980":{"id":28980,"name":"Makeshift poultice","members":true,"cost":30,"wiki_name":"Makeshift poultice","wiki_url":"https://oldschool.runescape.wiki/w/Makeshift_poultice","price":0},"28981":{"id":28981,"name":"Fur sample","members":true,"cost":30,"wiki_name":"Fur sample","wiki_url":"https://oldschool.runescape.wiki/w/Fur_sample","price":0},"28982":{"id":28982,"name":"Trimmed fur","members":true,"cost":30,"wiki_name":"Trimmed fur","wiki_url":"https://oldschool.runescape.wiki/w/Trimmed_fur","price":0},"28983":{"id":28983,"name":"Fox's report","members":true,"cost":30,"wiki_name":"Fox's report","wiki_url":"https://oldschool.runescape.wiki/w/Fox's_report","price":0},"28984":{"id":28984,"name":"Baby dragon bonemeal","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Baby dragon bonemeal (Varlamore)","wiki_url":"https://oldschool.runescape.wiki/w/Baby_dragon_bonemeal_(Varlamore)","price":0},"28986":{"id":28986,"name":"Love letter","members":true,"cost":30,"wiki_name":"Love letter","wiki_url":"https://oldschool.runescape.wiki/w/Love_letter","price":0},"28987":{"id":28987,"name":"Plushy","members":true,"cost":30,"wiki_name":"Plushy","wiki_url":"https://oldschool.runescape.wiki/w/Plushy","price":0},"28988":{"id":28988,"name":"Blue moon spear","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":100000,"lowalch":40000,"highalch":60000,"buy_limit":15,"wiki_name":"Blue moon spear","wiki_url":"https://oldschool.runescape.wiki/w/Blue_moon_spear","equipment":{"attack_stab":70,"attack_slash":62,"attack_crush":62,"attack_magic":30,"attack_ranged":0,"defence_stab":2,"defence_slash":3,"defence_crush":1,"defence_magic":15,"defence_ranged":0,"melee_strength":71,"ranged_strength":0,"magic_damage":5,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"bladed_staff","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":404952},"28991":{"id":28991,"name":"Atlatl dart","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"cost":490,"lowalch":196,"highalch":294,"buy_limit":11000,"wiki_name":"Atlatl dart","wiki_url":"https://oldschool.runescape.wiki/w/Atlatl_dart","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"ammo","requirements":null},"price":69},"28997":{"id":28997,"name":"Dual macuahuitl","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":290010,"lowalch":116004,"highalch":174006,"buy_limit":15,"wiki_name":"Dual macuahuitl","wiki_url":"https://oldschool.runescape.wiki/w/Dual_macuahuitl","equipment":{"attack_stab":115,"attack_slash":-4,"attack_crush":121,"attack_magic":-4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":81,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"spiked","stances":[{"combat_style":"pound","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pummel","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"spike","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null}]},"price":1693789},"29000":{"id":29000,"name":"Eclipse atlatl","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,"buy_limit":15,"wiki_name":"Eclipse atlatl","wiki_url":"https://oldschool.runescape.wiki/w/Eclipse_atlatl","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":87,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":40,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":2126906},"29004":{"id":29004,"name":"Eclipse moon chestplate","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":290010,"lowalch":116004,"highalch":174006,"buy_limit":15,"wiki_name":"Eclipse moon chestplate (New)","wiki_url":"https://oldschool.runescape.wiki/w/Eclipse_moon_chestplate#New","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":31,"defence_stab":15,"defence_slash":18,"defence_crush":57,"defence_magic":55,"defence_ranged":32,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":888553},"29007":{"id":29007,"name":"Eclipse moon tassets","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":289910,"lowalch":115964,"highalch":173946,"buy_limit":15,"wiki_name":"Eclipse moon tassets (New)","wiki_url":"https://oldschool.runescape.wiki/w/Eclipse_moon_tassets#New","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":17,"defence_stab":9,"defence_slash":13,"defence_crush":37,"defence_magic":31,"defence_ranged":17,"melee_strength":1,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":951033},"29010":{"id":29010,"name":"Eclipse moon helm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":103000,"lowalch":41200,"highalch":61800,"buy_limit":15,"wiki_name":"Eclipse moon helm (New)","wiki_url":"https://oldschool.runescape.wiki/w/Eclipse_moon_helm#New","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":8,"defence_stab":2,"defence_slash":3,"defence_crush":14,"defence_magic":10,"defence_ranged":4,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":843207},"29013":{"id":29013,"name":"Blue moon chestplate","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":290010,"lowalch":116004,"highalch":174006,"buy_limit":15,"wiki_name":"Blue moon chestplate (New)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_moon_chestplate#New","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":30,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":51,"defence_magic":28,"defence_ranged":0,"melee_strength":2,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"body","requirements":null},"price":1736763},"29016":{"id":29016,"name":"Blue moon tassets","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":289910,"lowalch":115964,"highalch":173946,"buy_limit":15,"wiki_name":"Blue moon tassets (New)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_moon_tassets#New","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":22,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":23,"defence_magic":32,"defence_ranged":0,"melee_strength":1,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"legs","requirements":null},"price":2219975},"29019":{"id":29019,"name":"Blue moon helm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":103000,"lowalch":41200,"highalch":61800,"buy_limit":15,"wiki_name":"Blue moon helm (New)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_moon_helm#New","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":6,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":10,"defence_magic":6,"defence_ranged":0,"melee_strength":3,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"head","requirements":null},"price":693128},"29022":{"id":29022,"name":"Blood moon chestplate","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":290010,"lowalch":116004,"highalch":174006,"buy_limit":15,"wiki_name":"Blood moon chestplate (New)","wiki_url":"https://oldschool.runescape.wiki/w/Blood_moon_chestplate#New","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":-10,"defence_stab":60,"defence_slash":80,"defence_crush":80,"defence_magic":40,"defence_ranged":79,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":1414261},"29025":{"id":29025,"name":"Blood moon tassets","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":289910,"lowalch":115964,"highalch":173946,"buy_limit":15,"wiki_name":"Blood moon tassets (New)","wiki_url":"https://oldschool.runescape.wiki/w/Blood_moon_tassets#New","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-7,"defence_stab":30,"defence_slash":50,"defence_crush":49,"defence_magic":32,"defence_ranged":46,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":3626898},"29028":{"id":29028,"name":"Blood moon helm","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":103000,"lowalch":41200,"highalch":61800,"buy_limit":15,"wiki_name":"Blood moon helm (New)","wiki_url":"https://oldschool.runescape.wiki/w/Blood_moon_helm#New","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":20,"defence_slash":31,"defence_crush":34,"defence_magic":7,"defence_ranged":29,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":650937},"29031":{"id":29031,"name":"Eclipse moon chestplate","members":true,"equipable":true,"equipable_by_player":true,"cost":290010,"lowalch":116004,"highalch":174006,"wiki_name":"Eclipse moon chestplate (Used)","wiki_url":"https://oldschool.runescape.wiki/w/Eclipse_moon_chestplate#Used","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":31,"defence_stab":15,"defence_slash":18,"defence_crush":57,"defence_magic":55,"defence_ranged":32,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"29033":{"id":29033,"name":"Eclipse moon tassets","members":true,"equipable":true,"equipable_by_player":true,"cost":289910,"lowalch":115964,"highalch":173946,"wiki_name":"Eclipse moon tassets (Used)","wiki_url":"https://oldschool.runescape.wiki/w/Eclipse_moon_tassets#Used","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":17,"defence_stab":9,"defence_slash":13,"defence_crush":37,"defence_magic":31,"defence_ranged":17,"melee_strength":1,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"29035":{"id":29035,"name":"Eclipse moon helm","members":true,"equipable":true,"equipable_by_player":true,"cost":103000,"lowalch":41200,"highalch":61800,"wiki_name":"Eclipse moon helm (Used)","wiki_url":"https://oldschool.runescape.wiki/w/Eclipse_moon_helm#Used","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":8,"defence_stab":2,"defence_slash":3,"defence_crush":14,"defence_magic":10,"defence_ranged":4,"melee_strength":3,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"29037":{"id":29037,"name":"Blue moon chestplate","members":true,"equipable":true,"equipable_by_player":true,"cost":290010,"lowalch":116004,"highalch":174006,"wiki_name":"Blue moon chestplate (Used)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_moon_chestplate#Used","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":30,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":51,"defence_magic":28,"defence_ranged":0,"melee_strength":2,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"body","requirements":null},"price":0},"29039":{"id":29039,"name":"Blue moon tassets","members":true,"equipable":true,"equipable_by_player":true,"cost":289910,"lowalch":115964,"highalch":173946,"wiki_name":"Blue moon tassets (Used)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_moon_tassets#Used","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":22,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":23,"defence_magic":32,"defence_ranged":0,"melee_strength":1,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"legs","requirements":null},"price":0},"29041":{"id":29041,"name":"Blue moon helm","members":true,"equipable":true,"equipable_by_player":true,"cost":103000,"lowalch":41200,"highalch":61800,"wiki_name":"Blue moon helm (Used)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_moon_helm#Used","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":6,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":10,"defence_magic":6,"defence_ranged":0,"melee_strength":3,"ranged_strength":0,"magic_damage":1,"prayer":0,"slot":"head","requirements":null},"price":0},"29043":{"id":29043,"name":"Blood moon chestplate","members":true,"equipable":true,"equipable_by_player":true,"cost":290010,"lowalch":116004,"highalch":174006,"wiki_name":"Blood moon chestplate (Used)","wiki_url":"https://oldschool.runescape.wiki/w/Blood_moon_chestplate#Used","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":-10,"defence_stab":60,"defence_slash":80,"defence_crush":80,"defence_magic":40,"defence_ranged":79,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"29045":{"id":29045,"name":"Blood moon tassets","members":true,"equipable":true,"equipable_by_player":true,"cost":289910,"lowalch":115964,"highalch":173946,"wiki_name":"Blood moon tassets (Used)","wiki_url":"https://oldschool.runescape.wiki/w/Blood_moon_tassets#Used","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-7,"defence_stab":30,"defence_slash":50,"defence_crush":49,"defence_magic":32,"defence_ranged":46,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"29047":{"id":29047,"name":"Blood moon helm","members":true,"equipable":true,"equipable_by_player":true,"cost":103000,"lowalch":41200,"highalch":61800,"wiki_name":"Blood moon helm (Used)","wiki_url":"https://oldschool.runescape.wiki/w/Blood_moon_helm#Used","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":20,"defence_slash":31,"defence_crush":34,"defence_magic":7,"defence_ranged":29,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"29049":{"id":29049,"name":"Eclipse moon chestplate (broken)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":290010,"lowalch":116004,"highalch":174006,"buy_limit":15,"wiki_name":"Eclipse moon chestplate (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Eclipse_moon_chestplate#Broken","price":242148},"29052":{"id":29052,"name":"Eclipse moon tassets (broken)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":289910,"lowalch":115964,"highalch":173946,"buy_limit":15,"wiki_name":"Eclipse moon tassets (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Eclipse_moon_tassets#Broken","price":204027},"29055":{"id":29055,"name":"Eclipse moon helm (broken)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":103000,"lowalch":41200,"highalch":61800,"buy_limit":15,"wiki_name":"Eclipse moon helm (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Eclipse_moon_helm#Broken","price":105205},"29058":{"id":29058,"name":"Blue moon chestplate (broken)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":290010,"lowalch":116004,"highalch":174006,"buy_limit":15,"wiki_name":"Blue moon chestplate (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_moon_chestplate#Broken","price":898606},"29061":{"id":29061,"name":"Blue moon tassets (broken)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":289910,"lowalch":115964,"highalch":173946,"buy_limit":15,"wiki_name":"Blue moon tassets (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_moon_tassets#Broken","price":1568456},"29064":{"id":29064,"name":"Blue moon helm (broken)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":103000,"lowalch":41200,"highalch":61800,"buy_limit":15,"wiki_name":"Blue moon helm (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Blue_moon_helm#Broken","price":195000},"29067":{"id":29067,"name":"Blood moon chestplate (broken)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":290010,"lowalch":116004,"highalch":174006,"buy_limit":15,"wiki_name":"Blood moon chestplate (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Blood_moon_chestplate#Broken","price":925750},"29070":{"id":29070,"name":"Blood moon tassets (broken)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":289910,"lowalch":115964,"highalch":173946,"buy_limit":15,"wiki_name":"Blood moon tassets (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Blood_moon_tassets#Broken","price":2997796},"29073":{"id":29073,"name":"Blood moon helm (broken)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":103000,"lowalch":41200,"highalch":61800,"wiki_name":"Blood moon helm (Broken)","wiki_url":"https://oldschool.runescape.wiki/w/Blood_moon_helm#Broken","price":178968},"29076":{"id":29076,"name":"Raw moss lizard","members":true,"cost":20,"wiki_name":"Raw moss lizard","wiki_url":"https://oldschool.runescape.wiki/w/Raw_moss_lizard","price":0,"lowalch":8,"highalch":12},"29077":{"id":29077,"name":"Cooked moss lizard","members":true,"cost":50,"wiki_name":"Cooked moss lizard","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_moss_lizard","price":0,"lowalch":20,"highalch":30},"29078":{"id":29078,"name":"Moonlight grub","members":true,"cost":50,"wiki_name":"Moonlight grub","wiki_url":"https://oldschool.runescape.wiki/w/Moonlight_grub","price":0,"lowalch":20,"highalch":30},"29079":{"id":29079,"name":"Moonlight grub paste","members":true,"cost":50,"wiki_name":"Moonlight grub paste","wiki_url":"https://oldschool.runescape.wiki/w/Moonlight_grub_paste","price":0,"lowalch":20,"highalch":30},"29080":{"id":29080,"name":"Moonlight potion(4)","members":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Moonlight potion (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Moonlight_potion#4_dose","price":0},"29081":{"id":29081,"name":"Moonlight potion(3)","members":true,"cost":750,"lowalch":300,"highalch":450,"wiki_name":"Moonlight potion (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Moonlight_potion#3_dose","price":0},"29082":{"id":29082,"name":"Moonlight potion(2)","members":true,"cost":500,"lowalch":200,"highalch":300,"wiki_name":"Moonlight potion (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Moonlight_potion#2_dose","price":0},"29083":{"id":29083,"name":"Moonlight potion(1)","members":true,"cost":250,"lowalch":100,"highalch":150,"wiki_name":"Moonlight potion (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Moonlight_potion#1_dose","price":0},"29084":{"id":29084,"name":"Sulphur blades","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":30000,"lowalch":12000,"highalch":18000,"buy_limit":15,"wiki_name":"Sulphur blades","wiki_url":"https://oldschool.runescape.wiki/w/Sulphur_blades","equipment":{"attack_stab":11,"attack_slash":72,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":64,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":30000},"29087":{"id":29087,"name":"Sulphurous essence","members":true,"stackable":true,"cost":10,"wiki_name":"Sulphurous essence","wiki_url":"https://oldschool.runescape.wiki/w/Sulphurous_essence","price":0,"lowalch":4,"highalch":6},"29088":{"id":29088,"name":"Calcified deposit","members":true,"cost":200,"lowalch":80,"highalch":120,"wiki_name":"Calcified deposit","wiki_url":"https://oldschool.runescape.wiki/w/Calcified_deposit","price":0},"29090":{"id":29090,"name":"Calcified moth","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":10000,"buy_limit":100,"wiki_name":"Calcified moth","wiki_url":"https://oldschool.runescape.wiki/w/Calcified_moth","price":5075,"lowalch":4000,"highalch":6000},"29098":{"id":29098,"name":"Not meat","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Not meat","wiki_url":"https://oldschool.runescape.wiki/w/Not_meat","price":176},"29101":{"id":29101,"name":"Raw barb-tailed kebbit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Raw barb-tailed kebbit","wiki_url":"https://oldschool.runescape.wiki/w/Raw_barb-tailed_kebbit","price":205},"29104":{"id":29104,"name":"Raw wild kebbit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Raw wild kebbit","wiki_url":"https://oldschool.runescape.wiki/w/Raw_wild_kebbit","price":1026},"29107":{"id":29107,"name":"Raw dashing kebbit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Raw dashing kebbit","wiki_url":"https://oldschool.runescape.wiki/w/Raw_dashing_kebbit","price":830},"29110":{"id":29110,"name":"Raw pyre fox","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"buy_limit":13000,"wiki_name":"Raw pyre fox","wiki_url":"https://oldschool.runescape.wiki/w/Raw_pyre_fox","price":255},"29113":{"id":29113,"name":"Raw moonlight antelope","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Raw moonlight antelope","wiki_url":"https://oldschool.runescape.wiki/w/Raw_moonlight_antelope","price":2384},"29116":{"id":29116,"name":"Raw sunlight antelope","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Raw sunlight antelope","wiki_url":"https://oldschool.runescape.wiki/w/Raw_sunlight_antelope","price":522},"29119":{"id":29119,"name":"Raw graahk","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Raw graahk","wiki_url":"https://oldschool.runescape.wiki/w/Raw_graahk","price":270},"29122":{"id":29122,"name":"Raw larupia","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Raw larupia","wiki_url":"https://oldschool.runescape.wiki/w/Raw_larupia","price":371},"29125":{"id":29125,"name":"Raw kyatt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Raw kyatt","wiki_url":"https://oldschool.runescape.wiki/w/Raw_kyatt","price":129},"29128":{"id":29128,"name":"Cooked wild kebbit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Cooked wild kebbit","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_wild_kebbit","price":65},"29131":{"id":29131,"name":"Cooked barb-tailed kebbit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Cooked barb-tailed kebbit","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_barb-tailed_kebbit","price":240},"29134":{"id":29134,"name":"Cooked dashing kebbit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Cooked dashing kebbit","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_dashing_kebbit","price":1328},"29137":{"id":29137,"name":"Cooked pyre fox","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Cooked pyre fox","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_pyre_fox","price":500},"29140":{"id":29140,"name":"Cooked sunlight antelope","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Cooked sunlight antelope","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_sunlight_antelope","price":846},"29143":{"id":29143,"name":"Cooked moonlight antelope","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"buy_limit":6000,"wiki_name":"Cooked moonlight antelope","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_moonlight_antelope","price":2974},"29146":{"id":29146,"name":"Cooked larupia","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Cooked larupia","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_larupia","price":330},"29149":{"id":29149,"name":"Cooked graahk","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Cooked graahk","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_graahk","price":105},"29152":{"id":29152,"name":"Cooked kyatt","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":4,"lowalch":1,"highalch":2,"wiki_name":"Cooked kyatt","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_kyatt","price":274},"29155":{"id":29155,"name":"Burnt kebbit","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt kebbit","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_kebbit","price":0},"29157":{"id":29157,"name":"Burnt large beast","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt large beast","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_large_beast","price":0},"29159":{"id":29159,"name":"Burnt antelope","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt antelope","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_antelope","price":0},"29161":{"id":29161,"name":"Burnt fox meat","members":true,"tradeable":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Burnt fox meat","wiki_url":"https://oldschool.runescape.wiki/w/Burnt_fox_meat","price":0},"29163":{"id":29163,"name":"Fox fur","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Fox fur","wiki_url":"https://oldschool.runescape.wiki/w/Fox_fur","price":358},"29166":{"id":29166,"name":"Jerboa tail","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Jerboa tail","wiki_url":"https://oldschool.runescape.wiki/w/Jerboa_tail","price":121},"29168":{"id":29168,"name":"Sunlight antelope antler","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sunlight antelope antler","wiki_url":"https://oldschool.runescape.wiki/w/Sunlight_antelope_antler","price":628},"29171":{"id":29171,"name":"Moonlight antelope antler","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Moonlight antelope antler","wiki_url":"https://oldschool.runescape.wiki/w/Moonlight_antelope_antler","price":2136},"29174":{"id":29174,"name":"Moonlight antelope fur","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"buy_limit":18000,"wiki_name":"Moonlight antelope fur","wiki_url":"https://oldschool.runescape.wiki/w/Moonlight_antelope_fur","price":803},"29177":{"id":29177,"name":"Sunlight antelope fur","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Sunlight antelope fur","wiki_url":"https://oldschool.runescape.wiki/w/Sunlight_antelope_fur","price":110},"29180":{"id":29180,"name":"Sapphire glacialis mix (2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Sapphire glacialis mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Sapphire_glacialis_mix#2_dose","price":800},"29183":{"id":29183,"name":"Snowy knight mix (2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Snowy knight mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Snowy_knight_mix#2_dose","price":3000},"29186":{"id":29186,"name":"Ruby harvest mix (2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":18,"lowalch":7,"highalch":10,"wiki_name":"Ruby harvest mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Ruby_harvest_mix#2_dose","price":718},"29189":{"id":29189,"name":"Black warlock mix (2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":70,"lowalch":28,"highalch":42,"wiki_name":"Black warlock mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Black_warlock_mix#2_dose","price":785},"29192":{"id":29192,"name":"Sunlight moth mix (2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Sunlight moth mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Sunlight_moth_mix#2_dose","price":1916},"29195":{"id":29195,"name":"Moonlight moth mix (2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"buy_limit":125,"wiki_name":"Moonlight moth mix (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Moonlight_moth_mix#2_dose","price":2312},"29198":{"id":29198,"name":"Sapphire glacialis mix (1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Sapphire glacialis mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Sapphire_glacialis_mix#1_dose","price":700},"29201":{"id":29201,"name":"Snowy knight mix (1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Snowy knight mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Snowy_knight_mix#1_dose","price":95},"29204":{"id":29204,"name":"Ruby harvest mix (1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":18,"lowalch":7,"highalch":10,"wiki_name":"Ruby harvest mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Ruby_harvest_mix#1_dose","price":0},"29207":{"id":29207,"name":"Black warlock mix (1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":70,"lowalch":28,"highalch":42,"wiki_name":"Black warlock mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Black_warlock_mix#1_dose","price":0},"29210":{"id":29210,"name":"Sunlight moth mix (1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Sunlight moth mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Sunlight_moth_mix#1_dose","price":754},"29213":{"id":29213,"name":"Moonlight moth mix (1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Moonlight moth mix (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Moonlight_moth_mix#1_dose","price":1336},"29216":{"id":29216,"name":"Raw bream","members":true,"cost":1,"wiki_name":"Raw bream","wiki_url":"https://oldschool.runescape.wiki/w/Raw_bream","price":0,"lowalch":0,"highalch":0},"29217":{"id":29217,"name":"Cooked bream","members":true,"cost":1,"wiki_name":"Cooked bream","wiki_url":"https://oldschool.runescape.wiki/w/Cooked_bream","price":0,"lowalch":0,"highalch":0},"29218":{"id":29218,"name":"Jaguar fur","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":80,"lowalch":32,"highalch":48,"wiki_name":"Jaguar fur","wiki_url":"https://oldschool.runescape.wiki/w/Jaguar_fur","price":2804},"29221":{"id":29221,"name":"Chinchompa tuft","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Chinchompa tuft","wiki_url":"https://oldschool.runescape.wiki/w/Chinchompa_tuft","price":0},"29222":{"id":29222,"name":"Tailfeathers","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Tailfeathers","wiki_url":"https://oldschool.runescape.wiki/w/Tailfeathers","price":0},"29223":{"id":29223,"name":"Kebbity tuft","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Kebbity tuft","wiki_url":"https://oldschool.runescape.wiki/w/Kebbity_tuft","price":0},"29224":{"id":29224,"name":"Blue butterfly wing","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Blue butterfly wing","wiki_url":"https://oldschool.runescape.wiki/w/Blue_butterfly_wing","price":0},"29225":{"id":29225,"name":"Swamp lizard claw","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Swamp lizard claw","wiki_url":"https://oldschool.runescape.wiki/w/Swamp_lizard_claw","price":0},"29226":{"id":29226,"name":"Larupia ear","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Larupia ear","wiki_url":"https://oldschool.runescape.wiki/w/Larupia_ear","price":0},"29227":{"id":29227,"name":"White butterfly wing","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"White butterfly wing","wiki_url":"https://oldschool.runescape.wiki/w/White_butterfly_wing","price":0},"29228":{"id":29228,"name":"Large jerboa tail","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Large jerboa tail","wiki_url":"https://oldschool.runescape.wiki/w/Large_jerboa_tail","price":0},"29229":{"id":29229,"name":"Graahk horn spur","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Graahk horn spur","wiki_url":"https://oldschool.runescape.wiki/w/Graahk_horn_spur","price":0},"29230":{"id":29230,"name":"Black butterfly wing","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Black butterfly wing","wiki_url":"https://oldschool.runescape.wiki/w/Black_butterfly_wing","price":0},"29231":{"id":29231,"name":"Orange salamander claw","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Orange salamander claw","wiki_url":"https://oldschool.runescape.wiki/w/Orange_salamander_claw","price":0},"29232":{"id":29232,"name":"Kyatt tooth chip","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Kyatt tooth chip","wiki_url":"https://oldschool.runescape.wiki/w/Kyatt_tooth_chip","price":0},"29233":{"id":29233,"name":"Fox fluff","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Fox fluff","wiki_url":"https://oldschool.runescape.wiki/w/Fox_fluff","price":0},"29234":{"id":29234,"name":"Red salamander claw","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Red salamander claw","wiki_url":"https://oldschool.runescape.wiki/w/Red_salamander_claw","price":0},"29235":{"id":29235,"name":"Red chinchompa tuft","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Red chinchompa tuft","wiki_url":"https://oldschool.runescape.wiki/w/Red_chinchompa_tuft","price":0},"29236":{"id":29236,"name":"Antelope hoof shard","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Antelope hoof shard (sunlight)","wiki_url":"https://oldschool.runescape.wiki/w/Antelope_hoof_shard_(sunlight)","price":0},"29237":{"id":29237,"name":"Sunlight moth wing","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Sunlight moth wing","wiki_url":"https://oldschool.runescape.wiki/w/Sunlight_moth_wing","price":0},"29238":{"id":29238,"name":"Salamander claw","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Salamander claw","wiki_url":"https://oldschool.runescape.wiki/w/Salamander_claw","price":0},"29239":{"id":29239,"name":"Herby tuft","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Herby tuft","wiki_url":"https://oldschool.runescape.wiki/w/Herby_tuft","price":0},"29240":{"id":29240,"name":"Moonlight moth wing","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Moonlight moth wing","wiki_url":"https://oldschool.runescape.wiki/w/Moonlight_moth_wing","price":0},"29241":{"id":29241,"name":"Antelope hoof shard","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Antelope hoof shard (moonlight)","wiki_url":"https://oldschool.runescape.wiki/w/Antelope_hoof_shard_(moonlight)","price":0},"29242":{"id":29242,"name":"Hunters' loot sack (basic)","members":true,"stackable":true,"cost":1,"wiki_name":"Hunters' loot sack (basic)","wiki_url":"https://oldschool.runescape.wiki/w/Hunters'_loot_sack_(basic)","price":0,"lowalch":0,"highalch":0},"29244":{"id":29244,"name":"Hunters' loot sack (adept)","members":true,"stackable":true,"cost":1,"wiki_name":"Hunters' loot sack (tier 1)","wiki_url":"https://oldschool.runescape.wiki/w/Hunters'_loot_sack_(tier_1)","price":0,"lowalch":0,"highalch":0},"29246":{"id":29246,"name":"Hunters' loot sack (expert)","members":true,"stackable":true,"cost":1,"wiki_name":"Hunters' loot sack (tier 2)","wiki_url":"https://oldschool.runescape.wiki/w/Hunters'_loot_sack_(tier_2)","price":0,"lowalch":0,"highalch":0},"29248":{"id":29248,"name":"Hunters' loot sack (master)","members":true,"stackable":true,"cost":1,"wiki_name":"Hunters' loot sack (tier 3)","wiki_url":"https://oldschool.runescape.wiki/w/Hunters'_loot_sack_(tier_3)","price":0},"29250":{"id":29250,"name":"Hunters' loot sack","incomplete":true,"members":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"29251":{"id":29251,"name":"Basic quetzal whistle blueprint","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Basic quetzal whistle blueprint","wiki_url":"https://oldschool.runescape.wiki/w/Basic_quetzal_whistle_blueprint","price":0},"29253":{"id":29253,"name":"Enhanced quetzal whistle blueprint","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":5000,"lowalch":2000,"highalch":3000,"wiki_name":"Enhanced quetzal whistle blueprint","wiki_url":"https://oldschool.runescape.wiki/w/Enhanced_quetzal_whistle_blueprint","price":5842},"29256":{"id":29256,"name":"Perfected quetzal whistle blueprint","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":7500,"lowalch":3000,"highalch":4500,"wiki_name":"Perfected quetzal whistle blueprint","wiki_url":"https://oldschool.runescape.wiki/w/Perfected_quetzal_whistle_blueprint","price":6755},"29259":{"id":29259,"name":"Torn enhanced quetzal whistle blueprint","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Torn enhanced quetzal whistle blueprint","wiki_url":"https://oldschool.runescape.wiki/w/Torn_enhanced_quetzal_whistle_blueprint","price":0},"29261":{"id":29261,"name":"Torn perfected quetzal whistle blueprint","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Torn perfected quetzal whistle blueprint","wiki_url":"https://oldschool.runescape.wiki/w/Torn_perfected_quetzal_whistle_blueprint","price":0},"29263":{"id":29263,"name":"Guild hunter headwear","members":true,"equipable":true,"equipable_by_player":true,"cost":500,"wiki_name":"Guild hunter headwear","wiki_url":"https://oldschool.runescape.wiki/w/Guild_hunter_headwear","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0,"lowalch":200,"highalch":300},"29265":{"id":29265,"name":"Guild hunter top","members":true,"equipable":true,"equipable_by_player":true,"cost":800,"wiki_name":"Guild hunter top","wiki_url":"https://oldschool.runescape.wiki/w/Guild_hunter_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0,"lowalch":320,"highalch":480},"29267":{"id":29267,"name":"Guild hunter legs","members":true,"equipable":true,"equipable_by_player":true,"cost":700,"wiki_name":"Guild hunter legs","wiki_url":"https://oldschool.runescape.wiki/w/Guild_hunter_legs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0,"lowalch":280,"highalch":420},"29269":{"id":29269,"name":"Guild hunter boots","members":true,"equipable":true,"equipable_by_player":true,"cost":200,"wiki_name":"Guild hunter boots","wiki_url":"https://oldschool.runescape.wiki/w/Guild_hunter_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":0,"lowalch":80,"highalch":120},"29271":{"id":29271,"name":"Basic quetzal whistle","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Basic quetzal whistle","wiki_url":"https://oldschool.runescape.wiki/w/Basic_quetzal_whistle","price":0},"29273":{"id":29273,"name":"Enhanced quetzal whistle","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Enhanced quetzal whistle","wiki_url":"https://oldschool.runescape.wiki/w/Enhanced_quetzal_whistle","price":0},"29275":{"id":29275,"name":"Perfected quetzal whistle","members":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Perfected quetzal whistle","wiki_url":"https://oldschool.runescape.wiki/w/Perfected_quetzal_whistle","price":0},"29277":{"id":29277,"name":"Trapper's tipple","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":2,"lowalch":0,"highalch":1,"wiki_name":"Trapper's tipple","wiki_url":"https://oldschool.runescape.wiki/w/Trapper's_tipple","price":190},"29280":{"id":29280,"name":"Mixed hide top","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":4000,"lowalch":1600,"highalch":2400,"wiki_name":"Mixed hide top","wiki_url":"https://oldschool.runescape.wiki/w/Mixed_hide_top","equipment":{"attack_stab":4,"attack_slash":-2,"attack_crush":-3,"attack_magic":-15,"attack_ranged":27,"defence_stab":33,"defence_slash":39,"defence_crush":43,"defence_magic":30,"defence_ranged":32,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":15860},"29283":{"id":29283,"name":"Mixed hide legs","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":4000,"lowalch":1600,"highalch":2400,"wiki_name":"Mixed hide legs","wiki_url":"https://oldschool.runescape.wiki/w/Mixed_hide_legs","equipment":{"attack_stab":3,"attack_slash":-1,"attack_crush":-2,"attack_magic":-10,"attack_ranged":14,"defence_stab":20,"defence_slash":23,"defence_crush":22,"defence_magic":16,"defence_ranged":20,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":15252},"29286":{"id":29286,"name":"Mixed hide boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":4000,"lowalch":1600,"highalch":2400,"wiki_name":"Mixed hide boots","wiki_url":"https://oldschool.runescape.wiki/w/Mixed_hide_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-10,"attack_ranged":5,"defence_stab":4,"defence_slash":5,"defence_crush":6,"defence_magic":3,"defence_ranged":3,"melee_strength":2,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"feet","requirements":null},"price":15650},"29289":{"id":29289,"name":"Mixed hide cape","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":4000,"lowalch":1600,"highalch":2400,"wiki_name":"Mixed hide cape","wiki_url":"https://oldschool.runescape.wiki/w/Mixed_hide_cape","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-15,"attack_ranged":5,"defence_stab":2,"defence_slash":2,"defence_crush":2,"defence_magic":5,"defence_ranged":1,"melee_strength":1,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":17034},"29292":{"id":29292,"name":"Mixed hide base","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":9000,"lowalch":3600,"highalch":5400,"wiki_name":"Mixed hide base","wiki_url":"https://oldschool.runescape.wiki/w/Mixed_hide_base","price":14367},"29295":{"id":29295,"name":"Small meat pouch","members":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Small meat pouch","wiki_url":"https://oldschool.runescape.wiki/w/Small_meat_pouch","price":0},"29297":{"id":29297,"name":"Large meat pouch","members":true,"cost":7500,"lowalch":3000,"highalch":4500,"wiki_name":"Large meat pouch","wiki_url":"https://oldschool.runescape.wiki/w/Large_meat_pouch","price":0},"29299":{"id":29299,"name":"Small fur pouch","members":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Small fur pouch","wiki_url":"https://oldschool.runescape.wiki/w/Small_fur_pouch","price":0},"29301":{"id":29301,"name":"Medium fur pouch","members":true,"cost":4500,"lowalch":1800,"highalch":2700,"wiki_name":"Medium fur pouch","wiki_url":"https://oldschool.runescape.wiki/w/Medium_fur_pouch","price":0},"29303":{"id":29303,"name":"Large fur pouch","members":true,"cost":7500,"lowalch":3000,"highalch":4500,"wiki_name":"Large fur pouch","wiki_url":"https://oldschool.runescape.wiki/w/Large_fur_pouch","price":0},"29305":{"id":29305,"name":"Hunter's spear","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":350,"lowalch":140,"highalch":210,"wiki_name":"Hunter's spear","wiki_url":"https://oldschool.runescape.wiki/w/Hunter's_spear","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":73,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":48,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"weapon","requirements":null},"weapon":{"attack_speed":6,"weapon_type":"thrown","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":274},"29307":{"id":29307,"name":"Quetzal feed","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":50,"lowalch":20,"highalch":30,"buy_limit":100,"wiki_name":"Quetzal feed","wiki_url":"https://oldschool.runescape.wiki/w/Quetzal_feed","price":2528},"29309":{"id":29309,"name":"Huntsman's kit","members":true,"cost":850,"wiki_name":"Huntsman's kit","wiki_url":"https://oldschool.runescape.wiki/w/Huntsman's_kit","price":0,"lowalch":340,"highalch":510},"29311":{"id":29311,"name":"Hunter spear tips","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":6,"lowalch":2,"highalch":3,"buy_limit":10000,"wiki_name":"Hunter spear tips","wiki_url":"https://oldschool.runescape.wiki/w/Hunter_spear_tips","price":5},"29317":{"id":29317,"name":"Tattered request note","members":true,"cost":6,"lowalch":2,"highalch":3,"wiki_name":"Tattered request note","wiki_url":"https://oldschool.runescape.wiki/w/Tattered_request_note","price":0},"29319":{"id":29319,"name":"Guild history excerpt","members":true,"cost":6,"lowalch":2,"highalch":3,"wiki_name":"Guild history excerpt","wiki_url":"https://oldschool.runescape.wiki/w/Guild_history_excerpt","price":0},"29321":{"id":29321,"name":"Apatura's note","members":true,"cost":6,"lowalch":2,"highalch":3,"wiki_name":"Apatura's note","wiki_url":"https://oldschool.runescape.wiki/w/Apatura's_note","price":0},"29323":{"id":29323,"name":"Apatura's key","members":true,"cost":20,"lowalch":8,"highalch":12,"wiki_name":"Apatura's key","wiki_url":"https://oldschool.runescape.wiki/w/Apatura's_key","price":0},"29325":{"id":29325,"name":"House keys","members":true,"stackable":true,"cost":500,"wiki_name":"House keys","wiki_url":"https://oldschool.runescape.wiki/w/House_keys","price":0,"lowalch":200,"highalch":300},"29332":{"id":29332,"name":"Valuables","members":true,"stackable":true,"cost":45,"wiki_name":"Valuables","wiki_url":"https://oldschool.runescape.wiki/w/Valuables","price":0,"lowalch":18,"highalch":27},"29338":{"id":29338,"name":"Blessed bone statuette","members":true,"cost":2000,"lowalch":800,"highalch":1200,"wiki_name":"Blessed bone statuette (1)","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_bone_statuette#1","price":0},"29340":{"id":29340,"name":"Blessed bone statuette","members":true,"cost":2000,"lowalch":800,"highalch":1200,"wiki_name":"Blessed bone statuette (2)","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_bone_statuette#2","price":0},"29342":{"id":29342,"name":"Blessed bone statuette","members":true,"cost":2000,"lowalch":800,"highalch":1200,"wiki_name":"Blessed bone statuette (3)","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_bone_statuette#3","price":0},"29344":{"id":29344,"name":"Blessed bones","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blessed bones","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_bones","price":0},"29346":{"id":29346,"name":"Blessed bat bones","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blessd bat bones","wiki_url":"https://oldschool.runescape.wiki/w/Blessd_bat_bones","price":0},"29348":{"id":29348,"name":"Blessed big bones","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blessed big bones","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_big_bones","price":0},"29350":{"id":29350,"name":"Blessed zogre bones","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blessed zogre bones","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_zogre_bones","price":0},"29352":{"id":29352,"name":"Blessed babydragon bones","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blessed babydragon bones","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_babydragon_bones","price":0},"29354":{"id":29354,"name":"Blessed babywyrm bones","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Blessed babywyrm bones","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_babywyrm_bones","price":0},"29356":{"id":29356,"name":"Blessed dragon bones","members":true,"cost":160,"lowalch":64,"highalch":96,"wiki_name":"Blessed dragon bones","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_dragon_bones","price":0},"29358":{"id":29358,"name":"Blessed lava dragon bones","members":true,"cost":150,"lowalch":60,"highalch":90,"wiki_name":"Blessed lava dragon bones","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_lava_dragon_bones","price":0},"29360":{"id":29360,"name":"Blessed wyvern bones","members":true,"cost":160,"lowalch":64,"highalch":96,"wiki_name":"Blessed wyvern bones","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_wyvern_bones","price":0},"29362":{"id":29362,"name":"Blessed superior dragon bones","members":true,"cost":160,"lowalch":64,"highalch":96,"wiki_name":"Blessed superior dragon bones","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_superior_dragon_bones","price":0},"29364":{"id":29364,"name":"Blessed wyrm bones","members":true,"cost":160,"lowalch":64,"highalch":96,"wiki_name":"Blessed wyrm bones","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_wyrm_bones","price":0},"29366":{"id":29366,"name":"Blessed drake bones","members":true,"cost":160,"lowalch":64,"highalch":96,"wiki_name":"Blessed drake bones","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_drake_bones","price":0},"29368":{"id":29368,"name":"Blessed hydra bones","members":true,"cost":160,"lowalch":64,"highalch":96,"wiki_name":"Blessed hydra bones","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_hydra_bones","price":0},"29370":{"id":29370,"name":"Blessed fayrg bones","members":true,"cost":160,"lowalch":64,"highalch":96,"wiki_name":"Blessed fayrg bones","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_fayrg_bones","price":0},"29372":{"id":29372,"name":"Blessed raurg bones","members":true,"cost":160,"lowalch":64,"highalch":96,"wiki_name":"Blessed raurg bones","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_raurg_bones","price":0},"29374":{"id":29374,"name":"Blessed ourg bones","members":true,"cost":160,"lowalch":64,"highalch":96,"wiki_name":"Blessed ourg bones","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_ourg_bones","price":0},"29376":{"id":29376,"name":"Dagannoth bones","members":true,"cost":150,"lowalch":60,"highalch":90,"wiki_name":"Dagannoth bones (blessed)","wiki_url":"https://oldschool.runescape.wiki/w/Dagannoth_bones_(blessed)","price":0},"29378":{"id":29378,"name":"Sun-kissed bones","members":true,"noteable":true,"cost":160,"lowalch":64,"highalch":96,"wiki_name":"Sun-kissed bones","wiki_url":"https://oldschool.runescape.wiki/w/Sun-kissed_bones","price":0},"29381":{"id":29381,"name":"Blessed bone shards","members":true,"stackable":true,"cost":18,"wiki_name":"Blessed bone shards","wiki_url":"https://oldschool.runescape.wiki/w/Blessed_bone_shards","price":0},"29382":{"id":29382,"name":"Jug of sunfire wine","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Jug of sunfire wine","wiki_url":"https://oldschool.runescape.wiki/w/Jug_of_sunfire_wine","price":0},"29384":{"id":29384,"name":"Jug of blessed sunfire wine","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Jug of blessed sunfire wine","wiki_url":"https://oldschool.runescape.wiki/w/Jug_of_blessed_sunfire_wine","price":0},"29386":{"id":29386,"name":"Jug of blessed wine","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Jug of blessed wine","wiki_url":"https://oldschool.runescape.wiki/w/Jug_of_blessed_wine","price":0},"29388":{"id":29388,"name":"Token","members":true,"cost":123,"lowalch":49,"highalch":73,"wiki_name":"Token (Moons of Peril)","wiki_url":"https://oldschool.runescape.wiki/w/Token_(Moons_of_Peril)","price":0},"29408":{"id":29408,"name":"A nice key","members":true,"cost":123,"wiki_name":"A nice key","wiki_url":"https://oldschool.runescape.wiki/w/A_nice_key","price":0,"lowalch":49,"highalch":73},"29409":{"id":29409,"name":"Sunbeam ale","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":8,"lowalch":3,"highalch":4,"wiki_name":"Sunbeam ale","wiki_url":"https://oldschool.runescape.wiki/w/Sunbeam_ale","price":390},"29412":{"id":29412,"name":"Steamforge brew","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":8,"lowalch":3,"highalch":4,"wiki_name":"Steamforge brew","wiki_url":"https://oldschool.runescape.wiki/w/Steamforge_brew","price":18},"29415":{"id":29415,"name":"Eclipse wine","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1000,"lowalch":400,"highalch":600,"wiki_name":"Eclipse wine","wiki_url":"https://oldschool.runescape.wiki/w/Eclipse_wine","price":1300},"29418":{"id":29418,"name":"Moon-lite","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":15,"lowalch":6,"highalch":9,"wiki_name":"Moon-lite","wiki_url":"https://oldschool.runescape.wiki/w/Moon-lite","price":175},"29421":{"id":29421,"name":"Sun-shine","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":100,"lowalch":40,"highalch":60,"wiki_name":"Sun-shine","wiki_url":"https://oldschool.runescape.wiki/w/Sun-shine","price":138},"29424":{"id":29424,"name":"Sunfire fanatic armour set","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":55000,"lowalch":22000,"highalch":33000,"wiki_name":"Sunfire fanatic armour set","wiki_url":"https://oldschool.runescape.wiki/w/Sunfire_fanatic_armour_set","price":20895000},"29427":{"id":29427,"name":"Herbalist's notes","members":true,"cost":30,"wiki_name":"Herbalist's notes","wiki_url":"https://oldschool.runescape.wiki/w/Herbalist's_notes","price":0},"29428":{"id":29428,"name":"Chef's notes","members":true,"cost":30,"wiki_name":"Chef's notes","wiki_url":"https://oldschool.runescape.wiki/w/Chef's_notes","price":0},"29433":{"id":29433,"name":"Book of egg","equipable":true,"equipable_by_player":true,"cost":200,"wiki_name":"Book of egg","wiki_url":"https://oldschool.runescape.wiki/w/Book_of_egg","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"29437":{"id":29437,"name":"Egg priest robe","equipable":true,"equipable_by_player":true,"cost":30,"wiki_name":"Egg priest robe","wiki_url":"https://oldschool.runescape.wiki/w/Egg_priest_robe","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"29439":{"id":29439,"name":"Egg priest robe top","equipable":true,"equipable_by_player":true,"cost":40,"wiki_name":"Egg priest robe top","wiki_url":"https://oldschool.runescape.wiki/w/Egg_priest_robe_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"29441":{"id":29441,"name":"Egg priest necklace","equipable":true,"equipable_by_player":true,"cost":40,"wiki_name":"Egg priest necklace","wiki_url":"https://oldschool.runescape.wiki/w/Egg_priest_necklace","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"neck","requirements":null},"price":0},"29443":{"id":29443,"name":"Egg priest mitre","equipable":true,"equipable_by_player":true,"cost":200,"wiki_name":"Egg priest mitre","wiki_url":"https://oldschool.runescape.wiki/w/Egg_priest_mitre","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"29448":{"id":29448,"name":"Imbued mage arena cape","incomplete":true,"cost":0,"lowalch":0,"highalch":0,"price":0},"29449":{"id":29449,"name":"Zombie pirate key","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":90,"lowalch":36,"highalch":54,"buy_limit":250,"wiki_name":"Zombie pirate key","wiki_url":"https://oldschool.runescape.wiki/w/Zombie_pirate_key","price":16546},"29455":{"id":29455,"name":"Teleport anchoring scroll","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Teleport anchoring scroll","wiki_url":"https://oldschool.runescape.wiki/w/Teleport_anchoring_scroll","price":852500},"29458":{"id":29458,"name":"Adamant seeds","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":300,"lowalch":120,"highalch":180,"wiki_name":"Adamant seeds","wiki_url":"https://oldschool.runescape.wiki/w/Adamant_seeds","price":143},"29460":{"id":29460,"name":"Wilderness agility ticket","members":true,"stackable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Wilderness agility ticket","wiki_url":"https://oldschool.runescape.wiki/w/Wilderness_agility_ticket","price":0},"29462":{"id":29462,"name":"Small meat pouch (open)","members":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Small meat pouch (Open)","wiki_url":"https://oldschool.runescape.wiki/w/Small_meat_pouch#Open","price":0},"29464":{"id":29464,"name":"Large meat pouch (open)","members":true,"cost":7500,"lowalch":3000,"highalch":4500,"wiki_name":"Large meat pouch (Open)","wiki_url":"https://oldschool.runescape.wiki/w/Large_meat_pouch#Open","price":0},"29466":{"id":29466,"name":"Small fur pouch (open)","members":true,"cost":3000,"lowalch":1200,"highalch":1800,"wiki_name":"Small fur pouch (Open)","wiki_url":"https://oldschool.runescape.wiki/w/Small_fur_pouch#Open","price":0},"29468":{"id":29468,"name":"Medium fur pouch (open)","members":true,"cost":4500,"lowalch":1800,"highalch":2700,"wiki_name":"Medium fur pouch (Open)","wiki_url":"https://oldschool.runescape.wiki/w/Medium_fur_pouch#Open","price":0},"29470":{"id":29470,"name":"Large fur pouch (open)","members":true,"cost":7500,"lowalch":3000,"highalch":4500,"wiki_name":"Large fur pouch (Open)","wiki_url":"https://oldschool.runescape.wiki/w/Large_fur_pouch#Open","price":0},"29480":{"id":29480,"name":"Agility arena ticket","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Agility arena ticket","wiki_url":"https://oldschool.runescape.wiki/w/Agility_arena_ticket","price":0},"29482":{"id":29482,"name":"Brimhaven voucher","members":true,"stackable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Brimhaven voucher","wiki_url":"https://oldschool.runescape.wiki/w/Brimhaven_voucher","price":0},"29484":{"id":29484,"name":"Agility xp","incomplete":true,"members":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"29485":{"id":29485,"name":"Graceful recolour","incomplete":true,"members":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"29486":{"id":29486,"name":"Cursed amulet of magic","tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":900,"lowalch":360,"highalch":540,"wiki_name":"Cursed amulet of magic","wiki_url":"https://oldschool.runescape.wiki/w/Cursed_amulet_of_magic","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":-80,"prayer":0,"slot":"neck","requirements":null},"price":29444},"29489":{"id":29489,"name":"Rainbow cape","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Rainbow cape (Pride)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_cape#Pride","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"29491":{"id":29491,"name":"Colourful cape","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Rainbow cape (Bisexual)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_cape#Bisexual","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"29493":{"id":29493,"name":"Colourful cape","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Rainbow cape (Asexual)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_cape#Asexual","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"29495":{"id":29495,"name":"Colourful cape","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Rainbow cape (Transgender)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_cape#Transgender","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"29497":{"id":29497,"name":"Colourful cape","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Rainbow cape (Pansexual)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_cape#Pansexual","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"29499":{"id":29499,"name":"Colourful cape","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Rainbow cape (Non-binary)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_cape#Non-binary","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"29501":{"id":29501,"name":"Colourful cape","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Rainbow cape (Genderqueer)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_cape#Genderqueer","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"29503":{"id":29503,"name":"Colourful cape","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Rainbow cape (Lesbian)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_cape#Lesbian","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"29505":{"id":29505,"name":"Colourful cape","equipable":true,"equipable_by_player":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Rainbow cape (Gay)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_cape#Gay","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"cape","requirements":null},"price":0},"29507":{"id":29507,"name":"Rainbow crown shirt","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rainbow crown shirt (Pride)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_crown_shirt#Pride","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"29509":{"id":29509,"name":"Colourful crown shirt","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rainbow crown shirt (Bisexual)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_crown_shirt#Bisexual","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"29510":{"id":29510,"name":"Colourful crown shirt","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rainbow crown shirt (Asexual)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_crown_shirt#Asexual","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"29511":{"id":29511,"name":"Colourful crown shirt","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rainbow crown shirt (Transgender)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_crown_shirt#Transgender","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"29512":{"id":29512,"name":"Colourful crown shirt","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rainbow crown shirt (Pansexual)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_crown_shirt#Pansexual","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"29513":{"id":29513,"name":"Colourful crown shirt","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rainbow crown shirt (Non-binary)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_crown_shirt#Non-binary","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"29514":{"id":29514,"name":"Colourful crown shirt","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rainbow crown shirt (Genderqueer)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_crown_shirt#Genderqueer","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"29515":{"id":29515,"name":"Colourful crown shirt","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rainbow crown shirt (Lesbian)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_crown_shirt#Lesbian","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"29516":{"id":29516,"name":"Colourful crown shirt","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Rainbow crown shirt (Gay)","wiki_url":"https://oldschool.runescape.wiki/w/Rainbow_crown_shirt#Gay","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"29517":{"id":29517,"name":"Armadyl communiqué","members":true,"cost":30,"wiki_name":"Armadyl communiqué","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_communiqué","price":0},"29518":{"id":29518,"name":"Unconscious broav","members":true,"cost":30,"wiki_name":"Unconscious broav","wiki_url":"https://oldschool.runescape.wiki/w/Unconscious_broav","price":0},"29519":{"id":29519,"name":"Broav","members":true,"cost":100,"wiki_name":"Broav","wiki_url":"https://oldschool.runescape.wiki/w/Broav","price":0},"29521":{"id":29521,"name":"Dirty shirt","members":true,"cost":30,"wiki_name":"Dirty shirt","wiki_url":"https://oldschool.runescape.wiki/w/Dirty_shirt","price":0},"29522":{"id":29522,"name":"Waste-paper basket","members":true,"cost":30,"wiki_name":"Waste-paper basket","wiki_url":"https://oldschool.runescape.wiki/w/Waste-paper_basket","price":0},"29523":{"id":29523,"name":"Ruby key","members":true,"cost":30,"wiki_name":"Ruby key (While Guthix Sleeps)","wiki_url":"https://oldschool.runescape.wiki/w/Ruby_key_(While_Guthix_Sleeps)","price":0},"29524":{"id":29524,"name":"Notes on pressure","members":true,"cost":30,"wiki_name":"Notes on pressure","wiki_url":"https://oldschool.runescape.wiki/w/Notes_on_pressure","price":0},"29525":{"id":29525,"name":"Movario's notes (volume 1)","members":true,"cost":30,"wiki_name":"Movario's notes (volume 1)","wiki_url":"https://oldschool.runescape.wiki/w/Movario's_notes_(volume_1)","price":0},"29526":{"id":29526,"name":"Movario's notes (volume 2)","members":true,"cost":30,"wiki_name":"Movario's notes (volume 2)","wiki_url":"https://oldschool.runescape.wiki/w/Movario's_notes_(volume_2)","price":0},"29527":{"id":29527,"name":"Weight (1kg)","members":true,"cost":30,"wiki_name":"Weight (1kg)","wiki_url":"https://oldschool.runescape.wiki/w/Weight_(1kg)","price":0},"29528":{"id":29528,"name":"Weight (2kg)","members":true,"cost":30,"wiki_name":"Weight (2kg)","wiki_url":"https://oldschool.runescape.wiki/w/Weight_(2kg)","price":0},"29529":{"id":29529,"name":"Weight (5kg)","members":true,"cost":30,"wiki_name":"Weight (5kg)","wiki_url":"https://oldschool.runescape.wiki/w/Weight_(5kg)","price":0},"29530":{"id":29530,"name":"Enriched snapdragon","members":true,"cost":30,"wiki_name":"Enriched snapdragon","wiki_url":"https://oldschool.runescape.wiki/w/Enriched_snapdragon","price":0},"29531":{"id":29531,"name":"Super truth serum","members":true,"cost":30,"wiki_name":"Super truth serum","wiki_url":"https://oldschool.runescape.wiki/w/Super_truth_serum","price":0},"29532":{"id":29532,"name":"Truth serum","members":true,"cost":30,"wiki_name":"Truth serum (While Guthix Sleeps)","wiki_url":"https://oldschool.runescape.wiki/w/Truth_serum_(While_Guthix_Sleeps)","price":0},"29533":{"id":29533,"name":"Suspect sketch","members":true,"cost":30,"wiki_name":"Suspect sketch","wiki_url":"https://oldschool.runescape.wiki/w/Suspect_sketch","price":0},"29534":{"id":29534,"name":"Cell key","members":true,"cost":30,"wiki_name":"Cell key","wiki_url":"https://oldschool.runescape.wiki/w/Cell_key","price":0},"29535":{"id":29535,"name":"Strange teleorb","members":true,"cost":30,"wiki_name":"Strange teleorb","wiki_url":"https://oldschool.runescape.wiki/w/Strange_teleorb","price":0},"29536":{"id":29536,"name":"Teleorb","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Teleorb (Akrisae)","wiki_url":"https://oldschool.runescape.wiki/w/Teleorb#Akrisae","price":0},"29537":{"id":29537,"name":"Teleorb","members":true,"cost":30,"lowalch":12,"highalch":18,"wiki_name":"Teleorb (Silif)","wiki_url":"https://oldschool.runescape.wiki/w/Teleorb#Silif","price":0},"29538":{"id":29538,"name":"Enriched snapdragon seed","members":true,"cost":30,"wiki_name":"Enriched snapdragon seed","wiki_url":"https://oldschool.runescape.wiki/w/Enriched_snapdragon_seed","price":0},"29539":{"id":29539,"name":"Agility dolmen","members":true,"cost":30,"wiki_name":"Agility dolmen","wiki_url":"https://oldschool.runescape.wiki/w/Agility_dolmen","price":0},"29540":{"id":29540,"name":"Energy dolmen","members":true,"cost":30,"wiki_name":"Energy dolmen","wiki_url":"https://oldschool.runescape.wiki/w/Energy_dolmen","price":0},"29541":{"id":29541,"name":"Restoration dolmen","members":true,"cost":30,"wiki_name":"Restoration dolmen","wiki_url":"https://oldschool.runescape.wiki/w/Restoration_dolmen","price":0},"29542":{"id":29542,"name":"Attack dolmen","members":true,"cost":30,"wiki_name":"Attack dolmen","wiki_url":"https://oldschool.runescape.wiki/w/Attack_dolmen","price":0},"29543":{"id":29543,"name":"Strength dolmen","members":true,"cost":30,"wiki_name":"Strength dolmen","wiki_url":"https://oldschool.runescape.wiki/w/Strength_dolmen","price":0},"29544":{"id":29544,"name":"Defence dolmen","members":true,"cost":30,"wiki_name":"Defence dolmen","wiki_url":"https://oldschool.runescape.wiki/w/Defence_dolmen","price":0},"29545":{"id":29545,"name":"Combat dolmen","members":true,"cost":30,"wiki_name":"Combat dolmen","wiki_url":"https://oldschool.runescape.wiki/w/Combat_dolmen","price":0},"29546":{"id":29546,"name":"Ranged dolmen","members":true,"cost":30,"wiki_name":"Ranged dolmen","wiki_url":"https://oldschool.runescape.wiki/w/Ranged_dolmen","price":0},"29547":{"id":29547,"name":"Prayer dolmen","members":true,"cost":30,"wiki_name":"Prayer dolmen","wiki_url":"https://oldschool.runescape.wiki/w/Prayer_dolmen","price":0},"29548":{"id":29548,"name":"Hunter dolmen","members":true,"cost":30,"wiki_name":"Hunter dolmen","wiki_url":"https://oldschool.runescape.wiki/w/Hunter_dolmen","price":0},"29549":{"id":29549,"name":"Fishing dolmen","members":true,"cost":30,"wiki_name":"Fishing dolmen","wiki_url":"https://oldschool.runescape.wiki/w/Fishing_dolmen","price":0},"29550":{"id":29550,"name":"Magic dolmen","members":true,"cost":30,"wiki_name":"Magic dolmen","wiki_url":"https://oldschool.runescape.wiki/w/Magic_dolmen","price":0},"29551":{"id":29551,"name":"Balance dolmen","members":true,"cost":30,"wiki_name":"Balance dolmen","wiki_url":"https://oldschool.runescape.wiki/w/Balance_dolmen","price":0},"29552":{"id":29552,"name":"Air block","members":true,"cost":30,"wiki_name":"Air block","wiki_url":"https://oldschool.runescape.wiki/w/Air_block","price":0},"29553":{"id":29553,"name":"Earth block","members":true,"cost":30,"wiki_name":"Earth block","wiki_url":"https://oldschool.runescape.wiki/w/Earth_block","price":0},"29554":{"id":29554,"name":"Fire block","members":true,"cost":30,"wiki_name":"Fire block","wiki_url":"https://oldschool.runescape.wiki/w/Fire_block","price":0},"29555":{"id":29555,"name":"Water block","members":true,"cost":30,"wiki_name":"Water block","wiki_url":"https://oldschool.runescape.wiki/w/Water_block","price":0},"29556":{"id":29556,"name":"Vine flower","members":true,"cost":5,"lowalch":2,"highalch":3,"wiki_name":"Vine flower","wiki_url":"https://oldschool.runescape.wiki/w/Vine_flower","price":0},"29558":{"id":29558,"name":"Grimy note","members":true,"cost":30,"wiki_name":"Grimy note","wiki_url":"https://oldschool.runescape.wiki/w/Grimy_note","price":0},"29560":{"id":29560,"name":"Elite black full helm","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"wiki_name":"Elite black full helm","wiki_url":"https://oldschool.runescape.wiki/w/Elite_black_full_helm","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-3,"defence_stab":13,"defence_slash":14,"defence_crush":11,"defence_magic":-1,"defence_ranged":13,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":4,"slot":"head","requirements":null},"price":0},"29562":{"id":29562,"name":"Elite black platebody","members":true,"equipable":true,"equipable_by_player":true,"cost":2000,"wiki_name":"Elite black platebody","wiki_url":"https://oldschool.runescape.wiki/w/Elite_black_platebody","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-30,"attack_ranged":-15,"defence_stab":46,"defence_slash":44,"defence_crush":38,"defence_magic":-6,"defence_ranged":44,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":8,"slot":"body","requirements":null},"price":0},"29564":{"id":29564,"name":"Elite black platelegs","members":true,"equipable":true,"equipable_by_player":true,"cost":1500,"wiki_name":"Elite black platelegs","wiki_url":"https://oldschool.runescape.wiki/w/Elite_black_platelegs","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-21,"attack_ranged":-11,"defence_stab":24,"defence_slash":22,"defence_crush":20,"defence_magic":-4,"defence_ranged":22,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":6,"slot":"legs","requirements":null},"price":0},"29566":{"id":29566,"name":"Dark squall hood","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"wiki_name":"Dark squall hood","wiki_url":"https://oldschool.runescape.wiki/w/Dark_squall_hood","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":2,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":2,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"29568":{"id":29568,"name":"Dark squall robe top","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"wiki_name":"Dark squall robe top","wiki_url":"https://oldschool.runescape.wiki/w/Dark_squall_robe_top","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":4,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":4,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"29570":{"id":29570,"name":"Dark squall robe bottom","members":true,"equipable":true,"equipable_by_player":true,"cost":1000,"wiki_name":"Dark squall robe bottom","wiki_url":"https://oldschool.runescape.wiki/w/Dark_squall_robe_bottom","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":3,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"29572":{"id":29572,"name":"Silif","members":true,"cost":1,"wiki_name":"Silif (item)","wiki_url":"https://oldschool.runescape.wiki/w/Silif_(item)","price":0},"29573":{"id":29573,"name":"Lit explosive","members":true,"cost":0,"lowalch":0,"highalch":0,"wiki_name":"Lit explosive","wiki_url":"https://oldschool.runescape.wiki/w/Lit_explosive","price":0},"29574":{"id":29574,"name":"Burning claw","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":400000,"lowalch":160000,"highalch":240000,"buy_limit":8,"wiki_name":"Burning claw","wiki_url":"https://oldschool.runescape.wiki/w/Burning_claw","price":7273405},"29577":{"id":29577,"name":"Burning claws","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":800000,"lowalch":320000,"highalch":480000,"wiki_name":"Bone claws","wiki_url":"https://oldschool.runescape.wiki/w/Bone_claws","equipment":{"attack_stab":43,"attack_slash":54,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":3,"defence_slash":6,"defence_crush":1,"defence_magic":0,"defence_ranged":0,"melee_strength":32,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"claw","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":14942000},"29580":{"id":29580,"name":"Tormented synapse","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":800000,"lowalch":320000,"highalch":480000,"buy_limit":5,"wiki_name":"Tormented synapse","wiki_url":"https://oldschool.runescape.wiki/w/Tormented_synapse","price":60336639},"29583":{"id":29583,"name":"Smouldering heart","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Smouldering heart","wiki_url":"https://oldschool.runescape.wiki/w/Smouldering_heart","price":0},"29585":{"id":29585,"name":"Smouldering pile of flesh","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Smouldering pile of flesh","wiki_url":"https://oldschool.runescape.wiki/w/Smouldering_pile_of_flesh","price":0},"29587":{"id":29587,"name":"Smouldering gland","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Smouldering gland","wiki_url":"https://oldschool.runescape.wiki/w/Smouldering_gland","price":0},"29589":{"id":29589,"name":"Emberlight","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":800000,"lowalch":320000,"highalch":480000,"wiki_name":"Emberlight","wiki_url":"https://oldschool.runescape.wiki/w/Emberlight","equipment":{"attack_stab":63,"attack_slash":70,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":3,"defence_crush":0,"defence_magic":5,"defence_ranged":0,"melee_strength":13,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"29591":{"id":29591,"name":"Scorching bow","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":800000,"lowalch":320000,"highalch":480000,"wiki_name":"Scorching bow","wiki_url":"https://oldschool.runescape.wiki/w/Scorching_bow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":124,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":40,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"29594":{"id":29594,"name":"Purging staff","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":800000,"lowalch":320000,"highalch":480000,"wiki_name":"Purging staff","wiki_url":"https://oldschool.runescape.wiki/w/Purging_staff","equipment":{"attack_stab":10,"attack_slash":-5,"attack_crush":83,"attack_magic":37,"attack_ranged":0,"defence_stab":1,"defence_slash":1,"defence_crush":0,"defence_magic":25,"defence_ranged":0,"melee_strength":62,"ranged_strength":0,"magic_damage":10,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"29596":{"id":29596,"name":"Duradel's notes","members":true,"cost":30,"wiki_name":"Duradel's notes","wiki_url":"https://oldschool.runescape.wiki/w/Duradel's_notes","price":0},"29598":{"id":29598,"name":"Deadman rug","incomplete":true,"cost":1,"lowalch":0,"highalch":0,"price":0},"29599":{"id":29599,"name":"Corrupted dark bow","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":250000,"lowalch":100000,"highalch":150000,"wiki_name":"Corrupted dark bow","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_dark_bow","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":95,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":6,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"29602":{"id":29602,"name":"Corrupted volatile nightmare staff","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":250000,"lowalch":100000,"highalch":150000,"wiki_name":"Corrupted volatile nightmare staff","wiki_url":"https://oldschool.runescape.wiki/w/Corrupted_volatile_nightmare_staff","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":16,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":14,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":15,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"29605":{"id":29605,"name":"Armadyl godsword (deadman)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":1250000,"lowalch":500000,"highalch":750000,"wiki_name":"Armadyl godsword (deadman)","wiki_url":"https://oldschool.runescape.wiki/w/Armadyl_godsword_(deadman)","equipment":{"attack_stab":0,"attack_slash":132,"attack_crush":80,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":132,"ranged_strength":0,"magic_damage":0,"prayer":8,"slot":"2h","requirements":null},"weapon":{"attack_speed":6,"weapon_type":"2h_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"smash","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"29607":{"id":29607,"name":"Voidwaker (deadman)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":2000000,"lowalch":800000,"highalch":1200000,"wiki_name":"Voidwaker (deadman)","wiki_url":"https://oldschool.runescape.wiki/w/Voidwaker_(deadman)","equipment":{"attack_stab":70,"attack_slash":80,"attack_crush":-2,"attack_magic":5,"attack_ranged":0,"defence_stab":0,"defence_slash":1,"defence_crush":0,"defence_magic":2,"defence_ranged":0,"melee_strength":80,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":4,"weapon_type":"slash_sword","stances":[{"combat_style":"chop","attack_type":"slash","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"slash","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"lunge","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"block","attack_type":"slash","attack_style":"defensive","experience":"defence","boosts":null}]},"price":0},"29609":{"id":29609,"name":"Volatile nightmare staff (deadman)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":4600000,"lowalch":1840000,"highalch":2760000,"wiki_name":"Volatile nightmare staff (deadman)","wiki_url":"https://oldschool.runescape.wiki/w/Volatile_nightmare_staff_(deadman)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":16,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":14,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":15,"prayer":0,"slot":"weapon","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"staff","stances":[{"combat_style":"bash","attack_type":"crush","attack_style":"accurate","experience":"attack","boosts":null},{"combat_style":"pound","attack_type":"crush","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"focus","attack_type":"crush","attack_style":"defensive","experience":"defence","boosts":null},{"combat_style":"spell","attack_type":"spellcasting","attack_style":"magic","experience":"magic","boosts":null},{"combat_style":"spell (defensive)","attack_type":"defensive casting","attack_style":"magic","experience":"magic and defence","boosts":null}]},"price":0},"29611":{"id":29611,"name":"Dark bow (deadman)","members":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":120002,"lowalch":48000,"highalch":72001,"wiki_name":"Dark bow (deadman)","wiki_url":"https://oldschool.runescape.wiki/w/Dark_bow_(deadman)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":95,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":9,"weapon_type":"bow","stances":[{"combat_style":"accurate","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"accuracy and damage"},{"combat_style":"rapid","attack_type":null,"attack_style":null,"experience":"ranged","boosts":"attack speed by 1 tick"},{"combat_style":"longrange","attack_type":null,"attack_style":null,"experience":"ranged and defence","boosts":"attack range by 2 squares"}]},"price":0},"29613":{"id":29613,"name":"Imbued zamorak cape (deadman)","members":true,"equipable":true,"equipable_by_player":true,"cost":80000,"wiki_name":"Imbued zamorak cape (deadman)","wiki_url":"https://oldschool.runescape.wiki/w/Imbued_zamorak_cape_(deadman)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":2,"prayer":0,"slot":"cape","requirements":null},"price":0,"lowalch":32000,"highalch":48000},"29615":{"id":29615,"name":"Imbued guthix cape (deadman)","members":true,"equipable":true,"equipable_by_player":true,"cost":80000,"wiki_name":"Imbued guthix cape (deadman)","wiki_url":"https://oldschool.runescape.wiki/w/Imbued_guthix_cape_(deadman)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":2,"prayer":0,"slot":"cape","requirements":null},"price":0,"lowalch":32000,"highalch":48000},"29617":{"id":29617,"name":"Imbued saradomin cape (deadman)","members":true,"equipable":true,"equipable_by_player":true,"cost":80000,"wiki_name":"Imbued saradomin cape (deadman)","wiki_url":"https://oldschool.runescape.wiki/w/Imbued_saradomin_cape_(deadman)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":15,"attack_ranged":0,"defence_stab":3,"defence_slash":3,"defence_crush":3,"defence_magic":15,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":2,"prayer":0,"slot":"cape","requirements":null},"price":0,"lowalch":32000,"highalch":48000},"29619":{"id":29619,"name":"Armageddon rug","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50000,"lowalch":20000,"highalch":30000,"wiki_name":"Armageddon rug","wiki_url":"https://oldschool.runescape.wiki/w/Armageddon_rug","price":13528499},"29622":{"id":29622,"name":"Armageddon teleport scroll","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":25000,"lowalch":10000,"highalch":15000,"wiki_name":"Armageddon teleport scroll","wiki_url":"https://oldschool.runescape.wiki/w/Armageddon_teleport_scroll","price":42850000},"29625":{"id":29625,"name":"Armageddon weapon scroll","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":25000,"lowalch":10000,"highalch":15000,"wiki_name":"Armageddon weapon scroll","wiki_url":"https://oldschool.runescape.wiki/w/Armageddon_weapon_scroll","price":55597110},"29628":{"id":29628,"name":"Armageddon cape fabric","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":25000,"lowalch":10000,"highalch":15000,"buy_limit":6,"wiki_name":"Armageddon cape fabric","wiki_url":"https://oldschool.runescape.wiki/w/Armageddon_cape_fabric","price":28008500},"29631":{"id":29631,"name":"Blighted overload (4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Blighted overload (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Blighted_overload#4_dose","price":0},"29634":{"id":29634,"name":"Blighted overload (3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Blighted overload (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Blighted_overload#3_dose","price":0},"29637":{"id":29637,"name":"Blighted overload (2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Blighted overload (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Blighted_overload#2_dose","price":0},"29640":{"id":29640,"name":"Blighted overload (1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":50,"lowalch":20,"highalch":30,"wiki_name":"Blighted overload (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Blighted_overload#1_dose","price":0},"29643":{"id":29643,"name":"Chitin","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Chitin","wiki_url":"https://oldschool.runescape.wiki/w/Chitin","price":0},"29648":{"id":29648,"name":"Sigil of meticulousness","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of meticulousness (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_meticulousness#Attuned","price":0},"29649":{"id":29649,"name":"Sigil of meticulousness","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30000,"lowalch":12000,"highalch":18000,"wiki_name":"Sigil of meticulousness (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_meticulousness#Un-attuned","price":0},"29651":{"id":29651,"name":"Sigil of revoked limitation","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of revoked limitation (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_revoked_limitation#Attuned","price":0},"29652":{"id":29652,"name":"Sigil of revoked limitation","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":30000,"lowalch":12000,"highalch":18000,"wiki_name":"Sigil of revoked limitation (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_revoked_limitation#Un-attuned","price":0},"29654":{"id":29654,"name":"Sigil of rampart","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of rampart (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_rampart#Attuned","price":0},"29655":{"id":29655,"name":"Sigil of rampart","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Sigil of rampart (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_rampart#Un-attuned","price":0},"29657":{"id":29657,"name":"Sigil of deception","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of deception (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_deception#Attuned","price":0},"29658":{"id":29658,"name":"Sigil of deception","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Sigil of deception (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_deception#Un-attuned","price":0},"29660":{"id":29660,"name":"Sigil of lithe","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of lithe (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_lithe#Attuned","price":0},"29661":{"id":29661,"name":"Sigil of lithe","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Sigil of lithe (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_lithe#Un-attuned","price":0},"29663":{"id":29663,"name":"Sigil of adroit","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of adroit (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_adroit#Attuned","price":0},"29664":{"id":29664,"name":"Sigil of adroit","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Sigil of adroit (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_adroit#Un-attuned","price":0},"29666":{"id":29666,"name":"Sigil of onslaught","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of onslaught (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_onslaught#Attuned","price":0},"29667":{"id":29667,"name":"Sigil of onslaught","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Sigil of onslaught (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_onslaught#Un-attuned","price":0},"29669":{"id":29669,"name":"Sigil of restoration","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of restoration (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_restoration#Attuned","price":0},"29670":{"id":29670,"name":"Sigil of restoration","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Sigil of restoration (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_restoration#Un-attuned","price":0},"29672":{"id":29672,"name":"Sigil of swashbuckler","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of swashbuckler (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_swashbuckler#Attuned","price":0},"29673":{"id":29673,"name":"Sigil of swashbuckler","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Sigil of swashbuckler (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_swashbuckler#Un-attuned","price":0},"29675":{"id":29675,"name":"Sigil of gunslinger","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of gunslinger (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_gunslinger#Attuned","price":0},"29676":{"id":29676,"name":"Sigil of gunslinger","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Sigil of gunslinger (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_gunslinger#Un-attuned","price":0},"29678":{"id":29678,"name":"Sigil of arcane swiftness","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Sigil of arcane swiftness (Attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_arcane_swiftness#Attuned","price":0},"29679":{"id":29679,"name":"Sigil of arcane swiftness","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":10000,"lowalch":4000,"highalch":6000,"wiki_name":"Sigil of arcane swiftness (Un-attuned)","wiki_url":"https://oldschool.runescape.wiki/w/Sigil_of_arcane_swiftness#Un-attuned","price":0},"29684":{"id":29684,"name":"Guthixian temple teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Guthixian temple teleport","wiki_url":"https://oldschool.runescape.wiki/w/Guthixian_temple_teleport","price":10784},"29686":{"id":29686,"name":"Dni23 torso lightbuttons","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 torso lightbuttons","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_torso_lightbuttons","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"29688":{"id":29688,"name":"Dni23 torso darkbuttons","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dni23 torso darkbuttons (Dark Buttons)","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_torso_darkbuttons#Dark_Buttons","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"29690":{"id":29690,"name":"Dni23 torso darkbuttons","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dni23 torso darkbuttons (Jacket)","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_torso_darkbuttons#Jacket","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"29692":{"id":29692,"name":"Dni23 torso shirt","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 torso shirt","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_torso_shirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"29694":{"id":29694,"name":"Dni23 torso stitching","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 torso stitching","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_torso_stitching","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"29696":{"id":29696,"name":"Dni23 torso twotoned","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 torso twotoned","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_torso_twotoned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"29698":{"id":29698,"name":"Dni23 torso princely","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 torso princely","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_torso_princely","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"29700":{"id":29700,"name":"Dni23 torso rippedweskit","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dni23 torso rippedweskit (Ripped Weskit)","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_torso_rippedweskit#Ripped_Weskit","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"29702":{"id":29702,"name":"Dni23 torso rippedweskit","equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Dni23 torso rippedweskit (Torn Weskit)","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_torso_rippedweskit#Torn_Weskit","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"29704":{"id":29704,"name":"Dni23 torso croptops","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 torso croptops","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_torso_croptops","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"29706":{"id":29706,"name":"Dni23 torso poloneck","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 torso poloneck","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_torso_poloneck","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"29708":{"id":29708,"name":"Dni23 torso simple","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 torso simple","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_torso_simple","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"29710":{"id":29710,"name":"Dni23 torso frilly","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 torso frilly","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_torso_frilly","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"29712":{"id":29712,"name":"Dni23 torso corsetry","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 torso corsetry","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_torso_corsetry","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"29714":{"id":29714,"name":"Dni23 torso bodice","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 torso bodice","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_torso_bodice","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"body","requirements":null},"price":0},"29716":{"id":29716,"name":"Dni23 arms thin","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 arms thin","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_arms_thin","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"29718":{"id":29718,"name":"Dni23 arms shoulderpads","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 arms shoulderpads","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_arms_shoulderpads","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"29720":{"id":29720,"name":"Dni23 arms thickstripe","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 arms thickstripe","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_arms_thickstripe","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"29722":{"id":29722,"name":"Dni23 arms loosesleeves","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 arms loosesleeves","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_arms_loosesleeves","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"29724":{"id":29724,"name":"Dni23 arms princely","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 arms princely","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_arms_princely","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"29726":{"id":29726,"name":"Dni23 arms tattylong","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 arms tattylong","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_arms_tattylong","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"29728":{"id":29728,"name":"Dni23 arms ripped","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 arms ripped","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_arms_ripped","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"29730":{"id":29730,"name":"Dni23 arms bare","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 arms bare","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_arms_bare","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"29732":{"id":29732,"name":"Dni23 arms frilly","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 arms frilly","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_arms_frilly","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"29734":{"id":29734,"name":"Dni23 arms tattyshort","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 arms tattyshort","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_arms_tattyshort","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"29736":{"id":29736,"name":"Dni23 arms bareshoulders","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 arms bareshoulders","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_arms_bareshoulders","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"hands","requirements":null},"price":0},"29738":{"id":29738,"name":"Dni23 legs shorts","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 legs shorts","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_legs_shorts","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"29740":{"id":29740,"name":"Dni23 legs beach","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 legs beach","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_legs_beach","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"29742":{"id":29742,"name":"Dni23 legs princely","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 legs princely","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_legs_princely","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"29744":{"id":29744,"name":"Dni23 legs leggings","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 legs leggings","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_legs_leggings","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"29746":{"id":29746,"name":"Dni23 legs sidestripes","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 legs sidestripes","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_legs_sidestripes","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"29748":{"id":29748,"name":"Dni23 legs ripped","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 legs ripped","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_legs_ripped","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"29750":{"id":29750,"name":"Dni23 legs patched","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 legs patched","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_legs_patched","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"29752":{"id":29752,"name":"Dni23 legs skirt","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 legs skirt","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_legs_skirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"29754":{"id":29754,"name":"Dni23 legs longskirt","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 legs longskirt","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_legs_longskirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"29756":{"id":29756,"name":"Dni23 legs longnarrowskirt","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 legs longnarrowskirt","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_legs_longnarrowskirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"29758":{"id":29758,"name":"Dni23 legs shortskirt","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 legs shortskirt","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_legs_shortskirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"29760":{"id":29760,"name":"Dni23 legs layered","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 legs layered","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_legs_layered","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"29762":{"id":29762,"name":"Dni23 legs sashdots","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 legs sashdots","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_legs_sashdots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"29764":{"id":29764,"name":"Dni23 legs bighem","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 legs bighem","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_legs_bighem","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"29766":{"id":29766,"name":"Dni23 legs sashtrousers","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 legs sashtrousers","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_legs_sashtrousers","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"29768":{"id":29768,"name":"Dni23 legs patterned","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 legs patterned","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_legs_patterned","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"29770":{"id":29770,"name":"Dni23 legs tornskirt","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 legs tornskirt","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_legs_tornskirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"29772":{"id":29772,"name":"Dni23 legs patchedskirt","equipable":true,"equipable_by_player":true,"cost":1,"wiki_name":"Dni23 legs patchedskirt","wiki_url":"https://oldschool.runescape.wiki/w/Dni23_legs_patchedskirt","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"legs","requirements":null},"price":0},"29774":{"id":29774,"name":"Amy's saw (off-hand)","members":true,"equipable":true,"equipable_by_player":true,"cost":280,"wiki_name":"Amy's saw (off-hand)","wiki_url":"https://oldschool.runescape.wiki/w/Amy's_saw_(off-hand)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"29775":{"id":29775,"name":"Imcando hammer (off-hand)","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Imcando hammer (off-hand)","wiki_url":"https://oldschool.runescape.wiki/w/Imcando_hammer_(off-hand)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"29777":{"id":29777,"name":"Bruma torch (off-hand)","members":true,"equipable":true,"equipable_by_player":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Bruma torch (off-hand)","wiki_url":"https://oldschool.runescape.wiki/w/Bruma_torch_(off-hand)","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"shield","requirements":null},"price":0},"29781":{"id":29781,"name":"Coagulated venom","members":true,"cost":10000,"wiki_name":"Coagulated venom","wiki_url":"https://oldschool.runescape.wiki/w/Coagulated_venom","price":0},"29782":{"id":29782,"name":"Spider cave teleport","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":10,"lowalch":4,"highalch":6,"wiki_name":"Spider cave teleport","wiki_url":"https://oldschool.runescape.wiki/w/Spider_cave_teleport","price":37695},"29784":{"id":29784,"name":"Araxyte venom sack","members":true,"tradeable":true,"tradeable_on_ge":true,"stackable":true,"cost":500,"lowalch":200,"highalch":300,"buy_limit":11000,"wiki_name":"Araxyte venom sack","wiki_url":"https://oldschool.runescape.wiki/w/Araxyte_venom_sack","price":1987},"29786":{"id":29786,"name":"Jar of venom","members":true,"cost":200000,"lowalch":80000,"highalch":120000,"wiki_name":"Jar of venom","wiki_url":"https://oldschool.runescape.wiki/w/Jar_of_venom","price":0},"29788":{"id":29788,"name":"Araxyte head","members":true,"cost":60000,"lowalch":24000,"highalch":36000,"wiki_name":"Araxyte head","wiki_url":"https://oldschool.runescape.wiki/w/Araxyte_head","price":0},"29790":{"id":29790,"name":"Noxious point","members":true,"cost":160000,"lowalch":64000,"highalch":96000,"wiki_name":"Noxious point","wiki_url":"https://oldschool.runescape.wiki/w/Noxious_point","price":0},"29792":{"id":29792,"name":"Noxious blade","members":true,"cost":160000,"lowalch":64000,"highalch":96000,"wiki_name":"Noxious blade","wiki_url":"https://oldschool.runescape.wiki/w/Noxious_blade","price":0},"29794":{"id":29794,"name":"Noxious pommel","members":true,"cost":160000,"lowalch":64000,"highalch":96000,"wiki_name":"Noxious pommel","wiki_url":"https://oldschool.runescape.wiki/w/Noxious_pommel","price":0},"29796":{"id":29796,"name":"Noxious halberd","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"equipable_weapon":true,"cost":500000,"lowalch":200000,"highalch":300000,"wiki_name":"Noxious halberd","wiki_url":"https://oldschool.runescape.wiki/w/Noxious_halberd","equipment":{"attack_stab":80,"attack_slash":132,"attack_crush":0,"attack_magic":0,"attack_ranged":0,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":142,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"2h","requirements":null},"weapon":{"attack_speed":5,"weapon_type":"polearm","stances":[{"combat_style":"jab","attack_type":"stab","attack_style":"controlled","experience":"shared","boosts":null},{"combat_style":"swipe","attack_type":"slash","attack_style":"aggressive","experience":"strength","boosts":null},{"combat_style":"fend","attack_type":"stab","attack_style":"defensive","experience":"defence","boosts":null}]},"price":25203118},"29799":{"id":29799,"name":"Araxyte fang","members":true,"cost":200000,"lowalch":80000,"highalch":120000,"wiki_name":"Araxyte fang","wiki_url":"https://oldschool.runescape.wiki/w/Araxyte_fang","price":0},"29801":{"id":29801,"name":"Amulet of rancour","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":400000,"lowalch":160000,"highalch":240000,"wiki_name":"Amulet of rancour","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_rancour","equipment":{"attack_stab":25,"attack_slash":25,"attack_crush":25,"attack_magic":-6,"attack_ranged":-8,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"neck","requirements":null},"price":88500000},"29804":{"id":29804,"name":"Amulet of rancour (s)","members":true,"equipable":true,"equipable_by_player":true,"cost":400000,"lowalch":160000,"highalch":240000,"wiki_name":"Amulet of rancour (s)","wiki_url":"https://oldschool.runescape.wiki/w/Amulet_of_rancour_(s)","equipment":{"attack_stab":25,"attack_slash":25,"attack_crush":25,"attack_magic":-6,"attack_ranged":-8,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":12,"ranged_strength":0,"magic_damage":0,"prayer":2,"slot":"neck","requirements":null},"price":0},"29806":{"id":29806,"name":"Aranea boots","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"equipable":true,"equipable_by_player":true,"cost":150000,"lowalch":60000,"highalch":90000,"buy_limit":8,"wiki_name":"Aranea boots","wiki_url":"https://oldschool.runescape.wiki/w/Aranea_boots","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":5,"attack_ranged":6,"defence_stab":0,"defence_slash":0,"defence_crush":0,"defence_magic":0,"defence_ranged":0,"melee_strength":4,"ranged_strength":0,"magic_damage":0,"prayer":1,"slot":"feet","requirements":null},"price":15322207},"29809":{"id":29809,"name":"Venom-riddled note","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Venom-riddled note","wiki_url":"https://oldschool.runescape.wiki/w/Venom-riddled_note","price":0},"29816":{"id":29816,"name":"Araxyte slayer helmet","members":true,"equipable":true,"equipable_by_player":true,"cost":40000,"lowalch":16000,"highalch":24000,"wiki_name":"Araxyte slayer helmet","wiki_url":"https://oldschool.runescape.wiki/w/Araxyte_slayer_helmet","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":-6,"attack_ranged":-2,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":-1,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"29818":{"id":29818,"name":"Araxyte slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Araxyte slayer helmet (i) (Nightmare Zone)","wiki_url":"https://oldschool.runescape.wiki/w/Araxyte_slayer_helmet_(i)#Nightmare_Zone","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"29820":{"id":29820,"name":"Araxyte slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Araxyte slayer helmet (i) (Soul Wars)","wiki_url":"https://oldschool.runescape.wiki/w/Araxyte_slayer_helmet_(i)#Soul_Wars","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"29822":{"id":29822,"name":"Araxyte slayer helmet (i)","members":true,"equipable":true,"equipable_by_player":true,"cost":90000,"lowalch":36000,"highalch":54000,"wiki_name":"Araxyte slayer helmet (i) (Emir's Arena)","wiki_url":"https://oldschool.runescape.wiki/w/Araxyte_slayer_helmet_(i)#Emir's_Arena","equipment":{"attack_stab":0,"attack_slash":0,"attack_crush":0,"attack_magic":3,"attack_ranged":3,"defence_stab":30,"defence_slash":32,"defence_crush":27,"defence_magic":10,"defence_ranged":30,"melee_strength":0,"ranged_strength":0,"magic_damage":0,"prayer":0,"slot":"head","requirements":null},"price":0},"29824":{"id":29824,"name":"Extended anti-venom+(4)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":444,"lowalch":177,"highalch":266,"wiki_name":"Extended anti-venom+ (4 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Extended_anti-venom+#4_dose","price":20360},"29827":{"id":29827,"name":"Extended anti-venom+(3)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":333,"lowalch":133,"highalch":199,"wiki_name":"Extended anti-venom+ (3 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Extended_anti-venom+#3_dose","price":14678},"29830":{"id":29830,"name":"Extended anti-venom+(2)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":222,"lowalch":88,"highalch":133,"wiki_name":"Extended anti-venom+ (2 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Extended_anti-venom+#2_dose","price":10282},"29833":{"id":29833,"name":"Extended anti-venom+(1)","members":true,"tradeable":true,"tradeable_on_ge":true,"noteable":true,"cost":111,"lowalch":44,"highalch":66,"wiki_name":"Extended anti-venom+ (1 dose)","wiki_url":"https://oldschool.runescape.wiki/w/Extended_anti-venom+#1_dose","price":5838},"29836":{"id":29836,"name":"Nid","members":true,"cost":1,"wiki_name":"Nid (Nid)","wiki_url":"https://oldschool.runescape.wiki/w/Nid#Nid","price":0},"29838":{"id":29838,"name":"Rax","members":true,"cost":1,"lowalch":0,"highalch":0,"wiki_name":"Nid (Rax)","wiki_url":"https://oldschool.runescape.wiki/w/Nid#Rax","price":0}} \ No newline at end of file diff --git a/dist/esm/monsters_data-4XLFTZA4.json b/dist/esm/monsters_data-4XLFTZA4.json new file mode 100644 index 000000000..5fddc2218 --- /dev/null +++ b/dist/esm/monsters_data-4XLFTZA4.json @@ -0,0 +1 @@ +{"1":{"members":true,"combatLevel":51,"hitpoints":52,"maxHit":5,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["molanisks"],"examineText":"A strange mole-like being.","wikiName":"Molanisk","wikiURL":"https://oldschool.runescape.wiki/w/Molanisk","attackLevel":40,"strengthLevel":40,"defenceLevel":50,"magicLevel":0,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":45,"defenceSlash":45,"defenceCrush":35,"defenceMagic":30,"defenceRanged":55,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":39,"slayerXP":52,"assignableSlayerMasters":["vannaka"]},"2":{"members":true,"combatLevel":96,"hitpoints":90,"maxHit":8,"attackType":["magic"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["spectral","undead"],"category":["aberrant spectres"],"examineText":"A very smelly ghost.","wikiName":"Aberrant spectre","wikiURL":"https://oldschool.runescape.wiki/w/Aberrant_spectre","attackLevel":1,"strengthLevel":1,"defenceLevel":90,"magicLevel":105,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":20,"defenceSlash":20,"defenceCrush":20,"defenceMagic":0,"defenceRanged":15,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":60,"slayerXP":90,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel"]},"8":{"members":true,"combatLevel":115,"hitpoints":105,"maxHit":11,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["demon"],"category":["nechryael"],"examineText":"An evil death demon.","wikiName":"Nechryael (Normal)","wikiURL":"https://oldschool.runescape.wiki/w/Nechryael#Normal","attackLevel":97,"strengthLevel":97,"defenceLevel":105,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":20,"defenceSlash":20,"defenceCrush":20,"defenceMagic":0,"defenceRanged":20,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":80,"slayerXP":105,"assignableSlayerMasters":["krystilia","vannaka","chaeldar","konar","nieve","duradel"]},"26":{"members":false,"combatLevel":13,"hitpoints":22,"maxHit":2,"attackType":["slash"],"attackSpeed":5,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["undead"],"category":["zombies"],"examineText":"Dead man walking.","wikiName":"Zombie (Level 13)","wikiURL":"https://oldschool.runescape.wiki/w/Zombie#Level_13","attackLevel":8,"strengthLevel":9,"defenceLevel":10,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":22,"assignableSlayerMasters":["turael","spria","krystilia","mazchna"]},"70":{"members":false,"combatLevel":22,"hitpoints":29,"maxHit":3,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["undead"],"category":["skeletons"],"examineText":"Could do with gaining a few pounds.","wikiName":"Skeleton (Level 22)","wikiURL":"https://oldschool.runescape.wiki/w/Skeleton#Level_22","attackLevel":15,"strengthLevel":18,"defenceLevel":17,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":5,"defenceSlash":5,"defenceCrush":-5,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":29,"assignableSlayerMasters":["turael","spria","krystilia","mazchna"]},"85":{"members":false,"combatLevel":19,"hitpoints":25,"maxHit":2,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["spectral","undead"],"category":["ghosts"],"examineText":"Eeek! A ghost!","wikiName":"Ghost (Level 19)","wikiURL":"https://oldschool.runescape.wiki/w/Ghost#Level_19","attackLevel":13,"strengthLevel":13,"defenceLevel":18,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":5,"defenceSlash":5,"defenceCrush":5,"defenceMagic":-5,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":25,"assignableSlayerMasters":["turael","spria","mazchna"]},"104":{"members":true,"combatLevel":122,"hitpoints":116,"maxHit":11,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["demon"],"category":["hellhounds"],"examineText":"Hello, nice doggy...","wikiName":"Hellhound (Level 122)","wikiURL":"https://oldschool.runescape.wiki/w/Hellhound#Level_122","attackLevel":105,"strengthLevel":104,"defenceLevel":102,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":116,"assignableSlayerMasters":["krystilia","vannaka","chaeldar","konar","nieve","duradel"]},"106":{"members":true,"combatLevel":64,"hitpoints":69,"maxHit":6,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["wolves"],"examineText":"Not man's best friend.","wikiName":"Wolf (Level 64)","wikiURL":"https://oldschool.runescape.wiki/w/Wolf#Level_64","attackLevel":50,"strengthLevel":55,"defenceLevel":52,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":69,"assignableSlayerMasters":["turael","spria","mazchna"]},"108":{"members":true,"combatLevel":38,"hitpoints":44,"maxHit":4,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["wolves"],"examineText":"A vicious mountain wolf.","wikiName":"White wolf (Level 38)","wikiURL":"https://oldschool.runescape.wiki/w/White_wolf#Level_38","attackLevel":30,"strengthLevel":31,"defenceLevel":32,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":44,"assignableSlayerMasters":["turael","spria","mazchna"]},"112":{"members":true,"combatLevel":63,"hitpoints":62,"maxHit":6,"attackType":["stab"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["dogs"],"examineText":"Looks like it's got Rabies!sic","wikiName":"Wild dog (Normal)","wikiURL":"https://oldschool.runescape.wiki/w/Wild_dog#Normal","attackLevel":53,"strengthLevel":54,"defenceLevel":54,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":62,"assignableSlayerMasters":["turael","spria","mazchna"]},"114":{"members":true,"combatLevel":44,"hitpoints":49,"maxHit":5,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["dogs"],"examineText":"He doesn't seem pleased to see me.","wikiName":"Guard dog (Normal)","wikiURL":"https://oldschool.runescape.wiki/w/Guard_dog#Normal","attackLevel":35,"strengthLevel":36,"defenceLevel":37,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":49,"assignableSlayerMasters":["turael","spria","mazchna"]},"115":{"members":true,"combatLevel":73,"hitpoints":74,"maxHit":7,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["wolves"],"examineText":"Must be the pack leader.","wikiName":"Big Wolf (Feldip Hills)","wikiURL":"https://oldschool.runescape.wiki/w/Big_Wolf#Feldip_Hills","attackLevel":60,"strengthLevel":61,"defenceLevel":62,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":74,"assignableSlayerMasters":["turael","spria","mazchna"]},"136":{"members":true,"combatLevel":53,"hitpoints":60,"maxHit":7,"attackType":["crush"],"attackSpeed":6,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["ogres"],"examineText":"A large dim looking humanoid.","wikiName":"Ogre (Level 53)","wikiURL":"https://oldschool.runescape.wiki/w/Ogre#Level_53","attackLevel":43,"strengthLevel":43,"defenceLevel":43,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":60,"assignableSlayerMasters":["vannaka"]},"137":{"members":true,"combatLevel":65,"hitpoints":65,"maxHit":6,"attackType":["slash"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":[],"examineText":"Young, but still dangerous.","wikiName":"Baby red dragon (Construction)","wikiURL":"https://oldschool.runescape.wiki/w/Baby_red_dragon_(Construction)","attackLevel":55,"strengthLevel":55,"defenceLevel":55,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":30,"defenceSlash":50,"defenceCrush":50,"defenceMagic":40,"defenceRanged":30,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"232":{"members":true,"combatLevel":64,"hitpoints":69,"maxHit":6,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["wolves"],"examineText":"A rare jungle wolf - specific to the Kharazi jungle.","wikiName":"Jungle Wolf","wikiURL":"https://oldschool.runescape.wiki/w/Jungle_Wolf","attackLevel":50,"strengthLevel":55,"defenceLevel":52,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":70,"assignableSlayerMasters":["turael","spria","mazchna"]},"240":{"members":true,"combatLevel":172,"hitpoints":157,"maxHit":16,"attackType":["slash"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["demon"],"category":["black demons"],"examineText":"A big, scary, jet-black demon.","wikiName":"Black demon (Level 172)","wikiURL":"https://oldschool.runescape.wiki/w/Black_demon#Level_172","attackLevel":145,"strengthLevel":148,"defenceLevel":152,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":-10,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":157,"assignableSlayerMasters":["krystilia","chaeldar","konar","nieve","duradel"]},"241":{"members":true,"combatLevel":48,"hitpoints":50,"maxHit":5,"attackType":["slash"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["dragon"],"category":["blue dragons"],"examineText":"Young but still dangerous.","wikiName":"Baby blue dragon (1)","wikiURL":"https://oldschool.runescape.wiki/w/Baby_blue_dragon#1","attackLevel":40,"strengthLevel":40,"defenceLevel":40,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":10,"defenceSlash":50,"defenceCrush":50,"defenceMagic":40,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":50,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel"]},"247":{"members":true,"combatLevel":152,"hitpoints":140,"maxHit":14,"attackType":["slash","dragonfire"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["dragon","fiery"],"category":["red dragons"],"examineText":"A big powerful dragon.","wikiName":"Red dragon (1)","wikiURL":"https://oldschool.runescape.wiki/w/Red_dragon#1","attackLevel":130,"strengthLevel":130,"defenceLevel":130,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":10,"defenceSlash":70,"defenceCrush":70,"defenceMagic":60,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":143.4,"assignableSlayerMasters":["konar","nieve","duradel"]},"252":{"members":true,"combatLevel":227,"hitpoints":190,"maxHit":21,"attackType":["slash","dragonfire"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["dragon","fiery"],"category":["black dragons"],"examineText":"A fierce dragon with black scales!","wikiName":"Black dragon (Level 227)","wikiURL":"https://oldschool.runescape.wiki/w/Black_dragon#Level_227","attackLevel":200,"strengthLevel":200,"defenceLevel":200,"magicLevel":100,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":10,"defenceSlash":70,"defenceCrush":70,"defenceMagic":60,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":199.5,"assignableSlayerMasters":["krystilia","konar","nieve","duradel"]},"260":{"members":true,"combatLevel":79,"hitpoints":75,"maxHit":8,"attackType":["slash","dragonfire"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["dragon","fiery"],"category":["green dragons"],"examineText":"Must be related to Elvarg.","wikiName":"Green dragon (Level 79)","wikiURL":"https://oldschool.runescape.wiki/w/Green_dragon#Level_79","attackLevel":68,"strengthLevel":68,"defenceLevel":68,"magicLevel":68,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":10,"defenceSlash":40,"defenceCrush":40,"defenceMagic":30,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":75,"assignableSlayerMasters":["krystilia"]},"265":{"members":true,"combatLevel":111,"hitpoints":105,"maxHit":10,"attackType":["slash","dragonfire"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["dragon","fiery"],"category":["blue dragons"],"examineText":"A mother dragon.","wikiName":"Blue dragon (1)","wikiURL":"https://oldschool.runescape.wiki/w/Blue_dragon#1","attackLevel":95,"strengthLevel":95,"defenceLevel":95,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":10,"defenceSlash":70,"defenceCrush":70,"defenceMagic":60,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":107.6,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel"]},"270":{"members":true,"combatLevel":131,"hitpoints":122,"maxHit":12,"attackType":["slash","dragonfire"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["dragon","fiery"],"category":["bronze dragons"],"examineText":"Its scales seem to be made of bronze.","wikiName":"Bronze dragon (Standard)","wikiURL":"https://oldschool.runescape.wiki/w/Bronze_dragon#Standard","attackLevel":112,"strengthLevel":112,"defenceLevel":112,"magicLevel":100,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":20,"defenceSlash":70,"defenceCrush":70,"defenceMagic":30,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":125,"assignableSlayerMasters":["konar"]},"272":{"members":true,"combatLevel":189,"hitpoints":165,"maxHit":17,"attackType":["slash","dragonfire"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["dragon","fiery"],"category":["iron dragons"],"examineText":"Its scales seem to be made of iron.","wikiName":"Iron dragon (Normal)","wikiURL":"https://oldschool.runescape.wiki/w/Iron_dragon#Normal","attackLevel":165,"strengthLevel":165,"defenceLevel":165,"magicLevel":100,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":20,"defenceSlash":70,"defenceCrush":70,"defenceMagic":30,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":173.2,"assignableSlayerMasters":["konar","nieve","duradel"]},"289":{"members":true,"combatLevel":42,"hitpoints":50,"maxHit":5,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["ghouls"],"examineText":"It's totally savage.","wikiName":"Ghoul","wikiURL":"https://oldschool.runescape.wiki/w/Ghoul","attackLevel":30,"strengthLevel":40,"defenceLevel":30,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":50,"assignableSlayerMasters":["mazchna","vannaka"]},"290":{"members":false,"combatLevel":10,"hitpoints":16,"maxHit":2,"attackType":["crush"],"attackSpeed":5,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["dwarves"],"examineText":"A dwarven worker.","wikiName":"Dwarf (Level 10)","wikiURL":"https://oldschool.runescape.wiki/w/Dwarf#Level_10","attackLevel":8,"strengthLevel":8,"defenceLevel":6,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":5,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":16,"assignableSlayerMasters":["turael","spria"]},"291":{"members":false,"combatLevel":48,"hitpoints":61,"maxHit":6,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["dwarves"],"examineText":"A dwarf gone bad.","wikiName":"Chaos dwarf","wikiURL":"https://oldschool.runescape.wiki/w/Chaos_dwarf","attackLevel":38,"strengthLevel":42,"defenceLevel":28,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":40,"defenceSlash":34,"defenceCrush":25,"defenceMagic":10,"defenceRanged":35,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":61,"assignableSlayerMasters":["turael","spria"]},"319":{"members":true,"combatLevel":785,"hitpoints":2000,"maxHit":33,"attackType":["crush","magic"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":[],"category":[],"examineText":"A vision of supernatural horror.","wikiName":"Corporeal Beast","wikiURL":"https://oldschool.runescape.wiki/w/Corporeal_Beast","attackLevel":320,"strengthLevel":320,"defenceLevel":310,"magicLevel":350,"rangedLevel":150,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":25,"defenceSlash":200,"defenceCrush":100,"defenceMagic":150,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"406":{"members":true,"combatLevel":23,"hitpoints":22,"maxHit":3,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":true,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["cave crawlers"],"examineText":"A spiky crawling critter.","wikiName":"Cave crawler","wikiURL":"https://oldschool.runescape.wiki/w/Cave_crawler","attackLevel":22,"strengthLevel":18,"defenceLevel":18,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":10,"defenceSlash":10,"defenceCrush":5,"defenceMagic":5,"defenceRanged":10,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":10,"slayerXP":22,"assignableSlayerMasters":["turael","spria","mazchna"]},"410":{"members":true,"combatLevel":106,"hitpoints":97,"maxHit":11,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["leafy"],"category":["kurask"],"examineText":"Large, heavy, with sharp things attached to its head.","wikiName":"Kurask (Normal)","wikiURL":"https://oldschool.runescape.wiki/w/Kurask#Normal","attackLevel":67,"strengthLevel":105,"defenceLevel":105,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":20,"defenceCrush":20,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":70,"slayerXP":97,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel"]},"412":{"members":true,"combatLevel":111,"hitpoints":105,"maxHit":11,"attackType":["slash"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["gargoyles"],"examineText":"Flies like a rock.","wikiName":"Gargoyle","wikiURL":"https://oldschool.runescape.wiki/w/Gargoyle","attackLevel":75,"strengthLevel":105,"defenceLevel":107,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":50,"defenceSlash":60,"defenceCrush":-20,"defenceMagic":20,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":75,"slayerXP":105,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel"]},"414":{"members":true,"combatLevel":23,"hitpoints":22,"maxHit":2,"attackType":["melee","magic"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["spectral","undead"],"category":["banshees"],"examineText":"A tortured screaming soul.","wikiName":"Banshee","wikiURL":"https://oldschool.runescape.wiki/w/Banshee","attackLevel":22,"strengthLevel":15,"defenceLevel":22,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":5,"defenceSlash":5,"defenceCrush":5,"defenceMagic":0,"defenceRanged":5,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":15,"slayerXP":22,"assignableSlayerMasters":["turael","spria","mazchna"]},"415":{"members":true,"combatLevel":124,"hitpoints":150,"maxHit":8,"attackType":["stab"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["demon"],"category":["abyssal demons"],"examineText":"A denizen of the Abyss!","wikiName":"Abyssal demon (Standard)","wikiURL":"https://oldschool.runescape.wiki/w/Abyssal_demon#Standard","attackLevel":97,"strengthLevel":67,"defenceLevel":135,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":20,"defenceSlash":20,"defenceCrush":20,"defenceMagic":0,"defenceRanged":20,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":85,"slayerXP":150,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel","krystilia"]},"417":{"members":true,"combatLevel":61,"hitpoints":75,"maxHit":5,"attackType":["slash"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["basilisks"],"examineText":"The eyes of evil.","wikiName":"Basilisk (Normal)","wikiURL":"https://oldschool.runescape.wiki/w/Basilisk#Normal","attackLevel":30,"strengthLevel":45,"defenceLevel":75,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":20,"defenceSlash":20,"defenceCrush":0,"defenceMagic":20,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":40,"slayerXP":75,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel"]},"420":{"members":true,"combatLevel":37,"hitpoints":37,"maxHit":5,"attackType":["stab"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["cockatrice"],"examineText":"The winged reptile.","wikiName":"Cockatrice (Unused)","wikiURL":"https://oldschool.runescape.wiki/w/Cockatrice#Unused","attackLevel":22,"strengthLevel":37,"defenceLevel":37,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":10,"defenceSlash":10,"defenceCrush":0,"defenceMagic":10,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":25,"slayerXP":37,"assignableSlayerMasters":["mazchna","vannaka"]},"421":{"members":true,"combatLevel":29,"hitpoints":27,"maxHit":4,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["rockslugs"],"examineText":"The slime of evil.","wikiName":"Rockslug (Cave)","wikiURL":"https://oldschool.runescape.wiki/w/Rockslug#Cave","attackLevel":22,"strengthLevel":27,"defenceLevel":27,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":20,"slayerXP":27,"assignableSlayerMasters":["mazchna"]},"423":{"members":true,"combatLevel":93,"hitpoints":105,"maxHit":8,"attackType":["melee","ranged"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["dust devils"],"examineText":"The vacuumed face of evil.","wikiName":"Dust devil (Smoke Dungeon)","wikiURL":"https://oldschool.runescape.wiki/w/Dust_devil#Smoke_Dungeon","attackLevel":105,"strengthLevel":70,"defenceLevel":40,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":65,"slayerXP":105,"assignableSlayerMasters":["krystilia","vannaka","chaeldar","konar","nieve","duradel","krystilia"]},"426":{"members":true,"combatLevel":86,"hitpoints":78,"maxHit":10,"attackType":["stab"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["leafy"],"category":["turoth"],"examineText":"He's one leg short!","wikiName":"Turoth (Level 86 (unused))","wikiURL":"https://oldschool.runescape.wiki/w/Turoth#Level_86_(unused)","attackLevel":55,"strengthLevel":85,"defenceLevel":85,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":20,"defenceCrush":20,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":55,"slayerXP":78,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve"]},"433":{"members":true,"combatLevel":43,"hitpoints":45,"maxHit":4,"attackType":["melee","magic"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["demon","fiery"],"category":["pyrefiends"],"examineText":"A small fire demon.","wikiName":"Pyrefiend (Regular)","wikiURL":"https://oldschool.runescape.wiki/w/Pyrefiend#Regular","attackLevel":52,"strengthLevel":30,"defenceLevel":22,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":10,"defenceSlash":10,"defenceCrush":10,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":30,"slayerXP":45,"assignableSlayerMasters":["mazchna","vannaka"]},"437":{"members":true,"combatLevel":78,"hitpoints":75,"maxHit":5,"attackType":["melee","magic"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["jellies"],"examineText":"Looks scared to see me.","wikiName":"Jelly (Regular)","wikiURL":"https://oldschool.runescape.wiki/w/Jelly#Regular","attackLevel":45,"strengthLevel":45,"defenceLevel":120,"magicLevel":45,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":52,"slayerXP":75,"assignableSlayerMasters":["krystilia","vannaka","chaeldar","konar"]},"447":{"members":true,"combatLevel":66,"hitpoints":60,"maxHit":8,"attackType":["magic"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["infernal mages"],"examineText":"An evil magic user.","wikiName":"Infernal Mage","wikiURL":"https://oldschool.runescape.wiki/w/Infernal_Mage","attackLevel":1,"strengthLevel":1,"defenceLevel":60,"magicLevel":75,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":40,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":45,"slayerXP":60,"assignableSlayerMasters":["vannaka"]},"448":{"members":true,"combatLevel":8,"hitpoints":16,"maxHit":1,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["undead"],"category":["crawling hands"],"examineText":"Gimmie five. Actually, don't.","wikiName":"Crawling Hand (Level 8 (1))","wikiURL":"https://oldschool.runescape.wiki/w/Crawling_Hand#Level_8_(1)","attackLevel":8,"strengthLevel":4,"defenceLevel":4,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":5,"slayerXP":16,"assignableSlayerMasters":["turael","spria","mazchna"]},"458":{"members":true,"combatLevel":42,"hitpoints":40,"maxHit":5,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["lizards"],"examineText":"Run away, it's massive!","wikiName":"Lizard","wikiURL":"https://oldschool.runescape.wiki/w/Lizard","attackLevel":38,"strengthLevel":36,"defenceLevel":35,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":5,"defenceSlash":15,"defenceCrush":15,"defenceMagic":0,"defenceRanged":5,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":22,"slayerXP":40,"assignableSlayerMasters":["turael","spria","mazchna"]},"459":{"members":true,"combatLevel":24,"hitpoints":25,"maxHit":3,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["lizards"],"examineText":"A cold-blooded creature, partial to warmth.","wikiName":"Desert Lizard (Green)","wikiURL":"https://oldschool.runescape.wiki/w/Desert_Lizard#Green","attackLevel":20,"strengthLevel":22,"defenceLevel":20,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":5,"defenceSlash":15,"defenceCrush":15,"defenceMagic":0,"defenceRanged":5,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":22,"slayerXP":25,"assignableSlayerMasters":["turael","spria","mazchna","vannaka","chaeldar"]},"463":{"members":true,"combatLevel":12,"hitpoints":15,"maxHit":2,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["lizards"],"examineText":"A small cold-blooded creature, partial to warmth.","wikiName":"Small Lizard (Orange)","wikiURL":"https://oldschool.runescape.wiki/w/Small_Lizard#Orange","attackLevel":10,"strengthLevel":10,"defenceLevel":10,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":5,"defenceCrush":5,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":22,"slayerXP":15,"assignableSlayerMasters":["turael","spria","mazchna","vannaka","chaeldar"]},"464":{"members":true,"combatLevel":46,"hitpoints":25,"maxHit":6,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["harpie bug swarms"],"examineText":"A swarm of bugs.","wikiName":"Harpie Bug Swarm","wikiURL":"https://oldschool.runescape.wiki/w/Harpie_Bug_Swarm","attackLevel":54,"strengthLevel":46,"defenceLevel":32,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":10,"defenceSlash":5,"defenceCrush":10,"defenceMagic":5,"defenceRanged":10,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":33,"slayerXP":25,"assignableSlayerMasters":["vannaka"]},"465":{"members":true,"combatLevel":140,"hitpoints":200,"maxHit":13,"attackType":["slash","ranged"],"attackSpeed":6,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["dragon"],"category":["skeletal wyverns"],"examineText":"A very dangerous pile of animated wyvern bones.","wikiName":"Skeletal Wyvern (2)","wikiURL":"https://oldschool.runescape.wiki/w/Skeletal_Wyvern#2","attackLevel":125,"strengthLevel":116,"defenceLevel":120,"magicLevel":125,"rangedLevel":120,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":140,"defenceSlash":90,"defenceCrush":90,"defenceMagic":80,"defenceRanged":140,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":72,"slayerXP":210,"assignableSlayerMasters":["chaeldar","konar","nieve","duradel"]},"469":{"members":true,"combatLevel":55,"hitpoints":51,"maxHit":6,"attackType":["melee","ranged","magic"],"attackSpeed":2,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["killerwatts"],"examineText":"An angry electrical shock!","wikiName":"Killerwatt (Attacking)","wikiURL":"https://oldschool.runescape.wiki/w/Killerwatt#Attacking","attackLevel":50,"strengthLevel":50,"defenceLevel":40,"magicLevel":67,"rangedLevel":67,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":10,"defenceSlash":10,"defenceCrush":10,"defenceMagic":20,"defenceRanged":-10,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":37,"slayerXP":51,"assignableSlayerMasters":["mazchna"]},"476":{"members":true,"combatLevel":49,"hitpoints":105,"maxHit":4,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":[],"category":["wall beasts"],"examineText":"A big, scary hand!","wikiName":"Wall beast (Beast)","wikiURL":"https://oldschool.runescape.wiki/w/Wall_beast#Beast","attackLevel":30,"strengthLevel":30,"defenceLevel":16,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":35,"slayerXP":105,"assignableSlayerMasters":["mazchna"]},"477":{"members":true,"combatLevel":99,"hitpoints":100,"maxHit":9,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":[],"examineText":"It didn't get that big eating flies.","wikiName":"Giant frog (Level 99)","wikiURL":"https://oldschool.runescape.wiki/w/Giant_frog#Level_99","attackLevel":100,"strengthLevel":80,"defenceLevel":65,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"480":{"members":true,"combatLevel":23,"hitpoints":25,"maxHit":2,"attackType":["stab"],"attackSpeed":4,"aggressive":false,"poisonous":true,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["cave slimes"],"examineText":"A foul-smelling blob of protoplasm.","wikiName":"Cave slime","wikiURL":"https://oldschool.runescape.wiki/w/Cave_slime","attackLevel":13,"strengthLevel":13,"defenceLevel":35,"magicLevel":13,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":17,"slayerXP":25,"assignableSlayerMasters":["turael","spria","mazchna"]},"481":{"members":true,"combatLevel":6,"hitpoints":5,"maxHit":1,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["cave bugs"],"examineText":"A nasty crawling critter.","wikiName":"Cave bug (Level 6)","wikiURL":"https://oldschool.runescape.wiki/w/Cave_bug#Level_6","attackLevel":6,"strengthLevel":5,"defenceLevel":6,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":10,"defenceSlash":10,"defenceCrush":5,"defenceMagic":5,"defenceRanged":10,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":7,"slayerXP":5,"assignableSlayerMasters":["turael","spria","mazchna"]},"484":{"members":true,"combatLevel":76,"hitpoints":120,"maxHit":5,"attackType":["melee","magic"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["demon"],"category":["bloodveld"],"examineText":"The tongue of evil.","wikiName":"Bloodveld (Standard)","wikiURL":"https://oldschool.runescape.wiki/w/Bloodveld#Standard","attackLevel":75,"strengthLevel":45,"defenceLevel":30,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":50,"slayerXP":120,"assignableSlayerMasters":["krystilia","vannaka","chaeldar","konar","nieve","duradel"]},"492":{"members":true,"combatLevel":127,"hitpoints":125,"maxHit":13,"attackType":["magic"],"attackSpeed":6,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["cave kraken"],"examineText":"Kraken' good time!","wikiName":"Cave kraken (Cave kraken)","wikiURL":"https://oldschool.runescape.wiki/w/Cave_kraken#Cave_kraken","attackLevel":1,"strengthLevel":1,"defenceLevel":150,"magicLevel":120,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":-63,"defenceRanged":100,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":87,"slayerXP":125,"assignableSlayerMasters":["chaeldar","konar","nieve","duradel"]},"494":{"members":true,"combatLevel":291,"hitpoints":255,"maxHit":28,"attackType":["magic","typeless"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["cave kraken","bosses"],"examineText":"We'll fight, until world's end.","wikiName":"Kraken (Kraken)","wikiURL":"https://oldschool.runescape.wiki/w/Kraken#Kraken","attackLevel":1,"strengthLevel":1,"defenceLevel":1,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":130,"defenceRanged":300,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":87,"slayerXP":255,"assignableSlayerMasters":["chaeldar","konar","nieve","duradel"]},"498":{"members":true,"combatLevel":160,"hitpoints":185,"maxHit":20,"attackType":["ranged","magic"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["smoke devils"],"examineText":"Stay away from smoke, kids.","wikiName":"Smoke devil","wikiURL":"https://oldschool.runescape.wiki/w/Smoke_devil","attackLevel":140,"strengthLevel":130,"defenceLevel":275,"magicLevel":1,"rangedLevel":195,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":600,"defenceRanged":44,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":93,"slayerXP":185,"assignableSlayerMasters":["konar","nieve","duradel"]},"499":{"members":true,"combatLevel":301,"hitpoints":240,"maxHit":8,"attackType":["ranged","magic","typeless"],"attackSpeed":2,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["bosses","smoke devils"],"examineText":"Woah.","wikiName":"Thermonuclear smoke devil","wikiURL":"https://oldschool.runescape.wiki/w/Thermonuclear_smoke_devil","attackLevel":230,"strengthLevel":220,"defenceLevel":360,"magicLevel":1,"rangedLevel":310,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":11,"defenceSlash":4,"defenceCrush":9,"defenceMagic":800,"defenceRanged":900,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":93,"slayerXP":240,"assignableSlayerMasters":["konar","nieve","duradel"]},"509":{"members":true,"combatLevel":83,"hitpoints":80,"maxHit":8,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["spectral"],"category":["bats","ghosts"],"examineText":"A shadowy, barely visible flying entity from some evil place.","wikiName":"Death wing","wikiURL":"https://oldschool.runescape.wiki/w/Death_wing","attackLevel":70,"strengthLevel":70,"defenceLevel":70,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":80,"assignableSlayerMasters":["turael","spria","mazchna"]},"516":{"members":false,"combatLevel":33,"hitpoints":42,"maxHit":4,"attackType":["slash"],"attackSpeed":5,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["black knights"],"examineText":"A dark-hearted knight.","wikiName":"Black Knight (Hostile, male)","wikiURL":"https://oldschool.runescape.wiki/w/Black_Knight#Hostile,_male","attackLevel":25,"strengthLevel":25,"defenceLevel":25,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":73,"defenceSlash":76,"defenceCrush":70,"defenceMagic":-11,"defenceRanged":72,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":42,"assignableSlayerMasters":["krystilia"]},"520":{"members":true,"combatLevel":13,"hitpoints":20,"maxHit":2,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["chaos druids"],"examineText":"A crazy, evil druid.","wikiName":"Chaos druid","wikiURL":"https://oldschool.runescape.wiki/w/Chaos_druid","attackLevel":8,"strengthLevel":8,"defenceLevel":12,"magicLevel":10,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":20,"assignableSlayerMasters":["krystilia"]},"521":{"members":true,"combatLevel":23,"hitpoints":20,"maxHit":3,"attackType":["slash"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["pirates"],"examineText":"Yar! Shiver me timbers!","wikiName":"Pirate (Pirate's Cove)","wikiURL":"https://oldschool.runescape.wiki/w/Pirate#Pirate's_Cove","attackLevel":20,"strengthLevel":20,"defenceLevel":20,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":1,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":20,"assignableSlayerMasters":["krystilia"]},"526":{"members":true,"combatLevel":15,"hitpoints":17,"maxHit":2,"attackType":["stab"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["rogues"],"examineText":"Rogueish.","wikiName":"Rogue (Level 15)","wikiURL":"https://oldschool.runescape.wiki/w/Rogue#Level_15","attackLevel":13,"strengthLevel":13,"defenceLevel":13,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":6,"defenceSlash":9,"defenceCrush":11,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":17,"assignableSlayerMasters":["krystilia"]},"531":{"members":false,"combatLevel":8,"hitpoints":17,"maxHit":2,"attackType":["slash"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["dark warriors"],"examineText":"A warrior touched by chaos.","wikiName":"Dark warrior (Level 8)","wikiURL":"https://oldschool.runescape.wiki/w/Dark_warrior#Level_8","attackLevel":5,"strengthLevel":5,"defenceLevel":5,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":96,"defenceSlash":79,"defenceCrush":59,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":17,"assignableSlayerMasters":["krystilia"]},"537":{"members":true,"combatLevel":74,"hitpoints":65,"maxHit":8,"attackType":["melee","ranged","magic"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["mutated zygomites"],"examineText":"A bouncy fungus.","wikiName":"Zygomite","wikiURL":"https://oldschool.runescape.wiki/w/Zygomite","attackLevel":65,"strengthLevel":65,"defenceLevel":65,"magicLevel":65,"rangedLevel":65,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":10,"defenceSlash":10,"defenceCrush":10,"defenceMagic":20,"defenceRanged":20,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":57,"slayerXP":65,"assignableSlayerMasters":["chaeldar","konar","nieve","duradel"]},"626":{"members":true,"combatLevel":49,"hitpoints":40,"maxHit":4,"attackType":["stab"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["fever spiders"],"examineText":"A bunch of legs, eyes and teeth.","wikiName":"Fever spider","wikiURL":"https://oldschool.runescape.wiki/w/Fever_spider","attackLevel":60,"strengthLevel":30,"defenceLevel":40,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":20,"defenceSlash":15,"defenceCrush":10,"defenceMagic":15,"defenceRanged":15,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":42,"slayerXP":40,"assignableSlayerMasters":["vannaka","chaeldar"]},"645":{"members":true,"combatLevel":96,"hitpoints":70,"maxHit":10,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["wolves"],"examineText":"Not man's best friend.","wikiName":"Ice wolf (Level 96)","wikiURL":"https://oldschool.runescape.wiki/w/Ice_wolf#Level_96","attackLevel":100,"strengthLevel":90,"defenceLevel":70,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":70,"assignableSlayerMasters":["turael","spria","mazchna"]},"648":{"members":true,"combatLevel":124,"hitpoints":80,"maxHit":25,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["trolls"],"examineText":"Brrrrr...he must be cold!","wikiName":"Ice troll (Level 124)","wikiURL":"https://oldschool.runescape.wiki/w/Ice_troll#Level_124","attackLevel":140,"strengthLevel":120,"defenceLevel":80,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":30,"defenceSlash":60,"defenceCrush":30,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":86,"assignableSlayerMasters":["vannaka","chaeldar","nieve","duradel"]},"655":{"members":false,"combatLevel":5,"hitpoints":12,"maxHit":1,"attackType":["crush"],"attackSpeed":6,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["goblins"],"examineText":"An ugly goblin... bleurgh!","wikiName":"Goblin (Goblin Village) (Red)","wikiURL":"https://oldschool.runescape.wiki/w/Goblin_(Goblin_Village)#Red","attackLevel":3,"strengthLevel":1,"defenceLevel":4,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":12,"assignableSlayerMasters":["turael","spria"]},"690":{"members":true,"combatLevel":74,"hitpoints":65,"maxHit":7,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":[],"category":[],"examineText":"A tough-looking criminal.","wikiName":"Bandit (Bandit Camp) (Level 74)","wikiURL":"https://oldschool.runescape.wiki/w/Bandit_(Bandit_Camp)#Level_74","attackLevel":65,"strengthLevel":65,"defenceLevel":65,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"736":{"members":true,"combatLevel":41,"hitpoints":30,"maxHit":7,"attackType":["slash"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":[],"examineText":"Tough-looking.","wikiName":"Bandit (Pollnivneach) (Bearded)","wikiURL":"https://oldschool.runescape.wiki/w/Bandit_(Pollnivneach)#Bearded","attackLevel":40,"strengthLevel":50,"defenceLevel":20,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":9,"defenceCrush":8,"defenceMagic":10,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"787":{"members":true,"combatLevel":111,"hitpoints":105,"maxHit":10,"attackType":["stab","magic"],"attackSpeed":6,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["suqahs"],"examineText":"A strange creature unique to Lunar Isle.","wikiName":"Suqah (1)","wikiURL":"https://oldschool.runescape.wiki/w/Suqah#1","attackLevel":95,"strengthLevel":95,"defenceLevel":95,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":50,"defenceSlash":70,"defenceCrush":70,"defenceMagic":90,"defenceRanged":50,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":107.6,"assignableSlayerMasters":["nieve","duradel"]},"794":{"members":true,"combatLevel":93,"hitpoints":50,"maxHit":17,"attackType":["magic"],"attackSpeed":15,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["kalphite"],"category":["scabarites"],"examineText":"Part scarab, part human.","wikiName":"Scarab Mage (Level 93)","wikiURL":"https://oldschool.runescape.wiki/w/Scarab_Mage#Level_93","attackLevel":90,"strengthLevel":90,"defenceLevel":90,"magicLevel":70,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":70,"attackRanged":0,"defenceStab":40,"defenceSlash":90,"defenceCrush":90,"defenceMagic":34,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":51.2,"assignableSlayerMasters":["nieve"]},"795":{"members":true,"combatLevel":106,"hitpoints":90,"maxHit":15,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["kalphite"],"category":["scabarites"],"examineText":"A mounted lancer.","wikiName":"Locust rider (Lancer)","wikiURL":"https://oldschool.runescape.wiki/w/Locust_rider#Lancer","attackLevel":100,"strengthLevel":90,"defenceLevel":90,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":90,"defenceSlash":90,"defenceCrush":40,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":92.5,"assignableSlayerMasters":["nieve"]},"866":{"members":true,"combatLevel":44,"hitpoints":71,"maxHit":5,"attackType":["crush"],"attackSpeed":6,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["undead"],"category":["ogres","zombies"],"examineText":"A partially decomposing zombie ogre.","wikiName":"Zogre","wikiURL":"https://oldschool.runescape.wiki/w/Zogre","attackLevel":20,"strengthLevel":36,"defenceLevel":35,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":71,"assignableSlayerMasters":["turael","spria","vannaka"]},"878":{"members":true,"combatLevel":44,"hitpoints":71,"maxHit":5,"attackType":["crush"],"attackSpeed":6,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["undead"],"category":["ogres","skeletons"],"examineText":"It's falling apart!","wikiName":"Skogre","wikiURL":"https://oldschool.runescape.wiki/w/Skogre","attackLevel":20,"strengthLevel":36,"defenceLevel":35,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":71,"assignableSlayerMasters":["turael","spria","vannaka"]},"936":{"members":true,"combatLevel":69,"hitpoints":90,"maxHit":11,"attackType":["crush"],"attackSpeed":6,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["trolls"],"examineText":"Small for a troll but mean and ugly.","wikiName":"Mountain troll (Level 69)","wikiURL":"https://oldschool.runescape.wiki/w/Mountain_troll#Level_69","attackLevel":40,"strengthLevel":75,"defenceLevel":40,"magicLevel":0,"rangedLevel":0,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":10,"defenceMagic":200,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":90,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel"]},"955":{"members":true,"combatLevel":28,"hitpoints":40,"maxHit":3,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["kalphite"],"category":["kalphite"],"examineText":"I don't think insect repellent will work...","wikiName":"Kalphite Worker","wikiURL":"https://oldschool.runescape.wiki/w/Kalphite_Worker","attackLevel":20,"strengthLevel":20,"defenceLevel":20,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":5,"defenceSlash":5,"defenceCrush":1,"defenceMagic":10,"defenceRanged":10,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":40,"assignableSlayerMasters":["turael","spria","mazchna","vannaka","chaeldar","konar","nieve","duradel"]},"957":{"members":true,"combatLevel":85,"hitpoints":90,"maxHit":8,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":true,"immuneToPoison":false,"immuneToVenom":false,"attributes":["kalphite"],"category":["kalphite"],"examineText":"I don't think insect repellent will work...","wikiName":"Kalphite Soldier (Kalphite Lair)","wikiURL":"https://oldschool.runescape.wiki/w/Kalphite_Soldier#Kalphite_Lair","attackLevel":70,"strengthLevel":70,"defenceLevel":70,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":25,"defenceSlash":25,"defenceCrush":5,"defenceMagic":50,"defenceRanged":50,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":90,"assignableSlayerMasters":["turael","spria","mazchna","vannaka","chaeldar","konar","nieve","duradel"]},"959":{"members":true,"combatLevel":141,"hitpoints":170,"maxHit":12,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":true,"immuneToPoison":false,"immuneToVenom":false,"attributes":["kalphite"],"category":["kalphite"],"examineText":"I don't think insect repellent will work...","wikiName":"Kalphite Guardian (Upper level)","wikiURL":"https://oldschool.runescape.wiki/w/Kalphite_Guardian#Upper_level","attackLevel":110,"strengthLevel":110,"defenceLevel":110,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":25,"defenceSlash":25,"defenceCrush":5,"defenceMagic":50,"defenceRanged":50,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":170,"assignableSlayerMasters":["turael","spria","mazchna","vannaka","chaeldar","konar","nieve","duradel"]},"963":{"members":true,"combatLevel":333,"hitpoints":255,"maxHit":31,"attackType":["stab","ranged","magic"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["kalphite"],"category":["kalphite","bosses"],"examineText":"I don't think insect repellent will work...","wikiName":"Kalphite Queen (Crawling)","wikiURL":"https://oldschool.runescape.wiki/w/Kalphite_Queen#Crawling","attackLevel":300,"strengthLevel":300,"defenceLevel":300,"magicLevel":150,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":50,"defenceSlash":50,"defenceCrush":10,"defenceMagic":100,"defenceRanged":100,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":535.5,"assignableSlayerMasters":["turael","spria","mazchna","vannaka","chaeldar","konar","nieve","duradel"]},"995":{"members":true,"combatLevel":22,"hitpoints":30,"maxHit":3,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":[],"examineText":"A guard for the 'Humans Against Monsters' group.","wikiName":"Guard (Death to the Dorgeshuun)","wikiURL":"https://oldschool.runescape.wiki/w/Guard_(Death_to_the_Dorgeshuun)","attackLevel":16,"strengthLevel":20,"defenceLevel":12,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":7,"defenceSlash":7,"defenceCrush":0,"defenceMagic":0,"defenceRanged":7,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"1027":{"members":false,"combatLevel":22,"hitpoints":27,"maxHit":3,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["bandits"],"examineText":"Bandit Camp guard.","wikiName":"Guard Bandit","wikiURL":"https://oldschool.runescape.wiki/w/Guard_Bandit","attackLevel":17,"strengthLevel":17,"defenceLevel":17,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":4,"defenceSlash":8,"defenceCrush":5,"defenceMagic":1,"defenceRanged":4,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":29,"assignableSlayerMasters":["krystilia"]},"1042":{"members":true,"combatLevel":70,"hitpoints":45,"maxHit":8,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["jungle horrors"],"examineText":"A horrible, emaciated ape like creature with beady red eyes.","wikiName":"Jungle horror (Red eyes)","wikiURL":"https://oldschool.runescape.wiki/w/Jungle_horror#Red_eyes","attackLevel":70,"strengthLevel":70,"defenceLevel":55,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":45,"assignableSlayerMasters":["vannaka","chaeldar"]},"1047":{"members":true,"combatLevel":80,"hitpoints":55,"maxHit":9,"attackType":["melee","magic"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["cave horrors"],"examineText":"A horrible, emaciated ape like creature with beady red eyes.","wikiName":"Cave horror","wikiURL":"https://oldschool.runescape.wiki/w/Cave_horror","attackLevel":80,"strengthLevel":77,"defenceLevel":62,"magicLevel":80,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":58,"slayerXP":55,"assignableSlayerMasters":["chaeldar","nieve","duradel"]},"1097":{"members":true,"combatLevel":90,"hitpoints":85,"maxHit":8,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":true,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["sea snakes"],"examineText":"Snake, snake, oh, it's a young snake...","wikiName":"Sea Snake Young","wikiURL":"https://oldschool.runescape.wiki/w/Sea_Snake_Young","attackLevel":90,"strengthLevel":70,"defenceLevel":70,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":40,"slayerXP":85,"assignableSlayerMasters":["vannaka"]},"1098":{"members":true,"combatLevel":62,"hitpoints":50,"maxHit":6,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":true,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["sea snakes"],"examineText":"A baby sea snake. Snaaaaaaake!","wikiName":"Sea Snake Hatchling","wikiURL":"https://oldschool.runescape.wiki/w/Sea_Snake_Hatchling","attackLevel":60,"strengthLevel":55,"defenceLevel":50,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":40,"slayerXP":50,"assignableSlayerMasters":["vannaka"]},"1101":{"members":true,"combatLevel":149,"hitpoints":100,"maxHit":14,"attackType":["crush","ranged"],"attackSpeed":4,"aggressive":true,"poisonous":true,"immuneToPoison":true,"immuneToVenom":true,"attributes":[],"category":[],"examineText":"A big snake that lives in the sea. How did it get in here?","wikiName":"Giant Sea Snake","wikiURL":"https://oldschool.runescape.wiki/w/Giant_Sea_Snake","attackLevel":170,"strengthLevel":90,"defenceLevel":160,"magicLevel":1,"rangedLevel":130,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"1118":{"members":false,"combatLevel":4,"hitpoints":13,"maxHit":1,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":[],"examineText":"One of Gielinor's many citizens.","wikiName":"Man (level 4) (Normal)","wikiURL":"https://oldschool.runescape.wiki/w/Man_(level_4)#Normal","attackLevel":2,"strengthLevel":1,"defenceLevel":1,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":1,"defenceSlash":1,"defenceCrush":1,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"1119":{"members":true,"combatLevel":3,"hitpoints":10,"maxHit":1,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":[],"examineText":"One of Gielinor's many citizens.","wikiName":"Woman (West Ardougne) (Level 3 (1))","wikiURL":"https://oldschool.runescape.wiki/w/Woman_(West_Ardougne)#Level_3_(1)","attackLevel":2,"strengthLevel":1,"defenceLevel":1,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":1,"defenceSlash":1,"defenceCrush":1,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"1144":{"members":true,"combatLevel":59,"hitpoints":57,"maxHit":8,"attackType":["slash"],"attackSpeed":5,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":[],"examineText":"A holy warrior.","wikiName":"Paladin (1)","wikiURL":"https://oldschool.runescape.wiki/w/Paladin#1","attackLevel":54,"strengthLevel":54,"defenceLevel":54,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":87,"defenceSlash":84,"defenceCrush":76,"defenceMagic":-10,"defenceRanged":79,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"1277":{"members":true,"combatLevel":40,"hitpoints":38,"maxHit":4,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":["shade","spectral","undead"],"category":["shades"],"examineText":"The shadowy remains of a long departed soul.","wikiName":"Loar Shade (Shade)","wikiURL":"https://oldschool.runescape.wiki/w/Loar_Shade#Shade","attackLevel":45,"strengthLevel":30,"defenceLevel":26,"magicLevel":0,"rangedLevel":0,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":38,"assignableSlayerMasters":["mazchna","vannaka"]},"1280":{"members":true,"combatLevel":60,"hitpoints":56,"maxHit":6,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":["shade","spectral","undead"],"category":["shades"],"examineText":"The shadowy remains of a long departed soul.","wikiName":"Phrin Shade (Shade)","wikiURL":"https://oldschool.runescape.wiki/w/Phrin_Shade#Shade","attackLevel":64,"strengthLevel":47,"defenceLevel":42,"magicLevel":0,"rangedLevel":0,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":56,"assignableSlayerMasters":["mazchna","vannaka"]},"1282":{"members":true,"combatLevel":80,"hitpoints":76,"maxHit":6,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":["shade","spectral","undead"],"category":["shades"],"examineText":"The shadowy remains of a long departed soul.","wikiName":"Riyl Shade (Shade)","wikiURL":"https://oldschool.runescape.wiki/w/Riyl_Shade#Shade","attackLevel":88,"strengthLevel":55,"defenceLevel":60,"magicLevel":0,"rangedLevel":0,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":76,"assignableSlayerMasters":["mazchna","vannaka"]},"1284":{"members":true,"combatLevel":100,"hitpoints":90,"maxHit":9,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":["shade","spectral","undead"],"category":["shades"],"examineText":"The shadowy remains of a long departed soul.","wikiName":"Asyn Shade (Shade)","wikiURL":"https://oldschool.runescape.wiki/w/Asyn_Shade#Shade","attackLevel":102,"strengthLevel":84,"defenceLevel":70,"magicLevel":0,"rangedLevel":0,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":90,"assignableSlayerMasters":["mazchna","vannaka"]},"1286":{"members":true,"combatLevel":120,"hitpoints":110,"maxHit":11,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":["shade","spectral","undead"],"category":["shades"],"examineText":"The shadowy remains of a long departed soul.","wikiName":"Fiyr Shade (Shade)","wikiURL":"https://oldschool.runescape.wiki/w/Fiyr_Shade#Shade","attackLevel":120,"strengthLevel":100,"defenceLevel":85,"magicLevel":0,"rangedLevel":0,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":110,"assignableSlayerMasters":["mazchna","vannaka"]},"1338":{"members":false,"combatLevel":2,"hitpoints":6,"maxHit":0,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["birds"],"examineText":"A messy bird.","wikiName":"Seagull (Level 2)","wikiURL":"https://oldschool.runescape.wiki/w/Seagull#Level_2","attackLevel":1,"strengthLevel":1,"defenceLevel":1,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":-42,"defenceSlash":-42,"defenceCrush":-42,"defenceMagic":-42,"defenceRanged":-42,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":5,"assignableSlayerMasters":["turael","spria"]},"1354":{"members":true,"combatLevel":44,"hitpoints":40,"maxHit":5,"attackType":["crush"],"attackSpeed":5,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["dwarves"],"examineText":"A short stout menacing fellow.","wikiName":"Dwarf gang member (Level 44)","wikiURL":"https://oldschool.runescape.wiki/w/Dwarf_gang_member#Level_44","attackLevel":40,"strengthLevel":40,"defenceLevel":35,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":7,"defenceSlash":7,"defenceCrush":0,"defenceMagic":0,"defenceRanged":7,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":40,"assignableSlayerMasters":["turael","spria"]},"1475":{"members":true,"combatLevel":6,"hitpoints":10,"maxHit":0,"attackType":[],"attackSpeed":null,"aggressive":false,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":[],"category":["birds"],"examineText":"A large boisterous bird, a delicacy for ogres.","wikiName":"Chompy bird","wikiURL":"https://oldschool.runescape.wiki/w/Chompy_bird","attackLevel":5,"strengthLevel":5,"defenceLevel":3,"magicLevel":0,"rangedLevel":0,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":10,"assignableSlayerMasters":["turael","spria"]},"1673":{"members":true,"combatLevel":115,"hitpoints":100,"maxHit":29,"attackType":["slash"],"attackSpeed":7,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["spectral"],"category":["bosses"],"examineText":"A vengeful spirit corrupted by dark magic.","wikiName":"Dharok the Wretched","wikiURL":"https://oldschool.runescape.wiki/w/Dharok_the_Wretched","attackLevel":100,"strengthLevel":100,"defenceLevel":100,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":-58,"attackRanged":-18,"defenceStab":252,"defenceSlash":250,"defenceCrush":244,"defenceMagic":-11,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":115,"assignableSlayerMasters":["konar","nieve","duradel"]},"1679":{"members":true,"combatLevel":43,"hitpoints":35,"maxHit":3,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["rats"],"examineText":"A nasty little rodent.","wikiName":"Crypt rat","wikiURL":"https://oldschool.runescape.wiki/w/Crypt_rat","attackLevel":70,"strengthLevel":20,"defenceLevel":20,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":35,"assignableSlayerMasters":["turael","spria"]},"1684":{"members":true,"combatLevel":79,"hitpoints":80,"maxHit":8,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["spiders"],"examineText":"Not very incey wincey.","wikiName":"Giant crypt spider","wikiURL":"https://oldschool.runescape.wiki/w/Giant_crypt_spider","attackLevel":65,"strengthLevel":67,"defenceLevel":65,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":20,"defenceSlash":20,"defenceCrush":10,"defenceMagic":17,"defenceRanged":20,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":80,"assignableSlayerMasters":["turael","spria"]},"1792":{"members":true,"combatLevel":23,"hitpoints":21,"maxHit":6,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":[],"examineText":"They'll eat anything!","wikiName":"Goat (Brown)","wikiURL":"https://oldschool.runescape.wiki/w/Goat#Brown","attackLevel":20,"strengthLevel":20,"defenceLevel":20,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":10,"defenceSlash":10,"defenceCrush":0,"defenceMagic":0,"defenceRanged":10,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"1838":{"members":false,"combatLevel":1,"hitpoints":3,"maxHit":0,"attackType":["stab"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["birds"],"examineText":"Quackers.","wikiName":"Duck (Male)","wikiURL":"https://oldschool.runescape.wiki/w/Duck#Male","attackLevel":1,"strengthLevel":1,"defenceLevel":1,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":-42,"defenceSlash":-42,"defenceCrush":-42,"defenceMagic":-42,"defenceRanged":-42,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":3,"assignableSlayerMasters":["turael","spria"]},"1871":{"members":true,"combatLevel":83,"hitpoints":80,"maxHit":11,"attackType":["slash"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["dragon"],"category":["black dragons"],"examineText":"Young but still dangerous.","wikiName":"Baby black dragon","wikiURL":"https://oldschool.runescape.wiki/w/Baby_black_dragon","attackLevel":70,"strengthLevel":70,"defenceLevel":70,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":10,"defenceSlash":50,"defenceCrush":50,"defenceMagic":40,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":80,"assignableSlayerMasters":["konar","nieve","duradel"]},"2001":{"members":false,"combatLevel":1,"hitpoints":3,"maxHit":0,"attackType":["stab"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["birds"],"examineText":"Mini quackers.","wikiName":"Duckling","wikiURL":"https://oldschool.runescape.wiki/w/Duckling","attackLevel":1,"strengthLevel":1,"defenceLevel":1,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":-42,"defenceSlash":-42,"defenceCrush":-42,"defenceMagic":-42,"defenceRanged":-42,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":3,"assignableSlayerMasters":["turael","spria"]},"2005":{"members":false,"combatLevel":82,"hitpoints":79,"maxHit":8,"attackType":["slash"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["demon"],"category":["lesser demons"],"examineText":"Lesser, but still pretty big.","wikiName":"Lesser demon (Level 82)","wikiURL":"https://oldschool.runescape.wiki/w/Lesser_demon#Level_82","attackLevel":68,"strengthLevel":70,"defenceLevel":71,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":-10,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":79,"assignableSlayerMasters":["krystilia","vannaka","chaeldar"]},"2025":{"members":false,"combatLevel":92,"hitpoints":87,"maxHit":9,"attackType":["slash"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["demon"],"category":["greater demons"],"examineText":"Big, red, and incredibly evil.","wikiName":"Greater demon (Level 92)","wikiURL":"https://oldschool.runescape.wiki/w/Greater_demon#Level_92","attackLevel":76,"strengthLevel":78,"defenceLevel":81,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":-10,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":87,"assignableSlayerMasters":["krystilia","chaeldar","konar","nieve","duradel"]},"2042":{"members":true,"combatLevel":725,"hitpoints":500,"maxHit":41,"attackType":["ranged"],"attackSpeed":3,"aggressive":true,"poisonous":true,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["bosses"],"examineText":"The green hooded serpent of the poison waste.","wikiName":"Zulrah (Serpentine)","wikiURL":"https://oldschool.runescape.wiki/w/Zulrah#Serpentine","attackLevel":1,"strengthLevel":1,"defenceLevel":300,"magicLevel":300,"rangedLevel":300,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":50,"attackRanged":50,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":-45,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":500,"assignableSlayerMasters":["konar","nieve","duradel"]},"2054":{"members":true,"combatLevel":305,"hitpoints":250,"maxHit":28,"attackType":["melee","crush","ranged","magic"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["bosses"],"examineText":"pUre A cHaOs of crEatuRe!","wikiName":"Chaos Elemental","wikiURL":"https://oldschool.runescape.wiki/w/Chaos_Elemental","attackLevel":270,"strengthLevel":270,"defenceLevel":270,"magicLevel":270,"rangedLevel":270,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":70,"defenceSlash":70,"defenceCrush":70,"defenceMagic":70,"defenceRanged":70,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":268.75,"assignableSlayerMasters":["krystilia","konar","nieve","duradel"]},"2063":{"members":true,"combatLevel":2,"hitpoints":4,"maxHit":1,"attackType":["stab"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["birds"],"examineText":"An inhabitant of icy regions.","wikiName":"Penguin (monster)","wikiURL":"https://oldschool.runescape.wiki/w/Penguin_(monster)","attackLevel":1,"strengthLevel":2,"defenceLevel":2,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":4,"assignableSlayerMasters":["turael","spria"]},"2064":{"members":true,"combatLevel":28,"hitpoints":34,"maxHit":3,"attackType":["stab"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["birds"],"examineText":"A giant raptor.","wikiName":"Terrorbird (1)","wikiURL":"https://oldschool.runescape.wiki/w/Terrorbird#1","attackLevel":23,"strengthLevel":23,"defenceLevel":19,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":34,"assignableSlayerMasters":["turael","spria"]},"2067":{"members":true,"combatLevel":31,"hitpoints":36,"maxHit":3,"attackType":["stab"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["birds"],"examineText":"These gnomes know how to get around!","wikiName":"Mounted terrorbird gnome (Level 31)","wikiURL":"https://oldschool.runescape.wiki/w/Mounted_terrorbird_gnome#Level_31","attackLevel":25,"strengthLevel":25,"defenceLevel":25,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":16,"defenceSlash":16,"defenceCrush":18,"defenceMagic":15,"defenceRanged":10,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":36,"assignableSlayerMasters":["turael","spria"]},"2075":{"members":true,"combatLevel":86,"hitpoints":111,"maxHit":11,"attackType":["slash"],"attackSpeed":5,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["fiery"],"category":["fire giants"],"examineText":"A very large elemental adversary.","wikiName":"Fire giant (Level 86)","wikiURL":"https://oldschool.runescape.wiki/w/Fire_giant#Level_86","attackLevel":65,"strengthLevel":65,"defenceLevel":65,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":3,"defenceCrush":2,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":111,"assignableSlayerMasters":["krystilia","vannaka","chaeldar","konar","nieve","duradel"]},"2085":{"members":false,"combatLevel":53,"hitpoints":70,"maxHit":7,"attackType":["slash"],"attackSpeed":5,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["ice giants"],"examineText":"He's got icicles in his beard.","wikiName":"Ice giant (Level 53)","wikiURL":"https://oldschool.runescape.wiki/w/Ice_giant#Level_53","attackLevel":40,"strengthLevel":40,"defenceLevel":40,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":3,"defenceCrush":2,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":70,"assignableSlayerMasters":["krystilia","vannaka"]},"2090":{"members":false,"combatLevel":42,"hitpoints":60,"maxHit":6,"attackType":["crush"],"attackSpeed":6,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["moss giants"],"examineText":"His beard seems to have a life of its own.","wikiName":"Moss giant (Level 42)","wikiURL":"https://oldschool.runescape.wiki/w/Moss_giant#Level_42","attackLevel":30,"strengthLevel":30,"defenceLevel":30,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":60,"assignableSlayerMasters":["krystilia","vannaka"]},"2094":{"members":true,"combatLevel":53,"hitpoints":60,"maxHit":7,"attackType":["crush"],"attackSpeed":6,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":[],"examineText":"An aggressive humanoid.","wikiName":"Jogre (Normal)","wikiURL":"https://oldschool.runescape.wiki/w/Jogre#Normal","attackLevel":43,"strengthLevel":43,"defenceLevel":43,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"2097":{"members":true,"combatLevel":56,"hitpoints":55,"maxHit":6,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["hill giants"],"examineText":"A one-eyed man eater.","wikiName":"Cyclops (Ardougne Zoo)","wikiURL":"https://oldschool.runescape.wiki/w/Cyclops_(Ardougne_Zoo)","attackLevel":47,"strengthLevel":50,"defenceLevel":46,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":55,"assignableSlayerMasters":["mazchna","vannaka"]},"2098":{"members":false,"combatLevel":28,"hitpoints":35,"maxHit":4,"attackType":["crush"],"attackSpeed":6,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["hill giants"],"examineText":"A very large foe.","wikiName":"Hill Giant (1)","wikiURL":"https://oldschool.runescape.wiki/w/Hill_Giant#1","attackLevel":18,"strengthLevel":22,"defenceLevel":26,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":35,"assignableSlayerMasters":["krystilia","mazchna","vannaka"]},"2145":{"members":true,"combatLevel":105,"hitpoints":140,"maxHit":22,"attackType":["melee","magic"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["undead"],"category":["zombies"],"examineText":"A fallen worshiper of a forgotten religion.","wikiName":"Undead Druid","wikiURL":"https://oldschool.runescape.wiki/w/Undead_Druid","attackLevel":60,"strengthLevel":50,"defenceLevel":60,"magicLevel":115,"rangedLevel":0,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":100,"attackRanged":0,"defenceStab":40,"defenceSlash":30,"defenceCrush":80,"defenceMagic":140,"defenceRanged":40,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":147,"assignableSlayerMasters":["turael","spria","mazchna"]},"2154":{"members":true,"combatLevel":103,"hitpoints":100,"maxHit":13,"attackType":["crush","magic"],"attackSpeed":5,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["tzhaar"],"examineText":"Appears to be some kind of mystic.","wikiName":"TzHaar-Mej (monster)","wikiURL":"https://oldschool.runescape.wiki/w/TzHaar-Mej_(monster)","attackLevel":80,"strengthLevel":80,"defenceLevel":80,"magicLevel":120,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":100,"assignableSlayerMasters":["chaeldar","nieve","duradel"]},"2161":{"members":true,"combatLevel":74,"hitpoints":80,"maxHit":7,"attackType":["crush"],"attackSpeed":5,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["tzhaar"],"examineText":"Looks like a craftsman of some kind.","wikiName":"TzHaar-Hur","wikiURL":"https://oldschool.runescape.wiki/w/TzHaar-Hur","attackLevel":60,"strengthLevel":60,"defenceLevel":60,"magicLevel":80,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":80,"assignableSlayerMasters":["chaeldar","nieve","duradel"]},"2168":{"members":true,"combatLevel":133,"hitpoints":120,"maxHit":11,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["tzhaar"],"examineText":"Doesn't look very social.","wikiName":"TzHaar-Xil (Sword)","wikiURL":"https://oldschool.runescape.wiki/w/TzHaar-Xil#Sword","attackLevel":140,"strengthLevel":100,"defenceLevel":100,"magicLevel":40,"rangedLevel":120,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":120,"assignableSlayerMasters":["chaeldar","nieve","duradel"]},"2173":{"members":true,"combatLevel":149,"hitpoints":140,"maxHit":15,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["tzhaar"],"examineText":"Must be a guard or something.","wikiName":"TzHaar-Ket (Level 149)","wikiURL":"https://oldschool.runescape.wiki/w/TzHaar-Ket#Level_149","attackLevel":120,"strengthLevel":140,"defenceLevel":120,"magicLevel":40,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":140,"assignableSlayerMasters":["chaeldar","nieve","duradel"]},"2205":{"members":true,"combatLevel":596,"hitpoints":255,"maxHit":27,"attackType":["crush","magic"],"attackSpeed":2,"aggressive":true,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":[],"category":["bosses"],"examineText":"Commander of Saradomin's forces.","wikiName":"Commander Zilyana","wikiURL":"https://oldschool.runescape.wiki/w/Commander_Zilyana","attackLevel":280,"strengthLevel":196,"defenceLevel":300,"magicLevel":300,"rangedLevel":250,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":200,"attackRanged":0,"defenceStab":100,"defenceSlash":100,"defenceCrush":100,"defenceMagic":100,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":350,"assignableSlayerMasters":["konar","nieve","duradel"]},"2210":{"members":true,"combatLevel":125,"hitpoints":110,"maxHit":13,"attackType":["crush"],"attackSpeed":5,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["spectral"],"category":["spiritual creatures"],"examineText":"Saradomin's chosen warrior.","wikiName":"Spiritual warrior (Saradomin)","wikiURL":"https://oldschool.runescape.wiki/w/Spiritual_warrior#Saradomin","attackLevel":110,"strengthLevel":106,"defenceLevel":110,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":110,"defenceStab":12,"defenceSlash":14,"defenceCrush":13,"defenceMagic":5,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":68,"slayerXP":110,"assignableSlayerMasters":["krystilia","vannaka","chaeldar","nieve","duradel"]},"2211":{"members":true,"combatLevel":122,"hitpoints":106,"maxHit":16,"attackType":["ranged"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["spectral"],"category":["spiritual creatures"],"examineText":"A ranger spirit dedicated to Saradomin.","wikiName":"Spiritual ranger (Saradomin)","wikiURL":"https://oldschool.runescape.wiki/w/Spiritual_ranger#Saradomin","attackLevel":1,"strengthLevel":1,"defenceLevel":100,"magicLevel":1,"rangedLevel":146,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":3,"defenceSlash":5,"defenceCrush":13,"defenceMagic":16,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":63,"slayerXP":106,"assignableSlayerMasters":["krystilia","vannaka","chaeldar","nieve","duradel"]},"2212":{"members":true,"combatLevel":120,"hitpoints":85,"maxHit":20,"attackType":["magic"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["spectral"],"category":["spiritual creatures"],"examineText":"Saradomin's holy mage.","wikiName":"Spiritual mage (Saradomin)","wikiURL":"https://oldschool.runescape.wiki/w/Spiritual_mage#Saradomin","attackLevel":1,"strengthLevel":1,"defenceLevel":86,"magicLevel":160,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":8,"defenceSlash":7,"defenceCrush":3,"defenceMagic":16,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":83,"slayerXP":85,"assignableSlayerMasters":["krystilia","vannaka","chaeldar","nieve","duradel"]},"2215":{"members":true,"combatLevel":624,"hitpoints":255,"maxHit":60,"attackType":["crush","ranged"],"attackSpeed":6,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["bosses"],"examineText":"A huge war chief.","wikiName":"General Graardor","wikiURL":"https://oldschool.runescape.wiki/w/General_Graardor","attackLevel":280,"strengthLevel":350,"defenceLevel":250,"magicLevel":80,"rangedLevel":350,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":100,"defenceStab":90,"defenceSlash":90,"defenceCrush":90,"defenceMagic":298,"defenceRanged":90,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":338,"assignableSlayerMasters":["konar","nieve","duradel"]},"2264":{"members":true,"combatLevel":70,"hitpoints":100,"maxHit":6,"attackType":["stab"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["dagannoth"],"examineText":"A knee-high horror from the ocean depths...","wikiName":"Dagannoth fledgeling","wikiURL":"https://oldschool.runescape.wiki/w/Dagannoth_fledgeling","attackLevel":50,"strengthLevel":50,"defenceLevel":50,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"2265":{"members":true,"combatLevel":303,"hitpoints":255,"maxHit":30,"attackType":["ranged"],"attackSpeed":4,"aggressive":true,"poisonous":true,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["bosses","dagannoth"],"examineText":"The dagannoth king responsible for the death of the Bukalla.","wikiName":"Dagannoth Supreme","wikiURL":"https://oldschool.runescape.wiki/w/Dagannoth_Supreme","attackLevel":255,"strengthLevel":255,"defenceLevel":128,"magicLevel":255,"rangedLevel":255,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":10,"defenceSlash":10,"defenceCrush":10,"defenceMagic":255,"defenceRanged":550,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":255,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel"]},"2266":{"members":true,"combatLevel":303,"hitpoints":255,"maxHit":50,"attackType":["magic"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["bosses","dagannoth"],"examineText":"A legendary dagannoth king, rumoured to fly on the North winds.","wikiName":"Dagannoth Prime","wikiURL":"https://oldschool.runescape.wiki/w/Dagannoth_Prime","attackLevel":255,"strengthLevel":255,"defenceLevel":255,"magicLevel":255,"rangedLevel":0,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":255,"defenceSlash":255,"defenceCrush":255,"defenceMagic":255,"defenceRanged":10,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":331.4,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel"]},"2267":{"members":true,"combatLevel":303,"hitpoints":255,"maxHit":26,"attackType":["slash"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["bosses","dagannoth"],"examineText":"Firstborn of the legendary dagannoth kings.","wikiName":"Dagannoth Rex","wikiURL":"https://oldschool.runescape.wiki/w/Dagannoth_Rex","attackLevel":255,"strengthLevel":255,"defenceLevel":255,"magicLevel":0,"rangedLevel":255,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":255,"defenceSlash":255,"defenceCrush":255,"defenceMagic":10,"defenceRanged":255,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":331.4,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel"]},"2475":{"members":false,"combatLevel":64,"hitpoints":70,"maxHit":6,"attackType":["stab","magic"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["catablepon"],"examineText":"Big... Cow-like... But cows don't have serpent tails!","wikiName":"Catablepon (Level 64)","wikiURL":"https://oldschool.runescape.wiki/w/Catablepon#Level_64","attackLevel":55,"strengthLevel":50,"defenceLevel":50,"magicLevel":45,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":50,"defenceSlash":40,"defenceCrush":30,"defenceMagic":30,"defenceRanged":50,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":70,"assignableSlayerMasters":["mazchna"]},"2477":{"members":false,"combatLevel":50,"hitpoints":50,"maxHit":7,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["spiders"],"examineText":"I think this spider has been genetically modified.","wikiName":"Giant spider (Level 50)","wikiURL":"https://oldschool.runescape.wiki/w/Giant_spider#Level_50","attackLevel":41,"strengthLevel":51,"defenceLevel":31,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":10,"defenceSlash":10,"defenceCrush":10,"defenceMagic":10,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":50,"assignableSlayerMasters":["turael","spria","krystilia"]},"2481":{"members":false,"combatLevel":12,"hitpoints":10,"maxHit":2,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["minotaurs"],"examineText":"He doesn't look very pleased to see you.","wikiName":"Minotaur (Level 12)","wikiURL":"https://oldschool.runescape.wiki/w/Minotaur#Level_12","attackLevel":12,"strengthLevel":10,"defenceLevel":10,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":-21,"defenceSlash":-21,"defenceCrush":-21,"defenceMagic":-21,"defenceRanged":-21,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":10,"assignableSlayerMasters":["turael","spria"]},"2498":{"members":false,"combatLevel":28,"hitpoints":25,"maxHit":1,"attackType":["slash"],"attackSpeed":3,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["flesh crawlers"],"examineText":"I don't think insect repellent will work...","wikiName":"Flesh Crawler (Level 28)","wikiURL":"https://oldschool.runescape.wiki/w/Flesh_Crawler#Level_28","attackLevel":60,"strengthLevel":2,"defenceLevel":10,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":15,"defenceSlash":15,"defenceCrush":15,"defenceMagic":15,"defenceRanged":15,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":25,"assignableSlayerMasters":["mazchna"]},"2510":{"members":false,"combatLevel":26,"hitpoints":25,"maxHit":3,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["rats"],"examineText":"Overgrown vermin.","wikiName":"Giant rat (Level 26)","wikiURL":"https://oldschool.runescape.wiki/w/Giant_rat#Level_26","attackLevel":22,"strengthLevel":23,"defenceLevel":22,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":25,"assignableSlayerMasters":["turael","spria"]},"2514":{"members":false,"combatLevel":75,"hitpoints":60,"maxHit":8,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["spectral","undead"],"category":["ankou"],"examineText":"A boney ghost.","wikiName":"Ankou (Level 75)","wikiURL":"https://oldschool.runescape.wiki/w/Ankou#Level_75","attackLevel":70,"strengthLevel":70,"defenceLevel":60,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":60,"assignableSlayerMasters":["krystilia","vannaka","konar","nieve","duradel"]},"2592":{"members":true,"combatLevel":60,"hitpoints":48,"maxHit":8,"attackType":["crush"],"attackSpeed":6,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["mogres","ogres"],"examineText":"An angry Ogre in a funny hat.","wikiName":"Mogre","wikiURL":"https://oldschool.runescape.wiki/w/Mogre","attackLevel":58,"strengthLevel":55,"defenceLevel":48,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":32,"slayerXP":48,"assignableSlayerMasters":["mazchna","vannaka"]},"2593":{"members":true,"combatLevel":88,"hitpoints":100,"maxHit":8,"attackType":["slash"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["werewolves"],"examineText":"Eek! A werewolf!","wikiName":"Werewolf (Boris)","wikiURL":"https://oldschool.runescape.wiki/w/Werewolf#Boris","attackLevel":70,"strengthLevel":70,"defenceLevel":70,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":60,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":100,"assignableSlayerMasters":["vannaka"]},"2790":{"members":false,"combatLevel":2,"hitpoints":8,"maxHit":1,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":[],"category":["cows"],"examineText":"Converts grass to beef.","wikiName":"Cow (1)","wikiURL":"https://oldschool.runescape.wiki/w/Cow#1","attackLevel":1,"strengthLevel":1,"defenceLevel":1,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":-21,"defenceSlash":-21,"defenceCrush":-21,"defenceMagic":-21,"defenceRanged":-21,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":8,"assignableSlayerMasters":["turael","spria"]},"2792":{"members":false,"combatLevel":2,"hitpoints":6,"maxHit":1,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":[],"category":["cows"],"examineText":"Prelude to a steak.","wikiName":"Cow calf (1)","wikiURL":"https://oldschool.runescape.wiki/w/Cow_calf#1","attackLevel":1,"strengthLevel":1,"defenceLevel":1,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":-26,"defenceSlash":-26,"defenceCrush":-26,"defenceMagic":-26,"defenceRanged":-26,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":6,"assignableSlayerMasters":["turael","spria"]},"2827":{"members":true,"combatLevel":6,"hitpoints":8,"maxHit":2,"attackType":["stab"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["bats"],"examineText":"An annoying flappy thing.","wikiName":"Bat","wikiURL":"https://oldschool.runescape.wiki/w/Bat","attackLevel":5,"strengthLevel":5,"defenceLevel":5,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":2,"defenceSlash":2,"defenceCrush":5,"defenceMagic":2,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":8,"assignableSlayerMasters":["turael","spria","mazchna"]},"2834":{"members":true,"combatLevel":27,"hitpoints":32,"maxHit":3,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["bats"],"examineText":"An annoying flappy thing.","wikiName":"Giant bat (Normal)","wikiURL":"https://oldschool.runescape.wiki/w/Giant_bat#Normal","attackLevel":22,"strengthLevel":22,"defenceLevel":22,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":10,"defenceSlash":10,"defenceCrush":12,"defenceMagic":10,"defenceRanged":8,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":32,"assignableSlayerMasters":["turael","spria","mazchna"]},"2837":{"members":false,"combatLevel":15,"hitpoints":19,"maxHit":2,"attackType":["stab"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":[],"examineText":"Horse with a horn.","wikiName":"Unicorn","wikiURL":"https://oldschool.runescape.wiki/w/Unicorn","attackLevel":11,"strengthLevel":13,"defenceLevel":13,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"2839":{"members":false,"combatLevel":19,"hitpoints":25,"maxHit":3,"attackType":["slash"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["bears"],"examineText":"Eek! A bear!","wikiName":"Black bear","wikiURL":"https://oldschool.runescape.wiki/w/Black_bear","attackLevel":15,"strengthLevel":16,"defenceLevel":13,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":25,"assignableSlayerMasters":["turael","spria","krystilia","mazchna"]},"2840":{"members":true,"combatLevel":51,"hitpoints":54,"maxHit":5,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["earth warriors"],"examineText":"A strange, inhuman, elemental warrior.","wikiName":"Earth warrior","wikiURL":"https://oldschool.runescape.wiki/w/Earth_warrior","attackLevel":42,"strengthLevel":42,"defenceLevel":42,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":30,"defenceSlash":40,"defenceCrush":20,"defenceMagic":10,"defenceRanged":30,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":54,"assignableSlayerMasters":["krystilia"]},"2841":{"members":false,"combatLevel":57,"hitpoints":59,"maxHit":6,"attackType":["slash"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["ice warriors"],"examineText":"A cold-hearted elemental warrior.","wikiName":"Ice warrior (Normal)","wikiURL":"https://oldschool.runescape.wiki/w/Ice_warrior#Normal","attackLevel":47,"strengthLevel":47,"defenceLevel":47,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":30,"defenceSlash":40,"defenceCrush":20,"defenceMagic":10,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":59,"assignableSlayerMasters":["krystilia","mazchna","vannaka"]},"2843":{"members":true,"combatLevel":64,"hitpoints":66,"maxHit":7,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["spectral"],"category":["otherworldly beings"],"examineText":"Is he invisible or just a set of floating clothing?","wikiName":"Otherworldly being","wikiURL":"https://oldschool.runescape.wiki/w/Otherworldly_being","attackLevel":56,"strengthLevel":56,"defenceLevel":46,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":15,"defenceSlash":10,"defenceCrush":20,"defenceMagic":-5,"defenceRanged":15,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":66,"assignableSlayerMasters":["vannaka"]},"2844":{"members":true,"combatLevel":42,"hitpoints":44,"maxHit":5,"attackType":["slash"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["magic axes"],"examineText":"A magic axe with a mind of its own.","wikiName":"Magic axe (Normal)","wikiURL":"https://oldschool.runescape.wiki/w/Magic_axe#Normal","attackLevel":38,"strengthLevel":38,"defenceLevel":29,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":10,"defenceSlash":5,"defenceCrush":15,"defenceMagic":5,"defenceRanged":10,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":44,"assignableSlayerMasters":["krystilia"]},"2848":{"members":false,"combatLevel":3,"hitpoints":6,"maxHit":1,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["monkeys"],"examineText":"Perhaps our oldest relatives?","wikiName":"Monkey (monster) (Common)","wikiURL":"https://oldschool.runescape.wiki/w/Monkey_(monster)#Common","attackLevel":2,"strengthLevel":3,"defenceLevel":2,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":6,"assignableSlayerMasters":["turael","spria"]},"2853":{"members":true,"combatLevel":48,"hitpoints":67,"maxHit":6,"attackType":["slash"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["shadow warriors"],"examineText":"A fighter from the supernatural world. He's a shadow of his former self.","wikiName":"Shadow warrior","wikiURL":"https://oldschool.runescape.wiki/w/Shadow_warrior","attackLevel":36,"strengthLevel":33,"defenceLevel":36,"magicLevel":0,"rangedLevel":0,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":43,"defenceSlash":31,"defenceCrush":19,"defenceMagic":15,"defenceRanged":38,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":67,"assignableSlayerMasters":["vannaka","chaeldar"]},"2854":{"members":false,"combatLevel":1,"hitpoints":2,"maxHit":0,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["rats"],"examineText":"A popular dwarven delicacy.","wikiName":"Rat (Regular)","wikiURL":"https://oldschool.runescape.wiki/w/Rat#Regular","attackLevel":1,"strengthLevel":1,"defenceLevel":1,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":-42,"defenceSlash":-42,"defenceCrush":-42,"defenceMagic":-42,"defenceRanged":-42,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":2,"assignableSlayerMasters":["turael","spria"]},"2865":{"members":true,"combatLevel":12,"hitpoints":12,"maxHit":2,"attackType":["stab"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["rats"],"examineText":"A dirty rat.","wikiName":"Dungeon rat","wikiURL":"https://oldschool.runescape.wiki/w/Dungeon_rat","attackLevel":10,"strengthLevel":10,"defenceLevel":10,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":12,"assignableSlayerMasters":["turael","spria"]},"2916":{"members":true,"combatLevel":115,"hitpoints":128,"maxHit":16,"attackType":["ranged","magic"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["demon"],"category":["waterfiends"],"examineText":"A fiendish embodiment of water.","wikiName":"Waterfiend (Normal)","wikiURL":"https://oldschool.runescape.wiki/w/Waterfiend#Normal","attackLevel":0,"strengthLevel":0,"defenceLevel":128,"magicLevel":105,"rangedLevel":105,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":100,"defenceSlash":100,"defenceCrush":10,"defenceMagic":100,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":128,"assignableSlayerMasters":["konar","duradel"]},"2918":{"members":true,"combatLevel":227,"hitpoints":175,"maxHit":18,"attackType":["stab","magic","dragonfire"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":["dragon","fiery"],"category":[],"examineText":"It appears intelligent and savage.","wikiName":"Brutal green dragon","wikiURL":"https://oldschool.runescape.wiki/w/Brutal_green_dragon","attackLevel":268,"strengthLevel":168,"defenceLevel":168,"magicLevel":168,"rangedLevel":0,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":10,"defenceSlash":70,"defenceCrush":70,"defenceMagic":60,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"2919":{"members":true,"combatLevel":304,"hitpoints":254,"maxHit":28,"attackType":["stab","ranged","magic","dragonfire"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["dragon","fiery"],"category":["mithril dragons"],"examineText":"Experimenting with mithril gone bad!","wikiName":"Mithril dragon","wikiURL":"https://oldschool.runescape.wiki/w/Mithril_dragon","attackLevel":268,"strengthLevel":268,"defenceLevel":268,"magicLevel":168,"rangedLevel":168,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":20,"defenceSlash":100,"defenceCrush":70,"defenceMagic":30,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":273,"assignableSlayerMasters":["konar","nieve","duradel"]},"2992":{"members":true,"combatLevel":2,"hitpoints":8,"maxHit":1,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["undead"],"category":["cows","zombies"],"examineText":"It's an undead cow.","wikiName":"Undead cow","wikiURL":"https://oldschool.runescape.wiki/w/Undead_cow","attackLevel":1,"strengthLevel":1,"defenceLevel":1,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":-21,"defenceSlash":-21,"defenceCrush":-21,"defenceMagic":-21,"defenceRanged":-21,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":8,"assignableSlayerMasters":["turael","spria","mazchna"]},"2993":{"members":true,"combatLevel":1,"hitpoints":3,"maxHit":1,"attackType":["stab"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["undead"],"category":["birds","zombies"],"examineText":"Yep, definitely a chicken... an undead chicken.","wikiName":"Undead chicken","wikiURL":"https://oldschool.runescape.wiki/w/Undead_chicken","attackLevel":1,"strengthLevel":1,"defenceLevel":1,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":-42,"defenceSlash":-42,"defenceCrush":-42,"defenceMagic":-42,"defenceRanged":-42,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":3,"assignableSlayerMasters":["turael","spria","mazchna"]},"2999":{"members":true,"combatLevel":59,"hitpoints":51,"maxHit":7,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["spectral","undead"],"category":["ghosts"],"examineText":"This poor soul cannot understand why it has not passed to the next world.","wikiName":"Tortured soul","wikiURL":"https://oldschool.runescape.wiki/w/Tortured_soul","attackLevel":52,"strengthLevel":62,"defenceLevel":38,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":51,"assignableSlayerMasters":["turael","spria","mazchna"]},"3016":{"members":true,"combatLevel":52,"hitpoints":55,"maxHit":5,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["spiders"],"examineText":"Is it a spider or is it a shadow?","wikiName":"Shadow spider","wikiURL":"https://oldschool.runescape.wiki/w/Shadow_spider","attackLevel":44,"strengthLevel":42,"defenceLevel":44,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":20,"defenceSlash":15,"defenceCrush":10,"defenceMagic":15,"defenceRanged":15,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":55,"assignableSlayerMasters":["turael","spria","krystilia"]},"3019":{"members":false,"combatLevel":1,"hitpoints":2,"maxHit":0,"attackType":["stab"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["spiders"],"examineText":"Incey wincey.","wikiName":"Spider (Common)","wikiURL":"https://oldschool.runescape.wiki/w/Spider#Common","attackLevel":1,"strengthLevel":1,"defenceLevel":1,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":-53,"defenceSlash":-53,"defenceCrush":-53,"defenceMagic":-53,"defenceRanged":-53,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":2,"assignableSlayerMasters":["turael","spria","krystilia"]},"3021":{"members":false,"combatLevel":34,"hitpoints":35,"maxHit":3,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["spiders"],"examineText":"I think this spider has been genetically modified.","wikiName":"Deadly red spider","wikiURL":"https://oldschool.runescape.wiki/w/Deadly_red_spider","attackLevel":30,"strengthLevel":25,"defenceLevel":30,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":15,"defenceSlash":16,"defenceCrush":7,"defenceMagic":12,"defenceRanged":16,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":35,"assignableSlayerMasters":["turael","spria","krystilia"]},"3024":{"members":false,"combatLevel":14,"hitpoints":17,"maxHit":2,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["scorpions"],"examineText":"An extremely vicious scorpion.","wikiName":"Scorpion (Level 14)","wikiURL":"https://oldschool.runescape.wiki/w/Scorpion#Level_14","attackLevel":11,"strengthLevel":12,"defenceLevel":11,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":5,"defenceSlash":15,"defenceCrush":15,"defenceMagic":0,"defenceRanged":5,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":17,"assignableSlayerMasters":["turael","spria","krystilia","mazchna"]},"3025":{"members":true,"combatLevel":20,"hitpoints":23,"maxHit":3,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":true,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["scorpions"],"examineText":"It has a very vicious looking tail.","wikiName":"Poison Scorpion","wikiURL":"https://oldschool.runescape.wiki/w/Poison_Scorpion","attackLevel":16,"strengthLevel":17,"defenceLevel":15,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":5,"defenceSlash":15,"defenceCrush":15,"defenceMagic":0,"defenceRanged":5,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":23,"assignableSlayerMasters":["turael","spria","mazchna"]},"3026":{"members":true,"combatLevel":28,"hitpoints":32,"maxHit":3,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["scorpions"],"examineText":"Tiny, annoying, stinging thing.","wikiName":"Pit Scorpion","wikiURL":"https://oldschool.runescape.wiki/w/Pit_Scorpion","attackLevel":23,"strengthLevel":23,"defenceLevel":23,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":5,"defenceCrush":5,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":32,"assignableSlayerMasters":["turael","spria","mazchna"]},"3027":{"members":false,"combatLevel":32,"hitpoints":30,"maxHit":4,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["scorpions"],"examineText":"Wow! Scorpions shouldn't grow that big.","wikiName":"King Scorpion","wikiURL":"https://oldschool.runescape.wiki/w/King_Scorpion","attackLevel":30,"strengthLevel":29,"defenceLevel":23,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":5,"defenceSlash":15,"defenceCrush":15,"defenceMagic":0,"defenceRanged":5,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":30,"assignableSlayerMasters":["turael","spria","krystilia","mazchna"]},"3049":{"members":false,"combatLevel":28,"hitpoints":29,"maxHit":3,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["hobgoblins"],"examineText":"An ugly, smelly creature.","wikiName":"Hobgoblin (Hobgoblin)","wikiURL":"https://oldschool.runescape.wiki/w/Hobgoblin#Hobgoblin","attackLevel":22,"strengthLevel":24,"defenceLevel":24,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":29,"assignableSlayerMasters":["mazchna","vannaka"]},"3114":{"members":false,"combatLevel":7,"hitpoints":12,"maxHit":1,"attackType":["stab"],"attackSpeed":6,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":[],"examineText":"He grows the crops in this area.","wikiName":"Farmer (Straw hat, brown hair)","wikiURL":"https://oldschool.runescape.wiki/w/Farmer#Straw_hat,_brown_hair","attackLevel":3,"strengthLevel":4,"defenceLevel":8,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"3127":{"members":true,"combatLevel":702,"hitpoints":250,"maxHit":97,"attackType":["stab","ranged","magic"],"attackSpeed":8,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["tzhaar"],"examineText":"This is going to hurt...","wikiName":"TzTok-Jad","wikiURL":"https://oldschool.runescape.wiki/w/TzTok-Jad","attackLevel":640,"strengthLevel":960,"defenceLevel":480,"magicLevel":480,"rangedLevel":960,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":60,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":25250,"assignableSlayerMasters":["chaeldar","nieve","duradel"]},"3129":{"members":true,"combatLevel":650,"hitpoints":255,"maxHit":30,"attackType":["slash","magic"],"attackSpeed":6,"aggressive":true,"poisonous":true,"immuneToPoison":true,"immuneToVenom":true,"attributes":["demon"],"category":["bosses","greater demons"],"examineText":"A servant of the god Zamorak.","wikiName":"K'ril Tsutsaroth","wikiURL":"https://oldschool.runescape.wiki/w/K'ril_Tsutsaroth","attackLevel":340,"strengthLevel":300,"defenceLevel":270,"magicLevel":200,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":80,"defenceSlash":80,"defenceCrush":80,"defenceMagic":130,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":350.5,"assignableSlayerMasters":["chaeldar","konar","nieve","duradel"]},"3140":{"members":true,"combatLevel":18,"hitpoints":20,"maxHit":3,"attackType":["melee","magic"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["demon"],"category":["icefiends"],"examineText":"A small ice demon.","wikiName":"Icefiend (Level 18)","wikiURL":"https://oldschool.runescape.wiki/w/Icefiend#Level_18","attackLevel":12,"strengthLevel":16,"defenceLevel":19,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":20,"assignableSlayerMasters":["turael","spria"]},"3162":{"members":true,"combatLevel":580,"hitpoints":255,"maxHit":69,"attackType":["melee","ranged","magic"],"attackSpeed":3,"aggressive":true,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":[],"category":["aviansies","bosses"],"examineText":"Graceful avatar of Armadyl.","wikiName":"Kree'arra (Normal)","wikiURL":"https://oldschool.runescape.wiki/w/Kree'arra#Normal","attackLevel":300,"strengthLevel":200,"defenceLevel":260,"magicLevel":200,"rangedLevel":380,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":120,"defenceStab":180,"defenceSlash":180,"defenceCrush":180,"defenceMagic":200,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":357,"assignableSlayerMasters":["chaeldar","konar","nieve","duradel"]},"3169":{"members":true,"combatLevel":69,"hitpoints":70,"maxHit":8,"attackType":["ranged"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["aviansies"],"examineText":"Graceful, bird-like creature.","wikiName":"Aviansie (Level 69)","wikiURL":"https://oldschool.runescape.wiki/w/Aviansie#Level_69","attackLevel":1,"strengthLevel":1,"defenceLevel":70,"magicLevel":1,"rangedLevel":71,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":70,"assignableSlayerMasters":["krystilia","chaeldar","konar","nieve","duradel"]},"3184":{"members":true,"combatLevel":42,"hitpoints":35,"maxHit":4,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["dagannoth"],"examineText":"A teeny-tiny horror from the ocean depths...","wikiName":"Dagannoth spawn","wikiURL":"https://oldschool.runescape.wiki/w/Dagannoth_spawn","attackLevel":50,"strengthLevel":35,"defenceLevel":25,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":35,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel"]},"3185":{"members":true,"combatLevel":90,"hitpoints":95,"maxHit":15,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["dagannoth"],"examineText":"A darkened horror from the ocean depths...","wikiName":"Dagannoth (Waterbirth Island) (Level 90)","wikiURL":"https://oldschool.runescape.wiki/w/Dagannoth_(Waterbirth_Island)#Level_90","attackLevel":76,"strengthLevel":78,"defenceLevel":65,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":50,"defenceSlash":50,"defenceCrush":50,"defenceMagic":50,"defenceRanged":50,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":99.6,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel"]},"3234":{"members":true,"combatLevel":72,"hitpoints":50,"maxHit":8,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["vampyre"],"category":["vampyres"],"examineText":"A feral vampyre. It looks really hungry!","wikiName":"Feral Vampyre (Level 72)","wikiURL":"https://oldschool.runescape.wiki/w/Feral_Vampyre#Level_72","attackLevel":65,"strengthLevel":70,"defenceLevel":65,"magicLevel":50,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":50,"assignableSlayerMasters":["mazchna","vannaka","chaeldar","konar","nieve","duradel"]},"3260":{"members":false,"combatLevel":24,"hitpoints":20,"maxHit":3,"attackType":["stab"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":[],"examineText":"Not very fashion conscious.","wikiName":"Warrior (Thieving) (Blond)","wikiURL":"https://oldschool.runescape.wiki/w/Warrior_(Thieving)#Blond","attackLevel":22,"strengthLevel":22,"defenceLevel":22,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":6,"attackRanged":6,"defenceStab":40,"defenceSlash":41,"defenceCrush":37,"defenceMagic":-10,"defenceRanged":38,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"3292":{"members":false,"combatLevel":9,"hitpoints":19,"maxHit":2,"attackType":["slash"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":[],"examineText":"Part of Al Kharid's elite fighting force.","wikiName":"Al Kharid warrior","wikiURL":"https://oldschool.runescape.wiki/w/Al_Kharid_warrior","attackLevel":7,"strengthLevel":5,"defenceLevel":4,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":12,"defenceSlash":15,"defenceCrush":10,"defenceMagic":-1,"defenceRanged":12,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"3295":{"members":true,"combatLevel":69,"hitpoints":82,"maxHit":9,"attackType":["slash"],"attackSpeed":5,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":[],"examineText":"Heroic!","wikiName":"Hero (1)","wikiURL":"https://oldschool.runescape.wiki/w/Hero#1","attackLevel":54,"strengthLevel":55,"defenceLevel":54,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":87,"defenceSlash":84,"defenceCrush":76,"defenceMagic":-10,"defenceRanged":79,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"3297":{"members":true,"combatLevel":46,"hitpoints":52,"maxHit":6,"attackType":["slash"],"attackSpeed":5,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":[],"examineText":"A member of Ardougne's militia.","wikiName":"Knight of Ardougne (Male)","wikiURL":"https://oldschool.runescape.wiki/w/Knight_of_Ardougne#Male","attackLevel":38,"strengthLevel":40,"defenceLevel":31,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":39,"defenceSlash":40,"defenceCrush":36,"defenceMagic":-11,"defenceRanged":36,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"3316":{"members":false,"combatLevel":3,"hitpoints":3,"maxHit":0,"attackType":["stab"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":[],"examineText":"Yep. Definitely a chicken.","wikiName":"Chicken (Tutorial Island)","wikiURL":"https://oldschool.runescape.wiki/w/Chicken_(Tutorial_Island)","attackLevel":1,"strengthLevel":1,"defenceLevel":1,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"3423":{"members":true,"combatLevel":42,"hitpoints":35,"maxHit":5,"attackType":["slash"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["bears"],"examineText":"Eek! A big bear!","wikiName":"Grizzly bear (Level 42)","wikiURL":"https://oldschool.runescape.wiki/w/Grizzly_bear#Level_42","attackLevel":40,"strengthLevel":36,"defenceLevel":35,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":35,"assignableSlayerMasters":["turael","spria","krystilia","mazchna"]},"3425":{"members":true,"combatLevel":36,"hitpoints":35,"maxHit":4,"attackType":["slash"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["bears"],"examineText":"Eek! A bear cub!","wikiName":"Grizzly bear cub (Level 36)","wikiURL":"https://oldschool.runescape.wiki/w/Grizzly_bear_cub#Level_36","attackLevel":32,"strengthLevel":32,"defenceLevel":28,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":35,"assignableSlayerMasters":["turael","spria","mazchna"]},"3428":{"members":true,"combatLevel":90,"hitpoints":105,"maxHit":11,"attackType":["ranged"],"attackSpeed":5,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["elves"],"examineText":"He looks pretty handy with that bow.","wikiName":"Iorwerth Archer (Male)","wikiURL":"https://oldschool.runescape.wiki/w/Iorwerth_Archer#Male","attackLevel":10,"strengthLevel":10,"defenceLevel":80,"magicLevel":1,"rangedLevel":90,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":50,"defenceSlash":50,"defenceCrush":50,"defenceMagic":60,"defenceRanged":70,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":105,"assignableSlayerMasters":["vannaka","chaeldar","nieve","duradel"]},"3429":{"members":true,"combatLevel":108,"hitpoints":105,"maxHit":10,"attackType":["stab"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["elves"],"examineText":"I don't want to get on the wrong side of him/her.","wikiName":"Iorwerth Warrior (Iorwerth Camp)","wikiURL":"https://oldschool.runescape.wiki/w/Iorwerth_Warrior#Iorwerth_Camp","attackLevel":95,"strengthLevel":95,"defenceLevel":80,"magicLevel":1,"rangedLevel":0,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":50,"defenceSlash":70,"defenceCrush":70,"defenceMagic":60,"defenceRanged":50,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":107.5,"assignableSlayerMasters":["vannaka","chaeldar","nieve","duradel"]},"3549":{"members":true,"combatLevel":55,"hitpoints":60,"maxHit":7,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":[],"examineText":"Menaphite thug.","wikiName":"Menaphite Thug (Before Quest)","wikiURL":"https://oldschool.runescape.wiki/w/Menaphite_Thug#Before_Quest","attackLevel":60,"strengthLevel":50,"defenceLevel":20,"magicLevel":0,"rangedLevel":0,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":9,"defenceSlash":8,"defenceCrush":10,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"3600":{"members":true,"combatLevel":103,"hitpoints":90,"maxHit":10,"attackType":["slash"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":[],"examineText":"Is it a frog, or is it an eel?","wikiName":"Frogeel","wikiURL":"https://oldschool.runescape.wiki/w/Frogeel","attackLevel":91,"strengthLevel":89,"defenceLevel":90,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"3601":{"members":true,"combatLevel":25,"hitpoints":24,"maxHit":4,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":[],"examineText":"Half unicorn, half cow.","wikiName":"Unicow","wikiURL":"https://oldschool.runescape.wiki/w/Unicow","attackLevel":18,"strengthLevel":26,"defenceLevel":22,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"3602":{"members":true,"combatLevel":42,"hitpoints":35,"maxHit":5,"attackType":["slash"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":[],"examineText":"It's a spider. No, a giant sardine...","wikiName":"Spidine","wikiURL":"https://oldschool.runescape.wiki/w/Spidine","attackLevel":37,"strengthLevel":40,"defenceLevel":36,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"3603":{"members":true,"combatLevel":46,"hitpoints":35,"maxHit":5,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":[],"examineText":"Definitely not a chicken or a swordfish.","wikiName":"Swordchick","wikiURL":"https://oldschool.runescape.wiki/w/Swordchick","attackLevel":41,"strengthLevel":42,"defenceLevel":45,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"3604":{"members":true,"combatLevel":87,"hitpoints":60,"maxHit":9,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":[],"examineText":"A jubbly bird with claws.","wikiName":"Jubster","wikiURL":"https://oldschool.runescape.wiki/w/Jubster","attackLevel":82,"strengthLevel":78,"defenceLevel":81,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"3605":{"members":true,"combatLevel":19,"hitpoints":18,"maxHit":3,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":[],"examineText":"Since when did newts have beaks?","wikiName":"Newtroost","wikiURL":"https://oldschool.runescape.wiki/w/Newtroost","attackLevel":18,"strengthLevel":16,"defenceLevel":17,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"3663":{"members":true,"combatLevel":2,"hitpoints":5,"maxHit":0,"attackType":["stab"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":[],"category":["birds"],"examineText":"He rules the, er, roost.","wikiName":"Rooster (Level 2)","wikiURL":"https://oldschool.runescape.wiki/w/Rooster#Level_2","attackLevel":1,"strengthLevel":1,"defenceLevel":1,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":-42,"defenceSlash":-42,"defenceCrush":-42,"defenceMagic":-42,"defenceRanged":-42,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":5,"assignableSlayerMasters":["turael","spria"]},"3694":{"members":true,"combatLevel":54,"hitpoints":85,"maxHit":5,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":["vampyre"],"category":["vampyres"],"examineText":"A juvinate vampyre.","wikiName":"Vampyre Juvinate (Level 54 (Meiyerditch/Darkmeyer))","wikiURL":"https://oldschool.runescape.wiki/w/Vampyre_Juvinate#Level_54_(Meiyerditch/Darkmeyer)","attackLevel":40,"strengthLevel":40,"defenceLevel":30,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":85,"assignableSlayerMasters":["mazchna","vannaka","chaeldar","konar","nieve","duradel"]},"3717":{"members":true,"combatLevel":105,"hitpoints":90,"maxHit":10,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":["vampyre"],"category":["vampyres"],"examineText":"An evil, bloodsucking vampyre.","wikiName":"Vyrewatch (Level 105)","wikiURL":"https://oldschool.runescape.wiki/w/Vyrewatch#Level_105","attackLevel":105,"strengthLevel":86,"defenceLevel":85,"magicLevel":105,"rangedLevel":105,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":90,"assignableSlayerMasters":["mazchna","vannaka","chaeldar","konar","nieve","duradel"]},"3909":{"members":true,"combatLevel":15,"hitpoints":20,"maxHit":2,"attackType":["slash"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["bears"],"examineText":"Cute. But deadly.","wikiName":"Bear Cub (2)","wikiURL":"https://oldschool.runescape.wiki/w/Bear_Cub#2","attackLevel":10,"strengthLevel":15,"defenceLevel":10,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":20,"assignableSlayerMasters":["turael","spria","mazchna"]},"3969":{"members":false,"combatLevel":3,"hitpoints":5,"maxHit":1,"attackType":["stab"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["undead"],"category":["rats","zombies"],"examineText":"Overgrown undead vermin.","wikiName":"Zombie rat (1)","wikiURL":"https://oldschool.runescape.wiki/w/Zombie_rat#1","attackLevel":2,"strengthLevel":3,"defenceLevel":2,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":2,"assignableSlayerMasters":["turael","spria"]},"4005":{"members":true,"combatLevel":182,"hitpoints":220,"maxHit":17,"attackType":["crush","magic"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["dark beasts"],"examineText":"From a darker dimension.","wikiName":"Dark beast","wikiURL":"https://oldschool.runescape.wiki/w/Dark_beast","attackLevel":140,"strengthLevel":160,"defenceLevel":120,"magicLevel":160,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":30,"defenceSlash":40,"defenceCrush":100,"defenceMagic":90,"defenceRanged":100,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":90,"slayerXP":225.4,"assignableSlayerMasters":["konar","nieve","duradel"]},"4120":{"members":true,"combatLevel":113,"hitpoints":140,"maxHit":38,"attackType":["slash"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["trolls"],"examineText":"One of the troll generals.","wikiName":"Troll general (Sword)","wikiURL":"https://oldschool.runescape.wiki/w/Troll_general#Sword","attackLevel":70,"strengthLevel":140,"defenceLevel":40,"magicLevel":0,"rangedLevel":0,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":35,"defenceSlash":60,"defenceCrush":35,"defenceMagic":200,"defenceRanged":200,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":150.5,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel"]},"4184":{"members":true,"combatLevel":63,"hitpoints":62,"maxHit":6,"attackType":["slash"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["crocodiles"],"examineText":"Never smile at a...","wikiName":"Crocodile","wikiURL":"https://oldschool.runescape.wiki/w/Crocodile","attackLevel":53,"strengthLevel":54,"defenceLevel":54,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":20,"defenceSlash":12,"defenceCrush":22,"defenceMagic":10,"defenceRanged":20,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":62,"assignableSlayerMasters":["vannaka"]},"4185":{"members":true,"combatLevel":21,"hitpoints":27,"maxHit":3,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["dogs"],"examineText":"He has had his day.","wikiName":"Jackal","wikiURL":"https://oldschool.runescape.wiki/w/Jackal","attackLevel":17,"strengthLevel":18,"defenceLevel":15,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":27,"assignableSlayerMasters":["turael","spria","mazchna"]},"4319":{"members":true,"combatLevel":83,"hitpoints":80,"maxHit":11,"attackType":["magic"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["undead"],"category":["skeletons"],"examineText":"Doesn't seem to want to go away.","wikiName":"Skeleton Mage (Level 83)","wikiURL":"https://oldschool.runescape.wiki/w/Skeleton_Mage#Level_83","attackLevel":10,"strengthLevel":10,"defenceLevel":60,"magicLevel":100,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":15,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":80,"assignableSlayerMasters":["turael","spria","mazchna"]},"4498":{"members":true,"combatLevel":60,"hitpoints":40,"maxHit":8,"attackType":["slash"],"attackSpeed":6,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["undead"],"category":["skeletons"],"examineText":"He seems a little underweight.","wikiName":"Skeleton fremennik (Level 60)","wikiURL":"https://oldschool.runescape.wiki/w/Skeleton_fremennik#Level_60","attackLevel":72,"strengthLevel":54,"defenceLevel":40,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":14,"defenceSlash":18,"defenceCrush":15,"defenceMagic":-4,"defenceRanged":15,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":40,"assignableSlayerMasters":["turael","spria","mazchna","vannaka"]},"4501":{"members":true,"combatLevel":70,"hitpoints":50,"maxHit":9,"attackType":["stab"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["brine rats","rats"],"examineText":"Eww, a bald rat!","wikiName":"Brine rat","wikiURL":"https://oldschool.runescape.wiki/w/Brine_rat","attackLevel":70,"strengthLevel":79,"defenceLevel":40,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":47,"slayerXP":50,"assignableSlayerMasters":["turael","spria","vannaka","chaeldar","konar","nieve"]},"4649":{"members":true,"combatLevel":27,"hitpoints":34,"maxHit":3,"attackType":["slash"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["wolves"],"examineText":"A vicious desert wolf.","wikiName":"Desert Wolf (1)","wikiURL":"https://oldschool.runescape.wiki/w/Desert_Wolf#1","attackLevel":20,"strengthLevel":21,"defenceLevel":22,"magicLevel":0,"rangedLevel":0,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":34,"assignableSlayerMasters":["turael","spria","mazchna"]},"4819":{"members":true,"combatLevel":23,"hitpoints":19,"maxHit":3,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":[],"examineText":"Nice claw!","wikiName":"Crab (Level 23)","wikiURL":"https://oldschool.runescape.wiki/w/Crab#Level_23","attackLevel":19,"strengthLevel":20,"defenceLevel":26,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"4863":{"members":true,"combatLevel":9,"hitpoints":20,"maxHit":0,"attackType":[],"attackSpeed":null,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":[],"examineText":"A large boisterous bird, a delicacy for ogres.","wikiName":"Jubbly bird","wikiURL":"https://oldschool.runescape.wiki/w/Jubbly_bird","attackLevel":5,"strengthLevel":5,"defenceLevel":6,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":8,"assignableSlayerMasters":[]},"5007":{"members":false,"combatLevel":2,"hitpoints":8,"maxHit":0,"attackType":["stab"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["demon"],"category":[],"examineText":"A cheeky little imp.","wikiName":"Imp (Regular)","wikiURL":"https://oldschool.runescape.wiki/w/Imp#Regular","attackLevel":1,"strengthLevel":1,"defenceLevel":1,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":-42,"defenceSlash":-42,"defenceCrush":-42,"defenceMagic":-42,"defenceRanged":-42,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"5194":{"members":true,"combatLevel":48,"hitpoints":50,"maxHit":5,"attackType":["slash"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["dragon"],"category":[],"examineText":"Young but still dangerous.","wikiName":"Baby green dragon (1)","wikiURL":"https://oldschool.runescape.wiki/w/Baby_green_dragon#1","attackLevel":40,"strengthLevel":40,"defenceLevel":40,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":30,"defenceSlash":50,"defenceCrush":50,"defenceMagic":40,"defenceRanged":30,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"5240":{"members":true,"combatLevel":11,"hitpoints":10,"maxHit":2,"attackType":["stab"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["birds"],"examineText":"It's a brightly coloured bird of the jungle.","wikiName":"Bird (Level 11)","wikiURL":"https://oldschool.runescape.wiki/w/Bird#Level_11","attackLevel":10,"strengthLevel":10,"defenceLevel":10,"magicLevel":10,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":10,"assignableSlayerMasters":["turael","spria"]},"5271":{"members":true,"combatLevel":149,"hitpoints":130,"maxHit":14,"attackType":["slash"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["monkeys"],"examineText":"A scimitar wielding ninja monkey.","wikiName":"Monkey Guard (ninja)","wikiURL":"https://oldschool.runescape.wiki/w/Monkey_Guard_(ninja)","attackLevel":130,"strengthLevel":130,"defenceLevel":130,"magicLevel":130,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":130,"assignableSlayerMasters":["turael","spria"]},"5272":{"members":true,"combatLevel":86,"hitpoints":50,"maxHit":20,"attackType":["ranged"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["monkeys"],"examineText":"A bow wielding ninja monkey.","wikiName":"Monkey Archer (Marim)","wikiURL":"https://oldschool.runescape.wiki/w/Monkey_Archer#Marim","attackLevel":80,"strengthLevel":80,"defenceLevel":80,"magicLevel":1,"rangedLevel":110,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":50,"assignableSlayerMasters":["turael","spria"]},"5281":{"members":true,"combatLevel":98,"hitpoints":60,"maxHit":7,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["undead"],"category":["monkeys","zombies"],"examineText":"A large and lumbering undead monkey.","wikiName":"Monkey Zombie (Level 98)","wikiURL":"https://oldschool.runescape.wiki/w/Monkey_Zombie#Level_98","attackLevel":150,"strengthLevel":60,"defenceLevel":60,"magicLevel":60,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":60,"assignableSlayerMasters":["turael","spria","mazchna"]},"5293":{"members":true,"combatLevel":108,"hitpoints":105,"maxHit":10,"attackType":["stab"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["elves"],"examineText":"I don't want to get on the wrong side of him.","wikiName":"Elf Warrior (1)","wikiURL":"https://oldschool.runescape.wiki/w/Elf_Warrior#1","attackLevel":95,"strengthLevel":95,"defenceLevel":80,"magicLevel":1,"rangedLevel":0,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":50,"defenceSlash":70,"defenceCrush":70,"defenceMagic":60,"defenceRanged":50,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":107.5,"assignableSlayerMasters":["vannaka","chaeldar","nieve","duradel"]},"5295":{"members":true,"combatLevel":90,"hitpoints":105,"maxHit":11,"attackType":["ranged"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["elves"],"examineText":"He looks pretty handy with that bow.","wikiName":"Elf Archer (1)","wikiURL":"https://oldschool.runescape.wiki/w/Elf_Archer#1","attackLevel":10,"strengthLevel":10,"defenceLevel":80,"magicLevel":1,"rangedLevel":90,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":50,"defenceSlash":50,"defenceCrush":50,"defenceMagic":60,"defenceRanged":70,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":105,"assignableSlayerMasters":["vannaka","chaeldar","nieve","duradel"]},"5334":{"members":true,"combatLevel":26,"hitpoints":26,"maxHit":3,"attackType":["crush"],"attackSpeed":6,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["goblins"],"examineText":"He protects the miners.","wikiName":"Cave goblin guard (Level 26)","wikiURL":"https://oldschool.runescape.wiki/w/Cave_goblin_guard#Level_26","attackLevel":25,"strengthLevel":18,"defenceLevel":25,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":1,"defenceSlash":16,"defenceCrush":19,"defenceMagic":-3,"defenceRanged":12,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":26,"assignableSlayerMasters":["turael","spria"]},"5342":{"members":true,"combatLevel":68,"hitpoints":47,"maxHit":7,"attackType":["slash"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["undead"],"category":["skeletons"],"examineText":"A minion of Rashiliyia.","wikiName":"Undead one (Level 68 (Skeletal))","wikiURL":"https://oldschool.runescape.wiki/w/Undead_one#Level_68_(Skeletal)","attackLevel":63,"strengthLevel":63,"defenceLevel":63,"magicLevel":0,"rangedLevel":0,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":50,"assignableSlayerMasters":["turael","spria","mazchna"]},"5420":{"members":true,"combatLevel":33,"hitpoints":22,"maxHit":4,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":[],"examineText":"Watches stuff. But who watches him?","wikiName":"Watchman","wikiURL":"https://oldschool.runescape.wiki/w/Watchman","attackLevel":31,"strengthLevel":31,"defenceLevel":31,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":24,"defenceSlash":14,"defenceCrush":19,"defenceMagic":-4,"defenceRanged":16,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"5633":{"members":true,"combatLevel":140,"hitpoints":115,"maxHit":15,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["spectral","undead"],"category":["shades"],"examineText":"The shadowy remains of a long-departed soul.","wikiName":"Shade (Temple Trekking)","wikiURL":"https://oldschool.runescape.wiki/w/Shade_(Temple_Trekking)","attackLevel":130,"strengthLevel":136,"defenceLevel":100,"magicLevel":50,"rangedLevel":50,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":115,"assignableSlayerMasters":["mazchna","vannaka"]},"5779":{"members":true,"combatLevel":230,"hitpoints":200,"maxHit":21,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["bosses"],"examineText":"Holy Mole-y!","wikiName":"Giant Mole","wikiURL":"https://oldschool.runescape.wiki/w/Giant_Mole","attackLevel":200,"strengthLevel":200,"defenceLevel":200,"magicLevel":200,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":60,"defenceSlash":80,"defenceCrush":100,"defenceMagic":80,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":215,"assignableSlayerMasters":["konar","nieve","duradel"]},"5862":{"members":true,"combatLevel":318,"hitpoints":600,"maxHit":23,"attackType":["stab","ranged","magic"],"attackSpeed":6,"aggressive":true,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":["demon"],"category":["hellhounds","bosses"],"examineText":"A three-headed gigantic hound. Guardian of the River of Souls.","wikiName":"Cerberus","wikiURL":"https://oldschool.runescape.wiki/w/Cerberus","attackLevel":220,"strengthLevel":220,"defenceLevel":100,"magicLevel":220,"rangedLevel":220,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":50,"attackRanged":50,"defenceStab":50,"defenceSlash":100,"defenceCrush":25,"defenceMagic":100,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":91,"slayerXP":690,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel"]},"5886":{"members":true,"combatLevel":350,"hitpoints":400,"maxHit":66,"attackType":["melee"],"attackSpeed":7,"aggressive":false,"poisonous":true,"immuneToPoison":false,"immuneToVenom":false,"attributes":["demon"],"category":["bosses","abyssal demons"],"examineText":"A higher order of abyssal demon.","wikiName":"Abyssal Sire (Phase 1)","wikiURL":"https://oldschool.runescape.wiki/w/Abyssal_Sire#Phase_1","attackLevel":180,"strengthLevel":136,"defenceLevel":250,"magicLevel":200,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":40,"defenceSlash":60,"defenceCrush":50,"defenceMagic":20,"defenceRanged":60,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":85,"slayerXP":450,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel"]},"5969":{"members":true,"combatLevel":1,"hitpoints":3,"maxHit":1,"attackType":["crush","ranged"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":[],"examineText":"Like a mini man!","wikiName":"Gnome (Level 1)","wikiURL":"https://oldschool.runescape.wiki/w/Gnome#Level_1","attackLevel":1,"strengthLevel":1,"defenceLevel":1,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":-42,"defenceSlash":-42,"defenceCrush":-42,"defenceMagic":-42,"defenceRanged":-42,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"6046":{"members":true,"combatLevel":48,"hitpoints":40,"maxHit":8,"attackType":["crush"],"attackSpeed":3,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["dwarves"],"examineText":"A member of the Black Guard, a special division of the dwarven army.","wikiName":"Black Guard (Level 48)","wikiURL":"https://oldschool.runescape.wiki/w/Black_Guard#Level_48","attackLevel":40,"strengthLevel":45,"defenceLevel":45,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":40,"defenceSlash":40,"defenceCrush":40,"defenceMagic":0,"defenceRanged":40,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":40,"assignableSlayerMasters":["turael","spria"]},"6434":{"members":true,"combatLevel":3,"hitpoints":10,"maxHit":1,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["goblins"],"examineText":"A goblin with big bulging eyes.","wikiName":"Cave goblin (monster) (Blue)","wikiURL":"https://oldschool.runescape.wiki/w/Cave_goblin_(monster)#Blue","attackLevel":1,"strengthLevel":1,"defenceLevel":1,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":10,"assignableSlayerMasters":["turael","spria"]},"6473":{"members":true,"combatLevel":110,"hitpoints":87,"maxHit":15,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["terror dogs"],"examineText":"A terrifying dog beast.","wikiName":"Terror dog (Level 110)","wikiURL":"https://oldschool.runescape.wiki/w/Terror_dog#Level_110","attackLevel":110,"strengthLevel":104,"defenceLevel":78,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":40,"slayerXP":87,"assignableSlayerMasters":["vannaka"]},"6502":{"members":true,"combatLevel":276,"hitpoints":240,"maxHit":25,"attackType":["stab","dragonfire"],"attackSpeed":4,"aggressive":true,"poisonous":true,"immuneToPoison":false,"immuneToVenom":false,"attributes":["dragon","fiery"],"category":["black dragons","bosses"],"examineText":"One of the biggest, meanest dragons around.","wikiName":"King Black Dragon (PvM Arena)","wikiURL":"https://oldschool.runescape.wiki/w/King_Black_Dragon_(PvM_Arena)","attackLevel":240,"strengthLevel":240,"defenceLevel":240,"magicLevel":240,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":70,"defenceSlash":90,"defenceCrush":90,"defenceMagic":80,"defenceRanged":70,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":258,"assignableSlayerMasters":["konar","nieve","duradel"]},"6503":{"members":true,"combatLevel":470,"hitpoints":255,"maxHit":50,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":[],"category":["bears","bosses"],"examineText":"I wouldn't want to eat his Porridge.","wikiName":"Callisto (PvM Arena)","wikiURL":"https://oldschool.runescape.wiki/w/Callisto_(PvM_Arena)","attackLevel":350,"strengthLevel":370,"defenceLevel":440,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":135,"defenceSlash":104,"defenceCrush":175,"defenceMagic":900,"defenceRanged":230,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":312,"assignableSlayerMasters":["turael","spria","krystilia","mazchna","konar","nieve","duradel"]},"6587":{"members":true,"combatLevel":97,"hitpoints":132,"maxHit":10,"attackType":["ranged"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":[],"examineText":"A servant of Armadyl.","wikiName":"Armadylean guard","wikiURL":"https://oldschool.runescape.wiki/w/Armadylean_guard","attackLevel":1,"strengthLevel":1,"defenceLevel":82,"magicLevel":80,"rangedLevel":90,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":3,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"6593":{"members":true,"combatLevel":252,"hitpoints":230,"maxHit":23,"attackType":["slash","dragonfire"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["dragon","fiery"],"category":["lava dragons"],"examineText":"It's dripping with molten lava.","wikiName":"Lava dragon","wikiURL":"https://oldschool.runescape.wiki/w/Lava_dragon","attackLevel":240,"strengthLevel":220,"defenceLevel":220,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":20,"defenceSlash":90,"defenceCrush":90,"defenceMagic":80,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":248,"assignableSlayerMasters":["krystilia"]},"6594":{"members":true,"combatLevel":101,"hitpoints":75,"maxHit":17,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":[],"category":[],"examineText":"He ent such a bad guy.","wikiName":"Ent","wikiURL":"https://oldschool.runescape.wiki/w/Ent","attackLevel":75,"strengthLevel":75,"defenceLevel":75,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":50,"defenceSlash":70,"defenceCrush":70,"defenceMagic":40,"defenceRanged":30,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"6604":{"members":true,"combatLevel":80,"hitpoints":130,"maxHit":7,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["mammoths"],"examineText":"A woolly, elephantine monster.","wikiName":"Mammoth","wikiURL":"https://oldschool.runescape.wiki/w/Mammoth","attackLevel":55,"strengthLevel":60,"defenceLevel":50,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":130,"assignableSlayerMasters":["krystilia"]},"6605":{"members":true,"combatLevel":130,"hitpoints":155,"maxHit":12,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["bandits"],"examineText":"A wilderness outlaw.","wikiName":"Bandit (Level 130)","wikiURL":"https://oldschool.runescape.wiki/w/Bandit#Level_130","attackLevel":57,"strengthLevel":57,"defenceLevel":57,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":23,"defenceCrush":22,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":159,"assignableSlayerMasters":["krystilia"]},"6607":{"members":true,"combatLevel":129,"hitpoints":150,"maxHit":17,"attackType":["magic"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["chaos druids"],"examineText":"An elder, more dangerous kind of druid.","wikiName":"Elder Chaos druid","wikiURL":"https://oldschool.runescape.wiki/w/Elder_Chaos_druid","attackLevel":98,"strengthLevel":98,"defenceLevel":65,"magicLevel":110,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":150,"assignableSlayerMasters":["krystilia"]},"6610":{"members":true,"combatLevel":464,"hitpoints":850,"maxHit":21,"attackType":["stab","ranged","magic"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":[],"category":["spiders","bosses"],"examineText":"That'll get your arachnophobia going...","wikiName":"Venenatis","wikiURL":"https://oldschool.runescape.wiki/w/Venenatis","attackLevel":300,"strengthLevel":200,"defenceLevel":321,"magicLevel":300,"rangedLevel":350,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":100,"defenceSlash":100,"defenceCrush":10,"defenceMagic":300,"defenceRanged":150,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":956.2,"assignableSlayerMasters":["turael","spria","krystilia","konar","nieve","duradel"]},"6611":{"members":true,"combatLevel":454,"hitpoints":255,"maxHit":44,"attackType":["slash","magic"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":["undead"],"category":["skeletons","bosses"],"examineText":"Only the true lord & king of the lands can lift his burden.","wikiName":"Vet'ion (Normal)","wikiURL":"https://oldschool.runescape.wiki/w/Vet'ion#Normal","attackLevel":430,"strengthLevel":430,"defenceLevel":395,"magicLevel":300,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":201,"defenceSlash":200,"defenceCrush":-10,"defenceMagic":250,"defenceRanged":270,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":624,"assignableSlayerMasters":["turael","spria","krystilia","mazchna","konar","nieve","duradel"]},"6615":{"members":true,"combatLevel":225,"hitpoints":200,"maxHit":16,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":true,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["bosses","scorpions"],"examineText":"Queen of the Scorpions.","wikiName":"Scorpia","wikiURL":"https://oldschool.runescape.wiki/w/Scorpia","attackLevel":250,"strengthLevel":150,"defenceLevel":180,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":246,"defenceSlash":284,"defenceCrush":284,"defenceMagic":44,"defenceRanged":284,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":260,"assignableSlayerMasters":["turael","spria","krystilia","mazchna","konar","nieve","duradel"]},"6618":{"members":true,"combatLevel":204,"hitpoints":225,"maxHit":14,"attackType":["crush","ranged"],"attackSpeed":3,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["bosses"],"examineText":"When academics go bad...","wikiName":"Crazy archaeologist","wikiURL":"https://oldschool.runescape.wiki/w/Crazy_archaeologist","attackLevel":160,"strengthLevel":90,"defenceLevel":240,"magicLevel":1,"rangedLevel":180,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":75,"defenceStab":5,"defenceSlash":5,"defenceCrush":30,"defenceMagic":250,"defenceRanged":250,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":275,"assignableSlayerMasters":["krystilia","konar","nieve","duradel"]},"6619":{"members":true,"combatLevel":202,"hitpoints":225,"maxHit":31,"attackType":["magic"],"attackSpeed":2,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["bosses"],"examineText":"Someone should get out of the lab once in a while...","wikiName":"Chaos Fanatic","wikiURL":"https://oldschool.runescape.wiki/w/Chaos_Fanatic","attackLevel":1,"strengthLevel":1,"defenceLevel":220,"magicLevel":200,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":75,"defenceStab":260,"defenceSlash":260,"defenceCrush":250,"defenceMagic":280,"defenceRanged":80,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":253,"assignableSlayerMasters":["krystilia","konar","nieve","duradel"]},"6762":{"members":true,"combatLevel":60,"hitpoints":80,"maxHit":5,"attackType":["melee","magic"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["demon"],"category":["pyrefiends"],"examineText":"A large fire demon.","wikiName":"Pyrelord (1)","wikiURL":"https://oldschool.runescape.wiki/w/Pyrelord#1","attackLevel":60,"strengthLevel":40,"defenceLevel":30,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":10,"defenceSlash":10,"defenceCrush":10,"defenceMagic":0,"defenceRanged":10,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":30,"slayerXP":80,"assignableSlayerMasters":["mazchna","vannaka","chaeldar"]},"6766":{"members":true,"combatLevel":150,"hitpoints":150,"maxHit":31,"attackType":["crush","ranged"],"attackSpeed":4,"aggressive":true,"poisonous":true,"immuneToPoison":true,"immuneToVenom":true,"attributes":[],"category":["lizardmen"],"examineText":"A mystic from a race created during the darker days of Kourend.","wikiName":"Lizardman shaman (Standard)","wikiURL":"https://oldschool.runescape.wiki/w/Lizardman_shaman#Standard","attackLevel":120,"strengthLevel":120,"defenceLevel":140,"magicLevel":130,"rangedLevel":120,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":45,"defenceStab":-20,"defenceSlash":40,"defenceCrush":30,"defenceMagic":50,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":157.5,"assignableSlayerMasters":["chaeldar","konar","nieve","duradel"]},"6914":{"members":true,"combatLevel":53,"hitpoints":60,"maxHit":7,"attackType":["crush","ranged"],"attackSpeed":4,"aggressive":true,"poisonous":true,"immuneToPoison":true,"immuneToVenom":true,"attributes":[],"category":["lizardmen"],"examineText":"From a race created during the darker days of Kourend.","wikiName":"Lizardman (Level 53)","wikiURL":"https://oldschool.runescape.wiki/w/Lizardman#Level_53","attackLevel":43,"strengthLevel":43,"defenceLevel":43,"magicLevel":1,"rangedLevel":43,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":22,"defenceStab":-20,"defenceSlash":25,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":60,"assignableSlayerMasters":["chaeldar","konar","nieve","duradel"]},"6918":{"members":true,"combatLevel":75,"hitpoints":60,"maxHit":11,"attackType":["crush","ranged"],"attackSpeed":4,"aggressive":true,"poisonous":true,"immuneToPoison":true,"immuneToVenom":true,"attributes":[],"category":["lizardmen"],"examineText":"From a race created during the darker days of Kourend.","wikiName":"Lizardman brute (Standard)","wikiURL":"https://oldschool.runescape.wiki/w/Lizardman_brute#Standard","attackLevel":65,"strengthLevel":65,"defenceLevel":65,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":34,"defenceStab":-20,"defenceSlash":30,"defenceCrush":10,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":60,"assignableSlayerMasters":["chaeldar","konar","nieve","duradel"]},"7018":{"members":true,"combatLevel":0,"hitpoints":5,"maxHit":3,"attackType":["melee"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["goblins"],"examineText":"This creature has been dragged back from the grave.","wikiName":"Reanimated goblin","wikiURL":"https://oldschool.runescape.wiki/w/Reanimated_goblin","attackLevel":1,"strengthLevel":1,"defenceLevel":1,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":-15,"defenceSlash":-15,"defenceCrush":-15,"defenceMagic":-15,"defenceRanged":-15,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"7019":{"members":true,"combatLevel":0,"hitpoints":5,"maxHit":3,"attackType":["melee"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["monkeys"],"examineText":"This creature has been dragged back from the grave.","wikiName":"Reanimated monkey","wikiURL":"https://oldschool.runescape.wiki/w/Reanimated_monkey","attackLevel":2,"strengthLevel":2,"defenceLevel":3,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":5,"assignableSlayerMasters":["turael","spria"]},"7020":{"members":true,"combatLevel":0,"hitpoints":5,"maxHit":3,"attackType":["melee"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["demon"],"category":[],"examineText":"This creature has been dragged back from the grave.","wikiName":"Reanimated imp","wikiURL":"https://oldschool.runescape.wiki/w/Reanimated_imp","attackLevel":1,"strengthLevel":1,"defenceLevel":1,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":-42,"defenceSlash":-42,"defenceCrush":-42,"defenceMagic":-42,"defenceRanged":-42,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"7021":{"members":true,"combatLevel":0,"hitpoints":10,"maxHit":5,"attackType":["melee"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["minotaurs"],"examineText":"This creature has been dragged back from the grave.","wikiName":"Reanimated minotaur","wikiURL":"https://oldschool.runescape.wiki/w/Reanimated_minotaur","attackLevel":12,"strengthLevel":10,"defenceLevel":10,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":-21,"defenceSlash":-21,"defenceCrush":-21,"defenceMagic":-21,"defenceRanged":-21,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":5,"assignableSlayerMasters":["turael","spria"]},"7022":{"members":true,"combatLevel":0,"hitpoints":15,"maxHit":5,"attackType":["melee"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["scorpions"],"examineText":"This creature has been dragged back from the grave.","wikiName":"Reanimated scorpion","wikiURL":"https://oldschool.runescape.wiki/w/Reanimated_scorpion","attackLevel":11,"strengthLevel":12,"defenceLevel":11,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":5,"defenceSlash":15,"defenceCrush":15,"defenceMagic":5,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":15,"assignableSlayerMasters":["turael","spria"]},"7023":{"members":true,"combatLevel":0,"hitpoints":15,"maxHit":6,"attackType":["melee"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["bears"],"examineText":"This creature has been dragged back from the grave.","wikiName":"Reanimated bear","wikiURL":"https://oldschool.runescape.wiki/w/Reanimated_bear","attackLevel":17,"strengthLevel":18,"defenceLevel":15,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":15,"assignableSlayerMasters":["turael","spria","mazchna"]},"7024":{"members":true,"combatLevel":0,"hitpoints":15,"maxHit":6,"attackType":["melee"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":[],"examineText":"This creature has been dragged back from the grave.","wikiName":"Reanimated unicorn","wikiURL":"https://oldschool.runescape.wiki/w/Reanimated_unicorn","attackLevel":11,"strengthLevel":13,"defenceLevel":13,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"7025":{"members":true,"combatLevel":0,"hitpoints":35,"maxHit":6,"attackType":["melee"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["dogs"],"examineText":"This creature has been dragged back from the grave.","wikiName":"Reanimated dog","wikiURL":"https://oldschool.runescape.wiki/w/Reanimated_dog","attackLevel":53,"strengthLevel":54,"defenceLevel":54,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":35,"assignableSlayerMasters":["turael","spria","mazchna"]},"7026":{"members":true,"combatLevel":0,"hitpoints":35,"maxHit":6,"attackType":["melee"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["chaos druids"],"examineText":"This druid has been dragged back from the grave.","wikiName":"Reanimated chaos druid","wikiURL":"https://oldschool.runescape.wiki/w/Reanimated_chaos_druid","attackLevel":8,"strengthLevel":8,"defenceLevel":12,"magicLevel":10,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":35,"assignableSlayerMasters":["krystilia"]},"7027":{"members":true,"combatLevel":0,"hitpoints":35,"maxHit":6,"attackType":["melee"],"attackSpeed":6,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["hill giants"],"examineText":"This creature has been dragged back from the grave.","wikiName":"Reanimated giant","wikiURL":"https://oldschool.runescape.wiki/w/Reanimated_giant","attackLevel":18,"strengthLevel":22,"defenceLevel":26,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":35,"assignableSlayerMasters":["mazchna","vannaka"]},"7028":{"members":true,"combatLevel":0,"hitpoints":35,"maxHit":8,"attackType":["melee"],"attackSpeed":6,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["ogres"],"examineText":"This creature has been dragged back from the grave.","wikiName":"Reanimated ogre","wikiURL":"https://oldschool.runescape.wiki/w/Reanimated_ogre","attackLevel":43,"strengthLevel":43,"defenceLevel":43,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":35,"assignableSlayerMasters":["vannaka"]},"7029":{"members":true,"combatLevel":0,"hitpoints":35,"maxHit":10,"attackType":["melee"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["elves"],"examineText":"This creature has been dragged back from the grave.","wikiName":"Reanimated elf","wikiURL":"https://oldschool.runescape.wiki/w/Reanimated_elf","attackLevel":95,"strengthLevel":95,"defenceLevel":80,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":5,"defenceSlash":20,"defenceCrush":40,"defenceMagic":60,"defenceRanged":50,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":35,"assignableSlayerMasters":["vannaka","chaeldar","nieve","duradel"]},"7030":{"members":true,"combatLevel":0,"hitpoints":35,"maxHit":11,"attackType":["melee"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["trolls"],"examineText":"This creature has been dragged back from the grave.","wikiName":"Reanimated troll","wikiURL":"https://oldschool.runescape.wiki/w/Reanimated_troll","attackLevel":40,"strengthLevel":75,"defenceLevel":40,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":10,"defenceMagic":200,"defenceRanged":200,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":35,"assignableSlayerMasters":["vannaka","chaeldar","nieve","duradel"]},"7031":{"members":true,"combatLevel":0,"hitpoints":35,"maxHit":8,"attackType":["melee"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["jungle horrors"],"examineText":"This creature has been dragged back from the grave.","wikiName":"Reanimated horror","wikiURL":"https://oldschool.runescape.wiki/w/Reanimated_horror","attackLevel":70,"strengthLevel":70,"defenceLevel":55,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":35,"assignableSlayerMasters":["vannaka","chaeldar"]},"7032":{"members":true,"combatLevel":0,"hitpoints":35,"maxHit":12,"attackType":["melee"],"attackSpeed":4,"aggressive":true,"poisonous":true,"immuneToPoison":false,"immuneToVenom":false,"attributes":["kalphite"],"category":["kalphite"],"examineText":"This creature has been dragged back from the grave.","wikiName":"Reanimated kalphite","wikiURL":"https://oldschool.runescape.wiki/w/Reanimated_kalphite","attackLevel":110,"strengthLevel":110,"defenceLevel":110,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":25,"defenceSlash":25,"defenceCrush":5,"defenceMagic":50,"defenceRanged":50,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":35,"assignableSlayerMasters":["mazchna","chaeldar","nieve","duradel"]},"7033":{"members":true,"combatLevel":0,"hitpoints":35,"maxHit":10,"attackType":["ranged"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["dagannoth"],"examineText":"This creature has been dragged back from the grave.","wikiName":"Reanimated dagannoth","wikiURL":"https://oldschool.runescape.wiki/w/Reanimated_dagannoth","attackLevel":78,"strengthLevel":78,"defenceLevel":81,"magicLevel":1,"rangedLevel":50,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":35,"assignableSlayerMasters":["vannaka","chaeldar","nieve","duradel"]},"7034":{"members":true,"combatLevel":0,"hitpoints":35,"maxHit":6,"attackType":["melee","magic"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["demon"],"category":["bloodveld"],"examineText":"This creature has been dragged back from the grave.","wikiName":"Reanimated bloodveld","wikiURL":"https://oldschool.runescape.wiki/w/Reanimated_bloodveld","attackLevel":75,"strengthLevel":45,"defenceLevel":30,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":50,"slayerXP":35,"assignableSlayerMasters":["vannaka","chaeldar","nieve","duradel"]},"7035":{"members":true,"combatLevel":0,"hitpoints":35,"maxHit":15,"attackType":["melee"],"attackSpeed":5,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["tzhaar"],"examineText":"This creature has been dragged back from the grave.","wikiName":"Reanimated TzHaar","wikiURL":"https://oldschool.runescape.wiki/w/Reanimated_TzHaar","attackLevel":120,"strengthLevel":140,"defenceLevel":120,"magicLevel":40,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":35,"assignableSlayerMasters":["chaeldar","nieve","duradel"]},"7036":{"members":true,"combatLevel":0,"hitpoints":35,"maxHit":8,"attackType":["melee"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["demon"],"category":["lesser demons"],"examineText":"This creature has been dragged back from the grave.","wikiName":"Reanimated demon","wikiURL":"https://oldschool.runescape.wiki/w/Reanimated_demon","attackLevel":68,"strengthLevel":70,"defenceLevel":71,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":-10,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":35,"assignableSlayerMasters":["krystilia","vannaka","chaeldar"]},"7037":{"members":true,"combatLevel":0,"hitpoints":35,"maxHit":9,"attackType":["melee"],"attackSpeed":5,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["aviansies"],"examineText":"This creature has been dragged back from the grave.","wikiName":"Reanimated aviansie","wikiURL":"https://oldschool.runescape.wiki/w/Reanimated_aviansie","attackLevel":71,"strengthLevel":1,"defenceLevel":70,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":35,"assignableSlayerMasters":["krystilia","chaeldar","konar","nieve","duradel"]},"7038":{"members":true,"combatLevel":0,"hitpoints":35,"maxHit":8,"attackType":["melee"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["demon"],"category":["abyssal demons"],"examineText":"This creature has been dragged back from the grave.","wikiName":"Reanimated abyssal","wikiURL":"https://oldschool.runescape.wiki/w/Reanimated_abyssal","attackLevel":97,"strengthLevel":67,"defenceLevel":135,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":20,"defenceSlash":20,"defenceCrush":20,"defenceMagic":0,"defenceRanged":20,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":85,"slayerXP":35,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel","krystilia"]},"7039":{"members":true,"combatLevel":0,"hitpoints":35,"maxHit":50,"attackType":["melee","dragonfire"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["dragon"],"category":[],"examineText":"This creature has been dragged back from the grave.","wikiName":"Reanimated dragon","wikiURL":"https://oldschool.runescape.wiki/w/Reanimated_dragon","attackLevel":68,"strengthLevel":68,"defenceLevel":68,"magicLevel":68,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":20,"defenceSlash":40,"defenceCrush":40,"defenceMagic":30,"defenceRanged":20,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"7097":{"members":true,"combatLevel":142,"hitpoints":110,"maxHit":29,"attackType":["crush"],"attackSpeed":6,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["monkeys"],"examineText":"One of Glough's tortured creations.","wikiName":"Tortured gorilla (Level 142)","wikiURL":"https://oldschool.runescape.wiki/w/Tortured_gorilla#Level_142","attackLevel":180,"strengthLevel":90,"defenceLevel":110,"magicLevel":110,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"7118":{"members":true,"combatLevel":140,"hitpoints":65,"maxHit":18,"attackType":["slash"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["monkeys"],"examineText":"It looks like someone has tampered with its mind.","wikiName":"Maniacal monkey","wikiURL":"https://oldschool.runescape.wiki/w/Maniacal_monkey","attackLevel":200,"strengthLevel":175,"defenceLevel":10,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":65,"assignableSlayerMasters":["turael","spria"]},"7144":{"members":true,"combatLevel":275,"hitpoints":380,"maxHit":31,"attackType":["crush","ranged","magic"],"attackSpeed":5,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["demon"],"category":["black demons","monkeys"],"examineText":"One of Glough's demonic creations.","wikiName":"Demonic gorilla","wikiURL":"https://oldschool.runescape.wiki/w/Demonic_gorilla","attackLevel":205,"strengthLevel":195,"defenceLevel":200,"magicLevel":195,"rangedLevel":195,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":40,"attackRanged":43,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":50,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":408.5,"assignableSlayerMasters":["turael","spria","chaeldar","duradel","nieve"]},"7222":{"members":true,"combatLevel":200,"hitpoints":500,"maxHit":13,"attackType":["melee","ranged","magic"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["rats"],"examineText":"You're never more than six feet away from one.","wikiName":"Scurrius (Solo)","wikiURL":"https://oldschool.runescape.wiki/w/Scurrius#Solo","attackLevel":300,"strengthLevel":100,"defenceLevel":60,"magicLevel":50,"rangedLevel":50,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":150,"attackRanged":150,"defenceStab":20,"defenceSlash":20,"defenceCrush":20,"defenceMagic":10,"defenceRanged":20,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":600,"assignableSlayerMasters":["turael","spria"]},"7272":{"members":true,"combatLevel":89,"hitpoints":100,"maxHit":9,"attackType":["melee","magic"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["spectral","undead"],"category":["banshees"],"examineText":"A tortured screaming soul.","wikiName":"Twisted Banshee","wikiURL":"https://oldschool.runescape.wiki/w/Twisted_Banshee","attackLevel":75,"strengthLevel":85,"defenceLevel":50,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":15,"defenceSlash":15,"defenceCrush":15,"defenceMagic":0,"defenceRanged":15,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":15,"slayerXP":100,"assignableSlayerMasters":["turael","spria","mazchna","vannaka","chaeldar"]},"7273":{"members":true,"combatLevel":271,"hitpoints":245,"maxHit":21,"attackType":["slash","magic","dragonfire"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":["dragon","fiery"],"category":["blue dragons"],"examineText":"It appears intelligent and savage.","wikiName":"Brutal blue dragon","wikiURL":"https://oldschool.runescape.wiki/w/Brutal_blue_dragon","attackLevel":298,"strengthLevel":198,"defenceLevel":198,"magicLevel":198,"rangedLevel":0,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":10,"defenceSlash":70,"defenceCrush":70,"defenceMagic":60,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":257,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel"]},"7274":{"members":true,"combatLevel":289,"hitpoints":285,"maxHit":22,"attackType":["slash","magic","dragonfire"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":["dragon","fiery"],"category":["red dragons"],"examineText":"It appears intelligent and savage.","wikiName":"Brutal red dragon","wikiURL":"https://oldschool.runescape.wiki/w/Brutal_red_dragon","attackLevel":310,"strengthLevel":210,"defenceLevel":198,"magicLevel":250,"rangedLevel":0,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":10,"defenceSlash":70,"defenceCrush":70,"defenceMagic":60,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":306.2,"assignableSlayerMasters":["konar","nieve","duradel"]},"7275":{"members":true,"combatLevel":318,"hitpoints":315,"maxHit":29,"attackType":["slash","magic","dragonfire"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":["dragon","fiery"],"category":["black dragons"],"examineText":"It appears intelligent and savage.","wikiName":"Brutal black dragon","wikiURL":"https://oldschool.runescape.wiki/w/Brutal_black_dragon","attackLevel":330,"strengthLevel":210,"defenceLevel":258,"magicLevel":250,"rangedLevel":0,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":10,"defenceSlash":70,"defenceCrush":70,"defenceMagic":60,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":77,"slayerXP":346.4,"assignableSlayerMasters":["konar","nieve","duradel"]},"7276":{"members":true,"combatLevel":123,"hitpoints":170,"maxHit":12,"attackType":["melee","magic"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["demon"],"category":["bloodveld"],"examineText":"The twisted tongue of evil.","wikiName":"Mutated Bloodveld","wikiURL":"https://oldschool.runescape.wiki/w/Mutated_Bloodveld","attackLevel":110,"strengthLevel":115,"defenceLevel":30,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":50,"slayerXP":170,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel"]},"7277":{"members":true,"combatLevel":112,"hitpoints":140,"maxHit":10,"attackType":["melee","magic"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["jellies"],"examineText":"Needs cream.....","wikiName":"Warped Jelly","wikiURL":"https://oldschool.runescape.wiki/w/Warped_Jelly","attackLevel":95,"strengthLevel":90,"defenceLevel":70,"magicLevel":95,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":52,"slayerXP":140,"assignableSlayerMasters":["vannaka","chaeldar","konar"]},"7278":{"members":true,"combatLevel":200,"hitpoints":205,"maxHit":21,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["demon"],"category":["nechryael"],"examineText":"An evil death demon.","wikiName":"Greater Nechryael (Regular)","wikiURL":"https://oldschool.runescape.wiki/w/Greater_Nechryael#Regular","attackLevel":197,"strengthLevel":197,"defenceLevel":85,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":50,"defenceSlash":50,"defenceCrush":50,"defenceMagic":0,"defenceRanged":50,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":80,"slayerXP":210,"assignableSlayerMasters":["krystilia","vannaka","chaeldar","konar","nieve","duradel"]},"7279":{"members":true,"combatLevel":169,"hitpoints":190,"maxHit":8,"attackType":["magic"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["spectral","undead"],"category":["aberrant spectres"],"examineText":"A very smelly ghost.","wikiName":"Deviant spectre","wikiURL":"https://oldschool.runescape.wiki/w/Deviant_spectre","attackLevel":1,"strengthLevel":1,"defenceLevel":90,"magicLevel":205,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":80,"defenceSlash":80,"defenceCrush":80,"defenceMagic":0,"defenceRanged":85,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":60,"slayerXP":194.5,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel"]},"7286":{"members":true,"combatLevel":321,"hitpoints":450,"maxHit":38,"attackType":["stab","magic"],"attackSpeed":6,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["demon"],"category":["black demons","greater demons"],"examineText":"A darkly altared demon.","wikiName":"Skotizo","wikiURL":"https://oldschool.runescape.wiki/w/Skotizo","attackLevel":240,"strengthLevel":250,"defenceLevel":200,"magicLevel":280,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":80,"defenceSlash":80,"defenceCrush":80,"defenceMagic":130,"defenceRanged":130,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":618.5,"assignableSlayerMasters":["chaeldar","konar","nieve","duradel"]},"7388":{"members":true,"combatLevel":45,"hitpoints":55,"maxHit":5,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["undead"],"category":["crawling hands"],"examineText":"That is quite some-thing.","wikiName":"Crushing hand","wikiURL":"https://oldschool.runescape.wiki/w/Crushing_hand","attackLevel":45,"strengthLevel":42,"defenceLevel":14,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":5,"slayerXP":605,"assignableSlayerMasters":["turael","spria","mazchna","vannaka"]},"7389":{"members":true,"combatLevel":68,"hitpoints":64,"maxHit":7,"attackType":["melee"],"attackSpeed":4,"aggressive":false,"poisonous":true,"immuneToPoison":false,"immuneToVenom":true,"attributes":[],"category":["cave crawlers"],"examineText":"A dangerous looking beast.","wikiName":"Chasm Crawler","wikiURL":"https://oldschool.runescape.wiki/w/Chasm_Crawler","attackLevel":22,"strengthLevel":18,"defenceLevel":18,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":10,"defenceSlash":10,"defenceCrush":5,"defenceMagic":5,"defenceRanged":10,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":10,"slayerXP":600,"assignableSlayerMasters":["turael","spria","mazchna","vannaka","chaeldar"]},"7390":{"members":true,"combatLevel":70,"hitpoints":61,"maxHit":7,"attackType":["melee","magic"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["spectral","undead"],"category":["banshees"],"examineText":"Scream if you want to go faster.","wikiName":"Screaming banshee","wikiURL":"https://oldschool.runescape.wiki/w/Screaming_banshee","attackLevel":65,"strengthLevel":61,"defenceLevel":56,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":13,"defenceSlash":13,"defenceCrush":13,"defenceMagic":0,"defenceRanged":13,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":15,"slayerXP":610,"assignableSlayerMasters":["turael","spria","mazchna","vannaka","chaeldar"]},"7391":{"members":true,"combatLevel":144,"hitpoints":220,"maxHit":12,"attackType":["melee","magic"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["spectral","undead"],"category":["banshees"],"examineText":"A tortured, twisted and screaming soul.","wikiName":"Screaming twisted banshee","wikiURL":"https://oldschool.runescape.wiki/w/Screaming_twisted_banshee","attackLevel":103,"strengthLevel":110,"defenceLevel":80,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":25,"defenceSlash":25,"defenceCrush":25,"defenceMagic":0,"defenceRanged":25,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":15,"slayerXP":2200,"assignableSlayerMasters":["turael","spria","mazchna","vannaka","chaeldar"]},"7392":{"members":true,"combatLevel":86,"hitpoints":77,"maxHit":9,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":[],"category":["rockslugs"],"examineText":"The slime of greater evil.","wikiName":"Giant rockslug","wikiURL":"https://oldschool.runescape.wiki/w/Giant_rockslug","attackLevel":72,"strengthLevel":77,"defenceLevel":77,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":20,"slayerXP":770,"assignableSlayerMasters":["mazchna","vannaka","chaeldar"]},"7393":{"members":true,"combatLevel":89,"hitpoints":95,"maxHit":9,"attackType":["stab"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["cockatrice"],"examineText":"Careful where he puts that beak!","wikiName":"Cockathrice","wikiURL":"https://oldschool.runescape.wiki/w/Cockathrice","attackLevel":63,"strengthLevel":78,"defenceLevel":78,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":20,"defenceSlash":20,"defenceCrush":0,"defenceMagic":20,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":25,"slayerXP":950,"assignableSlayerMasters":["mazchna","vannaka","chaeldar"]},"7394":{"members":true,"combatLevel":97,"hitpoints":126,"maxHit":7,"attackType":["melee","magic"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["demon"],"category":["pyrefiends"],"examineText":"A large demonic being of fire.","wikiName":"Flaming pyrelord","wikiURL":"https://oldschool.runescape.wiki/w/Flaming_pyrelord","attackLevel":98,"strengthLevel":65,"defenceLevel":52,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":18,"defenceSlash":18,"defenceCrush":18,"defenceMagic":0,"defenceRanged":18,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":30,"slayerXP":1250,"assignableSlayerMasters":["mazchna","vannaka","chaeldar"]},"7395":{"members":true,"combatLevel":135,"hitpoints":170,"maxHit":11,"attackType":["slash"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["basilisks"],"examineText":"Let's hope I have some phoenix tears.","wikiName":"Monstrous basilisk","wikiURL":"https://oldschool.runescape.wiki/w/Monstrous_basilisk","attackLevel":88,"strengthLevel":98,"defenceLevel":130,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":35,"defenceSlash":35,"defenceCrush":0,"defenceMagic":35,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":40,"slayerXP":1700,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel"]},"7396":{"members":true,"combatLevel":162,"hitpoints":175,"maxHit":20,"attackType":["magic"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["infernal mages"],"examineText":"The evil that men do lives on and on.","wikiName":"Malevolent Mage","wikiURL":"https://oldschool.runescape.wiki/w/Malevolent_Mage","attackLevel":1,"strengthLevel":1,"defenceLevel":135,"magicLevel":175,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":75,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":45,"slayerXP":1750,"assignableSlayerMasters":["vannaka","chaeldar"]},"7397":{"members":true,"combatLevel":202,"hitpoints":290,"maxHit":15,"attackType":["melee","magic"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["demon"],"category":["bloodveld"],"examineText":"I wouldn't want to get near that tongue.","wikiName":"Insatiable Bloodveld","wikiURL":"https://oldschool.runescape.wiki/w/Insatiable_Bloodveld","attackLevel":190,"strengthLevel":145,"defenceLevel":85,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":50,"slayerXP":2900,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel"]},"7398":{"members":true,"combatLevel":278,"hitpoints":410,"maxHit":20,"attackType":["melee","magic"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":["demon"],"category":["bloodveld"],"examineText":"I wouldn't want to get near that tongue.","wikiName":"Insatiable mutated Bloodveld","wikiURL":"https://oldschool.runescape.wiki/w/Insatiable_mutated_Bloodveld","attackLevel":250,"strengthLevel":190,"defenceLevel":130,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":50,"slayerXP":4100,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel"]},"7399":{"members":true,"combatLevel":206,"hitpoints":190,"maxHit":17,"attackType":["melee","magic"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":[],"category":["jellies"],"examineText":"I don't think you're ready for this jelly.","wikiName":"Vitreous Jelly","wikiURL":"https://oldschool.runescape.wiki/w/Vitreous_Jelly","attackLevel":170,"strengthLevel":150,"defenceLevel":220,"magicLevel":150,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":52,"slayerXP":1900,"assignableSlayerMasters":["vannaka","chaeldar","konar"]},"7400":{"members":true,"combatLevel":241,"hitpoints":220,"maxHit":19,"attackType":["melee","magic"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":[],"category":["jellies"],"examineText":"I don't think you're ready for this jelly.","wikiName":"Vitreous warped Jelly","wikiURL":"https://oldschool.runescape.wiki/w/Vitreous_warped_Jelly","attackLevel":200,"strengthLevel":180,"defenceLevel":250,"magicLevel":180,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":52,"slayerXP":2200,"assignableSlayerMasters":["vannaka","chaeldar","konar"]},"7401":{"members":true,"combatLevel":206,"hitpoints":130,"maxHit":24,"attackType":["melee","magic"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":true,"attributes":[],"category":["cave horrors"],"examineText":"An extremely dangerous, emaciated ape like creature with beady red eyes.","wikiName":"Cave abomination","wikiURL":"https://oldschool.runescape.wiki/w/Cave_abomination","attackLevel":230,"strengthLevel":195,"defenceLevel":142,"magicLevel":230,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":58,"slayerXP":1300,"assignableSlayerMasters":["chaeldar","nieve","duradel"]},"7402":{"members":true,"combatLevel":253,"hitpoints":250,"maxHit":31,"attackType":["magic"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["spectral","undead"],"category":["aberrant spectres"],"examineText":"I'd smell better after completing 3145 laps of an agility course dressed as a monkey.","wikiName":"Abhorrent spectre","wikiURL":"https://oldschool.runescape.wiki/w/Abhorrent_spectre","attackLevel":1,"strengthLevel":1,"defenceLevel":180,"magicLevel":300,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":40,"defenceSlash":40,"defenceCrush":40,"defenceMagic":0,"defenceRanged":30,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":60,"slayerXP":2500,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel"]},"7403":{"members":true,"combatLevel":335,"hitpoints":390,"maxHit":39,"attackType":["magic"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["spectral","undead"],"category":["aberrant spectres"],"examineText":"I'd smell better after completing 3145 laps of an agility course dressed as a monkey.","wikiName":"Repugnant spectre","wikiURL":"https://oldschool.runescape.wiki/w/Repugnant_spectre","attackLevel":1,"strengthLevel":1,"defenceLevel":220,"magicLevel":380,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":120,"defenceSlash":120,"defenceCrush":120,"defenceMagic":0,"defenceRanged":115,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":60,"slayerXP":4085,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel"]},"7404":{"members":true,"combatLevel":264,"hitpoints":300,"maxHit":24,"attackType":["melee"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":[],"category":["dust devils"],"examineText":"Hold your breath!","wikiName":"Choke devil","wikiURL":"https://oldschool.runescape.wiki/w/Choke_devil","attackLevel":260,"strengthLevel":230,"defenceLevel":120,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":65,"slayerXP":3000,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel"]},"7405":{"members":true,"combatLevel":295,"hitpoints":420,"maxHit":36,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["leafy"],"category":["kurask"],"examineText":"Head honcho for the Kurask.","wikiName":"King kurask","wikiURL":"https://oldschool.runescape.wiki/w/King_kurask","attackLevel":190,"strengthLevel":320,"defenceLevel":250,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":50,"defenceCrush":50,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":70,"slayerXP":2767.4,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel"]},"7406":{"members":true,"combatLevel":280,"hitpoints":240,"maxHit":29,"attackType":["ranged","magic"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["smoke devils"],"examineText":"I don't think he is good for my lungs.","wikiName":"Nuclear smoke devil","wikiURL":"https://oldschool.runescape.wiki/w/Nuclear_smoke_devil","attackLevel":240,"strengthLevel":230,"defenceLevel":390,"magicLevel":1,"rangedLevel":280,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":850,"defenceRanged":80,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":93,"slayerXP":2400,"assignableSlayerMasters":["konar","nieve","duradel"]},"7407":{"members":true,"combatLevel":349,"hitpoints":270,"maxHit":38,"attackType":["slash","ranged","magic"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["gargoyles"],"examineText":"Am I losing my marbles?","wikiName":"Marble gargoyle","wikiURL":"https://oldschool.runescape.wiki/w/Marble_gargoyle","attackLevel":230,"strengthLevel":250,"defenceLevel":190,"magicLevel":1,"rangedLevel":220,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":50,"defenceSlash":50,"defenceCrush":0,"defenceMagic":50,"defenceRanged":50,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":75,"slayerXP":2768,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel"]},"7409":{"members":true,"combatLevel":374,"hitpoints":550,"maxHit":31,"attackType":["crush","magic"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["dark beasts"],"examineText":"I don't want to ever visit that darker dimension...","wikiName":"Night beast","wikiURL":"https://oldschool.runescape.wiki/w/Night_beast","attackLevel":270,"strengthLevel":290,"defenceLevel":220,"magicLevel":300,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":75,"defenceSlash":80,"defenceCrush":200,"defenceMagic":190,"defenceRanged":200,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":90,"slayerXP":6462,"assignableSlayerMasters":["konar","nieve","duradel"]},"7410":{"members":true,"combatLevel":342,"hitpoints":400,"maxHit":31,"attackType":["stab"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["demon"],"category":["abyssal demons"],"examineText":"A greater denizen of the Abyss.","wikiName":"Greater abyssal demon","wikiURL":"https://oldschool.runescape.wiki/w/Greater_abyssal_demon","attackLevel":300,"strengthLevel":260,"defenceLevel":240,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":50,"defenceSlash":50,"defenceCrush":50,"defenceMagic":0,"defenceRanged":50,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":85,"slayerXP":4200,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel"]},"7411":{"members":true,"combatLevel":300,"hitpoints":320,"maxHit":27,"attackType":["crush"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":["demon"],"category":["nechryael"],"examineText":"The arch demon of death.","wikiName":"Nechryarch","wikiURL":"https://oldschool.runescape.wiki/w/Nechryarch","attackLevel":310,"strengthLevel":260,"defenceLevel":140,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":30,"defenceSlash":30,"defenceCrush":30,"defenceMagic":0,"defenceRanged":30,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":80,"slayerXP":3280,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel"]},"7416":{"members":false,"combatLevel":106,"hitpoints":120,"maxHit":22,"attackType":["crush","ranged"],"attackSpeed":6,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["hill giants"],"examineText":"He looks very dangerous.","wikiName":"Obor","wikiURL":"https://oldschool.runescape.wiki/w/Obor","attackLevel":90,"strengthLevel":100,"defenceLevel":60,"magicLevel":1,"rangedLevel":120,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":100,"defenceStab":35,"defenceSlash":40,"defenceCrush":45,"defenceMagic":20,"defenceRanged":20,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":129,"assignableSlayerMasters":["mazchna","vannaka"]},"7706":{"members":true,"combatLevel":1400,"hitpoints":1200,"maxHit":null,"attackType":["ranged","magic","typeless"],"attackSpeed":null,"aggressive":true,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":[],"category":["tzhaar"],"examineText":"An ancient adversary to the TzHaar.","wikiName":"TzKal-Zuk","wikiURL":"https://oldschool.runescape.wiki/w/TzKal-Zuk","attackLevel":350,"strengthLevel":600,"defenceLevel":260,"magicLevel":150,"rangedLevel":400,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":550,"attackRanged":550,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":350,"defenceRanged":100,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":101890,"assignableSlayerMasters":["chaeldar","nieve","duradel"]},"7792":{"members":true,"combatLevel":152,"hitpoints":200,"maxHit":13,"attackType":["slash"],"attackSpeed":6,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["dragon"],"category":["fossil island wyverns"],"examineText":"Not a wyvern to get on the wrong end of.","wikiName":"Long-tailed Wyvern","wikiURL":"https://oldschool.runescape.wiki/w/Long-tailed_Wyvern","attackLevel":125,"strengthLevel":120,"defenceLevel":90,"magicLevel":90,"rangedLevel":90,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":70,"defenceSlash":70,"defenceCrush":70,"defenceMagic":140,"defenceRanged":120,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":66,"slayerXP":205,"assignableSlayerMasters":["chaeldar","konar","nieve","duradel"]},"7793":{"members":true,"combatLevel":147,"hitpoints":200,"maxHit":10,"attackType":["slash","ranged","typeless"],"attackSpeed":6,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["dragon"],"category":["fossil island wyverns"],"examineText":"Spikey death with bad breath.","wikiName":"Taloned Wyvern","wikiURL":"https://oldschool.runescape.wiki/w/Taloned_Wyvern","attackLevel":120,"strengthLevel":110,"defenceLevel":90,"magicLevel":90,"rangedLevel":90,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":70,"defenceSlash":70,"defenceCrush":70,"defenceMagic":140,"defenceRanged":120,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":66,"slayerXP":205,"assignableSlayerMasters":["chaeldar","konar","nieve","duradel"]},"7794":{"members":true,"combatLevel":139,"hitpoints":200,"maxHit":9,"attackType":["slash","ranged"],"attackSpeed":6,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["dragon"],"category":["fossil island wyverns"],"examineText":"Has issues with odontophobia.","wikiName":"Spitting Wyvern","wikiURL":"https://oldschool.runescape.wiki/w/Spitting_Wyvern","attackLevel":125,"strengthLevel":80,"defenceLevel":90,"magicLevel":125,"rangedLevel":125,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":70,"defenceSlash":70,"defenceCrush":70,"defenceMagic":140,"defenceRanged":120,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":66,"slayerXP":205,"assignableSlayerMasters":["chaeldar","konar","nieve","duradel"]},"7795":{"members":true,"combatLevel":210,"hitpoints":300,"maxHit":10,"attackType":["slash","ranged","typeless"],"attackSpeed":5,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["dragon"],"category":["fossil island wyverns"],"examineText":"Looks old enough to be fossilised.","wikiName":"Ancient Wyvern","wikiURL":"https://oldschool.runescape.wiki/w/Ancient_Wyvern","attackLevel":150,"strengthLevel":150,"defenceLevel":150,"magicLevel":90,"rangedLevel":90,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":70,"defenceSlash":70,"defenceCrush":70,"defenceMagic":170,"defenceRanged":120,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":82,"slayerXP":315,"assignableSlayerMasters":["chaeldar","konar","nieve","duradel"]},"7796":{"members":true,"combatLevel":68,"hitpoints":50,"maxHit":9,"attackType":["stab"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["scorpions"],"examineText":"An extremely vicious lobster type thing.","wikiName":"Lobstrosity","wikiURL":"https://oldschool.runescape.wiki/w/Lobstrosity","attackLevel":60,"strengthLevel":80,"defenceLevel":40,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":30,"defenceSlash":50,"defenceCrush":15,"defenceMagic":99,"defenceRanged":70,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":50,"assignableSlayerMasters":["turael","spria","mazchna"]},"7797":{"members":true,"combatLevel":109,"hitpoints":150,"maxHit":9,"attackType":["melee","ranged","magic"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["mutated zygomites"],"examineText":"Not in the ground anymore! It looks a little wobbly.","wikiName":"Ancient Zygomite","wikiURL":"https://oldschool.runescape.wiki/w/Ancient_Zygomite","attackLevel":80,"strengthLevel":80,"defenceLevel":80,"magicLevel":80,"rangedLevel":80,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":20,"defenceSlash":20,"defenceCrush":20,"defenceMagic":30,"defenceRanged":30,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":57,"slayerXP":154,"assignableSlayerMasters":["chaeldar","konar","nieve","duradel"]},"7806":{"members":true,"combatLevel":276,"hitpoints":200,"maxHit":25,"attackType":["melee","ranged"],"attackSpeed":3,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["bosses"],"examineText":"He's seen things that people wouldn't believe.","wikiName":"Deranged archaeologist","wikiURL":"https://oldschool.runescape.wiki/w/Deranged_archaeologist","attackLevel":280,"strengthLevel":160,"defenceLevel":280,"magicLevel":1,"rangedLevel":320,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":90,"defenceStab":20,"defenceSlash":20,"defenceCrush":50,"defenceMagic":300,"defenceRanged":300,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":275,"assignableSlayerMasters":["chaeldar","konar","nieve","duradel"]},"7851":{"members":true,"combatLevel":248,"hitpoints":450,"maxHit":15,"attackType":["crush"],"attackSpeed":6,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["bosses","gargoyles"],"examineText":"The Guardian of Dusk, he's alive!","wikiName":"Dusk (First form)","wikiURL":"https://oldschool.runescape.wiki/w/Dusk#First_form","attackLevel":200,"strengthLevel":140,"defenceLevel":100,"magicLevel":140,"rangedLevel":140,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":75,"slayerXP":1350,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel"]},"7860":{"members":true,"combatLevel":235,"hitpoints":320,"maxHit":43,"attackType":["slash","magic"],"attackSpeed":6,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["demon"],"category":["black demons"],"examineText":"A rage-filled Zamorakian Demon.","wikiName":"Porazdir","wikiURL":"https://oldschool.runescape.wiki/w/Porazdir","attackLevel":250,"strengthLevel":150,"defenceLevel":100,"magicLevel":180,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":80,"attackRanged":0,"defenceStab":200,"defenceSlash":200,"defenceCrush":200,"defenceMagic":-60,"defenceRanged":200,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":376,"assignableSlayerMasters":["krystilia","chaeldar","nieve","duradel"]},"7881":{"members":true,"combatLevel":7,"hitpoints":10,"maxHit":2,"attackType":["stab","ranged","magic"],"attackSpeed":5,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["spectral","undead"],"category":["revenants","ghosts"],"examineText":"The ghost of an imp slain long ago.","wikiName":"Revenant imp","wikiURL":"https://oldschool.runescape.wiki/w/Revenant_imp","attackLevel":5,"strengthLevel":5,"defenceLevel":4,"magicLevel":9,"rangedLevel":5,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":5,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":5,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":10,"assignableSlayerMasters":["turael","spria","krystilia","mazchna"]},"7931":{"members":true,"combatLevel":15,"hitpoints":14,"maxHit":3,"attackType":["crush","ranged","magic"],"attackSpeed":5,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["spectral","undead"],"category":["revenants","ghosts"],"examineText":"The ghost of a goblin slain long ago.","wikiName":"Revenant goblin","wikiURL":"https://oldschool.runescape.wiki/w/Revenant_goblin","attackLevel":13,"strengthLevel":14,"defenceLevel":14,"magicLevel":12,"rangedLevel":15,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":37,"attackRanged":21,"defenceStab":25,"defenceSlash":28,"defenceCrush":31,"defenceMagic":1,"defenceRanged":31,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":14,"assignableSlayerMasters":["turael","spria","krystilia","mazchna"]},"7932":{"members":true,"combatLevel":52,"hitpoints":48,"maxHit":5,"attackType":["crush","ranged","magic"],"attackSpeed":5,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["spectral","undead"],"category":["revenants","ghosts"],"examineText":"The ghost of a pyrefiend slain long ago.","wikiName":"Revenant pyrefiend","wikiURL":"https://oldschool.runescape.wiki/w/Revenant_pyrefiend","attackLevel":60,"strengthLevel":40,"defenceLevel":33,"magicLevel":67,"rangedLevel":40,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":45,"defenceSlash":40,"defenceCrush":50,"defenceMagic":15,"defenceRanged":10,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":48,"assignableSlayerMasters":["turael","spria","krystilia","mazchna"]},"7933":{"members":true,"combatLevel":60,"hitpoints":72,"maxHit":8,"attackType":["slash","ranged","magic"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["spectral","undead"],"category":["revenants","ghosts"],"examineText":"The ghost of a hobgoblin slain long ago.","wikiName":"Revenant hobgoblin","wikiURL":"https://oldschool.runescape.wiki/w/Revenant_hobgoblin","attackLevel":50,"strengthLevel":50,"defenceLevel":41,"magicLevel":55,"rangedLevel":60,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":5,"attackRanged":25,"defenceStab":65,"defenceSlash":60,"defenceCrush":68,"defenceMagic":30,"defenceRanged":50,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":73,"assignableSlayerMasters":["turael","spria","krystilia","mazchna"]},"7934":{"members":true,"combatLevel":82,"hitpoints":110,"maxHit":16,"attackType":["crush","ranged","magic"],"attackSpeed":6,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["spectral","undead"],"category":["revenants","ghosts"],"examineText":"The ghost of a cyclops slain long ago.","wikiName":"Revenant cyclops","wikiURL":"https://oldschool.runescape.wiki/w/Revenant_cyclops","attackLevel":60,"strengthLevel":73,"defenceLevel":49,"magicLevel":65,"rangedLevel":70,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":140,"defenceSlash":130,"defenceCrush":135,"defenceMagic":10,"defenceRanged":135,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":119,"assignableSlayerMasters":["turael","spria","krystilia","mazchna"]},"7935":{"members":true,"combatLevel":90,"hitpoints":80,"maxHit":14,"attackType":["stab","ranged","magic"],"attackSpeed":5,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["spectral","undead"],"category":["revenants","ghosts"],"examineText":"The ghost of a hellhound slain long ago.","wikiName":"Revenant hellhound","wikiURL":"https://oldschool.runescape.wiki/w/Revenant_hellhound","attackLevel":76,"strengthLevel":80,"defenceLevel":80,"magicLevel":104,"rangedLevel":80,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":30,"attackRanged":0,"defenceStab":138,"defenceSlash":140,"defenceCrush":142,"defenceMagic":62,"defenceRanged":140,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":86,"assignableSlayerMasters":["turael","spria","krystilia","mazchna"]},"7936":{"members":true,"combatLevel":98,"hitpoints":80,"maxHit":15,"attackType":["crush","ranged","magic"],"attackSpeed":5,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["spectral","undead"],"category":["revenants","ghosts"],"examineText":"The ghost of a demon slain long ago.","wikiName":"Revenant demon","wikiURL":"https://oldschool.runescape.wiki/w/Revenant_demon","attackLevel":83,"strengthLevel":76,"defenceLevel":80,"magicLevel":120,"rangedLevel":80,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":50,"attackRanged":40,"defenceStab":124,"defenceSlash":118,"defenceCrush":130,"defenceMagic":85,"defenceRanged":90,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":86,"assignableSlayerMasters":["turael","spria","krystilia","mazchna"]},"7937":{"members":true,"combatLevel":105,"hitpoints":105,"maxHit":20,"attackType":["slash","ranged","magic"],"attackSpeed":5,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["spectral","undead"],"category":["revenants","ghosts"],"examineText":"The ghost of an ork slain long ago.","wikiName":"Revenant ork","wikiURL":"https://oldschool.runescape.wiki/w/Revenant_ork","attackLevel":99,"strengthLevel":100,"defenceLevel":60,"magicLevel":110,"rangedLevel":130,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":50,"defenceStab":148,"defenceSlash":150,"defenceCrush":146,"defenceMagic":50,"defenceRanged":148,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":115,"assignableSlayerMasters":["turael","spria","krystilia","mazchna"]},"7938":{"members":true,"combatLevel":120,"hitpoints":140,"maxHit":23,"attackType":["crush","ranged","magic"],"attackSpeed":5,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["spectral","undead"],"category":["revenants","ghosts"],"examineText":"The ghost of a dark beast slain long ago.","wikiName":"Revenant dark beast","wikiURL":"https://oldschool.runescape.wiki/w/Revenant_dark_beast","attackLevel":93,"strengthLevel":110,"defenceLevel":80,"magicLevel":130,"rangedLevel":135,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":45,"defenceStab":153,"defenceSlash":152,"defenceCrush":155,"defenceMagic":70,"defenceRanged":158,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":157,"assignableSlayerMasters":["turael","spria","krystilia","mazchna"]},"7939":{"members":true,"combatLevel":126,"hitpoints":143,"maxHit":27,"attackType":["slash","ranged","magic"],"attackSpeed":5,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["spectral","undead"],"category":["revenants","ghosts"],"examineText":"The ghost of a knight slain long ago.","wikiName":"Revenant knight","wikiURL":"https://oldschool.runescape.wiki/w/Revenant_knight","attackLevel":100,"strengthLevel":119,"defenceLevel":80,"magicLevel":146,"rangedLevel":146,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":55,"attackRanged":55,"defenceStab":195,"defenceSlash":200,"defenceCrush":180,"defenceMagic":95,"defenceRanged":190,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":168,"assignableSlayerMasters":["turael","spria","krystilia","mazchna"]},"7940":{"members":true,"combatLevel":135,"hitpoints":155,"maxHit":30,"attackType":["slash","ranged","magic"],"attackSpeed":5,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["spectral","undead"],"category":["revenants","ghosts"],"examineText":"The ghost of a dragon slain long ago.","wikiName":"Revenant dragon","wikiURL":"https://oldschool.runescape.wiki/w/Revenant_dragon","attackLevel":106,"strengthLevel":126,"defenceLevel":87,"magicLevel":150,"rangedLevel":151,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":61,"attackRanged":60,"defenceStab":201,"defenceSlash":206,"defenceCrush":188,"defenceMagic":101,"defenceRanged":197,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":186,"assignableSlayerMasters":["turael","spria","krystilia","mazchna"]},"7990":{"members":false,"combatLevel":82,"hitpoints":82,"maxHit":8,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["ogres"],"examineText":"A large angry ogre lady.","wikiName":"Ogress Warrior (2)","wikiURL":"https://oldschool.runescape.wiki/w/Ogress_Warrior#2","attackLevel":68,"strengthLevel":70,"defenceLevel":82,"magicLevel":60,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":10,"defenceSlash":12,"defenceCrush":12,"defenceMagic":14,"defenceRanged":16,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":82,"assignableSlayerMasters":["vannaka"]},"7991":{"members":false,"combatLevel":82,"hitpoints":82,"maxHit":8,"attackType":["magic"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["ogres"],"examineText":"Big, ugly and no sense of humour.","wikiName":"Ogress Shaman","wikiURL":"https://oldschool.runescape.wiki/w/Ogress_Shaman","attackLevel":68,"strengthLevel":20,"defenceLevel":82,"magicLevel":68,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":12,"defenceSlash":14,"defenceCrush":14,"defenceMagic":16,"defenceRanged":8,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":82,"assignableSlayerMasters":["vannaka"]},"8030":{"members":true,"combatLevel":338,"hitpoints":295,"maxHit":29,"attackType":["melee","ranged","magic","dragonfire"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":["dragon","fiery"],"category":["adamant dragons"],"examineText":"Its scales seem to be made of adamantite.","wikiName":"Adamant dragon","wikiURL":"https://oldschool.runescape.wiki/w/Adamant_dragon","attackLevel":280,"strengthLevel":280,"defenceLevel":272,"magicLevel":186,"rangedLevel":186,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":20,"defenceSlash":110,"defenceCrush":85,"defenceMagic":30,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":324.5,"assignableSlayerMasters":["konar","nieve","duradel"]},"8031":{"members":true,"combatLevel":380,"hitpoints":330,"maxHit":31,"attackType":["slash","ranged","magic","dragonfire"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":["dragon","fiery"],"category":["rune dragons"],"examineText":"Its scales seem to be made of runite.","wikiName":"Rune dragon","wikiURL":"https://oldschool.runescape.wiki/w/Rune_dragon","attackLevel":284,"strengthLevel":284,"defenceLevel":276,"magicLevel":196,"rangedLevel":246,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":20,"defenceSlash":115,"defenceCrush":90,"defenceMagic":30,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":363,"assignableSlayerMasters":["konar","nieve","duradel"]},"8061":{"members":true,"combatLevel":732,"hitpoints":750,"maxHit":30,"attackType":["slash","ranged","magic","dragonfire"],"attackSpeed":5,"aggressive":false,"poisonous":true,"immuneToPoison":true,"immuneToVenom":true,"attributes":["dragon","fiery","undead"],"category":["blue dragons","zombies","bosses"],"examineText":"This won't be fun.","wikiName":"Vorkath (Post-quest)","wikiURL":"https://oldschool.runescape.wiki/w/Vorkath#Post-quest","attackLevel":560,"strengthLevel":308,"defenceLevel":214,"magicLevel":150,"rangedLevel":308,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":150,"attackRanged":78,"defenceStab":26,"defenceSlash":108,"defenceCrush":108,"defenceMagic":240,"defenceRanged":26,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":750,"assignableSlayerMasters":["turael","spria","mazchna","konar","nieve","duradel"]},"8086":{"members":true,"combatLevel":246,"hitpoints":210,"maxHit":22,"attackType":["slash","dragonfire"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["dragon","fiery"],"category":["steel dragons"],"examineText":"Its scales seem to be made of steel.","wikiName":"Steel dragon (Level 246)","wikiURL":"https://oldschool.runescape.wiki/w/Steel_dragon#Level_246","attackLevel":215,"strengthLevel":215,"defenceLevel":215,"magicLevel":100,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":20,"defenceSlash":70,"defenceCrush":70,"defenceMagic":30,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":220.5,"assignableSlayerMasters":["konar","nieve","duradel"]},"8195":{"members":false,"combatLevel":128,"hitpoints":115,"maxHit":16,"attackType":["crush","magic"],"attackSpeed":6,"aggressive":true,"poisonous":true,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["moss giants"],"examineText":"This is what organic growth looks like!","wikiName":"Bryophyta","wikiURL":"https://oldschool.runescape.wiki/w/Bryophyta","attackLevel":130,"strengthLevel":100,"defenceLevel":100,"magicLevel":90,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":115,"assignableSlayerMasters":["vannaka"]},"8583":{"members":true,"combatLevel":284,"hitpoints":300,"maxHit":16,"attackType":["ranged","magic"],"attackSpeed":6,"aggressive":true,"poisonous":true,"immuneToPoison":true,"immuneToVenom":true,"attributes":[],"category":[],"examineText":"A big angry plant.","wikiName":"Hespori","wikiURL":"https://oldschool.runescape.wiki/w/Hespori","attackLevel":1,"strengthLevel":1,"defenceLevel":120,"magicLevel":126,"rangedLevel":150,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":150,"attackRanged":150,"defenceStab":60,"defenceSlash":20,"defenceCrush":60,"defenceMagic":80,"defenceRanged":80,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"8609":{"members":true,"combatLevel":194,"hitpoints":300,"maxHit":22,"attackType":["ranged","magic"],"attackSpeed":6,"aggressive":true,"poisonous":true,"immuneToPoison":false,"immuneToVenom":false,"attributes":["dragon"],"category":["hydras"],"examineText":"A ferocious Hydra!","wikiName":"Hydra","wikiURL":"https://oldschool.runescape.wiki/w/Hydra","attackLevel":1,"strengthLevel":1,"defenceLevel":100,"magicLevel":210,"rangedLevel":210,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":160,"defenceSlash":160,"defenceCrush":160,"defenceMagic":160,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":95,"slayerXP":322.5,"assignableSlayerMasters":["konar"]},"8610":{"members":true,"combatLevel":99,"hitpoints":130,"maxHit":13,"attackType":["slash","magic"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":["dragon"],"category":["wyrms"],"examineText":"Don't let it wyrm its way in.","wikiName":"Wyrm (Idle)","wikiURL":"https://oldschool.runescape.wiki/w/Wyrm#Idle","attackLevel":85,"strengthLevel":60,"defenceLevel":80,"magicLevel":80,"rangedLevel":80,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":10,"defenceSlash":50,"defenceCrush":50,"defenceMagic":50,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":62,"slayerXP":133.2,"assignableSlayerMasters":["chaeldar","konar","nieve","duradel"]},"8612":{"members":true,"combatLevel":192,"hitpoints":250,"maxHit":15,"attackType":["melee","ranged"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":["dragon"],"category":["drakes"],"examineText":"A dragon-like creature with no wings.","wikiName":"Drake","wikiURL":"https://oldschool.runescape.wiki/w/Drake","attackLevel":140,"strengthLevel":118,"defenceLevel":120,"magicLevel":112,"rangedLevel":140,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":40,"defenceStab":20,"defenceSlash":60,"defenceCrush":60,"defenceMagic":20,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":84,"slayerXP":262.5,"assignableSlayerMasters":["konar","nieve","duradel"]},"8614":{"members":true,"combatLevel":50,"hitpoints":50,"maxHit":5,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["lizards"],"examineText":"A cold-blooded creature, partial to warmth.","wikiName":"Sulphur Lizard","wikiURL":"https://oldschool.runescape.wiki/w/Sulphur_Lizard","attackLevel":50,"strengthLevel":45,"defenceLevel":30,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":15,"defenceSlash":25,"defenceCrush":25,"defenceMagic":0,"defenceRanged":15,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":44,"slayerXP":50,"assignableSlayerMasters":["turael","spria","mazchna"]},"8615":{"members":true,"combatLevel":426,"hitpoints":1100,"maxHit":null,"attackType":["ranged","magic"],"attackSpeed":6,"aggressive":true,"poisonous":true,"immuneToPoison":true,"immuneToVenom":true,"attributes":["dragon"],"category":["hydras"],"examineText":"A ferocious Alchemical Hydra!","wikiName":"Alchemical Hydra (Serpentine)","wikiURL":"https://oldschool.runescape.wiki/w/Alchemical_Hydra#Serpentine","attackLevel":100,"strengthLevel":100,"defenceLevel":100,"magicLevel":260,"rangedLevel":260,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":45,"attackRanged":45,"defenceStab":75,"defenceSlash":150,"defenceCrush":150,"defenceMagic":150,"defenceRanged":45,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":95,"slayerXP":1320,"assignableSlayerMasters":["konar"]},"8703":{"members":true,"combatLevel":75,"hitpoints":70,"maxHit":6,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["spiders"],"examineText":"Preys on unsuspecting adventurers.","wikiName":"Temple Spider","wikiURL":"https://oldschool.runescape.wiki/w/Temple_Spider","attackLevel":120,"strengthLevel":50,"defenceLevel":10,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":20,"defenceSlash":30,"defenceCrush":10,"defenceMagic":25,"defenceRanged":20,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":70,"assignableSlayerMasters":["turael","spria"]},"8713":{"members":true,"combatLevel":318,"hitpoints":400,"maxHit":31,"attackType":["melee","ranged"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":[],"category":["spiders","bosses"],"examineText":"I'm going to need a really big newspaper...","wikiName":"Sarachnis","wikiURL":"https://oldschool.runescape.wiki/w/Sarachnis","attackLevel":200,"strengthLevel":240,"defenceLevel":150,"magicLevel":150,"rangedLevel":300,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":15,"defenceStab":60,"defenceSlash":40,"defenceCrush":10,"defenceMagic":150,"defenceRanged":300,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":430,"assignableSlayerMasters":["turael","spria","konar","nieve","duradel"]},"8844":{"members":true,"combatLevel":24,"hitpoints":13,"maxHit":3,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":[],"examineText":"A mourner, or plague healer.","wikiName":"Mourner (Song of the Elves) (Level 24)","wikiURL":"https://oldschool.runescape.wiki/w/Mourner_(Song_of_the_Elves)#Level_24","attackLevel":12,"strengthLevel":16,"defenceLevel":12,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":5,"defenceSlash":25,"defenceCrush":25,"defenceMagic":15,"defenceRanged":5,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"9118":{"members":true,"combatLevel":2,"hitpoints":2000,"maxHit":40,"attackType":["melee","typeless"],"attackSpeed":3,"aggressive":false,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":[],"category":[],"examineText":"A cute bunny rabbit.","wikiName":"Rabbit (Prifddinas)","wikiURL":"https://oldschool.runescape.wiki/w/Rabbit_(Prifddinas)","attackLevel":600,"strengthLevel":200,"defenceLevel":450,"magicLevel":300,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":150,"defenceSlash":150,"defenceCrush":150,"defenceMagic":150,"defenceRanged":200,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"9258":{"members":true,"combatLevel":358,"hitpoints":520,"maxHit":28,"attackType":["melee","magic"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":[],"category":["basilisks"],"examineText":"Even phoenix tears won't help here.","wikiName":"Basilisk Sentinel","wikiURL":"https://oldschool.runescape.wiki/w/Basilisk_Sentinel","attackLevel":274,"strengthLevel":274,"defenceLevel":274,"magicLevel":274,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":50,"defenceSlash":50,"defenceCrush":10,"defenceMagic":50,"defenceRanged":10,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":60,"slayerXP":5590,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel"]},"9293":{"members":true,"combatLevel":204,"hitpoints":300,"maxHit":20,"attackType":["slash","magic"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":[],"category":["basilisks"],"examineText":"The greater eyes of evil.","wikiName":"Basilisk Knight","wikiURL":"https://oldschool.runescape.wiki/w/Basilisk_Knight","attackLevel":186,"strengthLevel":186,"defenceLevel":186,"magicLevel":186,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":30,"defenceSlash":30,"defenceCrush":-15,"defenceMagic":30,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":60,"slayerXP":300,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve","duradel"]},"9756":{"members":true,"combatLevel":151,"hitpoints":150,"maxHit":17,"attackType":["slash"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":["vampyre"],"category":["vampyres"],"examineText":"A deadly, bloodsucking vampyre.","wikiName":"Vyrewatch Sentinel (1)","wikiURL":"https://oldschool.runescape.wiki/w/Vyrewatch_Sentinel#1","attackLevel":120,"strengthLevel":160,"defenceLevel":180,"magicLevel":120,"rangedLevel":120,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":38,"slayerXP":150,"assignableSlayerMasters":["mazchna","vannaka","chaeldar","konar","nieve","duradel"]},"10397":{"members":true,"combatLevel":244,"hitpoints":195,"maxHit":29,"attackType":["melee"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":["leafy"],"category":["turoth"],"examineText":"He's one huge leg short!","wikiName":"Spiked Turoth","wikiURL":"https://oldschool.runescape.wiki/w/Spiked_Turoth","attackLevel":204,"strengthLevel":280,"defenceLevel":154,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":40,"defenceCrush":40,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":55,"slayerXP":1998,"assignableSlayerMasters":["vannaka","chaeldar","konar","nieve"]},"10398":{"members":true,"combatLevel":267,"hitpoints":320,"maxHit":28,"attackType":["melee","magic"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["dragon"],"category":["wyrms"],"examineText":"Is it wyrm in here or is it just me?","wikiName":"Shadow Wyrm (Idle)","wikiURL":"https://oldschool.runescape.wiki/w/Shadow_Wyrm#Idle","attackLevel":300,"strengthLevel":180,"defenceLevel":125,"magicLevel":160,"rangedLevel":125,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":20,"defenceSlash":100,"defenceCrush":100,"defenceMagic":50,"defenceRanged":20,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":62,"slayerXP":3520,"assignableSlayerMasters":["chaeldar","konar","nieve","duradel"]},"10400":{"members":true,"combatLevel":386,"hitpoints":630,"maxHit":35,"attackType":["melee","ranged"],"attackSpeed":4,"aggressive":false,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":["dragon"],"category":["drakes"],"examineText":"It's really winging the whole dragon thing, isn't it?","wikiName":"Guardian Drake","wikiURL":"https://oldschool.runescape.wiki/w/Guardian_Drake","attackLevel":270,"strengthLevel":280,"defenceLevel":200,"magicLevel":300,"rangedLevel":240,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":40,"defenceStab":60,"defenceSlash":100,"defenceCrush":100,"defenceMagic":20,"defenceRanged":150,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":84,"slayerXP":7245,"assignableSlayerMasters":["konar","nieve","duradel"]},"10402":{"members":true,"combatLevel":334,"hitpoints":750,"maxHit":34,"attackType":["ranged","magic"],"attackSpeed":6,"aggressive":false,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":["dragon"],"category":["hydras"],"examineText":"Don't forget to hydra-te.","wikiName":"Colossal Hydra","wikiURL":"https://oldschool.runescape.wiki/w/Colossal_Hydra","attackLevel":1,"strengthLevel":1,"defenceLevel":100,"magicLevel":250,"rangedLevel":250,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":100,"defenceSlash":200,"defenceCrush":200,"defenceMagic":200,"defenceRanged":20,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":95,"slayerXP":8625,"assignableSlayerMasters":["konar"]},"10589":{"members":true,"combatLevel":140,"hitpoints":130,"maxHit":13,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":["shade","spectral","undead"],"category":["shades"],"examineText":"The shadowy remains of a long departed soul.","wikiName":"Urium Shade (Shade)","wikiURL":"https://oldschool.runescape.wiki/w/Urium_Shade#Shade","attackLevel":138,"strengthLevel":116,"defenceLevel":100,"magicLevel":0,"rangedLevel":0,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":130,"assignableSlayerMasters":["mazchna","vannaka"]},"10689":{"members":true,"combatLevel":70,"hitpoints":94,"maxHit":10,"attackType":["crush"],"attackSpeed":5,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["golem"],"category":[],"examineText":"This golem looks like it's been touched by chaos.","wikiName":"Chaos Golem (Golem)","wikiURL":"https://oldschool.runescape.wiki/w/Chaos_Golem#Golem","attackLevel":45,"strengthLevel":55,"defenceLevel":59,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":5,"defenceSlash":5,"defenceCrush":0,"defenceMagic":2,"defenceRanged":10,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"10691":{"members":false,"combatLevel":50,"hitpoints":60,"maxHit":7,"attackType":["slash"],"attackSpeed":5,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["golem"],"category":[],"examineText":"This golem looks like it's been imbued with body energy.","wikiName":"Body Golem (Golem)","wikiURL":"https://oldschool.runescape.wiki/w/Body_Golem#Golem","attackLevel":33,"strengthLevel":43,"defenceLevel":45,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":5,"defenceSlash":5,"defenceCrush":0,"defenceMagic":2,"defenceRanged":10,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"10693":{"members":false,"combatLevel":30,"hitpoints":40,"maxHit":5,"attackType":["stab"],"attackSpeed":5,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["golem"],"category":[],"examineText":"This golem looks like it's been imbued with mind energy.","wikiName":"Mind Golem (Golem)","wikiURL":"https://oldschool.runescape.wiki/w/Mind_Golem#Golem","attackLevel":14,"strengthLevel":31,"defenceLevel":25,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":5,"defenceSlash":5,"defenceCrush":0,"defenceMagic":2,"defenceRanged":10,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"10695":{"members":false,"combatLevel":13,"hitpoints":25,"maxHit":3,"attackType":["stab"],"attackSpeed":5,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["golem"],"category":[],"examineText":"How long has it dwelled down here?","wikiName":"Flawed Golem (Golem)","wikiURL":"https://oldschool.runescape.wiki/w/Flawed_Golem#Golem","attackLevel":7,"strengthLevel":12,"defenceLevel":6,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":5,"defenceSlash":5,"defenceCrush":0,"defenceMagic":2,"defenceRanged":10,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"11293":{"members":true,"combatLevel":174,"hitpoints":125,"maxHit":20,"attackType":["magic"],"attackSpeed":5,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["demon"],"category":[],"examineText":"A strange and twisted demon.","wikiName":"Blood Reaver (Ancient Prison)","wikiURL":"https://oldschool.runescape.wiki/w/Blood_Reaver#Ancient_Prison","attackLevel":1,"strengthLevel":1,"defenceLevel":100,"magicLevel":190,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":20,"defenceSlash":80,"defenceCrush":120,"defenceMagic":300,"defenceRanged":55,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"11463":{"members":true,"combatLevel":0,"hitpoints":35,"maxHit":11,"attackType":["melee"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["demon"],"category":["hellhounds"],"examineText":"This creature has been dragged back from the grave.","wikiName":"Reanimated hellhound","wikiURL":"https://oldschool.runescape.wiki/w/Reanimated_hellhound","attackLevel":105,"strengthLevel":104,"defenceLevel":102,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":35,"assignableSlayerMasters":["krystilia","vannaka","chaeldar","konar","nieve","duradel"]},"11992":{"members":true,"combatLevel":320,"hitpoints":450,"maxHit":35,"attackType":["crush","ranged","magic"],"attackSpeed":5,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["bears","bosses"],"examineText":"She looks mad that her forest has died.","wikiName":"Artio","wikiURL":"https://oldschool.runescape.wiki/w/Artio","attackLevel":250,"strengthLevel":270,"defenceLevel":150,"magicLevel":90,"rangedLevel":120,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":60,"defenceStab":125,"defenceSlash":110,"defenceCrush":110,"defenceMagic":0,"defenceRanged":40,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":518,"assignableSlayerMasters":["turael","spria","krystilia","mazchna","konar","nieve","duradel"]},"11993":{"members":true,"combatLevel":264,"hitpoints":150,"maxHit":26,"attackType":["slash","magic"],"attackSpeed":5,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["undead"],"category":["skeletons","bosses"],"examineText":"Only the true lord & king of the lands can lift his burden.","wikiName":"Calvar'ion (Normal)","wikiURL":"https://oldschool.runescape.wiki/w/Calvar'ion#Normal","attackLevel":250,"strengthLevel":250,"defenceLevel":225,"magicLevel":178,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":130,"defenceSlash":128,"defenceCrush":-10,"defenceMagic":198,"defenceRanged":211,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":322.5,"assignableSlayerMasters":["turael","spria","krystilia","mazchna","konar","nieve","duradel"]},"11998":{"members":true,"combatLevel":302,"hitpoints":515,"maxHit":14,"attackType":["stab","ranged","magic"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["spiders","bosses"],"examineText":"I wonder if it's venomous...","wikiName":"Spindel","wikiURL":"https://oldschool.runescape.wiki/w/Spindel","attackLevel":200,"strengthLevel":130,"defenceLevel":225,"magicLevel":235,"rangedLevel":286,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":70,"defenceSlash":70,"defenceCrush":10,"defenceMagic":205,"defenceRanged":103,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":541,"assignableSlayerMasters":["turael","spria","krystilia","konar","nieve","duradel"]},"12077":{"members":true,"combatLevel":741,"hitpoints":850,"maxHit":61,"attackType":["ranged","magic"],"attackSpeed":6,"aggressive":true,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":["spectral"],"category":["bosses"],"examineText":"Imagination gone wild.","wikiName":"Phantom Muspah (Ranged)","wikiURL":"https://oldschool.runescape.wiki/w/Phantom_Muspah#Ranged","attackLevel":280,"strengthLevel":280,"defenceLevel":200,"magicLevel":150,"rangedLevel":280,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":280,"attackRanged":64,"defenceStab":185,"defenceSlash":134,"defenceCrush":120,"defenceMagic":437,"defenceRanged":56,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":1763.7,"assignableSlayerMasters":["konar","nieve","duradel"]},"12191":{"members":true,"combatLevel":758,"hitpoints":440,"maxHit":56,"attackType":["melee","magic"],"attackSpeed":5,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["demon"],"category":["bosses"],"examineText":"That's a lot of eyes...","wikiName":"Duke Sucellus (Awake)","wikiURL":"https://oldschool.runescape.wiki/w/Duke_Sucellus#Awake","attackLevel":300,"strengthLevel":345,"defenceLevel":275,"magicLevel":310,"rangedLevel":0,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":150,"attackRanged":0,"defenceStab":255,"defenceSlash":45,"defenceCrush":190,"defenceMagic":440,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":310,"assignableSlayerMasters":["konar","nieve","duradel"]},"12192":{"members":true,"combatLevel":758,"hitpoints":440,"maxHit":56,"attackType":["melee","magic"],"attackSpeed":5,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["demon"],"category":["bosses"],"examineText":"That's a lot of eyes...","wikiName":"Duke Sucellus (Awake)","wikiURL":"https://oldschool.runescape.wiki/w/Duke_Sucellus#Awake","attackLevel":300,"strengthLevel":345,"defenceLevel":275,"magicLevel":310,"rangedLevel":0,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":150,"attackRanged":0,"defenceStab":255,"defenceSlash":45,"defenceCrush":190,"defenceMagic":440,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":310,"assignableSlayerMasters":["konar","nieve","duradel"]},"12204":{"members":true,"combatLevel":791,"hitpoints":2700,"maxHit":57,"attackType":[],"attackSpeed":10,"aggressive":true,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":[],"category":["bosses"],"examineText":"Dare you face the shadows?","wikiName":"The Whisperer (Awakened)","wikiURL":"https://oldschool.runescape.wiki/w/The_Whisperer#Awakened","attackLevel":378,"strengthLevel":378,"defenceLevel":300,"magicLevel":225,"rangedLevel":243,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":190,"attackRanged":160,"defenceStab":180,"defenceSlash":300,"defenceCrush":220,"defenceMagic":10,"defenceRanged":300,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":2700,"assignableSlayerMasters":["konar","nieve","duradel"]},"12205":{"members":true,"combatLevel":791,"hitpoints":2700,"maxHit":57,"attackType":[],"attackSpeed":10,"aggressive":true,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":[],"category":["bosses"],"examineText":"Dare you face the shadows?","wikiName":"The Whisperer (Awakened)","wikiURL":"https://oldschool.runescape.wiki/w/The_Whisperer#Awakened","attackLevel":378,"strengthLevel":378,"defenceLevel":300,"magicLevel":225,"rangedLevel":243,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":190,"attackRanged":160,"defenceStab":180,"defenceSlash":300,"defenceCrush":220,"defenceMagic":10,"defenceRanged":300,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":2700,"assignableSlayerMasters":["konar","nieve","duradel"]},"12214":{"members":true,"combatLevel":798,"hitpoints":2700,"maxHit":86,"attackType":["melee","ranged","magic"],"attackSpeed":null,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["bosses"],"examineText":"An unfathomably huge sea creature.","wikiName":"The Leviathan (Awakened)","wikiURL":"https://oldschool.runescape.wiki/w/The_Leviathan#Awakened","attackLevel":525,"strengthLevel":630,"defenceLevel":287,"magicLevel":280,"rangedLevel":280,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":160,"attackRanged":300,"defenceStab":260,"defenceSlash":190,"defenceCrush":230,"defenceMagic":280,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":2700,"assignableSlayerMasters":["konar","nieve","duradel"]},"12215":{"members":true,"combatLevel":798,"hitpoints":2700,"maxHit":86,"attackType":["melee","ranged","magic"],"attackSpeed":null,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":[],"category":["bosses"],"examineText":"An unfathomably huge sea creature.","wikiName":"The Leviathan (Awakened)","wikiURL":"https://oldschool.runescape.wiki/w/The_Leviathan#Awakened","attackLevel":525,"strengthLevel":630,"defenceLevel":287,"magicLevel":280,"rangedLevel":280,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":160,"attackRanged":300,"defenceStab":260,"defenceSlash":190,"defenceCrush":230,"defenceMagic":280,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":2700,"assignableSlayerMasters":["konar","nieve","duradel"]},"12223":{"members":true,"combatLevel":784,"hitpoints":1400,"maxHit":null,"attackType":["slash"],"attackSpeed":5,"aggressive":false,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":[],"category":["bosses"],"examineText":"How does he suck blood now?","wikiName":"Vardorvis (Awakened)","wikiURL":"https://oldschool.runescape.wiki/w/Vardorvis#Awakened","attackLevel":420,"strengthLevel":0,"defenceLevel":0,"magicLevel":215,"rangedLevel":0,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":215,"defenceSlash":65,"defenceCrush":85,"defenceMagic":580,"defenceRanged":580,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":1400,"assignableSlayerMasters":["konar","nieve","duradel"]},"12224":{"members":true,"combatLevel":784,"hitpoints":1400,"maxHit":null,"attackType":["slash"],"attackSpeed":5,"aggressive":false,"poisonous":false,"immuneToPoison":true,"immuneToVenom":true,"attributes":[],"category":["bosses"],"examineText":"How does he suck blood now?","wikiName":"Vardorvis (Awakened)","wikiURL":"https://oldschool.runescape.wiki/w/Vardorvis#Awakened","attackLevel":420,"strengthLevel":0,"defenceLevel":0,"magicLevel":215,"rangedLevel":0,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":215,"defenceSlash":65,"defenceCrush":85,"defenceMagic":580,"defenceRanged":580,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":1400,"assignableSlayerMasters":["konar","nieve","duradel"]},"12720":{"members":true,"combatLevel":85,"hitpoints":85,"maxHit":8,"attackType":["crush"],"attackSpeed":4,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["undead"],"category":["zombies"],"examineText":"This is a rotten one.","wikiName":"Armoured zombie (Melee)","wikiURL":"https://oldschool.runescape.wiki/w/Armoured_zombie#Melee","attackLevel":73,"strengthLevel":72,"defenceLevel":68,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":20,"defenceSlash":20,"defenceCrush":0,"defenceMagic":0,"defenceRanged":10,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":85,"assignableSlayerMasters":["turael","spria","mazchna"]},"13489":{"members":true,"combatLevel":22,"hitpoints":30,"maxHit":2,"attackType":["crush"],"attackSpeed":5,"aggressive":true,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["undead"],"category":["zombies","pirates"],"examineText":"Aaaargh, me hearty!","wikiName":"Zombie pirate (Level 22)","wikiURL":"https://oldschool.runescape.wiki/w/Zombie_pirate#Level_22","attackLevel":20,"strengthLevel":10,"defenceLevel":20,"magicLevel":1,"rangedLevel":1,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":0,"attackRanged":0,"defenceStab":0,"defenceSlash":0,"defenceCrush":0,"defenceMagic":0,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":1,"slayerXP":30,"assignableSlayerMasters":["turael","spria","krystilia","mazchna"]},"13600":{"members":true,"combatLevel":450,"hitpoints":600,"maxHit":31,"attackType":[],"attackSpeed":6,"aggressive":false,"poisonous":false,"immuneToPoison":false,"immuneToVenom":false,"attributes":["demon"],"category":["greater demons"],"examineText":"Lucien must be incredibly powerful if he can bind such demons to his will.","wikiName":"Tormented Demon (2)","wikiURL":"https://oldschool.runescape.wiki/w/Tormented_Demon#2","attackLevel":255,"strengthLevel":255,"defenceLevel":150,"magicLevel":255,"rangedLevel":255,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":300,"attackRanged":300,"defenceStab":75,"defenceSlash":175,"defenceCrush":68,"defenceMagic":5,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":false,"slayerLevelRequired":0,"slayerXP":0,"assignableSlayerMasters":[]},"13668":{"members":true,"combatLevel":890,"hitpoints":1020,"maxHit":38,"attackType":["melee","magic"],"attackSpeed":6,"aggressive":true,"poisonous":true,"immuneToPoison":true,"immuneToVenom":true,"attributes":[],"category":["araxytes","bosses","spiders"],"examineText":"A seriously scary spider.","wikiName":"Araxxor","wikiURL":"https://oldschool.runescape.wiki/w/Araxxor","attackLevel":320,"strengthLevel":320,"defenceLevel":135,"magicLevel":190,"rangedLevel":210,"attackStab":0,"attackSlash":0,"attackCrush":0,"attackMagic":260,"attackRanged":283,"defenceStab":160,"defenceSlash":75,"defenceCrush":15,"defenceMagic":237,"defenceRanged":0,"attackAccuracy":0,"meleeStrength":0,"rangedStrength":0,"magicDamage":0,"isSlayerMonster":true,"slayerLevelRequired":92,"slayerXP":1708,"assignableSlayerMasters":["nieve","duradel","turael","spria","konar"]}} \ No newline at end of file diff --git a/dist/types/EItem.d.ts b/dist/types/EItem.d.ts new file mode 100644 index 000000000..c88f77444 --- /dev/null +++ b/dist/types/EItem.d.ts @@ -0,0 +1,6395 @@ +export declare enum EItem { + CANNONBALL = 2, + CANNON_BASE = 6, + CANNON_STAND = 8, + CANNON_BARRELS = 10, + CANNON_FURNACE = 12, + INSECT_REPELLENT = 28, + BUCKET_OF_WAX = 30, + EXCALIBUR = 35, + CANDLE_UNLIT = 36, + BRONZE_ARROWTIPS = 39, + IRON_ARROWTIPS = 40, + STEEL_ARROWTIPS = 41, + MITHRIL_ARROWTIPS = 42, + ADAMANT_ARROWTIPS = 43, + RUNE_ARROWTIPS = 44, + OPAL_BOLT_TIPS = 45, + PEARL_BOLT_TIPS = 46, + BARB_BOLTTIPS = 47, + LONGBOW_U = 48, + SHORTBOW_U = 50, + ARROW_SHAFT = 52, + HEADLESS_ARROW = 53, + OAK_SHORTBOW_U = 54, + OAK_LONGBOW_U = 56, + WILLOW_LONGBOW_U = 58, + WILLOW_SHORTBOW_U = 60, + MAPLE_LONGBOW_U = 62, + MAPLE_SHORTBOW_U = 64, + YEW_LONGBOW_U = 66, + YEW_SHORTBOW_U = 68, + MAGIC_LONGBOW_U = 70, + MAGIC_SHORTBOW_U = 72, + KHAZARD_HELMET = 74, + KHAZARD_ARMOUR = 75, + ICE_ARROWS = 78, + PENDANT_OF_LUCIEN = 86, + ARMADYL_PENDANT = 87, + BOOTS_OF_LIGHTNESS_INVENTORY = 88, + GUAM_POTION_UNF = 91, + MARRENTILL_POTION_UNF = 93, + TARROMIN_POTION_UNF = 95, + HARRALANDER_POTION_UNF = 97, + RANARR_POTION_UNF = 99, + IRIT_POTION_UNF = 101, + AVANTOE_POTION_UNF = 103, + KWUARM_POTION_UNF = 105, + CADANTINE_POTION_UNF = 107, + DWARF_WEED_POTION_UNF = 109, + TORSTOL_POTION_UNF = 111, + STRENGTH_POTION_4_DOSE = 113, + STRENGTH_POTION_3_DOSE = 115, + STRENGTH_POTION_2_DOSE = 117, + STRENGTH_POTION_1_DOSE = 119, + ATTACK_POTION_3_DOSE = 121, + ATTACK_POTION_2_DOSE = 123, + ATTACK_POTION_1_DOSE = 125, + RESTORE_POTION_3_DOSE = 127, + RESTORE_POTION_2_DOSE = 129, + RESTORE_POTION_1_DOSE = 131, + DEFENCE_POTION_3_DOSE = 133, + DEFENCE_POTION_2_DOSE = 135, + DEFENCE_POTION_1_DOSE = 137, + PRAYER_POTION_3_DOSE = 139, + PRAYER_POTION_2_DOSE = 141, + PRAYER_POTION_1_DOSE = 143, + SUPER_ATTACK_3_DOSE = 145, + SUPER_ATTACK_2_DOSE = 147, + SUPER_ATTACK_1_DOSE = 149, + FISHING_POTION_3_DOSE = 151, + FISHING_POTION_2_DOSE = 153, + FISHING_POTION_1_DOSE = 155, + SUPER_STRENGTH_3_DOSE = 157, + SUPER_STRENGTH_2_DOSE = 159, + SUPER_STRENGTH_1_DOSE = 161, + SUPER_DEFENCE_3_DOSE = 163, + SUPER_DEFENCE_2_DOSE = 165, + SUPER_DEFENCE_1_DOSE = 167, + RANGING_POTION_3_DOSE = 169, + RANGING_POTION_2_DOSE = 171, + RANGING_POTION_1_DOSE = 173, + ANTIPOISON_3_DOSE = 175, + ANTIPOISON_2_DOSE = 177, + ANTIPOISON_1_DOSE = 179, + SUPERANTIPOISON_3_DOSE = 181, + SUPERANTIPOISON_2_DOSE = 183, + SUPERANTIPOISON_1_DOSE = 185, + WEAPON_POISON = 187, + ZAMORAK_BREW_3_DOSE = 189, + ZAMORAK_BREW_2_DOSE = 191, + ZAMORAK_BREW_1_DOSE = 193, + POISON_CHALICE = 197, + GRIMY_GUAM_LEAF = 199, + GRIMY_MARRENTILL = 201, + GRIMY_TARROMIN = 203, + GRIMY_HARRALANDER = 205, + GRIMY_RANARR_WEED = 207, + GRIMY_IRIT_LEAF = 209, + GRIMY_AVANTOE = 211, + GRIMY_KWUARM = 213, + GRIMY_CADANTINE = 215, + GRIMY_DWARF_WEED = 217, + GRIMY_TORSTOL = 219, + EYE_OF_NEWT = 221, + RED_SPIDERS_EGGS = 223, + LIMPWURT_ROOT = 225, + VIAL_OF_WATER = 227, + VIAL = 229, + SNAPE_GRASS = 231, + PESTLE_AND_MORTAR = 233, + UNICORN_HORN_DUST = 235, + UNICORN_HORN = 237, + WHITE_BERRIES = 239, + DRAGON_SCALE_DUST = 241, + BLUE_DRAGON_SCALE = 243, + WINE_OF_ZAMORAK = 245, + JANGERBERRIES = 247, + GUAM_LEAF = 249, + MARRENTILL = 251, + TARROMIN = 253, + HARRALANDER = 255, + RANARR_WEED = 257, + IRIT_LEAF = 259, + AVANTOE = 261, + KWUARM = 263, + CADANTINE = 265, + DWARF_WEED = 267, + TORSTOL = 269, + FISH_FOOD = 272, + POISON_ITEM = 273, + CATTLEPROD = 278, + PLAGUE_JACKET = 284, + PLAGUE_TROUSERS = 285, + GOBLIN_MAIL = 288, + GLARIALS_AMULET = 295, + MITHRIL_SEEDS = 299, + LOBSTER_POT = 301, + SMALL_FISHING_NET_REGULAR = 303, + BIG_FISHING_NET = 305, + FISHING_ROD = 307, + FLY_FISHING_ROD = 309, + HARPOON = 311, + FISHING_BAIT = 313, + FEATHER = 314, + SHRIMPS = 315, + RAW_SHRIMPS = 317, + ANCHOVIES = 319, + RAW_ANCHOVIES = 321, + SARDINE = 325, + RAW_SARDINE = 327, + SALMON = 329, + RAW_SALMON = 331, + TROUT = 333, + RAW_TROUT = 335, + COD = 339, + RAW_COD = 341, + RAW_HERRING = 345, + HERRING = 347, + RAW_PIKE = 349, + PIKE = 351, + RAW_MACKEREL = 353, + MACKEREL = 355, + RAW_TUNA = 359, + TUNA = 361, + RAW_BASS = 363, + BASS = 365, + RAW_SWORDFISH = 371, + SWORDFISH = 373, + RAW_LOBSTER = 377, + LOBSTER = 379, + RAW_SHARK = 383, + SHARK = 385, + RAW_MANTA_RAY = 389, + MANTA_RAY = 391, + RAW_SEA_TURTLE = 395, + SEA_TURTLE = 397, + SEAWEED = 401, + EDIBLE_SEAWEED = 403, + CASKET = 405, + OYSTER = 407, + OYSTER_PEARL = 411, + OYSTER_PEARLS = 413, + LATHAS_AMULET = 421, + PRIEST_GOWN_TOP = 426, + PRIEST_GOWN_BOTTOM = 428, + MEDICAL_GOWN = 430, + CLAY = 434, + COPPER_ORE = 436, + TIN_ORE = 438, + IRON_ORE = 440, + SILVER_ORE = 442, + GOLD_ORE = 444, + MITHRIL_ORE = 447, + ADAMANTITE_ORE = 449, + RUNITE_ORE = 451, + COAL = 453, + STRANGE_FRUIT = 464, + BONES = 526, + BURNT_BONES = 528, + BAT_BONES = 530, + BIG_BONES = 532, + BABYDRAGON_BONES = 534, + DRAGON_BONES = 536, + DRUIDS_ROBE = 538, + DRUIDS_ROBE_TOP = 540, + MONKS_ROBE = 542, + MONKS_ROBE_TOP = 544, + SHADE_ROBE_TOP = 546, + SHADE_ROBE = 548, + GHOSTSPEAK_AMULET_NORMAL = 552, + FIRE_RUNE = 554, + WATER_RUNE = 555, + AIR_RUNE = 556, + EARTH_RUNE = 557, + MIND_RUNE = 558, + BODY_RUNE = 559, + DEATH_RUNE = 560, + NATURE_RUNE = 561, + CHAOS_RUNE = 562, + LAW_RUNE = 563, + COSMIC_RUNE = 564, + BLOOD_RUNE = 565, + SOUL_RUNE = 566, + UNPOWERED_ORB = 567, + FIRE_ORB = 569, + WATER_ORB = 571, + AIR_ORB = 573, + EARTH_ORB = 575, + BLUE_WIZARD_ROBE = 577, + BLUE_WIZARD_HAT = 579, + BLACK_ROBE = 581, + GNOME_AMULET = 589, + TINDERBOX = 590, + ASHES = 592, + TORCH_UNLIT = 596, + BRONZE_FIRE_ARROW_UNLIT = 598, + BEADS_OF_THE_DEAD = 616, + SHIP_TICKET = 621, + PINK_BOOTS = 626, + GREEN_BOOTS = 628, + BLUE_BOOTS = 630, + CREAM_BOOTS = 632, + TURQUOISE_BOOTS = 634, + PINK_ROBE_TOP = 636, + GREEN_ROBE_TOP = 638, + BLUE_ROBE_TOP = 640, + CREAM_ROBE_TOP = 642, + TURQUOISE_ROBE_TOP = 644, + PINK_ROBE_BOTTOMS = 646, + GREEN_ROBE_BOTTOMS = 648, + BLUE_ROBE_BOTTOMS = 650, + CREAM_ROBE_BOTTOMS = 652, + TURQUOISE_ROBE_BOTTOMS = 654, + PINK_HAT = 656, + GREEN_HAT = 658, + BLUE_HAT = 660, + CREAM_HAT = 662, + TURQUOISE_HAT = 664, + BLURITE_SWORD = 667, + HOLY_WATER = 732, + DARK_DAGGER = 746, + GLOWING_DAGGER = 747, + GNOMEBALL = 751, + CADAVA_BERRIES = 753, + PHOENIX_CROSSBOW = 767, + DRAMEN_STAFF = 772, + PERFECT_RING = 773, + PERFECT_NECKLACE = 774, + COOKING_GAUNTLETS = 775, + GOLDSMITH_GAUNTLETS = 776, + CHAOS_GAUNTLETS = 777, + STEEL_GAUNTLETS = 778, + BRONZE_THROWNAXE = 800, + IRON_THROWNAXE = 801, + STEEL_THROWNAXE = 802, + MITHRIL_THROWNAXE = 803, + ADAMANT_THROWNAXE = 804, + RUNE_THROWNAXE = 805, + BRONZE_DART_UNPOISONED = 806, + IRON_DART_UNPOISONED = 807, + STEEL_DART_UNPOISONED = 808, + MITHRIL_DART_UNPOISONED = 809, + ADAMANT_DART_UNPOISONED = 810, + RUNE_DART_UNPOISONED = 811, + BRONZE_DART_POISON = 812, + IRON_DART_POISON = 813, + STEEL_DART_POISON = 814, + MITHRIL_DART_POISON = 815, + ADAMANT_DART_POISON = 816, + RUNE_DART_POISON = 817, + BRONZE_DART_TIP = 819, + IRON_DART_TIP = 820, + STEEL_DART_TIP = 821, + MITHRIL_DART_TIP = 822, + ADAMANT_DART_TIP = 823, + RUNE_DART_TIP = 824, + BRONZE_JAVELIN_UNPOISONED = 825, + IRON_JAVELIN_UNPOISONED = 826, + STEEL_JAVELIN_UNPOISONED = 827, + MITHRIL_JAVELIN_UNPOISONED = 828, + ADAMANT_JAVELIN_UNPOISONED = 829, + RUNE_JAVELIN_UNPOISONED = 830, + BRONZE_JAVELIN_POISON = 831, + IRON_JAVELIN_POISON = 832, + STEEL_JAVELIN_POISON = 833, + MITHRIL_JAVELIN_POISON = 834, + ADAMANT_JAVELIN_POISON = 835, + RUNE_JAVELIN_POISON = 836, + CROSSBOW = 837, + LONGBOW = 839, + SHORTBOW = 841, + OAK_SHORTBOW = 843, + OAK_LONGBOW = 845, + WILLOW_LONGBOW = 847, + WILLOW_SHORTBOW = 849, + MAPLE_LONGBOW = 851, + MAPLE_SHORTBOW = 853, + YEW_LONGBOW = 855, + YEW_SHORTBOW = 857, + MAGIC_LONGBOW = 859, + MAGIC_SHORTBOW = 861, + IRON_KNIFE_UNPOISONED = 863, + BRONZE_KNIFE_UNPOISONED = 864, + STEEL_KNIFE_UNPOISONED = 865, + MITHRIL_KNIFE_UNPOISONED = 866, + ADAMANT_KNIFE_UNPOISONED = 867, + RUNE_KNIFE_UNPOISONED = 868, + BLACK_KNIFE_UNPOISONED = 869, + BRONZE_KNIFE_POISON = 870, + IRON_KNIFE_POISON = 871, + STEEL_KNIFE_POISON = 872, + MITHRIL_KNIFE_POISON = 873, + BLACK_KNIFE_POISON = 874, + ADAMANT_KNIFE_POISON = 875, + RUNE_KNIFE_POISON = 876, + BRONZE_BOLTS_UNPOISONED = 877, + BRONZE_BOLTS_POISON = 878, + OPAL_BOLTS = 879, + PEARL_BOLTS = 880, + BARBED_BOLTS = 881, + BRONZE_ARROW_UNPOISONED = 882, + BRONZE_ARROW_POISON = 883, + IRON_ARROW_UNPOISONED = 884, + IRON_ARROW_POISON = 885, + STEEL_ARROW_UNPOISONED = 886, + STEEL_ARROW_POISON = 887, + MITHRIL_ARROW_UNPOISONED = 888, + MITHRIL_ARROW_POISON = 889, + ADAMANT_ARROW_UNPOISONED = 890, + ADAMANT_ARROW_POISON = 891, + RUNE_ARROW_UNPOISONED = 892, + RUNE_ARROW_POISON = 893, + BRONZE_FIRE_ARROW_LIT = 942, + KNIFE = 946, + BEAR_FUR = 948, + SILK = 950, + SPADE = 952, + ROPE = 954, + GREY_WOLF_FUR = 958, + PLANK = 960, + CHRISTMAS_CRACKER = 962, + PAPYRUS = 970, + CHARCOAL = 973, + MACHETE = 975, + DISK_OF_RETURNING = 981, + BRASS_KEY = 983, + TOOTH_HALF_OF_KEY = 985, + LOOP_HALF_OF_KEY = 987, + CRYSTAL_KEY = 989, + MUDDY_KEY = 991, + SINISTER_KEY = 993, + WHITE_APRON = 1005, + RED_CAPE = 1007, + BRASS_NECKLACE = 1009, + BLUE_SKIRT = 1011, + PINK_SKIRT = 1013, + BLACK_SKIRT = 1015, + WIZARD_HAT = 1017, + BLACK_CAPE = 1019, + BLUE_CAPE = 1021, + YELLOW_CAPE = 1023, + RIGHT_EYE_PATCH = 1025, + GREEN_CAPE = 1027, + PURPLE_CAPE = 1029, + ORANGE_CAPE = 1031, + ZAMORAK_MONK_BOTTOM = 1033, + ZAMORAK_MONK_TOP = 1035, + BUNNY_EARS = 1037, + RED_PARTYHAT = 1038, + YELLOW_PARTYHAT = 1040, + BLUE_PARTYHAT = 1042, + GREEN_PARTYHAT = 1044, + PURPLE_PARTYHAT = 1046, + WHITE_PARTYHAT = 1048, + SANTA_HAT = 1050, + CAPE_OF_LEGENDS = 1052, + GREEN_HALLOWEEN_MASK = 1053, + BLUE_HALLOWEEN_MASK = 1055, + RED_HALLOWEEN_MASK = 1057, + LEATHER_GLOVES = 1059, + LEATHER_BOOTS = 1061, + LEATHER_VAMBRACES = 1063, + GREEN_DHIDE_VAMBRACES = 1065, + IRON_PLATELEGS = 1067, + STEEL_PLATELEGS = 1069, + MITHRIL_PLATELEGS = 1071, + ADAMANT_PLATELEGS = 1073, + BRONZE_PLATELEGS = 1075, + BLACK_PLATELEGS = 1077, + RUNE_PLATELEGS = 1079, + IRON_PLATESKIRT = 1081, + STEEL_PLATESKIRT = 1083, + MITHRIL_PLATESKIRT = 1085, + BRONZE_PLATESKIRT = 1087, + BLACK_PLATESKIRT = 1089, + ADAMANT_PLATESKIRT = 1091, + RUNE_PLATESKIRT = 1093, + LEATHER_CHAPS = 1095, + STUDDED_CHAPS = 1097, + GREEN_DHIDE_CHAPS = 1099, + IRON_CHAINBODY = 1101, + BRONZE_CHAINBODY = 1103, + STEEL_CHAINBODY = 1105, + BLACK_CHAINBODY = 1107, + MITHRIL_CHAINBODY = 1109, + ADAMANT_CHAINBODY = 1111, + RUNE_CHAINBODY = 1113, + IRON_PLATEBODY = 1115, + BRONZE_PLATEBODY = 1117, + STEEL_PLATEBODY = 1119, + MITHRIL_PLATEBODY = 1121, + ADAMANT_PLATEBODY = 1123, + BLACK_PLATEBODY = 1125, + RUNE_PLATEBODY = 1127, + LEATHER_BODY = 1129, + HARDLEATHER_BODY = 1131, + STUDDED_BODY = 1133, + GREEN_DHIDE_BODY = 1135, + IRON_MED_HELM = 1137, + BRONZE_MED_HELM = 1139, + STEEL_MED_HELM = 1141, + MITHRIL_MED_HELM = 1143, + ADAMANT_MED_HELM = 1145, + RUNE_MED_HELM = 1147, + DRAGON_MED_HELM = 1149, + BLACK_MED_HELM = 1151, + IRON_FULL_HELM = 1153, + BRONZE_FULL_HELM = 1155, + STEEL_FULL_HELM = 1157, + MITHRIL_FULL_HELM = 1159, + ADAMANT_FULL_HELM = 1161, + RUNE_FULL_HELM = 1163, + BLACK_FULL_HELM = 1165, + LEATHER_COWL = 1167, + COIF = 1169, + WOODEN_SHIELD = 1171, + BRONZE_SQ_SHIELD = 1173, + IRON_SQ_SHIELD = 1175, + STEEL_SQ_SHIELD = 1177, + BLACK_SQ_SHIELD = 1179, + MITHRIL_SQ_SHIELD = 1181, + ADAMANT_SQ_SHIELD = 1183, + RUNE_SQ_SHIELD = 1185, + DRAGON_SQ_SHIELD = 1187, + BRONZE_KITESHIELD = 1189, + IRON_KITESHIELD = 1191, + STEEL_KITESHIELD = 1193, + BLACK_KITESHIELD = 1195, + MITHRIL_KITESHIELD = 1197, + ADAMANT_KITESHIELD = 1199, + RUNE_KITESHIELD = 1201, + IRON_DAGGER_UNPOISONED = 1203, + BRONZE_DAGGER_UNPOISONED = 1205, + STEEL_DAGGER_UNPOISONED = 1207, + MITHRIL_DAGGER_UNPOISONED = 1209, + ADAMANT_DAGGER_UNPOISONED = 1211, + RUNE_DAGGER_UNPOISONED = 1213, + DRAGON_DAGGER_UNPOISONED = 1215, + BLACK_DAGGER_UNPOISONED = 1217, + IRON_DAGGER_POISON = 1219, + BRONZE_DAGGER_POISON = 1221, + STEEL_DAGGER_POISON = 1223, + MITHRIL_DAGGER_POISON = 1225, + ADAMANT_DAGGER_POISON = 1227, + RUNE_DAGGER_POISON = 1229, + DRAGON_DAGGER_POISON = 1231, + BLACK_DAGGER_POISON = 1233, + BRONZE_SPEAR_UNPOISONED = 1237, + IRON_SPEAR_UNPOISONED = 1239, + STEEL_SPEAR_UNPOISONED = 1241, + MITHRIL_SPEAR_UNPOISONED = 1243, + ADAMANT_SPEAR_UNPOISONED = 1245, + RUNE_SPEAR_UNPOISONED = 1247, + DRAGON_SPEAR_UNPOISONED = 1249, + BRONZE_SPEAR_POISON = 1251, + IRON_SPEAR_POISON = 1253, + STEEL_SPEAR_POISON = 1255, + MITHRIL_SPEAR_POISON = 1257, + ADAMANT_SPEAR_POISON = 1259, + RUNE_SPEAR_POISON = 1261, + DRAGON_SPEAR_POISON = 1263, + BRONZE_PICKAXE = 1265, + IRON_PICKAXE = 1267, + STEEL_PICKAXE = 1269, + ADAMANT_PICKAXE = 1271, + MITHRIL_PICKAXE = 1273, + RUNE_PICKAXE = 1275, + BRONZE_SWORD = 1277, + IRON_SWORD = 1279, + STEEL_SWORD = 1281, + BLACK_SWORD = 1283, + MITHRIL_SWORD = 1285, + ADAMANT_SWORD = 1287, + RUNE_SWORD = 1289, + BRONZE_LONGSWORD = 1291, + IRON_LONGSWORD = 1293, + STEEL_LONGSWORD = 1295, + BLACK_LONGSWORD = 1297, + MITHRIL_LONGSWORD = 1299, + ADAMANT_LONGSWORD = 1301, + RUNE_LONGSWORD = 1303, + DRAGON_LONGSWORD = 1305, + BRONZE_2H_SWORD = 1307, + IRON_2H_SWORD = 1309, + STEEL_2H_SWORD = 1311, + BLACK_2H_SWORD = 1313, + MITHRIL_2H_SWORD = 1315, + ADAMANT_2H_SWORD = 1317, + RUNE_2H_SWORD = 1319, + BRONZE_SCIMITAR = 1321, + IRON_SCIMITAR = 1323, + STEEL_SCIMITAR = 1325, + BLACK_SCIMITAR = 1327, + MITHRIL_SCIMITAR = 1329, + ADAMANT_SCIMITAR = 1331, + RUNE_SCIMITAR = 1333, + IRON_WARHAMMER = 1335, + BRONZE_WARHAMMER = 1337, + STEEL_WARHAMMER = 1339, + BLACK_WARHAMMER = 1341, + MITHRIL_WARHAMMER = 1343, + ADAMANT_WARHAMMER = 1345, + RUNE_WARHAMMER = 1347, + IRON_AXE = 1349, + BRONZE_AXE = 1351, + STEEL_AXE = 1353, + MITHRIL_AXE = 1355, + ADAMANT_AXE = 1357, + RUNE_AXE = 1359, + BLACK_AXE = 1361, + IRON_BATTLEAXE = 1363, + STEEL_BATTLEAXE = 1365, + BLACK_BATTLEAXE = 1367, + MITHRIL_BATTLEAXE = 1369, + ADAMANT_BATTLEAXE = 1371, + RUNE_BATTLEAXE = 1373, + BRONZE_BATTLEAXE = 1375, + DRAGON_BATTLEAXE = 1377, + STAFF = 1379, + STAFF_OF_AIR = 1381, + STAFF_OF_WATER = 1383, + STAFF_OF_EARTH = 1385, + STAFF_OF_FIRE = 1387, + MAGIC_STAFF = 1389, + BATTLESTAFF = 1391, + FIRE_BATTLESTAFF = 1393, + WATER_BATTLESTAFF = 1395, + AIR_BATTLESTAFF = 1397, + EARTH_BATTLESTAFF = 1399, + MYSTIC_FIRE_STAFF = 1401, + MYSTIC_WATER_STAFF = 1403, + MYSTIC_AIR_STAFF = 1405, + MYSTIC_EARTH_STAFF = 1407, + IBANS_STAFF_REGULAR = 1409, + SCYTHE = 1419, + IRON_MACE = 1420, + BRONZE_MACE = 1422, + STEEL_MACE = 1424, + BLACK_MACE = 1426, + MITHRIL_MACE = 1428, + ADAMANT_MACE = 1430, + RUNE_MACE = 1432, + DRAGON_MACE = 1434, + RUNE_ESSENCE = 1436, + AIR_TALISMAN = 1438, + EARTH_TALISMAN = 1440, + FIRE_TALISMAN = 1442, + WATER_TALISMAN = 1444, + BODY_TALISMAN = 1446, + MIND_TALISMAN = 1448, + BLOOD_TALISMAN = 1450, + CHAOS_TALISMAN = 1452, + COSMIC_TALISMAN = 1454, + DEATH_TALISMAN = 1456, + NATURE_TALISMAN = 1462, + ARCHERY_TICKET = 1464, + RED_BEAD = 1470, + YELLOW_BEAD = 1472, + BLACK_BEAD = 1474, + WHITE_BEAD = 1476, + AMULET_OF_ACCURACY = 1478, + KLANKS_GAUNTLETS = 1495, + GAS_MASK = 1506, + LOGS = 1511, + MAGIC_LOGS = 1513, + YEW_LOGS = 1515, + MAPLE_LOGS = 1517, + WILLOW_LOGS = 1519, + OAK_LOGS = 1521, + LOCKPICK = 1523, + STEEL_NAILS = 1539, + ANTIDRAGON_SHIELD = 1540, + GARLIC = 1550, + SEASONED_SARDINE = 1552, + DOOGLE_LEAVES = 1573, + CAT_TRAINING_MEDAL = 1575, + ICE_GLOVES = 1580, + RING_MOULD = 1592, + AMULET_MOULD = 1595, + NECKLACE_MOULD = 1597, + HOLY_MOULD = 1599, + DIAMOND = 1601, + RUBY = 1603, + EMERALD = 1605, + SAPPHIRE = 1607, + OPAL = 1609, + JADE = 1611, + RED_TOPAZ = 1613, + DRAGONSTONE = 1615, + UNCUT_DIAMOND = 1617, + UNCUT_RUBY = 1619, + UNCUT_EMERALD = 1621, + UNCUT_SAPPHIRE = 1623, + UNCUT_OPAL = 1625, + UNCUT_JADE = 1627, + UNCUT_RED_TOPAZ = 1629, + UNCUT_DRAGONSTONE = 1631, + GOLD_RING = 1635, + SAPPHIRE_RING = 1637, + EMERALD_RING = 1639, + RUBY_RING = 1641, + DIAMOND_RING = 1643, + DRAGONSTONE_RING = 1645, + GOLD_NECKLACE = 1654, + SAPPHIRE_NECKLACE = 1656, + EMERALD_NECKLACE = 1658, + RUBY_NECKLACE = 1660, + DIAMOND_NECKLACE = 1662, + DRAGON_NECKLACE = 1664, + GOLD_AMULET_U = 1673, + SAPPHIRE_AMULET_U = 1675, + EMERALD_AMULET_U = 1677, + RUBY_AMULET_U = 1679, + DIAMOND_AMULET_U = 1681, + DRAGONSTONE_AMULET_U = 1683, + GOLD_AMULET = 1692, + SAPPHIRE_AMULET = 1694, + EMERALD_AMULET = 1696, + RUBY_AMULET = 1698, + DIAMOND_AMULET = 1700, + DRAGONSTONE_AMULET = 1702, + AMULET_OF_GLORY_UNCHARGED = 1704, + AMULET_OF_GLORY_1 = 1706, + AMULET_OF_GLORY_2 = 1708, + AMULET_OF_GLORY_3 = 1710, + AMULET_OF_GLORY_4 = 1712, + UNSTRUNG_SYMBOL = 1714, + UNBLESSED_SYMBOL = 1716, + HOLY_SYMBOL = 1718, + UNSTRUNG_EMBLEM = 1720, + UNPOWERED_SYMBOL = 1722, + UNHOLY_SYMBOL = 1724, + AMULET_OF_STRENGTH = 1725, + AMULET_OF_MAGIC = 1727, + AMULET_OF_DEFENCE = 1729, + AMULET_OF_POWER = 1731, + NEEDLE = 1733, + THREAD = 1734, + SHEARS = 1735, + WOOL = 1737, + COWHIDE = 1739, + LEATHER = 1741, + HARD_LEATHER = 1743, + GREEN_DRAGON_LEATHER = 1745, + BLACK_DRAGONHIDE = 1747, + RED_DRAGONHIDE = 1749, + BLUE_DRAGONHIDE = 1751, + GREEN_DRAGONHIDE = 1753, + CHISEL = 1755, + BROWN_APRON = 1757, + BALL_OF_WOOL = 1759, + SOFT_CLAY = 1761, + RED_DYE = 1763, + YELLOW_DYE = 1765, + BLUE_DYE = 1767, + ORANGE_DYE = 1769, + GREEN_DYE = 1771, + PURPLE_DYE = 1773, + MOLTEN_GLASS = 1775, + BOW_STRING = 1777, + FLAX = 1779, + SODA_ASH = 1781, + BUCKET_OF_SAND = 1783, + GLASSBLOWING_PIPE = 1785, + UNFIRED_POT = 1787, + UNFIRED_PIE_DISH = 1789, + UNFIRED_BOWL = 1791, + WOAD_LEAF = 1793, + BRONZE_WIRE = 1794, + SILVER_NECKLACE_NORMAL = 1796, + SILVER_NECKLACE_DUSTED = 1797, + WATERSKIN_4 = 1823, + WATERSKIN_0 = 1831, + DESERT_SHIRT = 1833, + DESERT_ROBE = 1835, + DESERT_BOOTS = 1837, + SLAVE_SHIRT = 1844, + SLAVE_ROBE = 1845, + SLAVE_BOOTS = 1846, + SHANTAY_PASS_ITEM = 1854, + RAW_UGTHANKI_MEAT = 1859, + UGTHANKI_MEAT = 1861, + PITTA_BREAD = 1865, + CHOPPED_TOMATO = 1869, + CHOPPED_ONION = 1871, + CHOPPED_UGTHANKI = 1873, + ONION_TOMATO = 1875, + UGTHANKI_ONION = 1877, + UGTHANKI_TOMATO = 1879, + KEBAB_MIX = 1881, + UGTHANKI_KEBAB = 1885, + CAKE_TIN = 1887, + CAKE_FULL = 1891, + CHOCOLATE_CAKE_FULL = 1897, + ASGARNIAN_ALE = 1905, + WIZARDS_MIND_BOMB = 1907, + GREENMANS_ALE = 1909, + DRAGON_BITTER = 1911, + DWARVEN_STOUT = 1913, + GROG = 1915, + BEER = 1917, + BEER_GLASS = 1919, + BOWL_OF_WATER = 1921, + BOWL = 1923, + BUCKET = 1925, + BUCKET_OF_MILK = 1927, + BUCKET_OF_WATER = 1929, + POT = 1931, + POT_OF_FLOUR = 1933, + JUG = 1935, + JUG_OF_WATER = 1937, + SWAMP_TAR = 1939, + SWAMP_PASTE = 1941, + POTATO = 1942, + EGG = 1944, + GRAIN = 1947, + CHEFS_HAT = 1949, + REDBERRIES = 1951, + PASTRY_DOUGH = 1953, + COOKING_APPLE = 1955, + ONION = 1957, + PUMPKIN = 1959, + EASTER_EGG = 1961, + BANANA = 1963, + CABBAGE = 1965, + SPINACH_ROLL = 1969, + KEBAB = 1971, + CHOCOLATE_BAR = 1973, + CHOCOLATE_DUST = 1975, + CUP_OF_TEA = 1978, + EMPTY_CUP = 1980, + TOMATO = 1982, + CHEESE = 1985, + GRAPES = 1987, + HALF_FULL_WINE_JUG = 1989, + JUG_OF_WINE = 1993, + STEW = 2003, + SPICE = 2007, + CURRY = 2011, + VODKA = 2015, + WHISKY = 2017, + GIN = 2019, + BRANDY = 2021, + COCKTAIL_GUIDE = 2023, + COCKTAIL_SHAKER = 2025, + COCKTAIL_GLASS = 2026, + PREMADE_BLURB_SP = 2028, + PREMADE_CHOC_SDY = 2030, + PREMADE_DR_DRAGON = 2032, + PREMADE_FR_BLAST = 2034, + PREMADE_P_PUNCH = 2036, + PREMADE_SGG = 2038, + PREMADE_WIZ_BLZD = 2040, + PINEAPPLE_PUNCH = 2048, + WIZARD_BLIZZARD = 2054, + BLURBERRY_SPECIAL = 2064, + CHOC_SATURDAY = 2074, + SHORT_GREEN_GUY = 2080, + FRUIT_BLAST = 2084, + DRUNK_DRAGON = 2092, + LEMON = 2102, + LEMON_CHUNKS = 2104, + LEMON_SLICES = 2106, + ORANGE = 2108, + ORANGE_CHUNKS = 2110, + ORANGE_SLICES = 2112, + PINEAPPLE = 2114, + PINEAPPLE_CHUNKS = 2116, + PINEAPPLE_RING = 2118, + LIME = 2120, + LIME_CHUNKS = 2122, + LIME_SLICES = 2124, + DWELLBERRIES = 2126, + EQUA_LEAVES = 2128, + POT_OF_CREAM = 2130, + RAW_BEEF = 2132, + RAW_RAT_MEAT = 2134, + RAW_BEAR_MEAT = 2136, + RAW_CHICKEN = 2138, + COOKED_CHICKEN = 2140, + COOKED_MEAT = 2142, + SWAMP_TOAD_ITEM = 2150, + TOADS_LEGS = 2152, + KING_WORM = 2162, + BATTA_TIN = 2164, + CRUNCHY_TRAY = 2165, + GNOMEBOWL_MOULD = 2166, + GIANNES_COOK_BOOK = 2167, + GNOME_SPICE = 2169, + GIANNE_DOUGH = 2171, + CHOCOLATE_BOMB = 2185, + TANGLED_TOADS_LEGS = 2187, + WORM_HOLE = 2191, + VEG_BALL = 2195, + WORM_CRUNCHIES = 2205, + CHOCCHIP_CRUNCHIES = 2209, + SPICY_CRUNCHIES = 2213, + TOAD_CRUNCHIES = 2217, + PREMADE_WM_BATTA = 2219, + PREMADE_TD_BATTA = 2221, + PREMADE_FRT_BATTA = 2225, + PREMADE_VEG_BATTA = 2227, + PREMADE_CHOC_BOMB = 2229, + PREMADE_TTL = 2231, + PREMADE_WORM_HOLE = 2233, + PREMADE_VEG_BALL = 2235, + PREMADE_WM_CRUN = 2237, + PREMADE_CH_CRUNCH = 2239, + PREMADE_SY_CRUNCH = 2241, + PREMADE_TD_CRUNCH = 2243, + WORM_BATTA = 2253, + TOAD_BATTA = 2255, + FRUIT_BATTA = 2277, + VEGETABLE_BATTA = 2281, + PIZZA_BASE = 2283, + PLAIN_PIZZA_FULL = 2289, + MEAT_PIZZA_FULL = 2293, + ANCHOVY_PIZZA_FULL = 2297, + PINEAPPLE_PIZZA_FULL = 2301, + BREAD_DOUGH = 2307, + BREAD = 2309, + PIE_DISH = 2313, + PIE_SHELL = 2315, + UNCOOKED_APPLE_PIE = 2317, + UNCOOKED_MEAT_PIE = 2319, + UNCOOKED_BERRY_PIE = 2321, + APPLE_PIE_FULL = 2323, + REDBERRY_PIE_FULL = 2325, + MEAT_PIE_FULL = 2327, + RAW_OOMLIE = 2337, + WRAPPED_OOMLIE = 2341, + COOKED_OOMLIE_WRAP = 2343, + HAMMER = 2347, + BRONZE_BAR = 2349, + IRON_BAR = 2351, + STEEL_BAR = 2353, + SILVER_BAR = 2355, + GOLD_BAR = 2357, + MITHRIL_BAR = 2359, + ADAMANTITE_BAR = 2361, + RUNITE_BAR = 2363, + SHIELD_LEFT_HALF = 2366, + SHIELD_RIGHT_HALF = 2368, + STEEL_STUDS = 2370, + SILVERLIGHT_NORMAL = 2402, + CARNILLEAN_ARMOUR = 2405, + HAZEELS_MARK = 2406, + SARADOMIN_CAPE = 2412, + GUTHIX_CAPE = 2413, + ZAMORAK_CAPE = 2414, + SARADOMIN_STAFF = 2415, + GUTHIX_STAFF = 2416, + ZAMORAK_STAFF = 2417, + ATTACK_POTION_4_DOSE = 2428, + RESTORE_POTION_4_DOSE = 2430, + DEFENCE_POTION_4_DOSE = 2432, + PRAYER_POTION_4_DOSE = 2434, + SUPER_ATTACK_4_DOSE = 2436, + FISHING_POTION_4_DOSE = 2438, + SUPER_STRENGTH_4_DOSE = 2440, + SUPER_DEFENCE_4_DOSE = 2442, + RANGING_POTION_4_DOSE = 2444, + ANTIPOISON_4_DOSE = 2446, + SUPERANTIPOISON_4_DOSE = 2448, + ZAMORAK_BREW_4_DOSE = 2450, + ANTIFIRE_POTION_4_DOSE = 2452, + ANTIFIRE_POTION_3_DOSE = 2454, + ANTIFIRE_POTION_2_DOSE = 2456, + ANTIFIRE_POTION_1_DOSE = 2458, + ASSORTED_FLOWERS = 2460, + RED_FLOWERS = 2462, + BLUE_FLOWERS = 2464, + YELLOW_FLOWERS = 2466, + PURPLE_FLOWERS = 2468, + ORANGE_FLOWERS = 2470, + MIXED_FLOWERS = 2472, + WHITE_FLOWERS = 2474, + BLACK_FLOWERS = 2476, + LANTADYME = 2481, + LANTADYME_POTION_UNF = 2483, + GRIMY_LANTADYME = 2485, + BLUE_DHIDE_VAMBRACES = 2487, + RED_DHIDE_VAMBRACES = 2489, + BLACK_DHIDE_VAMBRACES = 2491, + BLUE_DHIDE_CHAPS = 2493, + RED_DHIDE_CHAPS = 2495, + BLACK_DHIDE_CHAPS = 2497, + BLUE_DHIDE_BODY = 2499, + RED_DHIDE_BODY = 2501, + BLACK_DHIDE_BODY = 2503, + BLUE_DRAGON_LEATHER = 2505, + RED_DRAGON_LEATHER = 2507, + BLACK_DRAGON_LEATHER = 2509, + BROWN_TOY_HORSEY = 2520, + WHITE_TOY_HORSEY = 2522, + BLACK_TOY_HORSEY = 2524, + GREY_TOY_HORSEY = 2526, + IRON_FIRE_ARROW_UNLIT = 2532, + IRON_FIRE_ARROW_LIT = 2533, + STEEL_FIRE_ARROW_UNLIT = 2534, + STEEL_FIRE_ARROW_LIT = 2535, + MITHRIL_FIRE_ARROW_UNLIT = 2536, + MITHRIL_FIRE_ARROW_LIT = 2537, + ADAMANT_FIRE_ARROW_UNLIT = 2538, + ADAMANT_FIRE_ARROW_LIT = 2539, + RUNE_FIRE_ARROW_UNLIT = 2540, + RUNE_FIRE_ARROW_LIT = 2541, + RING_OF_RECOIL = 2550, + RING_OF_DUELING_8 = 2552, + RING_OF_DUELING_7 = 2554, + RING_OF_DUELING_6 = 2556, + RING_OF_DUELING_5 = 2558, + RING_OF_DUELING_4 = 2560, + RING_OF_DUELING_3 = 2562, + RING_OF_DUELING_2 = 2564, + RING_OF_DUELING_1 = 2566, + RING_OF_FORGING = 2568, + RING_OF_LIFE = 2570, + RING_OF_WEALTH_UNCHARGED = 2572, + RANGER_BOOTS = 2577, + WIZARD_BOOTS = 2579, + ROBIN_HOOD_HAT = 2581, + BLACK_PLATEBODY_T = 2583, + BLACK_PLATELEGS_T = 2585, + BLACK_FULL_HELM_T = 2587, + BLACK_KITESHIELD_T = 2589, + BLACK_PLATEBODY_G = 2591, + BLACK_PLATELEGS_G = 2593, + BLACK_FULL_HELM_G = 2595, + BLACK_KITESHIELD_G = 2597, + ADAMANT_PLATEBODY_T = 2599, + ADAMANT_PLATELEGS_T = 2601, + ADAMANT_KITESHIELD_T = 2603, + ADAMANT_FULL_HELM_T = 2605, + ADAMANT_PLATEBODY_G = 2607, + ADAMANT_PLATELEGS_G = 2609, + ADAMANT_KITESHIELD_G = 2611, + ADAMANT_FULL_HELM_G = 2613, + RUNE_PLATEBODY_G = 2615, + RUNE_PLATELEGS_G = 2617, + RUNE_FULL_HELM_G = 2619, + RUNE_KITESHIELD_G = 2621, + RUNE_PLATEBODY_T = 2623, + RUNE_PLATELEGS_T = 2625, + RUNE_FULL_HELM_T = 2627, + RUNE_KITESHIELD_T = 2629, + HIGHWAYMAN_MASK = 2631, + BLUE_BERET = 2633, + BLACK_BERET = 2635, + WHITE_BERET = 2637, + TAN_CAVALIER = 2639, + DARK_CAVALIER = 2641, + BLACK_CAVALIER = 2643, + RED_HEADBAND = 2645, + BLACK_HEADBAND = 2647, + BROWN_HEADBAND = 2649, + PIRATES_HAT = 2651, + ZAMORAK_PLATEBODY = 2653, + ZAMORAK_PLATELEGS = 2655, + ZAMORAK_FULL_HELM = 2657, + ZAMORAK_KITESHIELD = 2659, + SARADOMIN_PLATEBODY = 2661, + SARADOMIN_PLATELEGS = 2663, + SARADOMIN_FULL_HELM = 2665, + SARADOMIN_KITESHIELD = 2667, + GUTHIX_PLATEBODY = 2669, + GUTHIX_PLATELEGS = 2671, + GUTHIX_FULL_HELM = 2673, + GUTHIX_KITESHIELD = 2675, + WOLF_BONES = 2859, + WOLFBONE_ARROWTIPS = 2861, + ACHEY_TREE_LOGS = 2862, + OGRE_ARROW_SHAFT = 2864, + FLIGHTED_OGRE_ARROW = 2865, + OGRE_ARROW = 2866, + RAW_CHOMPY = 2876, + COOKED_CHOMPY = 2878, + OGRE_BOW = 2883, + ELEMENTAL_SHIELD = 2890, + GREY_BOOTS = 2894, + GREY_ROBE_TOP = 2896, + GREY_ROBE_BOTTOMS = 2898, + GREY_HAT = 2900, + GREY_GLOVES = 2902, + RED_BOOTS = 2904, + RED_ROBE_TOP = 2906, + RED_ROBE_BOTTOMS = 2908, + RED_HAT = 2910, + RED_GLOVES = 2912, + YELLOW_BOOTS = 2914, + YELLOW_ROBE_TOP = 2916, + YELLOW_ROBE_BOTTOMS = 2918, + YELLOW_HAT = 2920, + YELLOW_GLOVES = 2922, + TEAL_BOOTS = 2924, + TEAL_ROBE_TOP = 2926, + TEAL_ROBE_BOTTOMS = 2928, + TEAL_HAT = 2930, + TEAL_GLOVES = 2932, + PURPLE_BOOTS = 2934, + PURPLE_ROBE_TOP = 2936, + PURPLE_ROBE_BOTTOMS = 2938, + PURPLE_HAT = 2940, + PURPLE_GLOVES = 2942, + WOLFBANE = 2952, + MOONLIGHT_MEAD = 2955, + SILVER_SICKLE = 2961, + SILVER_SICKLE_B = 2963, + MORT_MYRE_FUNGUS = 2970, + MORT_MYRE_STEM = 2972, + MORT_MYRE_PEAR = 2974, + SICKLE_MOULD = 2976, + CHOMPY_BIRD_HAT_OGRE_BOWMAN = 2978, + CHOMPY_BIRD_HAT_BOWMAN = 2979, + CHOMPY_BIRD_HAT_OGRE_YEOMAN = 2980, + CHOMPY_BIRD_HAT_YEOMAN = 2981, + CHOMPY_BIRD_HAT_OGRE_MARKSMAN = 2982, + CHOMPY_BIRD_HAT_MARKSMAN = 2983, + CHOMPY_BIRD_HAT_OGRE_WOODSMAN = 2984, + CHOMPY_BIRD_HAT_WOODSMAN = 2985, + CHOMPY_BIRD_HAT_OGRE_FORESTER = 2986, + CHOMPY_BIRD_HAT_FORESTER = 2987, + CHOMPY_BIRD_HAT_OGRE_BOWMASTER = 2988, + CHOMPY_BIRD_HAT_BOWMASTER = 2989, + CHOMPY_BIRD_HAT_OGRE_EXPERT = 2990, + CHOMPY_BIRD_HAT_EXPERT = 2991, + CHOMPY_BIRD_HAT_OGRE_DRAGON_ARCHER = 2992, + CHOMPY_BIRD_HAT_DRAGON_ARCHER = 2993, + CHOMPY_BIRD_HAT_EXPERT_OGRE_DRAGON_ARCHER = 2994, + CHOMPY_BIRD_HAT_EXPERT_DRAGON_ARCHER = 2995, + PIRATES_HOOK = 2997, + TOADFLAX = 2998, + SNAPDRAGON = 3000, + TOADFLAX_POTION_UNF = 3002, + SNAPDRAGON_POTION_UNF = 3004, + ENERGY_POTION_4_DOSE = 3008, + ENERGY_POTION_3_DOSE = 3010, + ENERGY_POTION_2_DOSE = 3012, + ENERGY_POTION_1_DOSE = 3014, + SUPER_ENERGY_4_DOSE = 3016, + SUPER_ENERGY_3_DOSE = 3018, + SUPER_ENERGY_2_DOSE = 3020, + SUPER_ENERGY_1_DOSE = 3022, + SUPER_RESTORE_4_DOSE = 3024, + SUPER_RESTORE_3_DOSE = 3026, + SUPER_RESTORE_2_DOSE = 3028, + SUPER_RESTORE_1_DOSE = 3030, + AGILITY_POTION_4_DOSE = 3032, + AGILITY_POTION_3_DOSE = 3034, + AGILITY_POTION_2_DOSE = 3036, + AGILITY_POTION_1_DOSE = 3038, + MAGIC_POTION_4_DOSE = 3040, + MAGIC_POTION_3_DOSE = 3042, + MAGIC_POTION_2_DOSE = 3044, + MAGIC_POTION_1_DOSE = 3046, + GRIMY_TOADFLAX = 3049, + GRIMY_SNAPDRAGON = 3051, + LAVA_BATTLESTAFF = 3053, + MYSTIC_LAVA_STAFF = 3054, + MIME_MASK = 3057, + MIME_TOP = 3058, + MIME_LEGS = 3059, + MIME_GLOVES = 3060, + MIME_BOOTS = 3061, + BLACK_DART_UNPOISONED = 3093, + BLACK_DART_POISON = 3094, + BRONZE_CLAWS = 3095, + IRON_CLAWS = 3096, + STEEL_CLAWS = 3097, + BLACK_CLAWS = 3098, + MITHRIL_CLAWS = 3099, + ADAMANT_CLAWS = 3100, + RUNE_CLAWS = 3101, + CLIMBING_BOOTS = 3105, + SPIKED_BOOTS = 3107, + GRANITE_SHIELD = 3122, + SHAIKAHAN_BONES = 3123, + JOGRE_BONES = 3125, + POTATO_CACTUS = 3138, + DRAGON_CHAINBODY = 3140, + RAW_KARAMBWAN = 3142, + COOKED_KARAMBWAN = 3144, + KARAMBWAN_VESSEL_EMPTY = 3157, + KARAMBWAN_VESSEL_BAITED = 3159, + SLICED_BANANA = 3162, + BRONZE_SPEAR_KARAMBWAN_POISON = 3170, + IRON_SPEAR_KARAMBWAN_POISON = 3171, + STEEL_SPEAR_KARAMBWAN_POISON = 3172, + MITHRIL_SPEAR_KARAMBWAN_POISON = 3173, + ADAMANT_SPEAR_KARAMBWAN_POISON = 3174, + RUNE_SPEAR_KARAMBWAN_POISON = 3175, + DRAGON_SPEAR_KARAMBWAN_POISON = 3176, + MONKEY_BONES = 3183, + CLEANING_CLOTH = 3188, + BRONZE_HALBERD = 3190, + IRON_HALBERD = 3192, + STEEL_HALBERD = 3194, + BLACK_HALBERD = 3196, + MITHRIL_HALBERD = 3198, + ADAMANT_HALBERD = 3200, + RUNE_HALBERD = 3202, + DRAGON_HALBERD = 3204, + CRYSTAL_PENDANT = 3208, + LIMESTONE = 3211, + BARREL = 3216, + RAW_RABBIT = 3226, + COOKED_RABBIT = 3228, + BARK = 3239, + VAMPYRE_DUST = 3325, + MYRE_SNELM_ROUND = 3327, + BLOODNTAR_SNELM_ROUND = 3329, + OCHRE_SNELM_ROUND = 3331, + BRUISE_BLUE_SNELM_ROUND = 3333, + BROKEN_BARK_SNELM = 3335, + MYRE_SNELM_POINTED = 3337, + BLOODNTAR_SNELM_POINTED = 3339, + OCHRE_SNELM_POINTED = 3341, + BRUISE_BLUE_SNELM_POINTED = 3343, + BLAMISH_MYRE_SHELL_ROUND = 3345, + BLAMISH_RED_SHELL_ROUND = 3347, + BLAMISH_OCHRE_SHELL_ROUND = 3349, + BLAMISH_BLUE_SHELL_ROUND = 3351, + BLAMISH_BARK_SHELL = 3353, + BLAMISH_MYRE_SHELL_POINTED = 3355, + BLAMISH_RED_SHELL_POINTED = 3357, + BLAMISH_OCHRE_SHELL_POINTED = 3359, + BLAMISH_BLUE_SHELL_POINTED = 3361, + THIN_SNAIL = 3363, + LEAN_SNAIL = 3365, + FAT_SNAIL = 3367, + THIN_SNAIL_MEAT = 3369, + LEAN_SNAIL_MEAT = 3371, + FAT_SNAIL_MEAT = 3373, + RAW_SLIMY_EEL = 3379, + COOKED_SLIMY_EEL = 3381, + SPLITBARK_HELM = 3385, + SPLITBARK_BODY = 3387, + SPLITBARK_LEGS = 3389, + SPLITBARK_GAUNTLETS = 3391, + SPLITBARK_BOOTS = 3393, + LOAR_REMAINS = 3396, + PHRIN_REMAINS = 3398, + RIYL_REMAINS = 3400, + ASYN_REMAINS = 3402, + FIYR_REMAINS = 3404, + UNFINISHED_POTION = 3406, + SERUM_207_4_DOSE = 3408, + SERUM_207_3_DOSE = 3410, + SERUM_207_2_DOSE = 3412, + SERUM_207_1_DOSE = 3414, + LIMESTONE_BRICK = 3420, + OLIVE_OIL_4_DOSE = 3422, + OLIVE_OIL_3_DOSE = 3424, + OLIVE_OIL_2_DOSE = 3426, + OLIVE_OIL_1_DOSE = 3428, + SACRED_OIL_4_DOSE = 3430, + SACRED_OIL_3_DOSE = 3432, + SACRED_OIL_2_DOSE = 3434, + SACRED_OIL_1_DOSE = 3436, + PYRE_LOGS = 3438, + OAK_PYRE_LOGS = 3440, + WILLOW_PYRE_LOGS = 3442, + MAPLE_PYRE_LOGS = 3444, + YEW_PYRE_LOGS = 3446, + MAGIC_PYRE_LOGS = 3448, + FINE_CLOTH = 3470, + BLACK_PLATESKIRT_T = 3472, + BLACK_PLATESKIRT_G = 3473, + ADAMANT_PLATESKIRT_T = 3474, + ADAMANT_PLATESKIRT_G = 3475, + RUNE_PLATESKIRT_G = 3476, + RUNE_PLATESKIRT_T = 3477, + ZAMORAK_PLATESKIRT = 3478, + SARADOMIN_PLATESKIRT = 3479, + GUTHIX_PLATESKIRT = 3480, + GILDED_PLATEBODY = 3481, + GILDED_PLATELEGS = 3483, + GILDED_PLATESKIRT = 3485, + GILDED_FULL_HELM = 3486, + GILDED_KITESHIELD = 3488, + FLAMTAER_HAMMER = 3678, + LYRE = 3689, + ENCHANTED_LYRE_1 = 3691, + PET_ROCK = 3695, + FREMENNIK_HELM = 3748, + ARCHER_HELM = 3749, + BERSERKER_HELM = 3751, + WARRIOR_HELM = 3753, + FARSEER_HELM = 3755, + FREMENNIK_BLADE = 3757, + FREMENNIK_SHIELD = 3758, + FREMENNIK_CYAN_CLOAK = 3759, + FREMENNIK_BROWN_CLOAK = 3761, + FREMENNIK_BLUE_CLOAK = 3763, + FREMENNIK_GREEN_CLOAK = 3765, + FREMENNIK_BROWN_SHIRT = 3767, + FREMENNIK_GREY_SHIRT = 3769, + FREMENNIK_BEIGE_SHIRT = 3771, + FREMENNIK_RED_SHIRT = 3773, + FREMENNIK_BLUE_SHIRT = 3775, + FREMENNIK_RED_CLOAK = 3777, + FREMENNIK_GREY_CLOAK = 3779, + FREMENNIK_YELLOW_CLOAK = 3781, + FREMENNIK_TEAL_CLOAK = 3783, + FREMENNIK_PURPLE_CLOAK = 3785, + FREMENNIK_PINK_CLOAK = 3787, + FREMENNIK_BLACK_CLOAK = 3789, + FREMENNIK_BOOTS = 3791, + FREMENNIK_ROBE = 3793, + FREMENNIK_SKIRT = 3795, + FREMENNIK_HAT = 3797, + FREMENNIK_GLOVES = 3799, + KEG_OF_BEER = 3801, + BEER_TANKARD = 3803, + SARADOMIN_PAGE_1 = 3827, + SARADOMIN_PAGE_2 = 3828, + SARADOMIN_PAGE_3 = 3829, + SARADOMIN_PAGE_4 = 3830, + ZAMORAK_PAGE_1 = 3831, + ZAMORAK_PAGE_2 = 3832, + ZAMORAK_PAGE_3 = 3833, + ZAMORAK_PAGE_4 = 3834, + GUTHIX_PAGE_1 = 3835, + GUTHIX_PAGE_2 = 3836, + GUTHIX_PAGE_3 = 3837, + GUTHIX_PAGE_4 = 3838, + DAMAGED_BOOK_SARADOMIN = 3839, + HOLY_BOOK = 3840, + DAMAGED_BOOK_ZAMORAK = 3841, + UNHOLY_BOOK = 3842, + DAMAGED_BOOK_GUTHIX = 3843, + BOOK_OF_BALANCE = 3844, + GAMES_NECKLACE_8 = 3853, + GAMES_NECKLACE_7 = 3855, + GAMES_NECKLACE_6 = 3857, + GAMES_NECKLACE_5 = 3859, + GAMES_NECKLACE_4 = 3861, + GAMES_NECKLACE_3 = 3863, + GAMES_NECKLACE_2 = 3865, + GAMES_NECKLACE_1 = 3867, + IRON_SICKLE = 3899, + MONKEY_NUTS = 4012, + MONKEY_BAR = 4014, + BANANA_STEW = 4016, + MSPEAK_AMULET = 4021, + SARADOMIN_BANNER_MINIGAME = 4037, + ZAMORAK_BANNER_MINIGAME = 4039, + HOODED_CLOAK_SARADOMIN = 4041, + HOODED_CLOAK_ZAMORAK = 4042, + DECORATIVE_SWORD_RED = 4068, + DECORATIVE_ARMOUR_RED_PLATEBODY = 4069, + DECORATIVE_ARMOUR_RED_PLATELEGS = 4070, + DECORATIVE_HELM_RED = 4071, + DECORATIVE_SHIELD_RED = 4072, + SALVE_AMULET = 4081, + TROLLWEISS = 4086, + DRAGON_PLATELEGS = 4087, + MYSTIC_HAT = 4089, + MYSTIC_ROBE_TOP = 4091, + MYSTIC_ROBE_BOTTOM = 4093, + MYSTIC_GLOVES = 4095, + MYSTIC_BOOTS = 4097, + MYSTIC_HAT_DARK = 4099, + MYSTIC_ROBE_TOP_DARK = 4101, + MYSTIC_ROBE_BOTTOM_DARK = 4103, + MYSTIC_GLOVES_DARK = 4105, + MYSTIC_BOOTS_DARK = 4107, + MYSTIC_HAT_LIGHT = 4109, + MYSTIC_ROBE_TOP_LIGHT = 4111, + MYSTIC_ROBE_BOTTOM_LIGHT = 4113, + MYSTIC_GLOVES_LIGHT = 4115, + MYSTIC_BOOTS_LIGHT = 4117, + BRONZE_BOOTS = 4119, + IRON_BOOTS = 4121, + STEEL_BOOTS = 4123, + BLACK_BOOTS = 4125, + MITHRIL_BOOTS = 4127, + ADAMANT_BOOTS = 4129, + RUNE_BOOTS = 4131, + ABYSSAL_WHIP = 4151, + GRANITE_MAUL_NORMAL = 4153, + MIRROR_SHIELD = 4156, + LEAFBLADED_SPEAR = 4158, + BROAD_ARROWS = 4160, + BAG_OF_SALT = 4161, + ROCK_HAMMER = 4162, + FACEMASK = 4164, + EARMUFFS = 4166, + NOSE_PEG = 4168, + SLAYERS_STAFF = 4170, + RING_OF_CHAROS_NORMAL = 4202, + CRYSTAL_WEAPON_SEED = 4207, + CRYSTAL_BOW_HISTORICAL_NEW = 4212, + CRYSTAL_BOW_HISTORICAL_FULL = 4214, + CRYSTAL_BOW_HISTORICAL_910 = 4215, + CRYSTAL_BOW_HISTORICAL_810 = 4216, + CRYSTAL_BOW_HISTORICAL_710 = 4217, + CRYSTAL_BOW_HISTORICAL_610 = 4218, + CRYSTAL_BOW_HISTORICAL_510 = 4219, + CRYSTAL_BOW_HISTORICAL_410 = 4220, + CRYSTAL_BOW_HISTORICAL_310 = 4221, + CRYSTAL_BOW_HISTORICAL_210 = 4222, + CRYSTAL_BOW_HISTORICAL_110 = 4223, + CRYSTAL_SHIELD_HISTORICAL_NEW = 4224, + CRYSTAL_SHIELD_HISTORICAL_FULL = 4225, + CRYSTAL_SHIELD_HISTORICAL_910 = 4226, + CRYSTAL_SHIELD_HISTORICAL_810 = 4227, + CRYSTAL_SHIELD_HISTORICAL_710 = 4228, + CRYSTAL_SHIELD_HISTORICAL_610 = 4229, + CRYSTAL_SHIELD_HISTORICAL_510 = 4230, + CRYSTAL_SHIELD_HISTORICAL_410 = 4231, + CRYSTAL_SHIELD_HISTORICAL_310 = 4232, + CRYSTAL_SHIELD_HISTORICAL_210 = 4233, + CRYSTAL_SHIELD_HISTORICAL_110 = 4234, + SIGNED_OAK_BOW = 4236, + GHOSTSPEAK_AMULET_ENCHANTED = 4250, + BEDSHEET_REGULAR = 4284, + BEDSHEET_ECTOPLASM = 4285, + HAM_SHIRT = 4298, + HAM_ROBE = 4300, + HAM_HOOD = 4302, + HAM_CLOAK = 4304, + HAM_LOGO = 4306, + HAM_GLOVES = 4308, + HAM_BOOTS = 4310, + TEAM1_CAPE = 4315, + TEAM2_CAPE = 4317, + TEAM3_CAPE = 4319, + TEAM4_CAPE = 4321, + TEAM5_CAPE = 4323, + TEAM6_CAPE = 4325, + TEAM7_CAPE = 4327, + TEAM8_CAPE = 4329, + TEAM9_CAPE = 4331, + TEAM10_CAPE = 4333, + TEAM11_CAPE = 4335, + TEAM12_CAPE = 4337, + TEAM13_CAPE = 4339, + TEAM14_CAPE = 4341, + TEAM15_CAPE = 4343, + TEAM16_CAPE = 4345, + TEAM17_CAPE = 4347, + TEAM18_CAPE = 4349, + TEAM19_CAPE = 4351, + TEAM20_CAPE = 4353, + TEAM21_CAPE = 4355, + TEAM22_CAPE = 4357, + TEAM23_CAPE = 4359, + TEAM24_CAPE = 4361, + TEAM25_CAPE = 4363, + TEAM26_CAPE = 4365, + TEAM27_CAPE = 4367, + TEAM28_CAPE = 4369, + TEAM29_CAPE = 4371, + TEAM30_CAPE = 4373, + TEAM31_CAPE = 4375, + TEAM32_CAPE = 4377, + TEAM33_CAPE = 4379, + TEAM34_CAPE = 4381, + TEAM35_CAPE = 4383, + TEAM36_CAPE = 4385, + TEAM37_CAPE = 4387, + TEAM38_CAPE = 4389, + TEAM39_CAPE = 4391, + TEAM40_CAPE = 4393, + TEAM41_CAPE = 4395, + TEAM42_CAPE = 4397, + TEAM43_CAPE = 4399, + TEAM44_CAPE = 4401, + TEAM45_CAPE = 4403, + TEAM46_CAPE = 4405, + TEAM47_CAPE = 4407, + TEAM48_CAPE = 4409, + TEAM49_CAPE = 4411, + TEAM50_CAPE = 4413, + GUTHIX_REST_4 = 4417, + GUTHIX_REST_3 = 4419, + GUTHIX_REST_2 = 4421, + GUTHIX_REST_1 = 4423, + AIRTIGHT_POT = 4436, + UNFIRED_POT_LID = 4438, + POT_LID = 4440, + BOWL_OF_HOT_WATER = 4456, + CUP_OF_WATER = 4458, + CUP_OF_HOT_WATER = 4460, + BEARHEAD = 4502, + DECORATIVE_SWORD_WHITE = 4503, + DECORATIVE_ARMOUR_WHITE_PLATEBODY = 4504, + DECORATIVE_ARMOUR_WHITE_PLATELEGS = 4505, + DECORATIVE_HELM_WHITE = 4506, + DECORATIVE_SHIELD_WHITE = 4507, + DECORATIVE_SWORD_GOLD_NORMAL = 4508, + DECORATIVE_ARMOUR_GOLD_PLATEBODY_NORMAL = 4509, + DECORATIVE_ARMOUR_GOLD_PLATELEGS_NORMAL = 4510, + DECORATIVE_HELM_GOLD_NORMAL = 4511, + DECORATIVE_SHIELD_GOLD_NORMAL = 4512, + CASTLEWARS_HOOD_SARADOMIN = 4513, + CASTLEWARS_CLOAK_SARADOMIN = 4514, + CASTLEWARS_HOOD_ZAMORAK = 4515, + CASTLEWARS_CLOAK_ZAMORAK = 4516, + GIANT_FROG_LEGS = 4517, + OIL_LAMP_UNLIT = 4522, + EMPTY_OIL_LAMP = 4525, + EMPTY_CANDLE_LANTERN = 4527, + CANDLE_LANTERN_UNLIT_WHITE_CANDLE = 4529, + CANDLE_LANTERN_UNLIT_BLACK_CANDLE = 4532, + EMPTY_OIL_LANTERN = 4535, + OIL_LANTERN_UNLIT = 4537, + OIL_LANTERN_FRAME = 4540, + LANTERN_LENS = 4542, + BULLSEYE_LANTERN_UNF = 4544, + BULLSEYE_LANTERN_EMPTY = 4546, + BULLSEYE_LANTERN_UNLIT = 4548, + SPINY_HELMET = 4551, + EASTER_BASKET = 4565, + RUBBER_CHICKEN = 4566, + GOLD_HELMET = 4567, + BLACK_SPEAR_UNPOISONED = 4580, + BLACK_SPEAR_POISON = 4582, + BLACK_SPEAR_KARAMBWAN_POISON = 4584, + DRAGON_PLATESKIRT = 4585, + DRAGON_SCIMITAR = 4587, + KHARIDIAN_HEADPIECE = 4591, + FAKE_BEARD = 4593, + OAK_BLACKJACK = 4599, + WILLOW_BLACKJACK = 4600, + SUPER_KEBAB = 4608, + DESERT_DISGUISE = 4611, + BANDITS_BREW = 4627, + RING_OF_VISIBILITY = 4657, + GARLIC_POWDER = 4668, + ANCIENT_STAFF = 4675, + CATSPEAK_AMULET = 4677, + LINEN = 4684, + BUCKET_OF_SAP = 4687, + PILE_OF_SALT = 4689, + STEAM_RUNE = 4694, + MIST_RUNE = 4695, + DUST_RUNE = 4696, + SMOKE_RUNE = 4697, + MUD_RUNE = 4698, + LAVA_RUNE = 4699, + AHRIMS_HOOD_UNDAMAGED = 4708, + AHRIMS_STAFF_UNDAMAGED = 4710, + AHRIMS_ROBETOP_UNDAMAGED = 4712, + AHRIMS_ROBESKIRT_UNDAMAGED = 4714, + DHAROKS_HELM_UNDAMAGED = 4716, + DHAROKS_GREATAXE_UNDAMAGED = 4718, + DHAROKS_PLATEBODY_UNDAMAGED = 4720, + DHAROKS_PLATELEGS_UNDAMAGED = 4722, + GUTHANS_HELM_UNDAMAGED = 4724, + GUTHANS_WARSPEAR_UNDAMAGED = 4726, + GUTHANS_PLATEBODY_UNDAMAGED = 4728, + GUTHANS_CHAINSKIRT_UNDAMAGED = 4730, + KARILS_COIF_UNDAMAGED = 4732, + KARILS_CROSSBOW_UNDAMAGED = 4734, + KARILS_LEATHERTOP_UNDAMAGED = 4736, + KARILS_LEATHERSKIRT_UNDAMAGED = 4738, + BOLT_RACK = 4740, + TORAGS_HELM_UNDAMAGED = 4745, + TORAGS_HAMMERS_UNDAMAGED = 4747, + TORAGS_PLATEBODY_UNDAMAGED = 4749, + TORAGS_PLATELEGS_UNDAMAGED = 4751, + VERACS_HELM_UNDAMAGED = 4753, + VERACS_FLAIL_UNDAMAGED = 4755, + VERACS_BRASSARD_UNDAMAGED = 4757, + VERACS_PLATESKIRT_UNDAMAGED = 4759, + BRONZE_BRUTAL = 4773, + IRON_BRUTAL = 4778, + STEEL_BRUTAL = 4783, + BLACK_BRUTAL = 4788, + MITHRIL_BRUTAL = 4793, + ADAMANT_BRUTAL = 4798, + RUNE_BRUTAL = 4803, + ZOGRE_BONES = 4812, + BRONZE_NAILS = 4819, + IRON_NAILS = 4820, + BLACK_NAILS = 4821, + MITHRIL_NAILS = 4822, + ADAMANTITE_NAILS = 4823, + RUNE_NAILS = 4824, + UNSTRUNG_COMP_BOW = 4825, + COMP_OGRE_BOW = 4827, + FAYRG_BONES = 4830, + RAURG_BONES = 4832, + OURG_BONES = 4834, + RELICYMS_BALM_4_DOSE = 4842, + RELICYMS_BALM_3_DOSE = 4844, + RELICYMS_BALM_2_DOSE = 4846, + RELICYMS_BALM_1_DOSE = 4848, + OGRE_COFFIN_KEY = 4850, + AHRIMS_HOOD_100 = 4856, + AHRIMS_HOOD_75 = 4857, + AHRIMS_HOOD_50 = 4858, + AHRIMS_HOOD_25 = 4859, + AHRIMS_HOOD_0 = 4860, + AHRIMS_STAFF_100 = 4862, + AHRIMS_STAFF_75 = 4863, + AHRIMS_STAFF_50 = 4864, + AHRIMS_STAFF_25 = 4865, + AHRIMS_STAFF_0 = 4866, + AHRIMS_ROBETOP_100 = 4868, + AHRIMS_ROBETOP_75 = 4869, + AHRIMS_ROBETOP_50 = 4870, + AHRIMS_ROBETOP_25 = 4871, + AHRIMS_ROBETOP_0 = 4872, + AHRIMS_ROBESKIRT_100 = 4874, + AHRIMS_ROBESKIRT_75 = 4875, + AHRIMS_ROBESKIRT_50 = 4876, + AHRIMS_ROBESKIRT_25 = 4877, + AHRIMS_ROBESKIRT_0 = 4878, + DHAROKS_HELM_100 = 4880, + DHAROKS_HELM_75 = 4881, + DHAROKS_HELM_50 = 4882, + DHAROKS_HELM_25 = 4883, + DHAROKS_HELM_0 = 4884, + DHAROKS_GREATAXE_100 = 4886, + DHAROKS_GREATAXE_75 = 4887, + DHAROKS_GREATAXE_50 = 4888, + DHAROKS_GREATAXE_25 = 4889, + DHAROKS_GREATAXE_0 = 4890, + DHAROKS_PLATEBODY_100 = 4892, + DHAROKS_PLATEBODY_75 = 4893, + DHAROKS_PLATEBODY_50 = 4894, + DHAROKS_PLATEBODY_25 = 4895, + DHAROKS_PLATEBODY_0 = 4896, + DHAROKS_PLATELEGS_100 = 4898, + DHAROKS_PLATELEGS_75 = 4899, + DHAROKS_PLATELEGS_50 = 4900, + DHAROKS_PLATELEGS_25 = 4901, + DHAROKS_PLATELEGS_0 = 4902, + GUTHANS_HELM_100 = 4904, + GUTHANS_HELM_75 = 4905, + GUTHANS_HELM_50 = 4906, + GUTHANS_HELM_25 = 4907, + GUTHANS_HELM_0 = 4908, + GUTHANS_WARSPEAR_100 = 4910, + GUTHANS_WARSPEAR_75 = 4911, + GUTHANS_WARSPEAR_50 = 4912, + GUTHANS_WARSPEAR_25 = 4913, + GUTHANS_WARSPEAR_0 = 4914, + GUTHANS_PLATEBODY_100 = 4916, + GUTHANS_PLATEBODY_75 = 4917, + GUTHANS_PLATEBODY_50 = 4918, + GUTHANS_PLATEBODY_25 = 4919, + GUTHANS_PLATEBODY_0 = 4920, + GUTHANS_CHAINSKIRT_100 = 4922, + GUTHANS_CHAINSKIRT_75 = 4923, + GUTHANS_CHAINSKIRT_50 = 4924, + GUTHANS_CHAINSKIRT_25 = 4925, + GUTHANS_CHAINSKIRT_0 = 4926, + KARILS_COIF_100 = 4928, + KARILS_COIF_75 = 4929, + KARILS_COIF_50 = 4930, + KARILS_COIF_25 = 4931, + KARILS_COIF_0 = 4932, + KARILS_CROSSBOW_100 = 4934, + KARILS_CROSSBOW_75 = 4935, + KARILS_CROSSBOW_50 = 4936, + KARILS_CROSSBOW_25 = 4937, + KARILS_CROSSBOW_0 = 4938, + KARILS_LEATHERTOP_100 = 4940, + KARILS_LEATHERTOP_75 = 4941, + KARILS_LEATHERTOP_50 = 4942, + KARILS_LEATHERTOP_25 = 4943, + KARILS_LEATHERTOP_0 = 4944, + KARILS_LEATHERSKIRT_100 = 4946, + KARILS_LEATHERSKIRT_75 = 4947, + KARILS_LEATHERSKIRT_50 = 4948, + KARILS_LEATHERSKIRT_25 = 4949, + KARILS_LEATHERSKIRT_0 = 4950, + TORAGS_HELM_100 = 4952, + TORAGS_HELM_75 = 4953, + TORAGS_HELM_50 = 4954, + TORAGS_HELM_25 = 4955, + TORAGS_HELM_0 = 4956, + TORAGS_HAMMERS_100 = 4958, + TORAGS_HAMMERS_75 = 4959, + TORAGS_HAMMERS_50 = 4960, + TORAGS_HAMMERS_25 = 4961, + TORAGS_HAMMERS_0 = 4962, + TORAGS_PLATEBODY_100 = 4964, + TORAGS_PLATEBODY_75 = 4965, + TORAGS_PLATEBODY_50 = 4966, + TORAGS_PLATEBODY_25 = 4967, + TORAGS_PLATEBODY_0 = 4968, + TORAGS_PLATELEGS_100 = 4970, + TORAGS_PLATELEGS_75 = 4971, + TORAGS_PLATELEGS_50 = 4972, + TORAGS_PLATELEGS_25 = 4973, + TORAGS_PLATELEGS_0 = 4974, + VERACS_HELM_100 = 4976, + VERACS_HELM_75 = 4977, + VERACS_HELM_50 = 4978, + VERACS_HELM_25 = 4979, + VERACS_HELM_0 = 4980, + VERACS_FLAIL_100 = 4982, + VERACS_FLAIL_75 = 4983, + VERACS_FLAIL_50 = 4984, + VERACS_FLAIL_25 = 4985, + VERACS_FLAIL_0 = 4986, + VERACS_BRASSARD_100 = 4988, + VERACS_BRASSARD_75 = 4989, + VERACS_BRASSARD_50 = 4990, + VERACS_BRASSARD_25 = 4991, + VERACS_BRASSARD_0 = 4992, + VERACS_PLATESKIRT_100 = 4994, + VERACS_PLATESKIRT_75 = 4995, + VERACS_PLATESKIRT_50 = 4996, + VERACS_PLATESKIRT_25 = 4997, + VERACS_PLATESKIRT_0 = 4998, + RAW_CAVE_EEL = 5001, + CAVE_EEL = 5003, + MINING_HELMET_LIT = 5013, + MINING_HELMET_UNLIT = 5014, + BONE_SPEAR = 5016, + BONE_CLUB = 5018, + WOVEN_TOP_BROWN = 5024, + WOVEN_TOP_YELLOW = 5026, + WOVEN_TOP_BLUE = 5028, + SHIRT_BROWN = 5030, + SHIRT_YELLOW = 5032, + SHIRT_LILAC = 5034, + TROUSERS_BROWN = 5036, + TROUSERS_LILAC = 5038, + TROUSERS_BLUE = 5040, + SHORTS_BROWN = 5042, + SHORTS_YELLOW = 5044, + SHORTS_BLUE = 5046, + SKIRT_BROWN = 5048, + SKIRT_LILAC = 5050, + SKIRT_BLUE = 5052, + BIRD_NEST_EMPTY = 5075, + MARIGOLD_SEED = 5096, + ROSEMARY_SEED = 5097, + NASTURTIUM_SEED = 5098, + WOAD_SEED = 5099, + LIMPWURT_SEED = 5100, + REDBERRY_SEED = 5101, + CADAVABERRY_SEED = 5102, + DWELLBERRY_SEED = 5103, + JANGERBERRY_SEED = 5104, + WHITEBERRY_SEED = 5105, + POISON_IVY_SEED = 5106, + CACTUS_SEED = 5280, + BELLADONNA_SEED = 5281, + MUSHROOM_SPORE = 5282, + APPLE_TREE_SEED = 5283, + BANANA_TREE_SEED = 5284, + ORANGE_TREE_SEED = 5285, + CURRY_TREE_SEED = 5286, + PINEAPPLE_SEED = 5287, + PAPAYA_TREE_SEED = 5288, + PALM_TREE_SEED = 5289, + CALQUAT_TREE_SEED = 5290, + GUAM_SEED = 5291, + MARRENTILL_SEED = 5292, + TARROMIN_SEED = 5293, + HARRALANDER_SEED = 5294, + RANARR_SEED = 5295, + TOADFLAX_SEED = 5296, + IRIT_SEED = 5297, + AVANTOE_SEED = 5298, + KWUARM_SEED = 5299, + SNAPDRAGON_SEED = 5300, + CADANTINE_SEED = 5301, + LANTADYME_SEED = 5302, + DWARF_WEED_SEED = 5303, + TORSTOL_SEED = 5304, + BARLEY_SEED = 5305, + JUTE_SEED = 5306, + HAMMERSTONE_SEED = 5307, + ASGARNIAN_SEED = 5308, + YANILLIAN_SEED = 5309, + KRANDORIAN_SEED = 5310, + WILDBLOOD_SEED = 5311, + ACORN = 5312, + WILLOW_SEED = 5313, + MAPLE_SEED = 5314, + YEW_SEED = 5315, + MAGIC_SEED = 5316, + POTATO_SEED = 5318, + ONION_SEED = 5319, + SWEETCORN_SEED = 5320, + WATERMELON_SEED = 5321, + TOMATO_SEED = 5322, + STRAWBERRY_SEED = 5323, + CABBAGE_SEED = 5324, + GARDENING_TROWEL = 5325, + SECATEURS = 5329, + WATERING_CAN_EMPTY = 5331, + RAKE = 5341, + SEED_DIBBER = 5343, + GARDENING_BOOTS = 5345, + EMPTY_PLANT_POT = 5350, + UNFIRED_PLANT_POT = 5352, + FILLED_PLANT_POT = 5354, + OAK_SAPLING = 5370, + WILLOW_SAPLING = 5371, + MAPLE_SAPLING = 5372, + YEW_SAPLING = 5373, + MAGIC_SAPLING = 5374, + BASKET = 5376, + APPLES_5 = 5386, + ORANGES_5 = 5396, + STRAWBERRIES_5 = 5406, + BANANAS_5 = 5416, + EMPTY_SACK = 5418, + POTATOES_10 = 5438, + ONIONS_10 = 5458, + CABBAGES_10 = 5478, + APPLE_SAPLING = 5496, + BANANA_SAPLING = 5497, + ORANGE_SAPLING = 5498, + CURRY_SAPLING = 5499, + PINEAPPLE_SAPLING = 5500, + PAPAYA_SAPLING = 5501, + PALM_SAPLING = 5502, + CALQUAT_SAPLING = 5503, + STRAWBERRY = 5504, + ELEMENTAL_TALISMAN = 5516, + BINDING_NECKLACE = 5521, + TIARA_MOULD = 5523, + TIARA = 5525, + AIR_TIARA = 5527, + MIND_TIARA = 5529, + WATER_TIARA = 5531, + BODY_TIARA = 5533, + EARTH_TIARA = 5535, + FIRE_TIARA = 5537, + COSMIC_TIARA = 5539, + NATURE_TIARA = 5541, + CHAOS_TIARA = 5543, + LAW_TIARA = 5545, + DEATH_TIARA = 5547, + BLOOD_TIARA = 5549, + ROGUE_TOP = 5553, + ROGUE_MASK = 5554, + ROGUE_TROUSERS = 5555, + ROGUE_GLOVES = 5556, + ROGUE_BOOTS = 5557, + INITIATE_SALLET = 5574, + INITIATE_HAUBERK = 5575, + INITIATE_CUISSE = 5576, + GRAIN_RECRUITMENT_DRIVE = 5607, + FOX_RECRUITMENT_DRIVE = 5608, + CHICKEN_RECRUITMENT_DRIVE = 5609, + ASGARNIAN_ALEM = 5739, + MATURE_WMB = 5741, + GREENMANS_ALEM = 5743, + DRAGON_BITTERM = 5745, + DWARVEN_STOUTM = 5747, + MOONLIGHT_MEADM = 5749, + AXEMANS_FOLLY = 5751, + AXEMANS_FOLLYM = 5753, + CHEFS_DELIGHT = 5755, + CHEFS_DELIGHTM = 5757, + SLAYERS_RESPITE = 5759, + SLAYERS_RESPITEM = 5761, + CIDER = 5763, + MATURE_CIDER = 5765, + ALE_YEAST = 5767, + CALQUAT_KEG = 5769, + DWARVEN_STOUT_KEG_4_PINTS = 5777, + ASGARNIAN_ALE_KEG_4_PINTS = 5785, + GREENMANS_ALE_KEG_4_PINTS = 5793, + MIND_BOMB_KEG_4_PINTS = 5801, + DRAGON_BITTER_KEG_4_PINTS = 5809, + MOONLIGHT_MEAD_KEG_4_PINTS = 5817, + AXEMANS_FOLLY_KEG_4_PINTS = 5825, + CHEFS_DELIGHT_KEG_4_PINTS = 5833, + SLAYERS_RESPITE_KEG_4_PINTS = 5841, + CIDER_KEG_4_PINTS = 5849, + DWARVEN_STOUTM_KEG_4_PINTS = 5857, + ASGARNIAN_ALEM_KEG_4_PINTS = 5865, + GREENMANS_ALEM_KEG_4_PINTS = 5873, + MIND_BOMBM_KEG_4_PINTS = 5881, + DRAGON_BITTERM_KEG_4_PINTS = 5889, + MOONLIGHT_MEADM_KEG_4_PINTS = 5897, + AXEMANS_FOLLYM_KEG_4_PINTS = 5905, + CHEFS_DELIGHTM_KEG_4_PINTS = 5913, + SLAYERS_RESPITEM_KEG_4_PINTS = 5921, + CIDERM_KEG_4_PINTS = 5929, + JUTE_FIBRE = 5931, + WILLOW_BRANCH = 5933, + COCONUT_MILK = 5935, + TOMATOES_5 = 5968, + CURRY_LEAF = 5970, + PAPAYA_FRUIT = 5972, + COCONUT = 5974, + CALQUAT_FRUIT = 5980, + WATERMELON = 5982, + WATERMELON_SLICE = 5984, + SWEETCORN = 5986, + COOKED_SWEETCORN = 5988, + APPLE_MUSH = 5992, + HAMMERSTONE_HOPS = 5994, + ASGARNIAN_HOPS = 5996, + YANILLIAN_HOPS = 5998, + KRANDORIAN_HOPS = 6000, + WILDBLOOD_HOPS = 6002, + MUSHROOM = 6004, + BARLEY = 6006, + BARLEY_MALT = 6008, + MARIGOLDS = 6010, + NASTURTIUMS = 6012, + ROSEMARY = 6014, + CACTUS_SPINE = 6016, + POISON_IVY_BERRIES = 6018, + LEAVES = 6020, + LEAVES_OAK = 6022, + LEAVES_WILLOW = 6024, + LEAVES_YEW = 6026, + LEAVES_MAPLE = 6028, + LEAVES_MAGIC = 6030, + COMPOST = 6032, + SUPERCOMPOST = 6034, + PLANT_CURE = 6036, + MAGIC_STRING = 6038, + AMULET_OF_NATURE = 6040, + PRENATURE_AMULET = 6041, + OAK_ROOTS = 6043, + WILLOW_ROOTS = 6045, + MAPLE_ROOTS = 6047, + YEW_ROOTS = 6049, + MAGIC_ROOTS = 6051, + WEEDS = 6055, + MOURNER_TOP = 6065, + MOURNER_TROUSERS_REPAIRED = 6067, + MOURNER_GLOVES = 6068, + MOURNER_BOOTS = 6069, + MOURNER_CLOAK = 6070, + FIXED_DEVICE = 6082, + GHOSTLY_BOOTS = 6106, + GHOSTLY_ROBE_TOP = 6107, + GHOSTLY_ROBE_BOTTOM = 6108, + GHOSTLY_HOOD = 6109, + GHOSTLY_GLOVES = 6110, + GHOSTLY_CLOAK = 6111, + ENCHANTED_LYRE_2 = 6125, + ENCHANTED_LYRE_3 = 6126, + ENCHANTED_LYRE_4 = 6127, + ROCKSHELL_HELM = 6128, + ROCKSHELL_PLATE = 6129, + ROCKSHELL_LEGS = 6130, + SPINED_HELM = 6131, + SPINED_BODY = 6133, + SPINED_CHAPS = 6135, + SKELETAL_HELM = 6137, + SKELETAL_TOP = 6139, + SKELETAL_BOTTOMS = 6141, + SPINED_BOOTS = 6143, + ROCKSHELL_BOOTS = 6145, + SKELETAL_BOOTS = 6147, + SPINED_GLOVES = 6149, + ROCKSHELL_GLOVES = 6151, + SKELETAL_GLOVES = 6153, + DAGANNOTH_HIDE = 6155, + ROCKSHELL_CHUNK = 6157, + ROCKSHELL_SHARD = 6159, + ROCKSHELL_SPLINTER = 6161, + SKULL_PIECE = 6163, + RIBCAGE_PIECE = 6165, + FIBULA_PIECE = 6167, + CIRCULAR_HIDE = 6169, + FLATTENED_HIDE = 6171, + STRETCHED_HIDE = 6173, + LEDERHOSEN_TOP = 6180, + LEDERHOSEN_SHORTS = 6181, + LEDERHOSEN_HAT = 6182, + PRINCE_TUNIC = 6184, + PRINCE_LEGGINGS = 6185, + PRINCESS_BLOUSE = 6186, + PRINCESS_SKIRT = 6187, + FROG_MASK = 6188, + TEAK_PYRE_LOGS = 6211, + MAHOGANY_PYRE_LOGS = 6213, + BROODOO_SHIELD_GREEN_10 = 6215, + BROODOO_SHIELD_GREEN_9 = 6217, + BROODOO_SHIELD_GREEN_8 = 6219, + BROODOO_SHIELD_GREEN_7 = 6221, + BROODOO_SHIELD_GREEN_6 = 6223, + BROODOO_SHIELD_GREEN_5 = 6225, + BROODOO_SHIELD_GREEN_4 = 6227, + BROODOO_SHIELD_GREEN_3 = 6229, + BROODOO_SHIELD_GREEN_2 = 6231, + BROODOO_SHIELD_GREEN_1 = 6233, + BROODOO_SHIELD_GREEN_UNCHARGED = 6235, + BROODOO_SHIELD_ORANGE_10 = 6237, + BROODOO_SHIELD_ORANGE_9 = 6239, + BROODOO_SHIELD_ORANGE_8 = 6241, + BROODOO_SHIELD_ORANGE_7 = 6243, + BROODOO_SHIELD_ORANGE_6 = 6245, + BROODOO_SHIELD_ORANGE_5 = 6247, + BROODOO_SHIELD_ORANGE_4 = 6249, + BROODOO_SHIELD_ORANGE_3 = 6251, + BROODOO_SHIELD_ORANGE_2 = 6253, + BROODOO_SHIELD_ORANGE_1 = 6255, + BROODOO_SHIELD_ORANGE_UNCHARGED = 6257, + BROODOO_SHIELD_BLUE_10 = 6259, + BROODOO_SHIELD_BLUE_9 = 6261, + BROODOO_SHIELD_BLUE_8 = 6263, + BROODOO_SHIELD_BLUE_7 = 6265, + BROODOO_SHIELD_BLUE_6 = 6267, + BROODOO_SHIELD_BLUE_5 = 6269, + BROODOO_SHIELD_BLUE_4 = 6271, + BROODOO_SHIELD_BLUE_3 = 6273, + BROODOO_SHIELD_BLUE_2 = 6275, + BROODOO_SHIELD_BLUE_1 = 6277, + BROODOO_SHIELD_BLUE_UNCHARGED = 6279, + THATCH_SPAR_LIGHT = 6281, + THATCH_SPAR_MED = 6283, + THATCH_SPAR_DENSE = 6285, + SNAKE_HIDE = 6287, + SNAKESKIN = 6289, + SPIDER_CARCASS = 6291, + SPIDER_ON_STICK = 6297, + SPIDER_ON_SHAFT = 6299, + SKEWER_STICK = 6305, + TRADING_STICKS = 6306, + GOUT_TUBER = 6311, + OPAL_MACHETE = 6313, + JADE_MACHETE = 6315, + RED_TOPAZ_MACHETE = 6317, + PROBOSCIS = 6319, + SNAKESKIN_BODY = 6322, + SNAKESKIN_CHAPS = 6324, + SNAKESKIN_BANDANA = 6326, + SNAKESKIN_BOOTS = 6328, + SNAKESKIN_VAMBRACES = 6330, + MAHOGANY_LOGS = 6332, + TEAK_LOGS = 6333, + TRIBAL_MASK_GREEN = 6335, + TRIBAL_MASK_ORANGE = 6337, + TRIBAL_MASK_BLUE = 6339, + TRIBAL_TOP_BROWN = 6341, + VILLAGER_ROBE_BROWN = 6343, + VILLAGER_HAT_BROWN = 6345, + VILLAGER_ARMBAND_BROWN = 6347, + VILLAGER_SANDALS_BROWN = 6349, + TRIBAL_TOP_BLUE = 6351, + VILLAGER_ROBE_BLUE = 6353, + VILLAGER_HAT_BLUE = 6355, + VILLAGER_SANDALS_BLUE = 6357, + VILLAGER_ARMBAND_BLUE = 6359, + TRIBAL_TOP_YELLOW = 6361, + VILLAGER_ROBE_YELLOW = 6363, + VILLAGER_HAT_YELLOW = 6365, + VILLAGER_SANDALS_YELLOW = 6367, + VILLAGER_ARMBAND_YELLOW = 6369, + TRIBAL_TOP_PINK = 6371, + VILLAGER_ROBE_PINK = 6373, + VILLAGER_HAT_PINK = 6375, + VILLAGER_SANDALS_PINK = 6377, + VILLAGER_ARMBAND_PINK = 6379, + FEZ = 6382, + DESERT_TOP = 6384, + DESERT_ROBES = 6386, + DESERT_TOP_OVERCOAT = 6388, + DESERT_LEGS = 6390, + MENAPHITE_PURPLE_HAT = 6392, + MENAPHITE_PURPLE_TOP = 6394, + MENAPHITE_PURPLE_ROBE = 6396, + MENAPHITE_PURPLE_KILT = 6398, + MENAPHITE_RED_HAT = 6400, + MENAPHITE_RED_TOP = 6402, + MENAPHITE_RED_ROBE = 6404, + MENAPHITE_RED_KILT = 6406, + OAK_BLACKJACKO = 6408, + OAK_BLACKJACKD = 6410, + WILLOW_BLACKJACKO = 6412, + WILLOW_BLACKJACKD = 6414, + MAPLE_BLACKJACK = 6416, + MAPLE_BLACKJACKO = 6418, + MAPLE_BLACKJACKD = 6420, + RING_OF_CHAROS_ACTIVATED = 6465, + COMPOST_POTION_4_DOSE = 6470, + COMPOST_POTION_3_DOSE = 6472, + COMPOST_POTION_2_DOSE = 6474, + COMPOST_POTION_1_DOSE = 6476, + TOKTZXILUL = 6522, + TOKTZXILAK = 6523, + TOKTZKETXIL = 6524, + TOKTZXILEK = 6525, + TOKTZMEJTAL = 6526, + TZHAARKETEM = 6527, + TZHAARKETOM = 6528, + MOUSE_TOY = 6541, + CATSPEAK_AMULETE = 6544, + DOCTORS_HAT = 6547, + NURSE_HAT = 6548, + MUD_BATTLESTAFF = 6562, + MYSTIC_MUD_STAFF = 6563, + OBSIDIAN_CAPE = 6568, + FIRE_CAPE_NORMAL = 6570, + UNCUT_ONYX = 6571, + ONYX = 6573, + ONYX_RING = 6575, + ONYX_NECKLACE = 6577, + ONYX_AMULET_U = 6579, + ONYX_AMULET = 6581, + RING_OF_STONE = 6583, + AMULET_OF_FURY = 6585, + WHITE_CLAWS = 6587, + WHITE_BATTLEAXE = 6589, + WHITE_DAGGER_UNPOISONED = 6591, + WHITE_DAGGER_POISON = 6593, + WHITE_HALBERD = 6599, + WHITE_MACE = 6601, + WHITE_MAGIC_STAFF = 6603, + WHITE_SWORD = 6605, + WHITE_LONGSWORD = 6607, + WHITE_2H_SWORD = 6609, + WHITE_SCIMITAR = 6611, + WHITE_WARHAMMER = 6613, + WHITE_CHAINBODY = 6615, + WHITE_PLATEBODY = 6617, + WHITE_BOOTS = 6619, + WHITE_MED_HELM = 6621, + WHITE_FULL_HELM = 6623, + WHITE_PLATELEGS = 6625, + WHITE_PLATESKIRT = 6627, + WHITE_GLOVES = 6629, + WHITE_SQ_SHIELD = 6631, + WHITE_KITESHIELD = 6633, + CAMO_TOP = 6654, + CAMO_BOTTOMS = 6655, + CAMO_HELMET = 6656, + MUDSKIPPER_HAT = 6665, + FLIPPERS = 6666, + FISHBOWL_EMPTY = 6667, + GROUND_GUAM = 6681, + SARADOMIN_BREW_4_DOSE = 6685, + SARADOMIN_BREW_3_DOSE = 6687, + SARADOMIN_BREW_2_DOSE = 6689, + SARADOMIN_BREW_1_DOSE = 6691, + CRUSHED_NEST = 6693, + PAT_OF_BUTTER = 6697, + BAKED_POTATO = 6701, + POTATO_WITH_BUTTER = 6703, + POTATO_WITH_CHEESE = 6705, + CAMULET = 6707, + SEERCULL = 6724, + DAGANNOTH_BONES = 6729, + SEERS_RING = 6731, + ARCHERS_RING = 6733, + WARRIOR_RING = 6735, + BERSERKER_RING = 6737, + DRAGON_AXE = 6739, + SILVERLIGHT_DYED = 6745, + DARKLIGHT = 6746, + BLACK_DESERT_SHIRT = 6750, + BLACK_DESERT_ROBE = 6752, + GUTHIX_MJOLNIR = 6760, + SARADOMIN_MJOLNIR = 6762, + ZAMORAK_MJOLNIR = 6764, + RAT_POLE_EMPTY = 6773, + RAT_POLE_ONE_RAT = 6774, + RAT_POLE_TWO_RATS = 6775, + RAT_POLE_THREE_RATS = 6776, + RAT_POLE_FOUR_RATS = 6777, + RAT_POLE_FIVE_RATS = 6778, + RAT_POLE_SIX_RATS = 6779, + ROBE_OF_ELIDINIS_TOP = 6786, + ROBE_OF_ELIDINIS_BOTTOM = 6787, + SHOES = 6790, + CHOCICE = 6794, + GRANITE_LEGS = 6809, + WYVERN_BONES = 6812, + FUR = 6814, + BOBBLE_HAT = 6856, + BOBBLE_SCARF = 6857, + JESTER_HAT = 6858, + JESTER_SCARF = 6859, + TRIJESTER_HAT = 6860, + TRIJESTER_SCARF = 6861, + WOOLLY_HAT = 6862, + WOOLLY_SCARF = 6863, + PROGRESS_HAT_DULL = 6885, + PROGRESS_HAT_ENERGISED = 6886, + PROGRESS_HAT_FULL = 6887, + MAGES_BOOK = 6889, + ARENA_BOOK = 6891, + BEGINNER_WAND = 6908, + APPRENTICE_WAND = 6910, + TEACHER_WAND = 6912, + MASTER_WAND = 6914, + INFINITY_TOP = 6916, + INFINITY_HAT = 6918, + INFINITY_BOOTS = 6920, + INFINITY_GLOVES = 6922, + INFINITY_BOTTOMS = 6924, + PINK_CAPE = 6959, + TRIANGLE_SANDWICH = 6962, + SANDSTONE_1KG = 6971, + SANDSTONE_2KG = 6973, + SANDSTONE_5KG = 6975, + SANDSTONE_10KG = 6977, + GRANITE_500G = 6979, + GRANITE_2KG = 6981, + GRANITE_5KG = 6983, + CAMEL_MASK = 7003, + BUG_LANTERN_UNLIT = 7051, + BUG_LANTERN_LIT = 7053, + CHILLI_POTATO = 7054, + EGG_POTATO = 7056, + MUSHROOM_POTATO = 7058, + TUNA_POTATO = 7060, + CHILLI_CON_CARNE = 7062, + EGG_AND_TOMATO = 7064, + MUSHROOM_ONION = 7066, + TUNA_AND_CORN = 7068, + MINCED_MEAT = 7070, + SPICY_SAUCE = 7072, + CHOPPED_GARLIC = 7074, + UNCOOKED_EGG = 7076, + SCRAMBLED_EGG = 7078, + SLICED_MUSHROOMS = 7080, + FRIED_MUSHROOMS = 7082, + FRIED_ONIONS = 7084, + CHOPPED_TUNA = 7086, + SWEETCORN_BOWL = 7088, + STRIPY_PIRATE_SHIRT_BEIGE = 7110, + PIRATE_BANDANA_WHITE = 7112, + PIRATE_BOOTS = 7114, + PIRATE_LEGGINGS_BEIGE = 7116, + STRIPY_PIRATE_SHIRT_RED = 7122, + PIRATE_BANDANA_RED = 7124, + PIRATE_LEGGINGS_RED = 7126, + STRIPY_PIRATE_SHIRT_BLUE = 7128, + PIRATE_BANDANA_BLUE = 7130, + PIRATE_LEGGINGS_BLUE = 7132, + STRIPY_PIRATE_SHIRT_BROWN = 7134, + PIRATE_BANDANA_BROWN = 7136, + PIRATE_LEGGINGS_BROWN = 7138, + LUCKY_CUTLASS = 7140, + HARRYS_CUTLASS = 7141, + RAPIER = 7142, + DRAGON_2H_SWORD = 7158, + INSULATED_BOOTS = 7159, + PIE_RECIPE_BOOK = 7162, + RAW_MUD_PIE = 7168, + MUD_PIE = 7170, + RAW_GARDEN_PIE = 7176, + GARDEN_PIE_FULL = 7178, + RAW_FISH_PIE = 7186, + FISH_PIE_FULL = 7188, + RAW_ADMIRAL_PIE = 7196, + ADMIRAL_PIE_FULL = 7198, + RAW_WILD_PIE = 7206, + WILD_PIE_FULL = 7208, + RAW_SUMMER_PIE = 7216, + SUMMER_PIE_FULL = 7218, + ROAST_RABBIT = 7223, + IRON_SPIT = 7225, + RED_BOATER = 7319, + ORANGE_BOATER = 7321, + GREEN_BOATER = 7323, + BLUE_BOATER = 7325, + BLACK_BOATER = 7327, + RED_FIRELIGHTER = 7329, + GREEN_FIRELIGHTER = 7330, + BLUE_FIRELIGHTER = 7331, + BLACK_SHIELD_H1 = 7332, + ADAMANT_SHIELD_H1 = 7334, + RUNE_SHIELD_H1 = 7336, + BLACK_SHIELD_H2 = 7338, + ADAMANT_SHIELD_H2 = 7340, + RUNE_SHIELD_H2 = 7342, + BLACK_SHIELD_H3 = 7344, + ADAMANT_SHIELD_H3 = 7346, + RUNE_SHIELD_H3 = 7348, + BLACK_SHIELD_H4 = 7350, + ADAMANT_SHIELD_H4 = 7352, + RUNE_SHIELD_H4 = 7354, + BLACK_SHIELD_H5 = 7356, + ADAMANT_SHIELD_H5 = 7358, + RUNE_SHIELD_H5 = 7360, + STUDDED_BODY_G = 7362, + STUDDED_BODY_T = 7364, + STUDDED_CHAPS_G = 7366, + STUDDED_CHAPS_T = 7368, + GREEN_DHIDE_BODY_G = 7370, + GREEN_DHIDE_BODY_T = 7372, + BLUE_DHIDE_BODY_G = 7374, + BLUE_DHIDE_BODY_T = 7376, + GREEN_DHIDE_CHAPS_G = 7378, + GREEN_DHIDE_CHAPS_T = 7380, + BLUE_DHIDE_CHAPS_G = 7382, + BLUE_DHIDE_CHAPS_T = 7384, + BLUE_SKIRT_G = 7386, + BLUE_SKIRT_T = 7388, + BLUE_WIZARD_ROBE_G = 7390, + BLUE_WIZARD_ROBE_T = 7392, + BLUE_WIZARD_HAT_G = 7394, + BLUE_WIZARD_HAT_T = 7396, + ENCHANTED_ROBE = 7398, + ENCHANTED_TOP = 7399, + ENCHANTED_HAT = 7400, + MAGIC_SECATEURS = 7409, + MOLE_CLAW = 7416, + MOLE_SKIN = 7418, + WOODEN_SPOON = 7433, + EGG_WHISK = 7435, + SPORK = 7437, + SPATULA = 7439, + FRYING_PAN = 7441, + SKEWER = 7443, + ROLLING_PIN = 7445, + KITCHEN_KNIFE = 7447, + MEAT_TENDERISER = 7449, + CLEAVER = 7451, + HARDLEATHER_GLOVES = 7453, + BRONZE_GLOVES = 7454, + IRON_GLOVES = 7455, + STEEL_GLOVES = 7456, + BLACK_GLOVES = 7457, + MITHRIL_GLOVES = 7458, + ADAMANT_GLOVES = 7459, + RUNE_GLOVES = 7460, + DRAGON_GLOVES = 7461, + BARROWS_GLOVES = 7462, + POT_OF_CORNFLOUR = 7468, + COOKED_CRAB_MEAT_FIVE = 7521, + FISHBOWL_HELMET = 7534, + DIVING_APPARATUS = 7535, + CRAB_CLAW = 7537, + CRAB_HELMET = 7539, + RAW_JUBBLY = 7566, + COOKED_JUBBLY = 7568, + ZOMBIE_SHIRT = 7592, + ZOMBIE_TROUSERS = 7593, + ZOMBIE_MASK = 7594, + ZOMBIE_GLOVES = 7595, + ZOMBIE_BOOTS = 7596, + ROD_OF_IVANDIS_10 = 7639, + ROD_OF_IVANDIS_9 = 7640, + ROD_OF_IVANDIS_8 = 7641, + ROD_OF_IVANDIS_7 = 7642, + ROD_OF_IVANDIS_6 = 7643, + ROD_OF_IVANDIS_5 = 7644, + ROD_OF_IVANDIS_4 = 7645, + ROD_OF_IVANDIS_3 = 7646, + ROD_OF_IVANDIS_2 = 7647, + ROD_OF_IVANDIS_1 = 7648, + SILVER_DUST = 7650, + GUTHIX_BALANCE_4_DOSE = 7660, + GUTHIX_BALANCE_3_DOSE = 7662, + GUTHIX_BALANCE_2_DOSE = 7664, + GUTHIX_BALANCE_1_DOSE = 7666, + GADDERHAMMER = 7668, + BOXING_GLOVES_RED = 7671, + BOXING_GLOVES_BLUE = 7673, + WOODEN_SWORD = 7675, + WOODEN_SHIELD_WEAPONS_RACK = 7676, + TOY_SOLDIER_NORMAL = 7759, + TOY_SOLDIER_WOUND = 7761, + TOY_DOLL_NORMAL = 7763, + TOY_DOLL_WOUND = 7765, + TOY_MOUSE_NORMAL = 7767, + TOY_MOUSE_WOUND = 7769, + TOY_CAT = 7771, + SNAKE_HIDE_SWAMP = 7801, + YIN_YANG_AMULET = 7803, + ANGER_SWORD = 7806, + ANGER_BATTLEAXE = 7807, + ANGER_MACE = 7808, + ANGER_SPEAR = 7809, + RAM_SKULL_HELM = 7917, + BONESACK = 7918, + BOTTLE_OF_WINE = 7919, + EASTER_RING = 7927, + PURE_ESSENCE = 7936, + TORTOISE_SHELL = 7939, + RAW_MONKFISH = 7944, + MONKFISH = 7946, + VARROCK_TELEPORT_TABLET = 8007, + LUMBRIDGE_TELEPORT_TABLET = 8008, + FALADOR_TELEPORT_TABLET = 8009, + CAMELOT_TELEPORT_TABLET = 8010, + ARDOUGNE_TELEPORT_TABLET = 8011, + WATCHTOWER_TELEPORT_TABLET = 8012, + TELEPORT_TO_HOUSE_TABLET = 8013, + BONES_TO_BANANAS_TABLET = 8014, + BONES_TO_PEACHES_TABLET = 8015, + ENCHANT_SAPPHIRE_OR_OPAL = 8016, + ENCHANT_EMERALD_OR_JADE = 8017, + ENCHANT_RUBY_OR_TOPAZ = 8018, + ENCHANT_DIAMOND = 8019, + ENCHANT_DRAGONSTONE = 8020, + ENCHANT_ONYX = 8021, + BAGGED_DEAD_TREE = 8417, + BAGGED_NICE_TREE = 8419, + BAGGED_OAK_TREE = 8421, + BAGGED_WILLOW_TREE = 8423, + BAGGED_MAPLE_TREE = 8425, + BAGGED_YEW_TREE = 8427, + BAGGED_MAGIC_TREE = 8429, + BAGGED_PLANT_1 = 8431, + BAGGED_PLANT_2 = 8433, + BAGGED_PLANT_3 = 8435, + THORNY_HEDGE_BAGGED = 8437, + NICE_HEDGE_BAGGED = 8439, + SMALL_BOX_HEDGE_BAGGED = 8441, + TOPIARY_HEDGE_BAGGED = 8443, + FANCY_HEDGE_BAGGED = 8445, + TALL_FANCY_HEDGE_BAGGED = 8447, + TALL_BOX_HEDGE_BAGGED = 8449, + BAGGED_FLOWER = 8451, + BAGGED_DAFFODILS = 8453, + BAGGED_BLUEBELLS = 8455, + BAGGED_SUNFLOWER = 8457, + BAGGED_MARIGOLDS = 8459, + BAGGED_ROSES = 8461, + RUNE_HERALDIC_HELM_ARRAV = 8464, + RUNE_HERALDIC_HELM_ASGARNIA = 8466, + RUNE_HERALDIC_HELM_DORGESHUUN = 8468, + RUNE_HERALDIC_HELM_DRAGON = 8470, + RUNE_HERALDIC_HELM_FAIRY = 8472, + RUNE_HERALDIC_HELM_GUTHIX = 8474, + RUNE_HERALDIC_HELM_HAM = 8476, + RUNE_HERALDIC_HELM_HORSE = 8478, + RUNE_HERALDIC_HELM_JOGRE = 8480, + RUNE_HERALDIC_HELM_KANDARIN = 8482, + RUNE_HERALDIC_HELM_MISTHALIN = 8484, + RUNE_HERALDIC_HELM_MONEY = 8486, + RUNE_HERALDIC_HELM_SARADOMIN = 8488, + RUNE_HERALDIC_HELM_SKULL = 8490, + RUNE_HERALDIC_HELM_VARROCK = 8492, + RUNE_HERALDIC_HELM_ZAMORAK = 8494, + CRUDE_CHAIR_FLATPACK = 8496, + WOODEN_CHAIR_FLATPACK = 8498, + ROCKING_CHAIR_FLATPACK = 8500, + OAK_CHAIR_FLATPACK = 8502, + OAK_ARMCHAIR_FLATPACK = 8504, + TEAK_ARMCHAIR_FLATPACK = 8506, + MAHOGANY_ARMCHAIR_FLATPACK = 8508, + BOOKCASE_FLATPACK = 8510, + OAK_BOOKCASE_FLATPACK = 8512, + MAHOGANY_BOOKCASE_FLATPACK = 8514, + BEER_BARREL_FLATPACK = 8516, + CIDER_BARREL_FLATPACK = 8518, + ASGARNIAN_ALE_FLATPACK = 8520, + GREENMANS_ALE_FLATPACK = 8522, + DRAGON_BITTER_FLATPACK = 8524, + CHEFS_DELIGHT_FLATPACK = 8526, + KITCHEN_TABLE_FLATPACK = 8528, + OAK_KITCHEN_TABLE_FLATPACK = 8530, + TEAK_KITCHEN_TABLE_FLATPACK = 8532, + WOOD_DINING_TABLE_FLATPACK = 8548, + OAK_DINING_TABLE_FLATPACK = 8550, + CARVED_OAK_TABLE_FLATPACK = 8552, + TEAK_TABLE_FLATPACK = 8554, + CARVED_TEAK_TABLE_FLATPACK = 8556, + MAHOGANY_TABLE_FLATPACK = 8558, + OPULENT_TABLE_FLATPACK = 8560, + WOODEN_BENCH_FLATPACK = 8562, + OAK_BENCH_FLATPACK = 8564, + CARVED_OAK_BENCH_FLATPACK = 8566, + TEAK_DINING_BENCH_FLATPACK = 8568, + CARVED_TEAK_BENCH_FLATPACK = 8570, + MAHOGANY_BENCH_FLATPACK = 8572, + GILDED_BENCH_FLATPACK = 8574, + WOODEN_BED_FLATPACK = 8576, + OAK_BED_FLATPACK = 8578, + LARGE_OAK_BED_FLATPACK = 8580, + TEAK_BED_FLATPACK = 8582, + LARGE_TEAK_BED_FLATPACK = 8584, + FOURPOSTER_BED_FLATPACK = 8586, + GILDED_FOURPOSTER_FLATPACK = 8588, + OAK_CLOCK_FLATPACK = 8590, + TEAK_CLOCK_FLATPACK = 8592, + GILDED_CLOCK_FLATPACK = 8594, + SHAVING_STAND_FLATPACK = 8596, + OAK_SHAVING_STAND_FLATPACK = 8598, + OAK_DRESSER_FLATPACK = 8600, + TEAK_DRESSER_FLATPACK = 8602, + FANCY_TEAK_DRESSER_FLATPACK = 8604, + MAHOGANY_DRESSER_FLATPACK = 8606, + GILDED_DRESSER_FLATPACK = 8608, + SHOE_BOX_FLATPACK = 8610, + OAK_DRAWERS_FLATPACK = 8612, + OAK_WARDROBE_FLATPACK = 8614, + TEAK_DRAWERS_FLATPACK = 8616, + TEAK_WARDROBE_FLATPACK = 8618, + MAHOGANY_WARDROBE_FLATPACK = 8620, + GILDED_WARDROBE_FLATPACK = 8622, + BANNER_ARRAV = 8650, + BANNER_ASGARNIA = 8652, + BANNER_DORGESHUUN = 8654, + BANNER_DRAGON = 8656, + BANNER_FAIRY = 8658, + BANNER_GUTHIX = 8660, + BANNER_HAM = 8662, + BANNER_HORSE = 8664, + BANNER_JOGRE = 8666, + BANNER_KANDARIN = 8668, + BANNER_MISTHALIN = 8670, + BANNER_MONEY = 8672, + BANNER_SARADOMIN = 8674, + BANNER_SKULL = 8676, + BANNER_VARROCK = 8678, + BANNER_ZAMORAK = 8680, + STEEL_HERALDIC_HELM_ARRAV = 8682, + STEEL_HERALDIC_HELM_ASGARNIA = 8684, + STEEL_HERALDIC_HELM_DORGESHUUN = 8686, + STEEL_HERALDIC_HELM_DRAGON = 8688, + STEEL_HERALDIC_HELM_FAIRY = 8690, + STEEL_HERALDIC_HELM_GUTHIX = 8692, + STEEL_HERALDIC_HELM_HAM = 8694, + STEEL_HERALDIC_HELM_HORSE = 8696, + STEEL_HERALDIC_HELM_JOGRE = 8698, + STEEL_HERALDIC_HELM_KANDARIN = 8700, + STEEL_HERALDIC_HELM_MISTHALIN = 8702, + STEEL_HERALDIC_HELM_MONEY = 8704, + STEEL_HERALDIC_HELM_SARADOMIN = 8706, + STEEL_HERALDIC_HELM_SKULL = 8708, + STEEL_HERALDIC_HELM_VARROCK = 8710, + STEEL_HERALDIC_HELM_ZAMORAK = 8712, + RUNE_KITESHIELD_ARRAV = 8714, + RUNE_KITESHIELD_ASGARNIA = 8716, + RUNE_KITESHIELD_DORGESHUUN = 8718, + RUNE_KITESHIELD_DRAGON = 8720, + RUNE_KITESHIELD_FAIRY = 8722, + RUNE_KITESHIELD_GUTHIX = 8724, + RUNE_KITESHIELD_HAM = 8726, + RUNE_KITESHIELD_HORSE = 8728, + RUNE_KITESHIELD_JOGRE = 8730, + RUNE_KITESHIELD_KANDARIN = 8732, + RUNE_KITESHIELD_MISTHALIN = 8734, + RUNE_KITESHIELD_MONEY = 8736, + RUNE_KITESHIELD_SARADOMIN = 8738, + RUNE_KITESHIELD_SKULL = 8740, + RUNE_KITESHIELD_VARROCK = 8742, + RUNE_KITESHIELD_ZAMORAK = 8744, + STEEL_KITESHIELD_ARRAV = 8746, + STEEL_KITESHIELD_ASGARNIA = 8748, + STEEL_KITESHIELD_DORGESHUUN = 8750, + STEEL_KITESHIELD_DRAGON = 8752, + STEEL_KITESHIELD_FAIRY = 8754, + STEEL_KITESHIELD_GUTHIX = 8756, + STEEL_KITESHIELD_HAM = 8758, + STEEL_KITESHIELD_HORSE = 8760, + STEEL_KITESHIELD_JOGRE = 8762, + STEEL_KITESHIELD_KANDARIN = 8764, + STEEL_KITESHIELD_MISTHALIN = 8766, + STEEL_KITESHIELD_MONEY = 8768, + STEEL_KITESHIELD_SARADOMIN = 8770, + STEEL_KITESHIELD_SKULL = 8772, + STEEL_KITESHIELD_VARROCK = 8774, + STEEL_KITESHIELD_ZAMORAK = 8776, + OAK_PLANK = 8778, + TEAK_PLANK = 8780, + MAHOGANY_PLANK = 8782, + GOLD_LEAF = 8784, + MARBLE_BLOCK = 8786, + MAGIC_STONE = 8788, + BOLT_OF_CLOTH = 8790, + CLOCKWORK = 8792, + SAW = 8794, + TIMBER_BEAM = 8837, + VOID_KNIGHT_TOP_NORMAL = 8839, + VOID_KNIGHT_ROBE_NORMAL = 8840, + VOID_KNIGHT_MACE_NORMAL = 8841, + VOID_KNIGHT_GLOVES_NORMAL = 8842, + BRONZE_DEFENDER_NORMAL = 8844, + IRON_DEFENDER_NORMAL = 8845, + STEEL_DEFENDER_NORMAL = 8846, + BLACK_DEFENDER_NORMAL = 8847, + MITHRIL_DEFENDER_NORMAL = 8848, + ADAMANT_DEFENDER_NORMAL = 8849, + RUNE_DEFENDER_NORMAL = 8850, + BONE_DAGGER_UNPOISONED = 8872, + BONE_DAGGER_POISON = 8874, + DORGESHUUN_CROSSBOW = 8880, + BONE_BOLTS = 8882, + BLACK_MASK_10 = 8901, + BLACK_MASK_9 = 8903, + BLACK_MASK_8 = 8905, + BLACK_MASK_7 = 8907, + BLACK_MASK_6 = 8909, + BLACK_MASK_5 = 8911, + BLACK_MASK_4 = 8913, + BLACK_MASK_3 = 8915, + BLACK_MASK_2 = 8917, + BLACK_MASK_1 = 8919, + BLACK_MASK_UNCHARGED = 8921, + WITCHWOOD_ICON = 8923, + BANDANA_EYEPATCH_WHITE = 8924, + BANDANA_EYEPATCH_RED = 8925, + BANDANA_EYEPATCH_BLUE = 8926, + BANDANA_EYEPATCH_BROWN = 8927, + HAT_EYEPATCH = 8928, + CRABCLAW_HOOK = 8929, + PIRATE_BANDANA_TROUBLE_BREWING = 8949, + PIRATE_HAT = 8950, + BLUE_NAVAL_SHIRT = 8952, + GREEN_NAVAL_SHIRT = 8953, + RED_NAVAL_SHIRT = 8954, + BROWN_NAVAL_SHIRT = 8955, + BLACK_NAVAL_SHIRT = 8956, + PURPLE_NAVAL_SHIRT = 8957, + GREY_NAVAL_SHIRT = 8958, + BLUE_TRICORN_HAT = 8959, + GREEN_TRICORN_HAT = 8960, + RED_TRICORN_HAT = 8961, + BROWN_TRICORN_HAT = 8962, + BLACK_TRICORN_HAT = 8963, + PURPLE_TRICORN_HAT = 8964, + GREY_TRICORN_HAT = 8965, + CUTTHROAT_FLAG = 8966, + GILDED_SMILE_FLAG = 8967, + BRONZE_FIST_FLAG = 8968, + LUCKY_SHOT_FLAG = 8969, + TREASURE_FLAG = 8970, + PHASMATYS_FLAG = 8971, + BLUE_NAVY_SLACKS = 8991, + GREEN_NAVY_SLACKS = 8992, + RED_NAVY_SLACKS = 8993, + BROWN_NAVY_SLACKS = 8994, + BLACK_NAVY_SLACKS = 8995, + PURPLE_NAVY_SLACKS = 8996, + GREY_NAVY_SLACKS = 8997, + SECURITY_BOOK = 9003, + STRONGHOLD_NOTES = 9004, + FANCY_BOOTS = 9005, + FIGHTING_BOOTS = 9006, + SKULL_SCEPTRE = 9013, + IVORY_COMB = 9026, + GOLDEN_SCARAB = 9028, + STONE_SCARAB = 9030, + POTTERY_SCARAB = 9032, + GOLDEN_STATUETTE = 9034, + POTTERY_STATUETTE = 9036, + STONE_STATUETTE = 9038, + GOLD_SEAL = 9040, + STONE_SEAL = 9042, + PHARAOHS_SCEPTRE_CHARGED = 9044, + LOCUST_MEAT = 9052, + MOONCLAN_HELM = 9068, + MOONCLAN_HAT = 9069, + MOONCLAN_ARMOUR = 9070, + MOONCLAN_SKIRT = 9071, + MOONCLAN_GLOVES = 9072, + MOONCLAN_BOOTS = 9073, + MOONCLAN_CAPE = 9074, + ASTRAL_RUNE = 9075, + SEAL_OF_PASSAGE = 9083, + LUNAR_STAFF = 9084, + LUNAR_STAFF_PT1 = 9091, + LUNAR_STAFF_PT2 = 9092, + LUNAR_STAFF_PT3 = 9093, + LUNAR_HELM = 9096, + LUNAR_TORSO = 9097, + LUNAR_LEGS = 9098, + LUNAR_GLOVES = 9099, + LUNAR_BOOTS = 9100, + LUNAR_CAPE = 9101, + LUNAR_AMULET = 9102, + LUNAR_RING = 9104, + ASTRAL_TIARA = 9106, + BLURITE_BOLTS_UNPOISONED = 9139, + IRON_BOLTS_UNPOISONED = 9140, + STEEL_BOLTS_UNPOISONED = 9141, + MITHRIL_BOLTS_UNPOISONED = 9142, + ADAMANT_BOLTS_UNPOISONED = 9143, + RUNITE_BOLTS_UNPOISONED = 9144, + SILVER_BOLTS_UNPOISONED = 9145, + BRONZE_CROSSBOW = 9174, + BLURITE_CROSSBOW = 9176, + IRON_CROSSBOW = 9177, + STEEL_CROSSBOW = 9179, + MITHRIL_CROSSBOW = 9181, + ADAMANT_CROSSBOW = 9183, + RUNE_CROSSBOW = 9185, + JADE_BOLT_TIPS = 9187, + TOPAZ_BOLT_TIPS = 9188, + SAPPHIRE_BOLT_TIPS = 9189, + EMERALD_BOLT_TIPS = 9190, + RUBY_BOLT_TIPS = 9191, + DIAMOND_BOLT_TIPS = 9192, + DRAGONSTONE_BOLT_TIPS = 9193, + ONYX_BOLT_TIPS = 9194, + OPAL_BOLTS_E = 9236, + JADE_BOLTS_E = 9237, + PEARL_BOLTS_E = 9238, + TOPAZ_BOLTS_E = 9239, + SAPPHIRE_BOLTS_E = 9240, + EMERALD_BOLTS_E = 9241, + RUBY_BOLTS_E = 9242, + DIAMOND_BOLTS_E = 9243, + DRAGONSTONE_BOLTS_E = 9244, + ONYX_BOLTS_E = 9245, + BLURITE_BOLTS_POISON = 9286, + IRON_BOLTS_POISON = 9287, + STEEL_BOLTS_POISON = 9288, + MITHRIL_BOLTS_POISON = 9289, + ADAMANT_BOLTS_POISON = 9290, + RUNITE_BOLTS_POISON = 9291, + SILVER_BOLTS_POISON = 9292, + JADE_BOLTS = 9335, + TOPAZ_BOLTS = 9336, + SAPPHIRE_BOLTS = 9337, + EMERALD_BOLTS = 9338, + RUBY_BOLTS = 9339, + DIAMOND_BOLTS = 9340, + DRAGONSTONE_BOLTS = 9341, + ONYX_BOLTS = 9342, + BRONZE_BOLTS_UNF = 9375, + IRON_BOLTS_UNF = 9377, + STEEL_BOLTS_UNF = 9378, + MITHRIL_BOLTS_UNF = 9379, + ADAMANT_BOLTSUNF = 9380, + RUNITE_BOLTS_UNF = 9381, + SILVER_BOLTS_UNF = 9382, + MITH_GRAPPLE_TIP = 9416, + MITH_GRAPPLE_UNF = 9418, + MITH_GRAPPLE = 9419, + BRONZE_LIMBS = 9420, + IRON_LIMBS = 9423, + STEEL_LIMBS = 9425, + MITHRIL_LIMBS = 9427, + ADAMANTITE_LIMBS = 9429, + RUNITE_LIMBS = 9431, + BOLT_MOULD = 9434, + SINEW = 9436, + CROSSBOW_STRING = 9438, + WOODEN_STOCK = 9440, + OAK_STOCK = 9442, + WILLOW_STOCK = 9444, + TEAK_STOCK = 9446, + MAPLE_STOCK = 9448, + MAHOGANY_STOCK = 9450, + YEW_STOCK = 9452, + BRONZE_CROSSBOW_U = 9454, + IRON_CROSSBOW_U = 9457, + STEEL_CROSSBOW_U = 9459, + MITHRIL_CROSSBOW_U = 9461, + ADAMANT_CROSSBOW_U = 9463, + RUNITE_CROSSBOW_U = 9465, + GRAND_SEED_POD = 9469, + GNOME_SCARF = 9470, + GNOME_GOGGLES = 9472, + MINT_CAKE = 9475, + TYRAS_HELM = 9629, + VYREWATCH_TOP = 9634, + VYREWATCH_LEGS = 9636, + VYREWATCH_SHOES = 9638, + CITIZEN_TOP = 9640, + CITIZEN_TROUSERS = 9642, + CITIZEN_SHOES = 9644, + PROSELYTE_HARNESS_M = 9666, + INITIATE_HARNESS_M = 9668, + PROSELYTE_HARNESS_F = 9670, + PROSELYTE_SALLET = 9672, + PROSELYTE_HAUBERK = 9674, + PROSELYTE_CUISSE = 9676, + PROSELYTE_TASSET = 9678, + TRAINING_SWORD = 9703, + TRAINING_SHIELD = 9704, + TRAINING_BOW = 9705, + TRAINING_ARROWS = 9706, + ELEMENTAL_HELMET = 9729, + MIND_SHIELD = 9731, + MIND_HELMET = 9733, + DESERT_GOAT_HORN = 9735, + GOAT_HORN_DUST = 9736, + COMBAT_POTION_4_DOSE = 9739, + COMBAT_POTION_3_DOSE = 9741, + COMBAT_POTION_2_DOSE = 9743, + COMBAT_POTION_1_DOSE = 9745, + ATTACK_CAPE_UNTRIMMED = 9747, + ATTACK_CAPE_TRIMMED = 9748, + ATTACK_HOOD = 9749, + STRENGTH_CAPE_UNTRIMMED = 9750, + STRENGTH_CAPE_TRIMMED = 9751, + STRENGTH_HOOD = 9752, + DEFENCE_CAPE_UNTRIMMED = 9753, + DEFENCE_CAPE_TRIMMED = 9754, + DEFENCE_HOOD = 9755, + RANGING_CAPE_UNTRIMMED = 9756, + RANGING_CAPE_TRIMMED = 9757, + RANGING_HOOD = 9758, + PRAYER_CAPE_UNTRIMMED = 9759, + PRAYER_CAPE_TRIMMED = 9760, + PRAYER_HOOD = 9761, + MAGIC_CAPE_UNTRIMMED = 9762, + MAGIC_CAPE_TRIMMED = 9763, + MAGIC_HOOD = 9764, + RUNECRAFT_CAPE_UNTRIMMED = 9765, + RUNECRAFT_CAPE_TRIMMED = 9766, + RUNECRAFT_HOOD = 9767, + HITPOINTS_CAPE_UNTRIMMED = 9768, + HITPOINTS_CAPE_TRIMMED = 9769, + HITPOINTS_HOOD = 9770, + AGILITY_CAPE_UNTRIMMED = 9771, + AGILITY_CAPE_TRIMMED = 9772, + AGILITY_HOOD = 9773, + HERBLORE_CAPE_UNTRIMMED = 9774, + HERBLORE_CAPE_TRIMMED = 9775, + HERBLORE_HOOD = 9776, + THIEVING_CAPE_UNTRIMMED = 9777, + THIEVING_CAPE_TRIMMED = 9778, + THIEVING_HOOD = 9779, + CRAFTING_CAPE_UNTRIMMED = 9780, + CRAFTING_CAPE_TRIMMED = 9781, + CRAFTING_HOOD = 9782, + FLETCHING_CAPE_UNTRIMMED = 9783, + FLETCHING_CAPE_TRIMMED = 9784, + FLETCHING_HOOD = 9785, + SLAYER_CAPE_UNTRIMMED = 9786, + SLAYER_CAPE_TRIMMED = 9787, + SLAYER_HOOD = 9788, + CONSTRUCT_CAPE_UNTRIMMED = 9789, + CONSTRUCT_CAPE_TRIMMED = 9790, + CONSTRUCT_HOOD = 9791, + MINING_CAPE_UNTRIMMED = 9792, + MINING_CAPE_TRIMMED = 9793, + MINING_HOOD = 9794, + SMITHING_CAPE_UNTRIMMED = 9795, + SMITHING_CAPE_TRIMMED = 9796, + SMITHING_HOOD = 9797, + FISHING_CAPE_UNTRIMMED = 9798, + FISHING_CAPE_TRIMMED = 9799, + FISHING_HOOD = 9800, + COOKING_CAPE_UNTRIMMED = 9801, + COOKING_CAPE_TRIMMED = 9802, + COOKING_HOOD = 9803, + FIREMAKING_CAPE_UNTRIMMED = 9804, + FIREMAKING_CAPE_TRIMMED = 9805, + FIREMAKING_HOOD = 9806, + WOODCUTTING_CAPE_UNTRIMMED = 9807, + WOODCUTTING_CAPE_TRIMMED = 9808, + WOODCUTTING_HOOD = 9809, + FARMING_CAPE_UNTRIMMED = 9810, + FARMING_CAPE_TRIMMED = 9811, + FARMING_HOOD = 9812, + QUEST_POINT_CAPE_UNTRIMMED = 9813, + QUEST_POINT_HOOD = 9814, + OAK_CAPE_RACK_FLATPACK = 9843, + TEAK_CAPE_RACK_FLATPACK = 9844, + MAHOGANY_CAPE_RACK_FLATPACK = 9845, + GILDED_CAPE_RACK_FLATPACK = 9846, + MARBLE_CAPE_RACK_FLATPACK = 9847, + MAGIC_CAPE_RACK_FLATPACK = 9848, + OAK_TOY_BOX_FLATPACK = 9849, + TEAK_TOY_BOX_FLATPACK = 9850, + MAHOGANY_TOY_BOX_FLATPACK = 9851, + OAK_MAGIC_WARDROBE_FLATPACK = 9852, + CARVED_OAK_MAGIC_WARDROBE_FLATPACK = 9853, + TEAK_MAGIC_WARDROBE_FLATPACK = 9854, + CARVED_TEAK_MAGIC_WARDROBE_FLATPACK = 9855, + MAHOGANY_MAGIC_WARDROBE_FLATPACK = 9856, + GILDED_MAGIC_WARDROBE_FLATPACK = 9857, + MARBLE_MAGIC_WARDROBE_FLATPACK = 9858, + OAK_ARMOUR_CASE_FLATPACK = 9859, + TEAK_ARMOUR_CASE_FLATPACK = 9860, + MAHOGANY_ARMOUR_CASE_FLATPACK = 9861, + OAK_TREASURE_CHEST_FLATPACK = 9862, + TEAK_TREASURE_CHEST_FLATPACK = 9863, + M_TREASURE_CHEST_FLATPACK = 9864, + OAK_FANCY_DRESS_BOX_FLATPACK = 9865, + TEAK_FANCY_DRESS_BOX_FLATPACK = 9866, + MAHOGANY_FANCY_DRESS_BOX_FLATPACK = 9867, + JACK_LANTERN_MASK = 9920, + SKELETON_BOOTS = 9921, + SKELETON_GLOVES = 9922, + SKELETON_LEGGINGS = 9923, + SKELETON_SHIRT = 9924, + SKELETON_MASK = 9925, + BOMBER_JACKET = 9944, + BOMBER_CAP = 9945, + CAP_AND_GOGGLES = 9946, + HUNTER_CAPE_UNTRIMMED = 9948, + HUNTER_CAPE_TRIMMED = 9949, + HUNTER_HOOD = 9950, + RAW_BIRD_MEAT = 9978, + ROAST_BIRD_MEAT = 9980, + RAW_BEAST_MEAT = 9986, + ROAST_BEAST_MEAT = 9988, + SPICY_TOMATO = 9994, + SPICY_MINCED_MEAT = 9996, + HUNTER_POTION_4_DOSE = 9998, + HUNTER_POTION_3_DOSE = 10000, + HUNTER_POTION_2_DOSE = 10002, + HUNTER_POTION_1_DOSE = 10004, + BIRD_SNARE = 10006, + BOX_TRAP = 10008, + BUTTERFLY_NET = 10010, + BUTTERFLY_JAR = 10012, + BLACK_WARLOCK_ITEM = 10014, + SNOWY_KNIGHT_ITEM = 10016, + SAPPHIRE_GLACIALIS_ITEM = 10018, + RUBY_HARVEST_ITEM = 10020, + FALCONERS_GLOVE_NO_FALCON = 10023, + FALCONERS_GLOVE_WITH_FALCON = 10024, + MAGIC_BOX = 10025, + TEASING_STICK = 10029, + RABBIT_SNARE = 10031, + CHINCHOMPA = 10033, + RED_CHINCHOMPA = 10034, + KYATT_LEGS = 10035, + KYATT_TOP = 10037, + KYATT_HAT = 10039, + LARUPIA_LEGS = 10041, + LARUPIA_TOP = 10043, + LARUPIA_HAT = 10045, + GRAAHK_LEGS = 10047, + GRAAHK_TOP = 10049, + GRAAHK_HEADDRESS = 10051, + WOOD_CAMO_TOP = 10053, + WOOD_CAMO_LEGS = 10055, + JUNGLE_CAMO_TOP = 10057, + JUNGLE_CAMO_LEGS = 10059, + DESERT_CAMO_TOP = 10061, + DESERT_CAMO_LEGS = 10063, + POLAR_CAMO_TOP = 10065, + POLAR_CAMO_LEGS = 10067, + SPOTTED_CAPE_INVENTORY = 10069, + SPOTTIER_CAPE_INVENTORY = 10071, + GLOVES_OF_SILENCE = 10075, + SPIKY_VAMBRACES = 10077, + GREEN_SPIKY_VAMBRACES = 10079, + BLUE_SPIKY_VAMBRACES = 10081, + RED_SPIKY_VAMBRACES = 10083, + BLACK_SPIKY_VAMBRACES = 10085, + STRIPY_FEATHER = 10087, + RED_FEATHER = 10088, + BLUE_FEATHER = 10089, + YELLOW_FEATHER = 10090, + ORANGE_FEATHER = 10091, + TATTY_LARUPIA_FUR = 10093, + LARUPIA_FUR = 10095, + TATTY_GRAAHK_FUR = 10097, + GRAAHK_FUR = 10099, + TATTY_KYATT_FUR = 10101, + KYATT_FUR = 10103, + KEBBIT_SPIKE = 10105, + LONG_KEBBIT_SPIKE = 10107, + KEBBIT_TEETH = 10109, + KEBBIT_TEETH_DUST = 10111, + KEBBIT_CLAWS = 10113, + DARK_KEBBIT_FUR = 10115, + POLAR_KEBBIT_FUR = 10117, + FELDIP_WEASEL_FUR = 10119, + COMMON_KEBBIT_FUR = 10121, + DESERT_DEVIL_FUR = 10123, + SPOTTED_KEBBIT_FUR = 10125, + DASHING_KEBBIT_FUR = 10127, + BARBTAIL_HARPOON = 10129, + STRUNG_RABBIT_FOOT = 10132, + RABBIT_FOOT = 10134, + RAINBOW_FISH = 10136, + RAW_RAINBOW_FISH = 10138, + GUAM_TAR = 10142, + MARRENTILL_TAR = 10143, + TARROMIN_TAR = 10144, + HARRALANDER_TAR = 10145, + ORANGE_SALAMANDER = 10146, + RED_SALAMANDER = 10147, + BLACK_SALAMANDER = 10148, + SWAMP_LIZARD = 10149, + NOOSE_WAND = 10150, + HUNTERS_CROSSBOW = 10156, + KEBBIT_BOLTS = 10158, + LONG_KEBBIT_BOLTS = 10159, + EAGLE_CAPE = 10171, + FAKE_BEAK = 10172, + WILLOW_COMP_BOW = 10280, + YEW_COMP_BOW = 10282, + MAGIC_COMP_BOW = 10284, + RUNE_HELM_H1 = 10286, + RUNE_HELM_H2 = 10288, + RUNE_HELM_H3 = 10290, + RUNE_HELM_H4 = 10292, + RUNE_HELM_H5 = 10294, + ADAMANT_HELM_H1 = 10296, + ADAMANT_HELM_H2 = 10298, + ADAMANT_HELM_H3 = 10300, + ADAMANT_HELM_H4 = 10302, + ADAMANT_HELM_H5 = 10304, + BLACK_HELM_H1 = 10306, + BLACK_HELM_H2 = 10308, + BLACK_HELM_H3 = 10310, + BLACK_HELM_H4 = 10312, + BLACK_HELM_H5 = 10314, + BOBS_RED_SHIRT = 10316, + BOBS_BLUE_SHIRT = 10318, + BOBS_GREEN_SHIRT = 10320, + BOBS_BLACK_SHIRT = 10322, + BOBS_PURPLE_SHIRT = 10324, + PURPLE_FIRELIGHTER = 10326, + WHITE_FIRELIGHTER = 10327, + THIRD_AGE_RANGE_TOP = 10330, + THIRD_AGE_RANGE_LEGS = 10332, + THIRD_AGE_RANGE_COIF = 10334, + THIRD_AGE_VAMBRACES = 10336, + THIRD_AGE_ROBE_TOP = 10338, + THIRD_AGE_ROBE = 10340, + THIRD_AGE_MAGE_HAT = 10342, + THIRD_AGE_AMULET = 10344, + THIRD_AGE_PLATELEGS = 10346, + THIRD_AGE_PLATEBODY = 10348, + THIRD_AGE_FULL_HELMET = 10350, + THIRD_AGE_KITESHIELD = 10352, + AMULET_OF_GLORY_T_T4 = 10354, + AMULET_OF_GLORY_T_T3 = 10356, + AMULET_OF_GLORY_T_T2 = 10358, + AMULET_OF_GLORY_T_T1 = 10360, + AMULET_OF_GLORY_T_UNCHARGED = 10362, + STRENGTH_AMULET_T = 10364, + AMULET_OF_MAGIC_T = 10366, + ZAMORAK_BRACERS = 10368, + ZAMORAK_DHIDE_BODY = 10370, + ZAMORAK_CHAPS = 10372, + ZAMORAK_COIF = 10374, + GUTHIX_BRACERS = 10376, + GUTHIX_DHIDE_BODY = 10378, + GUTHIX_CHAPS = 10380, + GUTHIX_COIF = 10382, + SARADOMIN_BRACERS = 10384, + SARADOMIN_DHIDE_BODY = 10386, + SARADOMIN_CHAPS = 10388, + SARADOMIN_COIF = 10390, + A_POWDERED_WIG = 10392, + FLARED_TROUSERS = 10394, + PANTALOONS = 10396, + SLEEPING_CAP = 10398, + BLACK_ELEGANT_SHIRT = 10400, + BLACK_ELEGANT_LEGS = 10402, + RED_ELEGANT_SHIRT = 10404, + RED_ELEGANT_LEGS = 10406, + BLUE_ELEGANT_SHIRT = 10408, + BLUE_ELEGANT_LEGS = 10410, + GREEN_ELEGANT_SHIRT = 10412, + GREEN_ELEGANT_LEGS = 10414, + PURPLE_ELEGANT_SHIRT = 10416, + PURPLE_ELEGANT_LEGS = 10418, + WHITE_ELEGANT_BLOUSE = 10420, + WHITE_ELEGANT_SKIRT = 10422, + RED_ELEGANT_BLOUSE = 10424, + RED_ELEGANT_SKIRT = 10426, + BLUE_ELEGANT_BLOUSE = 10428, + BLUE_ELEGANT_SKIRT = 10430, + GREEN_ELEGANT_BLOUSE = 10432, + GREEN_ELEGANT_SKIRT = 10434, + PURPLE_ELEGANT_BLOUSE = 10436, + PURPLE_ELEGANT_SKIRT = 10438, + SARADOMIN_CROZIER = 10440, + GUTHIX_CROZIER = 10442, + ZAMORAK_CROZIER = 10444, + SARADOMIN_CLOAK = 10446, + GUTHIX_CLOAK = 10448, + ZAMORAK_CLOAK = 10450, + SARADOMIN_MITRE = 10452, + GUTHIX_MITRE = 10454, + ZAMORAK_MITRE = 10456, + SARADOMIN_ROBE_TOP = 10458, + ZAMORAK_ROBE_TOP = 10460, + GUTHIX_ROBE_TOP = 10462, + SARADOMIN_ROBE_LEGS = 10464, + GUTHIX_ROBE_LEGS = 10466, + ZAMORAK_ROBE_LEGS = 10468, + SARADOMIN_STOLE = 10470, + GUTHIX_STOLE = 10472, + ZAMORAK_STOLE = 10474, + PURPLE_SWEETS = 10476, + UNDEAD_CHICKEN_ITEM = 10487, + BLESSED_AXE = 10491, + POLISHED_BUTTONS = 10496, + AVAS_ATTRACTOR = 10498, + AVAS_ACCUMULATOR = 10499, + CRONEMADE_AMULET = 10500, + SNOWBALL = 10501, + REINDEER_HAT = 10507, + HEALER_HAT_NORMAL = 10547, + FIGHTER_HAT_NORMAL = 10548, + RUNNER_HAT_NORMAL = 10549, + RANGER_HAT_NORMAL = 10550, + FIGHTER_TORSO_NORMAL = 10551, + RUNNER_BOOTS = 10552, + PENANCE_GLOVES_INVENTORY = 10553, + PENANCE_SKIRT_NORMAL = 10555, + GRANITE_BODY = 10564, + KERIS_UNPOISONED = 10581, + KERIS_POISON = 10582, + SALVE_AMULET_E = 10588, + GRANITE_HELM = 10589, + ARCTIC_PYRE_LOGS = 10808, + ARCTIC_PINE_LOGS = 10810, + SPLIT_LOG = 10812, + HAIR = 10814, + RAW_YAK_MEAT = 10816, + YAKHIDE = 10818, + CURED_YAKHIDE = 10820, + YAKHIDE_ARMOUR_TOP = 10822, + YAKHIDE_ARMOUR_LEGS = 10824, + NEITIZNOT_SHIELD = 10826, + HELM_OF_NEITIZNOT = 10828, + SILLY_JESTER_HAT = 10836, + SILLY_JESTER_TOP = 10837, + SILLY_JESTER_TIGHTS = 10838, + SILLY_JESTER_BOOTS = 10839, + SHADOW_SWORD = 10858, + HARD_HAT = 10862, + BUILDERS_SHIRT = 10863, + BUILDERS_TROUSERS = 10864, + BUILDERS_BOOTS = 10865, + PLAIN_SATCHEL = 10877, + GREEN_SATCHEL = 10878, + RED_SATCHEL = 10879, + BLACK_SATCHEL = 10880, + GOLD_SATCHEL = 10881, + RUNE_SATCHEL = 10882, + BARRELCHEST_ANCHOR_FIXED = 10887, + WOODEN_CAT = 10891, + SANFEW_SERUM_4_DOSE = 10925, + SANFEW_SERUM_3_DOSE = 10927, + SANFEW_SERUM_2_DOSE = 10929, + SANFEW_SERUM_1_DOSE = 10931, + LUMBERJACK_BOOTS = 10933, + NAIL_BEAST_NAILS = 10937, + LUMBERJACK_TOP = 10939, + LUMBERJACK_LEGS = 10940, + LUMBERJACK_HAT = 10941, + SLAYER_BELL = 10952, + FROGLEATHER_BODY = 10954, + FROGLEATHER_CHAPS = 10956, + FROGLEATHER_BOOTS = 10958, + LIGHT_ORB = 10973, + SWAMP_WEED = 10978, + CAVE_GOBLIN_WIRE = 10981, + GOBLIN_BOOK = 10999, + BEACON_RING = 11014, + CHICKEN_FEET = 11019, + CHICKEN_WINGS = 11020, + CHICKEN_HEAD = 11021, + CHICKEN_LEGS = 11022, + BRINE_SABRE = 11037, + ANCIENT_MACE = 11061, + BRACELET_MOULD = 11065, + GOLD_BRACELET = 11069, + SAPPHIRE_BRACELET = 11072, + BRACELET_OF_CLAY = 11074, + EMERALD_BRACELET = 11076, + CASTLE_WARS_BRACELET_3 = 11079, + CASTLE_WARS_BRACELET_2 = 11081, + CASTLE_WARS_BRACELET_1 = 11083, + RUBY_BRACELET = 11085, + INOCULATION_BRACELET = 11088, + PHOENIX_NECKLACE = 11090, + DIAMOND_BRACELET = 11092, + ABYSSAL_BRACELET_5 = 11095, + ABYSSAL_BRACELET_4 = 11097, + ABYSSAL_BRACELET_3 = 11099, + ABYSSAL_BRACELET_2 = 11101, + ABYSSAL_BRACELET_1 = 11103, + SKILLS_NECKLACE_4 = 11105, + SKILLS_NECKLACE_3 = 11107, + SKILLS_NECKLACE_2 = 11109, + SKILLS_NECKLACE_1 = 11111, + SKILLS_NECKLACE_UNCHARGED = 11113, + DRAGONSTONE_BRACELET = 11115, + COMBAT_BRACELET_4 = 11118, + COMBAT_BRACELET_3 = 11120, + COMBAT_BRACELET_2 = 11122, + COMBAT_BRACELET_1 = 11124, + COMBAT_BRACELET_UNCHARGED = 11126, + BERSERKER_NECKLACE = 11128, + ONYX_BRACELET = 11130, + REGEN_BRACELET = 11133, + KARAMJA_GLOVES_1 = 11136, + KARAMJA_GLOVES_2 = 11138, + KARAMJA_GLOVES_3 = 11140, + DIGSITE_PENDANT_1 = 11190, + DIGSITE_PENDANT_2 = 11191, + DIGSITE_PENDANT_3 = 11192, + DIGSITE_PENDANT_4 = 11193, + DIGSITE_PENDANT_5 = 11194, + CLEAN_NECKLACE = 11195, + DWARVEN_HELMET = 11200, + SHRUNK_OGLEROOT = 11205, + DRAGON_ARROW_UNPOISONED = 11212, + DRAGON_FIRE_ARROW_UNLIT = 11217, + DRAGON_FIRE_ARROW_LIT = 11222, + DRAGON_ARROW_POISON = 11227, + DRAGON_DART_UNPOISONED = 11230, + DRAGON_DART_POISON = 11231, + DRAGON_DART_TIP = 11232, + DARK_BOW_REGULAR = 11235, + DRAGON_ARROWTIPS = 11237, + BABY_IMPLING_JAR = 11238, + YOUNG_IMPLING_JAR = 11240, + GOURMET_IMPLING_JAR = 11242, + EARTH_IMPLING_JAR = 11244, + ESSENCE_IMPLING_JAR = 11246, + ECLECTIC_IMPLING_JAR = 11248, + NATURE_IMPLING_JAR = 11250, + MAGPIE_IMPLING_JAR = 11252, + NINJA_IMPLING_JAR = 11254, + DRAGON_IMPLING_JAR = 11256, + MAGIC_BUTTERFLY_NET = 11259, + IMPLING_JAR = 11260, + CAVALIER_MASK = 11280, + BERET_MASK = 11282, + DRAGONFIRE_SHIELD_CHARGED = 11283, + DRAGONFIRE_SHIELD_UNCHARGED = 11284, + DRACONIC_VISAGE = 11286, + ROE = 11324, + CAVIAR = 11326, + LEAPING_TROUT = 11328, + LEAPING_SALMON = 11330, + LEAPING_STURGEON = 11332, + FISH_OFFCUTS = 11334, + DRAGON_FULL_HELM = 11335, + BRONZE_HASTA_UNPOISONED = 11367, + IRON_HASTA_UNPOISONED = 11369, + STEEL_HASTA_UNPOISONED = 11371, + MITHRIL_HASTA_UNPOISONED = 11373, + ADAMANT_HASTA_UNPOISONED = 11375, + RUNE_HASTA_UNPOISONED = 11377, + BRONZE_HASTA_POISON = 11379, + BRONZE_HASTA_KARAMBWAN_POISON = 11381, + IRON_HASTA_POISON = 11386, + IRON_HASTA_KARAMBWAN_POISON = 11388, + STEEL_HASTA_POISON = 11393, + STEEL_HASTA_KARAMBWAN_POISON = 11395, + MITHRIL_HASTA_POISON = 11400, + MITHRIL_HASTA_KARAMBWAN_POISON = 11402, + ADAMANT_HASTA_POISON = 11407, + ADAMANT_HASTA_KARAMBWAN_POISON = 11409, + RUNE_HASTA_POISON = 11414, + RUNE_HASTA_KARAMBWAN_POISON = 11416, + ATTACK_MIX_2_DOSE = 11429, + ATTACK_MIX_1_DOSE = 11431, + ANTIPOISON_MIX_2_DOSE = 11433, + ANTIPOISON_MIX_1_DOSE = 11435, + RELICYMS_MIX_2_DOSE = 11437, + RELICYMS_MIX_1_DOSE = 11439, + STRENGTH_MIX_1_DOSE = 11441, + STRENGTH_MIX_2_DOSE = 11443, + COMBAT_MIX_2_DOSE = 11445, + COMBAT_MIX_1_DOSE = 11447, + RESTORE_MIX_2_DOSE = 11449, + RESTORE_MIX_1_DOSE = 11451, + ENERGY_MIX_2_DOSE = 11453, + ENERGY_MIX_1_DOSE = 11455, + DEFENCE_MIX_2_DOSE = 11457, + DEFENCE_MIX_1_DOSE = 11459, + AGILITY_MIX_2_DOSE = 11461, + AGILITY_MIX_1_DOSE = 11463, + PRAYER_MIX_2_DOSE = 11465, + PRAYER_MIX_1_DOSE = 11467, + SUPERATTACK_MIX_2_DOSE = 11469, + SUPERATTACK_MIX_1_DOSE = 11471, + ANTIPOISON_SUPERMIX_2_DOSE = 11473, + ANTIPOISON_SUPERMIX_1_DOSE = 11475, + FISHING_MIX_2_DOSE = 11477, + FISHING_MIX_1_DOSE = 11479, + SUPER_ENERGY_MIX_2_DOSE = 11481, + SUPER_ENERGY_MIX_1_DOSE = 11483, + SUPER_STR_MIX_2_DOSE = 11485, + SUPER_STR_MIX_1_DOSE = 11487, + MAGIC_ESSENCE_MIX_2_DOSE = 11489, + MAGIC_ESSENCE_MIX_1_DOSE = 11491, + SUPER_RESTORE_MIX_2_DOSE = 11493, + SUPER_RESTORE_MIX_1_DOSE = 11495, + SUPER_DEF_MIX_2_DOSE = 11497, + SUPER_DEF_MIX_1_DOSE = 11499, + ANTIFIRE_MIX_2_DOSE = 11505, + ANTIFIRE_MIX_1_DOSE = 11507, + RANGING_MIX_2_DOSE = 11509, + RANGING_MIX_1_DOSE = 11511, + MAGIC_MIX_2_DOSE = 11513, + MAGIC_MIX_1_DOSE = 11515, + HUNTING_MIX_2_DOSE = 11517, + HUNTING_MIX_1_DOSE = 11519, + ZAMORAK_MIX_2_DOSE = 11521, + ZAMORAK_MIX_1_DOSE = 11523, + VOID_MAGE_HELM_NORMAL = 11663, + VOID_RANGER_HELM_NORMAL = 11664, + VOID_MELEE_HELM_NORMAL = 11665, + VOID_SEAL_8 = 11666, + VOID_SEAL_7 = 11667, + VOID_SEAL_6 = 11668, + VOID_SEAL_5 = 11669, + VOID_SEAL_4 = 11670, + VOID_SEAL_3 = 11671, + VOID_SEAL_2 = 11672, + VOID_SEAL_1 = 11673, + BEACH_BOXING_GLOVES_YELLOW = 11705, + BEACH_BOXING_GLOVES_PINK = 11706, + CURSED_GOBLIN_HAMMER = 11707, + CURSED_GOBLIN_BOW = 11708, + CURSED_GOBLIN_STAFF = 11709, + ANTIDRAGON_SHIELD_NZ = 11710, + MAGIC_SECATEURS_NZ = 11711, + RUNE_PICKAXE_NZ = 11719, + MITHRIL_PICKAXE_NZ = 11720, + IRON_PICKAXE_NZ = 11721, + CRYSTAL_BOW_I_NEW = 11748, + CRYSTAL_BOW_I_FULL = 11749, + CRYSTAL_BOW_I_910 = 11750, + CRYSTAL_BOW_I_810 = 11751, + CRYSTAL_BOW_I_710 = 11752, + CRYSTAL_BOW_I_610 = 11753, + CRYSTAL_BOW_I_510 = 11754, + CRYSTAL_BOW_I_410 = 11755, + CRYSTAL_BOW_I_310 = 11756, + CRYSTAL_BOW_I_210 = 11757, + CRYSTAL_BOW_I_110 = 11758, + CRYSTAL_SHIELD_I_NEW = 11759, + CRYSTAL_SHIELD_I_FULL = 11760, + CRYSTAL_SHIELD_I_910 = 11761, + CRYSTAL_SHIELD_I_810 = 11762, + CRYSTAL_SHIELD_I_710 = 11763, + CRYSTAL_SHIELD_I_610 = 11764, + CRYSTAL_SHIELD_I_510 = 11765, + CRYSTAL_SHIELD_I_410 = 11766, + CRYSTAL_SHIELD_I_310 = 11767, + CRYSTAL_SHIELD_I_210 = 11768, + CRYSTAL_SHIELD_I_110 = 11769, + SEERS_RING_I_NIGHTMARE_ZONE = 11770, + ARCHERS_RING_I_NIGHTMARE_ZONE = 11771, + WARRIOR_RING_I_NIGHTMARE_ZONE = 11772, + BERSERKER_RING_I_NIGHTMARE_ZONE = 11773, + BLACK_MASK_I_10 = 11774, + BLACK_MASK_I_9 = 11775, + BLACK_MASK_I_8 = 11776, + BLACK_MASK_I_7 = 11777, + BLACK_MASK_I_6 = 11778, + BLACK_MASK_I_5 = 11779, + BLACK_MASK_I_4 = 11780, + BLACK_MASK_I_3 = 11781, + BLACK_MASK_I_2 = 11782, + BLACK_MASK_I_1 = 11783, + BLACK_MASK_I_UNCHARGED = 11784, + ARMADYL_CROSSBOW = 11785, + STEAM_BATTLESTAFF = 11787, + MYSTIC_STEAM_STAFF = 11789, + STAFF_OF_THE_DEAD = 11791, + GODSWORD_BLADE = 11798, + ARMADYL_GODSWORD = 11802, + BANDOS_GODSWORD = 11804, + SARADOMIN_GODSWORD = 11806, + ZAMORAK_GODSWORD = 11808, + ARMADYL_HILT = 11810, + BANDOS_HILT = 11812, + SARADOMIN_HILT = 11814, + ZAMORAK_HILT = 11816, + GODSWORD_SHARD_1 = 11818, + GODSWORD_SHARD_2 = 11820, + GODSWORD_SHARD_3 = 11822, + ZAMORAKIAN_SPEAR = 11824, + ARMADYL_HELMET = 11826, + ARMADYL_CHESTPLATE = 11828, + ARMADYL_CHAINSKIRT = 11830, + BANDOS_CHESTPLATE = 11832, + BANDOS_TASSETS = 11834, + BANDOS_BOOTS = 11836, + SARADOMIN_SWORD = 11838, + DRAGON_BOOTS = 11840, + BLACK_HWEEN_MASK = 11847, + GRACEFUL_HOOD_INVENTORY = 11850, + GRACEFUL_CAPE_INVENTORY = 11852, + GRACEFUL_TOP_INVENTORY = 11854, + GRACEFUL_LEGS_INVENTORY = 11856, + GRACEFUL_GLOVES_INVENTORY = 11858, + GRACEFUL_BOOTS_INVENTORY = 11860, + BLACK_PARTYHAT = 11862, + RAINBOW_PARTYHAT = 11863, + SLAYER_HELMET = 11864, + SLAYER_HELMET_I_NIGHTMARE_ZONE = 11865, + SLAYER_RING_8 = 11866, + SLAYER_RING_7 = 11867, + SLAYER_RING_6 = 11868, + SLAYER_RING_5 = 11869, + SLAYER_RING_4 = 11870, + SLAYER_RING_3 = 11871, + SLAYER_RING_2 = 11872, + SLAYER_RING_1 = 11873, + BROAD_ARROWHEADS = 11874, + BROAD_BOLTS = 11875, + UNFINISHED_BROAD_BOLTS = 11876, + ZAMORAKIAN_HASTA = 11889, + SARADOMIN_BANNER_REWARD = 11891, + ZAMORAK_BANNER_REWARD = 11892, + DECORATIVE_ARMOUR_RED_PLATESKIRT = 11893, + DECORATIVE_ARMOUR_WHITE_PLATESKIRT = 11894, + DECORATIVE_ARMOUR_GOLD_PLATESKIRT_NORMAL = 11895, + DECORATIVE_ARMOUR_MAGIC_TOP_NORMAL = 11896, + DECORATIVE_ARMOUR_MAGIC_LEGS_NORMAL = 11897, + DECORATIVE_ARMOUR_MAGIC_HAT_NORMAL = 11898, + DECORATIVE_ARMOUR_RANGED_TOP_NORMAL = 11899, + DECORATIVE_ARMOUR_RANGED_LEGS_NORMAL = 11900, + DECORATIVE_ARMOUR_QUIVER_NORMAL = 11901, + LEAFBLADED_SWORD = 11902, + TRIDENT_OF_THE_SEAS_CHARGED = 11905, + TRIDENT_OF_THE_SEAS_PARTIALLY_CHARGED = 11907, + TRIDENT_OF_THE_SEAS_UNCHARGED = 11908, + COW_MASK = 11919, + DRAGON_PICKAXE = 11920, + MALEDICTION_WARD = 11924, + ODIUM_WARD = 11926, + ODIUM_SHARD_1 = 11928, + ODIUM_SHARD_2 = 11929, + ODIUM_SHARD_3 = 11930, + MALEDICTION_SHARD_1 = 11931, + MALEDICTION_SHARD_2 = 11932, + MALEDICTION_SHARD_3 = 11933, + RAW_DARK_CRAB = 11934, + DARK_CRAB = 11936, + DARK_FISHING_BAIT = 11940, + LAVA_DRAGON_BONES = 11943, + EXTENDED_ANTIFIRE_4_DOSE = 11951, + EXTENDED_ANTIFIRE_3_DOSE = 11953, + EXTENDED_ANTIFIRE_2_DOSE = 11955, + EXTENDED_ANTIFIRE_1_DOSE = 11957, + BLACK_CHINCHOMPA = 11959, + EXTENDED_ANTIFIRE_MIX_2_DOSE = 11960, + EXTENDED_ANTIFIRE_MIX_1_DOSE = 11962, + AMULET_OF_GLORY_T_T6 = 11964, + AMULET_OF_GLORY_T_T5 = 11966, + SKILLS_NECKLACE_6 = 11968, + SKILLS_NECKLACE_5 = 11970, + COMBAT_BRACELET_6 = 11972, + COMBAT_BRACELET_5 = 11974, + AMULET_OF_GLORY_5 = 11976, + AMULET_OF_GLORY_6 = 11978, + RING_OF_WEALTH_5 = 11980, + RING_OF_WEALTH_4 = 11982, + RING_OF_WEALTH_3 = 11984, + RING_OF_WEALTH_2 = 11986, + RING_OF_WEALTH_1 = 11988, + FEDORA = 11990, + LAVA_SCALE = 11992, + LAVA_SCALE_SHARD = 11994, + SMOKE_BATTLESTAFF = 11998, + MYSTIC_SMOKE_STAFF = 12000, + OCCULT_NECKLACE = 12002, + KRAKEN_TENTACLE = 12004, + ABYSSAL_TENTACLE = 12006, + JAR_OF_DIRT = 12007, + PROSPECTOR_HELMET = 12013, + PROSPECTOR_JACKET = 12014, + PROSPECTOR_LEGS = 12015, + PROSPECTOR_BOOTS = 12016, + SALVE_AMULETI_NIGHTMARE_ZONE = 12017, + SALVE_AMULETEI_NIGHTMARE_ZONE = 12018, + ANCIENT_ROBE_TOP = 12193, + ANCIENT_ROBE_LEGS = 12195, + ANCIENT_CLOAK = 12197, + ANCIENT_CROZIER = 12199, + ANCIENT_STOLE = 12201, + ANCIENT_MITRE = 12203, + BRONZE_PLATEBODY_G = 12205, + BRONZE_PLATELEGS_G = 12207, + BRONZE_PLATESKIRT_G = 12209, + BRONZE_FULL_HELM_G = 12211, + BRONZE_KITESHIELD_G = 12213, + BRONZE_PLATEBODY_T = 12215, + BRONZE_PLATELEGS_T = 12217, + BRONZE_PLATESKIRT_T = 12219, + BRONZE_FULL_HELM_T = 12221, + BRONZE_KITESHIELD_T = 12223, + IRON_PLATEBODY_T = 12225, + IRON_PLATELEGS_T = 12227, + IRON_PLATESKIRT_T = 12229, + IRON_FULL_HELM_T = 12231, + IRON_KITESHIELD_T = 12233, + IRON_PLATEBODY_G = 12235, + IRON_PLATELEGS_G = 12237, + IRON_PLATESKIRT_G = 12239, + IRON_FULL_HELM_G = 12241, + IRON_KITESHIELD_G = 12243, + BEANIE = 12245, + RED_BERET = 12247, + IMP_MASK = 12249, + GOBLIN_MASK = 12251, + ARMADYL_ROBE_TOP = 12253, + ARMADYL_ROBE_LEGS = 12255, + ARMADYL_STOLE = 12257, + ARMADYL_MITRE = 12259, + ARMADYL_CLOAK = 12261, + ARMADYL_CROZIER = 12263, + BANDOS_ROBE_TOP = 12265, + BANDOS_ROBE_LEGS = 12267, + BANDOS_STOLE = 12269, + BANDOS_MITRE = 12271, + BANDOS_CLOAK = 12273, + BANDOS_CROZIER = 12275, + MITHRIL_PLATEBODY_G = 12277, + MITHRIL_PLATELEGS_G = 12279, + MITHRIL_KITESHIELD_G = 12281, + MITHRIL_FULL_HELM_G = 12283, + MITHRIL_PLATESKIRT_G = 12285, + MITHRIL_PLATEBODY_T = 12287, + MITHRIL_PLATELEGS_T = 12289, + MITHRIL_KITESHIELD_T = 12291, + MITHRIL_FULL_HELM_T = 12293, + MITHRIL_PLATESKIRT_T = 12295, + BLACK_PICKAXE = 12297, + WHITE_HEADBAND = 12299, + BLUE_HEADBAND = 12301, + GOLD_HEADBAND = 12303, + PINK_HEADBAND = 12305, + GREEN_HEADBAND = 12307, + PINK_BOATER = 12309, + PURPLE_BOATER = 12311, + WHITE_BOATER = 12313, + PINK_ELEGANT_SHIRT = 12315, + PINK_ELEGANT_LEGS = 12317, + CRIER_HAT = 12319, + WHITE_CAVALIER = 12321, + RED_CAVALIER = 12323, + NAVY_CAVALIER = 12325, + RED_DHIDE_BODY_G = 12327, + RED_DHIDE_CHAPS_G = 12329, + RED_DHIDE_BODY_T = 12331, + RED_DHIDE_CHAPS_T = 12333, + BRIEFCASE = 12335, + SAGACIOUS_SPECTACLES = 12337, + PINK_ELEGANT_BLOUSE = 12339, + PINK_ELEGANT_SKIRT = 12341, + GOLD_ELEGANT_BLOUSE = 12343, + GOLD_ELEGANT_SKIRT = 12345, + GOLD_ELEGANT_SHIRT = 12347, + GOLD_ELEGANT_LEGS = 12349, + MUSKETEER_HAT = 12351, + MONOCLE = 12353, + BIG_PIRATE_HAT = 12355, + KATANA = 12357, + LEPRECHAUN_HAT = 12359, + CAT_MASK = 12361, + BRONZE_DRAGON_MASK = 12363, + IRON_DRAGON_MASK = 12365, + STEEL_DRAGON_MASK = 12367, + MITHRIL_DRAGON_MASK = 12369, + LAVA_DRAGON_MASK = 12371, + DRAGON_CANE = 12373, + BLACK_CANE = 12375, + ADAMANT_CANE = 12377, + RUNE_CANE = 12379, + BLACK_DHIDE_BODY_G = 12381, + BLACK_DHIDE_CHAPS_G = 12383, + BLACK_DHIDE_BODY_T = 12385, + BLACK_DHIDE_CHAPS_T = 12387, + GILDED_SCIMITAR = 12389, + GILDED_BOOTS = 12391, + ROYAL_GOWN_TOP = 12393, + ROYAL_GOWN_BOTTOM = 12395, + ROYAL_CROWN = 12397, + PARTYHAT_SPECS = 12399, + NARDAH_TELEPORT = 12402, + DIGSITE_TELEPORT = 12403, + FELDIP_HILLS_TELEPORT = 12404, + LUNAR_ISLE_TELEPORT = 12405, + MORTTON_TELEPORT = 12406, + PEST_CONTROL_TELEPORT = 12407, + PISCATORIS_TELEPORT = 12408, + TAI_BWO_WANNAI_TELEPORT = 12409, + IORWERTH_CAMP_TELEPORT = 12410, + MOS_LEHARMLESS_TELEPORT = 12411, + PIRATE_HAT_PATCH = 12412, + DRAGON_CHAINBODY_G = 12414, + DRAGON_PLATELEGS_G = 12415, + DRAGON_PLATESKIRT_G = 12416, + DRAGON_FULL_HELM_G = 12417, + DRAGON_SQ_SHIELD_G = 12418, + LIGHT_INFINITY_HAT = 12419, + LIGHT_INFINITY_TOP = 12420, + LIGHT_INFINITY_BOTTOMS = 12421, + THIRD_AGE_WAND = 12422, + THIRD_AGE_BOW = 12424, + THIRD_AGE_LONGSWORD = 12426, + PENGUIN_MASK = 12428, + AFRO = 12430, + TOP_HAT = 12432, + TOP_HAT_MONOCLE = 12434, + AMULET_OF_FURY_OR = 12436, + THIRD_AGE_CLOAK = 12437, + ROYAL_SCEPTRE = 12439, + MUSKETEER_TABARD = 12441, + MUSKETEER_PANTS = 12443, + BLACK_SKIRT_G = 12445, + BLACK_SKIRT_T = 12447, + BLACK_WIZARD_ROBE_G = 12449, + BLACK_WIZARD_ROBE_T = 12451, + BLACK_WIZARD_HAT_G = 12453, + BLACK_WIZARD_HAT_T = 12455, + DARK_INFINITY_HAT = 12457, + DARK_INFINITY_TOP = 12458, + DARK_INFINITY_BOTTOMS = 12459, + ANCIENT_PLATEBODY = 12460, + ANCIENT_PLATELEGS = 12462, + ANCIENT_PLATESKIRT = 12464, + ANCIENT_FULL_HELM = 12466, + ANCIENT_KITESHIELD = 12468, + ARMADYL_PLATEBODY = 12470, + ARMADYL_PLATELEGS = 12472, + ARMADYL_PLATESKIRT = 12474, + ARMADYL_FULL_HELM = 12476, + ARMADYL_KITESHIELD = 12478, + BANDOS_PLATEBODY = 12480, + BANDOS_PLATELEGS = 12482, + BANDOS_PLATESKIRT = 12484, + BANDOS_FULL_HELM = 12486, + BANDOS_KITESHIELD = 12488, + ANCIENT_BRACERS = 12490, + ANCIENT_DHIDE_BODY = 12492, + ANCIENT_CHAPS = 12494, + ANCIENT_COIF = 12496, + BANDOS_BRACERS = 12498, + BANDOS_DHIDE_BODY = 12500, + BANDOS_CHAPS = 12502, + BANDOS_COIF = 12504, + ARMADYL_BRACERS = 12506, + ARMADYL_DHIDE_BODY = 12508, + ARMADYL_CHAPS = 12510, + ARMADYL_COIF = 12512, + EXPLORER_BACKPACK = 12514, + PITH_HELMET = 12516, + GREEN_DRAGON_MASK = 12518, + BLUE_DRAGON_MASK = 12520, + RED_DRAGON_MASK = 12522, + BLACK_DRAGON_MASK = 12524, + FURY_ORNAMENT_KIT = 12526, + DARK_INFINITY_COLOUR_KIT = 12528, + LIGHT_INFINITY_COLOUR_KIT = 12530, + DRAGON_SQ_SHIELD_ORNAMENT_KIT = 12532, + DRAGON_CHAINBODY_ORNAMENT_KIT = 12534, + DRAGON_LEGSSKIRT_ORNAMENT_KIT = 12536, + DRAGON_FULL_HELM_ORNAMENT_KIT = 12538, + DEERSTALKER = 12540, + RANGERS_TUNIC = 12596, + HOLY_SANDALS = 12598, + DRUIDIC_WREATH = 12600, + RING_OF_THE_GODS = 12601, + TYRANNICAL_RING = 12603, + TREASONOUS_RING = 12605, + DAMAGED_BOOK_BANDOS = 12607, + BOOK_OF_WAR = 12608, + DAMAGED_BOOK_ARMADYL = 12609, + BOOK_OF_LAW = 12610, + DAMAGED_BOOK_ANCIENT = 12611, + BOOK_OF_DARKNESS = 12612, + BANDOS_PAGE_1 = 12613, + BANDOS_PAGE_2 = 12614, + BANDOS_PAGE_3 = 12615, + BANDOS_PAGE_4 = 12616, + ARMADYL_PAGE_1 = 12617, + ARMADYL_PAGE_2 = 12618, + ARMADYL_PAGE_3 = 12619, + ARMADYL_PAGE_4 = 12620, + ANCIENT_PAGE_1 = 12621, + ANCIENT_PAGE_2 = 12622, + ANCIENT_PAGE_3 = 12623, + ANCIENT_PAGE_4 = 12624, + STAMINA_POTION_4_DOSE = 12625, + STAMINA_POTION_3_DOSE = 12627, + STAMINA_POTION_2_DOSE = 12629, + STAMINA_POTION_1_DOSE = 12631, + STAMINA_MIX_2_DOSE = 12633, + STAMINA_MIX_1_DOSE = 12635, + SARADOMIN_HALO_NORMAL = 12637, + ZAMORAK_HALO_NORMAL = 12638, + GUTHIX_HALO_NORMAL = 12639, + AMYLASE_CRYSTAL = 12640, + LUMBERYARD_TELEPORT = 12642, + IBANS_STAFF_U = 12658, + TYRANNICAL_RING_I_NIGHTMARE_ZONE = 12691, + TREASONOUS_RING_I_NIGHTMARE_ZONE = 12692, + SUPER_COMBAT_POTION_4_DOSE = 12695, + SUPER_COMBAT_POTION_3_DOSE = 12697, + SUPER_COMBAT_POTION_2_DOSE = 12699, + SUPER_COMBAT_POTION_1_DOSE = 12701, + GOBLIN_PAINT_CANNON = 12727, + BLUE_DARK_BOW_PAINT = 12757, + GREEN_DARK_BOW_PAINT = 12759, + YELLOW_DARK_BOW_PAINT = 12761, + WHITE_DARK_BOW_PAINT = 12763, + DARK_BOW_GREEN = 12765, + DARK_BOW_BLUE = 12766, + DARK_BOW_YELLOW = 12767, + DARK_BOW_WHITE = 12768, + FROZEN_WHIP_MIX = 12769, + VOLCANIC_WHIP_MIX = 12771, + VOLCANIC_ABYSSAL_WHIP = 12773, + FROZEN_ABYSSAL_WHIP = 12774, + ANNAKARL_TELEPORT_TABLET = 12775, + CARRALLANGAR_TELEPORT_TABLET = 12776, + DAREEYAK_TELEPORT_TABLET = 12777, + GHORROCK_TELEPORT_TABLET = 12778, + KHARYRLL_TELEPORT_TABLET = 12779, + LASSAR_TELEPORT_TABLET = 12780, + PADDEWWA_TELEPORT_TABLET = 12781, + SENNTISTEN_TELEPORT_TABLET = 12782, + RING_OF_WEALTH_SCROLL = 12783, + RING_OF_WEALTH_I_UNCHARGED = 12785, + MAGIC_SHORTBOW_SCROLL = 12786, + MAGIC_SHORTBOW_I = 12788, + CLUE_BOX = 12789, + STEAM_BATTLESTAFF_OR = 12795, + MYSTIC_STEAM_STAFF_OR = 12796, + DRAGON_PICKAXE_UPGRADED = 12797, + STEAM_STAFF_UPGRADE_KIT = 12798, + DRAGON_PICKAXE_UPGRADE_KIT = 12800, + WARD_UPGRADE_KIT = 12802, + SARADOMINS_TEAR = 12804, + MALEDICTION_WARD_OR = 12806, + ODIUM_WARD_OR = 12807, + SARADOMINS_BLESSED_SWORD_CHARGED = 12808, + SARADOMINS_BLESSED_SWORD_PARTIALLY_CHARGED = 12809, + IRONMAN_HELM = 12810, + IRONMAN_PLATEBODY = 12811, + IRONMAN_PLATELEGS = 12812, + ULTIMATE_IRONMAN_HELM = 12813, + ULTIMATE_IRONMAN_PLATEBODY = 12814, + ULTIMATE_IRONMAN_PLATELEGS = 12815, + ELYSIAN_SPIRIT_SHIELD = 12817, + ELYSIAN_SIGIL = 12819, + SPECTRAL_SPIRIT_SHIELD = 12821, + SPECTRAL_SIGIL = 12823, + ARCANE_SPIRIT_SHIELD = 12825, + ARCANE_SIGIL = 12827, + SPIRIT_SHIELD = 12829, + BLESSED_SPIRIT_SHIELD = 12831, + HOLY_ELIXIR = 12833, + GRIM_REAPER_HOOD = 12845, + TARGET_TELEPORT_SCROLL = 12846, + GRANITE_MAUL_OR_NORMAL = 12848, + GRANITE_CLAMP = 12849, + AMULET_OF_THE_DAMNED_FULL = 12851, + AMULET_OF_THE_DAMNED_USED = 12853, + HUNTERS_HONOUR = 12855, + ROGUES_REVENGE = 12856, + DWARF_CANNON_SET = 12863, + GREEN_DRAGONHIDE_SET = 12865, + BLUE_DRAGONHIDE_SET = 12867, + RED_DRAGONHIDE_SET = 12869, + BLACK_DRAGONHIDE_SET = 12871, + GUTHANS_ARMOUR_SET = 12873, + VERACS_ARMOUR_SET = 12875, + DHAROKS_ARMOUR_SET = 12877, + TORAGS_ARMOUR_SET = 12879, + AHRIMS_ARMOUR_SET = 12881, + KARILS_ARMOUR_SET = 12883, + JAR_OF_SAND = 12885, + SANTA_MASK = 12887, + SANTA_JACKET = 12888, + SANTA_PANTALOONS = 12889, + SANTA_GLOVES = 12890, + SANTA_BOOTS = 12891, + ANTISANTA_MASK = 12892, + ANTISANTA_JACKET = 12893, + ANTISANTA_PANTALOONS = 12894, + ANTISANTA_GLOVES = 12895, + ANTISANTA_BOOTS = 12896, + TRIDENT_OF_THE_SWAMP_CHARGED = 12899, + TRIDENT_OF_THE_SWAMP_UNCHARGED = 12900, + TOXIC_STAFF_OF_THE_DEAD_UNCHARGED = 12902, + TOXIC_STAFF_OF_THE_DEAD_CHARGED = 12904, + ANTIVENOM_4_DOSE = 12905, + ANTIVENOM_3_DOSE = 12907, + ANTIVENOM_2_DOSE = 12909, + ANTIVENOM_1_DOSE = 12911, + TANZANITE_FANG = 12922, + TOXIC_BLOWPIPE_EMPTY = 12924, + TOXIC_BLOWPIPE_CHARGED = 12926, + SERPENTINE_VISAGE = 12927, + SERPENTINE_HELM_UNCHARGED = 12929, + SERPENTINE_HELM_CHARGED = 12931, + MAGIC_FANG = 12932, + ZULRAHS_SCALES = 12934, + JAR_OF_SWAMP = 12936, + ZULANDRA_TELEPORT = 12938, + DRAGON_DEFENDER_NORMAL = 12954, + COW_TOP = 12956, + COW_TROUSERS = 12957, + COW_GLOVES = 12958, + COW_SHOES = 12959, + BRONZE_SET_LG = 12960, + BRONZE_SET_SK = 12962, + BRONZE_TRIMMED_SET_LG = 12964, + BRONZE_TRIMMED_SET_SK = 12966, + BRONZE_GOLDTRIMMED_SET_LG = 12968, + BRONZE_GOLDTRIMMED_SET_SK = 12970, + IRON_SET_LG = 12972, + IRON_SET_SK = 12974, + IRON_TRIMMED_SET_LG = 12976, + IRON_TRIMMED_SET_SK = 12978, + IRON_GOLDTRIMMED_SET_LG = 12980, + IRON_GOLDTRIMMED_SET_SK = 12982, + STEEL_SET_LG = 12984, + STEEL_SET_SK = 12986, + BLACK_SET_LG = 12988, + BLACK_SET_SK = 12990, + BLACK_TRIMMED_SET_LG = 12992, + BLACK_TRIMMED_SET_SK = 12994, + BLACK_GOLDTRIMMED_SET_LG = 12996, + BLACK_GOLDTRIMMED_SET_SK = 12998, + MITHRIL_SET_LG = 13000, + MITHRIL_SET_SK = 13002, + MITHRIL_TRIMMED_SET_LG = 13004, + MITHRIL_TRIMMED_SET_SK = 13006, + MITHRIL_GOLDTRIMMED_SET_LG = 13008, + MITHRIL_GOLDTRIMMED_SET_SK = 13010, + ADAMANT_SET_LG = 13012, + ADAMANT_SET_SK = 13014, + ADAMANT_TRIMMED_SET_LG = 13016, + ADAMANT_TRIMMED_SET_SK = 13018, + ADAMANT_GOLDTRIMMED_SET_LG = 13020, + ADAMANT_GOLDTRIMMED_SET_SK = 13022, + RUNE_ARMOUR_SET_LG = 13024, + RUNE_ARMOUR_SET_SK = 13026, + RUNE_TRIMMED_SET_LG = 13028, + RUNE_TRIMMED_SET_SK = 13030, + RUNE_GOLDTRIMMED_SET_LG = 13032, + RUNE_GOLDTRIMMED_SET_SK = 13034, + GILDED_ARMOUR_SET_LG = 13036, + GILDED_ARMOUR_SET_SK = 13038, + SARADOMIN_ARMOUR_SET_LG = 13040, + SARADOMIN_ARMOUR_SET_SK = 13042, + ZAMORAK_ARMOUR_SET_LG = 13044, + ZAMORAK_ARMOUR_SET_SK = 13046, + GUTHIX_ARMOUR_SET_LG = 13048, + GUTHIX_ARMOUR_SET_SK = 13050, + ARMADYL_RUNE_ARMOUR_SET_LG = 13052, + ARMADYL_RUNE_ARMOUR_SET_SK = 13054, + BANDOS_RUNE_ARMOUR_SET_LG = 13056, + BANDOS_RUNE_ARMOUR_SET_SK = 13058, + ANCIENT_RUNE_ARMOUR_SET_LG = 13060, + ANCIENT_RUNE_ARMOUR_SET_SK = 13062, + COMBAT_POTION_SET = 13064, + SUPER_POTION_SET = 13066, + QUEST_POINT_CAPE_TRIMMED = 13068, + ACHIEVEMENT_DIARY_CAPE_TRIMMED = 13069, + ACHIEVEMENT_DIARY_HOOD = 13070, + ELITE_VOID_TOP_NORMAL = 13072, + ELITE_VOID_ROBE_NORMAL = 13073, + ENCHANTED_LYRE_5 = 13079, + CRYSTAL_HALBERD_I_NEW = 13080, + CRYSTAL_HALBERD_I_FULL = 13081, + CRYSTAL_HALBERD_I_910 = 13082, + CRYSTAL_HALBERD_I_810 = 13083, + CRYSTAL_HALBERD_I_710 = 13084, + CRYSTAL_HALBERD_I_610 = 13085, + CRYSTAL_HALBERD_I_510 = 13086, + CRYSTAL_HALBERD_I_410 = 13087, + CRYSTAL_HALBERD_I_310 = 13088, + CRYSTAL_HALBERD_I_210 = 13089, + CRYSTAL_HALBERD_I_110 = 13090, + CRYSTAL_HALBERD_HISTORICAL_NEW = 13091, + CRYSTAL_HALBERD_HISTORICAL_FULL = 13092, + CRYSTAL_HALBERD_HISTORICAL_910 = 13093, + CRYSTAL_HALBERD_HISTORICAL_810 = 13094, + CRYSTAL_HALBERD_HISTORICAL_710 = 13095, + CRYSTAL_HALBERD_HISTORICAL_610 = 13096, + CRYSTAL_HALBERD_HISTORICAL_510 = 13097, + CRYSTAL_HALBERD_HISTORICAL_410 = 13098, + CRYSTAL_HALBERD_HISTORICAL_310 = 13099, + CRYSTAL_HALBERD_HISTORICAL_210 = 13100, + CRYSTAL_HALBERD_HISTORICAL_110 = 13101, + KARAMJA_GLOVES_4 = 13103, + VARROCK_ARMOUR_1 = 13104, + VARROCK_ARMOUR_2 = 13105, + VARROCK_ARMOUR_3 = 13106, + VARROCK_ARMOUR_4 = 13107, + WILDERNESS_SWORD_1 = 13108, + WILDERNESS_SWORD_2 = 13109, + WILDERNESS_SWORD_3 = 13110, + WILDERNESS_SWORD_4 = 13111, + MORYTANIA_LEGS_1 = 13112, + MORYTANIA_LEGS_2 = 13113, + MORYTANIA_LEGS_3 = 13114, + MORYTANIA_LEGS_4 = 13115, + FALADOR_SHIELD_1 = 13117, + FALADOR_SHIELD_2 = 13118, + FALADOR_SHIELD_3 = 13119, + FALADOR_SHIELD_4 = 13120, + ARDOUGNE_CLOAK_1 = 13121, + ARDOUGNE_CLOAK_2 = 13122, + ARDOUGNE_CLOAK_3 = 13123, + ARDOUGNE_CLOAK_4 = 13124, + EXPLORERS_RING_1 = 13125, + EXPLORERS_RING_2 = 13126, + EXPLORERS_RING_3 = 13127, + EXPLORERS_RING_4 = 13128, + FREMENNIK_SEA_BOOTS_1 = 13129, + FREMENNIK_SEA_BOOTS_2 = 13130, + FREMENNIK_SEA_BOOTS_3 = 13131, + FREMENNIK_SEA_BOOTS_4 = 13132, + DESERT_AMULET_1 = 13133, + DESERT_AMULET_2 = 13134, + DESERT_AMULET_3 = 13135, + DESERT_AMULET_4 = 13136, + KANDARIN_HEADGEAR_1 = 13137, + KANDARIN_HEADGEAR_2 = 13138, + KANDARIN_HEADGEAR_3 = 13139, + KANDARIN_HEADGEAR_4 = 13140, + WESTERN_BANNER_1 = 13141, + WESTERN_BANNER_2 = 13142, + WESTERN_BANNER_3 = 13143, + WESTERN_BANNER_4 = 13144, + HOLY_BOOK_PAGE_SET = 13149, + UNHOLY_BOOK_PAGE_SET = 13151, + BOOK_OF_BALANCE_PAGE_SET = 13153, + BOOK_OF_WAR_PAGE_SET = 13155, + BOOK_OF_LAW_PAGE_SET = 13157, + BOOK_OF_DARKNESS_PAGE_SET = 13159, + ZAMORAK_DRAGONHIDE_SET = 13161, + SARADOMIN_DRAGONHIDE_SET = 13163, + GUTHIX_DRAGONHIDE_SET = 13165, + BANDOS_DRAGONHIDE_SET = 13167, + ARMADYL_DRAGONHIDE_SET = 13169, + ANCIENT_DRAGONHIDE_SET = 13171, + PARTYHAT_SET = 13173, + HALLOWEEN_MASK_SET = 13175, + BUNNY_FEET = 13182, + OLD_SCHOOL_BOND_TRADEABLE = 13190, + TANZANITE_HELM_CHARGED = 13197, + MAGMA_HELM_CHARGED = 13199, + RING_OF_THE_GODS_I_NIGHTMARE_ZONE = 13202, + MASK_OF_BALANCE = 13203, + MUSIC_CAPE_UNTRIMMED = 13221, + MUSIC_CAPE_TRIMMED = 13222, + MUSIC_HOOD = 13223, + ETERNAL_CRYSTAL = 13227, + PEGASIAN_CRYSTAL = 13229, + PRIMORDIAL_CRYSTAL = 13231, + SMOULDERING_STONE = 13233, + ETERNAL_BOOTS = 13235, + PEGASIAN_BOOTS = 13237, + PRIMORDIAL_BOOTS = 13239, + INFERNAL_AXE_CHARGED = 13241, + INFERNAL_AXE_UNCHARGED = 13242, + INFERNAL_PICKAXE_CHARGED = 13243, + INFERNAL_PICKAXE_UNCHARGED = 13244, + JAR_OF_SOULS = 13245, + SARADOMINS_LIGHT = 13256, + ANGLER_HAT = 13258, + ANGLER_TOP = 13259, + ANGLER_WADERS = 13260, + ANGLER_BOOTS = 13261, + ABYSSAL_BLUDGEON = 13263, + ABYSSAL_DAGGER_UNPOISONED = 13265, + ABYSSAL_DAGGER_POISON = 13267, + JAR_OF_MIASMA = 13277, + MAX_CAPE_INVENTORY = 13280, + MAX_HOOD = 13281, + GRAVEDIGGER_MASK_REWARD = 13283, + GRAVEDIGGER_TOP_REWARD = 13284, + GRAVEDIGGER_LEGGINGS_REWARD = 13285, + GRAVEDIGGER_BOOTS_REWARD = 13286, + GRAVEDIGGER_GLOVES_REWARD = 13287, + ANTIPANTIES_REWARD = 13288, + DEADMANS_CHEST_DEADMAN_MODE = 13317, + DEADMANS_LEGS_DEADMAN_MODE = 13318, + DEADMANS_CAPE_DEADMAN_MODE = 13319, + GREEN_BANNER = 13328, + FIRE_MAX_CAPE_NORMAL = 13329, + FIRE_MAX_HOOD = 13330, + SARADOMIN_MAX_CAPE = 13331, + SARADOMIN_MAX_HOOD = 13332, + ZAMORAK_MAX_CAPE = 13333, + ZAMORAK_MAX_HOOD = 13334, + GUTHIX_MAX_CAPE = 13335, + GUTHIX_MAX_HOOD = 13336, + ACCUMULATOR_MAX_CAPE = 13337, + ACCUMULATOR_MAX_HOOD = 13338, + BLACK_SANTA_HAT = 13343, + INVERTED_SANTA_HAT = 13344, + SHAYZIEN_GLOVES_1 = 13357, + SHAYZIEN_BOOTS_1 = 13358, + SHAYZIEN_HELM_1 = 13359, + SHAYZIEN_GREAVES_1 = 13360, + SHAYZIEN_PLATEBODY_1 = 13361, + SHAYZIEN_GLOVES_2 = 13362, + SHAYZIEN_BOOTS_2 = 13363, + SHAYZIEN_HELM_2 = 13364, + SHAYZIEN_GREAVES_2 = 13365, + SHAYZIEN_PLATEBODY_2 = 13366, + SHAYZIEN_GLOVES_3 = 13367, + SHAYZIEN_BOOTS_3 = 13368, + SHAYZIEN_HELM_3 = 13369, + SHAYZIEN_GREAVES_3 = 13370, + SHAYZIEN_PLATEBODY_3 = 13371, + SHAYZIEN_GLOVES_4 = 13372, + SHAYZIEN_BOOTS_4 = 13373, + SHAYZIEN_HELM_4 = 13374, + SHAYZIEN_GREAVES_4 = 13375, + SHAYZIEN_PLATEBODY_4 = 13376, + SHAYZIEN_GLOVES_5 = 13377, + SHAYZIEN_BOOTS_5 = 13378, + SHAYZIEN_HELM_5 = 13379, + SHAYZIEN_GREAVES_5 = 13380, + SHAYZIEN_BODY_5 = 13381, + XERICIAN_FABRIC = 13383, + XERICIAN_HAT = 13385, + XERICIAN_TOP = 13387, + XERICIAN_ROBE = 13389, + LIZARDMAN_FANG = 13391, + XERICS_TALISMAN_INERT = 13392, + XERICS_TALISMAN_CHARGED = 13393, + SALTPETRE = 13421, + SANDWORMS = 13431, + RAW_ANGLERFISH = 13439, + ANGLERFISH = 13441, + ENSOULED_GOBLIN_HEAD_ITEM = 13448, + ENSOULED_MONKEY_HEAD_ITEM = 13451, + ENSOULED_IMP_HEAD_ITEM = 13454, + ENSOULED_MINOTAUR_HEAD_ITEM = 13457, + ENSOULED_SCORPION_HEAD_ITEM = 13460, + ENSOULED_BEAR_HEAD_ITEM = 13463, + ENSOULED_UNICORN_HEAD_ITEM = 13466, + ENSOULED_DOG_HEAD_ITEM = 13469, + ENSOULED_CHAOS_DRUID_HEAD_ITEM = 13472, + ENSOULED_GIANT_HEAD_ITEM = 13475, + ENSOULED_OGRE_HEAD_ITEM = 13478, + ENSOULED_ELF_HEAD_ITEM = 13481, + ENSOULED_TROLL_HEAD_ITEM = 13484, + ENSOULED_HORROR_HEAD_ITEM = 13487, + ENSOULED_KALPHITE_HEAD_ITEM = 13490, + ENSOULED_DAGANNOTH_HEAD_ITEM = 13493, + ENSOULED_BLOODVELD_HEAD_ITEM = 13496, + ENSOULED_TZHAAR_HEAD_ITEM = 13499, + ENSOULED_DEMON_HEAD_ITEM = 13502, + ENSOULED_AVIANSIE_HEAD_ITEM = 13505, + ENSOULED_ABYSSAL_HEAD_ITEM = 13508, + ENSOULED_DRAGON_HEAD_ITEM = 13511, + DYNAMITE = 13573, + DRAGON_WARHAMMER = 13576, + GRACEFUL_HOOD_ARCEUUS_INVENTORY = 13579, + GRACEFUL_CAPE_ARCEUUS_INVENTORY = 13581, + GRACEFUL_TOP_ARCEUUS_INVENTORY = 13583, + GRACEFUL_LEGS_ARCEUUS_INVENTORY = 13585, + GRACEFUL_GLOVES_ARCEUUS_INVENTORY = 13587, + GRACEFUL_BOOTS_ARCEUUS_INVENTORY = 13589, + GRACEFUL_HOOD_PISCARILIUS_INVENTORY = 13591, + GRACEFUL_CAPE_PISCARILIUS_INVENTORY = 13593, + GRACEFUL_TOP_PISCARILIUS_INVENTORY = 13595, + GRACEFUL_LEGS_PISCARILIUS_INVENTORY = 13597, + GRACEFUL_GLOVES_PISCARILIUS_INVENTORY = 13599, + GRACEFUL_BOOTS_PISCARILIUS_INVENTORY = 13601, + GRACEFUL_HOOD_LOVAKENGJ_INVENTORY = 13603, + GRACEFUL_CAPE_LOVAKENGJ_INVENTORY = 13605, + GRACEFUL_TOP_LOVAKENGJ_INVENTORY = 13607, + GRACEFUL_LEGS_LOVAKENGJ_INVENTORY = 13609, + GRACEFUL_GLOVES_LOVAKENGJ_INVENTORY = 13611, + GRACEFUL_BOOTS_LOVAKENGJ_INVENTORY = 13613, + GRACEFUL_HOOD_SHAYZIEN_INVENTORY = 13615, + GRACEFUL_CAPE_SHAYZIEN_INVENTORY = 13617, + GRACEFUL_TOP_SHAYZIEN_INVENTORY = 13619, + GRACEFUL_LEGS_SHAYZIEN_INVENTORY = 13621, + GRACEFUL_GLOVES_SHAYZIEN_INVENTORY = 13623, + GRACEFUL_BOOTS_SHAYZIEN_INVENTORY = 13625, + GRACEFUL_HOOD_HOSIDIUS_INVENTORY = 13627, + GRACEFUL_CAPE_HOSIDIUS_INVENTORY = 13629, + GRACEFUL_TOP_HOSIDIUS_INVENTORY = 13631, + GRACEFUL_LEGS_HOSIDIUS_INVENTORY = 13633, + GRACEFUL_GLOVES_HOSIDIUS_INVENTORY = 13635, + GRACEFUL_BOOTS_HOSIDIUS_INVENTORY = 13637, + FARMERS_BORO_TROUSERS_MALE = 13640, + FARMERS_BORO_TROUSERS_FEMALE = 13641, + FARMERS_JACKET = 13642, + FARMERS_SHIRT = 13643, + FARMERS_BOOTS_MALE = 13644, + FARMERS_BOOTS_FEMALE = 13645, + FARMERS_STRAWHAT_MALE = 13646, + FARMERS_STRAWHAT_FEMALE = 13647, + DRAGON_CLAWS = 13652, + GNOME_CHILD_HAT = 13655, + GRAPE_SEED = 13657, + TELEPORT_CARD = 13658, + CHRONICLE = 13660, + BUNNY_TOP = 13663, + BUNNY_LEGS = 13664, + BUNNY_PAWS = 13665, + GRACEFUL_HOOD_KOUREND_INVENTORY = 13667, + GRACEFUL_CAPE_KOUREND_INVENTORY = 13669, + GRACEFUL_TOP_KOUREND_INVENTORY = 13671, + GRACEFUL_LEGS_KOUREND_INVENTORY = 13673, + GRACEFUL_GLOVES_KOUREND_INVENTORY = 13675, + GRACEFUL_BOOTS_KOUREND_INVENTORY = 13677, + CABBAGE_CAPE = 13679, + CRUCIFEROUS_CODEX = 13681, + ACHIEVEMENT_DIARY_CAPE_UNTRIMMED = 19476, + LIGHT_BALLISTA = 19478, + HEAVY_BALLISTA = 19481, + DRAGON_JAVELIN_UNPOISONED = 19484, + DRAGON_JAVELIN_POISON = 19486, + ZENYTE = 19493, + UNCUT_ZENYTE = 19496, + ZENYTE_AMULET_U = 19501, + ZENYTE_SHARD = 19529, + ZENYTE_BRACELET = 19532, + ZENYTE_NECKLACE = 19535, + ZENYTE_RING = 19538, + ZENYTE_AMULET = 19541, + TORMENTED_BRACELET = 19544, + NECKLACE_OF_ANGUISH = 19547, + RING_OF_SUFFERING_UNCHARGED = 19550, + AMULET_OF_TORTURE = 19553, + MONKEY_MONKEY_MADNESS_II = 19556, + BRONZE_JAVELIN_HEADS = 19570, + IRON_JAVELIN_HEADS = 19572, + STEEL_JAVELIN_HEADS = 19574, + MITHRIL_JAVELIN_HEADS = 19576, + ADAMANT_JAVELIN_HEADS = 19578, + RUNE_JAVELIN_HEADS = 19580, + DRAGON_JAVELIN_HEADS = 19582, + JAVELIN_SHAFT = 19584, + LIGHT_FRAME = 19586, + HEAVY_FRAME = 19589, + BALLISTA_LIMBS = 19592, + INCOMPLETE_LIGHT_BALLISTA = 19595, + INCOMPLETE_HEAVY_BALLISTA = 19598, + BALLISTA_SPRING = 19601, + UNSTRUNG_LIGHT_BALLISTA = 19604, + UNSTRUNG_HEAVY_BALLISTA = 19607, + MONKEY_TAIL = 19610, + ARCEUUS_LIBRARY_TELEPORT_TABLET = 19613, + DRAYNOR_MANOR_TELEPORT_TABLET = 19615, + MIND_ALTAR_TELEPORT_TABLET = 19617, + SALVE_GRAVEYARD_TELEPORT_TABLET = 19619, + FENKENSTRAINS_CASTLE_TELEPORT_TABLET = 19621, + WEST_ARDOUGNE_TELEPORT_TABLET = 19623, + HARMONY_ISLAND_TELEPORT_TABLET = 19625, + CEMETERY_TELEPORT_TABLET = 19627, + BARROWS_TELEPORT_TABLET = 19629, + APE_ATOLL_TELEPORT_TABLET = 19631, + BLACK_SLAYER_HELMET = 19639, + BLACK_SLAYER_HELMET_I_NIGHTMARE_ZONE = 19641, + GREEN_SLAYER_HELMET = 19643, + GREEN_SLAYER_HELMET_I_NIGHTMARE_ZONE = 19645, + RED_SLAYER_HELMET = 19647, + RED_SLAYER_HELMET_I_NIGHTMARE_ZONE = 19649, + GOLOVANOVA_FRUIT_TOP = 19653, + UNCOOKED_BOTANICAL_PIE = 19656, + BOTANICAL_PIE_FULL = 19662, + DAMAGED_MONKEY_TAIL = 19665, + REDWOOD_LOGS = 19669, + REDWOOD_PYRE_LOGS = 19672, + ARCLIGHT = 19675, + HELM_OF_RAEDWALD = 19687, + CLUE_HUNTER_GARB = 19689, + CLUE_HUNTER_GLOVES = 19691, + CLUE_HUNTER_TROUSERS = 19693, + CLUE_HUNTER_BOOTS = 19695, + CLUE_HUNTER_CLOAK = 19697, + HORNWOOD_HELM = 19699, + JAR_OF_DARKNESS = 19701, + AMULET_OF_ETERNAL_GLORY = 19707, + RING_OF_SUFFERING_I_UNCHARGED = 19710, + OCCULT_NECKLACE_OR = 19720, + DRAGON_DEFENDER_T_NORMAL = 19722, + LEFT_EYE_PATCH = 19724, + DOUBLE_EYE_PATCH = 19727, + ZOMBIE_HEAD_TREASURE_TRAILS = 19912, + CYCLOPS_HEAD = 19915, + NUNCHAKU = 19918, + ANCIENT_DHIDE_BOOTS = 19921, + BANDOS_DHIDE_BOOTS = 19924, + GUTHIX_DHIDE_BOOTS = 19927, + ARMADYL_DHIDE_BOOTS = 19930, + SARADOMIN_DHIDE_BOOTS = 19933, + ZAMORAK_DHIDE_BOOTS = 19936, + HEAVY_CASKET = 19941, + ARCEUUS_SCARF = 19943, + HOSIDIUS_SCARF = 19946, + LOVAKENGJ_SCARF = 19949, + PISCARILIUS_SCARF = 19952, + SHAYZIEN_SCARF = 19955, + DARK_TUXEDO_JACKET = 19958, + DARK_TUXEDO_CUFFS = 19961, + DARK_TROUSERS = 19964, + DARK_TUXEDO_SHOES = 19967, + DARK_BOW_TIE = 19970, + LIGHT_TUXEDO_JACKET = 19973, + LIGHT_TUXEDO_CUFFS = 19976, + LIGHT_TROUSERS = 19979, + LIGHT_TUXEDO_SHOES = 19982, + LIGHT_BOW_TIE = 19985, + BLACKSMITHS_HELM = 19988, + BUCKET_HELM = 19991, + RANGER_GLOVES = 19994, + HOLY_WRAPS = 19997, + DRAGON_SCIMITAR_OR = 20000, + DRAGON_SCIMITAR_ORNAMENT_KIT = 20002, + RING_OF_NATURE = 20005, + FANCY_TIARA = 20008, + THIRD_AGE_AXE = 20011, + THIRD_AGE_PICKAXE = 20014, + RING_OF_COINS = 20017, + LESSER_DEMON_MASK = 20020, + GREATER_DEMON_MASK = 20023, + BLACK_DEMON_MASK = 20026, + OLD_DEMON_MASK = 20029, + JUNGLE_DEMON_MASK = 20032, + SAMURAI_KASA = 20035, + SAMURAI_SHIRT = 20038, + SAMURAI_GLOVES = 20041, + SAMURAI_GREAVES = 20044, + SAMURAI_BOOTS = 20047, + OBSIDIAN_CAPE_R = 20050, + HALF_MOON_SPECTACLES = 20053, + ALE_OF_THE_GODS = 20056, + BUCKET_HELM_G = 20059, + TORTURE_ORNAMENT_KIT = 20062, + OCCULT_ORNAMENT_KIT = 20065, + ARMADYL_GODSWORD_ORNAMENT_KIT = 20068, + BANDOS_GODSWORD_ORNAMENT_KIT = 20071, + SARADOMIN_GODSWORD_ORNAMENT_KIT = 20074, + ZAMORAK_GODSWORD_ORNAMENT_KIT = 20077, + MUMMYS_HEAD = 20080, + MUMMYS_BODY = 20083, + MUMMYS_HANDS = 20086, + MUMMYS_LEGS = 20089, + MUMMYS_FEET = 20092, + ANKOU_MASK = 20095, + ANKOU_TOP = 20098, + ANKOU_GLOVES = 20101, + ANKOUS_LEGGINGS = 20104, + ANKOU_SOCKS = 20107, + BOWL_WIG = 20110, + ARCEUUS_HOOD = 20113, + HOSIDIUS_HOOD = 20116, + LOVAKENGJ_HOOD = 20119, + PISCARILIUS_HOOD = 20122, + SHAYZIEN_HOOD = 20125, + HOOD_OF_DARKNESS = 20128, + ROBE_TOP_OF_DARKNESS = 20131, + GLOVES_OF_DARKNESS = 20134, + ROBE_BOTTOM_OF_DARKNESS = 20137, + BOOTS_OF_DARKNESS = 20140, + DRAGON_DEFENDER_ORNAMENT_KIT = 20143, + GILDED_MED_HELM = 20146, + GILDED_CHAINBODY = 20149, + GILDED_SQ_SHIELD = 20152, + GILDED_2H_SWORD = 20155, + GILDED_SPEAR = 20158, + GILDED_HASTA = 20161, + LARGE_SPADE = 20164, + WOODEN_SHIELD_G = 20166, + STEEL_PLATEBODY_G = 20169, + STEEL_PLATELEGS_G = 20172, + STEEL_PLATESKIRT_G = 20175, + STEEL_FULL_HELM_G = 20178, + STEEL_KITESHIELD_G = 20181, + STEEL_PLATEBODY_T = 20184, + STEEL_PLATELEGS_T = 20187, + STEEL_PLATESKIRT_T = 20190, + STEEL_FULL_HELM_T = 20193, + STEEL_KITESHIELD_T = 20196, + MONKS_ROBE_TOP_G = 20199, + MONKS_ROBE_G = 20202, + GOLDEN_CHEFS_HAT = 20205, + GOLDEN_APRON = 20208, + TEAM_CAPE_ZERO = 20211, + TEAM_CAPE_X = 20214, + TEAM_CAPE_I = 20217, + HOLY_BLESSING = 20220, + UNHOLY_BLESSING = 20223, + PEACEFUL_BLESSING = 20226, + HONOURABLE_BLESSING = 20229, + WAR_BLESSING = 20232, + ANCIENT_BLESSING = 20235, + CHARGE_DRAGONSTONE_JEWELLERY_SCROLL = 20238, + CRIER_COAT = 20240, + CRIER_BELL = 20243, + BLACK_LEPRECHAUN_HAT = 20246, + CLUELESS_SCROLL = 20249, + ARCEUUS_BANNER = 20251, + HOSIDIUS_BANNER = 20254, + LOVAKENGJ_BANNER = 20257, + PISCARILIUS_BANNER = 20260, + SHAYZIEN_BANNER = 20263, + BLACK_UNICORN_MASK = 20266, + WHITE_UNICORN_MASK = 20269, + CABBAGE_ROUND_SHIELD = 20272, + GNOMISH_FIRELIGHTER_UNCHARGED = 20275, + AMULET_OF_TORTURE_OR = 20366, + ARMADYL_GODSWORD_OR = 20368, + BANDOS_GODSWORD_OR = 20370, + SARADOMIN_GODSWORD_OR = 20372, + ZAMORAK_GODSWORD_OR = 20374, + STEEL_TRIMMED_SET_LG = 20376, + STEEL_TRIMMED_SET_SK = 20379, + STEEL_GOLDTRIMMED_SET_LG = 20382, + STEEL_GOLDTRIMMED_SET_SK = 20385, + DRAGON_ARROW_LAST_MAN_STANDING = 20389, + SPEAR_LAST_MAN_STANDING = 20397, + ABYSSAL_WHIP_LAST_MAN_STANDING = 20405, + DRAGON_DAGGER_LAST_MAN_STANDING = 20407, + DARK_BOW_LAST_MAN_STANDING = 20408, + RUNE_PLATELEGS_LAST_MAN_STANDING = 20422, + BLACK_DHIDE_BODY_LAST_MAN_STANDING = 20423, + MYSTIC_ROBE_TOP_LAST_MAN_STANDING = 20425, + MYSTIC_ROBE_BOTTOM_LAST_MAN_STANDING = 20426, + EVIL_CHICKEN_FEET = 20433, + EVIL_CHICKEN_WINGS = 20436, + EVIL_CHICKEN_HEAD = 20439, + EVIL_CHICKEN_LEGS = 20442, + ELDER_CHAOS_TOP = 20517, + ELDER_CHAOS_ROBE = 20520, + GRANITE_MAUL_LAST_MAN_STANDING = 20557, + CLIMBING_BOOTS_LAST_MAN_STANDING = 20578, + ADAMANT_GLOVES_LAST_MAN_STANDING = 20582, + AMULET_OF_POWER_LAST_MAN_STANDING = 20585, + AMULET_OF_GLORY_LAST_MAN_STANDING = 20586, + STALE_BAGUETTE = 20590, + ARMADYL_GODSWORD_LAST_MAN_STANDING = 20593, + ELDER_CHAOS_HOOD = 20595, + AHRIMS_ROBETOP_LAST_MAN_STANDING = 20598, + AHRIMS_ROBESKIRT_LAST_MAN_STANDING = 20599, + RING_OF_SUFFERING_RECOIL = 20655, + RING_OF_SUFFERING_I_RECOIL = 20657, + PYROMANCER_GARB = 20704, + PYROMANCER_ROBE = 20706, + PYROMANCER_HOOD = 20708, + PYROMANCER_BOOTS = 20710, + WARM_GLOVES = 20712, + TOME_OF_FIRE_CHARGED = 20714, + TOME_OF_FIRE_EMPTY = 20716, + BURNT_PAGE = 20718, + BRUMA_TORCH = 20720, + IMBUED_HEART = 20724, + LEAFBLADED_BATTLEAXE = 20727, + MIST_BATTLESTAFF = 20730, + MYSTIC_MIST_STAFF = 20733, + DUST_BATTLESTAFF = 20736, + MYSTIC_DUST_STAFF = 20739, + ZAMORAKS_GRAPES = 20749, + HILL_GIANT_CLUB = 20756, + ARDOUGNE_MAX_CAPE = 20760, + ARDOUGNE_MAX_HOOD = 20764, + BANSHEE_MASK = 20773, + BANSHEE_TOP = 20775, + BANSHEE_ROBE = 20777, + HUNTING_KNIFE = 20779, + KILLERS_KNIFE_HALLOWEEN = 20781, + DRAGON_CLAWS_LAST_MAN_STANDING = 20784, + RING_OF_WEALTH_I_I5 = 20786, + RING_OF_WEALTH_I_I4 = 20787, + RING_OF_WEALTH_I_I3 = 20788, + RING_OF_WEALTH_I_I2 = 20789, + RING_OF_WEALTH_I_I1 = 20790, + HARDCORE_IRONMAN_HELM = 20792, + HARDCORE_IRONMAN_PLATEBODY = 20794, + HARDCORE_IRONMAN_PLATELEGS = 20796, + SACK_OF_PRESENTS = 20834, + GIANT_PRESENT = 20836, + CORRUPTED_HELM = 20838, + CORRUPTED_PLATEBODY = 20840, + CORRUPTED_PLATELEGS = 20842, + CORRUPTED_PLATESKIRT = 20844, + CORRUPTED_KITESHIELD = 20846, + DRAGON_THROWNAXE = 20849, + TWISTED_BOW = 20997, + TWISTED_BUCKLER = 21000, + ELDER_MAUL = 21003, + KODAI_WAND = 21006, + DRAGON_SWORD = 21009, + DRAGON_HUNTER_CROSSBOW = 21012, + DINHS_BULWARK = 21015, + ANCESTRAL_HAT = 21018, + ANCESTRAL_ROBE_TOP = 21021, + ANCESTRAL_ROBE_BOTTOM = 21024, + DRAGON_HARPOON = 21028, + INFERNAL_HARPOON_CHARGED = 21031, + INFERNAL_HARPOON_UNCHARGED = 21033, + DEXTEROUS_PRAYER_SCROLL = 21034, + KODAI_INSIGNIA = 21043, + TORN_PRAYER_SCROLL = 21047, + ANCESTRAL_ROBES_SET = 21049, + KILLERS_KNIFE_QUEST = 21059, + GRACEFUL_HOOD_AGILITY_ARENA_INVENTORY = 21061, + GRACEFUL_CAPE_AGILITY_ARENA_INVENTORY = 21064, + GRACEFUL_TOP_AGILITY_ARENA_INVENTORY = 21067, + GRACEFUL_LEGS_AGILITY_ARENA_INVENTORY = 21070, + GRACEFUL_GLOVES_AGILITY_ARENA_INVENTORY = 21073, + GRACEFUL_BOOTS_AGILITY_ARENA_INVENTORY = 21076, + ARCANE_PRAYER_SCROLL = 21079, + OPAL_RING = 21081, + JADE_RING = 21084, + TOPAZ_RING = 21087, + OPAL_NECKLACE = 21090, + JADE_NECKLACE = 21093, + TOPAZ_NECKLACE = 21096, + OPAL_AMULET_U = 21099, + JADE_AMULET_U = 21102, + TOPAZ_AMULET_U = 21105, + OPAL_AMULET = 21108, + JADE_AMULET = 21111, + TOPAZ_AMULET = 21114, + OPAL_BRACELET = 21117, + JADE_BRACELET = 21120, + TOPAZ_BRACELET = 21123, + RING_OF_PURSUIT = 21126, + RING_OF_RETURNING_5 = 21129, + RING_OF_RETURNING_4 = 21132, + RING_OF_RETURNING_3 = 21134, + RING_OF_RETURNING_2 = 21136, + RING_OF_RETURNING_1 = 21138, + EFARITAYS_AID = 21140, + DODGY_NECKLACE = 21143, + NECKLACE_OF_PASSAGE_5 = 21146, + NECKLACE_OF_PASSAGE_4 = 21149, + NECKLACE_OF_PASSAGE_3 = 21151, + NECKLACE_OF_PASSAGE_2 = 21153, + NECKLACE_OF_PASSAGE_1 = 21155, + NECKLACE_OF_FAITH = 21157, + AMULET_OF_BOUNTY = 21160, + AMULET_OF_CHEMISTRY = 21163, + BURNING_AMULET_5 = 21166, + BURNING_AMULET_4 = 21169, + BURNING_AMULET_3 = 21171, + BURNING_AMULET_2 = 21173, + BURNING_AMULET_1 = 21175, + EXPEDITIOUS_BRACELET = 21177, + FLAMTAER_BRACELET = 21180, + BRACELET_OF_SLAUGHTER = 21183, + LAVA_BATTLESTAFF_OR = 21198, + MYSTIC_LAVA_STAFF_OR = 21200, + LAVA_STAFF_UPGRADE_KIT = 21202, + ELDER_MAUL_LAST_MAN_STANDING = 21205, + BIRTHDAY_BALLOONS = 21209, + EASTER_EGG_HELM = 21214, + SLAYERS_STAFF_E = 21255, + SLAYERS_ENCHANTMENT = 21257, + PURPLE_SLAYER_HELMET = 21264, + PURPLE_SLAYER_HELMET_I_NIGHTMARE_ZONE = 21266, + SLAYER_RING_ETERNAL = 21268, + ETERNAL_GEM = 21270, + SKULL_SCEPTRE_I = 21276, + OBSIDIAN_ARMOUR_SET = 21279, + INFERNAL_MAX_HOOD = 21282, + INFERNAL_MAX_CAPE_NORMAL = 21285, + INFERNAL_CAPE_NORMAL = 21295, + OBSIDIAN_HELMET = 21298, + OBSIDIAN_PLATEBODY = 21301, + OBSIDIAN_PLATELEGS = 21304, + RAINBOW_SCARF = 21314, + AMETHYST_BROAD_BOLTS = 21316, + AMETHYST_JAVELIN_UNPOISONED = 21318, + AMETHYST_JAVELIN_POISON = 21320, + AMETHYST_ARROW_UNPOISONED = 21326, + AMETHYST_FIRE_ARROW_UNLIT = 21328, + AMETHYST_FIRE_ARROW_LIT = 21330, + AMETHYST_ARROW_POISON = 21332, + AMETHYST_BOLT_TIPS = 21338, + MINING_GLOVES = 21343, + SUPERIOR_MINING_GLOVES = 21345, + AMETHYST = 21347, + AMETHYST_ARROWTIPS = 21350, + AMETHYST_JAVELIN_HEADS = 21352, + MASTER_SCROLL_BOOK_EMPTY = 21387, + EXPERT_MINING_GLOVES = 21392, + CHAMPIONS_CAPE = 21439, + TEAK_SAPLING = 21477, + MAHOGANY_SAPLING = 21480, + ULTRACOMPOST = 21483, + TEAK_SEED = 21486, + MAHOGANY_SEED = 21488, + SEAWEED_SPORE = 21490, + GIANT_SEAWEED = 21504, + BIRD_HOUSE_ITEM = 21512, + OAK_BIRD_HOUSE = 21515, + WILLOW_BIRD_HOUSE = 21518, + TEAK_BIRD_HOUSE = 21521, + HEATPROOF_VESSEL = 21539, + CALCITE = 21543, + PYROPHOSPHITE = 21545, + NUMULITE = 21555, + VOLCANIC_ASH = 21622, + SULLIUSCEP_CAP = 21626, + ANCIENT_WYVERN_SHIELD_CHARGED = 21633, + ANCIENT_WYVERN_SHIELD_UNCHARGED = 21634, + WYVERN_VISAGE = 21637, + GRANITE_BOOTS = 21643, + GRANITE_LONGSWORD = 21646, + MERFOLK_TRIDENT = 21649, + DRIFT_NET = 21652, + UNCOOKED_MUSHROOM_PIE = 21684, + MUSHROOM_PIE_FULL = 21690, + RUNEFEST_SHIELD = 21695, + JONAS_MASK_REWARD = 21720, + BLACK_TOURMALINE_CORE = 21730, + GUARDIAN_BOOTS = 21733, + GRANITE_GLOVES = 21736, + GRANITE_RING = 21739, + GRANITE_HAMMER = 21742, + JAR_OF_STONE = 21745, + GRANITE_RING_I_NIGHTMARE_ZONE = 21752, + ROCK_THROWNHAMMER = 21754, + KHAREDSTS_MEMOIRS = 21760, + IMBUED_SARADOMIN_MAX_CAPE_NORMAL = 21776, + IMBUED_SARADOMIN_MAX_HOOD = 21778, + IMBUED_ZAMORAK_MAX_CAPE_NORMAL = 21780, + IMBUED_ZAMORAK_MAX_HOOD = 21782, + IMBUED_GUTHIX_MAX_CAPE_NORMAL = 21784, + IMBUED_GUTHIX_MAX_HOOD = 21786, + IMBUED_SARADOMIN_CAPE_NORMAL = 21791, + IMBUED_GUTHIX_CAPE_NORMAL = 21793, + IMBUED_ZAMORAK_CAPE_NORMAL = 21795, + REVENANT_CAVE_TELEPORT = 21802, + ANCIENT_CRYSTAL = 21804, + ANCIENT_EMBLEM = 21807, + ANCIENT_TOTEM = 21810, + ANCIENT_STATUETTE = 21813, + BRACELET_OF_ETHEREUM_CHARGED = 21816, + BRACELET_OF_ETHEREUM_UNCHARGED = 21817, + REVENANT_ETHER = 21820, + SHAMAN_MASK = 21838, + SNOW_IMP_COSTUME_HEAD_REWARD = 21847, + SNOW_IMP_COSTUME_BODY_REWARD = 21849, + SNOW_IMP_COSTUME_LEGS_REWARD = 21851, + SNOW_IMP_COSTUME_TAIL_REWARD = 21853, + SNOW_IMP_COSTUME_GLOVES_REWARD = 21855, + SNOW_IMP_COSTUME_FEET_REWARD = 21857, + WISE_OLD_MANS_SANTA_HAT = 21859, + BULGING_SACK = 21874, + WRATH_RUNE = 21880, + DRAGON_ARMOUR_SET_LG = 21882, + DRAGON_ARMOUR_SET_SK = 21885, + TURQUOISE_SLAYER_HELMET = 21888, + TURQUOISE_SLAYER_HELMET_I_NIGHTMARE_ZONE = 21890, + DRAGON_PLATEBODY = 21892, + DRAGON_KITESHIELD = 21895, + ASSEMBLER_MAX_CAPE_NORMAL = 21898, + ASSEMBLER_MAX_HOOD = 21900, + DRAGON_CROSSBOW = 21902, + DRAGON_BOLTS_UNPOISONED = 21905, + DRAGON_LIMBS = 21918, + DRAGON_CROSSBOW_U = 21921, + DRAGON_BOLTS_POISON = 21924, + DRAGON_BOLTS_UNF = 21930, + OPAL_DRAGON_BOLTS_E = 21932, + JADE_DRAGON_BOLTS_E = 21934, + PEARL_DRAGON_BOLTS_E = 21936, + TOPAZ_DRAGON_BOLTS_E = 21938, + SAPPHIRE_DRAGON_BOLTS_E = 21940, + EMERALD_DRAGON_BOLTS_E = 21942, + RUBY_DRAGON_BOLTS_E = 21944, + DIAMOND_DRAGON_BOLTS_E = 21946, + DRAGONSTONE_DRAGON_BOLTS_E = 21948, + ONYX_DRAGON_BOLTS_E = 21950, + MAGIC_STOCK = 21952, + OPAL_DRAGON_BOLTS = 21955, + JADE_DRAGON_BOLTS = 21957, + PEARL_DRAGON_BOLTS = 21959, + TOPAZ_DRAGON_BOLTS = 21961, + SAPPHIRE_DRAGON_BOLTS = 21963, + EMERALD_DRAGON_BOLTS = 21965, + RUBY_DRAGON_BOLTS = 21967, + DIAMOND_DRAGON_BOLTS = 21969, + DRAGONSTONE_DRAGON_BOLTS = 21971, + ONYX_DRAGON_BOLTS = 21973, + CRUSHED_SUPERIOR_DRAGON_BONES = 21975, + SUPER_ANTIFIRE_POTION_4_DOSE = 21978, + SUPER_ANTIFIRE_POTION_3_DOSE = 21981, + SUPER_ANTIFIRE_POTION_2_DOSE = 21984, + SUPER_ANTIFIRE_POTION_1_DOSE = 21987, + SUPER_ANTIFIRE_MIX_2_DOSE = 21994, + SUPER_ANTIFIRE_MIX_1_DOSE = 21997, + DRAGONFIRE_WARD_CHARGED = 22002, + DRAGONFIRE_WARD_UNCHARGED = 22003, + SKELETAL_VISAGE = 22006, + DRAGON_METAL_SHARD = 22097, + DRAGON_METAL_SLICE = 22100, + DRAGON_METAL_LUMP = 22103, + JAR_OF_DECAY = 22106, + AVAS_ASSEMBLER_NORMAL = 22109, + DRAGONBONE_NECKLACE = 22111, + MYTHICAL_CAPE = 22114, + WRATH_TALISMAN = 22118, + WRATH_TIARA = 22121, + SUPERIOR_DRAGON_BONES = 22124, + ADAMANT_KITESHIELD_ARRAV = 22127, + ADAMANT_KITESHIELD_ASGARNIA = 22129, + ADAMANT_KITESHIELD_DORGESHUUN = 22131, + ADAMANT_KITESHIELD_DRAGON = 22133, + ADAMANT_KITESHIELD_FAIRY = 22135, + ADAMANT_KITESHIELD_GUTHIX = 22137, + ADAMANT_KITESHIELD_HAM = 22139, + ADAMANT_KITESHIELD_HORSE = 22141, + ADAMANT_KITESHIELD_JOGRE = 22143, + ADAMANT_KITESHIELD_KANDARIN = 22145, + ADAMANT_KITESHIELD_MISTHALIN = 22147, + ADAMANT_KITESHIELD_MONEY = 22149, + ADAMANT_KITESHIELD_SARADOMIN = 22151, + ADAMANT_KITESHIELD_SKULL = 22153, + ADAMANT_KITESHIELD_VARROCK = 22155, + ADAMANT_KITESHIELD_ZAMORAK = 22157, + ADAMANT_HERALDIC_HELM_ARRAV = 22159, + ADAMANT_HERALDIC_HELM_ASGARNIA = 22161, + ADAMANT_HERALDIC_HELM_DORGESHUUN = 22163, + ADAMANT_HERALDIC_HELM_DRAGON = 22165, + ADAMANT_HERALDIC_HELM_FAIRY = 22167, + ADAMANT_HERALDIC_HELM_GUTHIX = 22169, + ADAMANT_HERALDIC_HELM_HAM = 22171, + ADAMANT_HERALDIC_HELM_HORSE = 22173, + ADAMANT_HERALDIC_HELM_JOGRE = 22175, + ADAMANT_HERALDIC_HELM_KANDARIN = 22177, + ADAMANT_HERALDIC_HELM_MISTHALIN = 22179, + ADAMANT_HERALDIC_HELM_MONEY = 22181, + ADAMANT_HERALDIC_HELM_SARADOMIN = 22183, + ADAMANT_HERALDIC_HELM_SKULL = 22185, + ADAMANT_HERALDIC_HELM_VARROCK = 22187, + ADAMANT_HERALDIC_HELM_ZAMORAK = 22189, + MAPLE_BIRD_HOUSE = 22192, + MAHOGANY_BIRD_HOUSE = 22195, + YEW_BIRD_HOUSE = 22198, + MAGIC_BIRD_HOUSE = 22201, + REDWOOD_BIRD_HOUSE = 22204, + EXTENDED_SUPER_ANTIFIRE_4_DOSE = 22209, + EXTENDED_SUPER_ANTIFIRE_3_DOSE = 22212, + EXTENDED_SUPER_ANTIFIRE_2_DOSE = 22215, + EXTENDED_SUPER_ANTIFIRE_1_DOSE = 22218, + EXTENDED_SUPER_ANTIFIRE_MIX_2_DOSE = 22221, + EXTENDED_SUPER_ANTIFIRE_MIX_1_DOSE = 22224, + BULLET_ARROW = 22227, + FIELD_ARROW = 22228, + BLUNT_ARROW = 22229, + BARBED_ARROW = 22230, + DRAGON_BOOTS_ORNAMENT_KIT = 22231, + DRAGON_BOOTS_G = 22234, + DRAGON_PLATEBODY_ORNAMENT_KIT = 22236, + DRAGON_KITESHIELD_ORNAMENT_KIT = 22239, + DRAGON_PLATEBODY_G = 22242, + DRAGON_KITESHIELD_G = 22244, + ANGUISH_ORNAMENT_KIT = 22246, + NECKLACE_OF_ANGUISH_OR = 22249, + OAK_SHIELD = 22251, + WILLOW_SHIELD = 22254, + MAPLE_SHIELD = 22257, + YEW_SHIELD = 22260, + MAGIC_SHIELD = 22263, + REDWOOD_SHIELD = 22266, + HARD_LEATHER_SHIELD = 22269, + SNAKESKIN_SHIELD = 22272, + GREEN_DHIDE_SHIELD = 22275, + BLUE_DHIDE_SHIELD = 22278, + RED_DHIDE_SHIELD = 22281, + BLACK_DHIDE_SHIELD = 22284, + TRIDENT_OF_THE_SEAS_E_CHARGED = 22288, + TRIDENT_OF_THE_SEAS_E_UNCHARGED = 22290, + TRIDENT_OF_THE_SWAMP_E_CHARGED = 22292, + TRIDENT_OF_THE_SWAMP_E_UNCHARGED = 22294, + STAFF_OF_LIGHT = 22296, + ANCIENT_MEDALLION = 22299, + ANCIENT_EFFIGY = 22302, + ANCIENT_RELIC = 22305, + PROP_SWORD = 22316, + AVERNIC_DEFENDER_NORMAL = 22322, + SANGUINESTI_STAFF_CHARGED = 22323, + GHRAZI_RAPIER = 22324, + SCYTHE_OF_VITUR_CHARGED = 22325, + JUSTICIAR_FACEGUARD = 22326, + JUSTICIAR_CHESTGUARD = 22327, + JUSTICIAR_LEGGUARDS = 22328, + STARTER_SWORD = 22331, + STARTER_BOW = 22333, + STARTER_STAFF = 22335, + EGGSHELL_PLATEBODY = 22351, + EGGSHELL_PLATELEGS = 22353, + BRYOPHYTAS_STAFF_UNCHARGED = 22368, + BRYOPHYTAS_STAFF_CHARGED = 22370, + BRYOPHYTAS_ESSENCE = 22372, + XERICS_GUARD = 22388, + XERICS_WARRIOR = 22390, + XERICS_SENTINEL = 22392, + XERICS_GENERAL = 22394, + XERICS_CHAMPION = 22396, + IVANDIS_FLAIL = 22398, + DRAKANS_MEDALLION = 22400, + BLOODY_BRACER = 22430, + EMERALD_SICKLE_B = 22433, + ENCHANTED_EMERALD_SICKLE_B = 22435, + JUSTICIAR_ARMOUR_SET = 22438, + CADANTINE_BLOOD_POTION_UNF = 22443, + VIAL_OF_BLOOD = 22446, + BATTLEMAGE_POTION_4_DOSE = 22449, + BATTLEMAGE_POTION_3_DOSE = 22452, + BATTLEMAGE_POTION_2_DOSE = 22455, + BATTLEMAGE_POTION_1_DOSE = 22458, + BASTION_POTION_4_DOSE = 22461, + BASTION_POTION_3_DOSE = 22464, + BASTION_POTION_2_DOSE = 22467, + BASTION_POTION_1_DOSE = 22470, + AVERNIC_DEFENDER_HILT = 22477, + SANGUINESTI_STAFF_UNCHARGED = 22481, + SCYTHE_OF_VITUR_UNCHARGED = 22486, + SINHAZA_SHROUD_TIER_1 = 22494, + SINHAZA_SHROUD_TIER_2 = 22496, + SINHAZA_SHROUD_TIER_3 = 22498, + SINHAZA_SHROUD_TIER_4 = 22500, + SINHAZA_SHROUD_TIER_5 = 22502, + DAWNBRINGER = 22516, + ESCAPE_CRYSTAL = 22517, + VIGGORAS_CHAINMACE_UNCHARGED = 22542, + VIGGORAS_CHAINMACE_CHARGED = 22545, + CRAWS_BOW_UNCHARGED = 22547, + CRAWS_BOW_CHARGED = 22550, + THAMMARONS_SCEPTRE_UNCHARGED = 22552, + THAMMARONS_SCEPTRE_CHARGED = 22555, + AMULET_OF_AVARICE = 22557, + TE_SALT = 22593, + EFH_SALT = 22595, + URT_SALT = 22597, + ICY_BASALT = 22599, + STONY_BASALT = 22601, + BASALT = 22603, + VESTAS_SPEAR = 22610, + VESTAS_LONGSWORD = 22613, + VESTAS_CHAINBODY = 22616, + VESTAS_PLATESKIRT = 22619, + STATIUSS_WARHAMMER = 22622, + STATIUSS_FULL_HELM = 22625, + STATIUSS_PLATEBODY = 22628, + STATIUSS_PLATELEGS = 22631, + MORRIGANS_THROWING_AXE = 22634, + MORRIGANS_JAVELIN = 22636, + MORRIGANS_COIF = 22638, + MORRIGANS_LEATHER_BODY = 22641, + MORRIGANS_LEATHER_CHAPS = 22644, + ZURIELS_STAFF = 22647, + ZURIELS_HOOD = 22650, + ZURIELS_ROBE_TOP = 22653, + ZURIELS_ROBE_BOTTOM = 22656, + SCROLL_SACK = 22675, + CLOWN_MASK_REWARD = 22689, + CLOWN_BOW_TIE_REWARD = 22692, + CLOWN_GOWN_REWARD = 22695, + CLOWN_TROUSERS_REWARD = 22698, + CLOWN_SHOES_REWARD = 22701, + STARFACE = 22713, + TREE_TOP = 22715, + TREE_SKIRT = 22717, + CANDY_CANE = 22719, + DRAGON_HASTA_UNPOISONED = 22731, + DRAGON_HASTA_POISON = 22734, + DRAGON_HASTA_KARAMBWAN_POISON = 22743, + WYRM_BONES = 22780, + DRAKE_BONES = 22783, + HYDRA_BONES = 22786, + UNCOOKED_DRAGONFRUIT_PIE = 22789, + DRAGONFRUIT_PIE_FULL = 22795, + DRAGON_KNIFE_UNPOISONED = 22804, + DRAGON_KNIFE_POISON = 22806, + CORMORANTS_GLOVE_NO_BIRD = 22816, + CORMORANTS_GLOVE_BIRD = 22817, + FISH_CHUNKS = 22818, + BLUEGILL = 22826, + COMMON_TENCH = 22829, + MOTTLED_EEL = 22832, + GREATER_SIREN = 22835, + FISH_SACK = 22838, + GOLDEN_TENCH = 22840, + PEARL_BARBARIAN_ROD = 22842, + PEARL_FLY_FISHING_ROD = 22844, + PEARL_FISHING_ROD = 22846, + CELASTRUS_SAPLING = 22856, + REDWOOD_SAPLING = 22859, + DRAGONFRUIT_SAPLING = 22866, + CELASTRUS_SEED = 22869, + REDWOOD_TREE_SEED = 22871, + POTATO_CACTUS_SEED = 22873, + DRAGONFRUIT_TREE_SEED = 22877, + SNAPE_GRASS_SEED = 22879, + WHITE_LILY_SEED = 22887, + DRAGONFRUIT = 22929, + WHITE_LILY = 22932, + CELASTRUS_BARK = 22935, + RADAS_BLESSING_1 = 22941, + RADAS_BLESSING_2 = 22943, + RADAS_BLESSING_3 = 22945, + RADAS_BLESSING_4 = 22947, + BATTLEFRONT_TELEPORT_TABLET = 22949, + BOOTS_OF_BRIMSTONE = 22951, + DEVOUT_BOOTS = 22954, + DRAKES_CLAW = 22957, + DRAKES_TOOTH = 22960, + BROKEN_DRAGON_HASTA = 22963, + HYDRAS_CLAW = 22966, + BRIMSTONE_RING = 22975, + DRAGON_HUNTER_LANCE = 22978, + FEROCIOUS_GLOVES = 22981, + HYDRA_LEATHER = 22983, + BONECRUSHER_NECKLACE = 22986, + HYDRA_TAIL = 22988, + BOTTOMLESS_COMPOST_BUCKET_EMPTY = 22994, + BOTTLED_DRAGONBREATH_UNPOWERED = 22999, + BOTTLED_DRAGONBREATH_POWERED = 23002, + BOOTS_OF_STONE = 23037, + MYSTIC_HAT_DUSK = 23047, + MYSTIC_ROBE_TOP_DUSK = 23050, + MYSTIC_ROBE_BOTTOM_DUSK = 23053, + MYSTIC_GLOVES_DUSK = 23056, + MYSTIC_BOOTS_DUSK = 23059, + JAR_OF_CHEMICALS = 23064, + HYDRA_SLAYER_HELMET = 23073, + HYDRA_SLAYER_HELMET_I_NIGHTMARE_ZONE = 23075, + ORNATE_GLOVES = 23091, + ORNATE_BOOTS = 23093, + ORNATE_LEGS = 23095, + ORNATE_TOP = 23097, + ORNATE_CAPE = 23099, + ORNATE_HELM = 23101, + MYSTIC_SET_LIGHT = 23110, + MYSTIC_SET_BLUE = 23113, + MYSTIC_SET_DARK = 23116, + MYSTIC_SET_DUSK = 23119, + OILY_PEARL_FISHING_ROD = 23122, + GILDED_DRAGONHIDE_SET = 23124, + RING_OF_THIRD_AGE = 23185, + GUTHIX_DHIDE_SHIELD = 23188, + SARADOMIN_DHIDE_SHIELD = 23191, + ZAMORAK_DHIDE_SHIELD = 23194, + ANCIENT_DHIDE_SHIELD = 23197, + ARMADYL_DHIDE_SHIELD = 23200, + BANDOS_DHIDE_SHIELD = 23203, + DUAL_SAI = 23206, + RUNE_PLATEBODY_H1 = 23209, + RUNE_PLATEBODY_H2 = 23212, + RUNE_PLATEBODY_H3 = 23215, + RUNE_PLATEBODY_H4 = 23218, + RUNE_PLATEBODY_H5 = 23221, + THIEVING_BAG = 23224, + RUNE_DEFENDER_ORNAMENT_KIT = 23227, + RUNE_DEFENDER_T_NORMAL = 23230, + TZHAARKETOM_ORNAMENT_KIT = 23232, + TZHAARKETOM_T = 23235, + BERSERKER_NECKLACE_ORNAMENT_KIT = 23237, + BERSERKER_NECKLACE_OR = 23240, + THIRD_AGE_PLATESKIRT = 23242, + FREMENNIK_KILT = 23246, + RANGERS_TIGHTS = 23249, + GIANT_BOOT = 23252, + URIS_HAT = 23255, + GILDED_COIF = 23258, + GILDED_DHIDE_VAMBRACES = 23261, + GILDED_DHIDE_BODY = 23264, + GILDED_DHIDE_CHAPS = 23267, + ADAMANT_DRAGON_MASK = 23270, + RUNE_DRAGON_MASK = 23273, + GILDED_PICKAXE = 23276, + GILDED_AXE = 23279, + GILDED_SPADE = 23282, + MOLE_SLIPPERS = 23285, + FROG_SLIPPERS = 23288, + BEAR_FEET = 23291, + DEMON_FEET = 23294, + JESTER_CAPE = 23297, + SHOULDER_PARROT = 23300, + MONKS_ROBE_TOP_T = 23303, + MONKS_ROBE_T = 23306, + AMULET_OF_DEFENCE_T = 23309, + SANDWICH_LADY_HAT = 23312, + SANDWICH_LADY_TOP = 23315, + SANDWICH_LADY_BOTTOM = 23318, + RUNE_SCIMITAR_ORNAMENT_KIT_GUTHIX = 23321, + RUNE_SCIMITAR_ORNAMENT_KIT_SARADOMIN = 23324, + RUNE_SCIMITAR_ORNAMENT_KIT_ZAMORAK = 23327, + RUNE_SCIMITAR_GUTHIX = 23330, + RUNE_SCIMITAR_SARADOMIN = 23332, + RUNE_SCIMITAR_ZAMORAK = 23334, + THIRD_AGE_DRUIDIC_ROBE_TOP = 23336, + THIRD_AGE_DRUIDIC_ROBE_BOTTOMS = 23339, + THIRD_AGE_DRUIDIC_STAFF = 23342, + THIRD_AGE_DRUIDIC_CLOAK = 23345, + TORMENTED_ORNAMENT_KIT = 23348, + CAPE_OF_SKULLS = 23351, + AMULET_OF_POWER_T = 23354, + RAIN_BOW = 23357, + HAM_JOINT = 23360, + STAFF_OF_BOB_THE_CAT = 23363, + BLACK_PLATEBODY_H1 = 23366, + BLACK_PLATEBODY_H2 = 23369, + BLACK_PLATEBODY_H3 = 23372, + BLACK_PLATEBODY_H4 = 23375, + BLACK_PLATEBODY_H5 = 23378, + LEATHER_BODY_G = 23381, + LEATHER_CHAPS_G = 23384, + WATSON_TELEPORT = 23387, + SPIKED_MANACLES = 23389, + ADAMANT_PLATEBODY_H1 = 23392, + ADAMANT_PLATEBODY_H2 = 23395, + ADAMANT_PLATEBODY_H3 = 23398, + ADAMANT_PLATEBODY_H4 = 23401, + ADAMANT_PLATEBODY_H5 = 23404, + WOLF_MASK = 23407, + WOLF_CLOAK = 23410, + CLIMBING_BOOTS_G = 23413, + TORMENTED_BRACELET_OR = 23444, + GIANT_EASTER_EGG = 23446, + BUNNYMAN_MASK = 23448, + ENCHANTED_LYREI = 23458, + LARRANS_KEY = 23490, + GRUBBY_KEY = 23499, + GIANT_EGG_SAC_FULL = 23517, + MASK_OF_RANUL = 23522, + JAR_OF_EYES = 23525, + SARACHNIS_CUDGEL = 23528, + HELM_OF_NEITIZNOT_LAST_MAN_STANDING = 23591, + BARROWS_GLOVES_LAST_MAN_STANDING = 23593, + BERSERKER_RING_LAST_MAN_STANDING = 23595, + DRAGON_DEFENDER_LAST_MAN_STANDING = 23597, + SPIRIT_SHIELD_LAST_MAN_STANDING = 23599, + RUNE_CROSSBOW_LAST_MAN_STANDING = 23601, + IMBUED_GUTHIX_CAPE_LAST_MAN_STANDING = 23603, + IMBUED_ZAMORAK_CAPE_LAST_MAN_STANDING = 23605, + IMBUED_SARADOMIN_CAPE_LAST_MAN_STANDING = 23607, + ARMADYL_CROSSBOW_LAST_MAN_STANDING = 23611, + STAFF_OF_THE_DEAD_LAST_MAN_STANDING = 23613, + VESTAS_LONGSWORD_LAST_MAN_STANDING = 23615, + ZURIELS_STAFF_LAST_MAN_STANDING = 23617, + MORRIGANS_JAVELIN_LAST_MAN_STANDING = 23619, + STATIUSS_WARHAMMER_LAST_MAN_STANDING = 23620, + INFERNAL_CAPE_LAST_MAN_STANDING = 23622, + SEERS_RING_I_LAST_MAN_STANDING = 23624, + KODAI_WAND_LAST_MAN_STANDING = 23626, + GHRAZI_RAPIER_LAST_MAN_STANDING = 23628, + HEAVY_BALLISTA_LAST_MAN_STANDING = 23630, + KARILS_LEATHERTOP_LAST_MAN_STANDING = 23632, + DHAROKS_PLATELEGS_LAST_MAN_STANDING = 23633, + TORAGS_PLATELEGS_LAST_MAN_STANDING = 23634, + VERACS_PLATESKIRT_LAST_MAN_STANDING = 23635, + VERACS_HELM_LAST_MAN_STANDING = 23636, + TORAGS_HELM_LAST_MAN_STANDING = 23637, + GUTHANS_HELM_LAST_MAN_STANDING = 23638, + DHAROKS_HELM_LAST_MAN_STANDING = 23639, + AMULET_OF_FURY_LAST_MAN_STANDING = 23640, + BLESSED_SPIRIT_SHIELD_LAST_MAN_STANDING = 23642, + ETERNAL_BOOTS_LAST_MAN_STANDING = 23644, + BANDOS_TASSETS_LAST_MAN_STANDING = 23646, + DRAGON_JAVELIN_LAST_MAN_STANDING = 23648, + DIAMOND_BOLTS_E_LAST_MAN_STANDING = 23649, + MAGES_BOOK_LAST_MAN_STANDING = 23652, + AHRIMS_STAFF_LAST_MAN_STANDING = 23653, + OCCULT_NECKLACE_LAST_MAN_STANDING = 23654, + DRAGONSTONE_ARMOUR_SET = 23667, + CRYSTAL_AXE_ACTIVE = 23673, + CRYSTAL_AXE_INACTIVE = 23675, + DRAGON_PICKAXE_OR = 23677, + CRYSTAL_PICKAXE_ACTIVE = 23680, + CRYSTAL_PICKAXE_INACTIVE = 23682, + DIVINE_SUPER_COMBAT_POTION_4_DOSE = 23685, + DIVINE_SUPER_COMBAT_POTION_3_DOSE = 23688, + DIVINE_SUPER_COMBAT_POTION_2_DOSE = 23691, + DIVINE_SUPER_COMBAT_POTION_1_DOSE = 23694, + DIVINE_SUPER_ATTACK_POTION_4_DOSE = 23697, + DIVINE_SUPER_ATTACK_POTION_3_DOSE = 23700, + DIVINE_SUPER_ATTACK_POTION_2_DOSE = 23703, + DIVINE_SUPER_ATTACK_POTION_1_DOSE = 23706, + DIVINE_SUPER_STRENGTH_POTION_4_DOSE = 23709, + DIVINE_SUPER_STRENGTH_POTION_3_DOSE = 23712, + DIVINE_SUPER_STRENGTH_POTION_2_DOSE = 23715, + DIVINE_SUPER_STRENGTH_POTION_1_DOSE = 23718, + DIVINE_SUPER_DEFENCE_POTION_4_DOSE = 23721, + DIVINE_SUPER_DEFENCE_POTION_3_DOSE = 23724, + DIVINE_SUPER_DEFENCE_POTION_2_DOSE = 23727, + DIVINE_SUPER_DEFENCE_POTION_1_DOSE = 23730, + DIVINE_RANGING_POTION_4_DOSE = 23733, + DIVINE_RANGING_POTION_3_DOSE = 23736, + DIVINE_RANGING_POTION_2_DOSE = 23739, + DIVINE_RANGING_POTION_1_DOSE = 23742, + DIVINE_MAGIC_POTION_4_DOSE = 23745, + DIVINE_MAGIC_POTION_3_DOSE = 23748, + DIVINE_MAGIC_POTION_2_DOSE = 23751, + DIVINE_MAGIC_POTION_1_DOSE = 23754, + CRYSTAL_HARPOON_ACTIVE = 23762, + CRYSTAL_HARPOON_INACTIVE = 23764, + ARDOUGNE_KNIGHT_HELM = 23785, + ARDOUGNE_KNIGHT_PLATEBODY = 23787, + ARDOUGNE_KNIGHT_PLATELEGS = 23789, + CORRUPTED_SCEPTRE = 23820, + CORRUPTED_AXE = 23821, + CORRUPTED_PICKAXE = 23822, + CORRUPTED_HARPOON = 23823, + CORRUPTED_HELM_BASIC = 23840, + CORRUPTED_HELM_ATTUNED = 23841, + CORRUPTED_HELM_PERFECTED = 23842, + CORRUPTED_BODY_BASIC = 23843, + CORRUPTED_BODY_ATTUNED = 23844, + CORRUPTED_BODY_PERFECTED = 23845, + CORRUPTED_LEGS_BASIC = 23846, + CORRUPTED_LEGS_ATTUNED = 23847, + CORRUPTED_LEGS_PERFECTED = 23848, + CORRUPTED_HALBERD_BASIC = 23849, + CORRUPTED_HALBERD_ATTUNED = 23850, + CORRUPTED_HALBERD_PERFECTED = 23851, + CORRUPTED_STAFF_BASIC = 23852, + CORRUPTED_STAFF_ATTUNED = 23853, + CORRUPTED_STAFF_PERFECTED = 23854, + CORRUPTED_BOW_BASIC = 23855, + CORRUPTED_BOW_ATTUNED = 23856, + CORRUPTED_BOW_PERFECTED = 23857, + GAUNTLET_CAPE = 23859, + CRYSTAL_SCEPTRE = 23861, + CRYSTAL_AXE_THE_GAUNTLET = 23862, + CRYSTAL_PICKAXE_THE_GAUNTLET = 23863, + CRYSTAL_HARPOON_THE_GAUNTLET = 23864, + CRYSTAL_HELM_BASIC = 23886, + CRYSTAL_HELM_ATTUNED = 23887, + CRYSTAL_HELM_PERFECTED = 23888, + CRYSTAL_BODY_BASIC = 23889, + CRYSTAL_BODY_ATTUNED = 23890, + CRYSTAL_BODY_PERFECTED = 23891, + CRYSTAL_LEGS_BASIC = 23892, + CRYSTAL_LEGS_ATTUNED = 23893, + CRYSTAL_LEGS_PERFECTED = 23894, + CRYSTAL_HALBERD_BASIC = 23895, + CRYSTAL_HALBERD_ATTUNED = 23896, + CRYSTAL_HALBERD_PERFECTED = 23897, + CRYSTAL_STAFF_BASIC = 23898, + CRYSTAL_STAFF_ATTUNED = 23899, + CRYSTAL_STAFF_PERFECTED = 23900, + CRYSTAL_BOW_BASIC = 23901, + CRYSTAL_BOW_ATTUNED = 23902, + CRYSTAL_BOW_PERFECTED = 23903, + IMBUED_TEPHRA = 23907, + ZALCANO_SHARD = 23908, + CRYSTAL_CROWN_ITHELL = 23911, + CRYSTAL_CROWN_IORWERTH = 23913, + CRYSTAL_CROWN_TRAHAEARN = 23915, + CRYSTAL_CROWN_CADARN = 23917, + CRYSTAL_CROWN_CRWYS = 23919, + CRYSTAL_CROWN_MEILYR = 23921, + CRYSTAL_CROWN_HEFIN = 23923, + CRYSTAL_CROWN_AMLODD = 23925, + ELVEN_SIGNET = 23943, + ELVEN_DAWN = 23948, + CRYSTAL_TOOL_SEED = 23953, + CRYSTAL_ARMOUR_SEED = 23956, + ENHANCED_CRYSTAL_TELEPORT_SEED = 23959, + CRYSTAL_HELM_ACTIVE = 23971, + CRYSTAL_HELM_INACTIVE = 23973, + CRYSTAL_BODY_ACTIVE = 23975, + CRYSTAL_BODY_INACTIVE = 23977, + CRYSTAL_LEGS_ACTIVE = 23979, + CRYSTAL_LEGS_INACTIVE = 23981, + CRYSTAL_BOW_ACTIVE = 23983, + CRYSTAL_BOW_INACTIVE = 23985, + CRYSTAL_HALBERD_ACTIVE = 23987, + CRYSTAL_HALBERD_INACTIVE = 23989, + CRYSTAL_SHIELD_ACTIVE = 23991, + CRYSTAL_SHIELD_INACTIVE = 23993, + BLADE_OF_SAELDOR_CHARGED = 23995, + BLADE_OF_SAELDOR_INACTIVE = 23997, + CRYSTAL_GRAIL = 24000, + ELVEN_BOOTS = 24003, + ELVEN_GLOVES = 24006, + ELVEN_TOP_YELLOW = 24009, + ELVEN_SKIRT_YELLOW = 24012, + ELVEN_TOP_WHITE = 24015, + ELVEN_SKIRT_WHITE = 24018, + ELVEN_TOP_YELLOW_VEST = 24021, + ELVEN_LEGWEAR = 24024, + ELVEN_TOP_WHITE_VEST = 24027, + DRAGONSTONE_FULL_HELM = 24034, + DRAGONSTONE_PLATEBODY = 24037, + DRAGONSTONE_PLATELEGS = 24040, + DRAGONSTONE_BOOTS = 24043, + DRAGONSTONE_GAUNTLETS = 24046, + CRYSTAL_BOW_NEW = 24123, + CRYSTAL_HALBERD_NEW = 24125, + CRYSTAL_SHIELD_NEW = 24127, + INFERNAL_MAX_CAPE_LOCKED = 24133, + FIRE_MAX_CAPE_LOCKED = 24134, + ASSEMBLER_MAX_CAPE_LOCKED = 24135, + BRONZE_DEFENDER_LOCKED = 24136, + IRON_DEFENDER_LOCKED = 24137, + STEEL_DEFENDER_LOCKED = 24138, + BLACK_DEFENDER_LOCKED = 24139, + MITHRIL_DEFENDER_LOCKED = 24140, + ADAMANT_DEFENDER_LOCKED = 24141, + RUNE_DEFENDER_LOCKED = 24142, + DRAGON_DEFENDER_LOCKED = 24143, + STAFF_OF_BALANCE = 24144, + DECORATIVE_SWORD_GOLD_LOCKED = 24157, + DECORATIVE_ARMOUR_GOLD_PLATEBODY_LOCKED = 24158, + DECORATIVE_ARMOUR_GOLD_PLATELEGS_LOCKED = 24159, + DECORATIVE_HELM_GOLD_LOCKED = 24160, + DECORATIVE_SHIELD_GOLD_LOCKED = 24161, + DECORATIVE_ARMOUR_GOLD_PLATESKIRT_LOCKED = 24162, + DECORATIVE_ARMOUR_MAGIC_TOP_LOCKED = 24163, + DECORATIVE_ARMOUR_MAGIC_LEGS_LOCKED = 24164, + DECORATIVE_ARMOUR_MAGIC_HAT_LOCKED = 24165, + DECORATIVE_ARMOUR_RANGED_TOP_LOCKED = 24166, + DECORATIVE_ARMOUR_RANGED_LEGS_LOCKED = 24167, + DECORATIVE_ARMOUR_QUIVER_LOCKED = 24168, + SARADOMIN_HALO_LOCKED = 24169, + ZAMORAK_HALO_LOCKED = 24170, + GUTHIX_HALO_LOCKED = 24171, + HEALER_HAT_LOCKED = 24172, + FIGHTER_HAT_LOCKED = 24173, + RANGER_HAT_LOCKED = 24174, + FIGHTER_TORSO_LOCKED = 24175, + PENANCE_SKIRT_LOCKED = 24176, + VOID_KNIGHT_TOP_LOCKED = 24177, + ELITE_VOID_TOP_LOCKED = 24178, + VOID_KNIGHT_ROBE_LOCKED = 24179, + ELITE_VOID_ROBE_LOCKED = 24180, + VOID_KNIGHT_MACE_LOCKED = 24181, + VOID_KNIGHT_GLOVES_LOCKED = 24182, + VOID_MAGE_HELM_LOCKED = 24183, + VOID_RANGER_HELM_LOCKED = 24184, + VOID_MELEE_HELM_LOCKED = 24185, + AVERNIC_DEFENDER_LOCKED = 24186, + TROUVER_PARCHMENT = 24187, + DEADMANS_CHEST_COSMETIC = 24189, + DEADMANS_LEGS_COSMETIC = 24190, + DEADMANS_CAPE_COSMETIC = 24191, + ARMADYL_HALO_NORMAL = 24192, + ARMADYL_HALO_LOCKED = 24194, + BANDOS_HALO_NORMAL = 24195, + BANDOS_HALO_LOCKED = 24197, + SEREN_HALO_NORMAL = 24198, + SEREN_HALO_LOCKED = 24200, + ANCIENT_HALO_NORMAL = 24201, + ANCIENT_HALO_LOCKED = 24203, + BRASSICA_HALO_NORMAL = 24204, + BRASSICA_HALO_LOCKED = 24206, + VICTORS_CAPE_1 = 24207, + VICTORS_CAPE_10 = 24209, + VICTORS_CAPE_50 = 24211, + VICTORS_CAPE_100 = 24213, + VICTORS_CAPE_500 = 24215, + SWIFT_BLADE = 24219, + AVAS_ASSEMBLER_LOCKED = 24222, + FIRE_CAPE_LOCKED = 24223, + INFERNAL_CAPE_LOCKED = 24224, + GRANITE_MAUL_ORNATE_HANDLE = 24225, + GRANITE_MAUL_OR_ORNATE_HANDLE = 24227, + ORNATE_MAUL_HANDLE = 24229, + IMBUED_SARADOMIN_MAX_CAPE_LOCKED = 24232, + IMBUED_ZAMORAK_MAX_CAPE_LOCKED = 24233, + IMBUED_GUTHIX_MAX_CAPE_LOCKED = 24234, + IMBUED_SARADOMIN_CAPE_LOCKED = 24248, + IMBUED_GUTHIX_CAPE_LOCKED = 24249, + IMBUED_ZAMORAK_CAPE_LOCKED = 24250, + WILDERNESS_CRABS_TELEPORT = 24251, + VS_SHIELD_EQUIPPABLE = 24266, + BASILISK_JAW = 24268, + NEITIZNOT_FACEGUARD = 24271, + DAGONHAI_HAT = 24288, + DAGONHAI_ROBE_TOP = 24291, + DAGONHAI_ROBE_BOTTOM = 24294, + SPOOKY_HOOD_REWARD = 24305, + SPOOKY_ROBE_REWARD = 24307, + SPOOKY_SKIRT_REWARD = 24309, + SPOOKY_GLOVES_REWARD = 24311, + SPOOKY_BOOTS_REWARD = 24313, + SPOOKIER_HOOD = 24315, + SPOOKIER_ROBE = 24317, + SPOOKIER_SKIRT = 24319, + SPOOKIER_GLOVES = 24321, + SPOOKIER_BOOTS = 24323, + PUMPKIN_LANTERN = 24325, + SKELETON_LANTERN = 24327, + DAGONHAI_ROBES_SET = 24333, + TARGET_TELEPORT = 24336, + BOUNTY_HUNTER_HAT_TIER_1 = 24338, + BOUNTY_HUNTER_HAT_TIER_2 = 24340, + BOUNTY_HUNTER_HAT_TIER_3 = 24342, + BOUNTY_HUNTER_HAT_TIER_4 = 24344, + BOUNTY_HUNTER_HAT_TIER_5 = 24346, + BOUNTY_HUNTER_HAT_TIER_6 = 24348, + TWISTED_SLAYER_HELMET = 24370, + TWISTED_DRAGON_TROPHY = 24372, + TWISTED_RUNE_TROPHY = 24374, + TWISTED_ADAMANT_TROPHY = 24376, + TWISTED_MITHRIL_TROPHY = 24378, + TWISTED_STEEL_TROPHY = 24380, + TWISTED_IRON_TROPHY = 24382, + TWISTED_BRONZE_TROPHY = 24384, + TWISTED_HAT_T3 = 24387, + TWISTED_COAT_T3 = 24389, + TWISTED_TROUSERS_T3 = 24391, + TWISTED_BOOTS_T3 = 24393, + TWISTED_CANE = 24395, + TWISTED_HAT_T2 = 24397, + TWISTED_COAT_T2 = 24399, + TWISTED_TROUSERS_T2 = 24401, + TWISTED_BOOTS_T2 = 24403, + TWISTED_HAT_T1 = 24405, + TWISTED_COAT_T1 = 24407, + TWISTED_TROUSERS_T1 = 24409, + TWISTED_BOOTS_T1 = 24411, + TWISTED_BANNER = 24413, + INQUISITORS_MACE = 24417, + INQUISITORS_GREAT_HELM = 24419, + INQUISITORS_HAUBERK = 24420, + INQUISITORS_PLATESKIRT = 24421, + NIGHTMARE_STAFF = 24422, + HARMONISED_NIGHTMARE_STAFF = 24423, + VOLATILE_NIGHTMARE_STAFF = 24424, + ELDRITCH_NIGHTMARE_STAFF = 24425, + GREEN_GINGERBREAD_SHIELD = 24428, + RED_GINGERBREAD_SHIELD = 24430, + BLUE_GINGERBREAD_SHIELD = 24431, + TWISTED_SLAYER_HELMET_I_NIGHTMARE_ZONE = 24444, + TWISTED_TELEPORT_SCROLL = 24460, + TWISTED_BLUEPRINTS = 24463, + TWISTED_HORNS = 24466, + TWISTED_RELIC_HUNTER_T1_ARMOUR_SET = 24469, + TWISTED_RELIC_HUNTER_T2_ARMOUR_SET = 24472, + TWISTED_RELIC_HUNTER_T3_ARMOUR_SET = 24475, + INQUISITORS_ARMOUR_SET = 24488, + JAR_OF_DREAMS = 24495, + HARMONISED_ORB = 24511, + VOLATILE_ORB = 24514, + ELDRITCH_ORB = 24517, + VICTORS_CAPE_1000 = 24520, + CAT_EARS = 24525, + HELL_CAT_EARS = 24527, + RUNNER_HAT_LOCKED = 24533, + CARROT_SWORD = 24537, + BLADE_OF_SAELDOR_C_HEFIN = 24551, + LOOTING_BAG_NOTE = 24585, + RUNE_POUCH_NOTE = 24587, + BLIGHTED_MANTA_RAY = 24589, + BLIGHTED_ANGLERFISH = 24592, + BLIGHTED_KARAMBWAN = 24595, + BLIGHTED_SUPER_RESTORE_4_DOSE = 24598, + BLIGHTED_ANCIENT_ICE_SACK = 24607, + BLIGHTED_ENTANGLE_SACK = 24613, + BLIGHTED_TELEPORT_SPELL_SACK = 24615, + VESTAS_BLIGHTED_LONGSWORD_ACTIVE = 24617, + BLIGHTED_VENGEANCE_SACK = 24621, + DIVINE_BATTLEMAGE_POTION_4_DOSE = 24623, + DIVINE_BATTLEMAGE_POTION_3_DOSE = 24626, + DIVINE_BATTLEMAGE_POTION_2_DOSE = 24629, + DIVINE_BATTLEMAGE_POTION_1_DOSE = 24632, + DIVINE_BASTION_POTION_4_DOSE = 24635, + DIVINE_BASTION_POTION_3_DOSE = 24638, + DIVINE_BASTION_POTION_2_DOSE = 24641, + DIVINE_BASTION_POTION_1_DOSE = 24644, + TWISTED_ANCESTRAL_HAT = 24664, + TWISTED_ANCESTRAL_ROBE_TOP = 24666, + TWISTED_ANCESTRAL_ROBE_BOTTOM = 24668, + VYRE_NOBLE_TOP = 24676, + VYRE_NOBLE_LEGS = 24678, + VYRE_NOBLE_SHOES = 24680, + RUBY_SICKLE_B = 24693, + ENCHANTED_RUBY_SICKLE_B = 24695, + BLISTERWOOD_SICKLE = 24697, + BLISTERWOOD_FLAIL = 24699, + HALLOWED_GRAPPLE = 24721, + HALLOWED_FOCUS = 24723, + HALLOWED_SYMBOL = 24725, + HALLOWED_HAMMER = 24727, + HALLOWED_RING = 24731, + RING_OF_ENDURANCE_CHARGED = 24736, + STRANGE_OLD_LOCKPICK_FULL = 24740, + GRACEFUL_HOOD_HALLOWED_INVENTORY = 24743, + GRACEFUL_CAPE_HALLOWED_INVENTORY = 24746, + GRACEFUL_TOP_HALLOWED_INVENTORY = 24749, + GRACEFUL_LEGS_HALLOWED_INVENTORY = 24752, + GRACEFUL_GLOVES_HALLOWED_INVENTORY = 24755, + GRACEFUL_BOOTS_HALLOWED_INVENTORY = 24758, + BLOOD_PINT = 24774, + BLOOD_SHARD = 24777, + AMULET_OF_BLOOD_FURY = 24780, + RAW_MYSTERY_MEAT = 24782, + COOKED_MYSTERY_MEAT = 24785, + SEVERED_LEG = 24792, + VYRE_NOBLE_BLAZER_RED = 24794, + VYRE_NOBLE_COAT_TAILS_RED = 24796, + VYRE_NOBLE_VEST_RED = 24798, + VYRE_NOBLE_PANTS_RED = 24800, + VYRE_NOBLE_CORSET_RED = 24802, + VYRE_NOBLE_SKIRT_RED = 24804, + VYRE_NOBLE_DRESS_TOP_RED = 24806, + VYRE_NOBLE_DRESS_BOTTOM_RED = 24808, + VYRE_NOBLE_BLAZER_PURPLE = 24810, + VYRE_NOBLE_COAT_TAILS_PURPLE = 24812, + VYRE_NOBLE_VEST_PURPLE = 24814, + VYRE_NOBLE_PANTS_PURPLE = 24816, + VYRE_NOBLE_CORSET_PURPLE = 24818, + VYRE_NOBLE_SKIRT_PURPLE = 24820, + VYRE_NOBLE_DRESS_TOP_PURPLE = 24822, + VYRE_NOBLE_DRESS_BOTTOM_PURPLE = 24824, + VYRE_NOBLE_BLAZER_GREY = 24826, + VYRE_NOBLE_COAT_TAILS_GREY = 24828, + VYRE_NOBLE_VEST_GREY = 24830, + VYRE_NOBLE_PANTS_GREY = 24832, + VYRE_NOBLE_CORSET_GREY = 24834, + VYRE_NOBLE_SKIRT_GREY = 24836, + VYRE_NOBLE_DRESS_TOP_GREY = 24838, + VYRE_NOBLE_DRESS_BOTTOM_GREY = 24840, + RING_OF_ENDURANCE_UNCHARGED = 24844, + MYTHICAL_MAX_CAPE = 24855, + MYTHICAL_MAX_HOOD = 24857, + KARAMJAN_MONKEY_ITEM = 24862, + ZOMBIE_MONKEY_ITEM = 24863, + MANIACAL_MONKEY_ITEM = 24864, + SKELETON_MONKEY_ITEM = 24865, + KRUK_JR = 24866, + PRINCELY_MONKEY = 24867, + CARPENTERS_HELMET = 24872, + CARPENTERS_SHIRT = 24874, + CARPENTERS_TROUSERS = 24876, + CARPENTERS_BOOTS = 24878, + AMYS_SAW = 24880, + REINFORCED_GOGGLES = 24942, + MOONCLAN_TELEPORT_TABLET = 24949, + OURANIA_TELEPORT_TABLET = 24951, + WATERBIRTH_TELEPORT_TABLET = 24953, + BARBARIAN_TELEPORT_TABLET = 24955, + KHAZARD_TELEPORT_TABLET = 24957, + FISHING_GUILD_TELEPORT_TABLET = 24959, + CATHERBY_TELEPORT_TABLET = 24961, + ICE_PLATEAU_TELEPORT_TABLET = 24963, + HEADLESS_HEAD = 24975, + TRAILBLAZER_HOOD_T3 = 25001, + TRAILBLAZER_TOP_T3 = 25004, + TRAILBLAZER_TROUSERS_T3 = 25007, + TRAILBLAZER_BOOTS_T3 = 25010, + TRAILBLAZER_CANE = 25013, + TRAILBLAZER_HOOD_T2 = 25016, + TRAILBLAZER_TOP_T2 = 25019, + TRAILBLAZER_TROUSERS_T2 = 25022, + TRAILBLAZER_BOOTS_T2 = 25025, + TRAILBLAZER_HOOD_T1 = 25028, + TRAILBLAZER_TOP_T1 = 25031, + TRAILBLAZER_TROUSERS_T1 = 25034, + TRAILBLAZER_BOOTS_T1 = 25037, + TRAILBLAZER_DRAGON_TROPHY = 25042, + TRAILBLAZER_RUNE_TROPHY = 25044, + TRAILBLAZER_ADAMANT_TROPHY = 25046, + TRAILBLAZER_MITHRIL_TROPHY = 25048, + TRAILBLAZER_STEEL_TROPHY = 25050, + TRAILBLAZER_IRON_TROPHY = 25052, + TRAILBLAZER_BRONZE_TROPHY = 25054, + TRAILBLAZER_BANNER = 25056, + INFERNAL_HARPOON_OR_CHARGED = 25059, + INFERNAL_PICKAXE_OR_CHARGED = 25063, + INFERNAL_AXE_OR_CHARGED = 25066, + GRACEFUL_HOOD_TRAILBLAZER_INVENTORY = 25069, + GRACEFUL_CAPE_TRAILBLAZER_INVENTORY = 25072, + GRACEFUL_TOP_TRAILBLAZER_INVENTORY = 25075, + GRACEFUL_LEGS_TRAILBLAZER_INVENTORY = 25078, + GRACEFUL_GLOVES_TRAILBLAZER_INVENTORY = 25081, + GRACEFUL_BOOTS_TRAILBLAZER_INVENTORY = 25084, + TRAILBLAZER_TELEPORT_SCROLL = 25087, + TRAILBLAZER_TOOL_ORNAMENT_KIT = 25090, + TRAILBLAZER_GLOBE = 25093, + TRAILBLAZER_RUG = 25096, + TRAILBLAZER_GRACEFUL_ORNAMENT_KIT = 25099, + FAIRY_MUSHROOM = 25102, + EXTRADIMENSIONAL_BAG_CLOSED = 25106, + EXTRADIMENSIONAL_BAG_OPEN = 25108, + TRAILBLAZER_AXE = 25110, + TRAILBLAZER_PICKAXE = 25112, + TRAILBLAZER_HARPOON = 25114, + BEEKEEPERS_HAT = 25129, + BEEKEEPERS_TOP = 25131, + BEEKEEPERS_LEGS = 25133, + BEEKEEPERS_GLOVES = 25135, + BEEKEEPERS_BOOTS = 25137, + BONE_FRAGMENTS = 25139, + DECORATIVE_BOOTS_RED = 25163, + DECORATIVE_FULL_HELM_RED = 25165, + DECORATIVE_BOOTS_WHITE = 25167, + DECORATIVE_FULL_HELM_WHITE = 25169, + DECORATIVE_BOOTS_GOLD_NORMAL = 25171, + DECORATIVE_BOOTS_GOLD_LOCKED = 25173, + DECORATIVE_FULL_HELM_GOLD_NORMAL = 25174, + DECORATIVE_FULL_HELM_GOLD_LOCKED = 25176, + SLAYER_HELMET_I_SOUL_WARS = 25177, + BLACK_SLAYER_HELMET_I_SOUL_WARS = 25179, + GREEN_SLAYER_HELMET_I_SOUL_WARS = 25181, + RED_SLAYER_HELMET_I_SOUL_WARS = 25183, + PURPLE_SLAYER_HELMET_I_SOUL_WARS = 25185, + TURQUOISE_SLAYER_HELMET_I_SOUL_WARS = 25187, + HYDRA_SLAYER_HELMET_I_SOUL_WARS = 25189, + TWISTED_SLAYER_HELMET_I_SOUL_WARS = 25191, + GRANITE_RING_I_SOUL_WARS = 25193, + BLUE_CAPE_SOUL_WARS_TUTORIAL = 25195, + RED_CAPE_SOUL_WARS = 25207, + BLUE_CAPE_SOUL_WARS_MINIGAME = 25208, + SALVE_AMULETI_SOUL_WARS = 25250, + RING_OF_THE_GODS_I_SOUL_WARS = 25252, + TYRANNICAL_RING_I_SOUL_WARS = 25254, + TREASONOUS_RING_I_SOUL_WARS = 25256, + SEERS_RING_I_SOUL_WARS = 25258, + ARCHERS_RING_I_SOUL_WARS = 25260, + WARRIOR_RING_I_SOUL_WARS = 25262, + BERSERKER_RING_I_SOUL_WARS = 25264, + SALVE_AMULETEI_SOUL_WARS = 25278, + GIANT_BOULDER = 25314, + GNOME_CHILD_MASK = 25336, + SOUL_CAPE_RED = 25344, + SOUL_CAPE_BLUE = 25346, + INFERNAL_HARPOON_OR_UNCHARGED = 25367, + INFERNAL_PICKAXE_OR_UNCHARGED = 25369, + INFERNAL_AXE_OR_UNCHARGED = 25371, + DRAGON_HARPOON_OR = 25373, + DRAGON_PICKAXE_OR_TRAILBLAZER = 25376, + DRAGON_AXE_OR = 25378, + TRAILBLAZER_RELIC_HUNTER_T1_ARMOUR_SET = 25380, + TRAILBLAZER_RELIC_HUNTER_T2_ARMOUR_SET = 25383, + TRAILBLAZER_RELIC_HUNTER_T3_ARMOUR_SET = 25386, + SWAMPBARK_BODY = 25389, + SWAMPBARK_GAUNTLETS = 25392, + SWAMPBARK_BOOTS = 25395, + SWAMPBARK_HELM = 25398, + SWAMPBARK_LEGS = 25401, + BLOODBARK_BODY = 25404, + BLOODBARK_GAUNTLETS = 25407, + BLOODBARK_BOOTS = 25410, + BLOODBARK_HELM = 25413, + BLOODBARK_LEGS = 25416, + URIUM_REMAINS = 25419, + ZEALOTS_ROBE_TOP = 25434, + ZEALOTS_ROBE_BOTTOM = 25436, + ZEALOTS_HELM = 25438, + ZEALOTS_BOOTS = 25440, + BRONZE_LOCKS = 25442, + STEEL_LOCKS = 25445, + BLACK_LOCKS = 25448, + SILVER_LOCKS = 25451, + GOLD_LOCKS = 25454, + BRONZE_COFFIN_CLOSED = 25459, + STEEL_COFFIN_CLOSED = 25461, + BLACK_COFFIN_CLOSED = 25463, + SILVER_COFFIN_CLOSED = 25465, + GOLD_COFFIN_CLOSED = 25467, + BRONZE_COFFIN_OPEN = 25469, + STEEL_COFFIN_OPEN = 25470, + BLACK_COFFIN_OPEN = 25471, + SILVER_COFFIN_OPEN = 25472, + GOLD_COFFIN_OPEN = 25473, + RUNESCROLL_OF_SWAMPBARK = 25478, + RUNESCROLL_OF_BLOODBARK = 25481, + WEBWEAVER_BOW_UNCHARGED = 25484, + WEBWEAVER_BOW_CHARGED = 25485, + URSINE_CHAINMACE_UNCHARGED = 25486, + URSINE_CHAINMACE_CHARGED = 25487, + ACCURSED_SCEPTRE_UNCHARGED = 25488, + ACCURSED_SCEPTRE_CHARGED = 25489, + VOIDWAKER = 25490, + ACCURSED_SCEPTRE_A_UNCHARGED = 25491, + ACCURSED_SCEPTRE_A_CHARGED = 25492, + CURSED_BANANA = 25500, + BANANA_CAPE = 25502, + DHAROKS_PLATEBODY_LAST_MAN_STANDING = 25515, + DHAROKS_GREATAXE_LAST_MAN_STANDING = 25516, + VOLATILE_NIGHTMARE_STAFF_LAST_MAN_STANDING = 25517, + ANCESTRAL_HAT_LAST_MAN_STANDING = 25518, + JAR_OF_SPIRITS = 25521, + JAR_OF_SMOKE = 25524, + CELESTIAL_RING_UNCHARGED = 25539, + CELESTIAL_RING_CHARGED = 25541, + CELESTIAL_SIGNET_UNCHARGED = 25543, + CELESTIAL_SIGNET_CHARGED = 25545, + GOLDEN_PROSPECTOR_HELMET = 25549, + GOLDEN_PROSPECTOR_JACKET = 25551, + GOLDEN_PROSPECTOR_LEGS = 25553, + GOLDEN_PROSPECTOR_BOOTS = 25555, + DARK_FLIPPERS = 25557, + TOME_OF_WATER_CHARGED = 25574, + TOME_OF_WATER_EMPTY = 25576, + SOAKED_PAGE = 25578, + FISH_SACK_BARREL_CLOSED = 25585, + FISH_SACK_BARREL_OPEN = 25587, + SPIRIT_ANGLER_HEADBAND = 25592, + SPIRIT_ANGLER_TOP = 25594, + SPIRIT_ANGLER_WADERS = 25596, + SPIRIT_ANGLER_BOOTS = 25598, + GREGGS_EASTDOOR = 25604, + PROPELLER_HAT = 25606, + BARRONITE_MACE_NORMAL = 25641, + BARRONITE_MACE_LOCKED = 25643, + IMCANDO_HAMMER_REPAIRED = 25644, + CLAN_CLOAK_BLACK = 25712, + CLAN_CLOAK_ORANGE = 25714, + CLAN_CLOAK_BLUE = 25715, + CLAN_CLOAK_RED = 25716, + CLAN_CLOAK_GREEN = 25717, + CLAN_CLOAK_YELLOW = 25718, + CLAN_CLOAK_LIGHT_BLUE = 25719, + CLAN_CLOAK_PURPLE = 25720, + CLAN_VEXILLUM_BLACK = 25721, + CLAN_VEXILLUM_ORANGE = 25723, + CLAN_VEXILLUM_BLUE = 25724, + CLAN_VEXILLUM_RED = 25725, + CLAN_VEXILLUM_GREEN = 25726, + CLAN_VEXILLUM_YELLOW = 25727, + CLAN_VEXILLUM_LIGHT_BLUE = 25728, + CLAN_VEXILLUM_PURPLE = 25729, + HOLY_SANGUINESTI_STAFF_CHARGED = 25731, + HOLY_SANGUINESTI_STAFF_UNCHARGED = 25733, + HOLY_GHRAZI_RAPIER = 25734, + HOLY_SCYTHE_OF_VITUR_CHARGED = 25736, + HOLY_SCYTHE_OF_VITUR_UNCHARGED = 25738, + SANGUINE_SCYTHE_OF_VITUR_CHARGED = 25739, + SANGUINE_SCYTHE_OF_VITUR_UNCHARGED = 25741, + FIENDISH_ASHES = 25766, + VILE_ASHES = 25769, + MALICIOUS_ASHES = 25772, + ABYSSAL_ASHES = 25775, + INFERNAL_ASHES = 25778, + BOOK_OF_THE_DEAD = 25818, + PROTEST_BANNER = 25822, + LIZARDKICKER = 25826, + RAW_BOAR_MEAT = 25833, + BANANA_HAT = 25840, + AMETHYST_DART_UNPOISONED = 25849, + AMETHYST_DART_POISON = 25851, + AMETHYST_DART_TIP = 25853, + ENHANCED_CRYSTAL_WEAPON_SEED = 25859, + BOW_OF_FAERDHINEN_INACTIVE = 25862, + BOW_OF_FAERDHINEN_CHARGED = 25865, + BOW_OF_FAERDHINEN_C_HEFIN = 25867, + BLADE_OF_SAELDOR_C_ITHELL = 25870, + BLADE_OF_SAELDOR_C_IORWERTH = 25872, + BLADE_OF_SAELDOR_C_TRAHAEARN = 25874, + BLADE_OF_SAELDOR_C_CADARN = 25876, + BLADE_OF_SAELDOR_C_CRWYS = 25878, + BLADE_OF_SAELDOR_C_MEILYR = 25880, + BLADE_OF_SAELDOR_C_AMLODD = 25882, + BOW_OF_FAERDHINEN_C_ITHELL = 25884, + BOW_OF_FAERDHINEN_C_IORWERTH = 25886, + BOW_OF_FAERDHINEN_C_TRAHAEARN = 25888, + BOW_OF_FAERDHINEN_C_CADARN = 25890, + BOW_OF_FAERDHINEN_C_CRWYS = 25892, + BOW_OF_FAERDHINEN_C_MEILYR = 25894, + BOW_OF_FAERDHINEN_C_AMLODD = 25896, + TZTOK_SLAYER_HELMET = 25898, + TZTOK_SLAYER_HELMET_I_NIGHTMARE_ZONE = 25900, + TZTOK_SLAYER_HELMET_I_SOUL_WARS = 25902, + VAMPYRIC_SLAYER_HELMET = 25904, + VAMPYRIC_SLAYER_HELMET_I_NIGHTMARE_ZONE = 25906, + VAMPYRIC_SLAYER_HELMET_I_SOUL_WARS = 25908, + TZKAL_SLAYER_HELMET = 25910, + TZKAL_SLAYER_HELMET_I_NIGHTMARE_ZONE = 25912, + TZKAL_SLAYER_HELMET_I_SOUL_WARS = 25914, + DRAGON_HUNTER_CROSSBOW_T = 25916, + DRAGON_HUNTER_CROSSBOW_B = 25918, + GHOMMALS_HILT_1 = 25926, + GHOMMALS_HILT_2 = 25928, + GHOMMALS_HILT_3 = 25930, + GHOMMALS_HILT_4 = 25932, + GHOMMALS_HILT_5 = 25934, + GHOMMALS_HILT_6 = 25936, + LIGHTBEARER = 25975, + KERIS_PARTISAN = 25979, + KERIS_PARTISAN_OF_BREACHING = 25981, + ELIDINIS_WARD = 25985, + GROUP_IRON_HELM = 26156, + GROUP_IRON_PLATEBODY_II = 26158, + GROUP_IRON_PLATEBODY_III = 26160, + GROUP_IRON_PLATEBODY_IV = 26162, + GROUP_IRON_PLATEBODY_V = 26164, + GROUP_IRON_PLATELEGS = 26166, + GROUP_IRON_BRACERS = 26168, + HARDCORE_GROUP_IRON_HELM = 26170, + HARDCORE_GROUP_IRON_PLATEBODY_II = 26172, + HARDCORE_GROUP_IRON_PLATEBODY_III = 26174, + HARDCORE_GROUP_IRON_PLATEBODY_IV = 26176, + HARDCORE_GROUP_IRON_PLATEBODY_V = 26178, + HARDCORE_GROUP_IRON_PLATELEGS = 26180, + HARDCORE_GROUP_IRON_BRACERS = 26182, + OSMUMTENS_FANG = 26219, + ANCIENT_CEREMONIAL_TOP = 26221, + ANCIENT_CEREMONIAL_LEGS = 26223, + ANCIENT_CEREMONIAL_MASK = 26225, + ANCIENT_CEREMONIAL_GLOVES = 26227, + ANCIENT_CEREMONIAL_BOOTS = 26229, + NIHIL_SHARD = 26231, + ANCIENT_GODSWORD = 26233, + ZARYTE_VAMBRACES = 26235, + VIRTUS_MASK = 26241, + VIRTUS_ROBE_TOP = 26243, + VIRTUS_ROBE_BOTTOMS = 26245, + SAUCEPAN = 26254, + UGLY_HALLOWEEN_JUMPER_ORANGE = 26256, + UGLY_HALLOWEEN_JUMPER_BLACK = 26258, + HAUNTED_WINE_BOTTLE = 26260, + CONDENSED_GOLD = 26266, + PINK_STAINED_PLATEBODY = 26280, + PINK_STAINED_PLATELEGS = 26282, + PINK_STAINED_FULL_HELM = 26284, + FESTIVE_ELF_SLIPPERS = 26310, + FESTIVE_ELF_HAT = 26312, + SNOWMAN_RING = 26314, + SECRET_SANTA_PRESENT_RED = 26316, + SECRET_SANTA_PRESENT_BLUE = 26318, + SECRET_SANTA_PRESENT_GREEN = 26320, + SECRET_SANTA_PRESENT_BLACK = 26322, + SECRET_SANTA_PRESENT_GOLD = 26324, + ANCIENT_BREW_4_DOSE = 26340, + ANCIENT_BREW_3_DOSE = 26342, + ANCIENT_BREW_2_DOSE = 26344, + ANCIENT_BREW_1_DOSE = 26346, + ANCIENT_MIX_2_DOSE = 26350, + ANCIENT_MIX_1_DOSE = 26353, + NIHIL_DUST = 26368, + ANCIENT_HILT = 26370, + NIHIL_HORN = 26372, + ZARYTE_CROSSBOW = 26374, + TORVA_FULL_HELM_DAMAGED = 26376, + TORVA_PLATEBODY_DAMAGED = 26378, + TORVA_PLATELEGS_DAMAGED = 26380, + TORVA_FULL_HELM_RESTORED = 26382, + TORVA_PLATEBODY_RESTORED = 26384, + TORVA_PLATELEGS_RESTORED = 26386, + BLOOD_ESSENCE_INACTIVE = 26390, + BANDOSIAN_COMPONENTS = 26394, + SHATTERED_RELICS_VARIETY_ORNAMENT_KIT = 26421, + SHATTERED_BANNER = 26424, + SHATTERED_HOOD_T1 = 26427, + SHATTERED_TOP_T1 = 26430, + SHATTERED_TROUSERS_T1 = 26433, + SHATTERED_BOOTS_T1 = 26436, + SHATTERED_HOOD_T2 = 26439, + SHATTERED_TOP_T2 = 26442, + SHATTERED_TROUSERS_T2 = 26445, + SHATTERED_BOOTS_T2 = 26448, + SHATTERED_HOOD_T3 = 26451, + SHATTERED_TOP_T3 = 26454, + SHATTERED_TROUSERS_T3 = 26457, + SHATTERED_BOOTS_T3 = 26460, + VOID_KNIGHT_TOP_OR_NORMAL = 26463, + VOID_KNIGHT_ROBE_OR_NORMAL = 26465, + VOID_KNIGHT_GLOVES_OR_NORMAL = 26467, + ELITE_VOID_TOP_OR_NORMAL = 26469, + ELITE_VOID_ROBE_OR_NORMAL = 26471, + VOID_MAGE_HELM_OR_NORMAL = 26473, + VOID_RANGER_HELM_OR_NORMAL = 26475, + VOID_MELEE_HELM_OR_NORMAL = 26477, + SHATTERED_RELICS_VOID_ORNAMENT_KIT = 26479, + ABYSSAL_WHIP_OR = 26482, + ABYSSAL_TENTACLE_OR = 26484, + RUNE_CROSSBOW_OR = 26486, + BOOK_OF_BALANCE_OR = 26488, + BOOK_OF_DARKNESS_OR = 26490, + BOOK_OF_LAW_OR = 26492, + BOOK_OF_WAR_OR = 26494, + HOLY_BOOK_OR = 26496, + UNHOLY_BOOK_OR = 26498, + SHATTERED_TELEPORT_SCROLL = 26500, + SHATTERED_RELICS_BRONZE_TROPHY = 26503, + SHATTERED_RELICS_IRON_TROPHY = 26505, + SHATTERED_RELICS_STEEL_TROPHY = 26507, + SHATTERED_RELICS_MITHRIL_TROPHY = 26509, + SHATTERED_RELICS_ADAMANT_TROPHY = 26511, + SHATTERED_RELICS_RUNE_TROPHY = 26513, + SHATTERED_RELICS_DRAGON_TROPHY = 26515, + SHATTERED_CANE = 26517, + SHATTERED_CANNON_ORNAMENT_KIT = 26528, + MYSTIC_HAT_OR = 26531, + MYSTIC_ROBE_TOP_OR = 26533, + MYSTIC_ROBE_BOTTOM_OR = 26535, + MYSTIC_GLOVES_OR = 26537, + MYSTIC_BOOTS_OR = 26539, + SHATTERED_RELICS_MYSTIC_ORNAMENT_KIT = 26541, + PORTABLE_WAYSTONE = 26549, + ARCANE_GRIMOIRE = 26551, + SHATTERED_RELIC_HUNTER_T1_ARMOUR_SET = 26554, + SHATTERED_RELIC_HUNTER_T2_ARMOUR_SET = 26557, + SHATTERED_RELIC_HUNTER_T3_ARMOUR_SET = 26560, + WHITE_GOBLIN_MAIL = 26567, + OSMANS_REPORT = 26602, + SKIS = 26649, + SLAYER_HELMET_I_EMIRS_ARENA = 26674, + BLACK_SLAYER_HELMET_I_EMIRS_ARENA = 26675, + GREEN_SLAYER_HELMET_I_EMIRS_ARENA = 26676, + RED_SLAYER_HELMET_I_EMIRS_ARENA = 26677, + PURPLE_SLAYER_HELMET_I_EMIRS_ARENA = 26678, + TURQUOISE_SLAYER_HELMET_I_EMIRS_ARENA = 26679, + HYDRA_SLAYER_HELMET_I_EMIRS_ARENA = 26680, + TWISTED_SLAYER_HELMET_I_EMIRS_ARENA = 26681, + TZTOK_SLAYER_HELMET_I_EMIRS_ARENA = 26682, + VAMPYRIC_SLAYER_HELMET_I_EMIRS_ARENA = 26683, + TZKAL_SLAYER_HELMET_I_EMIRS_ARENA = 26684, + GRANITE_RING_I_EMIRS_ARENA = 26685, + DRAGON_CLAWS_OR = 26708, + DRAGON_WARHAMMER_OR = 26710, + HEAVY_BALLISTA_OR = 26712, + ARMADYL_HELMET_OR = 26714, + ARMADYL_CHESTPLATE_OR = 26715, + ARMADYL_CHAINSKIRT_OR = 26716, + BANDOS_CHESTPLATE_OR = 26718, + BANDOS_TASSETS_OR = 26719, + BANDOS_BOOTS_OR = 26720, + CENTURION_CUIRASS_NORMAL = 26721, + CENTURION_CUIRASS_LOCKED = 26722, + WRISTBANDS_OF_THE_ARENA_NORMAL = 26723, + WRISTBANDS_OF_THE_ARENA_LOCKED = 26724, + WRISTBANDS_OF_THE_ARENA_CHARGED = 26725, + WRISTBANDS_OF_THE_ARENA_CHARGED_AND_LOCKED = 26726, + WRISTBANDS_OF_THE_ARENA_I_NORMAL = 26727, + WRISTBANDS_OF_THE_ARENA_I_LOCKED = 26728, + WRISTBANDS_OF_THE_ARENA_I_CHARGED = 26729, + WRISTBANDS_OF_THE_ARENA_I_CHARGED_AND_LOCKED = 26730, + SAIKAS_HOOD_NORMAL = 26731, + SAIKAS_HOOD_LOCKED = 26732, + SAIKAS_VEIL_NORMAL = 26733, + SAIKAS_VEIL_LOCKED = 26734, + SAIKAS_SHROUD_NORMAL = 26735, + SAIKAS_SHROUD_LOCKED = 26736, + KORIFFS_HEADBAND_NORMAL = 26737, + KORIFFS_HEADBAND_LOCKED = 26738, + KORIFFS_COWL_NORMAL = 26739, + KORIFFS_COWL_LOCKED = 26740, + KORIFFS_COIF_NORMAL = 26741, + KORIFFS_COIF_LOCKED = 26742, + MAOMAS_MED_HELM_NORMAL = 26743, + MAOMAS_MED_HELM_LOCKED = 26744, + MAOMAS_FULL_HELM_NORMAL = 26745, + MAOMAS_FULL_HELM_LOCKED = 26746, + MAOMAS_GREAT_HELM_NORMAL = 26747, + MAOMAS_GREAT_HELM_LOCKED = 26748, + CALAMITY_CHEST_NORMAL = 26749, + CALAMITY_CHEST_LOCKED = 26750, + SUPERIOR_CALAMITY_CHEST_NORMAL = 26751, + SUPERIOR_CALAMITY_CHEST_LOCKED = 26752, + ELITE_CALAMITY_CHEST_NORMAL = 26753, + ELITE_CALAMITY_CHEST_LOCKED = 26754, + CALAMITY_BREECHES_NORMAL = 26755, + CALAMITY_BREECHES_LOCKED = 26756, + SUPERIOR_CALAMITY_BREECHES_NORMAL = 26757, + SUPERIOR_CALAMITY_BREECHES_LOCKED = 26758, + ELITE_CALAMITY_BREECHES_NORMAL = 26759, + ELITE_CALAMITY_BREECHES_LOCKED = 26760, + SALVE_AMULETI_EMIRS_ARENA = 26763, + RING_OF_THE_GODS_I_EMIRS_ARENA = 26764, + TYRANNICAL_RING_I_EMIRS_ARENA = 26765, + TREASONOUS_RING_I_EMIRS_ARENA = 26766, + SEERS_RING_I_EMIRS_ARENA = 26767, + ARCHERS_RING_I_EMIRS_ARENA = 26768, + WARRIOR_RING_I_EMIRS_ARENA = 26769, + BERSERKER_RING_I_EMIRS_ARENA = 26770, + SALVE_AMULETEI_EMIRS_ARENA = 26782, + GOLD_TIARA = 26788, + CATALYTIC_TALISMAN = 26798, + CATALYTIC_TIARA = 26801, + ELEMENTAL_TIARA = 26804, + RING_OF_THE_ELEMENTS_UNCHARGED = 26815, + RING_OF_THE_ELEMENTS_CHARGED = 26818, + ABYSSAL_LANTERN_UNLIT = 26822, + ABYSSAL_LANTERN_NORMAL = 26824, + ABYSSAL_LANTERN_BLUE = 26826, + ABYSSAL_LANTERN_RED = 26828, + ABYSSAL_LANTERN_WHITE = 26830, + ABYSSAL_LANTERN_PURPLE = 26832, + ABYSSAL_LANTERN_GREEN = 26834, + ABYSSAL_LANTERN_OAK = 26836, + ABYSSAL_LANTERN_WILLOW = 26838, + ABYSSAL_LANTERN_MAPLE = 26840, + ABYSSAL_LANTERN_YEW = 26842, + ABYSSAL_LANTERN_BLISTERWOOD = 26844, + ABYSSAL_LANTERN_MAGIC = 26846, + ABYSSAL_LANTERN_REDWOOD = 26848, + HAT_OF_THE_EYE_REGULAR = 26850, + ROBE_TOP_OF_THE_EYE_REGULAR = 26852, + ROBE_BOTTOMS_OF_THE_EYE_REGULAR = 26854, + BOOTS_OF_THE_EYE = 26856, + HAT_OF_THE_EYE_RED = 26858, + ROBE_TOP_OF_THE_EYE_RED = 26860, + ROBE_BOTTOMS_OF_THE_EYE_RED = 26862, + HAT_OF_THE_EYE_GREEN = 26864, + ROBE_TOP_OF_THE_EYE_GREEN = 26866, + ROBE_BOTTOMS_OF_THE_EYE_GREEN = 26868, + HAT_OF_THE_EYE_BLUE = 26870, + ROBE_TOP_OF_THE_EYE_BLUE = 26872, + ROBE_BOTTOMS_OF_THE_EYE_BLUE = 26874, + TARNISHED_LOCKET = 26910, + LOST_BAG = 26912, + AMULET_OF_THE_EYE_REGULAR = 26914, + EASTER_HAT = 26937, + CRATE_RING = 26939, + ODD_SPECTACLES = 26963, + CIRCLET_OF_WATER_UNCHARGED = 26967, + CIRCLET_OF_WATER_CHARGED = 26969, + LOST_BAG_RED = 26984, + LOST_BAG_GREEN = 26986, + LOST_BAG_BLUE = 26988, + AMULET_OF_THE_EYE_RED = 26990, + AMULET_OF_THE_EYE_GREEN = 26992, + AMULET_OF_THE_EYE_BLUE = 26994, + ENSOULED_HELLHOUND_HEAD_ITEM = 26997, + VOID_KNIGHT_TOP_OR_LOCKED = 27000, + VOID_KNIGHT_ROBE_OR_LOCKED = 27001, + VOID_KNIGHT_GLOVES_OR_LOCKED = 27002, + ELITE_VOID_TOP_OR_LOCKED = 27003, + ELITE_VOID_ROBE_OR_LOCKED = 27004, + VOID_MAGE_HELM_OR_LOCKED = 27005, + VOID_RANGER_HELM_OR_LOCKED = 27006, + VOID_MELEE_HELM_OR_LOCKED = 27007, + DRAGON_DEFENDER_T_LOCKED = 27008, + RUNE_DEFENDER_T_LOCKED = 27009, + KOVACS_GROG = 27014, + COLOSSAL_BLADE = 27021, + SMITHS_TUNIC = 27023, + SMITHS_TROUSERS = 27025, + SMITHS_BOOTS = 27027, + SMITHS_GLOVES = 27029, + SMITHS_GLOVES_I = 27031, + FLOWER_CROWN_PRIDE = 27035, + GROUP_IRON_HELM_UNRANKED = 27042, + GROUP_IRON_PLATELEGS_UNRANKED = 27044, + GROUP_IRON_BRACERS_UNRANKED = 27046, + GROUP_IRON_PLATEBODY_UNRANKED_II = 27048, + GROUP_IRON_PLATEBODY_UNRANKED_III = 27050, + GROUP_IRON_PLATEBODY_UNRANKED_IV = 27052, + GROUP_IRON_PLATEBODY_UNRANKED_V = 27054, + ELDER_MAUL_OR = 27100, + MITHRIL_GLOVES_WRAPPED = 27110, + RUNE_GLOVES_WRAPPED = 27111, + BARROWS_GLOVES_WRAPPED = 27112, + ELDER_CHAOS_TOP_OR = 27115, + ELDER_CHAOS_ROBE_OR = 27117, + ELDER_CHAOS_HOOD_OR = 27119, + DAGONHAI_HAT_OR = 27123, + DAGONHAI_ROBE_TOP_OR = 27125, + DAGONHAI_ROBE_BOTTOM_OR = 27127, + FLOWER_CROWN_BISEXUAL = 27141, + FLOWER_CROWN_ASEXUAL = 27143, + FLOWER_CROWN_TRANSGENDER = 27145, + FLOWER_CROWN_PANSEXUAL = 27147, + FLOWER_CROWN_NONBINARY = 27149, + FLOWER_CROWN_GENDERQUEER = 27151, + FLOWER_CROWN_LESBIAN = 27153, + FLOWER_CROWN_GAY = 27155, + GUTHIX_CHAPS_LAST_MAN_STANDING = 27180, + ZAMORAK_CHAPS_LAST_MAN_STANDING = 27181, + SARADOMIN_CHAPS_LAST_MAN_STANDING = 27182, + LIGHT_BALLISTA_LAST_MAN_STANDING = 27188, + VERACS_FLAIL_LAST_MAN_STANDING = 27189, + ANCESTRAL_ROBE_BOTTOM_LAST_MAN_STANDING = 27194, + MENAPHITE_REMEDY_4_DOSE = 27202, + MENAPHITE_REMEDY_3_DOSE = 27205, + MENAPHITE_REMEDY_2_DOSE = 27208, + MENAPHITE_REMEDY_1_DOSE = 27211, + MASORI_MASK = 27226, + MASORI_BODY = 27229, + MASORI_CHAPS = 27232, + MASORI_MASK_F = 27235, + MASORI_BODY_F = 27238, + MASORI_CHAPS_F = 27241, + OSMUMTENS_FANG_OR = 27246, + ELIDINIS_WARD_F = 27251, + ELIDINIS_WARD_OR = 27253, + ICTHLARINS_SHROUD_TIER_1 = 27257, + ICTHLARINS_SHROUD_TIER_2 = 27259, + ICTHLARINS_SHROUD_TIER_3 = 27261, + ICTHLARINS_SHROUD_TIER_4 = 27263, + ICTHLARINS_SHROUD_TIER_5 = 27265, + ICTHLARINS_HOOD_TIER_5 = 27267, + ARMADYLEAN_PLATE = 27269, + LILY_OF_THE_SANDS = 27272, + TUMEKENS_SHADOW_CHARGED = 27275, + TUMEKENS_SHADOW_UNCHARGED = 27277, + KERIS_PARTISAN_OF_CORRUPTION = 27287, + KERIS_PARTISAN_OF_THE_SUN = 27291, + MASORI_ARMOUR_SET_F = 27355, + MASORI_ASSEMBLER_MAX_CAPE_NORMAL = 27363, + MASORI_ASSEMBLER_MAX_CAPE_LOCKED = 27365, + MASORI_ASSEMBLER_MAX_HOOD = 27366, + MASK_OF_REBIRTH = 27370, + MASORI_ASSEMBLER_NORMAL = 27374, + MASORI_ASSEMBLER_LOCKED = 27376, + ADVENTURERS_TOP_T1 = 27388, + ADVENTURERS_TROUSERS_T1 = 27390, + ADVENTURERS_HOOD_T1 = 27392, + ADVENTURERS_BOOTS_T1 = 27394, + ADVENTURERS_TOP_T2 = 27396, + ADVENTURERS_TROUSERS_T2 = 27398, + ADVENTURERS_HOOD_T2 = 27400, + ADVENTURERS_BOOTS_T2 = 27402, + ADVENTURERS_TOP_T3 = 27404, + ADVENTURERS_TROUSERS_T3 = 27406, + ADVENTURERS_HOOD_T3 = 27408, + ADVENTURERS_BOOTS_T3 = 27410, + ADVENTURERS_VAMBRACES = 27412, + GIANT_STOPWATCH = 27414, + BRONZE_SPEEDRUN_TROPHY = 27418, + SILVER_SPEEDRUN_TROPHY = 27420, + GOLD_SPEEDRUN_TROPHY = 27422, + PLATINUM_SPEEDRUN_TROPHY = 27424, + HOOD_OF_RUIN = 27428, + ROBE_TOP_OF_RUIN = 27430, + ROBE_BOTTOM_OF_RUIN = 27432, + GLOVES_OF_RUIN = 27434, + SOCKS_OF_RUIN = 27436, + CLOAK_OF_RUIN = 27438, + INFINITE_MONEY_BAG = 27440, + ADVENTURERS_CAPE = 27442, + GRACEFUL_HOOD_ADVENTURER_INVENTORY = 27444, + GRACEFUL_CAPE_ADVENTURER_INVENTORY = 27447, + GRACEFUL_TOP_ADVENTURER_INVENTORY = 27450, + GRACEFUL_LEGS_ADVENTURER_INVENTORY = 27453, + GRACEFUL_GLOVES_ADVENTURER_INVENTORY = 27456, + GRACEFUL_BOOTS_ADVENTURER_INVENTORY = 27459, + TREAT_CAULDRON_STYLE_1 = 27463, + TREAT_CAULDRON_STYLE_2 = 27465, + TREAT_CAULDRON_STYLE_3 = 27467, + TREAT_CAULDRON_STYLE_4 = 27469, + TREAT_CAULDRON_STYLE_5 = 27471, + WITCH_HAT = 27473, + WITCH_TOP = 27475, + WITCH_ROBES = 27477, + WITCH_BOOTS = 27479, + WITCH_CAPE = 27481, + TERRIFYING_CHARM = 27483, + HALLOWEEN_WIG_STYLE_1 = 27497, + HALLOWEEN_WIG_STYLE_2 = 27499, + HALLOWEEN_WIG_STYLE_3 = 27501, + HALLOWEEN_WIG_STYLE_4 = 27503, + HALLOWEEN_WIG_STYLE_5 = 27505, + HALLOWEEN_WIG_STYLE_6 = 27507, + GHOMMALS_LUCKY_PENNY = 27544, + GHOMMALS_AVERNIC_DEFENDER_5_NORMAL = 27550, + GHOMMALS_AVERNIC_DEFENDER_5_LOCKED = 27551, + GHOMMALS_AVERNIC_DEFENDER_6_NORMAL = 27552, + GHOMMALS_AVERNIC_DEFENDER_6_LOCKED = 27553, + SACK_OF_COAL_EVENT = 27558, + SANTAS_LIST = 27564, + CHRISTMAS_JUMPER = 27566, + SNOW_GOGGLES_HAT = 27568, + SACK_OF_COAL_REWARD = 27570, + NUTCRACKER_TOP_FESTIVE = 27572, + NUTCRACKER_TROUSERS_FESTIVE = 27574, + NUTCRACKER_HAT_FESTIVE = 27576, + NUTCRACKER_BOOTS_FESTIVE = 27578, + NUTCRACKER_STAFF_FESTIVE = 27580, + NUTCRACKER_TOP_SWEET = 27582, + NUTCRACKER_TROUSERS_SWEET = 27583, + NUTCRACKER_HAT_SWEET = 27584, + NUTCRACKER_BOOTS_SWEET = 27585, + NUTCRACKER_STAFF_SWEET = 27586, + FESTIVE_GAMES_CROWN = 27588, + VENATOR_BOW_CHARGED = 27610, + VENATOR_BOW_UNCHARGED = 27612, + VENATOR_SHARD = 27614, + ANCIENT_ESSENCE = 27616, + ANCIENT_SCEPTRE_NORMAL = 27624, + ANCIENT_SCEPTRE_LOCKED = 27626, + FORGOTTEN_BREW_4_DOSE = 27629, + FORGOTTEN_BREW_3_DOSE = 27632, + FORGOTTEN_BREW_2_DOSE = 27635, + FORGOTTEN_BREW_1_DOSE = 27638, + SATURATED_HEART = 27641, + MYSTIC_CARDS = 27645, + CLAWS_OF_CALLISTO = 27667, + FANGS_OF_VENENATIS = 27670, + SKULL_OF_VETION = 27673, + VOIDWAKER_HILT = 27681, + VOIDWAKER_BLADE = 27684, + VOIDWAKER_GEM = 27687, + CRYSTAL_BODY_HEFIN_ACTIVE = 27697, + CRYSTAL_BODY_HEFIN_INACTIVE = 27699, + CRYSTAL_LEGS_HEFIN_ACTIVE = 27701, + CRYSTAL_LEGS_HEFIN_INACTIVE = 27703, + CRYSTAL_HELM_HEFIN_ACTIVE = 27705, + CRYSTAL_HELM_HEFIN_INACTIVE = 27707, + CRYSTAL_BODY_ITHELL_ACTIVE = 27709, + CRYSTAL_BODY_ITHELL_INACTIVE = 27711, + CRYSTAL_LEGS_ITHELL_ACTIVE = 27713, + CRYSTAL_LEGS_ITHELL_INACTIVE = 27715, + CRYSTAL_HELM_ITHELL_ACTIVE = 27717, + CRYSTAL_HELM_ITHELL_INACTIVE = 27719, + CRYSTAL_BODY_IORWERTH_ACTIVE = 27721, + CRYSTAL_BODY_IORWERTH_INACTIVE = 27723, + CRYSTAL_LEGS_IORWERTH_ACTIVE = 27725, + CRYSTAL_LEGS_IORWERTH_INACTIVE = 27727, + CRYSTAL_HELM_IORWERTH_ACTIVE = 27729, + CRYSTAL_HELM_IORWERTH_INACTIVE = 27731, + CRYSTAL_BODY_TRAHAEARN_ACTIVE = 27733, + CRYSTAL_BODY_TRAHAEARN_INACTIVE = 27735, + CRYSTAL_LEGS_TRAHAEARN_ACTIVE = 27737, + CRYSTAL_LEGS_TRAHAEARN_INACTIVE = 27739, + CRYSTAL_HELM_TRAHAEARN_ACTIVE = 27741, + CRYSTAL_HELM_TRAHAEARN_INACTIVE = 27743, + CRYSTAL_BODY_CADARN_ACTIVE = 27745, + CRYSTAL_BODY_CADARN_INACTIVE = 27747, + CRYSTAL_LEGS_CADARN_ACTIVE = 27749, + CRYSTAL_LEGS_CADARN_INACTIVE = 27751, + CRYSTAL_HELM_CADARN_ACTIVE = 27753, + CRYSTAL_HELM_CADARN_INACTIVE = 27755, + CRYSTAL_BODY_CRWYS_ACTIVE = 27757, + CRYSTAL_BODY_CRWYS_INACTIVE = 27759, + CRYSTAL_LEGS_CRWYS_ACTIVE = 27761, + CRYSTAL_LEGS_CRWYS_INACTIVE = 27763, + CRYSTAL_HELM_CRWYS_ACTIVE = 27765, + CRYSTAL_HELM_CRWYS_INACTIVE = 27767, + CRYSTAL_BODY_AMLODD_ACTIVE = 27769, + CRYSTAL_BODY_AMLODD_INACTIVE = 27771, + CRYSTAL_LEGS_AMLODD_ACTIVE = 27773, + CRYSTAL_LEGS_AMLODD_INACTIVE = 27775, + CRYSTAL_HELM_AMLODD_ACTIVE = 27777, + CRYSTAL_HELM_AMLODD_INACTIVE = 27779, + DIAMOND_SPEEDRUN_TROPHY = 27783, + THAMMARONS_SCEPTRE_A_UNCHARGED = 27785, + THAMMARONS_SCEPTRE_A_CHARGED = 27788, + GNOME_CHILD_BACKPACK = 27802, + CAKE_HAT = 27804, + BOB_THE_CAT_SLIPPERS = 27806, + JAD_SLIPPERS = 27808, + DRAGON_CANDLE_DAGGER = 27810, + JAD_PLUSH = 27814, + STRAY_DOG_PLUSH = 27816, + GNOME_CHILD_PLUSH = 27818, + OLDSCHOOL_JUMPER = 27822, + SILVER_PARTYHAT = 27828, + VESTAS_CHAINBODY_BH_ACTIVATED = 27831, + VESTAS_PLATESKIRT_BH_ACTIVATED = 27832, + STATIUSS_FULL_HELM_BH_ACTIVATED = 27833, + STATIUSS_PLATEBODY_BH_ACTIVATED = 27834, + STATIUSS_PLATELEGS_BH_ACTIVATED = 27835, + MORRIGANS_COIF_BH_ACTIVATED = 27836, + MORRIGANS_LEATHER_BODY_BH_ACTIVATED = 27837, + MORRIGANS_LEATHER_CHAPS_BH_ACTIVATED = 27838, + ZURIELS_HOOD_BH_ACTIVATED = 27839, + ZURIELS_ROBE_TOP_BH_ACTIVATED = 27840, + ZURIELS_ROBE_BOTTOM_BH_ACTIVATED = 27841, + CORRUPTED_VESTAS_CHAINBODY_BH_ACTIVATED = 27842, + CORRUPTED_VESTAS_PLATESKIRT_BH_ACTIVATED = 27843, + CORRUPTED_STATIUSS_FULL_HELM_BH_ACTIVATED = 27844, + CORRUPTED_STATIUSS_PLATEBODY_BH_ACTIVATED = 27845, + CORRUPTED_STATIUSS_PLATELEGS_BH_ACTIVATED = 27846, + CORRUPTED_MORRIGANS_COIF_BH_ACTIVATED = 27847, + CORRUPTED_MORRIGANS_LEATHER_BODY_BH_ACTIVATED = 27848, + CORRUPTED_MORRIGANS_LEATHER_CHAPS_BH_ACTIVATED = 27849, + CORRUPTED_ZURIELS_HOOD_BH_ACTIVATED = 27850, + CORRUPTED_ZURIELS_ROBE_TOP_BH_ACTIVATED = 27851, + CORRUPTED_ZURIELS_ROBE_BOTTOM_BH_ACTIVATED = 27852, + DARK_BOW_BH = 27853, + BARRELCHEST_ANCHOR_BH = 27855, + DRAGON_MACE_BH = 27857, + DRAGON_LONGSWORD_BH = 27859, + ABYSSAL_DAGGER_BH_UNPOISONED = 27861, + ABYSSAL_DAGGER_BH_POISON = 27863, + VOIDWAKER_LAST_MAN_STANDING = 27869, + LIGHTBEARER_LAST_MAN_STANDING = 27870, + GIANT_BRONZE_DAGGER = 27871, + NEST_HAT_EASTER_EGG = 27875, + NEST_HAT_CHICK = 27877, + SCALY_BLUE_DRAGONHIDE = 27897, + VESTAS_SPEAR_BH_ACTIVATED = 27900, + VESTAS_LONGSWORD_BH_ACTIVATED = 27904, + STATIUSS_WARHAMMER_BH_ACTIVATED = 27908, + MORRIGANS_THROWING_AXE_BH_ACTIVATED = 27912, + MORRIGANS_JAVELIN_BH_ACTIVATED = 27916, + ZURIELS_STAFF_BH_ACTIVATED = 27920, + DRAGON_DAGGER_CR_UNPOISONED = 28019, + DRAGON_DAGGER_CR_POISON = 28021, + DRAGON_MACE_CR = 28027, + DRAGON_SWORD_CR = 28029, + DRAGON_SCIMITAR_CR = 28031, + DRAGON_LONGSWORD_CR = 28033, + DRAGON_WARHAMMER_CR = 28035, + DRAGON_BATTLEAXE_CR = 28037, + DRAGON_CLAWS_CR = 28039, + DRAGON_SPEAR_CR_UNPOISONED = 28041, + DRAGON_SPEAR_CR_POISON = 28043, + DRAGON_HALBERD_CR = 28049, + DRAGON_2H_SWORD_CR = 28051, + DRAGON_CROSSBOW_CR = 28053, + DRAGON_BOOTS_CR = 28055, + DRAGON_MED_HELM_CR = 28057, + DRAGON_SQ_SHIELD_CR = 28059, + DRAGON_PLATELEGS_CR = 28061, + DRAGON_PLATESKIRT_CR = 28063, + DRAGON_CHAINBODY_CR = 28065, + FIGHTER_TORSO_OR_NORMAL = 28067, + FIGHTER_TORSO_OR_LOCKED = 28069, + HELM_OF_NEITIZNOT_OR = 28070, + RAINBOW_SCARF_BISEXUAL = 28108, + RAINBOW_SCARF_ASEXUAL = 28109, + RAINBOW_SCARF_TRANSGENDER = 28110, + RAINBOW_SCARF_PANSEXUAL = 28111, + RAINBOW_SCARF_NONBINARY = 28112, + RAINBOW_SCARF_GENDERQUEER = 28113, + RAINBOW_SCARF_LESBIAN = 28114, + RAINBOW_SCARF_GAY = 28115, + RAINBOW_JUMPER_PRIDE = 28116, + RAINBOW_JUMPER_BISEXUAL = 28118, + RAINBOW_JUMPER_ASEXUAL = 28119, + RAINBOW_JUMPER_TRANSGENDER = 28120, + RAINBOW_JUMPER_PANSEXUAL = 28121, + RAINBOW_JUMPER_NONBINARY = 28122, + RAINBOW_JUMPER_GENDERQUEER = 28123, + RAINBOW_JUMPER_LESBIAN = 28124, + RAINBOW_JUMPER_GAY = 28125, + POETS_JACKET = 28126, + LOVE_CROSSBOW = 28128, + FORESTRY_KIT = 28136, + LOG_BASKET_CLOSED = 28140, + LOG_BASKET_OPEN = 28142, + FORESTRY_BASKET_CLOSED = 28143, + FORESTRY_BASKET_OPEN = 28145, + LOG_BRACE = 28146, + STURDY_HARNESS = 28149, + NATURE_OFFERINGS = 28152, + RITUAL_MULCH = 28154, + FORESTERS_RATION = 28157, + SECATEURS_BLADE = 28159, + SECATEURS_ATTACHMENT = 28161, + CLOTHES_POUCH = 28163, + CLOTHES_POUCH_BLUEPRINT = 28166, + FORESTRY_TOP = 28169, + FORESTRY_LEGS = 28171, + FORESTRY_HAT = 28173, + FORESTRY_BOOTS = 28175, + AXE_HANDLE = 28177, + UNFIRED_CUP = 28193, + BRONZE_2H_AXE = 28196, + IRON_2H_AXE = 28199, + STEEL_2H_AXE = 28202, + BLACK_2H_AXE = 28205, + MITHRIL_2H_AXE = 28208, + ADAMANT_2H_AXE = 28211, + RUNE_2H_AXE = 28214, + DRAGON_2H_AXE = 28217, + CRYSTAL_2H_AXE_ACTIVE = 28220, + CRYSTAL_2H_AXE_INACTIVE = 28223, + THIRD_AGE_2H_AXE = 28226, + SANGUINE_TORVA_FULL_HELM = 28254, + SANGUINE_TORVA_PLATEBODY = 28256, + SANGUINE_TORVA_PLATELEGS = 28258, + CHROMIUM_INGOT = 28276, + BERSERKER_ICON = 28295, + ARCHER_ICON = 28298, + WARRIOR_ICON = 28301, + SEERS_ICON = 28304, + ULTOR_RING = 28307, + VENATOR_RING = 28310, + MAGUS_RING = 28313, + BELLATOR_RING = 28316, + RING_OF_SHADOWS_CHARGED = 28327, + RING_OF_SHADOWS_UNCHARGED = 28329, + AWAKENERS_ORB = 28334, + MAGIC_LANTERN = 28426, + BLOOD_ANCIENT_SCEPTRE_LOCKED = 28473, + ICE_ANCIENT_SCEPTRE_LOCKED = 28474, + SMOKE_ANCIENT_SCEPTRE_LOCKED = 28475, + SHADOW_ANCIENT_SCEPTRE_LOCKED = 28476, + CORRUPTED_VOIDWAKER = 28531, + CORRUPTED_DRAGON_CLAWS = 28534, + CORRUPTED_ARMADYL_GODSWORD = 28537, + CORRUPTED_TWISTED_BOW = 28540, + CORRUPTED_SCYTHE_OF_VITUR_CHARGED = 28543, + CORRUPTED_SCYTHE_OF_VITUR_UNCHARGED = 28545, + CORRUPTED_TUMEKENS_SHADOW_CHARGED = 28547, + CORRUPTED_TUMEKENS_SHADOW_UNCHARGED = 28549, + TRINKET_OF_VENGEANCE = 28561, + TRINKET_OF_FAIRIES = 28564, + TRINKET_OF_ADVANCED_WEAPONRY = 28567, + TRINKET_OF_UNDEAD = 28570, + WARPED_SCEPTRE_UNCHARGED = 28583, + WARPED_SCEPTRE_CHARGED = 28585, + COBWEB_CAPE = 28601, + SPIDER_HAT_COMMON = 28603, + SPIDER_HAT_VENENATIS = 28605, + SPIDER_HAT_VERZIK = 28607, + SPIDER_HAT_SARACHNIS = 28609, + SPIDER_HAT_OLD = 28611, + PHEASANT_CAPE = 28616, + PHEASANT_BOOTS = 28618, + PHEASANT_HAT = 28620, + PHEASANT_LEGS = 28622, + SAWMILL_VOUCHER = 28628, + TWITCHERS_GLOVES = 28630, + PETAL_GARLAND = 28655, + WEB_CLOAK = 28671, + FANCIER_BOOTS = 28672, + DINHS_BLAZING_BULWARK = 28682, + TRAILBLAZER_RELOADED_BULWARK_ORNAMENT_KIT = 28684, + BLAZING_BLOWPIPE_CHARGED = 28688, + TRAILBLAZER_RELOADED_BLOWPIPE_ORNAMENT_KIT = 28690, + TRAILBLAZER_RELOADED_ALCHEMY_SCROLL = 28693, + TRAILBLAZER_RELOADED_VENGEANCE_SCROLL = 28696, + TRAILBLAZER_RELOADED_DEATH_SCROLL = 28699, + TRAILBLAZER_RELOADED_BANNER = 28702, + TRAILBLAZER_RELOADED_HOME_TELEPORT_SCROLL = 28705, + TRAILBLAZER_RELOADED_REJUVENATION_POOL_SCROLL = 28708, + TRAILBLAZER_RELOADED_HEADBAND_T1 = 28712, + TRAILBLAZER_RELOADED_TOP_T1 = 28715, + TRAILBLAZER_RELOADED_TROUSERS_T1 = 28718, + TRAILBLAZER_RELOADED_BOOTS_T1 = 28721, + TRAILBLAZER_RELOADED_HEADBAND_T2 = 28724, + TRAILBLAZER_RELOADED_TOP_T2 = 28727, + TRAILBLAZER_RELOADED_TROUSERS_T2 = 28730, + TRAILBLAZER_RELOADED_BOOTS_T2 = 28733, + TRAILBLAZER_RELOADED_HEADBAND_T3 = 28736, + TRAILBLAZER_RELOADED_TOP_T3 = 28739, + TRAILBLAZER_RELOADED_TROUSERS_T3 = 28742, + TRAILBLAZER_RELOADED_BOOTS_T3 = 28745, + TRAILBLAZER_RELOADED_TORCH = 28748, + TRAILBLAZER_RELOADED_DRAGON_TROPHY = 28751, + TRAILBLAZER_RELOADED_RUNE_TROPHY = 28753, + TRAILBLAZER_RELOADED_ADAMANT_TROPHY = 28755, + TRAILBLAZER_RELOADED_MITHRIL_TROPHY = 28757, + TRAILBLAZER_RELOADED_STEEL_TROPHY = 28759, + TRAILBLAZER_RELOADED_IRON_TROPHY = 28761, + TRAILBLAZER_RELOADED_BRONZE_TROPHY = 28763, + GLOBETROTTER_PENDANT = 28765, + SAGES_GREAVES = 28771, + SAGES_AXE = 28773, + RUINOUS_POWERS_ITEM = 28775, + TRAILBLAZER_RELOADED_RELIC_HUNTER_T1_ARMOUR_SET = 28777, + TRAILBLAZER_RELOADED_RELIC_HUNTER_T2_ARMOUR_SET = 28780, + TRAILBLAZER_RELOADED_RELIC_HUNTER_T3_ARMOUR_SET = 28783, + ICY_JUMPER = 28786, + SNOWGLOBE_HELMET = 28788, + KOUREND_CASTLE_TELEPORT_TABLET = 28790, + BONE_MACE = 28792, + BONE_SHORTBOW = 28794, + BONE_STAFF = 28796, + ZOMBIE_AXE = 28810, + BROKEN_ZOMBIE_AXE = 28813, + CIVITAS_ILLA_FORTIS_TELEPORT_TABLET = 28824, + IMMATURE_TECU_SALAMANDER = 28831, + TECU_SALAMANDER = 28834, + IRIT_TAR = 28837, + HUNTERS_SUNLIGHT_CROSSBOW = 28869, + SUNLIGHT_ANTLER_BOLTS = 28872, + MOONLIGHT_ANTLER_BOLTS = 28878, + SUNLIGHT_MOTH_ITEM = 28890, + MOONLIGHT_MOTH_ITEM = 28893, + RUM = 28896, + WYRMLING_BONES = 28899, + DIZANAS_MAX_CAPE_NORMAL = 28902, + DIZANAS_MAX_HOOD = 28904, + DIZANAS_MAX_CAPE_LOCKED = 28906, + TONALZTICS_OF_RALOS_UNCHARGED = 28919, + TONALZTICS_OF_RALOS_CHARGED = 28922, + SUNFIRE_SPLINTERS = 28924, + SUNFIRE_RUNE = 28929, + SEARING_PAGE = 28931, + SUNFIRE_FANATIC_HELM = 28933, + SUNFIRE_FANATIC_CUIRASS = 28936, + SUNFIRE_FANATIC_CHAUSSES = 28939, + ECHO_CRYSTAL = 28942, + ECHO_BOOTS = 28945, + DIZANAS_QUIVER_UNCHARGED = 28947, + DIZANAS_QUIVER_UNCHARGED_LOCKED = 28949, + DIZANAS_QUIVER_CHARGED = 28951, + DIZANAS_QUIVER_CHARGED_LOCKED = 28953, + BLESSED_DIZANAS_QUIVER_NORMAL = 28955, + BLESSED_DIZANAS_QUIVER_LOCKED = 28957, + BLUE_MOON_SPEAR = 28988, + ATLATL_DART = 28991, + DUAL_MACUAHUITL = 28997, + ECLIPSE_ATLATL = 29000, + ECLIPSE_MOON_CHESTPLATE_NEW = 29004, + ECLIPSE_MOON_TASSETS_NEW = 29007, + ECLIPSE_MOON_HELM_NEW = 29010, + BLUE_MOON_CHESTPLATE_NEW = 29013, + BLUE_MOON_TASSETS_NEW = 29016, + BLUE_MOON_HELM_NEW = 29019, + BLOOD_MOON_CHESTPLATE_NEW = 29022, + BLOOD_MOON_TASSETS_NEW = 29025, + BLOOD_MOON_HELM_NEW = 29028, + ECLIPSE_MOON_CHESTPLATE_USED = 29031, + ECLIPSE_MOON_TASSETS_USED = 29033, + ECLIPSE_MOON_HELM_USED = 29035, + BLUE_MOON_CHESTPLATE_USED = 29037, + BLUE_MOON_TASSETS_USED = 29039, + BLUE_MOON_HELM_USED = 29041, + BLOOD_MOON_CHESTPLATE_USED = 29043, + BLOOD_MOON_TASSETS_USED = 29045, + BLOOD_MOON_HELM_USED = 29047, + ECLIPSE_MOON_CHESTPLATE_BROKEN = 29049, + ECLIPSE_MOON_TASSETS_BROKEN = 29052, + ECLIPSE_MOON_HELM_BROKEN = 29055, + BLUE_MOON_CHESTPLATE_BROKEN = 29058, + BLUE_MOON_TASSETS_BROKEN = 29061, + BLUE_MOON_HELM_BROKEN = 29064, + BLOOD_MOON_CHESTPLATE_BROKEN = 29067, + BLOOD_MOON_TASSETS_BROKEN = 29070, + BLOOD_MOON_HELM_BROKEN = 29073, + SULPHUR_BLADES = 29084, + CALCIFIED_MOTH = 29090, + RAW_BARBTAILED_KEBBIT = 29101, + RAW_WILD_KEBBIT = 29104, + RAW_DASHING_KEBBIT = 29107, + RAW_PYRE_FOX = 29110, + RAW_MOONLIGHT_ANTELOPE = 29113, + RAW_SUNLIGHT_ANTELOPE = 29116, + RAW_GRAAHK = 29119, + RAW_LARUPIA = 29122, + RAW_KYATT = 29125, + COOKED_WILD_KEBBIT = 29128, + COOKED_BARBTAILED_KEBBIT = 29131, + COOKED_DASHING_KEBBIT = 29134, + COOKED_PYRE_FOX = 29137, + COOKED_SUNLIGHT_ANTELOPE = 29140, + COOKED_MOONLIGHT_ANTELOPE = 29143, + COOKED_LARUPIA = 29146, + COOKED_GRAAHK = 29149, + COOKED_KYATT = 29152, + FOX_FUR = 29163, + JERBOA_TAIL = 29166, + SUNLIGHT_ANTELOPE_ANTLER = 29168, + MOONLIGHT_ANTELOPE_ANTLER = 29171, + MOONLIGHT_ANTELOPE_FUR = 29174, + SUNLIGHT_ANTELOPE_FUR = 29177, + SAPPHIRE_GLACIALIS_MIX_2_DOSE = 29180, + SNOWY_KNIGHT_MIX_2_DOSE = 29183, + RUBY_HARVEST_MIX_2_DOSE = 29186, + BLACK_WARLOCK_MIX_2_DOSE = 29189, + SUNLIGHT_MOTH_MIX_2_DOSE = 29192, + MOONLIGHT_MOTH_MIX_2_DOSE = 29195, + SAPPHIRE_GLACIALIS_MIX_1_DOSE = 29198, + SNOWY_KNIGHT_MIX_1_DOSE = 29201, + RUBY_HARVEST_MIX_1_DOSE = 29204, + BLACK_WARLOCK_MIX_1_DOSE = 29207, + SUNLIGHT_MOTH_MIX_1_DOSE = 29210, + MOONLIGHT_MOTH_MIX_1_DOSE = 29213, + JAGUAR_FUR = 29218, + ENHANCED_QUETZAL_WHISTLE_BLUEPRINT = 29253, + PERFECTED_QUETZAL_WHISTLE_BLUEPRINT = 29256, + GUILD_HUNTER_HEADWEAR = 29263, + GUILD_HUNTER_TOP = 29265, + GUILD_HUNTER_LEGS = 29267, + GUILD_HUNTER_BOOTS = 29269, + TRAPPERS_TIPPLE = 29277, + MIXED_HIDE_TOP = 29280, + MIXED_HIDE_LEGS = 29283, + MIXED_HIDE_BOOTS = 29286, + MIXED_HIDE_CAPE = 29289, + MIXED_HIDE_BASE = 29292, + HUNTERS_SPEAR = 29305, + QUETZAL_FEED = 29307, + HUNTER_SPEAR_TIPS = 29311, + SUNBEAM_ALE = 29409, + STEAMFORGE_BREW = 29412, + ECLIPSE_WINE = 29415, + MOONLITE = 29418, + SUNSHINE = 29421, + SUNFIRE_FANATIC_ARMOUR_SET = 29424, + BOOK_OF_EGG = 29433, + EGG_PRIEST_ROBE = 29437, + EGG_PRIEST_ROBE_TOP = 29439, + EGG_PRIEST_NECKLACE = 29441, + EGG_PRIEST_MITRE = 29443, + ZOMBIE_PIRATE_KEY = 29449, + TELEPORT_ANCHORING_SCROLL = 29455, + ADAMANT_SEEDS = 29458, + CURSED_AMULET_OF_MAGIC = 29486, + RAINBOW_CAPE_PRIDE = 29489, + RAINBOW_CAPE_BISEXUAL = 29491, + RAINBOW_CAPE_ASEXUAL = 29493, + RAINBOW_CAPE_TRANSGENDER = 29495, + RAINBOW_CAPE_PANSEXUAL = 29497, + RAINBOW_CAPE_NONBINARY = 29499, + RAINBOW_CAPE_GENDERQUEER = 29501, + RAINBOW_CAPE_LESBIAN = 29503, + RAINBOW_CAPE_GAY = 29505, + RAINBOW_CROWN_SHIRT_PRIDE = 29507, + RAINBOW_CROWN_SHIRT_BISEXUAL = 29509, + RAINBOW_CROWN_SHIRT_ASEXUAL = 29510, + RAINBOW_CROWN_SHIRT_TRANSGENDER = 29511, + RAINBOW_CROWN_SHIRT_PANSEXUAL = 29512, + RAINBOW_CROWN_SHIRT_NONBINARY = 29513, + RAINBOW_CROWN_SHIRT_GENDERQUEER = 29514, + RAINBOW_CROWN_SHIRT_LESBIAN = 29515, + RAINBOW_CROWN_SHIRT_GAY = 29516, + ELITE_BLACK_FULL_HELM = 29560, + ELITE_BLACK_PLATEBODY = 29562, + ELITE_BLACK_PLATELEGS = 29564, + DARK_SQUALL_HOOD = 29566, + DARK_SQUALL_ROBE_TOP = 29568, + DARK_SQUALL_ROBE_BOTTOM = 29570, + BURNING_CLAW = 29574, + BONE_CLAWS = 29577, + TORMENTED_SYNAPSE = 29580, + EMBERLIGHT = 29589, + SCORCHING_BOW = 29591, + PURGING_STAFF = 29594, + CORRUPTED_DARK_BOW = 29599, + CORRUPTED_VOLATILE_NIGHTMARE_STAFF = 29602, + ARMADYL_GODSWORD_DEADMAN = 29605, + VOIDWAKER_DEADMAN = 29607, + VOLATILE_NIGHTMARE_STAFF_DEADMAN = 29609, + DARK_BOW_DEADMAN = 29611, + IMBUED_ZAMORAK_CAPE_DEADMAN = 29613, + IMBUED_GUTHIX_CAPE_DEADMAN = 29615, + IMBUED_SARADOMIN_CAPE_DEADMAN = 29617, + ARMAGEDDON_RUG = 29619, + ARMAGEDDON_TELEPORT_SCROLL = 29622, + ARMAGEDDON_WEAPON_SCROLL = 29625, + ARMAGEDDON_CAPE_FABRIC = 29628, + BLIGHTED_OVERLOAD_4_DOSE = 29631, + BLIGHTED_OVERLOAD_3_DOSE = 29634, + BLIGHTED_OVERLOAD_2_DOSE = 29637, + BLIGHTED_OVERLOAD_1_DOSE = 29640, + CHITIN = 29643, + GUTHIXIAN_TEMPLE_TELEPORT = 29684, + DNI23_TORSO_LIGHTBUTTONS = 29686, + DNI23_TORSO_DARKBUTTONS_DARK_BUTTONS = 29688, + DNI23_TORSO_DARKBUTTONS_JACKET = 29690, + DNI23_TORSO_SHIRT = 29692, + DNI23_TORSO_STITCHING = 29694, + DNI23_TORSO_TWOTONED = 29696, + DNI23_TORSO_PRINCELY = 29698, + DNI23_TORSO_RIPPEDWESKIT_RIPPED_WESKIT = 29700, + DNI23_TORSO_RIPPEDWESKIT_TORN_WESKIT = 29702, + DNI23_TORSO_CROPTOPS = 29704, + DNI23_TORSO_POLONECK = 29706, + DNI23_TORSO_SIMPLE = 29708, + DNI23_TORSO_FRILLY = 29710, + DNI23_TORSO_CORSETRY = 29712, + DNI23_TORSO_BODICE = 29714, + DNI23_ARMS_THIN = 29716, + DNI23_ARMS_SHOULDERPADS = 29718, + DNI23_ARMS_THICKSTRIPE = 29720, + DNI23_ARMS_LOOSESLEEVES = 29722, + DNI23_ARMS_PRINCELY = 29724, + DNI23_ARMS_TATTYLONG = 29726, + DNI23_ARMS_RIPPED = 29728, + DNI23_ARMS_BARE = 29730, + DNI23_ARMS_FRILLY = 29732, + DNI23_ARMS_TATTYSHORT = 29734, + DNI23_ARMS_BARESHOULDERS = 29736, + DNI23_LEGS_SHORTS = 29738, + DNI23_LEGS_BEACH = 29740, + DNI23_LEGS_PRINCELY = 29742, + DNI23_LEGS_LEGGINGS = 29744, + DNI23_LEGS_SIDESTRIPES = 29746, + DNI23_LEGS_RIPPED = 29748, + DNI23_LEGS_PATCHED = 29750, + DNI23_LEGS_SKIRT = 29752, + DNI23_LEGS_LONGSKIRT = 29754, + DNI23_LEGS_LONGNARROWSKIRT = 29756, + DNI23_LEGS_SHORTSKIRT = 29758, + DNI23_LEGS_LAYERED = 29760, + DNI23_LEGS_SASHDOTS = 29762, + DNI23_LEGS_BIGHEM = 29764, + DNI23_LEGS_SASHTROUSERS = 29766, + DNI23_LEGS_PATTERNED = 29768, + DNI23_LEGS_TORNSKIRT = 29770, + DNI23_LEGS_PATCHEDSKIRT = 29772, + AMYS_SAW_OFFHAND = 29774, + IMCANDO_HAMMER_OFFHAND = 29775, + BRUMA_TORCH_OFFHAND = 29777, + SPIDER_CAVE_TELEPORT = 29782, + ARAXYTE_VENOM_SACK = 29784, + NOXIOUS_HALBERD = 29796, + AMULET_OF_RANCOUR = 29801, + AMULET_OF_RANCOUR_S = 29804, + ARANEA_BOOTS = 29806, + ARAXYTE_SLAYER_HELMET = 29816, + ARAXYTE_SLAYER_HELMET_I_NIGHTMARE_ZONE = 29818, + ARAXYTE_SLAYER_HELMET_I_SOUL_WARS = 29820, + ARAXYTE_SLAYER_HELMET_I_EMIRS_ARENA = 29822 +} +//# sourceMappingURL=EItem.d.ts.map \ No newline at end of file diff --git a/dist/types/EItem.d.ts.map b/dist/types/EItem.d.ts.map new file mode 100644 index 000000000..cc79d73ed --- /dev/null +++ b/dist/types/EItem.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"EItem.d.ts","sourceRoot":"","sources":["../../src/EItem.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/types/EMonster.d.ts b/dist/types/EMonster.d.ts new file mode 100644 index 000000000..43d084623 --- /dev/null +++ b/dist/types/EMonster.d.ts @@ -0,0 +1,380 @@ +export declare enum EMonster { + ARAXXOR = 13668, + CORPOREAL_BEAST = 319, + DAGANNOTH_PRIME = 2266, + DAGANNOTH_REX = 2267, + DAGANNOTH_SUPREME = 2265, + GIANT_MOLE = 5779, + KALPHITE_QUEEN = 963, + OBOR = 7416, + SARACHNIS = 8713, + VORKATH = 8061, + ZULRAH = 2042, + COMMANDER_ZILYANA = 2205, + GENERAL_GRAARDOR = 2215, + KREEARRA = 3162, + KRIL_TSUTSAROTH = 3129, + BRYOPHYTA = 8195, + SKOTIZO = 7286, + DERANGED_ARCHAEOLOGIST = 7806, + PHANTOM_MUSPAH = 12077, + DUKE_SUCELLUS = 12191, + VARDORVIS = 12223, + THE_LEVIATHAN = 12214, + THE_WHISPERER = 12204, + DUKE_SUCELLUS_AWAKENED = 12192, + THE_LEVIATHAN_AWAKENED = 12215, + THE_WHISPERER_AWAKENED = 12205, + VARDORVIS_AWAKENED = 12224, + SCURRIUS = 7222, + CALLISTO = 6503, + CHAOS_ELEMENTAL = 2054, + CRAZY_ARCHAEOLOGIST = 6618, + KING_BLACK_DRAGON = 6502, + SCORPIA = 6615, + VENENATIS = 6610, + VETION = 6611, + CHAOS_FANATIC = 6619, + ARTIO = 11992, + SPINDEL = 11998, + CALVARION = 11993, + ABYSSAL_SIRE = 5886, + CERBERUS = 5862, + ALCHEMICAL_HYDRA = 8615, + GROTESQUE_GUARDIANS = 7851, + THERMONUCLEAR_SMOKE_DEVIL = 499, + KRAKEN = 494, + BLOOD_REAVER = 11293, + BRUTAL_BLACK_DRAGON = 7275, + BABY_BLACK_DRAGON = 1871, + BANDIT = 6605, + ARMADYLIAN_GUARD = 6587, + BLACK_KNIGHT = 516, + DARK_WARRIOR = 531, + DEADLY_RED_SPIDER = 3021, + ELDER_CHAOS_DRUID = 6607, + ENT = 6594, + REVENANT_CYCLOPS = 7934, + REVENANT_PYREFIEND = 7932, + REVENANT_ORK = 7937, + REVENANT_KNIGHT = 7939, + REVENANT_IMP = 7881, + REVENANT_HOBGOBLIN = 7933, + REVENANT_HELLHOUND = 7935, + REVENANT_GOBLIN = 7931, + REVENANT_DRAGON = 7940, + REVENANT_DEMON = 7936, + REVENANT_DARK_BEAST = 7938, + PIRATE = 521, + MAMMOTH = 6604, + MAGIC_AXE = 2844, + LAVA_DRAGON = 6593, + GUARD_BANDIT = 1027, + DAGANNOTH_SPAWN = 3184, + FERAL_VAMPYRE = 3234, + FEVER_SPIDER = 626, + GIANT_SEA_SNAKE = 1101, + GREATER_NECHRYAEL = 7278, + GREEN_DRAGON = 260, + HARPIE_BUG_SWARM = 464, + INFERNAL_MAGE = 447, + JUNGLE_HORROR = 1042, + KILLERWATT = 469, + LESSER_DEMON = 2005, + ELF_ARCHER = 5295, + FLESH_CRAWLER = 2498, + FIYR_SHADE = 1286, + DEVIANT_SPECTRE = 7279, + DAGANNOTH_FLEDGELING = 2264, + HYDRA = 8609, + ICE_GIANT = 2085, + ICE_TROLL = 648, + ICE_WARRIOR = 2841, + PHRIN_SHADE = 1280, + OTHERWORLDLY_BEING = 2843, + MUTATED_BLOODVELD = 7276, + MOURNER = 8844, + MOSS_GIANT = 2090, + MOLANISK = 1, + MOGRE = 2592, + LOAR_SHADE = 1277, + LIZARDMAN_BRUTE = 6918, + JELLY = 437, + IORWERTH_ARCHER = 3428, + IORWERTH_WARRIOR = 3429, + WEREWOLF = 2593, + WATERFIEND = 2916, + WARPED_JELLY = 7277, + WALL_BEAST = 476, + VYREWATCH_SENTINEL = 9756, + VYREWATCH = 3717, + VAMPYRE_JUVINATE = 3694, + TZHAARKET = 2173, + TROLL_GENERAL = 4120, + TERROR_DOG = 6473, + SHADOW_WARRIOR = 2853, + SHADE = 5633, + SEA_SNAKE_YOUNG = 1097, + SEA_SNAKE_HATCHLING = 1098, + ROCKSLUG = 421, + RIYL_SHADE = 1282, + PYREFIEND = 433, + PYRELORD = 6762, + PORAZDIR = 7860, + OGRE = 136, + OGRESS_SHAMAN = 7991, + OGRESS_WARRIOR = 7990, + ANCIENT_ZYGOMITE = 7797, + ASYN_SHADE = 1284, + BABY_BLUE_DRAGON = 241, + BABY_GREEN_DRAGON = 5194, + BABY_RED_DRAGON = 137, + BRONZE_DRAGON = 270, + BRUTAL_BLUE_DRAGON = 7273, + BRUTAL_GREEN_DRAGON = 2918, + BRUTAL_RED_DRAGON = 7274, + CATABLEPON = 2475, + COCKATRICE = 420, + CROCODILE = 4184, + CYCLOPS = 2097, + TEMPLE_SPIDER = 8703, + TERRORBIRD = 2064, + TORTURED_GORILLA = 7097, + TORTURED_SOUL = 2999, + TWISTED_BANSHEE = 7272, + UNDEAD_CHICKEN = 2993, + UNDEAD_COW = 2992, + UNDEAD_DRUID = 2145, + UNDEAD_ONE = 5342, + URIUM_SHADE = 10589, + WHITE_WOLF = 108, + WILD_DOG = 112, + ZOGRE = 866, + ZOMBIE_RAT = 3969, + PENGUIN = 2063, + PIT_SCORPION = 3026, + POISON_SCORPION = 3025, + ROOSTER = 3663, + SEAGULL = 1338, + SHADOW_SPIDER = 3016, + SKELETON_FREMENNIK = 4498, + SKELETON_MAGE = 4319, + SKOGRE = 878, + SMALL_LIZARD = 463, + SULPHUR_LIZARD = 8614, + GIANT_BAT = 2834, + GIANT_CRYPT_SPIDER = 1684, + GIANT_RAT = 2510, + GIANT_SPIDER = 2477, + GRIZZLY_BEAR = 3423, + GRIZZLY_BEAR_CUB = 3425, + ICE_WOLF = 645, + JACKAL = 4185, + JUNGLE_WOLF = 232, + KALPHITE_GUARDIAN = 959, + KALPHITE_SOLDIER = 957, + KING_SCORPION = 3027, + LOBSTROSITY = 7796, + MONKEY_ARCHER = 5272, + MONKEY_GUARD = 5271, + MONKEY_ZOMBIE = 5281, + MOUNTED_TERRORBIRD_GNOME = 2067, + BEAR_CUB = 3909, + BIG_WOLF = 115, + BIRD = 5240, + BLACK_GUARD = 6046, + CAVE_GOBLIN_GUARD = 5334, + CHAOS_DWARF = 291, + CHICKEN = 3316, + CHOMPY_BIRD = 1475, + COW_CALF = 2792, + CRYPT_RAT = 1679, + DEATH_WING = 509, + DESERT_LIZARD = 459, + DESERT_WOLF = 4649, + DUCK = 1838, + DUCKLING = 2001, + DUNGEON_RAT = 2865, + DWARF_GANG_MEMBER = 1354, + ABERRANT_SPECTRE = 2, + DAGANNOTH = 3185, + GUARD = 995, + RED_DRAGON = 247, + ABYSSAL_DEMON = 415, + DARK_BEAST = 4005, + HELLHOUND = 104, + RUNE_DRAGON = 8031, + ADAMANT_DRAGON = 8030, + DEMONIC_GORILLA = 7144, + SCARAB_MAGE = 794, + ANKOU = 2514, + DRAKE = 8612, + IRON_DRAGON = 272, + SKELETAL_WYVERN = 465, + AVIANSIE = 3169, + DUST_DEVIL = 423, + KALPHITE_WORKER = 955, + SMOKE_DEVIL = 498, + BASILISK_KNIGHT = 9293, + ELF_WARRIOR = 5293, + KURASK = 410, + SPIRITUAL_MAGE = 2212, + BASILISK = 417, + FIRE_GIANT = 2075, + LIZARDMAN_SHAMAN = 6766, + SPIRITUAL_RANGER = 2211, + BLACK_DEMON = 240, + ANCIENT_WYVERN = 7795, + LIZARDMAN = 6914, + SPIRITUAL_WARRIOR = 2210, + BLACK_DRAGON = 252, + LONGTAILED_WYVERN = 7792, + LOCUST_RIDER = 795, + STEEL_DRAGON = 8086, + BLOODVELD = 484, + SPITTING_WYVERN = 7794, + MAN = 1118, + SUQAH = 787, + BLUE_DRAGON = 265, + TALONED_WYVERN = 7793, + MITHRIL_DRAGON = 2919, + TUROTH = 426, + BRINE_RAT = 4501, + GARGOYLE = 412, + MOUNTAIN_TROLL = 936, + WOMAN = 1119, + CAVE_HORROR = 1047, + GOBLIN = 655, + ZYGOMITE = 537, + WYRM = 8610, + CAVE_KRAKEN = 492, + GREATER_DEMON = 2025, + NECHRYAEL = 8, + BANSHEE = 414, + CAVE_BUG = 481, + COW = 2790, + DWARF = 290, + LIZARD = 458, + RAT = 2854, + SPIDER = 3019, + BAT = 2827, + CAVE_CRAWLER = 406, + CRAWLING_HAND = 448, + GHOST = 85, + MINOTAUR = 2481, + SCORPION = 3024, + WOLF = 106, + BLACK_BEAR = 2839, + CAVE_SLIME = 480, + GUARD_DOG = 114, + ICEFIEND = 3140, + MONKEY = 2848, + SKELETON = 70, + ZOMBIE = 26, + HILL_GIANT = 2098, + POLLNIVNIAN_BANDIT = 736, + CAVE_GOBLIN = 6434, + DESERT_BANDIT = 690, + ELF = 5299, + FARMER = 3114, + FREMENNIK_CITIZEN = 3937, + GNOME = 5969, + GOAT = 1792, + MALE_HAM_MEMBER = 2540, + FEMALE_HAM_MEMBER = 2541, + HERO = 3295, + KNIGHT_OF_ARDOUGNE = 3297, + MASTER_FARMER = 5730, + PALADIN = 1144, + WATCHMAN = 5420, + VYRE = 9710, + TZHAARHUR = 2161, + ROGUE = 526, + PRIFDDINAS_ELF = 9076, + WARRIOR_WOMAN = 3260, + ALKHARID_WARRIOR = 3292, + GHOUL = 289, + EARTH_WARRIOR = 2840, + IMP = 5007, + JOGRE = 2094, + HOBGOBLIN = 3049, + CHAOS_DRUID = 520, + UNICORN = 2837, + MENAPHITE_THUG = 3549, + RABBIT = 9118, + TZHAARXIL = 2168, + TZHAARMEJ = 2154, + GIANT_FROG = 477, + JUBBLY_BIRD = 4863, + MANIACAL_MONKEY = 7118, + ZOMBIE_PIRATE = 13489, + TORMENTED_DEMON = 13600, + ARMOURED_ZOMBIE = 12720, + CRAB = 4819, + BARROWS = 1673, + TZTOKJAD = 3127, + HESPORI = 8583, + TZKALZUK = 7706, + ABHORRENT_SPECTRE = 7402, + BASILISK_SENTINEL = 9258, + CAVE_ABOMINATION = 7401, + CHASM_CRAWLER = 7389, + CHOKE_DEVIL = 7404, + COCKATHRICE = 7393, + COLOSSAL_HYDRA = 10402, + CRUSHING_HAND = 7388, + FLAMING_PYRELORD = 7394, + GIANT_ROCKSLUG = 7392, + GREATER_ABYSSAL_DEMON = 7410, + GUARDIAN_DRAKE = 10400, + INSATIABLE_BLOODVELD = 7397, + INSATIABLE_MUTATED_BLOODVELD = 7398, + KING_KURASK = 7405, + MALEVOLENT_MAGE = 7396, + MARBLE_GARGOYLE = 7407, + MONSTROUS_BASILISK = 7395, + NECHRYARCH = 7411, + NIGHT_BEAST = 7409, + NUCLEAR_SMOKE_DEVIL = 7406, + REPUGNANT_SPECTRE = 7403, + SCREAMING_BANSHEE = 7390, + SCREAMING_TWISTED_BANSHEE = 7391, + SHADOW_WYRM = 10398, + SPIKED_TUROTH = 10397, + VITREOUS_JELLY = 7399, + VITREOUS_WARPED_JELLY = 7400, + FROGEEL = 3600, + NEWTROOST = 3605, + SPIDINE = 3602, + SWORDCHICK = 3603, + UNICOW = 3601, + JUBSTER = 3604, + REANIMATED_GOBLIN = 7018, + REANIMATED_MONKEY = 7019, + REANIMATED_IMP = 7020, + REANIMATED_MINOTAUR = 7021, + REANIMATED_SCORPION = 7022, + REANIMATED_BEAR = 7023, + REANIMATED_UNICORN = 7024, + REANIMATED_DOG = 7025, + REANIMATED_CHAOS_DRUID = 7026, + REANIMATED_GIANT = 7027, + REANIMATED_OGRE = 7028, + REANIMATED_ELF = 7029, + REANIMATED_TROLL = 7030, + REANIMATED_HORROR = 7031, + REANIMATED_KALPHITE = 7032, + REANIMATED_DAGANNOTH = 7033, + REANIMATED_BLOODVELD = 7034, + REANIMATED_TZHAAR = 7035, + REANIMATED_DEMON = 7036, + REANIMATED_HELLHOUND = 11463, + REANIMATED_AVIANSIE = 7037, + REANIMATED_ABYSSAL = 7038, + REANIMATED_DRAGON = 7039, + FLAWED_GOLEM = 10695, + MIND_GOLEM = 10693, + BODY_GOLEM = 10691, + CHAOS_GOLEM = 10689 +} +//# sourceMappingURL=EMonster.d.ts.map \ No newline at end of file diff --git a/dist/types/EMonster.d.ts.map b/dist/types/EMonster.d.ts.map new file mode 100644 index 000000000..2538c9363 --- /dev/null +++ b/dist/types/EMonster.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"EMonster.d.ts","sourceRoot":"","sources":["../../src/EMonster.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/types/constants.d.ts b/dist/types/constants.d.ts new file mode 100644 index 000000000..99e1e766e --- /dev/null +++ b/dist/types/constants.d.ts @@ -0,0 +1,53 @@ +import type { BossRecords } from "./meta/types"; +export declare const BASE_API_URL = "https://services.runescape.com"; +export declare const SKILLS: readonly ["overall", "attack", "defence", "strength", "hitpoints", "ranged", "prayer", "magic", "cooking", "woodcutting", "fletching", "fishing", "firemaking", "crafting", "smithing", "mining", "herblore", "agility", "thieving", "slayer", "farming", "runecraft", "hunter", "construction"]; +export declare const MINIGAMES: readonly ["bountyHunter", "bountyHunterRogue", "bountyHunterLegacy", "bountyHunterLegacyRogue", "LMS", "pvpArena", "soulWars", "riftsClosed", "colosseumGlory"]; +export declare const CLUES: readonly ["all", "beginner", "easy", "medium", "hard", "elite", "master"]; +export declare const mappedBossNames: readonly [readonly ["abyssalSire", "Abyssal Sire"], readonly ["alchemicalHydra", "Alchemical Hydra"], readonly ["amoxliatl", "Amoxliatl"], readonly ["araxxor", "Araxxor"], readonly ["artio", "Artio"], readonly ["barrowsChests", "Barrows Chests"], readonly ["bryophyta", "Bryophyta"], readonly ["callisto", "Callisto"], readonly ["calvarion", "Calvar'ion"], readonly ["cerberus", "Cerberus"], readonly ["chambersofXeric", "Chambers of Xeric"], readonly ["chambersofXericChallengeMode", "Chambers of Xeric: Challenge Mode"], readonly ["chaosElemental", "Chaos Elemental"], readonly ["chaosFanatic", "Chaos Fanatic"], readonly ["commanderZilyana", "Commander Zilyana"], readonly ["corporealBeast", "Corporeal Beast"], readonly ["crazyArchaeologist", "Crazy Archaeologist"], readonly ["dagannothPrime", "Dagannoth Prime"], readonly ["dagannothRex", "Dagannoth Rex"], readonly ["dagannothSupreme", "Dagannoth Supreme"], readonly ["derangedArchaeologist", "Deranged Archaeologist"], readonly ["dukeSucellus", "Duke Sucellus"], readonly ["generalGraardor", "General Graardor"], readonly ["giantMole", "Giant Mole"], readonly ["grotesqueGuardians", "Grotesque Guardians"], readonly ["hespori", "Hespori"], readonly ["kalphiteQueen", "Kalphite Queen"], readonly ["kingBlackDragon", "King Black Dragon"], readonly ["kraken", "Kraken"], readonly ["kreeArra", "Kree'Arra"], readonly ["krilTsutsaroth", "K'ril Tsutsaroth"], readonly ["lunarChests", "Lunar Chests"], readonly ["mimic", "Mimic"], readonly ["nex", "Nex"], readonly ["nightmare", "The Nightmare"], readonly ["phosanisNightmare", "Phosani's Nightmare"], readonly ["obor", "Obor"], readonly ["phantomMuspah", "Phantom Muspah"], readonly ["sarachnis", "Sarachnis"], readonly ["scorpia", "Scorpia"], readonly ["scurrius", "Scurrius"], readonly ["skotizo", "Skotizo"], readonly ["solHeredit", "Sol Heredit"], readonly ["spindel", "Spindel"], readonly ["tempoross", "Tempoross"], readonly ["theGauntlet", "The Gauntlet"], readonly ["theCorruptedGauntlet", "The Corrupted Gauntlet"], readonly ["theHueycoatl", "The Hueycoatl"], readonly ["theLeviathan", "The Leviathan"], readonly ["theWhisperer", "The Whisperer"], readonly ["theatreofBlood", "Theatre of Blood"], readonly ["theatreofBloodHard", "Theatre of Blood: Hard Mode"], readonly ["thermonuclearSmokeDevil", "Thermonuclear Smoke Devil"], readonly ["tombsofAmascut", "Tombs of Amascut"], readonly ["tombsofAmascutExpert", "Tombs of Amascut: Expert Mode"], readonly ["tzKalZuk", "TzKal-Zuk"], readonly ["tzTokJad", "TzTok-Jad"], readonly ["vardorvis", "Vardorvis"], readonly ["venenatis", "Venenatis"], readonly ["vetion", "Vet'ion"], readonly ["vorkath", "Vorkath"], readonly ["wintertodt", "Wintertodt"], readonly ["zalcano", "Zalcano"], readonly ["zulrah", "Zulrah"]]; +export declare const bossNameMap: Map; +export declare const hiscoreURLs: { + readonly normal: string; + readonly ironman: string; + readonly ultimate: string; + readonly hardcore: string; + readonly deadman: string; + readonly seasonal: string; + readonly tournament: string; + readonly skiller: string; + readonly skiller_defence: string; +}; +export declare const ACCOUNT_TYPES: (keyof typeof hiscoreURLs)[]; +export declare enum Errors { + INVALID_USERNAME = "INVALID_USERNAME", + INVALID_ACCOUNT_TYPE = "INVALID_ACCOUNT_TYPE", + ACCOUNT_NOT_FOUND = "ACCOUNT_NOT_FOUND", + FAILED_REQUEST = "FAILED_REQUEST" +} +export declare const ErrorDescriptions: Record; +export declare const EMPTY_BIRD_NEST_ID = 5075; +export declare enum SkillsEnum { + Agility = "agility", + Cooking = "cooking", + Fishing = "fishing", + Mining = "mining", + Smithing = "smithing", + Woodcutting = "woodcutting", + Firemaking = "firemaking", + Runecraft = "runecraft", + Crafting = "crafting", + Prayer = "prayer", + Fletching = "fletching", + Farming = "farming", + Herblore = "herblore", + Thieving = "thieving", + Hunter = "hunter", + Construction = "construction", + Attack = "attack", + Defence = "defence", + Strength = "strength", + Ranged = "ranged", + Magic = "magic", + Hitpoints = "hitpoints", + Slayer = "slayer" +} +//# sourceMappingURL=constants.d.ts.map \ No newline at end of file diff --git a/dist/types/constants.d.ts.map b/dist/types/constants.d.ts.map new file mode 100644 index 000000000..0c1a3d67c --- /dev/null +++ b/dist/types/constants.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/constants.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAEhD,eAAO,MAAM,YAAY,mCAAmC,CAAC;AAE7D,eAAO,MAAM,MAAM,kSAyBT,CAAC;AAEX,eAAO,MAAM,SAAS,iKAUZ,CAAC;AAEX,eAAO,MAAM,KAAK,2EAA4E,CAAC;AAE/F,eAAO,MAAM,eAAe,mtFAiElB,CAAC;AAEX,eAAO,MAAM,WAAW,EAAE,GAAG,CAAC,MAAM,WAAW,EAAE,MAAM,CAA4B,CAAC;AAQpF,eAAO,MAAM,WAAW;;;;;;;;;;CAUd,CAAC;AAEX,eAAO,MAAM,aAAa,EAAE,CAAC,MAAM,OAAO,WAAW,CAAC,EAUrD,CAAC;AAIF,oBAAY,MAAM;IACjB,gBAAgB,qBAAqB;IACrC,oBAAoB,yBAAyB;IAC7C,iBAAiB,sBAAsB;IACvC,cAAc,mBAAmB;CACjC;AAED,eAAO,MAAM,iBAAiB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAMpD,CAAC;AAEF,eAAO,MAAM,kBAAkB,OAAO,CAAC;AAEvC,oBAAY,UAAU;IACrB,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,MAAM,WAAW;IACjB,QAAQ,aAAa;IACrB,WAAW,gBAAgB;IAC3B,UAAU,eAAe;IACzB,SAAS,cAAc;IACvB,QAAQ,aAAa;IACrB,MAAM,WAAW;IACjB,SAAS,cAAc;IACvB,OAAO,YAAY;IACnB,QAAQ,aAAa;IACrB,QAAQ,aAAa;IACrB,MAAM,WAAW;IACjB,YAAY,iBAAiB;IAC7B,MAAM,WAAW;IACjB,OAAO,YAAY;IACnB,QAAQ,aAAa;IACrB,MAAM,WAAW;IACjB,KAAK,UAAU;IACf,SAAS,cAAc;IACvB,MAAM,WAAW;CACjB"} \ No newline at end of file diff --git a/dist/types/data/itemConstants.d.ts b/dist/types/data/itemConstants.d.ts new file mode 100644 index 000000000..695260745 --- /dev/null +++ b/dist/types/data/itemConstants.d.ts @@ -0,0 +1,8 @@ +import type { Item } from "../meta/types"; +export declare const allTeamCapes: Item[]; +export declare const beekeeperOutfit: number[]; +export declare const camoOutfit: number[]; +export declare const lederhosenOutfit: number[]; +export declare const zombieOutfit: number[]; +export declare const mimeOutfit: number[]; +//# sourceMappingURL=itemConstants.d.ts.map \ No newline at end of file diff --git a/dist/types/data/itemConstants.d.ts.map b/dist/types/data/itemConstants.d.ts.map new file mode 100644 index 000000000..d2f359aaf --- /dev/null +++ b/dist/types/data/itemConstants.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"itemConstants.d.ts","sourceRoot":"","sources":["../../../src/data/itemConstants.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC;AAG1C,eAAO,MAAM,YAAY,EAAE,IAAI,EAAO,CAAC;AAMvC,eAAO,MAAM,eAAe,UAM1B,CAAC;AAEH,eAAO,MAAM,UAAU,UAA4D,CAAC;AAEpF,eAAO,MAAM,gBAAgB,UAA0E,CAAC;AAExG,eAAO,MAAM,YAAY,UAMvB,CAAC;AAEH,eAAO,MAAM,UAAU,UAAoF,CAAC"} \ No newline at end of file diff --git a/dist/types/index.d.ts b/dist/types/index.d.ts new file mode 100644 index 000000000..cf5c8e613 --- /dev/null +++ b/dist/types/index.d.ts @@ -0,0 +1,33 @@ +import "./structures/Items"; +import { EItem } from "./EItem"; +import { EMonster } from "./EMonster"; +import * as constants from "./constants"; +import { MonsterSlayerMaster } from "./meta/monsterData"; +import type { MonsterKillOptions } from "./meta/types"; +import * as Misc from "./simulation/misc"; +import Monsters from "./simulation/monsters/index"; +import Openables from "./simulation/openables/index"; +import Bank from "./structures/Bank"; +import Hiscores from "./structures/Hiscores"; +import Items from "./structures/Items"; +import LootTable from "./structures/LootTable"; +import Player from "./structures/Player"; +import SimpleMonster from "./structures/SimpleMonster"; +import Wiki from "./structures/Wiki"; +import * as Util from "./util/"; +export * from "./simulation/clues"; +export { Bank, constants, Hiscores, Items, LootTable, Misc, type MonsterKillOptions, Monsters, MonsterSlayerMaster, Openables, Player, Util, Wiki, EItem, EMonster, SimpleMonster, }; +export * from "./simulation/monsters"; +export * from "./constants"; +export * from "./util"; +export * from "./data/itemConstants"; +export * from "./structures/Items"; +export * from "./meta/types"; +export type { default as Monster } from "./structures/Monster"; +export * from "./simulation/clues"; +export * from "./simulation/openables"; +export * from "./simulation/misc"; +export * from "./simulation/openables/Implings"; +export * from "./meta/monsterData"; +export * from "./simulation/subtables/index"; +//# sourceMappingURL=index.d.ts.map \ No newline at end of file diff --git a/dist/types/index.d.ts.map b/dist/types/index.d.ts.map new file mode 100644 index 000000000..e5a6348ca --- /dev/null +++ b/dist/types/index.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,oBAAoB,CAAC;AAC5B,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,KAAK,SAAS,MAAM,aAAa,CAAC;AACzC,OAAO,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AACzD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAC;AACvD,OAAO,KAAK,IAAI,MAAM,mBAAmB,CAAC;AAC1C,OAAO,QAAQ,MAAM,6BAA6B,CAAC;AACnD,OAAO,SAAS,MAAM,8BAA8B,CAAC;AACrD,OAAO,IAAI,MAAM,mBAAmB,CAAC;AACrC,OAAO,QAAQ,MAAM,uBAAuB,CAAC;AAC7C,OAAO,KAAK,MAAM,oBAAoB,CAAC;AACvC,OAAO,SAAS,MAAM,wBAAwB,CAAC;AAC/C,OAAO,MAAM,MAAM,qBAAqB,CAAC;AACzC,OAAO,aAAa,MAAM,4BAA4B,CAAC;AACvD,OAAO,IAAI,MAAM,mBAAmB,CAAC;AACrC,OAAO,KAAK,IAAI,MAAM,SAAS,CAAC;AAChC,cAAc,oBAAoB,CAAC;AAEnC,OAAO,EACN,IAAI,EACJ,SAAS,EACT,QAAQ,EACR,KAAK,EACL,SAAS,EACT,IAAI,EACJ,KAAK,kBAAkB,EACvB,QAAQ,EACR,mBAAmB,EACnB,SAAS,EACT,MAAM,EACN,IAAI,EACJ,IAAI,EACJ,KAAK,EACL,QAAQ,EACR,aAAa,GACb,CAAC;AAEF,cAAc,uBAAuB,CAAC;AACtC,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC;AACvB,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,cAAc,CAAC;AAC7B,YAAY,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAC/D,cAAc,oBAAoB,CAAC;AACnC,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,iCAAiC,CAAC;AAChD,cAAc,oBAAoB,CAAC;AACnC,cAAc,8BAA8B,CAAC"} \ No newline at end of file diff --git a/dist/types/meta/monsterData.d.ts b/dist/types/meta/monsterData.d.ts new file mode 100644 index 000000000..678bb026d --- /dev/null +++ b/dist/types/meta/monsterData.d.ts @@ -0,0 +1,68 @@ +export declare enum MonsterAttribute { + Demon = "demon", + Dragon = "dragon", + Fiery = "fiery", + Kalphite = "kalphite", + Leafy = "leafy", + Penance = "penance", + Shade = "shade", + Undead = "undead", + Vampyre = "vampyre", + Xerician = "xerician" +} +export declare enum MonsterSlayerMaster { + Turael = "turael", + Krystilia = "krystilia", + Mazchna = "mazchna", + Vannaka = "vannaka", + Chaeldar = "chaeldar", + Konar = "konar", + Nieve = "nieve", + Duradel = "duradel" +} +export declare enum MonsterAttackType { + Melee = "melee", + Magic = "magic", + Range = "range" +} +export interface MonsterData { + members: boolean; + combatLevel: number; + hitpoints: number | null; + maxHit: number | null; + attackType: MonsterAttackType[]; + attackSpeed: number | null; + aggressive: boolean; + poisonous: boolean; + immuneToPoison: boolean; + immuneToVenom: boolean; + attributes: MonsterAttribute[]; + category: string[]; + examineText: string; + wikiName: string; + wikiURL: string; + attackLevel: number; + strengthLevel: number; + defenceLevel: number; + magicLevel: number; + rangedLevel: number; + attackStab: number; + attackSlash: number; + attackCrush: number; + attackMagic: number; + attackRanged: number; + defenceStab: number; + defenceSlash: number; + defenceCrush: number; + defenceMagic: number; + defenceRanged: number; + attackAccuracy: number; + meleeStrength: number; + rangedStrength: number; + magicDamage: number; + isSlayerMonster: boolean; + slayerLevelRequired: number; + slayerXP: number; + assignableSlayerMasters: MonsterSlayerMaster[]; +} +//# sourceMappingURL=monsterData.d.ts.map \ No newline at end of file diff --git a/dist/types/meta/monsterData.d.ts.map b/dist/types/meta/monsterData.d.ts.map new file mode 100644 index 000000000..25d0280e6 --- /dev/null +++ b/dist/types/meta/monsterData.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"monsterData.d.ts","sourceRoot":"","sources":["../../../src/meta/monsterData.ts"],"names":[],"mappings":"AAAA,oBAAY,gBAAgB;IAC3B,KAAK,UAAU;IACf,MAAM,WAAW;IACjB,KAAK,UAAU;IACf,QAAQ,aAAa;IACrB,KAAK,UAAU;IACf,OAAO,YAAY;IACnB,KAAK,UAAU;IACf,MAAM,WAAW;IACjB,OAAO,YAAY;IACnB,QAAQ,aAAa;CACrB;AAED,oBAAY,mBAAmB;IAC9B,MAAM,WAAW;IACjB,SAAS,cAAc;IACvB,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,QAAQ,aAAa;IACrB,KAAK,UAAU;IACf,KAAK,UAAU;IACf,OAAO,YAAY;CACnB;AAED,oBAAY,iBAAiB;IAC5B,KAAK,UAAU;IACf,KAAK,UAAU;IACf,KAAK,UAAU;CACf;AAED,MAAM,WAAW,WAAW;IAC3B,OAAO,EAAE,OAAO,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,UAAU,EAAE,iBAAiB,EAAE,CAAC;IAChC,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,UAAU,EAAE,OAAO,CAAC;IACpB,SAAS,EAAE,OAAO,CAAC;IACnB,cAAc,EAAE,OAAO,CAAC;IACxB,aAAa,EAAE,OAAO,CAAC;IACvB,UAAU,EAAE,gBAAgB,EAAE,CAAC;IAC/B,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,MAAM,CAAC;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;IACrB,aAAa,EAAE,MAAM,CAAC;IACtB,cAAc,EAAE,MAAM,CAAC;IACvB,aAAa,EAAE,MAAM,CAAC;IACtB,cAAc,EAAE,MAAM,CAAC;IACvB,WAAW,EAAE,MAAM,CAAC;IACpB,eAAe,EAAE,OAAO,CAAC;IACzB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,QAAQ,EAAE,MAAM,CAAC;IACjB,uBAAuB,EAAE,mBAAmB,EAAE,CAAC;CAC/C"} \ No newline at end of file diff --git a/dist/types/meta/types.d.ts b/dist/types/meta/types.d.ts new file mode 100644 index 000000000..a8104c69c --- /dev/null +++ b/dist/types/meta/types.d.ts @@ -0,0 +1,235 @@ +import type { MINIGAMES, hiscoreURLs, mappedBossNames } from "../constants"; +import type Bank from "../structures/Bank"; +import type LootTable from "../structures/LootTable"; +import type { LootTableRollOptions } from "../structures/LootTable"; +import type SimpleMonster from "../structures/SimpleMonster"; +import type { MonsterSlayerMaster } from "./monsterData"; +type ChestSize = "big" | "small"; +type SeedTier = "1" | "2" | "3" | "4" | "5"; +export interface SimpleLootItem { + id: string; + dropRate: number; +} +export interface MonsterOptions { + id: number; + name: string; + combatLevel?: number; + hitpoints?: number; + aliases?: string[]; + allItems?: number[]; +} +export interface Player { + bossRecords: BossRecords; + username: string; + type: keyof typeof hiscoreURLs; + skills: SkillsScore; + minigames: MinigamesScore; + clues: CluesScore; + leaguePoints?: { + rank: number; + points: number; + }; +} +export interface SkillsScore { + overall: SkillScore; + attack: SkillScore; + defence: SkillScore; + strength: SkillScore; + hitpoints: SkillScore; + ranged: SkillScore; + prayer: SkillScore; + magic: SkillScore; + cooking: SkillScore; + woodcutting: SkillScore; + fletching: SkillScore; + fishing: SkillScore; + firemaking: SkillScore; + crafting: SkillScore; + smithing: SkillScore; + mining: SkillScore; + herblore: SkillScore; + agility: SkillScore; + thieving: SkillScore; + slayer: SkillScore; + farming: SkillScore; + runecraft: SkillScore; + hunter: SkillScore; + construction: SkillScore; +} +export type BossRecords = Record<(typeof mappedBossNames)[number]["0"], MinigameScore>; +export type MinigamesScore = Record<(typeof MINIGAMES)[number], MinigameScore>; +export interface CluesScore { + all: MinigameScore; + beginner: MinigameScore; + easy: MinigameScore; + medium: MinigameScore; + hard: MinigameScore; + elite: MinigameScore; + master: MinigameScore; +} +export interface MinigameScore { + rank: number; + score: number; +} +export interface SkillScore { + rank: number; + level: number; + xp: number; +} +export type ItemID = number; +export interface ItemRequirements { + attack: number; + defence: number; + strength: number; + hitpoints: number; + ranged: number; + prayer: number; + magic: number; + cooking: number; + woodcutting: number; + fletching: number; + fishing: number; + firemaking: number; + crafting: number; + smithing: number; + mining: number; + herblore: number; + agility: number; + thieving: number; + slayer: number; + farming: number; + runecraft: number; + hunter: number; + construction: number; + combat: number; +} +export interface ItemEquipment { + attack_stab: number; + attack_slash: number; + attack_crush: number; + attack_magic: number; + attack_ranged: number; + defence_stab: number; + defence_slash: number; + defence_crush: number; + defence_magic: number; + defence_ranged: number; + melee_strength: number; + ranged_strength: number; + magic_damage: number; + prayer: number; + slot: EquipmentSlot; + requirements: Partial | null; +} +export declare enum EquipmentSlot { + TwoHanded = "2h", + Ammo = "ammo", + Body = "body", + Cape = "cape", + Feet = "feet", + Hands = "hands", + Head = "head", + Legs = "legs", + Neck = "neck", + Ring = "ring", + Shield = "shield", + Weapon = "weapon" +} +export interface ItemWeaponStance { + combat_style: string; + attack_type: string | null; + attack_style: string | null; + experience: string; + boosts: string | null; +} +export interface ItemWeapon { + attack_speed: number; + weapon_type: string; + stances: ItemWeaponStance[]; +} +export interface Item { + id: number; + name: string; + incomplete?: boolean; + members?: boolean; + tradeable?: boolean; + tradeable_on_ge?: boolean; + stackable?: boolean; + noteable?: boolean; + equipable?: true; + equipable_by_player?: true; + equipable_weapon?: true; + cost: number; + lowalch?: number; + highalch?: number; + weight?: number; + buy_limit?: number; + release_date?: string; + examine?: string; + wiki_name?: string; + wiki_url?: string; + equipment?: ItemEquipment; + weapon?: ItemWeapon; + price: number; +} +export interface DateYearMonth { + year: number; + month: number; +} +export interface WikiPage { + image?: string; + lastRevisionID: number; + url: string; + pageID: number; + title: string; + extract?: string; + categories: { + title: string; + ns: number; + }[]; +} +export interface IntKeyBank { + [key: number]: number; +} +export interface ItemBank { + [key: string]: number; +} +export interface LootBank { + [key: string]: Bank; +} +export interface SimpleTableItem { + item: T; + weight: number; +} +export interface BankItem { + id: number; + qty: number; +} +export type TupleLootItem = [number, number]; +export interface MonsterKillOptions { + inCatacombs?: boolean; + inWilderness?: boolean; + onSlayerTask?: boolean; + slayerMaster?: MonsterSlayerMaster; + hasSuperiors?: SimpleMonster; + farmingLevel?: number; + isAwakened?: boolean; + lootTableOptions?: LootTableRollOptions; +} +export interface OpenableOptions { + id: number; + name: string; + aliases: string[]; + allItems?: number[]; +} +export interface OpenableOpenOptions { + fishLvl?: number; + seedTier?: SeedTier; + chestSize?: ChestSize; +} +export interface ClueOptions { + table: LootTable; +} +export type CustomKillLogic = (options: MonsterKillOptions, currentLoot: Bank) => void; +export {}; +//# sourceMappingURL=types.d.ts.map \ No newline at end of file diff --git a/dist/types/meta/types.d.ts.map b/dist/types/meta/types.d.ts.map new file mode 100644 index 000000000..e8a621a40 --- /dev/null +++ b/dist/types/meta/types.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/meta/types.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/types/simulation/clues/Beginner.d.ts b/dist/types/simulation/clues/Beginner.d.ts new file mode 100644 index 000000000..12ac068cf --- /dev/null +++ b/dist/types/simulation/clues/Beginner.d.ts @@ -0,0 +1,8 @@ +import LootTable from "../../structures/LootTable"; +export declare const RareTable: LootTable; +export declare const SuccessfulUniqueTable: LootTable; +export declare const UniqueTable: LootTable; +export declare const StandardTable: LootTable; +export declare const BeginnerClueTable: LootTable; +export declare const BeginnerCasket: LootTable; +//# sourceMappingURL=Beginner.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/clues/Beginner.d.ts.map b/dist/types/simulation/clues/Beginner.d.ts.map new file mode 100644 index 000000000..335d89624 --- /dev/null +++ b/dist/types/simulation/clues/Beginner.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Beginner.d.ts","sourceRoot":"","sources":["../../../../src/simulation/clues/Beginner.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,4BAA4B,CAAC;AAEnD,eAAO,MAAM,SAAS,WAkBC,CAAC;AAExB,eAAO,MAAM,qBAAqB,WAeW,CAAC;AAE9C,eAAO,MAAM,WAAW,WAA4D,CAAC;AAErF,eAAO,MAAM,aAAa,WAyCV,CAAC;AAEjB,eAAO,MAAM,iBAAiB,WAAmE,CAAC;AAClG,eAAO,MAAM,cAAc,WAAiD,CAAC"} \ No newline at end of file diff --git a/dist/types/simulation/clues/Easy.d.ts b/dist/types/simulation/clues/Easy.d.ts new file mode 100644 index 000000000..d5cf821d6 --- /dev/null +++ b/dist/types/simulation/clues/Easy.d.ts @@ -0,0 +1,14 @@ +import LootTable from "../../structures/LootTable"; +export declare const EasyChefTable: LootTable; +export declare const EasySubMonkTable: LootTable; +export declare const EasyMonkTable: LootTable; +export declare const EasyCapeTable: LootTable; +export declare const EasyElegantTable: LootTable; +export declare const EasyRareTable: LootTable; +export declare const EasyAmuletTable: LootTable; +export declare const EasyBlessingsTable: LootTable; +export declare const EasyBowTable: LootTable; +export declare const EasyStandardTable: LootTable; +export declare const EasyClueTable: LootTable; +export declare const EasyCasket: LootTable; +//# sourceMappingURL=Easy.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/clues/Easy.d.ts.map b/dist/types/simulation/clues/Easy.d.ts.map new file mode 100644 index 000000000..327fb5e80 --- /dev/null +++ b/dist/types/simulation/clues/Easy.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Easy.d.ts","sourceRoot":"","sources":["../../../../src/simulation/clues/Easy.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,4BAA4B,CAAC;AAInD,eAAO,MAAM,aAAa,WAA+D,CAAC;AAE1F,eAAO,MAAM,gBAAgB,WAAoE,CAAC;AAElG,eAAO,MAAM,aAAa,WAAsE,CAAC;AAEjG,eAAO,MAAM,aAAa,WAIH,CAAC;AAExB,eAAO,MAAM,gBAAgB,WAYF,CAAC;AAE5B,eAAO,MAAM,aAAa,WAgHG,CAAC;AAE9B,eAAO,MAAM,eAAe,WAA0E,CAAC;AAEvG,eAAO,MAAM,kBAAkB,WAAmE,CAAC;AAEnG,eAAO,MAAM,YAAY,WAAqE,CAAC;AAE/F,eAAO,MAAM,iBAAiB,WAiCJ,CAAC;AAE3B,eAAO,MAAM,aAAa,WAAyE,CAAC;AACpG,eAAO,MAAM,UAAU,WAAkF,CAAC"} \ No newline at end of file diff --git a/dist/types/simulation/clues/Elite.d.ts b/dist/types/simulation/clues/Elite.d.ts new file mode 100644 index 000000000..5684f09c7 --- /dev/null +++ b/dist/types/simulation/clues/Elite.d.ts @@ -0,0 +1,10 @@ +import LootTable from "../../structures/LootTable"; +export declare const Elite3rdageTable: LootTable; +export declare const EliteMegaRareTable: LootTable; +export declare const EliteTuxedoTable: LootTable; +export declare const EliteRareTable: LootTable; +export declare const EliteSeedTable: LootTable; +export declare const EliteStandardTable: LootTable; +export declare const EliteClueTable: LootTable; +export declare const EliteCasket: LootTable; +//# sourceMappingURL=Elite.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/clues/Elite.d.ts.map b/dist/types/simulation/clues/Elite.d.ts.map new file mode 100644 index 000000000..1aba30017 --- /dev/null +++ b/dist/types/simulation/clues/Elite.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Elite.d.ts","sourceRoot":"","sources":["../../../../src/simulation/clues/Elite.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,4BAA4B,CAAC;AAWnD,eAAO,MAAM,gBAAgB,WAiBT,CAAC;AAErB,eAAO,MAAM,kBAAkB,WAmBR,CAAC;AAExB,eAAO,MAAM,gBAAgB,WAUP,CAAC;AAEvB,eAAO,MAAM,cAAc,WAkDJ,CAAC;AAExB,eAAO,MAAM,cAAc,WAA0E,CAAC;AAEtG,eAAO,MAAM,kBAAkB,WA8BX,CAAC;AAErB,eAAO,MAAM,cAAc,WAA2E,CAAC;AACvG,eAAO,MAAM,WAAW,WAAkF,CAAC"} \ No newline at end of file diff --git a/dist/types/simulation/clues/General.d.ts b/dist/types/simulation/clues/General.d.ts new file mode 100644 index 000000000..6e32c8b53 --- /dev/null +++ b/dist/types/simulation/clues/General.d.ts @@ -0,0 +1,9 @@ +import LootTable from "../../structures/LootTable"; +export declare const PrayerPageTable: LootTable; +export declare const GildedTable: LootTable; +export declare const FirelighterTable: LootTable; +export declare const SubTeleportScrollTable: LootTable; +export declare const TeleportScrollTable: LootTable; +export declare const GiveHalfKeyTable: LootTable; +export declare const BlessingTable: LootTable; +//# sourceMappingURL=General.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/clues/General.d.ts.map b/dist/types/simulation/clues/General.d.ts.map new file mode 100644 index 000000000..21635f728 --- /dev/null +++ b/dist/types/simulation/clues/General.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"General.d.ts","sourceRoot":"","sources":["../../../../src/simulation/clues/General.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,4BAA4B,CAAC;AAEnD,eAAO,MAAM,eAAe,WAwBL,CAAC;AAExB,eAAO,MAAM,WAAW,WAWH,CAAC;AAEtB,eAAO,MAAM,gBAAgB,WAKM,CAAC;AAEpC,eAAO,MAAM,sBAAsB,WAYK,CAAC;AAEzC,eAAO,MAAM,mBAAmB,WAAuF,CAAC;AAExH,eAAO,MAAM,gBAAgB,WAAmE,CAAC;AAEjG,eAAO,MAAM,aAAa,WAQQ,CAAC"} \ No newline at end of file diff --git a/dist/types/simulation/clues/Hard.d.ts b/dist/types/simulation/clues/Hard.d.ts new file mode 100644 index 000000000..0d8a494b6 --- /dev/null +++ b/dist/types/simulation/clues/Hard.d.ts @@ -0,0 +1,11 @@ +import LootTable from "../../structures/LootTable"; +export declare const Hard3rdageTable: LootTable; +export declare const HardMegaRareTable: LootTable; +export declare const HardBlessedShields: LootTable; +export declare const HardHeralicPlatebody: LootTable; +export declare const HardRareTable: LootTable; +export declare const HardBowTable: LootTable; +export declare const HardStandardTable: LootTable; +export declare const HardClueTable: LootTable; +export declare const HardCasket: LootTable; +//# sourceMappingURL=Hard.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/clues/Hard.d.ts.map b/dist/types/simulation/clues/Hard.d.ts.map new file mode 100644 index 000000000..652dd29b5 --- /dev/null +++ b/dist/types/simulation/clues/Hard.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Hard.d.ts","sourceRoot":"","sources":["../../../../src/simulation/clues/Hard.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,4BAA4B,CAAC;AAInD,eAAO,MAAM,eAAe,WAaD,CAAC;AAE5B,eAAO,MAAM,iBAAiB,WAYN,CAAC;AAEzB,eAAO,MAAM,kBAAkB,WAMF,CAAC;AAE9B,eAAO,MAAM,oBAAoB,WAKL,CAAC;AAE7B,eAAO,MAAM,aAAa,WA6HC,CAAC;AAE5B,eAAO,MAAM,YAAY,WAAmE,CAAC;AAE7F,eAAO,MAAM,iBAAiB,WA0BX,CAAC;AAEpB,eAAO,MAAM,aAAa,WAAyE,CAAC;AACpG,eAAO,MAAM,UAAU,WAAkF,CAAC"} \ No newline at end of file diff --git a/dist/types/simulation/clues/Master.d.ts b/dist/types/simulation/clues/Master.d.ts new file mode 100644 index 000000000..8170d86d7 --- /dev/null +++ b/dist/types/simulation/clues/Master.d.ts @@ -0,0 +1,16 @@ +import LootTable from "../../structures/LootTable"; +export declare const MasterGodSwordOrnTable: LootTable; +export declare const MasterSubAnkouOutfitTable: LootTable; +export declare const MasterAnkouOutfitTable: LootTable; +export declare const MasterSubMummyOutfitTable: LootTable; +export declare const MasterMummyOutfitTable: LootTable; +export declare const MasterSubDragonOrnTable: LootTable; +export declare const MasterDragonOrnTable: LootTable; +export declare const Master3rdageTable: LootTable; +export declare const MasterMegaRareTable: LootTable; +export declare const MasterRareTable: LootTable; +export declare const MasterSeedTable: LootTable; +export declare const MasterStandardTable: LootTable; +export declare const MasterClueTable: LootTable; +export declare const MasterCasket: LootTable; +//# sourceMappingURL=Master.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/clues/Master.d.ts.map b/dist/types/simulation/clues/Master.d.ts.map new file mode 100644 index 000000000..8cbf24ebe --- /dev/null +++ b/dist/types/simulation/clues/Master.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Master.d.ts","sourceRoot":"","sources":["../../../../src/simulation/clues/Master.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,4BAA4B,CAAC;AAUnD,eAAO,MAAM,sBAAsB,WAIK,CAAC;AAEzC,eAAO,MAAM,yBAAyB,WAKlB,CAAC;AAErB,eAAO,MAAM,sBAAsB,WAAmF,CAAC;AAEvH,eAAO,MAAM,yBAAyB,WAKjB,CAAC;AAEtB,eAAO,MAAM,sBAAsB,WAAmF,CAAC;AAEvH,eAAO,MAAM,uBAAuB,WAEQ,CAAC;AAE7C,eAAO,MAAM,oBAAoB,WAAiF,CAAC;AAEnH,eAAO,MAAM,iBAAiB,WAuBV,CAAC;AAErB,eAAO,MAAM,mBAAmB,WAgBd,CAAC;AAEnB,eAAO,MAAM,eAAe,WAqCD,CAAC;AAE5B,eAAO,MAAM,eAAe,WAGG,CAAC;AAEhC,eAAO,MAAM,mBAAmB,WA4BZ,CAAC;AAErB,eAAO,MAAM,eAAe,WAA6E,CAAC;AAE1G,eAAO,MAAM,YAAY,WAA4E,CAAC"} \ No newline at end of file diff --git a/dist/types/simulation/clues/Medium.d.ts b/dist/types/simulation/clues/Medium.d.ts new file mode 100644 index 000000000..923fee500 --- /dev/null +++ b/dist/types/simulation/clues/Medium.d.ts @@ -0,0 +1,12 @@ +import LootTable from "../../structures/LootTable"; +export declare const MediumUnicornTable: LootTable; +export declare const MediumElegantTable: LootTable; +export declare const MediumRareTable: LootTable; +export declare const MediumSubFirelighterTable: LootTable; +export declare const MediumFirelighterTable: LootTable; +export declare const MediumAmuletTable: LootTable; +export declare const MediumBowTable: LootTable; +export declare const MediumStandardTable: LootTable; +export declare const MediumClueTable: LootTable; +export declare const MediumCasket: LootTable; +//# sourceMappingURL=Medium.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/clues/Medium.d.ts.map b/dist/types/simulation/clues/Medium.d.ts.map new file mode 100644 index 000000000..fd6f6f263 --- /dev/null +++ b/dist/types/simulation/clues/Medium.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Medium.d.ts","sourceRoot":"","sources":["../../../../src/simulation/clues/Medium.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,4BAA4B,CAAC;AAGnD,eAAO,MAAM,kBAAkB,WAAsE,CAAC;AAEtG,eAAO,MAAM,kBAAkB,WAgBJ,CAAC;AAE5B,eAAO,MAAM,eAAe,WAgGG,CAAC;AAGhC,eAAO,MAAM,yBAAyB,WAKJ,CAAC;AAEnC,eAAO,MAAM,sBAAsB,WAAkF,CAAC;AAEtH,eAAO,MAAM,iBAAiB,WAA0E,CAAC;AAEzG,eAAO,MAAM,cAAc,WAA+D,CAAC;AAE3F,eAAO,MAAM,mBAAmB,WA+BX,CAAC;AAEtB,eAAO,MAAM,eAAe,WAA6E,CAAC;AAE1G,eAAO,MAAM,YAAY,WAAoF,CAAC"} \ No newline at end of file diff --git a/dist/types/simulation/clues/index.d.ts b/dist/types/simulation/clues/index.d.ts new file mode 100644 index 000000000..7e92bf75a --- /dev/null +++ b/dist/types/simulation/clues/index.d.ts @@ -0,0 +1,15 @@ +export declare const Clues: { + Beginner: import("../..").LootTable; + Easy: import("../..").LootTable; + Elite: import("../..").LootTable; + Hard: import("../..").LootTable; + Master: import("../..").LootTable; + Medium: import("../..").LootTable; +}; +export * from "./Beginner"; +export * from "./Easy"; +export * from "./Elite"; +export * from "./Hard"; +export * from "./Master"; +export * from "./Medium"; +//# sourceMappingURL=index.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/clues/index.d.ts.map b/dist/types/simulation/clues/index.d.ts.map new file mode 100644 index 000000000..c1ee599d3 --- /dev/null +++ b/dist/types/simulation/clues/index.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/simulation/clues/index.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,KAAK;;;;;;;CAOjB,CAAC;AAEF,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC"} \ No newline at end of file diff --git a/dist/types/simulation/misc/BarbarianAssault.d.ts b/dist/types/simulation/misc/BarbarianAssault.d.ts new file mode 100644 index 000000000..50ed0d913 --- /dev/null +++ b/dist/types/simulation/misc/BarbarianAssault.d.ts @@ -0,0 +1,10 @@ +import LootTable from "../../structures/LootTable"; +export declare const LowGambleTable: LootTable; +export declare const MediumGambleTable: LootTable; +export declare const HighGambleTable: LootTable; +export declare const BarbarianAssault: { + LowGambleTable: LootTable; + MediumGambleTable: LootTable; + HighGambleTable: LootTable; +}; +//# sourceMappingURL=BarbarianAssault.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/misc/BarbarianAssault.d.ts.map b/dist/types/simulation/misc/BarbarianAssault.d.ts.map new file mode 100644 index 000000000..e2dab1003 --- /dev/null +++ b/dist/types/simulation/misc/BarbarianAssault.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"BarbarianAssault.d.ts","sourceRoot":"","sources":["../../../../src/simulation/misc/BarbarianAssault.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,4BAA4B,CAAC;AAEnD,eAAO,MAAM,cAAc,WAgCK,CAAC;AAEjC,eAAO,MAAM,iBAAiB,WAgCE,CAAC;AAEjC,eAAO,MAAM,eAAe,WAoCI,CAAC;AAEjC,eAAO,MAAM,gBAAgB;;;;CAI5B,CAAC"} \ No newline at end of file diff --git a/dist/types/simulation/misc/ChambersOfXeric.d.ts b/dist/types/simulation/misc/ChambersOfXeric.d.ts new file mode 100644 index 000000000..018b95201 --- /dev/null +++ b/dist/types/simulation/misc/ChambersOfXeric.d.ts @@ -0,0 +1,30 @@ +import type { ItemBank, LootBank } from "../../meta/types"; +import Bank from "../../structures/Bank"; +import LootTable from "../../structures/LootTable"; +import Minigame from "../../structures/Minigame"; +export interface TeamMember { + id: string; + personalPoints: number; + canReceiveAncientTablet?: boolean; + canReceiveDust?: boolean; +} +export interface ChambersOfXericOptions { + challengeMode?: boolean; + timeToComplete?: number; + team: TeamMember[]; +} +export declare const CoXUniqueTable: LootTable; +export declare class ChambersOfXericClass extends Minigame { + id: number; + aliases: string[]; + name: string; + allItems: number[]; + maxRoll: number; + determineUniqueChancesFromTeamPoints(teamPoints: number): number[]; + elligibleForDust(teamSize: number, completionTime: number): boolean; + rollLootFromChances(chances: number[]): Bank; + rollNonUniqueLoot(personalPoints: number): ItemBank; + complete(_options: ChambersOfXericOptions): LootBank; +} +export declare const ChambersOfXeric: ChambersOfXericClass; +//# sourceMappingURL=ChambersOfXeric.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/misc/ChambersOfXeric.d.ts.map b/dist/types/simulation/misc/ChambersOfXeric.d.ts.map new file mode 100644 index 000000000..4209af9bd --- /dev/null +++ b/dist/types/simulation/misc/ChambersOfXeric.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"ChambersOfXeric.d.ts","sourceRoot":"","sources":["../../../../src/simulation/misc/ChambersOfXeric.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAC3D,OAAO,IAAI,MAAM,uBAAuB,CAAC;AACzC,OAAO,SAAS,MAAM,4BAA4B,CAAC;AACnD,OAAO,QAAQ,MAAM,2BAA2B,CAAC;AAMjD,MAAM,WAAW,UAAU;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,cAAc,EAAE,MAAM,CAAC;IAMvB,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAMlC,cAAc,CAAC,EAAE,OAAO,CAAC;CACzB;AAED,MAAM,WAAW,sBAAsB;IAItC,aAAa,CAAC,EAAE,OAAO,CAAC;IAIxB,cAAc,CAAC,EAAE,MAAM,CAAC;IAIxB,IAAI,EAAE,UAAU,EAAE,CAAC;CACnB;AA0CD,eAAO,MAAM,cAAc,WAeD,CAAC;AAY3B,qBAAa,oBAAqB,SAAQ,QAAQ;IACjD,EAAE,SAAK;IACP,OAAO,WAAoB;IAC3B,IAAI,SAAuB;IAC3B,QAAQ,EAAE,MAAM,EAAE,CAA0E;IAC5F,OAAO,SAAwB;IASxB,oCAAoC,CAAC,UAAU,EAAE,MAAM,GAAG,MAAM,EAAE;IA2BlE,gBAAgB,CAAC,QAAQ,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,GAAG,OAAO;IAanE,mBAAmB,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,IAAI;IAa5C,iBAAiB,CAAC,cAAc,EAAE,MAAM,GAAG,QAAQ;IAsBnD,QAAQ,CAAC,QAAQ,EAAE,sBAAsB,GAAG,QAAQ;CAwF3D;AAED,eAAO,MAAM,eAAe,sBAA6B,CAAC"} \ No newline at end of file diff --git a/dist/types/simulation/misc/FishingTrawler.d.ts b/dist/types/simulation/misc/FishingTrawler.d.ts new file mode 100644 index 000000000..ad902b82b --- /dev/null +++ b/dist/types/simulation/misc/FishingTrawler.d.ts @@ -0,0 +1,6 @@ +import Bank from "../../structures/Bank"; +export declare function FishingTrawler(fishingLevel: number, hasEliteArd: boolean, bank?: Bank): { + loot: Bank; + xp: number; +}; +//# sourceMappingURL=FishingTrawler.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/misc/FishingTrawler.d.ts.map b/dist/types/simulation/misc/FishingTrawler.d.ts.map new file mode 100644 index 000000000..8cded6afd --- /dev/null +++ b/dist/types/simulation/misc/FishingTrawler.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"FishingTrawler.d.ts","sourceRoot":"","sources":["../../../../src/simulation/misc/FishingTrawler.ts"],"names":[],"mappings":"AAEA,OAAO,IAAI,MAAM,uBAAuB,CAAC;AAoEzC,wBAAgB,cAAc,CAAC,YAAY,EAAE,MAAM,EAAE,WAAW,EAAE,OAAO,EAAE,IAAI,CAAC,EAAE,IAAI;;;EA4CrF"} \ No newline at end of file diff --git a/dist/types/simulation/misc/Gauntlet.d.ts b/dist/types/simulation/misc/Gauntlet.d.ts new file mode 100644 index 000000000..fb782a462 --- /dev/null +++ b/dist/types/simulation/misc/Gauntlet.d.ts @@ -0,0 +1,7 @@ +interface NormalGauntletOptions { + died: boolean; + type: "normal" | "corrupted"; +} +export declare function Gauntlet({ died, type }: NormalGauntletOptions): import("../..").Bank; +export {}; +//# sourceMappingURL=Gauntlet.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/misc/Gauntlet.d.ts.map b/dist/types/simulation/misc/Gauntlet.d.ts.map new file mode 100644 index 000000000..82fd8c4a0 --- /dev/null +++ b/dist/types/simulation/misc/Gauntlet.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Gauntlet.d.ts","sourceRoot":"","sources":["../../../../src/simulation/misc/Gauntlet.ts"],"names":[],"mappings":"AAkHA,UAAU,qBAAqB;IAC9B,IAAI,EAAE,OAAO,CAAC;IACd,IAAI,EAAE,QAAQ,GAAG,WAAW,CAAC;CAC7B;AAED,wBAAgB,QAAQ,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,EAAE,qBAAqB,wBAG7D"} \ No newline at end of file diff --git a/dist/types/simulation/misc/Mimic.d.ts b/dist/types/simulation/misc/Mimic.d.ts new file mode 100644 index 000000000..25ea041f9 --- /dev/null +++ b/dist/types/simulation/misc/Mimic.d.ts @@ -0,0 +1,5 @@ +import LootTable from "../../structures/LootTable"; +export declare const Mimic3rdAgeTable: LootTable; +export declare const EliteMimicTable: LootTable; +export declare const MasterMimicTable: LootTable; +//# sourceMappingURL=Mimic.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/misc/Mimic.d.ts.map b/dist/types/simulation/misc/Mimic.d.ts.map new file mode 100644 index 000000000..7ca7d88b9 --- /dev/null +++ b/dist/types/simulation/misc/Mimic.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Mimic.d.ts","sourceRoot":"","sources":["../../../../src/simulation/misc/Mimic.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,4BAA4B,CAAC;AAEnD,eAAO,MAAM,gBAAgB,WAuBT,CAAC;AAErB,eAAO,MAAM,eAAe,WAUG,CAAC;AAEhC,eAAO,MAAM,gBAAgB,WAUE,CAAC"} \ No newline at end of file diff --git a/dist/types/simulation/misc/Nightmare.d.ts b/dist/types/simulation/misc/Nightmare.d.ts new file mode 100644 index 000000000..060f9eef2 --- /dev/null +++ b/dist/types/simulation/misc/Nightmare.d.ts @@ -0,0 +1,18 @@ +import type { LootBank } from "../../meta/types"; +export interface TeamMember { + id: string; + damageDone: number; +} +export interface NightmareOptions { + team: TeamMember[]; + isPhosani: boolean; +} +declare class NightmareClass { + hp: number; + allItems: number[]; + rollNonUniqueLoot(percentage: number, isMvp: boolean, isPhosani: boolean): [number, number]; + kill(options: Readonly): LootBank; +} +declare const Nightmare: NightmareClass; +export default Nightmare; +//# sourceMappingURL=Nightmare.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/misc/Nightmare.d.ts.map b/dist/types/simulation/misc/Nightmare.d.ts.map new file mode 100644 index 000000000..ee42fa560 --- /dev/null +++ b/dist/types/simulation/misc/Nightmare.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Nightmare.d.ts","sourceRoot":"","sources":["../../../../src/simulation/misc/Nightmare.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAMjD,MAAM,WAAW,UAAU;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,UAAU,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,gBAAgB;IAIhC,IAAI,EAAE,UAAU,EAAE,CAAC;IACnB,SAAS,EAAE,OAAO,CAAC;CACnB;AAkHD,cAAM,cAAc;IACnB,EAAE,SAAQ;IAEV,QAAQ,EAAE,MAAM,EAAE,CAMhB;IAEK,iBAAiB,CAAC,UAAU,EAAE,MAAM,EAAE,KAAK,EAAE,OAAO,EAAE,SAAS,EAAE,OAAO,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC;IAwB3F,IAAI,CAAC,OAAO,EAAE,QAAQ,CAAC,gBAAgB,CAAC,GAAG,QAAQ;CA6E1D;AAED,QAAA,MAAM,SAAS,gBAAuB,CAAC;AAEvC,eAAe,SAAS,CAAC"} \ No newline at end of file diff --git a/dist/types/simulation/misc/Tempoross.d.ts b/dist/types/simulation/misc/Tempoross.d.ts new file mode 100644 index 000000000..75992cd17 --- /dev/null +++ b/dist/types/simulation/misc/Tempoross.d.ts @@ -0,0 +1,7 @@ +import Bank from "../../structures/Bank"; +export declare function Tempoross({ quantity, fishingLevel, userBank, }: { + quantity: number; + fishingLevel: number; + userBank: Bank; +}): Bank; +//# sourceMappingURL=Tempoross.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/misc/Tempoross.d.ts.map b/dist/types/simulation/misc/Tempoross.d.ts.map new file mode 100644 index 000000000..d4432d58a --- /dev/null +++ b/dist/types/simulation/misc/Tempoross.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Tempoross.d.ts","sourceRoot":"","sources":["../../../../src/simulation/misc/Tempoross.ts"],"names":[],"mappings":"AAAA,OAAO,IAAI,MAAM,uBAAuB,CAAC;AAiIzC,wBAAgB,SAAS,CAAC,EACzB,QAAQ,EACR,YAAY,EACZ,QAAQ,GACR,EAAE;IACF,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,IAAI,CAAC;CACf,QAoCA"} \ No newline at end of file diff --git a/dist/types/simulation/misc/TheatreOfBlood.d.ts b/dist/types/simulation/misc/TheatreOfBlood.d.ts new file mode 100644 index 000000000..80c8bef3a --- /dev/null +++ b/dist/types/simulation/misc/TheatreOfBlood.d.ts @@ -0,0 +1,35 @@ +import type { LootBank } from "../../meta/types"; +import Bank from "../../structures/Bank"; +import LootTable from "../../structures/LootTable"; +export interface TeamMember { + id: string; + deaths: number[]; +} +export interface TheatreOfBloodOptions { + hardMode: boolean; + team: TeamMember[]; +} +interface ParsedMember extends TeamMember { + numDeaths: number; + points: number; +} +export interface TOBRoom { + name: string; + difficultyRating: number; + timeWeighting: number; +} +export declare const TOBRooms: TOBRoom[]; +export declare const ToBUniqueTable: LootTable; +export declare class TheatreOfBloodClass { + nonUniqueLoot(member: ParsedMember, isHardMode: boolean, deaths: number[]): Bank; + uniqueDecide(team: ParsedMember[]): ParsedMember; + complete(_options: TheatreOfBloodOptions): { + loot: LootBank; + percentChanceOfUnique: number; + totalDeaths: number; + teamPoints: number; + }; +} +export declare const TheatreOfBlood: TheatreOfBloodClass; +export {}; +//# sourceMappingURL=TheatreOfBlood.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/misc/TheatreOfBlood.d.ts.map b/dist/types/simulation/misc/TheatreOfBlood.d.ts.map new file mode 100644 index 000000000..d79214833 --- /dev/null +++ b/dist/types/simulation/misc/TheatreOfBlood.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"TheatreOfBlood.d.ts","sourceRoot":"","sources":["../../../../src/simulation/misc/TheatreOfBlood.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,IAAI,MAAM,uBAAuB,CAAC;AACzC,OAAO,SAAS,MAAM,4BAA4B,CAAC;AAInD,MAAM,WAAW,UAAU;IAC1B,EAAE,EAAE,MAAM,CAAC;IAIX,MAAM,EAAE,MAAM,EAAE,CAAC;CACjB;AAED,MAAM,WAAW,qBAAqB;IAIrC,QAAQ,EAAE,OAAO,CAAC;IAIlB,IAAI,EAAE,UAAU,EAAE,CAAC;CACnB;AAED,UAAU,YAAa,SAAQ,UAAU;IACxC,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;CACf;AACD,MAAM,WAAW,OAAO;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,gBAAgB,EAAE,MAAM,CAAC;IACzB,aAAa,EAAE,MAAM,CAAC;CACtB;AAED,eAAO,MAAM,QAAQ,EAAE,OAAO,EA+B7B,CAAC;AAEF,eAAO,MAAM,cAAc,WAOS,CAAC;AAgDrC,qBAAa,mBAAmB;IAC/B,aAAa,CAAC,MAAM,EAAE,YAAY,EAAE,UAAU,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,GAAG,IAAI;IA4BzE,YAAY,CAAC,IAAI,EAAE,YAAY,EAAE,GAAG,YAAY;IAShD,QAAQ,CAAC,QAAQ,EAAE,qBAAqB;;;;;;CA6C/C;AAED,eAAO,MAAM,cAAc,qBAA4B,CAAC"} \ No newline at end of file diff --git a/dist/types/simulation/misc/Zalcano.d.ts b/dist/types/simulation/misc/Zalcano.d.ts new file mode 100644 index 000000000..3c30fee83 --- /dev/null +++ b/dist/types/simulation/misc/Zalcano.d.ts @@ -0,0 +1,17 @@ +import type { LootBank } from "../../meta/types"; +export interface TeamMember { + id: string; + performancePercentage: number; + isMVP: boolean; +} +export interface ZalcanoOptions { + team: TeamMember[]; +} +declare class ZalcanoClass { + allItems: number[]; + rollNonUniqueLoot(perfPercent: number, isMVP: boolean): [number, number]; + kill({ team }: Readonly): LootBank; +} +declare const Zalcano: ZalcanoClass; +export default Zalcano; +//# sourceMappingURL=Zalcano.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/misc/Zalcano.d.ts.map b/dist/types/simulation/misc/Zalcano.d.ts.map new file mode 100644 index 000000000..4f2427298 --- /dev/null +++ b/dist/types/simulation/misc/Zalcano.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Zalcano.d.ts","sourceRoot":"","sources":["../../../../src/simulation/misc/Zalcano.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAMjD,MAAM,WAAW,UAAU;IAC1B,EAAE,EAAE,MAAM,CAAC;IAIX,qBAAqB,EAAE,MAAM,CAAC;IAC9B,KAAK,EAAE,OAAO,CAAC;CACf;AAED,MAAM,WAAW,cAAc;IAI9B,IAAI,EAAE,UAAU,EAAE,CAAC;CACnB;AA2CD,cAAM,YAAY;IACjB,QAAQ,EAAE,MAAM,EAAE,CAAyE;IAEpF,iBAAiB,CAAC,WAAW,EAAE,MAAM,EAAE,KAAK,EAAE,OAAO,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC;IAgBxE,IAAI,CAAC,EAAE,IAAI,EAAE,EAAE,QAAQ,CAAC,cAAc,CAAC,GAAG,QAAQ;CAkBzD;AAED,QAAA,MAAM,OAAO,cAAqB,CAAC;AAEnC,eAAe,OAAO,CAAC"} \ No newline at end of file diff --git a/dist/types/simulation/misc/index.d.ts b/dist/types/simulation/misc/index.d.ts new file mode 100644 index 000000000..88ef8dc38 --- /dev/null +++ b/dist/types/simulation/misc/index.d.ts @@ -0,0 +1,14 @@ +import LootTable from "../../structures/LootTable"; +import { BarbarianAssault } from "./BarbarianAssault"; +import { ChambersOfXeric } from "./ChambersOfXeric"; +import { FishingTrawler } from "./FishingTrawler"; +import { Gauntlet } from "./Gauntlet"; +import Nightmare from "./Nightmare"; +import { Tempoross } from "./Tempoross"; +import Zalcano from "./Zalcano"; +export declare const GrandHallowedCoffin: LootTable; +export { BarbarianAssault, ChambersOfXeric, FishingTrawler, Gauntlet, Nightmare, Tempoross, Zalcano }; +export * from "./Mimic"; +export * from "./TheatreOfBlood"; +export type { ChambersOfXericOptions } from "./ChambersOfXeric"; +//# sourceMappingURL=index.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/misc/index.d.ts.map b/dist/types/simulation/misc/index.d.ts.map new file mode 100644 index 000000000..8b33a085c --- /dev/null +++ b/dist/types/simulation/misc/index.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/simulation/misc/index.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,4BAA4B,CAAC;AACnD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,SAAS,MAAM,aAAa,CAAC;AACpC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,OAAO,MAAM,WAAW,CAAC;AAEhC,eAAO,MAAM,mBAAmB,WAaA,CAAC;AAEjC,OAAO,EAAE,gBAAgB,EAAE,eAAe,EAAE,cAAc,EAAE,QAAQ,EAAE,SAAS,EAAE,SAAS,EAAE,OAAO,EAAE,CAAC;AAEtG,cAAc,SAAS,CAAC;AACxB,cAAc,kBAAkB,CAAC;AACjC,YAAY,EAAE,sBAAsB,EAAE,MAAM,mBAAmB,CAAC"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/CreatureCreation.d.ts b/dist/types/simulation/monsters/CreatureCreation.d.ts new file mode 100644 index 000000000..8f6ce24d8 --- /dev/null +++ b/dist/types/simulation/monsters/CreatureCreation.d.ts @@ -0,0 +1,10 @@ +import SimpleMonster from "../../structures/SimpleMonster"; +export declare const CreatureCreation: { + Frogeel: SimpleMonster; + Newtroost: SimpleMonster; + Spidine: SimpleMonster; + Swordchick: SimpleMonster; + Unicow: SimpleMonster; + Jubster: SimpleMonster; +}; +//# sourceMappingURL=CreatureCreation.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/CreatureCreation.d.ts.map b/dist/types/simulation/monsters/CreatureCreation.d.ts.map new file mode 100644 index 000000000..4ebdece7c --- /dev/null +++ b/dist/types/simulation/monsters/CreatureCreation.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"CreatureCreation.d.ts","sourceRoot":"","sources":["../../../../src/simulation/monsters/CreatureCreation.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,gCAAgC,CAAC;AA8D3D,eAAO,MAAM,gBAAgB;;;;;;;CAA+D,CAAC"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/Araxxor.d.ts b/dist/types/simulation/monsters/bosses/Araxxor.d.ts new file mode 100644 index 000000000..994f3f449 --- /dev/null +++ b/dist/types/simulation/monsters/bosses/Araxxor.d.ts @@ -0,0 +1,3 @@ +import SimpleMonster from "../../../structures/SimpleMonster"; +export declare const Araxxor: SimpleMonster; +//# sourceMappingURL=Araxxor.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/Araxxor.d.ts.map b/dist/types/simulation/monsters/bosses/Araxxor.d.ts.map new file mode 100644 index 000000000..34c485fdb --- /dev/null +++ b/dist/types/simulation/monsters/bosses/Araxxor.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Araxxor.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/bosses/Araxxor.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,mCAAmC,CAAC;AA6D9D,eAAO,MAAM,OAAO,eAKlB,CAAC"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/AwakenedDukeSucellus.d.ts b/dist/types/simulation/monsters/bosses/AwakenedDukeSucellus.d.ts new file mode 100644 index 000000000..47db50974 --- /dev/null +++ b/dist/types/simulation/monsters/bosses/AwakenedDukeSucellus.d.ts @@ -0,0 +1,9 @@ +import type { MonsterKillOptions } from "../../../meta/types"; +import type Bank from "../../../structures/Bank"; +import Monster from "../../../structures/Monster"; +declare class AwakenedDukeSucellusSingleton extends Monster { + kill(quantity?: number, options?: MonsterKillOptions): Bank; +} +export declare const AwakenedDukeSucellus: AwakenedDukeSucellusSingleton; +export {}; +//# sourceMappingURL=AwakenedDukeSucellus.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/AwakenedDukeSucellus.d.ts.map b/dist/types/simulation/monsters/bosses/AwakenedDukeSucellus.d.ts.map new file mode 100644 index 000000000..068619295 --- /dev/null +++ b/dist/types/simulation/monsters/bosses/AwakenedDukeSucellus.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"AwakenedDukeSucellus.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/bosses/AwakenedDukeSucellus.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,KAAK,IAAI,MAAM,0BAA0B,CAAC;AACjD,OAAO,OAAO,MAAM,6BAA6B,CAAC;AAGlD,cAAM,6BAA8B,SAAQ,OAAO;IAC3C,IAAI,CAAC,QAAQ,SAAI,EAAE,OAAO,GAAE,kBAAuB,GAAG,IAAI;CAGjE;AAED,eAAO,MAAM,oBAAoB,+BAI/B,CAAC"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/AwakenedTheLeviathan.d.ts b/dist/types/simulation/monsters/bosses/AwakenedTheLeviathan.d.ts new file mode 100644 index 000000000..25cb6b2a1 --- /dev/null +++ b/dist/types/simulation/monsters/bosses/AwakenedTheLeviathan.d.ts @@ -0,0 +1,9 @@ +import type { MonsterKillOptions } from "../../../meta/types"; +import type Bank from "../../../structures/Bank"; +import Monster from "../../../structures/Monster"; +declare class AwakenedTheLeviathanSingleton extends Monster { + kill(quantity?: number, options?: MonsterKillOptions): Bank; +} +export declare const AwakenedTheLeviathan: AwakenedTheLeviathanSingleton; +export {}; +//# sourceMappingURL=AwakenedTheLeviathan.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/AwakenedTheLeviathan.d.ts.map b/dist/types/simulation/monsters/bosses/AwakenedTheLeviathan.d.ts.map new file mode 100644 index 000000000..c0f0aa1ab --- /dev/null +++ b/dist/types/simulation/monsters/bosses/AwakenedTheLeviathan.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"AwakenedTheLeviathan.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/bosses/AwakenedTheLeviathan.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,KAAK,IAAI,MAAM,0BAA0B,CAAC;AACjD,OAAO,OAAO,MAAM,6BAA6B,CAAC;AAGlD,cAAM,6BAA8B,SAAQ,OAAO;IAC3C,IAAI,CAAC,QAAQ,SAAI,EAAE,OAAO,GAAE,kBAAuB,GAAG,IAAI;CAGjE;AAED,eAAO,MAAM,oBAAoB,+BAI/B,CAAC"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/AwakenedTheWhisperer.d.ts b/dist/types/simulation/monsters/bosses/AwakenedTheWhisperer.d.ts new file mode 100644 index 000000000..e2aef3937 --- /dev/null +++ b/dist/types/simulation/monsters/bosses/AwakenedTheWhisperer.d.ts @@ -0,0 +1,9 @@ +import type { MonsterKillOptions } from "../../../meta/types"; +import type Bank from "../../../structures/Bank"; +import Monster from "../../../structures/Monster"; +declare class AwakenedTheWhispererSingleton extends Monster { + kill(quantity?: number, options?: MonsterKillOptions): Bank; +} +export declare const AwakenedTheWhisperer: AwakenedTheWhispererSingleton; +export {}; +//# sourceMappingURL=AwakenedTheWhisperer.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/AwakenedTheWhisperer.d.ts.map b/dist/types/simulation/monsters/bosses/AwakenedTheWhisperer.d.ts.map new file mode 100644 index 000000000..2cce34f6f --- /dev/null +++ b/dist/types/simulation/monsters/bosses/AwakenedTheWhisperer.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"AwakenedTheWhisperer.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/bosses/AwakenedTheWhisperer.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,KAAK,IAAI,MAAM,0BAA0B,CAAC;AACjD,OAAO,OAAO,MAAM,6BAA6B,CAAC;AAGlD,cAAM,6BAA8B,SAAQ,OAAO;IAC3C,IAAI,CAAC,QAAQ,SAAI,EAAE,OAAO,GAAE,kBAAuB,GAAG,IAAI;CAGjE;AAED,eAAO,MAAM,oBAAoB,+BAI/B,CAAC"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/AwakenedVardorvis.d.ts b/dist/types/simulation/monsters/bosses/AwakenedVardorvis.d.ts new file mode 100644 index 000000000..102fb396d --- /dev/null +++ b/dist/types/simulation/monsters/bosses/AwakenedVardorvis.d.ts @@ -0,0 +1,9 @@ +import type { MonsterKillOptions } from "../../../meta/types"; +import type Bank from "../../../structures/Bank"; +import Monster from "../../../structures/Monster"; +declare class AwakenedVardorvisSingleton extends Monster { + kill(quantity?: number, options?: MonsterKillOptions): Bank; +} +export declare const AwakenedVardorvis: AwakenedVardorvisSingleton; +export {}; +//# sourceMappingURL=AwakenedVardorvis.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/AwakenedVardorvis.d.ts.map b/dist/types/simulation/monsters/bosses/AwakenedVardorvis.d.ts.map new file mode 100644 index 000000000..ac4afe546 --- /dev/null +++ b/dist/types/simulation/monsters/bosses/AwakenedVardorvis.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"AwakenedVardorvis.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/bosses/AwakenedVardorvis.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,KAAK,IAAI,MAAM,0BAA0B,CAAC;AACjD,OAAO,OAAO,MAAM,6BAA6B,CAAC;AAGlD,cAAM,0BAA2B,SAAQ,OAAO;IACxC,IAAI,CAAC,QAAQ,SAAI,EAAE,OAAO,GAAE,kBAAuB,GAAG,IAAI;CAGjE;AAED,eAAO,MAAM,iBAAiB,4BAI5B,CAAC"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/Bryophyta.d.ts b/dist/types/simulation/monsters/bosses/Bryophyta.d.ts new file mode 100644 index 000000000..c2311a3b3 --- /dev/null +++ b/dist/types/simulation/monsters/bosses/Bryophyta.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Bryophyta.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/Bryophyta.d.ts.map b/dist/types/simulation/monsters/bosses/Bryophyta.d.ts.map new file mode 100644 index 000000000..d3946f437 --- /dev/null +++ b/dist/types/simulation/monsters/bosses/Bryophyta.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Bryophyta.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/bosses/Bryophyta.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,mCAAmC,CAAC;;AA6D9D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/CommanderZilyana.d.ts b/dist/types/simulation/monsters/bosses/CommanderZilyana.d.ts new file mode 100644 index 000000000..206b801eb --- /dev/null +++ b/dist/types/simulation/monsters/bosses/CommanderZilyana.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=CommanderZilyana.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/CommanderZilyana.d.ts.map b/dist/types/simulation/monsters/bosses/CommanderZilyana.d.ts.map new file mode 100644 index 000000000..9fa38eb56 --- /dev/null +++ b/dist/types/simulation/monsters/bosses/CommanderZilyana.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"CommanderZilyana.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/bosses/CommanderZilyana.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,mCAAmC,CAAC;;AA0E9D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/DagannothPrime.d.ts b/dist/types/simulation/monsters/bosses/DagannothPrime.d.ts new file mode 100644 index 000000000..c102432f3 --- /dev/null +++ b/dist/types/simulation/monsters/bosses/DagannothPrime.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=DagannothPrime.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/DagannothPrime.d.ts.map b/dist/types/simulation/monsters/bosses/DagannothPrime.d.ts.map new file mode 100644 index 000000000..f60c31418 --- /dev/null +++ b/dist/types/simulation/monsters/bosses/DagannothPrime.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"DagannothPrime.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/bosses/DagannothPrime.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,mCAAmC,CAAC;;AAqD9D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/DagannothRex.d.ts b/dist/types/simulation/monsters/bosses/DagannothRex.d.ts new file mode 100644 index 000000000..61e2a0193 --- /dev/null +++ b/dist/types/simulation/monsters/bosses/DagannothRex.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=DagannothRex.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/DagannothRex.d.ts.map b/dist/types/simulation/monsters/bosses/DagannothRex.d.ts.map new file mode 100644 index 000000000..f9848df7c --- /dev/null +++ b/dist/types/simulation/monsters/bosses/DagannothRex.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"DagannothRex.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/bosses/DagannothRex.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,mCAAmC,CAAC;;AAyD9D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/DagannothSupreme.d.ts b/dist/types/simulation/monsters/bosses/DagannothSupreme.d.ts new file mode 100644 index 000000000..361f7c842 --- /dev/null +++ b/dist/types/simulation/monsters/bosses/DagannothSupreme.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=DagannothSupreme.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/DagannothSupreme.d.ts.map b/dist/types/simulation/monsters/bosses/DagannothSupreme.d.ts.map new file mode 100644 index 000000000..9473d29a1 --- /dev/null +++ b/dist/types/simulation/monsters/bosses/DagannothSupreme.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"DagannothSupreme.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/bosses/DagannothSupreme.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,mCAAmC,CAAC;;AAkD9D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/DerangedArchaeologist.d.ts b/dist/types/simulation/monsters/bosses/DerangedArchaeologist.d.ts new file mode 100644 index 000000000..3871f80c2 --- /dev/null +++ b/dist/types/simulation/monsters/bosses/DerangedArchaeologist.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=DerangedArchaeologist.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/DerangedArchaeologist.d.ts.map b/dist/types/simulation/monsters/bosses/DerangedArchaeologist.d.ts.map new file mode 100644 index 000000000..bb456c9e0 --- /dev/null +++ b/dist/types/simulation/monsters/bosses/DerangedArchaeologist.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"DerangedArchaeologist.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/bosses/DerangedArchaeologist.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,mCAAmC,CAAC;;AAsD9D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/DukeSucellus.d.ts b/dist/types/simulation/monsters/bosses/DukeSucellus.d.ts new file mode 100644 index 000000000..ef8d1ea86 --- /dev/null +++ b/dist/types/simulation/monsters/bosses/DukeSucellus.d.ts @@ -0,0 +1,10 @@ +import type { MonsterKillOptions } from "../../../meta/types"; +import Bank from "../../../structures/Bank"; +import Monster from "../../../structures/Monster"; +declare class DukeSucellusSingleton extends Monster { + allItems: number[]; + kill(quantity?: number, options?: MonsterKillOptions): Bank; +} +export declare const DukeSucellus: DukeSucellusSingleton; +export {}; +//# sourceMappingURL=DukeSucellus.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/DukeSucellus.d.ts.map b/dist/types/simulation/monsters/bosses/DukeSucellus.d.ts.map new file mode 100644 index 000000000..93404804d --- /dev/null +++ b/dist/types/simulation/monsters/bosses/DukeSucellus.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"DukeSucellus.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/bosses/DukeSucellus.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,IAAI,MAAM,0BAA0B,CAAC;AAE5C,OAAO,OAAO,MAAM,6BAA6B,CAAC;AAmDlD,cAAM,qBAAsB,SAAQ,OAAO;IACnC,QAAQ,EAAE,MAAM,EAAE,CAQtB;IAEI,IAAI,CAAC,QAAQ,SAAI,EAAE,OAAO,GAAE,kBAAuB,GAAG,IAAI;CA0BjE;AAED,eAAO,MAAM,YAAY,uBAIvB,CAAC"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/GeneralGraardor.d.ts b/dist/types/simulation/monsters/bosses/GeneralGraardor.d.ts new file mode 100644 index 000000000..4f58177aa --- /dev/null +++ b/dist/types/simulation/monsters/bosses/GeneralGraardor.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=GeneralGraardor.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/GeneralGraardor.d.ts.map b/dist/types/simulation/monsters/bosses/GeneralGraardor.d.ts.map new file mode 100644 index 000000000..fedb748b8 --- /dev/null +++ b/dist/types/simulation/monsters/bosses/GeneralGraardor.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"GeneralGraardor.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/bosses/GeneralGraardor.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,mCAAmC,CAAC;;AAkE9D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/GiantMole.d.ts b/dist/types/simulation/monsters/bosses/GiantMole.d.ts new file mode 100644 index 000000000..f2dfec35f --- /dev/null +++ b/dist/types/simulation/monsters/bosses/GiantMole.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=GiantMole.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/GiantMole.d.ts.map b/dist/types/simulation/monsters/bosses/GiantMole.d.ts.map new file mode 100644 index 000000000..6c52da4e1 --- /dev/null +++ b/dist/types/simulation/monsters/bosses/GiantMole.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"GiantMole.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/bosses/GiantMole.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,mCAAmC,CAAC;;AAuC9D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/KalphiteQueen.d.ts b/dist/types/simulation/monsters/bosses/KalphiteQueen.d.ts new file mode 100644 index 000000000..08b26e64c --- /dev/null +++ b/dist/types/simulation/monsters/bosses/KalphiteQueen.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=KalphiteQueen.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/KalphiteQueen.d.ts.map b/dist/types/simulation/monsters/bosses/KalphiteQueen.d.ts.map new file mode 100644 index 000000000..f4d237885 --- /dev/null +++ b/dist/types/simulation/monsters/bosses/KalphiteQueen.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"KalphiteQueen.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/bosses/KalphiteQueen.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,mCAAmC,CAAC;;AA2E9D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/Kreearra.d.ts b/dist/types/simulation/monsters/bosses/Kreearra.d.ts new file mode 100644 index 000000000..8c1e82631 --- /dev/null +++ b/dist/types/simulation/monsters/bosses/Kreearra.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Kreearra.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/Kreearra.d.ts.map b/dist/types/simulation/monsters/bosses/Kreearra.d.ts.map new file mode 100644 index 000000000..90647ef1b --- /dev/null +++ b/dist/types/simulation/monsters/bosses/Kreearra.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Kreearra.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/bosses/Kreearra.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,mCAAmC,CAAC;;AAqE9D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/KrilTsutsaroth.d.ts b/dist/types/simulation/monsters/bosses/KrilTsutsaroth.d.ts new file mode 100644 index 000000000..fa785839b --- /dev/null +++ b/dist/types/simulation/monsters/bosses/KrilTsutsaroth.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=KrilTsutsaroth.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/KrilTsutsaroth.d.ts.map b/dist/types/simulation/monsters/bosses/KrilTsutsaroth.d.ts.map new file mode 100644 index 000000000..ae636bf8b --- /dev/null +++ b/dist/types/simulation/monsters/bosses/KrilTsutsaroth.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"KrilTsutsaroth.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/bosses/KrilTsutsaroth.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,mCAAmC,CAAC;;AA8E9D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/Obor.d.ts b/dist/types/simulation/monsters/bosses/Obor.d.ts new file mode 100644 index 000000000..3f969c10c --- /dev/null +++ b/dist/types/simulation/monsters/bosses/Obor.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Obor.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/Obor.d.ts.map b/dist/types/simulation/monsters/bosses/Obor.d.ts.map new file mode 100644 index 000000000..446cb2381 --- /dev/null +++ b/dist/types/simulation/monsters/bosses/Obor.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Obor.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/bosses/Obor.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,mCAAmC,CAAC;;AA4C9D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/PhantomMuspah.d.ts b/dist/types/simulation/monsters/bosses/PhantomMuspah.d.ts new file mode 100644 index 000000000..db73766d2 --- /dev/null +++ b/dist/types/simulation/monsters/bosses/PhantomMuspah.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=PhantomMuspah.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/PhantomMuspah.d.ts.map b/dist/types/simulation/monsters/bosses/PhantomMuspah.d.ts.map new file mode 100644 index 000000000..12af4b554 --- /dev/null +++ b/dist/types/simulation/monsters/bosses/PhantomMuspah.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"PhantomMuspah.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/bosses/PhantomMuspah.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,mCAAmC,CAAC;;AAoF9D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/Sarachnis.d.ts b/dist/types/simulation/monsters/bosses/Sarachnis.d.ts new file mode 100644 index 000000000..e1e93de5c --- /dev/null +++ b/dist/types/simulation/monsters/bosses/Sarachnis.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Sarachnis.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/Sarachnis.d.ts.map b/dist/types/simulation/monsters/bosses/Sarachnis.d.ts.map new file mode 100644 index 000000000..1894537e6 --- /dev/null +++ b/dist/types/simulation/monsters/bosses/Sarachnis.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Sarachnis.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/bosses/Sarachnis.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,mCAAmC,CAAC;;AA6E9D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/Scurrius.d.ts b/dist/types/simulation/monsters/bosses/Scurrius.d.ts new file mode 100644 index 000000000..683e91b95 --- /dev/null +++ b/dist/types/simulation/monsters/bosses/Scurrius.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Scurrius.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/Scurrius.d.ts.map b/dist/types/simulation/monsters/bosses/Scurrius.d.ts.map new file mode 100644 index 000000000..70368acbd --- /dev/null +++ b/dist/types/simulation/monsters/bosses/Scurrius.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Scurrius.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/bosses/Scurrius.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,mCAAmC,CAAC;;AA+B9D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/Skotizo.d.ts b/dist/types/simulation/monsters/bosses/Skotizo.d.ts new file mode 100644 index 000000000..dc6df803e --- /dev/null +++ b/dist/types/simulation/monsters/bosses/Skotizo.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Skotizo.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/Skotizo.d.ts.map b/dist/types/simulation/monsters/bosses/Skotizo.d.ts.map new file mode 100644 index 000000000..0d35a2544 --- /dev/null +++ b/dist/types/simulation/monsters/bosses/Skotizo.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Skotizo.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/bosses/Skotizo.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,mCAAmC,CAAC;;AAoD9D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/TheLeviathan.d.ts b/dist/types/simulation/monsters/bosses/TheLeviathan.d.ts new file mode 100644 index 000000000..942a41b70 --- /dev/null +++ b/dist/types/simulation/monsters/bosses/TheLeviathan.d.ts @@ -0,0 +1,10 @@ +import type { MonsterKillOptions } from "../../../meta/types"; +import Bank from "../../../structures/Bank"; +import Monster from "../../../structures/Monster"; +declare class TheLeviathanSingleton extends Monster { + allItems: number[]; + kill(quantity?: number, options?: MonsterKillOptions): Bank; +} +export declare const TheLeviathan: TheLeviathanSingleton; +export {}; +//# sourceMappingURL=TheLeviathan.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/TheLeviathan.d.ts.map b/dist/types/simulation/monsters/bosses/TheLeviathan.d.ts.map new file mode 100644 index 000000000..7f270d10e --- /dev/null +++ b/dist/types/simulation/monsters/bosses/TheLeviathan.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"TheLeviathan.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/bosses/TheLeviathan.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,IAAI,MAAM,0BAA0B,CAAC;AAE5C,OAAO,OAAO,MAAM,6BAA6B,CAAC;AAiDlD,cAAM,qBAAsB,SAAQ,OAAO;IACnC,QAAQ,EAAE,MAAM,EAAE,CAQtB;IAEI,IAAI,CAAC,QAAQ,SAAI,EAAE,OAAO,GAAE,kBAAuB,GAAG,IAAI;CA0BjE;AAED,eAAO,MAAM,YAAY,uBAIvB,CAAC"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/TheWhisperer.d.ts b/dist/types/simulation/monsters/bosses/TheWhisperer.d.ts new file mode 100644 index 000000000..410864ddb --- /dev/null +++ b/dist/types/simulation/monsters/bosses/TheWhisperer.d.ts @@ -0,0 +1,10 @@ +import type { MonsterKillOptions } from "../../../meta/types"; +import Bank from "../../../structures/Bank"; +import Monster from "../../../structures/Monster"; +declare class TheWhispererSingleton extends Monster { + allItems: number[]; + kill(quantity?: number, options?: MonsterKillOptions): Bank; +} +export declare const TheWhisperer: TheWhispererSingleton; +export {}; +//# sourceMappingURL=TheWhisperer.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/TheWhisperer.d.ts.map b/dist/types/simulation/monsters/bosses/TheWhisperer.d.ts.map new file mode 100644 index 000000000..a3dd2c610 --- /dev/null +++ b/dist/types/simulation/monsters/bosses/TheWhisperer.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"TheWhisperer.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/bosses/TheWhisperer.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,IAAI,MAAM,0BAA0B,CAAC;AAE5C,OAAO,OAAO,MAAM,6BAA6B,CAAC;AAkDlD,cAAM,qBAAsB,SAAQ,OAAO;IACnC,QAAQ,EAAE,MAAM,EAAE,CAQtB;IAEI,IAAI,CAAC,QAAQ,SAAI,EAAE,OAAO,GAAE,kBAAuB,GAAG,IAAI;CA0BjE;AAED,eAAO,MAAM,YAAY,uBAIvB,CAAC"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/Vardorvis.d.ts b/dist/types/simulation/monsters/bosses/Vardorvis.d.ts new file mode 100644 index 000000000..1286383bd --- /dev/null +++ b/dist/types/simulation/monsters/bosses/Vardorvis.d.ts @@ -0,0 +1,10 @@ +import type { MonsterKillOptions } from "../../../meta/types"; +import Bank from "../../../structures/Bank"; +import Monster from "../../../structures/Monster"; +declare class VardorvisSingleton extends Monster { + allItems: number[]; + kill(quantity?: number, options?: MonsterKillOptions): Bank; +} +export declare const Vardorvis: VardorvisSingleton; +export {}; +//# sourceMappingURL=Vardorvis.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/Vardorvis.d.ts.map b/dist/types/simulation/monsters/bosses/Vardorvis.d.ts.map new file mode 100644 index 000000000..48210d7ce --- /dev/null +++ b/dist/types/simulation/monsters/bosses/Vardorvis.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Vardorvis.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/bosses/Vardorvis.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,IAAI,MAAM,0BAA0B,CAAC;AAE5C,OAAO,OAAO,MAAM,6BAA6B,CAAC;AAiDlD,cAAM,kBAAmB,SAAQ,OAAO;IAChC,QAAQ,EAAE,MAAM,EAAE,CAQtB;IAEI,IAAI,CAAC,QAAQ,SAAI,EAAE,OAAO,GAAE,kBAAuB,GAAG,IAAI;CA0BjE;AAED,eAAO,MAAM,SAAS,oBAIpB,CAAC"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/Vorkath.d.ts b/dist/types/simulation/monsters/bosses/Vorkath.d.ts new file mode 100644 index 000000000..dabf7177b --- /dev/null +++ b/dist/types/simulation/monsters/bosses/Vorkath.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Vorkath.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/Vorkath.d.ts.map b/dist/types/simulation/monsters/bosses/Vorkath.d.ts.map new file mode 100644 index 000000000..bf70e8f59 --- /dev/null +++ b/dist/types/simulation/monsters/bosses/Vorkath.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Vorkath.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/bosses/Vorkath.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,mCAAmC,CAAC;;AAuE9D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/Zulrah.d.ts b/dist/types/simulation/monsters/bosses/Zulrah.d.ts new file mode 100644 index 000000000..52aaf40e7 --- /dev/null +++ b/dist/types/simulation/monsters/bosses/Zulrah.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Zulrah.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/Zulrah.d.ts.map b/dist/types/simulation/monsters/bosses/Zulrah.d.ts.map new file mode 100644 index 000000000..3802f7d9d --- /dev/null +++ b/dist/types/simulation/monsters/bosses/Zulrah.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Zulrah.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/bosses/Zulrah.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,mCAAmC,CAAC;;AAyE9D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/index.d.ts b/dist/types/simulation/monsters/bosses/index.d.ts new file mode 100644 index 000000000..79d6092e1 --- /dev/null +++ b/dist/types/simulation/monsters/bosses/index.d.ts @@ -0,0 +1,104 @@ +export declare const allBosses: { + AbyssalSire: import("../../..").SimpleMonster; + Cerberus: import("../../..").SimpleMonster; + AlchemicalHydra: import("../../..").SimpleMonster; + GrotesqueGuardians: import("../../..").SimpleMonster; + ThermonuclearSmokeDevil: import("../../..").SimpleMonster; + Kraken: import("../../..").SimpleMonster; + Callisto: import("../../..").SimpleMonster; + ChaosElemental: import("../../..").SimpleMonster; + CrazyArchaeologist: import("../../..").SimpleMonster; + KingBlackDragon: import("../../..").SimpleMonster; + Scorpia: import("../../..").SimpleMonster; + Venenatis: import("../../..").SimpleMonster; + Vetion: import("../../..").SimpleMonster; + ChaosFanatic: import("../../..").SimpleMonster; + Artio: import("../../..").SimpleMonster; + Spindel: import("../../..").SimpleMonster; + Calvarion: import("../../..").SimpleMonster; + Araxxor: import("../../..").SimpleMonster; + CorporealBeast: import("../../..").SimpleMonster; + DagannothPrime: import("../../..").SimpleMonster; + DagannothRex: import("../../..").SimpleMonster; + DagannothSupreme: import("../../..").SimpleMonster; + GiantMole: import("../../..").SimpleMonster; + KalphiteQueen: import("../../..").SimpleMonster; + Obor: import("../../..").SimpleMonster; + Sarachnis: import("../../..").SimpleMonster; + Vorkath: import("../../..").SimpleMonster; + Zulrah: import("../../..").SimpleMonster; + CommanderZilyana: import("../../..").SimpleMonster; + GeneralGraardor: import("../../..").SimpleMonster; + Kreearra: import("../../..").SimpleMonster; + KrilTsutsaroth: import("../../..").SimpleMonster; + Bryophyta: import("../../..").SimpleMonster; + Skotizo: import("../../..").SimpleMonster; + DerangedArchaeologist: import("../../..").SimpleMonster; + PhantomMuspah: import("../../..").SimpleMonster; + DukeSucellus: { + allItems: number[]; + kill(quantity?: number, options?: import("../../..").MonsterKillOptions): import("../../..").Bank; + id: number; + name: string; + aliases: string[]; + data: import("../../..").MonsterData; + }; + Vardorvis: { + allItems: number[]; + kill(quantity?: number, options?: import("../../..").MonsterKillOptions): import("../../..").Bank; + id: number; + name: string; + aliases: string[]; + data: import("../../..").MonsterData; + }; + TheLeviathan: { + allItems: number[]; + kill(quantity?: number, options?: import("../../..").MonsterKillOptions): import("../../..").Bank; + id: number; + name: string; + aliases: string[]; + data: import("../../..").MonsterData; + }; + TheWhisperer: { + allItems: number[]; + kill(quantity?: number, options?: import("../../..").MonsterKillOptions): import("../../..").Bank; + id: number; + name: string; + aliases: string[]; + data: import("../../..").MonsterData; + }; + AwakenedDukeSucellus: { + kill(quantity?: number, options?: import("../../..").MonsterKillOptions): import("../../..").Bank; + id: number; + name: string; + aliases: string[]; + data: import("../../..").MonsterData; + allItems: number[]; + }; + AwakenedTheLeviathan: { + kill(quantity?: number, options?: import("../../..").MonsterKillOptions): import("../../..").Bank; + id: number; + name: string; + aliases: string[]; + data: import("../../..").MonsterData; + allItems: number[]; + }; + AwakenedTheWhisperer: { + kill(quantity?: number, options?: import("../../..").MonsterKillOptions): import("../../..").Bank; + id: number; + name: string; + aliases: string[]; + data: import("../../..").MonsterData; + allItems: number[]; + }; + AwakenedVardorvis: { + kill(quantity?: number, options?: import("../../..").MonsterKillOptions): import("../../..").Bank; + id: number; + name: string; + aliases: string[]; + data: import("../../..").MonsterData; + allItems: number[]; + }; + Scurrius: import("../../..").SimpleMonster; +}; +//# sourceMappingURL=index.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/index.d.ts.map b/dist/types/simulation/monsters/bosses/index.d.ts.map new file mode 100644 index 000000000..e2601b971 --- /dev/null +++ b/dist/types/simulation/monsters/bosses/index.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/bosses/index.ts"],"names":[],"mappings":"AA+BA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+BrB,CAAC"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/slayer/AbyssalSire.d.ts b/dist/types/simulation/monsters/bosses/slayer/AbyssalSire.d.ts new file mode 100644 index 000000000..225cb25e5 --- /dev/null +++ b/dist/types/simulation/monsters/bosses/slayer/AbyssalSire.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=AbyssalSire.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/slayer/AbyssalSire.d.ts.map b/dist/types/simulation/monsters/bosses/slayer/AbyssalSire.d.ts.map new file mode 100644 index 000000000..08f77f249 --- /dev/null +++ b/dist/types/simulation/monsters/bosses/slayer/AbyssalSire.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"AbyssalSire.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/bosses/slayer/AbyssalSire.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAkEjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/slayer/AlchemicalHydra.d.ts b/dist/types/simulation/monsters/bosses/slayer/AlchemicalHydra.d.ts new file mode 100644 index 000000000..f7d85a2a7 --- /dev/null +++ b/dist/types/simulation/monsters/bosses/slayer/AlchemicalHydra.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=AlchemicalHydra.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/slayer/AlchemicalHydra.d.ts.map b/dist/types/simulation/monsters/bosses/slayer/AlchemicalHydra.d.ts.map new file mode 100644 index 000000000..658a0640c --- /dev/null +++ b/dist/types/simulation/monsters/bosses/slayer/AlchemicalHydra.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"AlchemicalHydra.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/bosses/slayer/AlchemicalHydra.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAkGjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/slayer/Cerberus.d.ts b/dist/types/simulation/monsters/bosses/slayer/Cerberus.d.ts new file mode 100644 index 000000000..bb77bf4b2 --- /dev/null +++ b/dist/types/simulation/monsters/bosses/slayer/Cerberus.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Cerberus.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/slayer/Cerberus.d.ts.map b/dist/types/simulation/monsters/bosses/slayer/Cerberus.d.ts.map new file mode 100644 index 000000000..1e1bcf9f5 --- /dev/null +++ b/dist/types/simulation/monsters/bosses/slayer/Cerberus.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Cerberus.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/bosses/slayer/Cerberus.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAwDjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/slayer/GrotesqueGuardians.d.ts b/dist/types/simulation/monsters/bosses/slayer/GrotesqueGuardians.d.ts new file mode 100644 index 000000000..c9eb31c29 --- /dev/null +++ b/dist/types/simulation/monsters/bosses/slayer/GrotesqueGuardians.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=GrotesqueGuardians.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/slayer/GrotesqueGuardians.d.ts.map b/dist/types/simulation/monsters/bosses/slayer/GrotesqueGuardians.d.ts.map new file mode 100644 index 000000000..bb2dbd95a --- /dev/null +++ b/dist/types/simulation/monsters/bosses/slayer/GrotesqueGuardians.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"GrotesqueGuardians.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/bosses/slayer/GrotesqueGuardians.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAiEjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/slayer/Kraken.d.ts b/dist/types/simulation/monsters/bosses/slayer/Kraken.d.ts new file mode 100644 index 000000000..ca7652ad5 --- /dev/null +++ b/dist/types/simulation/monsters/bosses/slayer/Kraken.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Kraken.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/slayer/Kraken.d.ts.map b/dist/types/simulation/monsters/bosses/slayer/Kraken.d.ts.map new file mode 100644 index 000000000..c0a5334f1 --- /dev/null +++ b/dist/types/simulation/monsters/bosses/slayer/Kraken.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Kraken.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/bosses/slayer/Kraken.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AA0DjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/slayer/ThermonuclearSmokeDevil.d.ts b/dist/types/simulation/monsters/bosses/slayer/ThermonuclearSmokeDevil.d.ts new file mode 100644 index 000000000..09e96681b --- /dev/null +++ b/dist/types/simulation/monsters/bosses/slayer/ThermonuclearSmokeDevil.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=ThermonuclearSmokeDevil.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/slayer/ThermonuclearSmokeDevil.d.ts.map b/dist/types/simulation/monsters/bosses/slayer/ThermonuclearSmokeDevil.d.ts.map new file mode 100644 index 000000000..c63e8b1a2 --- /dev/null +++ b/dist/types/simulation/monsters/bosses/slayer/ThermonuclearSmokeDevil.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"ThermonuclearSmokeDevil.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/bosses/slayer/ThermonuclearSmokeDevil.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAiEjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/slayer/index.d.ts b/dist/types/simulation/monsters/bosses/slayer/index.d.ts new file mode 100644 index 000000000..42389abe7 --- /dev/null +++ b/dist/types/simulation/monsters/bosses/slayer/index.d.ts @@ -0,0 +1,9 @@ +export declare const allSlayerBosses: { + AbyssalSire: import("../../../..").SimpleMonster; + Cerberus: import("../../../..").SimpleMonster; + AlchemicalHydra: import("../../../..").SimpleMonster; + GrotesqueGuardians: import("../../../..").SimpleMonster; + ThermonuclearSmokeDevil: import("../../../..").SimpleMonster; + Kraken: import("../../../..").SimpleMonster; +}; +//# sourceMappingURL=index.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/slayer/index.d.ts.map b/dist/types/simulation/monsters/bosses/slayer/index.d.ts.map new file mode 100644 index 000000000..7145d91f5 --- /dev/null +++ b/dist/types/simulation/monsters/bosses/slayer/index.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/bosses/slayer/index.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,eAAe;;;;;;;CAO3B,CAAC"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/wildy/Artio.d.ts b/dist/types/simulation/monsters/bosses/wildy/Artio.d.ts new file mode 100644 index 000000000..a48bc3ac9 --- /dev/null +++ b/dist/types/simulation/monsters/bosses/wildy/Artio.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Artio.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/wildy/Artio.d.ts.map b/dist/types/simulation/monsters/bosses/wildy/Artio.d.ts.map new file mode 100644 index 000000000..f2ca537d0 --- /dev/null +++ b/dist/types/simulation/monsters/bosses/wildy/Artio.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Artio.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/bosses/wildy/Artio.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAsEjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/wildy/Callisto.d.ts b/dist/types/simulation/monsters/bosses/wildy/Callisto.d.ts new file mode 100644 index 000000000..bc87f17fc --- /dev/null +++ b/dist/types/simulation/monsters/bosses/wildy/Callisto.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Callisto.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/wildy/Callisto.d.ts.map b/dist/types/simulation/monsters/bosses/wildy/Callisto.d.ts.map new file mode 100644 index 000000000..2ca6acbb9 --- /dev/null +++ b/dist/types/simulation/monsters/bosses/wildy/Callisto.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Callisto.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/bosses/wildy/Callisto.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AA0EjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/wildy/Calvarion.d.ts b/dist/types/simulation/monsters/bosses/wildy/Calvarion.d.ts new file mode 100644 index 000000000..aa82be470 --- /dev/null +++ b/dist/types/simulation/monsters/bosses/wildy/Calvarion.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Calvarion.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/wildy/Calvarion.d.ts.map b/dist/types/simulation/monsters/bosses/wildy/Calvarion.d.ts.map new file mode 100644 index 000000000..3ca495f48 --- /dev/null +++ b/dist/types/simulation/monsters/bosses/wildy/Calvarion.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Calvarion.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/bosses/wildy/Calvarion.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAwEjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/wildy/ChaosElemental.d.ts b/dist/types/simulation/monsters/bosses/wildy/ChaosElemental.d.ts new file mode 100644 index 000000000..4dc3493cb --- /dev/null +++ b/dist/types/simulation/monsters/bosses/wildy/ChaosElemental.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=ChaosElemental.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/wildy/ChaosElemental.d.ts.map b/dist/types/simulation/monsters/bosses/wildy/ChaosElemental.d.ts.map new file mode 100644 index 000000000..c1eb6faeb --- /dev/null +++ b/dist/types/simulation/monsters/bosses/wildy/ChaosElemental.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"ChaosElemental.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/bosses/wildy/ChaosElemental.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AA4DjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/wildy/ChaosFanatic.d.ts b/dist/types/simulation/monsters/bosses/wildy/ChaosFanatic.d.ts new file mode 100644 index 000000000..ce0d8f0df --- /dev/null +++ b/dist/types/simulation/monsters/bosses/wildy/ChaosFanatic.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=ChaosFanatic.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/wildy/ChaosFanatic.d.ts.map b/dist/types/simulation/monsters/bosses/wildy/ChaosFanatic.d.ts.map new file mode 100644 index 000000000..b4fcc67cb --- /dev/null +++ b/dist/types/simulation/monsters/bosses/wildy/ChaosFanatic.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"ChaosFanatic.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/bosses/wildy/ChaosFanatic.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AA2DjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/wildy/CorporealBeast.d.ts b/dist/types/simulation/monsters/bosses/wildy/CorporealBeast.d.ts new file mode 100644 index 000000000..3162e036f --- /dev/null +++ b/dist/types/simulation/monsters/bosses/wildy/CorporealBeast.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const CorporealBeastTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=CorporealBeast.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/wildy/CorporealBeast.d.ts.map b/dist/types/simulation/monsters/bosses/wildy/CorporealBeast.d.ts.map new file mode 100644 index 000000000..2edd15c83 --- /dev/null +++ b/dist/types/simulation/monsters/bosses/wildy/CorporealBeast.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"CorporealBeast.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/bosses/wildy/CorporealBeast.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAKjE,eAAO,MAAM,mBAAmB,WAkDC,CAAC;;AAElC,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/wildy/CrazyArchaeologist.d.ts b/dist/types/simulation/monsters/bosses/wildy/CrazyArchaeologist.d.ts new file mode 100644 index 000000000..765d2cb93 --- /dev/null +++ b/dist/types/simulation/monsters/bosses/wildy/CrazyArchaeologist.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=CrazyArchaeologist.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/wildy/CrazyArchaeologist.d.ts.map b/dist/types/simulation/monsters/bosses/wildy/CrazyArchaeologist.d.ts.map new file mode 100644 index 000000000..cdfa1ce17 --- /dev/null +++ b/dist/types/simulation/monsters/bosses/wildy/CrazyArchaeologist.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"CrazyArchaeologist.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/bosses/wildy/CrazyArchaeologist.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAqDjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/wildy/KingBlackDragon.d.ts b/dist/types/simulation/monsters/bosses/wildy/KingBlackDragon.d.ts new file mode 100644 index 000000000..225314921 --- /dev/null +++ b/dist/types/simulation/monsters/bosses/wildy/KingBlackDragon.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=KingBlackDragon.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/wildy/KingBlackDragon.d.ts.map b/dist/types/simulation/monsters/bosses/wildy/KingBlackDragon.d.ts.map new file mode 100644 index 000000000..66ef38a0c --- /dev/null +++ b/dist/types/simulation/monsters/bosses/wildy/KingBlackDragon.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"KingBlackDragon.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/bosses/wildy/KingBlackDragon.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AA2CjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/wildy/Scorpia.d.ts b/dist/types/simulation/monsters/bosses/wildy/Scorpia.d.ts new file mode 100644 index 000000000..84bdefb4b --- /dev/null +++ b/dist/types/simulation/monsters/bosses/wildy/Scorpia.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Scorpia.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/wildy/Scorpia.d.ts.map b/dist/types/simulation/monsters/bosses/wildy/Scorpia.d.ts.map new file mode 100644 index 000000000..61758fbd2 --- /dev/null +++ b/dist/types/simulation/monsters/bosses/wildy/Scorpia.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Scorpia.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/bosses/wildy/Scorpia.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAiDjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/wildy/Spindel.d.ts b/dist/types/simulation/monsters/bosses/wildy/Spindel.d.ts new file mode 100644 index 000000000..f5184f167 --- /dev/null +++ b/dist/types/simulation/monsters/bosses/wildy/Spindel.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Spindel.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/wildy/Spindel.d.ts.map b/dist/types/simulation/monsters/bosses/wildy/Spindel.d.ts.map new file mode 100644 index 000000000..4fbb3b55f --- /dev/null +++ b/dist/types/simulation/monsters/bosses/wildy/Spindel.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Spindel.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/bosses/wildy/Spindel.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AA+DjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/wildy/Venenatis.d.ts b/dist/types/simulation/monsters/bosses/wildy/Venenatis.d.ts new file mode 100644 index 000000000..3c16e6414 --- /dev/null +++ b/dist/types/simulation/monsters/bosses/wildy/Venenatis.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Venenatis.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/wildy/Venenatis.d.ts.map b/dist/types/simulation/monsters/bosses/wildy/Venenatis.d.ts.map new file mode 100644 index 000000000..cff421489 --- /dev/null +++ b/dist/types/simulation/monsters/bosses/wildy/Venenatis.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Venenatis.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/bosses/wildy/Venenatis.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAoEjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/wildy/Vetion.d.ts b/dist/types/simulation/monsters/bosses/wildy/Vetion.d.ts new file mode 100644 index 000000000..b227aa20c --- /dev/null +++ b/dist/types/simulation/monsters/bosses/wildy/Vetion.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Vetion.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/wildy/Vetion.d.ts.map b/dist/types/simulation/monsters/bosses/wildy/Vetion.d.ts.map new file mode 100644 index 000000000..cb4242936 --- /dev/null +++ b/dist/types/simulation/monsters/bosses/wildy/Vetion.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Vetion.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/bosses/wildy/Vetion.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AA4EjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/wildy/index.d.ts b/dist/types/simulation/monsters/bosses/wildy/index.d.ts new file mode 100644 index 000000000..2f99683f0 --- /dev/null +++ b/dist/types/simulation/monsters/bosses/wildy/index.d.ts @@ -0,0 +1,14 @@ +export declare const allWildyBosses: { + Callisto: import("../../../..").SimpleMonster; + ChaosElemental: import("../../../..").SimpleMonster; + CrazyArchaeologist: import("../../../..").SimpleMonster; + KingBlackDragon: import("../../../..").SimpleMonster; + Scorpia: import("../../../..").SimpleMonster; + Venenatis: import("../../../..").SimpleMonster; + Vetion: import("../../../..").SimpleMonster; + ChaosFanatic: import("../../../..").SimpleMonster; + Artio: import("../../../..").SimpleMonster; + Spindel: import("../../../..").SimpleMonster; + Calvarion: import("../../../..").SimpleMonster; +}; +//# sourceMappingURL=index.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/bosses/wildy/index.d.ts.map b/dist/types/simulation/monsters/bosses/wildy/index.d.ts.map new file mode 100644 index 000000000..81b04cba8 --- /dev/null +++ b/dist/types/simulation/monsters/bosses/wildy/index.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/bosses/wildy/index.ts"],"names":[],"mappings":"AAYA,eAAO,MAAM,cAAc;;;;;;;;;;;;CAY1B,CAAC"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/index.d.ts b/dist/types/simulation/monsters/index.d.ts new file mode 100644 index 000000000..86e8000f7 --- /dev/null +++ b/dist/types/simulation/monsters/index.d.ts @@ -0,0 +1,440 @@ +import { Collection } from "../../structures/Collection"; +import type Monster from "../../structures/Monster"; +export declare const Monsters: Collection & { + FlawedGolem: import("../..").SimpleMonster; + MindGolem: import("../..").SimpleMonster; + BodyGolem: import("../..").SimpleMonster; + ChaosGolem: import("../..").SimpleMonster; + ReanimatedGoblin: import("../..").SimpleMonster; + ReanimatedMonkey: import("../..").SimpleMonster; + ReanimatedImp: import("../..").SimpleMonster; + ReanimatedMinotaur: import("../..").SimpleMonster; + ReanimatedScorpion: import("../..").SimpleMonster; + ReanimatedBear: import("../..").SimpleMonster; + ReanimatedUnicorn: import("../..").SimpleMonster; + ReanimatedDog: import("../..").SimpleMonster; + ReanimatedChaosDruid: import("../..").SimpleMonster; + ReanimatedGiant: import("../..").SimpleMonster; + ReanimatedOgre: import("../..").SimpleMonster; + ReanimatedElf: import("../..").SimpleMonster; + ReanimatedTroll: import("../..").SimpleMonster; + ReanimatedHorror: import("../..").SimpleMonster; + ReanimatedKalphite: import("../..").SimpleMonster; + ReanimatedDagannoth: import("../..").SimpleMonster; + ReanimatedBloodveld: import("../..").SimpleMonster; + ReanimatedTzhaar: import("../..").SimpleMonster; + ReanimatedDemon: import("../..").SimpleMonster; + ReanimatedHellhound: import("../..").SimpleMonster; + ReanimatedAviansie: import("../..").SimpleMonster; + ReanimatedAbyssal: import("../..").SimpleMonster; + ReanimatedDragon: import("../..").SimpleMonster; + Frogeel: import("../..").SimpleMonster; + Newtroost: import("../..").SimpleMonster; + Spidine: import("../..").SimpleMonster; + Swordchick: import("../..").SimpleMonster; + Unicow: import("../..").SimpleMonster; + Jubster: import("../..").SimpleMonster; + AbhorrentSpectre: import("../..").SimpleMonster; + BasiliskSentinel: import("../..").SimpleMonster; + CaveAbomination: import("../..").SimpleMonster; + ChasmCrawler: import("../..").SimpleMonster; + ChokeDevil: import("../..").SimpleMonster; + Cockathrice: import("../..").SimpleMonster; + ColossalHydra: import("../..").SimpleMonster; + CrushingHand: import("../..").SimpleMonster; + FlamingPyrelord: import("../..").SimpleMonster; + GiantRockslug: import("../..").SimpleMonster; + GreaterAbyssalDemon: import("../..").SimpleMonster; + GuardianDrake: import("../..").SimpleMonster; + InsatiableBloodveld: import("../..").SimpleMonster; + InsatiableMutatedBloodveld: import("../..").SimpleMonster; + KingKurask: import("../..").SimpleMonster; + MalevolentMage: import("../..").SimpleMonster; + MarbleGargoyle: import("../..").SimpleMonster; + MonstrousBasilisk: import("../..").SimpleMonster; + Nechryarch: import("../..").SimpleMonster; + NightBeast: import("../..").SimpleMonster; + NuclearSmokeDevil: import("../..").SimpleMonster; + RepugnantSpectre: import("../..").SimpleMonster; + ScreamingBanshee: import("../..").SimpleMonster; + ScreamingTwistedBanshee: import("../..").SimpleMonster; + ShadowWyrm: import("../..").SimpleMonster; + SpikedTuroth: import("../..").SimpleMonster; + VitreousJelly: import("../..").SimpleMonster; + VitreousWarpedJelly: import("../..").SimpleMonster; + Barrows: import("./special/Barrows").Barrows; + TzTokJad: import("./special/TzTokJad").TzTokJadClass; + Hespori: import("./special/Hespori").Hespori; + TzKalZuk: import("./special/TzKalZuk").TzKalZukClass; + BloodReaver: import("../..").SimpleMonster; + BrutalBlackDragon: import("../..").SimpleMonster; + BabyBlackDragon: import("../..").SimpleMonster; + Bandit: import("../..").SimpleMonster; + ArmadylianGuard: import("../..").SimpleMonster; + BlackKnight: import("../..").SimpleMonster; + DarkWarrior: import("../..").SimpleMonster; + DeadlyRedSpider: import("../..").SimpleMonster; + ElderChaosDruid: import("../..").SimpleMonster; + Ent: import("../..").SimpleMonster; + RevenantCyclops: import("../..").SimpleMonster; + RevenantPyrefiend: import("../..").SimpleMonster; + RevenantOrk: import("../..").SimpleMonster; + RevenantKnight: import("../..").SimpleMonster; + RevenantImp: import("../..").SimpleMonster; + RevenantHobgoblin: import("../..").SimpleMonster; + RevenantHellhound: import("../..").SimpleMonster; + RevenantGoblin: import("../..").SimpleMonster; + RevenantDragon: import("../..").SimpleMonster; + RevenantDemon: import("../..").SimpleMonster; + RevenantDarkBeast: import("../..").SimpleMonster; + Pirate: import("../..").SimpleMonster; + Mammoth: import("../..").SimpleMonster; + MagicAxe: import("../..").SimpleMonster; + LavaDragon: import("../..").SimpleMonster; + GuardBandit: import("../..").SimpleMonster; + DagannothSpawn: import("../..").SimpleMonster; + FeralVampyre: import("../..").SimpleMonster; + FeverSpider: import("../..").SimpleMonster; + GiantSeaSnake: import("../..").SimpleMonster; + GreaterNechryael: import("../..").SimpleMonster; + GreenDragon: import("../..").SimpleMonster; + HarpieBugSwarm: import("../..").SimpleMonster; + InfernalMage: import("../..").SimpleMonster; + JungleHorror: import("../..").SimpleMonster; + Killerwatt: import("../..").SimpleMonster; + LesserDemon: import("../..").SimpleMonster; + ElfArcher: import("../..").SimpleMonster; + FleshCrawler: import("../..").SimpleMonster; + FiyrShade: import("../..").SimpleMonster; + DeviantSpectre: import("../..").SimpleMonster; + DagannothPrime: import("../..").SimpleMonster; + DaganothFledgeling: import("../..").SimpleMonster; + Hydra: import("../..").SimpleMonster; + IceGiant: import("../..").SimpleMonster; + IceTroll: import("../..").SimpleMonster; + IceWarrior: import("../..").SimpleMonster; + PhrinShade: import("../..").SimpleMonster; + Otherworldlybeing: import("../..").SimpleMonster; + MutatedBloodveld: import("../..").SimpleMonster; + Mourner: import("../..").SimpleMonster; + MossGiant: import("../..").SimpleMonster; + Molanisk: import("../..").SimpleMonster; + Mogre: import("../..").SimpleMonster; + LoarShade: import("../..").SimpleMonster; + LizardmanBrute: import("../..").SimpleMonster; + Jelly: import("../..").SimpleMonster; + IorwerthArcher: import("../..").SimpleMonster; + IorwerthWarrior: import("../..").SimpleMonster; + Werewolf: import("../..").SimpleMonster; + Waterfiend: import("../..").SimpleMonster; + WarpedJelly: import("../..").SimpleMonster; + WallBeast: import("../..").SimpleMonster; + VyrewatchSentinel: import("../..").SimpleMonster; + Vyrewatch: import("../..").SimpleMonster; + VampyreJuvinate: import("../..").SimpleMonster; + TzHaarKet: import("../..").SimpleMonster; + TrollGeneral: import("../..").SimpleMonster; + TerrorDog: import("../..").SimpleMonster; + ShadowWarrior: import("../..").SimpleMonster; + Shade: import("../..").SimpleMonster; + SeaSnakeYoung: import("../..").SimpleMonster; + SeaSnakeHatchling: import("../..").SimpleMonster; + Rockslug: import("../..").SimpleMonster; + RiylShade: import("../..").SimpleMonster; + Pyrefiend: import("../..").SimpleMonster; + Pyrelord: import("../..").SimpleMonster; + Porazdir: import("../..").SimpleMonster; + Ogre: import("../..").SimpleMonster; + OgressShaman: import("../..").SimpleMonster; + OgressWarrior: import("../..").SimpleMonster; + AncientZygomite: import("../..").SimpleMonster; + AsynShade: import("../..").SimpleMonster; + BabyBlueDragon: import("../..").SimpleMonster; + BabyGreenDragon: import("../..").SimpleMonster; + BabyRedDragon: import("../..").SimpleMonster; + BronzeDragon: import("../..").SimpleMonster; + BrutalBlueDragon: import("../..").SimpleMonster; + BrutalGreenDragon: import("../..").SimpleMonster; + BrutalRedDragon: import("../..").SimpleMonster; + Catablepon: import("../..").SimpleMonster; + Cockatrice: import("../..").SimpleMonster; + Crocodile: import("../..").SimpleMonster; + Cyclops: import("../..").SimpleMonster; + TempleSpider: import("../..").SimpleMonster; + TerrorBird: import("../..").SimpleMonster; + TorturedGorilla: import("../..").SimpleMonster; + TorturedSoul: import("../..").SimpleMonster; + TwistedBanshee: import("../..").SimpleMonster; + UndeadChicken: import("../..").SimpleMonster; + UndeadCow: import("../..").SimpleMonster; + UndeadDruid: import("../..").SimpleMonster; + UndeadOne: import("../..").SimpleMonster; + UriumShade: import("../..").SimpleMonster; + WhiteWolf: import("../..").SimpleMonster; + WildDog: import("../..").SimpleMonster; + Zogre: import("../..").SimpleMonster; + ZombieRat: import("../..").SimpleMonster; + Penguin: import("../..").SimpleMonster; + PitScorpion: import("../..").SimpleMonster; + PoisonScorpion: import("../..").SimpleMonster; + Rooster: import("../..").SimpleMonster; + Seagull: import("../..").SimpleMonster; + ShadowSpider: import("../..").SimpleMonster; + SkeletonFremennik: import("../..").SimpleMonster; + SkeletonMage: import("../..").SimpleMonster; + Skogre: import("../..").SimpleMonster; + SmallLizard: import("../..").SimpleMonster; + SulphurLizard: import("../..").SimpleMonster; + GiantBat: import("../..").SimpleMonster; + GiantCryptSpider: import("../..").SimpleMonster; + GiantRat: import("../..").SimpleMonster; + GiantSpider: import("../..").SimpleMonster; + GrizzlyBear: import("../..").SimpleMonster; + GrizzlyBearCub: import("../..").SimpleMonster; + IceWolf: import("../..").SimpleMonster; + Jackal: import("../..").SimpleMonster; + JungleWolf: import("../..").SimpleMonster; + KalphiteGuardian: import("../..").SimpleMonster; + KalphiteSoldier: import("../..").SimpleMonster; + KingScorpion: import("../..").SimpleMonster; + Lobstrosity: import("../..").SimpleMonster; + MonkeyArcher: import("../..").SimpleMonster; + MonkeyGuard: import("../..").SimpleMonster; + MonkeyZombie: import("../..").SimpleMonster; + MountedTerrorBirdGnome: import("../..").SimpleMonster; + BearCub: import("../..").SimpleMonster; + BigWolf: import("../..").SimpleMonster; + Bird: import("../..").SimpleMonster; + BlackGuard: import("../..").SimpleMonster; + CaveGoblinGuard: import("../..").SimpleMonster; + ChaosDwarf: import("../..").SimpleMonster; + Chicken: import("../..").SimpleMonster; + ChompyBird: import("../..").SimpleMonster; + CowCalf: import("../..").SimpleMonster; + CryptRat: import("../..").SimpleMonster; + DeathWing: import("../..").SimpleMonster; + DesertLizard: import("../..").SimpleMonster; + DesertWolf: import("../..").SimpleMonster; + Duck: import("../..").SimpleMonster; + Duckling: import("../..").SimpleMonster; + DungeonRat: import("../..").SimpleMonster; + DwarfGangMember: import("../..").SimpleMonster; + AberrantSpectre: import("../..").SimpleMonster; + Dagannoth: import("../..").SimpleMonster; + Guard: import("../..").SimpleMonster; + RedDragon: import("../..").SimpleMonster; + AbyssalDemon: import("../..").SimpleMonster; + DarkBeast: import("../..").SimpleMonster; + Hellhound: import("../..").SimpleMonster; + RuneDragon: import("../..").SimpleMonster; + AdamantDragon: import("../..").SimpleMonster; + DemonicGorilla: import("../..").SimpleMonster; + ScarabMage: import("../..").SimpleMonster; + Ankou: import("../..").SimpleMonster; + Drake: import("../..").SimpleMonster; + IronDragon: import("../..").SimpleMonster; + SkeletalWyvern: import("../..").SimpleMonster; + Aviansie: import("../..").SimpleMonster; + DustDevil: import("../..").SimpleMonster; + KalphiteWorker: import("../..").SimpleMonster; + SmokeDevil: import("../..").SimpleMonster; + BasiliskKnight: import("../..").SimpleMonster; + ElfWarrior: import("../..").SimpleMonster; + Kurask: import("../..").SimpleMonster; + SpiritualMage: import("../..").SimpleMonster; + Basilisk: import("../..").SimpleMonster; + FireGiant: import("../..").SimpleMonster; + LizardmanShaman: import("../..").SimpleMonster; + SpiritualRanger: import("../..").SimpleMonster; + BlackDemon: import("../..").SimpleMonster; + FossilIslandWyvernAncient: import("../..").SimpleMonster; + Lizardman: import("../..").SimpleMonster; + SpiritualWarrior: import("../..").SimpleMonster; + BlackDragon: import("../..").SimpleMonster; + FossilIslandWyvernLongTailed: import("../..").SimpleMonster; + LocustRider: import("../..").SimpleMonster; + SteelDragon: import("../..").SimpleMonster; + Bloodveld: import("../..").SimpleMonster; + FossilIslandWyvernSpitting: import("../..").SimpleMonster; + Man: import("../..").SimpleMonster; + Suqah: import("../..").SimpleMonster; + BlueDragon: import("../..").SimpleMonster; + FossilIslandWyvernTaloned: import("../..").SimpleMonster; + MithrilDragon: import("../..").SimpleMonster; + Turoth: import("../..").SimpleMonster; + BrineRat: import("../..").SimpleMonster; + Gargoyle: import("../..").SimpleMonster; + MountainTroll: import("../..").SimpleMonster; + Woman: import("../..").SimpleMonster; + CaveHorror: import("../..").SimpleMonster; + Goblin: import("../..").SimpleMonster; + Zygomite: import("../..").SimpleMonster; + Wyrm: import("../..").SimpleMonster; + CaveKraken: import("../..").SimpleMonster; + GreaterDemon: import("../..").SimpleMonster; + Nechryael: import("../..").SimpleMonster; + Banshee: import("../..").SimpleMonster; + CaveBug: import("../..").SimpleMonster; + Cow: import("../..").SimpleMonster; + Dwarf: import("../..").SimpleMonster; + Lizard: import("../..").SimpleMonster; + Rat: import("../..").SimpleMonster; + Spider: import("../..").SimpleMonster; + Bat: import("../..").SimpleMonster; + CaveCrawler: import("../..").SimpleMonster; + CrawlingHand: import("../..").SimpleMonster; + Ghost: import("../..").SimpleMonster; + Minotaur: import("../..").SimpleMonster; + Scorpion: import("../..").SimpleMonster; + Wolf: import("../..").SimpleMonster; + BlackBear: import("../..").SimpleMonster; + CaveSlime: import("../..").SimpleMonster; + GuardDog: import("../..").SimpleMonster; + Icefiend: import("../..").SimpleMonster; + Monkey: import("../..").SimpleMonster; + Skeleton: import("../..").SimpleMonster; + Zombie: import("../..").SimpleMonster; + HillGiant: import("../..").SimpleMonster; + BeardedBandit: import("../..").SimpleMonster; + CaveGoblin: import("../..").SimpleMonster; + DesertBandit: import("../..").SimpleMonster; + Elf: import("../..").SimpleMonster; + Farmer: import("../..").SimpleMonster; + FremennikCitizen: import("../..").SimpleMonster; + Gnome: import("../..").SimpleMonster; + Goat: import("../..").SimpleMonster; + MaleHamMember: import("../..").SimpleMonster; + FemaleHamMember: import("../..").SimpleMonster; + Hero: import("../..").SimpleMonster; + KnightOfArdougne: import("../..").SimpleMonster; + MasterFarmer: import("../..").SimpleMonster; + Paladin: import("../..").SimpleMonster; + YanilleWatchman: import("../..").SimpleMonster; + Vyre: import("../..").SimpleMonster; + TzHaarHur: import("../..").SimpleMonster; + Rogue: import("../..").SimpleMonster; + PrifddinasElf: import("../..").SimpleMonster; + PollnivnianBandit: import("../..").SimpleMonster; + WarriorWoman: import("../..").SimpleMonster; + AlKharidWarrior: import("../..").SimpleMonster; + Ghoul: import("../..").SimpleMonster; + EarthWarrior: import("../..").SimpleMonster; + Imp: import("../..").SimpleMonster; + Jogre: import("../..").SimpleMonster; + Hobgoblin: import("../..").SimpleMonster; + ChaosDruid: import("../..").SimpleMonster; + Unicorn: import("../..").SimpleMonster; + MenaphiteThug: import("../..").SimpleMonster; + PriffRabbit: import("../..").SimpleMonster; + TzHaarXil: import("../..").SimpleMonster; + TzHaarMej: import("../..").SimpleMonster; + GiantFrog: import("../..").SimpleMonster; + JubblyBird: import("../..").SimpleMonster; + ManiacalMonkey: import("../..").SimpleMonster; + ZombiePirate: import("../..").SimpleMonster; + TormentedDemon: import("../..").SimpleMonster; + ArmouredZombie: import("../..").SimpleMonster; + Crab: import("../..").SimpleMonster; + AbyssalSire: import("../..").SimpleMonster; + Cerberus: import("../..").SimpleMonster; + AlchemicalHydra: import("../..").SimpleMonster; + GrotesqueGuardians: import("../..").SimpleMonster; + ThermonuclearSmokeDevil: import("../..").SimpleMonster; + Kraken: import("../..").SimpleMonster; + Callisto: import("../..").SimpleMonster; + ChaosElemental: import("../..").SimpleMonster; + CrazyArchaeologist: import("../..").SimpleMonster; + KingBlackDragon: import("../..").SimpleMonster; + Scorpia: import("../..").SimpleMonster; + Venenatis: import("../..").SimpleMonster; + Vetion: import("../..").SimpleMonster; + ChaosFanatic: import("../..").SimpleMonster; + Artio: import("../..").SimpleMonster; + Spindel: import("../..").SimpleMonster; + Calvarion: import("../..").SimpleMonster; + Araxxor: import("../..").SimpleMonster; + CorporealBeast: import("../..").SimpleMonster; + DagannothRex: import("../..").SimpleMonster; + DagannothSupreme: import("../..").SimpleMonster; + GiantMole: import("../..").SimpleMonster; + KalphiteQueen: import("../..").SimpleMonster; + Obor: import("../..").SimpleMonster; + Sarachnis: import("../..").SimpleMonster; + Vorkath: import("../..").SimpleMonster; + Zulrah: import("../..").SimpleMonster; + CommanderZilyana: import("../..").SimpleMonster; + GeneralGraardor: import("../..").SimpleMonster; + Kreearra: import("../..").SimpleMonster; + KrilTsutsaroth: import("../..").SimpleMonster; + Bryophyta: import("../..").SimpleMonster; + Skotizo: import("../..").SimpleMonster; + DerangedArchaeologist: import("../..").SimpleMonster; + PhantomMuspah: import("../..").SimpleMonster; + DukeSucellus: { + allItems: number[]; + kill(quantity?: number, options?: import("../..").MonsterKillOptions): import("../..").Bank; + id: number; + name: string; + aliases: string[]; + data: import("../..").MonsterData; + }; + Vardorvis: { + allItems: number[]; + kill(quantity?: number, options?: import("../..").MonsterKillOptions): import("../..").Bank; + id: number; + name: string; + aliases: string[]; + data: import("../..").MonsterData; + }; + TheLeviathan: { + allItems: number[]; + kill(quantity?: number, options?: import("../..").MonsterKillOptions): import("../..").Bank; + id: number; + name: string; + aliases: string[]; + data: import("../..").MonsterData; + }; + TheWhisperer: { + allItems: number[]; + kill(quantity?: number, options?: import("../..").MonsterKillOptions): import("../..").Bank; + id: number; + name: string; + aliases: string[]; + data: import("../..").MonsterData; + }; + AwakenedDukeSucellus: { + kill(quantity?: number, options?: import("../..").MonsterKillOptions): import("../..").Bank; + id: number; + name: string; + aliases: string[]; + data: import("../..").MonsterData; + allItems: number[]; + }; + AwakenedTheLeviathan: { + kill(quantity?: number, options?: import("../..").MonsterKillOptions): import("../..").Bank; + id: number; + name: string; + aliases: string[]; + data: import("../..").MonsterData; + allItems: number[]; + }; + AwakenedTheWhisperer: { + kill(quantity?: number, options?: import("../..").MonsterKillOptions): import("../..").Bank; + id: number; + name: string; + aliases: string[]; + data: import("../..").MonsterData; + allItems: number[]; + }; + AwakenedVardorvis: { + kill(quantity?: number, options?: import("../..").MonsterKillOptions): import("../..").Bank; + id: number; + name: string; + aliases: string[]; + data: import("../..").MonsterData; + allItems: number[]; + }; + Scurrius: import("../..").SimpleMonster; +}; +export default Monsters; +//# sourceMappingURL=index.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/index.d.ts.map b/dist/types/simulation/monsters/index.d.ts.map new file mode 100644 index 000000000..f64fdd09b --- /dev/null +++ b/dist/types/simulation/monsters/index.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/simulation/monsters/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,6BAA6B,CAAC;AACzD,OAAO,KAAK,OAAO,MAAM,0BAA0B,CAAC;AAqBpD,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA6D,CAAC;AAEnF,eAAe,QAAQ,CAAC"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/AberrantSpectre.d.ts b/dist/types/simulation/monsters/low/a-f/AberrantSpectre.d.ts new file mode 100644 index 000000000..d09172bd9 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/AberrantSpectre.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const AberrantSpectrePreTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=AberrantSpectre.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/AberrantSpectre.d.ts.map b/dist/types/simulation/monsters/low/a-f/AberrantSpectre.d.ts.map new file mode 100644 index 000000000..d0b305865 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/AberrantSpectre.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"AberrantSpectre.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/AberrantSpectre.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAUjE,eAAO,MAAM,uBAAuB,WAmBf,CAAC;;AAQtB,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/AbyssalDemon.d.ts b/dist/types/simulation/monsters/low/a-f/AbyssalDemon.d.ts new file mode 100644 index 000000000..8ca06f12d --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/AbyssalDemon.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const AbyssalDemonPreTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=AbyssalDemon.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/AbyssalDemon.d.ts.map b/dist/types/simulation/monsters/low/a-f/AbyssalDemon.d.ts.map new file mode 100644 index 000000000..2a76727ba --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/AbyssalDemon.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"AbyssalDemon.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/AbyssalDemon.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AA6BjE,eAAO,MAAM,oBAAoB,WAsCZ,CAAC;;AAiBtB,wBAMG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/AdamantDragon.d.ts b/dist/types/simulation/monsters/low/a-f/AdamantDragon.d.ts new file mode 100644 index 000000000..c9d0de830 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/AdamantDragon.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=AdamantDragon.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/AdamantDragon.d.ts.map b/dist/types/simulation/monsters/low/a-f/AdamantDragon.d.ts.map new file mode 100644 index 000000000..7ab8e2f99 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/AdamantDragon.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"AdamantDragon.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/AdamantDragon.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AA8CjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/AlKharidWarrior.d.ts b/dist/types/simulation/monsters/low/a-f/AlKharidWarrior.d.ts new file mode 100644 index 000000000..e0f910930 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/AlKharidWarrior.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=AlKharidWarrior.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/AlKharidWarrior.d.ts.map b/dist/types/simulation/monsters/low/a-f/AlKharidWarrior.d.ts.map new file mode 100644 index 000000000..4a9835c85 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/AlKharidWarrior.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"AlKharidWarrior.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/AlKharidWarrior.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAEjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/AncientZygomite.d.ts b/dist/types/simulation/monsters/low/a-f/AncientZygomite.d.ts new file mode 100644 index 000000000..eecfa25e1 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/AncientZygomite.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=AncientZygomite.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/AncientZygomite.d.ts.map b/dist/types/simulation/monsters/low/a-f/AncientZygomite.d.ts.map new file mode 100644 index 000000000..afb4a17ef --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/AncientZygomite.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"AncientZygomite.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/AncientZygomite.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AA+CjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/Ankou.d.ts b/dist/types/simulation/monsters/low/a-f/Ankou.d.ts new file mode 100644 index 000000000..efb25a05c --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/Ankou.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Ankou.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/Ankou.d.ts.map b/dist/types/simulation/monsters/low/a-f/Ankou.d.ts.map new file mode 100644 index 000000000..c1b65ae65 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/Ankou.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Ankou.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/Ankou.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AA4EjE,wBAMG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/ArmadylianGuard.d.ts b/dist/types/simulation/monsters/low/a-f/ArmadylianGuard.d.ts new file mode 100644 index 000000000..c3a6f5e7a --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/ArmadylianGuard.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const ArmadylianGuardTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=ArmadylianGuard.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/ArmadylianGuard.d.ts.map b/dist/types/simulation/monsters/low/a-f/ArmadylianGuard.d.ts.map new file mode 100644 index 000000000..127cb3c3a --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/ArmadylianGuard.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"ArmadylianGuard.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/ArmadylianGuard.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAIjE,eAAO,MAAM,oBAAoB,WA8BZ,CAAC;;AAEtB,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/ArmouredZombie.d.ts b/dist/types/simulation/monsters/low/a-f/ArmouredZombie.d.ts new file mode 100644 index 000000000..792c99dd2 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/ArmouredZombie.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const ArmouredZombieTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=ArmouredZombie.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/ArmouredZombie.d.ts.map b/dist/types/simulation/monsters/low/a-f/ArmouredZombie.d.ts.map new file mode 100644 index 000000000..f84f0ef1a --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/ArmouredZombie.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"ArmouredZombie.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/ArmouredZombie.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAIjE,eAAO,MAAM,mBAAmB,WAgCU,CAAC;;AAE3C,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/AsynShade.d.ts b/dist/types/simulation/monsters/low/a-f/AsynShade.d.ts new file mode 100644 index 000000000..b3920d5d2 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/AsynShade.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const AsynShadeTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=AsynShade.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/AsynShade.d.ts.map b/dist/types/simulation/monsters/low/a-f/AsynShade.d.ts.map new file mode 100644 index 000000000..e183567a3 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/AsynShade.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"AsynShade.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/AsynShade.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,cAAc,WAAwC,CAAC;;AAEpE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/Aviansie.d.ts b/dist/types/simulation/monsters/low/a-f/Aviansie.d.ts new file mode 100644 index 000000000..09e57d7c6 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/Aviansie.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Aviansie.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/Aviansie.d.ts.map b/dist/types/simulation/monsters/low/a-f/Aviansie.d.ts.map new file mode 100644 index 000000000..e27b582bf --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/Aviansie.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Aviansie.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/Aviansie.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAuCjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/BabyBlackDragon.d.ts b/dist/types/simulation/monsters/low/a-f/BabyBlackDragon.d.ts new file mode 100644 index 000000000..3146e8f6f --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/BabyBlackDragon.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=BabyBlackDragon.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/BabyBlackDragon.d.ts.map b/dist/types/simulation/monsters/low/a-f/BabyBlackDragon.d.ts.map new file mode 100644 index 000000000..92f7fa3ed --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/BabyBlackDragon.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"BabyBlackDragon.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/BabyBlackDragon.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAIjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/BabyBlueDragon.d.ts b/dist/types/simulation/monsters/low/a-f/BabyBlueDragon.d.ts new file mode 100644 index 000000000..047464173 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/BabyBlueDragon.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=BabyBlueDragon.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/BabyBlueDragon.d.ts.map b/dist/types/simulation/monsters/low/a-f/BabyBlueDragon.d.ts.map new file mode 100644 index 000000000..5c24062cc --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/BabyBlueDragon.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"BabyBlueDragon.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/BabyBlueDragon.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAQjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/BabyGreenDragon.d.ts b/dist/types/simulation/monsters/low/a-f/BabyGreenDragon.d.ts new file mode 100644 index 000000000..47de3b5ec --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/BabyGreenDragon.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=BabyGreenDragon.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/BabyGreenDragon.d.ts.map b/dist/types/simulation/monsters/low/a-f/BabyGreenDragon.d.ts.map new file mode 100644 index 000000000..f97ef7f72 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/BabyGreenDragon.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"BabyGreenDragon.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/BabyGreenDragon.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAIjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/BabyRedDragon.d.ts b/dist/types/simulation/monsters/low/a-f/BabyRedDragon.d.ts new file mode 100644 index 000000000..ef2223387 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/BabyRedDragon.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=BabyRedDragon.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/BabyRedDragon.d.ts.map b/dist/types/simulation/monsters/low/a-f/BabyRedDragon.d.ts.map new file mode 100644 index 000000000..785618ddf --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/BabyRedDragon.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"BabyRedDragon.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/BabyRedDragon.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAIjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/Bandit.d.ts b/dist/types/simulation/monsters/low/a-f/Bandit.d.ts new file mode 100644 index 000000000..ac55b4a37 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/Bandit.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Bandit.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/Bandit.d.ts.map b/dist/types/simulation/monsters/low/a-f/Bandit.d.ts.map new file mode 100644 index 000000000..345b68243 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/Bandit.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Bandit.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/Bandit.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AA6CjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/Banshee.d.ts b/dist/types/simulation/monsters/low/a-f/Banshee.d.ts new file mode 100644 index 000000000..32d6c1525 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/Banshee.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const BansheePreTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Banshee.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/Banshee.d.ts.map b/dist/types/simulation/monsters/low/a-f/Banshee.d.ts.map new file mode 100644 index 000000000..7ab001d74 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/Banshee.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Banshee.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/Banshee.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAIjE,eAAO,MAAM,eAAe,WA+BP,CAAC;;AAItB,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/Basilisk.d.ts b/dist/types/simulation/monsters/low/a-f/Basilisk.d.ts new file mode 100644 index 000000000..eb4cffd77 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/Basilisk.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const BasiliskPreTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Basilisk.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/Basilisk.d.ts.map b/dist/types/simulation/monsters/low/a-f/Basilisk.d.ts.map new file mode 100644 index 000000000..d9a24576f --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/Basilisk.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Basilisk.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/Basilisk.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAIjE,eAAO,MAAM,gBAAgB,WA8BR,CAAC;;AAStB,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/BasiliskKnight.d.ts b/dist/types/simulation/monsters/low/a-f/BasiliskKnight.d.ts new file mode 100644 index 000000000..a6f2863a9 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/BasiliskKnight.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const BasiliskKnightPreTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=BasiliskKnight.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/BasiliskKnight.d.ts.map b/dist/types/simulation/monsters/low/a-f/BasiliskKnight.d.ts.map new file mode 100644 index 000000000..db5d4f49c --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/BasiliskKnight.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"BasiliskKnight.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/BasiliskKnight.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAIjE,eAAO,MAAM,sBAAsB,WA0Bd,CAAC;;AA0BtB,wBAMG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/Bat.d.ts b/dist/types/simulation/monsters/low/a-f/Bat.d.ts new file mode 100644 index 000000000..8682f9b07 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/Bat.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const BatTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Bat.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/Bat.d.ts.map b/dist/types/simulation/monsters/low/a-f/Bat.d.ts.map new file mode 100644 index 000000000..4a24305df --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/Bat.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Bat.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/Bat.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,QAAQ,WAAqC,CAAC;;AAC3D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/BearCub.d.ts b/dist/types/simulation/monsters/low/a-f/BearCub.d.ts new file mode 100644 index 000000000..aa0aeb8ae --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/BearCub.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const BearCubTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=BearCub.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/BearCub.d.ts.map b/dist/types/simulation/monsters/low/a-f/BearCub.d.ts.map new file mode 100644 index 000000000..39074055d --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/BearCub.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"BearCub.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/BearCub.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,YAAY,WAOkB,CAAC;;AAE5C,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/BeardedBandit.d.ts b/dist/types/simulation/monsters/low/a-f/BeardedBandit.d.ts new file mode 100644 index 000000000..d7a711ffc --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/BeardedBandit.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=BeardedBandit.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/BeardedBandit.d.ts.map b/dist/types/simulation/monsters/low/a-f/BeardedBandit.d.ts.map new file mode 100644 index 000000000..8835d7400 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/BeardedBandit.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"BeardedBandit.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/BeardedBandit.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAEjE,wBAMG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/BigWolf.d.ts b/dist/types/simulation/monsters/low/a-f/BigWolf.d.ts new file mode 100644 index 000000000..266adc35f --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/BigWolf.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const BigWolfTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=BigWolf.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/BigWolf.d.ts.map b/dist/types/simulation/monsters/low/a-f/BigWolf.d.ts.map new file mode 100644 index 000000000..38b7452e7 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/BigWolf.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"BigWolf.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/BigWolf.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,YAAY,WAAsC,CAAC;;AAEhE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/Bird.d.ts b/dist/types/simulation/monsters/low/a-f/Bird.d.ts new file mode 100644 index 000000000..55a707f12 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/Bird.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const BirdTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Bird.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/Bird.d.ts.map b/dist/types/simulation/monsters/low/a-f/Bird.d.ts.map new file mode 100644 index 000000000..ab58a3b15 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/Bird.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Bird.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/Bird.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,SAAS,WAAkB,CAAC;;AAEzC,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/BlackBear.d.ts b/dist/types/simulation/monsters/low/a-f/BlackBear.d.ts new file mode 100644 index 000000000..0388b9f9a --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/BlackBear.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const BlackBearTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=BlackBear.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/BlackBear.d.ts.map b/dist/types/simulation/monsters/low/a-f/BlackBear.d.ts.map new file mode 100644 index 000000000..73d9d38e1 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/BlackBear.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"BlackBear.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/BlackBear.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,cAAc,WAOgB,CAAC;;AAE5C,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/BlackDemon.d.ts b/dist/types/simulation/monsters/low/a-f/BlackDemon.d.ts new file mode 100644 index 000000000..9ff1a05d2 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/BlackDemon.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=BlackDemon.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/BlackDemon.d.ts.map b/dist/types/simulation/monsters/low/a-f/BlackDemon.d.ts.map new file mode 100644 index 000000000..7d73b4b1e --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/BlackDemon.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"BlackDemon.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/BlackDemon.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AA2EjE,wBAMG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/BlackDragon.d.ts b/dist/types/simulation/monsters/low/a-f/BlackDragon.d.ts new file mode 100644 index 000000000..ff9bdd8f5 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/BlackDragon.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=BlackDragon.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/BlackDragon.d.ts.map b/dist/types/simulation/monsters/low/a-f/BlackDragon.d.ts.map new file mode 100644 index 000000000..b9f6671e5 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/BlackDragon.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"BlackDragon.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/BlackDragon.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AA0EjE,wBAMG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/BlackGuard.d.ts b/dist/types/simulation/monsters/low/a-f/BlackGuard.d.ts new file mode 100644 index 000000000..c2172d445 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/BlackGuard.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const BlackGuardTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=BlackGuard.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/BlackGuard.d.ts.map b/dist/types/simulation/monsters/low/a-f/BlackGuard.d.ts.map new file mode 100644 index 000000000..f3f88770a --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/BlackGuard.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"BlackGuard.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/BlackGuard.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAGjE,eAAO,MAAM,eAAe,WA8Bb,CAAC;;AAEhB,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/BlackKnight.d.ts b/dist/types/simulation/monsters/low/a-f/BlackKnight.d.ts new file mode 100644 index 000000000..f19cdf153 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/BlackKnight.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const BlackKnightTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=BlackKnight.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/BlackKnight.d.ts.map b/dist/types/simulation/monsters/low/a-f/BlackKnight.d.ts.map new file mode 100644 index 000000000..4d52f12ab --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/BlackKnight.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"BlackKnight.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/BlackKnight.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAIjE,eAAO,MAAM,gBAAgB,WAuCR,CAAC;;AAEtB,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/BloodReaver.d.ts b/dist/types/simulation/monsters/low/a-f/BloodReaver.d.ts new file mode 100644 index 000000000..b084698a7 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/BloodReaver.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=BloodReaver.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/BloodReaver.d.ts.map b/dist/types/simulation/monsters/low/a-f/BloodReaver.d.ts.map new file mode 100644 index 000000000..31dbde5d4 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/BloodReaver.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"BloodReaver.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/BloodReaver.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAwDjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/Bloodveld.d.ts b/dist/types/simulation/monsters/low/a-f/Bloodveld.d.ts new file mode 100644 index 000000000..60a4dd831 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/Bloodveld.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const BloodveldPreTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Bloodveld.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/Bloodveld.d.ts.map b/dist/types/simulation/monsters/low/a-f/Bloodveld.d.ts.map new file mode 100644 index 000000000..cd9b700e9 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/Bloodveld.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Bloodveld.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/Bloodveld.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAKjE,eAAO,MAAM,iBAAiB,WA+CT,CAAC;;AAUtB,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/BlueDragon.d.ts b/dist/types/simulation/monsters/low/a-f/BlueDragon.d.ts new file mode 100644 index 000000000..f54f79bae --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/BlueDragon.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=BlueDragon.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/BlueDragon.d.ts.map b/dist/types/simulation/monsters/low/a-f/BlueDragon.d.ts.map new file mode 100644 index 000000000..3ecfca55e --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/BlueDragon.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"BlueDragon.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/BlueDragon.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AA6CjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/BrineRat.d.ts b/dist/types/simulation/monsters/low/a-f/BrineRat.d.ts new file mode 100644 index 000000000..39166949b --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/BrineRat.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=BrineRat.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/BrineRat.d.ts.map b/dist/types/simulation/monsters/low/a-f/BrineRat.d.ts.map new file mode 100644 index 000000000..3b635b926 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/BrineRat.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"BrineRat.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/BrineRat.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAwCjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/BronzeDragon.d.ts b/dist/types/simulation/monsters/low/a-f/BronzeDragon.d.ts new file mode 100644 index 000000000..91c987fd1 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/BronzeDragon.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=BronzeDragon.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/BronzeDragon.d.ts.map b/dist/types/simulation/monsters/low/a-f/BronzeDragon.d.ts.map new file mode 100644 index 000000000..853138b7b --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/BronzeDragon.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"BronzeDragon.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/BronzeDragon.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AA8CjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/BrutalBlackDragon.d.ts b/dist/types/simulation/monsters/low/a-f/BrutalBlackDragon.d.ts new file mode 100644 index 000000000..7229b7131 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/BrutalBlackDragon.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=BrutalBlackDragon.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/BrutalBlackDragon.d.ts.map b/dist/types/simulation/monsters/low/a-f/BrutalBlackDragon.d.ts.map new file mode 100644 index 000000000..e2e76404f --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/BrutalBlackDragon.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"BrutalBlackDragon.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/BrutalBlackDragon.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAgEjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/BrutalBlueDragon.d.ts b/dist/types/simulation/monsters/low/a-f/BrutalBlueDragon.d.ts new file mode 100644 index 000000000..d09218bcc --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/BrutalBlueDragon.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=BrutalBlueDragon.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/BrutalBlueDragon.d.ts.map b/dist/types/simulation/monsters/low/a-f/BrutalBlueDragon.d.ts.map new file mode 100644 index 000000000..46530c5c4 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/BrutalBlueDragon.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"BrutalBlueDragon.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/BrutalBlueDragon.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AA0DjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/BrutalGreenDragon.d.ts b/dist/types/simulation/monsters/low/a-f/BrutalGreenDragon.d.ts new file mode 100644 index 000000000..baa745503 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/BrutalGreenDragon.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=BrutalGreenDragon.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/BrutalGreenDragon.d.ts.map b/dist/types/simulation/monsters/low/a-f/BrutalGreenDragon.d.ts.map new file mode 100644 index 000000000..c43109df9 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/BrutalGreenDragon.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"BrutalGreenDragon.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/BrutalGreenDragon.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAoDjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/BrutalRedDragon.d.ts b/dist/types/simulation/monsters/low/a-f/BrutalRedDragon.d.ts new file mode 100644 index 000000000..d8df8c71d --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/BrutalRedDragon.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=BrutalRedDragon.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/BrutalRedDragon.d.ts.map b/dist/types/simulation/monsters/low/a-f/BrutalRedDragon.d.ts.map new file mode 100644 index 000000000..f0ba04b49 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/BrutalRedDragon.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"BrutalRedDragon.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/BrutalRedDragon.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAuDjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/Catablepon.d.ts b/dist/types/simulation/monsters/low/a-f/Catablepon.d.ts new file mode 100644 index 000000000..d9da51dc5 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/Catablepon.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const CatableponTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Catablepon.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/Catablepon.d.ts.map b/dist/types/simulation/monsters/low/a-f/Catablepon.d.ts.map new file mode 100644 index 000000000..e4f1642ac --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/Catablepon.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Catablepon.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/Catablepon.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAKjE,eAAO,MAAM,eAAe,WAuCW,CAAC;;AAExC,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/CaveBug.d.ts b/dist/types/simulation/monsters/low/a-f/CaveBug.d.ts new file mode 100644 index 000000000..0cd0b2ebb --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/CaveBug.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const CaveBugTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=CaveBug.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/CaveBug.d.ts.map b/dist/types/simulation/monsters/low/a-f/CaveBug.d.ts.map new file mode 100644 index 000000000..3c4c4c05e --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/CaveBug.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"CaveBug.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/CaveBug.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAGjE,eAAO,MAAM,YAAY,WAqBU,CAAC;;AAEpC,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/CaveCrawler.d.ts b/dist/types/simulation/monsters/low/a-f/CaveCrawler.d.ts new file mode 100644 index 000000000..8464837e0 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/CaveCrawler.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const CaveCrawlerTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=CaveCrawler.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/CaveCrawler.d.ts.map b/dist/types/simulation/monsters/low/a-f/CaveCrawler.d.ts.map new file mode 100644 index 000000000..d8f5fdc38 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/CaveCrawler.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"CaveCrawler.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/CaveCrawler.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAKjE,eAAO,MAAM,gBAAgB,WA2BT,CAAC;;AAErB,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/CaveGoblin.d.ts b/dist/types/simulation/monsters/low/a-f/CaveGoblin.d.ts new file mode 100644 index 000000000..b26a00de8 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/CaveGoblin.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=CaveGoblin.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/CaveGoblin.d.ts.map b/dist/types/simulation/monsters/low/a-f/CaveGoblin.d.ts.map new file mode 100644 index 000000000..a4259ff76 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/CaveGoblin.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"CaveGoblin.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/CaveGoblin.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAmBjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/CaveGoblinGuard.d.ts b/dist/types/simulation/monsters/low/a-f/CaveGoblinGuard.d.ts new file mode 100644 index 000000000..f6669858a --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/CaveGoblinGuard.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=CaveGoblinGuard.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/CaveGoblinGuard.d.ts.map b/dist/types/simulation/monsters/low/a-f/CaveGoblinGuard.d.ts.map new file mode 100644 index 000000000..89b3dcfe8 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/CaveGoblinGuard.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"CaveGoblinGuard.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/CaveGoblinGuard.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAiBjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/CaveHorror.d.ts b/dist/types/simulation/monsters/low/a-f/CaveHorror.d.ts new file mode 100644 index 000000000..980fc2559 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/CaveHorror.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const CaveHorrorPreTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=CaveHorror.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/CaveHorror.d.ts.map b/dist/types/simulation/monsters/low/a-f/CaveHorror.d.ts.map new file mode 100644 index 000000000..2631976ec --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/CaveHorror.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"CaveHorror.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/CaveHorror.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAMjE,eAAO,MAAM,kBAAkB,WA+BV,CAAC;;AAYtB,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/CaveKraken.d.ts b/dist/types/simulation/monsters/low/a-f/CaveKraken.d.ts new file mode 100644 index 000000000..fef2e57d7 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/CaveKraken.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=CaveKraken.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/CaveKraken.d.ts.map b/dist/types/simulation/monsters/low/a-f/CaveKraken.d.ts.map new file mode 100644 index 000000000..ffee5665d --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/CaveKraken.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"CaveKraken.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/CaveKraken.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAwDjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/CaveSlime.d.ts b/dist/types/simulation/monsters/low/a-f/CaveSlime.d.ts new file mode 100644 index 000000000..6450672cc --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/CaveSlime.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const CaveSlimeTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=CaveSlime.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/CaveSlime.d.ts.map b/dist/types/simulation/monsters/low/a-f/CaveSlime.d.ts.map new file mode 100644 index 000000000..f4b1a8f0c --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/CaveSlime.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"CaveSlime.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/CaveSlime.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAGjE,eAAO,MAAM,cAAc,WAyBK,CAAC;;AAEjC,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/ChaosDruid.d.ts b/dist/types/simulation/monsters/low/a-f/ChaosDruid.d.ts new file mode 100644 index 000000000..088c62abb --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/ChaosDruid.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const ChaosDruidTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=ChaosDruid.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/ChaosDruid.d.ts.map b/dist/types/simulation/monsters/low/a-f/ChaosDruid.d.ts.map new file mode 100644 index 000000000..801c2c748 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/ChaosDruid.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"ChaosDruid.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/ChaosDruid.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAIjE,eAAO,MAAM,eAAe,WAgCe,CAAC;;AAE5C,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/ChaosDwarf.d.ts b/dist/types/simulation/monsters/low/a-f/ChaosDwarf.d.ts new file mode 100644 index 000000000..719b1e779 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/ChaosDwarf.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const ChaosDwarfTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=ChaosDwarf.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/ChaosDwarf.d.ts.map b/dist/types/simulation/monsters/low/a-f/ChaosDwarf.d.ts.map new file mode 100644 index 000000000..ace7916c4 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/ChaosDwarf.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"ChaosDwarf.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/ChaosDwarf.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAGjE,eAAO,MAAM,eAAe,WAkCP,CAAC;;AAEtB,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/Chicken.d.ts b/dist/types/simulation/monsters/low/a-f/Chicken.d.ts new file mode 100644 index 000000000..a75f3271b --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/Chicken.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const ChickenTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Chicken.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/Chicken.d.ts.map b/dist/types/simulation/monsters/low/a-f/Chicken.d.ts.map new file mode 100644 index 000000000..b31ea30b5 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/Chicken.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Chicken.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/Chicken.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,YAAY,WAKgB,CAAC;;AAE1C,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/ChompyBird.d.ts b/dist/types/simulation/monsters/low/a-f/ChompyBird.d.ts new file mode 100644 index 000000000..491100577 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/ChompyBird.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const ChompyBirdTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=ChompyBird.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/ChompyBird.d.ts.map b/dist/types/simulation/monsters/low/a-f/ChompyBird.d.ts.map new file mode 100644 index 000000000..57dc6e2b4 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/ChompyBird.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"ChompyBird.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/ChompyBird.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,eAAe,WAAgF,CAAC;;AAE7G,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/Cockatrice.d.ts b/dist/types/simulation/monsters/low/a-f/Cockatrice.d.ts new file mode 100644 index 000000000..ab7cf3bd5 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/Cockatrice.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const CockatricePreTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Cockatrice.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/Cockatrice.d.ts.map b/dist/types/simulation/monsters/low/a-f/Cockatrice.d.ts.map new file mode 100644 index 000000000..a70ccab61 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/Cockatrice.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Cockatrice.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/Cockatrice.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAIjE,eAAO,MAAM,kBAAkB,WAgCV,CAAC;;AAUtB,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/Cow.d.ts b/dist/types/simulation/monsters/low/a-f/Cow.d.ts new file mode 100644 index 000000000..3c26f1241 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/Cow.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const CowTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Cow.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/Cow.d.ts.map b/dist/types/simulation/monsters/low/a-f/Cow.d.ts.map new file mode 100644 index 000000000..9458a5b7c --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/Cow.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Cow.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/Cow.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,QAAQ,WAIoB,CAAC;;AAE1C,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/CowCalf.d.ts b/dist/types/simulation/monsters/low/a-f/CowCalf.d.ts new file mode 100644 index 000000000..b67bae731 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/CowCalf.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const CowCalfTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=CowCalf.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/CowCalf.d.ts.map b/dist/types/simulation/monsters/low/a-f/CowCalf.d.ts.map new file mode 100644 index 000000000..09fa44d39 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/CowCalf.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"CowCalf.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/CowCalf.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,YAAY,WAIgB,CAAC;;AAE1C,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/Crab.d.ts b/dist/types/simulation/monsters/low/a-f/Crab.d.ts new file mode 100644 index 000000000..0795f904c --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/Crab.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const CrabTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Crab.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/Crab.d.ts.map b/dist/types/simulation/monsters/low/a-f/Crab.d.ts.map new file mode 100644 index 000000000..bd5ff0754 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/Crab.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Crab.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/Crab.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAIjE,eAAO,MAAM,SAAS,WAKD,CAAC;;AAEtB,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/CrawlingHand.d.ts b/dist/types/simulation/monsters/low/a-f/CrawlingHand.d.ts new file mode 100644 index 000000000..bebf7bdf6 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/CrawlingHand.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const CrawlingHandPreTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=CrawlingHand.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/CrawlingHand.d.ts.map b/dist/types/simulation/monsters/low/a-f/CrawlingHand.d.ts.map new file mode 100644 index 000000000..bc6369382 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/CrawlingHand.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"CrawlingHand.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/CrawlingHand.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAGjE,eAAO,MAAM,oBAAoB,WAkBf,CAAC;;AAQnB,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/Crocodile.d.ts b/dist/types/simulation/monsters/low/a-f/Crocodile.d.ts new file mode 100644 index 000000000..e0d7dd4bb --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/Crocodile.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Crocodile.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/Crocodile.d.ts.map b/dist/types/simulation/monsters/low/a-f/Crocodile.d.ts.map new file mode 100644 index 000000000..51392cc93 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/Crocodile.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Crocodile.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/Crocodile.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAOjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/CryptRat.d.ts b/dist/types/simulation/monsters/low/a-f/CryptRat.d.ts new file mode 100644 index 000000000..647ed4d17 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/CryptRat.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const CryptRatTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=CryptRat.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/CryptRat.d.ts.map b/dist/types/simulation/monsters/low/a-f/CryptRat.d.ts.map new file mode 100644 index 000000000..aaf39cb85 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/CryptRat.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"CryptRat.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/CryptRat.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,aAAa,WAAiC,CAAC;;AAE5D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/Cyclops.d.ts b/dist/types/simulation/monsters/low/a-f/Cyclops.d.ts new file mode 100644 index 000000000..81841bc47 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/Cyclops.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const CyclopseTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Cyclops.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/Cyclops.d.ts.map b/dist/types/simulation/monsters/low/a-f/Cyclops.d.ts.map new file mode 100644 index 000000000..374336b7b --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/Cyclops.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Cyclops.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/Cyclops.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAKjE,eAAO,MAAM,aAAa,WAuCK,CAAC;;AAEhC,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/Dagannoth.d.ts b/dist/types/simulation/monsters/low/a-f/Dagannoth.d.ts new file mode 100644 index 000000000..066aca7ed --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/Dagannoth.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Dagannoth.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/Dagannoth.d.ts.map b/dist/types/simulation/monsters/low/a-f/Dagannoth.d.ts.map new file mode 100644 index 000000000..5ed93f774 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/Dagannoth.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Dagannoth.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/Dagannoth.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAkDjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/DagannothSpawn.d.ts b/dist/types/simulation/monsters/low/a-f/DagannothSpawn.d.ts new file mode 100644 index 000000000..6a80ae5b8 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/DagannothSpawn.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=DagannothSpawn.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/DagannothSpawn.d.ts.map b/dist/types/simulation/monsters/low/a-f/DagannothSpawn.d.ts.map new file mode 100644 index 000000000..0d7c73601 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/DagannothSpawn.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"DagannothSpawn.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/DagannothSpawn.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AA+BjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/DaganothFledgeling.d.ts b/dist/types/simulation/monsters/low/a-f/DaganothFledgeling.d.ts new file mode 100644 index 000000000..b568e0b0c --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/DaganothFledgeling.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=DaganothFledgeling.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/DaganothFledgeling.d.ts.map b/dist/types/simulation/monsters/low/a-f/DaganothFledgeling.d.ts.map new file mode 100644 index 000000000..7ea8c6451 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/DaganothFledgeling.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"DaganothFledgeling.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/DaganothFledgeling.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAIjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/DarkBeast.d.ts b/dist/types/simulation/monsters/low/a-f/DarkBeast.d.ts new file mode 100644 index 000000000..bdba2be2e --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/DarkBeast.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const DarkBeastPreTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=DarkBeast.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/DarkBeast.d.ts.map b/dist/types/simulation/monsters/low/a-f/DarkBeast.d.ts.map new file mode 100644 index 000000000..bf4ff7c14 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/DarkBeast.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"DarkBeast.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/DarkBeast.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAOjE,eAAO,MAAM,iBAAiB,WAsCT,CAAC;;AAatB,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/DarkWarrior.d.ts b/dist/types/simulation/monsters/low/a-f/DarkWarrior.d.ts new file mode 100644 index 000000000..5eea5d842 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/DarkWarrior.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const DarkWarriorTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=DarkWarrior.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/DarkWarrior.d.ts.map b/dist/types/simulation/monsters/low/a-f/DarkWarrior.d.ts.map new file mode 100644 index 000000000..480e6dec3 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/DarkWarrior.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"DarkWarrior.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/DarkWarrior.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAGjE,eAAO,MAAM,gBAAgB,WA8BP,CAAC;;AAEvB,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/DeadlyRedSpider.d.ts b/dist/types/simulation/monsters/low/a-f/DeadlyRedSpider.d.ts new file mode 100644 index 000000000..64a4f22ee --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/DeadlyRedSpider.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const DeadlyRedSpiderTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=DeadlyRedSpider.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/DeadlyRedSpider.d.ts.map b/dist/types/simulation/monsters/low/a-f/DeadlyRedSpider.d.ts.map new file mode 100644 index 000000000..b44b2819f --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/DeadlyRedSpider.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"DeadlyRedSpider.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/DeadlyRedSpider.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,oBAAoB,WAA8D,CAAC;;AAEhG,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/DeathWing.d.ts b/dist/types/simulation/monsters/low/a-f/DeathWing.d.ts new file mode 100644 index 000000000..01118f099 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/DeathWing.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const DeathWingTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=DeathWing.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/DeathWing.d.ts.map b/dist/types/simulation/monsters/low/a-f/DeathWing.d.ts.map new file mode 100644 index 000000000..4603c18b2 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/DeathWing.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"DeathWing.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/DeathWing.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,cAAc,WAA0D,CAAC;;AAEtF,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/DemonicGorilla.d.ts b/dist/types/simulation/monsters/low/a-f/DemonicGorilla.d.ts new file mode 100644 index 000000000..876ad1a2a --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/DemonicGorilla.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=DemonicGorilla.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/DemonicGorilla.d.ts.map b/dist/types/simulation/monsters/low/a-f/DemonicGorilla.d.ts.map new file mode 100644 index 000000000..c16990558 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/DemonicGorilla.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"DemonicGorilla.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/DemonicGorilla.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAsDjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/DesertBandit.d.ts b/dist/types/simulation/monsters/low/a-f/DesertBandit.d.ts new file mode 100644 index 000000000..25d5a2c0a --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/DesertBandit.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=DesertBandit.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/DesertBandit.d.ts.map b/dist/types/simulation/monsters/low/a-f/DesertBandit.d.ts.map new file mode 100644 index 000000000..03c35eeaa --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/DesertBandit.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"DesertBandit.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/DesertBandit.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAQjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/DesertLizard.d.ts b/dist/types/simulation/monsters/low/a-f/DesertLizard.d.ts new file mode 100644 index 000000000..496539ec3 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/DesertLizard.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const DesertLizardTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=DesertLizard.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/DesertLizard.d.ts.map b/dist/types/simulation/monsters/low/a-f/DesertLizard.d.ts.map new file mode 100644 index 000000000..f1ffdfdbd --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/DesertLizard.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"DesertLizard.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/DesertLizard.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAQjE,eAAO,MAAM,iBAAiB,WA8BT,CAAC;;AAEtB,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/DesertWolf.d.ts b/dist/types/simulation/monsters/low/a-f/DesertWolf.d.ts new file mode 100644 index 000000000..f75e2c904 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/DesertWolf.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const DesertWolfTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=DesertWolf.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/DesertWolf.d.ts.map b/dist/types/simulation/monsters/low/a-f/DesertWolf.d.ts.map new file mode 100644 index 000000000..7d4b6e4b4 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/DesertWolf.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"DesertWolf.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/DesertWolf.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,eAAe,WAAsC,CAAC;;AAEnE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/DeviantSpectre.d.ts b/dist/types/simulation/monsters/low/a-f/DeviantSpectre.d.ts new file mode 100644 index 000000000..c50b21b8d --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/DeviantSpectre.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const DeviantSpectrePreTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=DeviantSpectre.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/DeviantSpectre.d.ts.map b/dist/types/simulation/monsters/low/a-f/DeviantSpectre.d.ts.map new file mode 100644 index 000000000..b1c1911a2 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/DeviantSpectre.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"DeviantSpectre.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/DeviantSpectre.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAOjE,eAAO,MAAM,sBAAsB,WAoBb,CAAC;;AASvB,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/Drake.d.ts b/dist/types/simulation/monsters/low/a-f/Drake.d.ts new file mode 100644 index 000000000..7d2076efe --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/Drake.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const DrakePreTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Drake.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/Drake.d.ts.map b/dist/types/simulation/monsters/low/a-f/Drake.d.ts.map new file mode 100644 index 000000000..2defb6691 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/Drake.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Drake.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/Drake.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AA6BjE,eAAO,MAAM,aAAa,WA6BL,CAAC;;AAkBtB,wBAMG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/Duck.d.ts b/dist/types/simulation/monsters/low/a-f/Duck.d.ts new file mode 100644 index 000000000..3ca8c0cd7 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/Duck.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const DuckTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Duck.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/Duck.d.ts.map b/dist/types/simulation/monsters/low/a-f/Duck.d.ts.map new file mode 100644 index 000000000..d399453eb --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/Duck.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Duck.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/Duck.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,SAAS,WAAiC,CAAC;;AAExD,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/Duckling.d.ts b/dist/types/simulation/monsters/low/a-f/Duckling.d.ts new file mode 100644 index 000000000..7ca89d7ce --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/Duckling.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const DucklingTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Duckling.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/Duckling.d.ts.map b/dist/types/simulation/monsters/low/a-f/Duckling.d.ts.map new file mode 100644 index 000000000..7933bbb7e --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/Duckling.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Duckling.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/Duckling.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,aAAa,WAAkB,CAAC;;AAE7C,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/DungeonRat.d.ts b/dist/types/simulation/monsters/low/a-f/DungeonRat.d.ts new file mode 100644 index 000000000..ebec1a977 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/DungeonRat.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const DungeonRatTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=DungeonRat.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/DungeonRat.d.ts.map b/dist/types/simulation/monsters/low/a-f/DungeonRat.d.ts.map new file mode 100644 index 000000000..43921a7d4 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/DungeonRat.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"DungeonRat.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/DungeonRat.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,eAAe,WAGa,CAAC;;AAE1C,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/DustDevil.d.ts b/dist/types/simulation/monsters/low/a-f/DustDevil.d.ts new file mode 100644 index 000000000..0609d881b --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/DustDevil.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const DustDevilPreTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=DustDevil.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/DustDevil.d.ts.map b/dist/types/simulation/monsters/low/a-f/DustDevil.d.ts.map new file mode 100644 index 000000000..74774210b --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/DustDevil.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"DustDevil.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/DustDevil.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AA6BjE,eAAO,MAAM,iBAAiB,WAkCT,CAAC;;AAStB,wBAMG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/Dwarf.d.ts b/dist/types/simulation/monsters/low/a-f/Dwarf.d.ts new file mode 100644 index 000000000..eb0f4f1e4 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/Dwarf.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const DwarfTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Dwarf.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/Dwarf.d.ts.map b/dist/types/simulation/monsters/low/a-f/Dwarf.d.ts.map new file mode 100644 index 000000000..1fcd122a4 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/Dwarf.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Dwarf.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/Dwarf.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAGjE,eAAO,MAAM,UAAU,WA6BR,CAAC;;AAEhB,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/DwarfGangMember.d.ts b/dist/types/simulation/monsters/low/a-f/DwarfGangMember.d.ts new file mode 100644 index 000000000..a5f4f329e --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/DwarfGangMember.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const DwarfGangMemberTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=DwarfGangMember.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/DwarfGangMember.d.ts.map b/dist/types/simulation/monsters/low/a-f/DwarfGangMember.d.ts.map new file mode 100644 index 000000000..9b16d13c7 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/DwarfGangMember.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"DwarfGangMember.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/DwarfGangMember.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,oBAAoB,WAAiC,CAAC;;AAEnE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/EarthWarrior.d.ts b/dist/types/simulation/monsters/low/a-f/EarthWarrior.d.ts new file mode 100644 index 000000000..4a18c7a18 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/EarthWarrior.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const EarthWarriorTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=EarthWarrior.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/EarthWarrior.d.ts.map b/dist/types/simulation/monsters/low/a-f/EarthWarrior.d.ts.map new file mode 100644 index 000000000..3238a77e5 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/EarthWarrior.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"EarthWarrior.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/EarthWarrior.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAKjE,eAAO,MAAM,iBAAiB,WAmBR,CAAC;;AAEvB,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/ElderChaosDruid.d.ts b/dist/types/simulation/monsters/low/a-f/ElderChaosDruid.d.ts new file mode 100644 index 000000000..1909bff67 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/ElderChaosDruid.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const ElderChaosDruidTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=ElderChaosDruid.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/ElderChaosDruid.d.ts.map b/dist/types/simulation/monsters/low/a-f/ElderChaosDruid.d.ts.map new file mode 100644 index 000000000..1349c383f --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/ElderChaosDruid.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"ElderChaosDruid.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/ElderChaosDruid.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAWjE,eAAO,MAAM,oBAAoB,WAqCI,CAAC;;AAEtC,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/Elf.d.ts b/dist/types/simulation/monsters/low/a-f/Elf.d.ts new file mode 100644 index 000000000..ba12bb4a0 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/Elf.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Elf.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/Elf.d.ts.map b/dist/types/simulation/monsters/low/a-f/Elf.d.ts.map new file mode 100644 index 000000000..52b53ee60 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/Elf.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Elf.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/Elf.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAYjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/ElfArcher.d.ts b/dist/types/simulation/monsters/low/a-f/ElfArcher.d.ts new file mode 100644 index 000000000..667ef3382 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/ElfArcher.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=ElfArcher.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/ElfArcher.d.ts.map b/dist/types/simulation/monsters/low/a-f/ElfArcher.d.ts.map new file mode 100644 index 000000000..74dab604b --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/ElfArcher.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"ElfArcher.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/ElfArcher.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AA0CjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/ElfWarrior.d.ts b/dist/types/simulation/monsters/low/a-f/ElfWarrior.d.ts new file mode 100644 index 000000000..84a64047c --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/ElfWarrior.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=ElfWarrior.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/ElfWarrior.d.ts.map b/dist/types/simulation/monsters/low/a-f/ElfWarrior.d.ts.map new file mode 100644 index 000000000..5686a600d --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/ElfWarrior.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"ElfWarrior.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/ElfWarrior.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AA0CjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/Ent.d.ts b/dist/types/simulation/monsters/low/a-f/Ent.d.ts new file mode 100644 index 000000000..773729f49 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/Ent.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const EntTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Ent.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/Ent.d.ts.map b/dist/types/simulation/monsters/low/a-f/Ent.d.ts.map new file mode 100644 index 000000000..d867f61b1 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/Ent.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Ent.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/Ent.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAUjE,eAAO,MAAM,QAAQ,WAAqF,CAAC;;AAE3G,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/Farmer.d.ts b/dist/types/simulation/monsters/low/a-f/Farmer.d.ts new file mode 100644 index 000000000..f0e2907a7 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/Farmer.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Farmer.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/Farmer.d.ts.map b/dist/types/simulation/monsters/low/a-f/Farmer.d.ts.map new file mode 100644 index 000000000..a5a0a8748 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/Farmer.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Farmer.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/Farmer.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAIjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/FemaleHamMember.d.ts b/dist/types/simulation/monsters/low/a-f/FemaleHamMember.d.ts new file mode 100644 index 000000000..770a1e1ab --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/FemaleHamMember.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=FemaleHamMember.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/FemaleHamMember.d.ts.map b/dist/types/simulation/monsters/low/a-f/FemaleHamMember.d.ts.map new file mode 100644 index 000000000..5a617d79d --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/FemaleHamMember.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"FemaleHamMember.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/FemaleHamMember.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAgDjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/FeralVampyre.d.ts b/dist/types/simulation/monsters/low/a-f/FeralVampyre.d.ts new file mode 100644 index 000000000..f3260e7a5 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/FeralVampyre.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const FeralVampyreTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=FeralVampyre.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/FeralVampyre.d.ts.map b/dist/types/simulation/monsters/low/a-f/FeralVampyre.d.ts.map new file mode 100644 index 000000000..60e6b1469 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/FeralVampyre.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"FeralVampyre.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/FeralVampyre.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAKjE,eAAO,MAAM,iBAAiB,WAyBS,CAAC;;AAExC,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/FeverSpider.d.ts b/dist/types/simulation/monsters/low/a-f/FeverSpider.d.ts new file mode 100644 index 000000000..52b25ef86 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/FeverSpider.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=FeverSpider.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/FeverSpider.d.ts.map b/dist/types/simulation/monsters/low/a-f/FeverSpider.d.ts.map new file mode 100644 index 000000000..0693c35c0 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/FeverSpider.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"FeverSpider.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/FeverSpider.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAIjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/FireGiant.d.ts b/dist/types/simulation/monsters/low/a-f/FireGiant.d.ts new file mode 100644 index 000000000..a424d511b --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/FireGiant.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=FireGiant.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/FireGiant.d.ts.map b/dist/types/simulation/monsters/low/a-f/FireGiant.d.ts.map new file mode 100644 index 000000000..b4a14c5ea --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/FireGiant.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"FireGiant.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/FireGiant.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AA8CjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/FiyrShade.d.ts b/dist/types/simulation/monsters/low/a-f/FiyrShade.d.ts new file mode 100644 index 000000000..120225ad1 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/FiyrShade.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const FiyrShadeTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=FiyrShade.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/FiyrShade.d.ts.map b/dist/types/simulation/monsters/low/a-f/FiyrShade.d.ts.map new file mode 100644 index 000000000..7e32d0c92 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/FiyrShade.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"FiyrShade.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/FiyrShade.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,cAAc,WAAwC,CAAC;;AAEpE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/FleshCrawler.d.ts b/dist/types/simulation/monsters/low/a-f/FleshCrawler.d.ts new file mode 100644 index 000000000..1dcaa3585 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/FleshCrawler.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const FleshCrawlerTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=FleshCrawler.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/FleshCrawler.d.ts.map b/dist/types/simulation/monsters/low/a-f/FleshCrawler.d.ts.map new file mode 100644 index 000000000..c425455bf --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/FleshCrawler.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"FleshCrawler.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/FleshCrawler.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAIjE,eAAO,MAAM,iBAAiB,WAqBT,CAAC;;AAEtB,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/FossilIslandWyvernAncient.d.ts b/dist/types/simulation/monsters/low/a-f/FossilIslandWyvernAncient.d.ts new file mode 100644 index 000000000..6abb01038 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/FossilIslandWyvernAncient.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=FossilIslandWyvernAncient.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/FossilIslandWyvernAncient.d.ts.map b/dist/types/simulation/monsters/low/a-f/FossilIslandWyvernAncient.d.ts.map new file mode 100644 index 000000000..3eb6f0477 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/FossilIslandWyvernAncient.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"FossilIslandWyvernAncient.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/FossilIslandWyvernAncient.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAyEjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/FossilIslandWyvernLongTailed.d.ts b/dist/types/simulation/monsters/low/a-f/FossilIslandWyvernLongTailed.d.ts new file mode 100644 index 000000000..ee107dff7 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/FossilIslandWyvernLongTailed.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=FossilIslandWyvernLongTailed.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/FossilIslandWyvernLongTailed.d.ts.map b/dist/types/simulation/monsters/low/a-f/FossilIslandWyvernLongTailed.d.ts.map new file mode 100644 index 000000000..4100dee16 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/FossilIslandWyvernLongTailed.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"FossilIslandWyvernLongTailed.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/FossilIslandWyvernLongTailed.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AA4DjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/FossilIslandWyvernSpitting.d.ts b/dist/types/simulation/monsters/low/a-f/FossilIslandWyvernSpitting.d.ts new file mode 100644 index 000000000..d0b269084 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/FossilIslandWyvernSpitting.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=FossilIslandWyvernSpitting.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/FossilIslandWyvernSpitting.d.ts.map b/dist/types/simulation/monsters/low/a-f/FossilIslandWyvernSpitting.d.ts.map new file mode 100644 index 000000000..36e3a378a --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/FossilIslandWyvernSpitting.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"FossilIslandWyvernSpitting.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/FossilIslandWyvernSpitting.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AA4DjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/FossilIslandWyvernTaloned.d.ts b/dist/types/simulation/monsters/low/a-f/FossilIslandWyvernTaloned.d.ts new file mode 100644 index 000000000..317e668ae --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/FossilIslandWyvernTaloned.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=FossilIslandWyvernTaloned.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/FossilIslandWyvernTaloned.d.ts.map b/dist/types/simulation/monsters/low/a-f/FossilIslandWyvernTaloned.d.ts.map new file mode 100644 index 000000000..7254719a4 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/FossilIslandWyvernTaloned.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"FossilIslandWyvernTaloned.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/FossilIslandWyvernTaloned.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AA4DjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/FremennikCitizen.d.ts b/dist/types/simulation/monsters/low/a-f/FremennikCitizen.d.ts new file mode 100644 index 000000000..03fbdd4d7 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/FremennikCitizen.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=FremennikCitizen.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/a-f/FremennikCitizen.d.ts.map b/dist/types/simulation/monsters/low/a-f/FremennikCitizen.d.ts.map new file mode 100644 index 000000000..e1988dd75 --- /dev/null +++ b/dist/types/simulation/monsters/low/a-f/FremennikCitizen.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"FremennikCitizen.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/a-f/FremennikCitizen.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAEjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/camdozaalGolems.d.ts b/dist/types/simulation/monsters/low/camdozaalGolems.d.ts new file mode 100644 index 000000000..92737ff2e --- /dev/null +++ b/dist/types/simulation/monsters/low/camdozaalGolems.d.ts @@ -0,0 +1,8 @@ +import SimpleMonster from "../../../structures/SimpleMonster"; +export declare const CamdozaalGolems: { + FlawedGolem: SimpleMonster; + MindGolem: SimpleMonster; + BodyGolem: SimpleMonster; + ChaosGolem: SimpleMonster; +}; +//# sourceMappingURL=camdozaalGolems.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/camdozaalGolems.d.ts.map b/dist/types/simulation/monsters/low/camdozaalGolems.d.ts.map new file mode 100644 index 000000000..19b136e46 --- /dev/null +++ b/dist/types/simulation/monsters/low/camdozaalGolems.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"camdozaalGolems.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/low/camdozaalGolems.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,mCAAmC,CAAC;AAuF9D,eAAO,MAAM,eAAe;;;;;CAAoD,CAAC"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/Gargoyle.d.ts b/dist/types/simulation/monsters/low/g-m/Gargoyle.d.ts new file mode 100644 index 000000000..067f70b6c --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/Gargoyle.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const GargoylePreTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Gargoyle.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/Gargoyle.d.ts.map b/dist/types/simulation/monsters/low/g-m/Gargoyle.d.ts.map new file mode 100644 index 000000000..de64ae1be --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/Gargoyle.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Gargoyle.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/Gargoyle.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAGjE,eAAO,MAAM,gBAAgB,WAgCR,CAAC;;AActB,wBAMG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/Ghost.d.ts b/dist/types/simulation/monsters/low/g-m/Ghost.d.ts new file mode 100644 index 000000000..425d264fe --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/Ghost.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const GhostTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Ghost.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/Ghost.d.ts.map b/dist/types/simulation/monsters/low/g-m/Ghost.d.ts.map new file mode 100644 index 000000000..1acd86254 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/Ghost.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Ghost.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/Ghost.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,UAAU,WAA4D,CAAC;;AAEpF,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/Ghoul.d.ts b/dist/types/simulation/monsters/low/g-m/Ghoul.d.ts new file mode 100644 index 000000000..1b3bed97b --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/Ghoul.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const GhoulTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Ghoul.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/Ghoul.d.ts.map b/dist/types/simulation/monsters/low/g-m/Ghoul.d.ts.map new file mode 100644 index 000000000..3931df1bf --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/Ghoul.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Ghoul.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/Ghoul.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,UAAU,WAAyE,CAAC;;AAEjG,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/GiantBat.d.ts b/dist/types/simulation/monsters/low/g-m/GiantBat.d.ts new file mode 100644 index 000000000..941606f83 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/GiantBat.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const GiantBatTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=GiantBat.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/GiantBat.d.ts.map b/dist/types/simulation/monsters/low/g-m/GiantBat.d.ts.map new file mode 100644 index 000000000..31591f6ec --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/GiantBat.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"GiantBat.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/GiantBat.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,aAAa,WAAqC,CAAC;;AAEhE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/GiantCryptSpider.d.ts b/dist/types/simulation/monsters/low/g-m/GiantCryptSpider.d.ts new file mode 100644 index 000000000..a4a25983a --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/GiantCryptSpider.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const GiantCryptSpiderTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=GiantCryptSpider.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/GiantCryptSpider.d.ts.map b/dist/types/simulation/monsters/low/g-m/GiantCryptSpider.d.ts.map new file mode 100644 index 000000000..d3717433b --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/GiantCryptSpider.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"GiantCryptSpider.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/GiantCryptSpider.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,qBAAqB,WAAkB,CAAC;;AAErD,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/GiantFrog.d.ts b/dist/types/simulation/monsters/low/g-m/GiantFrog.d.ts new file mode 100644 index 000000000..8fd4d2dcf --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/GiantFrog.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=GiantFrog.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/GiantFrog.d.ts.map b/dist/types/simulation/monsters/low/g-m/GiantFrog.d.ts.map new file mode 100644 index 000000000..c503eca6b --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/GiantFrog.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"GiantFrog.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/GiantFrog.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAEjE,wBAwBG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/GiantRat.d.ts b/dist/types/simulation/monsters/low/g-m/GiantRat.d.ts new file mode 100644 index 000000000..8003c487a --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/GiantRat.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const GiantRatTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=GiantRat.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/GiantRat.d.ts.map b/dist/types/simulation/monsters/low/g-m/GiantRat.d.ts.map new file mode 100644 index 000000000..0cf32b264 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/GiantRat.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"GiantRat.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/GiantRat.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,aAAa,WAGe,CAAC;;AAE1C,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/GiantSeaSnake.d.ts b/dist/types/simulation/monsters/low/g-m/GiantSeaSnake.d.ts new file mode 100644 index 000000000..962d68263 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/GiantSeaSnake.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=GiantSeaSnake.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/GiantSeaSnake.d.ts.map b/dist/types/simulation/monsters/low/g-m/GiantSeaSnake.d.ts.map new file mode 100644 index 000000000..200becc39 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/GiantSeaSnake.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"GiantSeaSnake.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/GiantSeaSnake.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AA0CjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/GiantSpider.d.ts b/dist/types/simulation/monsters/low/g-m/GiantSpider.d.ts new file mode 100644 index 000000000..ac7ba8fb1 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/GiantSpider.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const GiantSpiderTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=GiantSpider.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/GiantSpider.d.ts.map b/dist/types/simulation/monsters/low/g-m/GiantSpider.d.ts.map new file mode 100644 index 000000000..f3099fe82 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/GiantSpider.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"GiantSpider.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/GiantSpider.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,gBAAgB,WAA0D,CAAC;;AAExF,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/Gnome.d.ts b/dist/types/simulation/monsters/low/g-m/Gnome.d.ts new file mode 100644 index 000000000..9b9775a20 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/Gnome.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Gnome.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/Gnome.d.ts.map b/dist/types/simulation/monsters/low/g-m/Gnome.d.ts.map new file mode 100644 index 000000000..052bda06c --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/Gnome.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Gnome.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/Gnome.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAWjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/Goat.d.ts b/dist/types/simulation/monsters/low/g-m/Goat.d.ts new file mode 100644 index 000000000..6dfc9959d --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/Goat.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Goat.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/Goat.d.ts.map b/dist/types/simulation/monsters/low/g-m/Goat.d.ts.map new file mode 100644 index 000000000..703603e37 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/Goat.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Goat.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/Goat.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAIjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/Goblin.d.ts b/dist/types/simulation/monsters/low/g-m/Goblin.d.ts new file mode 100644 index 000000000..397b6626c --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/Goblin.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Goblin.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/Goblin.d.ts.map b/dist/types/simulation/monsters/low/g-m/Goblin.d.ts.map new file mode 100644 index 000000000..3266bfa5f --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/Goblin.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Goblin.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/Goblin.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAmCjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/GreaterDemon.d.ts b/dist/types/simulation/monsters/low/g-m/GreaterDemon.d.ts new file mode 100644 index 000000000..3a698a3e2 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/GreaterDemon.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=GreaterDemon.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/GreaterDemon.d.ts.map b/dist/types/simulation/monsters/low/g-m/GreaterDemon.d.ts.map new file mode 100644 index 000000000..e30a84e58 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/GreaterDemon.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"GreaterDemon.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/GreaterDemon.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAqEjE,wBAMG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/GreaterNechryael.d.ts b/dist/types/simulation/monsters/low/g-m/GreaterNechryael.d.ts new file mode 100644 index 000000000..aa5c67c34 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/GreaterNechryael.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=GreaterNechryael.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/GreaterNechryael.d.ts.map b/dist/types/simulation/monsters/low/g-m/GreaterNechryael.d.ts.map new file mode 100644 index 000000000..d6e4736f5 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/GreaterNechryael.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"GreaterNechryael.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/GreaterNechryael.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AA2EjE,wBAMG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/GreenDragon.d.ts b/dist/types/simulation/monsters/low/g-m/GreenDragon.d.ts new file mode 100644 index 000000000..cfc6e85c4 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/GreenDragon.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=GreenDragon.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/GreenDragon.d.ts.map b/dist/types/simulation/monsters/low/g-m/GreenDragon.d.ts.map new file mode 100644 index 000000000..a9f3018a4 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/GreenDragon.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"GreenDragon.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/GreenDragon.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AA0EjE,wBAMG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/GrizzlyBear.d.ts b/dist/types/simulation/monsters/low/g-m/GrizzlyBear.d.ts new file mode 100644 index 000000000..d5b7381b6 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/GrizzlyBear.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const GrizzlyBearTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=GrizzlyBear.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/GrizzlyBear.d.ts.map b/dist/types/simulation/monsters/low/g-m/GrizzlyBear.d.ts.map new file mode 100644 index 000000000..4430890a5 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/GrizzlyBear.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"GrizzlyBear.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/GrizzlyBear.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,gBAAgB,WAOc,CAAC;;AAE5C,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/GrizzlyBearCub.d.ts b/dist/types/simulation/monsters/low/g-m/GrizzlyBearCub.d.ts new file mode 100644 index 000000000..5d0856484 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/GrizzlyBearCub.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const GrizzlyBearCubTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=GrizzlyBearCub.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/GrizzlyBearCub.d.ts.map b/dist/types/simulation/monsters/low/g-m/GrizzlyBearCub.d.ts.map new file mode 100644 index 000000000..8a7c0c940 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/GrizzlyBearCub.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"GrizzlyBearCub.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/GrizzlyBearCub.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,mBAAmB,WAOW,CAAC;;AAE5C,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/Guard.d.ts b/dist/types/simulation/monsters/low/g-m/Guard.d.ts new file mode 100644 index 000000000..7c3af31d2 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/Guard.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Guard.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/Guard.d.ts.map b/dist/types/simulation/monsters/low/g-m/Guard.d.ts.map new file mode 100644 index 000000000..cb1643406 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/Guard.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Guard.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/Guard.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAmCjE,wBAMG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/GuardBandit.d.ts b/dist/types/simulation/monsters/low/g-m/GuardBandit.d.ts new file mode 100644 index 000000000..4d339d008 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/GuardBandit.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const GuardBanditTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=GuardBandit.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/GuardBandit.d.ts.map b/dist/types/simulation/monsters/low/g-m/GuardBandit.d.ts.map new file mode 100644 index 000000000..a6ba1b9e5 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/GuardBandit.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"GuardBandit.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/GuardBandit.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,gBAAgB,WAAiC,CAAC;;AAE/D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/GuardDog.d.ts b/dist/types/simulation/monsters/low/g-m/GuardDog.d.ts new file mode 100644 index 000000000..05f441181 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/GuardDog.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const GuardDogTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=GuardDog.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/GuardDog.d.ts.map b/dist/types/simulation/monsters/low/g-m/GuardDog.d.ts.map new file mode 100644 index 000000000..33d5121d1 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/GuardDog.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"GuardDog.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/GuardDog.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,aAAa,WAAsE,CAAC;;AAEjG,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/HarpieBugSwarm.d.ts b/dist/types/simulation/monsters/low/g-m/HarpieBugSwarm.d.ts new file mode 100644 index 000000000..79bbad199 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/HarpieBugSwarm.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=HarpieBugSwarm.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/HarpieBugSwarm.d.ts.map b/dist/types/simulation/monsters/low/g-m/HarpieBugSwarm.d.ts.map new file mode 100644 index 000000000..679c43eec --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/HarpieBugSwarm.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"HarpieBugSwarm.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/HarpieBugSwarm.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAmCjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/Hellhound.d.ts b/dist/types/simulation/monsters/low/g-m/Hellhound.d.ts new file mode 100644 index 000000000..3c374e1be --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/Hellhound.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Hellhound.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/Hellhound.d.ts.map b/dist/types/simulation/monsters/low/g-m/Hellhound.d.ts.map new file mode 100644 index 000000000..28935b66e --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/Hellhound.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Hellhound.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/Hellhound.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAsCjE,wBAMG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/Hero.d.ts b/dist/types/simulation/monsters/low/g-m/Hero.d.ts new file mode 100644 index 000000000..3d59410d2 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/Hero.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Hero.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/Hero.d.ts.map b/dist/types/simulation/monsters/low/g-m/Hero.d.ts.map new file mode 100644 index 000000000..4b0f295ac --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/Hero.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Hero.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/Hero.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAYjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/HillGiant.d.ts b/dist/types/simulation/monsters/low/g-m/HillGiant.d.ts new file mode 100644 index 000000000..7f0ea64ae --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/HillGiant.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=HillGiant.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/HillGiant.d.ts.map b/dist/types/simulation/monsters/low/g-m/HillGiant.d.ts.map new file mode 100644 index 000000000..8d7ad9cfb --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/HillGiant.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"HillGiant.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/HillGiant.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAiDjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/Hobgoblin.d.ts b/dist/types/simulation/monsters/low/g-m/Hobgoblin.d.ts new file mode 100644 index 000000000..414fd656c --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/Hobgoblin.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const HobgoblinTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Hobgoblin.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/Hobgoblin.d.ts.map b/dist/types/simulation/monsters/low/g-m/Hobgoblin.d.ts.map new file mode 100644 index 000000000..b0c6e6967 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/Hobgoblin.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Hobgoblin.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/Hobgoblin.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAgBjE,eAAO,MAAM,cAAc,WA+BN,CAAC;;AAEtB,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/Hydra.d.ts b/dist/types/simulation/monsters/low/g-m/Hydra.d.ts new file mode 100644 index 000000000..cd5a46cbb --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/Hydra.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const HydraPreTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Hydra.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/Hydra.d.ts.map b/dist/types/simulation/monsters/low/g-m/Hydra.d.ts.map new file mode 100644 index 000000000..6b03ed61b --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/Hydra.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Hydra.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/Hydra.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAoBjE,eAAO,MAAM,aAAa,WA0CL,CAAC;;AAsBtB,wBAMG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/IceGiant.d.ts b/dist/types/simulation/monsters/low/g-m/IceGiant.d.ts new file mode 100644 index 000000000..450020520 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/IceGiant.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=IceGiant.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/IceGiant.d.ts.map b/dist/types/simulation/monsters/low/g-m/IceGiant.d.ts.map new file mode 100644 index 000000000..1b379a22c --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/IceGiant.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"IceGiant.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/IceGiant.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAmFjE,wBAMG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/IceTroll.d.ts b/dist/types/simulation/monsters/low/g-m/IceTroll.d.ts new file mode 100644 index 000000000..c237dd657 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/IceTroll.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=IceTroll.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/IceTroll.d.ts.map b/dist/types/simulation/monsters/low/g-m/IceTroll.d.ts.map new file mode 100644 index 000000000..06239b00c --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/IceTroll.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"IceTroll.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/IceTroll.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAyCjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/IceWarrior.d.ts b/dist/types/simulation/monsters/low/g-m/IceWarrior.d.ts new file mode 100644 index 000000000..e87e9c649 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/IceWarrior.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const IceWarriorTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=IceWarrior.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/IceWarrior.d.ts.map b/dist/types/simulation/monsters/low/g-m/IceWarrior.d.ts.map new file mode 100644 index 000000000..5b5454dfd --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/IceWarrior.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"IceWarrior.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/IceWarrior.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAKjE,eAAO,MAAM,eAAe,WA4BW,CAAC;;AAExC,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/IceWolf.d.ts b/dist/types/simulation/monsters/low/g-m/IceWolf.d.ts new file mode 100644 index 000000000..7dfa1ef10 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/IceWolf.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const IceWolfTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=IceWolf.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/IceWolf.d.ts.map b/dist/types/simulation/monsters/low/g-m/IceWolf.d.ts.map new file mode 100644 index 000000000..cf1117cdc --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/IceWolf.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"IceWolf.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/IceWolf.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,YAAY,WAAsC,CAAC;;AAEhE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/Icefiend.d.ts b/dist/types/simulation/monsters/low/g-m/Icefiend.d.ts new file mode 100644 index 000000000..78712a737 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/Icefiend.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const IcefiendTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Icefiend.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/Icefiend.d.ts.map b/dist/types/simulation/monsters/low/g-m/Icefiend.d.ts.map new file mode 100644 index 000000000..8c53bcb62 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/Icefiend.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Icefiend.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/Icefiend.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAGjE,eAAO,MAAM,aAAa,WAYL,CAAC;;AAEtB,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/Imp.d.ts b/dist/types/simulation/monsters/low/g-m/Imp.d.ts new file mode 100644 index 000000000..23c64d830 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/Imp.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const ImpTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Imp.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/Imp.d.ts.map b/dist/types/simulation/monsters/low/g-m/Imp.d.ts.map new file mode 100644 index 000000000..611bacb2a --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/Imp.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Imp.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/Imp.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,QAAQ,WAyCA,CAAC;;AAEtB,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/InfernalMage.d.ts b/dist/types/simulation/monsters/low/g-m/InfernalMage.d.ts new file mode 100644 index 000000000..6a7201121 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/InfernalMage.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const InfernalMagePreTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=InfernalMage.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/InfernalMage.d.ts.map b/dist/types/simulation/monsters/low/g-m/InfernalMage.d.ts.map new file mode 100644 index 000000000..bc2216899 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/InfernalMage.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"InfernalMage.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/InfernalMage.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,oBAAoB,WA+BZ,CAAC;;AAItB,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/IorwerthArcher.d.ts b/dist/types/simulation/monsters/low/g-m/IorwerthArcher.d.ts new file mode 100644 index 000000000..0e8ad0386 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/IorwerthArcher.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=IorwerthArcher.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/IorwerthArcher.d.ts.map b/dist/types/simulation/monsters/low/g-m/IorwerthArcher.d.ts.map new file mode 100644 index 000000000..2e8323c00 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/IorwerthArcher.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"IorwerthArcher.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/IorwerthArcher.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAgDjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/IorwerthWarrior.d.ts b/dist/types/simulation/monsters/low/g-m/IorwerthWarrior.d.ts new file mode 100644 index 000000000..5dfcaa1fe --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/IorwerthWarrior.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=IorwerthWarrior.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/IorwerthWarrior.d.ts.map b/dist/types/simulation/monsters/low/g-m/IorwerthWarrior.d.ts.map new file mode 100644 index 000000000..d5f9c5747 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/IorwerthWarrior.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"IorwerthWarrior.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/IorwerthWarrior.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAkDjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/IronDragon.d.ts b/dist/types/simulation/monsters/low/g-m/IronDragon.d.ts new file mode 100644 index 000000000..ac0bc3c6c --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/IronDragon.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=IronDragon.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/IronDragon.d.ts.map b/dist/types/simulation/monsters/low/g-m/IronDragon.d.ts.map new file mode 100644 index 000000000..9bcd20f94 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/IronDragon.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"IronDragon.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/IronDragon.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AA8CjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/Jackal.d.ts b/dist/types/simulation/monsters/low/g-m/Jackal.d.ts new file mode 100644 index 000000000..4ca7a0c7f --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/Jackal.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const JackalTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Jackal.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/Jackal.d.ts.map b/dist/types/simulation/monsters/low/g-m/Jackal.d.ts.map new file mode 100644 index 000000000..c8ffc0582 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/Jackal.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Jackal.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/Jackal.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,WAAW,WAAiC,CAAC;;AAC1D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/Jelly.d.ts b/dist/types/simulation/monsters/low/g-m/Jelly.d.ts new file mode 100644 index 000000000..0f3f39a95 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/Jelly.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const JellyPreTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Jelly.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/Jelly.d.ts.map b/dist/types/simulation/monsters/low/g-m/Jelly.d.ts.map new file mode 100644 index 000000000..1c6a65918 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/Jelly.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Jelly.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/Jelly.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AA4BjE,eAAO,MAAM,aAAa,WAuBL,CAAC;;AAatB,wBAMG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/Jogre.d.ts b/dist/types/simulation/monsters/low/g-m/Jogre.d.ts new file mode 100644 index 000000000..c991f24e8 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/Jogre.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const JogreTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Jogre.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/Jogre.d.ts.map b/dist/types/simulation/monsters/low/g-m/Jogre.d.ts.map new file mode 100644 index 000000000..daaca1f7a --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/Jogre.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Jogre.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/Jogre.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAKjE,eAAO,MAAM,UAAU,WA0BH,CAAC;;AAErB,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/JubblyBird.d.ts b/dist/types/simulation/monsters/low/g-m/JubblyBird.d.ts new file mode 100644 index 000000000..413956547 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/JubblyBird.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=JubblyBird.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/JubblyBird.d.ts.map b/dist/types/simulation/monsters/low/g-m/JubblyBird.d.ts.map new file mode 100644 index 000000000..8f02131f1 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/JubblyBird.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"JubblyBird.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/JubblyBird.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAEjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/JungleHorror.d.ts b/dist/types/simulation/monsters/low/g-m/JungleHorror.d.ts new file mode 100644 index 000000000..a418a488d --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/JungleHorror.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=JungleHorror.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/JungleHorror.d.ts.map b/dist/types/simulation/monsters/low/g-m/JungleHorror.d.ts.map new file mode 100644 index 000000000..fe934c981 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/JungleHorror.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"JungleHorror.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/JungleHorror.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAyDjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/JungleWolf.d.ts b/dist/types/simulation/monsters/low/g-m/JungleWolf.d.ts new file mode 100644 index 000000000..09262786f --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/JungleWolf.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const JungleWolfTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=JungleWolf.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/JungleWolf.d.ts.map b/dist/types/simulation/monsters/low/g-m/JungleWolf.d.ts.map new file mode 100644 index 000000000..e59ceb95c --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/JungleWolf.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"JungleWolf.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/JungleWolf.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,eAAe,WAAsC,CAAC;;AAEnE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/KalphiteGuardian.d.ts b/dist/types/simulation/monsters/low/g-m/KalphiteGuardian.d.ts new file mode 100644 index 000000000..77ac21a01 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/KalphiteGuardian.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=KalphiteGuardian.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/KalphiteGuardian.d.ts.map b/dist/types/simulation/monsters/low/g-m/KalphiteGuardian.d.ts.map new file mode 100644 index 000000000..20ea2f776 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/KalphiteGuardian.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"KalphiteGuardian.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/KalphiteGuardian.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AA2CjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/KalphiteSoldier.d.ts b/dist/types/simulation/monsters/low/g-m/KalphiteSoldier.d.ts new file mode 100644 index 000000000..1bfbbc232 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/KalphiteSoldier.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=KalphiteSoldier.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/KalphiteSoldier.d.ts.map b/dist/types/simulation/monsters/low/g-m/KalphiteSoldier.d.ts.map new file mode 100644 index 000000000..46b36aa4e --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/KalphiteSoldier.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"KalphiteSoldier.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/KalphiteSoldier.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAuCjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/KalphiteWorker.d.ts b/dist/types/simulation/monsters/low/g-m/KalphiteWorker.d.ts new file mode 100644 index 000000000..0a8e7896a --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/KalphiteWorker.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=KalphiteWorker.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/KalphiteWorker.d.ts.map b/dist/types/simulation/monsters/low/g-m/KalphiteWorker.d.ts.map new file mode 100644 index 000000000..9a7f0a9cc --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/KalphiteWorker.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"KalphiteWorker.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/KalphiteWorker.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAyCjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/Killerwatt.d.ts b/dist/types/simulation/monsters/low/g-m/Killerwatt.d.ts new file mode 100644 index 000000000..e51d7325d --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/Killerwatt.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const KillerwattTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Killerwatt.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/Killerwatt.d.ts.map b/dist/types/simulation/monsters/low/g-m/Killerwatt.d.ts.map new file mode 100644 index 000000000..2b251c367 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/Killerwatt.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Killerwatt.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/Killerwatt.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAIjE,eAAO,MAAM,eAAe,WAqCP,CAAC;;AAEtB,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/KingScorpion.d.ts b/dist/types/simulation/monsters/low/g-m/KingScorpion.d.ts new file mode 100644 index 000000000..8e80a030e --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/KingScorpion.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const KingScorpionTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=KingScorpion.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/KingScorpion.d.ts.map b/dist/types/simulation/monsters/low/g-m/KingScorpion.d.ts.map new file mode 100644 index 000000000..ab767b2a6 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/KingScorpion.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"KingScorpion.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/KingScorpion.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,iBAAiB,WAEW,CAAC;;AAE1C,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/KnightOfArdougne.d.ts b/dist/types/simulation/monsters/low/g-m/KnightOfArdougne.d.ts new file mode 100644 index 000000000..908b82246 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/KnightOfArdougne.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=KnightOfArdougne.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/KnightOfArdougne.d.ts.map b/dist/types/simulation/monsters/low/g-m/KnightOfArdougne.d.ts.map new file mode 100644 index 000000000..df6280d65 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/KnightOfArdougne.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"KnightOfArdougne.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/KnightOfArdougne.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAEjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/Kurask.d.ts b/dist/types/simulation/monsters/low/g-m/Kurask.d.ts new file mode 100644 index 000000000..cd8397f02 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/Kurask.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const KuraskPreTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Kurask.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/Kurask.d.ts.map b/dist/types/simulation/monsters/low/g-m/Kurask.d.ts.map new file mode 100644 index 000000000..c900ea539 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/Kurask.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Kurask.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/Kurask.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAKjE,eAAO,MAAM,cAAc,WA+BN,CAAC;;AAUtB,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/LavaDragon.d.ts b/dist/types/simulation/monsters/low/g-m/LavaDragon.d.ts new file mode 100644 index 000000000..652ef3fd0 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/LavaDragon.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const LavaDragonTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=LavaDragon.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/LavaDragon.d.ts.map b/dist/types/simulation/monsters/low/g-m/LavaDragon.d.ts.map new file mode 100644 index 000000000..1375b8bf2 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/LavaDragon.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"LavaDragon.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/LavaDragon.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAIjE,eAAO,MAAM,eAAe,WAiDS,CAAC;;AAEtC,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/LesserDemon.d.ts b/dist/types/simulation/monsters/low/g-m/LesserDemon.d.ts new file mode 100644 index 000000000..5a91fdb98 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/LesserDemon.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=LesserDemon.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/LesserDemon.d.ts.map b/dist/types/simulation/monsters/low/g-m/LesserDemon.d.ts.map new file mode 100644 index 000000000..b15f7dd95 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/LesserDemon.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"LesserDemon.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/LesserDemon.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAwEjE,wBAMG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/Lizard.d.ts b/dist/types/simulation/monsters/low/g-m/Lizard.d.ts new file mode 100644 index 000000000..1f367694b --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/Lizard.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const LizardTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Lizard.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/Lizard.d.ts.map b/dist/types/simulation/monsters/low/g-m/Lizard.d.ts.map new file mode 100644 index 000000000..92e4d547a --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/Lizard.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Lizard.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/Lizard.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAQjE,eAAO,MAAM,WAAW,WAkCH,CAAC;;AAEtB,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/Lizardman.d.ts b/dist/types/simulation/monsters/low/g-m/Lizardman.d.ts new file mode 100644 index 000000000..fe3934234 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/Lizardman.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Lizardman.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/Lizardman.d.ts.map b/dist/types/simulation/monsters/low/g-m/Lizardman.d.ts.map new file mode 100644 index 000000000..b65bcbbef --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/Lizardman.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Lizardman.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/Lizardman.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAcjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/LizardmanBrute.d.ts b/dist/types/simulation/monsters/low/g-m/LizardmanBrute.d.ts new file mode 100644 index 000000000..501125deb --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/LizardmanBrute.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=LizardmanBrute.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/LizardmanBrute.d.ts.map b/dist/types/simulation/monsters/low/g-m/LizardmanBrute.d.ts.map new file mode 100644 index 000000000..cfa3dec38 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/LizardmanBrute.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"LizardmanBrute.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/LizardmanBrute.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAcjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/LizardmanShaman.d.ts b/dist/types/simulation/monsters/low/g-m/LizardmanShaman.d.ts new file mode 100644 index 000000000..66a7e50c0 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/LizardmanShaman.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=LizardmanShaman.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/LizardmanShaman.d.ts.map b/dist/types/simulation/monsters/low/g-m/LizardmanShaman.d.ts.map new file mode 100644 index 000000000..27adcc911 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/LizardmanShaman.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"LizardmanShaman.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/LizardmanShaman.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAkDjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/LoarShade.d.ts b/dist/types/simulation/monsters/low/g-m/LoarShade.d.ts new file mode 100644 index 000000000..0971f1617 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/LoarShade.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const LoarShadeTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=LoarShade.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/LoarShade.d.ts.map b/dist/types/simulation/monsters/low/g-m/LoarShade.d.ts.map new file mode 100644 index 000000000..227e0c9fd --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/LoarShade.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"LoarShade.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/LoarShade.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,cAAc,WAAwC,CAAC;;AAEpE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/Lobstrosity.d.ts b/dist/types/simulation/monsters/low/g-m/Lobstrosity.d.ts new file mode 100644 index 000000000..098e0424e --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/Lobstrosity.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const LobstrosityTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Lobstrosity.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/Lobstrosity.d.ts.map b/dist/types/simulation/monsters/low/g-m/Lobstrosity.d.ts.map new file mode 100644 index 000000000..0febb62ce --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/Lobstrosity.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Lobstrosity.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/Lobstrosity.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAOjE,eAAO,MAAM,gBAAgB,WAsCc,CAAC;;AAE5C,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/LocustRider.d.ts b/dist/types/simulation/monsters/low/g-m/LocustRider.d.ts new file mode 100644 index 000000000..5fe27efba --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/LocustRider.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=LocustRider.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/LocustRider.d.ts.map b/dist/types/simulation/monsters/low/g-m/LocustRider.d.ts.map new file mode 100644 index 000000000..2f61b1a3d --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/LocustRider.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"LocustRider.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/LocustRider.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAiDjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/MagicAxe.d.ts b/dist/types/simulation/monsters/low/g-m/MagicAxe.d.ts new file mode 100644 index 000000000..b5d76984c --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/MagicAxe.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const MagicAxeTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=MagicAxe.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/MagicAxe.d.ts.map b/dist/types/simulation/monsters/low/g-m/MagicAxe.d.ts.map new file mode 100644 index 000000000..85fa33e72 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/MagicAxe.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"MagicAxe.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/MagicAxe.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,aAAa,WAAgF,CAAC;;AAE3G,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/MaleHamMember.d.ts b/dist/types/simulation/monsters/low/g-m/MaleHamMember.d.ts new file mode 100644 index 000000000..c490becec --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/MaleHamMember.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=MaleHamMember.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/MaleHamMember.d.ts.map b/dist/types/simulation/monsters/low/g-m/MaleHamMember.d.ts.map new file mode 100644 index 000000000..55b279fb3 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/MaleHamMember.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"MaleHamMember.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/MaleHamMember.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAgDjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/Mammoth.d.ts b/dist/types/simulation/monsters/low/g-m/Mammoth.d.ts new file mode 100644 index 000000000..72f9bb63b --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/Mammoth.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const MammothTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Mammoth.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/Mammoth.d.ts.map b/dist/types/simulation/monsters/low/g-m/Mammoth.d.ts.map new file mode 100644 index 000000000..dbd24e2ab --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/Mammoth.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Mammoth.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/Mammoth.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAsCjE,eAAO,MAAM,YAAY,WA6BG,CAAC;;AAE7B,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/Man.d.ts b/dist/types/simulation/monsters/low/g-m/Man.d.ts new file mode 100644 index 000000000..6c5a3054a --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/Man.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Man.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/Man.d.ts.map b/dist/types/simulation/monsters/low/g-m/Man.d.ts.map new file mode 100644 index 000000000..158c1e920 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/Man.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Man.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/Man.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAGjE,wBAMG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/ManiacalMonkey.d.ts b/dist/types/simulation/monsters/low/g-m/ManiacalMonkey.d.ts new file mode 100644 index 000000000..014c94396 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/ManiacalMonkey.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const ManiacalMonkeyTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=ManiacalMonkey.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/ManiacalMonkey.d.ts.map b/dist/types/simulation/monsters/low/g-m/ManiacalMonkey.d.ts.map new file mode 100644 index 000000000..363610b8f --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/ManiacalMonkey.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"ManiacalMonkey.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/ManiacalMonkey.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,mBAAmB,WAiBb,CAAC;;AAEpB,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/MasterFarmer.d.ts b/dist/types/simulation/monsters/low/g-m/MasterFarmer.d.ts new file mode 100644 index 000000000..d6a55136b --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/MasterFarmer.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=MasterFarmer.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/MasterFarmer.d.ts.map b/dist/types/simulation/monsters/low/g-m/MasterFarmer.d.ts.map new file mode 100644 index 000000000..f949bc37b --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/MasterFarmer.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"MasterFarmer.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/MasterFarmer.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AA4DjE,wBAMG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/MenaphiteThug.d.ts b/dist/types/simulation/monsters/low/g-m/MenaphiteThug.d.ts new file mode 100644 index 000000000..64ebae1a5 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/MenaphiteThug.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=MenaphiteThug.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/MenaphiteThug.d.ts.map b/dist/types/simulation/monsters/low/g-m/MenaphiteThug.d.ts.map new file mode 100644 index 000000000..f6e9299dc --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/MenaphiteThug.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"MenaphiteThug.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/MenaphiteThug.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAEjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/Minotaur.d.ts b/dist/types/simulation/monsters/low/g-m/Minotaur.d.ts new file mode 100644 index 000000000..0706dcf4a --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/Minotaur.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const MinotaurTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Minotaur.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/Minotaur.d.ts.map b/dist/types/simulation/monsters/low/g-m/Minotaur.d.ts.map new file mode 100644 index 000000000..bbbf6e96a --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/Minotaur.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Minotaur.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/Minotaur.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAGjE,eAAO,MAAM,aAAa,WA6BL,CAAC;;AAEtB,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/MithrilDragon.d.ts b/dist/types/simulation/monsters/low/g-m/MithrilDragon.d.ts new file mode 100644 index 000000000..03cfb40e9 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/MithrilDragon.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=MithrilDragon.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/MithrilDragon.d.ts.map b/dist/types/simulation/monsters/low/g-m/MithrilDragon.d.ts.map new file mode 100644 index 000000000..dcb0b3d08 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/MithrilDragon.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"MithrilDragon.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/MithrilDragon.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AA0EjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/Mogre.d.ts b/dist/types/simulation/monsters/low/g-m/Mogre.d.ts new file mode 100644 index 000000000..45e0a0366 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/Mogre.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const MogreTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Mogre.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/Mogre.d.ts.map b/dist/types/simulation/monsters/low/g-m/Mogre.d.ts.map new file mode 100644 index 000000000..ead436beb --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/Mogre.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Mogre.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/Mogre.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAGjE,eAAO,MAAM,UAAU,WAgCQ,CAAC;;AAEhC,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/Molanisk.d.ts b/dist/types/simulation/monsters/low/g-m/Molanisk.d.ts new file mode 100644 index 000000000..1e66528f1 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/Molanisk.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Molanisk.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/Molanisk.d.ts.map b/dist/types/simulation/monsters/low/g-m/Molanisk.d.ts.map new file mode 100644 index 000000000..56f496874 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/Molanisk.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Molanisk.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/Molanisk.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AA6BjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/Monkey.d.ts b/dist/types/simulation/monsters/low/g-m/Monkey.d.ts new file mode 100644 index 000000000..196b3dcfe --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/Monkey.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const MonkeyTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Monkey.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/Monkey.d.ts.map b/dist/types/simulation/monsters/low/g-m/Monkey.d.ts.map new file mode 100644 index 000000000..3c6013d09 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/Monkey.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Monkey.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/Monkey.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,WAAW,WAA6E,CAAC;;AAEtG,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/MonkeyArcher.d.ts b/dist/types/simulation/monsters/low/g-m/MonkeyArcher.d.ts new file mode 100644 index 000000000..8442af972 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/MonkeyArcher.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const MonkeyArcherTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=MonkeyArcher.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/MonkeyArcher.d.ts.map b/dist/types/simulation/monsters/low/g-m/MonkeyArcher.d.ts.map new file mode 100644 index 000000000..3d70174e6 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/MonkeyArcher.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"MonkeyArcher.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/MonkeyArcher.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,iBAAiB,WAA6E,CAAC;;AAE5G,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/MonkeyGuard.d.ts b/dist/types/simulation/monsters/low/g-m/MonkeyGuard.d.ts new file mode 100644 index 000000000..3736abf9a --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/MonkeyGuard.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const MonkeyGuardTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=MonkeyGuard.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/MonkeyGuard.d.ts.map b/dist/types/simulation/monsters/low/g-m/MonkeyGuard.d.ts.map new file mode 100644 index 000000000..67ac490b0 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/MonkeyGuard.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"MonkeyGuard.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/MonkeyGuard.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,gBAAgB,WAA6E,CAAC;;AAE3G,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/MonkeyZombie.d.ts b/dist/types/simulation/monsters/low/g-m/MonkeyZombie.d.ts new file mode 100644 index 000000000..9b5fa214d --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/MonkeyZombie.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const MonkeyZombieTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=MonkeyZombie.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/MonkeyZombie.d.ts.map b/dist/types/simulation/monsters/low/g-m/MonkeyZombie.d.ts.map new file mode 100644 index 000000000..4c5b0ac20 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/MonkeyZombie.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"MonkeyZombie.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/MonkeyZombie.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,iBAAiB,WAAwC,CAAC;;AAEvE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/MossGiant.d.ts b/dist/types/simulation/monsters/low/g-m/MossGiant.d.ts new file mode 100644 index 000000000..915a7fff9 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/MossGiant.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=MossGiant.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/MossGiant.d.ts.map b/dist/types/simulation/monsters/low/g-m/MossGiant.d.ts.map new file mode 100644 index 000000000..e20c44ae1 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/MossGiant.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"MossGiant.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/MossGiant.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAwDjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/MountainTroll.d.ts b/dist/types/simulation/monsters/low/g-m/MountainTroll.d.ts new file mode 100644 index 000000000..a4cfc3dda --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/MountainTroll.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=MountainTroll.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/MountainTroll.d.ts.map b/dist/types/simulation/monsters/low/g-m/MountainTroll.d.ts.map new file mode 100644 index 000000000..55b8ec360 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/MountainTroll.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"MountainTroll.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/MountainTroll.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAgDjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/MountedTerrorBirdGnome.d.ts b/dist/types/simulation/monsters/low/g-m/MountedTerrorBirdGnome.d.ts new file mode 100644 index 000000000..a29d277cd --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/MountedTerrorBirdGnome.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const MountedTerrorBirdGnomeTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=MountedTerrorBirdGnome.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/MountedTerrorBirdGnome.d.ts.map b/dist/types/simulation/monsters/low/g-m/MountedTerrorBirdGnome.d.ts.map new file mode 100644 index 000000000..3e852c39c --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/MountedTerrorBirdGnome.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"MountedTerrorBirdGnome.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/MountedTerrorBirdGnome.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,2BAA2B,WAAiC,CAAC;;AAE1E,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/Mourner.d.ts b/dist/types/simulation/monsters/low/g-m/Mourner.d.ts new file mode 100644 index 000000000..73ca6739a --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/Mourner.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Mourner.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/Mourner.d.ts.map b/dist/types/simulation/monsters/low/g-m/Mourner.d.ts.map new file mode 100644 index 000000000..f11e5bd21 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/Mourner.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Mourner.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/Mourner.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAUjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/MutatedBloodveld.d.ts b/dist/types/simulation/monsters/low/g-m/MutatedBloodveld.d.ts new file mode 100644 index 000000000..a52199cef --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/MutatedBloodveld.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const MutatedBloodveldPreTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=MutatedBloodveld.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/g-m/MutatedBloodveld.d.ts.map b/dist/types/simulation/monsters/low/g-m/MutatedBloodveld.d.ts.map new file mode 100644 index 000000000..c9f8f3241 --- /dev/null +++ b/dist/types/simulation/monsters/low/g-m/MutatedBloodveld.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"MutatedBloodveld.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/g-m/MutatedBloodveld.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAGjE,eAAO,MAAM,wBAAwB,WAkChB,CAAC;;AAUtB,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/index.d.ts b/dist/types/simulation/monsters/low/index.d.ts new file mode 100644 index 000000000..3655e2d55 --- /dev/null +++ b/dist/types/simulation/monsters/low/index.d.ts @@ -0,0 +1,272 @@ +export declare const allLowMonsters: { + BloodReaver: import("../../..").SimpleMonster; + BrutalBlackDragon: import("../../..").SimpleMonster; + BabyBlackDragon: import("../../..").SimpleMonster; + Bandit: import("../../..").SimpleMonster; + ArmadylianGuard: import("../../..").SimpleMonster; + BlackKnight: import("../../..").SimpleMonster; + DarkWarrior: import("../../..").SimpleMonster; + DeadlyRedSpider: import("../../..").SimpleMonster; + ElderChaosDruid: import("../../..").SimpleMonster; + Ent: import("../../..").SimpleMonster; + RevenantCyclops: import("../../..").SimpleMonster; + RevenantPyrefiend: import("../../..").SimpleMonster; + RevenantOrk: import("../../..").SimpleMonster; + RevenantKnight: import("../../..").SimpleMonster; + RevenantImp: import("../../..").SimpleMonster; + RevenantHobgoblin: import("../../..").SimpleMonster; + RevenantHellhound: import("../../..").SimpleMonster; + RevenantGoblin: import("../../..").SimpleMonster; + RevenantDragon: import("../../..").SimpleMonster; + RevenantDemon: import("../../..").SimpleMonster; + RevenantDarkBeast: import("../../..").SimpleMonster; + Pirate: import("../../..").SimpleMonster; + Mammoth: import("../../..").SimpleMonster; + MagicAxe: import("../../..").SimpleMonster; + LavaDragon: import("../../..").SimpleMonster; + GuardBandit: import("../../..").SimpleMonster; + DagannothSpawn: import("../../..").SimpleMonster; + FeralVampyre: import("../../..").SimpleMonster; + FeverSpider: import("../../..").SimpleMonster; + GiantSeaSnake: import("../../..").SimpleMonster; + GreaterNechryael: import("../../..").SimpleMonster; + GreenDragon: import("../../..").SimpleMonster; + HarpieBugSwarm: import("../../..").SimpleMonster; + InfernalMage: import("../../..").SimpleMonster; + JungleHorror: import("../../..").SimpleMonster; + Killerwatt: import("../../..").SimpleMonster; + LesserDemon: import("../../..").SimpleMonster; + ElfArcher: import("../../..").SimpleMonster; + FleshCrawler: import("../../..").SimpleMonster; + FiyrShade: import("../../..").SimpleMonster; + DeviantSpectre: import("../../..").SimpleMonster; + DagannothPrime: import("../../..").SimpleMonster; + DaganothFledgeling: import("../../..").SimpleMonster; + Hydra: import("../../..").SimpleMonster; + IceGiant: import("../../..").SimpleMonster; + IceTroll: import("../../..").SimpleMonster; + IceWarrior: import("../../..").SimpleMonster; + PhrinShade: import("../../..").SimpleMonster; + Otherworldlybeing: import("../../..").SimpleMonster; + MutatedBloodveld: import("../../..").SimpleMonster; + Mourner: import("../../..").SimpleMonster; + MossGiant: import("../../..").SimpleMonster; + Molanisk: import("../../..").SimpleMonster; + Mogre: import("../../..").SimpleMonster; + LoarShade: import("../../..").SimpleMonster; + LizardmanBrute: import("../../..").SimpleMonster; + Jelly: import("../../..").SimpleMonster; + IorwerthArcher: import("../../..").SimpleMonster; + IorwerthWarrior: import("../../..").SimpleMonster; + Werewolf: import("../../..").SimpleMonster; + Waterfiend: import("../../..").SimpleMonster; + WarpedJelly: import("../../..").SimpleMonster; + WallBeast: import("../../..").SimpleMonster; + VyrewatchSentinel: import("../../..").SimpleMonster; + Vyrewatch: import("../../..").SimpleMonster; + VampyreJuvinate: import("../../..").SimpleMonster; + TzHaarKet: import("../../..").SimpleMonster; + TrollGeneral: import("../../..").SimpleMonster; + TerrorDog: import("../../..").SimpleMonster; + ShadowWarrior: import("../../..").SimpleMonster; + Shade: import("../../..").SimpleMonster; + SeaSnakeYoung: import("../../..").SimpleMonster; + SeaSnakeHatchling: import("../../..").SimpleMonster; + Rockslug: import("../../..").SimpleMonster; + RiylShade: import("../../..").SimpleMonster; + Pyrefiend: import("../../..").SimpleMonster; + Pyrelord: import("../../..").SimpleMonster; + Porazdir: import("../../..").SimpleMonster; + Ogre: import("../../..").SimpleMonster; + OgressShaman: import("../../..").SimpleMonster; + OgressWarrior: import("../../..").SimpleMonster; + AncientZygomite: import("../../..").SimpleMonster; + AsynShade: import("../../..").SimpleMonster; + BabyBlueDragon: import("../../..").SimpleMonster; + BabyGreenDragon: import("../../..").SimpleMonster; + BabyRedDragon: import("../../..").SimpleMonster; + BronzeDragon: import("../../..").SimpleMonster; + BrutalBlueDragon: import("../../..").SimpleMonster; + BrutalGreenDragon: import("../../..").SimpleMonster; + BrutalRedDragon: import("../../..").SimpleMonster; + Catablepon: import("../../..").SimpleMonster; + Cockatrice: import("../../..").SimpleMonster; + Crocodile: import("../../..").SimpleMonster; + Cyclops: import("../../..").SimpleMonster; + TempleSpider: import("../../..").SimpleMonster; + TerrorBird: import("../../..").SimpleMonster; + TorturedGorilla: import("../../..").SimpleMonster; + TorturedSoul: import("../../..").SimpleMonster; + TwistedBanshee: import("../../..").SimpleMonster; + UndeadChicken: import("../../..").SimpleMonster; + UndeadCow: import("../../..").SimpleMonster; + UndeadDruid: import("../../..").SimpleMonster; + UndeadOne: import("../../..").SimpleMonster; + UriumShade: import("../../..").SimpleMonster; + WhiteWolf: import("../../..").SimpleMonster; + WildDog: import("../../..").SimpleMonster; + Zogre: import("../../..").SimpleMonster; + ZombieRat: import("../../..").SimpleMonster; + Penguin: import("../../..").SimpleMonster; + PitScorpion: import("../../..").SimpleMonster; + PoisonScorpion: import("../../..").SimpleMonster; + Rooster: import("../../..").SimpleMonster; + Seagull: import("../../..").SimpleMonster; + ShadowSpider: import("../../..").SimpleMonster; + SkeletonFremennik: import("../../..").SimpleMonster; + SkeletonMage: import("../../..").SimpleMonster; + Skogre: import("../../..").SimpleMonster; + SmallLizard: import("../../..").SimpleMonster; + SulphurLizard: import("../../..").SimpleMonster; + GiantBat: import("../../..").SimpleMonster; + GiantCryptSpider: import("../../..").SimpleMonster; + GiantRat: import("../../..").SimpleMonster; + GiantSpider: import("../../..").SimpleMonster; + GrizzlyBear: import("../../..").SimpleMonster; + GrizzlyBearCub: import("../../..").SimpleMonster; + IceWolf: import("../../..").SimpleMonster; + Jackal: import("../../..").SimpleMonster; + JungleWolf: import("../../..").SimpleMonster; + KalphiteGuardian: import("../../..").SimpleMonster; + KalphiteSoldier: import("../../..").SimpleMonster; + KingScorpion: import("../../..").SimpleMonster; + Lobstrosity: import("../../..").SimpleMonster; + MonkeyArcher: import("../../..").SimpleMonster; + MonkeyGuard: import("../../..").SimpleMonster; + MonkeyZombie: import("../../..").SimpleMonster; + MountedTerrorBirdGnome: import("../../..").SimpleMonster; + BearCub: import("../../..").SimpleMonster; + BigWolf: import("../../..").SimpleMonster; + Bird: import("../../..").SimpleMonster; + BlackGuard: import("../../..").SimpleMonster; + CaveGoblinGuard: import("../../..").SimpleMonster; + ChaosDwarf: import("../../..").SimpleMonster; + Chicken: import("../../..").SimpleMonster; + ChompyBird: import("../../..").SimpleMonster; + CowCalf: import("../../..").SimpleMonster; + CryptRat: import("../../..").SimpleMonster; + DeathWing: import("../../..").SimpleMonster; + DesertLizard: import("../../..").SimpleMonster; + DesertWolf: import("../../..").SimpleMonster; + Duck: import("../../..").SimpleMonster; + Duckling: import("../../..").SimpleMonster; + DungeonRat: import("../../..").SimpleMonster; + DwarfGangMember: import("../../..").SimpleMonster; + AberrantSpectre: import("../../..").SimpleMonster; + Dagannoth: import("../../..").SimpleMonster; + Guard: import("../../..").SimpleMonster; + RedDragon: import("../../..").SimpleMonster; + AbyssalDemon: import("../../..").SimpleMonster; + DarkBeast: import("../../..").SimpleMonster; + Hellhound: import("../../..").SimpleMonster; + RuneDragon: import("../../..").SimpleMonster; + AdamantDragon: import("../../..").SimpleMonster; + DemonicGorilla: import("../../..").SimpleMonster; + ScarabMage: import("../../..").SimpleMonster; + Ankou: import("../../..").SimpleMonster; + Drake: import("../../..").SimpleMonster; + IronDragon: import("../../..").SimpleMonster; + SkeletalWyvern: import("../../..").SimpleMonster; + Aviansie: import("../../..").SimpleMonster; + DustDevil: import("../../..").SimpleMonster; + KalphiteWorker: import("../../..").SimpleMonster; + SmokeDevil: import("../../..").SimpleMonster; + BasiliskKnight: import("../../..").SimpleMonster; + ElfWarrior: import("../../..").SimpleMonster; + Kurask: import("../../..").SimpleMonster; + SpiritualMage: import("../../..").SimpleMonster; + Basilisk: import("../../..").SimpleMonster; + FireGiant: import("../../..").SimpleMonster; + LizardmanShaman: import("../../..").SimpleMonster; + SpiritualRanger: import("../../..").SimpleMonster; + BlackDemon: import("../../..").SimpleMonster; + FossilIslandWyvernAncient: import("../../..").SimpleMonster; + Lizardman: import("../../..").SimpleMonster; + SpiritualWarrior: import("../../..").SimpleMonster; + BlackDragon: import("../../..").SimpleMonster; + FossilIslandWyvernLongTailed: import("../../..").SimpleMonster; + LocustRider: import("../../..").SimpleMonster; + SteelDragon: import("../../..").SimpleMonster; + Bloodveld: import("../../..").SimpleMonster; + FossilIslandWyvernSpitting: import("../../..").SimpleMonster; + Man: import("../../..").SimpleMonster; + Suqah: import("../../..").SimpleMonster; + BlueDragon: import("../../..").SimpleMonster; + FossilIslandWyvernTaloned: import("../../..").SimpleMonster; + MithrilDragon: import("../../..").SimpleMonster; + Turoth: import("../../..").SimpleMonster; + BrineRat: import("../../..").SimpleMonster; + Gargoyle: import("../../..").SimpleMonster; + MountainTroll: import("../../..").SimpleMonster; + Woman: import("../../..").SimpleMonster; + CaveHorror: import("../../..").SimpleMonster; + Goblin: import("../../..").SimpleMonster; + Zygomite: import("../../..").SimpleMonster; + Wyrm: import("../../..").SimpleMonster; + CaveKraken: import("../../..").SimpleMonster; + GreaterDemon: import("../../..").SimpleMonster; + Nechryael: import("../../..").SimpleMonster; + Banshee: import("../../..").SimpleMonster; + CaveBug: import("../../..").SimpleMonster; + Cow: import("../../..").SimpleMonster; + Dwarf: import("../../..").SimpleMonster; + Lizard: import("../../..").SimpleMonster; + Rat: import("../../..").SimpleMonster; + Spider: import("../../..").SimpleMonster; + Bat: import("../../..").SimpleMonster; + CaveCrawler: import("../../..").SimpleMonster; + CrawlingHand: import("../../..").SimpleMonster; + Ghost: import("../../..").SimpleMonster; + Minotaur: import("../../..").SimpleMonster; + Scorpion: import("../../..").SimpleMonster; + Wolf: import("../../..").SimpleMonster; + BlackBear: import("../../..").SimpleMonster; + CaveSlime: import("../../..").SimpleMonster; + GuardDog: import("../../..").SimpleMonster; + Icefiend: import("../../..").SimpleMonster; + Monkey: import("../../..").SimpleMonster; + Skeleton: import("../../..").SimpleMonster; + Zombie: import("../../..").SimpleMonster; + HillGiant: import("../../..").SimpleMonster; + BeardedBandit: import("../../..").SimpleMonster; + CaveGoblin: import("../../..").SimpleMonster; + DesertBandit: import("../../..").SimpleMonster; + Elf: import("../../..").SimpleMonster; + Farmer: import("../../..").SimpleMonster; + FremennikCitizen: import("../../..").SimpleMonster; + Gnome: import("../../..").SimpleMonster; + Goat: import("../../..").SimpleMonster; + MaleHamMember: import("../../..").SimpleMonster; + FemaleHamMember: import("../../..").SimpleMonster; + Hero: import("../../..").SimpleMonster; + KnightOfArdougne: import("../../..").SimpleMonster; + MasterFarmer: import("../../..").SimpleMonster; + Paladin: import("../../..").SimpleMonster; + YanilleWatchman: import("../../..").SimpleMonster; + Vyre: import("../../..").SimpleMonster; + TzHaarHur: import("../../..").SimpleMonster; + Rogue: import("../../..").SimpleMonster; + PrifddinasElf: import("../../..").SimpleMonster; + PollnivnianBandit: import("../../..").SimpleMonster; + WarriorWoman: import("../../..").SimpleMonster; + AlKharidWarrior: import("../../..").SimpleMonster; + Ghoul: import("../../..").SimpleMonster; + EarthWarrior: import("../../..").SimpleMonster; + Imp: import("../../..").SimpleMonster; + Jogre: import("../../..").SimpleMonster; + Hobgoblin: import("../../..").SimpleMonster; + ChaosDruid: import("../../..").SimpleMonster; + Unicorn: import("../../..").SimpleMonster; + MenaphiteThug: import("../../..").SimpleMonster; + PriffRabbit: import("../../..").SimpleMonster; + TzHaarXil: import("../../..").SimpleMonster; + TzHaarMej: import("../../..").SimpleMonster; + GiantFrog: import("../../..").SimpleMonster; + JubblyBird: import("../../..").SimpleMonster; + ManiacalMonkey: import("../../..").SimpleMonster; + ZombiePirate: import("../../..").SimpleMonster; + TormentedDemon: import("../../..").SimpleMonster; + ArmouredZombie: import("../../..").SimpleMonster; + Crab: import("../../..").SimpleMonster; +}; +//# sourceMappingURL=index.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/index.d.ts.map b/dist/types/simulation/monsters/low/index.d.ts.map new file mode 100644 index 000000000..d7b62ee7f --- /dev/null +++ b/dist/types/simulation/monsters/low/index.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/low/index.ts"],"names":[],"mappings":"AA8QA,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8Q1B,CAAC"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/Nechryael.d.ts b/dist/types/simulation/monsters/low/n-s/Nechryael.d.ts new file mode 100644 index 000000000..57bf9112a --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/Nechryael.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const NechryaelPreTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Nechryael.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/Nechryael.d.ts.map b/dist/types/simulation/monsters/low/n-s/Nechryael.d.ts.map new file mode 100644 index 000000000..63b84da82 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/Nechryael.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Nechryael.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/n-s/Nechryael.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAIjE,eAAO,MAAM,iBAAiB,WAiCR,CAAC;;AASvB,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/Ogre.d.ts b/dist/types/simulation/monsters/low/n-s/Ogre.d.ts new file mode 100644 index 000000000..03d490351 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/Ogre.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Ogre.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/Ogre.d.ts.map b/dist/types/simulation/monsters/low/n-s/Ogre.d.ts.map new file mode 100644 index 000000000..670d672a5 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/Ogre.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Ogre.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/n-s/Ogre.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAcjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/OgressShaman.d.ts b/dist/types/simulation/monsters/low/n-s/OgressShaman.d.ts new file mode 100644 index 000000000..ba5921217 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/OgressShaman.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=OgressShaman.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/OgressShaman.d.ts.map b/dist/types/simulation/monsters/low/n-s/OgressShaman.d.ts.map new file mode 100644 index 000000000..864cd90d0 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/OgressShaman.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"OgressShaman.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/n-s/OgressShaman.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAmDjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/OgressWarrior.d.ts b/dist/types/simulation/monsters/low/n-s/OgressWarrior.d.ts new file mode 100644 index 000000000..a4c9a9fbc --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/OgressWarrior.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=OgressWarrior.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/OgressWarrior.d.ts.map b/dist/types/simulation/monsters/low/n-s/OgressWarrior.d.ts.map new file mode 100644 index 000000000..521b217af --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/OgressWarrior.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"OgressWarrior.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/n-s/OgressWarrior.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAmDjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/Otherworldlybeing.d.ts b/dist/types/simulation/monsters/low/n-s/Otherworldlybeing.d.ts new file mode 100644 index 000000000..b0fe67aa4 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/Otherworldlybeing.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Otherworldlybeing.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/Otherworldlybeing.d.ts.map b/dist/types/simulation/monsters/low/n-s/Otherworldlybeing.d.ts.map new file mode 100644 index 000000000..7989b3827 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/Otherworldlybeing.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Otherworldlybeing.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/n-s/Otherworldlybeing.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAyBjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/Paladin.d.ts b/dist/types/simulation/monsters/low/n-s/Paladin.d.ts new file mode 100644 index 000000000..8b6d318c6 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/Paladin.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Paladin.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/Paladin.d.ts.map b/dist/types/simulation/monsters/low/n-s/Paladin.d.ts.map new file mode 100644 index 000000000..f5f619c84 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/Paladin.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Paladin.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/n-s/Paladin.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAIjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/Penguin.d.ts b/dist/types/simulation/monsters/low/n-s/Penguin.d.ts new file mode 100644 index 000000000..9a8a817fa --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/Penguin.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const PenguinTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Penguin.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/Penguin.d.ts.map b/dist/types/simulation/monsters/low/n-s/Penguin.d.ts.map new file mode 100644 index 000000000..ca48ea842 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/Penguin.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Penguin.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/n-s/Penguin.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,YAAY,WAAiC,CAAC;;AAE3D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/PhrinShade.d.ts b/dist/types/simulation/monsters/low/n-s/PhrinShade.d.ts new file mode 100644 index 000000000..735deeb96 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/PhrinShade.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const PhrinShadeTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=PhrinShade.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/PhrinShade.d.ts.map b/dist/types/simulation/monsters/low/n-s/PhrinShade.d.ts.map new file mode 100644 index 000000000..3a09a7a9d --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/PhrinShade.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"PhrinShade.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/n-s/PhrinShade.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,eAAe,WAAyC,CAAC;;AAEtE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/Pirate.d.ts b/dist/types/simulation/monsters/low/n-s/Pirate.d.ts new file mode 100644 index 000000000..dc7a30650 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/Pirate.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const PirateTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Pirate.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/Pirate.d.ts.map b/dist/types/simulation/monsters/low/n-s/Pirate.d.ts.map new file mode 100644 index 000000000..8a04ae2d5 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/Pirate.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Pirate.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/n-s/Pirate.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAGjE,eAAO,MAAM,WAAW,WAiCH,CAAC;;AAEtB,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/PitScorpion.d.ts b/dist/types/simulation/monsters/low/n-s/PitScorpion.d.ts new file mode 100644 index 000000000..fe0a5d38c --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/PitScorpion.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const PitScorpionTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=PitScorpion.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/PitScorpion.d.ts.map b/dist/types/simulation/monsters/low/n-s/PitScorpion.d.ts.map new file mode 100644 index 000000000..f235ca770 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/PitScorpion.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"PitScorpion.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/n-s/PitScorpion.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,gBAAgB,WAEY,CAAC;;AAE1C,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/PoisonScorpion.d.ts b/dist/types/simulation/monsters/low/n-s/PoisonScorpion.d.ts new file mode 100644 index 000000000..eb5a3f845 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/PoisonScorpion.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const PoisonScorpionTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=PoisonScorpion.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/PoisonScorpion.d.ts.map b/dist/types/simulation/monsters/low/n-s/PoisonScorpion.d.ts.map new file mode 100644 index 000000000..3b8f37fa3 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/PoisonScorpion.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"PoisonScorpion.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/n-s/PoisonScorpion.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,mBAAmB,WAES,CAAC;;AAE1C,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/PollnivnianBandit.d.ts b/dist/types/simulation/monsters/low/n-s/PollnivnianBandit.d.ts new file mode 100644 index 000000000..09fa8c2e8 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/PollnivnianBandit.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=PollnivnianBandit.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/PollnivnianBandit.d.ts.map b/dist/types/simulation/monsters/low/n-s/PollnivnianBandit.d.ts.map new file mode 100644 index 000000000..3a17f696d --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/PollnivnianBandit.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"PollnivnianBandit.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/n-s/PollnivnianBandit.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAEjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/Porazdir.d.ts b/dist/types/simulation/monsters/low/n-s/Porazdir.d.ts new file mode 100644 index 000000000..5a884c106 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/Porazdir.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const PorazdirTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Porazdir.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/Porazdir.d.ts.map b/dist/types/simulation/monsters/low/n-s/Porazdir.d.ts.map new file mode 100644 index 000000000..21cc2d3a6 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/Porazdir.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Porazdir.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/n-s/Porazdir.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,aAAa,WAAyC,CAAC;;AAEpE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/PrifddinasElf.d.ts b/dist/types/simulation/monsters/low/n-s/PrifddinasElf.d.ts new file mode 100644 index 000000000..e1598f428 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/PrifddinasElf.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=PrifddinasElf.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/PrifddinasElf.d.ts.map b/dist/types/simulation/monsters/low/n-s/PrifddinasElf.d.ts.map new file mode 100644 index 000000000..a02d404b9 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/PrifddinasElf.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"PrifddinasElf.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/n-s/PrifddinasElf.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AASjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/PriffRabbit.d.ts b/dist/types/simulation/monsters/low/n-s/PriffRabbit.d.ts new file mode 100644 index 000000000..dc96bf95a --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/PriffRabbit.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const PriffRabbit: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=PriffRabbit.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/PriffRabbit.d.ts.map b/dist/types/simulation/monsters/low/n-s/PriffRabbit.d.ts.map new file mode 100644 index 000000000..640f2c77f --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/PriffRabbit.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"PriffRabbit.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/n-s/PriffRabbit.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,WAAW,WAAyC,CAAC;;AAElE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/Pyrefiend.d.ts b/dist/types/simulation/monsters/low/n-s/Pyrefiend.d.ts new file mode 100644 index 000000000..36a6a8cec --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/Pyrefiend.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const PyrefiendPreTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Pyrefiend.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/Pyrefiend.d.ts.map b/dist/types/simulation/monsters/low/n-s/Pyrefiend.d.ts.map new file mode 100644 index 000000000..991a26c50 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/Pyrefiend.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Pyrefiend.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/n-s/Pyrefiend.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAGjE,eAAO,MAAM,iBAAiB,WA2BT,CAAC;;AAStB,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/Pyrelord.d.ts b/dist/types/simulation/monsters/low/n-s/Pyrelord.d.ts new file mode 100644 index 000000000..b7ac32169 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/Pyrelord.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const PyrelordPreTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Pyrelord.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/Pyrelord.d.ts.map b/dist/types/simulation/monsters/low/n-s/Pyrelord.d.ts.map new file mode 100644 index 000000000..cb3324b77 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/Pyrelord.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Pyrelord.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/n-s/Pyrelord.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAGjE,eAAO,MAAM,gBAAgB,WA2BR,CAAC;;AAStB,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/Rat.d.ts b/dist/types/simulation/monsters/low/n-s/Rat.d.ts new file mode 100644 index 000000000..e43c19b6e --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/Rat.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const RatTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Rat.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/Rat.d.ts.map b/dist/types/simulation/monsters/low/n-s/Rat.d.ts.map new file mode 100644 index 000000000..390b15f73 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/Rat.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Rat.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/n-s/Rat.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,QAAQ,WAAiC,CAAC;;AAEvD,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/RedDragon.d.ts b/dist/types/simulation/monsters/low/n-s/RedDragon.d.ts new file mode 100644 index 000000000..41ee74542 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/RedDragon.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=RedDragon.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/RedDragon.d.ts.map b/dist/types/simulation/monsters/low/n-s/RedDragon.d.ts.map new file mode 100644 index 000000000..50032064c --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/RedDragon.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"RedDragon.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/n-s/RedDragon.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AA6CjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/RevenantCyclops.d.ts b/dist/types/simulation/monsters/low/n-s/RevenantCyclops.d.ts new file mode 100644 index 000000000..7d3685b39 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/RevenantCyclops.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const RevenantCyclopsTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=RevenantCyclops.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/RevenantCyclops.d.ts.map b/dist/types/simulation/monsters/low/n-s/RevenantCyclops.d.ts.map new file mode 100644 index 000000000..929263c21 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/RevenantCyclops.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"RevenantCyclops.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/n-s/RevenantCyclops.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAGjE,eAAO,MAAM,oBAAoB,WAqCA,CAAC;;AAElC,wBAcG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/RevenantDarkBeast.d.ts b/dist/types/simulation/monsters/low/n-s/RevenantDarkBeast.d.ts new file mode 100644 index 000000000..a19502f78 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/RevenantDarkBeast.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const RevenantDarkBeastTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=RevenantDarkBeast.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/RevenantDarkBeast.d.ts.map b/dist/types/simulation/monsters/low/n-s/RevenantDarkBeast.d.ts.map new file mode 100644 index 000000000..1f8510853 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/RevenantDarkBeast.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"RevenantDarkBeast.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/n-s/RevenantDarkBeast.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAGjE,eAAO,MAAM,sBAAsB,WAqCF,CAAC;;AAElC,wBAcG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/RevenantDemon.d.ts b/dist/types/simulation/monsters/low/n-s/RevenantDemon.d.ts new file mode 100644 index 000000000..15f91da86 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/RevenantDemon.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const RevenantDemonTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=RevenantDemon.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/RevenantDemon.d.ts.map b/dist/types/simulation/monsters/low/n-s/RevenantDemon.d.ts.map new file mode 100644 index 000000000..6374ae6a4 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/RevenantDemon.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"RevenantDemon.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/n-s/RevenantDemon.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAGjE,eAAO,MAAM,kBAAkB,WAqCE,CAAC;;AAElC,wBAcG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/RevenantDragon.d.ts b/dist/types/simulation/monsters/low/n-s/RevenantDragon.d.ts new file mode 100644 index 000000000..887cc5570 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/RevenantDragon.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const RevenantDragonTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=RevenantDragon.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/RevenantDragon.d.ts.map b/dist/types/simulation/monsters/low/n-s/RevenantDragon.d.ts.map new file mode 100644 index 000000000..ee94ed525 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/RevenantDragon.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"RevenantDragon.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/n-s/RevenantDragon.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAGjE,eAAO,MAAM,mBAAmB,WAoCC,CAAC;;AAElC,wBAcG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/RevenantGoblin.d.ts b/dist/types/simulation/monsters/low/n-s/RevenantGoblin.d.ts new file mode 100644 index 000000000..640fc51dc --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/RevenantGoblin.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const RevenantGoblinTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=RevenantGoblin.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/RevenantGoblin.d.ts.map b/dist/types/simulation/monsters/low/n-s/RevenantGoblin.d.ts.map new file mode 100644 index 000000000..37180fa50 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/RevenantGoblin.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"RevenantGoblin.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/n-s/RevenantGoblin.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAGjE,eAAO,MAAM,mBAAmB,WAqCC,CAAC;;AAElC,wBAcG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/RevenantHellhound.d.ts b/dist/types/simulation/monsters/low/n-s/RevenantHellhound.d.ts new file mode 100644 index 000000000..06b448652 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/RevenantHellhound.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const RevenantHellhoundTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=RevenantHellhound.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/RevenantHellhound.d.ts.map b/dist/types/simulation/monsters/low/n-s/RevenantHellhound.d.ts.map new file mode 100644 index 000000000..38bd5226d --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/RevenantHellhound.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"RevenantHellhound.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/n-s/RevenantHellhound.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAGjE,eAAO,MAAM,sBAAsB,WAqCF,CAAC;;AAElC,wBAcG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/RevenantHobgoblin.d.ts b/dist/types/simulation/monsters/low/n-s/RevenantHobgoblin.d.ts new file mode 100644 index 000000000..ffe971129 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/RevenantHobgoblin.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const RevenantHobgoblinTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=RevenantHobgoblin.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/RevenantHobgoblin.d.ts.map b/dist/types/simulation/monsters/low/n-s/RevenantHobgoblin.d.ts.map new file mode 100644 index 000000000..0a88eb883 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/RevenantHobgoblin.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"RevenantHobgoblin.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/n-s/RevenantHobgoblin.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAGjE,eAAO,MAAM,sBAAsB,WAsCF,CAAC;;AAElC,wBAcG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/RevenantImp.d.ts b/dist/types/simulation/monsters/low/n-s/RevenantImp.d.ts new file mode 100644 index 000000000..184c88692 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/RevenantImp.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const RevenantImpTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=RevenantImp.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/RevenantImp.d.ts.map b/dist/types/simulation/monsters/low/n-s/RevenantImp.d.ts.map new file mode 100644 index 000000000..767b88879 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/RevenantImp.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"RevenantImp.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/n-s/RevenantImp.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAGjE,eAAO,MAAM,gBAAgB,WAqCI,CAAC;;AAElC,wBAcG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/RevenantKnight.d.ts b/dist/types/simulation/monsters/low/n-s/RevenantKnight.d.ts new file mode 100644 index 000000000..6ac5487b3 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/RevenantKnight.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const RevenantKnightTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=RevenantKnight.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/RevenantKnight.d.ts.map b/dist/types/simulation/monsters/low/n-s/RevenantKnight.d.ts.map new file mode 100644 index 000000000..520164364 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/RevenantKnight.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"RevenantKnight.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/n-s/RevenantKnight.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAGjE,eAAO,MAAM,mBAAmB,WAqCC,CAAC;;AAElC,wBAcG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/RevenantOrk.d.ts b/dist/types/simulation/monsters/low/n-s/RevenantOrk.d.ts new file mode 100644 index 000000000..b132b2feb --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/RevenantOrk.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const RevenantOrkTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=RevenantOrk.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/RevenantOrk.d.ts.map b/dist/types/simulation/monsters/low/n-s/RevenantOrk.d.ts.map new file mode 100644 index 000000000..b0e2015f1 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/RevenantOrk.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"RevenantOrk.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/n-s/RevenantOrk.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAGjE,eAAO,MAAM,gBAAgB,WAqCI,CAAC;;AAElC,wBAcG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/RevenantPyrefiend.d.ts b/dist/types/simulation/monsters/low/n-s/RevenantPyrefiend.d.ts new file mode 100644 index 000000000..cd503886a --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/RevenantPyrefiend.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const RevenantPyrefiendTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=RevenantPyrefiend.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/RevenantPyrefiend.d.ts.map b/dist/types/simulation/monsters/low/n-s/RevenantPyrefiend.d.ts.map new file mode 100644 index 000000000..a13614d82 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/RevenantPyrefiend.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"RevenantPyrefiend.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/n-s/RevenantPyrefiend.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAGjE,eAAO,MAAM,sBAAsB,WAqCF,CAAC;;AAElC,wBAcG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/RiylShade.d.ts b/dist/types/simulation/monsters/low/n-s/RiylShade.d.ts new file mode 100644 index 000000000..840ac8160 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/RiylShade.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const RiylShadeTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=RiylShade.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/RiylShade.d.ts.map b/dist/types/simulation/monsters/low/n-s/RiylShade.d.ts.map new file mode 100644 index 000000000..e98842b5a --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/RiylShade.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"RiylShade.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/n-s/RiylShade.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,cAAc,WAAwC,CAAC;;AAEpE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/Rockslug.d.ts b/dist/types/simulation/monsters/low/n-s/Rockslug.d.ts new file mode 100644 index 000000000..2b2733172 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/Rockslug.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const RockslugTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Rockslug.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/Rockslug.d.ts.map b/dist/types/simulation/monsters/low/n-s/Rockslug.d.ts.map new file mode 100644 index 000000000..e69ef39f4 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/Rockslug.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Rockslug.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/n-s/Rockslug.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAGjE,eAAO,MAAM,aAAa,WAuBL,CAAC;;AAEtB,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/Rogue.d.ts b/dist/types/simulation/monsters/low/n-s/Rogue.d.ts new file mode 100644 index 000000000..5c005f60c --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/Rogue.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Rogue.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/Rogue.d.ts.map b/dist/types/simulation/monsters/low/n-s/Rogue.d.ts.map new file mode 100644 index 000000000..c54de0137 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/Rogue.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Rogue.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/n-s/Rogue.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAajE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/Rooster.d.ts b/dist/types/simulation/monsters/low/n-s/Rooster.d.ts new file mode 100644 index 000000000..7cacdbbbb --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/Rooster.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const RoosterTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Rooster.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/Rooster.d.ts.map b/dist/types/simulation/monsters/low/n-s/Rooster.d.ts.map new file mode 100644 index 000000000..3ca86bee4 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/Rooster.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Rooster.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/n-s/Rooster.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,YAAY,WAIF,CAAC;;AAExB,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/RuneDragon.d.ts b/dist/types/simulation/monsters/low/n-s/RuneDragon.d.ts new file mode 100644 index 000000000..d459a63d3 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/RuneDragon.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=RuneDragon.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/RuneDragon.d.ts.map b/dist/types/simulation/monsters/low/n-s/RuneDragon.d.ts.map new file mode 100644 index 000000000..2e091c983 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/RuneDragon.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"RuneDragon.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/n-s/RuneDragon.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AA8CjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/ScarabMage.d.ts b/dist/types/simulation/monsters/low/n-s/ScarabMage.d.ts new file mode 100644 index 000000000..5488e0123 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/ScarabMage.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=ScarabMage.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/ScarabMage.d.ts.map b/dist/types/simulation/monsters/low/n-s/ScarabMage.d.ts.map new file mode 100644 index 000000000..d947bc6b1 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/ScarabMage.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"ScarabMage.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/n-s/ScarabMage.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAiDjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/Scorpion.d.ts b/dist/types/simulation/monsters/low/n-s/Scorpion.d.ts new file mode 100644 index 000000000..7d41767a6 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/Scorpion.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const ScorpionTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Scorpion.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/Scorpion.d.ts.map b/dist/types/simulation/monsters/low/n-s/Scorpion.d.ts.map new file mode 100644 index 000000000..cda930f9d --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/Scorpion.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Scorpion.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/n-s/Scorpion.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,aAAa,WAEe,CAAC;;AAE1C,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/SeaSnakeHatchling.d.ts b/dist/types/simulation/monsters/low/n-s/SeaSnakeHatchling.d.ts new file mode 100644 index 000000000..8b898b2fa --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/SeaSnakeHatchling.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=SeaSnakeHatchling.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/SeaSnakeHatchling.d.ts.map b/dist/types/simulation/monsters/low/n-s/SeaSnakeHatchling.d.ts.map new file mode 100644 index 000000000..20c5c6442 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/SeaSnakeHatchling.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"SeaSnakeHatchling.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/n-s/SeaSnakeHatchling.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAoCjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/SeaSnakeYoung.d.ts b/dist/types/simulation/monsters/low/n-s/SeaSnakeYoung.d.ts new file mode 100644 index 000000000..a1ffad163 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/SeaSnakeYoung.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=SeaSnakeYoung.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/SeaSnakeYoung.d.ts.map b/dist/types/simulation/monsters/low/n-s/SeaSnakeYoung.d.ts.map new file mode 100644 index 000000000..ff769f634 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/SeaSnakeYoung.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"SeaSnakeYoung.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/n-s/SeaSnakeYoung.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAsCjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/Seagull.d.ts b/dist/types/simulation/monsters/low/n-s/Seagull.d.ts new file mode 100644 index 000000000..0bbd46d50 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/Seagull.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const SeagullTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Seagull.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/Seagull.d.ts.map b/dist/types/simulation/monsters/low/n-s/Seagull.d.ts.map new file mode 100644 index 000000000..10d8e32ad --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/Seagull.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Seagull.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/n-s/Seagull.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,YAAY,WAAiC,CAAC;;AAE3D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/Shade.d.ts b/dist/types/simulation/monsters/low/n-s/Shade.d.ts new file mode 100644 index 000000000..80a8ee491 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/Shade.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const ShadeTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Shade.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/Shade.d.ts.map b/dist/types/simulation/monsters/low/n-s/Shade.d.ts.map new file mode 100644 index 000000000..e89372a32 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/Shade.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Shade.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/n-s/Shade.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,UAAU,WAAkF,CAAC;;AAE1G,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/ShadowSpider.d.ts b/dist/types/simulation/monsters/low/n-s/ShadowSpider.d.ts new file mode 100644 index 000000000..d1f75fd14 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/ShadowSpider.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const ShadowSpiderTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=ShadowSpider.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/ShadowSpider.d.ts.map b/dist/types/simulation/monsters/low/n-s/ShadowSpider.d.ts.map new file mode 100644 index 000000000..eeac6b82b --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/ShadowSpider.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"ShadowSpider.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/n-s/ShadowSpider.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,iBAAiB,WAA0D,CAAC;;AAEzF,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/ShadowWarrior.d.ts b/dist/types/simulation/monsters/low/n-s/ShadowWarrior.d.ts new file mode 100644 index 000000000..12611ac7b --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/ShadowWarrior.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=ShadowWarrior.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/ShadowWarrior.d.ts.map b/dist/types/simulation/monsters/low/n-s/ShadowWarrior.d.ts.map new file mode 100644 index 000000000..34001dff6 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/ShadowWarrior.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"ShadowWarrior.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/n-s/ShadowWarrior.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AA6BjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/SkeletalWyvern.d.ts b/dist/types/simulation/monsters/low/n-s/SkeletalWyvern.d.ts new file mode 100644 index 000000000..c779cf185 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/SkeletalWyvern.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=SkeletalWyvern.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/SkeletalWyvern.d.ts.map b/dist/types/simulation/monsters/low/n-s/SkeletalWyvern.d.ts.map new file mode 100644 index 000000000..fa181aae7 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/SkeletalWyvern.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"SkeletalWyvern.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/n-s/SkeletalWyvern.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AA0DjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/Skeleton.d.ts b/dist/types/simulation/monsters/low/n-s/Skeleton.d.ts new file mode 100644 index 000000000..421c785cb --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/Skeleton.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const SkeletonTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Skeleton.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/Skeleton.d.ts.map b/dist/types/simulation/monsters/low/n-s/Skeleton.d.ts.map new file mode 100644 index 000000000..78bf1aadd --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/Skeleton.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Skeleton.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/n-s/Skeleton.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAIjE,eAAO,MAAM,aAAa,WA+BX,CAAC;;AAEhB,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/SkeletonFremennik.d.ts b/dist/types/simulation/monsters/low/n-s/SkeletonFremennik.d.ts new file mode 100644 index 000000000..58cc69352 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/SkeletonFremennik.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const SkeletonFremennikTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=SkeletonFremennik.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/SkeletonFremennik.d.ts.map b/dist/types/simulation/monsters/low/n-s/SkeletonFremennik.d.ts.map new file mode 100644 index 000000000..28898666d --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/SkeletonFremennik.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"SkeletonFremennik.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/n-s/SkeletonFremennik.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAIjE,eAAO,MAAM,sBAAsB,WAiCpB,CAAC;;AAEhB,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/SkeletonMage.d.ts b/dist/types/simulation/monsters/low/n-s/SkeletonMage.d.ts new file mode 100644 index 000000000..0d8363a89 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/SkeletonMage.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const SkeletonMageTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=SkeletonMage.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/SkeletonMage.d.ts.map b/dist/types/simulation/monsters/low/n-s/SkeletonMage.d.ts.map new file mode 100644 index 000000000..3c5289619 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/SkeletonMage.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"SkeletonMage.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/n-s/SkeletonMage.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAIjE,eAAO,MAAM,iBAAiB,WA6Bc,CAAC;;AAE7C,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/Skogre.d.ts b/dist/types/simulation/monsters/low/n-s/Skogre.d.ts new file mode 100644 index 000000000..62f53d098 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/Skogre.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const SkogreTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Skogre.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/Skogre.d.ts.map b/dist/types/simulation/monsters/low/n-s/Skogre.d.ts.map new file mode 100644 index 000000000..47e27ec8b --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/Skogre.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Skogre.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/n-s/Skogre.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,WAAW,WAAgE,CAAC;;AAEzF,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/SmallLizard.d.ts b/dist/types/simulation/monsters/low/n-s/SmallLizard.d.ts new file mode 100644 index 000000000..876b7efa0 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/SmallLizard.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const SmallLizardTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=SmallLizard.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/SmallLizard.d.ts.map b/dist/types/simulation/monsters/low/n-s/SmallLizard.d.ts.map new file mode 100644 index 000000000..0523740a6 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/SmallLizard.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"SmallLizard.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/n-s/SmallLizard.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAQjE,eAAO,MAAM,gBAAgB,WA8BR,CAAC;;AAEtB,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/SmokeDevil.d.ts b/dist/types/simulation/monsters/low/n-s/SmokeDevil.d.ts new file mode 100644 index 000000000..d8077a404 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/SmokeDevil.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const SmokeDevilPreTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=SmokeDevil.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/SmokeDevil.d.ts.map b/dist/types/simulation/monsters/low/n-s/SmokeDevil.d.ts.map new file mode 100644 index 000000000..f584c8e1b --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/SmokeDevil.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"SmokeDevil.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/n-s/SmokeDevil.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAMjE,eAAO,MAAM,kBAAkB,WA2CV,CAAC;;AAUtB,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/Spider.d.ts b/dist/types/simulation/monsters/low/n-s/Spider.d.ts new file mode 100644 index 000000000..1582701a0 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/Spider.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const SpiderTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Spider.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/Spider.d.ts.map b/dist/types/simulation/monsters/low/n-s/Spider.d.ts.map new file mode 100644 index 000000000..7192a3d6d --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/Spider.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Spider.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/n-s/Spider.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,WAAW,WAA0D,CAAC;;AAEnF,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/SpiritualMage.d.ts b/dist/types/simulation/monsters/low/n-s/SpiritualMage.d.ts new file mode 100644 index 000000000..52ac56c91 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/SpiritualMage.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=SpiritualMage.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/SpiritualMage.d.ts.map b/dist/types/simulation/monsters/low/n-s/SpiritualMage.d.ts.map new file mode 100644 index 000000000..6fa5db1ff --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/SpiritualMage.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"SpiritualMage.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/n-s/SpiritualMage.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AA2CjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/SpiritualMageZaros.d.ts b/dist/types/simulation/monsters/low/n-s/SpiritualMageZaros.d.ts new file mode 100644 index 000000000..c1efd2a75 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/SpiritualMageZaros.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=SpiritualMageZaros.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/SpiritualMageZaros.d.ts.map b/dist/types/simulation/monsters/low/n-s/SpiritualMageZaros.d.ts.map new file mode 100644 index 000000000..02dcc392e --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/SpiritualMageZaros.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"SpiritualMageZaros.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/n-s/SpiritualMageZaros.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAoDjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/SpiritualRanger.d.ts b/dist/types/simulation/monsters/low/n-s/SpiritualRanger.d.ts new file mode 100644 index 000000000..c4f6577ae --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/SpiritualRanger.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=SpiritualRanger.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/SpiritualRanger.d.ts.map b/dist/types/simulation/monsters/low/n-s/SpiritualRanger.d.ts.map new file mode 100644 index 000000000..87761c8f5 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/SpiritualRanger.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"SpiritualRanger.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/n-s/SpiritualRanger.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAiCjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/SpiritualRangerZaros.d.ts b/dist/types/simulation/monsters/low/n-s/SpiritualRangerZaros.d.ts new file mode 100644 index 000000000..4bae114ec --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/SpiritualRangerZaros.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=SpiritualRangerZaros.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/SpiritualRangerZaros.d.ts.map b/dist/types/simulation/monsters/low/n-s/SpiritualRangerZaros.d.ts.map new file mode 100644 index 000000000..37fd5bc68 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/SpiritualRangerZaros.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"SpiritualRangerZaros.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/n-s/SpiritualRangerZaros.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAoDjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/SpiritualWarrior.d.ts b/dist/types/simulation/monsters/low/n-s/SpiritualWarrior.d.ts new file mode 100644 index 000000000..e85668879 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/SpiritualWarrior.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=SpiritualWarrior.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/SpiritualWarrior.d.ts.map b/dist/types/simulation/monsters/low/n-s/SpiritualWarrior.d.ts.map new file mode 100644 index 000000000..c364e1370 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/SpiritualWarrior.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"SpiritualWarrior.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/n-s/SpiritualWarrior.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAmCjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/SpiritualWarriorZaros.d.ts b/dist/types/simulation/monsters/low/n-s/SpiritualWarriorZaros.d.ts new file mode 100644 index 000000000..88a148db9 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/SpiritualWarriorZaros.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=SpiritualWarriorZaros.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/SpiritualWarriorZaros.d.ts.map b/dist/types/simulation/monsters/low/n-s/SpiritualWarriorZaros.d.ts.map new file mode 100644 index 000000000..f8919f444 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/SpiritualWarriorZaros.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"SpiritualWarriorZaros.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/n-s/SpiritualWarriorZaros.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAoDjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/SteelDragon.d.ts b/dist/types/simulation/monsters/low/n-s/SteelDragon.d.ts new file mode 100644 index 000000000..8de07accc --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/SteelDragon.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=SteelDragon.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/SteelDragon.d.ts.map b/dist/types/simulation/monsters/low/n-s/SteelDragon.d.ts.map new file mode 100644 index 000000000..d4b457ef3 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/SteelDragon.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"SteelDragon.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/n-s/SteelDragon.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AA4CjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/SulphurLizard.d.ts b/dist/types/simulation/monsters/low/n-s/SulphurLizard.d.ts new file mode 100644 index 000000000..e669203fa --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/SulphurLizard.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const SulphurLizardTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=SulphurLizard.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/SulphurLizard.d.ts.map b/dist/types/simulation/monsters/low/n-s/SulphurLizard.d.ts.map new file mode 100644 index 000000000..e42172371 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/SulphurLizard.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"SulphurLizard.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/n-s/SulphurLizard.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAKjE,eAAO,MAAM,kBAAkB,WAgCV,CAAC;;AAEtB,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/Suqah.d.ts b/dist/types/simulation/monsters/low/n-s/Suqah.d.ts new file mode 100644 index 000000000..eaa5e6bf1 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/Suqah.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Suqah.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/n-s/Suqah.d.ts.map b/dist/types/simulation/monsters/low/n-s/Suqah.d.ts.map new file mode 100644 index 000000000..ba853b522 --- /dev/null +++ b/dist/types/simulation/monsters/low/n-s/Suqah.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Suqah.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/n-s/Suqah.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAoBjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/reanimated.d.ts b/dist/types/simulation/monsters/low/reanimated.d.ts new file mode 100644 index 000000000..375ac1672 --- /dev/null +++ b/dist/types/simulation/monsters/low/reanimated.d.ts @@ -0,0 +1,27 @@ +import SimpleMonster from "../../../structures/SimpleMonster"; +export declare const ReanimatedMonsters: { + ReanimatedGoblin: SimpleMonster; + ReanimatedMonkey: SimpleMonster; + ReanimatedImp: SimpleMonster; + ReanimatedMinotaur: SimpleMonster; + ReanimatedScorpion: SimpleMonster; + ReanimatedBear: SimpleMonster; + ReanimatedUnicorn: SimpleMonster; + ReanimatedDog: SimpleMonster; + ReanimatedChaosDruid: SimpleMonster; + ReanimatedGiant: SimpleMonster; + ReanimatedOgre: SimpleMonster; + ReanimatedElf: SimpleMonster; + ReanimatedTroll: SimpleMonster; + ReanimatedHorror: SimpleMonster; + ReanimatedKalphite: SimpleMonster; + ReanimatedDagannoth: SimpleMonster; + ReanimatedBloodveld: SimpleMonster; + ReanimatedTzhaar: SimpleMonster; + ReanimatedDemon: SimpleMonster; + ReanimatedHellhound: SimpleMonster; + ReanimatedAviansie: SimpleMonster; + ReanimatedAbyssal: SimpleMonster; + ReanimatedDragon: SimpleMonster; +}; +//# sourceMappingURL=reanimated.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/reanimated.d.ts.map b/dist/types/simulation/monsters/low/reanimated.d.ts.map new file mode 100644 index 000000000..9183b85ec --- /dev/null +++ b/dist/types/simulation/monsters/low/reanimated.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"reanimated.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/low/reanimated.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,mCAAmC,CAAC;AAmK9D,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;CAwB9B,CAAC"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/TempleSpider.d.ts b/dist/types/simulation/monsters/low/t-z/TempleSpider.d.ts new file mode 100644 index 000000000..f8e5f0bb7 --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/TempleSpider.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const TempleSpiderTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=TempleSpider.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/TempleSpider.d.ts.map b/dist/types/simulation/monsters/low/t-z/TempleSpider.d.ts.map new file mode 100644 index 000000000..291f6c83a --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/TempleSpider.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"TempleSpider.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/t-z/TempleSpider.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAUjE,eAAO,MAAM,iBAAiB,WAqCT,CAAC;;AAEtB,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/TerrorBird.d.ts b/dist/types/simulation/monsters/low/t-z/TerrorBird.d.ts new file mode 100644 index 000000000..f036c10ce --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/TerrorBird.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const TerrorBirdTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=TerrorBird.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/TerrorBird.d.ts.map b/dist/types/simulation/monsters/low/t-z/TerrorBird.d.ts.map new file mode 100644 index 000000000..efdff3a73 --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/TerrorBird.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"TerrorBird.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/t-z/TerrorBird.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,eAAe,WAAiC,CAAC;;AAE9D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/TerrorDog.d.ts b/dist/types/simulation/monsters/low/t-z/TerrorDog.d.ts new file mode 100644 index 000000000..eacc5f7d4 --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/TerrorDog.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=TerrorDog.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/TerrorDog.d.ts.map b/dist/types/simulation/monsters/low/t-z/TerrorDog.d.ts.map new file mode 100644 index 000000000..0c29b47d0 --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/TerrorDog.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"TerrorDog.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/t-z/TerrorDog.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AA6CjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/TormentedDemon.d.ts b/dist/types/simulation/monsters/low/t-z/TormentedDemon.d.ts new file mode 100644 index 000000000..7b3cd4201 --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/TormentedDemon.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=TormentedDemon.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/TormentedDemon.d.ts.map b/dist/types/simulation/monsters/low/t-z/TormentedDemon.d.ts.map new file mode 100644 index 000000000..9a236e71e --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/TormentedDemon.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"TormentedDemon.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/t-z/TormentedDemon.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAkDjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/TorturedGorilla.d.ts b/dist/types/simulation/monsters/low/t-z/TorturedGorilla.d.ts new file mode 100644 index 000000000..eefa0b186 --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/TorturedGorilla.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=TorturedGorilla.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/TorturedGorilla.d.ts.map b/dist/types/simulation/monsters/low/t-z/TorturedGorilla.d.ts.map new file mode 100644 index 000000000..6cc5c1cb4 --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/TorturedGorilla.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"TorturedGorilla.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/t-z/TorturedGorilla.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAwDjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/TorturedSoul.d.ts b/dist/types/simulation/monsters/low/t-z/TorturedSoul.d.ts new file mode 100644 index 000000000..974201a69 --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/TorturedSoul.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const TorturedSoulTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=TorturedSoul.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/TorturedSoul.d.ts.map b/dist/types/simulation/monsters/low/t-z/TorturedSoul.d.ts.map new file mode 100644 index 000000000..0ee29130e --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/TorturedSoul.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"TorturedSoul.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/t-z/TorturedSoul.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAGjE,eAAO,MAAM,iBAAiB,WA2BK,CAAC;;AAEpC,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/TrollGeneral.d.ts b/dist/types/simulation/monsters/low/t-z/TrollGeneral.d.ts new file mode 100644 index 000000000..b0b9d19a2 --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/TrollGeneral.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=TrollGeneral.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/TrollGeneral.d.ts.map b/dist/types/simulation/monsters/low/t-z/TrollGeneral.d.ts.map new file mode 100644 index 000000000..f935aa35d --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/TrollGeneral.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"TrollGeneral.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/t-z/TrollGeneral.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AA8CjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/Turoth.d.ts b/dist/types/simulation/monsters/low/t-z/Turoth.d.ts new file mode 100644 index 000000000..e2ba14b39 --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/Turoth.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const TurothPreTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Turoth.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/Turoth.d.ts.map b/dist/types/simulation/monsters/low/t-z/Turoth.d.ts.map new file mode 100644 index 000000000..9854ea8e4 --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/Turoth.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Turoth.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/t-z/Turoth.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAOjE,eAAO,MAAM,cAAc,WA8BN,CAAC;;AAStB,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/TwistedBanshee.d.ts b/dist/types/simulation/monsters/low/t-z/TwistedBanshee.d.ts new file mode 100644 index 000000000..6d4569df0 --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/TwistedBanshee.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const TwistedBansheePreTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=TwistedBanshee.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/TwistedBanshee.d.ts.map b/dist/types/simulation/monsters/low/t-z/TwistedBanshee.d.ts.map new file mode 100644 index 000000000..f1585c30b --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/TwistedBanshee.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"TwistedBanshee.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/t-z/TwistedBanshee.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAKjE,eAAO,MAAM,sBAAsB,WAkCd,CAAC;;AAQtB,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/TzHaarHur.d.ts b/dist/types/simulation/monsters/low/t-z/TzHaarHur.d.ts new file mode 100644 index 000000000..82106bcd4 --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/TzHaarHur.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=TzHaarHur.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/TzHaarHur.d.ts.map b/dist/types/simulation/monsters/low/t-z/TzHaarHur.d.ts.map new file mode 100644 index 000000000..685a06080 --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/TzHaarHur.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"TzHaarHur.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/t-z/TzHaarHur.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAUjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/TzHaarKet.d.ts b/dist/types/simulation/monsters/low/t-z/TzHaarKet.d.ts new file mode 100644 index 000000000..83d21e7ff --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/TzHaarKet.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=TzHaarKet.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/TzHaarKet.d.ts.map b/dist/types/simulation/monsters/low/t-z/TzHaarKet.d.ts.map new file mode 100644 index 000000000..4cf7717d2 --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/TzHaarKet.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"TzHaarKet.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/t-z/TzHaarKet.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AA0BjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/TzHaarMej.d.ts b/dist/types/simulation/monsters/low/t-z/TzHaarMej.d.ts new file mode 100644 index 000000000..b13f77637 --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/TzHaarMej.d.ts @@ -0,0 +1,3 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const TzHaarMej: SimpleMonster; +//# sourceMappingURL=TzHaarMej.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/TzHaarMej.d.ts.map b/dist/types/simulation/monsters/low/t-z/TzHaarMej.d.ts.map new file mode 100644 index 000000000..f6138510e --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/TzHaarMej.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"TzHaarMej.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/t-z/TzHaarMej.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAcjE,eAAO,MAAM,SAAS,eAKpB,CAAC"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/TzHaarXil.d.ts b/dist/types/simulation/monsters/low/t-z/TzHaarXil.d.ts new file mode 100644 index 000000000..faf0d3bd7 --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/TzHaarXil.d.ts @@ -0,0 +1,3 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const TzHaarXil: SimpleMonster; +//# sourceMappingURL=TzHaarXil.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/TzHaarXil.d.ts.map b/dist/types/simulation/monsters/low/t-z/TzHaarXil.d.ts.map new file mode 100644 index 000000000..bd780a5d0 --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/TzHaarXil.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"TzHaarXil.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/t-z/TzHaarXil.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAajE,eAAO,MAAM,SAAS,eAKpB,CAAC"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/UndeadChicken.d.ts b/dist/types/simulation/monsters/low/t-z/UndeadChicken.d.ts new file mode 100644 index 000000000..df8c18342 --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/UndeadChicken.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const UndeadChickenTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=UndeadChicken.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/UndeadChicken.d.ts.map b/dist/types/simulation/monsters/low/t-z/UndeadChicken.d.ts.map new file mode 100644 index 000000000..6c1d6574e --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/UndeadChicken.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"UndeadChicken.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/t-z/UndeadChicken.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,kBAAkB,WAIR,CAAC;;AAExB,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/UndeadCow.d.ts b/dist/types/simulation/monsters/low/t-z/UndeadCow.d.ts new file mode 100644 index 000000000..6f6f730ce --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/UndeadCow.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const UndeadCowTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=UndeadCow.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/UndeadCow.d.ts.map b/dist/types/simulation/monsters/low/t-z/UndeadCow.d.ts.map new file mode 100644 index 000000000..5b1737844 --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/UndeadCow.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"UndeadCow.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/t-z/UndeadCow.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,cAAc,WAA8D,CAAC;;AAE1F,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/UndeadDruid.d.ts b/dist/types/simulation/monsters/low/t-z/UndeadDruid.d.ts new file mode 100644 index 000000000..c2f6c4bcd --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/UndeadDruid.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const UndeadDruidTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=UndeadDruid.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/UndeadDruid.d.ts.map b/dist/types/simulation/monsters/low/t-z/UndeadDruid.d.ts.map new file mode 100644 index 000000000..2cd86cf9d --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/UndeadDruid.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"UndeadDruid.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/t-z/UndeadDruid.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAYjE,eAAO,MAAM,gBAAgB,WA4CR,CAAC;;AAEtB,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/UndeadOne.d.ts b/dist/types/simulation/monsters/low/t-z/UndeadOne.d.ts new file mode 100644 index 000000000..2733f4b48 --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/UndeadOne.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const UndeadOneTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=UndeadOne.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/UndeadOne.d.ts.map b/dist/types/simulation/monsters/low/t-z/UndeadOne.d.ts.map new file mode 100644 index 000000000..51735d641 --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/UndeadOne.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"UndeadOne.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/t-z/UndeadOne.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAIjE,eAAO,MAAM,cAAc,WAA6D,CAAC;;AAEzF,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/Unicorn.d.ts b/dist/types/simulation/monsters/low/t-z/Unicorn.d.ts new file mode 100644 index 000000000..c91fdeba4 --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/Unicorn.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const UnicornTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Unicorn.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/Unicorn.d.ts.map b/dist/types/simulation/monsters/low/t-z/Unicorn.d.ts.map new file mode 100644 index 000000000..000071a9d --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/Unicorn.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Unicorn.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/t-z/Unicorn.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,YAAY,WAA6F,CAAC;;AAEvH,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/UriumShade.d.ts b/dist/types/simulation/monsters/low/t-z/UriumShade.d.ts new file mode 100644 index 000000000..577f5a83d --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/UriumShade.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const UriumShadeTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=UriumShade.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/UriumShade.d.ts.map b/dist/types/simulation/monsters/low/t-z/UriumShade.d.ts.map new file mode 100644 index 000000000..d405103e8 --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/UriumShade.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"UriumShade.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/t-z/UriumShade.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,eAAe,WAAyC,CAAC;;AAEtE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/VampyreJuvinate.d.ts b/dist/types/simulation/monsters/low/t-z/VampyreJuvinate.d.ts new file mode 100644 index 000000000..279df793b --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/VampyreJuvinate.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const VampyreJuvinateTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=VampyreJuvinate.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/VampyreJuvinate.d.ts.map b/dist/types/simulation/monsters/low/t-z/VampyreJuvinate.d.ts.map new file mode 100644 index 000000000..80fc6f634 --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/VampyreJuvinate.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"VampyreJuvinate.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/t-z/VampyreJuvinate.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,oBAAoB,WAyCM,CAAC;;AAExC,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/Vyre.d.ts b/dist/types/simulation/monsters/low/t-z/Vyre.d.ts new file mode 100644 index 000000000..b6eb771bb --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/Vyre.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Vyre.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/Vyre.d.ts.map b/dist/types/simulation/monsters/low/t-z/Vyre.d.ts.map new file mode 100644 index 000000000..55c221b5c --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/Vyre.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Vyre.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/t-z/Vyre.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAajE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/Vyrewatch.d.ts b/dist/types/simulation/monsters/low/t-z/Vyrewatch.d.ts new file mode 100644 index 000000000..f03b1da0f --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/Vyrewatch.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const VyrewatchTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Vyrewatch.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/Vyrewatch.d.ts.map b/dist/types/simulation/monsters/low/t-z/Vyrewatch.d.ts.map new file mode 100644 index 000000000..3eb09017a --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/Vyrewatch.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Vyrewatch.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/t-z/Vyrewatch.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAGjE,eAAO,MAAM,cAAc,WAyDU,CAAC;;AAEtC,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/VyrewatchSentinel.d.ts b/dist/types/simulation/monsters/low/t-z/VyrewatchSentinel.d.ts new file mode 100644 index 000000000..114eccde2 --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/VyrewatchSentinel.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const VyrewatchSentinelTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=VyrewatchSentinel.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/VyrewatchSentinel.d.ts.map b/dist/types/simulation/monsters/low/t-z/VyrewatchSentinel.d.ts.map new file mode 100644 index 000000000..59b1e837e --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/VyrewatchSentinel.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"VyrewatchSentinel.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/t-z/VyrewatchSentinel.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAKjE,eAAO,MAAM,sBAAsB,WAoDE,CAAC;;AAEtC,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/WallBeast.d.ts b/dist/types/simulation/monsters/low/t-z/WallBeast.d.ts new file mode 100644 index 000000000..586dfc25b --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/WallBeast.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const WallBeastTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=WallBeast.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/WallBeast.d.ts.map b/dist/types/simulation/monsters/low/t-z/WallBeast.d.ts.map new file mode 100644 index 000000000..4a272840f --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/WallBeast.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"WallBeast.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/t-z/WallBeast.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,cAAc,WA8BY,CAAC;;AAExC,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/WarpedJelly.d.ts b/dist/types/simulation/monsters/low/t-z/WarpedJelly.d.ts new file mode 100644 index 000000000..d55ac2d4c --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/WarpedJelly.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const WarpedJellyPreTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=WarpedJelly.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/WarpedJelly.d.ts.map b/dist/types/simulation/monsters/low/t-z/WarpedJelly.d.ts.map new file mode 100644 index 000000000..14ef29bf5 --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/WarpedJelly.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"WarpedJelly.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/t-z/WarpedJelly.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAGjE,eAAO,MAAM,mBAAmB,WA2BX,CAAC;;AAQtB,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/WarriorWoman.d.ts b/dist/types/simulation/monsters/low/t-z/WarriorWoman.d.ts new file mode 100644 index 000000000..bbbb10058 --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/WarriorWoman.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=WarriorWoman.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/WarriorWoman.d.ts.map b/dist/types/simulation/monsters/low/t-z/WarriorWoman.d.ts.map new file mode 100644 index 000000000..35abcbe5f --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/WarriorWoman.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"WarriorWoman.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/t-z/WarriorWoman.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAEjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/Waterfiend.d.ts b/dist/types/simulation/monsters/low/t-z/Waterfiend.d.ts new file mode 100644 index 000000000..ba61cc951 --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/Waterfiend.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Waterfiend.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/Waterfiend.d.ts.map b/dist/types/simulation/monsters/low/t-z/Waterfiend.d.ts.map new file mode 100644 index 000000000..aec384d41 --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/Waterfiend.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Waterfiend.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/t-z/Waterfiend.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAkEjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/Werewolf.d.ts b/dist/types/simulation/monsters/low/t-z/Werewolf.d.ts new file mode 100644 index 000000000..fc3c7bfe9 --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/Werewolf.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Werewolf.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/Werewolf.d.ts.map b/dist/types/simulation/monsters/low/t-z/Werewolf.d.ts.map new file mode 100644 index 000000000..d9b6d12cf --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/Werewolf.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Werewolf.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/t-z/Werewolf.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AA0CjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/WhiteWolf.d.ts b/dist/types/simulation/monsters/low/t-z/WhiteWolf.d.ts new file mode 100644 index 000000000..02b3f985f --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/WhiteWolf.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const WhiteWolfTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=WhiteWolf.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/WhiteWolf.d.ts.map b/dist/types/simulation/monsters/low/t-z/WhiteWolf.d.ts.map new file mode 100644 index 000000000..5f4023812 --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/WhiteWolf.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"WhiteWolf.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/t-z/WhiteWolf.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,cAAc,WAAsC,CAAC;;AAElE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/WildDog.d.ts b/dist/types/simulation/monsters/low/t-z/WildDog.d.ts new file mode 100644 index 000000000..5d4da575c --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/WildDog.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const WildDogTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=WildDog.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/WildDog.d.ts.map b/dist/types/simulation/monsters/low/t-z/WildDog.d.ts.map new file mode 100644 index 000000000..e31f72725 --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/WildDog.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"WildDog.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/t-z/WildDog.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,YAAY,WAAmE,CAAC;;AAE7F,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/Wolf.d.ts b/dist/types/simulation/monsters/low/t-z/Wolf.d.ts new file mode 100644 index 000000000..3479a304d --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/Wolf.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const WolfTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Wolf.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/Wolf.d.ts.map b/dist/types/simulation/monsters/low/t-z/Wolf.d.ts.map new file mode 100644 index 000000000..07407a8f6 --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/Wolf.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Wolf.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/t-z/Wolf.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,SAAS,WAA8E,CAAC;;AAErG,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/Woman.d.ts b/dist/types/simulation/monsters/low/t-z/Woman.d.ts new file mode 100644 index 000000000..196f0d51f --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/Woman.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Woman.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/Woman.d.ts.map b/dist/types/simulation/monsters/low/t-z/Woman.d.ts.map new file mode 100644 index 000000000..aecd00c76 --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/Woman.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Woman.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/t-z/Woman.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAGjE,wBAMG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/Wyrm.d.ts b/dist/types/simulation/monsters/low/t-z/Wyrm.d.ts new file mode 100644 index 000000000..f87951304 --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/Wyrm.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const WyrmPreTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Wyrm.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/Wyrm.d.ts.map b/dist/types/simulation/monsters/low/t-z/Wyrm.d.ts.map new file mode 100644 index 000000000..9cbfda5f0 --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/Wyrm.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Wyrm.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/t-z/Wyrm.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAmBjE,eAAO,MAAM,YAAY,WAgCJ,CAAC;;AAkBtB,wBAMG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/YanilleWatchman.d.ts b/dist/types/simulation/monsters/low/t-z/YanilleWatchman.d.ts new file mode 100644 index 000000000..54a43936f --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/YanilleWatchman.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=YanilleWatchman.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/YanilleWatchman.d.ts.map b/dist/types/simulation/monsters/low/t-z/YanilleWatchman.d.ts.map new file mode 100644 index 000000000..1c6d337c8 --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/YanilleWatchman.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"YanilleWatchman.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/t-z/YanilleWatchman.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAIjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/Zogre.d.ts b/dist/types/simulation/monsters/low/t-z/Zogre.d.ts new file mode 100644 index 000000000..565fb65bc --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/Zogre.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const ZogreTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Zogre.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/Zogre.d.ts.map b/dist/types/simulation/monsters/low/t-z/Zogre.d.ts.map new file mode 100644 index 000000000..d755af94d --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/Zogre.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Zogre.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/t-z/Zogre.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,UAAU,WAGmB,CAAC;;AAE3C,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/Zombie.d.ts b/dist/types/simulation/monsters/low/t-z/Zombie.d.ts new file mode 100644 index 000000000..94198cb23 --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/Zombie.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const ZombieTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Zombie.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/Zombie.d.ts.map b/dist/types/simulation/monsters/low/t-z/Zombie.d.ts.map new file mode 100644 index 000000000..630eaab6e --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/Zombie.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Zombie.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/t-z/Zombie.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAGjE,eAAO,MAAM,WAAW,WA8BG,CAAC;;AAE5B,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/ZombiePirate.d.ts b/dist/types/simulation/monsters/low/t-z/ZombiePirate.d.ts new file mode 100644 index 000000000..160e72263 --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/ZombiePirate.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const ZombiePirateTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=ZombiePirate.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/ZombiePirate.d.ts.map b/dist/types/simulation/monsters/low/t-z/ZombiePirate.d.ts.map new file mode 100644 index 000000000..5f85dc3b4 --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/ZombiePirate.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"ZombiePirate.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/t-z/ZombiePirate.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,iBAAiB,WAyCY,CAAC;;AAE3C,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/ZombieRat.d.ts b/dist/types/simulation/monsters/low/t-z/ZombieRat.d.ts new file mode 100644 index 000000000..e817de6e1 --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/ZombieRat.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../../../structures/LootTable"; +import SimpleMonster from "../../../../structures/SimpleMonster"; +export declare const ZombieRatTable: LootTable; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=ZombieRat.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/ZombieRat.d.ts.map b/dist/types/simulation/monsters/low/t-z/ZombieRat.d.ts.map new file mode 100644 index 000000000..cdd78f420 --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/ZombieRat.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"ZombieRat.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/t-z/ZombieRat.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kCAAkC,CAAC;AACzD,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,eAAO,MAAM,cAAc,WAAiC,CAAC;;AAE7D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/Zygomite.d.ts b/dist/types/simulation/monsters/low/t-z/Zygomite.d.ts new file mode 100644 index 000000000..34cd1d122 --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/Zygomite.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Zygomite.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/low/t-z/Zygomite.d.ts.map b/dist/types/simulation/monsters/low/t-z/Zygomite.d.ts.map new file mode 100644 index 000000000..43058621d --- /dev/null +++ b/dist/types/simulation/monsters/low/t-z/Zygomite.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Zygomite.d.ts","sourceRoot":"","sources":["../../../../../../src/simulation/monsters/low/t-z/Zygomite.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,sCAAsC,CAAC;;AAoCjE,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/special/Barrows.d.ts b/dist/types/simulation/monsters/special/Barrows.d.ts new file mode 100644 index 000000000..9c225f88b --- /dev/null +++ b/dist/types/simulation/monsters/special/Barrows.d.ts @@ -0,0 +1,8 @@ +import Bank from "../../../structures/Bank"; +import Monster from "../../../structures/Monster"; +export declare class Barrows extends Monster { + kill(quantity?: number): Bank; +} +declare const _default: Barrows; +export default _default; +//# sourceMappingURL=Barrows.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/special/Barrows.d.ts.map b/dist/types/simulation/monsters/special/Barrows.d.ts.map new file mode 100644 index 000000000..df325d163 --- /dev/null +++ b/dist/types/simulation/monsters/special/Barrows.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Barrows.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/special/Barrows.ts"],"names":[],"mappings":"AAEA,OAAO,IAAI,MAAM,0BAA0B,CAAC;AAE5C,OAAO,OAAO,MAAM,6BAA6B,CAAC;AAkDlD,qBAAa,OAAQ,SAAQ,OAAO;IAC5B,IAAI,CAAC,QAAQ,SAAI,GAAG,IAAI;CA2B/B;;AAGD,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/special/Hespori.d.ts b/dist/types/simulation/monsters/special/Hespori.d.ts new file mode 100644 index 000000000..f510b8bc2 --- /dev/null +++ b/dist/types/simulation/monsters/special/Hespori.d.ts @@ -0,0 +1,9 @@ +import type { MonsterKillOptions } from "../../../meta/types"; +import Bank from "../../../structures/Bank"; +import SimpleMonster from "../../../structures/Monster"; +export declare class Hespori extends SimpleMonster { + kill(quantity?: number, options?: MonsterKillOptions): Bank; +} +declare const _default: Hespori; +export default _default; +//# sourceMappingURL=Hespori.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/special/Hespori.d.ts.map b/dist/types/simulation/monsters/special/Hespori.d.ts.map new file mode 100644 index 000000000..0b88ad934 --- /dev/null +++ b/dist/types/simulation/monsters/special/Hespori.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Hespori.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/special/Hespori.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,IAAI,MAAM,0BAA0B,CAAC;AAE5C,OAAO,aAAa,MAAM,6BAA6B,CAAC;AA6DxD,qBAAa,OAAQ,SAAQ,aAAa;IAClC,IAAI,CAAC,QAAQ,SAAI,EAAE,OAAO,GAAE,kBAAyC,GAAG,IAAI;CAUnF;;AAED,wBAAgF"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/special/TzKalZuk.d.ts b/dist/types/simulation/monsters/special/TzKalZuk.d.ts new file mode 100644 index 000000000..18ece58d9 --- /dev/null +++ b/dist/types/simulation/monsters/special/TzKalZuk.d.ts @@ -0,0 +1,8 @@ +import type { MonsterKillOptions } from "../../../meta/types"; +import Bank from "../../../structures/Bank"; +import Monster from "../../../structures/Monster"; +export declare class TzKalZukClass extends Monster { + kill(quantity?: number, options?: MonsterKillOptions): Bank; +} +export declare const TzKalZuk: TzKalZukClass; +//# sourceMappingURL=TzKalZuk.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/special/TzKalZuk.d.ts.map b/dist/types/simulation/monsters/special/TzKalZuk.d.ts.map new file mode 100644 index 000000000..2b5804ef9 --- /dev/null +++ b/dist/types/simulation/monsters/special/TzKalZuk.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"TzKalZuk.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/special/TzKalZuk.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,IAAI,MAAM,0BAA0B,CAAC;AAC5C,OAAO,OAAO,MAAM,6BAA6B,CAAC;AAElD,qBAAa,aAAc,SAAQ,OAAO;IAClC,IAAI,CAAC,QAAQ,SAAI,EAAE,OAAO,GAAE,kBAAuB,GAAG,IAAI;CAajE;AAED,eAAO,MAAM,QAAQ,eAInB,CAAC"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/special/TzTokJad.d.ts b/dist/types/simulation/monsters/special/TzTokJad.d.ts new file mode 100644 index 000000000..6a1a4119b --- /dev/null +++ b/dist/types/simulation/monsters/special/TzTokJad.d.ts @@ -0,0 +1,9 @@ +import type { MonsterKillOptions } from "../../../meta/types"; +import Bank from "../../../structures/Bank"; +import Monster from "../../../structures/Monster"; +export declare class TzTokJadClass extends Monster { + kill(quantity?: number, options?: MonsterKillOptions): Bank; +} +declare const TzTokJad: TzTokJadClass; +export default TzTokJad; +//# sourceMappingURL=TzTokJad.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/special/TzTokJad.d.ts.map b/dist/types/simulation/monsters/special/TzTokJad.d.ts.map new file mode 100644 index 000000000..1060aaa8b --- /dev/null +++ b/dist/types/simulation/monsters/special/TzTokJad.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"TzTokJad.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/special/TzTokJad.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,IAAI,MAAM,0BAA0B,CAAC;AAC5C,OAAO,OAAO,MAAM,6BAA6B,CAAC;AAElD,qBAAa,aAAc,SAAQ,OAAO;IAClC,IAAI,CAAC,QAAQ,SAAI,EAAE,OAAO,GAAE,kBAAuB,GAAG,IAAI;CAajE;AAED,QAAA,MAAM,QAAQ,eAIZ,CAAC;AAEH,eAAe,QAAQ,CAAC"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/special/index.d.ts b/dist/types/simulation/monsters/special/index.d.ts new file mode 100644 index 000000000..c104fcf10 --- /dev/null +++ b/dist/types/simulation/monsters/special/index.d.ts @@ -0,0 +1,7 @@ +export declare const specialBosses: { + Barrows: import("./Barrows").Barrows; + TzTokJad: import("./TzTokJad").TzTokJadClass; + Hespori: import("./Hespori").Hespori; + TzKalZuk: import("./TzKalZuk").TzKalZukClass; +}; +//# sourceMappingURL=index.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/special/index.d.ts.map b/dist/types/simulation/monsters/special/index.d.ts.map new file mode 100644 index 000000000..dc29c240f --- /dev/null +++ b/dist/types/simulation/monsters/special/index.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/special/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,aAAa;;;;;CAA2C,CAAC"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/superiorMonsters/AbhorrentSpectre.d.ts b/dist/types/simulation/monsters/superiorMonsters/AbhorrentSpectre.d.ts new file mode 100644 index 000000000..3dca19546 --- /dev/null +++ b/dist/types/simulation/monsters/superiorMonsters/AbhorrentSpectre.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=AbhorrentSpectre.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/superiorMonsters/AbhorrentSpectre.d.ts.map b/dist/types/simulation/monsters/superiorMonsters/AbhorrentSpectre.d.ts.map new file mode 100644 index 000000000..a59fbc61a --- /dev/null +++ b/dist/types/simulation/monsters/superiorMonsters/AbhorrentSpectre.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"AbhorrentSpectre.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/superiorMonsters/AbhorrentSpectre.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,mCAAmC,CAAC;;AAa9D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/superiorMonsters/BasiliskSentinel.d.ts b/dist/types/simulation/monsters/superiorMonsters/BasiliskSentinel.d.ts new file mode 100644 index 000000000..fb8812875 --- /dev/null +++ b/dist/types/simulation/monsters/superiorMonsters/BasiliskSentinel.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=BasiliskSentinel.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/superiorMonsters/BasiliskSentinel.d.ts.map b/dist/types/simulation/monsters/superiorMonsters/BasiliskSentinel.d.ts.map new file mode 100644 index 000000000..a8af496a3 --- /dev/null +++ b/dist/types/simulation/monsters/superiorMonsters/BasiliskSentinel.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"BasiliskSentinel.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/superiorMonsters/BasiliskSentinel.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,mCAAmC,CAAC;;AAmB9D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/superiorMonsters/CaveAbomination.d.ts b/dist/types/simulation/monsters/superiorMonsters/CaveAbomination.d.ts new file mode 100644 index 000000000..92d9ab933 --- /dev/null +++ b/dist/types/simulation/monsters/superiorMonsters/CaveAbomination.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=CaveAbomination.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/superiorMonsters/CaveAbomination.d.ts.map b/dist/types/simulation/monsters/superiorMonsters/CaveAbomination.d.ts.map new file mode 100644 index 000000000..c28ca2af6 --- /dev/null +++ b/dist/types/simulation/monsters/superiorMonsters/CaveAbomination.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"CaveAbomination.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/superiorMonsters/CaveAbomination.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,mCAAmC,CAAC;;AAiB9D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/superiorMonsters/ChasmCrawler.d.ts b/dist/types/simulation/monsters/superiorMonsters/ChasmCrawler.d.ts new file mode 100644 index 000000000..94b95e7ec --- /dev/null +++ b/dist/types/simulation/monsters/superiorMonsters/ChasmCrawler.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=ChasmCrawler.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/superiorMonsters/ChasmCrawler.d.ts.map b/dist/types/simulation/monsters/superiorMonsters/ChasmCrawler.d.ts.map new file mode 100644 index 000000000..4dacb4dc4 --- /dev/null +++ b/dist/types/simulation/monsters/superiorMonsters/ChasmCrawler.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"ChasmCrawler.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/superiorMonsters/ChasmCrawler.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,mCAAmC,CAAC;;AAY9D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/superiorMonsters/ChokeDevil.d.ts b/dist/types/simulation/monsters/superiorMonsters/ChokeDevil.d.ts new file mode 100644 index 000000000..da852877c --- /dev/null +++ b/dist/types/simulation/monsters/superiorMonsters/ChokeDevil.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=ChokeDevil.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/superiorMonsters/ChokeDevil.d.ts.map b/dist/types/simulation/monsters/superiorMonsters/ChokeDevil.d.ts.map new file mode 100644 index 000000000..ac18498b1 --- /dev/null +++ b/dist/types/simulation/monsters/superiorMonsters/ChokeDevil.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"ChokeDevil.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/superiorMonsters/ChokeDevil.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,mCAAmC,CAAC;;AAa9D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/superiorMonsters/Cockathrice.d.ts b/dist/types/simulation/monsters/superiorMonsters/Cockathrice.d.ts new file mode 100644 index 000000000..39169572d --- /dev/null +++ b/dist/types/simulation/monsters/superiorMonsters/Cockathrice.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Cockathrice.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/superiorMonsters/Cockathrice.d.ts.map b/dist/types/simulation/monsters/superiorMonsters/Cockathrice.d.ts.map new file mode 100644 index 000000000..4577d34a7 --- /dev/null +++ b/dist/types/simulation/monsters/superiorMonsters/Cockathrice.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Cockathrice.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/superiorMonsters/Cockathrice.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,mCAAmC,CAAC;;AAiB9D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/superiorMonsters/ColossalHydra.d.ts b/dist/types/simulation/monsters/superiorMonsters/ColossalHydra.d.ts new file mode 100644 index 000000000..bb45cf60f --- /dev/null +++ b/dist/types/simulation/monsters/superiorMonsters/ColossalHydra.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=ColossalHydra.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/superiorMonsters/ColossalHydra.d.ts.map b/dist/types/simulation/monsters/superiorMonsters/ColossalHydra.d.ts.map new file mode 100644 index 000000000..3471b63d7 --- /dev/null +++ b/dist/types/simulation/monsters/superiorMonsters/ColossalHydra.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"ColossalHydra.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/superiorMonsters/ColossalHydra.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,mCAAmC,CAAC;;AAe9D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/superiorMonsters/CrushingHand.d.ts b/dist/types/simulation/monsters/superiorMonsters/CrushingHand.d.ts new file mode 100644 index 000000000..197158065 --- /dev/null +++ b/dist/types/simulation/monsters/superiorMonsters/CrushingHand.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=CrushingHand.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/superiorMonsters/CrushingHand.d.ts.map b/dist/types/simulation/monsters/superiorMonsters/CrushingHand.d.ts.map new file mode 100644 index 000000000..8801617b3 --- /dev/null +++ b/dist/types/simulation/monsters/superiorMonsters/CrushingHand.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"CrushingHand.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/superiorMonsters/CrushingHand.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,mCAAmC,CAAC;;AAc9D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/superiorMonsters/FlamingPyrelord.d.ts b/dist/types/simulation/monsters/superiorMonsters/FlamingPyrelord.d.ts new file mode 100644 index 000000000..e652b8e9c --- /dev/null +++ b/dist/types/simulation/monsters/superiorMonsters/FlamingPyrelord.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=FlamingPyrelord.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/superiorMonsters/FlamingPyrelord.d.ts.map b/dist/types/simulation/monsters/superiorMonsters/FlamingPyrelord.d.ts.map new file mode 100644 index 000000000..0adf4a59b --- /dev/null +++ b/dist/types/simulation/monsters/superiorMonsters/FlamingPyrelord.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"FlamingPyrelord.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/superiorMonsters/FlamingPyrelord.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,mCAAmC,CAAC;;AAgB9D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/superiorMonsters/GiantRockslug.d.ts b/dist/types/simulation/monsters/superiorMonsters/GiantRockslug.d.ts new file mode 100644 index 000000000..37d3bf0dd --- /dev/null +++ b/dist/types/simulation/monsters/superiorMonsters/GiantRockslug.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=GiantRockslug.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/superiorMonsters/GiantRockslug.d.ts.map b/dist/types/simulation/monsters/superiorMonsters/GiantRockslug.d.ts.map new file mode 100644 index 000000000..c4cd079d3 --- /dev/null +++ b/dist/types/simulation/monsters/superiorMonsters/GiantRockslug.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"GiantRockslug.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/superiorMonsters/GiantRockslug.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,mCAAmC,CAAC;;AAY9D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/superiorMonsters/GreaterAbyssalDemon.d.ts b/dist/types/simulation/monsters/superiorMonsters/GreaterAbyssalDemon.d.ts new file mode 100644 index 000000000..12931ea38 --- /dev/null +++ b/dist/types/simulation/monsters/superiorMonsters/GreaterAbyssalDemon.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=GreaterAbyssalDemon.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/superiorMonsters/GreaterAbyssalDemon.d.ts.map b/dist/types/simulation/monsters/superiorMonsters/GreaterAbyssalDemon.d.ts.map new file mode 100644 index 000000000..ce3121f44 --- /dev/null +++ b/dist/types/simulation/monsters/superiorMonsters/GreaterAbyssalDemon.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"GreaterAbyssalDemon.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/superiorMonsters/GreaterAbyssalDemon.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,mCAAmC,CAAC;;AAiB9D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/superiorMonsters/GuardianDrake.d.ts b/dist/types/simulation/monsters/superiorMonsters/GuardianDrake.d.ts new file mode 100644 index 000000000..ff3d37108 --- /dev/null +++ b/dist/types/simulation/monsters/superiorMonsters/GuardianDrake.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=GuardianDrake.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/superiorMonsters/GuardianDrake.d.ts.map b/dist/types/simulation/monsters/superiorMonsters/GuardianDrake.d.ts.map new file mode 100644 index 000000000..586707038 --- /dev/null +++ b/dist/types/simulation/monsters/superiorMonsters/GuardianDrake.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"GuardianDrake.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/superiorMonsters/GuardianDrake.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,mCAAmC,CAAC;;AAc9D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/superiorMonsters/InsatiableBloodveld.d.ts b/dist/types/simulation/monsters/superiorMonsters/InsatiableBloodveld.d.ts new file mode 100644 index 000000000..423042270 --- /dev/null +++ b/dist/types/simulation/monsters/superiorMonsters/InsatiableBloodveld.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=InsatiableBloodveld.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/superiorMonsters/InsatiableBloodveld.d.ts.map b/dist/types/simulation/monsters/superiorMonsters/InsatiableBloodveld.d.ts.map new file mode 100644 index 000000000..fbd50d5e5 --- /dev/null +++ b/dist/types/simulation/monsters/superiorMonsters/InsatiableBloodveld.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"InsatiableBloodveld.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/superiorMonsters/InsatiableBloodveld.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,mCAAmC,CAAC;;AAe9D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/superiorMonsters/InsatiableMutatedBloodveld.d.ts b/dist/types/simulation/monsters/superiorMonsters/InsatiableMutatedBloodveld.d.ts new file mode 100644 index 000000000..adc7cf3e5 --- /dev/null +++ b/dist/types/simulation/monsters/superiorMonsters/InsatiableMutatedBloodveld.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=InsatiableMutatedBloodveld.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/superiorMonsters/InsatiableMutatedBloodveld.d.ts.map b/dist/types/simulation/monsters/superiorMonsters/InsatiableMutatedBloodveld.d.ts.map new file mode 100644 index 000000000..a1970571f --- /dev/null +++ b/dist/types/simulation/monsters/superiorMonsters/InsatiableMutatedBloodveld.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"InsatiableMutatedBloodveld.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/superiorMonsters/InsatiableMutatedBloodveld.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,mCAAmC,CAAC;;AAe9D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/superiorMonsters/KingKurask.d.ts b/dist/types/simulation/monsters/superiorMonsters/KingKurask.d.ts new file mode 100644 index 000000000..24430bbee --- /dev/null +++ b/dist/types/simulation/monsters/superiorMonsters/KingKurask.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=KingKurask.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/superiorMonsters/KingKurask.d.ts.map b/dist/types/simulation/monsters/superiorMonsters/KingKurask.d.ts.map new file mode 100644 index 000000000..944b5e533 --- /dev/null +++ b/dist/types/simulation/monsters/superiorMonsters/KingKurask.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"KingKurask.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/superiorMonsters/KingKurask.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,mCAAmC,CAAC;;AAe9D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/superiorMonsters/MalevolentMage.d.ts b/dist/types/simulation/monsters/superiorMonsters/MalevolentMage.d.ts new file mode 100644 index 000000000..ad9a53af3 --- /dev/null +++ b/dist/types/simulation/monsters/superiorMonsters/MalevolentMage.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=MalevolentMage.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/superiorMonsters/MalevolentMage.d.ts.map b/dist/types/simulation/monsters/superiorMonsters/MalevolentMage.d.ts.map new file mode 100644 index 000000000..40096f5a8 --- /dev/null +++ b/dist/types/simulation/monsters/superiorMonsters/MalevolentMage.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"MalevolentMage.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/superiorMonsters/MalevolentMage.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,mCAAmC,CAAC;;AAa9D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/superiorMonsters/MarbleGargoyle.d.ts b/dist/types/simulation/monsters/superiorMonsters/MarbleGargoyle.d.ts new file mode 100644 index 000000000..96597e2f5 --- /dev/null +++ b/dist/types/simulation/monsters/superiorMonsters/MarbleGargoyle.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=MarbleGargoyle.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/superiorMonsters/MarbleGargoyle.d.ts.map b/dist/types/simulation/monsters/superiorMonsters/MarbleGargoyle.d.ts.map new file mode 100644 index 000000000..01e5dd67a --- /dev/null +++ b/dist/types/simulation/monsters/superiorMonsters/MarbleGargoyle.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"MarbleGargoyle.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/superiorMonsters/MarbleGargoyle.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,mCAAmC,CAAC;;AAa9D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/superiorMonsters/MonstrousBasilisk.d.ts b/dist/types/simulation/monsters/superiorMonsters/MonstrousBasilisk.d.ts new file mode 100644 index 000000000..bbb2ec6d9 --- /dev/null +++ b/dist/types/simulation/monsters/superiorMonsters/MonstrousBasilisk.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=MonstrousBasilisk.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/superiorMonsters/MonstrousBasilisk.d.ts.map b/dist/types/simulation/monsters/superiorMonsters/MonstrousBasilisk.d.ts.map new file mode 100644 index 000000000..a7c43ff61 --- /dev/null +++ b/dist/types/simulation/monsters/superiorMonsters/MonstrousBasilisk.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"MonstrousBasilisk.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/superiorMonsters/MonstrousBasilisk.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,mCAAmC,CAAC;;AAgB9D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/superiorMonsters/Nechryarch.d.ts b/dist/types/simulation/monsters/superiorMonsters/Nechryarch.d.ts new file mode 100644 index 000000000..03df8c4e6 --- /dev/null +++ b/dist/types/simulation/monsters/superiorMonsters/Nechryarch.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=Nechryarch.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/superiorMonsters/Nechryarch.d.ts.map b/dist/types/simulation/monsters/superiorMonsters/Nechryarch.d.ts.map new file mode 100644 index 000000000..2717f9b90 --- /dev/null +++ b/dist/types/simulation/monsters/superiorMonsters/Nechryarch.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Nechryarch.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/superiorMonsters/Nechryarch.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,mCAAmC,CAAC;;AAc9D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/superiorMonsters/NightBeast.d.ts b/dist/types/simulation/monsters/superiorMonsters/NightBeast.d.ts new file mode 100644 index 000000000..586f90d9c --- /dev/null +++ b/dist/types/simulation/monsters/superiorMonsters/NightBeast.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=NightBeast.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/superiorMonsters/NightBeast.d.ts.map b/dist/types/simulation/monsters/superiorMonsters/NightBeast.d.ts.map new file mode 100644 index 000000000..b4dc7d5e4 --- /dev/null +++ b/dist/types/simulation/monsters/superiorMonsters/NightBeast.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"NightBeast.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/superiorMonsters/NightBeast.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,mCAAmC,CAAC;;AAiB9D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/superiorMonsters/NuclearSmokeDevil.d.ts b/dist/types/simulation/monsters/superiorMonsters/NuclearSmokeDevil.d.ts new file mode 100644 index 000000000..4f24bccad --- /dev/null +++ b/dist/types/simulation/monsters/superiorMonsters/NuclearSmokeDevil.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=NuclearSmokeDevil.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/superiorMonsters/NuclearSmokeDevil.d.ts.map b/dist/types/simulation/monsters/superiorMonsters/NuclearSmokeDevil.d.ts.map new file mode 100644 index 000000000..11347c1d7 --- /dev/null +++ b/dist/types/simulation/monsters/superiorMonsters/NuclearSmokeDevil.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"NuclearSmokeDevil.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/superiorMonsters/NuclearSmokeDevil.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,mCAAmC,CAAC;;AAe9D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/superiorMonsters/RepugnantSpectre.d.ts b/dist/types/simulation/monsters/superiorMonsters/RepugnantSpectre.d.ts new file mode 100644 index 000000000..993c41b15 --- /dev/null +++ b/dist/types/simulation/monsters/superiorMonsters/RepugnantSpectre.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=RepugnantSpectre.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/superiorMonsters/RepugnantSpectre.d.ts.map b/dist/types/simulation/monsters/superiorMonsters/RepugnantSpectre.d.ts.map new file mode 100644 index 000000000..e798facb5 --- /dev/null +++ b/dist/types/simulation/monsters/superiorMonsters/RepugnantSpectre.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"RepugnantSpectre.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/superiorMonsters/RepugnantSpectre.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,mCAAmC,CAAC;;AAc9D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/superiorMonsters/ScreamingBanshee.d.ts b/dist/types/simulation/monsters/superiorMonsters/ScreamingBanshee.d.ts new file mode 100644 index 000000000..331801486 --- /dev/null +++ b/dist/types/simulation/monsters/superiorMonsters/ScreamingBanshee.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=ScreamingBanshee.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/superiorMonsters/ScreamingBanshee.d.ts.map b/dist/types/simulation/monsters/superiorMonsters/ScreamingBanshee.d.ts.map new file mode 100644 index 000000000..a883efffc --- /dev/null +++ b/dist/types/simulation/monsters/superiorMonsters/ScreamingBanshee.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"ScreamingBanshee.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/superiorMonsters/ScreamingBanshee.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,mCAAmC,CAAC;;AAa9D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/superiorMonsters/ScreamingTwistedBanshee.d.ts b/dist/types/simulation/monsters/superiorMonsters/ScreamingTwistedBanshee.d.ts new file mode 100644 index 000000000..f75493339 --- /dev/null +++ b/dist/types/simulation/monsters/superiorMonsters/ScreamingTwistedBanshee.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=ScreamingTwistedBanshee.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/superiorMonsters/ScreamingTwistedBanshee.d.ts.map b/dist/types/simulation/monsters/superiorMonsters/ScreamingTwistedBanshee.d.ts.map new file mode 100644 index 000000000..096617462 --- /dev/null +++ b/dist/types/simulation/monsters/superiorMonsters/ScreamingTwistedBanshee.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"ScreamingTwistedBanshee.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/superiorMonsters/ScreamingTwistedBanshee.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,mCAAmC,CAAC;;AAa9D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/superiorMonsters/ShadowWyrm.d.ts b/dist/types/simulation/monsters/superiorMonsters/ShadowWyrm.d.ts new file mode 100644 index 000000000..5042be3c9 --- /dev/null +++ b/dist/types/simulation/monsters/superiorMonsters/ShadowWyrm.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=ShadowWyrm.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/superiorMonsters/ShadowWyrm.d.ts.map b/dist/types/simulation/monsters/superiorMonsters/ShadowWyrm.d.ts.map new file mode 100644 index 000000000..c5f30d3bb --- /dev/null +++ b/dist/types/simulation/monsters/superiorMonsters/ShadowWyrm.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"ShadowWyrm.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/superiorMonsters/ShadowWyrm.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,mCAAmC,CAAC;;AAc9D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/superiorMonsters/SpikedTuroth.d.ts b/dist/types/simulation/monsters/superiorMonsters/SpikedTuroth.d.ts new file mode 100644 index 000000000..8ebcb806d --- /dev/null +++ b/dist/types/simulation/monsters/superiorMonsters/SpikedTuroth.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=SpikedTuroth.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/superiorMonsters/SpikedTuroth.d.ts.map b/dist/types/simulation/monsters/superiorMonsters/SpikedTuroth.d.ts.map new file mode 100644 index 000000000..d83f4adff --- /dev/null +++ b/dist/types/simulation/monsters/superiorMonsters/SpikedTuroth.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"SpikedTuroth.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/superiorMonsters/SpikedTuroth.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,mCAAmC,CAAC;;AAc9D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/superiorMonsters/VitreousJelly.d.ts b/dist/types/simulation/monsters/superiorMonsters/VitreousJelly.d.ts new file mode 100644 index 000000000..1b0adaae7 --- /dev/null +++ b/dist/types/simulation/monsters/superiorMonsters/VitreousJelly.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=VitreousJelly.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/superiorMonsters/VitreousJelly.d.ts.map b/dist/types/simulation/monsters/superiorMonsters/VitreousJelly.d.ts.map new file mode 100644 index 000000000..f6ef2811c --- /dev/null +++ b/dist/types/simulation/monsters/superiorMonsters/VitreousJelly.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"VitreousJelly.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/superiorMonsters/VitreousJelly.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,mCAAmC,CAAC;;AAa9D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/superiorMonsters/VitreousWarpedJelly.d.ts b/dist/types/simulation/monsters/superiorMonsters/VitreousWarpedJelly.d.ts new file mode 100644 index 000000000..a67229ec4 --- /dev/null +++ b/dist/types/simulation/monsters/superiorMonsters/VitreousWarpedJelly.d.ts @@ -0,0 +1,4 @@ +import SimpleMonster from "../../../structures/SimpleMonster"; +declare const _default: SimpleMonster; +export default _default; +//# sourceMappingURL=VitreousWarpedJelly.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/superiorMonsters/VitreousWarpedJelly.d.ts.map b/dist/types/simulation/monsters/superiorMonsters/VitreousWarpedJelly.d.ts.map new file mode 100644 index 000000000..15e9bf774 --- /dev/null +++ b/dist/types/simulation/monsters/superiorMonsters/VitreousWarpedJelly.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"VitreousWarpedJelly.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/superiorMonsters/VitreousWarpedJelly.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,mCAAmC,CAAC;;AAa9D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/monsters/superiorMonsters/index.d.ts b/dist/types/simulation/monsters/superiorMonsters/index.d.ts new file mode 100644 index 000000000..012d76db2 --- /dev/null +++ b/dist/types/simulation/monsters/superiorMonsters/index.d.ts @@ -0,0 +1,31 @@ +export declare const allSuperiorMonsters: { + AbhorrentSpectre: import("../../..").SimpleMonster; + BasiliskSentinel: import("../../..").SimpleMonster; + CaveAbomination: import("../../..").SimpleMonster; + ChasmCrawler: import("../../..").SimpleMonster; + ChokeDevil: import("../../..").SimpleMonster; + Cockathrice: import("../../..").SimpleMonster; + ColossalHydra: import("../../..").SimpleMonster; + CrushingHand: import("../../..").SimpleMonster; + FlamingPyrelord: import("../../..").SimpleMonster; + GiantRockslug: import("../../..").SimpleMonster; + GreaterAbyssalDemon: import("../../..").SimpleMonster; + GuardianDrake: import("../../..").SimpleMonster; + InsatiableBloodveld: import("../../..").SimpleMonster; + InsatiableMutatedBloodveld: import("../../..").SimpleMonster; + KingKurask: import("../../..").SimpleMonster; + MalevolentMage: import("../../..").SimpleMonster; + MarbleGargoyle: import("../../..").SimpleMonster; + MonstrousBasilisk: import("../../..").SimpleMonster; + Nechryarch: import("../../..").SimpleMonster; + NightBeast: import("../../..").SimpleMonster; + NuclearSmokeDevil: import("../../..").SimpleMonster; + RepugnantSpectre: import("../../..").SimpleMonster; + ScreamingBanshee: import("../../..").SimpleMonster; + ScreamingTwistedBanshee: import("../../..").SimpleMonster; + ShadowWyrm: import("../../..").SimpleMonster; + SpikedTuroth: import("../../..").SimpleMonster; + VitreousJelly: import("../../..").SimpleMonster; + VitreousWarpedJelly: import("../../..").SimpleMonster; +}; +//# sourceMappingURL=index.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/monsters/superiorMonsters/index.d.ts.map b/dist/types/simulation/monsters/superiorMonsters/index.d.ts.map new file mode 100644 index 000000000..cf1ce37d3 --- /dev/null +++ b/dist/types/simulation/monsters/superiorMonsters/index.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/simulation/monsters/superiorMonsters/index.ts"],"names":[],"mappings":"AA6BA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6B/B,CAAC"} \ No newline at end of file diff --git a/dist/types/simulation/openables/BonusOpenables.d.ts b/dist/types/simulation/openables/BonusOpenables.d.ts new file mode 100644 index 000000000..7f6c81cad --- /dev/null +++ b/dist/types/simulation/openables/BonusOpenables.d.ts @@ -0,0 +1,12 @@ +export interface FishDropTable { + item: string; + qty: [number, number]; + low: number; + high: number; + req: number; +} +export declare function chanceOfFish(fishLvl: number, low: number, high: number): number; +export declare const BrimstoneChestFish: FishDropTable[]; +export declare const LarransSmallChestFish: FishDropTable[]; +export declare const LarransBigChestFish: FishDropTable[]; +//# sourceMappingURL=BonusOpenables.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/openables/BonusOpenables.d.ts.map b/dist/types/simulation/openables/BonusOpenables.d.ts.map new file mode 100644 index 000000000..be5fe63a7 --- /dev/null +++ b/dist/types/simulation/openables/BonusOpenables.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"BonusOpenables.d.ts","sourceRoot":"","sources":["../../../../src/simulation/openables/BonusOpenables.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,aAAa;IAC7B,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACtB,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;CACZ;AAGD,wBAAgB,YAAY,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,UAOtE;AAED,eAAO,MAAM,kBAAkB,EAAE,aAAa,EAkD7C,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,aAAa,EAkDhD,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,aAAa,EAkD9C,CAAC"} \ No newline at end of file diff --git a/dist/types/simulation/openables/BrimstoneChest.d.ts b/dist/types/simulation/openables/BrimstoneChest.d.ts new file mode 100644 index 000000000..eec2321d5 --- /dev/null +++ b/dist/types/simulation/openables/BrimstoneChest.d.ts @@ -0,0 +1,9 @@ +import type { OpenableOpenOptions } from "../../meta/types"; +import Bank from "../../structures/Bank"; +import SimpleOpenable from "../../structures/SimpleOpenable"; +export declare class BrimstoneChestOpenable extends SimpleOpenable { + open(quantity?: number, options?: OpenableOpenOptions): Bank; +} +declare const _default: BrimstoneChestOpenable; +export default _default; +//# sourceMappingURL=BrimstoneChest.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/openables/BrimstoneChest.d.ts.map b/dist/types/simulation/openables/BrimstoneChest.d.ts.map new file mode 100644 index 000000000..426c6f11d --- /dev/null +++ b/dist/types/simulation/openables/BrimstoneChest.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"BrimstoneChest.d.ts","sourceRoot":"","sources":["../../../../src/simulation/openables/BrimstoneChest.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAC5D,OAAO,IAAI,MAAM,uBAAuB,CAAC;AAEzC,OAAO,cAAc,MAAM,iCAAiC,CAAC;AAkC7D,qBAAa,sBAAuB,SAAQ,cAAc;IAClD,IAAI,CAAC,QAAQ,SAAI,EAAE,OAAO,GAAE,mBAAqC;CA0BxE;;AAED,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/openables/Casket.d.ts b/dist/types/simulation/openables/Casket.d.ts new file mode 100644 index 000000000..a5ee96517 --- /dev/null +++ b/dist/types/simulation/openables/Casket.d.ts @@ -0,0 +1,4 @@ +import SimpleOpenable from "../../structures/SimpleOpenable"; +declare const _default: SimpleOpenable; +export default _default; +//# sourceMappingURL=Casket.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/openables/Casket.d.ts.map b/dist/types/simulation/openables/Casket.d.ts.map new file mode 100644 index 000000000..890946d3e --- /dev/null +++ b/dist/types/simulation/openables/Casket.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Casket.d.ts","sourceRoot":"","sources":["../../../../src/simulation/openables/Casket.ts"],"names":[],"mappings":"AACA,OAAO,cAAc,MAAM,iCAAiC,CAAC;;AAiB7D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/openables/CrystalChest.d.ts b/dist/types/simulation/openables/CrystalChest.d.ts new file mode 100644 index 000000000..78d8132df --- /dev/null +++ b/dist/types/simulation/openables/CrystalChest.d.ts @@ -0,0 +1,4 @@ +import SimpleOpenable from "../../structures/SimpleOpenable"; +declare const _default: SimpleOpenable; +export default _default; +//# sourceMappingURL=CrystalChest.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/openables/CrystalChest.d.ts.map b/dist/types/simulation/openables/CrystalChest.d.ts.map new file mode 100644 index 000000000..e56fe7a29 --- /dev/null +++ b/dist/types/simulation/openables/CrystalChest.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"CrystalChest.d.ts","sourceRoot":"","sources":["../../../../src/simulation/openables/CrystalChest.ts"],"names":[],"mappings":"AACA,OAAO,cAAc,MAAM,iCAAiC,CAAC;;AA4D7D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/openables/ElvenCrystalChest.d.ts b/dist/types/simulation/openables/ElvenCrystalChest.d.ts new file mode 100644 index 000000000..d1327c3c9 --- /dev/null +++ b/dist/types/simulation/openables/ElvenCrystalChest.d.ts @@ -0,0 +1,4 @@ +import SimpleOpenable from "../../structures/SimpleOpenable"; +declare const _default: SimpleOpenable; +export default _default; +//# sourceMappingURL=ElvenCrystalChest.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/openables/ElvenCrystalChest.d.ts.map b/dist/types/simulation/openables/ElvenCrystalChest.d.ts.map new file mode 100644 index 000000000..ed05f01ee --- /dev/null +++ b/dist/types/simulation/openables/ElvenCrystalChest.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"ElvenCrystalChest.d.ts","sourceRoot":"","sources":["../../../../src/simulation/openables/ElvenCrystalChest.ts"],"names":[],"mappings":"AACA,OAAO,cAAc,MAAM,iCAAiC,CAAC;;AA6H7D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/openables/GiantEggSacFull.d.ts b/dist/types/simulation/openables/GiantEggSacFull.d.ts new file mode 100644 index 000000000..48bbdfcba --- /dev/null +++ b/dist/types/simulation/openables/GiantEggSacFull.d.ts @@ -0,0 +1,4 @@ +import SimpleOpenable from "../../structures/SimpleOpenable"; +declare const _default: SimpleOpenable; +export default _default; +//# sourceMappingURL=GiantEggSacFull.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/openables/GiantEggSacFull.d.ts.map b/dist/types/simulation/openables/GiantEggSacFull.d.ts.map new file mode 100644 index 000000000..0e96f2d62 --- /dev/null +++ b/dist/types/simulation/openables/GiantEggSacFull.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"GiantEggSacFull.d.ts","sourceRoot":"","sources":["../../../../src/simulation/openables/GiantEggSacFull.ts"],"names":[],"mappings":"AACA,OAAO,cAAc,MAAM,iCAAiC,CAAC;;AAI7D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/openables/GrubbyChest.d.ts b/dist/types/simulation/openables/GrubbyChest.d.ts new file mode 100644 index 000000000..fc95452a0 --- /dev/null +++ b/dist/types/simulation/openables/GrubbyChest.d.ts @@ -0,0 +1,4 @@ +import SimpleOpenable from "../../structures/SimpleOpenable"; +declare const _default: SimpleOpenable; +export default _default; +//# sourceMappingURL=GrubbyChest.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/openables/GrubbyChest.d.ts.map b/dist/types/simulation/openables/GrubbyChest.d.ts.map new file mode 100644 index 000000000..abab98383 --- /dev/null +++ b/dist/types/simulation/openables/GrubbyChest.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"GrubbyChest.d.ts","sourceRoot":"","sources":["../../../../src/simulation/openables/GrubbyChest.ts"],"names":[],"mappings":"AACA,OAAO,cAAc,MAAM,iCAAiC,CAAC;;AA+D7D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/openables/HAMStoreRoomChests.d.ts b/dist/types/simulation/openables/HAMStoreRoomChests.d.ts new file mode 100644 index 000000000..697bf6907 --- /dev/null +++ b/dist/types/simulation/openables/HAMStoreRoomChests.d.ts @@ -0,0 +1,6 @@ +import SimpleOpenable from "../../structures/SimpleOpenable"; +export declare const BronzeHAMChest: SimpleOpenable; +export declare const IronHAMChest: SimpleOpenable; +export declare const SilverHAMChest: SimpleOpenable; +export declare const SteelHAMChest: SimpleOpenable; +//# sourceMappingURL=HAMStoreRoomChests.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/openables/HAMStoreRoomChests.d.ts.map b/dist/types/simulation/openables/HAMStoreRoomChests.d.ts.map new file mode 100644 index 000000000..3a6f4a538 --- /dev/null +++ b/dist/types/simulation/openables/HAMStoreRoomChests.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"HAMStoreRoomChests.d.ts","sourceRoot":"","sources":["../../../../src/simulation/openables/HAMStoreRoomChests.ts"],"names":[],"mappings":"AACA,OAAO,cAAc,MAAM,iCAAiC,CAAC;AAgC7D,eAAO,MAAM,cAAc,gBAKzB,CAAC;AAEH,eAAO,MAAM,YAAY,gBAKvB,CAAC;AAEH,eAAO,MAAM,cAAc,gBAKzB,CAAC;AAEH,eAAO,MAAM,aAAa,gBAKxB,CAAC"} \ No newline at end of file diff --git a/dist/types/simulation/openables/HallowedSack.d.ts b/dist/types/simulation/openables/HallowedSack.d.ts new file mode 100644 index 000000000..b1be39193 --- /dev/null +++ b/dist/types/simulation/openables/HallowedSack.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../structures/LootTable"; +import SimpleOpenable from "../../structures/SimpleOpenable"; +export declare const HallowedSackTable: LootTable; +declare const _default: SimpleOpenable; +export default _default; +//# sourceMappingURL=HallowedSack.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/openables/HallowedSack.d.ts.map b/dist/types/simulation/openables/HallowedSack.d.ts.map new file mode 100644 index 000000000..e3aad2827 --- /dev/null +++ b/dist/types/simulation/openables/HallowedSack.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"HallowedSack.d.ts","sourceRoot":"","sources":["../../../../src/simulation/openables/HallowedSack.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,4BAA4B,CAAC;AACnD,OAAO,cAAc,MAAM,iCAAiC,CAAC;AAsC7D,eAAO,MAAM,iBAAiB,WAGD,CAAC;;AAE9B,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/openables/HuntersLootSack.d.ts b/dist/types/simulation/openables/HuntersLootSack.d.ts new file mode 100644 index 000000000..59cfb260a --- /dev/null +++ b/dist/types/simulation/openables/HuntersLootSack.d.ts @@ -0,0 +1,6 @@ +import SimpleOpenable from "../../structures/SimpleOpenable"; +export declare const BasicSack: SimpleOpenable; +export declare const AdeptSack: SimpleOpenable; +export declare const ExpertSack: SimpleOpenable; +export declare const MasterSack: SimpleOpenable; +//# sourceMappingURL=HuntersLootSack.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/openables/HuntersLootSack.d.ts.map b/dist/types/simulation/openables/HuntersLootSack.d.ts.map new file mode 100644 index 000000000..f5d9e97f4 --- /dev/null +++ b/dist/types/simulation/openables/HuntersLootSack.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"HuntersLootSack.d.ts","sourceRoot":"","sources":["../../../../src/simulation/openables/HuntersLootSack.ts"],"names":[],"mappings":"AACA,OAAO,cAAc,MAAM,iCAAiC,CAAC;AAmF7D,eAAO,MAAM,SAAS,gBAKpB,CAAC;AAEH,eAAO,MAAM,SAAS,gBAKpB,CAAC;AAEH,eAAO,MAAM,UAAU,gBAKrB,CAAC;AAEH,eAAO,MAAM,UAAU,gBAKrB,CAAC"} \ No newline at end of file diff --git a/dist/types/simulation/openables/Implings.d.ts b/dist/types/simulation/openables/Implings.d.ts new file mode 100644 index 000000000..9f94e3c69 --- /dev/null +++ b/dist/types/simulation/openables/Implings.d.ts @@ -0,0 +1,15 @@ +import SimpleOpenable from "../../structures/SimpleOpenable"; +export declare const BabyImpling: SimpleOpenable; +export declare const YoungImpling: SimpleOpenable; +export declare const GourmetImpling: SimpleOpenable; +export declare const EarthImpling: SimpleOpenable; +export declare const EssenceImpling: SimpleOpenable; +export declare const EclecticImpling: SimpleOpenable; +export declare const NatureImpling: SimpleOpenable; +export declare const MagpieImpling: SimpleOpenable; +export declare const NinjaImpling: SimpleOpenable; +export declare const CrystalImpling: SimpleOpenable; +export declare const DragonImpling: SimpleOpenable; +export declare const LuckyImpling: SimpleOpenable; +export declare const Implings: SimpleOpenable[]; +//# sourceMappingURL=Implings.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/openables/Implings.d.ts.map b/dist/types/simulation/openables/Implings.d.ts.map new file mode 100644 index 000000000..6a3432fc8 --- /dev/null +++ b/dist/types/simulation/openables/Implings.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Implings.d.ts","sourceRoot":"","sources":["../../../../src/simulation/openables/Implings.ts"],"names":[],"mappings":"AACA,OAAO,cAAc,MAAM,iCAAiC,CAAC;AAO7D,eAAO,MAAM,WAAW,gBA2BtB,CAAC;AAEH,eAAO,MAAM,YAAY,gBA0BvB,CAAC;AAEH,eAAO,MAAM,cAAc,gBAyBzB,CAAC;AAEH,eAAO,MAAM,YAAY,gBAyBvB,CAAC;AAEH,eAAO,MAAM,cAAc,gBAyBzB,CAAC;AAEH,eAAO,MAAM,eAAe,gBAyB1B,CAAC;AAEH,eAAO,MAAM,aAAa,gBAyBxB,CAAC;AAEH,eAAO,MAAM,aAAa,gBA0BxB,CAAC;AAEH,eAAO,MAAM,YAAY,gBAyBvB,CAAC;AAEH,eAAO,MAAM,cAAc,gBAyBzB,CAAC;AAEH,eAAO,MAAM,aAAa,gBAyBxB,CAAC;AAEH,eAAO,MAAM,YAAY,gBAUvB,CAAC;AAEH,eAAO,MAAM,QAAQ,kBAapB,CAAC"} \ No newline at end of file diff --git a/dist/types/simulation/openables/IntricatePouch.d.ts b/dist/types/simulation/openables/IntricatePouch.d.ts new file mode 100644 index 000000000..2a4422e99 --- /dev/null +++ b/dist/types/simulation/openables/IntricatePouch.d.ts @@ -0,0 +1,4 @@ +import SimpleOpenable from "../../structures/SimpleOpenable"; +declare const _default: SimpleOpenable; +export default _default; +//# sourceMappingURL=IntricatePouch.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/openables/IntricatePouch.d.ts.map b/dist/types/simulation/openables/IntricatePouch.d.ts.map new file mode 100644 index 000000000..e3d12da65 --- /dev/null +++ b/dist/types/simulation/openables/IntricatePouch.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"IntricatePouch.d.ts","sourceRoot":"","sources":["../../../../src/simulation/openables/IntricatePouch.ts"],"names":[],"mappings":"AACA,OAAO,cAAc,MAAM,iCAAiC,CAAC;;AA6B7D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/openables/LarransChest.d.ts b/dist/types/simulation/openables/LarransChest.d.ts new file mode 100644 index 000000000..f85a28c56 --- /dev/null +++ b/dist/types/simulation/openables/LarransChest.d.ts @@ -0,0 +1,9 @@ +import type { OpenableOpenOptions } from "../../meta/types"; +import Bank from "../../structures/Bank"; +import SimpleOpenable from "../../structures/SimpleOpenable"; +export declare class LarransChestOpenable extends SimpleOpenable { + open(quantity?: number, options?: OpenableOpenOptions): Bank; +} +declare const _default: LarransChestOpenable; +export default _default; +//# sourceMappingURL=LarransChest.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/openables/LarransChest.d.ts.map b/dist/types/simulation/openables/LarransChest.d.ts.map new file mode 100644 index 000000000..4c4f4e329 --- /dev/null +++ b/dist/types/simulation/openables/LarransChest.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"LarransChest.d.ts","sourceRoot":"","sources":["../../../../src/simulation/openables/LarransChest.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAC5D,OAAO,IAAI,MAAM,uBAAuB,CAAC;AAEzC,OAAO,cAAc,MAAM,iCAAiC,CAAC;AA2D7D,qBAAa,oBAAqB,SAAQ,cAAc;IAChD,IAAI,CAAC,QAAQ,SAAI,EAAE,OAAO,GAAE,mBAAuD;CAkD1F;;AAED,wBAaG"} \ No newline at end of file diff --git a/dist/types/simulation/openables/MuddyChest.d.ts b/dist/types/simulation/openables/MuddyChest.d.ts new file mode 100644 index 000000000..5da61a56c --- /dev/null +++ b/dist/types/simulation/openables/MuddyChest.d.ts @@ -0,0 +1,4 @@ +import SimpleOpenable from "../../structures/SimpleOpenable"; +declare const _default: SimpleOpenable; +export default _default; +//# sourceMappingURL=MuddyChest.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/openables/MuddyChest.d.ts.map b/dist/types/simulation/openables/MuddyChest.d.ts.map new file mode 100644 index 000000000..abca7d214 --- /dev/null +++ b/dist/types/simulation/openables/MuddyChest.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"MuddyChest.d.ts","sourceRoot":"","sources":["../../../../src/simulation/openables/MuddyChest.ts"],"names":[],"mappings":"AACA,OAAO,cAAc,MAAM,iCAAiC,CAAC;;AAqB7D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/openables/MysteryBox.d.ts b/dist/types/simulation/openables/MysteryBox.d.ts new file mode 100644 index 000000000..bb834c5bf --- /dev/null +++ b/dist/types/simulation/openables/MysteryBox.d.ts @@ -0,0 +1,4 @@ +import SimpleOpenable from "../../structures/SimpleOpenable"; +declare const _default: SimpleOpenable; +export default _default; +//# sourceMappingURL=MysteryBox.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/openables/MysteryBox.d.ts.map b/dist/types/simulation/openables/MysteryBox.d.ts.map new file mode 100644 index 000000000..9dd92ef79 --- /dev/null +++ b/dist/types/simulation/openables/MysteryBox.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"MysteryBox.d.ts","sourceRoot":"","sources":["../../../../src/simulation/openables/MysteryBox.ts"],"names":[],"mappings":"AACA,OAAO,cAAc,MAAM,iCAAiC,CAAC;;AA2B7D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/openables/NestBoxEmpty.d.ts b/dist/types/simulation/openables/NestBoxEmpty.d.ts new file mode 100644 index 000000000..8332a13f8 --- /dev/null +++ b/dist/types/simulation/openables/NestBoxEmpty.d.ts @@ -0,0 +1,4 @@ +import SimpleOpenable from "../../structures/SimpleOpenable"; +declare const _default: SimpleOpenable; +export default _default; +//# sourceMappingURL=NestBoxEmpty.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/openables/NestBoxEmpty.d.ts.map b/dist/types/simulation/openables/NestBoxEmpty.d.ts.map new file mode 100644 index 000000000..a4eba11de --- /dev/null +++ b/dist/types/simulation/openables/NestBoxEmpty.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"NestBoxEmpty.d.ts","sourceRoot":"","sources":["../../../../src/simulation/openables/NestBoxEmpty.ts"],"names":[],"mappings":"AACA,OAAO,cAAc,MAAM,iCAAiC,CAAC;;AAK7D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/openables/NestBoxRing.d.ts b/dist/types/simulation/openables/NestBoxRing.d.ts new file mode 100644 index 000000000..41d0604db --- /dev/null +++ b/dist/types/simulation/openables/NestBoxRing.d.ts @@ -0,0 +1,4 @@ +import SimpleOpenable from "../../structures/SimpleOpenable"; +declare const _default: SimpleOpenable; +export default _default; +//# sourceMappingURL=NestBoxRing.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/openables/NestBoxRing.d.ts.map b/dist/types/simulation/openables/NestBoxRing.d.ts.map new file mode 100644 index 000000000..65dac0f98 --- /dev/null +++ b/dist/types/simulation/openables/NestBoxRing.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"NestBoxRing.d.ts","sourceRoot":"","sources":["../../../../src/simulation/openables/NestBoxRing.ts"],"names":[],"mappings":"AACA,OAAO,cAAc,MAAM,iCAAiC,CAAC;;AAY7D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/openables/NestBoxSeeds.d.ts b/dist/types/simulation/openables/NestBoxSeeds.d.ts new file mode 100644 index 000000000..8cdbf603d --- /dev/null +++ b/dist/types/simulation/openables/NestBoxSeeds.d.ts @@ -0,0 +1,4 @@ +import SimpleOpenable from "../../structures/SimpleOpenable"; +declare const _default: SimpleOpenable; +export default _default; +//# sourceMappingURL=NestBoxSeeds.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/openables/NestBoxSeeds.d.ts.map b/dist/types/simulation/openables/NestBoxSeeds.d.ts.map new file mode 100644 index 000000000..f734fcd39 --- /dev/null +++ b/dist/types/simulation/openables/NestBoxSeeds.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"NestBoxSeeds.d.ts","sourceRoot":"","sources":["../../../../src/simulation/openables/NestBoxSeeds.ts"],"names":[],"mappings":"AACA,OAAO,cAAc,MAAM,iCAAiC,CAAC;;AAiC7D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/openables/OgreCoffin.d.ts b/dist/types/simulation/openables/OgreCoffin.d.ts new file mode 100644 index 000000000..96c8e63ab --- /dev/null +++ b/dist/types/simulation/openables/OgreCoffin.d.ts @@ -0,0 +1,4 @@ +import SimpleOpenable from "../../structures/SimpleOpenable"; +declare const _default: SimpleOpenable; +export default _default; +//# sourceMappingURL=OgreCoffin.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/openables/OgreCoffin.d.ts.map b/dist/types/simulation/openables/OgreCoffin.d.ts.map new file mode 100644 index 000000000..0bd9504f8 --- /dev/null +++ b/dist/types/simulation/openables/OgreCoffin.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"OgreCoffin.d.ts","sourceRoot":"","sources":["../../../../src/simulation/openables/OgreCoffin.ts"],"names":[],"mappings":"AACA,OAAO,cAAc,MAAM,iCAAiC,CAAC;;AAsC7D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/openables/OrePack.d.ts b/dist/types/simulation/openables/OrePack.d.ts new file mode 100644 index 000000000..8c665a742 --- /dev/null +++ b/dist/types/simulation/openables/OrePack.d.ts @@ -0,0 +1,4 @@ +import SimpleOpenable from "../../structures/SimpleOpenable"; +export declare const GiantsFoundryOrePack: SimpleOpenable; +export declare const VolcanicMineOrePack: SimpleOpenable; +//# sourceMappingURL=OrePack.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/openables/OrePack.d.ts.map b/dist/types/simulation/openables/OrePack.d.ts.map new file mode 100644 index 000000000..9ce18c679 --- /dev/null +++ b/dist/types/simulation/openables/OrePack.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"OrePack.d.ts","sourceRoot":"","sources":["../../../../src/simulation/openables/OrePack.ts"],"names":[],"mappings":"AAGA,OAAO,cAAc,MAAM,iCAAiC,CAAC;AAY7D,eAAO,MAAM,oBAAoB,gBAK/B,CAAC;AAgBH,eAAO,MAAM,mBAAmB,gBAK9B,CAAC"} \ No newline at end of file diff --git a/dist/types/simulation/openables/SeedPack.d.ts b/dist/types/simulation/openables/SeedPack.d.ts new file mode 100644 index 000000000..e1ea58c2a --- /dev/null +++ b/dist/types/simulation/openables/SeedPack.d.ts @@ -0,0 +1,9 @@ +import type { OpenableOpenOptions } from "../../meta/types"; +import Bank from "../../structures/Bank"; +import SimpleOpenable from "../../structures/SimpleOpenable"; +export declare class SeedPackOpenable extends SimpleOpenable { + open(quantity?: number, options?: OpenableOpenOptions): Bank; +} +declare const _default: SeedPackOpenable; +export default _default; +//# sourceMappingURL=SeedPack.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/openables/SeedPack.d.ts.map b/dist/types/simulation/openables/SeedPack.d.ts.map new file mode 100644 index 000000000..26c93d6f4 --- /dev/null +++ b/dist/types/simulation/openables/SeedPack.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"SeedPack.d.ts","sourceRoot":"","sources":["../../../../src/simulation/openables/SeedPack.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAC5D,OAAO,IAAI,MAAM,uBAAuB,CAAC;AAEzC,OAAO,cAAc,MAAM,iCAAiC,CAAC;AA0E7D,qBAAa,gBAAiB,SAAQ,cAAc;IAC5C,IAAI,CAAC,QAAQ,SAAI,EAAE,OAAO,GAAE,mBAAuC;CAyD1E;;AAED,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/openables/SinisterChest.d.ts b/dist/types/simulation/openables/SinisterChest.d.ts new file mode 100644 index 000000000..157c6cc3f --- /dev/null +++ b/dist/types/simulation/openables/SinisterChest.d.ts @@ -0,0 +1,4 @@ +import SimpleOpenable from "../../structures/SimpleOpenable"; +declare const _default: SimpleOpenable; +export default _default; +//# sourceMappingURL=SinisterChest.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/openables/SinisterChest.d.ts.map b/dist/types/simulation/openables/SinisterChest.d.ts.map new file mode 100644 index 000000000..9f01ee893 --- /dev/null +++ b/dist/types/simulation/openables/SinisterChest.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"SinisterChest.d.ts","sourceRoot":"","sources":["../../../../src/simulation/openables/SinisterChest.ts"],"names":[],"mappings":"AACA,OAAO,cAAc,MAAM,iCAAiC,CAAC;;AAU7D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/openables/ZombiePiratesLocker.d.ts b/dist/types/simulation/openables/ZombiePiratesLocker.d.ts new file mode 100644 index 000000000..366211208 --- /dev/null +++ b/dist/types/simulation/openables/ZombiePiratesLocker.d.ts @@ -0,0 +1,4 @@ +import SimpleOpenable from "../../structures/SimpleOpenable"; +declare const _default: SimpleOpenable; +export default _default; +//# sourceMappingURL=ZombiePiratesLocker.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/openables/ZombiePiratesLocker.d.ts.map b/dist/types/simulation/openables/ZombiePiratesLocker.d.ts.map new file mode 100644 index 000000000..eb8aba6fc --- /dev/null +++ b/dist/types/simulation/openables/ZombiePiratesLocker.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"ZombiePiratesLocker.d.ts","sourceRoot":"","sources":["../../../../src/simulation/openables/ZombiePiratesLocker.ts"],"names":[],"mappings":"AACA,OAAO,cAAc,MAAM,iCAAiC,CAAC;;AAsC7D,wBAKG"} \ No newline at end of file diff --git a/dist/types/simulation/openables/index.d.ts b/dist/types/simulation/openables/index.d.ts new file mode 100644 index 000000000..955770d10 --- /dev/null +++ b/dist/types/simulation/openables/index.d.ts @@ -0,0 +1,66 @@ +import { Collection } from "../../structures/Collection"; +import type Openable from "../../structures/Openable"; +import BrimstoneChest from "./BrimstoneChest"; +import Casket from "./Casket"; +import CrystalChest from "./CrystalChest"; +import ElvenCrystalChest from "./ElvenCrystalChest"; +import GiantEggSacFull from "./GiantEggSacFull"; +import GrubbyChest from "./GrubbyChest"; +import { BronzeHAMChest, IronHAMChest, SilverHAMChest, SteelHAMChest } from "./HAMStoreRoomChests"; +import { AdeptSack, BasicSack, ExpertSack, MasterSack } from "./HuntersLootSack"; +import { BabyImpling, CrystalImpling, DragonImpling, EarthImpling, EclecticImpling, EssenceImpling, GourmetImpling, LuckyImpling, MagpieImpling, NatureImpling, NinjaImpling, YoungImpling } from "./Implings"; +import IntricatePouch from "./IntricatePouch"; +import LarransChest from "./LarransChest"; +import MuddyChest from "./MuddyChest"; +import MysteryBox from "./MysteryBox"; +import NestBoxEmpty from "./NestBoxEmpty"; +import NestBoxRing from "./NestBoxRing"; +import NestBoxSeeds from "./NestBoxSeeds"; +import OgreCoffin from "./OgreCoffin"; +import { GiantsFoundryOrePack, VolcanicMineOrePack } from "./OrePack"; +import SeedPack from "./SeedPack"; +import SinisterChest from "./SinisterChest"; +export { MysteryBox, NestBoxEmpty, NestBoxRing, NestBoxSeeds, GiantEggSacFull, BronzeHAMChest, IronHAMChest, SilverHAMChest, SteelHAMChest, Casket, CrystalChest, ElvenCrystalChest, GrubbyChest, MuddyChest, OgreCoffin, SinisterChest, BrimstoneChest, LarransChest, SeedPack, BabyImpling, YoungImpling, GourmetImpling, EarthImpling, EssenceImpling, EclecticImpling, NatureImpling, MagpieImpling, NinjaImpling, CrystalImpling, DragonImpling, LuckyImpling, VolcanicMineOrePack, GiantsFoundryOrePack, IntricatePouch, BasicSack, AdeptSack, ExpertSack, MasterSack, }; +declare const Openables: Collection & { + MysteryBox: import("../../structures/SimpleOpenable").default; + NestBoxEmpty: import("../../structures/SimpleOpenable").default; + NestBoxRing: import("../../structures/SimpleOpenable").default; + NestBoxSeeds: import("../../structures/SimpleOpenable").default; + GiantEggSacFull: import("../../structures/SimpleOpenable").default; + BronzeHAMChest: import("../../structures/SimpleOpenable").default; + IronHAMChest: import("../../structures/SimpleOpenable").default; + SilverHAMChest: import("../../structures/SimpleOpenable").default; + SteelHAMChest: import("../../structures/SimpleOpenable").default; + Casket: import("../../structures/SimpleOpenable").default; + CrystalChest: import("../../structures/SimpleOpenable").default; + ElvenCrystalChest: import("../../structures/SimpleOpenable").default; + GrubbyChest: import("../../structures/SimpleOpenable").default; + MuddyChest: import("../../structures/SimpleOpenable").default; + OgreCoffin: import("../../structures/SimpleOpenable").default; + SinisterChest: import("../../structures/SimpleOpenable").default; + BrimstoneChest: import("./BrimstoneChest").BrimstoneChestOpenable; + LarransChest: import("./LarransChest").LarransChestOpenable; + SeedPack: import("./SeedPack").SeedPackOpenable; + BabyImpling: import("../../structures/SimpleOpenable").default; + YoungImpling: import("../../structures/SimpleOpenable").default; + GourmetImpling: import("../../structures/SimpleOpenable").default; + EarthImpling: import("../../structures/SimpleOpenable").default; + EssenceImpling: import("../../structures/SimpleOpenable").default; + EclecticImpling: import("../../structures/SimpleOpenable").default; + NatureImpling: import("../../structures/SimpleOpenable").default; + MagpieImpling: import("../../structures/SimpleOpenable").default; + NinjaImpling: import("../../structures/SimpleOpenable").default; + CrystalImpling: import("../../structures/SimpleOpenable").default; + DragonImpling: import("../../structures/SimpleOpenable").default; + LuckyImpling: import("../../structures/SimpleOpenable").default; + VolcanicMineOrePack: import("../../structures/SimpleOpenable").default; + GiantsFoundryOrePack: import("../../structures/SimpleOpenable").default; + IntricatePouch: import("../../structures/SimpleOpenable").default; + BasicSack: import("../../structures/SimpleOpenable").default; + AdeptSack: import("../../structures/SimpleOpenable").default; + ExpertSack: import("../../structures/SimpleOpenable").default; + MasterSack: import("../../structures/SimpleOpenable").default; +}; +export default Openables; +export * from "./HallowedSack"; +//# sourceMappingURL=index.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/openables/index.d.ts.map b/dist/types/simulation/openables/index.d.ts.map new file mode 100644 index 000000000..42fa0fd85 --- /dev/null +++ b/dist/types/simulation/openables/index.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/simulation/openables/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,6BAA6B,CAAC;AACzD,OAAO,KAAK,QAAQ,MAAM,2BAA2B,CAAC;AACtD,OAAO,cAAc,MAAM,kBAAkB,CAAC;AAC9C,OAAO,MAAM,MAAM,UAAU,CAAC;AAC9B,OAAO,YAAY,MAAM,gBAAgB,CAAC;AAC1C,OAAO,iBAAiB,MAAM,qBAAqB,CAAC;AACpD,OAAO,eAAe,MAAM,mBAAmB,CAAC;AAChD,OAAO,WAAW,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AACnG,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AACjF,OAAO,EACN,WAAW,EACX,cAAc,EACd,aAAa,EACb,YAAY,EACZ,eAAe,EACf,cAAc,EACd,cAAc,EACd,YAAY,EACZ,aAAa,EACb,aAAa,EACb,YAAY,EACZ,YAAY,EACZ,MAAM,YAAY,CAAC;AACpB,OAAO,cAAc,MAAM,kBAAkB,CAAC;AAC9C,OAAO,YAAY,MAAM,gBAAgB,CAAC;AAC1C,OAAO,UAAU,MAAM,cAAc,CAAC;AACtC,OAAO,UAAU,MAAM,cAAc,CAAC;AACtC,OAAO,YAAY,MAAM,gBAAgB,CAAC;AAC1C,OAAO,WAAW,MAAM,eAAe,CAAC;AACxC,OAAO,YAAY,MAAM,gBAAgB,CAAC;AAC1C,OAAO,UAAU,MAAM,cAAc,CAAC;AACtC,OAAO,EAAE,oBAAoB,EAAE,mBAAmB,EAAE,MAAM,WAAW,CAAC;AACtE,OAAO,QAAQ,MAAM,YAAY,CAAC;AAClC,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAE5C,OAAO,EACN,UAAU,EACV,YAAY,EACZ,WAAW,EACX,YAAY,EACZ,eAAe,EACf,cAAc,EACd,YAAY,EACZ,cAAc,EACd,aAAa,EACb,MAAM,EACN,YAAY,EACZ,iBAAiB,EACjB,WAAW,EACX,UAAU,EACV,UAAU,EACV,aAAa,EACb,cAAc,EACd,YAAY,EACZ,QAAQ,EACR,WAAW,EACX,YAAY,EACZ,cAAc,EACd,YAAY,EACZ,cAAc,EACd,eAAe,EACf,aAAa,EACb,aAAa,EACb,YAAY,EACZ,cAAc,EACd,aAAa,EACb,YAAY,EACZ,mBAAmB,EACnB,oBAAoB,EACpB,cAAc,EACd,SAAS,EACT,SAAS,EACT,UAAU,EACV,UAAU,GACV,CAAC;AA6CF,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA8D,CAAC;AAE9E,eAAe,SAAS,CAAC;AAEzB,cAAc,gBAAgB,CAAC"} \ No newline at end of file diff --git a/dist/types/simulation/subtables/CommonSeedDropTable.d.ts b/dist/types/simulation/subtables/CommonSeedDropTable.d.ts new file mode 100644 index 000000000..e1e20703a --- /dev/null +++ b/dist/types/simulation/subtables/CommonSeedDropTable.d.ts @@ -0,0 +1,4 @@ +import LootTable from "../../structures/LootTable"; +export declare const CommonSeedDropTable: LootTable; +export default CommonSeedDropTable; +//# sourceMappingURL=CommonSeedDropTable.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/subtables/CommonSeedDropTable.d.ts.map b/dist/types/simulation/subtables/CommonSeedDropTable.d.ts.map new file mode 100644 index 000000000..f0d2dbcb1 --- /dev/null +++ b/dist/types/simulation/subtables/CommonSeedDropTable.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"CommonSeedDropTable.d.ts","sourceRoot":"","sources":["../../../../src/simulation/subtables/CommonSeedDropTable.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,4BAA4B,CAAC;AAEnD,eAAO,MAAM,mBAAmB,WAyBL,CAAC;AAE5B,eAAe,mBAAmB,CAAC"} \ No newline at end of file diff --git a/dist/types/simulation/subtables/FixedAllotmentSeedTable.d.ts b/dist/types/simulation/subtables/FixedAllotmentSeedTable.d.ts new file mode 100644 index 000000000..0e8c24dde --- /dev/null +++ b/dist/types/simulation/subtables/FixedAllotmentSeedTable.d.ts @@ -0,0 +1,4 @@ +import LootTable from "../../structures/LootTable"; +declare const FixedAllotmentSeedTable: LootTable; +export default FixedAllotmentSeedTable; +//# sourceMappingURL=FixedAllotmentSeedTable.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/subtables/FixedAllotmentSeedTable.d.ts.map b/dist/types/simulation/subtables/FixedAllotmentSeedTable.d.ts.map new file mode 100644 index 000000000..34ed8262e --- /dev/null +++ b/dist/types/simulation/subtables/FixedAllotmentSeedTable.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"FixedAllotmentSeedTable.d.ts","sourceRoot":"","sources":["../../../../src/simulation/subtables/FixedAllotmentSeedTable.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,4BAA4B,CAAC;AAEnD,QAAA,MAAM,uBAAuB,WAQE,CAAC;AAEhC,eAAe,uBAAuB,CAAC"} \ No newline at end of file diff --git a/dist/types/simulation/subtables/GWRareDropTable.d.ts b/dist/types/simulation/subtables/GWRareDropTable.d.ts new file mode 100644 index 000000000..2e5d1c4e7 --- /dev/null +++ b/dist/types/simulation/subtables/GWRareDropTable.d.ts @@ -0,0 +1,6 @@ +import LootTable from "../../structures/LootTable"; +export declare const ShardTable: LootTable; +export declare const GWGemTable: LootTable; +declare const GWRareDropTable: LootTable; +export default GWRareDropTable; +//# sourceMappingURL=GWRareDropTable.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/subtables/GWRareDropTable.d.ts.map b/dist/types/simulation/subtables/GWRareDropTable.d.ts.map new file mode 100644 index 000000000..c89da0259 --- /dev/null +++ b/dist/types/simulation/subtables/GWRareDropTable.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"GWRareDropTable.d.ts","sourceRoot":"","sources":["../../../../src/simulation/subtables/GWRareDropTable.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,4BAA4B,CAAC;AAQnD,eAAO,MAAM,UAAU,WAA0F,CAAC;AAElH,eAAO,MAAM,UAAU,WAUD,CAAC;AAEvB,QAAA,MAAM,eAAe,WA0BQ,CAAC;AAE9B,eAAe,eAAe,CAAC"} \ No newline at end of file diff --git a/dist/types/simulation/subtables/HerbDropTable.d.ts b/dist/types/simulation/subtables/HerbDropTable.d.ts new file mode 100644 index 000000000..ce07ebf22 --- /dev/null +++ b/dist/types/simulation/subtables/HerbDropTable.d.ts @@ -0,0 +1,4 @@ +import LootTable from "../../structures/LootTable"; +export declare const HerbDropTable: LootTable; +export default HerbDropTable; +//# sourceMappingURL=HerbDropTable.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/subtables/HerbDropTable.d.ts.map b/dist/types/simulation/subtables/HerbDropTable.d.ts.map new file mode 100644 index 000000000..9a0f10c62 --- /dev/null +++ b/dist/types/simulation/subtables/HerbDropTable.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"HerbDropTable.d.ts","sourceRoot":"","sources":["../../../../src/simulation/subtables/HerbDropTable.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,4BAA4B,CAAC;AAEnD,eAAO,MAAM,aAAa,WAWK,CAAC;AAEhC,eAAe,aAAa,CAAC"} \ No newline at end of file diff --git a/dist/types/simulation/subtables/ManWomanTable.d.ts b/dist/types/simulation/subtables/ManWomanTable.d.ts new file mode 100644 index 000000000..458c3f3f9 --- /dev/null +++ b/dist/types/simulation/subtables/ManWomanTable.d.ts @@ -0,0 +1,4 @@ +import LootTable from "../../structures/LootTable"; +declare const _default: LootTable; +export default _default; +//# sourceMappingURL=ManWomanTable.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/subtables/ManWomanTable.d.ts.map b/dist/types/simulation/subtables/ManWomanTable.d.ts.map new file mode 100644 index 000000000..9cd9b7857 --- /dev/null +++ b/dist/types/simulation/subtables/ManWomanTable.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"ManWomanTable.d.ts","sourceRoot":"","sources":["../../../../src/simulation/subtables/ManWomanTable.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,4BAA4B,CAAC;;AAGnD,wBA0ByC"} \ No newline at end of file diff --git a/dist/types/simulation/subtables/NotedHerbTable.d.ts b/dist/types/simulation/subtables/NotedHerbTable.d.ts new file mode 100644 index 000000000..918681cbb --- /dev/null +++ b/dist/types/simulation/subtables/NotedHerbTable.d.ts @@ -0,0 +1,3 @@ +import LootTable from "../../structures/LootTable"; +export declare const NotedHerbTable: LootTable; +//# sourceMappingURL=NotedHerbTable.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/subtables/NotedHerbTable.d.ts.map b/dist/types/simulation/subtables/NotedHerbTable.d.ts.map new file mode 100644 index 000000000..8bf7d0810 --- /dev/null +++ b/dist/types/simulation/subtables/NotedHerbTable.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"NotedHerbTable.d.ts","sourceRoot":"","sources":["../../../../src/simulation/subtables/NotedHerbTable.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,4BAA4B,CAAC;AAEnD,eAAO,MAAM,cAAc,WAIG,CAAC"} \ No newline at end of file diff --git a/dist/types/simulation/subtables/RareDropTable.d.ts b/dist/types/simulation/subtables/RareDropTable.d.ts new file mode 100644 index 000000000..24cf13bbe --- /dev/null +++ b/dist/types/simulation/subtables/RareDropTable.d.ts @@ -0,0 +1,5 @@ +import LootTable from "../../structures/LootTable"; +export declare const GemTable: LootTable; +declare const RareDropTable: LootTable; +export default RareDropTable; +//# sourceMappingURL=RareDropTable.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/subtables/RareDropTable.d.ts.map b/dist/types/simulation/subtables/RareDropTable.d.ts.map new file mode 100644 index 000000000..9c9ee4e79 --- /dev/null +++ b/dist/types/simulation/subtables/RareDropTable.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"RareDropTable.d.ts","sourceRoot":"","sources":["../../../../src/simulation/subtables/RareDropTable.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,4BAA4B,CAAC;AAOnD,eAAO,MAAM,QAAQ,WASD,CAAC;AAErB,QAAA,MAAM,aAAa,WA0BQ,CAAC;AAE5B,eAAe,aAAa,CAAC"} \ No newline at end of file diff --git a/dist/types/simulation/subtables/RareSeedTable.d.ts b/dist/types/simulation/subtables/RareSeedTable.d.ts new file mode 100644 index 000000000..52c9bd2fd --- /dev/null +++ b/dist/types/simulation/subtables/RareSeedTable.d.ts @@ -0,0 +1,4 @@ +import LootTable from "../../structures/LootTable"; +declare const RareSeedTable: LootTable; +export default RareSeedTable; +//# sourceMappingURL=RareSeedTable.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/subtables/RareSeedTable.d.ts.map b/dist/types/simulation/subtables/RareSeedTable.d.ts.map new file mode 100644 index 000000000..f70bd66de --- /dev/null +++ b/dist/types/simulation/subtables/RareSeedTable.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"RareSeedTable.d.ts","sourceRoot":"","sources":["../../../../src/simulation/subtables/RareSeedTable.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,4BAA4B,CAAC;AAEnD,QAAA,MAAM,aAAa,WAcQ,CAAC;AAE5B,eAAe,aAAa,CAAC"} \ No newline at end of file diff --git a/dist/types/simulation/subtables/TalismanTable.d.ts b/dist/types/simulation/subtables/TalismanTable.d.ts new file mode 100644 index 000000000..9d6df23b1 --- /dev/null +++ b/dist/types/simulation/subtables/TalismanTable.d.ts @@ -0,0 +1,4 @@ +import LootTable from "../../structures/LootTable"; +declare const TalismanTable: LootTable; +export default TalismanTable; +//# sourceMappingURL=TalismanTable.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/subtables/TalismanTable.d.ts.map b/dist/types/simulation/subtables/TalismanTable.d.ts.map new file mode 100644 index 000000000..374e22631 --- /dev/null +++ b/dist/types/simulation/subtables/TalismanTable.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"TalismanTable.d.ts","sourceRoot":"","sources":["../../../../src/simulation/subtables/TalismanTable.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,4BAA4B,CAAC;AAEnD,QAAA,MAAM,aAAa,WASW,CAAC;AAE/B,eAAe,aAAa,CAAC"} \ No newline at end of file diff --git a/dist/types/simulation/subtables/TreeHerbSeedTable.d.ts b/dist/types/simulation/subtables/TreeHerbSeedTable.d.ts new file mode 100644 index 000000000..0be8caf90 --- /dev/null +++ b/dist/types/simulation/subtables/TreeHerbSeedTable.d.ts @@ -0,0 +1,4 @@ +import LootTable from "../../structures/LootTable"; +declare const TreeHerbSeedTable: LootTable; +export default TreeHerbSeedTable; +//# sourceMappingURL=TreeHerbSeedTable.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/subtables/TreeHerbSeedTable.d.ts.map b/dist/types/simulation/subtables/TreeHerbSeedTable.d.ts.map new file mode 100644 index 000000000..5cb3a89a8 --- /dev/null +++ b/dist/types/simulation/subtables/TreeHerbSeedTable.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"TreeHerbSeedTable.d.ts","sourceRoot":"","sources":["../../../../src/simulation/subtables/TreeHerbSeedTable.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,4BAA4B,CAAC;AAEnD,QAAA,MAAM,iBAAiB,WAgBS,CAAC;AAEjC,eAAe,iBAAiB,CAAC"} \ No newline at end of file diff --git a/dist/types/simulation/subtables/UncommonSeedDropTable.d.ts b/dist/types/simulation/subtables/UncommonSeedDropTable.d.ts new file mode 100644 index 000000000..a3e4d3f73 --- /dev/null +++ b/dist/types/simulation/subtables/UncommonSeedDropTable.d.ts @@ -0,0 +1,4 @@ +import LootTable from "../../structures/LootTable"; +declare const UncommonSeedDropTable: LootTable; +export default UncommonSeedDropTable; +//# sourceMappingURL=UncommonSeedDropTable.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/subtables/UncommonSeedDropTable.d.ts.map b/dist/types/simulation/subtables/UncommonSeedDropTable.d.ts.map new file mode 100644 index 000000000..84e164a31 --- /dev/null +++ b/dist/types/simulation/subtables/UncommonSeedDropTable.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"UncommonSeedDropTable.d.ts","sourceRoot":"","sources":["../../../../src/simulation/subtables/UncommonSeedDropTable.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,4BAA4B,CAAC;AAEnD,QAAA,MAAM,qBAAqB,WAyBA,CAAC;AAE5B,eAAe,qBAAqB,CAAC"} \ No newline at end of file diff --git a/dist/types/simulation/subtables/UsefulHerbTable.d.ts b/dist/types/simulation/subtables/UsefulHerbTable.d.ts new file mode 100644 index 000000000..3b5c8213d --- /dev/null +++ b/dist/types/simulation/subtables/UsefulHerbTable.d.ts @@ -0,0 +1,4 @@ +import LootTable from "../../structures/LootTable"; +declare const UsefulHerbTable: LootTable; +export default UsefulHerbTable; +//# sourceMappingURL=UsefulHerbTable.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/subtables/UsefulHerbTable.d.ts.map b/dist/types/simulation/subtables/UsefulHerbTable.d.ts.map new file mode 100644 index 000000000..3b1577fa7 --- /dev/null +++ b/dist/types/simulation/subtables/UsefulHerbTable.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"UsefulHerbTable.d.ts","sourceRoot":"","sources":["../../../../src/simulation/subtables/UsefulHerbTable.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,4BAA4B,CAAC;AAEnD,QAAA,MAAM,eAAe,WAIO,CAAC;AAE7B,eAAe,eAAe,CAAC"} \ No newline at end of file diff --git a/dist/types/simulation/subtables/VariableAllotmentSeedTable.d.ts b/dist/types/simulation/subtables/VariableAllotmentSeedTable.d.ts new file mode 100644 index 000000000..7dd11e552 --- /dev/null +++ b/dist/types/simulation/subtables/VariableAllotmentSeedTable.d.ts @@ -0,0 +1,4 @@ +import LootTable from "../../structures/LootTable"; +declare const VariableAllotmentSeedTable: LootTable; +export default VariableAllotmentSeedTable; +//# sourceMappingURL=VariableAllotmentSeedTable.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/subtables/VariableAllotmentSeedTable.d.ts.map b/dist/types/simulation/subtables/VariableAllotmentSeedTable.d.ts.map new file mode 100644 index 000000000..e6b27f00e --- /dev/null +++ b/dist/types/simulation/subtables/VariableAllotmentSeedTable.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"VariableAllotmentSeedTable.d.ts","sourceRoot":"","sources":["../../../../src/simulation/subtables/VariableAllotmentSeedTable.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,4BAA4B,CAAC;AAEnD,QAAA,MAAM,0BAA0B,WAQD,CAAC;AAEhC,eAAe,0BAA0B,CAAC"} \ No newline at end of file diff --git a/dist/types/simulation/subtables/VirtusTable.d.ts b/dist/types/simulation/subtables/VirtusTable.d.ts new file mode 100644 index 000000000..235c7f63e --- /dev/null +++ b/dist/types/simulation/subtables/VirtusTable.d.ts @@ -0,0 +1,3 @@ +import LootTable from "../../structures/LootTable"; +export declare const VirtusTable: LootTable; +//# sourceMappingURL=VirtusTable.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/subtables/VirtusTable.d.ts.map b/dist/types/simulation/subtables/VirtusTable.d.ts.map new file mode 100644 index 000000000..c8a4c3990 --- /dev/null +++ b/dist/types/simulation/subtables/VirtusTable.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"VirtusTable.d.ts","sourceRoot":"","sources":["../../../../src/simulation/subtables/VirtusTable.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,4BAA4B,CAAC;AAEnD,eAAO,MAAM,WAAW,WAAsF,CAAC"} \ No newline at end of file diff --git a/dist/types/simulation/subtables/WyvernHerbTable.d.ts b/dist/types/simulation/subtables/WyvernHerbTable.d.ts new file mode 100644 index 000000000..ff328784f --- /dev/null +++ b/dist/types/simulation/subtables/WyvernHerbTable.d.ts @@ -0,0 +1,4 @@ +import LootTable from "../../structures/LootTable"; +declare const WyvernHerbTable: LootTable; +export default WyvernHerbTable; +//# sourceMappingURL=WyvernHerbTable.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/subtables/WyvernHerbTable.d.ts.map b/dist/types/simulation/subtables/WyvernHerbTable.d.ts.map new file mode 100644 index 000000000..8a7faa9f5 --- /dev/null +++ b/dist/types/simulation/subtables/WyvernHerbTable.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"WyvernHerbTable.d.ts","sourceRoot":"","sources":["../../../../src/simulation/subtables/WyvernHerbTable.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,4BAA4B,CAAC;AAEnD,QAAA,MAAM,eAAe,WAMW,CAAC;AAEjC,eAAe,eAAe,CAAC"} \ No newline at end of file diff --git a/dist/types/simulation/subtables/index.d.ts b/dist/types/simulation/subtables/index.d.ts new file mode 100644 index 000000000..48a0a05c1 --- /dev/null +++ b/dist/types/simulation/subtables/index.d.ts @@ -0,0 +1,5 @@ +import CommonSeedDropTable from "./CommonSeedDropTable"; +import HerbDropTable from "./HerbDropTable"; +export { HerbDropTable, CommonSeedDropTable }; +export * from "./RareDropTable"; +//# sourceMappingURL=index.d.ts.map \ No newline at end of file diff --git a/dist/types/simulation/subtables/index.d.ts.map b/dist/types/simulation/subtables/index.d.ts.map new file mode 100644 index 000000000..13fd52b9d --- /dev/null +++ b/dist/types/simulation/subtables/index.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/simulation/subtables/index.ts"],"names":[],"mappings":"AAAA,OAAO,mBAAmB,MAAM,uBAAuB,CAAC;AACxD,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAE5C,OAAO,EAAE,aAAa,EAAE,mBAAmB,EAAE,CAAC;AAC9C,cAAc,iBAAiB,CAAC"} \ No newline at end of file diff --git a/dist/types/structures/Bank.d.ts b/dist/types/structures/Bank.d.ts new file mode 100644 index 000000000..1f95012e7 --- /dev/null +++ b/dist/types/structures/Bank.d.ts @@ -0,0 +1,38 @@ +import type { BankItem, IntKeyBank, Item, ItemBank } from "../meta/types"; +type ItemResolvable = Item | string | number; +export default class Bank { + private map; + frozen: boolean; + static withSanitizedValues(source: ItemBank | IntKeyBank): Bank; + constructor(initialBank?: IntKeyBank | ItemBank | Bank); + removeInvalidValues(): Bank; + private resolveItemID; + clear(item?: Item | string | number): this; + private makeFromInitialBank; + toJSON(): ItemBank; + set(item: ItemResolvable, quantity: number): this; + freeze(): this; + amount(item: ItemResolvable): number; + addItem(item: number, quantity?: number): this; + removeItem(item: number | string, quantity?: number): this; + add(item: string | number | IntKeyBank | Bank | Item | undefined, quantity?: number): Bank; + remove(item: string | number | ItemBank | Bank, quantity?: number): Bank; + random(): BankItem | null; + multiply(multiplier: number, itemsToNotMultiply?: number[]): this; + has(items: Item | string | number | (string | number)[] | ItemBank | Bank): boolean; + items(): [Item, number][]; + forEach(fn: (item: Item, quantity: number) => unknown): void; + clone(): Bank; + fits(bank: Bank): number; + filter(fn: (item: Item, quantity: number) => boolean): Bank; + toString(): string; + get length(): number; + value(): number; + equals(otherBank: Bank): boolean; + difference(otherBank: Bank): Bank; + validate(): string[]; + validateOrThrow(): void; + get itemIDs(): number[]; +} +export {}; +//# sourceMappingURL=Bank.d.ts.map \ No newline at end of file diff --git a/dist/types/structures/Bank.d.ts.map b/dist/types/structures/Bank.d.ts.map new file mode 100644 index 000000000..de83863b6 --- /dev/null +++ b/dist/types/structures/Bank.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Bank.d.ts","sourceRoot":"","sources":["../../../src/structures/Bank.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,QAAQ,EAAE,UAAU,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAS1E,KAAK,cAAc,GAAG,IAAI,GAAG,MAAM,GAAG,MAAM,CAAC;AAkB7C,MAAM,CAAC,OAAO,OAAO,IAAI;IACxB,OAAO,CAAC,GAAG,CAAsB;IAC1B,MAAM,UAAS;IAEtB,MAAM,CAAC,mBAAmB,CAAC,MAAM,EAAE,QAAQ,GAAG,UAAU,GAAG,IAAI;gBAMnD,WAAW,CAAC,EAAE,UAAU,GAAG,QAAQ,GAAG,IAAI;IAI/C,mBAAmB,IAAI,IAAI;IASlC,OAAO,CAAC,aAAa;IAMd,KAAK,CAAC,IAAI,CAAC,EAAE,IAAI,GAAG,MAAM,GAAG,MAAM,GAAG,IAAI;IAUjD,OAAO,CAAC,mBAAmB;IAcpB,MAAM,IAAI,QAAQ;IAIlB,GAAG,CAAC,IAAI,EAAE,cAAc,EAAE,QAAQ,EAAE,MAAM,GAAG,IAAI;IAOjD,MAAM,IAAI,IAAI;IAMd,MAAM,CAAC,IAAI,EAAE,cAAc,GAAG,MAAM;IAKpC,OAAO,CAAC,IAAI,EAAE,MAAM,EAAE,QAAQ,SAAI,GAAG,IAAI;IAOzC,UAAU,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,EAAE,QAAQ,SAAI,GAAG,IAAI;IAerD,GAAG,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,GAAG,UAAU,GAAG,IAAI,GAAG,IAAI,GAAG,SAAS,EAAE,QAAQ,SAAI,GAAG,IAAI;IA4CrF,MAAM,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,GAAG,QAAQ,GAAG,IAAI,EAAE,QAAQ,SAAI,GAAG,IAAI;IAyBnE,MAAM,IAAI,QAAQ,GAAG,IAAI;IAOzB,QAAQ,CAAC,UAAU,EAAE,MAAM,EAAE,kBAAkB,CAAC,EAAE,MAAM,EAAE,GAAG,IAAI;IASjE,GAAG,CAAC,KAAK,EAAE,IAAI,GAAG,MAAM,GAAG,MAAM,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,GAAG,QAAQ,GAAG,IAAI,GAAG,OAAO;IAoBnF,KAAK,IAAI,CAAC,IAAI,EAAE,MAAM,CAAC,EAAE;IASzB,OAAO,CAAC,EAAE,EAAE,CAAC,IAAI,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,KAAK,OAAO,GAAG,IAAI;IAM5D,KAAK,IAAI,IAAI;IAIb,IAAI,CAAC,IAAI,EAAE,IAAI,GAAG,MAAM;IAMxB,MAAM,CAAC,EAAE,EAAE,CAAC,IAAI,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,KAAK,OAAO,GAAG,IAAI;IAU3D,QAAQ,IAAI,MAAM;IAWzB,IAAW,MAAM,IAAI,MAAM,CAE1B;IAEM,KAAK,IAAI,MAAM;IAQf,MAAM,CAAC,SAAS,EAAE,IAAI,GAAG,OAAO;IAQhC,UAAU,CAAC,SAAS,EAAE,IAAI,GAAG,IAAI;IAIjC,QAAQ,IAAI,MAAM,EAAE;IAapB,eAAe;IAOtB,IAAI,OAAO,IAAI,MAAM,EAAE,CAEtB;CACD"} \ No newline at end of file diff --git a/dist/types/structures/Collection.d.ts b/dist/types/structures/Collection.d.ts new file mode 100644 index 000000000..fa39bc74e --- /dev/null +++ b/dist/types/structures/Collection.d.ts @@ -0,0 +1,7 @@ +export declare class Collection extends Map { + filter(predicate: (value: V, key: K, map: this) => boolean): Collection; + map(callback: (value: V, key: K, map: this) => T): T[]; + valuesArray(): V[]; + random(): V; +} +//# sourceMappingURL=Collection.d.ts.map \ No newline at end of file diff --git a/dist/types/structures/Collection.d.ts.map b/dist/types/structures/Collection.d.ts.map new file mode 100644 index 000000000..ab93feb4c --- /dev/null +++ b/dist/types/structures/Collection.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Collection.d.ts","sourceRoot":"","sources":["../../../src/structures/Collection.ts"],"names":[],"mappings":"AAAA,qBAAa,UAAU,CAAC,CAAC,EAAE,CAAC,CAAE,SAAQ,GAAG,CAAC,CAAC,EAAE,CAAC,CAAC;IAC9C,MAAM,CAAC,SAAS,EAAE,CAAC,KAAK,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,IAAI,KAAK,OAAO,GAAG,UAAU,CAAC,CAAC,EAAE,CAAC,CAAC;IAU7E,GAAG,CAAC,CAAC,EAAE,QAAQ,EAAE,CAAC,KAAK,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,IAAI,KAAK,CAAC,GAAG,CAAC,EAAE;IAQzD,WAAW,IAAI,CAAC,EAAE;IAIlB,MAAM,IAAI,CAAC;CAQX"} \ No newline at end of file diff --git a/dist/types/structures/Hiscores.d.ts b/dist/types/structures/Hiscores.d.ts new file mode 100644 index 000000000..6f39f6f74 --- /dev/null +++ b/dist/types/structures/Hiscores.d.ts @@ -0,0 +1,12 @@ +import { hiscoreURLs } from "../constants"; +import Player from "./Player"; +export interface GetOptions { + type?: keyof typeof hiscoreURLs; + virtualLevels?: boolean; +} +declare class Hiscores { + fetch(username: string, options?: GetOptions): Promise; +} +declare const _default: Hiscores; +export default _default; +//# sourceMappingURL=Hiscores.d.ts.map \ No newline at end of file diff --git a/dist/types/structures/Hiscores.d.ts.map b/dist/types/structures/Hiscores.d.ts.map new file mode 100644 index 000000000..523475dae --- /dev/null +++ b/dist/types/structures/Hiscores.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Hiscores.d.ts","sourceRoot":"","sources":["../../../src/structures/Hiscores.ts"],"names":[],"mappings":"AAEA,OAAO,EAAyB,WAAW,EAAE,MAAM,cAAc,CAAC;AAIlE,OAAO,MAAM,MAAM,UAAU,CAAC;AAE9B,MAAM,WAAW,UAAU;IAC1B,IAAI,CAAC,EAAE,MAAM,OAAO,WAAW,CAAC;IAChC,aAAa,CAAC,EAAE,OAAO,CAAC;CACxB;AAOD,cAAM,QAAQ;IACA,KAAK,CACjB,QAAQ,EAAE,MAAM,EAChB,OAAO,GAAE,UAAqD,GAC5D,OAAO,CAAC,MAAM,CAAC;CA2ClB;;AAED,wBAA8B"} \ No newline at end of file diff --git a/dist/types/structures/Items.d.ts b/dist/types/structures/Items.d.ts new file mode 100644 index 000000000..1f0b8c52f --- /dev/null +++ b/dist/types/structures/Items.d.ts @@ -0,0 +1,18 @@ +import type { Item, ItemID } from "../meta/types"; +import { Collection } from "./Collection"; +export declare const itemNameMap: Map; +type ItemResolvable = number | string; +export interface ItemCollection { + [index: string]: Item; +} +export declare const CLUE_SCROLLS: number[]; +export declare const CLUE_SCROLL_NAMES: string[]; +export declare const USELESS_ITEMS: number[]; +declare class Items extends Collection { + get(item: ItemResolvable): Item | undefined; + modifyItem(itemName: ItemResolvable, data: Partial): void; + private resolveID; +} +declare const itemsExport: Items; +export default itemsExport; +//# sourceMappingURL=Items.d.ts.map \ No newline at end of file diff --git a/dist/types/structures/Items.d.ts.map b/dist/types/structures/Items.d.ts.map new file mode 100644 index 000000000..9957a6715 --- /dev/null +++ b/dist/types/structures/Items.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Items.d.ts","sourceRoot":"","sources":["../../../src/structures/Items.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAElD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAK1C,eAAO,MAAM,WAAW,EAAE,GAAG,CAAC,MAAM,EAAE,MAAM,CAAa,CAAC;AAE1D,KAAK,cAAc,GAAG,MAAM,GAAG,MAAM,CAAC;AACtC,MAAM,WAAW,cAAc;IAC9B,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;CACtB;AAED,eAAO,MAAM,YAAY,UAGxB,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,MAAM,EAOrC,CAAC;AAEF,eAAO,MAAM,aAAa,UAmBzB,CAAC;AAEF,cAAM,KAAM,SAAQ,UAAU,CAAC,MAAM,EAAE,IAAI,CAAC;IACpC,GAAG,CAAC,IAAI,EAAE,cAAc,GAAG,IAAI,GAAG,SAAS;IAMlD,UAAU,CAAC,QAAQ,EAAE,cAAc,EAAE,IAAI,EAAE,OAAO,CAAC,IAAI,CAAC;IAQxD,OAAO,CAAC,SAAS;CAWjB;AAED,QAAA,MAAM,WAAW,OAAc,CAAC;AAahC,eAAe,WAAW,CAAC"} \ No newline at end of file diff --git a/dist/types/structures/LootTable.d.ts b/dist/types/structures/LootTable.d.ts new file mode 100644 index 000000000..ca1a65c24 --- /dev/null +++ b/dist/types/structures/LootTable.d.ts @@ -0,0 +1,55 @@ +import Bank from "./Bank"; +export declare function reduceNumByPercent(value: number, percent: number): number; +export declare function randInt(min: number, max: number): number; +export declare function randFloat(min: number, max: number): number; +export declare function roll(upperLimit: number): boolean; +export interface LootTableOptions { + limit?: number; +} +export interface LootTableMoreOptions { + multiply?: boolean; + freeze?: boolean; +} +export interface LootTableItem { + item: number | LootTable; + weight?: number; + quantity: number | number[]; + options?: LootTableMoreOptions; +} +export interface OneInItems extends LootTableItem { + chance: number; +} +export declare function isArrayOfItemTuples(x: readonly unknown[]): x is [string, (number | number[])?][]; +export interface LootTableRollOptions { + tertiaryItemPercentageChanges?: Map; + targetBank?: Bank; +} +export default class LootTable { + length: number; + table: LootTableItem[]; + totalWeight: number; + limit?: number; + oneInItems: OneInItems[]; + tertiaryItems: OneInItems[]; + everyItems: LootTableItem[]; + allItems: number[]; + constructor(lootTableOptions?: LootTableOptions); + clone(): LootTable; + private resolveName; + private addToAllItems; + oneIn(chance: number, item: LootTable | number | string, quantity?: number | number[], options?: LootTableMoreOptions): this; + tertiary(chance: number, item: LootTable | number | string, quantity?: number | number[], options?: LootTableMoreOptions): this; + every(item: LootTable | number | string, quantity?: number | number[], options?: LootTableMoreOptions): this; + add(item: LootTable | number | string, quantity?: number[] | number, weight?: number, options?: LootTableMoreOptions): this; + private cachedOptimizedTable; + roll(quantity?: number): Bank; + roll(quantity: number, options: { + targetBank?: undefined; + } & LootTableRollOptions): Bank; + roll(quantity: number, options: { + targetBank: Bank; + } & LootTableRollOptions): null; + private addResultToLoot; + protected determineQuantity(quantity: number | number[]): number; +} +//# sourceMappingURL=LootTable.d.ts.map \ No newline at end of file diff --git a/dist/types/structures/LootTable.d.ts.map b/dist/types/structures/LootTable.d.ts.map new file mode 100644 index 000000000..9378c5335 --- /dev/null +++ b/dist/types/structures/LootTable.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"LootTable.d.ts","sourceRoot":"","sources":["../../../src/structures/LootTable.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/types/structures/Minigame.d.ts b/dist/types/structures/Minigame.d.ts new file mode 100644 index 000000000..983314e3e --- /dev/null +++ b/dist/types/structures/Minigame.d.ts @@ -0,0 +1,6 @@ +export default abstract class Minigame { + abstract id: number; + abstract name: string; + abstract aliases: string[]; +} +//# sourceMappingURL=Minigame.d.ts.map \ No newline at end of file diff --git a/dist/types/structures/Minigame.d.ts.map b/dist/types/structures/Minigame.d.ts.map new file mode 100644 index 000000000..db5c559ad --- /dev/null +++ b/dist/types/structures/Minigame.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Minigame.d.ts","sourceRoot":"","sources":["../../../src/structures/Minigame.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,CAAC,QAAQ,OAAO,QAAQ;IACrC,SAAgB,EAAE,EAAE,MAAM,CAAC;IAC3B,SAAgB,IAAI,EAAE,MAAM,CAAC;IAC7B,SAAgB,OAAO,EAAE,MAAM,EAAE,CAAC;CAClC"} \ No newline at end of file diff --git a/dist/types/structures/Monster.d.ts b/dist/types/structures/Monster.d.ts new file mode 100644 index 000000000..3846ea150 --- /dev/null +++ b/dist/types/structures/Monster.d.ts @@ -0,0 +1,13 @@ +import type { MonsterData } from "../meta/monsterData"; +import type { MonsterKillOptions, MonsterOptions } from "../meta/types"; +import type Bank from "./Bank"; +export default abstract class Monster { + id: number; + name: string; + aliases: string[]; + data: MonsterData; + allItems: number[]; + abstract kill(quantity: number, options: MonsterKillOptions): Bank; + constructor(options: MonsterOptions); +} +//# sourceMappingURL=Monster.d.ts.map \ No newline at end of file diff --git a/dist/types/structures/Monster.d.ts.map b/dist/types/structures/Monster.d.ts.map new file mode 100644 index 000000000..f427e0dba --- /dev/null +++ b/dist/types/structures/Monster.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Monster.d.ts","sourceRoot":"","sources":["../../../src/structures/Monster.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,KAAK,EAAE,kBAAkB,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AACxE,OAAO,KAAK,IAAI,MAAM,QAAQ,CAAC;AAI/B,MAAM,CAAC,OAAO,CAAC,QAAQ,OAAO,OAAO;IAC7B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,EAAE,CAAC;IAClB,IAAI,EAAE,WAAW,CAAC;IAClB,QAAQ,EAAE,MAAM,EAAE,CAAC;aACV,IAAI,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,EAAE,kBAAkB,GAAG,IAAI;gBAE7D,OAAO,EAAE,cAAc;CAWnC"} \ No newline at end of file diff --git a/dist/types/structures/OldSchoolJSError.d.ts b/dist/types/structures/OldSchoolJSError.d.ts new file mode 100644 index 000000000..f68d7f36d --- /dev/null +++ b/dist/types/structures/OldSchoolJSError.d.ts @@ -0,0 +1,7 @@ +import { type Errors } from "../constants"; +export default class OldSchoolJSError extends Error { + code: Errors; + description: string; + constructor(code: Errors); +} +//# sourceMappingURL=OldSchoolJSError.d.ts.map \ No newline at end of file diff --git a/dist/types/structures/OldSchoolJSError.d.ts.map b/dist/types/structures/OldSchoolJSError.d.ts.map new file mode 100644 index 000000000..4e777457d --- /dev/null +++ b/dist/types/structures/OldSchoolJSError.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"OldSchoolJSError.d.ts","sourceRoot":"","sources":["../../../src/structures/OldSchoolJSError.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqB,KAAK,MAAM,EAAE,MAAM,cAAc,CAAC;AAE9D,MAAM,CAAC,OAAO,OAAO,gBAAiB,SAAQ,KAAK;IAC3C,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,SAAM;gBAEL,IAAI,EAAE,MAAM;CAO/B"} \ No newline at end of file diff --git a/dist/types/structures/Openable.d.ts b/dist/types/structures/Openable.d.ts new file mode 100644 index 000000000..3654c6651 --- /dev/null +++ b/dist/types/structures/Openable.d.ts @@ -0,0 +1,11 @@ +import type { OpenableOpenOptions, OpenableOptions } from "../meta/types"; +import type Bank from "./Bank"; +export default abstract class Openable { + id: number; + name: string; + aliases: string[]; + abstract open(quantity: number, options: OpenableOpenOptions): Bank; + allItems: number[]; + constructor(options: OpenableOptions); +} +//# sourceMappingURL=Openable.d.ts.map \ No newline at end of file diff --git a/dist/types/structures/Openable.d.ts.map b/dist/types/structures/Openable.d.ts.map new file mode 100644 index 000000000..f4c145ff8 --- /dev/null +++ b/dist/types/structures/Openable.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Openable.d.ts","sourceRoot":"","sources":["../../../src/structures/Openable.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAC1E,OAAO,KAAK,IAAI,MAAM,QAAQ,CAAC;AAK/B,MAAM,CAAC,OAAO,CAAC,QAAQ,OAAO,QAAQ;IAI9B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,EAAE,CAAC;aACT,IAAI,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,EAAE,mBAAmB,GAAG,IAAI;IACnE,QAAQ,EAAE,MAAM,EAAE,CAAC;gBAEd,OAAO,EAAE,eAAe;CAMpC"} \ No newline at end of file diff --git a/dist/types/structures/Player.d.ts b/dist/types/structures/Player.d.ts new file mode 100644 index 000000000..149454b28 --- /dev/null +++ b/dist/types/structures/Player.d.ts @@ -0,0 +1,18 @@ +import type { hiscoreURLs } from "../constants"; +import type { BossRecords, CluesScore, MinigamesScore, Player as PlayerType, SkillsScore } from "../meta/types"; +declare class Player { + username: string; + skills: SkillsScore; + minigames: MinigamesScore; + bossRecords: BossRecords; + type: keyof typeof hiscoreURLs; + clues: CluesScore; + leaguePoints?: { + rank: number; + points: number; + }; + constructor(player: PlayerType); + get combatLevel(): number; +} +export default Player; +//# sourceMappingURL=Player.d.ts.map \ No newline at end of file diff --git a/dist/types/structures/Player.d.ts.map b/dist/types/structures/Player.d.ts.map new file mode 100644 index 000000000..7f86dcb20 --- /dev/null +++ b/dist/types/structures/Player.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Player.d.ts","sourceRoot":"","sources":["../../../src/structures/Player.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAChD,OAAO,KAAK,EAAE,WAAW,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,IAAI,UAAU,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAEhH,cAAM,MAAM;IACJ,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,WAAW,CAAC;IACpB,SAAS,EAAE,cAAc,CAAC;IAC1B,WAAW,EAAE,WAAW,CAAC;IACzB,IAAI,EAAE,MAAM,OAAO,WAAW,CAAC;IAC/B,KAAK,EAAE,UAAU,CAAC;IAClB,YAAY,CAAC,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,MAAM,CAAA;KAAE,CAAC;gBAEpC,MAAM,EAAE,UAAU;IAUrC,IAAW,WAAW,IAAI,MAAM,CAO/B;CACD;AAED,eAAe,MAAM,CAAC"} \ No newline at end of file diff --git a/dist/types/structures/SimpleMonster.d.ts b/dist/types/structures/SimpleMonster.d.ts new file mode 100644 index 000000000..5d6fb08e0 --- /dev/null +++ b/dist/types/structures/SimpleMonster.d.ts @@ -0,0 +1,22 @@ +import type { CustomKillLogic, MonsterKillOptions, MonsterOptions } from "../meta/types"; +import Bank from "./Bank"; +import type LootTable from "./LootTable"; +import Monster from "./Monster"; +interface SimpleMonsterOptions extends MonsterOptions { + table?: LootTable; + onTaskTable?: LootTable; + wildyCaveTable?: LootTable; + pickpocketTable?: LootTable; + customKillLogic?: CustomKillLogic; +} +export default class SimpleMonster extends Monster { + table?: LootTable; + onTaskTable?: LootTable; + wildyCaveTable?: LootTable; + pickpocketTable?: LootTable; + customKillLogic?: CustomKillLogic; + constructor(options: SimpleMonsterOptions); + kill(quantity?: number, options?: MonsterKillOptions): Bank; +} +export {}; +//# sourceMappingURL=SimpleMonster.d.ts.map \ No newline at end of file diff --git a/dist/types/structures/SimpleMonster.d.ts.map b/dist/types/structures/SimpleMonster.d.ts.map new file mode 100644 index 000000000..94b3d6730 --- /dev/null +++ b/dist/types/structures/SimpleMonster.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"SimpleMonster.d.ts","sourceRoot":"","sources":["../../../src/structures/SimpleMonster.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,eAAe,EAAE,kBAAkB,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAQzF,OAAO,IAAI,MAAM,QAAQ,CAAC;AAC1B,OAAO,KAAK,SAAS,MAAM,aAAa,CAAC;AACzC,OAAO,OAAO,MAAM,WAAW,CAAC;AAEhC,UAAU,oBAAqB,SAAQ,cAAc;IACpD,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,cAAc,CAAC,EAAE,SAAS,CAAC;IAC3B,eAAe,CAAC,EAAE,SAAS,CAAC;IAC5B,eAAe,CAAC,EAAE,eAAe,CAAC;CAClC;AAED,MAAM,CAAC,OAAO,OAAO,aAAc,SAAQ,OAAO;IAC1C,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,cAAc,CAAC,EAAE,SAAS,CAAC;IAC3B,eAAe,CAAC,EAAE,SAAS,CAAC;IAC5B,eAAe,CAAC,EAAE,eAAe,CAAC;gBAE7B,OAAO,EAAE,oBAAoB;IAgBlC,IAAI,CAAC,QAAQ,SAAI,EAAE,OAAO,GAAE,kBAAuB,GAAG,IAAI;CA2DjE"} \ No newline at end of file diff --git a/dist/types/structures/SimpleOpenable.d.ts b/dist/types/structures/SimpleOpenable.d.ts new file mode 100644 index 000000000..f549c1ffd --- /dev/null +++ b/dist/types/structures/SimpleOpenable.d.ts @@ -0,0 +1,14 @@ +import type { OpenableOptions } from "../meta/types"; +import Bank from "./Bank"; +import type LootTable from "./LootTable"; +import Openable from "./Openable"; +interface SimpleOpenableOptions extends OpenableOptions { + table: LootTable; +} +export default class SimpleOpenable extends Openable { + table: LootTable; + constructor(options: SimpleOpenableOptions); + open(quantity?: number): Bank; +} +export {}; +//# sourceMappingURL=SimpleOpenable.d.ts.map \ No newline at end of file diff --git a/dist/types/structures/SimpleOpenable.d.ts.map b/dist/types/structures/SimpleOpenable.d.ts.map new file mode 100644 index 000000000..c08f6dc49 --- /dev/null +++ b/dist/types/structures/SimpleOpenable.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"SimpleOpenable.d.ts","sourceRoot":"","sources":["../../../src/structures/SimpleOpenable.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AACrD,OAAO,IAAI,MAAM,QAAQ,CAAC;AAC1B,OAAO,KAAK,SAAS,MAAM,aAAa,CAAC;AACzC,OAAO,QAAQ,MAAM,YAAY,CAAC;AAElC,UAAU,qBAAsB,SAAQ,eAAe;IACtD,KAAK,EAAE,SAAS,CAAC;CACjB;AAED,MAAM,CAAC,OAAO,OAAO,cAAe,SAAQ,QAAQ;IAC5C,KAAK,EAAE,SAAS,CAAC;gBAEZ,OAAO,EAAE,qBAAqB;IAKnC,IAAI,CAAC,QAAQ,SAAI;CASxB"} \ No newline at end of file diff --git a/dist/types/structures/SimpleTable.d.ts b/dist/types/structures/SimpleTable.d.ts new file mode 100644 index 000000000..4964581e9 --- /dev/null +++ b/dist/types/structures/SimpleTable.d.ts @@ -0,0 +1,11 @@ +import type { SimpleTableItem } from "../meta/types"; +export default class SimpleTable { + length: number; + table: SimpleTableItem[]; + totalWeight: number; + constructor(); + add(item: T, weight?: number): this; + delete(item: T): this; + roll(): SimpleTableItem["item"]; +} +//# sourceMappingURL=SimpleTable.d.ts.map \ No newline at end of file diff --git a/dist/types/structures/SimpleTable.d.ts.map b/dist/types/structures/SimpleTable.d.ts.map new file mode 100644 index 000000000..f02989d9d --- /dev/null +++ b/dist/types/structures/SimpleTable.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"SimpleTable.d.ts","sourceRoot":"","sources":["../../../src/structures/SimpleTable.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAErD,MAAM,CAAC,OAAO,OAAO,WAAW,CAAC,CAAC;IAC1B,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,eAAe,CAAC,CAAC,CAAC,EAAE,CAAC;IAC5B,WAAW,EAAE,MAAM,CAAC;;IAQpB,GAAG,CAAC,IAAI,EAAE,CAAC,EAAE,MAAM,SAAI,GAAG,IAAI;IAY9B,MAAM,CAAC,IAAI,EAAE,CAAC,GAAG,IAAI;IAcrB,IAAI,IAAI,eAAe,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC;CAoBzC"} \ No newline at end of file diff --git a/dist/types/structures/Wiki.d.ts b/dist/types/structures/Wiki.d.ts new file mode 100644 index 000000000..24c4a7278 --- /dev/null +++ b/dist/types/structures/Wiki.d.ts @@ -0,0 +1,14 @@ +import type { WikiPage } from "../meta/types"; +declare class Wiki { + private URL; + private searchOptions; + private commonPageAPIOptions; + fetchPage(pageID: number): Promise; + random(amount?: number): Promise; + search(query: string): Promise; + private parseRawPage; + fetchAPI(query: any): Promise; +} +declare const _default: Wiki; +export default _default; +//# sourceMappingURL=Wiki.d.ts.map \ No newline at end of file diff --git a/dist/types/structures/Wiki.d.ts.map b/dist/types/structures/Wiki.d.ts.map new file mode 100644 index 000000000..b7e11c969 --- /dev/null +++ b/dist/types/structures/Wiki.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Wiki.d.ts","sourceRoot":"","sources":["../../../src/structures/Wiki.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAE9C,cAAM,IAAI;IACT,OAAO,CAAC,GAAG,CAA8C;IACzD,OAAO,CAAC,aAAa,CAEnB;IAEF,OAAO,CAAC,oBAAoB,CAW1B;IAEW,SAAS,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO,CAAC,QAAQ,GAAG,SAAS,CAAC;IAUxD,MAAM,CAAC,MAAM,SAAK,GAAG,OAAO,CAAC,QAAQ,EAAE,CAAC;IAWxC,MAAM,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAAC,QAAQ,EAAE,CAAC;IAiBvD,OAAO,CAAC,YAAY;IAYb,QAAQ,CAAC,KAAK,EAAE,GAAG,GAAG,OAAO,CAAC,GAAG,CAAC;CAKzC;;AAED,wBAA0B"} \ No newline at end of file diff --git a/dist/types/util/bank.d.ts b/dist/types/util/bank.d.ts new file mode 100644 index 000000000..439768f9b --- /dev/null +++ b/dist/types/util/bank.d.ts @@ -0,0 +1,14 @@ +import type { ItemBank } from "../meta/types"; +import Bank from "../structures/Bank"; +export declare function resolveNameBank(nameBank: Record): Record; +export declare function resolveBank(bank: Record): ItemBank; +export declare function addItemToBank(bank: ItemBank, itemID: number, amountToAdd?: number): ItemBank; +export declare function fasterResolveBank(bank: ItemBank): ItemBank; +export declare function increaseBankQuantitesByPercent(bank: Bank, percent: number, whitelist?: number[] | null): void; +export declare function convertBankToPerHourStats(bank: Bank, time: number): string[]; +export declare function calcDropRatesFromBank(bank: Bank, iterations: number, uniques: number[]): string; +export declare function calcDropRatesFromBankWithoutUniques(bank: Bank, iterations: number): string[]; +export declare function addBanks(banks: ItemBank[]): Bank; +export declare function averageBank(bank: Bank, kc: number): Bank; +export declare function generateRandomBank(size?: number, amountPerItem?: number): Bank; +//# sourceMappingURL=bank.d.ts.map \ No newline at end of file diff --git a/dist/types/util/bank.d.ts.map b/dist/types/util/bank.d.ts.map new file mode 100644 index 000000000..096562631 --- /dev/null +++ b/dist/types/util/bank.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"bank.d.ts","sourceRoot":"","sources":["../../../src/util/bank.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAC9C,OAAO,IAAI,MAAM,oBAAoB,CAAC;AAQtC,wBAAgB,eAAe,CAAC,CAAC,EAAE,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,CAAC,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,CAAC,CAAC,CAQjF;AAMD,wBAAgB,WAAW,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,QAAQ,CAUlE;AAQD,wBAAgB,aAAa,CAAC,IAAI,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,WAAW,SAAI,GAAG,QAAQ,CAOvF;AAED,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,QAAQ,YAO/C;AAED,wBAAgB,8BAA8B,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,EAAE,SAAS,GAAE,MAAM,EAAE,GAAG,IAAW,QAM5G;AAED,wBAAgB,yBAAyB,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,YAMjE;AAED,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,IAAI,EAAE,UAAU,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,UAoBtF;AAED,wBAAgB,mCAAmC,CAAC,IAAI,EAAE,IAAI,EAAE,UAAU,EAAE,MAAM,YAQjF;AAED,wBAAgB,QAAQ,CAAC,KAAK,EAAE,QAAQ,EAAE,GAAG,IAAI,CAMhD;AAED,wBAAgB,WAAW,CAAC,IAAI,EAAE,IAAI,EAAE,EAAE,EAAE,MAAM,QAMjD;AAED,wBAAgB,kBAAkB,CAAC,IAAI,SAAM,EAAE,aAAa,SAAQ,QAMnE"} \ No newline at end of file diff --git a/dist/types/util/cleanString.d.ts b/dist/types/util/cleanString.d.ts new file mode 100644 index 000000000..bb2fa6da6 --- /dev/null +++ b/dist/types/util/cleanString.d.ts @@ -0,0 +1,2 @@ +export declare function cleanString(str: string): string; +//# sourceMappingURL=cleanString.d.ts.map \ No newline at end of file diff --git a/dist/types/util/cleanString.d.ts.map b/dist/types/util/cleanString.d.ts.map new file mode 100644 index 000000000..5afa1284b --- /dev/null +++ b/dist/types/util/cleanString.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"cleanString.d.ts","sourceRoot":"","sources":["../../../src/util/cleanString.ts"],"names":[],"mappings":"AAIA,wBAAgB,WAAW,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAE/C"} \ No newline at end of file diff --git a/dist/types/util/index.d.ts b/dist/types/util/index.d.ts new file mode 100644 index 000000000..57ed9e253 --- /dev/null +++ b/dist/types/util/index.d.ts @@ -0,0 +1,4 @@ +export * from "./bank"; +export { default as itemID } from "./itemID"; +export * from "./util"; +//# sourceMappingURL=index.d.ts.map \ No newline at end of file diff --git a/dist/types/util/index.d.ts.map b/dist/types/util/index.d.ts.map new file mode 100644 index 000000000..902b39743 --- /dev/null +++ b/dist/types/util/index.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/util/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,UAAU,CAAC;AAC7C,cAAc,QAAQ,CAAC"} \ No newline at end of file diff --git a/dist/types/util/itemID.d.ts b/dist/types/util/itemID.d.ts new file mode 100644 index 000000000..203ae05c8 --- /dev/null +++ b/dist/types/util/itemID.d.ts @@ -0,0 +1,2 @@ +export default function itemID(name: string): number; +//# sourceMappingURL=itemID.d.ts.map \ No newline at end of file diff --git a/dist/types/util/itemID.d.ts.map b/dist/types/util/itemID.d.ts.map new file mode 100644 index 000000000..bb033668f --- /dev/null +++ b/dist/types/util/itemID.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"itemID.d.ts","sourceRoot":"","sources":["../../../src/util/itemID.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,OAAO,UAAU,MAAM,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAMnD"} \ No newline at end of file diff --git a/dist/types/util/smallUtils.d.ts b/dist/types/util/smallUtils.d.ts new file mode 100644 index 000000000..23b052b1e --- /dev/null +++ b/dist/types/util/smallUtils.d.ts @@ -0,0 +1,3 @@ +export declare function toKMB(number: number): string; +export declare function fromKMB(number: string): number; +//# sourceMappingURL=smallUtils.d.ts.map \ No newline at end of file diff --git a/dist/types/util/smallUtils.d.ts.map b/dist/types/util/smallUtils.d.ts.map new file mode 100644 index 000000000..4518c3db2 --- /dev/null +++ b/dist/types/util/smallUtils.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"smallUtils.d.ts","sourceRoot":"","sources":["../../../src/util/smallUtils.ts"],"names":[],"mappings":"AAEA,wBAAgB,KAAK,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAS5C;AAED,wBAAgB,OAAO,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAc9C"} \ No newline at end of file diff --git a/dist/types/util/util.d.ts b/dist/types/util/util.d.ts new file mode 100644 index 000000000..f19d1ae7c --- /dev/null +++ b/dist/types/util/util.d.ts @@ -0,0 +1,37 @@ +import { type hiscoreURLs } from "../constants"; +import type { CustomKillLogic, Item } from "../meta/types"; +import LootTable from "../structures/LootTable"; +import type Player from "../structures/Player"; +export declare function resolvePlayerFromHiscores(csvData: string, accountType: keyof typeof hiscoreURLs): Player; +export declare function isValidUsername(username: string): boolean; +export declare function convertLVLtoXP(lvl: number): number; +export declare function convertXPtoLVL(xp: number, cap?: number): number; +export declare function getBrimKeyChanceFromCBLevel(combatLevel: number): number; +export declare function getLarranKeyChanceFromCBLevel(combatLevel: number, slayerMonster: boolean): number; +export declare function JSONClone(object: O): O; +export declare function getAncientShardChanceFromHP(hitpoints: number): number; +export declare function getTotemChanceFromHP(hitpoints: number): number; +export declare function getSlayersEnchantmentChanceFromHP(hitpoints: number): number; +export interface RevTable { + uniqueTable: RevTableItem; + ancientEmblem: RevTableItem; + ancientTotem: RevTableItem; + ancientCrystal: RevTableItem; + ancientStatuette: RevTableItem; + topThree: RevTableItem; + seeds: RevTableItem; +} +type RevTableItem = [number, number]; +export declare const revsUniqueTable: LootTable; +export declare function makeRevTable(table: RevTable): CustomKillLogic; +export declare function randomVariation(value: number, percentage: number): number; +export declare function getItem(itemName: string | number | undefined): Item | null; +export declare function getItemOrThrow(itemName: string | number | undefined): Item; +export declare function resolveItems(_itemArray: string | number | (string | number)[]): number[]; +type ResolvableItem = number | string; +export type ArrayItemsResolvable = (ResolvableItem | ResolvableItem[])[]; +export type ArrayItemsResolved = (number | number[])[]; +export declare function deepResolveItems(itemArray: ArrayItemsResolvable): ArrayItemsResolved; +export declare function itemTupleToTable(items: [string, number | [number, number]][]): LootTable; +export * from "./smallUtils"; +//# sourceMappingURL=util.d.ts.map \ No newline at end of file diff --git a/dist/types/util/util.d.ts.map b/dist/types/util/util.d.ts.map new file mode 100644 index 000000000..1c28155e1 --- /dev/null +++ b/dist/types/util/util.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"util.d.ts","sourceRoot":"","sources":["../../../src/util/util.ts"],"names":[],"mappings":"AAEA,OAAO,EAA4B,KAAK,WAAW,EAAmB,MAAM,cAAc,CAAC;AAC3F,OAAO,KAAK,EAAE,eAAe,EAAE,IAAI,EAAsB,MAAM,eAAe,CAAC;AAG/E,OAAO,SAAS,MAAM,yBAAyB,CAAC;AAChD,OAAO,KAAK,MAAM,MAAM,sBAAsB,CAAC;AAE/C,wBAAgB,yBAAyB,CAAC,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,OAAO,WAAW,GAAG,MAAM,CAuExG;AAMD,wBAAgB,eAAe,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAEzD;AAED,wBAAgB,cAAc,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAQlD;AAED,wBAAgB,cAAc,CAAC,EAAE,EAAE,MAAM,EAAE,GAAG,SAAK,GAAG,MAAM,CAY3D;AAED,wBAAgB,2BAA2B,CAAC,WAAW,EAAE,MAAM,GAAG,MAAM,CAMvE;AAED,wBAAgB,6BAA6B,CAAC,WAAW,EAAE,MAAM,EAAE,aAAa,EAAE,OAAO,GAAG,MAAM,CAejG;AAED,wBAAgB,SAAS,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,GAAG,CAAC,CAEzC;AAED,wBAAgB,2BAA2B,CAAC,SAAS,EAAE,MAAM,GAAG,MAAM,CAErE;AAED,wBAAgB,oBAAoB,CAAC,SAAS,EAAE,MAAM,GAAG,MAAM,CAE9D;AAED,wBAAgB,iCAAiC,CAAC,SAAS,EAAE,MAAM,GAAG,MAAM,CAG3E;AAED,MAAM,WAAW,QAAQ;IACxB,WAAW,EAAE,YAAY,CAAC;IAC1B,aAAa,EAAE,YAAY,CAAC;IAC5B,YAAY,EAAE,YAAY,CAAC;IAC3B,cAAc,EAAE,YAAY,CAAC;IAC7B,gBAAgB,EAAE,YAAY,CAAC;IAC/B,QAAQ,EAAE,YAAY,CAAC;IACvB,KAAK,EAAE,YAAY,CAAC;CACpB;AAED,KAAK,YAAY,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;AAErC,eAAO,MAAM,eAAe,WAIU,CAAC;AAEvC,wBAAgB,YAAY,CAAC,KAAK,EAAE,QAAQ,GAAG,eAAe,CAiC7D;AAQD,wBAAgB,eAAe,CAAC,KAAK,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,UAIhE;AAED,wBAAgB,OAAO,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,GAAG,IAAI,GAAG,IAAI,CAa1E;AAED,wBAAgB,cAAc,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,GAAG,IAAI,CAI1E;AAED,wBAAgB,YAAY,CAAC,UAAU,EAAE,MAAM,GAAG,MAAM,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,GAAG,MAAM,EAAE,CAiBxF;AAED,KAAK,cAAc,GAAG,MAAM,GAAG,MAAM,CAAC;AACtC,MAAM,MAAM,oBAAoB,GAAG,CAAC,cAAc,GAAG,cAAc,EAAE,CAAC,EAAE,CAAC;AACzE,MAAM,MAAM,kBAAkB,GAAG,CAAC,MAAM,GAAG,MAAM,EAAE,CAAC,EAAE,CAAC;AACvD,wBAAgB,gBAAgB,CAAC,SAAS,EAAE,oBAAoB,GAAG,kBAAkB,CAmBpF;AAED,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,CAAC,MAAM,EAAE,MAAM,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,EAAE,GAAG,SAAS,CAMxF;AAED,cAAc,cAAc,CAAC"} \ No newline at end of file diff --git a/esbuild.cjs b/esbuild.cjs index bc10d3327..70847cda2 100644 --- a/esbuild.cjs +++ b/esbuild.cjs @@ -1,30 +1,30 @@ const esbuild = require('esbuild'); +const minifyJsonPlugin = { + name: 'minify-json', + setup(build) { + build.onLoad({ filter: /\.json$/ }, async (args) => { + const fs = require('fs/promises'); + const jsonContent = await fs.readFile(args.path, 'utf8'); + const minifiedContent = JSON.stringify(JSON.parse(jsonContent)); + return { + contents: minifiedContent, + loader: 'copy', + }; + }); + }, +}; + const baseConfig = { keepNames: true, minify: true, + plugins: [minifyJsonPlugin], external: ['node-fetch'], loader: { '.json': 'copy', }, } -esbuild.build({ - ...baseConfig, - entryPoints: ['src/index.ts'], - bundle: true, - outdir: 'dist/esm', - sourcemap: false, - platform: 'node', - format: 'esm', - target: 'node20', - external: ['node-fetch'], - loader: { - '.json': 'copy', - }, - logLevel: 'silent', -}).catch(() => process.exit(1)); - esbuild.build({ ...baseConfig, entryPoints: ['src/index.ts'], @@ -44,9 +44,7 @@ esbuild.build({ sourcemap: true, format: 'esm', target: 'esnext', - outdir: './dist/clean', + outdir: './dist/esm', platform: 'node', - external: ['node-fetch'], - plugins: [], outExtension: { '.js': '.mjs' }, -}).catch(() => process.exit(1)); \ No newline at end of file +}).catch(() => process.exit(1)); diff --git a/scripts/prepareItems.ts b/scripts/prepareItems.ts index aadeae3d0..0c176b7ab 100644 --- a/scripts/prepareItems.ts +++ b/scripts/prepareItems.ts @@ -94,8 +94,6 @@ const manualItems: Item[] = [ lowalch: 30_000, highalch: 45_000, weight: 0.004, - release_date: "2023-07-26", - examine: "A powerful ring used to see into other realms...", wiki_name: "Ring of shadows (uncharged)", wiki_url: "https://oldschool.runescape.wiki/w/Ring_of_shadows#Uncharged", equipment: { @@ -123,8 +121,6 @@ const manualItems: Item[] = [ name: "Ancient lamp", cost: 1, weight: 0.1, - release_date: "2023-07-26", - examine: "Good for rubbing.", wiki_name: "Ancient lamp", wiki_url: "https://oldschool.runescape.wiki/w/Ancient_lamp", price: 0, @@ -140,8 +136,6 @@ const manualItems: Item[] = [ lowalch: 40, highalch: 60, weight: 3.175, - release_date: "2023-05-17", - examine: "A scaled blue dragonhide.", wiki_name: "Scaly blue dragonhide", wiki_url: "https://oldschool.runescape.wiki/w/Scaly_blue_dragonhide", price: 2011, @@ -302,7 +296,10 @@ export default async function prepareItems(): Promise { "linked_id_noted", "linked_id_placeholder", "stacked", + "release_date", "quest_item", + "weight", + "examine", ]) { // @ts-ignore delete item[delKey]; @@ -320,8 +317,6 @@ export default async function prepareItems(): Promise { "equipable_weapon", "weight", "buy_limit", - "release_date", - "examine", "wiki_name", "wiki_url", "equipment", @@ -416,7 +411,6 @@ export default async function prepareItems(): Promise { item.highalch = previousItem.highalch; item.wiki_url = previousItem.wiki_url; item.wiki_name = previousItem.wiki_name; - item.release_date = previousItem.release_date; if (previousItem.equipment?.requirements) { // @ts-ignore ignore item.equipment = { diff --git a/src/data/items/item_data.json b/src/data/items/item_data.json index 27cb76173..e35a5a40e 100644 --- a/src/data/items/item_data.json +++ b/src/data/items/item_data.json @@ -6,9 +6,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 16, - "release_date": "2003-05-27", - "examine": "The body of a Dwarf savaged by Goblins.", "wiki_name": "Dwarf remains", "wiki_url": "https://oldschool.runescape.wiki/w/Dwarf_remains", "price": 0 @@ -18,9 +15,6 @@ "name": "Toolkit", "members": true, "cost": 1, - "weight": 0.453, - "release_date": "2003-05-27", - "examine": "Good for repairing broken cannons.", "wiki_name": "Toolkit", "wiki_url": "https://oldschool.runescape.wiki/w/Toolkit", "price": 0 @@ -36,8 +30,6 @@ "lowalch": 2, "highalch": 3, "buy_limit": 11000, - "release_date": "2003-05-27", - "examine": "Ammo for the Dwarf Cannon.", "wiki_name": "Cannonball", "wiki_url": "https://oldschool.runescape.wiki/w/Cannonball", "price": 194 @@ -47,9 +39,6 @@ "name": "Nulodion's notes", "members": true, "cost": 1, - "weight": 0.028, - "release_date": "2003-05-27", - "examine": "Construction notes for Dwarf cannon ammo.", "wiki_name": "Nulodion's notes", "wiki_url": "https://oldschool.runescape.wiki/w/Nulodion's_notes", "price": 0 @@ -61,9 +50,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 4.535, - "release_date": "2003-05-27", - "examine": "Used to make cannon ammunition.", "wiki_name": "Ammo mould", "wiki_url": "https://oldschool.runescape.wiki/w/Ammo_mould", "price": 0 @@ -75,9 +61,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.51, - "release_date": "2003-05-27", - "examine": "An old note book.", "wiki_name": "Instruction manual", "wiki_url": "https://oldschool.runescape.wiki/w/Instruction_manual", "price": 0 @@ -92,10 +75,7 @@ "cost": 187500, "lowalch": 75000, "highalch": 112500, - "weight": 10, "buy_limit": 70, - "release_date": "2003-05-27", - "examine": "The cannon is built on this.", "wiki_name": "Cannon base", "wiki_url": "https://oldschool.runescape.wiki/w/Cannon_base", "price": 197810 @@ -110,10 +90,7 @@ "cost": 187500, "lowalch": 75000, "highalch": 112500, - "weight": 0.907, "buy_limit": 70, - "release_date": "2003-05-27", - "examine": "The mounting for the multicannon.", "wiki_name": "Cannon stand", "wiki_url": "https://oldschool.runescape.wiki/w/Cannon_stand", "price": 184142 @@ -128,10 +105,7 @@ "cost": 187500, "lowalch": 75000, "highalch": 112500, - "weight": 15, "buy_limit": 70, - "release_date": "2003-05-27", - "examine": "The barrels of the multicannon.", "wiki_name": "Cannon barrels", "wiki_url": "https://oldschool.runescape.wiki/w/Cannon_barrels", "price": 180237 @@ -146,10 +120,7 @@ "cost": 187500, "lowalch": 75000, "highalch": 112500, - "weight": 5, "buy_limit": 70, - "release_date": "2003-05-27", - "examine": "This powers the multicannon.", "wiki_name": "Cannon furnace", "wiki_url": "https://oldschool.runescape.wiki/w/Cannon_furnace", "price": 188954 @@ -160,8 +131,6 @@ "members": true, "stackable": true, "cost": 1, - "release_date": "2003-05-27", - "examine": "A metal railing replacement.", "wiki_name": "Railing", "wiki_url": "https://oldschool.runescape.wiki/w/Railing", "price": 0 @@ -173,9 +142,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.028, - "release_date": "2002-07-23", - "examine": "A cloth given to me by Sir Galahad.", "wiki_name": "Holy table napkin", "wiki_url": "https://oldschool.runescape.wiki/w/Holy_table_napkin", "price": 0 @@ -187,9 +153,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.005, - "release_date": "2002-07-23", - "examine": "A small tin whistle.", "wiki_name": "Magic whistle", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_whistle", "price": 0 @@ -201,9 +164,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.028, - "release_date": "2002-07-23", - "examine": "I wonder what happens when I ring it?", "wiki_name": "Grail bell", "wiki_url": "https://oldschool.runescape.wiki/w/Grail_bell", "price": 0 @@ -215,9 +175,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.005, - "release_date": "2002-07-23", - "examine": "It will point the way for me.", "wiki_name": "Magic gold feather", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_gold_feather", "price": 0 @@ -229,9 +186,6 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "weight": 0.085, - "release_date": "2002-07-23", - "examine": "A holy and powerful artefact.", "wiki_name": "Holy grail (item)", "wiki_url": "https://oldschool.runescape.wiki/w/Holy_grail_(item)", "price": 0 @@ -243,9 +197,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2002-06-17", - "examine": "A cog from some machinery.", "wiki_name": "White cog", "wiki_url": "https://oldschool.runescape.wiki/w/White_cog", "price": 0 @@ -257,9 +208,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2002-06-17", - "examine": "A cog from some machinery.", "wiki_name": "Black cog", "wiki_url": "https://oldschool.runescape.wiki/w/Black_cog", "price": 0 @@ -271,9 +219,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2002-06-17", - "examine": "A cog from some machinery.", "wiki_name": "Blue cog", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_cog", "price": 0 @@ -285,9 +230,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2002-06-17", - "examine": "A cog from some machinery.", "wiki_name": "Red cog", "wiki_url": "https://oldschool.runescape.wiki/w/Red_cog", "price": 0 @@ -299,9 +241,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.141, - "release_date": "2002-06-17", - "examine": "Doesn't look very tasty.", "wiki_name": "Rat poison", "wiki_url": "https://oldschool.runescape.wiki/w/Rat_poison", "price": 0 @@ -314,8 +253,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2002-05-28", - "examine": "Wormy.", "wiki_name": "Red vine worm", "wiki_url": "https://oldschool.runescape.wiki/w/Red_vine_worm", "price": 0 @@ -327,9 +264,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.085, - "release_date": "2002-05-28", - "examine": "Hemenster fishing contest trophy.", "wiki_name": "Fishing trophy", "wiki_url": "https://oldschool.runescape.wiki/w/Fishing_trophy", "price": 0 @@ -341,9 +275,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.006, - "release_date": "2002-05-28", - "examine": "Pass to the Hemenster fishing contest.", "wiki_name": "Fishing pass", "wiki_url": "https://oldschool.runescape.wiki/w/Fishing_pass", "price": 0 @@ -358,10 +289,7 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "weight": 0.028, "buy_limit": 15, - "release_date": "2002-02-27", - "examine": "Drives away all known 6 legged creatures.", "wiki_name": "Insect repellent", "wiki_url": "https://oldschool.runescape.wiki/w/Insect_repellent", "price": 588 @@ -376,10 +304,7 @@ "cost": 6, "lowalch": 2, "highalch": 3, - "weight": 2.5, "buy_limit": 15, - "release_date": "2002-02-27", - "examine": "It's a bucket of wax.", "wiki_name": "Bucket of wax", "wiki_url": "https://oldschool.runescape.wiki/w/Bucket_of_wax", "price": 723 @@ -391,9 +316,6 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "weight": 0.028, - "release_date": "2002-02-27", - "examine": "A lit spooky candle.", "wiki_name": "Black candle (Lit)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_candle#Lit", "price": 0 @@ -405,9 +327,6 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "weight": 0.028, - "release_date": "2002-02-27", - "examine": "A lit candle.", "wiki_name": "Candle (Lit)", "wiki_url": "https://oldschool.runescape.wiki/w/Candle#Lit", "price": 0 @@ -422,9 +341,6 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 2.267, - "release_date": "2002-02-27", - "examine": "This used to belong to King Arthur.", "wiki_name": "Excalibur", "wiki_url": "https://oldschool.runescape.wiki/w/Excalibur", "equipment": { @@ -493,10 +409,7 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "weight": 0.028, "buy_limit": 40, - "release_date": "2002-02-27", - "examine": "A candle.", "wiki_name": "Candle (Unlit)", "wiki_url": "https://oldschool.runescape.wiki/w/Candle#Unlit", "price": 718 @@ -508,9 +421,6 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "weight": 0.028, - "release_date": "2002-02-27", - "examine": "A spooky candle.", "wiki_name": "Black candle (Unlit)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_candle#Unlit", "price": 0 @@ -526,8 +436,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 10000, - "release_date": "2002-03-25", - "examine": "I can make some arrows with these.", "wiki_name": "Bronze arrowtips", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_arrowtips", "price": 2 @@ -543,8 +451,6 @@ "lowalch": 0, "highalch": 1, "buy_limit": 10000, - "release_date": "2002-03-25", - "examine": "I can make some arrows with these.", "wiki_name": "Iron arrowtips", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_arrowtips", "price": 9 @@ -560,8 +466,6 @@ "lowalch": 2, "highalch": 3, "buy_limit": 10000, - "release_date": "2002-03-25", - "examine": "I can make some arrows with these.", "wiki_name": "Steel arrowtips", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_arrowtips", "price": 36 @@ -577,8 +481,6 @@ "lowalch": 6, "highalch": 9, "buy_limit": 10000, - "release_date": "2002-03-25", - "examine": "I can make some arrows with these.", "wiki_name": "Mithril arrowtips", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_arrowtips", "price": 41 @@ -594,8 +496,6 @@ "lowalch": 16, "highalch": 24, "buy_limit": 10000, - "release_date": "2002-03-25", - "examine": "I can make some arrows with these.", "wiki_name": "Adamant arrowtips", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_arrowtips", "price": 113 @@ -611,8 +511,6 @@ "lowalch": 80, "highalch": 120, "buy_limit": 10000, - "release_date": "2002-03-25", - "examine": "I can make some arrows with these.", "wiki_name": "Rune arrowtips", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_arrowtips", "price": 285 @@ -628,8 +526,6 @@ "lowalch": 2, "highalch": 4, "buy_limit": 11000, - "release_date": "2004-03-29", - "examine": "Opal bolt tips.", "wiki_name": "Opal bolt tips", "wiki_url": "https://oldschool.runescape.wiki/w/Opal_bolt_tips", "price": 154 @@ -645,8 +541,6 @@ "lowalch": 4, "highalch": 7, "buy_limit": 11000, - "release_date": "2002-09-09", - "examine": "Pearl bolt tips.", "wiki_name": "Pearl bolt tips", "wiki_url": "https://oldschool.runescape.wiki/w/Pearl_bolt_tips", "price": 91 @@ -662,8 +556,6 @@ "lowalch": 38, "highalch": 57, "buy_limit": 11000, - "release_date": "2004-03-29", - "examine": "I can make bolts with these.", "wiki_name": "Barb bolttips", "wiki_url": "https://oldschool.runescape.wiki/w/Barb_bolttips", "price": 77 @@ -678,10 +570,7 @@ "cost": 60, "lowalch": 24, "highalch": 36, - "weight": 1.332, "buy_limit": 10000, - "release_date": "2002-03-25", - "examine": "I need to find a string for this.", "wiki_name": "Longbow (u)", "wiki_url": "https://oldschool.runescape.wiki/w/Longbow_(u)", "price": 6 @@ -696,10 +585,7 @@ "cost": 23, "lowalch": 9, "highalch": 13, - "weight": 0.992, "buy_limit": 10000, - "release_date": "2002-03-25", - "examine": "I need to find a string for this.", "wiki_name": "Shortbow (u)", "wiki_url": "https://oldschool.runescape.wiki/w/Shortbow_(u)", "price": 31 @@ -715,8 +601,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 7000, - "release_date": "2002-03-25", - "examine": "A wooden arrow shaft.", "wiki_name": "Arrow shaft", "wiki_url": "https://oldschool.runescape.wiki/w/Arrow_shaft", "price": 2 @@ -732,8 +616,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 11000, - "release_date": "2002-03-25", - "examine": "A wooden arrow shaft with flights attached.", "wiki_name": "Headless arrow", "wiki_url": "https://oldschool.runescape.wiki/w/Headless_arrow", "price": 11 @@ -748,10 +630,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.992, "buy_limit": 10000, - "release_date": "2002-03-25", - "examine": "An unstrung oak shortbow; I need a bowstring for this.", "wiki_name": "Oak shortbow (u)", "wiki_url": "https://oldschool.runescape.wiki/w/Oak_shortbow_(u)", "price": 39 @@ -766,10 +645,7 @@ "cost": 80, "lowalch": 32, "highalch": 48, - "weight": 1.332, "buy_limit": 10000, - "release_date": "2002-03-25", - "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": 18 @@ -784,10 +660,7 @@ "cost": 160, "lowalch": 64, "highalch": 96, - "weight": 1.332, "buy_limit": 10000, - "release_date": "2002-03-25", - "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": 72 @@ -802,10 +675,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.992, "buy_limit": 10000, - "release_date": "2002-03-25", - "examine": "An unstrung willow shortbow; I need a bowstring for this.", "wiki_name": "Willow shortbow (u)", "wiki_url": "https://oldschool.runescape.wiki/w/Willow_shortbow_(u)", "price": 26 @@ -820,10 +690,7 @@ "cost": 320, "lowalch": 128, "highalch": 192, - "weight": 1.332, "buy_limit": 10000, - "release_date": "2002-03-25", - "examine": "An unstrung maple longbow; I need a bowstring for this.", "wiki_name": "Maple longbow (u)", "wiki_url": "https://oldschool.runescape.wiki/w/Maple_longbow_(u)", "price": 100 @@ -838,10 +705,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.992, "buy_limit": 10000, - "release_date": "2002-03-25", - "examine": "An unstrung maple shortbow; I need a bowstring for this.", "wiki_name": "Maple shortbow (u)", "wiki_url": "https://oldschool.runescape.wiki/w/Maple_shortbow_(u)", "price": 82 @@ -856,10 +720,7 @@ "cost": 640, "lowalch": 256, "highalch": 384, - "weight": 1.332, "buy_limit": 10000, - "release_date": "2002-03-25", - "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 @@ -874,10 +735,7 @@ "cost": 400, "lowalch": 160, "highalch": 240, - "weight": 0.992, "buy_limit": 10000, - "release_date": "2002-03-25", - "examine": "An unstrung yew shortbow; I need a bowstring for this.", "wiki_name": "Yew shortbow (u)", "wiki_url": "https://oldschool.runescape.wiki/w/Yew_shortbow_(u)", "price": 277 @@ -892,10 +750,7 @@ "cost": 1280, "lowalch": 512, "highalch": 768, - "weight": 1.332, "buy_limit": 10000, - "release_date": "2002-03-25", - "examine": "An unstrung magic longbow; I need a bowstring for this.", "wiki_name": "Magic longbow (u)", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_longbow_(u)", "price": 1064 @@ -910,10 +765,7 @@ "cost": 800, "lowalch": 320, "highalch": 480, - "weight": 0.992, "buy_limit": 10000, - "release_date": "2002-03-25", - "examine": "An unstrung magic shortbow; I need a bowstring for this.", "wiki_name": "Magic shortbow (u)", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_shortbow_(u)", "price": 735 @@ -927,9 +779,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 2.721, - "release_date": "2002-07-23", - "examine": "A helmet, as worn by the minions of General Khazard.", "wiki_name": "Khazard helmet", "wiki_url": "https://oldschool.runescape.wiki/w/Khazard_helmet", "equipment": { @@ -961,9 +810,6 @@ "cost": 12, "lowalch": 4, "highalch": 7, - "weight": 0.566, - "release_date": "2002-07-23", - "examine": "Armour, as worn by the minions of General Khazard.", "wiki_name": "Khazard armour", "wiki_url": "https://oldschool.runescape.wiki/w/Khazard_armour", "equipment": { @@ -991,9 +837,6 @@ "name": "Khazard cell keys", "members": true, "cost": 1, - "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, @@ -1007,9 +850,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.113, - "release_date": "2002-07-23", - "examine": "A bottle of Khazard's worst brew.", "wiki_name": "Khali brew", "wiki_url": "https://oldschool.runescape.wiki/w/Khali_brew", "price": 0 @@ -1024,8 +864,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "release_date": "2002-06-17", - "examine": "Can only be fired from yew, magic, dark or twisted bows.", "wiki_name": "Ice arrows", "wiki_url": "https://oldschool.runescape.wiki/w/Ice_arrows", "equipment": { @@ -1055,9 +893,6 @@ "cost": 15, "lowalch": 6, "highalch": 9, - "weight": 0.056, - "release_date": "2002-06-17", - "examine": "A lever to open something perhaps?", "wiki_name": "Lever (Temple of Ikov)", "wiki_url": "https://oldschool.runescape.wiki/w/Lever_(Temple_of_Ikov)", "price": 0 @@ -1067,9 +902,6 @@ "name": "Staff of armadyl", "members": true, "cost": 15, - "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, @@ -1083,9 +915,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2002-06-17", - "examine": "It catches the light!.", "wiki_name": "Shiny key", "wiki_url": "https://oldschool.runescape.wiki/w/Shiny_key", "price": 0 @@ -1099,9 +928,6 @@ "cost": 12, "lowalch": 4, "highalch": 7, - "weight": 0.01, - "release_date": "2002-06-17", - "examine": "An amulet made by Lucien.", "wiki_name": "Pendant of lucien", "wiki_url": "https://oldschool.runescape.wiki/w/Pendant_of_lucien", "equipment": { @@ -1133,9 +959,6 @@ "cost": 12, "lowalch": 4, "highalch": 7, - "weight": 0.01, - "release_date": "2002-06-17", - "examine": "Worn by followers of Armadyl.", "wiki_name": "Armadyl pendant", "wiki_url": "https://oldschool.runescape.wiki/w/Armadyl_pendant", "equipment": { @@ -1167,9 +990,6 @@ "cost": 6, "lowalch": 2, "highalch": 3, - "weight": 0.34, - "release_date": "2002-06-17", - "examine": "Magic boots that make you lighter than normal.", "wiki_name": "Boots of lightness (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Boots_of_lightness#Inventory", "equipment": { @@ -1199,9 +1019,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.907, - "release_date": "2002-05-28", - "examine": "It's very soft!", "wiki_name": "Child's blanket", "wiki_url": "https://oldschool.runescape.wiki/w/Child's_blanket", "price": 0 @@ -1216,10 +1033,7 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "weight": 0.056, "buy_limit": 10000, - "release_date": "2002-02-27", - "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": 313 @@ -1234,10 +1048,7 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.056, "buy_limit": 10000, - "release_date": "2002-02-27", - "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": 163 @@ -1252,10 +1063,7 @@ "cost": 11, "lowalch": 4, "highalch": 6, - "weight": 0.056, "buy_limit": 10000, - "release_date": "2002-02-27", - "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": 332 @@ -1270,10 +1078,7 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.056, "buy_limit": 10000, - "release_date": "2002-02-27", - "examine": "I need another ingredient to finish this Harralander potion.", "wiki_name": "Harralander potion (unf)", "wiki_url": "https://oldschool.runescape.wiki/w/Harralander_potion_(unf)", "price": 527 @@ -1288,10 +1093,7 @@ "cost": 25, "lowalch": 10, "highalch": 15, - "weight": 0.056, "buy_limit": 10000, - "release_date": "2002-02-27", - "examine": "I need another ingredient to finish this Ranarr potion.", "wiki_name": "Ranarr potion (unf)", "wiki_url": "https://oldschool.runescape.wiki/w/Ranarr_potion_(unf)", "price": 7540 @@ -1306,10 +1108,7 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.056, "buy_limit": 10000, - "release_date": "2002-02-27", - "examine": "I need another ingredient to finish this Irit potion.", "wiki_name": "Irit potion (unf)", "wiki_url": "https://oldschool.runescape.wiki/w/Irit_potion_(unf)", "price": 1594 @@ -1324,10 +1123,7 @@ "cost": 48, "lowalch": 19, "highalch": 28, - "weight": 0.056, "buy_limit": 10000, - "release_date": "2002-02-27", - "examine": "I need another ingredient to finish this Avantoe potion.", "wiki_name": "Avantoe potion (unf)", "wiki_url": "https://oldschool.runescape.wiki/w/Avantoe_potion_(unf)", "price": 4643 @@ -1342,10 +1138,7 @@ "cost": 54, "lowalch": 21, "highalch": 32, - "weight": 0.056, "buy_limit": 10000, - "release_date": "2002-02-27", - "examine": "I need another ingredient to finish this Kwuarm potion.", "wiki_name": "Kwuarm potion (unf)", "wiki_url": "https://oldschool.runescape.wiki/w/Kwuarm_potion_(unf)", "price": 4232 @@ -1360,10 +1153,7 @@ "cost": 65, "lowalch": 26, "highalch": 39, - "weight": 0.056, "buy_limit": 10000, - "release_date": "2002-02-27", - "examine": "I need another ingredient to finish this Cadantine potion.", "wiki_name": "Cadantine potion (unf)", "wiki_url": "https://oldschool.runescape.wiki/w/Cadantine_potion_(unf)", "price": 5973 @@ -1378,10 +1168,7 @@ "cost": 70, "lowalch": 28, "highalch": 42, - "weight": 0.056, "buy_limit": 10000, - "release_date": "2002-02-27", - "examine": "I need another ingredient to finish this Dwarf Weed potion.", "wiki_name": "Dwarf weed potion (unf)", "wiki_url": "https://oldschool.runescape.wiki/w/Dwarf_weed_potion_(unf)", "price": 2473 @@ -1396,10 +1183,7 @@ "cost": 25, "lowalch": 10, "highalch": 15, - "weight": 0.056, "buy_limit": 10000, - "release_date": "2002-12-12", - "examine": "I need another ingredient to finish this Torstol potion.", "wiki_name": "Torstol potion (unf)", "wiki_url": "https://oldschool.runescape.wiki/w/Torstol_potion_(unf)", "price": 5058 @@ -1413,10 +1197,7 @@ "cost": 14, "lowalch": 5, "highalch": 8, - "weight": 0.035, "buy_limit": 2000, - "release_date": "2001-02-05", - "examine": "4 doses of Strength potion.", "wiki_name": "Strength potion (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Strength_potion#4_dose", "price": 164 @@ -1430,10 +1211,7 @@ "cost": 13, "lowalch": 5, "highalch": 7, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2001-02-05", - "examine": "3 doses of Strength potion.", "wiki_name": "Strength potion (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Strength_potion#3_dose", "price": 124 @@ -1447,10 +1225,7 @@ "cost": 13, "lowalch": 5, "highalch": 7, - "weight": 0.025, "buy_limit": 2000, - "release_date": "2001-02-05", - "examine": "2 doses of Strength potion.", "wiki_name": "Strength potion (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Strength_potion#2_dose", "price": 59 @@ -1464,10 +1239,7 @@ "cost": 11, "lowalch": 4, "highalch": 6, - "weight": 0.02, "buy_limit": 2000, - "release_date": "2001-02-05", - "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 @@ -1482,10 +1254,7 @@ "cost": 12, "lowalch": 4, "highalch": 7, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2002-02-27", - "examine": "3 doses of Attack potion.", "wiki_name": "Attack potion (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Attack_potion#3_dose", "price": 4 @@ -1500,10 +1269,7 @@ "cost": 9, "lowalch": 3, "highalch": 5, - "weight": 0.025, "buy_limit": 2000, - "release_date": "2002-02-27", - "examine": "2 doses of Attack potion.", "wiki_name": "Attack potion (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Attack_potion#2_dose", "price": 17 @@ -1518,10 +1284,7 @@ "cost": 6, "lowalch": 2, "highalch": 3, - "weight": 0.02, "buy_limit": 2000, - "release_date": "2002-02-27", - "examine": "1 dose of Attack potion.", "wiki_name": "Attack potion (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Attack_potion#1_dose", "price": 6 @@ -1536,10 +1299,7 @@ "cost": 88, "lowalch": 35, "highalch": 52, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2002-02-27", - "examine": "3 doses of restore potion.", "wiki_name": "Restore potion (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Restore_potion#3_dose", "price": 54 @@ -1554,10 +1314,7 @@ "cost": 66, "lowalch": 26, "highalch": 39, - "weight": 0.025, "buy_limit": 2000, - "release_date": "2002-02-27", - "examine": "2 doses of restore potion.", "wiki_name": "Restore potion (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Restore_potion#2_dose", "price": 23 @@ -1572,10 +1329,7 @@ "cost": 44, "lowalch": 17, "highalch": 26, - "weight": 0.02, "buy_limit": 2000, - "release_date": "2002-02-27", - "examine": "1 dose of restore potion.", "wiki_name": "Restore potion (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Restore_potion#1_dose", "price": 22 @@ -1590,10 +1344,7 @@ "cost": 120, "lowalch": 48, "highalch": 72, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2002-02-27", - "examine": "3 doses of Defence potion.", "wiki_name": "Defence potion (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Defence_potion#3_dose", "price": 447 @@ -1608,10 +1359,7 @@ "cost": 90, "lowalch": 36, "highalch": 54, - "weight": 0.025, "buy_limit": 2000, - "release_date": "2002-02-27", - "examine": "2 doses of Defence potion.", "wiki_name": "Defence potion (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Defence_potion#2_dose", "price": 144 @@ -1626,10 +1374,7 @@ "cost": 60, "lowalch": 24, "highalch": 36, - "weight": 0.02, "buy_limit": 2000, - "release_date": "2002-02-27", - "examine": "1 dose of Defence potion.", "wiki_name": "Defence potion (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Defence_potion#1_dose", "price": 57 @@ -1644,10 +1389,7 @@ "cost": 152, "lowalch": 60, "highalch": 91, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2002-02-27", - "examine": "3 doses of Prayer restore potion.", "wiki_name": "Prayer potion (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Prayer_potion#3_dose", "price": 7986 @@ -1662,10 +1404,7 @@ "cost": 114, "lowalch": 45, "highalch": 68, - "weight": 0.025, "buy_limit": 2000, - "release_date": "2002-02-27", - "examine": "2 doses of Prayer restore potion.", "wiki_name": "Prayer potion (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Prayer_potion#2_dose", "price": 5645 @@ -1680,10 +1419,7 @@ "cost": 76, "lowalch": 30, "highalch": 45, - "weight": 0.02, "buy_limit": 2000, - "release_date": "2002-02-27", - "examine": "1 dose of Prayer restore potion.", "wiki_name": "Prayer potion (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Prayer_potion#1_dose", "price": 2692 @@ -1698,10 +1434,7 @@ "cost": 180, "lowalch": 72, "highalch": 108, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2002-02-27", - "examine": "3 doses of super Attack potion.", "wiki_name": "Super attack (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_attack#3_dose", "price": 1552 @@ -1716,10 +1449,7 @@ "cost": 135, "lowalch": 54, "highalch": 81, - "weight": 0.025, "buy_limit": 2000, - "release_date": "2002-02-27", - "examine": "2 doses of super Attack potion.", "wiki_name": "Super attack (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_attack#2_dose", "price": 1009 @@ -1734,10 +1464,7 @@ "cost": 90, "lowalch": 36, "highalch": 54, - "weight": 0.02, "buy_limit": 2000, - "release_date": "2002-02-27", - "examine": "1 dose of super Attack potion.", "wiki_name": "Super attack (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_attack#1_dose", "price": 513 @@ -1752,10 +1479,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2002-02-27", - "examine": "3 doses of Fishing potion.", "wiki_name": "Fishing potion (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Fishing_potion#3_dose", "price": 46 @@ -1770,10 +1494,7 @@ "cost": 150, "lowalch": 60, "highalch": 90, - "weight": 0.025, "buy_limit": 2000, - "release_date": "2002-02-27", - "examine": "2 doses of Fishing potion.", "wiki_name": "Fishing potion (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Fishing_potion#2_dose", "price": 5 @@ -1788,10 +1509,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.02, "buy_limit": 2000, - "release_date": "2002-02-27", - "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 @@ -1806,10 +1524,7 @@ "cost": 220, "lowalch": 88, "highalch": 132, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2002-02-27", - "examine": "3 doses of super Strength potion.", "wiki_name": "Super strength (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_strength#3_dose", "price": 4890 @@ -1824,10 +1539,7 @@ "cost": 165, "lowalch": 66, "highalch": 99, - "weight": 0.025, "buy_limit": 2000, - "release_date": "2002-02-27", - "examine": "2 doses of super Strength potion.", "wiki_name": "Super strength (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_strength#2_dose", "price": 2801 @@ -1842,10 +1554,7 @@ "cost": 110, "lowalch": 44, "highalch": 66, - "weight": 0.02, "buy_limit": 2000, - "release_date": "2002-02-27", - "examine": "1 dose of super Strength potion.", "wiki_name": "Super strength (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_strength#1_dose", "price": 1688 @@ -1860,10 +1569,7 @@ "cost": 264, "lowalch": 105, "highalch": 158, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2002-02-27", - "examine": "3 doses of super Defence potion.", "wiki_name": "Super defence (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_defence#3_dose", "price": 5951 @@ -1878,10 +1584,7 @@ "cost": 198, "lowalch": 79, "highalch": 118, - "weight": 0.025, "buy_limit": 2000, - "release_date": "2002-02-27", - "examine": "2 doses of super Defence potion.", "wiki_name": "Super defence (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_defence#2_dose", "price": 3797 @@ -1896,10 +1599,7 @@ "cost": 132, "lowalch": 52, "highalch": 79, - "weight": 0.02, "buy_limit": 2000, - "release_date": "2002-02-27", - "examine": "1 dose of super Defence potion.", "wiki_name": "Super defence (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_defence#1_dose", "price": 1978 @@ -1914,10 +1614,7 @@ "cost": 288, "lowalch": 115, "highalch": 172, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2002-02-27", - "examine": "3 doses of ranging potion.", "wiki_name": "Ranging potion (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Ranging_potion#3_dose", "price": 2437 @@ -1932,10 +1629,7 @@ "cost": 216, "lowalch": 86, "highalch": 129, - "weight": 0.025, "buy_limit": 2000, - "release_date": "2002-02-27", - "examine": "2 doses of ranging potion.", "wiki_name": "Ranging potion (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Ranging_potion#2_dose", "price": 1503 @@ -1950,10 +1644,7 @@ "cost": 144, "lowalch": 57, "highalch": 86, - "weight": 0.02, "buy_limit": 2000, - "release_date": "2002-02-27", - "examine": "1 dose of ranging potion.", "wiki_name": "Ranging potion (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Ranging_potion#1_dose", "price": 891 @@ -1967,10 +1658,7 @@ "cost": 288, "lowalch": 115, "highalch": 172, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2002-02-27", - "examine": "3 doses of antipoison potion.", "wiki_name": "Antipoison (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Antipoison#3_dose", "price": 122 @@ -1984,10 +1672,7 @@ "cost": 216, "lowalch": 86, "highalch": 129, - "weight": 0.025, "buy_limit": 2000, - "release_date": "2002-02-27", - "examine": "2 doses of antipoison potion.", "wiki_name": "Antipoison (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Antipoison#2_dose", "price": 70 @@ -2001,10 +1686,7 @@ "cost": 144, "lowalch": 57, "highalch": 86, - "weight": 0.02, "buy_limit": 2000, - "release_date": "2002-02-27", - "examine": "1 dose of antipoison potion.", "wiki_name": "Antipoison (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Antipoison#1_dose", "price": 119 @@ -2019,10 +1701,7 @@ "cost": 288, "lowalch": 115, "highalch": 172, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2002-02-27", - "examine": "3 doses of super antipoison potion.", "wiki_name": "Superantipoison (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Superantipoison#3_dose", "price": 986 @@ -2037,10 +1716,7 @@ "cost": 216, "lowalch": 86, "highalch": 129, - "weight": 0.025, "buy_limit": 2000, - "release_date": "2002-02-27", - "examine": "2 doses of super antipoison potion.", "wiki_name": "Superantipoison (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Superantipoison#2_dose", "price": 554 @@ -2055,10 +1731,7 @@ "cost": 144, "lowalch": 57, "highalch": 86, - "weight": 0.02, "buy_limit": 2000, - "release_date": "2002-02-27", - "examine": "1 dose of super antipoison potion.", "wiki_name": "Superantipoison (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Superantipoison#1_dose", "price": 7 @@ -2073,10 +1746,7 @@ "cost": 144, "lowalch": 57, "highalch": 86, - "weight": 0.025, "buy_limit": 2000, - "release_date": "2002-02-27", - "examine": "For use on daggers and projectiles.", "wiki_name": "Weapon poison", "wiki_url": "https://oldschool.runescape.wiki/w/Weapon_poison", "price": 369 @@ -2091,10 +1761,7 @@ "cost": 175, "lowalch": 70, "highalch": 105, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2002-12-12", - "examine": "3 doses of Zamorak brew.", "wiki_name": "Zamorak brew (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Zamorak_brew#3_dose", "price": 1638 @@ -2109,10 +1776,7 @@ "cost": 150, "lowalch": 60, "highalch": 90, - "weight": 0.025, "buy_limit": 2000, - "release_date": "2002-12-12", - "examine": "2 doses of Zamorak brew.", "wiki_name": "Zamorak brew (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Zamorak_brew#2_dose", "price": 910 @@ -2127,10 +1791,7 @@ "cost": 125, "lowalch": 50, "highalch": 75, - "weight": 0.02, "buy_limit": 2000, - "release_date": "2002-12-12", - "examine": "1 dose of Zamorak brew.", "wiki_name": "Zamorak brew (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Zamorak_brew#1_dose", "price": 1018 @@ -2143,9 +1804,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.025, - "release_date": "2001-01-04", - "examine": "This is meant to be good for spots.", "wiki_name": "Potion", "wiki_url": "https://oldschool.runescape.wiki/w/Potion", "price": 0 @@ -2160,10 +1818,7 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.056, "buy_limit": 2000, - "release_date": "2002-07-23", - "examine": "A cup of a strange brew...", "wiki_name": "Poison chalice", "wiki_url": "https://oldschool.runescape.wiki/w/Poison_chalice", "price": 1881 @@ -2178,10 +1833,7 @@ "cost": 13, "lowalch": 5, "highalch": 7, - "weight": 0.007, "buy_limit": 13000, - "release_date": "2002-02-27", - "examine": "It needs cleaning.", "wiki_name": "Grimy guam leaf", "wiki_url": "https://oldschool.runescape.wiki/w/Grimy_guam_leaf", "price": 224 @@ -2196,10 +1848,7 @@ "cost": 14, "lowalch": 5, "highalch": 8, - "weight": 0.007, "buy_limit": 13000, - "release_date": "2002-02-27", - "examine": "It needs cleaning.", "wiki_name": "Grimy marrentill", "wiki_url": "https://oldschool.runescape.wiki/w/Grimy_marrentill", "price": 77 @@ -2214,10 +1863,7 @@ "cost": 15, "lowalch": 6, "highalch": 9, - "weight": 0.007, "buy_limit": 13000, - "release_date": "2002-02-27", - "examine": "It needs cleaning.", "wiki_name": "Grimy tarromin", "wiki_url": "https://oldschool.runescape.wiki/w/Grimy_tarromin", "price": 148 @@ -2232,10 +1878,7 @@ "cost": 16, "lowalch": 6, "highalch": 9, - "weight": 0.007, "buy_limit": 13000, - "release_date": "2002-02-27", - "examine": "It needs cleaning.", "wiki_name": "Grimy harralander", "wiki_url": "https://oldschool.runescape.wiki/w/Grimy_harralander", "price": 407 @@ -2250,10 +1893,7 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.007, "buy_limit": 11000, - "release_date": "2002-02-27", - "examine": "It needs cleaning.", "wiki_name": "Grimy ranarr weed", "wiki_url": "https://oldschool.runescape.wiki/w/Grimy_ranarr_weed", "price": 7259 @@ -2268,10 +1908,7 @@ "cost": 17, "lowalch": 6, "highalch": 10, - "weight": 0.007, "buy_limit": 13000, - "release_date": "2002-02-27", - "examine": "It needs cleaning.", "wiki_name": "Grimy irit leaf", "wiki_url": "https://oldschool.runescape.wiki/w/Grimy_irit_leaf", "price": 1394 @@ -2286,10 +1923,7 @@ "cost": 18, "lowalch": 7, "highalch": 10, - "weight": 0.007, "buy_limit": 13000, - "release_date": "2002-02-27", - "examine": "It needs cleaning.", "wiki_name": "Grimy avantoe", "wiki_url": "https://oldschool.runescape.wiki/w/Grimy_avantoe", "price": 4445 @@ -2304,10 +1938,7 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.007, "buy_limit": 13000, - "release_date": "2002-02-27", - "examine": "It needs cleaning.", "wiki_name": "Grimy kwuarm", "wiki_url": "https://oldschool.runescape.wiki/w/Grimy_kwuarm", "price": 3908 @@ -2322,10 +1953,7 @@ "cost": 22, "lowalch": 8, "highalch": 13, - "weight": 0.007, "buy_limit": 11000, - "release_date": "2002-02-27", - "examine": "It needs cleaning.", "wiki_name": "Grimy cadantine", "wiki_url": "https://oldschool.runescape.wiki/w/Grimy_cadantine", "price": 5556 @@ -2340,10 +1968,7 @@ "cost": 24, "lowalch": 9, "highalch": 14, - "weight": 0.007, "buy_limit": 11000, - "release_date": "2002-02-27", - "examine": "It needs cleaning.", "wiki_name": "Grimy dwarf weed", "wiki_url": "https://oldschool.runescape.wiki/w/Grimy_dwarf_weed", "price": 2254 @@ -2358,10 +1983,7 @@ "cost": 25, "lowalch": 10, "highalch": 15, - "weight": 0.007, "buy_limit": 11000, - "release_date": "2002-12-12", - "examine": "It needs cleaning.", "wiki_name": "Grimy torstol", "wiki_url": "https://oldschool.runescape.wiki/w/Grimy_torstol", "price": 4813 @@ -2375,10 +1997,7 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "weight": 0.007, "buy_limit": 13000, - "release_date": "2001-04-06", - "examine": "It seems to be looking at me.", "wiki_name": "Eye of newt", "wiki_url": "https://oldschool.runescape.wiki/w/Eye_of_newt", "price": 3 @@ -2392,10 +2011,7 @@ "cost": 7, "lowalch": 2, "highalch": 4, - "weight": 0.007, "buy_limit": 13000, - "release_date": "2001-02-05", - "examine": "Ewww!", "wiki_name": "Red spiders' eggs", "wiki_url": "https://oldschool.runescape.wiki/w/Red_spiders'_eggs", "price": 446 @@ -2409,10 +2025,7 @@ "cost": 7, "lowalch": 2, "highalch": 4, - "weight": 0.007, "buy_limit": 13000, - "release_date": "2001-02-05", - "examine": "The root of a limpwurt plant.", "wiki_name": "Limpwurt root", "wiki_url": "https://oldschool.runescape.wiki/w/Limpwurt_root", "price": 762 @@ -2426,10 +2039,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.02, "buy_limit": 13000, - "release_date": "2002-02-27", - "examine": "A glass vial containing water.", "wiki_name": "Vial of water", "wiki_url": "https://oldschool.runescape.wiki/w/Vial_of_water", "price": 3 @@ -2443,10 +2053,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.015, "buy_limit": 13000, - "release_date": "2002-02-27", - "examine": "An empty glass vial.", "wiki_name": "Vial", "wiki_url": "https://oldschool.runescape.wiki/w/Vial", "price": 3 @@ -2461,10 +2068,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.007, "buy_limit": 13000, - "release_date": "2002-02-27", - "examine": "Strange spiky grass.", "wiki_name": "Snape grass", "wiki_url": "https://oldschool.runescape.wiki/w/Snape_grass", "price": 479 @@ -2479,10 +2083,7 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.056, "buy_limit": 40, - "release_date": "2002-02-27", - "examine": "I can grind things for potions in this.", "wiki_name": "Pestle and mortar", "wiki_url": "https://oldschool.runescape.wiki/w/Pestle_and_mortar", "price": 128 @@ -2497,10 +2098,7 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.007, "buy_limit": 13000, - "release_date": "2002-02-27", - "examine": "Finely ground horn of Unicorn.", "wiki_name": "Unicorn horn dust", "wiki_url": "https://oldschool.runescape.wiki/w/Unicorn_horn_dust", "price": 266 @@ -2515,10 +2113,7 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.007, "buy_limit": 13000, - "release_date": "2002-02-27", - "examine": "This horn has restorative properties.", "wiki_name": "Unicorn horn", "wiki_url": "https://oldschool.runescape.wiki/w/Unicorn_horn", "price": 167 @@ -2533,10 +2128,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.007, "buy_limit": 13000, - "release_date": "2002-02-27", - "examine": "Sour berries, used in potions.", "wiki_name": "White berries", "wiki_url": "https://oldschool.runescape.wiki/w/White_berries", "price": 406 @@ -2551,10 +2143,7 @@ "cost": 52, "lowalch": 20, "highalch": 31, - "weight": 0.007, "buy_limit": 13000, - "release_date": "2002-02-27", - "examine": "Finely ground scale of Dragon.", "wiki_name": "Dragon scale dust", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_scale_dust", "price": 36 @@ -2569,10 +2158,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.01, "buy_limit": 13000, - "release_date": "2002-02-27", - "examine": "A large shiny scale.", "wiki_name": "Blue dragon scale", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_dragon_scale", "price": 13 @@ -2586,10 +2172,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.085, "buy_limit": 11000, - "release_date": "2002-02-27", - "examine": "An evil wine for an evil god.", "wiki_name": "Wine of zamorak", "wiki_url": "https://oldschool.runescape.wiki/w/Wine_of_zamorak", "price": 891 @@ -2604,10 +2187,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.007, "buy_limit": 13000, - "release_date": "2002-12-12", - "examine": "They don't look very ripe.", "wiki_name": "Jangerberries", "wiki_url": "https://oldschool.runescape.wiki/w/Jangerberries", "price": 385 @@ -2622,10 +2202,7 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "weight": 0.007, "buy_limit": 13000, - "release_date": "2002-02-27", - "examine": "A bitter green herb.", "wiki_name": "Guam leaf", "wiki_url": "https://oldschool.runescape.wiki/w/Guam_leaf", "price": 245 @@ -2640,10 +2217,7 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.007, "buy_limit": 13000, - "release_date": "2002-02-27", - "examine": "A herb used in poison cures.", "wiki_name": "Marrentill", "wiki_url": "https://oldschool.runescape.wiki/w/Marrentill", "price": 127 @@ -2658,10 +2232,7 @@ "cost": 11, "lowalch": 4, "highalch": 6, - "weight": 0.007, "buy_limit": 13000, - "release_date": "2002-02-27", - "examine": "A useful herb.", "wiki_name": "Tarromin", "wiki_url": "https://oldschool.runescape.wiki/w/Tarromin", "price": 209 @@ -2676,10 +2247,7 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.007, "buy_limit": 13000, - "release_date": "2002-02-27", - "examine": "A useful herb.", "wiki_name": "Harralander", "wiki_url": "https://oldschool.runescape.wiki/w/Harralander", "price": 438 @@ -2694,10 +2262,7 @@ "cost": 25, "lowalch": 10, "highalch": 15, - "weight": 0.007, "buy_limit": 11000, - "release_date": "2002-02-27", - "examine": "A useful herb.", "wiki_name": "Ranarr weed", "wiki_url": "https://oldschool.runescape.wiki/w/Ranarr_weed", "price": 7330 @@ -2712,10 +2277,7 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.007, "buy_limit": 13000, - "release_date": "2002-02-27", - "examine": "A useful herb.", "wiki_name": "Irit leaf", "wiki_url": "https://oldschool.runescape.wiki/w/Irit_leaf", "price": 1443 @@ -2730,10 +2292,7 @@ "cost": 48, "lowalch": 19, "highalch": 28, - "weight": 0.007, "buy_limit": 13000, - "release_date": "2002-02-27", - "examine": "A useful herb.", "wiki_name": "Avantoe", "wiki_url": "https://oldschool.runescape.wiki/w/Avantoe", "price": 4523 @@ -2748,10 +2307,7 @@ "cost": 54, "lowalch": 21, "highalch": 32, - "weight": 0.007, "buy_limit": 13000, - "release_date": "2002-02-27", - "examine": "A powerful herb.", "wiki_name": "Kwuarm", "wiki_url": "https://oldschool.runescape.wiki/w/Kwuarm", "price": 3974 @@ -2766,10 +2322,7 @@ "cost": 65, "lowalch": 26, "highalch": 39, - "weight": 0.007, "buy_limit": 11000, - "release_date": "2002-02-27", - "examine": "A powerful herb.", "wiki_name": "Cadantine", "wiki_url": "https://oldschool.runescape.wiki/w/Cadantine", "price": 5689 @@ -2784,10 +2337,7 @@ "cost": 70, "lowalch": 28, "highalch": 42, - "weight": 0.007, "buy_limit": 11000, - "release_date": "2002-02-27", - "examine": "A powerful herb.", "wiki_name": "Dwarf weed", "wiki_url": "https://oldschool.runescape.wiki/w/Dwarf_weed", "price": 2313 @@ -2802,10 +2352,7 @@ "cost": 75, "lowalch": 30, "highalch": 45, - "weight": 0.007, "buy_limit": 11000, - "release_date": "2002-12-12", - "examine": "A powerful herb.", "wiki_name": "Torstol", "wiki_url": "https://oldschool.runescape.wiki/w/Torstol", "price": 4902 @@ -2816,9 +2363,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.056, - "release_date": "2001-01-21", - "examine": "It looks like part of a machine.", "wiki_name": "Pressure gauge", "wiki_url": "https://oldschool.runescape.wiki/w/Pressure_gauge", "price": 0 @@ -2832,10 +2376,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, "buy_limit": 15, - "release_date": "2001-01-21", - "examine": "Keeps your pet fish strong and healthy.", "wiki_name": "Fish food", "wiki_url": "https://oldschool.runescape.wiki/w/Fish_food", "price": 0 @@ -2849,10 +2390,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, "buy_limit": 15, - "release_date": "2001-01-21", - "examine": "This stuff looks nasty.", "wiki_name": "Poison (item)", "wiki_url": "https://oldschool.runescape.wiki/w/Poison_(item)", "price": 756 @@ -2863,9 +2401,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.03, - "release_date": "2001-01-21", - "examine": "Doesn't seem very nice to the poor fishes.", "wiki_name": "Poisoned fish food", "wiki_url": "https://oldschool.runescape.wiki/w/Poisoned_fish_food", "price": 0 @@ -2876,9 +2411,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2001-01-21", - "examine": "A slightly smelly key.", "wiki_name": "Key (Ernest the Chicken)", "wiki_url": "https://oldschool.runescape.wiki/w/Key_(Ernest_the_Chicken)", "price": 0 @@ -2889,9 +2421,6 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "weight": 0.028, - "release_date": "2001-01-21", - "examine": "It's slightly charred.", "wiki_name": "Rubber tube", "wiki_url": "https://oldschool.runescape.wiki/w/Rubber_tube", "price": 0 @@ -2902,9 +2431,6 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "weight": 0.028, - "release_date": "2001-01-21", - "examine": "It's pretty full.", "wiki_name": "Oil can", "wiki_url": "https://oldschool.runescape.wiki/w/Oil_can", "price": 0 @@ -2919,9 +2445,6 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "weight": 0.453, - "release_date": "2002-08-15", - "examine": "A sharp cattleprod.", "wiki_name": "Cattleprod", "wiki_url": "https://oldschool.runescape.wiki/w/Cattleprod", "equipment": { @@ -2985,9 +2508,6 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "weight": 2.267, - "release_date": "2002-08-15", - "examine": "Councillor Halgrive gave me this to kill some sheep.", "wiki_name": "Sheep feed", "wiki_url": "https://oldschool.runescape.wiki/w/Sheep_feed", "price": 0 @@ -2999,9 +2519,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2002-08-15", - "examine": "The suspicious-looking remains of a suspicious-looking sheep.", "wiki_name": "Sheep bones (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Sheep_bones_(1)", "price": 0 @@ -3013,9 +2530,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2002-08-15", - "examine": "The suspicious-looking remains of a suspicious-looking sheep.", "wiki_name": "Sheep bones (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Sheep_bones_(2)", "price": 0 @@ -3027,9 +2541,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2002-08-15", - "examine": "The suspicious-looking remains of a suspicious-looking sheep.", "wiki_name": "Sheep bones (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Sheep_bones_(3)", "price": 0 @@ -3041,9 +2552,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2002-08-15", - "examine": "The suspicious-looking remains of a suspicious-looking sheep.", "wiki_name": "Sheep bones (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Sheep_bones_(4)", "price": 0 @@ -3057,9 +2565,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 2.721, - "release_date": "2002-08-15", - "examine": "This should protect me from the plague, I hope!", "wiki_name": "Plague jacket", "wiki_url": "https://oldschool.runescape.wiki/w/Plague_jacket", "equipment": { @@ -3091,9 +2596,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 2.267, - "release_date": "2002-08-15", - "examine": "These should protect me from the plague, I hope!", "wiki_name": "Plague trousers", "wiki_url": "https://oldschool.runescape.wiki/w/Plague_trousers", "equipment": { @@ -3122,9 +2624,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 3.628, - "release_date": "2001-05-08", - "examine": "Some orange armour designed to fit goblins.", "wiki_name": "Orange goblin mail", "wiki_url": "https://oldschool.runescape.wiki/w/Orange_goblin_mail", "price": 0 @@ -3135,9 +2634,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 3.628, - "release_date": "2001-05-08", - "examine": "Some blue armour designed to fit goblins.", "wiki_name": "Blue goblin mail", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_goblin_mail", "price": 0 @@ -3151,10 +2647,7 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 3.628, "buy_limit": 15, - "release_date": "2001-05-08", - "examine": "Some brown armour designed to fit goblins.", "wiki_name": "Goblin mail", "wiki_url": "https://oldschool.runescape.wiki/w/Goblin_mail", "price": 821 @@ -3163,9 +2656,6 @@ "id": 290, "name": "Research package", "cost": 30, - "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, @@ -3176,9 +2666,6 @@ "id": 291, "name": "Research notes", "cost": 30, - "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, @@ -3192,9 +2679,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.51, - "release_date": "2002-09-24", - "examine": "A book on elven history in northern Gielinor.", "wiki_name": "Book on baxtorian", "wiki_url": "https://oldschool.runescape.wiki/w/Book_on_baxtorian", "price": 0 @@ -3206,9 +2690,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2002-09-24", - "examine": "I found this in a cave beneath the Tree Gnome Village.", "wiki_name": "Key (Gnome Village Dungeon)", "wiki_url": "https://oldschool.runescape.wiki/w/Key_(Gnome_Village_Dungeon)", "price": 0 @@ -3220,9 +2701,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2002-09-24", - "examine": "A small pebble with elven inscription.", "wiki_name": "Glarial's pebble", "wiki_url": "https://oldschool.runescape.wiki/w/Glarial's_pebble", "price": 0 @@ -3236,9 +2714,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2002-09-24", - "examine": "A bright green gem set in a necklace.", "wiki_name": "Glarial's amulet", "wiki_url": "https://oldschool.runescape.wiki/w/Glarial's_amulet", "equipment": { @@ -3268,9 +2743,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.141, - "release_date": "2002-09-24", - "examine": "An urn containing Glarial's ashes.", "wiki_name": "Glarial's urn (Full)", "wiki_url": "https://oldschool.runescape.wiki/w/Glarial's_urn#Full", "price": 0 @@ -3282,9 +2754,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.085, - "release_date": "2002-09-24", - "examine": "An empty urn made for Glarial's ashes.", "wiki_name": "Glarial's urn (Empty)", "wiki_url": "https://oldschool.runescape.wiki/w/Glarial's_urn#Empty", "price": 0 @@ -3296,9 +2765,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2002-09-24", - "examine": "I found this within Baxtorian Falls.", "wiki_name": "Key (Waterfall Dungeon)", "wiki_url": "https://oldschool.runescape.wiki/w/Key_(Waterfall_Dungeon)", "price": 0 @@ -3314,8 +2780,6 @@ "lowalch": 80, "highalch": 120, "buy_limit": 18000, - "release_date": "2002-09-24", - "examine": "Magical seeds in a mithril case.", "wiki_name": "Mithril seeds", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_seeds", "price": 436 @@ -3326,9 +2790,6 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "weight": 0.003, - "release_date": "2001-04-06", - "examine": "A bit of rat.", "wiki_name": "Rat's tail", "wiki_url": "https://oldschool.runescape.wiki/w/Rat's_tail", "price": 0 @@ -3342,10 +2803,7 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.255, "buy_limit": 40, - "release_date": "2001-06-11", - "examine": "Useful for catching lobsters.", "wiki_name": "Lobster pot", "wiki_url": "https://oldschool.runescape.wiki/w/Lobster_pot", "price": 139 @@ -3359,10 +2817,7 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 4.535, "buy_limit": 40, - "release_date": "2001-06-11", - "examine": "Useful for catching small fish.", "wiki_name": "Small fishing net (Regular)", "wiki_url": "https://oldschool.runescape.wiki/w/Small_fishing_net#Regular", "price": 86 @@ -3377,10 +2832,7 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 8.164, "buy_limit": 40, - "release_date": "2002-02-27", - "examine": "Useful for catching lots of fish.", "wiki_name": "Big fishing net", "wiki_url": "https://oldschool.runescape.wiki/w/Big_fishing_net", "price": 876 @@ -3394,10 +2846,7 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 1.36, "buy_limit": 40, - "release_date": "2001-06-11", - "examine": "Useful for catching sardine or herring.", "wiki_name": "Fishing rod", "wiki_url": "https://oldschool.runescape.wiki/w/Fishing_rod", "price": 150 @@ -3411,10 +2860,7 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 1.36, "buy_limit": 40, - "release_date": "2001-06-11", - "examine": "Useful for catching salmon or trout.", "wiki_name": "Fly fishing rod", "wiki_url": "https://oldschool.runescape.wiki/w/Fly_fishing_rod", "price": 147 @@ -3428,10 +2874,7 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 1.36, "buy_limit": 40, - "release_date": "2001-06-11", - "examine": "Useful for catching really big fish.", "wiki_name": "Harpoon", "wiki_url": "https://oldschool.runescape.wiki/w/Harpoon", "price": 53 @@ -3446,8 +2889,6 @@ "lowalch": 1, "highalch": 1, "buy_limit": 8000, - "release_date": "2001-06-11", - "examine": "For use with a fishing rod.", "wiki_name": "Fishing bait", "wiki_url": "https://oldschool.runescape.wiki/w/Fishing_bait", "price": 4 @@ -3462,8 +2903,6 @@ "lowalch": 0, "highalch": 1, "buy_limit": 30000, - "release_date": "2001-06-11", - "examine": "Used for fly fishing.", "wiki_name": "Feather", "wiki_url": "https://oldschool.runescape.wiki/w/Feather", "price": 3 @@ -3477,10 +2916,7 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.1, "buy_limit": 6000, - "release_date": "2001-06-11", - "examine": "Some nicely cooked shrimp.", "wiki_name": "Shrimps", "wiki_url": "https://oldschool.runescape.wiki/w/Shrimps", "price": 24 @@ -3494,10 +2930,7 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.12, "buy_limit": 15000, - "release_date": "2001-06-11", - "examine": "I should try cooking this.", "wiki_name": "Raw shrimps", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_shrimps", "price": 170 @@ -3511,10 +2944,7 @@ "cost": 15, "lowalch": 6, "highalch": 9, - "weight": 0.1, "buy_limit": 15000, - "release_date": "2001-06-11", - "examine": "Some nicely cooked anchovies.", "wiki_name": "Anchovies", "wiki_url": "https://oldschool.runescape.wiki/w/Anchovies", "price": 60 @@ -3528,10 +2958,7 @@ "cost": 15, "lowalch": 6, "highalch": 9, - "weight": 0.12, "buy_limit": 13000, - "release_date": "2001-06-11", - "examine": "I should try cooking this.", "wiki_name": "Raw anchovies", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_anchovies", "price": 53 @@ -3544,9 +2971,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.08, - "release_date": "2001-06-11", - "examine": "Oops!", "wiki_name": "Burnt fish (anchovies)", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_fish_(anchovies)", "price": 0 @@ -3560,10 +2984,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.12, "buy_limit": 6000, - "release_date": "2001-06-11", - "examine": "Some nicely cooked sardines.", "wiki_name": "Sardine", "wiki_url": "https://oldschool.runescape.wiki/w/Sardine", "price": 30 @@ -3577,10 +2998,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.14, "buy_limit": 15000, - "release_date": "2001-06-11", - "examine": "I should try cooking this.", "wiki_name": "Raw sardine", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_sardine", "price": 68 @@ -3594,10 +3012,7 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.5, "buy_limit": 6000, - "release_date": "2001-06-11", - "examine": "Some nicely cooked salmon.", "wiki_name": "Salmon", "wiki_url": "https://oldschool.runescape.wiki/w/Salmon", "price": 107 @@ -3611,10 +3026,7 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.55, "buy_limit": 15000, - "release_date": "2001-06-11", - "examine": "I should try cooking this.", "wiki_name": "Raw salmon", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_salmon", "price": 84 @@ -3628,10 +3040,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.4, "buy_limit": 6000, - "release_date": "2001-06-11", - "examine": "Some nicely cooked trout.", "wiki_name": "Trout", "wiki_url": "https://oldschool.runescape.wiki/w/Trout", "price": 40 @@ -3645,10 +3054,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.45, "buy_limit": 15000, - "release_date": "2001-06-11", - "examine": "I should try cooking this.", "wiki_name": "Raw trout", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_trout", "price": 84 @@ -3660,9 +3066,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.5, - "release_date": "2002-05-28", - "examine": "Some nicely cooked giant carp.", "wiki_name": "Giant carp", "wiki_url": "https://oldschool.runescape.wiki/w/Giant_carp", "price": 0 @@ -3674,9 +3077,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.55, - "release_date": "2002-05-28", - "examine": "I should try cooking this.", "wiki_name": "Raw giant carp", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_giant_carp", "price": 0 @@ -3691,10 +3091,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.4, "buy_limit": 6000, - "release_date": "2002-02-27", - "examine": "Some nicely cooked cod.", "wiki_name": "Cod", "wiki_url": "https://oldschool.runescape.wiki/w/Cod", "price": 21 @@ -3709,10 +3106,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.45, "buy_limit": 15000, - "release_date": "2002-02-27", - "examine": "I should try cooking this.", "wiki_name": "Raw cod", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_cod", "price": 67 @@ -3725,9 +3119,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.35, - "release_date": "2001-06-11", - "examine": "Oops!", "wiki_name": "Burnt fish (trout)", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_fish_(trout)", "price": 0 @@ -3741,10 +3132,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.55, "buy_limit": 15000, - "release_date": "2001-06-11", - "examine": "I should try cooking this.", "wiki_name": "Raw herring", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_herring", "price": 144 @@ -3758,10 +3146,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.5, "buy_limit": 6000, - "release_date": "2001-06-11", - "examine": "Some nicely cooked herring.", "wiki_name": "Herring", "wiki_url": "https://oldschool.runescape.wiki/w/Herring", "price": 45 @@ -3775,10 +3160,7 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.55, "buy_limit": 15000, - "release_date": "2001-06-11", - "examine": "I should try cooking this.", "wiki_name": "Raw pike", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_pike", "price": 98 @@ -3792,10 +3174,7 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.5, "buy_limit": 6000, - "release_date": "2001-06-11", - "examine": "Some nicely cooked pike.", "wiki_name": "Pike", "wiki_url": "https://oldschool.runescape.wiki/w/Pike", "price": 20 @@ -3810,10 +3189,7 @@ "cost": 15, "lowalch": 6, "highalch": 9, - "weight": 0.35, "buy_limit": 15000, - "release_date": "2002-02-27", - "examine": "I should try cooking this.", "wiki_name": "Raw mackerel", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_mackerel", "price": 300 @@ -3828,10 +3204,7 @@ "cost": 15, "lowalch": 6, "highalch": 9, - "weight": 0.3, "buy_limit": 6000, - "release_date": "2002-02-27", - "examine": "Some nicely cooked mackerel.", "wiki_name": "Mackerel", "wiki_url": "https://oldschool.runescape.wiki/w/Mackerel", "price": 18 @@ -3844,9 +3217,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2001-06-11", - "examine": "Oops!", "wiki_name": "Burnt fish (herring)", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_fish_(herring)", "price": 0 @@ -3860,10 +3230,7 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.45, "buy_limit": 15000, - "release_date": "2001-06-11", - "examine": "I should try cooking this.", "wiki_name": "Raw tuna", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_tuna", "price": 70 @@ -3877,10 +3244,7 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.4, "buy_limit": 6000, - "release_date": "2001-06-11", - "examine": "Wow, this is a big fish.", "wiki_name": "Tuna", "wiki_url": "https://oldschool.runescape.wiki/w/Tuna", "price": 107 @@ -3895,10 +3259,7 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.4, "buy_limit": 15000, - "release_date": "2002-02-27", - "examine": "I should try cooking this.", "wiki_name": "Raw bass", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_bass", "price": 13 @@ -3913,10 +3274,7 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.35, "buy_limit": 6000, - "release_date": "2002-02-27", - "examine": "Wow, this is a big fish.", "wiki_name": "Bass", "wiki_url": "https://oldschool.runescape.wiki/w/Bass", "price": 165 @@ -3929,9 +3287,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2001-06-11", - "examine": "Oops!", "wiki_name": "Burnt fish (tuna)", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_fish_(tuna)", "price": 0 @@ -3944,9 +3299,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2004-03-29", - "examine": "Oops!", "wiki_name": "Burnt fish (sardine)", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_fish_(sardine)", "price": 0 @@ -3960,10 +3312,7 @@ "cost": 80, "lowalch": 32, "highalch": 48, - "weight": 0.5, "buy_limit": 15000, - "release_date": "2001-06-11", - "examine": "I should try cooking this.", "wiki_name": "Raw swordfish", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_swordfish", "price": 118 @@ -3977,10 +3326,7 @@ "cost": 80, "lowalch": 32, "highalch": 48, - "weight": 0.45, "buy_limit": 6000, - "release_date": "2001-06-11", - "examine": "I'd better be careful eating this!", "wiki_name": "Swordfish", "wiki_url": "https://oldschool.runescape.wiki/w/Swordfish", "price": 199 @@ -3993,9 +3339,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.4, - "release_date": "2001-06-11", - "examine": "Oops!", "wiki_name": "Burnt swordfish", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_swordfish", "price": 0 @@ -4009,10 +3352,7 @@ "cost": 70, "lowalch": 28, "highalch": 42, - "weight": 0.4, "buy_limit": 15000, - "release_date": "2001-06-11", - "examine": "I should try cooking this.", "wiki_name": "Raw lobster", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_lobster", "price": 95 @@ -4026,10 +3366,7 @@ "cost": 70, "lowalch": 28, "highalch": 42, - "weight": 0.35, "buy_limit": 6000, - "release_date": "2001-06-11", - "examine": "This looks tricky to eat.", "wiki_name": "Lobster", "wiki_url": "https://oldschool.runescape.wiki/w/Lobster", "price": 169 @@ -4042,9 +3379,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2001-06-11", - "examine": "Oops!", "wiki_name": "Burnt lobster", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_lobster", "price": 0 @@ -4059,10 +3393,7 @@ "cost": 170, "lowalch": 68, "highalch": 102, - "weight": 0.7, "buy_limit": 15000, - "release_date": "2002-02-27", - "examine": "I should try cooking this.", "wiki_name": "Raw shark", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_shark", "price": 746 @@ -4077,10 +3408,7 @@ "cost": 170, "lowalch": 68, "highalch": 102, - "weight": 0.65, "buy_limit": 10000, - "release_date": "2002-02-27", - "examine": "I'd better be careful eating this.", "wiki_name": "Shark", "wiki_url": "https://oldschool.runescape.wiki/w/Shark", "price": 991 @@ -4094,9 +3422,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.6, - "release_date": "2002-02-27", - "examine": "Oops!", "wiki_name": "Burnt shark", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_shark", "price": 0 @@ -4111,10 +3436,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.45, "buy_limit": 15000, - "release_date": "2003-07-28", - "examine": "A rare catch.", "wiki_name": "Raw manta ray", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_manta_ray", "price": 1843 @@ -4129,10 +3451,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.4, "buy_limit": 10000, - "release_date": "2003-07-28", - "examine": "A rare catch.", "wiki_name": "Manta ray", "wiki_url": "https://oldschool.runescape.wiki/w/Manta_ray", "price": 2510 @@ -4146,9 +3465,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.35, - "release_date": "2003-07-28", - "examine": "Oops!", "wiki_name": "Burnt manta ray", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_manta_ray", "price": 0 @@ -4163,10 +3479,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.4, "buy_limit": 15000, - "release_date": "2003-07-28", - "examine": "A rare catch.", "wiki_name": "Raw sea turtle", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_sea_turtle", "price": 1015 @@ -4181,10 +3494,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.35, "buy_limit": 10000, - "release_date": "2003-07-28", - "examine": "Tasty!", "wiki_name": "Sea turtle", "wiki_url": "https://oldschool.runescape.wiki/w/Sea_turtle", "price": 1150 @@ -4198,9 +3508,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.32, - "release_date": "2003-07-28", - "examine": "Oops!", "wiki_name": "Burnt sea turtle", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_sea_turtle", "price": 0 @@ -4215,10 +3522,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.2, "buy_limit": 13000, - "release_date": "2002-03-18", - "examine": "Slightly damp seaweed.", "wiki_name": "Seaweed", "wiki_url": "https://oldschool.runescape.wiki/w/Seaweed", "price": 31 @@ -4233,10 +3537,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.25, "buy_limit": 13000, - "release_date": "2003-07-28", - "examine": "Slightly damp seaweed.", "wiki_name": "Edible seaweed", "wiki_url": "https://oldschool.runescape.wiki/w/Edible_seaweed", "price": 58 @@ -4251,10 +3552,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 5, "buy_limit": 50, - "release_date": "2002-02-27", - "examine": "I hope there's treasure in it.", "wiki_name": "Casket", "wiki_url": "https://oldschool.runescape.wiki/w/Casket", "price": 1175 @@ -4269,10 +3567,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.1, "buy_limit": 11000, - "release_date": "2002-09-09", - "examine": "Maybe there are pearls inside?", "wiki_name": "Oyster", "wiki_url": "https://oldschool.runescape.wiki/w/Oyster", "price": 41 @@ -4286,9 +3581,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.08, - "release_date": "2002-09-09", - "examine": "Aww, it's empty.", "wiki_name": "Empty oyster", "wiki_url": "https://oldschool.runescape.wiki/w/Empty_oyster", "price": 0 @@ -4303,10 +3595,7 @@ "cost": 112, "lowalch": 44, "highalch": 67, - "weight": 0.002, "buy_limit": 11000, - "release_date": "2002-09-09", - "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": 75 @@ -4321,10 +3610,7 @@ "cost": 1400, "lowalch": 560, "highalch": 840, - "weight": 0.004, "buy_limit": 11000, - "release_date": "2002-09-09", - "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": 932 @@ -4336,9 +3622,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.03, - "release_date": "2002-10-23", - "examine": "An expensive colourless liquid.", "wiki_name": "Ethenea", "wiki_url": "https://oldschool.runescape.wiki/w/Ethenea", "price": 0 @@ -4350,9 +3633,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.03, - "release_date": "2002-10-23", - "examine": "This isn't worth much.", "wiki_name": "Liquid honey", "wiki_url": "https://oldschool.runescape.wiki/w/Liquid_honey", "price": 0 @@ -4364,9 +3644,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.03, - "release_date": "2002-10-23", - "examine": "It's highly poisonous.", "wiki_name": "Sulphuric broline", "wiki_url": "https://oldschool.runescape.wiki/w/Sulphuric_broline", "price": 0 @@ -4376,9 +3653,6 @@ "name": "Plague sample", "members": true, "cost": 1, - "weight": 0.05, - "release_date": "2002-10-23", - "examine": "Probably best I don't keep this too long.", "wiki_name": "Plague sample", "wiki_url": "https://oldschool.runescape.wiki/w/Plague_sample", "price": 0 @@ -4390,9 +3664,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2002-10-23", - "examine": "A special kind of paper.", "wiki_name": "Touch paper", "wiki_url": "https://oldschool.runescape.wiki/w/Touch_paper", "price": 0 @@ -4404,9 +3675,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2002-10-23", - "examine": "Apparently it distills.", "wiki_name": "Distillator", "wiki_url": "https://oldschool.runescape.wiki/w/Distillator", "price": 0 @@ -4420,9 +3688,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.01, - "release_date": "2002-10-23", - "examine": "Yup. It's an amulet.", "wiki_name": "Lathas' amulet", "wiki_url": "https://oldschool.runescape.wiki/w/Lathas'_amulet", "equipment": { @@ -4452,9 +3717,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.05, - "release_date": "2002-10-23", - "examine": "Birds love this stuff!", "wiki_name": "Bird feed", "wiki_url": "https://oldschool.runescape.wiki/w/Bird_feed", "price": 0 @@ -4466,9 +3728,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2002-10-23", - "examine": "Opens things.", "wiki_name": "Key (Biohazard)", "wiki_url": "https://oldschool.runescape.wiki/w/Key_(Biohazard)", "price": 0 @@ -4480,9 +3739,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2, - "release_date": "2002-10-23", - "examine": "It's full of pigeons.", "wiki_name": "Pigeon cage (Full)", "wiki_url": "https://oldschool.runescape.wiki/w/Pigeon_cage#Full", "price": 0 @@ -4494,9 +3750,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, - "release_date": "2002-10-23", - "examine": "It's empty...", "wiki_name": "Pigeon cage (Empty)", "wiki_url": "https://oldschool.runescape.wiki/w/Pigeon_cage#Empty", "price": 0 @@ -4512,10 +3765,7 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 1.814, "buy_limit": 150, - "release_date": "2002-10-23", - "examine": "Top half of a priest suit.", "wiki_name": "Priest gown (top)", "wiki_url": "https://oldschool.runescape.wiki/w/Priest_gown_(top)", "equipment": { @@ -4549,10 +3799,7 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 1.814, "buy_limit": 150, - "release_date": "2002-10-23", - "examine": "Bottom half of a priest suit.", "wiki_name": "Priest gown (bottom)", "wiki_url": "https://oldschool.runescape.wiki/w/Priest_gown_(bottom)", "equipment": { @@ -4584,9 +3831,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 1.814, - "release_date": "2002-10-23", - "examine": "Medical looking.", "wiki_name": "Medical gown", "wiki_url": "https://oldschool.runescape.wiki/w/Medical_gown", "equipment": { @@ -4615,9 +3859,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.907, - "release_date": "2001-06-11", - "examine": "A very strong spirit brewed on Karamja.", "wiki_name": "Karamjan rum", "wiki_url": "https://oldschool.runescape.wiki/w/Karamjan_rum", "price": 0 @@ -4628,9 +3869,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2001-06-11", - "examine": "A key to One-Eyed Hector's chest.", "wiki_name": "Chest key (Pirate's Treasure)", "wiki_url": "https://oldschool.runescape.wiki/w/Chest_key_(Pirate's_Treasure)", "price": 0 @@ -4641,9 +3879,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2004-03-29", - "examine": "Pirates don't have the best handwriting...", "wiki_name": "Pirate message", "wiki_url": "https://oldschool.runescape.wiki/w/Pirate_message", "price": 0 @@ -4657,10 +3892,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, "buy_limit": 13000, - "release_date": "2001-02-28", - "examine": "Some hard dry clay.", "wiki_name": "Clay", "wiki_url": "https://oldschool.runescape.wiki/w/Clay", "price": 75 @@ -4674,10 +3906,7 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "weight": 2.267, "buy_limit": 13000, - "release_date": "2001-01-04", - "examine": "This needs refining.", "wiki_name": "Copper ore", "wiki_url": "https://oldschool.runescape.wiki/w/Copper_ore", "price": 43 @@ -4691,10 +3920,7 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "weight": 2.267, "buy_limit": 13000, - "release_date": "2001-01-04", - "examine": "This needs refining.", "wiki_name": "Tin ore", "wiki_url": "https://oldschool.runescape.wiki/w/Tin_ore", "price": 35 @@ -4708,10 +3934,7 @@ "cost": 17, "lowalch": 6, "highalch": 10, - "weight": 2.267, "buy_limit": 13000, - "release_date": "2001-01-04", - "examine": "This needs refining.", "wiki_name": "Iron ore", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_ore", "price": 154 @@ -4725,10 +3948,7 @@ "cost": 75, "lowalch": 30, "highalch": 45, - "weight": 2.267, "buy_limit": 13000, - "release_date": "2001-07-12", - "examine": "This needs refining.", "wiki_name": "Silver ore", "wiki_url": "https://oldschool.runescape.wiki/w/Silver_ore", "price": 43 @@ -4742,10 +3962,7 @@ "cost": 150, "lowalch": 60, "highalch": 90, - "weight": 2.267, "buy_limit": 30000, - "release_date": "2001-01-04", - "examine": "This needs refining.", "wiki_name": "Gold ore", "wiki_url": "https://oldschool.runescape.wiki/w/Gold_ore", "price": 157 @@ -4757,9 +3974,6 @@ "cost": 150, "lowalch": 60, "highalch": 90, - "weight": 2.267, - "release_date": "2002-04-09", - "examine": "This needs refining.", "wiki_name": "'perfect' gold ore", "wiki_url": "https://oldschool.runescape.wiki/w/'perfect'_gold_ore", "price": 0 @@ -4773,10 +3987,7 @@ "cost": 162, "lowalch": 64, "highalch": 97, - "weight": 1.814, "buy_limit": 13000, - "release_date": "2001-01-04", - "examine": "This needs refining.", "wiki_name": "Mithril ore", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_ore", "price": 106 @@ -4790,10 +4001,7 @@ "cost": 400, "lowalch": 160, "highalch": 240, - "weight": 2.721, "buy_limit": 4500, - "release_date": "2001-01-04", - "examine": "This needs refining.", "wiki_name": "Adamantite ore", "wiki_url": "https://oldschool.runescape.wiki/w/Adamantite_ore", "price": 1091 @@ -4807,10 +4015,7 @@ "cost": 3200, "lowalch": 1280, "highalch": 1920, - "weight": 2.267, "buy_limit": 4500, - "release_date": "2001-08-13", - "examine": "This needs refining.", "wiki_name": "Runite ore", "wiki_url": "https://oldschool.runescape.wiki/w/Runite_ore", "price": 11065 @@ -4824,10 +4029,7 @@ "cost": 45, "lowalch": 18, "highalch": 27, - "weight": 2.267, "buy_limit": 13000, - "release_date": "2001-01-04", - "examine": "Hmm a non-renewable energy source!", "wiki_name": "Coal", "wiki_url": "https://oldschool.runescape.wiki/w/Coal", "price": 155 @@ -4839,9 +4041,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.014, - "release_date": "2002-03-25", - "examine": "The official Alfred Grimhand bar crawl card.", "wiki_name": "Barcrawl card", "wiki_url": "https://oldschool.runescape.wiki/w/Barcrawl_card", "price": 0 @@ -4853,9 +4052,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.15, - "release_date": "2002-03-25", - "examine": "It's empty!", "wiki_name": "Scorpion cage (Empty)", "wiki_url": "https://oldschool.runescape.wiki/w/Scorpion_cage#Empty", "price": 0 @@ -4867,9 +4063,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.175, - "release_date": "2002-03-25", - "examine": "There is 1 scorpion inside.", "wiki_name": "Scorpion cage (Taverley)", "wiki_url": "https://oldschool.runescape.wiki/w/Scorpion_cage#Taverley", "price": 0 @@ -4881,9 +4074,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.2, - "release_date": "2002-03-25", - "examine": "There are 2 scorpions inside.", "wiki_name": "Scorpion cage (Taverley + Outpost)", "wiki_url": "https://oldschool.runescape.wiki/w/Scorpion_cage#Taverley_+_Outpost", "price": 0 @@ -4895,9 +4085,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.2, - "release_date": "2002-03-25", - "examine": "There are 2 scorpions inside.", "wiki_name": "Scorpion cage (Taverley + Monastery)", "wiki_url": "https://oldschool.runescape.wiki/w/Scorpion_cage#Taverley_+_Monastery", "price": 0 @@ -4909,9 +4096,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.175, - "release_date": "2002-03-25", - "examine": "There is 1 scorpion inside.", "wiki_name": "Scorpion cage (Outpost)", "wiki_url": "https://oldschool.runescape.wiki/w/Scorpion_cage#Outpost", "price": 0 @@ -4923,9 +4107,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.2, - "release_date": "2002-03-25", - "examine": "There are 2 scorpions inside.", "wiki_name": "Scorpion cage (Outpost + Monastery)", "wiki_url": "https://oldschool.runescape.wiki/w/Scorpion_cage#Outpost_+_Monastery", "price": 0 @@ -4937,9 +4118,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.175, - "release_date": "2002-03-25", - "examine": "There is 1 scorpion inside.", "wiki_name": "Scorpion cage (Monastery)", "wiki_url": "https://oldschool.runescape.wiki/w/Scorpion_cage#Monastery", "price": 0 @@ -4951,9 +4129,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.225, - "release_date": "2002-03-25", - "examine": "There are 3 scorpions inside.", "wiki_name": "Scorpion cage (Full)", "wiki_url": "https://oldschool.runescape.wiki/w/Scorpion_cage#Full", "price": 0 @@ -4968,10 +4143,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.085, "buy_limit": 2000, - "release_date": "2004-03-29", - "examine": "I wonder what this tastes like?", "wiki_name": "Strange fruit", "wiki_url": "https://oldschool.runescape.wiki/w/Strange_fruit", "price": 667 @@ -4984,9 +4156,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2004-03-29", - "examine": "Useless without the head.", "wiki_name": "Pickaxe handle", "wiki_url": "https://oldschool.runescape.wiki/w/Pickaxe_handle", "price": 0 @@ -4999,9 +4168,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2004-03-29", - "examine": "Nurmof can fix this for me.", "wiki_name": "Broken pickaxe (bronze)", "wiki_url": "https://oldschool.runescape.wiki/w/Broken_pickaxe_(bronze)", "price": 0 @@ -5014,9 +4180,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2004-03-29", - "examine": "Nurmof can fix this for me.", "wiki_name": "Broken pickaxe (iron)", "wiki_url": "https://oldschool.runescape.wiki/w/Broken_pickaxe_(iron)", "price": 0 @@ -5029,9 +4192,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2004-03-29", - "examine": "Nurmof can fix this for me.", "wiki_name": "Broken pickaxe (steel)", "wiki_url": "https://oldschool.runescape.wiki/w/Broken_pickaxe_(steel)", "price": 0 @@ -5044,9 +4204,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2004-03-29", - "examine": "Nurmof can fix this for me.", "wiki_name": "Broken pickaxe (mithril)", "wiki_url": "https://oldschool.runescape.wiki/w/Broken_pickaxe_(mithril)", "price": 0 @@ -5059,9 +4216,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2004-03-29", - "examine": "Nurmof can fix this for me.", "wiki_name": "Broken pickaxe (adamant)", "wiki_url": "https://oldschool.runescape.wiki/w/Broken_pickaxe_(adamant)", "price": 0 @@ -5074,9 +4228,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2004-03-29", - "examine": "Nurmof can fix this for me.", "wiki_name": "Broken pickaxe (rune)", "wiki_url": "https://oldschool.runescape.wiki/w/Broken_pickaxe_(rune)", "price": 0 @@ -5089,9 +4240,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2004-03-29", - "examine": "It's missing a handle.", "wiki_name": "Bronze pick head", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_pick_head", "price": 0 @@ -5104,9 +4252,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2004-03-29", - "examine": "It's missing a handle.", "wiki_name": "Iron pick head", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_pick_head", "price": 0 @@ -5119,9 +4264,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2004-03-29", - "examine": "It's missing a handle.", "wiki_name": "Steel pick head", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_pick_head", "price": 0 @@ -5134,9 +4276,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2004-03-29", - "examine": "It's missing a handle.", "wiki_name": "Mithril pick head", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_pick_head", "price": 0 @@ -5149,9 +4288,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2004-03-29", - "examine": "It's missing a handle.", "wiki_name": "Adamant pick head", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_pick_head", "price": 0 @@ -5164,9 +4300,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2004-03-29", - "examine": "It's missing a handle.", "wiki_name": "Rune pick head", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_pick_head", "price": 0 @@ -5179,9 +4312,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2004-03-29", - "examine": "Useless without the head.", "wiki_name": "Axe handle (Standard)", "wiki_url": "https://oldschool.runescape.wiki/w/Axe_handle#Standard", "price": 0 @@ -5194,9 +4324,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2004-03-29", - "examine": "Bob can fix this for me.", "wiki_name": "Broken axe (bronze)", "wiki_url": "https://oldschool.runescape.wiki/w/Broken_axe_(bronze)", "price": 0 @@ -5209,9 +4336,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2004-03-29", - "examine": "Bob can fix this for me.", "wiki_name": "Broken axe (iron)", "wiki_url": "https://oldschool.runescape.wiki/w/Broken_axe_(iron)", "price": 0 @@ -5224,9 +4348,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2004-03-29", - "examine": "Bob can fix this for me.", "wiki_name": "Broken axe (steel)", "wiki_url": "https://oldschool.runescape.wiki/w/Broken_axe_(steel)", "price": 0 @@ -5239,9 +4360,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2004-03-29", - "examine": "Bob can fix this for me.", "wiki_name": "Broken axe (black)", "wiki_url": "https://oldschool.runescape.wiki/w/Broken_axe_(black)", "price": 0 @@ -5254,9 +4372,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.68, - "release_date": "2004-03-29", - "examine": "Bob can fix this for me.", "wiki_name": "Broken axe (mithril)", "wiki_url": "https://oldschool.runescape.wiki/w/Broken_axe_(mithril)", "price": 0 @@ -5269,9 +4384,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.133, - "release_date": "2004-03-29", - "examine": "Bob can fix this for me.", "wiki_name": "Broken axe (adamant)", "wiki_url": "https://oldschool.runescape.wiki/w/Broken_axe_(adamant)", "price": 0 @@ -5284,9 +4396,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2004-03-29", - "examine": "Bob can fix this for me.", "wiki_name": "Broken axe (rune)", "wiki_url": "https://oldschool.runescape.wiki/w/Broken_axe_(rune)", "price": 0 @@ -5299,9 +4408,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2004-03-29", - "examine": "It's missing a handle.", "wiki_name": "Bronze axe head", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_axe_head", "price": 0 @@ -5314,9 +4420,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2004-03-29", - "examine": "It's missing a handle.", "wiki_name": "Iron axe head", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_axe_head", "price": 0 @@ -5329,9 +4432,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2004-03-29", - "examine": "It's missing a handle.", "wiki_name": "Steel axe head", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_axe_head", "price": 0 @@ -5344,9 +4444,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2004-03-29", - "examine": "It's missing a handle.", "wiki_name": "Black axe head", "wiki_url": "https://oldschool.runescape.wiki/w/Black_axe_head", "price": 0 @@ -5359,9 +4456,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.68, - "release_date": "2004-03-29", - "examine": "It's missing a handle.", "wiki_name": "Mithril axe head", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_axe_head", "price": 0 @@ -5374,9 +4468,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.133, - "release_date": "2004-03-29", - "examine": "It's missing a handle.", "wiki_name": "Adamant axe head", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_axe_head", "price": 0 @@ -5389,9 +4480,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2004-03-29", - "examine": "It's missing a handle.", "wiki_name": "Rune axe head", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_axe_head", "price": 0 @@ -5403,9 +4491,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, - "release_date": "2002-02-27", - "examine": "I don't fancy eating this now.", "wiki_name": "Enchanted beef", "wiki_url": "https://oldschool.runescape.wiki/w/Enchanted_beef", "price": 0 @@ -5417,9 +4502,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.2, - "release_date": "2002-02-27", - "examine": "I don't fancy eating this now.", "wiki_name": "Enchanted rat", "wiki_url": "https://oldschool.runescape.wiki/w/Enchanted_rat", "price": 0 @@ -5429,9 +4511,6 @@ "name": "Enchanted bear", "members": true, "cost": 1, - "weight": 0.5, - "release_date": "2002-02-27", - "examine": "I don't fancy eating this now.", "wiki_name": "Enchanted bear", "wiki_url": "https://oldschool.runescape.wiki/w/Enchanted_bear", "price": 0 @@ -5443,9 +4522,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2002-02-27", - "examine": "I don't fancy eating this now.", "wiki_name": "Enchanted chicken", "wiki_url": "https://oldschool.runescape.wiki/w/Enchanted_chicken", "price": 0 @@ -5459,10 +4535,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, "buy_limit": 3000, - "release_date": "2001-01-04", - "examine": "Bones are for burying!", "wiki_name": "Bones", "wiki_url": "https://oldschool.runescape.wiki/w/Bones", "price": 136 @@ -5476,10 +4549,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, "buy_limit": 3000, - "release_date": "2004-03-29", - "examine": "Bones are for burying!", "wiki_name": "Burnt bones", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_bones", "price": 408 @@ -5494,10 +4564,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, "buy_limit": 3000, - "release_date": "2002-02-27", - "examine": "Ew it's a pile of bones.", "wiki_name": "Bat bones", "wiki_url": "https://oldschool.runescape.wiki/w/Bat_bones", "price": 622 @@ -5511,10 +4578,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.8, "buy_limit": 3000, - "release_date": "2001-08-13", - "examine": "Ew it's a pile of bones.", "wiki_name": "Big bones", "wiki_url": "https://oldschool.runescape.wiki/w/Big_bones", "price": 276 @@ -5529,10 +4593,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.8, "buy_limit": 3000, - "release_date": "2004-03-29", - "examine": "Ew it's a pile of bones.", "wiki_name": "Babydragon bones", "wiki_url": "https://oldschool.runescape.wiki/w/Babydragon_bones", "price": 957 @@ -5547,10 +4608,7 @@ "cost": 160, "lowalch": 64, "highalch": 96, - "weight": 1.5, "buy_limit": 7500, - "release_date": "2002-10-23", - "examine": "These would feed a dog for months!", "wiki_name": "Dragon bones", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_bones", "price": 2860 @@ -5567,10 +4625,7 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.907, "buy_limit": 125, - "release_date": "2002-02-27", - "examine": "Keeps a druid's knees nice and warm.", "wiki_name": "Druid's robe", "wiki_url": "https://oldschool.runescape.wiki/w/Druid's_robe", "equipment": { @@ -5605,10 +4660,7 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.907, "buy_limit": 125, - "release_date": "2002-02-27", - "examine": "I feel closer to the gods when I am wearing this.", "wiki_name": "Druid's robe top", "wiki_url": "https://oldschool.runescape.wiki/w/Druid's_robe_top", "equipment": { @@ -5642,10 +4694,7 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.907, "buy_limit": 125, - "release_date": "2001-07-12", - "examine": "Keeps a monk's knees nice and warm.", "wiki_name": "Monk's robe", "wiki_url": "https://oldschool.runescape.wiki/w/Monk's_robe", "equipment": { @@ -5679,10 +4728,7 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.907, "buy_limit": 125, - "release_date": "2001-07-12", - "examine": "I feel closer to the gods when I am wearing this.", "wiki_name": "Monk's robe top", "wiki_url": "https://oldschool.runescape.wiki/w/Monk's_robe_top", "equipment": { @@ -5716,10 +4762,7 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.907, "buy_limit": 125, - "release_date": "2004-03-29", - "examine": "I feel closer to the gods when I am wearing this.", "wiki_name": "Shade robe top", "wiki_url": "https://oldschool.runescape.wiki/w/Shade_robe_top", "equipment": { @@ -5753,10 +4796,7 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.907, "buy_limit": 125, - "release_date": "2004-03-29", - "examine": "If a shade had knees, this would keep them nice and warm.", "wiki_name": "Shade robe", "wiki_url": "https://oldschool.runescape.wiki/w/Shade_robe", "equipment": { @@ -5787,9 +4827,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.51, - "release_date": "2004-03-29", - "examine": "Issued to all new citizens of Gielinor.", "wiki_name": "Newcomer map", "wiki_url": "https://oldschool.runescape.wiki/w/Newcomer_map", "price": 0 @@ -5802,9 +4839,6 @@ "cost": 35, "lowalch": 14, "highalch": 21, - "weight": 0.01, - "release_date": "2001-01-04", - "examine": "It lets me talk to ghosts.", "wiki_name": "Ghostspeak amulet (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Ghostspeak_amulet#Normal", "equipment": { @@ -5831,9 +4865,6 @@ "id": 553, "name": "Ghost's skull", "cost": 1, - "weight": 0.08, - "release_date": "2001-01-04", - "examine": "Ooooh spooky!", "wiki_name": "Ghost's skull", "wiki_url": "https://oldschool.runescape.wiki/w/Ghost's_skull", "price": 0 @@ -5848,8 +4879,6 @@ "lowalch": 1, "highalch": 2, "buy_limit": 50000, - "release_date": "2001-01-04", - "examine": "One of the 4 basic elemental Runes.", "wiki_name": "Fire rune", "wiki_url": "https://oldschool.runescape.wiki/w/Fire_rune", "price": 5 @@ -5864,8 +4893,6 @@ "lowalch": 1, "highalch": 2, "buy_limit": 50000, - "release_date": "2001-01-04", - "examine": "One of the 4 basic elemental Runes.", "wiki_name": "Water rune", "wiki_url": "https://oldschool.runescape.wiki/w/Water_rune", "price": 5 @@ -5880,8 +4907,6 @@ "lowalch": 1, "highalch": 2, "buy_limit": 50000, - "release_date": "2001-01-04", - "examine": "One of the 4 basic elemental Runes.", "wiki_name": "Air rune", "wiki_url": "https://oldschool.runescape.wiki/w/Air_rune", "price": 4 @@ -5896,8 +4921,6 @@ "lowalch": 1, "highalch": 2, "buy_limit": 50000, - "release_date": "2001-01-04", - "examine": "One of the 4 basic elemental Runes.", "wiki_name": "Earth rune", "wiki_url": "https://oldschool.runescape.wiki/w/Earth_rune", "price": 5 @@ -5912,8 +4935,6 @@ "lowalch": 1, "highalch": 1, "buy_limit": 18000, - "release_date": "2001-01-04", - "examine": "Used for basic level missile spells.", "wiki_name": "Mind rune", "wiki_url": "https://oldschool.runescape.wiki/w/Mind_rune", "price": 3 @@ -5928,8 +4949,6 @@ "lowalch": 1, "highalch": 1, "buy_limit": 18000, - "release_date": "2001-01-04", - "examine": "Used for curse spells.", "wiki_name": "Body rune", "wiki_url": "https://oldschool.runescape.wiki/w/Body_rune", "price": 5 @@ -5944,8 +4963,6 @@ "lowalch": 72, "highalch": 108, "buy_limit": 25000, - "release_date": "2001-05-24", - "examine": "Used for medium level missile spells.", "wiki_name": "Death rune", "wiki_url": "https://oldschool.runescape.wiki/w/Death_rune", "price": 115 @@ -5960,8 +4977,6 @@ "lowalch": 72, "highalch": 108, "buy_limit": 18000, - "release_date": "2001-05-24", - "examine": "Used for alchemy spells.", "wiki_name": "Nature rune", "wiki_url": "https://oldschool.runescape.wiki/w/Nature_rune", "price": 92 @@ -5976,8 +4991,6 @@ "lowalch": 36, "highalch": 54, "buy_limit": 18000, - "release_date": "2001-05-24", - "examine": "Used for low level missile spells.", "wiki_name": "Chaos rune", "wiki_url": "https://oldschool.runescape.wiki/w/Chaos_rune", "price": 61 @@ -5992,8 +5005,6 @@ "lowalch": 96, "highalch": 144, "buy_limit": 18000, - "release_date": "2001-05-24", - "examine": "Used for teleport spells.", "wiki_name": "Law rune", "wiki_url": "https://oldschool.runescape.wiki/w/Law_rune", "price": 128 @@ -6008,8 +5019,6 @@ "lowalch": 20, "highalch": 30, "buy_limit": 18000, - "release_date": "2001-05-24", - "examine": "Used for enchant spells.", "wiki_name": "Cosmic rune", "wiki_url": "https://oldschool.runescape.wiki/w/Cosmic_rune", "price": 72 @@ -6025,8 +5034,6 @@ "lowalch": 160, "highalch": 240, "buy_limit": 25000, - "release_date": "2002-03-18", - "examine": "Used for high level missile spells.", "wiki_name": "Blood rune", "wiki_url": "https://oldschool.runescape.wiki/w/Blood_rune", "price": 203 @@ -6042,8 +5049,6 @@ "lowalch": 120, "highalch": 180, "buy_limit": 25000, - "release_date": "2002-10-23", - "examine": "Used for high level curse spells.", "wiki_name": "Soul rune", "wiki_url": "https://oldschool.runescape.wiki/w/Soul_rune", "price": 199 @@ -6058,10 +5063,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.453, "buy_limit": 10000, - "release_date": "2002-03-18", - "examine": "I'd prefer it if it was powered.", "wiki_name": "Unpowered orb", "wiki_url": "https://oldschool.runescape.wiki/w/Unpowered_orb", "price": 127 @@ -6076,10 +5078,7 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 0.453, "buy_limit": 11000, - "release_date": "2002-03-18", - "examine": "A magic glowing orb.", "wiki_name": "Fire orb", "wiki_url": "https://oldschool.runescape.wiki/w/Fire_orb", "price": 936 @@ -6094,10 +5093,7 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 0.453, "buy_limit": 11000, - "release_date": "2002-03-18", - "examine": "A magic glowing orb.", "wiki_name": "Water orb", "wiki_url": "https://oldschool.runescape.wiki/w/Water_orb", "price": 815 @@ -6112,10 +5108,7 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 0.453, "buy_limit": 11000, - "release_date": "2002-03-18", - "examine": "A magic glowing orb.", "wiki_name": "Air orb", "wiki_url": "https://oldschool.runescape.wiki/w/Air_orb", "price": 995 @@ -6130,10 +5123,7 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 0.453, "buy_limit": 11000, - "release_date": "2002-03-18", - "examine": "A magic glowing orb.", "wiki_name": "Earth orb", "wiki_url": "https://oldschool.runescape.wiki/w/Earth_orb", "price": 875 @@ -6149,10 +5139,7 @@ "cost": 15, "lowalch": 6, "highalch": 9, - "weight": 0.907, "buy_limit": 125, - "release_date": "2001-01-21", - "examine": "I can do magic better in this.", "wiki_name": "Blue wizard robe", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_wizard_robe", "equipment": { @@ -6186,10 +5173,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.453, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A silly pointed hat.", "wiki_name": "Blue wizard hat", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_wizard_hat", "equipment": { @@ -6223,10 +5207,7 @@ "cost": 13, "lowalch": 5, "highalch": 7, - "weight": 0.907, "buy_limit": 125, - "release_date": "2001-01-25", - "examine": "I can do magic better in this.", "wiki_name": "Black robe", "wiki_url": "https://oldschool.runescape.wiki/w/Black_robe", "equipment": { @@ -6258,9 +5239,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, - "release_date": "2003-07-28", - "examine": "It's a bailing bucket.", "wiki_name": "Bailing bucket (Empty)", "wiki_url": "https://oldschool.runescape.wiki/w/Bailing_bucket#Empty", "price": 0 @@ -6274,9 +5252,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 5, - "release_date": "2003-07-28", - "examine": "It's a bailing bucket full of salty water.", "wiki_name": "Bailing bucket (Full)", "wiki_url": "https://oldschool.runescape.wiki/w/Bailing_bucket#Full", "price": 0 @@ -6288,9 +5263,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2002-07-23", - "examine": "A strange glowing green orb.", "wiki_name": "Orb of protection", "wiki_url": "https://oldschool.runescape.wiki/w/Orb_of_protection", "price": 0 @@ -6302,9 +5274,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2, - "release_date": "2002-07-23", - "examine": "Two strange glowing green orbs.", "wiki_name": "Orbs of protection", "wiki_url": "https://oldschool.runescape.wiki/w/Orbs_of_protection", "price": 0 @@ -6318,9 +5287,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2002-07-23", - "examine": "It's an amulet of protection given to me by the gnomes.", "wiki_name": "Gnome amulet", "wiki_url": "https://oldschool.runescape.wiki/w/Gnome_amulet", "equipment": { @@ -6352,10 +5318,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.035, "buy_limit": 40, - "release_date": "2001-01-04", - "examine": "Useful for lighting a fire.", "wiki_name": "Tinderbox", "wiki_url": "https://oldschool.runescape.wiki/w/Tinderbox", "price": 32 @@ -6369,10 +5332,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.056, "buy_limit": 13000, - "release_date": "2001-01-04", - "examine": "A heap of ashes.", "wiki_name": "Ashes", "wiki_url": "https://oldschool.runescape.wiki/w/Ashes", "price": 106 @@ -6384,9 +5344,6 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.5, - "release_date": "2002-09-09", - "examine": "A lit home-made torch.", "wiki_name": "Torch (Lit)", "wiki_url": "https://oldschool.runescape.wiki/w/Torch#Lit", "price": 0 @@ -6398,8 +5355,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "release_date": "2004-03-29", - "examine": "A lit home-made torch.", "wiki_name": "Torch (unobtainable item)", "wiki_url": "https://oldschool.runescape.wiki/w/Torch_(unobtainable_item)", "price": 0 @@ -6414,10 +5369,7 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.5, "buy_limit": 40, - "release_date": "2002-09-09", - "examine": "An unlit home-made torch.", "wiki_name": "Torch (Unlit)", "wiki_url": "https://oldschool.runescape.wiki/w/Torch#Unlit", "price": 3 @@ -6433,8 +5385,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "release_date": "2003-03-03", - "examine": "Arrows with bronze heads wrapped in oily cloth.", "wiki_name": "Bronze fire arrow (Unlit)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_fire_arrow#Unlit", "equipment": { @@ -6468,9 +5418,6 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "weight": 0.003, - "release_date": "2003-03-17", - "examine": "A book on the history of astronomy.", "wiki_name": "Astronomy book", "wiki_url": "https://oldschool.runescape.wiki/w/Astronomy_book", "price": 0 @@ -6482,9 +5429,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2003-03-17", - "examine": "A small key for a large door.", "wiki_name": "Goblin kitchen key", "wiki_url": "https://oldschool.runescape.wiki/w/Goblin_kitchen_key", "price": 0 @@ -6496,9 +5440,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2003-03-17", - "examine": "An unusual mould in the shape of a disc.", "wiki_name": "Lens mould", "wiki_url": "https://oldschool.runescape.wiki/w/Lens_mould", "price": 0 @@ -6510,9 +5451,6 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "weight": 0.003, - "release_date": "2003-03-17", - "examine": "A perfectly circular disc of glass.", "wiki_name": "Observatory lens", "wiki_url": "https://oldschool.runescape.wiki/w/Observatory_lens", "price": 0 @@ -6524,9 +5462,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2003-01-27", - "examine": "A slender bone shard given to you by Zadimus.", "wiki_name": "Bone shard", "wiki_url": "https://oldschool.runescape.wiki/w/Bone_shard", "price": 0 @@ -6538,9 +5473,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2003-01-27", - "examine": "A bone key fashioned from a shard of bone.", "wiki_name": "Bone key (Shilo Village)", "wiki_url": "https://oldschool.runescape.wiki/w/Bone_key_(Shilo_Village)", "price": 0 @@ -6552,9 +5484,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.8, - "release_date": "2003-01-27", - "examine": "A stone plaque with carved letters in it.", "wiki_name": "Stone-plaque", "wiki_url": "https://oldschool.runescape.wiki/w/Stone-plaque", "price": 0 @@ -6566,9 +5495,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2003-01-27", - "examine": "An ancient tattered scroll.", "wiki_name": "Tattered scroll", "wiki_url": "https://oldschool.runescape.wiki/w/Tattered_scroll", "price": 0 @@ -6580,9 +5506,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2003-01-27", - "examine": "An ancient crumpled scroll.", "wiki_name": "Crumpled scroll", "wiki_url": "https://oldschool.runescape.wiki/w/Crumpled_scroll", "price": 0 @@ -6594,9 +5517,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2003-01-27", - "examine": "The remains of the Zombie Queen.", "wiki_name": "Rashiliyia corpse", "wiki_url": "https://oldschool.runescape.wiki/w/Rashiliyia_corpse", "price": 0 @@ -6608,9 +5528,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, - "release_date": "2003-01-27", - "examine": "The remains of Zadimus.", "wiki_name": "Zadimus corpse", "wiki_url": "https://oldschool.runescape.wiki/w/Zadimus_corpse", "price": 0 @@ -6622,9 +5539,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2003-01-27", - "examine": "A magical crystal sphere.", "wiki_name": "Locating crystal", "wiki_url": "https://oldschool.runescape.wiki/w/Locating_crystal", "price": 0 @@ -6636,9 +5550,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2004-03-29", - "examine": "A magical crystal sphere.", "wiki_name": "Locating crystal (unobtainable item) (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Locating_crystal_(unobtainable_item)#1", "price": 0 @@ -6650,9 +5561,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2004-03-29", - "examine": "A magical crystal sphere.", "wiki_name": "Locating crystal (unobtainable item) (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Locating_crystal_(unobtainable_item)#2", "price": 0 @@ -6664,9 +5572,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2004-03-29", - "examine": "A magical crystal sphere.", "wiki_name": "Locating crystal (unobtainable item) (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Locating_crystal_(unobtainable_item)#3", "price": 0 @@ -6678,9 +5583,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2004-03-29", - "examine": "A magical crystal sphere.", "wiki_name": "Locating crystal (unobtainable item) (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Locating_crystal_(unobtainable_item)#4", "price": 0 @@ -6694,9 +5596,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2003-01-27", - "examine": "A curious looking neck ornament.", "wiki_name": "Beads of the dead", "wiki_url": "https://oldschool.runescape.wiki/w/Beads_of_the_dead", "equipment": { @@ -6726,9 +5625,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2003-01-27", - "examine": "Beads carved out of a bone.", "wiki_name": "Bone beads", "wiki_url": "https://oldschool.runescape.wiki/w/Bone_beads", "price": 0 @@ -6740,9 +5636,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.004, - "release_date": "2003-01-27", - "examine": "Allows you to rest in the luxurious Paramayer Inn.", "wiki_name": "Paramaya ticket", "wiki_url": "https://oldschool.runescape.wiki/w/Paramaya_ticket", "price": 0 @@ -6755,8 +5648,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "release_date": "2004-03-29", - "examine": "Allows you to rest in the luxurious Paramayer Inn.", "wiki_name": "Paramaya ticket (unobtainable item)", "wiki_url": "https://oldschool.runescape.wiki/w/Paramaya_ticket_(unobtainable_item)", "price": 0 @@ -6771,10 +5662,7 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.004, "buy_limit": 18000, - "release_date": "2003-01-27", - "examine": "Allows you passage on the 'Lady of the waves' ship.", "wiki_name": "Ship ticket", "wiki_url": "https://oldschool.runescape.wiki/w/Ship_ticket", "price": 1 @@ -6786,9 +5674,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.085, - "release_date": "2003-01-27", - "examine": "An ivory sword pommel.", "wiki_name": "Sword pommel", "wiki_url": "https://oldschool.runescape.wiki/w/Sword_pommel", "price": 0 @@ -6800,9 +5685,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2003-01-27", - "examine": "Notes taken from the tomb of Bervirius.", "wiki_name": "Bervirius notes", "wiki_url": "https://oldschool.runescape.wiki/w/Bervirius_notes", "price": 0 @@ -6814,9 +5696,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.453, - "release_date": "2004-03-29", - "examine": "A decorated belt used to trade information between distant villages.", "wiki_name": "Wampum belt", "wiki_url": "https://oldschool.runescape.wiki/w/Wampum_belt", "price": 0 @@ -6833,10 +5712,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.34, "buy_limit": 150, - "release_date": "2002-12-12", - "examine": "They're soft, silky and pink.", "wiki_name": "Pink boots", "wiki_url": "https://oldschool.runescape.wiki/w/Pink_boots", "equipment": { @@ -6871,10 +5747,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.34, "buy_limit": 150, - "release_date": "2002-12-12", - "examine": "They're soft, silky and green.", "wiki_name": "Green boots", "wiki_url": "https://oldschool.runescape.wiki/w/Green_boots", "equipment": { @@ -6909,10 +5782,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.34, "buy_limit": 150, - "release_date": "2002-12-12", - "examine": "They're soft, silky and blue.", "wiki_name": "Blue boots", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_boots", "equipment": { @@ -6947,10 +5817,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.34, "buy_limit": 150, - "release_date": "2002-12-12", - "examine": "They're soft, silky and cream.", "wiki_name": "Cream boots", "wiki_url": "https://oldschool.runescape.wiki/w/Cream_boots", "equipment": { @@ -6985,10 +5852,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.34, "buy_limit": 150, - "release_date": "2002-12-12", - "examine": "They're soft, silky and turquoise.", "wiki_name": "Turquoise boots", "wiki_url": "https://oldschool.runescape.wiki/w/Turquoise_boots", "equipment": { @@ -7023,10 +5887,7 @@ "cost": 180, "lowalch": 72, "highalch": 108, - "weight": 0.907, "buy_limit": 150, - "release_date": "2002-12-12", - "examine": "The ultimate in gnome design, now in pink!", "wiki_name": "Pink robe top", "wiki_url": "https://oldschool.runescape.wiki/w/Pink_robe_top", "equipment": { @@ -7061,10 +5922,7 @@ "cost": 180, "lowalch": 72, "highalch": 108, - "weight": 0.907, "buy_limit": 150, - "release_date": "2002-12-12", - "examine": "The ultimate in gnome design, now in green!", "wiki_name": "Green robe top", "wiki_url": "https://oldschool.runescape.wiki/w/Green_robe_top", "equipment": { @@ -7099,10 +5957,7 @@ "cost": 180, "lowalch": 72, "highalch": 108, - "weight": 0.907, "buy_limit": 150, - "release_date": "2002-12-12", - "examine": "The ultimate in gnome design, now in blue!", "wiki_name": "Blue robe top", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_robe_top", "equipment": { @@ -7137,10 +5992,7 @@ "cost": 180, "lowalch": 72, "highalch": 108, - "weight": 0.907, "buy_limit": 150, - "release_date": "2002-12-12", - "examine": "The ultimate in gnome design, now in cream!", "wiki_name": "Cream robe top", "wiki_url": "https://oldschool.runescape.wiki/w/Cream_robe_top", "equipment": { @@ -7175,10 +6027,7 @@ "cost": 180, "lowalch": 72, "highalch": 108, - "weight": 0.907, "buy_limit": 150, - "release_date": "2002-12-12", - "examine": "The ultimate in gnome design, now in turquoise!", "wiki_name": "Turquoise robe top", "wiki_url": "https://oldschool.runescape.wiki/w/Turquoise_robe_top", "equipment": { @@ -7213,10 +6062,7 @@ "cost": 180, "lowalch": 72, "highalch": 108, - "weight": 0.907, "buy_limit": 150, - "release_date": "2002-12-12", - "examine": "Made by Tree Gnomes with a thing for pink.", "wiki_name": "Pink robe bottoms", "wiki_url": "https://oldschool.runescape.wiki/w/Pink_robe_bottoms", "equipment": { @@ -7251,10 +6097,7 @@ "cost": 180, "lowalch": 72, "highalch": 108, - "weight": 0.907, "buy_limit": 150, - "release_date": "2002-12-12", - "examine": "Made by Tree Gnomes with a thing for green.", "wiki_name": "Green robe bottoms", "wiki_url": "https://oldschool.runescape.wiki/w/Green_robe_bottoms", "equipment": { @@ -7289,10 +6132,7 @@ "cost": 180, "lowalch": 72, "highalch": 108, - "weight": 0.907, "buy_limit": 150, - "release_date": "2002-12-12", - "examine": "Made by Tree Gnomes with a thing for blue.", "wiki_name": "Blue robe bottoms", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_robe_bottoms", "equipment": { @@ -7327,10 +6167,7 @@ "cost": 180, "lowalch": 72, "highalch": 108, - "weight": 0.907, "buy_limit": 150, - "release_date": "2002-12-12", - "examine": "Made by Tree Gnomes with a thing for cream.", "wiki_name": "Cream robe bottoms", "wiki_url": "https://oldschool.runescape.wiki/w/Cream_robe_bottoms", "equipment": { @@ -7365,10 +6202,7 @@ "cost": 180, "lowalch": 72, "highalch": 108, - "weight": 0.907, "buy_limit": 150, - "release_date": "2002-12-12", - "examine": "Made by Tree Gnomes with a thing for turquoise.", "wiki_name": "Turquoise robe bottoms", "wiki_url": "https://oldschool.runescape.wiki/w/Turquoise_robe_bottoms", "equipment": { @@ -7403,10 +6237,7 @@ "cost": 160, "lowalch": 64, "highalch": 96, - "weight": 0.453, "buy_limit": 150, - "release_date": "2002-12-12", - "examine": "A silly pink pointed hat.", "wiki_name": "Pink hat", "wiki_url": "https://oldschool.runescape.wiki/w/Pink_hat", "equipment": { @@ -7441,10 +6272,7 @@ "cost": 160, "lowalch": 64, "highalch": 96, - "weight": 0.453, "buy_limit": 150, - "release_date": "2002-12-12", - "examine": "A silly green pointed hat.", "wiki_name": "Green hat", "wiki_url": "https://oldschool.runescape.wiki/w/Green_hat", "equipment": { @@ -7479,10 +6307,7 @@ "cost": 160, "lowalch": 64, "highalch": 96, - "weight": 0.453, "buy_limit": 150, - "release_date": "2002-12-12", - "examine": "A silly blue pointed hat.", "wiki_name": "Blue hat", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_hat", "equipment": { @@ -7517,10 +6342,7 @@ "cost": 160, "lowalch": 64, "highalch": 96, - "weight": 0.453, "buy_limit": 150, - "release_date": "2002-12-12", - "examine": "A silly cream pointed hat.", "wiki_name": "Cream hat", "wiki_url": "https://oldschool.runescape.wiki/w/Cream_hat", "equipment": { @@ -7555,10 +6377,7 @@ "cost": 160, "lowalch": 64, "highalch": 96, - "weight": 0.453, "buy_limit": 150, - "release_date": "2002-12-12", - "examine": "A silly turquoise pointed hat.", "wiki_name": "Turquoise hat", "wiki_url": "https://oldschool.runescape.wiki/w/Turquoise_hat", "equipment": { @@ -7587,9 +6406,6 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "weight": 1.36, - "release_date": "2001-04-06", - "examine": "Picture of a posing Paladin.", "wiki_name": "Portrait", "wiki_url": "https://oldschool.runescape.wiki/w/Portrait", "price": 0 @@ -7603,9 +6419,6 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 1.814, - "release_date": "2001-04-06", - "examine": "A Faladian Knight's sword.", "wiki_name": "Blurite sword", "wiki_url": "https://oldschool.runescape.wiki/w/Blurite_sword", "equipment": { @@ -7670,9 +6483,6 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "weight": 2.267, - "release_date": "2001-04-06", - "examine": "Definitely blue.", "wiki_name": "Blurite ore", "wiki_url": "https://oldschool.runescape.wiki/w/Blurite_ore", "price": 0 @@ -7684,9 +6494,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.056, - "release_date": "2003-07-09", - "examine": "A receptacle for specimens!", "wiki_name": "Specimen jar", "wiki_url": "https://oldschool.runescape.wiki/w/Specimen_jar", "price": 0 @@ -7698,9 +6505,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.056, - "release_date": "2003-07-10", - "examine": "A small brush used to clean rock samples.", "wiki_name": "Specimen brush", "wiki_url": "https://oldschool.runescape.wiki/w/Specimen_brush", "price": 0 @@ -7712,9 +6516,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.085, - "release_date": "2006-08-22", - "examine": "A carefully-kept-safe skull sample.", "wiki_name": "Animal skull", "wiki_url": "https://oldschool.runescape.wiki/w/Animal_skull", "price": 0 @@ -7724,9 +6525,6 @@ "name": "Special cup", "members": true, "cost": 1, - "weight": 0.085, - "release_date": "2006-08-22", - "examine": "A special cup.", "wiki_name": "Special cup", "wiki_url": "https://oldschool.runescape.wiki/w/Special_cup", "price": 0 @@ -7738,9 +6536,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.085, - "release_date": "2006-08-22", - "examine": "A lucky mascot.", "wiki_name": "Teddy", "wiki_url": "https://oldschool.runescape.wiki/w/Teddy", "price": 0 @@ -7752,9 +6547,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.085, - "release_date": "2003-07-09", - "examine": "A roughly shaped piece of rock.", "wiki_name": "Cracked sample", "wiki_url": "https://oldschool.runescape.wiki/w/Cracked_sample", "price": 0 @@ -7766,9 +6558,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.056, - "release_date": "2003-07-09", - "examine": "A small pick for digging.", "wiki_name": "Rock pick", "wiki_url": "https://oldschool.runescape.wiki/w/Rock_pick", "price": 0 @@ -7780,9 +6569,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.056, - "release_date": "2003-07-09", - "examine": "Used for digging!", "wiki_name": "Trowel", "wiki_url": "https://oldschool.runescape.wiki/w/Trowel", "price": 0 @@ -7794,9 +6580,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.085, - "release_date": "2003-07-09", - "examine": "An empty tray for panning.", "wiki_name": "Panning tray (Empty)", "wiki_url": "https://oldschool.runescape.wiki/w/Panning_tray#Empty", "price": 0 @@ -7808,9 +6591,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.141, - "release_date": "2003-07-09", - "examine": "This tray contains gold.", "wiki_name": "Panning tray (unobtainable item)", "wiki_url": "https://oldschool.runescape.wiki/w/Panning_tray_(unobtainable_item)", "price": 0 @@ -7822,9 +6602,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.17, - "release_date": "2003-07-09", - "examine": "This tray contains mud.", "wiki_name": "Panning tray (Mud)", "wiki_url": "https://oldschool.runescape.wiki/w/Panning_tray#Mud", "price": 0 @@ -7837,8 +6614,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2003-07-09", - "examine": "Pure, lovely gold!", "wiki_name": "Nuggets", "wiki_url": "https://oldschool.runescape.wiki/w/Nuggets", "price": 0 @@ -7850,9 +6625,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.085, - "release_date": "2003-07-09", - "examine": "An unusual symbol as yet unidentified by the archaeological expert.", "wiki_name": "Ancient talisman", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_talisman", "price": 0 @@ -7864,9 +6636,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2003-07-09", - "examine": "A letter waiting to be stamped.", "wiki_name": "Unstamped letter", "wiki_url": "https://oldschool.runescape.wiki/w/Unstamped_letter", "price": 0 @@ -7878,9 +6647,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2003-07-09", - "examine": "A sealed letter of recommendation.", "wiki_name": "Sealed letter", "wiki_url": "https://oldschool.runescape.wiki/w/Sealed_letter", "price": 0 @@ -7892,9 +6658,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2003-07-09", - "examine": "Used to hold up trousers!", "wiki_name": "Belt buckle", "wiki_url": "https://oldschool.runescape.wiki/w/Belt_buckle", "price": 0 @@ -7906,9 +6669,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.056, - "release_date": "2003-07-09", - "examine": "Phew!", "wiki_name": "Old boot", "wiki_url": "https://oldschool.runescape.wiki/w/Old_boot", "price": 0 @@ -7920,9 +6680,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2003-07-09", - "examine": "A decent-enough weapon gone rusty.", "wiki_name": "Rusty sword", "wiki_url": "https://oldschool.runescape.wiki/w/Rusty_sword", "price": 0 @@ -7934,9 +6691,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2003-07-09", - "examine": "This must have been shot at high speed.", "wiki_name": "Broken arrow", "wiki_url": "https://oldschool.runescape.wiki/w/Broken_arrow", "price": 0 @@ -7948,9 +6702,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2003-07-09", - "examine": "Not Dick Whittington's helper at all!", "wiki_name": "Buttons", "wiki_url": "https://oldschool.runescape.wiki/w/Buttons", "price": 0 @@ -7962,9 +6713,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2003-07-09", - "examine": "I pity the poor person beaten with this!", "wiki_name": "Broken staff", "wiki_url": "https://oldschool.runescape.wiki/w/Broken_staff", "price": 0 @@ -7976,9 +6724,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2003-07-09", - "examine": "Watch those feet!", "wiki_name": "Broken glass (unobtainable item)", "wiki_url": "https://oldschool.runescape.wiki/w/Broken_glass_(unobtainable_item)", "price": 0 @@ -7990,9 +6735,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2003-07-09", - "examine": "The owner has passed the Earth Sciences level 1 exam.", "wiki_name": "Level 1 certificate", "wiki_url": "https://oldschool.runescape.wiki/w/Level_1_certificate", "price": 0 @@ -8004,9 +6746,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2003-07-09", - "examine": "The owner has passed Earth Sciences level 2 exam.", "wiki_name": "Level 2 certificate", "wiki_url": "https://oldschool.runescape.wiki/w/Level_2_certificate", "price": 0 @@ -8018,9 +6757,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2003-07-09", - "examine": "The owner has passed Earth Sciences level 3 exam.", "wiki_name": "Level 3 certificate", "wiki_url": "https://oldschool.runescape.wiki/w/Level_3_certificate", "price": 0 @@ -8032,9 +6768,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.056, - "release_date": "2003-07-09", - "examine": "Smashing!", "wiki_name": "Ceramic remains", "wiki_url": "https://oldschool.runescape.wiki/w/Ceramic_remains", "price": 0 @@ -8046,9 +6779,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2003-07-09", - "examine": "Now, if I can just find a tooth fairy to sell this to...", "wiki_name": "Old tooth", "wiki_url": "https://oldschool.runescape.wiki/w/Old_tooth", "price": 0 @@ -8060,9 +6790,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2003-07-09", - "examine": "A letter inviting me to use the private dig shafts.", "wiki_name": "Invitation letter", "wiki_url": "https://oldschool.runescape.wiki/w/Invitation_letter", "price": 0 @@ -8074,9 +6801,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 7.711, - "release_date": "2003-07-09", - "examine": "It would be hard to repair this!", "wiki_name": "Damaged armour", "wiki_url": "https://oldschool.runescape.wiki/w/Damaged_armour", "price": 0 @@ -8088,9 +6812,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 7.711, - "release_date": "2003-07-09", - "examine": "No use to me in this state...", "wiki_name": "Broken armour", "wiki_url": "https://oldschool.runescape.wiki/w/Broken_armour", "price": 0 @@ -8102,9 +6823,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.8, - "release_date": "2003-07-09", - "examine": "An old stone slab with writing on it.", "wiki_name": "Stone tablet (The Dig Site)", "wiki_url": "https://oldschool.runescape.wiki/w/Stone_tablet_(The_Dig_Site)", "price": 0 @@ -8116,9 +6834,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2003-07-09", - "examine": "An acrid chemical.", "wiki_name": "Ammonium nitrate (Chemical powder)", "wiki_url": "https://oldschool.runescape.wiki/w/Ammonium_nitrate#Chemical_powder", "price": 0 @@ -8128,9 +6843,6 @@ "name": "Ammonium nitrate", "members": true, "cost": 1, - "weight": 0.015, - "release_date": "2003-07-09", - "examine": "An acrid chemical.", "wiki_name": "Ammonium nitrate (Ammonium nitrate)", "wiki_url": "https://oldschool.runescape.wiki/w/Ammonium_nitrate#Ammonium_nitrate", "price": 0 @@ -8142,9 +6854,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.025, - "release_date": "2003-07-09", - "examine": "A strong chemical.", "wiki_name": "Nitroglycerin (Unidentified liquid)", "wiki_url": "https://oldschool.runescape.wiki/w/Nitroglycerin#Unidentified_liquid", "price": 0 @@ -8156,9 +6865,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.025, - "release_date": "2003-07-09", - "examine": "A strong chemical.", "wiki_name": "Nitroglycerin (Nitroglycerin)", "wiki_url": "https://oldschool.runescape.wiki/w/Nitroglycerin#Nitroglycerin", "price": 0 @@ -8170,9 +6876,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.008, - "release_date": "2003-07-09", - "examine": "Charcoal - crushed to small pieces!", "wiki_name": "Ground charcoal", "wiki_url": "https://oldschool.runescape.wiki/w/Ground_charcoal", "price": 0 @@ -8184,9 +6887,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.03, - "release_date": "2003-07-09", - "examine": "A mixture of strong chemicals.", "wiki_name": "Mixed chemicals (Step 1)", "wiki_url": "https://oldschool.runescape.wiki/w/Mixed_chemicals#Step_1", "price": 0 @@ -8198,9 +6898,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.035, - "release_date": "2003-07-09", - "examine": "A mixture of strong chemicals.", "wiki_name": "Mixed chemicals (Step 2)", "wiki_url": "https://oldschool.runescape.wiki/w/Mixed_chemicals#Step_2", "price": 0 @@ -8212,9 +6909,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.035, - "release_date": "2003-07-09", - "examine": "A mixture of strong chemicals.", "wiki_name": "Chemical compound", "wiki_url": "https://oldschool.runescape.wiki/w/Chemical_compound", "price": 0 @@ -8226,9 +6920,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2003-07-09", - "examine": "The root of an arcenia plant.", "wiki_name": "Arcenia root", "wiki_url": "https://oldschool.runescape.wiki/w/Arcenia_root", "price": 0 @@ -8240,9 +6931,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2003-07-09", - "examine": "This fits a chest.", "wiki_name": "Chest key (Digsite)", "wiki_url": "https://oldschool.runescape.wiki/w/Chest_key_(Digsite)", "price": 0 @@ -8254,9 +6942,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, - "release_date": "2003-07-09", - "examine": "A vessel for holding plants.", "wiki_name": "Vase (Digsite)", "wiki_url": "https://oldschool.runescape.wiki/w/Vase_(Digsite)", "price": 0 @@ -8268,9 +6953,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.51, - "release_date": "2003-07-09", - "examine": "It's about chemicals, judging from its cover.", "wiki_name": "Book on chemicals", "wiki_url": "https://oldschool.runescape.wiki/w/Book_on_chemicals", "price": 0 @@ -8282,9 +6964,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.15, - "release_date": "2003-07-09", - "examine": "A refreshing cuppa.", "wiki_name": "Cup of tea (unobtainable item)", "wiki_url": "https://oldschool.runescape.wiki/w/Cup_of_tea_(unobtainable_item)", "price": 0 @@ -8295,8 +6974,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 9.071, - "examine": "It's a clue scroll.", "wiki_name": "Enjifern", "wiki_url": "https://oldschool.runescape.wiki/w/Enjifern", "price": 0 @@ -8308,9 +6985,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2003-08-20", - "examine": "Notes given to you by Radimus Erkle, including a partially-completed map of the Kharazi jungle.", "wiki_name": "Radimus notes (Incomplete)", "wiki_url": "https://oldschool.runescape.wiki/w/Radimus_notes#Incomplete", "price": 0 @@ -8322,9 +6996,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2003-08-20", - "examine": "Notes given to you by Radimus Erkle, including a partially-completed map of the Kharazi jungle.", "wiki_name": "Radimus notes (Complete)", "wiki_url": "https://oldschool.runescape.wiki/w/Radimus_notes#Complete", "price": 0 @@ -8336,9 +7007,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2003-08-20", - "examine": "It makes a loud but interesting sound when swung in the air.", "wiki_name": "Bullroarer", "wiki_url": "https://oldschool.runescape.wiki/w/Bullroarer", "price": 0 @@ -8350,9 +7018,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2003-08-20", - "examine": "A scrawled note with spidery writing on it.", "wiki_name": "Scrawled note", "wiki_url": "https://oldschool.runescape.wiki/w/Scrawled_note", "price": 0 @@ -8364,9 +7029,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2003-08-20", - "examine": "A scrawled note with spidery writing on it.", "wiki_name": "A scribbled note", "wiki_url": "https://oldschool.runescape.wiki/w/A_scribbled_note", "price": 0 @@ -8378,9 +7040,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2003-08-20", - "examine": "A scrawled note with spidery writing on it.", "wiki_name": "Scrumpled note", "wiki_url": "https://oldschool.runescape.wiki/w/Scrumpled_note", "price": 0 @@ -8392,9 +7051,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.02, - "release_date": "2003-08-20", - "examine": "A rough sketch of a bowl-shaped vessel, given to you by Gujuo.", "wiki_name": "Sketch", "wiki_url": "https://oldschool.runescape.wiki/w/Sketch", "price": 0 @@ -8406,9 +7062,6 @@ "cost": 700, "lowalch": 280, "highalch": 420, - "weight": 0.8, - "release_date": "2003-08-20", - "examine": "A specially-made bowl constructed out of pure gold.", "wiki_name": "Gold bowl", "wiki_url": "https://oldschool.runescape.wiki/w/Gold_bowl", "price": 0 @@ -8420,9 +7073,6 @@ "cost": 700, "lowalch": 280, "highalch": 420, - "weight": 0.8, - "release_date": "2003-08-20", - "examine": "A specially-made bowl constructed out of pure gold and blessed by Gujuo.", "wiki_name": "Blessed gold bowl", "wiki_url": "https://oldschool.runescape.wiki/w/Blessed_gold_bowl", "price": 0 @@ -8434,9 +7084,6 @@ "cost": 700, "lowalch": 280, "highalch": 420, - "weight": 1, - "release_date": "2003-08-20", - "examine": "A specially-made golden bowl filled with water.", "wiki_name": "Golden bowl (Water)", "wiki_url": "https://oldschool.runescape.wiki/w/Golden_bowl#Water", "price": 0 @@ -8448,9 +7095,6 @@ "cost": 700, "lowalch": 280, "highalch": 420, - "weight": 1, - "release_date": "2003-08-20", - "examine": "A specially-made golden bowl filled with pure, sacred water.", "wiki_name": "Golden bowl (Pure water)", "wiki_url": "https://oldschool.runescape.wiki/w/Golden_bowl#Pure_water", "price": 0 @@ -8462,9 +7106,6 @@ "cost": 700, "lowalch": 280, "highalch": 420, - "weight": 1, - "release_date": "2003-08-20", - "examine": "A blessed golden bowl. It has water in it.", "wiki_name": "Golden bowl (Blessed water)", "wiki_url": "https://oldschool.runescape.wiki/w/Golden_bowl#Blessed_water", "price": 0 @@ -8476,9 +7117,6 @@ "cost": 700, "lowalch": 280, "highalch": 420, - "weight": 1, - "release_date": "2003-08-20", - "examine": "A blessed golden bowl. It has pure, sacred water in it.", "wiki_name": "Golden bowl (Blessed pure water)", "wiki_url": "https://oldschool.runescape.wiki/w/Golden_bowl#Blessed_pure_water", "price": 0 @@ -8490,9 +7128,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.012, - "release_date": "2003-08-20", - "examine": "One of nature's pipes.", "wiki_name": "Hollow reed", "wiki_url": "https://oldschool.runescape.wiki/w/Hollow_reed", "price": 0 @@ -8503,9 +7138,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.012, - "release_date": "2004-03-29", - "examine": "One of nature's pipes.", "wiki_name": "Hollow reed (unobtainable item)", "wiki_url": "https://oldschool.runescape.wiki/w/Hollow_reed_(unobtainable_item)", "price": 0 @@ -8517,9 +7149,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.51, - "release_date": "2003-08-20", - "examine": "It looks like the Shaman's personal notes...", "wiki_name": "Shaman's tome", "wiki_url": "https://oldschool.runescape.wiki/w/Shaman's_tome", "price": 0 @@ -8531,9 +7160,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.51, - "release_date": "2003-08-20", - "examine": "An ancient tome on Demonology.", "wiki_name": "Binding book", "wiki_url": "https://oldschool.runescape.wiki/w/Binding_book", "price": 0 @@ -8545,9 +7171,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2003-08-20", - "examine": "An enchanted empty glass vial.", "wiki_name": "Enchanted vial", "wiki_url": "https://oldschool.runescape.wiki/w/Enchanted_vial", "price": 0 @@ -8563,8 +7186,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2003-08-20", - "examine": "A vial of holy water, good against certain demons.", "wiki_name": "Holy water", "wiki_url": "https://oldschool.runescape.wiki/w/Holy_water", "equipment": { @@ -8623,9 +7244,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.002, - "release_date": "2004-03-29", - "examine": "Fragments of a broken container.", "wiki_name": "Smashed glass", "wiki_url": "https://oldschool.runescape.wiki/w/Smashed_glass", "price": 0 @@ -8638,8 +7256,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2003-08-20", - "examine": "These need to be germinated before they can be used.", "wiki_name": "Yommi tree seeds (Ungerminated)", "wiki_url": "https://oldschool.runescape.wiki/w/Yommi_tree_seeds#Ungerminated", "price": 0 @@ -8652,8 +7268,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2003-08-20", - "examine": "These seeds are germinated and ready to be planted in fertile soil.", "wiki_name": "Yommi tree seeds (Germinated)", "wiki_url": "https://oldschool.runescape.wiki/w/Yommi_tree_seeds#Germinated", "price": 0 @@ -8663,9 +7277,6 @@ "name": "Snakeweed mixture", "members": true, "cost": 1, - "weight": 0.025, - "release_date": "2003-08-20", - "examine": "It's a mixture of Snakeweed and water. Needs another ingredient.", "wiki_name": "Snakeweed mixture", "wiki_url": "https://oldschool.runescape.wiki/w/Snakeweed_mixture", "price": 0 @@ -8677,9 +7288,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.025, - "release_date": "2003-08-20", - "examine": "It's a mixture of Ardrigal and water. Needs another ingredient.", "wiki_name": "Ardrigal mixture", "wiki_url": "https://oldschool.runescape.wiki/w/Ardrigal_mixture", "price": 0 @@ -8691,9 +7299,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.025, - "release_date": "2003-08-20", - "examine": "A Bravery Potion made from Gujuo's recipe. Let's hope it works.", "wiki_name": "Bravery potion", "wiki_url": "https://oldschool.runescape.wiki/w/Bravery_potion", "price": 0 @@ -8705,9 +7310,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.453, - "release_date": "2003-08-20", - "examine": "A strange blue wizard's hat.", "wiki_name": "Blue hat (Legends' Quest)", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_hat_(Legends'_Quest)", "price": 0 @@ -8719,9 +7321,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.05, - "release_date": "2003-08-20", - "examine": "It looks like it's been snapped off of something.", "wiki_name": "Chunk of crystal", "wiki_url": "https://oldschool.runescape.wiki/w/Chunk_of_crystal", "price": 0 @@ -8733,9 +7332,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.05, - "release_date": "2003-08-20", - "examine": "It looks like it's been snapped off of something.", "wiki_name": "Hunk of crystal", "wiki_url": "https://oldschool.runescape.wiki/w/Hunk_of_crystal", "price": 0 @@ -8747,9 +7343,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.05, - "release_date": "2003-08-20", - "examine": "It looks like it's been snapped off of something.", "wiki_name": "Lump of crystal", "wiki_url": "https://oldschool.runescape.wiki/w/Lump_of_crystal", "price": 0 @@ -8761,9 +7354,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.15, - "release_date": "2003-08-20", - "examine": "A heart-shaped crystal.", "wiki_name": "Heart crystal (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Heart_crystal#Inactive", "price": 0 @@ -8775,9 +7365,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.15, - "release_date": "2003-08-20", - "examine": "A heart-shaped crystal.", "wiki_name": "Heart crystal (Activated)", "wiki_url": "https://oldschool.runescape.wiki/w/Heart_crystal#Activated", "price": 0 @@ -8792,9 +7379,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2003-08-20", - "examine": "A black obsidian dagger. It has a strange aura about it.", "wiki_name": "Dark dagger", "wiki_url": "https://oldschool.runescape.wiki/w/Dark_dagger", "equipment": { @@ -8861,9 +7445,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2003-08-20", - "examine": "A black obsidian dagger. It has a strange aura about it - and it seems to be glowing!", "wiki_name": "Glowing dagger", "wiki_url": "https://oldschool.runescape.wiki/w/Glowing_dagger", "equipment": { @@ -8927,9 +7508,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2003-08-20", - "examine": "A powerful spell for good.", "wiki_name": "Holy force", "wiki_url": "https://oldschool.runescape.wiki/w/Holy_force", "price": 0 @@ -8941,9 +7519,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 3, - "release_date": "2003-08-20", - "examine": "A well-carved totem pole made from the trunk of a Yommi tree.", "wiki_name": "Yommi totem", "wiki_url": "https://oldschool.runescape.wiki/w/Yommi_totem", "price": 0 @@ -8955,9 +7530,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 3, - "release_date": "2003-08-20", - "examine": "A gilded totem pole, given to you as a gift from the Kharazi tribe.", "wiki_name": "Gilded totem", "wiki_url": "https://oldschool.runescape.wiki/w/Gilded_totem", "price": 0 @@ -8972,10 +7544,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, "buy_limit": 150, - "release_date": "2003-01-28", - "examine": "A ball used in Gnomeball.", "wiki_name": "Gnomeball", "wiki_url": "https://oldschool.runescape.wiki/w/Gnomeball", "price": 15623 @@ -8989,10 +7558,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.007, "buy_limit": 600, - "release_date": "2001-01-04", - "examine": "Poisonous berries.", "wiki_name": "Cadava berries", "wiki_url": "https://oldschool.runescape.wiki/w/Cadava_berries", "price": 169 @@ -9003,9 +7569,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.02, - "release_date": "2001-01-04", - "examine": "A message from Juliet to Romeo.", "wiki_name": "Message (Romeo & Juliet)", "wiki_url": "https://oldschool.runescape.wiki/w/Message_(Romeo_&_Juliet)", "price": 0 @@ -9016,9 +7579,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.025, - "release_date": "2001-01-04", - "examine": "I'm meant to give this to Juliet.", "wiki_name": "Cadava potion", "wiki_url": "https://oldschool.runescape.wiki/w/Cadava_potion", "price": 0 @@ -9029,9 +7589,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.2, - "release_date": "2001-01-04", - "examine": "The Shield of Arrav by A R Wright.", "wiki_name": "Book (Shield of Arrav)", "wiki_url": "https://oldschool.runescape.wiki/w/Book_(Shield_of_Arrav)", "price": 0 @@ -9042,9 +7599,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2001-01-04", - "examine": "The key to get into the Phoenix Gang HQ.", "wiki_name": "Phoenix hq key", "wiki_url": "https://oldschool.runescape.wiki/w/Phoenix_hq_key", "price": 0 @@ -9057,9 +7611,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2001-01-04", - "examine": "The key to the Phoenix Gang's weapons store.", "wiki_name": "Weapon store key", "wiki_url": "https://oldschool.runescape.wiki/w/Weapon_store_key", "price": 0 @@ -9070,9 +7621,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.02, - "release_date": "2001-01-04", - "examine": "An intelligence report.", "wiki_name": "Intel report", "wiki_url": "https://oldschool.runescape.wiki/w/Intel_report", "price": 0 @@ -9092,9 +7640,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.721, - "release_date": "2001-01-04", - "examine": "Half of the Shield of Arrav.", "wiki_name": "Broken shield (Left)", "wiki_url": "https://oldschool.runescape.wiki/w/Broken_shield#Left", "price": 0 @@ -9105,9 +7650,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 10, - "release_date": "2014-05-15", - "examine": "You can carry coal in here.", "wiki_name": "Coal bag (Closed)", "wiki_url": "https://oldschool.runescape.wiki/w/Coal_bag#Closed", "price": 0 @@ -9118,9 +7660,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.721, - "release_date": "2001-01-04", - "examine": "Half of the Shield of Arrav.", "wiki_name": "Broken shield (Right)", "wiki_url": "https://oldschool.runescape.wiki/w/Broken_shield#Right", "price": 0 @@ -9131,9 +7670,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 1, - "release_date": "2014-05-15", - "examine": "You can carry uncut gems in here.", "wiki_name": "Gem bag (Closed)", "wiki_url": "https://oldschool.runescape.wiki/w/Gem_bag#Closed", "price": 0 @@ -9149,9 +7685,6 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 3.628, - "release_date": "2001-01-04", - "examine": "Former property of the Phoenix Gang.", "wiki_name": "Phoenix crossbow", "wiki_url": "https://oldschool.runescape.wiki/w/Phoenix_crossbow", "equipment": { @@ -9209,9 +7742,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2001-01-04", - "examine": "I can use this to claim a reward from the King.", "wiki_name": "Certificate (Shield of Arrav)", "wiki_url": "https://oldschool.runescape.wiki/w/Certificate_(Shield_of_Arrav)", "price": 0 @@ -9232,9 +7762,6 @@ "cost": 15, "lowalch": 6, "highalch": 9, - "weight": 2.267, - "release_date": "2002-02-27", - "examine": "A limb of the fabled Dramen tree.", "wiki_name": "Dramen branch", "wiki_url": "https://oldschool.runescape.wiki/w/Dramen_branch", "price": 0 @@ -9249,9 +7776,6 @@ "cost": 15, "lowalch": 6, "highalch": 9, - "weight": 1.814, - "release_date": "2002-02-27", - "examine": "Crafted from a Dramen tree branch.", "wiki_name": "Dramen staff", "wiki_url": "https://oldschool.runescape.wiki/w/Dramen_staff", "equipment": { @@ -9310,9 +7834,6 @@ "cost": 2025, "lowalch": 810, "highalch": 1215, - "weight": 0.007, - "release_date": "2002-04-09", - "examine": "A perfect ruby ring.", "wiki_name": "'perfect' ring", "wiki_url": "https://oldschool.runescape.wiki/w/'perfect'_ring", "equipment": { @@ -9344,9 +7865,6 @@ "cost": 2175, "lowalch": 870, "highalch": 1305, - "weight": 0.01, - "release_date": "2002-04-09", - "examine": "A perfect ruby necklace.", "wiki_name": "'perfect' necklace", "wiki_url": "https://oldschool.runescape.wiki/w/'perfect'_necklace", "equipment": { @@ -9378,9 +7896,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.226, - "release_date": "2002-04-09", - "examine": "These gauntlets empower with a greater ability to cook fish.", "wiki_name": "Cooking gauntlets", "wiki_url": "https://oldschool.runescape.wiki/w/Cooking_gauntlets", "equipment": { @@ -9412,9 +7927,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.226, - "release_date": "2002-04-09", - "examine": "These gauntlets empower the bearer whilst making gold.", "wiki_name": "Goldsmith gauntlets", "wiki_url": "https://oldschool.runescape.wiki/w/Goldsmith_gauntlets", "equipment": { @@ -9446,9 +7958,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.226, - "release_date": "2002-04-09", - "examine": "These gauntlets empower spell casters.", "wiki_name": "Chaos gauntlets", "wiki_url": "https://oldschool.runescape.wiki/w/Chaos_gauntlets", "equipment": { @@ -9478,9 +7987,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.226, - "release_date": "2002-04-09", - "examine": "My reward for assisting the Fitzharmon family.", "wiki_name": "Steel gauntlets", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_gauntlets", "equipment": { @@ -9510,9 +8016,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2002-04-09", - "examine": "A fragment of the Fitzharmon family crest.", "wiki_name": "Crest part (Avan)", "wiki_url": "https://oldschool.runescape.wiki/w/Crest_part#Avan", "price": 0 @@ -9524,9 +8027,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2002-04-09", - "examine": "A fragment of the Fitzharmon family crest.", "wiki_name": "Crest part (Caleb)", "wiki_url": "https://oldschool.runescape.wiki/w/Crest_part#Caleb", "price": 0 @@ -9538,9 +8038,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2002-04-09", - "examine": "A fragment of the Fitzharmon family crest.", "wiki_name": "Crest part (Johnathon)", "wiki_url": "https://oldschool.runescape.wiki/w/Crest_part#Johnathon", "price": 0 @@ -9550,9 +8047,6 @@ "name": "Family crest", "members": true, "cost": 1, - "weight": 4.535, - "release_date": "2002-04-09", - "examine": "The Fitzharmon family crest.", "wiki_name": "Family crest (item)", "wiki_url": "https://oldschool.runescape.wiki/w/Family_crest_(item)", "price": 0 @@ -9562,9 +8056,6 @@ "name": "Bark sample", "members": true, "cost": 2, - "weight": 0.015, - "release_date": "2002-12-12", - "examine": "A sample of the bark from the Grand Tree.", "wiki_name": "Bark sample", "wiki_url": "https://oldschool.runescape.wiki/w/Bark_sample", "price": 0 @@ -9576,9 +8067,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.51, - "release_date": "2002-12-12", - "examine": "A book to translate the ancient gnome language.", "wiki_name": "Translation book", "wiki_url": "https://oldschool.runescape.wiki/w/Translation_book", "price": 0 @@ -9590,9 +8078,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.51, - "release_date": "2002-12-12", - "examine": "Perhaps I should read it and see what Glough is up to!", "wiki_name": "Glough's journal", "wiki_url": "https://oldschool.runescape.wiki/w/Glough's_journal", "price": 0 @@ -9604,9 +8089,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.02, - "release_date": "2004-03-29", - "examine": "Hazelmere wrote something down on this scroll.", "wiki_name": "Hazelmere's scroll", "wiki_url": "https://oldschool.runescape.wiki/w/Hazelmere's_scroll", "price": 0 @@ -9618,9 +8100,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.02, - "release_date": "2002-12-12", - "examine": "An order from the Karamja shipyard.", "wiki_name": "Lumber order", "wiki_url": "https://oldschool.runescape.wiki/w/Lumber_order", "price": 0 @@ -9632,9 +8111,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2002-12-12", - "examine": "The key to Glough's chest.", "wiki_name": "Glough's key", "wiki_url": "https://oldschool.runescape.wiki/w/Glough's_key", "price": 0 @@ -9646,9 +8122,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2002-12-12", - "examine": "Twigs bound together in the shape of a T.", "wiki_name": "Twigs (T)", "wiki_url": "https://oldschool.runescape.wiki/w/Twigs#T", "price": 0 @@ -9660,9 +8133,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2002-12-12", - "examine": "Twigs bound together in the shape of a U.", "wiki_name": "Twigs (U)", "wiki_url": "https://oldschool.runescape.wiki/w/Twigs#U", "price": 0 @@ -9674,9 +8144,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2002-12-12", - "examine": "Twigs bound together in the shape of a Z.", "wiki_name": "Twigs (Z)", "wiki_url": "https://oldschool.runescape.wiki/w/Twigs#Z", "price": 0 @@ -9688,9 +8155,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2002-12-12", - "examine": "Twigs bound together in the shape of a O.", "wiki_name": "Twigs (O)", "wiki_url": "https://oldschool.runescape.wiki/w/Twigs#O", "price": 0 @@ -9702,9 +8166,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2002-12-12", - "examine": "An ancient rock with strange magical properties.", "wiki_name": "Daconia rock", "wiki_url": "https://oldschool.runescape.wiki/w/Daconia_rock", "price": 0 @@ -9714,9 +8175,6 @@ "name": "Invasion plans", "members": true, "cost": 2, - "weight": 0.02, - "release_date": "2002-12-12", - "examine": "These are plans for an invasion!", "wiki_name": "Invasion plans", "wiki_url": "https://oldschool.runescape.wiki/w/Invasion_plans", "price": 0 @@ -9727,9 +8185,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.4, - "release_date": "2002-12-12", - "examine": "A model of a Karamja warship.", "wiki_name": "War ship", "wiki_url": "https://oldschool.runescape.wiki/w/War_ship", "price": 0 @@ -9748,8 +8203,6 @@ "lowalch": 1, "highalch": 1, "buy_limit": 7000, - "release_date": "2004-03-29", - "examine": "A finely balanced throwing axe.", "wiki_name": "Bronze thrownaxe", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_thrownaxe", "equipment": { @@ -9815,8 +8268,6 @@ "lowalch": 2, "highalch": 4, "buy_limit": 7000, - "release_date": "2004-03-29", - "examine": "A finely balanced throwing axe.", "wiki_name": "Iron thrownaxe", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_thrownaxe", "equipment": { @@ -9882,8 +8333,6 @@ "lowalch": 10, "highalch": 15, "buy_limit": 7000, - "release_date": "2004-03-29", - "examine": "A finely balanced throwing axe.", "wiki_name": "Steel thrownaxe", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_thrownaxe", "equipment": { @@ -9949,8 +8398,6 @@ "lowalch": 28, "highalch": 42, "buy_limit": 7000, - "release_date": "2004-03-29", - "examine": "A finely balanced throwing axe.", "wiki_name": "Mithril thrownaxe", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_thrownaxe", "equipment": { @@ -10016,8 +8463,6 @@ "lowalch": 70, "highalch": 105, "buy_limit": 11000, - "release_date": "2004-03-29", - "examine": "A finely balanced throwing axe.", "wiki_name": "Adamant thrownaxe", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_thrownaxe", "equipment": { @@ -10083,8 +8528,6 @@ "lowalch": 176, "highalch": 264, "buy_limit": 11000, - "release_date": "2004-03-29", - "examine": "A finely balanced throwing axe.", "wiki_name": "Rune thrownaxe", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_thrownaxe", "equipment": { @@ -10150,8 +8593,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 7000, - "release_date": "2003-04-14", - "examine": "A deadly throwing dart with a bronze tip.", "wiki_name": "Bronze dart (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_dart#Unpoisoned", "equipment": { @@ -10217,8 +8658,6 @@ "lowalch": 0, "highalch": 1, "buy_limit": 7000, - "release_date": "2003-04-14", - "examine": "A deadly throwing dart with an iron tip.", "wiki_name": "Iron dart (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_dart#Unpoisoned", "equipment": { @@ -10284,8 +8723,6 @@ "lowalch": 4, "highalch": 6, "buy_limit": 7000, - "release_date": "2003-04-14", - "examine": "A deadly throwing dart with a steel tip.", "wiki_name": "Steel dart (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_dart#Unpoisoned", "equipment": { @@ -10351,8 +8788,6 @@ "lowalch": 10, "highalch": 15, "buy_limit": 7000, - "release_date": "2003-04-14", - "examine": "A deadly throwing dart with a mithril tip.", "wiki_name": "Mithril dart (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_dart#Unpoisoned", "equipment": { @@ -10418,8 +8853,6 @@ "lowalch": 26, "highalch": 39, "buy_limit": 11000, - "release_date": "2003-04-14", - "examine": "A deadly throwing dart with an adamant tip.", "wiki_name": "Adamant dart (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_dart#Unpoisoned", "equipment": { @@ -10485,8 +8918,6 @@ "lowalch": 140, "highalch": 210, "buy_limit": 11000, - "release_date": "2003-04-14", - "examine": "A deadly throwing dart with a rune tip.", "wiki_name": "Rune dart (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_dart#Unpoisoned", "equipment": { @@ -10552,8 +8983,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 7000, - "release_date": "2003-04-14", - "examine": "A deadly poisoned dart with a bronze tip.", "wiki_name": "Bronze dart (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_dart#Poison", "equipment": { @@ -10619,8 +9048,6 @@ "lowalch": 0, "highalch": 1, "buy_limit": 7000, - "release_date": "2003-04-14", - "examine": "A deadly poisoned dart with an iron tip.", "wiki_name": "Iron dart (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_dart#Poison", "equipment": { @@ -10686,8 +9113,6 @@ "lowalch": 4, "highalch": 6, "buy_limit": 7000, - "release_date": "2003-04-14", - "examine": "A deadly poisoned dart with a steel tip.", "wiki_name": "Steel dart (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_dart#Poison", "equipment": { @@ -10753,8 +9178,6 @@ "lowalch": 10, "highalch": 15, "buy_limit": 7000, - "release_date": "2003-04-14", - "examine": "A deadly poisoned dart with a mithril tip.", "wiki_name": "Mithril dart (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_dart#Poison", "equipment": { @@ -10820,8 +9243,6 @@ "lowalch": 26, "highalch": 39, "buy_limit": 11000, - "release_date": "2003-04-14", - "examine": "A deadly poisoned dart with an adamant tip.", "wiki_name": "Adamant dart (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_dart#Poison", "equipment": { @@ -10887,8 +9308,6 @@ "lowalch": 140, "highalch": 210, "buy_limit": 11000, - "release_date": "2003-04-14", - "examine": "A deadly poisoned dart with a rune tip.", "wiki_name": "Rune dart (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_dart#Poison", "equipment": { @@ -10948,8 +9367,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2004-03-29", - "examine": "A deadly throwing dart with a poisoned tip.", "wiki_name": "Poisoned dart(p)", "wiki_url": "https://oldschool.runescape.wiki/w/Poisoned_dart(p)", "price": 0 @@ -10965,8 +9382,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 13000, - "release_date": "2003-04-14", - "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": 37 @@ -10982,8 +9397,6 @@ "lowalch": 1, "highalch": 1, "buy_limit": 13000, - "release_date": "2003-04-14", - "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": 64 @@ -10999,8 +9412,6 @@ "lowalch": 2, "highalch": 3, "buy_limit": 13000, - "release_date": "2003-04-14", - "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": 25 @@ -11016,8 +9427,6 @@ "lowalch": 4, "highalch": 7, "buy_limit": 20000, - "release_date": "2003-04-14", - "examine": "A deadly looking dart tip made of mithril - needs feathers for flight.", "wiki_name": "Mithril dart tip", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_dart_tip", "price": 71 @@ -11033,8 +9442,6 @@ "lowalch": 14, "highalch": 21, "buy_limit": 20000, - "release_date": "2003-04-14", - "examine": "A deadly-looking dart tip made of adamant - needs feathers for flight.", "wiki_name": "Adamant dart tip", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_dart_tip", "price": 189 @@ -11050,8 +9457,6 @@ "lowalch": 70, "highalch": 105, "buy_limit": 11000, - "release_date": "2003-04-14", - "examine": "A deadly-looking dart tip made of runite - needs feathers for flight.", "wiki_name": "Rune dart tip", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_dart_tip", "price": 391 @@ -11069,8 +9474,6 @@ "lowalch": 1, "highalch": 2, "buy_limit": 7000, - "release_date": "2004-03-29", - "examine": "A bronze tipped javelin.", "wiki_name": "Bronze javelin (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_javelin#Unpoisoned", "equipment": { @@ -11108,8 +9511,6 @@ "lowalch": 2, "highalch": 3, "buy_limit": 7000, - "release_date": "2004-03-29", - "examine": "An iron tipped javelin.", "wiki_name": "Iron javelin (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_javelin#Unpoisoned", "equipment": { @@ -11147,8 +9548,6 @@ "lowalch": 9, "highalch": 14, "buy_limit": 7000, - "release_date": "2004-03-29", - "examine": "A steel tipped javelin.", "wiki_name": "Steel javelin (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_javelin#Unpoisoned", "equipment": { @@ -11186,8 +9585,6 @@ "lowalch": 25, "highalch": 38, "buy_limit": 7000, - "release_date": "2004-03-29", - "examine": "A mithril tipped javelin.", "wiki_name": "Mithril javelin (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_javelin#Unpoisoned", "equipment": { @@ -11225,8 +9622,6 @@ "lowalch": 64, "highalch": 96, "buy_limit": 11000, - "release_date": "2004-03-29", - "examine": "An adamant tipped javelin.", "wiki_name": "Adamant javelin (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_javelin#Unpoisoned", "equipment": { @@ -11264,8 +9659,6 @@ "lowalch": 160, "highalch": 240, "buy_limit": 11000, - "release_date": "2004-03-29", - "examine": "A rune tipped javelin.", "wiki_name": "Rune javelin (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_javelin#Unpoisoned", "equipment": { @@ -11303,8 +9696,6 @@ "lowalch": 1, "highalch": 2, "buy_limit": 7000, - "release_date": "2004-03-29", - "examine": "A bronze tipped javelin.", "wiki_name": "Bronze javelin (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_javelin#Poison", "equipment": { @@ -11342,8 +9733,6 @@ "lowalch": 2, "highalch": 3, "buy_limit": 7000, - "release_date": "2004-03-29", - "examine": "An iron tipped javelin.", "wiki_name": "Iron javelin (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_javelin#Poison", "equipment": { @@ -11381,8 +9770,6 @@ "lowalch": 9, "highalch": 14, "buy_limit": 7000, - "release_date": "2004-03-29", - "examine": "A steel tipped javelin.", "wiki_name": "Steel javelin (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_javelin#Poison", "equipment": { @@ -11420,8 +9807,6 @@ "lowalch": 25, "highalch": 38, "buy_limit": 7000, - "release_date": "2004-03-29", - "examine": "A mithril tipped javelin.", "wiki_name": "Mithril javelin (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_javelin#Poison", "equipment": { @@ -11459,8 +9844,6 @@ "lowalch": 64, "highalch": 96, "buy_limit": 11000, - "release_date": "2004-03-29", - "examine": "An adamant tipped javelin.", "wiki_name": "Adamant javelin (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_javelin#Poison", "equipment": { @@ -11498,8 +9881,6 @@ "lowalch": 160, "highalch": 240, "buy_limit": 7000, - "release_date": "2004-03-29", - "examine": "A rune tipped javelin.", "wiki_name": "Rune javelin (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_javelin#Poison", "equipment": { @@ -11536,10 +9917,7 @@ "cost": 70, "lowalch": 28, "highalch": 42, - "weight": 8, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "This fires crossbow bolts.", "wiki_name": "Crossbow", "wiki_url": "https://oldschool.runescape.wiki/w/Crossbow", "equipment": { @@ -11603,10 +9981,7 @@ "cost": 80, "lowalch": 32, "highalch": 48, - "weight": 1.814, "buy_limit": 18000, - "release_date": "2001-01-04", - "examine": "A nice sturdy bow.", "wiki_name": "Longbow", "wiki_url": "https://oldschool.runescape.wiki/w/Longbow", "equipment": { @@ -11670,10 +10045,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 1.36, "buy_limit": 18000, - "release_date": "2001-01-04", - "examine": "Short but effective.", "wiki_name": "Shortbow", "wiki_url": "https://oldschool.runescape.wiki/w/Shortbow", "equipment": { @@ -11737,10 +10109,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 1.814, "buy_limit": 18000, - "release_date": "2002-03-25", - "examine": "A shortbow made out of oak, still effective.", "wiki_name": "Oak shortbow", "wiki_url": "https://oldschool.runescape.wiki/w/Oak_shortbow", "equipment": { @@ -11804,10 +10173,7 @@ "cost": 160, "lowalch": 64, "highalch": 96, - "weight": 2.267, "buy_limit": 18000, - "release_date": "2002-03-25", - "examine": "A nice sturdy bow made out of oak.", "wiki_name": "Oak longbow", "wiki_url": "https://oldschool.runescape.wiki/w/Oak_longbow", "equipment": { @@ -11871,10 +10237,7 @@ "cost": 320, "lowalch": 128, "highalch": 192, - "weight": 1.814, "buy_limit": 18000, - "release_date": "2002-03-25", - "examine": "A nice sturdy bow made out of willow.", "wiki_name": "Willow longbow", "wiki_url": "https://oldschool.runescape.wiki/w/Willow_longbow", "equipment": { @@ -11938,10 +10301,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 1.36, "buy_limit": 18000, - "release_date": "2002-03-25", - "examine": "A shortbow made out of willow, still effective.", "wiki_name": "Willow shortbow", "wiki_url": "https://oldschool.runescape.wiki/w/Willow_shortbow", "equipment": { @@ -12005,10 +10365,7 @@ "cost": 640, "lowalch": 256, "highalch": 384, - "weight": 1.814, "buy_limit": 18000, - "release_date": "2002-03-25", - "examine": "A nice sturdy bow made out of Maple.", "wiki_name": "Maple longbow", "wiki_url": "https://oldschool.runescape.wiki/w/Maple_longbow", "equipment": { @@ -12072,10 +10429,7 @@ "cost": 400, "lowalch": 160, "highalch": 240, - "weight": 1.36, "buy_limit": 18000, - "release_date": "2002-03-25", - "examine": "A shortbow made out of Maple, still effective.", "wiki_name": "Maple shortbow", "wiki_url": "https://oldschool.runescape.wiki/w/Maple_shortbow", "equipment": { @@ -12140,10 +10494,7 @@ "cost": 1280, "lowalch": 512, "highalch": 768, - "weight": 1.814, "buy_limit": 18000, - "release_date": "2002-03-25", - "examine": "A nice sturdy bow made out of yew.", "wiki_name": "Yew longbow", "wiki_url": "https://oldschool.runescape.wiki/w/Yew_longbow", "equipment": { @@ -12208,10 +10559,7 @@ "cost": 800, "lowalch": 320, "highalch": 480, - "weight": 1.36, "buy_limit": 18000, - "release_date": "2002-03-25", - "examine": "A shortbow made out of yew, still effective.", "wiki_name": "Yew shortbow", "wiki_url": "https://oldschool.runescape.wiki/w/Yew_shortbow", "equipment": { @@ -12276,10 +10624,7 @@ "cost": 2560, "lowalch": 1024, "highalch": 1536, - "weight": 1.814, "buy_limit": 18000, - "release_date": "2002-03-25", - "examine": "A nice sturdy magical bow.", "wiki_name": "Magic longbow", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_longbow", "equipment": { @@ -12344,10 +10689,7 @@ "cost": 1600, "lowalch": 640, "highalch": 960, - "weight": 1.36, "buy_limit": 18000, - "release_date": "2002-03-25", - "examine": "Short and magical, but still effective.", "wiki_name": "Magic shortbow", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_shortbow", "equipment": { @@ -12413,8 +10755,6 @@ "lowalch": 1, "highalch": 1, "buy_limit": 7000, - "release_date": "2003-04-14", - "examine": "A finely balanced throwing knife.", "wiki_name": "Iron knife (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_knife#Unpoisoned", "equipment": { @@ -12480,8 +10820,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 7000, - "release_date": "2003-04-14", - "examine": "A finely balanced throwing knife.", "wiki_name": "Bronze knife (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_knife#Unpoisoned", "equipment": { @@ -12547,8 +10885,6 @@ "lowalch": 4, "highalch": 6, "buy_limit": 7000, - "release_date": "2003-04-14", - "examine": "A finely balanced throwing knife.", "wiki_name": "Steel knife (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_knife#Unpoisoned", "equipment": { @@ -12614,8 +10950,6 @@ "lowalch": 10, "highalch": 16, "buy_limit": 7000, - "release_date": "2003-04-14", - "examine": "A finely balanced throwing knife.", "wiki_name": "Mithril knife (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_knife#Unpoisoned", "equipment": { @@ -12681,8 +11015,6 @@ "lowalch": 26, "highalch": 39, "buy_limit": 11000, - "release_date": "2003-04-14", - "examine": "A finely balanced throwing knife.", "wiki_name": "Adamant knife (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_knife#Unpoisoned", "equipment": { @@ -12748,8 +11080,6 @@ "lowalch": 66, "highalch": 100, "buy_limit": 11000, - "release_date": "2003-04-14", - "examine": "A finely balanced throwing knife.", "wiki_name": "Rune knife (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_knife#Unpoisoned", "equipment": { @@ -12815,8 +11145,6 @@ "lowalch": 7, "highalch": 11, "buy_limit": 7000, - "release_date": "2003-04-14", - "examine": "A finely balanced throwing knife.", "wiki_name": "Black knife (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_knife#Unpoisoned", "equipment": { @@ -12882,8 +11210,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 7000, - "release_date": "2003-04-14", - "examine": "A finely balanced throwing knife.", "wiki_name": "Bronze knife (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_knife#Poison", "equipment": { @@ -12949,8 +11275,6 @@ "lowalch": 1, "highalch": 1, "buy_limit": 7000, - "release_date": "2003-04-14", - "examine": "A finely balanced throwing knife.", "wiki_name": "Iron knife (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_knife#Poison", "equipment": { @@ -13016,8 +11340,6 @@ "lowalch": 4, "highalch": 6, "buy_limit": 7000, - "release_date": "2003-04-14", - "examine": "A finely balanced throwing knife.", "wiki_name": "Steel knife (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_knife#Poison", "equipment": { @@ -13083,8 +11405,6 @@ "lowalch": 10, "highalch": 16, "buy_limit": 7000, - "release_date": "2003-04-14", - "examine": "A finely balanced throwing knife.", "wiki_name": "Mithril knife (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_knife#Poison", "equipment": { @@ -13150,8 +11470,6 @@ "lowalch": 7, "highalch": 10, "buy_limit": 7000, - "release_date": "2003-04-14", - "examine": "A finely balanced throwing knife.", "wiki_name": "Black knife (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_knife#Poison", "equipment": { @@ -13217,8 +11535,6 @@ "lowalch": 26, "highalch": 39, "buy_limit": 11000, - "release_date": "2003-04-14", - "examine": "A finely balanced throwing knife.", "wiki_name": "Adamant knife (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_knife#Poison", "equipment": { @@ -13284,8 +11600,6 @@ "lowalch": 66, "highalch": 99, "buy_limit": 7000, - "release_date": "2003-04-14", - "examine": "A finely balanced throwing knife.", "wiki_name": "Rune knife (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_knife#Poison", "equipment": { @@ -13349,8 +11663,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 7000, - "release_date": "2001-01-04", - "examine": "Bronze crossbow bolts.", "wiki_name": "Bronze bolts (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_bolts#Unpoisoned", "equipment": { @@ -13388,8 +11700,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 11000, - "release_date": "2002-02-27", - "examine": "Some poisoned bronze bolts.", "wiki_name": "Bronze bolts (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_bolts#Poison", "equipment": { @@ -13427,8 +11737,6 @@ "lowalch": 2, "highalch": 4, "buy_limit": 11000, - "release_date": "2004-03-29", - "examine": "Opal tipped Bronze crossbow bolts.", "wiki_name": "Opal bolts", "wiki_url": "https://oldschool.runescape.wiki/w/Opal_bolts", "equipment": { @@ -13466,8 +11774,6 @@ "lowalch": 5, "highalch": 7, "buy_limit": 11000, - "release_date": "2002-09-09", - "examine": "Pearl tipped Iron crossbow bolts.", "wiki_name": "Pearl bolts", "wiki_url": "https://oldschool.runescape.wiki/w/Pearl_bolts", "equipment": { @@ -13505,8 +11811,6 @@ "lowalch": 80, "highalch": 120, "buy_limit": 7000, - "release_date": "2004-03-29", - "examine": "Great if you have a crossbow!", "wiki_name": "Barbed bolts", "wiki_url": "https://oldschool.runescape.wiki/w/Barbed_bolts", "equipment": { @@ -13543,8 +11847,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 7000, - "release_date": "2001-01-04", - "examine": "Arrows with bronze heads.", "wiki_name": "Bronze arrow (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_arrow#Unpoisoned", "equipment": { @@ -13582,8 +11884,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 7000, - "release_date": "2002-02-27", - "examine": "Venomous-looking arrows.", "wiki_name": "Bronze arrow (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_arrow#Poison", "equipment": { @@ -13620,8 +11920,6 @@ "lowalch": 1, "highalch": 1, "buy_limit": 7000, - "release_date": "2002-03-25", - "examine": "Arrows with iron heads.", "wiki_name": "Iron arrow (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_arrow#Unpoisoned", "equipment": { @@ -13659,8 +11957,6 @@ "lowalch": 1, "highalch": 1, "buy_limit": 7000, - "release_date": "2002-03-25", - "examine": "Venomous-looking arrows.", "wiki_name": "Iron arrow (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_arrow#Poison", "equipment": { @@ -13697,8 +11993,6 @@ "lowalch": 4, "highalch": 7, "buy_limit": 7000, - "release_date": "2002-03-25", - "examine": "Arrows with steel heads.", "wiki_name": "Steel arrow (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_arrow#Unpoisoned", "equipment": { @@ -13736,8 +12030,6 @@ "lowalch": 4, "highalch": 7, "buy_limit": 7000, - "release_date": "2002-03-25", - "examine": "Venomous-looking arrows.", "wiki_name": "Steel arrow (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_arrow#Poison", "equipment": { @@ -13774,8 +12066,6 @@ "lowalch": 12, "highalch": 19, "buy_limit": 7000, - "release_date": "2002-03-25", - "examine": "Arrows with mithril heads.", "wiki_name": "Mithril arrow (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_arrow#Unpoisoned", "equipment": { @@ -13813,8 +12103,6 @@ "lowalch": 12, "highalch": 19, "buy_limit": 7000, - "release_date": "2002-03-25", - "examine": "Venomous-looking arrows.", "wiki_name": "Mithril arrow (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_arrow#Poison", "equipment": { @@ -13851,8 +12139,6 @@ "lowalch": 32, "highalch": 48, "buy_limit": 11000, - "release_date": "2002-03-25", - "examine": "Arrows with adamant heads.", "wiki_name": "Adamant arrow (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_arrow#Unpoisoned", "equipment": { @@ -13890,8 +12176,6 @@ "lowalch": 32, "highalch": 48, "buy_limit": 11000, - "release_date": "2002-03-25", - "examine": "Venomous-looking arrows.", "wiki_name": "Adamant arrow (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_arrow#Poison", "equipment": { @@ -13929,8 +12213,6 @@ "lowalch": 160, "highalch": 240, "buy_limit": 11000, - "release_date": "2002-03-25", - "examine": "Arrows with rune heads.", "wiki_name": "Rune arrow (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_arrow#Unpoisoned", "equipment": { @@ -13968,8 +12250,6 @@ "lowalch": 160, "highalch": 240, "buy_limit": 11000, - "release_date": "2002-03-25", - "examine": "Venomous-looking arrows.", "wiki_name": "Rune arrow (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_arrow#Poison", "equipment": { @@ -14005,8 +12285,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "release_date": "2003-03-03", - "examine": "These bronze-headed arrows are ablaze with fire.", "wiki_name": "Bronze fire arrow (Lit)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_fire_arrow#Lit", "equipment": { @@ -14039,9 +12317,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2004-03-29", - "examine": "Ugh! It's wriggling!", "wiki_name": "Worm", "wiki_url": "https://oldschool.runescape.wiki/w/Worm", "price": 0 @@ -14052,9 +12327,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2004-04-15", - "examine": "A rope.", "wiki_name": "Throwing rope", "wiki_url": "https://oldschool.runescape.wiki/w/Throwing_rope", "price": 0 @@ -14068,10 +12340,7 @@ "cost": 6, "lowalch": 2, "highalch": 3, - "weight": 0.453, "buy_limit": 40, - "release_date": "2001-01-04", - "examine": "A dangerous looking knife.", "wiki_name": "Knife", "wiki_url": "https://oldschool.runescape.wiki/w/Knife", "price": 48 @@ -14085,10 +12354,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 3, "buy_limit": 18000, - "release_date": "2001-01-04", - "examine": "This would make warm clothing.", "wiki_name": "Bear fur", "wiki_url": "https://oldschool.runescape.wiki/w/Bear_fur", "price": 307 @@ -14102,10 +12368,7 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 1, "buy_limit": 18000, - "release_date": "2001-01-04", - "examine": "It's a sheet of silk.", "wiki_name": "Silk", "wiki_url": "https://oldschool.runescape.wiki/w/Silk", "price": 56 @@ -14119,10 +12382,7 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "weight": 1.814, "buy_limit": 40, - "release_date": "2001-01-21", - "examine": "A slightly muddy spade.", "wiki_name": "Spade", "wiki_url": "https://oldschool.runescape.wiki/w/Spade", "price": 171 @@ -14136,10 +12396,7 @@ "cost": 18, "lowalch": 7, "highalch": 10, - "weight": 1.36, "buy_limit": 250, - "release_date": "2001-02-28", - "examine": "A coil of rope.", "wiki_name": "Rope", "wiki_url": "https://oldschool.runescape.wiki/w/Rope", "price": 69 @@ -14152,9 +12409,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2001-01-04", - "examine": "Get your axes from Bob's Axes.", "wiki_name": "Flyer (Regular)", "wiki_url": "https://oldschool.runescape.wiki/w/Flyer#Regular", "price": 0 @@ -14169,10 +12423,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 3, "buy_limit": 18000, - "release_date": "2002-02-27", - "examine": "This would make warm clothing.", "wiki_name": "Grey wolf fur", "wiki_url": "https://oldschool.runescape.wiki/w/Grey_wolf_fur", "price": 191 @@ -14186,10 +12437,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.8, "buy_limit": 13000, - "release_date": "2001-08-13", - "examine": "A plank of wood!", "wiki_name": "Plank", "wiki_url": "https://oldschool.runescape.wiki/w/Plank", "price": 326 @@ -14203,10 +12451,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.2, "buy_limit": 4, - "release_date": "2001-12-25", - "examine": "I need to pull this.", "wiki_name": "Christmas cracker", "wiki_url": "https://oldschool.runescape.wiki/w/Christmas_cracker", "price": 724397 @@ -14217,9 +12462,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.08, - "release_date": "2001-08-13", - "examine": "Ooooh spooky!", "wiki_name": "Skull (item)", "wiki_url": "https://oldschool.runescape.wiki/w/Skull_(item)", "price": 0 @@ -14231,8 +12473,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2004-03-29", - "examine": "Ooooh spooky!", "wiki_name": "Skull (unobtainable item)", "wiki_url": "https://oldschool.runescape.wiki/w/Skull_(unobtainable_item)", "price": 0 @@ -14245,9 +12485,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.07, - "release_date": "2001-08-13", - "examine": "A fraction of a roof.", "wiki_name": "Tile", "wiki_url": "https://oldschool.runescape.wiki/w/Tile", "price": 0 @@ -14261,9 +12498,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2004-03-29", - "examine": "A rock", "wiki_name": "Rock (limestone)", "wiki_url": "https://oldschool.runescape.wiki/w/Rock_(limestone)", "price": 0 @@ -14278,10 +12512,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.02, "buy_limit": 13000, - "release_date": "2003-08-20", - "examine": "Used for making notes.", "wiki_name": "Papyrus", "wiki_url": "https://oldschool.runescape.wiki/w/Papyrus", "price": 471 @@ -14293,9 +12524,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2004-03-29", - "examine": "Used papyrus, it has squiggles all over it.", "wiki_name": "Papyrus (unobtainable item)", "wiki_url": "https://oldschool.runescape.wiki/w/Papyrus_(unobtainable_item)", "price": 0 @@ -14309,10 +12537,7 @@ "cost": 45, "lowalch": 18, "highalch": 27, - "weight": 0.005, "buy_limit": 13000, - "release_date": "2003-01-27", - "examine": "A lump of charcoal.", "wiki_name": "Charcoal", "wiki_url": "https://oldschool.runescape.wiki/w/Charcoal", "price": 227 @@ -14330,10 +12555,7 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 1.36, "buy_limit": 15, - "release_date": "2003-08-20", - "examine": "A jungle-specific slashing device.", "wiki_name": "Machete", "wiki_url": "https://oldschool.runescape.wiki/w/Machete", "equipment": { @@ -14397,9 +12619,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2004-03-29", - "examine": "A cooking pot.", "wiki_name": "Cooking pot", "wiki_url": "https://oldschool.runescape.wiki/w/Cooking_pot", "price": 0 @@ -14413,10 +12632,7 @@ "cost": 120, "lowalch": 48, "highalch": 72, - "weight": 0.453, "buy_limit": 50, - "release_date": "2001-07-12", - "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": 18315 @@ -14430,10 +12646,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, "buy_limit": 15, - "release_date": "2001-01-04", - "examine": "Opens a door that leads into a dungeon.", "wiki_name": "Brass key", "wiki_url": "https://oldschool.runescape.wiki/w/Brass_key", "price": 475 @@ -14448,10 +12661,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.005, "buy_limit": 11000, - "release_date": "2002-02-27", - "examine": "The tooth end of the mysterious Crystal Key. Can you find the other half?", "wiki_name": "Tooth half of key", "wiki_url": "https://oldschool.runescape.wiki/w/Tooth_half_of_key", "price": 9825 @@ -14466,10 +12676,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.005, "buy_limit": 11000, - "release_date": "2002-02-27", - "examine": "The loop end of the mysterious Crystal Key. Can you find the other half?", "wiki_name": "Loop half of key", "wiki_url": "https://oldschool.runescape.wiki/w/Loop_half_of_key", "price": 9942 @@ -14484,10 +12691,7 @@ "cost": 150, "lowalch": 60, "highalch": 90, - "weight": 0.01, "buy_limit": 11000, - "release_date": "2002-02-27", - "examine": "A mysterious key for a mysterious chest.", "wiki_name": "Crystal key", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_key", "price": 19857 @@ -14501,10 +12705,7 @@ "cost": 80, "lowalch": 32, "highalch": 48, - "weight": 0.01, "buy_limit": 11000, - "release_date": "2001-08-13", - "examine": "It looks like the key to a chest.", "wiki_name": "Muddy key", "wiki_url": "https://oldschool.runescape.wiki/w/Muddy_key", "price": 8715 @@ -14519,10 +12720,7 @@ "cost": 80, "lowalch": 32, "highalch": 48, - "weight": 0.01, "buy_limit": 11000, - "release_date": "2002-12-12", - "examine": "You get a sense of dread from this key.", "wiki_name": "Sinister key", "wiki_url": "https://oldschool.runescape.wiki/w/Sinister_key", "price": 32389 @@ -14533,8 +12731,6 @@ "tradeable": true, "stackable": true, "cost": 1, - "release_date": "2001-01-04", - "examine": "Lovely money!", "wiki_name": "Coins", "wiki_url": "https://oldschool.runescape.wiki/w/Coins", "price": 1 @@ -14550,10 +12746,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.453, "buy_limit": 150, - "release_date": "2001-01-04", - "examine": "A mostly clean apron.", "wiki_name": "White apron", "wiki_url": "https://oldschool.runescape.wiki/w/White_apron", "equipment": { @@ -14587,10 +12780,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.453, "buy_limit": 150, - "release_date": "2001-01-04", - "examine": "A bright red cape.", "wiki_name": "Red cape", "wiki_url": "https://oldschool.runescape.wiki/w/Red_cape", "equipment": { @@ -14624,10 +12814,7 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.01, "buy_limit": 150, - "release_date": "2001-01-04", - "examine": "I'd prefer a gold one.", "wiki_name": "Brass necklace", "wiki_url": "https://oldschool.runescape.wiki/w/Brass_necklace", "equipment": { @@ -14661,10 +12848,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.907, "buy_limit": 150, - "release_date": "2001-01-04", - "examine": "Leg covering favoured by women and wizards.", "wiki_name": "Blue skirt", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_skirt", "equipment": { @@ -14698,10 +12882,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.907, "buy_limit": 150, - "release_date": "2001-01-04", - "examine": "A ladies skirt.", "wiki_name": "Pink skirt", "wiki_url": "https://oldschool.runescape.wiki/w/Pink_skirt", "equipment": { @@ -14735,10 +12916,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.907, "buy_limit": 150, - "release_date": "2001-01-04", - "examine": "Clothing favoured by women and dark wizards.", "wiki_name": "Black skirt", "wiki_url": "https://oldschool.runescape.wiki/w/Black_skirt", "equipment": { @@ -14772,10 +12950,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.453, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A silly pointed hat.", "wiki_name": "Wizard hat", "wiki_url": "https://oldschool.runescape.wiki/w/Wizard_hat", "equipment": { @@ -14809,10 +12984,7 @@ "cost": 7, "lowalch": 2, "highalch": 4, - "weight": 0.453, "buy_limit": 150, - "release_date": "2001-01-21", - "examine": "A warm black cape.", "wiki_name": "Black cape", "wiki_url": "https://oldschool.runescape.wiki/w/Black_cape", "equipment": { @@ -14846,10 +13018,7 @@ "cost": 32, "lowalch": 12, "highalch": 19, - "weight": 0.453, "buy_limit": 150, - "release_date": "2001-02-13", - "examine": "A thick blue cape.", "wiki_name": "Blue cape", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_cape", "equipment": { @@ -14883,10 +13052,7 @@ "cost": 32, "lowalch": 12, "highalch": 19, - "weight": 0.453, "buy_limit": 150, - "release_date": "2001-12-08", - "examine": "A thick yellow cape.", "wiki_name": "Yellow cape", "wiki_url": "https://oldschool.runescape.wiki/w/Yellow_cape", "equipment": { @@ -14921,10 +13087,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.006, "buy_limit": 150, - "release_date": "2002-02-27", - "examine": "A black piece of cloth on a string.", "wiki_name": "Right eye patch", "wiki_url": "https://oldschool.runescape.wiki/w/Right_eye_patch", "equipment": { @@ -14958,10 +13121,7 @@ "cost": 32, "lowalch": 12, "highalch": 19, - "weight": 0.453, "buy_limit": 150, - "release_date": "2001-12-08", - "examine": "A thick green cape.", "wiki_name": "Green cape", "wiki_url": "https://oldschool.runescape.wiki/w/Green_cape", "equipment": { @@ -14995,10 +13155,7 @@ "cost": 32, "lowalch": 12, "highalch": 19, - "weight": 0.453, "buy_limit": 150, - "release_date": "2001-12-08", - "examine": "A thick purple cape.", "wiki_name": "Purple cape", "wiki_url": "https://oldschool.runescape.wiki/w/Purple_cape", "equipment": { @@ -15032,10 +13189,7 @@ "cost": 32, "lowalch": 12, "highalch": 19, - "weight": 0.453, "buy_limit": 150, - "release_date": "2001-12-08", - "examine": "A thick orange cape.", "wiki_name": "Orange cape", "wiki_url": "https://oldschool.runescape.wiki/w/Orange_cape", "equipment": { @@ -15069,10 +13223,7 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.907, "buy_limit": 15, - "release_date": "2002-05-28", - "examine": "A robe worn by worshippers of Zamorak.", "wiki_name": "Zamorak monk bottom", "wiki_url": "https://oldschool.runescape.wiki/w/Zamorak_monk_bottom", "equipment": { @@ -15106,10 +13257,7 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.907, "buy_limit": 15, - "release_date": "2002-05-28", - "examine": "A robe worn by worshippers of Zamorak.", "wiki_name": "Zamorak monk top", "wiki_url": "https://oldschool.runescape.wiki/w/Zamorak_monk_top", "equipment": { @@ -15140,9 +13288,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.226, - "release_date": "2003-04-20", - "examine": "A rabbit-like adornment.", "wiki_name": "Bunny ears", "wiki_url": "https://oldschool.runescape.wiki/w/Bunny_ears", "equipment": { @@ -15176,10 +13321,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.056, "buy_limit": 5, - "release_date": "2001-12-25", - "examine": "A nice hat from a cracker.", "wiki_name": "Red partyhat", "wiki_url": "https://oldschool.runescape.wiki/w/Red_partyhat", "equipment": { @@ -15213,10 +13355,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.056, "buy_limit": 5, - "release_date": "2001-12-25", - "examine": "A nice hat from a cracker.", "wiki_name": "Yellow partyhat", "wiki_url": "https://oldschool.runescape.wiki/w/Yellow_partyhat", "equipment": { @@ -15250,10 +13389,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.056, "buy_limit": 5, - "release_date": "2001-12-25", - "examine": "A nice hat from a cracker.", "wiki_name": "Blue partyhat", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_partyhat", "equipment": { @@ -15287,10 +13423,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.056, "buy_limit": 5, - "release_date": "2001-12-25", - "examine": "A nice hat from a cracker.", "wiki_name": "Green partyhat", "wiki_url": "https://oldschool.runescape.wiki/w/Green_partyhat", "equipment": { @@ -15324,10 +13457,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.056, "buy_limit": 5, - "release_date": "2001-12-25", - "examine": "A nice hat from a cracker.", "wiki_name": "Purple partyhat", "wiki_url": "https://oldschool.runescape.wiki/w/Purple_partyhat", "equipment": { @@ -15361,10 +13491,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.056, "buy_limit": 5, - "release_date": "2001-12-25", - "examine": "A nice hat from a cracker.", "wiki_name": "White partyhat", "wiki_url": "https://oldschool.runescape.wiki/w/White_partyhat", "equipment": { @@ -15398,10 +13525,7 @@ "cost": 160, "lowalch": 64, "highalch": 96, - "weight": 0.113, "buy_limit": 5, - "release_date": "2002-12-25", - "examine": "It's a Santa hat.", "wiki_name": "Santa hat", "wiki_url": "https://oldschool.runescape.wiki/w/Santa_hat", "equipment": { @@ -15433,9 +13557,6 @@ "cost": 450, "lowalch": 180, "highalch": 270, - "weight": 1.814, - "release_date": "2003-08-20", - "examine": "The cape worn by members of the Legends Guild.", "wiki_name": "Cape of legends", "wiki_url": "https://oldschool.runescape.wiki/w/Cape_of_legends", "equipment": { @@ -15469,10 +13590,7 @@ "cost": 15, "lowalch": 6, "highalch": 9, - "weight": 0.34, "buy_limit": 5, - "release_date": "2002-10-31", - "examine": "Aaaarrrghhh ... I'm a monster.", "wiki_name": "Green halloween mask", "wiki_url": "https://oldschool.runescape.wiki/w/Green_halloween_mask", "equipment": { @@ -15506,10 +13624,7 @@ "cost": 15, "lowalch": 6, "highalch": 9, - "weight": 0.34, "buy_limit": 5, - "release_date": "2002-10-31", - "examine": "Aaaarrrghhh ... I'm a monster.", "wiki_name": "Blue halloween mask", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_halloween_mask", "equipment": { @@ -15543,10 +13658,7 @@ "cost": 15, "lowalch": 6, "highalch": 9, - "weight": 0.34, "buy_limit": 5, - "release_date": "2002-10-31", - "examine": "Aaaarrrghhh ... I'm a monster.", "wiki_name": "Red halloween mask", "wiki_url": "https://oldschool.runescape.wiki/w/Red_halloween_mask", "equipment": { @@ -15580,10 +13692,7 @@ "cost": 6, "lowalch": 2, "highalch": 3, - "weight": 0.226, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "These will keep my hands warm!", "wiki_name": "Leather gloves", "wiki_url": "https://oldschool.runescape.wiki/w/Leather_gloves", "equipment": { @@ -15619,10 +13728,7 @@ "cost": 6, "lowalch": 2, "highalch": 3, - "weight": 0.34, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "Comfortable leather boots.", "wiki_name": "Leather boots", "wiki_url": "https://oldschool.runescape.wiki/w/Leather_boots", "equipment": { @@ -15658,10 +13764,7 @@ "cost": 18, "lowalch": 7, "highalch": 10, - "weight": 0.226, "buy_limit": 125, - "release_date": "2004-03-29", - "examine": "Better than no armour!", "wiki_name": "Leather vambraces", "wiki_url": "https://oldschool.runescape.wiki/w/Leather_vambraces", "equipment": { @@ -15697,10 +13800,7 @@ "cost": 2500, "lowalch": 1000, "highalch": 1500, - "weight": 0.283, "buy_limit": 125, - "release_date": "2004-03-29", - "examine": "Vambraces made from 100% real dragonhide.", "wiki_name": "Green d'hide vambraces", "wiki_url": "https://oldschool.runescape.wiki/w/Green_d'hide_vambraces", "equipment": { @@ -15736,10 +13836,7 @@ "cost": 280, "lowalch": 112, "highalch": 168, - "weight": 9.071, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "These look pretty heavy.", "wiki_name": "Iron platelegs", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_platelegs", "equipment": { @@ -15775,10 +13872,7 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 9.071, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "These look pretty heavy.", "wiki_name": "Steel platelegs", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_platelegs", "equipment": { @@ -15814,10 +13908,7 @@ "cost": 2600, "lowalch": 1040, "highalch": 1560, - "weight": 7.711, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "These look pretty heavy.", "wiki_name": "Mithril platelegs", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_platelegs", "equipment": { @@ -15853,10 +13944,7 @@ "cost": 6400, "lowalch": 2560, "highalch": 3840, - "weight": 10.432, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "These look pretty heavy.", "wiki_name": "Adamant platelegs", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_platelegs", "equipment": { @@ -15892,10 +13980,7 @@ "cost": 80, "lowalch": 32, "highalch": 48, - "weight": 9.071, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "These look pretty heavy.", "wiki_name": "Bronze platelegs", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_platelegs", "equipment": { @@ -15931,10 +14016,7 @@ "cost": 1920, "lowalch": 768, "highalch": 1152, - "weight": 9.071, "buy_limit": 125, - "release_date": "2001-02-13", - "examine": "Big, black and heavy looking.", "wiki_name": "Black platelegs", "wiki_url": "https://oldschool.runescape.wiki/w/Black_platelegs", "equipment": { @@ -15970,10 +14052,7 @@ "cost": 64000, "lowalch": 25600, "highalch": 38400, - "weight": 9.071, "buy_limit": 70, - "release_date": "2001-07-26", - "examine": "These look pretty heavy.", "wiki_name": "Rune platelegs", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_platelegs", "equipment": { @@ -16009,10 +14088,7 @@ "cost": 280, "lowalch": 112, "highalch": 168, - "weight": 8.164, "buy_limit": 125, - "release_date": "2001-02-13", - "examine": "Designer leg protection.", "wiki_name": "Iron plateskirt", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_plateskirt", "equipment": { @@ -16048,10 +14124,7 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 8.164, "buy_limit": 125, - "release_date": "2001-02-13", - "examine": "Designer leg protection.", "wiki_name": "Steel plateskirt", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_plateskirt", "equipment": { @@ -16087,10 +14160,7 @@ "cost": 2600, "lowalch": 1040, "highalch": 1560, - "weight": 7.257, "buy_limit": 125, - "release_date": "2001-02-13", - "examine": "Designer leg protection.", "wiki_name": "Mithril plateskirt", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_plateskirt", "equipment": { @@ -16126,10 +14196,7 @@ "cost": 80, "lowalch": 32, "highalch": 48, - "weight": 8.164, "buy_limit": 125, - "release_date": "2001-02-13", - "examine": "Designer leg protection.", "wiki_name": "Bronze plateskirt", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_plateskirt", "equipment": { @@ -16165,10 +14232,7 @@ "cost": 1920, "lowalch": 768, "highalch": 1152, - "weight": 8.164, "buy_limit": 125, - "release_date": "2001-12-08", - "examine": "Big, black and heavy looking.", "wiki_name": "Black plateskirt", "wiki_url": "https://oldschool.runescape.wiki/w/Black_plateskirt", "equipment": { @@ -16204,10 +14268,7 @@ "cost": 6400, "lowalch": 2560, "highalch": 3840, - "weight": 9.071, "buy_limit": 125, - "release_date": "2001-02-13", - "examine": "Designer leg protection.", "wiki_name": "Adamant plateskirt", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_plateskirt", "equipment": { @@ -16243,10 +14304,7 @@ "cost": 64000, "lowalch": 25600, "highalch": 38400, - "weight": 8.164, "buy_limit": 70, - "release_date": "2001-07-26", - "examine": "Designer leg protection.", "wiki_name": "Rune plateskirt", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_plateskirt", "equipment": { @@ -16282,10 +14340,7 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 2.721, "buy_limit": 125, - "release_date": "2004-03-29", - "examine": "Better than no armour!", "wiki_name": "Leather chaps", "wiki_url": "https://oldschool.runescape.wiki/w/Leather_chaps", "equipment": { @@ -16322,10 +14377,7 @@ "cost": 750, "lowalch": 300, "highalch": 450, - "weight": 4.535, "buy_limit": 125, - "release_date": "2004-03-29", - "examine": "Those studs should provide a bit more protection.", "wiki_name": "Studded chaps", "wiki_url": "https://oldschool.runescape.wiki/w/Studded_chaps", "equipment": { @@ -16362,10 +14414,7 @@ "cost": 3900, "lowalch": 1560, "highalch": 2340, - "weight": 5.443, "buy_limit": 125, - "release_date": "2004-03-29", - "examine": "Made from 100% real dragonhide.", "wiki_name": "Green d'hide chaps", "wiki_url": "https://oldschool.runescape.wiki/w/Green_d'hide_chaps", "equipment": { @@ -16401,10 +14450,7 @@ "cost": 210, "lowalch": 84, "highalch": 126, - "weight": 6.803, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A series of connected metal rings.", "wiki_name": "Iron chainbody", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_chainbody", "equipment": { @@ -16440,10 +14486,7 @@ "cost": 60, "lowalch": 24, "highalch": 36, - "weight": 6.803, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A series of connected metal rings.", "wiki_name": "Bronze chainbody", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_chainbody", "equipment": { @@ -16479,10 +14522,7 @@ "cost": 750, "lowalch": 300, "highalch": 450, - "weight": 6.803, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A series of connected metal rings.", "wiki_name": "Steel chainbody", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_chainbody", "equipment": { @@ -16518,10 +14558,7 @@ "cost": 1440, "lowalch": 576, "highalch": 864, - "weight": 6.803, "buy_limit": 125, - "release_date": "2001-12-08", - "examine": "A series of connected metal rings.", "wiki_name": "Black chainbody", "wiki_url": "https://oldschool.runescape.wiki/w/Black_chainbody", "equipment": { @@ -16557,10 +14594,7 @@ "cost": 1950, "lowalch": 780, "highalch": 1170, - "weight": 5.896, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A series of connected metal rings.", "wiki_name": "Mithril chainbody", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_chainbody", "equipment": { @@ -16596,10 +14630,7 @@ "cost": 4800, "lowalch": 1920, "highalch": 2880, - "weight": 7.711, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A series of connected metal rings.", "wiki_name": "Adamant chainbody", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_chainbody", "equipment": { @@ -16635,10 +14666,7 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 6.803, "buy_limit": 70, - "release_date": "2001-07-26", - "examine": "A series of connected metal rings.", "wiki_name": "Rune chainbody", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_chainbody", "equipment": { @@ -16674,10 +14702,7 @@ "cost": 560, "lowalch": 224, "highalch": 336, - "weight": 9.979, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "Provides excellent protection.", "wiki_name": "Iron platebody", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_platebody", "equipment": { @@ -16713,10 +14738,7 @@ "cost": 160, "lowalch": 64, "highalch": 96, - "weight": 9.979, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "Provides excellent protection.", "wiki_name": "Bronze platebody", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_platebody", "equipment": { @@ -16752,10 +14774,7 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 9.979, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "Provides excellent protection.", "wiki_name": "Steel platebody", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_platebody", "equipment": { @@ -16791,10 +14810,7 @@ "cost": 5200, "lowalch": 2080, "highalch": 3120, - "weight": 8.618, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "Provides excellent protection.", "wiki_name": "Mithril platebody", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_platebody", "equipment": { @@ -16830,10 +14846,7 @@ "cost": 16640, "lowalch": 6656, "highalch": 9984, - "weight": 11.339, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "Provides excellent protection.", "wiki_name": "Adamant platebody", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_platebody", "equipment": { @@ -16869,10 +14882,7 @@ "cost": 3840, "lowalch": 1536, "highalch": 2304, - "weight": 9.979, "buy_limit": 125, - "release_date": "2001-02-13", - "examine": "Provides excellent protection.", "wiki_name": "Black platebody", "wiki_url": "https://oldschool.runescape.wiki/w/Black_platebody", "equipment": { @@ -16908,10 +14918,7 @@ "cost": 65000, "lowalch": 26000, "highalch": 39000, - "weight": 9.979, "buy_limit": 70, - "release_date": "2001-09-23", - "examine": "Provides excellent protection.", "wiki_name": "Rune platebody", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_platebody", "equipment": { @@ -16947,10 +14954,7 @@ "cost": 21, "lowalch": 8, "highalch": 12, - "weight": 2.721, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "Better than no armour!", "wiki_name": "Leather body", "wiki_url": "https://oldschool.runescape.wiki/w/Leather_body", "equipment": { @@ -16987,10 +14991,7 @@ "cost": 170, "lowalch": 68, "highalch": 102, - "weight": 3.628, "buy_limit": 125, - "release_date": "2004-03-29", - "examine": "Harder than normal leather.", "wiki_name": "Hardleather body", "wiki_url": "https://oldschool.runescape.wiki/w/Hardleather_body", "equipment": { @@ -17027,10 +15028,7 @@ "cost": 850, "lowalch": 340, "highalch": 510, - "weight": 5.443, "buy_limit": 125, - "release_date": "2004-03-29", - "examine": "Those studs should provide a bit more protection.", "wiki_name": "Studded body", "wiki_url": "https://oldschool.runescape.wiki/w/Studded_body", "equipment": { @@ -17067,10 +15065,7 @@ "cost": 7800, "lowalch": 3120, "highalch": 4680, - "weight": 6.803, "buy_limit": 125, - "release_date": "2004-03-29", - "examine": "Made from 100% real dragonhide.", "wiki_name": "Green d'hide body", "wiki_url": "https://oldschool.runescape.wiki/w/Green_d'hide_body", "equipment": { @@ -17107,10 +15102,7 @@ "cost": 84, "lowalch": 33, "highalch": 50, - "weight": 1.814, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A medium sized helmet.", "wiki_name": "Iron med helm", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_med_helm", "equipment": { @@ -17146,10 +15138,7 @@ "cost": 24, "lowalch": 9, "highalch": 14, - "weight": 1.814, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A medium sized helmet.", "wiki_name": "Bronze med helm", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_med_helm", "equipment": { @@ -17185,10 +15174,7 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 1.814, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A medium sized helmet.", "wiki_name": "Steel med helm", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_med_helm", "equipment": { @@ -17224,10 +15210,7 @@ "cost": 780, "lowalch": 312, "highalch": 468, - "weight": 1.36, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A medium sized helmet.", "wiki_name": "Mithril med helm", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_med_helm", "equipment": { @@ -17263,10 +15246,7 @@ "cost": 1920, "lowalch": 768, "highalch": 1152, - "weight": 2.267, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A medium sized helmet.", "wiki_name": "Adamant med helm", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_med_helm", "equipment": { @@ -17302,10 +15282,7 @@ "cost": 19200, "lowalch": 7680, "highalch": 11520, - "weight": 1.814, "buy_limit": 70, - "release_date": "2001-07-26", - "examine": "A medium sized helmet.", "wiki_name": "Rune med helm", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_med_helm", "equipment": { @@ -17342,10 +15319,7 @@ "cost": 100000, "lowalch": 40000, "highalch": 60000, - "weight": 1.36, "buy_limit": 8, - "release_date": "2002-09-24", - "examine": "Makes the wearer pretty intimidating.", "wiki_name": "Dragon med helm", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_med_helm", "equipment": { @@ -17381,10 +15355,7 @@ "cost": 576, "lowalch": 230, "highalch": 345, - "weight": 1.814, "buy_limit": 125, - "release_date": "2002-02-27", - "examine": "A medium sized helmet.", "wiki_name": "Black med helm", "wiki_url": "https://oldschool.runescape.wiki/w/Black_med_helm", "equipment": { @@ -17420,10 +15391,7 @@ "cost": 154, "lowalch": 61, "highalch": 92, - "weight": 2.721, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A full face helmet.", "wiki_name": "Iron full helm", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_full_helm", "equipment": { @@ -17459,10 +15427,7 @@ "cost": 44, "lowalch": 17, "highalch": 26, - "weight": 2.721, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A full face helmet.", "wiki_name": "Bronze full helm", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_full_helm", "equipment": { @@ -17498,10 +15463,7 @@ "cost": 550, "lowalch": 220, "highalch": 330, - "weight": 2.721, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A full face helmet.", "wiki_name": "Steel full helm", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_full_helm", "equipment": { @@ -17537,10 +15499,7 @@ "cost": 1430, "lowalch": 572, "highalch": 858, - "weight": 2.267, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A full face helmet.", "wiki_name": "Mithril full helm", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_full_helm", "equipment": { @@ -17576,10 +15535,7 @@ "cost": 3520, "lowalch": 1408, "highalch": 2112, - "weight": 3.175, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A full face helmet.", "wiki_name": "Adamant full helm", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_full_helm", "equipment": { @@ -17615,10 +15571,7 @@ "cost": 35200, "lowalch": 14080, "highalch": 21120, - "weight": 2.721, "buy_limit": 70, - "release_date": "2001-08-13", - "examine": "A full face helmet.", "wiki_name": "Rune full helm", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_full_helm", "equipment": { @@ -17654,10 +15607,7 @@ "cost": 1056, "lowalch": 422, "highalch": 633, - "weight": 2.721, "buy_limit": 125, - "release_date": "2001-02-13", - "examine": "A full face helmet.", "wiki_name": "Black full helm", "wiki_url": "https://oldschool.runescape.wiki/w/Black_full_helm", "equipment": { @@ -17693,10 +15643,7 @@ "cost": 24, "lowalch": 9, "highalch": 14, - "weight": 0.907, "buy_limit": 125, - "release_date": "2004-03-29", - "examine": "Better than no armour!", "wiki_name": "Leather cowl", "wiki_url": "https://oldschool.runescape.wiki/w/Leather_cowl", "equipment": { @@ -17733,10 +15680,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.907, "buy_limit": 125, - "release_date": "2004-03-29", - "examine": "Light weight head protection.", "wiki_name": "Coif", "wiki_url": "https://oldschool.runescape.wiki/w/Coif", "equipment": { @@ -17773,10 +15717,7 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 2.267, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A solid wooden shield.", "wiki_name": "Wooden shield", "wiki_url": "https://oldschool.runescape.wiki/w/Wooden_shield", "equipment": { @@ -17810,10 +15751,7 @@ "cost": 48, "lowalch": 19, "highalch": 28, - "weight": 3.628, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A medium square shield.", "wiki_name": "Bronze sq shield", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_sq_shield", "equipment": { @@ -17849,10 +15787,7 @@ "cost": 168, "lowalch": 67, "highalch": 100, - "weight": 3.628, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A medium square shield.", "wiki_name": "Iron sq shield", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_sq_shield", "equipment": { @@ -17888,10 +15823,7 @@ "cost": 600, "lowalch": 240, "highalch": 360, - "weight": 3.628, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A medium square shield.", "wiki_name": "Steel sq shield", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_sq_shield", "equipment": { @@ -17927,10 +15859,7 @@ "cost": 1152, "lowalch": 460, "highalch": 691, - "weight": 3.628, "buy_limit": 125, - "release_date": "2001-12-08", - "examine": "A medium square shield.", "wiki_name": "Black sq shield", "wiki_url": "https://oldschool.runescape.wiki/w/Black_sq_shield", "equipment": { @@ -17966,10 +15895,7 @@ "cost": 1560, "lowalch": 624, "highalch": 936, - "weight": 3.175, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A medium square shield.", "wiki_name": "Mithril sq shield", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_sq_shield", "equipment": { @@ -18005,10 +15931,7 @@ "cost": 3840, "lowalch": 1536, "highalch": 2304, - "weight": 4.082, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A medium square shield.", "wiki_name": "Adamant sq shield", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_sq_shield", "equipment": { @@ -18044,10 +15967,7 @@ "cost": 38400, "lowalch": 15360, "highalch": 23040, - "weight": 3.628, "buy_limit": 70, - "release_date": "2001-08-13", - "examine": "A medium square shield.", "wiki_name": "Rune sq shield", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_sq_shield", "equipment": { @@ -18084,10 +16004,7 @@ "cost": 500000, "lowalch": 200000, "highalch": 300000, - "weight": 3.175, "buy_limit": 70, - "release_date": "2003-08-20", - "examine": "An ancient and powerful looking Dragon Square shield.", "wiki_name": "Dragon sq shield", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_sq_shield", "equipment": { @@ -18123,10 +16040,7 @@ "cost": 68, "lowalch": 27, "highalch": 40, - "weight": 5.443, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A large metal shield.", "wiki_name": "Bronze kiteshield", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_kiteshield", "equipment": { @@ -18162,10 +16076,7 @@ "cost": 238, "lowalch": 95, "highalch": 142, - "weight": 5.443, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A large metal shield.", "wiki_name": "Iron kiteshield", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_kiteshield", "equipment": { @@ -18201,10 +16112,7 @@ "cost": 850, "lowalch": 340, "highalch": 510, - "weight": 5.443, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A large metal shield.", "wiki_name": "Steel kiteshield", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_kiteshield", "equipment": { @@ -18240,10 +16148,7 @@ "cost": 1632, "lowalch": 652, "highalch": 979, - "weight": 5.443, "buy_limit": 125, - "release_date": "2001-12-08", - "examine": "A large metal shield.", "wiki_name": "Black kiteshield", "wiki_url": "https://oldschool.runescape.wiki/w/Black_kiteshield", "equipment": { @@ -18279,10 +16184,7 @@ "cost": 2210, "lowalch": 884, "highalch": 1326, - "weight": 4.535, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A large metal shield.", "wiki_name": "Mithril kiteshield", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_kiteshield", "equipment": { @@ -18318,10 +16220,7 @@ "cost": 5440, "lowalch": 2176, "highalch": 3264, - "weight": 5.896, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A large metal shield.", "wiki_name": "Adamant kiteshield", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_kiteshield", "equipment": { @@ -18357,10 +16256,7 @@ "cost": 54400, "lowalch": 21760, "highalch": 32640, - "weight": 5.443, "buy_limit": 70, - "release_date": "2001-08-13", - "examine": "A large metal shield.", "wiki_name": "Rune kiteshield", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_kiteshield", "equipment": { @@ -18397,10 +16293,7 @@ "cost": 35, "lowalch": 14, "highalch": 21, - "weight": 0.453, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "Short but pointy.", "wiki_name": "Iron dagger (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_dagger#Unpoisoned", "equipment": { @@ -18471,10 +16364,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.453, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "Short but pointy.", "wiki_name": "Bronze dagger (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_dagger#Unpoisoned", "equipment": { @@ -18545,10 +16435,7 @@ "cost": 125, "lowalch": 50, "highalch": 75, - "weight": 0.453, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "Short but pointy.", "wiki_name": "Steel dagger (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_dagger#Unpoisoned", "equipment": { @@ -18619,10 +16506,7 @@ "cost": 325, "lowalch": 130, "highalch": 195, - "weight": 0.396, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A dangerous dagger.", "wiki_name": "Mithril dagger (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_dagger#Unpoisoned", "equipment": { @@ -18693,10 +16577,7 @@ "cost": 800, "lowalch": 320, "highalch": 480, - "weight": 0.51, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "Short and deadly.", "wiki_name": "Adamant dagger (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_dagger#Unpoisoned", "equipment": { @@ -18767,10 +16648,7 @@ "cost": 8000, "lowalch": 3200, "highalch": 4800, - "weight": 0.453, "buy_limit": 70, - "release_date": "2001-08-13", - "examine": "A powerful dagger.", "wiki_name": "Rune dagger (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_dagger#Unpoisoned", "equipment": { @@ -18842,10 +16720,7 @@ "cost": 30000, "lowalch": 12000, "highalch": 18000, - "weight": 0.453, "buy_limit": 70, - "release_date": "2004-03-29", - "examine": "A powerful dagger.", "wiki_name": "Dragon dagger (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_dagger#Unpoisoned", "equipment": { @@ -18916,10 +16791,7 @@ "cost": 240, "lowalch": 96, "highalch": 144, - "weight": 0.453, "buy_limit": 125, - "release_date": "2001-12-08", - "examine": "A vicious black dagger.", "wiki_name": "Black dagger (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_dagger#Unpoisoned", "equipment": { @@ -18991,10 +16863,7 @@ "cost": 35, "lowalch": 14, "highalch": 21, - "weight": 0.453, "buy_limit": 125, - "release_date": "2002-02-27", - "examine": "The blade is covered with poison.", "wiki_name": "Iron dagger (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_dagger#Poison", "equipment": { @@ -19066,10 +16935,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.453, "buy_limit": 125, - "release_date": "2002-02-27", - "examine": "This dagger is poisoned.", "wiki_name": "Bronze dagger (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_dagger#Poison", "equipment": { @@ -19141,10 +17007,7 @@ "cost": 125, "lowalch": 50, "highalch": 75, - "weight": 0.453, "buy_limit": 125, - "release_date": "2002-02-27", - "examine": "The blade has been poisoned.", "wiki_name": "Steel dagger (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_dagger#Poison", "equipment": { @@ -19216,10 +17079,7 @@ "cost": 325, "lowalch": 130, "highalch": 195, - "weight": 0.396, "buy_limit": 125, - "release_date": "2002-02-27", - "examine": "A poisoned Mithril dagger.", "wiki_name": "Mithril dagger (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_dagger#Poison", "equipment": { @@ -19291,10 +17151,7 @@ "cost": 800, "lowalch": 320, "highalch": 480, - "weight": 0.51, "buy_limit": 125, - "release_date": "2002-02-27", - "examine": "A very dangerous poisoned dagger.", "wiki_name": "Adamant dagger (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_dagger#Poison", "equipment": { @@ -19366,10 +17223,7 @@ "cost": 8000, "lowalch": 3200, "highalch": 4800, - "weight": 0.453, "buy_limit": 70, - "release_date": "2002-02-27", - "examine": "The blade is covered with a nasty poison.", "wiki_name": "Rune dagger (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_dagger#Poison", "equipment": { @@ -19441,10 +17295,7 @@ "cost": 24000, "lowalch": 9600, "highalch": 14400, - "weight": 0.453, "buy_limit": 70, - "release_date": "2004-03-29", - "examine": "A powerful dagger.", "wiki_name": "Dragon dagger (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_dagger#Poison", "equipment": { @@ -19516,10 +17367,7 @@ "cost": 240, "lowalch": 96, "highalch": 144, - "weight": 0.453, "buy_limit": 125, - "release_date": "2002-02-27", - "examine": "This dagger is poisoned.", "wiki_name": "Black dagger (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_dagger#Poison", "equipment": { @@ -19586,9 +17434,6 @@ "cost": 565, "lowalch": 226, "highalch": 339, - "weight": 0.453, - "release_date": "2004-03-29", - "examine": "The blade is covered with poison.", "wiki_name": "Poisoned dagger (unobtainable item) (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Poisoned_dagger_(unobtainable_item)#Poison", "price": 0 @@ -19606,10 +17451,7 @@ "cost": 26, "lowalch": 10, "highalch": 15, - "weight": 2.267, "buy_limit": 125, - "release_date": "2003-04-14", - "examine": "A bronze tipped spear.", "wiki_name": "Bronze spear (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_spear#Unpoisoned", "equipment": { @@ -19681,10 +17523,7 @@ "cost": 91, "lowalch": 36, "highalch": 54, - "weight": 2.267, "buy_limit": 125, - "release_date": "2003-04-14", - "examine": "An iron tipped spear.", "wiki_name": "Iron spear (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_spear#Unpoisoned", "equipment": { @@ -19756,10 +17595,7 @@ "cost": 325, "lowalch": 130, "highalch": 195, - "weight": 2.267, "buy_limit": 125, - "release_date": "2003-04-14", - "examine": "A steel tipped spear.", "wiki_name": "Steel spear (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_spear#Unpoisoned", "equipment": { @@ -19831,10 +17667,7 @@ "cost": 845, "lowalch": 338, "highalch": 507, - "weight": 1.814, "buy_limit": 125, - "release_date": "2003-04-14", - "examine": "A mithril tipped spear.", "wiki_name": "Mithril spear (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_spear#Unpoisoned", "equipment": { @@ -19906,10 +17739,7 @@ "cost": 2080, "lowalch": 832, "highalch": 1248, - "weight": 2.721, "buy_limit": 125, - "release_date": "2003-04-14", - "examine": "An adamantite tipped spear.", "wiki_name": "Adamant spear (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_spear#Unpoisoned", "equipment": { @@ -19981,10 +17811,7 @@ "cost": 20800, "lowalch": 8320, "highalch": 12480, - "weight": 2.267, "buy_limit": 70, - "release_date": "2003-04-14", - "examine": "A rune tipped spear.", "wiki_name": "Rune spear (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_spear#Unpoisoned", "equipment": { @@ -20056,10 +17883,7 @@ "cost": 62400, "lowalch": 24960, "highalch": 37440, - "weight": 2.267, "buy_limit": 70, - "release_date": "2004-03-29", - "examine": "A dragon tipped spear.", "wiki_name": "Dragon spear (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_spear#Unpoisoned", "equipment": { @@ -20131,10 +17955,7 @@ "cost": 26, "lowalch": 10, "highalch": 15, - "weight": 2.267, "buy_limit": 125, - "release_date": "2003-04-14", - "examine": "A poisoned bronze tipped spear.", "wiki_name": "Bronze spear (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_spear#Poison", "equipment": { @@ -20206,10 +18027,7 @@ "cost": 91, "lowalch": 36, "highalch": 54, - "weight": 2.267, "buy_limit": 125, - "release_date": "2003-04-14", - "examine": "A poisoned iron tipped spear.", "wiki_name": "Iron spear (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_spear#Poison", "equipment": { @@ -20281,10 +18099,7 @@ "cost": 325, "lowalch": 130, "highalch": 195, - "weight": 2.267, "buy_limit": 125, - "release_date": "2003-04-14", - "examine": "A poisoned steel tipped spear.", "wiki_name": "Steel spear (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_spear#Poison", "equipment": { @@ -20356,10 +18171,7 @@ "cost": 845, "lowalch": 338, "highalch": 507, - "weight": 1.814, "buy_limit": 125, - "release_date": "2003-04-14", - "examine": "A poisoned mithril tipped spear.", "wiki_name": "Mithril spear (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_spear#Poison", "equipment": { @@ -20431,10 +18243,7 @@ "cost": 2080, "lowalch": 832, "highalch": 1248, - "weight": 2.721, "buy_limit": 125, - "release_date": "2003-04-14", - "examine": "A poisoned adamantite tipped spear.", "wiki_name": "Adamant spear (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_spear#Poison", "equipment": { @@ -20506,10 +18315,7 @@ "cost": 20800, "lowalch": 8320, "highalch": 12480, - "weight": 2.267, "buy_limit": 70, - "release_date": "2003-04-14", - "examine": "A poisoned rune tipped spear.", "wiki_name": "Rune spear (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_spear#Poison", "equipment": { @@ -20581,10 +18387,7 @@ "cost": 62400, "lowalch": 24960, "highalch": 37440, - "weight": 2.267, "buy_limit": 70, - "release_date": "2004-03-29", - "examine": "A poisoned dragon tipped spear.", "wiki_name": "Dragon spear (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_spear#Poison", "equipment": { @@ -20655,10 +18458,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.267, "buy_limit": 40, - "release_date": "2001-01-04", - "examine": "Used for mining.", "wiki_name": "Bronze pickaxe", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_pickaxe", "equipment": { @@ -20730,10 +18530,7 @@ "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": { @@ -20805,10 +18602,7 @@ "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": { @@ -20880,10 +18674,7 @@ "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": { @@ -20955,10 +18746,7 @@ "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": { @@ -21030,10 +18818,7 @@ "cost": 32000, "lowalch": 12800, "highalch": 19200, - "weight": 2.267, "buy_limit": 40, - "release_date": "2003-05-27", - "examine": "Used for mining.", "wiki_name": "Rune pickaxe", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_pickaxe", "equipment": { @@ -21105,10 +18890,7 @@ "cost": 26, "lowalch": 10, "highalch": 15, - "weight": 1.814, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A razor sharp sword.", "wiki_name": "Bronze sword", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_sword", "equipment": { @@ -21179,10 +18961,7 @@ "cost": 91, "lowalch": 36, "highalch": 54, - "weight": 1.814, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A razor sharp sword.", "wiki_name": "Iron sword", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_sword", "equipment": { @@ -21253,10 +19032,7 @@ "cost": 325, "lowalch": 130, "highalch": 195, - "weight": 1.814, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A razor sharp sword.", "wiki_name": "Steel sword", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_sword", "equipment": { @@ -21327,10 +19103,7 @@ "cost": 624, "lowalch": 249, "highalch": 374, - "weight": 1.814, "buy_limit": 125, - "release_date": "2001-12-08", - "examine": "A razor sharp sword.", "wiki_name": "Black sword", "wiki_url": "https://oldschool.runescape.wiki/w/Black_sword", "equipment": { @@ -21401,10 +19174,7 @@ "cost": 845, "lowalch": 338, "highalch": 507, - "weight": 1.587, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A razor sharp sword.", "wiki_name": "Mithril sword", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_sword", "equipment": { @@ -21475,10 +19245,7 @@ "cost": 2080, "lowalch": 832, "highalch": 1248, - "weight": 2.041, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A razor sharp sword.", "wiki_name": "Adamant sword", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_sword", "equipment": { @@ -21549,10 +19316,7 @@ "cost": 20800, "lowalch": 8320, "highalch": 12480, - "weight": 1.814, "buy_limit": 70, - "release_date": "2001-07-26", - "examine": "A razor sharp sword.", "wiki_name": "Rune sword", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_sword", "equipment": { @@ -21623,10 +19387,7 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 1.814, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A razor sharp longsword.", "wiki_name": "Bronze longsword", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_longsword", "equipment": { @@ -21697,10 +19458,7 @@ "cost": 140, "lowalch": 56, "highalch": 84, - "weight": 1.814, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A razor sharp longsword.", "wiki_name": "Iron longsword", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_longsword", "equipment": { @@ -21771,10 +19529,7 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 1.814, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A razor sharp longsword.", "wiki_name": "Steel longsword", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_longsword", "equipment": { @@ -21845,10 +19600,7 @@ "cost": 960, "lowalch": 384, "highalch": 576, - "weight": 1.814, "buy_limit": 125, - "release_date": "2001-12-08", - "examine": "A razor sharp longsword.", "wiki_name": "Black longsword", "wiki_url": "https://oldschool.runescape.wiki/w/Black_longsword", "equipment": { @@ -21919,10 +19671,7 @@ "cost": 1300, "lowalch": 520, "highalch": 780, - "weight": 1.587, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A razor sharp longsword.", "wiki_name": "Mithril longsword", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_longsword", "equipment": { @@ -21993,10 +19742,7 @@ "cost": 3200, "lowalch": 1280, "highalch": 1920, - "weight": 2.041, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A razor sharp longsword.", "wiki_name": "Adamant longsword", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_longsword", "equipment": { @@ -22067,10 +19813,7 @@ "cost": 32000, "lowalch": 12800, "highalch": 19200, - "weight": 1.814, "buy_limit": 70, - "release_date": "2001-07-26", - "examine": "A razor sharp longsword.", "wiki_name": "Rune longsword", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_longsword", "equipment": { @@ -22142,10 +19885,7 @@ "cost": 100000, "lowalch": 40000, "highalch": 60000, - "weight": 1.814, "buy_limit": 70, - "release_date": "2002-02-27", - "examine": "A very powerful sword.", "wiki_name": "Dragon longsword", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_longsword", "equipment": { @@ -22216,10 +19956,7 @@ "cost": 80, "lowalch": 32, "highalch": 48, - "weight": 3.628, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A two handed sword.", "wiki_name": "Bronze 2h sword", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_2h_sword", "equipment": { @@ -22290,10 +20027,7 @@ "cost": 280, "lowalch": 112, "highalch": 168, - "weight": 3.628, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A two handed sword.", "wiki_name": "Iron 2h sword", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_2h_sword", "equipment": { @@ -22364,10 +20098,7 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 3.628, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A two handed sword.", "wiki_name": "Steel 2h sword", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_2h_sword", "equipment": { @@ -22438,10 +20169,7 @@ "cost": 1920, "lowalch": 768, "highalch": 1152, - "weight": 3.628, "buy_limit": 125, - "release_date": "2002-02-27", - "examine": "A two handed sword.", "wiki_name": "Black 2h sword", "wiki_url": "https://oldschool.runescape.wiki/w/Black_2h_sword", "equipment": { @@ -22512,10 +20240,7 @@ "cost": 2600, "lowalch": 1040, "highalch": 1560, - "weight": 3.175, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A two handed sword.", "wiki_name": "Mithril 2h sword", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_2h_sword", "equipment": { @@ -22586,10 +20311,7 @@ "cost": 6400, "lowalch": 2560, "highalch": 3840, - "weight": 4.082, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A two handed sword.", "wiki_name": "Adamant 2h sword", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_2h_sword", "equipment": { @@ -22660,10 +20382,7 @@ "cost": 64000, "lowalch": 25600, "highalch": 38400, - "weight": 3.628, "buy_limit": 70, - "release_date": "2001-08-13", - "examine": "A two handed sword.", "wiki_name": "Rune 2h sword", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_2h_sword", "equipment": { @@ -22734,10 +20453,7 @@ "cost": 32, "lowalch": 12, "highalch": 19, - "weight": 1.814, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A vicious, curved sword.", "wiki_name": "Bronze scimitar", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_scimitar", "equipment": { @@ -22808,10 +20524,7 @@ "cost": 112, "lowalch": 44, "highalch": 67, - "weight": 1.814, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A vicious, curved sword.", "wiki_name": "Iron scimitar", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_scimitar", "equipment": { @@ -22882,10 +20595,7 @@ "cost": 400, "lowalch": 160, "highalch": 240, - "weight": 1.814, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A vicious, curved sword.", "wiki_name": "Steel scimitar", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_scimitar", "equipment": { @@ -22956,10 +20666,7 @@ "cost": 768, "lowalch": 307, "highalch": 460, - "weight": 1.814, "buy_limit": 125, - "release_date": "2002-04-30", - "examine": "A vicious, curved sword.", "wiki_name": "Black scimitar", "wiki_url": "https://oldschool.runescape.wiki/w/Black_scimitar", "equipment": { @@ -23030,10 +20737,7 @@ "cost": 1040, "lowalch": 416, "highalch": 624, - "weight": 1.587, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A vicious, curved sword.", "wiki_name": "Mithril scimitar", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_scimitar", "equipment": { @@ -23104,10 +20808,7 @@ "cost": 2560, "lowalch": 1024, "highalch": 1536, - "weight": 2.041, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A vicious, curved sword.", "wiki_name": "Adamant scimitar", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_scimitar", "equipment": { @@ -23178,10 +20879,7 @@ "cost": 25600, "lowalch": 10240, "highalch": 15360, - "weight": 1.814, "buy_limit": 70, - "release_date": "2001-08-13", - "examine": "A vicious, curved sword.", "wiki_name": "Rune scimitar", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_scimitar", "equipment": { @@ -23252,10 +20950,7 @@ "cost": 173, "lowalch": 69, "highalch": 103, - "weight": 1.814, "buy_limit": 125, - "release_date": "2004-03-29", - "examine": "I don't think it's intended for joinery.", "wiki_name": "Iron warhammer", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_warhammer", "equipment": { @@ -23319,10 +21014,7 @@ "cost": 47, "lowalch": 18, "highalch": 28, - "weight": 1.814, "buy_limit": 125, - "release_date": "2004-03-29", - "examine": "I don't think it's intended for joinery.", "wiki_name": "Bronze warhammer", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_warhammer", "equipment": { @@ -23386,10 +21078,7 @@ "cost": 640, "lowalch": 256, "highalch": 384, - "weight": 1.814, "buy_limit": 125, - "release_date": "2004-03-29", - "examine": "I don't think it's intended for joinery.", "wiki_name": "Steel warhammer", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_warhammer", "equipment": { @@ -23453,10 +21142,7 @@ "cost": 980, "lowalch": 392, "highalch": 588, - "weight": 1.814, "buy_limit": 125, - "release_date": "2004-03-29", - "examine": "I don't think it's intended for joinery.", "wiki_name": "Black warhammer", "wiki_url": "https://oldschool.runescape.wiki/w/Black_warhammer", "equipment": { @@ -23520,10 +21206,7 @@ "cost": 1660, "lowalch": 664, "highalch": 996, - "weight": 1.587, "buy_limit": 125, - "release_date": "2004-03-29", - "examine": "I don't think it's intended for joinery.", "wiki_name": "Mithril warhammer", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_warhammer", "equipment": { @@ -23587,10 +21270,7 @@ "cost": 4120, "lowalch": 1648, "highalch": 2472, - "weight": 2.041, "buy_limit": 125, - "release_date": "2004-03-29", - "examine": "I don't think it's intended for joinery.", "wiki_name": "Adamant warhammer", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_warhammer", "equipment": { @@ -23654,10 +21334,7 @@ "cost": 41500, "lowalch": 16600, "highalch": 24900, - "weight": 1.814, "buy_limit": 70, - "release_date": "2004-03-29", - "examine": "I don't think it's intended for joinery.", "wiki_name": "Rune warhammer", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_warhammer", "equipment": { @@ -23721,10 +21398,7 @@ "cost": 56, "lowalch": 22, "highalch": 33, - "weight": 1.36, "buy_limit": 40, - "release_date": "2001-01-04", - "examine": "A woodcutter's axe.", "wiki_name": "Iron axe", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_axe", "equipment": { @@ -23795,10 +21469,7 @@ "cost": 16, "lowalch": 6, "highalch": 9, - "weight": 1.36, "buy_limit": 40, - "release_date": "2001-01-04", - "examine": "A woodcutter's axe.", "wiki_name": "Bronze axe", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_axe", "equipment": { @@ -23869,10 +21540,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 1.36, "buy_limit": 40, - "release_date": "2001-01-04", - "examine": "A woodcutter's axe.", "wiki_name": "Steel axe", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_axe", "equipment": { @@ -23943,10 +21611,7 @@ "cost": 520, "lowalch": 208, "highalch": 312, - "weight": 1.133, "buy_limit": 40, - "release_date": "2001-01-04", - "examine": "A powerful axe.", "wiki_name": "Mithril axe", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_axe", "equipment": { @@ -24017,10 +21682,7 @@ "cost": 1280, "lowalch": 512, "highalch": 768, - "weight": 1.587, "buy_limit": 40, - "release_date": "2001-01-04", - "examine": "A powerful axe.", "wiki_name": "Adamant axe", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_axe", "equipment": { @@ -24091,10 +21753,7 @@ "cost": 12800, "lowalch": 5120, "highalch": 7680, - "weight": 1.36, "buy_limit": 40, - "release_date": "2001-08-13", - "examine": "A powerful axe.", "wiki_name": "Rune axe", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_axe", "equipment": { @@ -24165,10 +21824,7 @@ "cost": 384, "lowalch": 153, "highalch": 230, - "weight": 1.36, "buy_limit": 40, - "release_date": "2002-02-27", - "examine": "A sinister looking axe.", "wiki_name": "Black axe", "wiki_url": "https://oldschool.runescape.wiki/w/Black_axe", "equipment": { @@ -24239,10 +21895,7 @@ "cost": 182, "lowalch": 72, "highalch": 109, - "weight": 2.721, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A vicious looking axe.", "wiki_name": "Iron battleaxe", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_battleaxe", "equipment": { @@ -24313,10 +21966,7 @@ "cost": 650, "lowalch": 260, "highalch": 390, - "weight": 2.721, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A vicious looking axe.", "wiki_name": "Steel battleaxe", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_battleaxe", "equipment": { @@ -24387,10 +22037,7 @@ "cost": 1248, "lowalch": 499, "highalch": 748, - "weight": 2.721, "buy_limit": 125, - "release_date": "2001-12-08", - "examine": "A vicious looking axe.", "wiki_name": "Black battleaxe", "wiki_url": "https://oldschool.runescape.wiki/w/Black_battleaxe", "equipment": { @@ -24461,10 +22108,7 @@ "cost": 1690, "lowalch": 676, "highalch": 1014, - "weight": 2.267, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A vicious looking axe.", "wiki_name": "Mithril battleaxe", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_battleaxe", "equipment": { @@ -24535,10 +22179,7 @@ "cost": 4160, "lowalch": 1664, "highalch": 2496, - "weight": 3.175, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A vicious looking axe.", "wiki_name": "Adamant battleaxe", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_battleaxe", "equipment": { @@ -24609,10 +22250,7 @@ "cost": 41600, "lowalch": 16640, "highalch": 24960, - "weight": 2.721, "buy_limit": 70, - "release_date": "2001-08-13", - "examine": "A vicious looking axe.", "wiki_name": "Rune battleaxe", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_battleaxe", "equipment": { @@ -24683,10 +22321,7 @@ "cost": 52, "lowalch": 20, "highalch": 31, - "weight": 2.721, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A vicious looking axe.", "wiki_name": "Bronze battleaxe", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_battleaxe", "equipment": { @@ -24758,10 +22393,7 @@ "cost": 200000, "lowalch": 80000, "highalch": 120000, - "weight": 2.721, "buy_limit": 70, - "release_date": "2002-02-27", - "examine": "A vicious looking axe.", "wiki_name": "Dragon battleaxe", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_battleaxe", "equipment": { @@ -24832,10 +22464,7 @@ "cost": 15, "lowalch": 6, "highalch": 9, - "weight": 1.814, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "It's a slightly magical stick.", "wiki_name": "Staff", "wiki_url": "https://oldschool.runescape.wiki/w/Staff", "equipment": { @@ -24911,10 +22540,7 @@ "cost": 1500, "lowalch": 600, "highalch": 900, - "weight": 2.267, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A Magical staff.", "wiki_name": "Staff of air", "wiki_url": "https://oldschool.runescape.wiki/w/Staff_of_air", "equipment": { @@ -24992,10 +22618,7 @@ "cost": 1500, "lowalch": 600, "highalch": 900, - "weight": 2.267, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A Magical staff.", "wiki_name": "Staff of water", "wiki_url": "https://oldschool.runescape.wiki/w/Staff_of_water", "equipment": { @@ -25073,10 +22696,7 @@ "cost": 1500, "lowalch": 600, "highalch": 900, - "weight": 2.267, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A Magical staff.", "wiki_name": "Staff of earth", "wiki_url": "https://oldschool.runescape.wiki/w/Staff_of_earth", "equipment": { @@ -25154,10 +22774,7 @@ "cost": 1500, "lowalch": 600, "highalch": 900, - "weight": 2.267, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A Magical staff.", "wiki_name": "Staff of fire", "wiki_url": "https://oldschool.runescape.wiki/w/Staff_of_fire", "equipment": { @@ -25235,10 +22852,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 2.267, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A Magical staff.", "wiki_name": "Magic staff", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_staff", "equipment": { @@ -25315,10 +22929,7 @@ "cost": 7000, "lowalch": 2800, "highalch": 4200, - "weight": 2.267, "buy_limit": 11000, - "release_date": "2002-03-18", - "examine": "It's a slightly magical stick.", "wiki_name": "Battlestaff", "wiki_url": "https://oldschool.runescape.wiki/w/Battlestaff", "equipment": { @@ -25395,10 +23006,7 @@ "cost": 15500, "lowalch": 6200, "highalch": 9300, - "weight": 2.267, "buy_limit": 18000, - "release_date": "2002-03-18", - "examine": "It's a slightly magical stick.", "wiki_name": "Fire battlestaff", "wiki_url": "https://oldschool.runescape.wiki/w/Fire_battlestaff", "equipment": { @@ -25477,10 +23085,7 @@ "cost": 15500, "lowalch": 6200, "highalch": 9300, - "weight": 2.267, "buy_limit": 18000, - "release_date": "2002-03-18", - "examine": "It's a slightly magical stick.", "wiki_name": "Water battlestaff", "wiki_url": "https://oldschool.runescape.wiki/w/Water_battlestaff", "equipment": { @@ -25559,10 +23164,7 @@ "cost": 15500, "lowalch": 6200, "highalch": 9300, - "weight": 2.267, "buy_limit": 18000, - "release_date": "2002-03-18", - "examine": "It's a slightly magical stick.", "wiki_name": "Air battlestaff", "wiki_url": "https://oldschool.runescape.wiki/w/Air_battlestaff", "equipment": { @@ -25641,10 +23243,7 @@ "cost": 15500, "lowalch": 6200, "highalch": 9300, - "weight": 2.267, "buy_limit": 18000, - "release_date": "2002-03-18", - "examine": "It's a slightly magical stick.", "wiki_name": "Earth battlestaff", "wiki_url": "https://oldschool.runescape.wiki/w/Earth_battlestaff", "equipment": { @@ -25723,10 +23322,7 @@ "cost": 42500, "lowalch": 17000, "highalch": 25500, - "weight": 2.267, "buy_limit": 18000, - "release_date": "2002-03-25", - "examine": "It's a slightly magical stick.", "wiki_name": "Mystic fire staff", "wiki_url": "https://oldschool.runescape.wiki/w/Mystic_fire_staff", "equipment": { @@ -25806,10 +23402,7 @@ "cost": 42500, "lowalch": 17000, "highalch": 25500, - "weight": 2.267, "buy_limit": 18000, - "release_date": "2002-03-25", - "examine": "It's a slightly magical stick.", "wiki_name": "Mystic water staff", "wiki_url": "https://oldschool.runescape.wiki/w/Mystic_water_staff", "equipment": { @@ -25889,10 +23482,7 @@ "cost": 42500, "lowalch": 17000, "highalch": 25500, - "weight": 2.267, "buy_limit": 18000, - "release_date": "2002-03-25", - "examine": "It's a slightly magical stick.", "wiki_name": "Mystic air staff", "wiki_url": "https://oldschool.runescape.wiki/w/Mystic_air_staff", "equipment": { @@ -25972,10 +23562,7 @@ "cost": 42500, "lowalch": 17000, "highalch": 25500, - "weight": 2.267, "buy_limit": 18000, - "release_date": "2002-03-25", - "examine": "It's a slightly magical stick.", "wiki_name": "Mystic earth staff", "wiki_url": "https://oldschool.runescape.wiki/w/Mystic_earth_staff", "equipment": { @@ -26052,9 +23639,6 @@ "cost": 42500, "lowalch": 17000, "highalch": 25500, - "weight": 2.267, - "release_date": "2003-03-03", - "examine": "An ancient staff, formerly the property of Iban.", "wiki_name": "Iban's staff (Regular)", "wiki_url": "https://oldschool.runescape.wiki/w/Iban's_staff#Regular", "equipment": { @@ -26128,9 +23712,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 1.814, - "release_date": "2003-03-03", - "examine": "I'll need to get this repaired before I can use it.", "wiki_name": "Iban's staff (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Iban's_staff#Broken", "price": 0 @@ -26142,9 +23723,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2004-03-29", - "examine": "A farmer's fork.", "wiki_name": "Farmer's fork", "wiki_url": "https://oldschool.runescape.wiki/w/Farmer's_fork", "price": 0 @@ -26156,9 +23734,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 4.535, - "release_date": "2004-03-29", - "examine": "A halberd.", "wiki_name": "Halberd (unobtainable item)", "wiki_url": "https://oldschool.runescape.wiki/w/Halberd_(unobtainable_item)", "price": 0 @@ -26170,9 +23745,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2004-03-29", - "examine": "A warhammer.", "wiki_name": "Warhammer (unobtainable item)", "wiki_url": "https://oldschool.runescape.wiki/w/Warhammer_(unobtainable_item)", "price": 0 @@ -26184,9 +23756,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2004-03-29", - "examine": "A javelin.", "wiki_name": "Javelin (unobtainable item)", "wiki_url": "https://oldschool.runescape.wiki/w/Javelin_(unobtainable_item)", "price": 0 @@ -26200,9 +23769,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 3.175, - "release_date": "2003-10-31", - "examine": "It's a Scythe.", "wiki_name": "Scythe", "wiki_url": "https://oldschool.runescape.wiki/w/Scythe", "equipment": { @@ -26271,10 +23837,7 @@ "cost": 63, "lowalch": 25, "highalch": 37, - "weight": 1.814, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A spiky mace.", "wiki_name": "Iron mace", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_mace", "equipment": { @@ -26345,10 +23908,7 @@ "cost": 18, "lowalch": 7, "highalch": 10, - "weight": 1.814, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A spiky mace.", "wiki_name": "Bronze mace", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_mace", "equipment": { @@ -26419,10 +23979,7 @@ "cost": 225, "lowalch": 90, "highalch": 135, - "weight": 1.814, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A spiky mace.", "wiki_name": "Steel mace", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_mace", "equipment": { @@ -26493,10 +24050,7 @@ "cost": 432, "lowalch": 172, "highalch": 259, - "weight": 1.814, "buy_limit": 125, - "release_date": "2002-02-27", - "examine": "A spiky mace.", "wiki_name": "Black mace", "wiki_url": "https://oldschool.runescape.wiki/w/Black_mace", "equipment": { @@ -26567,10 +24121,7 @@ "cost": 585, "lowalch": 234, "highalch": 351, - "weight": 1.587, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A spiky mace.", "wiki_name": "Mithril mace", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_mace", "equipment": { @@ -26641,10 +24192,7 @@ "cost": 1440, "lowalch": 576, "highalch": 864, - "weight": 2.041, "buy_limit": 125, - "release_date": "2001-01-04", - "examine": "A spiky mace.", "wiki_name": "Adamant mace", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_mace", "equipment": { @@ -26715,10 +24263,7 @@ "cost": 14400, "lowalch": 5760, "highalch": 8640, - "weight": 1.814, "buy_limit": 70, - "release_date": "2001-07-26", - "examine": "A spiky mace.", "wiki_name": "Rune mace", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_mace", "equipment": { @@ -26790,10 +24335,7 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 1.814, "buy_limit": 70, - "release_date": "2004-03-29", - "examine": "A spiky mace.", "wiki_name": "Dragon mace", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_mace", "equipment": { @@ -26861,10 +24403,7 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.002, "buy_limit": 20000, - "release_date": "2004-03-29", - "examine": "An unimbued rune.", "wiki_name": "Rune essence", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_essence", "price": 11 @@ -26878,10 +24417,7 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.015, "buy_limit": 11000, - "release_date": "2004-03-29", - "examine": "A mysterious power emanates from the talisman...", "wiki_name": "Air talisman", "wiki_url": "https://oldschool.runescape.wiki/w/Air_talisman", "price": 54 @@ -26895,10 +24431,7 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.015, "buy_limit": 11000, - "release_date": "2004-03-29", - "examine": "A mysterious power emanates from the talisman...", "wiki_name": "Earth talisman", "wiki_url": "https://oldschool.runescape.wiki/w/Earth_talisman", "price": 247 @@ -26912,10 +24445,7 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.015, "buy_limit": 11000, - "release_date": "2004-03-29", - "examine": "A mysterious power emanates from the talisman...", "wiki_name": "Fire talisman", "wiki_url": "https://oldschool.runescape.wiki/w/Fire_talisman", "price": 1685 @@ -26929,10 +24459,7 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.015, "buy_limit": 11000, - "release_date": "2004-03-29", - "examine": "A mysterious power emanates from the talisman...", "wiki_name": "Water talisman", "wiki_url": "https://oldschool.runescape.wiki/w/Water_talisman", "price": 140 @@ -26946,10 +24473,7 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.015, "buy_limit": 11000, - "release_date": "2004-03-29", - "examine": "A mysterious power emanates from the talisman...", "wiki_name": "Body talisman", "wiki_url": "https://oldschool.runescape.wiki/w/Body_talisman", "price": 1251 @@ -26963,10 +24487,7 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.015, "buy_limit": 11000, - "release_date": "2004-03-29", - "examine": "A mysterious power emanates from the talisman...", "wiki_name": "Mind talisman", "wiki_url": "https://oldschool.runescape.wiki/w/Mind_talisman", "price": 1670 @@ -26981,9 +24502,6 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.015, - "release_date": "2022-03-23", - "examine": "A mysterious power emanates from the talisman...", "wiki_name": "Blood talisman", "wiki_url": "https://oldschool.runescape.wiki/w/Blood_talisman", "price": 92000 @@ -26998,10 +24516,7 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.015, "buy_limit": 11000, - "release_date": "2004-03-29", - "examine": "A mysterious power emanates from the talisman...", "wiki_name": "Chaos talisman", "wiki_url": "https://oldschool.runescape.wiki/w/Chaos_talisman", "price": 61 @@ -27016,10 +24531,7 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.015, "buy_limit": 11000, - "release_date": "2004-03-29", - "examine": "A mysterious power emanates from the talisman...", "wiki_name": "Cosmic talisman", "wiki_url": "https://oldschool.runescape.wiki/w/Cosmic_talisman", "price": 156 @@ -27034,10 +24546,7 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.015, "buy_limit": 11000, - "release_date": "2005-10-17", - "examine": "A mysterious power emanates from the talisman...", "wiki_name": "Death talisman", "wiki_url": "https://oldschool.runescape.wiki/w/Death_talisman", "price": 453 @@ -27049,9 +24558,6 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.015, - "release_date": "2004-08-24", - "examine": "A mysterious power emanates from the talisman...", "wiki_name": "Law talisman", "wiki_url": "https://oldschool.runescape.wiki/w/Law_talisman", "price": 0 @@ -27066,10 +24572,7 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.015, "buy_limit": 11000, - "release_date": "2004-03-29", - "examine": "A mysterious power emanates from the talisman...", "wiki_name": "Nature talisman", "wiki_url": "https://oldschool.runescape.wiki/w/Nature_talisman", "price": 1062 @@ -27085,8 +24588,6 @@ "lowalch": 10, "highalch": 15, "buy_limit": 18000, - "release_date": "2004-03-29", - "examine": "I can exchange this for equipment.", "wiki_name": "Archery ticket", "wiki_url": "https://oldschool.runescape.wiki/w/Archery_ticket", "price": 14 @@ -27098,9 +24599,6 @@ "cost": 11, "lowalch": 4, "highalch": 6, - "weight": 0.02, - "release_date": "2004-03-29", - "examine": "For use on daggers and projectiles.", "wiki_name": "Weapon poison (unobtainable item)", "wiki_url": "https://oldschool.runescape.wiki/w/Weapon_poison_(unobtainable_item)", "price": 0 @@ -27112,9 +24610,6 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.226, - "release_date": "2002-09-09", - "examine": "A rather nasty looking crustacean.", "wiki_name": "Sea slug (item)", "wiki_url": "https://oldschool.runescape.wiki/w/Sea_slug_(item)", "price": 0 @@ -27124,9 +24619,6 @@ "name": "Damp sticks", "members": true, "cost": 1, - "weight": 0.085, - "release_date": "2002-09-09", - "examine": "Some damp wooden sticks.", "wiki_name": "Damp sticks", "wiki_url": "https://oldschool.runescape.wiki/w/Damp_sticks", "price": 0 @@ -27138,9 +24630,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.056, - "release_date": "2002-09-09", - "examine": "Some dry wooden sticks.", "wiki_name": "Dry sticks", "wiki_url": "https://oldschool.runescape.wiki/w/Dry_sticks", "price": 0 @@ -27152,9 +24641,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.056, - "release_date": "2002-09-09", - "examine": "Smashed glass.", "wiki_name": "Broken glass", "wiki_url": "https://oldschool.runescape.wiki/w/Broken_glass", "price": 0 @@ -27168,10 +24654,7 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.003, "buy_limit": 11000, - "release_date": "2001-02-16", - "examine": "A small round red bead.", "wiki_name": "Red bead", "wiki_url": "https://oldschool.runescape.wiki/w/Red_bead", "price": 1884 @@ -27185,10 +24668,7 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.003, "buy_limit": 11000, - "release_date": "2001-02-16", - "examine": "A small round yellow bead.", "wiki_name": "Yellow bead", "wiki_url": "https://oldschool.runescape.wiki/w/Yellow_bead", "price": 1848 @@ -27202,10 +24682,7 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.003, "buy_limit": 11000, - "release_date": "2001-02-16", - "examine": "A small round black bead.", "wiki_name": "Black bead", "wiki_url": "https://oldschool.runescape.wiki/w/Black_bead", "price": 1500 @@ -27219,10 +24696,7 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.003, "buy_limit": 11000, - "release_date": "2001-02-16", - "examine": "A small round white bead.", "wiki_name": "White bead", "wiki_url": "https://oldschool.runescape.wiki/w/White_bead", "price": 3761 @@ -27238,10 +24712,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.01, "buy_limit": 5, - "release_date": "2001-02-16", - "examine": "It increases my aim.", "wiki_name": "Amulet of accuracy", "wiki_url": "https://oldschool.runescape.wiki/w/Amulet_of_accuracy", "equipment": { @@ -27271,9 +24742,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2003-03-03", - "examine": "A chunk of rock.", "wiki_name": "Rock (elemental)", "wiki_url": "https://oldschool.runescape.wiki/w/Rock_(elemental)", "price": 0 @@ -27285,9 +24753,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.453, - "release_date": "2003-03-03", - "examine": "A magical sphere that glimmers within.", "wiki_name": "Orb of light (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Orb_of_light#1", "price": 0 @@ -27299,9 +24764,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.453, - "release_date": "2003-03-03", - "examine": "A magical sphere that glimmers within.", "wiki_name": "Orb of light (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Orb_of_light#2", "price": 0 @@ -27313,9 +24775,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.453, - "release_date": "2003-03-03", - "examine": "A magical sphere that glimmers within.", "wiki_name": "Orb of light (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Orb_of_light#3", "price": 0 @@ -27327,9 +24786,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.453, - "release_date": "2003-03-03", - "examine": "A magical sphere that glimmers within.", "wiki_name": "Orb of light (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Orb_of_light#4", "price": 0 @@ -27341,9 +24797,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.012, - "release_date": "2003-03-03", - "examine": "It's coated in an oily substance.", "wiki_name": "Oily cloth", "wiki_url": "https://oldschool.runescape.wiki/w/Oily_cloth", "price": 0 @@ -27355,9 +24808,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 2, - "release_date": "2003-03-03", - "examine": "A broken piece of railing.", "wiki_name": "Piece of railing", "wiki_url": "https://oldschool.runescape.wiki/w/Piece_of_railing", "price": 0 @@ -27369,9 +24819,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.007, - "release_date": "2003-03-03", - "examine": "A withered unicorn horn.", "wiki_name": "Unicorn horn (Underground Pass)", "wiki_url": "https://oldschool.runescape.wiki/w/Unicorn_horn_(Underground_Pass)", "price": 0 @@ -27383,9 +24830,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.012, - "release_date": "2003-03-03", - "examine": "A coat of arms of the Ardougne Paladins.", "wiki_name": "Paladin's badge (Sir Jerro)", "wiki_url": "https://oldschool.runescape.wiki/w/Paladin's_badge_(Sir_Jerro)", "price": 0 @@ -27397,9 +24841,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.012, - "release_date": "2004-04-15", - "examine": "A coat of arms of the Ardougne Paladins.", "wiki_name": "Paladin's badge (Sir Carl)", "wiki_url": "https://oldschool.runescape.wiki/w/Paladin's_badge_(Sir_Carl)", "price": 0 @@ -27411,9 +24852,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.012, - "release_date": "2003-03-03", - "examine": "A coat of arms of the Ardougne Paladins.", "wiki_name": "Paladin's badge (Sir Harry)", "wiki_url": "https://oldschool.runescape.wiki/w/Paladin's_badge_(Sir_Harry)", "price": 0 @@ -27425,9 +24863,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.2, - "release_date": "2003-03-03", - "examine": "A cat.", "wiki_name": "Witch's cat", "wiki_url": "https://oldschool.runescape.wiki/w/Witch's_cat", "price": 0 @@ -27437,9 +24872,6 @@ "name": "Doll of iban", "members": true, "cost": 2, - "weight": 0.3, - "release_date": "2003-03-03", - "examine": "A simple doll with Iban's likeness.", "wiki_name": "Doll of iban", "wiki_url": "https://oldschool.runescape.wiki/w/Doll_of_iban", "price": 0 @@ -27451,9 +24883,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.226, - "release_date": "2003-03-03", - "examine": "An account of the last times of someone.", "wiki_name": "Old journal", "wiki_url": "https://oldschool.runescape.wiki/w/Old_journal", "price": 0 @@ -27465,9 +24894,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.226, - "release_date": "2003-03-03", - "examine": "The tale of Iban.", "wiki_name": "History of iban", "wiki_url": "https://oldschool.runescape.wiki/w/History_of_iban", "price": 0 @@ -27481,9 +24907,6 @@ "cost": 6, "lowalch": 2, "highalch": 3, - "weight": 0.226, - "release_date": "2003-03-03", - "examine": "Strong dwarvish gloves.", "wiki_name": "Klank's gauntlets", "wiki_url": "https://oldschool.runescape.wiki/w/Klank's_gauntlets", "equipment": { @@ -27511,9 +24934,6 @@ "name": "Iban's dove", "members": true, "cost": 1, - "weight": 0.1, - "release_date": "2003-03-03", - "examine": "I thought you only saw these in pairs?", "wiki_name": "Iban's dove", "wiki_url": "https://oldschool.runescape.wiki/w/Iban's_dove", "price": 0 @@ -27525,9 +24945,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2003-03-03", - "examine": "A mystical demonic amulet.", "wiki_name": "Amulet of othanian", "wiki_url": "https://oldschool.runescape.wiki/w/Amulet_of_othanian", "price": 0 @@ -27539,9 +24956,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2003-03-03", - "examine": "A mystical demonic amulet.", "wiki_name": "Amulet of doomion", "wiki_url": "https://oldschool.runescape.wiki/w/Amulet_of_doomion", "price": 0 @@ -27553,9 +24967,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2003-03-03", - "examine": "A mystical demonic amulet.", "wiki_name": "Amulet of holthion", "wiki_url": "https://oldschool.runescape.wiki/w/Amulet_of_holthion", "price": 0 @@ -27567,9 +24978,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.025, - "release_date": "2003-03-03", - "examine": "A strange dark liquid.", "wiki_name": "Iban's shadow", "wiki_url": "https://oldschool.runescape.wiki/w/Iban's_shadow", "price": 0 @@ -27581,9 +24989,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.15, - "release_date": "2003-03-03", - "examine": "Smells stronger than most spirits.", "wiki_name": "Dwarf brew", "wiki_url": "https://oldschool.runescape.wiki/w/Dwarf_brew", "price": 0 @@ -27595,9 +25000,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.056, - "release_date": "2003-03-03", - "examine": "The burnt remains of Iban.", "wiki_name": "Iban's ashes", "wiki_url": "https://oldschool.runescape.wiki/w/Iban's_ashes", "price": 0 @@ -27609,9 +25011,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.01, - "release_date": "2002-08-27", - "examine": "A search warrant for a house in West Ardougne.", "wiki_name": "Warrant", "wiki_url": "https://oldschool.runescape.wiki/w/Warrant", "price": 0 @@ -27623,9 +25022,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 2.2, - "release_date": "2002-08-27", - "examine": "It doesn't look very tasty.", "wiki_name": "Hangover cure", "wiki_url": "https://oldschool.runescape.wiki/w/Hangover_cure", "price": 0 @@ -27635,9 +25031,6 @@ "name": "Ardougne teleport scroll", "members": true, "cost": 1, - "weight": 0.02, - "release_date": "2002-08-27", - "examine": "Maybe I should read it...", "wiki_name": "Ardougne teleport scroll", "wiki_url": "https://oldschool.runescape.wiki/w/Ardougne_teleport_scroll", "price": 0 @@ -27651,9 +25044,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.255, - "release_date": "2002-08-27", - "examine": "Stops me from breathing nasty stuff!", "wiki_name": "Gas mask", "wiki_url": "https://oldschool.runescape.wiki/w/Gas_mask", "equipment": { @@ -27683,9 +25073,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2002-08-27", - "examine": "Quite a small key.", "wiki_name": "A small key", "wiki_url": "https://oldschool.runescape.wiki/w/A_small_key", "price": 0 @@ -27695,9 +25082,6 @@ "name": "A scruffy note", "members": true, "cost": 2, - "weight": 0.01, - "release_date": "2002-08-27", - "examine": "It seems to say \"hongorer lure\"...", "wiki_name": "A scruffy note", "wiki_url": "https://oldschool.runescape.wiki/w/A_scruffy_note", "price": 0 @@ -27709,9 +25093,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.51, - "release_date": "2002-08-27", - "examine": "Turnip growing for beginners.", "wiki_name": "Book (Plague City)", "wiki_url": "https://oldschool.runescape.wiki/w/Book_(Plague_City)", "price": 0 @@ -27723,9 +25104,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2002-08-27", - "examine": "A picture of a lady called Elena.", "wiki_name": "Picture", "wiki_url": "https://oldschool.runescape.wiki/w/Picture", "price": 0 @@ -27739,10 +25117,7 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 2, "buy_limit": 15000, - "release_date": "2001-01-04", - "examine": "A number of wooden logs.", "wiki_name": "Logs", "wiki_url": "https://oldschool.runescape.wiki/w/Logs", "price": 116 @@ -27757,10 +25132,7 @@ "cost": 320, "lowalch": 128, "highalch": 192, - "weight": 2, "buy_limit": 12000, - "release_date": "2002-03-25", - "examine": "Logs cut from a magic tree.", "wiki_name": "Magic logs", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_logs", "price": 942 @@ -27774,10 +25146,7 @@ "cost": 160, "lowalch": 64, "highalch": 96, - "weight": 2, "buy_limit": 12000, - "release_date": "2002-03-25", - "examine": "Logs cut from a yew tree.", "wiki_name": "Yew logs", "wiki_url": "https://oldschool.runescape.wiki/w/Yew_logs", "price": 213 @@ -27791,10 +25160,7 @@ "cost": 80, "lowalch": 32, "highalch": 48, - "weight": 2, "buy_limit": 15000, - "release_date": "2002-03-25", - "examine": "Logs cut from a maple tree.", "wiki_name": "Maple logs", "wiki_url": "https://oldschool.runescape.wiki/w/Maple_logs", "price": 14 @@ -27808,10 +25174,7 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 2, "buy_limit": 15000, - "release_date": "2002-03-25", - "examine": "Logs cut from a willow tree.", "wiki_name": "Willow logs", "wiki_url": "https://oldschool.runescape.wiki/w/Willow_logs", "price": 151 @@ -27825,10 +25188,7 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 2, "buy_limit": 15000, - "release_date": "2002-03-25", - "examine": "Logs cut from an oak tree.", "wiki_name": "Oak logs", "wiki_url": "https://oldschool.runescape.wiki/w/Oak_logs", "price": 76 @@ -27843,10 +25203,7 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.01, "buy_limit": 250, - "release_date": "2002-05-08", - "examine": "For picking tough locks.", "wiki_name": "Lockpick", "wiki_url": "https://oldschool.runescape.wiki/w/Lockpick", "price": 248 @@ -27858,9 +25215,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.007, - "release_date": "2002-10-23", - "examine": "It needs cleaning.", "wiki_name": "Grimy snake weed", "wiki_url": "https://oldschool.runescape.wiki/w/Grimy_snake_weed", "price": 0 @@ -27872,9 +25226,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.007, - "release_date": "2002-10-23", - "examine": "This herb is Snake Weed.", "wiki_name": "Snake weed", "wiki_url": "https://oldschool.runescape.wiki/w/Snake_weed", "price": 0 @@ -27886,9 +25237,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.007, - "release_date": "2002-10-23", - "examine": "It needs cleaning.", "wiki_name": "Grimy ardrigal", "wiki_url": "https://oldschool.runescape.wiki/w/Grimy_ardrigal", "price": 0 @@ -27900,9 +25248,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.007, - "release_date": "2002-10-23", - "examine": "This herb is Ardrigal.", "wiki_name": "Ardrigal", "wiki_url": "https://oldschool.runescape.wiki/w/Ardrigal", "price": 0 @@ -27914,9 +25259,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.007, - "release_date": "2002-10-23", - "examine": "It needs cleaning.", "wiki_name": "Grimy sito foil", "wiki_url": "https://oldschool.runescape.wiki/w/Grimy_sito_foil", "price": 0 @@ -27928,9 +25270,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.007, - "release_date": "2002-10-23", - "examine": "This herb is Sito Foil.", "wiki_name": "Sito foil", "wiki_url": "https://oldschool.runescape.wiki/w/Sito_foil", "price": 0 @@ -27942,9 +25281,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.007, - "release_date": "2002-10-23", - "examine": "It needs cleaning.", "wiki_name": "Grimy volencia moss", "wiki_url": "https://oldschool.runescape.wiki/w/Grimy_volencia_moss", "price": 0 @@ -27956,9 +25292,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.007, - "release_date": "2002-10-23", - "examine": "This herb is Volencia Moss.", "wiki_name": "Volencia moss", "wiki_url": "https://oldschool.runescape.wiki/w/Volencia_moss", "price": 0 @@ -27970,9 +25303,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.007, - "release_date": "2002-10-23", - "examine": "It needs cleaning.", "wiki_name": "Grimy rogue's purse", "wiki_url": "https://oldschool.runescape.wiki/w/Grimy_rogue's_purse", "price": 0 @@ -27984,9 +25314,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.007, - "release_date": "2002-10-23", - "examine": "This herb is Rogue's Purse.", "wiki_name": "Rogue's purse", "wiki_url": "https://oldschool.runescape.wiki/w/Rogue's_purse", "price": 0 @@ -27997,9 +25324,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.005, - "release_date": "2001-09-23", - "examine": "A piece of the map to Crandor.", "wiki_name": "Map part (Melzar)", "wiki_url": "https://oldschool.runescape.wiki/w/Map_part#Melzar", "price": 0 @@ -28010,9 +25334,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.005, - "release_date": "2001-09-23", - "examine": "A piece of the map to Crandor.", "wiki_name": "Map part (Thalzar)", "wiki_url": "https://oldschool.runescape.wiki/w/Map_part#Thalzar", "price": 0 @@ -28023,9 +25344,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.005, - "release_date": "2001-09-23", - "examine": "A piece of the map to Crandor.", "wiki_name": "Map part (Lozar)", "wiki_url": "https://oldschool.runescape.wiki/w/Map_part#Lozar", "price": 0 @@ -28036,9 +25354,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2001-09-23", - "examine": "A map of the route to Crandor.", "wiki_name": "Crandor map", "wiki_url": "https://oldschool.runescape.wiki/w/Crandor_map", "price": 0 @@ -28053,8 +25368,6 @@ "lowalch": 1, "highalch": 1, "buy_limit": 13000, - "release_date": "2001-09-23", - "examine": "Keeps things in place fairly permanently.", "wiki_name": "Steel nails", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_nails", "price": 21 @@ -28070,10 +25383,7 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 5.443, "buy_limit": 125, - "release_date": "2001-09-23", - "examine": "This provides partial protection from dragonbreath attacks.", "wiki_name": "Anti-dragon shield", "wiki_url": "https://oldschool.runescape.wiki/w/Anti-dragon_shield", "equipment": { @@ -28102,9 +25412,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2001-09-23", - "examine": "A key to Melzar's Maze.", "wiki_name": "Maze key", "wiki_url": "https://oldschool.runescape.wiki/w/Maze_key", "price": 0 @@ -28115,9 +25422,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2001-09-23", - "examine": "A red key from Melzar's Maze.", "wiki_name": "Key (Melzar's Maze) (Red)", "wiki_url": "https://oldschool.runescape.wiki/w/Key_(Melzar's_Maze)#Red", "price": 0 @@ -28128,9 +25432,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2001-09-23", - "examine": "An orange key from Melzar's Maze.", "wiki_name": "Key (Melzar's Maze) (Orange)", "wiki_url": "https://oldschool.runescape.wiki/w/Key_(Melzar's_Maze)#Orange", "price": 0 @@ -28141,9 +25442,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2001-09-23", - "examine": "A yellow key from Melzar's Maze.", "wiki_name": "Key (Melzar's Maze) (Yellow)", "wiki_url": "https://oldschool.runescape.wiki/w/Key_(Melzar's_Maze)#Yellow", "price": 0 @@ -28154,9 +25452,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2001-09-23", - "examine": "A blue key from Melzar's Maze.", "wiki_name": "Key (Melzar's Maze) (Blue)", "wiki_url": "https://oldschool.runescape.wiki/w/Key_(Melzar's_Maze)#Blue", "price": 0 @@ -28167,9 +25462,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2001-09-23", - "examine": "A magenta key from Melzar's Maze.", "wiki_name": "Key (Melzar's Maze) (Magenta)", "wiki_url": "https://oldschool.runescape.wiki/w/Key_(Melzar's_Maze)#Magenta", "price": 0 @@ -28180,9 +25472,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2001-09-23", - "examine": "A green key from Melzar's Maze.", "wiki_name": "Key (Melzar's Maze) (Green)", "wiki_url": "https://oldschool.runescape.wiki/w/Key_(Melzar's_Maze)#Green", "price": 0 @@ -28193,9 +25482,6 @@ "cost": 8, "lowalch": 3, "highalch": 4, - "weight": 0.085, - "release_date": "2001-01-28", - "examine": "A very pointy stick.", "wiki_name": "Stake", "wiki_url": "https://oldschool.runescape.wiki/w/Stake", "price": 0 @@ -28209,10 +25495,7 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "weight": 0.028, "buy_limit": 11000, - "release_date": "2001-01-28", - "examine": "A clove of garlic.", "wiki_name": "Garlic", "wiki_url": "https://oldschool.runescape.wiki/w/Garlic", "price": 76 @@ -28227,10 +25510,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.12, "buy_limit": 15, - "release_date": "2003-07-28", - "examine": "Sardine flavoured with doogle leaves.", "wiki_name": "Seasoned sardine", "wiki_url": "https://oldschool.runescape.wiki/w/Seasoned_sardine", "price": 776 @@ -28242,9 +25522,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.75, - "release_date": "2003-07-28", - "examine": "It looks like it's lost.", "wiki_name": "Fluffs' kitten", "wiki_url": "https://oldschool.runescape.wiki/w/Fluffs'_kitten", "price": 0 @@ -28256,9 +25533,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.75, - "release_date": "2003-07-28", - "examine": "This kitten seems to like you.", "wiki_name": "Kitten (Grey and black)", "wiki_url": "https://oldschool.runescape.wiki/w/Kitten#Grey_and_black", "price": 0 @@ -28270,9 +25544,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.75, - "release_date": "2003-07-28", - "examine": "This kitten seems to like you.", "wiki_name": "Kitten (White)", "wiki_url": "https://oldschool.runescape.wiki/w/Kitten#White", "price": 0 @@ -28284,9 +25555,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.75, - "release_date": "2003-07-28", - "examine": "This kitten seems to like you.", "wiki_name": "Kitten (Brown)", "wiki_url": "https://oldschool.runescape.wiki/w/Kitten#Brown", "price": 0 @@ -28298,9 +25566,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.75, - "release_date": "2003-07-28", - "examine": "This kitten seems to like you.", "wiki_name": "Kitten (Black)", "wiki_url": "https://oldschool.runescape.wiki/w/Kitten#Black", "price": 0 @@ -28312,9 +25577,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.75, - "release_date": "2003-07-28", - "examine": "This kitten seems to like you.", "wiki_name": "Kitten (Grey and brown)", "wiki_url": "https://oldschool.runescape.wiki/w/Kitten#Grey_and_brown", "price": 0 @@ -28326,9 +25588,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.75, - "release_date": "2003-07-28", - "examine": "This kitten seems to like you.", "wiki_name": "Kitten (Grey and blue)", "wiki_url": "https://oldschool.runescape.wiki/w/Kitten#Grey_and_blue", "price": 0 @@ -28340,9 +25599,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2003-07-28", - "examine": "This cat definitely likes you.", "wiki_name": "Cat (Grey and black)", "wiki_url": "https://oldschool.runescape.wiki/w/Cat#Grey_and_black", "price": 0 @@ -28354,9 +25610,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2003-07-28", - "examine": "This cat definitely likes you.", "wiki_name": "Cat (White)", "wiki_url": "https://oldschool.runescape.wiki/w/Cat#White", "price": 0 @@ -28368,9 +25621,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2003-07-28", - "examine": "This cat definitely likes you.", "wiki_name": "Cat (Brown)", "wiki_url": "https://oldschool.runescape.wiki/w/Cat#Brown", "price": 0 @@ -28382,9 +25632,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2003-07-28", - "examine": "This cat definitely likes you.", "wiki_name": "Cat (Black)", "wiki_url": "https://oldschool.runescape.wiki/w/Cat#Black", "price": 0 @@ -28396,9 +25643,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2003-07-28", - "examine": "This cat definitely likes you.", "wiki_name": "Cat (Grey and brown)", "wiki_url": "https://oldschool.runescape.wiki/w/Cat#Grey_and_brown", "price": 0 @@ -28410,9 +25654,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2003-07-28", - "examine": "This cat definitely likes you.", "wiki_name": "Cat (Grey and blue)", "wiki_url": "https://oldschool.runescape.wiki/w/Cat#Grey_and_blue", "price": 0 @@ -28424,9 +25665,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.5, - "release_date": "2003-07-28", - "examine": "This cat is so well fed it can hardly move.", "wiki_name": "Overgrown cat (Grey and black)", "wiki_url": "https://oldschool.runescape.wiki/w/Overgrown_cat#Grey_and_black", "price": 0 @@ -28438,9 +25676,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.5, - "release_date": "2003-07-28", - "examine": "This cat is so well fed it can hardly move.", "wiki_name": "Overgrown cat (White)", "wiki_url": "https://oldschool.runescape.wiki/w/Overgrown_cat#White", "price": 0 @@ -28452,9 +25687,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.5, - "release_date": "2003-07-28", - "examine": "This cat is so well fed it can hardly move.", "wiki_name": "Overgrown cat (Brown)", "wiki_url": "https://oldschool.runescape.wiki/w/Overgrown_cat#Brown", "price": 0 @@ -28466,9 +25698,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.5, - "release_date": "2003-07-28", - "examine": "This cat is so well fed it can hardly move.", "wiki_name": "Overgrown cat (Black)", "wiki_url": "https://oldschool.runescape.wiki/w/Overgrown_cat#Black", "price": 0 @@ -28480,9 +25709,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.5, - "release_date": "2003-07-28", - "examine": "This cat is so well fed it can hardly move.", "wiki_name": "Overgrown cat (Grey and brown)", "wiki_url": "https://oldschool.runescape.wiki/w/Overgrown_cat#Grey_and_brown", "price": 0 @@ -28494,9 +25720,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.5, - "release_date": "2003-07-28", - "examine": "This cat is so well fed it can hardly move.", "wiki_name": "Overgrown cat (Grey and blue)", "wiki_url": "https://oldschool.runescape.wiki/w/Overgrown_cat#Grey_and_blue", "price": 0 @@ -28511,10 +25734,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.007, "buy_limit": 15, - "release_date": "2003-07-28", - "examine": "A tasty herb, good for seasoning.", "wiki_name": "Doogle leaves", "wiki_url": "https://oldschool.runescape.wiki/w/Doogle_leaves", "price": 1 @@ -28530,9 +25750,6 @@ "cost": 350, "lowalch": 140, "highalch": 210, - "weight": 0.01, - "release_date": "2004-03-29", - "examine": "For feline training expertise.", "wiki_name": "Cat training medal", "wiki_url": "https://oldschool.runescape.wiki/w/Cat_training_medal", "equipment": { @@ -28564,9 +25781,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.5, - "release_date": "2002-02-27", - "examine": "Scarface Pete's Candlestick.", "wiki_name": "Pete's candlestick", "wiki_url": "https://oldschool.runescape.wiki/w/Pete's_candlestick", "price": 0 @@ -28578,9 +25792,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.025, - "release_date": "2002-02-27", - "examine": "This denotes a Master Thief.", "wiki_name": "Thieves' armband", "wiki_url": "https://oldschool.runescape.wiki/w/Thieves'_armband", "price": 0 @@ -28594,9 +25805,6 @@ "cost": 6, "lowalch": 2, "highalch": 3, - "weight": 0.226, - "release_date": "2002-02-27", - "examine": "These will keep my hands cold!", "wiki_name": "Ice gloves", "wiki_url": "https://oldschool.runescape.wiki/w/Ice_gloves", "equipment": { @@ -28626,9 +25834,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.025, - "release_date": "2002-02-27", - "examine": "Yuck.", "wiki_name": "Blamish snail slime", "wiki_url": "https://oldschool.runescape.wiki/w/Blamish_snail_slime", "price": 0 @@ -28640,9 +25845,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.025, - "release_date": "2002-02-27", - "examine": "Made from the finest snail slime.", "wiki_name": "Blamish oil", "wiki_url": "https://oldschool.runescape.wiki/w/Blamish_oil", "price": 0 @@ -28652,9 +25854,6 @@ "name": "Fire feather", "members": true, "cost": 2, - "weight": 0.002, - "release_date": "2002-02-27", - "examine": "Firebird feather.", "wiki_name": "Fire feather", "wiki_url": "https://oldschool.runescape.wiki/w/Fire_feather", "price": 0 @@ -28664,9 +25863,6 @@ "name": "Id papers", "members": true, "cost": 1, - "weight": 0.01, - "release_date": "2002-02-27", - "examine": "Apparently my name is Hartigen.", "wiki_name": "Id papers", "wiki_url": "https://oldschool.runescape.wiki/w/Id_papers", "price": 0 @@ -28678,9 +25874,6 @@ "cost": 15, "lowalch": 6, "highalch": 9, - "weight": 1.36, - "release_date": "2002-02-27", - "examine": "Useful for catching lava eels.", "wiki_name": "Oily fishing rod", "wiki_url": "https://oldschool.runescape.wiki/w/Oily_fishing_rod", "price": 0 @@ -28694,9 +25887,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2002-02-27", - "examine": "I wonder what this unlocks?.", "wiki_name": "Miscellaneous key", "wiki_url": "https://oldschool.runescape.wiki/w/Miscellaneous_key", "price": 0 @@ -28706,9 +25896,6 @@ "name": "Grip's keyring", "members": true, "cost": 1, - "weight": 0.025, - "release_date": "2002-02-27", - "examine": "Some keys on a keyring.", "wiki_name": "Grip's keyring", "wiki_url": "https://oldschool.runescape.wiki/w/Grip's_keyring", "price": 0 @@ -28720,9 +25907,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2002-02-27", - "examine": "Never let your home get like this.", "wiki_name": "Dusty key", "wiki_url": "https://oldschool.runescape.wiki/w/Dusty_key", "price": 0 @@ -28734,9 +25918,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2002-02-27", - "examine": "Key to a cell.", "wiki_name": "Jail key", "wiki_url": "https://oldschool.runescape.wiki/w/Jail_key", "price": 0 @@ -28750,10 +25931,7 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.453, "buy_limit": 40, - "release_date": "2001-05-08", - "examine": "Used to make rings.", "wiki_name": "Ring mould", "wiki_url": "https://oldschool.runescape.wiki/w/Ring_mould", "price": 308 @@ -28765,9 +25943,6 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.453, - "release_date": "2003-03-17", - "examine": "Used to make unholy symbols.", "wiki_name": "Unholy mould", "wiki_url": "https://oldschool.runescape.wiki/w/Unholy_mould", "price": 0 @@ -28781,10 +25956,7 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.453, "buy_limit": 40, - "release_date": "2001-05-08", - "examine": "Used to make amulets.", "wiki_name": "Amulet mould", "wiki_url": "https://oldschool.runescape.wiki/w/Amulet_mould", "price": 427 @@ -28798,10 +25970,7 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.453, "buy_limit": 40, - "release_date": "2001-05-08", - "examine": "Used to make necklaces.", "wiki_name": "Necklace mould", "wiki_url": "https://oldschool.runescape.wiki/w/Necklace_mould", "price": 322 @@ -28815,10 +25984,7 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.453, "buy_limit": 40, - "release_date": "2001-07-12", - "examine": "Used to make holy symbols of Saradomin.", "wiki_name": "Holy mould", "wiki_url": "https://oldschool.runescape.wiki/w/Holy_mould", "price": 5 @@ -28832,10 +25998,7 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 0.002, "buy_limit": 11000, - "release_date": "2001-01-23", - "examine": "This looks valuable.", "wiki_name": "Diamond", "wiki_url": "https://oldschool.runescape.wiki/w/Diamond", "price": 1632 @@ -28849,10 +26012,7 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 0.002, "buy_limit": 13000, - "release_date": "2001-05-08", - "examine": "This looks valuable.", "wiki_name": "Ruby", "wiki_url": "https://oldschool.runescape.wiki/w/Ruby", "price": 825 @@ -28866,10 +26026,7 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 0.002, "buy_limit": 13000, - "release_date": "2001-05-08", - "examine": "This looks valuable.", "wiki_name": "Emerald", "wiki_url": "https://oldschool.runescape.wiki/w/Emerald", "price": 401 @@ -28883,10 +26040,7 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 0.002, "buy_limit": 13000, - "release_date": "2001-05-08", - "examine": "This looks valuable.", "wiki_name": "Sapphire", "wiki_url": "https://oldschool.runescape.wiki/w/Sapphire", "price": 214 @@ -28901,10 +26055,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.002, "buy_limit": 13000, - "release_date": "2003-01-27", - "examine": "A semi precious stone.", "wiki_name": "Opal", "wiki_url": "https://oldschool.runescape.wiki/w/Opal", "price": 1270 @@ -28919,10 +26070,7 @@ "cost": 150, "lowalch": 60, "highalch": 90, - "weight": 0.002, "buy_limit": 13000, - "release_date": "2003-01-27", - "examine": "A semi precious stone.", "wiki_name": "Jade", "wiki_url": "https://oldschool.runescape.wiki/w/Jade", "price": 318 @@ -28937,10 +26085,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.002, "buy_limit": 11000, - "release_date": "2003-01-27", - "examine": "A semi precious stone.", "wiki_name": "Red topaz", "wiki_url": "https://oldschool.runescape.wiki/w/Red_topaz", "price": 1590 @@ -28955,10 +26100,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.002, "buy_limit": 11000, - "release_date": "2002-02-27", - "examine": "This looks valuable.", "wiki_name": "Dragonstone", "wiki_url": "https://oldschool.runescape.wiki/w/Dragonstone", "price": 11700 @@ -28972,10 +26114,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.003, "buy_limit": 10000, - "release_date": "2001-03-17", - "examine": "This would be worth more cut.", "wiki_name": "Uncut diamond", "wiki_url": "https://oldschool.runescape.wiki/w/Uncut_diamond", "price": 1957 @@ -28989,10 +26128,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.003, "buy_limit": 10000, - "release_date": "2001-03-17", - "examine": "This would be worth more cut.", "wiki_name": "Uncut ruby", "wiki_url": "https://oldschool.runescape.wiki/w/Uncut_ruby", "price": 872 @@ -29006,10 +26142,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.003, "buy_limit": 10000, - "release_date": "2001-03-17", - "examine": "This would be worth more cut.", "wiki_name": "Uncut emerald", "wiki_url": "https://oldschool.runescape.wiki/w/Uncut_emerald", "price": 400 @@ -29023,10 +26156,7 @@ "cost": 25, "lowalch": 10, "highalch": 15, - "weight": 0.003, "buy_limit": 10000, - "release_date": "2001-03-17", - "examine": "This would be worth more cut.", "wiki_name": "Uncut sapphire", "wiki_url": "https://oldschool.runescape.wiki/w/Uncut_sapphire", "price": 203 @@ -29041,10 +26171,7 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.003, "buy_limit": 10000, - "release_date": "2003-01-27", - "examine": "This would be worth more cut.", "wiki_name": "Uncut opal", "wiki_url": "https://oldschool.runescape.wiki/w/Uncut_opal", "price": 1026 @@ -29059,10 +26186,7 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.003, "buy_limit": 10000, - "release_date": "2003-01-27", - "examine": "This would be worth more cut.", "wiki_name": "Uncut jade", "wiki_url": "https://oldschool.runescape.wiki/w/Uncut_jade", "price": 165 @@ -29077,10 +26201,7 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.003, "buy_limit": 10000, - "release_date": "2003-01-27", - "examine": "This would be worth more cut.", "wiki_name": "Uncut red topaz", "wiki_url": "https://oldschool.runescape.wiki/w/Uncut_red_topaz", "price": 1363 @@ -29095,10 +26216,7 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 0.003, "buy_limit": 10000, - "release_date": "2002-02-27", - "examine": "This would be worth more cut.", "wiki_name": "Uncut dragonstone", "wiki_url": "https://oldschool.runescape.wiki/w/Uncut_dragonstone", "price": 12799 @@ -29112,9 +26230,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2003-01-27", - "examine": "This gem is crushed and broken.", "wiki_name": "Crushed gem", "wiki_url": "https://oldschool.runescape.wiki/w/Crushed_gem", "price": 0 @@ -29130,10 +26245,7 @@ "cost": 350, "lowalch": 140, "highalch": 210, - "weight": 0.004, "buy_limit": 18000, - "release_date": "2001-05-08", - "examine": "A valuable ring.", "wiki_name": "Gold ring", "wiki_url": "https://oldschool.runescape.wiki/w/Gold_ring", "equipment": { @@ -29167,10 +26279,7 @@ "cost": 900, "lowalch": 360, "highalch": 540, - "weight": 0.006, "buy_limit": 10000, - "release_date": "2001-05-08", - "examine": "A valuable ring.", "wiki_name": "Sapphire ring", "wiki_url": "https://oldschool.runescape.wiki/w/Sapphire_ring", "equipment": { @@ -29204,10 +26313,7 @@ "cost": 1275, "lowalch": 510, "highalch": 765, - "weight": 0.006, "buy_limit": 10000, - "release_date": "2001-05-08", - "examine": "A valuable ring.", "wiki_name": "Emerald ring", "wiki_url": "https://oldschool.runescape.wiki/w/Emerald_ring", "equipment": { @@ -29241,10 +26347,7 @@ "cost": 2025, "lowalch": 810, "highalch": 1215, - "weight": 0.006, "buy_limit": 10000, - "release_date": "2001-05-08", - "examine": "A valuable ring.", "wiki_name": "Ruby ring", "wiki_url": "https://oldschool.runescape.wiki/w/Ruby_ring", "equipment": { @@ -29278,10 +26381,7 @@ "cost": 3525, "lowalch": 1410, "highalch": 2115, - "weight": 0.006, "buy_limit": 10000, - "release_date": "2001-05-08", - "examine": "A valuable ring.", "wiki_name": "Diamond ring", "wiki_url": "https://oldschool.runescape.wiki/w/Diamond_ring", "equipment": { @@ -29316,10 +26416,7 @@ "cost": 17625, "lowalch": 7050, "highalch": 10575, - "weight": 0.006, "buy_limit": 10000, - "release_date": "2002-02-27", - "examine": "A valuable ring.", "wiki_name": "Dragonstone ring", "wiki_url": "https://oldschool.runescape.wiki/w/Dragonstone_ring", "equipment": { @@ -29353,10 +26450,7 @@ "cost": 450, "lowalch": 180, "highalch": 270, - "weight": 0.007, "buy_limit": 18000, - "release_date": "2001-05-08", - "examine": "I wonder if this is valuable.", "wiki_name": "Gold necklace", "wiki_url": "https://oldschool.runescape.wiki/w/Gold_necklace", "equipment": { @@ -29390,10 +26484,7 @@ "cost": 1050, "lowalch": 420, "highalch": 630, - "weight": 0.01, "buy_limit": 18000, - "release_date": "2001-05-08", - "examine": "I wonder if this is valuable.", "wiki_name": "Sapphire necklace", "wiki_url": "https://oldschool.runescape.wiki/w/Sapphire_necklace", "equipment": { @@ -29427,10 +26518,7 @@ "cost": 1425, "lowalch": 570, "highalch": 855, - "weight": 0.01, "buy_limit": 18000, - "release_date": "2001-05-08", - "examine": "I wonder if this is valuable.", "wiki_name": "Emerald necklace", "wiki_url": "https://oldschool.runescape.wiki/w/Emerald_necklace", "equipment": { @@ -29464,10 +26552,7 @@ "cost": 2175, "lowalch": 870, "highalch": 1305, - "weight": 0.01, "buy_limit": 18000, - "release_date": "2001-05-08", - "examine": "I wonder if this is valuable.", "wiki_name": "Ruby necklace", "wiki_url": "https://oldschool.runescape.wiki/w/Ruby_necklace", "equipment": { @@ -29501,10 +26586,7 @@ "cost": 3675, "lowalch": 1470, "highalch": 2205, - "weight": 0.01, "buy_limit": 18000, - "release_date": "2001-05-08", - "examine": "I wonder if this is valuable.", "wiki_name": "Diamond necklace", "wiki_url": "https://oldschool.runescape.wiki/w/Diamond_necklace", "equipment": { @@ -29539,10 +26621,7 @@ "cost": 18375, "lowalch": 7350, "highalch": 11025, - "weight": 0.01, "buy_limit": 10000, - "release_date": "2002-02-27", - "examine": "I wonder if this is valuable.", "wiki_name": "Dragon necklace", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_necklace", "equipment": { @@ -29574,10 +26653,7 @@ "cost": 350, "lowalch": 140, "highalch": 210, - "weight": 0.004, "buy_limit": 18000, - "release_date": "2001-05-08", - "examine": "It needs a string so I can wear it.", "wiki_name": "Gold amulet (u)", "wiki_url": "https://oldschool.runescape.wiki/w/Gold_amulet_(u)", "price": 159 @@ -29591,10 +26667,7 @@ "cost": 900, "lowalch": 360, "highalch": 540, - "weight": 0.004, "buy_limit": 10000, - "release_date": "2001-05-08", - "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": 400 @@ -29608,10 +26681,7 @@ "cost": 1275, "lowalch": 510, "highalch": 765, - "weight": 0.004, "buy_limit": 10000, - "release_date": "2001-05-08", - "examine": "It needs a string so I can wear it.", "wiki_name": "Emerald amulet (u)", "wiki_url": "https://oldschool.runescape.wiki/w/Emerald_amulet_(u)", "price": 586 @@ -29625,10 +26695,7 @@ "cost": 2025, "lowalch": 810, "highalch": 1215, - "weight": 0.004, "buy_limit": 10000, - "release_date": "2001-05-08", - "examine": "It needs a string so I can wear it.", "wiki_name": "Ruby amulet (u)", "wiki_url": "https://oldschool.runescape.wiki/w/Ruby_amulet_(u)", "price": 1030 @@ -29642,10 +26709,7 @@ "cost": 3525, "lowalch": 1410, "highalch": 2115, - "weight": 0.004, "buy_limit": 10000, - "release_date": "2001-05-08", - "examine": "It needs a string so I can wear it.", "wiki_name": "Diamond amulet (u)", "wiki_url": "https://oldschool.runescape.wiki/w/Diamond_amulet_(u)", "price": 1912 @@ -29660,10 +26724,7 @@ "cost": 17625, "lowalch": 7050, "highalch": 10575, - "weight": 0.004, "buy_limit": 10000, - "release_date": "2002-02-27", - "examine": "It needs a string so I can wear it.", "wiki_name": "Dragonstone amulet (u)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragonstone_amulet_(u)", "price": 11700 @@ -29688,10 +26749,7 @@ "cost": 350, "lowalch": 140, "highalch": 210, - "weight": 0.007, "buy_limit": 18000, - "release_date": "2001-05-08", - "examine": "A plain gold amulet.", "wiki_name": "Gold amulet", "wiki_url": "https://oldschool.runescape.wiki/w/Gold_amulet", "equipment": { @@ -29725,10 +26783,7 @@ "cost": 900, "lowalch": 360, "highalch": 540, - "weight": 0.007, "buy_limit": 10000, - "release_date": "2001-05-08", - "examine": "I wonder if I can get this enchanted.", "wiki_name": "Sapphire amulet", "wiki_url": "https://oldschool.runescape.wiki/w/Sapphire_amulet", "equipment": { @@ -29762,10 +26817,7 @@ "cost": 1275, "lowalch": 510, "highalch": 765, - "weight": 0.007, "buy_limit": 10000, - "release_date": "2001-05-08", - "examine": "I wonder if I can get this enchanted.", "wiki_name": "Emerald amulet", "wiki_url": "https://oldschool.runescape.wiki/w/Emerald_amulet", "equipment": { @@ -29799,10 +26851,7 @@ "cost": 2025, "lowalch": 810, "highalch": 1215, - "weight": 0.007, "buy_limit": 10000, - "release_date": "2001-05-08", - "examine": "I wonder if I can get this enchanted.", "wiki_name": "Ruby amulet", "wiki_url": "https://oldschool.runescape.wiki/w/Ruby_amulet", "equipment": { @@ -29836,10 +26885,7 @@ "cost": 3525, "lowalch": 1410, "highalch": 2115, - "weight": 0.007, "buy_limit": 10000, - "release_date": "2001-05-08", - "examine": "I wonder if I can get this enchanted.", "wiki_name": "Diamond amulet", "wiki_url": "https://oldschool.runescape.wiki/w/Diamond_amulet", "equipment": { @@ -29874,10 +26920,7 @@ "cost": 17625, "lowalch": 7050, "highalch": 10575, - "weight": 0.007, "buy_limit": 10000, - "release_date": "2002-02-27", - "examine": "I wonder if I can get this enchanted.", "wiki_name": "Dragonstone amulet", "wiki_url": "https://oldschool.runescape.wiki/w/Dragonstone_amulet", "equipment": { @@ -29912,10 +26955,7 @@ "cost": 17625, "lowalch": 7050, "highalch": 10575, - "weight": 0.01, "buy_limit": 10000, - "release_date": "2002-02-27", - "examine": "A very powerful dragonstone amulet.", "wiki_name": "Amulet of glory (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Amulet_of_glory#Uncharged", "equipment": { @@ -29949,9 +26989,6 @@ "cost": 17625, "lowalch": 7050, "highalch": 10575, - "weight": 0.01, - "release_date": "2002-02-27", - "examine": "A dragonstone amulet with 1 magic charge.", "wiki_name": "Amulet of glory (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Amulet_of_glory#(1)", "equipment": { @@ -29985,9 +27022,6 @@ "cost": 17625, "lowalch": 7050, "highalch": 10575, - "weight": 0.01, - "release_date": "2004-03-29", - "examine": "A dragonstone amulet with 2 magic charges.", "wiki_name": "Amulet of glory (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Amulet_of_glory#(2)", "equipment": { @@ -30021,9 +27055,6 @@ "cost": 17625, "lowalch": 7050, "highalch": 10575, - "weight": 0.01, - "release_date": "2004-03-29", - "examine": "A dragonstone amulet with 3 magic charges.", "wiki_name": "Amulet of glory (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Amulet_of_glory#(3)", "equipment": { @@ -30058,10 +27089,7 @@ "cost": 17625, "lowalch": 7050, "highalch": 10575, - "weight": 0.01, "buy_limit": 10000, - "release_date": "2004-03-29", - "examine": "A dragonstone amulet with 4 magic charges.", "wiki_name": "Amulet of glory (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Amulet_of_glory#(4)", "equipment": { @@ -30093,10 +27121,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.004, "buy_limit": 10000, - "release_date": "2001-07-12", - "examine": "It needs a string so I can wear it.", "wiki_name": "Unstrung symbol", "wiki_url": "https://oldschool.runescape.wiki/w/Unstrung_symbol", "price": 238 @@ -30112,10 +27137,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.007, "buy_limit": 10000, - "release_date": "2001-07-12", - "examine": "A symbol of Saradomin.", "wiki_name": "Unblessed symbol", "wiki_url": "https://oldschool.runescape.wiki/w/Unblessed_symbol", "equipment": { @@ -30149,10 +27171,7 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 0.007, "buy_limit": 125, - "release_date": "2001-07-12", - "examine": "A blessed holy symbol of Saradomin.", "wiki_name": "Holy symbol", "wiki_url": "https://oldschool.runescape.wiki/w/Holy_symbol", "equipment": { @@ -30185,10 +27204,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.004, "buy_limit": 10000, - "release_date": "2003-03-17", - "examine": "It needs a string so I can wear it.", "wiki_name": "Unstrung emblem", "wiki_url": "https://oldschool.runescape.wiki/w/Unstrung_emblem", "price": 3 @@ -30205,10 +27221,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.007, "buy_limit": 10000, - "release_date": "2003-03-17", - "examine": "An unblessed symbol of Zamorak.", "wiki_name": "Unpowered symbol", "wiki_url": "https://oldschool.runescape.wiki/w/Unpowered_symbol", "equipment": { @@ -30243,10 +27256,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.007, "buy_limit": 125, - "release_date": "2003-03-17", - "examine": "An unholy symbol of Zamorak.", "wiki_name": "Unholy symbol", "wiki_url": "https://oldschool.runescape.wiki/w/Unholy_symbol", "equipment": { @@ -30280,10 +27290,7 @@ "cost": 2025, "lowalch": 810, "highalch": 1215, - "weight": 0.01, "buy_limit": 125, - "release_date": "2001-05-24", - "examine": "An enchanted ruby amulet.", "wiki_name": "Amulet of strength", "wiki_url": "https://oldschool.runescape.wiki/w/Amulet_of_strength", "equipment": { @@ -30317,10 +27324,7 @@ "cost": 900, "lowalch": 360, "highalch": 540, - "weight": 0.01, "buy_limit": 125, - "release_date": "2001-05-24", - "examine": "An enchanted sapphire amulet of magic.", "wiki_name": "Amulet of magic", "wiki_url": "https://oldschool.runescape.wiki/w/Amulet_of_magic", "equipment": { @@ -30354,10 +27358,7 @@ "cost": 1275, "lowalch": 510, "highalch": 765, - "weight": 0.01, "buy_limit": 125, - "release_date": "2001-05-24", - "examine": "An enchanted emerald amulet of protection.", "wiki_name": "Amulet of defence", "wiki_url": "https://oldschool.runescape.wiki/w/Amulet_of_defence", "equipment": { @@ -30391,10 +27392,7 @@ "cost": 3525, "lowalch": 1410, "highalch": 2115, - "weight": 0.01, "buy_limit": 125, - "release_date": "2001-05-24", - "examine": "An enchanted diamond amulet of power.", "wiki_name": "Amulet of power", "wiki_url": "https://oldschool.runescape.wiki/w/Amulet_of_power", "equipment": { @@ -30427,8 +27425,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 40, - "release_date": "2001-06-23", - "examine": "Used with a thread to make clothes.", "wiki_name": "Needle", "wiki_url": "https://oldschool.runescape.wiki/w/Needle", "price": 48 @@ -30443,8 +27439,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 18000, - "release_date": "2001-06-23", - "examine": "Used with a needle to make clothes.", "wiki_name": "Thread", "wiki_url": "https://oldschool.runescape.wiki/w/Thread", "price": 17 @@ -30458,10 +27452,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.113, "buy_limit": 40, - "release_date": "2001-01-04", - "examine": "For shearing sheep.", "wiki_name": "Shears", "wiki_url": "https://oldschool.runescape.wiki/w/Shears", "price": 1 @@ -30475,10 +27466,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, "buy_limit": 13000, - "release_date": "2001-01-04", - "examine": "Nice and fluffy.", "wiki_name": "Wool", "wiki_url": "https://oldschool.runescape.wiki/w/Wool", "price": 97 @@ -30492,10 +27480,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 2.721, "buy_limit": 13000, - "release_date": "2001-06-23", - "examine": "I should take this to the tannery.", "wiki_name": "Cowhide", "wiki_url": "https://oldschool.runescape.wiki/w/Cowhide", "price": 217 @@ -30509,10 +27494,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.267, "buy_limit": 13000, - "release_date": "2001-06-23", - "examine": "It's a piece of leather.", "wiki_name": "Leather", "wiki_url": "https://oldschool.runescape.wiki/w/Leather", "price": 193 @@ -30526,10 +27508,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 3.175, "buy_limit": 13000, - "release_date": "2004-03-29", - "examine": "It's a piece of hard leather.", "wiki_name": "Hard leather", "wiki_url": "https://oldschool.runescape.wiki/w/Hard_leather", "price": 351 @@ -30544,10 +27523,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 3.175, "buy_limit": 13000, - "release_date": "2004-03-29", - "examine": "It's a piece of prepared green dragonhide.", "wiki_name": "Green dragon leather", "wiki_url": "https://oldschool.runescape.wiki/w/Green_dragon_leather", "price": 1357 @@ -30562,10 +27538,7 @@ "cost": 150, "lowalch": 60, "highalch": 90, - "weight": 3.175, "buy_limit": 11000, - "release_date": "2004-03-29", - "examine": "The scaly rough hide from a Black Dragon.", "wiki_name": "Black dragonhide", "wiki_url": "https://oldschool.runescape.wiki/w/Black_dragonhide", "price": 2575 @@ -30580,10 +27553,7 @@ "cost": 145, "lowalch": 58, "highalch": 87, - "weight": 3.175, "buy_limit": 11000, - "release_date": "2004-03-29", - "examine": "The scaly rough hide from a Red Dragon.", "wiki_name": "Red dragonhide", "wiki_url": "https://oldschool.runescape.wiki/w/Red_dragonhide", "price": 1922 @@ -30598,10 +27568,7 @@ "cost": 140, "lowalch": 56, "highalch": 84, - "weight": 3.175, "buy_limit": 13000, - "release_date": "2004-03-29", - "examine": "The scaly rough hide from a Blue Dragon.", "wiki_name": "Blue dragonhide", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_dragonhide", "price": 1444 @@ -30616,10 +27583,7 @@ "cost": 135, "lowalch": 54, "highalch": 81, - "weight": 3.175, "buy_limit": 13000, - "release_date": "2004-03-29", - "examine": "The scaly rough hide from a Green Dragon.", "wiki_name": "Green dragonhide", "wiki_url": "https://oldschool.runescape.wiki/w/Green_dragonhide", "price": 1221 @@ -30633,10 +27597,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, "buy_limit": 40, - "release_date": "2001-01-04", - "examine": "Good for detailed crafting.", "wiki_name": "Chisel", "wiki_url": "https://oldschool.runescape.wiki/w/Chisel", "price": 55 @@ -30652,10 +27613,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.453, "buy_limit": 40, - "release_date": "2001-01-04", - "examine": "A mostly clean apron.", "wiki_name": "Brown apron", "wiki_url": "https://oldschool.runescape.wiki/w/Brown_apron", "equipment": { @@ -30687,10 +27645,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.012, "buy_limit": 13000, - "release_date": "2001-01-04", - "examine": "Spun from wool.", "wiki_name": "Ball of wool", "wiki_url": "https://oldschool.runescape.wiki/w/Ball_of_wool", "price": 61 @@ -30704,10 +27659,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.907, "buy_limit": 13000, - "release_date": "2001-02-28", - "examine": "Clay soft enough to mould.", "wiki_name": "Soft clay", "wiki_url": "https://oldschool.runescape.wiki/w/Soft_clay", "price": 113 @@ -30721,10 +27673,7 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.02, "buy_limit": 150, - "release_date": "2001-05-08", - "examine": "A little bottle of red dye.", "wiki_name": "Red dye", "wiki_url": "https://oldschool.runescape.wiki/w/Red_dye", "price": 1325 @@ -30738,10 +27687,7 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.02, "buy_limit": 150, - "release_date": "2001-02-28", - "examine": "A little bottle of yellow dye.", "wiki_name": "Yellow dye", "wiki_url": "https://oldschool.runescape.wiki/w/Yellow_dye", "price": 270 @@ -30755,10 +27701,7 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.02, "buy_limit": 150, - "release_date": "2001-05-08", - "examine": "A little bottle of blue dye.", "wiki_name": "Blue dye", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_dye", "price": 331 @@ -30772,10 +27715,7 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.02, "buy_limit": 150, - "release_date": "2001-05-08", - "examine": "A little bottle of orange dye.", "wiki_name": "Orange dye", "wiki_url": "https://oldschool.runescape.wiki/w/Orange_dye", "price": 1061 @@ -30789,10 +27729,7 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.02, "buy_limit": 150, - "release_date": "2001-12-08", - "examine": "A little bottle of green dye.", "wiki_name": "Green dye", "wiki_url": "https://oldschool.runescape.wiki/w/Green_dye", "price": 614 @@ -30806,10 +27743,7 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.02, "buy_limit": 150, - "release_date": "2001-12-08", - "examine": "A little bottle of purple dye.", "wiki_name": "Purple dye", "wiki_url": "https://oldschool.runescape.wiki/w/Purple_dye", "price": 622 @@ -30824,10 +27758,7 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "weight": 0.907, "buy_limit": 13000, - "release_date": "2002-03-18", - "examine": "Hot glass ready to be blown into useful objects.", "wiki_name": "Molten glass", "wiki_url": "https://oldschool.runescape.wiki/w/Molten_glass", "price": 69 @@ -30842,10 +27773,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.014, "buy_limit": 13000, - "release_date": "2002-03-25", - "examine": "I need a bow stave to attach this to.", "wiki_name": "Bow string", "wiki_url": "https://oldschool.runescape.wiki/w/Bow_string", "price": 67 @@ -30860,10 +27788,7 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.453, "buy_limit": 13000, - "release_date": "2002-03-25", - "examine": "I should use this with a spinning wheel.", "wiki_name": "Flax", "wiki_url": "https://oldschool.runescape.wiki/w/Flax", "price": 2 @@ -30878,10 +27803,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.056, "buy_limit": 13000, - "release_date": "2002-03-18", - "examine": "One of the ingredients for making glass.", "wiki_name": "Soda ash", "wiki_url": "https://oldschool.runescape.wiki/w/Soda_ash", "price": 21 @@ -30896,10 +27818,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 2.5, "buy_limit": 13000, - "release_date": "2002-03-18", - "examine": "One of the ingredients for making glass.", "wiki_name": "Bucket of sand", "wiki_url": "https://oldschool.runescape.wiki/w/Bucket_of_sand", "price": 33 @@ -30914,10 +27833,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.056, "buy_limit": 40, - "release_date": "2002-03-18", - "examine": "Used to form molten glass into useful items.", "wiki_name": "Glassblowing pipe", "wiki_url": "https://oldschool.runescape.wiki/w/Glassblowing_pipe", "price": 389 @@ -30931,10 +27847,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.68, "buy_limit": 10000, - "release_date": "2001-05-08", - "examine": "I need to put this in a pottery oven.", "wiki_name": "Unfired pot", "wiki_url": "https://oldschool.runescape.wiki/w/Unfired_pot", "price": 157 @@ -30948,10 +27861,7 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "weight": 0.68, "buy_limit": 10000, - "release_date": "2001-05-08", - "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": 100 @@ -30965,10 +27875,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.68, "buy_limit": 10000, - "release_date": "2001-06-11", - "examine": "I need to put this in a pottery oven.", "wiki_name": "Unfired bowl", "wiki_url": "https://oldschool.runescape.wiki/w/Unfired_bowl", "price": 258 @@ -30983,8 +27890,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 11000, - "release_date": "2001-05-08", - "examine": "A slightly bluish leaf.", "wiki_name": "Woad leaf", "wiki_url": "https://oldschool.runescape.wiki/w/Woad_leaf", "price": 37 @@ -30999,10 +27904,7 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.005, "buy_limit": 15, - "release_date": "2003-01-27", - "examine": "Useful for Crafting items.", "wiki_name": "Bronze wire", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_wire", "price": 314 @@ -31016,9 +27918,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2003-06-09", - "examine": "Anna's shiny silver coated necklace.", "wiki_name": "Silver necklace (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Silver_necklace#Normal", "equipment": { @@ -31050,9 +27949,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2003-06-09", - "examine": "Anna's shiny silver coated necklace coated with a thin layer of flour.", "wiki_name": "Silver necklace (Dusted)", "wiki_url": "https://oldschool.runescape.wiki/w/Silver_necklace#Dusted", "equipment": { @@ -31082,9 +27978,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.07, - "release_date": "2003-06-09", - "examine": "Bob's shiny silver coated tea cup.", "wiki_name": "Silver cup (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Silver_cup#Normal", "price": 0 @@ -31096,9 +27989,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.07, - "release_date": "2003-06-09", - "examine": "Bob's shiny silver coated tea cup coated with a thin layer of flour.", "wiki_name": "Silver cup (Dusted)", "wiki_url": "https://oldschool.runescape.wiki/w/Silver_cup#Dusted", "price": 0 @@ -31110,9 +28000,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.09, - "release_date": "2003-06-09", - "examine": "Carol's shiny silver coated bottle.", "wiki_name": "Silver bottle (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Silver_bottle#Normal", "price": 0 @@ -31124,9 +28011,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.09, - "release_date": "2003-06-09", - "examine": "Carol's shiny silver coated bottle coated with a thin layer of flour.", "wiki_name": "Silver bottle (Dusted)", "wiki_url": "https://oldschool.runescape.wiki/w/Silver_bottle#Dusted", "price": 0 @@ -31138,9 +28022,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.226, - "release_date": "2003-06-09", - "examine": "David's shiny silver coated book.", "wiki_name": "Silver book (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Silver_book#Normal", "price": 0 @@ -31152,9 +28033,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.226, - "release_date": "2003-06-09", - "examine": "David's shiny silver coated book coated with a thin layer of flour.", "wiki_name": "Silver book (Dusted)", "wiki_url": "https://oldschool.runescape.wiki/w/Silver_book#Dusted", "price": 0 @@ -31166,9 +28044,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2003-06-09", - "examine": "Elizabeth's shiny silver coated needle.", "wiki_name": "Silver needle (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Silver_needle#Normal", "price": 0 @@ -31180,9 +28055,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2003-06-09", - "examine": "Elizabeth's shiny silver coated needle coated with a thin layer of flour.", "wiki_name": "Silver needle (Dusted)", "wiki_url": "https://oldschool.runescape.wiki/w/Silver_needle#Dusted", "price": 0 @@ -31194,9 +28066,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2003-06-09", - "examine": "Frank's shiny silver coated pot.", "wiki_name": "Silver pot (Murder Mystery) (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Silver_pot_(Murder_Mystery)#Normal", "price": 0 @@ -31208,9 +28077,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2003-06-09", - "examine": "Frank's shiny silver coated pot coated with a thin layer of flour.", "wiki_name": "Silver pot (Murder Mystery) (Dusted)", "wiki_url": "https://oldschool.runescape.wiki/w/Silver_pot_(Murder_Mystery)#Dusted", "price": 0 @@ -31222,9 +28088,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.002, - "release_date": "2003-06-09", - "examine": "Some red thread found at the murder scene.", "wiki_name": "Criminal's thread (Red)", "wiki_url": "https://oldschool.runescape.wiki/w/Criminal's_thread#Red", "price": 0 @@ -31236,9 +28099,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.002, - "release_date": "2003-06-09", - "examine": "Some green thread found at the murder scene.", "wiki_name": "Criminal's thread (Green)", "wiki_url": "https://oldschool.runescape.wiki/w/Criminal's_thread#Green", "price": 0 @@ -31250,9 +28110,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.002, - "release_date": "2003-06-09", - "examine": "Some blue thread found at the murder scene.", "wiki_name": "Criminal's thread (Blue)", "wiki_url": "https://oldschool.runescape.wiki/w/Criminal's_thread#Blue", "price": 0 @@ -31264,9 +28121,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2003-06-09", - "examine": "A piece of fly paper. It's sticky.", "wiki_name": "Flypaper", "wiki_url": "https://oldschool.runescape.wiki/w/Flypaper", "price": 0 @@ -31276,9 +28130,6 @@ "name": "Pungent pot", "members": true, "cost": 1, - "weight": 0.907, - "release_date": "2003-06-09", - "examine": "A pot found at the murder scene, with a sickly odour.", "wiki_name": "Pungent pot", "wiki_url": "https://oldschool.runescape.wiki/w/Pungent_pot", "price": 0 @@ -31290,9 +28141,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2003-06-09", - "examine": "A flimsy-looking dagger found at the crime scene.", "wiki_name": "Criminal's dagger (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Criminal's_dagger#Normal", "price": 0 @@ -31304,9 +28152,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2003-06-09", - "examine": "A flimsy-looking dagger found at the crime scene coated with a thin layer of flour.", "wiki_name": "Criminal's dagger (Dusted)", "wiki_url": "https://oldschool.runescape.wiki/w/Criminal's_dagger#Dusted", "price": 0 @@ -31318,9 +28163,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2003-06-09", - "examine": "The fingerprints of the murderer.", "wiki_name": "Killer's print", "wiki_url": "https://oldschool.runescape.wiki/w/Killer's_print", "price": 0 @@ -31332,9 +28174,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2003-06-09", - "examine": "An imprint of Anna's fingerprint.", "wiki_name": "Anna's print", "wiki_url": "https://oldschool.runescape.wiki/w/Anna's_print", "price": 0 @@ -31346,9 +28185,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2003-06-09", - "examine": "An imprint of Bob's fingerprint.", "wiki_name": "Bob's print", "wiki_url": "https://oldschool.runescape.wiki/w/Bob's_print", "price": 0 @@ -31360,9 +28196,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2003-06-09", - "examine": "An imprint of Carol's fingerprint.", "wiki_name": "Carol's print", "wiki_url": "https://oldschool.runescape.wiki/w/Carol's_print", "price": 0 @@ -31374,9 +28207,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2003-06-09", - "examine": "An imprint of David's fingerprint.", "wiki_name": "David's print", "wiki_url": "https://oldschool.runescape.wiki/w/David's_print", "price": 0 @@ -31388,9 +28218,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2003-06-09", - "examine": "An imprint of Elizabeth's fingerprint.", "wiki_name": "Elizabeth's print", "wiki_url": "https://oldschool.runescape.wiki/w/Elizabeth's_print", "price": 0 @@ -31402,9 +28229,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2003-06-09", - "examine": "An imprint of Frank's fingerprint.", "wiki_name": "Frank's print", "wiki_url": "https://oldschool.runescape.wiki/w/Frank's_print", "price": 0 @@ -31416,9 +28240,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2003-06-09", - "examine": "An unidentified fingerprint taken from the murder weapon.", "wiki_name": "Unknown print", "wiki_url": "https://oldschool.runescape.wiki/w/Unknown_print", "price": 0 @@ -31433,10 +28254,7 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 1.1, "buy_limit": 2000, - "release_date": "2003-04-14", - "examine": "A full waterskin with four portions of water.", "wiki_name": "Waterskin (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Waterskin#(4)", "price": 136 @@ -31450,9 +28268,6 @@ "cost": 27, "lowalch": 10, "highalch": 16, - "weight": 0.85, - "release_date": "2003-04-14", - "examine": "A nearly full waterskin with three portions of water.", "wiki_name": "Waterskin (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Waterskin#(3)", "price": 0 @@ -31466,9 +28281,6 @@ "cost": 24, "lowalch": 9, "highalch": 14, - "weight": 0.6, - "release_date": "2003-04-14", - "examine": "A half empty waterskin with two portions of water.", "wiki_name": "Waterskin (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Waterskin#(2)", "price": 0 @@ -31482,9 +28294,6 @@ "cost": 18, "lowalch": 7, "highalch": 10, - "weight": 0.35, - "release_date": "2003-04-14", - "examine": "A nearly empty waterskin with one portion of water.", "wiki_name": "Waterskin (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Waterskin#(1)", "price": 0 @@ -31499,10 +28308,7 @@ "cost": 15, "lowalch": 6, "highalch": 9, - "weight": 0.1, "buy_limit": 10000, - "release_date": "2003-04-14", - "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": 46 @@ -31519,10 +28325,7 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.907, "buy_limit": 150, - "release_date": "2003-04-14", - "examine": "A cool, light desert shirt.", "wiki_name": "Desert shirt", "wiki_url": "https://oldschool.runescape.wiki/w/Desert_shirt", "equipment": { @@ -31557,10 +28360,7 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.907, "buy_limit": 150, - "release_date": "2003-04-14", - "examine": "A cool, light desert robe.", "wiki_name": "Desert robe", "wiki_url": "https://oldschool.runescape.wiki/w/Desert_robe", "equipment": { @@ -31595,10 +28395,7 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.226, "buy_limit": 150, - "release_date": "2003-04-14", - "examine": "Comfortable desert shoes.", "wiki_name": "Desert boots", "wiki_url": "https://oldschool.runescape.wiki/w/Desert_boots", "equipment": { @@ -31628,9 +28425,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2003-04-14", - "examine": "This key is crudely made. It came from the mining camp Mercenary Captain.", "wiki_name": "Metal key", "wiki_url": "https://oldschool.runescape.wiki/w/Metal_key", "price": 0 @@ -31642,9 +28436,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2003-04-14", - "examine": "A metallic key, usually used by prison guards.", "wiki_name": "Cell door key", "wiki_url": "https://oldschool.runescape.wiki/w/Cell_door_key", "price": 0 @@ -31656,9 +28447,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 9.979, - "release_date": "2003-04-14", - "examine": "An empty mining barrel.", "wiki_name": "Barrel (The Tourist Trap)", "wiki_url": "https://oldschool.runescape.wiki/w/Barrel_(The_Tourist_Trap)", "price": 0 @@ -31668,9 +28456,6 @@ "name": "Ana in a barrel", "members": true, "cost": 1, - "weight": 32, - "release_date": "2003-04-14", - "examine": "A mining barrel with Ana in it.", "wiki_name": "Ana in a barrel", "wiki_url": "https://oldschool.runescape.wiki/w/Ana_in_a_barrel", "price": 0 @@ -31682,9 +28467,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2003-04-14", - "examine": "This key unlocks a very sturdy gate of some sort. Ana gave me this key.", "wiki_name": "Wrought iron key", "wiki_url": "https://oldschool.runescape.wiki/w/Wrought_iron_key", "price": 0 @@ -31698,9 +28480,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.907, - "release_date": "2003-04-14", - "examine": "A filthy, smelly, flea infested shirt.", "wiki_name": "Slave shirt", "wiki_url": "https://oldschool.runescape.wiki/w/Slave_shirt", "equipment": { @@ -31732,9 +28511,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.907, - "release_date": "2003-04-14", - "examine": "A filthy, smelly, flea infested robe.", "wiki_name": "Slave robe", "wiki_url": "https://oldschool.runescape.wiki/w/Slave_robe", "equipment": { @@ -31764,9 +28540,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.68, - "release_date": "2004-03-29", - "examine": "A set of filthy, smelly, flea infested desert slave boots.", "wiki_name": "Slave boots", "wiki_url": "https://oldschool.runescape.wiki/w/Slave_boots", "equipment": { @@ -31796,9 +28569,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.01, - "release_date": "2003-04-14", - "examine": "A piece of paper with barely legible writing - looks like a recipe!", "wiki_name": "Scrumpled paper", "wiki_url": "https://oldschool.runescape.wiki/w/Scrumpled_paper", "price": 0 @@ -31810,9 +28580,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2003-04-14", - "examine": "Very important information.", "wiki_name": "Shantay disclaimer", "wiki_url": "https://oldschool.runescape.wiki/w/Shantay_disclaimer", "price": 0 @@ -31825,8 +28592,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "release_date": "2003-04-14", - "examine": "A prototype throwing dart.", "wiki_name": "Prototype dart", "wiki_url": "https://oldschool.runescape.wiki/w/Prototype_dart", "price": 0 @@ -31838,9 +28603,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2003-04-14", - "examine": "Plans of a technical nature.", "wiki_name": "Technical plans", "wiki_url": "https://oldschool.runescape.wiki/w/Technical_plans", "price": 0 @@ -31850,9 +28612,6 @@ "name": "Tenti pineapple", "members": true, "cost": 1, - "weight": 0.907, - "release_date": "2003-04-14", - "examine": "The most delicious of pineapples.", "wiki_name": "Tenti pineapple", "wiki_url": "https://oldschool.runescape.wiki/w/Tenti_pineapple", "price": 0 @@ -31864,9 +28623,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2003-04-14", - "examine": "A key to the chest in Captain Siad's room.", "wiki_name": "Bedabin key", "wiki_url": "https://oldschool.runescape.wiki/w/Bedabin_key", "price": 0 @@ -31879,8 +28635,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2003-04-14", - "examine": "A prototype dart tip - it looks deadly.", "wiki_name": "Prototype dart tip", "wiki_url": "https://oldschool.runescape.wiki/w/Prototype_dart_tip", "price": 0 @@ -31896,8 +28650,6 @@ "lowalch": 2, "highalch": 3, "buy_limit": 18000, - "release_date": "2003-04-14", - "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": 14 @@ -31909,9 +28661,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, - "release_date": "2004-03-29", - "examine": "Looks like a plain rock, must have some ore in it?", "wiki_name": "Rock (The Tourist Trap)", "wiki_url": "https://oldschool.runescape.wiki/w/Rock_(The_Tourist_Trap)", "price": 0 @@ -31923,9 +28672,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 7.257, - "release_date": "2002-04-30", - "examine": "A Tourist's Guide To Ardougne.", "wiki_name": "Guide book", "wiki_url": "https://oldschool.runescape.wiki/w/Guide_book", "price": 0 @@ -31937,9 +28683,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 3, - "release_date": "2002-04-30", - "examine": "The Rantuki tribe's totem.", "wiki_name": "Totem", "wiki_url": "https://oldschool.runescape.wiki/w/Totem", "price": 0 @@ -31951,9 +28694,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.01, - "release_date": "2002-04-30", - "examine": "It says 'To Lord Handelmort, Handelmort Mansion'.", "wiki_name": "Address label", "wiki_url": "https://oldschool.runescape.wiki/w/Address_label", "price": 0 @@ -31968,10 +28708,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.8, "buy_limit": 11000, - "release_date": "2003-04-14", - "examine": "I need to cook this first.", "wiki_name": "Raw ugthanki meat", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_ugthanki_meat", "price": 1186 @@ -31986,10 +28723,7 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.6, "buy_limit": 11000, - "release_date": "2003-04-14", - "examine": "Freshly cooked ugthanki meat.", "wiki_name": "Ugthanki meat", "wiki_url": "https://oldschool.runescape.wiki/w/Ugthanki_meat", "price": 38016 @@ -32003,9 +28737,6 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.12, - "release_date": "2003-04-14", - "examine": "I need to cook this.", "wiki_name": "Pitta dough", "wiki_url": "https://oldschool.runescape.wiki/w/Pitta_dough", "price": 0 @@ -32020,10 +28751,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.1, "buy_limit": 11000, - "release_date": "2003-04-14", - "examine": "Nicely baked pitta bread. Needs more ingredients to make a kebab.", "wiki_name": "Pitta bread", "wiki_url": "https://oldschool.runescape.wiki/w/Pitta_bread", "price": 64 @@ -32037,9 +28765,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.08, - "release_date": "2003-04-14", - "examine": "It's all burnt.", "wiki_name": "Burnt pitta bread", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_pitta_bread", "price": 0 @@ -32054,10 +28779,7 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "weight": 0.2, "buy_limit": 11000, - "release_date": "2003-04-14", - "examine": "A mixture of tomatoes in a bowl.", "wiki_name": "Chopped tomato", "wiki_url": "https://oldschool.runescape.wiki/w/Chopped_tomato", "price": 54 @@ -32072,10 +28794,7 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "weight": 0.2, "buy_limit": 11000, - "release_date": "2003-04-14", - "examine": "A mixture of onions in a bowl.", "wiki_name": "Chopped onion", "wiki_url": "https://oldschool.runescape.wiki/w/Chopped_onion", "price": 52 @@ -32090,10 +28809,7 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.2, "buy_limit": 11000, - "release_date": "2004-03-29", - "examine": "Strips of ugthanki meat in a bowl.", "wiki_name": "Chopped ugthanki", "wiki_url": "https://oldschool.runescape.wiki/w/Chopped_ugthanki", "price": 5500 @@ -32108,10 +28824,7 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.3, "buy_limit": 11000, - "release_date": "2003-04-14", - "examine": "A mixture of chopped onions and tomatoes in a bowl.", "wiki_name": "Onion & tomato", "wiki_url": "https://oldschool.runescape.wiki/w/Onion_&_tomato", "price": 22 @@ -32126,10 +28839,7 @@ "cost": 7, "lowalch": 2, "highalch": 4, - "weight": 0.3, "buy_limit": 11000, - "release_date": "2004-03-29", - "examine": "A mixture of chopped onions and ugthanki meat in a bowl.", "wiki_name": "Ugthanki & onion", "wiki_url": "https://oldschool.runescape.wiki/w/Ugthanki_&_onion", "price": 14 @@ -32144,10 +28854,7 @@ "cost": 7, "lowalch": 2, "highalch": 4, - "weight": 0.3, "buy_limit": 11000, - "release_date": "2004-03-29", - "examine": "A mixture of chopped tomatoes and ugthanki meat in a bowl.", "wiki_name": "Ugthanki & tomato", "wiki_url": "https://oldschool.runescape.wiki/w/Ugthanki_&_tomato", "price": 1000 @@ -32162,10 +28869,7 @@ "cost": 9, "lowalch": 3, "highalch": 5, - "weight": 0.4, "buy_limit": 11000, - "release_date": "2003-04-14", - "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": 15749 @@ -32179,9 +28883,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.5, - "release_date": "2003-04-14", - "examine": "A strange smelling kebab made from ugthanki meat.", "wiki_name": "Ugthanki kebab (smelling)", "wiki_url": "https://oldschool.runescape.wiki/w/Ugthanki_kebab_(smelling)", "price": 0 @@ -32196,10 +28897,7 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.5, "buy_limit": 10000, - "release_date": "2003-04-14", - "examine": "A fresh kebab made from ugthanki meat.", "wiki_name": "Ugthanki kebab", "wiki_url": "https://oldschool.runescape.wiki/w/Ugthanki_kebab", "price": 980 @@ -32213,10 +28911,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.1, "buy_limit": 40, - "release_date": "2001-06-11", - "examine": "Useful for baking cakes.", "wiki_name": "Cake tin", "wiki_url": "https://oldschool.runescape.wiki/w/Cake_tin", "price": 76 @@ -32229,9 +28924,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.5, - "release_date": "2001-06-11", - "examine": "Now all I need to do is cook it.", "wiki_name": "Uncooked cake", "wiki_url": "https://oldschool.runescape.wiki/w/Uncooked_cake", "price": 0 @@ -32245,10 +28937,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.3, "buy_limit": 6000, - "release_date": "2001-06-11", - "examine": "A plain sponge cake.", "wiki_name": "Cake (Full)", "wiki_url": "https://oldschool.runescape.wiki/w/Cake#Full", "price": 217 @@ -32261,9 +28950,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.2, - "release_date": "2001-06-11", - "examine": "Someone has eaten a big chunk of this cake.", "wiki_name": "Cake (2/3)", "wiki_url": "https://oldschool.runescape.wiki/w/Cake#2/3", "price": 0 @@ -32276,9 +28962,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.1, - "release_date": "2001-06-11", - "examine": "I'd rather have a whole cake.", "wiki_name": "Cake (Slice)", "wiki_url": "https://oldschool.runescape.wiki/w/Cake#Slice", "price": 0 @@ -32292,10 +28975,7 @@ "cost": 70, "lowalch": 28, "highalch": 42, - "weight": 0.3, "buy_limit": 6000, - "release_date": "2001-06-11", - "examine": "This looks very tasty.", "wiki_name": "Chocolate cake (Full)", "wiki_url": "https://oldschool.runescape.wiki/w/Chocolate_cake#Full", "price": 234 @@ -32308,9 +28988,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.2, - "release_date": "2001-06-11", - "examine": "Someone has eaten a big chunk of this cake.", "wiki_name": "Chocolate cake (2/3)", "wiki_url": "https://oldschool.runescape.wiki/w/Chocolate_cake#2/3", "price": 0 @@ -32323,9 +29000,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.1, - "release_date": "2001-06-11", - "examine": "I'd rather have a whole cake.", "wiki_name": "Chocolate cake (Slice)", "wiki_url": "https://oldschool.runescape.wiki/w/Chocolate_cake#Slice", "price": 0 @@ -32338,9 +29012,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.15, - "release_date": "2001-06-11", - "examine": "Argh what a mess!", "wiki_name": "Burnt cake", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_cake", "price": 0 @@ -32354,10 +29025,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.55, "buy_limit": 2000, - "release_date": "2001-04-06", - "examine": "Probably the finest ale in Asgarnia.", "wiki_name": "Asgarnian ale", "wiki_url": "https://oldschool.runescape.wiki/w/Asgarnian_ale", "price": 145 @@ -32371,10 +29039,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.55, "buy_limit": 2000, - "release_date": "2001-04-06", - "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": 197 @@ -32389,10 +29054,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.55, "buy_limit": 2000, - "release_date": "2002-10-23", - "examine": "A glass of frothy ale.", "wiki_name": "Greenman's ale", "wiki_url": "https://oldschool.runescape.wiki/w/Greenman's_ale", "price": 584 @@ -32407,10 +29069,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.55, "buy_limit": 2000, - "release_date": "2002-10-23", - "examine": "A glass of bitter.", "wiki_name": "Dragon bitter", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_bitter", "price": 542 @@ -32424,10 +29083,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.55, "buy_limit": 2000, - "release_date": "2001-04-06", - "examine": "A pint of thick dark beer.", "wiki_name": "Dwarven stout", "wiki_url": "https://oldschool.runescape.wiki/w/Dwarven_stout", "price": 186 @@ -32442,10 +29098,7 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "weight": 0.55, "buy_limit": 2000, - "release_date": "2002-02-27", - "examine": "A murky glass of some sort of drink.", "wiki_name": "Grog", "wiki_url": "https://oldschool.runescape.wiki/w/Grog", "price": 2689 @@ -32459,10 +29112,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.55, "buy_limit": 2000, - "release_date": "2001-01-04", - "examine": "A glass of frothy ale.", "wiki_name": "Beer", "wiki_url": "https://oldschool.runescape.wiki/w/Beer", "price": 103 @@ -32476,10 +29126,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.05, "buy_limit": 10000, - "release_date": "2002-03-18", - "examine": "I need to fill this with beer.", "wiki_name": "Beer glass", "wiki_url": "https://oldschool.runescape.wiki/w/Beer_glass", "price": 36 @@ -32493,10 +29140,7 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.907, "buy_limit": 13000, - "release_date": "2001-06-11", - "examine": "It's a bowl of water.", "wiki_name": "Bowl of water", "wiki_url": "https://oldschool.runescape.wiki/w/Bowl_of_water", "price": 77 @@ -32510,10 +29154,7 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.453, "buy_limit": 13000, - "release_date": "2001-06-11", - "examine": "Useful for mixing things.", "wiki_name": "Bowl", "wiki_url": "https://oldschool.runescape.wiki/w/Bowl", "price": 13 @@ -32527,10 +29168,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 1, "buy_limit": 13000, - "release_date": "2001-01-04", - "examine": "It's a wooden bucket.", "wiki_name": "Bucket", "wiki_url": "https://oldschool.runescape.wiki/w/Bucket", "price": 6 @@ -32544,10 +29182,7 @@ "cost": 6, "lowalch": 2, "highalch": 3, - "weight": 2.2, "buy_limit": 13000, - "release_date": "2001-01-04", - "examine": "It's a bucket of milk.", "wiki_name": "Bucket of milk", "wiki_url": "https://oldschool.runescape.wiki/w/Bucket_of_milk", "price": 40 @@ -32561,10 +29196,7 @@ "cost": 6, "lowalch": 2, "highalch": 3, - "weight": 3, "buy_limit": 13000, - "release_date": "2001-01-04", - "examine": "It's a bucket of water.", "wiki_name": "Bucket of water", "wiki_url": "https://oldschool.runescape.wiki/w/Bucket_of_water", "price": 51 @@ -32578,10 +29210,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, "buy_limit": 13000, - "release_date": "2001-01-04", - "examine": "This pot is empty.", "wiki_name": "Pot", "wiki_url": "https://oldschool.runescape.wiki/w/Pot", "price": 10 @@ -32595,10 +29224,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1.36, "buy_limit": 13000, - "release_date": "2001-01-04", - "examine": "There is flour in this pot.", "wiki_name": "Pot of flour", "wiki_url": "https://oldschool.runescape.wiki/w/Pot_of_flour", "price": 160 @@ -32612,10 +29238,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, "buy_limit": 13000, - "release_date": "2001-01-04", - "examine": "This jug is empty.", "wiki_name": "Jug", "wiki_url": "https://oldschool.runescape.wiki/w/Jug", "price": 3 @@ -32629,10 +29252,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, "buy_limit": 13000, - "release_date": "2001-01-04", - "examine": "It's full of water.", "wiki_name": "Jug of water", "wiki_url": "https://oldschool.runescape.wiki/w/Jug_of_water", "price": 46 @@ -32648,8 +29268,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 13000, - "release_date": "2002-09-09", - "examine": "A foul smelling thick tar-like substance.", "wiki_name": "Swamp tar", "wiki_url": "https://oldschool.runescape.wiki/w/Swamp_tar", "price": 4 @@ -32663,8 +29281,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2002-09-09", - "examine": "A thick tar-like substance mixed with flour.", "wiki_name": "Raw swamp paste", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_swamp_paste", "price": 0 @@ -32680,8 +29296,6 @@ "lowalch": 12, "highalch": 18, "buy_limit": 13000, - "release_date": "2002-09-09", - "examine": "A tar-like substance mixed with flour and warmed.", "wiki_name": "Swamp paste", "wiki_url": "https://oldschool.runescape.wiki/w/Swamp_paste", "price": 12 @@ -32695,10 +29309,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, "buy_limit": 13000, - "release_date": "2001-06-11", - "examine": "This could be used to make a good stew.", "wiki_name": "Potato", "wiki_url": "https://oldschool.runescape.wiki/w/Potato", "price": 79 @@ -32712,10 +29323,7 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.02, "buy_limit": 13000, - "release_date": "2001-01-04", - "examine": "A nice fresh egg.", "wiki_name": "Egg", "wiki_url": "https://oldschool.runescape.wiki/w/Egg", "price": 41 @@ -32726,9 +29334,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.5, - "release_date": "2001-01-04", - "examine": "A little heap of flour.", "wiki_name": "Flour (unobtainable item)", "wiki_url": "https://oldschool.runescape.wiki/w/Flour_(unobtainable_item)", "price": 0 @@ -32742,10 +29347,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.6, "buy_limit": 13000, - "release_date": "2001-01-04", - "examine": "Some wheat heads.", "wiki_name": "Grain", "wiki_url": "https://oldschool.runescape.wiki/w/Grain", "price": 34 @@ -32761,10 +29363,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.907, "buy_limit": 150, - "release_date": "2001-01-04", - "examine": "What a silly hat.", "wiki_name": "Chef's hat", "wiki_url": "https://oldschool.runescape.wiki/w/Chef's_hat", "equipment": { @@ -32796,10 +29395,7 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "weight": 0.007, "buy_limit": 13000, - "release_date": "2001-02-28", - "examine": "Very bright red berries.", "wiki_name": "Redberries", "wiki_url": "https://oldschool.runescape.wiki/w/Redberries", "price": 78 @@ -32813,10 +29409,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.17, "buy_limit": 13000, - "release_date": "2001-03-17", - "examine": "Potentially pastry.", "wiki_name": "Pastry dough", "wiki_url": "https://oldschool.runescape.wiki/w/Pastry_dough", "price": 215 @@ -32830,10 +29423,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.085, "buy_limit": 13000, - "release_date": "2001-03-17", - "examine": "Keeps the doctor away.", "wiki_name": "Cooking apple", "wiki_url": "https://oldschool.runescape.wiki/w/Cooking_apple", "price": 64 @@ -32847,10 +29437,7 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "weight": 0.15, "buy_limit": 13000, - "release_date": "2001-02-28", - "examine": "A strong smelling onion.", "wiki_name": "Onion", "wiki_url": "https://oldschool.runescape.wiki/w/Onion", "price": 67 @@ -32864,10 +29451,7 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.5, "buy_limit": 50, - "release_date": "2001-10-31", - "examine": "Happy Halloween.", "wiki_name": "Pumpkin", "wiki_url": "https://oldschool.runescape.wiki/w/Pumpkin", "price": 13815 @@ -32881,10 +29465,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.085, "buy_limit": 50, - "release_date": "2002-03-31", - "examine": "Happy Easter.", "wiki_name": "Easter egg", "wiki_url": "https://oldschool.runescape.wiki/w/Easter_egg", "price": 9928 @@ -32898,10 +29479,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.028, "buy_limit": 13000, - "release_date": "2001-04-06", - "examine": "Mmm this looks tasty.", "wiki_name": "Banana", "wiki_url": "https://oldschool.runescape.wiki/w/Banana", "price": 96 @@ -32915,10 +29493,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, "buy_limit": 6000, - "release_date": "2001-01-04", - "examine": "Yuck I don't like cabbage.", "wiki_name": "Cabbage", "wiki_url": "https://oldschool.runescape.wiki/w/Cabbage", "price": 36 @@ -32931,9 +29506,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.35, - "release_date": "2001-04-06", - "examine": "Yuck I don't like cabbage.", "wiki_name": "Cabbage (Draynor Manor)", "wiki_url": "https://oldschool.runescape.wiki/w/Cabbage_(Draynor_Manor)", "price": 0 @@ -32947,10 +29519,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, "buy_limit": 50, - "release_date": "2001-01-04", - "examine": "A home made spinach thing.", "wiki_name": "Spinach roll", "wiki_url": "https://oldschool.runescape.wiki/w/Spinach_roll", "price": 95 @@ -32964,10 +29533,7 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "weight": 0.25, "buy_limit": 6000, - "release_date": "2001-01-21", - "examine": "A meaty kebab.", "wiki_name": "Kebab", "wiki_url": "https://oldschool.runescape.wiki/w/Kebab", "price": 51 @@ -32981,10 +29547,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.15, "buy_limit": 13000, - "release_date": "2001-06-11", - "examine": "Mmmmmmm chocolate.", "wiki_name": "Chocolate bar", "wiki_url": "https://oldschool.runescape.wiki/w/Chocolate_bar", "price": 74 @@ -32998,10 +29561,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.15, "buy_limit": 13000, - "release_date": "2002-08-27", - "examine": "It's ground up chocolate.", "wiki_name": "Chocolate dust", "wiki_url": "https://oldschool.runescape.wiki/w/Chocolate_dust", "price": 92 @@ -33013,9 +29573,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 2, - "release_date": "2002-08-27", - "examine": "Milk with chocolate in it.", "wiki_name": "Chocolatey milk", "wiki_url": "https://oldschool.runescape.wiki/w/Chocolatey_milk", "price": 0 @@ -33030,10 +29587,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.15, "buy_limit": 2000, - "release_date": "2002-07-23", - "examine": "A nice cup of tea.", "wiki_name": "Cup of tea", "wiki_url": "https://oldschool.runescape.wiki/w/Cup_of_tea", "price": 97 @@ -33048,10 +29602,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.05, "buy_limit": 13000, - "release_date": "2004-03-29", - "examine": "An empty cup.", "wiki_name": "Empty cup", "wiki_url": "https://oldschool.runescape.wiki/w/Empty_cup", "price": 6 @@ -33065,10 +29616,7 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.08, "buy_limit": 13000, - "release_date": "2001-06-11", - "examine": "This would make good ketchup.", "wiki_name": "Tomato", "wiki_url": "https://oldschool.runescape.wiki/w/Tomato", "price": 26 @@ -33080,9 +29628,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.12, - "release_date": "2002-10-23", - "examine": "Rotten to the core!", "wiki_name": "Rotten apple", "wiki_url": "https://oldschool.runescape.wiki/w/Rotten_apple", "price": 0 @@ -33096,10 +29641,7 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.2, "buy_limit": 13000, - "release_date": "2001-06-11", - "examine": "It's got holes in it.", "wiki_name": "Cheese", "wiki_url": "https://oldschool.runescape.wiki/w/Cheese", "price": 124 @@ -33113,10 +29655,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.25, "buy_limit": 20000, - "release_date": "2001-03-17", - "examine": "Good grapes for wine making.", "wiki_name": "Grapes", "wiki_url": "https://oldschool.runescape.wiki/w/Grapes", "price": 7 @@ -33130,10 +29669,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, "buy_limit": 50, - "release_date": "2001-03-17", - "examine": "An optimist would say it's half full.", "wiki_name": "Half full wine jug", "wiki_url": "https://oldschool.runescape.wiki/w/Half_full_wine_jug", "price": 14009 @@ -33144,9 +29680,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2001-06-11", - "examine": "Oh dear, this wine is terrible!", "wiki_name": "Jug of bad wine", "wiki_url": "https://oldschool.runescape.wiki/w/Jug_of_bad_wine", "price": 0 @@ -33158,8 +29691,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2004-03-29", - "examine": "Oh dear, this wine is terrible!", "wiki_name": "Jug of bad wine (unobtainable item)", "wiki_url": "https://oldschool.runescape.wiki/w/Jug_of_bad_wine_(unobtainable_item)", "price": 0 @@ -33173,10 +29704,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, "buy_limit": 6000, - "release_date": "2001-03-17", - "examine": "It's full of wine.", "wiki_name": "Jug of wine", "wiki_url": "https://oldschool.runescape.wiki/w/Jug_of_wine", "price": 5 @@ -33187,9 +29715,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1.5, - "release_date": "2004-03-29", - "examine": "This wine needs to ferment before it can be drunk.", "wiki_name": "Unfermented wine", "wiki_url": "https://oldschool.runescape.wiki/w/Unfermented_wine", "price": 0 @@ -33201,8 +29726,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2004-03-29", - "examine": "This wine needs to ferment before it can be drunk.", "wiki_name": "Unfermented wine (unobtainable item)", "wiki_url": "https://oldschool.runescape.wiki/w/Unfermented_wine_(unobtainable_item)", "price": 0 @@ -33215,9 +29738,6 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 1, - "release_date": "2001-06-11", - "examine": "I need to add some meat too.", "wiki_name": "Incomplete stew (Potato)", "wiki_url": "https://oldschool.runescape.wiki/w/Incomplete_stew#Potato", "price": 0 @@ -33230,9 +29750,6 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 1.2, - "release_date": "2001-06-11", - "examine": "I need to add some potato too.", "wiki_name": "Incomplete stew (Meat)", "wiki_url": "https://oldschool.runescape.wiki/w/Incomplete_stew#Meat", "price": 0 @@ -33245,9 +29762,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1.5, - "release_date": "2001-06-11", - "examine": "I need to cook this.", "wiki_name": "Uncooked stew", "wiki_url": "https://oldschool.runescape.wiki/w/Uncooked_stew", "price": 0 @@ -33261,10 +29775,7 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 1.5, "buy_limit": 10000, - "release_date": "2001-06-11", - "examine": "It's a meat and potato stew.", "wiki_name": "Stew", "wiki_url": "https://oldschool.runescape.wiki/w/Stew", "price": 62 @@ -33277,9 +29788,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.3, - "release_date": "2001-06-11", - "examine": "Eew, it's horribly burnt.", "wiki_name": "Burnt stew", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_stew", "price": 0 @@ -33294,10 +29802,7 @@ "cost": 230, "lowalch": 92, "highalch": 138, - "weight": 0.2, "buy_limit": 11000, - "release_date": "2002-05-08", - "examine": "This could liven up an otherwise bland stew.", "wiki_name": "Spice", "wiki_url": "https://oldschool.runescape.wiki/w/Spice", "price": 26 @@ -33311,9 +29816,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1.5, - "release_date": "2002-05-08", - "examine": "I need to cook this.", "wiki_name": "Uncooked curry", "wiki_url": "https://oldschool.runescape.wiki/w/Uncooked_curry", "price": 0 @@ -33328,10 +29830,7 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 1.5, "buy_limit": 10000, - "release_date": "2002-05-08", - "examine": "It's a spicy hot curry.", "wiki_name": "Curry", "wiki_url": "https://oldschool.runescape.wiki/w/Curry", "price": 551 @@ -33345,9 +29844,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.3, - "release_date": "2002-05-08", - "examine": "Eew, it's horribly burnt.", "wiki_name": "Burnt curry", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_curry", "price": 0 @@ -33362,10 +29858,7 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 1, "buy_limit": 13000, - "release_date": "2002-12-12", - "examine": "An absolutely clear spirit.", "wiki_name": "Vodka", "wiki_url": "https://oldschool.runescape.wiki/w/Vodka", "price": 246 @@ -33380,10 +29873,7 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 1, "buy_limit": 13000, - "release_date": "2002-02-27", - "examine": "A bottle of Draynor Malt.", "wiki_name": "Whisky", "wiki_url": "https://oldschool.runescape.wiki/w/Whisky", "price": 444 @@ -33398,10 +29888,7 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 1, "buy_limit": 13000, - "release_date": "2002-12-12", - "examine": "A strong spirit that tastes of Juniper.", "wiki_name": "Gin", "wiki_url": "https://oldschool.runescape.wiki/w/Gin", "price": 698 @@ -33416,10 +29903,7 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 1, "buy_limit": 13000, - "release_date": "2002-12-12", - "examine": "A strong spirit best served in a large glass.", "wiki_name": "Brandy", "wiki_url": "https://oldschool.runescape.wiki/w/Brandy", "price": 0 @@ -33434,10 +29918,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.51, "buy_limit": 15, - "release_date": "2002-12-12", - "examine": "A book on tree gnome cocktails.", "wiki_name": "Cocktail guide", "wiki_url": "https://oldschool.runescape.wiki/w/Cocktail_guide", "price": 33 @@ -33452,10 +29933,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.15, "buy_limit": 40, - "release_date": "2002-12-12", - "examine": "Used for mixing cocktails.", "wiki_name": "Cocktail shaker", "wiki_url": "https://oldschool.runescape.wiki/w/Cocktail_shaker", "price": 19 @@ -33470,10 +29948,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, "buy_limit": 13000, - "release_date": "2002-12-12", - "examine": "For sipping cocktails.", "wiki_name": "Cocktail glass", "wiki_url": "https://oldschool.runescape.wiki/w/Cocktail_glass", "price": 311 @@ -33488,10 +29963,7 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.45, "buy_limit": 2000, - "release_date": "2002-12-12", - "examine": "A premade Blurberry Special", "wiki_name": "Premade blurb' sp.", "wiki_url": "https://oldschool.runescape.wiki/w/Premade_blurb'_sp.", "price": 471 @@ -33506,10 +29978,7 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.45, "buy_limit": 2000, - "release_date": "2002-12-12", - "examine": "A premade Chocolate Saturday.", "wiki_name": "Premade choc s'dy", "wiki_url": "https://oldschool.runescape.wiki/w/Premade_choc_s'dy", "price": 24 @@ -33524,10 +29993,7 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.45, "buy_limit": 2000, - "release_date": "2002-12-12", - "examine": "A premade Drunk Dragon.", "wiki_name": "Premade dr' dragon", "wiki_url": "https://oldschool.runescape.wiki/w/Premade_dr'_dragon", "price": 161 @@ -33542,10 +30008,7 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.45, "buy_limit": 2000, - "release_date": "2002-12-12", - "examine": "A premade Fruit Blast.", "wiki_name": "Premade fr' blast", "wiki_url": "https://oldschool.runescape.wiki/w/Premade_fr'_blast", "price": 8 @@ -33560,10 +30023,7 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.45, "buy_limit": 2000, - "release_date": "2002-12-12", - "examine": "A premade Pineapple punch.", "wiki_name": "Premade p' punch", "wiki_url": "https://oldschool.runescape.wiki/w/Premade_p'_punch", "price": 26 @@ -33578,10 +30038,7 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.45, "buy_limit": 2000, - "release_date": "2002-12-12", - "examine": "A premade Short Green Guy.", "wiki_name": "Premade sgg", "wiki_url": "https://oldschool.runescape.wiki/w/Premade_sgg", "price": 0 @@ -33596,10 +30053,7 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.45, "buy_limit": 2000, - "release_date": "2002-12-12", - "examine": "A Premade Wizard Blizzard.", "wiki_name": "Premade wiz blz'd", "wiki_url": "https://oldschool.runescape.wiki/w/Premade_wiz_blz'd", "price": 16 @@ -33612,9 +30066,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.4, - "release_date": "2004-03-29", - "examine": "This cocktail is just missing those little finishing touches.", "wiki_name": "Unfinished cocktail (Pineapple punch, historical) (Plain)", "wiki_url": "https://oldschool.runescape.wiki/w/Unfinished_cocktail_(Pineapple_punch,_historical)#Plain", "price": 0 @@ -33627,9 +30078,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.4, - "release_date": "2004-03-29", - "examine": "This cocktail is just missing those little finishing touches.", "wiki_name": "Unfinished cocktail (Pineapple punch, historical) (Pineapple)", "wiki_url": "https://oldschool.runescape.wiki/w/Unfinished_cocktail_(Pineapple_punch,_historical)#Pineapple", "price": 0 @@ -33642,9 +30090,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.4, - "release_date": "2004-03-29", - "examine": "This cocktail is just missing those little finishing touches.", "wiki_name": "Unfinished cocktail (Pineapple punch, historical) (Pineapple + Lime)", "wiki_url": "https://oldschool.runescape.wiki/w/Unfinished_cocktail_(Pineapple_punch,_historical)#Pineapple_+_Lime", "price": 0 @@ -33659,10 +30104,7 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.5, "buy_limit": 2000, - "release_date": "2002-12-12", - "examine": "A fresh healthy fruit mix.", "wiki_name": "Pineapple punch", "wiki_url": "https://oldschool.runescape.wiki/w/Pineapple_punch", "price": 10025 @@ -33675,9 +30117,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.4, - "release_date": "2004-03-29", - "examine": "This cocktail is just missing those little finishing touches.", "wiki_name": "Unfinished cocktail (Wizard blizzard, historical) (Plain)", "wiki_url": "https://oldschool.runescape.wiki/w/Unfinished_cocktail_(Wizard_blizzard,_historical)#Plain", "price": 0 @@ -33690,9 +30129,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.4, - "release_date": "2004-03-29", - "examine": "This cocktail is just missing those little finishing touches.", "wiki_name": "Unfinished cocktail (Wizard blizzard, historical) (Pineapple)", "wiki_url": "https://oldschool.runescape.wiki/w/Unfinished_cocktail_(Wizard_blizzard,_historical)#Pineapple", "price": 0 @@ -33707,10 +30143,7 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.5, "buy_limit": 2000, - "release_date": "2002-12-12", - "examine": "This looks like a strange mix.", "wiki_name": "Wizard blizzard", "wiki_url": "https://oldschool.runescape.wiki/w/Wizard_blizzard", "price": 2100 @@ -33723,9 +30156,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.4, - "release_date": "2004-03-29", - "examine": "This cocktail is just missing those little finishing touches.", "wiki_name": "Unfinished cocktail (Blurberry special, historical) (Plain)", "wiki_url": "https://oldschool.runescape.wiki/w/Unfinished_cocktail_(Blurberry_special,_historical)#Plain", "price": 0 @@ -33738,9 +30168,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.4, - "release_date": "2004-03-29", - "examine": "This cocktail is just missing those little finishing touches.", "wiki_name": "Unfinished cocktail (Blurberry special, historical) (Orange)", "wiki_url": "https://oldschool.runescape.wiki/w/Unfinished_cocktail_(Blurberry_special,_historical)#Orange", "price": 0 @@ -33753,9 +30180,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.4, - "release_date": "2004-03-29", - "examine": "This cocktail is just missing those little finishing touches.", "wiki_name": "Unfinished cocktail (Blurberry special, historical) (Orange + Lemon)", "wiki_url": "https://oldschool.runescape.wiki/w/Unfinished_cocktail_(Blurberry_special,_historical)#Orange_+_Lemon", "price": 0 @@ -33768,9 +30192,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.4, - "release_date": "2004-03-29", - "examine": "This cocktail is just missing those little finishing touches.", "wiki_name": "Unfinished cocktail (Blurberry special, historical) (Orange/Lemon/Lime)", "wiki_url": "https://oldschool.runescape.wiki/w/Unfinished_cocktail_(Blurberry_special,_historical)#Orange/Lemon/Lime", "price": 0 @@ -33785,10 +30206,7 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.5, "buy_limit": 2000, - "release_date": "2002-12-12", - "examine": "Looks good... smells strong.", "wiki_name": "Blurberry special", "wiki_url": "https://oldschool.runescape.wiki/w/Blurberry_special", "price": 5644 @@ -33801,9 +30219,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.4, - "release_date": "2004-03-29", - "examine": "This cocktail is just missing those little finishing touches.", "wiki_name": "Unfinished cocktail (Choc saturday, historical) (Plain)", "wiki_url": "https://oldschool.runescape.wiki/w/Unfinished_cocktail_(Choc_saturday,_historical)#Plain", "price": 0 @@ -33816,9 +30231,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.4, - "release_date": "2004-03-29", - "examine": "This cocktail is just missing those little finishing touches.", "wiki_name": "Unfinished cocktail (Choc saturday, historical) (Chocolate)", "wiki_url": "https://oldschool.runescape.wiki/w/Unfinished_cocktail_(Choc_saturday,_historical)#Chocolate", "price": 0 @@ -33831,9 +30243,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.4, - "release_date": "2004-03-29", - "examine": "This cocktail is just missing those little finishing touches.", "wiki_name": "Unfinished cocktail (Choc saturday, historical) (Cooked)", "wiki_url": "https://oldschool.runescape.wiki/w/Unfinished_cocktail_(Choc_saturday,_historical)#Cooked", "price": 0 @@ -33846,9 +30255,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.4, - "release_date": "2004-03-29", - "examine": "This cocktail is just missing those little finishing touches.", "wiki_name": "Unfinished cocktail (Choc saturday, historical) (Cream)", "wiki_url": "https://oldschool.runescape.wiki/w/Unfinished_cocktail_(Choc_saturday,_historical)#Cream", "price": 0 @@ -33863,10 +30269,7 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.5, "buy_limit": 2000, - "release_date": "2002-12-12", - "examine": "A warm creamy alcoholic beverage.", "wiki_name": "Choc saturday", "wiki_url": "https://oldschool.runescape.wiki/w/Choc_saturday", "price": 51 @@ -33879,9 +30282,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.4, - "release_date": "2004-03-29", - "examine": "This cocktail is just missing those little finishing touches.", "wiki_name": "Unfinished cocktail (Short green guy, historical) (Plain)", "wiki_url": "https://oldschool.runescape.wiki/w/Unfinished_cocktail_(Short_green_guy,_historical)#Plain", "price": 0 @@ -33894,9 +30294,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.4, - "release_date": "2004-03-29", - "examine": "This cocktail is just missing those little finishing touches.", "wiki_name": "Unfinished cocktail (Short green guy, historical) (Equa)", "wiki_url": "https://oldschool.runescape.wiki/w/Unfinished_cocktail_(Short_green_guy,_historical)#Equa", "price": 0 @@ -33911,10 +30308,7 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.5, "buy_limit": 2000, - "release_date": "2002-12-12", - "examine": "A Short Green Guy... looks good.", "wiki_name": "Short green guy", "wiki_url": "https://oldschool.runescape.wiki/w/Short_green_guy", "price": 5500 @@ -33927,9 +30321,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.4, - "release_date": "2004-03-29", - "examine": "This cocktail is just missing those little finishing touches.", "wiki_name": "Unfinished cocktail (Fruit blast, historical)", "wiki_url": "https://oldschool.runescape.wiki/w/Unfinished_cocktail_(Fruit_blast,_historical)", "price": 0 @@ -33944,10 +30335,7 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.5, "buy_limit": 2000, - "release_date": "2002-12-12", - "examine": "A cool refreshing fruit mix.", "wiki_name": "Fruit blast", "wiki_url": "https://oldschool.runescape.wiki/w/Fruit_blast", "price": 2051 @@ -33960,9 +30348,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.4, - "release_date": "2004-03-29", - "examine": "This cocktail is just missing those little finishing touches.", "wiki_name": "Unfinished cocktail (Drunk dragon, historical) (Plain)", "wiki_url": "https://oldschool.runescape.wiki/w/Unfinished_cocktail_(Drunk_dragon,_historical)#Plain", "price": 0 @@ -33975,9 +30360,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.4, - "release_date": "2004-03-29", - "examine": "This cocktail is just missing those little finishing touches.", "wiki_name": "Unfinished cocktail (Drunk dragon, historical) (Pineapple)", "wiki_url": "https://oldschool.runescape.wiki/w/Unfinished_cocktail_(Drunk_dragon,_historical)#Pineapple", "price": 0 @@ -33990,9 +30372,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.4, - "release_date": "2004-03-29", - "examine": "This cocktail is just missing those little finishing touches.", "wiki_name": "Unfinished cocktail (Drunk dragon, historical) (Pineapple + Cream)", "wiki_url": "https://oldschool.runescape.wiki/w/Unfinished_cocktail_(Drunk_dragon,_historical)#Pineapple_+_Cream", "price": 0 @@ -34007,10 +30386,7 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.5, "buy_limit": 2000, - "release_date": "2002-12-12", - "examine": "A warm creamy alcoholic beverage.", "wiki_name": "Drunk dragon", "wiki_url": "https://oldschool.runescape.wiki/w/Drunk_dragon", "price": 2779 @@ -34024,9 +30400,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.4, - "release_date": "2002-12-12", - "examine": "I'm not completely sure what this contains.", "wiki_name": "Odd cocktail (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Odd_cocktail#1", "price": 0 @@ -34040,9 +30413,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.4, - "release_date": "2002-12-12", - "examine": "I'm not completely sure what this contains.", "wiki_name": "Odd cocktail (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Odd_cocktail#2", "price": 0 @@ -34056,9 +30426,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.4, - "release_date": "2002-12-12", - "examine": "I'm not completely sure what this contains.", "wiki_name": "Odd cocktail (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Odd_cocktail#3", "price": 0 @@ -34072,9 +30439,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.4, - "release_date": "2002-12-12", - "examine": "I'm not completely sure what this contains.", "wiki_name": "Odd cocktail (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Odd_cocktail#4", "price": 0 @@ -34089,10 +30453,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.1, "buy_limit": 13000, - "release_date": "2002-12-12", - "examine": "A fresh lemon.", "wiki_name": "Lemon", "wiki_url": "https://oldschool.runescape.wiki/w/Lemon", "price": 65 @@ -34107,10 +30468,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.08, "buy_limit": 13000, - "release_date": "2002-12-12", - "examine": "Fresh chunks of lemon.", "wiki_name": "Lemon chunks", "wiki_url": "https://oldschool.runescape.wiki/w/Lemon_chunks", "price": 50 @@ -34125,10 +30483,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.08, "buy_limit": 13000, - "release_date": "2002-12-12", - "examine": "Fresh lemon slices.", "wiki_name": "Lemon slices", "wiki_url": "https://oldschool.runescape.wiki/w/Lemon_slices", "price": 102 @@ -34143,10 +30498,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.11, "buy_limit": 13000, - "release_date": "2002-12-12", - "examine": "A fresh orange.", "wiki_name": "Orange", "wiki_url": "https://oldschool.runescape.wiki/w/Orange", "price": 115 @@ -34161,10 +30513,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.09, "buy_limit": 13000, - "release_date": "2002-12-12", - "examine": "Fresh chunks of orange.", "wiki_name": "Orange chunks", "wiki_url": "https://oldschool.runescape.wiki/w/Orange_chunks", "price": 249 @@ -34179,10 +30528,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.09, "buy_limit": 13000, - "release_date": "2002-12-12", - "examine": "Fresh orange slices.", "wiki_name": "Orange slices", "wiki_url": "https://oldschool.runescape.wiki/w/Orange_slices", "price": 109 @@ -34197,10 +30543,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.15, "buy_limit": 13000, - "release_date": "2002-08-15", - "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": 191 @@ -34215,10 +30558,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.12, "buy_limit": 13000, - "release_date": "2002-12-12", - "examine": "Fresh chunks of pineapple.", "wiki_name": "Pineapple chunks", "wiki_url": "https://oldschool.runescape.wiki/w/Pineapple_chunks", "price": 30 @@ -34233,10 +30573,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.03, "buy_limit": 13000, - "release_date": "2002-08-15", - "examine": "Exotic fruit.", "wiki_name": "Pineapple ring", "wiki_url": "https://oldschool.runescape.wiki/w/Pineapple_ring", "price": 82 @@ -34251,10 +30588,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.1, "buy_limit": 13000, - "release_date": "2002-12-12", - "examine": "A fresh lime.", "wiki_name": "Lime", "wiki_url": "https://oldschool.runescape.wiki/w/Lime", "price": 100 @@ -34269,10 +30603,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.08, "buy_limit": 13000, - "release_date": "2002-12-12", - "examine": "Fresh chunks of lime.", "wiki_name": "Lime chunks", "wiki_url": "https://oldschool.runescape.wiki/w/Lime_chunks", "price": 115 @@ -34287,10 +30618,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.08, "buy_limit": 13000, - "release_date": "2002-12-12", - "examine": "Fresh lime slices.", "wiki_name": "Lime slices", "wiki_url": "https://oldschool.runescape.wiki/w/Lime_slices", "price": 1057 @@ -34305,10 +30633,7 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.014, "buy_limit": 13000, - "release_date": "2002-08-27", - "examine": "Some rather pretty blue berries.", "wiki_name": "Dwellberries", "wiki_url": "https://oldschool.runescape.wiki/w/Dwellberries", "price": 83 @@ -34323,10 +30648,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.014, "buy_limit": 13000, - "release_date": "2002-12-12", - "examine": "Small sweet smelling leaves.", "wiki_name": "Equa leaves", "wiki_url": "https://oldschool.runescape.wiki/w/Equa_leaves", "price": 282 @@ -34341,10 +30663,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.2, "buy_limit": 13000, - "release_date": "2002-12-12", - "examine": "Fresh cream.", "wiki_name": "Pot of cream", "wiki_url": "https://oldschool.runescape.wiki/w/Pot_of_cream", "price": 17 @@ -34358,10 +30677,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.34, "buy_limit": 13000, - "release_date": "2001-01-04", - "examine": "I need to cook this first.", "wiki_name": "Raw beef", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_beef", "price": 72 @@ -34375,10 +30691,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.141, "buy_limit": 13000, - "release_date": "2001-01-04", - "examine": "I need to cook this first.", "wiki_name": "Raw rat meat", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_rat_meat", "price": 101 @@ -34392,10 +30705,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.425, "buy_limit": 13000, - "release_date": "2001-01-04", - "examine": "I need to cook this first.", "wiki_name": "Raw bear meat", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_bear_meat", "price": 142 @@ -34409,10 +30719,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.17, "buy_limit": 13000, - "release_date": "2001-01-04", - "examine": "I need to cook this first.", "wiki_name": "Raw chicken", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_chicken", "price": 79 @@ -34426,10 +30733,7 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.141, "buy_limit": 6000, - "release_date": "2004-03-29", - "examine": "Mmm this looks tasty.", "wiki_name": "Cooked chicken", "wiki_url": "https://oldschool.runescape.wiki/w/Cooked_chicken", "price": 92 @@ -34443,10 +30747,7 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.283, "buy_limit": 6000, - "release_date": "2001-01-04", - "examine": "Mmm this looks tasty.", "wiki_name": "Cooked meat", "wiki_url": "https://oldschool.runescape.wiki/w/Cooked_meat", "price": 124 @@ -34459,9 +30760,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.113, - "release_date": "2004-03-29", - "examine": "Oh dear, it's totally burnt!", "wiki_name": "Burnt chicken", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_chicken", "price": 0 @@ -34474,9 +30772,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.226, - "release_date": "2001-01-04", - "examine": "Oh dear, it's totally burnt!", "wiki_name": "Burnt meat", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_meat", "price": 0 @@ -34488,9 +30783,6 @@ "cost": 150, "lowalch": 60, "highalch": 90, - "weight": 0.226, - "release_date": "2002-02-27", - "examine": "A very strange eel.", "wiki_name": "Raw lava eel", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_lava_eel", "price": 0 @@ -34502,9 +30794,6 @@ "cost": 150, "lowalch": 60, "highalch": 90, - "weight": 0.198, - "release_date": "2002-02-27", - "examine": "Strange, it looks cooler now it's been cooked.", "wiki_name": "Lava eel", "wiki_url": "https://oldschool.runescape.wiki/w/Lava_eel", "price": 0 @@ -34519,10 +30808,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.5, "buy_limit": 13000, - "release_date": "2002-12-12", - "examine": "A slippery little blighter.", "wiki_name": "Swamp toad (item)", "wiki_url": "https://oldschool.runescape.wiki/w/Swamp_toad_(item)", "price": 50 @@ -34537,10 +30823,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.15, "buy_limit": 13000, - "release_date": "2002-12-12", - "examine": "They're a gnome delicacy apparently.", "wiki_name": "Toad's legs", "wiki_url": "https://oldschool.runescape.wiki/w/Toad's_legs", "price": 203 @@ -34553,9 +30836,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.15, - "release_date": "2004-03-29", - "examine": "They're a gnome delicacy apparently.", "wiki_name": "Equa toad's legs", "wiki_url": "https://oldschool.runescape.wiki/w/Equa_toad's_legs", "price": 0 @@ -34568,9 +30848,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.15, - "release_date": "2004-03-29", - "examine": "They're a gnome delicacy apparently.", "wiki_name": "Spicy toad's legs", "wiki_url": "https://oldschool.runescape.wiki/w/Spicy_toad's_legs", "price": 0 @@ -34583,9 +30860,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.15, - "release_date": "2004-03-29", - "examine": "They're a gnome delicacy apparently.", "wiki_name": "Seasoned legs", "wiki_url": "https://oldschool.runescape.wiki/w/Seasoned_legs", "price": 0 @@ -34598,9 +30872,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.1, - "release_date": "2004-03-29", - "examine": "They're a gnome delicacy apparently.", "wiki_name": "Spicy worm", "wiki_url": "https://oldschool.runescape.wiki/w/Spicy_worm", "price": 0 @@ -34615,10 +30886,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.12, "buy_limit": 13000, - "release_date": "2002-12-12", - "examine": "They're a gnome delicacy apparently.", "wiki_name": "King worm", "wiki_url": "https://oldschool.runescape.wiki/w/King_worm", "price": 300 @@ -34633,10 +30901,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.1, "buy_limit": 40, - "release_date": "2004-03-29", - "examine": "A deep tin used for baking gnome battas in.", "wiki_name": "Batta tin", "wiki_url": "https://oldschool.runescape.wiki/w/Batta_tin", "price": 14 @@ -34651,10 +30916,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.1, "buy_limit": 40, - "release_date": "2004-03-29", - "examine": "A shallow tray used for baking crunchies in.", "wiki_name": "Crunchy tray", "wiki_url": "https://oldschool.runescape.wiki/w/Crunchy_tray", "price": 225 @@ -34669,10 +30931,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.15, "buy_limit": 40, - "release_date": "2004-03-29", - "examine": "A large ovenproof bowl.", "wiki_name": "Gnomebowl mould", "wiki_url": "https://oldschool.runescape.wiki/w/Gnomebowl_mould", "price": 1206 @@ -34687,10 +30946,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.51, "buy_limit": 15, - "release_date": "2002-12-12", - "examine": "Aluft Gianne's favorite dishes.", "wiki_name": "Gianne's cook book", "wiki_url": "https://oldschool.runescape.wiki/w/Gianne's_cook_book", "price": 11 @@ -34705,10 +30961,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.15, "buy_limit": 13000, - "release_date": "2002-12-12", - "examine": "It's Aluft Gianne's secret mix of spices.", "wiki_name": "Gnome spice", "wiki_url": "https://oldschool.runescape.wiki/w/Gnome_spice", "price": 695 @@ -34723,10 +30976,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.5, "buy_limit": 13000, - "release_date": "2002-12-12", - "examine": "It's made from a secret recipe.", "wiki_name": "Gianne dough", "wiki_url": "https://oldschool.runescape.wiki/w/Gianne_dough", "price": 39 @@ -34739,9 +30989,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.25, - "release_date": "2004-03-29", - "examine": "This gnome bowl doesn't look very appetising.", "wiki_name": "Odd gnomebowl", "wiki_url": "https://oldschool.runescape.wiki/w/Odd_gnomebowl", "price": 0 @@ -34755,9 +31002,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.22, - "release_date": "2002-12-12", - "examine": "This gnome bowl has been burnt to a cinder.", "wiki_name": "Burnt gnomebowl", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_gnomebowl", "price": 0 @@ -34769,9 +31013,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.275, - "release_date": "2002-12-12", - "examine": "This gnome bowl is in the early stages of preparation.", "wiki_name": "Half baked bowl", "wiki_url": "https://oldschool.runescape.wiki/w/Half_baked_bowl", "price": 0 @@ -34783,9 +31024,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.3, - "release_date": "2002-12-12", - "examine": "This gnome bowl needs cooking.", "wiki_name": "Raw gnomebowl", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_gnomebowl", "price": 0 @@ -34798,9 +31036,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2004-03-29", - "examine": "This dish is just missing those little finishing touches.", "wiki_name": "Unfinished bowl (chocolate bomb, historical) (Plain)", "wiki_url": "https://oldschool.runescape.wiki/w/Unfinished_bowl_(chocolate_bomb,_historical)#Plain", "price": 0 @@ -34813,9 +31048,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2004-03-29", - "examine": "This dish is just missing those little finishing touches.", "wiki_name": "Unfinished bowl (chocolate bomb, historical) (Cream 1)", "wiki_url": "https://oldschool.runescape.wiki/w/Unfinished_bowl_(chocolate_bomb,_historical)#Cream_1", "price": 0 @@ -34828,9 +31060,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2004-03-29", - "examine": "This dish is just missing those little finishing touches.", "wiki_name": "Unfinished bowl (chocolate bomb, historical) (Cream 2)", "wiki_url": "https://oldschool.runescape.wiki/w/Unfinished_bowl_(chocolate_bomb,_historical)#Cream_2", "price": 0 @@ -34845,10 +31074,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.35, "buy_limit": 6000, - "release_date": "2002-12-12", - "examine": "Full of creamy, chocolately goodness.", "wiki_name": "Chocolate bomb", "wiki_url": "https://oldschool.runescape.wiki/w/Chocolate_bomb", "price": 1182 @@ -34863,10 +31089,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.35, "buy_limit": 6000, - "release_date": "2002-12-12", - "examine": "It actually smells quite good.", "wiki_name": "Tangled toad's legs", "wiki_url": "https://oldschool.runescape.wiki/w/Tangled_toad's_legs", "price": 832 @@ -34879,9 +31102,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2004-03-29", - "examine": "This dish is just missing those little finishing touches.", "wiki_name": "Unfinished bowl (worm hole, historical)", "wiki_url": "https://oldschool.runescape.wiki/w/Unfinished_bowl_(worm_hole,_historical)", "price": 0 @@ -34896,10 +31116,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.35, "buy_limit": 6000, - "release_date": "2002-12-12", - "examine": "It actually smells quite good.", "wiki_name": "Worm hole", "wiki_url": "https://oldschool.runescape.wiki/w/Worm_hole", "price": 417 @@ -34912,9 +31129,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2004-03-29", - "examine": "This dish is just missing those little finishing touches.", "wiki_name": "Unfinished bowl (veg ball, historical)", "wiki_url": "https://oldschool.runescape.wiki/w/Unfinished_bowl_(veg_ball,_historical)", "price": 0 @@ -34929,10 +31143,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.35, "buy_limit": 6000, - "release_date": "2002-12-12", - "examine": "This looks pretty healthy.", "wiki_name": "Veg ball", "wiki_url": "https://oldschool.runescape.wiki/w/Veg_ball", "price": 5 @@ -34945,9 +31156,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.3, - "release_date": "2004-03-29", - "examine": "These crunchies don't look very appetising.", "wiki_name": "Odd crunchies", "wiki_url": "https://oldschool.runescape.wiki/w/Odd_crunchies", "price": 0 @@ -34961,9 +31169,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.25, - "release_date": "2002-12-12", - "examine": "These crunchies have been burnt to a cinder.", "wiki_name": "Burnt crunchies", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_crunchies", "price": 0 @@ -34975,9 +31180,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.35, - "release_date": "2002-12-12", - "examine": "This crunchy is in the early stages of preparation.", "wiki_name": "Half baked crunchy", "wiki_url": "https://oldschool.runescape.wiki/w/Half_baked_crunchy", "price": 0 @@ -34991,9 +31193,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.4, - "release_date": "2002-12-12", - "examine": "These crunchies need cooking.", "wiki_name": "Raw crunchies", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_crunchies", "price": 0 @@ -35007,9 +31206,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2015-02-26", - "examine": "These boots were made for trolling.", "wiki_name": "Rock-climbing boots", "wiki_url": "https://oldschool.runescape.wiki/w/Rock-climbing_boots", "price": 0 @@ -35024,10 +31220,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.25, "buy_limit": 6000, - "release_date": "2002-12-12", - "examine": "It actually smells quite good.", "wiki_name": "Worm crunchies", "wiki_url": "https://oldschool.runescape.wiki/w/Worm_crunchies", "price": 4441 @@ -35040,9 +31233,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2004-03-29", - "examine": "These crunchies are just missing those little finishing touches.", "wiki_name": "Unfinished crunchy (chocchip, historical)", "wiki_url": "https://oldschool.runescape.wiki/w/Unfinished_crunchy_(chocchip,_historical)", "price": 0 @@ -35057,10 +31247,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.25, "buy_limit": 6000, - "release_date": "2002-12-12", - "examine": "Yum... smells good.", "wiki_name": "Chocchip crunchies", "wiki_url": "https://oldschool.runescape.wiki/w/Chocchip_crunchies", "price": 713 @@ -35073,9 +31260,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2004-03-29", - "examine": "These crunchies are just missing those little finishing touches.", "wiki_name": "Unfinished crunchy (spicy, historical)", "wiki_url": "https://oldschool.runescape.wiki/w/Unfinished_crunchy_(spicy,_historical)", "price": 0 @@ -35090,10 +31274,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.25, "buy_limit": 6000, - "release_date": "2002-12-12", - "examine": "Yum... smells spicy.", "wiki_name": "Spicy crunchies", "wiki_url": "https://oldschool.runescape.wiki/w/Spicy_crunchies", "price": 0 @@ -35106,9 +31287,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2004-03-29", - "examine": "These crunchies are just missing those little finishing touches.", "wiki_name": "Unfinished crunchy (toad, historical)", "wiki_url": "https://oldschool.runescape.wiki/w/Unfinished_crunchy_(toad,_historical)", "price": 0 @@ -35123,10 +31301,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.25, "buy_limit": 6000, - "release_date": "2002-12-12", - "examine": "It actually smells quite good.", "wiki_name": "Toad crunchies", "wiki_url": "https://oldschool.runescape.wiki/w/Toad_crunchies", "price": 5355 @@ -35141,10 +31316,7 @@ "cost": 120, "lowalch": 48, "highalch": 72, - "weight": 0.25, "buy_limit": 6000, - "release_date": "2002-12-12", - "examine": "A premade Worm Batta.", "wiki_name": "Premade w'm batta", "wiki_url": "https://oldschool.runescape.wiki/w/Premade_w'm_batta", "price": 215 @@ -35159,10 +31331,7 @@ "cost": 120, "lowalch": 48, "highalch": 72, - "weight": 0.25, "buy_limit": 6000, - "release_date": "2002-12-12", - "examine": "A Premade Toad Batta.", "wiki_name": "Premade t'd batta", "wiki_url": "https://oldschool.runescape.wiki/w/Premade_t'd_batta", "price": 42 @@ -35177,10 +31346,7 @@ "cost": 120, "lowalch": 48, "highalch": 72, - "weight": 0.25, "buy_limit": 6000, - "release_date": "2002-12-12", - "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": 198 @@ -35195,10 +31361,7 @@ "cost": 120, "lowalch": 48, "highalch": 72, - "weight": 0.25, "buy_limit": 6000, - "release_date": "2002-12-12", - "examine": "A premade Fruit Batta.", "wiki_name": "Premade fr't batta", "wiki_url": "https://oldschool.runescape.wiki/w/Premade_fr't_batta", "price": 22 @@ -35213,10 +31376,7 @@ "cost": 120, "lowalch": 48, "highalch": 72, - "weight": 0.25, "buy_limit": 6000, - "release_date": "2002-12-12", - "examine": "A Premade Vegetable Batta.", "wiki_name": "Premade veg batta", "wiki_url": "https://oldschool.runescape.wiki/w/Premade_veg_batta", "price": 0 @@ -35231,10 +31391,7 @@ "cost": 160, "lowalch": 64, "highalch": 96, - "weight": 0.35, "buy_limit": 6000, - "release_date": "2002-12-12", - "examine": "A premade Chocolate Bomb.", "wiki_name": "Premade choc bomb", "wiki_url": "https://oldschool.runescape.wiki/w/Premade_choc_bomb", "price": 1185 @@ -35249,10 +31406,7 @@ "cost": 160, "lowalch": 64, "highalch": 96, - "weight": 0.35, "buy_limit": 6000, - "release_date": "2002-12-12", - "examine": "A premade Tangled Toads Legs.", "wiki_name": "Premade ttl", "wiki_url": "https://oldschool.runescape.wiki/w/Premade_ttl", "price": 322 @@ -35267,10 +31421,7 @@ "cost": 150, "lowalch": 60, "highalch": 90, - "weight": 0.35, "buy_limit": 6000, - "release_date": "2002-12-12", - "examine": "A premade Worm Hole.", "wiki_name": "Premade worm hole", "wiki_url": "https://oldschool.runescape.wiki/w/Premade_worm_hole", "price": 275 @@ -35285,10 +31436,7 @@ "cost": 150, "lowalch": 60, "highalch": 90, - "weight": 0.35, "buy_limit": 6000, - "release_date": "2002-12-12", - "examine": "A premade Vegetable Ball.", "wiki_name": "Premade veg ball", "wiki_url": "https://oldschool.runescape.wiki/w/Premade_veg_ball", "price": 24 @@ -35303,10 +31451,7 @@ "cost": 85, "lowalch": 34, "highalch": 51, - "weight": 0.25, "buy_limit": 6000, - "release_date": "2002-12-12", - "examine": "Some Premade Worm Crunchies.", "wiki_name": "Premade w'm crun'", "wiki_url": "https://oldschool.runescape.wiki/w/Premade_w'm_crun'", "price": 1 @@ -35321,10 +31466,7 @@ "cost": 85, "lowalch": 34, "highalch": 51, - "weight": 0.25, "buy_limit": 6000, - "release_date": "2002-12-12", - "examine": "Some Premade chocchip crunchies.", "wiki_name": "Premade ch' crunch", "wiki_url": "https://oldschool.runescape.wiki/w/Premade_ch'_crunch", "price": 87 @@ -35339,10 +31481,7 @@ "cost": 85, "lowalch": 34, "highalch": 51, - "weight": 0.25, "buy_limit": 6000, - "release_date": "2002-12-12", - "examine": "Some premade Spicy Crunchies.", "wiki_name": "Premade s'y crunch", "wiki_url": "https://oldschool.runescape.wiki/w/Premade_s'y_crunch", "price": 0 @@ -35357,10 +31496,7 @@ "cost": 85, "lowalch": 34, "highalch": 51, - "weight": 0.25, "buy_limit": 6000, - "release_date": "2002-12-12", - "examine": "Some premade Toad Crunchies.", "wiki_name": "Premade t'd crunch", "wiki_url": "https://oldschool.runescape.wiki/w/Premade_t'd_crunch", "price": 620 @@ -35373,9 +31509,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.25, - "release_date": "2004-03-29", - "examine": "This batta doesn't look very appetising.", "wiki_name": "Odd batta", "wiki_url": "https://oldschool.runescape.wiki/w/Odd_batta", "price": 0 @@ -35389,9 +31522,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.2, - "release_date": "2002-12-12", - "examine": "This batta has been burnt to a cinder.", "wiki_name": "Burnt batta", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_batta", "price": 0 @@ -35403,9 +31533,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.25, - "release_date": "2002-12-12", - "examine": "This gnome batta is in the early stages of preparation.", "wiki_name": "Half baked batta", "wiki_url": "https://oldschool.runescape.wiki/w/Half_baked_batta", "price": 0 @@ -35417,9 +31544,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.25, - "release_date": "2002-12-12", - "examine": "This gnome batta needs cooking.", "wiki_name": "Raw batta", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_batta", "price": 0 @@ -35432,9 +31556,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.25, - "release_date": "2004-03-29", - "examine": "This batta is just missing those little finishing touches.", "wiki_name": "Unfinished batta (worm, historical)", "wiki_url": "https://oldschool.runescape.wiki/w/Unfinished_batta_(worm,_historical)", "price": 0 @@ -35449,10 +31570,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.25, "buy_limit": 6000, - "release_date": "2002-12-12", - "examine": "It actually smells quite good.", "wiki_name": "Worm batta", "wiki_url": "https://oldschool.runescape.wiki/w/Worm_batta", "price": 8000 @@ -35467,10 +31585,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.25, "buy_limit": 6000, - "release_date": "2002-12-12", - "examine": "It actually smells quite good.", "wiki_name": "Toad batta", "wiki_url": "https://oldschool.runescape.wiki/w/Toad_batta", "price": 1100 @@ -35483,9 +31598,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.25, - "release_date": "2004-03-29", - "examine": "This batta is just missing those little finishing touches.", "wiki_name": "Unfinished batta (cheese+tom, historical)", "wiki_url": "https://oldschool.runescape.wiki/w/Unfinished_batta_(cheese+tom,_historical)", "price": 0 @@ -35500,10 +31612,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.25, "buy_limit": 6000, - "release_date": "2002-12-12", - "examine": "This smells really good.", "wiki_name": "Cheese+tom batta", "wiki_url": "https://oldschool.runescape.wiki/w/Cheese+tom_batta", "price": 350 @@ -35516,9 +31625,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.25, - "release_date": "2004-03-29", - "examine": "This batta is just missing those little finishing touches.", "wiki_name": "Unfinished batta (fruit, historical) (Plain)", "wiki_url": "https://oldschool.runescape.wiki/w/Unfinished_batta_(fruit,_historical)#Plain", "price": 0 @@ -35531,9 +31637,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.25, - "release_date": "2004-03-29", - "examine": "This batta is just missing those little finishing touches.", "wiki_name": "Unfinished batta (fruit, historical) (Lime)", "wiki_url": "https://oldschool.runescape.wiki/w/Unfinished_batta_(fruit,_historical)#Lime", "price": 0 @@ -35546,9 +31649,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.25, - "release_date": "2004-03-29", - "examine": "This batta is just missing those little finishing touches.", "wiki_name": "Unfinished batta (fruit, historical) (Orange)", "wiki_url": "https://oldschool.runescape.wiki/w/Unfinished_batta_(fruit,_historical)#Orange", "price": 0 @@ -35561,9 +31661,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.25, - "release_date": "2004-03-29", - "examine": "This batta is just missing those little finishing touches.", "wiki_name": "Unfinished batta (fruit, historical) (Pineapple)", "wiki_url": "https://oldschool.runescape.wiki/w/Unfinished_batta_(fruit,_historical)#Pineapple", "price": 0 @@ -35576,9 +31673,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.25, - "release_date": "2004-03-29", - "examine": "This batta is just missing those little finishing touches.", "wiki_name": "Unfinished batta (fruit, historical) (Lime + Orange)", "wiki_url": "https://oldschool.runescape.wiki/w/Unfinished_batta_(fruit,_historical)#Lime_+_Orange", "price": 0 @@ -35591,9 +31685,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.25, - "release_date": "2004-03-29", - "examine": "This batta is just missing those little finishing touches.", "wiki_name": "Unfinished batta (fruit, historical) (Lime + Pineapple)", "wiki_url": "https://oldschool.runescape.wiki/w/Unfinished_batta_(fruit,_historical)#Lime_+_Pineapple", "price": 0 @@ -35606,9 +31697,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.25, - "release_date": "2004-03-29", - "examine": "This batta is just missing those little finishing touches.", "wiki_name": "Unfinished batta (fruit, historical) (Orange + Pineapple)", "wiki_url": "https://oldschool.runescape.wiki/w/Unfinished_batta_(fruit,_historical)#Orange_+_Pineapple", "price": 0 @@ -35621,9 +31709,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.25, - "release_date": "2004-03-29", - "examine": "This batta is just missing those little finishing touches.", "wiki_name": "Unfinished batta (fruit, historical) (Lime, Orange, Pineapple)", "wiki_url": "https://oldschool.runescape.wiki/w/Unfinished_batta_(fruit,_historical)#Lime,_Orange,_Pineapple", "price": 0 @@ -35638,10 +31723,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.25, "buy_limit": 6000, - "release_date": "2002-12-12", - "examine": "It actually smells quite good.", "wiki_name": "Fruit batta", "wiki_url": "https://oldschool.runescape.wiki/w/Fruit_batta", "price": 2687 @@ -35654,9 +31736,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.25, - "release_date": "2004-03-29", - "examine": "This batta is just missing those little finishing touches.", "wiki_name": "Unfinished batta (vegetable, historical)", "wiki_url": "https://oldschool.runescape.wiki/w/Unfinished_batta_(vegetable,_historical)", "price": 0 @@ -35671,10 +31750,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.25, "buy_limit": 6000, - "release_date": "2002-12-12", - "examine": "Well... it looks healthy.", "wiki_name": "Vegetable batta", "wiki_url": "https://oldschool.runescape.wiki/w/Vegetable_batta", "price": 856 @@ -35688,10 +31764,7 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.1, "buy_limit": 11000, - "release_date": "2001-06-11", - "examine": "I need to add some tomato next.", "wiki_name": "Pizza base", "wiki_url": "https://oldschool.runescape.wiki/w/Pizza_base", "price": 244 @@ -35704,9 +31777,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.6, - "release_date": "2001-06-11", - "examine": "I need to add some cheese next.", "wiki_name": "Incomplete pizza", "wiki_url": "https://oldschool.runescape.wiki/w/Incomplete_pizza", "price": 0 @@ -35719,9 +31789,6 @@ "cost": 25, "lowalch": 10, "highalch": 15, - "weight": 0.8, - "release_date": "2001-06-11", - "examine": "This needs cooking.", "wiki_name": "Uncooked pizza", "wiki_url": "https://oldschool.runescape.wiki/w/Uncooked_pizza", "price": 0 @@ -35735,10 +31802,7 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.8, "buy_limit": 10000, - "release_date": "2001-06-11", - "examine": "A cheese and tomato pizza.", "wiki_name": "Plain pizza (Full)", "wiki_url": "https://oldschool.runescape.wiki/w/Plain_pizza#Full", "price": 650 @@ -35751,8 +31815,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.4, - "examine": "Half of this plain pizza has been eaten.", "wiki_name": "Plain pizza (Half)", "wiki_url": "https://oldschool.runescape.wiki/w/Plain_pizza#Half", "price": 0 @@ -35766,10 +31828,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.9, "buy_limit": 10000, - "release_date": "2001-06-11", - "examine": "A pizza with bits of meat on it.", "wiki_name": "Meat pizza (Full)", "wiki_url": "https://oldschool.runescape.wiki/w/Meat_pizza#Full", "price": 322 @@ -35782,9 +31841,6 @@ "cost": 25, "lowalch": 10, "highalch": 15, - "weight": 0.45, - "release_date": "2001-06-11", - "examine": "Half of this meat pizza has been eaten.", "wiki_name": "Meat pizza (Half)", "wiki_url": "https://oldschool.runescape.wiki/w/Meat_pizza#Half", "price": 0 @@ -35798,10 +31854,7 @@ "cost": 60, "lowalch": 24, "highalch": 36, - "weight": 0.9, "buy_limit": 10000, - "release_date": "2001-06-11", - "examine": "A pizza with anchovies.", "wiki_name": "Anchovy pizza (Full)", "wiki_url": "https://oldschool.runescape.wiki/w/Anchovy_pizza#Full", "price": 891 @@ -35814,9 +31867,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.45, - "release_date": "2001-06-11", - "examine": "Half of this anchovy pizza has been eaten.", "wiki_name": "Anchovy pizza (Half)", "wiki_url": "https://oldschool.runescape.wiki/w/Anchovy_pizza#Half", "price": 0 @@ -35831,10 +31881,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.9, "buy_limit": 10000, - "release_date": "2002-08-15", - "examine": "A tropicana pizza.", "wiki_name": "Pineapple pizza (Full)", "wiki_url": "https://oldschool.runescape.wiki/w/Pineapple_pizza#Full", "price": 925 @@ -35848,9 +31895,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.45, - "release_date": "2002-08-15", - "examine": "Half of this pineapple pizza has been eaten.", "wiki_name": "Pineapple pizza (Half)", "wiki_url": "https://oldschool.runescape.wiki/w/Pineapple_pizza#Half", "price": 0 @@ -35863,9 +31907,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.7, - "release_date": "2001-06-11", - "examine": "Oh dear!", "wiki_name": "Burnt pizza", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_pizza", "price": 0 @@ -35879,10 +31920,7 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.6, "buy_limit": 13000, - "release_date": "2001-01-04", - "examine": "Some uncooked dough.", "wiki_name": "Bread dough", "wiki_url": "https://oldschool.runescape.wiki/w/Bread_dough", "price": 164 @@ -35896,10 +31934,7 @@ "cost": 12, "lowalch": 4, "highalch": 7, - "weight": 0.5, "buy_limit": 6000, - "release_date": "2001-01-04", - "examine": "Nice crispy bread.", "wiki_name": "Bread", "wiki_url": "https://oldschool.runescape.wiki/w/Bread", "price": 153 @@ -35912,9 +31947,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.35, - "release_date": "2001-01-04", - "examine": "Nice crispy bread. Possibly too crispy.", "wiki_name": "Burnt bread", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_bread", "price": 0 @@ -35928,10 +31960,7 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "weight": 0.1, "buy_limit": 500, - "release_date": "2001-03-17", - "examine": "Deceptively pie shaped.", "wiki_name": "Pie dish", "wiki_url": "https://oldschool.runescape.wiki/w/Pie_dish", "price": 24 @@ -35945,10 +31974,7 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.25, "buy_limit": 13000, - "release_date": "2001-03-17", - "examine": "I need to find a filling for this pie.", "wiki_name": "Pie shell", "wiki_url": "https://oldschool.runescape.wiki/w/Pie_shell", "price": 362 @@ -35962,10 +31988,7 @@ "cost": 16, "lowalch": 6, "highalch": 9, - "weight": 0.5, "buy_limit": 13000, - "release_date": "2001-03-17", - "examine": "This would be much tastier cooked.", "wiki_name": "Uncooked apple pie", "wiki_url": "https://oldschool.runescape.wiki/w/Uncooked_apple_pie", "price": 430 @@ -35979,10 +32002,7 @@ "cost": 8, "lowalch": 3, "highalch": 4, - "weight": 0.5, "buy_limit": 13000, - "release_date": "2001-03-17", - "examine": "This would be much healthier cooked.", "wiki_name": "Uncooked meat pie", "wiki_url": "https://oldschool.runescape.wiki/w/Uncooked_meat_pie", "price": 625 @@ -35996,10 +32016,7 @@ "cost": 6, "lowalch": 2, "highalch": 3, - "weight": 0.5, "buy_limit": 13000, - "release_date": "2001-03-17", - "examine": "This would be much more appetising cooked.", "wiki_name": "Uncooked berry pie", "wiki_url": "https://oldschool.runescape.wiki/w/Uncooked_berry_pie", "price": 550 @@ -36013,10 +32030,7 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.45, "buy_limit": 10000, - "release_date": "2001-03-17", - "examine": "Mmm Apple pie.", "wiki_name": "Apple pie (Full)", "wiki_url": "https://oldschool.runescape.wiki/w/Apple_pie#Full", "price": 82 @@ -36030,10 +32044,7 @@ "cost": 12, "lowalch": 4, "highalch": 7, - "weight": 0.45, "buy_limit": 15, - "release_date": "2001-03-17", - "examine": "Looks tasty.", "wiki_name": "Redberry pie (Full)", "wiki_url": "https://oldschool.runescape.wiki/w/Redberry_pie#Full", "price": 0 @@ -36047,10 +32058,7 @@ "cost": 15, "lowalch": 6, "highalch": 9, - "weight": 0.45, "buy_limit": 10000, - "release_date": "2001-03-17", - "examine": "Not for vegetarians.", "wiki_name": "Meat pie (Full)", "wiki_url": "https://oldschool.runescape.wiki/w/Meat_pie#Full", "price": 68 @@ -36063,9 +32071,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.35, - "release_date": "2001-03-17", - "examine": "I think I left it on the stove too long.", "wiki_name": "Burnt pie", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_pie", "price": 0 @@ -36078,9 +32083,6 @@ "cost": 8, "lowalch": 3, "highalch": 4, - "weight": 0.225, - "release_date": "2001-03-17", - "examine": "Half of it is suitable for vegetarians.", "wiki_name": "Meat pie (Half)", "wiki_url": "https://oldschool.runescape.wiki/w/Meat_pie#Half", "price": 0 @@ -36093,9 +32095,6 @@ "cost": 6, "lowalch": 2, "highalch": 3, - "weight": 0.225, - "release_date": "2001-03-17", - "examine": "So tasty I kept some for later.", "wiki_name": "Redberry pie (Half)", "wiki_url": "https://oldschool.runescape.wiki/w/Redberry_pie#Half", "price": 0 @@ -36108,9 +32107,6 @@ "cost": 15, "lowalch": 6, "highalch": 9, - "weight": 0.225, - "release_date": "2001-03-17", - "examine": "Mmm half an apple pie.", "wiki_name": "Apple pie (Half)", "wiki_url": "https://oldschool.runescape.wiki/w/Apple_pie#Half", "price": 0 @@ -36125,10 +32121,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.225, "buy_limit": 15, - "release_date": "2003-08-20", - "examine": "Raw meat from the oomlie bird.", "wiki_name": "Raw oomlie", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_oomlie", "price": 1315 @@ -36140,9 +32133,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.1, - "release_date": "2003-08-20", - "examine": "A thick green palm leaf used by natives to cook meat in.", "wiki_name": "Palm leaf", "wiki_url": "https://oldschool.runescape.wiki/w/Palm_leaf", "price": 0 @@ -36155,8 +32145,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "release_date": "2004-03-29", - "examine": "A thick green palm leaf used by natives to cook meat in.", "wiki_name": "Palm leaf (unobtainable item)", "wiki_url": "https://oldschool.runescape.wiki/w/Palm_leaf_(unobtainable_item)", "price": 0 @@ -36171,10 +32159,7 @@ "cost": 16, "lowalch": 6, "highalch": 9, - "weight": 0.325, "buy_limit": 15, - "release_date": "2003-08-20", - "examine": "Oomlie meat in a palm leaf pouch. It just needs to be cooked.", "wiki_name": "Wrapped oomlie", "wiki_url": "https://oldschool.runescape.wiki/w/Wrapped_oomlie", "price": 8501 @@ -36189,10 +32174,7 @@ "cost": 35, "lowalch": 14, "highalch": 21, - "weight": 0.3, "buy_limit": 15, - "release_date": "2003-08-20", - "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": 1298 @@ -36206,9 +32188,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.275, - "release_date": "2003-08-20", - "examine": "Burnt oomlie meat in a palm leaf pouch.", "wiki_name": "Burnt oomlie wrap", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_oomlie_wrap", "price": 0 @@ -36222,10 +32201,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, "buy_limit": 40, - "release_date": "2001-01-04", - "examine": "Good for hitting things!", "wiki_name": "Hammer", "wiki_url": "https://oldschool.runescape.wiki/w/Hammer", "price": 65 @@ -36239,10 +32215,7 @@ "cost": 8, "lowalch": 3, "highalch": 4, - "weight": 1.814, "buy_limit": 10000, - "release_date": "2001-01-04", - "examine": "It's a bar of bronze.", "wiki_name": "Bronze bar", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_bar", "price": 148 @@ -36256,10 +32229,7 @@ "cost": 28, "lowalch": 11, "highalch": 16, - "weight": 1.814, "buy_limit": 10000, - "release_date": "2001-01-04", - "examine": "It's a bar of iron.", "wiki_name": "Iron bar", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_bar", "price": 201 @@ -36273,10 +32243,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 1.814, "buy_limit": 10000, - "release_date": "2001-01-04", - "examine": "It's a bar of steel.", "wiki_name": "Steel bar", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_bar", "price": 416 @@ -36290,10 +32257,7 @@ "cost": 150, "lowalch": 60, "highalch": 90, - "weight": 1.814, "buy_limit": 10000, - "release_date": "2001-07-12", - "examine": "It's a bar of silver.", "wiki_name": "Silver bar", "wiki_url": "https://oldschool.runescape.wiki/w/Silver_bar", "price": 105 @@ -36307,10 +32271,7 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 1.814, "buy_limit": 10000, - "release_date": "2001-01-04", - "examine": "It's a bar of gold.", "wiki_name": "Gold bar", "wiki_url": "https://oldschool.runescape.wiki/w/Gold_bar", "price": 102 @@ -36324,10 +32285,7 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 1.587, "buy_limit": 10000, - "release_date": "2001-01-04", - "examine": "It's a bar of mithril.", "wiki_name": "Mithril bar", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_bar", "price": 582 @@ -36341,10 +32299,7 @@ "cost": 640, "lowalch": 256, "highalch": 384, - "weight": 2.041, "buy_limit": 10000, - "release_date": "2001-01-04", - "examine": "It's a bar of adamantite.", "wiki_name": "Adamantite bar", "wiki_url": "https://oldschool.runescape.wiki/w/Adamantite_bar", "price": 1780 @@ -36358,10 +32313,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 1.814, "buy_limit": 10000, - "release_date": "2001-08-13", - "examine": "It's a bar of runite.", "wiki_name": "Runite bar", "wiki_url": "https://oldschool.runescape.wiki/w/Runite_bar", "price": 12555 @@ -36373,9 +32325,6 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 1.814, - "release_date": "2002-04-09", - "examine": "It's a bar of 'perfect' gold.", "wiki_name": "'perfect' gold bar", "wiki_url": "https://oldschool.runescape.wiki/w/'perfect'_gold_bar", "price": 0 @@ -36390,10 +32339,7 @@ "cost": 110000, "lowalch": 44000, "highalch": 66000, - "weight": 2.721, "buy_limit": 50, - "release_date": "2003-08-20", - "examine": "The left half of a dragon square shield.", "wiki_name": "Shield left half", "wiki_url": "https://oldschool.runescape.wiki/w/Shield_left_half", "price": 65635 @@ -36408,10 +32354,7 @@ "cost": 500000, "lowalch": 200000, "highalch": 300000, - "weight": 2.721, "buy_limit": 50, - "release_date": "2003-08-20", - "examine": "The right half of a dragon square shield.", "wiki_name": "Shield right half", "wiki_url": "https://oldschool.runescape.wiki/w/Shield_right_half", "price": 763000 @@ -36426,10 +32369,7 @@ "cost": 150, "lowalch": 60, "highalch": 90, - "weight": 1.36, "buy_limit": 13000, - "release_date": "2004-03-29", - "examine": "A set of studs for leather armour.", "wiki_name": "Steel studs", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_studs", "price": 252 @@ -36441,9 +32381,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 3, - "release_date": "2003-05-07", - "examine": "An old statue of an ogre warrior.", "wiki_name": "Ogre relic", "wiki_url": "https://oldschool.runescape.wiki/w/Ogre_relic", "price": 0 @@ -36455,9 +32392,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2003-05-07", - "examine": "Part of an ogre relic.", "wiki_name": "Relic part 1", "wiki_url": "https://oldschool.runescape.wiki/w/Relic_part_1", "price": 0 @@ -36469,9 +32403,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2003-05-07", - "examine": "Part of an ogre relic.", "wiki_name": "Relic part 2", "wiki_url": "https://oldschool.runescape.wiki/w/Relic_part_2", "price": 0 @@ -36483,9 +32414,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2003-05-07", - "examine": "Part of an ogre relic.", "wiki_name": "Relic part 3", "wiki_url": "https://oldschool.runescape.wiki/w/Relic_part_3", "price": 0 @@ -36497,9 +32425,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2003-05-07", - "examine": "It's a map.", "wiki_name": "Skavid map", "wiki_url": "https://oldschool.runescape.wiki/w/Skavid_map", "price": 0 @@ -36511,9 +32436,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2003-05-07", - "examine": "Very tooth-like.", "wiki_name": "Ogre tooth", "wiki_url": "https://oldschool.runescape.wiki/w/Ogre_tooth", "price": 0 @@ -36525,9 +32447,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2003-05-07", - "examine": "Formerly the property of the ogre, Toban.", "wiki_name": "Toban's key", "wiki_url": "https://oldschool.runescape.wiki/w/Toban's_key", "price": 0 @@ -36539,9 +32458,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.025, - "release_date": "2003-05-07", - "examine": "Handy if you want to break all your teeth.", "wiki_name": "Rock cake", "wiki_url": "https://oldschool.runescape.wiki/w/Rock_cake", "price": 0 @@ -36553,9 +32469,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2003-05-07", - "examine": "A yellow crystal that's meant to power the Watchtower in Yanille.", "wiki_name": "Crystal (Watchtower) (Yellow)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_(Watchtower)#Yellow", "price": 0 @@ -36567,9 +32480,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2003-05-07", - "examine": "A magenta crystal that's meant to power the Watchtower in Yanille.", "wiki_name": "Crystal (Watchtower) (Magenta)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_(Watchtower)#Magenta", "price": 0 @@ -36581,9 +32491,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2003-05-07", - "examine": "A cyan crystal that's meant to power the Watchtower in Yanille.", "wiki_name": "Crystal (Watchtower) (Cyan)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_(Watchtower)#Cyan", "price": 0 @@ -36595,9 +32502,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2003-05-07", - "examine": "A grey crystal that's meant to power the Watchtower in Yanille.", "wiki_name": "Crystal (Watchtower) (Grey)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_(Watchtower)#Grey", "price": 0 @@ -36609,9 +32513,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.002, - "release_date": "2003-05-07", - "examine": "Eeeeyeeew!", "wiki_name": "Fingernails", "wiki_url": "https://oldschool.runescape.wiki/w/Fingernails", "price": 0 @@ -36623,9 +32524,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2003-05-07", - "examine": "I can't wear this old thing.", "wiki_name": "Old robe", "wiki_url": "https://oldschool.runescape.wiki/w/Old_robe", "price": 0 @@ -36637,9 +32535,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 3.628, - "release_date": "2003-05-07", - "examine": "Looks kind of useless.", "wiki_name": "Unusual armour", "wiki_url": "https://oldschool.runescape.wiki/w/Unusual_armour", "price": 0 @@ -36651,9 +32546,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2003-05-07", - "examine": "Pointy.", "wiki_name": "Damaged dagger", "wiki_url": "https://oldschool.runescape.wiki/w/Damaged_dagger", "price": 0 @@ -36665,9 +32557,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.006, - "release_date": "2003-05-07", - "examine": "Useless as an eye patch.", "wiki_name": "Tattered eye patch", "wiki_url": "https://oldschool.runescape.wiki/w/Tattered_eye_patch", "price": 0 @@ -36679,9 +32568,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2003-05-07", - "examine": "An infusion of water and jangerberries.", "wiki_name": "Vial (jangerberries)", "wiki_url": "https://oldschool.runescape.wiki/w/Vial_(jangerberries)", "price": 0 @@ -36693,9 +32579,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.025, - "release_date": "2003-05-07", - "examine": "A mixture of jangerberries and a guam leaf in a vial.", "wiki_name": "Vial (jangerberries and guam leaf)", "wiki_url": "https://oldschool.runescape.wiki/w/Vial_(jangerberries_and_guam_leaf)", "price": 0 @@ -36709,9 +32592,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.1, - "release_date": "2003-05-07", - "examine": "Let's see it fly, now!", "wiki_name": "Ground bat bones", "wiki_url": "https://oldschool.runescape.wiki/w/Ground_bat_bones", "price": 0 @@ -36721,9 +32601,6 @@ "name": "Toban's gold", "members": true, "cost": 300, - "weight": 1.814, - "release_date": "2003-05-07", - "examine": "It's a stolen bar of gold.", "wiki_name": "Toban's gold", "wiki_url": "https://oldschool.runescape.wiki/w/Toban's_gold", "price": 0 @@ -36735,9 +32612,6 @@ "cost": 120, "lowalch": 48, "highalch": 72, - "weight": 0.025, - "release_date": "2003-05-07", - "examine": "A strange brew.", "wiki_name": "Potion (Watchtower)", "wiki_url": "https://oldschool.runescape.wiki/w/Potion_(Watchtower)", "price": 0 @@ -36749,9 +32623,6 @@ "cost": 120, "lowalch": 48, "highalch": 72, - "weight": 0.025, - "release_date": "2003-05-07", - "examine": "A dangerous magical liquid.", "wiki_name": "Magic ogre potion", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_ogre_potion", "price": 0 @@ -36763,9 +32634,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.01, - "release_date": "2003-05-07", - "examine": "A spell is written on this parchment.", "wiki_name": "Spell scroll", "wiki_url": "https://oldschool.runescape.wiki/w/Spell_scroll", "price": 0 @@ -36777,9 +32645,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 1.814, - "release_date": "2003-05-07", - "examine": "A tattered old robe.", "wiki_name": "Shaman robe", "wiki_url": "https://oldschool.runescape.wiki/w/Shaman_robe", "price": 0 @@ -36791,9 +32656,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.015, - "release_date": "2003-05-07", - "examine": "Deadly.", "wiki_name": "Cave nightshade", "wiki_url": "https://oldschool.runescape.wiki/w/Cave_nightshade", "price": 0 @@ -36804,9 +32666,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 1, - "release_date": "2001-01-04", - "examine": "The Wizard Traiborn gave me this key to Silverlight's case.", "wiki_name": "Silverlight key (Wizard Traiborn)", "wiki_url": "https://oldschool.runescape.wiki/w/Silverlight_key_(Wizard_Traiborn)", "price": 0 @@ -36817,9 +32676,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 1, - "release_date": "2001-01-04", - "examine": "Captain Rovin gave me this key to Silverlight's case.", "wiki_name": "Silverlight key (Captain Rovin)", "wiki_url": "https://oldschool.runescape.wiki/w/Silverlight_key_(Captain_Rovin)", "price": 0 @@ -36830,9 +32686,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 1, - "release_date": "2001-01-04", - "examine": "Sir Prysin dropped this key down the drain.", "wiki_name": "Silverlight key (Sir Prysin)", "wiki_url": "https://oldschool.runescape.wiki/w/Silverlight_key_(Sir_Prysin)", "price": 0 @@ -36846,9 +32699,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 1.814, - "release_date": "2001-01-04", - "examine": "The magical sword 'Silverlight'.", "wiki_name": "Silverlight (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Silverlight#Normal", "equipment": { @@ -36910,9 +32760,6 @@ "name": "Hazeel scroll", "members": true, "cost": 1, - "weight": 0.01, - "release_date": "2002-08-15", - "examine": "A scroll containing a powerful enchantment of restoration.", "wiki_name": "Hazeel scroll", "wiki_url": "https://oldschool.runescape.wiki/w/Hazeel_scroll", "price": 0 @@ -36924,9 +32771,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2002-08-15", - "examine": "A key found in the Carnillean Mansion.", "wiki_name": "Chest key (Hazeel Cult)", "wiki_url": "https://oldschool.runescape.wiki/w/Chest_key_(Hazeel_Cult)", "price": 0 @@ -36940,9 +32784,6 @@ "cost": 65, "lowalch": 26, "highalch": 39, - "weight": 9.071, - "release_date": "2002-08-15", - "examine": "An heirloom of the Carnillean family.", "wiki_name": "Carnillean armour", "wiki_url": "https://oldschool.runescape.wiki/w/Carnillean_armour", "equipment": { @@ -36974,9 +32815,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.012, - "release_date": "2002-08-15", - "examine": "A sign of commitment to Hazeel.", "wiki_name": "Hazeel's mark", "wiki_url": "https://oldschool.runescape.wiki/w/Hazeel's_mark", "equipment": { @@ -37004,9 +32842,6 @@ "name": "Ball", "members": true, "cost": 1, - "weight": 0.15, - "release_date": "2002-02-27", - "examine": "A child's ball.", "wiki_name": "Ball", "wiki_url": "https://oldschool.runescape.wiki/w/Ball", "price": 0 @@ -37018,9 +32853,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.51, - "release_date": "2002-02-27", - "examine": "A daily journal.", "wiki_name": "Diary (Witch's House)", "wiki_url": "https://oldschool.runescape.wiki/w/Diary_(Witch's_House)", "price": 0 @@ -37032,9 +32864,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2002-02-27", - "examine": "A key to the Witch's house's front door.", "wiki_name": "Door key (Witch's House)", "wiki_url": "https://oldschool.runescape.wiki/w/Door_key_(Witch's_House)", "price": 0 @@ -37046,9 +32875,6 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "weight": 0.02, - "release_date": "2002-02-27", - "examine": "A very attractive magnet.", "wiki_name": "Magnet (Witch's House)", "wiki_url": "https://oldschool.runescape.wiki/w/Magnet_(Witch's_House)", "price": 0 @@ -37060,9 +32886,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2004-03-29", - "examine": "A key to the Witch's shed.", "wiki_name": "Key (Witch's House)", "wiki_url": "https://oldschool.runescape.wiki/w/Key_(Witch's_House)", "price": 0 @@ -37076,9 +32899,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.453, - "release_date": "2003-09-22", - "examine": "A cape from the almighty god Saradomin.", "wiki_name": "Saradomin cape", "wiki_url": "https://oldschool.runescape.wiki/w/Saradomin_cape", "equipment": { @@ -37112,9 +32932,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.453, - "release_date": "2003-09-22", - "examine": "A cape from the almighty god Guthix.", "wiki_name": "Guthix cape", "wiki_url": "https://oldschool.runescape.wiki/w/Guthix_cape", "equipment": { @@ -37148,9 +32965,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.453, - "release_date": "2003-09-22", - "examine": "A cape from the almighty god Zamorak.", "wiki_name": "Zamorak cape", "wiki_url": "https://oldschool.runescape.wiki/w/Zamorak_cape", "equipment": { @@ -37185,9 +32999,6 @@ "cost": 80000, "lowalch": 32000, "highalch": 48000, - "weight": 2.267, - "release_date": "2003-09-22", - "examine": "A magical staff imbued with the power of Saradomin.", "wiki_name": "Saradomin staff", "wiki_url": "https://oldschool.runescape.wiki/w/Saradomin_staff", "equipment": { @@ -37263,9 +33074,6 @@ "cost": 80000, "lowalch": 32000, "highalch": 48000, - "weight": 2.267, - "release_date": "2003-09-22", - "examine": "A magical staff imbued with the power of Guthix.", "wiki_name": "Guthix staff", "wiki_url": "https://oldschool.runescape.wiki/w/Guthix_staff", "equipment": { @@ -37341,9 +33149,6 @@ "cost": 80000, "lowalch": 32000, "highalch": 48000, - "weight": 2.267, - "release_date": "2003-09-22", - "examine": "A magical staff imbued with the power of Zamorak.", "wiki_name": "Zamorak staff", "wiki_url": "https://oldschool.runescape.wiki/w/Zamorak_staff", "equipment": { @@ -37415,9 +33220,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.01, - "release_date": "2001-02-28", - "examine": "A heavy key made of bronze.", "wiki_name": "Bronze key (Prince Ali Rescue)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_key_(Prince_Ali_Rescue)", "price": 0 @@ -37428,9 +33230,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.453, - "release_date": "2001-02-28", - "examine": "A wig that has been dyed blonde.", "wiki_name": "Wig (Dyed)", "wiki_url": "https://oldschool.runescape.wiki/w/Wig#Dyed", "price": 0 @@ -37441,9 +33240,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.01, - "release_date": "2001-02-28", - "examine": "A grey woollen wig.", "wiki_name": "Wig (Grey)", "wiki_url": "https://oldschool.runescape.wiki/w/Wig#Grey", "price": 0 @@ -37454,9 +33250,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.056, - "release_date": "2005-08-23", - "examine": "A nice hat from a cracker.", "wiki_name": "Blue partyhat (Draynor Bank Robbery)", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_partyhat_(Draynor_Bank_Robbery)", "price": 0 @@ -37467,9 +33260,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.01, - "release_date": "2001-02-28", - "examine": "An imprint of a key in a lump of clay.", "wiki_name": "Key print", "wiki_url": "https://oldschool.runescape.wiki/w/Key_print", "price": 0 @@ -37480,9 +33270,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.015, - "release_date": "2001-02-28", - "examine": "A bottle of skin paste.", "wiki_name": "Paste", "wiki_url": "https://oldschool.runescape.wiki/w/Paste", "price": 0 @@ -37496,9 +33283,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.113, - "release_date": "2004-03-29", - "examine": "Oh dear, it's totally burnt!", "wiki_name": "Burnt oomlie", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_oomlie", "price": 0 @@ -37513,10 +33297,7 @@ "cost": 15, "lowalch": 6, "highalch": 9, - "weight": 0.035, "buy_limit": 2000, - "release_date": "2004-03-29", - "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 @@ -37531,10 +33312,7 @@ "cost": 110, "lowalch": 44, "highalch": 66, - "weight": 0.035, "buy_limit": 2000, - "release_date": "2004-03-29", - "examine": "4 doses of restore potion.", "wiki_name": "Restore potion (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Restore_potion#4_dose", "price": 97 @@ -37549,10 +33327,7 @@ "cost": 150, "lowalch": 60, "highalch": 90, - "weight": 0.035, "buy_limit": 2000, - "release_date": "2004-03-29", - "examine": "4 doses of Defence potion.", "wiki_name": "Defence potion (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Defence_potion#4_dose", "price": 417 @@ -37567,10 +33342,7 @@ "cost": 190, "lowalch": 76, "highalch": 114, - "weight": 0.035, "buy_limit": 2000, - "release_date": "2004-03-29", - "examine": "4 doses of Prayer restore potion.", "wiki_name": "Prayer potion (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Prayer_potion#4_dose", "price": 9854 @@ -37585,10 +33357,7 @@ "cost": 225, "lowalch": 90, "highalch": 135, - "weight": 0.035, "buy_limit": 2000, - "release_date": "2004-03-29", - "examine": "4 doses of super Attack potion.", "wiki_name": "Super attack (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_attack#4_dose", "price": 2215 @@ -37603,10 +33372,7 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 0.035, "buy_limit": 2000, - "release_date": "2004-03-29", - "examine": "4 doses of Fishing potion.", "wiki_name": "Fishing potion (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Fishing_potion#4_dose", "price": 194 @@ -37621,10 +33387,7 @@ "cost": 275, "lowalch": 110, "highalch": 165, - "weight": 0.035, "buy_limit": 2000, - "release_date": "2004-03-29", - "examine": "4 doses of super Strength potion.", "wiki_name": "Super strength (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_strength#4_dose", "price": 6591 @@ -37639,10 +33402,7 @@ "cost": 330, "lowalch": 132, "highalch": 198, - "weight": 0.035, "buy_limit": 2000, - "release_date": "2004-03-29", - "examine": "4 doses of super Defence potion.", "wiki_name": "Super defence (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_defence#4_dose", "price": 8183 @@ -37657,10 +33417,7 @@ "cost": 360, "lowalch": 144, "highalch": 216, - "weight": 0.035, "buy_limit": 2000, - "release_date": "2004-03-29", - "examine": "4 doses of ranging potion.", "wiki_name": "Ranging potion (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Ranging_potion#4_dose", "price": 3194 @@ -37674,10 +33431,7 @@ "cost": 360, "lowalch": 144, "highalch": 216, - "weight": 0.035, "buy_limit": 2000, - "release_date": "2004-03-29", - "examine": "4 doses of antipoison potion.", "wiki_name": "Antipoison (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Antipoison#4_dose", "price": 197 @@ -37692,10 +33446,7 @@ "cost": 360, "lowalch": 144, "highalch": 216, - "weight": 0.035, "buy_limit": 2000, - "release_date": "2004-03-29", - "examine": "4 doses of super antipoison potion.", "wiki_name": "Superantipoison (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Superantipoison#4_dose", "price": 1863 @@ -37710,10 +33461,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.035, "buy_limit": 2000, - "release_date": "2004-03-29", - "examine": "4 doses of Zamorak brew.", "wiki_name": "Zamorak brew (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Zamorak_brew#4_dose", "price": 3445 @@ -37728,10 +33476,7 @@ "cost": 330, "lowalch": 132, "highalch": 198, - "weight": 0.035, "buy_limit": 2000, - "release_date": "2004-03-29", - "examine": "4 doses of anti-firebreath potion.", "wiki_name": "Antifire potion (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Antifire_potion#4_dose", "price": 1242 @@ -37746,10 +33491,7 @@ "cost": 264, "lowalch": 105, "highalch": 158, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2004-03-29", - "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": 868 @@ -37764,10 +33506,7 @@ "cost": 198, "lowalch": 79, "highalch": 118, - "weight": 0.025, "buy_limit": 2000, - "release_date": "2004-03-29", - "examine": "2 doses of anti-firebreath potion.", "wiki_name": "Antifire potion (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Antifire_potion#2_dose", "price": 519 @@ -37782,10 +33521,7 @@ "cost": 132, "lowalch": 52, "highalch": 79, - "weight": 0.02, "buy_limit": 2000, - "release_date": "2004-03-29", - "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": 286 @@ -37803,10 +33539,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.028, "buy_limit": 150, - "release_date": "2004-03-29", - "examine": "A posy of flowers.", "wiki_name": "Assorted flowers", "wiki_url": "https://oldschool.runescape.wiki/w/Assorted_flowers", "equipment": { @@ -37869,10 +33602,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.028, "buy_limit": 150, - "release_date": "2004-03-29", - "examine": "A posy of flowers.", "wiki_name": "Red flowers", "wiki_url": "https://oldschool.runescape.wiki/w/Red_flowers", "equipment": { @@ -37935,10 +33665,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.028, "buy_limit": 150, - "release_date": "2004-03-29", - "examine": "A posy of flowers.", "wiki_name": "Blue flowers", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_flowers", "equipment": { @@ -38001,10 +33728,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.028, "buy_limit": 150, - "release_date": "2004-03-29", - "examine": "A posy of flowers.", "wiki_name": "Yellow flowers", "wiki_url": "https://oldschool.runescape.wiki/w/Yellow_flowers", "equipment": { @@ -38067,10 +33791,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.028, "buy_limit": 150, - "release_date": "2004-03-29", - "examine": "A posy of flowers.", "wiki_name": "Purple flowers", "wiki_url": "https://oldschool.runescape.wiki/w/Purple_flowers", "equipment": { @@ -38133,10 +33854,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.028, "buy_limit": 150, - "release_date": "2004-03-29", - "examine": "A posy of flowers.", "wiki_name": "Orange flowers", "wiki_url": "https://oldschool.runescape.wiki/w/Orange_flowers", "equipment": { @@ -38199,10 +33917,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.028, "buy_limit": 150, - "release_date": "2004-03-29", - "examine": "A posy of flowers.", "wiki_name": "Mixed flowers", "wiki_url": "https://oldschool.runescape.wiki/w/Mixed_flowers", "equipment": { @@ -38265,10 +33980,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.028, "buy_limit": 150, - "release_date": "2004-03-29", - "examine": "A posy of flowers.", "wiki_name": "White flowers", "wiki_url": "https://oldschool.runescape.wiki/w/White_flowers", "equipment": { @@ -38331,10 +34043,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.028, "buy_limit": 150, - "release_date": "2004-03-29", - "examine": "A posy of flowers.", "wiki_name": "Black flowers", "wiki_url": "https://oldschool.runescape.wiki/w/Black_flowers", "equipment": { @@ -38394,10 +34103,7 @@ "cost": 68, "lowalch": 27, "highalch": 40, - "weight": 0.007, "buy_limit": 11000, - "release_date": "2004-03-29", - "examine": "A powerful herb.", "wiki_name": "Lantadyme", "wiki_url": "https://oldschool.runescape.wiki/w/Lantadyme", "price": 1328 @@ -38412,10 +34118,7 @@ "cost": 68, "lowalch": 27, "highalch": 40, - "weight": 0.056, "buy_limit": 10000, - "release_date": "2004-03-29", - "examine": "I need another ingredient to finish this Lantadyme potion.", "wiki_name": "Lantadyme potion (unf)", "wiki_url": "https://oldschool.runescape.wiki/w/Lantadyme_potion_(unf)", "price": 1505 @@ -38430,10 +34133,7 @@ "cost": 23, "lowalch": 9, "highalch": 13, - "weight": 0.007, "buy_limit": 11000, - "release_date": "2004-03-29", - "examine": "It needs cleaning.", "wiki_name": "Grimy lantadyme", "wiki_url": "https://oldschool.runescape.wiki/w/Grimy_lantadyme", "price": 1403 @@ -38450,10 +34150,7 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 0.283, "buy_limit": 125, - "release_date": "2004-03-29", - "examine": "Vambraces made from 100% real dragonhide.", "wiki_name": "Blue d'hide vambraces", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_d'hide_vambraces", "equipment": { @@ -38490,10 +34187,7 @@ "cost": 3600, "lowalch": 1440, "highalch": 2160, - "weight": 0.283, "buy_limit": 70, - "release_date": "2004-03-29", - "examine": "Vambraces made from 100% real dragonhide.", "wiki_name": "Red d'hide vambraces", "wiki_url": "https://oldschool.runescape.wiki/w/Red_d'hide_vambraces", "equipment": { @@ -38530,10 +34224,7 @@ "cost": 4320, "lowalch": 1728, "highalch": 2592, - "weight": 0.283, "buy_limit": 70, - "release_date": "2004-03-29", - "examine": "Vambraces made from 100% real dragonhide.", "wiki_name": "Black d'hide vambraces", "wiki_url": "https://oldschool.runescape.wiki/w/Black_d'hide_vambraces", "equipment": { @@ -38570,10 +34261,7 @@ "cost": 4320, "lowalch": 1728, "highalch": 2592, - "weight": 5.443, "buy_limit": 125, - "release_date": "2004-03-29", - "examine": "Made from 100% real dragonhide.", "wiki_name": "Blue d'hide chaps", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_d'hide_chaps", "equipment": { @@ -38610,10 +34298,7 @@ "cost": 5180, "lowalch": 2072, "highalch": 3108, - "weight": 5.443, "buy_limit": 70, - "release_date": "2004-03-29", - "examine": "Made from 100% real dragonhide.", "wiki_name": "Red d'hide chaps", "wiki_url": "https://oldschool.runescape.wiki/w/Red_d'hide_chaps", "equipment": { @@ -38650,10 +34335,7 @@ "cost": 6220, "lowalch": 2488, "highalch": 3732, - "weight": 5.443, "buy_limit": 70, - "release_date": "2004-03-29", - "examine": "Made from 100% real dragonhide.", "wiki_name": "Black d'hide chaps", "wiki_url": "https://oldschool.runescape.wiki/w/Black_d'hide_chaps", "equipment": { @@ -38690,10 +34372,7 @@ "cost": 9360, "lowalch": 3744, "highalch": 5616, - "weight": 6.803, "buy_limit": 125, - "release_date": "2004-03-29", - "examine": "Made from 100% real dragonhide.", "wiki_name": "Blue d'hide body", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_d'hide_body", "equipment": { @@ -38731,10 +34410,7 @@ "cost": 11230, "lowalch": 4492, "highalch": 6738, - "weight": 6.803, "buy_limit": 70, - "release_date": "2004-03-29", - "examine": "Made from 100% real dragonhide.", "wiki_name": "Red d'hide body", "wiki_url": "https://oldschool.runescape.wiki/w/Red_d'hide_body", "equipment": { @@ -38772,10 +34448,7 @@ "cost": 13480, "lowalch": 5392, "highalch": 8088, - "weight": 6.803, "buy_limit": 70, - "release_date": "2004-03-29", - "examine": "Made from 100% real dragonhide.", "wiki_name": "Black d'hide body", "wiki_url": "https://oldschool.runescape.wiki/w/Black_d'hide_body", "equipment": { @@ -38811,10 +34484,7 @@ "cost": 70, "lowalch": 28, "highalch": 42, - "weight": 3.175, "buy_limit": 13000, - "release_date": "2004-03-29", - "examine": "It's a piece of prepared blue dragonhide.", "wiki_name": "Blue dragon leather", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_dragon_leather", "price": 1780 @@ -38829,10 +34499,7 @@ "cost": 90, "lowalch": 36, "highalch": 54, - "weight": 3.175, "buy_limit": 11000, - "release_date": "2004-03-29", - "examine": "It's a piece of prepared red dragonhide.", "wiki_name": "Red dragon leather", "wiki_url": "https://oldschool.runescape.wiki/w/Red_dragon_leather", "price": 2069 @@ -38847,10 +34514,7 @@ "cost": 110, "lowalch": 44, "highalch": 66, - "weight": 3.175, "buy_limit": 11000, - "release_date": "2004-03-29", - "examine": "It's a piece of prepared black dragonhide.", "wiki_name": "Black dragon leather", "wiki_url": "https://oldschool.runescape.wiki/w/Black_dragon_leather", "price": 2800 @@ -38861,9 +34525,6 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 1.36, - "release_date": "2004-03-29", - "examine": "A number of wooden logs.", "wiki_name": "Logs (Tutorial Island) (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Logs_(Tutorial_Island)#Normal", "price": 0 @@ -38876,9 +34537,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.12, - "release_date": "2004-03-29", - "examine": "I should try cooking this.", "wiki_name": "Raw shrimps (Tutorial Island) (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_shrimps_(Tutorial_Island)#Normal", "price": 0 @@ -38891,9 +34549,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1.36, - "release_date": "2004-03-29", - "examine": "There is flour in this pot.", "wiki_name": "Pot of flour (Tutorial Island)", "wiki_url": "https://oldschool.runescape.wiki/w/Pot_of_flour_(Tutorial_Island)", "price": 0 @@ -38907,9 +34562,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.08, - "release_date": "2004-03-25", - "examine": "Pretty smelly.", "wiki_name": "Rotten tomato", "wiki_url": "https://oldschool.runescape.wiki/w/Rotten_tomato", "price": 0 @@ -38923,10 +34575,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.05, "buy_limit": 150, - "release_date": "2004-04-01", - "examine": "A brown toy horse.", "wiki_name": "Brown toy horsey", "wiki_url": "https://oldschool.runescape.wiki/w/Brown_toy_horsey", "price": 213 @@ -38940,10 +34589,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.05, "buy_limit": 150, - "release_date": "2004-04-01", - "examine": "A white toy horse.", "wiki_name": "White toy horsey", "wiki_url": "https://oldschool.runescape.wiki/w/White_toy_horsey", "price": 60 @@ -38957,10 +34603,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.05, "buy_limit": 150, - "release_date": "2004-04-01", - "examine": "A black toy horse.", "wiki_name": "Black toy horsey", "wiki_url": "https://oldschool.runescape.wiki/w/Black_toy_horsey", "price": 600 @@ -38974,10 +34617,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.05, "buy_limit": 150, - "release_date": "2004-04-01", - "examine": "A grey toy horse.", "wiki_name": "Grey toy horsey", "wiki_url": "https://oldschool.runescape.wiki/w/Grey_toy_horsey", "price": 1300 @@ -38988,9 +34628,6 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.1, - "release_date": "2004-04-06", - "examine": "Wonder what happens if I rub it...", "wiki_name": "Lamp", "wiki_url": "https://oldschool.runescape.wiki/w/Lamp", "price": 0 @@ -39001,9 +34638,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2004-04-15", - "examine": "It's dead. You should get rid of it.", "wiki_name": "Dead orb", "wiki_url": "https://oldschool.runescape.wiki/w/Dead_orb", "price": 0 @@ -39016,9 +34650,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, - "release_date": "2004-04-15", - "examine": "Bones are for burying!", "wiki_name": "Bones (Tutorial Island) (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Bones_(Tutorial_Island)#Normal", "price": 0 @@ -39034,8 +34665,6 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "release_date": "2004-04-15", - "examine": "Arrows with iron heads wrapped in oily cloth.", "wiki_name": "Iron fire arrow (Unlit)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_fire_arrow#Unlit", "equipment": { @@ -39071,8 +34700,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "release_date": "2004-04-15", - "examine": "These iron-headed arrows are ablaze with fire.", "wiki_name": "Iron fire arrow (Lit)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_fire_arrow#Lit", "equipment": { @@ -39108,8 +34735,6 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "release_date": "2004-04-15", - "examine": "Arrows with steel heads wrapped in oily cloth.", "wiki_name": "Steel fire arrow (Unlit)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_fire_arrow#Unlit", "equipment": { @@ -39145,8 +34770,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "release_date": "2004-04-15", - "examine": "These steel-headed arrows are ablaze with fire.", "wiki_name": "Steel fire arrow (Lit)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_fire_arrow#Lit", "equipment": { @@ -39182,8 +34805,6 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "release_date": "2004-04-15", - "examine": "Arrows with mithril heads wrapped in oily cloth.", "wiki_name": "Mithril fire arrow (Unlit)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_fire_arrow#Unlit", "equipment": { @@ -39219,8 +34840,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "release_date": "2004-04-15", - "examine": "These mithril-headed arrows are ablaze with fire.", "wiki_name": "Mithril fire arrow (Lit)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_fire_arrow#Lit", "equipment": { @@ -39256,8 +34875,6 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "release_date": "2004-04-15", - "examine": "Arrows with adamant heads wrapped in oily cloth.", "wiki_name": "Adamant fire arrow (Unlit)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_fire_arrow#Unlit", "equipment": { @@ -39293,8 +34910,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "release_date": "2004-04-15", - "examine": "These adamant-headed arrows are ablaze with fire.", "wiki_name": "Adamant fire arrow (Lit)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_fire_arrow#Lit", "equipment": { @@ -39330,8 +34945,6 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "release_date": "2004-04-15", - "examine": "Arrows with rune heads wrapped in oily cloth.", "wiki_name": "Rune fire arrow (Unlit)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_fire_arrow#Unlit", "equipment": { @@ -39367,8 +34980,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "release_date": "2004-04-15", - "examine": "These rune-headed arrows are ablaze with fire.", "wiki_name": "Rune fire arrow (Lit)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_fire_arrow#Lit", "equipment": { @@ -39405,10 +35016,7 @@ "cost": 900, "lowalch": 360, "highalch": 540, - "weight": 0.006, "buy_limit": 10000, - "release_date": "2004-04-20", - "examine": "An enchanted ring.", "wiki_name": "Ring of recoil", "wiki_url": "https://oldschool.runescape.wiki/w/Ring_of_recoil", "equipment": { @@ -39443,10 +35051,7 @@ "cost": 1275, "lowalch": 510, "highalch": 765, - "weight": 0.006, "buy_limit": 15000, - "release_date": "2004-04-20", - "examine": "An enchanted ring.", "wiki_name": "Ring of dueling (8)", "wiki_url": "https://oldschool.runescape.wiki/w/Ring_of_dueling#(8)", "equipment": { @@ -39480,9 +35085,6 @@ "cost": 1275, "lowalch": 510, "highalch": 765, - "weight": 0.006, - "release_date": "2004-04-20", - "examine": "An enchanted ring.", "wiki_name": "Ring of dueling (7)", "wiki_url": "https://oldschool.runescape.wiki/w/Ring_of_dueling#(7)", "equipment": { @@ -39516,9 +35118,6 @@ "cost": 1275, "lowalch": 510, "highalch": 765, - "weight": 0.006, - "release_date": "2004-04-20", - "examine": "An enchanted ring.", "wiki_name": "Ring of dueling (6)", "wiki_url": "https://oldschool.runescape.wiki/w/Ring_of_dueling#(6)", "equipment": { @@ -39552,9 +35151,6 @@ "cost": 1275, "lowalch": 510, "highalch": 765, - "weight": 0.006, - "release_date": "2004-04-20", - "examine": "An enchanted ring.", "wiki_name": "Ring of dueling (5)", "wiki_url": "https://oldschool.runescape.wiki/w/Ring_of_dueling#(5)", "equipment": { @@ -39588,9 +35184,6 @@ "cost": 1275, "lowalch": 510, "highalch": 765, - "weight": 0.006, - "release_date": "2004-04-20", - "examine": "An enchanted ring.", "wiki_name": "Ring of dueling (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Ring_of_dueling#(4)", "equipment": { @@ -39624,9 +35217,6 @@ "cost": 1275, "lowalch": 510, "highalch": 765, - "weight": 0.006, - "release_date": "2004-04-20", - "examine": "An enchanted ring.", "wiki_name": "Ring of dueling (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Ring_of_dueling#(3)", "equipment": { @@ -39660,9 +35250,6 @@ "cost": 1275, "lowalch": 510, "highalch": 765, - "weight": 0.006, - "release_date": "2004-04-20", - "examine": "An enchanted ring.", "wiki_name": "Ring of dueling (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Ring_of_dueling#(2)", "equipment": { @@ -39696,9 +35283,6 @@ "cost": 1275, "lowalch": 510, "highalch": 765, - "weight": 0.006, - "release_date": "2004-04-20", - "examine": "An enchanted ring.", "wiki_name": "Ring of dueling (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Ring_of_dueling#(1)", "equipment": { @@ -39732,10 +35316,7 @@ "cost": 2025, "lowalch": 810, "highalch": 1215, - "weight": 0.006, "buy_limit": 10000, - "release_date": "2004-04-20", - "examine": "An enchanted ring.", "wiki_name": "Ring of forging", "wiki_url": "https://oldschool.runescape.wiki/w/Ring_of_forging", "equipment": { @@ -39770,10 +35351,7 @@ "cost": 3525, "lowalch": 1410, "highalch": 2115, - "weight": 0.006, "buy_limit": 10000, - "release_date": "2004-04-20", - "examine": "An enchanted ring.", "wiki_name": "Ring of life", "wiki_url": "https://oldschool.runescape.wiki/w/Ring_of_life", "equipment": { @@ -39808,10 +35386,7 @@ "cost": 17625, "lowalch": 7050, "highalch": 10575, - "weight": 0.006, "buy_limit": 10000, - "release_date": "2004-04-20", - "examine": "It can be charged at the Fountain of Rune.", "wiki_name": "Ring of wealth (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Ring_of_wealth#Uncharged", "equipment": { @@ -39841,9 +35416,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.2, - "release_date": "2004-05-05", - "examine": "Used by navigators to find their position in Gielinor.", "wiki_name": "Sextant", "wiki_url": "https://oldschool.runescape.wiki/w/Sextant", "price": 0 @@ -39855,9 +35427,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.1, - "release_date": "2004-05-05", - "examine": "A fine looking time piece.", "wiki_name": "Watch", "wiki_url": "https://oldschool.runescape.wiki/w/Watch", "price": 0 @@ -39869,9 +35438,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.01, - "release_date": "2004-05-05", - "examine": "A navigator's chart of Gielinor.", "wiki_name": "Chart", "wiki_url": "https://oldschool.runescape.wiki/w/Chart", "price": 0 @@ -39888,10 +35454,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.283, "buy_limit": 8, - "release_date": "2004-05-05", - "examine": "Lightweight boots ideal for rangers.", "wiki_name": "Ranger boots", "wiki_url": "https://oldschool.runescape.wiki/w/Ranger_boots", "equipment": { @@ -39929,10 +35492,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.283, "buy_limit": 8, - "release_date": "2004-05-05", - "examine": "Slightly magical boots.", "wiki_name": "Wizard boots", "wiki_url": "https://oldschool.runescape.wiki/w/Wizard_boots", "equipment": { @@ -39970,10 +35530,7 @@ "cost": 450, "lowalch": 180, "highalch": 270, - "weight": 0.283, "buy_limit": 8, - "release_date": "2004-05-05", - "examine": "Endorsed by Robin Hood.", "wiki_name": "Robin hood hat", "wiki_url": "https://oldschool.runescape.wiki/w/Robin_hood_hat", "equipment": { @@ -40010,10 +35567,7 @@ "cost": 3840, "lowalch": 1536, "highalch": 2304, - "weight": 9.979, "buy_limit": 8, - "release_date": "2004-05-05", - "examine": "Black platebody with trim.", "wiki_name": "Black platebody (t)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_platebody_(t)", "equipment": { @@ -40049,10 +35603,7 @@ "cost": 1920, "lowalch": 768, "highalch": 1152, - "weight": 9.071, "buy_limit": 8, - "release_date": "2004-05-05", - "examine": "Black platelegs with trim.", "wiki_name": "Black platelegs (t)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_platelegs_(t)", "equipment": { @@ -40088,10 +35639,7 @@ "cost": 1056, "lowalch": 422, "highalch": 633, - "weight": 2.721, "buy_limit": 8, - "release_date": "2004-05-05", - "examine": "Black full helmet with trim.", "wiki_name": "Black full helm (t)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_full_helm_(t)", "equipment": { @@ -40127,10 +35675,7 @@ "cost": 1632, "lowalch": 652, "highalch": 979, - "weight": 5.443, "buy_limit": 8, - "release_date": "2004-05-05", - "examine": "Black kiteshield with trim.", "wiki_name": "Black kiteshield (t)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_kiteshield_(t)", "equipment": { @@ -40166,10 +35711,7 @@ "cost": 3840, "lowalch": 1536, "highalch": 2304, - "weight": 9.979, "buy_limit": 8, - "release_date": "2004-05-05", - "examine": "Black platebody with gold trim.", "wiki_name": "Black platebody (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_platebody_(g)", "equipment": { @@ -40205,10 +35747,7 @@ "cost": 1920, "lowalch": 768, "highalch": 1152, - "weight": 9.071, "buy_limit": 8, - "release_date": "2004-05-05", - "examine": "Black platelegs with gold trim.", "wiki_name": "Black platelegs (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_platelegs_(g)", "equipment": { @@ -40244,10 +35783,7 @@ "cost": 1056, "lowalch": 422, "highalch": 633, - "weight": 2.721, "buy_limit": 8, - "release_date": "2004-05-05", - "examine": "Black full helmet with gold trim.", "wiki_name": "Black full helm (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_full_helm_(g)", "equipment": { @@ -40283,10 +35819,7 @@ "cost": 1632, "lowalch": 652, "highalch": 979, - "weight": 5.443, "buy_limit": 8, - "release_date": "2004-05-05", - "examine": "Black kiteshield with gold trim.", "wiki_name": "Black kiteshield (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_kiteshield_(g)", "equipment": { @@ -40322,10 +35855,7 @@ "cost": 16640, "lowalch": 6656, "highalch": 9984, - "weight": 11.339, "buy_limit": 8, - "release_date": "2004-05-05", - "examine": "Adamant platebody with trim.", "wiki_name": "Adamant platebody (t)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_platebody_(t)", "equipment": { @@ -40361,10 +35891,7 @@ "cost": 6400, "lowalch": 2560, "highalch": 3840, - "weight": 10.432, "buy_limit": 8, - "release_date": "2004-05-05", - "examine": "Adamant platelegs with trim.", "wiki_name": "Adamant platelegs (t)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_platelegs_(t)", "equipment": { @@ -40400,10 +35927,7 @@ "cost": 5440, "lowalch": 2176, "highalch": 3264, - "weight": 5.896, "buy_limit": 8, - "release_date": "2004-05-05", - "examine": "Adamant kiteshield with trim.", "wiki_name": "Adamant kiteshield (t)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_kiteshield_(t)", "equipment": { @@ -40439,10 +35963,7 @@ "cost": 3520, "lowalch": 1408, "highalch": 2112, - "weight": 3.175, "buy_limit": 8, - "release_date": "2004-05-05", - "examine": "Adamant full helmet with trim.", "wiki_name": "Adamant full helm (t)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_full_helm_(t)", "equipment": { @@ -40478,10 +35999,7 @@ "cost": 16640, "lowalch": 6656, "highalch": 9984, - "weight": 11.339, "buy_limit": 8, - "release_date": "2004-05-05", - "examine": "Adamant platebody with gold trim.", "wiki_name": "Adamant platebody (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_platebody_(g)", "equipment": { @@ -40517,10 +36035,7 @@ "cost": 6400, "lowalch": 2560, "highalch": 3840, - "weight": 10.432, "buy_limit": 8, - "release_date": "2004-05-05", - "examine": "Adamant platelegs with gold trim.", "wiki_name": "Adamant platelegs (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_platelegs_(g)", "equipment": { @@ -40556,10 +36071,7 @@ "cost": 5440, "lowalch": 2176, "highalch": 3264, - "weight": 5.896, "buy_limit": 8, - "release_date": "2004-05-05", - "examine": "Adamant kiteshield with gold trim.", "wiki_name": "Adamant kiteshield (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_kiteshield_(g)", "equipment": { @@ -40595,10 +36107,7 @@ "cost": 3520, "lowalch": 1408, "highalch": 2112, - "weight": 3.175, "buy_limit": 8, - "release_date": "2004-05-05", - "examine": "Adamant full helmet with gold trim.", "wiki_name": "Adamant full helm (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_full_helm_(g)", "equipment": { @@ -40634,10 +36143,7 @@ "cost": 65000, "lowalch": 26000, "highalch": 39000, - "weight": 9.979, "buy_limit": 8, - "release_date": "2004-05-05", - "examine": "Rune platebody with gold trim.", "wiki_name": "Rune platebody (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_platebody_(g)", "equipment": { @@ -40673,10 +36179,7 @@ "cost": 64000, "lowalch": 25600, "highalch": 38400, - "weight": 9.071, "buy_limit": 8, - "release_date": "2004-05-05", - "examine": "Rune platelegs with gold trim.", "wiki_name": "Rune platelegs (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_platelegs_(g)", "equipment": { @@ -40712,10 +36215,7 @@ "cost": 35200, "lowalch": 14080, "highalch": 21120, - "weight": 2.721, "buy_limit": 8, - "release_date": "2004-05-05", - "examine": "Rune full helmet with gold trim.", "wiki_name": "Rune full helm (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_full_helm_(g)", "equipment": { @@ -40751,10 +36251,7 @@ "cost": 54400, "lowalch": 21760, "highalch": 32640, - "weight": 5.443, "buy_limit": 8, - "release_date": "2004-05-05", - "examine": "Rune kiteshield with gold trim.", "wiki_name": "Rune kiteshield (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_kiteshield_(g)", "equipment": { @@ -40790,10 +36287,7 @@ "cost": 65000, "lowalch": 26000, "highalch": 39000, - "weight": 9.979, "buy_limit": 8, - "release_date": "2004-05-05", - "examine": "Rune platebody with trim.", "wiki_name": "Rune platebody (t)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_platebody_(t)", "equipment": { @@ -40829,10 +36323,7 @@ "cost": 64000, "lowalch": 25600, "highalch": 38400, - "weight": 9.071, "buy_limit": 8, - "release_date": "2004-05-05", - "examine": "Rune platelegs with trim.", "wiki_name": "Rune platelegs (t)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_platelegs_(t)", "equipment": { @@ -40868,10 +36359,7 @@ "cost": 35200, "lowalch": 14080, "highalch": 21120, - "weight": 2.721, "buy_limit": 8, - "release_date": "2004-05-05", - "examine": "Rune full helmet with trim.", "wiki_name": "Rune full helm (t)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_full_helm_(t)", "equipment": { @@ -40907,10 +36395,7 @@ "cost": 54400, "lowalch": 21760, "highalch": 32640, - "weight": 5.443, "buy_limit": 8, - "release_date": "2004-05-05", - "examine": "Rune kiteshield with trim.", "wiki_name": "Rune kiteshield (t)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_kiteshield_(t)", "equipment": { @@ -40947,10 +36432,7 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, "buy_limit": 4, - "release_date": "2004-05-05", - "examine": "Your money or your life!", "wiki_name": "Highwayman mask", "wiki_url": "https://oldschool.runescape.wiki/w/Highwayman_mask", "equipment": { @@ -40985,10 +36467,7 @@ "cost": 80, "lowalch": 32, "highalch": 48, - "weight": 0.04, "buy_limit": 4, - "release_date": "2004-05-05", - "examine": "Parlez-vous francais?", "wiki_name": "Blue beret", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_beret", "equipment": { @@ -41023,10 +36502,7 @@ "cost": 80, "lowalch": 32, "highalch": 48, - "weight": 0.04, "buy_limit": 4, - "release_date": "2004-05-05", - "examine": "Parlez-vous francais?", "wiki_name": "Black beret", "wiki_url": "https://oldschool.runescape.wiki/w/Black_beret", "equipment": { @@ -41061,10 +36537,7 @@ "cost": 80, "lowalch": 32, "highalch": 48, - "weight": 0.04, "buy_limit": 4, - "release_date": "2004-05-05", - "examine": "Parlez-vous francais?", "wiki_name": "White beret", "wiki_url": "https://oldschool.runescape.wiki/w/White_beret", "equipment": { @@ -41099,10 +36572,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.08, "buy_limit": 4, - "release_date": "2004-05-05", - "examine": "All for one and one for all!", "wiki_name": "Tan cavalier", "wiki_url": "https://oldschool.runescape.wiki/w/Tan_cavalier", "equipment": { @@ -41137,10 +36607,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.001, "buy_limit": 4, - "release_date": "2004-05-05", - "examine": "All for one and one for all!", "wiki_name": "Dark cavalier", "wiki_url": "https://oldschool.runescape.wiki/w/Dark_cavalier", "equipment": { @@ -41175,10 +36642,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.08, "buy_limit": 4, - "release_date": "2004-05-05", - "examine": "All for one and one for all!", "wiki_name": "Black cavalier", "wiki_url": "https://oldschool.runescape.wiki/w/Black_cavalier", "equipment": { @@ -41213,10 +36677,7 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.04, "buy_limit": 4, - "release_date": "2004-05-05", - "examine": "A minimalist's hat.", "wiki_name": "Red headband", "wiki_url": "https://oldschool.runescape.wiki/w/Red_headband", "equipment": { @@ -41251,10 +36712,7 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.04, "buy_limit": 4, - "release_date": "2004-05-05", - "examine": "A minimalist's hat.", "wiki_name": "Black headband", "wiki_url": "https://oldschool.runescape.wiki/w/Black_headband", "equipment": { @@ -41289,10 +36747,7 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.04, "buy_limit": 4, - "release_date": "2004-05-05", - "examine": "A minimalist's hat.", "wiki_name": "Brown headband", "wiki_url": "https://oldschool.runescape.wiki/w/Brown_headband", "equipment": { @@ -41327,10 +36782,7 @@ "cost": 180, "lowalch": 72, "highalch": 108, - "weight": 0.001, "buy_limit": 4, - "release_date": "2004-05-05", - "examine": "Shiver me timbers!", "wiki_name": "Pirate's hat", "wiki_url": "https://oldschool.runescape.wiki/w/Pirate's_hat", "equipment": { @@ -41364,10 +36816,7 @@ "cost": 65000, "lowalch": 26000, "highalch": 39000, - "weight": 9.979, "buy_limit": 8, - "release_date": "2004-05-05", - "examine": "Rune platebody in the colours of Zamorak.", "wiki_name": "Zamorak platebody", "wiki_url": "https://oldschool.runescape.wiki/w/Zamorak_platebody", "equipment": { @@ -41403,10 +36852,7 @@ "cost": 64000, "lowalch": 25600, "highalch": 38400, - "weight": 9.071, "buy_limit": 8, - "release_date": "2004-05-05", - "examine": "Rune platelegs in the colours of Zamorak.", "wiki_name": "Zamorak platelegs", "wiki_url": "https://oldschool.runescape.wiki/w/Zamorak_platelegs", "equipment": { @@ -41442,10 +36888,7 @@ "cost": 35200, "lowalch": 14080, "highalch": 21120, - "weight": 2.721, "buy_limit": 8, - "release_date": "2004-05-05", - "examine": "Rune full helmet in the colours of Zamorak.", "wiki_name": "Zamorak full helm", "wiki_url": "https://oldschool.runescape.wiki/w/Zamorak_full_helm", "equipment": { @@ -41481,10 +36924,7 @@ "cost": 54400, "lowalch": 21760, "highalch": 32640, - "weight": 5.443, "buy_limit": 8, - "release_date": "2004-05-05", - "examine": "Rune kiteshield in the colours of Zamorak.", "wiki_name": "Zamorak kiteshield", "wiki_url": "https://oldschool.runescape.wiki/w/Zamorak_kiteshield", "equipment": { @@ -41520,10 +36960,7 @@ "cost": 65000, "lowalch": 26000, "highalch": 39000, - "weight": 9.979, "buy_limit": 8, - "release_date": "2004-05-05", - "examine": "Rune platebody in the colours of Saradomin.", "wiki_name": "Saradomin platebody", "wiki_url": "https://oldschool.runescape.wiki/w/Saradomin_platebody", "equipment": { @@ -41559,10 +36996,7 @@ "cost": 64000, "lowalch": 25600, "highalch": 38400, - "weight": 9.071, "buy_limit": 8, - "release_date": "2004-05-05", - "examine": "Rune platelegs in the colours of Saradomin.", "wiki_name": "Saradomin platelegs", "wiki_url": "https://oldschool.runescape.wiki/w/Saradomin_platelegs", "equipment": { @@ -41598,10 +37032,7 @@ "cost": 35200, "lowalch": 14080, "highalch": 21120, - "weight": 2.721, "buy_limit": 8, - "release_date": "2004-05-05", - "examine": "Rune full helmet in the colours of Saradomin.", "wiki_name": "Saradomin full helm", "wiki_url": "https://oldschool.runescape.wiki/w/Saradomin_full_helm", "equipment": { @@ -41637,10 +37068,7 @@ "cost": 54400, "lowalch": 21760, "highalch": 32640, - "weight": 5.443, "buy_limit": 8, - "release_date": "2004-05-05", - "examine": "Rune kiteshield in the colours of Saradomin.", "wiki_name": "Saradomin kiteshield", "wiki_url": "https://oldschool.runescape.wiki/w/Saradomin_kiteshield", "equipment": { @@ -41676,10 +37104,7 @@ "cost": 65000, "lowalch": 26000, "highalch": 39000, - "weight": 9.979, "buy_limit": 8, - "release_date": "2004-05-05", - "examine": "Rune platebody in the colours of Guthix.", "wiki_name": "Guthix platebody", "wiki_url": "https://oldschool.runescape.wiki/w/Guthix_platebody", "equipment": { @@ -41715,10 +37140,7 @@ "cost": 64000, "lowalch": 25600, "highalch": 38400, - "weight": 9.071, "buy_limit": 8, - "release_date": "2004-05-05", - "examine": "Rune plate legs in the colours of Guthix.", "wiki_name": "Guthix platelegs", "wiki_url": "https://oldschool.runescape.wiki/w/Guthix_platelegs", "equipment": { @@ -41754,10 +37176,7 @@ "cost": 35200, "lowalch": 14080, "highalch": 21120, - "weight": 2.721, "buy_limit": 8, - "release_date": "2004-05-05", - "examine": "A rune full face helmet in the colours of Guthix.", "wiki_name": "Guthix full helm", "wiki_url": "https://oldschool.runescape.wiki/w/Guthix_full_helm", "equipment": { @@ -41793,10 +37212,7 @@ "cost": 54400, "lowalch": 21760, "highalch": 32640, - "weight": 5.443, "buy_limit": 8, - "release_date": "2004-05-05", - "examine": "Rune kiteshield in the colours of Guthix.", "wiki_name": "Guthix kiteshield", "wiki_url": "https://oldschool.runescape.wiki/w/Guthix_kiteshield", "equipment": { @@ -41828,9 +37244,6 @@ "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 @@ -41842,9 +37255,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 5, - "release_date": "2004-05-05", - "examine": "I hope there's treasure in it.", "wiki_name": "Casket (discontinued) (Easy)", "wiki_url": "https://oldschool.runescape.wiki/w/Casket_(discontinued)#Easy", "price": 0 @@ -41857,8 +37267,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "release_date": "2004-05-05", - "examine": "I hope there's treasure in it.", "wiki_name": "Casket (unobtainable item) (Champions' Guild)", "wiki_url": "https://oldschool.runescape.wiki/w/Casket_(unobtainable_item)#Champions'_Guild", "price": 0 @@ -41871,8 +37279,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "release_date": "2004-05-05", - "examine": "I hope there's treasure in it.", "wiki_name": "Casket (unobtainable item) (Varrock mine)", "wiki_url": "https://oldschool.runescape.wiki/w/Casket_(unobtainable_item)#Varrock_mine", "price": 0 @@ -41885,8 +37291,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "release_date": "2004-05-05", - "examine": "I hope there's treasure in it.", "wiki_name": "Casket (unobtainable item) (Falador)", "wiki_url": "https://oldschool.runescape.wiki/w/Casket_(unobtainable_item)#Falador", "price": 0 @@ -41898,9 +37302,6 @@ "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 @@ -41912,9 +37313,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 5, - "release_date": "2004-05-05", - "examine": "I hope there's treasure in it.", "wiki_name": "Casket (discontinued) (Hard)", "wiki_url": "https://oldschool.runescape.wiki/w/Casket_(discontinued)#Hard", "price": 0 @@ -41926,9 +37324,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.1, - "release_date": "2004-05-05", - "examine": "I need to solve this!", "wiki_name": "Puzzle box (Castle)", "wiki_url": "https://oldschool.runescape.wiki/w/Puzzle_box#Castle", "price": 0 @@ -41940,9 +37335,6 @@ "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 @@ -41954,9 +37346,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 5, - "release_date": "2004-05-05", - "examine": "I hope there's treasure in it.", "wiki_name": "Casket (discontinued) (Medium)", "wiki_url": "https://oldschool.runescape.wiki/w/Casket_(discontinued)#Medium", "price": 0 @@ -41968,9 +37357,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.01, - "release_date": "2004-05-05", - "examine": "A key to unlock a treasure chest.", "wiki_name": "Key (Treasure Trails) (Medium)", "wiki_url": "https://oldschool.runescape.wiki/w/Key_(Treasure_Trails)#Medium", "price": 0 @@ -41982,9 +37368,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.02, - "release_date": "2004-05-05", - "examine": "I need to answer this correctly.", "wiki_name": "Challenge scroll (Medium)", "wiki_url": "https://oldschool.runescape.wiki/w/Challenge_scroll#Medium", "price": 0 @@ -41999,10 +37382,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, "buy_limit": 13000, - "release_date": "2004-05-18", - "examine": "Bones of a recently slain wolf.", "wiki_name": "Wolf bones", "wiki_url": "https://oldschool.runescape.wiki/w/Wolf_bones", "price": 688 @@ -42018,8 +37398,6 @@ "lowalch": 1, "highalch": 1, "buy_limit": 7000, - "release_date": "2004-05-18", - "examine": "I can make an ogre arrow with these.", "wiki_name": "Wolfbone arrowtips", "wiki_url": "https://oldschool.runescape.wiki/w/Wolfbone_arrowtips", "price": 39 @@ -42034,10 +37412,7 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 1.36, "buy_limit": 13000, - "release_date": "2004-05-18", - "examine": "These logs are longer than normal.", "wiki_name": "Achey tree logs", "wiki_url": "https://oldschool.runescape.wiki/w/Achey_tree_logs", "price": 369 @@ -42053,8 +37428,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 7000, - "release_date": "2004-05-18", - "examine": "A wooden arrow shaft.", "wiki_name": "Ogre arrow shaft", "wiki_url": "https://oldschool.runescape.wiki/w/Ogre_arrow_shaft", "price": 93 @@ -42070,8 +37443,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 7000, - "release_date": "2004-05-18", - "examine": "A wooden arrow shaft with four flights attached.", "wiki_name": "Flighted ogre arrow", "wiki_url": "https://oldschool.runescape.wiki/w/Flighted_ogre_arrow", "price": 145 @@ -42089,8 +37460,6 @@ "lowalch": 10, "highalch": 15, "buy_limit": 7000, - "release_date": "2004-05-18", - "examine": "A large ogre arrow with a bone tip.", "wiki_name": "Ogre arrow", "wiki_url": "https://oldschool.runescape.wiki/w/Ogre_arrow", "equipment": { @@ -42122,9 +37491,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.51, - "release_date": "2004-05-18", - "examine": "A large pair of ogre bellows.", "wiki_name": "Ogre bellows (Empty)", "wiki_url": "https://oldschool.runescape.wiki/w/Ogre_bellows#Empty", "price": 0 @@ -42136,9 +37502,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.51, - "release_date": "2004-05-18", - "examine": "A large pair of ogre bellows, it has three loads of swamp gas in it.", "wiki_name": "Ogre bellows (3 loads)", "wiki_url": "https://oldschool.runescape.wiki/w/Ogre_bellows#3_loads", "price": 0 @@ -42150,9 +37513,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.51, - "release_date": "2004-05-18", - "examine": "A large pair of ogre bellows, it has two loads of swamp gas in it.", "wiki_name": "Ogre bellows (2 loads)", "wiki_url": "https://oldschool.runescape.wiki/w/Ogre_bellows#2_loads", "price": 0 @@ -42164,9 +37524,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.51, - "release_date": "2004-05-18", - "examine": "A large pair of ogre bellows, it has one load of swamp gas in it.", "wiki_name": "Ogre bellows (1 load)", "wiki_url": "https://oldschool.runescape.wiki/w/Ogre_bellows#1_load", "price": 0 @@ -42178,9 +37535,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.75, - "release_date": "2004-05-18", - "examine": "An inflated toad.", "wiki_name": "Bloated toad", "wiki_url": "https://oldschool.runescape.wiki/w/Bloated_toad", "price": 0 @@ -42195,10 +37549,7 @@ "cost": 85, "lowalch": 34, "highalch": 51, - "weight": 10, "buy_limit": 13000, - "release_date": "2004-05-18", - "examine": "I need to cook this first.", "wiki_name": "Raw chompy", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_chompy", "price": 2582 @@ -42213,10 +37564,7 @@ "cost": 130, "lowalch": 52, "highalch": 78, - "weight": 10, "buy_limit": 6000, - "release_date": "2004-05-18", - "examine": "It might look delicious to an ogre.", "wiki_name": "Cooked chompy", "wiki_url": "https://oldschool.runescape.wiki/w/Cooked_chompy", "price": 111 @@ -42230,9 +37578,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 10, - "release_date": "2004-05-18", - "examine": "It's really burnt.", "wiki_name": "Ruined chompy", "wiki_url": "https://oldschool.runescape.wiki/w/Ruined_chompy", "price": 0 @@ -42242,9 +37587,6 @@ "name": "Seasoned chompy", "members": true, "cost": 10, - "weight": 10, - "release_date": "2004-05-18", - "examine": "It has been deliciously seasoned to taste wonderful for ogres.", "wiki_name": "Seasoned chompy", "wiki_url": "https://oldschool.runescape.wiki/w/Seasoned_chompy", "price": 0 @@ -42259,9 +37601,6 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 1.814, - "release_date": "2004-05-18", - "examine": "More powerful than a normal bow, useful against large game birds.", "wiki_name": "Ogre bow", "wiki_url": "https://oldschool.runescape.wiki/w/Ogre_bow", "equipment": { @@ -42318,9 +37657,6 @@ "name": "Battered book", "members": true, "cost": 10, - "weight": 0.113, - "release_date": "2004-06-02", - "examine": "Book of the elemental shield.", "wiki_name": "Battered book", "wiki_url": "https://oldschool.runescape.wiki/w/Battered_book", "price": 0 @@ -42332,9 +37668,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2004-06-02", - "examine": "An old battered key.", "wiki_name": "Battered key", "wiki_url": "https://oldschool.runescape.wiki/w/Battered_key", "price": 0 @@ -42346,9 +37679,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.141, - "release_date": "2004-06-02", - "examine": "This is an empty stone bowl.", "wiki_name": "A stone bowl (Empty)", "wiki_url": "https://oldschool.runescape.wiki/w/A_stone_bowl#Empty", "price": 0 @@ -42360,9 +37690,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.226, - "release_date": "2004-06-02", - "examine": "This is a stone bowl full of lava.", "wiki_name": "A stone bowl (Full)", "wiki_url": "https://oldschool.runescape.wiki/w/A_stone_bowl#Full", "price": 0 @@ -42379,10 +37706,7 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.226, "buy_limit": 70, - "release_date": "2004-06-02", - "examine": "A magic shield.", "wiki_name": "Elemental shield", "wiki_url": "https://oldschool.runescape.wiki/w/Elemental_shield", "equipment": { @@ -42412,9 +37736,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 2.267, - "release_date": "2004-06-02", - "examine": "This needs refining.", "wiki_name": "Elemental ore", "wiki_url": "https://oldschool.runescape.wiki/w/Elemental_ore", "price": 0 @@ -42426,9 +37747,6 @@ "cost": 8, "lowalch": 3, "highalch": 4, - "weight": 1.814, - "release_date": "2004-06-02", - "examine": "It's a bar of refined elemental ore.", "wiki_name": "Elemental metal", "wiki_url": "https://oldschool.runescape.wiki/w/Elemental_metal", "price": 0 @@ -42444,10 +37762,7 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 0.34, "buy_limit": 150, - "release_date": "2004-06-29", - "examine": "Very stylish!", "wiki_name": "Grey boots", "wiki_url": "https://oldschool.runescape.wiki/w/Grey_boots", "equipment": { @@ -42482,10 +37797,7 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 0.907, "buy_limit": 150, - "release_date": "2004-06-29", - "examine": "Some fine werewolf clothing.", "wiki_name": "Grey robe top", "wiki_url": "https://oldschool.runescape.wiki/w/Grey_robe_top", "equipment": { @@ -42520,10 +37832,7 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 0.907, "buy_limit": 150, - "release_date": "2004-06-29", - "examine": "Made by werewolves for werewolves.", "wiki_name": "Grey robe bottoms", "wiki_url": "https://oldschool.runescape.wiki/w/Grey_robe_bottoms", "equipment": { @@ -42558,10 +37867,7 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 0.453, "buy_limit": 150, - "release_date": "2004-06-29", - "examine": "A silly pointed hat.", "wiki_name": "Grey hat", "wiki_url": "https://oldschool.runescape.wiki/w/Grey_hat", "equipment": { @@ -42595,10 +37901,7 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 0.453, "buy_limit": 150, - "release_date": "2004-06-29", - "examine": "These will keep my hands warm!", "wiki_name": "Grey gloves", "wiki_url": "https://oldschool.runescape.wiki/w/Grey_gloves", "equipment": { @@ -42632,10 +37935,7 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 0.34, "buy_limit": 150, - "release_date": "2004-06-29", - "examine": "Very stylish!", "wiki_name": "Red boots", "wiki_url": "https://oldschool.runescape.wiki/w/Red_boots", "equipment": { @@ -42670,10 +37970,7 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 0.907, "buy_limit": 150, - "release_date": "2004-06-29", - "examine": "Some fine werewolf clothing.", "wiki_name": "Red robe top", "wiki_url": "https://oldschool.runescape.wiki/w/Red_robe_top", "equipment": { @@ -42708,10 +38005,7 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 0.907, "buy_limit": 150, - "release_date": "2004-06-29", - "examine": "Made by werewolves for werewolves.", "wiki_name": "Red robe bottoms", "wiki_url": "https://oldschool.runescape.wiki/w/Red_robe_bottoms", "equipment": { @@ -42746,10 +38040,7 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 0.453, "buy_limit": 150, - "release_date": "2004-06-29", - "examine": "A silly pointed hat.", "wiki_name": "Red hat", "wiki_url": "https://oldschool.runescape.wiki/w/Red_hat", "equipment": { @@ -42783,10 +38074,7 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 0.453, "buy_limit": 150, - "release_date": "2004-06-29", - "examine": "These will keep my hands warm!", "wiki_name": "Red gloves", "wiki_url": "https://oldschool.runescape.wiki/w/Red_gloves", "equipment": { @@ -42820,10 +38108,7 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 0.34, "buy_limit": 150, - "release_date": "2004-06-29", - "examine": "Very stylish!", "wiki_name": "Yellow boots", "wiki_url": "https://oldschool.runescape.wiki/w/Yellow_boots", "equipment": { @@ -42858,10 +38143,7 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 0.907, "buy_limit": 150, - "release_date": "2004-06-29", - "examine": "Some fine werewolf clothing.", "wiki_name": "Yellow robe top", "wiki_url": "https://oldschool.runescape.wiki/w/Yellow_robe_top", "equipment": { @@ -42896,10 +38178,7 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 0.907, "buy_limit": 150, - "release_date": "2004-06-29", - "examine": "Made by werewolves for werewolves.", "wiki_name": "Yellow robe bottoms", "wiki_url": "https://oldschool.runescape.wiki/w/Yellow_robe_bottoms", "equipment": { @@ -42934,10 +38213,7 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 0.453, "buy_limit": 150, - "release_date": "2004-06-29", - "examine": "A silly pointed hat.", "wiki_name": "Yellow hat", "wiki_url": "https://oldschool.runescape.wiki/w/Yellow_hat", "equipment": { @@ -42971,10 +38247,7 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 0.453, "buy_limit": 150, - "release_date": "2004-06-29", - "examine": "These will keep my hands warm!", "wiki_name": "Yellow gloves", "wiki_url": "https://oldschool.runescape.wiki/w/Yellow_gloves", "equipment": { @@ -43008,10 +38281,7 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 0.34, "buy_limit": 150, - "release_date": "2004-06-29", - "examine": "Very stylish!", "wiki_name": "Teal boots", "wiki_url": "https://oldschool.runescape.wiki/w/Teal_boots", "equipment": { @@ -43046,10 +38316,7 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 0.907, "buy_limit": 150, - "release_date": "2004-06-29", - "examine": "Some fine werewolf clothing.", "wiki_name": "Teal robe top", "wiki_url": "https://oldschool.runescape.wiki/w/Teal_robe_top", "equipment": { @@ -43084,10 +38351,7 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 0.907, "buy_limit": 150, - "release_date": "2004-06-29", - "examine": "Made by werewolves for werewolves.", "wiki_name": "Teal robe bottoms", "wiki_url": "https://oldschool.runescape.wiki/w/Teal_robe_bottoms", "equipment": { @@ -43122,10 +38386,7 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 0.453, "buy_limit": 150, - "release_date": "2004-06-29", - "examine": "A silly pointed hat.", "wiki_name": "Teal hat", "wiki_url": "https://oldschool.runescape.wiki/w/Teal_hat", "equipment": { @@ -43159,10 +38420,7 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 0.453, "buy_limit": 150, - "release_date": "2004-06-29", - "examine": "These will keep my hands warm!", "wiki_name": "Teal gloves", "wiki_url": "https://oldschool.runescape.wiki/w/Teal_gloves", "equipment": { @@ -43196,10 +38454,7 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 0.34, "buy_limit": 150, - "release_date": "2004-06-29", - "examine": "Very stylish!", "wiki_name": "Purple boots", "wiki_url": "https://oldschool.runescape.wiki/w/Purple_boots", "equipment": { @@ -43234,10 +38489,7 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 0.907, "buy_limit": 150, - "release_date": "2004-06-29", - "examine": "Some fine werewolf clothing.", "wiki_name": "Purple robe top", "wiki_url": "https://oldschool.runescape.wiki/w/Purple_robe_top", "equipment": { @@ -43272,10 +38524,7 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 0.907, "buy_limit": 150, - "release_date": "2004-06-29", - "examine": "Made by werewolves for werewolves.", "wiki_name": "Purple robe bottoms", "wiki_url": "https://oldschool.runescape.wiki/w/Purple_robe_bottoms", "equipment": { @@ -43310,10 +38559,7 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 0.453, "buy_limit": 150, - "release_date": "2004-06-29", - "examine": "A silly pointed hat.", "wiki_name": "Purple hat", "wiki_url": "https://oldschool.runescape.wiki/w/Purple_hat", "equipment": { @@ -43347,10 +38593,7 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 0.453, "buy_limit": 150, - "release_date": "2004-06-29", - "examine": "These will keep my hands warm!", "wiki_name": "Purple gloves", "wiki_url": "https://oldschool.runescape.wiki/w/Purple_gloves", "equipment": { @@ -43380,9 +38623,6 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 0.01, - "release_date": "2004-06-29", - "examine": "A replica key made of solid gold.", "wiki_name": "Golden key", "wiki_url": "https://oldschool.runescape.wiki/w/Golden_key", "price": 0 @@ -43394,9 +38634,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.01, - "release_date": "2004-06-29", - "examine": "A key made of solid Iron.", "wiki_name": "Iron key", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_key", "price": 0 @@ -43408,9 +38645,6 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 0.035, - "release_date": "2004-06-29", - "examine": "A replica tinderbox made of solid gold.", "wiki_name": "Golden tinderbox", "wiki_url": "https://oldschool.runescape.wiki/w/Golden_tinderbox", "price": 0 @@ -43422,9 +38656,6 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 0.028, - "release_date": "2004-06-29", - "examine": "A replica candle made of solid gold.", "wiki_name": "Golden candle", "wiki_url": "https://oldschool.runescape.wiki/w/Golden_candle", "price": 0 @@ -43436,9 +38667,6 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 0.453, - "release_date": "2004-06-29", - "examine": "A replica pot made of solid gold.", "wiki_name": "Golden pot", "wiki_url": "https://oldschool.runescape.wiki/w/Golden_pot", "price": 0 @@ -43450,9 +38678,6 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 0.907, - "release_date": "2004-06-29", - "examine": "A replica hammer made of solid gold.", "wiki_name": "Golden hammer", "wiki_url": "https://oldschool.runescape.wiki/w/Golden_hammer", "price": 0 @@ -43464,9 +38689,6 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 0.002, - "release_date": "2004-06-29", - "examine": "A replica feather made of solid gold.", "wiki_name": "Golden feather (Priest in Peril)", "wiki_url": "https://oldschool.runescape.wiki/w/Golden_feather_(Priest_in_Peril)", "price": 0 @@ -43478,9 +38700,6 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 0.001, - "release_date": "2004-06-29", - "examine": "A replica needle made of solid gold.", "wiki_name": "Golden needle", "wiki_url": "https://oldschool.runescape.wiki/w/Golden_needle", "price": 0 @@ -43495,9 +38714,6 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 0.453, - "release_date": "2004-06-29", - "examine": "A silver dagger that can prevent werewolves changing form.", "wiki_name": "Wolfbane", "wiki_url": "https://oldschool.runescape.wiki/w/Wolfbane", "equipment": { @@ -43561,9 +38777,6 @@ "cost": 6, "lowalch": 2, "highalch": 3, - "weight": 3, - "release_date": "2004-06-29", - "examine": "It's a bucket of murky water.", "wiki_name": "Murky water", "wiki_url": "https://oldschool.runescape.wiki/w/Murky_water", "price": 0 @@ -43575,9 +38788,6 @@ "cost": 6, "lowalch": 2, "highalch": 3, - "weight": 3, - "release_date": "2004-06-29", - "examine": "It's a bucket of blessed water.", "wiki_name": "Blessed water", "wiki_url": "https://oldschool.runescape.wiki/w/Blessed_water", "price": 0 @@ -43592,10 +38802,7 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.55, "buy_limit": 2000, - "release_date": "2004-06-29", - "examine": "A foul smelling brew.", "wiki_name": "Moonlight mead", "wiki_url": "https://oldschool.runescape.wiki/w/Moonlight_mead", "price": 351 @@ -43607,9 +38814,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.01, - "release_date": "2004-07-13", - "examine": "An empty druid pouch.", "wiki_name": "Druid pouch (Empty)", "wiki_url": "https://oldschool.runescape.wiki/w/Druid_pouch#Empty", "price": 0 @@ -43622,8 +38826,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "release_date": "2004-07-13", - "examine": "A druid pouch.", "wiki_name": "Druid pouch (Filled)", "wiki_url": "https://oldschool.runescape.wiki/w/Druid_pouch#Filled", "price": 0 @@ -43637,9 +38839,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2004-07-13", - "examine": "Erhhh! It stinks.", "wiki_name": "Rotten food", "wiki_url": "https://oldschool.runescape.wiki/w/Rotten_food", "price": 0 @@ -43657,10 +38856,7 @@ "cost": 175, "lowalch": 70, "highalch": 105, - "weight": 1.587, "buy_limit": 15, - "release_date": "2004-07-13", - "examine": "It's a silver sickle.", "wiki_name": "Silver sickle", "wiki_url": "https://oldschool.runescape.wiki/w/Silver_sickle", "equipment": { @@ -43727,9 +38923,6 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 1.587, - "release_date": "2004-07-13", - "examine": "It's a blessed silver sickle.", "wiki_name": "Silver sickle (b)", "wiki_url": "https://oldschool.runescape.wiki/w/Silver_sickle_(b)", "equipment": { @@ -43795,9 +38988,6 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.453, - "release_date": "2004-07-13", - "examine": "Used for washing your face, amongst other things.", "wiki_name": "Washing bowl", "wiki_url": "https://oldschool.runescape.wiki/w/Washing_bowl", "price": 0 @@ -43809,9 +38999,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.226, - "release_date": "2004-07-13", - "examine": "A small mirror, probably used for grooming.", "wiki_name": "Mirror", "wiki_url": "https://oldschool.runescape.wiki/w/Mirror", "price": 0 @@ -43823,9 +39010,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.51, - "release_date": "2004-07-13", - "examine": "This must be Filliman Tarlocks personal journal.", "wiki_name": "Journal (Filliman Tarlock)", "wiki_url": "https://oldschool.runescape.wiki/w/Journal_(Filliman_Tarlock)", "price": 0 @@ -43837,9 +39021,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2004-07-13", - "examine": "A druidic spell given to you freely by the spirit of Filliman Tarlock.", "wiki_name": "Druidic spell", "wiki_url": "https://oldschool.runescape.wiki/w/Druidic_spell", "price": 0 @@ -43851,9 +39032,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2004-07-13", - "examine": "A used druidic spell given to you freely by the spirit of Filliman Tarlock.", "wiki_name": "A used spell", "wiki_url": "https://oldschool.runescape.wiki/w/A_used_spell", "price": 0 @@ -43868,10 +39046,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, "buy_limit": 13000, - "release_date": "2004-07-13", - "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": 409 @@ -43886,10 +39061,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, "buy_limit": 13000, - "release_date": "2004-07-13", - "examine": "A cutting from a budding branch.", "wiki_name": "Mort myre stem", "wiki_url": "https://oldschool.runescape.wiki/w/Mort_myre_stem", "price": 725 @@ -43904,10 +39076,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.113, "buy_limit": 13000, - "release_date": "2004-07-13", - "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": 3850 @@ -43922,10 +39091,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.453, "buy_limit": 40, - "release_date": "2004-07-13", - "examine": "Used to make sickles.", "wiki_name": "Sickle mould", "wiki_url": "https://oldschool.runescape.wiki/w/Sickle_mould", "price": 117 @@ -43939,9 +39105,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2004-07-20", - "examine": "A symbol of your chompy bird hunting prowess: Ogre Bowman", "wiki_name": "Chompy bird hat (ogre bowman)", "wiki_url": "https://oldschool.runescape.wiki/w/Chompy_bird_hat_(ogre_bowman)", "equipment": { @@ -43973,9 +39136,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2004-07-20", - "examine": "A symbol of your chompy bird hunting prowess: Bowman", "wiki_name": "Chompy bird hat (bowman)", "wiki_url": "https://oldschool.runescape.wiki/w/Chompy_bird_hat_(bowman)", "equipment": { @@ -44007,9 +39167,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2004-07-20", - "examine": "A symbol of your chompy bird hunting prowess: Ogre Yeoman", "wiki_name": "Chompy bird hat (ogre yeoman)", "wiki_url": "https://oldschool.runescape.wiki/w/Chompy_bird_hat_(ogre_yeoman)", "equipment": { @@ -44041,9 +39198,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2004-07-20", - "examine": "A symbol of your chompy bird hunting prowess: Yeoman", "wiki_name": "Chompy bird hat (yeoman)", "wiki_url": "https://oldschool.runescape.wiki/w/Chompy_bird_hat_(yeoman)", "equipment": { @@ -44075,9 +39229,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2004-07-20", - "examine": "A symbol of your chompy bird hunting prowess: Ogre Marksman", "wiki_name": "Chompy bird hat (ogre marksman)", "wiki_url": "https://oldschool.runescape.wiki/w/Chompy_bird_hat_(ogre_marksman)", "equipment": { @@ -44109,9 +39260,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2004-07-20", - "examine": "A symbol of your chompy bird hunting prowess: Marksman", "wiki_name": "Chompy bird hat (marksman)", "wiki_url": "https://oldschool.runescape.wiki/w/Chompy_bird_hat_(marksman)", "equipment": { @@ -44143,9 +39291,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2004-07-20", - "examine": "A symbol of your chompy bird hunting prowess: Ogre Woodsman", "wiki_name": "Chompy bird hat (ogre woodsman)", "wiki_url": "https://oldschool.runescape.wiki/w/Chompy_bird_hat_(ogre_woodsman)", "equipment": { @@ -44177,9 +39322,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2004-07-20", - "examine": "A symbol of your chompy bird hunting prowess: Woodsman", "wiki_name": "Chompy bird hat (woodsman)", "wiki_url": "https://oldschool.runescape.wiki/w/Chompy_bird_hat_(woodsman)", "equipment": { @@ -44211,9 +39353,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2004-07-20", - "examine": "A symbol of your chompy bird hunting prowess: Ogre Forester", "wiki_name": "Chompy bird hat (ogre forester)", "wiki_url": "https://oldschool.runescape.wiki/w/Chompy_bird_hat_(ogre_forester)", "equipment": { @@ -44245,9 +39384,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2004-07-20", - "examine": "A symbol of your chompy bird hunting prowess: Forester", "wiki_name": "Chompy bird hat (forester)", "wiki_url": "https://oldschool.runescape.wiki/w/Chompy_bird_hat_(forester)", "equipment": { @@ -44279,9 +39415,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2004-07-20", - "examine": "A symbol of your chompy bird hunting prowess: Ogre Bowmaster", "wiki_name": "Chompy bird hat (ogre bowmaster)", "wiki_url": "https://oldschool.runescape.wiki/w/Chompy_bird_hat_(ogre_bowmaster)", "equipment": { @@ -44313,9 +39446,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2004-07-20", - "examine": "A symbol of your chompy bird hunting prowess: Bowmaster", "wiki_name": "Chompy bird hat (bowmaster)", "wiki_url": "https://oldschool.runescape.wiki/w/Chompy_bird_hat_(bowmaster)", "equipment": { @@ -44347,9 +39477,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2004-07-20", - "examine": "A symbol of your chompy bird hunting prowess: Ogre Expert", "wiki_name": "Chompy bird hat (ogre expert)", "wiki_url": "https://oldschool.runescape.wiki/w/Chompy_bird_hat_(ogre_expert)", "equipment": { @@ -44381,9 +39508,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2004-07-20", - "examine": "A symbol of your chompy bird hunting prowess: Expert", "wiki_name": "Chompy bird hat (expert)", "wiki_url": "https://oldschool.runescape.wiki/w/Chompy_bird_hat_(expert)", "equipment": { @@ -44415,9 +39539,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2004-07-20", - "examine": "A symbol of your chompy bird hunting prowess: Ogre Dragon Archer", "wiki_name": "Chompy bird hat (ogre dragon archer)", "wiki_url": "https://oldschool.runescape.wiki/w/Chompy_bird_hat_(ogre_dragon_archer)", "equipment": { @@ -44449,9 +39570,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2004-07-20", - "examine": "A symbol of your chompy bird hunting prowess: Dragon Archer", "wiki_name": "Chompy bird hat (dragon archer)", "wiki_url": "https://oldschool.runescape.wiki/w/Chompy_bird_hat_(dragon_archer)", "equipment": { @@ -44483,9 +39601,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2004-07-20", - "examine": "A symbol of your chompy bird hunting prowess: Expert Ogre Dragon Archer", "wiki_name": "Chompy bird hat (expert ogre dragon archer)", "wiki_url": "https://oldschool.runescape.wiki/w/Chompy_bird_hat_(expert_ogre_dragon_archer)", "equipment": { @@ -44517,9 +39632,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2004-07-20", - "examine": "A symbol of your chompy bird hunting prowess: Expert Dragon Archer", "wiki_name": "Chompy bird hat (expert dragon archer)", "wiki_url": "https://oldschool.runescape.wiki/w/Chompy_bird_hat_(expert_dragon_archer)", "equipment": { @@ -44550,8 +39662,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2004-07-27", - "examine": "I can exchange these for further experience or items.", "wiki_name": "Agility arena ticket", "wiki_url": "https://oldschool.runescape.wiki/w/Agility_arena_ticket", "price": 0 @@ -44568,10 +39678,7 @@ "cost": 89, "lowalch": 35, "highalch": 53, - "weight": 0.3, "buy_limit": 4, - "release_date": "2004-07-27", - "examine": "You should see the shark...", "wiki_name": "Pirate's hook", "wiki_url": "https://oldschool.runescape.wiki/w/Pirate's_hook", "equipment": { @@ -44604,10 +39711,7 @@ "cost": 48, "lowalch": 19, "highalch": 28, - "weight": 0.007, "buy_limit": 13000, - "release_date": "2004-07-27", - "examine": "A useful herb.", "wiki_name": "Toadflax", "wiki_url": "https://oldschool.runescape.wiki/w/Toadflax", "price": 3740 @@ -44622,10 +39726,7 @@ "cost": 59, "lowalch": 23, "highalch": 35, - "weight": 0.007, "buy_limit": 11000, - "release_date": "2004-07-27", - "examine": "A powerful herb.", "wiki_name": "Snapdragon", "wiki_url": "https://oldschool.runescape.wiki/w/Snapdragon", "price": 8221 @@ -44640,10 +39741,7 @@ "cost": 48, "lowalch": 19, "highalch": 28, - "weight": 0.056, "buy_limit": 10000, - "release_date": "2004-07-27", - "examine": "I need another ingredient to finish this Toadflax potion.", "wiki_name": "Toadflax potion (unf)", "wiki_url": "https://oldschool.runescape.wiki/w/Toadflax_potion_(unf)", "price": 4022 @@ -44658,10 +39756,7 @@ "cost": 59, "lowalch": 23, "highalch": 35, - "weight": 0.056, "buy_limit": 10000, - "release_date": "2004-07-27", - "examine": "I need another ingredient to finish this Snapdragon potion.", "wiki_name": "Snapdragon potion (unf)", "wiki_url": "https://oldschool.runescape.wiki/w/Snapdragon_potion_(unf)", "price": 8450 @@ -44674,9 +39769,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.035, - "release_date": "2004-07-27", - "examine": "A firework potion; this'll look pretty!", "wiki_name": "Firework", "wiki_url": "https://oldschool.runescape.wiki/w/Firework", "price": 0 @@ -44690,10 +39782,7 @@ "cost": 146, "lowalch": 58, "highalch": 87, - "weight": 0.035, "buy_limit": 2000, - "release_date": "2004-09-01", - "examine": "4 doses of energy potion.", "wiki_name": "Energy potion (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Energy_potion#4_dose", "price": 714 @@ -44707,10 +39796,7 @@ "cost": 110, "lowalch": 44, "highalch": 66, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2004-09-01", - "examine": "3 doses of energy potion.", "wiki_name": "Energy potion (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Energy_potion#3_dose", "price": 409 @@ -44724,10 +39810,7 @@ "cost": 72, "lowalch": 28, "highalch": 43, - "weight": 0.025, "buy_limit": 2000, - "release_date": "2004-09-01", - "examine": "2 doses of energy potion.", "wiki_name": "Energy potion (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Energy_potion#2_dose", "price": 207 @@ -44741,10 +39824,7 @@ "cost": 36, "lowalch": 14, "highalch": 21, - "weight": 0.02, "buy_limit": 2000, - "release_date": "2004-09-01", - "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 @@ -44759,10 +39839,7 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 0.035, "buy_limit": 2000, - "release_date": "2004-09-01", - "examine": "4 doses of super energy potion.", "wiki_name": "Super energy (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_energy#4_dose", "price": 6784 @@ -44777,10 +39854,7 @@ "cost": 230, "lowalch": 92, "highalch": 138, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2004-09-01", - "examine": "3 doses of super energy potion.", "wiki_name": "Super energy (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_energy#3_dose", "price": 5000 @@ -44795,10 +39869,7 @@ "cost": 160, "lowalch": 64, "highalch": 96, - "weight": 0.025, "buy_limit": 2000, - "release_date": "2004-09-01", - "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 @@ -44813,10 +39884,7 @@ "cost": 90, "lowalch": 36, "highalch": 54, - "weight": 0.02, "buy_limit": 2000, - "release_date": "2004-09-01", - "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": 1679 @@ -44831,10 +39899,7 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 0.035, "buy_limit": 2000, - "release_date": "2004-07-27", - "examine": "4 doses of super restore potion.", "wiki_name": "Super restore (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_restore#4_dose", "price": 10389 @@ -44849,10 +39914,7 @@ "cost": 240, "lowalch": 96, "highalch": 144, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2004-07-27", - "examine": "3 doses of super restore potion.", "wiki_name": "Super restore (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_restore#3_dose", "price": 7678 @@ -44867,10 +39929,7 @@ "cost": 180, "lowalch": 72, "highalch": 108, - "weight": 0.025, "buy_limit": 2000, - "release_date": "2004-07-27", - "examine": "2 doses of super restore potion.", "wiki_name": "Super restore (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_restore#2_dose", "price": 6054 @@ -44885,10 +39944,7 @@ "cost": 120, "lowalch": 48, "highalch": 72, - "weight": 0.02, "buy_limit": 2000, - "release_date": "2004-07-27", - "examine": "1 dose of super restore potion.", "wiki_name": "Super restore (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_restore#1_dose", "price": 2772 @@ -44903,10 +39959,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.035, "buy_limit": 2000, - "release_date": "2004-07-27", - "examine": "4 doses of Agility potion.", "wiki_name": "Agility potion (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Agility_potion#4_dose", "price": 475 @@ -44921,10 +39974,7 @@ "cost": 150, "lowalch": 60, "highalch": 90, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2004-07-27", - "examine": "3 doses of Agility potion.", "wiki_name": "Agility potion (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Agility_potion#3_dose", "price": 300 @@ -44939,10 +39989,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.025, "buy_limit": 2000, - "release_date": "2004-07-27", - "examine": "2 doses of Agility potion.", "wiki_name": "Agility potion (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Agility_potion#2_dose", "price": 131 @@ -44957,10 +40004,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.02, "buy_limit": 2000, - "release_date": "2004-07-27", - "examine": "1 dose of Agility potion.", "wiki_name": "Agility potion (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Agility_potion#1_dose", "price": 74 @@ -44975,10 +40019,7 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 0.035, "buy_limit": 2000, - "release_date": "2004-09-07", - "examine": "4 doses of Magic potion.", "wiki_name": "Magic potion (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_potion#4_dose", "price": 145 @@ -44993,10 +40034,7 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2004-09-07", - "examine": "3 doses of Magic potion.", "wiki_name": "Magic potion (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_potion#3_dose", "price": 68 @@ -45011,10 +40049,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.025, "buy_limit": 2000, - "release_date": "2004-09-07", - "examine": "2 doses of Magic potion.", "wiki_name": "Magic potion (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_potion#2_dose", "price": 22 @@ -45029,10 +40064,7 @@ "cost": 150, "lowalch": 60, "highalch": 90, - "weight": 0.02, "buy_limit": 2000, - "release_date": "2004-09-07", - "examine": "1 dose of Magic potion.", "wiki_name": "Magic potion (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_potion#1_dose", "price": 38 @@ -45047,10 +40079,7 @@ "cost": 19, "lowalch": 7, "highalch": 11, - "weight": 0.007, "buy_limit": 13000, - "release_date": "2005-07-11", - "examine": "It needs cleaning.", "wiki_name": "Grimy toadflax", "wiki_url": "https://oldschool.runescape.wiki/w/Grimy_toadflax", "price": 3725 @@ -45065,10 +40094,7 @@ "cost": 21, "lowalch": 8, "highalch": 12, - "weight": 0.007, "buy_limit": 11000, - "release_date": "2005-07-11", - "examine": "It needs cleaning.", "wiki_name": "Grimy snapdragon", "wiki_url": "https://oldschool.runescape.wiki/w/Grimy_snapdragon", "price": 8214 @@ -45086,10 +40112,7 @@ "cost": 17000, "lowalch": 6800, "highalch": 10200, - "weight": 2.267, "buy_limit": 8, - "release_date": "2004-09-07", - "examine": "It's a slightly magical stick.", "wiki_name": "Lava battlestaff", "wiki_url": "https://oldschool.runescape.wiki/w/Lava_battlestaff", "equipment": { @@ -45169,10 +40192,7 @@ "cost": 45000, "lowalch": 18000, "highalch": 27000, - "weight": 2.267, "buy_limit": 8, - "release_date": "2004-09-07", - "examine": "It's a slightly magical stick.", "wiki_name": "Mystic lava staff", "wiki_url": "https://oldschool.runescape.wiki/w/Mystic_lava_staff", "equipment": { @@ -45247,9 +40267,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2004-08-02", - "examine": "A mime would wear this.", "wiki_name": "Mime mask", "wiki_url": "https://oldschool.runescape.wiki/w/Mime_mask", "equipment": { @@ -45280,9 +40297,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2004-08-02", - "examine": "A mime would wear this.", "wiki_name": "Mime top", "wiki_url": "https://oldschool.runescape.wiki/w/Mime_top", "equipment": { @@ -45313,9 +40327,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2004-08-02", - "examine": "A mime would wear these.", "wiki_name": "Mime legs", "wiki_url": "https://oldschool.runescape.wiki/w/Mime_legs", "equipment": { @@ -45346,9 +40357,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2004-08-02", - "examine": "A mime would wear these.", "wiki_name": "Mime gloves", "wiki_url": "https://oldschool.runescape.wiki/w/Mime_gloves", "equipment": { @@ -45379,9 +40387,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.34, - "release_date": "2004-08-02", - "examine": "A mime would wear these.", "wiki_name": "Mime boots", "wiki_url": "https://oldschool.runescape.wiki/w/Mime_boots", "equipment": { @@ -45409,8 +40414,6 @@ "name": "Strange box", "stackable": true, "cost": 1, - "release_date": "2004-08-02", - "examine": "It seems to be humming...", "wiki_name": "Strange box", "wiki_url": "https://oldschool.runescape.wiki/w/Strange_box", "price": 0 @@ -45429,8 +40432,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 7000, - "release_date": "2004-08-09", - "examine": "A deadly throwing dart with a black tip.", "wiki_name": "Black dart (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_dart#Unpoisoned", "equipment": { @@ -45496,8 +40497,6 @@ "lowalch": 7, "highalch": 10, "buy_limit": 7000, - "release_date": "2004-08-09", - "examine": "A deadly poisoned dart with a black tip.", "wiki_name": "Black dart (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_dart#Poison", "equipment": { @@ -45562,10 +40561,7 @@ "cost": 15, "lowalch": 6, "highalch": 9, - "weight": 0.907, "buy_limit": 125, - "release_date": "2004-08-09", - "examine": "A set of fighting claws.", "wiki_name": "Bronze claws", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_claws", "equipment": { @@ -45637,10 +40633,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.907, "buy_limit": 125, - "release_date": "2004-08-09", - "examine": "A set of fighting claws.", "wiki_name": "Iron claws", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_claws", "equipment": { @@ -45712,10 +40705,7 @@ "cost": 175, "lowalch": 70, "highalch": 105, - "weight": 0.907, "buy_limit": 125, - "release_date": "2004-08-09", - "examine": "A set of fighting claws.", "wiki_name": "Steel claws", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_claws", "equipment": { @@ -45787,10 +40777,7 @@ "cost": 360, "lowalch": 144, "highalch": 216, - "weight": 0.907, "buy_limit": 125, - "release_date": "2004-08-09", - "examine": "A set of fighting claws.", "wiki_name": "Black claws", "wiki_url": "https://oldschool.runescape.wiki/w/Black_claws", "equipment": { @@ -45862,10 +40849,7 @@ "cost": 475, "lowalch": 190, "highalch": 285, - "weight": 0.907, "buy_limit": 125, - "release_date": "2004-08-09", - "examine": "A set of fighting claws.", "wiki_name": "Mithril claws", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_claws", "equipment": { @@ -45937,10 +40921,7 @@ "cost": 1200, "lowalch": 480, "highalch": 720, - "weight": 0.907, "buy_limit": 125, - "release_date": "2004-08-09", - "examine": "A set of fighting claws.", "wiki_name": "Adamant claws", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_claws", "equipment": { @@ -46012,10 +40993,7 @@ "cost": 12000, "lowalch": 4800, "highalch": 7200, - "weight": 0.907, "buy_limit": 70, - "release_date": "2004-08-09", - "examine": "A set of fighting claws.", "wiki_name": "Rune claws", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_claws", "equipment": { @@ -46079,9 +41057,6 @@ "name": "Combination", "members": true, "cost": 1, - "weight": 0.005, - "release_date": "2004-08-09", - "examine": "The combination to Burthorpe Castle's equipment room.", "wiki_name": "Combination", "wiki_url": "https://oldschool.runescape.wiki/w/Combination", "price": 0 @@ -46091,9 +41066,6 @@ "name": "Iou", "members": true, "cost": 1, - "weight": 0.005, - "release_date": "2004-08-09", - "examine": "The guard wrote the IOU on the back of some paper.", "wiki_name": "Iou", "wiki_url": "https://oldschool.runescape.wiki/w/Iou", "price": 0 @@ -46103,9 +41075,6 @@ "name": "Secret way map", "members": true, "cost": 1, - "weight": 0.005, - "release_date": "2004-08-09", - "examine": "This map shows the secret way up to Death Plateau.", "wiki_name": "Secret way map", "wiki_url": "https://oldschool.runescape.wiki/w/Secret_way_map", "price": 0 @@ -46122,10 +41091,7 @@ "cost": 12, "lowalch": 4, "highalch": 7, - "weight": 0.34, "buy_limit": 200, - "release_date": "2004-08-09", - "examine": "Boots made for climbing.", "wiki_name": "Climbing boots", "wiki_url": "https://oldschool.runescape.wiki/w/Climbing_boots", "equipment": { @@ -46160,10 +41126,7 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.34, "buy_limit": 15, - "release_date": "2004-08-09", - "examine": "Climbing boots with spikes.", "wiki_name": "Spiked boots", "wiki_url": "https://oldschool.runescape.wiki/w/Spiked_boots", "equipment": { @@ -46193,9 +41156,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 3.628, - "release_date": "2004-08-09", - "examine": "Place on the stone mechanism in the right order to open the door.", "wiki_name": "Stone ball (Red)", "wiki_url": "https://oldschool.runescape.wiki/w/Stone_ball#Red", "price": 0 @@ -46207,9 +41167,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 3.628, - "release_date": "2004-08-09", - "examine": "Place on the stone mechanism in the right order to open the door.", "wiki_name": "Stone ball (Blue)", "wiki_url": "https://oldschool.runescape.wiki/w/Stone_ball#Blue", "price": 0 @@ -46221,9 +41178,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 3.628, - "release_date": "2004-08-09", - "examine": "Place on the stone mechanism in the right order to open the door.", "wiki_name": "Stone ball (Yellow)", "wiki_url": "https://oldschool.runescape.wiki/w/Stone_ball#Yellow", "price": 0 @@ -46235,9 +41189,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 3.628, - "release_date": "2004-08-09", - "examine": "Place on the stone mechanism in the right order to open the door.", "wiki_name": "Stone ball (Purple)", "wiki_url": "https://oldschool.runescape.wiki/w/Stone_ball#Purple", "price": 0 @@ -46249,9 +41200,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 3.628, - "release_date": "2004-08-09", - "examine": "Place on the stone mechanism in the right order to open the door.", "wiki_name": "Stone ball (Green)", "wiki_url": "https://oldschool.runescape.wiki/w/Stone_ball#Green", "price": 0 @@ -46261,9 +41209,6 @@ "name": "Certificate", "members": true, "cost": 1, - "weight": 0.005, - "release_date": "2004-08-09", - "examine": "Entrance certificate to the Imperial Guard.", "wiki_name": "Certificate (Death Plateau)", "wiki_url": "https://oldschool.runescape.wiki/w/Certificate_(Death_Plateau)", "price": 0 @@ -46280,10 +41225,7 @@ "cost": 56000, "lowalch": 22400, "highalch": 33600, - "weight": 6.803, "buy_limit": 70, - "release_date": "2004-08-09", - "examine": "A solid stone shield.", "wiki_name": "Granite shield", "wiki_url": "https://oldschool.runescape.wiki/w/Granite_shield", "equipment": { @@ -46319,10 +41261,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, "buy_limit": 7500, - "release_date": "2004-09-14", - "examine": "Large glistening bones which glow with a pale yellow aura.", "wiki_name": "Shaikahan bones", "wiki_url": "https://oldschool.runescape.wiki/w/Shaikahan_bones", "price": 23350 @@ -46337,10 +41276,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.8, "buy_limit": 3000, - "release_date": "2004-08-09", - "examine": "Fairly big bones which smell distinctly of Jogre.", "wiki_name": "Jogre bones", "wiki_url": "https://oldschool.runescape.wiki/w/Jogre_bones", "price": 2625 @@ -46352,9 +41288,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.8, - "release_date": "2004-09-14", - "examine": "These blackened Jogre bones have been somehow burnt.", "wiki_name": "Burnt jogre bones", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_jogre_bones", "price": 0 @@ -46366,9 +41299,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.8, - "release_date": "2004-09-14", - "examine": "Burnt Jogre bones smothered with raw Karambwanji Paste.", "wiki_name": "Pasty jogre bones (Burnt bones, raw paste)", "wiki_url": "https://oldschool.runescape.wiki/w/Pasty_jogre_bones#Burnt_bones,_raw_paste", "price": 0 @@ -46380,9 +41310,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.8, - "release_date": "2004-09-14", - "examine": "Burnt Jogre bones smothered with cooked Karambwanji paste.", "wiki_name": "Pasty jogre bones (Burnt bones, cooked paste)", "wiki_url": "https://oldschool.runescape.wiki/w/Pasty_jogre_bones#Burnt_bones,_cooked_paste", "price": 0 @@ -46394,9 +41321,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.8, - "release_date": "2004-09-14", - "examine": "Burnt Jogre bones marinated in a lovely Karambwanji sauce. Perfect.", "wiki_name": "Marinated j' bones (Burnt)", "wiki_url": "https://oldschool.runescape.wiki/w/Marinated_j'_bones#Burnt", "price": 0 @@ -46408,9 +41332,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.8, - "release_date": "2004-09-14", - "examine": "Jogre bones smothered with raw Karambwanji paste.", "wiki_name": "Pasty jogre bones (Normal bones, raw paste)", "wiki_url": "https://oldschool.runescape.wiki/w/Pasty_jogre_bones#Normal_bones,_raw_paste", "price": 0 @@ -46422,9 +41343,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.8, - "release_date": "2004-09-14", - "examine": "Jogre bones smothered with cooked Karambwanji paste.", "wiki_name": "Pasty jogre bones (Normal bones, cooked paste)", "wiki_url": "https://oldschool.runescape.wiki/w/Pasty_jogre_bones#Normal_bones,_cooked_paste", "price": 0 @@ -46436,9 +41354,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.8, - "release_date": "2004-09-14", - "examine": "Jogre Bones marinated in Karambwanji sauce. Not quite right.", "wiki_name": "Marinated j' bones (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Marinated_j'_bones#Normal", "price": 0 @@ -46450,9 +41365,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.055, - "release_date": "2004-08-24", - "examine": "The key to the troll prison.", "wiki_name": "Prison key (Troll Stronghold)", "wiki_url": "https://oldschool.runescape.wiki/w/Prison_key_(Troll_Stronghold)", "price": 0 @@ -46462,9 +41374,6 @@ "name": "Cell key 1", "members": true, "cost": 1, - "weight": 0.055, - "release_date": "2004-08-24", - "examine": "The key to Godric's cell in the troll prison.", "wiki_name": "Cell key 1", "wiki_url": "https://oldschool.runescape.wiki/w/Cell_key_1", "price": 0 @@ -46474,9 +41383,6 @@ "name": "Cell key 2", "members": true, "cost": 1, - "weight": 0.055, - "release_date": "2004-08-24", - "examine": "The key to Mad Eadgar's cell in the troll prison.", "wiki_name": "Cell key 2", "wiki_url": "https://oldschool.runescape.wiki/w/Cell_key_2", "price": 0 @@ -46491,10 +41397,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, "buy_limit": 11000, - "release_date": "2004-09-07", - "examine": "How am I supposed to eat that?!", "wiki_name": "Potato cactus", "wiki_url": "https://oldschool.runescape.wiki/w/Potato_cactus", "price": 32 @@ -46511,10 +41414,7 @@ "cost": 250000, "lowalch": 100000, "highalch": 150000, - "weight": 6.803, "buy_limit": 70, - "release_date": "2004-09-07", - "examine": "A series of connected metal rings.", "wiki_name": "Dragon chainbody", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_chainbody", "equipment": { @@ -46549,10 +41449,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.7, "buy_limit": 13000, - "release_date": "2004-09-14", - "examine": "A raw green octopus.", "wiki_name": "Raw karambwan", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_karambwan", "price": 399 @@ -46567,10 +41464,7 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 0.65, "buy_limit": 10000, - "release_date": "2004-09-14", - "examine": "Cooked octopus. It looks very nutritious.", "wiki_name": "Cooked karambwan", "wiki_url": "https://oldschool.runescape.wiki/w/Cooked_karambwan", "price": 566 @@ -46582,9 +41476,6 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 0.65, - "release_date": "2004-09-14", - "examine": "Cooked octopus. It looks poorly cooked and quite dangerous.", "wiki_name": "Poison karambwan", "wiki_url": "https://oldschool.runescape.wiki/w/Poison_karambwan", "price": 0 @@ -46596,9 +41487,6 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 0.65, - "release_date": "2004-09-14", - "examine": "Cooked octopus. It looks a little suspect.", "wiki_name": "Cooked karambwan (unobtainable item)", "wiki_url": "https://oldschool.runescape.wiki/w/Cooked_karambwan_(unobtainable_item)", "price": 0 @@ -46612,9 +41500,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.6, - "release_date": "2004-09-14", - "examine": "Burnt octopus.", "wiki_name": "Burnt karambwan", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_karambwan", "price": 0 @@ -46627,8 +41512,6 @@ "cost": 19, "lowalch": 7, "highalch": 11, - "release_date": "2004-09-14", - "examine": "Small brightly coloured tropical fish.", "wiki_name": "Raw karambwanji", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_karambwanji", "price": 0 @@ -46640,9 +41523,6 @@ "cost": 15, "lowalch": 6, "highalch": 9, - "weight": 0.01, - "release_date": "2004-09-14", - "examine": "Freshly made octopus paste.", "wiki_name": "Karambwan paste (Raw)", "wiki_url": "https://oldschool.runescape.wiki/w/Karambwan_paste#Raw", "price": 0 @@ -46654,9 +41534,6 @@ "cost": 15, "lowalch": 6, "highalch": 9, - "weight": 0.01, - "release_date": "2004-09-14", - "examine": "Freshly made octopus paste. This smells quite nauseating.", "wiki_name": "Karambwan paste (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Karambwan_paste#Poison", "price": 0 @@ -46668,9 +41545,6 @@ "cost": 15, "lowalch": 6, "highalch": 9, - "weight": 0.01, - "release_date": "2004-09-14", - "examine": "Freshly made octopus paste.", "wiki_name": "Karambwan paste (Cooked)", "wiki_url": "https://oldschool.runescape.wiki/w/Karambwan_paste#Cooked", "price": 0 @@ -46682,9 +41556,6 @@ "cost": 15, "lowalch": 6, "highalch": 9, - "weight": 0.01, - "release_date": "2004-09-14", - "examine": "This paste smells of raw fish.", "wiki_name": "Karambwanji paste (Raw)", "wiki_url": "https://oldschool.runescape.wiki/w/Karambwanji_paste#Raw", "price": 0 @@ -46696,9 +41567,6 @@ "cost": 15, "lowalch": 6, "highalch": 9, - "weight": 0.01, - "release_date": "2004-09-14", - "examine": "This paste smells of cooked fish.", "wiki_name": "Karambwanji paste (Cooked)", "wiki_url": "https://oldschool.runescape.wiki/w/Karambwanji_paste#Cooked", "price": 0 @@ -46713,10 +41581,7 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 3, "buy_limit": 15, - "release_date": "2004-09-14", - "examine": "A wide bodied and thin necked vessel, encrusted with sea salt.", "wiki_name": "Karambwan vessel (Empty)", "wiki_url": "https://oldschool.runescape.wiki/w/Karambwan_vessel#Empty", "price": 1185 @@ -46731,10 +41596,7 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 3.15, "buy_limit": 15, - "release_date": "2004-09-14", - "examine": "This Karambwan Vessel is loaded with Karambwanji.", "wiki_name": "Karambwan vessel (Baited)", "wiki_url": "https://oldschool.runescape.wiki/w/Karambwan_vessel#Baited", "price": 1597 @@ -46746,9 +41608,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.05, - "release_date": "2004-09-14", - "examine": "A set of instructions explaining how to construct a Karambwan vessel.", "wiki_name": "Crafting manual", "wiki_url": "https://oldschool.runescape.wiki/w/Crafting_manual", "price": 0 @@ -46762,10 +41621,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.028, "buy_limit": 15, - "release_date": "2004-09-14", - "examine": "You swear you had more than three slices before.", "wiki_name": "Sliced banana", "wiki_url": "https://oldschool.runescape.wiki/w/Sliced_banana", "price": 14 @@ -46776,9 +41632,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.907, - "release_date": "2004-09-14", - "examine": "The Karamjan rum has slices of banana floating in it.", "wiki_name": "Karamjan rum (sliced banana)", "wiki_url": "https://oldschool.runescape.wiki/w/Karamjan_rum_(sliced_banana)", "price": 0 @@ -46789,9 +41642,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.907, - "release_date": "2004-09-14", - "examine": "A banana has been stuffed into the neck of this bottle.", "wiki_name": "Karamjan rum (banana)", "wiki_url": "https://oldschool.runescape.wiki/w/Karamjan_rum_(banana)", "price": 0 @@ -46803,9 +41653,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2004-09-14", - "examine": "It's the body of a dead monkey.", "wiki_name": "Monkey corpse", "wiki_url": "https://oldschool.runescape.wiki/w/Monkey_corpse", "price": 0 @@ -46817,9 +41664,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.3, - "release_date": "2004-09-14", - "examine": "It's the skin of a dead monkey.", "wiki_name": "Monkey skin", "wiki_url": "https://oldschool.runescape.wiki/w/Monkey_skin", "price": 0 @@ -46831,9 +41675,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, - "release_date": "2004-09-14", - "examine": "A 'Seaweed in Monkey Skin' sandwich. Perfect for statue repair.", "wiki_name": "Seaweed sandwich", "wiki_url": "https://oldschool.runescape.wiki/w/Seaweed_sandwich", "price": 0 @@ -46845,9 +41686,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.2, - "release_date": "2004-09-14", - "examine": "A body of a dead monkey, tastefully stuffed with seaweed.", "wiki_name": "Stuffed monkey", "wiki_url": "https://oldschool.runescape.wiki/w/Stuffed_monkey", "price": 0 @@ -46862,9 +41700,6 @@ "cost": 26, "lowalch": 10, "highalch": 15, - "weight": 2.267, - "release_date": "2004-09-14", - "examine": "A Karambwan poisoned bronze tipped spear.", "wiki_name": "Bronze spear (Karambwan poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_spear#Karambwan_poison", "equipment": { @@ -46933,9 +41768,6 @@ "cost": 91, "lowalch": 36, "highalch": 54, - "weight": 2.267, - "release_date": "2004-09-14", - "examine": "A Karambwan poisoned iron tipped spear.", "wiki_name": "Iron spear (Karambwan poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_spear#Karambwan_poison", "equipment": { @@ -47004,9 +41836,6 @@ "cost": 325, "lowalch": 130, "highalch": 195, - "weight": 2.267, - "release_date": "2004-09-14", - "examine": "A Karambwan poisoned steel tipped spear.", "wiki_name": "Steel spear (Karambwan poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_spear#Karambwan_poison", "equipment": { @@ -47075,9 +41904,6 @@ "cost": 845, "lowalch": 338, "highalch": 507, - "weight": 1.814, - "release_date": "2004-09-14", - "examine": "A Karambwan poisoned mithril tipped spear.", "wiki_name": "Mithril spear (Karambwan poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_spear#Karambwan_poison", "equipment": { @@ -47146,9 +41972,6 @@ "cost": 2080, "lowalch": 832, "highalch": 1248, - "weight": 2.721, - "release_date": "2004-09-14", - "examine": "A Karambwan poisoned adamantite tipped spear.", "wiki_name": "Adamant spear (Karambwan poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_spear#Karambwan_poison", "equipment": { @@ -47217,9 +42040,6 @@ "cost": 20800, "lowalch": 8320, "highalch": 12480, - "weight": 2.267, - "release_date": "2004-09-14", - "examine": "A Karambwan poisoned rune tipped spear.", "wiki_name": "Rune spear (Karambwan poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_spear#Karambwan_poison", "equipment": { @@ -47288,9 +42108,6 @@ "cost": 62400, "lowalch": 24960, "highalch": 37440, - "weight": 2.267, - "release_date": "2004-09-14", - "examine": "A Karambwan poisoned dragon tipped spear.", "wiki_name": "Dragon spear (Karambwan poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_spear#Karambwan_poison", "equipment": { @@ -47356,9 +42173,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2004-09-14", - "examine": "Mmm this looks tasty.", "wiki_name": "Left-handed banana", "wiki_url": "https://oldschool.runescape.wiki/w/Left-handed_banana", "price": 0 @@ -47370,9 +42184,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, - "release_date": "2004-12-06", - "examine": "These are smallish monkey bones.", "wiki_name": "Small ninja monkey bones", "wiki_url": "https://oldschool.runescape.wiki/w/Small_ninja_monkey_bones", "price": 0 @@ -47384,9 +42195,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, - "release_date": "2004-12-06", - "examine": "These are medium sized monkey bones.", "wiki_name": "Medium ninja monkey bones", "wiki_url": "https://oldschool.runescape.wiki/w/Medium_ninja_monkey_bones", "price": 0 @@ -47398,9 +42206,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.8, - "release_date": "2004-12-06", - "examine": "These are quite large ape bones.", "wiki_name": "Gorilla bones", "wiki_url": "https://oldschool.runescape.wiki/w/Gorilla_bones", "price": 0 @@ -47412,9 +42217,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.8, - "release_date": "2004-12-06", - "examine": "These are quite large ape bones.", "wiki_name": "Bearded gorilla bones", "wiki_url": "https://oldschool.runescape.wiki/w/Bearded_gorilla_bones", "price": 0 @@ -47428,10 +42230,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, "buy_limit": 3000, - "release_date": "2004-09-14", - "examine": "These are small monkey bones.", "wiki_name": "Monkey bones", "wiki_url": "https://oldschool.runescape.wiki/w/Monkey_bones", "price": 504 @@ -47443,9 +42242,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, - "release_date": "2004-12-06", - "examine": "These are smallish monkey bones. They smell extremely nauseating.", "wiki_name": "Small zombie monkey bones", "wiki_url": "https://oldschool.runescape.wiki/w/Small_zombie_monkey_bones", "price": 0 @@ -47457,9 +42253,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, - "release_date": "2004-12-06", - "examine": "These are smallish monkey bones. They smell extremely nauseating.", "wiki_name": "Large zombie monkey bones", "wiki_url": "https://oldschool.runescape.wiki/w/Large_zombie_monkey_bones", "price": 0 @@ -47471,9 +42264,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.5, - "release_date": "2004-12-06", - "examine": "They seem to shake slightly... It might be a good idea to bury them.", "wiki_name": "Bones (Ape Atoll)", "wiki_url": "https://oldschool.runescape.wiki/w/Bones_(Ape_Atoll)", "price": 0 @@ -47488,10 +42278,7 @@ "cost": 60, "lowalch": 24, "highalch": 36, - "weight": 1, "buy_limit": 40, - "release_date": "2004-09-14", - "examine": "A spirit soaked piece of silk which can be used to remove poison.", "wiki_name": "Cleaning cloth", "wiki_url": "https://oldschool.runescape.wiki/w/Cleaning_cloth", "price": 197 @@ -47509,10 +42296,7 @@ "cost": 80, "lowalch": 32, "highalch": 48, - "weight": 3.175, "buy_limit": 125, - "release_date": "2004-09-20", - "examine": "A bronze halberd.", "wiki_name": "Bronze halberd", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_halberd", "equipment": { @@ -47577,10 +42361,7 @@ "cost": 280, "lowalch": 112, "highalch": 168, - "weight": 3.175, "buy_limit": 125, - "release_date": "2004-09-20", - "examine": "An iron halberd.", "wiki_name": "Iron halberd", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_halberd", "equipment": { @@ -47645,10 +42426,7 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 3.175, "buy_limit": 125, - "release_date": "2004-09-20", - "examine": "A steel halberd.", "wiki_name": "Steel halberd", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_halberd", "equipment": { @@ -47713,10 +42491,7 @@ "cost": 1920, "lowalch": 768, "highalch": 1152, - "weight": 3.175, "buy_limit": 125, - "release_date": "2004-09-20", - "examine": "A black halberd.", "wiki_name": "Black halberd", "wiki_url": "https://oldschool.runescape.wiki/w/Black_halberd", "equipment": { @@ -47782,10 +42557,7 @@ "cost": 2600, "lowalch": 1040, "highalch": 1560, - "weight": 2.721, "buy_limit": 125, - "release_date": "2004-09-20", - "examine": "A mithril halberd.", "wiki_name": "Mithril halberd", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_halberd", "equipment": { @@ -47851,10 +42623,7 @@ "cost": 6400, "lowalch": 2560, "highalch": 3840, - "weight": 3.628, "buy_limit": 125, - "release_date": "2004-09-20", - "examine": "An adamant halberd.", "wiki_name": "Adamant halberd", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_halberd", "equipment": { @@ -47920,10 +42689,7 @@ "cost": 64000, "lowalch": 25600, "highalch": 38400, - "weight": 3.175, "buy_limit": 70, - "release_date": "2004-09-20", - "examine": "A rune halberd.", "wiki_name": "Rune halberd", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_halberd", "equipment": { @@ -47989,10 +42755,7 @@ "cost": 250000, "lowalch": 100000, "highalch": 150000, - "weight": 3.175, "buy_limit": 70, - "release_date": "2004-09-20", - "examine": "A dragon halberd.", "wiki_name": "Dragon halberd", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_halberd", "equipment": { @@ -48051,9 +42814,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.056, - "release_date": "2004-09-20", - "examine": "A summons from King Lathas.", "wiki_name": "King's message", "wiki_url": "https://oldschool.runescape.wiki/w/King's_message", "price": 0 @@ -48065,9 +42825,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.056, - "release_date": "2004-09-20", - "examine": "A letter for King Lathas from Lord Iorwerth.", "wiki_name": "Iorwerth's message", "wiki_url": "https://oldschool.runescape.wiki/w/Iorwerth's_message", "price": 0 @@ -48081,9 +42838,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.005, - "release_date": "2004-09-20", - "examine": "Lord Iorwerth's crystal pendant.", "wiki_name": "Crystal pendant", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_pendant", "equipment": { @@ -48115,9 +42869,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2004-09-20", - "examine": "A piece of sulphur formation.", "wiki_name": "Sulphur", "wiki_url": "https://oldschool.runescape.wiki/w/Sulphur", "price": 0 @@ -48132,10 +42883,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 2.267, "buy_limit": 13000, - "release_date": "2004-09-20", - "examine": "Some limestone.", "wiki_name": "Limestone", "wiki_url": "https://oldschool.runescape.wiki/w/Limestone", "price": 143 @@ -48147,9 +42895,6 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 2.267, - "release_date": "2004-09-20", - "examine": "Some quicklime.", "wiki_name": "Quicklime", "wiki_url": "https://oldschool.runescape.wiki/w/Quicklime", "price": 0 @@ -48161,9 +42906,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.453, - "release_date": "2004-09-20", - "examine": "A pot of ground quicklime.", "wiki_name": "Pot of quicklime", "wiki_url": "https://oldschool.runescape.wiki/w/Pot_of_quicklime", "price": 0 @@ -48175,9 +42917,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.056, - "release_date": "2004-09-20", - "examine": "A pile of ground sulphur.", "wiki_name": "Ground sulphur", "wiki_url": "https://oldschool.runescape.wiki/w/Ground_sulphur", "price": 0 @@ -48192,10 +42931,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 10, "buy_limit": 15, - "release_date": "2004-09-20", - "examine": "An empty barrel.", "wiki_name": "Barrel", "wiki_url": "https://oldschool.runescape.wiki/w/Barrel", "price": 1476 @@ -48207,9 +42943,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 32, - "release_date": "2004-09-20", - "examine": "A barrel full of fire oil.", "wiki_name": "Barrel bomb (Unfused)", "wiki_url": "https://oldschool.runescape.wiki/w/Barrel_bomb#Unfused", "price": 0 @@ -48221,9 +42954,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 32, - "release_date": "2004-09-20", - "examine": "A fused barrel full of fire oil.", "wiki_name": "Barrel bomb (Fused)", "wiki_url": "https://oldschool.runescape.wiki/w/Barrel_bomb#Fused", "price": 0 @@ -48235,9 +42965,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 32, - "release_date": "2004-09-20", - "examine": "A barrel full of coal tar.", "wiki_name": "Barrel of coal tar", "wiki_url": "https://oldschool.runescape.wiki/w/Barrel_of_coal_tar", "price": 0 @@ -48249,9 +42976,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 32, - "release_date": "2004-09-20", - "examine": "A barrel full of naphtha.", "wiki_name": "Barrel of naphtha", "wiki_url": "https://oldschool.runescape.wiki/w/Barrel_of_naphtha", "price": 0 @@ -48263,9 +42987,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 32, - "release_date": "2004-09-20", - "examine": "A barrel full of naphtha and sulphur.", "wiki_name": "Naphtha mix (Sulphur)", "wiki_url": "https://oldschool.runescape.wiki/w/Naphtha_mix#Sulphur", "price": 0 @@ -48277,9 +42998,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 32, - "release_date": "2004-09-20", - "examine": "A barrel full of naphtha and quicklime.", "wiki_name": "Naphtha mix (Quicklime)", "wiki_url": "https://oldschool.runescape.wiki/w/Naphtha_mix#Quicklime", "price": 0 @@ -48292,9 +43010,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.34, - "release_date": "2004-09-20", - "examine": "A strip of cloth.", "wiki_name": "Strip of cloth", "wiki_url": "https://oldschool.runescape.wiki/w/Strip_of_cloth", "price": 0 @@ -48309,10 +43024,7 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.17, "buy_limit": 13000, - "release_date": "2004-09-20", - "examine": "Might taste better cooked.", "wiki_name": "Raw rabbit", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_rabbit", "price": 0 @@ -48327,10 +43039,7 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.141, "buy_limit": 6000, - "release_date": "2004-09-20", - "examine": "Mmm this looks tasty.", "wiki_name": "Cooked rabbit", "wiki_url": "https://oldschool.runescape.wiki/w/Cooked_rabbit", "price": 1000 @@ -48342,9 +43051,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.226, - "release_date": "2004-09-20", - "examine": "A book by Mel Achy.", "wiki_name": "Big book of bangs", "wiki_url": "https://oldschool.runescape.wiki/w/Big_book_of_bangs", "price": 0 @@ -48357,9 +43063,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2004-09-20", - "examine": "An alchemy symbol{{^|No period}}", "wiki_name": "Symbol (big book of bangs) (Quicklime)", "wiki_url": "https://oldschool.runescape.wiki/w/Symbol_(big_book_of_bangs)#Quicklime", "price": 0 @@ -48372,9 +43075,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2004-09-20", - "examine": "An alchemy symbol{{^|No period}}", "wiki_name": "Symbol (big book of bangs) (Brimstone)", "wiki_url": "https://oldschool.runescape.wiki/w/Symbol_(big_book_of_bangs)#Brimstone", "price": 0 @@ -48387,9 +43087,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2004-09-20", - "examine": "An alchemy symbol{{^|No period}}", "wiki_name": "Symbol (big book of bangs) (Naphtha)", "wiki_url": "https://oldschool.runescape.wiki/w/Symbol_(big_book_of_bangs)#Naphtha", "price": 0 @@ -48402,9 +43099,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2004-09-20", - "examine": "An alchemy symbol{{^|No period}}", "wiki_name": "Symbol (big book of bangs) (Combined)", "wiki_url": "https://oldschool.runescape.wiki/w/Symbol_(big_book_of_bangs)#Combined", "price": 0 @@ -48419,10 +43113,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, "buy_limit": 13000, - "release_date": "2004-10-18", - "examine": "Bark from a hollow tree.", "wiki_name": "Bark", "wiki_url": "https://oldschool.runescape.wiki/w/Bark", "price": 80 @@ -48524,9 +43215,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.007, - "release_date": "2004-10-05", - "examine": "A pale, tough looking herb.", "wiki_name": "Goutweed", "wiki_url": "https://oldschool.runescape.wiki/w/Goutweed", "price": 0 @@ -48536,9 +43224,6 @@ "name": "Troll thistle", "members": true, "cost": 1, - "weight": 0.001, - "release_date": "2004-10-05", - "examine": "It's tough and spiky.", "wiki_name": "Troll thistle", "wiki_url": "https://oldschool.runescape.wiki/w/Troll_thistle", "price": 0 @@ -48548,9 +43233,6 @@ "name": "Dried thistle", "members": true, "cost": 1, - "weight": 0.001, - "release_date": "2004-10-05", - "examine": "It'll be easier to grind now.", "wiki_name": "Dried thistle", "wiki_url": "https://oldschool.runescape.wiki/w/Dried_thistle", "price": 0 @@ -48562,9 +43244,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2004-10-05", - "examine": "It's ready for mixing.", "wiki_name": "Ground thistle", "wiki_url": "https://oldschool.runescape.wiki/w/Ground_thistle", "price": 0 @@ -48576,9 +43255,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.056, - "release_date": "2004-10-05", - "examine": "It's part of Eadgar's plan.", "wiki_name": "Troll potion", "wiki_url": "https://oldschool.runescape.wiki/w/Troll_potion", "price": 0 @@ -48590,9 +43266,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2004-10-05", - "examine": "It's rather drunk.", "wiki_name": "Drunk parrot", "wiki_url": "https://oldschool.runescape.wiki/w/Drunk_parrot", "price": 0 @@ -48604,9 +43277,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2004-10-05", - "examine": "It's dirty and smelly.", "wiki_name": "Dirty robe", "wiki_url": "https://oldschool.runescape.wiki/w/Dirty_robe", "price": 0 @@ -48618,9 +43288,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2004-10-05", - "examine": "It's good enough to fool a troll.", "wiki_name": "Fake man", "wiki_url": "https://oldschool.runescape.wiki/w/Fake_man", "price": 0 @@ -48630,9 +43297,6 @@ "name": "Storeroom key", "members": true, "cost": 1, - "weight": 0.055, - "release_date": "2004-10-05", - "examine": "The key to the Troll storeroom.", "wiki_name": "Storeroom key", "wiki_url": "https://oldschool.runescape.wiki/w/Storeroom_key", "price": 0 @@ -48644,9 +43308,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.08, - "release_date": "2004-10-05", - "examine": "Pineapple chunks dipped in strong liquor.", "wiki_name": "Alco-chunks", "wiki_url": "https://oldschool.runescape.wiki/w/Alco-chunks", "price": 0 @@ -48657,8 +43318,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2015-10-15", - "examine": "A compost bin.", "wiki_name": "Compost bin (unobtainable item)", "wiki_url": "https://oldschool.runescape.wiki/w/Compost_bin_(unobtainable_item)", "price": 0 @@ -48682,10 +43341,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.056, "buy_limit": 11000, - "release_date": "2004-10-14", - "examine": "That used to be a vampyre!", "wiki_name": "Vampyre dust", "wiki_url": "https://oldschool.runescape.wiki/w/Vampyre_dust", "price": 1431 @@ -48702,10 +43358,7 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 2, "buy_limit": 150, - "release_date": "2004-10-14", - "examine": "A marshy coloured snail shell helmet.", "wiki_name": "Myre snelm (round)", "wiki_url": "https://oldschool.runescape.wiki/w/Myre_snelm_(round)", "equipment": { @@ -48740,10 +43393,7 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 2, "buy_limit": 150, - "release_date": "2004-10-14", - "examine": "A red and black Snail shell helmet.", "wiki_name": "Blood'n'tar snelm (round)", "wiki_url": "https://oldschool.runescape.wiki/w/Blood'n'tar_snelm_(round)", "equipment": { @@ -48778,10 +43428,7 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 2, "buy_limit": 150, - "release_date": "2004-10-14", - "examine": "A muddy yellow snail shell helmet.", "wiki_name": "Ochre snelm (round)", "wiki_url": "https://oldschool.runescape.wiki/w/Ochre_snelm_(round)", "equipment": { @@ -48816,10 +43463,7 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 2, "buy_limit": 150, - "release_date": "2004-10-14", - "examine": "A moody blue snail shell helmet.", "wiki_name": "Bruise blue snelm (round)", "wiki_url": "https://oldschool.runescape.wiki/w/Bruise_blue_snelm_(round)", "equipment": { @@ -48854,10 +43498,7 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 2, "buy_limit": 150, - "release_date": "2004-10-14", - "examine": "An orange and bark coloured snail shell helmet.", "wiki_name": "Broken bark snelm", "wiki_url": "https://oldschool.runescape.wiki/w/Broken_bark_snelm", "equipment": { @@ -48892,10 +43533,7 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 2, "buy_limit": 150, - "release_date": "2004-10-14", - "examine": "A swamp coloured pointed snail shell helmet.", "wiki_name": "Myre snelm (pointed)", "wiki_url": "https://oldschool.runescape.wiki/w/Myre_snelm_(pointed)", "equipment": { @@ -48930,10 +43568,7 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 2, "buy_limit": 150, - "release_date": "2004-10-14", - "examine": "A red and black pointed snail shell helmet.", "wiki_name": "Blood'n'tar snelm (pointed)", "wiki_url": "https://oldschool.runescape.wiki/w/Blood'n'tar_snelm_(pointed)", "equipment": { @@ -48968,10 +43603,7 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 2, "buy_limit": 150, - "release_date": "2004-10-14", - "examine": "A muddy yellow coloured pointed snail shell helmet.", "wiki_name": "Ochre snelm (pointed)", "wiki_url": "https://oldschool.runescape.wiki/w/Ochre_snelm_(pointed)", "equipment": { @@ -49006,10 +43638,7 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 2, "buy_limit": 150, - "release_date": "2004-10-14", - "examine": "A moody blue pointed snail shell helmet.", "wiki_name": "Bruise blue snelm (pointed)", "wiki_url": "https://oldschool.runescape.wiki/w/Bruise_blue_snelm_(pointed)", "equipment": { @@ -49042,10 +43671,7 @@ "cost": 150, "lowalch": 60, "highalch": 90, - "weight": 10, "buy_limit": 13000, - "release_date": "2004-10-14", - "examine": "A large 'Myre' coloured blamish snail shell, looks protective.", "wiki_name": "Blamish myre shell (round)", "wiki_url": "https://oldschool.runescape.wiki/w/Blamish_myre_shell_(round)", "price": 582 @@ -49060,10 +43686,7 @@ "cost": 150, "lowalch": 60, "highalch": 90, - "weight": 10, "buy_limit": 13000, - "release_date": "2004-10-14", - "examine": "A large red and black blamish snail shell, looks protective.", "wiki_name": "Blamish red shell (round)", "wiki_url": "https://oldschool.runescape.wiki/w/Blamish_red_shell_(round)", "price": 347 @@ -49078,10 +43701,7 @@ "cost": 150, "lowalch": 60, "highalch": 90, - "weight": 10, "buy_limit": 13000, - "release_date": "2004-10-14", - "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": 84 @@ -49096,10 +43716,7 @@ "cost": 150, "lowalch": 60, "highalch": 90, - "weight": 10, "buy_limit": 13000, - "release_date": "2004-10-14", - "examine": "A large blue coloured blamish snail shell, looks protective.", "wiki_name": "Blamish blue shell (round)", "wiki_url": "https://oldschool.runescape.wiki/w/Blamish_blue_shell_(round)", "price": 10000 @@ -49114,10 +43731,7 @@ "cost": 150, "lowalch": 60, "highalch": 90, - "weight": 10, "buy_limit": 13000, - "release_date": "2004-10-14", - "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": 4582 @@ -49132,10 +43746,7 @@ "cost": 150, "lowalch": 60, "highalch": 90, - "weight": 10, "buy_limit": 13000, - "release_date": "2004-10-14", - "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": 3750 @@ -49150,10 +43761,7 @@ "cost": 150, "lowalch": 60, "highalch": 90, - "weight": 10, "buy_limit": 13000, - "release_date": "2004-10-14", - "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": 691 @@ -49168,10 +43776,7 @@ "cost": 150, "lowalch": 60, "highalch": 90, - "weight": 10, "buy_limit": 13000, - "release_date": "2004-10-14", - "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": 5144 @@ -49186,10 +43791,7 @@ "cost": 150, "lowalch": 60, "highalch": 90, - "weight": 10, "buy_limit": 13000, - "release_date": "2004-10-14", - "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": 3765 @@ -49204,10 +43806,7 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 2, "buy_limit": 13000, - "release_date": "2004-10-14", - "examine": "The thin, slimy corpse of a deceased giant snail.", "wiki_name": "Thin snail", "wiki_url": "https://oldschool.runescape.wiki/w/Thin_snail", "price": 663 @@ -49222,10 +43821,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 2, "buy_limit": 13000, - "release_date": "2004-10-14", - "examine": "The lean, slimy corpse of a deceased giant snail.", "wiki_name": "Lean snail", "wiki_url": "https://oldschool.runescape.wiki/w/Lean_snail", "price": 3044 @@ -49240,10 +43836,7 @@ "cost": 15, "lowalch": 6, "highalch": 9, - "weight": 2, "buy_limit": 13000, - "release_date": "2004-10-14", - "examine": "The fat, slimy corpse of a deceased giant snail.", "wiki_name": "Fat snail", "wiki_url": "https://oldschool.runescape.wiki/w/Fat_snail", "price": 3388 @@ -49258,10 +43851,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 3, "buy_limit": 6000, - "release_date": "2004-10-14", - "examine": "A succulently slimy slice of sumptuous snail.", "wiki_name": "Thin snail meat", "wiki_url": "https://oldschool.runescape.wiki/w/Thin_snail_meat", "price": 1132 @@ -49276,10 +43866,7 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 4, "buy_limit": 6000, - "release_date": "2004-10-14", - "examine": "A succulently slimy slice of sumptuous snail.", "wiki_name": "Lean snail meat", "wiki_url": "https://oldschool.runescape.wiki/w/Lean_snail_meat", "price": 4000 @@ -49294,10 +43881,7 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 5, "buy_limit": 6000, - "release_date": "2004-10-14", - "examine": "A succulently slimy slice of sumptuous snail.", "wiki_name": "Fat snail meat", "wiki_url": "https://oldschool.runescape.wiki/w/Fat_snail_meat", "price": 2536 @@ -49311,9 +43895,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, - "release_date": "2004-10-14", - "examine": "A slightly super-saute'ed snail.", "wiki_name": "Burnt snail", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_snail", "price": 0 @@ -49327,9 +43908,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.02, - "release_date": "2004-10-14", - "examine": "An empty sample bottle.", "wiki_name": "Sample bottle", "wiki_url": "https://oldschool.runescape.wiki/w/Sample_bottle", "price": 0 @@ -49344,10 +43922,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2, "buy_limit": 13000, - "release_date": "2004-10-14", - "examine": "A slime covered eel - yuck!", "wiki_name": "Raw slimy eel", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_slimy_eel", "price": 1039 @@ -49362,10 +43937,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2, "buy_limit": 6000, - "release_date": "2004-10-14", - "examine": "A cooked slimy eel - not delicious, but pretty nutritious.", "wiki_name": "Cooked slimy eel", "wiki_url": "https://oldschool.runescape.wiki/w/Cooked_slimy_eel", "price": 69 @@ -49379,9 +43951,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2, - "release_date": "2004-10-14", - "examine": "It looks like it's seen one too many fires.", "wiki_name": "Burnt eel", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_eel", "price": 0 @@ -49398,10 +43967,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.907, "buy_limit": 70, - "release_date": "2004-10-18", - "examine": "A wooden helmet.", "wiki_name": "Splitbark helm", "wiki_url": "https://oldschool.runescape.wiki/w/Splitbark_helm", "equipment": { @@ -49439,10 +44005,7 @@ "cost": 45000, "lowalch": 18000, "highalch": 27000, - "weight": 4.535, "buy_limit": 70, - "release_date": "2004-10-18", - "examine": "Provides good protection.", "wiki_name": "Splitbark body", "wiki_url": "https://oldschool.runescape.wiki/w/Splitbark_body", "equipment": { @@ -49480,10 +44043,7 @@ "cost": 40000, "lowalch": 16000, "highalch": 24000, - "weight": 3.628, "buy_limit": 70, - "release_date": "2004-10-18", - "examine": "These should protect my legs.", "wiki_name": "Splitbark legs", "wiki_url": "https://oldschool.runescape.wiki/w/Splitbark_legs", "equipment": { @@ -49521,10 +44081,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.907, "buy_limit": 70, - "release_date": "2004-10-18", - "examine": "These should keep my hands safe.", "wiki_name": "Splitbark gauntlets", "wiki_url": "https://oldschool.runescape.wiki/w/Splitbark_gauntlets", "equipment": { @@ -49562,10 +44119,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.907, "buy_limit": 70, - "release_date": "2004-10-18", - "examine": "Wooden foot protection.", "wiki_name": "Splitbark boots", "wiki_url": "https://oldschool.runescape.wiki/w/Splitbark_boots", "equipment": { @@ -49598,9 +44152,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.51, - "release_date": "2004-10-18", - "examine": "A diary belonging to Herbi Flax.", "wiki_name": "Diary (Shades of Mort'ton)", "wiki_url": "https://oldschool.runescape.wiki/w/Diary_(Shades_of_Mort'ton)", "price": 0 @@ -49615,10 +44166,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.36, "buy_limit": 7500, - "release_date": "2004-10-18", - "examine": "The remains of a deadly shade.", "wiki_name": "Loar remains", "wiki_url": "https://oldschool.runescape.wiki/w/Loar_remains", "price": 25 @@ -49633,10 +44181,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.36, "buy_limit": 7500, - "release_date": "2004-10-18", - "examine": "The remains of a deadly shade.", "wiki_name": "Phrin remains", "wiki_url": "https://oldschool.runescape.wiki/w/Phrin_remains", "price": 6104 @@ -49651,10 +44196,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.36, "buy_limit": 7500, - "release_date": "2004-10-18", - "examine": "The remains of a deadly shade.", "wiki_name": "Riyl remains", "wiki_url": "https://oldschool.runescape.wiki/w/Riyl_remains", "price": 2070 @@ -49669,10 +44211,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.36, "buy_limit": 7500, - "release_date": "2004-10-18", - "examine": "The remains of a deadly shade.", "wiki_name": "Asyn remains", "wiki_url": "https://oldschool.runescape.wiki/w/Asyn_remains", "price": 4986 @@ -49687,10 +44226,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.36, "buy_limit": 7500, - "release_date": "2004-10-18", - "examine": "The remains of a deadly shade.", "wiki_name": "Fiyr remains", "wiki_url": "https://oldschool.runescape.wiki/w/Fiyr_remains", "price": 5571 @@ -49705,10 +44241,7 @@ "cost": 11, "lowalch": 4, "highalch": 6, - "weight": 0.056, "buy_limit": 10000, - "release_date": "2004-10-18", - "examine": "I need another ingredient to finish this potion.", "wiki_name": "Unfinished potion", "wiki_url": "https://oldschool.runescape.wiki/w/Unfinished_potion", "price": 274 @@ -49723,10 +44256,7 @@ "cost": 14, "lowalch": 5, "highalch": 8, - "weight": 0.035, "buy_limit": 2000, - "release_date": "2004-10-18", - "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": 7 @@ -49741,10 +44271,7 @@ "cost": 13, "lowalch": 5, "highalch": 7, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2004-10-18", - "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 @@ -49759,10 +44286,7 @@ "cost": 13, "lowalch": 5, "highalch": 7, - "weight": 0.025, "buy_limit": 2000, - "release_date": "2004-10-18", - "examine": "2 doses serum 207 as described in Herbi Flax's diary.", "wiki_name": "Serum 207 (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Serum_207#2_dose", "price": 0 @@ -49777,10 +44301,7 @@ "cost": 11, "lowalch": 4, "highalch": 6, - "weight": 0.02, "buy_limit": 2000, - "release_date": "2004-10-18", - "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 @@ -49792,9 +44313,6 @@ "cost": 14, "lowalch": 5, "highalch": 8, - "weight": 0.035, - "release_date": "2004-10-18", - "examine": "4 doses permanent serum 208 as described in Herbi Flax's diary.", "wiki_name": "Serum 208 (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Serum_208#4_dose", "price": 0 @@ -49806,9 +44324,6 @@ "cost": 13, "lowalch": 5, "highalch": 7, - "weight": 0.03, - "release_date": "2004-10-18", - "examine": "3 doses permanent serum 208 as described in Herbi Flax's diary.", "wiki_name": "Serum 208 (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Serum_208#3_dose", "price": 0 @@ -49820,9 +44335,6 @@ "cost": 13, "lowalch": 5, "highalch": 7, - "weight": 0.025, - "release_date": "2004-10-18", - "examine": "2 doses permanent serum 208 as described in Herbi Flax's diary.", "wiki_name": "Serum 208 (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Serum_208#2_dose", "price": 0 @@ -49834,9 +44346,6 @@ "cost": 11, "lowalch": 4, "highalch": 6, - "weight": 0.02, - "release_date": "2004-10-18", - "examine": "1 dose permanent serum 208 as described in Herbi Flax's diary.", "wiki_name": "Serum 208 (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Serum_208#1_dose", "price": 0 @@ -49851,10 +44360,7 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 1.36, "buy_limit": 10000, - "release_date": "2004-10-18", - "examine": "A well carved limestone brick.", "wiki_name": "Limestone brick", "wiki_url": "https://oldschool.runescape.wiki/w/Limestone_brick", "price": 170 @@ -49869,10 +44375,7 @@ "cost": 22, "lowalch": 8, "highalch": 13, - "weight": 0.035, "buy_limit": 10000, - "release_date": "2004-10-18", - "examine": "4 doses of olive oil.", "wiki_name": "Olive oil (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Olive_oil#4_dose", "price": 201 @@ -49887,10 +44390,7 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.03, "buy_limit": 10000, - "release_date": "2004-10-18", - "examine": "3 doses of olive oil.", "wiki_name": "Olive oil (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Olive_oil#3_dose", "price": 45 @@ -49905,10 +44405,7 @@ "cost": 17, "lowalch": 6, "highalch": 10, - "weight": 0.025, "buy_limit": 10000, - "release_date": "2004-10-18", - "examine": "2 doses of olive oil.", "wiki_name": "Olive oil (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Olive_oil#2_dose", "price": 35 @@ -49923,10 +44420,7 @@ "cost": 14, "lowalch": 5, "highalch": 8, - "weight": 0.02, "buy_limit": 10000, - "release_date": "2004-10-18", - "examine": "1 dose of olive oil.", "wiki_name": "Olive oil (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Olive_oil#1_dose", "price": 22 @@ -49941,10 +44435,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.035, "buy_limit": 2000, - "release_date": "2004-10-18", - "examine": "4 doses of sacred Oil.", "wiki_name": "Sacred oil (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Sacred_oil#4_dose", "price": 2352 @@ -49959,10 +44450,7 @@ "cost": 90, "lowalch": 36, "highalch": 54, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2004-10-18", - "examine": "3 doses of sacred Oil.", "wiki_name": "Sacred oil (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Sacred_oil#3_dose", "price": 1682 @@ -49977,10 +44465,7 @@ "cost": 75, "lowalch": 30, "highalch": 45, - "weight": 0.025, "buy_limit": 2000, - "release_date": "2004-10-18", - "examine": "2 doses of sacred Oil.", "wiki_name": "Sacred oil (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Sacred_oil#2_dose", "price": 801 @@ -49995,10 +44480,7 @@ "cost": 60, "lowalch": 24, "highalch": 36, - "weight": 0.02, "buy_limit": 2000, - "release_date": "2004-10-18", - "examine": "1 dose of sacred Oil.", "wiki_name": "Sacred oil (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Sacred_oil#1_dose", "price": 621 @@ -50013,10 +44495,7 @@ "cost": 8, "lowalch": 3, "highalch": 4, - "weight": 1.36, "buy_limit": 11000, - "release_date": "2004-10-18", - "examine": "Logs prepared with sacred oil for a funeral pyre.", "wiki_name": "Pyre logs", "wiki_url": "https://oldschool.runescape.wiki/w/Pyre_logs", "price": 1732 @@ -50031,10 +44510,7 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 1.814, "buy_limit": 11000, - "release_date": "2004-10-18", - "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": 2100 @@ -50049,10 +44525,7 @@ "cost": 80, "lowalch": 32, "highalch": 48, - "weight": 1.36, "buy_limit": 11000, - "release_date": "2004-10-18", - "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": 5727 @@ -50067,10 +44540,7 @@ "cost": 160, "lowalch": 64, "highalch": 96, - "weight": 1.36, "buy_limit": 11000, - "release_date": "2004-10-18", - "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": 1460 @@ -50085,10 +44555,7 @@ "cost": 320, "lowalch": 128, "highalch": 192, - "weight": 1.36, "buy_limit": 11000, - "release_date": "2004-10-18", - "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": 1056 @@ -50103,10 +44570,7 @@ "cost": 640, "lowalch": 256, "highalch": 384, - "weight": 1.36, "buy_limit": 11000, - "release_date": "2004-10-18", - "examine": "Magic logs prepared with sacred oil for a funeral pyre.", "wiki_name": "Magic pyre logs", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_pyre_logs", "price": 3083 @@ -50118,9 +44582,6 @@ "cost": 81, "lowalch": 32, "highalch": 48, - "weight": 0.01, - "release_date": "2004-10-18", - "examine": "A bronze key with a blood-red painted eyelet.", "wiki_name": "Bronze key red", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_key_red", "price": 0 @@ -50132,9 +44593,6 @@ "cost": 82, "lowalch": 32, "highalch": 49, - "weight": 0.01, - "release_date": "2004-10-18", - "examine": "A bronze key with a brown painted eyelet.", "wiki_name": "Bronze key brown", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_key_brown", "price": 0 @@ -50146,9 +44604,6 @@ "cost": 83, "lowalch": 33, "highalch": 49, - "weight": 0.01, - "release_date": "2004-10-18", - "examine": "A bronze key with a crimson painted eyelet.", "wiki_name": "Bronze key crimson", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_key_crimson", "price": 0 @@ -50160,9 +44615,6 @@ "cost": 84, "lowalch": 33, "highalch": 50, - "weight": 0.01, - "release_date": "2004-10-18", - "examine": "A bronze key with a black painted eyelet.", "wiki_name": "Bronze key black", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_key_black", "price": 0 @@ -50174,9 +44626,6 @@ "cost": 85, "lowalch": 34, "highalch": 51, - "weight": 0.01, - "release_date": "2004-10-18", - "examine": "A bronze key with a purple painted eyelet.", "wiki_name": "Bronze key purple", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_key_purple", "price": 0 @@ -50188,9 +44637,6 @@ "cost": 86, "lowalch": 34, "highalch": 51, - "weight": 0.01, - "release_date": "2004-10-18", - "examine": "A steel key with a blood-red painted eyelet.", "wiki_name": "Steel key red", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_key_red", "price": 0 @@ -50202,9 +44648,6 @@ "cost": 87, "lowalch": 34, "highalch": 52, - "weight": 0.01, - "release_date": "2004-10-18", - "examine": "A steel key with a brown painted eyelet.", "wiki_name": "Steel key brown", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_key_brown", "price": 0 @@ -50216,9 +44659,6 @@ "cost": 88, "lowalch": 35, "highalch": 52, - "weight": 0.01, - "release_date": "2004-10-18", - "examine": "A steel key with a crimson painted eyelet.", "wiki_name": "Steel key crimson", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_key_crimson", "price": 0 @@ -50230,9 +44670,6 @@ "cost": 89, "lowalch": 35, "highalch": 53, - "weight": 0.01, - "release_date": "2004-10-18", - "examine": "A steel key with a black painted eyelet.", "wiki_name": "Steel key black", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_key_black", "price": 0 @@ -50244,9 +44681,6 @@ "cost": 90, "lowalch": 36, "highalch": 54, - "weight": 0.01, - "release_date": "2004-10-18", - "examine": "A steel key with a purple painted eyelet.", "wiki_name": "Steel key purple", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_key_purple", "price": 0 @@ -50258,9 +44692,6 @@ "cost": 91, "lowalch": 36, "highalch": 54, - "weight": 0.01, - "release_date": "2004-10-18", - "examine": "A black key with a blood-red painted eyelet.", "wiki_name": "Black key red", "wiki_url": "https://oldschool.runescape.wiki/w/Black_key_red", "price": 0 @@ -50272,9 +44703,6 @@ "cost": 92, "lowalch": 36, "highalch": 55, - "weight": 0.01, - "release_date": "2004-10-18", - "examine": "A black key with a brown painted eyelet.", "wiki_name": "Black key brown", "wiki_url": "https://oldschool.runescape.wiki/w/Black_key_brown", "price": 0 @@ -50286,9 +44714,6 @@ "cost": 93, "lowalch": 37, "highalch": 55, - "weight": 0.01, - "release_date": "2004-10-18", - "examine": "A black key with a crimson painted eyelet.", "wiki_name": "Black key crimson", "wiki_url": "https://oldschool.runescape.wiki/w/Black_key_crimson", "price": 0 @@ -50300,9 +44725,6 @@ "cost": 94, "lowalch": 37, "highalch": 56, - "weight": 0.01, - "release_date": "2004-10-18", - "examine": "A black key with a black painted eyelet.", "wiki_name": "Black key black", "wiki_url": "https://oldschool.runescape.wiki/w/Black_key_black", "price": 0 @@ -50314,9 +44736,6 @@ "cost": 95, "lowalch": 38, "highalch": 57, - "weight": 0.01, - "release_date": "2004-10-18", - "examine": "A black key with a purple painted eyelet.", "wiki_name": "Black key purple", "wiki_url": "https://oldschool.runescape.wiki/w/Black_key_purple", "price": 0 @@ -50328,9 +44747,6 @@ "cost": 96, "lowalch": 38, "highalch": 57, - "weight": 0.01, - "release_date": "2004-10-18", - "examine": "A silver key with a blood-red painted eyelet.", "wiki_name": "Silver key red", "wiki_url": "https://oldschool.runescape.wiki/w/Silver_key_red", "price": 0 @@ -50342,9 +44758,6 @@ "cost": 97, "lowalch": 38, "highalch": 58, - "weight": 0.01, - "release_date": "2004-10-18", - "examine": "A silver key with a brown painted eyelet.", "wiki_name": "Silver key brown", "wiki_url": "https://oldschool.runescape.wiki/w/Silver_key_brown", "price": 0 @@ -50356,9 +44769,6 @@ "cost": 98, "lowalch": 39, "highalch": 58, - "weight": 0.01, - "release_date": "2004-10-18", - "examine": "A silver key with a crimson painted eyelet.", "wiki_name": "Silver key crimson", "wiki_url": "https://oldschool.runescape.wiki/w/Silver_key_crimson", "price": 0 @@ -50370,9 +44780,6 @@ "cost": 99, "lowalch": 39, "highalch": 59, - "weight": 0.01, - "release_date": "2004-10-18", - "examine": "A silver key with a black painted eyelet.", "wiki_name": "Silver key black", "wiki_url": "https://oldschool.runescape.wiki/w/Silver_key_black", "price": 0 @@ -50384,9 +44791,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.01, - "release_date": "2004-10-18", - "examine": "A silver key with a purple painted eyelet.", "wiki_name": "Silver key purple", "wiki_url": "https://oldschool.runescape.wiki/w/Silver_key_purple", "price": 0 @@ -50401,10 +44805,7 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 1, "buy_limit": 11000, - "release_date": "2004-10-18", - "examine": "Amazingly untouched by time.", "wiki_name": "Fine cloth", "wiki_url": "https://oldschool.runescape.wiki/w/Fine_cloth", "price": 11500 @@ -50420,10 +44821,7 @@ "cost": 1920, "lowalch": 768, "highalch": 1152, - "weight": 9.071, "buy_limit": 8, - "release_date": "2004-10-26", - "examine": "Black plateskirt with trim.", "wiki_name": "Black plateskirt (t)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_plateskirt_(t)", "equipment": { @@ -50459,10 +44857,7 @@ "cost": 1920, "lowalch": 768, "highalch": 1152, - "weight": 9.071, "buy_limit": 8, - "release_date": "2004-10-26", - "examine": "Black plateskirt with gold trim.", "wiki_name": "Black plateskirt (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_plateskirt_(g)", "equipment": { @@ -50498,10 +44893,7 @@ "cost": 6400, "lowalch": 2560, "highalch": 3840, - "weight": 10.432, "buy_limit": 8, - "release_date": "2004-10-26", - "examine": "Adamant plateskirt with trim.", "wiki_name": "Adamant plateskirt (t)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_plateskirt_(t)", "equipment": { @@ -50537,10 +44929,7 @@ "cost": 6400, "lowalch": 2560, "highalch": 3840, - "weight": 10.432, "buy_limit": 8, - "release_date": "2004-10-26", - "examine": "Adamant plateskirt with gold trim.", "wiki_name": "Adamant plateskirt (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_plateskirt_(g)", "equipment": { @@ -50576,10 +44965,7 @@ "cost": 64000, "lowalch": 25600, "highalch": 38400, - "weight": 9.071, "buy_limit": 8, - "release_date": "2004-10-26", - "examine": "Rune plateskirt with gold trim.", "wiki_name": "Rune plateskirt (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_plateskirt_(g)", "equipment": { @@ -50615,10 +45001,7 @@ "cost": 64000, "lowalch": 25600, "highalch": 38400, - "weight": 9.071, "buy_limit": 8, - "release_date": "2004-10-26", - "examine": "Rune plateskirt with trim.", "wiki_name": "Rune plateskirt (t)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_plateskirt_(t)", "equipment": { @@ -50654,10 +45037,7 @@ "cost": 64000, "lowalch": 25600, "highalch": 38400, - "weight": 9.071, "buy_limit": 8, - "release_date": "2004-10-26", - "examine": "Rune plateskirt in the colours of Zamorak.", "wiki_name": "Zamorak plateskirt", "wiki_url": "https://oldschool.runescape.wiki/w/Zamorak_plateskirt", "equipment": { @@ -50693,10 +45073,7 @@ "cost": 64000, "lowalch": 25600, "highalch": 38400, - "weight": 9.071, "buy_limit": 8, - "release_date": "2004-10-26", - "examine": "Rune plateskirt in the colours of Saradomin.", "wiki_name": "Saradomin plateskirt", "wiki_url": "https://oldschool.runescape.wiki/w/Saradomin_plateskirt", "equipment": { @@ -50732,10 +45109,7 @@ "cost": 64000, "lowalch": 25600, "highalch": 38400, - "weight": 9.071, "buy_limit": 8, - "release_date": "2004-10-26", - "examine": "Rune plateskirt in the colours of Guthix.", "wiki_name": "Guthix plateskirt", "wiki_url": "https://oldschool.runescape.wiki/w/Guthix_plateskirt", "equipment": { @@ -50771,10 +45145,7 @@ "cost": 65000, "lowalch": 26000, "highalch": 39000, - "weight": 9.979, "buy_limit": 8, - "release_date": "2004-10-26", - "examine": "Rune platebody with gold plate.", "wiki_name": "Gilded platebody", "wiki_url": "https://oldschool.runescape.wiki/w/Gilded_platebody", "equipment": { @@ -50810,10 +45181,7 @@ "cost": 64000, "lowalch": 25600, "highalch": 38400, - "weight": 9.071, "buy_limit": 8, - "release_date": "2004-10-26", - "examine": "Rune platelegs with gold plate.", "wiki_name": "Gilded platelegs", "wiki_url": "https://oldschool.runescape.wiki/w/Gilded_platelegs", "equipment": { @@ -50849,10 +45217,7 @@ "cost": 64000, "lowalch": 25600, "highalch": 38400, - "weight": 9.071, "buy_limit": 8, - "release_date": "2004-10-26", - "examine": "Rune plateskirt with gold plate.", "wiki_name": "Gilded plateskirt", "wiki_url": "https://oldschool.runescape.wiki/w/Gilded_plateskirt", "equipment": { @@ -50888,10 +45253,7 @@ "cost": 35200, "lowalch": 14080, "highalch": 21120, - "weight": 2.721, "buy_limit": 8, - "release_date": "2004-10-26", - "examine": "Rune full helmet with gold plate.", "wiki_name": "Gilded full helm", "wiki_url": "https://oldschool.runescape.wiki/w/Gilded_full_helm", "equipment": { @@ -50927,10 +45289,7 @@ "cost": 54400, "lowalch": 21760, "highalch": 32640, - "weight": 5.443, "buy_limit": 8, - "release_date": "2004-10-26", - "examine": "Rune kiteshield with gold plate.", "wiki_name": "Gilded kiteshield", "wiki_url": "https://oldschool.runescape.wiki/w/Gilded_kiteshield", "equipment": { @@ -50962,9 +45321,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.1, - "release_date": "2004-10-26", - "examine": "I need to solve this!", "wiki_name": "Puzzle box (Tree)", "wiki_url": "https://oldschool.runescape.wiki/w/Puzzle_box#Tree", "price": 0 @@ -50976,9 +45332,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.1, - "release_date": "2004-10-26", - "examine": "I need to solve this!", "wiki_name": "Puzzle box (Troll)", "wiki_url": "https://oldschool.runescape.wiki/w/Puzzle_box#Troll", "price": 0 @@ -50989,9 +45342,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2023-04-12", - "examine": "A tool to teleport you to various bosses and setup slayer tasks.", "wiki_name": "Boss helper tool", "wiki_url": "https://oldschool.runescape.wiki/w/Boss_helper_tool", "price": 0 @@ -51006,10 +45356,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 1.36, "buy_limit": 40, - "release_date": "2004-10-26", - "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 @@ -51021,8 +45368,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2004-11-02", - "examine": "A shoe.", "wiki_name": "Shoe (unobtainable item) (Male Basic Brown)", "wiki_url": "https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Male_Basic_Brown", "price": 0 @@ -51034,8 +45379,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2004-11-02", - "examine": "A shoe.", "wiki_name": "Shoe (unobtainable item) (Male Basic Khaki)", "wiki_url": "https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Male_Basic_Khaki", "price": 0 @@ -51047,8 +45390,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2004-11-02", - "examine": "A shoe.", "wiki_name": "Shoe (unobtainable item) (Male Basic Ashen)", "wiki_url": "https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Male_Basic_Ashen", "price": 0 @@ -51060,8 +45401,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2004-11-02", - "examine": "A shoe.", "wiki_name": "Shoe (unobtainable item) (Male Basic Dark)", "wiki_url": "https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Male_Basic_Dark", "price": 0 @@ -51073,8 +45412,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2004-11-02", - "examine": "A shoe.", "wiki_name": "Shoe (unobtainable item) (Male Basic Terracotta)", "wiki_url": "https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Male_Basic_Terracotta", "price": 0 @@ -51086,8 +45423,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2004-11-02", - "examine": "A shoe.", "wiki_name": "Shoe (unobtainable item) (Male Basic Grey)", "wiki_url": "https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Male_Basic_Grey", "price": 0 @@ -51108,9 +45443,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2004-11-02", - "examine": "It's almost a musical instrument.", "wiki_name": "Unstrung lyre", "wiki_url": "https://oldschool.runescape.wiki/w/Unstrung_lyre", "price": 0 @@ -51125,9 +45457,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2004-11-02", - "examine": "It's a musical instrument I don't know how to play.", "wiki_name": "Lyre", "wiki_url": "https://oldschool.runescape.wiki/w/Lyre", "equipment": { @@ -51184,9 +45513,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2004-11-02", - "examine": "A musical instrument that I can magically play.", "wiki_name": "Enchanted lyre (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Enchanted_lyre#Uncharged", "price": 0 @@ -51201,9 +45527,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 1.814, - "release_date": "2004-11-02", - "examine": "This will teleport me to the Fremennik province when I play it.", "wiki_name": "Enchanted lyre (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Enchanted_lyre#(1)", "equipment": { @@ -51260,9 +45583,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2004-11-02", - "examine": "I can use this to make a lyre.", "wiki_name": "Branch", "wiki_url": "https://oldschool.runescape.wiki/w/Branch", "price": 0 @@ -51274,9 +45594,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.012, - "release_date": "2004-11-02", - "examine": "I can spin this into golden wool...", "wiki_name": "Golden fleece", "wiki_url": "https://oldschool.runescape.wiki/w/Golden_fleece", "price": 0 @@ -51288,9 +45605,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.012, - "release_date": "2004-11-02", - "examine": "I can use this to make a lyre.", "wiki_name": "Golden wool", "wiki_url": "https://oldschool.runescape.wiki/w/Golden_wool", "price": 0 @@ -51305,9 +45619,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2004-11-02", - "examine": "The lowest maintenance pet you will ever have.", "wiki_name": "Pet rock", "wiki_url": "https://oldschool.runescape.wiki/w/Pet_rock", "equipment": { @@ -51364,9 +45675,6 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.015, - "release_date": "2004-11-02", - "examine": "Talisman to bind the Draugen.", "wiki_name": "Hunters' talisman (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Hunters'_talisman#Normal", "price": 0 @@ -51378,9 +45686,6 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.015, - "release_date": "2004-11-02", - "examine": "Talisman to bind the Draugen.", "wiki_name": "Hunters' talisman (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Hunters'_talisman#Uncharged", "price": 0 @@ -51392,9 +45697,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2004-11-02", - "examine": "Some flowers from a distant land.", "wiki_name": "Exotic flower", "wiki_url": "https://oldschool.runescape.wiki/w/Exotic_flower", "price": 0 @@ -51406,9 +45708,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.005, - "release_date": "2004-11-02", - "examine": "A hauntingly beautiful love ballad.", "wiki_name": "Fremennik ballad", "wiki_url": "https://oldschool.runescape.wiki/w/Fremennik_ballad", "price": 0 @@ -51420,9 +45719,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.34, - "release_date": "2004-11-02", - "examine": "A pair of sturdy custom made boots.", "wiki_name": "Sturdy boots", "wiki_url": "https://oldschool.runescape.wiki/w/Sturdy_boots", "price": 0 @@ -51434,9 +45730,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.51, - "release_date": "2004-11-02", - "examine": "Could probably be a bit clearer!", "wiki_name": "Tracking map", "wiki_url": "https://oldschool.runescape.wiki/w/Tracking_map", "price": 0 @@ -51448,9 +45741,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.014, - "release_date": "2004-11-02", - "examine": "A finely crafted string for a custom bow.", "wiki_name": "Custom bow string", "wiki_url": "https://oldschool.runescape.wiki/w/Custom_bow_string", "price": 0 @@ -51462,9 +45752,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.4, - "release_date": "2004-11-02", - "examine": "An extremely odd, non-edible fish.", "wiki_name": "Unusual fish", "wiki_url": "https://oldschool.runescape.wiki/w/Unusual_fish", "price": 0 @@ -51476,9 +45763,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.51, - "release_date": "2004-11-02", - "examine": "Map showing the best fishing spots out at sea.", "wiki_name": "Sea fishing map", "wiki_url": "https://oldschool.runescape.wiki/w/Sea_fishing_map", "price": 0 @@ -51490,9 +45774,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.005, - "release_date": "2004-11-02", - "examine": "An estimate of expected local weather patterns.", "wiki_name": "Weather forecast", "wiki_url": "https://oldschool.runescape.wiki/w/Weather_forecast", "price": 0 @@ -51504,9 +45785,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.004, - "release_date": "2004-11-02", - "examine": "Shows the wearer is worthy of the Champions table.", "wiki_name": "Champions token", "wiki_url": "https://oldschool.runescape.wiki/w/Champions_token", "price": 0 @@ -51518,9 +45796,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.45, - "release_date": "2004-11-02", - "examine": "Probably the greatest cocktail in the world.", "wiki_name": "Legendary cocktail", "wiki_url": "https://oldschool.runescape.wiki/w/Legendary_cocktail", "price": 0 @@ -51532,9 +45807,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.005, - "release_date": "2004-11-02", - "examine": "A signed statement promising a reduction on sales tax.", "wiki_name": "Fiscal statement", "wiki_url": "https://oldschool.runescape.wiki/w/Fiscal_statement", "price": 0 @@ -51546,9 +45818,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.005, - "release_date": "2004-11-02", - "examine": "A legally binding contract promising not to enter the longhall.", "wiki_name": "Promissory note", "wiki_url": "https://oldschool.runescape.wiki/w/Promissory_note", "price": 0 @@ -51560,9 +45829,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.005, - "release_date": "2004-11-02", - "examine": "This employment contract is for a warrior to act as a bodyguard.", "wiki_name": "Warriors' contract", "wiki_url": "https://oldschool.runescape.wiki/w/Warriors'_contract", "price": 0 @@ -51574,9 +45840,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 20, - "release_date": "2004-11-02", - "examine": "A lot of beer in a barrel.", "wiki_name": "Keg of beer (The Fremennik Trials)", "wiki_url": "https://oldschool.runescape.wiki/w/Keg_of_beer_(The_Fremennik_Trials)", "price": 0 @@ -51588,9 +45851,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 20, - "release_date": "2004-11-02", - "examine": "Suspiciously close to beer, but without the side effects.", "wiki_name": "Low alcohol keg", "wiki_url": "https://oldschool.runescape.wiki/w/Low_alcohol_keg", "price": 0 @@ -51600,9 +45860,6 @@ "name": "Strange object", "members": true, "cost": 1, - "weight": 0.001, - "release_date": "2004-11-02", - "examine": "It's some kind of weird little parcel thing.", "wiki_name": "Strange object", "wiki_url": "https://oldschool.runescape.wiki/w/Strange_object", "price": 0 @@ -51612,9 +45869,6 @@ "name": "Lit strange object", "members": true, "cost": 1, - "weight": 0.001, - "release_date": "2004-11-02", - "examine": "It's some kind of weird little parcel thing. On fire.", "wiki_name": "Lit strange object", "wiki_url": "https://oldschool.runescape.wiki/w/Lit_strange_object", "price": 0 @@ -51624,9 +45878,6 @@ "name": "Red disk", "members": true, "cost": 1, - "weight": 0.002, - "release_date": "2004-11-02", - "examine": "A red coloured disk, apparently made of wood.", "wiki_name": "Red disk", "wiki_url": "https://oldschool.runescape.wiki/w/Red_disk", "price": 0 @@ -51638,9 +45889,6 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "weight": 0.02, - "release_date": "2004-11-02", - "examine": "A very attractive magnet.", "wiki_name": "Magnet (The Fremennik Trials)", "wiki_url": "https://oldschool.runescape.wiki/w/Magnet_(The_Fremennik_Trials)", "price": 0 @@ -51650,9 +45898,6 @@ "name": "Blue thread", "members": true, "cost": 1, - "weight": 0.002, - "release_date": "2004-11-02", - "examine": "Some blue thread.", "wiki_name": "Blue thread", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_thread", "price": 0 @@ -51662,9 +45907,6 @@ "name": "Small pick", "members": true, "cost": 1, - "weight": 0.056, - "release_date": "2004-11-02", - "examine": "A small pick for cracking small objects.", "wiki_name": "Small pick", "wiki_url": "https://oldschool.runescape.wiki/w/Small_pick", "price": 0 @@ -51674,9 +45916,6 @@ "name": "Toy ship", "members": true, "cost": 2, - "weight": 0.4, - "release_date": "2004-11-02", - "examine": "Might be fun to play with in the bath.", "wiki_name": "Toy ship", "wiki_url": "https://oldschool.runescape.wiki/w/Toy_ship", "price": 0 @@ -51688,9 +45927,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2004-11-02", - "examine": "This bucket is completely full. It has a 5 painted on its side.", "wiki_name": "Full bucket (The Fremennik Trials)", "wiki_url": "https://oldschool.runescape.wiki/w/Full_bucket_(The_Fremennik_Trials)", "price": 0 @@ -51702,9 +45938,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2004-11-02", - "examine": "This bucket is eighty percent full. It has a 5 painted on its side.", "wiki_name": "4/5ths full bucket", "wiki_url": "https://oldschool.runescape.wiki/w/4/5ths_full_bucket", "price": 0 @@ -51714,9 +45947,6 @@ "name": "3/5ths full bucket", "members": true, "cost": 1, - "weight": 0.001, - "release_date": "2004-11-02", - "examine": "This bucket is sixty percent full. It has a 5 painted on its side.", "wiki_name": "3/5ths full bucket", "wiki_url": "https://oldschool.runescape.wiki/w/3/5ths_full_bucket", "price": 0 @@ -51726,9 +45956,6 @@ "name": "2/5ths full bucket", "members": true, "cost": 1, - "weight": 0.001, - "release_date": "2004-11-02", - "examine": "This bucket is forty percent full. It has a 5 painted on its side.", "wiki_name": "2/5ths full bucket", "wiki_url": "https://oldschool.runescape.wiki/w/2/5ths_full_bucket", "price": 0 @@ -51738,9 +45965,6 @@ "name": "1/5ths full bucket", "members": true, "cost": 1, - "weight": 0.001, - "release_date": "2004-11-02", - "examine": "This bucket is twenty percent full. It has a 5 painted on its side.", "wiki_name": "1/5ths full bucket", "wiki_url": "https://oldschool.runescape.wiki/w/1/5ths_full_bucket", "price": 0 @@ -51750,9 +45974,6 @@ "name": "Empty bucket", "members": true, "cost": 1, - "weight": 0.001, - "release_date": "2004-11-02", - "examine": "This bucket is completely empty. It has a 5 painted on its side.", "wiki_name": "Empty bucket", "wiki_url": "https://oldschool.runescape.wiki/w/Empty_bucket", "price": 0 @@ -51762,9 +45983,6 @@ "name": "Frozen bucket", "members": true, "cost": 1, - "weight": 0.001, - "release_date": "2004-11-02", - "examine": "This bucket of water is frozen solid.", "wiki_name": "Frozen bucket", "wiki_url": "https://oldschool.runescape.wiki/w/Frozen_bucket", "price": 0 @@ -51774,9 +45992,6 @@ "name": "Full jug", "members": true, "cost": 1, - "weight": 0.001, - "release_date": "2004-11-02", - "examine": "This jug is completely full. It has a 3 painted on its side.", "wiki_name": "Full jug", "wiki_url": "https://oldschool.runescape.wiki/w/Full_jug", "price": 0 @@ -51786,9 +46001,6 @@ "name": "2/3rds full jug", "members": true, "cost": 1, - "weight": 0.001, - "release_date": "2004-11-02", - "examine": "This jug is two thirds full. It has a 3 painted on its side.", "wiki_name": "2/3rds full jug", "wiki_url": "https://oldschool.runescape.wiki/w/2/3rds_full_jug", "price": 0 @@ -51798,9 +46010,6 @@ "name": "1/3rds full jug", "members": true, "cost": 1, - "weight": 0.001, - "release_date": "2004-11-02", - "examine": "This jug is one thirds full. It has a 3 painted on its side.", "wiki_name": "1/3rds full jug", "wiki_url": "https://oldschool.runescape.wiki/w/1/3rds_full_jug", "price": 0 @@ -51810,9 +46019,6 @@ "name": "Empty jug", "members": true, "cost": 1, - "weight": 0.001, - "release_date": "2004-11-02", - "examine": "This jug is completely empty. It has a 3 painted on its side.", "wiki_name": "Empty jug", "wiki_url": "https://oldschool.runescape.wiki/w/Empty_jug", "price": 0 @@ -51824,9 +46030,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2004-11-02", - "examine": "This jug of water is frozen solid.", "wiki_name": "Frozen jug", "wiki_url": "https://oldschool.runescape.wiki/w/Frozen_jug", "price": 0 @@ -51836,9 +46039,6 @@ "name": "Vase", "members": true, "cost": 1, - "weight": 0.001, - "release_date": "2004-11-02", - "examine": "An unusually shaped vase. You can see something glinting inside.", "wiki_name": "Vase", "wiki_url": "https://oldschool.runescape.wiki/w/Vase", "price": 0 @@ -51848,9 +46048,6 @@ "name": "Vase of water", "members": true, "cost": 1, - "weight": 0.001, - "release_date": "2004-11-02", - "examine": "An unusually shaped vase full of water. You can see something glinting inside.", "wiki_name": "Vase of water", "wiki_url": "https://oldschool.runescape.wiki/w/Vase_of_water", "price": 0 @@ -51862,9 +46059,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2004-11-02", - "examine": "An unusually shaped vase full of ice. You can see something glinting inside.", "wiki_name": "Frozen vase", "wiki_url": "https://oldschool.runescape.wiki/w/Frozen_vase", "price": 0 @@ -51874,9 +46068,6 @@ "name": "Vase lid", "members": true, "cost": 1, - "weight": 0.001, - "release_date": "2004-11-02", - "examine": "This looks like a lid to some kind of container...", "wiki_name": "Vase lid", "wiki_url": "https://oldschool.runescape.wiki/w/Vase_lid", "price": 0 @@ -51888,9 +46079,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2004-11-02", - "examine": "The lid is screwed on tightly.", "wiki_name": "Sealed vase (Empty)", "wiki_url": "https://oldschool.runescape.wiki/w/Sealed_vase#Empty", "price": 0 @@ -51902,9 +46090,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2004-11-02", - "examine": "The lid is screwed on tightly. It is very cold.", "wiki_name": "Sealed vase (Frozen)", "wiki_url": "https://oldschool.runescape.wiki/w/Sealed_vase#Frozen", "price": 0 @@ -51916,9 +46101,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2004-11-02", - "examine": "The lid is screwed on tightly. It is full of water.", "wiki_name": "Sealed vase (Water)", "wiki_url": "https://oldschool.runescape.wiki/w/Sealed_vase#Water", "price": 0 @@ -51928,9 +46110,6 @@ "name": "Red herring", "members": true, "cost": 1, - "weight": 0.5, - "release_date": "2004-11-02", - "examine": "The colouring on it seems to be some kind of sticky goop...", "wiki_name": "Red herring", "wiki_url": "https://oldschool.runescape.wiki/w/Red_herring", "price": 0 @@ -51942,9 +46121,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.002, - "release_date": "2004-11-02", - "examine": "A simple looking disk made of wood.", "wiki_name": "Wooden disk", "wiki_url": "https://oldschool.runescape.wiki/w/Wooden_disk", "price": 0 @@ -51954,9 +46130,6 @@ "name": "Seer's key", "members": true, "cost": 1, - "weight": 0.01, - "release_date": "2004-11-02", - "examine": "The key to leave the Seer's house.", "wiki_name": "Seer's key", "wiki_url": "https://oldschool.runescape.wiki/w/Seer's_key", "price": 0 @@ -51968,9 +46141,6 @@ "tradeable": true, "noteable": true, "cost": 1, - "weight": 0.001, - "release_date": "2004-11-02", - "examine": "Yup, it's sticky, it's red and it's goop.", "wiki_name": "Sticky red goop", "wiki_url": "https://oldschool.runescape.wiki/w/Sticky_red_goop", "price": 0 @@ -51984,9 +46154,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 2.721, - "release_date": "2004-11-02", - "examine": "A sturdy helm worn only by Fremennik clan members.", "wiki_name": "Fremennik helm", "wiki_url": "https://oldschool.runescape.wiki/w/Fremennik_helm", "equipment": { @@ -52023,10 +46190,7 @@ "cost": 60000, "lowalch": 24000, "highalch": 36000, - "weight": 2.721, "buy_limit": 70, - "release_date": "2004-11-02", - "examine": "This helmet is worn by archers.", "wiki_name": "Archer helm", "wiki_url": "https://oldschool.runescape.wiki/w/Archer_helm", "equipment": { @@ -52063,10 +46227,7 @@ "cost": 60000, "lowalch": 24000, "highalch": 36000, - "weight": 2.721, "buy_limit": 70, - "release_date": "2004-11-02", - "examine": "This helmet is worn by berserkers.", "wiki_name": "Berserker helm", "wiki_url": "https://oldschool.runescape.wiki/w/Berserker_helm", "equipment": { @@ -52103,10 +46264,7 @@ "cost": 60000, "lowalch": 24000, "highalch": 36000, - "weight": 2.721, "buy_limit": 70, - "release_date": "2004-11-02", - "examine": "This helmet is worn by warriors.", "wiki_name": "Warrior helm", "wiki_url": "https://oldschool.runescape.wiki/w/Warrior_helm", "equipment": { @@ -52143,10 +46301,7 @@ "cost": 60000, "lowalch": 24000, "highalch": 36000, - "weight": 2.721, "buy_limit": 70, - "release_date": "2004-11-02", - "examine": "This helmet is worn by farseers.", "wiki_name": "Farseer helm", "wiki_url": "https://oldschool.runescape.wiki/w/Farseer_helm", "equipment": { @@ -52181,9 +46336,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 1.814, - "release_date": "2004-11-02", - "examine": "A sword used only by Fremennik warriors.", "wiki_name": "Fremennik blade", "wiki_url": "https://oldschool.runescape.wiki/w/Fremennik_blade", "equipment": { @@ -52251,9 +46403,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 2.267, - "release_date": "2004-11-02", - "examine": "A shield worn by Fremennik warriors.", "wiki_name": "Fremennik shield", "wiki_url": "https://oldschool.runescape.wiki/w/Fremennik_shield", "equipment": { @@ -52290,10 +46439,7 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 0.453, "buy_limit": 150, - "release_date": "2004-11-02", - "examine": "The latest fashion in Rellekka.", "wiki_name": "Fremennik cyan cloak", "wiki_url": "https://oldschool.runescape.wiki/w/Fremennik_cyan_cloak", "equipment": { @@ -52328,10 +46474,7 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 0.453, "buy_limit": 150, - "release_date": "2004-11-02", - "examine": "The latest fashion in Rellekka.", "wiki_name": "Fremennik brown cloak", "wiki_url": "https://oldschool.runescape.wiki/w/Fremennik_brown_cloak", "equipment": { @@ -52366,10 +46509,7 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 0.453, "buy_limit": 150, - "release_date": "2004-11-02", - "examine": "The latest fashion in Rellekka.", "wiki_name": "Fremennik blue cloak", "wiki_url": "https://oldschool.runescape.wiki/w/Fremennik_blue_cloak", "equipment": { @@ -52404,10 +46544,7 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 0.453, "buy_limit": 150, - "release_date": "2004-11-02", - "examine": "The latest fashion in Rellekka.", "wiki_name": "Fremennik green cloak", "wiki_url": "https://oldschool.runescape.wiki/w/Fremennik_green_cloak", "equipment": { @@ -52442,10 +46579,7 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 0.907, "buy_limit": 150, - "release_date": "2004-11-02", - "examine": "The latest in Fremennik fashion.", "wiki_name": "Fremennik brown shirt", "wiki_url": "https://oldschool.runescape.wiki/w/Fremennik_brown_shirt", "equipment": { @@ -52480,10 +46614,7 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 0.907, "buy_limit": 150, - "release_date": "2004-11-02", - "examine": "The latest in Fremennik fashion.", "wiki_name": "Fremennik grey shirt", "wiki_url": "https://oldschool.runescape.wiki/w/Fremennik_grey_shirt", "equipment": { @@ -52518,10 +46649,7 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 0.907, "buy_limit": 150, - "release_date": "2004-11-02", - "examine": "The latest in Fremennik fashion.", "wiki_name": "Fremennik beige shirt", "wiki_url": "https://oldschool.runescape.wiki/w/Fremennik_beige_shirt", "equipment": { @@ -52556,10 +46684,7 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 0.907, "buy_limit": 150, - "release_date": "2004-11-02", - "examine": "The latest in Fremennik fashion.", "wiki_name": "Fremennik red shirt", "wiki_url": "https://oldschool.runescape.wiki/w/Fremennik_red_shirt", "equipment": { @@ -52594,10 +46719,7 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 0.907, "buy_limit": 150, - "release_date": "2004-11-02", - "examine": "The latest in Fremennik fashion.", "wiki_name": "Fremennik blue shirt", "wiki_url": "https://oldschool.runescape.wiki/w/Fremennik_blue_shirt", "equipment": { @@ -52632,10 +46754,7 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 0.453, "buy_limit": 150, - "release_date": "2004-11-02", - "examine": "The latest fashion in Rellekka.", "wiki_name": "Fremennik red cloak", "wiki_url": "https://oldschool.runescape.wiki/w/Fremennik_red_cloak", "equipment": { @@ -52670,10 +46789,7 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 0.453, "buy_limit": 150, - "release_date": "2004-11-02", - "examine": "The latest fashion in Rellekka.", "wiki_name": "Fremennik grey cloak", "wiki_url": "https://oldschool.runescape.wiki/w/Fremennik_grey_cloak", "equipment": { @@ -52708,10 +46824,7 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 0.453, "buy_limit": 150, - "release_date": "2004-11-02", - "examine": "The latest fashion in Rellekka.", "wiki_name": "Fremennik yellow cloak", "wiki_url": "https://oldschool.runescape.wiki/w/Fremennik_yellow_cloak", "equipment": { @@ -52746,10 +46859,7 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 0.453, "buy_limit": 150, - "release_date": "2004-11-02", - "examine": "The latest fashion in Rellekka.", "wiki_name": "Fremennik teal cloak", "wiki_url": "https://oldschool.runescape.wiki/w/Fremennik_teal_cloak", "equipment": { @@ -52784,10 +46894,7 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 0.453, "buy_limit": 150, - "release_date": "2004-11-02", - "examine": "The latest fashion in Rellekka.", "wiki_name": "Fremennik purple cloak", "wiki_url": "https://oldschool.runescape.wiki/w/Fremennik_purple_cloak", "equipment": { @@ -52822,10 +46929,7 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 0.453, "buy_limit": 150, - "release_date": "2004-11-02", - "examine": "The latest fashion in Rellekka.", "wiki_name": "Fremennik pink cloak", "wiki_url": "https://oldschool.runescape.wiki/w/Fremennik_pink_cloak", "equipment": { @@ -52860,10 +46964,7 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 0.453, "buy_limit": 150, - "release_date": "2004-11-02", - "examine": "The latest fashion in Rellekka.", "wiki_name": "Fremennik black cloak", "wiki_url": "https://oldschool.runescape.wiki/w/Fremennik_black_cloak", "equipment": { @@ -52898,10 +46999,7 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 0.34, "buy_limit": 150, - "release_date": "2004-11-02", - "examine": "Very stylish!", "wiki_name": "Fremennik boots", "wiki_url": "https://oldschool.runescape.wiki/w/Fremennik_boots", "equipment": { @@ -52936,10 +47034,7 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 0.907, "buy_limit": 150, - "release_date": "2004-11-02", - "examine": "The latest fashion in Rellekka.", "wiki_name": "Fremennik robe", "wiki_url": "https://oldschool.runescape.wiki/w/Fremennik_robe", "equipment": { @@ -52974,10 +47069,7 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 0.907, "buy_limit": 150, - "release_date": "2004-11-02", - "examine": "The latest fashion in Rellekka.", "wiki_name": "Fremennik skirt", "wiki_url": "https://oldschool.runescape.wiki/w/Fremennik_skirt", "equipment": { @@ -53012,10 +47104,7 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 0.453, "buy_limit": 150, - "release_date": "2004-11-02", - "examine": "A silly pointed hat.", "wiki_name": "Fremennik hat", "wiki_url": "https://oldschool.runescape.wiki/w/Fremennik_hat", "equipment": { @@ -53050,10 +47139,7 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 0.453, "buy_limit": 150, - "release_date": "2004-11-02", - "examine": "These will keep my hands warm!", "wiki_name": "Fremennik gloves", "wiki_url": "https://oldschool.runescape.wiki/w/Fremennik_gloves", "equipment": { @@ -53086,10 +47172,7 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 20, "buy_limit": 2000, - "release_date": "2004-11-02", - "examine": "A lot of beer in a barrel.", "wiki_name": "Keg of beer", "wiki_url": "https://oldschool.runescape.wiki/w/Keg_of_beer", "price": 933 @@ -53104,10 +47187,7 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.55, "buy_limit": 2000, - "release_date": "2004-11-02", - "examine": "Frothy and alcoholic.", "wiki_name": "Beer tankard", "wiki_url": "https://oldschool.runescape.wiki/w/Beer_tankard", "price": 338 @@ -53121,9 +47201,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.05, - "release_date": "2004-11-02", - "examine": "A big cup for a big thirst.", "wiki_name": "Tankard", "wiki_url": "https://oldschool.runescape.wiki/w/Tankard", "price": 0 @@ -53139,8 +47216,6 @@ "lowalch": 80, "highalch": 120, "buy_limit": 5, - "release_date": "2004-11-17", - "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": 2530 @@ -53156,8 +47231,6 @@ "lowalch": 80, "highalch": 120, "buy_limit": 5, - "release_date": "2004-11-17", - "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": 3139 @@ -53173,8 +47246,6 @@ "lowalch": 80, "highalch": 120, "buy_limit": 5, - "release_date": "2004-11-17", - "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": 2332 @@ -53190,8 +47261,6 @@ "lowalch": 80, "highalch": 120, "buy_limit": 5, - "release_date": "2004-11-17", - "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": 4549 @@ -53207,8 +47276,6 @@ "lowalch": 80, "highalch": 120, "buy_limit": 5, - "release_date": "2004-11-17", - "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 @@ -53224,8 +47291,6 @@ "lowalch": 80, "highalch": 120, "buy_limit": 5, - "release_date": "2004-11-17", - "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": 6712 @@ -53241,8 +47306,6 @@ "lowalch": 80, "highalch": 120, "buy_limit": 5, - "release_date": "2004-11-17", - "examine": "This seems to have been torn from a book...", "wiki_name": "Zamorak page 3", "wiki_url": "https://oldschool.runescape.wiki/w/Zamorak_page_3", "price": 5904 @@ -53258,8 +47321,6 @@ "lowalch": 80, "highalch": 120, "buy_limit": 5, - "release_date": "2004-11-17", - "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": 6613 @@ -53275,8 +47336,6 @@ "lowalch": 80, "highalch": 120, "buy_limit": 5, - "release_date": "2004-11-17", - "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": 2029 @@ -53292,8 +47351,6 @@ "lowalch": 80, "highalch": 120, "buy_limit": 5, - "release_date": "2004-11-17", - "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": 1907 @@ -53309,8 +47366,6 @@ "lowalch": 80, "highalch": 120, "buy_limit": 5, - "release_date": "2004-11-17", - "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": 2256 @@ -53326,8 +47381,6 @@ "lowalch": 80, "highalch": 120, "buy_limit": 5, - "release_date": "2004-11-17", - "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": 3395 @@ -53341,9 +47394,6 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 1, - "release_date": "2004-11-17", - "examine": "An incomplete book of Saradomin.", "wiki_name": "Damaged book (Saradomin)", "wiki_url": "https://oldschool.runescape.wiki/w/Damaged_book_(Saradomin)", "equipment": { @@ -53375,9 +47425,6 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 1, - "release_date": "2004-11-17", - "examine": "The holy book of Saradomin.", "wiki_name": "Holy book", "wiki_url": "https://oldschool.runescape.wiki/w/Holy_book", "equipment": { @@ -53409,9 +47456,6 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 1, - "release_date": "2004-11-17", - "examine": "An incomplete book of Zamorak.", "wiki_name": "Damaged book (Zamorak)", "wiki_url": "https://oldschool.runescape.wiki/w/Damaged_book_(Zamorak)", "equipment": { @@ -53443,9 +47487,6 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 1, - "release_date": "2004-11-17", - "examine": "The unholy book of Zamorak.", "wiki_name": "Unholy book", "wiki_url": "https://oldschool.runescape.wiki/w/Unholy_book", "equipment": { @@ -53477,9 +47518,6 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 1, - "release_date": "2004-11-17", - "examine": "An incomplete book of Guthix.", "wiki_name": "Damaged book (Guthix)", "wiki_url": "https://oldschool.runescape.wiki/w/Damaged_book_(Guthix)", "equipment": { @@ -53511,9 +47549,6 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 1, - "release_date": "2004-11-17", - "examine": "The holy book of Guthix.", "wiki_name": "Book of balance", "wiki_url": "https://oldschool.runescape.wiki/w/Book_of_balance", "equipment": { @@ -53543,9 +47578,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.51, - "release_date": "2004-11-17", - "examine": "A daily journal.", "wiki_name": "Journal (Horror from the Deep)", "wiki_url": "https://oldschool.runescape.wiki/w/Journal_(Horror_from_the_Deep)", "price": 0 @@ -53557,9 +47589,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.51, - "release_date": "2004-11-17", - "examine": "Someone's Diary.", "wiki_name": "Diary (Horror from the Deep)", "wiki_url": "https://oldschool.runescape.wiki/w/Diary_(Horror_from_the_Deep)", "price": 0 @@ -53571,9 +47600,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.51, - "release_date": "2004-11-17", - "examine": "Looks like some kind of manual.", "wiki_name": "Manual", "wiki_url": "https://oldschool.runescape.wiki/w/Manual", "price": 0 @@ -53585,9 +47611,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2004-11-17", - "examine": "The key to the front door of the lighthouse.", "wiki_name": "Lighthouse key", "wiki_url": "https://oldschool.runescape.wiki/w/Lighthouse_key", "price": 0 @@ -53599,9 +47622,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 5, - "release_date": "2004-11-17", - "examine": "Looks old and rusty...", "wiki_name": "Rusty casket", "wiki_url": "https://oldschool.runescape.wiki/w/Rusty_casket", "price": 0 @@ -53618,10 +47638,7 @@ "cost": 1050, "lowalch": 420, "highalch": 630, - "weight": 0.01, "buy_limit": 10000, - "release_date": "2004-11-24", - "examine": "An enchanted necklace.", "wiki_name": "Games necklace (8)", "wiki_url": "https://oldschool.runescape.wiki/w/Games_necklace#(8)", "equipment": { @@ -53655,9 +47672,6 @@ "cost": 1050, "lowalch": 420, "highalch": 630, - "weight": 0.01, - "release_date": "2004-11-24", - "examine": "An enchanted necklace.", "wiki_name": "Games necklace (7)", "wiki_url": "https://oldschool.runescape.wiki/w/Games_necklace#(7)", "equipment": { @@ -53691,9 +47705,6 @@ "cost": 1050, "lowalch": 420, "highalch": 630, - "weight": 0.01, - "release_date": "2004-11-24", - "examine": "An enchanted necklace.", "wiki_name": "Games necklace (6)", "wiki_url": "https://oldschool.runescape.wiki/w/Games_necklace#(6)", "equipment": { @@ -53727,9 +47738,6 @@ "cost": 1050, "lowalch": 420, "highalch": 630, - "weight": 0.01, - "release_date": "2004-11-24", - "examine": "An enchanted necklace.", "wiki_name": "Games necklace (5)", "wiki_url": "https://oldschool.runescape.wiki/w/Games_necklace#(5)", "equipment": { @@ -53763,9 +47771,6 @@ "cost": 1050, "lowalch": 420, "highalch": 630, - "weight": 0.01, - "release_date": "2004-11-24", - "examine": "An enchanted necklace.", "wiki_name": "Games necklace (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Games_necklace#(4)", "equipment": { @@ -53799,9 +47804,6 @@ "cost": 1050, "lowalch": 420, "highalch": 630, - "weight": 0.01, - "release_date": "2004-11-24", - "examine": "An enchanted necklace.", "wiki_name": "Games necklace (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Games_necklace#(3)", "equipment": { @@ -53835,9 +47837,6 @@ "cost": 1050, "lowalch": 420, "highalch": 630, - "weight": 0.01, - "release_date": "2004-11-24", - "examine": "An enchanted necklace.", "wiki_name": "Games necklace (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Games_necklace#(2)", "equipment": { @@ -53871,9 +47870,6 @@ "cost": 1050, "lowalch": 420, "highalch": 630, - "weight": 0.01, - "release_date": "2004-11-24", - "examine": "An enchanted necklace.", "wiki_name": "Games necklace (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Games_necklace#(1)", "equipment": { @@ -53912,9 +47908,6 @@ "cost": 800, "lowalch": 320, "highalch": 480, - "weight": 5, - "release_date": "2004-11-24", - "examine": "A comfy stool.", "wiki_name": "Stool (Games) (Burthorpe Games Room)", "wiki_url": "https://oldschool.runescape.wiki/w/Stool_(Games)#Burthorpe_Games_Room", "price": 0 @@ -53924,9 +47917,6 @@ "name": "Awful anthem", "members": true, "cost": 1, - "weight": 0.005, - "release_date": "2004-11-29", - "examine": "It's not very good.", "wiki_name": "Awful anthem", "wiki_url": "https://oldschool.runescape.wiki/w/Awful_anthem", "price": 0 @@ -53936,9 +47926,6 @@ "name": "Good anthem", "members": true, "cost": 1, - "weight": 0.005, - "release_date": "2004-11-29", - "examine": "Much better.", "wiki_name": "Good anthem", "wiki_url": "https://oldschool.runescape.wiki/w/Good_anthem", "price": 0 @@ -53948,9 +47935,6 @@ "name": "Treaty", "members": true, "cost": 1, - "weight": 0.005, - "release_date": "2004-11-29", - "examine": "Just needs the King's signature.", "wiki_name": "Treaty", "wiki_url": "https://oldschool.runescape.wiki/w/Treaty", "price": 0 @@ -53962,9 +47946,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.035, - "release_date": "2004-11-29", - "examine": "For making a giant pen.", "wiki_name": "Giant nib", "wiki_url": "https://oldschool.runescape.wiki/w/Giant_nib", "price": 0 @@ -53976,9 +47957,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.035, - "release_date": "2004-11-29", - "examine": "The King should be able to use this.", "wiki_name": "Giant pen", "wiki_url": "https://oldschool.runescape.wiki/w/Giant_pen", "price": 0 @@ -53995,9 +47973,6 @@ "cost": 15, "lowalch": 6, "highalch": 9, - "weight": 1.587, - "release_date": "2004-11-29", - "examine": "Not as good as a pet frog.", "wiki_name": "Iron sickle", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_sickle", "equipment": { @@ -54061,9 +48036,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2004-11-29", - "examine": "Managing Thine Kingdom for Noobes by A. Ghrim.", "wiki_name": "Ghrim's book", "wiki_url": "https://oldschool.runescape.wiki/w/Ghrim's_book", "price": 0 @@ -54092,9 +48064,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.1, - "release_date": "2006-10-23", - "examine": "A hardy gout tuber.", "wiki_name": "Hardy gout tuber", "wiki_url": "https://oldschool.runescape.wiki/w/Hardy_gout_tuber", "price": 0 @@ -54108,9 +48077,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.2, - "release_date": "2004-12-06", - "examine": "It looks like some kind of control panel.", "wiki_name": "Spare controls", "wiki_url": "https://oldschool.runescape.wiki/w/Spare_controls", "price": 0 @@ -54122,9 +48088,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2004-12-06", - "examine": "It's the official Gnome Royal Seal, signed by King Narnode Shareen.", "wiki_name": "Gnome royal seal", "wiki_url": "https://oldschool.runescape.wiki/w/Gnome_royal_seal", "price": 0 @@ -54136,9 +48099,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2004-12-06", - "examine": "Unreadable orders handwritten by King Narnode Shareen.", "wiki_name": "Narnode's orders", "wiki_url": "https://oldschool.runescape.wiki/w/Narnode's_orders", "price": 0 @@ -54150,9 +48110,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.2, - "release_date": "2004-12-06", - "examine": "Magical monkey talking dentures! What more can we say? Ook!", "wiki_name": "Monkey dentures", "wiki_url": "https://oldschool.runescape.wiki/w/Monkey_dentures", "price": 0 @@ -54164,9 +48121,6 @@ "cost": 800, "lowalch": 320, "highalch": 480, - "weight": 1.814, - "release_date": "2004-12-06", - "examine": "A gold bar invested with a talkative monkey spirit.", "wiki_name": "Enchanted bar", "wiki_url": "https://oldschool.runescape.wiki/w/Enchanted_bar", "price": 0 @@ -54178,9 +48132,6 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "weight": 0.007, - "release_date": "2004-12-06", - "examine": "It's ... the eye of a gnome! Now what on earth could one do with this?", "wiki_name": "Eye of gnome", "wiki_url": "https://oldschool.runescape.wiki/w/Eye_of_gnome", "price": 0 @@ -54193,8 +48144,6 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "release_date": "2004-12-06", - "examine": "It's ... the eye of a gnome! Now what on earth could one do with this?", "wiki_name": "Eye of gnome (unobtainable item)", "wiki_url": "https://oldschool.runescape.wiki/w/Eye_of_gnome_(unobtainable_item)", "price": 0 @@ -54207,9 +48156,6 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "weight": 0.007, - "release_date": "2004-12-06", - "examine": "A small sample of monkey magic.", "wiki_name": "Monkey magic", "wiki_url": "https://oldschool.runescape.wiki/w/Monkey_magic", "price": 0 @@ -54224,10 +48170,7 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "weight": 0.007, "buy_limit": 6000, - "release_date": "2004-12-06", - "examine": "These are monkey nuts. Yummy.", "wiki_name": "Monkey nuts", "wiki_url": "https://oldschool.runescape.wiki/w/Monkey_nuts", "price": 164 @@ -54242,10 +48185,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.15, "buy_limit": 6000, - "release_date": "2004-12-06", - "examine": "It's a monkey bar. It looks highly nutritious.", "wiki_name": "Monkey bar", "wiki_url": "https://oldschool.runescape.wiki/w/Monkey_bar", "price": 28 @@ -54260,10 +48200,7 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 0.25, "buy_limit": 6000, - "release_date": "2004-12-06", - "examine": "It's a bowl full of mushy banana.", "wiki_name": "Banana stew", "wiki_url": "https://oldschool.runescape.wiki/w/Banana_stew", "price": 625 @@ -54276,9 +48213,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 9.525, - "release_date": "2004-12-06", - "examine": "For wrenching monkeys I'd guess.", "wiki_name": "Monkey wrench", "wiki_url": "https://oldschool.runescape.wiki/w/Monkey_wrench", "price": 0 @@ -54290,9 +48224,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.007, - "release_date": "2004-12-06", - "examine": "It's an amulet mould shaped like a monkey head.", "wiki_name": "M'amulet mould", "wiki_url": "https://oldschool.runescape.wiki/w/M'amulet_mould", "price": 0 @@ -54306,9 +48237,6 @@ "cost": 550, "lowalch": 220, "highalch": 330, - "weight": 1.36, - "release_date": "2004-12-06", - "examine": "It's an Amulet of Monkey Speak. It makes vague chattering noises.", "wiki_name": "M'speak amulet", "wiki_url": "https://oldschool.runescape.wiki/w/M'speak_amulet", "equipment": { @@ -54338,9 +48266,6 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 1.36, - "release_date": "2004-12-06", - "examine": "It's an unstrung Amulet of Monkey Speak. It makes vague chattering noises.", "wiki_name": "M'speak amulet (unstrung)", "wiki_url": "https://oldschool.runescape.wiki/w/M'speak_amulet_(unstrung)", "price": 0 @@ -54352,9 +48277,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 0.085, - "release_date": "2004-12-06", - "examine": "A magical talisman in the shape of a monkey head.", "wiki_name": "Monkey talisman", "wiki_url": "https://oldschool.runescape.wiki/w/Monkey_talisman", "price": 0 @@ -54364,9 +48286,6 @@ "name": "Ninja monkey greegree", "members": true, "cost": 3000, - "weight": 0.085, - "release_date": "2004-12-06", - "examine": "A magical talisman in the shape of a small ninja monkey head.", "wiki_name": "Ninja monkey greegree (small)", "wiki_url": "https://oldschool.runescape.wiki/w/Ninja_monkey_greegree_(small)", "price": 0 @@ -54376,9 +48295,6 @@ "name": "Ninja monkey greegree", "members": true, "cost": 6000, - "weight": 0.085, - "release_date": "2004-12-06", - "examine": "A magical talisman in the shape of a medium ninja monkey head.", "wiki_name": "Ninja monkey greegree (medium)", "wiki_url": "https://oldschool.runescape.wiki/w/Ninja_monkey_greegree_(medium)", "price": 0 @@ -54388,9 +48304,6 @@ "name": "Gorilla greegree", "members": true, "cost": 1000, - "weight": 0.085, - "release_date": "2004-12-06", - "examine": "A magical talisman in the shape of a gorilla head.", "wiki_name": "Gorilla greegree", "wiki_url": "https://oldschool.runescape.wiki/w/Gorilla_greegree", "price": 0 @@ -54400,9 +48313,6 @@ "name": "Bearded gorilla greegree", "members": true, "cost": 1500, - "weight": 0.085, - "release_date": "2004-12-06", - "examine": "A magical talisman in the shape of a bearded gorilla head.", "wiki_name": "Bearded gorilla greegree", "wiki_url": "https://oldschool.runescape.wiki/w/Bearded_gorilla_greegree", "price": 0 @@ -54412,9 +48322,6 @@ "name": "Ancient gorilla greegree", "members": true, "cost": 10000, - "weight": 0.085, - "release_date": "2015-03-05", - "examine": "A magical talisman in the shape of a mysterious monkey head.", "wiki_name": "Ancient gorilla greegree", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_gorilla_greegree", "price": 0 @@ -54424,9 +48331,6 @@ "name": "Zombie monkey greegree", "members": true, "cost": 500, - "weight": 0.085, - "release_date": "2004-12-06", - "examine": "A magical talisman in the shape of a small zombie monkey head.", "wiki_name": "Zombie monkey greegree (small)", "wiki_url": "https://oldschool.runescape.wiki/w/Zombie_monkey_greegree_(small)", "price": 0 @@ -54436,9 +48340,6 @@ "name": "Zombie monkey greegree", "members": true, "cost": 2000, - "weight": 0.085, - "release_date": "2004-12-06", - "examine": "A magical talisman in the shape of a big zombie monkey head.", "wiki_name": "Zombie monkey greegree (big)", "wiki_url": "https://oldschool.runescape.wiki/w/Zombie_monkey_greegree_(big)", "price": 0 @@ -54448,9 +48349,6 @@ "name": "Karamjan monkey greegree", "members": true, "cost": 500, - "weight": 0.085, - "release_date": "2004-12-06", - "examine": "A magical talisman in the shape of a Karamjan monkey head.", "wiki_name": "Karamjan monkey greegree", "wiki_url": "https://oldschool.runescape.wiki/w/Karamjan_monkey_greegree", "price": 0 @@ -54462,9 +48360,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 15, - "release_date": "2004-12-06", - "examine": "It's a monkey in your backpack. As you look it pokes you.", "wiki_name": "Monkey (Monkey Madness I)", "wiki_url": "https://oldschool.runescape.wiki/w/Monkey_(Monkey_Madness_I)", "price": 0 @@ -54476,9 +48371,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, - "release_date": "2004-12-06", - "examine": "It's a very ancient skull from some kind of ape.", "wiki_name": "Monkey skull", "wiki_url": "https://oldschool.runescape.wiki/w/Monkey_skull", "price": 0 @@ -54492,9 +48384,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.085, - "release_date": "2004-12-06", - "examine": "It's the official sigil of the 10th squad of the Royal Guard.", "wiki_name": "10th squad sigil", "wiki_url": "https://oldschool.runescape.wiki/w/10th_squad_sigil", "equipment": { @@ -54527,9 +48416,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2004-12-13", - "examine": "The Saradomin Team Standard.", "wiki_name": "Saradomin banner (Minigame)", "wiki_url": "https://oldschool.runescape.wiki/w/Saradomin_banner#Minigame", "equipment": { @@ -54596,9 +48482,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2004-12-13", - "examine": "The Zamorak Team Standard.", "wiki_name": "Zamorak banner (Minigame)", "wiki_url": "https://oldschool.runescape.wiki/w/Zamorak_banner#Minigame", "equipment": { @@ -54663,9 +48546,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2004-12-13", - "examine": "The colours of Saradomin.", "wiki_name": "Hooded cloak (Saradomin)", "wiki_url": "https://oldschool.runescape.wiki/w/Hooded_cloak#Saradomin", "equipment": { @@ -54696,9 +48576,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2004-12-13", - "examine": "The colours of Zamorak.", "wiki_name": "Hooded cloak (Zamorak)", "wiki_url": "https://oldschool.runescape.wiki/w/Hooded_cloak#Zamorak", "equipment": { @@ -54727,9 +48604,6 @@ "tradeable": true, "noteable": true, "cost": 1, - "weight": 5, - "release_date": "2004-12-13", - "examine": "I can use this with the catapult.", "wiki_name": "Rock (Castle Wars)", "wiki_url": "https://oldschool.runescape.wiki/w/Rock_(Castle_Wars)", "price": 0 @@ -54742,9 +48616,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.035, - "release_date": "2004-12-13", - "examine": "I could use this to destroy things...", "wiki_name": "Explosive potion", "wiki_url": "https://oldschool.runescape.wiki/w/Explosive_potion", "price": 0 @@ -54755,9 +48626,6 @@ "tradeable": true, "noteable": true, "cost": 1, - "weight": 1.36, - "release_date": "2004-12-13", - "examine": "Should be long enough to scale castle walls.", "wiki_name": "Climbing rope", "wiki_url": "https://oldschool.runescape.wiki/w/Climbing_rope", "price": 0 @@ -54768,9 +48636,6 @@ "tradeable": true, "noteable": true, "cost": 1, - "weight": 0.001, - "release_date": "2004-12-13", - "examine": "A box of bandages for healing.", "wiki_name": "Bandages", "wiki_url": "https://oldschool.runescape.wiki/w/Bandages", "price": 0 @@ -54781,9 +48646,6 @@ "tradeable": true, "noteable": true, "cost": 1, - "weight": 0.001, - "release_date": "2004-12-13", - "examine": "I can use this to repair things.", "wiki_name": "Toolkit (Castle Wars)", "wiki_url": "https://oldschool.runescape.wiki/w/Toolkit_(Castle_Wars)", "price": 0 @@ -54794,9 +48656,6 @@ "tradeable": true, "noteable": true, "cost": 1, - "weight": 5, - "release_date": "2004-12-13", - "examine": "Use these to block enemy team movement.", "wiki_name": "Barricade", "wiki_url": "https://oldschool.runescape.wiki/w/Barricade", "price": 0 @@ -54807,9 +48666,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.51, - "release_date": "2004-12-13", - "examine": "It's a manual for castlewars.", "wiki_name": "Castlewars manual", "wiki_url": "https://oldschool.runescape.wiki/w/Castlewars_manual", "price": 0 @@ -54821,8 +48677,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2004-12-13", - "examine": "I can exchange these for further items.", "wiki_name": "Castle wars ticket", "wiki_url": "https://oldschool.runescape.wiki/w/Castle_wars_ticket", "price": 0 @@ -54836,9 +48690,6 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 1.587, - "release_date": "2004-12-13", - "examine": "A very decorative sword.", "wiki_name": "Decorative sword (red)", "wiki_url": "https://oldschool.runescape.wiki/w/Decorative_sword_(red)", "equipment": { @@ -54905,9 +48756,6 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 8.618, - "release_date": "2004-12-13", - "examine": "Very decorative armour.", "wiki_name": "Decorative armour (red platebody)", "wiki_url": "https://oldschool.runescape.wiki/w/Decorative_armour_(red_platebody)", "equipment": { @@ -54940,9 +48788,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 9.071, - "release_date": "2004-12-13", - "examine": "Very decorative armour.", "wiki_name": "Decorative armour (red platelegs)", "wiki_url": "https://oldschool.runescape.wiki/w/Decorative_armour_(red_platelegs)", "equipment": { @@ -54975,9 +48820,6 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 1.36, - "release_date": "2004-12-13", - "examine": "A very decorative helm.", "wiki_name": "Decorative helm (red)", "wiki_url": "https://oldschool.runescape.wiki/w/Decorative_helm_(red)", "equipment": { @@ -55010,9 +48852,6 @@ "cost": 850, "lowalch": 340, "highalch": 510, - "weight": 4.535, - "release_date": "2004-12-13", - "examine": "A very decorative shield.", "wiki_name": "Decorative shield (red)", "wiki_url": "https://oldschool.runescape.wiki/w/Decorative_shield_(red)", "equipment": { @@ -55046,9 +48885,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.035, - "release_date": "2004-12-21", - "examine": "Not so useful for lighting a fire.", "wiki_name": "Damp tinderbox", "wiki_url": "https://oldschool.runescape.wiki/w/Damp_tinderbox", "price": 0 @@ -55060,9 +48896,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.056, - "release_date": "2004-12-21", - "examine": "A bizarre fungus. It glows with a pale blue light.", "wiki_name": "Glowing fungus", "wiki_url": "https://oldschool.runescape.wiki/w/Glowing_fungus", "price": 0 @@ -55074,9 +48907,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2004-12-21", - "examine": "A key I found in the lower levels of the Morytanian mines.", "wiki_name": "Crystal-mine key", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal-mine_key", "price": 0 @@ -55088,9 +48918,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2004-12-21", - "examine": "I stole this from a Saradominist I met South of Mort'ton.", "wiki_name": "Zealot's key", "wiki_url": "https://oldschool.runescape.wiki/w/Zealot's_key", "price": 0 @@ -55101,9 +48928,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.01, - "release_date": "2004-12-21", - "examine": "A gift from Santa.", "wiki_name": "Yo-yo", "wiki_url": "https://oldschool.runescape.wiki/w/Yo-yo", "price": 0 @@ -55117,9 +48941,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.007, - "release_date": "2004-12-21", - "examine": "Increases the wearer's strength and accuracy by 15%{{Sic|actually 1/6th}} when fighting the undead.", "wiki_name": "Salve amulet", "wiki_url": "https://oldschool.runescape.wiki/w/Salve_amulet", "equipment": { @@ -55149,9 +48970,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.007, - "release_date": "2004-12-21", - "examine": "An unstrung crystal imbued with the power of Saradomin.", "wiki_name": "Salve shard", "wiki_url": "https://oldschool.runescape.wiki/w/Salve_shard", "price": 0 @@ -55163,9 +48981,6 @@ "cost": 150, "lowalch": 60, "highalch": 90, - "weight": 0.018, - "release_date": "2005-01-05", - "examine": "It needs waxing before I can use it.", "wiki_name": "Sled (Unwaxed)", "wiki_url": "https://oldschool.runescape.wiki/w/Sled#Unwaxed", "price": 0 @@ -55177,9 +48992,6 @@ "cost": 175, "lowalch": 70, "highalch": 105, - "weight": 0.018, - "release_date": "2005-01-05", - "examine": "A waxed sled.", "wiki_name": "Sled (Waxed)", "wiki_url": "https://oldschool.runescape.wiki/w/Sled#Waxed", "price": 0 @@ -55191,9 +49003,6 @@ "cost": 15, "lowalch": 6, "highalch": 9, - "weight": 0.025, - "release_date": "2005-01-05", - "examine": "I can use this to wax my sled.", "wiki_name": "Wax", "wiki_url": "https://oldschool.runescape.wiki/w/Wax", "price": 0 @@ -55208,9 +49017,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.028, - "release_date": "2005-01-05", - "examine": "These are very rare flowers with a pungent odour.", "wiki_name": "Trollweiss", "wiki_url": "https://oldschool.runescape.wiki/w/Trollweiss", "equipment": { @@ -55272,10 +49078,7 @@ "cost": 270000, "lowalch": 108000, "highalch": 162000, - "weight": 9.071, "buy_limit": 70, - "release_date": "2005-01-17", - "examine": "These look pretty heavy.", "wiki_name": "Dragon platelegs", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_platelegs", "equipment": { @@ -55312,10 +49115,7 @@ "cost": 15000, "lowalch": 6000, "highalch": 9000, - "weight": 0.453, "buy_limit": 125, - "release_date": "2005-01-26", - "examine": "A magical hat.", "wiki_name": "Mystic hat", "wiki_url": "https://oldschool.runescape.wiki/w/Mystic_hat", "equipment": { @@ -55353,10 +49153,7 @@ "cost": 120000, "lowalch": 48000, "highalch": 72000, - "weight": 2.721, "buy_limit": 125, - "release_date": "2005-01-26", - "examine": "The upper half of a magical robe.", "wiki_name": "Mystic robe top", "wiki_url": "https://oldschool.runescape.wiki/w/Mystic_robe_top", "equipment": { @@ -55394,10 +49191,7 @@ "cost": 80000, "lowalch": 32000, "highalch": 48000, - "weight": 1.814, "buy_limit": 125, - "release_date": "2005-01-26", - "examine": "The lower half of a magical robe.", "wiki_name": "Mystic robe bottom", "wiki_url": "https://oldschool.runescape.wiki/w/Mystic_robe_bottom", "equipment": { @@ -55435,10 +49229,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.453, "buy_limit": 125, - "release_date": "2005-01-26", - "examine": "Magical gloves.", "wiki_name": "Mystic gloves", "wiki_url": "https://oldschool.runescape.wiki/w/Mystic_gloves", "equipment": { @@ -55476,10 +49267,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.453, "buy_limit": 125, - "release_date": "2005-01-26", - "examine": "Magical boots.", "wiki_name": "Mystic boots", "wiki_url": "https://oldschool.runescape.wiki/w/Mystic_boots", "equipment": { @@ -55517,10 +49305,7 @@ "cost": 15000, "lowalch": 6000, "highalch": 9000, - "weight": 0.453, "buy_limit": 70, - "release_date": "2005-01-26", - "examine": "A dark magical hat.", "wiki_name": "Mystic hat (dark)", "wiki_url": "https://oldschool.runescape.wiki/w/Mystic_hat_(dark)", "equipment": { @@ -55558,10 +49343,7 @@ "cost": 120000, "lowalch": 48000, "highalch": 72000, - "weight": 2.721, "buy_limit": 70, - "release_date": "2005-01-26", - "examine": "The upper half of a dark magical robe.", "wiki_name": "Mystic robe top (dark)", "wiki_url": "https://oldschool.runescape.wiki/w/Mystic_robe_top_(dark)", "equipment": { @@ -55599,10 +49381,7 @@ "cost": 80000, "lowalch": 32000, "highalch": 48000, - "weight": 1.814, "buy_limit": 70, - "release_date": "2005-01-26", - "examine": "The lower half of a dark magical robe.", "wiki_name": "Mystic robe bottom (dark)", "wiki_url": "https://oldschool.runescape.wiki/w/Mystic_robe_bottom_(dark)", "equipment": { @@ -55640,10 +49419,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.453, "buy_limit": 70, - "release_date": "2005-01-26", - "examine": "Dark magical gloves.", "wiki_name": "Mystic gloves (dark)", "wiki_url": "https://oldschool.runescape.wiki/w/Mystic_gloves_(dark)", "equipment": { @@ -55681,10 +49457,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.453, "buy_limit": 70, - "release_date": "2005-01-26", - "examine": "Dark magical boots.", "wiki_name": "Mystic boots (dark)", "wiki_url": "https://oldschool.runescape.wiki/w/Mystic_boots_(dark)", "equipment": { @@ -55722,10 +49495,7 @@ "cost": 15000, "lowalch": 6000, "highalch": 9000, - "weight": 0.453, "buy_limit": 70, - "release_date": "2005-01-26", - "examine": "A bright magical hat.", "wiki_name": "Mystic hat (light)", "wiki_url": "https://oldschool.runescape.wiki/w/Mystic_hat_(light)", "equipment": { @@ -55763,10 +49533,7 @@ "cost": 120000, "lowalch": 48000, "highalch": 72000, - "weight": 2.721, "buy_limit": 70, - "release_date": "2005-01-26", - "examine": "The upper half of a bright magical robe.", "wiki_name": "Mystic robe top (light)", "wiki_url": "https://oldschool.runescape.wiki/w/Mystic_robe_top_(light)", "equipment": { @@ -55804,10 +49571,7 @@ "cost": 80000, "lowalch": 32000, "highalch": 48000, - "weight": 1.814, "buy_limit": 70, - "release_date": "2005-01-26", - "examine": "The lower half of a bright magical robe.", "wiki_name": "Mystic robe bottom (light)", "wiki_url": "https://oldschool.runescape.wiki/w/Mystic_robe_bottom_(light)", "equipment": { @@ -55845,10 +49609,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.453, "buy_limit": 70, - "release_date": "2005-01-26", - "examine": "Bright magical gloves.", "wiki_name": "Mystic gloves (light)", "wiki_url": "https://oldschool.runescape.wiki/w/Mystic_gloves_(light)", "equipment": { @@ -55886,10 +49647,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.453, "buy_limit": 70, - "release_date": "2005-01-26", - "examine": "Bright magical boots.", "wiki_name": "Mystic boots (light)", "wiki_url": "https://oldschool.runescape.wiki/w/Mystic_boots_(light)", "equipment": { @@ -55927,10 +49685,7 @@ "cost": 24, "lowalch": 9, "highalch": 14, - "weight": 1.36, "buy_limit": 125, - "release_date": "2005-01-26", - "examine": "These will protect my feet.", "wiki_name": "Bronze boots", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_boots", "equipment": { @@ -55967,10 +49722,7 @@ "cost": 84, "lowalch": 33, "highalch": 50, - "weight": 1.36, "buy_limit": 125, - "release_date": "2005-01-26", - "examine": "These will protect my feet.", "wiki_name": "Iron boots", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_boots", "equipment": { @@ -56007,10 +49759,7 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 1.36, "buy_limit": 125, - "release_date": "2005-01-26", - "examine": "These will protect my feet.", "wiki_name": "Steel boots", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_boots", "equipment": { @@ -56047,10 +49796,7 @@ "cost": 576, "lowalch": 230, "highalch": 345, - "weight": 1.36, "buy_limit": 125, - "release_date": "2005-01-26", - "examine": "These will protect my feet.", "wiki_name": "Black boots", "wiki_url": "https://oldschool.runescape.wiki/w/Black_boots", "equipment": { @@ -56087,10 +49833,7 @@ "cost": 780, "lowalch": 312, "highalch": 468, - "weight": 1.36, "buy_limit": 125, - "release_date": "2005-01-26", - "examine": "These will protect my feet.", "wiki_name": "Mithril boots", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_boots", "equipment": { @@ -56127,10 +49870,7 @@ "cost": 1920, "lowalch": 768, "highalch": 1152, - "weight": 1.36, "buy_limit": 125, - "release_date": "2005-01-26", - "examine": "These will protect my feet.", "wiki_name": "Adamant boots", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_boots", "equipment": { @@ -56167,10 +49907,7 @@ "cost": 12500, "lowalch": 5000, "highalch": 7500, - "weight": 1.36, "buy_limit": 70, - "release_date": "2005-01-26", - "examine": "These will protect my feet.", "wiki_name": "Rune boots", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_boots", "equipment": { @@ -56361,10 +50098,7 @@ "cost": 120001, "lowalch": 48000, "highalch": 72000, - "weight": 0.453, "buy_limit": 70, - "release_date": "2005-02-15", - "examine": "A weapon from the Abyss.", "wiki_name": "Abyssal whip", "wiki_url": "https://oldschool.runescape.wiki/w/Abyssal_whip", "equipment": { @@ -56429,10 +50163,7 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 4.535, "buy_limit": 70, - "release_date": "2005-02-15", - "examine": "Simplicity is the best weapon.", "wiki_name": "Granite maul (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Granite_maul#Normal", "equipment": { @@ -56491,9 +50222,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.002, - "release_date": "2005-01-26", - "examine": "I can contact the Slayer Masters with this.", "wiki_name": "Enchanted gem", "wiki_url": "https://oldschool.runescape.wiki/w/Enchanted_gem", "price": 0 @@ -56510,10 +50238,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 2.267, "buy_limit": 40, - "release_date": "2005-01-26", - "examine": "I can just about see things in this shield's reflection.", "wiki_name": "Mirror shield", "wiki_url": "https://oldschool.runescape.wiki/w/Mirror_shield", "equipment": { @@ -56549,9 +50274,6 @@ "cost": 31000, "lowalch": 12400, "highalch": 18600, - "weight": 2.267, - "release_date": "2005-01-26", - "examine": "A spear with a leaf-shaped point.", "wiki_name": "Leaf-bladed spear", "wiki_url": "https://oldschool.runescape.wiki/w/Leaf-bladed_spear", "equipment": { @@ -56619,9 +50341,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2005-01-26", - "examine": "A spear with a leaf-shaped point.", "wiki_name": "Leaf-bladed spear (unobtainable item)", "wiki_url": "https://oldschool.runescape.wiki/w/Leaf-bladed_spear_(unobtainable_item)", "price": 0 @@ -56636,8 +50355,6 @@ "cost": 60, "lowalch": 24, "highalch": 36, - "release_date": "2005-01-26", - "examine": "Arrows with a wider than normal tip.", "wiki_name": "Broad arrows", "wiki_url": "https://oldschool.runescape.wiki/w/Broad_arrows", "equipment": { @@ -56674,8 +50391,6 @@ "lowalch": 4, "highalch": 6, "buy_limit": 8000, - "release_date": "2005-01-26", - "examine": "A bag of salt.", "wiki_name": "Bag of salt", "wiki_url": "https://oldschool.runescape.wiki/w/Bag_of_salt", "price": 40 @@ -56690,10 +50405,7 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 2.267, "buy_limit": 40, - "release_date": "2005-01-26", - "examine": "I can even smash stone with this.", "wiki_name": "Rock hammer", "wiki_url": "https://oldschool.runescape.wiki/w/Rock_hammer", "price": 238 @@ -56710,10 +50422,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.113, "buy_limit": 70, - "release_date": "2005-01-26", - "examine": "Stops me breathing in too much dust.", "wiki_name": "Facemask", "wiki_url": "https://oldschool.runescape.wiki/w/Facemask", "equipment": { @@ -56750,10 +50459,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.113, "buy_limit": 70, - "release_date": "2005-01-26", - "examine": "These will protect my ears from loud noise.", "wiki_name": "Earmuffs", "wiki_url": "https://oldschool.runescape.wiki/w/Earmuffs", "equipment": { @@ -56790,10 +50496,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.001, "buy_limit": 70, - "release_date": "2005-01-26", - "examine": "Protects me from any bad smells.", "wiki_name": "Nose peg", "wiki_url": "https://oldschool.runescape.wiki/w/Nose_peg", "equipment": { @@ -56831,10 +50534,7 @@ "cost": 21000, "lowalch": 8400, "highalch": 12600, - "weight": 1.814, "buy_limit": 70, - "release_date": "2005-01-26", - "examine": "An old and magical staff.", "wiki_name": "Slayer's staff", "wiki_url": "https://oldschool.runescape.wiki/w/Slayer's_staff", "equipment": { @@ -56907,9 +50607,6 @@ "cost": 6, "lowalch": 2, "highalch": 3, - "weight": 0.453, - "release_date": "2006-10-23", - "examine": "A weapon from the Abyss.", "wiki_name": "Abyssal whip (My Arm's Big Adventure)", "wiki_url": "https://oldschool.runescape.wiki/w/Abyssal_whip_(My_Arm's_Big_Adventure)", "price": 0 @@ -56921,9 +50618,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2005-01-31", - "examine": "For playing fetch with.", "wiki_name": "Stick (item)", "wiki_url": "https://oldschool.runescape.wiki/w/Stick_(item)", "price": 0 @@ -56934,9 +50628,6 @@ "cost": 6, "lowalch": 2, "highalch": 3, - "weight": 9.071, - "release_date": "2006-10-23", - "examine": "These look pretty heavy.", "wiki_name": "Dragon platelegs (My Arm's Big Adventure)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_platelegs_(My_Arm's_Big_Adventure)", "price": 0 @@ -56948,9 +50639,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2005-01-31", - "examine": "A holding thingy for the zip line.", "wiki_name": "Mouth grip", "wiki_url": "https://oldschool.runescape.wiki/w/Mouth_grip", "price": 0 @@ -56961,9 +50649,6 @@ "cost": 6, "lowalch": 2, "highalch": 3, - "weight": 0.007, - "release_date": "2006-10-23", - "examine": "A pale, tough-looking herb.", "wiki_name": "Goutweed (My Arm's Big Adventure)", "wiki_url": "https://oldschool.runescape.wiki/w/Goutweed_(My_Arm's_Big_Adventure)", "price": 0 @@ -56973,9 +50658,6 @@ "name": "Star amulet", "members": true, "cost": 1, - "weight": 0.01, - "release_date": "2005-01-31", - "examine": "A six-pointed marble and obsidian amulet", "wiki_name": "Star amulet", "wiki_url": "https://oldschool.runescape.wiki/w/Star_amulet", "price": 0 @@ -56987,9 +50669,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.005, - "release_date": "2005-01-31", - "examine": "Upon close examination, this seems to be a key.", "wiki_name": "Cavern key", "wiki_url": "https://oldschool.runescape.wiki/w/Cavern_key", "price": 0 @@ -57001,9 +50680,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.005, - "release_date": "2005-01-31", - "examine": "Upon close examination, this seems to be a key.", "wiki_name": "Tower key", "wiki_url": "https://oldschool.runescape.wiki/w/Tower_key", "price": 0 @@ -57013,9 +50689,6 @@ "name": "Shed key", "members": true, "cost": 1, - "weight": 0.005, - "release_date": "2005-01-31", - "examine": "Upon close examination, this seems to be a key.", "wiki_name": "Shed key", "wiki_url": "https://oldschool.runescape.wiki/w/Shed_key", "price": 0 @@ -57027,9 +50700,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.005, - "release_date": "2005-01-31", - "examine": "Triangular in shape, made from marble, and as large as your hand.", "wiki_name": "Marble amulet", "wiki_url": "https://oldschool.runescape.wiki/w/Marble_amulet", "price": 0 @@ -57039,9 +50709,6 @@ "name": "Obsidian amulet", "members": true, "cost": 1, - "weight": 0.005, - "release_date": "2005-01-31", - "examine": "Triangular in shape, made from obsidian, and as large as your hand.", "wiki_name": "Obsidian amulet", "wiki_url": "https://oldschool.runescape.wiki/w/Obsidian_amulet", "price": 0 @@ -57053,9 +50720,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2005-01-31", - "examine": "A length of garden cane.", "wiki_name": "Garden cane", "wiki_url": "https://oldschool.runescape.wiki/w/Garden_cane", "price": 0 @@ -57067,9 +50731,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.8, - "release_date": "2005-01-31", - "examine": "A typical garden brush.", "wiki_name": "Garden brush", "wiki_url": "https://oldschool.runescape.wiki/w/Garden_brush", "price": 0 @@ -57081,9 +50742,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.9, - "release_date": "2005-01-31", - "examine": "A typical garden brush, with a cane tied to it.", "wiki_name": "Extended brush (1 cane)", "wiki_url": "https://oldschool.runescape.wiki/w/Extended_brush#1_cane", "price": 0 @@ -57095,9 +50753,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2005-01-31", - "examine": "A typical garden brush, with two canes tied to it.", "wiki_name": "Extended brush (2 canes)", "wiki_url": "https://oldschool.runescape.wiki/w/Extended_brush#2_canes", "price": 0 @@ -57109,9 +50764,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.1, - "release_date": "2005-01-31", - "examine": "A typical garden brush, with three canes tied to it.", "wiki_name": "Extended brush (3 canes)", "wiki_url": "https://oldschool.runescape.wiki/w/Extended_brush#3_canes", "price": 0 @@ -57123,9 +50775,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 19.05, - "release_date": "2005-01-31", - "examine": "A decomposing torso, from which issues the acrid stench of the grave.", "wiki_name": "Torso", "wiki_url": "https://oldschool.runescape.wiki/w/Torso", "price": 0 @@ -57137,9 +50786,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 6.35, - "release_date": "2005-01-31", - "examine": "A pair of limp, dead arms.", "wiki_name": "Arms", "wiki_url": "https://oldschool.runescape.wiki/w/Arms", "price": 0 @@ -57151,9 +50797,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 6.35, - "release_date": "2005-01-31", - "examine": "A pair of lifeless, rotting legs.", "wiki_name": "Legs", "wiki_url": "https://oldschool.runescape.wiki/w/Legs", "price": 0 @@ -57165,9 +50808,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.721, - "release_date": "2005-01-31", - "examine": "A gruesome, decapitated head, whose brain has rotted away.", "wiki_name": "Decapitated head (Brainless)", "wiki_url": "https://oldschool.runescape.wiki/w/Decapitated_head#Brainless", "price": 0 @@ -57179,9 +50819,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 3.628, - "release_date": "2005-01-31", - "examine": "A gruesome, decapitated head - its eyes stare lifelessly at nothing.", "wiki_name": "Decapitated head (Brain)", "wiki_url": "https://oldschool.runescape.wiki/w/Decapitated_head#Brain", "price": 0 @@ -57193,9 +50830,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2005-01-31", - "examine": "A pickled brain, submerged inside a jar of vinegar.", "wiki_name": "Pickled brain", "wiki_url": "https://oldschool.runescape.wiki/w/Pickled_brain", "price": 0 @@ -57207,9 +50841,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.05, - "release_date": "2005-01-31", - "examine": "A mould for making silver lightning conductors.", "wiki_name": "Conductor mould", "wiki_url": "https://oldschool.runescape.wiki/w/Conductor_mould", "price": 0 @@ -57221,9 +50852,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 3.628, - "release_date": "2005-01-31", - "examine": "A silver lightning conductor.", "wiki_name": "Conductor", "wiki_url": "https://oldschool.runescape.wiki/w/Conductor", "price": 0 @@ -57237,9 +50865,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.005, - "release_date": "2005-01-31", - "examine": "The Ring of Charos.", "wiki_name": "Ring of charos (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Ring_of_charos#Normal", "equipment": { @@ -57267,9 +50892,6 @@ "name": "Journal", "members": true, "cost": 1, - "weight": 0.01, - "release_date": "2005-01-31", - "examine": "A book.", "wiki_name": "Journal (Creature of Fenkenstrain)", "wiki_url": "https://oldschool.runescape.wiki/w/Journal_(Creature_of_Fenkenstrain)", "price": 0 @@ -57279,9 +50901,6 @@ "name": "Letter", "members": true, "cost": 1, - "weight": 0.001, - "release_date": "2005-01-31", - "examine": "A letter, clearly hastily written.", "wiki_name": "Letter (Creature of Fenkenstrain)", "wiki_url": "https://oldschool.runescape.wiki/w/Letter_(Creature_of_Fenkenstrain)", "price": 0 @@ -57293,9 +50912,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.014, - "release_date": "2005-02-07", - "examine": "This consecration seed looks grey and dead.", "wiki_name": "Consecration seed (Unenchanted)", "wiki_url": "https://oldschool.runescape.wiki/w/Consecration_seed#Unenchanted", "price": 0 @@ -57307,9 +50923,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.014, - "release_date": "2005-02-07", - "examine": "This consecration seed glows with a warm light.", "wiki_name": "Consecration seed (Enchanted)", "wiki_url": "https://oldschool.runescape.wiki/w/Consecration_seed#Enchanted", "price": 0 @@ -57324,10 +50937,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.014, "buy_limit": 70, - "release_date": "2005-02-07", - "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": 206945 @@ -57341,9 +50951,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.51, - "release_date": "2005-02-07", - "examine": "A book on Cadarn clan history.", "wiki_name": "Cadarn lineage", "wiki_url": "https://oldschool.runescape.wiki/w/Cadarn_lineage", "price": 0 @@ -57368,9 +50975,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2005-02-07", - "examine": "A nice sturdy magical bow.", "wiki_name": "Crystal bow (historical) (New)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_bow_(historical)#New", "equipment": { @@ -57429,9 +51033,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2005-02-07", - "examine": "A nice sturdy magical bow.", "wiki_name": "New crystal bow (unobtainable item)", "wiki_url": "https://oldschool.runescape.wiki/w/New_crystal_bow_(unobtainable_item)", "price": 0 @@ -57445,9 +51046,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2005-02-07", - "examine": "A nice sturdy magical bow.", "wiki_name": "Crystal bow (historical) (Full)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_bow_(historical)#Full", "equipment": { @@ -57509,9 +51107,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2005-02-07", - "examine": "A nice sturdy magical bow.", "wiki_name": "Crystal bow (historical) (9/10)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_bow_(historical)#9/10", "equipment": { @@ -57573,9 +51168,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2005-02-07", - "examine": "A nice sturdy magical bow.", "wiki_name": "Crystal bow (historical) (8/10)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_bow_(historical)#8/10", "equipment": { @@ -57637,9 +51229,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2005-02-07", - "examine": "A nice sturdy magical bow.", "wiki_name": "Crystal bow (historical) (7/10)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_bow_(historical)#7/10", "equipment": { @@ -57701,9 +51290,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2005-02-07", - "examine": "A nice sturdy magical bow.", "wiki_name": "Crystal bow (historical) (6/10)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_bow_(historical)#6/10", "equipment": { @@ -57765,9 +51351,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2005-02-07", - "examine": "A nice sturdy magical bow.", "wiki_name": "Crystal bow (historical) (5/10)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_bow_(historical)#5/10", "equipment": { @@ -57829,9 +51412,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2005-02-07", - "examine": "A nice sturdy magical bow.", "wiki_name": "Crystal bow (historical) (4/10)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_bow_(historical)#4/10", "equipment": { @@ -57893,9 +51473,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2005-02-07", - "examine": "A nice sturdy magical bow.", "wiki_name": "Crystal bow (historical) (3/10)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_bow_(historical)#3/10", "equipment": { @@ -57957,9 +51534,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2005-02-07", - "examine": "A nice sturdy magical bow.", "wiki_name": "Crystal bow (historical) (2/10)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_bow_(historical)#2/10", "equipment": { @@ -58021,9 +51595,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2005-02-07", - "examine": "A nice sturdy magical bow.", "wiki_name": "Crystal bow (historical) (1/10)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_bow_(historical)#1/10", "equipment": { @@ -58085,9 +51656,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.721, - "release_date": "2005-02-07", - "examine": "A nice sturdy crystal shield.", "wiki_name": "Crystal shield (historical) (New)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_shield_(historical)#New", "equipment": { @@ -58121,9 +51689,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.721, - "release_date": "2005-02-07", - "examine": "A nice sturdy crystal shield.", "wiki_name": "Crystal shield (historical) (Full)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_shield_(historical)#Full", "equipment": { @@ -58157,9 +51722,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.721, - "release_date": "2005-02-07", - "examine": "A nice sturdy crystal shield.", "wiki_name": "Crystal shield (historical) (9/10)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_shield_(historical)#9/10", "equipment": { @@ -58193,9 +51755,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.721, - "release_date": "2005-02-07", - "examine": "A nice sturdy crystal shield.", "wiki_name": "Crystal shield (historical) (8/10)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_shield_(historical)#8/10", "equipment": { @@ -58229,9 +51788,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.721, - "release_date": "2005-02-07", - "examine": "A nice sturdy crystal shield.", "wiki_name": "Crystal shield (historical) (7/10)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_shield_(historical)#7/10", "equipment": { @@ -58265,9 +51821,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.721, - "release_date": "2005-02-07", - "examine": "A nice sturdy crystal shield.", "wiki_name": "Crystal shield (historical) (6/10)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_shield_(historical)#6/10", "equipment": { @@ -58301,9 +51854,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.721, - "release_date": "2005-02-07", - "examine": "A nice sturdy crystal shield.", "wiki_name": "Crystal shield (historical) (5/10)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_shield_(historical)#5/10", "equipment": { @@ -58337,9 +51887,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.721, - "release_date": "2005-02-07", - "examine": "A nice sturdy crystal shield.", "wiki_name": "Crystal shield (historical) (4/10)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_shield_(historical)#4/10", "equipment": { @@ -58373,9 +51920,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.721, - "release_date": "2005-02-07", - "examine": "A nice sturdy crystal shield.", "wiki_name": "Crystal shield (historical) (3/10)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_shield_(historical)#3/10", "equipment": { @@ -58409,9 +51953,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.721, - "release_date": "2005-02-07", - "examine": "A nice sturdy crystal shield.", "wiki_name": "Crystal shield (historical) (2/10)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_shield_(historical)#2/10", "equipment": { @@ -58445,9 +51986,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.721, - "release_date": "2005-02-07", - "examine": "A nice sturdy crystal shield.", "wiki_name": "Crystal shield (historical) (1/10)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_shield_(historical)#1/10", "equipment": { @@ -58479,9 +52017,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.721, - "release_date": "2005-02-07", - "examine": "A nice sturdy crystal shield.", "wiki_name": "New crystal shield (unobtainable item)", "wiki_url": "https://oldschool.runescape.wiki/w/New_crystal_shield_(unobtainable_item)", "price": 0 @@ -58496,9 +52031,6 @@ "cost": 160, "lowalch": 64, "highalch": 96, - "weight": 2.267, - "release_date": "2005-02-15", - "examine": "This bow has been signed by Robin, Master Bowman.", "wiki_name": "Signed oak bow", "wiki_url": "https://oldschool.runescape.wiki/w/Signed_oak_bow", "equipment": { @@ -58557,9 +52089,6 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.907, - "release_date": "2005-02-15", - "examine": "It's a bowl of water, with some nettles in it.", "wiki_name": "Nettle-water", "wiki_url": "https://oldschool.runescape.wiki/w/Nettle-water", "price": 0 @@ -58571,9 +52100,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2005-02-15", - "examine": "It's a puddle of slime.", "wiki_name": "Puddle of slime", "wiki_url": "https://oldschool.runescape.wiki/w/Puddle_of_slime", "price": 0 @@ -58585,9 +52111,6 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.907, - "release_date": "2005-02-15", - "examine": "It's a bowl of nettle tea.", "wiki_name": "Nettle tea", "wiki_url": "https://oldschool.runescape.wiki/w/Nettle_tea", "price": 0 @@ -58599,9 +52122,6 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.907, - "release_date": "2005-02-15", - "examine": "It's a bowl of milky nettle tea.", "wiki_name": "Nettle tea (milky)", "wiki_url": "https://oldschool.runescape.wiki/w/Nettle_tea_(milky)", "price": 0 @@ -58613,9 +52133,6 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "weight": 0.007, - "release_date": "2005-02-15", - "examine": "A handful of nettles.", "wiki_name": "Nettles", "wiki_url": "https://oldschool.runescape.wiki/w/Nettles", "price": 0 @@ -58627,9 +52144,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.15, - "release_date": "2005-02-15", - "examine": "A nice cup of nettle tea.", "wiki_name": "Cup of tea (nettle)", "wiki_url": "https://oldschool.runescape.wiki/w/Cup_of_tea_(nettle)", "price": 0 @@ -58641,9 +52155,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.15, - "release_date": "2005-02-15", - "examine": "A milky cup of nettle tea.", "wiki_name": "Cup of tea (milky nettle)", "wiki_url": "https://oldschool.runescape.wiki/w/Cup_of_tea_(milky_nettle)", "price": 0 @@ -58653,9 +52164,6 @@ "name": "Porcelain cup", "members": true, "cost": 2, - "weight": 0.05, - "release_date": "2005-02-15", - "examine": "A porcelain cup.", "wiki_name": "Porcelain cup", "wiki_url": "https://oldschool.runescape.wiki/w/Porcelain_cup", "price": 0 @@ -58667,9 +52175,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.15, - "release_date": "2005-02-15", - "examine": "Some nettle tea in a porcelain cup.", "wiki_name": "Cup of tea (Ghosts Ahoy) (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Cup_of_tea_(Ghosts_Ahoy)#Normal", "price": 0 @@ -58681,9 +52186,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.15, - "release_date": "2005-02-15", - "examine": "Some milky nettle tea in a porcelain cup.", "wiki_name": "Cup of tea (Ghosts Ahoy) (Milky)", "wiki_url": "https://oldschool.runescape.wiki/w/Cup_of_tea_(Ghosts_Ahoy)#Milky", "price": 0 @@ -58695,9 +52197,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2005-02-15", - "examine": "The Robes of Necrovarus.", "wiki_name": "Mystical robes", "wiki_url": "https://oldschool.runescape.wiki/w/Mystical_robes", "price": 0 @@ -58709,9 +52208,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2005-02-15", - "examine": "The Book of Haricanto.", "wiki_name": "Book of haricanto", "wiki_url": "https://oldschool.runescape.wiki/w/Book_of_haricanto", "price": 0 @@ -58723,9 +52219,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.51, - "release_date": "2005-02-15", - "examine": "A translation manual.", "wiki_name": "Translation manual", "wiki_url": "https://oldschool.runescape.wiki/w/Translation_manual", "price": 0 @@ -58739,9 +52232,6 @@ "cost": 35, "lowalch": 14, "highalch": 21, - "weight": 0.01, - "release_date": "2005-02-15", - "examine": "The amulet of ghostspeak glows green from the crone's enchantment.", "wiki_name": "Ghostspeak amulet (Enchanted)", "wiki_url": "https://oldschool.runescape.wiki/w/Ghostspeak_amulet#Enchanted", "equipment": { @@ -58771,9 +52261,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.035, - "release_date": "2005-02-15", - "examine": "The Ectophial.", "wiki_name": "Ectophial (Full)", "wiki_url": "https://oldschool.runescape.wiki/w/Ectophial#Full", "price": 0 @@ -58785,9 +52272,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.035, - "release_date": "2005-02-15", - "examine": "The Ectophial.", "wiki_name": "Ectophial (Empty)", "wiki_url": "https://oldschool.runescape.wiki/w/Ectophial#Empty", "price": 0 @@ -58799,9 +52283,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2005-02-15", - "examine": "A small wooden ship.", "wiki_name": "Model ship (Without flag)", "wiki_url": "https://oldschool.runescape.wiki/w/Model_ship#Without_flag", "price": 0 @@ -58813,9 +52294,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2005-02-15", - "examine": "A small wooden ship with a silk flag.", "wiki_name": "Model ship (With flag)", "wiki_url": "https://oldschool.runescape.wiki/w/Model_ship#With_flag", "price": 0 @@ -58827,9 +52305,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2005-02-15", - "examine": "A pot of crushed bones.", "wiki_name": "Bonemeal", "wiki_url": "https://oldschool.runescape.wiki/w/Bonemeal", "price": 0 @@ -58841,9 +52316,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2005-02-15", - "examine": "A pot of crushed bat bones.", "wiki_name": "Bat bonemeal", "wiki_url": "https://oldschool.runescape.wiki/w/Bat_bonemeal", "price": 0 @@ -58855,9 +52327,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2005-02-15", - "examine": "A pot of crushed big bones.", "wiki_name": "Big bonemeal", "wiki_url": "https://oldschool.runescape.wiki/w/Big_bonemeal", "price": 0 @@ -58869,9 +52338,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2005-02-15", - "examine": "A pot of crushed burnt bones.", "wiki_name": "Burnt bonemeal", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_bonemeal", "price": 0 @@ -58883,9 +52349,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2005-02-15", - "examine": "A pot of crushed burnt jogre bones.", "wiki_name": "Burnt jogre bonemeal", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_jogre_bonemeal", "price": 0 @@ -58897,9 +52360,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2005-02-15", - "examine": "A pot of crushed baby dragon bones.", "wiki_name": "Baby dragon bonemeal", "wiki_url": "https://oldschool.runescape.wiki/w/Baby_dragon_bonemeal", "price": 0 @@ -58911,9 +52371,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2005-02-15", - "examine": "A pot of crushed dragon bones.", "wiki_name": "Dragon bonemeal", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_bonemeal", "price": 0 @@ -58925,9 +52382,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2005-02-15", - "examine": "A pot of crushed wolf bones.", "wiki_name": "Wolf bonemeal", "wiki_url": "https://oldschool.runescape.wiki/w/Wolf_bonemeal", "price": 0 @@ -58939,9 +52393,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2005-02-15", - "examine": "A pot of crushed small ninja monkey bones.", "wiki_name": "Small ninja bonemeal", "wiki_url": "https://oldschool.runescape.wiki/w/Small_ninja_bonemeal", "price": 0 @@ -58953,9 +52404,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2005-02-15", - "examine": "A pot of crushed medium ninja monkey bones.", "wiki_name": "Medium ninja bonemeal", "wiki_url": "https://oldschool.runescape.wiki/w/Medium_ninja_bonemeal", "price": 0 @@ -58967,9 +52415,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2005-02-15", - "examine": "A pot of crushed gorilla monkey bones.", "wiki_name": "Gorilla bonemeal", "wiki_url": "https://oldschool.runescape.wiki/w/Gorilla_bonemeal", "price": 0 @@ -58981,9 +52426,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2005-02-15", - "examine": "A pot of crushed bearded gorilla monkey bones.", "wiki_name": "Bearded gorilla bonemeal", "wiki_url": "https://oldschool.runescape.wiki/w/Bearded_gorilla_bonemeal", "price": 0 @@ -58995,9 +52437,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2005-02-15", - "examine": "A pot of crushed monkey bones.", "wiki_name": "Monkey bonemeal", "wiki_url": "https://oldschool.runescape.wiki/w/Monkey_bonemeal", "price": 0 @@ -59009,9 +52448,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2005-02-15", - "examine": "A pot of crushed small zombie monkey bones.", "wiki_name": "Small zombie monkey bonemeal", "wiki_url": "https://oldschool.runescape.wiki/w/Small_zombie_monkey_bonemeal", "price": 0 @@ -59023,9 +52459,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2005-02-15", - "examine": "A pot of crushed large zombie monkey bones.", "wiki_name": "Large zombie monkey bonemeal", "wiki_url": "https://oldschool.runescape.wiki/w/Large_zombie_monkey_bonemeal", "price": 0 @@ -59037,9 +52470,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2005-02-15", - "examine": "A pot of crushed skeleton bones.", "wiki_name": "Skeleton bonemeal", "wiki_url": "https://oldschool.runescape.wiki/w/Skeleton_bonemeal", "price": 0 @@ -59051,9 +52481,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2005-02-15", - "examine": "A pot of crushed jogre bones.", "wiki_name": "Jogre bonemeal", "wiki_url": "https://oldschool.runescape.wiki/w/Jogre_bonemeal", "price": 0 @@ -59065,9 +52492,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2005-02-15", - "examine": "A key dropped by Necrovarus.", "wiki_name": "Bone key (Ghosts Ahoy)", "wiki_url": "https://oldschool.runescape.wiki/w/Bone_key_(Ghosts_Ahoy)", "price": 0 @@ -59079,9 +52503,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2005-02-15", - "examine": "A key to a chest.", "wiki_name": "Chest key (Ghosts Ahoy)", "wiki_url": "https://oldschool.runescape.wiki/w/Chest_key_(Ghosts_Ahoy)", "price": 0 @@ -59093,9 +52514,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2005-02-15", - "examine": "A section from some kind of map.", "wiki_name": "Map scrap (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Map_scrap#1", "price": 0 @@ -59107,9 +52525,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2005-02-15", - "examine": "A section from some kind of map.", "wiki_name": "Map scrap (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Map_scrap#3", "price": 0 @@ -59121,9 +52536,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2005-02-15", - "examine": "A section from some kind of map.", "wiki_name": "Map scrap (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Map_scrap#2", "price": 0 @@ -59135,9 +52547,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2005-02-15", - "examine": "A complete treasure map.", "wiki_name": "Treasure map", "wiki_url": "https://oldschool.runescape.wiki/w/Treasure_map", "price": 0 @@ -59150,8 +52559,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2005-02-15", - "examine": "A token with ectoplasm on it.", "wiki_name": "Ecto-token", "wiki_url": "https://oldschool.runescape.wiki/w/Ecto-token", "price": 0 @@ -59161,9 +52568,6 @@ "name": "Petition form", "members": true, "cost": 1, - "weight": 0.001, - "release_date": "2005-02-15", - "examine": "A scroll of paper containing signatures.", "wiki_name": "Petition form", "wiki_url": "https://oldschool.runescape.wiki/w/Petition_form", "price": 0 @@ -59177,9 +52581,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2005-02-15", - "examine": "It's a bedsheet.", "wiki_name": "Bedsheet (Regular)", "wiki_url": "https://oldschool.runescape.wiki/w/Bedsheet#Regular", "equipment": { @@ -59211,9 +52612,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2005-02-15", - "examine": "It's an ectoplasm-covered bedsheet.", "wiki_name": "Bedsheet (Ectoplasm)", "wiki_url": "https://oldschool.runescape.wiki/w/Bedsheet#Ectoplasm", "equipment": { @@ -59243,9 +52641,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 3, - "release_date": "2005-02-15", - "examine": "It's a bucket of ectoplasm.", "wiki_name": "Bucket of slime", "wiki_url": "https://oldschool.runescape.wiki/w/Bucket_of_slime", "price": 0 @@ -59259,9 +52654,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.283, - "release_date": "2005-02-15", - "examine": "This raw beef is rancid.", "wiki_name": "Raw beef (undead)", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_beef_(undead)", "price": 0 @@ -59275,9 +52667,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.17, - "release_date": "2005-02-15", - "examine": "This raw chicken is rancid.", "wiki_name": "Raw chicken (undead)", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_chicken_(undead)", "price": 0 @@ -59291,9 +52680,6 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.141, - "release_date": "2005-02-15", - "examine": "This cooked chicken looks disgusting.", "wiki_name": "Cooked chicken (undead)", "wiki_url": "https://oldschool.runescape.wiki/w/Cooked_chicken_(undead)", "price": 0 @@ -59307,9 +52693,6 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.283, - "release_date": "2005-02-15", - "examine": "I wouldn't eat that if I were you.", "wiki_name": "Cooked meat (undead)", "wiki_url": "https://oldschool.runescape.wiki/w/Cooked_meat_(undead)", "price": 0 @@ -59344,10 +52727,7 @@ "cost": 75, "lowalch": 30, "highalch": 45, - "weight": 0.907, "buy_limit": 15, - "release_date": "2005-02-22", - "examine": "The label says 'Vivid Crimson', but it looks pink to me!", "wiki_name": "Ham shirt", "wiki_url": "https://oldschool.runescape.wiki/w/Ham_shirt", "equipment": { @@ -59382,10 +52762,7 @@ "cost": 75, "lowalch": 30, "highalch": 45, - "weight": 0.907, "buy_limit": 15, - "release_date": "2005-02-22", - "examine": "The label says 'Vivid Crimson', but it looks pink to me!", "wiki_name": "Ham robe", "wiki_url": "https://oldschool.runescape.wiki/w/Ham_robe", "equipment": { @@ -59420,10 +52797,7 @@ "cost": 75, "lowalch": 30, "highalch": 45, - "weight": 0.453, "buy_limit": 15, - "release_date": "2005-02-22", - "examine": "Light-weight head protection and eye shield.", "wiki_name": "Ham hood", "wiki_url": "https://oldschool.runescape.wiki/w/Ham_hood", "equipment": { @@ -59458,10 +52832,7 @@ "cost": 75, "lowalch": 30, "highalch": 45, - "weight": 0.453, "buy_limit": 15, - "release_date": "2005-02-22", - "examine": "A HAM cape.", "wiki_name": "Ham cloak", "wiki_url": "https://oldschool.runescape.wiki/w/Ham_cloak", "equipment": { @@ -59496,10 +52867,7 @@ "cost": 75, "lowalch": 30, "highalch": 45, - "weight": 0.01, "buy_limit": 15, - "release_date": "2005-02-22", - "examine": "A badge for the HAM cult.", "wiki_name": "Ham logo", "wiki_url": "https://oldschool.runescape.wiki/w/Ham_logo", "equipment": { @@ -59534,10 +52902,7 @@ "cost": 75, "lowalch": 30, "highalch": 45, - "weight": 0.453, "buy_limit": 15, - "release_date": "2005-02-22", - "examine": "HAM gloves as worn by the Humans Against Monsters group.", "wiki_name": "Ham gloves", "wiki_url": "https://oldschool.runescape.wiki/w/Ham_gloves", "equipment": { @@ -59572,10 +52937,7 @@ "cost": 75, "lowalch": 30, "highalch": 45, - "weight": 0.34, "buy_limit": 15, - "release_date": "2005-02-22", - "examine": "HAM boots as worn by the Humans Against Monsters group.", "wiki_name": "Ham boots", "wiki_url": "https://oldschool.runescape.wiki/w/Ham_boots", "equipment": { @@ -59607,9 +52969,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.51, - "release_date": "2005-02-22", - "examine": "A book on elven crystal.", "wiki_name": "Crystal singing for beginners", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_singing_for_beginners", "price": 0 @@ -59625,10 +52984,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.453, "buy_limit": 150, - "release_date": "2005-02-22", - "examine": "Ooohhh look at the pretty colours...", "wiki_name": "Team-1 cape", "wiki_url": "https://oldschool.runescape.wiki/w/Team-1_cape", "equipment": { @@ -59662,10 +53018,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.453, "buy_limit": 150, - "release_date": "2005-02-22", - "examine": "Ooohhh look at the pretty colours...", "wiki_name": "Team-2 cape", "wiki_url": "https://oldschool.runescape.wiki/w/Team-2_cape", "equipment": { @@ -59699,10 +53052,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.453, "buy_limit": 150, - "release_date": "2005-02-22", - "examine": "Ooohhh look at the pretty colours...", "wiki_name": "Team-3 cape", "wiki_url": "https://oldschool.runescape.wiki/w/Team-3_cape", "equipment": { @@ -59736,10 +53086,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.453, "buy_limit": 150, - "release_date": "2005-02-22", - "examine": "Ooohhh look at the pretty colours...", "wiki_name": "Team-4 cape", "wiki_url": "https://oldschool.runescape.wiki/w/Team-4_cape", "equipment": { @@ -59773,10 +53120,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.453, "buy_limit": 150, - "release_date": "2005-02-22", - "examine": "Ooohhh look at the pretty colours...", "wiki_name": "Team-5 cape", "wiki_url": "https://oldschool.runescape.wiki/w/Team-5_cape", "equipment": { @@ -59810,10 +53154,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.453, "buy_limit": 150, - "release_date": "2005-02-22", - "examine": "Ooohhh look at the pretty colours...", "wiki_name": "Team-6 cape", "wiki_url": "https://oldschool.runescape.wiki/w/Team-6_cape", "equipment": { @@ -59847,10 +53188,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.453, "buy_limit": 150, - "release_date": "2005-02-22", - "examine": "Ooohhh look at the pretty colours...", "wiki_name": "Team-7 cape", "wiki_url": "https://oldschool.runescape.wiki/w/Team-7_cape", "equipment": { @@ -59884,10 +53222,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.453, "buy_limit": 150, - "release_date": "2005-02-22", - "examine": "Ooohhh look at the pretty colours...", "wiki_name": "Team-8 cape", "wiki_url": "https://oldschool.runescape.wiki/w/Team-8_cape", "equipment": { @@ -59921,10 +53256,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.453, "buy_limit": 150, - "release_date": "2005-02-22", - "examine": "Ooohhh look at the pretty colours...", "wiki_name": "Team-9 cape", "wiki_url": "https://oldschool.runescape.wiki/w/Team-9_cape", "equipment": { @@ -59958,10 +53290,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.453, "buy_limit": 150, - "release_date": "2005-02-22", - "examine": "Ooohhh look at the pretty colours...", "wiki_name": "Team-10 cape", "wiki_url": "https://oldschool.runescape.wiki/w/Team-10_cape", "equipment": { @@ -59995,10 +53324,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.453, "buy_limit": 150, - "release_date": "2005-02-22", - "examine": "Ooohhh look at the pretty colours...", "wiki_name": "Team-11 cape", "wiki_url": "https://oldschool.runescape.wiki/w/Team-11_cape", "equipment": { @@ -60032,10 +53358,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.453, "buy_limit": 150, - "release_date": "2005-02-22", - "examine": "Ooohhh look at the pretty colours...", "wiki_name": "Team-12 cape", "wiki_url": "https://oldschool.runescape.wiki/w/Team-12_cape", "equipment": { @@ -60069,10 +53392,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.453, "buy_limit": 150, - "release_date": "2005-02-22", - "examine": "Ooohhh look at the pretty colours...", "wiki_name": "Team-13 cape", "wiki_url": "https://oldschool.runescape.wiki/w/Team-13_cape", "equipment": { @@ -60106,10 +53426,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.453, "buy_limit": 150, - "release_date": "2005-02-22", - "examine": "Ooohhh look at the pretty colours...", "wiki_name": "Team-14 cape", "wiki_url": "https://oldschool.runescape.wiki/w/Team-14_cape", "equipment": { @@ -60143,10 +53460,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.453, "buy_limit": 150, - "release_date": "2005-02-22", - "examine": "Ooohhh look at the pretty colours...", "wiki_name": "Team-15 cape", "wiki_url": "https://oldschool.runescape.wiki/w/Team-15_cape", "equipment": { @@ -60180,10 +53494,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.453, "buy_limit": 150, - "release_date": "2005-02-22", - "examine": "Ooohhh look at the pretty colours...", "wiki_name": "Team-16 cape", "wiki_url": "https://oldschool.runescape.wiki/w/Team-16_cape", "equipment": { @@ -60217,10 +53528,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.453, "buy_limit": 150, - "release_date": "2005-02-22", - "examine": "Ooohhh look at the pretty colours...", "wiki_name": "Team-17 cape", "wiki_url": "https://oldschool.runescape.wiki/w/Team-17_cape", "equipment": { @@ -60254,10 +53562,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.453, "buy_limit": 150, - "release_date": "2005-02-22", - "examine": "Ooohhh look at the pretty colours...", "wiki_name": "Team-18 cape", "wiki_url": "https://oldschool.runescape.wiki/w/Team-18_cape", "equipment": { @@ -60291,10 +53596,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.453, "buy_limit": 150, - "release_date": "2005-02-22", - "examine": "Ooohhh look at the pretty colours...", "wiki_name": "Team-19 cape", "wiki_url": "https://oldschool.runescape.wiki/w/Team-19_cape", "equipment": { @@ -60328,10 +53630,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.453, "buy_limit": 150, - "release_date": "2005-02-22", - "examine": "Ooohhh look at the pretty colours...", "wiki_name": "Team-20 cape", "wiki_url": "https://oldschool.runescape.wiki/w/Team-20_cape", "equipment": { @@ -60365,10 +53664,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.453, "buy_limit": 150, - "release_date": "2005-02-22", - "examine": "Ooohhh look at the pretty colours...", "wiki_name": "Team-21 cape", "wiki_url": "https://oldschool.runescape.wiki/w/Team-21_cape", "equipment": { @@ -60402,10 +53698,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.453, "buy_limit": 150, - "release_date": "2005-02-22", - "examine": "Ooohhh look at the pretty colours...", "wiki_name": "Team-22 cape", "wiki_url": "https://oldschool.runescape.wiki/w/Team-22_cape", "equipment": { @@ -60439,10 +53732,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.453, "buy_limit": 150, - "release_date": "2005-02-22", - "examine": "Ooohhh look at the pretty colours...", "wiki_name": "Team-23 cape", "wiki_url": "https://oldschool.runescape.wiki/w/Team-23_cape", "equipment": { @@ -60476,10 +53766,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.453, "buy_limit": 150, - "release_date": "2005-02-22", - "examine": "Ooohhh look at the pretty colours...", "wiki_name": "Team-24 cape", "wiki_url": "https://oldschool.runescape.wiki/w/Team-24_cape", "equipment": { @@ -60513,10 +53800,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.453, "buy_limit": 150, - "release_date": "2005-02-22", - "examine": "Ooohhh look at the pretty colours...", "wiki_name": "Team-25 cape", "wiki_url": "https://oldschool.runescape.wiki/w/Team-25_cape", "equipment": { @@ -60550,10 +53834,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.453, "buy_limit": 150, - "release_date": "2005-02-22", - "examine": "Ooohhh look at the pretty colours...", "wiki_name": "Team-26 cape", "wiki_url": "https://oldschool.runescape.wiki/w/Team-26_cape", "equipment": { @@ -60587,10 +53868,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.453, "buy_limit": 150, - "release_date": "2005-02-22", - "examine": "Ooohhh look at the pretty colours...", "wiki_name": "Team-27 cape", "wiki_url": "https://oldschool.runescape.wiki/w/Team-27_cape", "equipment": { @@ -60624,10 +53902,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.453, "buy_limit": 150, - "release_date": "2005-02-22", - "examine": "Ooohhh look at the pretty colours...", "wiki_name": "Team-28 cape", "wiki_url": "https://oldschool.runescape.wiki/w/Team-28_cape", "equipment": { @@ -60661,10 +53936,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.453, "buy_limit": 150, - "release_date": "2005-02-22", - "examine": "Ooohhh look at the pretty colours...", "wiki_name": "Team-29 cape", "wiki_url": "https://oldschool.runescape.wiki/w/Team-29_cape", "equipment": { @@ -60698,10 +53970,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.453, "buy_limit": 150, - "release_date": "2005-02-22", - "examine": "Ooohhh look at the pretty colours...", "wiki_name": "Team-30 cape", "wiki_url": "https://oldschool.runescape.wiki/w/Team-30_cape", "equipment": { @@ -60735,10 +54004,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.453, "buy_limit": 150, - "release_date": "2005-02-22", - "examine": "Ooohhh look at the pretty colours...", "wiki_name": "Team-31 cape", "wiki_url": "https://oldschool.runescape.wiki/w/Team-31_cape", "equipment": { @@ -60772,10 +54038,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.453, "buy_limit": 150, - "release_date": "2005-02-22", - "examine": "Ooohhh look at the pretty colours...", "wiki_name": "Team-32 cape", "wiki_url": "https://oldschool.runescape.wiki/w/Team-32_cape", "equipment": { @@ -60809,10 +54072,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.453, "buy_limit": 150, - "release_date": "2005-02-22", - "examine": "Ooohhh look at the pretty colours...", "wiki_name": "Team-33 cape", "wiki_url": "https://oldschool.runescape.wiki/w/Team-33_cape", "equipment": { @@ -60846,10 +54106,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.453, "buy_limit": 150, - "release_date": "2005-02-22", - "examine": "Ooohhh look at the pretty colours...", "wiki_name": "Team-34 cape", "wiki_url": "https://oldschool.runescape.wiki/w/Team-34_cape", "equipment": { @@ -60883,10 +54140,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.453, "buy_limit": 150, - "release_date": "2005-02-22", - "examine": "Ooohhh look at the pretty colours...", "wiki_name": "Team-35 cape", "wiki_url": "https://oldschool.runescape.wiki/w/Team-35_cape", "equipment": { @@ -60920,10 +54174,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.453, "buy_limit": 150, - "release_date": "2005-02-22", - "examine": "Ooohhh look at the pretty colours...", "wiki_name": "Team-36 cape", "wiki_url": "https://oldschool.runescape.wiki/w/Team-36_cape", "equipment": { @@ -60957,10 +54208,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.453, "buy_limit": 150, - "release_date": "2005-02-22", - "examine": "Ooohhh look at the pretty colours...", "wiki_name": "Team-37 cape", "wiki_url": "https://oldschool.runescape.wiki/w/Team-37_cape", "equipment": { @@ -60994,10 +54242,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.453, "buy_limit": 150, - "release_date": "2005-02-22", - "examine": "Ooohhh look at the pretty colours...", "wiki_name": "Team-38 cape", "wiki_url": "https://oldschool.runescape.wiki/w/Team-38_cape", "equipment": { @@ -61031,10 +54276,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.453, "buy_limit": 150, - "release_date": "2005-02-22", - "examine": "Ooohhh look at the pretty colours...", "wiki_name": "Team-39 cape", "wiki_url": "https://oldschool.runescape.wiki/w/Team-39_cape", "equipment": { @@ -61068,10 +54310,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.453, "buy_limit": 150, - "release_date": "2005-02-22", - "examine": "Ooohhh look at the pretty colours...", "wiki_name": "Team-40 cape", "wiki_url": "https://oldschool.runescape.wiki/w/Team-40_cape", "equipment": { @@ -61105,10 +54344,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.453, "buy_limit": 150, - "release_date": "2005-02-22", - "examine": "Ooohhh look at the pretty colours...", "wiki_name": "Team-41 cape", "wiki_url": "https://oldschool.runescape.wiki/w/Team-41_cape", "equipment": { @@ -61142,10 +54378,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.453, "buy_limit": 150, - "release_date": "2005-02-22", - "examine": "Ooohhh look at the pretty colours...", "wiki_name": "Team-42 cape", "wiki_url": "https://oldschool.runescape.wiki/w/Team-42_cape", "equipment": { @@ -61179,10 +54412,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.453, "buy_limit": 150, - "release_date": "2005-02-22", - "examine": "Ooohhh look at the pretty colours...", "wiki_name": "Team-43 cape", "wiki_url": "https://oldschool.runescape.wiki/w/Team-43_cape", "equipment": { @@ -61216,10 +54446,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.453, "buy_limit": 150, - "release_date": "2005-02-22", - "examine": "Ooohhh look at the pretty colours...", "wiki_name": "Team-44 cape", "wiki_url": "https://oldschool.runescape.wiki/w/Team-44_cape", "equipment": { @@ -61253,10 +54480,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.453, "buy_limit": 150, - "release_date": "2005-02-22", - "examine": "Ooohhh look at the pretty colours...", "wiki_name": "Team-45 cape", "wiki_url": "https://oldschool.runescape.wiki/w/Team-45_cape", "equipment": { @@ -61290,10 +54514,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.453, "buy_limit": 150, - "release_date": "2005-02-22", - "examine": "Ooohhh look at the pretty colours...", "wiki_name": "Team-46 cape", "wiki_url": "https://oldschool.runescape.wiki/w/Team-46_cape", "equipment": { @@ -61327,10 +54548,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.453, "buy_limit": 150, - "release_date": "2005-02-22", - "examine": "Ooohhh look at the pretty colours...", "wiki_name": "Team-47 cape", "wiki_url": "https://oldschool.runescape.wiki/w/Team-47_cape", "equipment": { @@ -61364,10 +54582,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.453, "buy_limit": 150, - "release_date": "2005-02-22", - "examine": "Ooohhh look at the pretty colours...", "wiki_name": "Team-48 cape", "wiki_url": "https://oldschool.runescape.wiki/w/Team-48_cape", "equipment": { @@ -61401,10 +54616,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.453, "buy_limit": 150, - "release_date": "2005-02-22", - "examine": "Ooohhh look at the pretty colours...", "wiki_name": "Team-49 cape", "wiki_url": "https://oldschool.runescape.wiki/w/Team-49_cape", "equipment": { @@ -61438,10 +54650,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.453, "buy_limit": 150, - "release_date": "2005-02-22", - "examine": "Ooohhh look at the pretty colours...", "wiki_name": "Team-50 cape", "wiki_url": "https://oldschool.runescape.wiki/w/Team-50_cape", "equipment": { @@ -61471,9 +54680,6 @@ "cost": 56, "lowalch": 22, "highalch": 33, - "weight": 1.36, - "release_date": "2005-02-28", - "examine": "A jungle forester's blunt axe.", "wiki_name": "Blunt axe", "wiki_url": "https://oldschool.runescape.wiki/w/Blunt_axe", "price": 0 @@ -61485,9 +54691,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.15, - "release_date": "2005-02-28", - "examine": "A strong medicinal brew for heavy chests.", "wiki_name": "Herbal tincture", "wiki_url": "https://oldschool.runescape.wiki/w/Herbal_tincture", "price": 0 @@ -61502,10 +54705,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.05, "buy_limit": 2000, - "release_date": "2005-02-28", - "examine": "A cup of Guthix Rest.", "wiki_name": "Guthix rest (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Guthix_rest#(4)", "price": 3327 @@ -61520,10 +54720,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.05, "buy_limit": 2000, - "release_date": "2005-02-28", - "examine": "A cup of Guthix Rest.", "wiki_name": "Guthix rest (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Guthix_rest#(3)", "price": 1698 @@ -61538,10 +54735,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.05, "buy_limit": 2000, - "release_date": "2005-02-28", - "examine": "A cup of Guthix Rest.", "wiki_name": "Guthix rest (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Guthix_rest#(2)", "price": 1000 @@ -61556,10 +54750,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.05, "buy_limit": 2000, - "release_date": "2005-02-28", - "examine": "A cup of Guthix Rest.", "wiki_name": "Guthix rest (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Guthix_rest#(1)", "price": 559 @@ -61571,9 +54762,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 10, - "release_date": "2005-02-28", - "examine": "A half-filled feather mattress.", "wiki_name": "Stodgy mattress", "wiki_url": "https://oldschool.runescape.wiki/w/Stodgy_mattress", "price": 0 @@ -61585,9 +54773,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 15, - "release_date": "2005-02-28", - "examine": "A comfy-looking feather mattress.", "wiki_name": "Comfy mattress", "wiki_url": "https://oldschool.runescape.wiki/w/Comfy_mattress", "price": 0 @@ -61599,9 +54784,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 1, - "release_date": "2005-02-28", - "examine": "Looks like a bunch of rust to me.", "wiki_name": "Iron oxide", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_oxide", "price": 0 @@ -61613,9 +54795,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.01, - "release_date": "2005-02-28", - "examine": "An animate rock spell is written on this parchment.", "wiki_name": "Animate rock scroll", "wiki_url": "https://oldschool.runescape.wiki/w/Animate_rock_scroll", "price": 0 @@ -61627,9 +54806,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2005-02-28", - "examine": "These weathervane directionals are broken.", "wiki_name": "Broken vane part (Directionals)", "wiki_url": "https://oldschool.runescape.wiki/w/Broken_vane_part#Directionals", "price": 0 @@ -61641,9 +54817,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2005-02-28", - "examine": "The weathervane directionals should work now.", "wiki_name": "Directionals", "wiki_url": "https://oldschool.runescape.wiki/w/Directionals", "price": 0 @@ -61655,9 +54828,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2005-02-28", - "examine": "This weathervane ornament is damaged.", "wiki_name": "Broken vane part (Ornament)", "wiki_url": "https://oldschool.runescape.wiki/w/Broken_vane_part#Ornament", "price": 0 @@ -61669,9 +54839,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2005-02-28", - "examine": "A fixed Weathervane ornament.", "wiki_name": "Ornament", "wiki_url": "https://oldschool.runescape.wiki/w/Ornament", "price": 0 @@ -61683,9 +54850,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2005-02-28", - "examine": "A broken Weathervane pillar.", "wiki_name": "Broken vane part (Weaethervane pillar)", "wiki_url": "https://oldschool.runescape.wiki/w/Broken_vane_part#Weaethervane_pillar", "price": 0 @@ -61697,9 +54861,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2005-02-28", - "examine": "A fixed weathervane rotating pillar.", "wiki_name": "Weathervane pillar", "wiki_url": "https://oldschool.runescape.wiki/w/Weathervane_pillar", "price": 0 @@ -61711,9 +54872,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.03, - "release_date": "2005-02-28", - "examine": "Clear skies ahead, with some chance of showers, thunderstorms, ice and hail.", "wiki_name": "Weather report", "wiki_url": "https://oldschool.runescape.wiki/w/Weather_report", "price": 0 @@ -61728,10 +54886,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.595, "buy_limit": 15, - "release_date": "2005-02-28", - "examine": "This is pretty well sealed.", "wiki_name": "Airtight pot", "wiki_url": "https://oldschool.runescape.wiki/w/Airtight_pot", "price": 2727 @@ -61746,10 +54901,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.198, "buy_limit": 100, - "release_date": "2005-02-28", - "examine": "This needs firing, then it should fit on a normal-sized pot.", "wiki_name": "Unfired pot lid", "wiki_url": "https://oldschool.runescape.wiki/w/Unfired_pot_lid", "price": 131 @@ -61764,10 +54916,7 @@ "cost": 15, "lowalch": 6, "highalch": 9, - "weight": 0.198, "buy_limit": 15, - "release_date": "2005-02-28", - "examine": "This should fit on a normal-sized pot.", "wiki_name": "Pot lid", "wiki_url": "https://oldschool.runescape.wiki/w/Pot_lid", "price": 447 @@ -61779,9 +54928,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2005-02-28", - "examine": "An airtight pot with something inside, most likely breathing salts.", "wiki_name": "Breathing salts", "wiki_url": "https://oldschool.runescape.wiki/w/Breathing_salts", "price": 0 @@ -61793,9 +54939,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2005-02-28", - "examine": "A large cage for transporting chickens.", "wiki_name": "Chicken cage", "wiki_url": "https://oldschool.runescape.wiki/w/Chicken_cage", "price": 0 @@ -61807,9 +54950,6 @@ "cost": 56, "lowalch": 22, "highalch": 33, - "weight": 1.36, - "release_date": "2005-02-28", - "examine": "A jungle forester's super sharp axe.", "wiki_name": "Sharpened axe", "wiki_url": "https://oldschool.runescape.wiki/w/Sharpened_axe", "price": 0 @@ -61821,9 +54961,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2005-02-28", - "examine": "Some mahogany logs which have been professionally cured.", "wiki_name": "Red mahogany log", "wiki_url": "https://oldschool.runescape.wiki/w/Red_mahogany_log", "price": 0 @@ -61833,9 +54970,6 @@ "name": "Steel key ring", "members": true, "cost": 1, - "weight": 0.001, - "release_date": "2005-02-28", - "examine": "I can store my keys here.", "wiki_name": "Steel key ring", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_key_ring", "price": 0 @@ -61847,9 +54981,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2005-02-28", - "examine": "I wonder what happens if I rub it...", "wiki_name": "Antique lamp (One Small Favour)", "wiki_url": "https://oldschool.runescape.wiki/w/Antique_lamp_(One_Small_Favour)", "price": 0 @@ -61864,10 +54995,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.907, "buy_limit": 13000, - "release_date": "2005-02-28", - "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": 218 @@ -61882,10 +55010,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.05, "buy_limit": 13000, - "release_date": "2005-02-28", - "examine": "A cup of water.", "wiki_name": "Cup of water", "wiki_url": "https://oldschool.runescape.wiki/w/Cup_of_water", "price": 12 @@ -61900,10 +55025,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.05, "buy_limit": 13000, - "release_date": "2005-02-28", - "examine": "It's hot!", "wiki_name": "Cup of hot water", "wiki_url": "https://oldschool.runescape.wiki/w/Cup_of_hot_water", "price": 463 @@ -61917,9 +55039,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.05, - "release_date": "2005-02-28", - "examine": "A ruined herb tea.", "wiki_name": "Ruined herb tea", "wiki_url": "https://oldschool.runescape.wiki/w/Ruined_herb_tea", "price": 0 @@ -61933,9 +55052,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.05, - "release_date": "2005-02-28", - "examine": "An unfinished herb tea made up of water and harralander.", "wiki_name": "Herb tea mix (Harralander)", "wiki_url": "https://oldschool.runescape.wiki/w/Herb_tea_mix#Harralander", "price": 0 @@ -61949,9 +55065,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.05, - "release_date": "2005-02-28", - "examine": "An unfinished herb tea made up of water and guam.", "wiki_name": "Herb tea mix (Guam)", "wiki_url": "https://oldschool.runescape.wiki/w/Herb_tea_mix#Guam", "price": 0 @@ -61965,9 +55078,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.05, - "release_date": "2005-02-28", - "examine": "An unfinished herb tea made up of water and marrentill.", "wiki_name": "Herb tea mix (Marrentill)", "wiki_url": "https://oldschool.runescape.wiki/w/Herb_tea_mix#Marrentill", "price": 0 @@ -61981,9 +55091,6 @@ "cost": 15, "lowalch": 6, "highalch": 9, - "weight": 0.05, - "release_date": "2005-02-28", - "examine": "An unfinished herb tea made up of water, harralander and marrentill.", "wiki_name": "Herb tea mix (Harralander and marrentill)", "wiki_url": "https://oldschool.runescape.wiki/w/Herb_tea_mix#Harralander_and_marrentill", "price": 0 @@ -61997,9 +55104,6 @@ "cost": 15, "lowalch": 6, "highalch": 9, - "weight": 0.05, - "release_date": "2005-02-28", - "examine": "An unfinished herb tea made up of water, harralander and guam.", "wiki_name": "Herb tea mix (Harralander and guam)", "wiki_url": "https://oldschool.runescape.wiki/w/Herb_tea_mix#Harralander_and_guam", "price": 0 @@ -62013,9 +55117,6 @@ "cost": 15, "lowalch": 6, "highalch": 9, - "weight": 0.05, - "release_date": "2005-02-28", - "examine": "An unfinished herb tea made up of water and 2 doses of guam.", "wiki_name": "Herb tea mix (Two guams)", "wiki_url": "https://oldschool.runescape.wiki/w/Herb_tea_mix#Two_guams", "price": 0 @@ -62029,9 +55130,6 @@ "cost": 15, "lowalch": 6, "highalch": 9, - "weight": 0.05, - "release_date": "2005-02-28", - "examine": "An unfinished herb tea made up of water, guam and marrentill.", "wiki_name": "Herb tea mix (Guam and marrentill)", "wiki_url": "https://oldschool.runescape.wiki/w/Herb_tea_mix#Guam_and_marrentill", "price": 0 @@ -62045,9 +55143,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.05, - "release_date": "2005-02-28", - "examine": "An unfinished herb tea made up of water, harralander, marrentill and guam.", "wiki_name": "Herb tea mix (Harralander, marrentill and guam)", "wiki_url": "https://oldschool.runescape.wiki/w/Herb_tea_mix#Harralander,_marrentill_and_guam", "price": 0 @@ -62061,9 +55156,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.05, - "release_date": "2005-02-28", - "examine": "An unfinished herb tea made up of water, 2 doses of guam and marrentill.", "wiki_name": "Herb tea mix (Two guams and marrentill)", "wiki_url": "https://oldschool.runescape.wiki/w/Herb_tea_mix#Two_guams_and_marrentill", "price": 0 @@ -62077,9 +55169,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.05, - "release_date": "2005-02-28", - "examine": "An unfinished herb tea made up of water, 2 doses of guam and harralander.", "wiki_name": "Herb tea mix (Two guams and harralander)", "wiki_url": "https://oldschool.runescape.wiki/w/Herb_tea_mix#Two_guams_and_harralander", "price": 0 @@ -62089,9 +55178,6 @@ "name": "Safety guarantee", "members": true, "cost": 1, - "weight": 0.3, - "release_date": "2005-03-07", - "examine": "The strange characters supposedly grant Svidi safe passage into Rellekka.", "wiki_name": "Safety guarantee", "wiki_url": "https://oldschool.runescape.wiki/w/Safety_guarantee", "price": 0 @@ -62103,9 +55189,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.75, - "release_date": "2005-03-07", - "examine": "This fruit is known as White Pearl. Should taste good.", "wiki_name": "White pearl", "wiki_url": "https://oldschool.runescape.wiki/w/White_pearl", "price": 0 @@ -62117,9 +55200,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.025, - "release_date": "2005-03-07", - "examine": "You can grow this seed even in cold mountain ranges!", "wiki_name": "White pearl seed", "wiki_url": "https://oldschool.runescape.wiki/w/White_pearl_seed", "price": 0 @@ -62129,9 +55209,6 @@ "name": "Half a rock", "members": true, "cost": 1, - "weight": 1.25, - "release_date": "2005-03-07", - "examine": "It's a piece of the Ancient Rock of the mountain people. It's still just a stone.", "wiki_name": "Half a rock", "wiki_url": "https://oldschool.runescape.wiki/w/Half_a_rock", "price": 0 @@ -62143,9 +55220,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2005-03-07", - "examine": "The corpse of a woman who died long ago.", "wiki_name": "Corpse of woman", "wiki_url": "https://oldschool.runescape.wiki/w/Corpse_of_woman", "price": 0 @@ -62157,9 +55231,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2005-03-07", - "examine": "This used to belong to Asleif, daughter of the mountain camp chieftain.", "wiki_name": "Asleif's necklace", "wiki_url": "https://oldschool.runescape.wiki/w/Asleif's_necklace", "price": 0 @@ -62173,9 +55244,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.03, - "release_date": "2005-03-07", - "examine": "Yuck, it's sticky, dirty mud.", "wiki_name": "Mud", "wiki_url": "https://oldschool.runescape.wiki/w/Mud", "price": 0 @@ -62189,9 +55257,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2005-03-07", - "examine": "A muddy rock.", "wiki_name": "Muddy rock", "wiki_url": "https://oldschool.runescape.wiki/w/Muddy_rock", "price": 0 @@ -62203,9 +55268,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2005-03-07", - "examine": "It's just a long stick, really.", "wiki_name": "Pole", "wiki_url": "https://oldschool.runescape.wiki/w/Pole", "price": 0 @@ -62217,9 +55279,6 @@ "tradeable": true, "noteable": true, "cost": 1, - "weight": 0.01, - "release_date": "2005-03-07", - "examine": "Splintered into pieces, it has become completely useless to you.", "wiki_name": "Broken pole", "wiki_url": "https://oldschool.runescape.wiki/w/Broken_pole", "price": 0 @@ -62233,9 +55292,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.005, - "release_date": "2005-03-07", - "examine": "It's the rope you're holding.", "wiki_name": "Rope (animation item)", "wiki_url": "https://oldschool.runescape.wiki/w/Rope_(animation_item)", "price": 0 @@ -62248,9 +55304,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2005-03-07", - "examine": "It's the pole you're holding.", "wiki_name": "Pole (animation item) (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Pole_(animation_item)#Normal", "price": 0 @@ -62264,9 +55317,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2005-03-07", - "examine": "Quite ferocious looking.", "wiki_name": "Bearhead", "wiki_url": "https://oldschool.runescape.wiki/w/Bearhead", "equipment": { @@ -62298,9 +55348,6 @@ "cost": 1300, "lowalch": 520, "highalch": 780, - "weight": 1.587, - "release_date": "2005-03-07", - "examine": "A very decorative sword.", "wiki_name": "Decorative sword (white)", "wiki_url": "https://oldschool.runescape.wiki/w/Decorative_sword_(white)", "equipment": { @@ -62367,9 +55414,6 @@ "cost": 5200, "lowalch": 2080, "highalch": 3120, - "weight": 8.618, - "release_date": "2005-03-07", - "examine": "Very decorative armour.", "wiki_name": "Decorative armour (white platebody)", "wiki_url": "https://oldschool.runescape.wiki/w/Decorative_armour_(white_platebody)", "equipment": { @@ -62402,9 +55446,6 @@ "cost": 2600, "lowalch": 1040, "highalch": 1560, - "weight": 9.071, - "release_date": "2005-03-07", - "examine": "Very decorative armour.", "wiki_name": "Decorative armour (white platelegs)", "wiki_url": "https://oldschool.runescape.wiki/w/Decorative_armour_(white_platelegs)", "equipment": { @@ -62437,9 +55478,6 @@ "cost": 780, "lowalch": 312, "highalch": 468, - "weight": 1.36, - "release_date": "2005-03-07", - "examine": "A very decorative helm.", "wiki_name": "Decorative helm (white)", "wiki_url": "https://oldschool.runescape.wiki/w/Decorative_helm_(white)", "equipment": { @@ -62472,9 +55510,6 @@ "cost": 2210, "lowalch": 884, "highalch": 1326, - "weight": 4.535, - "release_date": "2005-03-07", - "examine": "A very decorative shield.", "wiki_name": "Decorative shield (white)", "wiki_url": "https://oldschool.runescape.wiki/w/Decorative_shield_(white)", "equipment": { @@ -62508,9 +55543,6 @@ "cost": 3200, "lowalch": 1280, "highalch": 1920, - "weight": 1.587, - "release_date": "2005-03-07", - "examine": "A very decorative sword.", "wiki_name": "Decorative sword (gold) (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Decorative_sword_(gold)#Normal", "equipment": { @@ -62577,9 +55609,6 @@ "cost": 12800, "lowalch": 5120, "highalch": 7680, - "weight": 8.618, - "release_date": "2005-03-07", - "examine": "Very decorative armour.", "wiki_name": "Decorative armour (gold platebody) (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Decorative_armour_(gold_platebody)#Normal", "equipment": { @@ -62612,9 +55641,6 @@ "cost": 6400, "lowalch": 2560, "highalch": 3840, - "weight": 9.071, - "release_date": "2005-03-07", - "examine": "Very decorative armour.", "wiki_name": "Decorative armour (gold platelegs) (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Decorative_armour_(gold_platelegs)#Normal", "equipment": { @@ -62647,9 +55673,6 @@ "cost": 1920, "lowalch": 768, "highalch": 1152, - "weight": 1.36, - "release_date": "2005-03-07", - "examine": "A very decorative helm.", "wiki_name": "Decorative helm (gold) (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Decorative_helm_(gold)#Normal", "equipment": { @@ -62682,9 +55705,6 @@ "cost": 5440, "lowalch": 2176, "highalch": 3264, - "weight": 4.535, - "release_date": "2005-03-07", - "examine": "A very decorative shield.", "wiki_name": "Decorative shield (gold) (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Decorative_shield_(gold)#Normal", "equipment": { @@ -62717,9 +55737,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2005-03-07", - "examine": "The colours of Saradomin.", "wiki_name": "Castlewars hood (Saradomin)", "wiki_url": "https://oldschool.runescape.wiki/w/Castlewars_hood_(Saradomin)", "equipment": { @@ -62750,9 +55767,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.453, - "release_date": "2005-03-07", - "examine": "A fine castlewars Cape.", "wiki_name": "Castlewars cloak (Saradomin)", "wiki_url": "https://oldschool.runescape.wiki/w/Castlewars_cloak_(Saradomin)", "equipment": { @@ -62783,9 +55797,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2005-03-07", - "examine": "The colours of Zamorak.", "wiki_name": "Castlewars hood (Zamorak)", "wiki_url": "https://oldschool.runescape.wiki/w/Castlewars_hood_(Zamorak)", "equipment": { @@ -62816,9 +55827,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.453, - "release_date": "2005-03-07", - "examine": "A fine castlewars Cape.", "wiki_name": "Castlewars cloak (Zamorak)", "wiki_url": "https://oldschool.runescape.wiki/w/Castlewars_cloak_(Zamorak)", "equipment": { @@ -62851,10 +55859,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.453, "buy_limit": 6000, - "release_date": "2005-03-14", - "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": 3702 @@ -62896,10 +55901,7 @@ "cost": 28, "lowalch": 11, "highalch": 16, - "weight": 0.453, "buy_limit": 40, - "release_date": "2005-03-14", - "examine": "Not the genie sort.", "wiki_name": "Oil lamp (Unlit)", "wiki_url": "https://oldschool.runescape.wiki/w/Oil_lamp#Unlit", "price": 1273 @@ -62911,9 +55913,6 @@ "cost": 28, "lowalch": 11, "highalch": 16, - "weight": 0.453, - "release_date": "2005-03-14", - "examine": "Not the genie sort.", "wiki_name": "Oil lamp (Lit)", "wiki_url": "https://oldschool.runescape.wiki/w/Oil_lamp#Lit", "price": 0 @@ -62928,10 +55927,7 @@ "cost": 25, "lowalch": 10, "highalch": 15, - "weight": 0.453, "buy_limit": 10000, - "release_date": "2005-03-14", - "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": 25 @@ -62946,10 +55942,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.907, "buy_limit": 10000, - "release_date": "2005-03-14", - "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 @@ -62964,9 +55957,6 @@ "cost": 15, "lowalch": 6, "highalch": 9, - "weight": 0.907, - "release_date": "2005-03-14", - "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": 281 @@ -62978,9 +55968,6 @@ "cost": 15, "lowalch": 6, "highalch": 9, - "weight": 0.907, - "release_date": "2005-03-14", - "examine": "A flickering candle in a glass cage.", "wiki_name": "Candle lantern (Lit (white candle))", "wiki_url": "https://oldschool.runescape.wiki/w/Candle_lantern#Lit_(white_candle)", "price": 0 @@ -62995,9 +55982,6 @@ "cost": 15, "lowalch": 6, "highalch": 9, - "weight": 0.907, - "release_date": "2005-03-14", - "examine": "A candle in a glass cage.", "wiki_name": "Candle lantern (Unlit (black candle))", "wiki_url": "https://oldschool.runescape.wiki/w/Candle_lantern#Unlit_(black_candle)", "price": 23443 @@ -63009,9 +55993,6 @@ "cost": 15, "lowalch": 6, "highalch": 9, - "weight": 0.907, - "release_date": "2005-03-14", - "examine": "A flickering candle in a glass cage.", "wiki_name": "Candle lantern (Lit (black candle))", "wiki_url": "https://oldschool.runescape.wiki/w/Candle_lantern#Lit_(black_candle)", "price": 0 @@ -63026,10 +56007,7 @@ "cost": 120, "lowalch": 48, "highalch": 72, - "weight": 0.907, "buy_limit": 10000, - "release_date": "2005-03-14", - "examine": "Put oil in to complete it.", "wiki_name": "Empty oil lantern", "wiki_url": "https://oldschool.runescape.wiki/w/Empty_oil_lantern", "price": 114 @@ -63044,10 +56022,7 @@ "cost": 125, "lowalch": 50, "highalch": 75, - "weight": 0.907, "buy_limit": 40, - "release_date": "2005-03-14", - "examine": "An unlit oil lantern.", "wiki_name": "Oil lantern (Unlit)", "wiki_url": "https://oldschool.runescape.wiki/w/Oil_lantern#Unlit", "price": 740 @@ -63059,9 +56034,6 @@ "cost": 125, "lowalch": 50, "highalch": 75, - "weight": 0.907, - "release_date": "2005-03-14", - "examine": "It lights your way through the dark places of the earth.", "wiki_name": "Oil lantern (Lit)", "wiki_url": "https://oldschool.runescape.wiki/w/Oil_lantern#Lit", "price": 0 @@ -63076,10 +56048,7 @@ "cost": 90, "lowalch": 36, "highalch": 54, - "weight": 0.453, "buy_limit": 10000, - "release_date": "2005-03-14", - "examine": "Add the glass to complete.", "wiki_name": "Oil lantern frame", "wiki_url": "https://oldschool.runescape.wiki/w/Oil_lantern_frame", "price": 1 @@ -63094,10 +56063,7 @@ "cost": 70, "lowalch": 28, "highalch": 42, - "weight": 0.028, "buy_limit": 10000, - "release_date": "2005-03-14", - "examine": "A roughly circular disc of glass.", "wiki_name": "Lantern lens", "wiki_url": "https://oldschool.runescape.wiki/w/Lantern_lens", "price": 17 @@ -63112,10 +56078,7 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 1.36, "buy_limit": 10000, - "release_date": "2005-03-14", - "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": 185 @@ -63130,10 +56093,7 @@ "cost": 400, "lowalch": 160, "highalch": 240, - "weight": 1.36, "buy_limit": 10000, - "release_date": "2005-03-14", - "examine": "You need to add lamp oil before you can use it.", "wiki_name": "Bullseye lantern (empty)", "wiki_url": "https://oldschool.runescape.wiki/w/Bullseye_lantern_(empty)", "price": 605 @@ -63148,10 +56108,7 @@ "cost": 420, "lowalch": 168, "highalch": 252, - "weight": 1.36, "buy_limit": 10000, - "release_date": "2005-03-14", - "examine": "A sturdy steel lantern.", "wiki_name": "Bullseye lantern (Unlit)", "wiki_url": "https://oldschool.runescape.wiki/w/Bullseye_lantern#Unlit", "price": 1225 @@ -63163,9 +56120,6 @@ "cost": 420, "lowalch": 168, "highalch": 252, - "weight": 1.36, - "release_date": "2005-03-14", - "examine": "A sturdy steel lantern casting a bright beam.", "wiki_name": "Bullseye lantern (Lit)", "wiki_url": "https://oldschool.runescape.wiki/w/Bullseye_lantern#Lit", "price": 0 @@ -63182,10 +56136,7 @@ "cost": 650, "lowalch": 260, "highalch": 390, - "weight": 2.267, "buy_limit": 125, - "release_date": "2005-03-14", - "examine": "You don't want to wear it inside-out.", "wiki_name": "Spiny helmet", "wiki_url": "https://oldschool.runescape.wiki/w/Spiny_helmet", "equipment": { @@ -63214,9 +56165,6 @@ "id": 4558, "name": "Blue sweets", "cost": 0, - "weight": 0.01, - "release_date": "2005-10-31", - "examine": "Not likely to last until next Halloween.", "wiki_name": "Blue sweets", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_sweets", "price": 0 @@ -63225,9 +56173,6 @@ "id": 4559, "name": "Deep blue sweets", "cost": 0, - "weight": 0.01, - "release_date": "2005-10-31", - "examine": "Not likely to last until next Halloween.", "wiki_name": "Deep blue sweets", "wiki_url": "https://oldschool.runescape.wiki/w/Deep_blue_sweets", "price": 0 @@ -63236,9 +56181,6 @@ "id": 4560, "name": "White sweets", "cost": 0, - "weight": 0.01, - "release_date": "2005-10-31", - "examine": "Not likely to last until next Halloween.", "wiki_name": "White sweets", "wiki_url": "https://oldschool.runescape.wiki/w/White_sweets", "price": 0 @@ -63247,9 +56189,6 @@ "id": 4562, "name": "Red sweets", "cost": 0, - "weight": 0.01, - "release_date": "2005-10-31", - "examine": "Not likely to last until next Halloween.", "wiki_name": "Red sweets", "wiki_url": "https://oldschool.runescape.wiki/w/Red_sweets", "price": 0 @@ -63258,9 +56197,6 @@ "id": 4563, "name": "Green sweets", "cost": 0, - "weight": 0.01, - "release_date": "2005-10-31", - "examine": "Not likely to last until next Halloween.", "wiki_name": "Green sweets", "wiki_url": "https://oldschool.runescape.wiki/w/Green_sweets", "price": 0 @@ -63269,9 +56205,6 @@ "id": 4564, "name": "Pink sweets", "cost": 0, - "weight": 0.01, - "release_date": "2005-10-31", - "examine": "Not likely to last until next Halloween.", "wiki_name": "Pink sweets", "wiki_url": "https://oldschool.runescape.wiki/w/Pink_sweets", "price": 0 @@ -63285,9 +56218,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2014-04-10", - "examine": "A holiday gift from the Easter Bunny.", "wiki_name": "Easter basket", "wiki_url": "https://oldschool.runescape.wiki/w/Easter_basket", "equipment": { @@ -63346,9 +56276,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2005-03-21", - "examine": "Perhaps not the most powerful weapon in Gielinor.", "wiki_name": "Rubber chicken", "wiki_url": "https://oldschool.runescape.wiki/w/Rubber_chicken", "equipment": { @@ -63407,9 +56334,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 31.751, - "release_date": "2005-03-21", - "examine": "Made of gold and white gold.", "wiki_name": "Gold helmet", "wiki_url": "https://oldschool.runescape.wiki/w/Gold_helmet", "equipment": { @@ -63441,9 +56365,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.08, - "release_date": "2005-03-21", - "examine": "The book is almost falling apart, you'll have to handle it quite carefully.", "wiki_name": "Dwarven lore", "wiki_url": "https://oldschool.runescape.wiki/w/Dwarven_lore", "price": 0 @@ -63453,9 +56374,6 @@ "name": "Book page 1", "members": true, "cost": 1, - "weight": 0.002, - "release_date": "2005-03-21", - "examine": "A missing page from Rolad's book! It seems to be the first one.", "wiki_name": "Book page 1", "wiki_url": "https://oldschool.runescape.wiki/w/Book_page_1", "price": 0 @@ -63465,9 +56383,6 @@ "name": "Book page 2", "members": true, "cost": 1, - "weight": 0.002, - "release_date": "2005-03-21", - "examine": "A missing page from Rolad's book! It seems to be the second one.", "wiki_name": "Book page 2", "wiki_url": "https://oldschool.runescape.wiki/w/Book_page_2", "price": 0 @@ -63477,9 +56392,6 @@ "name": "Book page 3", "members": true, "cost": 1, - "weight": 0.002, - "release_date": "2005-03-21", - "examine": "A missing page from Rolad's book! It seems to be the third one.", "wiki_name": "Book page 3", "wiki_url": "https://oldschool.runescape.wiki/w/Book_page_3", "price": 0 @@ -63491,9 +56403,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.002, - "release_date": "2005-03-21", - "examine": "Missing pages!", "wiki_name": "Pages (unobtainable item)", "wiki_url": "https://oldschool.runescape.wiki/w/Pages_(unobtainable_item)", "price": 0 @@ -63503,9 +56412,6 @@ "name": "Pages", "members": true, "cost": 1, - "weight": 0.002, - "release_date": "2005-03-21", - "examine": "A collection of missing pages from Rolad's book!", "wiki_name": "Pages", "wiki_url": "https://oldschool.runescape.wiki/w/Pages", "price": 0 @@ -63515,9 +56421,6 @@ "name": "Base schematics", "members": true, "cost": 1, - "weight": 0.002, - "release_date": "2005-03-21", - "examine": "These are the base schematics of a dwarven multicannon", "wiki_name": "Base schematics", "wiki_url": "https://oldschool.runescape.wiki/w/Base_schematics", "price": 0 @@ -63527,9 +56430,6 @@ "name": "Schematic", "members": true, "cost": 1, - "weight": 0.004, - "release_date": "2005-03-21", - "examine": "A transparent overlay - details of something?", "wiki_name": "Schematic (Dondakan)", "wiki_url": "https://oldschool.runescape.wiki/w/Schematic_(Dondakan)", "price": 0 @@ -63539,9 +56439,6 @@ "name": "Schematics", "members": true, "cost": 1, - "weight": 0.004, - "release_date": "2005-03-21", - "examine": "Transparent overlays - details of something?", "wiki_name": "Schematics (Dwarf Engineer)", "wiki_url": "https://oldschool.runescape.wiki/w/Schematics_(Dwarf_Engineer)", "price": 0 @@ -63551,9 +56448,6 @@ "name": "Schematics", "members": true, "cost": 1, - "weight": 0.004, - "release_date": "2005-03-21", - "examine": "Transparent overlays - details of something?", "wiki_name": "Schematics (Khorvak)", "wiki_url": "https://oldschool.runescape.wiki/w/Schematics_(Khorvak)", "price": 0 @@ -63563,9 +56457,6 @@ "name": "Schematic", "members": true, "cost": 1, - "weight": 0.014, - "release_date": "2005-03-21", - "examine": "The assembled schematic for modifying the dwarven multicannon.", "wiki_name": "Schematic (complete)", "wiki_url": "https://oldschool.runescape.wiki/w/Schematic_(complete)", "price": 0 @@ -63577,9 +56468,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 20, - "release_date": "2005-03-21", - "examine": "A heavy gold metal sphere.", "wiki_name": "Cannon ball (Between a Rock...)", "wiki_url": "https://oldschool.runescape.wiki/w/Cannon_ball_(Between_a_Rock...)", "price": 0 @@ -63597,10 +56485,7 @@ "cost": 650, "lowalch": 260, "highalch": 390, - "weight": 2.267, "buy_limit": 8, - "release_date": "2005-05-17", - "examine": "A black tipped spear.", "wiki_name": "Black spear (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_spear#Unpoisoned", "equipment": { @@ -63672,10 +56557,7 @@ "cost": 750, "lowalch": 300, "highalch": 450, - "weight": 2.267, "buy_limit": 8, - "release_date": "2005-05-17", - "examine": "A poisoned black tipped spear.", "wiki_name": "Black spear (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_spear#Poison", "equipment": { @@ -63744,9 +56626,6 @@ "cost": 750, "lowalch": 300, "highalch": 450, - "weight": 2.267, - "release_date": "2005-05-17", - "examine": "A Karambwan poisoned black tipped spear.", "wiki_name": "Black spear (Karambwan poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_spear#Karambwan_poison", "equipment": { @@ -63817,10 +56696,7 @@ "cost": 270000, "lowalch": 108000, "highalch": 162000, - "weight": 9.071, "buy_limit": 70, - "release_date": "2005-03-29", - "examine": "This looks pretty heavy.", "wiki_name": "Dragon plateskirt", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_plateskirt", "equipment": { @@ -63858,10 +56734,7 @@ "cost": 100000, "lowalch": 40000, "highalch": 60000, - "weight": 1.814, "buy_limit": 70, - "release_date": "2005-03-29", - "examine": "A vicious, curved sword.", "wiki_name": "Dragon scimitar", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_scimitar", "equipment": { @@ -63927,9 +56800,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2005-04-04", - "examine": "Keys to the Mayor's house..", "wiki_name": "Keys", "wiki_url": "https://oldschool.runescape.wiki/w/Keys", "price": 0 @@ -63939,9 +56809,6 @@ "name": "Jewels", "members": true, "cost": 1, - "weight": 0.01, - "release_date": "2005-04-04", - "examine": "The Mayor of Pollnivneach's wife's jewels.", "wiki_name": "Jewels", "wiki_url": "https://oldschool.runescape.wiki/w/Jewels", "price": 0 @@ -63956,10 +56823,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.07, "buy_limit": 15, - "release_date": "2005-04-04", - "examine": "Wear it on your head.", "wiki_name": "Kharidian headpiece", "wiki_url": "https://oldschool.runescape.wiki/w/Kharidian_headpiece", "price": 214 @@ -63974,10 +56838,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.03, "buy_limit": 15, - "release_date": "2005-04-04", - "examine": "Makes me itch.", "wiki_name": "Fake beard", "wiki_url": "https://oldschool.runescape.wiki/w/Fake_beard", "price": 309 @@ -63991,9 +56852,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2005-04-04", - "examine": "Makes my face itch.", "wiki_name": "Karidian disguise", "wiki_url": "https://oldschool.runescape.wiki/w/Karidian_disguise", "price": 0 @@ -64005,9 +56863,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2005-04-04", - "examine": "A note found in the Mayor's bedroom mentioning the word 'Fibonacci'.", "wiki_name": "Note (Fibonacci)", "wiki_url": "https://oldschool.runescape.wiki/w/Note_(Fibonacci)", "price": 0 @@ -64019,9 +56874,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2005-04-04", - "examine": "A list of 5 numbers.", "wiki_name": "Note (numbers)", "wiki_url": "https://oldschool.runescape.wiki/w/Note_(numbers)", "price": 0 @@ -64036,9 +56888,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2005-04-04", - "examine": "A handy little club made out of oak.", "wiki_name": "Oak blackjack", "wiki_url": "https://oldschool.runescape.wiki/w/Oak_blackjack", "equipment": { @@ -64101,10 +56950,7 @@ "cost": 600, "lowalch": 240, "highalch": 360, - "weight": 1.814, "buy_limit": 125, - "release_date": "2005-04-04", - "examine": "A handy little club made out of willow.", "wiki_name": "Willow blackjack", "wiki_url": "https://oldschool.runescape.wiki/w/Willow_blackjack", "equipment": { @@ -64161,9 +57007,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.4, - "release_date": "2005-04-04", - "examine": "Dung of the Camelus Horribleus variety.", "wiki_name": "Ugthanki dung", "wiki_url": "https://oldschool.runescape.wiki/w/Ugthanki_dung", "price": 0 @@ -64175,9 +57018,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.4, - "release_date": "2005-04-04", - "examine": "Poor Camel, what have I fed you?", "wiki_name": "Ugthanki dung (unobtainable item)", "wiki_url": "https://oldschool.runescape.wiki/w/Ugthanki_dung_(unobtainable_item)", "price": 0 @@ -64189,9 +57029,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2005-04-04", - "examine": "A receipt for one 'Camelus Horribleus'.", "wiki_name": "Receipt (The Feud)", "wiki_url": "https://oldschool.runescape.wiki/w/Receipt_(The_Feud)", "price": 0 @@ -64203,9 +57040,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.2, - "release_date": "2005-04-04", - "examine": "A red viscous liquid in a vial.", "wiki_name": "Hag's poison", "wiki_url": "https://oldschool.runescape.wiki/w/Hag's_poison", "price": 0 @@ -64217,9 +57051,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2005-04-04", - "examine": "Makes a hissing sound.", "wiki_name": "Snake charm", "wiki_url": "https://oldschool.runescape.wiki/w/Snake_charm", "price": 0 @@ -64231,9 +57062,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, - "release_date": "2005-04-04", - "examine": "This is used to hold snakes.", "wiki_name": "Snake basket", "wiki_url": "https://oldschool.runescape.wiki/w/Snake_basket", "price": 0 @@ -64243,9 +57071,6 @@ "name": "Snake basket full", "members": true, "cost": 1, - "weight": 1, - "release_date": "2005-04-04", - "examine": "This basket contains a snake.", "wiki_name": "Snake basket full", "wiki_url": "https://oldschool.runescape.wiki/w/Snake_basket_full", "price": 0 @@ -64260,10 +57085,7 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "weight": 0.25, "buy_limit": 15, - "release_date": "2005-04-04", - "examine": "A meaty and very hot kebab.", "wiki_name": "Super kebab", "wiki_url": "https://oldschool.runescape.wiki/w/Super_kebab", "price": 200 @@ -64275,9 +57097,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2005-04-04", - "examine": "The bottle feels warm.", "wiki_name": "Red hot sauce", "wiki_url": "https://oldschool.runescape.wiki/w/Red_hot_sauce", "price": 0 @@ -64291,9 +57110,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.04, - "release_date": "2005-04-04", - "examine": "A disguise suitable for the desert.", "wiki_name": "Desert disguise", "wiki_url": "https://oldschool.runescape.wiki/w/Desert_disguise", "equipment": { @@ -64322,9 +57138,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.05, - "release_date": "2005-04-04", - "examine": "It has a picture of a dragon on it.", "wiki_name": "Spinning plate", "wiki_url": "https://oldschool.runescape.wiki/w/Spinning_plate", "price": 0 @@ -64336,9 +57149,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.05, - "release_date": "2005-04-04", - "examine": "Alas...", "wiki_name": "Broken plate", "wiki_url": "https://oldschool.runescape.wiki/w/Broken_plate", "price": 0 @@ -64350,9 +57160,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.005, - "release_date": "2005-04-11", - "examine": "An old faded letter.", "wiki_name": "Letter (The Golem)", "wiki_url": "https://oldschool.runescape.wiki/w/Letter_(The_Golem)", "price": 0 @@ -64364,9 +57171,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 1, - "release_date": "2005-04-11", - "examine": "An archaeologist's notes.", "wiki_name": "Varmen's notes", "wiki_url": "https://oldschool.runescape.wiki/w/Varmen's_notes", "price": 0 @@ -64378,9 +57182,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2005-04-11", - "examine": "The museum curator's key.", "wiki_name": "Display cabinet key", "wiki_url": "https://oldschool.runescape.wiki/w/Display_cabinet_key", "price": 0 @@ -64390,9 +57191,6 @@ "name": "Statuette", "members": true, "cost": 2, - "weight": 0.5, - "release_date": "2005-04-11", - "examine": "A beautifully-carved stone statuette.", "wiki_name": "Statuette (The Golem)", "wiki_url": "https://oldschool.runescape.wiki/w/Statuette_(The_Golem)", "price": 0 @@ -64402,9 +57200,6 @@ "name": "Strange implement", "members": true, "cost": 1, - "weight": 0.01, - "release_date": "2005-04-11", - "examine": "It's pretty, but you wish you knew what it was.", "wiki_name": "Strange implement", "wiki_url": "https://oldschool.runescape.wiki/w/Strange_implement", "price": 0 @@ -64416,9 +57211,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2005-04-11", - "examine": "It looks horrible.", "wiki_name": "Black mushroom", "wiki_url": "https://oldschool.runescape.wiki/w/Black_mushroom", "price": 0 @@ -64430,9 +57222,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.002, - "release_date": "2005-04-11", - "examine": "A long feather patterned like a flame.", "wiki_name": "Phoenix feather", "wiki_url": "https://oldschool.runescape.wiki/w/Phoenix_feather", "price": 0 @@ -64444,9 +57233,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2005-04-11", - "examine": "Black dye made out of mushrooms.", "wiki_name": "Black dye", "wiki_url": "https://oldschool.runescape.wiki/w/Black_dye", "price": 0 @@ -64458,9 +57244,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.016, - "release_date": "2005-04-11", - "examine": "A phoenix feather using black dye as ink.", "wiki_name": "Phoenix quill pen", "wiki_url": "https://oldschool.runescape.wiki/w/Phoenix_quill_pen", "price": 0 @@ -64472,9 +57255,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2005-04-11", - "examine": "It reads 'YOUR TASK IS DONE'.", "wiki_name": "Golem program", "wiki_url": "https://oldschool.runescape.wiki/w/Golem_program", "price": 0 @@ -64498,10 +57278,7 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 0.55, "buy_limit": 2000, - "release_date": "2005-04-18", - "examine": "A cheeky little lager.", "wiki_name": "Bandit's brew", "wiki_url": "https://oldschool.runescape.wiki/w/Bandit's_brew", "price": 1660 @@ -64513,9 +57290,6 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 0.028, - "release_date": "2005-04-18", - "examine": "Hot!", "wiki_name": "Fire (unobtainable item)", "wiki_url": "https://oldschool.runescape.wiki/w/Fire_(unobtainable_item)", "price": 0 @@ -64527,9 +57301,6 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 0.51, - "release_date": "2005-04-18", - "examine": "A copy of the engravings found on a mysterious stone tablet.", "wiki_name": "Etchings", "wiki_url": "https://oldschool.runescape.wiki/w/Etchings", "price": 0 @@ -64541,9 +57312,6 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 0.51, - "release_date": "2005-04-18", - "examine": "A rough translation made from archaeological etchings.", "wiki_name": "Translation", "wiki_url": "https://oldschool.runescape.wiki/w/Translation", "price": 0 @@ -64555,9 +57323,6 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 0.01, - "release_date": "2005-04-18", - "examine": "This key is unusually warm to the touch.", "wiki_name": "Warm key", "wiki_url": "https://oldschool.runescape.wiki/w/Warm_key", "price": 0 @@ -64571,9 +57336,6 @@ "cost": 350, "lowalch": 140, "highalch": 210, - "weight": 0.004, - "release_date": "2005-04-18", - "examine": "A ring that allows you to see things that are normally invisible...", "wiki_name": "Ring of visibility", "wiki_url": "https://oldschool.runescape.wiki/w/Ring_of_visibility", "equipment": { @@ -64603,9 +57365,6 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 0.453, - "release_date": "2005-04-18", - "examine": "A silver pot made by Ruantun.", "wiki_name": "Silver pot (Desert Treasure) (Empty)", "wiki_url": "https://oldschool.runescape.wiki/w/Silver_pot_(Desert_Treasure)#Empty", "price": 0 @@ -64617,9 +57376,6 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 0.453, - "release_date": "2005-04-18", - "examine": "A silver pot made by Ruantun and blessed on Entrana.", "wiki_name": "Blessed pot (Empty)", "wiki_url": "https://oldschool.runescape.wiki/w/Blessed_pot#Empty", "price": 0 @@ -64631,9 +57387,6 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 0.453, - "release_date": "2005-04-18", - "examine": "A silver pot made by Ruantun filled with your blood.", "wiki_name": "Silver pot (Desert Treasure) (Blood)", "wiki_url": "https://oldschool.runescape.wiki/w/Silver_pot_(Desert_Treasure)#Blood", "price": 0 @@ -64645,9 +57398,6 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 0.453, - "release_date": "2005-04-18", - "examine": "A blessed silver pot made by Ruantun filled with your blood.", "wiki_name": "Blessed pot (Blood)", "wiki_url": "https://oldschool.runescape.wiki/w/Blessed_pot#Blood", "price": 0 @@ -64659,9 +57409,6 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 0.453, - "release_date": "2005-04-18", - "examine": "A silver pot made by Ruantun filled with blood and garlic.", "wiki_name": "Silver pot (Desert Treasure) (Garlic)", "wiki_url": "https://oldschool.runescape.wiki/w/Silver_pot_(Desert_Treasure)#Garlic", "price": 0 @@ -64673,9 +57420,6 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 0.453, - "release_date": "2005-04-18", - "examine": "A blessed silver pot filled with blood and garlic.", "wiki_name": "Blessed pot (Garlic)", "wiki_url": "https://oldschool.runescape.wiki/w/Blessed_pot#Garlic", "price": 0 @@ -64687,9 +57431,6 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 0.453, - "release_date": "2005-04-18", - "examine": "A silver pot made by Ruantun filled with blood, garlic and spices.", "wiki_name": "Silver pot (Desert Treasure) (Complete)", "wiki_url": "https://oldschool.runescape.wiki/w/Silver_pot_(Desert_Treasure)#Complete", "price": 0 @@ -64701,9 +57442,6 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 0.453, - "release_date": "2005-04-18", - "examine": "A blessed silver pot filled with blood, garlic and spices.", "wiki_name": "Blessed pot (Complete)", "wiki_url": "https://oldschool.runescape.wiki/w/Blessed_pot#Complete", "price": 0 @@ -64715,9 +57453,6 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 0.453, - "release_date": "2005-04-18", - "examine": "A silver pot made by Ruantun filled with blood and spices.", "wiki_name": "Silver pot (Desert Treasure) (Spices)", "wiki_url": "https://oldschool.runescape.wiki/w/Silver_pot_(Desert_Treasure)#Spices", "price": 0 @@ -64729,9 +57464,6 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 0.453, - "release_date": "2005-04-18", - "examine": "A blessed silver pot filled with blood and spices.", "wiki_name": "Blessed pot (Spices)", "wiki_url": "https://oldschool.runescape.wiki/w/Blessed_pot#Spices", "price": 0 @@ -64746,10 +57478,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.007, "buy_limit": 15, - "release_date": "2005-04-18", - "examine": "Finely ground garlic powder.", "wiki_name": "Garlic powder", "wiki_url": "https://oldschool.runescape.wiki/w/Garlic_powder", "price": 400 @@ -64761,9 +57490,6 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 0.001, - "release_date": "2005-04-18", - "examine": "The Diamond of Blood.", "wiki_name": "Blood diamond", "wiki_url": "https://oldschool.runescape.wiki/w/Blood_diamond", "price": 0 @@ -64775,9 +57501,6 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 0.001, - "release_date": "2005-04-18", - "examine": "The Diamond of Ice.", "wiki_name": "Ice diamond", "wiki_url": "https://oldschool.runescape.wiki/w/Ice_diamond", "price": 0 @@ -64789,9 +57512,6 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 0.001, - "release_date": "2005-04-18", - "examine": "The Diamond of Smoke.", "wiki_name": "Smoke diamond", "wiki_url": "https://oldschool.runescape.wiki/w/Smoke_diamond", "price": 0 @@ -64803,9 +57523,6 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 0.001, - "release_date": "2005-04-18", - "examine": "The Diamond of Shadow.", "wiki_name": "Shadow diamond", "wiki_url": "https://oldschool.runescape.wiki/w/Shadow_diamond", "price": 0 @@ -64817,9 +57534,6 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 0.01, - "release_date": "2005-04-18", - "examine": "An old and strangely shaped metal cross.", "wiki_name": "Gilded cross", "wiki_url": "https://oldschool.runescape.wiki/w/Gilded_cross", "price": 0 @@ -64837,10 +57551,7 @@ "cost": 100000, "lowalch": 40000, "highalch": 60000, - "weight": 2.267, "buy_limit": 70, - "release_date": "2005-04-18", - "examine": "A magical staff of ancient origin...", "wiki_name": "Ancient staff", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_staff", "equipment": { @@ -64916,9 +57627,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2005-04-26", - "examine": "It's an amulet of cat speak. It makes vague purring noises.", "wiki_name": "Catspeak amulet", "wiki_url": "https://oldschool.runescape.wiki/w/Catspeak_amulet", "equipment": { @@ -64948,9 +57656,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.1, - "release_date": "2005-04-26", - "examine": "It has a lid shaped like a man. I think it contains someone's liver. Yuck!", "wiki_name": "Canopic jar (Het)", "wiki_url": "https://oldschool.runescape.wiki/w/Canopic_jar#Het", "price": 0 @@ -64962,9 +57667,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.1, - "release_date": "2005-04-26", - "examine": "It has a lid shaped like an ape. Eeew! I think it contains someone's intestines.", "wiki_name": "Canopic jar (Apmeken)", "wiki_url": "https://oldschool.runescape.wiki/w/Canopic_jar#Apmeken", "price": 0 @@ -64976,9 +57678,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.1, - "release_date": "2005-04-26", - "examine": "It has a lid shaped like a bug. Disgusting! I think there's a stomach inside.", "wiki_name": "Canopic jar (Scabaras)", "wiki_url": "https://oldschool.runescape.wiki/w/Canopic_jar#Scabaras", "price": 0 @@ -64990,9 +57689,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.1, - "release_date": "2005-04-26", - "examine": "It has a lid shaped like a crocodile. Yuck! I think there are lungs inside.", "wiki_name": "Canopic jar (Crondis)", "wiki_url": "https://oldschool.runescape.wiki/w/Canopic_jar#Crondis", "price": 0 @@ -65002,9 +57698,6 @@ "name": "Holy symbol", "members": true, "cost": 50, - "weight": 2.267, - "release_date": "2005-04-26", - "examine": "A Menaphite lucky charm.", "wiki_name": "Holy symbol (Icthlarin's Little Helper)", "wiki_url": "https://oldschool.runescape.wiki/w/Holy_symbol_(Icthlarin's_Little_Helper)", "price": 0 @@ -65014,9 +57707,6 @@ "name": "Unholy symbol", "members": true, "cost": 50, - "weight": 2.267, - "release_date": "2005-04-26", - "examine": "A sign of the Devourer.", "wiki_name": "Unholy symbol (Icthlarin's Little Helper)", "wiki_url": "https://oldschool.runescape.wiki/w/Unholy_symbol_(Icthlarin's_Little_Helper)", "price": 0 @@ -65031,10 +57721,7 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.907, "buy_limit": 15, - "release_date": "2005-04-26", - "examine": "One sheet of mummy wrap.", "wiki_name": "Linen", "wiki_url": "https://oldschool.runescape.wiki/w/Linen", "price": 744 @@ -65046,9 +57733,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.51, - "release_date": "2005-04-26", - "examine": "Written by Bod E. Wrapper.", "wiki_name": "Embalming manual", "wiki_url": "https://oldschool.runescape.wiki/w/Embalming_manual", "price": 0 @@ -65063,10 +57747,7 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 2.5, "buy_limit": 15, - "release_date": "2005-04-26", - "examine": "It's a bucket of sap.", "wiki_name": "Bucket of sap", "wiki_url": "https://oldschool.runescape.wiki/w/Bucket_of_sap", "price": 481 @@ -65081,10 +57762,7 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.5, "buy_limit": 15, - "release_date": "2005-04-26", - "examine": "A little heap of salt.", "wiki_name": "Pile of salt", "wiki_url": "https://oldschool.runescape.wiki/w/Pile_of_salt", "price": 160 @@ -65094,9 +57772,6 @@ "name": "Sphinx's token", "members": true, "cost": 1, - "weight": 0.8, - "release_date": "2005-04-26", - "examine": "A miniature golden statue of a sphinx.", "wiki_name": "Sphinx's token", "wiki_url": "https://oldschool.runescape.wiki/w/Sphinx's_token", "price": 0 @@ -65108,9 +57783,6 @@ "cost": 6, "lowalch": 2, "highalch": 3, - "weight": 3, - "release_date": "2005-04-26", - "examine": "It's a bucket of salty water.", "wiki_name": "Bucket of saltwater", "wiki_url": "https://oldschool.runescape.wiki/w/Bucket_of_saltwater", "price": 0 @@ -65126,8 +57798,6 @@ "lowalch": 8, "highalch": 12, "buy_limit": 18000, - "release_date": "2005-06-13", - "examine": "A combined Water and Fire Rune.", "wiki_name": "Steam rune", "wiki_url": "https://oldschool.runescape.wiki/w/Steam_rune", "price": 51 @@ -65143,8 +57813,6 @@ "lowalch": 8, "highalch": 12, "buy_limit": 18000, - "release_date": "2005-06-13", - "examine": "A combined Air and Water Rune.", "wiki_name": "Mist rune", "wiki_url": "https://oldschool.runescape.wiki/w/Mist_rune", "price": 129 @@ -65160,8 +57828,6 @@ "lowalch": 8, "highalch": 12, "buy_limit": 18000, - "release_date": "2005-06-13", - "examine": "A combined Air and Earth Rune.", "wiki_name": "Dust rune", "wiki_url": "https://oldschool.runescape.wiki/w/Dust_rune", "price": 16 @@ -65177,8 +57843,6 @@ "lowalch": 8, "highalch": 12, "buy_limit": 18000, - "release_date": "2005-06-13", - "examine": "A combined Air and Fire Rune.", "wiki_name": "Smoke rune", "wiki_url": "https://oldschool.runescape.wiki/w/Smoke_rune", "price": 25 @@ -65194,8 +57858,6 @@ "lowalch": 8, "highalch": 12, "buy_limit": 18000, - "release_date": "2005-06-13", - "examine": "A combined Earth and Water Rune.", "wiki_name": "Mud rune", "wiki_url": "https://oldschool.runescape.wiki/w/Mud_rune", "price": 106 @@ -65211,8 +57873,6 @@ "lowalch": 8, "highalch": 12, "buy_limit": 18000, - "release_date": "2005-06-13", - "examine": "A combined Earth and Fire Rune.", "wiki_name": "Lava rune", "wiki_url": "https://oldschool.runescape.wiki/w/Lava_rune", "price": 16 @@ -65224,9 +57884,6 @@ "cost": 600, "lowalch": 240, "highalch": 360, - "weight": 1.36, - "release_date": "2005-05-04", - "examine": "You need to add lamp oil before you can use it.", "wiki_name": "Sapphire lantern (Empty)", "wiki_url": "https://oldschool.runescape.wiki/w/Sapphire_lantern#Empty", "price": 0 @@ -65238,9 +57895,6 @@ "cost": 600, "lowalch": 240, "highalch": 360, - "weight": 1.36, - "release_date": "2005-05-04", - "examine": "A bullseye lantern with a sapphire for a lens.", "wiki_name": "Sapphire lantern (Unlit)", "wiki_url": "https://oldschool.runescape.wiki/w/Sapphire_lantern#Unlit", "price": 0 @@ -65252,9 +57906,6 @@ "cost": 600, "lowalch": 240, "highalch": 360, - "weight": 1.36, - "release_date": "2005-05-04", - "examine": "A lantern casting a bright blue beam.", "wiki_name": "Sapphire lantern (Lit)", "wiki_url": "https://oldschool.runescape.wiki/w/Sapphire_lantern#Lit", "price": 0 @@ -65266,9 +57917,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2005-05-04", - "examine": "A magic stone bowl for catching the tears of Guthix.", "wiki_name": "Stone bowl", "wiki_url": "https://oldschool.runescape.wiki/w/Stone_bowl", "price": 0 @@ -65280,9 +57928,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.51, - "release_date": "2005-05-09", - "examine": "This book must be really old!", "wiki_name": "Crumbling tome", "wiki_url": "https://oldschool.runescape.wiki/w/Crumbling_tome", "price": 0 @@ -65299,10 +57944,7 @@ "cost": 13000, "lowalch": 5200, "highalch": 7800, - "weight": 0.907, "buy_limit": 15, - "release_date": "2005-05-09", - "examine": "Ahrim the Blighted's leather hood.", "wiki_name": "Ahrim's hood (Undamaged)", "wiki_url": "https://oldschool.runescape.wiki/w/Ahrim's_hood#Undamaged", "equipment": { @@ -65341,10 +57983,7 @@ "cost": 85000, "lowalch": 34000, "highalch": 51000, - "weight": 2.267, "buy_limit": 15, - "release_date": "2005-05-09", - "examine": "Ahrim the Blighted's quarterstaff.", "wiki_name": "Ahrim's staff (Undamaged)", "wiki_url": "https://oldschool.runescape.wiki/w/Ahrim's_staff#Undamaged", "equipment": { @@ -65423,10 +58062,7 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 4.535, "buy_limit": 15, - "release_date": "2005-05-09", - "examine": "Ahrim the Blighted's armoured robe top.", "wiki_name": "Ahrim's robetop (Undamaged)", "wiki_url": "https://oldschool.runescape.wiki/w/Ahrim's_robetop#Undamaged", "equipment": { @@ -65464,10 +58100,7 @@ "cost": 47000, "lowalch": 18800, "highalch": 28200, - "weight": 11.339, "buy_limit": 15, - "release_date": "2005-05-09", - "examine": "Ahrim the Blighted's armoured robe skirt.", "wiki_name": "Ahrim's robeskirt (Undamaged)", "wiki_url": "https://oldschool.runescape.wiki/w/Ahrim's_robeskirt#Undamaged", "equipment": { @@ -65505,10 +58138,7 @@ "cost": 103000, "lowalch": 41200, "highalch": 61800, - "weight": 1.814, "buy_limit": 15, - "release_date": "2005-05-09", - "examine": "Dharok the Wretched's helm.", "wiki_name": "Dharok's helm (Undamaged)", "wiki_url": "https://oldschool.runescape.wiki/w/Dharok's_helm#Undamaged", "equipment": { @@ -65546,10 +58176,7 @@ "cost": 208000, "lowalch": 83200, "highalch": 124800, - "weight": 3.175, "buy_limit": 15, - "release_date": "2005-05-09", - "examine": "Dharok the Wretched's greataxe.", "wiki_name": "Dharok's greataxe (Undamaged)", "wiki_url": "https://oldschool.runescape.wiki/w/Dharok's_greataxe#Undamaged", "equipment": { @@ -65621,10 +58248,7 @@ "cost": 280000, "lowalch": 112000, "highalch": 168000, - "weight": 9.979, "buy_limit": 15, - "release_date": "2005-05-09", - "examine": "Dharok the Wretched's platebody armour.", "wiki_name": "Dharok's platebody (Undamaged)", "wiki_url": "https://oldschool.runescape.wiki/w/Dharok's_platebody#Undamaged", "equipment": { @@ -65661,10 +58285,7 @@ "cost": 275000, "lowalch": 110000, "highalch": 165000, - "weight": 9.071, "buy_limit": 15, - "release_date": "2005-05-09", - "examine": "Dharok the Wretched's plate leg armour.", "wiki_name": "Dharok's platelegs (Undamaged)", "wiki_url": "https://oldschool.runescape.wiki/w/Dharok's_platelegs#Undamaged", "equipment": { @@ -65701,10 +58322,7 @@ "cost": 103000, "lowalch": 41200, "highalch": 61800, - "weight": 2.721, "buy_limit": 15, - "release_date": "2005-05-09", - "examine": "Guthan the Infested's helm.", "wiki_name": "Guthan's helm (Undamaged)", "wiki_url": "https://oldschool.runescape.wiki/w/Guthan's_helm#Undamaged", "equipment": { @@ -65742,10 +58360,7 @@ "cost": 100000, "lowalch": 40000, "highalch": 60000, - "weight": 2.267, "buy_limit": 15, - "release_date": "2005-05-09", - "examine": "Guthan the Infested's warspear.", "wiki_name": "Guthan's warspear (Undamaged)", "wiki_url": "https://oldschool.runescape.wiki/w/Guthan's_warspear#Undamaged", "equipment": { @@ -65816,10 +58431,7 @@ "cost": 280000, "lowalch": 112000, "highalch": 168000, - "weight": 9.979, "buy_limit": 15, - "release_date": "2005-05-09", - "examine": "Guthan the Infested's platebody armour.", "wiki_name": "Guthan's platebody (Undamaged)", "wiki_url": "https://oldschool.runescape.wiki/w/Guthan's_platebody#Undamaged", "equipment": { @@ -65856,10 +58468,7 @@ "cost": 275000, "lowalch": 110000, "highalch": 165000, - "weight": 8.164, "buy_limit": 15, - "release_date": "2005-05-09", - "examine": "Guthan the Infested's chainskirt.", "wiki_name": "Guthan's chainskirt (Undamaged)", "wiki_url": "https://oldschool.runescape.wiki/w/Guthan's_chainskirt#Undamaged", "equipment": { @@ -65896,10 +58505,7 @@ "cost": 13000, "lowalch": 5200, "highalch": 7800, - "weight": 0.907, "buy_limit": 15, - "release_date": "2005-05-09", - "examine": "Karil the Tainted's coif.", "wiki_name": "Karil's coif (Undamaged)", "wiki_url": "https://oldschool.runescape.wiki/w/Karil's_coif#Undamaged", "equipment": { @@ -65938,10 +58544,7 @@ "cost": 160000, "lowalch": 64000, "highalch": 96000, - "weight": 3.628, "buy_limit": 15, - "release_date": "2005-05-09", - "examine": "Karil the Tainted's repeating crossbow.", "wiki_name": "Karil's crossbow (Undamaged)", "wiki_url": "https://oldschool.runescape.wiki/w/Karil's_crossbow#Undamaged", "equipment": { @@ -66005,10 +58608,7 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 6.803, "buy_limit": 15, - "release_date": "2005-05-09", - "examine": "Karil the Tainted's leather body armour.", "wiki_name": "Karil's leathertop (Undamaged)", "wiki_url": "https://oldschool.runescape.wiki/w/Karil's_leathertop#Undamaged", "equipment": { @@ -66046,10 +58646,7 @@ "cost": 47000, "lowalch": 18800, "highalch": 28200, - "weight": 5.443, "buy_limit": 15, - "release_date": "2005-05-09", - "examine": "Karil the Tainted's leather skirt.", "wiki_name": "Karil's leatherskirt (Undamaged)", "wiki_url": "https://oldschool.runescape.wiki/w/Karil's_leatherskirt#Undamaged", "equipment": { @@ -66088,8 +58685,6 @@ "lowalch": 20, "highalch": 30, "buy_limit": 11000, - "release_date": "2005-05-09", - "examine": "Must need a special type of crossbow to use this.", "wiki_name": "Bolt rack", "wiki_url": "https://oldschool.runescape.wiki/w/Bolt_rack", "equipment": { @@ -66124,10 +58719,7 @@ "cost": 103000, "lowalch": 41200, "highalch": 61800, - "weight": 2.721, "buy_limit": 15, - "release_date": "2005-05-09", - "examine": "Torag the Corrupted's helm.", "wiki_name": "Torag's helm (Undamaged)", "wiki_url": "https://oldschool.runescape.wiki/w/Torag's_helm#Undamaged", "equipment": { @@ -66165,10 +58757,7 @@ "cost": 160000, "lowalch": 64000, "highalch": 96000, - "weight": 3.628, "buy_limit": 15, - "release_date": "2005-05-09", - "examine": "Torag the Corrupted's twin hammers.", "wiki_name": "Torag's hammers (Undamaged)", "wiki_url": "https://oldschool.runescape.wiki/w/Torag's_hammers#Undamaged", "equipment": { @@ -66233,10 +58822,7 @@ "cost": 280000, "lowalch": 112000, "highalch": 168000, - "weight": 9.979, "buy_limit": 15, - "release_date": "2005-05-09", - "examine": "Torag the Corrupted's platebody armour.", "wiki_name": "Torag's platebody (Undamaged)", "wiki_url": "https://oldschool.runescape.wiki/w/Torag's_platebody#Undamaged", "equipment": { @@ -66273,10 +58859,7 @@ "cost": 275000, "lowalch": 110000, "highalch": 165000, - "weight": 9.071, "buy_limit": 15, - "release_date": "2005-05-09", - "examine": "Torag the Corrupted's plate leg armour.", "wiki_name": "Torag's platelegs (Undamaged)", "wiki_url": "https://oldschool.runescape.wiki/w/Torag's_platelegs#Undamaged", "equipment": { @@ -66313,10 +58896,7 @@ "cost": 103000, "lowalch": 41200, "highalch": 61800, - "weight": 1.36, "buy_limit": 15, - "release_date": "2005-05-09", - "examine": "Verac the Defiled's helm.", "wiki_name": "Verac's helm (Undamaged)", "wiki_url": "https://oldschool.runescape.wiki/w/Verac's_helm#Undamaged", "equipment": { @@ -66354,10 +58934,7 @@ "cost": 160000, "lowalch": 64000, "highalch": 96000, - "weight": 2.267, "buy_limit": 15, - "release_date": "2005-05-09", - "examine": "Verac the Defiled's flail.", "wiki_name": "Verac's flail (Undamaged)", "wiki_url": "https://oldschool.runescape.wiki/w/Verac's_flail#Undamaged", "equipment": { @@ -66428,10 +59005,7 @@ "cost": 280000, "lowalch": 112000, "highalch": 168000, - "weight": 4.989, "buy_limit": 15, - "release_date": "2005-05-09", - "examine": "Verac the Defiled's brassard.", "wiki_name": "Verac's brassard (Undamaged)", "wiki_url": "https://oldschool.runescape.wiki/w/Verac's_brassard#Undamaged", "equipment": { @@ -66468,10 +59042,7 @@ "cost": 275000, "lowalch": 110000, "highalch": 165000, - "weight": 4.535, "buy_limit": 15, - "release_date": "2005-05-09", - "examine": "Verac the Defiled's plate skirt.", "wiki_name": "Verac's plateskirt (Undamaged)", "wiki_url": "https://oldschool.runescape.wiki/w/Verac's_plateskirt#Undamaged", "equipment": { @@ -66509,8 +59080,6 @@ "lowalch": 2, "highalch": 3, "buy_limit": 11000, - "release_date": "2005-05-17", - "examine": "Blunt bronze arrow... ouch.", "wiki_name": "Bronze brutal", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_brutal", "equipment": { @@ -66548,8 +59117,6 @@ "lowalch": 4, "highalch": 6, "buy_limit": 11000, - "release_date": "2005-05-17", - "examine": "Blunt iron arrow... ouch.", "wiki_name": "Iron brutal", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_brutal", "equipment": { @@ -66587,8 +59154,6 @@ "lowalch": 8, "highalch": 12, "buy_limit": 11000, - "release_date": "2005-05-17", - "examine": "Blunt steel arrow... ouch.", "wiki_name": "Steel brutal", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_brutal", "equipment": { @@ -66626,8 +59191,6 @@ "lowalch": 14, "highalch": 21, "buy_limit": 11000, - "release_date": "2005-05-17", - "examine": "Blunt black arrow... ouch.", "wiki_name": "Black brutal", "wiki_url": "https://oldschool.runescape.wiki/w/Black_brutal", "equipment": { @@ -66665,8 +59228,6 @@ "lowalch": 20, "highalch": 30, "buy_limit": 11000, - "release_date": "2005-05-17", - "examine": "Blunt mithril arrow... ouch.", "wiki_name": "Mithril brutal", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_brutal", "equipment": { @@ -66704,8 +59265,6 @@ "lowalch": 38, "highalch": 57, "buy_limit": 11000, - "release_date": "2005-05-17", - "examine": "Blunt adamantite arrow... ouch.", "wiki_name": "Adamant brutal", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_brutal", "equipment": { @@ -66743,8 +59302,6 @@ "lowalch": 180, "highalch": 270, "buy_limit": 11000, - "release_date": "2005-05-17", - "examine": "Blunt rune arrow... ouch.", "wiki_name": "Rune brutal", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_brutal", "equipment": { @@ -66776,9 +59333,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2005-05-17", - "examine": "A very black prism.", "wiki_name": "Black prism", "wiki_url": "https://oldschool.runescape.wiki/w/Black_prism", "price": 0 @@ -66790,9 +59344,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.005, - "release_date": "2005-05-17", - "examine": "A half torn necromantic page.", "wiki_name": "Torn page", "wiki_url": "https://oldschool.runescape.wiki/w/Torn_page", "price": 0 @@ -66802,9 +59353,6 @@ "name": "Ruined backpack", "members": true, "cost": 1, - "weight": 0.02, - "release_date": "2005-05-17", - "examine": "A broken and useless looking backpack with the moniker,'B.Vahn' in it.", "wiki_name": "Ruined backpack", "wiki_url": "https://oldschool.runescape.wiki/w/Ruined_backpack", "price": 0 @@ -66814,9 +59362,6 @@ "name": "Dragon inn tankard", "members": true, "cost": 1, - "weight": 0.001, - "release_date": "2005-05-17", - "examine": "A white ceramic mug with a dragon insignia.", "wiki_name": "Dragon inn tankard", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_inn_tankard", "price": 0 @@ -66831,10 +59376,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.8, "buy_limit": 3000, - "release_date": "2005-05-17", - "examine": "A pile of Zombie Ogre bones.", "wiki_name": "Zogre bones", "wiki_url": "https://oldschool.runescape.wiki/w/Zogre_bones", "price": 743 @@ -66846,9 +59388,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2005-05-17", - "examine": "A classic realist charcoal portrait of Sithik.", "wiki_name": "Sithik portrait (Good)", "wiki_url": "https://oldschool.runescape.wiki/w/Sithik_portrait#Good", "price": 0 @@ -66860,9 +59399,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2005-05-17", - "examine": "A semi-nihilistic, pseudo-impressionistic, half-squarist charcoal sketch of Sithik.", "wiki_name": "Sithik portrait (Bad)", "wiki_url": "https://oldschool.runescape.wiki/w/Sithik_portrait#Bad", "price": 0 @@ -66872,9 +59408,6 @@ "name": "Signed portrait", "members": true, "cost": 1, - "weight": 0.02, - "release_date": "2005-05-17", - "examine": "A signed classic realist charcoal portrait of Sithik.", "wiki_name": "Signed portrait", "wiki_url": "https://oldschool.runescape.wiki/w/Signed_portrait", "price": 0 @@ -66886,9 +59419,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2005-05-17", - "examine": "A book explaining the art of portraiture.", "wiki_name": "Book of portraiture", "wiki_url": "https://oldschool.runescape.wiki/w/Book_of_portraiture", "price": 0 @@ -66900,9 +59430,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.8, - "release_date": "2005-05-17", - "examine": "An ancient ogre artefact - resembling a heavy large helm.", "wiki_name": "Ogre artefact", "wiki_url": "https://oldschool.runescape.wiki/w/Ogre_artefact", "price": 0 @@ -66918,8 +59445,6 @@ "lowalch": 0, "highalch": 1, "buy_limit": 13000, - "release_date": "2005-05-17", - "examine": "Keeps things in place fairly permanently.", "wiki_name": "Bronze nails", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_nails", "price": 2 @@ -66935,8 +59460,6 @@ "lowalch": 1, "highalch": 2, "buy_limit": 13000, - "release_date": "2005-05-17", - "examine": "Keeps things in place fairly permanently.", "wiki_name": "Iron nails", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_nails", "price": 12 @@ -66952,8 +59475,6 @@ "lowalch": 4, "highalch": 7, "buy_limit": 13000, - "release_date": "2005-05-17", - "examine": "Keeps things in place fairly permanently.", "wiki_name": "Black nails", "wiki_url": "https://oldschool.runescape.wiki/w/Black_nails", "price": 4692 @@ -66969,8 +59490,6 @@ "lowalch": 7, "highalch": 10, "buy_limit": 13000, - "release_date": "2005-05-17", - "examine": "Keeps things in place fairly permanently.", "wiki_name": "Mithril nails", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_nails", "price": 41 @@ -66986,8 +59505,6 @@ "lowalch": 18, "highalch": 27, "buy_limit": 13000, - "release_date": "2005-05-17", - "examine": "Keeps things in place fairly permanently.", "wiki_name": "Adamantite nails", "wiki_url": "https://oldschool.runescape.wiki/w/Adamantite_nails", "price": 85 @@ -67003,8 +59520,6 @@ "lowalch": 88, "highalch": 132, "buy_limit": 13000, - "release_date": "2005-05-17", - "examine": "Keeps things in place fairly permanently.", "wiki_name": "Rune nails", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_nails", "price": 825 @@ -67019,10 +59534,7 @@ "cost": 90, "lowalch": 36, "highalch": 54, - "weight": 5, "buy_limit": 10000, - "release_date": "2005-05-17", - "examine": "An unstrung composite ogre bow.", "wiki_name": "Unstrung comp bow", "wiki_url": "https://oldschool.runescape.wiki/w/Unstrung_comp_bow", "price": 1590 @@ -67040,10 +59552,7 @@ "cost": 180, "lowalch": 72, "highalch": 108, - "weight": 1.814, "buy_limit": 70, - "release_date": "2005-05-17", - "examine": "A composite ogre bow.", "wiki_name": "Comp ogre bow", "wiki_url": "https://oldschool.runescape.wiki/w/Comp_ogre_bow", "equipment": { @@ -67102,9 +59611,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2005-05-17", - "examine": "A book of H.A.M affiliation.", "wiki_name": "Book of 'h.a.m'", "wiki_url": "https://oldschool.runescape.wiki/w/Book_of_'h.a.m'", "price": 0 @@ -67119,10 +59625,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.8, "buy_limit": 7500, - "release_date": "2005-05-17", - "examine": "Ancient ogre bones from the ogre burial tomb.", "wiki_name": "Fayrg bones", "wiki_url": "https://oldschool.runescape.wiki/w/Fayrg_bones", "price": 3500 @@ -67137,10 +59640,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.8, "buy_limit": 7500, - "release_date": "2005-05-17", - "examine": "Ancient ogre bones from the ogre burial tomb.", "wiki_name": "Raurg bones", "wiki_url": "https://oldschool.runescape.wiki/w/Raurg_bones", "price": 5889 @@ -67155,10 +59655,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.8, "buy_limit": 7500, - "release_date": "2005-05-17", - "examine": "Ancient ogre bones from the ogre burial tomb.", "wiki_name": "Ourg bones", "wiki_url": "https://oldschool.runescape.wiki/w/Ourg_bones", "price": 48572 @@ -67170,9 +59667,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2005-05-17", - "examine": "Some strange liquid given to you by Zavistic Rarve.", "wiki_name": "Strange potion", "wiki_url": "https://oldschool.runescape.wiki/w/Strange_potion", "price": 0 @@ -67182,9 +59676,6 @@ "name": "Necromancy book", "members": true, "cost": 1, - "weight": 1, - "release_date": "2005-05-17", - "examine": "A book of necromantic spells.", "wiki_name": "Necromancy book", "wiki_url": "https://oldschool.runescape.wiki/w/Necromancy_book", "price": 0 @@ -67194,9 +59685,6 @@ "name": "Cup of tea", "members": true, "cost": 10, - "weight": 0.15, - "release_date": "2005-05-17", - "examine": "Looks like an innocent cup of tea.", "wiki_name": "Cup of tea (Zogre Flesh Eaters)", "wiki_url": "https://oldschool.runescape.wiki/w/Cup_of_tea_(Zogre_Flesh_Eaters)", "price": 0 @@ -67208,9 +59696,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.055, - "release_date": "2005-05-17", - "examine": "A key to some sort of special tomb area.", "wiki_name": "Ogre gate key", "wiki_url": "https://oldschool.runescape.wiki/w/Ogre_gate_key", "price": 0 @@ -67224,9 +59709,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.03, - "release_date": "2005-05-17", - "examine": "I need another ingredient to finish this Rogue's Purse potion.", "wiki_name": "Unfinished potion (Rogue's Purse)", "wiki_url": "https://oldschool.runescape.wiki/w/Unfinished_potion_(Rogue's_Purse)", "price": 0 @@ -67241,10 +59723,7 @@ "cost": 225, "lowalch": 90, "highalch": 135, - "weight": 0.035, "buy_limit": 2000, - "release_date": "2005-05-17", - "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": 585 @@ -67259,10 +59738,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2005-05-17", - "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": 483 @@ -67277,10 +59753,7 @@ "cost": 150, "lowalch": 60, "highalch": 90, - "weight": 0.025, "buy_limit": 2000, - "release_date": "2005-05-17", - "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": 7 @@ -67295,10 +59768,7 @@ "cost": 75, "lowalch": 30, "highalch": 45, - "weight": 0.02, "buy_limit": 2000, - "release_date": "2005-05-17", - "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": 168 @@ -67313,10 +59783,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.055, "buy_limit": 3000, - "release_date": "2005-05-17", - "examine": "A key which opens coffins!.", "wiki_name": "Ogre coffin key", "wiki_url": "https://oldschool.runescape.wiki/w/Ogre_coffin_key", "price": 2052 @@ -67328,9 +59795,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2005-05-17", - "examine": "A pot of crushed zogre bones.", "wiki_name": "Zogre bonemeal", "wiki_url": "https://oldschool.runescape.wiki/w/Zogre_bonemeal", "price": 0 @@ -67342,9 +59806,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2005-05-17", - "examine": "A pot of crushed fayrg bones.", "wiki_name": "Fayrg bonemeal", "wiki_url": "https://oldschool.runescape.wiki/w/Fayrg_bonemeal", "price": 0 @@ -67356,9 +59817,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2005-05-17", - "examine": "A pot of crushed raurg bones.", "wiki_name": "Raurg bonemeal", "wiki_url": "https://oldschool.runescape.wiki/w/Raurg_bonemeal", "price": 0 @@ -67370,9 +59828,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2005-05-17", - "examine": "A pot of crushed ourg bones.", "wiki_name": "Ourg bonemeal", "wiki_url": "https://oldschool.runescape.wiki/w/Ourg_bonemeal", "price": 0 @@ -67386,9 +59841,6 @@ "cost": 13000, "lowalch": 5200, "highalch": 7800, - "weight": 0.907, - "release_date": "2005-05-17", - "examine": "Ahrim the Blighted's leather hood.", "wiki_name": "Ahrim's hood (100)", "wiki_url": "https://oldschool.runescape.wiki/w/Ahrim's_hood#100", "equipment": { @@ -67423,9 +59875,6 @@ "cost": 13000, "lowalch": 5200, "highalch": 7800, - "weight": 0.907, - "release_date": "2005-05-17", - "examine": "Ahrim the Blighted's leather hood.", "wiki_name": "Ahrim's hood (75)", "wiki_url": "https://oldschool.runescape.wiki/w/Ahrim's_hood#75", "equipment": { @@ -67460,9 +59909,6 @@ "cost": 13000, "lowalch": 5200, "highalch": 7800, - "weight": 0.907, - "release_date": "2005-05-17", - "examine": "Ahrim the Blighted's leather hood.", "wiki_name": "Ahrim's hood (50)", "wiki_url": "https://oldschool.runescape.wiki/w/Ahrim's_hood#50", "equipment": { @@ -67497,9 +59943,6 @@ "cost": 13000, "lowalch": 5200, "highalch": 7800, - "weight": 0.907, - "release_date": "2005-05-17", - "examine": "Ahrim the Blighted's leather hood.", "wiki_name": "Ahrim's hood (25)", "wiki_url": "https://oldschool.runescape.wiki/w/Ahrim's_hood#25", "equipment": { @@ -67535,10 +59978,7 @@ "cost": 13000, "lowalch": 5200, "highalch": 7800, - "weight": 0.907, "buy_limit": 15, - "release_date": "2005-05-17", - "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": 163008 @@ -67553,9 +59993,6 @@ "cost": 85000, "lowalch": 34000, "highalch": 51000, - "weight": 2.267, - "release_date": "2005-05-17", - "examine": "Ahrim the Blighted's quarterstaff.", "wiki_name": "Ahrim's staff (100)", "wiki_url": "https://oldschool.runescape.wiki/w/Ahrim's_staff#100", "equipment": { @@ -67632,9 +60069,6 @@ "cost": 85000, "lowalch": 34000, "highalch": 51000, - "weight": 2.267, - "release_date": "2005-05-17", - "examine": "Ahrim the Blighted's quarterstaff.", "wiki_name": "Ahrim's staff (75)", "wiki_url": "https://oldschool.runescape.wiki/w/Ahrim's_staff#75", "equipment": { @@ -67711,9 +60145,6 @@ "cost": 85000, "lowalch": 34000, "highalch": 51000, - "weight": 2.267, - "release_date": "2005-05-17", - "examine": "Ahrim the Blighted's quarterstaff.", "wiki_name": "Ahrim's staff (50)", "wiki_url": "https://oldschool.runescape.wiki/w/Ahrim's_staff#50", "equipment": { @@ -67790,9 +60221,6 @@ "cost": 85000, "lowalch": 34000, "highalch": 51000, - "weight": 2.267, - "release_date": "2005-05-17", - "examine": "Ahrim the Blighted's quarterstaff.", "wiki_name": "Ahrim's staff (25)", "wiki_url": "https://oldschool.runescape.wiki/w/Ahrim's_staff#25", "equipment": { @@ -67869,10 +60297,7 @@ "cost": 85000, "lowalch": 34000, "highalch": 51000, - "weight": 2.267, "buy_limit": 15, - "release_date": "2005-05-17", - "examine": "Ahrim the Blighted's quarterstaff.", "wiki_name": "Ahrim's staff (0)", "wiki_url": "https://oldschool.runescape.wiki/w/Ahrim's_staff#0", "price": 105950 @@ -67886,9 +60311,6 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 4.535, - "release_date": "2005-05-17", - "examine": "Ahrim the Blighted's armoured robe top.", "wiki_name": "Ahrim's robetop (100)", "wiki_url": "https://oldschool.runescape.wiki/w/Ahrim's_robetop#100", "equipment": { @@ -67923,9 +60345,6 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 4.535, - "release_date": "2005-05-17", - "examine": "Ahrim the Blighted's armoured robe top.", "wiki_name": "Ahrim's robetop (75)", "wiki_url": "https://oldschool.runescape.wiki/w/Ahrim's_robetop#75", "equipment": { @@ -67960,9 +60379,6 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 4.535, - "release_date": "2005-05-17", - "examine": "Ahrim the Blighted's armoured robe top.", "wiki_name": "Ahrim's robetop (50)", "wiki_url": "https://oldschool.runescape.wiki/w/Ahrim's_robetop#50", "equipment": { @@ -67997,9 +60413,6 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 4.535, - "release_date": "2005-05-17", - "examine": "Ahrim the Blighted's armoured robe top.", "wiki_name": "Ahrim's robetop (25)", "wiki_url": "https://oldschool.runescape.wiki/w/Ahrim's_robetop#25", "equipment": { @@ -68035,10 +60448,7 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 4.535, "buy_limit": 15, - "release_date": "2005-05-17", - "examine": "Ahrim the Blighted's armoured robe top.", "wiki_name": "Ahrim's robetop (0)", "wiki_url": "https://oldschool.runescape.wiki/w/Ahrim's_robetop#0", "price": 3023000 @@ -68052,9 +60462,6 @@ "cost": 47000, "lowalch": 18800, "highalch": 28200, - "weight": 11.339, - "release_date": "2005-05-17", - "examine": "Ahrim the Blighted's armoured robe skirt.", "wiki_name": "Ahrim's robeskirt (100)", "wiki_url": "https://oldschool.runescape.wiki/w/Ahrim's_robeskirt#100", "equipment": { @@ -68089,9 +60496,6 @@ "cost": 47000, "lowalch": 18800, "highalch": 28200, - "weight": 11.339, - "release_date": "2005-05-17", - "examine": "Ahrim the Blighted's armoured robe skirt.", "wiki_name": "Ahrim's robeskirt (75)", "wiki_url": "https://oldschool.runescape.wiki/w/Ahrim's_robeskirt#75", "equipment": { @@ -68126,9 +60530,6 @@ "cost": 47000, "lowalch": 18800, "highalch": 28200, - "weight": 11.339, - "release_date": "2005-05-17", - "examine": "Ahrim the Blighted's armoured robe skirt.", "wiki_name": "Ahrim's robeskirt (50)", "wiki_url": "https://oldschool.runescape.wiki/w/Ahrim's_robeskirt#50", "equipment": { @@ -68163,9 +60564,6 @@ "cost": 47000, "lowalch": 18800, "highalch": 28200, - "weight": 11.339, - "release_date": "2005-05-17", - "examine": "Ahrim the Blighted's armoured robe skirt.", "wiki_name": "Ahrim's robeskirt (25)", "wiki_url": "https://oldschool.runescape.wiki/w/Ahrim's_robeskirt#25", "equipment": { @@ -68201,10 +60599,7 @@ "cost": 47000, "lowalch": 18800, "highalch": 28200, - "weight": 11.339, "buy_limit": 15, - "release_date": "2005-05-17", - "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": 1912500 @@ -68218,9 +60613,6 @@ "cost": 103000, "lowalch": 41200, "highalch": 61800, - "weight": 1.814, - "release_date": "2005-05-17", - "examine": "Dharok the Wretched's helm.", "wiki_name": "Dharok's helm (100)", "wiki_url": "https://oldschool.runescape.wiki/w/Dharok's_helm#100", "equipment": { @@ -68254,9 +60646,6 @@ "cost": 103000, "lowalch": 41200, "highalch": 61800, - "weight": 1.814, - "release_date": "2005-05-17", - "examine": "Dharok the Wretched's helm.", "wiki_name": "Dharok's helm (75)", "wiki_url": "https://oldschool.runescape.wiki/w/Dharok's_helm#75", "equipment": { @@ -68290,9 +60679,6 @@ "cost": 103000, "lowalch": 41200, "highalch": 61800, - "weight": 1.814, - "release_date": "2005-05-17", - "examine": "Dharok the Wretched's helm.", "wiki_name": "Dharok's helm (50)", "wiki_url": "https://oldschool.runescape.wiki/w/Dharok's_helm#50", "equipment": { @@ -68326,9 +60712,6 @@ "cost": 103000, "lowalch": 41200, "highalch": 61800, - "weight": 1.814, - "release_date": "2005-05-17", - "examine": "Dharok the Wretched's helm.", "wiki_name": "Dharok's helm (25)", "wiki_url": "https://oldschool.runescape.wiki/w/Dharok's_helm#25", "equipment": { @@ -68363,10 +60746,7 @@ "cost": 103000, "lowalch": 41200, "highalch": 61800, - "weight": 1.814, "buy_limit": 15, - "release_date": "2005-05-17", - "examine": "Dharok the Wretched's helm.", "wiki_name": "Dharok's helm (0)", "wiki_url": "https://oldschool.runescape.wiki/w/Dharok's_helm#0", "price": 615133 @@ -68381,9 +60761,6 @@ "cost": 208000, "lowalch": 83200, "highalch": 124800, - "weight": 3.175, - "release_date": "2005-05-17", - "examine": "Dharok the Wretched's greataxe.", "wiki_name": "Dharok's greataxe (100)", "wiki_url": "https://oldschool.runescape.wiki/w/Dharok's_greataxe#100", "equipment": { @@ -68453,9 +60830,6 @@ "cost": 208000, "lowalch": 83200, "highalch": 124800, - "weight": 3.175, - "release_date": "2005-05-17", - "examine": "Dharok the Wretched's greataxe.", "wiki_name": "Dharok's greataxe (75)", "wiki_url": "https://oldschool.runescape.wiki/w/Dharok's_greataxe#75", "equipment": { @@ -68525,9 +60899,6 @@ "cost": 208000, "lowalch": 83200, "highalch": 124800, - "weight": 3.175, - "release_date": "2005-05-17", - "examine": "Dharok the Wretched's greataxe.", "wiki_name": "Dharok's greataxe (50)", "wiki_url": "https://oldschool.runescape.wiki/w/Dharok's_greataxe#50", "equipment": { @@ -68597,9 +60968,6 @@ "cost": 208000, "lowalch": 83200, "highalch": 124800, - "weight": 3.175, - "release_date": "2005-05-17", - "examine": "Dharok the Wretched's greataxe.", "wiki_name": "Dharok's greataxe (25)", "wiki_url": "https://oldschool.runescape.wiki/w/Dharok's_greataxe#25", "equipment": { @@ -68669,10 +61037,7 @@ "cost": 208000, "lowalch": 83200, "highalch": 124800, - "weight": 3.175, "buy_limit": 15, - "release_date": "2005-05-17", - "examine": "Dharok the Wretched's greataxe.", "wiki_name": "Dharok's greataxe (0)", "wiki_url": "https://oldschool.runescape.wiki/w/Dharok's_greataxe#0", "price": 1244215 @@ -68686,9 +61051,6 @@ "cost": 280000, "lowalch": 112000, "highalch": 168000, - "weight": 9.979, - "release_date": "2005-05-17", - "examine": "Dharok the Wretched's platebody armour.", "wiki_name": "Dharok's platebody (100)", "wiki_url": "https://oldschool.runescape.wiki/w/Dharok's_platebody#100", "equipment": { @@ -68722,9 +61084,6 @@ "cost": 280000, "lowalch": 112000, "highalch": 168000, - "weight": 9.979, - "release_date": "2005-05-17", - "examine": "Dharok the Wretched's platebody armour.", "wiki_name": "Dharok's platebody (75)", "wiki_url": "https://oldschool.runescape.wiki/w/Dharok's_platebody#75", "equipment": { @@ -68758,9 +61117,6 @@ "cost": 280000, "lowalch": 112000, "highalch": 168000, - "weight": 9.979, - "release_date": "2005-05-17", - "examine": "Dharok the Wretched's platebody armour.", "wiki_name": "Dharok's platebody (50)", "wiki_url": "https://oldschool.runescape.wiki/w/Dharok's_platebody#50", "equipment": { @@ -68794,9 +61150,6 @@ "cost": 280000, "lowalch": 112000, "highalch": 168000, - "weight": 9.979, - "release_date": "2005-05-17", - "examine": "Dharok the Wretched's platebody armour.", "wiki_name": "Dharok's platebody (25)", "wiki_url": "https://oldschool.runescape.wiki/w/Dharok's_platebody#25", "equipment": { @@ -68831,10 +61184,7 @@ "cost": 280000, "lowalch": 112000, "highalch": 168000, - "weight": 9.979, "buy_limit": 15, - "release_date": "2005-05-17", - "examine": "Dharok the Wretched's platebody armour.", "wiki_name": "Dharok's platebody (0)", "wiki_url": "https://oldschool.runescape.wiki/w/Dharok's_platebody#0", "price": 947560 @@ -68848,9 +61198,6 @@ "cost": 275000, "lowalch": 110000, "highalch": 165000, - "weight": 9.071, - "release_date": "2005-05-17", - "examine": "Dharok the Wretched's plate leg armour.", "wiki_name": "Dharok's platelegs (100)", "wiki_url": "https://oldschool.runescape.wiki/w/Dharok's_platelegs#100", "equipment": { @@ -68884,9 +61231,6 @@ "cost": 275000, "lowalch": 110000, "highalch": 165000, - "weight": 9.071, - "release_date": "2005-05-17", - "examine": "Dharok the Wretched's plate leg armour.", "wiki_name": "Dharok's platelegs (75)", "wiki_url": "https://oldschool.runescape.wiki/w/Dharok's_platelegs#75", "equipment": { @@ -68920,9 +61264,6 @@ "cost": 275000, "lowalch": 110000, "highalch": 165000, - "weight": 9.071, - "release_date": "2005-05-17", - "examine": "Dharok the Wretched's plate leg armour.", "wiki_name": "Dharok's platelegs (50)", "wiki_url": "https://oldschool.runescape.wiki/w/Dharok's_platelegs#50", "equipment": { @@ -68956,9 +61297,6 @@ "cost": 275000, "lowalch": 110000, "highalch": 165000, - "weight": 9.071, - "release_date": "2005-05-17", - "examine": "Dharok the Wretched's plate leg armour.", "wiki_name": "Dharok's platelegs (25)", "wiki_url": "https://oldschool.runescape.wiki/w/Dharok's_platelegs#25", "equipment": { @@ -68993,10 +61331,7 @@ "cost": 275000, "lowalch": 110000, "highalch": 165000, - "weight": 9.071, "buy_limit": 15, - "release_date": "2005-05-17", - "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": 2247500 @@ -69010,9 +61345,6 @@ "cost": 103000, "lowalch": 41200, "highalch": 61800, - "weight": 2.721, - "release_date": "2005-05-17", - "examine": "Guthan the Infested's helm.", "wiki_name": "Guthan's helm (100)", "wiki_url": "https://oldschool.runescape.wiki/w/Guthan's_helm#100", "equipment": { @@ -69046,9 +61378,6 @@ "cost": 103000, "lowalch": 41200, "highalch": 61800, - "weight": 2.721, - "release_date": "2005-05-17", - "examine": "Guthan the Infested's helm.", "wiki_name": "Guthan's helm (75)", "wiki_url": "https://oldschool.runescape.wiki/w/Guthan's_helm#75", "equipment": { @@ -69082,9 +61411,6 @@ "cost": 103000, "lowalch": 41200, "highalch": 61800, - "weight": 2.721, - "release_date": "2005-05-17", - "examine": "Guthan the Infested's helm.", "wiki_name": "Guthan's helm (50)", "wiki_url": "https://oldschool.runescape.wiki/w/Guthan's_helm#50", "equipment": { @@ -69118,9 +61444,6 @@ "cost": 103000, "lowalch": 41200, "highalch": 61800, - "weight": 2.721, - "release_date": "2005-05-17", - "examine": "Guthan the Infested's helm.", "wiki_name": "Guthan's helm (25)", "wiki_url": "https://oldschool.runescape.wiki/w/Guthan's_helm#25", "equipment": { @@ -69155,10 +61478,7 @@ "cost": 103000, "lowalch": 41200, "highalch": 61800, - "weight": 2.721, "buy_limit": 15, - "release_date": "2005-05-17", - "examine": "Guthan the Infested's helm.", "wiki_name": "Guthan's helm (0)", "wiki_url": "https://oldschool.runescape.wiki/w/Guthan's_helm#0", "price": 98491 @@ -69173,9 +61493,6 @@ "cost": 100000, "lowalch": 40000, "highalch": 60000, - "weight": 2.267, - "release_date": "2005-05-17", - "examine": "Guthan the Infested's warspear.", "wiki_name": "Guthan's warspear (100)", "wiki_url": "https://oldschool.runescape.wiki/w/Guthan's_warspear#100", "equipment": { @@ -69244,9 +61561,6 @@ "cost": 100000, "lowalch": 40000, "highalch": 60000, - "weight": 2.267, - "release_date": "2005-05-17", - "examine": "Guthan the Infested's warspear.", "wiki_name": "Guthan's warspear (75)", "wiki_url": "https://oldschool.runescape.wiki/w/Guthan's_warspear#75", "equipment": { @@ -69315,9 +61629,6 @@ "cost": 100000, "lowalch": 40000, "highalch": 60000, - "weight": 2.267, - "release_date": "2005-05-17", - "examine": "Guthan the Infested's warspear.", "wiki_name": "Guthan's warspear (50)", "wiki_url": "https://oldschool.runescape.wiki/w/Guthan's_warspear#50", "equipment": { @@ -69386,9 +61697,6 @@ "cost": 100000, "lowalch": 40000, "highalch": 60000, - "weight": 2.267, - "release_date": "2005-05-17", - "examine": "Guthan the Infested's warspear.", "wiki_name": "Guthan's warspear (25)", "wiki_url": "https://oldschool.runescape.wiki/w/Guthan's_warspear#25", "equipment": { @@ -69457,10 +61765,7 @@ "cost": 100000, "lowalch": 40000, "highalch": 60000, - "weight": 2.267, "buy_limit": 15, - "release_date": "2005-05-17", - "examine": "Guthan the Infested's warspear.", "wiki_name": "Guthan's warspear (0)", "wiki_url": "https://oldschool.runescape.wiki/w/Guthan's_warspear#0", "price": 86137 @@ -69474,9 +61779,6 @@ "cost": 280000, "lowalch": 112000, "highalch": 168000, - "weight": 9.979, - "release_date": "2005-05-17", - "examine": "Guthan the Infested's platebody armour.", "wiki_name": "Guthan's platebody (100)", "wiki_url": "https://oldschool.runescape.wiki/w/Guthan's_platebody#100", "equipment": { @@ -69510,9 +61812,6 @@ "cost": 280000, "lowalch": 112000, "highalch": 168000, - "weight": 9.979, - "release_date": "2005-05-17", - "examine": "Guthan the Infested's platebody armour.", "wiki_name": "Guthan's platebody (75)", "wiki_url": "https://oldschool.runescape.wiki/w/Guthan's_platebody#75", "equipment": { @@ -69546,9 +61845,6 @@ "cost": 280000, "lowalch": 112000, "highalch": 168000, - "weight": 9.979, - "release_date": "2005-05-17", - "examine": "Guthan the Infested's platebody armour.", "wiki_name": "Guthan's platebody (50)", "wiki_url": "https://oldschool.runescape.wiki/w/Guthan's_platebody#50", "equipment": { @@ -69582,9 +61878,6 @@ "cost": 280000, "lowalch": 112000, "highalch": 168000, - "weight": 9.979, - "release_date": "2005-05-17", - "examine": "Guthan the Infested's platebody armour.", "wiki_name": "Guthan's platebody (25)", "wiki_url": "https://oldschool.runescape.wiki/w/Guthan's_platebody#25", "equipment": { @@ -69619,10 +61912,7 @@ "cost": 280000, "lowalch": 112000, "highalch": 168000, - "weight": 9.979, "buy_limit": 15, - "release_date": "2005-05-17", - "examine": "Guthan the Infested's platebody armour.", "wiki_name": "Guthan's platebody (0)", "wiki_url": "https://oldschool.runescape.wiki/w/Guthan's_platebody#0", "price": 169532 @@ -69636,9 +61926,6 @@ "cost": 275000, "lowalch": 110000, "highalch": 165000, - "weight": 8.164, - "release_date": "2005-05-17", - "examine": "Guthan the Infested's chainskirt.", "wiki_name": "Guthan's chainskirt (100)", "wiki_url": "https://oldschool.runescape.wiki/w/Guthan's_chainskirt#100", "equipment": { @@ -69672,9 +61959,6 @@ "cost": 275000, "lowalch": 110000, "highalch": 165000, - "weight": 8.164, - "release_date": "2005-05-17", - "examine": "Guthan the Infested's chainskirt.", "wiki_name": "Guthan's chainskirt (75)", "wiki_url": "https://oldschool.runescape.wiki/w/Guthan's_chainskirt#75", "equipment": { @@ -69708,9 +61992,6 @@ "cost": 275000, "lowalch": 110000, "highalch": 165000, - "weight": 8.164, - "release_date": "2005-05-17", - "examine": "Guthan the Infested's chainskirt.", "wiki_name": "Guthan's chainskirt (50)", "wiki_url": "https://oldschool.runescape.wiki/w/Guthan's_chainskirt#50", "equipment": { @@ -69744,9 +62025,6 @@ "cost": 275000, "lowalch": 110000, "highalch": 165000, - "weight": 8.164, - "release_date": "2005-05-17", - "examine": "Guthan the Infested's chainskirt.", "wiki_name": "Guthan's chainskirt (25)", "wiki_url": "https://oldschool.runescape.wiki/w/Guthan's_chainskirt#25", "equipment": { @@ -69781,10 +62059,7 @@ "cost": 275000, "lowalch": 110000, "highalch": 165000, - "weight": 8.164, "buy_limit": 15, - "release_date": "2005-05-17", - "examine": "Guthan the Infested's chainskirt.", "wiki_name": "Guthan's chainskirt (0)", "wiki_url": "https://oldschool.runescape.wiki/w/Guthan's_chainskirt#0", "price": 169974 @@ -69798,9 +62073,6 @@ "cost": 13000, "lowalch": 5200, "highalch": 7800, - "weight": 0.907, - "release_date": "2005-05-17", - "examine": "Karil the Tainted's coif.", "wiki_name": "Karil's coif (100)", "wiki_url": "https://oldschool.runescape.wiki/w/Karil's_coif#100", "equipment": { @@ -69835,9 +62107,6 @@ "cost": 13000, "lowalch": 5200, "highalch": 7800, - "weight": 0.907, - "release_date": "2005-05-17", - "examine": "Karil the Tainted's coif.", "wiki_name": "Karil's coif (75)", "wiki_url": "https://oldschool.runescape.wiki/w/Karil's_coif#75", "equipment": { @@ -69872,9 +62141,6 @@ "cost": 13000, "lowalch": 5200, "highalch": 7800, - "weight": 0.907, - "release_date": "2005-05-17", - "examine": "Karil the Tainted's coif.", "wiki_name": "Karil's coif (50)", "wiki_url": "https://oldschool.runescape.wiki/w/Karil's_coif#50", "equipment": { @@ -69909,9 +62175,6 @@ "cost": 13000, "lowalch": 5200, "highalch": 7800, - "weight": 0.907, - "release_date": "2005-05-17", - "examine": "Karil the Tainted's coif.", "wiki_name": "Karil's coif (25)", "wiki_url": "https://oldschool.runescape.wiki/w/Karil's_coif#25", "equipment": { @@ -69947,10 +62210,7 @@ "cost": 13000, "lowalch": 5200, "highalch": 7800, - "weight": 0.907, "buy_limit": 15, - "release_date": "2005-05-17", - "examine": "Karil the Tainted's coif.", "wiki_name": "Karil's coif (0)", "wiki_url": "https://oldschool.runescape.wiki/w/Karil's_coif#0", "price": 11124 @@ -69965,9 +62225,6 @@ "cost": 160000, "lowalch": 64000, "highalch": 96000, - "weight": 3.628, - "release_date": "2005-05-17", - "examine": "Karil the Tainted's repeating crossbow.", "wiki_name": "Karil's crossbow (100)", "wiki_url": "https://oldschool.runescape.wiki/w/Karil's_crossbow#100", "equipment": { @@ -70029,9 +62286,6 @@ "cost": 160000, "lowalch": 64000, "highalch": 96000, - "weight": 3.628, - "release_date": "2005-05-17", - "examine": "Karil the Tainted's repeating crossbow.", "wiki_name": "Karil's crossbow (75)", "wiki_url": "https://oldschool.runescape.wiki/w/Karil's_crossbow#75", "equipment": { @@ -70093,9 +62347,6 @@ "cost": 160000, "lowalch": 64000, "highalch": 96000, - "weight": 3.628, - "release_date": "2005-05-17", - "examine": "Karil the Tainted's repeating crossbow.", "wiki_name": "Karil's crossbow (50)", "wiki_url": "https://oldschool.runescape.wiki/w/Karil's_crossbow#50", "equipment": { @@ -70157,9 +62408,6 @@ "cost": 160000, "lowalch": 64000, "highalch": 96000, - "weight": 3.628, - "release_date": "2005-05-17", - "examine": "Karil the Tainted's repeating crossbow.", "wiki_name": "Karil's crossbow (25)", "wiki_url": "https://oldschool.runescape.wiki/w/Karil's_crossbow#25", "equipment": { @@ -70221,10 +62469,7 @@ "cost": 160000, "lowalch": 64000, "highalch": 96000, - "weight": 3.628, "buy_limit": 15, - "release_date": "2005-05-17", - "examine": "Karil the Tainted's repeating crossbow.", "wiki_name": "Karil's crossbow (0)", "wiki_url": "https://oldschool.runescape.wiki/w/Karil's_crossbow#0", "price": 97482 @@ -70238,9 +62483,6 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 6.803, - "release_date": "2005-05-17", - "examine": "Karil the Tainted's leather body armour.", "wiki_name": "Karil's leathertop (100)", "wiki_url": "https://oldschool.runescape.wiki/w/Karil's_leathertop#100", "equipment": { @@ -70275,9 +62517,6 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 6.803, - "release_date": "2005-05-17", - "examine": "Karil the Tainted's leather body armour.", "wiki_name": "Karil's leathertop (75)", "wiki_url": "https://oldschool.runescape.wiki/w/Karil's_leathertop#75", "equipment": { @@ -70312,9 +62551,6 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 6.803, - "release_date": "2005-05-17", - "examine": "Karil the Tainted's leather body armour.", "wiki_name": "Karil's leathertop (50)", "wiki_url": "https://oldschool.runescape.wiki/w/Karil's_leathertop#50", "equipment": { @@ -70349,9 +62585,6 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 6.803, - "release_date": "2005-05-17", - "examine": "Karil the Tainted's leather body armour.", "wiki_name": "Karil's leathertop (25)", "wiki_url": "https://oldschool.runescape.wiki/w/Karil's_leathertop#25", "equipment": { @@ -70387,10 +62620,7 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 6.803, "buy_limit": 15, - "release_date": "2005-05-17", - "examine": "Karil the Tainted's leather body armour.", "wiki_name": "Karil's leathertop (0)", "wiki_url": "https://oldschool.runescape.wiki/w/Karil's_leathertop#0", "price": 1151592 @@ -70404,9 +62634,6 @@ "cost": 47000, "lowalch": 18800, "highalch": 28200, - "weight": 5.443, - "release_date": "2005-05-17", - "examine": "Karil the Tainted's leather skirt.", "wiki_name": "Karil's leatherskirt (100)", "wiki_url": "https://oldschool.runescape.wiki/w/Karil's_leatherskirt#100", "equipment": { @@ -70441,9 +62668,6 @@ "cost": 47000, "lowalch": 18800, "highalch": 28200, - "weight": 5.443, - "release_date": "2005-05-17", - "examine": "Karil the Tainted's leather skirt.", "wiki_name": "Karil's leatherskirt (75)", "wiki_url": "https://oldschool.runescape.wiki/w/Karil's_leatherskirt#75", "equipment": { @@ -70478,9 +62702,6 @@ "cost": 47000, "lowalch": 18800, "highalch": 28200, - "weight": 5.443, - "release_date": "2005-05-17", - "examine": "Karil the Tainted's leather skirt.", "wiki_name": "Karil's leatherskirt (50)", "wiki_url": "https://oldschool.runescape.wiki/w/Karil's_leatherskirt#50", "equipment": { @@ -70515,9 +62736,6 @@ "cost": 47000, "lowalch": 18800, "highalch": 28200, - "weight": 5.443, - "release_date": "2005-05-17", - "examine": "Karil the Tainted's leather skirt.", "wiki_name": "Karil's leatherskirt (25)", "wiki_url": "https://oldschool.runescape.wiki/w/Karil's_leatherskirt#25", "equipment": { @@ -70553,10 +62771,7 @@ "cost": 47000, "lowalch": 18800, "highalch": 28200, - "weight": 5.443, "buy_limit": 15, - "release_date": "2005-05-17", - "examine": "Karil the Tainted's leather skirt.", "wiki_name": "Karil's leatherskirt (0)", "wiki_url": "https://oldschool.runescape.wiki/w/Karil's_leatherskirt#0", "price": 435421 @@ -70570,9 +62785,6 @@ "cost": 103000, "lowalch": 41200, "highalch": 61800, - "weight": 2.721, - "release_date": "2005-05-17", - "examine": "Torag the Corrupted's helm.", "wiki_name": "Torag's helm (100)", "wiki_url": "https://oldschool.runescape.wiki/w/Torag's_helm#100", "equipment": { @@ -70606,9 +62818,6 @@ "cost": 103000, "lowalch": 41200, "highalch": 61800, - "weight": 2.721, - "release_date": "2005-05-17", - "examine": "Torag the Corrupted's helm.", "wiki_name": "Torag's helm (75)", "wiki_url": "https://oldschool.runescape.wiki/w/Torag's_helm#75", "equipment": { @@ -70642,9 +62851,6 @@ "cost": 103000, "lowalch": 41200, "highalch": 61800, - "weight": 2.721, - "release_date": "2005-05-17", - "examine": "Torag the Corrupted's helm.", "wiki_name": "Torag's helm (50)", "wiki_url": "https://oldschool.runescape.wiki/w/Torag's_helm#50", "equipment": { @@ -70678,9 +62884,6 @@ "cost": 103000, "lowalch": 41200, "highalch": 61800, - "weight": 2.721, - "release_date": "2005-05-17", - "examine": "Torag the Corrupted's helm.", "wiki_name": "Torag's helm (25)", "wiki_url": "https://oldschool.runescape.wiki/w/Torag's_helm#25", "equipment": { @@ -70715,10 +62918,7 @@ "cost": 103000, "lowalch": 41200, "highalch": 61800, - "weight": 2.721, "buy_limit": 15, - "release_date": "2005-05-17", - "examine": "Torag the Corrupted's helm.", "wiki_name": "Torag's helm (0)", "wiki_url": "https://oldschool.runescape.wiki/w/Torag's_helm#0", "price": 66519 @@ -70733,9 +62933,6 @@ "cost": 160000, "lowalch": 64000, "highalch": 96000, - "weight": 3.628, - "release_date": "2005-05-17", - "examine": "Torag the Corrupted's twin hammers.", "wiki_name": "Torag's hammers (100)", "wiki_url": "https://oldschool.runescape.wiki/w/Torag's_hammers#100", "equipment": { @@ -70798,9 +62995,6 @@ "cost": 160000, "lowalch": 64000, "highalch": 96000, - "weight": 3.628, - "release_date": "2005-05-17", - "examine": "Torag the Corrupted's twin hammers.", "wiki_name": "Torag's hammers (75)", "wiki_url": "https://oldschool.runescape.wiki/w/Torag's_hammers#75", "equipment": { @@ -70863,9 +63057,6 @@ "cost": 160000, "lowalch": 64000, "highalch": 96000, - "weight": 3.628, - "release_date": "2005-05-17", - "examine": "Torag the Corrupted's twin hammers.", "wiki_name": "Torag's hammers (50)", "wiki_url": "https://oldschool.runescape.wiki/w/Torag's_hammers#50", "equipment": { @@ -70928,9 +63119,6 @@ "cost": 160000, "lowalch": 64000, "highalch": 96000, - "weight": 3.628, - "release_date": "2005-05-17", - "examine": "Torag the Corrupted's twin hammers.", "wiki_name": "Torag's hammers (25)", "wiki_url": "https://oldschool.runescape.wiki/w/Torag's_hammers#25", "equipment": { @@ -70993,10 +63181,7 @@ "cost": 160000, "lowalch": 64000, "highalch": 96000, - "weight": 3.628, "buy_limit": 15, - "release_date": "2005-05-17", - "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": 95537 @@ -71010,9 +63195,6 @@ "cost": 280000, "lowalch": 112000, "highalch": 168000, - "weight": 9.979, - "release_date": "2005-05-17", - "examine": "Torag the Corrupted's platebody armour.", "wiki_name": "Torag's platebody (100)", "wiki_url": "https://oldschool.runescape.wiki/w/Torag's_platebody#100", "equipment": { @@ -71046,9 +63228,6 @@ "cost": 280000, "lowalch": 112000, "highalch": 168000, - "weight": 9.979, - "release_date": "2005-05-17", - "examine": "Torag the Corrupted's platebody armour.", "wiki_name": "Torag's platebody (75)", "wiki_url": "https://oldschool.runescape.wiki/w/Torag's_platebody#75", "equipment": { @@ -71082,9 +63261,6 @@ "cost": 280000, "lowalch": 112000, "highalch": 168000, - "weight": 9.979, - "release_date": "2005-05-17", - "examine": "Torag the Corrupted's platebody armour.", "wiki_name": "Torag's platebody (50)", "wiki_url": "https://oldschool.runescape.wiki/w/Torag's_platebody#50", "equipment": { @@ -71118,9 +63294,6 @@ "cost": 280000, "lowalch": 112000, "highalch": 168000, - "weight": 9.979, - "release_date": "2005-05-17", - "examine": "Torag the Corrupted's platebody armour.", "wiki_name": "Torag's platebody (25)", "wiki_url": "https://oldschool.runescape.wiki/w/Torag's_platebody#25", "equipment": { @@ -71155,10 +63328,7 @@ "cost": 280000, "lowalch": 112000, "highalch": 168000, - "weight": 9.979, "buy_limit": 15, - "release_date": "2005-05-17", - "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": 168140 @@ -71172,9 +63342,6 @@ "cost": 275000, "lowalch": 110000, "highalch": 165000, - "weight": 9.071, - "release_date": "2005-05-17", - "examine": "Torag the Corrupted's plate leg armour.", "wiki_name": "Torag's platelegs (100)", "wiki_url": "https://oldschool.runescape.wiki/w/Torag's_platelegs#100", "equipment": { @@ -71208,9 +63375,6 @@ "cost": 275000, "lowalch": 110000, "highalch": 165000, - "weight": 9.071, - "release_date": "2005-05-17", - "examine": "Torag the Corrupted's plate leg armour.", "wiki_name": "Torag's platelegs (75)", "wiki_url": "https://oldschool.runescape.wiki/w/Torag's_platelegs#75", "equipment": { @@ -71244,9 +63408,6 @@ "cost": 275000, "lowalch": 110000, "highalch": 165000, - "weight": 9.071, - "release_date": "2005-05-17", - "examine": "Torag the Corrupted's plate leg armour.", "wiki_name": "Torag's platelegs (50)", "wiki_url": "https://oldschool.runescape.wiki/w/Torag's_platelegs#50", "equipment": { @@ -71280,9 +63441,6 @@ "cost": 275000, "lowalch": 110000, "highalch": 165000, - "weight": 9.071, - "release_date": "2005-05-17", - "examine": "Torag the Corrupted's plate leg armour.", "wiki_name": "Torag's platelegs (25)", "wiki_url": "https://oldschool.runescape.wiki/w/Torag's_platelegs#25", "equipment": { @@ -71317,10 +63475,7 @@ "cost": 275000, "lowalch": 110000, "highalch": 165000, - "weight": 9.071, "buy_limit": 15, - "release_date": "2005-05-17", - "examine": "Torag the Corrupted's plate leg armour.", "wiki_name": "Torag's platelegs (0)", "wiki_url": "https://oldschool.runescape.wiki/w/Torag's_platelegs#0", "price": 170204 @@ -71334,9 +63489,6 @@ "cost": 103000, "lowalch": 41200, "highalch": 61800, - "weight": 1.36, - "release_date": "2005-05-17", - "examine": "Verac the Defiled's helm.", "wiki_name": "Verac's helm (100)", "wiki_url": "https://oldschool.runescape.wiki/w/Verac's_helm#100", "equipment": { @@ -71370,9 +63522,6 @@ "cost": 103000, "lowalch": 41200, "highalch": 61800, - "weight": 1.36, - "release_date": "2005-05-17", - "examine": "Verac the Defiled's helm.", "wiki_name": "Verac's helm (75)", "wiki_url": "https://oldschool.runescape.wiki/w/Verac's_helm#75", "equipment": { @@ -71406,9 +63555,6 @@ "cost": 103000, "lowalch": 41200, "highalch": 61800, - "weight": 1.36, - "release_date": "2005-05-17", - "examine": "Verac the Defiled's helm.", "wiki_name": "Verac's helm (50)", "wiki_url": "https://oldschool.runescape.wiki/w/Verac's_helm#50", "equipment": { @@ -71442,9 +63588,6 @@ "cost": 103000, "lowalch": 41200, "highalch": 61800, - "weight": 1.36, - "release_date": "2005-05-17", - "examine": "Verac the Defiled's helm.", "wiki_name": "Verac's helm (25)", "wiki_url": "https://oldschool.runescape.wiki/w/Verac's_helm#25", "equipment": { @@ -71479,10 +63622,7 @@ "cost": 103000, "lowalch": 41200, "highalch": 61800, - "weight": 1.36, "buy_limit": 15, - "release_date": "2005-05-17", - "examine": "Verac the Defiled's helm.", "wiki_name": "Verac's helm (0)", "wiki_url": "https://oldschool.runescape.wiki/w/Verac's_helm#0", "price": 62461 @@ -71497,9 +63637,6 @@ "cost": 160000, "lowalch": 64000, "highalch": 96000, - "weight": 2.267, - "release_date": "2005-05-17", - "examine": "Verac the Defiled's flail.", "wiki_name": "Verac's flail (100)", "wiki_url": "https://oldschool.runescape.wiki/w/Verac's_flail#100", "equipment": { @@ -71568,9 +63705,6 @@ "cost": 160000, "lowalch": 64000, "highalch": 96000, - "weight": 2.267, - "release_date": "2005-05-17", - "examine": "Verac the Defiled's flail.", "wiki_name": "Verac's flail (75)", "wiki_url": "https://oldschool.runescape.wiki/w/Verac's_flail#75", "equipment": { @@ -71639,9 +63773,6 @@ "cost": 160000, "lowalch": 64000, "highalch": 96000, - "weight": 2.267, - "release_date": "2005-05-17", - "examine": "Verac the Defiled's flail.", "wiki_name": "Verac's flail (50)", "wiki_url": "https://oldschool.runescape.wiki/w/Verac's_flail#50", "equipment": { @@ -71710,9 +63841,6 @@ "cost": 160000, "lowalch": 64000, "highalch": 96000, - "weight": 2.267, - "release_date": "2005-05-17", - "examine": "Verac the Defiled's flail.", "wiki_name": "Verac's flail (25)", "wiki_url": "https://oldschool.runescape.wiki/w/Verac's_flail#25", "equipment": { @@ -71781,10 +63909,7 @@ "cost": 160000, "lowalch": 64000, "highalch": 96000, - "weight": 2.267, "buy_limit": 15, - "release_date": "2005-05-17", - "examine": "Verac the Defiled's flail.", "wiki_name": "Verac's flail (0)", "wiki_url": "https://oldschool.runescape.wiki/w/Verac's_flail#0", "price": 96530 @@ -71798,9 +63923,6 @@ "cost": 280000, "lowalch": 112000, "highalch": 168000, - "weight": 4.989, - "release_date": "2005-05-17", - "examine": "Verac the Defiled's brassard.", "wiki_name": "Verac's brassard (100)", "wiki_url": "https://oldschool.runescape.wiki/w/Verac's_brassard#100", "equipment": { @@ -71834,9 +63956,6 @@ "cost": 280000, "lowalch": 112000, "highalch": 168000, - "weight": 4.989, - "release_date": "2005-05-17", - "examine": "Verac the Defiled's brassard.", "wiki_name": "Verac's brassard (75)", "wiki_url": "https://oldschool.runescape.wiki/w/Verac's_brassard#75", "equipment": { @@ -71870,9 +63989,6 @@ "cost": 280000, "lowalch": 112000, "highalch": 168000, - "weight": 4.989, - "release_date": "2005-05-17", - "examine": "Verac the Defiled's brassard.", "wiki_name": "Verac's brassard (50)", "wiki_url": "https://oldschool.runescape.wiki/w/Verac's_brassard#50", "equipment": { @@ -71906,9 +64022,6 @@ "cost": 280000, "lowalch": 112000, "highalch": 168000, - "weight": 4.989, - "release_date": "2005-05-17", - "examine": "Verac the Defiled's brassard.", "wiki_name": "Verac's brassard (25)", "wiki_url": "https://oldschool.runescape.wiki/w/Verac's_brassard#25", "equipment": { @@ -71943,10 +64056,7 @@ "cost": 280000, "lowalch": 112000, "highalch": 168000, - "weight": 4.989, "buy_limit": 15, - "release_date": "2005-05-17", - "examine": "Verac the Defiled's brassard.", "wiki_name": "Verac's brassard (0)", "wiki_url": "https://oldschool.runescape.wiki/w/Verac's_brassard#0", "price": 158244 @@ -71960,9 +64070,6 @@ "cost": 275000, "lowalch": 110000, "highalch": 165000, - "weight": 4.535, - "release_date": "2005-05-17", - "examine": "Verac the Defiled's plate skirt.", "wiki_name": "Verac's plateskirt (100)", "wiki_url": "https://oldschool.runescape.wiki/w/Verac's_plateskirt#100", "equipment": { @@ -71996,9 +64103,6 @@ "cost": 275000, "lowalch": 110000, "highalch": 165000, - "weight": 4.535, - "release_date": "2005-05-17", - "examine": "Verac the Defiled's plate skirt.", "wiki_name": "Verac's plateskirt (75)", "wiki_url": "https://oldschool.runescape.wiki/w/Verac's_plateskirt#75", "equipment": { @@ -72032,9 +64136,6 @@ "cost": 275000, "lowalch": 110000, "highalch": 165000, - "weight": 4.535, - "release_date": "2005-05-17", - "examine": "Verac the Defiled's plate skirt.", "wiki_name": "Verac's plateskirt (50)", "wiki_url": "https://oldschool.runescape.wiki/w/Verac's_plateskirt#50", "equipment": { @@ -72068,9 +64169,6 @@ "cost": 275000, "lowalch": 110000, "highalch": 165000, - "weight": 4.535, - "release_date": "2005-05-17", - "examine": "Verac the Defiled's plate skirt.", "wiki_name": "Verac's plateskirt (25)", "wiki_url": "https://oldschool.runescape.wiki/w/Verac's_plateskirt#25", "equipment": { @@ -72105,10 +64203,7 @@ "cost": 275000, "lowalch": 110000, "highalch": 165000, - "weight": 4.535, "buy_limit": 15, - "release_date": "2005-05-17", - "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": 174265 @@ -72123,10 +64218,7 @@ "cost": 15, "lowalch": 6, "highalch": 9, - "weight": 0.5, "buy_limit": 13000, - "release_date": "2005-05-31", - "examine": "It's incredibly slimy.", "wiki_name": "Raw cave eel", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_cave_eel", "price": 87 @@ -72140,9 +64232,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.55, - "release_date": "2005-05-31", - "examine": "It's no longer slimy, or edible.", "wiki_name": "Burnt cave eel", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_cave_eel", "price": 0 @@ -72157,10 +64246,7 @@ "cost": 15, "lowalch": 6, "highalch": 9, - "weight": 0.5, "buy_limit": 10000, - "release_date": "2005-05-31", - "examine": "It's a bit slimy.", "wiki_name": "Cave eel", "wiki_url": "https://oldschool.runescape.wiki/w/Cave_eel", "price": 51 @@ -72172,9 +64258,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.5, - "release_date": "2005-05-31", - "examine": "That's disgusting!", "wiki_name": "Frog spawn", "wiki_url": "https://oldschool.runescape.wiki/w/Frog_spawn", "price": 0 @@ -72186,9 +64269,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.002, - "release_date": "2005-05-31", - "examine": "A stone brooch with a symbol on it.", "wiki_name": "Brooch", "wiki_url": "https://oldschool.runescape.wiki/w/Brooch", "price": 0 @@ -72200,9 +64280,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2005-05-31", - "examine": "A book about the ancient goblin tribes.", "wiki_name": "Goblin symbol book", "wiki_url": "https://oldschool.runescape.wiki/w/Goblin_symbol_book", "price": 0 @@ -72212,9 +64289,6 @@ "name": "Key", "members": true, "cost": 1, - "weight": 0.01, - "release_date": "2005-05-31", - "examine": "The key you stole from Sigmund.", "wiki_name": "Key (The Lost Tribe)", "wiki_url": "https://oldschool.runescape.wiki/w/Key_(The_Lost_Tribe)", "price": 0 @@ -72226,9 +64300,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.05, - "release_date": "2005-05-31", - "examine": "You found the Lumbridge silverware in the HAM cave.", "wiki_name": "Silverware", "wiki_url": "https://oldschool.runescape.wiki/w/Silverware", "price": 0 @@ -72240,9 +64311,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-05-31", - "examine": "A peace treaty between Lumbridge and the Cave Goblins.", "wiki_name": "Peace treaty", "wiki_url": "https://oldschool.runescape.wiki/w/Peace_treaty", "price": 0 @@ -72256,9 +64324,6 @@ "cost": 600, "lowalch": 240, "highalch": 360, - "weight": 0.907, - "release_date": "2005-05-31", - "examine": "A helmet with a lamp on it.", "wiki_name": "Mining helmet (Lit)", "wiki_url": "https://oldschool.runescape.wiki/w/Mining_helmet#Lit", "equipment": { @@ -72293,10 +64358,7 @@ "cost": 600, "lowalch": 240, "highalch": 360, - "weight": 0.907, "buy_limit": 4, - "release_date": "2005-05-31", - "examine": "A helmet with an unlit lamp on it.", "wiki_name": "Mining helmet (Unlit)", "wiki_url": "https://oldschool.runescape.wiki/w/Mining_helmet#Unlit", "equipment": { @@ -72332,10 +64394,7 @@ "cost": 600, "lowalch": 240, "highalch": 360, - "weight": 1.36, "buy_limit": 4, - "release_date": "2005-05-31", - "examine": "Basic but brutal!", "wiki_name": "Bone spear", "wiki_url": "https://oldschool.runescape.wiki/w/Bone_spear", "equipment": { @@ -72405,10 +64464,7 @@ "cost": 600, "lowalch": 240, "highalch": 360, - "weight": 0.907, "buy_limit": 4, - "release_date": "2005-05-31", - "examine": "Basic but brutal!", "wiki_name": "Bone club", "wiki_url": "https://oldschool.runescape.wiki/w/Bone_club", "equipment": { @@ -72465,9 +64521,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2005-05-31", - "examine": "A ticket to take you from Keldagrim to the dwarven mines under Ice Mountain.", "wiki_name": "Minecart ticket (Keldagrim to Ice Mountain)", "wiki_url": "https://oldschool.runescape.wiki/w/Minecart_ticket#Keldagrim_to_Ice_Mountain", "price": 0 @@ -72479,9 +64532,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2005-05-31", - "examine": "A ticket to take you from the dwarven mines under Ice Mountain to Keldagrim.", "wiki_name": "Minecart ticket (Ice Mountain to Keldagrim)", "wiki_url": "https://oldschool.runescape.wiki/w/Minecart_ticket#Ice_Mountain_to_Keldagrim", "price": 0 @@ -72493,9 +64543,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2005-05-31", - "examine": "A ticket to take you from Keldagrim to the passage under White Wolf Mountain.", "wiki_name": "Minecart ticket (Keldagrim to White Wolf Mountain)", "wiki_url": "https://oldschool.runescape.wiki/w/Minecart_ticket#Keldagrim_to_White_Wolf_Mountain", "price": 0 @@ -72507,9 +64554,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2005-05-31", - "examine": "A ticket to take you from the passage under White Wolf Mountain to Keldagrim.", "wiki_name": "Minecart ticket (White Wolf Mountain to Keldagrim)", "wiki_url": "https://oldschool.runescape.wiki/w/Minecart_ticket#White_Wolf_Mountain_to_Keldagrim", "price": 0 @@ -72526,10 +64570,7 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 0.07, "buy_limit": 150, - "release_date": "2005-05-31", - "examine": "Far too small to wear.", "wiki_name": "Woven top (brown)", "wiki_url": "https://oldschool.runescape.wiki/w/Woven_top_(brown)", "equipment": { @@ -72564,10 +64605,7 @@ "cost": 625, "lowalch": 250, "highalch": 375, - "weight": 0.07, "buy_limit": 150, - "release_date": "2005-05-31", - "examine": "Yellow top, too small for me.", "wiki_name": "Woven top (yellow)", "wiki_url": "https://oldschool.runescape.wiki/w/Woven_top_(yellow)", "equipment": { @@ -72602,10 +64640,7 @@ "cost": 650, "lowalch": 260, "highalch": 390, - "weight": 0.07, "buy_limit": 150, - "release_date": "2005-05-31", - "examine": "Blue top, very tiny.", "wiki_name": "Woven top (blue)", "wiki_url": "https://oldschool.runescape.wiki/w/Woven_top_(blue)", "equipment": { @@ -72640,10 +64675,7 @@ "cost": 450, "lowalch": 180, "highalch": 270, - "weight": 0.07, "buy_limit": 150, - "release_date": "2005-05-31", - "examine": "Tiny!", "wiki_name": "Shirt (brown)", "wiki_url": "https://oldschool.runescape.wiki/w/Shirt_(brown)", "equipment": { @@ -72678,10 +64710,7 @@ "cost": 600, "lowalch": 240, "highalch": 360, - "weight": 0.07, "buy_limit": 150, - "release_date": "2005-05-31", - "examine": "Tiny!", "wiki_name": "Shirt (yellow)", "wiki_url": "https://oldschool.runescape.wiki/w/Shirt_(yellow)", "equipment": { @@ -72716,10 +64745,7 @@ "cost": 625, "lowalch": 250, "highalch": 375, - "weight": 0.07, "buy_limit": 150, - "release_date": "2005-05-31", - "examine": "Tiny!", "wiki_name": "Shirt (lilac)", "wiki_url": "https://oldschool.runescape.wiki/w/Shirt_(lilac)", "equipment": { @@ -72754,10 +64780,7 @@ "cost": 550, "lowalch": 220, "highalch": 330, - "weight": 1, "buy_limit": 150, - "release_date": "2005-05-31", - "examine": "A pair of long dwarven trousers... long for dwarves, of course.", "wiki_name": "Trousers (brown)", "wiki_url": "https://oldschool.runescape.wiki/w/Trousers_(brown)", "equipment": { @@ -72792,10 +64815,7 @@ "cost": 700, "lowalch": 280, "highalch": 420, - "weight": 1, "buy_limit": 150, - "release_date": "2005-05-31", - "examine": "A pair of long dwarven trousers... long for dwarves, of course.", "wiki_name": "Trousers (lilac)", "wiki_url": "https://oldschool.runescape.wiki/w/Trousers_(lilac)", "equipment": { @@ -72830,10 +64850,7 @@ "cost": 750, "lowalch": 300, "highalch": 450, - "weight": 1, "buy_limit": 150, - "release_date": "2005-05-31", - "examine": "A pair of long dwarven trousers... long for dwarves, of course.", "wiki_name": "Trousers (blue)", "wiki_url": "https://oldschool.runescape.wiki/w/Trousers_(blue)", "equipment": { @@ -72868,10 +64885,7 @@ "cost": 280, "lowalch": 112, "highalch": 168, - "weight": 0.1, "buy_limit": 150, - "release_date": "2005-05-31", - "examine": "These look great, on dwarves!", "wiki_name": "Shorts (brown)", "wiki_url": "https://oldschool.runescape.wiki/w/Shorts_(brown)", "equipment": { @@ -72906,10 +64920,7 @@ "cost": 360, "lowalch": 144, "highalch": 216, - "weight": 0.1, "buy_limit": 150, - "release_date": "2005-05-31", - "examine": "Yellow shorts. Far too small for you.", "wiki_name": "Shorts (yellow)", "wiki_url": "https://oldschool.runescape.wiki/w/Shorts_(yellow)", "equipment": { @@ -72944,10 +64955,7 @@ "cost": 390, "lowalch": 156, "highalch": 234, - "weight": 0.1, "buy_limit": 150, - "release_date": "2005-05-31", - "examine": "Blue shorts, these would look great on dwarves!", "wiki_name": "Shorts (blue)", "wiki_url": "https://oldschool.runescape.wiki/w/Shorts_(blue)", "equipment": { @@ -72982,10 +64990,7 @@ "cost": 350, "lowalch": 140, "highalch": 210, - "weight": 0.08, "buy_limit": 150, - "release_date": "2005-05-31", - "examine": "A brown skirt. Size small!", "wiki_name": "Skirt (brown)", "wiki_url": "https://oldschool.runescape.wiki/w/Skirt_(brown)", "equipment": { @@ -73020,10 +65025,7 @@ "cost": 550, "lowalch": 220, "highalch": 330, - "weight": 0.08, "buy_limit": 150, - "release_date": "2005-05-31", - "examine": "Lilac skirt.", "wiki_name": "Skirt (lilac)", "wiki_url": "https://oldschool.runescape.wiki/w/Skirt_(lilac)", "equipment": { @@ -73058,10 +65060,7 @@ "cost": 625, "lowalch": 250, "highalch": 375, - "weight": 0.08, "buy_limit": 150, - "release_date": "2005-05-31", - "examine": "A blue skirt.", "wiki_name": "Skirt (blue)", "wiki_url": "https://oldschool.runescape.wiki/w/Skirt_(blue)", "equipment": { @@ -73092,9 +65091,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 10, - "release_date": "2005-05-31", - "examine": "Petit.", "wiki_name": "Dwarf (The Giant Dwarf)", "wiki_url": "https://oldschool.runescape.wiki/w/Dwarf_(The_Giant_Dwarf)", "price": 0 @@ -73106,9 +65102,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2, - "release_date": "2005-05-31", - "examine": "This looks very rusty and worn.", "wiki_name": "Dwarven battleaxe (Rusty)", "wiki_url": "https://oldschool.runescape.wiki/w/Dwarven_battleaxe#Rusty", "price": 0 @@ -73120,9 +65113,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2, - "release_date": "2005-05-31", - "examine": "This axe blade has been sharpened.", "wiki_name": "Dwarven battleaxe (Sharpened)", "wiki_url": "https://oldschool.runescape.wiki/w/Dwarven_battleaxe#Sharpened", "price": 0 @@ -73134,9 +65124,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2, - "release_date": "2005-05-31", - "examine": "Three sapphires have been crafted onto the hilt.", "wiki_name": "Dwarven battleaxe (Sapphires)", "wiki_url": "https://oldschool.runescape.wiki/w/Dwarven_battleaxe#Sapphires", "price": 0 @@ -73148,9 +65135,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2, - "release_date": "2005-05-31", - "examine": "This axe has a sharp blade and there are sapphires in the hilt.", "wiki_name": "Dwarven battleaxe (Repaired)", "wiki_url": "https://oldschool.runescape.wiki/w/Dwarven_battleaxe#Repaired", "price": 0 @@ -73162,9 +65146,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2, - "release_date": "2005-05-31", - "examine": "This battleaxe is in the process of having sapphires fitted onto it.", "wiki_name": "Dwarven battleaxe (animation item) (Rusty)", "wiki_url": "https://oldschool.runescape.wiki/w/Dwarven_battleaxe_(animation_item)#Rusty", "price": 0 @@ -73176,9 +65157,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2, - "release_date": "2005-05-31", - "examine": "This battleaxe is in the process of having sapphires fitted onto it.", "wiki_name": "Dwarven battleaxe (animation item) (Sharpened)", "wiki_url": "https://oldschool.runescape.wiki/w/Dwarven_battleaxe_(animation_item)#Sharpened", "price": 0 @@ -73190,9 +65168,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, - "release_date": "2005-05-31", - "examine": "One of a pair I assume.", "wiki_name": "Left boot", "wiki_url": "https://oldschool.runescape.wiki/w/Left_boot", "price": 0 @@ -73204,9 +65179,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, - "release_date": "2005-05-31", - "examine": "A good looking boot, for the right foot. Literally.", "wiki_name": "Right boot", "wiki_url": "https://oldschool.runescape.wiki/w/Right_boot", "price": 0 @@ -73218,9 +65190,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2005-05-31", - "examine": "A lovely pair of boots.", "wiki_name": "Exquisite boots", "wiki_url": "https://oldschool.runescape.wiki/w/Exquisite_boots", "price": 0 @@ -73232,9 +65201,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.08, - "release_date": "2005-05-31", - "examine": "An old library book. It bears the title 'Scholars Guide to Dwarven Costumes'.", "wiki_name": "Book on costumes", "wiki_url": "https://oldschool.runescape.wiki/w/Book_on_costumes", "price": 0 @@ -73246,9 +65212,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.002, - "release_date": "2005-05-31", - "examine": "These notes are from a meeting of the Keldagrim Consortium.", "wiki_name": "Meeting notes", "wiki_url": "https://oldschool.runescape.wiki/w/Meeting_notes", "price": 0 @@ -73260,9 +65223,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.05, - "release_date": "2005-05-31", - "examine": "Clothes for the sculptor's model.", "wiki_name": "Exquisite clothes", "wiki_url": "https://oldschool.runescape.wiki/w/Exquisite_clothes", "price": 0 @@ -73281,9 +65241,6 @@ "name": "Bird nest", "members": true, "cost": 453, - "weight": 0.002, - "release_date": "2005-06-06", - "examine": "It's a bird's nest with an egg in it.", "wiki_name": "Bird nest (egg) (Red egg)", "wiki_url": "https://oldschool.runescape.wiki/w/Bird_nest_(egg)#Red_egg", "price": 0 @@ -73293,9 +65250,6 @@ "name": "Bird nest", "members": true, "cost": 453, - "weight": 0.002, - "release_date": "2005-06-06", - "examine": "It's a bird's nest with an egg in it.", "wiki_name": "Bird nest (egg) (Green egg)", "wiki_url": "https://oldschool.runescape.wiki/w/Bird_nest_(egg)#Green_egg", "price": 0 @@ -73305,9 +65259,6 @@ "name": "Bird nest", "members": true, "cost": 453, - "weight": 0.002, - "release_date": "2005-06-06", - "examine": "It's a bird's nest with an egg in it.", "wiki_name": "Bird nest (egg) (Blue egg)", "wiki_url": "https://oldschool.runescape.wiki/w/Bird_nest_(egg)#Blue_egg", "price": 0 @@ -73319,9 +65270,6 @@ "cost": 453, "lowalch": 181, "highalch": 271, - "weight": 0.002, - "release_date": "2005-06-06", - "examine": "It's a bird's nest with some seeds in it.", "wiki_name": "Bird nest (seeds, 2005-2019)", "wiki_url": "https://oldschool.runescape.wiki/w/Bird_nest_(seeds,_2005-2019)", "price": 0 @@ -73333,9 +65281,6 @@ "cost": 453, "lowalch": 181, "highalch": 271, - "weight": 0.002, - "release_date": "2005-06-06", - "examine": "It's a bird's nest with a ring in it.", "wiki_name": "Bird nest (ring)", "wiki_url": "https://oldschool.runescape.wiki/w/Bird_nest_(ring)", "price": 0 @@ -73350,10 +65295,7 @@ "cost": 453, "lowalch": 181, "highalch": 271, - "weight": 0.002, "buy_limit": 11000, - "release_date": "2005-06-06", - "examine": "It's an empty bird's nest.", "wiki_name": "Bird nest (empty)", "wiki_url": "https://oldschool.runescape.wiki/w/Bird_nest_(empty)", "price": 7751 @@ -73365,9 +65307,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.002, - "release_date": "2005-06-06", - "examine": "A red bird's egg.", "wiki_name": "Bird's egg (Red)", "wiki_url": "https://oldschool.runescape.wiki/w/Bird's_egg#Red", "price": 0 @@ -73379,9 +65318,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.002, - "release_date": "2005-06-06", - "examine": "A blue bird's egg.", "wiki_name": "Bird's egg (Blue)", "wiki_url": "https://oldschool.runescape.wiki/w/Bird's_egg#Blue", "price": 0 @@ -73393,9 +65329,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.002, - "release_date": "2005-06-06", - "examine": "A green bird's egg.", "wiki_name": "Bird's egg (Green)", "wiki_url": "https://oldschool.runescape.wiki/w/Bird's_egg#Green", "price": 0 @@ -73447,8 +65380,6 @@ "lowalch": 0, "highalch": 1, "buy_limit": 600, - "release_date": "2005-06-06", - "examine": "A marigold seed - plant in a flower patch.", "wiki_name": "Marigold seed", "wiki_url": "https://oldschool.runescape.wiki/w/Marigold_seed", "price": 1 @@ -73464,8 +65395,6 @@ "lowalch": 1, "highalch": 2, "buy_limit": 600, - "release_date": "2005-06-06", - "examine": "A rosemary seed - plant in a flower patch.", "wiki_name": "Rosemary seed", "wiki_url": "https://oldschool.runescape.wiki/w/Rosemary_seed", "price": 13 @@ -73481,8 +65410,6 @@ "lowalch": 4, "highalch": 6, "buy_limit": 200, - "release_date": "2005-06-06", - "examine": "A nasturtium seed - plant in a flower patch.", "wiki_name": "Nasturtium seed", "wiki_url": "https://oldschool.runescape.wiki/w/Nasturtium_seed", "price": 10 @@ -73498,8 +65425,6 @@ "lowalch": 4, "highalch": 6, "buy_limit": 600, - "release_date": "2005-06-06", - "examine": "A woad seed - plant in a flower patch.", "wiki_name": "Woad seed", "wiki_url": "https://oldschool.runescape.wiki/w/Woad_seed", "price": 9 @@ -73515,8 +65440,6 @@ "lowalch": 4, "highalch": 7, "buy_limit": 600, - "release_date": "2005-06-06", - "examine": "A limpwurt seed - plant in a flower patch.", "wiki_name": "Limpwurt seed", "wiki_url": "https://oldschool.runescape.wiki/w/Limpwurt_seed", "price": 4 @@ -73532,8 +65455,6 @@ "lowalch": 1, "highalch": 2, "buy_limit": 600, - "release_date": "2005-06-06", - "examine": "A redberry bush seed - plant in a bush patch.", "wiki_name": "Redberry seed", "wiki_url": "https://oldschool.runescape.wiki/w/Redberry_seed", "price": 7 @@ -73549,8 +65470,6 @@ "lowalch": 3, "highalch": 5, "buy_limit": 600, - "release_date": "2005-06-06", - "examine": "A cadavaberry bush seed - plant in a bush patch.", "wiki_name": "Cadavaberry seed", "wiki_url": "https://oldschool.runescape.wiki/w/Cadavaberry_seed", "price": 7 @@ -73566,8 +65485,6 @@ "lowalch": 10, "highalch": 15, "buy_limit": 600, - "release_date": "2005-06-06", - "examine": "A dwellberry bush seed - plant in a bush patch.", "wiki_name": "Dwellberry seed", "wiki_url": "https://oldschool.runescape.wiki/w/Dwellberry_seed", "price": 0 @@ -73583,8 +65500,6 @@ "lowalch": 24, "highalch": 36, "buy_limit": 200, - "release_date": "2005-06-06", - "examine": "A jangerberry bush seed - plant in a bush patch.", "wiki_name": "Jangerberry seed", "wiki_url": "https://oldschool.runescape.wiki/w/Jangerberry_seed", "price": 1 @@ -73600,8 +65515,6 @@ "lowalch": 53, "highalch": 79, "buy_limit": 200, - "release_date": "2005-06-06", - "examine": "A whiteberry bush seed - plant in a bush patch.", "wiki_name": "Whiteberry seed", "wiki_url": "https://oldschool.runescape.wiki/w/Whiteberry_seed", "price": 12 @@ -73617,8 +65530,6 @@ "lowalch": 66, "highalch": 99, "buy_limit": 200, - "release_date": "2005-06-06", - "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": 6 @@ -73643,8 +65554,6 @@ "lowalch": 39, "highalch": 59, "buy_limit": 200, - "release_date": "2005-06-06", - "examine": "A Cactus seed - plant in a cactus patch.", "wiki_name": "Cactus seed", "wiki_url": "https://oldschool.runescape.wiki/w/Cactus_seed", "price": 25 @@ -73660,8 +65569,6 @@ "lowalch": 70, "highalch": 106, "buy_limit": 200, - "release_date": "2005-06-06", - "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": 65 @@ -73677,8 +65584,6 @@ "lowalch": 34, "highalch": 51, "buy_limit": 200, - "release_date": "2005-06-06", - "examine": "A Bittercap mushroom spore - plant in a mushroom patch.", "wiki_name": "Mushroom spore", "wiki_url": "https://oldschool.runescape.wiki/w/Mushroom_spore", "price": 15 @@ -73694,8 +65599,6 @@ "lowalch": 5, "highalch": 7, "buy_limit": 200, - "release_date": "2005-06-06", - "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": 28 @@ -73711,8 +65614,6 @@ "lowalch": 8, "highalch": 12, "buy_limit": 200, - "release_date": "2005-06-06", - "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": 9 @@ -73728,8 +65629,6 @@ "lowalch": 12, "highalch": 18, "buy_limit": 200, - "release_date": "2005-06-06", - "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": 15 @@ -73745,8 +65644,6 @@ "lowalch": 15, "highalch": 23, "buy_limit": 200, - "release_date": "2005-06-06", - "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": 17 @@ -73762,8 +65659,6 @@ "lowalch": 29, "highalch": 44, "buy_limit": 200, - "release_date": "2005-06-06", - "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": 58 @@ -73779,8 +65674,6 @@ "lowalch": 46, "highalch": 69, "buy_limit": 200, - "release_date": "2005-06-06", - "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": 300 @@ -73796,8 +65689,6 @@ "lowalch": 101, "highalch": 152, "buy_limit": 200, - "release_date": "2005-06-06", - "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": 17920 @@ -73813,8 +65704,6 @@ "lowalch": 136, "highalch": 204, "buy_limit": 200, - "release_date": "2005-06-06", - "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": 36 @@ -73830,8 +65719,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 600, - "release_date": "2005-06-06", - "examine": "A guam seed - plant in a herb patch.", "wiki_name": "Guam seed", "wiki_url": "https://oldschool.runescape.wiki/w/Guam_seed", "price": 28 @@ -73847,8 +65734,6 @@ "lowalch": 0, "highalch": 1, "buy_limit": 600, - "release_date": "2005-06-06", - "examine": "A marrentill seed - plant in a herb patch.", "wiki_name": "Marrentill seed", "wiki_url": "https://oldschool.runescape.wiki/w/Marrentill_seed", "price": 3 @@ -73864,8 +65749,6 @@ "lowalch": 1, "highalch": 1, "buy_limit": 600, - "release_date": "2005-06-06", - "examine": "A tarromin seed - plant in a herb patch.", "wiki_name": "Tarromin seed", "wiki_url": "https://oldschool.runescape.wiki/w/Tarromin_seed", "price": 18 @@ -73881,8 +65764,6 @@ "lowalch": 1, "highalch": 2, "buy_limit": 600, - "release_date": "2005-06-06", - "examine": "A harralander seed - plant in a herb patch.", "wiki_name": "Harralander seed", "wiki_url": "https://oldschool.runescape.wiki/w/Harralander_seed", "price": 7 @@ -73898,8 +65779,6 @@ "lowalch": 20, "highalch": 30, "buy_limit": 200, - "release_date": "2005-06-06", - "examine": "A ranarr seed - plant in a herb patch.", "wiki_name": "Ranarr seed", "wiki_url": "https://oldschool.runescape.wiki/w/Ranarr_seed", "price": 23262 @@ -73915,8 +65794,6 @@ "lowalch": 4, "highalch": 6, "buy_limit": 600, - "release_date": "2005-06-06", - "examine": "A toadflax seed - plant in a herb patch.", "wiki_name": "Toadflax seed", "wiki_url": "https://oldschool.runescape.wiki/w/Toadflax_seed", "price": 535 @@ -73932,8 +65809,6 @@ "lowalch": 2, "highalch": 3, "buy_limit": 600, - "release_date": "2005-06-06", - "examine": "An irit seed - plant in a herb patch.", "wiki_name": "Irit seed", "wiki_url": "https://oldschool.runescape.wiki/w/Irit_seed", "price": 103 @@ -73949,8 +65824,6 @@ "lowalch": 3, "highalch": 4, "buy_limit": 200, - "release_date": "2005-06-06", - "examine": "An avantoe seed - plant in a herb patch.", "wiki_name": "Avantoe seed", "wiki_url": "https://oldschool.runescape.wiki/w/Avantoe_seed", "price": 2579 @@ -73966,8 +65839,6 @@ "lowalch": 4, "highalch": 6, "buy_limit": 200, - "release_date": "2005-06-06", - "examine": "A kwuarm seed - plant in a herb patch.", "wiki_name": "Kwuarm seed", "wiki_url": "https://oldschool.runescape.wiki/w/Kwuarm_seed", "price": 1693 @@ -73983,8 +65854,6 @@ "lowalch": 24, "highalch": 36, "buy_limit": 200, - "release_date": "2005-06-06", - "examine": "A snapdragon seed - plant in a herb patch.", "wiki_name": "Snapdragon seed", "wiki_url": "https://oldschool.runescape.wiki/w/Snapdragon_seed", "price": 35074 @@ -74000,8 +65869,6 @@ "lowalch": 2, "highalch": 4, "buy_limit": 200, - "release_date": "2005-06-06", - "examine": "A cadantine seed - plant in a herb patch.", "wiki_name": "Cadantine seed", "wiki_url": "https://oldschool.runescape.wiki/w/Cadantine_seed", "price": 8397 @@ -74017,8 +65884,6 @@ "lowalch": 3, "highalch": 5, "buy_limit": 200, - "release_date": "2005-06-06", - "examine": "A lantadyme seed - plant in a herb patch.", "wiki_name": "Lantadyme seed", "wiki_url": "https://oldschool.runescape.wiki/w/Lantadyme_seed", "price": 336 @@ -74034,8 +65899,6 @@ "lowalch": 2, "highalch": 3, "buy_limit": 200, - "release_date": "2005-06-06", - "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": 685 @@ -74051,8 +65914,6 @@ "lowalch": 28, "highalch": 42, "buy_limit": 200, - "release_date": "2005-06-06", - "examine": "A torstol seed - plant in a herb patch.", "wiki_name": "Torstol seed", "wiki_url": "https://oldschool.runescape.wiki/w/Torstol_seed", "price": 7052 @@ -74068,8 +65929,6 @@ "lowalch": 0, "highalch": 1, "buy_limit": 2000, - "release_date": "2005-06-06", - "examine": "A barley seed - plant in a hops patch.", "wiki_name": "Barley seed", "wiki_url": "https://oldschool.runescape.wiki/w/Barley_seed", "price": 3 @@ -74085,8 +65944,6 @@ "lowalch": 2, "highalch": 3, "buy_limit": 2000, - "release_date": "2005-06-06", - "examine": "A jute plant seed - plant in a hops patch.", "wiki_name": "Jute seed", "wiki_url": "https://oldschool.runescape.wiki/w/Jute_seed", "price": 2 @@ -74102,8 +65959,6 @@ "lowalch": 0, "highalch": 1, "buy_limit": 2000, - "release_date": "2005-06-06", - "examine": "A Hammerstone hop seed - plant in a hops patch.", "wiki_name": "Hammerstone seed", "wiki_url": "https://oldschool.runescape.wiki/w/Hammerstone_seed", "price": 1 @@ -74119,8 +65974,6 @@ "lowalch": 1, "highalch": 1, "buy_limit": 2000, - "release_date": "2005-06-06", - "examine": "An Asgarnian hop seed - plant in a hops patch.", "wiki_name": "Asgarnian seed", "wiki_url": "https://oldschool.runescape.wiki/w/Asgarnian_seed", "price": 2 @@ -74136,8 +65989,6 @@ "lowalch": 2, "highalch": 3, "buy_limit": 2000, - "release_date": "2005-06-06", - "examine": "A Yanillian hop seed - plant in a hops patch.", "wiki_name": "Yanillian seed", "wiki_url": "https://oldschool.runescape.wiki/w/Yanillian_seed", "price": 2 @@ -74153,8 +66004,6 @@ "lowalch": 3, "highalch": 4, "buy_limit": 2000, - "release_date": "2005-06-06", - "examine": "A Krandorian hop seed - plant in a hops patch.", "wiki_name": "Krandorian seed", "wiki_url": "https://oldschool.runescape.wiki/w/Krandorian_seed", "price": 9 @@ -74170,8 +66019,6 @@ "lowalch": 5, "highalch": 8, "buy_limit": 2000, - "release_date": "2005-06-06", - "examine": "A Wildblood hop seed - plant in a hops patch.", "wiki_name": "Wildblood seed", "wiki_url": "https://oldschool.runescape.wiki/w/Wildblood_seed", "price": 7 @@ -74187,8 +66034,6 @@ "lowalch": 2, "highalch": 3, "buy_limit": 200, - "release_date": "2005-06-06", - "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 @@ -74204,8 +66049,6 @@ "lowalch": 6, "highalch": 9, "buy_limit": 200, - "release_date": "2005-06-06", - "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": 49 @@ -74221,8 +66064,6 @@ "lowalch": 19, "highalch": 28, "buy_limit": 200, - "release_date": "2005-06-06", - "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": 3963 @@ -74238,8 +66079,6 @@ "lowalch": 57, "highalch": 85, "buy_limit": 200, - "release_date": "2005-06-06", - "examine": "Plant this in a plantpot of soil to grow a sapling.", "wiki_name": "Yew seed", "wiki_url": "https://oldschool.runescape.wiki/w/Yew_seed", "price": 23987 @@ -74255,8 +66094,6 @@ "lowalch": 168, "highalch": 253, "buy_limit": 200, - "release_date": "2005-06-06", - "examine": "Plant this in a plantpot of soil to grow a sapling.", "wiki_name": "Magic seed", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_seed", "price": 74273 @@ -74269,8 +66106,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2005-06-06", - "examine": "Plant this in a plantpot of soil to grow a sapling.", "wiki_name": "Spirit seed", "wiki_url": "https://oldschool.runescape.wiki/w/Spirit_seed", "price": 0 @@ -74286,8 +66121,6 @@ "lowalch": 0, "highalch": 1, "buy_limit": 600, - "release_date": "2005-06-06", - "examine": "A potato seed - plant in an allotment.", "wiki_name": "Potato seed", "wiki_url": "https://oldschool.runescape.wiki/w/Potato_seed", "price": 2 @@ -74303,8 +66136,6 @@ "lowalch": 1, "highalch": 1, "buy_limit": 600, - "release_date": "2005-06-06", - "examine": "An onion seed - plant in an allotment.", "wiki_name": "Onion seed", "wiki_url": "https://oldschool.runescape.wiki/w/Onion_seed", "price": 1 @@ -74320,8 +66151,6 @@ "lowalch": 3, "highalch": 4, "buy_limit": 600, - "release_date": "2005-06-06", - "examine": "A sweetcorn seed - plant in an allotment.", "wiki_name": "Sweetcorn seed", "wiki_url": "https://oldschool.runescape.wiki/w/Sweetcorn_seed", "price": 1 @@ -74337,8 +66166,6 @@ "lowalch": 22, "highalch": 33, "buy_limit": 200, - "release_date": "2005-06-06", - "examine": "A watermelon seed - plant in an allotment.", "wiki_name": "Watermelon seed", "wiki_url": "https://oldschool.runescape.wiki/w/Watermelon_seed", "price": 1 @@ -74354,8 +66181,6 @@ "lowalch": 1, "highalch": 2, "buy_limit": 600, - "release_date": "2005-06-06", - "examine": "A tomato seed - plant in an allotment.", "wiki_name": "Tomato seed", "wiki_url": "https://oldschool.runescape.wiki/w/Tomato_seed", "price": 1 @@ -74371,8 +66196,6 @@ "lowalch": 7, "highalch": 10, "buy_limit": 600, - "release_date": "2005-06-06", - "examine": "A strawberry seed - plant in an allotment.", "wiki_name": "Strawberry seed", "wiki_url": "https://oldschool.runescape.wiki/w/Strawberry_seed", "price": 11 @@ -74388,8 +66211,6 @@ "lowalch": 1, "highalch": 1, "buy_limit": 600, - "release_date": "2005-06-06", - "examine": "A cabbage seed - plant in an allotment.", "wiki_name": "Cabbage seed", "wiki_url": "https://oldschool.runescape.wiki/w/Cabbage_seed", "price": 1 @@ -74404,10 +66225,7 @@ "cost": 12, "lowalch": 4, "highalch": 7, - "weight": 0.056, "buy_limit": 40, - "release_date": "2005-07-11", - "examine": "Not suitable for archaeological digs.", "wiki_name": "Gardening trowel", "wiki_url": "https://oldschool.runescape.wiki/w/Gardening_trowel", "price": 145 @@ -74418,9 +66236,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2005-07-11", - "examine": "I need to attach this to its head.", "wiki_name": "Spade handle", "wiki_url": "https://oldschool.runescape.wiki/w/Spade_handle", "price": 0 @@ -74431,9 +66246,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2005-07-11", - "examine": "I need to attach this to its handle.", "wiki_name": "Spade head", "wiki_url": "https://oldschool.runescape.wiki/w/Spade_head", "price": 0 @@ -74448,10 +66260,7 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.453, "buy_limit": 40, - "release_date": "2005-06-06", - "examine": "Good for pruning away diseased leaves.", "wiki_name": "Secateurs", "wiki_url": "https://oldschool.runescape.wiki/w/Secateurs", "price": 1 @@ -74466,10 +66275,7 @@ "cost": 8, "lowalch": 3, "highalch": 4, - "weight": 0.1, "buy_limit": 40, - "release_date": "2005-06-06", - "examine": "This watering can is empty.", "wiki_name": "Watering can (Empty)", "wiki_url": "https://oldschool.runescape.wiki/w/Watering_can#Empty", "price": 129 @@ -74481,9 +66287,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.2, - "release_date": "2005-06-06", - "examine": "This watering can is almost empty.", "wiki_name": "Watering can (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Watering_can#(1)", "price": 0 @@ -74495,9 +66298,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2005-06-06", - "examine": "This watering can is three-quarters empty.", "wiki_name": "Watering can (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Watering_can#(2)", "price": 0 @@ -74509,9 +66309,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.4, - "release_date": "2005-06-06", - "examine": "This watering can is just under half-full.", "wiki_name": "Watering can (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Watering_can#(3)", "price": 0 @@ -74523,9 +66320,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, - "release_date": "2005-06-06", - "examine": "Some would say this watering can is half-full, others half-empty.", "wiki_name": "Watering can (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Watering_can#(4)", "price": 0 @@ -74537,9 +66331,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.6, - "release_date": "2005-06-06", - "examine": "This watering can is just over half-full.", "wiki_name": "Watering can (5)", "wiki_url": "https://oldschool.runescape.wiki/w/Watering_can#(5)", "price": 0 @@ -74551,9 +66342,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.7, - "release_date": "2005-06-06", - "examine": "This watering can is three quarters full.", "wiki_name": "Watering can (6)", "wiki_url": "https://oldschool.runescape.wiki/w/Watering_can#(6)", "price": 0 @@ -74565,9 +66353,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.8, - "release_date": "2005-06-06", - "examine": "This watering can is almost completely full.", "wiki_name": "Watering can (7)", "wiki_url": "https://oldschool.runescape.wiki/w/Watering_can#(7)", "price": 0 @@ -74579,9 +66364,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.9, - "release_date": "2005-06-06", - "examine": "This watering can is completely full.", "wiki_name": "Watering can (8)", "wiki_url": "https://oldschool.runescape.wiki/w/Watering_can#(8)", "price": 0 @@ -74596,10 +66378,7 @@ "cost": 6, "lowalch": 2, "highalch": 3, - "weight": 1.36, "buy_limit": 40, - "release_date": "2005-06-06", - "examine": "Use this to clear weeds.", "wiki_name": "Rake", "wiki_url": "https://oldschool.runescape.wiki/w/Rake", "price": 2 @@ -74614,10 +66393,7 @@ "cost": 6, "lowalch": 2, "highalch": 3, - "weight": 0.002, "buy_limit": 40, - "release_date": "2005-06-06", - "examine": "Use this to plant seeds with.", "wiki_name": "Seed dibber", "wiki_url": "https://oldschool.runescape.wiki/w/Seed_dibber", "price": 2 @@ -74634,10 +66410,7 @@ "cost": 25, "lowalch": 10, "highalch": 15, - "weight": 0.34, "buy_limit": 150, - "release_date": "2005-06-06", - "examine": "A pair of gardening boots.", "wiki_name": "Gardening boots", "wiki_url": "https://oldschool.runescape.wiki/w/Gardening_boots", "equipment": { @@ -74665,9 +66438,6 @@ "name": "Rake handle", "members": true, "cost": 1, - "weight": 0.453, - "release_date": "2005-07-11", - "examine": "I need to reattach this to its head.", "wiki_name": "Rake handle", "wiki_url": "https://oldschool.runescape.wiki/w/Rake_handle", "price": 0 @@ -74679,9 +66449,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2005-07-11", - "examine": "I need to reattach this to its handle.", "wiki_name": "Rake head", "wiki_url": "https://oldschool.runescape.wiki/w/Rake_head", "price": 0 @@ -74705,10 +66472,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, "buy_limit": 10000, - "release_date": "2005-07-11", - "examine": "An empty plant pot.", "wiki_name": "Empty plant pot", "wiki_url": "https://oldschool.runescape.wiki/w/Empty_plant_pot", "price": 30 @@ -74723,10 +66487,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, "buy_limit": 10000, - "release_date": "2005-07-11", - "examine": "An unfired plant pot.", "wiki_name": "Unfired plant pot", "wiki_url": "https://oldschool.runescape.wiki/w/Unfired_plant_pot", "price": 69 @@ -74741,10 +66502,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, "buy_limit": 2000, - "release_date": "2005-07-11", - "examine": "A plant pot filled with soil.", "wiki_name": "Filled plant pot", "wiki_url": "https://oldschool.runescape.wiki/w/Filled_plant_pot", "price": 3 @@ -74758,9 +66516,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2005-06-06", - "examine": "A plant pot filled with soil.", "wiki_name": "Plant pot (unobtainable item)", "wiki_url": "https://oldschool.runescape.wiki/w/Plant_pot_(unobtainable_item)", "price": 0 @@ -74772,9 +66527,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2005-07-11", - "examine": "An acorn has been sown in this plant pot.", "wiki_name": "Oak seedling (Unwatered)", "wiki_url": "https://oldschool.runescape.wiki/w/Oak_seedling#Unwatered", "price": 0 @@ -74786,9 +66538,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2005-07-11", - "examine": "A willow tree seed has been sown in this plant pot.", "wiki_name": "Willow seedling (Unwatered)", "wiki_url": "https://oldschool.runescape.wiki/w/Willow_seedling#Unwatered", "price": 0 @@ -74800,9 +66549,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2005-07-11", - "examine": "A maple tree seed has been sown in this plant pot.", "wiki_name": "Maple seedling (Unwatered)", "wiki_url": "https://oldschool.runescape.wiki/w/Maple_seedling#Unwatered", "price": 0 @@ -74814,9 +66560,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2005-07-11", - "examine": "A yew tree seed has been sown in this plant pot.", "wiki_name": "Yew seedling (Unwatered)", "wiki_url": "https://oldschool.runescape.wiki/w/Yew_seedling#Unwatered", "price": 0 @@ -74828,9 +66571,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2005-07-11", - "examine": "A magic tree seed has been sown in this plant pot.", "wiki_name": "Magic seedling (Unwatered)", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_seedling#Unwatered", "price": 0 @@ -74842,9 +66582,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2005-07-11", - "examine": "A spirit tree seed has been sown in this plant pot.", "wiki_name": "Spirit seedling (Unwatered)", "wiki_url": "https://oldschool.runescape.wiki/w/Spirit_seedling#Unwatered", "price": 0 @@ -74856,9 +66593,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2005-07-11", - "examine": "An acorn has been sown and watered in this plant pot.", "wiki_name": "Oak seedling (Watered)", "wiki_url": "https://oldschool.runescape.wiki/w/Oak_seedling#Watered", "price": 0 @@ -74870,9 +66604,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2005-07-11", - "examine": "A willow tree seed has been sown and watered in this plant pot.", "wiki_name": "Willow seedling (Watered)", "wiki_url": "https://oldschool.runescape.wiki/w/Willow_seedling#Watered", "price": 0 @@ -74884,9 +66615,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2005-07-11", - "examine": "A maple tree seed has been sown and watered in this plant pot.", "wiki_name": "Maple seedling (Watered)", "wiki_url": "https://oldschool.runescape.wiki/w/Maple_seedling#Watered", "price": 0 @@ -74898,9 +66626,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2005-07-11", - "examine": "A yew tree seed has been sown and watered in this plant pot.", "wiki_name": "Yew seedling (Watered)", "wiki_url": "https://oldschool.runescape.wiki/w/Yew_seedling#Watered", "price": 0 @@ -74912,9 +66637,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2005-07-11", - "examine": "A magic tree seed has been sown and watered in this plant pot.", "wiki_name": "Magic seedling (Watered)", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_seedling#Watered", "price": 0 @@ -74926,9 +66648,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2005-07-11", - "examine": "A spirit tree seed has been sown and watered in this plant pot.", "wiki_name": "Spirit seedling (Watered)", "wiki_url": "https://oldschool.runescape.wiki/w/Spirit_seedling#Watered", "price": 0 @@ -74943,10 +66662,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, "buy_limit": 200, - "release_date": "2005-07-11", - "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": 399 @@ -74961,10 +66677,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, "buy_limit": 200, - "release_date": "2005-07-11", - "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": 350 @@ -74979,10 +66692,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, "buy_limit": 200, - "release_date": "2005-07-11", - "examine": "This sapling is ready to be replanted in a tree patch.", "wiki_name": "Maple sapling", "wiki_url": "https://oldschool.runescape.wiki/w/Maple_sapling", "price": 5614 @@ -74997,10 +66707,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, "buy_limit": 200, - "release_date": "2005-07-11", - "examine": "This sapling is ready to be replanted in a tree patch.", "wiki_name": "Yew sapling", "wiki_url": "https://oldschool.runescape.wiki/w/Yew_sapling", "price": 24420 @@ -75015,10 +66722,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, "buy_limit": 100, - "release_date": "2005-07-11", - "examine": "This sapling is ready to be replanted in a tree patch.", "wiki_name": "Magic sapling", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_sapling", "price": 76808 @@ -75030,9 +66734,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2005-07-11", - "examine": "This sapling is ready to be replanted in a Spirit patch.", "wiki_name": "Spirit sapling", "wiki_url": "https://oldschool.runescape.wiki/w/Spirit_sapling", "price": 0 @@ -75047,10 +66748,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, "buy_limit": 10000, - "release_date": "2005-07-11", - "examine": "An empty fruit basket.", "wiki_name": "Basket", "wiki_url": "https://oldschool.runescape.wiki/w/Basket", "price": 5 @@ -75064,9 +66762,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.056, - "release_date": "2005-07-11", - "examine": "A fruit basket filled with apples.", "wiki_name": "Apples (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Apples#(1)", "price": 0 @@ -75080,9 +66775,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.085, - "release_date": "2005-07-11", - "examine": "A fruit basket filled with apples.", "wiki_name": "Apples (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Apples#(2)", "price": 0 @@ -75096,9 +66788,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.113, - "release_date": "2005-07-11", - "examine": "A fruit basket filled with apples.", "wiki_name": "Apples (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Apples#(3)", "price": 0 @@ -75112,9 +66801,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.141, - "release_date": "2005-07-11", - "examine": "A fruit basket filled with apples.", "wiki_name": "Apples (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Apples#(4)", "price": 0 @@ -75129,10 +66815,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.17, "buy_limit": 600, - "release_date": "2005-07-11", - "examine": "A fruit basket filled with apples.", "wiki_name": "Apples (5)", "wiki_url": "https://oldschool.runescape.wiki/w/Apples#(5)", "price": 589 @@ -75146,9 +66829,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.056, - "release_date": "2005-07-11", - "examine": "A fruit basket filled with oranges.", "wiki_name": "Oranges (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Oranges#(1)", "price": 0 @@ -75162,9 +66842,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.085, - "release_date": "2005-07-11", - "examine": "A fruit basket filled with oranges.", "wiki_name": "Oranges (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Oranges#(2)", "price": 0 @@ -75178,9 +66855,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.113, - "release_date": "2005-07-11", - "examine": "A fruit basket filled with oranges.", "wiki_name": "Oranges (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Oranges#(3)", "price": 0 @@ -75194,9 +66868,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.141, - "release_date": "2005-07-11", - "examine": "A fruit basket filled with oranges.", "wiki_name": "Oranges (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Oranges#(4)", "price": 0 @@ -75211,10 +66882,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.17, "buy_limit": 600, - "release_date": "2005-07-11", - "examine": "A fruit basket filled with oranges.", "wiki_name": "Oranges (5)", "wiki_url": "https://oldschool.runescape.wiki/w/Oranges#(5)", "price": 931 @@ -75228,9 +66896,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.056, - "release_date": "2005-07-11", - "examine": "A fruit basket filled with strawberries.", "wiki_name": "Strawberries (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Strawberries#(1)", "price": 0 @@ -75244,9 +66909,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.085, - "release_date": "2005-07-11", - "examine": "A fruit basket filled with strawberries.", "wiki_name": "Strawberries (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Strawberries#(2)", "price": 0 @@ -75260,9 +66922,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.113, - "release_date": "2005-07-11", - "examine": "A fruit basket filled with strawberries.", "wiki_name": "Strawberries (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Strawberries#(3)", "price": 0 @@ -75276,9 +66935,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.141, - "release_date": "2005-07-11", - "examine": "A fruit basket filled with strawberries.", "wiki_name": "Strawberries (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Strawberries#(4)", "price": 0 @@ -75293,10 +66949,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.17, "buy_limit": 200, - "release_date": "2005-07-11", - "examine": "A fruit basket filled with strawberries.", "wiki_name": "Strawberries (5)", "wiki_url": "https://oldschool.runescape.wiki/w/Strawberries#(5)", "price": 748 @@ -75310,9 +66963,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.056, - "release_date": "2005-07-11", - "examine": "A fruit basket filled with bananas.", "wiki_name": "Bananas (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Bananas#(1)", "price": 0 @@ -75326,9 +66976,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.085, - "release_date": "2005-07-11", - "examine": "A fruit basket filled with bananas.", "wiki_name": "Bananas (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Bananas#(2)", "price": 0 @@ -75342,9 +66989,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.113, - "release_date": "2005-07-11", - "examine": "A fruit basket filled with bananas.", "wiki_name": "Bananas (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Bananas#(3)", "price": 0 @@ -75358,9 +67002,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.141, - "release_date": "2005-07-11", - "examine": "A fruit basket filled with bananas.", "wiki_name": "Bananas (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Bananas#(4)", "price": 0 @@ -75375,10 +67016,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.17, "buy_limit": 600, - "release_date": "2005-07-11", - "examine": "A fruit basket filled with bananas.", "wiki_name": "Bananas (5)", "wiki_url": "https://oldschool.runescape.wiki/w/Bananas#(5)", "price": 579 @@ -75393,10 +67031,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, "buy_limit": 10000, - "release_date": "2005-07-11", - "examine": "An empty vegetable sack.", "wiki_name": "Empty sack", "wiki_url": "https://oldschool.runescape.wiki/w/Empty_sack", "price": 2 @@ -75410,9 +67045,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2005-07-11", - "examine": "There is 1 potato in this sack.", "wiki_name": "Potatoes (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Potatoes#1", "price": 0 @@ -75426,9 +67058,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2005-07-11", - "examine": "There are 2 potatoes in this sack.", "wiki_name": "Potatoes (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Potatoes#2", "price": 0 @@ -75442,9 +67071,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2005-07-11", - "examine": "There are 3 potatoes in this sack.", "wiki_name": "Potatoes (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Potatoes#3", "price": 0 @@ -75458,9 +67084,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2005-07-11", - "examine": "There are 4 potatoes in this sack.", "wiki_name": "Potatoes (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Potatoes#4", "price": 0 @@ -75474,9 +67097,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.721, - "release_date": "2005-07-11", - "examine": "There are 5 potatoes in this sack.", "wiki_name": "Potatoes (5)", "wiki_url": "https://oldschool.runescape.wiki/w/Potatoes#5", "price": 0 @@ -75490,9 +67110,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 3.175, - "release_date": "2005-07-11", - "examine": "There are 6 potatoes in this sack.", "wiki_name": "Potatoes (6)", "wiki_url": "https://oldschool.runescape.wiki/w/Potatoes#6", "price": 0 @@ -75506,9 +67123,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 3.628, - "release_date": "2005-07-11", - "examine": "There are 7 potatoes in this sack.", "wiki_name": "Potatoes (7)", "wiki_url": "https://oldschool.runescape.wiki/w/Potatoes#7", "price": 0 @@ -75522,9 +67136,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 4.082, - "release_date": "2005-07-11", - "examine": "There are 8 potatoes in this sack.", "wiki_name": "Potatoes (8)", "wiki_url": "https://oldschool.runescape.wiki/w/Potatoes#8", "price": 0 @@ -75538,9 +67149,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 4.535, - "release_date": "2005-07-11", - "examine": "There are 9 potatoes in this sack.", "wiki_name": "Potatoes (9)", "wiki_url": "https://oldschool.runescape.wiki/w/Potatoes#9", "price": 0 @@ -75555,10 +67163,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 4.989, "buy_limit": 600, - "release_date": "2005-07-11", - "examine": "There are 10 potatoes in this sack.", "wiki_name": "Potatoes (10)", "wiki_url": "https://oldschool.runescape.wiki/w/Potatoes#10", "price": 2206 @@ -75572,9 +67177,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2005-07-11", - "examine": "There is 1 onion in this sack.", "wiki_name": "Onions (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Onions#1", "price": 0 @@ -75588,9 +67190,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2005-07-11", - "examine": "There are 2 onions in this sack.", "wiki_name": "Onions (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Onions#2", "price": 0 @@ -75604,9 +67203,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2005-07-11", - "examine": "There are 3 onions in this sack.", "wiki_name": "Onions (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Onions#3", "price": 0 @@ -75620,9 +67216,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2005-07-11", - "examine": "There are 4 onions in this sack.", "wiki_name": "Onions (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Onions#4", "price": 0 @@ -75636,9 +67229,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.721, - "release_date": "2005-07-11", - "examine": "There are 5 onions in this sack.", "wiki_name": "Onions (5)", "wiki_url": "https://oldschool.runescape.wiki/w/Onions#5", "price": 0 @@ -75652,9 +67242,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 3.175, - "release_date": "2005-07-11", - "examine": "There are 6 onions in this sack.", "wiki_name": "Onions (6)", "wiki_url": "https://oldschool.runescape.wiki/w/Onions#6", "price": 0 @@ -75668,9 +67255,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 3.628, - "release_date": "2005-07-11", - "examine": "There are 7 onions in this sack.", "wiki_name": "Onions (7)", "wiki_url": "https://oldschool.runescape.wiki/w/Onions#7", "price": 0 @@ -75684,9 +67268,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 4.082, - "release_date": "2005-07-11", - "examine": "There are 8 onions in this sack.", "wiki_name": "Onions (8)", "wiki_url": "https://oldschool.runescape.wiki/w/Onions#8", "price": 0 @@ -75700,9 +67281,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 4.535, - "release_date": "2005-07-11", - "examine": "There are 9 onions in this sack.", "wiki_name": "Onions (9)", "wiki_url": "https://oldschool.runescape.wiki/w/Onions#9", "price": 0 @@ -75717,10 +67295,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 4.989, "buy_limit": 600, - "release_date": "2005-07-11", - "examine": "There are 10 onions in this sack.", "wiki_name": "Onions (10)", "wiki_url": "https://oldschool.runescape.wiki/w/Onions#10", "price": 1109 @@ -75734,9 +67309,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2005-07-11", - "examine": "There is 1 cabbage in this sack.", "wiki_name": "Cabbages (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Cabbages#1", "price": 0 @@ -75750,9 +67322,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2005-07-11", - "examine": "There are 2 cabbages in this sack.", "wiki_name": "Cabbages (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Cabbages#2", "price": 0 @@ -75766,9 +67335,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2005-07-11", - "examine": "There are 3 cabbages in this sack.", "wiki_name": "Cabbages (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Cabbages#3", "price": 0 @@ -75782,9 +67348,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2005-07-11", - "examine": "There are 4 cabbages in this sack.", "wiki_name": "Cabbages (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Cabbages#4", "price": 0 @@ -75798,9 +67361,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.721, - "release_date": "2005-07-11", - "examine": "There are 5 cabbages in this sack.", "wiki_name": "Cabbages (5)", "wiki_url": "https://oldschool.runescape.wiki/w/Cabbages#5", "price": 0 @@ -75814,9 +67374,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 3.175, - "release_date": "2005-07-11", - "examine": "There are 6 cabbages in this sack.", "wiki_name": "Cabbages (6)", "wiki_url": "https://oldschool.runescape.wiki/w/Cabbages#6", "price": 0 @@ -75830,9 +67387,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 3.628, - "release_date": "2005-07-11", - "examine": "There are 7 cabbages in this sack.", "wiki_name": "Cabbages (7)", "wiki_url": "https://oldschool.runescape.wiki/w/Cabbages#7", "price": 0 @@ -75846,9 +67400,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 4.082, - "release_date": "2005-07-11", - "examine": "There are 8 cabbages in this sack.", "wiki_name": "Cabbages (8)", "wiki_url": "https://oldschool.runescape.wiki/w/Cabbages#8", "price": 0 @@ -75862,9 +67413,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 4.535, - "release_date": "2005-07-11", - "examine": "There are 9 cabbages in this sack.", "wiki_name": "Cabbages (9)", "wiki_url": "https://oldschool.runescape.wiki/w/Cabbages#9", "price": 0 @@ -75879,10 +67427,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 4.989, "buy_limit": 600, - "release_date": "2005-07-11", - "examine": "There are 10 cabbages in this sack.", "wiki_name": "Cabbages (10)", "wiki_url": "https://oldschool.runescape.wiki/w/Cabbages#10", "price": 1273 @@ -75894,9 +67439,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2005-07-11", - "examine": "An apple tree seed has been sown in this plant pot.", "wiki_name": "Apple seedling (Unwatered)", "wiki_url": "https://oldschool.runescape.wiki/w/Apple_seedling#Unwatered", "price": 0 @@ -75908,9 +67450,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2005-07-11", - "examine": "A banana tree seed has been sown in this plant pot.", "wiki_name": "Banana seedling (Unwatered)", "wiki_url": "https://oldschool.runescape.wiki/w/Banana_seedling#Unwatered", "price": 0 @@ -75922,9 +67461,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2005-07-11", - "examine": "An orange tree seed has been sown in this plant pot.", "wiki_name": "Orange seedling (Unwatered)", "wiki_url": "https://oldschool.runescape.wiki/w/Orange_seedling#Unwatered", "price": 0 @@ -75936,9 +67472,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2005-07-11", - "examine": "A curry tree seed has been sown in this plant pot.", "wiki_name": "Curry seedling (Unwatered)", "wiki_url": "https://oldschool.runescape.wiki/w/Curry_seedling#Unwatered", "price": 0 @@ -75950,9 +67483,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2005-07-11", - "examine": "A pineapple plant seed has been sown in this plant pot.", "wiki_name": "Pineapple seedling (Unwatered)", "wiki_url": "https://oldschool.runescape.wiki/w/Pineapple_seedling#Unwatered", "price": 0 @@ -75964,9 +67494,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2005-07-11", - "examine": "A papaya tree seed has been sown in this plant pot.", "wiki_name": "Papaya seedling (Unwatered)", "wiki_url": "https://oldschool.runescape.wiki/w/Papaya_seedling#Unwatered", "price": 0 @@ -75978,9 +67505,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2005-07-11", - "examine": "A palm tree seed has been sown in this plant pot.", "wiki_name": "Palm seedling (Unwatered)", "wiki_url": "https://oldschool.runescape.wiki/w/Palm_seedling#Unwatered", "price": 0 @@ -75992,9 +67516,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2005-07-11", - "examine": "A Calquat tree seed has been sown in this plant pot.", "wiki_name": "Calquat seedling (Unwatered)", "wiki_url": "https://oldschool.runescape.wiki/w/Calquat_seedling#Unwatered", "price": 0 @@ -76006,9 +67527,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2005-07-11", - "examine": "An apple tree seed has been sown and watered in this plant pot.", "wiki_name": "Apple seedling (Watered)", "wiki_url": "https://oldschool.runescape.wiki/w/Apple_seedling#Watered", "price": 0 @@ -76020,9 +67538,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2005-07-11", - "examine": "A banana tree seed has been sown and watered in this plant pot.", "wiki_name": "Banana seedling (Watered)", "wiki_url": "https://oldschool.runescape.wiki/w/Banana_seedling#Watered", "price": 0 @@ -76034,9 +67549,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2005-07-11", - "examine": "An orange tree seed has been sown and watered in this plant pot.", "wiki_name": "Orange seedling (Watered)", "wiki_url": "https://oldschool.runescape.wiki/w/Orange_seedling#Watered", "price": 0 @@ -76048,9 +67560,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2005-07-11", - "examine": "A curry tree seed has been sown and watered in this plant pot.", "wiki_name": "Curry seedling (Watered)", "wiki_url": "https://oldschool.runescape.wiki/w/Curry_seedling#Watered", "price": 0 @@ -76062,9 +67571,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2005-07-11", - "examine": "A pineapple plant seed has been sown and watered in this plant pot.", "wiki_name": "Pineapple seedling (Watered)", "wiki_url": "https://oldschool.runescape.wiki/w/Pineapple_seedling#Watered", "price": 0 @@ -76076,9 +67582,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2005-07-11", - "examine": "A papaya tree seed has been sown and watered in this plant pot.", "wiki_name": "Papaya seedling (Watered)", "wiki_url": "https://oldschool.runescape.wiki/w/Papaya_seedling#Watered", "price": 0 @@ -76090,9 +67593,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2005-07-11", - "examine": "A palm tree seed has been sown and watered in this plant pot.", "wiki_name": "Palm seedling (Watered)", "wiki_url": "https://oldschool.runescape.wiki/w/Palm_seedling#Watered", "price": 0 @@ -76104,9 +67604,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2005-07-11", - "examine": "A Calquat tree seed has been sown and watered in this plant pot.", "wiki_name": "Calquat seedling (Watered)", "wiki_url": "https://oldschool.runescape.wiki/w/Calquat_seedling#Watered", "price": 0 @@ -76121,10 +67618,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, "buy_limit": 200, - "release_date": "2005-07-11", - "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": 417 @@ -76139,10 +67633,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, "buy_limit": 200, - "release_date": "2005-07-11", - "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": 138 @@ -76157,10 +67648,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, "buy_limit": 200, - "release_date": "2005-07-11", - "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": 87 @@ -76175,10 +67663,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, "buy_limit": 200, - "release_date": "2005-07-11", - "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": 644 @@ -76193,10 +67678,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, "buy_limit": 200, - "release_date": "2005-07-11", - "examine": "This sapling is ready to be replanted in a fruit tree patch.", "wiki_name": "Pineapple sapling", "wiki_url": "https://oldschool.runescape.wiki/w/Pineapple_sapling", "price": 402 @@ -76211,10 +67693,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, "buy_limit": 200, - "release_date": "2005-07-11", - "examine": "This sapling is ready to be replanted in a fruit tree patch.", "wiki_name": "Papaya sapling", "wiki_url": "https://oldschool.runescape.wiki/w/Papaya_sapling", "price": 974 @@ -76229,10 +67708,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, "buy_limit": 200, - "release_date": "2005-07-11", - "examine": "This sapling is ready to be replanted in a fruit tree patch.", "wiki_name": "Palm sapling", "wiki_url": "https://oldschool.runescape.wiki/w/Palm_sapling", "price": 19611 @@ -76247,10 +67723,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, "buy_limit": 200, - "release_date": "2005-07-11", - "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": 760 @@ -76265,10 +67738,7 @@ "cost": 17, "lowalch": 6, "highalch": 10, - "weight": 0.028, "buy_limit": 11000, - "release_date": "2005-07-11", - "examine": "A freshly picked strawberry.", "wiki_name": "Strawberry", "wiki_url": "https://oldschool.runescape.wiki/w/Strawberry", "price": 108 @@ -76280,9 +67750,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.07, - "release_date": "2005-06-06", - "examine": "The Wise Old Man of Draynor Village asked you to take this to someone.", "wiki_name": "Old man's message", "wiki_url": "https://oldschool.runescape.wiki/w/Old_man's_message", "price": 0 @@ -76293,9 +67760,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.07, - "release_date": "2005-06-06", - "examine": "A tatty old book belonging to the Wise Old Man of Draynor Village.", "wiki_name": "Strange book", "wiki_url": "https://oldschool.runescape.wiki/w/Strange_book", "price": 0 @@ -76306,9 +67770,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.07, - "release_date": "2005-06-06", - "examine": "A tatty old book belonging to the Wise Old Man of Draynor Village.", "wiki_name": "Book of folklore", "wiki_url": "https://oldschool.runescape.wiki/w/Book_of_folklore", "price": 0 @@ -76320,9 +67781,6 @@ "cost": 150, "lowalch": 60, "highalch": 90, - "weight": 1, - "release_date": "2005-06-13", - "examine": "A small pouch used for storing essence.", "wiki_name": "Small pouch", "wiki_url": "https://oldschool.runescape.wiki/w/Small_pouch", "price": 0 @@ -76334,9 +67792,6 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 1, - "release_date": "2005-06-13", - "examine": "A medium-sized pouch used for storing essence.", "wiki_name": "Medium pouch (New)", "wiki_url": "https://oldschool.runescape.wiki/w/Medium_pouch#New", "price": 0 @@ -76348,9 +67803,6 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 1, - "release_date": "2005-06-13", - "examine": "A damaged medium-sized pouch used for storing essence.", "wiki_name": "Medium pouch (Degraded)", "wiki_url": "https://oldschool.runescape.wiki/w/Medium_pouch#Degraded", "price": 0 @@ -76362,9 +67814,6 @@ "cost": 600, "lowalch": 240, "highalch": 360, - "weight": 1, - "release_date": "2005-06-13", - "examine": "A large pouch used for storing essence.", "wiki_name": "Large pouch (New)", "wiki_url": "https://oldschool.runescape.wiki/w/Large_pouch#New", "price": 0 @@ -76376,9 +67825,6 @@ "cost": 600, "lowalch": 240, "highalch": 360, - "weight": 1, - "release_date": "2005-06-13", - "examine": "A large damaged pouch used for storing essence.", "wiki_name": "Large pouch (Degraded)", "wiki_url": "https://oldschool.runescape.wiki/w/Large_pouch#Degraded", "price": 0 @@ -76390,9 +67836,6 @@ "cost": 1200, "lowalch": 480, "highalch": 720, - "weight": 1, - "release_date": "2005-06-13", - "examine": "A giant-sized pouch used for storing essence.", "wiki_name": "Giant pouch (New)", "wiki_url": "https://oldschool.runescape.wiki/w/Giant_pouch#New", "price": 0 @@ -76404,9 +67847,6 @@ "cost": 1200, "lowalch": 480, "highalch": 720, - "weight": 1, - "release_date": "2005-06-13", - "examine": "A damaged giant-sized pouch used for storing essence.", "wiki_name": "Giant pouch (Degraded)", "wiki_url": "https://oldschool.runescape.wiki/w/Giant_pouch#Degraded", "price": 0 @@ -76421,10 +67861,7 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 0.015, "buy_limit": 40, - "release_date": "2005-06-13", - "examine": "A mysterious power emanates from the talisman...", "wiki_name": "Elemental talisman", "wiki_url": "https://oldschool.runescape.wiki/w/Elemental_talisman", "price": 6049 @@ -76436,9 +67873,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 1, - "release_date": "2005-06-13", - "examine": "This contains mystical teleport information...", "wiki_name": "Scrying orb (Full)", "wiki_url": "https://oldschool.runescape.wiki/w/Scrying_orb#Full", "price": 0 @@ -76450,9 +67884,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.05, - "release_date": "2005-06-13", - "examine": "This orb apparently contains a cypher spell.", "wiki_name": "Scrying orb (Empty)", "wiki_url": "https://oldschool.runescape.wiki/w/Scrying_orb#Empty", "price": 0 @@ -76464,9 +67895,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.01, - "release_date": "2005-06-13", - "examine": "Some research notes on the Abyss.", "wiki_name": "Abyssal book", "wiki_url": "https://oldschool.runescape.wiki/w/Abyssal_book", "price": 0 @@ -76483,10 +67911,7 @@ "cost": 1425, "lowalch": 570, "highalch": 855, - "weight": 0.01, "buy_limit": 10000, - "release_date": "2005-06-13", - "examine": "A necklace embedded with mystical power.", "wiki_name": "Binding necklace", "wiki_url": "https://oldschool.runescape.wiki/w/Binding_necklace", "equipment": { @@ -76518,10 +67943,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 1, "buy_limit": 40, - "release_date": "2005-06-13", - "examine": "A mould for tiaras.", "wiki_name": "Tiara mould", "wiki_url": "https://oldschool.runescape.wiki/w/Tiara_mould", "price": 160 @@ -76537,10 +67959,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 1, "buy_limit": 10000, - "release_date": "2005-06-13", - "examine": "Makes me feel like a Princess.", "wiki_name": "Tiara", "wiki_url": "https://oldschool.runescape.wiki/w/Tiara", "equipment": { @@ -76574,10 +67993,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 1, "buy_limit": 40, - "release_date": "2005-06-13", - "examine": "A tiara infused with the properties of air.", "wiki_name": "Air tiara", "wiki_url": "https://oldschool.runescape.wiki/w/Air_tiara", "equipment": { @@ -76611,10 +68027,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 1, "buy_limit": 40, - "release_date": "2005-06-13", - "examine": "A tiara infused with the properties of the mind.", "wiki_name": "Mind tiara", "wiki_url": "https://oldschool.runescape.wiki/w/Mind_tiara", "equipment": { @@ -76648,10 +68061,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 1, "buy_limit": 40, - "release_date": "2005-06-13", - "examine": "A tiara infused with the properties of water.", "wiki_name": "Water tiara", "wiki_url": "https://oldschool.runescape.wiki/w/Water_tiara", "equipment": { @@ -76685,10 +68095,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 1, "buy_limit": 40, - "release_date": "2005-06-13", - "examine": "A tiara infused with the properties of the body.", "wiki_name": "Body tiara", "wiki_url": "https://oldschool.runescape.wiki/w/Body_tiara", "equipment": { @@ -76722,10 +68129,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 1, "buy_limit": 40, - "release_date": "2005-06-13", - "examine": "A tiara infused with the properties of the earth.", "wiki_name": "Earth tiara", "wiki_url": "https://oldschool.runescape.wiki/w/Earth_tiara", "equipment": { @@ -76759,10 +68163,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 1, "buy_limit": 40, - "release_date": "2005-06-13", - "examine": "A tiara infused with the properties of fire.", "wiki_name": "Fire tiara", "wiki_url": "https://oldschool.runescape.wiki/w/Fire_tiara", "equipment": { @@ -76797,10 +68198,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 1, "buy_limit": 40, - "release_date": "2005-06-13", - "examine": "A tiara infused with the properties of the cosmos.", "wiki_name": "Cosmic tiara", "wiki_url": "https://oldschool.runescape.wiki/w/Cosmic_tiara", "equipment": { @@ -76835,10 +68233,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 1, "buy_limit": 40, - "release_date": "2005-06-13", - "examine": "A tiara infused with the properties of nature.", "wiki_name": "Nature tiara", "wiki_url": "https://oldschool.runescape.wiki/w/Nature_tiara", "equipment": { @@ -76873,10 +68268,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 1, "buy_limit": 40, - "release_date": "2005-06-13", - "examine": "A tiara infused with the properties of chaos.", "wiki_name": "Chaos tiara", "wiki_url": "https://oldschool.runescape.wiki/w/Chaos_tiara", "equipment": { @@ -76908,9 +68300,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 1, - "release_date": "2005-06-13", - "examine": "A tiara infused with the properties of law.", "wiki_name": "Law tiara", "wiki_url": "https://oldschool.runescape.wiki/w/Law_tiara", "equipment": { @@ -76945,10 +68334,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 1, "buy_limit": 40, - "release_date": "2005-10-17", - "examine": "A tiara infused with the properties of death.", "wiki_name": "Death tiara", "wiki_url": "https://oldschool.runescape.wiki/w/Death_tiara", "equipment": { @@ -76983,9 +68369,6 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 1, - "release_date": "2022-03-23", - "examine": "A tiara infused with the properties of blood.", "wiki_name": "Blood tiara", "wiki_url": "https://oldschool.runescape.wiki/w/Blood_tiara", "equipment": { @@ -77017,9 +68400,6 @@ "cost": 625, "lowalch": 250, "highalch": 375, - "weight": 0.453, - "release_date": "2005-06-22", - "examine": "Black banded leather armour, a rogue's dream!", "wiki_name": "Rogue top", "wiki_url": "https://oldschool.runescape.wiki/w/Rogue_top", "equipment": { @@ -77054,9 +68434,6 @@ "cost": 375, "lowalch": 150, "highalch": 225, - "weight": 0.453, - "release_date": "2005-06-22", - "examine": "Black banded leather armour, a rogue's dream!", "wiki_name": "Rogue mask", "wiki_url": "https://oldschool.runescape.wiki/w/Rogue_mask", "equipment": { @@ -77091,9 +68468,6 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 0.453, - "release_date": "2005-06-22", - "examine": "Black banded leather armour, a rogue's dream!", "wiki_name": "Rogue trousers", "wiki_url": "https://oldschool.runescape.wiki/w/Rogue_trousers", "equipment": { @@ -77128,9 +68502,6 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 0.453, - "release_date": "2005-06-22", - "examine": "Black banded leather gloves, a rogue's dream!", "wiki_name": "Rogue gloves", "wiki_url": "https://oldschool.runescape.wiki/w/Rogue_gloves", "equipment": { @@ -77165,9 +68536,6 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 0.453, - "release_date": "2005-06-22", - "examine": "Black banded leather boots, a rogue's dream!", "wiki_name": "Rogue boots", "wiki_url": "https://oldschool.runescape.wiki/w/Rogue_boots", "equipment": { @@ -77201,8 +68569,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "release_date": "2005-06-22", - "examine": "It can do almost anything!", "wiki_name": "Rogue kit", "wiki_url": "https://oldschool.runescape.wiki/w/Rogue_kit", "price": 0 @@ -77215,8 +68581,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2005-06-22", - "examine": "A small satchel of bright powder!", "wiki_name": "Flash powder", "wiki_url": "https://oldschool.runescape.wiki/w/Flash_powder", "price": 0 @@ -77228,9 +68592,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.453, - "release_date": "2005-06-22", - "examine": "A useful hearing aid.", "wiki_name": "Stethoscope", "wiki_url": "https://oldschool.runescape.wiki/w/Stethoscope", "price": 0 @@ -77242,9 +68603,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.002, - "release_date": "2005-06-22", - "examine": "I can escape the Maze with this!", "wiki_name": "Mystic jewel", "wiki_url": "https://oldschool.runescape.wiki/w/Mystic_jewel", "price": 0 @@ -77256,9 +68614,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2005-06-22", - "examine": "Used in machines and locks the rune over.", "wiki_name": "Gear (unobtainable item) (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Gear_(unobtainable_item)#1", "price": 0 @@ -77270,9 +68625,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2005-06-22", - "examine": "Used in machines and locks the rune over.", "wiki_name": "Gear (unobtainable item) (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Gear_(unobtainable_item)#2", "price": 0 @@ -77284,9 +68636,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2005-06-22", - "examine": "Used in machines and locks the rune over.", "wiki_name": "Gear (unobtainable item) (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Gear_(unobtainable_item)#3", "price": 0 @@ -77298,9 +68647,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2005-06-22", - "examine": "Used in machines and locks the rune over.", "wiki_name": "Gear (unobtainable item) (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Gear_(unobtainable_item)#4", "price": 0 @@ -77312,9 +68658,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2005-06-22", - "examine": "Used in machines and locks the rune over.", "wiki_name": "Gear (unobtainable item) (5)", "wiki_url": "https://oldschool.runescape.wiki/w/Gear_(unobtainable_item)#5", "price": 0 @@ -77326,9 +68669,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2005-06-22", - "examine": "Used in machines and locks the rune over.", "wiki_name": "Gear (unobtainable item) (6)", "wiki_url": "https://oldschool.runescape.wiki/w/Gear_(unobtainable_item)#6", "price": 0 @@ -77340,9 +68680,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2005-06-22", - "examine": "For a mosaic.", "wiki_name": "Tiles (Rogues' Den) (Correct)", "wiki_url": "https://oldschool.runescape.wiki/w/Tiles_(Rogues'_Den)#Correct", "price": 0 @@ -77354,9 +68691,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2005-06-22", - "examine": "For a mosaic.", "wiki_name": "Tiles (Rogues' Den) (Flipped vertically)", "wiki_url": "https://oldschool.runescape.wiki/w/Tiles_(Rogues'_Den)#Flipped_vertically", "price": 0 @@ -77368,9 +68702,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2005-06-22", - "examine": "For a mosaic.", "wiki_name": "Tiles (Rogues' Den) (Rotated)", "wiki_url": "https://oldschool.runescape.wiki/w/Tiles_(Rogues'_Den)#Rotated", "price": 0 @@ -77382,9 +68713,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2005-06-22", - "examine": "For a mosaic.", "wiki_name": "Tiles (Rogues' Den) (Flipped Horizontally)", "wiki_url": "https://oldschool.runescape.wiki/w/Tiles_(Rogues'_Den)#Flipped_Horizontally", "price": 0 @@ -77410,10 +68738,7 @@ "cost": 6000, "lowalch": 2400, "highalch": 3600, - "weight": 2.267, "buy_limit": 125, - "release_date": "2005-06-27", - "examine": "An initiate Temple Knight's helm.", "wiki_name": "Initiate sallet", "wiki_url": "https://oldschool.runescape.wiki/w/Initiate_sallet", "equipment": { @@ -77451,10 +68776,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 8.618, "buy_limit": 125, - "release_date": "2005-06-27", - "examine": "An initiate Temple Knight's Armour.", "wiki_name": "Initiate hauberk", "wiki_url": "https://oldschool.runescape.wiki/w/Initiate_hauberk", "equipment": { @@ -77492,10 +68814,7 @@ "cost": 8000, "lowalch": 3200, "highalch": 4800, - "weight": 7.711, "buy_limit": 125, - "release_date": "2005-06-27", - "examine": "An initiate Temple Knight's leg armour.", "wiki_name": "Initiate cuisse", "wiki_url": "https://oldschool.runescape.wiki/w/Initiate_cuisse", "equipment": { @@ -77527,9 +68846,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.056, - "release_date": "2005-06-27", - "examine": "A vial of something labelled 'Cupric Sulfate'.", "wiki_name": "Cupric sulfate", "wiki_url": "https://oldschool.runescape.wiki/w/Cupric_sulfate", "price": 0 @@ -77541,9 +68857,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.056, - "release_date": "2005-06-27", - "examine": "A vial of something labelled 'Acetic Acid'.", "wiki_name": "Acetic acid", "wiki_url": "https://oldschool.runescape.wiki/w/Acetic_acid", "price": 0 @@ -77553,9 +68866,6 @@ "name": "Gypsum", "members": true, "cost": 1, - "weight": 0.056, - "release_date": "2005-06-27", - "examine": "A vial of something labelled 'Gypsum'.", "wiki_name": "Gypsum", "wiki_url": "https://oldschool.runescape.wiki/w/Gypsum", "price": 0 @@ -77567,9 +68877,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.056, - "release_date": "2005-06-27", - "examine": "A vial of something labelled 'Sodium Chloride'.", "wiki_name": "Sodium chloride", "wiki_url": "https://oldschool.runescape.wiki/w/Sodium_chloride", "price": 0 @@ -77581,9 +68888,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.056, - "release_date": "2005-06-27", - "examine": "A vial of something labelled 'Nitrous Oxide'.", "wiki_name": "Nitrous oxide", "wiki_url": "https://oldschool.runescape.wiki/w/Nitrous_oxide", "price": 0 @@ -77595,9 +68899,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.056, - "release_date": "2005-06-27", - "examine": "A vial of something labelled 'Dihydrogen Monoxide'.", "wiki_name": "Vial of liquid", "wiki_url": "https://oldschool.runescape.wiki/w/Vial_of_liquid", "price": 0 @@ -77607,9 +68908,6 @@ "name": "Tin ore powder", "members": true, "cost": 1, - "weight": 0.056, - "release_date": "2005-06-27", - "examine": "A vial of something labelled 'Powdered Tin Ore'.", "wiki_name": "Tin ore powder", "wiki_url": "https://oldschool.runescape.wiki/w/Tin_ore_powder", "price": 0 @@ -77621,9 +68919,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.056, - "release_date": "2005-06-27", - "examine": "A vial of something labelled 'Powdered Cupric Ore'.", "wiki_name": "Cupric ore powder", "wiki_url": "https://oldschool.runescape.wiki/w/Cupric_ore_powder", "price": 0 @@ -77633,9 +68928,6 @@ "name": "Bronze key", "members": true, "cost": 1, - "weight": 0.01, - "release_date": "2005-06-27", - "examine": "I hope the mould was accurate enough....", "wiki_name": "Bronze key (Recruitment Drive)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_key_(Recruitment_Drive)", "price": 0 @@ -77647,9 +68939,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2005-06-27", - "examine": "It's a metal spade with a wooden handle.", "wiki_name": "Metal spade (Spade)", "wiki_url": "https://oldschool.runescape.wiki/w/Metal_spade#Spade", "price": 0 @@ -77661,9 +68950,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2005-06-27", - "examine": "It's a metal spade without a handle.", "wiki_name": "Metal spade (Head)", "wiki_url": "https://oldschool.runescape.wiki/w/Metal_spade#Head", "price": 0 @@ -77673,9 +68959,6 @@ "name": "Alchemical notes", "members": true, "cost": 1, - "weight": 0.51, - "release_date": "2005-06-27", - "examine": "Looks like a pretty boring read.", "wiki_name": "Alchemical notes", "wiki_url": "https://oldschool.runescape.wiki/w/Alchemical_notes", "price": 0 @@ -77687,9 +68970,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.056, - "release_date": "2005-06-27", - "examine": "A very hot vial of something or other. The label says 'Cupric Sulfate'.", "wiki_name": "??? mixture (Hot)", "wiki_url": "https://oldschool.runescape.wiki/w/???_mixture#Hot", "price": 0 @@ -77701,9 +68981,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.056, - "release_date": "2005-06-27", - "examine": "A very warm vial of something or other. It's a bit lumpy.", "wiki_name": "??? mixture (Warm)", "wiki_url": "https://oldschool.runescape.wiki/w/???_mixture#Warm", "price": 0 @@ -77715,9 +68992,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.056, - "release_date": "2005-06-27", - "examine": "It looks horrible. I think I messed something up.", "wiki_name": "??? mixture (Horrible)", "wiki_url": "https://oldschool.runescape.wiki/w/???_mixture#Horrible", "price": 0 @@ -77729,9 +69003,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.1, - "release_date": "2005-06-27", - "examine": "I could probably pour something into this.", "wiki_name": "Tin (Recruitment Drive) (Empty)", "wiki_url": "https://oldschool.runescape.wiki/w/Tin_(Recruitment_Drive)#Empty", "price": 0 @@ -77743,9 +69014,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.101, - "release_date": "2005-06-27", - "examine": "It's full of a white lumpy mixture that seems to be hardening.", "wiki_name": "Tin (Recruitment Drive) (Hardening)", "wiki_url": "https://oldschool.runescape.wiki/w/Tin_(Recruitment_Drive)#Hardening", "price": 0 @@ -77757,9 +69025,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.101, - "release_date": "2005-06-27", - "examine": "There is an impression of a key embedded in it.", "wiki_name": "Tin (Recruitment Drive) (Impression)", "wiki_url": "https://oldschool.runescape.wiki/w/Tin_(Recruitment_Drive)#Impression", "price": 0 @@ -77771,9 +69036,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.101, - "release_date": "2005-06-27", - "examine": "There is an impression of a key, filled with tin ore.", "wiki_name": "Tin (Recruitment Drive) (Tin)", "wiki_url": "https://oldschool.runescape.wiki/w/Tin_(Recruitment_Drive)#Tin", "price": 0 @@ -77785,9 +69047,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.101, - "release_date": "2005-06-27", - "examine": "There is an impression of a key, filled with copper ore.", "wiki_name": "Tin (Recruitment Drive) (Copper)", "wiki_url": "https://oldschool.runescape.wiki/w/Tin_(Recruitment_Drive)#Copper", "price": 0 @@ -77799,9 +69058,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.101, - "release_date": "2005-06-27", - "examine": "There is an impression of a key, filled with tin and copper ore.", "wiki_name": "Tin (Recruitment Drive) (Tin and copper)", "wiki_url": "https://oldschool.runescape.wiki/w/Tin_(Recruitment_Drive)#Tin_and_copper", "price": 0 @@ -77813,9 +69069,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.101, - "release_date": "2005-06-27", - "examine": "There is a bronze key surrounded by plaster in this tin.", "wiki_name": "Tin (Recruitment Drive) (Key)", "wiki_url": "https://oldschool.runescape.wiki/w/Tin_(Recruitment_Drive)#Key", "price": 0 @@ -77827,9 +69080,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.101, - "release_date": "2005-06-27", - "examine": "There is a strange concoction filling this tin.", "wiki_name": "Tin (Recruitment Drive) (Strange)", "wiki_url": "https://oldschool.runescape.wiki/w/Tin_(Recruitment_Drive)#Strange", "price": 0 @@ -77839,9 +69089,6 @@ "name": "Tin", "members": true, "cost": 20, - "weight": 0.101, - "release_date": "2005-06-27", - "examine": "A tin layered with some stuff from a vial.", "wiki_name": "Tin (Recruitment Drive) (Gypsum)", "wiki_url": "https://oldschool.runescape.wiki/w/Tin_(Recruitment_Drive)#Gypsum", "price": 0 @@ -77853,9 +69100,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2005-06-27", - "examine": "Good for detailed crafting.", "wiki_name": "Chisel (Recruitment Drive)", "wiki_url": "https://oldschool.runescape.wiki/w/Chisel_(Recruitment_Drive)", "price": 0 @@ -77867,9 +69111,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.005, - "release_date": "2005-06-27", - "examine": "Useful for crafting items.", "wiki_name": "Bronze wire (Recruitment Drive)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_wire_(Recruitment_Drive)", "price": 0 @@ -77881,9 +69122,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.113, - "release_date": "2005-06-27", - "examine": "For shearing sheep.", "wiki_name": "Shears (Recruitment Drive)", "wiki_url": "https://oldschool.runescape.wiki/w/Shears_(Recruitment_Drive)", "price": 0 @@ -77893,9 +69131,6 @@ "name": "Magnet", "members": true, "cost": 3, - "weight": 0.02, - "release_date": "2005-06-27", - "examine": "A very attractive magnet.", "wiki_name": "Magnet (Recruitment Drive)", "wiki_url": "https://oldschool.runescape.wiki/w/Magnet_(Recruitment_Drive)", "price": 0 @@ -77907,9 +69142,6 @@ "cost": 6, "lowalch": 2, "highalch": 3, - "weight": 0.02, - "release_date": "2005-06-27", - "examine": "A dangerous looking knife.", "wiki_name": "Knife (Recruitment Drive)", "wiki_url": "https://oldschool.runescape.wiki/w/Knife_(Recruitment_Drive)", "price": 0 @@ -77921,9 +69153,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 5, - "release_date": "2005-06-27", - "examine": "A sack full of grain.", "wiki_name": "Grain (Recruitment Drive)", "wiki_url": "https://oldschool.runescape.wiki/w/Grain_(Recruitment_Drive)", "equipment": { @@ -77954,9 +69183,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 1, - "weight": 5, - "release_date": "2005-06-27", - "examine": "I don't think he likes being carried.", "wiki_name": "Fox (Recruitment Drive)", "wiki_url": "https://oldschool.runescape.wiki/w/Fox_(Recruitment_Drive)", "equipment": { @@ -78013,9 +69239,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 5, - "release_date": "2005-06-27", - "examine": "He'd be easier to carry if I cooked and ate him first...", "wiki_name": "Chicken (Recruitment Drive)", "wiki_url": "https://oldschool.runescape.wiki/w/Chicken_(Recruitment_Drive)", "equipment": { @@ -78043,9 +69266,6 @@ "name": "Hourglass", "members": true, "cost": 1, - "weight": 0.1, - "release_date": "2005-06-27", - "examine": "It's an hourglass.", "wiki_name": "Hourglass (Recruitment Drive)", "wiki_url": "https://oldschool.runescape.wiki/w/Hourglass_(Recruitment_Drive)", "price": 0 @@ -78057,9 +69277,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.005, - "release_date": "2005-07-05", - "examine": "A flying Magic carpet.", "wiki_name": "Magic carpet (animation item)", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_carpet_(animation_item)", "price": 0 @@ -78071,9 +69288,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2005-07-11", - "examine": "A pot of crushed Shaikahan bones.", "wiki_name": "Shaikahan bonemeal", "wiki_url": "https://oldschool.runescape.wiki/w/Shaikahan_bonemeal", "price": 0 @@ -78091,8 +69305,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 7000, - "release_date": "2005-07-11", - "examine": "Venomous-looking arrows.", "wiki_name": "Bronze arrow (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_arrow#Poison+", "equipment": { @@ -78130,8 +69342,6 @@ "lowalch": 1, "highalch": 1, "buy_limit": 7000, - "release_date": "2005-07-11", - "examine": "Venomous-looking arrows.", "wiki_name": "Iron arrow (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_arrow#Poison+", "equipment": { @@ -78169,8 +69379,6 @@ "lowalch": 4, "highalch": 7, "buy_limit": 7000, - "release_date": "2005-07-11", - "examine": "Venomous-looking arrows.", "wiki_name": "Steel arrow (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_arrow#Poison+", "equipment": { @@ -78208,8 +69416,6 @@ "lowalch": 12, "highalch": 19, "buy_limit": 7000, - "release_date": "2005-07-11", - "examine": "Venomous-looking arrows.", "wiki_name": "Mithril arrow (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_arrow#Poison+", "equipment": { @@ -78247,8 +69453,6 @@ "lowalch": 32, "highalch": 48, "buy_limit": 11000, - "release_date": "2005-07-11", - "examine": "Venomous-looking arrows.", "wiki_name": "Adamant arrow (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_arrow#Poison+", "equipment": { @@ -78286,8 +69490,6 @@ "lowalch": 160, "highalch": 240, "buy_limit": 11000, - "release_date": "2005-07-11", - "examine": "Venomous-looking arrows.", "wiki_name": "Rune arrow (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_arrow#Poison+", "equipment": { @@ -78325,8 +69527,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 7000, - "release_date": "2005-07-11", - "examine": "Venomous-looking arrows.", "wiki_name": "Bronze arrow (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_arrow#Poison++", "equipment": { @@ -78364,8 +69564,6 @@ "lowalch": 1, "highalch": 1, "buy_limit": 7000, - "release_date": "2005-07-11", - "examine": "Venomous-looking arrows.", "wiki_name": "Iron arrow (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_arrow#Poison++", "equipment": { @@ -78403,8 +69601,6 @@ "lowalch": 4, "highalch": 7, "buy_limit": 7000, - "release_date": "2005-07-11", - "examine": "Venomous-looking arrows.", "wiki_name": "Steel arrow (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_arrow#Poison++", "equipment": { @@ -78442,8 +69638,6 @@ "lowalch": 12, "highalch": 19, "buy_limit": 7000, - "release_date": "2005-07-11", - "examine": "Venomous-looking arrows.", "wiki_name": "Mithril arrow (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_arrow#Poison++", "equipment": { @@ -78481,8 +69675,6 @@ "lowalch": 32, "highalch": 48, "buy_limit": 11000, - "release_date": "2005-07-11", - "examine": "Venomous-looking arrows.", "wiki_name": "Adamant arrow (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_arrow#Poison++", "equipment": { @@ -78520,8 +69712,6 @@ "lowalch": 160, "highalch": 240, "buy_limit": 11000, - "release_date": "2005-07-11", - "examine": "Venomous-looking arrows.", "wiki_name": "Rune arrow (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_arrow#Poison++", "equipment": { @@ -78560,8 +69750,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 7000, - "release_date": "2005-07-11", - "examine": "A deadly poisoned dart with a bronze tip.", "wiki_name": "Bronze dart (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_dart#Poison+", "equipment": { @@ -78627,8 +69815,6 @@ "lowalch": 0, "highalch": 1, "buy_limit": 7000, - "release_date": "2005-07-11", - "examine": "A deadly poisoned dart with an iron tip.", "wiki_name": "Iron dart (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_dart#Poison+", "equipment": { @@ -78694,8 +69880,6 @@ "lowalch": 4, "highalch": 6, "buy_limit": 7000, - "release_date": "2005-07-11", - "examine": "A deadly poisoned dart with a steel tip.", "wiki_name": "Steel dart (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_dart#Poison+", "equipment": { @@ -78761,8 +69945,6 @@ "lowalch": 7, "highalch": 10, "buy_limit": 7000, - "release_date": "2005-07-11", - "examine": "A deadly poisoned dart with a black tip.", "wiki_name": "Black dart (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_dart#Poison+", "equipment": { @@ -78828,8 +70010,6 @@ "lowalch": 10, "highalch": 15, "buy_limit": 7000, - "release_date": "2005-07-11", - "examine": "A deadly poisoned dart with a mithril tip.", "wiki_name": "Mithril dart (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_dart#Poison+", "equipment": { @@ -78895,8 +70075,6 @@ "lowalch": 26, "highalch": 39, "buy_limit": 11000, - "release_date": "2005-07-11", - "examine": "A deadly poisoned dart with an adamant tip.", "wiki_name": "Adamant dart (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_dart#Poison+", "equipment": { @@ -78962,8 +70140,6 @@ "lowalch": 140, "highalch": 210, "buy_limit": 11000, - "release_date": "2005-07-11", - "examine": "A deadly poisoned dart with a rune tip.", "wiki_name": "Rune dart (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_dart#Poison+", "equipment": { @@ -79029,8 +70205,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 7000, - "release_date": "2005-07-11", - "examine": "A deadly poisoned dart with a bronze tip.", "wiki_name": "Bronze dart (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_dart#Poison++", "equipment": { @@ -79096,8 +70270,6 @@ "lowalch": 0, "highalch": 1, "buy_limit": 7000, - "release_date": "2005-07-11", - "examine": "A deadly poisoned dart with an iron tip.", "wiki_name": "Iron dart (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_dart#Poison++", "equipment": { @@ -79163,8 +70335,6 @@ "lowalch": 4, "highalch": 6, "buy_limit": 7000, - "release_date": "2005-07-11", - "examine": "A deadly poisoned dart with a steel tip.", "wiki_name": "Steel dart (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_dart#Poison++", "equipment": { @@ -79230,8 +70400,6 @@ "lowalch": 7, "highalch": 10, "buy_limit": 7000, - "release_date": "2005-07-11", - "examine": "A deadly poisoned dart with a black tip.", "wiki_name": "Black dart (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_dart#Poison++", "equipment": { @@ -79297,8 +70465,6 @@ "lowalch": 10, "highalch": 15, "buy_limit": 7000, - "release_date": "2005-07-11", - "examine": "A deadly poisoned dart with a mithril tip.", "wiki_name": "Mithril dart (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_dart#Poison++", "equipment": { @@ -79364,8 +70530,6 @@ "lowalch": 26, "highalch": 39, "buy_limit": 11000, - "release_date": "2005-07-11", - "examine": "A deadly poisoned dart with an adamant tip.", "wiki_name": "Adamant dart (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_dart#Poison++", "equipment": { @@ -79431,8 +70595,6 @@ "lowalch": 140, "highalch": 210, "buy_limit": 11000, - "release_date": "2005-07-11", - "examine": "A deadly poisoned dart with a rune tip.", "wiki_name": "Rune dart (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_dart#Poison++", "equipment": { @@ -79497,8 +70659,6 @@ "lowalch": 1, "highalch": 2, "buy_limit": 7000, - "release_date": "2005-07-11", - "examine": "A bronze tipped javelin.", "wiki_name": "Bronze javelin (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_javelin#Poison+", "equipment": { @@ -79536,8 +70696,6 @@ "lowalch": 2, "highalch": 3, "buy_limit": 7000, - "release_date": "2005-07-11", - "examine": "An iron tipped javelin.", "wiki_name": "Iron javelin (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_javelin#Poison+", "equipment": { @@ -79575,8 +70733,6 @@ "lowalch": 9, "highalch": 14, "buy_limit": 7000, - "release_date": "2005-07-11", - "examine": "A steel tipped javelin.", "wiki_name": "Steel javelin (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_javelin#Poison+", "equipment": { @@ -79614,8 +70770,6 @@ "lowalch": 25, "highalch": 38, "buy_limit": 7000, - "release_date": "2005-07-11", - "examine": "A mithril tipped javelin.", "wiki_name": "Mithril javelin (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_javelin#Poison+", "equipment": { @@ -79653,8 +70807,6 @@ "lowalch": 64, "highalch": 96, "buy_limit": 11000, - "release_date": "2005-07-11", - "examine": "An adamant tipped javelin.", "wiki_name": "Adamant javelin (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_javelin#Poison+", "equipment": { @@ -79692,8 +70844,6 @@ "lowalch": 160, "highalch": 240, "buy_limit": 11000, - "release_date": "2005-07-11", - "examine": "A rune tipped javelin.", "wiki_name": "Rune javelin (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_javelin#Poison+", "equipment": { @@ -79731,8 +70881,6 @@ "lowalch": 1, "highalch": 2, "buy_limit": 7000, - "release_date": "2005-07-11", - "examine": "A bronze tipped javelin.", "wiki_name": "Bronze javelin (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_javelin#Poison++", "equipment": { @@ -79770,8 +70918,6 @@ "lowalch": 2, "highalch": 3, "buy_limit": 7000, - "release_date": "2005-07-11", - "examine": "An iron tipped javelin.", "wiki_name": "Iron javelin (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_javelin#Poison++", "equipment": { @@ -79809,8 +70955,6 @@ "lowalch": 9, "highalch": 14, "buy_limit": 7000, - "release_date": "2005-07-11", - "examine": "A steel tipped javelin.", "wiki_name": "Steel javelin (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_javelin#Poison++", "equipment": { @@ -79848,8 +70992,6 @@ "lowalch": 25, "highalch": 38, "buy_limit": 7000, - "release_date": "2005-07-11", - "examine": "A mithril tipped javelin.", "wiki_name": "Mithril javelin (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_javelin#Poison++", "equipment": { @@ -79887,8 +71029,6 @@ "lowalch": 64, "highalch": 96, "buy_limit": 11000, - "release_date": "2005-07-11", - "examine": "An adamant tipped javelin.", "wiki_name": "Adamant javelin (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_javelin#Poison++", "equipment": { @@ -79926,8 +71066,6 @@ "lowalch": 160, "highalch": 240, "buy_limit": 11000, - "release_date": "2005-07-11", - "examine": "A rune tipped javelin.", "wiki_name": "Rune javelin (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_javelin#Poison++", "equipment": { @@ -79966,8 +71104,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 7000, - "release_date": "2005-07-11", - "examine": "A finely balanced throwing knife.", "wiki_name": "Bronze knife (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_knife#Poison+", "equipment": { @@ -80033,8 +71169,6 @@ "lowalch": 1, "highalch": 1, "buy_limit": 7000, - "release_date": "2005-07-11", - "examine": "A finely balanced throwing knife.", "wiki_name": "Iron knife (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_knife#Poison+", "equipment": { @@ -80100,8 +71234,6 @@ "lowalch": 4, "highalch": 6, "buy_limit": 7000, - "release_date": "2005-07-11", - "examine": "A finely balanced throwing knife.", "wiki_name": "Steel knife (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_knife#Poison+", "equipment": { @@ -80167,8 +71299,6 @@ "lowalch": 10, "highalch": 16, "buy_limit": 7000, - "release_date": "2005-07-11", - "examine": "A finely balanced throwing knife.", "wiki_name": "Mithril knife (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_knife#Poison+", "equipment": { @@ -80234,8 +71364,6 @@ "lowalch": 7, "highalch": 10, "buy_limit": 7000, - "release_date": "2005-07-11", - "examine": "A finely balanced throwing knife.", "wiki_name": "Black knife (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_knife#Poison+", "equipment": { @@ -80301,8 +71429,6 @@ "lowalch": 26, "highalch": 39, "buy_limit": 7000, - "release_date": "2005-07-11", - "examine": "A finely balanced throwing knife.", "wiki_name": "Adamant knife (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_knife#Poison+", "equipment": { @@ -80368,8 +71494,6 @@ "lowalch": 66, "highalch": 99, "buy_limit": 7000, - "release_date": "2005-07-11", - "examine": "A finely balanced throwing knife.", "wiki_name": "Rune knife (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_knife#Poison+", "equipment": { @@ -80435,8 +71559,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 7000, - "release_date": "2005-07-11", - "examine": "A finely balanced throwing knife.", "wiki_name": "Bronze knife (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_knife#Poison++", "equipment": { @@ -80502,8 +71624,6 @@ "lowalch": 1, "highalch": 1, "buy_limit": 7000, - "release_date": "2005-07-11", - "examine": "A finely balanced throwing knife.", "wiki_name": "Iron knife (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_knife#Poison++", "equipment": { @@ -80569,8 +71689,6 @@ "lowalch": 4, "highalch": 6, "buy_limit": 7000, - "release_date": "2005-07-11", - "examine": "A finely balanced throwing knife.", "wiki_name": "Steel knife (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_knife#Poison++", "equipment": { @@ -80636,8 +71754,6 @@ "lowalch": 10, "highalch": 16, "buy_limit": 7000, - "release_date": "2005-07-11", - "examine": "A finely balanced throwing knife.", "wiki_name": "Mithril knife (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_knife#Poison++", "equipment": { @@ -80703,8 +71819,6 @@ "lowalch": 7, "highalch": 10, "buy_limit": 7000, - "release_date": "2005-07-11", - "examine": "A finely balanced throwing knife.", "wiki_name": "Black knife (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_knife#Poison++", "equipment": { @@ -80770,8 +71884,6 @@ "lowalch": 26, "highalch": 39, "buy_limit": 7000, - "release_date": "2005-07-11", - "examine": "A finely balanced throwing knife.", "wiki_name": "Adamant knife (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_knife#Poison++", "equipment": { @@ -80837,8 +71949,6 @@ "lowalch": 66, "highalch": 99, "buy_limit": 7000, - "release_date": "2005-07-11", - "examine": "A finely balanced throwing knife.", "wiki_name": "Rune knife (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_knife#Poison++", "equipment": { @@ -80903,10 +72013,7 @@ "cost": 35, "lowalch": 14, "highalch": 21, - "weight": 0.453, "buy_limit": 125, - "release_date": "2005-07-11", - "examine": "The blade is covered with poison.", "wiki_name": "Iron dagger (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_dagger#Poison+", "equipment": { @@ -80978,10 +72085,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.453, "buy_limit": 125, - "release_date": "2005-07-11", - "examine": "This dagger is poisoned.", "wiki_name": "Bronze dagger (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_dagger#Poison+", "equipment": { @@ -81053,10 +72157,7 @@ "cost": 125, "lowalch": 50, "highalch": 75, - "weight": 0.453, "buy_limit": 125, - "release_date": "2005-07-11", - "examine": "The blade has been poisoned.", "wiki_name": "Steel dagger (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_dagger#Poison+", "equipment": { @@ -81128,10 +72229,7 @@ "cost": 325, "lowalch": 130, "highalch": 195, - "weight": 0.396, "buy_limit": 125, - "release_date": "2005-07-11", - "examine": "A poisoned Mithril dagger.", "wiki_name": "Mithril dagger (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_dagger#Poison+", "equipment": { @@ -81203,10 +72301,7 @@ "cost": 800, "lowalch": 320, "highalch": 480, - "weight": 0.51, "buy_limit": 125, - "release_date": "2005-07-11", - "examine": "A very dangerous poisoned dagger.", "wiki_name": "Adamant dagger (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_dagger#Poison+", "equipment": { @@ -81278,10 +72373,7 @@ "cost": 8000, "lowalch": 3200, "highalch": 4800, - "weight": 0.453, "buy_limit": 70, - "release_date": "2005-07-11", - "examine": "The blade is covered with a nasty poison.", "wiki_name": "Rune dagger (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_dagger#Poison+", "equipment": { @@ -81353,10 +72445,7 @@ "cost": 24000, "lowalch": 9600, "highalch": 14400, - "weight": 0.453, "buy_limit": 70, - "release_date": "2005-07-11", - "examine": "A powerful dagger.", "wiki_name": "Dragon dagger (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_dagger#Poison+", "equipment": { @@ -81428,10 +72517,7 @@ "cost": 240, "lowalch": 96, "highalch": 144, - "weight": 0.453, "buy_limit": 125, - "release_date": "2005-07-11", - "examine": "This dagger is poisoned.", "wiki_name": "Black dagger (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_dagger#Poison+", "equipment": { @@ -81498,9 +72584,6 @@ "cost": 565, "lowalch": 226, "highalch": 339, - "weight": 0.453, - "release_date": "2005-07-11", - "examine": "The blade is covered with poison.", "wiki_name": "Poisoned dagger (unobtainable item) (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Poisoned_dagger_(unobtainable_item)#Poison+", "price": 0 @@ -81518,10 +72601,7 @@ "cost": 35, "lowalch": 14, "highalch": 21, - "weight": 0.453, "buy_limit": 125, - "release_date": "2005-07-11", - "examine": "The blade is covered with poison.", "wiki_name": "Iron dagger (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_dagger#Poison++", "equipment": { @@ -81593,10 +72673,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.453, "buy_limit": 125, - "release_date": "2005-07-11", - "examine": "This dagger is poisoned.", "wiki_name": "Bronze dagger (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_dagger#Poison++", "equipment": { @@ -81668,10 +72745,7 @@ "cost": 125, "lowalch": 50, "highalch": 75, - "weight": 0.453, "buy_limit": 125, - "release_date": "2005-07-11", - "examine": "The blade has been poisoned.", "wiki_name": "Steel dagger (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_dagger#Poison++", "equipment": { @@ -81743,10 +72817,7 @@ "cost": 325, "lowalch": 130, "highalch": 195, - "weight": 0.396, "buy_limit": 125, - "release_date": "2005-07-11", - "examine": "A poisoned Mithril dagger.", "wiki_name": "Mithril dagger (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_dagger#Poison++", "equipment": { @@ -81818,10 +72889,7 @@ "cost": 800, "lowalch": 320, "highalch": 480, - "weight": 0.51, "buy_limit": 125, - "release_date": "2005-07-11", - "examine": "A very dangerous poisoned dagger.", "wiki_name": "Adamant dagger (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_dagger#Poison++", "equipment": { @@ -81893,10 +72961,7 @@ "cost": 8000, "lowalch": 3200, "highalch": 4800, - "weight": 0.453, "buy_limit": 70, - "release_date": "2005-07-11", - "examine": "The blade is covered with a nasty poison.", "wiki_name": "Rune dagger (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_dagger#Poison++", "equipment": { @@ -81968,10 +73033,7 @@ "cost": 24000, "lowalch": 9600, "highalch": 14400, - "weight": 0.453, "buy_limit": 70, - "release_date": "2005-07-11", - "examine": "A powerful dagger.", "wiki_name": "Dragon dagger (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_dagger#Poison++", "equipment": { @@ -82043,10 +73105,7 @@ "cost": 240, "lowalch": 96, "highalch": 144, - "weight": 0.453, "buy_limit": 125, - "release_date": "2005-07-11", - "examine": "This dagger is poisoned.", "wiki_name": "Black dagger (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_dagger#Poison++", "equipment": { @@ -82113,9 +73172,6 @@ "cost": 565, "lowalch": 226, "highalch": 339, - "weight": 0.453, - "release_date": "2005-07-11", - "examine": "The blade is covered with poison.", "wiki_name": "Poisoned dagger (unobtainable item) (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Poisoned_dagger_(unobtainable_item)#Poison++", "price": 0 @@ -82133,10 +73189,7 @@ "cost": 26, "lowalch": 10, "highalch": 15, - "weight": 2.267, "buy_limit": 125, - "release_date": "2005-07-11", - "examine": "A poisoned bronze tipped spear.", "wiki_name": "Bronze spear (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_spear#Poison+", "equipment": { @@ -82208,10 +73261,7 @@ "cost": 91, "lowalch": 36, "highalch": 54, - "weight": 2.267, "buy_limit": 125, - "release_date": "2005-07-11", - "examine": "A poisoned iron tipped spear.", "wiki_name": "Iron spear (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_spear#Poison+", "equipment": { @@ -82283,10 +73333,7 @@ "cost": 325, "lowalch": 130, "highalch": 195, - "weight": 2.267, "buy_limit": 125, - "release_date": "2005-07-11", - "examine": "A poisoned steel tipped spear.", "wiki_name": "Steel spear (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_spear#Poison+", "equipment": { @@ -82358,10 +73405,7 @@ "cost": 845, "lowalch": 338, "highalch": 507, - "weight": 1.814, "buy_limit": 125, - "release_date": "2005-07-11", - "examine": "A poisoned mithril tipped spear.", "wiki_name": "Mithril spear (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_spear#Poison+", "equipment": { @@ -82433,10 +73477,7 @@ "cost": 2080, "lowalch": 832, "highalch": 1248, - "weight": 2.721, "buy_limit": 125, - "release_date": "2005-07-11", - "examine": "A poisoned adamantite tipped spear.", "wiki_name": "Adamant spear (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_spear#Poison+", "equipment": { @@ -82508,10 +73549,7 @@ "cost": 20800, "lowalch": 8320, "highalch": 12480, - "weight": 2.267, "buy_limit": 70, - "release_date": "2005-07-11", - "examine": "A poisoned rune tipped spear.", "wiki_name": "Rune spear (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_spear#Poison+", "equipment": { @@ -82583,10 +73621,7 @@ "cost": 62400, "lowalch": 24960, "highalch": 37440, - "weight": 2.267, "buy_limit": 70, - "release_date": "2005-07-11", - "examine": "A poisoned dragon tipped spear.", "wiki_name": "Dragon spear (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_spear#Poison+", "equipment": { @@ -82658,10 +73693,7 @@ "cost": 26, "lowalch": 10, "highalch": 15, - "weight": 2.267, "buy_limit": 125, - "release_date": "2005-07-11", - "examine": "A poisoned bronze tipped spear.", "wiki_name": "Bronze spear (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_spear#Poison++", "equipment": { @@ -82733,10 +73765,7 @@ "cost": 91, "lowalch": 36, "highalch": 54, - "weight": 2.267, "buy_limit": 125, - "release_date": "2005-07-11", - "examine": "A poisoned iron tipped spear.", "wiki_name": "Iron spear (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_spear#Poison++", "equipment": { @@ -82808,10 +73837,7 @@ "cost": 325, "lowalch": 130, "highalch": 195, - "weight": 2.267, "buy_limit": 125, - "release_date": "2005-07-11", - "examine": "A poisoned steel tipped spear.", "wiki_name": "Steel spear (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_spear#Poison++", "equipment": { @@ -82883,10 +73909,7 @@ "cost": 845, "lowalch": 338, "highalch": 507, - "weight": 1.814, "buy_limit": 125, - "release_date": "2005-07-11", - "examine": "A poisoned mithril tipped spear.", "wiki_name": "Mithril spear (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_spear#Poison++", "equipment": { @@ -82958,10 +73981,7 @@ "cost": 2080, "lowalch": 832, "highalch": 1248, - "weight": 2.721, "buy_limit": 125, - "release_date": "2005-07-11", - "examine": "A poisoned adamantite tipped spear.", "wiki_name": "Adamant spear (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_spear#Poison++", "equipment": { @@ -83033,10 +74053,7 @@ "cost": 20800, "lowalch": 8320, "highalch": 12480, - "weight": 2.267, "buy_limit": 70, - "release_date": "2005-07-11", - "examine": "A poisoned rune tipped spear.", "wiki_name": "Rune spear (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_spear#Poison++", "equipment": { @@ -83108,10 +74125,7 @@ "cost": 62400, "lowalch": 24960, "highalch": 37440, - "weight": 2.267, "buy_limit": 70, - "release_date": "2005-07-11", - "examine": "A poisoned dragon tipped spear.", "wiki_name": "Dragon spear (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_spear#Poison++", "equipment": { @@ -83178,9 +74192,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2005-07-11", - "examine": "A stool for milking", "wiki_name": "Stool", "wiki_url": "https://oldschool.runescape.wiki/w/Stool", "price": 0 @@ -83189,9 +74200,6 @@ "id": 5733, "name": "Rotten potato", "cost": 1, - "weight": 1.814, - "release_date": "2005-07-11", - "examine": "Yuk!", "wiki_name": "Rotten potato", "wiki_url": "https://oldschool.runescape.wiki/w/Rotten_potato", "price": 0 @@ -83209,10 +74217,7 @@ "cost": 750, "lowalch": 300, "highalch": 450, - "weight": 2.267, "buy_limit": 8, - "release_date": "2005-07-11", - "examine": "A poisoned black tipped spear.", "wiki_name": "Black spear (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_spear#Poison+", "equipment": { @@ -83284,10 +74289,7 @@ "cost": 750, "lowalch": 300, "highalch": 450, - "weight": 2.267, "buy_limit": 8, - "release_date": "2005-07-11", - "examine": "A poisoned black tipped spear.", "wiki_name": "Black spear (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_spear#Poison++", "equipment": { @@ -83356,10 +74358,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.55, "buy_limit": 2000, - "release_date": "2005-07-11", - "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": 40000 @@ -83374,10 +74373,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.55, "buy_limit": 2000, - "release_date": "2005-07-11", - "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": 22090 @@ -83392,10 +74388,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.55, "buy_limit": 2000, - "release_date": "2005-07-11", - "examine": "This looks a good deal stronger than normal Greenman's Ale.", "wiki_name": "Greenman's ale(m)", "wiki_url": "https://oldschool.runescape.wiki/w/Greenman's_ale(m)", "price": 93598 @@ -83410,10 +74403,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.55, "buy_limit": 2000, - "release_date": "2005-07-11", - "examine": "This looks a good deal stronger than normal Dragon Bitter.", "wiki_name": "Dragon bitter(m)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_bitter(m)", "price": 50192 @@ -83428,10 +74418,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.55, "buy_limit": 2000, - "release_date": "2005-07-11", - "examine": "This looks a good deal stronger than normal Dwarven Stout.", "wiki_name": "Dwarven stout(m)", "wiki_url": "https://oldschool.runescape.wiki/w/Dwarven_stout(m)", "price": 15815 @@ -83446,10 +74433,7 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.55, "buy_limit": 2000, - "release_date": "2005-07-11", - "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": 64444 @@ -83464,10 +74448,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.55, "buy_limit": 2000, - "release_date": "2005-07-11", - "examine": "This might help me chop harder.", "wiki_name": "Axeman's folly", "wiki_url": "https://oldschool.runescape.wiki/w/Axeman's_folly", "price": 1076 @@ -83482,10 +74463,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.55, "buy_limit": 2000, - "release_date": "2005-07-11", - "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": 73945 @@ -83500,10 +74478,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.55, "buy_limit": 2000, - "release_date": "2005-07-11", - "examine": "A fruity, full-bodied ale.", "wiki_name": "Chef's delight", "wiki_url": "https://oldschool.runescape.wiki/w/Chef's_delight", "price": 329 @@ -83518,10 +74493,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.55, "buy_limit": 2000, - "release_date": "2005-07-11", - "examine": "This looks a good deal stronger than normal Chef's Delight.", "wiki_name": "Chef's delight(m)", "wiki_url": "https://oldschool.runescape.wiki/w/Chef's_delight(m)", "price": 67583 @@ -83536,10 +74508,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.55, "buy_limit": 2000, - "release_date": "2005-07-11", - "examine": "Ale with bite.", "wiki_name": "Slayer's respite", "wiki_url": "https://oldschool.runescape.wiki/w/Slayer's_respite", "price": 34 @@ -83554,10 +74523,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.55, "buy_limit": 2000, - "release_date": "2005-07-11", - "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": 77699 @@ -83572,10 +74538,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.55, "buy_limit": 2000, - "release_date": "2005-07-11", - "examine": "A glass of cider.", "wiki_name": "Cider", "wiki_url": "https://oldschool.runescape.wiki/w/Cider", "price": 232 @@ -83590,10 +74553,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.55, "buy_limit": 2000, - "release_date": "2005-07-11", - "examine": "This looks a good deal stronger than normal cider.", "wiki_name": "Mature cider", "wiki_url": "https://oldschool.runescape.wiki/w/Mature_cider", "price": 151728 @@ -83608,10 +74568,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.834, "buy_limit": 11000, - "release_date": "2005-07-11", - "examine": "A pot filled with ale yeast.", "wiki_name": "Ale yeast", "wiki_url": "https://oldschool.runescape.wiki/w/Ale_yeast", "price": 851 @@ -83626,10 +74583,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, "buy_limit": 10000, - "release_date": "2005-07-11", - "examine": "Sliced and hollowed out to form a keg.", "wiki_name": "Calquat keg", "wiki_url": "https://oldschool.runescape.wiki/w/Calquat_keg", "price": 138 @@ -83643,9 +74597,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-07-11", - "examine": "This keg contains 1 pint of Dwarven Stout.", "wiki_name": "Dwarven stout (keg) (1 pint)", "wiki_url": "https://oldschool.runescape.wiki/w/Dwarven_stout_(keg)#1_pint", "price": 0 @@ -83659,9 +74610,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-07-11", - "examine": "This keg contains 2 pints of Dwarven Stout.", "wiki_name": "Dwarven stout (keg) (2 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Dwarven_stout_(keg)#2_pints", "price": 0 @@ -83675,9 +74623,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-07-11", - "examine": "This keg contains 3 pints of Dwarven Stout.", "wiki_name": "Dwarven stout (keg) (3 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Dwarven_stout_(keg)#3_pints", "price": 0 @@ -83692,10 +74637,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, "buy_limit": 2000, - "release_date": "2005-07-11", - "examine": "This keg contains 4 pints of Dwarven Stout.", "wiki_name": "Dwarven stout (keg) (4 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Dwarven_stout_(keg)#4_pints", "price": 10625 @@ -83709,9 +74651,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-07-11", - "examine": "This keg contains 1 pint of Asgarnian Ale.", "wiki_name": "Asgarnian ale (keg) (1 pint)", "wiki_url": "https://oldschool.runescape.wiki/w/Asgarnian_ale_(keg)#1_pint", "price": 0 @@ -83725,9 +74664,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-07-11", - "examine": "This keg contains 2 pints of Asgarnian Ale.", "wiki_name": "Asgarnian ale (keg) (2 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Asgarnian_ale_(keg)#2_pints", "price": 0 @@ -83741,9 +74677,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-07-11", - "examine": "This keg contains 3 pints of Asgarnian Ale.", "wiki_name": "Asgarnian ale (keg) (3 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Asgarnian_ale_(keg)#3_pints", "price": 0 @@ -83758,10 +74691,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, "buy_limit": 2000, - "release_date": "2005-07-11", - "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": 60794 @@ -83775,9 +74705,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-07-11", - "examine": "This keg contains 1 pint of Greenmans Ale.", "wiki_name": "Greenmans ale (keg) (1 pint)", "wiki_url": "https://oldschool.runescape.wiki/w/Greenmans_ale_(keg)#1_pint", "price": 0 @@ -83791,9 +74718,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-07-11", - "examine": "This keg contains 2 pints of Greenmans Ale.", "wiki_name": "Greenmans ale (keg) (2 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Greenmans_ale_(keg)#2_pints", "price": 0 @@ -83807,9 +74731,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-07-11", - "examine": "This keg contains 3 pints of Greenmans Ale.", "wiki_name": "Greenmans ale (keg) (3 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Greenmans_ale_(keg)#3_pints", "price": 0 @@ -83824,10 +74745,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, "buy_limit": 2000, - "release_date": "2005-07-11", - "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": 27981 @@ -83841,9 +74759,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-07-11", - "examine": "This keg contains 1 pint of Wizards Mind Bomb.", "wiki_name": "Mind bomb (keg) (1 pint)", "wiki_url": "https://oldschool.runescape.wiki/w/Mind_bomb_(keg)#1_pint", "price": 0 @@ -83857,9 +74772,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-07-11", - "examine": "This keg contains 2 pints of Wizards Mind Bomb.", "wiki_name": "Mind bomb (keg) (2 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Mind_bomb_(keg)#2_pints", "price": 0 @@ -83873,9 +74785,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-07-11", - "examine": "This keg contains 3 pints of Wizards Mind Bomb.", "wiki_name": "Mind bomb (keg) (3 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Mind_bomb_(keg)#3_pints", "price": 0 @@ -83890,10 +74799,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, "buy_limit": 2000, - "release_date": "2005-07-11", - "examine": "This keg contains 4 pints of Wizards Mind Bomb.", "wiki_name": "Mind bomb (keg) (4 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Mind_bomb_(keg)#4_pints", "price": 63579 @@ -83907,9 +74813,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-07-11", - "examine": "This keg contains 1 pint of Dragon Bitter.", "wiki_name": "Dragon bitter (keg) (1 pint)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_bitter_(keg)#1_pint", "price": 0 @@ -83923,9 +74826,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-07-11", - "examine": "This keg contains 2 pints of Dragon Bitter.", "wiki_name": "Dragon bitter (keg) (2 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_bitter_(keg)#2_pints", "price": 0 @@ -83939,9 +74839,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-07-11", - "examine": "This keg contains 3 pints of Dragon Bitter.", "wiki_name": "Dragon bitter (keg) (3 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_bitter_(keg)#3_pints", "price": 0 @@ -83956,10 +74853,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, "buy_limit": 2000, - "release_date": "2005-07-11", - "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": 19955 @@ -83973,9 +74867,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-07-11", - "examine": "This keg contains 1 pint of Moonlight Mead.", "wiki_name": "Moonlight mead (keg) (1 pint)", "wiki_url": "https://oldschool.runescape.wiki/w/Moonlight_mead_(keg)#1_pint", "price": 0 @@ -83989,9 +74880,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-07-11", - "examine": "This keg contains 2 pints of Moonlight Mead.", "wiki_name": "Moonlight mead (keg) (2 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Moonlight_mead_(keg)#2_pints", "price": 0 @@ -84005,9 +74893,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-07-11", - "examine": "This keg contains 3 pints of Moonlight Mead.", "wiki_name": "Moonlight mead (keg) (3 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Moonlight_mead_(keg)#3_pints", "price": 0 @@ -84022,10 +74907,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, "buy_limit": 2000, - "release_date": "2005-07-11", - "examine": "This keg contains 4 pints of Moonlight Mead.", "wiki_name": "Moonlight mead (keg) (4 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Moonlight_mead_(keg)#4_pints", "price": 25001 @@ -84039,9 +74921,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-07-11", - "examine": "This keg contains 1 pint of Axeman's Folly.", "wiki_name": "Axeman's folly (keg) (1 pint)", "wiki_url": "https://oldschool.runescape.wiki/w/Axeman's_folly_(keg)#1_pint", "price": 0 @@ -84055,9 +74934,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-07-11", - "examine": "This keg contains 2 pints of Axeman's Folly.", "wiki_name": "Axeman's folly (keg) (2 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Axeman's_folly_(keg)#2_pints", "price": 0 @@ -84071,9 +74947,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-07-11", - "examine": "This keg contains 3 pints of Axeman's Folly.", "wiki_name": "Axeman's folly (keg) (3 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Axeman's_folly_(keg)#3_pints", "price": 0 @@ -84088,10 +74961,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, "buy_limit": 2000, - "release_date": "2005-07-11", - "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": 10848 @@ -84105,9 +74975,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-07-11", - "examine": "This keg contains 1 pint of Chef's Delight.", "wiki_name": "Chef's delight (keg) (1 pint)", "wiki_url": "https://oldschool.runescape.wiki/w/Chef's_delight_(keg)#1_pint", "price": 0 @@ -84121,9 +74988,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-07-11", - "examine": "This keg contains 2 pints of Chef's Delight.", "wiki_name": "Chef's delight (keg) (2 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Chef's_delight_(keg)#2_pints", "price": 0 @@ -84137,9 +75001,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-07-11", - "examine": "This keg contains 3 pints of Chef's Delight.", "wiki_name": "Chef's delight (keg) (3 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Chef's_delight_(keg)#3_pints", "price": 0 @@ -84154,10 +75015,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, "buy_limit": 2000, - "release_date": "2005-07-11", - "examine": "This keg contains 4 pints of Chef's Delight.", "wiki_name": "Chef's delight (keg) (4 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Chef's_delight_(keg)#4_pints", "price": 5173 @@ -84171,9 +75029,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-07-11", - "examine": "This keg contains 1 pint of Slayer's Respite.", "wiki_name": "Slayer's respite (keg) (1 pint)", "wiki_url": "https://oldschool.runescape.wiki/w/Slayer's_respite_(keg)#1_pint", "price": 0 @@ -84187,9 +75042,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-07-11", - "examine": "This keg contains 2 pints of Slayer's Respite.", "wiki_name": "Slayer's respite (keg) (2 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Slayer's_respite_(keg)#2_pints", "price": 0 @@ -84203,9 +75055,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-07-11", - "examine": "This keg contains 3 pints of Slayer's Respite.", "wiki_name": "Slayer's respite (keg) (3 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Slayer's_respite_(keg)#3_pints", "price": 0 @@ -84220,10 +75069,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, "buy_limit": 2000, - "release_date": "2005-07-11", - "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": 7256 @@ -84237,9 +75083,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-07-11", - "examine": "This keg contains 1 pint of Cider.", "wiki_name": "Cider (keg) (1 pint)", "wiki_url": "https://oldschool.runescape.wiki/w/Cider_(keg)#1_pint", "price": 0 @@ -84253,9 +75096,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-07-11", - "examine": "This keg contains 2 pints of Cider.", "wiki_name": "Cider (keg) (2 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Cider_(keg)#2_pints", "price": 0 @@ -84269,9 +75109,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-07-11", - "examine": "This keg contains 3 pints of Cider.", "wiki_name": "Cider (keg) (3 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Cider_(keg)#3_pints", "price": 0 @@ -84286,10 +75123,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, "buy_limit": 2000, - "release_date": "2005-07-11", - "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": 24900 @@ -84303,9 +75137,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-07-11", - "examine": "This keg contains 1 pint of mature Dwarven Stout.", "wiki_name": "Dwarven stout(m) (keg) (1 pint)", "wiki_url": "https://oldschool.runescape.wiki/w/Dwarven_stout(m)_(keg)#1_pint", "price": 0 @@ -84319,9 +75150,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-07-11", - "examine": "This keg contains 2 pints of mature Dwarven Stout.", "wiki_name": "Dwarven stout(m) (keg) (2 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Dwarven_stout(m)_(keg)#2_pints", "price": 0 @@ -84335,9 +75163,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-07-11", - "examine": "This keg contains 3 pints of mature Dwarven Stout.", "wiki_name": "Dwarven stout(m) (keg) (3 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Dwarven_stout(m)_(keg)#3_pints", "price": 0 @@ -84352,10 +75177,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, "buy_limit": 2000, - "release_date": "2005-07-11", - "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": 273790 @@ -84369,9 +75191,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-07-11", - "examine": "This keg contains 1 pint of mature Asgarnian Ale.", "wiki_name": "Asgarnian ale(m) (keg) (1 pint)", "wiki_url": "https://oldschool.runescape.wiki/w/Asgarnian_ale(m)_(keg)#1_pint", "price": 0 @@ -84385,9 +75204,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-07-11", - "examine": "This keg contains 2 pints of mature Asgarnian Ale.", "wiki_name": "Asgarnian ale(m) (keg) (2 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Asgarnian_ale(m)_(keg)#2_pints", "price": 0 @@ -84401,9 +75217,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-07-11", - "examine": "This keg contains 3 pints of mature Asgarnian Ale.", "wiki_name": "Asgarnian ale(m) (keg) (3 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Asgarnian_ale(m)_(keg)#3_pints", "price": 0 @@ -84418,10 +75231,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, "buy_limit": 2000, - "release_date": "2005-07-11", - "examine": "This keg contains 4 pints of mature Asgarnian Ale.", "wiki_name": "Asgarnian ale(m) (keg) (4 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Asgarnian_ale(m)_(keg)#4_pints", "price": 75250 @@ -84435,9 +75245,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-07-11", - "examine": "This keg contains 1 pint of mature Greenmans Ale.", "wiki_name": "Greenmans ale(m) (keg) (1 pint)", "wiki_url": "https://oldschool.runescape.wiki/w/Greenmans_ale(m)_(keg)#1_pint", "price": 0 @@ -84451,9 +75258,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-07-11", - "examine": "This keg contains 2 pints of mature Greenmans Ale.", "wiki_name": "Greenmans ale(m) (keg) (2 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Greenmans_ale(m)_(keg)#2_pints", "price": 0 @@ -84467,9 +75271,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-07-11", - "examine": "This keg contains 3 pints of mature Greenmans Ale.", "wiki_name": "Greenmans ale(m) (keg) (3 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Greenmans_ale(m)_(keg)#3_pints", "price": 0 @@ -84484,10 +75285,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, "buy_limit": 2000, - "release_date": "2005-07-11", - "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": 176500 @@ -84501,9 +75299,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-07-11", - "examine": "This keg contains 1 pint of mature Wizards Mind Bomb.", "wiki_name": "Mind bomb(m) (keg) (1 pint)", "wiki_url": "https://oldschool.runescape.wiki/w/Mind_bomb(m)_(keg)#1_pint", "price": 0 @@ -84517,9 +75312,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-07-11", - "examine": "This keg contains 2 pints of mature Wizards Mind Bomb.", "wiki_name": "Mind bomb(m) (keg) (2 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Mind_bomb(m)_(keg)#2_pints", "price": 0 @@ -84533,9 +75325,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-07-11", - "examine": "This keg contains 3 pints of mature Wizards Mind Bomb.", "wiki_name": "Mind bomb(m) (keg) (3 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Mind_bomb(m)_(keg)#3_pints", "price": 0 @@ -84550,10 +75339,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, "buy_limit": 2000, - "release_date": "2005-07-11", - "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": 46897 @@ -84567,9 +75353,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-07-11", - "examine": "This keg contains 1 pint of mature Dragon Bitter.", "wiki_name": "Dragon bitter(m) (keg) (1 pint)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_bitter(m)_(keg)#1_pint", "price": 0 @@ -84583,9 +75366,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-07-11", - "examine": "This keg contains 2 pints of mature Dragon Bitter.", "wiki_name": "Dragon bitter(m) (keg) (2 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_bitter(m)_(keg)#2_pints", "price": 0 @@ -84599,9 +75379,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-07-11", - "examine": "This keg contains 3 pints of mature Dragon Bitter.", "wiki_name": "Dragon bitter(m) (keg) (3 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_bitter(m)_(keg)#3_pints", "price": 0 @@ -84616,10 +75393,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, "buy_limit": 2000, - "release_date": "2005-07-11", - "examine": "This keg contains 4 pints of mature Dragon Bitter.", "wiki_name": "Dragon bitter(m) (keg) (4 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_bitter(m)_(keg)#4_pints", "price": 89336 @@ -84633,9 +75407,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-07-11", - "examine": "This keg contains 1 pint of mature Moonlight Mead.", "wiki_name": "Moonlight mead(m) (keg) (1 pint)", "wiki_url": "https://oldschool.runescape.wiki/w/Moonlight_mead(m)_(keg)#1_pint", "price": 0 @@ -84649,9 +75420,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-07-11", - "examine": "This keg contains 2 pints of mature Moonlight Mead.", "wiki_name": "Moonlight mead(m) (keg) (2 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Moonlight_mead(m)_(keg)#2_pints", "price": 0 @@ -84665,9 +75433,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-07-11", - "examine": "This keg contains 3 pints of mature Moonlight Mead.", "wiki_name": "Moonlight mead(m) (keg) (3 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Moonlight_mead(m)_(keg)#3_pints", "price": 0 @@ -84682,10 +75447,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, "buy_limit": 2000, - "release_date": "2005-07-11", - "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": 120691 @@ -84699,9 +75461,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-07-11", - "examine": "This keg contains 1 pint of mature Axeman's Folly.", "wiki_name": "Axeman's folly(m) (keg) (1 pint)", "wiki_url": "https://oldschool.runescape.wiki/w/Axeman's_folly(m)_(keg)#1_pint", "price": 0 @@ -84715,9 +75474,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-07-11", - "examine": "This keg contains 2 pints of mature Axeman's Folly.", "wiki_name": "Axeman's folly(m) (keg) (2 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Axeman's_folly(m)_(keg)#2_pints", "price": 0 @@ -84731,9 +75487,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-07-11", - "examine": "This keg contains 3 pints of mature Axeman's Folly.", "wiki_name": "Axeman's folly(m) (keg) (3 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Axeman's_folly(m)_(keg)#3_pints", "price": 0 @@ -84748,10 +75501,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, "buy_limit": 2000, - "release_date": "2005-07-11", - "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": 230494 @@ -84765,9 +75515,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-07-11", - "examine": "This keg contains 1 pint of mature Chef's Delight.", "wiki_name": "Chef's delight(m) (keg) (1 pint)", "wiki_url": "https://oldschool.runescape.wiki/w/Chef's_delight(m)_(keg)#1_pint", "price": 0 @@ -84781,9 +75528,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-07-11", - "examine": "This keg contains 2 pints of mature Chef's Delight.", "wiki_name": "Chef's delight(m) (keg) (2 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Chef's_delight(m)_(keg)#2_pints", "price": 0 @@ -84797,9 +75541,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-07-11", - "examine": "This keg contains 3 pints of mature Chef's Delight.", "wiki_name": "Chef's delight(m) (keg) (3 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Chef's_delight(m)_(keg)#3_pints", "price": 0 @@ -84814,10 +75555,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, "buy_limit": 2000, - "release_date": "2005-07-11", - "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": 304000 @@ -84831,9 +75569,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-07-11", - "examine": "This keg contains 1 pint of mature Slayer's Respite.", "wiki_name": "Slayer's respite(m) (keg) (1 pint)", "wiki_url": "https://oldschool.runescape.wiki/w/Slayer's_respite(m)_(keg)#1_pint", "price": 0 @@ -84847,9 +75582,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-07-11", - "examine": "This keg contains 2 pints of mature Slayer's Respite.", "wiki_name": "Slayer's respite(m) (keg) (2 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Slayer's_respite(m)_(keg)#2_pints", "price": 0 @@ -84863,9 +75595,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-07-11", - "examine": "This keg contains 3 pints of mature Slayer's Respite.", "wiki_name": "Slayer's respite(m) (keg) (3 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Slayer's_respite(m)_(keg)#3_pints", "price": 0 @@ -84880,10 +75609,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, "buy_limit": 2000, - "release_date": "2005-07-11", - "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": 112000 @@ -84897,9 +75623,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-07-11", - "examine": "This keg contains 1 pint of mature Cider.", "wiki_name": "Cider(m) (keg) (1 pint)", "wiki_url": "https://oldschool.runescape.wiki/w/Cider(m)_(keg)#1_pint", "price": 0 @@ -84913,9 +75636,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-07-11", - "examine": "This keg contains 2 pints of mature Cider.", "wiki_name": "Cider(m) (keg) (2 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Cider(m)_(keg)#2_pints", "price": 0 @@ -84929,9 +75649,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-07-11", - "examine": "This keg contains 3 pints of mature Cider.", "wiki_name": "Cider(m) (keg) (3 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Cider(m)_(keg)#3_pints", "price": 0 @@ -84946,10 +75663,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, "buy_limit": 2000, - "release_date": "2005-07-11", - "examine": "This keg contains 4 pints of mature Cider.", "wiki_name": "Cider(m) (keg) (4 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Cider(m)_(keg)#4_pints", "price": 1026050 @@ -84964,10 +75678,7 @@ "cost": 6, "lowalch": 2, "highalch": 3, - "weight": 0.226, "buy_limit": 13000, - "release_date": "2005-07-11", - "examine": "I can weave this to make sacks.", "wiki_name": "Jute fibre", "wiki_url": "https://oldschool.runescape.wiki/w/Jute_fibre", "price": 1487 @@ -84982,10 +75693,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.907, "buy_limit": 11000, - "release_date": "2005-07-11", - "examine": "A branch from a willow tree.", "wiki_name": "Willow branch", "wiki_url": "https://oldschool.runescape.wiki/w/Willow_branch", "price": 2125 @@ -85000,10 +75708,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.035, "buy_limit": 11000, - "release_date": "2005-07-11", - "examine": "A vial filled with coconut milk", "wiki_name": "Coconut milk", "wiki_url": "https://oldschool.runescape.wiki/w/Coconut_milk", "price": 220 @@ -85015,9 +75720,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.035, - "release_date": "2005-07-11", - "examine": "A vial of coconut milk and Cactus spine.", "wiki_name": "Weapon poison+ (unf)", "wiki_url": "https://oldschool.runescape.wiki/w/Weapon_poison+_(unf)", "price": 0 @@ -85032,10 +75734,7 @@ "cost": 288, "lowalch": 115, "highalch": 172, - "weight": 0.035, "buy_limit": 2000, - "release_date": "2005-07-11", - "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": 657 @@ -85047,9 +75746,6 @@ "cost": 14, "lowalch": 5, "highalch": 8, - "weight": 0.035, - "release_date": "2005-07-11", - "examine": "A vial of coconut milk and Deadly Nightshade.", "wiki_name": "Weapon poison++ (unf)", "wiki_url": "https://oldschool.runescape.wiki/w/Weapon_poison++_(unf)", "price": 0 @@ -85064,10 +75760,7 @@ "cost": 432, "lowalch": 172, "highalch": 259, - "weight": 0.035, "buy_limit": 2000, - "release_date": "2005-07-11", - "examine": "A vial of super strong weapon poison, for spears and daggers.", "wiki_name": "Weapon poison(++)", "wiki_url": "https://oldschool.runescape.wiki/w/Weapon_poison(++)", "price": 5710 @@ -85079,9 +75772,6 @@ "cost": 14, "lowalch": 5, "highalch": 8, - "weight": 0.035, - "release_date": "2005-07-11", - "examine": "A vial of coconut milk and Toadflax.", "wiki_name": "Antidote+ (unf)", "wiki_url": "https://oldschool.runescape.wiki/w/Antidote+_(unf)", "price": 0 @@ -85096,10 +75786,7 @@ "cost": 360, "lowalch": 144, "highalch": 216, - "weight": 0.035, "buy_limit": 4000, - "release_date": "2005-07-11", - "examine": "4 doses of extra strong antipoison potion.", "wiki_name": "Antidote+ (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Antidote+#4_dose", "price": 1976 @@ -85114,10 +75801,7 @@ "cost": 288, "lowalch": 115, "highalch": 172, - "weight": 0.035, "buy_limit": 4000, - "release_date": "2005-07-11", - "examine": "3 doses of extra strong antipoison potion.", "wiki_name": "Antidote+ (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Antidote+#3_dose", "price": 1362 @@ -85132,10 +75816,7 @@ "cost": 216, "lowalch": 86, "highalch": 129, - "weight": 0.035, "buy_limit": 4000, - "release_date": "2005-07-11", - "examine": "2 doses of extra strong antipoison potion.", "wiki_name": "Antidote+ (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Antidote+#2_dose", "price": 853 @@ -85150,10 +75831,7 @@ "cost": 144, "lowalch": 57, "highalch": 86, - "weight": 0.035, "buy_limit": 4000, - "release_date": "2005-07-11", - "examine": "1 dose of extra strong antipoison potion.", "wiki_name": "Antidote+ (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Antidote+#1_dose", "price": 720 @@ -85165,9 +75843,6 @@ "cost": 14, "lowalch": 5, "highalch": 8, - "weight": 0.035, - "release_date": "2005-07-11", - "examine": "A vial of coconut milk and Irit Leaf.", "wiki_name": "Antidote++ (unf)", "wiki_url": "https://oldschool.runescape.wiki/w/Antidote++_(unf)", "price": 0 @@ -85182,10 +75857,7 @@ "cost": 360, "lowalch": 144, "highalch": 216, - "weight": 0.035, "buy_limit": 4000, - "release_date": "2005-07-11", - "examine": "4 doses of super strong antipoison potion.", "wiki_name": "Antidote++ (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Antidote++#4_dose", "price": 4502 @@ -85200,10 +75872,7 @@ "cost": 288, "lowalch": 115, "highalch": 172, - "weight": 0.035, "buy_limit": 4000, - "release_date": "2005-07-11", - "examine": "3 doses of super strong antipoison potion.", "wiki_name": "Antidote++ (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Antidote++#3_dose", "price": 3355 @@ -85218,10 +75887,7 @@ "cost": 216, "lowalch": 86, "highalch": 129, - "weight": 0.035, "buy_limit": 4000, - "release_date": "2005-07-11", - "examine": "2 doses of super strong antipoison potion.", "wiki_name": "Antidote++ (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Antidote++#2_dose", "price": 2051 @@ -85236,10 +75902,7 @@ "cost": 144, "lowalch": 57, "highalch": 86, - "weight": 0.035, "buy_limit": 4000, - "release_date": "2005-07-11", - "examine": "1 dose of super strong antipoison potion.", "wiki_name": "Antidote++ (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Antidote++#1_dose", "price": 1301 @@ -85253,9 +75916,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.056, - "release_date": "2005-07-11", - "examine": "A fruit basket filled with tomatoes.", "wiki_name": "Tomatoes (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Tomatoes#(1)", "price": 0 @@ -85269,9 +75929,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.085, - "release_date": "2005-07-11", - "examine": "A fruit basket filled with tomatoes.", "wiki_name": "Tomatoes (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Tomatoes#(2)", "price": 0 @@ -85285,9 +75942,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.113, - "release_date": "2005-07-11", - "examine": "A fruit basket filled with tomatoes.", "wiki_name": "Tomatoes (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Tomatoes#(3)", "price": 0 @@ -85301,9 +75955,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.141, - "release_date": "2005-07-11", - "examine": "A fruit basket filled with tomatoes.", "wiki_name": "Tomatoes (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Tomatoes#(4)", "price": 0 @@ -85318,10 +75969,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.17, "buy_limit": 600, - "release_date": "2005-07-11", - "examine": "A fruit basket filled with tomatoes.", "wiki_name": "Tomatoes (5)", "wiki_url": "https://oldschool.runescape.wiki/w/Tomatoes#(5)", "price": 186 @@ -85336,10 +75984,7 @@ "cost": 19, "lowalch": 7, "highalch": 11, - "weight": 0.028, "buy_limit": 11000, - "release_date": "2005-07-11", - "examine": "I could make a spicy curry with this.", "wiki_name": "Curry leaf", "wiki_url": "https://oldschool.runescape.wiki/w/Curry_leaf", "price": 24 @@ -85354,10 +75999,7 @@ "cost": 64, "lowalch": 25, "highalch": 38, - "weight": 0.028, "buy_limit": 11000, - "release_date": "2005-07-11", - "examine": "Looks delicious.", "wiki_name": "Papaya fruit", "wiki_url": "https://oldschool.runescape.wiki/w/Papaya_fruit", "price": 1627 @@ -85372,10 +76014,7 @@ "cost": 87, "lowalch": 34, "highalch": 52, - "weight": 0.028, "buy_limit": 11000, - "release_date": "2005-07-11", - "examine": "It's a coconut.", "wiki_name": "Coconut", "wiki_url": "https://oldschool.runescape.wiki/w/Coconut", "price": 2422 @@ -85389,9 +76028,6 @@ "cost": 87, "lowalch": 34, "highalch": 52, - "weight": 0.028, - "release_date": "2005-07-11", - "examine": "It's a coconut.", "wiki_name": "Half coconut", "wiki_url": "https://oldschool.runescape.wiki/w/Half_coconut", "price": 0 @@ -85405,9 +76041,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-07-11", - "examine": "All the milk has been removed.", "wiki_name": "Coconut shell", "wiki_url": "https://oldschool.runescape.wiki/w/Coconut_shell", "price": 0 @@ -85422,10 +76055,7 @@ "cost": 54, "lowalch": 21, "highalch": 32, - "weight": 0.028, "buy_limit": 11000, - "release_date": "2005-07-11", - "examine": "This is the largest fruit I've ever seen.", "wiki_name": "Calquat fruit", "wiki_url": "https://oldschool.runescape.wiki/w/Calquat_fruit", "price": 124 @@ -85440,10 +76070,7 @@ "cost": 48, "lowalch": 19, "highalch": 28, - "weight": 0.113, "buy_limit": 11000, - "release_date": "2005-07-11", - "examine": "A juicy watermelon.", "wiki_name": "Watermelon", "wiki_url": "https://oldschool.runescape.wiki/w/Watermelon", "price": 27 @@ -85458,10 +76085,7 @@ "cost": 16, "lowalch": 6, "highalch": 9, - "weight": 0.028, "buy_limit": 11000, - "release_date": "2005-07-11", - "examine": "A slice of watermelon.", "wiki_name": "Watermelon slice", "wiki_url": "https://oldschool.runescape.wiki/w/Watermelon_slice", "price": 70 @@ -85476,10 +76100,7 @@ "cost": 9, "lowalch": 3, "highalch": 5, - "weight": 0.028, "buy_limit": 11000, - "release_date": "2005-07-11", - "examine": "Raw sweetcorn.", "wiki_name": "Sweetcorn", "wiki_url": "https://oldschool.runescape.wiki/w/Sweetcorn", "price": 52 @@ -85494,10 +76115,7 @@ "cost": 9, "lowalch": 3, "highalch": 5, - "weight": 0.028, "buy_limit": 11000, - "release_date": "2005-07-11", - "examine": "Delicious cooked sweetcorn.", "wiki_name": "Cooked sweetcorn", "wiki_url": "https://oldschool.runescape.wiki/w/Cooked_sweetcorn", "price": 349 @@ -85511,9 +76129,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-07-11", - "examine": "This sweetcorn has been cooked for too long.", "wiki_name": "Burnt sweetcorn", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_sweetcorn", "price": 0 @@ -85528,10 +76143,7 @@ "cost": 13, "lowalch": 5, "highalch": 7, - "weight": 1.1, "buy_limit": 11000, - "release_date": "2005-07-11", - "examine": "A bucket of apple mush.", "wiki_name": "Apple mush", "wiki_url": "https://oldschool.runescape.wiki/w/Apple_mush", "price": 6250 @@ -85546,10 +76158,7 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.028, "buy_limit": 11000, - "release_date": "2005-07-11", - "examine": "A handful of Hammerstone Hops.", "wiki_name": "Hammerstone hops", "wiki_url": "https://oldschool.runescape.wiki/w/Hammerstone_hops", "price": 245 @@ -85564,10 +76173,7 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.028, "buy_limit": 11000, - "release_date": "2005-07-11", - "examine": "A handful of Asgarnian Hops.", "wiki_name": "Asgarnian hops", "wiki_url": "https://oldschool.runescape.wiki/w/Asgarnian_hops", "price": 234 @@ -85582,10 +76188,7 @@ "cost": 7, "lowalch": 2, "highalch": 4, - "weight": 0.028, "buy_limit": 11000, - "release_date": "2005-07-11", - "examine": "A handful of Yanillian Hops.", "wiki_name": "Yanillian hops", "wiki_url": "https://oldschool.runescape.wiki/w/Yanillian_hops", "price": 1275 @@ -85600,10 +76203,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.028, "buy_limit": 11000, - "release_date": "2005-07-11", - "examine": "A handful of Krandorian Hops.", "wiki_name": "Krandorian hops", "wiki_url": "https://oldschool.runescape.wiki/w/Krandorian_hops", "price": 83 @@ -85618,10 +76218,7 @@ "cost": 15, "lowalch": 6, "highalch": 9, - "weight": 0.028, "buy_limit": 11000, - "release_date": "2005-07-11", - "examine": "A handful of Wildblood Hops.", "wiki_name": "Wildblood hops", "wiki_url": "https://oldschool.runescape.wiki/w/Wildblood_hops", "price": 25 @@ -85636,10 +76233,7 @@ "cost": 38, "lowalch": 15, "highalch": 22, - "weight": 0.028, "buy_limit": 11000, - "release_date": "2005-07-11", - "examine": "A Bittercap Mushroom", "wiki_name": "Mushroom", "wiki_url": "https://oldschool.runescape.wiki/w/Mushroom", "price": 335 @@ -85654,10 +76248,7 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.028, "buy_limit": 11000, - "release_date": "2005-07-11", - "examine": "A handful of Barley.", "wiki_name": "Barley", "wiki_url": "https://oldschool.runescape.wiki/w/Barley", "price": 800 @@ -85672,10 +76263,7 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.028, "buy_limit": 11000, - "release_date": "2005-07-11", - "examine": "A handful of barley malt.", "wiki_name": "Barley malt", "wiki_url": "https://oldschool.runescape.wiki/w/Barley_malt", "price": 1472 @@ -85690,10 +76278,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, "buy_limit": 600, - "release_date": "2005-07-11", - "examine": "A bunch of marigolds.", "wiki_name": "Marigolds", "wiki_url": "https://oldschool.runescape.wiki/w/Marigolds", "price": 211 @@ -85708,10 +76293,7 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.028, "buy_limit": 600, - "release_date": "2005-07-11", - "examine": "A bunch of nasturtiums.", "wiki_name": "Nasturtiums", "wiki_url": "https://oldschool.runescape.wiki/w/Nasturtiums", "price": 155 @@ -85726,10 +76308,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.028, "buy_limit": 600, - "release_date": "2005-07-11", - "examine": "Some rosemary.", "wiki_name": "Rosemary", "wiki_url": "https://oldschool.runescape.wiki/w/Rosemary", "price": 146 @@ -85744,10 +76323,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, "buy_limit": 11000, - "release_date": "2005-07-11", - "examine": "Don't prick yourself with this.", "wiki_name": "Cactus spine", "wiki_url": "https://oldschool.runescape.wiki/w/Cactus_spine", "price": 2148 @@ -85762,10 +76338,7 @@ "cost": 65, "lowalch": 26, "highalch": 39, - "weight": 0.007, "buy_limit": 11000, - "release_date": "2005-07-11", - "examine": "They look sweet and juicy, but only a fool would eat them.", "wiki_name": "Poison ivy berries", "wiki_url": "https://oldschool.runescape.wiki/w/Poison_ivy_berries", "price": 62 @@ -85780,8 +76353,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2005-07-11", - "examine": "A pile of leaves.", "wiki_name": "Leaves", "wiki_url": "https://oldschool.runescape.wiki/w/Leaves", "price": 32 @@ -85796,8 +76367,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2005-07-11", - "examine": "A pile of Oak tree leaves.", "wiki_name": "Leaves (oak)", "wiki_url": "https://oldschool.runescape.wiki/w/Leaves_(oak)", "price": 108 @@ -85812,8 +76381,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2005-07-11", - "examine": "A pile of Willow tree leaves.", "wiki_name": "Leaves (willow)", "wiki_url": "https://oldschool.runescape.wiki/w/Leaves_(willow)", "price": 142 @@ -85828,8 +76395,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2005-07-11", - "examine": "A pile of Yew tree leaves.", "wiki_name": "Leaves (yew)", "wiki_url": "https://oldschool.runescape.wiki/w/Leaves_(yew)", "price": 464 @@ -85844,8 +76409,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2005-07-11", - "examine": "A pile of Maple tree leaves.", "wiki_name": "Leaves (maple)", "wiki_url": "https://oldschool.runescape.wiki/w/Leaves_(maple)", "price": 303 @@ -85860,8 +76423,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2005-07-11", - "examine": "A pile of Magic tree leaves.", "wiki_name": "Leaves (magic)", "wiki_url": "https://oldschool.runescape.wiki/w/Leaves_(magic)", "price": 697 @@ -85876,10 +76437,7 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 3, "buy_limit": 2000, - "release_date": "2005-07-11", - "examine": "Good for plants, helps them grow.", "wiki_name": "Compost", "wiki_url": "https://oldschool.runescape.wiki/w/Compost", "price": 24 @@ -85894,10 +76452,7 @@ "cost": 85, "lowalch": 34, "highalch": 51, - "weight": 3, "buy_limit": 2000, - "release_date": "2005-07-11", - "examine": "Super-good for the smallest or largest of plants.", "wiki_name": "Supercompost", "wiki_url": "https://oldschool.runescape.wiki/w/Supercompost", "price": 267 @@ -85912,10 +76467,7 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.035, "buy_limit": 2000, - "release_date": "2005-07-11", - "examine": "Use this on plants to cure disease.", "wiki_name": "Plant cure", "wiki_url": "https://oldschool.runescape.wiki/w/Plant_cure", "price": 138 @@ -85930,10 +76482,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.014, "buy_limit": 11000, - "release_date": "2005-07-11", - "examine": "I could use this to make jewellery.", "wiki_name": "Magic string", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_string", "price": 2081 @@ -85947,9 +76496,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.007, - "release_date": "2005-07-11", - "examine": "An Amulet of Nature.", "wiki_name": "Amulet of nature", "wiki_url": "https://oldschool.runescape.wiki/w/Amulet_of_nature", "equipment": { @@ -85983,9 +76529,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.007, - "release_date": "2005-07-11", - "examine": "Strung with the root of a Magic Tree; needs enchanting.", "wiki_name": "Pre-nature amulet", "wiki_url": "https://oldschool.runescape.wiki/w/Pre-nature_amulet", "equipment": { @@ -86018,10 +76561,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, "buy_limit": 11000, - "release_date": "2005-07-11", - "examine": "The roots of the Oak tree.", "wiki_name": "Oak roots", "wiki_url": "https://oldschool.runescape.wiki/w/Oak_roots", "price": 30 @@ -86036,10 +76576,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, "buy_limit": 11000, - "release_date": "2005-07-11", - "examine": "The roots of the Willow tree.", "wiki_name": "Willow roots", "wiki_url": "https://oldschool.runescape.wiki/w/Willow_roots", "price": 60 @@ -86054,10 +76591,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, "buy_limit": 11000, - "release_date": "2005-07-11", - "examine": "The roots of the Maple tree.", "wiki_name": "Maple roots", "wiki_url": "https://oldschool.runescape.wiki/w/Maple_roots", "price": 94 @@ -86072,10 +76606,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, "buy_limit": 11000, - "release_date": "2005-07-11", - "examine": "The roots of the Yew tree.", "wiki_name": "Yew roots", "wiki_url": "https://oldschool.runescape.wiki/w/Yew_roots", "price": 51 @@ -86090,10 +76621,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, "buy_limit": 11000, - "release_date": "2005-07-11", - "examine": "The roots of the Magic tree.", "wiki_name": "Magic roots", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_roots", "price": 5397 @@ -86106,9 +76634,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2005-07-11", - "examine": "The roots of the Spirit tree.", "wiki_name": "Spirit roots", "wiki_url": "https://oldschool.runescape.wiki/w/Spirit_roots", "price": 0 @@ -86123,10 +76648,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.007, "buy_limit": 600, - "release_date": "2005-07-11", - "examine": "A handful of weeds.", "wiki_name": "Weeds", "wiki_url": "https://oldschool.runescape.wiki/w/Weeds", "price": 151 @@ -86138,9 +76660,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.113, - "release_date": "2005-07-11", - "examine": "A sack filled with hay.", "wiki_name": "Hay sack (Regular)", "wiki_url": "https://oldschool.runescape.wiki/w/Hay_sack#Regular", "price": 0 @@ -86152,9 +76671,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.113, - "release_date": "2005-07-11", - "examine": "This sack of hay has a bronze spear sticking through it.", "wiki_name": "Hay sack (Spear)", "wiki_url": "https://oldschool.runescape.wiki/w/Hay_sack#Spear", "price": 0 @@ -86166,9 +76682,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.113, - "release_date": "2005-07-11", - "examine": "This should scare the birds.", "wiki_name": "Scarecrow", "wiki_url": "https://oldschool.runescape.wiki/w/Scarecrow", "price": 0 @@ -86186,8 +76699,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 11000, - "release_date": "2005-07-11", - "examine": "Some poisoned bronze bolts.", "wiki_name": "Bronze bolts (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_bolts#Poison+", "equipment": { @@ -86225,8 +76736,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 11000, - "release_date": "2005-07-11", - "examine": "Super poisoned bronze bolts.", "wiki_name": "Bronze bolts (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_bolts#Poison++", "equipment": { @@ -86267,9 +76776,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 2.721, - "release_date": "2005-07-19", - "examine": "How do I wash blood stains out?", "wiki_name": "Bloody mourner top", "wiki_url": "https://oldschool.runescape.wiki/w/Bloody_mourner_top", "price": 0 @@ -86283,9 +76789,6 @@ "cost": 150, "lowalch": 60, "highalch": 90, - "weight": 2.721, - "release_date": "2005-07-19", - "examine": "A thick heavy leather top.", "wiki_name": "Mourner top", "wiki_url": "https://oldschool.runescape.wiki/w/Mourner_top", "equipment": { @@ -86315,9 +76818,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 2.267, - "release_date": "2005-07-19", - "examine": "These are in need of a good tailor.", "wiki_name": "Ripped mourner trousers", "wiki_url": "https://oldschool.runescape.wiki/w/Ripped_mourner_trousers", "price": 0 @@ -86331,9 +76831,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 2.267, - "release_date": "2005-07-19", - "examine": "A pair of mourner trousers.", "wiki_name": "Mourner trousers (Repaired)", "wiki_url": "https://oldschool.runescape.wiki/w/Mourner_trousers#Repaired", "equipment": { @@ -86365,9 +76862,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.226, - "release_date": "2005-07-19", - "examine": "These will keep my hands warm!", "wiki_name": "Mourner gloves", "wiki_url": "https://oldschool.runescape.wiki/w/Mourner_gloves", "equipment": { @@ -86399,9 +76893,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 1.36, - "release_date": "2005-07-19", - "examine": "Comfortable leather boots.", "wiki_name": "Mourner boots", "wiki_url": "https://oldschool.runescape.wiki/w/Mourner_boots", "equipment": { @@ -86433,9 +76924,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 2.267, - "release_date": "2005-07-19", - "examine": "A dull brown cape.", "wiki_name": "Mourner cloak", "wiki_url": "https://oldschool.runescape.wiki/w/Mourner_cloak", "equipment": { @@ -86465,9 +76953,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2005-07-19", - "examine": "A letter of recommendation.", "wiki_name": "Mourner letter", "wiki_url": "https://oldschool.runescape.wiki/w/Mourner_letter", "price": 0 @@ -86479,9 +76964,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.113, - "release_date": "2005-07-19", - "examine": "A bar of soap taken from Tegid.", "wiki_name": "Tegid's soap", "wiki_url": "https://oldschool.runescape.wiki/w/Tegid's_soap", "price": 0 @@ -86495,9 +76977,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.51, - "release_date": "2005-07-19", - "examine": "A book on the history of Prifddinas.", "wiki_name": "Prifddinas' history", "wiki_url": "https://oldschool.runescape.wiki/w/Prifddinas'_history", "price": 0 @@ -86511,9 +76990,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.51, - "release_date": "2005-07-19", - "examine": "A book on the exploration of the eastern realm.", "wiki_name": "Eastern discovery", "wiki_url": "https://oldschool.runescape.wiki/w/Eastern_discovery", "price": 0 @@ -86527,9 +77003,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.51, - "release_date": "2005-07-19", - "examine": "A book on the settlement of the eastern realm.", "wiki_name": "Eastern settlement", "wiki_url": "https://oldschool.runescape.wiki/w/Eastern_settlement", "price": 0 @@ -86543,9 +77016,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.51, - "release_date": "2005-07-19", - "examine": "A book about the great divide.", "wiki_name": "The great divide", "wiki_url": "https://oldschool.runescape.wiki/w/The_great_divide", "price": 0 @@ -86557,9 +77027,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 4, - "release_date": "2005-07-19", - "examine": "A strange broken device of gnomic design.", "wiki_name": "Broken device", "wiki_url": "https://oldschool.runescape.wiki/w/Broken_device", "price": 0 @@ -86574,9 +77041,6 @@ "cost": 150, "lowalch": 60, "highalch": 90, - "weight": 4, - "release_date": "2005-07-19", - "examine": "A device for firing dye.", "wiki_name": "Fixed device", "wiki_url": "https://oldschool.runescape.wiki/w/Fixed_device", "equipment": { @@ -86626,9 +77090,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2005-07-19", - "examine": "A key that Essyllt gave to me.", "wiki_name": "Tarnished key", "wiki_url": "https://oldschool.runescape.wiki/w/Tarnished_key", "price": 0 @@ -86640,9 +77101,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2005-07-19", - "examine": "This key has seen a lot of use.", "wiki_name": "Worn key", "wiki_url": "https://oldschool.runescape.wiki/w/Worn_key", "price": 0 @@ -86654,9 +77112,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.538, - "release_date": "2005-07-19", - "examine": "A large pair of ogre bellows filled with red dye.", "wiki_name": "Red dye bellows", "wiki_url": "https://oldschool.runescape.wiki/w/Red_dye_bellows", "price": 0 @@ -86668,9 +77123,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.538, - "release_date": "2005-07-19", - "examine": "A large pair of ogre bellows filled with blue dye.", "wiki_name": "Blue dye bellows", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_dye_bellows", "price": 0 @@ -86682,9 +77134,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.538, - "release_date": "2005-07-19", - "examine": "A large pair of ogre bellows filled with yellow dye.", "wiki_name": "Yellow dye bellows", "wiki_url": "https://oldschool.runescape.wiki/w/Yellow_dye_bellows", "price": 0 @@ -86696,9 +77145,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.538, - "release_date": "2005-07-19", - "examine": "A large pair of ogre bellows filled with green dye.", "wiki_name": "Green dye bellows", "wiki_url": "https://oldschool.runescape.wiki/w/Green_dye_bellows", "price": 0 @@ -86710,9 +77156,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.75, - "release_date": "2005-07-19", - "examine": "A blue dye filled toad.", "wiki_name": "Blue toad", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_toad", "price": 0 @@ -86724,9 +77167,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.75, - "release_date": "2005-07-19", - "examine": "A red dye filled toad.", "wiki_name": "Red toad", "wiki_url": "https://oldschool.runescape.wiki/w/Red_toad", "price": 0 @@ -86738,9 +77178,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.75, - "release_date": "2005-07-19", - "examine": "A yellow dye filled toad.", "wiki_name": "Yellow toad", "wiki_url": "https://oldschool.runescape.wiki/w/Yellow_toad", "price": 0 @@ -86752,9 +77189,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.75, - "release_date": "2005-07-19", - "examine": "A green dye filled toad.", "wiki_name": "Green toad", "wiki_url": "https://oldschool.runescape.wiki/w/Green_toad", "price": 0 @@ -86766,9 +77200,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 15, - "release_date": "2005-07-19", - "examine": "A barrel full of rotten apples.", "wiki_name": "Rotten apples", "wiki_url": "https://oldschool.runescape.wiki/w/Rotten_apples", "price": 0 @@ -86780,9 +77211,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 15, - "release_date": "2005-07-19", - "examine": "A barrel full of mushed apples.", "wiki_name": "Apple barrel", "wiki_url": "https://oldschool.runescape.wiki/w/Apple_barrel", "price": 0 @@ -86794,9 +77222,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 32, - "release_date": "2005-07-19", - "examine": "A barrel full of rotten apples and naphtha.", "wiki_name": "Naphtha apple mix", "wiki_url": "https://oldschool.runescape.wiki/w/Naphtha_apple_mix", "price": 0 @@ -86808,9 +77233,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 32, - "release_date": "2005-07-19", - "examine": "A barrel full of toxic naphtha.", "wiki_name": "Toxic naphtha", "wiki_url": "https://oldschool.runescape.wiki/w/Toxic_naphtha", "price": 0 @@ -86822,9 +77244,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.001, - "release_date": "2005-07-19", - "examine": "It's a sieve.", "wiki_name": "Sieve", "wiki_url": "https://oldschool.runescape.wiki/w/Sieve", "price": 0 @@ -86836,9 +77255,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.056, - "release_date": "2005-07-19", - "examine": "A pile of toxic powder.", "wiki_name": "Toxic powder", "wiki_url": "https://oldschool.runescape.wiki/w/Toxic_powder", "price": 0 @@ -86850,9 +77266,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.001, - "release_date": "2005-07-19", - "examine": "An enchanted teleportation crystal.", "wiki_name": "Teleport crystal (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Teleport_crystal#(4)", "price": 0 @@ -86864,9 +77277,6 @@ "cost": 45, "lowalch": 18, "highalch": 27, - "weight": 0.001, - "release_date": "2005-07-19", - "examine": "An enchanted teleportation crystal.", "wiki_name": "Teleport crystal (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Teleport_crystal#(3)", "price": 0 @@ -86878,9 +77288,6 @@ "cost": 35, "lowalch": 14, "highalch": 21, - "weight": 0.001, - "release_date": "2005-07-19", - "examine": "An enchanted teleportation crystal.", "wiki_name": "Teleport crystal (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Teleport_crystal#(2)", "price": 0 @@ -86892,9 +77299,6 @@ "cost": 15, "lowalch": 6, "highalch": 9, - "weight": 0.001, - "release_date": "2005-07-19", - "examine": "An enchanted teleportation crystal.", "wiki_name": "Teleport crystal (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Teleport_crystal#(1)", "price": 0 @@ -86904,9 +77308,6 @@ "name": "Crystal teleport seed", "members": true, "cost": 1, - "weight": 0.001, - "release_date": "2005-07-19", - "examine": "A seed to be sung into a powerful teleport crystal.", "wiki_name": "Crystal teleport seed", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_teleport_seed", "price": 0 @@ -86918,9 +77319,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2005-10-17", - "examine": "A newly cut key that Essyllt gave to me.", "wiki_name": "New key", "wiki_url": "https://oldschool.runescape.wiki/w/New_key", "price": 0 @@ -86943,9 +77341,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.001, - "release_date": "2005-07-26", - "examine": "They seem to be not quite of this world...", "wiki_name": "Ghostly boots", "wiki_url": "https://oldschool.runescape.wiki/w/Ghostly_boots", "equipment": { @@ -86977,9 +77372,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.001, - "release_date": "2005-07-26", - "examine": "A particularly spooky robe top.", "wiki_name": "Ghostly robe (top)", "wiki_url": "https://oldschool.runescape.wiki/w/Ghostly_robe_(top)", "equipment": { @@ -87011,9 +77403,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.001, - "release_date": "2005-07-26", - "examine": "An unearthly set of robe bottoms.", "wiki_name": "Ghostly robe (bottom)", "wiki_url": "https://oldschool.runescape.wiki/w/Ghostly_robe_(bottom)", "equipment": { @@ -87045,9 +77434,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.001, - "release_date": "2005-07-26", - "examine": "A ghostly hood, fit for a ghostly head.", "wiki_name": "Ghostly hood", "wiki_url": "https://oldschool.runescape.wiki/w/Ghostly_hood", "equipment": { @@ -87079,9 +77465,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.001, - "release_date": "2005-07-26", - "examine": "They seem to fade in and out of existence...", "wiki_name": "Ghostly gloves", "wiki_url": "https://oldschool.runescape.wiki/w/Ghostly_gloves", "equipment": { @@ -87113,9 +77496,6 @@ "cost": 25, "lowalch": 10, "highalch": 15, - "weight": 0.001, - "release_date": "2005-07-26", - "examine": "Made of a strange ghostly material...", "wiki_name": "Ghostly cloak", "wiki_url": "https://oldschool.runescape.wiki/w/Ghostly_cloak", "equipment": { @@ -87144,8 +77524,6 @@ "members": true, "stackable": true, "cost": 2, - "release_date": "2005-07-26", - "examine": "Kelda hop seeds can only be grown underground!", "wiki_name": "Kelda seed", "wiki_url": "https://oldschool.runescape.wiki/w/Kelda_seed", "price": 0 @@ -87157,9 +77535,6 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.028, - "release_date": "2005-07-26", - "examine": "A handful of Kelda Hops.", "wiki_name": "Kelda hops", "wiki_url": "https://oldschool.runescape.wiki/w/Kelda_hops", "price": 0 @@ -87171,9 +77546,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.55, - "release_date": "2005-07-26", - "examine": "A pint of bluish beer.", "wiki_name": "Kelda stout", "wiki_url": "https://oldschool.runescape.wiki/w/Kelda_stout", "price": 0 @@ -87186,8 +77558,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2005-07-26", - "examine": "There is a strange yellow marking on this stone.", "wiki_name": "Square stone (Yellow)", "wiki_url": "https://oldschool.runescape.wiki/w/Square_stone#Yellow", "price": 0 @@ -87200,8 +77570,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2005-07-26", - "examine": "There is a strange green marking on this stone.", "wiki_name": "Square stone (Green)", "wiki_url": "https://oldschool.runescape.wiki/w/Square_stone#Green", "price": 0 @@ -87213,9 +77581,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2005-07-26", - "examine": "A letter addressed to Elstan of Falador.", "wiki_name": "Letter (Forgettable Tale...)", "wiki_url": "https://oldschool.runescape.wiki/w/Letter_(Forgettable_Tale...)", "price": 0 @@ -87227,9 +77592,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2005-07-26", - "examine": "For sitting on.", "wiki_name": "A chair", "wiki_url": "https://oldschool.runescape.wiki/w/A_chair", "price": 0 @@ -87241,9 +77603,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2005-07-26", - "examine": "For drinking... if it were filled.", "wiki_name": "Beer glass (Forgettable Tale...)", "wiki_url": "https://oldschool.runescape.wiki/w/Beer_glass_(Forgettable_Tale...)", "price": 0 @@ -87258,9 +77617,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 1.814, - "release_date": "2005-08-01", - "examine": "This will teleport me to the Fremennik province when I play it.", "wiki_name": "Enchanted lyre (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Enchanted_lyre#(2)", "equipment": { @@ -87320,9 +77676,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 1.814, - "release_date": "2005-08-01", - "examine": "This will teleport me to the Fremennik province when I play it.", "wiki_name": "Enchanted lyre (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Enchanted_lyre#(3)", "equipment": { @@ -87382,9 +77735,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 1.814, - "release_date": "2005-08-01", - "examine": "This will teleport me to the Fremennik province when I play it.", "wiki_name": "Enchanted lyre (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Enchanted_lyre#(4)", "equipment": { @@ -87446,10 +77796,7 @@ "cost": 35200, "lowalch": 14080, "highalch": 21120, - "weight": 2.721, "buy_limit": 70, - "release_date": "2005-08-01", - "examine": "Protective headwear made from crabs. Better than that sounds.", "wiki_name": "Rock-shell helm", "wiki_url": "https://oldschool.runescape.wiki/w/Rock-shell_helm", "equipment": { @@ -87486,10 +77833,7 @@ "cost": 65000, "lowalch": 26000, "highalch": 39000, - "weight": 9.979, "buy_limit": 70, - "release_date": "2005-08-01", - "examine": "A sturdy body armour made from rock crab pieces.", "wiki_name": "Rock-shell plate", "wiki_url": "https://oldschool.runescape.wiki/w/Rock-shell_plate", "equipment": { @@ -87526,10 +77870,7 @@ "cost": 64000, "lowalch": 25600, "highalch": 38400, - "weight": 9.071, "buy_limit": 70, - "release_date": "2005-08-01", - "examine": "Some tough leggings made from rock crab parts.", "wiki_name": "Rock-shell legs", "wiki_url": "https://oldschool.runescape.wiki/w/Rock-shell_legs", "equipment": { @@ -87566,10 +77907,7 @@ "cost": 60000, "lowalch": 24000, "highalch": 36000, - "weight": 2.721, "buy_limit": 70, - "release_date": "2005-08-01", - "examine": "A helm fit for any Fremennik ranger.", "wiki_name": "Spined helm", "wiki_url": "https://oldschool.runescape.wiki/w/Spined_helm", "equipment": { @@ -87607,10 +77945,7 @@ "cost": 7800, "lowalch": 3120, "highalch": 4680, - "weight": 6.803, "buy_limit": 70, - "release_date": "2005-08-01", - "examine": "A constant reminder that I'm above a Dagannoth in the food chain.", "wiki_name": "Spined body", "wiki_url": "https://oldschool.runescape.wiki/w/Spined_body", "equipment": { @@ -87648,10 +77983,7 @@ "cost": 3900, "lowalch": 1560, "highalch": 2340, - "weight": 5.443, "buy_limit": 70, - "release_date": "2005-08-01", - "examine": "Stylish leg armour for rangers with a lingering smell of raw fish...", "wiki_name": "Spined chaps", "wiki_url": "https://oldschool.runescape.wiki/w/Spined_chaps", "equipment": { @@ -87689,10 +78021,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 1.36, "buy_limit": 70, - "release_date": "2005-08-01", - "examine": "Make your foes cower by wearing a skull as a helmet!", "wiki_name": "Skeletal helm", "wiki_url": "https://oldschool.runescape.wiki/w/Skeletal_helm", "equipment": { @@ -87730,10 +78059,7 @@ "cost": 45000, "lowalch": 18000, "highalch": 27000, - "weight": 4.989, "buy_limit": 70, - "release_date": "2005-08-01", - "examine": "The bones in this armour seem to vibrate with a magical quality...", "wiki_name": "Skeletal top", "wiki_url": "https://oldschool.runescape.wiki/w/Skeletal_top", "equipment": { @@ -87771,10 +78097,7 @@ "cost": 40000, "lowalch": 16000, "highalch": 24000, - "weight": 4.082, "buy_limit": 70, - "release_date": "2005-08-01", - "examine": "A superior set of strengthened slacks for any self respecting seer.", "wiki_name": "Skeletal bottoms", "wiki_url": "https://oldschool.runescape.wiki/w/Skeletal_bottoms", "equipment": { @@ -87812,10 +78135,7 @@ "cost": 650, "lowalch": 260, "highalch": 390, - "weight": 3.175, "buy_limit": 125, - "release_date": "2005-08-01", - "examine": "Some finely crafted Fremennik boots, made from spined dagannoth hide.", "wiki_name": "Spined boots", "wiki_url": "https://oldschool.runescape.wiki/w/Spined_boots", "equipment": { @@ -87853,10 +78173,7 @@ "cost": 650, "lowalch": 260, "highalch": 390, - "weight": 3.175, "buy_limit": 125, - "release_date": "2005-08-01", - "examine": "Some Fremennik boots, made from the shards of a rock crab's shell.", "wiki_name": "Rock-shell boots", "wiki_url": "https://oldschool.runescape.wiki/w/Rock-shell_boots", "equipment": { @@ -87891,10 +78208,7 @@ "cost": 650, "lowalch": 260, "highalch": 390, - "weight": 3.175, "buy_limit": 125, - "release_date": "2005-08-01", - "examine": "Some finely crafted Fremennik boots, made from the bones of a wallasalki.", "wiki_name": "Skeletal boots", "wiki_url": "https://oldschool.runescape.wiki/w/Skeletal_boots", "equipment": { @@ -87929,10 +78243,7 @@ "cost": 650, "lowalch": 260, "highalch": 390, - "weight": 3.175, "buy_limit": 125, - "release_date": "2005-08-01", - "examine": "Fremennik gloves stitched together from spined dagannoth hide.", "wiki_name": "Spined gloves", "wiki_url": "https://oldschool.runescape.wiki/w/Spined_gloves", "equipment": { @@ -87967,10 +78278,7 @@ "cost": 650, "lowalch": 260, "highalch": 390, - "weight": 3.175, "buy_limit": 125, - "release_date": "2005-08-01", - "examine": "Fremennik gloves stitched together from rock crab shell shards.", "wiki_name": "Rock-shell gloves", "wiki_url": "https://oldschool.runescape.wiki/w/Rock-shell_gloves", "equipment": { @@ -88005,10 +78313,7 @@ "cost": 650, "lowalch": 260, "highalch": 390, - "weight": 3.175, "buy_limit": 125, - "release_date": "2005-08-01", - "examine": "Fremennik gloves stitched together from wallasalki bones fragments.", "wiki_name": "Skeletal gloves", "wiki_url": "https://oldschool.runescape.wiki/w/Skeletal_gloves", "equipment": { @@ -88041,10 +78346,7 @@ "cost": 60, "lowalch": 24, "highalch": 36, - "weight": 3.175, "buy_limit": 11000, - "release_date": "2005-08-01", - "examine": "A sturdy piece of dagannoth hide.", "wiki_name": "Dagannoth hide", "wiki_url": "https://oldschool.runescape.wiki/w/Dagannoth_hide", "price": 231 @@ -88059,10 +78361,7 @@ "cost": 60, "lowalch": 24, "highalch": 36, - "weight": 3.175, "buy_limit": 11000, - "release_date": "2005-08-01", - "examine": "A spherical chunk of rock-shell.", "wiki_name": "Rock-shell chunk", "wiki_url": "https://oldschool.runescape.wiki/w/Rock-shell_chunk", "price": 11250 @@ -88077,10 +78376,7 @@ "cost": 60, "lowalch": 24, "highalch": 36, - "weight": 3.175, "buy_limit": 11000, - "release_date": "2005-08-01", - "examine": "A curved piece of rock-shell.", "wiki_name": "Rock-shell shard", "wiki_url": "https://oldschool.runescape.wiki/w/Rock-shell_shard", "price": 6700 @@ -88095,10 +78391,7 @@ "cost": 60, "lowalch": 24, "highalch": 36, - "weight": 3.175, "buy_limit": 11000, - "release_date": "2005-08-01", - "examine": "A slim piece of rock-shell.", "wiki_name": "Rock-shell splinter", "wiki_url": "https://oldschool.runescape.wiki/w/Rock-shell_splinter", "price": 12200 @@ -88113,10 +78406,7 @@ "cost": 60, "lowalch": 24, "highalch": 36, - "weight": 3.175, "buy_limit": 11000, - "release_date": "2005-08-01", - "examine": "A fearsome looking skull.", "wiki_name": "Skull piece", "wiki_url": "https://oldschool.runescape.wiki/w/Skull_piece", "price": 71764 @@ -88131,10 +78421,7 @@ "cost": 60, "lowalch": 24, "highalch": 36, - "weight": 3.175, "buy_limit": 11000, - "release_date": "2005-08-01", - "examine": "A slightly damaged ribcage.", "wiki_name": "Ribcage piece", "wiki_url": "https://oldschool.runescape.wiki/w/Ribcage_piece", "price": 17550 @@ -88149,10 +78436,7 @@ "cost": 60, "lowalch": 24, "highalch": 36, - "weight": 3.175, "buy_limit": 11000, - "release_date": "2005-08-01", - "examine": "An interesting looking bone shard.", "wiki_name": "Fibula piece", "wiki_url": "https://oldschool.runescape.wiki/w/Fibula_piece", "price": 23130 @@ -88167,10 +78451,7 @@ "cost": 60, "lowalch": 24, "highalch": 36, - "weight": 3.175, "buy_limit": 11000, - "release_date": "2005-08-01", - "examine": "A toughened chunk of dagannoth hide.", "wiki_name": "Circular hide", "wiki_url": "https://oldschool.runescape.wiki/w/Circular_hide", "price": 17736 @@ -88185,10 +78466,7 @@ "cost": 60, "lowalch": 24, "highalch": 36, - "weight": 3.175, "buy_limit": 11000, - "release_date": "2005-08-01", - "examine": "A tattered chunk of dagannoth hide.", "wiki_name": "Flattened hide", "wiki_url": "https://oldschool.runescape.wiki/w/Flattened_hide", "price": 7157 @@ -88203,10 +78481,7 @@ "cost": 60, "lowalch": 24, "highalch": 36, - "weight": 3.175, "buy_limit": 11000, - "release_date": "2005-08-01", - "examine": "A weathered chunk of dagannoth hide.", "wiki_name": "Stretched hide", "wiki_url": "https://oldschool.runescape.wiki/w/Stretched_hide", "price": 1 @@ -88217,9 +78492,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 10, - "release_date": "2005-08-01", - "examine": "I need to cook this first.", "wiki_name": "Raw pheasant (historical) (Correct)", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_pheasant_(historical)#Correct", "price": 0 @@ -88230,9 +78502,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 10, - "release_date": "2005-08-01", - "examine": "I need to cook this first.", "wiki_name": "Raw pheasant (historical) (Incorrect)", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_pheasant_(historical)#Incorrect", "price": 0 @@ -88245,9 +78514,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2005-08-01", - "examine": "A leather strapped top.", "wiki_name": "Lederhosen top", "wiki_url": "https://oldschool.runescape.wiki/w/Lederhosen_top", "equipment": { @@ -88278,9 +78544,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2005-08-01", - "examine": "Brown leather shorts with bright white socks?", "wiki_name": "Lederhosen shorts", "wiki_url": "https://oldschool.runescape.wiki/w/Lederhosen_shorts", "equipment": { @@ -88311,9 +78574,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2005-08-01", - "examine": "A hat with a goat's hair attached.", "wiki_name": "Lederhosen hat", "wiki_url": "https://oldschool.runescape.wiki/w/Lederhosen_hat", "equipment": { @@ -88342,9 +78602,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2005-08-01", - "examine": "Valid at Thessalia's Fine Clothes, in Varrock.", "wiki_name": "Frog token", "wiki_url": "https://oldschool.runescape.wiki/w/Frog_token", "price": 0 @@ -88357,9 +78614,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 2.721, - "release_date": "2005-08-01", - "examine": "Very posh!", "wiki_name": "Prince tunic", "wiki_url": "https://oldschool.runescape.wiki/w/Prince_tunic", "equipment": { @@ -88390,9 +78644,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2005-08-01", - "examine": "Very posh!", "wiki_name": "Prince leggings", "wiki_url": "https://oldschool.runescape.wiki/w/Prince_leggings", "equipment": { @@ -88423,9 +78674,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 2.721, - "release_date": "2005-08-01", - "examine": "Very posh!", "wiki_name": "Princess blouse", "wiki_url": "https://oldschool.runescape.wiki/w/Princess_blouse", "equipment": { @@ -88456,9 +78704,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2005-08-01", - "examine": "Very posh!", "wiki_name": "Princess skirt", "wiki_url": "https://oldschool.runescape.wiki/w/Princess_skirt", "equipment": { @@ -88489,9 +78734,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2005-08-01", - "examine": "Now that's just silly.", "wiki_name": "Frog mask", "wiki_url": "https://oldschool.runescape.wiki/w/Frog_mask", "equipment": { @@ -88520,9 +78762,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2005-08-01", - "examine": "Oooh, I wonder what could be inside?", "wiki_name": "Mystery box", "wiki_url": "https://oldschool.runescape.wiki/w/Mystery_box", "price": 0 @@ -88533,9 +78772,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.7, - "release_date": "2005-08-09", - "examine": "A raw... fish? Is this a fish??", "wiki_name": "Raw fishlike thing (Correct)", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_fishlike_thing#Correct", "price": 0 @@ -88546,9 +78782,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.7, - "release_date": "2005-08-09", - "examine": "It's a fishlike thing that appears to already be cooked. It looks disgusting.", "wiki_name": "Fishlike thing (Correct)", "wiki_url": "https://oldschool.runescape.wiki/w/Fishlike_thing#Correct", "price": 0 @@ -88559,9 +78792,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.7, - "release_date": "2005-08-09", - "examine": "A raw... fish? Is this a fish??", "wiki_name": "Raw fishlike thing (Incorrect)", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_fishlike_thing#Incorrect", "price": 0 @@ -88572,9 +78802,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.7, - "release_date": "2005-08-09", - "examine": "It's a fishlike thing that appears to already be cooked. It looks disgusting.", "wiki_name": "Fishlike thing (Incorrect)", "wiki_url": "https://oldschool.runescape.wiki/w/Fishlike_thing#Incorrect", "price": 0 @@ -88585,9 +78812,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 4.535, - "release_date": "2005-08-09", - "examine": "Useful for catching small fish.", "wiki_name": "Small fishing net (Evil Bob)", "wiki_url": "https://oldschool.runescape.wiki/w/Small_fishing_net_(Evil_Bob)", "price": 0 @@ -88602,10 +78826,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 1.36, "buy_limit": 11000, - "release_date": "2005-08-09", - "examine": "Teak logs prepared with sacred oil for a funeral pyre.", "wiki_name": "Teak pyre logs", "wiki_url": "https://oldschool.runescape.wiki/w/Teak_pyre_logs", "price": 2610 @@ -88620,10 +78841,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 1.36, "buy_limit": 11000, - "release_date": "2005-08-09", - "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": 2026 @@ -88640,9 +78858,6 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 5.443, - "release_date": "2005-08-09", - "examine": "A scary broodoo shield.", "wiki_name": "Broodoo shield (green) (10)", "wiki_url": "https://oldschool.runescape.wiki/w/Broodoo_shield_(green)#(10)", "equipment": { @@ -88678,9 +78893,6 @@ "cost": 2750, "lowalch": 1100, "highalch": 1650, - "weight": 5.443, - "release_date": "2005-08-09", - "examine": "A scary broodoo shield.", "wiki_name": "Broodoo shield (green) (9)", "wiki_url": "https://oldschool.runescape.wiki/w/Broodoo_shield_(green)#(9)", "equipment": { @@ -88716,9 +78928,6 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 5.443, - "release_date": "2005-08-09", - "examine": "A scary broodoo shield.", "wiki_name": "Broodoo shield (green) (8)", "wiki_url": "https://oldschool.runescape.wiki/w/Broodoo_shield_(green)#(8)", "equipment": { @@ -88754,9 +78963,6 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 5.443, - "release_date": "2005-08-09", - "examine": "A scary broodoo shield.", "wiki_name": "Broodoo shield (green) (7)", "wiki_url": "https://oldschool.runescape.wiki/w/Broodoo_shield_(green)#(7)", "equipment": { @@ -88792,9 +78998,6 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 5.443, - "release_date": "2005-08-09", - "examine": "A scary broodoo shield.", "wiki_name": "Broodoo shield (green) (6)", "wiki_url": "https://oldschool.runescape.wiki/w/Broodoo_shield_(green)#(6)", "equipment": { @@ -88830,9 +79033,6 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 5.443, - "release_date": "2005-08-09", - "examine": "A scary broodoo shield.", "wiki_name": "Broodoo shield (green) (5)", "wiki_url": "https://oldschool.runescape.wiki/w/Broodoo_shield_(green)#(5)", "equipment": { @@ -88868,9 +79068,6 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 5.443, - "release_date": "2005-08-09", - "examine": "A scary broodoo shield.", "wiki_name": "Broodoo shield (green) (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Broodoo_shield_(green)#(4)", "equipment": { @@ -88906,9 +79103,6 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 5.443, - "release_date": "2005-08-09", - "examine": "A scary broodoo shield.", "wiki_name": "Broodoo shield (green) (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Broodoo_shield_(green)#(3)", "equipment": { @@ -88944,9 +79138,6 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 5.443, - "release_date": "2005-08-09", - "examine": "A scary broodoo shield.", "wiki_name": "Broodoo shield (green) (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Broodoo_shield_(green)#(2)", "equipment": { @@ -88982,9 +79173,6 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 5.443, - "release_date": "2005-08-09", - "examine": "A scary broodoo shield.", "wiki_name": "Broodoo shield (green) (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Broodoo_shield_(green)#(1)", "equipment": { @@ -89021,9 +79209,6 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 5.443, - "release_date": "2005-08-09", - "examine": "A scary broodoo shield.", "wiki_name": "Broodoo shield (green) (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Broodoo_shield_(green)#Uncharged", "equipment": { @@ -89060,9 +79245,6 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 5.443, - "release_date": "2005-08-09", - "examine": "A scary broodoo shield.", "wiki_name": "Broodoo shield (orange) (10)", "wiki_url": "https://oldschool.runescape.wiki/w/Broodoo_shield_(orange)#(10)", "equipment": { @@ -89098,9 +79280,6 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 5.443, - "release_date": "2005-08-09", - "examine": "A scary broodoo shield.", "wiki_name": "Broodoo shield (orange) (9)", "wiki_url": "https://oldschool.runescape.wiki/w/Broodoo_shield_(orange)#(9)", "equipment": { @@ -89136,9 +79315,6 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 5.443, - "release_date": "2005-08-09", - "examine": "A scary broodoo shield.", "wiki_name": "Broodoo shield (orange) (8)", "wiki_url": "https://oldschool.runescape.wiki/w/Broodoo_shield_(orange)#(8)", "equipment": { @@ -89174,9 +79350,6 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 5.443, - "release_date": "2005-08-09", - "examine": "A scary broodoo shield.", "wiki_name": "Broodoo shield (orange) (7)", "wiki_url": "https://oldschool.runescape.wiki/w/Broodoo_shield_(orange)#(7)", "equipment": { @@ -89212,9 +79385,6 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 5.443, - "release_date": "2005-08-09", - "examine": "A scary broodoo shield.", "wiki_name": "Broodoo shield (orange) (6)", "wiki_url": "https://oldschool.runescape.wiki/w/Broodoo_shield_(orange)#(6)", "equipment": { @@ -89250,9 +79420,6 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 5.443, - "release_date": "2005-08-09", - "examine": "A scary broodoo shield.", "wiki_name": "Broodoo shield (orange) (5)", "wiki_url": "https://oldschool.runescape.wiki/w/Broodoo_shield_(orange)#(5)", "equipment": { @@ -89288,9 +79455,6 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 5.443, - "release_date": "2005-08-09", - "examine": "A scary broodoo shield.", "wiki_name": "Broodoo shield (orange) (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Broodoo_shield_(orange)#(4)", "equipment": { @@ -89326,9 +79490,6 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 5.443, - "release_date": "2005-08-09", - "examine": "A scary broodoo shield.", "wiki_name": "Broodoo shield (orange) (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Broodoo_shield_(orange)#(3)", "equipment": { @@ -89364,9 +79525,6 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 5.443, - "release_date": "2005-08-09", - "examine": "A scary broodoo shield.", "wiki_name": "Broodoo shield (orange) (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Broodoo_shield_(orange)#(2)", "equipment": { @@ -89402,9 +79560,6 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 5.443, - "release_date": "2005-08-09", - "examine": "A scary broodoo shield.", "wiki_name": "Broodoo shield (orange) (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Broodoo_shield_(orange)#(1)", "equipment": { @@ -89441,9 +79596,6 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 5.443, - "release_date": "2005-08-09", - "examine": "A scary broodoo shield.", "wiki_name": "Broodoo shield (orange) (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Broodoo_shield_(orange)#Uncharged", "equipment": { @@ -89480,9 +79632,6 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 5.443, - "release_date": "2005-08-09", - "examine": "A scary broodoo shield.", "wiki_name": "Broodoo shield (blue) (10)", "wiki_url": "https://oldschool.runescape.wiki/w/Broodoo_shield_(blue)#(10)", "equipment": { @@ -89518,9 +79667,6 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 5.443, - "release_date": "2005-08-09", - "examine": "A scary broodoo shield.", "wiki_name": "Broodoo shield (blue) (9)", "wiki_url": "https://oldschool.runescape.wiki/w/Broodoo_shield_(blue)#(9)", "equipment": { @@ -89556,9 +79702,6 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 5.443, - "release_date": "2005-08-09", - "examine": "A scary broodoo shield.", "wiki_name": "Broodoo shield (blue) (8)", "wiki_url": "https://oldschool.runescape.wiki/w/Broodoo_shield_(blue)#(8)", "equipment": { @@ -89594,9 +79737,6 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 5.443, - "release_date": "2005-08-09", - "examine": "A scary broodoo shield.", "wiki_name": "Broodoo shield (blue) (7)", "wiki_url": "https://oldschool.runescape.wiki/w/Broodoo_shield_(blue)#(7)", "equipment": { @@ -89632,9 +79772,6 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 5.443, - "release_date": "2005-08-09", - "examine": "A scary broodoo shield.", "wiki_name": "Broodoo shield (blue) (6)", "wiki_url": "https://oldschool.runescape.wiki/w/Broodoo_shield_(blue)#(6)", "equipment": { @@ -89670,9 +79807,6 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 5.443, - "release_date": "2005-08-09", - "examine": "A scary broodoo shield.", "wiki_name": "Broodoo shield (blue) (5)", "wiki_url": "https://oldschool.runescape.wiki/w/Broodoo_shield_(blue)#(5)", "equipment": { @@ -89708,9 +79842,6 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 5.443, - "release_date": "2005-08-09", - "examine": "A scary broodoo shield.", "wiki_name": "Broodoo shield (blue) (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Broodoo_shield_(blue)#(4)", "equipment": { @@ -89746,9 +79877,6 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 5.443, - "release_date": "2005-08-09", - "examine": "A scary broodoo shield.", "wiki_name": "Broodoo shield (blue) (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Broodoo_shield_(blue)#(3)", "equipment": { @@ -89784,9 +79912,6 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 5.443, - "release_date": "2005-08-09", - "examine": "A scary broodoo shield.", "wiki_name": "Broodoo shield (blue) (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Broodoo_shield_(blue)#(2)", "equipment": { @@ -89822,9 +79947,6 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 5.443, - "release_date": "2005-08-09", - "examine": "A scary broodoo shield.", "wiki_name": "Broodoo shield (blue) (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Broodoo_shield_(blue)#(1)", "equipment": { @@ -89861,9 +79983,6 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 5.443, - "release_date": "2005-08-09", - "examine": "A scary broodoo shield.", "wiki_name": "Broodoo shield (blue) (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Broodoo_shield_(blue)#Uncharged", "equipment": { @@ -89898,10 +80017,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.1, "buy_limit": 100, - "release_date": "2005-08-09", - "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": 182 @@ -89916,10 +80032,7 @@ "cost": 15, "lowalch": 6, "highalch": 9, - "weight": 0.1, "buy_limit": 100, - "release_date": "2005-08-09", - "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": 1 @@ -89934,10 +80047,7 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.1, "buy_limit": 100, - "release_date": "2005-08-09", - "examine": "A wooden pole for use in primitive construction.", "wiki_name": "Thatch spar dense", "wiki_url": "https://oldschool.runescape.wiki/w/Thatch_spar_dense", "price": 0 @@ -89952,10 +80062,7 @@ "cost": 35, "lowalch": 14, "highalch": 21, - "weight": 0.5, "buy_limit": 13000, - "release_date": "2005-08-09", - "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": 123 @@ -89970,10 +80077,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.5, "buy_limit": 13000, - "release_date": "2005-08-09", - "examine": "Nicely tanned skin from a snake.", "wiki_name": "Snakeskin", "wiki_url": "https://oldschool.runescape.wiki/w/Snakeskin", "price": 14 @@ -89988,10 +80092,7 @@ "cost": 15, "lowalch": 6, "highalch": 9, - "weight": 0.8, "buy_limit": 13000, - "release_date": "2005-08-09", - "examine": "Its creeping days are over!", "wiki_name": "Spider carcass", "wiki_url": "https://oldschool.runescape.wiki/w/Spider_carcass", "price": 139 @@ -90005,9 +80106,6 @@ "cost": 25, "lowalch": 10, "highalch": 15, - "weight": 0.9, - "release_date": "2005-08-09", - "examine": "A raw spider threaded onto a skewer stick.", "wiki_name": "Spider on stick (raw)", "wiki_url": "https://oldschool.runescape.wiki/w/Spider_on_stick_(raw)", "price": 0 @@ -90021,9 +80119,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.9, - "release_date": "2005-08-09", - "examine": "A raw spider threaded onto an arrow shaft.", "wiki_name": "Spider on shaft (raw)", "wiki_url": "https://oldschool.runescape.wiki/w/Spider_on_shaft_(raw)", "price": 0 @@ -90038,10 +80133,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.65, "buy_limit": 6000, - "release_date": "2005-08-09", - "examine": "A nicely roasted spider threaded onto a skewer stick.", "wiki_name": "Spider on stick", "wiki_url": "https://oldschool.runescape.wiki/w/Spider_on_stick", "price": 1 @@ -90056,10 +80148,7 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.9, "buy_limit": 6000, - "release_date": "2005-08-09", - "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": 35 @@ -90073,9 +80162,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.25, - "release_date": "2005-08-09", - "examine": "A badly burnt spider threaded onto a charred skewer stick.", "wiki_name": "Burnt spider", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_spider", "price": 0 @@ -90089,9 +80175,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.25, - "release_date": "2005-08-09", - "examine": "A badly burnt spider threaded onto a charred arrow shaft.", "wiki_name": "Spider on shaft (burnt)", "wiki_url": "https://oldschool.runescape.wiki/w/Spider_on_shaft_(burnt)", "price": 0 @@ -90107,8 +80190,6 @@ "lowalch": 4, "highalch": 6, "buy_limit": 13000, - "release_date": "2005-08-09", - "examine": "A sharp pointed stick, quite resistant to fire.", "wiki_name": "Skewer stick", "wiki_url": "https://oldschool.runescape.wiki/w/Skewer_stick", "price": 12 @@ -90124,8 +80205,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 18000, - "release_date": "2005-08-09", - "examine": "Karamja currency.", "wiki_name": "Trading sticks", "wiki_url": "https://oldschool.runescape.wiki/w/Trading_sticks", "price": 10 @@ -90140,10 +80219,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.2, "buy_limit": 5, - "release_date": "2005-08-09", - "examine": "Plant this in a herb patch to grow Goutweed.", "wiki_name": "Gout tuber", "wiki_url": "https://oldschool.runescape.wiki/w/Gout_tuber", "price": 676136 @@ -90161,10 +80237,7 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 1.36, "buy_limit": 15, - "release_date": "2005-08-09", - "examine": "A jungle specific slashing device.", "wiki_name": "Opal machete", "wiki_url": "https://oldschool.runescape.wiki/w/Opal_machete", "equipment": { @@ -90234,10 +80307,7 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 1.36, "buy_limit": 15, - "release_date": "2005-08-09", - "examine": "A jungle specific slashing device.", "wiki_name": "Jade machete", "wiki_url": "https://oldschool.runescape.wiki/w/Jade_machete", "equipment": { @@ -90307,10 +80377,7 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 1.36, "buy_limit": 15, - "release_date": "2005-08-09", - "examine": "A jungle specific slashing device.", "wiki_name": "Red topaz machete", "wiki_url": "https://oldschool.runescape.wiki/w/Red_topaz_machete", "equipment": { @@ -90378,8 +80445,6 @@ "lowalch": 2, "highalch": 3, "buy_limit": 100, - "release_date": "2005-08-09", - "examine": "A giant mosquito's proboscis, aerodynamic and sharp!", "wiki_name": "Proboscis", "wiki_url": "https://oldschool.runescape.wiki/w/Proboscis", "price": 381 @@ -90396,10 +80461,7 @@ "cost": 1250, "lowalch": 500, "highalch": 750, - "weight": 6.803, "buy_limit": 125, - "release_date": "2005-08-09", - "examine": "Made from 100% real snakeskin.", "wiki_name": "Snakeskin body", "wiki_url": "https://oldschool.runescape.wiki/w/Snakeskin_body", "equipment": { @@ -90437,10 +80499,7 @@ "cost": 1175, "lowalch": 470, "highalch": 705, - "weight": 3.628, "buy_limit": 125, - "release_date": "2005-08-09", - "examine": "Made from 100% real snake.", "wiki_name": "Snakeskin chaps", "wiki_url": "https://oldschool.runescape.wiki/w/Snakeskin_chaps", "equipment": { @@ -90478,10 +80537,7 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 0.907, "buy_limit": 125, - "release_date": "2005-08-09", - "examine": "Lightweight head protection.", "wiki_name": "Snakeskin bandana", "wiki_url": "https://oldschool.runescape.wiki/w/Snakeskin_bandana", "equipment": { @@ -90519,10 +80575,7 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 0.34, "buy_limit": 125, - "release_date": "2005-08-09", - "examine": "Made from snakes.", "wiki_name": "Snakeskin boots", "wiki_url": "https://oldschool.runescape.wiki/w/Snakeskin_boots", "equipment": { @@ -90560,10 +80613,7 @@ "cost": 434, "lowalch": 173, "highalch": 260, - "weight": 0.283, "buy_limit": 125, - "release_date": "2005-08-09", - "examine": "Made from 100% real snake.", "wiki_name": "Snakeskin vambraces", "wiki_url": "https://oldschool.runescape.wiki/w/Snakeskin_vambraces", "equipment": { @@ -90599,10 +80649,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 1.36, "buy_limit": 11000, - "release_date": "2005-08-09", - "examine": "Some well-cut mahogany logs.", "wiki_name": "Mahogany logs", "wiki_url": "https://oldschool.runescape.wiki/w/Mahogany_logs", "price": 530 @@ -90617,10 +80664,7 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 1.36, "buy_limit": 13000, - "release_date": "2005-08-09", - "examine": "Some well-cut teak logs.", "wiki_name": "Teak logs", "wiki_url": "https://oldschool.runescape.wiki/w/Teak_logs", "price": 290 @@ -90637,10 +80681,7 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 2, "buy_limit": 150, - "release_date": "2005-08-09", - "examine": "A ceremonial wooden mask.", "wiki_name": "Tribal mask (green)", "wiki_url": "https://oldschool.runescape.wiki/w/Tribal_mask_(green)", "equipment": { @@ -90675,10 +80716,7 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 2, "buy_limit": 150, - "release_date": "2005-08-09", - "examine": "A ceremonial wooden mask.", "wiki_name": "Tribal mask (orange)", "wiki_url": "https://oldschool.runescape.wiki/w/Tribal_mask_(orange)", "equipment": { @@ -90713,10 +80751,7 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 2, "buy_limit": 150, - "release_date": "2005-08-09", - "examine": "A ceremonial wooden mask.", "wiki_name": "Tribal mask (blue)", "wiki_url": "https://oldschool.runescape.wiki/w/Tribal_mask_(blue)", "equipment": { @@ -90751,10 +80786,7 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 1, "buy_limit": 150, - "release_date": "2005-08-09", - "examine": "Local dress.", "wiki_name": "Tribal top (brown)", "wiki_url": "https://oldschool.runescape.wiki/w/Tribal_top_(brown)", "equipment": { @@ -90789,10 +80821,7 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 2, "buy_limit": 150, - "release_date": "2005-08-09", - "examine": "A brightly coloured robe prized by the Tai Bwo Wannai peoples.", "wiki_name": "Villager robe (brown)", "wiki_url": "https://oldschool.runescape.wiki/w/Villager_robe_(brown)", "equipment": { @@ -90827,10 +80856,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.907, "buy_limit": 150, - "release_date": "2005-08-09", - "examine": "A brightly coloured hat prized by the Tai Bwo Wannai peoples.", "wiki_name": "Villager hat (brown)", "wiki_url": "https://oldschool.runescape.wiki/w/Villager_hat_(brown)", "equipment": { @@ -90865,10 +80891,7 @@ "cost": 150, "lowalch": 60, "highalch": 90, - "weight": 0.68, "buy_limit": 150, - "release_date": "2005-08-09", - "examine": "A brown armband, as worn by the Tai Bwo Wannai locals.", "wiki_name": "Villager armband (brown)", "wiki_url": "https://oldschool.runescape.wiki/w/Villager_armband_(brown)", "equipment": { @@ -90903,10 +80926,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.68, "buy_limit": 150, - "release_date": "2005-08-09", - "examine": "A brightly coloured pair of local sandals.", "wiki_name": "Villager sandals (brown)", "wiki_url": "https://oldschool.runescape.wiki/w/Villager_sandals_(brown)", "equipment": { @@ -90941,10 +80961,7 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 1, "buy_limit": 150, - "release_date": "2005-08-09", - "examine": "Local dress.", "wiki_name": "Tribal top (blue)", "wiki_url": "https://oldschool.runescape.wiki/w/Tribal_top_(blue)", "equipment": { @@ -90979,10 +80996,7 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 2, "buy_limit": 150, - "release_date": "2005-08-09", - "examine": "A brightly coloured robe prized by the Tai Bwo Wannai peoples.", "wiki_name": "Villager robe (blue)", "wiki_url": "https://oldschool.runescape.wiki/w/Villager_robe_(blue)", "equipment": { @@ -91017,10 +81031,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.907, "buy_limit": 150, - "release_date": "2005-08-09", - "examine": "A brightly coloured hat prized by the Tai Bwo Wannai peoples.", "wiki_name": "Villager hat (blue)", "wiki_url": "https://oldschool.runescape.wiki/w/Villager_hat_(blue)", "equipment": { @@ -91055,10 +81066,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.68, "buy_limit": 150, - "release_date": "2005-08-09", - "examine": "A brightly coloured pair of local sandals.", "wiki_name": "Villager sandals (blue)", "wiki_url": "https://oldschool.runescape.wiki/w/Villager_sandals_(blue)", "equipment": { @@ -91093,10 +81101,7 @@ "cost": 150, "lowalch": 60, "highalch": 90, - "weight": 0.68, "buy_limit": 150, - "release_date": "2005-08-09", - "examine": "A light blue armband, as worn by the Tai Bwo Wannai locals.", "wiki_name": "Villager armband (blue)", "wiki_url": "https://oldschool.runescape.wiki/w/Villager_armband_(blue)", "equipment": { @@ -91131,10 +81136,7 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 1, "buy_limit": 150, - "release_date": "2005-08-09", - "examine": "Local dress.", "wiki_name": "Tribal top (yellow)", "wiki_url": "https://oldschool.runescape.wiki/w/Tribal_top_(yellow)", "equipment": { @@ -91169,10 +81171,7 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 2, "buy_limit": 150, - "release_date": "2005-08-09", - "examine": "A brightly coloured robe prized by the Tai Bwo Wannai peoples.", "wiki_name": "Villager robe (yellow)", "wiki_url": "https://oldschool.runescape.wiki/w/Villager_robe_(yellow)", "equipment": { @@ -91207,10 +81206,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.907, "buy_limit": 150, - "release_date": "2005-08-09", - "examine": "A brightly coloured hat prized by the Tai Bwo Wannai peoples.", "wiki_name": "Villager hat (yellow)", "wiki_url": "https://oldschool.runescape.wiki/w/Villager_hat_(yellow)", "equipment": { @@ -91245,10 +81241,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.68, "buy_limit": 150, - "release_date": "2005-08-09", - "examine": "A brightly coloured pair of local sandals.", "wiki_name": "Villager sandals (yellow)", "wiki_url": "https://oldschool.runescape.wiki/w/Villager_sandals_(yellow)", "equipment": { @@ -91283,10 +81276,7 @@ "cost": 150, "lowalch": 60, "highalch": 90, - "weight": 0.68, "buy_limit": 150, - "release_date": "2005-08-09", - "examine": "A dark blue armband, as worn by the Tai Bwo Wannai locals.", "wiki_name": "Villager armband (yellow)", "wiki_url": "https://oldschool.runescape.wiki/w/Villager_armband_(yellow)", "equipment": { @@ -91321,10 +81311,7 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 1, "buy_limit": 150, - "release_date": "2005-08-09", - "examine": "Local dress.", "wiki_name": "Tribal top (pink)", "wiki_url": "https://oldschool.runescape.wiki/w/Tribal_top_(pink)", "equipment": { @@ -91359,10 +81346,7 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 2, "buy_limit": 150, - "release_date": "2005-08-09", - "examine": "A brightly coloured robe prized by the Tai Bwo Wannai peoples.", "wiki_name": "Villager robe (pink)", "wiki_url": "https://oldschool.runescape.wiki/w/Villager_robe_(pink)", "equipment": { @@ -91397,10 +81381,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.907, "buy_limit": 150, - "release_date": "2005-08-09", - "examine": "A brightly coloured hat prized by the Tai Bwo Wannai peoples.", "wiki_name": "Villager hat (pink)", "wiki_url": "https://oldschool.runescape.wiki/w/Villager_hat_(pink)", "equipment": { @@ -91435,10 +81416,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.68, "buy_limit": 150, - "release_date": "2005-08-09", - "examine": "A brightly coloured pair of local sandals.", "wiki_name": "Villager sandals (pink)", "wiki_url": "https://oldschool.runescape.wiki/w/Villager_sandals_(pink)", "equipment": { @@ -91473,10 +81451,7 @@ "cost": 150, "lowalch": 60, "highalch": 90, - "weight": 0.68, "buy_limit": 150, - "release_date": "2005-08-09", - "examine": "A white armband, as worn by the Tai Bwo Wannai locals.", "wiki_name": "Villager armband (pink)", "wiki_url": "https://oldschool.runescape.wiki/w/Villager_armband_(pink)", "equipment": { @@ -91511,10 +81486,7 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.005, "buy_limit": 150, - "release_date": "2005-08-15", - "examine": "A Fez hat. Juss like that.", "wiki_name": "Fez", "wiki_url": "https://oldschool.runescape.wiki/w/Fez", "equipment": { @@ -91549,10 +81521,7 @@ "cost": 15, "lowalch": 6, "highalch": 9, - "weight": 0.005, "buy_limit": 150, - "release_date": "2005-08-15", - "examine": "A bit itchy.", "wiki_name": "Desert top", "wiki_url": "https://oldschool.runescape.wiki/w/Desert_top", "equipment": { @@ -91587,10 +81556,7 @@ "cost": 25, "lowalch": 10, "highalch": 15, - "weight": 0.005, "buy_limit": 150, - "release_date": "2005-08-15", - "examine": "Has a coarse hard wearing texture.", "wiki_name": "Desert robes", "wiki_url": "https://oldschool.runescape.wiki/w/Desert_robes", "equipment": { @@ -91625,10 +81591,7 @@ "cost": 35, "lowalch": 14, "highalch": 21, - "weight": 0.005, "buy_limit": 150, - "release_date": "2005-08-15", - "examine": "Good for those cold desert nights.", "wiki_name": "Desert top (overcoat)", "wiki_url": "https://oldschool.runescape.wiki/w/Desert_top_(overcoat)", "equipment": { @@ -91663,10 +81626,7 @@ "cost": 25, "lowalch": 10, "highalch": 15, - "weight": 0.005, "buy_limit": 150, - "release_date": "2005-08-15", - "examine": "Better than factor 50 sun cream.", "wiki_name": "Desert legs", "wiki_url": "https://oldschool.runescape.wiki/w/Desert_legs", "equipment": { @@ -91701,10 +81661,7 @@ "cost": 35, "lowalch": 14, "highalch": 21, - "weight": 0.005, "buy_limit": 150, - "release_date": "2005-08-15", - "examine": "Good for keeping the sun off my neck.", "wiki_name": "Menaphite purple hat", "wiki_url": "https://oldschool.runescape.wiki/w/Menaphite_purple_hat", "equipment": { @@ -91739,10 +81696,7 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.005, "buy_limit": 150, - "release_date": "2005-08-15", - "examine": "Colourful.", "wiki_name": "Menaphite purple top", "wiki_url": "https://oldschool.runescape.wiki/w/Menaphite_purple_top", "equipment": { @@ -91777,10 +81731,7 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.005, "buy_limit": 150, - "release_date": "2005-08-15", - "examine": "A cool light Menaphite robe.", "wiki_name": "Menaphite purple robe", "wiki_url": "https://oldschool.runescape.wiki/w/Menaphite_purple_robe", "equipment": { @@ -91815,10 +81766,7 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.005, "buy_limit": 150, - "release_date": "2005-08-15", - "examine": "Look at those nobbily knees.", "wiki_name": "Menaphite purple kilt", "wiki_url": "https://oldschool.runescape.wiki/w/Menaphite_purple_kilt", "equipment": { @@ -91853,10 +81801,7 @@ "cost": 35, "lowalch": 14, "highalch": 21, - "weight": 0.005, "buy_limit": 150, - "release_date": "2005-08-15", - "examine": "Good for keeping the sun off my neck.", "wiki_name": "Menaphite red hat", "wiki_url": "https://oldschool.runescape.wiki/w/Menaphite_red_hat", "equipment": { @@ -91891,10 +81836,7 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.005, "buy_limit": 150, - "release_date": "2005-08-15", - "examine": "Colourful.", "wiki_name": "Menaphite red top", "wiki_url": "https://oldschool.runescape.wiki/w/Menaphite_red_top", "equipment": { @@ -91929,10 +81871,7 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.005, "buy_limit": 150, - "release_date": "2005-08-15", - "examine": "A cool light Menaphite robe.", "wiki_name": "Menaphite red robe", "wiki_url": "https://oldschool.runescape.wiki/w/Menaphite_red_robe", "equipment": { @@ -91967,10 +81906,7 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.005, "buy_limit": 150, - "release_date": "2005-08-15", - "examine": "Look at those nobbily knees.", "wiki_name": "Menaphite red kilt", "wiki_url": "https://oldschool.runescape.wiki/w/Menaphite_red_kilt", "equipment": { @@ -92006,10 +81942,7 @@ "cost": 400, "lowalch": 160, "highalch": 240, - "weight": 1.814, "buy_limit": 125, - "release_date": "2005-08-15", - "examine": "An offensive blackjack.", "wiki_name": "Oak blackjack(o)", "wiki_url": "https://oldschool.runescape.wiki/w/Oak_blackjack(o)", "equipment": { @@ -92072,10 +82005,7 @@ "cost": 400, "lowalch": 160, "highalch": 240, - "weight": 1.814, "buy_limit": 125, - "release_date": "2005-08-15", - "examine": "A defensive blackjack.", "wiki_name": "Oak blackjack(d)", "wiki_url": "https://oldschool.runescape.wiki/w/Oak_blackjack(d)", "equipment": { @@ -92138,10 +82068,7 @@ "cost": 800, "lowalch": 320, "highalch": 480, - "weight": 1.814, "buy_limit": 125, - "release_date": "2005-08-15", - "examine": "An offensive blackjack.", "wiki_name": "Willow blackjack(o)", "wiki_url": "https://oldschool.runescape.wiki/w/Willow_blackjack(o)", "equipment": { @@ -92204,10 +82131,7 @@ "cost": 800, "lowalch": 320, "highalch": 480, - "weight": 1.814, "buy_limit": 125, - "release_date": "2005-08-15", - "examine": "A defensive blackjack.", "wiki_name": "Willow blackjack(d)", "wiki_url": "https://oldschool.runescape.wiki/w/Willow_blackjack(d)", "equipment": { @@ -92270,10 +82194,7 @@ "cost": 1200, "lowalch": 480, "highalch": 720, - "weight": 1.814, "buy_limit": 125, - "release_date": "2005-08-15", - "examine": "A solid bit of maple.", "wiki_name": "Maple blackjack", "wiki_url": "https://oldschool.runescape.wiki/w/Maple_blackjack", "equipment": { @@ -92336,10 +82257,7 @@ "cost": 1600, "lowalch": 640, "highalch": 960, - "weight": 1.814, "buy_limit": 125, - "release_date": "2005-08-15", - "examine": "An offensive blackjack.", "wiki_name": "Maple blackjack(o)", "wiki_url": "https://oldschool.runescape.wiki/w/Maple_blackjack(o)", "equipment": { @@ -92402,10 +82320,7 @@ "cost": 1600, "lowalch": 640, "highalch": 960, - "weight": 1.814, "buy_limit": 125, - "release_date": "2005-08-15", - "examine": "A defensive blackjack.", "wiki_name": "Maple blackjack(d)", "wiki_url": "https://oldschool.runescape.wiki/w/Maple_blackjack(d)", "equipment": { @@ -92462,9 +82377,6 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "weight": 1.814, - "release_date": "2005-08-23", - "examine": "A spadeful of refined coal.", "wiki_name": "Spadeful of coke", "wiki_url": "https://oldschool.runescape.wiki/w/Spadeful_of_coke", "price": 0 @@ -92495,8 +82407,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2005-08-30", - "examine": "A white rosebush seed.", "wiki_name": "White rose seed", "wiki_url": "https://oldschool.runescape.wiki/w/White_rose_seed", "price": 0 @@ -92509,8 +82419,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2005-08-30", - "examine": "A red rosebush seed.", "wiki_name": "Red rose seed", "wiki_url": "https://oldschool.runescape.wiki/w/Red_rose_seed", "price": 0 @@ -92523,8 +82431,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2005-08-30", - "examine": "A pink rosebush seed.", "wiki_name": "Pink rose seed", "wiki_url": "https://oldschool.runescape.wiki/w/Pink_rose_seed", "price": 0 @@ -92537,8 +82443,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2005-08-30", - "examine": "A grapevine seed.", "wiki_name": "Vine seed", "wiki_url": "https://oldschool.runescape.wiki/w/Vine_seed", "price": 0 @@ -92551,8 +82455,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2005-08-30", - "examine": "A delphinium seed.", "wiki_name": "Delphinium seed", "wiki_url": "https://oldschool.runescape.wiki/w/Delphinium_seed", "price": 0 @@ -92565,8 +82467,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2005-08-30", - "examine": "A pink orchid seed.", "wiki_name": "Orchid seed (pink)", "wiki_url": "https://oldschool.runescape.wiki/w/Orchid_seed_(pink)", "price": 0 @@ -92579,8 +82479,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2005-08-30", - "examine": "A yellow orchid seed.", "wiki_name": "Orchid seed (yellow)", "wiki_url": "https://oldschool.runescape.wiki/w/Orchid_seed_(yellow)", "price": 0 @@ -92593,8 +82491,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2005-08-30", - "examine": "A snowdrop seed.", "wiki_name": "Snowdrop seed", "wiki_url": "https://oldschool.runescape.wiki/w/Snowdrop_seed", "price": 0 @@ -92606,9 +82502,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2005-08-30", - "examine": "A shoot that has been cut from a dying White Tree.", "wiki_name": "White tree shoot (Shoot)", "wiki_url": "https://oldschool.runescape.wiki/w/White_tree_shoot#Shoot", "price": 0 @@ -92620,9 +82513,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2005-08-30", - "examine": "A shoot that has been cut from a dying White Tree.", "wiki_name": "White tree shoot (Pot)", "wiki_url": "https://oldschool.runescape.wiki/w/White_tree_shoot#Pot", "price": 0 @@ -92634,9 +82524,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2005-08-30", - "examine": "This shoot from a White Tree has been watered and will soon grow.", "wiki_name": "White tree shoot (Watered)", "wiki_url": "https://oldschool.runescape.wiki/w/White_tree_shoot#Watered", "price": 0 @@ -92648,9 +82535,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2005-08-30", - "examine": "A young White Tree sapling.", "wiki_name": "White tree sapling", "wiki_url": "https://oldschool.runescape.wiki/w/White_tree_sapling", "price": 0 @@ -92664,9 +82548,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.005, - "release_date": "2005-08-30", - "examine": "The power within this ring has been activated.", "wiki_name": "Ring of charos (Activated)", "wiki_url": "https://oldschool.runescape.wiki/w/Ring_of_charos#Activated", "equipment": { @@ -92696,9 +82577,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2005-08-30", - "examine": "A rune essence chip that has been broken into shards.", "wiki_name": "Rune shards", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_shards", "price": 0 @@ -92710,9 +82588,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.002, - "release_date": "2005-08-30", - "examine": "Crushed rune essence.", "wiki_name": "Rune dust", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_dust", "price": 0 @@ -92724,9 +82599,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.035, - "release_date": "2005-08-30", - "examine": "This plant cure emits potency.", "wiki_name": "Plant cure (Garden of Tranquillity)", "wiki_url": "https://oldschool.runescape.wiki/w/Plant_cure_(Garden_of_Tranquillity)", "price": 0 @@ -92738,9 +82610,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-08-30", - "examine": "Looks delicious.", "wiki_name": "White tree fruit", "wiki_url": "https://oldschool.runescape.wiki/w/White_tree_fruit", "price": 0 @@ -92755,10 +82624,7 @@ "cost": 120, "lowalch": 48, "highalch": 72, - "weight": 0.035, "buy_limit": 50, - "release_date": "2005-08-30", - "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": 25 @@ -92773,10 +82639,7 @@ "cost": 90, "lowalch": 36, "highalch": 54, - "weight": 0.03, "buy_limit": 50, - "release_date": "2005-08-30", - "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": 2 @@ -92791,10 +82654,7 @@ "cost": 60, "lowalch": 24, "highalch": 36, - "weight": 0.025, "buy_limit": 50, - "release_date": "2005-08-30", - "examine": "Pour this on compost to turn it into super-compost.", "wiki_name": "Compost potion (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Compost_potion#2_dose", "price": 11 @@ -92809,10 +82669,7 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.02, "buy_limit": 50, - "release_date": "2005-08-30", - "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": 11 @@ -92824,9 +82681,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.08, - "release_date": "2005-08-30", - "examine": "I can use this to move heavy objects.", "wiki_name": "Trolley", "wiki_url": "https://oldschool.runescape.wiki/w/Trolley", "price": 0 @@ -92838,9 +82692,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2005-08-30", - "examine": "A list of things that I must collect for Queen Ellamaria.", "wiki_name": "List", "wiki_url": "https://oldschool.runescape.wiki/w/List", "price": 0 @@ -92899,8 +82750,6 @@ "lowalch": 100, "highalch": 150, "buy_limit": 11000, - "release_date": "2005-09-19", - "examine": "A razor sharp ring of obsidian.", "wiki_name": "Toktz-xil-ul", "wiki_url": "https://oldschool.runescape.wiki/w/Toktz-xil-ul", "equipment": { @@ -92965,10 +82814,7 @@ "cost": 40000, "lowalch": 16000, "highalch": 24000, - "weight": 1.814, "buy_limit": 70, - "release_date": "2005-09-19", - "examine": "A razor sharp sword of obsidian.", "wiki_name": "Toktz-xil-ak", "wiki_url": "https://oldschool.runescape.wiki/w/Toktz-xil-ak", "equipment": { @@ -93039,10 +82885,7 @@ "cost": 45000, "lowalch": 18000, "highalch": 27000, - "weight": 3.628, "buy_limit": 70, - "release_date": "2005-09-19", - "examine": "A spiked shield of obsidian.", "wiki_name": "Toktz-ket-xil", "wiki_url": "https://oldschool.runescape.wiki/w/Toktz-ket-xil", "equipment": { @@ -93080,10 +82923,7 @@ "cost": 25000, "lowalch": 10000, "highalch": 15000, - "weight": 0.453, "buy_limit": 70, - "release_date": "2005-09-19", - "examine": "A large knife of obsidian.", "wiki_name": "Toktz-xil-ek", "wiki_url": "https://oldschool.runescape.wiki/w/Toktz-xil-ek", "equipment": { @@ -93155,10 +82995,7 @@ "cost": 35000, "lowalch": 14000, "highalch": 21000, - "weight": 1.814, "buy_limit": 70, - "release_date": "2005-09-19", - "examine": "A staff of obsidian.", "wiki_name": "Toktz-mej-tal", "wiki_url": "https://oldschool.runescape.wiki/w/Toktz-mej-tal", "equipment": { @@ -93238,10 +83075,7 @@ "cost": 30000, "lowalch": 12000, "highalch": 18000, - "weight": 1.814, "buy_limit": 70, - "release_date": "2005-09-19", - "examine": "A mace of obsidian.", "wiki_name": "Tzhaar-ket-em", "wiki_url": "https://oldschool.runescape.wiki/w/Tzhaar-ket-em", "equipment": { @@ -93306,10 +83140,7 @@ "cost": 50001, "lowalch": 20000, "highalch": 30000, - "weight": 3.628, "buy_limit": 70, - "release_date": "2005-09-19", - "examine": "A maul of obsidian.", "wiki_name": "Tzhaar-ket-om", "wiki_url": "https://oldschool.runescape.wiki/w/Tzhaar-ket-om", "equipment": { @@ -93369,8 +83200,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2005-09-19", - "examine": "It's a token of some kind made from obsidian.", "wiki_name": "Tokkul", "wiki_url": "https://oldschool.runescape.wiki/w/Tokkul", "price": 0 @@ -93385,9 +83214,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2005-09-26", - "examine": "An Advanced Combat Training Device.", "wiki_name": "Mouse toy", "wiki_url": "https://oldschool.runescape.wiki/w/Mouse_toy", "equipment": { @@ -93442,9 +83268,6 @@ "name": "Present", "members": true, "cost": 1, - "weight": 2, - "release_date": "2005-09-26", - "examine": "Thanks for all your help! Love, Bob & Neite.", "wiki_name": "Present", "wiki_url": "https://oldschool.runescape.wiki/w/Present", "price": 0 @@ -93456,9 +83279,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2005-09-26", - "examine": "I wonder what happens if I rub it...", "wiki_name": "Antique lamp (A Tail of Two Cats)", "wiki_url": "https://oldschool.runescape.wiki/w/Antique_lamp_(A_Tail_of_Two_Cats)", "price": 0 @@ -93472,9 +83292,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2005-09-26", - "examine": "It's an amulet of cat speak. It makes vague purring noises.", "wiki_name": "Catspeak amulet(e)", "wiki_url": "https://oldschool.runescape.wiki/w/Catspeak_amulet(e)", "equipment": { @@ -93504,9 +83321,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.005, - "release_date": "2005-09-26", - "examine": "A list of chores that Bob gave you to do.", "wiki_name": "Chores", "wiki_url": "https://oldschool.runescape.wiki/w/Chores", "price": 0 @@ -93516,9 +83330,6 @@ "name": "Recipe", "members": true, "cost": 1, - "weight": 0.005, - "release_date": "2005-09-26", - "examine": "It says on the back 'My favourite recipe.'", "wiki_name": "Recipe", "wiki_url": "https://oldschool.runescape.wiki/w/Recipe", "price": 0 @@ -93532,9 +83343,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2005-09-26", - "examine": "A mirror helps reflect light on the subject.", "wiki_name": "Doctor's hat", "wiki_url": "https://oldschool.runescape.wiki/w/Doctor's_hat", "equipment": { @@ -93566,9 +83374,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.2, - "release_date": "2005-09-26", - "examine": "A nurse's hat, but does it have healing powers?", "wiki_name": "Nurse hat", "wiki_url": "https://oldschool.runescape.wiki/w/Nurse_hat", "equipment": { @@ -93598,9 +83403,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.75, - "release_date": "2005-11-28", - "examine": "Lethargic.", "wiki_name": "Lazy cat (White)", "wiki_url": "https://oldschool.runescape.wiki/w/Lazy_cat#White", "price": 0 @@ -93612,9 +83414,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.75, - "release_date": "2005-11-28", - "examine": "Lethargic.", "wiki_name": "Lazy cat (Grey and black)", "wiki_url": "https://oldschool.runescape.wiki/w/Lazy_cat#Grey_and_black", "price": 0 @@ -93626,9 +83425,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.75, - "release_date": "2005-11-28", - "examine": "Lethargic.", "wiki_name": "Lazy cat (Brown)", "wiki_url": "https://oldschool.runescape.wiki/w/Lazy_cat#Brown", "price": 0 @@ -93640,9 +83436,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.75, - "release_date": "2005-11-28", - "examine": "Lethargic.", "wiki_name": "Lazy cat (Black)", "wiki_url": "https://oldschool.runescape.wiki/w/Lazy_cat#Black", "price": 0 @@ -93654,9 +83447,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.75, - "release_date": "2005-11-28", - "examine": "Lethargic.", "wiki_name": "Lazy cat (Grey and brown)", "wiki_url": "https://oldschool.runescape.wiki/w/Lazy_cat#Grey_and_brown", "price": 0 @@ -93668,9 +83458,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.75, - "release_date": "2005-11-28", - "examine": "Lethargic.", "wiki_name": "Lazy cat (Grey and blue)", "wiki_url": "https://oldschool.runescape.wiki/w/Lazy_cat#Grey_and_blue", "price": 0 @@ -93682,9 +83469,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.75, - "release_date": "2005-11-28", - "examine": "Wild.", "wiki_name": "Wily cat (White)", "wiki_url": "https://oldschool.runescape.wiki/w/Wily_cat#White", "price": 0 @@ -93696,9 +83480,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.75, - "release_date": "2005-11-28", - "examine": "Wild.", "wiki_name": "Wily cat (Grey and black)", "wiki_url": "https://oldschool.runescape.wiki/w/Wily_cat#Grey_and_black", "price": 0 @@ -93710,9 +83491,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.75, - "release_date": "2005-11-28", - "examine": "Wild.", "wiki_name": "Wily cat (Brown)", "wiki_url": "https://oldschool.runescape.wiki/w/Wily_cat#Brown", "price": 0 @@ -93724,9 +83502,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.75, - "release_date": "2005-11-28", - "examine": "Wild.", "wiki_name": "Wily cat (Black)", "wiki_url": "https://oldschool.runescape.wiki/w/Wily_cat#Black", "price": 0 @@ -93738,9 +83513,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.75, - "release_date": "2005-11-28", - "examine": "Wild.", "wiki_name": "Wily cat (Grey and brown)", "wiki_url": "https://oldschool.runescape.wiki/w/Wily_cat#Grey_and_brown", "price": 0 @@ -93752,9 +83524,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.75, - "release_date": "2005-11-28", - "examine": "Wild.", "wiki_name": "Wily cat (Grey and blue)", "wiki_url": "https://oldschool.runescape.wiki/w/Wily_cat#Grey_and_blue", "price": 0 @@ -93765,9 +83534,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.55, - "release_date": "2005-09-26", - "examine": "Looks nice.", "wiki_name": "Ahab's beer", "wiki_url": "https://oldschool.runescape.wiki/w/Ahab's_beer", "price": 0 @@ -93785,10 +83551,7 @@ "cost": 17000, "lowalch": 6800, "highalch": 10200, - "weight": 2.267, "buy_limit": 8, - "release_date": "2005-11-07", - "examine": "It's a slightly magical stick.", "wiki_name": "Mud battlestaff", "wiki_url": "https://oldschool.runescape.wiki/w/Mud_battlestaff", "equipment": { @@ -93868,10 +83631,7 @@ "cost": 45000, "lowalch": 18000, "highalch": 27000, - "weight": 2.267, "buy_limit": 8, - "release_date": "2005-11-07", - "examine": "It's a slightly magical stick.", "wiki_name": "Mystic mud staff", "wiki_url": "https://oldschool.runescape.wiki/w/Mystic_mud_staff", "equipment": { @@ -93950,10 +83710,7 @@ "cost": 60000, "lowalch": 24000, "highalch": 36000, - "weight": 1.814, "buy_limit": 70, - "release_date": "2005-10-04", - "examine": "A cape of woven obsidian plates.", "wiki_name": "Obsidian cape", "wiki_url": "https://oldschool.runescape.wiki/w/Obsidian_cape", "equipment": { @@ -93985,9 +83742,6 @@ "cost": 65007, "lowalch": 26002, "highalch": 39004, - "weight": 1.814, - "release_date": "2005-10-04", - "examine": "A cape of fire.", "wiki_name": "Fire cape (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Fire_cape#Normal", "equipment": { @@ -94020,10 +83774,7 @@ "cost": 200000, "lowalch": 80000, "highalch": 120000, - "weight": 0.003, "buy_limit": 11000, - "release_date": "2005-10-04", - "examine": "This would be worth more cut.", "wiki_name": "Uncut onyx", "wiki_url": "https://oldschool.runescape.wiki/w/Uncut_onyx", "price": 1770283 @@ -94038,10 +83789,7 @@ "cost": 200000, "lowalch": 80000, "highalch": 120000, - "weight": 0.002, "buy_limit": 11000, - "release_date": "2005-10-04", - "examine": "This looks valuable.", "wiki_name": "Onyx", "wiki_url": "https://oldschool.runescape.wiki/w/Onyx", "price": 1775550 @@ -94058,10 +83806,7 @@ "cost": 201000, "lowalch": 80400, "highalch": 120600, - "weight": 0.006, "buy_limit": 10000, - "release_date": "2005-10-04", - "examine": "A valuable ring.", "wiki_name": "Onyx ring", "wiki_url": "https://oldschool.runescape.wiki/w/Onyx_ring", "equipment": { @@ -94096,10 +83841,7 @@ "cost": 201000, "lowalch": 80400, "highalch": 120600, - "weight": 0.01, "buy_limit": 10000, - "release_date": "2005-10-04", - "examine": "I wonder if this is valuable.", "wiki_name": "Onyx necklace", "wiki_url": "https://oldschool.runescape.wiki/w/Onyx_necklace", "equipment": { @@ -94132,10 +83874,7 @@ "cost": 201000, "lowalch": 80400, "highalch": 120600, - "weight": 0.004, "buy_limit": 10000, - "release_date": "2005-10-04", - "examine": "It needs a string so I can wear it.", "wiki_name": "Onyx amulet (u)", "wiki_url": "https://oldschool.runescape.wiki/w/Onyx_amulet_(u)", "price": 2002781 @@ -94152,10 +83891,7 @@ "cost": 201000, "lowalch": 80400, "highalch": 120600, - "weight": 0.007, "buy_limit": 10000, - "release_date": "2005-10-04", - "examine": "I wonder if I can get this enchanted.", "wiki_name": "Onyx amulet", "wiki_url": "https://oldschool.runescape.wiki/w/Onyx_amulet", "equipment": { @@ -94190,10 +83926,7 @@ "cost": 202000, "lowalch": 80800, "highalch": 121200, - "weight": 0.006, "buy_limit": 70, - "release_date": "2005-10-04", - "examine": "An enchanted ring.", "wiki_name": "Ring of stone", "wiki_url": "https://oldschool.runescape.wiki/w/Ring_of_stone", "equipment": { @@ -94228,10 +83961,7 @@ "cost": 202000, "lowalch": 80800, "highalch": 121200, - "weight": 0.01, "buy_limit": 8, - "release_date": "2005-10-04", - "examine": "A very powerful onyx amulet.", "wiki_name": "Amulet of fury", "wiki_url": "https://oldschool.runescape.wiki/w/Amulet_of_fury", "equipment": { @@ -94267,10 +83997,7 @@ "cost": 360, "lowalch": 144, "highalch": 216, - "weight": 0.907, "buy_limit": 125, - "release_date": "2005-10-17", - "examine": "A set of fighting claws.", "wiki_name": "White claws", "wiki_url": "https://oldschool.runescape.wiki/w/White_claws", "equipment": { @@ -94342,10 +84069,7 @@ "cost": 1248, "lowalch": 499, "highalch": 748, - "weight": 2.721, "buy_limit": 125, - "release_date": "2005-10-17", - "examine": "A vicious looking axe.", "wiki_name": "White battleaxe", "wiki_url": "https://oldschool.runescape.wiki/w/White_battleaxe", "equipment": { @@ -94417,10 +84141,7 @@ "cost": 240, "lowalch": 96, "highalch": 144, - "weight": 0.453, "buy_limit": 125, - "release_date": "2005-10-17", - "examine": "A vicious white dagger.", "wiki_name": "White dagger (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/White_dagger#Unpoisoned", "equipment": { @@ -94492,10 +84213,7 @@ "cost": 240, "lowalch": 96, "highalch": 144, - "weight": 0.453, "buy_limit": 125, - "release_date": "2005-10-17", - "examine": "This dagger is poisoned.", "wiki_name": "White dagger (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/White_dagger#Poison", "equipment": { @@ -94567,10 +84285,7 @@ "cost": 240, "lowalch": 96, "highalch": 144, - "weight": 0.453, "buy_limit": 125, - "release_date": "2005-10-17", - "examine": "This dagger is poisoned.", "wiki_name": "White dagger (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/White_dagger#Poison+", "equipment": { @@ -94642,10 +84357,7 @@ "cost": 240, "lowalch": 96, "highalch": 144, - "weight": 0.453, "buy_limit": 125, - "release_date": "2005-10-17", - "examine": "This dagger is poisoned.", "wiki_name": "White dagger (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/White_dagger#Poison++", "equipment": { @@ -94717,10 +84429,7 @@ "cost": 1920, "lowalch": 768, "highalch": 1152, - "weight": 3.175, "buy_limit": 125, - "release_date": "2005-10-17", - "examine": "A white halberd.", "wiki_name": "White halberd", "wiki_url": "https://oldschool.runescape.wiki/w/White_halberd", "equipment": { @@ -94786,10 +84495,7 @@ "cost": 432, "lowalch": 172, "highalch": 259, - "weight": 1.814, "buy_limit": 125, - "release_date": "2005-10-17", - "examine": "A spiky mace.", "wiki_name": "White mace", "wiki_url": "https://oldschool.runescape.wiki/w/White_mace", "equipment": { @@ -94861,10 +84567,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 2.267, "buy_limit": 125, - "release_date": "2005-10-17", - "examine": "A Magical staff.", "wiki_name": "White magic staff", "wiki_url": "https://oldschool.runescape.wiki/w/White_magic_staff", "equipment": { @@ -94943,10 +84646,7 @@ "cost": 624, "lowalch": 249, "highalch": 374, - "weight": 1.814, "buy_limit": 125, - "release_date": "2005-10-17", - "examine": "A razor sharp sword.", "wiki_name": "White sword", "wiki_url": "https://oldschool.runescape.wiki/w/White_sword", "equipment": { @@ -95018,10 +84718,7 @@ "cost": 960, "lowalch": 384, "highalch": 576, - "weight": 1.814, "buy_limit": 125, - "release_date": "2005-10-17", - "examine": "A razor sharp longsword.", "wiki_name": "White longsword", "wiki_url": "https://oldschool.runescape.wiki/w/White_longsword", "equipment": { @@ -95093,10 +84790,7 @@ "cost": 1920, "lowalch": 768, "highalch": 1152, - "weight": 3.628, "buy_limit": 125, - "release_date": "2005-10-17", - "examine": "A two handed sword.", "wiki_name": "White 2h sword", "wiki_url": "https://oldschool.runescape.wiki/w/White_2h_sword", "equipment": { @@ -95168,10 +84862,7 @@ "cost": 768, "lowalch": 307, "highalch": 460, - "weight": 1.814, "buy_limit": 125, - "release_date": "2005-10-17", - "examine": "A vicious, curved sword.", "wiki_name": "White scimitar", "wiki_url": "https://oldschool.runescape.wiki/w/White_scimitar", "equipment": { @@ -95243,10 +84934,7 @@ "cost": 980, "lowalch": 392, "highalch": 588, - "weight": 1.814, "buy_limit": 125, - "release_date": "2005-10-17", - "examine": "I don't think it's intended for joinery.", "wiki_name": "White warhammer", "wiki_url": "https://oldschool.runescape.wiki/w/White_warhammer", "equipment": { @@ -95310,10 +84998,7 @@ "cost": 1440, "lowalch": 576, "highalch": 864, - "weight": 6.803, "buy_limit": 125, - "release_date": "2005-10-17", - "examine": "A series of connected metal rings.", "wiki_name": "White chainbody", "wiki_url": "https://oldschool.runescape.wiki/w/White_chainbody", "equipment": { @@ -95350,10 +85035,7 @@ "cost": 3840, "lowalch": 1536, "highalch": 2304, - "weight": 9.979, "buy_limit": 125, - "release_date": "2005-10-17", - "examine": "Provides excellent protection.", "wiki_name": "White platebody", "wiki_url": "https://oldschool.runescape.wiki/w/White_platebody", "equipment": { @@ -95390,10 +85072,7 @@ "cost": 576, "lowalch": 230, "highalch": 345, - "weight": 1.36, "buy_limit": 125, - "release_date": "2005-10-17", - "examine": "These will protect my feet.", "wiki_name": "White boots", "wiki_url": "https://oldschool.runescape.wiki/w/White_boots", "equipment": { @@ -95430,10 +85109,7 @@ "cost": 576, "lowalch": 230, "highalch": 345, - "weight": 1.814, "buy_limit": 125, - "release_date": "2005-10-17", - "examine": "A medium sized helmet.", "wiki_name": "White med helm", "wiki_url": "https://oldschool.runescape.wiki/w/White_med_helm", "equipment": { @@ -95470,10 +85146,7 @@ "cost": 1056, "lowalch": 422, "highalch": 633, - "weight": 2.721, "buy_limit": 125, - "release_date": "2005-10-17", - "examine": "A full face helmet.", "wiki_name": "White full helm", "wiki_url": "https://oldschool.runescape.wiki/w/White_full_helm", "equipment": { @@ -95510,10 +85183,7 @@ "cost": 1920, "lowalch": 768, "highalch": 1152, - "weight": 9.071, "buy_limit": 125, - "release_date": "2005-10-17", - "examine": "Big, White and heavy looking.", "wiki_name": "White platelegs", "wiki_url": "https://oldschool.runescape.wiki/w/White_platelegs", "equipment": { @@ -95550,10 +85220,7 @@ "cost": 1920, "lowalch": 768, "highalch": 1152, - "weight": 8.164, "buy_limit": 125, - "release_date": "2005-10-17", - "examine": "Big, White and heavy looking.", "wiki_name": "White plateskirt", "wiki_url": "https://oldschool.runescape.wiki/w/White_plateskirt", "equipment": { @@ -95590,10 +85257,7 @@ "cost": 6, "lowalch": 2, "highalch": 3, - "weight": 0.226, "buy_limit": 125, - "release_date": "2005-10-17", - "examine": "These will keep my hands warm!", "wiki_name": "White gloves", "wiki_url": "https://oldschool.runescape.wiki/w/White_gloves", "equipment": { @@ -95630,10 +85294,7 @@ "cost": 1152, "lowalch": 460, "highalch": 691, - "weight": 3.628, "buy_limit": 125, - "release_date": "2005-10-17", - "examine": "A medium square shield.", "wiki_name": "White sq shield", "wiki_url": "https://oldschool.runescape.wiki/w/White_sq_shield", "equipment": { @@ -95670,10 +85331,7 @@ "cost": 1632, "lowalch": 652, "highalch": 979, - "weight": 5.443, "buy_limit": 125, - "release_date": "2005-10-17", - "examine": "A large metal shield.", "wiki_name": "White kiteshield", "wiki_url": "https://oldschool.runescape.wiki/w/White_kiteshield", "equipment": { @@ -95705,9 +85363,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2005-10-17", - "examine": "A Temple Knight Communication Orb. Top Secret!", "wiki_name": "Commorb", "wiki_url": "https://oldschool.runescape.wiki/w/Commorb", "price": 0 @@ -95717,9 +85372,6 @@ "name": "Solus's hat", "members": true, "cost": 1, - "weight": 0.001, - "release_date": "2005-10-17", - "examine": "Proof that I have defeated the evil mage Solus.", "wiki_name": "Solus's hat", "wiki_url": "https://oldschool.runescape.wiki/w/Solus's_hat", "price": 0 @@ -95740,9 +85392,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2005-10-17", - "examine": "A key to the nature of light itself.", "wiki_name": "Colour wheel", "wiki_url": "https://oldschool.runescape.wiki/w/Colour_wheel", "price": 0 @@ -95754,9 +85403,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2005-10-17", - "examine": "A small hand mirror.", "wiki_name": "Hand mirror (Mourning's End Part II)", "wiki_url": "https://oldschool.runescape.wiki/w/Hand_mirror#Mourning's_End_Part_II", "price": 0 @@ -95766,9 +85412,6 @@ "name": "Red crystal", "members": true, "cost": 1, - "weight": 0.015, - "release_date": "2005-10-17", - "examine": "A red crystal.", "wiki_name": "Red crystal (Mourning's End Part II)", "wiki_url": "https://oldschool.runescape.wiki/w/Red_crystal_(Mourning's_End_Part_II)", "price": 0 @@ -95778,9 +85421,6 @@ "name": "Yellow crystal", "members": true, "cost": 1, - "weight": 0.015, - "release_date": "2005-10-17", - "examine": "A yellow crystal.", "wiki_name": "Yellow crystal (Mourning's End Part II)", "wiki_url": "https://oldschool.runescape.wiki/w/Yellow_crystal_(Mourning's_End_Part_II)", "price": 0 @@ -95790,9 +85430,6 @@ "name": "Green crystal", "members": true, "cost": 1, - "weight": 0.015, - "release_date": "2005-10-17", - "examine": "A green crystal.", "wiki_name": "Green crystal (Mourning's End Part II)", "wiki_url": "https://oldschool.runescape.wiki/w/Green_crystal_(Mourning's_End_Part_II)", "price": 0 @@ -95802,9 +85439,6 @@ "name": "Cyan crystal", "members": true, "cost": 1, - "weight": 0.015, - "release_date": "2005-10-17", - "examine": "A cyan crystal.", "wiki_name": "Cyan crystal (Mourning's End Part II)", "wiki_url": "https://oldschool.runescape.wiki/w/Cyan_crystal_(Mourning's_End_Part_II)", "price": 0 @@ -95814,9 +85448,6 @@ "name": "Blue crystal", "members": true, "cost": 1, - "weight": 0.015, - "release_date": "2005-10-17", - "examine": "A blue crystal.", "wiki_name": "Blue crystal (Mourning's End Part II)", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_crystal_(Mourning's_End_Part_II)", "price": 0 @@ -95826,9 +85457,6 @@ "name": "Magenta crystal", "members": true, "cost": 1, - "weight": 0.015, - "release_date": "2005-10-17", - "examine": "A magenta crystal.", "wiki_name": "Magenta crystal (Mourning's End Part II)", "wiki_url": "https://oldschool.runescape.wiki/w/Magenta_crystal_(Mourning's_End_Part_II)", "price": 0 @@ -95840,9 +85468,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2005-10-17", - "examine": "A fractured crystal, one of the edges is clear.", "wiki_name": "Fractured crystal (Mourning's End Part II) (Horizontal)", "wiki_url": "https://oldschool.runescape.wiki/w/Fractured_crystal_(Mourning's_End_Part_II)#Horizontal", "price": 0 @@ -95854,9 +85479,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2005-10-17", - "examine": "A fractured crystal, one of the edges is clear.", "wiki_name": "Fractured crystal (Mourning's End Part II) (Vertical)", "wiki_url": "https://oldschool.runescape.wiki/w/Fractured_crystal_(Mourning's_End_Part_II)#Vertical", "price": 0 @@ -95868,9 +85490,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-10-17", - "examine": "It's a list of items I need to collect.", "wiki_name": "Item list", "wiki_url": "https://oldschool.runescape.wiki/w/Item_list", "price": 0 @@ -95882,9 +85501,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.226, - "release_date": "2005-10-17", - "examine": "The journal of Nissyen Edern.", "wiki_name": "Edern's journal", "wiki_url": "https://oldschool.runescape.wiki/w/Edern's_journal", "price": 0 @@ -95896,9 +85512,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2005-10-17", - "examine": "A blackened crystal sample.", "wiki_name": "Blackened crystal", "wiki_url": "https://oldschool.runescape.wiki/w/Blackened_crystal", "price": 0 @@ -95910,9 +85523,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2005-10-17", - "examine": "A newly formed crystal.", "wiki_name": "Newly made crystal (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Newly_made_crystal#Uncharged", "price": 0 @@ -95924,9 +85534,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2005-10-17", - "examine": "A warm energy radiates from this crystal.", "wiki_name": "Newly made crystal (Charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Newly_made_crystal#Charged", "price": 0 @@ -95938,9 +85545,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2005-10-17", - "examine": "A small crystal trinket.", "wiki_name": "Crystal trinket", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_trinket", "price": 0 @@ -95953,9 +85557,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.721, - "release_date": "2005-10-24", - "examine": "Examine what?", "wiki_name": "Camo top", "wiki_url": "https://oldschool.runescape.wiki/w/Camo_top", "equipment": { @@ -95986,9 +85587,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2005-10-24", - "examine": "Examine what?", "wiki_name": "Camo bottoms", "wiki_url": "https://oldschool.runescape.wiki/w/Camo_bottoms", "equipment": { @@ -96019,9 +85617,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2005-10-24", - "examine": "Examine what?", "wiki_name": "Camo helmet", "wiki_url": "https://oldschool.runescape.wiki/w/Camo_helmet", "equipment": { @@ -96051,8 +85646,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2005-10-24", - "examine": "Examine what?", "wiki_name": "Camo top (unobtainable item)", "wiki_url": "https://oldschool.runescape.wiki/w/Camo_top_(unobtainable_item)", "price": 0 @@ -96064,8 +85657,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2005-10-24", - "examine": "Examine what?", "wiki_name": "Camo bottoms (unobtainable item)", "wiki_url": "https://oldschool.runescape.wiki/w/Camo_bottoms_(unobtainable_item)", "price": 0 @@ -96077,8 +85668,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2005-10-24", - "examine": "Examine what?", "wiki_name": "Camo helmet (unobtainable item)", "wiki_url": "https://oldschool.runescape.wiki/w/Camo_helmet_(unobtainable_item)", "price": 0 @@ -96089,8 +85678,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2005-10-24", - "examine": "The jar keeps shaking...I'm scared.", "wiki_name": "Fishing explosive", "wiki_url": "https://oldschool.runescape.wiki/w/Fishing_explosive", "price": 0 @@ -96111,9 +85698,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2005-10-24", - "examine": "This fishing rod seems to have been bitten in half...", "wiki_name": "Broken fishing rod", "wiki_url": "https://oldschool.runescape.wiki/w/Broken_fishing_rod", "price": 0 @@ -96125,9 +85709,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.056, - "release_date": "2005-10-24", - "examine": "It seems someone vacated this boot in a hurry...", "wiki_name": "Forlorn boot", "wiki_url": "https://oldschool.runescape.wiki/w/Forlorn_boot", "price": 0 @@ -96141,9 +85722,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2005-10-24", - "examine": "Fishy, damp and smelly.", "wiki_name": "Mudskipper hat", "wiki_url": "https://oldschool.runescape.wiki/w/Mudskipper_hat", "equipment": { @@ -96175,9 +85753,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.34, - "release_date": "2005-10-24", - "examine": "Strangely uncomfortable flippers.", "wiki_name": "Flippers", "wiki_url": "https://oldschool.runescape.wiki/w/Flippers", "equipment": { @@ -96210,10 +85785,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.36, "buy_limit": 100, - "release_date": "2005-10-24", - "examine": "An empty fishbowl.", "wiki_name": "Fishbowl (Empty)", "wiki_url": "https://oldschool.runescape.wiki/w/Fishbowl#Empty", "price": 37 @@ -96225,9 +85797,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2005-10-24", - "examine": "A fishless fishbowl.", "wiki_name": "Fishbowl (Water)", "wiki_url": "https://oldschool.runescape.wiki/w/Fishbowl#Water", "price": 0 @@ -96239,9 +85808,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2005-10-24", - "examine": "A fishless fishbowl with some seaweed.", "wiki_name": "Fishbowl (Seaweed)", "wiki_url": "https://oldschool.runescape.wiki/w/Fishbowl#Seaweed", "price": 0 @@ -96253,9 +85819,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2005-10-24", - "examine": "A fishbowl with a Tiny Bluefish in it.", "wiki_name": "Fishbowl (pet) (Bluefish)", "wiki_url": "https://oldschool.runescape.wiki/w/Fishbowl_(pet)#Bluefish", "price": 0 @@ -96267,9 +85830,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2005-10-24", - "examine": "A fishbowl with a Tiny Greenfish in it.", "wiki_name": "Fishbowl (pet) (Greenfish)", "wiki_url": "https://oldschool.runescape.wiki/w/Fishbowl_(pet)#Greenfish", "price": 0 @@ -96281,9 +85841,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2005-10-24", - "examine": "A fishbowl with a Tiny Spinefish in it.", "wiki_name": "Fishbowl (pet) (Spinefish)", "wiki_url": "https://oldschool.runescape.wiki/w/Fishbowl_(pet)#Spinefish", "price": 0 @@ -96295,9 +85852,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2005-10-24", - "examine": "An empty fishbowl in a net.", "wiki_name": "Fishbowl and net", "wiki_url": "https://oldschool.runescape.wiki/w/Fishbowl_and_net", "price": 0 @@ -96309,9 +85863,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.02, - "release_date": "2005-10-24", - "examine": "A tiny net for grabbing tiny fish.", "wiki_name": "Tiny net", "wiki_url": "https://oldschool.runescape.wiki/w/Tiny_net", "price": 0 @@ -96325,9 +85876,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2005-10-24", - "examine": "'Ingredients; Ground Guam and Ground Seaweed.'", "wiki_name": "An empty box", "wiki_url": "https://oldschool.runescape.wiki/w/An_empty_box", "price": 0 @@ -96339,9 +85887,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.028, - "release_date": "2005-10-24", - "examine": "'Ingredients; Ground Guam and Ground Seaweed.' Well, I have the Guam Leaf...", "wiki_name": "Guam in a box", "wiki_url": "https://oldschool.runescape.wiki/w/Guam_in_a_box", "price": 0 @@ -96352,9 +85897,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.028, - "release_date": "2005-10-24", - "examine": "'Ingredients; Ground Guam and Ground Seaweed.' Well, I have the Guam Leaf...", "wiki_name": "Guam in a box?", "wiki_url": "https://oldschool.runescape.wiki/w/Guam_in_a_box?", "price": 0 @@ -96366,9 +85908,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.028, - "release_date": "2005-10-24", - "examine": "'Ingredients; Ground Guam and Ground Seaweed.' Well, I have the Seaweed...", "wiki_name": "Seaweed in a box", "wiki_url": "https://oldschool.runescape.wiki/w/Seaweed_in_a_box", "price": 0 @@ -96379,9 +85918,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.028, - "release_date": "2005-10-24", - "examine": "'Ingredients; Ground Guam and Ground Seaweed.' Well, I have the Seaweed...", "wiki_name": "Seaweed in a box?", "wiki_url": "https://oldschool.runescape.wiki/w/Seaweed_in_a_box?", "price": 0 @@ -96396,10 +85932,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.056, "buy_limit": 100, - "release_date": "2005-10-24", - "examine": "One of the ingredients for making fish food.", "wiki_name": "Ground guam", "wiki_url": "https://oldschool.runescape.wiki/w/Ground_guam", "price": 17 @@ -96413,9 +85946,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.056, - "release_date": "2005-10-24", - "examine": "One of the ingredients for making fish food.", "wiki_name": "Ground seaweed", "wiki_url": "https://oldschool.runescape.wiki/w/Ground_seaweed", "price": 0 @@ -96430,10 +85960,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.035, "buy_limit": 2000, - "release_date": "2005-10-24", - "examine": "4 doses of Saradomin brew.", "wiki_name": "Saradomin brew (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Saradomin_brew#4_dose", "price": 15183 @@ -96448,10 +85975,7 @@ "cost": 175, "lowalch": 70, "highalch": 105, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2005-10-24", - "examine": "3 doses of Saradomin brew.", "wiki_name": "Saradomin brew (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Saradomin_brew#3_dose", "price": 11041 @@ -96466,10 +85990,7 @@ "cost": 150, "lowalch": 60, "highalch": 90, - "weight": 0.025, "buy_limit": 2000, - "release_date": "2005-10-24", - "examine": "2 doses of Saradomin brew.", "wiki_name": "Saradomin brew (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Saradomin_brew#2_dose", "price": 7480 @@ -96484,10 +86005,7 @@ "cost": 125, "lowalch": 50, "highalch": 75, - "weight": 0.02, "buy_limit": 2000, - "release_date": "2005-10-24", - "examine": "1 dose of Saradomin brew.", "wiki_name": "Saradomin brew (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Saradomin_brew#1_dose", "price": 3959 @@ -96502,10 +86020,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.002, "buy_limit": 11000, - "release_date": "2005-10-24", - "examine": "A crushed bird's nest.", "wiki_name": "Crushed nest", "wiki_url": "https://oldschool.runescape.wiki/w/Crushed_nest", "price": 7926 @@ -96527,8 +86042,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2005-10-24", - "examine": "Contains ice-cold water.", "wiki_name": "Ice cooler", "wiki_url": "https://oldschool.runescape.wiki/w/Ice_cooler", "price": 0 @@ -96543,10 +86056,7 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.2, "buy_limit": 11000, - "release_date": "2005-10-24", - "examine": "A pat of freshly churned butter.", "wiki_name": "Pat of butter", "wiki_url": "https://oldschool.runescape.wiki/w/Pat_of_butter", "price": 45 @@ -96560,9 +86070,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, - "release_date": "2005-10-24", - "examine": "This potato doesn't look edible.", "wiki_name": "Burnt potato", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_potato", "price": 0 @@ -96577,10 +86084,7 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.5, "buy_limit": 13000, - "release_date": "2005-10-24", - "examine": "It'd taste even better with some toppings.", "wiki_name": "Baked potato", "wiki_url": "https://oldschool.runescape.wiki/w/Baked_potato", "price": 242 @@ -96595,10 +86099,7 @@ "cost": 8, "lowalch": 3, "highalch": 4, - "weight": 0.5, "buy_limit": 13000, - "release_date": "2005-10-24", - "examine": "A baked potato with butter.", "wiki_name": "Potato with butter", "wiki_url": "https://oldschool.runescape.wiki/w/Potato_with_butter", "price": 480 @@ -96613,10 +86114,7 @@ "cost": 8, "lowalch": 3, "highalch": 4, - "weight": 0.5, "buy_limit": 13000, - "release_date": "2005-10-24", - "examine": "A baked potato with butter and cheese.", "wiki_name": "Potato with cheese", "wiki_url": "https://oldschool.runescape.wiki/w/Potato_with_cheese", "price": 348 @@ -96630,9 +86128,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.007, - "release_date": "2006-01-23", - "examine": "An amulet of Camel-speak. It makes vague braying noises.", "wiki_name": "Camulet", "wiki_url": "https://oldschool.runescape.wiki/w/Camulet", "equipment": { @@ -96661,9 +86156,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.226, - "release_date": "2005-10-31", - "examine": "Especially good against diseased arachnids.", "wiki_name": "Slayer gloves", "wiki_url": "https://oldschool.runescape.wiki/w/Slayer_gloves", "price": 0 @@ -96685,8 +86177,6 @@ "cost": 166, "lowalch": 66, "highalch": 99, - "release_date": "2005-10-31", - "examine": "A Blindweed seed - plant in a Blindweed patch.", "wiki_name": "Blindweed seed", "wiki_url": "https://oldschool.runescape.wiki/w/Blindweed_seed", "price": 0 @@ -96698,9 +86188,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.007, - "release_date": "2005-10-31", - "examine": "An inedible, foul smelling herb.", "wiki_name": "Blindweed", "wiki_url": "https://oldschool.runescape.wiki/w/Blindweed", "price": 0 @@ -96710,9 +86197,6 @@ "name": "Bucket of water", "members": true, "cost": 1, - "weight": 3, - "release_date": "2005-10-31", - "examine": "It's a bucket of... water?", "wiki_name": "Bucket of water (Rum Deal)", "wiki_url": "https://oldschool.runescape.wiki/w/Bucket_of_water_(Rum_Deal)", "price": 0 @@ -96724,9 +86208,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.005, - "release_date": "2005-10-31", - "examine": "A heavy metal wrench.", "wiki_name": "Wrench", "wiki_url": "https://oldschool.runescape.wiki/w/Wrench", "price": 0 @@ -96738,9 +86219,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.005, - "release_date": "2005-10-31", - "examine": "A shining paragon of wrenchly virtue.", "wiki_name": "Holy wrench", "wiki_url": "https://oldschool.runescape.wiki/w/Holy_wrench", "price": 0 @@ -96752,9 +86230,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 3, - "release_date": "2005-10-31", - "examine": "They look at you balefully. 'Feed us...'", "wiki_name": "Sluglings", "wiki_url": "https://oldschool.runescape.wiki/w/Sluglings", "price": 0 @@ -96766,9 +86241,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2005-10-31", - "examine": "A sinister looking squid.", "wiki_name": "Karamthulhu", "wiki_url": "https://oldschool.runescape.wiki/w/Karamthulhu", "price": 0 @@ -96780,9 +86252,6 @@ "cost": 20000, "lowalch": 8000, "highalch": 12000, - "weight": 0.001, - "release_date": "2005-10-31", - "examine": "My pet sinister squid.", "wiki_name": "Karamthulhu (unobtainable item)", "wiki_url": "https://oldschool.runescape.wiki/w/Karamthulhu_(unobtainable_item)", "price": 0 @@ -96794,9 +86263,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.8, - "release_date": "2005-10-31", - "examine": "A diseased deceased Fever Spider. Handle with care.", "wiki_name": "Fever spider body", "wiki_url": "https://oldschool.runescape.wiki/w/Fever_spider_body", "price": 0 @@ -96806,9 +86272,6 @@ "name": "Unsanitary swill", "members": true, "cost": 1, - "weight": 0.007, - "release_date": "2005-10-31", - "examine": "Sorry, I mean a bucket of 'rum'.", "wiki_name": "Unsanitary swill", "wiki_url": "https://oldschool.runescape.wiki/w/Unsanitary_swill", "price": 0 @@ -96820,9 +86283,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2005-10-31", - "examine": "A decent enough weapon gone rusty.", "wiki_name": "Rusty scimitar", "wiki_url": "https://oldschool.runescape.wiki/w/Rusty_scimitar", "price": 0 @@ -96833,9 +86293,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2005-10-31", - "examine": "Alas...I hardly knew him.", "wiki_name": "Zombie head", "wiki_url": "https://oldschool.runescape.wiki/w/Zombie_head", "price": 0 @@ -96853,10 +86310,7 @@ "cost": 8000, "lowalch": 3200, "highalch": 4800, - "weight": 1.36, "buy_limit": 8, - "release_date": "2005-11-07", - "examine": "An ancient Fremennik bow that was once used to battle the Moon Clan.", "wiki_name": "Seercull", "wiki_url": "https://oldschool.runescape.wiki/w/Seercull", "equipment": { @@ -96915,9 +86369,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2005-11-07", - "examine": "A pot of crushed Dagannoth-king bones.", "wiki_name": "Dagannoth-king bonemeal", "wiki_url": "https://oldschool.runescape.wiki/w/Dagannoth-king_bonemeal", "price": 0 @@ -96932,10 +86383,7 @@ "cost": 150, "lowalch": 60, "highalch": 90, - "weight": 1.5, "buy_limit": 7500, - "release_date": "2005-11-07", - "examine": "These would feed a dogfish for months!", "wiki_name": "Dagannoth bones", "wiki_url": "https://oldschool.runescape.wiki/w/Dagannoth_bones", "price": 8150 @@ -96952,10 +86400,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.004, "buy_limit": 8, - "release_date": "2005-11-07", - "examine": "A mysterious ring that can fill the wearer with magical power...", "wiki_name": "Seers ring", "wiki_url": "https://oldschool.runescape.wiki/w/Seers_ring", "equipment": { @@ -96990,10 +86435,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.004, "buy_limit": 8, - "release_date": "2005-11-07", - "examine": "A fabled ring that improves the wearer's skill with a bow...", "wiki_name": "Archers ring", "wiki_url": "https://oldschool.runescape.wiki/w/Archers_ring", "equipment": { @@ -97028,10 +86470,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.004, "buy_limit": 8, - "release_date": "2005-11-07", - "examine": "A legendary ring once worn by Fremennik warriors.", "wiki_name": "Warrior ring", "wiki_url": "https://oldschool.runescape.wiki/w/Warrior_ring", "equipment": { @@ -97066,10 +86505,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.004, "buy_limit": 8, - "release_date": "2005-11-07", - "examine": "A ring reputed to bring out a berserk fury in its wearer.", "wiki_name": "Berserker ring", "wiki_url": "https://oldschool.runescape.wiki/w/Berserker_ring", "equipment": { @@ -97105,10 +86541,7 @@ "cost": 55000, "lowalch": 22000, "highalch": 33000, - "weight": 1.36, "buy_limit": 40, - "release_date": "2005-11-07", - "examine": "A very powerful axe.", "wiki_name": "Dragon axe", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_axe", "equipment": { @@ -97175,9 +86608,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2005-11-07", - "examine": "Bob can fix this for me.", "wiki_name": "Broken axe (dragon)", "wiki_url": "https://oldschool.runescape.wiki/w/Broken_axe_(dragon)", "price": 0 @@ -97190,9 +86620,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2005-11-07", - "examine": "It's missing a handle.", "wiki_name": "Dragon axe head", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_axe_head", "price": 0 @@ -97207,9 +86634,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 1.814, - "release_date": "2005-11-14", - "examine": "The magical sword 'Silverlight', stained black.", "wiki_name": "Silverlight (Dyed)", "wiki_url": "https://oldschool.runescape.wiki/w/Silverlight#Dyed", "equipment": { @@ -97276,9 +86700,6 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 1.814, - "release_date": "2005-11-14", - "examine": "The magical sword 'Silverlight', enhanced with the blood of Agrith-Naar.", "wiki_name": "Darklight", "wiki_url": "https://oldschool.runescape.wiki/w/Darklight", "equipment": { @@ -97342,9 +86763,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2005-11-14", - "examine": "Used to make the sigil of the demon Agrith-Naar.", "wiki_name": "Demonic sigil mould", "wiki_url": "https://oldschool.runescape.wiki/w/Demonic_sigil_mould", "price": 0 @@ -97356,9 +86774,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2005-11-14", - "examine": "A sigil used for the summoning of the demon Agrith-Naar.", "wiki_name": "Demonic sigil", "wiki_url": "https://oldschool.runescape.wiki/w/Demonic_sigil", "price": 0 @@ -97370,9 +86785,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2005-11-14", - "examine": "Will this book help in summoning Agrith-Naar?", "wiki_name": "Demonic tome", "wiki_url": "https://oldschool.runescape.wiki/w/Demonic_tome", "price": 0 @@ -97389,10 +86801,7 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.907, "buy_limit": 15, - "release_date": "2005-11-14", - "examine": "A desert shirt stained black.", "wiki_name": "Black desert shirt", "wiki_url": "https://oldschool.runescape.wiki/w/Black_desert_shirt", "equipment": { @@ -97427,10 +86836,7 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.907, "buy_limit": 15, - "release_date": "2005-11-14", - "examine": "A desert robe stained black.", "wiki_name": "Black desert robe", "wiki_url": "https://oldschool.runescape.wiki/w/Black_desert_robe", "equipment": { @@ -97460,9 +86866,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2005-11-22", - "examine": "It seems to change temperature as I walk.", "wiki_name": "Enchanted key (item)", "wiki_url": "https://oldschool.runescape.wiki/w/Enchanted_key_(item)", "price": 0 @@ -97474,9 +86877,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2005-11-22", - "examine": "Somebody's private journal.", "wiki_name": "Journal (Making History)", "wiki_url": "https://oldschool.runescape.wiki/w/Journal_(Making_History)", "price": 0 @@ -97486,9 +86886,6 @@ "name": "Letter", "members": true, "cost": 1, - "weight": 0.005, - "release_date": "2005-11-22", - "examine": "A sealed letter to the king.", "wiki_name": "Letter (King Lathas)", "wiki_url": "https://oldschool.runescape.wiki/w/Letter_(King_Lathas)", "price": 0 @@ -97498,9 +86895,6 @@ "name": "Letter", "members": true, "cost": 1, - "weight": 0.005, - "release_date": "2005-11-22", - "examine": "A sealed letter to Jorral.", "wiki_name": "Letter (Jorral)", "wiki_url": "https://oldschool.runescape.wiki/w/Letter_(Jorral)", "price": 0 @@ -97512,9 +86906,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.005, - "release_date": "2005-11-22", - "examine": "A timeline of the outpost.", "wiki_name": "Scroll (Making History)", "wiki_url": "https://oldschool.runescape.wiki/w/Scroll_(Making_History)", "price": 0 @@ -97524,9 +86915,6 @@ "name": "Chest", "members": true, "cost": 1, - "weight": 0.03, - "release_date": "2005-11-22", - "examine": "A dirty chest.", "wiki_name": "Chest (Making History)", "wiki_url": "https://oldschool.runescape.wiki/w/Chest_(Making_History)", "price": 0 @@ -97544,10 +86932,7 @@ "cost": 625, "lowalch": 250, "highalch": 375, - "weight": 2.267, "buy_limit": 8, - "release_date": "2005-11-22", - "examine": "A Guthix Mjolnir.", "wiki_name": "Guthix mjolnir", "wiki_url": "https://oldschool.runescape.wiki/w/Guthix_mjolnir", "equipment": { @@ -97610,10 +86995,7 @@ "cost": 625, "lowalch": 250, "highalch": 375, - "weight": 2.267, "buy_limit": 8, - "release_date": "2005-11-22", - "examine": "A Saradomin Mjolnir.", "wiki_name": "Saradomin mjolnir", "wiki_url": "https://oldschool.runescape.wiki/w/Saradomin_mjolnir", "equipment": { @@ -97676,10 +87058,7 @@ "cost": 625, "lowalch": 250, "highalch": 375, - "weight": 2.267, "buy_limit": 8, - "release_date": "2005-11-22", - "examine": "A Zamorak Mjolnir.", "wiki_name": "Zamorak mjolnir", "wiki_url": "https://oldschool.runescape.wiki/w/Zamorak_mjolnir", "equipment": { @@ -97736,9 +87115,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.035, - "release_date": "2005-11-28", - "examine": "Antipoison for Pox.", "wiki_name": "Cat antipoison", "wiki_url": "https://oldschool.runescape.wiki/w/Cat_antipoison", "price": 0 @@ -97750,9 +87126,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.04, - "release_date": "2005-11-28", - "examine": "The book of Rats.", "wiki_name": "Book (Ratpits)", "wiki_url": "https://oldschool.runescape.wiki/w/Book_(Ratpits)", "price": 0 @@ -97762,9 +87135,6 @@ "name": "Poisoned cheese", "members": true, "cost": 1, - "weight": 0.2, - "release_date": "2005-11-28", - "examine": "A little more smelly than usual.", "wiki_name": "Poisoned cheese", "wiki_url": "https://oldschool.runescape.wiki/w/Poisoned_cheese", "price": 0 @@ -97776,9 +87146,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2005-11-28", - "examine": "Charming.", "wiki_name": "Music scroll", "wiki_url": "https://oldschool.runescape.wiki/w/Music_scroll", "price": 0 @@ -97790,9 +87157,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2005-11-28", - "examine": "Jimmy Dazzler's directions.", "wiki_name": "Directions", "wiki_url": "https://oldschool.runescape.wiki/w/Directions", "price": 0 @@ -97804,9 +87168,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.6, - "release_date": "2005-11-28", - "examine": "Contains garden weeds.", "wiki_name": "Pot of weeds", "wiki_url": "https://oldschool.runescape.wiki/w/Pot_of_weeds", "price": 0 @@ -97818,9 +87179,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, - "release_date": "2005-11-28", - "examine": "Contains slowly burning garden weeds.", "wiki_name": "Smouldering pot", "wiki_url": "https://oldschool.runescape.wiki/w/Smouldering_pot", "price": 0 @@ -97835,9 +87193,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2005-11-28", - "examine": "A pole for putting rats on.", "wiki_name": "Rat pole (Empty)", "wiki_url": "https://oldschool.runescape.wiki/w/Rat_pole#Empty", "equipment": { @@ -97897,9 +87252,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2005-11-28", - "examine": "A pole with one rat on it.", "wiki_name": "Rat pole (One rat)", "wiki_url": "https://oldschool.runescape.wiki/w/Rat_pole#One_rat", "equipment": { @@ -97959,9 +87311,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2005-11-28", - "examine": "A pole with two rats on it.", "wiki_name": "Rat pole (Two rats)", "wiki_url": "https://oldschool.runescape.wiki/w/Rat_pole#Two_rats", "equipment": { @@ -98021,9 +87370,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2005-11-28", - "examine": "A pole with three rats on it.", "wiki_name": "Rat pole (Three rats)", "wiki_url": "https://oldschool.runescape.wiki/w/Rat_pole#Three_rats", "equipment": { @@ -98083,9 +87429,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2005-11-28", - "examine": "A pole with four rats on it.", "wiki_name": "Rat pole (Four rats)", "wiki_url": "https://oldschool.runescape.wiki/w/Rat_pole#Four_rats", "equipment": { @@ -98145,9 +87488,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2005-11-28", - "examine": "A pole with five rats on it.", "wiki_name": "Rat pole (Five rats)", "wiki_url": "https://oldschool.runescape.wiki/w/Rat_pole#Five_rats", "equipment": { @@ -98207,9 +87547,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2005-11-28", - "examine": "A pole with six rats on it.", "wiki_name": "Rat pole (Six rats)", "wiki_url": "https://oldschool.runescape.wiki/w/Rat_pole#Six_rats", "equipment": { @@ -98275,9 +87612,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2005-12-05", - "examine": "A statue of the goddess Elidinis.", "wiki_name": "Statuette (Spirits of the Elid)", "wiki_url": "https://oldschool.runescape.wiki/w/Statuette_(Spirits_of_the_Elid)", "price": 0 @@ -98291,9 +87625,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.005, - "release_date": "2005-12-05", - "examine": "This looks quite old.", "wiki_name": "Robe of elidinis (top)", "wiki_url": "https://oldschool.runescape.wiki/w/Robe_of_elidinis_(top)", "equipment": { @@ -98325,9 +87656,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.005, - "release_date": "2005-12-05", - "examine": "A patched up robe.", "wiki_name": "Robe of elidinis (bottom)", "wiki_url": "https://oldschool.runescape.wiki/w/Robe_of_elidinis_(bottom)", "equipment": { @@ -98357,9 +87685,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.005, - "release_date": "2005-12-05", - "examine": "This robe is too torn to wear.", "wiki_name": "Torn robe (top)", "wiki_url": "https://oldschool.runescape.wiki/w/Torn_robe_(top)", "price": 0 @@ -98371,9 +87696,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.005, - "release_date": "2005-12-05", - "examine": "This robe is too torn to wear.", "wiki_name": "Torn robe (bottom)", "wiki_url": "https://oldschool.runescape.wiki/w/Torn_robe_(bottom)", "price": 0 @@ -98387,9 +87709,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.226, - "release_date": "2005-12-05", - "examine": "Awusah's Shoes.", "wiki_name": "Shoes", "wiki_url": "https://oldschool.runescape.wiki/w/Shoes", "equipment": { @@ -98419,9 +87738,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2005-12-05", - "examine": "Awusah's Sole.", "wiki_name": "Sole", "wiki_url": "https://oldschool.runescape.wiki/w/Sole", "price": 0 @@ -98433,9 +87749,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2005-12-05", - "examine": "An ancient key from the shrine in Nardah.", "wiki_name": "Ancestral key", "wiki_url": "https://oldschool.runescape.wiki/w/Ancestral_key", "price": 0 @@ -98447,9 +87760,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.005, - "release_date": "2005-12-05", - "examine": "The Ballad of Jareesh.", "wiki_name": "Ballad", "wiki_url": "https://oldschool.runescape.wiki/w/Ballad", "price": 0 @@ -98464,10 +87774,7 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.001, "buy_limit": 6000, - "release_date": "2005-12-05", - "examine": "Better eat this before it melts.", "wiki_name": "Choc-ice", "wiki_url": "https://oldschool.runescape.wiki/w/Choc-ice", "price": 196 @@ -98477,9 +87784,6 @@ "name": "Lamp", "members": true, "cost": 1, - "weight": 0.1, - "release_date": "2005-12-05", - "examine": "Ooh a nice shiny lamp.", "wiki_name": "Lamp (Spirits of the Elid)", "wiki_url": "https://oldschool.runescape.wiki/w/Lamp_(Spirits_of_the_Elid)", "price": 0 @@ -98491,9 +87795,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2005-12-12", - "examine": "It's a challenge from the Earth Warrior Champion!", "wiki_name": "Earth warrior champion scroll", "wiki_url": "https://oldschool.runescape.wiki/w/Earth_warrior_champion_scroll", "price": 0 @@ -98505,9 +87806,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2005-12-12", - "examine": "It's a challenge from the Ghoul Champion!", "wiki_name": "Ghoul champion scroll", "wiki_url": "https://oldschool.runescape.wiki/w/Ghoul_champion_scroll", "price": 0 @@ -98519,9 +87817,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2005-12-12", - "examine": "It's a challenge from the Giant Champion!", "wiki_name": "Giant champion scroll", "wiki_url": "https://oldschool.runescape.wiki/w/Giant_champion_scroll", "price": 0 @@ -98533,9 +87828,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2005-12-12", - "examine": "It's a challenge from the Goblin Champion!", "wiki_name": "Goblin champion scroll", "wiki_url": "https://oldschool.runescape.wiki/w/Goblin_champion_scroll", "price": 0 @@ -98547,9 +87839,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2005-12-12", - "examine": "It's a challenge from the Hobgoblin Champion!", "wiki_name": "Hobgoblin champion scroll", "wiki_url": "https://oldschool.runescape.wiki/w/Hobgoblin_champion_scroll", "price": 0 @@ -98561,9 +87850,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2005-12-12", - "examine": "It's a challenge from the Imp Champion!", "wiki_name": "Imp champion scroll", "wiki_url": "https://oldschool.runescape.wiki/w/Imp_champion_scroll", "price": 0 @@ -98575,9 +87861,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2005-12-12", - "examine": "It's a challenge from the Jogre Champion!", "wiki_name": "Jogre champion scroll", "wiki_url": "https://oldschool.runescape.wiki/w/Jogre_champion_scroll", "price": 0 @@ -98589,9 +87872,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2005-12-12", - "examine": "It's a challenge from the Lesser Demon Champion!", "wiki_name": "Lesser demon champion scroll", "wiki_url": "https://oldschool.runescape.wiki/w/Lesser_demon_champion_scroll", "price": 0 @@ -98603,9 +87883,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2005-12-12", - "examine": "It's a challenge from the Skeleton Champion!", "wiki_name": "Skeleton champion scroll", "wiki_url": "https://oldschool.runescape.wiki/w/Skeleton_champion_scroll", "price": 0 @@ -98617,9 +87894,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2005-12-12", - "examine": "It's a challenge from the Zombie Champion!", "wiki_name": "Zombie champion scroll", "wiki_url": "https://oldschool.runescape.wiki/w/Zombie_champion_scroll", "price": 0 @@ -98631,9 +87905,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2005-12-12", - "examine": "It's a challenge from the Human Champion!", "wiki_name": "Leon's champion scroll", "wiki_url": "https://oldschool.runescape.wiki/w/Leon's_champion_scroll", "price": 0 @@ -98650,10 +87921,7 @@ "cost": 66000, "lowalch": 26400, "highalch": 39600, - "weight": 15.875, "buy_limit": 70, - "release_date": "2005-12-12", - "examine": "These look pretty heavy.", "wiki_name": "Granite legs", "wiki_url": "https://oldschool.runescape.wiki/w/Granite_legs", "equipment": { @@ -98686,9 +87954,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, - "release_date": "2005-12-12", - "examine": "A pot of crushed wyvern bones.", "wiki_name": "Wyvern bonemeal", "wiki_url": "https://oldschool.runescape.wiki/w/Wyvern_bonemeal", "price": 0 @@ -98712,10 +87977,7 @@ "cost": 160, "lowalch": 64, "highalch": 96, - "weight": 0.5, "buy_limit": 7500, - "release_date": "2005-12-12", - "examine": "Bones of a large flying creature!", "wiki_name": "Wyvern bones", "wiki_url": "https://oldschool.runescape.wiki/w/Wyvern_bones", "price": 2681 @@ -98729,10 +87991,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 3, "buy_limit": 18000, - "release_date": "2005-12-12", - "examine": "This would make warm clothing.", "wiki_name": "Fur", "wiki_url": "https://oldschool.runescape.wiki/w/Fur", "price": 489 @@ -98744,9 +88003,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 3.175, - "release_date": "2005-12-19", - "examine": "A slender two-handed sword.", "wiki_name": "Slender blade", "wiki_url": "https://oldschool.runescape.wiki/w/Slender_blade", "price": 0 @@ -98756,9 +88012,6 @@ "name": "Bow-sword", "members": true, "cost": 1, - "weight": 3.175, - "release_date": "2005-12-19", - "examine": "A sharp sword that can also fire arrows.", "wiki_name": "Bow-sword", "wiki_url": "https://oldschool.runescape.wiki/w/Bow-sword", "price": 0 @@ -98770,9 +88023,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2005-12-19", - "examine": "A large pouch used for storing essence.", "wiki_name": "Large pouch (Devious Minds)", "wiki_url": "https://oldschool.runescape.wiki/w/Large_pouch_(Devious_Minds)", "price": 0 @@ -98784,9 +88034,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2005-12-19", - "examine": "There seems to be bits missing...", "wiki_name": "Relic", "wiki_url": "https://oldschool.runescape.wiki/w/Relic", "price": 0 @@ -98798,9 +88045,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2005-12-19", - "examine": "A glowing orb.", "wiki_name": "Orb (Devious Minds)", "wiki_url": "https://oldschool.runescape.wiki/w/Orb_(Devious_Minds)", "price": 0 @@ -98811,9 +88055,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.2, - "release_date": "2014-12-18", - "examine": "An unpainted bauble shaped like a star.", "wiki_name": "Star bauble (Unpainted)", "wiki_url": "https://oldschool.runescape.wiki/w/Star_bauble#Unpainted", "price": 0 @@ -98824,9 +88065,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.2, - "release_date": "2014-12-18", - "examine": "A bauble shaped like a star painted yellow.", "wiki_name": "Star bauble (Yellow)", "wiki_url": "https://oldschool.runescape.wiki/w/Star_bauble#Yellow", "price": 0 @@ -98837,9 +88075,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.2, - "release_date": "2014-12-18", - "examine": "A bauble shaped like a star painted red.", "wiki_name": "Star bauble (Red)", "wiki_url": "https://oldschool.runescape.wiki/w/Star_bauble#Red", "price": 0 @@ -98850,9 +88085,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.2, - "release_date": "2014-12-18", - "examine": "A bauble shaped like a star painted blue.", "wiki_name": "Star bauble (Blue)", "wiki_url": "https://oldschool.runescape.wiki/w/Star_bauble#Blue", "price": 0 @@ -98863,9 +88095,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.2, - "release_date": "2014-12-18", - "examine": "A bauble shaped like a star painted green.", "wiki_name": "Star bauble (Green)", "wiki_url": "https://oldschool.runescape.wiki/w/Star_bauble#Green", "price": 0 @@ -98876,9 +88105,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.2, - "release_date": "2014-12-18", - "examine": "A bauble shaped like a star painted pink.", "wiki_name": "Star bauble (Pink)", "wiki_url": "https://oldschool.runescape.wiki/w/Star_bauble#Pink", "price": 0 @@ -98889,9 +88115,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.2, - "release_date": "2014-12-18", - "examine": "An unpainted bauble shaped like a gift.", "wiki_name": "Box bauble (Unpainted)", "wiki_url": "https://oldschool.runescape.wiki/w/Box_bauble#Unpainted", "price": 0 @@ -98902,9 +88125,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.2, - "release_date": "2014-12-18", - "examine": "A bauble shaped like a gift painted yellow.", "wiki_name": "Box bauble (Yellow)", "wiki_url": "https://oldschool.runescape.wiki/w/Box_bauble#Yellow", "price": 0 @@ -98915,9 +88135,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.2, - "release_date": "2014-12-18", - "examine": "A bauble shaped like a gift painted red.", "wiki_name": "Box bauble (Red)", "wiki_url": "https://oldschool.runescape.wiki/w/Box_bauble#Red", "price": 0 @@ -98928,9 +88145,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.2, - "release_date": "2014-12-18", - "examine": "A bauble shaped like a gift painted blue.", "wiki_name": "Box bauble (Blue)", "wiki_url": "https://oldschool.runescape.wiki/w/Box_bauble#Blue", "price": 0 @@ -98941,9 +88155,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.2, - "release_date": "2014-12-18", - "examine": "A bauble shaped like a gift painted green.", "wiki_name": "Box bauble (Green)", "wiki_url": "https://oldschool.runescape.wiki/w/Box_bauble#Green", "price": 0 @@ -98954,9 +88165,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.2, - "release_date": "2014-12-18", - "examine": "A bauble shaped like a gift painted pink.", "wiki_name": "Box bauble (Pink)", "wiki_url": "https://oldschool.runescape.wiki/w/Box_bauble#Pink", "price": 0 @@ -98967,9 +88175,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.2, - "release_date": "2014-12-18", - "examine": "An unpainted bauble shaped like a diamond.", "wiki_name": "Diamond bauble (Unpainted)", "wiki_url": "https://oldschool.runescape.wiki/w/Diamond_bauble#Unpainted", "price": 0 @@ -98980,9 +88185,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.2, - "release_date": "2014-12-18", - "examine": "A bauble shaped like a diamond painted yellow.", "wiki_name": "Diamond bauble (Yellow)", "wiki_url": "https://oldschool.runescape.wiki/w/Diamond_bauble#Yellow", "price": 0 @@ -98993,9 +88195,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.2, - "release_date": "2014-12-18", - "examine": "A bauble shaped like a diamond painted red.", "wiki_name": "Diamond bauble (Red)", "wiki_url": "https://oldschool.runescape.wiki/w/Diamond_bauble#Red", "price": 0 @@ -99006,9 +88205,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.2, - "release_date": "2014-12-18", - "examine": "A bauble shaped like a diamond painted blue.", "wiki_name": "Diamond bauble (Blue)", "wiki_url": "https://oldschool.runescape.wiki/w/Diamond_bauble#Blue", "price": 0 @@ -99019,9 +88215,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.2, - "release_date": "2014-12-18", - "examine": "A bauble shaped like a diamond painted green.", "wiki_name": "Diamond bauble (Green)", "wiki_url": "https://oldschool.runescape.wiki/w/Diamond_bauble#Green", "price": 0 @@ -99032,9 +88225,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.2, - "release_date": "2014-12-18", - "examine": "A bauble shaped like a diamond painted pink.", "wiki_name": "Diamond bauble (Pink)", "wiki_url": "https://oldschool.runescape.wiki/w/Diamond_bauble#Pink", "price": 0 @@ -99045,9 +88235,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.2, - "release_date": "2014-12-18", - "examine": "An unpainted bauble shaped like a wintumber tree.", "wiki_name": "Tree bauble (Unpainted)", "wiki_url": "https://oldschool.runescape.wiki/w/Tree_bauble#Unpainted", "price": 0 @@ -99058,9 +88245,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.2, - "release_date": "2014-12-18", - "examine": "A bauble shaped like a wintumber tree painted yellow.", "wiki_name": "Tree bauble (Yellow)", "wiki_url": "https://oldschool.runescape.wiki/w/Tree_bauble#Yellow", "price": 0 @@ -99071,9 +88255,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.2, - "release_date": "2014-12-18", - "examine": "A bauble shaped like a wintumber tree painted red.", "wiki_name": "Tree bauble (Red)", "wiki_url": "https://oldschool.runescape.wiki/w/Tree_bauble#Red", "price": 0 @@ -99084,9 +88265,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.2, - "release_date": "2014-12-18", - "examine": "A bauble shaped like a wintumber tree painted blue.", "wiki_name": "Tree bauble (Blue)", "wiki_url": "https://oldschool.runescape.wiki/w/Tree_bauble#Blue", "price": 0 @@ -99097,9 +88275,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.2, - "release_date": "2014-12-18", - "examine": "A bauble shaped like a wintumber tree painted green.", "wiki_name": "Tree bauble (Green)", "wiki_url": "https://oldschool.runescape.wiki/w/Tree_bauble#Green", "price": 0 @@ -99110,9 +88285,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.2, - "release_date": "2014-12-18", - "examine": "A bauble shaped like a wintumber tree painted pink.", "wiki_name": "Tree bauble (Pink)", "wiki_url": "https://oldschool.runescape.wiki/w/Tree_bauble#Pink", "price": 0 @@ -99123,9 +88295,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.2, - "release_date": "2014-12-18", - "examine": "An unpainted bauble shaped like a bell.", "wiki_name": "Bell bauble (Unpainted)", "wiki_url": "https://oldschool.runescape.wiki/w/Bell_bauble#Unpainted", "price": 0 @@ -99136,9 +88305,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.2, - "release_date": "2014-12-18", - "examine": "A bauble shaped like a bell painted yellow.", "wiki_name": "Bell bauble (Yellow)", "wiki_url": "https://oldschool.runescape.wiki/w/Bell_bauble#Yellow", "price": 0 @@ -99149,9 +88315,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.2, - "release_date": "2014-12-18", - "examine": "A bauble shaped like a bell painted red.", "wiki_name": "Bell bauble (Red)", "wiki_url": "https://oldschool.runescape.wiki/w/Bell_bauble#Red", "price": 0 @@ -99162,9 +88325,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.2, - "release_date": "2014-12-18", - "examine": "A bauble shaped like a bell painted blue.", "wiki_name": "Bell bauble (Blue)", "wiki_url": "https://oldschool.runescape.wiki/w/Bell_bauble#Blue", "price": 0 @@ -99175,9 +88335,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.2, - "release_date": "2014-12-18", - "examine": "A bauble shaped like a bell painted green.", "wiki_name": "Bell bauble (Green)", "wiki_url": "https://oldschool.runescape.wiki/w/Bell_bauble#Green", "price": 0 @@ -99188,9 +88345,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.2, - "release_date": "2014-12-18", - "examine": "A bauble shaped like a bell painted pink.", "wiki_name": "Bell bauble (Pink)", "wiki_url": "https://oldschool.runescape.wiki/w/Bell_bauble#Pink", "price": 0 @@ -99201,9 +88355,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2014-12-18", - "examine": "A box for storing completed puppets.", "wiki_name": "Puppet box (Empty)", "wiki_url": "https://oldschool.runescape.wiki/w/Puppet_box#Empty", "price": 0 @@ -99214,9 +88365,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2014-12-18", - "examine": "A box for storing painted baubles.", "wiki_name": "Bauble box (Empty)", "wiki_url": "https://oldschool.runescape.wiki/w/Bauble_box#Empty", "price": 0 @@ -99227,9 +88375,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 6.35, - "release_date": "2014-12-18", - "examine": "A box full of puppets. Bring to the Taverley members gate.", "wiki_name": "Puppet box (Full)", "wiki_url": "https://oldschool.runescape.wiki/w/Puppet_box#Full", "price": 0 @@ -99240,9 +88385,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2, - "release_date": "2014-12-18", - "examine": "A box full of painted baubles. Give to a Pixie or use to decorate a tree.", "wiki_name": "Bauble box (Full)", "wiki_url": "https://oldschool.runescape.wiki/w/Bauble_box#Full", "price": 0 @@ -99255,9 +88397,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.25, - "release_date": "2005-12-19", - "examine": "A woolly bobble hat.", "wiki_name": "Bobble hat", "wiki_url": "https://oldschool.runescape.wiki/w/Bobble_hat", "equipment": { @@ -99288,9 +88427,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.25, - "release_date": "2005-12-19", - "examine": "A woolly scarf.", "wiki_name": "Bobble scarf", "wiki_url": "https://oldschool.runescape.wiki/w/Bobble_scarf", "equipment": { @@ -99321,9 +88457,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.25, - "release_date": "2005-12-19", - "examine": "A woolly jester hat.", "wiki_name": "Jester hat", "wiki_url": "https://oldschool.runescape.wiki/w/Jester_hat", "equipment": { @@ -99354,9 +88487,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.25, - "release_date": "2005-12-19", - "examine": "A woolly jester scarf.", "wiki_name": "Jester scarf", "wiki_url": "https://oldschool.runescape.wiki/w/Jester_scarf", "equipment": { @@ -99387,9 +88517,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.25, - "release_date": "2005-12-19", - "examine": "A woolly triple bobble jester hat.", "wiki_name": "Tri-jester hat", "wiki_url": "https://oldschool.runescape.wiki/w/Tri-jester_hat", "equipment": { @@ -99420,9 +88547,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.25, - "release_date": "2005-12-19", - "examine": "A woolly jester scarf.", "wiki_name": "Tri-jester scarf", "wiki_url": "https://oldschool.runescape.wiki/w/Tri-jester_scarf", "equipment": { @@ -99453,9 +88577,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.25, - "release_date": "2005-12-19", - "examine": "A woolly tobogganing hat.", "wiki_name": "Woolly hat", "wiki_url": "https://oldschool.runescape.wiki/w/Woolly_hat", "equipment": { @@ -99486,9 +88607,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.25, - "release_date": "2005-12-19", - "examine": "A woolly tobogganing scarf.", "wiki_name": "Woolly scarf", "wiki_url": "https://oldschool.runescape.wiki/w/Woolly_scarf", "equipment": { @@ -99517,9 +88635,6 @@ "cost": 60000, "lowalch": 24000, "highalch": 36000, - "weight": 0.2, - "release_date": "2014-12-18", - "examine": "The controlling part of a marionette.", "wiki_name": "Marionette handle", "wiki_url": "https://oldschool.runescape.wiki/w/Marionette_handle", "price": 0 @@ -99530,9 +88645,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2005-12-19", - "examine": "I've got no strings ... oh hang on!", "wiki_name": "Blue marionette", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_marionette", "price": 0 @@ -99543,9 +88655,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2005-12-19", - "examine": "I've got no strings ... oh hang on!", "wiki_name": "Green marionette", "wiki_url": "https://oldschool.runescape.wiki/w/Green_marionette", "price": 0 @@ -99556,9 +88665,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2005-12-19", - "examine": "I've got no strings ... oh hang on!", "wiki_name": "Red marionette", "wiki_url": "https://oldschool.runescape.wiki/w/Red_marionette", "price": 0 @@ -99569,9 +88675,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2014-12-18", - "examine": "I want to be a real boy!", "wiki_name": "Blue marionette (strung)", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_marionette_(strung)", "price": 0 @@ -99582,9 +88685,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2014-12-18", - "examine": "I want to be a real boy!", "wiki_name": "Green marionette (strung)", "wiki_url": "https://oldschool.runescape.wiki/w/Green_marionette_(strung)", "price": 0 @@ -99595,9 +88695,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2014-12-18", - "examine": "I want to be a real boy!", "wiki_name": "Red marionette (strung)", "wiki_url": "https://oldschool.runescape.wiki/w/Red_marionette_(strung)", "price": 0 @@ -99608,9 +88705,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.2, - "release_date": "2014-12-18", - "examine": "The torso of a marionette.", "wiki_name": "Red marionette (torso)", "wiki_url": "https://oldschool.runescape.wiki/w/Red_marionette_(torso)", "price": 0 @@ -99621,9 +88715,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.4, - "release_date": "2014-12-18", - "examine": "The torso and head of a marionette.", "wiki_name": "Red marionette (head)", "wiki_url": "https://oldschool.runescape.wiki/w/Red_marionette_(head)", "price": 0 @@ -99634,9 +88725,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.6, - "release_date": "2014-12-18", - "examine": "The torso, head and arms of a marionette.", "wiki_name": "Red marionette (arms)", "wiki_url": "https://oldschool.runescape.wiki/w/Red_marionette_(arms)", "price": 0 @@ -99647,9 +88735,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.4, - "release_date": "2014-12-18", - "examine": "No strings attached.", "wiki_name": "Red marionette (legs)", "wiki_url": "https://oldschool.runescape.wiki/w/Red_marionette_(legs)", "price": 0 @@ -99660,9 +88745,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.2, - "release_date": "2014-12-18", - "examine": "The torso of a marionette.", "wiki_name": "Blue marionette (torso)", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_marionette_(torso)", "price": 0 @@ -99673,9 +88755,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.4, - "release_date": "2014-12-18", - "examine": "The torso and head of a marionette.", "wiki_name": "Blue marionette (head)", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_marionette_(head)", "price": 0 @@ -99686,9 +88765,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.6, - "release_date": "2014-12-18", - "examine": "The torso, head and arms of a marionette.", "wiki_name": "Blue marionette (arms)", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_marionette_(arms)", "price": 0 @@ -99699,9 +88775,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.8, - "release_date": "2014-12-18", - "examine": "No strings attached.", "wiki_name": "Blue marionette (legs)", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_marionette_(legs)", "price": 0 @@ -99712,9 +88785,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.2, - "release_date": "2014-12-18", - "examine": "The torso of a marionette.", "wiki_name": "Green marionette (torso)", "wiki_url": "https://oldschool.runescape.wiki/w/Green_marionette_(torso)", "price": 0 @@ -99725,9 +88795,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.4, - "release_date": "2014-12-18", - "examine": "The torso and head of a marionette.", "wiki_name": "Green marionette (head)", "wiki_url": "https://oldschool.runescape.wiki/w/Green_marionette_(head)", "price": 0 @@ -99738,9 +88805,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.6, - "release_date": "2014-12-18", - "examine": "The torso, head and arms of a marionette.", "wiki_name": "Green marionette (arms)", "wiki_url": "https://oldschool.runescape.wiki/w/Green_marionette_(arms)", "price": 0 @@ -99751,9 +88815,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.8, - "release_date": "2014-12-18", - "examine": "No strings attached.", "wiki_name": "Green marionette (legs)", "wiki_url": "https://oldschool.runescape.wiki/w/Green_marionette_(legs)", "price": 0 @@ -99765,9 +88826,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2006-01-04", - "examine": "A tasty fruit.", "wiki_name": "Peach", "wiki_url": "https://oldschool.runescape.wiki/w/Peach", "price": 0 @@ -99781,9 +88839,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2006-01-04", - "examine": "A magic training arena progress hat.", "wiki_name": "Progress hat (Dull)", "wiki_url": "https://oldschool.runescape.wiki/w/Progress_hat#Dull", "equipment": { @@ -99815,9 +88870,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2006-01-04", - "examine": "A magic training arena progress hat.", "wiki_name": "Progress hat (Energised)", "wiki_url": "https://oldschool.runescape.wiki/w/Progress_hat#Energised", "equipment": { @@ -99849,9 +88901,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2006-01-04", - "examine": "A magic training arena progress hat.", "wiki_name": "Progress hat (Full)", "wiki_url": "https://oldschool.runescape.wiki/w/Progress_hat#Full", "equipment": { @@ -99886,10 +88935,7 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 1, "buy_limit": 15, - "release_date": "2006-01-04", - "examine": "The magical book of the Mage.", "wiki_name": "Mage's book", "wiki_url": "https://oldschool.runescape.wiki/w/Mage's_book", "equipment": { @@ -99924,10 +88970,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, "buy_limit": 15, - "release_date": "2006-01-04", - "examine": "A book about the Training Arena.", "wiki_name": "Arena book", "wiki_url": "https://oldschool.runescape.wiki/w/Arena_book", "price": 390 @@ -99939,9 +88982,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.34, - "release_date": "2006-01-04", - "examine": "Comfortable leather boots.", "wiki_name": "Leather boots (Mage Training Arena)", "wiki_url": "https://oldschool.runescape.wiki/w/Leather_boots_(Mage_Training_Arena)", "price": 0 @@ -99953,9 +88993,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 5.896, - "release_date": "2006-01-04", - "examine": "A large metal shield.", "wiki_name": "Adamant kiteshield (Mage Training Arena)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_kiteshield_(Mage_Training_Arena)", "price": 0 @@ -99967,9 +89004,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2006-01-04", - "examine": "A medium sized helmet.", "wiki_name": "Adamant med helm (Mage Training Arena)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_med_helm_(Mage_Training_Arena)", "price": 0 @@ -99981,9 +89015,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.002, - "release_date": "2006-01-04", - "examine": "This looks valuable.", "wiki_name": "Emerald (Mage Training Arena)", "wiki_url": "https://oldschool.runescape.wiki/w/Emerald_(Mage_Training_Arena)", "price": 0 @@ -99995,9 +89026,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2006-01-04", - "examine": "A razor sharp longsword.", "wiki_name": "Rune longsword (Mage Training Arena)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_longsword_(Mage_Training_Arena)", "price": 0 @@ -100007,9 +89035,6 @@ "name": "Cylinder", "members": true, "cost": 0, - "weight": 0.001, - "release_date": "2006-01-04", - "examine": "A green cylinder.", "wiki_name": "Cylinder", "wiki_url": "https://oldschool.runescape.wiki/w/Cylinder", "price": 0 @@ -100019,9 +89044,6 @@ "name": "Cube", "members": true, "cost": 0, - "weight": 0.001, - "release_date": "2006-01-04", - "examine": "A yellow cube.", "wiki_name": "Cube", "wiki_url": "https://oldschool.runescape.wiki/w/Cube", "price": 0 @@ -100033,9 +89055,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2006-01-04", - "examine": "A blue icosahedron.", "wiki_name": "Icosahedron", "wiki_url": "https://oldschool.runescape.wiki/w/Icosahedron", "price": 0 @@ -100045,9 +89064,6 @@ "name": "Pentamid", "members": true, "cost": 0, - "weight": 0.001, - "release_date": "2006-01-04", - "examine": "A red pentamid.", "wiki_name": "Pentamid", "wiki_url": "https://oldschool.runescape.wiki/w/Pentamid", "price": 0 @@ -100057,9 +89073,6 @@ "name": "Orb", "members": true, "cost": 1, - "weight": 0.001, - "release_date": "2006-01-04", - "examine": "A white sphere.", "wiki_name": "Orb", "wiki_url": "https://oldschool.runescape.wiki/w/Orb", "price": 0 @@ -100069,9 +89082,6 @@ "name": "Dragonstone", "members": true, "cost": 0, - "weight": 0.002, - "release_date": "2006-01-04", - "examine": "This looks valuable.", "wiki_name": "Dragonstone (Mage Training Arena)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragonstone_(Mage_Training_Arena)", "price": 0 @@ -100083,9 +89093,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2006-01-04", - "examine": "Various animals' bones.", "wiki_name": "Animals' bones (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Animals'_bones#1", "price": 0 @@ -100097,9 +89104,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2006-01-04", - "examine": "Various animals' bones.", "wiki_name": "Animals' bones (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Animals'_bones#2", "price": 0 @@ -100111,9 +89115,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2006-01-04", - "examine": "Various animals' bones.", "wiki_name": "Animals' bones (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Animals'_bones#3", "price": 0 @@ -100125,9 +89126,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2006-01-04", - "examine": "Various animals' bones.", "wiki_name": "Animals' bones (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Animals'_bones#4", "price": 0 @@ -100145,10 +89143,7 @@ "cost": 1200, "lowalch": 480, "highalch": 720, - "weight": 0.283, "buy_limit": 125, - "release_date": "2006-01-04", - "examine": "A beginner level wand.", "wiki_name": "Beginner wand", "wiki_url": "https://oldschool.runescape.wiki/w/Beginner_wand", "equipment": { @@ -100227,10 +89222,7 @@ "cost": 1500, "lowalch": 600, "highalch": 900, - "weight": 0.255, "buy_limit": 125, - "release_date": "2006-01-04", - "examine": "An apprentice level wand.", "wiki_name": "Apprentice wand", "wiki_url": "https://oldschool.runescape.wiki/w/Apprentice_wand", "equipment": { @@ -100309,10 +89301,7 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 0.226, "buy_limit": 70, - "release_date": "2006-01-04", - "examine": "A teacher level wand.", "wiki_name": "Teacher wand", "wiki_url": "https://oldschool.runescape.wiki/w/Teacher_wand", "equipment": { @@ -100391,10 +89380,7 @@ "cost": 100001, "lowalch": 40000, "highalch": 60000, - "weight": 0.198, "buy_limit": 70, - "release_date": "2006-01-04", - "examine": "A master level wand.", "wiki_name": "Master wand", "wiki_url": "https://oldschool.runescape.wiki/w/Master_wand", "equipment": { @@ -100472,10 +89458,7 @@ "cost": 140000, "lowalch": 56000, "highalch": 84000, - "weight": 2.267, "buy_limit": 125, - "release_date": "2006-01-04", - "examine": "Mystical robes.", "wiki_name": "Infinity top", "wiki_url": "https://oldschool.runescape.wiki/w/Infinity_top", "equipment": { @@ -100513,10 +89496,7 @@ "cost": 17000, "lowalch": 6800, "highalch": 10200, - "weight": 0.453, "buy_limit": 125, - "release_date": "2006-01-04", - "examine": "A mystic hat.", "wiki_name": "Infinity hat", "wiki_url": "https://oldschool.runescape.wiki/w/Infinity_hat", "equipment": { @@ -100554,10 +89534,7 @@ "cost": 12000, "lowalch": 4800, "highalch": 7200, - "weight": 0.453, "buy_limit": 125, - "release_date": "2006-01-04", - "examine": "Mystical boots.", "wiki_name": "Infinity boots", "wiki_url": "https://oldschool.runescape.wiki/w/Infinity_boots", "equipment": { @@ -100595,10 +89572,7 @@ "cost": 12000, "lowalch": 4800, "highalch": 7200, - "weight": 0.453, "buy_limit": 125, - "release_date": "2006-01-04", - "examine": "Mystical gloves.", "wiki_name": "Infinity gloves", "wiki_url": "https://oldschool.runescape.wiki/w/Infinity_gloves", "equipment": { @@ -100636,10 +89610,7 @@ "cost": 90000, "lowalch": 36000, "highalch": 54000, - "weight": 1.814, "buy_limit": 125, - "release_date": "2006-01-04", - "examine": "Mystical robes.", "wiki_name": "Infinity bottoms", "wiki_url": "https://oldschool.runescape.wiki/w/Infinity_bottoms", "equipment": { @@ -100682,9 +89653,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, - "release_date": "2006-01-10", - "examine": "A severed hand covered with sand.", "wiki_name": "Sandy hand", "wiki_url": "https://oldschool.runescape.wiki/w/Sandy_hand", "price": 0 @@ -100696,9 +89664,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, - "release_date": "2006-01-10", - "examine": "A severed hand dripping with beer.", "wiki_name": "Beer soaked hand", "wiki_url": "https://oldschool.runescape.wiki/w/Beer_soaked_hand", "price": 0 @@ -100710,9 +89675,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2006-01-10", - "examine": "A copy of a work rota.", "wiki_name": "Bert's rota", "wiki_url": "https://oldschool.runescape.wiki/w/Bert's_rota", "price": 0 @@ -100724,9 +89686,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2006-01-10", - "examine": "An original work rota.", "wiki_name": "Sandy's rota", "wiki_url": "https://oldschool.runescape.wiki/w/Sandy's_rota", "price": 0 @@ -100736,9 +89695,6 @@ "name": "A magic scroll", "members": true, "cost": 1, - "weight": 0.02, - "release_date": "2006-01-10", - "examine": "This scroll glows with an inner light.", "wiki_name": "A magic scroll", "wiki_url": "https://oldschool.runescape.wiki/w/A_magic_scroll", "price": 0 @@ -100750,9 +89706,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2006-01-10", - "examine": "An ordinary looking magical scrying orb.", "wiki_name": "Magical orb (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Magical_orb#Inactive", "price": 0 @@ -100764,9 +89717,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2006-01-10", - "examine": "This magical scrying orb pulsates as it stores information.", "wiki_name": "Magical orb (Active)", "wiki_url": "https://oldschool.runescape.wiki/w/Magical_orb#Active", "price": 0 @@ -100778,9 +89728,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.05, - "release_date": "2006-01-10", - "examine": "Fluid sloshes innocently in this vial.", "wiki_name": "Truth serum", "wiki_url": "https://oldschool.runescape.wiki/w/Truth_serum", "price": 0 @@ -100792,9 +89739,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.05, - "release_date": "2006-01-10", - "examine": "A bottle of water.", "wiki_name": "Bottled water", "wiki_url": "https://oldschool.runescape.wiki/w/Bottled_water", "price": 0 @@ -100806,9 +89750,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.05, - "release_date": "2006-01-10", - "examine": "Redberry Juice sloshes around in this vial waiting for white berries to be added.", "wiki_name": "Redberry juice", "wiki_url": "https://oldschool.runescape.wiki/w/Redberry_juice", "price": 0 @@ -100820,9 +89761,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.05, - "release_date": "2006-01-10", - "examine": "A vial of pink dye.", "wiki_name": "Pink dye", "wiki_url": "https://oldschool.runescape.wiki/w/Pink_dye", "price": 0 @@ -100834,9 +89772,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.05, - "release_date": "2006-01-10", - "examine": "This lens has a pinkish tinge to it.", "wiki_name": "Rose tinted lens", "wiki_url": "https://oldschool.runescape.wiki/w/Rose_tinted_lens", "price": 0 @@ -100848,9 +89783,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 3.628, - "release_date": "2006-01-10", - "examine": "A decapitated, sand covered head.", "wiki_name": "Wizard's head", "wiki_url": "https://oldschool.runescape.wiki/w/Wizard's_head", "price": 0 @@ -100862,9 +89794,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2006-01-10", - "examine": "A handful of sand from Sandy's pocket.", "wiki_name": "Sand", "wiki_url": "https://oldschool.runescape.wiki/w/Sand", "price": 0 @@ -100881,10 +89810,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, "buy_limit": 150, - "release_date": "2006-01-10", - "examine": "It's a bit pink.", "wiki_name": "Pink cape", "wiki_url": "https://oldschool.runescape.wiki/w/Pink_cape", "equipment": { @@ -100913,9 +89839,6 @@ "cost": 25, "lowalch": 10, "highalch": 15, - "weight": 0.02, - "release_date": "2006-01-10", - "examine": "A freshly baked baguette.", "wiki_name": "Baguette", "wiki_url": "https://oldschool.runescape.wiki/w/Baguette", "price": 0 @@ -100929,10 +89852,7 @@ "cost": 25, "lowalch": 10, "highalch": 15, - "weight": 0.02, "buy_limit": 6000, - "release_date": "2006-01-10", - "examine": "A freshly made triangle sandwich.", "wiki_name": "Triangle sandwich", "wiki_url": "https://oldschool.runescape.wiki/w/Triangle_sandwich", "price": 375 @@ -100943,9 +89863,6 @@ "cost": 25, "lowalch": 10, "highalch": 15, - "weight": 0.02, - "release_date": "2006-01-10", - "examine": "A freshly made roll.", "wiki_name": "Roll", "wiki_url": "https://oldschool.runescape.wiki/w/Roll", "price": 0 @@ -100956,9 +89873,6 @@ "cost": 25, "lowalch": 10, "highalch": 15, - "weight": 0.02, - "release_date": "2006-01-10", - "examine": "A freshly made square sandwich.", "wiki_name": "Square sandwich", "wiki_url": "https://oldschool.runescape.wiki/w/Square_sandwich", "price": 0 @@ -100969,9 +89883,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2006-01-10", - "examine": "A key to the prison.", "wiki_name": "Prison key (Prison Pete)", "wiki_url": "https://oldschool.runescape.wiki/w/Prison_key_(Prison_Pete)", "price": 0 @@ -100982,9 +89893,6 @@ "cost": 6, "lowalch": 2, "highalch": 3, - "weight": 1.36, - "release_date": "2006-10-23", - "examine": "Makes the wearer pretty intimidating.", "wiki_name": "Dragon med helm (My Arm's Big Adventure)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_med_helm_(My_Arm's_Big_Adventure)", "price": 0 @@ -100995,9 +89903,6 @@ "cost": 6, "lowalch": 2, "highalch": 3, - "weight": 0.65, - "release_date": "2006-10-23", - "examine": "I'd better be careful eating this.", "wiki_name": "Shark (My Arm's Big Adventure)", "wiki_url": "https://oldschool.runescape.wiki/w/Shark_(My_Arm's_Big_Adventure)", "price": 0 @@ -101009,9 +89914,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 11.339, - "release_date": "2006-01-16", - "examine": "It's a solid gold pyramid!", "wiki_name": "Pyramid top", "wiki_url": "https://oldschool.runescape.wiki/w/Pyramid_top", "price": 0 @@ -101026,10 +89928,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, "buy_limit": 100, - "release_date": "2006-01-23", - "examine": "A tiny chunk of sandstone.", "wiki_name": "Sandstone (1kg)", "wiki_url": "https://oldschool.runescape.wiki/w/Sandstone#1kg", "price": 15 @@ -101044,10 +89943,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2, "buy_limit": 100, - "release_date": "2006-01-23", - "examine": "A small chunk of sandstone.", "wiki_name": "Sandstone (2kg)", "wiki_url": "https://oldschool.runescape.wiki/w/Sandstone#2kg", "price": 801 @@ -101062,10 +89958,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 5, "buy_limit": 100, - "release_date": "2006-01-23", - "examine": "A medium-sized chunk of sandstone.", "wiki_name": "Sandstone (5kg)", "wiki_url": "https://oldschool.runescape.wiki/w/Sandstone#5kg", "price": 0 @@ -101080,10 +89973,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 10, "buy_limit": 100, - "release_date": "2006-01-23", - "examine": "A large chunk of sandstone.", "wiki_name": "Sandstone (10kg)", "wiki_url": "https://oldschool.runescape.wiki/w/Sandstone#10kg", "price": 2875 @@ -101098,10 +89988,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, "buy_limit": 100, - "release_date": "2006-01-23", - "examine": "A tiny chunk of granite.", "wiki_name": "Granite (500g)", "wiki_url": "https://oldschool.runescape.wiki/w/Granite#500g", "price": 75 @@ -101116,10 +90003,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2, "buy_limit": 100, - "release_date": "2006-01-23", - "examine": "A small chunk of granite.", "wiki_name": "Granite (2kg)", "wiki_url": "https://oldschool.runescape.wiki/w/Granite#2kg", "price": 17 @@ -101134,10 +90018,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 5, "buy_limit": 100, - "release_date": "2006-01-23", - "examine": "A medium-sized chunk of granite.", "wiki_name": "Granite (5kg)", "wiki_url": "https://oldschool.runescape.wiki/w/Granite#5kg", "price": 652 @@ -101149,9 +90030,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 20, - "release_date": "2006-01-23", - "examine": "A huge twenty-kilo block of sandstone.", "wiki_name": "Sandstone (20kg)", "wiki_url": "https://oldschool.runescape.wiki/w/Sandstone_(20kg)", "price": 0 @@ -101163,9 +90041,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 32, - "release_date": "2006-01-23", - "examine": "A huge thirty-two-kilo block of sandstone.", "wiki_name": "Sandstone (32kg)", "wiki_url": "https://oldschool.runescape.wiki/w/Sandstone_(32kg)", "price": 0 @@ -101177,9 +90052,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 30, - "release_date": "2006-01-23", - "examine": "The body of a sandstone statue.", "wiki_name": "Sandstone body", "wiki_url": "https://oldschool.runescape.wiki/w/Sandstone_body", "price": 0 @@ -101191,9 +90063,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 23, - "release_date": "2006-01-23", - "examine": "The base and legs of a sandstone statue.", "wiki_name": "Sandstone base", "wiki_url": "https://oldschool.runescape.wiki/w/Sandstone_base", "price": 0 @@ -101205,9 +90074,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, - "release_date": "2006-01-23", - "examine": "A granite head shaped like the sculptor Lazim.", "wiki_name": "Stone head (Lazim)", "wiki_url": "https://oldschool.runescape.wiki/w/Stone_head#Lazim", "price": 0 @@ -101219,9 +90085,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, - "release_date": "2006-01-23", - "examine": "A granite head shaped like the god Zamorak.", "wiki_name": "Stone head (Zamorak)", "wiki_url": "https://oldschool.runescape.wiki/w/Stone_head#Zamorak", "price": 0 @@ -101233,9 +90096,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, - "release_date": "2006-01-23", - "examine": "A granite head shaped like the god Icthlarin.", "wiki_name": "Stone head (Icthlarin)", "wiki_url": "https://oldschool.runescape.wiki/w/Stone_head#Icthlarin", "price": 0 @@ -101247,9 +90107,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, - "release_date": "2006-01-23", - "examine": "A granite head shaped like a camel.", "wiki_name": "Stone head (Camel)", "wiki_url": "https://oldschool.runescape.wiki/w/Stone_head#Camel", "price": 0 @@ -101261,9 +90118,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, - "release_date": "2006-01-23", - "examine": "A metal sigil in the shape of a Z.", "wiki_name": "Z sigil", "wiki_url": "https://oldschool.runescape.wiki/w/Z_sigil", "price": 0 @@ -101275,9 +90129,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, - "release_date": "2006-01-23", - "examine": "A metal sigil in the shape of an M.", "wiki_name": "M sigil", "wiki_url": "https://oldschool.runescape.wiki/w/M_sigil", "price": 0 @@ -101289,9 +90140,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, - "release_date": "2006-01-23", - "examine": "A metal sigil in the shape of an R.", "wiki_name": "R sigil", "wiki_url": "https://oldschool.runescape.wiki/w/R_sigil", "price": 0 @@ -101303,9 +90151,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, - "release_date": "2006-01-23", - "examine": "A metal sigil in the shape of a K.", "wiki_name": "K sigil", "wiki_url": "https://oldschool.runescape.wiki/w/K_sigil", "price": 0 @@ -101317,9 +90162,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 9, - "release_date": "2006-01-23", - "examine": "The left arm of a large stone statue.", "wiki_name": "Stone left arm", "wiki_url": "https://oldschool.runescape.wiki/w/Stone_left_arm", "price": 0 @@ -101331,9 +90173,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 9, - "release_date": "2006-01-23", - "examine": "The right arm of a large stone statue.", "wiki_name": "Stone right arm", "wiki_url": "https://oldschool.runescape.wiki/w/Stone_right_arm", "price": 0 @@ -101345,9 +90184,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 9, - "release_date": "2006-01-23", - "examine": "The left leg of a large stone statue.", "wiki_name": "Stone left leg", "wiki_url": "https://oldschool.runescape.wiki/w/Stone_left_leg", "price": 0 @@ -101359,9 +90195,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 9, - "release_date": "2006-01-23", - "examine": "The right leg of a large stone statue.", "wiki_name": "Stone right leg", "wiki_url": "https://oldschool.runescape.wiki/w/Stone_right_leg", "price": 0 @@ -101373,9 +90206,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, - "release_date": "2006-01-23", - "examine": "A positive clay mould of a camel's head.", "wiki_name": "Camel mould (p)", "wiki_url": "https://oldschool.runescape.wiki/w/Camel_mould_(p)", "price": 0 @@ -101387,9 +90217,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, - "release_date": "2006-01-23", - "examine": "A granite head that will fit exactly into the pedestal.", "wiki_name": "Stone head (Cavity)", "wiki_url": "https://oldschool.runescape.wiki/w/Stone_head_(Cavity)", "price": 0 @@ -101403,9 +90230,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, - "release_date": "2006-01-23", - "examine": "Blend in in the desert.", "wiki_name": "Camel mask", "wiki_url": "https://oldschool.runescape.wiki/w/Camel_mask", "equipment": { @@ -101449,10 +90273,7 @@ "cost": 130, "lowalch": 52, "highalch": 78, - "weight": 2.267, "buy_limit": 40, - "release_date": "2006-01-30", - "examine": "A lantern to aid attacking Harpie bugs.", "wiki_name": "Bug lantern (Unlit)", "wiki_url": "https://oldschool.runescape.wiki/w/Bug_lantern#Unlit", "equipment": { @@ -101486,9 +90307,6 @@ "cost": 130, "lowalch": 52, "highalch": 78, - "weight": 2.267, - "release_date": "2006-01-30", - "examine": "A lantern to aid attacking Harpie bugs.", "wiki_name": "Bug lantern (Lit)", "wiki_url": "https://oldschool.runescape.wiki/w/Bug_lantern#Lit", "equipment": { @@ -101523,10 +90341,7 @@ "cost": 13, "lowalch": 5, "highalch": 7, - "weight": 0.5, "buy_limit": 13000, - "release_date": "2006-01-30", - "examine": "A baked potato with chilli con carne.", "wiki_name": "Chilli potato", "wiki_url": "https://oldschool.runescape.wiki/w/Chilli_potato", "price": 217 @@ -101541,10 +90356,7 @@ "cost": 12, "lowalch": 4, "highalch": 7, - "weight": 0.5, "buy_limit": 13000, - "release_date": "2006-01-30", - "examine": "A baked potato with egg and tomato.", "wiki_name": "Egg potato", "wiki_url": "https://oldschool.runescape.wiki/w/Egg_potato", "price": 355 @@ -101559,10 +90371,7 @@ "cost": 45, "lowalch": 18, "highalch": 27, - "weight": 0.5, "buy_limit": 13000, - "release_date": "2006-01-30", - "examine": "A baked potato with mushroom and onions.", "wiki_name": "Mushroom potato", "wiki_url": "https://oldschool.runescape.wiki/w/Mushroom_potato", "price": 1092 @@ -101577,10 +90386,7 @@ "cost": 113, "lowalch": 45, "highalch": 67, - "weight": 0.5, "buy_limit": 13000, - "release_date": "2006-01-30", - "examine": "A baked potato with tuna and sweetcorn.", "wiki_name": "Tuna potato", "wiki_url": "https://oldschool.runescape.wiki/w/Tuna_potato", "price": 1688 @@ -101595,10 +90401,7 @@ "cost": 13, "lowalch": 5, "highalch": 7, - "weight": 0.5, "buy_limit": 13000, - "release_date": "2006-01-30", - "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": 320 @@ -101613,10 +90416,7 @@ "cost": 12, "lowalch": 4, "highalch": 7, - "weight": 0.5, "buy_limit": 13000, - "release_date": "2006-01-30", - "examine": "A bowl of scrambled eggs and tomato.", "wiki_name": "Egg and tomato", "wiki_url": "https://oldschool.runescape.wiki/w/Egg_and_tomato", "price": 0 @@ -101631,10 +90431,7 @@ "cost": 45, "lowalch": 18, "highalch": 27, - "weight": 0.5, "buy_limit": 13000, - "release_date": "2006-01-30", - "examine": "A bowl of fried mushroom and onions.", "wiki_name": "Mushroom & onion", "wiki_url": "https://oldschool.runescape.wiki/w/Mushroom_&_onion", "price": 1099 @@ -101649,10 +90446,7 @@ "cost": 113, "lowalch": 45, "highalch": 67, - "weight": 0.5, "buy_limit": 13000, - "release_date": "2006-01-30", - "examine": "A bowl of cooked tuna and sweetcorn.", "wiki_name": "Tuna and corn", "wiki_url": "https://oldschool.runescape.wiki/w/Tuna_and_corn", "price": 1150 @@ -101667,10 +90461,7 @@ "cost": 8, "lowalch": 3, "highalch": 4, - "weight": 0.5, "buy_limit": 13000, - "release_date": "2006-01-30", - "examine": "A bowl of finely minced meat.", "wiki_name": "Minced meat", "wiki_url": "https://oldschool.runescape.wiki/w/Minced_meat", "price": 0 @@ -101685,10 +90476,7 @@ "cost": 9, "lowalch": 3, "highalch": 5, - "weight": 0.5, "buy_limit": 13000, - "release_date": "2006-01-30", - "examine": "A bowl of spicy sauce.", "wiki_name": "Spicy sauce", "wiki_url": "https://oldschool.runescape.wiki/w/Spicy_sauce", "price": 1350 @@ -101703,10 +90491,7 @@ "cost": 7, "lowalch": 2, "highalch": 4, - "weight": 0.5, "buy_limit": 13000, - "release_date": "2006-01-30", - "examine": "A bowl of chopped garlic.", "wiki_name": "Chopped garlic", "wiki_url": "https://oldschool.runescape.wiki/w/Chopped_garlic", "price": 282 @@ -101721,10 +90506,7 @@ "cost": 8, "lowalch": 3, "highalch": 4, - "weight": 0.5, "buy_limit": 13000, - "release_date": "2006-01-30", - "examine": "A bowl of uncooked egg.", "wiki_name": "Uncooked egg", "wiki_url": "https://oldschool.runescape.wiki/w/Uncooked_egg", "price": 3738 @@ -101739,10 +90521,7 @@ "cost": 8, "lowalch": 3, "highalch": 4, - "weight": 0.5, "buy_limit": 13000, - "release_date": "2006-01-30", - "examine": "A bowl of scrambled egg.", "wiki_name": "Scrambled egg", "wiki_url": "https://oldschool.runescape.wiki/w/Scrambled_egg", "price": 6280 @@ -101757,10 +90536,7 @@ "cost": 42, "lowalch": 16, "highalch": 25, - "weight": 0.5, "buy_limit": 13000, - "release_date": "2006-01-30", - "examine": "A bowl of sliced Bittercap mushrooms.", "wiki_name": "Sliced mushrooms", "wiki_url": "https://oldschool.runescape.wiki/w/Sliced_mushrooms", "price": 0 @@ -101775,10 +90551,7 @@ "cost": 42, "lowalch": 16, "highalch": 25, - "weight": 0.5, "buy_limit": 13000, - "release_date": "2006-01-30", - "examine": "A bowl of fried Bittercap mushrooms.", "wiki_name": "Fried mushrooms", "wiki_url": "https://oldschool.runescape.wiki/w/Fried_mushrooms", "price": 76 @@ -101793,10 +90566,7 @@ "cost": 7, "lowalch": 2, "highalch": 4, - "weight": 0.5, "buy_limit": 13000, - "release_date": "2006-01-30", - "examine": "A bowl of sliced, fried onions.", "wiki_name": "Fried onions", "wiki_url": "https://oldschool.runescape.wiki/w/Fried_onions", "price": 32 @@ -101811,10 +90581,7 @@ "cost": 104, "lowalch": 41, "highalch": 62, - "weight": 0.5, "buy_limit": 13000, - "release_date": "2006-01-30", - "examine": "A bowl of finely chopped tuna.", "wiki_name": "Chopped tuna", "wiki_url": "https://oldschool.runescape.wiki/w/Chopped_tuna", "price": 366 @@ -101829,10 +90596,7 @@ "cost": 13, "lowalch": 5, "highalch": 7, - "weight": 0.5, "buy_limit": 13000, - "release_date": "2006-01-30", - "examine": "A bowl of cooked sweetcorn.", "wiki_name": "Sweetcorn (bowl)", "wiki_url": "https://oldschool.runescape.wiki/w/Sweetcorn_(bowl)", "price": 550 @@ -101846,9 +90610,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.5, - "release_date": "2006-01-30", - "examine": "A bowl of burnt, overcooked egg.", "wiki_name": "Burnt egg", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_egg", "price": 0 @@ -101862,9 +90623,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.5, - "release_date": "2006-01-30", - "examine": "A bowl of blackened onions.", "wiki_name": "Burnt onion", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_onion", "price": 0 @@ -101878,9 +90636,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.5, - "release_date": "2006-01-30", - "examine": "A bowl of burnt sliced mushroom.", "wiki_name": "Burnt mushroom", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_mushroom", "price": 0 @@ -101890,9 +90645,6 @@ "name": "Gunpowder", "members": true, "cost": 52, - "weight": 0.001, - "release_date": "2006-02-07", - "examine": "Best keep this away from naked flames.", "wiki_name": "Gunpowder", "wiki_url": "https://oldschool.runescape.wiki/w/Gunpowder", "price": 0 @@ -101902,9 +90654,6 @@ "name": "Fuse", "members": true, "cost": 52, - "weight": 0.007, - "release_date": "2006-02-07", - "examine": "Burns very well.", "wiki_name": "Fuse (Cabin Fever)", "wiki_url": "https://oldschool.runescape.wiki/w/Fuse_(Cabin_Fever)", "price": 0 @@ -101921,10 +90670,7 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 1, "buy_limit": 150, - "release_date": "2006-02-07", - "examine": "A sea worthy shirt.", "wiki_name": "Stripy pirate shirt (beige)", "wiki_url": "https://oldschool.runescape.wiki/w/Stripy_pirate_shirt_(beige)", "equipment": { @@ -101959,10 +90705,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 1, "buy_limit": 150, - "release_date": "2006-02-07", - "examine": "Essential pirate wear.", "wiki_name": "Pirate bandana (white)", "wiki_url": "https://oldschool.runescape.wiki/w/Pirate_bandana_(white)", "equipment": { @@ -101997,10 +90740,7 @@ "cost": 350, "lowalch": 140, "highalch": 210, - "weight": 4, "buy_limit": 150, - "release_date": "2006-02-07", - "examine": "Not for land lubbers.", "wiki_name": "Pirate boots", "wiki_url": "https://oldschool.runescape.wiki/w/Pirate_boots", "equipment": { @@ -102035,10 +90775,7 @@ "cost": 350, "lowalch": 140, "highalch": 210, - "weight": 1, "buy_limit": 150, - "release_date": "2006-02-07", - "examine": "A sea worthy pair of trousers.", "wiki_name": "Pirate leggings (beige)", "wiki_url": "https://oldschool.runescape.wiki/w/Pirate_leggings_(beige)", "equipment": { @@ -102068,9 +90805,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.005, - "release_date": "2006-02-07", - "examine": "A canister holding shrapnel.", "wiki_name": "Canister (animation item)", "wiki_url": "https://oldschool.runescape.wiki/w/Canister_(animation_item)", "price": 0 @@ -102080,9 +90814,6 @@ "name": "Cannon ball", "members": true, "cost": 1, - "weight": 20, - "release_date": "2006-02-07", - "examine": "A heavy metal ball.", "wiki_name": "Cannon ball", "wiki_url": "https://oldschool.runescape.wiki/w/Cannon_ball", "price": 0 @@ -102092,9 +90823,6 @@ "name": "Ramrod", "members": true, "cost": 1, - "weight": 2, - "release_date": "2006-02-07", - "examine": "For cleaning and packing the cannon.", "wiki_name": "Ramrod", "wiki_url": "https://oldschool.runescape.wiki/w/Ramrod", "price": 0 @@ -102106,9 +90834,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2006-02-07", - "examine": "Quite short, but not that thick.", "wiki_name": "Repair plank (animation item)", "wiki_url": "https://oldschool.runescape.wiki/w/Repair_plank_(animation_item)", "price": 0 @@ -102125,10 +90850,7 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 1, "buy_limit": 150, - "release_date": "2006-02-07", - "examine": "A sea worthy shirt.", "wiki_name": "Stripy pirate shirt (red)", "wiki_url": "https://oldschool.runescape.wiki/w/Stripy_pirate_shirt_(red)", "equipment": { @@ -102163,10 +90885,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 1, "buy_limit": 150, - "release_date": "2006-02-07", - "examine": "Essential pirate wear.", "wiki_name": "Pirate bandana (red)", "wiki_url": "https://oldschool.runescape.wiki/w/Pirate_bandana_(red)", "equipment": { @@ -102201,10 +90920,7 @@ "cost": 350, "lowalch": 140, "highalch": 210, - "weight": 1, "buy_limit": 150, - "release_date": "2006-02-07", - "examine": "A sea worthy pair of trousers.", "wiki_name": "Pirate leggings (red)", "wiki_url": "https://oldschool.runescape.wiki/w/Pirate_leggings_(red)", "equipment": { @@ -102239,10 +90955,7 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 1, "buy_limit": 150, - "release_date": "2006-02-07", - "examine": "A sea worthy shirt.", "wiki_name": "Stripy pirate shirt (blue)", "wiki_url": "https://oldschool.runescape.wiki/w/Stripy_pirate_shirt_(blue)", "equipment": { @@ -102277,10 +90990,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 1, "buy_limit": 150, - "release_date": "2006-02-07", - "examine": "Essential pirate wear.", "wiki_name": "Pirate bandana (blue)", "wiki_url": "https://oldschool.runescape.wiki/w/Pirate_bandana_(blue)", "equipment": { @@ -102315,10 +91025,7 @@ "cost": 350, "lowalch": 140, "highalch": 210, - "weight": 1, "buy_limit": 150, - "release_date": "2006-02-07", - "examine": "A sea worthy pair of trousers.", "wiki_name": "Pirate leggings (blue)", "wiki_url": "https://oldschool.runescape.wiki/w/Pirate_leggings_(blue)", "equipment": { @@ -102353,10 +91060,7 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 1, "buy_limit": 150, - "release_date": "2006-02-07", - "examine": "A sea worthy shirt.", "wiki_name": "Stripy pirate shirt (brown)", "wiki_url": "https://oldschool.runescape.wiki/w/Stripy_pirate_shirt_(brown)", "equipment": { @@ -102391,10 +91095,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 1, "buy_limit": 150, - "release_date": "2006-02-07", - "examine": "Essential pirate wear.", "wiki_name": "Pirate bandana (brown)", "wiki_url": "https://oldschool.runescape.wiki/w/Pirate_bandana_(brown)", "equipment": { @@ -102429,10 +91130,7 @@ "cost": 350, "lowalch": 140, "highalch": 210, - "weight": 1, "buy_limit": 150, - "release_date": "2006-02-07", - "examine": "A sea worthy pair of trousers.", "wiki_name": "Pirate leggings (brown)", "wiki_url": "https://oldschool.runescape.wiki/w/Pirate_leggings_(brown)", "equipment": { @@ -102465,9 +91163,6 @@ "cost": 2560, "lowalch": 1024, "highalch": 1536, - "weight": 1.814, - "release_date": "2006-02-07", - "examine": "Feels quite lucky.", "wiki_name": "Lucky cutlass", "wiki_url": "https://oldschool.runescape.wiki/w/Lucky_cutlass", "equipment": { @@ -102536,9 +91231,6 @@ "cost": 1040, "lowalch": 416, "highalch": 624, - "weight": 1.814, - "release_date": "2006-02-07", - "examine": "I hope he doesn't want it back.", "wiki_name": "Harry's cutlass", "wiki_url": "https://oldschool.runescape.wiki/w/Harry's_cutlass", "equipment": { @@ -102607,9 +91299,6 @@ "cost": 25600, "lowalch": 10240, "highalch": 15360, - "weight": 1.814, - "release_date": "2006-02-07", - "examine": "The very butcher of a silk button.", "wiki_name": "Rapier", "wiki_url": "https://oldschool.runescape.wiki/w/Rapier", "equipment": { @@ -102675,9 +91364,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.005, - "release_date": "2006-02-07", - "examine": "Looks valuable.", "wiki_name": "Plunder", "wiki_url": "https://oldschool.runescape.wiki/w/Plunder", "price": 0 @@ -102689,9 +91375,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2006-02-07", - "examine": "By Cap'n Hook-Hand Morrisane.", "wiki_name": "Book o' piracy", "wiki_url": "https://oldschool.runescape.wiki/w/Book_o'_piracy", "price": 0 @@ -102703,9 +91386,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 32, - "release_date": "2006-02-07", - "examine": "A working cannon barrel.", "wiki_name": "Cannon barrel", "wiki_url": "https://oldschool.runescape.wiki/w/Cannon_barrel", "price": 0 @@ -102717,9 +91397,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 32, - "release_date": "2006-02-07", - "examine": "Not likely to work again.", "wiki_name": "Broken cannon", "wiki_url": "https://oldschool.runescape.wiki/w/Broken_cannon", "price": 0 @@ -102731,9 +91408,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.005, - "release_date": "2006-02-07", - "examine": "Some cannon balls.", "wiki_name": "Cannon balls (Cabin Fever)", "wiki_url": "https://oldschool.runescape.wiki/w/Cannon_balls_(Cabin_Fever)", "price": 0 @@ -102745,9 +91419,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.005, - "release_date": "2006-02-07", - "examine": "A plank of wood to repair the hull with.", "wiki_name": "Repair plank", "wiki_url": "https://oldschool.runescape.wiki/w/Repair_plank", "price": 0 @@ -102757,9 +91428,6 @@ "name": "Canister", "members": true, "cost": 1, - "weight": 0.005, - "release_date": "2006-02-07", - "examine": "A canister holding shrapnel.", "wiki_name": "Canister", "wiki_url": "https://oldschool.runescape.wiki/w/Canister", "price": 0 @@ -102772,8 +91440,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2006-02-07", - "examine": "Useful for pinning up paintings.", "wiki_name": "Tacks", "wiki_url": "https://oldschool.runescape.wiki/w/Tacks", "price": 0 @@ -102785,9 +91451,6 @@ "cost": 18, "lowalch": 7, "highalch": 10, - "weight": 1.36, - "release_date": "2006-02-07", - "examine": "A coil of rope.", "wiki_name": "Rope (Cabin Fever)", "wiki_url": "https://oldschool.runescape.wiki/w/Rope_(Cabin_Fever)", "price": 0 @@ -102799,9 +91462,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.035, - "release_date": "2006-02-07", - "examine": "Useful for lighting a fire.", "wiki_name": "Tinderbox (Cabin Fever)", "wiki_url": "https://oldschool.runescape.wiki/w/Tinderbox_(Cabin_Fever)", "price": 0 @@ -102813,9 +91473,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.907, - "release_date": "2006-02-07", - "examine": "I think it is eating through the bottle.", "wiki_name": "Braindeath 'rum'", "wiki_url": "https://oldschool.runescape.wiki/w/Braindeath_'rum'", "price": 0 @@ -102833,10 +91490,7 @@ "cost": 220000, "lowalch": 88000, "highalch": 132000, - "weight": 3.628, "buy_limit": 8, - "release_date": "2006-02-20", - "examine": "A two-handed Dragon Sword.", "wiki_name": "Dragon 2h sword", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_2h_sword", "equipment": { @@ -102907,10 +91561,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 1.36, "buy_limit": 70, - "release_date": "2006-02-20", - "examine": "They're heavily insulated wellies.", "wiki_name": "Insulated boots", "wiki_url": "https://oldschool.runescape.wiki/w/Insulated_boots", "equipment": { @@ -102954,10 +91605,7 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.001, "buy_limit": 15, - "release_date": "2006-02-20", - "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": 67 @@ -102971,9 +91619,6 @@ "cost": 22, "lowalch": 8, "highalch": 13, - "weight": 0.001, - "release_date": "2006-02-20", - "examine": "Still needs two more ingredients.", "wiki_name": "Part mud pie (compost)", "wiki_url": "https://oldschool.runescape.wiki/w/Part_mud_pie_(compost)", "price": 0 @@ -102987,9 +91632,6 @@ "cost": 26, "lowalch": 10, "highalch": 15, - "weight": 0.001, - "release_date": "2006-02-20", - "examine": "Still needs one more ingredient.", "wiki_name": "Part mud pie (water)", "wiki_url": "https://oldschool.runescape.wiki/w/Part_mud_pie_(water)", "price": 0 @@ -103004,10 +91646,7 @@ "cost": 27, "lowalch": 10, "highalch": 16, - "weight": 0.001, "buy_limit": 13000, - "release_date": "2006-02-20", - "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": 1141 @@ -103025,10 +91664,7 @@ "cost": 54, "lowalch": 21, "highalch": 32, - "weight": 0.001, "buy_limit": 11000, - "release_date": "2006-02-20", - "examine": "All the good of the earth.", "wiki_name": "Mud pie", "wiki_url": "https://oldschool.runescape.wiki/w/Mud_pie", "equipment": { @@ -103087,9 +91723,6 @@ "cost": 8, "lowalch": 3, "highalch": 4, - "weight": 0.001, - "release_date": "2006-02-20", - "examine": "Still needs two more ingredients.", "wiki_name": "Part garden pie (tomato)", "wiki_url": "https://oldschool.runescape.wiki/w/Part_garden_pie_(tomato)", "price": 0 @@ -103103,9 +91736,6 @@ "cost": 11, "lowalch": 4, "highalch": 6, - "weight": 0.001, - "release_date": "2006-02-20", - "examine": "Still needs one more ingredient.", "wiki_name": "Part garden pie (onion)", "wiki_url": "https://oldschool.runescape.wiki/w/Part_garden_pie_(onion)", "price": 0 @@ -103120,10 +91750,7 @@ "cost": 12, "lowalch": 4, "highalch": 7, - "weight": 0.001, "buy_limit": 13000, - "release_date": "2006-02-20", - "examine": "Needs cooking before I eat it.", "wiki_name": "Raw garden pie", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_garden_pie", "price": 667 @@ -103138,10 +91765,7 @@ "cost": 24, "lowalch": 9, "highalch": 14, - "weight": 0.001, "buy_limit": 10000, - "release_date": "2006-02-20", - "examine": "What I wouldn't give for a good steak about now...", "wiki_name": "Garden pie (Full)", "wiki_url": "https://oldschool.runescape.wiki/w/Garden_pie#Full", "price": 131 @@ -103155,9 +91779,6 @@ "cost": 12, "lowalch": 4, "highalch": 7, - "weight": 0.001, - "release_date": "2006-02-20", - "examine": "What I wouldn't give for a good steak about now...", "wiki_name": "Garden pie (Half)", "wiki_url": "https://oldschool.runescape.wiki/w/Garden_pie#Half", "price": 0 @@ -103171,9 +91792,6 @@ "cost": 24, "lowalch": 9, "highalch": 14, - "weight": 0.001, - "release_date": "2006-02-20", - "examine": "Still needs two more ingredients.", "wiki_name": "Part fish pie (trout)", "wiki_url": "https://oldschool.runescape.wiki/w/Part_fish_pie_(trout)", "price": 0 @@ -103187,9 +91805,6 @@ "cost": 49, "lowalch": 19, "highalch": 29, - "weight": 0.001, - "release_date": "2006-02-20", - "examine": "Still needs one more ingredient.", "wiki_name": "Part fish pie (cod)", "wiki_url": "https://oldschool.runescape.wiki/w/Part_fish_pie_(cod)", "price": 0 @@ -103204,10 +91819,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.001, "buy_limit": 13000, - "release_date": "2006-02-20", - "examine": "Raw fish is risky, better cook it.", "wiki_name": "Raw fish pie", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_fish_pie", "price": 0 @@ -103222,10 +91834,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.001, "buy_limit": 10000, - "release_date": "2006-02-20", - "examine": "Bounty of the sea.", "wiki_name": "Fish pie (Full)", "wiki_url": "https://oldschool.runescape.wiki/w/Fish_pie#Full", "price": 125 @@ -103239,9 +91848,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.001, - "release_date": "2006-02-20", - "examine": "Bounty of the sea.", "wiki_name": "Fish pie (Half)", "wiki_url": "https://oldschool.runescape.wiki/w/Fish_pie#Half", "price": 0 @@ -103255,9 +91861,6 @@ "cost": 54, "lowalch": 21, "highalch": 32, - "weight": 0.001, - "release_date": "2006-02-20", - "examine": "Still needs two more ingredients.", "wiki_name": "Part admiral pie (salmon)", "wiki_url": "https://oldschool.runescape.wiki/w/Part_admiral_pie_(salmon)", "price": 0 @@ -103271,9 +91874,6 @@ "cost": 154, "lowalch": 61, "highalch": 92, - "weight": 0.001, - "release_date": "2006-02-20", - "examine": "Still needs one more ingredient.", "wiki_name": "Part admiral pie (tuna)", "wiki_url": "https://oldschool.runescape.wiki/w/Part_admiral_pie_(tuna)", "price": 0 @@ -103288,10 +91888,7 @@ "cost": 155, "lowalch": 62, "highalch": 93, - "weight": 0.001, "buy_limit": 13000, - "release_date": "2006-02-20", - "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 @@ -103306,10 +91903,7 @@ "cost": 310, "lowalch": 124, "highalch": 186, - "weight": 0.001, "buy_limit": 10000, - "release_date": "2006-02-20", - "examine": "Much tastier than a normal fish pie.", "wiki_name": "Admiral pie (Full)", "wiki_url": "https://oldschool.runescape.wiki/w/Admiral_pie#Full", "price": 149 @@ -103323,9 +91917,6 @@ "cost": 155, "lowalch": 62, "highalch": 93, - "weight": 0.001, - "release_date": "2006-02-20", - "examine": "Much tastier than a normal fish pie.", "wiki_name": "Admiral pie (Half)", "wiki_url": "https://oldschool.runescape.wiki/w/Admiral_pie#Half", "price": 0 @@ -103339,9 +91930,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.001, - "release_date": "2006-02-20", - "examine": "Still needs two more ingredients.", "wiki_name": "Part wild pie (raw bear meat)", "wiki_url": "https://oldschool.runescape.wiki/w/Part_wild_pie_(raw_bear_meat)", "price": 0 @@ -103355,9 +91943,6 @@ "cost": 90, "lowalch": 36, "highalch": 54, - "weight": 0.001, - "release_date": "2006-02-20", - "examine": "Still needs one more ingredient.", "wiki_name": "Part wild pie (raw chompy)", "wiki_url": "https://oldschool.runescape.wiki/w/Part_wild_pie_(raw_chompy)", "price": 0 @@ -103372,10 +91957,7 @@ "cost": 91, "lowalch": 36, "highalch": 54, - "weight": 0.001, "buy_limit": 13000, - "release_date": "2006-02-20", - "examine": "Good as it looks, I'd better cook it.", "wiki_name": "Raw wild pie", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_wild_pie", "price": 4589 @@ -103390,10 +91972,7 @@ "cost": 182, "lowalch": 72, "highalch": 109, - "weight": 0.001, "buy_limit": 10000, - "release_date": "2006-02-20", - "examine": "A triumph of man over nature.", "wiki_name": "Wild pie (Full)", "wiki_url": "https://oldschool.runescape.wiki/w/Wild_pie#Full", "price": 846 @@ -103407,9 +91986,6 @@ "cost": 91, "lowalch": 36, "highalch": 54, - "weight": 0.001, - "release_date": "2006-02-20", - "examine": "A triumph of man over nature.", "wiki_name": "Wild pie (Half)", "wiki_url": "https://oldschool.runescape.wiki/w/Wild_pie#Half", "price": 0 @@ -103423,9 +91999,6 @@ "cost": 21, "lowalch": 8, "highalch": 12, - "weight": 0.001, - "release_date": "2006-02-20", - "examine": "Still needs two more ingredients.", "wiki_name": "Part summer pie (strawberry)", "wiki_url": "https://oldschool.runescape.wiki/w/Part_summer_pie_(strawberry)", "price": 0 @@ -103439,9 +92012,6 @@ "cost": 69, "lowalch": 27, "highalch": 41, - "weight": 0.001, - "release_date": "2006-02-20", - "examine": "Still needs one more ingredient.", "wiki_name": "Part summer pie (watermelon)", "wiki_url": "https://oldschool.runescape.wiki/w/Part_summer_pie_(watermelon)", "price": 0 @@ -103456,10 +92026,7 @@ "cost": 70, "lowalch": 28, "highalch": 42, - "weight": 0.001, "buy_limit": 13000, - "release_date": "2006-02-20", - "examine": "Fresh fruit may be good for you, but I should really cook this.", "wiki_name": "Raw summer pie", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_summer_pie", "price": 1120 @@ -103474,10 +92041,7 @@ "cost": 140, "lowalch": 56, "highalch": 84, - "weight": 0.001, "buy_limit": 10000, - "release_date": "2006-02-20", - "examine": "All the fruits of a very small forest.", "wiki_name": "Summer pie (Full)", "wiki_url": "https://oldschool.runescape.wiki/w/Summer_pie#Full", "price": 962 @@ -103491,9 +92055,6 @@ "cost": 70, "lowalch": 28, "highalch": 42, - "weight": 0.001, - "release_date": "2006-02-20", - "examine": "All the fruits of a very small forest.", "wiki_name": "Summer pie (Half)", "wiki_url": "https://oldschool.runescape.wiki/w/Summer_pie#Half", "price": 0 @@ -103507,9 +92068,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2006-02-20", - "examine": "This could be mistaken for charcoal.", "wiki_name": "Burnt rabbit", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_rabbit", "price": 0 @@ -103524,10 +92082,7 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.3, "buy_limit": 6000, - "release_date": "2006-02-20", - "examine": "A delicious looking piece of roast rabbit.", "wiki_name": "Roast rabbit", "wiki_url": "https://oldschool.runescape.wiki/w/Roast_rabbit", "price": 121 @@ -103541,9 +92096,6 @@ "cost": 84, "lowalch": 33, "highalch": 50, - "weight": 1.8, - "release_date": "2006-02-20", - "examine": "All ready to be used on a fire.", "wiki_name": "Skewered rabbit", "wiki_url": "https://oldschool.runescape.wiki/w/Skewered_rabbit", "price": 0 @@ -103558,10 +92110,7 @@ "cost": 64, "lowalch": 25, "highalch": 38, - "weight": 1.5, "buy_limit": 11000, - "release_date": "2006-02-20", - "examine": "An iron spit.", "wiki_name": "Iron spit", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_spit", "price": 339 @@ -103575,9 +92124,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2006-02-20", - "examine": "Overly crispy chompy.", "wiki_name": "Burnt chompy", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_chompy", "price": 0 @@ -103591,9 +92137,6 @@ "cost": 85, "lowalch": 34, "highalch": 51, - "weight": 1, - "release_date": "2006-02-20", - "examine": "Roasted chompy bird.", "wiki_name": "Cooked chompy (roasted)", "wiki_url": "https://oldschool.runescape.wiki/w/Cooked_chompy_(roasted)", "price": 0 @@ -103607,9 +92150,6 @@ "cost": 149, "lowalch": 59, "highalch": 89, - "weight": 2.5, - "release_date": "2006-02-20", - "examine": "A skewered chompy bird.", "wiki_name": "Skewered chompy", "wiki_url": "https://oldschool.runescape.wiki/w/Skewered_chompy", "price": 0 @@ -103621,9 +92161,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.02, - "release_date": "2006-02-20", - "examine": "I need to answer this correctly.", "wiki_name": "Challenge scroll (Hard)", "wiki_url": "https://oldschool.runescape.wiki/w/Challenge_scroll#Hard", "price": 0 @@ -103640,10 +92177,7 @@ "cost": 225, "lowalch": 90, "highalch": 135, - "weight": 0.01, "buy_limit": 4, - "release_date": "2006-02-20", - "examine": "Stylish!", "wiki_name": "Red boater", "wiki_url": "https://oldschool.runescape.wiki/w/Red_boater", "equipment": { @@ -103678,10 +92212,7 @@ "cost": 225, "lowalch": 90, "highalch": 135, - "weight": 0.01, "buy_limit": 4, - "release_date": "2006-02-20", - "examine": "Stylish!", "wiki_name": "Orange boater", "wiki_url": "https://oldschool.runescape.wiki/w/Orange_boater", "equipment": { @@ -103716,10 +92247,7 @@ "cost": 225, "lowalch": 90, "highalch": 135, - "weight": 0.01, "buy_limit": 4, - "release_date": "2006-02-20", - "examine": "Stylish!", "wiki_name": "Green boater", "wiki_url": "https://oldschool.runescape.wiki/w/Green_boater", "equipment": { @@ -103754,10 +92282,7 @@ "cost": 225, "lowalch": 90, "highalch": 135, - "weight": 0.01, "buy_limit": 4, - "release_date": "2006-02-20", - "examine": "Stylish!", "wiki_name": "Blue boater", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_boater", "equipment": { @@ -103792,10 +92317,7 @@ "cost": 225, "lowalch": 90, "highalch": 135, - "weight": 0.01, "buy_limit": 4, - "release_date": "2006-02-20", - "examine": "Stylish!", "wiki_name": "Black boater", "wiki_url": "https://oldschool.runescape.wiki/w/Black_boater", "equipment": { @@ -103829,8 +92351,6 @@ "lowalch": 6, "highalch": 9, "buy_limit": 250, - "release_date": "2006-02-20", - "examine": "Makes firelighting a lot easier.", "wiki_name": "Red firelighter", "wiki_url": "https://oldschool.runescape.wiki/w/Red_firelighter", "price": 107 @@ -103846,8 +92366,6 @@ "lowalch": 6, "highalch": 9, "buy_limit": 250, - "release_date": "2006-02-20", - "examine": "Makes firelighting a lot easier.", "wiki_name": "Green firelighter", "wiki_url": "https://oldschool.runescape.wiki/w/Green_firelighter", "price": 128 @@ -103863,8 +92381,6 @@ "lowalch": 6, "highalch": 9, "buy_limit": 250, - "release_date": "2006-02-20", - "examine": "Makes firelighting a lot easier.", "wiki_name": "Blue firelighter", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_firelighter", "price": 70 @@ -103880,10 +92396,7 @@ "cost": 1632, "lowalch": 652, "highalch": 979, - "weight": 5.443, "buy_limit": 70, - "release_date": "2006-02-20", - "examine": "A shield with a heraldic design", "wiki_name": "Black shield (h1)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_shield_(h1)", "equipment": { @@ -103919,10 +92432,7 @@ "cost": 5440, "lowalch": 2176, "highalch": 3264, - "weight": 5.896, "buy_limit": 70, - "release_date": "2006-02-20", - "examine": "A shield with a heraldic design", "wiki_name": "Adamant shield (h1)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_shield_(h1)", "equipment": { @@ -103958,10 +92468,7 @@ "cost": 54400, "lowalch": 21760, "highalch": 32640, - "weight": 5.443, "buy_limit": 70, - "release_date": "2006-02-20", - "examine": "A shield with a heraldic design", "wiki_name": "Rune shield (h1)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_shield_(h1)", "equipment": { @@ -103997,10 +92504,7 @@ "cost": 1632, "lowalch": 652, "highalch": 979, - "weight": 5.443, "buy_limit": 70, - "release_date": "2006-02-20", - "examine": "A shield with a heraldic design", "wiki_name": "Black shield (h2)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_shield_(h2)", "equipment": { @@ -104036,10 +92540,7 @@ "cost": 5440, "lowalch": 2176, "highalch": 3264, - "weight": 5.896, "buy_limit": 70, - "release_date": "2006-02-20", - "examine": "A shield with a heraldic design", "wiki_name": "Adamant shield (h2)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_shield_(h2)", "equipment": { @@ -104075,10 +92576,7 @@ "cost": 54400, "lowalch": 21760, "highalch": 32640, - "weight": 5.443, "buy_limit": 70, - "release_date": "2006-02-20", - "examine": "A shield with a heraldic design", "wiki_name": "Rune shield (h2)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_shield_(h2)", "equipment": { @@ -104114,10 +92612,7 @@ "cost": 1632, "lowalch": 652, "highalch": 979, - "weight": 5.443, "buy_limit": 70, - "release_date": "2006-02-20", - "examine": "A shield with a heraldic design", "wiki_name": "Black shield (h3)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_shield_(h3)", "equipment": { @@ -104153,10 +92648,7 @@ "cost": 5440, "lowalch": 2176, "highalch": 3264, - "weight": 5.896, "buy_limit": 70, - "release_date": "2006-02-20", - "examine": "A shield with a heraldic design", "wiki_name": "Adamant shield (h3)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_shield_(h3)", "equipment": { @@ -104192,10 +92684,7 @@ "cost": 54400, "lowalch": 21760, "highalch": 32640, - "weight": 5.443, "buy_limit": 70, - "release_date": "2006-02-20", - "examine": "A shield with a heraldic design", "wiki_name": "Rune shield (h3)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_shield_(h3)", "equipment": { @@ -104231,10 +92720,7 @@ "cost": 1632, "lowalch": 652, "highalch": 979, - "weight": 5.443, "buy_limit": 70, - "release_date": "2006-02-20", - "examine": "A shield with a heraldic design", "wiki_name": "Black shield (h4)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_shield_(h4)", "equipment": { @@ -104270,10 +92756,7 @@ "cost": 5440, "lowalch": 2176, "highalch": 3264, - "weight": 5.896, "buy_limit": 70, - "release_date": "2006-02-20", - "examine": "A shield with a heraldic design", "wiki_name": "Adamant shield (h4)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_shield_(h4)", "equipment": { @@ -104309,10 +92792,7 @@ "cost": 54400, "lowalch": 21760, "highalch": 32640, - "weight": 5.443, "buy_limit": 70, - "release_date": "2006-02-20", - "examine": "A shield with a heraldic design", "wiki_name": "Rune shield (h4)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_shield_(h4)", "equipment": { @@ -104348,10 +92828,7 @@ "cost": 1632, "lowalch": 652, "highalch": 979, - "weight": 5.443, "buy_limit": 70, - "release_date": "2006-02-20", - "examine": "A shield with a heraldic design", "wiki_name": "Black shield (h5)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_shield_(h5)", "equipment": { @@ -104387,10 +92864,7 @@ "cost": 5440, "lowalch": 2176, "highalch": 3264, - "weight": 5.896, "buy_limit": 70, - "release_date": "2006-02-20", - "examine": "A shield with a heraldic design", "wiki_name": "Adamant shield (h5)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_shield_(h5)", "equipment": { @@ -104426,10 +92900,7 @@ "cost": 54400, "lowalch": 21760, "highalch": 32640, - "weight": 5.443, "buy_limit": 70, - "release_date": "2006-02-20", - "examine": "A shield with a heraldic design", "wiki_name": "Rune shield (h5)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_shield_(h5)", "equipment": { @@ -104465,10 +92936,7 @@ "cost": 850, "lowalch": 340, "highalch": 510, - "weight": 5.443, "buy_limit": 8, - "release_date": "2006-02-20", - "examine": "Those studs should provide a bit more protection. Nice trim too!", "wiki_name": "Studded body (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Studded_body_(g)", "equipment": { @@ -104505,10 +92973,7 @@ "cost": 850, "lowalch": 340, "highalch": 510, - "weight": 5.443, "buy_limit": 8, - "release_date": "2006-02-20", - "examine": "Those studs should provide a bit more protection. Nice trim too!", "wiki_name": "Studded body (t)", "wiki_url": "https://oldschool.runescape.wiki/w/Studded_body_(t)", "equipment": { @@ -104545,10 +93010,7 @@ "cost": 750, "lowalch": 300, "highalch": 450, - "weight": 4.535, "buy_limit": 8, - "release_date": "2006-02-20", - "examine": "Those studs should provide a bit more protection. Nice trim too!", "wiki_name": "Studded chaps (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Studded_chaps_(g)", "equipment": { @@ -104585,10 +93047,7 @@ "cost": 750, "lowalch": 300, "highalch": 450, - "weight": 4.535, "buy_limit": 8, - "release_date": "2006-02-20", - "examine": "Those studs should provide a bit more protection. Nice trim too!", "wiki_name": "Studded chaps (t)", "wiki_url": "https://oldschool.runescape.wiki/w/Studded_chaps_(t)", "equipment": { @@ -104625,10 +93084,7 @@ "cost": 7800, "lowalch": 3120, "highalch": 4680, - "weight": 6.803, "buy_limit": 8, - "release_date": "2006-02-20", - "examine": "Made from 100% real dragonhide. With colourful trim!", "wiki_name": "Green d'hide body (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Green_d'hide_body_(g)", "equipment": { @@ -104665,10 +93121,7 @@ "cost": 7800, "lowalch": 3120, "highalch": 4680, - "weight": 6.803, "buy_limit": 8, - "release_date": "2006-02-20", - "examine": "Made from 100% real dragonhide. With colourful trim!", "wiki_name": "Green d'hide body (t)", "wiki_url": "https://oldschool.runescape.wiki/w/Green_d'hide_body_(t)", "equipment": { @@ -104706,10 +93159,7 @@ "cost": 9360, "lowalch": 3744, "highalch": 5616, - "weight": 6.803, "buy_limit": 8, - "release_date": "2006-02-20", - "examine": "Made from 100% real dragonhide. With colourful trim!", "wiki_name": "Blue d'hide body (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_d'hide_body_(g)", "equipment": { @@ -104747,10 +93197,7 @@ "cost": 9360, "lowalch": 3744, "highalch": 5616, - "weight": 6.803, "buy_limit": 8, - "release_date": "2006-02-20", - "examine": "Made from 100% real dragonhide. With colourful trim!", "wiki_name": "Blue d'hide body (t)", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_d'hide_body_(t)", "equipment": { @@ -104787,10 +93234,7 @@ "cost": 3900, "lowalch": 1560, "highalch": 2340, - "weight": 5.443, "buy_limit": 8, - "release_date": "2006-02-20", - "examine": "Made from 100% real dragonhide. With colourful trim!", "wiki_name": "Green d'hide chaps (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Green_d'hide_chaps_(g)", "equipment": { @@ -104826,10 +93270,7 @@ "cost": 3900, "lowalch": 1560, "highalch": 2340, - "weight": 5.443, "buy_limit": 8, - "release_date": "2006-02-20", - "examine": "Made from 100% real dragonhide. With colourful trim!", "wiki_name": "Green d'hide chaps (t)", "wiki_url": "https://oldschool.runescape.wiki/w/Green_d'hide_chaps_(t)", "equipment": { @@ -104866,10 +93307,7 @@ "cost": 4320, "lowalch": 1728, "highalch": 2592, - "weight": 5.443, "buy_limit": 8, - "release_date": "2006-02-20", - "examine": "Made from 100% real dragonhide. With colourful trim!", "wiki_name": "Blue d'hide chaps (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_d'hide_chaps_(g)", "equipment": { @@ -104906,10 +93344,7 @@ "cost": 4320, "lowalch": 1728, "highalch": 2592, - "weight": 5.443, "buy_limit": 8, - "release_date": "2006-02-20", - "examine": "Made from 100% real dragonhide. With colourful trim!", "wiki_name": "Blue d'hide chaps (t)", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_d'hide_chaps_(t)", "equipment": { @@ -104945,10 +93380,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.907, "buy_limit": 4, - "release_date": "2006-02-20", - "examine": "Leg covering favoured by women and wizards. With a colourful trim!", "wiki_name": "Blue skirt (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_skirt_(g)", "equipment": { @@ -104982,10 +93414,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.907, "buy_limit": 4, - "release_date": "2006-02-20", - "examine": "Leg covering favoured by women and wizards. With a colourful trim!", "wiki_name": "Blue skirt (t)", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_skirt_(t)", "equipment": { @@ -105019,10 +93448,7 @@ "cost": 15, "lowalch": 6, "highalch": 9, - "weight": 0.907, "buy_limit": 4, - "release_date": "2006-02-20", - "examine": "I can do magic better in this.", "wiki_name": "Blue wizard robe (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_wizard_robe_(g)", "equipment": { @@ -105056,10 +93482,7 @@ "cost": 15, "lowalch": 6, "highalch": 9, - "weight": 0.907, "buy_limit": 4, - "release_date": "2006-02-20", - "examine": "I can do magic better in this.", "wiki_name": "Blue wizard robe (t)", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_wizard_robe_(t)", "equipment": { @@ -105093,10 +93516,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.453, "buy_limit": 4, - "release_date": "2006-02-20", - "examine": "A silly pointed hat, with colourful trim.", "wiki_name": "Blue wizard hat (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_wizard_hat_(g)", "equipment": { @@ -105130,10 +93550,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.453, "buy_limit": 4, - "release_date": "2006-02-20", - "examine": "A silly pointed hat, with colourful trim.", "wiki_name": "Blue wizard hat (t)", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_wizard_hat_(t)", "equipment": { @@ -105168,10 +93585,7 @@ "cost": 80000, "lowalch": 32000, "highalch": 48000, - "weight": 1.814, "buy_limit": 8, - "release_date": "2006-02-20", - "examine": "Enchanted Wizards robes.", "wiki_name": "Enchanted robe", "wiki_url": "https://oldschool.runescape.wiki/w/Enchanted_robe", "equipment": { @@ -105209,10 +93623,7 @@ "cost": 120000, "lowalch": 48000, "highalch": 72000, - "weight": 2.721, "buy_limit": 8, - "release_date": "2006-02-20", - "examine": "Enchanted Wizards robes.", "wiki_name": "Enchanted top", "wiki_url": "https://oldschool.runescape.wiki/w/Enchanted_top", "equipment": { @@ -105250,10 +93661,7 @@ "cost": 15000, "lowalch": 6000, "highalch": 9000, - "weight": 0.453, "buy_limit": 8, - "release_date": "2006-02-20", - "examine": "A three pointed hat of magic.", "wiki_name": "Enchanted hat", "wiki_url": "https://oldschool.runescape.wiki/w/Enchanted_hat", "equipment": { @@ -105286,9 +93694,6 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 2, - "release_date": "2006-02-20", - "examine": "A number of chemical covered wooden logs.", "wiki_name": "Red logs", "wiki_url": "https://oldschool.runescape.wiki/w/Red_logs", "price": 0 @@ -105300,9 +93705,6 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 2, - "release_date": "2006-02-20", - "examine": "A number of chemical covered wooden logs.", "wiki_name": "Green logs", "wiki_url": "https://oldschool.runescape.wiki/w/Green_logs", "price": 0 @@ -105314,9 +93716,6 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 2, - "release_date": "2006-02-20", - "examine": "A number of chemical covered wooden logs.", "wiki_name": "Blue logs", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_logs", "price": 0 @@ -105326,9 +93725,6 @@ "name": "Draynor skull", "members": true, "cost": 1, - "weight": 0.08, - "release_date": "2006-02-27", - "examine": "I shouldn't joke, this is a grave matter.", "wiki_name": "Draynor skull", "wiki_url": "https://oldschool.runescape.wiki/w/Draynor_skull", "price": 0 @@ -105343,9 +93739,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2006-02-27", - "examine": "The only way to kill a Tanglefoot.", "wiki_name": "Magic secateurs", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_secateurs", "equipment": { @@ -105409,9 +93802,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2006-02-27", - "examine": "Contains the Fairy Queen's magic essence.", "wiki_name": "Queen's secateurs (Fairytale I)", "wiki_url": "https://oldschool.runescape.wiki/w/Queen's_secateurs#Fairytale_I", "price": 0 @@ -105423,9 +93813,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2006-02-27", - "examine": "A list of the Fairy Queen's symptoms.", "wiki_name": "Symptoms list", "wiki_url": "https://oldschool.runescape.wiki/w/Symptoms_list", "price": 0 @@ -105437,9 +93824,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.002, - "release_date": "2006-03-07", - "examine": "It's a bird's nest with some seeds in it.", "wiki_name": "Bird nest (Wyson, 2006-2016)", "wiki_url": "https://oldschool.runescape.wiki/w/Bird_nest_(Wyson,_2006-2016)", "price": 0 @@ -105452,9 +93836,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2006-03-07", - "examine": "With it, you row.", "wiki_name": "Paddle", "wiki_url": "https://oldschool.runescape.wiki/w/Paddle", "price": 0 @@ -105469,10 +93850,7 @@ "cost": 600, "lowalch": 240, "highalch": 360, - "weight": 0.001, "buy_limit": 50, - "release_date": "2006-03-07", - "examine": "A mole claw.", "wiki_name": "Mole claw", "wiki_url": "https://oldschool.runescape.wiki/w/Mole_claw", "price": 9303 @@ -105487,10 +93865,7 @@ "cost": 400, "lowalch": 160, "highalch": 240, - "weight": 0.001, "buy_limit": 50, - "release_date": "2006-03-07", - "examine": "The skin of a large mole.", "wiki_name": "Mole skin", "wiki_url": "https://oldschool.runescape.wiki/w/Mole_skin", "price": 7697 @@ -105511,9 +93886,6 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 2, - "release_date": "2006-03-07", - "examine": "Pumps fungicide.", "wiki_name": "Fungicide spray (10)", "wiki_url": "https://oldschool.runescape.wiki/w/Fungicide_spray#10", "price": 0 @@ -105525,9 +93897,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2, - "release_date": "2006-03-07", - "examine": "Pumps fungicide.", "wiki_name": "Fungicide spray (9)", "wiki_url": "https://oldschool.runescape.wiki/w/Fungicide_spray#9", "price": 0 @@ -105539,9 +93908,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2, - "release_date": "2006-03-07", - "examine": "Pumps fungicide.", "wiki_name": "Fungicide spray (8)", "wiki_url": "https://oldschool.runescape.wiki/w/Fungicide_spray#8", "price": 0 @@ -105553,9 +93919,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2, - "release_date": "2006-03-07", - "examine": "Pumps fungicide.", "wiki_name": "Fungicide spray (7)", "wiki_url": "https://oldschool.runescape.wiki/w/Fungicide_spray#7", "price": 0 @@ -105567,9 +93930,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2, - "release_date": "2006-03-07", - "examine": "Pumps fungicide.", "wiki_name": "Fungicide spray (6)", "wiki_url": "https://oldschool.runescape.wiki/w/Fungicide_spray#6", "price": 0 @@ -105581,9 +93941,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2, - "release_date": "2006-03-07", - "examine": "Pumps fungicide.", "wiki_name": "Fungicide spray (5)", "wiki_url": "https://oldschool.runescape.wiki/w/Fungicide_spray#5", "price": 0 @@ -105595,9 +93952,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2, - "release_date": "2006-03-07", - "examine": "Pumps fungicide.", "wiki_name": "Fungicide spray (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Fungicide_spray#4", "price": 0 @@ -105609,9 +93963,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2, - "release_date": "2006-03-07", - "examine": "Pumps fungicide.", "wiki_name": "Fungicide spray (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Fungicide_spray#3", "price": 0 @@ -105623,9 +93974,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2, - "release_date": "2006-03-07", - "examine": "Pumps fungicide.", "wiki_name": "Fungicide spray (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Fungicide_spray#2", "price": 0 @@ -105637,9 +93985,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2, - "release_date": "2006-03-07", - "examine": "Pumps fungicide.", "wiki_name": "Fungicide spray (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Fungicide_spray#1", "price": 0 @@ -105651,9 +93996,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2, - "release_date": "2006-03-07", - "examine": "Pumps fungicide.", "wiki_name": "Fungicide spray (0)", "wiki_url": "https://oldschool.runescape.wiki/w/Fungicide_spray#0", "price": 0 @@ -105665,9 +94007,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.1, - "release_date": "2006-03-07", - "examine": "Does exactly what it says on the tin.", "wiki_name": "Fungicide", "wiki_url": "https://oldschool.runescape.wiki/w/Fungicide", "price": 0 @@ -105685,10 +94024,7 @@ "cost": 35, "lowalch": 14, "highalch": 21, - "weight": 0.453, "buy_limit": 50, - "release_date": "2006-03-15", - "examine": "Spoooooon!", "wiki_name": "Wooden spoon", "wiki_url": "https://oldschool.runescape.wiki/w/Wooden_spoon", "equipment": { @@ -105758,10 +94094,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.453, "buy_limit": 50, - "release_date": "2006-03-15", - "examine": "A large whisk of death.", "wiki_name": "Egg whisk", "wiki_url": "https://oldschool.runescape.wiki/w/Egg_whisk", "equipment": { @@ -105831,10 +94164,7 @@ "cost": 325, "lowalch": 130, "highalch": 195, - "weight": 1.814, "buy_limit": 50, - "release_date": "2006-03-15", - "examine": "Use the spork.", "wiki_name": "Spork", "wiki_url": "https://oldschool.runescape.wiki/w/Spork", "equipment": { @@ -105904,10 +94234,7 @@ "cost": 1920, "lowalch": 768, "highalch": 1152, - "weight": 3.628, "buy_limit": 50, - "release_date": "2006-03-15", - "examine": "A large spatula... of doom!", "wiki_name": "Spatula", "wiki_url": "https://oldschool.runescape.wiki/w/Spatula", "equipment": { @@ -105977,10 +94304,7 @@ "cost": 1660, "lowalch": 664, "highalch": 996, - "weight": 1.587, "buy_limit": 50, - "release_date": "2006-03-15", - "examine": "Looks like it's non-stick too!", "wiki_name": "Frying pan", "wiki_url": "https://oldschool.runescape.wiki/w/Frying_pan", "equipment": { @@ -106043,10 +94367,7 @@ "cost": 3200, "lowalch": 1280, "highalch": 1920, - "weight": 2.041, "buy_limit": 50, - "release_date": "2006-03-15", - "examine": "Generally used for impaling fresh meat.", "wiki_name": "Skewer", "wiki_url": "https://oldschool.runescape.wiki/w/Skewer", "equipment": { @@ -106116,10 +94437,7 @@ "cost": 14400, "lowalch": 5760, "highalch": 8640, - "weight": 1.814, "buy_limit": 50, - "release_date": "2006-03-15", - "examine": "That's how I roll!", "wiki_name": "Rolling pin", "wiki_url": "https://oldschool.runescape.wiki/w/Rolling_pin", "equipment": { @@ -106182,10 +94500,7 @@ "cost": 8000, "lowalch": 3200, "highalch": 4800, - "weight": 0.453, "buy_limit": 50, - "release_date": "2006-03-15", - "examine": "A sharp, dependable knife, for filleting meat.", "wiki_name": "Kitchen knife", "wiki_url": "https://oldschool.runescape.wiki/w/Kitchen_knife", "equipment": { @@ -106257,10 +94572,7 @@ "cost": 41500, "lowalch": 16600, "highalch": 24900, - "weight": 1.814, "buy_limit": 50, - "release_date": "2006-03-15", - "examine": "Often used to soften tough meat up.", "wiki_name": "Meat tenderiser", "wiki_url": "https://oldschool.runescape.wiki/w/Meat_tenderiser", "equipment": { @@ -106323,10 +94635,7 @@ "cost": 25600, "lowalch": 10240, "highalch": 15360, - "weight": 1.814, "buy_limit": 50, - "release_date": "2006-03-15", - "examine": "An effective tool for chopping tough meat.", "wiki_name": "Cleaver", "wiki_url": "https://oldschool.runescape.wiki/w/Cleaver", "equipment": { @@ -106392,9 +94701,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.226, - "release_date": "2006-03-15", - "examine": "A pair of gloves.", "wiki_name": "Hardleather gloves", "wiki_url": "https://oldschool.runescape.wiki/w/Hardleather_gloves", "equipment": { @@ -106426,9 +94732,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.226, - "release_date": "2006-03-15", - "examine": "A pair of gloves.", "wiki_name": "Bronze gloves", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_gloves", "equipment": { @@ -106460,9 +94763,6 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 0.226, - "release_date": "2006-03-15", - "examine": "A pair of gloves.", "wiki_name": "Iron gloves", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_gloves", "equipment": { @@ -106494,9 +94794,6 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 0.226, - "release_date": "2006-03-15", - "examine": "A pair of gloves.", "wiki_name": "Steel gloves", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_gloves", "equipment": { @@ -106528,9 +94825,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 0.226, - "release_date": "2006-03-15", - "examine": "A pair of nice gloves.", "wiki_name": "Black gloves", "wiki_url": "https://oldschool.runescape.wiki/w/Black_gloves", "equipment": { @@ -106562,9 +94856,6 @@ "cost": 1500, "lowalch": 600, "highalch": 900, - "weight": 0.226, - "release_date": "2006-03-15", - "examine": "A pair of nice gloves.", "wiki_name": "Mithril gloves", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_gloves", "equipment": { @@ -106596,9 +94887,6 @@ "cost": 2500, "lowalch": 1000, "highalch": 1500, - "weight": 0.226, - "release_date": "2006-03-15", - "examine": "A pair of nice gloves.", "wiki_name": "Adamant gloves", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_gloves", "equipment": { @@ -106630,9 +94918,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.226, - "release_date": "2006-03-15", - "examine": "A pair of very nice gloves.", "wiki_name": "Rune gloves", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_gloves", "equipment": { @@ -106664,9 +94949,6 @@ "cost": 100000, "lowalch": 40000, "highalch": 60000, - "weight": 0.226, - "release_date": "2006-03-15", - "examine": "A pair of very nice gloves.", "wiki_name": "Dragon gloves", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_gloves", "equipment": { @@ -106698,9 +94980,6 @@ "cost": 100000, "lowalch": 40000, "highalch": 60000, - "weight": 0.226, - "release_date": "2006-03-15", - "examine": "A pair of very nice gloves.", "wiki_name": "Barrows gloves", "wiki_url": "https://oldschool.runescape.wiki/w/Barrows_gloves", "equipment": { @@ -106729,9 +95008,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.5, - "release_date": "2006-03-15", - "examine": "A little heap of cornflour.", "wiki_name": "Cornflour (Untradeable)", "wiki_url": "https://oldschool.runescape.wiki/w/Cornflour#Untradeable", "price": 0 @@ -106742,9 +95018,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.07, - "release_date": "2006-03-15", - "examine": "A tatty old book belonging to the Wise Old Man of Draynor Village.", "wiki_name": "Book on chickens", "wiki_url": "https://oldschool.runescape.wiki/w/Book_on_chickens", "price": 0 @@ -106756,9 +95029,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2006-03-15", - "examine": "Surprise, it looks like a vanilla pod.", "wiki_name": "Vanilla pod", "wiki_url": "https://oldschool.runescape.wiki/w/Vanilla_pod", "price": 0 @@ -106771,9 +95041,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2006-03-15", - "examine": "It's cornflour.", "wiki_name": "Cornflour (Tradeable)", "wiki_url": "https://oldschool.runescape.wiki/w/Cornflour#Tradeable", "price": 0 @@ -106788,10 +95055,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1.36, "buy_limit": 15, - "release_date": "2006-03-15", - "examine": "It's cornflour in a pot.", "wiki_name": "Pot of cornflour", "wiki_url": "https://oldschool.runescape.wiki/w/Pot_of_cornflour", "price": 2500 @@ -106803,9 +95067,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2006-03-15", - "examine": "A mixture of milk, cream and cornflour.", "wiki_name": "Cornflour mixture", "wiki_url": "https://oldschool.runescape.wiki/w/Cornflour_mixture", "price": 0 @@ -106817,9 +95078,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2006-03-15", - "examine": "It's a bucket of milk and cream.", "wiki_name": "Milky mixture", "wiki_url": "https://oldschool.runescape.wiki/w/Milky_mixture", "price": 0 @@ -106831,9 +95089,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2006-03-15", - "examine": "Some cinnamon sticks.", "wiki_name": "Cinnamon", "wiki_url": "https://oldschool.runescape.wiki/w/Cinnamon", "price": 0 @@ -106845,9 +95100,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2006-03-15", - "examine": "It's just missing a sprinkling of cinnamon.", "wiki_name": "Brulee (egg)", "wiki_url": "https://oldschool.runescape.wiki/w/Brulee_(egg)", "price": 0 @@ -106859,9 +95111,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2006-03-15", - "examine": "A pot of brulee mixture - needs egg.", "wiki_name": "Brulee (vanilla)", "wiki_url": "https://oldschool.runescape.wiki/w/Brulee_(vanilla)", "price": 0 @@ -106873,9 +95122,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2006-03-15", - "examine": "Perfect, it just needs flambeing.", "wiki_name": "Brulee (raw)", "wiki_url": "https://oldschool.runescape.wiki/w/Brulee_(raw)", "price": 0 @@ -106887,9 +95133,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2006-03-15", - "examine": "A pot of brulee supreme.", "wiki_name": "Brulee supreme", "wiki_url": "https://oldschool.runescape.wiki/w/Brulee_supreme", "price": 0 @@ -106901,9 +95144,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.08, - "release_date": "2006-03-15", - "examine": "What came first, the chicken or...", "wiki_name": "Evil chicken's egg", "wiki_url": "https://oldschool.runescape.wiki/w/Evil_chicken's_egg", "price": 0 @@ -106915,9 +95155,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2006-03-15", - "examine": "It's got a dragon on it.", "wiki_name": "Dragon token", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_token", "price": 0 @@ -106929,9 +95166,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 1.5, - "release_date": "2006-03-15", - "examine": "It's a meat and potato stew with fancy seasoning.", "wiki_name": "Spicy stew", "wiki_url": "https://oldschool.runescape.wiki/w/Spicy_stew", "price": 0 @@ -106943,9 +95177,6 @@ "cost": 140, "lowalch": 56, "highalch": 84, - "weight": 0.001, - "release_date": "2006-03-15", - "examine": "Allows for equal distribution of spice.", "wiki_name": "Red spice (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Red_spice#(4)", "price": 0 @@ -106957,9 +95188,6 @@ "cost": 130, "lowalch": 52, "highalch": 78, - "weight": 0.001, - "release_date": "2006-03-15", - "examine": "Allows for equal distribution of spice.", "wiki_name": "Red spice (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Red_spice#(3)", "price": 0 @@ -106971,9 +95199,6 @@ "cost": 120, "lowalch": 48, "highalch": 72, - "weight": 0.001, - "release_date": "2006-03-15", - "examine": "Allows for equal distribution of spice.", "wiki_name": "Red spice (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Red_spice#(2)", "price": 0 @@ -106985,9 +95210,6 @@ "cost": 110, "lowalch": 44, "highalch": 66, - "weight": 0.001, - "release_date": "2006-03-15", - "examine": "Allows for equal distribution of spice.", "wiki_name": "Red spice (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Red_spice#(1)", "price": 0 @@ -106999,9 +95221,6 @@ "cost": 140, "lowalch": 56, "highalch": 84, - "weight": 0.001, - "release_date": "2006-03-15", - "examine": "Allows for equal distribution of spice.", "wiki_name": "Orange spice (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Orange_spice#(4)", "price": 0 @@ -107013,9 +95232,6 @@ "cost": 130, "lowalch": 52, "highalch": 78, - "weight": 0.001, - "release_date": "2006-03-15", - "examine": "Allows for equal distribution of spice.", "wiki_name": "Orange spice (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Orange_spice#(3)", "price": 0 @@ -107027,9 +95243,6 @@ "cost": 120, "lowalch": 48, "highalch": 72, - "weight": 0.001, - "release_date": "2006-03-15", - "examine": "Allows for equal distribution of spice.", "wiki_name": "Orange spice (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Orange_spice#(2)", "price": 0 @@ -107041,9 +95254,6 @@ "cost": 110, "lowalch": 44, "highalch": 66, - "weight": 0.001, - "release_date": "2006-03-15", - "examine": "Allows for equal distribution of spice.", "wiki_name": "Orange spice (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Orange_spice#(1)", "price": 0 @@ -107055,9 +95265,6 @@ "cost": 140, "lowalch": 56, "highalch": 84, - "weight": 0.001, - "release_date": "2006-03-15", - "examine": "Allows for equal distribution of spice.", "wiki_name": "Brown spice (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Brown_spice#(4)", "price": 0 @@ -107069,9 +95276,6 @@ "cost": 130, "lowalch": 52, "highalch": 78, - "weight": 0.001, - "release_date": "2006-03-15", - "examine": "Allows for equal distribution of spice.", "wiki_name": "Brown spice (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Brown_spice#(3)", "price": 0 @@ -107083,9 +95287,6 @@ "cost": 120, "lowalch": 48, "highalch": 72, - "weight": 0.001, - "release_date": "2006-03-15", - "examine": "Allows for equal distribution of spice.", "wiki_name": "Brown spice (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Brown_spice#(2)", "price": 0 @@ -107097,9 +95298,6 @@ "cost": 110, "lowalch": 44, "highalch": 66, - "weight": 0.001, - "release_date": "2006-03-15", - "examine": "Allows for equal distribution of spice.", "wiki_name": "Brown spice (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Brown_spice#(1)", "price": 0 @@ -107111,9 +95309,6 @@ "cost": 140, "lowalch": 56, "highalch": 84, - "weight": 0.001, - "release_date": "2006-03-15", - "examine": "Allows for equal distribution of spice.", "wiki_name": "Yellow spice (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Yellow_spice#(4)", "price": 0 @@ -107125,9 +95320,6 @@ "cost": 130, "lowalch": 52, "highalch": 78, - "weight": 0.001, - "release_date": "2006-03-15", - "examine": "Allows for equal distribution of spice.", "wiki_name": "Yellow spice (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Yellow_spice#(3)", "price": 0 @@ -107139,9 +95331,6 @@ "cost": 120, "lowalch": 48, "highalch": 72, - "weight": 0.001, - "release_date": "2006-03-15", - "examine": "Allows for equal distribution of spice.", "wiki_name": "Yellow spice (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Yellow_spice#(2)", "price": 0 @@ -107153,9 +95342,6 @@ "cost": 110, "lowalch": 44, "highalch": 66, - "weight": 0.001, - "release_date": "2006-03-15", - "examine": "Allows for equal distribution of spice.", "wiki_name": "Yellow spice (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Yellow_spice#(1)", "price": 0 @@ -107167,9 +95353,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2006-03-15", - "examine": "Allows for equal distribution of spice.", "wiki_name": "Empty spice shaker", "wiki_url": "https://oldschool.runescape.wiki/w/Empty_spice_shaker", "price": 0 @@ -107181,9 +95364,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.5, - "release_date": "2006-03-15", - "examine": "A cool refreshing fruit mix. With ash in for some reason.", "wiki_name": "Dirty blast", "wiki_url": "https://oldschool.runescape.wiki/w/Dirty_blast", "price": 0 @@ -107195,9 +95375,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2006-03-15", - "examine": "I wonder what happens if I rub it...", "wiki_name": "Antique lamp (Recipe for Disaster)", "wiki_url": "https://oldschool.runescape.wiki/w/Antique_lamp_(Recipe_for_Disaster)", "price": 0 @@ -107209,9 +95386,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.55, - "release_date": "2006-03-15", - "examine": "There appears to be a coin in the bottom. Liked by dwarves.", "wiki_name": "Asgoldian ale", "wiki_url": "https://oldschool.runescape.wiki/w/Asgoldian_ale", "price": 0 @@ -107223,9 +95397,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2006-03-15", - "examine": "Red hot and glowing, ouch! Only for dwarf consumption.", "wiki_name": "Dwarven rock cake (Hot)", "wiki_url": "https://oldschool.runescape.wiki/w/Dwarven_rock_cake#Hot", "price": 0 @@ -107237,9 +95408,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2006-03-15", - "examine": "Cool and heavy as a brick. Only for dwarf consumption.", "wiki_name": "Dwarven rock cake (Cool)", "wiki_url": "https://oldschool.runescape.wiki/w/Dwarven_rock_cake#Cool", "price": 0 @@ -107251,9 +95419,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.001, - "release_date": "2006-03-15", - "examine": "Two out of two goblin generals prefer it!", "wiki_name": "Slop of compromise", "wiki_url": "https://oldschool.runescape.wiki/w/Slop_of_compromise", "price": 0 @@ -107265,9 +95430,6 @@ "cost": 6, "lowalch": 2, "highalch": 3, - "weight": 0.001, - "release_date": "2006-03-15", - "examine": "Previously a nice crispy loaf of bread. Now just kind of icky.", "wiki_name": "Soggy bread", "wiki_url": "https://oldschool.runescape.wiki/w/Soggy_bread", "price": 0 @@ -107279,9 +95441,6 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "weight": 0.001, - "release_date": "2006-03-15", - "examine": "They clearly taste so much better this way!", "wiki_name": "Spicy maggots", "wiki_url": "https://oldschool.runescape.wiki/w/Spicy_maggots", "price": 0 @@ -107293,9 +95452,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.001, - "release_date": "2006-03-15", - "examine": "Orange slices which have been dyed, but it looks more like they died.", "wiki_name": "Dyed orange", "wiki_url": "https://oldschool.runescape.wiki/w/Dyed_orange", "price": 0 @@ -107307,9 +95463,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-03-15", - "examine": "Glad these aren't in my bed.", "wiki_name": "Breadcrumbs", "wiki_url": "https://oldschool.runescape.wiki/w/Breadcrumbs", "price": 0 @@ -107321,9 +95474,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-03-15", - "examine": "Slightly damp seaweed.", "wiki_name": "Kelp", "wiki_url": "https://oldschool.runescape.wiki/w/Kelp", "price": 0 @@ -107335,9 +95485,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.056, - "release_date": "2006-03-15", - "examine": "Kelp flakes. Smells of the sea.", "wiki_name": "Ground kelp", "wiki_url": "https://oldschool.runescape.wiki/w/Ground_kelp", "price": 0 @@ -107349,9 +95496,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-03-15", - "examine": "A smelly meat.", "wiki_name": "Crab meat", "wiki_url": "https://oldschool.runescape.wiki/w/Crab_meat", "price": 0 @@ -107362,9 +95506,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-03-15", - "examine": "A smelly meat.", "wiki_name": "Crab meat (unobtainable item)", "wiki_url": "https://oldschool.runescape.wiki/w/Crab_meat_(unobtainable_item)", "price": 0 @@ -107376,9 +95517,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-03-15", - "examine": "Oh dear, it's burnt.", "wiki_name": "Burnt crab meat", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_crab_meat", "price": 0 @@ -107393,10 +95531,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.907, "buy_limit": 6000, - "release_date": "2006-03-15", - "examine": "Nice and tasty!", "wiki_name": "Cooked crab meat (Five)", "wiki_url": "https://oldschool.runescape.wiki/w/Cooked_crab_meat#Five", "price": 380 @@ -107408,9 +95543,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.907, - "release_date": "2006-03-15", - "examine": "Nice and tasty!", "wiki_name": "Cooked crab meat (Four)", "wiki_url": "https://oldschool.runescape.wiki/w/Cooked_crab_meat#Four", "price": 0 @@ -107422,9 +95554,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.907, - "release_date": "2006-03-15", - "examine": "Nice and tasty!", "wiki_name": "Cooked crab meat (Three)", "wiki_url": "https://oldschool.runescape.wiki/w/Cooked_crab_meat#Three", "price": 0 @@ -107436,9 +95565,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.907, - "release_date": "2006-03-15", - "examine": "Nice and tasty!", "wiki_name": "Cooked crab meat (Two)", "wiki_url": "https://oldschool.runescape.wiki/w/Cooked_crab_meat#Two", "price": 0 @@ -107450,9 +95576,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.907, - "release_date": "2006-03-15", - "examine": "Nice and tasty!", "wiki_name": "Cooked crab meat (One)", "wiki_url": "https://oldschool.runescape.wiki/w/Cooked_crab_meat#One", "price": 0 @@ -107464,9 +95587,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-03-15", - "examine": "A smelly paste.", "wiki_name": "Ground crab meat", "wiki_url": "https://oldschool.runescape.wiki/w/Ground_crab_meat", "price": 0 @@ -107478,9 +95598,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-03-15", - "examine": "A smelly paste.", "wiki_name": "Ground cod", "wiki_url": "https://oldschool.runescape.wiki/w/Ground_cod", "price": 0 @@ -107492,9 +95609,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.907, - "release_date": "2006-03-15", - "examine": "Would taste nicer if I cooked it.", "wiki_name": "Raw fishcake", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_fishcake", "price": 0 @@ -107506,9 +95620,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.907, - "release_date": "2006-03-15", - "examine": "Mmmm, reminds me of the seaside.", "wiki_name": "Cooked fishcake", "wiki_url": "https://oldschool.runescape.wiki/w/Cooked_fishcake", "price": 0 @@ -107520,9 +95631,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-03-15", - "examine": "Darn thing's all burnt!", "wiki_name": "Burnt fishcake", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_fishcake", "price": 0 @@ -107534,9 +95642,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-03-15", - "examine": "Hmmm, what can I use this for?", "wiki_name": "Mudskipper hide", "wiki_url": "https://oldschool.runescape.wiki/w/Mudskipper_hide", "price": 0 @@ -107548,9 +95653,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2006-03-15", - "examine": "A rock.", "wiki_name": "Rock (Mogre Camp)", "wiki_url": "https://oldschool.runescape.wiki/w/Rock_(Mogre_Camp)", "price": 0 @@ -107564,9 +95666,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 5, - "release_date": "2006-03-15", - "examine": "You'll look daft, but at least you won't drown!", "wiki_name": "Fishbowl helmet", "wiki_url": "https://oldschool.runescape.wiki/w/Fishbowl_helmet", "equipment": { @@ -107598,9 +95697,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 10, - "release_date": "2006-03-15", - "examine": "I'll need a helmet to make this work.", "wiki_name": "Diving apparatus", "wiki_url": "https://oldschool.runescape.wiki/w/Diving_apparatus", "equipment": { @@ -107630,9 +95726,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-03-15", - "examine": "Fresh off the crab itself.", "wiki_name": "Fresh crab claw", "wiki_url": "https://oldschool.runescape.wiki/w/Fresh_crab_claw", "price": 0 @@ -107646,9 +95739,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-03-15", - "examine": "If it's good enough for crabs, it's good enough for me!", "wiki_name": "Crab claw", "wiki_url": "https://oldschool.runescape.wiki/w/Crab_claw", "equipment": { @@ -107678,9 +95768,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-03-15", - "examine": "Fresh off the crab itself.", "wiki_name": "Fresh crab shell", "wiki_url": "https://oldschool.runescape.wiki/w/Fresh_crab_shell", "price": 0 @@ -107694,9 +95781,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-03-15", - "examine": "If it's good enough for crabs, it's good enough for me!", "wiki_name": "Crab helmet", "wiki_url": "https://oldschool.runescape.wiki/w/Crab_helmet", "equipment": { @@ -107726,9 +95810,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.005, - "release_date": "2006-03-15", - "examine": "Darn, it's useless now.", "wiki_name": "Broken crab claw", "wiki_url": "https://oldschool.runescape.wiki/w/Broken_crab_claw", "price": 0 @@ -107740,9 +95821,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.005, - "release_date": "2006-03-15", - "examine": "Darn, it's useless now.", "wiki_name": "Broken crab shell", "wiki_url": "https://oldschool.runescape.wiki/w/Broken_crab_shell", "price": 0 @@ -107752,9 +95830,6 @@ "name": "Cake of guidance", "members": true, "cost": 50, - "weight": 0.3, - "release_date": "2006-03-15", - "examine": "Imbued with knowledge itself.", "wiki_name": "Cake of guidance", "wiki_url": "https://oldschool.runescape.wiki/w/Cake_of_guidance", "price": 0 @@ -107764,9 +95839,6 @@ "name": "Raw guide cake", "members": true, "cost": 20, - "weight": 0.5, - "release_date": "2006-03-15", - "examine": "Now all I need to do is cook it.", "wiki_name": "Raw guide cake", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_guide_cake", "price": 0 @@ -107778,9 +95850,6 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.02, - "release_date": "2006-03-15", - "examine": "Egg containing knowledge.", "wiki_name": "Enchanted egg", "wiki_url": "https://oldschool.runescape.wiki/w/Enchanted_egg", "price": 0 @@ -107792,9 +95861,6 @@ "cost": 6, "lowalch": 2, "highalch": 3, - "weight": 2.2, - "release_date": "2006-03-15", - "examine": "Guiding milk.", "wiki_name": "Enchanted milk", "wiki_url": "https://oldschool.runescape.wiki/w/Enchanted_milk", "price": 0 @@ -107806,9 +95872,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1.36, - "release_date": "2006-03-15", - "examine": "A pot of special flour.", "wiki_name": "Enchanted flour", "wiki_url": "https://oldschool.runescape.wiki/w/Enchanted_flour", "price": 0 @@ -107820,9 +95883,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 4, - "release_date": "2006-03-15", - "examine": "An inflated toad tied to a rock like a balloon.", "wiki_name": "Balloon toad (Regular)", "wiki_url": "https://oldschool.runescape.wiki/w/Balloon_toad#Regular", "price": 0 @@ -107834,9 +95894,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 4, - "release_date": "2006-03-15", - "examine": "An inflated toad tied to a rock like a balloon.", "wiki_name": "Balloon toad (Limestone)", "wiki_url": "https://oldschool.runescape.wiki/w/Balloon_toad#Limestone", "price": 0 @@ -107851,10 +95908,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 10, "buy_limit": 11000, - "release_date": "2006-03-15", - "examine": "The uncooked meat of a Jubbly bird.", "wiki_name": "Raw jubbly", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_jubbly", "price": 300 @@ -107869,10 +95923,7 @@ "cost": 150, "lowalch": 60, "highalch": 90, - "weight": 10, "buy_limit": 10000, - "release_date": "2006-03-15", - "examine": "Lovely Jubbly!", "wiki_name": "Cooked jubbly", "wiki_url": "https://oldschool.runescape.wiki/w/Cooked_jubbly", "price": 850 @@ -107886,9 +95937,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 8, - "release_date": "2006-03-15", - "examine": "The burnt meat of a Jubbly bird.", "wiki_name": "Burnt jubbly", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_jubbly", "price": 0 @@ -107900,9 +95948,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.028, - "release_date": "2006-03-15", - "examine": "Like a banana only redder.", "wiki_name": "Red banana", "wiki_url": "https://oldschool.runescape.wiki/w/Red_banana", "price": 0 @@ -107914,9 +95959,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.01, - "release_date": "2006-03-15", - "examine": "Like Monkey Nuts only Tchikier.", "wiki_name": "Tchiki monkey nuts", "wiki_url": "https://oldschool.runescape.wiki/w/Tchiki_monkey_nuts", "price": 0 @@ -107926,9 +95968,6 @@ "name": "Sliced red banana", "members": true, "cost": 5, - "weight": 0.008, - "release_date": "2006-03-15", - "examine": "Perfect for stuffing snakes.", "wiki_name": "Sliced red banana", "wiki_url": "https://oldschool.runescape.wiki/w/Sliced_red_banana", "price": 0 @@ -107940,9 +95979,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.008, - "release_date": "2006-03-15", - "examine": "Mixing this with jam would just be wrong.", "wiki_name": "Tchiki nut paste", "wiki_url": "https://oldschool.runescape.wiki/w/Tchiki_nut_paste", "price": 0 @@ -107954,9 +95990,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 3, - "release_date": "2006-03-15", - "examine": "Like a snake only not alive.", "wiki_name": "Snake corpse", "wiki_url": "https://oldschool.runescape.wiki/w/Snake_corpse", "price": 0 @@ -107966,9 +95999,6 @@ "name": "Raw stuffed snake", "members": true, "cost": 1, - "weight": 3, - "release_date": "2006-03-15", - "examine": "This snake is stuffed right up.", "wiki_name": "Raw stuffed snake", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_stuffed_snake", "price": 0 @@ -107980,9 +96010,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 3, - "release_date": "2006-03-15", - "examine": "Is this really what you wanted to do?", "wiki_name": "Odd stuffed snake", "wiki_url": "https://oldschool.runescape.wiki/w/Odd_stuffed_snake", "price": 0 @@ -107994,9 +96021,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 3, - "release_date": "2006-03-15", - "examine": "Fit for a Monkey King.", "wiki_name": "Stuffed snake", "wiki_url": "https://oldschool.runescape.wiki/w/Stuffed_snake", "price": 0 @@ -108008,9 +96032,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.004, - "release_date": "2006-03-15", - "examine": "It's a burnt snake.", "wiki_name": "Snake over-cooked", "wiki_url": "https://oldschool.runescape.wiki/w/Snake_over-cooked", "price": 0 @@ -108022,9 +96043,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.5, - "release_date": "2006-03-15", - "examine": "Your hellish pet cat!!", "wiki_name": "Hellcat (Overgrown)", "wiki_url": "https://oldschool.runescape.wiki/w/Hellcat#Overgrown", "price": 0 @@ -108034,9 +96052,6 @@ "name": "Hell cat", "members": true, "cost": 1, - "weight": 1.5, - "release_date": "2006-03-15", - "examine": "Your hellish pet cat!!", "wiki_name": "Hellcat (Cat)", "wiki_url": "https://oldschool.runescape.wiki/w/Hellcat#Cat", "price": 0 @@ -108046,9 +96061,6 @@ "name": "Hell-kitten", "members": true, "cost": 1, - "weight": 0.75, - "release_date": "2006-03-15", - "examine": "Your hellish pet cat!!", "wiki_name": "Hellcat (Kitten)", "wiki_url": "https://oldschool.runescape.wiki/w/Hellcat#Kitten", "price": 0 @@ -108060,9 +96072,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.75, - "release_date": "2006-03-15", - "examine": "Your hellish pet cat!!", "wiki_name": "Hellcat (Lazy)", "wiki_url": "https://oldschool.runescape.wiki/w/Hellcat#Lazy", "price": 0 @@ -108074,9 +96083,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.75, - "release_date": "2006-03-15", - "examine": "Your hellish pet cat!!", "wiki_name": "Hellcat (Wily)", "wiki_url": "https://oldschool.runescape.wiki/w/Hellcat#Wily", "price": 0 @@ -108096,9 +96102,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2006-03-15", - "examine": "Filled with items. Like a bank, but spookier!", "wiki_name": "Coffin (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Coffin#1", "price": 0 @@ -108109,9 +96112,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2006-03-15", - "examine": "Filled with items. Like a bank, but spookier!", "wiki_name": "Coffin (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Coffin#2", "price": 0 @@ -108122,9 +96122,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2006-03-15", - "examine": "Filled with items. Like a bank, but spookier!", "wiki_name": "Coffin (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Coffin#3", "price": 0 @@ -108135,9 +96132,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2006-03-15", - "examine": "Filled with items. Like a bank, but spookier!", "wiki_name": "Coffin (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Coffin#4", "price": 0 @@ -108148,9 +96142,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2006-03-15", - "examine": "Filled with items. Like a bank, but spookier!", "wiki_name": "Coffin (5)", "wiki_url": "https://oldschool.runescape.wiki/w/Coffin#5", "price": 0 @@ -108163,9 +96154,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2006-03-15", - "examine": "Aside from the braaaains on the lapel, it's still quite good.", "wiki_name": "Zombie shirt", "wiki_url": "https://oldschool.runescape.wiki/w/Zombie_shirt", "equipment": { @@ -108196,9 +96184,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2006-03-15", - "examine": "Good for a shamble about town.", "wiki_name": "Zombie trousers", "wiki_url": "https://oldschool.runescape.wiki/w/Zombie_trousers", "equipment": { @@ -108229,9 +96214,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2006-03-15", - "examine": "I look 40,000 years old in this...", "wiki_name": "Zombie mask", "wiki_url": "https://oldschool.runescape.wiki/w/Zombie_mask", "equipment": { @@ -108262,9 +96244,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2006-03-15", - "examine": "Smells pretty funky.", "wiki_name": "Zombie gloves", "wiki_url": "https://oldschool.runescape.wiki/w/Zombie_gloves", "equipment": { @@ -108295,9 +96274,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2006-03-15", - "examine": "Thrilling.", "wiki_name": "Zombie boots", "wiki_url": "https://oldschool.runescape.wiki/w/Zombie_boots", "equipment": { @@ -108338,9 +96314,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.5, - "release_date": "2006-03-22", - "examine": "A bucket partially filled with rubble.", "wiki_name": "Bucket of rubble (Partially filled)", "wiki_url": "https://oldschool.runescape.wiki/w/Bucket_of_rubble#Partially_filled", "price": 0 @@ -108354,9 +96327,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.5, - "release_date": "2006-03-22", - "examine": "A bucket almost filled of rubble.", "wiki_name": "Bucket of rubble (Almost full)", "wiki_url": "https://oldschool.runescape.wiki/w/Bucket_of_rubble#Almost_full", "price": 0 @@ -108370,9 +96340,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.5, - "release_date": "2006-03-22", - "examine": "A bucket totally filled with rubble.", "wiki_name": "Bucket of rubble (Totally filled)", "wiki_url": "https://oldschool.runescape.wiki/w/Bucket_of_rubble#Totally_filled", "price": 0 @@ -108384,9 +96351,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2006-03-22", - "examine": "A fragment of plaster with some impressions on it.", "wiki_name": "Plaster fragment", "wiki_url": "https://oldschool.runescape.wiki/w/Plaster_fragment", "price": 0 @@ -108398,9 +96362,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2006-03-22", - "examine": "An ancient tattered scroll.", "wiki_name": "Dusty scroll", "wiki_url": "https://oldschool.runescape.wiki/w/Dusty_scroll", "price": 0 @@ -108414,9 +96375,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 10, - "release_date": "2006-03-22", - "examine": "An old and musty looking crate.", "wiki_name": "Crate (In Aid of the Myreque)", "wiki_url": "https://oldschool.runescape.wiki/w/Crate_(In_Aid_of_the_Myreque)", "price": 0 @@ -108428,9 +96386,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2006-03-22", - "examine": "A key for the Temple Library.", "wiki_name": "Temple library key", "wiki_url": "https://oldschool.runescape.wiki/w/Temple_library_key", "price": 0 @@ -108442,9 +96397,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2006-03-22", - "examine": "A book about seven warrior priests, written about 200 years ago.", "wiki_name": "The sleeping seven", "wiki_url": "https://oldschool.runescape.wiki/w/The_sleeping_seven", "price": 0 @@ -108456,9 +96408,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.51, - "release_date": "2006-03-22", - "examine": "An ancient history book.", "wiki_name": "Histories of the hallowland", "wiki_url": "https://oldschool.runescape.wiki/w/Histories_of_the_hallowland", "price": 0 @@ -108470,9 +96419,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.51, - "release_date": "2006-03-22", - "examine": "An ancient leather-bound tome.", "wiki_name": "Modern day morytania", "wiki_url": "https://oldschool.runescape.wiki/w/Modern_day_morytania", "price": 0 @@ -108484,9 +96430,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.05, - "release_date": "2006-03-22", - "examine": "Rod of Ivandis dust.", "wiki_name": "Rod dust", "wiki_url": "https://oldschool.runescape.wiki/w/Rod_dust", "price": 0 @@ -108498,9 +96441,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2006-03-22", - "examine": "A silvery rod of mithril and silver with a sapphire on the top.", "wiki_name": "Silvthrill rod (Unenchanted)", "wiki_url": "https://oldschool.runescape.wiki/w/Silvthrill_rod#Unenchanted", "price": 0 @@ -108512,9 +96452,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2006-03-22", - "examine": "An enchanted rod of mithril and silver with a sapphire on the top.", "wiki_name": "Silvthrill rod (Enchanted)", "wiki_url": "https://oldschool.runescape.wiki/w/Silvthrill_rod#Enchanted", "price": 0 @@ -108529,9 +96466,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 0.001, - "release_date": "2006-03-22", - "examine": "A fully charged rod.", "wiki_name": "Rod of ivandis (10)", "wiki_url": "https://oldschool.runescape.wiki/w/Rod_of_ivandis#(10)", "equipment": { @@ -108605,9 +96539,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 0.001, - "release_date": "2006-03-22", - "examine": "A partially charged rod.", "wiki_name": "Rod of ivandis (9)", "wiki_url": "https://oldschool.runescape.wiki/w/Rod_of_ivandis#(9)", "equipment": { @@ -108681,9 +96612,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 0.001, - "release_date": "2006-03-22", - "examine": "A partially charged rod.", "wiki_name": "Rod of ivandis (8)", "wiki_url": "https://oldschool.runescape.wiki/w/Rod_of_ivandis#(8)", "equipment": { @@ -108757,9 +96685,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 0.001, - "release_date": "2006-03-22", - "examine": "A partially charged rod.", "wiki_name": "Rod of ivandis (7)", "wiki_url": "https://oldschool.runescape.wiki/w/Rod_of_ivandis#(7)", "equipment": { @@ -108833,9 +96758,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 0.001, - "release_date": "2006-03-22", - "examine": "A partially charged rod.", "wiki_name": "Rod of ivandis (6)", "wiki_url": "https://oldschool.runescape.wiki/w/Rod_of_ivandis#(6)", "equipment": { @@ -108909,9 +96831,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 0.001, - "release_date": "2006-03-22", - "examine": "A partially charged rod.", "wiki_name": "Rod of ivandis (5)", "wiki_url": "https://oldschool.runescape.wiki/w/Rod_of_ivandis#(5)", "equipment": { @@ -108985,9 +96904,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 0.001, - "release_date": "2006-03-22", - "examine": "A partially charged rod.", "wiki_name": "Rod of ivandis (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Rod_of_ivandis#(4)", "equipment": { @@ -109061,9 +96977,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 0.001, - "release_date": "2006-03-22", - "examine": "A partially charged rod.", "wiki_name": "Rod of ivandis (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Rod_of_ivandis#(3)", "equipment": { @@ -109137,9 +97050,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 0.001, - "release_date": "2006-03-22", - "examine": "2! 2 charges left! Ha Ha Ha.", "wiki_name": "Rod of ivandis (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Rod_of_ivandis#(2)", "equipment": { @@ -109213,9 +97123,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 0.001, - "release_date": "2006-03-22", - "examine": "A partially charged rod.", "wiki_name": "Rod of ivandis (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Rod_of_ivandis#(1)", "equipment": { @@ -109286,9 +97193,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.05, - "release_date": "2006-03-22", - "examine": "A mould of the Rod of Ivandis.", "wiki_name": "Rod mould", "wiki_url": "https://oldschool.runescape.wiki/w/Rod_mould", "price": 0 @@ -109303,10 +97207,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.15, "buy_limit": 13000, - "release_date": "2006-03-22", - "examine": "It's ground up silver.", "wiki_name": "Silver dust", "wiki_url": "https://oldschool.runescape.wiki/w/Silver_dust", "price": 728 @@ -109320,9 +97221,6 @@ "cost": 110, "lowalch": 44, "highalch": 66, - "weight": 0.035, - "release_date": "2006-03-22", - "examine": "An unfinished potion.", "wiki_name": "Guthix balance (unf) (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Guthix_balance_(unf)#4_dose", "price": 0 @@ -109336,9 +97234,6 @@ "cost": 110, "lowalch": 44, "highalch": 66, - "weight": 0.035, - "release_date": "2006-03-22", - "examine": "An unfinished potion.", "wiki_name": "Guthix balance (unf) (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Guthix_balance_(unf)#3_dose", "price": 0 @@ -109352,9 +97247,6 @@ "cost": 110, "lowalch": 44, "highalch": 66, - "weight": 0.035, - "release_date": "2006-03-22", - "examine": "An unfinished potion.", "wiki_name": "Guthix balance (unf) (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Guthix_balance_(unf)#2_dose", "price": 0 @@ -109368,9 +97260,6 @@ "cost": 110, "lowalch": 44, "highalch": 66, - "weight": 0.035, - "release_date": "2006-03-22", - "examine": "An unfinished potion.", "wiki_name": "Guthix balance (unf) (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Guthix_balance_(unf)#1_dose", "price": 0 @@ -109385,10 +97274,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.035, "buy_limit": 2000, - "release_date": "2006-03-22", - "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": 4938 @@ -109403,10 +97289,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.035, "buy_limit": 2000, - "release_date": "2006-03-22", - "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": 154 @@ -109421,10 +97304,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.035, "buy_limit": 2000, - "release_date": "2006-03-22", - "examine": "A potion of harralander, red spiders eggs, garlic and silver dust.", "wiki_name": "Guthix balance (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Guthix_balance#2_dose", "price": 424 @@ -109439,10 +97319,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.035, "buy_limit": 2000, - "release_date": "2006-03-22", - "examine": "A potion of harralander, red spiders eggs, garlic and silver dust.", "wiki_name": "Guthix balance (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Guthix_balance#1_dose", "price": 221 @@ -109460,10 +97337,7 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 1.814, "buy_limit": 8, - "release_date": "2006-03-22", - "examine": "A specially crafted hammer with strange markings on it.", "wiki_name": "Gadderhammer", "wiki_url": "https://oldschool.runescape.wiki/w/Gadderhammer", "equipment": { @@ -109525,9 +97399,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2006-05-31", - "examine": "I think they look a bit silly.", "wiki_name": "Boxing gloves (Red)", "wiki_url": "https://oldschool.runescape.wiki/w/Boxing_gloves#Red", "equipment": { @@ -109594,9 +97465,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2006-05-31", - "examine": "I think they look a bit silly.", "wiki_name": "Boxing gloves (Blue)", "wiki_url": "https://oldschool.runescape.wiki/w/Boxing_gloves#Blue", "equipment": { @@ -109663,9 +97531,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2006-05-31", - "examine": "A less-than razor sharp sword.", "wiki_name": "Wooden sword", "wiki_url": "https://oldschool.runescape.wiki/w/Wooden_sword", "equipment": { @@ -109731,9 +97596,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2006-05-31", - "examine": "A less-than strong shield.", "wiki_name": "Wooden shield (Weapons rack)", "wiki_url": "https://oldschool.runescape.wiki/w/Wooden_shield_(Weapons_rack)", "equipment": { @@ -109763,9 +97625,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2006-05-31", - "examine": "It knows where the treasure is.", "wiki_name": "Treasure stone", "wiki_url": "https://oldschool.runescape.wiki/w/Treasure_stone", "price": 0 @@ -109777,9 +97636,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2006-05-31", - "examine": "You can use this to open the prize chest!", "wiki_name": "Prize key", "wiki_url": "https://oldschool.runescape.wiki/w/Prize_key", "price": 0 @@ -109793,9 +97649,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2006-05-31", - "examine": "A good tool for bashing someone.", "wiki_name": "Pugel", "wiki_url": "https://oldschool.runescape.wiki/w/Pugel", "price": 0 @@ -109807,9 +97660,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2006-05-31", - "examine": "Party Pete's Bumper Book Of Games", "wiki_name": "Game book", "wiki_url": "https://oldschool.runescape.wiki/w/Game_book", "price": 0 @@ -109822,9 +97672,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2006-05-31", - "examine": "Try to throw it over the stick.", "wiki_name": "Hoop", "wiki_url": "https://oldschool.runescape.wiki/w/Hoop", "price": 0 @@ -109837,9 +97684,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2006-05-31", - "examine": "Not much good in combat, but perfect for the dart board!", "wiki_name": "Dart (unobtainable item)", "wiki_url": "https://oldschool.runescape.wiki/w/Dart_(unobtainable_item)", "price": 0 @@ -109852,9 +97696,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2006-03-28", - "examine": "A safe arrow for indoor ranging games.", "wiki_name": "Bow and arrow", "wiki_url": "https://oldschool.runescape.wiki/w/Bow_and_arrow", "price": 0 @@ -109868,9 +97709,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2006-05-31", - "examine": "The kettle is empty", "wiki_name": "Kettle", "wiki_url": "https://oldschool.runescape.wiki/w/Kettle", "price": 0 @@ -109882,9 +97720,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2006-05-31", - "examine": "It's full of cold water.", "wiki_name": "Full kettle", "wiki_url": "https://oldschool.runescape.wiki/w/Full_kettle", "price": 0 @@ -109896,9 +97731,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2006-05-31", - "examine": "It's full of boiling water.", "wiki_name": "Hot kettle", "wiki_url": "https://oldschool.runescape.wiki/w/Hot_kettle", "price": 0 @@ -109911,9 +97743,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2006-05-31", - "examine": "I'd really like a nice cup of tea.", "wiki_name": "Pot of tea (clay) (4 cups)", "wiki_url": "https://oldschool.runescape.wiki/w/Pot_of_tea_(clay)#4_cups", "price": 0 @@ -109926,9 +97755,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2006-05-31", - "examine": "I'd really like a nice cup of tea.", "wiki_name": "Pot of tea (clay) (3 cups)", "wiki_url": "https://oldschool.runescape.wiki/w/Pot_of_tea_(clay)#3_cups", "price": 0 @@ -109941,9 +97767,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2006-05-31", - "examine": "I'd really like a nice cup of tea.", "wiki_name": "Pot of tea (clay) (2 cups)", "wiki_url": "https://oldschool.runescape.wiki/w/Pot_of_tea_(clay)#2_cups", "price": 0 @@ -109956,9 +97779,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2006-05-31", - "examine": "I'd really like a nice cup of tea.", "wiki_name": "Pot of tea (clay) (1 cup)", "wiki_url": "https://oldschool.runescape.wiki/w/Pot_of_tea_(clay)#1_cup", "price": 0 @@ -109972,9 +97792,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2006-05-31", - "examine": "Add boiling water to make a tea.", "wiki_name": "Teapot with leaves (Clay)", "wiki_url": "https://oldschool.runescape.wiki/w/Teapot_with_leaves#Clay", "price": 0 @@ -109988,9 +97805,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2006-05-31", - "examine": "This teapot is empty.", "wiki_name": "Teapot (Clay)", "wiki_url": "https://oldschool.runescape.wiki/w/Teapot#Clay", "price": 0 @@ -110004,9 +97818,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2006-05-31", - "examine": "I'd really like a nice cup of tea.", "wiki_name": "Pot of tea (porcelain) (4 cups)", "wiki_url": "https://oldschool.runescape.wiki/w/Pot_of_tea_(porcelain)#4_cups", "price": 0 @@ -110020,9 +97831,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2006-05-31", - "examine": "I'd really like a nice cup of tea.", "wiki_name": "Pot of tea (porcelain) (3 cups)", "wiki_url": "https://oldschool.runescape.wiki/w/Pot_of_tea_(porcelain)#3_cups", "price": 0 @@ -110036,9 +97844,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2006-05-31", - "examine": "I'd really like a nice cup of tea.", "wiki_name": "Pot of tea (porcelain) (2 cups)", "wiki_url": "https://oldschool.runescape.wiki/w/Pot_of_tea_(porcelain)#2_cups", "price": 0 @@ -110052,9 +97857,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2006-05-31", - "examine": "I'd really like a nice cup of tea.", "wiki_name": "Pot of tea (porcelain) (1 cup)", "wiki_url": "https://oldschool.runescape.wiki/w/Pot_of_tea_(porcelain)#1_cup", "price": 0 @@ -110068,9 +97870,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2006-05-31", - "examine": "Add boiling water to make a tea.", "wiki_name": "Teapot with leaves (Porcelain)", "wiki_url": "https://oldschool.runescape.wiki/w/Teapot_with_leaves#Porcelain", "price": 0 @@ -110084,9 +97883,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2006-05-31", - "examine": "This teapot is empty.", "wiki_name": "Teapot (Porcelain)", "wiki_url": "https://oldschool.runescape.wiki/w/Teapot#Porcelain", "price": 0 @@ -110099,9 +97895,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2006-05-31", - "examine": "I'd really like a nice cup of tea.", "wiki_name": "Pot of tea (trimmed) (4 cups)", "wiki_url": "https://oldschool.runescape.wiki/w/Pot_of_tea_(trimmed)#4_cups", "price": 0 @@ -110114,9 +97907,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2006-05-31", - "examine": "I'd really like a nice cup of tea.", "wiki_name": "Pot of tea (trimmed) (3 cups)", "wiki_url": "https://oldschool.runescape.wiki/w/Pot_of_tea_(trimmed)#3_cups", "price": 0 @@ -110129,9 +97919,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2006-05-31", - "examine": "I'd really like a nice cup of tea.", "wiki_name": "Pot of tea (trimmed) (2 cups)", "wiki_url": "https://oldschool.runescape.wiki/w/Pot_of_tea_(trimmed)#2_cups", "price": 0 @@ -110144,9 +97931,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2006-05-31", - "examine": "I'd really like a nice cup of tea.", "wiki_name": "Pot of tea (trimmed) (1 cup)", "wiki_url": "https://oldschool.runescape.wiki/w/Pot_of_tea_(trimmed)#1_cup", "price": 0 @@ -110160,9 +97944,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2006-05-31", - "examine": "Add boiling water to make a tea.", "wiki_name": "Teapot with leaves (Trimmed)", "wiki_url": "https://oldschool.runescape.wiki/w/Teapot_with_leaves#Trimmed", "price": 0 @@ -110176,9 +97957,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2006-05-31", - "examine": "This teapot is empty.", "wiki_name": "Teapot (Trimmed)", "wiki_url": "https://oldschool.runescape.wiki/w/Teapot#Trimmed", "price": 0 @@ -110191,9 +97969,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.05, - "release_date": "2006-05-31", - "examine": "An empty cup.", "wiki_name": "Empty cup (clay)", "wiki_url": "https://oldschool.runescape.wiki/w/Empty_cup_(clay)", "price": 0 @@ -110205,9 +97980,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.15, - "release_date": "2006-05-31", - "examine": "A nice cup of nettle tea.", "wiki_name": "Cup of tea (clay) (Regular)", "wiki_url": "https://oldschool.runescape.wiki/w/Cup_of_tea_(clay)#Regular", "price": 0 @@ -110219,9 +97991,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.15, - "release_date": "2006-05-31", - "examine": "A milky cup of nettle tea.", "wiki_name": "Cup of tea (clay) (Milky)", "wiki_url": "https://oldschool.runescape.wiki/w/Cup_of_tea_(clay)#Milky", "price": 0 @@ -110233,9 +98002,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.05, - "release_date": "2006-05-31", - "examine": "A porcelain cup.", "wiki_name": "Porcelain cup (porcelain)", "wiki_url": "https://oldschool.runescape.wiki/w/Porcelain_cup_(porcelain)", "price": 0 @@ -110247,9 +98013,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.15, - "release_date": "2006-05-31", - "examine": "Some nettle tea in a porcelain cup.", "wiki_name": "Cup of tea (porcelain) (Regular)", "wiki_url": "https://oldschool.runescape.wiki/w/Cup_of_tea_(porcelain)#Regular", "price": 0 @@ -110261,9 +98024,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.15, - "release_date": "2006-05-31", - "examine": "Some milky nettle tea in a porcelain cup.", "wiki_name": "Cup of tea (porcelain) (Milky)", "wiki_url": "https://oldschool.runescape.wiki/w/Cup_of_tea_(porcelain)#Milky", "price": 0 @@ -110275,9 +98035,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.05, - "release_date": "2006-05-31", - "examine": "A porcelain cup.", "wiki_name": "Porcelain cup (trimmed)", "wiki_url": "https://oldschool.runescape.wiki/w/Porcelain_cup_(trimmed)", "price": 0 @@ -110289,9 +98046,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.15, - "release_date": "2006-05-31", - "examine": "Some nettle tea in a porcelain cup.", "wiki_name": "Cup of tea (trimmed) (Regular)", "wiki_url": "https://oldschool.runescape.wiki/w/Cup_of_tea_(trimmed)#Regular", "price": 0 @@ -110303,9 +98057,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.15, - "release_date": "2006-05-31", - "examine": "Some milky nettle tea in a porcelain cup.", "wiki_name": "Cup of tea (trimmed) (Milky)", "wiki_url": "https://oldschool.runescape.wiki/w/Cup_of_tea_(trimmed)#Milky", "price": 0 @@ -110319,9 +98070,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2006-05-31", - "examine": "Mmm, how about a nice cup of tea?", "wiki_name": "Tea leaves", "wiki_url": "https://oldschool.runescape.wiki/w/Tea_leaves", "price": 0 @@ -110335,9 +98083,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.55, - "release_date": "2006-05-31", - "examine": "A glass of frothy ale.", "wiki_name": "Beer (Player-owned house)", "wiki_url": "https://oldschool.runescape.wiki/w/Beer_(Player-owned_house)", "price": 0 @@ -110351,9 +98096,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.05, - "release_date": "2006-05-31", - "examine": "I need to fill this with beer.", "wiki_name": "Beer glass (Player-owned house)", "wiki_url": "https://oldschool.runescape.wiki/w/Beer_glass_(Player-owned_house)", "price": 0 @@ -110367,9 +98109,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.55, - "release_date": "2006-05-31", - "examine": "Probably the finest ale in Asgarnia.", "wiki_name": "Asgarnian ale (Player-owned house)", "wiki_url": "https://oldschool.runescape.wiki/w/Asgarnian_ale_(Player-owned_house)", "price": 0 @@ -110383,9 +98122,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.55, - "release_date": "2006-05-31", - "examine": "A glass of frothy ale.", "wiki_name": "Greenman's ale (Player-owned house)", "wiki_url": "https://oldschool.runescape.wiki/w/Greenman's_ale_(Player-owned_house)", "price": 0 @@ -110399,9 +98135,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.55, - "release_date": "2006-05-31", - "examine": "A glass of bitter.", "wiki_name": "Dragon bitter (Player-owned house)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_bitter_(Player-owned_house)", "price": 0 @@ -110415,9 +98148,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.55, - "release_date": "2006-03-28", - "examine": "A foul smelling brew.", "wiki_name": "Moonlight mead (Player-owned house)", "wiki_url": "https://oldschool.runescape.wiki/w/Moonlight_mead_(Player-owned_house)", "price": 0 @@ -110431,9 +98161,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.55, - "release_date": "2006-05-31", - "examine": "A glass of cider.", "wiki_name": "Cider (Player-owned house)", "wiki_url": "https://oldschool.runescape.wiki/w/Cider_(Player-owned_house)", "price": 0 @@ -110447,9 +98174,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.55, - "release_date": "2006-05-31", - "examine": "A fruity, full-bodied ale.", "wiki_name": "Chef's delight (Player-owned house)", "wiki_url": "https://oldschool.runescape.wiki/w/Chef's_delight_(Player-owned_house)", "price": 0 @@ -110462,8 +98186,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2006-03-28", - "examine": "Try dipping it in paint and applying it.", "wiki_name": "Paintbrush", "wiki_url": "https://oldschool.runescape.wiki/w/Paintbrush", "price": 0 @@ -110478,10 +98200,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 150, - "release_date": "2006-05-31", - "examine": "Nice bit of crafting!", "wiki_name": "Toy soldier (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Toy_soldier#Normal", "price": 2195 @@ -110496,10 +98215,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 150, - "release_date": "2006-05-31", - "examine": "Nice bit of crafting!", "wiki_name": "Toy soldier (Wound)", "wiki_url": "https://oldschool.runescape.wiki/w/Toy_soldier#Wound", "price": 1750 @@ -110514,10 +98230,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 150, - "release_date": "2006-05-31", - "examine": "Nice bit of crafting!", "wiki_name": "Toy doll (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Toy_doll#Normal", "price": 2145 @@ -110532,10 +98245,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 150, - "release_date": "2006-05-31", - "examine": "Nice bit of crafting!", "wiki_name": "Toy doll (Wound)", "wiki_url": "https://oldschool.runescape.wiki/w/Toy_doll#Wound", "price": 3657 @@ -110550,10 +98260,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 150, - "release_date": "2006-05-31", - "examine": "Nice bit of crafting!", "wiki_name": "Toy mouse (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Toy_mouse#Normal", "price": 3118 @@ -110568,10 +98275,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 150, - "release_date": "2006-05-31", - "examine": "Nice bit of crafting!", "wiki_name": "Toy mouse (Wound)", "wiki_url": "https://oldschool.runescape.wiki/w/Toy_mouse#Wound", "price": 3884 @@ -110586,10 +98290,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 150, - "release_date": "2006-05-31", - "examine": "Nice bit of crafting!", "wiki_name": "Toy cat", "wiki_url": "https://oldschool.runescape.wiki/w/Toy_cat", "price": 3294 @@ -110601,9 +98302,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, - "release_date": "2006-03-28", - "examine": "Leafless bush branch.", "wiki_name": "Branch (Temple Trekking)", "wiki_url": "https://oldschool.runescape.wiki/w/Branch_(Temple_Trekking)", "price": 0 @@ -110615,9 +98313,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2006-03-28", - "examine": "Yellow reward token exchanged at Burgh de Rott.", "wiki_name": "Reward token (unobtainable item) (Yellow)", "wiki_url": "https://oldschool.runescape.wiki/w/Reward_token_(unobtainable_item)#Yellow", "price": 0 @@ -110629,9 +98324,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2006-03-28", - "examine": "Red reward token exchanged at Burgh de Rott.", "wiki_name": "Reward token (unobtainable item) (Red)", "wiki_url": "https://oldschool.runescape.wiki/w/Reward_token_(unobtainable_item)#Red", "price": 0 @@ -110643,9 +98335,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2006-03-28", - "examine": "Blue reward token exchanged at Burgh de Rott.", "wiki_name": "Reward token (unobtainable item) (Blue)", "wiki_url": "https://oldschool.runescape.wiki/w/Reward_token_(unobtainable_item)#Blue", "price": 0 @@ -110657,9 +98346,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2006-03-28", - "examine": "A long vine made up of multiple shorter ones.", "wiki_name": "Long vine", "wiki_url": "https://oldschool.runescape.wiki/w/Long_vine", "price": 0 @@ -110671,9 +98357,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2006-03-28", - "examine": "A short vine.", "wiki_name": "Short vine", "wiki_url": "https://oldschool.runescape.wiki/w/Short_vine", "price": 0 @@ -110685,9 +98368,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 1, - "release_date": "2006-03-28", - "examine": "A tome of learning which focuses on Fishing.", "wiki_name": "Fishing tome (Blue)", "wiki_url": "https://oldschool.runescape.wiki/w/Fishing_tome#Blue", "price": 0 @@ -110699,9 +98379,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 1, - "release_date": "2006-03-28", - "examine": "A tome of learning which focuses on Fishing.", "wiki_name": "Fishing tome (Yellow)", "wiki_url": "https://oldschool.runescape.wiki/w/Fishing_tome#Yellow", "price": 0 @@ -110713,9 +98390,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 1, - "release_date": "2006-03-28", - "examine": "A tome of learning which focuses on Fishing.", "wiki_name": "Fishing tome (Red)", "wiki_url": "https://oldschool.runescape.wiki/w/Fishing_tome#Red", "price": 0 @@ -110727,9 +98401,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 1, - "release_date": "2006-03-28", - "examine": "A tome of learning which focuses on Agility.", "wiki_name": "Agility tome (Blue)", "wiki_url": "https://oldschool.runescape.wiki/w/Agility_tome#Blue", "price": 0 @@ -110741,9 +98412,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 1, - "release_date": "2006-03-28", - "examine": "A tome of learning which focuses on Agility.", "wiki_name": "Agility tome (Yellow)", "wiki_url": "https://oldschool.runescape.wiki/w/Agility_tome#Yellow", "price": 0 @@ -110755,9 +98423,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 1, - "release_date": "2006-03-28", - "examine": "A tome of learning which focuses on Agility.", "wiki_name": "Agility tome (Red)", "wiki_url": "https://oldschool.runescape.wiki/w/Agility_tome#Red", "price": 0 @@ -110769,9 +98434,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 1, - "release_date": "2006-03-28", - "examine": "A tome of learning which focuses on Thieving.", "wiki_name": "Thieving tome (Blue)", "wiki_url": "https://oldschool.runescape.wiki/w/Thieving_tome#Blue", "price": 0 @@ -110783,9 +98445,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 1, - "release_date": "2006-03-28", - "examine": "A tome of learning which focuses on Thieving.", "wiki_name": "Thieving tome (Yellow)", "wiki_url": "https://oldschool.runescape.wiki/w/Thieving_tome#Yellow", "price": 0 @@ -110797,9 +98456,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 1, - "release_date": "2006-03-28", - "examine": "A tome of learning which focuses on Thieving.", "wiki_name": "Thieving tome (Red)", "wiki_url": "https://oldschool.runescape.wiki/w/Thieving_tome#Red", "price": 0 @@ -110811,9 +98467,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 1, - "release_date": "2006-03-28", - "examine": "A tome of learning which focuses on the Slayer skill.", "wiki_name": "Slayer tome (Blue)", "wiki_url": "https://oldschool.runescape.wiki/w/Slayer_tome#Blue", "price": 0 @@ -110825,9 +98478,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 1, - "release_date": "2006-03-28", - "examine": "A tome of learning which focuses on the Slayer skill.", "wiki_name": "Slayer tome (Yellow)", "wiki_url": "https://oldschool.runescape.wiki/w/Slayer_tome#Yellow", "price": 0 @@ -110839,9 +98489,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 1, - "release_date": "2006-03-28", - "examine": "A tome of learning which focuses on the Slayer skill.", "wiki_name": "Slayer tome (Red)", "wiki_url": "https://oldschool.runescape.wiki/w/Slayer_tome#Red", "price": 0 @@ -110853,9 +98500,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 1, - "release_date": "2006-03-28", - "examine": "A tome of learning which focuses on the Mining skill.", "wiki_name": "Mining tome (Blue)", "wiki_url": "https://oldschool.runescape.wiki/w/Mining_tome#Blue", "price": 0 @@ -110867,9 +98511,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 1, - "release_date": "2006-03-28", - "examine": "A tome of learning which focuses on the Mining skill.", "wiki_name": "Mining tome (Yellow)", "wiki_url": "https://oldschool.runescape.wiki/w/Mining_tome#Yellow", "price": 0 @@ -110881,9 +98522,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 1, - "release_date": "2006-03-28", - "examine": "A tome of learning which focuses on the Mining skill.", "wiki_name": "Mining tome (Red)", "wiki_url": "https://oldschool.runescape.wiki/w/Mining_tome#Red", "price": 0 @@ -110895,9 +98533,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 1, - "release_date": "2006-03-28", - "examine": "A tome of learning which focuses on the Firemaking skill.", "wiki_name": "Firemaking tome (Blue)", "wiki_url": "https://oldschool.runescape.wiki/w/Firemaking_tome#Blue", "price": 0 @@ -110909,9 +98544,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 1, - "release_date": "2006-03-28", - "examine": "A tome of learning which focuses on the Firemaking skill.", "wiki_name": "Firemaking tome (Yellow)", "wiki_url": "https://oldschool.runescape.wiki/w/Firemaking_tome#Yellow", "price": 0 @@ -110923,9 +98555,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 1, - "release_date": "2006-03-28", - "examine": "A tome of learning which focuses on the Firemaking skill.", "wiki_name": "Firemaking tome (Red)", "wiki_url": "https://oldschool.runescape.wiki/w/Firemaking_tome#Red", "price": 0 @@ -110937,9 +98566,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 1, - "release_date": "2006-03-28", - "examine": "A tome of learning which focuses on the Woodcutting skill.", "wiki_name": "Woodcutting tome (Blue)", "wiki_url": "https://oldschool.runescape.wiki/w/Woodcutting_tome#Blue", "price": 0 @@ -110951,9 +98577,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 1, - "release_date": "2006-03-28", - "examine": "A tome of learning which focuses on the Woodcutting skill.", "wiki_name": "Woodcutting tome (Yellow)", "wiki_url": "https://oldschool.runescape.wiki/w/Woodcutting_tome#Yellow", "price": 0 @@ -110965,9 +98588,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 1, - "release_date": "2006-03-28", - "examine": "A tome of learning which focuses on the Woodcutting skill.", "wiki_name": "Woodcutting tome (Red)", "wiki_url": "https://oldschool.runescape.wiki/w/Woodcutting_tome#Red", "price": 0 @@ -110979,9 +98599,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 7, - "release_date": "2006-03-28", - "examine": "A shell from a giant snail.", "wiki_name": "Snail shell", "wiki_url": "https://oldschool.runescape.wiki/w/Snail_shell", "price": 0 @@ -110996,10 +98613,7 @@ "cost": 35, "lowalch": 14, "highalch": 21, - "weight": 1, "buy_limit": 11000, - "release_date": "2006-03-28", - "examine": "Scaly but not slimy!", "wiki_name": "Snake hide (swamp)", "wiki_url": "https://oldschool.runescape.wiki/w/Snake_hide_(swamp)", "price": 222 @@ -111012,9 +98626,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2006-03-28", - "examine": "A non-magical copy of the Makeover Mage's amulet.", "wiki_name": "Yin yang amulet", "wiki_url": "https://oldschool.runescape.wiki/w/Yin_yang_amulet", "equipment": { @@ -111046,9 +98657,6 @@ "cost": 625, "lowalch": 250, "highalch": 375, - "weight": 2.267, - "release_date": "2006-04-03", - "examine": "An Ancient Mjolnir.", "wiki_name": "Ancient mjolnir", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_mjolnir", "price": 0 @@ -111063,9 +98671,6 @@ "cost": 26, "lowalch": 10, "highalch": 15, - "weight": 1.814, - "release_date": "2006-04-03", - "examine": "A heavy duty sword.", "wiki_name": "Anger sword", "wiki_url": "https://oldschool.runescape.wiki/w/Anger_sword", "equipment": { @@ -111132,9 +98737,6 @@ "cost": 182, "lowalch": 72, "highalch": 109, - "weight": 2.721, - "release_date": "2006-04-03", - "examine": "A heavy duty axe.", "wiki_name": "Anger battleaxe", "wiki_url": "https://oldschool.runescape.wiki/w/Anger_battleaxe", "equipment": { @@ -111201,9 +98803,6 @@ "cost": 18, "lowalch": 7, "highalch": 10, - "weight": 1.814, - "release_date": "2006-04-03", - "examine": "A heavy duty mace.", "wiki_name": "Anger mace", "wiki_url": "https://oldschool.runescape.wiki/w/Anger_mace", "equipment": { @@ -111270,9 +98869,6 @@ "cost": 26, "lowalch": 10, "highalch": 15, - "weight": 0.003, - "release_date": "2006-04-03", - "examine": "A heavy duty spear.", "wiki_name": "Anger spear", "wiki_url": "https://oldschool.runescape.wiki/w/Anger_spear", "equipment": { @@ -111336,9 +98932,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2006-04-10", - "examine": "This wine clearly did not age well.", "wiki_name": "Jug of vinegar", "wiki_url": "https://oldschool.runescape.wiki/w/Jug_of_vinegar", "price": 0 @@ -111350,9 +98943,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2006-04-10", - "examine": "Well, this pot is certainly full of vinegar and no mistake.", "wiki_name": "Pot of vinegar", "wiki_url": "https://oldschool.runescape.wiki/w/Pot_of_vinegar", "price": 0 @@ -111364,9 +98954,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2006-04-10", - "examine": "This needs a good polish.", "wiki_name": "Goblin skull (Unpolished)", "wiki_url": "https://oldschool.runescape.wiki/w/Goblin_skull#Unpolished", "price": 0 @@ -111378,9 +98965,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2006-04-10", - "examine": "There is a goblin bone in here.", "wiki_name": "Bone in vinegar (Goblin skull)", "wiki_url": "https://oldschool.runescape.wiki/w/Bone_in_vinegar#Goblin_skull", "price": 0 @@ -111392,9 +98976,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2006-04-10", - "examine": "This bone belongs in a museum!", "wiki_name": "Goblin skull (Polished)", "wiki_url": "https://oldschool.runescape.wiki/w/Goblin_skull#Polished", "price": 0 @@ -111406,9 +98987,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2006-04-10", - "examine": "This needs a good polish.", "wiki_name": "Bear ribs (Unpolished)", "wiki_url": "https://oldschool.runescape.wiki/w/Bear_ribs#Unpolished", "price": 0 @@ -111420,9 +98998,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2006-04-10", - "examine": "There is a bear bone in here.", "wiki_name": "Bone in vinegar (Bear ribs)", "wiki_url": "https://oldschool.runescape.wiki/w/Bone_in_vinegar#Bear_ribs", "price": 0 @@ -111434,9 +99009,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2006-04-10", - "examine": "This bone belongs in a museum!", "wiki_name": "Bear ribs (Polished)", "wiki_url": "https://oldschool.runescape.wiki/w/Bear_ribs#Polished", "price": 0 @@ -111448,9 +99020,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2006-04-10", - "examine": "This needs a good polish.", "wiki_name": "Ram skull (Unpolished)", "wiki_url": "https://oldschool.runescape.wiki/w/Ram_skull#Unpolished", "price": 0 @@ -111462,9 +99031,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2006-04-10", - "examine": "There is a ram bone in here.", "wiki_name": "Bone in vinegar (Ram skull)", "wiki_url": "https://oldschool.runescape.wiki/w/Bone_in_vinegar#Ram_skull", "price": 0 @@ -111476,9 +99042,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-04-10", - "examine": "This bone belongs in a museum!", "wiki_name": "Ram skull (Polished)", "wiki_url": "https://oldschool.runescape.wiki/w/Ram_skull#Polished", "price": 0 @@ -111490,9 +99053,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2006-04-10", - "examine": "This needs a good polish.", "wiki_name": "Unicorn bone (Unpolished)", "wiki_url": "https://oldschool.runescape.wiki/w/Unicorn_bone#Unpolished", "price": 0 @@ -111504,9 +99064,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2006-04-10", - "examine": "There is a unicorn bone in here.", "wiki_name": "Bone in vinegar (Unicorn bone)", "wiki_url": "https://oldschool.runescape.wiki/w/Bone_in_vinegar#Unicorn_bone", "price": 0 @@ -111518,9 +99075,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-04-10", - "examine": "This bone belongs in a museum!", "wiki_name": "Unicorn bone (Polished)", "wiki_url": "https://oldschool.runescape.wiki/w/Unicorn_bone#Polished", "price": 0 @@ -111532,9 +99086,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2006-04-10", - "examine": "This needs a good polish.", "wiki_name": "Giant rat bone (Unpolished)", "wiki_url": "https://oldschool.runescape.wiki/w/Giant_rat_bone#Unpolished", "price": 0 @@ -111546,9 +99097,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2006-04-10", - "examine": "There is a giant rat bone in here.", "wiki_name": "Bone in vinegar (Giant rat bone)", "wiki_url": "https://oldschool.runescape.wiki/w/Bone_in_vinegar#Giant_rat_bone", "price": 0 @@ -111560,9 +99108,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2006-04-10", - "examine": "This bone belongs in a museum!", "wiki_name": "Giant rat bone (Polished)", "wiki_url": "https://oldschool.runescape.wiki/w/Giant_rat_bone#Polished", "price": 0 @@ -111574,9 +99119,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-04-10", - "examine": "This needs a good polish.", "wiki_name": "Giant bat wing (Unpolished)", "wiki_url": "https://oldschool.runescape.wiki/w/Giant_bat_wing#Unpolished", "price": 0 @@ -111588,9 +99130,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2006-04-10", - "examine": "There is a giant bat bone in here.", "wiki_name": "Bone in vinegar (Giant bat wing)", "wiki_url": "https://oldschool.runescape.wiki/w/Bone_in_vinegar#Giant_bat_wing", "price": 0 @@ -111602,9 +99141,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-04-10", - "examine": "This bone belongs in a museum!", "wiki_name": "Giant bat wing (Polished)", "wiki_url": "https://oldschool.runescape.wiki/w/Giant_bat_wing#Polished", "price": 0 @@ -111616,9 +99152,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-04-10", - "examine": "This needs a good polish.", "wiki_name": "Wolf bone (Unpolished)", "wiki_url": "https://oldschool.runescape.wiki/w/Wolf_bone#Unpolished", "price": 0 @@ -111630,9 +99163,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2006-04-10", - "examine": "There is a wolf bone in here.", "wiki_name": "Bone in vinegar (Wolf bone)", "wiki_url": "https://oldschool.runescape.wiki/w/Bone_in_vinegar#Wolf_bone", "price": 0 @@ -111644,9 +99174,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-04-10", - "examine": "This bone belongs in a museum!", "wiki_name": "Wolf bone (Polished)", "wiki_url": "https://oldschool.runescape.wiki/w/Wolf_bone#Polished", "price": 0 @@ -111658,9 +99185,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-04-10", - "examine": "This needs a good polish.", "wiki_name": "Bat wing (Unpolished)", "wiki_url": "https://oldschool.runescape.wiki/w/Bat_wing#Unpolished", "price": 0 @@ -111672,9 +99196,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2006-04-10", - "examine": "There is a bat bone in here.", "wiki_name": "Bone in vinegar (Bat wing)", "wiki_url": "https://oldschool.runescape.wiki/w/Bone_in_vinegar#Bat_wing", "price": 0 @@ -111686,9 +99207,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-04-10", - "examine": "This bone belongs in a museum!", "wiki_name": "Bat wing (Polished)", "wiki_url": "https://oldschool.runescape.wiki/w/Bat_wing#Polished", "price": 0 @@ -111700,9 +99218,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2006-04-10", - "examine": "This needs a good polish.", "wiki_name": "Rat bone (Unpolished)", "wiki_url": "https://oldschool.runescape.wiki/w/Rat_bone#Unpolished", "price": 0 @@ -111714,9 +99229,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2006-04-10", - "examine": "There is a rat bone in here.", "wiki_name": "Bone in vinegar (Rat bone)", "wiki_url": "https://oldschool.runescape.wiki/w/Bone_in_vinegar#Rat_bone", "price": 0 @@ -111728,9 +99240,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2006-04-10", - "examine": "This bone belongs in a museum!", "wiki_name": "Rat bone (Polished)", "wiki_url": "https://oldschool.runescape.wiki/w/Rat_bone#Polished", "price": 0 @@ -111742,9 +99251,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-04-10", - "examine": "This needs a good polish.", "wiki_name": "Baby dragon bone (Unpolished)", "wiki_url": "https://oldschool.runescape.wiki/w/Baby_dragon_bone#Unpolished", "price": 0 @@ -111756,9 +99262,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2006-04-10", - "examine": "There is a baby blue dragon bone in here.", "wiki_name": "Bone in vinegar (Baby dragon bone)", "wiki_url": "https://oldschool.runescape.wiki/w/Bone_in_vinegar#Baby_dragon_bone", "price": 0 @@ -111770,9 +99273,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-04-10", - "examine": "This bone belongs in a museum!", "wiki_name": "Baby dragon bone (Polished)", "wiki_url": "https://oldschool.runescape.wiki/w/Baby_dragon_bone#Polished", "price": 0 @@ -111784,9 +99284,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-04-10", - "examine": "This needs a good polish.", "wiki_name": "Ogre ribs (Unpolished)", "wiki_url": "https://oldschool.runescape.wiki/w/Ogre_ribs#Unpolished", "price": 0 @@ -111798,9 +99295,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2006-04-10", - "examine": "There is an ogre bone in here.", "wiki_name": "Bone in vinegar (Ogre ribs)", "wiki_url": "https://oldschool.runescape.wiki/w/Bone_in_vinegar#Ogre_ribs", "price": 0 @@ -111812,9 +99306,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-04-10", - "examine": "This bone belongs in a museum!", "wiki_name": "Ogre ribs (Polished)", "wiki_url": "https://oldschool.runescape.wiki/w/Ogre_ribs#Polished", "price": 0 @@ -111826,9 +99317,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-04-10", - "examine": "This needs a good polish.", "wiki_name": "Jogre bone (Unpolished)", "wiki_url": "https://oldschool.runescape.wiki/w/Jogre_bone#Unpolished", "price": 0 @@ -111840,9 +99328,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2006-04-10", - "examine": "There is a jogre bone in here.", "wiki_name": "Bone in vinegar (Jogre bone)", "wiki_url": "https://oldschool.runescape.wiki/w/Bone_in_vinegar#Jogre_bone", "price": 0 @@ -111854,9 +99339,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-04-10", - "examine": "This bone belongs in a museum!", "wiki_name": "Jogre bone (Polished)", "wiki_url": "https://oldschool.runescape.wiki/w/Jogre_bone#Polished", "price": 0 @@ -111868,9 +99350,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-04-10", - "examine": "This needs a good polish.", "wiki_name": "Zogre bone (Unpolished)", "wiki_url": "https://oldschool.runescape.wiki/w/Zogre_bone#Unpolished", "price": 0 @@ -111882,9 +99361,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2006-04-10", - "examine": "There is a zogre bone in here.", "wiki_name": "Bone in vinegar (Zogre bone)", "wiki_url": "https://oldschool.runescape.wiki/w/Bone_in_vinegar#Zogre_bone", "price": 0 @@ -111896,9 +99372,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-04-10", - "examine": "This bone belongs in a museum!", "wiki_name": "Zogre bone (Polished)", "wiki_url": "https://oldschool.runescape.wiki/w/Zogre_bone#Polished", "price": 0 @@ -111910,9 +99383,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-04-10", - "examine": "This needs a good polish.", "wiki_name": "Mogre bone (Unpolished)", "wiki_url": "https://oldschool.runescape.wiki/w/Mogre_bone#Unpolished", "price": 0 @@ -111924,9 +99394,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2006-04-10", - "examine": "There is a mogre bone in here.", "wiki_name": "Bone in vinegar (Mogre bone)", "wiki_url": "https://oldschool.runescape.wiki/w/Bone_in_vinegar#Mogre_bone", "price": 0 @@ -111938,9 +99405,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-04-10", - "examine": "This bone belongs in a museum!", "wiki_name": "Mogre bone (Polished)", "wiki_url": "https://oldschool.runescape.wiki/w/Mogre_bone#Polished", "price": 0 @@ -111952,9 +99416,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2006-04-10", - "examine": "This needs a good polish.", "wiki_name": "Monkey paw (Unpolished)", "wiki_url": "https://oldschool.runescape.wiki/w/Monkey_paw#Unpolished", "price": 0 @@ -111966,9 +99427,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2006-04-10", - "examine": "There is a monkey bone in here.", "wiki_name": "Bone in vinegar (Monkey paw)", "wiki_url": "https://oldschool.runescape.wiki/w/Bone_in_vinegar#Monkey_paw", "price": 0 @@ -111980,9 +99438,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2006-04-10", - "examine": "This bone belongs in a museum!", "wiki_name": "Monkey paw (Polished)", "wiki_url": "https://oldschool.runescape.wiki/w/Monkey_paw#Polished", "price": 0 @@ -111994,9 +99449,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-04-10", - "examine": "This needs a good polish.", "wiki_name": "Dagannoth ribs (Unpolished)", "wiki_url": "https://oldschool.runescape.wiki/w/Dagannoth_ribs#Unpolished", "price": 0 @@ -112008,9 +99460,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2006-04-10", - "examine": "There is a Dagannoth bone in here.", "wiki_name": "Bone in vinegar (Dagannoth ribs)", "wiki_url": "https://oldschool.runescape.wiki/w/Bone_in_vinegar#Dagannoth_ribs", "price": 0 @@ -112022,9 +99471,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-04-10", - "examine": "This bone belongs in a museum!", "wiki_name": "Dagannoth ribs (Polished)", "wiki_url": "https://oldschool.runescape.wiki/w/Dagannoth_ribs#Polished", "price": 0 @@ -112036,9 +99482,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-04-10", - "examine": "This needs a good polish.", "wiki_name": "Snake spine (Unpolished)", "wiki_url": "https://oldschool.runescape.wiki/w/Snake_spine#Unpolished", "price": 0 @@ -112050,9 +99493,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2006-04-10", - "examine": "There is a snake bone in here.", "wiki_name": "Bone in vinegar (Snake spine)", "wiki_url": "https://oldschool.runescape.wiki/w/Bone_in_vinegar#Snake_spine", "price": 0 @@ -112064,9 +99504,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-04-10", - "examine": "This bone belongs in a museum!", "wiki_name": "Snake spine (Polished)", "wiki_url": "https://oldschool.runescape.wiki/w/Snake_spine#Polished", "price": 0 @@ -112078,9 +99515,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-04-10", - "examine": "This needs a good polish.", "wiki_name": "Zombie bone (Unpolished)", "wiki_url": "https://oldschool.runescape.wiki/w/Zombie_bone#Unpolished", "price": 0 @@ -112092,9 +99526,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2006-04-10", - "examine": "There is a zombie bone in here.", "wiki_name": "Bone in vinegar (Zombie bone)", "wiki_url": "https://oldschool.runescape.wiki/w/Bone_in_vinegar#Zombie_bone", "price": 0 @@ -112106,9 +99537,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-04-10", - "examine": "This bone belongs in a museum!", "wiki_name": "Zombie bone (Polished)", "wiki_url": "https://oldschool.runescape.wiki/w/Zombie_bone#Polished", "price": 0 @@ -112120,9 +99548,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-04-10", - "examine": "This needs a good polish.", "wiki_name": "Werewolf bone (Unpolished)", "wiki_url": "https://oldschool.runescape.wiki/w/Werewolf_bone#Unpolished", "price": 0 @@ -112134,9 +99559,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2006-04-10", - "examine": "There is a werewolf bone in here.", "wiki_name": "Bone in vinegar (Werewolf bone)", "wiki_url": "https://oldschool.runescape.wiki/w/Bone_in_vinegar#Werewolf_bone", "price": 0 @@ -112148,9 +99570,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-04-10", - "examine": "This bone belongs in a museum!", "wiki_name": "Werewolf bone (Polished)", "wiki_url": "https://oldschool.runescape.wiki/w/Werewolf_bone#Polished", "price": 0 @@ -112162,9 +99581,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2006-04-10", - "examine": "This needs a good polish.", "wiki_name": "Moss giant bone (Unpolished)", "wiki_url": "https://oldschool.runescape.wiki/w/Moss_giant_bone#Unpolished", "price": 0 @@ -112176,9 +99592,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-04-10", - "examine": "A Moss Giant's bone", "wiki_name": "Bone in vinegar (Moss giant bone)", "wiki_url": "https://oldschool.runescape.wiki/w/Bone_in_vinegar#Moss_giant_bone", "price": 0 @@ -112190,9 +99603,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2006-04-10", - "examine": "This bone belongs in a museum!", "wiki_name": "Moss giant bone (Polished)", "wiki_url": "https://oldschool.runescape.wiki/w/Moss_giant_bone#Polished", "price": 0 @@ -112204,9 +99614,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-04-10", - "examine": "This needs a good polish.", "wiki_name": "Fire giant bone (Unpolished)", "wiki_url": "https://oldschool.runescape.wiki/w/Fire_giant_bone#Unpolished", "price": 0 @@ -112218,9 +99625,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2006-04-10", - "examine": "There is a fire giant bone in here.", "wiki_name": "Bone in vinegar (Fire giant bone)", "wiki_url": "https://oldschool.runescape.wiki/w/Bone_in_vinegar#Fire_giant_bone", "price": 0 @@ -112232,9 +99636,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-04-10", - "examine": "This bone belongs in a museum!", "wiki_name": "Fire giant bone (Polished)", "wiki_url": "https://oldschool.runescape.wiki/w/Fire_giant_bone#Polished", "price": 0 @@ -112246,9 +99647,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-04-10", - "examine": "This needs a good polish.", "wiki_name": "Ice giant ribs (Unpolished)", "wiki_url": "https://oldschool.runescape.wiki/w/Ice_giant_ribs#Unpolished", "price": 0 @@ -112260,9 +99658,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2006-04-10", - "examine": "There is an ice giant bone in here.", "wiki_name": "Bone in vinegar (Ice giant ribs)", "wiki_url": "https://oldschool.runescape.wiki/w/Bone_in_vinegar#Ice_giant_ribs", "price": 0 @@ -112274,9 +99669,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-04-10", - "examine": "This bone belongs in a museum!", "wiki_name": "Ice giant ribs (Polished)", "wiki_url": "https://oldschool.runescape.wiki/w/Ice_giant_ribs#Polished", "price": 0 @@ -112288,9 +99680,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-04-10", - "examine": "This needs a good polish.", "wiki_name": "Terrorbird wing (Unpolished)", "wiki_url": "https://oldschool.runescape.wiki/w/Terrorbird_wing#Unpolished", "price": 0 @@ -112302,9 +99691,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2006-04-10", - "examine": "There is a terrorbird bone in here.", "wiki_name": "Bone in vinegar (Terrorbird wing)", "wiki_url": "https://oldschool.runescape.wiki/w/Bone_in_vinegar#Terrorbird_wing", "price": 0 @@ -112316,9 +99702,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-04-10", - "examine": "This bone belongs in a museum!", "wiki_name": "Terrorbird wing (Polished)", "wiki_url": "https://oldschool.runescape.wiki/w/Terrorbird_wing#Polished", "price": 0 @@ -112330,9 +99713,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-04-10", - "examine": "This needs a good polish.", "wiki_name": "Ghoul bone (Unpolished)", "wiki_url": "https://oldschool.runescape.wiki/w/Ghoul_bone#Unpolished", "price": 0 @@ -112344,9 +99724,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2006-04-10", - "examine": "There is a ghoul bone in here.", "wiki_name": "Bone in vinegar (Ghoul bone)", "wiki_url": "https://oldschool.runescape.wiki/w/Bone_in_vinegar#Ghoul_bone", "price": 0 @@ -112358,9 +99735,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-04-10", - "examine": "This bone belongs in a museum!", "wiki_name": "Ghoul bone (Polished)", "wiki_url": "https://oldschool.runescape.wiki/w/Ghoul_bone#Polished", "price": 0 @@ -112372,9 +99746,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-04-10", - "examine": "This needs a good polish.", "wiki_name": "Troll bone (Unpolished)", "wiki_url": "https://oldschool.runescape.wiki/w/Troll_bone#Unpolished", "price": 0 @@ -112386,9 +99757,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2006-04-10", - "examine": "There is a troll bone in here.", "wiki_name": "Bone in vinegar (Troll bone)", "wiki_url": "https://oldschool.runescape.wiki/w/Bone_in_vinegar#Troll_bone", "price": 0 @@ -112400,9 +99768,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-04-10", - "examine": "This bone belongs in a museum!", "wiki_name": "Troll bone (Polished)", "wiki_url": "https://oldschool.runescape.wiki/w/Troll_bone#Polished", "price": 0 @@ -112414,9 +99779,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-04-10", - "examine": "This needs a good polish.", "wiki_name": "Seagull wing (Unpolished)", "wiki_url": "https://oldschool.runescape.wiki/w/Seagull_wing#Unpolished", "price": 0 @@ -112428,9 +99790,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2006-04-10", - "examine": "There is a seagull bone in here.", "wiki_name": "Bone in vinegar (Seagull wing)", "wiki_url": "https://oldschool.runescape.wiki/w/Bone_in_vinegar#Seagull_wing", "price": 0 @@ -112442,9 +99801,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-04-10", - "examine": "This bone belongs in a museum!", "wiki_name": "Seagull wing (Polished)", "wiki_url": "https://oldschool.runescape.wiki/w/Seagull_wing#Polished", "price": 0 @@ -112456,9 +99812,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-04-10", - "examine": "This needs a good polish.", "wiki_name": "Undead cow ribs (Unpolished)", "wiki_url": "https://oldschool.runescape.wiki/w/Undead_cow_ribs#Unpolished", "price": 0 @@ -112470,9 +99823,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2006-04-10", - "examine": "There is an undead cow bone in here.", "wiki_name": "Bone in vinegar (Undead cow ribs)", "wiki_url": "https://oldschool.runescape.wiki/w/Bone_in_vinegar#Undead_cow_ribs", "price": 0 @@ -112484,9 +99834,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-04-10", - "examine": "This bone belongs in a museum!", "wiki_name": "Undead cow ribs (Polished)", "wiki_url": "https://oldschool.runescape.wiki/w/Undead_cow_ribs#Polished", "price": 0 @@ -112498,9 +99845,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-04-10", - "examine": "This needs a good polish.", "wiki_name": "Experiment bone (Unpolished)", "wiki_url": "https://oldschool.runescape.wiki/w/Experiment_bone#Unpolished", "price": 0 @@ -112512,9 +99856,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2006-04-10", - "examine": "There is an experiment bone in here.", "wiki_name": "Bone in vinegar (Experiment bone)", "wiki_url": "https://oldschool.runescape.wiki/w/Bone_in_vinegar#Experiment_bone", "price": 0 @@ -112526,9 +99867,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-04-10", - "examine": "This bone belongs in a museum!", "wiki_name": "Experiment bone (Polished)", "wiki_url": "https://oldschool.runescape.wiki/w/Experiment_bone#Polished", "price": 0 @@ -112540,9 +99878,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-04-10", - "examine": "This needs a good polish.", "wiki_name": "Rabbit bone (Unpolished)", "wiki_url": "https://oldschool.runescape.wiki/w/Rabbit_bone#Unpolished", "price": 0 @@ -112554,9 +99889,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2006-04-10", - "examine": "There is a rabbit bone in here.", "wiki_name": "Bone in vinegar (Rabbit bone)", "wiki_url": "https://oldschool.runescape.wiki/w/Bone_in_vinegar#Rabbit_bone", "price": 0 @@ -112568,9 +99900,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-04-10", - "examine": "This bone belongs in a museum!", "wiki_name": "Rabbit bone (Polished)", "wiki_url": "https://oldschool.runescape.wiki/w/Rabbit_bone#Polished", "price": 0 @@ -112582,9 +99911,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-04-10", - "examine": "This needs a good polish.", "wiki_name": "Basilisk bone (Unpolished)", "wiki_url": "https://oldschool.runescape.wiki/w/Basilisk_bone#Unpolished", "price": 0 @@ -112596,9 +99922,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2006-04-10", - "examine": "There is a basilisk bone in here.", "wiki_name": "Bone in vinegar (Basilisk bone)", "wiki_url": "https://oldschool.runescape.wiki/w/Bone_in_vinegar#Basilisk_bone", "price": 0 @@ -112610,9 +99933,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-04-10", - "examine": "This bone belongs in a museum!", "wiki_name": "Basilisk bone (Polished)", "wiki_url": "https://oldschool.runescape.wiki/w/Basilisk_bone#Polished", "price": 0 @@ -112624,9 +99944,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-04-10", - "examine": "This needs a good polish.", "wiki_name": "Desert lizard bone (Unpolished)", "wiki_url": "https://oldschool.runescape.wiki/w/Desert_lizard_bone#Unpolished", "price": 0 @@ -112638,9 +99955,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2006-04-10", - "examine": "There is a desert lizard bone in here.", "wiki_name": "Bone in vinegar (Desert lizard bone)", "wiki_url": "https://oldschool.runescape.wiki/w/Bone_in_vinegar#Desert_lizard_bone", "price": 0 @@ -112652,9 +99966,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-04-10", - "examine": "This bone belongs in a museum!", "wiki_name": "Desert lizard bone (Polished)", "wiki_url": "https://oldschool.runescape.wiki/w/Desert_lizard_bone#Polished", "price": 0 @@ -112666,9 +99977,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-04-10", - "examine": "This needs a good polish.", "wiki_name": "Cave goblin skull (Unpolished)", "wiki_url": "https://oldschool.runescape.wiki/w/Cave_goblin_skull#Unpolished", "price": 0 @@ -112680,9 +99988,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2006-04-10", - "examine": "There is a cave goblin bone in here.", "wiki_name": "Bone in vinegar (Cave goblin skull)", "wiki_url": "https://oldschool.runescape.wiki/w/Bone_in_vinegar#Cave_goblin_skull", "price": 0 @@ -112694,9 +99999,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-04-10", - "examine": "This bone belongs in a museum!", "wiki_name": "Cave goblin skull (Polished)", "wiki_url": "https://oldschool.runescape.wiki/w/Cave_goblin_skull#Polished", "price": 0 @@ -112708,9 +100010,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-04-10", - "examine": "This needs a good polish.", "wiki_name": "Big frog leg (Unpolished)", "wiki_url": "https://oldschool.runescape.wiki/w/Big_frog_leg#Unpolished", "price": 0 @@ -112722,9 +100021,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2006-04-10", - "examine": "There is a big frog bone in here.", "wiki_name": "Bone in vinegar (Big frog leg)", "wiki_url": "https://oldschool.runescape.wiki/w/Bone_in_vinegar#Big_frog_leg", "price": 0 @@ -112736,9 +100032,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-04-10", - "examine": "This bone belongs in a museum!", "wiki_name": "Big frog leg (Polished)", "wiki_url": "https://oldschool.runescape.wiki/w/Big_frog_leg#Polished", "price": 0 @@ -112750,9 +100043,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-04-10", - "examine": "This needs a good polish.", "wiki_name": "Vulture wing (Unpolished)", "wiki_url": "https://oldschool.runescape.wiki/w/Vulture_wing#Unpolished", "price": 0 @@ -112764,9 +100054,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2006-04-10", - "examine": "There is a vulture bone in here.", "wiki_name": "Bone in vinegar (Vulture wing)", "wiki_url": "https://oldschool.runescape.wiki/w/Bone_in_vinegar#Vulture_wing", "price": 0 @@ -112778,9 +100065,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-04-10", - "examine": "This bone belongs in a museum!", "wiki_name": "Vulture wing (Polished)", "wiki_url": "https://oldschool.runescape.wiki/w/Vulture_wing#Polished", "price": 0 @@ -112792,9 +100076,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2006-04-10", - "examine": "This needs a good polish.", "wiki_name": "Jackal bone (Unpolished)", "wiki_url": "https://oldschool.runescape.wiki/w/Jackal_bone#Unpolished", "price": 0 @@ -112806,9 +100087,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2006-04-10", - "examine": "There is a jackal bone in here.", "wiki_name": "Bone in vinegar (Jackal bone)", "wiki_url": "https://oldschool.runescape.wiki/w/Bone_in_vinegar#Jackal_bone", "price": 0 @@ -112820,9 +100098,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-04-10", - "examine": "This bone belongs in a museum!", "wiki_name": "Jackal bone (Polished)", "wiki_url": "https://oldschool.runescape.wiki/w/Jackal_bone#Polished", "price": 0 @@ -112836,9 +100111,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 3.175, - "release_date": "2006-04-10", - "examine": "Makes me feel baaad to the bone.", "wiki_name": "Ram skull helm", "wiki_url": "https://oldschool.runescape.wiki/w/Ram_skull_helm", "equipment": { @@ -112872,9 +100144,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2006-04-10", - "examine": "The Bonesack is a little old item that protects like leather.", "wiki_name": "Bonesack", "wiki_url": "https://oldschool.runescape.wiki/w/Bonesack", "equipment": { @@ -112907,10 +100176,7 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 1, "buy_limit": 10000, - "release_date": "2006-04-10", - "examine": "A very good vintage.", "wiki_name": "Bottle of wine", "wiki_url": "https://oldschool.runescape.wiki/w/Bottle_of_wine", "price": 810 @@ -112922,9 +100188,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2006-04-10", - "examine": "This one has clearly been taken down and passed around.", "wiki_name": "Empty wine bottle", "wiki_url": "https://oldschool.runescape.wiki/w/Empty_wine_bottle", "price": 0 @@ -112935,9 +100198,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2006-04-10", - "examine": "The money off voucher has expired.", "wiki_name": "Al kharid flyer", "wiki_url": "https://oldschool.runescape.wiki/w/Al_kharid_flyer", "price": 0 @@ -112950,9 +100210,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2006-04-10", - "examine": "A ring given to you by the Easter Bunny.", "wiki_name": "Easter ring", "wiki_url": "https://oldschool.runescape.wiki/w/Easter_ring", "equipment": { @@ -112981,9 +100238,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2014-04-10", - "examine": "Best before 1st May 2014.", "wiki_name": "Easter egg (2014 Easter event) (Blue)", "wiki_url": "https://oldschool.runescape.wiki/w/Easter_egg_(2014_Easter_event)#Blue", "price": 0 @@ -112994,9 +100248,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2014-04-10", - "examine": "Best before 1st May 2014.", "wiki_name": "Easter egg (2014 Easter event) (Special)", "wiki_url": "https://oldschool.runescape.wiki/w/Easter_egg_(2014_Easter_event)#Special", "price": 0 @@ -113007,9 +100258,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2014-04-10", - "examine": "Best before 1st May 2014.", "wiki_name": "Easter egg (2014 Easter event) (Green)", "wiki_url": "https://oldschool.runescape.wiki/w/Easter_egg_(2014_Easter_event)#Green", "price": 0 @@ -113020,9 +100268,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2014-04-10", - "examine": "Best before 1st May 2014.", "wiki_name": "Easter egg (2014 Easter event) (Red)", "wiki_url": "https://oldschool.runescape.wiki/w/Easter_egg_(2014_Easter_event)#Red", "price": 0 @@ -113033,9 +100278,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2014-04-10", - "examine": "Best before 1st May 2014.", "wiki_name": "Easter egg (2014 Easter event) (Pink)", "wiki_url": "https://oldschool.runescape.wiki/w/Easter_egg_(2014_Easter_event)#Pink", "price": 0 @@ -113046,9 +100288,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2014-04-10", - "examine": "Best before 1st May 2014.", "wiki_name": "Easter egg (2014 Easter event) (Yellow)", "wiki_url": "https://oldschool.runescape.wiki/w/Easter_egg_(2014_Easter_event)#Yellow", "price": 0 @@ -113062,9 +100301,6 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 0.001, - "release_date": "2006-04-18", - "examine": "A field ration to help your wounds go away.", "wiki_name": "Field ration", "wiki_url": "https://oldschool.runescape.wiki/w/Field_ration", "price": 0 @@ -113078,10 +100314,7 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.002, "buy_limit": 30000, - "release_date": "2006-04-20", - "examine": "An unimbued rune of extra capability.", "wiki_name": "Pure essence", "wiki_url": "https://oldschool.runescape.wiki/w/Pure_essence", "price": 2 @@ -113093,9 +100326,6 @@ "cost": 18, "lowalch": 7, "highalch": 10, - "weight": 0.4, - "release_date": "2016-01-07", - "examine": "Fragments of essence that have been infested with dark power.", "wiki_name": "Dark essence fragments", "wiki_url": "https://oldschool.runescape.wiki/w/Dark_essence_fragments", "price": 0 @@ -113110,10 +100340,7 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 6.803, "buy_limit": 7500, - "release_date": "2006-04-24", - "examine": "A word in your shell-like.", "wiki_name": "Tortoise shell", "wiki_url": "https://oldschool.runescape.wiki/w/Tortoise_shell", "price": 11005 @@ -113125,9 +100352,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 1.814, - "release_date": "2006-05-02", - "examine": "A sturdy sheet of iron.", "wiki_name": "Iron sheet", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_sheet", "price": 0 @@ -113139,9 +100363,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.45, - "release_date": "2006-05-02", - "examine": "Freshly caught. Needs cooking.", "wiki_name": "Fresh monkfish (Raw)", "wiki_url": "https://oldschool.runescape.wiki/w/Fresh_monkfish#Raw", "price": 0 @@ -113153,9 +100374,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.4, - "release_date": "2006-05-02", - "examine": "Freshly caught and cooked - perfect for storing. Not so good for eating.", "wiki_name": "Fresh monkfish (Cooked)", "wiki_url": "https://oldschool.runescape.wiki/w/Fresh_monkfish#Cooked", "price": 0 @@ -113170,10 +100388,7 @@ "cost": 230, "lowalch": 92, "highalch": 138, - "weight": 0.45, "buy_limit": 13000, - "release_date": "2006-05-02", - "examine": "I should try cooking this.", "wiki_name": "Raw monkfish", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_monkfish", "price": 500 @@ -113188,10 +100403,7 @@ "cost": 230, "lowalch": 92, "highalch": 138, - "weight": 0.4, "buy_limit": 13000, - "release_date": "2006-05-02", - "examine": "A tasty fish.", "wiki_name": "Monkfish", "wiki_url": "https://oldschool.runescape.wiki/w/Monkfish", "price": 969 @@ -113205,9 +100417,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2006-05-02", - "examine": "Maybe a little less heat next time.", "wiki_name": "Burnt monkfish", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_monkfish", "price": 0 @@ -113219,9 +100428,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 1.814, - "release_date": "2006-05-02", - "examine": "A highly portable army of skeletal magi.", "wiki_name": "Bone seeds", "wiki_url": "https://oldschool.runescape.wiki/w/Bone_seeds", "price": 0 @@ -113233,9 +100439,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2006-05-02", - "examine": "A book taken from the desk of Herman Caranos.", "wiki_name": "Herman's book", "wiki_url": "https://oldschool.runescape.wiki/w/Herman's_book", "price": 0 @@ -113248,9 +100451,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2006-05-02", - "examine": "Useless without the head.", "wiki_name": "Axe handle (Dragon)", "wiki_url": "https://oldschool.runescape.wiki/w/Axe_handle#Dragon", "price": 0 @@ -113263,9 +100463,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.08, - "release_date": "2006-05-02", - "examine": "Oops!", "wiki_name": "Burnt shrimp", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_shrimp", "price": 0 @@ -113276,9 +100473,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 5, - "release_date": "2006-05-22", - "examine": "I hope there's treasure in it.", "wiki_name": "Casket (Pirate's Treasure)", "wiki_url": "https://oldschool.runescape.wiki/w/Casket_(Pirate's_Treasure)", "price": 0 @@ -113289,9 +100483,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2006-05-22", - "examine": "A white apron.", "wiki_name": "White apron (Gerrant's Fishy Business)", "wiki_url": "https://oldschool.runescape.wiki/w/White_apron_(Gerrant's_Fishy_Business)", "price": 0 @@ -113303,9 +100494,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.01, - "release_date": "2006-05-22", - "examine": "A prop for holding up a tunnel roof.", "wiki_name": "Mining prop", "wiki_url": "https://oldschool.runescape.wiki/w/Mining_prop", "price": 0 @@ -113317,9 +100505,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.01, - "release_date": "2006-05-22", - "examine": "A box full of stolen Etceterian items.", "wiki_name": "Heavy box", "wiki_url": "https://oldschool.runescape.wiki/w/Heavy_box", "price": 0 @@ -113331,9 +100516,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.01, - "release_date": "2006-05-22", - "examine": "It says 'To the dungeons' on the side.", "wiki_name": "Empty box", "wiki_url": "https://oldschool.runescape.wiki/w/Empty_box", "price": 0 @@ -113345,9 +100527,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.01, - "release_date": "2006-05-22", - "examine": "A diary with one page.", "wiki_name": "Burnt diary (One page)", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_diary#One_page", "price": 0 @@ -113359,9 +100538,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.01, - "release_date": "2006-05-22", - "examine": "A diary with two pages.", "wiki_name": "Burnt diary (Two pages)", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_diary#Two_pages", "price": 0 @@ -113373,9 +100549,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.01, - "release_date": "2006-05-22", - "examine": "A diary with three pages.", "wiki_name": "Burnt diary (Three pages)", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_diary#Three_pages", "price": 0 @@ -113387,9 +100560,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.01, - "release_date": "2006-05-22", - "examine": "A diary with four pages.", "wiki_name": "Burnt diary (Four pages)", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_diary#Four_pages", "price": 0 @@ -113401,9 +100571,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.01, - "release_date": "2006-05-22", - "examine": "A diary with five pages.", "wiki_name": "Burnt diary (Five pages)", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_diary#Five_pages", "price": 0 @@ -113415,9 +100582,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.01, - "release_date": "2006-05-22", - "examine": "Sigrid's letter to Vargas.", "wiki_name": "Letter (Royal Trouble)", "wiki_url": "https://oldschool.runescape.wiki/w/Letter_(Royal_Trouble)", "price": 0 @@ -113429,9 +100593,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 1, - "release_date": "2006-05-22", - "examine": "A dwarf-made coal engine. It looks very sturdy.", "wiki_name": "Engine", "wiki_url": "https://oldschool.runescape.wiki/w/Engine", "price": 0 @@ -113443,9 +100604,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.01, - "release_date": "2006-05-22", - "examine": "An official-looking scroll.", "wiki_name": "Scroll (Royal Trouble)", "wiki_url": "https://oldschool.runescape.wiki/w/Scroll_(Royal_Trouble)", "price": 0 @@ -113457,9 +100615,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.01, - "release_date": "2006-05-22", - "examine": "A beam with a pulley attached.", "wiki_name": "Pulley beam", "wiki_url": "https://oldschool.runescape.wiki/w/Pulley_beam", "price": 0 @@ -113471,9 +100626,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.01, - "release_date": "2006-05-22", - "examine": "A long beam with a pulley attached.", "wiki_name": "Long pulley beam", "wiki_url": "https://oldschool.runescape.wiki/w/Long_pulley_beam", "price": 0 @@ -113485,9 +100637,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.01, - "release_date": "2006-05-22", - "examine": "A very long beam with a pulley attached.", "wiki_name": "Longer pulley beam", "wiki_url": "https://oldschool.runescape.wiki/w/Longer_pulley_beam", "price": 0 @@ -113499,9 +100648,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.01, - "release_date": "2006-05-22", - "examine": "The manual for an AMCE Lift-In-A-Box™.", "wiki_name": "Lift manual", "wiki_url": "https://oldschool.runescape.wiki/w/Lift_manual", "price": 0 @@ -113513,9 +100659,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.01, - "release_date": "2006-05-22", - "examine": "A wooden beam.", "wiki_name": "Beam", "wiki_url": "https://oldschool.runescape.wiki/w/Beam", "price": 0 @@ -113527,9 +100670,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.028, - "release_date": "2006-05-31", - "examine": "I wonder what happens when I ring it?", "wiki_name": "Servant bell (unobtainable item)", "wiki_url": "https://oldschool.runescape.wiki/w/Servant_bell_(unobtainable_item)", "price": 0 @@ -113541,9 +100681,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 10, - "release_date": "2006-05-31", - "examine": "I should get it stuffed!", "wiki_name": "Crawling hand (item)", "wiki_url": "https://oldschool.runescape.wiki/w/Crawling_hand_(item)", "price": 0 @@ -113555,9 +100692,6 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 10, - "release_date": "2006-05-31", - "examine": "I should get it stuffed!", "wiki_name": "Cockatrice head", "wiki_url": "https://oldschool.runescape.wiki/w/Cockatrice_head", "price": 0 @@ -113569,9 +100703,6 @@ "cost": 4000, "lowalch": 1600, "highalch": 2400, - "weight": 10, - "release_date": "2006-05-31", - "examine": "I should get it stuffed!", "wiki_name": "Basilisk head", "wiki_url": "https://oldschool.runescape.wiki/w/Basilisk_head", "price": 0 @@ -113583,9 +100714,6 @@ "cost": 6000, "lowalch": 2400, "highalch": 3600, - "weight": 10, - "release_date": "2006-05-31", - "examine": "I should get it stuffed!", "wiki_name": "Kurask head", "wiki_url": "https://oldschool.runescape.wiki/w/Kurask_head", "price": 0 @@ -113597,9 +100725,6 @@ "cost": 12000, "lowalch": 4800, "highalch": 7200, - "weight": 10, - "release_date": "2006-05-31", - "examine": "I should get it stuffed!", "wiki_name": "Abyssal head", "wiki_url": "https://oldschool.runescape.wiki/w/Abyssal_head", "price": 0 @@ -113611,9 +100736,6 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 10, - "release_date": "2006-05-31", - "examine": "I should get them stuffed!", "wiki_name": "Kbd heads", "wiki_url": "https://oldschool.runescape.wiki/w/Kbd_heads", "price": 0 @@ -113625,9 +100747,6 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 10, - "release_date": "2006-05-31", - "examine": "I should get it stuffed!", "wiki_name": "Kq head", "wiki_url": "https://oldschool.runescape.wiki/w/Kq_head", "price": 0 @@ -113639,9 +100758,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 10, - "release_date": "2006-05-31", - "examine": "I could mount this on my wall!", "wiki_name": "Stuffed crawling hand", "wiki_url": "https://oldschool.runescape.wiki/w/Stuffed_crawling_hand", "price": 0 @@ -113653,9 +100769,6 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 10, - "release_date": "2006-05-31", - "examine": "I could mount this on my wall!", "wiki_name": "Stuffed cockatrice head", "wiki_url": "https://oldschool.runescape.wiki/w/Stuffed_cockatrice_head", "price": 0 @@ -113667,9 +100780,6 @@ "cost": 4000, "lowalch": 1600, "highalch": 2400, - "weight": 10, - "release_date": "2006-05-31", - "examine": "I could mount this on my wall!", "wiki_name": "Stuffed basilisk head", "wiki_url": "https://oldschool.runescape.wiki/w/Stuffed_basilisk_head", "price": 0 @@ -113681,9 +100791,6 @@ "cost": 6000, "lowalch": 2400, "highalch": 3600, - "weight": 10, - "release_date": "2006-05-31", - "examine": "I could mount this on my wall!", "wiki_name": "Stuffed kurask head", "wiki_url": "https://oldschool.runescape.wiki/w/Stuffed_kurask_head", "price": 0 @@ -113695,9 +100802,6 @@ "cost": 12000, "lowalch": 4800, "highalch": 7200, - "weight": 10, - "release_date": "2006-05-31", - "examine": "I could mount this on my wall!", "wiki_name": "Stuffed abyssal head", "wiki_url": "https://oldschool.runescape.wiki/w/Stuffed_abyssal_head", "price": 0 @@ -113709,9 +100813,6 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 10, - "release_date": "2006-05-31", - "examine": "I could mount these on my wall!", "wiki_name": "Stuffed kbd heads", "wiki_url": "https://oldschool.runescape.wiki/w/Stuffed_kbd_heads", "price": 0 @@ -113723,9 +100824,6 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 10, - "release_date": "2006-05-31", - "examine": "I could mount this on my wall!", "wiki_name": "Stuffed kq head", "wiki_url": "https://oldschool.runescape.wiki/w/Stuffed_kq_head", "price": 0 @@ -113737,9 +100835,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 0.4, - "release_date": "2006-05-31", - "examine": "Whopper! I should get this stuffed!", "wiki_name": "Big bass", "wiki_url": "https://oldschool.runescape.wiki/w/Big_bass", "price": 0 @@ -113751,9 +100846,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 0.35, - "release_date": "2006-05-31", - "examine": "I should mount this on my wall!", "wiki_name": "Stuffed big bass", "wiki_url": "https://oldschool.runescape.wiki/w/Stuffed_big_bass", "price": 0 @@ -113765,9 +100857,6 @@ "cost": 2500, "lowalch": 1000, "highalch": 1500, - "weight": 0.5, - "release_date": "2006-05-31", - "examine": "Whopper! I should get this stuffed!", "wiki_name": "Big swordfish", "wiki_url": "https://oldschool.runescape.wiki/w/Big_swordfish", "price": 0 @@ -113779,9 +100868,6 @@ "cost": 2500, "lowalch": 1000, "highalch": 1500, - "weight": 0.45, - "release_date": "2006-05-31", - "examine": "I should mount this on my wall!", "wiki_name": "Stuffed big swordfish", "wiki_url": "https://oldschool.runescape.wiki/w/Stuffed_big_swordfish", "price": 0 @@ -113793,9 +100879,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.7, - "release_date": "2006-05-31", - "examine": "It's a monster! I should get this stuffed!", "wiki_name": "Big shark", "wiki_url": "https://oldschool.runescape.wiki/w/Big_shark", "price": 0 @@ -113807,9 +100890,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.65, - "release_date": "2006-05-31", - "examine": "I should mount this on my wall!", "wiki_name": "Stuffed big shark", "wiki_url": "https://oldschool.runescape.wiki/w/Stuffed_big_shark", "price": 0 @@ -113821,9 +100901,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 1, - "release_date": "2006-05-31", - "examine": "A portrait of King Arthur.", "wiki_name": "Arthur portrait", "wiki_url": "https://oldschool.runescape.wiki/w/Arthur_portrait", "price": 0 @@ -113835,9 +100912,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 1, - "release_date": "2006-05-31", - "examine": "A portrait of Elena.", "wiki_name": "Elena portrait", "wiki_url": "https://oldschool.runescape.wiki/w/Elena_portrait", "price": 0 @@ -113849,9 +100923,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 1, - "release_date": "2006-05-31", - "examine": "A painting of the statue of King Alvis of Keldagrim.", "wiki_name": "Keldagrim portrait", "wiki_url": "https://oldschool.runescape.wiki/w/Keldagrim_portrait", "price": 0 @@ -113863,9 +100934,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 1, - "release_date": "2006-05-31", - "examine": "A portrait of Prince Brand and Princess Astrid of Miscellania.", "wiki_name": "Misc. portrait", "wiki_url": "https://oldschool.runescape.wiki/w/Misc._portrait", "price": 0 @@ -113877,9 +100945,6 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 1, - "release_date": "2006-05-31", - "examine": "The searing Kharid Desert.", "wiki_name": "Desert painting", "wiki_url": "https://oldschool.runescape.wiki/w/Desert_painting", "price": 0 @@ -113891,9 +100956,6 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 1, - "release_date": "2006-05-31", - "examine": "The exotic land of the Elves.", "wiki_name": "Isafdar painting", "wiki_url": "https://oldschool.runescape.wiki/w/Isafdar_painting", "price": 0 @@ -113905,9 +100967,6 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 1, - "release_date": "2006-05-31", - "examine": "The tropical coast of Karamja.", "wiki_name": "Karamja painting", "wiki_url": "https://oldschool.runescape.wiki/w/Karamja_painting", "price": 0 @@ -113919,9 +100978,6 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 1, - "release_date": "2006-05-31", - "examine": "Oxtable's famous painting of the Lumbridge water mill.", "wiki_name": "Lumbridge painting", "wiki_url": "https://oldschool.runescape.wiki/w/Lumbridge_painting", "price": 0 @@ -113933,9 +100989,6 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 1, - "release_date": "2006-05-31", - "examine": "A painting of the spooky forests of Morytania.", "wiki_name": "Morytania painting", "wiki_url": "https://oldschool.runescape.wiki/w/Morytania_painting", "price": 0 @@ -113947,9 +101000,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 1, - "release_date": "2006-05-31", - "examine": "A small map of Gielinor.", "wiki_name": "Small map (item)", "wiki_url": "https://oldschool.runescape.wiki/w/Small_map_(item)", "price": 0 @@ -113961,9 +101011,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 1, - "release_date": "2006-05-31", - "examine": "A medium map of Gielinor.", "wiki_name": "Medium map (item)", "wiki_url": "https://oldschool.runescape.wiki/w/Medium_map_(item)", "price": 0 @@ -113975,9 +101022,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 1, - "release_date": "2006-05-31", - "examine": "A large map of Gielinor.", "wiki_name": "Large map (item)", "wiki_url": "https://oldschool.runescape.wiki/w/Large_map_(item)", "price": 0 @@ -113993,8 +101037,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 15000, - "release_date": "2006-05-31", - "examine": "A teleport to Varrock.", "wiki_name": "Varrock teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Varrock_teleport_(tablet)", "price": 452 @@ -114010,8 +101052,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 10000, - "release_date": "2006-05-31", - "examine": "A teleport to Lumbridge.", "wiki_name": "Lumbridge teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Lumbridge_teleport_(tablet)", "price": 527 @@ -114027,8 +101067,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 10000, - "release_date": "2006-05-31", - "examine": "A teleport to Falador.", "wiki_name": "Falador teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Falador_teleport_(tablet)", "price": 482 @@ -114044,8 +101082,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 15000, - "release_date": "2006-05-31", - "examine": "A teleport to Camelot.", "wiki_name": "Camelot teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Camelot_teleport_(tablet)", "price": 526 @@ -114061,8 +101097,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 10000, - "release_date": "2006-05-31", - "examine": "A teleport to East Ardougne.", "wiki_name": "Ardougne teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Ardougne_teleport_(tablet)", "price": 393 @@ -114078,8 +101112,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 10000, - "release_date": "2006-05-31", - "examine": "A teleport to the Yanille Watchtower.", "wiki_name": "Watchtower teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Watchtower_teleport_(tablet)", "price": 594 @@ -114095,8 +101127,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 15000, - "release_date": "2006-05-31", - "examine": "A teleport to one's own house.", "wiki_name": "Teleport to house (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Teleport_to_house_(tablet)", "price": 485 @@ -114112,8 +101142,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 10000, - "release_date": "2006-05-31", - "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": 452 @@ -114129,8 +101157,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 10000, - "release_date": "2006-05-31", - "examine": "A tablet containing a magic spell.", "wiki_name": "Bones to peaches (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Bones_to_peaches_(tablet)", "price": 529 @@ -114146,8 +101172,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 10000, - "release_date": "2006-05-31", - "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": 88 @@ -114163,8 +101187,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 10000, - "release_date": "2006-05-31", - "examine": "A tablet containing a magic spell.", "wiki_name": "Enchant emerald or jade", "wiki_url": "https://oldschool.runescape.wiki/w/Enchant_emerald_or_jade", "price": 901 @@ -114180,8 +101202,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 10000, - "release_date": "2006-05-31", - "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": 767 @@ -114197,8 +101217,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 10000, - "release_date": "2006-05-31", - "examine": "A tablet containing a magic spell.", "wiki_name": "Enchant diamond", "wiki_url": "https://oldschool.runescape.wiki/w/Enchant_diamond", "price": 1 @@ -114214,8 +101232,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 10000, - "release_date": "2006-05-31", - "examine": "A tablet containing a magic spell.", "wiki_name": "Enchant dragonstone", "wiki_url": "https://oldschool.runescape.wiki/w/Enchant_dragonstone", "price": 1 @@ -114231,8 +101247,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 10000, - "release_date": "2006-05-31", - "examine": "A tablet containing a magic spell.", "wiki_name": "Enchant onyx", "wiki_url": "https://oldschool.runescape.wiki/w/Enchant_onyx", "price": 143 @@ -114245,8 +101259,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2006-05-31", - "examine": "A tablet containing a magic spell.", "wiki_name": "Telekinetic grab (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Telekinetic_grab_(tablet)", "price": 0 @@ -117456,10 +104468,7 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 10, "buy_limit": 10000, - "release_date": "2006-05-31", - "examine": "You can plant this in your garden.", "wiki_name": "Bagged dead tree", "wiki_url": "https://oldschool.runescape.wiki/w/Bagged_dead_tree", "price": 0 @@ -117474,10 +104483,7 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 10, "buy_limit": 10000, - "release_date": "2006-05-31", - "examine": "You can plant this in your garden.", "wiki_name": "Bagged nice tree", "wiki_url": "https://oldschool.runescape.wiki/w/Bagged_nice_tree", "price": 3645 @@ -117492,10 +104498,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 10, "buy_limit": 10000, - "release_date": "2006-05-31", - "examine": "You can plant this in your garden.", "wiki_name": "Bagged oak tree", "wiki_url": "https://oldschool.runescape.wiki/w/Bagged_oak_tree", "price": 6741 @@ -117510,10 +104513,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 10, "buy_limit": 10000, - "release_date": "2006-05-31", - "examine": "You can plant this in your garden.", "wiki_name": "Bagged willow tree", "wiki_url": "https://oldschool.runescape.wiki/w/Bagged_willow_tree", "price": 12150 @@ -117528,10 +104528,7 @@ "cost": 15000, "lowalch": 6000, "highalch": 9000, - "weight": 10, "buy_limit": 10000, - "release_date": "2006-05-31", - "examine": "You can plant this in your garden.", "wiki_name": "Bagged maple tree", "wiki_url": "https://oldschool.runescape.wiki/w/Bagged_maple_tree", "price": 16512 @@ -117546,10 +104543,7 @@ "cost": 20000, "lowalch": 8000, "highalch": 12000, - "weight": 10, "buy_limit": 10000, - "release_date": "2006-05-31", - "examine": "You can plant this in your garden.", "wiki_name": "Bagged yew tree", "wiki_url": "https://oldschool.runescape.wiki/w/Bagged_yew_tree", "price": 25750 @@ -117564,10 +104558,7 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 10, "buy_limit": 10000, - "release_date": "2006-05-31", - "examine": "You can plant this in your garden.", "wiki_name": "Bagged magic tree", "wiki_url": "https://oldschool.runescape.wiki/w/Bagged_magic_tree", "price": 52615 @@ -117582,10 +104573,7 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 10, "buy_limit": 10000, - "release_date": "2006-05-31", - "examine": "You can plant this in your garden.", "wiki_name": "Bagged plant 1", "wiki_url": "https://oldschool.runescape.wiki/w/Bagged_plant_1", "price": 1735 @@ -117600,10 +104588,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 10, "buy_limit": 10000, - "release_date": "2006-05-31", - "examine": "You can plant this in your garden.", "wiki_name": "Bagged plant 2", "wiki_url": "https://oldschool.runescape.wiki/w/Bagged_plant_2", "price": 5951 @@ -117618,10 +104603,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 10, "buy_limit": 10000, - "release_date": "2006-05-31", - "examine": "You can plant this in your garden.", "wiki_name": "Bagged plant 3", "wiki_url": "https://oldschool.runescape.wiki/w/Bagged_plant_3", "price": 12325 @@ -117636,10 +104618,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 10, "buy_limit": 10000, - "release_date": "2006-05-31", - "examine": "You can plant this in your garden.", "wiki_name": "Thorny hedge (bagged)", "wiki_url": "https://oldschool.runescape.wiki/w/Thorny_hedge_(bagged)", "price": 4639 @@ -117654,10 +104633,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 10, "buy_limit": 10000, - "release_date": "2006-05-31", - "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 @@ -117672,10 +104648,7 @@ "cost": 15000, "lowalch": 6000, "highalch": 9000, - "weight": 10, "buy_limit": 10000, - "release_date": "2006-05-31", - "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": 6620 @@ -117690,10 +104663,7 @@ "cost": 20000, "lowalch": 8000, "highalch": 12000, - "weight": 10, "buy_limit": 10000, - "release_date": "2006-05-31", - "examine": "You can plant this in your garden.", "wiki_name": "Topiary hedge (bagged)", "wiki_url": "https://oldschool.runescape.wiki/w/Topiary_hedge_(bagged)", "price": 23422 @@ -117708,10 +104678,7 @@ "cost": 25000, "lowalch": 10000, "highalch": 15000, - "weight": 10, "buy_limit": 10000, - "release_date": "2006-05-31", - "examine": "You can plant this in your garden.", "wiki_name": "Fancy hedge (bagged)", "wiki_url": "https://oldschool.runescape.wiki/w/Fancy_hedge_(bagged)", "price": 18249 @@ -117726,10 +104693,7 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 10, "buy_limit": 10000, - "release_date": "2006-05-31", - "examine": "You can plant this in your garden.", "wiki_name": "Tall fancy hedge (bagged)", "wiki_url": "https://oldschool.runescape.wiki/w/Tall_fancy_hedge_(bagged)", "price": 31556 @@ -117744,10 +104708,7 @@ "cost": 100000, "lowalch": 40000, "highalch": 60000, - "weight": 10, "buy_limit": 10000, - "release_date": "2006-05-31", - "examine": "You can plant this in your garden.", "wiki_name": "Tall box hedge (bagged)", "wiki_url": "https://oldschool.runescape.wiki/w/Tall_box_hedge_(bagged)", "price": 114739 @@ -117762,10 +104723,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 10, "buy_limit": 10000, - "release_date": "2006-05-31", - "examine": "You can plant this in your garden.", "wiki_name": "Bagged flower", "wiki_url": "https://oldschool.runescape.wiki/w/Bagged_flower", "price": 7404 @@ -117780,10 +104738,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 10, "buy_limit": 10000, - "release_date": "2006-05-31", - "examine": "You can plant this in your garden.", "wiki_name": "Bagged daffodils", "wiki_url": "https://oldschool.runescape.wiki/w/Bagged_daffodils", "price": 7600 @@ -117798,10 +104753,7 @@ "cost": 15000, "lowalch": 6000, "highalch": 9000, - "weight": 10, "buy_limit": 10000, - "release_date": "2006-05-31", - "examine": "You can plant this in your garden.", "wiki_name": "Bagged bluebells", "wiki_url": "https://oldschool.runescape.wiki/w/Bagged_bluebells", "price": 20651 @@ -117816,10 +104768,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 10, "buy_limit": 10000, - "release_date": "2006-05-31", - "examine": "You can plant this in your garden.", "wiki_name": "Bagged sunflower", "wiki_url": "https://oldschool.runescape.wiki/w/Bagged_sunflower", "price": 6008 @@ -117834,10 +104783,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 10, "buy_limit": 10000, - "release_date": "2006-05-31", - "examine": "You can plant this in your garden.", "wiki_name": "Bagged marigolds", "wiki_url": "https://oldschool.runescape.wiki/w/Bagged_marigolds", "price": 12749 @@ -117852,10 +104798,7 @@ "cost": 15000, "lowalch": 6000, "highalch": 9000, - "weight": 10, "buy_limit": 10000, - "release_date": "2006-05-31", - "examine": "You can plant this in your garden.", "wiki_name": "Bagged roses", "wiki_url": "https://oldschool.runescape.wiki/w/Bagged_roses", "price": 18233 @@ -117867,9 +104810,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2006-05-31", - "examine": "How to build a house.", "wiki_name": "Construction guide", "wiki_url": "https://oldschool.runescape.wiki/w/Construction_guide", "price": 0 @@ -117883,9 +104823,6 @@ "cost": 35200, "lowalch": 14080, "highalch": 21120, - "weight": 2.721, - "release_date": "2006-05-31", - "examine": "The colours represent the symbol of Arrav.", "wiki_name": "Rune heraldic helm (Arrav)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_heraldic_helm_(Arrav)", "equipment": { @@ -117919,9 +104856,6 @@ "cost": 35200, "lowalch": 14080, "highalch": 21120, - "weight": 2.721, - "release_date": "2006-05-31", - "examine": "The colours represent Asgarnia.", "wiki_name": "Rune heraldic helm (Asgarnia)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_heraldic_helm_(Asgarnia)", "equipment": { @@ -117955,9 +104889,6 @@ "cost": 35200, "lowalch": 14080, "highalch": 21120, - "weight": 2.721, - "release_date": "2006-05-31", - "examine": "The colours represent the Dorgeshuun brooch.", "wiki_name": "Rune heraldic helm (Dorgeshuun)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_heraldic_helm_(Dorgeshuun)", "equipment": { @@ -117991,9 +104922,6 @@ "cost": 35200, "lowalch": 14080, "highalch": 21120, - "weight": 2.721, - "release_date": "2006-05-31", - "examine": "The colours represent a dragon.", "wiki_name": "Rune heraldic helm (Dragon)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_heraldic_helm_(Dragon)", "equipment": { @@ -118027,9 +104955,6 @@ "cost": 35200, "lowalch": 14080, "highalch": 21120, - "weight": 2.721, - "release_date": "2006-05-31", - "examine": "The colours represent a fairy.", "wiki_name": "Rune heraldic helm (Fairy)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_heraldic_helm_(Fairy)", "equipment": { @@ -118063,9 +104988,6 @@ "cost": 35200, "lowalch": 14080, "highalch": 21120, - "weight": 2.721, - "release_date": "2006-05-31", - "examine": "The colours represent Guthix.", "wiki_name": "Rune heraldic helm (Guthix)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_heraldic_helm_(Guthix)", "equipment": { @@ -118099,9 +105021,6 @@ "cost": 35200, "lowalch": 14080, "highalch": 21120, - "weight": 2.721, - "release_date": "2006-05-31", - "examine": "The colours represent the HAM cult.", "wiki_name": "Rune heraldic helm (HAM)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_heraldic_helm_(HAM)", "equipment": { @@ -118135,9 +105054,6 @@ "cost": 35200, "lowalch": 14080, "highalch": 21120, - "weight": 2.721, - "release_date": "2006-05-31", - "examine": "The colours represent the mythical 'horse'.", "wiki_name": "Rune heraldic helm (Horse)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_heraldic_helm_(Horse)", "equipment": { @@ -118171,9 +105087,6 @@ "cost": 35200, "lowalch": 14080, "highalch": 21120, - "weight": 2.721, - "release_date": "2006-05-31", - "examine": "The colours represent a Jogre.", "wiki_name": "Rune heraldic helm (Jogre)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_heraldic_helm_(Jogre)", "equipment": { @@ -118207,9 +105120,6 @@ "cost": 35200, "lowalch": 14080, "highalch": 21120, - "weight": 2.721, - "release_date": "2006-05-31", - "examine": "The colours represent Kandarin.", "wiki_name": "Rune heraldic helm (Kandarin)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_heraldic_helm_(Kandarin)", "equipment": { @@ -118243,9 +105153,6 @@ "cost": 35200, "lowalch": 14080, "highalch": 21120, - "weight": 2.721, - "release_date": "2006-05-31", - "examine": "The colours represent Misthalin.", "wiki_name": "Rune heraldic helm (Misthalin)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_heraldic_helm_(Misthalin)", "equipment": { @@ -118279,9 +105186,6 @@ "cost": 35200, "lowalch": 14080, "highalch": 21120, - "weight": 2.721, - "release_date": "2006-05-31", - "examine": "The colours represent money.", "wiki_name": "Rune heraldic helm (Money)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_heraldic_helm_(Money)", "equipment": { @@ -118315,9 +105219,6 @@ "cost": 35200, "lowalch": 14080, "highalch": 21120, - "weight": 2.721, - "release_date": "2006-05-31", - "examine": "The colours represent Saradomin.", "wiki_name": "Rune heraldic helm (Saradomin)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_heraldic_helm_(Saradomin)", "equipment": { @@ -118351,9 +105252,6 @@ "cost": 35200, "lowalch": 14080, "highalch": 21120, - "weight": 2.721, - "release_date": "2006-05-31", - "examine": "The colours represent a skull.", "wiki_name": "Rune heraldic helm (Skull)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_heraldic_helm_(Skull)", "equipment": { @@ -118387,9 +105285,6 @@ "cost": 35200, "lowalch": 14080, "highalch": 21120, - "weight": 2.721, - "release_date": "2006-05-31", - "examine": "The colours represent Varrock.", "wiki_name": "Rune heraldic helm (Varrock)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_heraldic_helm_(Varrock)", "equipment": { @@ -118423,9 +105318,6 @@ "cost": 35200, "lowalch": 14080, "highalch": 21120, - "weight": 2.721, - "release_date": "2006-05-31", - "examine": "The colours represent Zamorak.", "wiki_name": "Rune heraldic helm (Zamorak)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_heraldic_helm_(Zamorak)", "equipment": { @@ -118460,10 +105352,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Crude chair (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Crude_chair_(flatpack)", "price": 1991 @@ -118478,10 +105367,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Wooden chair (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Wooden_chair_(flatpack)", "price": 1809 @@ -118496,10 +105382,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Rocking chair (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Rocking_chair_(flatpack)", "price": 44 @@ -118514,10 +105397,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Oak chair (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Oak_chair_(flatpack)", "price": 26 @@ -118532,10 +105412,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Oak armchair (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Oak_armchair_(flatpack)", "price": 134 @@ -118550,10 +105427,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Teak armchair (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Teak_armchair_(flatpack)", "price": 16 @@ -118568,10 +105442,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Mahogany armchair (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Mahogany_armchair_(flatpack)", "price": 1033 @@ -118586,10 +105457,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Bookcase (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Bookcase_(flatpack)", "price": 250 @@ -118604,10 +105472,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Oak bookcase (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Oak_bookcase_(flatpack)", "price": 125 @@ -118622,10 +105487,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Mahogany bookcase (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Mahogany_bookcase_(flatpack)", "price": 113 @@ -118640,10 +105502,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Beer barrel (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Beer_barrel_(flatpack)", "price": 57 @@ -118658,10 +105517,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Cider barrel (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Cider_barrel_(flatpack)", "price": 10058 @@ -118676,10 +105532,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Asgarnian ale (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Asgarnian_ale_(flatpack)", "price": 5040 @@ -118694,10 +105547,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Greenman's ale (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Greenman's_ale_(flatpack)", "price": 7696 @@ -118712,10 +105562,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Dragon bitter (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_bitter_(flatpack)", "price": 50986 @@ -118730,10 +105577,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-05-31", - "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": 9906 @@ -118748,10 +105592,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Kitchen table (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Kitchen_table_(flatpack)", "price": 0 @@ -118766,10 +105607,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Oak kitchen table (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Oak_kitchen_table_(flatpack)", "price": 110 @@ -118784,10 +105622,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Teak kitchen table (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Teak_kitchen_table_(flatpack)", "price": 1 @@ -118801,9 +105636,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Oak lectern (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Oak_lectern_(flatpack)", "price": 0 @@ -118817,9 +105649,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Eagle lectern (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Eagle_lectern_(flatpack)", "price": 0 @@ -118833,9 +105662,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Demon lectern (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Demon_lectern_(flatpack)", "price": 0 @@ -118849,9 +105675,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Teak eagle lectern (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Teak_eagle_lectern_(flatpack)", "price": 0 @@ -118865,9 +105688,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Teak demon lectern (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Teak_demon_lectern_(flatpack)", "price": 0 @@ -118881,9 +105701,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Mahogany eagle (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Mahogany_eagle_(flatpack)", "price": 0 @@ -118897,9 +105714,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Mahogany demon (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Mahogany_demon_(flatpack)", "price": 0 @@ -118914,10 +105728,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Wood dining table (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Wood_dining_table_(flatpack)", "price": 5 @@ -118932,10 +105743,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-05-31", - "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": 127 @@ -118950,10 +105758,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Carved oak table (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Carved_oak_table_(flatpack)", "price": 2 @@ -118968,10 +105773,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Teak table (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Teak_table_(flatpack)", "price": 6 @@ -118986,10 +105788,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Carved teak table (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Carved_teak_table_(flatpack)", "price": 10 @@ -119004,10 +105803,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Mahogany table (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Mahogany_table_(flatpack)", "price": 18 @@ -119022,10 +105818,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Opulent table (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Opulent_table_(flatpack)", "price": 309801 @@ -119040,10 +105833,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Wooden bench (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Wooden_bench_(flatpack)", "price": 12 @@ -119058,10 +105848,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Oak bench (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Oak_bench_(flatpack)", "price": 68 @@ -119076,10 +105863,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Carved oak bench (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Carved_oak_bench_(flatpack)", "price": 132 @@ -119094,10 +105878,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Teak dining bench (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Teak_dining_bench_(flatpack)", "price": 1 @@ -119112,10 +105893,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-05-31", - "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": 27 @@ -119130,10 +105908,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Mahogany bench (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Mahogany_bench_(flatpack)", "price": 1375 @@ -119148,10 +105923,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Gilded bench (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Gilded_bench_(flatpack)", "price": 420060 @@ -119166,10 +105938,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Wooden bed (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Wooden_bed_(flatpack)", "price": 1725 @@ -119184,10 +105953,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Oak bed (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Oak_bed_(flatpack)", "price": 35250 @@ -119202,10 +105968,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Large oak bed (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Large_oak_bed_(flatpack)", "price": 491 @@ -119220,10 +105983,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Teak bed (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Teak_bed_(flatpack)", "price": 1926 @@ -119238,10 +105998,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Large teak bed (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Large_teak_bed_(flatpack)", "price": 6203 @@ -119256,10 +106013,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-05-31", - "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": 5940 @@ -119274,10 +106028,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Gilded four-poster (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Gilded_four-poster_(flatpack)", "price": 385000 @@ -119292,10 +106043,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Oak clock (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Oak_clock_(flatpack)", "price": 1 @@ -119310,10 +106058,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Teak clock (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Teak_clock_(flatpack)", "price": 1400 @@ -119328,10 +106073,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Gilded clock (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Gilded_clock_(flatpack)", "price": 745500 @@ -119346,10 +106088,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Shaving stand (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Shaving_stand_(flatpack)", "price": 5500 @@ -119364,10 +106103,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Oak shaving stand (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Oak_shaving_stand_(flatpack)", "price": 535 @@ -119382,10 +106118,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Oak dresser (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Oak_dresser_(flatpack)", "price": 386 @@ -119400,10 +106133,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Teak dresser (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Teak_dresser_(flatpack)", "price": 1073 @@ -119418,10 +106148,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Fancy teak dresser (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Fancy_teak_dresser_(flatpack)", "price": 329 @@ -119436,10 +106163,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Mahogany dresser (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Mahogany_dresser_(flatpack)", "price": 8094 @@ -119454,10 +106178,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Gilded dresser (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Gilded_dresser_(flatpack)", "price": 497500 @@ -119472,10 +106193,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Shoe box (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Shoe_box_(flatpack)", "price": 51 @@ -119490,10 +106208,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Oak drawers (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Oak_drawers_(flatpack)", "price": 34 @@ -119508,10 +106223,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Oak wardrobe (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Oak_wardrobe_(flatpack)", "price": 11 @@ -119526,10 +106238,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Teak drawers (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Teak_drawers_(flatpack)", "price": 48 @@ -119544,10 +106253,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Teak wardrobe (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Teak_wardrobe_(flatpack)", "price": 5064 @@ -119562,10 +106268,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Mahogany wardrobe (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Mahogany_wardrobe_(flatpack)", "price": 1058 @@ -119580,10 +106283,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Gilded wardrobe (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Gilded_wardrobe_(flatpack)", "price": 546000 @@ -119597,9 +106297,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Crystal ball (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_ball_(flatpack)", "price": 0 @@ -119613,9 +106310,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Elemental sphere (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Elemental_sphere_(flatpack)", "price": 0 @@ -119629,9 +106323,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Crystal of power (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_of_power_(flatpack)", "price": 0 @@ -119645,9 +106336,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Globe (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Globe_(flatpack)", "price": 0 @@ -119661,9 +106349,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Ornamental globe (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Ornamental_globe_(flatpack)", "price": 0 @@ -119677,9 +106362,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Lunar globe (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Lunar_globe_(flatpack)", "price": 0 @@ -119693,9 +106375,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Celestial globe (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Celestial_globe_(flatpack)", "price": 0 @@ -119709,9 +106388,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Armillary sphere (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Armillary_sphere_(flatpack)", "price": 0 @@ -119725,9 +106401,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Small orrery (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Small_orrery_(flatpack)", "price": 0 @@ -119741,9 +106414,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Large orrery (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Large_orrery_(flatpack)", "price": 0 @@ -119757,9 +106427,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Oak telescope (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Oak_telescope_(flatpack)", "price": 0 @@ -119773,9 +106440,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Teak telescope (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Teak_telescope_(flatpack)", "price": 0 @@ -119788,9 +106452,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, - "release_date": "2006-05-31", - "examine": "How does it all fit in there?", "wiki_name": "Mahogany telescope (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Mahogany_telescope_(flatpack)", "price": 0 @@ -119805,9 +106466,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2006-05-31", - "examine": "A banner with the symbol of Arrav.", "wiki_name": "Banner (Arrav)", "wiki_url": "https://oldschool.runescape.wiki/w/Banner_(Arrav)", "equipment": { @@ -119874,9 +106532,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2006-05-31", - "examine": "A banner with the symbol of Asgarnia.", "wiki_name": "Banner (Asgarnia)", "wiki_url": "https://oldschool.runescape.wiki/w/Banner_(Asgarnia)", "equipment": { @@ -119943,9 +106598,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2006-05-31", - "examine": "A banner with a picture of the Dorgeshuun brooch.", "wiki_name": "Banner (Dorgeshuun)", "wiki_url": "https://oldschool.runescape.wiki/w/Banner_(Dorgeshuun)", "equipment": { @@ -120012,9 +106664,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2006-05-31", - "examine": "A banner with a picture of a dragon.", "wiki_name": "Banner (Dragon)", "wiki_url": "https://oldschool.runescape.wiki/w/Banner_(Dragon)", "equipment": { @@ -120081,9 +106730,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2006-05-31", - "examine": "A banner with a picture of a fairy.", "wiki_name": "Banner (Fairy)", "wiki_url": "https://oldschool.runescape.wiki/w/Banner_(Fairy)", "equipment": { @@ -120150,9 +106796,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2006-05-31", - "examine": "A banner with the symbol of Guthix.", "wiki_name": "Banner (Guthix)", "wiki_url": "https://oldschool.runescape.wiki/w/Banner_(Guthix)", "equipment": { @@ -120219,9 +106862,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2006-05-31", - "examine": "A banner with the symbol of the HAM cult.", "wiki_name": "Banner (HAM)", "wiki_url": "https://oldschool.runescape.wiki/w/Banner_(HAM)", "equipment": { @@ -120288,9 +106928,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2006-05-31", - "examine": "A banner with a picture of the mythical 'horse'.", "wiki_name": "Banner (Horse)", "wiki_url": "https://oldschool.runescape.wiki/w/Banner_(Horse)", "equipment": { @@ -120357,9 +106994,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2006-05-31", - "examine": "A banner with a picture of a Jogre.", "wiki_name": "Banner (Jogre)", "wiki_url": "https://oldschool.runescape.wiki/w/Banner_(Jogre)", "equipment": { @@ -120426,9 +107060,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2006-05-31", - "examine": "A banner with the symbol of Kandarin.", "wiki_name": "Banner (Kandarin)", "wiki_url": "https://oldschool.runescape.wiki/w/Banner_(Kandarin)", "equipment": { @@ -120495,9 +107126,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2006-05-31", - "examine": "A banner with the symbol of Misthalin.", "wiki_name": "Banner (Misthalin)", "wiki_url": "https://oldschool.runescape.wiki/w/Banner_(Misthalin)", "equipment": { @@ -120564,9 +107192,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2006-05-31", - "examine": "A banner with a picture of a money-bag.", "wiki_name": "Banner (Money)", "wiki_url": "https://oldschool.runescape.wiki/w/Banner_(Money)", "equipment": { @@ -120633,9 +107258,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2006-05-31", - "examine": "A banner with the symbol of Saradomin.", "wiki_name": "Banner (Saradomin)", "wiki_url": "https://oldschool.runescape.wiki/w/Banner_(Saradomin)", "equipment": { @@ -120702,9 +107324,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2006-05-31", - "examine": "A banner with a picture of a skull.", "wiki_name": "Banner (Skull)", "wiki_url": "https://oldschool.runescape.wiki/w/Banner_(Skull)", "equipment": { @@ -120771,9 +107390,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2006-05-31", - "examine": "A banner with the symbol of Varrock.", "wiki_name": "Banner (Varrock)", "wiki_url": "https://oldschool.runescape.wiki/w/Banner_(Varrock)", "equipment": { @@ -120840,9 +107456,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2006-05-31", - "examine": "A banner with the symbol of Zamorak.", "wiki_name": "Banner (Zamorak)", "wiki_url": "https://oldschool.runescape.wiki/w/Banner_(Zamorak)", "equipment": { @@ -120908,9 +107521,6 @@ "cost": 600, "lowalch": 240, "highalch": 360, - "weight": 2.721, - "release_date": "2006-05-31", - "examine": "The colours represent the symbol of Arrav.", "wiki_name": "Steel heraldic helm (Arrav)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_heraldic_helm_(Arrav)", "equipment": { @@ -120944,9 +107554,6 @@ "cost": 600, "lowalch": 240, "highalch": 360, - "weight": 2.721, - "release_date": "2006-05-31", - "examine": "The colours represent Asgarnia.", "wiki_name": "Steel heraldic helm (Asgarnia)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_heraldic_helm_(Asgarnia)", "equipment": { @@ -120980,9 +107587,6 @@ "cost": 600, "lowalch": 240, "highalch": 360, - "weight": 2.721, - "release_date": "2006-05-31", - "examine": "The colours represent the Dorgeshuun brooch.", "wiki_name": "Steel heraldic helm (Dorgeshuun)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_heraldic_helm_(Dorgeshuun)", "equipment": { @@ -121016,9 +107620,6 @@ "cost": 600, "lowalch": 240, "highalch": 360, - "weight": 2.721, - "release_date": "2006-05-31", - "examine": "The colours represent a dragon.", "wiki_name": "Steel heraldic helm (Dragon)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_heraldic_helm_(Dragon)", "equipment": { @@ -121052,9 +107653,6 @@ "cost": 600, "lowalch": 240, "highalch": 360, - "weight": 2.721, - "release_date": "2006-05-31", - "examine": "The colours represent a fairy.", "wiki_name": "Steel heraldic helm (Fairy)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_heraldic_helm_(Fairy)", "equipment": { @@ -121088,9 +107686,6 @@ "cost": 600, "lowalch": 240, "highalch": 360, - "weight": 2.721, - "release_date": "2006-05-31", - "examine": "The colours represent Guthix.", "wiki_name": "Steel heraldic helm (Guthix)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_heraldic_helm_(Guthix)", "equipment": { @@ -121124,9 +107719,6 @@ "cost": 600, "lowalch": 240, "highalch": 360, - "weight": 2.721, - "release_date": "2006-05-31", - "examine": "The colours represent the HAM cult.", "wiki_name": "Steel heraldic helm (HAM)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_heraldic_helm_(HAM)", "equipment": { @@ -121160,9 +107752,6 @@ "cost": 600, "lowalch": 240, "highalch": 360, - "weight": 2.721, - "release_date": "2006-05-31", - "examine": "The colours represent the mythical 'horse'.", "wiki_name": "Steel heraldic helm (Horse)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_heraldic_helm_(Horse)", "equipment": { @@ -121196,9 +107785,6 @@ "cost": 600, "lowalch": 240, "highalch": 360, - "weight": 2.721, - "release_date": "2006-05-31", - "examine": "The colours represent a Jogre.", "wiki_name": "Steel heraldic helm (Jogre)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_heraldic_helm_(Jogre)", "equipment": { @@ -121232,9 +107818,6 @@ "cost": 600, "lowalch": 240, "highalch": 360, - "weight": 2.721, - "release_date": "2006-05-31", - "examine": "The colours represent Kandarin.", "wiki_name": "Steel heraldic helm (Kandarin)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_heraldic_helm_(Kandarin)", "equipment": { @@ -121268,9 +107851,6 @@ "cost": 600, "lowalch": 240, "highalch": 360, - "weight": 2.721, - "release_date": "2006-05-31", - "examine": "The colours represent Misthalin.", "wiki_name": "Steel heraldic helm (Misthalin)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_heraldic_helm_(Misthalin)", "equipment": { @@ -121304,9 +107884,6 @@ "cost": 600, "lowalch": 240, "highalch": 360, - "weight": 2.721, - "release_date": "2006-05-31", - "examine": "The colours represent money.", "wiki_name": "Steel heraldic helm (Money)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_heraldic_helm_(Money)", "equipment": { @@ -121340,9 +107917,6 @@ "cost": 600, "lowalch": 240, "highalch": 360, - "weight": 2.721, - "release_date": "2006-05-31", - "examine": "The colours represent Saradomin.", "wiki_name": "Steel heraldic helm (Saradomin)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_heraldic_helm_(Saradomin)", "equipment": { @@ -121376,9 +107950,6 @@ "cost": 600, "lowalch": 240, "highalch": 360, - "weight": 2.721, - "release_date": "2006-05-31", - "examine": "The colours represent a skull.", "wiki_name": "Steel heraldic helm (Skull)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_heraldic_helm_(Skull)", "equipment": { @@ -121412,9 +107983,6 @@ "cost": 600, "lowalch": 240, "highalch": 360, - "weight": 2.721, - "release_date": "2006-05-31", - "examine": "The colours represent Varrock.", "wiki_name": "Steel heraldic helm (Varrock)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_heraldic_helm_(Varrock)", "equipment": { @@ -121448,9 +108016,6 @@ "cost": 600, "lowalch": 240, "highalch": 360, - "weight": 2.721, - "release_date": "2006-05-31", - "examine": "The colours represent Zamorak.", "wiki_name": "Steel heraldic helm (Zamorak)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_heraldic_helm_(Zamorak)", "equipment": { @@ -121484,9 +108049,6 @@ "cost": 54400, "lowalch": 21760, "highalch": 32640, - "weight": 5.443, - "release_date": "2006-05-31", - "examine": "A shield with the symbol of Arrav.", "wiki_name": "Rune kiteshield (Arrav)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_kiteshield_(Arrav)", "equipment": { @@ -121520,9 +108082,6 @@ "cost": 54400, "lowalch": 21760, "highalch": 32640, - "weight": 5.443, - "release_date": "2006-05-31", - "examine": "A shield with the symbol of Asgarnia.", "wiki_name": "Rune kiteshield (Asgarnia)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_kiteshield_(Asgarnia)", "equipment": { @@ -121556,9 +108115,6 @@ "cost": 54400, "lowalch": 21760, "highalch": 32640, - "weight": 5.443, - "release_date": "2006-05-31", - "examine": "A shield with a picture of the Dorgeshuun brooch.", "wiki_name": "Rune kiteshield (Dorgeshuun)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_kiteshield_(Dorgeshuun)", "equipment": { @@ -121592,9 +108148,6 @@ "cost": 54400, "lowalch": 21760, "highalch": 32640, - "weight": 5.443, - "release_date": "2006-05-31", - "examine": "A shield with a picture of a dragon.", "wiki_name": "Rune kiteshield (Dragon)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_kiteshield_(Dragon)", "equipment": { @@ -121628,9 +108181,6 @@ "cost": 54400, "lowalch": 21760, "highalch": 32640, - "weight": 5.443, - "release_date": "2006-05-31", - "examine": "A shield with a picture of a fairy.", "wiki_name": "Rune kiteshield (Fairy)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_kiteshield_(Fairy)", "equipment": { @@ -121664,9 +108214,6 @@ "cost": 54400, "lowalch": 21760, "highalch": 32640, - "weight": 5.443, - "release_date": "2006-05-31", - "examine": "A shield with the symbol of Guthix.", "wiki_name": "Rune kiteshield (Guthix)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_kiteshield_(Guthix)", "equipment": { @@ -121700,9 +108247,6 @@ "cost": 54400, "lowalch": 21760, "highalch": 32640, - "weight": 5.443, - "release_date": "2006-05-31", - "examine": "A shield with the symbol of the HAM cult.", "wiki_name": "Rune kiteshield (HAM)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_kiteshield_(HAM)", "equipment": { @@ -121736,9 +108280,6 @@ "cost": 54400, "lowalch": 21760, "highalch": 32640, - "weight": 5.443, - "release_date": "2006-05-31", - "examine": "A shield with a picture of the mythical 'horse'.", "wiki_name": "Rune kiteshield (Horse)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_kiteshield_(Horse)", "equipment": { @@ -121772,9 +108313,6 @@ "cost": 54400, "lowalch": 21760, "highalch": 32640, - "weight": 5.443, - "release_date": "2006-05-31", - "examine": "A shield with a picture of a Jogre.", "wiki_name": "Rune kiteshield (Jogre)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_kiteshield_(Jogre)", "equipment": { @@ -121808,9 +108346,6 @@ "cost": 54400, "lowalch": 21760, "highalch": 32640, - "weight": 5.443, - "release_date": "2006-05-31", - "examine": "A shield with the symbol of Kandarin.", "wiki_name": "Rune kiteshield (Kandarin)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_kiteshield_(Kandarin)", "equipment": { @@ -121844,9 +108379,6 @@ "cost": 54400, "lowalch": 21760, "highalch": 32640, - "weight": 5.443, - "release_date": "2006-05-31", - "examine": "A shield with the symbol of Misthalin.", "wiki_name": "Rune kiteshield (Misthalin)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_kiteshield_(Misthalin)", "equipment": { @@ -121880,9 +108412,6 @@ "cost": 54400, "lowalch": 21760, "highalch": 32640, - "weight": 5.443, - "release_date": "2006-05-31", - "examine": "A shield with a picture of a money-bag.", "wiki_name": "Rune kiteshield (Money)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_kiteshield_(Money)", "equipment": { @@ -121916,9 +108445,6 @@ "cost": 54400, "lowalch": 21760, "highalch": 32640, - "weight": 5.443, - "release_date": "2006-05-31", - "examine": "A shield with the symbol of Saradomin.", "wiki_name": "Rune kiteshield (Saradomin)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_kiteshield_(Saradomin)", "equipment": { @@ -121952,9 +108478,6 @@ "cost": 54400, "lowalch": 21760, "highalch": 32640, - "weight": 5.443, - "release_date": "2006-05-31", - "examine": "A shield with a picture of a skull.", "wiki_name": "Rune kiteshield (Skull)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_kiteshield_(Skull)", "equipment": { @@ -121988,9 +108511,6 @@ "cost": 54400, "lowalch": 21760, "highalch": 32640, - "weight": 5.443, - "release_date": "2006-05-31", - "examine": "A shield with the symbol of Varrock.", "wiki_name": "Rune kiteshield (Varrock)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_kiteshield_(Varrock)", "equipment": { @@ -122024,9 +108544,6 @@ "cost": 54400, "lowalch": 21760, "highalch": 32640, - "weight": 5.443, - "release_date": "2006-05-31", - "examine": "A shield with the symbol of Zamorak.", "wiki_name": "Rune kiteshield (Zamorak)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_kiteshield_(Zamorak)", "equipment": { @@ -122060,9 +108577,6 @@ "cost": 900, "lowalch": 360, "highalch": 540, - "weight": 5.443, - "release_date": "2006-05-31", - "examine": "A shield with the symbol of Arrav.", "wiki_name": "Steel kiteshield (Arrav)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_kiteshield_(Arrav)", "equipment": { @@ -122096,9 +108610,6 @@ "cost": 900, "lowalch": 360, "highalch": 540, - "weight": 5.443, - "release_date": "2006-05-31", - "examine": "A shield with the symbol of Asgarnia.", "wiki_name": "Steel kiteshield (Asgarnia)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_kiteshield_(Asgarnia)", "equipment": { @@ -122132,9 +108643,6 @@ "cost": 900, "lowalch": 360, "highalch": 540, - "weight": 5.443, - "release_date": "2006-05-31", - "examine": "A shield with a picture of the Dorgeshuun brooch.", "wiki_name": "Steel kiteshield (Dorgeshuun)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_kiteshield_(Dorgeshuun)", "equipment": { @@ -122168,9 +108676,6 @@ "cost": 900, "lowalch": 360, "highalch": 540, - "weight": 5.443, - "release_date": "2006-05-31", - "examine": "A shield with a picture of a dragon.", "wiki_name": "Steel kiteshield (Dragon)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_kiteshield_(Dragon)", "equipment": { @@ -122204,9 +108709,6 @@ "cost": 900, "lowalch": 360, "highalch": 540, - "weight": 5.443, - "release_date": "2006-05-31", - "examine": "A shield with a picture of a fairy.", "wiki_name": "Steel kiteshield (Fairy)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_kiteshield_(Fairy)", "equipment": { @@ -122240,9 +108742,6 @@ "cost": 900, "lowalch": 360, "highalch": 540, - "weight": 5.443, - "release_date": "2006-05-31", - "examine": "A shield with the symbol of Guthix.", "wiki_name": "Steel kiteshield (Guthix)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_kiteshield_(Guthix)", "equipment": { @@ -122276,9 +108775,6 @@ "cost": 900, "lowalch": 360, "highalch": 540, - "weight": 5.443, - "release_date": "2006-05-31", - "examine": "A shield with the symbol of the HAM cult.", "wiki_name": "Steel kiteshield (HAM)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_kiteshield_(HAM)", "equipment": { @@ -122312,9 +108808,6 @@ "cost": 900, "lowalch": 360, "highalch": 540, - "weight": 5.443, - "release_date": "2006-05-31", - "examine": "A shield with a picture of the mythical 'horse'.", "wiki_name": "Steel kiteshield (Horse)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_kiteshield_(Horse)", "equipment": { @@ -122348,9 +108841,6 @@ "cost": 900, "lowalch": 360, "highalch": 540, - "weight": 5.443, - "release_date": "2006-05-31", - "examine": "A shield with a picture of a Jogre.", "wiki_name": "Steel kiteshield (Jogre)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_kiteshield_(Jogre)", "equipment": { @@ -122384,9 +108874,6 @@ "cost": 900, "lowalch": 360, "highalch": 540, - "weight": 5.443, - "release_date": "2006-05-31", - "examine": "A shield with the symbol of Kandarin.", "wiki_name": "Steel kiteshield (Kandarin)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_kiteshield_(Kandarin)", "equipment": { @@ -122420,9 +108907,6 @@ "cost": 900, "lowalch": 360, "highalch": 540, - "weight": 5.443, - "release_date": "2006-05-31", - "examine": "A shield with the symbol of Misthalin.", "wiki_name": "Steel kiteshield (Misthalin)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_kiteshield_(Misthalin)", "equipment": { @@ -122456,9 +108940,6 @@ "cost": 900, "lowalch": 360, "highalch": 540, - "weight": 5.443, - "release_date": "2006-05-31", - "examine": "A shield with a picture of a money-bag.", "wiki_name": "Steel kiteshield (Money)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_kiteshield_(Money)", "equipment": { @@ -122492,9 +108973,6 @@ "cost": 900, "lowalch": 360, "highalch": 540, - "weight": 5.443, - "release_date": "2006-05-31", - "examine": "A shield with the symbol of Saradomin.", "wiki_name": "Steel kiteshield (Saradomin)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_kiteshield_(Saradomin)", "equipment": { @@ -122528,9 +109006,6 @@ "cost": 900, "lowalch": 360, "highalch": 540, - "weight": 5.443, - "release_date": "2006-05-31", - "examine": "A shield with a picture of a skull.", "wiki_name": "Steel kiteshield (Skull)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_kiteshield_(Skull)", "equipment": { @@ -122564,9 +109039,6 @@ "cost": 900, "lowalch": 360, "highalch": 540, - "weight": 5.443, - "release_date": "2006-05-31", - "examine": "A shield with the symbol of Varrock.", "wiki_name": "Steel kiteshield (Varrock)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_kiteshield_(Varrock)", "equipment": { @@ -122600,9 +109072,6 @@ "cost": 900, "lowalch": 360, "highalch": 540, - "weight": 5.443, - "release_date": "2006-05-31", - "examine": "A shield with the symbol of Zamorak.", "wiki_name": "Steel kiteshield (Zamorak)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_kiteshield_(Zamorak)", "equipment": { @@ -122637,10 +109106,7 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 0.8, "buy_limit": 13000, - "release_date": "2006-05-31", - "examine": "A plank of sturdy oak.", "wiki_name": "Oak plank", "wiki_url": "https://oldschool.runescape.wiki/w/Oak_plank", "price": 461 @@ -122655,10 +109121,7 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 0.8, "buy_limit": 13000, - "release_date": "2006-05-31", - "examine": "A plank of fine teak.", "wiki_name": "Teak plank", "wiki_url": "https://oldschool.runescape.wiki/w/Teak_plank", "price": 853 @@ -122673,10 +109136,7 @@ "cost": 1500, "lowalch": 600, "highalch": 900, - "weight": 0.8, "buy_limit": 13000, - "release_date": "2006-05-31", - "examine": "A plank of expensive mahogany.", "wiki_name": "Mahogany plank", "wiki_url": "https://oldschool.runescape.wiki/w/Mahogany_plank", "price": 2175 @@ -122691,10 +109151,7 @@ "cost": 100000, "lowalch": 40000, "highalch": 60000, - "weight": 1, "buy_limit": 11000, - "release_date": "2006-05-31", - "examine": "A very delicate sheet of gold.", "wiki_name": "Gold leaf", "wiki_url": "https://oldschool.runescape.wiki/w/Gold_leaf", "price": 133131 @@ -122709,10 +109166,7 @@ "cost": 250000, "lowalch": 100000, "highalch": 150000, - "weight": 13.607, "buy_limit": 11000, - "release_date": "2006-05-31", - "examine": "A beautifully carved marble block.", "wiki_name": "Marble block", "wiki_url": "https://oldschool.runescape.wiki/w/Marble_block", "price": 334016 @@ -122727,10 +109181,7 @@ "cost": 750000, "lowalch": 300000, "highalch": 450000, - "weight": 1, "buy_limit": 11000, - "release_date": "2006-05-31", - "examine": "A magic stone to make high-level furniture.", "wiki_name": "Magic stone", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_stone", "price": 986888 @@ -122745,10 +109196,7 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 1, "buy_limit": 13000, - "release_date": "2006-05-31", - "examine": "A bolt of ordinary cloth.", "wiki_name": "Bolt of cloth", "wiki_url": "https://oldschool.runescape.wiki/w/Bolt_of_cloth", "price": 863 @@ -122763,10 +109211,7 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 1, "buy_limit": 11000, - "release_date": "2006-05-31", - "examine": "A clockwork mechanism.", "wiki_name": "Clockwork", "wiki_url": "https://oldschool.runescape.wiki/w/Clockwork", "price": 720 @@ -122781,10 +109226,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 40, - "release_date": "2006-05-31", - "examine": "Good for cutting wood.", "wiki_name": "Saw", "wiki_url": "https://oldschool.runescape.wiki/w/Saw", "price": 3 @@ -122799,10 +109241,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.8, "buy_limit": 13000, - "release_date": "2006-05-31", - "examine": "A hefty beam of timber, perfect for building temples.", "wiki_name": "Timber beam", "wiki_url": "https://oldschool.runescape.wiki/w/Timber_beam", "price": 742 @@ -122816,9 +109255,6 @@ "cost": 48000, "lowalch": 19200, "highalch": 28800, - "weight": 6.803, - "release_date": "2006-06-06", - "examine": "Torso armour from the order of the Void Knights.", "wiki_name": "Void knight top (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Void_knight_top#Normal", "equipment": { @@ -122858,9 +109294,6 @@ "cost": 45000, "lowalch": 18000, "highalch": 27000, - "weight": 8.164, - "release_date": "2006-06-06", - "examine": "Leg armour from the order of the Void Knights.", "wiki_name": "Void knight robe (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Void_knight_robe#Normal", "equipment": { @@ -122901,9 +109334,6 @@ "cost": 12000, "lowalch": 4800, "highalch": 7200, - "weight": 1.814, - "release_date": "2006-06-06", - "examine": "A mace used by the order of the Void Knights.", "wiki_name": "Void knight mace (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Void_knight_mace#Normal", "equipment": { @@ -122984,9 +109414,6 @@ "cost": 6052, "lowalch": 2420, "highalch": 3631, - "weight": 0.453, - "release_date": "2006-06-06", - "examine": "Gloves as used by the order of the Void Knights.", "wiki_name": "Void knight gloves (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Void_knight_gloves#Normal", "equipment": { @@ -123026,9 +109453,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2006-06-13", - "examine": "A defensive weapon.", "wiki_name": "Bronze defender (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_defender#Normal", "equipment": { @@ -123063,9 +109487,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2006-06-13", - "examine": "A defensive weapon.", "wiki_name": "Iron defender (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_defender#Normal", "equipment": { @@ -123100,9 +109521,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2006-06-13", - "examine": "A defensive weapon.", "wiki_name": "Steel defender (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_defender#Normal", "equipment": { @@ -123137,9 +109555,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2006-06-13", - "examine": "A defensive weapon.", "wiki_name": "Black defender (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_defender#Normal", "equipment": { @@ -123174,9 +109589,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2006-06-13", - "examine": "A defensive weapon.", "wiki_name": "Mithril defender (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_defender#Normal", "equipment": { @@ -123211,9 +109623,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2006-06-13", - "examine": "A defensive weapon.", "wiki_name": "Adamant defender (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_defender#Normal", "equipment": { @@ -123248,9 +109657,6 @@ "cost": 65004, "lowalch": 26001, "highalch": 39002, - "weight": 0.453, - "release_date": "2006-06-13", - "examine": "A defensive weapon.", "wiki_name": "Rune defender (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_defender#Normal", "equipment": { @@ -123284,8 +109690,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2006-06-13", - "examine": "Warrior Guild Token.", "wiki_name": "Warrior guild token", "wiki_url": "https://oldschool.runescape.wiki/w/Warrior_guild_token", "price": 0 @@ -123297,9 +109701,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 3.628, - "release_date": "2006-06-13", - "examine": "Large, round, heavy shield.", "wiki_name": "Defensive shield", "wiki_url": "https://oldschool.runescape.wiki/w/Defensive_shield", "price": 0 @@ -123311,9 +109712,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2006-06-13", - "examine": "Just landed shot.", "wiki_name": "Shot (animation item)", "wiki_url": "https://oldschool.runescape.wiki/w/Shot_(animation_item)", "price": 0 @@ -123323,9 +109721,6 @@ "name": "18lb shot", "members": true, "cost": 1, - "weight": 8.164, - "release_date": "2006-06-13", - "examine": "Just landed 18lb shot.", "wiki_name": "18lb shot", "wiki_url": "https://oldschool.runescape.wiki/w/18lb_shot", "price": 0 @@ -123335,9 +109730,6 @@ "name": "22lb shot", "members": true, "cost": 1, - "weight": 9.979, - "release_date": "2006-06-13", - "examine": "Just landed 22lb shot.", "wiki_name": "22lb shot", "wiki_url": "https://oldschool.runescape.wiki/w/22lb_shot", "price": 0 @@ -123349,9 +109741,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 4.535, - "release_date": "2006-06-13", - "examine": "To put on your head.", "wiki_name": "One barrel", "wiki_url": "https://oldschool.runescape.wiki/w/One_barrel", "price": 0 @@ -123363,9 +109752,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 9.071, - "release_date": "2006-06-13", - "examine": "To put on your head.", "wiki_name": "Two barrels", "wiki_url": "https://oldschool.runescape.wiki/w/Two_barrels", "price": 0 @@ -123377,9 +109763,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 13.607, - "release_date": "2006-06-13", - "examine": "To put on your head.", "wiki_name": "Three barrels", "wiki_url": "https://oldschool.runescape.wiki/w/Three_barrels", "price": 0 @@ -123391,9 +109774,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 18.143, - "release_date": "2006-06-13", - "examine": "To put on your head.", "wiki_name": "Four barrels", "wiki_url": "https://oldschool.runescape.wiki/w/Four_barrels", "price": 0 @@ -123405,9 +109785,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 22.679, - "release_date": "2006-06-13", - "examine": "To put on your head.", "wiki_name": "Five barrels", "wiki_url": "https://oldschool.runescape.wiki/w/Five_barrels", "price": 0 @@ -123419,9 +109796,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.056, - "release_date": "2006-06-13", - "examine": "A heap of finely ground ashes.", "wiki_name": "Ground ashes", "wiki_url": "https://oldschool.runescape.wiki/w/Ground_ashes", "price": 0 @@ -123431,9 +109805,6 @@ "name": "Steel key", "members": true, "cost": 1, - "weight": 0.01, - "release_date": "2006-06-21", - "examine": "You stole this key from a HAM guard.", "wiki_name": "Steel key (H.A.M.)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_key_(H.A.M.)", "price": 0, @@ -123445,9 +109816,6 @@ "name": "Bronze key", "members": true, "cost": 1, - "weight": 0.01, - "release_date": "2006-06-21", - "examine": "You stole this key from a HAM guard.", "wiki_name": "Bronze key (H.A.M.)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_key_(H.A.M.)", "price": 0 @@ -123457,9 +109825,6 @@ "name": "Silver key", "members": true, "cost": 1, - "weight": 0.01, - "release_date": "2006-06-21", - "examine": "You stole this key from a HAM guard.", "wiki_name": "Silver key (H.A.M.)", "wiki_url": "https://oldschool.runescape.wiki/w/Silver_key_(H.A.M.)", "price": 0, @@ -123471,9 +109836,6 @@ "name": "Iron key", "members": true, "cost": 1, - "weight": 0.01, - "release_date": "2006-06-21", - "examine": "You stole this key from a HAM guard.", "wiki_name": "Iron key (H.A.M.)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_key_(H.A.M.)", "price": 0, @@ -123485,9 +109847,6 @@ "name": "Zanik", "members": true, "cost": 1, - "weight": 30, - "release_date": "2006-06-21", - "examine": "She's dead, but the mark on her forehead is glowing brightly.", "wiki_name": "Zanik (item)", "wiki_url": "https://oldschool.runescape.wiki/w/Zanik_(item)", "price": 0 @@ -123497,9 +109856,6 @@ "name": "Crate with zanik", "members": true, "cost": 1, - "weight": 32, - "release_date": "2006-06-21", - "examine": "It's got Zanik in it.", "wiki_name": "Crate with zanik", "wiki_url": "https://oldschool.runescape.wiki/w/Crate_with_zanik", "price": 0 @@ -123517,10 +109873,7 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 0.453, "buy_limit": 70, - "release_date": "2006-06-21", - "examine": "A powerful dagger.", "wiki_name": "Bone dagger (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Bone_dagger#Unpoisoned", "equipment": { @@ -123590,10 +109943,7 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 0.453, "buy_limit": 70, - "release_date": "2006-06-21", - "examine": "A powerful dagger.", "wiki_name": "Bone dagger (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Bone_dagger#Poison", "equipment": { @@ -123663,10 +110013,7 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 0.453, "buy_limit": 70, - "release_date": "2006-06-21", - "examine": "A powerful dagger.", "wiki_name": "Bone dagger (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Bone_dagger#Poison+", "equipment": { @@ -123736,10 +110083,7 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 0.453, "buy_limit": 70, - "release_date": "2006-06-21", - "examine": "A powerful dagger.", "wiki_name": "Bone dagger (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Bone_dagger#Poison++", "equipment": { @@ -123809,10 +110153,7 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 2.267, "buy_limit": 70, - "release_date": "2006-06-21", - "examine": "This fires crossbow bolts.", "wiki_name": "Dorgeshuun crossbow", "wiki_url": "https://oldschool.runescape.wiki/w/Dorgeshuun_crossbow", "equipment": { @@ -123877,8 +110218,6 @@ "lowalch": 1, "highalch": 1, "buy_limit": 11000, - "release_date": "2006-06-21", - "examine": "Good if you have a bone crossbow!", "wiki_name": "Bone bolts", "wiki_url": "https://oldschool.runescape.wiki/w/Bone_bolts", "equipment": { @@ -123910,9 +110249,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2006-06-21", - "examine": "You should probably get her out of your pocket.", "wiki_name": "Zanik (unobtainable item) (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Zanik_(unobtainable_item)#Normal", "price": 0 @@ -123924,9 +110260,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2006-06-21", - "examine": "You should probably get her out of your pocket.", "wiki_name": "Zanik (unobtainable item) (H.A.M.)", "wiki_url": "https://oldschool.runescape.wiki/w/Zanik_(unobtainable_item)#H.A.M.", "price": 0 @@ -123938,9 +110271,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2006-06-21", - "examine": "You should probably get her out of your pocket.", "wiki_name": "Zanik (unobtainable item) (Showdown)", "wiki_url": "https://oldschool.runescape.wiki/w/Zanik_(unobtainable_item)#Showdown", "price": 0 @@ -123966,10 +110296,7 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 10, "buy_limit": 70, - "release_date": "2006-07-04", - "examine": "A magic cave horror mask.", "wiki_name": "Black mask (10)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_mask#(10)", "equipment": { @@ -124007,9 +110334,6 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 10, - "release_date": "2006-07-04", - "examine": "A magic cave horror mask.", "wiki_name": "Black mask (9)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_mask#(9)", "equipment": { @@ -124047,9 +110371,6 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 10, - "release_date": "2006-07-04", - "examine": "A magic cave horror mask.", "wiki_name": "Black mask (8)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_mask#(8)", "equipment": { @@ -124087,9 +110408,6 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 10, - "release_date": "2006-07-04", - "examine": "A magic cave horror mask.", "wiki_name": "Black mask (7)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_mask#(7)", "equipment": { @@ -124127,9 +110445,6 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 10, - "release_date": "2006-07-04", - "examine": "A magic cave horror mask.", "wiki_name": "Black mask (6)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_mask#(6)", "equipment": { @@ -124167,9 +110482,6 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 10, - "release_date": "2006-07-04", - "examine": "A magic cave horror mask.", "wiki_name": "Black mask (5)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_mask#(5)", "equipment": { @@ -124207,9 +110519,6 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 10, - "release_date": "2006-07-04", - "examine": "A magic cave horror mask.", "wiki_name": "Black mask (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_mask#(4)", "equipment": { @@ -124247,9 +110556,6 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 10, - "release_date": "2006-07-04", - "examine": "A magic cave horror mask.", "wiki_name": "Black mask (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_mask#(3)", "equipment": { @@ -124287,9 +110593,6 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 10, - "release_date": "2006-07-04", - "examine": "A magic cave horror mask.", "wiki_name": "Black mask (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_mask#(2)", "equipment": { @@ -124327,9 +110630,6 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 10, - "release_date": "2006-07-04", - "examine": "A magic cave horror mask.", "wiki_name": "Black mask (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_mask#(1)", "equipment": { @@ -124368,10 +110668,7 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 10, "buy_limit": 70, - "release_date": "2006-07-04", - "examine": "An inert-seeming cave horror mask.", "wiki_name": "Black mask (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_mask#Uncharged", "equipment": { @@ -124407,9 +110704,6 @@ "cost": 900, "lowalch": 360, "highalch": 540, - "weight": 0.007, - "release_date": "2006-07-04", - "examine": "A stick on a string... pure style.", "wiki_name": "Witchwood icon", "wiki_url": "https://oldschool.runescape.wiki/w/Witchwood_icon", "equipment": { @@ -124446,10 +110740,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 1, "buy_limit": 150, - "release_date": "2006-07-04", - "examine": "Essential pirate wear.", "wiki_name": "Bandana eyepatch (white)", "wiki_url": "https://oldschool.runescape.wiki/w/Bandana_eyepatch_(white)", "equipment": { @@ -124484,10 +110775,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 1, "buy_limit": 150, - "release_date": "2006-07-04", - "examine": "Essential pirate wear.", "wiki_name": "Bandana eyepatch (red)", "wiki_url": "https://oldschool.runescape.wiki/w/Bandana_eyepatch_(red)", "equipment": { @@ -124522,10 +110810,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 1, "buy_limit": 150, - "release_date": "2006-07-04", - "examine": "Essential pirate wear.", "wiki_name": "Bandana eyepatch (blue)", "wiki_url": "https://oldschool.runescape.wiki/w/Bandana_eyepatch_(blue)", "equipment": { @@ -124560,10 +110845,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 1, "buy_limit": 150, - "release_date": "2006-07-04", - "examine": "Essential pirate wear.", "wiki_name": "Bandana eyepatch (brown)", "wiki_url": "https://oldschool.runescape.wiki/w/Bandana_eyepatch_(brown)", "equipment": { @@ -124598,10 +110880,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 1, "buy_limit": 150, - "release_date": "2006-07-04", - "examine": "Essential pirate wear.", "wiki_name": "Hat eyepatch", "wiki_url": "https://oldschool.runescape.wiki/w/Hat_eyepatch", "equipment": { @@ -124633,9 +110912,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 1, - "release_date": "2006-07-04", - "examine": "Tied together so they don't come apart.", "wiki_name": "Crabclaw hook", "wiki_url": "https://oldschool.runescape.wiki/w/Crabclaw_hook", "equipment": { @@ -124667,9 +110943,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2006-07-04", - "examine": "Crude wooden pipe section.", "wiki_name": "Pipe section", "wiki_url": "https://oldschool.runescape.wiki/w/Pipe_section", "price": 0 @@ -124683,9 +110956,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2006-07-04", - "examine": "Repairs made with this will be patchy at best.", "wiki_name": "Lumber patch", "wiki_url": "https://oldschool.runescape.wiki/w/Lumber_patch", "price": 0 @@ -124699,9 +110969,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2006-07-04", - "examine": "Slimy logs from the Scrapey tree.", "wiki_name": "Scrapey tree logs", "wiki_url": "https://oldschool.runescape.wiki/w/Scrapey_tree_logs", "price": 0 @@ -124715,9 +110982,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2006-07-04", - "examine": "Very blue.", "wiki_name": "Blue flowers (Trouble Brewing)", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_flowers_(Trouble_Brewing)", "price": 0 @@ -124731,9 +110995,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2006-07-04", - "examine": "Very red.", "wiki_name": "Red flowers (Trouble Brewing)", "wiki_url": "https://oldschool.runescape.wiki/w/Red_flowers_(Trouble_Brewing)", "price": 0 @@ -124745,9 +111006,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.003, - "release_date": "2006-07-04", - "examine": "Alcohol in the loosest sense of the word.", "wiki_name": "Rum (red)", "wiki_url": "https://oldschool.runescape.wiki/w/Rum_(red)", "price": 0 @@ -124759,9 +111017,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.003, - "release_date": "2006-07-04", - "examine": "Alcohol in the loosest sense of the word.", "wiki_name": "Rum (blue)", "wiki_url": "https://oldschool.runescape.wiki/w/Rum_(blue)", "price": 0 @@ -124771,9 +111026,6 @@ "name": "Monkey", "members": true, "cost": 1, - "weight": 0.003, - "release_date": "2006-07-04", - "examine": "A confused looking monkey.", "wiki_name": "Monkey (Trouble Brewing)", "wiki_url": "https://oldschool.runescape.wiki/w/Monkey_(Trouble_Brewing)", "price": 0, @@ -124787,9 +111039,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2006-07-04", - "examine": "Bluuuuuuuue Monkeeeeeey!", "wiki_name": "Blue monkey (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_monkey#Normal", "price": 0 @@ -124801,9 +111050,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2006-07-04", - "examine": "Bluuuuuuuue Monkeeeeeey!", "wiki_name": "Blue monkey (Cautious)", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_monkey#Cautious", "price": 0 @@ -124815,9 +111061,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2006-07-04", - "examine": "Bluuuuuuuue Monkeeeeeey!", "wiki_name": "Blue monkey (Angry)", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_monkey#Angry", "price": 0 @@ -124829,9 +111072,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2006-07-04", - "examine": "A well red monkey.", "wiki_name": "Red monkey (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Red_monkey#Normal", "price": 0 @@ -124843,9 +111083,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2006-07-04", - "examine": "A well red monkey.", "wiki_name": "Red monkey (Cautious)", "wiki_url": "https://oldschool.runescape.wiki/w/Red_monkey#Cautious", "price": 0 @@ -124857,9 +111094,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2006-07-04", - "examine": "A well red monkey.", "wiki_name": "Red monkey (Angry)", "wiki_url": "https://oldschool.runescape.wiki/w/Red_monkey#Angry", "price": 0 @@ -124871,9 +111105,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.003, - "release_date": "2006-07-04", - "examine": "A blue bandana.", "wiki_name": "Pirate bandana (Trouble Brewing)", "wiki_url": "https://oldschool.runescape.wiki/w/Pirate_bandana_(Trouble_Brewing)", "equipment": { @@ -124903,9 +111134,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.003, - "release_date": "2006-07-04", - "examine": "A red pirate hat.", "wiki_name": "Pirate hat", "wiki_url": "https://oldschool.runescape.wiki/w/Pirate_hat", "equipment": { @@ -124936,8 +111164,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2006-07-04", - "examine": "Piratical currency.", "wiki_name": "Pieces of eight", "wiki_url": "https://oldschool.runescape.wiki/w/Pieces_of_eight", "price": 0 @@ -124951,9 +111177,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.003, - "release_date": "2006-07-04", - "examine": "...You can sail the seven seas...", "wiki_name": "Blue naval shirt", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_naval_shirt", "equipment": { @@ -124985,9 +111208,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.003, - "release_date": "2006-07-04", - "examine": "...You can sail the seven seas...", "wiki_name": "Green naval shirt", "wiki_url": "https://oldschool.runescape.wiki/w/Green_naval_shirt", "equipment": { @@ -125019,9 +111239,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.003, - "release_date": "2006-07-04", - "examine": "...You can sail the seven seas...", "wiki_name": "Red naval shirt", "wiki_url": "https://oldschool.runescape.wiki/w/Red_naval_shirt", "equipment": { @@ -125053,9 +111270,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.003, - "release_date": "2006-07-04", - "examine": "...You can sail the seven seas...", "wiki_name": "Brown naval shirt", "wiki_url": "https://oldschool.runescape.wiki/w/Brown_naval_shirt", "equipment": { @@ -125087,9 +111301,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.003, - "release_date": "2006-07-04", - "examine": "...You can sail the seven seas...", "wiki_name": "Black naval shirt", "wiki_url": "https://oldschool.runescape.wiki/w/Black_naval_shirt", "equipment": { @@ -125121,9 +111332,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.003, - "release_date": "2006-07-04", - "examine": "...You can sail the seven seas...", "wiki_name": "Purple naval shirt", "wiki_url": "https://oldschool.runescape.wiki/w/Purple_naval_shirt", "equipment": { @@ -125155,9 +111363,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.003, - "release_date": "2006-07-04", - "examine": "...You can sail the seven seas...", "wiki_name": "Grey naval shirt", "wiki_url": "https://oldschool.runescape.wiki/w/Grey_naval_shirt", "equipment": { @@ -125189,9 +111394,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.003, - "release_date": "2006-07-04", - "examine": "I could never look square in this.", "wiki_name": "Blue tricorn hat", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_tricorn_hat", "equipment": { @@ -125223,9 +111425,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.003, - "release_date": "2006-07-04", - "examine": "I could never look square in this.", "wiki_name": "Green tricorn hat", "wiki_url": "https://oldschool.runescape.wiki/w/Green_tricorn_hat", "equipment": { @@ -125257,9 +111456,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.003, - "release_date": "2006-07-04", - "examine": "I could never look square in this.", "wiki_name": "Red tricorn hat", "wiki_url": "https://oldschool.runescape.wiki/w/Red_tricorn_hat", "equipment": { @@ -125291,9 +111487,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.003, - "release_date": "2006-07-04", - "examine": "I could never look square in this.", "wiki_name": "Brown tricorn hat", "wiki_url": "https://oldschool.runescape.wiki/w/Brown_tricorn_hat", "equipment": { @@ -125325,9 +111518,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.003, - "release_date": "2006-07-04", - "examine": "I could never look square in this.", "wiki_name": "Black tricorn hat", "wiki_url": "https://oldschool.runescape.wiki/w/Black_tricorn_hat", "equipment": { @@ -125359,9 +111549,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.003, - "release_date": "2006-07-04", - "examine": "I could never look square in this.", "wiki_name": "Purple tricorn hat", "wiki_url": "https://oldschool.runescape.wiki/w/Purple_tricorn_hat", "equipment": { @@ -125393,9 +111580,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.003, - "release_date": "2006-07-04", - "examine": "I could never look square in this.", "wiki_name": "Grey tricorn hat", "wiki_url": "https://oldschool.runescape.wiki/w/Grey_tricorn_hat", "equipment": { @@ -125428,9 +111612,6 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 2.267, - "release_date": "2006-07-04", - "examine": "The flag of The Cutthroat.", "wiki_name": "Cutthroat flag", "wiki_url": "https://oldschool.runescape.wiki/w/Cutthroat_flag", "equipment": { @@ -125497,9 +111678,6 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 2.267, - "release_date": "2006-07-04", - "examine": "The flag of The Gilded Smile.", "wiki_name": "Gilded smile flag", "wiki_url": "https://oldschool.runescape.wiki/w/Gilded_smile_flag", "equipment": { @@ -125566,9 +111744,6 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 2.267, - "release_date": "2006-07-04", - "examine": "The flag of The Bronze Fist.", "wiki_name": "Bronze fist flag", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_fist_flag", "equipment": { @@ -125635,9 +111810,6 @@ "cost": 400, "lowalch": 160, "highalch": 240, - "weight": 2.267, - "release_date": "2006-07-04", - "examine": "The flag of The Lucky Shot.", "wiki_name": "Lucky shot flag", "wiki_url": "https://oldschool.runescape.wiki/w/Lucky_shot_flag", "equipment": { @@ -125704,9 +111876,6 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 2.267, - "release_date": "2006-07-04", - "examine": "The flag of The Treasure Trove.", "wiki_name": "Treasure flag", "wiki_url": "https://oldschool.runescape.wiki/w/Treasure_flag", "equipment": { @@ -125773,9 +111942,6 @@ "cost": 600, "lowalch": 240, "highalch": 360, - "weight": 2.267, - "release_date": "2006-07-04", - "examine": "The flag of The Phasmatys Pride.", "wiki_name": "Phasmatys flag", "wiki_url": "https://oldschool.runescape.wiki/w/Phasmatys_flag", "equipment": { @@ -125841,9 +112007,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2006-07-04", - "examine": "A bowl of red water.", "wiki_name": "Bowl of red water", "wiki_url": "https://oldschool.runescape.wiki/w/Bowl_of_red_water", "price": 0 @@ -125857,9 +112020,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2006-07-04", - "examine": "A bowl of blue water.", "wiki_name": "Bowl of blue water", "wiki_url": "https://oldschool.runescape.wiki/w/Bowl_of_blue_water", "price": 0 @@ -125871,9 +112031,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2006-07-04", - "examine": "Monkeys seem to like throwing these.", "wiki_name": "Bitternut", "wiki_url": "https://oldschool.runescape.wiki/w/Bitternut", "price": 0 @@ -125887,9 +112044,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2006-07-04", - "examine": "Greasy bark from the Scrapey Tree.", "wiki_name": "Scrapey bark", "wiki_url": "https://oldschool.runescape.wiki/w/Scrapey_bark", "price": 0 @@ -125903,9 +112057,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2006-07-04", - "examine": "Caution; not for use over troubled water.", "wiki_name": "Bridge section", "wiki_url": "https://oldschool.runescape.wiki/w/Bridge_section", "price": 0 @@ -125919,9 +112070,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2006-07-04", - "examine": "Well, at least they aren't trying mind-control.", "wiki_name": "Sweetgrubs", "wiki_url": "https://oldschool.runescape.wiki/w/Sweetgrubs", "price": 0 @@ -125933,9 +112081,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2006-07-04", - "examine": "A bucket.", "wiki_name": "Bucket (animation item)", "wiki_url": "https://oldschool.runescape.wiki/w/Bucket_(animation_item)", "price": 0 @@ -125947,9 +112092,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2006-07-04", - "examine": "A flaming torch.", "wiki_name": "Torch (animation item, Trouble Brewing)", "wiki_url": "https://oldschool.runescape.wiki/w/Torch_(animation_item,_Trouble_Brewing)", "price": 0 @@ -125961,9 +112103,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.001, - "release_date": "2006-07-04", - "examine": "Apparently good for brewing.", "wiki_name": "The stuff", "wiki_url": "https://oldschool.runescape.wiki/w/The_stuff", "price": 0 @@ -125975,9 +112114,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2006-07-04", - "examine": "A how-to of brewing and arson.", "wiki_name": "Brewin' guide", "wiki_url": "https://oldschool.runescape.wiki/w/Brewin'_guide", "price": 0 @@ -125989,9 +112125,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2006-07-04", - "examine": "A how-to of brewing and arson.", "wiki_name": "Brewin' guide (unobtainable item)", "wiki_url": "https://oldschool.runescape.wiki/w/Brewin'_guide_(unobtainable_item)", "price": 0 @@ -126005,9 +112138,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.003, - "release_date": "2006-07-04", - "examine": "Not for slackers.", "wiki_name": "Blue navy slacks", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_navy_slacks", "equipment": { @@ -126039,9 +112169,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.003, - "release_date": "2006-07-04", - "examine": "Not for slackers.", "wiki_name": "Green navy slacks", "wiki_url": "https://oldschool.runescape.wiki/w/Green_navy_slacks", "equipment": { @@ -126073,9 +112200,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.003, - "release_date": "2006-07-04", - "examine": "Not for slackers.", "wiki_name": "Red navy slacks", "wiki_url": "https://oldschool.runescape.wiki/w/Red_navy_slacks", "equipment": { @@ -126107,9 +112231,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.003, - "release_date": "2006-07-04", - "examine": "Not for slackers.", "wiki_name": "Brown navy slacks", "wiki_url": "https://oldschool.runescape.wiki/w/Brown_navy_slacks", "equipment": { @@ -126141,9 +112262,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.003, - "release_date": "2006-07-04", - "examine": "Not for slackers.", "wiki_name": "Black navy slacks", "wiki_url": "https://oldschool.runescape.wiki/w/Black_navy_slacks", "equipment": { @@ -126175,9 +112293,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.003, - "release_date": "2006-07-04", - "examine": "Not for slackers.", "wiki_name": "Purple navy slacks", "wiki_url": "https://oldschool.runescape.wiki/w/Purple_navy_slacks", "equipment": { @@ -126209,9 +112324,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.003, - "release_date": "2006-07-04", - "examine": "Not for slackers.", "wiki_name": "Grey navy slacks", "wiki_url": "https://oldschool.runescape.wiki/w/Grey_navy_slacks", "equipment": { @@ -126243,10 +112355,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.01, "buy_limit": 15, - "release_date": "2006-07-04", - "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 @@ -126260,10 +112369,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.01, "buy_limit": 15, - "release_date": "2006-07-04", - "examine": "Information regarding the Stronghold of Security.", "wiki_name": "Stronghold notes", "wiki_url": "https://oldschool.runescape.wiki/w/Stronghold_notes", "price": 166 @@ -126276,9 +112382,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2006-07-04", - "examine": "Very nice boots from the Stronghold of Security.", "wiki_name": "Fancy boots", "wiki_url": "https://oldschool.runescape.wiki/w/Fancy_boots", "equipment": { @@ -126309,9 +112412,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2006-07-04", - "examine": "Very nice boots from the Stronghold of Security.", "wiki_name": "Fighting boots", "wiki_url": "https://oldschool.runescape.wiki/w/Fighting_boots", "equipment": { @@ -126340,9 +112440,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.08, - "release_date": "2006-07-04", - "examine": "Ooooh spooky!", "wiki_name": "Right skull half", "wiki_url": "https://oldschool.runescape.wiki/w/Right_skull_half", "price": 0 @@ -126353,9 +112450,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.08, - "release_date": "2006-07-04", - "examine": "Ooooh spooky!", "wiki_name": "Left skull half", "wiki_url": "https://oldschool.runescape.wiki/w/Left_skull_half", "price": 0 @@ -126366,9 +112460,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.08, - "release_date": "2006-07-04", - "examine": "Seems to be for use with a staff or sceptre of some sort.", "wiki_name": "Strange skull", "wiki_url": "https://oldschool.runescape.wiki/w/Strange_skull", "price": 0 @@ -126377,9 +112468,6 @@ "id": 9010, "name": "Top of sceptre", "cost": 1, - "weight": 1.814, - "release_date": "2006-07-04", - "examine": "Top half of a broken Sceptre.", "wiki_name": "Top of sceptre", "wiki_url": "https://oldschool.runescape.wiki/w/Top_of_sceptre", "price": 0 @@ -126390,9 +112478,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2006-07-04", - "examine": "Bottom half of a broken Sceptre.", "wiki_name": "Bottom of sceptre", "wiki_url": "https://oldschool.runescape.wiki/w/Bottom_of_sceptre", "price": 0 @@ -126403,9 +112488,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 3.628, - "release_date": "2006-07-04", - "examine": "Sceptre with runes on, it appears to be missing something.", "wiki_name": "Runed sceptre", "wiki_url": "https://oldschool.runescape.wiki/w/Runed_sceptre", "price": 0 @@ -126419,9 +112501,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2006-07-04", - "examine": "A fragile magical Sceptre.", "wiki_name": "Skull sceptre", "wiki_url": "https://oldschool.runescape.wiki/w/Skull_sceptre", "equipment": { @@ -126492,9 +112571,6 @@ "cost": 150, "lowalch": 60, "highalch": 90, - "weight": 0.001, - "release_date": "2006-07-11", - "examine": "Oversized nail clippings.", "wiki_name": "Gorak claws", "wiki_url": "https://oldschool.runescape.wiki/w/Gorak_claws", "price": 0 @@ -126506,9 +112582,6 @@ "cost": 75, "lowalch": 30, "highalch": 45, - "weight": 0.001, - "release_date": "2006-07-11", - "examine": "A rare flower with magical properties.", "wiki_name": "Star flower", "wiki_url": "https://oldschool.runescape.wiki/w/Star_flower", "price": 0 @@ -126520,9 +112593,6 @@ "cost": 150, "lowalch": 60, "highalch": 90, - "weight": 0.001, - "release_date": "2006-07-11", - "examine": "Ground-down Gorak claws.", "wiki_name": "Gorak claw powder", "wiki_url": "https://oldschool.runescape.wiki/w/Gorak_claw_powder", "price": 0 @@ -126534,9 +112604,6 @@ "cost": 75, "lowalch": 30, "highalch": 45, - "weight": 0.001, - "release_date": "2006-07-11", - "examine": "I need another ingredient to finish this magic essence potion.", "wiki_name": "Magic essence (unf)", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_essence_(unf)", "price": 0 @@ -126548,9 +112615,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2006-07-11", - "examine": "Contains the Fairy Queen's magic essence.", "wiki_name": "Queen's secateurs (Fairytale II)", "wiki_url": "https://oldschool.runescape.wiki/w/Queen's_secateurs#Fairytale_II", "price": 0 @@ -126562,9 +112626,6 @@ "cost": 280, "lowalch": 112, "highalch": 168, - "weight": 0.035, - "release_date": "2006-07-11", - "examine": "4 doses of magic essence potion.", "wiki_name": "Magic essence (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_essence#4_dose", "price": 0 @@ -126576,9 +112637,6 @@ "cost": 230, "lowalch": 92, "highalch": 138, - "weight": 0.03, - "release_date": "2006-07-11", - "examine": "3 doses of magic essence potion.", "wiki_name": "Magic essence (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_essence#3_dose", "price": 0 @@ -126590,9 +112648,6 @@ "cost": 180, "lowalch": 72, "highalch": 108, - "weight": 0.025, - "release_date": "2006-07-11", - "examine": "2 doses of magic essence potion.", "wiki_name": "Magic essence (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_essence#2_dose", "price": 0 @@ -126604,9 +112659,6 @@ "cost": 130, "lowalch": 52, "highalch": 78, - "weight": 0.02, - "release_date": "2006-07-11", - "examine": "1 dose of magic essence potion.", "wiki_name": "Magic essence (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_essence#1_dose", "price": 0 @@ -126618,9 +112670,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2006-07-11", - "examine": "A scroll that says she's a healer, that's Fairy Nuff.", "wiki_name": "Nuff's certificate", "wiki_url": "https://oldschool.runescape.wiki/w/Nuff's_certificate", "price": 0 @@ -126635,10 +112684,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.01, "buy_limit": 13000, - "release_date": "2006-07-17", - "examine": "Gets knots and kinks out of your hair.", "wiki_name": "Ivory comb", "wiki_url": "https://oldschool.runescape.wiki/w/Ivory_comb", "price": 893 @@ -126653,10 +112699,7 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.01, "buy_limit": 13000, - "release_date": "2006-07-17", - "examine": "Little ornament in the shape of a scarab.", "wiki_name": "Golden scarab", "wiki_url": "https://oldschool.runescape.wiki/w/Golden_scarab", "price": 1038 @@ -126671,10 +112714,7 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.01, "buy_limit": 13000, - "release_date": "2006-07-17", - "examine": "Little ornament in the shape of a scarab.", "wiki_name": "Stone scarab", "wiki_url": "https://oldschool.runescape.wiki/w/Stone_scarab", "price": 175 @@ -126689,10 +112729,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.01, "buy_limit": 13000, - "release_date": "2006-07-17", - "examine": "Little ornament in the shape of a scarab.", "wiki_name": "Pottery scarab", "wiki_url": "https://oldschool.runescape.wiki/w/Pottery_scarab", "price": 223 @@ -126707,10 +112744,7 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.1, "buy_limit": 13000, - "release_date": "2006-07-17", - "examine": "A small golden statuette.", "wiki_name": "Golden statuette", "wiki_url": "https://oldschool.runescape.wiki/w/Golden_statuette", "price": 1287 @@ -126725,10 +112759,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.1, "buy_limit": 13000, - "release_date": "2006-07-17", - "examine": "A small statuette.", "wiki_name": "Pottery statuette", "wiki_url": "https://oldschool.runescape.wiki/w/Pottery_statuette", "price": 98 @@ -126743,10 +112774,7 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.1, "buy_limit": 13000, - "release_date": "2006-07-17", - "examine": "A small statuette.", "wiki_name": "Stone statuette", "wiki_url": "https://oldschool.runescape.wiki/w/Stone_statuette", "price": 217 @@ -126761,10 +112789,7 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.01, "buy_limit": 13000, - "release_date": "2006-07-17", - "examine": "A seal. It's gold.", "wiki_name": "Gold seal", "wiki_url": "https://oldschool.runescape.wiki/w/Gold_seal", "price": 786 @@ -126779,10 +112804,7 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.01, "buy_limit": 13000, - "release_date": "2006-07-17", - "examine": "A seal. Made out of stone obviously.", "wiki_name": "Stone seal", "wiki_url": "https://oldschool.runescape.wiki/w/Stone_seal", "price": 150 @@ -126797,9 +112819,6 @@ "cost": 83334, "lowalch": 33333, "highalch": 50000, - "weight": 2, - "release_date": "2022-04-27", - "examine": "An ancient and powerful sceptre.", "wiki_name": "Pharaoh's sceptre (Charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Pharaoh's_sceptre#Charged", "equipment": { @@ -126859,10 +112878,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, "buy_limit": 6000, - "release_date": "2006-07-17", - "examine": "Delicious and nutritious. Well, nutritious anyway.", "wiki_name": "Locust meat", "wiki_url": "https://oldschool.runescape.wiki/w/Locust_meat", "price": 12535 @@ -126873,9 +112889,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 3.628, - "release_date": "2006-07-17", - "examine": "Some red armour designed to fit goblins.", "wiki_name": "Red goblin mail", "wiki_url": "https://oldschool.runescape.wiki/w/Red_goblin_mail", "price": 0 @@ -126886,9 +112899,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 3.628, - "release_date": "2006-07-17", - "examine": "Some black armour designed to fit goblins.", "wiki_name": "Black goblin mail", "wiki_url": "https://oldschool.runescape.wiki/w/Black_goblin_mail", "price": 0 @@ -126899,9 +112909,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 3.628, - "release_date": "2006-07-17", - "examine": "Some yellow armour designed to fit goblins.", "wiki_name": "Yellow goblin mail", "wiki_url": "https://oldschool.runescape.wiki/w/Yellow_goblin_mail", "price": 0 @@ -126912,9 +112919,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 3.628, - "release_date": "2006-07-17", - "examine": "Some green armour designed to fit goblins.", "wiki_name": "Green goblin mail", "wiki_url": "https://oldschool.runescape.wiki/w/Green_goblin_mail", "price": 0 @@ -126925,9 +112929,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 3.628, - "release_date": "2006-07-17", - "examine": "Some purple armour designed to fit goblins.", "wiki_name": "Purple goblin mail", "wiki_url": "https://oldschool.runescape.wiki/w/Purple_goblin_mail", "price": 0 @@ -126938,9 +112939,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 3.628, - "release_date": "2006-07-17", - "examine": "Some pink armour designed to fit goblins.", "wiki_name": "Pink goblin mail", "wiki_url": "https://oldschool.runescape.wiki/w/Pink_goblin_mail", "price": 0 @@ -126952,9 +112950,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 1.36, - "release_date": "2006-07-24", - "examine": "A mystical lantern.", "wiki_name": "Emerald lantern (Unlit)", "wiki_url": "https://oldschool.runescape.wiki/w/Emerald_lantern#Unlit", "price": 0 @@ -126966,9 +112961,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 1.36, - "release_date": "2006-07-24", - "examine": "A mystical lantern casting a green beam.", "wiki_name": "Emerald lantern (Lit)", "wiki_url": "https://oldschool.runescape.wiki/w/Emerald_lantern#Lit", "price": 0 @@ -126980,9 +112972,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.028, - "release_date": "2006-07-24", - "examine": "A roughly circular disc of glass.", "wiki_name": "Emerald lens", "wiki_url": "https://oldschool.runescape.wiki/w/Emerald_lens", "price": 0 @@ -126992,9 +112981,6 @@ "name": "Dream log", "members": true, "cost": 4, - "weight": 1.36, - "release_date": "2006-07-24", - "examine": "A log of my thoughts...", "wiki_name": "Dream log", "wiki_url": "https://oldschool.runescape.wiki/w/Dream_log", "price": 0 @@ -127008,9 +112994,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 0.907, - "release_date": "2006-07-24", - "examine": "Mystical headgear.", "wiki_name": "Moonclan helm", "wiki_url": "https://oldschool.runescape.wiki/w/Moonclan_helm", "equipment": { @@ -127042,9 +113025,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 0.907, - "release_date": "2006-07-24", - "examine": "A mystical hat.", "wiki_name": "Moonclan hat", "wiki_url": "https://oldschool.runescape.wiki/w/Moonclan_hat", "equipment": { @@ -127076,9 +113056,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 4.535, - "release_date": "2006-07-24", - "examine": "Provides good protection.", "wiki_name": "Moonclan armour", "wiki_url": "https://oldschool.runescape.wiki/w/Moonclan_armour", "equipment": { @@ -127110,9 +113087,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 3.628, - "release_date": "2006-07-24", - "examine": "This should protect my legs.", "wiki_name": "Moonclan skirt", "wiki_url": "https://oldschool.runescape.wiki/w/Moonclan_skirt", "equipment": { @@ -127144,9 +113118,6 @@ "cost": 900, "lowalch": 360, "highalch": 540, - "weight": 0.907, - "release_date": "2006-07-24", - "examine": "These should keep my hands safe.", "wiki_name": "Moonclan gloves", "wiki_url": "https://oldschool.runescape.wiki/w/Moonclan_gloves", "equipment": { @@ -127178,9 +113149,6 @@ "cost": 900, "lowalch": 360, "highalch": 540, - "weight": 0.907, - "release_date": "2006-07-24", - "examine": "Groovy foot protection.", "wiki_name": "Moonclan boots", "wiki_url": "https://oldschool.runescape.wiki/w/Moonclan_boots", "equipment": { @@ -127212,9 +113180,6 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.453, - "release_date": "2006-07-24", - "examine": "A mystical cape.", "wiki_name": "Moonclan cape", "wiki_url": "https://oldschool.runescape.wiki/w/Moonclan_cape", "equipment": { @@ -127248,8 +113213,6 @@ "lowalch": 20, "highalch": 30, "buy_limit": 15000, - "release_date": "2006-07-24", - "examine": "Used for Lunar spells.", "wiki_name": "Astral rune", "wiki_url": "https://oldschool.runescape.wiki/w/Astral_rune", "price": 93 @@ -127261,9 +113224,6 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "weight": 2.267, - "release_date": "2006-07-24", - "examine": "This needs refining.", "wiki_name": "Lunar ore", "wiki_url": "https://oldschool.runescape.wiki/w/Lunar_ore", "price": 0 @@ -127275,9 +113235,6 @@ "cost": 8, "lowalch": 3, "highalch": 4, - "weight": 1.814, - "release_date": "2006-07-24", - "examine": "It's a bar of magic metal.", "wiki_name": "Lunar bar", "wiki_url": "https://oldschool.runescape.wiki/w/Lunar_bar", "price": 0 @@ -127289,9 +113246,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.51, - "release_date": "2006-07-24", - "examine": "A book of Moonclan history", "wiki_name": "Moonclan manual", "wiki_url": "https://oldschool.runescape.wiki/w/Moonclan_manual", "price": 0 @@ -127303,9 +113257,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.01, - "release_date": "2006-07-24", - "examine": "The tooth, the whole tooth, and nothing but the tooth.", "wiki_name": "Suqah tooth", "wiki_url": "https://oldschool.runescape.wiki/w/Suqah_tooth", "price": 0 @@ -127317,9 +113268,6 @@ "cost": 60, "lowalch": 24, "highalch": 36, - "weight": 3.175, - "release_date": "2006-07-24", - "examine": "An untanned piece of Suqah hide.", "wiki_name": "Suqah hide", "wiki_url": "https://oldschool.runescape.wiki/w/Suqah_hide", "price": 0 @@ -127331,9 +113279,6 @@ "cost": 60, "lowalch": 24, "highalch": 36, - "weight": 3.175, - "release_date": "2006-07-24", - "examine": "A piece of Suqah hide that has been expertly tanned into leather.", "wiki_name": "Suqah leather", "wiki_url": "https://oldschool.runescape.wiki/w/Suqah_leather", "price": 0 @@ -127345,9 +113290,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.007, - "release_date": "2006-07-24", - "examine": "A ground Suqah tooth.", "wiki_name": "Ground tooth", "wiki_url": "https://oldschool.runescape.wiki/w/Ground_tooth", "price": 0 @@ -127361,9 +113303,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 4.535, - "release_date": "2006-07-24", - "examine": "A seal of passage issued by Brundt the Chieftain of the Fremennik.", "wiki_name": "Seal of passage", "wiki_url": "https://oldschool.runescape.wiki/w/Seal_of_passage", "equipment": { @@ -127396,9 +113335,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2006-07-24", - "examine": "A Moonclan staff.", "wiki_name": "Lunar staff", "wiki_url": "https://oldschool.runescape.wiki/w/Lunar_staff", "equipment": { @@ -127471,9 +113407,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, - "release_date": "2006-07-24", - "examine": "A vessel for holding liquid.", "wiki_name": "Empty vial", "wiki_url": "https://oldschool.runescape.wiki/w/Empty_vial", "price": 0 @@ -127485,9 +113418,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, - "release_date": "2006-07-24", - "examine": "A vessel containing water.", "wiki_name": "Vial of water (Lunar Diplomacy)", "wiki_url": "https://oldschool.runescape.wiki/w/Vial_of_water_(Lunar_Diplomacy)", "price": 0 @@ -127499,9 +113429,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, - "release_date": "2006-07-24", - "examine": "A vessel for dreaming while awake!", "wiki_name": "Waking sleep vial", "wiki_url": "https://oldschool.runescape.wiki/w/Waking_sleep_vial", "price": 0 @@ -127513,9 +113440,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, - "release_date": "2006-07-24", - "examine": "A vessel with water and Guam inside.", "wiki_name": "Guam vial", "wiki_url": "https://oldschool.runescape.wiki/w/Guam_vial", "price": 0 @@ -127527,9 +113451,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, - "release_date": "2006-07-24", - "examine": "A vessel with water and Marrentill inside.", "wiki_name": "Marr vial", "wiki_url": "https://oldschool.runescape.wiki/w/Marr_vial", "price": 0 @@ -127541,9 +113462,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, - "release_date": "2006-07-24", - "examine": "A vessel with water, Guam and Marrentill inside.", "wiki_name": "Guam-marr vial", "wiki_url": "https://oldschool.runescape.wiki/w/Guam-marr_vial", "price": 0 @@ -127558,9 +113476,6 @@ "cost": 15, "lowalch": 6, "highalch": 9, - "weight": 1.814, - "release_date": "2006-07-24", - "examine": "A staff enchanted by air.", "wiki_name": "Lunar staff - pt1", "wiki_url": "https://oldschool.runescape.wiki/w/Lunar_staff_-_pt1", "equipment": { @@ -127634,9 +113549,6 @@ "cost": 15, "lowalch": 6, "highalch": 9, - "weight": 1.814, - "release_date": "2006-07-24", - "examine": "A staff enchanted by air and fire.", "wiki_name": "Lunar staff - pt2", "wiki_url": "https://oldschool.runescape.wiki/w/Lunar_staff_-_pt2", "equipment": { @@ -127710,9 +113622,6 @@ "cost": 15, "lowalch": 6, "highalch": 9, - "weight": 1.814, - "release_date": "2006-07-24", - "examine": "A staff enchanted by air, fire and water.", "wiki_name": "Lunar staff - pt3", "wiki_url": "https://oldschool.runescape.wiki/w/Lunar_staff_-_pt3", "equipment": { @@ -127783,9 +113692,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, - "release_date": "2006-07-24", - "examine": "Small bits of wood from the first magic tree!", "wiki_name": "Kindling", "wiki_url": "https://oldschool.runescape.wiki/w/Kindling", "price": 0 @@ -127795,9 +113701,6 @@ "name": "Soaked kindling", "members": true, "cost": 1, - "weight": 0.5, - "release_date": "2006-07-24", - "examine": "Magic wood soaked with a potion of waking sleep. Groovy.", "wiki_name": "Soaked kindling", "wiki_url": "https://oldschool.runescape.wiki/w/Soaked_kindling", "price": 0 @@ -127811,9 +113714,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.907, - "release_date": "2006-07-24", - "examine": "A mystical helmet.", "wiki_name": "Lunar helm", "wiki_url": "https://oldschool.runescape.wiki/w/Lunar_helm", "equipment": { @@ -127848,9 +113748,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 4.535, - "release_date": "2006-07-24", - "examine": "Provides good protection.", "wiki_name": "Lunar torso", "wiki_url": "https://oldschool.runescape.wiki/w/Lunar_torso", "equipment": { @@ -127885,9 +113782,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 3.628, - "release_date": "2006-07-24", - "examine": "These should protect my legs.", "wiki_name": "Lunar legs", "wiki_url": "https://oldschool.runescape.wiki/w/Lunar_legs", "equipment": { @@ -127922,9 +113816,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.907, - "release_date": "2006-07-24", - "examine": "These should keep my hands safe.", "wiki_name": "Lunar gloves", "wiki_url": "https://oldschool.runescape.wiki/w/Lunar_gloves", "equipment": { @@ -127959,9 +113850,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.907, - "release_date": "2006-07-24", - "examine": "Mystical foot protection.", "wiki_name": "Lunar boots", "wiki_url": "https://oldschool.runescape.wiki/w/Lunar_boots", "equipment": { @@ -127996,9 +113884,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.453, - "release_date": "2006-07-24", - "examine": "Oooo pretty!", "wiki_name": "Lunar cape", "wiki_url": "https://oldschool.runescape.wiki/w/Lunar_cape", "equipment": { @@ -128033,9 +113918,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.01, - "release_date": "2006-07-24", - "examine": "Awesome.", "wiki_name": "Lunar amulet", "wiki_url": "https://oldschool.runescape.wiki/w/Lunar_amulet", "equipment": { @@ -128065,9 +113947,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.01, - "release_date": "2006-07-24", - "examine": "I'll be the talk of the town with this... maybe.", "wiki_name": "A special tiara", "wiki_url": "https://oldschool.runescape.wiki/w/A_special_tiara", "price": 0 @@ -128081,9 +113960,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.006, - "release_date": "2006-07-24", - "examine": "A mysterious ring that can fill the wearer with magical power...", "wiki_name": "Lunar ring", "wiki_url": "https://oldschool.runescape.wiki/w/Lunar_ring", "equipment": { @@ -128124,9 +114000,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 1, - "release_date": "2006-07-24", - "examine": "A tiara infused with the properties of the heavens.", "wiki_name": "Astral tiara", "wiki_url": "https://oldschool.runescape.wiki/w/Astral_tiara", "equipment": { @@ -128159,8 +114032,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "release_date": "2006-07-31", - "examine": "Blurite crossbow bolts.", "wiki_name": "Blurite bolts (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Blurite_bolts#Unpoisoned", "equipment": { @@ -128198,8 +114069,6 @@ "lowalch": 0, "highalch": 1, "buy_limit": 7000, - "release_date": "2006-07-31", - "examine": "Iron crossbow bolts.", "wiki_name": "Iron bolts (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_bolts#Unpoisoned", "equipment": { @@ -128237,8 +114106,6 @@ "lowalch": 3, "highalch": 4, "buy_limit": 7000, - "release_date": "2006-07-31", - "examine": "Steel crossbow bolts.", "wiki_name": "Steel bolts (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_bolts#Unpoisoned", "equipment": { @@ -128276,8 +114143,6 @@ "lowalch": 8, "highalch": 12, "buy_limit": 7000, - "release_date": "2006-07-31", - "examine": "Mithril crossbow bolts.", "wiki_name": "Mithril bolts (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_bolts#Unpoisoned", "equipment": { @@ -128315,8 +114180,6 @@ "lowalch": 23, "highalch": 34, "buy_limit": 11000, - "release_date": "2006-07-31", - "examine": "Adamantite crossbow bolts.", "wiki_name": "Adamant bolts (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_bolts#Unpoisoned", "equipment": { @@ -128354,8 +114217,6 @@ "lowalch": 120, "highalch": 180, "buy_limit": 11000, - "release_date": "2006-07-31", - "examine": "Runite crossbow bolts.", "wiki_name": "Runite bolts (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Runite_bolts#Unpoisoned", "equipment": { @@ -128393,8 +114254,6 @@ "lowalch": 2, "highalch": 3, "buy_limit": 11000, - "release_date": "2006-07-31", - "examine": "Silver crossbow bolts.", "wiki_name": "Silver bolts (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Silver_bolts#Unpoisoned", "equipment": { @@ -128432,10 +114291,7 @@ "cost": 73, "lowalch": 29, "highalch": 43, - "weight": 4, "buy_limit": 125, - "release_date": "2006-07-31", - "examine": "A bronze crossbow.", "wiki_name": "Bronze crossbow", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_crossbow", "equipment": { @@ -128497,9 +114353,6 @@ "cost": 93, "lowalch": 37, "highalch": 55, - "weight": 4, - "release_date": "2006-07-31", - "examine": "A blurite crossbow.", "wiki_name": "Blurite crossbow", "wiki_url": "https://oldschool.runescape.wiki/w/Blurite_crossbow", "equipment": { @@ -128564,10 +114417,7 @@ "cost": 157, "lowalch": 62, "highalch": 94, - "weight": 4, "buy_limit": 125, - "release_date": "2006-07-31", - "examine": "An iron crossbow.", "wiki_name": "Iron crossbow", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_crossbow", "equipment": { @@ -128632,10 +114482,7 @@ "cost": 360, "lowalch": 144, "highalch": 216, - "weight": 5, "buy_limit": 125, - "release_date": "2006-07-31", - "examine": "A steel crossbow.", "wiki_name": "Steel crossbow", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_crossbow", "equipment": { @@ -128700,10 +114547,7 @@ "cost": 783, "lowalch": 313, "highalch": 469, - "weight": 5, "buy_limit": 125, - "release_date": "2006-07-31", - "examine": "A mithril crossbow.", "wiki_name": "Mithril crossbow", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_crossbow", "equipment": { @@ -128768,10 +114612,7 @@ "cost": 1767, "lowalch": 706, "highalch": 1060, - "weight": 6, "buy_limit": 70, - "release_date": "2006-07-31", - "examine": "An adamantite crossbow.", "wiki_name": "Adamant crossbow", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_crossbow", "equipment": { @@ -128836,10 +114677,7 @@ "cost": 16200, "lowalch": 6480, "highalch": 9720, - "weight": 6, "buy_limit": 70, - "release_date": "2006-07-31", - "examine": "A runite crossbow.", "wiki_name": "Rune crossbow", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_crossbow", "equipment": { @@ -128902,8 +114740,6 @@ "lowalch": 4, "highalch": 6, "buy_limit": 11000, - "release_date": "2006-07-31", - "examine": "Jade bolt tips.", "wiki_name": "Jade bolt tips", "wiki_url": "https://oldschool.runescape.wiki/w/Jade_bolt_tips", "price": 17 @@ -128919,8 +114755,6 @@ "lowalch": 5, "highalch": 7, "buy_limit": 11000, - "release_date": "2006-07-31", - "examine": "Red Topaz bolt tips.", "wiki_name": "Topaz bolt tips", "wiki_url": "https://oldschool.runescape.wiki/w/Topaz_bolt_tips", "price": 162 @@ -128936,8 +114770,6 @@ "lowalch": 6, "highalch": 10, "buy_limit": 11000, - "release_date": "2006-07-31", - "examine": "Sapphire bolt tips.", "wiki_name": "Sapphire bolt tips", "wiki_url": "https://oldschool.runescape.wiki/w/Sapphire_bolt_tips", "price": 50 @@ -128953,8 +114785,6 @@ "lowalch": 13, "highalch": 19, "buy_limit": 11000, - "release_date": "2006-07-31", - "examine": "Emerald bolt tips.", "wiki_name": "Emerald bolt tips", "wiki_url": "https://oldschool.runescape.wiki/w/Emerald_bolt_tips", "price": 46 @@ -128970,8 +114800,6 @@ "lowalch": 26, "highalch": 40, "buy_limit": 11000, - "release_date": "2006-07-31", - "examine": "Ruby bolt tips.", "wiki_name": "Ruby bolt tips", "wiki_url": "https://oldschool.runescape.wiki/w/Ruby_bolt_tips", "price": 87 @@ -128987,8 +114815,6 @@ "lowalch": 53, "highalch": 79, "buy_limit": 11000, - "release_date": "2006-07-31", - "examine": "Diamond bolt tips.", "wiki_name": "Diamond bolt tips", "wiki_url": "https://oldschool.runescape.wiki/w/Diamond_bolt_tips", "price": 164 @@ -129004,8 +114830,6 @@ "lowalch": 266, "highalch": 400, "buy_limit": 11000, - "release_date": "2006-07-31", - "examine": "Dragonstone bolt tips.", "wiki_name": "Dragonstone bolt tips", "wiki_url": "https://oldschool.runescape.wiki/w/Dragonstone_bolt_tips", "price": 498 @@ -129021,8 +114845,6 @@ "lowalch": 400, "highalch": 600, "buy_limit": 11000, - "release_date": "2006-07-31", - "examine": "Onyx bolt tips.", "wiki_name": "Onyx bolt tips", "wiki_url": "https://oldschool.runescape.wiki/w/Onyx_bolt_tips", "price": 8213 @@ -129040,8 +114862,6 @@ "lowalch": 2, "highalch": 4, "buy_limit": 11000, - "release_date": "2006-07-31", - "examine": "Enchanted Opal tipped Bronze Crossbow Bolts.", "wiki_name": "Opal bolts (e)", "wiki_url": "https://oldschool.runescape.wiki/w/Opal_bolts_(e)", "equipment": { @@ -129076,8 +114896,6 @@ "cost": 13, "lowalch": 5, "highalch": 7, - "release_date": "2006-07-31", - "examine": "Enchanted Jade tipped Blurite Crossbow Bolts.", "wiki_name": "Jade bolts (e)", "wiki_url": "https://oldschool.runescape.wiki/w/Jade_bolts_(e)", "equipment": { @@ -129115,8 +114933,6 @@ "lowalch": 6, "highalch": 9, "buy_limit": 11000, - "release_date": "2006-07-31", - "examine": "Enchanted Pearl tipped Iron Crossbow Bolts.", "wiki_name": "Pearl bolts (e)", "wiki_url": "https://oldschool.runescape.wiki/w/Pearl_bolts_(e)", "equipment": { @@ -129154,8 +114970,6 @@ "lowalch": 9, "highalch": 14, "buy_limit": 11000, - "release_date": "2006-07-31", - "examine": "Enchanted Red Topaz tipped Steel Crossbow Bolts.", "wiki_name": "Topaz bolts (e)", "wiki_url": "https://oldschool.runescape.wiki/w/Topaz_bolts_(e)", "equipment": { @@ -129193,8 +115007,6 @@ "lowalch": 16, "highalch": 24, "buy_limit": 11000, - "release_date": "2006-07-31", - "examine": "Enchanted Sapphire tipped Mithril Crossbow Bolts.", "wiki_name": "Sapphire bolts (e)", "wiki_url": "https://oldschool.runescape.wiki/w/Sapphire_bolts_(e)", "equipment": { @@ -129232,8 +115044,6 @@ "lowalch": 23, "highalch": 35, "buy_limit": 11000, - "release_date": "2006-07-31", - "examine": "Enchanted Emerald tipped Mithril Crossbow Bolts.", "wiki_name": "Emerald bolts (e)", "wiki_url": "https://oldschool.runescape.wiki/w/Emerald_bolts_(e)", "equipment": { @@ -129271,8 +115081,6 @@ "lowalch": 55, "highalch": 82, "buy_limit": 11000, - "release_date": "2006-07-31", - "examine": "Enchanted Ruby tipped Adamantite Crossbow Bolts.", "wiki_name": "Ruby bolts (e)", "wiki_url": "https://oldschool.runescape.wiki/w/Ruby_bolts_(e)", "equipment": { @@ -129310,8 +115118,6 @@ "lowalch": 84, "highalch": 126, "buy_limit": 11000, - "release_date": "2006-07-31", - "examine": "Enchanted Diamond tipped Adamantite Crossbow Bolts.", "wiki_name": "Diamond bolts (e)", "wiki_url": "https://oldschool.runescape.wiki/w/Diamond_bolts_(e)", "equipment": { @@ -129349,8 +115155,6 @@ "lowalch": 425, "highalch": 637, "buy_limit": 11000, - "release_date": "2006-07-31", - "examine": "Enchanted Dragonstone tipped Runite Crossbow Bolts.", "wiki_name": "Dragonstone bolts (e)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragonstone_bolts_(e)", "equipment": { @@ -129388,8 +115192,6 @@ "lowalch": 6000, "highalch": 9000, "buy_limit": 11000, - "release_date": "2006-07-31", - "examine": "Enchanted Onyx tipped Runite Crossbow Bolts.", "wiki_name": "Onyx bolts (e)", "wiki_url": "https://oldschool.runescape.wiki/w/Onyx_bolts_(e)", "equipment": { @@ -129424,8 +115226,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "release_date": "2006-07-31", - "examine": "Some poisoned blurite bolts.", "wiki_name": "Blurite bolts (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Blurite_bolts#Poison", "equipment": { @@ -129463,8 +115263,6 @@ "lowalch": 0, "highalch": 1, "buy_limit": 11000, - "release_date": "2006-07-31", - "examine": "Some poisoned iron bolts.", "wiki_name": "Iron bolts (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_bolts#Poison", "equipment": { @@ -129502,8 +115300,6 @@ "lowalch": 3, "highalch": 4, "buy_limit": 11000, - "release_date": "2006-07-31", - "examine": "Some poisoned steel bolts.", "wiki_name": "Steel bolts (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_bolts#Poison", "equipment": { @@ -129541,8 +115337,6 @@ "lowalch": 8, "highalch": 12, "buy_limit": 11000, - "release_date": "2006-07-31", - "examine": "Some poisoned mithril bolts.", "wiki_name": "Mithril bolts (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_bolts#Poison", "equipment": { @@ -129580,8 +115374,6 @@ "lowalch": 23, "highalch": 34, "buy_limit": 11000, - "release_date": "2006-07-31", - "examine": "Some poisoned adamantite bolts.", "wiki_name": "Adamant bolts (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_bolts#Poison", "equipment": { @@ -129619,8 +115411,6 @@ "lowalch": 120, "highalch": 180, "buy_limit": 11000, - "release_date": "2006-07-31", - "examine": "Some poisoned runite bolts.", "wiki_name": "Runite bolts (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Runite_bolts#Poison", "equipment": { @@ -129658,8 +115448,6 @@ "lowalch": 2, "highalch": 3, "buy_limit": 11000, - "release_date": "2006-07-31", - "examine": "Some poisoned silver bolts.", "wiki_name": "Silver bolts (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Silver_bolts#Poison", "equipment": { @@ -129694,8 +115482,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "release_date": "2006-07-31", - "examine": "Some poisoned blurite bolts.", "wiki_name": "Blurite bolts (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Blurite_bolts#Poison+", "equipment": { @@ -129733,8 +115519,6 @@ "lowalch": 0, "highalch": 1, "buy_limit": 11000, - "release_date": "2006-07-31", - "examine": "Some poisoned iron bolts.", "wiki_name": "Iron bolts (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_bolts#Poison+", "equipment": { @@ -129772,8 +115556,6 @@ "lowalch": 3, "highalch": 4, "buy_limit": 11000, - "release_date": "2006-07-31", - "examine": "Some poisoned steel bolts.", "wiki_name": "Steel bolts (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_bolts#Poison+", "equipment": { @@ -129811,8 +115593,6 @@ "lowalch": 8, "highalch": 12, "buy_limit": 11000, - "release_date": "2006-07-31", - "examine": "Some poisoned mithril bolts.", "wiki_name": "Mithril bolts (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_bolts#Poison+", "equipment": { @@ -129850,8 +115630,6 @@ "lowalch": 23, "highalch": 34, "buy_limit": 11000, - "release_date": "2006-07-31", - "examine": "Some poisoned adamantite bolts.", "wiki_name": "Adamant bolts (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_bolts#Poison+", "equipment": { @@ -129889,8 +115667,6 @@ "lowalch": 120, "highalch": 180, "buy_limit": 11000, - "release_date": "2006-07-31", - "examine": "Some poisoned runite bolts.", "wiki_name": "Runite bolts (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Runite_bolts#Poison+", "equipment": { @@ -129928,8 +115704,6 @@ "lowalch": 2, "highalch": 3, "buy_limit": 11000, - "release_date": "2006-07-31", - "examine": "Some poisoned silver bolts.", "wiki_name": "Silver bolts (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Silver_bolts#Poison+", "equipment": { @@ -129964,8 +115738,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "release_date": "2006-07-31", - "examine": "Super poisoned blurite bolts.", "wiki_name": "Blurite bolts (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Blurite_bolts#Poison++", "equipment": { @@ -130003,8 +115775,6 @@ "lowalch": 0, "highalch": 1, "buy_limit": 11000, - "release_date": "2006-07-31", - "examine": "Super poisoned iron bolts.", "wiki_name": "Iron bolts (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_bolts#Poison++", "equipment": { @@ -130042,8 +115812,6 @@ "lowalch": 3, "highalch": 4, "buy_limit": 11000, - "release_date": "2006-07-31", - "examine": "Super poisoned steel bolts.", "wiki_name": "Steel bolts (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_bolts#Poison++", "equipment": { @@ -130081,8 +115849,6 @@ "lowalch": 8, "highalch": 12, "buy_limit": 11000, - "release_date": "2006-07-31", - "examine": "Super poisoned mithril bolts.", "wiki_name": "Mithril bolts (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_bolts#Poison++", "equipment": { @@ -130120,8 +115886,6 @@ "lowalch": 23, "highalch": 34, "buy_limit": 11000, - "release_date": "2006-07-31", - "examine": "Super poisoned adamantite bolts.", "wiki_name": "Adamant bolts (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_bolts#Poison++", "equipment": { @@ -130159,8 +115923,6 @@ "lowalch": 120, "highalch": 180, "buy_limit": 11000, - "release_date": "2006-07-31", - "examine": "Super poisoned runite bolts.", "wiki_name": "Runite bolts (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Runite_bolts#Poison++", "equipment": { @@ -130198,8 +115960,6 @@ "lowalch": 2, "highalch": 3, "buy_limit": 11000, - "release_date": "2006-07-31", - "examine": "Some poisoned silver bolts.", "wiki_name": "Silver bolts (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Silver_bolts#Poison++", "equipment": { @@ -130234,8 +115994,6 @@ "cost": 12, "lowalch": 4, "highalch": 7, - "release_date": "2006-07-31", - "examine": "Jade tipped Blurite crossbow bolts.", "wiki_name": "Jade bolts", "wiki_url": "https://oldschool.runescape.wiki/w/Jade_bolts", "equipment": { @@ -130273,8 +116031,6 @@ "lowalch": 8, "highalch": 13, "buy_limit": 11000, - "release_date": "2006-07-31", - "examine": "Topaz tipped Steel crossbow bolts.", "wiki_name": "Topaz bolts", "wiki_url": "https://oldschool.runescape.wiki/w/Topaz_bolts", "equipment": { @@ -130312,8 +116068,6 @@ "lowalch": 14, "highalch": 22, "buy_limit": 11000, - "release_date": "2006-07-31", - "examine": "Sapphire tipped Mithril crossbow bolts.", "wiki_name": "Sapphire bolts", "wiki_url": "https://oldschool.runescape.wiki/w/Sapphire_bolts", "equipment": { @@ -130351,8 +116105,6 @@ "lowalch": 21, "highalch": 31, "buy_limit": 11000, - "release_date": "2006-07-31", - "examine": "Emerald tipped Mithril crossbow bolts.", "wiki_name": "Emerald bolts", "wiki_url": "https://oldschool.runescape.wiki/w/Emerald_bolts", "equipment": { @@ -130390,8 +116142,6 @@ "lowalch": 50, "highalch": 75, "buy_limit": 11000, - "release_date": "2006-07-31", - "examine": "Ruby tipped Adamantite crossbow bolts.", "wiki_name": "Ruby bolts", "wiki_url": "https://oldschool.runescape.wiki/w/Ruby_bolts", "equipment": { @@ -130429,8 +116179,6 @@ "lowalch": 76, "highalch": 115, "buy_limit": 11000, - "release_date": "2006-07-31", - "examine": "Diamond tipped Adamantite crossbow bolts.", "wiki_name": "Diamond bolts", "wiki_url": "https://oldschool.runescape.wiki/w/Diamond_bolts", "equipment": { @@ -130468,8 +116216,6 @@ "lowalch": 386, "highalch": 580, "buy_limit": 11000, - "release_date": "2006-07-31", - "examine": "Dragonstone tipped Runite crossbow bolts.", "wiki_name": "Dragonstone bolts", "wiki_url": "https://oldschool.runescape.wiki/w/Dragonstone_bolts", "equipment": { @@ -130507,8 +116253,6 @@ "lowalch": 5453, "highalch": 8179, "buy_limit": 11000, - "release_date": "2006-07-31", - "examine": "Onyx tipped Runite crossbow bolts.", "wiki_name": "Onyx bolts", "wiki_url": "https://oldschool.runescape.wiki/w/Onyx_bolts", "equipment": { @@ -130544,8 +116288,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 13000, - "release_date": "2006-07-31", - "examine": "Unfeathered bronze crossbow bolts.", "wiki_name": "Bronze bolts (unf)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_bolts_(unf)", "price": 16 @@ -130558,8 +116300,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2006-07-31", - "examine": "Unfeathered blurite crossbow bolts.", "wiki_name": "Blurite bolts (unf)", "wiki_url": "https://oldschool.runescape.wiki/w/Blurite_bolts_(unf)", "price": 0 @@ -130575,8 +116315,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 13000, - "release_date": "2006-07-31", - "examine": "Unfeathered iron crossbow bolts.", "wiki_name": "Iron bolts (unf)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_bolts_(unf)", "price": 22 @@ -130592,8 +116330,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 13000, - "release_date": "2006-07-31", - "examine": "Unfeathered steel crossbow bolts.", "wiki_name": "Steel bolts (unf)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_bolts_(unf)", "price": 43 @@ -130609,8 +116345,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 13000, - "release_date": "2006-07-31", - "examine": "Unfeathered mithril crossbow bolts.", "wiki_name": "Mithril bolts (unf)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_bolts_(unf)", "price": 52 @@ -130626,8 +116360,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 13000, - "release_date": "2006-07-31", - "examine": "Unfeathered adamantite crossbow bolts.", "wiki_name": "Adamant bolts(unf)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_bolts(unf)", "price": 132 @@ -130643,8 +116375,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 13000, - "release_date": "2006-07-31", - "examine": "Unfeathered runite crossbow bolts.", "wiki_name": "Runite bolts (unf)", "wiki_url": "https://oldschool.runescape.wiki/w/Runite_bolts_(unf)", "price": 100 @@ -130660,8 +116390,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 13000, - "release_date": "2006-07-31", - "examine": "Unfeathered silver crossbow bolts.", "wiki_name": "Silver bolts (unf)", "wiki_url": "https://oldschool.runescape.wiki/w/Silver_bolts_(unf)", "price": 25 @@ -130673,9 +116401,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.002, - "release_date": "2006-07-31", - "examine": "It grapples and it's a hook.", "wiki_name": "Grapple (animation item)", "wiki_url": "https://oldschool.runescape.wiki/w/Grapple_(animation_item)", "price": 0 @@ -130690,10 +116415,7 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.001, "buy_limit": 11000, - "release_date": "2006-07-31", - "examine": "A mithril grapple tip.", "wiki_name": "Mith grapple tip", "wiki_url": "https://oldschool.runescape.wiki/w/Mith_grapple_tip", "price": 222 @@ -130708,10 +116430,7 @@ "cost": 48, "lowalch": 19, "highalch": 28, - "weight": 0.001, "buy_limit": 11000, - "release_date": "2006-07-31", - "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": 2903 @@ -130728,10 +116447,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, "buy_limit": 11000, - "release_date": "2006-07-31", - "examine": "A mithril grapple tipped bolt with a rope.", "wiki_name": "Mith grapple", "wiki_url": "https://oldschool.runescape.wiki/w/Mith_grapple", "equipment": { @@ -130766,10 +116482,7 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 1, "buy_limit": 10000, - "release_date": "2006-07-31", - "examine": "A pair of bronze crossbow limbs.", "wiki_name": "Bronze limbs", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_limbs", "price": 43 @@ -130781,9 +116494,6 @@ "cost": 33, "lowalch": 13, "highalch": 19, - "weight": 1, - "release_date": "2006-07-31", - "examine": "A pair of blurite crossbow limbs.", "wiki_name": "Blurite limbs", "wiki_url": "https://oldschool.runescape.wiki/w/Blurite_limbs", "price": 0 @@ -130798,10 +116508,7 @@ "cost": 70, "lowalch": 28, "highalch": 42, - "weight": 1, "buy_limit": 10000, - "release_date": "2006-07-31", - "examine": "A pair of iron crossbow limbs.", "wiki_name": "Iron limbs", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_limbs", "price": 25 @@ -130816,10 +116523,7 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 2, "buy_limit": 10000, - "release_date": "2006-07-31", - "examine": "A pair of steel crossbow limbs.", "wiki_name": "Steel limbs", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_limbs", "price": 90 @@ -130834,10 +116538,7 @@ "cost": 650, "lowalch": 260, "highalch": 390, - "weight": 2, "buy_limit": 10000, - "release_date": "2006-07-31", - "examine": "A pair of mithril crossbow limbs.", "wiki_name": "Mithril limbs", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_limbs", "price": 214 @@ -130852,10 +116553,7 @@ "cost": 1600, "lowalch": 640, "highalch": 960, - "weight": 3, "buy_limit": 10000, - "release_date": "2006-07-31", - "examine": "A pair of adamantite crossbow limbs.", "wiki_name": "Adamantite limbs", "wiki_url": "https://oldschool.runescape.wiki/w/Adamantite_limbs", "price": 1060 @@ -130870,10 +116568,7 @@ "cost": 16000, "lowalch": 6400, "highalch": 9600, - "weight": 3, "buy_limit": 10000, - "release_date": "2006-07-31", - "examine": "A pair of runite crossbow limbs.", "wiki_name": "Runite limbs", "wiki_url": "https://oldschool.runescape.wiki/w/Runite_limbs", "price": 12066 @@ -130883,9 +116578,6 @@ "name": "Bolt pouch", "members": true, "cost": 10, - "weight": 1, - "release_date": "2006-07-31", - "examine": "A pouch for storing crossbow bolts.", "wiki_name": "Bolt pouch", "wiki_url": "https://oldschool.runescape.wiki/w/Bolt_pouch", "price": 0 @@ -130900,10 +116592,7 @@ "cost": 25, "lowalch": 10, "highalch": 15, - "weight": 0.453, "buy_limit": 40, - "release_date": "2006-07-31", - "examine": "A mould for creating silver crossbow bolts.", "wiki_name": "Bolt mould", "wiki_url": "https://oldschool.runescape.wiki/w/Bolt_mould", "price": 1 @@ -130918,10 +116607,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.002, "buy_limit": 13000, - "release_date": "2006-07-31", - "examine": "I can use this to make a crossbow string.", "wiki_name": "Sinew", "wiki_url": "https://oldschool.runescape.wiki/w/Sinew", "price": 336 @@ -130936,10 +116622,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.002, "buy_limit": 11000, - "release_date": "2006-07-31", - "examine": "A string for a crossbow.", "wiki_name": "Crossbow string", "wiki_url": "https://oldschool.runescape.wiki/w/Crossbow_string", "price": 558 @@ -130954,10 +116637,7 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 3, "buy_limit": 10000, - "release_date": "2006-07-31", - "examine": "A wooden crossbow stock.", "wiki_name": "Wooden stock", "wiki_url": "https://oldschool.runescape.wiki/w/Wooden_stock", "price": 12 @@ -130972,10 +116652,7 @@ "cost": 27, "lowalch": 10, "highalch": 16, - "weight": 3, "buy_limit": 10000, - "release_date": "2006-07-31", - "examine": "An oak crossbow stock.", "wiki_name": "Oak stock", "wiki_url": "https://oldschool.runescape.wiki/w/Oak_stock", "price": 0 @@ -130990,10 +116667,7 @@ "cost": 53, "lowalch": 21, "highalch": 31, - "weight": 3, "buy_limit": 10000, - "release_date": "2006-07-31", - "examine": "A willow crossbow stock.", "wiki_name": "Willow stock", "wiki_url": "https://oldschool.runescape.wiki/w/Willow_stock", "price": 5 @@ -131008,10 +116682,7 @@ "cost": 77, "lowalch": 30, "highalch": 46, - "weight": 3, "buy_limit": 10000, - "release_date": "2006-07-31", - "examine": "A teak crossbow stock.", "wiki_name": "Teak stock", "wiki_url": "https://oldschool.runescape.wiki/w/Teak_stock", "price": 59 @@ -131026,10 +116697,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 3, "buy_limit": 10000, - "release_date": "2006-07-31", - "examine": "A maple crossbow stock.", "wiki_name": "Maple stock", "wiki_url": "https://oldschool.runescape.wiki/w/Maple_stock", "price": 55 @@ -131044,10 +116712,7 @@ "cost": 133, "lowalch": 53, "highalch": 79, - "weight": 3, "buy_limit": 10000, - "release_date": "2006-07-31", - "examine": "A mahogany crossbow stock.", "wiki_name": "Mahogany stock", "wiki_url": "https://oldschool.runescape.wiki/w/Mahogany_stock", "price": 10 @@ -131062,10 +116727,7 @@ "cost": 167, "lowalch": 66, "highalch": 100, - "weight": 3, "buy_limit": 10000, - "release_date": "2006-07-31", - "examine": "A yew crossbow stock.", "wiki_name": "Yew stock", "wiki_url": "https://oldschool.runescape.wiki/w/Yew_stock", "price": 180 @@ -131080,10 +116742,7 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 8, "buy_limit": 10000, - "release_date": "2006-07-31", - "examine": "An unstrung bronze crossbow.", "wiki_name": "Bronze crossbow (u)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_crossbow_(u)", "price": 675 @@ -131095,9 +116754,6 @@ "cost": 60, "lowalch": 24, "highalch": 36, - "weight": 8, - "release_date": "2006-07-31", - "examine": "An unstrung blurite crossbow.", "wiki_name": "Blurite crossbow (u)", "wiki_url": "https://oldschool.runescape.wiki/w/Blurite_crossbow_(u)", "price": 0 @@ -131112,10 +116768,7 @@ "cost": 123, "lowalch": 49, "highalch": 73, - "weight": 8, "buy_limit": 10000, - "release_date": "2006-07-31", - "examine": "An unstrung iron crossbow.", "wiki_name": "Iron crossbow (u)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_crossbow_(u)", "price": 142 @@ -131130,10 +116783,7 @@ "cost": 327, "lowalch": 130, "highalch": 196, - "weight": 8, "buy_limit": 10000, - "release_date": "2006-07-31", - "examine": "An unstrung steel crossbow.", "wiki_name": "Steel crossbow (u)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_crossbow_(u)", "price": 55 @@ -131148,10 +116798,7 @@ "cost": 750, "lowalch": 300, "highalch": 450, - "weight": 8, "buy_limit": 10000, - "release_date": "2006-07-31", - "examine": "An unstrung mithril crossbow.", "wiki_name": "Mithril crossbow (u)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_crossbow_(u)", "price": 487 @@ -131166,10 +116813,7 @@ "cost": 1733, "lowalch": 693, "highalch": 1039, - "weight": 8, "buy_limit": 10000, - "release_date": "2006-07-31", - "examine": "An unstrung adamantite crossbow.", "wiki_name": "Adamant crossbow (u)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_crossbow_(u)", "price": 1732 @@ -131184,10 +116828,7 @@ "cost": 16167, "lowalch": 6466, "highalch": 9700, - "weight": 8, "buy_limit": 10000, - "release_date": "2006-07-31", - "examine": "An unstrung runite crossbow.", "wiki_name": "Runite crossbow (u)", "wiki_url": "https://oldschool.runescape.wiki/w/Runite_crossbow_(u)", "price": 9206 @@ -131199,9 +116840,6 @@ "cost": 18, "lowalch": 7, "highalch": 10, - "weight": 1.814, - "release_date": "2006-07-31", - "examine": "It's a bar of blurite.", "wiki_name": "Blurite bar", "wiki_url": "https://oldschool.runescape.wiki/w/Blurite_bar", "price": 0 @@ -131212,9 +116850,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.561, - "release_date": "2006-07-31", - "examine": "What is left over when a log is made into a plank.", "wiki_name": "Sawdust", "wiki_url": "https://oldschool.runescape.wiki/w/Sawdust", "price": 0 @@ -131230,8 +116865,6 @@ "lowalch": 100, "highalch": 150, "buy_limit": 15, - "release_date": "2006-08-07", - "examine": "A seed pod of the Grand Tree.", "wiki_name": "Grand seed pod", "wiki_url": "https://oldschool.runescape.wiki/w/Grand_seed_pod", "price": 173043 @@ -131248,10 +116881,7 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 0.01, "buy_limit": 4, - "release_date": "2006-08-07", - "examine": "A scarf. You feel your upper lip stiffening.", "wiki_name": "Gnome scarf", "wiki_url": "https://oldschool.runescape.wiki/w/Gnome_scarf", "equipment": { @@ -131286,10 +116916,7 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 0.01, "buy_limit": 4, - "release_date": "2006-08-07", - "examine": "Tally Ho!", "wiki_name": "Gnome goggles", "wiki_url": "https://oldschool.runescape.wiki/w/Gnome_goggles", "equipment": { @@ -131319,9 +116946,6 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 0.001, - "release_date": "2006-08-07", - "examine": "This entitles you to one free gnome food delivery.", "wiki_name": "Reward token (Gnome Restaurant)", "wiki_url": "https://oldschool.runescape.wiki/w/Reward_token_(Gnome_Restaurant)", "price": 0 @@ -131336,10 +116960,7 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 0.1, "buy_limit": 10000, - "release_date": "2006-08-07", - "examine": "It looks very minty.", "wiki_name": "Mint cake", "wiki_url": "https://oldschool.runescape.wiki/w/Mint_cake", "price": 98000 @@ -131351,9 +116972,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2006-08-07", - "examine": "You can check on your delivery details here.", "wiki_name": "Aluft aloft box", "wiki_url": "https://oldschool.runescape.wiki/w/Aluft_aloft_box", "price": 0 @@ -131365,9 +116983,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.25, - "release_date": "2006-08-07", - "examine": "This fruit batta needs baking and garnishing with spice.", "wiki_name": "Half made batta (fruit)", "wiki_url": "https://oldschool.runescape.wiki/w/Half_made_batta_(fruit)", "price": 0 @@ -131379,9 +116994,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.25, - "release_date": "2006-08-07", - "examine": "This fruit batta needs garnishing with spice.", "wiki_name": "Unfinished batta (fruit)", "wiki_url": "https://oldschool.runescape.wiki/w/Unfinished_batta_(fruit)", "price": 0 @@ -131393,9 +117005,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.25, - "release_date": "2006-08-07", - "examine": "This worm batta needs baking and garnishing with equa leaves.", "wiki_name": "Half made batta (worm)", "wiki_url": "https://oldschool.runescape.wiki/w/Half_made_batta_(worm)", "price": 0 @@ -131407,9 +117016,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.25, - "release_date": "2006-08-07", - "examine": "This worm batta needs garnishing with equa leaves.", "wiki_name": "Unfinished batta (worm)", "wiki_url": "https://oldschool.runescape.wiki/w/Unfinished_batta_(worm)", "price": 0 @@ -131421,9 +117027,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.25, - "release_date": "2006-08-07", - "examine": "This toad batta just requires baking to complete.", "wiki_name": "Half made batta (toad)", "wiki_url": "https://oldschool.runescape.wiki/w/Half_made_batta_(toad)", "price": 0 @@ -131435,9 +117038,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.25, - "release_date": "2006-08-07", - "examine": "This cheese and tom batta needs baking and garnishing with equa leaves.", "wiki_name": "Half made batta (cheese+tom)", "wiki_url": "https://oldschool.runescape.wiki/w/Half_made_batta_(cheese+tom)", "price": 0 @@ -131449,9 +117049,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.25, - "release_date": "2006-08-07", - "examine": "This cheese and tom batta needs garnishing with equa leaves.", "wiki_name": "Unfinished batta (cheese+tom)", "wiki_url": "https://oldschool.runescape.wiki/w/Unfinished_batta_(cheese+tom)", "price": 0 @@ -131463,9 +117060,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.25, - "release_date": "2006-08-07", - "examine": "This veg batta needs baking and garnishing with equa leaves.", "wiki_name": "Half made batta (vegetable)", "wiki_url": "https://oldschool.runescape.wiki/w/Half_made_batta_(vegetable)", "price": 0 @@ -131477,9 +117071,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.25, - "release_date": "2006-08-07", - "examine": "This vegetable batta needs garnishing with equa leaves.", "wiki_name": "Unfinished batta (vegetable)", "wiki_url": "https://oldschool.runescape.wiki/w/Unfinished_batta_(vegetable)", "price": 0 @@ -131502,9 +117093,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.275, - "release_date": "2006-08-07", - "examine": "This unfinished tangled toads legs requires baking.", "wiki_name": "Half made bowl (tangled toad's legs)", "wiki_url": "https://oldschool.runescape.wiki/w/Half_made_bowl_(tangled_toad's_legs)", "price": 0 @@ -131516,9 +117104,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.275, - "release_date": "2006-08-07", - "examine": "This unfinished worm hole needs baking and garnishing with equa leaves.", "wiki_name": "Half made bowl (worm hole)", "wiki_url": "https://oldschool.runescape.wiki/w/Half_made_bowl_(worm_hole)", "price": 0 @@ -131530,9 +117115,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.275, - "release_date": "2006-08-07", - "examine": "This unfinished worm hole needs garnishing with equa leaves.", "wiki_name": "Unfinished bowl (worm hole)", "wiki_url": "https://oldschool.runescape.wiki/w/Unfinished_bowl_(worm_hole)", "price": 0 @@ -131544,9 +117126,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.275, - "release_date": "2006-08-07", - "examine": "This unfinished veg ball needs baking and garnishing with equa leaves.", "wiki_name": "Half made bowl (veg ball)", "wiki_url": "https://oldschool.runescape.wiki/w/Half_made_bowl_(veg_ball)", "price": 0 @@ -131558,9 +117137,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.275, - "release_date": "2006-08-07", - "examine": "This unfinished veg ball needs garnishing with equa leaves.", "wiki_name": "Unfinished bowl (veg ball)", "wiki_url": "https://oldschool.runescape.wiki/w/Unfinished_bowl_(veg_ball)", "price": 0 @@ -131572,9 +117148,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.275, - "release_date": "2006-08-07", - "examine": "This unfinished choc bomb needs baking, two pots of cream and choc dust.", "wiki_name": "Half made bowl (chocolate bomb)", "wiki_url": "https://oldschool.runescape.wiki/w/Half_made_bowl_(chocolate_bomb)", "price": 0 @@ -131586,9 +117159,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.275, - "release_date": "2006-08-07", - "examine": "This unfinished choc bomb needs two pots of cream and chocolate dust.", "wiki_name": "Unfinished bowl (chocolate bomb)", "wiki_url": "https://oldschool.runescape.wiki/w/Unfinished_bowl_(chocolate_bomb)", "price": 0 @@ -131600,9 +117170,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.15, - "release_date": "2006-08-07", - "examine": "This Wizzard Blizzard needs pouring, a lime slice and pineapple chunks.", "wiki_name": "Mixed blizzard", "wiki_url": "https://oldschool.runescape.wiki/w/Mixed_blizzard", "price": 0 @@ -131614,9 +117181,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.15, - "release_date": "2006-08-07", - "examine": "This Short Green Guy cocktail needs pouring, a lime slice and equa leaves..", "wiki_name": "Mixed sgg", "wiki_url": "https://oldschool.runescape.wiki/w/Mixed_sgg", "price": 0 @@ -131628,9 +117192,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.15, - "release_date": "2006-08-07", - "examine": "This Fruit Blast cocktail needs pouring and a lemon slice.", "wiki_name": "Mixed blast", "wiki_url": "https://oldschool.runescape.wiki/w/Mixed_blast", "price": 0 @@ -131642,9 +117203,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.15, - "release_date": "2006-08-07", - "examine": "This Pineapple Punch needs pouring, lime and pineapple chunks and a orange slice.", "wiki_name": "Mixed punch", "wiki_url": "https://oldschool.runescape.wiki/w/Mixed_punch", "price": 0 @@ -131656,9 +117214,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.15, - "release_date": "2006-08-07", - "examine": "This Blurberry Special needs pouring, orange and lemon chunks, a lime slice and equa leaves.", "wiki_name": "Mixed special", "wiki_url": "https://oldschool.runescape.wiki/w/Mixed_special", "price": 0 @@ -131670,9 +117225,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.15, - "release_date": "2006-08-07", - "examine": "This Choc Saturday needs pouring, heating and cream and chocolate dust.", "wiki_name": "Mixed saturday (shaker)", "wiki_url": "https://oldschool.runescape.wiki/w/Mixed_saturday_(shaker)", "price": 0 @@ -131684,9 +117236,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.15, - "release_date": "2006-08-07", - "examine": "This Choc Saturday needs heating, and cream and chocolate dust.", "wiki_name": "Mixed saturday (poured)", "wiki_url": "https://oldschool.runescape.wiki/w/Mixed_saturday_(poured)", "price": 0 @@ -131698,9 +117247,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.15, - "release_date": "2006-08-07", - "examine": "This Choc Saturday needs cream and chocolate dust to finish.", "wiki_name": "Mixed saturday (heated)", "wiki_url": "https://oldschool.runescape.wiki/w/Mixed_saturday_(heated)", "price": 0 @@ -131712,9 +117258,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.15, - "release_date": "2006-08-07", - "examine": "This Drunk Dragon needs pouring, pineapple chunks, cream and heating.", "wiki_name": "Mixed dragon (shaker)", "wiki_url": "https://oldschool.runescape.wiki/w/Mixed_dragon_(shaker)", "price": 0 @@ -131726,9 +117269,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.15, - "release_date": "2006-08-07", - "examine": "This Drunk Dragon needs pineapple chunks, cream and heating.", "wiki_name": "Mixed dragon (poured)", "wiki_url": "https://oldschool.runescape.wiki/w/Mixed_dragon_(poured)", "price": 0 @@ -131740,9 +117280,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.15, - "release_date": "2006-08-07", - "examine": "This Drunk Dragon needs heating to finish.", "wiki_name": "Mixed dragon (garnished)", "wiki_url": "https://oldschool.runescape.wiki/w/Mixed_dragon_(garnished)", "price": 0 @@ -131754,9 +117291,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.35, - "release_date": "2006-08-07", - "examine": "This choc chip crunchy needs baking and garnishing with chocolate dust.", "wiki_name": "Half made crunchy (chocchip)", "wiki_url": "https://oldschool.runescape.wiki/w/Half_made_crunchy_(chocchip)", "price": 0 @@ -131768,9 +117302,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.35, - "release_date": "2006-08-07", - "examine": "This choc chip crunchy needs garnishing with chocolate dust.", "wiki_name": "Unfinished crunchy (chocchip)", "wiki_url": "https://oldschool.runescape.wiki/w/Unfinished_crunchy_(chocchip)", "price": 0 @@ -131782,9 +117313,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.35, - "release_date": "2006-08-07", - "examine": "This spicy crunchy needs baking and garnishing with spice.", "wiki_name": "Half made crunchy (spicy)", "wiki_url": "https://oldschool.runescape.wiki/w/Half_made_crunchy_(spicy)", "price": 0 @@ -131796,9 +117324,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.35, - "release_date": "2006-08-07", - "examine": "This spicy crunchy needs garnishing with spice.", "wiki_name": "Unfinished crunchy (spicy)", "wiki_url": "https://oldschool.runescape.wiki/w/Unfinished_crunchy_(spicy)", "price": 0 @@ -131810,9 +117335,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.35, - "release_date": "2006-08-07", - "examine": "This toad crunchy needs baking and garnishing with equa leaves.", "wiki_name": "Half made crunchy (toad)", "wiki_url": "https://oldschool.runescape.wiki/w/Half_made_crunchy_(toad)", "price": 0 @@ -131824,9 +117346,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.35, - "release_date": "2006-08-07", - "examine": "This toad crunchy needs garnishing with equa leaves.", "wiki_name": "Unfinished crunchy (toad)", "wiki_url": "https://oldschool.runescape.wiki/w/Unfinished_crunchy_(toad)", "price": 0 @@ -131838,9 +117357,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.35, - "release_date": "2006-08-07", - "examine": "This worm crunchy needs baking and garnishing with gnome spices.", "wiki_name": "Half made crunchy (worm)", "wiki_url": "https://oldschool.runescape.wiki/w/Half_made_crunchy_(worm)", "price": 0 @@ -131852,9 +117368,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.35, - "release_date": "2006-08-07", - "examine": "This worm crunchy needs garnishing with gnome spices.", "wiki_name": "Unfinished crunchy (worm)", "wiki_url": "https://oldschool.runescape.wiki/w/Unfinished_crunchy_(worm)", "price": 0 @@ -131865,9 +117378,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2006-08-07", - "examine": "A dossier containing info on the Black Knight plot.", "wiki_name": "Dossier", "wiki_url": "https://oldschool.runescape.wiki/w/Dossier", "price": 0 @@ -131878,9 +117388,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2006-08-07", - "examine": "A dossier containing info on the Black Knight plot.", "wiki_name": "Dossier (animation item)", "wiki_url": "https://oldschool.runescape.wiki/w/Dossier_(animation_item)", "price": 0 @@ -131891,9 +117398,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2006-08-07", - "examine": "A Broken Cauldron.", "wiki_name": "Broken cauldron", "wiki_url": "https://oldschool.runescape.wiki/w/Broken_cauldron", "price": 0 @@ -131905,9 +117409,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.5, - "release_date": "2006-08-15", - "examine": "Glue made from tree sap and ground mud runes.", "wiki_name": "Magic glue", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_glue", "price": 0 @@ -131919,9 +117420,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.5, - "release_date": "2006-08-15", - "examine": "This doesn't look like it will do anything interesting.", "wiki_name": "Weird gloop", "wiki_url": "https://oldschool.runescape.wiki/w/Weird_gloop", "price": 0 @@ -131933,9 +117431,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.15, - "release_date": "2006-08-15", - "examine": "Mud runes ground into a powder.", "wiki_name": "Ground mud runes", "wiki_url": "https://oldschool.runescape.wiki/w/Ground_mud_runes", "price": 0 @@ -131947,9 +117442,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.51, - "release_date": "2006-08-15", - "examine": "Looks magical...", "wiki_name": "Hazelmere's book", "wiki_url": "https://oldschool.runescape.wiki/w/Hazelmere's_book", "price": 0 @@ -131962,8 +117454,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2006-08-15", - "examine": "A red circular crystalline disc.", "wiki_name": "A red circle", "wiki_url": "https://oldschool.runescape.wiki/w/A_red_circle", "price": 0 @@ -131976,8 +117466,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2006-08-15", - "examine": "A red triangular crystalline disc.", "wiki_name": "A red triangle", "wiki_url": "https://oldschool.runescape.wiki/w/A_red_triangle", "price": 0 @@ -131990,8 +117478,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2006-08-15", - "examine": "A red square-shaped crystalline disc.", "wiki_name": "A red square", "wiki_url": "https://oldschool.runescape.wiki/w/A_red_square", "price": 0 @@ -132004,8 +117490,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2006-08-15", - "examine": "A red pentagon-shaped crystalline disc.", "wiki_name": "A red pentagon", "wiki_url": "https://oldschool.runescape.wiki/w/A_red_pentagon", "price": 0 @@ -132018,8 +117502,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2006-08-15", - "examine": "An orange circular crystalline disc.", "wiki_name": "An orange circle", "wiki_url": "https://oldschool.runescape.wiki/w/An_orange_circle", "price": 0 @@ -132032,8 +117514,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2006-08-15", - "examine": "An orange triangular crystalline disc.", "wiki_name": "An orange triangle", "wiki_url": "https://oldschool.runescape.wiki/w/An_orange_triangle", "price": 0 @@ -132046,8 +117526,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2006-08-15", - "examine": "An orange square-shaped crystalline disc.", "wiki_name": "An orange square", "wiki_url": "https://oldschool.runescape.wiki/w/An_orange_square", "price": 0 @@ -132060,8 +117538,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2006-08-15", - "examine": "An orange pentagon-shaped crystalline disc.", "wiki_name": "Orange pentagon", "wiki_url": "https://oldschool.runescape.wiki/w/Orange_pentagon", "price": 0 @@ -132074,8 +117550,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2006-08-15", - "examine": "A yellow circular crystalline disc.", "wiki_name": "A yellow circle", "wiki_url": "https://oldschool.runescape.wiki/w/A_yellow_circle", "price": 0 @@ -132088,8 +117562,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2006-08-15", - "examine": "A yellow triangular crystalline disc.", "wiki_name": "A yellow triangle", "wiki_url": "https://oldschool.runescape.wiki/w/A_yellow_triangle", "price": 0 @@ -132102,8 +117574,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2006-08-15", - "examine": "A yellow square-shaped crystalline disc.", "wiki_name": "A yellow square", "wiki_url": "https://oldschool.runescape.wiki/w/A_yellow_square", "price": 0 @@ -132116,8 +117586,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2006-08-15", - "examine": "A yellow pentagon-shaped crystalline disc.", "wiki_name": "A yellow pentagon", "wiki_url": "https://oldschool.runescape.wiki/w/A_yellow_pentagon", "price": 0 @@ -132130,8 +117598,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2006-08-15", - "examine": "A green circular crystalline disc.", "wiki_name": "A green circle", "wiki_url": "https://oldschool.runescape.wiki/w/A_green_circle", "price": 0 @@ -132144,8 +117610,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2006-08-15", - "examine": "A green triangular crystalline disc.", "wiki_name": "A green triangle", "wiki_url": "https://oldschool.runescape.wiki/w/A_green_triangle", "price": 0 @@ -132158,8 +117622,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2006-08-15", - "examine": "A green square-shaped crystalline disc.", "wiki_name": "A green square", "wiki_url": "https://oldschool.runescape.wiki/w/A_green_square", "price": 0 @@ -132172,8 +117634,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2006-08-15", - "examine": "A green pentagon-shaped crystalline disc.", "wiki_name": "A green pentagon", "wiki_url": "https://oldschool.runescape.wiki/w/A_green_pentagon", "price": 0 @@ -132186,8 +117646,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2020-11-25", - "examine": "A blue circular crystalline disc.", "wiki_name": "A blue circle", "wiki_url": "https://oldschool.runescape.wiki/w/A_blue_circle", "price": 0 @@ -132200,8 +117658,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2006-08-15", - "examine": "A blue triangular crystalline disc.", "wiki_name": "A blue triangle", "wiki_url": "https://oldschool.runescape.wiki/w/A_blue_triangle", "price": 0 @@ -132214,8 +117670,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2006-08-15", - "examine": "A blue square-shaped crystalline disc.", "wiki_name": "A blue square", "wiki_url": "https://oldschool.runescape.wiki/w/A_blue_square", "price": 0 @@ -132228,8 +117682,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2006-08-15", - "examine": "A blue pentagon-shaped crystalline disc.", "wiki_name": "A blue pentagon", "wiki_url": "https://oldschool.runescape.wiki/w/A_blue_pentagon", "price": 0 @@ -132242,8 +117694,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2020-11-25", - "examine": "An indigo circular crystalline disc.", "wiki_name": "An indigo circle", "wiki_url": "https://oldschool.runescape.wiki/w/An_indigo_circle", "price": 0 @@ -132256,8 +117706,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2006-08-15", - "examine": "An indigo triangular crystalline disc.", "wiki_name": "An indigo triangle", "wiki_url": "https://oldschool.runescape.wiki/w/An_indigo_triangle", "price": 0 @@ -132270,8 +117718,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2006-08-15", - "examine": "An indigo square-shaped crystalline disc.", "wiki_name": "An indigo square", "wiki_url": "https://oldschool.runescape.wiki/w/An_indigo_square", "price": 0 @@ -132284,8 +117730,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2006-08-15", - "examine": "An indigo pentagon-shaped crystalline disc.", "wiki_name": "An indigo pentagon", "wiki_url": "https://oldschool.runescape.wiki/w/An_indigo_pentagon", "price": 0 @@ -132298,8 +117742,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2006-08-15", - "examine": "A violet circular crystalline disc.", "wiki_name": "A violet circle", "wiki_url": "https://oldschool.runescape.wiki/w/A_violet_circle", "price": 0 @@ -132312,8 +117754,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2006-08-15", - "examine": "A violet triangular crystalline disc.", "wiki_name": "A violet triangle", "wiki_url": "https://oldschool.runescape.wiki/w/A_violet_triangle", "price": 0 @@ -132326,8 +117766,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2006-08-15", - "examine": "A violet square-shaped crystalline disc.", "wiki_name": "A violet square", "wiki_url": "https://oldschool.runescape.wiki/w/A_violet_square", "price": 0 @@ -132340,8 +117778,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2006-08-15", - "examine": "A violet pentagon-shaped crystalline disc.", "wiki_name": "A violet pentagon", "wiki_url": "https://oldschool.runescape.wiki/w/A_violet_pentagon", "price": 0 @@ -132353,9 +117789,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, - "release_date": "2006-08-15", - "examine": "A magical saw.", "wiki_name": "Crystal saw", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_saw", "price": 0 @@ -132365,9 +117798,6 @@ "name": "Crystal saw seed", "members": true, "cost": 10000, - "weight": 0.01, - "release_date": "2006-08-15", - "examine": "A seed to be sung into a magical crystal saw.", "wiki_name": "Crystal saw seed", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_saw_seed", "price": 0 @@ -132379,9 +117809,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.51, - "release_date": "2006-08-15", - "examine": "A book on elven crystal.", "wiki_name": "A handwritten book", "wiki_url": "https://oldschool.runescape.wiki/w/A_handwritten_book", "price": 0 @@ -132398,10 +117825,7 @@ "cost": 550, "lowalch": 220, "highalch": 330, - "weight": 0.907, "buy_limit": 150, - "release_date": "2006-08-22", - "examine": "As used by King Tyras' personal guard.", "wiki_name": "Tyras helm", "wiki_url": "https://oldschool.runescape.wiki/w/Tyras_helm", "equipment": { @@ -132433,9 +117857,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 2.267, - "release_date": "2006-09-04", - "examine": "This needs refining.", "wiki_name": "Daeyalt ore", "wiki_url": "https://oldschool.runescape.wiki/w/Daeyalt_ore", "price": 0 @@ -132447,9 +117868,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2006-09-04", - "examine": "A message for Veliaf.", "wiki_name": "Message (Vertida)", "wiki_url": "https://oldschool.runescape.wiki/w/Message_(Vertida)", "price": 0 @@ -132466,10 +117884,7 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 0.907, "buy_limit": 150, - "release_date": "2006-09-04", - "examine": "Dress like the powerful vyrewatch!", "wiki_name": "Vyrewatch top", "wiki_url": "https://oldschool.runescape.wiki/w/Vyrewatch_top", "equipment": { @@ -132504,10 +117919,7 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 0.907, "buy_limit": 150, - "release_date": "2006-09-04", - "examine": "Dress like the powerful vyrewatch!", "wiki_name": "Vyrewatch legs", "wiki_url": "https://oldschool.runescape.wiki/w/Vyrewatch_legs", "equipment": { @@ -132542,10 +117954,7 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 0.907, "buy_limit": 150, - "release_date": "2006-09-04", - "examine": "Dress like the powerful vyrewatch!", "wiki_name": "Vyrewatch shoes", "wiki_url": "https://oldschool.runescape.wiki/w/Vyrewatch_shoes", "equipment": { @@ -132580,10 +117989,7 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.907, "buy_limit": 150, - "release_date": "2006-09-04", - "examine": "Ghetto disguise!", "wiki_name": "Citizen top", "wiki_url": "https://oldschool.runescape.wiki/w/Citizen_top", "equipment": { @@ -132618,10 +118024,7 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.907, "buy_limit": 150, - "release_date": "2006-09-04", - "examine": "Ghetto disguise!", "wiki_name": "Citizen trousers", "wiki_url": "https://oldschool.runescape.wiki/w/Citizen_trousers", "equipment": { @@ -132656,10 +118059,7 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.907, "buy_limit": 150, - "release_date": "2006-09-04", - "examine": "Ghetto disguise!", "wiki_name": "Citizen shoes", "wiki_url": "https://oldschool.runescape.wiki/w/Citizen_shoes", "equipment": { @@ -132689,9 +118089,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2006-09-04", - "examine": "A sketch of the northern approach of Castle Drakan.", "wiki_name": "Castle sketch 1", "wiki_url": "https://oldschool.runescape.wiki/w/Castle_sketch_1", "price": 0 @@ -132703,9 +118100,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2006-09-04", - "examine": "A sketch of the western approach of Castle Drakan.", "wiki_name": "Castle sketch 2", "wiki_url": "https://oldschool.runescape.wiki/w/Castle_sketch_2", "price": 0 @@ -132717,9 +118111,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2006-09-04", - "examine": "A sketch of the southern approach of Castle Drakan.", "wiki_name": "Castle sketch 3", "wiki_url": "https://oldschool.runescape.wiki/w/Castle_sketch_3", "price": 0 @@ -132731,9 +118122,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2006-09-04", - "examine": "A message found behind a loose tile.", "wiki_name": "Message (fireplace)", "wiki_url": "https://oldschool.runescape.wiki/w/Message_(fireplace)", "price": 0 @@ -132745,9 +118133,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2006-09-04", - "examine": "A pouch filled with blood.", "wiki_name": "Blood tithe pouch", "wiki_url": "https://oldschool.runescape.wiki/w/Blood_tithe_pouch", "price": 0 @@ -132757,9 +118142,6 @@ "name": "Large ornate key", "members": true, "cost": 1, - "weight": 2, - "release_date": "2006-09-04", - "examine": "A key to some large, strange door.", "wiki_name": "Large ornate key", "wiki_url": "https://oldschool.runescape.wiki/w/Large_ornate_key", "price": 0 @@ -132771,9 +118153,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2, - "release_date": "2006-09-04", - "examine": "A book called Haemalchemy Volume 1.", "wiki_name": "Haemalchemy volume 1", "wiki_url": "https://oldschool.runescape.wiki/w/Haemalchemy_volume_1", "price": 0 @@ -132785,9 +118164,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2006-09-04", - "examine": "A sealed message from Safalaan to Veliaf.", "wiki_name": "Sealed message", "wiki_url": "https://oldschool.runescape.wiki/w/Sealed_message", "price": 0 @@ -132799,9 +118175,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.055, - "release_date": "2006-09-04", - "examine": "A key to some door.", "wiki_name": "Door key (Darkness of Hallowvale)", "wiki_url": "https://oldschool.runescape.wiki/w/Door_key_(Darkness_of_Hallowvale)", "price": 0 @@ -132813,9 +118186,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2006-09-04", - "examine": "The top of a ladder.", "wiki_name": "Ladder top", "wiki_url": "https://oldschool.runescape.wiki/w/Ladder_top", "price": 0 @@ -132827,9 +118197,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2006-09-04", - "examine": "A tome of experience that awards 2,000 XP per chapter.", "wiki_name": "Tome of experience (Darkness of Hallowvale) (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Tome_of_experience_(Darkness_of_Hallowvale)#(3)", "price": 0 @@ -132841,9 +118208,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2006-09-04", - "examine": "A tome of experience that awards 2,000 XP per chapter.", "wiki_name": "Tome of experience (Darkness of Hallowvale) (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Tome_of_experience_(Darkness_of_Hallowvale)#(2)", "price": 0 @@ -132855,9 +118219,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2006-09-04", - "examine": "A tome of experience that awards 2,000 XP per chapter.", "wiki_name": "Tome of experience (Darkness of Hallowvale) (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Tome_of_experience_(Darkness_of_Hallowvale)#(1)", "price": 0 @@ -132869,9 +118230,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 3, - "release_date": "2006-09-04", - "examine": "It's a bucket of water.", "wiki_name": "Bucket of water (Meiyerditch)", "wiki_url": "https://oldschool.runescape.wiki/w/Bucket_of_water_(Meiyerditch)", "price": 0 @@ -132883,9 +118241,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2006-09-04", - "examine": "It's a wooden bucket.", "wiki_name": "Bucket (Meiyerditch)", "wiki_url": "https://oldschool.runescape.wiki/w/Bucket_(Meiyerditch)", "price": 0 @@ -132897,9 +118252,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.055, - "release_date": "2018-05-24", - "examine": "A useless key.", "wiki_name": "Useless key (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Useless_key#Normal", "price": 0 @@ -132912,9 +118264,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2006-09-20", - "examine": "A home-made torch.", "wiki_name": "Torch (animation item, Sea Slug)", "wiki_url": "https://oldschool.runescape.wiki/w/Torch_(animation_item,_Sea_Slug)", "price": 0 @@ -132927,10 +118276,7 @@ "tradeable_on_ge": true, "noteable": true, "cost": 25000, - "weight": 14.514, "buy_limit": 70, - "release_date": "2006-09-20", - "examine": "Proselyte level armour pack.", "wiki_name": "Proselyte harness m", "wiki_url": "https://oldschool.runescape.wiki/w/Proselyte_harness_m", "price": 24040 @@ -132943,10 +118289,7 @@ "tradeable_on_ge": true, "noteable": true, "cost": 20000, - "weight": 14.514, "buy_limit": 70, - "release_date": "2006-09-20", - "examine": "Initiate level armour pack.", "wiki_name": "Initiate harness m", "wiki_url": "https://oldschool.runescape.wiki/w/Initiate_harness_m", "price": 24107 @@ -132961,10 +118304,7 @@ "cost": 25000, "lowalch": 10000, "highalch": 15000, - "weight": 14.514, "buy_limit": 70, - "release_date": "2006-09-20", - "examine": "Proselyte level armour pack.", "wiki_name": "Proselyte harness f", "wiki_url": "https://oldschool.runescape.wiki/w/Proselyte_harness_f", "price": 20732 @@ -132981,10 +118321,7 @@ "cost": 8000, "lowalch": 3200, "highalch": 4800, - "weight": 2.267, "buy_limit": 70, - "release_date": "2006-09-20", - "examine": "A Proselyte Temple Knight's helm.", "wiki_name": "Proselyte sallet", "wiki_url": "https://oldschool.runescape.wiki/w/Proselyte_sallet", "equipment": { @@ -133022,10 +118359,7 @@ "cost": 12000, "lowalch": 4800, "highalch": 7200, - "weight": 8.618, "buy_limit": 70, - "release_date": "2006-09-20", - "examine": "A Proselyte Temple Knight's armour.", "wiki_name": "Proselyte hauberk", "wiki_url": "https://oldschool.runescape.wiki/w/Proselyte_hauberk", "equipment": { @@ -133063,10 +118397,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 7.711, "buy_limit": 70, - "release_date": "2006-09-20", - "examine": "A Proselyte Temple Knight's leg armour.", "wiki_name": "Proselyte cuisse", "wiki_url": "https://oldschool.runescape.wiki/w/Proselyte_cuisse", "equipment": { @@ -133104,10 +118435,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 8.164, "buy_limit": 70, - "release_date": "2006-09-20", - "examine": "A Proselyte Temple Knight's leg armour.", "wiki_name": "Proselyte tasset", "wiki_url": "https://oldschool.runescape.wiki/w/Proselyte_tasset", "equipment": { @@ -133140,9 +118468,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2006-09-20", - "examine": "A rendered down baby sea slug.", "wiki_name": "Sea slug glue", "wiki_url": "https://oldschool.runescape.wiki/w/Sea_slug_glue", "price": 0 @@ -133154,9 +118479,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2006-09-20", - "examine": "A Temple Knight Communication Orb. Top Secret!", "wiki_name": "Commorb v2", "wiki_url": "https://oldschool.runescape.wiki/w/Commorb_v2", "price": 0 @@ -133168,9 +118490,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2006-09-20", - "examine": "A copy of the mysterious glyphs.", "wiki_name": "Door transcription", "wiki_url": "https://oldschool.runescape.wiki/w/Door_transcription", "price": 0 @@ -133182,9 +118501,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2006-09-20", - "examine": "Dead sea slug, very sticky.", "wiki_name": "Dead sea slug", "wiki_url": "https://oldschool.runescape.wiki/w/Dead_sea_slug", "price": 0 @@ -133194,9 +118510,6 @@ "name": "Page 1", "members": true, "cost": 1, - "weight": 0.01, - "release_date": "2006-09-20", - "examine": "A page from Maledict's holy book.", "wiki_name": "Page 1", "wiki_url": "https://oldschool.runescape.wiki/w/Page_1", "price": 0 @@ -133206,9 +118519,6 @@ "name": "Page 2", "members": true, "cost": 1, - "weight": 0.01, - "release_date": "2006-09-20", - "examine": "A page from Maledict's holy book.", "wiki_name": "Page 2", "wiki_url": "https://oldschool.runescape.wiki/w/Page_2", "price": 0 @@ -133220,9 +118530,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2006-09-20", - "examine": "A page from Maledict's holy book.", "wiki_name": "Page 3", "wiki_url": "https://oldschool.runescape.wiki/w/Page_3", "price": 0 @@ -133234,9 +118541,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2006-09-20", - "examine": "A piece of a torn page.", "wiki_name": "Fragment 1", "wiki_url": "https://oldschool.runescape.wiki/w/Fragment_1", "price": 0 @@ -133248,9 +118552,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2006-09-20", - "examine": "A piece of a torn page.", "wiki_name": "Fragment 2", "wiki_url": "https://oldschool.runescape.wiki/w/Fragment_2", "price": 0 @@ -133262,9 +118563,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2006-09-20", - "examine": "A piece of a torn page.", "wiki_name": "Fragment 3", "wiki_url": "https://oldschool.runescape.wiki/w/Fragment_3", "price": 0 @@ -133274,9 +118572,6 @@ "name": "Blank water rune", "members": true, "cost": 1, - "weight": 0.01, - "release_date": "2006-09-20", - "examine": "A blank water rune.", "wiki_name": "Blank water rune", "wiki_url": "https://oldschool.runescape.wiki/w/Blank_water_rune", "price": 0 @@ -133286,9 +118581,6 @@ "name": "Water rune", "members": true, "cost": 1, - "weight": 0.01, - "release_date": "2006-09-20", - "examine": "A water rune.", "wiki_name": "Water rune (The Slug Menace)", "wiki_url": "https://oldschool.runescape.wiki/w/Water_rune_(The_Slug_Menace)", "price": 0 @@ -133298,9 +118590,6 @@ "name": "Blank air rune", "members": true, "cost": 1, - "weight": 0.01, - "release_date": "2006-09-20", - "examine": "A blank air rune.", "wiki_name": "Blank air rune", "wiki_url": "https://oldschool.runescape.wiki/w/Blank_air_rune", "price": 0 @@ -133312,9 +118601,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2006-09-20", - "examine": "An air rune.", "wiki_name": "Air rune (The Slug Menace)", "wiki_url": "https://oldschool.runescape.wiki/w/Air_rune_(The_Slug_Menace)", "price": 0 @@ -133324,9 +118610,6 @@ "name": "Blank earth rune", "members": true, "cost": 1, - "weight": 0.01, - "release_date": "2006-09-20", - "examine": "A blank earth rune.", "wiki_name": "Blank earth rune", "wiki_url": "https://oldschool.runescape.wiki/w/Blank_earth_rune", "price": 0 @@ -133336,9 +118619,6 @@ "name": "Earth rune", "members": true, "cost": 1, - "weight": 0.01, - "release_date": "2006-09-20", - "examine": "An earth rune.", "wiki_name": "Earth rune (The Slug Menace)", "wiki_url": "https://oldschool.runescape.wiki/w/Earth_rune_(The_Slug_Menace)", "price": 0 @@ -133348,9 +118628,6 @@ "name": "Blank mind rune", "members": true, "cost": 1, - "weight": 0.01, - "release_date": "2006-09-20", - "examine": "A blank mind rune.", "wiki_name": "Blank mind rune", "wiki_url": "https://oldschool.runescape.wiki/w/Blank_mind_rune", "price": 0 @@ -133360,9 +118637,6 @@ "name": "Mind rune", "members": true, "cost": 1, - "weight": 0.01, - "release_date": "2006-09-20", - "examine": "A mind rune.", "wiki_name": "Mind rune (The Slug Menace)", "wiki_url": "https://oldschool.runescape.wiki/w/Mind_rune_(The_Slug_Menace)", "price": 0 @@ -133372,9 +118646,6 @@ "name": "Blank fire rune", "members": true, "cost": 1, - "weight": 0.01, - "release_date": "2006-09-20", - "examine": "A blank fire rune.", "wiki_name": "Blank fire rune", "wiki_url": "https://oldschool.runescape.wiki/w/Blank_fire_rune", "price": 0 @@ -133384,9 +118655,6 @@ "name": "Fire rune", "members": true, "cost": 1, - "weight": 0.01, - "release_date": "2006-09-20", - "examine": "A fire rune.", "wiki_name": "Fire rune (The Slug Menace)", "wiki_url": "https://oldschool.runescape.wiki/w/Fire_rune_(The_Slug_Menace)", "price": 0 @@ -133397,9 +118665,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-09-27", - "examine": "Random stick.", "wiki_name": "Stick (animation item)", "wiki_url": "https://oldschool.runescape.wiki/w/Stick_(animation_item)", "price": 0 @@ -133413,9 +118678,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2006-09-27", - "examine": "Basic training sword.", "wiki_name": "Training sword", "wiki_url": "https://oldschool.runescape.wiki/w/Training_sword", "equipment": { @@ -133480,9 +118742,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 5.443, - "release_date": "2006-09-27", - "examine": "Made of flimsy painted wood.", "wiki_name": "Training shield", "wiki_url": "https://oldschool.runescape.wiki/w/Training_shield", "equipment": { @@ -133514,9 +118773,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2006-09-27", - "examine": "Light and flexible, good for a beginner.", "wiki_name": "Training bow", "wiki_url": "https://oldschool.runescape.wiki/w/Training_bow", "equipment": { @@ -133575,8 +118831,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2006-09-27", - "examine": "Standard training arrows.", "wiki_name": "Training arrows", "wiki_url": "https://oldschool.runescape.wiki/w/Training_arrows", "equipment": { @@ -133606,9 +118860,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.113, - "release_date": "2006-10-02", - "examine": "Book of the elemental shield.", "wiki_name": "Slashed book", "wiki_url": "https://oldschool.runescape.wiki/w/Slashed_book", "price": 0 @@ -133620,9 +118871,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2006-10-02", - "examine": "A chunk of rock.", "wiki_name": "Rock (unobtainable item)", "wiki_url": "https://oldschool.runescape.wiki/w/Rock_(unobtainable_item)", "price": 0 @@ -133634,9 +118882,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2006-10-02", - "examine": "Book of the Elemental Helm.", "wiki_name": "Beaten book", "wiki_url": "https://oldschool.runescape.wiki/w/Beaten_book", "price": 0 @@ -133648,9 +118893,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2006-10-02", - "examine": "On the subject of lava dippers.", "wiki_name": "Crane schematic", "wiki_url": "https://oldschool.runescape.wiki/w/Crane_schematic", "price": 0 @@ -133662,9 +118904,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2006-10-02", - "examine": "A scroll with a lever schematic drawn on it.", "wiki_name": "Lever schematic", "wiki_url": "https://oldschool.runescape.wiki/w/Lever_schematic", "price": 0 @@ -133676,9 +118915,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2006-10-02", - "examine": "A crane claw.", "wiki_name": "Crane claw", "wiki_url": "https://oldschool.runescape.wiki/w/Crane_claw", "price": 0 @@ -133690,9 +118926,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2006-10-02", - "examine": "A scroll with some writing on it.", "wiki_name": "Scroll (Elemental Workshop II)", "wiki_url": "https://oldschool.runescape.wiki/w/Scroll_(Elemental_Workshop_II)", "price": 0 @@ -133704,9 +118937,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2006-10-02", - "examine": "Quite a small key.", "wiki_name": "Key (Elemental Workshop II)", "wiki_url": "https://oldschool.runescape.wiki/w/Key_(Elemental_Workshop_II)", "price": 0 @@ -133718,9 +118948,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 3.175, - "release_date": "2006-10-02", - "examine": "A spare section of pipe.", "wiki_name": "Pipe (Elemental Workshop II)", "wiki_url": "https://oldschool.runescape.wiki/w/Pipe_(Elemental_Workshop_II)", "price": 0 @@ -133732,9 +118959,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.721, - "release_date": "2006-10-02", - "examine": "A large cog.", "wiki_name": "Large cog", "wiki_url": "https://oldschool.runescape.wiki/w/Large_cog", "price": 0 @@ -133746,9 +118970,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2006-10-02", - "examine": "A medium cog.", "wiki_name": "Medium cog", "wiki_url": "https://oldschool.runescape.wiki/w/Medium_cog", "price": 0 @@ -133760,9 +118981,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-10-02", - "examine": "A small cog.", "wiki_name": "Small cog", "wiki_url": "https://oldschool.runescape.wiki/w/Small_cog", "price": 0 @@ -133774,9 +118992,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2006-10-02", - "examine": "A primed elemental ingot.", "wiki_name": "Primed bar", "wiki_url": "https://oldschool.runescape.wiki/w/Primed_bar", "price": 0 @@ -133788,9 +119003,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2006-10-02", - "examine": "An elemental mind ingot.", "wiki_name": "Primed mind bar", "wiki_url": "https://oldschool.runescape.wiki/w/Primed_mind_bar", "price": 0 @@ -133807,10 +119019,7 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.113, "buy_limit": 70, - "release_date": "2006-10-02", - "examine": "A magic helmet.", "wiki_name": "Elemental helmet", "wiki_url": "https://oldschool.runescape.wiki/w/Elemental_helmet", "equipment": { @@ -133845,10 +119054,7 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 0.226, "buy_limit": 70, - "release_date": "2006-10-02", - "examine": "A magic shield.", "wiki_name": "Mind shield", "wiki_url": "https://oldschool.runescape.wiki/w/Mind_shield", "equipment": { @@ -133883,10 +119089,7 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 0.113, "buy_limit": 70, - "release_date": "2006-10-02", - "examine": "A magic helmet.", "wiki_name": "Mind helmet", "wiki_url": "https://oldschool.runescape.wiki/w/Mind_helmet", "equipment": { @@ -133919,10 +119122,7 @@ "cost": 12, "lowalch": 4, "highalch": 7, - "weight": 0.453, "buy_limit": 13000, - "release_date": "2006-10-18", - "examine": "Not much good for blowing.", "wiki_name": "Desert goat horn", "wiki_url": "https://oldschool.runescape.wiki/w/Desert_goat_horn", "price": 34 @@ -133937,10 +119137,7 @@ "cost": 12, "lowalch": 4, "highalch": 7, - "weight": 0.453, "buy_limit": 13000, - "release_date": "2006-10-18", - "examine": "Finely ground desert goat horn.", "wiki_name": "Goat horn dust", "wiki_url": "https://oldschool.runescape.wiki/w/Goat_horn_dust", "price": 107 @@ -133955,10 +119152,7 @@ "cost": 215, "lowalch": 86, "highalch": 129, - "weight": 0.035, "buy_limit": 2000, - "release_date": "2006-10-18", - "examine": "4 doses of combat potion.", "wiki_name": "Combat potion (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Combat_potion#4_dose", "price": 222 @@ -133973,10 +119167,7 @@ "cost": 160, "lowalch": 64, "highalch": 96, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2006-10-18", - "examine": "3 doses of combat potion.", "wiki_name": "Combat potion (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Combat_potion#3_dose", "price": 179 @@ -133991,10 +119182,7 @@ "cost": 105, "lowalch": 42, "highalch": 63, - "weight": 0.025, "buy_limit": 2000, - "release_date": "2006-10-18", - "examine": "2 doses of combat potion.", "wiki_name": "Combat potion (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Combat_potion#2_dose", "price": 105 @@ -134009,10 +119197,7 @@ "cost": 52, "lowalch": 20, "highalch": 31, - "weight": 0.02, "buy_limit": 2000, - "release_date": "2006-10-18", - "examine": "1 dose of combat potion.", "wiki_name": "Combat potion (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Combat_potion#1_dose", "price": 54 @@ -134026,9 +119211,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "The cape worn by masters of Attack.", "wiki_name": "Attack cape (Untrimmed)", "wiki_url": "https://oldschool.runescape.wiki/w/Attack_cape#Untrimmed", "equipment": { @@ -134062,9 +119244,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "The cape worn by masters of Attack.", "wiki_name": "Attack cape (Trimmed)", "wiki_url": "https://oldschool.runescape.wiki/w/Attack_cape#Trimmed", "equipment": { @@ -134098,9 +119277,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "Attack skillcape hood.", "wiki_name": "Attack hood", "wiki_url": "https://oldschool.runescape.wiki/w/Attack_hood", "equipment": { @@ -134134,9 +119310,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "The cape worn by only the strongest people.", "wiki_name": "Strength cape (Untrimmed)", "wiki_url": "https://oldschool.runescape.wiki/w/Strength_cape#Untrimmed", "equipment": { @@ -134170,9 +119343,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "The cape worn by only the strongest people.", "wiki_name": "Strength cape (Trimmed)", "wiki_url": "https://oldschool.runescape.wiki/w/Strength_cape#Trimmed", "equipment": { @@ -134206,9 +119376,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "Strength skillcape hood.", "wiki_name": "Strength hood", "wiki_url": "https://oldschool.runescape.wiki/w/Strength_hood", "equipment": { @@ -134242,9 +119409,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "The cape worn by masters of the art of Defence.", "wiki_name": "Defence cape (Untrimmed)", "wiki_url": "https://oldschool.runescape.wiki/w/Defence_cape#Untrimmed", "equipment": { @@ -134278,9 +119442,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "The cape worn by masters of the art of Defence.", "wiki_name": "Defence cape (Trimmed)", "wiki_url": "https://oldschool.runescape.wiki/w/Defence_cape#Trimmed", "equipment": { @@ -134314,9 +119475,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "Defence skillcape hood.", "wiki_name": "Defence hood", "wiki_url": "https://oldschool.runescape.wiki/w/Defence_hood", "equipment": { @@ -134350,9 +119508,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "The cape worn by master archers.", "wiki_name": "Ranging cape (Untrimmed)", "wiki_url": "https://oldschool.runescape.wiki/w/Ranging_cape#Untrimmed", "equipment": { @@ -134386,9 +119541,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "The cape worn by master archers.", "wiki_name": "Ranging cape (Trimmed)", "wiki_url": "https://oldschool.runescape.wiki/w/Ranging_cape#Trimmed", "equipment": { @@ -134422,9 +119574,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "Range skillcape hood.", "wiki_name": "Ranging hood", "wiki_url": "https://oldschool.runescape.wiki/w/Ranging_hood", "equipment": { @@ -134458,9 +119607,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "The cape worn by the most pious of heroes.", "wiki_name": "Prayer cape (Untrimmed)", "wiki_url": "https://oldschool.runescape.wiki/w/Prayer_cape#Untrimmed", "equipment": { @@ -134494,9 +119640,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "The cape worn by the most pious of heroes.", "wiki_name": "Prayer cape (Trimmed)", "wiki_url": "https://oldschool.runescape.wiki/w/Prayer_cape#Trimmed", "equipment": { @@ -134530,9 +119673,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "Prayer skillcape hood.", "wiki_name": "Prayer hood", "wiki_url": "https://oldschool.runescape.wiki/w/Prayer_hood", "equipment": { @@ -134566,9 +119706,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "The cape worn by the most powerful mages.", "wiki_name": "Magic cape (Untrimmed)", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_cape#Untrimmed", "equipment": { @@ -134602,9 +119739,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "The cape worn by the most powerful mages.", "wiki_name": "Magic cape (Trimmed)", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_cape#Trimmed", "equipment": { @@ -134638,9 +119772,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "Magic skillcape hood.", "wiki_name": "Magic hood", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_hood", "equipment": { @@ -134674,9 +119805,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "The cape worn by master runecrafters.", "wiki_name": "Runecraft cape (Untrimmed)", "wiki_url": "https://oldschool.runescape.wiki/w/Runecraft_cape#Untrimmed", "equipment": { @@ -134710,9 +119838,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "The cape worn by master runecrafters.", "wiki_name": "Runecraft cape (Trimmed)", "wiki_url": "https://oldschool.runescape.wiki/w/Runecraft_cape#Trimmed", "equipment": { @@ -134746,9 +119871,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "Runecraft skillcape hood.", "wiki_name": "Runecraft hood", "wiki_url": "https://oldschool.runescape.wiki/w/Runecraft_hood", "equipment": { @@ -134782,9 +119904,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "The cape worn by the healthiest adventurers.", "wiki_name": "Hitpoints cape (Untrimmed)", "wiki_url": "https://oldschool.runescape.wiki/w/Hitpoints_cape#Untrimmed", "equipment": { @@ -134818,9 +119937,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "The cape worn by the healthiest adventurers.", "wiki_name": "Hitpoints cape (Trimmed)", "wiki_url": "https://oldschool.runescape.wiki/w/Hitpoints_cape#Trimmed", "equipment": { @@ -134854,9 +119970,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "Hitpoints skillcape hood.", "wiki_name": "Hitpoints hood", "wiki_url": "https://oldschool.runescape.wiki/w/Hitpoints_hood", "equipment": { @@ -134890,9 +120003,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "The cape worn by the most agile of heroes.", "wiki_name": "Agility cape (Untrimmed)", "wiki_url": "https://oldschool.runescape.wiki/w/Agility_cape#Untrimmed", "equipment": { @@ -134926,9 +120036,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "The cape worn by the most agile of heroes.", "wiki_name": "Agility cape (Trimmed)", "wiki_url": "https://oldschool.runescape.wiki/w/Agility_cape#Trimmed", "equipment": { @@ -134962,9 +120069,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "Agility skillcape hood.", "wiki_name": "Agility hood", "wiki_url": "https://oldschool.runescape.wiki/w/Agility_hood", "equipment": { @@ -134998,9 +120102,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "The cape worn by the most skilled at the art of Herblore.", "wiki_name": "Herblore cape (Untrimmed)", "wiki_url": "https://oldschool.runescape.wiki/w/Herblore_cape#Untrimmed", "equipment": { @@ -135034,9 +120135,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "The cape worn by the most skilled at the art of Herblore.", "wiki_name": "Herblore cape (Trimmed)", "wiki_url": "https://oldschool.runescape.wiki/w/Herblore_cape#Trimmed", "equipment": { @@ -135070,9 +120168,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "Herblore skillcape hood.", "wiki_name": "Herblore hood", "wiki_url": "https://oldschool.runescape.wiki/w/Herblore_hood", "equipment": { @@ -135106,9 +120201,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "The cape worn by master thieves.", "wiki_name": "Thieving cape (Untrimmed)", "wiki_url": "https://oldschool.runescape.wiki/w/Thieving_cape#Untrimmed", "equipment": { @@ -135142,9 +120234,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "The cape worn by master thieves.", "wiki_name": "Thieving cape (Trimmed)", "wiki_url": "https://oldschool.runescape.wiki/w/Thieving_cape#Trimmed", "equipment": { @@ -135178,9 +120267,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "Thieving skillcape hood.", "wiki_name": "Thieving hood", "wiki_url": "https://oldschool.runescape.wiki/w/Thieving_hood", "equipment": { @@ -135214,9 +120300,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "The cape worn by master craftworkers.", "wiki_name": "Crafting cape (Untrimmed)", "wiki_url": "https://oldschool.runescape.wiki/w/Crafting_cape#Untrimmed", "equipment": { @@ -135250,9 +120333,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "The cape worn by master craftworkers.", "wiki_name": "Crafting cape (Trimmed)", "wiki_url": "https://oldschool.runescape.wiki/w/Crafting_cape#Trimmed", "equipment": { @@ -135286,9 +120366,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "Crafting skillcape hood.", "wiki_name": "Crafting hood", "wiki_url": "https://oldschool.runescape.wiki/w/Crafting_hood", "equipment": { @@ -135322,9 +120399,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "The cape worn by the best of fletchers.", "wiki_name": "Fletching cape (Untrimmed)", "wiki_url": "https://oldschool.runescape.wiki/w/Fletching_cape#Untrimmed", "equipment": { @@ -135358,9 +120432,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "The cape worn by the best of fletchers.", "wiki_name": "Fletching cape (Trimmed)", "wiki_url": "https://oldschool.runescape.wiki/w/Fletching_cape#Trimmed", "equipment": { @@ -135394,9 +120465,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "Fletching skillcape hood.", "wiki_name": "Fletching hood", "wiki_url": "https://oldschool.runescape.wiki/w/Fletching_hood", "equipment": { @@ -135430,9 +120498,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "The cape worn by Slayer masters.", "wiki_name": "Slayer cape (Untrimmed)", "wiki_url": "https://oldschool.runescape.wiki/w/Slayer_cape#Untrimmed", "equipment": { @@ -135466,9 +120531,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "The cape worn by Slayer masters.", "wiki_name": "Slayer cape (Trimmed)", "wiki_url": "https://oldschool.runescape.wiki/w/Slayer_cape#Trimmed", "equipment": { @@ -135502,9 +120564,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "Slayer skillcape hood.", "wiki_name": "Slayer hood", "wiki_url": "https://oldschool.runescape.wiki/w/Slayer_hood", "equipment": { @@ -135538,9 +120597,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "The cape worn by master builders.", "wiki_name": "Construct. cape (Untrimmed)", "wiki_url": "https://oldschool.runescape.wiki/w/Construct._cape#Untrimmed", "equipment": { @@ -135574,9 +120630,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "The cape worn by master builders.", "wiki_name": "Construct. cape (Trimmed)", "wiki_url": "https://oldschool.runescape.wiki/w/Construct._cape#Trimmed", "equipment": { @@ -135610,9 +120663,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "Construction skillcape hood.", "wiki_name": "Construct. hood", "wiki_url": "https://oldschool.runescape.wiki/w/Construct._hood", "equipment": { @@ -135646,9 +120696,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "The cape worn by the most skilled miners.", "wiki_name": "Mining cape (Untrimmed)", "wiki_url": "https://oldschool.runescape.wiki/w/Mining_cape#Untrimmed", "equipment": { @@ -135682,9 +120729,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "The cape worn by the most skilled miners.", "wiki_name": "Mining cape (Trimmed)", "wiki_url": "https://oldschool.runescape.wiki/w/Mining_cape#Trimmed", "equipment": { @@ -135718,9 +120762,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "Mining skillcape hood.", "wiki_name": "Mining hood", "wiki_url": "https://oldschool.runescape.wiki/w/Mining_hood", "equipment": { @@ -135754,9 +120795,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "The cape worn by master smiths.", "wiki_name": "Smithing cape (Untrimmed)", "wiki_url": "https://oldschool.runescape.wiki/w/Smithing_cape#Untrimmed", "equipment": { @@ -135790,9 +120828,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "The cape worn by master smiths.", "wiki_name": "Smithing cape (Trimmed)", "wiki_url": "https://oldschool.runescape.wiki/w/Smithing_cape#Trimmed", "equipment": { @@ -135826,9 +120861,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "Smithing skillcape hood.", "wiki_name": "Smithing hood", "wiki_url": "https://oldschool.runescape.wiki/w/Smithing_hood", "equipment": { @@ -135862,9 +120894,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "The cape worn by the best fishermen.", "wiki_name": "Fishing cape (Untrimmed)", "wiki_url": "https://oldschool.runescape.wiki/w/Fishing_cape#Untrimmed", "equipment": { @@ -135898,9 +120927,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "The cape worn by the best fishermen.", "wiki_name": "Fishing cape (Trimmed)", "wiki_url": "https://oldschool.runescape.wiki/w/Fishing_cape#Trimmed", "equipment": { @@ -135934,9 +120960,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "Fishing skillcape hood.", "wiki_name": "Fishing hood", "wiki_url": "https://oldschool.runescape.wiki/w/Fishing_hood", "equipment": { @@ -135970,9 +120993,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "The cape worn by the world's best chefs.", "wiki_name": "Cooking cape (Untrimmed)", "wiki_url": "https://oldschool.runescape.wiki/w/Cooking_cape#Untrimmed", "equipment": { @@ -136006,9 +121026,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "The cape worn by the world's best chefs.", "wiki_name": "Cooking cape (Trimmed)", "wiki_url": "https://oldschool.runescape.wiki/w/Cooking_cape#Trimmed", "equipment": { @@ -136042,9 +121059,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "Cooking skillcape hood.", "wiki_name": "Cooking hood", "wiki_url": "https://oldschool.runescape.wiki/w/Cooking_hood", "equipment": { @@ -136078,9 +121092,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "The cape worn by master firelighters.", "wiki_name": "Firemaking cape (Untrimmed)", "wiki_url": "https://oldschool.runescape.wiki/w/Firemaking_cape#Untrimmed", "equipment": { @@ -136114,9 +121125,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "The cape worn by master firelighters.", "wiki_name": "Firemaking cape (Trimmed)", "wiki_url": "https://oldschool.runescape.wiki/w/Firemaking_cape#Trimmed", "equipment": { @@ -136150,9 +121158,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "Firemaking skillcape hood.", "wiki_name": "Firemaking hood", "wiki_url": "https://oldschool.runescape.wiki/w/Firemaking_hood", "equipment": { @@ -136186,9 +121191,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "The cape worn by master woodcutters.", "wiki_name": "Woodcutting cape (Untrimmed)", "wiki_url": "https://oldschool.runescape.wiki/w/Woodcutting_cape#Untrimmed", "equipment": { @@ -136222,9 +121224,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "The cape worn by master woodcutters.", "wiki_name": "Woodcutting cape (Trimmed)", "wiki_url": "https://oldschool.runescape.wiki/w/Woodcutting_cape#Trimmed", "equipment": { @@ -136258,9 +121257,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "Woodcutting skillcape hood.", "wiki_name": "Woodcutting hood", "wiki_url": "https://oldschool.runescape.wiki/w/Woodcutting_hood", "equipment": { @@ -136294,9 +121290,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "The cape worn by master farmers.", "wiki_name": "Farming cape (Untrimmed)", "wiki_url": "https://oldschool.runescape.wiki/w/Farming_cape#Untrimmed", "equipment": { @@ -136330,9 +121323,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "The cape worn by master farmers.", "wiki_name": "Farming cape (Trimmed)", "wiki_url": "https://oldschool.runescape.wiki/w/Farming_cape#Trimmed", "equipment": { @@ -136366,9 +121356,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "Farming skillcape hood.", "wiki_name": "Farming hood", "wiki_url": "https://oldschool.runescape.wiki/w/Farming_hood", "equipment": { @@ -136402,9 +121389,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "The cape worn by only the most experienced adventurers.", "wiki_name": "Quest point cape (Untrimmed)", "wiki_url": "https://oldschool.runescape.wiki/w/Quest_point_cape#Untrimmed", "equipment": { @@ -136436,9 +121420,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2006-10-18", - "examine": "Quest point cape hood.", "wiki_name": "Quest point hood", "wiki_url": "https://oldschool.runescape.wiki/w/Quest_point_hood", "equipment": { @@ -136669,10 +121650,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-10-18", - "examine": "How does it all fit in there?", "wiki_name": "Oak cape rack (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Oak_cape_rack_(flatpack)", "price": 505 @@ -136687,10 +121665,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-10-18", - "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": 1519 @@ -136705,10 +121680,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-10-18", - "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 @@ -136723,10 +121695,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-10-18", - "examine": "How does it all fit in there?", "wiki_name": "Gilded cape rack (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Gilded_cape_rack_(flatpack)", "price": 278447 @@ -136741,10 +121710,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-10-18", - "examine": "How does it all fit in there?", "wiki_name": "Marble cape rack (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Marble_cape_rack_(flatpack)", "price": 443537 @@ -136759,10 +121725,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-10-18", - "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": 1130976 @@ -136777,10 +121740,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-10-18", - "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": 24 @@ -136795,10 +121755,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-10-18", - "examine": "How does it all fit in there?", "wiki_name": "Teak toy box (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Teak_toy_box_(flatpack)", "price": 28 @@ -136813,10 +121770,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-10-18", - "examine": "How does it all fit in there?", "wiki_name": "Mahogany toy box (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Mahogany_toy_box_(flatpack)", "price": 1020 @@ -136831,10 +121785,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-10-18", - "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": 19 @@ -136849,10 +121800,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-10-18", - "examine": "Carved oak magic wardrobe.", "wiki_name": "Carved oak magic wardrobe (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Carved_oak_magic_wardrobe_(flatpack)", "price": 55 @@ -136867,10 +121815,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-10-18", - "examine": "Teak magic wardrobe.", "wiki_name": "Teak magic wardrobe (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Teak_magic_wardrobe_(flatpack)", "price": 0 @@ -136885,10 +121830,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-10-18", - "examine": "Carved teak magic wardrobe.", "wiki_name": "Carved teak magic wardrobe (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Carved_teak_magic_wardrobe_(flatpack)", "price": 21 @@ -136903,10 +121845,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-10-18", - "examine": "Mahogany magic wardrobe.", "wiki_name": "Mahogany magic wardrobe (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Mahogany_magic_wardrobe_(flatpack)", "price": 1187 @@ -136921,10 +121860,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-10-18", - "examine": "Gilded mahogany magic wardrobe.", "wiki_name": "Gilded magic wardrobe (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Gilded_magic_wardrobe_(flatpack)", "price": 355000 @@ -136939,10 +121875,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-10-18", - "examine": "Marble magic wardrobe.", "wiki_name": "Marble magic wardrobe (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Marble_magic_wardrobe_(flatpack)", "price": 440859 @@ -136957,10 +121890,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-10-18", - "examine": "How does it all fit in there?", "wiki_name": "Oak armour case (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Oak_armour_case_(flatpack)", "price": 16 @@ -136975,10 +121905,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-10-18", - "examine": "How does it all fit in there?", "wiki_name": "Teak armour case (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Teak_armour_case_(flatpack)", "price": 5081 @@ -136993,10 +121920,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-10-18", - "examine": "Mahogany armour case.", "wiki_name": "Mahogany armour case (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Mahogany_armour_case_(flatpack)", "price": 3377 @@ -137011,10 +121935,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-10-18", - "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": 639 @@ -137029,10 +121950,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-10-18", - "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": 2579 @@ -137047,10 +121965,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-10-18", - "examine": "Mahogany treasure chest.", "wiki_name": "M. treasure chest (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/M._treasure_chest_(flatpack)", "price": 2759 @@ -137065,10 +121980,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-10-18", - "examine": "Oak fancy dress box.", "wiki_name": "Oak fancy dress box (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Oak_fancy_dress_box_(flatpack)", "price": 11 @@ -137083,10 +121995,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-10-18", - "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": 613 @@ -137101,10 +122010,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, "buy_limit": 500, - "release_date": "2006-10-18", - "examine": "Mahogany fancy dress box.", "wiki_name": "Mahogany fancy dress box (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Mahogany_fancy_dress_box_(flatpack)", "price": 4775 @@ -137116,9 +122022,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.1, - "release_date": "2006-10-23", - "examine": "A lump that might at some point have been a gout tuber.", "wiki_name": "Goutweedy lump", "wiki_url": "https://oldschool.runescape.wiki/w/Goutweedy_lump", "price": 0 @@ -137130,9 +122033,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.1, - "release_date": "2006-10-23", - "examine": "A pile of gout tubers suitable for use in mountainous terrain.", "wiki_name": "Hardy gout tubers", "wiki_url": "https://oldschool.runescape.wiki/w/Hardy_gout_tubers", "price": 0 @@ -137144,9 +122044,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.5, - "release_date": "2006-10-23", - "examine": "Farmer Gricoller's Farming Manual.", "wiki_name": "Farming manual", "wiki_url": "https://oldschool.runescape.wiki/w/Farming_manual", "price": 0 @@ -137158,9 +122055,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2006-10-30", - "examine": "A book for sailors.", "wiki_name": "Sailing book", "wiki_url": "https://oldschool.runescape.wiki/w/Sailing_book", "price": 0 @@ -137171,9 +122065,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2013-10-24", - "examine": "A Ghost Buster 500 loaded with a white destabiliser.", "wiki_name": "Ghost buster 500 (White)", "wiki_url": "https://oldschool.runescape.wiki/w/Ghost_buster_500#White", "price": 0 @@ -137184,9 +122075,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2013-10-24", - "examine": "A Ghost Buster 500 loaded with a red destabiliser.", "wiki_name": "Ghost buster 500 (Red)", "wiki_url": "https://oldschool.runescape.wiki/w/Ghost_buster_500#Red", "price": 0 @@ -137197,9 +122085,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2013-10-24", - "examine": "A Ghost Buster 500 loaded with a blue destabiliser.", "wiki_name": "Ghost buster 500 (Blue)", "wiki_url": "https://oldschool.runescape.wiki/w/Ghost_buster_500#Blue", "price": 0 @@ -137210,9 +122095,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2013-10-24", - "examine": "A Ghost Buster 500 loaded with a green destabiliser.", "wiki_name": "Ghost buster 500 (Green)", "wiki_url": "https://oldschool.runescape.wiki/w/Ghost_buster_500#Green", "price": 0 @@ -137223,9 +122105,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2013-10-24", - "examine": "A Ghost Buster 500 loaded with a yellow destabiliser.", "wiki_name": "Ghost buster 500 (Yellow)", "wiki_url": "https://oldschool.runescape.wiki/w/Ghost_buster_500#Yellow", "price": 0 @@ -137236,9 +122115,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2013-10-24", - "examine": "A Ghost Buster 500 loaded with a black destabiliser.", "wiki_name": "Ghost buster 500 (Black)", "wiki_url": "https://oldschool.runescape.wiki/w/Ghost_buster_500#Black", "price": 0 @@ -137249,9 +122125,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2013-10-24", - "examine": "A Ghost Buster 500 without a destabiliser loaded.", "wiki_name": "Ghost buster 500 (Empty)", "wiki_url": "https://oldschool.runescape.wiki/w/Ghost_buster_500#Empty", "price": 0 @@ -137263,8 +122136,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2013-10-24", - "examine": "A white destabiliser for use in a Ghost Buster.", "wiki_name": "White destabiliser", "wiki_url": "https://oldschool.runescape.wiki/w/White_destabiliser", "price": 0 @@ -137276,8 +122147,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2013-10-24", - "examine": "A red destabiliser for use in a Ghost Buster.", "wiki_name": "Red destabiliser", "wiki_url": "https://oldschool.runescape.wiki/w/Red_destabiliser", "price": 0 @@ -137289,8 +122158,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2013-10-24", - "examine": "A blue destabiliser for use in a Ghost Buster.", "wiki_name": "Blue destabiliser", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_destabiliser", "price": 0 @@ -137302,8 +122169,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2013-10-24", - "examine": "A green destabiliser for use in a Ghost Buster.", "wiki_name": "Green destabiliser", "wiki_url": "https://oldschool.runescape.wiki/w/Green_destabiliser", "price": 0 @@ -137315,8 +122180,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2013-10-24", - "examine": "A yellow destabiliser for use in a Ghost Buster.", "wiki_name": "Yellow destabiliser", "wiki_url": "https://oldschool.runescape.wiki/w/Yellow_destabiliser", "price": 0 @@ -137328,8 +122191,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2013-10-24", - "examine": "A black destabiliser for use in a Ghost Buster.", "wiki_name": "Black destabiliser", "wiki_url": "https://oldschool.runescape.wiki/w/Black_destabiliser", "price": 0 @@ -137340,9 +122201,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2013-10-24", - "examine": "A freshly cut root of all evil.", "wiki_name": "Evil root", "wiki_url": "https://oldschool.runescape.wiki/w/Evil_root", "price": 0 @@ -137355,9 +122213,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2006-10-30", - "examine": "Better not light it!", "wiki_name": "Jack lantern mask", "wiki_url": "https://oldschool.runescape.wiki/w/Jack_lantern_mask", "equipment": { @@ -137388,9 +122243,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2006-10-30", - "examine": "Skeleton feet.", "wiki_name": "Skeleton boots", "wiki_url": "https://oldschool.runescape.wiki/w/Skeleton_boots", "equipment": { @@ -137421,9 +122273,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2006-10-30", - "examine": "Some skeletal gloves.", "wiki_name": "Skeleton gloves", "wiki_url": "https://oldschool.runescape.wiki/w/Skeleton_gloves", "equipment": { @@ -137454,9 +122303,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2006-10-30", - "examine": "Does my pelvis look big in this?", "wiki_name": "Skeleton leggings", "wiki_url": "https://oldschool.runescape.wiki/w/Skeleton_leggings", "equipment": { @@ -137487,9 +122333,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2006-10-30", - "examine": "The shirt of a full body skeleton costume.", "wiki_name": "Skeleton shirt", "wiki_url": "https://oldschool.runescape.wiki/w/Skeleton_shirt", "equipment": { @@ -137520,9 +122363,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2006-10-30", - "examine": "A scary skeleton mask.", "wiki_name": "Skeleton mask", "wiki_url": "https://oldschool.runescape.wiki/w/Skeleton_mask", "equipment": { @@ -137552,9 +122392,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-11-06", - "examine": "This sapling is ready to be replanted in a tree patch.", "wiki_name": "Auguste's sapling", "wiki_url": "https://oldschool.runescape.wiki/w/Auguste's_sapling", "price": 0 @@ -137566,9 +122403,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2006-11-06", - "examine": "An incomplete origami balloon.", "wiki_name": "Balloon structure", "wiki_url": "https://oldschool.runescape.wiki/w/Balloon_structure", "price": 0 @@ -137580,9 +122414,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2006-11-06", - "examine": "An origami balloon.", "wiki_name": "Origami balloon (Origami)", "wiki_url": "https://oldschool.runescape.wiki/w/Origami_balloon#Origami", "price": 0 @@ -137594,9 +122425,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2006-11-06", - "examine": "An origami balloon.", "wiki_name": "Origami balloon (Yellow)", "wiki_url": "https://oldschool.runescape.wiki/w/Origami_balloon#Yellow", "price": 0 @@ -137608,9 +122436,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2006-11-06", - "examine": "An origami balloon.", "wiki_name": "Origami balloon (Blue)", "wiki_url": "https://oldschool.runescape.wiki/w/Origami_balloon#Blue", "price": 0 @@ -137622,9 +122447,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2006-11-06", - "examine": "An origami balloon.", "wiki_name": "Origami balloon (Red)", "wiki_url": "https://oldschool.runescape.wiki/w/Origami_balloon#Red", "price": 0 @@ -137636,9 +122458,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2006-11-06", - "examine": "An origami balloon.", "wiki_name": "Origami balloon (Orange)", "wiki_url": "https://oldschool.runescape.wiki/w/Origami_balloon#Orange", "price": 0 @@ -137650,9 +122469,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2006-11-06", - "examine": "An origami balloon.", "wiki_name": "Origami balloon (Green)", "wiki_url": "https://oldschool.runescape.wiki/w/Origami_balloon#Green", "price": 0 @@ -137664,9 +122480,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2006-11-06", - "examine": "An origami balloon.", "wiki_name": "Origami balloon (Purple)", "wiki_url": "https://oldschool.runescape.wiki/w/Origami_balloon#Purple", "price": 0 @@ -137678,9 +122491,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2006-11-06", - "examine": "An origami balloon.", "wiki_name": "Origami balloon (Pink)", "wiki_url": "https://oldschool.runescape.wiki/w/Origami_balloon#Pink", "price": 0 @@ -137692,9 +122502,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2006-11-06", - "examine": "An origami balloon.", "wiki_name": "Origami balloon (Black)", "wiki_url": "https://oldschool.runescape.wiki/w/Origami_balloon#Black", "price": 0 @@ -137706,9 +122513,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2006-11-06", - "examine": "A bag full of sand.", "wiki_name": "Sandbag", "wiki_url": "https://oldschool.runescape.wiki/w/Sandbag", "price": 0 @@ -137722,9 +122526,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2006-11-06", - "examine": "For all your flying needs.", "wiki_name": "Bomber jacket", "wiki_url": "https://oldschool.runescape.wiki/w/Bomber_jacket", "equipment": { @@ -137756,9 +122557,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2006-11-06", - "examine": "The red baron would be jealous.", "wiki_name": "Bomber cap", "wiki_url": "https://oldschool.runescape.wiki/w/Bomber_cap", "equipment": { @@ -137790,9 +122588,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2006-11-06", - "examine": "For better flying vision.", "wiki_name": "Cap and goggles", "wiki_url": "https://oldschool.runescape.wiki/w/Cap_and_goggles", "equipment": { @@ -137820,8 +122615,6 @@ "name": "Old red disk", "members": true, "cost": 1, - "weight": 0.002, - "examine": "A red coloured disk that's seen better days.", "wiki_name": "Old red disk", "wiki_url": "https://oldschool.runescape.wiki/w/Old_red_disk", "price": 0 @@ -137835,9 +122628,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2006-11-21", - "examine": "The cape worn by master hunters.", "wiki_name": "Hunter cape (Untrimmed)", "wiki_url": "https://oldschool.runescape.wiki/w/Hunter_cape#Untrimmed", "equipment": { @@ -137871,9 +122661,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2006-11-21", - "examine": "The cape worn by master hunters.", "wiki_name": "Hunter cape (Trimmed)", "wiki_url": "https://oldschool.runescape.wiki/w/Hunter_cape#Trimmed", "equipment": { @@ -137907,9 +122694,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2006-11-21", - "examine": "Hunter skillcape hood.", "wiki_name": "Hunter hood", "wiki_url": "https://oldschool.runescape.wiki/w/Hunter_hood", "equipment": { @@ -137940,8 +122724,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2006-11-21", - "examine": "Something furry that way went...", "wiki_name": "Footprint (unobtainable item)", "wiki_url": "https://oldschool.runescape.wiki/w/Footprint_(unobtainable_item)", "price": 0 @@ -137961,7 +122743,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "examine": "Almost invisible in the snow.", "price": 0 }, "9954": { @@ -137970,8 +122751,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2006-11-21", - "examine": "One of the most common species of kebbit.", "wiki_name": "Kebbit (unobtainable item) (Common kebbit)", "wiki_url": "https://oldschool.runescape.wiki/w/Kebbit_(unobtainable_item)#Common_kebbit", "price": 0 @@ -137982,8 +122761,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2006-11-21", - "examine": "Just one of the many different varieties of kebbit.", "wiki_name": "Kebbit (unobtainable item) (Feldip weasel)", "wiki_url": "https://oldschool.runescape.wiki/w/Kebbit_(unobtainable_item)#Feldip_weasel", "price": 0 @@ -137994,8 +122771,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2006-11-21", - "examine": "Almost invisible in the sand.", "wiki_name": "Kebbit (unobtainable item) (Desert devil)", "wiki_url": "https://oldschool.runescape.wiki/w/Kebbit_(unobtainable_item)#Desert_devil", "price": 0 @@ -138006,8 +122781,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2006-11-21", - "examine": "Curls up into a ball to protect itself from attack.", "wiki_name": "Kebbit (unobtainable item) (Prickly kebbit)", "wiki_url": "https://oldschool.runescape.wiki/w/Kebbit_(unobtainable_item)#Prickly_kebbit", "price": 0 @@ -138018,8 +122791,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2006-11-21", - "examine": "It uses its tail to hunt and skewer fish.", "wiki_name": "Kebbit (unobtainable item) (Barb-tailed kebbit)", "wiki_url": "https://oldschool.runescape.wiki/w/Kebbit_(unobtainable_item)#Barb-tailed_kebbit", "price": 0 @@ -138030,8 +122801,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2006-11-21", - "examine": "Now that's a big overbite.", "wiki_name": "Kebbit (unobtainable item) (Sabre-toothed kebbit)", "wiki_url": "https://oldschool.runescape.wiki/w/Kebbit_(unobtainable_item)#Sabre-toothed_kebbit", "price": 0 @@ -138042,8 +122811,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2006-11-21", - "examine": "It seems to be on a permanent sugar rush.", "wiki_name": "Kebbit (unobtainable item) (Spotted kebbit)", "wiki_url": "https://oldschool.runescape.wiki/w/Kebbit_(unobtainable_item)#Spotted_kebbit", "price": 0 @@ -138054,8 +122821,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2006-11-21", - "examine": "Curls up into a ball to protect itself from attack.", "wiki_name": "Kebbit (unobtainable item) (Razor-backed kebbit)", "wiki_url": "https://oldschool.runescape.wiki/w/Kebbit_(unobtainable_item)#Razor-backed_kebbit", "price": 0 @@ -138066,8 +122831,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2006-11-21", - "examine": "That's a mean looking set of claws.", "wiki_name": "Kebbit (unobtainable item) (Wild kebbit)", "wiki_url": "https://oldschool.runescape.wiki/w/Kebbit_(unobtainable_item)#Wild_kebbit", "price": 0 @@ -138078,8 +122841,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2006-11-21", - "examine": "Quieter than a ninja mouse in slippers.", "wiki_name": "Kebbit (unobtainable item) (Dark kebbit)", "wiki_url": "https://oldschool.runescape.wiki/w/Kebbit_(unobtainable_item)#Dark_kebbit", "price": 0 @@ -138090,8 +122851,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2006-11-21", - "examine": "Now you see it, now you don't.", "wiki_name": "Kebbit (unobtainable item) (Dashing kebbit)", "wiki_url": "https://oldschool.runescape.wiki/w/Kebbit_(unobtainable_item)#Dashing_kebbit", "price": 0 @@ -138178,10 +122937,7 @@ "cost": 17, "lowalch": 6, "highalch": 10, - "weight": 0.15, "buy_limit": 11000, - "release_date": "2006-11-21", - "examine": "This certainly needs cooking!", "wiki_name": "Raw bird meat", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_bird_meat", "price": 0 @@ -138196,10 +122952,7 @@ "cost": 17, "lowalch": 6, "highalch": 10, - "weight": 0.15, "buy_limit": 6000, - "release_date": "2006-11-21", - "examine": "A nicely roasted bird.", "wiki_name": "Roast bird meat", "wiki_url": "https://oldschool.runescape.wiki/w/Roast_bird_meat", "price": 8 @@ -138213,9 +122966,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.15, - "release_date": "2006-11-21", - "examine": "Extremely well done bird.", "wiki_name": "Burnt bird meat", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_bird_meat", "price": 0 @@ -138229,9 +122979,6 @@ "cost": 81, "lowalch": 32, "highalch": 48, - "weight": 1.65, - "release_date": "2006-11-21", - "examine": "Skewered bird meat.", "wiki_name": "Skewered bird meat", "wiki_url": "https://oldschool.runescape.wiki/w/Skewered_bird_meat", "price": 0 @@ -138246,10 +122993,7 @@ "cost": 25, "lowalch": 10, "highalch": 15, - "weight": 2, "buy_limit": 11000, - "release_date": "2006-11-21", - "examine": "A slab of raw beast meat.", "wiki_name": "Raw beast meat", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_beast_meat", "price": 0 @@ -138264,10 +123008,7 @@ "cost": 25, "lowalch": 10, "highalch": 15, - "weight": 2, "buy_limit": 6000, - "release_date": "2006-11-21", - "examine": "A delicious looking slab of roast beast.", "wiki_name": "Roast beast meat", "wiki_url": "https://oldschool.runescape.wiki/w/Roast_beast_meat", "price": 0 @@ -138281,9 +123022,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2, - "release_date": "2006-11-21", - "examine": "It's a bit over-cooked.", "wiki_name": "Burnt beast meat", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_beast_meat", "price": 0 @@ -138297,9 +123035,6 @@ "cost": 89, "lowalch": 35, "highalch": 53, - "weight": 3.5, - "release_date": "2006-11-21", - "examine": "Beast meat on a spit.", "wiki_name": "Skewered beast", "wiki_url": "https://oldschool.runescape.wiki/w/Skewered_beast", "price": 0 @@ -138314,10 +123049,7 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "weight": 0.2, "buy_limit": 8000, - "release_date": "2006-11-21", - "examine": "A bowl of chopped tomatoes with an extra kick.", "wiki_name": "Spicy tomato", "wiki_url": "https://oldschool.runescape.wiki/w/Spicy_tomato", "price": 223 @@ -138332,10 +123064,7 @@ "cost": 8, "lowalch": 3, "highalch": 4, - "weight": 0.5, "buy_limit": 8000, - "release_date": "2006-11-21", - "examine": "A bowl of fiery minced meat.", "wiki_name": "Spicy minced meat", "wiki_url": "https://oldschool.runescape.wiki/w/Spicy_minced_meat", "price": 2000 @@ -138350,10 +123079,7 @@ "cost": 15, "lowalch": 6, "highalch": 9, - "weight": 0.035, "buy_limit": 2000, - "release_date": "2006-11-21", - "examine": "4 doses of Hunter potion.", "wiki_name": "Hunter potion (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Hunter_potion#4_dose", "price": 2199 @@ -138368,10 +123094,7 @@ "cost": 12, "lowalch": 4, "highalch": 7, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2006-11-21", - "examine": "3 doses of Hunter potion.", "wiki_name": "Hunter potion (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Hunter_potion#3_dose", "price": 1619 @@ -138386,10 +123109,7 @@ "cost": 9, "lowalch": 3, "highalch": 5, - "weight": 0.025, "buy_limit": 2000, - "release_date": "2006-11-21", - "examine": "2 doses of Hunter potion.", "wiki_name": "Hunter potion (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Hunter_potion#2_dose", "price": 1521 @@ -138404,10 +123124,7 @@ "cost": 6, "lowalch": 2, "highalch": 3, - "weight": 0.02, "buy_limit": 2000, - "release_date": "2006-11-21", - "examine": "1 dose of Hunter potion.", "wiki_name": "Hunter potion (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Hunter_potion#1_dose", "price": 1 @@ -138422,10 +123139,7 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.453, "buy_limit": 250, - "release_date": "2006-11-21", - "examine": "A simple bird catcher.", "wiki_name": "Bird snare", "wiki_url": "https://oldschool.runescape.wiki/w/Bird_snare", "price": 20 @@ -138440,10 +123154,7 @@ "cost": 32, "lowalch": 12, "highalch": 19, - "weight": 0.226, "buy_limit": 250, - "release_date": "2006-11-21", - "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": 10 @@ -138461,10 +123172,7 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.226, "buy_limit": 125, - "release_date": "2006-11-21", - "examine": "For catching butterflies...", "wiki_name": "Butterfly net", "wiki_url": "https://oldschool.runescape.wiki/w/Butterfly_net", "equipment": { @@ -138533,10 +123241,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, "buy_limit": 40, - "release_date": "2006-11-21", - "examine": "It's got little holes in the top.", "wiki_name": "Butterfly jar", "wiki_url": "https://oldschool.runescape.wiki/w/Butterfly_jar", "price": 104 @@ -138551,10 +123256,7 @@ "cost": 70, "lowalch": 28, "highalch": 42, - "weight": 0.02, "buy_limit": 125, - "release_date": "2006-11-21", - "examine": "There's a black warlock butterfly in here.", "wiki_name": "Black warlock (item)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_warlock_(item)", "price": 0 @@ -138569,10 +123271,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.02, "buy_limit": 125, - "release_date": "2006-11-21", - "examine": "There's a snowy knight butterfly in here.", "wiki_name": "Snowy knight (item)", "wiki_url": "https://oldschool.runescape.wiki/w/Snowy_knight_(item)", "price": 0 @@ -138587,10 +123286,7 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.02, "buy_limit": 125, - "release_date": "2006-11-21", - "examine": "There's a sapphire glacialis butterfly in here.", "wiki_name": "Sapphire glacialis (item)", "wiki_url": "https://oldschool.runescape.wiki/w/Sapphire_glacialis_(item)", "price": 0 @@ -138605,10 +123301,7 @@ "cost": 18, "lowalch": 7, "highalch": 10, - "weight": 0.02, "buy_limit": 125, - "release_date": "2006-11-21", - "examine": "There's a ruby harvest butterfly in here.", "wiki_name": "Ruby harvest (item)", "wiki_url": "https://oldschool.runescape.wiki/w/Ruby_harvest_(item)", "price": 0 @@ -138623,9 +123316,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2006-11-21", - "examine": "A very large, single leather glove.", "wiki_name": "Falconer's glove (No Falcon)", "wiki_url": "https://oldschool.runescape.wiki/w/Falconer's_glove#No_Falcon", "equipment": { @@ -138687,9 +123377,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2006-11-21", - "examine": "A very large, single leather glove.", "wiki_name": "Falconer's glove (With Falcon)", "wiki_url": "https://oldschool.runescape.wiki/w/Falconer's_glove#With_Falcon", "equipment": { @@ -138751,10 +123438,7 @@ "cost": 600, "lowalch": 240, "highalch": 360, - "weight": 1, "buy_limit": 250, - "release_date": "2006-11-21", - "examine": "A magical catching box.", "wiki_name": "Magic box", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_box", "price": 410 @@ -138766,9 +123450,6 @@ "cost": 600, "lowalch": 240, "highalch": 360, - "weight": 1, - "release_date": "2006-11-21", - "examine": "A full magical catching box.", "wiki_name": "Imp-in-a-box (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Imp-in-a-box#(2)", "price": 0 @@ -138780,9 +123461,6 @@ "cost": 600, "lowalch": 240, "highalch": 360, - "weight": 1, - "release_date": "2006-11-21", - "examine": "A half-full magical catching box.", "wiki_name": "Imp-in-a-box (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Imp-in-a-box#(1)", "price": 0 @@ -138797,10 +123475,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.453, "buy_limit": 40, - "release_date": "2006-11-21", - "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": 1 @@ -138815,10 +123490,7 @@ "cost": 15, "lowalch": 6, "highalch": 9, - "weight": 0.02, "buy_limit": 250, - "release_date": "2006-11-21", - "examine": "The snare will tighten around animals passing through.", "wiki_name": "Rabbit snare", "wiki_url": "https://oldschool.runescape.wiki/w/Rabbit_snare", "price": 7 @@ -138837,8 +123509,6 @@ "lowalch": 56, "highalch": 84, "buy_limit": 7000, - "release_date": "2006-11-21", - "examine": "Handle with care.", "wiki_name": "Chinchompa", "wiki_url": "https://oldschool.runescape.wiki/w/Chinchompa", "equipment": { @@ -138904,8 +123574,6 @@ "lowalch": 64, "highalch": 96, "buy_limit": 7000, - "release_date": "2006-11-21", - "examine": "Even more volatile than its vegetarian counterpart.", "wiki_name": "Red chinchompa", "wiki_url": "https://oldschool.runescape.wiki/w/Red_chinchompa", "equipment": { @@ -138969,10 +123637,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.226, "buy_limit": 150, - "release_date": "2006-11-21", - "examine": "These should make me harder to spot in polar areas.", "wiki_name": "Kyatt legs", "wiki_url": "https://oldschool.runescape.wiki/w/Kyatt_legs", "equipment": { @@ -139009,10 +123674,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.226, "buy_limit": 150, - "release_date": "2006-11-21", - "examine": "This should make me harder to spot in polar areas.", "wiki_name": "Kyatt top", "wiki_url": "https://oldschool.runescape.wiki/w/Kyatt_top", "equipment": { @@ -139049,10 +123711,7 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 0.226, "buy_limit": 150, - "release_date": "2006-11-21", - "examine": "This should make me harder to spot in polar areas.", "wiki_name": "Kyatt hat", "wiki_url": "https://oldschool.runescape.wiki/w/Kyatt_hat", "equipment": { @@ -139089,10 +123748,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.226, "buy_limit": 150, - "release_date": "2006-11-21", - "examine": "These should make me harder to spot in woodland and jungle areas.", "wiki_name": "Larupia legs", "wiki_url": "https://oldschool.runescape.wiki/w/Larupia_legs", "equipment": { @@ -139129,10 +123785,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.226, "buy_limit": 150, - "release_date": "2006-11-21", - "examine": "This should make me harder to spot in woodland and jungle areas.", "wiki_name": "Larupia top", "wiki_url": "https://oldschool.runescape.wiki/w/Larupia_top", "equipment": { @@ -139169,10 +123822,7 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 0.226, "buy_limit": 150, - "release_date": "2006-11-21", - "examine": "This should make me harder to spot in woodland and jungle areas.", "wiki_name": "Larupia hat", "wiki_url": "https://oldschool.runescape.wiki/w/Larupia_hat", "equipment": { @@ -139209,10 +123859,7 @@ "cost": 150, "lowalch": 60, "highalch": 90, - "weight": 0.226, "buy_limit": 150, - "release_date": "2006-11-21", - "examine": "These should make me harder to spot in desert areas.", "wiki_name": "Graahk legs", "wiki_url": "https://oldschool.runescape.wiki/w/Graahk_legs", "equipment": { @@ -139249,10 +123896,7 @@ "cost": 150, "lowalch": 60, "highalch": 90, - "weight": 0.226, "buy_limit": 150, - "release_date": "2006-11-21", - "examine": "This should make me harder to spot in desert areas.", "wiki_name": "Graahk top", "wiki_url": "https://oldschool.runescape.wiki/w/Graahk_top", "equipment": { @@ -139289,10 +123933,7 @@ "cost": 750, "lowalch": 300, "highalch": 450, - "weight": 0.226, "buy_limit": 150, - "release_date": "2006-11-21", - "examine": "This should make me harder to spot in desert areas.", "wiki_name": "Graahk headdress", "wiki_url": "https://oldschool.runescape.wiki/w/Graahk_headdress", "equipment": { @@ -139329,9 +123970,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.226, - "release_date": "2006-11-21", - "examine": "This should make me harder to spot in wooded areas.", "wiki_name": "Wood camo top", "wiki_url": "https://oldschool.runescape.wiki/w/Wood_camo_top", "equipment": { @@ -139366,9 +124004,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.226, - "release_date": "2006-11-21", - "examine": "These should make me harder to spot in wooded areas.", "wiki_name": "Wood camo legs", "wiki_url": "https://oldschool.runescape.wiki/w/Wood_camo_legs", "equipment": { @@ -139403,9 +124038,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.226, - "release_date": "2006-11-21", - "examine": "This should make me harder to spot in jungle areas.", "wiki_name": "Jungle camo top", "wiki_url": "https://oldschool.runescape.wiki/w/Jungle_camo_top", "equipment": { @@ -139440,9 +124072,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.226, - "release_date": "2006-11-21", - "examine": "These should make me harder to spot in jungle areas.", "wiki_name": "Jungle camo legs", "wiki_url": "https://oldschool.runescape.wiki/w/Jungle_camo_legs", "equipment": { @@ -139477,9 +124106,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.226, - "release_date": "2006-11-21", - "examine": "This should make me harder to spot in desert areas.", "wiki_name": "Desert camo top", "wiki_url": "https://oldschool.runescape.wiki/w/Desert_camo_top", "equipment": { @@ -139514,9 +124140,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.226, - "release_date": "2006-11-21", - "examine": "These should make me harder to spot in desert areas.", "wiki_name": "Desert camo legs", "wiki_url": "https://oldschool.runescape.wiki/w/Desert_camo_legs", "equipment": { @@ -139551,9 +124174,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.226, - "release_date": "2006-11-21", - "examine": "This should make me harder to spot in polar areas.", "wiki_name": "Polar camo top", "wiki_url": "https://oldschool.runescape.wiki/w/Polar_camo_top", "equipment": { @@ -139588,9 +124208,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.226, - "release_date": "2006-11-21", - "examine": "These should make me harder to spot in polar areas.", "wiki_name": "Polar camo legs", "wiki_url": "https://oldschool.runescape.wiki/w/Polar_camo_legs", "equipment": { @@ -139625,10 +124242,7 @@ "cost": 400, "lowalch": 160, "highalch": 240, - "weight": 0.453, "buy_limit": 125, - "release_date": "2006-11-21", - "examine": "A surprisingly aerodynamic cape.", "wiki_name": "Spotted cape (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Spotted_cape#Inventory", "equipment": { @@ -139665,10 +124279,7 @@ "cost": 800, "lowalch": 320, "highalch": 480, - "weight": 0.453, "buy_limit": 125, - "release_date": "2006-11-21", - "examine": "A really surprisingly aerodynamic cape.", "wiki_name": "Spottier cape (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Spottier_cape#Inventory", "equipment": { @@ -139705,10 +124316,7 @@ "cost": 600, "lowalch": 240, "highalch": 360, - "weight": 0.226, "buy_limit": 8000, - "release_date": "2006-11-21", - "examine": "Made from dark kebbit fur, these are perfect for tasks of a stealthier nature.", "wiki_name": "Gloves of silence", "wiki_url": "https://oldschool.runescape.wiki/w/Gloves_of_silence", "equipment": { @@ -139745,10 +124353,7 @@ "cost": 160, "lowalch": 64, "highalch": 96, - "weight": 0.226, "buy_limit": 125, - "release_date": "2006-11-21", - "examine": "Attack at your own risk.", "wiki_name": "Spiky vambraces", "wiki_url": "https://oldschool.runescape.wiki/w/Spiky_vambraces", "equipment": { @@ -139785,10 +124390,7 @@ "cost": 2500, "lowalch": 1000, "highalch": 1500, - "weight": 0.283, "buy_limit": 125, - "release_date": "2006-11-21", - "examine": "Vambraces made from 100% real dragonhide. Now with added spikiness.", "wiki_name": "Green spiky vambraces", "wiki_url": "https://oldschool.runescape.wiki/w/Green_spiky_vambraces", "equipment": { @@ -139825,10 +124427,7 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 0.283, "buy_limit": 125, - "release_date": "2006-11-21", - "examine": "Vambraces made from 100% real dragonhide. Now with added spikiness.", "wiki_name": "Blue spiky vambraces", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_spiky_vambraces", "equipment": { @@ -139865,10 +124464,7 @@ "cost": 3600, "lowalch": 1440, "highalch": 2160, - "weight": 0.283, "buy_limit": 125, - "release_date": "2006-11-21", - "examine": "Vambraces made from 100% real dragonhide. Now with added spikiness.", "wiki_name": "Red spiky vambraces", "wiki_url": "https://oldschool.runescape.wiki/w/Red_spiky_vambraces", "equipment": { @@ -139905,10 +124501,7 @@ "cost": 4320, "lowalch": 1728, "highalch": 2592, - "weight": 0.283, "buy_limit": 125, - "release_date": "2006-11-21", - "examine": "Vambraces made from 100% real dragonhide. Now with added spikiness.", "wiki_name": "Black spiky vambraces", "wiki_url": "https://oldschool.runescape.wiki/w/Black_spiky_vambraces", "equipment": { @@ -139944,8 +124537,6 @@ "lowalch": 8, "highalch": 12, "buy_limit": 8000, - "release_date": "2006-11-21", - "examine": "Attractive to other birds and hunters alike.", "wiki_name": "Stripy feather", "wiki_url": "https://oldschool.runescape.wiki/w/Stripy_feather", "price": 0 @@ -139961,8 +124552,6 @@ "lowalch": 4, "highalch": 6, "buy_limit": 8000, - "release_date": "2006-11-21", - "examine": "A vivid red feather.", "wiki_name": "Red feather", "wiki_url": "https://oldschool.runescape.wiki/w/Red_feather", "price": 0 @@ -139978,8 +124567,6 @@ "lowalch": 6, "highalch": 9, "buy_limit": 8000, - "release_date": "2006-11-21", - "examine": "A cool blue feather.", "wiki_name": "Blue feather", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_feather", "price": 0 @@ -139995,8 +124582,6 @@ "lowalch": 5, "highalch": 7, "buy_limit": 8000, - "release_date": "2006-11-21", - "examine": "A bright yellow feather.", "wiki_name": "Yellow feather", "wiki_url": "https://oldschool.runescape.wiki/w/Yellow_feather", "price": 0 @@ -140012,8 +124597,6 @@ "lowalch": 6, "highalch": 9, "buy_limit": 8000, - "release_date": "2006-11-21", - "examine": "A fairly plain feather.", "wiki_name": "Orange feather", "wiki_url": "https://oldschool.runescape.wiki/w/Orange_feather", "price": 0 @@ -140025,9 +124608,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 1.5, - "release_date": "2006-11-28", - "examine": "It likes ferreting around.", "wiki_name": "Ferret", "wiki_url": "https://oldschool.runescape.wiki/w/Ferret", "price": 0 @@ -140042,10 +124622,7 @@ "cost": 60, "lowalch": 24, "highalch": 36, - "weight": 2, "buy_limit": 10000, - "release_date": "2006-11-21", - "examine": "It's a shabby-looking Larupia fur.", "wiki_name": "Tatty larupia fur", "wiki_url": "https://oldschool.runescape.wiki/w/Tatty_larupia_fur", "price": 0 @@ -140060,10 +124637,7 @@ "cost": 80, "lowalch": 32, "highalch": 48, - "weight": 2, "buy_limit": 10000, - "release_date": "2006-11-21", - "examine": "It's a perfect-looking larupia fur.", "wiki_name": "Larupia fur", "wiki_url": "https://oldschool.runescape.wiki/w/Larupia_fur", "price": 0 @@ -140078,10 +124652,7 @@ "cost": 90, "lowalch": 36, "highalch": 54, - "weight": 2, "buy_limit": 10000, - "release_date": "2006-11-21", - "examine": "It's a shabby-looking graahk fur.", "wiki_name": "Tatty graahk fur", "wiki_url": "https://oldschool.runescape.wiki/w/Tatty_graahk_fur", "price": 0 @@ -140096,10 +124667,7 @@ "cost": 120, "lowalch": 48, "highalch": 72, - "weight": 2, "buy_limit": 10000, - "release_date": "2006-11-21", - "examine": "It's a perfect-looking graahk fur.", "wiki_name": "Graahk fur", "wiki_url": "https://oldschool.runescape.wiki/w/Graahk_fur", "price": 0 @@ -140114,10 +124682,7 @@ "cost": 120, "lowalch": 48, "highalch": 72, - "weight": 2, "buy_limit": 10000, - "release_date": "2006-11-21", - "examine": "It's a shabby-looking kyatt fur.", "wiki_name": "Tatty kyatt fur", "wiki_url": "https://oldschool.runescape.wiki/w/Tatty_kyatt_fur", "price": 0 @@ -140132,10 +124697,7 @@ "cost": 160, "lowalch": 64, "highalch": 96, - "weight": 2, "buy_limit": 10000, - "release_date": "2006-11-21", - "examine": "It's a perfect-looking kyatt fur.", "wiki_name": "Kyatt fur", "wiki_url": "https://oldschool.runescape.wiki/w/Kyatt_fur", "price": 0 @@ -140150,10 +124712,7 @@ "cost": 90, "lowalch": 36, "highalch": 54, - "weight": 0.02, "buy_limit": 10000, - "release_date": "2006-11-21", - "examine": "These bone spikes are both very tough and very sharp.", "wiki_name": "Kebbit spike", "wiki_url": "https://oldschool.runescape.wiki/w/Kebbit_spike", "price": 0 @@ -140168,10 +124727,7 @@ "cost": 150, "lowalch": 60, "highalch": 90, - "weight": 0.04, "buy_limit": 10000, - "release_date": "2006-11-21", - "examine": "These bone spikes are both very tough and very sharp.", "wiki_name": "Long kebbit spike", "wiki_url": "https://oldschool.runescape.wiki/w/Long_kebbit_spike", "price": 0 @@ -140186,10 +124742,7 @@ "cost": 160, "lowalch": 64, "highalch": 96, - "weight": 0.02, "buy_limit": 10000, - "release_date": "2006-11-21", - "examine": "A kebbit-sized set of dentures.", "wiki_name": "Kebbit teeth", "wiki_url": "https://oldschool.runescape.wiki/w/Kebbit_teeth", "price": 0 @@ -140204,10 +124757,7 @@ "cost": 160, "lowalch": 64, "highalch": 96, - "weight": 0.02, "buy_limit": 10000, - "release_date": "2006-11-21", - "examine": "Previously a kebbit-sized set of dentures.", "wiki_name": "Kebbit teeth dust", "wiki_url": "https://oldschool.runescape.wiki/w/Kebbit_teeth_dust", "price": 650 @@ -140222,10 +124772,7 @@ "cost": 43, "lowalch": 17, "highalch": 25, - "weight": 0.02, "buy_limit": 10000, - "release_date": "2006-11-21", - "examine": "More menacing when attached to the owner.", "wiki_name": "Kebbit claws", "wiki_url": "https://oldschool.runescape.wiki/w/Kebbit_claws", "price": 0 @@ -140240,10 +124787,7 @@ "cost": 210, "lowalch": 84, "highalch": 126, - "weight": 0.453, "buy_limit": 10000, - "release_date": "2006-11-21", - "examine": "Sleek, silent and furry.", "wiki_name": "Dark kebbit fur", "wiki_url": "https://oldschool.runescape.wiki/w/Dark_kebbit_fur", "price": 0 @@ -140258,10 +124802,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.453, "buy_limit": 100, - "release_date": "2006-11-21", - "examine": "A thick fur for a cold climate.", "wiki_name": "Polar kebbit fur", "wiki_url": "https://oldschool.runescape.wiki/w/Polar_kebbit_fur", "price": 0 @@ -140276,10 +124817,7 @@ "cost": 14, "lowalch": 5, "highalch": 8, - "weight": 0.453, "buy_limit": 10000, - "release_date": "2006-11-21", - "examine": "Not actually from a weasel, but it is, at least, furry.", "wiki_name": "Feldip weasel fur", "wiki_url": "https://oldschool.runescape.wiki/w/Feldip_weasel_fur", "price": 0 @@ -140294,10 +124832,7 @@ "cost": 12, "lowalch": 4, "highalch": 7, - "weight": 0.453, "buy_limit": 10000, - "release_date": "2006-11-21", - "examine": "Common fur from a common kebbit.", "wiki_name": "Common kebbit fur", "wiki_url": "https://oldschool.runescape.wiki/w/Common_kebbit_fur", "price": 0 @@ -140312,10 +124847,7 @@ "cost": 17, "lowalch": 6, "highalch": 10, - "weight": 0.453, "buy_limit": 10000, - "release_date": "2006-11-21", - "examine": "Sandy coloured kebbit fur.", "wiki_name": "Desert devil fur", "wiki_url": "https://oldschool.runescape.wiki/w/Desert_devil_fur", "price": 0 @@ -140330,10 +124862,7 @@ "cost": 150, "lowalch": 60, "highalch": 90, - "weight": 0.453, "buy_limit": 10000, - "release_date": "2006-11-21", - "examine": "Maybe this is why people think furry dice make you go faster.", "wiki_name": "Spotted kebbit fur", "wiki_url": "https://oldschool.runescape.wiki/w/Spotted_kebbit_fur", "price": 0 @@ -140348,10 +124877,7 @@ "cost": 270, "lowalch": 108, "highalch": 162, - "weight": 0.453, "buy_limit": 10000, - "release_date": "2006-11-21", - "examine": "Nature's equivalent of go-faster stripes.", "wiki_name": "Dashing kebbit fur", "wiki_url": "https://oldschool.runescape.wiki/w/Dashing_kebbit_fur", "price": 0 @@ -140369,10 +124895,7 @@ "cost": 36, "lowalch": 14, "highalch": 21, - "weight": 1.36, "buy_limit": 40, - "release_date": "2006-11-21", - "examine": "A mighty Hunter weapon. One previous owner.", "wiki_name": "Barb-tail harpoon", "wiki_url": "https://oldschool.runescape.wiki/w/Barb-tail_harpoon", "equipment": { @@ -140441,10 +124964,7 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.03, "buy_limit": 150, - "release_date": "2006-11-28", - "examine": "Not so lucky for the rabbit.", "wiki_name": "Strung rabbit foot", "wiki_url": "https://oldschool.runescape.wiki/w/Strung_rabbit_foot", "equipment": { @@ -140477,10 +124997,7 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.03, "buy_limit": 100, - "release_date": "2006-11-28", - "examine": "This could be put on a string and worn for luck.", "wiki_name": "Rabbit foot", "wiki_url": "https://oldschool.runescape.wiki/w/Rabbit_foot", "price": 0 @@ -140495,10 +125012,7 @@ "cost": 120, "lowalch": 48, "highalch": 72, - "weight": 0.4, "buy_limit": 6000, - "release_date": "2006-11-21", - "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": 175 @@ -140513,10 +125027,7 @@ "cost": 120, "lowalch": 48, "highalch": 72, - "weight": 0.45, "buy_limit": 13000, - "release_date": "2006-11-21", - "examine": "A colourful fish, attracted to colourful flies.", "wiki_name": "Raw rainbow fish", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_rainbow_fish", "price": 899 @@ -140530,9 +125041,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.35, - "release_date": "2006-11-21", - "examine": "Used to be a colourful fish, but now it's burnt!", "wiki_name": "Burnt rainbow fish", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_rainbow_fish", "price": 0 @@ -140550,8 +125058,6 @@ "lowalch": 1, "highalch": 1, "buy_limit": 7000, - "release_date": "2006-11-21", - "examine": "A thick, foul-smelling, tar-like substance with a green tinge.", "wiki_name": "Guam tar", "wiki_url": "https://oldschool.runescape.wiki/w/Guam_tar", "equipment": { @@ -140587,8 +125093,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 7000, - "release_date": "2006-11-21", - "examine": "A thick, foul-smelling, tar-like substance with an orange tinge.", "wiki_name": "Marrentill tar", "wiki_url": "https://oldschool.runescape.wiki/w/Marrentill_tar", "equipment": { @@ -140624,8 +125128,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 7000, - "release_date": "2006-11-21", - "examine": "A thick, foul-smelling, tar-like substance with a red tinge.", "wiki_name": "Tarromin tar", "wiki_url": "https://oldschool.runescape.wiki/w/Tarromin_tar", "equipment": { @@ -140661,8 +125163,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 11000, - "release_date": "2006-11-21", - "examine": "A dark, thick, foul-smelling, tar-like substance.", "wiki_name": "Harralander tar", "wiki_url": "https://oldschool.runescape.wiki/w/Harralander_tar", "equipment": { @@ -140698,10 +125198,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 4, "buy_limit": 125, - "release_date": "2006-11-21", - "examine": "Slightly slimy but kind of cute.", "wiki_name": "Orange salamander", "wiki_url": "https://oldschool.runescape.wiki/w/Orange_salamander", "equipment": { @@ -140768,10 +125265,7 @@ "cost": 150, "lowalch": 60, "highalch": 90, - "weight": 4, "buy_limit": 125, - "release_date": "2006-11-21", - "examine": "Slightly slimy but certainly striking.", "wiki_name": "Red salamander", "wiki_url": "https://oldschool.runescape.wiki/w/Red_salamander", "equipment": { @@ -140838,10 +125332,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 4, "buy_limit": 125, - "release_date": "2006-11-21", - "examine": "Slightly slimy and somewhat menacing.", "wiki_name": "Black salamander", "wiki_url": "https://oldschool.runescape.wiki/w/Black_salamander", "equipment": { @@ -140908,10 +125399,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 4, "buy_limit": 125, - "release_date": "2006-11-21", - "examine": "A very slimy and generally disgusting green lizard.", "wiki_name": "Swamp lizard", "wiki_url": "https://oldschool.runescape.wiki/w/Swamp_lizard", "equipment": { @@ -140978,10 +125466,7 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 1.814, "buy_limit": 40, - "release_date": "2006-11-21", - "examine": "A noose on a stick.", "wiki_name": "Noose wand", "wiki_url": "https://oldschool.runescape.wiki/w/Noose_wand", "equipment": { @@ -141051,10 +125536,7 @@ "cost": 1300, "lowalch": 520, "highalch": 780, - "weight": 5, "buy_limit": 70, - "release_date": "2006-11-21", - "examine": "A weapon made of bone and wood.", "wiki_name": "Hunters' crossbow", "wiki_url": "https://oldschool.runescape.wiki/w/Hunters'_crossbow", "equipment": { @@ -141119,8 +125601,6 @@ "lowalch": 7, "highalch": 10, "buy_limit": 11000, - "release_date": "2006-11-21", - "examine": "Bolts made from the spikes of a prickly kebbit.", "wiki_name": "Kebbit bolts", "wiki_url": "https://oldschool.runescape.wiki/w/Kebbit_bolts", "equipment": { @@ -141158,8 +125638,6 @@ "lowalch": 12, "highalch": 18, "buy_limit": 11000, - "release_date": "2006-11-21", - "examine": "Bolts made from the spikes of a razor-backed kebbit.", "wiki_name": "Long kebbit bolts", "wiki_url": "https://oldschool.runescape.wiki/w/Long_kebbit_bolts", "equipment": { @@ -141192,8 +125670,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2006-11-28", - "examine": "Probably a bit too big for fly fishing.", "wiki_name": "Eagle feather", "wiki_url": "https://oldschool.runescape.wiki/w/Eagle_feather", "price": 0 @@ -141207,9 +125683,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.226, - "release_date": "2006-11-28", - "examine": "A cape made from giant eagle feathers.", "wiki_name": "Eagle cape", "wiki_url": "https://oldschool.runescape.wiki/w/Eagle_cape", "equipment": { @@ -141241,9 +125714,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2006-11-28", - "examine": "A cheaply made fake beak.", "wiki_name": "Fake beak", "wiki_url": "https://oldschool.runescape.wiki/w/Fake_beak", "equipment": { @@ -141273,9 +125743,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2006-11-28", - "examine": "The title reads 'William Oddity's Guide to the Avian.'", "wiki_name": "Bird book", "wiki_url": "https://oldschool.runescape.wiki/w/Bird_book", "price": 0 @@ -141287,9 +125754,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2006-11-28", - "examine": "A small feather made out of some sort of metal. The detail is exquisite.", "wiki_name": "Metal feather", "wiki_url": "https://oldschool.runescape.wiki/w/Metal_feather", "price": 0 @@ -141301,9 +125765,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2006-11-28", - "examine": "An intricate feather crafted from a gold-coloured metal of some sort.", "wiki_name": "Golden feather (Eagles' Peak)", "wiki_url": "https://oldschool.runescape.wiki/w/Golden_feather_(Eagles'_Peak)", "price": 0 @@ -141315,9 +125776,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2006-11-28", - "examine": "An intricate feather crafted from a silver-coloured metal of some sort.", "wiki_name": "Silver feather", "wiki_url": "https://oldschool.runescape.wiki/w/Silver_feather", "price": 0 @@ -141329,9 +125787,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2006-11-28", - "examine": "An intricate feather crafted from a bronze-coloured metal of some sort.", "wiki_name": "Bronze feather", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_feather", "price": 0 @@ -141344,8 +125799,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2006-11-28", - "examine": "It looks like birdseed, but it's not quite right somehow.", "wiki_name": "Odd bird seed", "wiki_url": "https://oldschool.runescape.wiki/w/Odd_bird_seed", "price": 0 @@ -141357,9 +125810,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2006-11-28", - "examine": "There's a feather glued to the front. 'Property of Arthur Artimus'.", "wiki_name": "Feathered journal", "wiki_url": "https://oldschool.runescape.wiki/w/Feathered_journal", "price": 0 @@ -141376,10 +125826,7 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 1.8, "buy_limit": 8, - "release_date": "2006-12-05", - "examine": "A powerful bow made from willow wood.", "wiki_name": "Willow comp bow", "wiki_url": "https://oldschool.runescape.wiki/w/Willow_comp_bow", "equipment": { @@ -141444,10 +125891,7 @@ "cost": 1800, "lowalch": 720, "highalch": 1080, - "weight": 1.8, "buy_limit": 8, - "release_date": "2006-12-05", - "examine": "A powerful bow made from yew wood.", "wiki_name": "Yew comp bow", "wiki_url": "https://oldschool.runescape.wiki/w/Yew_comp_bow", "equipment": { @@ -141512,10 +125956,7 @@ "cost": 2500, "lowalch": 1000, "highalch": 1500, - "weight": 1.8, "buy_limit": 8, - "release_date": "2006-12-05", - "examine": "A powerful bow made from magic wood.", "wiki_name": "Magic comp bow", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_comp_bow", "equipment": { @@ -141578,10 +126019,7 @@ "cost": 35200, "lowalch": 14080, "highalch": 21120, - "weight": 2.721, "buy_limit": 70, - "release_date": "2006-12-05", - "examine": "A rune helmet with a heraldic design.", "wiki_name": "Rune helm (h1)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_helm_(h1)", "equipment": { @@ -141617,10 +126055,7 @@ "cost": 35200, "lowalch": 14080, "highalch": 21120, - "weight": 2.721, "buy_limit": 70, - "release_date": "2006-12-05", - "examine": "A rune helmet with a heraldic design.", "wiki_name": "Rune helm (h2)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_helm_(h2)", "equipment": { @@ -141656,10 +126091,7 @@ "cost": 35200, "lowalch": 14080, "highalch": 21120, - "weight": 2.721, "buy_limit": 70, - "release_date": "2006-12-05", - "examine": "A rune helmet with a heraldic design.", "wiki_name": "Rune helm (h3)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_helm_(h3)", "equipment": { @@ -141695,10 +126127,7 @@ "cost": 35200, "lowalch": 14080, "highalch": 21120, - "weight": 2.721, "buy_limit": 70, - "release_date": "2006-12-05", - "examine": "A rune helmet with a heraldic design.", "wiki_name": "Rune helm (h4)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_helm_(h4)", "equipment": { @@ -141734,10 +126163,7 @@ "cost": 35200, "lowalch": 14080, "highalch": 21120, - "weight": 2.721, "buy_limit": 70, - "release_date": "2006-12-05", - "examine": "A rune helmet with a heraldic design.", "wiki_name": "Rune helm (h5)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_helm_(h5)", "equipment": { @@ -141773,10 +126199,7 @@ "cost": 3520, "lowalch": 1408, "highalch": 2112, - "weight": 3.175, "buy_limit": 70, - "release_date": "2006-12-05", - "examine": "An adamant helmet with a heraldic design.", "wiki_name": "Adamant helm (h1)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_helm_(h1)", "equipment": { @@ -141812,10 +126235,7 @@ "cost": 3520, "lowalch": 1408, "highalch": 2112, - "weight": 3.175, "buy_limit": 70, - "release_date": "2006-12-05", - "examine": "An adamant helmet with a heraldic design.", "wiki_name": "Adamant helm (h2)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_helm_(h2)", "equipment": { @@ -141851,10 +126271,7 @@ "cost": 3520, "lowalch": 1408, "highalch": 2112, - "weight": 3.175, "buy_limit": 70, - "release_date": "2006-12-05", - "examine": "An adamant helmet with a heraldic design.", "wiki_name": "Adamant helm (h3)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_helm_(h3)", "equipment": { @@ -141890,10 +126307,7 @@ "cost": 3520, "lowalch": 1408, "highalch": 2112, - "weight": 3.175, "buy_limit": 70, - "release_date": "2006-12-05", - "examine": "An adamant helmet with a heraldic design.", "wiki_name": "Adamant helm (h4)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_helm_(h4)", "equipment": { @@ -141929,10 +126343,7 @@ "cost": 3520, "lowalch": 1408, "highalch": 2112, - "weight": 3.175, "buy_limit": 70, - "release_date": "2006-12-05", - "examine": "An adamant helmet with a heraldic design.", "wiki_name": "Adamant helm (h5)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_helm_(h5)", "equipment": { @@ -141968,10 +126379,7 @@ "cost": 1056, "lowalch": 422, "highalch": 633, - "weight": 2.721, "buy_limit": 70, - "release_date": "2006-12-05", - "examine": "A black helmet with a heraldic design.", "wiki_name": "Black helm (h1)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_helm_(h1)", "equipment": { @@ -142007,10 +126415,7 @@ "cost": 1056, "lowalch": 422, "highalch": 633, - "weight": 2.721, "buy_limit": 70, - "release_date": "2006-12-05", - "examine": "A black helmet with a heraldic design.", "wiki_name": "Black helm (h2)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_helm_(h2)", "equipment": { @@ -142046,10 +126451,7 @@ "cost": 1056, "lowalch": 422, "highalch": 633, - "weight": 2.721, "buy_limit": 70, - "release_date": "2006-12-05", - "examine": "A black helmet with a heraldic design.", "wiki_name": "Black helm (h3)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_helm_(h3)", "equipment": { @@ -142085,10 +126487,7 @@ "cost": 1056, "lowalch": 422, "highalch": 633, - "weight": 2.721, "buy_limit": 70, - "release_date": "2006-12-05", - "examine": "A black helmet with a heraldic design.", "wiki_name": "Black helm (h4)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_helm_(h4)", "equipment": { @@ -142124,10 +126523,7 @@ "cost": 1056, "lowalch": 422, "highalch": 633, - "weight": 2.721, "buy_limit": 70, - "release_date": "2006-12-05", - "examine": "A black helmet with a heraldic design.", "wiki_name": "Black helm (h5)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_helm_(h5)", "equipment": { @@ -142164,10 +126560,7 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "weight": 1, "buy_limit": 4, - "release_date": "2006-12-05", - "examine": "'Bob says: Never give your password out to anyone.'", "wiki_name": "Bob's red shirt", "wiki_url": "https://oldschool.runescape.wiki/w/Bob's_red_shirt", "equipment": { @@ -142202,10 +126595,7 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "weight": 1, "buy_limit": 4, - "release_date": "2006-12-05", - "examine": "'Bob says: Always check the second trade screen.'", "wiki_name": "Bob's blue shirt", "wiki_url": "https://oldschool.runescape.wiki/w/Bob's_blue_shirt", "equipment": { @@ -142240,10 +126630,7 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "weight": 1, "buy_limit": 4, - "release_date": "2006-12-05", - "examine": "'Bob says: Never trade in the wilderness!'", "wiki_name": "Bob's green shirt", "wiki_url": "https://oldschool.runescape.wiki/w/Bob's_green_shirt", "equipment": { @@ -142278,10 +126665,7 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "weight": 1, "buy_limit": 4, - "release_date": "2006-12-05", - "examine": "'Bob says: A bank pin will keep your items secure.'", "wiki_name": "Bob's black shirt", "wiki_url": "https://oldschool.runescape.wiki/w/Bob's_black_shirt", "equipment": { @@ -142316,10 +126700,7 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "weight": 1, "buy_limit": 4, - "release_date": "2006-12-05", - "examine": "'Bob says: Keep your computer keylogger free and virus scanned.'", "wiki_name": "Bob's purple shirt", "wiki_url": "https://oldschool.runescape.wiki/w/Bob's_purple_shirt", "equipment": { @@ -142353,8 +126734,6 @@ "lowalch": 6, "highalch": 9, "buy_limit": 250, - "release_date": "2006-12-05", - "examine": "Makes firelighting a lot easier.", "wiki_name": "Purple firelighter", "wiki_url": "https://oldschool.runescape.wiki/w/Purple_firelighter", "price": 113 @@ -142370,8 +126749,6 @@ "lowalch": 6, "highalch": 9, "buy_limit": 250, - "release_date": "2006-12-05", - "examine": "Makes firelighting a lot easier.", "wiki_name": "White firelighter", "wiki_url": "https://oldschool.runescape.wiki/w/White_firelighter", "price": 72 @@ -142383,9 +126760,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2006-12-05", - "examine": "A number of chemical covered wooden logs.", "wiki_name": "White logs", "wiki_url": "https://oldschool.runescape.wiki/w/White_logs", "price": 0 @@ -142397,9 +126771,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2006-12-05", - "examine": "A number of chemical covered wooden logs.", "wiki_name": "Purple logs", "wiki_url": "https://oldschool.runescape.wiki/w/Purple_logs", "price": 0 @@ -142416,10 +126787,7 @@ "cost": 50800, "lowalch": 20320, "highalch": 30480, - "weight": 4, "buy_limit": 8, - "release_date": "2006-12-05", - "examine": "Fabulously ancient range protection crafted from white dragonhide.", "wiki_name": "3rd age range top", "wiki_url": "https://oldschool.runescape.wiki/w/3rd_age_range_top", "equipment": { @@ -142457,10 +126825,7 @@ "cost": 50600, "lowalch": 20240, "highalch": 30360, - "weight": 3, "buy_limit": 8, - "release_date": "2006-12-05", - "examine": "Fabulously ancient range protection crafted from white dragonhide.", "wiki_name": "3rd age range legs", "wiki_url": "https://oldschool.runescape.wiki/w/3rd_age_range_legs", "equipment": { @@ -142498,10 +126863,7 @@ "cost": 50400, "lowalch": 20160, "highalch": 30240, - "weight": 1, "buy_limit": 8, - "release_date": "2006-12-05", - "examine": "Fabulously ancient range protection crafted from white dragonhide.", "wiki_name": "3rd age range coif", "wiki_url": "https://oldschool.runescape.wiki/w/3rd_age_range_coif", "equipment": { @@ -142539,10 +126901,7 @@ "cost": 50500, "lowalch": 20200, "highalch": 30300, - "weight": 1, "buy_limit": 8, - "release_date": "2006-12-05", - "examine": "Fabulously ancient range protection crafted from white dragonhide.", "wiki_name": "3rd age vambraces", "wiki_url": "https://oldschool.runescape.wiki/w/3rd_age_vambraces", "equipment": { @@ -142580,10 +126939,7 @@ "cost": 50800, "lowalch": 20320, "highalch": 30480, - "weight": 2.7, "buy_limit": 8, - "release_date": "2006-12-05", - "examine": "Fabulously ancient mage protection enchanted in the 3rd Age.", "wiki_name": "3rd age robe top", "wiki_url": "https://oldschool.runescape.wiki/w/3rd_age_robe_top", "equipment": { @@ -142621,10 +126977,7 @@ "cost": 50600, "lowalch": 20240, "highalch": 30360, - "weight": 1.8, "buy_limit": 8, - "release_date": "2006-12-05", - "examine": "Fabulously ancient mage protection enchanted in the 3rd Age.", "wiki_name": "3rd age robe", "wiki_url": "https://oldschool.runescape.wiki/w/3rd_age_robe", "equipment": { @@ -142662,10 +127015,7 @@ "cost": 50400, "lowalch": 20160, "highalch": 30240, - "weight": 0.4, "buy_limit": 8, - "release_date": "2006-12-05", - "examine": "Fabulously ancient mage protection enchanted in the 3rd Age.", "wiki_name": "3rd age mage hat", "wiki_url": "https://oldschool.runescape.wiki/w/3rd_age_mage_hat", "equipment": { @@ -142703,10 +127053,7 @@ "cost": 50500, "lowalch": 20200, "highalch": 30300, - "weight": 0.003, "buy_limit": 8, - "release_date": "2006-12-05", - "examine": "Fabulously ancient mage protection enchanted in the 3rd Age.", "wiki_name": "3rd age amulet", "wiki_url": "https://oldschool.runescape.wiki/w/3rd_age_amulet", "equipment": { @@ -142744,10 +127091,7 @@ "cost": 200000, "lowalch": 80000, "highalch": 120000, - "weight": 2.721, "buy_limit": 8, - "release_date": "2006-12-05", - "examine": "Fabulously ancient armour beaten from magical silver.", "wiki_name": "3rd age platelegs", "wiki_url": "https://oldschool.runescape.wiki/w/3rd_age_platelegs", "equipment": { @@ -142784,10 +127128,7 @@ "cost": 200000, "lowalch": 80000, "highalch": 120000, - "weight": 9.979, "buy_limit": 8, - "release_date": "2006-12-05", - "examine": "Fabulously ancient armour beaten from magical silver.", "wiki_name": "3rd age platebody", "wiki_url": "https://oldschool.runescape.wiki/w/3rd_age_platebody", "equipment": { @@ -142824,10 +127165,7 @@ "cost": 90000, "lowalch": 36000, "highalch": 54000, - "weight": 0.907, "buy_limit": 8, - "release_date": "2006-12-05", - "examine": "Fabulously ancient armour beaten from magical silver.", "wiki_name": "3rd age full helmet", "wiki_url": "https://oldschool.runescape.wiki/w/3rd_age_full_helmet", "equipment": { @@ -142864,10 +127202,7 @@ "cost": 180000, "lowalch": 72000, "highalch": 108000, - "weight": 2.721, "buy_limit": 8, - "release_date": "2006-12-05", - "examine": "Fabulously ancient armour beaten from magical silver.", "wiki_name": "3rd age kiteshield", "wiki_url": "https://oldschool.runescape.wiki/w/3rd_age_kiteshield", "equipment": { @@ -142904,10 +127239,7 @@ "cost": 17625, "lowalch": 7050, "highalch": 10575, - "weight": 0.01, "buy_limit": 5, - "release_date": "2006-12-05", - "examine": "A very powerful dragonstone amulet.", "wiki_name": "Amulet of glory (t) (t4)", "wiki_url": "https://oldschool.runescape.wiki/w/Amulet_of_glory_(t)#(t4)", "equipment": { @@ -142941,9 +127273,6 @@ "cost": 17625, "lowalch": 7050, "highalch": 10575, - "weight": 0.01, - "release_date": "2006-12-05", - "examine": "A very powerful dragonstone amulet.", "wiki_name": "Amulet of glory (t) (t3)", "wiki_url": "https://oldschool.runescape.wiki/w/Amulet_of_glory_(t)#(t3)", "equipment": { @@ -142977,9 +127306,6 @@ "cost": 17625, "lowalch": 7050, "highalch": 10575, - "weight": 0.01, - "release_date": "2006-12-05", - "examine": "A very powerful dragonstone amulet.", "wiki_name": "Amulet of glory (t) (t2)", "wiki_url": "https://oldschool.runescape.wiki/w/Amulet_of_glory_(t)#(t2)", "equipment": { @@ -143013,9 +127339,6 @@ "cost": 17625, "lowalch": 7050, "highalch": 10575, - "weight": 0.01, - "release_date": "2006-12-05", - "examine": "A very powerful dragonstone amulet.", "wiki_name": "Amulet of glory (t) (t1)", "wiki_url": "https://oldschool.runescape.wiki/w/Amulet_of_glory_(t)#(t1)", "equipment": { @@ -143050,10 +127373,7 @@ "cost": 17625, "lowalch": 7050, "highalch": 10575, - "weight": 0.01, "buy_limit": 5, - "release_date": "2006-12-05", - "examine": "A very powerful dragonstone amulet.", "wiki_name": "Amulet of glory (t) (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Amulet_of_glory_(t)#Uncharged", "equipment": { @@ -143087,10 +127407,7 @@ "cost": 2025, "lowalch": 810, "highalch": 1215, - "weight": 0.01, "buy_limit": 5, - "release_date": "2006-12-05", - "examine": "An enchanted ruby amulet.", "wiki_name": "Strength amulet (t)", "wiki_url": "https://oldschool.runescape.wiki/w/Strength_amulet_(t)", "equipment": { @@ -143124,10 +127441,7 @@ "cost": 900, "lowalch": 360, "highalch": 540, - "weight": 0.01, "buy_limit": 5, - "release_date": "2006-12-05", - "examine": "An enchanted sapphire amulet of magic.", "wiki_name": "Amulet of magic (t)", "wiki_url": "https://oldschool.runescape.wiki/w/Amulet_of_magic_(t)", "equipment": { @@ -143162,10 +127476,7 @@ "cost": 4000, "lowalch": 1600, "highalch": 2400, - "weight": 1, "buy_limit": 8, - "release_date": "2006-12-05", - "examine": "Zamorak blessed dragonhide vambraces.", "wiki_name": "Zamorak bracers", "wiki_url": "https://oldschool.runescape.wiki/w/Zamorak_bracers", "equipment": { @@ -143203,10 +127514,7 @@ "cost": 13000, "lowalch": 5200, "highalch": 7800, - "weight": 6, "buy_limit": 8, - "release_date": "2006-12-05", - "examine": "Zamorak blessed dragonhide body armour.", "wiki_name": "Zamorak d'hide body", "wiki_url": "https://oldschool.runescape.wiki/w/Zamorak_d'hide_body", "equipment": { @@ -143244,10 +127552,7 @@ "cost": 6000, "lowalch": 2400, "highalch": 3600, - "weight": 5, "buy_limit": 8, - "release_date": "2006-12-05", - "examine": "Zamorak blessed dragonhide chaps.", "wiki_name": "Zamorak chaps", "wiki_url": "https://oldschool.runescape.wiki/w/Zamorak_chaps", "equipment": { @@ -143285,10 +127590,7 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 0.9, "buy_limit": 8, - "release_date": "2006-12-05", - "examine": "Zamorak blessed dragonhide coif.", "wiki_name": "Zamorak coif", "wiki_url": "https://oldschool.runescape.wiki/w/Zamorak_coif", "equipment": { @@ -143326,10 +127628,7 @@ "cost": 6000, "lowalch": 2400, "highalch": 3600, - "weight": 1, "buy_limit": 8, - "release_date": "2006-12-05", - "examine": "Guthix blessed dragonhide vambraces.", "wiki_name": "Guthix bracers", "wiki_url": "https://oldschool.runescape.wiki/w/Guthix_bracers", "equipment": { @@ -143367,10 +127666,7 @@ "cost": 13000, "lowalch": 5200, "highalch": 7800, - "weight": 6, "buy_limit": 8, - "release_date": "2006-12-05", - "examine": "Guthix blessed dragonhide body armour.", "wiki_name": "Guthix d'hide body", "wiki_url": "https://oldschool.runescape.wiki/w/Guthix_d'hide_body", "equipment": { @@ -143408,10 +127704,7 @@ "cost": 6000, "lowalch": 2400, "highalch": 3600, - "weight": 5, "buy_limit": 8, - "release_date": "2006-12-05", - "examine": "Guthix blessed dragonhide chaps.", "wiki_name": "Guthix chaps", "wiki_url": "https://oldschool.runescape.wiki/w/Guthix_chaps", "equipment": { @@ -143449,10 +127742,7 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 0.9, "buy_limit": 8, - "release_date": "2006-12-05", - "examine": "Guthix blessed dragonhide coif.", "wiki_name": "Guthix coif", "wiki_url": "https://oldschool.runescape.wiki/w/Guthix_coif", "equipment": { @@ -143490,10 +127780,7 @@ "cost": 4000, "lowalch": 1600, "highalch": 2400, - "weight": 1, "buy_limit": 8, - "release_date": "2006-12-05", - "examine": "Saradomin blessed dragonhide vambraces.", "wiki_name": "Saradomin bracers", "wiki_url": "https://oldschool.runescape.wiki/w/Saradomin_bracers", "equipment": { @@ -143531,10 +127818,7 @@ "cost": 13000, "lowalch": 5200, "highalch": 7800, - "weight": 6, "buy_limit": 8, - "release_date": "2006-12-05", - "examine": "Saradomin blessed dragonhide body armour.", "wiki_name": "Saradomin d'hide body", "wiki_url": "https://oldschool.runescape.wiki/w/Saradomin_d'hide_body", "equipment": { @@ -143572,10 +127856,7 @@ "cost": 6000, "lowalch": 2400, "highalch": 3600, - "weight": 5, "buy_limit": 8, - "release_date": "2006-12-05", - "examine": "Saradomin blessed dragonhide chaps.", "wiki_name": "Saradomin chaps", "wiki_url": "https://oldschool.runescape.wiki/w/Saradomin_chaps", "equipment": { @@ -143613,10 +127894,7 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 0.9, "buy_limit": 8, - "release_date": "2006-12-05", - "examine": "Saradomin blessed dragonhide coif.", "wiki_name": "Saradomin coif", "wiki_url": "https://oldschool.runescape.wiki/w/Saradomin_coif", "equipment": { @@ -143654,10 +127932,7 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 0.4, "buy_limit": 4, - "release_date": "2006-12-05", - "examine": "A big do about nothing.", "wiki_name": "A powdered wig", "wiki_url": "https://oldschool.runescape.wiki/w/A_powdered_wig", "equipment": { @@ -143692,10 +127967,7 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 1, "buy_limit": 4, - "release_date": "2006-12-05", - "examine": "These'll help me stay alive.", "wiki_name": "Flared trousers", "wiki_url": "https://oldschool.runescape.wiki/w/Flared_trousers", "equipment": { @@ -143730,10 +128002,7 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 1, "buy_limit": 4, - "release_date": "2006-12-05", - "examine": "Alas, someone has slashed my pantaloons.", "wiki_name": "Pantaloons", "wiki_url": "https://oldschool.runescape.wiki/w/Pantaloons", "equipment": { @@ -143768,10 +128037,7 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 0.4, "buy_limit": 4, - "release_date": "2006-12-05", - "examine": "A cap for wearing whilzzzzzzzzzz.", "wiki_name": "Sleeping cap", "wiki_url": "https://oldschool.runescape.wiki/w/Sleeping_cap", "equipment": { @@ -143806,10 +128072,7 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 1, "buy_limit": 4, - "release_date": "2006-12-05", - "examine": "A well made elegant men's black shirt.", "wiki_name": "Black elegant shirt", "wiki_url": "https://oldschool.runescape.wiki/w/Black_elegant_shirt", "equipment": { @@ -143844,10 +128107,7 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 1, "buy_limit": 4, - "release_date": "2006-12-05", - "examine": "A rather elegant pair of men's black pantaloons.", "wiki_name": "Black elegant legs", "wiki_url": "https://oldschool.runescape.wiki/w/Black_elegant_legs", "equipment": { @@ -143882,10 +128142,7 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 1, "buy_limit": 4, - "release_date": "2006-12-05", - "examine": "A well made elegant men's red shirt.", "wiki_name": "Red elegant shirt", "wiki_url": "https://oldschool.runescape.wiki/w/Red_elegant_shirt", "equipment": { @@ -143920,10 +128177,7 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 1, "buy_limit": 4, - "release_date": "2006-12-05", - "examine": "A rather elegant pair of men's red pantaloons.", "wiki_name": "Red elegant legs", "wiki_url": "https://oldschool.runescape.wiki/w/Red_elegant_legs", "equipment": { @@ -143958,10 +128212,7 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 1, "buy_limit": 4, - "release_date": "2006-12-05", - "examine": "A well made elegant men's blue shirt.", "wiki_name": "Blue elegant shirt", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_elegant_shirt", "equipment": { @@ -143996,10 +128247,7 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 1, "buy_limit": 4, - "release_date": "2006-12-05", - "examine": "A rather elegant pair of men's blue pantaloons.", "wiki_name": "Blue elegant legs", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_elegant_legs", "equipment": { @@ -144034,10 +128282,7 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 1, "buy_limit": 4, - "release_date": "2006-12-05", - "examine": "A well made elegant men's green shirt.", "wiki_name": "Green elegant shirt", "wiki_url": "https://oldschool.runescape.wiki/w/Green_elegant_shirt", "equipment": { @@ -144072,10 +128317,7 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 1, "buy_limit": 4, - "release_date": "2006-12-05", - "examine": "A rather elegant pair of men's green pantaloons.", "wiki_name": "Green elegant legs", "wiki_url": "https://oldschool.runescape.wiki/w/Green_elegant_legs", "equipment": { @@ -144110,10 +128352,7 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 1, "buy_limit": 4, - "release_date": "2006-12-05", - "examine": "A well made elegant men's purple shirt.", "wiki_name": "Purple elegant shirt", "wiki_url": "https://oldschool.runescape.wiki/w/Purple_elegant_shirt", "equipment": { @@ -144148,10 +128387,7 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 1, "buy_limit": 4, - "release_date": "2006-12-05", - "examine": "A rather elegant pair of men's purple pantaloons.", "wiki_name": "Purple elegant legs", "wiki_url": "https://oldschool.runescape.wiki/w/Purple_elegant_legs", "equipment": { @@ -144186,10 +128422,7 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 1, "buy_limit": 4, - "release_date": "2006-12-05", - "examine": "A well made elegant ladies' white blouse.", "wiki_name": "White elegant blouse", "wiki_url": "https://oldschool.runescape.wiki/w/White_elegant_blouse", "equipment": { @@ -144224,10 +128457,7 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 1, "buy_limit": 4, - "release_date": "2006-12-05", - "examine": "A rather elegant white skirt.", "wiki_name": "White elegant skirt", "wiki_url": "https://oldschool.runescape.wiki/w/White_elegant_skirt", "equipment": { @@ -144262,10 +128492,7 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 1, "buy_limit": 4, - "release_date": "2006-12-05", - "examine": "A well made elegant ladies' red blouse.", "wiki_name": "Red elegant blouse", "wiki_url": "https://oldschool.runescape.wiki/w/Red_elegant_blouse", "equipment": { @@ -144300,10 +128527,7 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 1, "buy_limit": 4, - "release_date": "2006-12-05", - "examine": "A rather elegant red skirt.", "wiki_name": "Red elegant skirt", "wiki_url": "https://oldschool.runescape.wiki/w/Red_elegant_skirt", "equipment": { @@ -144338,10 +128562,7 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 1, "buy_limit": 4, - "release_date": "2006-12-05", - "examine": "A well made elegant ladies' blue blouse.", "wiki_name": "Blue elegant blouse", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_elegant_blouse", "equipment": { @@ -144376,10 +128597,7 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 1, "buy_limit": 4, - "release_date": "2006-12-05", - "examine": "A rather elegant blue skirt.", "wiki_name": "Blue elegant skirt", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_elegant_skirt", "equipment": { @@ -144414,10 +128632,7 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 1, "buy_limit": 4, - "release_date": "2006-12-05", - "examine": "A well made elegant ladies' green blouse.", "wiki_name": "Green elegant blouse", "wiki_url": "https://oldschool.runescape.wiki/w/Green_elegant_blouse", "equipment": { @@ -144452,10 +128667,7 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 1, "buy_limit": 4, - "release_date": "2006-12-05", - "examine": "A rather elegant green skirt.", "wiki_name": "Green elegant skirt", "wiki_url": "https://oldschool.runescape.wiki/w/Green_elegant_skirt", "equipment": { @@ -144490,10 +128702,7 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 1, "buy_limit": 4, - "release_date": "2006-12-05", - "examine": "A well made elegant ladies' purple blouse.", "wiki_name": "Purple elegant blouse", "wiki_url": "https://oldschool.runescape.wiki/w/Purple_elegant_blouse", "equipment": { @@ -144528,10 +128737,7 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 1, "buy_limit": 4, - "release_date": "2006-12-05", - "examine": "A rather elegant purple skirt.", "wiki_name": "Purple elegant skirt", "wiki_url": "https://oldschool.runescape.wiki/w/Purple_elegant_skirt", "equipment": { @@ -144567,10 +128773,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 2, "buy_limit": 8, - "release_date": "2006-12-05", - "examine": "A Saradomin crozier.", "wiki_name": "Saradomin crozier", "wiki_url": "https://oldschool.runescape.wiki/w/Saradomin_crozier", "equipment": { @@ -144649,10 +128852,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 2, "buy_limit": 8, - "release_date": "2006-12-05", - "examine": "A Guthix crozier.", "wiki_name": "Guthix crozier", "wiki_url": "https://oldschool.runescape.wiki/w/Guthix_crozier", "equipment": { @@ -144731,10 +128931,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 2, "buy_limit": 8, - "release_date": "2006-12-05", - "examine": "A Zamorak crozier.", "wiki_name": "Zamorak crozier", "wiki_url": "https://oldschool.runescape.wiki/w/Zamorak_crozier", "equipment": { @@ -144812,10 +129009,7 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 0.4, "buy_limit": 8, - "release_date": "2006-12-05", - "examine": "A Saradomin cloak.", "wiki_name": "Saradomin cloak", "wiki_url": "https://oldschool.runescape.wiki/w/Saradomin_cloak", "equipment": { @@ -144852,10 +129046,7 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 0.4, "buy_limit": 8, - "release_date": "2006-12-05", - "examine": "A Guthix cloak.", "wiki_name": "Guthix cloak", "wiki_url": "https://oldschool.runescape.wiki/w/Guthix_cloak", "equipment": { @@ -144892,10 +129083,7 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 0.4, "buy_limit": 8, - "release_date": "2006-12-05", - "examine": "A Zamorak cloak.", "wiki_name": "Zamorak cloak", "wiki_url": "https://oldschool.runescape.wiki/w/Zamorak_cloak", "equipment": { @@ -144932,10 +129120,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.3, "buy_limit": 8, - "release_date": "2006-12-05", - "examine": "A Saradomin mitre.", "wiki_name": "Saradomin mitre", "wiki_url": "https://oldschool.runescape.wiki/w/Saradomin_mitre", "equipment": { @@ -144973,10 +129158,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.3, "buy_limit": 8, - "release_date": "2006-12-05", - "examine": "A Guthix mitre.", "wiki_name": "Guthix mitre", "wiki_url": "https://oldschool.runescape.wiki/w/Guthix_mitre", "equipment": { @@ -145014,10 +129196,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.3, "buy_limit": 8, - "release_date": "2006-12-05", - "examine": "A Zamorak mitre.", "wiki_name": "Zamorak mitre", "wiki_url": "https://oldschool.runescape.wiki/w/Zamorak_mitre", "equipment": { @@ -145055,10 +129234,7 @@ "cost": 7000, "lowalch": 2800, "highalch": 4200, - "weight": 1.8, "buy_limit": 8, - "release_date": "2006-12-05", - "examine": "Saradomin Vestments.", "wiki_name": "Saradomin robe top", "wiki_url": "https://oldschool.runescape.wiki/w/Saradomin_robe_top", "equipment": { @@ -145095,10 +129271,7 @@ "cost": 7000, "lowalch": 2800, "highalch": 4200, - "weight": 1.8, "buy_limit": 8, - "release_date": "2006-12-05", - "examine": "Zamorak Vestments.", "wiki_name": "Zamorak robe top", "wiki_url": "https://oldschool.runescape.wiki/w/Zamorak_robe_top", "equipment": { @@ -145135,10 +129308,7 @@ "cost": 7000, "lowalch": 2800, "highalch": 4200, - "weight": 1.8, "buy_limit": 8, - "release_date": "2006-12-05", - "examine": "Guthix Vestments.", "wiki_name": "Guthix robe top", "wiki_url": "https://oldschool.runescape.wiki/w/Guthix_robe_top", "equipment": { @@ -145175,10 +129345,7 @@ "cost": 7000, "lowalch": 2800, "highalch": 4200, - "weight": 2.7, "buy_limit": 8, - "release_date": "2006-12-05", - "examine": "Leggings from the Saradomin Vestments.", "wiki_name": "Saradomin robe legs", "wiki_url": "https://oldschool.runescape.wiki/w/Saradomin_robe_legs", "equipment": { @@ -145215,10 +129382,7 @@ "cost": 7000, "lowalch": 2800, "highalch": 4200, - "weight": 2.7, "buy_limit": 8, - "release_date": "2006-12-05", - "examine": "Leggings from the Guthix Vestments.", "wiki_name": "Guthix robe legs", "wiki_url": "https://oldschool.runescape.wiki/w/Guthix_robe_legs", "equipment": { @@ -145255,10 +129419,7 @@ "cost": 7000, "lowalch": 2800, "highalch": 4200, - "weight": 2.7, "buy_limit": 8, - "release_date": "2006-12-05", - "examine": "Leggings from the Zamorak Vestments.", "wiki_name": "Zamorak robe legs", "wiki_url": "https://oldschool.runescape.wiki/w/Zamorak_robe_legs", "equipment": { @@ -145295,10 +129456,7 @@ "cost": 2500, "lowalch": 1000, "highalch": 1500, - "weight": 0.01, "buy_limit": 8, - "release_date": "2006-12-05", - "examine": "A Saradomin stole.", "wiki_name": "Saradomin stole", "wiki_url": "https://oldschool.runescape.wiki/w/Saradomin_stole", "equipment": { @@ -145335,10 +129493,7 @@ "cost": 2500, "lowalch": 1000, "highalch": 1500, - "weight": 0.01, "buy_limit": 8, - "release_date": "2006-12-05", - "examine": "A Guthix stole.", "wiki_name": "Guthix stole", "wiki_url": "https://oldschool.runescape.wiki/w/Guthix_stole", "equipment": { @@ -145375,10 +129530,7 @@ "cost": 2500, "lowalch": 1000, "highalch": 1500, - "weight": 0.01, "buy_limit": 8, - "release_date": "2006-12-05", - "examine": "A Zamorak stole.", "wiki_name": "Zamorak stole", "wiki_url": "https://oldschool.runescape.wiki/w/Zamorak_stole", "equipment": { @@ -145414,8 +129566,6 @@ "lowalch": 6, "highalch": 9, "buy_limit": 10000, - "release_date": "2006-12-05", - "examine": "Remember to brush after eating!", "wiki_name": "Purple sweets", "wiki_url": "https://oldschool.runescape.wiki/w/Purple_sweets", "price": 12249 @@ -145427,9 +129577,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2006-12-05", - "examine": "A scroll.", "wiki_name": "Scroll (animation item)", "wiki_url": "https://oldschool.runescape.wiki/w/Scroll_(animation_item)", "price": 0 @@ -145441,9 +129588,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2006-12-12", - "examine": "A sack with no cows in it.", "wiki_name": "Empty sack (animation item)", "wiki_url": "https://oldschool.runescape.wiki/w/Empty_sack_(animation_item)", "price": 0 @@ -145458,9 +129602,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.453, - "release_date": "2006-12-12", - "examine": "It looks at you with beady eyes.", "wiki_name": "Undead chicken (item)", "wiki_url": "https://oldschool.runescape.wiki/w/Undead_chicken_(item)", "equipment": { @@ -145517,9 +129658,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.25, - "release_date": "2006-12-12", - "examine": "An iron bar supplied by an insane old crone.", "wiki_name": "Selected iron", "wiki_url": "https://oldschool.runescape.wiki/w/Selected_iron", "price": 0 @@ -145531,9 +129669,6 @@ "cost": 15, "lowalch": 6, "highalch": 9, - "weight": 0.25, - "release_date": "2006-12-12", - "examine": "A magnet designed for undead chicken use.", "wiki_name": "Bar magnet", "wiki_url": "https://oldschool.runescape.wiki/w/Bar_magnet", "price": 0 @@ -145545,9 +129680,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2006-12-12", - "examine": "Were they trying to escape just then?", "wiki_name": "Undead twigs", "wiki_url": "https://oldschool.runescape.wiki/w/Undead_twigs", "price": 0 @@ -145562,9 +129694,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 1.162, - "release_date": "2006-12-12", - "examine": "It radiates purity but can still lop off heads.", "wiki_name": "Blessed axe", "wiki_url": "https://oldschool.runescape.wiki/w/Blessed_axe", "equipment": { @@ -145630,9 +129759,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.2, - "release_date": "2006-12-12", - "examine": "These make no sense at all.", "wiki_name": "Research notes (Animal Magnetism)", "wiki_url": "https://oldschool.runescape.wiki/w/Research_notes_(Animal_Magnetism)", "price": 0 @@ -145644,9 +129770,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.2, - "release_date": "2006-12-12", - "examine": "They still make no sense, but look more meaningful now.", "wiki_name": "Translated notes", "wiki_url": "https://oldschool.runescape.wiki/w/Translated_notes", "price": 0 @@ -145658,9 +129781,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.05, - "release_date": "2006-12-12", - "examine": "Attach tab A to button B then fold along line C...", "wiki_name": "A pattern", "wiki_url": "https://oldschool.runescape.wiki/w/A_pattern", "price": 0 @@ -145672,9 +129792,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.25, - "release_date": "2006-12-12", - "examine": "A desirable residence for discerning, undead chickens.", "wiki_name": "A container", "wiki_url": "https://oldschool.runescape.wiki/w/A_container", "price": 0 @@ -145689,10 +129806,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, "buy_limit": 15, - "release_date": "2006-12-12", - "examine": "Shiny!", "wiki_name": "Polished buttons", "wiki_url": "https://oldschool.runescape.wiki/w/Polished_buttons", "price": 6275 @@ -145704,9 +129818,6 @@ "equipable": true, "equipable_by_player": true, "cost": 769, - "weight": 4.535, - "release_date": "2006-12-12", - "examine": "A bagged chicken ready to serve you, magnet in claw.", "wiki_name": "Ava's attractor", "wiki_url": "https://oldschool.runescape.wiki/w/Ava's_attractor", "equipment": { @@ -145738,9 +129849,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1000, - "weight": 4.535, - "release_date": "2006-12-12", - "examine": "A superior bagged chicken ready to serve you, magnet in claw.", "wiki_name": "Ava's accumulator", "wiki_url": "https://oldschool.runescape.wiki/w/Ava's_accumulator", "equipment": { @@ -145774,9 +129882,6 @@ "equipable": true, "equipable_by_player": true, "cost": 20, - "weight": 0.01, - "release_date": "2006-12-12", - "examine": "Allows Malcolm the ghost farmer to talk to his wife Alice - a breakthrough!", "wiki_name": "Crone-made amulet", "wiki_url": "https://oldschool.runescape.wiki/w/Crone-made_amulet", "equipment": { @@ -145809,8 +129914,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "release_date": "2013-12-17", - "examine": "Made from snow.", "wiki_name": "Snowball", "wiki_url": "https://oldschool.runescape.wiki/w/Snowball", "equipment": { @@ -145866,9 +129969,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 9.071, - "release_date": "2013-12-17", - "examine": "A gublinch frozen and crumbled into shards.", "wiki_name": "Gublinch shards", "wiki_url": "https://oldschool.runescape.wiki/w/Gublinch_shards", "price": 0 @@ -145881,9 +129981,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2006-12-18", - "examine": "A reindeer hat and a matching flashing nose.", "wiki_name": "Reindeer hat", "wiki_url": "https://oldschool.runescape.wiki/w/Reindeer_hat", "equipment": { @@ -145913,9 +130010,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 10, - "release_date": "2006-12-18", - "examine": "A wintumber tree for your player-owned house.", "wiki_name": "Wintumber tree", "wiki_url": "https://oldschool.runescape.wiki/w/Wintumber_tree", "price": 0 @@ -145936,9 +130030,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.005, - "release_date": "2007-01-04", - "examine": "A recruitment scroll.", "wiki_name": "Scroll (Barbarian Assault)", "wiki_url": "https://oldschool.runescape.wiki/w/Scroll_(Barbarian_Assault)", "price": 0 @@ -145950,9 +130041,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-01-04", - "examine": "Some dry crackers.", "wiki_name": "Crackers", "wiki_url": "https://oldschool.runescape.wiki/w/Crackers", "price": 0 @@ -145964,9 +130052,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-01-04", - "examine": "A block of tofu.", "wiki_name": "Tofu", "wiki_url": "https://oldschool.runescape.wiki/w/Tofu", "price": 0 @@ -145978,9 +130063,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-01-04", - "examine": "Some meaty worms.", "wiki_name": "Worms", "wiki_url": "https://oldschool.runescape.wiki/w/Worms", "price": 0 @@ -145992,9 +130074,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-01-04", - "examine": "A horn to call to others.", "wiki_name": "Attacker horn (Level 1)", "wiki_url": "https://oldschool.runescape.wiki/w/Attacker_horn#Level_1", "price": 0 @@ -146006,9 +130085,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-01-04", - "examine": "A horn to call to others.", "wiki_name": "Attacker horn (Level 2)", "wiki_url": "https://oldschool.runescape.wiki/w/Attacker_horn#Level_2", "price": 0 @@ -146020,9 +130096,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-01-04", - "examine": "A horn to call to others.", "wiki_name": "Attacker horn (Level 3)", "wiki_url": "https://oldschool.runescape.wiki/w/Attacker_horn#Level_3", "price": 0 @@ -146034,9 +130107,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-01-04", - "examine": "A horn to call to others.", "wiki_name": "Attacker horn (Level 4)", "wiki_url": "https://oldschool.runescape.wiki/w/Attacker_horn#Level_4", "price": 0 @@ -146048,9 +130118,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-01-04", - "examine": "A horn to call to others.", "wiki_name": "Attacker horn (Level 5)", "wiki_url": "https://oldschool.runescape.wiki/w/Attacker_horn#Level_5", "price": 0 @@ -146062,9 +130129,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-01-04", - "examine": "A very small collection bag.", "wiki_name": "Collection bag (Level 1)", "wiki_url": "https://oldschool.runescape.wiki/w/Collection_bag#Level_1", "price": 0 @@ -146076,9 +130140,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-01-04", - "examine": "A small collection bag.", "wiki_name": "Collection bag (Level 2)", "wiki_url": "https://oldschool.runescape.wiki/w/Collection_bag#Level_2", "price": 0 @@ -146090,9 +130151,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-01-04", - "examine": "A medium-sized collection bag.", "wiki_name": "Collection bag (Level 3)", "wiki_url": "https://oldschool.runescape.wiki/w/Collection_bag#Level_3", "price": 0 @@ -146104,9 +130162,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-01-04", - "examine": "A large collection bag.", "wiki_name": "Collection bag (Level 4)", "wiki_url": "https://oldschool.runescape.wiki/w/Collection_bag#Level_4", "price": 0 @@ -146118,9 +130173,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-01-04", - "examine": "A very large collection bag.", "wiki_name": "Collection bag (Level 5)", "wiki_url": "https://oldschool.runescape.wiki/w/Collection_bag#Level_5", "price": 0 @@ -146132,9 +130184,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-01-04", - "examine": "A horn to call to others.", "wiki_name": "Healer horn (Level 1)", "wiki_url": "https://oldschool.runescape.wiki/w/Healer_horn#Level_1", "price": 0 @@ -146146,9 +130195,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-01-04", - "examine": "A horn to call to others.", "wiki_name": "Healer horn (Level 2)", "wiki_url": "https://oldschool.runescape.wiki/w/Healer_horn#Level_2", "price": 0 @@ -146160,9 +130206,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-01-04", - "examine": "A horn to call to others.", "wiki_name": "Healer horn (Level 3)", "wiki_url": "https://oldschool.runescape.wiki/w/Healer_horn#Level_3", "price": 0 @@ -146174,9 +130217,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-01-04", - "examine": "A horn to call to others.", "wiki_name": "Healer horn (Level 4)", "wiki_url": "https://oldschool.runescape.wiki/w/Healer_horn#Level_4", "price": 0 @@ -146188,9 +130228,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-01-04", - "examine": "A horn to call to others.", "wiki_name": "Healer horn (Level 5)", "wiki_url": "https://oldschool.runescape.wiki/w/Healer_horn#Level_5", "price": 0 @@ -146200,9 +130237,6 @@ "name": "Green egg", "members": true, "cost": 100, - "weight": 0.02, - "release_date": "2007-01-04", - "examine": "Use to poison your enemies!", "wiki_name": "Green egg", "wiki_url": "https://oldschool.runescape.wiki/w/Green_egg", "price": 0 @@ -146212,9 +130246,6 @@ "name": "Red egg", "members": true, "cost": 100, - "weight": 0.02, - "release_date": "2007-01-04", - "examine": "Will explode when fired!", "wiki_name": "Red egg", "wiki_url": "https://oldschool.runescape.wiki/w/Red_egg", "price": 0 @@ -146224,9 +130255,6 @@ "name": "Blue egg", "members": true, "cost": 100, - "weight": 0.02, - "release_date": "2007-01-04", - "examine": "Stun your foes!", "wiki_name": "Blue egg", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_egg", "price": 0 @@ -146236,9 +130264,6 @@ "name": "Yellow egg", "members": true, "cost": 100, - "weight": 0.02, - "release_date": "2007-01-04", - "examine": "A yellow egg; it needs passing to a Healer to be poisoned.", "wiki_name": "Yellow egg", "wiki_url": "https://oldschool.runescape.wiki/w/Yellow_egg", "price": 0 @@ -146248,9 +130273,6 @@ "name": "Poisoned egg", "members": true, "cost": 100, - "weight": 0.02, - "release_date": "2007-01-04", - "examine": "A poisoned yellow egg; pass to the Attacker for spikes to be added!", "wiki_name": "Poisoned egg", "wiki_url": "https://oldschool.runescape.wiki/w/Poisoned_egg", "price": 0 @@ -146260,9 +130282,6 @@ "name": "Spiked/pois. egg", "members": true, "cost": 100, - "weight": 0.02, - "release_date": "2007-01-04", - "examine": "A poisoned, spiky egg; pass to the Defender for heating!", "wiki_name": "Spiked/pois. egg", "wiki_url": "https://oldschool.runescape.wiki/w/Spiked/pois._egg", "price": 0 @@ -146272,9 +130291,6 @@ "name": "Omega egg", "members": true, "cost": 100, - "weight": 0.02, - "release_date": "2007-01-04", - "examine": "A heated, poisoned, spiky egg - pass to the Collector for loading!", "wiki_name": "Omega egg", "wiki_url": "https://oldschool.runescape.wiki/w/Omega_egg", "price": 0 @@ -146286,9 +130302,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-01-04", - "examine": "A horn to call to others.", "wiki_name": "Defender horn", "wiki_url": "https://oldschool.runescape.wiki/w/Defender_horn", "price": 0 @@ -146300,9 +130313,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-01-04", - "examine": "Some poisoned tofu.", "wiki_name": "Poisoned tofu", "wiki_url": "https://oldschool.runescape.wiki/w/Poisoned_tofu", "price": 0 @@ -146314,9 +130324,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-01-04", - "examine": "Some poisoned worms.", "wiki_name": "Poisoned worms", "wiki_url": "https://oldschool.runescape.wiki/w/Poisoned_worms", "price": 0 @@ -146328,9 +130335,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-01-04", - "examine": "A poisoned leg of meat.", "wiki_name": "Poisoned meat", "wiki_url": "https://oldschool.runescape.wiki/w/Poisoned_meat", "price": 0 @@ -146342,9 +130346,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-01-04", - "examine": "A full healing vial.", "wiki_name": "Healing vial (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Healing_vial#4_dose", "price": 0 @@ -146356,9 +130357,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-01-04", - "examine": "A three-quarter full healing vial.", "wiki_name": "Healing vial (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Healing_vial#3_dose", "price": 0 @@ -146370,9 +130368,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-01-04", - "examine": "A half-full healing vial.", "wiki_name": "Healing vial (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Healing_vial#2_dose", "price": 0 @@ -146384,9 +130379,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-01-04", - "examine": "A quarter-full healing vial.", "wiki_name": "Healing vial (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Healing_vial#1_dose", "price": 0 @@ -146398,9 +130390,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-01-04", - "examine": "An empty healing vial.", "wiki_name": "Healing vial (Empty)", "wiki_url": "https://oldschool.runescape.wiki/w/Healing_vial#Empty", "price": 0 @@ -146414,9 +130403,6 @@ "cost": 65002, "lowalch": 26000, "highalch": 39001, - "weight": 2, - "release_date": "2007-01-04", - "examine": "A Penance Healer hat.", "wiki_name": "Healer hat (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Healer_hat#Normal", "equipment": { @@ -146450,9 +130436,6 @@ "cost": 65002, "lowalch": 26000, "highalch": 39001, - "weight": 2, - "release_date": "2007-01-04", - "examine": "A Penance Fighter hat.", "wiki_name": "Fighter hat (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Fighter_hat#Normal", "equipment": { @@ -146486,9 +130469,6 @@ "cost": 65002, "lowalch": 26000, "highalch": 39001, - "weight": 1, - "release_date": "2007-01-04", - "examine": "A Penance Runner hat.", "wiki_name": "Runner hat (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Runner_hat#Normal", "equipment": { @@ -146522,9 +130502,6 @@ "cost": 65002, "lowalch": 26000, "highalch": 39001, - "weight": 2, - "release_date": "2007-01-04", - "examine": "A Penance Ranger hat.", "wiki_name": "Ranger hat (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Ranger_hat#Normal", "equipment": { @@ -146558,9 +130535,6 @@ "cost": 65006, "lowalch": 26002, "highalch": 39003, - "weight": 4, - "release_date": "2007-01-04", - "examine": "A Penance Fighter torso armour.", "wiki_name": "Fighter torso (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Fighter_torso#Normal", "equipment": { @@ -146592,9 +130566,6 @@ "equipable": true, "equipable_by_player": true, "cost": 65003, - "weight": 0.34, - "release_date": "2007-01-04", - "examine": "Boots made from a Penance Runner.", "wiki_name": "Runner boots", "wiki_url": "https://oldschool.runescape.wiki/w/Runner_boots", "equipment": { @@ -146628,9 +130599,6 @@ "cost": 65001, "lowalch": 26000, "highalch": 39000, - "weight": 0.34, - "release_date": "2007-01-04", - "examine": "These gloves seem unbelieveably light!", "wiki_name": "Penance gloves (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Penance_gloves#Inventory", "equipment": { @@ -146664,9 +130632,6 @@ "cost": 65005, "lowalch": 26002, "highalch": 39003, - "weight": 3, - "release_date": "2007-01-04", - "examine": "A skirt made from the skin of a Penance Ranger.", "wiki_name": "Penance skirt (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Penance_skirt#Normal", "equipment": { @@ -146698,9 +130663,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-01-04", - "examine": "An icon.", "wiki_name": "Attacker icon (Helmet)", "wiki_url": "https://oldschool.runescape.wiki/w/Attacker_icon#Helmet", "price": 0 @@ -146711,9 +130673,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-01-04", - "examine": "An icon.", "wiki_name": "Collector icon (Helmet)", "wiki_url": "https://oldschool.runescape.wiki/w/Collector_icon#Helmet", "price": 0 @@ -146724,9 +130683,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-01-04", - "examine": "An icon.", "wiki_name": "Defender icon (Helmet)", "wiki_url": "https://oldschool.runescape.wiki/w/Defender_icon#Helmet", "price": 0 @@ -146737,9 +130693,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-01-04", - "examine": "An icon.", "wiki_name": "Healer icon (Helmet)", "wiki_url": "https://oldschool.runescape.wiki/w/Healer_icon#Helmet", "price": 0 @@ -146751,9 +130704,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-01-04", - "examine": "A horn for communicating with your team members.", "wiki_name": "Collector horn", "wiki_url": "https://oldschool.runescape.wiki/w/Collector_horn", "price": 0 @@ -146763,9 +130713,6 @@ "name": "Spikes", "members": true, "cost": 1, - "weight": 0.001, - "release_date": "2007-01-04", - "examine": "I can attach these to poison yellow eggs.", "wiki_name": "Spikes (Barbarian Assault)", "wiki_url": "https://oldschool.runescape.wiki/w/Spikes_(Barbarian_Assault)", "price": 0 @@ -146777,9 +130724,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2007-01-04", - "examine": "A book about the Barbarian Assault Queen.", "wiki_name": "Queen help book", "wiki_url": "https://oldschool.runescape.wiki/w/Queen_help_book", "price": 0 @@ -146791,9 +130735,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2007-01-04", - "examine": "No eggs left!", "wiki_name": "No eggs", "wiki_url": "https://oldschool.runescape.wiki/w/No_eggs", "price": 0 @@ -146810,10 +130751,7 @@ "cost": 80000, "lowalch": 32000, "highalch": 48000, - "weight": 22.679, "buy_limit": 70, - "release_date": "2007-01-04", - "examine": "Provides excellent protection.", "wiki_name": "Granite body", "wiki_url": "https://oldschool.runescape.wiki/w/Granite_body", "equipment": { @@ -146846,9 +130784,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2007-01-04", - "examine": "A cape of fire.", "wiki_name": "Fire cape (animation item)", "wiki_url": "https://oldschool.runescape.wiki/w/Fire_cape_(animation_item)", "price": 0 @@ -146859,9 +130794,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2019-05-30", - "examine": "An icon.", "wiki_name": "Healer icon (Waxed moustache)", "wiki_url": "https://oldschool.runescape.wiki/w/Healer_icon#Waxed_moustache", "price": 0 @@ -146876,9 +130808,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.453, - "release_date": "2007-01-10", - "examine": "A mystical-feeling dagger.", "wiki_name": "Keris (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Keris#Unpoisoned", "equipment": { @@ -146947,9 +130876,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.453, - "release_date": "2007-01-10", - "examine": "The twisted blade is covered with a nasty poison.", "wiki_name": "Keris (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Keris#Poison", "equipment": { @@ -147018,9 +130944,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.453, - "release_date": "2007-01-10", - "examine": "The twisted blade is covered with a nasty poison.", "wiki_name": "Keris (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Keris#Poison+", "equipment": { @@ -147089,9 +131012,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.453, - "release_date": "2007-01-10", - "examine": "The twisted blade is covered with a nasty poison.", "wiki_name": "Keris (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Keris#Poison++", "equipment": { @@ -147157,9 +131077,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2007-01-10", - "examine": "A bloody, as in 'blood covered', scroll.", "wiki_name": "Parchment (Contact!)", "wiki_url": "https://oldschool.runescape.wiki/w/Parchment_(Contact!)", "price": 0 @@ -147171,9 +131088,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2007-01-10", - "examine": "A mystical lamp, engraved with scenes of carnage.", "wiki_name": "Combat lamp", "wiki_url": "https://oldschool.runescape.wiki/w/Combat_lamp", "price": 0 @@ -147185,9 +131099,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.453, - "release_date": "2007-01-22", - "examine": "Tarn Razorlor's diary.", "wiki_name": "Tarn's diary", "wiki_url": "https://oldschool.runescape.wiki/w/Tarn's_diary", "price": 0 @@ -147201,9 +131112,6 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 0.007, - "release_date": "2007-01-22", - "examine": "Increases the wearer's Strength and accuracy by 20% when fighting the undead.", "wiki_name": "Salve amulet (e)", "wiki_url": "https://oldschool.runescape.wiki/w/Salve_amulet_(e)", "equipment": { @@ -147238,10 +131146,7 @@ "cost": 46000, "lowalch": 18400, "highalch": 27600, - "weight": 4.535, "buy_limit": 70, - "release_date": "2007-01-22", - "examine": "A stone helmet.", "wiki_name": "Granite helm", "wiki_url": "https://oldschool.runescape.wiki/w/Granite_helm", "equipment": { @@ -147283,9 +131188,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2, - "release_date": "2007-01-29", - "examine": "Small drums.", "wiki_name": "Penguin bongos", "wiki_url": "https://oldschool.runescape.wiki/w/Penguin_bongos", "price": 0 @@ -147297,9 +131199,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2, - "release_date": "2007-01-29", - "examine": "Every song needs a cowbell.", "wiki_name": "Cowbells", "wiki_url": "https://oldschool.runescape.wiki/w/Cowbells", "price": 0 @@ -147311,9 +131210,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2007-01-29", - "examine": "A book about clockwork mechanisms.", "wiki_name": "Clockwork book", "wiki_url": "https://oldschool.runescape.wiki/w/Clockwork_book", "price": 0 @@ -147325,9 +131221,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2, - "release_date": "2007-01-29", - "examine": "A clockwork penguin suit.", "wiki_name": "Clockwork suit (Unwound)", "wiki_url": "https://oldschool.runescape.wiki/w/Clockwork_suit#Unwound", "price": 0 @@ -147339,9 +131232,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2, - "release_date": "2007-01-29", - "examine": "A clockwork penguin suit.", "wiki_name": "Clockwork suit (Wound)", "wiki_url": "https://oldschool.runescape.wiki/w/Clockwork_suit#Wound", "price": 0 @@ -147353,9 +131243,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-01-29", - "examine": "Zoo penguin's report.", "wiki_name": "Mission report (Ardougne)", "wiki_url": "https://oldschool.runescape.wiki/w/Mission_report_(Ardougne)", "price": 0 @@ -147367,9 +131254,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-01-29", - "examine": "Lumbridge penguin's report.", "wiki_name": "Mission report (Lumbridge)", "wiki_url": "https://oldschool.runescape.wiki/w/Mission_report_(Lumbridge)", "price": 0 @@ -147381,9 +131265,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-01-29", - "examine": "My fake report.", "wiki_name": "Mission report (Fake)", "wiki_url": "https://oldschool.runescape.wiki/w/Mission_report_(Fake)", "price": 0 @@ -147393,9 +131274,6 @@ "name": "Kgp id card", "members": true, "cost": 1, - "weight": 0.001, - "release_date": "2007-01-29", - "examine": "So you can be a penguin too!", "wiki_name": "Kgp id card", "wiki_url": "https://oldschool.runescape.wiki/w/Kgp_id_card", "price": 0 @@ -147410,10 +131288,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 1.36, "buy_limit": 11000, - "release_date": "2007-02-06", - "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": 1599 @@ -147428,10 +131303,7 @@ "cost": 35, "lowalch": 14, "highalch": 21, - "weight": 1.36, "buy_limit": 11000, - "release_date": "2007-02-06", - "examine": "Log cut from an arctic pine.", "wiki_name": "Arctic pine logs", "wiki_url": "https://oldschool.runescape.wiki/w/Arctic_pine_logs", "price": 397 @@ -147446,10 +131318,7 @@ "cost": 90, "lowalch": 36, "highalch": 54, - "weight": 1.814, "buy_limit": 11000, - "release_date": "2007-02-06", - "examine": "Used to repair bridges.", "wiki_name": "Split log", "wiki_url": "https://oldschool.runescape.wiki/w/Split_log", "price": 1446 @@ -147464,10 +131333,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.001, "buy_limit": 13000, - "release_date": "2007-02-06", - "examine": "I can spin this into rope.", "wiki_name": "Hair", "wiki_url": "https://oldschool.runescape.wiki/w/Hair", "price": 571 @@ -147482,10 +131348,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.34, "buy_limit": 11000, - "release_date": "2007-02-06", - "examine": "I need to cook this.", "wiki_name": "Raw yak meat", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_yak_meat", "price": 53 @@ -147500,10 +131363,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.453, "buy_limit": 13000, - "release_date": "2007-02-06", - "examine": "Thakkrad, of Neitiznot, can cure this.", "wiki_name": "Yak-hide", "wiki_url": "https://oldschool.runescape.wiki/w/Yak-hide", "price": 463 @@ -147518,10 +131378,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.453, "buy_limit": 13000, - "release_date": "2007-02-06", - "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": 3087 @@ -147538,10 +131395,7 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 2.721, "buy_limit": 70, - "release_date": "2007-02-06", - "examine": "Smelly yak body armour.", "wiki_name": "Yak-hide armour (top)", "wiki_url": "https://oldschool.runescape.wiki/w/Yak-hide_armour_(top)", "equipment": { @@ -147578,10 +131432,7 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 2.721, "buy_limit": 70, - "release_date": "2007-02-06", - "examine": "Leg protection, made from smelly yak-hide.", "wiki_name": "Yak-hide armour (legs)", "wiki_url": "https://oldschool.runescape.wiki/w/Yak-hide_armour_(legs)", "equipment": { @@ -147618,10 +131469,7 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 3.628, "buy_limit": 70, - "release_date": "2007-02-06", - "examine": "A wooden shield with a rope rim.", "wiki_name": "Neitiznot shield", "wiki_url": "https://oldschool.runescape.wiki/w/Neitiznot_shield", "equipment": { @@ -147658,10 +131506,7 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 2.267, "buy_limit": 70, - "release_date": "2007-02-06", - "examine": "A gift from Neitiznot's Burgher.", "wiki_name": "Helm of neitiznot", "wiki_url": "https://oldschool.runescape.wiki/w/Helm_of_neitiznot", "equipment": { @@ -147693,9 +131538,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2007-02-06", - "examine": "To Ali Morrisane of Al Kharid", "wiki_name": "Documents", "wiki_url": "https://oldschool.runescape.wiki/w/Documents", "price": 0 @@ -147707,9 +131549,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2007-02-06", - "examine": "The document is stamped with King Gjuki Sorvott IV's royal seal.", "wiki_name": "Royal decree", "wiki_url": "https://oldschool.runescape.wiki/w/Royal_decree", "price": 0 @@ -147721,9 +131560,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2007-02-06", - "examine": "An empty tax bag.", "wiki_name": "Empty tax bag", "wiki_url": "https://oldschool.runescape.wiki/w/Empty_tax_bag", "price": 0 @@ -147735,9 +131571,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2007-02-06", - "examine": "A light tax bag.", "wiki_name": "Light tax bag", "wiki_url": "https://oldschool.runescape.wiki/w/Light_tax_bag", "price": 0 @@ -147749,9 +131582,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 3.628, - "release_date": "2007-02-06", - "examine": "A normal tax bag.", "wiki_name": "Normal tax bag", "wiki_url": "https://oldschool.runescape.wiki/w/Normal_tax_bag", "price": 0 @@ -147763,9 +131593,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 5.443, - "release_date": "2007-02-06", - "examine": "A hefty tax bag.", "wiki_name": "Hefty tax bag", "wiki_url": "https://oldschool.runescape.wiki/w/Hefty_tax_bag", "price": 0 @@ -147777,9 +131604,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 7.257, - "release_date": "2007-02-06", - "examine": "A bulging taxbag.", "wiki_name": "Bulging taxbag", "wiki_url": "https://oldschool.runescape.wiki/w/Bulging_taxbag", "price": 0 @@ -147793,9 +131617,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 2.721, - "release_date": "2007-02-06", - "examine": "A silly hat with bells.", "wiki_name": "Silly jester hat", "wiki_url": "https://oldschool.runescape.wiki/w/Silly_jester_hat", "equipment": { @@ -147827,9 +131648,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 6.803, - "release_date": "2007-02-06", - "examine": "A jester's jangly top.", "wiki_name": "Silly jester top", "wiki_url": "https://oldschool.runescape.wiki/w/Silly_jester_top", "equipment": { @@ -147861,9 +131679,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.907, - "release_date": "2007-02-06", - "examine": "Silly jester tights.", "wiki_name": "Silly jester tights", "wiki_url": "https://oldschool.runescape.wiki/w/Silly_jester_tights", "equipment": { @@ -147895,9 +131710,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 1.36, - "release_date": "2007-02-06", - "examine": "Silly jester boots.", "wiki_name": "Silly jester boots", "wiki_url": "https://oldschool.runescape.wiki/w/Silly_jester_boots", "equipment": { @@ -147927,9 +131739,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 2.721, - "release_date": "2007-02-06", - "examine": "A jester stick.", "wiki_name": "A jester stick", "wiki_url": "https://oldschool.runescape.wiki/w/A_jester_stick", "price": 0 @@ -147942,9 +131751,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-02-06", - "examine": "Apricot cream pie.", "wiki_name": "Apricot cream pie", "wiki_url": "https://oldschool.runescape.wiki/w/Apricot_cream_pie", "price": 0 @@ -147954,9 +131760,6 @@ "name": "Decapitated head", "members": true, "cost": 1, - "weight": 3.628, - "release_date": "2007-02-06", - "examine": "The head of the Troll King...nice!", "wiki_name": "Decapitated head (The Fremennik Isles)", "wiki_url": "https://oldschool.runescape.wiki/w/Decapitated_head_(The_Fremennik_Isles)", "price": 0 @@ -147968,9 +131771,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2007-02-12", - "examine": "A slightly sq'irky, I mean quirky, fruit.", "wiki_name": "Spring sq'irk", "wiki_url": "https://oldschool.runescape.wiki/w/Spring_sq'irk", "price": 0 @@ -147982,9 +131782,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2007-02-12", - "examine": "A slightly sq'irky, I mean quirky, fruit.", "wiki_name": "Summer sq'irk", "wiki_url": "https://oldschool.runescape.wiki/w/Summer_sq'irk", "price": 0 @@ -147996,9 +131793,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2007-02-12", - "examine": "A slightly sq'irky, I mean quirky, fruit.", "wiki_name": "Autumn sq'irk", "wiki_url": "https://oldschool.runescape.wiki/w/Autumn_sq'irk", "price": 0 @@ -148010,9 +131804,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2007-02-12", - "examine": "A slightly sq'irky, I mean quirky, fruit.", "wiki_name": "Winter sq'irk", "wiki_url": "https://oldschool.runescape.wiki/w/Winter_sq'irk", "price": 0 @@ -148024,9 +131815,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.05, - "release_date": "2007-02-12", - "examine": "Made from 4 spring sq'irks.", "wiki_name": "Spring sq'irkjuice", "wiki_url": "https://oldschool.runescape.wiki/w/Spring_sq'irkjuice", "price": 0 @@ -148038,9 +131826,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.05, - "release_date": "2007-02-12", - "examine": "Made from 2 summer sq'irks.", "wiki_name": "Summer sq'irkjuice", "wiki_url": "https://oldschool.runescape.wiki/w/Summer_sq'irkjuice", "price": 0 @@ -148052,9 +131837,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.05, - "release_date": "2007-02-12", - "examine": "Made from 3 autumn sq'irks.", "wiki_name": "Autumn sq'irkjuice", "wiki_url": "https://oldschool.runescape.wiki/w/Autumn_sq'irkjuice", "price": 0 @@ -148066,9 +131848,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.05, - "release_date": "2007-02-12", - "examine": "Made from 5 winter sq'irks.", "wiki_name": "Winter sq'irkjuice", "wiki_url": "https://oldschool.runescape.wiki/w/Winter_sq'irkjuice", "price": 0 @@ -148116,9 +131895,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.028, - "release_date": "2007-02-12", - "examine": "Her writing is too scrawled to make out what it says.", "wiki_name": "Sin seer's note", "wiki_url": "https://oldschool.runescape.wiki/w/Sin_seer's_note", "price": 0 @@ -148128,9 +131904,6 @@ "name": "Severed leg", "members": true, "cost": 0, - "weight": 1.814, - "release_date": "2007-02-12", - "examine": "A severed human leg.", "wiki_name": "Severed leg (The General's Shadow)", "wiki_url": "https://oldschool.runescape.wiki/w/Severed_leg_(The_General's_Shadow)", "price": 0 @@ -148145,9 +131918,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 3.628, - "release_date": "2007-02-12", - "examine": "A shadow sword.", "wiki_name": "Shadow sword", "wiki_url": "https://oldschool.runescape.wiki/w/Shadow_sword", "equipment": { @@ -148211,9 +131981,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2007-02-19", - "examine": "You can put nice, hot tea in it.", "wiki_name": "Tea flask", "wiki_url": "https://oldschool.runescape.wiki/w/Tea_flask", "price": 0 @@ -148227,9 +131994,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 2, - "release_date": "2007-02-19", - "examine": "Can't get any safer than this.", "wiki_name": "Hard hat", "wiki_url": "https://oldschool.runescape.wiki/w/Hard_hat", "equipment": { @@ -148261,9 +132025,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.9, - "release_date": "2007-02-19", - "examine": "Very fetching.", "wiki_name": "Builder's shirt", "wiki_url": "https://oldschool.runescape.wiki/w/Builder's_shirt", "equipment": { @@ -148295,9 +132056,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 1, - "release_date": "2007-02-19", - "examine": "Slightly tatty in my opinion.", "wiki_name": "Builder's trousers", "wiki_url": "https://oldschool.runescape.wiki/w/Builder's_trousers", "equipment": { @@ -148329,9 +132087,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.45, - "release_date": "2007-02-19", - "examine": "They'll offer good protection for my toes.", "wiki_name": "Builder's boots", "wiki_url": "https://oldschool.runescape.wiki/w/Builder's_boots", "equipment": { @@ -148362,8 +132117,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "release_date": "2007-02-19", - "examine": "Used to bolt things together.", "wiki_name": "Rivets", "wiki_url": "https://oldschool.runescape.wiki/w/Rivets", "price": 0 @@ -148375,9 +132128,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2007-02-19", - "examine": "Some magical fluid to bind surfaces.", "wiki_name": "Binding fluid", "wiki_url": "https://oldschool.runescape.wiki/w/Binding_fluid", "price": 0 @@ -148387,9 +132137,6 @@ "name": "Pipe", "members": true, "cost": 1, - "weight": 2.5, - "release_date": "2007-02-19", - "examine": "A section of pipe.", "wiki_name": "Pipe (Tower of Life)", "wiki_url": "https://oldschool.runescape.wiki/w/Pipe_(Tower_of_Life)", "price": 0 @@ -148401,9 +132148,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.4, - "release_date": "2007-02-19", - "examine": "A ring used to join two pipes together.", "wiki_name": "Pipe ring", "wiki_url": "https://oldschool.runescape.wiki/w/Pipe_ring", "price": 0 @@ -148415,9 +132159,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.6, - "release_date": "2007-02-19", - "examine": "A sheet of metal.", "wiki_name": "Metal sheet", "wiki_url": "https://oldschool.runescape.wiki/w/Metal_sheet", "price": 0 @@ -148429,9 +132170,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2007-02-19", - "examine": "Bound to have some use.", "wiki_name": "Coloured ball", "wiki_url": "https://oldschool.runescape.wiki/w/Coloured_ball", "price": 0 @@ -148443,9 +132181,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.32, - "release_date": "2007-02-19", - "examine": "A wheel used to control valves.", "wiki_name": "Valve wheel", "wiki_url": "https://oldschool.runescape.wiki/w/Valve_wheel", "price": 0 @@ -148457,9 +132192,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.92, - "release_date": "2007-02-19", - "examine": "Some unknown metal substance.", "wiki_name": "Metal bar", "wiki_url": "https://oldschool.runescape.wiki/w/Metal_bar", "price": 0 @@ -148474,9 +132206,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.15, - "release_date": "2007-02-19", - "examine": "I can keep my grub in here!", "wiki_name": "Plain satchel", "wiki_url": "https://oldschool.runescape.wiki/w/Plain_satchel", "equipment": { @@ -148509,9 +132238,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.15, - "release_date": "2007-02-19", - "examine": "I can keep my grub in here!", "wiki_name": "Green satchel", "wiki_url": "https://oldschool.runescape.wiki/w/Green_satchel", "equipment": { @@ -148544,9 +132270,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.15, - "release_date": "2007-02-19", - "examine": "I can keep my grub in here!", "wiki_name": "Red satchel", "wiki_url": "https://oldschool.runescape.wiki/w/Red_satchel", "equipment": { @@ -148579,9 +132302,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.15, - "release_date": "2007-02-19", - "examine": "I can keep my grub in here!", "wiki_name": "Black satchel", "wiki_url": "https://oldschool.runescape.wiki/w/Black_satchel", "equipment": { @@ -148614,9 +132334,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.15, - "release_date": "2007-02-19", - "examine": "I can keep my grub in here!", "wiki_name": "Gold satchel", "wiki_url": "https://oldschool.runescape.wiki/w/Gold_satchel", "equipment": { @@ -148649,9 +132366,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.15, - "release_date": "2007-02-19", - "examine": "I can keep my grub in here!", "wiki_name": "Rune satchel", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_satchel", "equipment": { @@ -148679,9 +132393,6 @@ "name": "Fuse", "members": true, "cost": 52, - "weight": 0.007, - "release_date": "2007-03-06", - "examine": "Burns very well.", "wiki_name": "Fuse (The Great Brain Robbery)", "wiki_url": "https://oldschool.runescape.wiki/w/Fuse_(The_Great_Brain_Robbery)", "price": 0 @@ -148693,9 +132404,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-03-06", - "examine": "A small keg of gunpowder.", "wiki_name": "Keg (dummy item)", "wiki_url": "https://oldschool.runescape.wiki/w/Keg_(dummy_item)", "price": 0 @@ -148707,9 +132415,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2007-03-06", - "examine": "Used to cure poison through prayer.", "wiki_name": "Prayer book (animation item)", "wiki_url": "https://oldschool.runescape.wiki/w/Prayer_book_(animation_item)", "price": 0 @@ -148724,9 +132429,6 @@ "cost": 230000, "lowalch": 92000, "highalch": 138000, - "weight": 30, - "release_date": "2007-03-06", - "examine": "This is likely to put my back out...", "wiki_name": "Barrelchest anchor (Fixed)", "wiki_url": "https://oldschool.runescape.wiki/w/Barrelchest_anchor#Fixed", "equipment": { @@ -148793,9 +132495,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 30, - "release_date": "2007-03-06", - "examine": "It's broken. I should see if a pirate smith can fix it.", "wiki_name": "Barrelchest anchor (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Barrelchest_anchor#Broken", "price": 0 @@ -148805,9 +132504,6 @@ "name": "Blessed lamp", "members": true, "cost": 1, - "weight": 0.1, - "release_date": "2007-03-06", - "examine": "This will answer my prayers.", "wiki_name": "Blessed lamp", "wiki_url": "https://oldschool.runescape.wiki/w/Blessed_lamp", "price": 0 @@ -148819,9 +132515,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.05, - "release_date": "2007-03-06", - "examine": "Used to cure poison through prayer.", "wiki_name": "Prayer book", "wiki_url": "https://oldschool.runescape.wiki/w/Prayer_book", "price": 0 @@ -148836,10 +132529,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.03, "buy_limit": 15, - "release_date": "2007-03-06", - "examine": "A wooden cat toy.", "wiki_name": "Wooden cat", "wiki_url": "https://oldschool.runescape.wiki/w/Wooden_cat", "price": 3817 @@ -148851,9 +132541,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2007-03-06", - "examine": "A cranial clamp.", "wiki_name": "Cranial clamp", "wiki_url": "https://oldschool.runescape.wiki/w/Cranial_clamp", "price": 0 @@ -148865,9 +132552,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2007-03-06", - "examine": "Some tongs for use with brains.", "wiki_name": "Brain tongs", "wiki_url": "https://oldschool.runescape.wiki/w/Brain_tongs", "price": 0 @@ -148879,9 +132563,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2007-03-06", - "examine": "A bell jar for covering things.", "wiki_name": "Bell jar", "wiki_url": "https://oldschool.runescape.wiki/w/Bell_jar", "price": 0 @@ -148891,9 +132572,6 @@ "name": "Wolf whistle", "members": true, "cost": 1, - "weight": 0.001, - "release_date": "2007-03-06", - "examine": "A silver whistle.", "wiki_name": "Wolf whistle", "wiki_url": "https://oldschool.runescape.wiki/w/Wolf_whistle", "price": 0 @@ -148905,9 +132583,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-03-06", - "examine": "A shipping order list.", "wiki_name": "Shipping order", "wiki_url": "https://oldschool.runescape.wiki/w/Shipping_order", "price": 0 @@ -148919,9 +132594,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 12, - "release_date": "2007-03-06", - "examine": "A small keg of gunpowder.", "wiki_name": "Keg", "wiki_url": "https://oldschool.runescape.wiki/w/Keg", "price": 0 @@ -148934,8 +132606,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "release_date": "2007-03-06", - "examine": "Part of a crate.", "wiki_name": "Crate part", "wiki_url": "https://oldschool.runescape.wiki/w/Crate_part", "price": 0 @@ -148946,8 +132616,6 @@ "members": true, "stackable": true, "cost": 0, - "release_date": "2007-03-06", - "examine": "One skull staple.", "wiki_name": "Skull staple", "wiki_url": "https://oldschool.runescape.wiki/w/Skull_staple", "price": 0 @@ -148961,9 +132629,6 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 0.035, - "release_date": "2007-03-13", - "examine": "This super restore and unicorn dust potion needs more ingredients.", "wiki_name": "Mixture - step 1 (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Mixture_-_step_1#4_dose", "price": 0 @@ -148977,9 +132642,6 @@ "cost": 240, "lowalch": 96, "highalch": 144, - "weight": 0.03, - "release_date": "2007-03-13", - "examine": "This super restore and unicorn dust potion needs more ingredients.", "wiki_name": "Mixture - step 1 (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Mixture_-_step_1#3_dose", "price": 0 @@ -148993,9 +132655,6 @@ "cost": 180, "lowalch": 72, "highalch": 108, - "weight": 0.025, - "release_date": "2007-03-13", - "examine": "This super restore and unicorn dust potion needs more ingredients.", "wiki_name": "Mixture - step 1 (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Mixture_-_step_1#2_dose", "price": 0 @@ -149009,9 +132668,6 @@ "cost": 120, "lowalch": 48, "highalch": 72, - "weight": 0.02, - "release_date": "2007-03-13", - "examine": "This super restore and unicorn dust potion needs more ingredients.", "wiki_name": "Mixture - step 1 (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Mixture_-_step_1#1_dose", "price": 0 @@ -149025,9 +132681,6 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 0.035, - "release_date": "2007-03-13", - "examine": "This super restore, unicorn dust, snake weed potion needs more ingredients.", "wiki_name": "Mixture - step 2 (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Mixture_-_step_2#4_dose", "price": 0 @@ -149041,9 +132694,6 @@ "cost": 240, "lowalch": 96, "highalch": 144, - "weight": 0.03, - "release_date": "2007-03-13", - "examine": "This super restore, unicorn dust, snake weed potion needs more ingredients.", "wiki_name": "Mixture - step 2 (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Mixture_-_step_2#3_dose", "price": 0 @@ -149057,9 +132707,6 @@ "cost": 180, "lowalch": 72, "highalch": 108, - "weight": 0.025, - "release_date": "2007-03-13", - "examine": "This super restore, unicorn dust, snake weed potion needs more ingredients.", "wiki_name": "Mixture - step 2 (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Mixture_-_step_2#2_dose", "price": 0 @@ -149073,9 +132720,6 @@ "cost": 120, "lowalch": 48, "highalch": 72, - "weight": 0.02, - "release_date": "2007-03-13", - "examine": "This super restore, unicorn dust, snake weed potion needs more ingredients.", "wiki_name": "Mixture - step 2 (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Mixture_-_step_2#1_dose", "price": 0 @@ -149090,10 +132734,7 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 0.035, "buy_limit": 2000, - "release_date": "2007-03-13", - "examine": "A 4 dose Sanfew Serum.", "wiki_name": "Sanfew serum (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Sanfew_serum#4_dose", "price": 24226 @@ -149108,10 +132749,7 @@ "cost": 240, "lowalch": 96, "highalch": 144, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2007-03-13", - "examine": "A 3 dose Sanfew Serum.", "wiki_name": "Sanfew serum (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Sanfew_serum#3_dose", "price": 18000 @@ -149126,10 +132764,7 @@ "cost": 180, "lowalch": 72, "highalch": 108, - "weight": 0.025, "buy_limit": 2000, - "release_date": "2007-03-13", - "examine": "A 2 dose Sanfew Serum.", "wiki_name": "Sanfew serum (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Sanfew_serum#2_dose", "price": 11107 @@ -149144,10 +132779,7 @@ "cost": 120, "lowalch": 48, "highalch": 72, - "weight": 0.02, "buy_limit": 2000, - "release_date": "2007-03-13", - "examine": "A 1 dose Sanfew Serum.", "wiki_name": "Sanfew serum (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Sanfew_serum#1_dose", "price": 5580 @@ -149161,9 +132793,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.907, - "release_date": "2007-03-14", - "examine": "You'll certainly be alright wearing these.", "wiki_name": "Lumberjack boots", "wiki_url": "https://oldschool.runescape.wiki/w/Lumberjack_boots", "equipment": { @@ -149193,9 +132822,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2007-03-13", - "examine": "Yellow reward token earned from helping people journey to Burgh de Rott.", "wiki_name": "Reward token (Temple Trekking (yellow))", "wiki_url": "https://oldschool.runescape.wiki/w/Reward_token#Temple_Trekking_(yellow)", "price": 0 @@ -149207,9 +132833,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2007-03-13", - "examine": "Red reward token earned from helping people journey to Burgh de Rott.", "wiki_name": "Reward token (Temple Trekking (red))", "wiki_url": "https://oldschool.runescape.wiki/w/Reward_token#Temple_Trekking_(red)", "price": 0 @@ -149221,9 +132844,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2007-03-13", - "examine": "Blue reward token earned from helping people journey to Burgh de Rott.", "wiki_name": "Reward token (Temple Trekking (blue))", "wiki_url": "https://oldschool.runescape.wiki/w/Reward_token#Temple_Trekking_(blue)", "price": 0 @@ -149238,10 +132858,7 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 0.02, "buy_limit": 11000, - "release_date": "2007-03-13", - "examine": "The claws from a nail beast.", "wiki_name": "Nail beast nails", "wiki_url": "https://oldschool.runescape.wiki/w/Nail_beast_nails", "price": 6642 @@ -149255,9 +132872,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 1.36, - "release_date": "2007-03-13", - "examine": "You'll certainly be alright wearing this.", "wiki_name": "Lumberjack top", "wiki_url": "https://oldschool.runescape.wiki/w/Lumberjack_top", "equipment": { @@ -149289,9 +132903,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.907, - "release_date": "2007-03-13", - "examine": "You'll certainly be alright wearing these.", "wiki_name": "Lumberjack legs", "wiki_url": "https://oldschool.runescape.wiki/w/Lumberjack_legs", "equipment": { @@ -149323,9 +132934,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.453, - "release_date": "2007-03-13", - "examine": "You'll certainly be alright wearing this.", "wiki_name": "Lumberjack hat", "wiki_url": "https://oldschool.runescape.wiki/w/Lumberjack_hat", "equipment": { @@ -149355,9 +132963,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2007-03-13", - "examine": "Yellow reward token earned from helping people journey to Paterdomus.", "wiki_name": "Reward token (Burgh de Rott Ramble (yellow))", "wiki_url": "https://oldschool.runescape.wiki/w/Reward_token#Burgh_de_Rott_Ramble_(yellow)", "price": 0 @@ -149369,9 +132974,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2007-03-13", - "examine": "Red reward token earned from helping people journey to Paterdomus.", "wiki_name": "Reward token (Burgh de Rott Ramble (red))", "wiki_url": "https://oldschool.runescape.wiki/w/Reward_token#Burgh_de_Rott_Ramble_(red)", "price": 0 @@ -149383,9 +132985,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2007-03-13", - "examine": "Blue reward token earned from helping people journey to Paterdomus.", "wiki_name": "Reward token (Burgh de Rott Ramble (blue))", "wiki_url": "https://oldschool.runescape.wiki/w/Reward_token#Burgh_de_Rott_Ramble_(blue)", "price": 0 @@ -149396,9 +132995,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-03-13", - "examine": "A sign.", "wiki_name": "Pushup (unobtainable item)", "wiki_url": "https://oldschool.runescape.wiki/w/Pushup_(unobtainable_item)", "price": 0 @@ -149409,9 +133005,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-03-13", - "examine": "A sign.", "wiki_name": "Run (unobtainable item)", "wiki_url": "https://oldschool.runescape.wiki/w/Run_(unobtainable_item)", "price": 0 @@ -149422,9 +133015,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-03-13", - "examine": "A sign.", "wiki_name": "Situp (unobtainable item)", "wiki_url": "https://oldschool.runescape.wiki/w/Situp_(unobtainable_item)", "price": 0 @@ -149435,9 +133025,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-03-13", - "examine": "A sign.", "wiki_name": "Starjump (unobtainable item)", "wiki_url": "https://oldschool.runescape.wiki/w/Starjump_(unobtainable_item)", "price": 0 @@ -149448,9 +133035,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.005, - "release_date": "2007-03-13", - "examine": "Five skull staples.", "wiki_name": "Skull staples (unobtainable item) (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Skull_staples_(unobtainable_item)#Normal", "price": 0 @@ -149461,9 +133045,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.005, - "release_date": "2007-03-13", - "examine": "Five skull staples.", "wiki_name": "Skull staples (unobtainable item) (Banknote)", "wiki_url": "https://oldschool.runescape.wiki/w/Skull_staples_(unobtainable_item)#Banknote", "price": 0 @@ -149478,10 +133059,7 @@ "cost": 150, "lowalch": 60, "highalch": 90, - "weight": 0.028, "buy_limit": 40, - "release_date": "2007-03-20", - "examine": "Don't make anyone jump when you ring this!", "wiki_name": "Slayer bell", "wiki_url": "https://oldschool.runescape.wiki/w/Slayer_bell", "price": 5076 @@ -149498,10 +133076,7 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 5, "buy_limit": 70, - "release_date": "2007-03-20", - "examine": "Armour made out of frog hide.", "wiki_name": "Frog-leather body", "wiki_url": "https://oldschool.runescape.wiki/w/Frog-leather_body", "equipment": { @@ -149539,10 +133114,7 @@ "cost": 900, "lowalch": 360, "highalch": 540, - "weight": 3, "buy_limit": 70, - "release_date": "2007-03-20", - "examine": "Chaps made out of frog hide.", "wiki_name": "Frog-leather chaps", "wiki_url": "https://oldschool.runescape.wiki/w/Frog-leather_chaps", "equipment": { @@ -149580,10 +133152,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 1, "buy_limit": 70, - "release_date": "2007-03-20", - "examine": "Boots made out of frog hide.", "wiki_name": "Frog-leather boots", "wiki_url": "https://oldschool.runescape.wiki/w/Frog-leather_boots", "equipment": { @@ -149616,9 +133185,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.001, - "release_date": "2007-03-20", - "examine": "Thick and tasty soup.", "wiki_name": "Green gloop soup", "wiki_url": "https://oldschool.runescape.wiki/w/Green_gloop_soup", "price": 0 @@ -149630,9 +133196,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.001, - "release_date": "2007-03-20", - "examine": "A big bowl of frogspawn gumbo.", "wiki_name": "Frogspawn gumbo", "wiki_url": "https://oldschool.runescape.wiki/w/Frogspawn_gumbo", "price": 0 @@ -149644,9 +133207,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.001, - "release_date": "2007-03-20", - "examine": "A juicy frogburger.", "wiki_name": "Frogburger", "wiki_url": "https://oldschool.runescape.wiki/w/Frogburger", "price": 0 @@ -149658,9 +133218,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.001, - "release_date": "2007-03-20", - "examine": "Nice and crunchy.", "wiki_name": "Coated frogs' legs", "wiki_url": "https://oldschool.runescape.wiki/w/Coated_frogs'_legs", "price": 0 @@ -149672,9 +133229,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.001, - "release_date": "2007-03-20", - "examine": "Bat shish kebab.", "wiki_name": "Bat shish", "wiki_url": "https://oldschool.runescape.wiki/w/Bat_shish", "price": 0 @@ -149686,9 +133240,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.001, - "release_date": "2007-03-20", - "examine": "Wall beast fingers in a white fern sauce.", "wiki_name": "Fingers", "wiki_url": "https://oldschool.runescape.wiki/w/Fingers", "price": 0 @@ -149700,9 +133251,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.001, - "release_date": "2007-03-20", - "examine": "Juicy, tasty grubs.", "wiki_name": "Grubs à la mode", "wiki_url": "https://oldschool.runescape.wiki/w/Grubs_à_la_mode", "price": 0 @@ -149714,9 +133262,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.001, - "release_date": "2007-03-20", - "examine": "A whole roasted frog.", "wiki_name": "Roast frog", "wiki_url": "https://oldschool.runescape.wiki/w/Roast_frog", "price": 0 @@ -149728,9 +133273,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.001, - "release_date": "2007-03-20", - "examine": "Tasty sautéed mushrooms.", "wiki_name": "Mushrooms", "wiki_url": "https://oldschool.runescape.wiki/w/Mushrooms", "price": 0 @@ -149742,9 +133284,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.001, - "release_date": "2007-03-20", - "examine": "Chunky cave-crawler fillets.", "wiki_name": "Fillets", "wiki_url": "https://oldschool.runescape.wiki/w/Fillets", "price": 0 @@ -149756,9 +133295,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.001, - "release_date": "2007-03-20", - "examine": "Steamed cave pond loach.", "wiki_name": "Loach", "wiki_url": "https://oldschool.runescape.wiki/w/Loach", "price": 0 @@ -149770,9 +133306,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.001, - "release_date": "2007-03-20", - "examine": "Cave-eel sushi.", "wiki_name": "Eel sushi", "wiki_url": "https://oldschool.runescape.wiki/w/Eel_sushi", "price": 0 @@ -149785,8 +133318,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "release_date": "2007-03-20", - "examine": "Oldak's Marvellous Moving-Over-Distance Sphere.", "wiki_name": "Dorgesh-kaan sphere", "wiki_url": "https://oldschool.runescape.wiki/w/Dorgesh-kaan_sphere", "price": 0 @@ -149801,10 +133332,7 @@ "cost": 350, "lowalch": 140, "highalch": 210, - "weight": 0.001, "buy_limit": 10000, - "release_date": "2007-03-20", - "examine": "A component of cave goblin Magic.", "wiki_name": "Light orb", "wiki_url": "https://oldschool.runescape.wiki/w/Light_orb", "price": 0 @@ -149816,9 +133344,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2007-03-20", - "examine": "A goblin wrench.", "wiki_name": "Spanner", "wiki_url": "https://oldschool.runescape.wiki/w/Spanner", "price": 0 @@ -149830,9 +133355,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 1, - "release_date": "2007-03-20", - "examine": "A Construction bone.", "wiki_name": "Long bone", "wiki_url": "https://oldschool.runescape.wiki/w/Long_bone", "price": 0 @@ -149844,9 +133366,6 @@ "cost": 7, "lowalch": 2, "highalch": 4, - "weight": 1, - "release_date": "2007-03-20", - "examine": "A curved Construction bone.", "wiki_name": "Curved bone", "wiki_url": "https://oldschool.runescape.wiki/w/Curved_bone", "price": 0 @@ -149861,10 +133380,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.2, "buy_limit": 13000, - "release_date": "2007-03-20", - "examine": "Swamp weed found in the caves near Dorgesh-Kaan.", "wiki_name": "Swamp weed", "wiki_url": "https://oldschool.runescape.wiki/w/Swamp_weed", "price": 198 @@ -149876,9 +133392,6 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 0.001, - "release_date": "2007-03-20", - "examine": "Add a wire to complete it.", "wiki_name": "Empty light orb", "wiki_url": "https://oldschool.runescape.wiki/w/Empty_light_orb", "price": 0 @@ -149893,10 +133406,7 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 1, "buy_limit": 11000, - "release_date": "2007-03-20", - "examine": "Wire found in Dorgesh-Kaan.", "wiki_name": "Cave goblin wire", "wiki_url": "https://oldschool.runescape.wiki/w/Cave_goblin_wire", "price": 1208 @@ -149908,9 +133418,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 3, - "release_date": "2007-03-20", - "examine": "A cog.", "wiki_name": "Cog (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Cog#Normal", "price": 0 @@ -149922,9 +133429,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 3, - "release_date": "2007-03-20", - "examine": "A broken cog.", "wiki_name": "Cog (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Cog#Broken", "price": 0 @@ -149936,9 +133440,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2007-03-20", - "examine": "A fuse.", "wiki_name": "Fuse (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Fuse#Normal", "price": 0 @@ -149950,9 +133451,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2007-03-20", - "examine": "A broken fuse.", "wiki_name": "Fuse (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Fuse#Broken", "price": 0 @@ -149964,9 +133462,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2007-03-20", - "examine": "A meter.", "wiki_name": "Meter (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Meter#Normal", "price": 0 @@ -149978,9 +133473,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2007-03-20", - "examine": "A broken meter.", "wiki_name": "Meter (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Meter#Broken", "price": 0 @@ -149992,9 +133484,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2007-03-20", - "examine": "A capacitor.", "wiki_name": "Capacitor (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Capacitor#Normal", "price": 0 @@ -150006,9 +133495,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2007-03-20", - "examine": "A broken capacitor.", "wiki_name": "Capacitor (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Capacitor#Broken", "price": 0 @@ -150020,9 +133506,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 3, - "release_date": "2007-03-20", - "examine": "A lever.", "wiki_name": "Lever (Dorgesh-Kaan Agility Course) (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Lever_(Dorgesh-Kaan_Agility_Course)#Normal", "price": 0 @@ -150034,9 +133517,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 3, - "release_date": "2007-03-20", - "examine": "A broken lever.", "wiki_name": "Lever (Dorgesh-Kaan Agility Course) (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Lever_(Dorgesh-Kaan_Agility_Course)#Broken", "price": 0 @@ -150048,9 +133528,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 3, - "release_date": "2007-03-20", - "examine": "A powerbox.", "wiki_name": "Powerbox (Unbroken)", "wiki_url": "https://oldschool.runescape.wiki/w/Powerbox#Unbroken", "price": 0 @@ -150062,9 +133539,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 3, - "release_date": "2007-03-20", - "examine": "A broken powerbox.", "wiki_name": "Powerbox (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Powerbox#Broken", "price": 0 @@ -150076,9 +133550,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 6.803, - "release_date": "2007-03-20", - "examine": "A perfect example of a tortoise shell.", "wiki_name": "Perfect shell", "wiki_url": "https://oldschool.runescape.wiki/w/Perfect_shell", "price": 0 @@ -150090,9 +133561,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 7, - "release_date": "2007-03-20", - "examine": "A perfect example of a snail shell.", "wiki_name": "Perfect snail shell", "wiki_url": "https://oldschool.runescape.wiki/w/Perfect_snail_shell", "price": 0 @@ -150125,10 +133593,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, "buy_limit": 15, - "release_date": "2007-03-20", - "examine": "A tattered goblin holy book.", "wiki_name": "Goblin book", "wiki_url": "https://oldschool.runescape.wiki/w/Goblin_book", "price": 643 @@ -150140,9 +133605,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.01, - "release_date": "2007-03-27", - "examine": "The History of the Dagon'hai.", "wiki_name": "Dagon'hai history", "wiki_url": "https://oldschool.runescape.wiki/w/Dagon'hai_history", "price": 0 @@ -150154,9 +133616,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.01, - "release_date": "2007-03-27", - "examine": "The diary of Sin'keth Magis.", "wiki_name": "Sin'keth's diary", "wiki_url": "https://oldschool.runescape.wiki/w/Sin'keth's_diary", "price": 0 @@ -150166,9 +133625,6 @@ "name": "An empty folder", "members": true, "cost": 5, - "weight": 0.001, - "release_date": "2007-03-27", - "examine": "A folder for Rat's papers.", "wiki_name": "An empty folder", "wiki_url": "https://oldschool.runescape.wiki/w/An_empty_folder", "price": 0 @@ -150178,9 +133634,6 @@ "name": "Used folder", "members": true, "cost": 10, - "weight": 0.001, - "release_date": "2007-03-27", - "examine": "A folder for Rat's papers. It needs more pages.", "wiki_name": "Used folder", "wiki_url": "https://oldschool.runescape.wiki/w/Used_folder", "price": 0 @@ -150192,9 +133645,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.001, - "release_date": "2007-03-27", - "examine": "A full folder. You should take this back to Rat.", "wiki_name": "Full folder", "wiki_url": "https://oldschool.runescape.wiki/w/Full_folder", "price": 0 @@ -150206,9 +133656,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-03-27", - "examine": "A page of Rat's document.", "wiki_name": "Rat's paper", "wiki_url": "https://oldschool.runescape.wiki/w/Rat's_paper", "price": 0 @@ -150220,9 +133667,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-03-27", - "examine": "A letter in a strange language.", "wiki_name": "Letter to surok", "wiki_url": "https://oldschool.runescape.wiki/w/Letter_to_surok", "price": 0 @@ -150234,9 +133678,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-03-27", - "examine": "A letter.", "wiki_name": "Surok's letter", "wiki_url": "https://oldschool.runescape.wiki/w/Surok's_letter", "price": 0 @@ -150248,9 +133689,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-03-27", - "examine": "Instructions for the beacon ring.", "wiki_name": "Zaff's instructions", "wiki_url": "https://oldschool.runescape.wiki/w/Zaff's_instructions", "price": 0 @@ -150262,9 +133700,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-03-27", - "examine": "A wand.", "wiki_name": "Wand (What Lies Below)", "wiki_url": "https://oldschool.runescape.wiki/w/Wand_(What_Lies_Below)", "price": 0 @@ -150276,9 +133711,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-03-27", - "examine": "This wand is glowing with chaos magic.", "wiki_name": "Infused wand", "wiki_url": "https://oldschool.runescape.wiki/w/Infused_wand", "price": 0 @@ -150292,9 +133724,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.006, - "release_date": "2007-03-27", - "examine": "A magical ring.", "wiki_name": "Beacon ring", "wiki_url": "https://oldschool.runescape.wiki/w/Beacon_ring", "equipment": { @@ -150325,9 +133754,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.25, - "release_date": "2013-03-26", - "examine": "Perfect for crossing the road.", "wiki_name": "Chicken feet", "wiki_url": "https://oldschool.runescape.wiki/w/Chicken_feet", "equipment": { @@ -150358,9 +133784,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.25, - "release_date": "2013-03-26", - "examine": "I look fowl in this.", "wiki_name": "Chicken wings", "wiki_url": "https://oldschool.runescape.wiki/w/Chicken_wings", "equipment": { @@ -150391,9 +133814,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.25, - "release_date": "2013-03-26", - "examine": "Cock-a-doodle-do!", "wiki_name": "Chicken head", "wiki_url": "https://oldschool.runescape.wiki/w/Chicken_head", "equipment": { @@ -150424,9 +133844,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.25, - "release_date": "2013-03-26", - "examine": "What's the matter, are you chicken?", "wiki_name": "Chicken legs", "wiki_url": "https://oldschool.runescape.wiki/w/Chicken_legs", "equipment": { @@ -150453,9 +133870,6 @@ "id": 11023, "name": "Magic egg", "cost": 1, - "weight": 0.01, - "release_date": "2013-03-26", - "examine": "Let's see how far the rabbit hole goes.", "wiki_name": "Magic egg", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_egg", "price": 0 @@ -150464,9 +133878,6 @@ "id": 11024, "name": "Rabbit mould", "cost": 1, - "weight": 0.1, - "release_date": "2013-03-26", - "examine": "A mould for making chocolate rabbits.", "wiki_name": "Rabbit mould", "wiki_url": "https://oldschool.runescape.wiki/w/Rabbit_mould", "price": 0 @@ -150476,8 +133887,6 @@ "name": "Chocolate chunks", "stackable": true, "cost": 1, - "release_date": "2013-03-26", - "examine": "Chocolate kebbit chunks.", "wiki_name": "Chocolate chunks (2013 Easter event)", "wiki_url": "https://oldschool.runescape.wiki/w/Chocolate_chunks_(2013_Easter_event)", "price": 0 @@ -150487,8 +133896,6 @@ "name": "Chocolate kebbit", "stackable": true, "cost": 1, - "release_date": "2013-03-26", - "examine": "Chocolatey kebbit goodness.", "wiki_name": "Chocolate kebbit", "wiki_url": "https://oldschool.runescape.wiki/w/Chocolate_kebbit", "price": 0 @@ -150499,9 +133906,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.15, - "release_date": "2013-03-26", - "examine": "A rolling egg gathers no moss.", "wiki_name": "Easter egg (2013 Easter event) (Blue)", "wiki_url": "https://oldschool.runescape.wiki/w/Easter_egg_(2013_Easter_event)#Blue", "price": 0 @@ -150512,9 +133916,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.15, - "release_date": "2013-03-26", - "examine": "A rolling egg gathers no moss.", "wiki_name": "Easter egg (2013 Easter event) (Yellow)", "wiki_url": "https://oldschool.runescape.wiki/w/Easter_egg_(2013_Easter_event)#Yellow", "price": 0 @@ -150525,9 +133926,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.15, - "release_date": "2013-03-26", - "examine": "A rolling egg gathers no moss.", "wiki_name": "Easter egg (2013 Easter event) (Green)", "wiki_url": "https://oldschool.runescape.wiki/w/Easter_egg_(2013_Easter_event)#Green", "price": 0 @@ -150538,9 +133936,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.15, - "release_date": "2013-03-26", - "examine": "A rolling egg gathers no moss.", "wiki_name": "Easter egg (2013 Easter event) (Red)", "wiki_url": "https://oldschool.runescape.wiki/w/Easter_egg_(2013_Easter_event)#Red", "price": 0 @@ -150552,9 +133947,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.2, - "release_date": "2007-04-10", - "examine": "A number of dripping, waterlogged planks.", "wiki_name": "Damp planks", "wiki_url": "https://oldschool.runescape.wiki/w/Damp_planks", "price": 0 @@ -150566,9 +133958,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.05, - "release_date": "2007-04-10", - "examine": "A log with some squiggles carved into it.", "wiki_name": "Crude carving", "wiki_url": "https://oldschool.runescape.wiki/w/Crude_carving", "price": 0 @@ -150580,9 +133969,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.05, - "release_date": "2007-04-10", - "examine": "Another log with some sort of bird hacked into it.", "wiki_name": "Cruder carving", "wiki_url": "https://oldschool.runescape.wiki/w/Cruder_carving", "price": 0 @@ -150594,9 +133980,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2007-04-10", - "examine": "A faded map marking a cross next to a section of the landscape.", "wiki_name": "Sven's last map", "wiki_url": "https://oldschool.runescape.wiki/w/Sven's_last_map", "price": 0 @@ -150606,9 +133989,6 @@ "name": "Windswept logs", "members": true, "cost": 0, - "weight": 0.05, - "release_date": "2007-04-10", - "examine": "Logs taken from the exotic-looking windswept tree.", "wiki_name": "Windswept logs", "wiki_url": "https://oldschool.runescape.wiki/w/Windswept_logs", "price": 0 @@ -150620,9 +134000,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2007-04-10", - "examine": "Brittle. Yellowed. Different.", "wiki_name": "Parchment (Olaf's Quest)", "wiki_url": "https://oldschool.runescape.wiki/w/Parchment_(Olaf's_Quest)", "price": 0 @@ -150640,10 +134017,7 @@ "cost": 26000, "lowalch": 10400, "highalch": 15600, - "weight": 1.814, "buy_limit": 8, - "release_date": "2007-04-10", - "examine": "A salty sword.", "wiki_name": "Brine sabre", "wiki_url": "https://oldschool.runescape.wiki/w/Brine_sabre", "equipment": { @@ -150709,9 +134083,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-04-10", - "examine": "A large rusty key.", "wiki_name": "Key (Olaf's Quest) (Cross)", "wiki_url": "https://oldschool.runescape.wiki/w/Key_(Olaf's_Quest)#Cross", "price": 0 @@ -150723,9 +134094,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-04-10", - "examine": "A large rusty key.", "wiki_name": "Key (Olaf's Quest) (Square)", "wiki_url": "https://oldschool.runescape.wiki/w/Key_(Olaf's_Quest)#Square", "price": 0 @@ -150737,9 +134105,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-04-10", - "examine": "A large rusty key.", "wiki_name": "Key (Olaf's Quest) (Triangle)", "wiki_url": "https://oldschool.runescape.wiki/w/Key_(Olaf's_Quest)#Triangle", "price": 0 @@ -150751,9 +134116,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-04-10", - "examine": "A large rusty key.", "wiki_name": "Key (Olaf's Quest) (Hexagon)", "wiki_url": "https://oldschool.runescape.wiki/w/Key_(Olaf's_Quest)#Hexagon", "price": 0 @@ -150765,9 +134127,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-04-10", - "examine": "A large rusty key.", "wiki_name": "Key (Olaf's Quest) (Star)", "wiki_url": "https://oldschool.runescape.wiki/w/Key_(Olaf's_Quest)#Star", "price": 0 @@ -150779,9 +134138,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-04-10", - "examine": "Looks like it might still float...", "wiki_name": "Rotten barrel (unobtainable item)", "wiki_url": "https://oldschool.runescape.wiki/w/Rotten_barrel_(unobtainable_item)", "price": 0 @@ -150793,9 +134149,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-04-10", - "examine": "Looks like it might still float...", "wiki_name": "Rotten barrel", "wiki_url": "https://oldschool.runescape.wiki/w/Rotten_barrel", "price": 0 @@ -150807,9 +134160,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-04-10", - "examine": "A coil of rope.", "wiki_name": "Rope (Olaf's Quest)", "wiki_url": "https://oldschool.runescape.wiki/w/Rope_(Olaf's_Quest)", "price": 0 @@ -150828,9 +134178,6 @@ "name": "Armour shard", "members": true, "cost": 1, - "weight": 0.001, - "release_date": "2007-04-24", - "examine": "A piece of ancient goblin armour.", "wiki_name": "Armour shard", "wiki_url": "https://oldschool.runescape.wiki/w/Armour_shard", "price": 0 @@ -150842,9 +134189,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-04-24", - "examine": "An ancient goblin object encrusted in dirt.", "wiki_name": "Artefact (Armour)", "wiki_url": "https://oldschool.runescape.wiki/w/Artefact#Armour", "price": 0 @@ -150854,9 +134198,6 @@ "name": "Axe head", "members": true, "cost": 1, - "weight": 0.001, - "release_date": "2007-04-24", - "examine": "A piece of ancient goblin axe.", "wiki_name": "Axe head", "wiki_url": "https://oldschool.runescape.wiki/w/Axe_head", "price": 0 @@ -150868,9 +134209,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-04-24", - "examine": "An ancient goblin object encrusted in dirt.", "wiki_name": "Artefact (Axe)", "wiki_url": "https://oldschool.runescape.wiki/w/Artefact#Axe", "price": 0 @@ -150880,9 +134218,6 @@ "name": "Helmet fragment", "members": true, "cost": 1, - "weight": 0.001, - "release_date": "2007-04-24", - "examine": "A piece of ancient goblin helmet.", "wiki_name": "Helmet fragment", "wiki_url": "https://oldschool.runescape.wiki/w/Helmet_fragment", "price": 0 @@ -150894,9 +134229,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-04-24", - "examine": "An ancient goblin object encrusted in dirt.", "wiki_name": "Artefact (Helmet)", "wiki_url": "https://oldschool.runescape.wiki/w/Artefact#Helmet", "price": 0 @@ -150906,9 +134238,6 @@ "name": "Shield fragment", "members": true, "cost": 1, - "weight": 0.001, - "release_date": "2007-04-24", - "examine": "A piece of an ancient goblin shield.", "wiki_name": "Shield fragment", "wiki_url": "https://oldschool.runescape.wiki/w/Shield_fragment", "price": 0 @@ -150920,9 +134249,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-04-24", - "examine": "An ancient goblin object encrusted in dirt.", "wiki_name": "Artefact (Shield)", "wiki_url": "https://oldschool.runescape.wiki/w/Artefact#Shield", "price": 0 @@ -150932,9 +134258,6 @@ "name": "Sword fragment", "members": true, "cost": 1, - "weight": 0.001, - "release_date": "2007-04-24", - "examine": "A piece of an ancient goblin sword.", "wiki_name": "Sword fragment", "wiki_url": "https://oldschool.runescape.wiki/w/Sword_fragment", "price": 0 @@ -150946,9 +134269,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-04-24", - "examine": "An ancient goblin object encrusted in dirt.", "wiki_name": "Artefact (Sword)", "wiki_url": "https://oldschool.runescape.wiki/w/Artefact#Sword", "price": 0 @@ -150958,9 +134278,6 @@ "name": "Mace", "members": true, "cost": 1, - "weight": 0.001, - "release_date": "2007-04-24", - "examine": "A powerful looking mace.", "wiki_name": "Mace (H.A.M.)", "wiki_url": "https://oldschool.runescape.wiki/w/Mace_(H.A.M.)", "price": 0 @@ -150972,9 +134289,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-04-24", - "examine": "An ancient goblin object encrusted in dirt.", "wiki_name": "Artefact (Mace)", "wiki_url": "https://oldschool.runescape.wiki/w/Artefact#Mace", "price": 0 @@ -150987,8 +134301,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "release_date": "2007-04-24", - "examine": "Oldak's marvellous Moving-Over-Distance Sphere.", "wiki_name": "Goblin village sphere", "wiki_url": "https://oldschool.runescape.wiki/w/Goblin_village_sphere", "price": 0 @@ -151004,10 +134316,7 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 1000, - "weight": 1.814, "buy_limit": 8, - "release_date": "2007-04-24", - "examine": "It has ancient goblin symbols on it.", "wiki_name": "Ancient mace", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_mace", "equipment": { @@ -151076,9 +134385,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-04-24", - "examine": "Follower obj", "wiki_name": "Zanik (unobtainable item) (Slice)", "wiki_url": "https://oldschool.runescape.wiki/w/Zanik_(unobtainable_item)#Slice", "price": 0 @@ -151093,10 +134399,7 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.453, "buy_limit": 40, - "release_date": "2007-04-30", - "examine": "Used to make bracelets.", "wiki_name": "Bracelet mould", "wiki_url": "https://oldschool.runescape.wiki/w/Bracelet_mould", "price": 335 @@ -151113,10 +134416,7 @@ "cost": 550, "lowalch": 220, "highalch": 330, - "weight": 0.25, "buy_limit": 18000, - "release_date": "2007-04-30", - "examine": "I wonder if this is valuable.", "wiki_name": "Gold bracelet", "wiki_url": "https://oldschool.runescape.wiki/w/Gold_bracelet", "equipment": { @@ -151151,10 +134451,7 @@ "cost": 1150, "lowalch": 460, "highalch": 690, - "weight": 0.25, "buy_limit": 10000, - "release_date": "2007-04-30", - "examine": "I wonder if this is valuable.", "wiki_name": "Sapphire bracelet", "wiki_url": "https://oldschool.runescape.wiki/w/Sapphire_bracelet", "equipment": { @@ -151189,10 +134486,7 @@ "cost": 1265, "lowalch": 506, "highalch": 759, - "weight": 0.25, "buy_limit": 10000, - "release_date": "2007-04-30", - "examine": "Now I can become a potter.", "wiki_name": "Bracelet of clay", "wiki_url": "https://oldschool.runescape.wiki/w/Bracelet_of_clay", "equipment": { @@ -151227,10 +134521,7 @@ "cost": 1525, "lowalch": 610, "highalch": 915, - "weight": 0.25, "buy_limit": 10000, - "release_date": "2007-04-30", - "examine": "I wonder if this is valuable.", "wiki_name": "Emerald bracelet", "wiki_url": "https://oldschool.runescape.wiki/w/Emerald_bracelet", "equipment": { @@ -151264,10 +134555,7 @@ "cost": 1675, "lowalch": 670, "highalch": 1005, - "weight": 0.25, "buy_limit": 10000, - "release_date": "2007-04-30", - "examine": "Must be worn as you enter the game to receive the bonus for that game.", "wiki_name": "Castle wars bracelet (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Castle_wars_bracelet#(3)", "equipment": { @@ -151300,9 +134588,6 @@ "cost": 1675, "lowalch": 670, "highalch": 1005, - "weight": 0.25, - "release_date": "2007-04-30", - "examine": "Must be worn as you enter the game to receive the bonus for that game.", "wiki_name": "Castle wars bracelet (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Castle_wars_bracelet#(2)", "equipment": { @@ -151335,9 +134620,6 @@ "cost": 1675, "lowalch": 670, "highalch": 1005, - "weight": 0.25, - "release_date": "2007-04-30", - "examine": "Must be worn as you enter the game to receive the bonus for that game.", "wiki_name": "Castle wars bracelet (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Castle_wars_bracelet#(1)", "equipment": { @@ -151372,10 +134654,7 @@ "cost": 2325, "lowalch": 930, "highalch": 1395, - "weight": 0.25, "buy_limit": 10000, - "release_date": "2007-04-30", - "examine": "I wonder if this is valuable.", "wiki_name": "Ruby bracelet", "wiki_url": "https://oldschool.runescape.wiki/w/Ruby_bracelet", "equipment": { @@ -151410,10 +134689,7 @@ "cost": 2560, "lowalch": 1024, "highalch": 1536, - "weight": 0.25, "buy_limit": 10000, - "release_date": "2007-04-30", - "examine": "It eases diseases!", "wiki_name": "Inoculation bracelet", "wiki_url": "https://oldschool.runescape.wiki/w/Inoculation_bracelet", "equipment": { @@ -151448,10 +134724,7 @@ "cost": 4050, "lowalch": 1620, "highalch": 2430, - "weight": 0.01, "buy_limit": 10000, - "release_date": "2007-04-30", - "examine": "In case of emergency, wear necklace.", "wiki_name": "Phoenix necklace", "wiki_url": "https://oldschool.runescape.wiki/w/Phoenix_necklace", "equipment": { @@ -151486,10 +134759,7 @@ "cost": 3825, "lowalch": 1530, "highalch": 2295, - "weight": 0.25, "buy_limit": 10000, - "release_date": "2007-04-30", - "examine": "I wonder if this is valuable.", "wiki_name": "Diamond bracelet", "wiki_url": "https://oldschool.runescape.wiki/w/Diamond_bracelet", "equipment": { @@ -151524,10 +134794,7 @@ "cost": 4200, "lowalch": 1680, "highalch": 2520, - "weight": 0.25, "buy_limit": 10000, - "release_date": "2007-04-30", - "examine": "Makes using the Abyss just slightly safer.", "wiki_name": "Abyssal bracelet (5)", "wiki_url": "https://oldschool.runescape.wiki/w/Abyssal_bracelet#(5)", "equipment": { @@ -151561,9 +134828,6 @@ "cost": 4200, "lowalch": 1680, "highalch": 2520, - "weight": 0.25, - "release_date": "2007-04-30", - "examine": "Makes using the Abyss just slightly safer.", "wiki_name": "Abyssal bracelet (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Abyssal_bracelet#(4)", "equipment": { @@ -151597,9 +134861,6 @@ "cost": 4200, "lowalch": 1680, "highalch": 2520, - "weight": 0.25, - "release_date": "2007-04-30", - "examine": "Makes using the Abyss just slightly safer.", "wiki_name": "Abyssal bracelet (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Abyssal_bracelet#(3)", "equipment": { @@ -151633,9 +134894,6 @@ "cost": 4200, "lowalch": 1680, "highalch": 2520, - "weight": 0.25, - "release_date": "2007-04-30", - "examine": "Makes using the Abyss just slightly safer.", "wiki_name": "Abyssal bracelet (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Abyssal_bracelet#(2)", "equipment": { @@ -151669,9 +134927,6 @@ "cost": 4200, "lowalch": 1680, "highalch": 2520, - "weight": 0.25, - "release_date": "2007-04-30", - "examine": "Makes using the Abyss just slightly safer.", "wiki_name": "Abyssal bracelet (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Abyssal_bracelet#(1)", "equipment": { @@ -151706,10 +134961,7 @@ "cost": 20200, "lowalch": 8080, "highalch": 12120, - "weight": 0.01, "buy_limit": 10000, - "release_date": "2007-04-30", - "examine": "This will help me travel.", "wiki_name": "Skills necklace (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Skills_necklace#(4)", "equipment": { @@ -151743,9 +134995,6 @@ "cost": 20200, "lowalch": 8080, "highalch": 12120, - "weight": 0.01, - "release_date": "2007-04-30", - "examine": "This will help me travel.", "wiki_name": "Skills necklace (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Skills_necklace#(3)", "equipment": { @@ -151779,9 +135028,6 @@ "cost": 20200, "lowalch": 8080, "highalch": 12120, - "weight": 0.01, - "release_date": "2007-04-30", - "examine": "This will help me travel.", "wiki_name": "Skills necklace (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Skills_necklace#(2)", "equipment": { @@ -151815,9 +135061,6 @@ "cost": 20200, "lowalch": 8080, "highalch": 12120, - "weight": 0.01, - "release_date": "2007-04-30", - "examine": "This will help me travel.", "wiki_name": "Skills necklace (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Skills_necklace#(1)", "equipment": { @@ -151852,10 +135095,7 @@ "cost": 20200, "lowalch": 8080, "highalch": 12120, - "weight": 0.01, "buy_limit": 10000, - "release_date": "2007-04-30", - "examine": "You will need to recharge the necklace at the Legends Guild.", "wiki_name": "Skills necklace (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Skills_necklace#Uncharged", "equipment": { @@ -151890,10 +135130,7 @@ "cost": 19125, "lowalch": 7650, "highalch": 11475, - "weight": 0.25, "buy_limit": 10000, - "release_date": "2007-04-30", - "examine": "I wonder if this is valuable.", "wiki_name": "Dragonstone bracelet", "wiki_url": "https://oldschool.runescape.wiki/w/Dragonstone_bracelet", "equipment": { @@ -151937,10 +135174,7 @@ "cost": 21040, "lowalch": 8416, "highalch": 12624, - "weight": 0.25, "buy_limit": 10000, - "release_date": "2007-04-30", - "examine": "A handy way to get around.", "wiki_name": "Combat bracelet (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Combat_bracelet#(4)", "equipment": { @@ -151974,9 +135208,6 @@ "cost": 21040, "lowalch": 8416, "highalch": 12624, - "weight": 0.25, - "release_date": "2007-04-30", - "examine": "A handy way to get around.", "wiki_name": "Combat bracelet (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Combat_bracelet#(3)", "equipment": { @@ -152010,9 +135241,6 @@ "cost": 21040, "lowalch": 8416, "highalch": 12624, - "weight": 0.25, - "release_date": "2007-04-30", - "examine": "A handy way to get around.", "wiki_name": "Combat bracelet (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Combat_bracelet#(2)", "equipment": { @@ -152046,9 +135274,6 @@ "cost": 21040, "lowalch": 8416, "highalch": 12624, - "weight": 0.25, - "release_date": "2007-04-30", - "examine": "A handy way to get around.", "wiki_name": "Combat bracelet (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Combat_bracelet#(1)", "equipment": { @@ -152083,10 +135308,7 @@ "cost": 21040, "lowalch": 8416, "highalch": 12624, - "weight": 0.25, "buy_limit": 10000, - "release_date": "2007-04-30", - "examine": "You will need to recharge the bracelet at the Legends Guild.", "wiki_name": "Combat bracelet (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Combat_bracelet#Uncharged", "equipment": { @@ -152121,10 +135343,7 @@ "cost": 202000, "lowalch": 80800, "highalch": 121200, - "weight": 0.01, "buy_limit": 70, - "release_date": "2007-04-30", - "examine": "Makes obsidian weapons even stronger!", "wiki_name": "Berserker necklace", "wiki_url": "https://oldschool.runescape.wiki/w/Berserker_necklace", "equipment": { @@ -152159,10 +135378,7 @@ "cost": 201000, "lowalch": 80400, "highalch": 120600, - "weight": 0.25, "buy_limit": 10000, - "release_date": "2007-04-30", - "examine": "Yep, this is most definitely valuable!", "wiki_name": "Onyx bracelet", "wiki_url": "https://oldschool.runescape.wiki/w/Onyx_bracelet", "equipment": { @@ -152197,10 +135413,7 @@ "cost": 202000, "lowalch": 80800, "highalch": 121200, - "weight": 0.25, "buy_limit": 70, - "release_date": "2007-04-30", - "examine": "Helps to restore Hitpoints.", "wiki_name": "Regen bracelet", "wiki_url": "https://oldschool.runescape.wiki/w/Regen_bracelet", "equipment": { @@ -152232,9 +135445,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.226, - "release_date": "2007-05-08", - "examine": "A pair of gloves from Karamja.", "wiki_name": "Karamja gloves 1", "wiki_url": "https://oldschool.runescape.wiki/w/Karamja_gloves_1", "equipment": { @@ -152264,9 +135474,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2007-05-08", - "examine": "I wonder what happens if I rub it...", "wiki_name": "Antique lamp (Karamja Diary) (Easy)", "wiki_url": "https://oldschool.runescape.wiki/w/Antique_lamp_(Karamja_Diary)#Easy", "price": 0 @@ -152280,9 +135487,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.226, - "release_date": "2007-05-08", - "examine": "A pair of gloves from Karamja.", "wiki_name": "Karamja gloves 2", "wiki_url": "https://oldschool.runescape.wiki/w/Karamja_gloves_2", "equipment": { @@ -152312,9 +135516,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2007-05-08", - "examine": "I wonder what happens if I rub it...", "wiki_name": "Antique lamp (Karamja Diary) (Medium)", "wiki_url": "https://oldschool.runescape.wiki/w/Antique_lamp_(Karamja_Diary)#Medium", "price": 0 @@ -152328,9 +135529,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.226, - "release_date": "2007-05-08", - "examine": "A pair of gloves from Karamja.", "wiki_name": "Karamja gloves 3", "wiki_url": "https://oldschool.runescape.wiki/w/Karamja_gloves_3", "equipment": { @@ -152360,9 +135558,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2007-05-08", - "examine": "I wonder what happens if I rub it...", "wiki_name": "Antique lamp (Karamja Diary) (Hard)", "wiki_url": "https://oldschool.runescape.wiki/w/Antique_lamp_(Karamja_Diary)#Hard", "price": 0 @@ -152374,9 +135569,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2007-05-15", - "examine": "A vessel for holding liquid.", "wiki_name": "Dream vial (Empty)", "wiki_url": "https://oldschool.runescape.wiki/w/Dream_vial#Empty", "price": 0 @@ -152388,9 +135580,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2007-05-15", - "examine": "A vessel containing water.", "wiki_name": "Dream vial (Water)", "wiki_url": "https://oldschool.runescape.wiki/w/Dream_vial#Water", "price": 0 @@ -152402,9 +135591,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.025, - "release_date": "2007-05-15", - "examine": "A vessel containing water and goutweed.", "wiki_name": "Dream vial (Herb)", "wiki_url": "https://oldschool.runescape.wiki/w/Dream_vial#Herb", "price": 0 @@ -152416,9 +135602,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.03, - "release_date": "2007-05-15", - "examine": "Potion of Shared Dreaming. One dream for two!", "wiki_name": "Dream potion", "wiki_url": "https://oldschool.runescape.wiki/w/Dream_potion", "price": 0 @@ -152428,9 +135611,6 @@ "name": "Ground astral rune", "members": true, "cost": 20, - "weight": 0.004, - "release_date": "2007-05-15", - "examine": "A ground astral rune.", "wiki_name": "Ground astral rune", "wiki_url": "https://oldschool.runescape.wiki/w/Ground_astral_rune", "price": 0 @@ -152442,9 +135622,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2007-05-15", - "examine": "An astral rune that has been broken into shards.", "wiki_name": "Astral rune shards", "wiki_url": "https://oldschool.runescape.wiki/w/Astral_rune_shards", "price": 0 @@ -152456,9 +135633,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2007-05-15", - "examine": "A lunar-styled lamp. I wonder what's inside?", "wiki_name": "Dreamy lamp", "wiki_url": "https://oldschool.runescape.wiki/w/Dreamy_lamp", "price": 0 @@ -152468,9 +135642,6 @@ "name": "Cyrisus's chest", "members": true, "cost": 1, - "weight": 0.6, - "release_date": "2007-05-15", - "examine": "Perfect for storing heavy things.", "wiki_name": "Cyrisus's chest", "wiki_url": "https://oldschool.runescape.wiki/w/Cyrisus's_chest", "price": 0 @@ -152482,9 +135653,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.4, - "release_date": "2007-05-15", - "examine": "A box of Hunter goodies.", "wiki_name": "Hunter kit", "wiki_url": "https://oldschool.runescape.wiki/w/Hunter_kit", "price": 0 @@ -152497,9 +135665,6 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 3.628, - "release_date": "2007-05-29", - "examine": "Former property of the Phoenix Gang.", "wiki_name": "Phoenix crossbow (unobtainable item) (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Phoenix_crossbow_(unobtainable_item)#1", "price": 0 @@ -152512,9 +135677,6 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 3.628, - "release_date": "2007-05-29", - "examine": "Former property of the Phoenix Gang.", "wiki_name": "Phoenix crossbow (unobtainable item) (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Phoenix_crossbow_(unobtainable_item)#2", "price": 0 @@ -152527,9 +135689,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2007-05-29", - "examine": "A collection of written news on paper!", "wiki_name": "Newspaper (unobtainable item)", "wiki_url": "https://oldschool.runescape.wiki/w/Newspaper_(unobtainable_item)", "price": 0 @@ -152542,9 +135701,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2007-05-29", - "examine": "A collection of written news on paper!", "wiki_name": "Newspaper", "wiki_url": "https://oldschool.runescape.wiki/w/Newspaper", "price": 0 @@ -152557,8 +135713,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2007-05-29", - "examine": "I can use this to claim a reward from the King, if I get the other half.", "wiki_name": "Half certificate (Left)", "wiki_url": "https://oldschool.runescape.wiki/w/Half_certificate#Left", "price": 0 @@ -152571,8 +135725,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2007-05-29", - "examine": "I can use this to claim a reward from the King, if I get the other half.", "wiki_name": "Half certificate (Right)", "wiki_url": "https://oldschool.runescape.wiki/w/Half_certificate#Right", "price": 0 @@ -152584,9 +135736,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.085, - "release_date": "2007-05-29", - "examine": "A roughly-prepared archaeological find ready for cleaning.", "wiki_name": "Uncleaned find", "wiki_url": "https://oldschool.runescape.wiki/w/Uncleaned_find", "price": 0 @@ -152598,9 +135747,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-05-29", - "examine": "Rusty and very old.", "wiki_name": "Arrowheads (Varrock Museum)", "wiki_url": "https://oldschool.runescape.wiki/w/Arrowheads_(Varrock_Museum)", "price": 0 @@ -152612,9 +135758,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-05-29", - "examine": "Jewellery that looks dusty.", "wiki_name": "Jewellery (item)", "wiki_url": "https://oldschool.runescape.wiki/w/Jewellery_(item)", "price": 0 @@ -152626,9 +135769,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-05-29", - "examine": "Bits of ancient pottery.", "wiki_name": "Pottery", "wiki_url": "https://oldschool.runescape.wiki/w/Pottery", "price": 0 @@ -152640,9 +135780,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-05-29", - "examine": "An old looking coin.", "wiki_name": "Old coin", "wiki_url": "https://oldschool.runescape.wiki/w/Old_coin", "price": 0 @@ -152654,9 +135791,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-05-29", - "examine": "A cracked and rusty looking coin.", "wiki_name": "Ancient coin", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_coin", "price": 0 @@ -152666,9 +135800,6 @@ "name": "Ancient symbol", "members": true, "cost": 1, - "weight": 0.001, - "release_date": "2007-05-29", - "examine": "A very old symbol of Saradomin.", "wiki_name": "Ancient symbol", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_symbol", "price": 0 @@ -152680,9 +135811,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-05-29", - "examine": "An old symbol of Saradomin.", "wiki_name": "Old symbol", "wiki_url": "https://oldschool.runescape.wiki/w/Old_symbol", "price": 0 @@ -152694,9 +135822,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-05-29", - "examine": "An old vase with Saradominist markings - it has been chipped.", "wiki_name": "Old chipped vase", "wiki_url": "https://oldschool.runescape.wiki/w/Old_chipped_vase", "price": 0 @@ -152707,9 +135832,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-05-29", - "examine": "A map of Varrock Museum.", "wiki_name": "Museum map", "wiki_url": "https://oldschool.runescape.wiki/w/Museum_map", "price": 0 @@ -152721,9 +135843,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2007-05-29", - "examine": "I wonder what happens if I rub it...", "wiki_name": "Antique lamp (Varrock Museum) (Merlin's Crystal)", "wiki_url": "https://oldschool.runescape.wiki/w/Antique_lamp_(Varrock_Museum)#Merlin's_Crystal", "price": 0 @@ -152735,9 +135854,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2007-05-29", - "examine": "I wonder what happens if I rub it...", "wiki_name": "Antique lamp (Varrock Museum) (Shield of Arrav)", "wiki_url": "https://oldschool.runescape.wiki/w/Antique_lamp_(Varrock_Museum)#Shield_of_Arrav", "price": 0 @@ -152749,9 +135865,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2007-05-29", - "examine": "I wonder what happens if I rub it...", "wiki_name": "Antique lamp (Varrock Museum) (Making History)", "wiki_url": "https://oldschool.runescape.wiki/w/Antique_lamp_(Varrock_Museum)#Making_History", "price": 0 @@ -152763,9 +135876,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2007-05-29", - "examine": "I wonder what happens if I rub it...", "wiki_name": "Antique lamp (Varrock Museum) (Curse of the Empty Lord)", "wiki_url": "https://oldschool.runescape.wiki/w/Antique_lamp_(Varrock_Museum)#Curse_of_the_Empty_Lord", "price": 0 @@ -152777,9 +135887,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2007-05-29", - "examine": "I wonder what happens if I rub it...", "wiki_name": "Antique lamp (Varrock Museum) (Uncleaned finds)", "wiki_url": "https://oldschool.runescape.wiki/w/Antique_lamp_(Varrock_Museum)#Uncleaned_finds", "price": 0 @@ -152793,9 +135900,6 @@ "cost": 2400, "lowalch": 960, "highalch": 1440, - "weight": 0.01, - "release_date": "2007-05-29", - "examine": "An enchanted necklace.", "wiki_name": "Digsite pendant (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Digsite_pendant#(1)", "equipment": { @@ -152827,9 +135931,6 @@ "cost": 2400, "lowalch": 960, "highalch": 1440, - "weight": 0.01, - "release_date": "2007-05-29", - "examine": "An enchanted necklace.", "wiki_name": "Digsite pendant (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Digsite_pendant#(2)", "equipment": { @@ -152861,9 +135962,6 @@ "cost": 2400, "lowalch": 960, "highalch": 1440, - "weight": 0.01, - "release_date": "2007-05-29", - "examine": "An enchanted necklace.", "wiki_name": "Digsite pendant (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Digsite_pendant#(3)", "equipment": { @@ -152895,9 +135993,6 @@ "cost": 2400, "lowalch": 960, "highalch": 1440, - "weight": 0.01, - "release_date": "2007-05-29", - "examine": "An enchanted necklace.", "wiki_name": "Digsite pendant (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Digsite_pendant#(4)", "equipment": { @@ -152929,9 +136024,6 @@ "cost": 2400, "lowalch": 960, "highalch": 1440, - "weight": 0.01, - "release_date": "2007-05-29", - "examine": "An enchanted necklace.", "wiki_name": "Digsite pendant (5)", "wiki_url": "https://oldschool.runescape.wiki/w/Digsite_pendant#(5)", "equipment": { @@ -152963,9 +136055,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2007-05-29", - "examine": "A recently-cleaned necklace.", "wiki_name": "Clean necklace", "wiki_url": "https://oldschool.runescape.wiki/w/Clean_necklace", "equipment": { @@ -152995,9 +136084,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-06-04", - "examine": "One of Grimgnash's feathers.", "wiki_name": "Griffin feather", "wiki_url": "https://oldschool.runescape.wiki/w/Griffin_feather", "price": 0 @@ -153009,9 +136095,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2007-06-04", - "examine": "The pendant belonging to Miazrqa.", "wiki_name": "Miazrqa's pendant", "wiki_url": "https://oldschool.runescape.wiki/w/Miazrqa's_pendant", "price": 0 @@ -153023,9 +136106,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2007-06-04", - "examine": "A sheet of music.", "wiki_name": "Music sheet", "wiki_url": "https://oldschool.runescape.wiki/w/Music_sheet", "price": 0 @@ -153037,9 +136117,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.9, - "release_date": "2007-06-04", - "examine": "A sturdy helmet belonging to Rupert the Beard.", "wiki_name": "Rupert's helmet", "wiki_url": "https://oldschool.runescape.wiki/w/Rupert's_helmet", "price": 0 @@ -153056,10 +136133,7 @@ "cost": 60000, "lowalch": 24000, "highalch": 36000, - "weight": 1.9, "buy_limit": 50, - "release_date": "2007-06-04", - "examine": "A sturdy helmet that belonged to Rupert the Beard.", "wiki_name": "Dwarven helmet", "wiki_url": "https://oldschool.runescape.wiki/w/Dwarven_helmet", "equipment": { @@ -153091,9 +136165,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2007-06-04", - "examine": "A recipe for a shrinking potion.", "wiki_name": "Shrinking recipe", "wiki_url": "https://oldschool.runescape.wiki/w/Shrinking_recipe", "price": 0 @@ -153105,9 +136176,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2007-06-04", - "examine": "A list of tasks for the day.", "wiki_name": "To-do list", "wiki_url": "https://oldschool.runescape.wiki/w/To-do_list", "price": 0 @@ -153119,9 +136187,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.035, - "release_date": "2007-06-04", - "examine": "Apparently it shrinks you. Very fast.", "wiki_name": "Shrink-me-quick", "wiki_url": "https://oldschool.runescape.wiki/w/Shrink-me-quick", "price": 0 @@ -153137,8 +136202,6 @@ "lowalch": 0, "highalch": 1, "buy_limit": 15, - "release_date": "2007-06-04", - "examine": "A shrunk ogleroot! How odd...", "wiki_name": "Shrunk ogleroot", "wiki_url": "https://oldschool.runescape.wiki/w/Shrunk_ogleroot", "price": 3092 @@ -153150,9 +136213,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 30, - "release_date": "2007-06-04", - "examine": "A shiny golden goblin. Strange!", "wiki_name": "Golden goblin", "wiki_url": "https://oldschool.runescape.wiki/w/Golden_goblin", "price": 0 @@ -153164,9 +136224,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2007-06-04", - "examine": "A bag of magic beans.", "wiki_name": "Magic beans", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_beans", "price": 0 @@ -153184,8 +136241,6 @@ "lowalch": 320, "highalch": 480, "buy_limit": 11000, - "release_date": "2007-06-11", - "examine": "An arrow made using a dragon's talon.", "wiki_name": "Dragon arrow (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_arrow#Unpoisoned", "equipment": { @@ -153221,8 +136276,6 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "release_date": "2007-06-11", - "examine": "Arrows with dragon heads wrapped in oily cloth.", "wiki_name": "Dragon fire arrow (Unlit)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_fire_arrow#Unlit", "equipment": { @@ -153258,8 +136311,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "release_date": "2007-06-11", - "examine": "These dragon-headed arrows are ablaze with fire.", "wiki_name": "Dragon fire arrow (Lit)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_fire_arrow#Lit", "equipment": { @@ -153297,8 +136348,6 @@ "lowalch": 320, "highalch": 480, "buy_limit": 11000, - "release_date": "2007-06-11", - "examine": "Venomous-looking arrows.", "wiki_name": "Dragon arrow (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_arrow#Poison", "equipment": { @@ -153336,8 +136385,6 @@ "lowalch": 320, "highalch": 480, "buy_limit": 11000, - "release_date": "2007-06-11", - "examine": "Venomous-looking arrows.", "wiki_name": "Dragon arrow (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_arrow#Poison+", "equipment": { @@ -153375,8 +136422,6 @@ "lowalch": 320, "highalch": 480, "buy_limit": 11000, - "release_date": "2007-06-11", - "examine": "Venomous-looking arrows.", "wiki_name": "Dragon arrow (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_arrow#Poison++", "equipment": { @@ -153415,8 +136460,6 @@ "lowalch": 200, "highalch": 300, "buy_limit": 11000, - "release_date": "2007-06-11", - "examine": "A deadly throwing dart with a dragon tip.", "wiki_name": "Dragon dart (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_dart#Unpoisoned", "equipment": { @@ -153482,8 +136525,6 @@ "lowalch": 200, "highalch": 300, "buy_limit": 11000, - "release_date": "2007-06-11", - "examine": "A deadly poisoned dart with a dragon tip.", "wiki_name": "Dragon dart (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_dart#Poison", "equipment": { @@ -153546,8 +136587,6 @@ "lowalch": 100, "highalch": 150, "buy_limit": 11000, - "release_date": "2007-06-11", - "examine": "A deadly looking dragon dart tip - needs feathers for flight.", "wiki_name": "Dragon dart tip", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_dart_tip", "price": 1209 @@ -153566,8 +136605,6 @@ "lowalch": 200, "highalch": 300, "buy_limit": 11000, - "release_date": "2007-06-11", - "examine": "A deadly poisoned dart with a dragon tip.", "wiki_name": "Dragon dart (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_dart#Poison+", "equipment": { @@ -153633,8 +136670,6 @@ "lowalch": 200, "highalch": 300, "buy_limit": 11000, - "release_date": "2007-06-11", - "examine": "A deadly poisoned dart with a dragon tip.", "wiki_name": "Dragon dart (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_dart#Poison++", "equipment": { @@ -153699,10 +136734,7 @@ "cost": 120002, "lowalch": 48000, "highalch": 72001, - "weight": 1.814, "buy_limit": 8, - "release_date": "2007-06-11", - "examine": "A bow from a darker dimension.", "wiki_name": "Dark bow (Regular)", "wiki_url": "https://oldschool.runescape.wiki/w/Dark_bow#Regular", "equipment": { @@ -153765,8 +136797,6 @@ "lowalch": 200, "highalch": 300, "buy_limit": 10000, - "release_date": "2007-06-11", - "examine": "Dragon talons, usable as arrowheads.", "wiki_name": "Dragon arrowtips", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_arrowtips", "price": 1077 @@ -153781,10 +136811,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 2.267, "buy_limit": 18000, - "release_date": "2007-06-11", - "examine": "Baby impling in a jar. That's a bit cruel.", "wiki_name": "Baby impling jar", "wiki_url": "https://oldschool.runescape.wiki/w/Baby_impling_jar", "price": 1501 @@ -153799,10 +136826,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 2.267, "buy_limit": 18000, - "release_date": "2007-06-11", - "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": 2650 @@ -153817,10 +136841,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 2.267, "buy_limit": 18000, - "release_date": "2007-06-11", - "examine": "A gourmet impling in a jar.", "wiki_name": "Gourmet impling jar", "wiki_url": "https://oldschool.runescape.wiki/w/Gourmet_impling_jar", "price": 3935 @@ -153835,10 +136856,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 2.267, "buy_limit": 18000, - "release_date": "2007-06-11", - "examine": "Earth impling in a jar.", "wiki_name": "Earth impling jar", "wiki_url": "https://oldschool.runescape.wiki/w/Earth_impling_jar", "price": 1704 @@ -153853,10 +136871,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 2.267, "buy_limit": 18000, - "release_date": "2007-06-11", - "examine": "Essence impling in a jar.", "wiki_name": "Essence impling jar", "wiki_url": "https://oldschool.runescape.wiki/w/Essence_impling_jar", "price": 2899 @@ -153871,10 +136886,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 2.267, "buy_limit": 18000, - "release_date": "2007-06-11", - "examine": "Eclectic impling in a jar.", "wiki_name": "Eclectic impling jar", "wiki_url": "https://oldschool.runescape.wiki/w/Eclectic_impling_jar", "price": 5630 @@ -153889,10 +136901,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 2.267, "buy_limit": 18000, - "release_date": "2007-06-11", - "examine": "Nature impling in a jar.", "wiki_name": "Nature impling jar", "wiki_url": "https://oldschool.runescape.wiki/w/Nature_impling_jar", "price": 8982 @@ -153907,10 +136916,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 2.267, "buy_limit": 18000, - "release_date": "2007-06-11", - "examine": "Magpie impling in a jar.", "wiki_name": "Magpie impling jar", "wiki_url": "https://oldschool.runescape.wiki/w/Magpie_impling_jar", "price": 28082 @@ -153925,10 +136931,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 2.267, "buy_limit": 18000, - "release_date": "2007-06-11", - "examine": "Ninja impling in a jar.", "wiki_name": "Ninja impling jar", "wiki_url": "https://oldschool.runescape.wiki/w/Ninja_impling_jar", "price": 60614 @@ -153943,10 +136946,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 2.267, "buy_limit": 18000, - "release_date": "2007-06-11", - "examine": "Dragon impling in a jar.", "wiki_name": "Dragon impling jar", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_impling_jar", "price": 543500 @@ -153958,9 +136958,6 @@ "cost": 600, "lowalch": 240, "highalch": 360, - "weight": 1, - "release_date": "2007-06-11", - "examine": "Creates butterfly and impling jars.", "wiki_name": "Jar generator", "wiki_url": "https://oldschool.runescape.wiki/w/Jar_generator", "price": 0 @@ -153975,9 +136972,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 0.226, - "release_date": "2007-06-11", - "examine": "For catching butterflies.", "wiki_name": "Magic butterfly net", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_butterfly_net", "equipment": { @@ -154046,10 +137040,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, "buy_limit": 13000, - "release_date": "2007-06-11", - "examine": "It's got little holes in the top.", "wiki_name": "Impling jar", "wiki_url": "https://oldschool.runescape.wiki/w/Impling_jar", "price": 710 @@ -154063,9 +137054,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 2.267, - "release_date": "2007-06-11", - "examine": "Imps seem to hate this stuff. Can't say I blame them.", "wiki_name": "Imp repellent", "wiki_url": "https://oldschool.runescape.wiki/w/Imp_repellent", "price": 0 @@ -154079,9 +137067,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.035, - "release_date": "2007-06-11", - "examine": "Omega 3 oil. Good for the brain, not so for the nose.", "wiki_name": "Anchovy oil", "wiki_url": "https://oldschool.runescape.wiki/w/Anchovy_oil", "price": 0 @@ -154095,8 +137080,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "release_date": "2007-06-11", - "examine": "Fish paste. Urk.", "wiki_name": "Anchovy paste", "wiki_url": "https://oldschool.runescape.wiki/w/Anchovy_paste", "price": 0 @@ -154108,9 +137091,6 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "weight": 0.003, - "release_date": "2007-06-11", - "examine": "Lets you easily identify your prey.", "wiki_name": "Impling scroll", "wiki_url": "https://oldschool.runescape.wiki/w/Impling_scroll", "price": 0 @@ -154119,9 +137099,6 @@ "id": 11279, "name": "Elvarg's head", "cost": 1, - "weight": 0.01, - "release_date": "2007-06-18", - "examine": "The severed head of the great dragon Elvarg!", "wiki_name": "Elvarg's head", "wiki_url": "https://oldschool.runescape.wiki/w/Elvarg's_head", "price": 0 @@ -154138,10 +137115,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 1, "buy_limit": 150, - "release_date": "2007-06-18", - "examine": "I hope I don't meet any roundheads...", "wiki_name": "Cavalier mask", "wiki_url": "https://oldschool.runescape.wiki/w/Cavalier_mask", "equipment": { @@ -154173,9 +137147,6 @@ "cost": 80, "lowalch": 32, "highalch": 48, - "weight": 1, - "release_date": "2007-06-18", - "examine": "Essential mime wear.", "wiki_name": "Beret mask", "wiki_url": "https://oldschool.runescape.wiki/w/Beret_mask", "equipment": { @@ -154207,9 +137178,6 @@ "cost": 2000000, "lowalch": 800000, "highalch": 1200000, - "weight": 7.257, - "release_date": "2007-06-18", - "examine": "A heavy shield with a snarling, draconic visage.", "wiki_name": "Dragonfire shield (Charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragonfire_shield#Charged", "equipment": { @@ -154246,10 +137214,7 @@ "cost": 2000000, "lowalch": 800000, "highalch": 1200000, - "weight": 7.257, "buy_limit": 8, - "release_date": "2007-06-18", - "examine": "A heavy shield with a snarling, draconic visage.", "wiki_name": "Dragonfire shield (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragonfire_shield#Uncharged", "equipment": { @@ -154284,10 +137249,7 @@ "cost": 750000, "lowalch": 300000, "highalch": 450000, - "weight": 1.814, "buy_limit": 5, - "release_date": "2007-06-18", - "examine": "It looks like this could be attached to a shield somehow.", "wiki_name": "Draconic visage", "wiki_url": "https://oldschool.runescape.wiki/w/Draconic_visage", "price": 2743429 @@ -154299,9 +137261,6 @@ "cost": 76, "lowalch": 30, "highalch": 45, - "weight": 1.36, - "release_date": "2007-07-03", - "examine": "A heavy barbarian Fishing rod.", "wiki_name": "Barbarian rod", "wiki_url": "https://oldschool.runescape.wiki/w/Barbarian_rod", "price": 0 @@ -154316,10 +137275,7 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.05, "buy_limit": 13000, - "release_date": "2007-07-03", - "examine": "Roe, or cheap fishy eggs.", "wiki_name": "Roe", "wiki_url": "https://oldschool.runescape.wiki/w/Roe", "price": 172 @@ -154334,10 +137290,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.05, "buy_limit": 13000, - "release_date": "2007-07-03", - "examine": "Caviar, or expensive fishy eggs.", "wiki_name": "Caviar", "wiki_url": "https://oldschool.runescape.wiki/w/Caviar", "price": 114 @@ -154352,10 +137305,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.5, "buy_limit": 13000, - "release_date": "2007-07-03", - "examine": "A sad-looking trout.", "wiki_name": "Leaping trout", "wiki_url": "https://oldschool.runescape.wiki/w/Leaping_trout", "price": 21 @@ -154370,10 +137320,7 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "weight": 0.5, "buy_limit": 13000, - "release_date": "2007-07-03", - "examine": "Some non-tasty salmon.", "wiki_name": "Leaping salmon", "wiki_url": "https://oldschool.runescape.wiki/w/Leaping_salmon", "price": 21 @@ -154388,10 +137335,7 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 1, "buy_limit": 13000, - "release_date": "2007-07-03", - "examine": "A bloated sturgeon.", "wiki_name": "Leaping sturgeon", "wiki_url": "https://oldschool.runescape.wiki/w/Leaping_sturgeon", "price": 51 @@ -154407,8 +137351,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 8000, - "release_date": "2007-07-03", - "examine": "Slices of inedible fish.", "wiki_name": "Fish offcuts", "wiki_url": "https://oldschool.runescape.wiki/w/Fish_offcuts", "price": 50 @@ -154425,10 +137367,7 @@ "cost": 150000, "lowalch": 60000, "highalch": 90000, - "weight": 2, "buy_limit": 8, - "release_date": "2007-07-03", - "examine": "Protects your head and looks impressive too.", "wiki_name": "Dragon full helm", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_full_helm", "equipment": { @@ -154460,9 +137399,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 12, - "release_date": "2007-07-03", - "examine": "The bones of a barbarian warrior, slain by his fellow adventurers.", "wiki_name": "Mangled bones", "wiki_url": "https://oldschool.runescape.wiki/w/Mangled_bones", "price": 0 @@ -154474,9 +137410,6 @@ "cost": 3500, "lowalch": 1400, "highalch": 2100, - "weight": 12, - "release_date": "2007-07-03", - "examine": "The bones of a barbarian warrior, slain by vile dragons.", "wiki_name": "Chewed bones", "wiki_url": "https://oldschool.runescape.wiki/w/Chewed_bones", "price": 0 @@ -154488,9 +137421,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2007-07-03", - "examine": "Records from my discoveries beneath the lake.", "wiki_name": "My notes", "wiki_url": "https://oldschool.runescape.wiki/w/My_notes", "price": 0 @@ -154502,9 +137432,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2007-07-03", - "examine": "A record of Otto's instructions to me.", "wiki_name": "Barbarian skills", "wiki_url": "https://oldschool.runescape.wiki/w/Barbarian_skills", "price": 0 @@ -154516,9 +137443,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2007-07-03", - "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": 0 @@ -154530,9 +137454,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2007-07-03", - "examine": "This seems to have been torn from a tome...", "wiki_name": "Ancient page (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_page#2", "price": 0 @@ -154544,9 +137465,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2007-07-03", - "examine": "This seems to have been ripped from a diary...", "wiki_name": "Ancient page (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_page#3", "price": 0 @@ -154558,9 +137476,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2007-07-03", - "examine": "Was this once a shopping list?", "wiki_name": "Ancient page (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_page#4", "price": 0 @@ -154572,9 +137487,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2007-07-03", - "examine": "A tatty scrap of vellum.", "wiki_name": "Ancient page (5)", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_page#5", "price": 0 @@ -154586,9 +137498,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2007-07-03", - "examine": "A historic document or just junk?", "wiki_name": "Ancient page (6)", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_page#6", "price": 0 @@ -154600,9 +137509,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2007-07-03", - "examine": "An incomplete record.", "wiki_name": "Ancient page (7)", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_page#7", "price": 0 @@ -154614,9 +137520,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2007-07-03", - "examine": "Vital or useless?", "wiki_name": "Ancient page (8)", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_page#8", "price": 0 @@ -154628,9 +137531,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2007-07-03", - "examine": "Some information.", "wiki_name": "Ancient page (9)", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_page#9", "price": 0 @@ -154642,9 +137542,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2007-07-03", - "examine": "Written hastily.", "wiki_name": "Ancient page (10)", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_page#10", "price": 0 @@ -154656,9 +137553,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2007-07-03", - "examine": "Fragile parchment.", "wiki_name": "Ancient page (11)", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_page#11", "price": 0 @@ -154670,9 +137564,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2007-07-03", - "examine": "Neatly noted.", "wiki_name": "Ancient page (12)", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_page#12", "price": 0 @@ -154684,9 +137575,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2007-07-03", - "examine": "Hastily scrawled.", "wiki_name": "Ancient page (13)", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_page#13", "price": 0 @@ -154698,9 +137586,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2007-07-03", - "examine": "The writer needed spelling lessons.", "wiki_name": "Ancient page (14)", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_page#14", "price": 0 @@ -154712,9 +137597,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2007-07-03", - "examine": "I wonder who dropped this.", "wiki_name": "Ancient page (15)", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_page#15", "price": 0 @@ -154726,9 +137608,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2007-07-03", - "examine": "It may have had an important seal once.", "wiki_name": "Ancient page (16)", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_page#16", "price": 0 @@ -154740,9 +137619,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2007-07-03", - "examine": "Part of someone's homework?", "wiki_name": "Ancient page (17)", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_page#17", "price": 0 @@ -154754,9 +137630,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2007-07-03", - "examine": "Damp and close to disintegration.", "wiki_name": "Ancient page (18)", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_page#18", "price": 0 @@ -154768,9 +137641,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2007-07-03", - "examine": "It looks pretty old.", "wiki_name": "Ancient page (19)", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_page#19", "price": 0 @@ -154782,9 +137652,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2007-07-03", - "examine": "Lucky they used waterproof ink.", "wiki_name": "Ancient page (20)", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_page#20", "price": 0 @@ -154796,9 +137663,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2007-07-03", - "examine": "Could a dragon have written this?", "wiki_name": "Ancient page (21)", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_page#21", "price": 0 @@ -154810,9 +137674,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2007-07-03", - "examine": "Tatty.", "wiki_name": "Ancient page (22)", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_page#22", "price": 0 @@ -154824,9 +137685,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2007-07-03", - "examine": "Has both sorts of watermark.", "wiki_name": "Ancient page (23)", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_page#23", "price": 0 @@ -154838,9 +137696,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2007-07-03", - "examine": "Smells disgusting.", "wiki_name": "Ancient page (24)", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_page#24", "price": 0 @@ -154852,9 +137707,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2007-07-03", - "examine": "Tiny writing.", "wiki_name": "Ancient page (25)", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_page#25", "price": 0 @@ -154866,9 +137718,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2007-07-03", - "examine": "The paper glows with some odd mould.", "wiki_name": "Ancient page (26)", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_page#26", "price": 0 @@ -154886,10 +137735,7 @@ "cost": 26, "lowalch": 10, "highalch": 15, - "weight": 2.267, "buy_limit": 125, - "release_date": "2007-07-03", - "examine": "A bronze-tipped, one-handed hasta.", "wiki_name": "Bronze hasta (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_hasta#Unpoisoned", "equipment": { @@ -154961,10 +137807,7 @@ "cost": 91, "lowalch": 36, "highalch": 54, - "weight": 2.267, "buy_limit": 125, - "release_date": "2007-07-03", - "examine": "An iron-tipped, one-handed hasta.", "wiki_name": "Iron hasta (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_hasta#Unpoisoned", "equipment": { @@ -155036,10 +137879,7 @@ "cost": 325, "lowalch": 130, "highalch": 195, - "weight": 2.267, "buy_limit": 125, - "release_date": "2007-07-03", - "examine": "A steel-tipped, one-handed hasta.", "wiki_name": "Steel hasta (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_hasta#Unpoisoned", "equipment": { @@ -155111,10 +137951,7 @@ "cost": 845, "lowalch": 338, "highalch": 507, - "weight": 1.814, "buy_limit": 125, - "release_date": "2007-07-03", - "examine": "A mithril-tipped, one-handed hasta.", "wiki_name": "Mithril hasta (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_hasta#Unpoisoned", "equipment": { @@ -155186,10 +138023,7 @@ "cost": 2080, "lowalch": 832, "highalch": 1248, - "weight": 2.721, "buy_limit": 125, - "release_date": "2007-07-03", - "examine": "An adamant-tipped, one-handed hasta.", "wiki_name": "Adamant hasta (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_hasta#Unpoisoned", "equipment": { @@ -155261,10 +138095,7 @@ "cost": 20800, "lowalch": 8320, "highalch": 12480, - "weight": 2.267, "buy_limit": 70, - "release_date": "2007-07-03", - "examine": "A rune-tipped, one-handed hasta.", "wiki_name": "Rune hasta (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_hasta#Unpoisoned", "equipment": { @@ -155336,10 +138167,7 @@ "cost": 26, "lowalch": 10, "highalch": 15, - "weight": 2.267, "buy_limit": 125, - "release_date": "2007-07-03", - "examine": "A poison tipped, one-handed bronze hasta.", "wiki_name": "Bronze hasta (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_hasta#Poison", "equipment": { @@ -155408,9 +138236,6 @@ "cost": 26, "lowalch": 10, "highalch": 15, - "weight": 2.267, - "release_date": "2007-07-03", - "examine": "A karambwan poison-tipped, one-handed bronze hasta.", "wiki_name": "Bronze hasta (Karambwan poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_hasta#Karambwan_poison", "equipment": { @@ -155482,10 +138307,7 @@ "cost": 26, "lowalch": 10, "highalch": 15, - "weight": 2.267, "buy_limit": 125, - "release_date": "2007-07-03", - "examine": "A poison tipped, one-handed bronze hasta.", "wiki_name": "Bronze hasta (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_hasta#Poison+", "equipment": { @@ -155557,10 +138379,7 @@ "cost": 26, "lowalch": 10, "highalch": 15, - "weight": 2.267, "buy_limit": 125, - "release_date": "2007-07-03", - "examine": "A poison-tipped, one-handed bronze hasta.", "wiki_name": "Bronze hasta (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_hasta#Poison++", "equipment": { @@ -155632,10 +138451,7 @@ "cost": 91, "lowalch": 36, "highalch": 54, - "weight": 2.267, "buy_limit": 125, - "release_date": "2007-07-03", - "examine": "A poison-tipped, one-handed iron hasta.", "wiki_name": "Iron hasta (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_hasta#Poison", "equipment": { @@ -155704,9 +138520,6 @@ "cost": 91, "lowalch": 36, "highalch": 54, - "weight": 2.267, - "release_date": "2007-07-03", - "examine": "A karambwan poison-tipped, one-handed iron hasta.", "wiki_name": "Iron hasta (Karambwan poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_hasta#Karambwan_poison", "equipment": { @@ -155778,10 +138591,7 @@ "cost": 91, "lowalch": 36, "highalch": 54, - "weight": 2.267, "buy_limit": 125, - "release_date": "2007-07-03", - "examine": "A poison-tipped, one-handed iron hasta.", "wiki_name": "Iron hasta (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_hasta#Poison+", "equipment": { @@ -155853,10 +138663,7 @@ "cost": 91, "lowalch": 36, "highalch": 54, - "weight": 2.267, "buy_limit": 125, - "release_date": "2007-07-03", - "examine": "A poison-tipped, one-handed iron hasta.", "wiki_name": "Iron hasta (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_hasta#Poison++", "equipment": { @@ -155928,10 +138735,7 @@ "cost": 325, "lowalch": 130, "highalch": 195, - "weight": 2.267, "buy_limit": 125, - "release_date": "2007-07-03", - "examine": "A poison-tipped, one-handed steel hasta.", "wiki_name": "Steel hasta (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_hasta#Poison", "equipment": { @@ -156000,9 +138804,6 @@ "cost": 325, "lowalch": 130, "highalch": 195, - "weight": 2.267, - "release_date": "2007-07-03", - "examine": "A karambwan poison-tipped, one-handed steel hasta.", "wiki_name": "Steel hasta (Karambwan poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_hasta#Karambwan_poison", "equipment": { @@ -156074,10 +138875,7 @@ "cost": 325, "lowalch": 130, "highalch": 195, - "weight": 2.267, "buy_limit": 125, - "release_date": "2007-07-03", - "examine": "A poison-tipped, one-handed steel hasta.", "wiki_name": "Steel hasta (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_hasta#Poison+", "equipment": { @@ -156149,10 +138947,7 @@ "cost": 325, "lowalch": 130, "highalch": 195, - "weight": 2.267, "buy_limit": 125, - "release_date": "2007-07-03", - "examine": "A poison-tipped, one-handed steel hasta.", "wiki_name": "Steel hasta (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_hasta#Poison++", "equipment": { @@ -156224,10 +139019,7 @@ "cost": 845, "lowalch": 338, "highalch": 507, - "weight": 1.814, "buy_limit": 125, - "release_date": "2007-07-03", - "examine": "A poison-tipped, one-handed mithril hasta.", "wiki_name": "Mithril hasta (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_hasta#Poison", "equipment": { @@ -156296,9 +139088,6 @@ "cost": 845, "lowalch": 338, "highalch": 507, - "weight": 1.814, - "release_date": "2007-07-03", - "examine": "A karambwan poison-tipped, one-handed mithril hasta.", "wiki_name": "Mithril hasta (Karambwan poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_hasta#Karambwan_poison", "equipment": { @@ -156370,10 +139159,7 @@ "cost": 845, "lowalch": 338, "highalch": 507, - "weight": 1.814, "buy_limit": 125, - "release_date": "2007-07-03", - "examine": "A poison-tipped, one-handed mithril hasta.", "wiki_name": "Mithril hasta (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_hasta#Poison+", "equipment": { @@ -156445,10 +139231,7 @@ "cost": 845, "lowalch": 338, "highalch": 507, - "weight": 1.814, "buy_limit": 125, - "release_date": "2007-07-03", - "examine": "A poison-tipped, one-handed mithril hasta.", "wiki_name": "Mithril hasta (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_hasta#Poison++", "equipment": { @@ -156520,10 +139303,7 @@ "cost": 2080, "lowalch": 832, "highalch": 1248, - "weight": 2.721, "buy_limit": 125, - "release_date": "2007-07-03", - "examine": "A poison-tipped, one-handed adamantite hasta.", "wiki_name": "Adamant hasta (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_hasta#Poison", "equipment": { @@ -156592,9 +139372,6 @@ "cost": 2080, "lowalch": 832, "highalch": 1248, - "weight": 2.721, - "release_date": "2007-07-03", - "examine": "A karambwan poison-tipped, one-handed adamantite hasta.", "wiki_name": "Adamant hasta (Karambwan poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_hasta#Karambwan_poison", "equipment": { @@ -156666,10 +139443,7 @@ "cost": 2080, "lowalch": 832, "highalch": 1248, - "weight": 2.721, "buy_limit": 125, - "release_date": "2007-07-03", - "examine": "A poison-tipped, one-handed adamantite hasta.", "wiki_name": "Adamant hasta (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_hasta#Poison+", "equipment": { @@ -156741,10 +139515,7 @@ "cost": 2080, "lowalch": 832, "highalch": 1248, - "weight": 2.721, "buy_limit": 125, - "release_date": "2007-07-03", - "examine": "A poison-tipped, one-handed adamantite hasta.", "wiki_name": "Adamant hasta (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_hasta#Poison++", "equipment": { @@ -156816,10 +139587,7 @@ "cost": 20800, "lowalch": 8320, "highalch": 12480, - "weight": 2.267, "buy_limit": 70, - "release_date": "2007-07-03", - "examine": "A poison-tipped, one-handed rune hasta.", "wiki_name": "Rune hasta (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_hasta#Poison", "equipment": { @@ -156888,9 +139656,6 @@ "cost": 20800, "lowalch": 8320, "highalch": 12480, - "weight": 2.267, - "release_date": "2007-07-03", - "examine": "A karambwan poison-tipped, one-handed rune hasta.", "wiki_name": "Rune hasta (Karambwan poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_hasta#Karambwan_poison", "equipment": { @@ -156962,10 +139727,7 @@ "cost": 20800, "lowalch": 8320, "highalch": 12480, - "weight": 2.267, "buy_limit": 70, - "release_date": "2007-07-03", - "examine": "A poison-tipped, one-handed rune hasta.", "wiki_name": "Rune hasta (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_hasta#Poison+", "equipment": { @@ -157037,10 +139799,7 @@ "cost": 20800, "lowalch": 8320, "highalch": 12480, - "weight": 2.267, "buy_limit": 70, - "release_date": "2007-07-03", - "examine": "A poison-tipped, one-handed rune hasta.", "wiki_name": "Rune hasta (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_hasta#Poison++", "equipment": { @@ -157106,9 +139865,6 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "weight": 0.003, - "release_date": "2007-07-03", - "examine": "This vial is half-filled with mashed fish, yuck.", "wiki_name": "Fish vial (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Fish_vial#(1)", "price": 0 @@ -157120,9 +139876,6 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "weight": 0.003, - "release_date": "2007-07-03", - "examine": "This vial is filled with mashed fish, yuck.", "wiki_name": "Fish vial (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Fish_vial#(2)", "price": 0 @@ -157137,10 +139890,7 @@ "cost": 9, "lowalch": 3, "highalch": 5, - "weight": 0.075, "buy_limit": 2000, - "release_date": "2007-07-03", - "examine": "Two doses of fishy Attack potion.", "wiki_name": "Attack mix (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Attack_mix#2_dose", "price": 1 @@ -157155,10 +139905,7 @@ "cost": 6, "lowalch": 2, "highalch": 3, - "weight": 0.045, "buy_limit": 2000, - "release_date": "2007-07-03", - "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": 68 @@ -157173,10 +139920,7 @@ "cost": 216, "lowalch": 86, "highalch": 129, - "weight": 0.075, "buy_limit": 2000, - "release_date": "2007-07-03", - "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": 51 @@ -157191,10 +139935,7 @@ "cost": 144, "lowalch": 57, "highalch": 86, - "weight": 0.045, "buy_limit": 2000, - "release_date": "2007-07-03", - "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": 285 @@ -157209,10 +139950,7 @@ "cost": 150, "lowalch": 60, "highalch": 90, - "weight": 0.075, "buy_limit": 2000, - "release_date": "2007-07-03", - "examine": "Two doses of fishy Relicym's balm.", "wiki_name": "Relicym's mix (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Relicym's_mix#2_dose", "price": 0 @@ -157227,10 +139965,7 @@ "cost": 75, "lowalch": 30, "highalch": 45, - "weight": 0.045, "buy_limit": 2000, - "release_date": "2007-07-03", - "examine": "One dose of fishy Relicym's balm.", "wiki_name": "Relicym's mix (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Relicym's_mix#1_dose", "price": 10000 @@ -157245,10 +139980,7 @@ "cost": 11, "lowalch": 4, "highalch": 6, - "weight": 0.045, "buy_limit": 2000, - "release_date": "2007-07-03", - "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": 260 @@ -157263,10 +139995,7 @@ "cost": 13, "lowalch": 5, "highalch": 7, - "weight": 0.075, "buy_limit": 2000, - "release_date": "2007-07-03", - "examine": "Two doses of fishy strength potion.", "wiki_name": "Strength mix (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Strength_mix#2_dose", "price": 21 @@ -157281,10 +140010,7 @@ "cost": 105, "lowalch": 42, "highalch": 63, - "weight": 0.075, "buy_limit": 2000, - "release_date": "2007-07-03", - "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": 89 @@ -157299,10 +140025,7 @@ "cost": 52, "lowalch": 20, "highalch": 31, - "weight": 0.045, "buy_limit": 2000, - "release_date": "2007-07-03", - "examine": "One dose of fishy combat potion.", "wiki_name": "Combat mix (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Combat_mix#1_dose", "price": 1 @@ -157317,10 +140040,7 @@ "cost": 66, "lowalch": 26, "highalch": 39, - "weight": 0.075, "buy_limit": 2000, - "release_date": "2007-07-03", - "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": 109 @@ -157335,10 +140055,7 @@ "cost": 44, "lowalch": 17, "highalch": 26, - "weight": 0.045, "buy_limit": 2000, - "release_date": "2007-07-03", - "examine": "One dose of fishy restore potion.", "wiki_name": "Restore mix (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Restore_mix#1_dose", "price": 152 @@ -157353,10 +140070,7 @@ "cost": 72, "lowalch": 28, "highalch": 43, - "weight": 0.075, "buy_limit": 2000, - "release_date": "2007-07-03", - "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": 348 @@ -157371,10 +140085,7 @@ "cost": 36, "lowalch": 14, "highalch": 21, - "weight": 0.045, "buy_limit": 2000, - "release_date": "2007-07-03", - "examine": "One dose of fishy energy potion.", "wiki_name": "Energy mix (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Energy_mix#1_dose", "price": 279 @@ -157389,10 +140100,7 @@ "cost": 90, "lowalch": 36, "highalch": 54, - "weight": 0.075, "buy_limit": 2000, - "release_date": "2007-07-03", - "examine": "Two doses of fishy Defence potion.", "wiki_name": "Defence mix (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Defence_mix#2_dose", "price": 0 @@ -157407,10 +140115,7 @@ "cost": 60, "lowalch": 24, "highalch": 36, - "weight": 0.045, "buy_limit": 2000, - "release_date": "2007-07-03", - "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": 22 @@ -157425,10 +140130,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.075, "buy_limit": 2000, - "release_date": "2007-07-03", - "examine": "Two doses of fishy Agility potion.", "wiki_name": "Agility mix (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Agility_mix#2_dose", "price": 756 @@ -157443,10 +140145,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.045, "buy_limit": 2000, - "release_date": "2007-07-03", - "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": 345 @@ -157461,10 +140160,7 @@ "cost": 114, "lowalch": 45, "highalch": 68, - "weight": 0.075, "buy_limit": 2000, - "release_date": "2007-07-03", - "examine": "Two doses of fishy Prayer potion.", "wiki_name": "Prayer mix (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Prayer_mix#2_dose", "price": 4996 @@ -157479,10 +140175,7 @@ "cost": 76, "lowalch": 30, "highalch": 45, - "weight": 0.045, "buy_limit": 2000, - "release_date": "2007-07-03", - "examine": "One dose of fishy Prayer potion.", "wiki_name": "Prayer mix (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Prayer_mix#1_dose", "price": 1630 @@ -157497,10 +140190,7 @@ "cost": 135, "lowalch": 54, "highalch": 81, - "weight": 0.075, "buy_limit": 2000, - "release_date": "2007-07-03", - "examine": "Two doses of fishy super Attack potion.", "wiki_name": "Superattack mix (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Superattack_mix#2_dose", "price": 1 @@ -157515,10 +140205,7 @@ "cost": 90, "lowalch": 36, "highalch": 54, - "weight": 0.045, "buy_limit": 2000, - "release_date": "2007-07-03", - "examine": "One dose of fishy super Attack potion.", "wiki_name": "Superattack mix (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Superattack_mix#1_dose", "price": 165 @@ -157533,10 +140220,7 @@ "cost": 216, "lowalch": 86, "highalch": 129, - "weight": 0.075, "buy_limit": 2000, - "release_date": "2007-07-03", - "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": 343 @@ -157551,10 +140235,7 @@ "cost": 144, "lowalch": 57, "highalch": 86, - "weight": 0.045, "buy_limit": 2000, - "release_date": "2007-07-03", - "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": 1720 @@ -157569,10 +140250,7 @@ "cost": 150, "lowalch": 60, "highalch": 90, - "weight": 0.075, "buy_limit": 2000, - "release_date": "2007-07-03", - "examine": "Two doses of fishy Fishing potion.", "wiki_name": "Fishing mix (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Fishing_mix#2_dose", "price": 104 @@ -157587,10 +140265,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.045, "buy_limit": 2000, - "release_date": "2007-07-03", - "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": 281 @@ -157605,10 +140280,7 @@ "cost": 160, "lowalch": 64, "highalch": 96, - "weight": 0.075, "buy_limit": 2000, - "release_date": "2007-07-03", - "examine": "Two doses of fishy super energy potion.", "wiki_name": "Super energy mix (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_energy_mix#2_dose", "price": 1810 @@ -157623,10 +140295,7 @@ "cost": 90, "lowalch": 36, "highalch": 54, - "weight": 0.045, "buy_limit": 2000, - "release_date": "2007-07-03", - "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": 838 @@ -157641,10 +140310,7 @@ "cost": 165, "lowalch": 66, "highalch": 99, - "weight": 0.075, "buy_limit": 2000, - "release_date": "2007-07-03", - "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": 1198 @@ -157659,10 +140325,7 @@ "cost": 110, "lowalch": 44, "highalch": 66, - "weight": 0.045, "buy_limit": 2000, - "release_date": "2007-07-03", - "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": 717 @@ -157677,10 +140340,7 @@ "cost": 180, "lowalch": 72, "highalch": 108, - "weight": 0.075, "buy_limit": 2000, - "release_date": "2007-07-03", - "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": 1927 @@ -157695,10 +140355,7 @@ "cost": 130, "lowalch": 52, "highalch": 78, - "weight": 0.045, "buy_limit": 2000, - "release_date": "2007-07-03", - "examine": "One dose of fishy Magic essence.", "wiki_name": "Magic essence mix (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_essence_mix#1_dose", "price": 203 @@ -157713,10 +140370,7 @@ "cost": 180, "lowalch": 72, "highalch": 108, - "weight": 0.075, "buy_limit": 2000, - "release_date": "2007-07-03", - "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": 4325 @@ -157731,10 +140385,7 @@ "cost": 120, "lowalch": 48, "highalch": 72, - "weight": 0.045, "buy_limit": 2000, - "release_date": "2007-07-03", - "examine": "One dose of fishy super restore potion.", "wiki_name": "Super restore mix (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_restore_mix#1_dose", "price": 5548 @@ -157749,10 +140400,7 @@ "cost": 198, "lowalch": 79, "highalch": 118, - "weight": 0.075, "buy_limit": 2000, - "release_date": "2007-07-03", - "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": 634 @@ -157767,10 +140415,7 @@ "cost": 132, "lowalch": 52, "highalch": 79, - "weight": 0.045, "buy_limit": 2000, - "release_date": "2007-07-03", - "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": 314 @@ -157785,10 +140430,7 @@ "cost": 216, "lowalch": 86, "highalch": 129, - "weight": 0.075, "buy_limit": 2000, - "release_date": "2007-07-03", - "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": 1537 @@ -157803,10 +140445,7 @@ "cost": 144, "lowalch": 57, "highalch": 86, - "weight": 0.045, "buy_limit": 2000, - "release_date": "2007-07-03", - "examine": "One dose of fishy extra strength antidote potion.", "wiki_name": "Antidote+ mix (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Antidote+_mix#1_dose", "price": 0 @@ -157821,10 +140460,7 @@ "cost": 198, "lowalch": 79, "highalch": 118, - "weight": 0.075, "buy_limit": 2000, - "release_date": "2007-07-03", - "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": 161 @@ -157839,10 +140475,7 @@ "cost": 132, "lowalch": 52, "highalch": 79, - "weight": 0.045, "buy_limit": 2000, - "release_date": "2007-07-03", - "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": 84 @@ -157857,10 +140490,7 @@ "cost": 216, "lowalch": 86, "highalch": 129, - "weight": 0.075, "buy_limit": 2000, - "release_date": "2007-07-03", - "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": 1187 @@ -157875,10 +140505,7 @@ "cost": 144, "lowalch": 57, "highalch": 86, - "weight": 0.045, "buy_limit": 2000, - "release_date": "2007-07-03", - "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": 450 @@ -157893,10 +140520,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.075, "buy_limit": 2000, - "release_date": "2007-07-03", - "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": 52 @@ -157911,10 +140535,7 @@ "cost": 150, "lowalch": 60, "highalch": 90, - "weight": 0.045, "buy_limit": 2000, - "release_date": "2007-07-03", - "examine": "One dose of fishy Magic potion.", "wiki_name": "Magic mix (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_mix#1_dose", "price": 63 @@ -157929,10 +140550,7 @@ "cost": 9, "lowalch": 3, "highalch": 5, - "weight": 0.075, "buy_limit": 2000, - "release_date": "2007-07-03", - "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": 22274 @@ -157947,10 +140565,7 @@ "cost": 6, "lowalch": 2, "highalch": 3, - "weight": 0.045, "buy_limit": 2000, - "release_date": "2007-07-03", - "examine": "One dose of fishy Hunter potion.", "wiki_name": "Hunting mix (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Hunting_mix#1_dose", "price": 140 @@ -157965,10 +140580,7 @@ "cost": 150, "lowalch": 60, "highalch": 90, - "weight": 0.075, "buy_limit": 2000, - "release_date": "2007-07-03", - "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": 88 @@ -157983,10 +140595,7 @@ "cost": 125, "lowalch": 50, "highalch": 75, - "weight": 0.045, "buy_limit": 2000, - "release_date": "2007-07-03", - "examine": "One dose of fishy Zamorak brew.", "wiki_name": "Zamorak mix (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Zamorak_mix#1_dose", "price": 2513 @@ -158000,8 +140609,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2007-07-09", - "examine": "Doesn't look very useful.", "wiki_name": "Wimpy feather", "wiki_url": "https://oldschool.runescape.wiki/w/Wimpy_feather", "price": 0 @@ -158021,9 +140628,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2007-07-17", - "examine": "Educate yourself.", "wiki_name": "Book of knowledge", "wiki_url": "https://oldschool.runescape.wiki/w/Book_of_knowledge", "price": 0 @@ -158037,9 +140641,6 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "weight": 0.003, - "release_date": "2007-07-17", - "examine": "A book that explains the art of crafting items from glass.", "wiki_name": "Glassblowing book", "wiki_url": "https://oldschool.runescape.wiki/w/Glassblowing_book", "price": 0 @@ -158053,9 +140654,6 @@ "cost": 9851, "lowalch": 3940, "highalch": 5910, - "weight": 0.453, - "release_date": "2007-07-17", - "examine": "A mage helm from the order of the Void Knights.", "wiki_name": "Void mage helm (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Void_mage_helm#Normal", "equipment": { @@ -158095,9 +140693,6 @@ "cost": 9851, "lowalch": 3940, "highalch": 5910, - "weight": 0.453, - "release_date": "2007-07-17", - "examine": "A ranger helm from the order of the Void Knights.", "wiki_name": "Void ranger helm (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Void_ranger_helm#Normal", "equipment": { @@ -158137,9 +140732,6 @@ "cost": 9851, "lowalch": 3940, "highalch": 5910, - "weight": 0.453, - "release_date": "2007-07-17", - "examine": "A melee helm from the order of the Void Knights.", "wiki_name": "Void melee helm (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Void_melee_helm#Normal", "equipment": { @@ -158179,9 +140771,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.005, - "release_date": "2007-07-17", - "examine": "A seal storing the power of the Void Knights.", "wiki_name": "Void seal (8)", "wiki_url": "https://oldschool.runescape.wiki/w/Void_seal#(8)", "equipment": { @@ -158221,9 +140810,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.005, - "release_date": "2007-07-17", - "examine": "A seal storing the power of the Void Knights.", "wiki_name": "Void seal (7)", "wiki_url": "https://oldschool.runescape.wiki/w/Void_seal#(7)", "equipment": { @@ -158263,9 +140849,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.005, - "release_date": "2007-07-17", - "examine": "A seal storing the power of the Void Knights.", "wiki_name": "Void seal (6)", "wiki_url": "https://oldschool.runescape.wiki/w/Void_seal#(6)", "equipment": { @@ -158305,9 +140888,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.005, - "release_date": "2007-07-17", - "examine": "A seal storing the power of the Void Knights.", "wiki_name": "Void seal (5)", "wiki_url": "https://oldschool.runescape.wiki/w/Void_seal#(5)", "equipment": { @@ -158347,9 +140927,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.005, - "release_date": "2007-07-17", - "examine": "A seal storing the power of the Void Knights.", "wiki_name": "Void seal (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Void_seal#(4)", "equipment": { @@ -158389,9 +140966,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.005, - "release_date": "2007-07-17", - "examine": "A seal storing the power of the Void Knights.", "wiki_name": "Void seal (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Void_seal#(3)", "equipment": { @@ -158431,9 +141005,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.005, - "release_date": "2007-07-17", - "examine": "A seal storing the power of the Void Knights.", "wiki_name": "Void seal (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Void_seal#(2)", "equipment": { @@ -158473,9 +141044,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.005, - "release_date": "2007-07-17", - "examine": "A seal storing the power of the Void Knights.", "wiki_name": "Void seal (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Void_seal#(1)", "equipment": { @@ -158513,9 +141081,6 @@ "cost": 6, "lowalch": 2, "highalch": 3, - "weight": 0.51, - "release_date": "2007-07-17", - "examine": "A diary of the famous dwarven explorer, Nestor Peregrine.", "wiki_name": "Explorer's notes", "wiki_url": "https://oldschool.runescape.wiki/w/Explorer's_notes", "price": 0 @@ -158527,9 +141092,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.721, - "release_date": "2007-07-24", - "examine": "A black helm, too small for your head.", "wiki_name": "Black knight helm", "wiki_url": "https://oldschool.runescape.wiki/w/Black_knight_helm", "price": 0 @@ -158541,9 +141103,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2007-07-24", - "examine": "I wonder what happens if I rub it...", "wiki_name": "Antique lamp (King's Ransom)", "wiki_url": "https://oldschool.runescape.wiki/w/Antique_lamp_(King's_Ransom)", "price": 0 @@ -158555,9 +141114,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-07-24", - "examine": "A change of address form.", "wiki_name": "Address form", "wiki_url": "https://oldschool.runescape.wiki/w/Address_form", "price": 0 @@ -158569,9 +141125,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-07-24", - "examine": "It has something written on it.", "wiki_name": "Scrap paper", "wiki_url": "https://oldschool.runescape.wiki/w/Scrap_paper", "price": 0 @@ -158583,9 +141136,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2007-07-24", - "examine": "I could use this to pick the lock.", "wiki_name": "Hair clip", "wiki_url": "https://oldschool.runescape.wiki/w/Hair_clip", "price": 0 @@ -158597,8 +141147,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2013-03-13", - "examine": "One of the 4 basic elemental Runes.", "wiki_name": "Fire rune (Barbarian Assault)", "wiki_url": "https://oldschool.runescape.wiki/w/Fire_rune_(Barbarian_Assault)", "price": 0 @@ -158610,8 +141158,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2013-03-13", - "examine": "One of the 4 basic elemental Runes.", "wiki_name": "Water rune (Barbarian Assault)", "wiki_url": "https://oldschool.runescape.wiki/w/Water_rune_(Barbarian_Assault)", "price": 0 @@ -158623,8 +141169,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2013-03-13", - "examine": "One of the 4 basic elemental Runes.", "wiki_name": "Air rune (Barbarian Assault)", "wiki_url": "https://oldschool.runescape.wiki/w/Air_rune_(Barbarian_Assault)", "price": 0 @@ -158636,8 +141180,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2013-03-13", - "examine": "One of the 4 basic elemental Runes.", "wiki_name": "Earth rune (Barbarian Assault)", "wiki_url": "https://oldschool.runescape.wiki/w/Earth_rune_(Barbarian_Assault)", "price": 0 @@ -158649,8 +141191,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "release_date": "2013-03-13", - "examine": "Used for basic level missile spells.", "wiki_name": "Mind rune (Barbarian Assault)", "wiki_url": "https://oldschool.runescape.wiki/w/Mind_rune_(Barbarian_Assault)", "price": 0 @@ -158662,8 +141202,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "release_date": "2013-03-13", - "examine": "Used for curse spells.", "wiki_name": "Body rune (Barbarian Assault)", "wiki_url": "https://oldschool.runescape.wiki/w/Body_rune_(Barbarian_Assault)", "price": 0 @@ -158675,8 +141213,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2013-03-13", - "examine": "Used for medium level missile spells.", "wiki_name": "Death rune (Barbarian Assault)", "wiki_url": "https://oldschool.runescape.wiki/w/Death_rune_(Barbarian_Assault)", "price": 0 @@ -158688,8 +141224,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2013-03-13", - "examine": "Used for alchemy spells.", "wiki_name": "Nature rune (Barbarian Assault)", "wiki_url": "https://oldschool.runescape.wiki/w/Nature_rune_(Barbarian_Assault)", "price": 0 @@ -158701,8 +141235,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2013-03-13", - "examine": "Used for low level missile spells.", "wiki_name": "Chaos rune (Barbarian Assault)", "wiki_url": "https://oldschool.runescape.wiki/w/Chaos_rune_(Barbarian_Assault)", "price": 0 @@ -158714,8 +141246,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "release_date": "2013-03-13", - "examine": "Used for teleport spells.", "wiki_name": "Law rune (Barbarian Assault)", "wiki_url": "https://oldschool.runescape.wiki/w/Law_rune_(Barbarian_Assault)", "price": 0 @@ -158727,8 +141257,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "release_date": "2013-03-13", - "examine": "Used for enchant spells.", "wiki_name": "Cosmic rune (Barbarian Assault)", "wiki_url": "https://oldschool.runescape.wiki/w/Cosmic_rune_(Barbarian_Assault)", "price": 0 @@ -158740,8 +141268,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2013-03-13", - "examine": "Used for high level missile spells.", "wiki_name": "Blood rune (Barbarian Assault)", "wiki_url": "https://oldschool.runescape.wiki/w/Blood_rune_(Barbarian_Assault)", "price": 0 @@ -158753,8 +141279,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "release_date": "2013-03-13", - "examine": "Used for high level curse spells.", "wiki_name": "Soul rune (Barbarian Assault)", "wiki_url": "https://oldschool.runescape.wiki/w/Soul_rune_(Barbarian_Assault)", "price": 0 @@ -158766,8 +141290,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "release_date": "2013-03-13", - "examine": "Used for Lunar spells.", "wiki_name": "Astral rune (Barbarian Assault)", "wiki_url": "https://oldschool.runescape.wiki/w/Astral_rune_(Barbarian_Assault)", "price": 0 @@ -158779,8 +141301,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "release_date": "2013-03-13", - "examine": "Arrows with bronze heads.", "wiki_name": "Bronze arrow (Barbarian Assault)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_arrow_(Barbarian_Assault)", "price": 0 @@ -158792,8 +141312,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "release_date": "2013-03-13", - "examine": "Arrows with iron heads.", "wiki_name": "Iron arrow (Barbarian Assault)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_arrow_(Barbarian_Assault)", "price": 0 @@ -158805,8 +141323,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "release_date": "2013-03-13", - "examine": "Arrows with steel heads.", "wiki_name": "Steel arrow (Barbarian Assault)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_arrow_(Barbarian_Assault)", "price": 0 @@ -158818,8 +141334,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2013-03-13", - "examine": "Arrows with mithril heads.", "wiki_name": "Mithril arrow (Barbarian Assault)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_arrow_(Barbarian_Assault)", "price": 0 @@ -158828,9 +141342,6 @@ "id": 11704, "name": "Raw pheasant", "cost": 5, - "weight": 10, - "release_date": "2013-05-09", - "examine": "I need to cook this first.", "wiki_name": "Raw pheasant", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_pheasant", "price": 0 @@ -158844,9 +141355,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.453, - "release_date": "2013-07-02", - "examine": "For play-fighting.", "wiki_name": "Beach boxing gloves (Yellow)", "wiki_url": "https://oldschool.runescape.wiki/w/Beach_boxing_gloves#Yellow", "equipment": { @@ -158912,9 +141420,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.453, - "release_date": "2013-07-02", - "examine": "For play-fighting.", "wiki_name": "Beach boxing gloves (Pink)", "wiki_url": "https://oldschool.runescape.wiki/w/Beach_boxing_gloves#Pink", "equipment": { @@ -158980,9 +141485,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 2.267, - "release_date": "2013-08-23", - "examine": "A curse has been placed on this warhammer.", "wiki_name": "Cursed goblin hammer", "wiki_url": "https://oldschool.runescape.wiki/w/Cursed_goblin_hammer", "equipment": { @@ -159041,9 +141543,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 1.814, - "release_date": "2013-08-23", - "examine": "A curse has been placed on this bow.", "wiki_name": "Cursed goblin bow", "wiki_url": "https://oldschool.runescape.wiki/w/Cursed_goblin_bow", "equipment": { @@ -159102,9 +141601,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 2.267, - "release_date": "2013-08-23", - "examine": "A curse has been placed on this magical staff.", "wiki_name": "Cursed goblin staff", "wiki_url": "https://oldschool.runescape.wiki/w/Cursed_goblin_staff", "equipment": { @@ -159177,9 +141673,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 5.443, - "release_date": "2013-09-05", - "examine": "For use in the Nightmare Zone.", "wiki_name": "Anti-dragon shield (nz)", "wiki_url": "https://oldschool.runescape.wiki/w/Anti-dragon_shield_(nz)", "equipment": { @@ -159212,9 +141705,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2013-09-05", - "examine": "For use in the Nightmare Zone.", "wiki_name": "Magic secateurs (nz)", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_secateurs_(nz)", "equipment": { @@ -159279,8 +141769,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "release_date": "2013-09-05", - "examine": "For use in the Nightmare Zone.", "wiki_name": "Chaos rune (nz)", "wiki_url": "https://oldschool.runescape.wiki/w/Chaos_rune_(nz)", "price": 0 @@ -159293,8 +141781,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "release_date": "2013-09-05", - "examine": "For use in the Nightmare Zone.", "wiki_name": "Death rune (nz)", "wiki_url": "https://oldschool.runescape.wiki/w/Death_rune_(nz)", "price": 0 @@ -159307,8 +141793,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "release_date": "2013-09-05", - "examine": "For use in the Nightmare Zone.", "wiki_name": "Blood rune (nz)", "wiki_url": "https://oldschool.runescape.wiki/w/Blood_rune_(nz)", "price": 0 @@ -159321,8 +141805,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "release_date": "2013-09-05", - "examine": "For use in the Nightmare Zone.", "wiki_name": "Air rune (nz)", "wiki_url": "https://oldschool.runescape.wiki/w/Air_rune_(nz)", "price": 0 @@ -159335,8 +141817,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "release_date": "2013-09-05", - "examine": "For use in the Nightmare Zone.", "wiki_name": "Water rune (nz)", "wiki_url": "https://oldschool.runescape.wiki/w/Water_rune_(nz)", "price": 0 @@ -159349,8 +141829,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "release_date": "2013-09-05", - "examine": "For use in the Nightmare Zone.", "wiki_name": "Earth rune (nz)", "wiki_url": "https://oldschool.runescape.wiki/w/Earth_rune_(nz)", "price": 0 @@ -159363,8 +141841,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "release_date": "2013-09-05", - "examine": "For use in the Nightmare Zone.", "wiki_name": "Fire rune (nz)", "wiki_url": "https://oldschool.runescape.wiki/w/Fire_rune_(nz)", "price": 0 @@ -159379,9 +141855,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2013-09-05", - "examine": "For use in the Nightmare Zone. Doesn't work for mining.", "wiki_name": "Rune pickaxe (nz)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_pickaxe_(nz)", "equipment": { @@ -159450,9 +141923,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2013-09-05", - "examine": "For use in the Nightmare Zone. Doesn't work for mining.", "wiki_name": "Mithril pickaxe (nz)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_pickaxe_(nz)", "equipment": { @@ -159521,9 +141991,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2013-09-05", - "examine": "For use in the Nightmare Zone. Doesn't work for mining.", "wiki_name": "Iron pickaxe (nz)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_pickaxe_(nz)", "equipment": { @@ -159589,9 +142056,6 @@ "cost": 360, "lowalch": 144, "highalch": 216, - "weight": 0.035, - "release_date": "2013-09-05", - "examine": "4 doses of Super ranging potion.", "wiki_name": "Super ranging (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_ranging#4_dose", "price": 0 @@ -159603,9 +142067,6 @@ "cost": 288, "lowalch": 115, "highalch": 172, - "weight": 0.03, - "release_date": "2013-09-05", - "examine": "3 doses of Super ranging potion.", "wiki_name": "Super ranging (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_ranging#3_dose", "price": 0 @@ -159617,9 +142078,6 @@ "cost": 216, "lowalch": 86, "highalch": 129, - "weight": 0.025, - "release_date": "2013-09-05", - "examine": "2 doses of Super ranging potion.", "wiki_name": "Super ranging (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_ranging#2_dose", "price": 0 @@ -159631,9 +142089,6 @@ "cost": 144, "lowalch": 57, "highalch": 86, - "weight": 0.02, - "release_date": "2013-09-05", - "examine": "1 dose of Super ranging potion.", "wiki_name": "Super ranging (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_ranging#1_dose", "price": 0 @@ -159645,9 +142100,6 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 0.035, - "release_date": "2013-09-05", - "examine": "4 doses of super magic potion.", "wiki_name": "Super magic potion (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_magic_potion#4_dose", "price": 0 @@ -159659,9 +142111,6 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 0.03, - "release_date": "2013-09-05", - "examine": "3 doses of super magic potion.", "wiki_name": "Super magic potion (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_magic_potion#3_dose", "price": 0 @@ -159673,9 +142122,6 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.025, - "release_date": "2013-09-05", - "examine": "2 doses of super magic potion.", "wiki_name": "Super magic potion (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_magic_potion#2_dose", "price": 0 @@ -159687,9 +142133,6 @@ "cost": 150, "lowalch": 60, "highalch": 90, - "weight": 0.02, - "release_date": "2013-09-05", - "examine": "1 dose of super magic potion.", "wiki_name": "Super magic potion (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_magic_potion#1_dose", "price": 0 @@ -159701,9 +142144,6 @@ "cost": 275, "lowalch": 110, "highalch": 165, - "weight": 0.035, - "release_date": "2013-09-05", - "examine": "4 doses of overload potion.", "wiki_name": "Overload (Nightmare Zone) (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Overload_(Nightmare_Zone)#4_dose", "price": 0 @@ -159715,9 +142155,6 @@ "cost": 220, "lowalch": 88, "highalch": 132, - "weight": 0.03, - "release_date": "2013-09-05", - "examine": "3 doses of overload potion.", "wiki_name": "Overload (Nightmare Zone) (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Overload_(Nightmare_Zone)#3_dose", "price": 0 @@ -159729,9 +142166,6 @@ "cost": 165, "lowalch": 66, "highalch": 99, - "weight": 0.025, - "release_date": "2013-09-05", - "examine": "2 doses of overload potion.", "wiki_name": "Overload (Nightmare Zone) (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Overload_(Nightmare_Zone)#2_dose", "price": 0 @@ -159743,9 +142177,6 @@ "cost": 110, "lowalch": 44, "highalch": 66, - "weight": 0.02, - "release_date": "2013-09-05", - "examine": "1 dose of overload potion.", "wiki_name": "Overload (Nightmare Zone) (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Overload_(Nightmare_Zone)#1_dose", "price": 0 @@ -159757,9 +142188,6 @@ "cost": 275, "lowalch": 110, "highalch": 165, - "weight": 0.035, - "release_date": "2013-09-05", - "examine": "4 doses of absorption potion.", "wiki_name": "Absorption (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Absorption#4_dose", "price": 0 @@ -159771,9 +142199,6 @@ "cost": 220, "lowalch": 88, "highalch": 132, - "weight": 0.03, - "release_date": "2013-09-05", - "examine": "3 doses of absorption potion.", "wiki_name": "Absorption (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Absorption#3_dose", "price": 0 @@ -159785,9 +142210,6 @@ "cost": 165, "lowalch": 66, "highalch": 99, - "weight": 0.025, - "release_date": "2013-09-05", - "examine": "2 doses of absorption potion.", "wiki_name": "Absorption (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Absorption#2_dose", "price": 0 @@ -159799,9 +142221,6 @@ "cost": 110, "lowalch": 44, "highalch": 66, - "weight": 0.02, - "release_date": "2013-09-05", - "examine": "1 dose of absorption potion.", "wiki_name": "Absorption (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Absorption#1_dose", "price": 0 @@ -159813,9 +142232,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.2, - "release_date": "2013-09-26", - "examine": "Contains ten random herbs.", "wiki_name": "Herb box (Closed)", "wiki_url": "https://oldschool.runescape.wiki/w/Herb_box#Closed", "price": 0 @@ -159827,9 +142243,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.2, - "release_date": "2013-09-26", - "examine": "This herb box has been opened.", "wiki_name": "Herb box (Open)", "wiki_url": "https://oldschool.runescape.wiki/w/Herb_box#Open", "price": 0 @@ -159842,8 +142255,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "release_date": "2013-09-26", - "examine": "Use this on a 'Teleport to House' tablet to redirect the tablet.", "wiki_name": "Scroll of redirection", "wiki_url": "https://oldschool.runescape.wiki/w/Scroll_of_redirection", "price": 0 @@ -159856,8 +142267,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2013-09-26", - "examine": "This tablet has been redirected to the Rimmington portal.", "wiki_name": "Rimmington teleport", "wiki_url": "https://oldschool.runescape.wiki/w/Rimmington_teleport", "price": 0 @@ -159870,8 +142279,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2013-09-26", - "examine": "This tablet has been redirected to the Taverley portal.", "wiki_name": "Taverley teleport", "wiki_url": "https://oldschool.runescape.wiki/w/Taverley_teleport", "price": 0 @@ -159884,8 +142291,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2013-09-26", - "examine": "This tablet has been redirected to the Pollnivneach portal.", "wiki_name": "Pollnivneach teleport", "wiki_url": "https://oldschool.runescape.wiki/w/Pollnivneach_teleport", "price": 0 @@ -159898,8 +142303,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2013-09-26", - "examine": "This tablet has been redirected to the Rellekka portal.", "wiki_name": "Rellekka teleport", "wiki_url": "https://oldschool.runescape.wiki/w/Rellekka_teleport", "price": 0 @@ -159912,8 +142315,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2013-09-26", - "examine": "This tablet has been redirected to the Brimhaven portal.", "wiki_name": "Brimhaven teleport", "wiki_url": "https://oldschool.runescape.wiki/w/Brimhaven_teleport", "price": 0 @@ -159926,8 +142327,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2013-09-26", - "examine": "This tablet has been redirected to the Yanille portal.", "wiki_name": "Yanille teleport", "wiki_url": "https://oldschool.runescape.wiki/w/Yanille_teleport", "price": 0 @@ -159940,8 +142339,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2013-09-26", - "examine": "This tablet has been redirected to Trollheim.", "wiki_name": "Trollheim teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Trollheim_teleport_(tablet)", "price": 0 @@ -159955,9 +142352,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2013-09-26", - "examine": "A nice sturdy magical bow.", "wiki_name": "Crystal bow (i) (New)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_bow_(i)#New", "equipment": { @@ -160019,9 +142413,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2013-09-26", - "examine": "A nice sturdy magical bow.", "wiki_name": "Crystal bow (i) (Full)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_bow_(i)#Full", "equipment": { @@ -160083,9 +142474,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2013-09-26", - "examine": "A nice sturdy magical bow.", "wiki_name": "Crystal bow (i) (9/10)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_bow_(i)#9/10", "equipment": { @@ -160147,9 +142535,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2013-09-26", - "examine": "A nice sturdy magical bow.", "wiki_name": "Crystal bow (i) (8/10)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_bow_(i)#8/10", "equipment": { @@ -160211,9 +142596,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2013-09-26", - "examine": "A nice sturdy magical bow.", "wiki_name": "Crystal bow (i) (7/10)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_bow_(i)#7/10", "equipment": { @@ -160275,9 +142657,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2013-09-26", - "examine": "A nice sturdy magical bow.", "wiki_name": "Crystal bow (i) (6/10)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_bow_(i)#6/10", "equipment": { @@ -160339,9 +142718,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2013-09-26", - "examine": "A nice sturdy magical bow.", "wiki_name": "Crystal bow (i) (5/10)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_bow_(i)#5/10", "equipment": { @@ -160403,9 +142779,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2013-09-26", - "examine": "A nice sturdy magical bow.", "wiki_name": "Crystal bow (i) (4/10)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_bow_(i)#4/10", "equipment": { @@ -160467,9 +142840,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2013-09-26", - "examine": "A nice sturdy magical bow.", "wiki_name": "Crystal bow (i) (3/10)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_bow_(i)#3/10", "equipment": { @@ -160531,9 +142901,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2013-09-26", - "examine": "A nice sturdy magical bow.", "wiki_name": "Crystal bow (i) (2/10)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_bow_(i)#2/10", "equipment": { @@ -160595,9 +142962,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2013-09-26", - "examine": "A nice sturdy magical bow.", "wiki_name": "Crystal bow (i) (1/10)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_bow_(i)#1/10", "equipment": { @@ -160659,9 +143023,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.721, - "release_date": "2013-09-26", - "examine": "A nice sturdy crystal shield.", "wiki_name": "Crystal shield (i) (New)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_shield_(i)#New", "equipment": { @@ -160696,9 +143057,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.721, - "release_date": "2013-09-26", - "examine": "A nice sturdy crystal shield.", "wiki_name": "Crystal shield (i) (Full)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_shield_(i)#Full", "equipment": { @@ -160733,9 +143091,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.721, - "release_date": "2013-09-26", - "examine": "A nice sturdy crystal shield.", "wiki_name": "Crystal shield (i) (9/10)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_shield_(i)#9/10", "equipment": { @@ -160770,9 +143125,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.721, - "release_date": "2013-09-26", - "examine": "A nice sturdy crystal shield.", "wiki_name": "Crystal shield (i) (8/10)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_shield_(i)#8/10", "equipment": { @@ -160807,9 +143159,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.721, - "release_date": "2013-09-26", - "examine": "A nice sturdy crystal shield.", "wiki_name": "Crystal shield (i) (7/10)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_shield_(i)#7/10", "equipment": { @@ -160844,9 +143193,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.721, - "release_date": "2013-09-26", - "examine": "A nice sturdy crystal shield.", "wiki_name": "Crystal shield (i) (6/10)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_shield_(i)#6/10", "equipment": { @@ -160881,9 +143227,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.721, - "release_date": "2013-09-26", - "examine": "A nice sturdy crystal shield.", "wiki_name": "Crystal shield (i) (5/10)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_shield_(i)#5/10", "equipment": { @@ -160918,9 +143261,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.721, - "release_date": "2013-09-26", - "examine": "A nice sturdy crystal shield.", "wiki_name": "Crystal shield (i) (4/10)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_shield_(i)#4/10", "equipment": { @@ -160955,9 +143295,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.721, - "release_date": "2013-09-26", - "examine": "A nice sturdy crystal shield.", "wiki_name": "Crystal shield (i) (3/10)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_shield_(i)#3/10", "equipment": { @@ -160992,9 +143329,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.721, - "release_date": "2013-09-26", - "examine": "A nice sturdy crystal shield.", "wiki_name": "Crystal shield (i) (2/10)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_shield_(i)#2/10", "equipment": { @@ -161029,9 +143363,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.721, - "release_date": "2013-09-26", - "examine": "A nice sturdy crystal shield.", "wiki_name": "Crystal shield (i) (1/10)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_shield_(i)#1/10", "equipment": { @@ -161066,9 +143397,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.004, - "release_date": "2013-09-26", - "examine": "A mysterious ring that can fill the wearer with magical power...", "wiki_name": "Seers ring (i) (Nightmare Zone)", "wiki_url": "https://oldschool.runescape.wiki/w/Seers_ring_(i)#Nightmare_Zone", "equipment": { @@ -161100,9 +143428,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.004, - "release_date": "2013-09-26", - "examine": "A fabled ring that improves the wearer's skill with a bow...", "wiki_name": "Archers ring (i) (Nightmare Zone)", "wiki_url": "https://oldschool.runescape.wiki/w/Archers_ring_(i)#Nightmare_Zone", "equipment": { @@ -161134,9 +143459,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.004, - "release_date": "2013-09-26", - "examine": "A legendary ring once worn by Fremennik warriors.", "wiki_name": "Warrior ring (i) (Nightmare Zone)", "wiki_url": "https://oldschool.runescape.wiki/w/Warrior_ring_(i)#Nightmare_Zone", "equipment": { @@ -161168,9 +143490,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.004, - "release_date": "2013-09-26", - "examine": "A ring reputed to bring out a berserk fury in its wearer.", "wiki_name": "Berserker ring (i) (Nightmare Zone)", "wiki_url": "https://oldschool.runescape.wiki/w/Berserker_ring_(i)#Nightmare_Zone", "equipment": { @@ -161202,9 +143521,6 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 10, - "release_date": "2013-09-26", - "examine": "A magic cave horror mask.", "wiki_name": "Black mask (i) (10)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_mask_(i)#(10)", "equipment": { @@ -161240,9 +143556,6 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 10, - "release_date": "2013-09-26", - "examine": "A magic cave horror mask.", "wiki_name": "Black mask (i) (9)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_mask_(i)#(9)", "equipment": { @@ -161278,9 +143591,6 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 10, - "release_date": "2013-09-26", - "examine": "A magic cave horror mask.", "wiki_name": "Black mask (i) (8)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_mask_(i)#(8)", "equipment": { @@ -161316,9 +143626,6 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 10, - "release_date": "2013-09-26", - "examine": "A magic cave horror mask.", "wiki_name": "Black mask (i) (7)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_mask_(i)#(7)", "equipment": { @@ -161354,9 +143661,6 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 10, - "release_date": "2013-09-26", - "examine": "A magic cave horror mask.", "wiki_name": "Black mask (i) (6)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_mask_(i)#(6)", "equipment": { @@ -161392,9 +143696,6 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 10, - "release_date": "2013-09-26", - "examine": "A magic cave horror mask.", "wiki_name": "Black mask (i) (5)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_mask_(i)#(5)", "equipment": { @@ -161430,9 +143731,6 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 10, - "release_date": "2013-09-26", - "examine": "A magic cave horror mask.", "wiki_name": "Black mask (i) (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_mask_(i)#(4)", "equipment": { @@ -161468,9 +143766,6 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 10, - "release_date": "2013-09-26", - "examine": "A magic cave horror mask.", "wiki_name": "Black mask (i) (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_mask_(i)#(3)", "equipment": { @@ -161506,9 +143801,6 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 10, - "release_date": "2013-09-26", - "examine": "A magic cave horror mask.", "wiki_name": "Black mask (i) (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_mask_(i)#(2)", "equipment": { @@ -161544,9 +143836,6 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 10, - "release_date": "2013-09-26", - "examine": "A magic cave horror mask.", "wiki_name": "Black mask (i) (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_mask_(i)#(1)", "equipment": { @@ -161582,9 +143871,6 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 10, - "release_date": "2013-09-26", - "examine": "An inert-seeming cave horror mask.", "wiki_name": "Black mask (i) (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_mask_(i)#Uncharged", "equipment": { @@ -161624,10 +143910,7 @@ "cost": 990000, "lowalch": 396000, "highalch": 594000, - "weight": 6, "buy_limit": 8, - "release_date": "2013-10-17", - "examine": "A weapon originally developed for Armadyl's forces.", "wiki_name": "Armadyl crossbow", "wiki_url": "https://oldschool.runescape.wiki/w/Armadyl_crossbow", "equipment": { @@ -161692,10 +143975,7 @@ "cost": 17000, "lowalch": 6800, "highalch": 10200, - "weight": 2.267, "buy_limit": 8, - "release_date": "2013-10-17", - "examine": "It's a slightly magical stick.", "wiki_name": "Steam battlestaff", "wiki_url": "https://oldschool.runescape.wiki/w/Steam_battlestaff", "equipment": { @@ -161775,10 +144055,7 @@ "cost": 45000, "lowalch": 18000, "highalch": 27000, - "weight": 2.267, "buy_limit": 8, - "release_date": "2013-10-17", - "examine": "It's a slightly magical stick.", "wiki_name": "Mystic steam staff", "wiki_url": "https://oldschool.runescape.wiki/w/Mystic_steam_staff", "equipment": { @@ -161858,10 +144135,7 @@ "cost": 1000005, "lowalch": 400002, "highalch": 600003, - "weight": 1.5, "buy_limit": 8, - "release_date": "2013-10-17", - "examine": "A ghastly weapon with evil origins.", "wiki_name": "Staff of the dead", "wiki_url": "https://oldschool.runescape.wiki/w/Staff_of_the_dead", "equipment": { @@ -161937,9 +144211,6 @@ "cost": 500000, "lowalch": 200000, "highalch": 300000, - "weight": 5, - "release_date": "2013-10-17", - "examine": "Godsword shards 1 and 2.", "wiki_name": "Godsword shards 1 & 2", "wiki_url": "https://oldschool.runescape.wiki/w/Godsword_shards_1_&_2", "price": 0 @@ -161953,9 +144224,6 @@ "cost": 500000, "lowalch": 200000, "highalch": 300000, - "weight": 5, - "release_date": "2013-10-17", - "examine": "Godsword shards 1 and 3.", "wiki_name": "Godsword shards 1 & 3", "wiki_url": "https://oldschool.runescape.wiki/w/Godsword_shards_1_&_3", "price": 0 @@ -161970,10 +144238,7 @@ "cost": 750000, "lowalch": 300000, "highalch": 450000, - "weight": 7.5, "buy_limit": 10000, - "release_date": "2013-10-17", - "examine": "The blade for the ultimate weapon.", "wiki_name": "Godsword blade", "wiki_url": "https://oldschool.runescape.wiki/w/Godsword_blade", "price": 485001 @@ -161987,9 +144252,6 @@ "cost": 500000, "lowalch": 200000, "highalch": 300000, - "weight": 5, - "release_date": "2013-10-17", - "examine": "Godsword shards 2 and 3.", "wiki_name": "Godsword shards 2 & 3", "wiki_url": "https://oldschool.runescape.wiki/w/Godsword_shards_2_&_3", "price": 0 @@ -162007,10 +144269,7 @@ "cost": 1250000, "lowalch": 500000, "highalch": 750000, - "weight": 10, "buy_limit": 8, - "release_date": "2013-10-17", - "examine": "A beautiful, heavy sword.", "wiki_name": "Armadyl godsword", "wiki_url": "https://oldschool.runescape.wiki/w/Armadyl_godsword", "equipment": { @@ -162082,10 +144341,7 @@ "cost": 1250000, "lowalch": 500000, "highalch": 750000, - "weight": 10, "buy_limit": 8, - "release_date": "2013-10-17", - "examine": "A brutally heavy sword.", "wiki_name": "Bandos godsword", "wiki_url": "https://oldschool.runescape.wiki/w/Bandos_godsword", "equipment": { @@ -162157,10 +144413,7 @@ "cost": 1250000, "lowalch": 500000, "highalch": 750000, - "weight": 10, "buy_limit": 8, - "release_date": "2013-10-17", - "examine": "A gracious, heavy sword.", "wiki_name": "Saradomin godsword", "wiki_url": "https://oldschool.runescape.wiki/w/Saradomin_godsword", "equipment": { @@ -162232,10 +144485,7 @@ "cost": 1250000, "lowalch": 500000, "highalch": 750000, - "weight": 10, "buy_limit": 8, - "release_date": "2013-10-17", - "examine": "A terrifying, heavy sword.", "wiki_name": "Zamorak godsword", "wiki_url": "https://oldschool.runescape.wiki/w/Zamorak_godsword", "equipment": { @@ -162304,10 +144554,7 @@ "cost": 500000, "lowalch": 200000, "highalch": 300000, - "weight": 2.5, "buy_limit": 10000, - "release_date": "2013-10-17", - "examine": "Brimming with potential.", "wiki_name": "Armadyl hilt", "wiki_url": "https://oldschool.runescape.wiki/w/Armadyl_hilt", "price": 11639988 @@ -162322,10 +144569,7 @@ "cost": 500000, "lowalch": 200000, "highalch": 300000, - "weight": 2.5, "buy_limit": 10000, - "release_date": "2013-10-17", - "examine": "Brimming with potential.", "wiki_name": "Bandos hilt", "wiki_url": "https://oldschool.runescape.wiki/w/Bandos_hilt", "price": 19575000 @@ -162340,10 +144584,7 @@ "cost": 500000, "lowalch": 200000, "highalch": 300000, - "weight": 2.5, "buy_limit": 10000, - "release_date": "2013-10-17", - "examine": "Brimming with potential.", "wiki_name": "Saradomin hilt", "wiki_url": "https://oldschool.runescape.wiki/w/Saradomin_hilt", "price": 31715999 @@ -162358,10 +144599,7 @@ "cost": 500000, "lowalch": 200000, "highalch": 300000, - "weight": 2.5, "buy_limit": 10000, - "release_date": "2013-10-17", - "examine": "Brimming with potential.", "wiki_name": "Zamorak hilt", "wiki_url": "https://oldschool.runescape.wiki/w/Zamorak_hilt", "price": 27346985 @@ -162376,10 +144614,7 @@ "cost": 250000, "lowalch": 100000, "highalch": 150000, - "weight": 2.5, "buy_limit": 11000, - "release_date": "2013-10-17", - "examine": "A part of the Godsword blade.", "wiki_name": "Godsword shard 1", "wiki_url": "https://oldschool.runescape.wiki/w/Godsword_shard_1", "price": 151320 @@ -162394,10 +144629,7 @@ "cost": 250000, "lowalch": 100000, "highalch": 150000, - "weight": 2.5, "buy_limit": 11000, - "release_date": "2013-10-17", - "examine": "A part of the Godsword blade.", "wiki_name": "Godsword shard 2", "wiki_url": "https://oldschool.runescape.wiki/w/Godsword_shard_2", "price": 150802 @@ -162412,10 +144644,7 @@ "cost": 250000, "lowalch": 100000, "highalch": 150000, - "weight": 2.5, "buy_limit": 11000, - "release_date": "2013-10-17", - "examine": "A part of the Godsword blade.", "wiki_name": "Godsword shard 3", "wiki_url": "https://oldschool.runescape.wiki/w/Godsword_shard_3", "price": 155204 @@ -162433,10 +144662,7 @@ "cost": 100005, "lowalch": 40002, "highalch": 60003, - "weight": 3, "buy_limit": 8, - "release_date": "2013-10-17", - "examine": "An evil spear.", "wiki_name": "Zamorakian spear", "wiki_url": "https://oldschool.runescape.wiki/w/Zamorakian_spear", "equipment": { @@ -162507,10 +144733,7 @@ "cost": 289000, "lowalch": 115600, "highalch": 173400, - "weight": 0.5, "buy_limit": 8, - "release_date": "2013-10-17", - "examine": "A helmet of great craftsmanship.", "wiki_name": "Armadyl helmet", "wiki_url": "https://oldschool.runescape.wiki/w/Armadyl_helmet", "equipment": { @@ -162548,10 +144771,7 @@ "cost": 290000, "lowalch": 116000, "highalch": 174000, - "weight": 4, "buy_limit": 8, - "release_date": "2013-10-17", - "examine": "Armour of great craftsmanship.", "wiki_name": "Armadyl chestplate", "wiki_url": "https://oldschool.runescape.wiki/w/Armadyl_chestplate", "equipment": { @@ -162589,10 +144809,7 @@ "cost": 289900, "lowalch": 115960, "highalch": 173940, - "weight": 1, "buy_limit": 8, - "release_date": "2013-10-17", - "examine": "A chainskirt of great craftsmanship.", "wiki_name": "Armadyl chainskirt", "wiki_url": "https://oldschool.runescape.wiki/w/Armadyl_chainskirt", "equipment": { @@ -162630,10 +144847,7 @@ "cost": 290010, "lowalch": 116004, "highalch": 174006, - "weight": 12, "buy_limit": 8, - "release_date": "2013-10-17", - "examine": "A sturdy chestplate.", "wiki_name": "Bandos chestplate", "wiki_url": "https://oldschool.runescape.wiki/w/Bandos_chestplate", "equipment": { @@ -162670,10 +144884,7 @@ "cost": 289910, "lowalch": 115964, "highalch": 173946, - "weight": 8, "buy_limit": 8, - "release_date": "2013-10-17", - "examine": "A sturdy pair of tassets.", "wiki_name": "Bandos tassets", "wiki_url": "https://oldschool.runescape.wiki/w/Bandos_tassets", "equipment": { @@ -162710,10 +144921,7 @@ "cost": 289010, "lowalch": 115604, "highalch": 173406, - "weight": 6, "buy_limit": 8, - "release_date": "2013-10-17", - "examine": "Some sturdy boots.", "wiki_name": "Bandos boots", "wiki_url": "https://oldschool.runescape.wiki/w/Bandos_boots", "equipment": { @@ -162751,10 +144959,7 @@ "cost": 130000, "lowalch": 52000, "highalch": 78000, - "weight": 3, "buy_limit": 8, - "release_date": "2013-10-17", - "examine": "The incredible blade of an Icyene.", "wiki_name": "Saradomin sword", "wiki_url": "https://oldschool.runescape.wiki/w/Saradomin_sword", "equipment": { @@ -162825,10 +145030,7 @@ "cost": 20000, "lowalch": 8000, "highalch": 12000, - "weight": 1, "buy_limit": 70, - "release_date": "2013-10-17", - "examine": "These will protect my feet.", "wiki_name": "Dragon boots", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_boots", "equipment": { @@ -162860,9 +145062,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.085, - "release_date": "2013-10-17", - "examine": "A scroll for Sir Tiffy. It is sealed with a wax insignia.", "wiki_name": "Knight's notes (Sealed)", "wiki_url": "https://oldschool.runescape.wiki/w/Knight's_notes#Sealed", "price": 0 @@ -162874,9 +145073,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.085, - "release_date": "2013-10-17", - "examine": "A scroll for Sir Tiffy. The wax seal is broken.", "wiki_name": "Knight's notes (Unsealed)", "wiki_url": "https://oldschool.runescape.wiki/w/Knight's_notes#Unsealed", "price": 0 @@ -162889,9 +145085,6 @@ "cost": 7, "lowalch": 2, "highalch": 4, - "weight": 0.34, - "release_date": "2013-10-24", - "examine": "Aaaarrrghhh, I'm an old-school monster!", "wiki_name": "Black h'ween mask", "wiki_url": "https://oldschool.runescape.wiki/w/Black_h'ween_mask", "equipment": { @@ -162920,9 +145113,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.17, - "release_date": "2013-12-05", - "examine": "It's gone manky.", "wiki_name": "Rancid turkey", "wiki_url": "https://oldschool.runescape.wiki/w/Rancid_turkey", "price": 0 @@ -162935,8 +145125,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2013-12-05", - "examine": "You can exchange these for rewards at the Rogues' Den.", "wiki_name": "Mark of grace", "wiki_url": "https://oldschool.runescape.wiki/w/Mark_of_grace", "price": 0 @@ -162950,9 +145138,6 @@ "cost": 35, "lowalch": 14, "highalch": 21, - "weight": 0.6, - "release_date": "2013-12-05", - "examine": "A sign of your grace.", "wiki_name": "Graceful hood (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_hood#Inventory", "equipment": { @@ -162984,9 +145169,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.8, - "release_date": "2013-12-05", - "examine": "A sign of your grace.", "wiki_name": "Graceful cape (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_cape#Inventory", "equipment": { @@ -163018,9 +145200,6 @@ "cost": 55, "lowalch": 22, "highalch": 33, - "weight": 0.9, - "release_date": "2013-12-05", - "examine": "A sign of your grace.", "wiki_name": "Graceful top (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_top#Inventory", "equipment": { @@ -163052,9 +145231,6 @@ "cost": 60, "lowalch": 24, "highalch": 36, - "weight": 0.9, - "release_date": "2013-12-05", - "examine": "You have graceful legs. How nice.", "wiki_name": "Graceful legs (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_legs#Inventory", "equipment": { @@ -163086,9 +145262,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.1, - "release_date": "2013-12-05", - "examine": "A sign of your grace.", "wiki_name": "Graceful gloves (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_gloves#Inventory", "equipment": { @@ -163120,9 +145293,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.4, - "release_date": "2013-12-05", - "examine": "For your graceful feet.", "wiki_name": "Graceful boots (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_boots#Inventory", "equipment": { @@ -163153,9 +145323,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.056, - "release_date": "2013-12-17", - "examine": "A dark hat produced by Shanty Claws.", "wiki_name": "Black partyhat", "wiki_url": "https://oldschool.runescape.wiki/w/Black_partyhat", "equipment": { @@ -163186,9 +145353,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.056, - "release_date": "2013-12-17", - "examine": "A colourful hat produced by Shanty Claws.", "wiki_name": "Rainbow partyhat", "wiki_url": "https://oldschool.runescape.wiki/w/Rainbow_partyhat", "equipment": { @@ -163220,9 +145384,6 @@ "cost": 40000, "lowalch": 16000, "highalch": 24000, - "weight": 2.267, - "release_date": "2014-01-06", - "examine": "You don't want to wear it inside-out.", "wiki_name": "Slayer helmet", "wiki_url": "https://oldschool.runescape.wiki/w/Slayer_helmet", "equipment": { @@ -163256,9 +145417,6 @@ "cost": 90000, "lowalch": 36000, "highalch": 54000, - "weight": 2.267, - "release_date": "2014-01-06", - "examine": "You really don't want to wear it inside-out.", "wiki_name": "Slayer helmet (i) (Nightmare Zone)", "wiki_url": "https://oldschool.runescape.wiki/w/Slayer_helmet_(i)#Nightmare_Zone", "equipment": { @@ -163292,9 +145450,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 0.01, - "release_date": "2014-01-06", - "examine": "A beautifully mounted Slayer gem.", "wiki_name": "Slayer ring (8)", "wiki_url": "https://oldschool.runescape.wiki/w/Slayer_ring#(8)", "equipment": { @@ -163326,9 +145481,6 @@ "cost": 990, "lowalch": 396, "highalch": 594, - "weight": 0.01, - "release_date": "2014-01-06", - "examine": "A beautifully mounted Slayer gem.", "wiki_name": "Slayer ring (7)", "wiki_url": "https://oldschool.runescape.wiki/w/Slayer_ring#(7)", "equipment": { @@ -163360,9 +145512,6 @@ "cost": 980, "lowalch": 392, "highalch": 588, - "weight": 0.01, - "release_date": "2014-01-06", - "examine": "A beautifully mounted Slayer gem.", "wiki_name": "Slayer ring (6)", "wiki_url": "https://oldschool.runescape.wiki/w/Slayer_ring#(6)", "equipment": { @@ -163394,9 +145543,6 @@ "cost": 970, "lowalch": 388, "highalch": 582, - "weight": 0.01, - "release_date": "2014-01-06", - "examine": "A beautifully mounted Slayer gem.", "wiki_name": "Slayer ring (5)", "wiki_url": "https://oldschool.runescape.wiki/w/Slayer_ring#(5)", "equipment": { @@ -163428,9 +145574,6 @@ "cost": 960, "lowalch": 384, "highalch": 576, - "weight": 0.01, - "release_date": "2014-01-06", - "examine": "A beautifully mounted Slayer gem.", "wiki_name": "Slayer ring (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Slayer_ring#(4)", "equipment": { @@ -163462,9 +145605,6 @@ "cost": 950, "lowalch": 380, "highalch": 570, - "weight": 0.01, - "release_date": "2014-01-06", - "examine": "A beautifully mounted Slayer gem.", "wiki_name": "Slayer ring (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Slayer_ring#(3)", "equipment": { @@ -163496,9 +145636,6 @@ "cost": 940, "lowalch": 376, "highalch": 564, - "weight": 0.01, - "release_date": "2014-01-06", - "examine": "A beautifully mounted Slayer gem.", "wiki_name": "Slayer ring (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Slayer_ring#(2)", "equipment": { @@ -163530,9 +145667,6 @@ "cost": 930, "lowalch": 372, "highalch": 558, - "weight": 0.01, - "release_date": "2014-01-06", - "examine": "A beautifully mounted Slayer gem.", "wiki_name": "Slayer ring (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Slayer_ring#(1)", "equipment": { @@ -163566,8 +145700,6 @@ "lowalch": 22, "highalch": 33, "buy_limit": 7000, - "release_date": "2014-01-06", - "examine": "Arrowheads with broad tips.", "wiki_name": "Broad arrowheads", "wiki_url": "https://oldschool.runescape.wiki/w/Broad_arrowheads", "price": 60 @@ -163585,8 +145717,6 @@ "lowalch": 22, "highalch": 33, "buy_limit": 7000, - "release_date": "2014-01-06", - "examine": "Crossbow bolts with broad tips.", "wiki_name": "Broad bolts", "wiki_url": "https://oldschool.runescape.wiki/w/Broad_bolts", "equipment": { @@ -163623,8 +145753,6 @@ "lowalch": 22, "highalch": 33, "buy_limit": 7000, - "release_date": "2014-01-06", - "examine": "Add feathers to make broad-tipped crossbow bolts.", "wiki_name": "Unfinished broad bolts", "wiki_url": "https://oldschool.runescape.wiki/w/Unfinished_broad_bolts", "price": 56 @@ -163637,9 +145765,6 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 1.6, - "release_date": "2014-01-06", - "examine": "A pack containing 100 empty vials.", "wiki_name": "Empty vial pack", "wiki_url": "https://oldschool.runescape.wiki/w/Empty_vial_pack", "price": 0 @@ -163652,9 +145777,6 @@ "cost": 201, "lowalch": 80, "highalch": 120, - "weight": 2.1, - "release_date": "2014-01-06", - "examine": "A pack containing 100 vials of water.", "wiki_name": "Water-filled vial pack", "wiki_url": "https://oldschool.runescape.wiki/w/Water-filled_vial_pack", "price": 0 @@ -163667,9 +145789,6 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.3, - "release_date": "2014-01-06", - "examine": "A pack containing 100 feathers.", "wiki_name": "Feather pack", "wiki_url": "https://oldschool.runescape.wiki/w/Feather_pack", "price": 0 @@ -163682,9 +145801,6 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 0.3, - "release_date": "2014-01-06", - "examine": "A pack containing 100 sets of fishing bait.", "wiki_name": "Bait pack", "wiki_url": "https://oldschool.runescape.wiki/w/Bait_pack", "price": 0 @@ -163698,9 +145814,6 @@ "cost": 5500, "lowalch": 2200, "highalch": 3300, - "weight": 1.8, - "release_date": "2014-01-06", - "examine": "A pack containing 100 broad arrowheads.", "wiki_name": "Broad arrowhead pack", "wiki_url": "https://oldschool.runescape.wiki/w/Broad_arrowhead_pack", "price": 0 @@ -163714,9 +145827,6 @@ "cost": 5500, "lowalch": 2200, "highalch": 3300, - "weight": 1.8, - "release_date": "2014-01-06", - "examine": "A pack containing 100 unfinished broad bolts.", "wiki_name": "Unfinished broad bolt pack", "wiki_url": "https://oldschool.runescape.wiki/w/Unfinished_broad_bolt_pack", "price": 0 @@ -163734,10 +145844,7 @@ "cost": 300000, "lowalch": 120000, "highalch": 180000, - "weight": 3, "buy_limit": 8, - "release_date": "2014-01-09", - "examine": "An evil one-handed spear.", "wiki_name": "Zamorakian hasta", "wiki_url": "https://oldschool.runescape.wiki/w/Zamorakian_hasta", "equipment": { @@ -163805,9 +145912,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2014-01-16", - "examine": "The Saradomin Team Standard.", "wiki_name": "Saradomin banner (Reward)", "wiki_url": "https://oldschool.runescape.wiki/w/Saradomin_banner#Reward", "equipment": { @@ -163873,9 +145977,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2014-01-16", - "examine": "The Zamorak Team Standard.", "wiki_name": "Zamorak banner (Reward)", "wiki_url": "https://oldschool.runescape.wiki/w/Zamorak_banner#Reward", "equipment": { @@ -163940,9 +146041,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 9.071, - "release_date": "2014-01-16", - "examine": "Very decorative armour.", "wiki_name": "Decorative armour (red plateskirt)", "wiki_url": "https://oldschool.runescape.wiki/w/Decorative_armour_(red_plateskirt)", "equipment": { @@ -163975,9 +146073,6 @@ "cost": 2600, "lowalch": 1040, "highalch": 1560, - "weight": 9.071, - "release_date": "2014-01-16", - "examine": "Very decorative armour.", "wiki_name": "Decorative armour (white plateskirt)", "wiki_url": "https://oldschool.runescape.wiki/w/Decorative_armour_(white_plateskirt)", "equipment": { @@ -164010,9 +146105,6 @@ "cost": 6400, "lowalch": 2560, "highalch": 3840, - "weight": 9.071, - "release_date": "2014-01-16", - "examine": "Very decorative armour.", "wiki_name": "Decorative armour (gold plateskirt) (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Decorative_armour_(gold_plateskirt)#Normal", "equipment": { @@ -164046,9 +146138,6 @@ "cost": 48000, "lowalch": 19200, "highalch": 28800, - "weight": 6.803, - "release_date": "2014-01-16", - "examine": "Very decorative armour.", "wiki_name": "Decorative armour (magic top) (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Decorative_armour_(magic_top)#Normal", "equipment": { @@ -164082,9 +146171,6 @@ "cost": 45000, "lowalch": 18000, "highalch": 27000, - "weight": 8.164, - "release_date": "2014-01-16", - "examine": "Very decorative armour.", "wiki_name": "Decorative armour (magic legs) (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Decorative_armour_(magic_legs)#Normal", "equipment": { @@ -164118,9 +146204,6 @@ "cost": 45000, "lowalch": 18000, "highalch": 27000, - "weight": 8.164, - "release_date": "2014-01-16", - "examine": "Very decorative armour.", "wiki_name": "Decorative armour (magic hat) (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Decorative_armour_(magic_hat)#Normal", "equipment": { @@ -164154,9 +146237,6 @@ "cost": 48000, "lowalch": 19200, "highalch": 28800, - "weight": 6.803, - "release_date": "2014-01-16", - "examine": "Very decorative armour.", "wiki_name": "Decorative armour (ranged top) (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Decorative_armour_(ranged_top)#Normal", "equipment": { @@ -164190,9 +146270,6 @@ "cost": 45000, "lowalch": 18000, "highalch": 27000, - "weight": 8.164, - "release_date": "2014-01-16", - "examine": "Very decorative armour.", "wiki_name": "Decorative armour (ranged legs) (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Decorative_armour_(ranged_legs)#Normal", "equipment": { @@ -164226,9 +146303,6 @@ "cost": 45000, "lowalch": 18000, "highalch": 27000, - "weight": 8.164, - "release_date": "2014-01-16", - "examine": "Very decorative armour.", "wiki_name": "Decorative armour (quiver) (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Decorative_armour_(quiver)#Normal", "equipment": { @@ -164266,10 +146340,7 @@ "cost": 68000, "lowalch": 27200, "highalch": 40800, - "weight": 1.814, "buy_limit": 70, - "release_date": "2014-01-23", - "examine": "A razor-sharp sword.", "wiki_name": "Leaf-bladed sword", "wiki_url": "https://oldschool.runescape.wiki/w/Leaf-bladed_sword", "equipment": { @@ -164336,9 +146407,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.51, - "release_date": "2014-01-23", - "examine": "It's actually in better condition than its former owner.", "wiki_name": "Entomologist's diary", "wiki_url": "https://oldschool.runescape.wiki/w/Entomologist's_diary", "price": 0 @@ -164356,10 +146424,7 @@ "cost": 69000, "lowalch": 27600, "highalch": 41400, - "weight": 1.814, "buy_limit": 8, - "release_date": "2014-01-30", - "examine": "A weapon from the deep.", "wiki_name": "Trident of the seas (Charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Trident_of_the_seas#Charged", "equipment": { @@ -164421,9 +146486,6 @@ "cost": 68500, "lowalch": 27400, "highalch": 41100, - "weight": 1.814, - "release_date": "2014-01-30", - "examine": "A weapon from the deep.", "wiki_name": "Trident of the seas (Partially charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Trident_of_the_seas#Partially_charged", "equipment": { @@ -164488,10 +146550,7 @@ "cost": 68000, "lowalch": 27200, "highalch": 40800, - "weight": 1.814, "buy_limit": 8, - "release_date": "2014-01-30", - "examine": "It needs to be charged with death runes, chaos runes, fire runes and coins.", "wiki_name": "Trident of the seas (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Trident_of_the_seas#Uncharged", "equipment": { @@ -164551,9 +146610,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.028, - "release_date": "2014-02-13", - "examine": "A chocolate covered strawberry", "wiki_name": "Chocolate strawberry", "wiki_url": "https://oldschool.runescape.wiki/w/Chocolate_strawberry", "price": 0 @@ -164566,9 +146622,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.035, - "release_date": "2014-02-13", - "examine": "A box full of chocolate strawberries.", "wiki_name": "Box of chocolate strawberries (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Box_of_chocolate_strawberries#Normal", "price": 0 @@ -164581,9 +146634,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.035, - "release_date": "2014-02-13", - "examine": "A box full of chocolate strawberries.", "wiki_name": "Box of chocolate strawberries (Openable)", "wiki_url": "https://oldschool.runescape.wiki/w/Box_of_chocolate_strawberries#Openable", "price": 0 @@ -164594,9 +146644,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2020-02-20", - "examine": "I'd rather have a whole cake.", "wiki_name": "Slice of birthday cake (2020)", "wiki_url": "https://oldschool.runescape.wiki/w/Slice_of_birthday_cake#2020", "price": 0 @@ -164608,9 +146655,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2014-02-20", - "examine": "I'd rather have a whole cake.", "wiki_name": "Slice of birthday cake (2014)", "wiki_url": "https://oldschool.runescape.wiki/w/Slice_of_birthday_cake#2014", "price": 0 @@ -164621,9 +146665,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2018-02-22", - "examine": "A present to the community from Mods Archie, Ash, Ayiza, Curse, Ed, Ghost, Jed, John C, Kieren, Mat K, Maz, Roq, Ry, Stone, Sween, TomH, Weath, West & Wolf.", "wiki_name": "Birthday present (2018)", "wiki_url": "https://oldschool.runescape.wiki/w/Birthday_present#2018", "price": 0 @@ -164636,9 +146677,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.09, - "release_date": "2014-02-20", - "examine": "It looks like a cow's head.", "wiki_name": "Cow mask", "wiki_url": "https://oldschool.runescape.wiki/w/Cow_mask", "equipment": { @@ -164674,10 +146712,7 @@ "cost": 97950, "lowalch": 39180, "highalch": 58770, - "weight": 2.4, "buy_limit": 40, - "release_date": "2014-03-13", - "examine": "If rocks could feel fear, they'd fear this.", "wiki_name": "Dragon pickaxe", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_pickaxe", "equipment": { @@ -164743,9 +146778,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.6, - "release_date": "2014-03-13", - "examine": "A pot of crushed lava dragon bones.", "wiki_name": "Lava dragon bonemeal", "wiki_url": "https://oldschool.runescape.wiki/w/Lava_dragon_bonemeal", "price": 0 @@ -164757,9 +146789,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2014-03-13", - "examine": "Nurmof can fix this for me.", "wiki_name": "Broken pickaxe (dragon)", "wiki_url": "https://oldschool.runescape.wiki/w/Broken_pickaxe_(dragon)", "price": 0 @@ -164776,10 +146805,7 @@ "cost": 45000, "lowalch": 18000, "highalch": 27000, - "weight": 3.628, "buy_limit": 8, - "release_date": "2014-03-13", - "examine": "An ancient, evil shield forged by Volcanic heat.", "wiki_name": "Malediction ward", "wiki_url": "https://oldschool.runescape.wiki/w/Malediction_ward", "equipment": { @@ -164816,10 +146842,7 @@ "cost": 45000, "lowalch": 18000, "highalch": 27000, - "weight": 3.628, "buy_limit": 8, - "release_date": "2014-03-13", - "examine": "An ancient, evil shield forged by Volcanic heat.", "wiki_name": "Odium ward", "wiki_url": "https://oldschool.runescape.wiki/w/Odium_ward", "equipment": { @@ -164854,10 +146877,7 @@ "cost": 31000, "lowalch": 12400, "highalch": 18600, - "weight": 0.907, "buy_limit": 10000, - "release_date": "2014-03-13", - "examine": "A broken shield piece.", "wiki_name": "Odium shard 1", "wiki_url": "https://oldschool.runescape.wiki/w/Odium_shard_1", "price": 2125000 @@ -164872,10 +146892,7 @@ "cost": 31000, "lowalch": 12400, "highalch": 18600, - "weight": 0.907, "buy_limit": 10000, - "release_date": "2014-03-13", - "examine": "A broken shield piece.", "wiki_name": "Odium shard 2", "wiki_url": "https://oldschool.runescape.wiki/w/Odium_shard_2", "price": 1009000 @@ -164890,10 +146907,7 @@ "cost": 31000, "lowalch": 12400, "highalch": 18600, - "weight": 0.907, "buy_limit": 10000, - "release_date": "2014-03-13", - "examine": "A broken shield piece.", "wiki_name": "Odium shard 3", "wiki_url": "https://oldschool.runescape.wiki/w/Odium_shard_3", "price": 97316 @@ -164908,10 +146922,7 @@ "cost": 31000, "lowalch": 12400, "highalch": 18600, - "weight": 0.907, "buy_limit": 10000, - "release_date": "2014-03-13", - "examine": "A broken shield piece.", "wiki_name": "Malediction shard 1", "wiki_url": "https://oldschool.runescape.wiki/w/Malediction_shard_1", "price": 895038 @@ -164926,10 +146937,7 @@ "cost": 31000, "lowalch": 12400, "highalch": 18600, - "weight": 0.907, "buy_limit": 10000, - "release_date": "2014-03-13", - "examine": "A broken shield piece.", "wiki_name": "Malediction shard 2", "wiki_url": "https://oldschool.runescape.wiki/w/Malediction_shard_2", "price": 536000 @@ -164944,10 +146952,7 @@ "cost": 31000, "lowalch": 12400, "highalch": 18600, - "weight": 0.907, "buy_limit": 10000, - "release_date": "2014-03-13", - "examine": "A broken shield piece.", "wiki_name": "Malediction shard 3", "wiki_url": "https://oldschool.runescape.wiki/w/Malediction_shard_3", "price": 113321 @@ -164962,10 +146967,7 @@ "cost": 325, "lowalch": 130, "highalch": 195, - "weight": 0.35, "buy_limit": 15000, - "release_date": "2014-03-13", - "examine": "I should try cooking this.", "wiki_name": "Raw dark crab", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_dark_crab", "price": 1522 @@ -164980,10 +146982,7 @@ "cost": 320, "lowalch": 128, "highalch": 192, - "weight": 0.35, "buy_limit": 10000, - "release_date": "2014-03-13", - "examine": "This looks tricky to eat.", "wiki_name": "Dark crab", "wiki_url": "https://oldschool.runescape.wiki/w/Dark_crab", "price": 1640 @@ -164997,9 +146996,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.35, - "release_date": "2014-03-13", - "examine": "Oops!", "wiki_name": "Burnt dark crab", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_dark_crab", "price": 0 @@ -165015,8 +147011,6 @@ "lowalch": 1, "highalch": 1, "buy_limit": 8000, - "release_date": "2014-03-13", - "examine": "What on earth would eat this?", "wiki_name": "Dark fishing bait", "wiki_url": "https://oldschool.runescape.wiki/w/Dark_fishing_bait", "price": 9 @@ -165028,9 +147022,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.01, - "release_date": "2014-03-13", - "examine": "You can store stuff in the bag when you're in the Wilderness.", "wiki_name": "Looting bag (Closed)", "wiki_url": "https://oldschool.runescape.wiki/w/Looting_bag#Closed", "price": 0 @@ -165040,9 +147031,6 @@ "name": "Ecumenical key", "members": true, "cost": 102500, - "weight": 0.015, - "release_date": "2014-03-13", - "examine": "An icy key that can be used to access a boss room in the God Wars Dungeon.", "wiki_name": "Ecumenical key", "wiki_url": "https://oldschool.runescape.wiki/w/Ecumenical_key", "price": 0, @@ -165059,10 +147047,7 @@ "cost": 150, "lowalch": 60, "highalch": 90, - "weight": 1.6, "buy_limit": 7500, - "release_date": "2014-03-13", - "examine": "Bones of a lava dragon.", "wiki_name": "Lava dragon bones", "wiki_url": "https://oldschool.runescape.wiki/w/Lava_dragon_bones", "price": 3599 @@ -165077,10 +147062,7 @@ "cost": 440, "lowalch": 176, "highalch": 264, - "weight": 0.035, "buy_limit": 2000, - "release_date": "2014-03-27", - "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": 392 @@ -165095,10 +147077,7 @@ "cost": 330, "lowalch": 132, "highalch": 198, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2014-03-27", - "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": 345 @@ -165113,10 +147092,7 @@ "cost": 220, "lowalch": 88, "highalch": 132, - "weight": 0.025, "buy_limit": 2000, - "release_date": "2014-03-27", - "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": 181 @@ -165131,10 +147107,7 @@ "cost": 110, "lowalch": 44, "highalch": 66, - "weight": 0.02, "buy_limit": 2000, - "release_date": "2014-03-27", - "examine": "1 dose of extended anti-firebreath potion.", "wiki_name": "Extended antifire (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Extended_antifire#1_dose", "price": 66 @@ -165153,8 +147126,6 @@ "lowalch": 96, "highalch": 144, "buy_limit": 11000, - "release_date": "2014-03-27", - "examine": "Just plain nasty.", "wiki_name": "Black chinchompa", "wiki_url": "https://oldschool.runescape.wiki/w/Black_chinchompa", "equipment": { @@ -165216,10 +147187,7 @@ "cost": 240, "lowalch": 96, "highalch": 144, - "weight": 0.08, "buy_limit": 2000, - "release_date": "2014-03-27", - "examine": "Two doses of fishy extended anti-firebreath potion.", "wiki_name": "Extended antifire mix (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Extended_antifire_mix#2_dose", "price": 200 @@ -165234,10 +147202,7 @@ "cost": 160, "lowalch": 64, "highalch": 96, - "weight": 0.05, "buy_limit": 2000, - "release_date": "2014-03-27", - "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": 40 @@ -165254,10 +147219,7 @@ "cost": 17625, "lowalch": 7050, "highalch": 10575, - "weight": 0.01, "buy_limit": 5, - "release_date": "2014-03-27", - "examine": "A very powerful dragonstone amulet.", "wiki_name": "Amulet of glory (t) (t6)", "wiki_url": "https://oldschool.runescape.wiki/w/Amulet_of_glory_(t)#(t6)", "equipment": { @@ -165291,9 +147253,6 @@ "cost": 17625, "lowalch": 7050, "highalch": 10575, - "weight": 0.01, - "release_date": "2014-03-27", - "examine": "A very powerful dragonstone amulet.", "wiki_name": "Amulet of glory (t) (t5)", "wiki_url": "https://oldschool.runescape.wiki/w/Amulet_of_glory_(t)#(t5)", "equipment": { @@ -165328,10 +147287,7 @@ "cost": 20200, "lowalch": 8080, "highalch": 12120, - "weight": 0.01, "buy_limit": 10000, - "release_date": "2014-03-27", - "examine": "This will help me travel.", "wiki_name": "Skills necklace (6)", "wiki_url": "https://oldschool.runescape.wiki/w/Skills_necklace#(6)", "equipment": { @@ -165365,9 +147321,6 @@ "cost": 20200, "lowalch": 8080, "highalch": 12120, - "weight": 0.01, - "release_date": "2014-03-27", - "examine": "This will help me travel.", "wiki_name": "Skills necklace (5)", "wiki_url": "https://oldschool.runescape.wiki/w/Skills_necklace#(5)", "equipment": { @@ -165402,10 +147355,7 @@ "cost": 21040, "lowalch": 8416, "highalch": 12624, - "weight": 0.25, "buy_limit": 10000, - "release_date": "2014-03-27", - "examine": "A handy way to get around.", "wiki_name": "Combat bracelet (6)", "wiki_url": "https://oldschool.runescape.wiki/w/Combat_bracelet#(6)", "equipment": { @@ -165439,9 +147389,6 @@ "cost": 21040, "lowalch": 8416, "highalch": 12624, - "weight": 0.25, - "release_date": "2014-03-27", - "examine": "A handy way to get around.", "wiki_name": "Combat bracelet (5)", "wiki_url": "https://oldschool.runescape.wiki/w/Combat_bracelet#(5)", "equipment": { @@ -165475,9 +147422,6 @@ "cost": 17625, "lowalch": 7050, "highalch": 10575, - "weight": 0.01, - "release_date": "2014-03-27", - "examine": "A dragonstone amulet with 5 magic charges.", "wiki_name": "Amulet of glory (5)", "wiki_url": "https://oldschool.runescape.wiki/w/Amulet_of_glory#(5)", "equipment": { @@ -165512,10 +147456,7 @@ "cost": 17625, "lowalch": 7050, "highalch": 10575, - "weight": 0.01, "buy_limit": 10000, - "release_date": "2014-03-27", - "examine": "A dragonstone amulet with 6 magic charges.", "wiki_name": "Amulet of glory (6)", "wiki_url": "https://oldschool.runescape.wiki/w/Amulet_of_glory#(6)", "equipment": { @@ -165550,10 +147491,7 @@ "cost": 17625, "lowalch": 7050, "highalch": 10575, - "weight": 0.006, "buy_limit": 10000, - "release_date": "2014-03-27", - "examine": "An enchanted ring with five teleport charges.", "wiki_name": "Ring of wealth (5)", "wiki_url": "https://oldschool.runescape.wiki/w/Ring_of_wealth#(5)", "equipment": { @@ -165587,9 +147525,6 @@ "cost": 17625, "lowalch": 7050, "highalch": 10575, - "weight": 0.006, - "release_date": "2014-03-27", - "examine": "An enchanted ring with four teleport charges.", "wiki_name": "Ring of wealth (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Ring_of_wealth#(4)", "equipment": { @@ -165623,9 +147558,6 @@ "cost": 17625, "lowalch": 7050, "highalch": 10575, - "weight": 0.006, - "release_date": "2014-03-27", - "examine": "An enchanted ring with three teleport charges.", "wiki_name": "Ring of wealth (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Ring_of_wealth#(3)", "equipment": { @@ -165659,9 +147591,6 @@ "cost": 17625, "lowalch": 7050, "highalch": 10575, - "weight": 0.006, - "release_date": "2014-03-27", - "examine": "An enchanted ring with two teleport charges.", "wiki_name": "Ring of wealth (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Ring_of_wealth#(2)", "equipment": { @@ -165695,9 +147624,6 @@ "cost": 17625, "lowalch": 7050, "highalch": 10575, - "weight": 0.006, - "release_date": "2014-03-27", - "examine": "An enchanted ring with one teleport charge.", "wiki_name": "Ring of wealth (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Ring_of_wealth#(1)", "equipment": { @@ -165732,10 +147658,7 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 0.2, "buy_limit": 4, - "release_date": "2014-03-27", - "examine": "Makes you look fedorable.", "wiki_name": "Fedora", "wiki_url": "https://oldschool.runescape.wiki/w/Fedora", "equipment": { @@ -165768,10 +147691,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.01, "buy_limit": 11000, - "release_date": "2014-03-27", - "examine": "A scale from the hide of a lava dragon.", "wiki_name": "Lava scale", "wiki_url": "https://oldschool.runescape.wiki/w/Lava_scale", "price": 161 @@ -165787,8 +147707,6 @@ "lowalch": 8, "highalch": 12, "buy_limit": 11000, - "release_date": "2014-03-27", - "examine": "Ground-up lava dragon scale.", "wiki_name": "Lava scale shard", "wiki_url": "https://oldschool.runescape.wiki/w/Lava_scale_shard", "price": 43 @@ -165798,9 +147716,6 @@ "name": "Pet chaos elemental", "members": true, "cost": 1, - "weight": 0.015, - "release_date": "2014-04-03", - "examine": "D'aw look at the liddle...", "wiki_name": "Pet chaos elemental", "wiki_url": "https://oldschool.runescape.wiki/w/Pet_chaos_elemental", "price": 0 @@ -165809,9 +147724,6 @@ "id": 11996, "name": "Holiday tool", "cost": 0, - "weight": 0.001, - "release_date": "2014-12-18", - "examine": "Spawns an allowance of holiday gifts each day.", "wiki_name": "Holiday tool", "wiki_url": "https://oldschool.runescape.wiki/w/Holiday_tool", "price": 0 @@ -165822,9 +147734,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2014-04-10", - "examine": "Use wisely, young one!", "wiki_name": "Easter (unobtainable item)", "wiki_url": "https://oldschool.runescape.wiki/w/Easter_(unobtainable_item)", "price": 0 @@ -165842,10 +147751,7 @@ "cost": 15500, "lowalch": 6200, "highalch": 9300, - "weight": 2.267, "buy_limit": 8, - "release_date": "2014-04-10", - "examine": "It gives a 10% accuracy and damage bonus for spells on the standard spellbook.", "wiki_name": "Smoke battlestaff", "wiki_url": "https://oldschool.runescape.wiki/w/Smoke_battlestaff", "equipment": { @@ -165925,10 +147831,7 @@ "cost": 42500, "lowalch": 17000, "highalch": 25500, - "weight": 2.267, "buy_limit": 8, - "release_date": "2014-04-10", - "examine": "It gives a 10% accuracy and damage bonus for spells on the standard spellbook.", "wiki_name": "Mystic smoke staff", "wiki_url": "https://oldschool.runescape.wiki/w/Mystic_smoke_staff", "equipment": { @@ -166007,10 +147910,7 @@ "cost": 45000, "lowalch": 18000, "highalch": 27000, - "weight": 0.005, "buy_limit": 8, - "release_date": "2014-04-10", - "examine": "A smokey evil embodies this amulet.", "wiki_name": "Occult necklace", "wiki_url": "https://oldschool.runescape.wiki/w/Occult_necklace", "equipment": { @@ -166045,10 +147945,7 @@ "cost": 83340, "lowalch": 33336, "highalch": 50004, - "weight": 0.005, "buy_limit": 70, - "release_date": "2014-04-10", - "examine": "Ewwww... it's still sucky.", "wiki_name": "Kraken tentacle", "wiki_url": "https://oldschool.runescape.wiki/w/Kraken_tentacle", "price": 876957 @@ -166063,9 +147960,6 @@ "cost": 289800, "lowalch": 115920, "highalch": 173880, - "weight": 0.453, - "release_date": "2014-04-10", - "examine": "A weapon from the Abyss, embedded in a slimy tentacle.", "wiki_name": "Abyssal tentacle", "wiki_url": "https://oldschool.runescape.wiki/w/Abyssal_tentacle", "equipment": { @@ -166127,10 +148021,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, "buy_limit": 4, - "release_date": "2014-04-10", - "examine": "It's just a jar of dirt.", "wiki_name": "Jar of dirt", "wiki_url": "https://oldschool.runescape.wiki/w/Jar_of_dirt", "price": 22955 @@ -166141,9 +148032,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 4.535, - "release_date": "2014-04-24", - "examine": "A pack containing 100 pieces of soft clay.", "wiki_name": "Soft clay pack (Golden nuggets)", "wiki_url": "https://oldschool.runescape.wiki/w/Soft_clay_pack#Golden_nuggets", "price": 0 @@ -166153,8 +148041,6 @@ "name": "Soft clay pack", "stackable": true, "cost": 10, - "release_date": "2014-04-24", - "examine": "A pack containing 100 pieces of soft clay.", "wiki_name": "Soft clay pack (discontinued)", "wiki_url": "https://oldschool.runescape.wiki/w/Soft_clay_pack_(discontinued)", "price": 0, @@ -166168,9 +148054,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 1.814, - "release_date": "2014-04-24", - "examine": "Prospector Percy has a machine that can wash this.", "wiki_name": "Pay-dirt", "wiki_url": "https://oldschool.runescape.wiki/w/Pay-dirt", "price": 0 @@ -166183,8 +148066,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "release_date": "2014-04-24", - "examine": "A nugget of gold from the Motherlode Mine.", "wiki_name": "Golden nugget", "wiki_url": "https://oldschool.runescape.wiki/w/Golden_nugget", "price": 0 @@ -166198,9 +148079,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.907, - "release_date": "2014-04-24", - "examine": "Helps you when you're mining.", "wiki_name": "Prospector helmet", "wiki_url": "https://oldschool.runescape.wiki/w/Prospector_helmet", "equipment": { @@ -166232,9 +148110,6 @@ "cost": 60, "lowalch": 24, "highalch": 36, - "weight": 1.36, - "release_date": "2014-04-24", - "examine": "Helps you when you're mining.", "wiki_name": "Prospector jacket", "wiki_url": "https://oldschool.runescape.wiki/w/Prospector_jacket", "equipment": { @@ -166266,9 +148141,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.907, - "release_date": "2014-04-24", - "examine": "Helps you when you're mining.", "wiki_name": "Prospector legs", "wiki_url": "https://oldschool.runescape.wiki/w/Prospector_legs", "equipment": { @@ -166300,9 +148172,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.907, - "release_date": "2014-04-24", - "examine": "Helps you when you're mining.", "wiki_name": "Prospector boots", "wiki_url": "https://oldschool.runescape.wiki/w/Prospector_boots", "equipment": { @@ -166334,9 +148203,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.007, - "release_date": "2014-05-01", - "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": { @@ -166368,9 +148234,6 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 0.007, - "release_date": "2014-05-01", - "examine": "Increases melee, ranged and magic damage & accuracy by 20% against the undead.", "wiki_name": "Salve amulet(ei) (Nightmare Zone)", "wiki_url": "https://oldschool.runescape.wiki/w/Salve_amulet(ei)#Nightmare_Zone", "equipment": { @@ -166400,9 +148263,6 @@ "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 @@ -166414,9 +148274,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 5, - "release_date": "2014-06-12", - "examine": "I hope there's treasure in it.", "wiki_name": "Casket (discontinued) (Elite)", "wiki_url": "https://oldschool.runescape.wiki/w/Casket_(discontinued)#Elite", "price": 0 @@ -166428,9 +148285,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.02, - "release_date": "2014-06-12", - "examine": "I need to answer this correctly.", "wiki_name": "Challenge scroll (Elite)", "wiki_url": "https://oldschool.runescape.wiki/w/Challenge_scroll#Elite", "price": 0 @@ -166442,9 +148296,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.1, - "release_date": "2014-06-12", - "examine": "I need to solve this!", "wiki_name": "Puzzle box (Tree (elite))", "wiki_url": "https://oldschool.runescape.wiki/w/Puzzle_box#Tree_(elite)", "price": 0 @@ -166461,10 +148312,7 @@ "cost": 7000, "lowalch": 2800, "highalch": 4200, - "weight": 0.005, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "Ancient Vestments.", "wiki_name": "Ancient robe top", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_robe_top", "equipment": { @@ -166501,10 +148349,7 @@ "cost": 7000, "lowalch": 2800, "highalch": 4200, - "weight": 0.005, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "Leggings from the Ancient Vestments.", "wiki_name": "Ancient robe legs", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_robe_legs", "equipment": { @@ -166541,10 +148386,7 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 0.003, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "An Ancient cloak.", "wiki_name": "Ancient cloak", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_cloak", "equipment": { @@ -166582,10 +148424,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.005, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "An Ancient crozier.", "wiki_name": "Ancient crozier", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_crozier", "equipment": { @@ -166663,10 +148502,7 @@ "cost": 2500, "lowalch": 1000, "highalch": 1500, - "weight": 0.002, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "An Ancient stole.", "wiki_name": "Ancient stole", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_stole", "equipment": { @@ -166703,10 +148539,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.3, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "An Ancient mitre.", "wiki_name": "Ancient mitre", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_mitre", "equipment": { @@ -166743,10 +148576,7 @@ "cost": 160, "lowalch": 64, "highalch": 96, - "weight": 9.979, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "Bronze platebody with gold trim.", "wiki_name": "Bronze platebody (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_platebody_(g)", "equipment": { @@ -166782,10 +148612,7 @@ "cost": 80, "lowalch": 32, "highalch": 48, - "weight": 9.071, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "Bronze platelegs with gold trim.", "wiki_name": "Bronze platelegs (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_platelegs_(g)", "equipment": { @@ -166821,10 +148648,7 @@ "cost": 80, "lowalch": 32, "highalch": 48, - "weight": 8.164, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "Bronze plateskirt with gold trim.", "wiki_name": "Bronze plateskirt (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_plateskirt_(g)", "equipment": { @@ -166860,10 +148684,7 @@ "cost": 48, "lowalch": 19, "highalch": 28, - "weight": 2.721, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "Bronze full helm with gold trim.", "wiki_name": "Bronze full helm (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_full_helm_(g)", "equipment": { @@ -166899,10 +148720,7 @@ "cost": 64, "lowalch": 25, "highalch": 38, - "weight": 5.443, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "Bronze kiteshield with gold trim.", "wiki_name": "Bronze kiteshield (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_kiteshield_(g)", "equipment": { @@ -166938,10 +148756,7 @@ "cost": 160, "lowalch": 64, "highalch": 96, - "weight": 9.979, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "Bronze platebody with trim.", "wiki_name": "Bronze platebody (t)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_platebody_(t)", "equipment": { @@ -166977,10 +148792,7 @@ "cost": 80, "lowalch": 32, "highalch": 48, - "weight": 9.071, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "Bronze platelegs with trim.", "wiki_name": "Bronze platelegs (t)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_platelegs_(t)", "equipment": { @@ -167016,10 +148828,7 @@ "cost": 80, "lowalch": 32, "highalch": 48, - "weight": 8.164, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "Bronze plateskirt with trim.", "wiki_name": "Bronze plateskirt (t)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_plateskirt_(t)", "equipment": { @@ -167055,10 +148864,7 @@ "cost": 48, "lowalch": 19, "highalch": 28, - "weight": 2.721, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "Bronze full helm with trim.", "wiki_name": "Bronze full helm (t)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_full_helm_(t)", "equipment": { @@ -167094,10 +148900,7 @@ "cost": 64, "lowalch": 25, "highalch": 38, - "weight": 5.443, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "Bronze kiteshield with trim.", "wiki_name": "Bronze kiteshield (t)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_kiteshield_(t)", "equipment": { @@ -167133,10 +148936,7 @@ "cost": 560, "lowalch": 224, "highalch": 336, - "weight": 9.979, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "Iron platebody with trim.", "wiki_name": "Iron platebody (t)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_platebody_(t)", "equipment": { @@ -167172,10 +148972,7 @@ "cost": 280, "lowalch": 112, "highalch": 168, - "weight": 9.071, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "Iron platelegs with trim.", "wiki_name": "Iron platelegs (t)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_platelegs_(t)", "equipment": { @@ -167211,10 +149008,7 @@ "cost": 280, "lowalch": 112, "highalch": 168, - "weight": 8.164, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "Iron plateskirt with trim.", "wiki_name": "Iron plateskirt (t)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_plateskirt_(t)", "equipment": { @@ -167250,10 +149044,7 @@ "cost": 160, "lowalch": 64, "highalch": 96, - "weight": 2.721, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "Iron full helm with trim.", "wiki_name": "Iron full helm (t)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_full_helm_(t)", "equipment": { @@ -167289,10 +149080,7 @@ "cost": 240, "lowalch": 96, "highalch": 144, - "weight": 5.443, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "Iron kiteshield with trim.", "wiki_name": "Iron kiteshield (t)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_kiteshield_(t)", "equipment": { @@ -167328,10 +149116,7 @@ "cost": 560, "lowalch": 224, "highalch": 336, - "weight": 9.979, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "Iron platebody with gold trim.", "wiki_name": "Iron platebody (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_platebody_(g)", "equipment": { @@ -167367,10 +149152,7 @@ "cost": 280, "lowalch": 112, "highalch": 168, - "weight": 9.071, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "Iron platelegs with gold trim.", "wiki_name": "Iron platelegs (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_platelegs_(g)", "equipment": { @@ -167406,10 +149188,7 @@ "cost": 280, "lowalch": 112, "highalch": 168, - "weight": 8.164, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "Iron plateskirt with gold trim.", "wiki_name": "Iron plateskirt (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_plateskirt_(g)", "equipment": { @@ -167445,10 +149224,7 @@ "cost": 160, "lowalch": 64, "highalch": 96, - "weight": 2.721, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "Iron full helm with gold trim.", "wiki_name": "Iron full helm (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_full_helm_(g)", "equipment": { @@ -167484,10 +149260,7 @@ "cost": 240, "lowalch": 96, "highalch": 144, - "weight": 5.443, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "Iron kiteshield with gold trim.", "wiki_name": "Iron kiteshield (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_kiteshield_(g)", "equipment": { @@ -167524,10 +149297,7 @@ "cost": 600, "lowalch": 240, "highalch": 360, - "weight": 0.002, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "Weeeeeee!", "wiki_name": "Beanie", "wiki_url": "https://oldschool.runescape.wiki/w/Beanie", "equipment": { @@ -167562,10 +149332,7 @@ "cost": 80, "lowalch": 32, "highalch": 48, - "weight": 0.04, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "Parlez-vous francais?", "wiki_name": "Red beret", "wiki_url": "https://oldschool.runescape.wiki/w/Red_beret", "equipment": { @@ -167600,10 +149367,7 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 0.002, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "What mischief can I get up to with this?", "wiki_name": "Imp mask", "wiki_url": "https://oldschool.runescape.wiki/w/Imp_mask", "equipment": { @@ -167638,10 +149402,7 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 0.002, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "Let's start a flash mob!", "wiki_name": "Goblin mask", "wiki_url": "https://oldschool.runescape.wiki/w/Goblin_mask", "equipment": { @@ -167676,10 +149437,7 @@ "cost": 7000, "lowalch": 2800, "highalch": 4200, - "weight": 1.8, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "Armadyl Vestments.", "wiki_name": "Armadyl robe top", "wiki_url": "https://oldschool.runescape.wiki/w/Armadyl_robe_top", "equipment": { @@ -167716,10 +149474,7 @@ "cost": 7000, "lowalch": 2800, "highalch": 4200, - "weight": 2.7, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "Leggings from the Armadyl Vestments.", "wiki_name": "Armadyl robe legs", "wiki_url": "https://oldschool.runescape.wiki/w/Armadyl_robe_legs", "equipment": { @@ -167756,10 +149511,7 @@ "cost": 2500, "lowalch": 1000, "highalch": 1500, - "weight": 0.01, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "An Armadyl stole.", "wiki_name": "Armadyl stole", "wiki_url": "https://oldschool.runescape.wiki/w/Armadyl_stole", "equipment": { @@ -167796,10 +149548,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.3, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "An Armadyl mitre.", "wiki_name": "Armadyl mitre", "wiki_url": "https://oldschool.runescape.wiki/w/Armadyl_mitre", "equipment": { @@ -167837,10 +149586,7 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 0.4, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "An Armadyl cloak.", "wiki_name": "Armadyl cloak", "wiki_url": "https://oldschool.runescape.wiki/w/Armadyl_cloak", "equipment": { @@ -167878,10 +149624,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 2, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "An Armadyl crozier.", "wiki_name": "Armadyl crozier", "wiki_url": "https://oldschool.runescape.wiki/w/Armadyl_crozier", "equipment": { @@ -167959,10 +149702,7 @@ "cost": 7000, "lowalch": 2800, "highalch": 4200, - "weight": 1.8, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "Bandos Vestments.", "wiki_name": "Bandos robe top", "wiki_url": "https://oldschool.runescape.wiki/w/Bandos_robe_top", "equipment": { @@ -167999,10 +149739,7 @@ "cost": 7000, "lowalch": 2800, "highalch": 4200, - "weight": 2.7, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "Leggings from the Bandos Vestments.", "wiki_name": "Bandos robe legs", "wiki_url": "https://oldschool.runescape.wiki/w/Bandos_robe_legs", "equipment": { @@ -168039,10 +149776,7 @@ "cost": 2500, "lowalch": 1000, "highalch": 1500, - "weight": 0.01, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "A Bandos stole.", "wiki_name": "Bandos stole", "wiki_url": "https://oldschool.runescape.wiki/w/Bandos_stole", "equipment": { @@ -168079,10 +149813,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.3, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "A Bandos mitre.", "wiki_name": "Bandos mitre", "wiki_url": "https://oldschool.runescape.wiki/w/Bandos_mitre", "equipment": { @@ -168120,10 +149851,7 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 0.4, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "A Bandos cloak.", "wiki_name": "Bandos cloak", "wiki_url": "https://oldschool.runescape.wiki/w/Bandos_cloak", "equipment": { @@ -168161,10 +149889,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 2, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "A Bandos crozier.", "wiki_name": "Bandos crozier", "wiki_url": "https://oldschool.runescape.wiki/w/Bandos_crozier", "equipment": { @@ -168241,10 +149966,7 @@ "cost": 5200, "lowalch": 2080, "highalch": 3120, - "weight": 9.979, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "Mithril platebody with gold trim.", "wiki_name": "Mithril platebody (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_platebody_(g)", "equipment": { @@ -168280,10 +150002,7 @@ "cost": 2600, "lowalch": 1040, "highalch": 1560, - "weight": 7.711, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "Mithril platelegs with gold trim.", "wiki_name": "Mithril platelegs (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_platelegs_(g)", "equipment": { @@ -168319,10 +150038,7 @@ "cost": 2210, "lowalch": 884, "highalch": 1326, - "weight": 4.535, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "Mithril kiteshield with gold trim.", "wiki_name": "Mithril kiteshield (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_kiteshield_(g)", "equipment": { @@ -168358,10 +150074,7 @@ "cost": 1430, "lowalch": 572, "highalch": 858, - "weight": 2.267, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "Mithril full helm with gold trim.", "wiki_name": "Mithril full helm (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_full_helm_(g)", "equipment": { @@ -168397,10 +150110,7 @@ "cost": 2600, "lowalch": 1040, "highalch": 1560, - "weight": 7.257, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "Mithril plateskirt with gold trim.", "wiki_name": "Mithril plateskirt (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_plateskirt_(g)", "equipment": { @@ -168436,10 +150146,7 @@ "cost": 5200, "lowalch": 2080, "highalch": 3120, - "weight": 8.618, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "Mithril platebody with trim.", "wiki_name": "Mithril platebody (t)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_platebody_(t)", "equipment": { @@ -168475,10 +150182,7 @@ "cost": 2600, "lowalch": 1040, "highalch": 1560, - "weight": 7.711, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "Mithril platelegs with trim.", "wiki_name": "Mithril platelegs (t)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_platelegs_(t)", "equipment": { @@ -168514,10 +150218,7 @@ "cost": 2210, "lowalch": 884, "highalch": 1326, - "weight": 4.535, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "Mithril kiteshield with trim.", "wiki_name": "Mithril kiteshield (t)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_kiteshield_(t)", "equipment": { @@ -168553,10 +150254,7 @@ "cost": 1430, "lowalch": 572, "highalch": 858, - "weight": 2.267, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "Mithril full helm with trim.", "wiki_name": "Mithril full helm (t)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_full_helm_(t)", "equipment": { @@ -168592,10 +150290,7 @@ "cost": 2600, "lowalch": 1040, "highalch": 1560, - "weight": 7.257, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "Mithril plateskirt with trim.", "wiki_name": "Mithril plateskirt (t)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_plateskirt_(t)", "equipment": { @@ -168632,10 +150327,7 @@ "cost": 145, "lowalch": 58, "highalch": 87, - "weight": 0.01, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "Used for mining.", "wiki_name": "Black pickaxe", "wiki_url": "https://oldschool.runescape.wiki/w/Black_pickaxe", "equipment": { @@ -168706,10 +150398,7 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.04, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "A minimalist's hat.", "wiki_name": "White headband", "wiki_url": "https://oldschool.runescape.wiki/w/White_headband", "equipment": { @@ -168744,10 +150433,7 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.04, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "A minimalist's hat.", "wiki_name": "Blue headband", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_headband", "equipment": { @@ -168782,10 +150468,7 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.04, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "A minimalist's hat.", "wiki_name": "Gold headband", "wiki_url": "https://oldschool.runescape.wiki/w/Gold_headband", "equipment": { @@ -168820,10 +150503,7 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.04, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "A minimalist's hat.", "wiki_name": "Pink headband", "wiki_url": "https://oldschool.runescape.wiki/w/Pink_headband", "equipment": { @@ -168858,10 +150538,7 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.04, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "A minimalist's hat.", "wiki_name": "Green headband", "wiki_url": "https://oldschool.runescape.wiki/w/Green_headband", "equipment": { @@ -168896,10 +150573,7 @@ "cost": 225, "lowalch": 90, "highalch": 135, - "weight": 0.01, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "Stylish!", "wiki_name": "Pink boater", "wiki_url": "https://oldschool.runescape.wiki/w/Pink_boater", "equipment": { @@ -168934,10 +150608,7 @@ "cost": 225, "lowalch": 90, "highalch": 135, - "weight": 0.01, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "Stylish!", "wiki_name": "Purple boater", "wiki_url": "https://oldschool.runescape.wiki/w/Purple_boater", "equipment": { @@ -168972,10 +150643,7 @@ "cost": 225, "lowalch": 90, "highalch": 135, - "weight": 0.01, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "Stylish!", "wiki_name": "White boater", "wiki_url": "https://oldschool.runescape.wiki/w/White_boater", "equipment": { @@ -169010,10 +150678,7 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 0.1, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "A well made elegant men's pink shirt.", "wiki_name": "Pink elegant shirt", "wiki_url": "https://oldschool.runescape.wiki/w/Pink_elegant_shirt", "equipment": { @@ -169048,10 +150713,7 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 0.1, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "A rather elegant pair of men's pink pantaloons.", "wiki_name": "Pink elegant legs", "wiki_url": "https://oldschool.runescape.wiki/w/Pink_elegant_legs", "equipment": { @@ -169086,10 +150748,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.3, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "Hear ye! Hear ye!", "wiki_name": "Crier hat", "wiki_url": "https://oldschool.runescape.wiki/w/Crier_hat", "equipment": { @@ -169124,10 +150783,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.08, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "All for one and one for all!", "wiki_name": "White cavalier", "wiki_url": "https://oldschool.runescape.wiki/w/White_cavalier", "equipment": { @@ -169162,10 +150818,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.08, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "All for one and one for all!", "wiki_name": "Red cavalier", "wiki_url": "https://oldschool.runescape.wiki/w/Red_cavalier", "equipment": { @@ -169200,10 +150853,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.08, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "All for one and one for all!", "wiki_name": "Navy cavalier", "wiki_url": "https://oldschool.runescape.wiki/w/Navy_cavalier", "equipment": { @@ -169238,10 +150888,7 @@ "cost": 11230, "lowalch": 4492, "highalch": 6738, - "weight": 6.803, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "Made from 100% real dragonhide. With colourful trim!", "wiki_name": "Red d'hide body (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Red_d'hide_body_(g)", "equipment": { @@ -169279,10 +150926,7 @@ "cost": 5180, "lowalch": 2072, "highalch": 3108, - "weight": 5.443, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "Made from 100% real dragonhide. With colourful trim!", "wiki_name": "Red d'hide chaps (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Red_d'hide_chaps_(g)", "equipment": { @@ -169319,10 +150963,7 @@ "cost": 11230, "lowalch": 4492, "highalch": 6738, - "weight": 6.803, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "Made from 100% real dragonhide. With colourful trim!", "wiki_name": "Red d'hide body (t)", "wiki_url": "https://oldschool.runescape.wiki/w/Red_d'hide_body_(t)", "equipment": { @@ -169360,10 +151001,7 @@ "cost": 5180, "lowalch": 2072, "highalch": 3108, - "weight": 5.443, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "Made from 100% real dragonhide. With colourful trim!", "wiki_name": "Red d'hide chaps (t)", "wiki_url": "https://oldschool.runescape.wiki/w/Red_d'hide_chaps_(t)", "equipment": { @@ -169400,10 +151038,7 @@ "cost": 666, "lowalch": 266, "highalch": 399, - "weight": 0.005, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "For your first day in the big city.", "wiki_name": "Briefcase", "wiki_url": "https://oldschool.runescape.wiki/w/Briefcase", "equipment": { @@ -169438,10 +151073,7 @@ "cost": 1400, "lowalch": 560, "highalch": 840, - "weight": 0.001, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "Do they make me look... old?", "wiki_name": "Sagacious spectacles", "wiki_url": "https://oldschool.runescape.wiki/w/Sagacious_spectacles", "equipment": { @@ -169476,10 +151108,7 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 0.1, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "A well made elegant ladies' pink blouse.", "wiki_name": "Pink elegant blouse", "wiki_url": "https://oldschool.runescape.wiki/w/Pink_elegant_blouse", "equipment": { @@ -169514,10 +151143,7 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 0.1, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "A rather elegant pink skirt.", "wiki_name": "Pink elegant skirt", "wiki_url": "https://oldschool.runescape.wiki/w/Pink_elegant_skirt", "equipment": { @@ -169552,10 +151178,7 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 0.1, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "A well made elegant ladies' gold blouse.", "wiki_name": "Gold elegant blouse", "wiki_url": "https://oldschool.runescape.wiki/w/Gold_elegant_blouse", "equipment": { @@ -169590,10 +151213,7 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 0.1, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "A rather elegant gold skirt.", "wiki_name": "Gold elegant skirt", "wiki_url": "https://oldschool.runescape.wiki/w/Gold_elegant_skirt", "equipment": { @@ -169628,10 +151248,7 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 0.1, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "A well made elegant men's gold shirt.", "wiki_name": "Gold elegant shirt", "wiki_url": "https://oldschool.runescape.wiki/w/Gold_elegant_shirt", "equipment": { @@ -169666,10 +151283,7 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 0.1, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "A rather elegant pair of men's gold pantaloons.", "wiki_name": "Gold elegant legs", "wiki_url": "https://oldschool.runescape.wiki/w/Gold_elegant_legs", "equipment": { @@ -169704,10 +151318,7 @@ "cost": 3500, "lowalch": 1400, "highalch": 2100, - "weight": 0.005, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "Engarde!", "wiki_name": "Musketeer hat", "wiki_url": "https://oldschool.runescape.wiki/w/Musketeer_hat", "equipment": { @@ -169742,10 +151353,7 @@ "cost": 1200, "lowalch": 480, "highalch": 720, - "weight": 0.001, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "Hmm, shallow and pedantic.", "wiki_name": "Monocle", "wiki_url": "https://oldschool.runescape.wiki/w/Monocle", "equipment": { @@ -169780,10 +151388,7 @@ "cost": 1500, "lowalch": 600, "highalch": 900, - "weight": 0.001, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "Yarrr!", "wiki_name": "Big pirate hat", "wiki_url": "https://oldschool.runescape.wiki/w/Big_pirate_hat", "equipment": { @@ -169819,10 +151424,7 @@ "cost": 24000, "lowalch": 9600, "highalch": 14400, - "weight": 0.453, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "Created by Hattori Hanzo in the Eastern Lands.", "wiki_name": "Katana", "wiki_url": "https://oldschool.runescape.wiki/w/Katana", "equipment": { @@ -169891,10 +151493,7 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 2.267, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "Top o' the morning!", "wiki_name": "Leprechaun hat", "wiki_url": "https://oldschool.runescape.wiki/w/Leprechaun_hat", "equipment": { @@ -169929,10 +151528,7 @@ "cost": 2400, "lowalch": 960, "highalch": 1440, - "weight": 2.267, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "Miaow!", "wiki_name": "Cat mask", "wiki_url": "https://oldschool.runescape.wiki/w/Cat_mask", "equipment": { @@ -169967,10 +151563,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 2.267, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "Do I look scary?", "wiki_name": "Bronze dragon mask", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_dragon_mask", "equipment": { @@ -170005,10 +151598,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 2.267, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "Do I look scary?", "wiki_name": "Iron dragon mask", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_dragon_mask", "equipment": { @@ -170043,10 +151633,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 2.267, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "Do I look scary?", "wiki_name": "Steel dragon mask", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_dragon_mask", "equipment": { @@ -170081,10 +151668,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 2.267, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "Do I look scary?", "wiki_name": "Mithril dragon mask", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_dragon_mask", "equipment": { @@ -170119,10 +151703,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 2.267, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "Do I look scary?", "wiki_name": "Lava dragon mask", "wiki_url": "https://oldschool.runescape.wiki/w/Lava_dragon_mask", "equipment": { @@ -170158,10 +151739,7 @@ "cost": 30000, "lowalch": 12000, "highalch": 18000, - "weight": 1.814, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "An onyx topped cane.", "wiki_name": "Dragon cane", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_cane", "equipment": { @@ -170226,10 +151804,7 @@ "cost": 600, "lowalch": 240, "highalch": 360, - "weight": 1.814, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "A ruby topped cane.", "wiki_name": "Black cane", "wiki_url": "https://oldschool.runescape.wiki/w/Black_cane", "equipment": { @@ -170301,10 +151876,7 @@ "cost": 1440, "lowalch": 576, "highalch": 864, - "weight": 1.814, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "A diamond topped cane.", "wiki_name": "Adamant cane", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_cane", "equipment": { @@ -170376,10 +151948,7 @@ "cost": 14400, "lowalch": 5760, "highalch": 8640, - "weight": 1.814, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "A dragonstone topped cane.", "wiki_name": "Rune cane", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_cane", "equipment": { @@ -170450,10 +152019,7 @@ "cost": 13480, "lowalch": 5392, "highalch": 8088, - "weight": 6.803, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "Made from 100% real dragonhide. With colourful trim!", "wiki_name": "Black d'hide body (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_d'hide_body_(g)", "equipment": { @@ -170491,10 +152057,7 @@ "cost": 6220, "lowalch": 2488, "highalch": 3732, - "weight": 5.443, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "Made from 100% real dragonhide. With colourful trim!", "wiki_name": "Black d'hide chaps (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_d'hide_chaps_(g)", "equipment": { @@ -170531,10 +152094,7 @@ "cost": 13480, "lowalch": 5392, "highalch": 8088, - "weight": 6.803, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "Made from 100% real dragonhide. With colourful trim!", "wiki_name": "Black d'hide body (t)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_d'hide_body_(t)", "equipment": { @@ -170572,10 +152132,7 @@ "cost": 6220, "lowalch": 2488, "highalch": 3732, - "weight": 5.443, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "Made from 100% real dragonhide. With colourful trim!", "wiki_name": "Black d'hide chaps (t)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_d'hide_chaps_(t)", "equipment": { @@ -170612,10 +152169,7 @@ "cost": 25600, "lowalch": 10240, "highalch": 15360, - "weight": 1.814, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "Rune scimitar with gold plate.", "wiki_name": "Gilded scimitar", "wiki_url": "https://oldschool.runescape.wiki/w/Gilded_scimitar", "equipment": { @@ -170686,10 +152240,7 @@ "cost": 12500, "lowalch": 5000, "highalch": 7500, - "weight": 1.36, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "Rune boots with gold plate.", "wiki_name": "Gilded boots", "wiki_url": "https://oldschool.runescape.wiki/w/Gilded_boots", "equipment": { @@ -170726,10 +152277,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 1.36, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "Feeling distinctly ornate.", "wiki_name": "Royal gown top", "wiki_url": "https://oldschool.runescape.wiki/w/Royal_gown_top", "equipment": { @@ -170764,10 +152312,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 1.36, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "Feeling distinctly ornate.", "wiki_name": "Royal gown bottom", "wiki_url": "https://oldschool.runescape.wiki/w/Royal_gown_bottom", "equipment": { @@ -170802,10 +152347,7 @@ "cost": 6000, "lowalch": 2400, "highalch": 3600, - "weight": 0.453, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "Who said I'd never be royal?", "wiki_name": "Royal crown", "wiki_url": "https://oldschool.runescape.wiki/w/Royal_crown", "equipment": { @@ -170840,10 +152382,7 @@ "cost": 1800, "lowalch": 720, "highalch": 1080, - "weight": 0.453, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "I have the sudden urge to rob the bank...", "wiki_name": "Partyhat & specs", "wiki_url": "https://oldschool.runescape.wiki/w/Partyhat_&_specs", "equipment": { @@ -170877,8 +152416,6 @@ "lowalch": 4, "highalch": 6, "buy_limit": 10000, - "release_date": "2014-06-12", - "examine": "Teleports you to Nardah.", "wiki_name": "Nardah teleport", "wiki_url": "https://oldschool.runescape.wiki/w/Nardah_teleport", "price": 41383 @@ -170894,8 +152431,6 @@ "lowalch": 4, "highalch": 6, "buy_limit": 10000, - "release_date": "2014-06-12", - "examine": "Teleports you to the Digsite.", "wiki_name": "Digsite teleport", "wiki_url": "https://oldschool.runescape.wiki/w/Digsite_teleport", "price": 28995 @@ -170911,8 +152446,6 @@ "lowalch": 4, "highalch": 6, "buy_limit": 10000, - "release_date": "2014-06-12", - "examine": "Teleports you to Feldip hills.", "wiki_name": "Feldip hills teleport", "wiki_url": "https://oldschool.runescape.wiki/w/Feldip_hills_teleport", "price": 2200 @@ -170928,8 +152461,6 @@ "lowalch": 4, "highalch": 6, "buy_limit": 10000, - "release_date": "2014-06-12", - "examine": "Teleports you to Lunar isle.", "wiki_name": "Lunar isle teleport", "wiki_url": "https://oldschool.runescape.wiki/w/Lunar_isle_teleport", "price": 3198 @@ -170945,8 +152476,6 @@ "lowalch": 4, "highalch": 6, "buy_limit": 10000, - "release_date": "2014-06-12", - "examine": "Teleports you to Mort'ton.", "wiki_name": "Mort'ton teleport", "wiki_url": "https://oldschool.runescape.wiki/w/Mort'ton_teleport", "price": 37874 @@ -170962,8 +152491,6 @@ "lowalch": 4, "highalch": 6, "buy_limit": 10000, - "release_date": "2014-06-12", - "examine": "Teleports you to Pest control.", "wiki_name": "Pest control teleport", "wiki_url": "https://oldschool.runescape.wiki/w/Pest_control_teleport", "price": 642 @@ -170979,8 +152506,6 @@ "lowalch": 4, "highalch": 6, "buy_limit": 10000, - "release_date": "2014-06-12", - "examine": "Teleports you to Piscatoris.", "wiki_name": "Piscatoris teleport", "wiki_url": "https://oldschool.runescape.wiki/w/Piscatoris_teleport", "price": 7233 @@ -170996,8 +152521,6 @@ "lowalch": 4, "highalch": 6, "buy_limit": 10000, - "release_date": "2014-06-12", - "examine": "Teleports you to Tai bwo wannai.", "wiki_name": "Tai bwo wannai teleport", "wiki_url": "https://oldschool.runescape.wiki/w/Tai_bwo_wannai_teleport", "price": 5586 @@ -171013,8 +152536,6 @@ "lowalch": 4, "highalch": 6, "buy_limit": 10000, - "release_date": "2014-06-12", - "examine": "Teleports you to the Iorwerth Camp.", "wiki_name": "Iorwerth camp teleport", "wiki_url": "https://oldschool.runescape.wiki/w/Iorwerth_camp_teleport", "price": 3404 @@ -171030,8 +152551,6 @@ "lowalch": 4, "highalch": 6, "buy_limit": 10000, - "release_date": "2014-06-12", - "examine": "Teleports you to Mos Le'Harmless.", "wiki_name": "Mos le'harmless teleport", "wiki_url": "https://oldschool.runescape.wiki/w/Mos_le'harmless_teleport", "price": 1046 @@ -171048,10 +152567,7 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 0.002, "buy_limit": 150, - "release_date": "2014-06-12", - "examine": "All I need now is a parrot.", "wiki_name": "Pirate hat & patch", "wiki_url": "https://oldschool.runescape.wiki/w/Pirate_hat_&_patch", "equipment": { @@ -171083,9 +152599,6 @@ "cost": 250000, "lowalch": 100000, "highalch": 150000, - "weight": 6.803, - "release_date": "2014-06-12", - "examine": "A series of connected metal rings with gold trim.", "wiki_name": "Dragon chainbody (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_chainbody_(g)", "equipment": { @@ -171117,9 +152630,6 @@ "equipable": true, "equipable_by_player": true, "cost": 270000, - "weight": 9.071, - "release_date": "2014-06-12", - "examine": "Heavy protective legwear with a gold trim.", "wiki_name": "Dragon platelegs (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_platelegs_(g)", "equipment": { @@ -171151,9 +152661,6 @@ "equipable": true, "equipable_by_player": true, "cost": 270000, - "weight": 9.071, - "release_date": "2014-06-12", - "examine": "Heavy protective legwear with a gold trim.", "wiki_name": "Dragon plateskirt (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_plateskirt_(g)", "equipment": { @@ -171187,9 +152694,6 @@ "cost": 150000, "lowalch": 60000, "highalch": 90000, - "weight": 2, - "release_date": "2014-06-12", - "examine": "Protects your head and looks impressive too.", "wiki_name": "Dragon full helm (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_full_helm_(g)", "equipment": { @@ -171223,9 +152727,6 @@ "cost": 500000, "lowalch": 200000, "highalch": 300000, - "weight": 3.175, - "release_date": "2014-06-12", - "examine": "An ancient and powerful looking Dragon Square shield with gold trim.", "wiki_name": "Dragon sq shield (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_sq_shield_(g)", "equipment": { @@ -171259,9 +152760,6 @@ "cost": 17000, "lowalch": 6800, "highalch": 10200, - "weight": 0.453, - "release_date": "2014-06-12", - "examine": "A mystic hat with a light recolour.", "wiki_name": "Light infinity hat", "wiki_url": "https://oldschool.runescape.wiki/w/Light_infinity_hat", "equipment": { @@ -171296,9 +152794,6 @@ "cost": 140000, "lowalch": 56000, "highalch": 84000, - "weight": 2.267, - "release_date": "2014-06-12", - "examine": "Mystical robes with a light recolour.", "wiki_name": "Light infinity top", "wiki_url": "https://oldschool.runescape.wiki/w/Light_infinity_top", "equipment": { @@ -171333,9 +152828,6 @@ "cost": 90000, "lowalch": 36000, "highalch": 54000, - "weight": 1.814, - "release_date": "2014-06-12", - "examine": "Mystical robes with a light recolour.", "wiki_name": "Light infinity bottoms", "wiki_url": "https://oldschool.runescape.wiki/w/Light_infinity_bottoms", "equipment": { @@ -171374,10 +152866,7 @@ "cost": 150000, "lowalch": 60000, "highalch": 90000, - "weight": 3.175, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "A beautifully crafted wand infused by ancient wizards.", "wiki_name": "3rd age wand", "wiki_url": "https://oldschool.runescape.wiki/w/3rd_age_wand", "equipment": { @@ -171456,10 +152945,7 @@ "cost": 150000, "lowalch": 60000, "highalch": 90000, - "weight": 3.175, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "A beautifully crafted bow carved by ancient archers.", "wiki_name": "3rd age bow", "wiki_url": "https://oldschool.runescape.wiki/w/3rd_age_bow", "equipment": { @@ -171524,10 +153010,7 @@ "cost": 150000, "lowalch": 60000, "highalch": 90000, - "weight": 1, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "A beautifully crafted sword forged by ancient blacksmiths.", "wiki_name": "3rd age longsword", "wiki_url": "https://oldschool.runescape.wiki/w/3rd_age_longsword", "equipment": { @@ -171598,10 +153081,7 @@ "cost": 1200, "lowalch": 480, "highalch": 720, - "weight": 1.814, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "Thankfully this doesn't reset every week.", "wiki_name": "Penguin mask", "wiki_url": "https://oldschool.runescape.wiki/w/Penguin_mask", "equipment": { @@ -171636,10 +153116,7 @@ "cost": 684, "lowalch": 273, "highalch": 410, - "weight": 0.453, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "Wild!", "wiki_name": "Afro", "wiki_url": "https://oldschool.runescape.wiki/w/Afro", "equipment": { @@ -171674,10 +153151,7 @@ "cost": 1800, "lowalch": 720, "highalch": 1080, - "weight": 1.36, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "Aint no rabbits in this hat.", "wiki_name": "Top hat", "wiki_url": "https://oldschool.runescape.wiki/w/Top_hat", "equipment": { @@ -171712,10 +153186,7 @@ "cost": 4000, "lowalch": 1600, "highalch": 2400, - "weight": 1.36, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "Like a sir.", "wiki_name": "Top hat & monocle", "wiki_url": "https://oldschool.runescape.wiki/w/Top_hat_&_monocle", "equipment": { @@ -171747,9 +153218,6 @@ "cost": 206000, "lowalch": 82400, "highalch": 123600, - "weight": 0.01, - "release_date": "2014-06-12", - "examine": "A very powerful and stylish onyx amulet.", "wiki_name": "Amulet of fury (or)", "wiki_url": "https://oldschool.runescape.wiki/w/Amulet_of_fury_(or)", "equipment": { @@ -171784,10 +153252,7 @@ "cost": 85000, "lowalch": 34000, "highalch": 51000, - "weight": 0.005, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "A beautiful cloak woven by ancient tailors.", "wiki_name": "3rd age cloak", "wiki_url": "https://oldschool.runescape.wiki/w/3rd_age_cloak", "equipment": { @@ -171825,10 +153290,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 4.535, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "I dub thee...", "wiki_name": "Royal sceptre", "wiki_url": "https://oldschool.runescape.wiki/w/Royal_sceptre", "equipment": { @@ -171890,10 +153352,7 @@ "cost": 1880, "lowalch": 752, "highalch": 1128, - "weight": 1.814, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "All for one!", "wiki_name": "Musketeer tabard", "wiki_url": "https://oldschool.runescape.wiki/w/Musketeer_tabard", "equipment": { @@ -171928,10 +153387,7 @@ "cost": 1870, "lowalch": 748, "highalch": 1122, - "weight": 1.814, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "One for all!", "wiki_name": "Musketeer pants", "wiki_url": "https://oldschool.runescape.wiki/w/Musketeer_pants", "equipment": { @@ -171965,10 +153421,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.907, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "Leg covering favoured by women and wizards. With a colourful trim!", "wiki_name": "Black skirt (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_skirt_(g)", "equipment": { @@ -172002,10 +153455,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.907, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "Leg covering favoured by women and wizards. With a colourful trim!", "wiki_name": "Black skirt (t)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_skirt_(t)", "equipment": { @@ -172039,10 +153489,7 @@ "cost": 15, "lowalch": 6, "highalch": 9, - "weight": 0.907, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "I can do magic better in this.", "wiki_name": "Black wizard robe (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_wizard_robe_(g)", "equipment": { @@ -172076,10 +153523,7 @@ "cost": 15, "lowalch": 6, "highalch": 9, - "weight": 0.907, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "I can do magic better in this.", "wiki_name": "Black wizard robe (t)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_wizard_robe_(t)", "equipment": { @@ -172113,10 +153557,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.453, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "A silly pointed hat, with colourful trim.", "wiki_name": "Black wizard hat (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_wizard_hat_(g)", "equipment": { @@ -172150,10 +153591,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.453, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "A silly pointed hat, with colourful trim.", "wiki_name": "Black wizard hat (t)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_wizard_hat_(t)", "equipment": { @@ -172185,9 +153623,6 @@ "cost": 17000, "lowalch": 6800, "highalch": 10200, - "weight": 0.453, - "release_date": "2014-06-12", - "examine": "A mystic hat with a dark recolour.", "wiki_name": "Dark infinity hat", "wiki_url": "https://oldschool.runescape.wiki/w/Dark_infinity_hat", "equipment": { @@ -172222,9 +153657,6 @@ "cost": 140000, "lowalch": 56000, "highalch": 84000, - "weight": 2.267, - "release_date": "2014-06-12", - "examine": "Mystical robes with a dark recolour.", "wiki_name": "Dark infinity top", "wiki_url": "https://oldschool.runescape.wiki/w/Dark_infinity_top", "equipment": { @@ -172259,9 +153691,6 @@ "cost": 90000, "lowalch": 36000, "highalch": 54000, - "weight": 1.814, - "release_date": "2014-06-12", - "examine": "Mystical robes with a dark recolour.", "wiki_name": "Dark infinity bottoms", "wiki_url": "https://oldschool.runescape.wiki/w/Dark_infinity_bottoms", "equipment": { @@ -172298,10 +153727,7 @@ "cost": 65000, "lowalch": 26000, "highalch": 39000, - "weight": 9.979, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "Rune platebody in the colours of a long-forgotten god.", "wiki_name": "Ancient platebody", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_platebody", "equipment": { @@ -172337,10 +153763,7 @@ "cost": 64000, "lowalch": 25600, "highalch": 38400, - "weight": 9.071, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "Rune platelegs in the colours of a long-forgotten god.", "wiki_name": "Ancient platelegs", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_platelegs", "equipment": { @@ -172376,10 +153799,7 @@ "cost": 64000, "lowalch": 25600, "highalch": 38400, - "weight": 9.071, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "Rune plateskirt in the colours of a long-forgotten god.", "wiki_name": "Ancient plateskirt", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_plateskirt", "equipment": { @@ -172415,10 +153835,7 @@ "cost": 35200, "lowalch": 14080, "highalch": 21120, - "weight": 2.721, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "Rune full helmet in the colours of a long-forgotten god.", "wiki_name": "Ancient full helm", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_full_helm", "equipment": { @@ -172454,10 +153871,7 @@ "cost": 54400, "lowalch": 21760, "highalch": 32640, - "weight": 5.443, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "Rune kiteshield in the colours of a long-forgotten god.", "wiki_name": "Ancient kiteshield", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_kiteshield", "equipment": { @@ -172493,10 +153907,7 @@ "cost": 65000, "lowalch": 26000, "highalch": 39000, - "weight": 9.979, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "Rune platebody in the colours of Armadyl.", "wiki_name": "Armadyl platebody", "wiki_url": "https://oldschool.runescape.wiki/w/Armadyl_platebody", "equipment": { @@ -172532,10 +153943,7 @@ "cost": 64000, "lowalch": 25600, "highalch": 38400, - "weight": 9.071, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "Rune platelegs in the colours of Armadyl.", "wiki_name": "Armadyl platelegs", "wiki_url": "https://oldschool.runescape.wiki/w/Armadyl_platelegs", "equipment": { @@ -172571,10 +153979,7 @@ "cost": 64000, "lowalch": 25600, "highalch": 38400, - "weight": 9.071, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "Rune plateskirt in the colours of Armadyl.", "wiki_name": "Armadyl plateskirt", "wiki_url": "https://oldschool.runescape.wiki/w/Armadyl_plateskirt", "equipment": { @@ -172610,10 +154015,7 @@ "cost": 35200, "lowalch": 14080, "highalch": 21120, - "weight": 2.721, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "Rune full helmet in the colours of Armadyl.", "wiki_name": "Armadyl full helm", "wiki_url": "https://oldschool.runescape.wiki/w/Armadyl_full_helm", "equipment": { @@ -172649,10 +154051,7 @@ "cost": 54400, "lowalch": 21760, "highalch": 32640, - "weight": 5.443, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "Rune kiteshield in the colours of Armadyl.", "wiki_name": "Armadyl kiteshield", "wiki_url": "https://oldschool.runescape.wiki/w/Armadyl_kiteshield", "equipment": { @@ -172688,10 +154087,7 @@ "cost": 65000, "lowalch": 26000, "highalch": 39000, - "weight": 9.979, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "Rune platebody in the colours of Bandos.", "wiki_name": "Bandos platebody", "wiki_url": "https://oldschool.runescape.wiki/w/Bandos_platebody", "equipment": { @@ -172727,10 +154123,7 @@ "cost": 64000, "lowalch": 25600, "highalch": 38400, - "weight": 9.071, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "Rune platelegs in the colours of Bandos.", "wiki_name": "Bandos platelegs", "wiki_url": "https://oldschool.runescape.wiki/w/Bandos_platelegs", "equipment": { @@ -172766,10 +154159,7 @@ "cost": 64000, "lowalch": 25600, "highalch": 38400, - "weight": 9.071, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "Rune plateskirt in the colours of Bandos.", "wiki_name": "Bandos plateskirt", "wiki_url": "https://oldschool.runescape.wiki/w/Bandos_plateskirt", "equipment": { @@ -172805,10 +154195,7 @@ "cost": 35200, "lowalch": 14080, "highalch": 21120, - "weight": 2.721, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "Rune full helmet in the colours of Bandos.", "wiki_name": "Bandos full helm", "wiki_url": "https://oldschool.runescape.wiki/w/Bandos_full_helm", "equipment": { @@ -172844,10 +154231,7 @@ "cost": 54400, "lowalch": 21760, "highalch": 32640, - "weight": 5.443, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "Rune kiteshield in the colours of Bandos.", "wiki_name": "Bandos kiteshield", "wiki_url": "https://oldschool.runescape.wiki/w/Bandos_kiteshield", "equipment": { @@ -172884,10 +154268,7 @@ "cost": 4000, "lowalch": 1600, "highalch": 2400, - "weight": 1, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "Ancient blessed dragonhide vambraces.", "wiki_name": "Ancient bracers", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_bracers", "equipment": { @@ -172925,10 +154306,7 @@ "cost": 13000, "lowalch": 5200, "highalch": 7800, - "weight": 6, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "Ancient blessed dragonhide body armour.", "wiki_name": "Ancient d'hide body", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_d'hide_body", "equipment": { @@ -172966,10 +154344,7 @@ "cost": 6000, "lowalch": 2400, "highalch": 3600, - "weight": 5, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "Ancient blessed dragonhide chaps.", "wiki_name": "Ancient chaps", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_chaps", "equipment": { @@ -173007,10 +154382,7 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 0.9, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "Ancient blessed dragonhide coif.", "wiki_name": "Ancient coif", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_coif", "equipment": { @@ -173048,10 +154420,7 @@ "cost": 4000, "lowalch": 1600, "highalch": 2400, - "weight": 1, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "Bandos blessed dragonhide vambraces.", "wiki_name": "Bandos bracers", "wiki_url": "https://oldschool.runescape.wiki/w/Bandos_bracers", "equipment": { @@ -173089,10 +154458,7 @@ "cost": 13000, "lowalch": 5200, "highalch": 7800, - "weight": 6, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "Bandos blessed dragonhide body armour.", "wiki_name": "Bandos d'hide body", "wiki_url": "https://oldschool.runescape.wiki/w/Bandos_d'hide_body", "equipment": { @@ -173130,10 +154496,7 @@ "cost": 6000, "lowalch": 2400, "highalch": 3600, - "weight": 5, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "Bandos blessed dragonhide chaps.", "wiki_name": "Bandos chaps", "wiki_url": "https://oldschool.runescape.wiki/w/Bandos_chaps", "equipment": { @@ -173171,10 +154534,7 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 0.9, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "Bandos blessed dragonhide coif.", "wiki_name": "Bandos coif", "wiki_url": "https://oldschool.runescape.wiki/w/Bandos_coif", "equipment": { @@ -173212,10 +154572,7 @@ "cost": 4000, "lowalch": 1600, "highalch": 2400, - "weight": 1, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "Armadyl blessed dragonhide vambraces.", "wiki_name": "Armadyl bracers", "wiki_url": "https://oldschool.runescape.wiki/w/Armadyl_bracers", "equipment": { @@ -173253,10 +154610,7 @@ "cost": 13000, "lowalch": 5200, "highalch": 7800, - "weight": 6, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "Armadyl blessed dragonhide body armour.", "wiki_name": "Armadyl d'hide body", "wiki_url": "https://oldschool.runescape.wiki/w/Armadyl_d'hide_body", "equipment": { @@ -173294,10 +154648,7 @@ "cost": 6000, "lowalch": 2400, "highalch": 3600, - "weight": 5, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "Armadyl blessed dragonhide chaps.", "wiki_name": "Armadyl chaps", "wiki_url": "https://oldschool.runescape.wiki/w/Armadyl_chaps", "equipment": { @@ -173335,10 +154686,7 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 0.9, "buy_limit": 8, - "release_date": "2014-06-12", - "examine": "Armadyl blessed dragonhide coif.", "wiki_name": "Armadyl coif", "wiki_url": "https://oldschool.runescape.wiki/w/Armadyl_coif", "equipment": { @@ -173376,10 +154724,7 @@ "cost": 1550, "lowalch": 620, "highalch": 930, - "weight": 2, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "I'm the Backpack loaded up with things and knick knacks too.", "wiki_name": "Explorer backpack", "wiki_url": "https://oldschool.runescape.wiki/w/Explorer_backpack", "equipment": { @@ -173414,10 +154759,7 @@ "cost": 860, "lowalch": 344, "highalch": 516, - "weight": 0.06, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "Official explorer headgear!", "wiki_name": "Pith helmet", "wiki_url": "https://oldschool.runescape.wiki/w/Pith_helmet", "equipment": { @@ -173452,10 +154794,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 2.267, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "Do I look scary?", "wiki_name": "Green dragon mask", "wiki_url": "https://oldschool.runescape.wiki/w/Green_dragon_mask", "equipment": { @@ -173490,10 +154829,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 2.267, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "Do I look scary?", "wiki_name": "Blue dragon mask", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_dragon_mask", "equipment": { @@ -173528,10 +154864,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 2.267, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "Do I look scary?", "wiki_name": "Red dragon mask", "wiki_url": "https://oldschool.runescape.wiki/w/Red_dragon_mask", "equipment": { @@ -173566,10 +154899,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 2.267, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "Do I look scary?", "wiki_name": "Black dragon mask", "wiki_url": "https://oldschool.runescape.wiki/w/Black_dragon_mask", "equipment": { @@ -173602,10 +154932,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.5, "buy_limit": 4, - "release_date": "2014-06-12", - "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": 454446 @@ -173620,10 +154947,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.5, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "Use on infinity pieces to recolour them!", "wiki_name": "Dark infinity colour kit", "wiki_url": "https://oldschool.runescape.wiki/w/Dark_infinity_colour_kit", "price": 55832 @@ -173638,10 +154962,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.5, "buy_limit": 4, - "release_date": "2014-06-12", - "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": 21996 @@ -173656,10 +154977,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.5, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "Use on a dragon square shield to make it look fancier!", "wiki_name": "Dragon sq shield ornament kit", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_sq_shield_ornament_kit", "price": 10247 @@ -173674,10 +154992,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.5, "buy_limit": 4, - "release_date": "2014-06-12", - "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": 9950 @@ -173692,10 +155007,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.5, "buy_limit": 4, - "release_date": "2014-06-12", - "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": 10665 @@ -173710,10 +155022,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.5, "buy_limit": 4, - "release_date": "2014-06-12", - "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": 15000 @@ -173730,10 +155039,7 @@ "cost": 2300, "lowalch": 920, "highalch": 1380, - "weight": 0.5, "buy_limit": 4, - "release_date": "2014-06-12", - "examine": "Elementary!", "wiki_name": "Deerstalker", "wiki_url": "https://oldschool.runescape.wiki/w/Deerstalker", "equipment": { @@ -173764,9 +155070,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2014-06-12", - "examine": "It's missing a handle.", "wiki_name": "Black pick head", "wiki_url": "https://oldschool.runescape.wiki/w/Black_pick_head", "price": 0 @@ -173779,9 +155082,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2014-06-12", - "examine": "Nurmof can fix this for me.", "wiki_name": "Broken pickaxe (black)", "wiki_url": "https://oldschool.runescape.wiki/w/Broken_pickaxe_(black)", "price": 0 @@ -173798,10 +155098,7 @@ "cost": 12000, "lowalch": 4800, "highalch": 7200, - "weight": 3, "buy_limit": 4, - "release_date": "2014-06-26", - "examine": "Lightweight body armour ideal for rangers.", "wiki_name": "Rangers' tunic", "wiki_url": "https://oldschool.runescape.wiki/w/Rangers'_tunic", "equipment": { @@ -173838,10 +155135,7 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 0.5, "buy_limit": 4, - "release_date": "2014-06-26", - "examine": "Holy footwear!", "wiki_name": "Holy sandals", "wiki_url": "https://oldschool.runescape.wiki/w/Holy_sandals", "equipment": { @@ -173874,9 +155168,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.32, - "release_date": "2014-06-26", - "examine": "This one's more common than you'd expect.", "wiki_name": "Druidic wreath", "wiki_url": "https://oldschool.runescape.wiki/w/Druidic_wreath", "equipment": { @@ -173911,10 +155202,7 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 0.3, "buy_limit": 8, - "release_date": "2014-06-26", - "examine": "An ancient ring said to bring you closer to the Gods.", "wiki_name": "Ring of the gods", "wiki_url": "https://oldschool.runescape.wiki/w/Ring_of_the_gods", "equipment": { @@ -173949,10 +155237,7 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 1, "buy_limit": 8, - "release_date": "2014-06-26", - "examine": "An incredibly heavy ring.", "wiki_name": "Tyrannical ring", "wiki_url": "https://oldschool.runescape.wiki/w/Tyrannical_ring", "equipment": { @@ -173987,10 +155272,7 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 0.4, "buy_limit": 8, - "release_date": "2014-06-26", - "examine": "A razor sharp ring.", "wiki_name": "Treasonous ring", "wiki_url": "https://oldschool.runescape.wiki/w/Treasonous_ring", "equipment": { @@ -174022,9 +155304,6 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 1, - "release_date": "2014-07-03", - "examine": "An incomplete book of Bandos.", "wiki_name": "Damaged book (Bandos)", "wiki_url": "https://oldschool.runescape.wiki/w/Damaged_book_(Bandos)", "equipment": { @@ -174056,9 +155335,6 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 1, - "release_date": "2014-07-03", - "examine": "The short book of the wisdom of Bandos.", "wiki_name": "Book of war", "wiki_url": "https://oldschool.runescape.wiki/w/Book_of_war", "equipment": { @@ -174090,9 +155366,6 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 1, - "release_date": "2014-07-03", - "examine": "An incomplete book of Armadyl.", "wiki_name": "Damaged book (Armadyl)", "wiki_url": "https://oldschool.runescape.wiki/w/Damaged_book_(Armadyl)", "equipment": { @@ -174124,9 +155397,6 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 1, - "release_date": "2014-07-03", - "examine": "The book of Armadyl's Law.", "wiki_name": "Book of law", "wiki_url": "https://oldschool.runescape.wiki/w/Book_of_law", "equipment": { @@ -174158,9 +155428,6 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 1, - "release_date": "2014-07-03", - "examine": "An incomplete book of a forgotten god.", "wiki_name": "Damaged book (Ancient)", "wiki_url": "https://oldschool.runescape.wiki/w/Damaged_book_(Ancient)", "equipment": { @@ -174192,9 +155459,6 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 1, - "release_date": "2014-07-03", - "examine": "The dark book of a forgotten god.", "wiki_name": "Book of darkness", "wiki_url": "https://oldschool.runescape.wiki/w/Book_of_darkness", "equipment": { @@ -174228,8 +155492,6 @@ "lowalch": 160, "highalch": 240, "buy_limit": 5, - "release_date": "2014-07-03", - "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": 2077 @@ -174245,8 +155507,6 @@ "lowalch": 160, "highalch": 240, "buy_limit": 5, - "release_date": "2014-07-03", - "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": 1989 @@ -174262,8 +155522,6 @@ "lowalch": 160, "highalch": 240, "buy_limit": 5, - "release_date": "2014-07-03", - "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": 2156 @@ -174279,8 +155537,6 @@ "lowalch": 160, "highalch": 240, "buy_limit": 5, - "release_date": "2014-07-03", - "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": 3081 @@ -174296,8 +155552,6 @@ "lowalch": 160, "highalch": 240, "buy_limit": 5, - "release_date": "2014-07-03", - "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": 11728 @@ -174313,8 +155567,6 @@ "lowalch": 160, "highalch": 240, "buy_limit": 5, - "release_date": "2014-07-03", - "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": 7495 @@ -174330,8 +155582,6 @@ "lowalch": 160, "highalch": 240, "buy_limit": 5, - "release_date": "2014-07-03", - "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": 16469 @@ -174347,8 +155597,6 @@ "lowalch": 160, "highalch": 240, "buy_limit": 5, - "release_date": "2014-07-03", - "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": 18421 @@ -174364,8 +155612,6 @@ "lowalch": 160, "highalch": 240, "buy_limit": 5, - "release_date": "2014-07-03", - "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": 18239 @@ -174381,8 +155627,6 @@ "lowalch": 160, "highalch": 240, "buy_limit": 5, - "release_date": "2014-07-03", - "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": 22597 @@ -174398,8 +155642,6 @@ "lowalch": 160, "highalch": 240, "buy_limit": 5, - "release_date": "2014-07-03", - "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": 32000 @@ -174415,8 +155657,6 @@ "lowalch": 160, "highalch": 240, "buy_limit": 5, - "release_date": "2014-07-03", - "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": 13079 @@ -174431,10 +155671,7 @@ "cost": 400, "lowalch": 160, "highalch": 240, - "weight": 0.035, "buy_limit": 2000, - "release_date": "2014-07-03", - "examine": "4 doses of stamina potion.", "wiki_name": "Stamina potion (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Stamina_potion#4_dose", "price": 9231 @@ -174449,10 +155686,7 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2014-07-03", - "examine": "3 doses of stamina potion.", "wiki_name": "Stamina potion (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Stamina_potion#3_dose", "price": 6899 @@ -174467,10 +155701,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.025, "buy_limit": 2000, - "release_date": "2014-07-03", - "examine": "2 doses of stamina potion.", "wiki_name": "Stamina potion (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Stamina_potion#2_dose", "price": 4492 @@ -174485,10 +155716,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.02, "buy_limit": 2000, - "release_date": "2014-07-03", - "examine": "1 dose of stamina potion.", "wiki_name": "Stamina potion (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Stamina_potion#1_dose", "price": 2298 @@ -174503,10 +155731,7 @@ "cost": 160, "lowalch": 64, "highalch": 96, - "weight": 0.075, "buy_limit": 2000, - "release_date": "2014-07-03", - "examine": "Two doses of fishy stamina potion.", "wiki_name": "Stamina mix (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Stamina_mix#2_dose", "price": 4928 @@ -174521,10 +155746,7 @@ "cost": 90, "lowalch": 36, "highalch": 54, - "weight": 0.045, "buy_limit": 2000, - "release_date": "2014-07-03", - "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": 1770 @@ -174538,9 +155760,6 @@ "cost": 150000, "lowalch": 60000, "highalch": 90000, - "weight": 0.3, - "release_date": "2014-07-03", - "examine": "Halo with the protection of Saradomin.", "wiki_name": "Saradomin halo (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Saradomin_halo#Normal", "equipment": { @@ -174572,9 +155791,6 @@ "cost": 150000, "lowalch": 60000, "highalch": 90000, - "weight": 0.3, - "release_date": "2014-07-03", - "examine": "Halo with the protection of Zamorak.", "wiki_name": "Zamorak halo (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Zamorak_halo#Normal", "equipment": { @@ -174606,9 +155822,6 @@ "cost": 150000, "lowalch": 60000, "highalch": 90000, - "weight": 0.3, - "release_date": "2014-07-03", - "examine": "Halo with the protection of Guthix.", "wiki_name": "Guthix halo (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Guthix_halo#Normal", "equipment": { @@ -174642,8 +155855,6 @@ "lowalch": 8, "highalch": 12, "buy_limit": 11000, - "release_date": "2014-07-03", - "examine": "Good for enhancing a super energy potion.", "wiki_name": "Amylase crystal", "wiki_url": "https://oldschool.runescape.wiki/w/Amylase_crystal", "price": 776 @@ -174655,9 +155866,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.5, - "release_date": "2014-07-03", - "examine": "A pack containing 100 crystals of amylase.", "wiki_name": "Amylase pack", "wiki_url": "https://oldschool.runescape.wiki/w/Amylase_pack", "price": 0 @@ -174673,8 +155881,6 @@ "lowalch": 4, "highalch": 6, "buy_limit": 10000, - "release_date": "2014-07-17", - "examine": "Teleports you to the Lumberyard.", "wiki_name": "Lumberyard teleport", "wiki_url": "https://oldschool.runescape.wiki/w/Lumberyard_teleport", "price": 8077 @@ -174684,9 +155890,6 @@ "name": "Pet dagannoth supreme", "members": true, "cost": 1, - "weight": 0.015, - "release_date": "2014-07-17", - "examine": "Wouldn't want that sleeping at the end of my bed.", "wiki_name": "Pet dagannoth supreme", "wiki_url": "https://oldschool.runescape.wiki/w/Pet_dagannoth_supreme", "price": 0 @@ -174696,9 +155899,6 @@ "name": "Pet dagannoth prime", "members": true, "cost": 1, - "weight": 0.015, - "release_date": "2014-07-17", - "examine": "Has the same temper as its father.", "wiki_name": "Pet dagannoth prime", "wiki_url": "https://oldschool.runescape.wiki/w/Pet_dagannoth_prime", "price": 0 @@ -174708,9 +155908,6 @@ "name": "Pet dagannoth rex", "members": true, "cost": 1, - "weight": 0.015, - "release_date": "2014-07-17", - "examine": "They do say if you like it you should put a ring on it.", "wiki_name": "Pet dagannoth rex", "wiki_url": "https://oldschool.runescape.wiki/w/Pet_dagannoth_rex", "price": 0 @@ -174722,9 +155919,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2014-07-17", - "examine": "Keep Molin', molin' molin' molin'!", "wiki_name": "Baby mole (Mole)", "wiki_url": "https://oldschool.runescape.wiki/w/Baby_mole#Mole", "price": 0 @@ -174736,9 +155930,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2014-07-17", - "examine": "Suggests there's a king nearby.", "wiki_name": "Kalphite princess (Crawling)", "wiki_url": "https://oldschool.runescape.wiki/w/Kalphite_princess#Crawling", "price": 0 @@ -174750,9 +155941,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2018-09-27", - "examine": "*cough*", "wiki_name": "Pet smoke devil (Thermonuclear)", "wiki_url": "https://oldschool.runescape.wiki/w/Pet_smoke_devil#Thermonuclear", "price": 0 @@ -174762,9 +155950,6 @@ "name": "Pet kree'arra", "members": true, "cost": 1, - "weight": 0.015, - "release_date": "2014-07-17", - "examine": "Is it a bird, is it... no it's a bird.", "wiki_name": "Pet kree'arra", "wiki_url": "https://oldschool.runescape.wiki/w/Pet_kree'arra", "price": 0 @@ -174774,9 +155959,6 @@ "name": "Pet general graardor", "members": true, "cost": 1, - "weight": 0.015, - "release_date": "2014-07-17", - "examine": "Totally inaudible.", "wiki_name": "Pet general graardor", "wiki_url": "https://oldschool.runescape.wiki/w/Pet_general_graardor", "price": 0 @@ -174786,9 +155968,6 @@ "name": "Pet zilyana", "members": true, "cost": 1, - "weight": 0.015, - "release_date": "2014-07-17", - "examine": "Somehow a junior even though she's named after her spawn mother!", "wiki_name": "Pet zilyana", "wiki_url": "https://oldschool.runescape.wiki/w/Pet_zilyana", "price": 0 @@ -174798,9 +155977,6 @@ "name": "Pet k'ril tsutsaroth", "members": true, "cost": 1, - "weight": 0.015, - "release_date": "2014-07-17", - "examine": "Where did he even come from?", "wiki_name": "Pet k'ril tsutsaroth", "wiki_url": "https://oldschool.runescape.wiki/w/Pet_k'ril_tsutsaroth", "price": 0 @@ -174810,9 +155986,6 @@ "name": "Prince black dragon", "members": true, "cost": 1, - "weight": 0.015, - "release_date": "2014-07-17", - "examine": "Not quite the full royalty yet.", "wiki_name": "Prince black dragon", "wiki_url": "https://oldschool.runescape.wiki/w/Prince_black_dragon", "price": 0 @@ -174824,9 +155997,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2014-07-17", - "examine": "Suggests there's a king nearby.", "wiki_name": "Kalphite princess (Airborne)", "wiki_url": "https://oldschool.runescape.wiki/w/Kalphite_princess#Airborne", "price": 0 @@ -174836,9 +156006,6 @@ "name": "Pet kraken", "members": true, "cost": 1, - "weight": 0.015, - "release_date": "2014-07-17", - "examine": "How.... is it walking?", "wiki_name": "Pet kraken", "wiki_url": "https://oldschool.runescape.wiki/w/Pet_kraken", "price": 0 @@ -174850,9 +156017,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.2, - "release_date": "2014-07-17", - "examine": "We'd rather not give you real resources in the Clan Cup skilling arena.", "wiki_name": "Junk (Regular)", "wiki_url": "https://oldschool.runescape.wiki/w/Junk#Regular", "price": 0 @@ -174865,8 +156029,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "release_date": "2014-07-17", - "examine": "We'd rather not give you real resources in the Clan Cup skilling arena.", "wiki_name": "Junk (Stackable)", "wiki_url": "https://oldschool.runescape.wiki/w/Junk#Stackable", "price": 0 @@ -174881,9 +156043,6 @@ "cost": 85000, "lowalch": 34000, "highalch": 51000, - "weight": 2.267, - "release_date": "2014-07-24", - "examine": "An ancient staff, formerly owned by Iban, now upgraded to hold more charges.", "wiki_name": "Iban's staff (u)", "wiki_url": "https://oldschool.runescape.wiki/w/Iban's_staff_(u)", "equipment": { @@ -174956,8 +156115,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "release_date": "2014-07-24", - "examine": "An imaginary team cape.", "wiki_name": "Clan wars cape (Helmet)", "wiki_url": "https://oldschool.runescape.wiki/w/Clan_wars_cape#Helmet", "price": 0 @@ -174968,8 +156125,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "release_date": "2014-07-24", - "examine": "An imaginary team cape.", "wiki_name": "Clan wars cape (Goatee)", "wiki_url": "https://oldschool.runescape.wiki/w/Clan_wars_cape#Goatee", "price": 0 @@ -174980,8 +156135,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "release_date": "2014-07-24", - "examine": "An imaginary team cape.", "wiki_name": "Clan wars cape (Long)", "wiki_url": "https://oldschool.runescape.wiki/w/Clan_wars_cape#Long", "price": 0 @@ -174992,8 +156145,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "release_date": "2014-07-24", - "examine": "An imaginary team cape.", "wiki_name": "Clan wars cape (Medium)", "wiki_url": "https://oldschool.runescape.wiki/w/Clan_wars_cape#Medium", "price": 0 @@ -175004,8 +156155,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "release_date": "2014-07-24", - "examine": "An imaginary team cape.", "wiki_name": "Clan wars cape (Small moustache)", "wiki_url": "https://oldschool.runescape.wiki/w/Clan_wars_cape#Small_moustache", "price": 0 @@ -175016,8 +156165,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "release_date": "2014-07-24", - "examine": "An imaginary team cape.", "wiki_name": "Clan wars cape (Clean-shaven)", "wiki_url": "https://oldschool.runescape.wiki/w/Clan_wars_cape#Clean-shaven", "price": 0 @@ -175028,8 +156175,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "release_date": "2014-07-24", - "examine": "An imaginary team cape.", "wiki_name": "Clan wars cape (Short)", "wiki_url": "https://oldschool.runescape.wiki/w/Clan_wars_cape#Short", "price": 0 @@ -175040,8 +156185,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "release_date": "2014-07-24", - "examine": "An imaginary team cape.", "wiki_name": "Clan wars cape (Pointy)", "wiki_url": "https://oldschool.runescape.wiki/w/Clan_wars_cape#Pointy", "price": 0 @@ -175052,8 +156195,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "release_date": "2014-07-24", - "examine": "An imaginary team cape.", "wiki_name": "Clan wars cape (Split)", "wiki_url": "https://oldschool.runescape.wiki/w/Clan_wars_cape#Split", "price": 0 @@ -175064,8 +156205,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "release_date": "2014-07-24", - "examine": "An imaginary team cape.", "wiki_name": "Clan wars cape (Handlebar)", "wiki_url": "https://oldschool.runescape.wiki/w/Clan_wars_cape#Handlebar", "price": 0 @@ -175076,8 +156215,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "release_date": "2014-07-24", - "examine": "An imaginary team cape.", "wiki_name": "Clan wars cape (Mutton)", "wiki_url": "https://oldschool.runescape.wiki/w/Clan_wars_cape#Mutton", "price": 0 @@ -175088,8 +156225,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "release_date": "2014-07-24", - "examine": "An imaginary team cape.", "wiki_name": "Clan wars cape (Full mutton)", "wiki_url": "https://oldschool.runescape.wiki/w/Clan_wars_cape#Full_mutton", "price": 0 @@ -175100,8 +156235,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "release_date": "2014-07-24", - "examine": "An imaginary team cape.", "wiki_name": "Clan wars cape (Big moustache)", "wiki_url": "https://oldschool.runescape.wiki/w/Clan_wars_cape#Big_moustache", "price": 0 @@ -175112,8 +156245,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "release_date": "2014-07-24", - "examine": "An imaginary team cape.", "wiki_name": "Clan wars cape (Waxed moustache)", "wiki_url": "https://oldschool.runescape.wiki/w/Clan_wars_cape#Waxed_moustache", "price": 0 @@ -175124,8 +156255,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "release_date": "2014-07-24", - "examine": "An imaginary team cape.", "wiki_name": "Clan wars cape (Dali)", "wiki_url": "https://oldschool.runescape.wiki/w/Clan_wars_cape#Dali", "price": 0 @@ -175136,8 +156265,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "release_date": "2014-07-24", - "examine": "An imaginary team cape.", "wiki_name": "Clan wars cape (Vizier)", "wiki_url": "https://oldschool.runescape.wiki/w/Clan_wars_cape#Vizier", "price": 0 @@ -175151,9 +156278,6 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 1, - "release_date": "2014-07-24", - "examine": "An incredibly heavy ring.", "wiki_name": "Tyrannical ring (i) (Nightmare Zone)", "wiki_url": "https://oldschool.runescape.wiki/w/Tyrannical_ring_(i)#Nightmare_Zone", "equipment": { @@ -175185,9 +156309,6 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 0.4, - "release_date": "2014-07-24", - "examine": "A razor sharp ring.", "wiki_name": "Treasonous ring (i) (Nightmare Zone)", "wiki_url": "https://oldschool.runescape.wiki/w/Treasonous_ring_(i)#Nightmare_Zone", "equipment": { @@ -175216,8 +156337,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2014-07-24", - "examine": "A boss monster.", "wiki_name": "Kree'arra (unobtainable item)", "wiki_url": "https://oldschool.runescape.wiki/w/Kree'arra_(unobtainable_item)", "price": 0 @@ -175228,8 +156347,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2014-07-24", - "examine": "A boss monster.", "wiki_name": "Chaos elemental (unobtainable item)", "wiki_url": "https://oldschool.runescape.wiki/w/Chaos_elemental_(unobtainable_item)", "price": 0 @@ -175244,10 +156361,7 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 0.035, "buy_limit": 2000, - "release_date": "2014-08-14", - "examine": "4 doses of super combat potion.", "wiki_name": "Super combat potion (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_combat_potion#4_dose", "price": 22391 @@ -175262,10 +156376,7 @@ "cost": 170, "lowalch": 68, "highalch": 102, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2014-08-14", - "examine": "3 doses of super combat potion.", "wiki_name": "Super combat potion (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_combat_potion#3_dose", "price": 16999 @@ -175280,10 +156391,7 @@ "cost": 90, "lowalch": 36, "highalch": 54, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2014-08-14", - "examine": "2 doses of super combat potion.", "wiki_name": "Super combat potion (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_combat_potion#2_dose", "price": 11831 @@ -175298,10 +156406,7 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2014-08-14", - "examine": "1 dose of super combat potion.", "wiki_name": "Super combat potion (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_combat_potion#1_dose", "price": 5347 @@ -175311,9 +156416,6 @@ "name": "Pet penance queen", "members": true, "cost": 1, - "weight": 0.015, - "release_date": "2014-08-14", - "examine": "Got eggs?", "wiki_name": "Pet penance queen", "wiki_url": "https://oldschool.runescape.wiki/w/Pet_penance_queen", "price": 0 @@ -175525,9 +156627,6 @@ "cost": 150, "lowalch": 60, "highalch": 90, - "weight": 1, - "release_date": "2014-09-11", - "examine": "A curious device made by goblins.", "wiki_name": "Goblin paint cannon", "wiki_url": "https://oldschool.runescape.wiki/w/Goblin_paint_cannon", "equipment": { @@ -175585,9 +156684,6 @@ "cost": 430, "lowalch": 172, "highalch": 258, - "weight": 4.535, - "release_date": "2014-09-18", - "examine": "A pack containing 100 air runes.", "wiki_name": "Air rune pack", "wiki_url": "https://oldschool.runescape.wiki/w/Air_rune_pack", "price": 0 @@ -175600,9 +156696,6 @@ "cost": 430, "lowalch": 172, "highalch": 258, - "weight": 4.535, - "release_date": "2014-09-18", - "examine": "A pack containing 100 water runes.", "wiki_name": "Water rune pack", "wiki_url": "https://oldschool.runescape.wiki/w/Water_rune_pack", "price": 0 @@ -175615,9 +156708,6 @@ "cost": 430, "lowalch": 172, "highalch": 258, - "weight": 4.535, - "release_date": "2014-09-18", - "examine": "A pack containing 100 earth runes.", "wiki_name": "Earth rune pack", "wiki_url": "https://oldschool.runescape.wiki/w/Earth_rune_pack", "price": 0 @@ -175630,9 +156720,6 @@ "cost": 430, "lowalch": 172, "highalch": 258, - "weight": 4.535, - "release_date": "2014-09-18", - "examine": "A pack containing 100 fire runes.", "wiki_name": "Fire rune pack", "wiki_url": "https://oldschool.runescape.wiki/w/Fire_rune_pack", "price": 0 @@ -175645,9 +156732,6 @@ "cost": 330, "lowalch": 132, "highalch": 198, - "weight": 4.535, - "release_date": "2014-09-18", - "examine": "A pack containing 100 mind runes.", "wiki_name": "Mind rune pack", "wiki_url": "https://oldschool.runescape.wiki/w/Mind_rune_pack", "price": 0 @@ -175660,9 +156744,6 @@ "cost": 9950, "lowalch": 3980, "highalch": 5970, - "weight": 4.535, - "release_date": "2014-09-18", - "examine": "A pack containing 100 chaos runes.", "wiki_name": "Chaos rune pack", "wiki_url": "https://oldschool.runescape.wiki/w/Chaos_rune_pack", "price": 0 @@ -175676,9 +156757,6 @@ "cost": 505, "lowalch": 202, "highalch": 303, - "weight": 5.443, - "release_date": "2014-09-18", - "examine": "A pack containing 100 bird snares.", "wiki_name": "Bird snare pack", "wiki_url": "https://oldschool.runescape.wiki/w/Bird_snare_pack", "price": 0 @@ -175692,9 +156770,6 @@ "cost": 3200, "lowalch": 1280, "highalch": 1920, - "weight": 4.989, - "release_date": "2014-09-18", - "examine": "A pack containing 100 box traps.", "wiki_name": "Box trap pack", "wiki_url": "https://oldschool.runescape.wiki/w/Box_trap_pack", "price": 0 @@ -175708,9 +156783,6 @@ "cost": 60000, "lowalch": 24000, "highalch": 36000, - "weight": 5.896, - "release_date": "2014-09-18", - "examine": "A pack containing 100 magic imp boxes.", "wiki_name": "Magic imp box pack", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_imp_box_pack", "price": 0 @@ -175722,9 +156794,6 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 0.1, - "release_date": "2019-10-17", - "examine": "An emblem of ancient times, now superseded.", "wiki_name": "Archaic emblem (Tier 1)", "wiki_url": "https://oldschool.runescape.wiki/w/Archaic_emblem#Tier_1", "price": 0 @@ -175737,8 +156806,6 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "release_date": "2014-09-18", - "examine": "An emblem of ancient times, now superseded.", "wiki_name": "Archaic emblem (discontinued) (Tier 1)", "wiki_url": "https://oldschool.runescape.wiki/w/Archaic_emblem_(discontinued)#Tier_1", "price": 0 @@ -175750,9 +156817,6 @@ "cost": 50001, "lowalch": 20000, "highalch": 30000, - "weight": 0.1, - "release_date": "2019-10-17", - "examine": "An emblem of ancient times, now superseded.", "wiki_name": "Archaic emblem (Tier 2)", "wiki_url": "https://oldschool.runescape.wiki/w/Archaic_emblem#Tier_2", "price": 0 @@ -175764,9 +156828,6 @@ "cost": 50002, "lowalch": 20000, "highalch": 30001, - "weight": 0.1, - "release_date": "2019-10-17", - "examine": "An emblem of ancient times, now superseded.", "wiki_name": "Archaic emblem (Tier 3)", "wiki_url": "https://oldschool.runescape.wiki/w/Archaic_emblem#Tier_3", "price": 0 @@ -175778,9 +156839,6 @@ "cost": 50003, "lowalch": 20001, "highalch": 30001, - "weight": 0.1, - "release_date": "2019-10-17", - "examine": "An emblem of ancient times, now superseded.", "wiki_name": "Archaic emblem (Tier 4)", "wiki_url": "https://oldschool.runescape.wiki/w/Archaic_emblem#Tier_4", "price": 0 @@ -175792,9 +156850,6 @@ "cost": 50004, "lowalch": 20001, "highalch": 30002, - "weight": 0.1, - "release_date": "2019-10-17", - "examine": "An emblem of ancient times, now superseded.", "wiki_name": "Archaic emblem (Tier 5)", "wiki_url": "https://oldschool.runescape.wiki/w/Archaic_emblem#Tier_5", "price": 0 @@ -175806,9 +156861,6 @@ "cost": 50005, "lowalch": 20002, "highalch": 30003, - "weight": 0.1, - "release_date": "2019-10-17", - "examine": "An emblem of ancient times, now superseded.", "wiki_name": "Archaic emblem (Tier 6)", "wiki_url": "https://oldschool.runescape.wiki/w/Archaic_emblem#Tier_6", "price": 0 @@ -175820,9 +156872,6 @@ "cost": 50006, "lowalch": 20002, "highalch": 30003, - "weight": 0.1, - "release_date": "2019-10-17", - "examine": "An emblem of ancient times, now superseded.", "wiki_name": "Archaic emblem (Tier 7)", "wiki_url": "https://oldschool.runescape.wiki/w/Archaic_emblem#Tier_7", "price": 0 @@ -175834,9 +156883,6 @@ "cost": 50007, "lowalch": 20002, "highalch": 30004, - "weight": 0.1, - "release_date": "2019-10-17", - "examine": "An emblem of ancient times, now superseded.", "wiki_name": "Archaic emblem (Tier 8)", "wiki_url": "https://oldschool.runescape.wiki/w/Archaic_emblem#Tier_8", "price": 0 @@ -175848,9 +156894,6 @@ "cost": 50008, "lowalch": 20003, "highalch": 30004, - "weight": 0.1, - "release_date": "2019-10-17", - "examine": "An emblem of ancient times, now superseded.", "wiki_name": "Archaic emblem (Tier 9)", "wiki_url": "https://oldschool.runescape.wiki/w/Archaic_emblem#Tier_9", "price": 0 @@ -175862,9 +156905,6 @@ "cost": 50009, "lowalch": 20003, "highalch": 30005, - "weight": 0.1, - "release_date": "2019-10-17", - "examine": "An emblem of ancient times, now superseded.", "wiki_name": "Archaic emblem (Tier 10)", "wiki_url": "https://oldschool.runescape.wiki/w/Archaic_emblem#Tier_10", "price": 0 @@ -175879,10 +156919,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, "buy_limit": 4, - "release_date": "2014-09-18", - "examine": "Paints things blue!", "wiki_name": "Blue dark bow paint", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_dark_bow_paint", "price": 290000 @@ -175897,10 +156934,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, "buy_limit": 4, - "release_date": "2014-09-18", - "examine": "Paints things green!", "wiki_name": "Green dark bow paint", "wiki_url": "https://oldschool.runescape.wiki/w/Green_dark_bow_paint", "price": 182374 @@ -175915,10 +156949,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, "buy_limit": 4, - "release_date": "2014-09-18", - "examine": "Paints things yellow!", "wiki_name": "Yellow dark bow paint", "wiki_url": "https://oldschool.runescape.wiki/w/Yellow_dark_bow_paint", "price": 110783 @@ -175933,10 +156964,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, "buy_limit": 4, - "release_date": "2014-09-18", - "examine": "Paints things white!", "wiki_name": "White dark bow paint", "wiki_url": "https://oldschool.runescape.wiki/w/White_dark_bow_paint", "price": 700000 @@ -175951,9 +156979,6 @@ "cost": 120002, "lowalch": 48000, "highalch": 72001, - "weight": 1.814, - "release_date": "2014-09-18", - "examine": "A bow from a darker dimension, painted green.", "wiki_name": "Dark bow (Green)", "wiki_url": "https://oldschool.runescape.wiki/w/Dark_bow#Green", "equipment": { @@ -176015,9 +157040,6 @@ "cost": 120002, "lowalch": 48000, "highalch": 72001, - "weight": 1.814, - "release_date": "2014-09-18", - "examine": "A bow from a darker dimension, painted blue.", "wiki_name": "Dark bow (Blue)", "wiki_url": "https://oldschool.runescape.wiki/w/Dark_bow#Blue", "equipment": { @@ -176079,9 +157101,6 @@ "cost": 120002, "lowalch": 48000, "highalch": 72001, - "weight": 1.814, - "release_date": "2014-09-18", - "examine": "A bow from a darker dimension, painted yellow.", "wiki_name": "Dark bow (Yellow)", "wiki_url": "https://oldschool.runescape.wiki/w/Dark_bow#Yellow", "equipment": { @@ -176143,9 +157162,6 @@ "cost": 120002, "lowalch": 48000, "highalch": 72001, - "weight": 1.814, - "release_date": "2014-09-18", - "examine": "A bow from a darker dimension, painted white.", "wiki_name": "Dark bow (White)", "wiki_url": "https://oldschool.runescape.wiki/w/Dark_bow#White", "equipment": { @@ -176207,10 +157223,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, "buy_limit": 4, - "release_date": "2014-09-18", - "examine": "Cold to the touch.", "wiki_name": "Frozen whip mix", "wiki_url": "https://oldschool.runescape.wiki/w/Frozen_whip_mix", "price": 650729 @@ -176225,10 +157238,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, "buy_limit": 4, - "release_date": "2014-09-18", - "examine": "How has lava been stored like this...?", "wiki_name": "Volcanic whip mix", "wiki_url": "https://oldschool.runescape.wiki/w/Volcanic_whip_mix", "price": 679009 @@ -176243,9 +157253,6 @@ "cost": 120001, "lowalch": 48000, "highalch": 72000, - "weight": 0.453, - "release_date": "2014-09-18", - "examine": "A weapon from the volcanic abyss.", "wiki_name": "Volcanic abyssal whip", "wiki_url": "https://oldschool.runescape.wiki/w/Volcanic_abyssal_whip", "equipment": { @@ -176307,9 +157314,6 @@ "cost": 120001, "lowalch": 48000, "highalch": 72000, - "weight": 0.453, - "release_date": "2014-09-18", - "examine": "A weapon from the frozen abyss.", "wiki_name": "Frozen abyssal whip", "wiki_url": "https://oldschool.runescape.wiki/w/Frozen_abyssal_whip", "equipment": { @@ -176372,8 +157376,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 10000, - "release_date": "2014-09-18", - "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": 2011 @@ -176389,8 +157391,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 10000, - "release_date": "2014-09-18", - "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": 1888 @@ -176406,8 +157406,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 10000, - "release_date": "2014-09-18", - "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": 1090 @@ -176423,8 +157421,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 10000, - "release_date": "2014-09-18", - "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 @@ -176440,8 +157436,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 10000, - "release_date": "2014-09-18", - "examine": "A teleport to Kharyrll.", "wiki_name": "Kharyrll teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Kharyrll_teleport_(tablet)", "price": 2399 @@ -176457,8 +157451,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 10000, - "release_date": "2014-09-18", - "examine": "A teleport to Lassar.", "wiki_name": "Lassar teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Lassar_teleport_(tablet)", "price": 1924 @@ -176474,8 +157466,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 10000, - "release_date": "2014-09-18", - "examine": "A teleport to Paddewwa.", "wiki_name": "Paddewwa teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Paddewwa_teleport_(tablet)", "price": 718 @@ -176491,8 +157481,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 10000, - "release_date": "2014-09-18", - "examine": "A teleport to Senntisten.", "wiki_name": "Senntisten teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Senntisten_teleport_(tablet)", "price": 1690 @@ -176507,10 +157495,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.002, "buy_limit": 10000, - "release_date": "2014-09-18", - "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": 4130 @@ -176524,9 +157509,6 @@ "cost": 17625, "lowalch": 7050, "highalch": 10575, - "weight": 0.006, - "release_date": "2014-09-18", - "examine": "A mysteriously imbued lucky ring.", "wiki_name": "Ring of wealth (i) (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Ring_of_wealth_(i)#Uncharged", "equipment": { @@ -176559,10 +157541,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.002, "buy_limit": 10000, - "release_date": "2014-09-18", - "examine": "Use on a Magic shortbow to imbue the bow.", "wiki_name": "Magic shortbow scroll", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_shortbow_scroll", "price": 110278 @@ -176577,9 +157556,6 @@ "cost": 1600, "lowalch": 640, "highalch": 960, - "weight": 1.36, - "release_date": "2014-09-18", - "examine": "Short and magical, but still effective.", "wiki_name": "Magic shortbow (i)", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_shortbow_(i)", "equipment": { @@ -176641,10 +157617,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.005, "buy_limit": 50, - "release_date": "2014-09-25", - "examine": "Protects your clue scroll if you die.", "wiki_name": "Clue box", "wiki_url": "https://oldschool.runescape.wiki/w/Clue_box", "price": 146944 @@ -176656,9 +157629,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 1, - "release_date": "2014-09-25", - "examine": "You can store runes in here.", "wiki_name": "Rune pouch (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_pouch#Normal", "price": 0 @@ -176670,9 +157640,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1.6, - "release_date": "2014-10-02", - "examine": "A box of empty nests.", "wiki_name": "Nest box (Empty)", "wiki_url": "https://oldschool.runescape.wiki/w/Nest_box#Empty", "price": 0 @@ -176684,9 +157651,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1.6, - "release_date": "2014-10-02", - "examine": "A box of nests containing seeds.", "wiki_name": "Nest box (seeds, 2014-2016)", "wiki_url": "https://oldschool.runescape.wiki/w/Nest_box_(seeds,_2014-2016)", "price": 0 @@ -176698,9 +157662,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1.6, - "release_date": "2014-10-02", - "examine": "A box of nests containing rings.", "wiki_name": "Nest box (Ring)", "wiki_url": "https://oldschool.runescape.wiki/w/Nest_box#Ring", "price": 0 @@ -176715,9 +157676,6 @@ "cost": 17000, "lowalch": 6800, "highalch": 10200, - "weight": 2.267, - "release_date": "2014-10-09", - "examine": "It's a beautiful and slightly magical stick.", "wiki_name": "Steam battlestaff (or)", "wiki_url": "https://oldschool.runescape.wiki/w/Steam_battlestaff_(or)", "equipment": { @@ -176794,9 +157752,6 @@ "cost": 45000, "lowalch": 18000, "highalch": 27000, - "weight": 2.267, - "release_date": "2014-10-09", - "examine": "It's a beautiful and slightly magical stick.", "wiki_name": "Mystic steam staff (or)", "wiki_url": "https://oldschool.runescape.wiki/w/Mystic_steam_staff_(or)", "equipment": { @@ -176873,9 +157828,6 @@ "cost": 97960, "lowalch": 39184, "highalch": 58776, - "weight": 2.4, - "release_date": "2014-10-09", - "examine": "If rocks could feel fear, they'd fear this while admiring its beauty.", "wiki_name": "Dragon pickaxe (upgraded)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_pickaxe_(upgraded)", "equipment": { @@ -176944,10 +157896,7 @@ "cost": 1500, "lowalch": 600, "highalch": 900, - "weight": 0.5, "buy_limit": 50, - "release_date": "2014-10-09", - "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": 517500 @@ -176962,10 +157911,7 @@ "cost": 1600, "lowalch": 640, "highalch": 960, - "weight": 0.5, "buy_limit": 50, - "release_date": "2014-10-09", - "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": 347015 @@ -176980,10 +157926,7 @@ "cost": 1500, "lowalch": 600, "highalch": 900, - "weight": 0.5, "buy_limit": 50, - "release_date": "2014-10-09", - "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": 476829 @@ -176998,10 +157941,7 @@ "cost": 40000, "lowalch": 16000, "highalch": 24000, - "weight": 0.01, "buy_limit": 50, - "release_date": "2014-10-09", - "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": 3912917 @@ -177015,9 +157955,6 @@ "cost": 45000, "lowalch": 18000, "highalch": 27000, - "weight": 3.628, - "release_date": "2014-10-09", - "examine": "An ancient, evil and beautiful shield forged by Volcanic heat.", "wiki_name": "Malediction ward (or)", "wiki_url": "https://oldschool.runescape.wiki/w/Malediction_ward_(or)", "equipment": { @@ -177051,9 +157988,6 @@ "cost": 45000, "lowalch": 18000, "highalch": 27000, - "weight": 3.628, - "release_date": "2014-10-09", - "examine": "An ancient, evil and beautiful shield forged by Volcanic heat.", "wiki_name": "Odium ward (or)", "wiki_url": "https://oldschool.runescape.wiki/w/Odium_ward_(or)", "equipment": { @@ -177088,9 +158022,6 @@ "cost": 289850, "lowalch": 115940, "highalch": 173910, - "weight": 3, - "release_date": "2014-10-09", - "examine": "The blade of an Icyene, blessed with a tear from Saradomin himself.", "wiki_name": "Saradomin's blessed sword (Charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Saradomin's_blessed_sword#Charged", "equipment": { @@ -177159,9 +158090,6 @@ "cost": 289850, "lowalch": 115940, "highalch": 173910, - "weight": 3, - "release_date": "2014-10-09", - "examine": "The blade of an Icyene, blessed with a tear from Saradomin himself.", "wiki_name": "Saradomin's blessed sword (Partially charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Saradomin's_blessed_sword#Partially_charged", "equipment": { @@ -177226,9 +158154,6 @@ "equipable": true, "equipable_by_player": true, "cost": 0, - "weight": 0.907, - "release_date": "2014-10-13", - "examine": "For just a rather very independent scaper.", "wiki_name": "Ironman helm", "wiki_url": "https://oldschool.runescape.wiki/w/Ironman_helm", "equipment": { @@ -177257,9 +158182,6 @@ "equipable": true, "equipable_by_player": true, "cost": 0, - "weight": 4.535, - "release_date": "2014-10-13", - "examine": "Take it off and what are you?", "wiki_name": "Ironman platebody", "wiki_url": "https://oldschool.runescape.wiki/w/Ironman_platebody", "equipment": { @@ -177288,9 +158210,6 @@ "equipable": true, "equipable_by_player": true, "cost": 0, - "weight": 4.535, - "release_date": "2014-10-13", - "examine": "Take it off and what are you?", "wiki_name": "Ironman platelegs", "wiki_url": "https://oldschool.runescape.wiki/w/Ironman_platelegs", "equipment": { @@ -177319,9 +158238,6 @@ "equipable": true, "equipable_by_player": true, "cost": 0, - "weight": 0.907, - "release_date": "2014-10-13", - "examine": "For just a rather very independent scaper.", "wiki_name": "Ultimate ironman helm", "wiki_url": "https://oldschool.runescape.wiki/w/Ultimate_ironman_helm", "equipment": { @@ -177350,9 +158266,6 @@ "equipable": true, "equipable_by_player": true, "cost": 0, - "weight": 4.535, - "release_date": "2014-10-13", - "examine": "Take it off and what are you?", "wiki_name": "Ultimate ironman platebody", "wiki_url": "https://oldschool.runescape.wiki/w/Ultimate_ironman_platebody", "equipment": { @@ -177381,9 +158294,6 @@ "equipable": true, "equipable_by_player": true, "cost": 0, - "weight": 4.535, - "release_date": "2014-10-13", - "examine": "Take it off and what are you?", "wiki_name": "Ultimate ironman platelegs", "wiki_url": "https://oldschool.runescape.wiki/w/Ultimate_ironman_platelegs", "equipment": { @@ -177413,9 +158323,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2014-10-16", - "examine": "Isn't so annoying when in pet form.", "wiki_name": "Pet dark core (Dark core)", "wiki_url": "https://oldschool.runescape.wiki/w/Pet_dark_core#Dark_core", "price": 0 @@ -177432,10 +158339,7 @@ "cost": 2000000, "lowalch": 800000, "highalch": 1200000, - "weight": 2, "buy_limit": 8, - "release_date": "2014-10-16", - "examine": "An ethereal shield with an elysian sigil attached to it.", "wiki_name": "Elysian spirit shield", "wiki_url": "https://oldschool.runescape.wiki/w/Elysian_spirit_shield", "equipment": { @@ -177471,10 +158375,7 @@ "cost": 750000, "lowalch": 300000, "highalch": 450000, - "weight": 3, "buy_limit": 5, - "release_date": "2014-10-16", - "examine": "A sigil in the shape of an elysian symbol.", "wiki_name": "Elysian sigil", "wiki_url": "https://oldschool.runescape.wiki/w/Elysian_sigil", "price": 728449999 @@ -177491,10 +158392,7 @@ "cost": 2000000, "lowalch": 800000, "highalch": 1200000, - "weight": 2, "buy_limit": 8, - "release_date": "2014-10-16", - "examine": "An ethereal shield with a spectral sigil attached to it.", "wiki_name": "Spectral spirit shield", "wiki_url": "https://oldschool.runescape.wiki/w/Spectral_spirit_shield", "equipment": { @@ -177531,10 +158429,7 @@ "cost": 750000, "lowalch": 300000, "highalch": 450000, - "weight": 3, "buy_limit": 5, - "release_date": "2014-10-16", - "examine": "A sigil in the shape of a spectral symbol.", "wiki_name": "Spectral sigil", "wiki_url": "https://oldschool.runescape.wiki/w/Spectral_sigil", "price": 45725000 @@ -177551,10 +158446,7 @@ "cost": 2000000, "lowalch": 800000, "highalch": 1200000, - "weight": 2, "buy_limit": 8, - "release_date": "2014-10-16", - "examine": "An ethereal shield with an arcane sigil attached to it.", "wiki_name": "Arcane spirit shield", "wiki_url": "https://oldschool.runescape.wiki/w/Arcane_spirit_shield", "equipment": { @@ -177591,10 +158483,7 @@ "cost": 750000, "lowalch": 300000, "highalch": 450000, - "weight": 3, "buy_limit": 5, - "release_date": "2014-10-16", - "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 @@ -177611,10 +158500,7 @@ "cost": 70000, "lowalch": 28000, "highalch": 42000, - "weight": 2, "buy_limit": 8, - "release_date": "2014-10-16", - "examine": "An ethereal shield.", "wiki_name": "Spirit shield", "wiki_url": "https://oldschool.runescape.wiki/w/Spirit_shield", "equipment": { @@ -177652,10 +158538,7 @@ "cost": 1200000, "lowalch": 480000, "highalch": 720000, - "weight": 2, "buy_limit": 8, - "release_date": "2014-10-16", - "examine": "An ethereal shield that has been blessed with holy powers.", "wiki_name": "Blessed spirit shield", "wiki_url": "https://oldschool.runescape.wiki/w/Blessed_spirit_shield", "equipment": { @@ -177691,10 +158574,7 @@ "cost": 750000, "lowalch": 300000, "highalch": 450000, - "weight": 2, "buy_limit": 5, - "release_date": "2014-10-16", - "examine": "A bottle of holy elixir.", "wiki_name": "Holy elixir", "wiki_url": "https://oldschool.runescape.wiki/w/Holy_elixir", "price": 623125 @@ -177705,9 +158585,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 20, - "release_date": "2014-10-23", - "examine": "The gift that keeps on giving!", "wiki_name": "Community pumpkin", "wiki_url": "https://oldschool.runescape.wiki/w/Community_pumpkin", "price": 0 @@ -177716,9 +158593,6 @@ "id": 12836, "name": "Grim reaper's diary", "cost": 1, - "weight": 20, - "release_date": "2014-10-23", - "examine": "Surely this holds many a dark tale!", "wiki_name": "Grim reaper's diary", "wiki_url": "https://oldschool.runescape.wiki/w/Grim_reaper's_diary", "price": 0 @@ -177727,9 +158601,6 @@ "id": 12837, "name": "Grim robe", "cost": 1, - "weight": 20, - "release_date": "2014-10-23", - "examine": "Some of the Reaper's garb.", "wiki_name": "Grim robe", "wiki_url": "https://oldschool.runescape.wiki/w/Grim_robe", "price": 0 @@ -177740,9 +158611,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 20, - "release_date": "2014-10-23", - "examine": "Someone's last will and testament.", "wiki_name": "Will and testament", "wiki_url": "https://oldschool.runescape.wiki/w/Will_and_testament", "price": 0 @@ -177753,9 +158621,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 20, - "release_date": "2014-10-23", - "examine": "A tasty treat for Growler.", "wiki_name": "Human bones", "wiki_url": "https://oldschool.runescape.wiki/w/Human_bones", "price": 0 @@ -177766,9 +158631,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 20, - "release_date": "2014-10-23", - "examine": "What posseses me to carry these things around?", "wiki_name": "Servant's skull", "wiki_url": "https://oldschool.runescape.wiki/w/Servant's_skull", "price": 0 @@ -177777,9 +158639,6 @@ "id": 12841, "name": "Hourglass", "cost": 1, - "weight": 20, - "release_date": "2014-10-23", - "examine": "No matter how I turn it, the sand doesn't seem to move.", "wiki_name": "Hourglass (2014 Halloween event)", "wiki_url": "https://oldschool.runescape.wiki/w/Hourglass_(2014_Halloween_event)", "price": 0 @@ -177788,9 +158647,6 @@ "id": 12842, "name": "Scythe sharpener", "cost": 1, - "weight": 20, - "release_date": "2014-10-23", - "examine": "Used to sharpen the blade on a scythe.", "wiki_name": "Scythe sharpener", "wiki_url": "https://oldschool.runescape.wiki/w/Scythe_sharpener", "price": 0 @@ -177799,9 +158655,6 @@ "id": 12843, "name": "Human eye", "cost": 1, - "weight": 20, - "release_date": "2014-10-23", - "examine": "That's gross. Why am I carrying it around?", "wiki_name": "Human eye", "wiki_url": "https://oldschool.runescape.wiki/w/Human_eye", "price": 0 @@ -177810,9 +158663,6 @@ "id": 12844, "name": "Voice potion", "cost": 1, - "weight": 20, - "release_date": "2014-10-23", - "examine": "A 'voice of doom' potion used to deepen your voice.", "wiki_name": "Voice potion", "wiki_url": "https://oldschool.runescape.wiki/w/Voice_potion", "price": 0 @@ -177825,9 +158675,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2014-10-23", - "examine": "Allows me to imitate the bringer of doom, the stealer of souls, the eternal end...", "wiki_name": "Grim reaper hood", "wiki_url": "https://oldschool.runescape.wiki/w/Grim_reaper_hood", "equipment": { @@ -177860,10 +158707,7 @@ "cost": 30000, "lowalch": 12000, "highalch": 18000, - "weight": 0.005, "buy_limit": 5, - "release_date": "2014-10-30", - "examine": "Unlocks the level 85 Teleport to Target spell.", "wiki_name": "Target teleport scroll", "wiki_url": "https://oldschool.runescape.wiki/w/Target_teleport_scroll", "price": 6827500 @@ -177878,9 +158722,6 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 4.535, - "release_date": "2014-11-06", - "examine": "Its power should not be taken for granited.", "wiki_name": "Granite maul (or) (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Granite_maul_(or)#Normal", "equipment": { @@ -177942,10 +158783,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.5, "buy_limit": 50, - "release_date": "2014-11-06", - "examine": "A strong clamp, used for hardening granite maul blocks.", "wiki_name": "Granite clamp", "wiki_url": "https://oldschool.runescape.wiki/w/Granite_clamp", "price": 689517 @@ -177962,10 +158800,7 @@ "cost": 58001, "lowalch": 23200, "highalch": 34800, - "weight": 0.1, "buy_limit": 8, - "release_date": "2014-11-06", - "examine": "Heirloom of an ancient family of Morytania.", "wiki_name": "Amulet of the damned (Full)", "wiki_url": "https://oldschool.runescape.wiki/w/Amulet_of_the_damned#Full", "equipment": { @@ -177997,9 +158832,6 @@ "cost": 58000, "lowalch": 23200, "highalch": 34800, - "weight": 0.1, - "release_date": "2014-11-06", - "examine": "Heirloom of an ancient and extinct family of Morytania.", "wiki_name": "Amulet of the damned (Used)", "wiki_url": "https://oldschool.runescape.wiki/w/Amulet_of_the_damned#Used", "equipment": { @@ -178027,9 +158859,6 @@ "name": "Flamtaer bag", "members": true, "cost": 150, - "weight": 6, - "release_date": "2014-11-06", - "examine": "A handy sack of supplies for repairing the Flamtaer Temple at Mort'ton.", "wiki_name": "Flamtaer bag", "wiki_url": "https://oldschool.runescape.wiki/w/Flamtaer_bag", "price": 0 @@ -178043,9 +158872,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2014-11-06", - "examine": "Go forth, bold and proud.", "wiki_name": "Hunter's honour", "wiki_url": "https://oldschool.runescape.wiki/w/Hunter's_honour", "equipment": { @@ -178077,9 +158903,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2014-11-06", - "examine": "Lurk in the shadows, a lone wolf defeater.", "wiki_name": "Rogue's revenge", "wiki_url": "https://oldschool.runescape.wiki/w/Rogue's_revenge", "equipment": { @@ -178111,9 +158934,6 @@ "cost": 2670, "lowalch": 1068, "highalch": 1602, - "weight": 3.5, - "release_date": "2014-11-20", - "examine": "A pack containing 100 vials of olive oil.", "wiki_name": "Olive oil pack", "wiki_url": "https://oldschool.runescape.wiki/w/Olive_oil_pack", "price": 0 @@ -178126,9 +158946,6 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 0.07, - "release_date": "2014-11-20", - "examine": "A pack containing 100 newt eyes.", "wiki_name": "Eye of newt pack", "wiki_url": "https://oldschool.runescape.wiki/w/Eye_of_newt_pack", "price": 0 @@ -178140,9 +158957,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.226, - "release_date": "2014-11-27", - "examine": "With all the trimmings! ", "wiki_name": "Thanksgiving dinner", "wiki_url": "https://oldschool.runescape.wiki/w/Thanksgiving_dinner", "price": 0 @@ -178157,10 +158971,7 @@ "cost": 600000, "lowalch": 240000, "highalch": 360000, - "weight": 0.1, "buy_limit": 40, - "release_date": "2014-12-10", - "examine": "A set containing the four parts of the Dwarf Multicannon.", "wiki_name": "Dwarf cannon set", "wiki_url": "https://oldschool.runescape.wiki/w/Dwarf_cannon_set", "price": 769540 @@ -178174,10 +158985,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.05, "buy_limit": 125, - "release_date": "2014-12-10", - "examine": "A set containing a green dragonhide body, chaps and vambraces.", "wiki_name": "Green dragonhide set", "wiki_url": "https://oldschool.runescape.wiki/w/Green_dragonhide_set", "price": 8344 @@ -178192,10 +159000,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.05, "buy_limit": 125, - "release_date": "2014-12-10", - "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": 9125 @@ -178210,10 +159015,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.05, "buy_limit": 70, - "release_date": "2014-12-10", - "examine": "A set containing a red dragonhide body, chaps and vambraces.", "wiki_name": "Red dragonhide set", "wiki_url": "https://oldschool.runescape.wiki/w/Red_dragonhide_set", "price": 15000 @@ -178228,10 +159030,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.05, "buy_limit": 70, - "release_date": "2014-12-10", - "examine": "A set containing a black dragonhide body, chaps and vambraces.", "wiki_name": "Black dragonhide set", "wiki_url": "https://oldschool.runescape.wiki/w/Black_dragonhide_set", "price": 16500 @@ -178246,10 +159045,7 @@ "cost": 400000, "lowalch": 160000, "highalch": 240000, - "weight": 0.05, "buy_limit": 8, - "release_date": "2014-12-10", - "examine": "A set containing a Guthan's helm, chainskirt, platebody and warspear.", "wiki_name": "Guthan's armour set", "wiki_url": "https://oldschool.runescape.wiki/w/Guthan's_armour_set", "price": 842149 @@ -178264,10 +159060,7 @@ "cost": 400000, "lowalch": 160000, "highalch": 240000, - "weight": 0.05, "buy_limit": 8, - "release_date": "2014-12-10", - "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": 652171 @@ -178282,10 +159075,7 @@ "cost": 400000, "lowalch": 160000, "highalch": 240000, - "weight": 0.05, "buy_limit": 8, - "release_date": "2014-12-10", - "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": 5321070 @@ -178300,10 +159090,7 @@ "cost": 400000, "lowalch": 160000, "highalch": 240000, - "weight": 0.05, "buy_limit": 8, - "release_date": "2014-12-10", - "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": 587008 @@ -178318,10 +159105,7 @@ "cost": 200000, "lowalch": 80000, "highalch": 120000, - "weight": 0.05, "buy_limit": 8, - "release_date": "2014-12-10", - "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": 5417853 @@ -178336,10 +159120,7 @@ "cost": 200000, "lowalch": 80000, "highalch": 120000, - "weight": 0.05, "buy_limit": 8, - "release_date": "2014-12-10", - "examine": "A set containing a Karil's coif, leatherskirt, leathertop and crossbow.", "wiki_name": "Karil's armour set", "wiki_url": "https://oldschool.runescape.wiki/w/Karil's_armour_set", "price": 1898805 @@ -178354,10 +159135,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, "buy_limit": 5, - "release_date": "2014-12-18", - "examine": "It's just a jar of sand.", "wiki_name": "Jar of sand", "wiki_url": "https://oldschool.runescape.wiki/w/Jar_of_sand", "price": 493544 @@ -178370,9 +159148,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2014-12-18", - "examine": "Gets your head into the holiday mood.", "wiki_name": "Santa mask", "wiki_url": "https://oldschool.runescape.wiki/w/Santa_mask", "equipment": { @@ -178403,9 +159178,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2014-12-18", - "examine": "Apparently you can still fit down the chimney in this.", "wiki_name": "Santa jacket", "wiki_url": "https://oldschool.runescape.wiki/w/Santa_jacket", "equipment": { @@ -178436,9 +159208,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.25, - "release_date": "2014-12-18", - "examine": "Christmas stockings aren't just for hanging by the fireplace.", "wiki_name": "Santa pantaloons", "wiki_url": "https://oldschool.runescape.wiki/w/Santa_pantaloons", "equipment": { @@ -178469,9 +159238,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2014-12-18", - "examine": "These let Santa distribute gifts without catching germs from the recipients.", "wiki_name": "Santa gloves", "wiki_url": "https://oldschool.runescape.wiki/w/Santa_gloves", "equipment": { @@ -178502,9 +159268,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.4, - "release_date": "2014-12-18", - "examine": "Designed to minimise damage to rooftops when disembarking from a sleigh.", "wiki_name": "Santa boots", "wiki_url": "https://oldschool.runescape.wiki/w/Santa_boots", "equipment": { @@ -178535,9 +159298,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2014-12-18", - "examine": "He sees you when you're sleeping.", "wiki_name": "Antisanta mask", "wiki_url": "https://oldschool.runescape.wiki/w/Antisanta_mask", "equipment": { @@ -178568,9 +159328,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2014-12-18", - "examine": "Keeps your bones warm.", "wiki_name": "Antisanta jacket", "wiki_url": "https://oldschool.runescape.wiki/w/Antisanta_jacket", "equipment": { @@ -178601,9 +159358,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.25, - "release_date": "2014-12-18", - "examine": "Keeps your bones warm.", "wiki_name": "Antisanta pantaloons", "wiki_url": "https://oldschool.runescape.wiki/w/Antisanta_pantaloons", "equipment": { @@ -178634,9 +159388,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2014-12-18", - "examine": "Keeps the coal-dust off.", "wiki_name": "Antisanta gloves", "wiki_url": "https://oldschool.runescape.wiki/w/Antisanta_gloves", "equipment": { @@ -178667,9 +159418,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.4, - "release_date": "2014-12-18", - "examine": "Definitely no jingle-bells on these boots.", "wiki_name": "Antisanta boots", "wiki_url": "https://oldschool.runescape.wiki/w/Antisanta_boots", "equipment": { @@ -178698,9 +159446,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2014-12-18", - "examine": "This can be used on a coal mining site to get lumps of coal.", "wiki_name": "Antisanta's coal box (Unfilled)", "wiki_url": "https://oldschool.runescape.wiki/w/Antisanta's_coal_box#Unfilled", "price": 0 @@ -178711,9 +159456,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 3, - "release_date": "2014-12-18", - "examine": "Full of coal lumps for Anti-Santa.", "wiki_name": "Antisanta's coal box (Full)", "wiki_url": "https://oldschool.runescape.wiki/w/Antisanta's_coal_box#Full", "price": 0 @@ -178728,9 +159470,6 @@ "cost": 78500, "lowalch": 31400, "highalch": 47100, - "weight": 1.814, - "release_date": "2015-01-08", - "examine": "A toxic weapon from the deep.", "wiki_name": "Trident of the swamp (Charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Trident_of_the_swamp#Charged", "equipment": { @@ -178795,10 +159534,7 @@ "cost": 78000, "lowalch": 31200, "highalch": 46800, - "weight": 1.814, "buy_limit": 8, - "release_date": "2015-01-08", - "examine": "It needs to be charged with death runes, chaos runes, fire runes and Zulrah's scales.", "wiki_name": "Trident of the swamp (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Trident_of_the_swamp#Uncharged", "equipment": { @@ -178863,10 +159599,7 @@ "cost": 1000006, "lowalch": 400002, "highalch": 600003, - "weight": 1.5, "buy_limit": 8, - "release_date": "2015-01-08", - "examine": "It needs to be charged with Zulrah's scales.", "wiki_name": "Toxic staff of the dead (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Toxic_staff_of_the_dead#Uncharged", "equipment": { @@ -178943,9 +159676,6 @@ "cost": 1000006, "lowalch": 400002, "highalch": 600003, - "weight": 1.5, - "release_date": "2015-01-08", - "examine": "A ghastly weapon with evil origins, with a toxic fang attached.", "wiki_name": "Toxic staff of the dead (Charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Toxic_staff_of_the_dead#Charged", "equipment": { @@ -179022,10 +159752,7 @@ "cost": 440, "lowalch": 176, "highalch": 264, - "weight": 0.035, "buy_limit": 2000, - "release_date": "2015-01-08", - "examine": "4 doses of antivenom potion.", "wiki_name": "Anti-venom (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Anti-venom#4_dose", "price": 6304 @@ -179040,10 +159767,7 @@ "cost": 330, "lowalch": 132, "highalch": 198, - "weight": 0.035, "buy_limit": 2000, - "release_date": "2015-01-08", - "examine": "3 doses of antivenom potion.", "wiki_name": "Anti-venom (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Anti-venom#3_dose", "price": 4117 @@ -179058,10 +159782,7 @@ "cost": 220, "lowalch": 88, "highalch": 132, - "weight": 0.035, "buy_limit": 2000, - "release_date": "2015-01-08", - "examine": "2 doses of antivenom potion.", "wiki_name": "Anti-venom (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Anti-venom#2_dose", "price": 3532 @@ -179076,10 +159797,7 @@ "cost": 110, "lowalch": 44, "highalch": 66, - "weight": 0.035, "buy_limit": 2000, - "release_date": "2015-01-08", - "examine": "1 dose of antivenom potion.", "wiki_name": "Anti-venom (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Anti-venom#1_dose", "price": 1202 @@ -179094,10 +159812,7 @@ "cost": 444, "lowalch": 177, "highalch": 266, - "weight": 0.035, "buy_limit": 2000, - "release_date": "2015-01-08", - "examine": "4 doses of super antivenom potion.", "wiki_name": "Anti-venom+ (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Anti-venom+#4_dose", "price": 12238 @@ -179112,10 +159827,7 @@ "cost": 333, "lowalch": 133, "highalch": 199, - "weight": 0.035, "buy_limit": 2000, - "release_date": "2015-01-08", - "examine": "3 doses of super antivenom potion.", "wiki_name": "Anti-venom+ (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Anti-venom+#3_dose", "price": 8601 @@ -179130,10 +159842,7 @@ "cost": 222, "lowalch": 88, "highalch": 133, - "weight": 0.035, "buy_limit": 2000, - "release_date": "2015-01-08", - "examine": "2 doses of super antivenom potion.", "wiki_name": "Anti-venom+ (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Anti-venom+#2_dose", "price": 5334 @@ -179148,10 +159857,7 @@ "cost": 111, "lowalch": 44, "highalch": 66, - "weight": 0.035, "buy_limit": 2000, - "release_date": "2015-01-08", - "examine": "1 dose of super antivenom potion.", "wiki_name": "Anti-venom+ (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Anti-venom+#1_dose", "price": 3023 @@ -179163,9 +159869,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2015-01-08", - "examine": "A slithering serpent spawn of Zulrah.", "wiki_name": "Pet snakeling (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Pet_snakeling#Normal", "price": 0 @@ -179180,10 +159883,7 @@ "cost": 110000, "lowalch": 44000, "highalch": 66000, - "weight": 0.35, "buy_limit": 5, - "release_date": "2015-01-08", - "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": 2261007 @@ -179198,10 +159898,7 @@ "cost": 120000, "lowalch": 48000, "highalch": 72000, - "weight": 0.3, "buy_limit": 8, - "release_date": "2015-01-08", - "examine": "Fires darts while coating them with venom.", "wiki_name": "Toxic blowpipe (Empty)", "wiki_url": "https://oldschool.runescape.wiki/w/Toxic_blowpipe#Empty", "price": 2304876 @@ -179216,9 +159913,6 @@ "cost": 120000, "lowalch": 48000, "highalch": 72000, - "weight": 0.5, - "release_date": "2015-01-08", - "examine": "Fires darts while coating them with venom.", "wiki_name": "Toxic blowpipe (Charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Toxic_blowpipe#Charged", "equipment": { @@ -179280,10 +159974,7 @@ "cost": 105000, "lowalch": 42000, "highalch": 63000, - "weight": 1, "buy_limit": 5, - "release_date": "2015-01-08", - "examine": "Maybe you could use a chisel to craft this into a helmet.", "wiki_name": "Serpentine visage", "wiki_url": "https://oldschool.runescape.wiki/w/Serpentine_visage", "price": 2270500 @@ -179298,10 +159989,7 @@ "cost": 110000, "lowalch": 44000, "highalch": 66000, - "weight": 0.9, "buy_limit": 8, - "release_date": "2015-01-08", - "examine": "Needs to be charged with Zulrah's scales.", "wiki_name": "Serpentine helm (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Serpentine_helm#Uncharged", "price": 2352000 @@ -179315,9 +160003,6 @@ "cost": 110000, "lowalch": 44000, "highalch": 66000, - "weight": 0.9, - "release_date": "2015-01-08", - "examine": "Protects the wearer from poison and venom, and helps envenom monsters.", "wiki_name": "Serpentine helm (Charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Serpentine_helm#Charged", "equipment": { @@ -179352,10 +160037,7 @@ "cost": 102000, "lowalch": 40800, "highalch": 61200, - "weight": 0.3, "buy_limit": 5, - "release_date": "2015-01-08", - "examine": "This can be attached to a Staff of the Dead or a Trident of the Seas.", "wiki_name": "Magic fang", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_fang", "price": 2302275 @@ -179371,8 +160053,6 @@ "lowalch": 8, "highalch": 12, "buy_limit": 30000, - "release_date": "2015-01-08", - "examine": "Flakes of toxic snakeskin.", "wiki_name": "Zulrah's scales", "wiki_url": "https://oldschool.runescape.wiki/w/Zulrah's_scales", "price": 118 @@ -179384,9 +160064,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2015-01-08", - "examine": "It's clearly been somewhere very damp.", "wiki_name": "Ohn's diary", "wiki_url": "https://oldschool.runescape.wiki/w/Ohn's_diary", "price": 0 @@ -179401,10 +160078,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, "buy_limit": 4, - "release_date": "2015-01-08", - "examine": "This is my Swamp!", "wiki_name": "Jar of swamp", "wiki_url": "https://oldschool.runescape.wiki/w/Jar_of_swamp", "price": 40471 @@ -179420,8 +160094,6 @@ "lowalch": 4, "highalch": 6, "buy_limit": 10000, - "release_date": "2015-01-08", - "examine": "Teleports you to Zul-Andra.", "wiki_name": "Zul-andra teleport", "wiki_url": "https://oldschool.runescape.wiki/w/Zul-andra_teleport", "price": 15050 @@ -179433,9 +160105,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2015-01-15", - "examine": "A slithering serpent spawn of Zulrah.", "wiki_name": "Pet snakeling (Magma)", "wiki_url": "https://oldschool.runescape.wiki/w/Pet_snakeling#Magma", "price": 0 @@ -179447,9 +160116,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2015-01-15", - "examine": "A slithering serpent spawn of Zulrah.", "wiki_name": "Pet snakeling (Tanzanite)", "wiki_url": "https://oldschool.runescape.wiki/w/Pet_snakeling#Tanzanite", "price": 0 @@ -179463,9 +160129,6 @@ "cost": 68007, "lowalch": 27202, "highalch": 40804, - "weight": 0.453, - "release_date": "2015-02-05", - "examine": "A defensive weapon.", "wiki_name": "Dragon defender (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_defender#Normal", "equipment": { @@ -179494,9 +160157,6 @@ "id": 12955, "name": "Free to play starter pack", "cost": 0, - "weight": 0.001, - "release_date": "2015-02-19", - "examine": "Contains free items to help you on your way!", "wiki_name": "Free to play starter pack", "wiki_url": "https://oldschool.runescape.wiki/w/Free_to_play_starter_pack", "price": 0 @@ -179509,9 +160169,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2015-02-19", - "examine": "It looks like a cow's body.", "wiki_name": "Cow top", "wiki_url": "https://oldschool.runescape.wiki/w/Cow_top", "equipment": { @@ -179542,9 +160199,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2015-02-19", - "examine": "It looks like a cow's legs.", "wiki_name": "Cow trousers", "wiki_url": "https://oldschool.runescape.wiki/w/Cow_trousers", "equipment": { @@ -179575,9 +160229,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, - "release_date": "2015-02-19", - "examine": "It looks like a cow's hoofs.", "wiki_name": "Cow gloves", "wiki_url": "https://oldschool.runescape.wiki/w/Cow_gloves", "equipment": { @@ -179608,9 +160259,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2015-02-19", - "examine": "It looks like a cow's hoofs.", "wiki_name": "Cow shoes", "wiki_url": "https://oldschool.runescape.wiki/w/Cow_shoes", "equipment": { @@ -179642,10 +160290,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 6, "buy_limit": 8, - "release_date": "2015-02-26", - "examine": "A set containing a full helm, platebody, legs and kiteshield.", "wiki_name": "Bronze set (lg)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_set_(lg)", "price": 254 @@ -179659,10 +160304,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 6, "buy_limit": 8, - "release_date": "2015-02-26", - "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": 686 @@ -179676,10 +160318,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 6, "buy_limit": 8, - "release_date": "2015-02-26", - "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": 32500 @@ -179693,10 +160332,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 6, "buy_limit": 8, - "release_date": "2015-02-26", - "examine": "A set containing a full helm, platebody, skirt and kiteshield.", "wiki_name": "Bronze trimmed set (sk)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_trimmed_set_(sk)", "price": 40916 @@ -179710,10 +160346,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 6, "buy_limit": 8, - "release_date": "2015-02-26", - "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 @@ -179727,10 +160360,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 6, "buy_limit": 8, - "release_date": "2015-02-26", - "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": 296358 @@ -179744,10 +160374,7 @@ "cost": 900, "lowalch": 360, "highalch": 540, - "weight": 6, "buy_limit": 8, - "release_date": "2015-02-26", - "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": 353 @@ -179761,10 +160388,7 @@ "cost": 900, "lowalch": 360, "highalch": 540, - "weight": 6, "buy_limit": 8, - "release_date": "2015-02-26", - "examine": "A set containing a full helm, platebody, skirt and kiteshield.", "wiki_name": "Iron set (sk)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_set_(sk)", "price": 466 @@ -179778,10 +160402,7 @@ "cost": 900, "lowalch": 360, "highalch": 540, - "weight": 6, "buy_limit": 8, - "release_date": "2015-02-26", - "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": 138153 @@ -179795,10 +160416,7 @@ "cost": 900, "lowalch": 360, "highalch": 540, - "weight": 6, "buy_limit": 8, - "release_date": "2015-02-26", - "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": 126956 @@ -179812,10 +160430,7 @@ "cost": 900, "lowalch": 360, "highalch": 540, - "weight": 6, "buy_limit": 8, - "release_date": "2015-02-26", - "examine": "A set containing a full helm, platebody, legs and kiteshield.", "wiki_name": "Iron gold-trimmed set (lg)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_gold-trimmed_set_(lg)", "price": 426000 @@ -179829,10 +160444,7 @@ "cost": 900, "lowalch": 360, "highalch": 540, - "weight": 6, "buy_limit": 8, - "release_date": "2015-02-26", - "examine": "A set containing a full helm, platebody, skirt and kiteshield.", "wiki_name": "Iron gold-trimmed set (sk)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_gold-trimmed_set_(sk)", "price": 385000 @@ -179846,10 +160458,7 @@ "cost": 1400, "lowalch": 560, "highalch": 840, - "weight": 6, "buy_limit": 8, - "release_date": "2015-02-26", - "examine": "A set containing a full helm, platebody, legs and kiteshield.", "wiki_name": "Steel set (lg)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_set_(lg)", "price": 2067 @@ -179863,10 +160472,7 @@ "cost": 1400, "lowalch": 560, "highalch": 840, - "weight": 6, "buy_limit": 8, - "release_date": "2015-02-26", - "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": 2263 @@ -179880,10 +160486,7 @@ "cost": 4500, "lowalch": 1800, "highalch": 2700, - "weight": 6, "buy_limit": 8, - "release_date": "2015-02-26", - "examine": "A set containing a full helm, platebody, legs and kiteshield.", "wiki_name": "Black set (lg)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_set_(lg)", "price": 6152 @@ -179897,10 +160500,7 @@ "cost": 4500, "lowalch": 1800, "highalch": 2700, - "weight": 6, "buy_limit": 8, - "release_date": "2015-02-26", - "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": 14827 @@ -179914,10 +160514,7 @@ "cost": 4500, "lowalch": 1800, "highalch": 2700, - "weight": 6, "buy_limit": 8, - "release_date": "2015-02-26", - "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": 85151 @@ -179931,10 +160528,7 @@ "cost": 4500, "lowalch": 1800, "highalch": 2700, - "weight": 6, "buy_limit": 8, - "release_date": "2015-02-26", - "examine": "A set containing a full helm, platebody, skirt and kiteshield.", "wiki_name": "Black trimmed set (sk)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_trimmed_set_(sk)", "price": 76146 @@ -179948,10 +160542,7 @@ "cost": 4500, "lowalch": 1800, "highalch": 2700, - "weight": 6, "buy_limit": 8, - "release_date": "2015-02-26", - "examine": "A set containing a full helm, platebody, legs and kiteshield.", "wiki_name": "Black gold-trimmed set (lg)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_gold-trimmed_set_(lg)", "price": 386537 @@ -179965,10 +160556,7 @@ "cost": 4500, "lowalch": 1800, "highalch": 2700, - "weight": 6, "buy_limit": 8, - "release_date": "2015-02-26", - "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": 358078 @@ -179982,10 +160570,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 6, "buy_limit": 8, - "release_date": "2015-02-26", - "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": 16293 @@ -179999,10 +160584,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 6, "buy_limit": 8, - "release_date": "2015-02-26", - "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": 4900 @@ -180016,10 +160598,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 6, "buy_limit": 8, - "release_date": "2015-02-26", - "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": 21721 @@ -180033,10 +160612,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 6, "buy_limit": 8, - "release_date": "2015-02-26", - "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": 16096 @@ -180050,10 +160626,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 6, "buy_limit": 8, - "release_date": "2015-02-26", - "examine": "A set containing a full helm, platebody, legs and kiteshield.", "wiki_name": "Mithril gold-trimmed set (lg)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_gold-trimmed_set_(lg)", "price": 25803 @@ -180067,10 +160640,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 6, "buy_limit": 8, - "release_date": "2015-02-26", - "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": 59480 @@ -180084,10 +160654,7 @@ "cost": 8000, "lowalch": 3200, "highalch": 4800, - "weight": 6, "buy_limit": 8, - "release_date": "2015-02-26", - "examine": "A set containing a full helm, platebody, legs and kiteshield.", "wiki_name": "Adamant set (lg)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_set_(lg)", "price": 18958 @@ -180101,10 +160668,7 @@ "cost": 8000, "lowalch": 3200, "highalch": 4800, - "weight": 6, "buy_limit": 8, - "release_date": "2015-02-26", - "examine": "A set containing a full helm, platebody, skirt and kiteshield.", "wiki_name": "Adamant set (sk)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_set_(sk)", "price": 21109 @@ -180118,10 +160682,7 @@ "cost": 8000, "lowalch": 3200, "highalch": 4800, - "weight": 6, "buy_limit": 8, - "release_date": "2015-02-26", - "examine": "A set containing a full helm, platebody, legs and kiteshield.", "wiki_name": "Adamant trimmed set (lg)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_trimmed_set_(lg)", "price": 37179 @@ -180135,10 +160696,7 @@ "cost": 8000, "lowalch": 3200, "highalch": 4800, - "weight": 6, "buy_limit": 8, - "release_date": "2015-02-26", - "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": 24807 @@ -180152,10 +160710,7 @@ "cost": 8000, "lowalch": 3200, "highalch": 4800, - "weight": 6, "buy_limit": 8, - "release_date": "2015-02-26", - "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": 57000 @@ -180169,10 +160724,7 @@ "cost": 8000, "lowalch": 3200, "highalch": 4800, - "weight": 6, "buy_limit": 8, - "release_date": "2015-02-26", - "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 @@ -180186,10 +160738,7 @@ "cost": 75000, "lowalch": 30000, "highalch": 45000, - "weight": 6, "buy_limit": 8, - "release_date": "2015-02-26", - "examine": "A set containing a full helm, platebody, legs and kiteshield.", "wiki_name": "Rune armour set (lg)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_armour_set_(lg)", "price": 131242 @@ -180203,10 +160752,7 @@ "cost": 75000, "lowalch": 30000, "highalch": 45000, - "weight": 6, "buy_limit": 8, - "release_date": "2015-02-26", - "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": 123440 @@ -180220,10 +160766,7 @@ "cost": 80000, "lowalch": 32000, "highalch": 48000, - "weight": 6, "buy_limit": 8, - "release_date": "2015-02-26", - "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": 179518 @@ -180237,10 +160780,7 @@ "cost": 80000, "lowalch": 32000, "highalch": 48000, - "weight": 6, "buy_limit": 8, - "release_date": "2015-02-26", - "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": 151809 @@ -180254,10 +160794,7 @@ "cost": 80000, "lowalch": 32000, "highalch": 48000, - "weight": 6, "buy_limit": 8, - "release_date": "2015-02-26", - "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": 406500 @@ -180271,10 +160808,7 @@ "cost": 80000, "lowalch": 32000, "highalch": 48000, - "weight": 6, "buy_limit": 8, - "release_date": "2015-02-26", - "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": 345389 @@ -180288,10 +160822,7 @@ "cost": 80000, "lowalch": 32000, "highalch": 48000, - "weight": 6, "buy_limit": 8, - "release_date": "2015-02-26", - "examine": "A set containing a full helm, platebody, legs and kiteshield.", "wiki_name": "Gilded armour set (lg)", "wiki_url": "https://oldschool.runescape.wiki/w/Gilded_armour_set_(lg)", "price": 26932502 @@ -180305,10 +160836,7 @@ "cost": 80000, "lowalch": 32000, "highalch": 48000, - "weight": 6, "buy_limit": 8, - "release_date": "2015-02-26", - "examine": "A set containing a full helm, platebody, skirt and kiteshield.", "wiki_name": "Gilded armour set (sk)", "wiki_url": "https://oldschool.runescape.wiki/w/Gilded_armour_set_(sk)", "price": 20842509 @@ -180322,10 +160850,7 @@ "cost": 80000, "lowalch": 32000, "highalch": 48000, - "weight": 6, "buy_limit": 8, - "release_date": "2015-02-26", - "examine": "A set containing a full helm, platebody, legs and kiteshield.", "wiki_name": "Saradomin armour set (lg)", "wiki_url": "https://oldschool.runescape.wiki/w/Saradomin_armour_set_(lg)", "price": 364700 @@ -180339,10 +160864,7 @@ "cost": 80000, "lowalch": 32000, "highalch": 48000, - "weight": 6, "buy_limit": 8, - "release_date": "2015-02-26", - "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": 335025 @@ -180356,10 +160878,7 @@ "cost": 80000, "lowalch": 32000, "highalch": 48000, - "weight": 6, "buy_limit": 8, - "release_date": "2015-02-26", - "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 @@ -180373,10 +160892,7 @@ "cost": 80000, "lowalch": 32000, "highalch": 48000, - "weight": 6, "buy_limit": 8, - "release_date": "2015-02-26", - "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": 1000529 @@ -180390,10 +160906,7 @@ "cost": 80000, "lowalch": 32000, "highalch": 48000, - "weight": 6, "buy_limit": 8, - "release_date": "2015-02-26", - "examine": "A set containing a full helm, platebody, legs and kiteshield.", "wiki_name": "Guthix armour set (lg)", "wiki_url": "https://oldschool.runescape.wiki/w/Guthix_armour_set_(lg)", "price": 201244 @@ -180407,10 +160920,7 @@ "cost": 80000, "lowalch": 32000, "highalch": 48000, - "weight": 6, "buy_limit": 8, - "release_date": "2015-02-26", - "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": 197497 @@ -180424,10 +160934,7 @@ "cost": 80000, "lowalch": 32000, "highalch": 48000, - "weight": 6, "buy_limit": 8, - "release_date": "2015-02-26", - "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": 193189 @@ -180441,10 +160948,7 @@ "cost": 80000, "lowalch": 32000, "highalch": 48000, - "weight": 6, "buy_limit": 8, - "release_date": "2015-02-26", - "examine": "A set containing a full helm, platebody, skirt and kiteshield.", "wiki_name": "Armadyl rune armour set (sk)", "wiki_url": "https://oldschool.runescape.wiki/w/Armadyl_rune_armour_set_(sk)", "price": 189017 @@ -180458,10 +160962,7 @@ "cost": 80000, "lowalch": 32000, "highalch": 48000, - "weight": 6, "buy_limit": 8, - "release_date": "2015-02-26", - "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": 311227 @@ -180475,10 +160976,7 @@ "cost": 80000, "lowalch": 32000, "highalch": 48000, - "weight": 6, "buy_limit": 8, - "release_date": "2015-02-26", - "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": 355000 @@ -180492,10 +160990,7 @@ "cost": 80000, "lowalch": 32000, "highalch": 48000, - "weight": 6, "buy_limit": 8, - "release_date": "2015-02-26", - "examine": "A set containing a full helm, platebody, legs and kiteshield.", "wiki_name": "Ancient rune armour set (lg)", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_rune_armour_set_(lg)", "price": 209665 @@ -180509,10 +161004,7 @@ "cost": 80000, "lowalch": 32000, "highalch": 48000, - "weight": 6, "buy_limit": 8, - "release_date": "2015-02-26", - "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": 203100 @@ -180527,10 +161019,7 @@ "cost": 70, "lowalch": 28, "highalch": 42, - "weight": 0.05, "buy_limit": 2000, - "release_date": "2015-02-26", - "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": 545 @@ -180545,10 +161034,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.05, "buy_limit": 2000, - "release_date": "2015-02-26", - "examine": "A set containing 4-dose vials of Super Attack, Super Strength and Super Defence potions.", "wiki_name": "Super potion set", "wiki_url": "https://oldschool.runescape.wiki/w/Super_potion_set", "price": 17297 @@ -180562,9 +161048,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2015-03-05", - "examine": "The cape worn by only the most experienced adventurers.", "wiki_name": "Quest point cape (Trimmed)", "wiki_url": "https://oldschool.runescape.wiki/w/Quest_point_cape#Trimmed", "equipment": { @@ -180596,9 +161079,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2015-03-05", - "examine": "The cape worn by only the most elite and experienced adventurers.", "wiki_name": "Achievement diary cape (Trimmed)", "wiki_url": "https://oldschool.runescape.wiki/w/Achievement_diary_cape#Trimmed", "equipment": { @@ -180628,9 +161108,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.453, - "release_date": "2015-03-05", - "examine": "Achievement diary cape hood.", "wiki_name": "Achievement diary hood", "wiki_url": "https://oldschool.runescape.wiki/w/Achievement_diary_hood", "equipment": { @@ -180658,9 +161135,6 @@ "name": "Chompy chick", "members": true, "cost": 1, - "weight": 0.015, - "release_date": "2015-03-05", - "examine": "A small boisterous bird, a delicacy for ogres.", "wiki_name": "Chompy chick", "wiki_url": "https://oldschool.runescape.wiki/w/Chompy_chick", "price": 0 @@ -180674,9 +161148,6 @@ "cost": 48500, "lowalch": 19400, "highalch": 29100, - "weight": 6.803, - "release_date": "2015-03-05", - "examine": "Superior torso armour from the order of the Void Knights.", "wiki_name": "Elite void top (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Elite_void_top#Normal", "equipment": { @@ -180716,9 +161187,6 @@ "cost": 45500, "lowalch": 18200, "highalch": 27300, - "weight": 8.164, - "release_date": "2015-03-05", - "examine": "Superior leg armour from the order of the Void Knights.", "wiki_name": "Elite void robe (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Elite_void_robe#Normal", "equipment": { @@ -180759,9 +161227,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 1.814, - "release_date": "2015-03-05", - "examine": "This will teleport me to the Fremennik province when I play it.", "wiki_name": "Enchanted lyre (5)", "wiki_url": "https://oldschool.runescape.wiki/w/Enchanted_lyre#(5)", "equipment": { @@ -180820,9 +161285,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2015-03-05", - "examine": "A nice sturdy pike.", "wiki_name": "Crystal halberd (i) (New)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_halberd_(i)#New", "equipment": { @@ -180885,9 +161347,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2015-03-05", - "examine": "A nice sturdy pike.", "wiki_name": "Crystal halberd (i) (Full)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_halberd_(i)#Full", "equipment": { @@ -180950,9 +161409,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2015-03-05", - "examine": "A nice sturdy pike.", "wiki_name": "Crystal halberd (i) (9/10)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_halberd_(i)#9/10", "equipment": { @@ -181015,9 +161471,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2015-03-05", - "examine": "A nice sturdy pike.", "wiki_name": "Crystal halberd (i) (8/10)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_halberd_(i)#8/10", "equipment": { @@ -181080,9 +161533,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2015-03-05", - "examine": "A nice sturdy pike.", "wiki_name": "Crystal halberd (i) (7/10)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_halberd_(i)#7/10", "equipment": { @@ -181145,9 +161595,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2015-03-05", - "examine": "A nice sturdy pike.", "wiki_name": "Crystal halberd (i) (6/10)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_halberd_(i)#6/10", "equipment": { @@ -181210,9 +161657,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2015-03-05", - "examine": "A nice sturdy pike.", "wiki_name": "Crystal halberd (i) (5/10)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_halberd_(i)#5/10", "equipment": { @@ -181275,9 +161719,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2015-03-05", - "examine": "A nice sturdy pike.", "wiki_name": "Crystal halberd (i) (4/10)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_halberd_(i)#4/10", "equipment": { @@ -181340,9 +161781,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2015-03-05", - "examine": "A nice sturdy pike.", "wiki_name": "Crystal halberd (i) (3/10)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_halberd_(i)#3/10", "equipment": { @@ -181405,9 +161843,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2015-03-05", - "examine": "A nice sturdy pike.", "wiki_name": "Crystal halberd (i) (2/10)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_halberd_(i)#2/10", "equipment": { @@ -181470,9 +161905,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2015-03-05", - "examine": "A nice sturdy pike.", "wiki_name": "Crystal halberd (i) (1/10)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_halberd_(i)#1/10", "equipment": { @@ -181535,9 +161967,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2015-03-05", - "examine": "A nice sturdy pike.", "wiki_name": "Crystal halberd (historical) (New)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_halberd_(historical)#New", "equipment": { @@ -181600,9 +162029,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2015-03-05", - "examine": "A nice sturdy pike.", "wiki_name": "Crystal halberd (historical) (Full)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_halberd_(historical)#Full", "equipment": { @@ -181665,9 +162091,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2015-03-05", - "examine": "A nice sturdy pike.", "wiki_name": "Crystal halberd (historical) (9/10)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_halberd_(historical)#9/10", "equipment": { @@ -181730,9 +162153,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2015-03-05", - "examine": "A nice sturdy pike.", "wiki_name": "Crystal halberd (historical) (8/10)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_halberd_(historical)#8/10", "equipment": { @@ -181795,9 +162215,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2015-03-05", - "examine": "A nice sturdy pike.", "wiki_name": "Crystal halberd (historical) (7/10)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_halberd_(historical)#7/10", "equipment": { @@ -181860,9 +162277,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2015-03-05", - "examine": "A nice sturdy pike.", "wiki_name": "Crystal halberd (historical) (6/10)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_halberd_(historical)#6/10", "equipment": { @@ -181925,9 +162339,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2015-03-05", - "examine": "A nice sturdy pike.", "wiki_name": "Crystal halberd (historical) (5/10)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_halberd_(historical)#5/10", "equipment": { @@ -181990,9 +162401,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2015-03-05", - "examine": "A nice sturdy pike.", "wiki_name": "Crystal halberd (historical) (4/10)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_halberd_(historical)#4/10", "equipment": { @@ -182055,9 +162463,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2015-03-05", - "examine": "A nice sturdy pike.", "wiki_name": "Crystal halberd (historical) (3/10)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_halberd_(historical)#3/10", "equipment": { @@ -182120,9 +162525,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2015-03-05", - "examine": "A nice sturdy pike.", "wiki_name": "Crystal halberd (historical) (2/10)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_halberd_(historical)#2/10", "equipment": { @@ -182185,9 +162587,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2015-03-05", - "examine": "A nice sturdy pike.", "wiki_name": "Crystal halberd (historical) (1/10)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_halberd_(historical)#1/10", "equipment": { @@ -182248,9 +162647,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.001, - "release_date": "2015-03-05", - "examine": "An enchanted teleportation crystal.", "wiki_name": "Teleport crystal (5)", "wiki_url": "https://oldschool.runescape.wiki/w/Teleport_crystal#(5)", "price": 0 @@ -182264,9 +162660,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.226, - "release_date": "2015-03-05", - "examine": "A pair of gloves from Karamja.", "wiki_name": "Karamja gloves 4", "wiki_url": "https://oldschool.runescape.wiki/w/Karamja_gloves_4", "equipment": { @@ -182298,9 +162691,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2015-03-05", - "examine": "Varrock smithing armour.", "wiki_name": "Varrock armour 1", "wiki_url": "https://oldschool.runescape.wiki/w/Varrock_armour_1", "equipment": { @@ -182332,9 +162722,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2015-03-05", - "examine": "Varrock smithing armour.", "wiki_name": "Varrock armour 2", "wiki_url": "https://oldschool.runescape.wiki/w/Varrock_armour_2", "equipment": { @@ -182366,9 +162753,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2015-03-05", - "examine": "Varrock smithing armour.", "wiki_name": "Varrock armour 3", "wiki_url": "https://oldschool.runescape.wiki/w/Varrock_armour_3", "equipment": { @@ -182400,9 +162784,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2015-03-05", - "examine": "Varrock smithing armour.", "wiki_name": "Varrock armour 4", "wiki_url": "https://oldschool.runescape.wiki/w/Varrock_armour_4", "equipment": { @@ -182435,9 +162816,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2015-03-05", - "examine": "A razor sharp sword.", "wiki_name": "Wilderness sword 1", "wiki_url": "https://oldschool.runescape.wiki/w/Wilderness_sword_1", "equipment": { @@ -182504,9 +162882,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2015-03-05", - "examine": "A razor sharp sword.", "wiki_name": "Wilderness sword 2", "wiki_url": "https://oldschool.runescape.wiki/w/Wilderness_sword_2", "equipment": { @@ -182573,9 +162948,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2015-03-05", - "examine": "A razor sharp sword.", "wiki_name": "Wilderness sword 3", "wiki_url": "https://oldschool.runescape.wiki/w/Wilderness_sword_3", "equipment": { @@ -182642,9 +163014,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2015-03-05", - "examine": "A razor sharp sword.", "wiki_name": "Wilderness sword 4", "wiki_url": "https://oldschool.runescape.wiki/w/Wilderness_sword_4", "equipment": { @@ -182710,9 +163079,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 9.071, - "release_date": "2015-03-05", - "examine": "Very sturdy leather greeves.", "wiki_name": "Morytania legs 1", "wiki_url": "https://oldschool.runescape.wiki/w/Morytania_legs_1", "equipment": { @@ -182744,9 +163110,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 9.071, - "release_date": "2015-03-05", - "examine": "Armoured greaves adorned with the crest of Morytania.", "wiki_name": "Morytania legs 2", "wiki_url": "https://oldschool.runescape.wiki/w/Morytania_legs_2", "equipment": { @@ -182776,9 +163139,6 @@ "equipable": true, "equipable_by_player": true, "cost": 0, - "weight": 9.071, - "release_date": "2015-03-05", - "examine": "Platelegs adorned with the crest of Morytania.", "wiki_name": "Morytania legs 3", "wiki_url": "https://oldschool.runescape.wiki/w/Morytania_legs_3", "equipment": { @@ -182810,9 +163170,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 9.071, - "release_date": "2015-03-05", - "examine": "Platelegs adorned with the crest of Morytania.", "wiki_name": "Morytania legs 4", "wiki_url": "https://oldschool.runescape.wiki/w/Morytania_legs_4", "equipment": { @@ -182840,9 +163197,6 @@ "name": "Bonecrusher", "members": true, "cost": 1, - "weight": 0.025, - "release_date": "2015-03-05", - "examine": "Crushes bones.", "wiki_name": "Bonecrusher", "wiki_url": "https://oldschool.runescape.wiki/w/Bonecrusher", "price": 0 @@ -182856,9 +163210,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 5.443, - "release_date": "2015-03-05", - "examine": "A shield from Falador.", "wiki_name": "Falador shield 1", "wiki_url": "https://oldschool.runescape.wiki/w/Falador_shield_1", "equipment": { @@ -182890,9 +163241,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 5.443, - "release_date": "2015-03-05", - "examine": "A shield from Falador.", "wiki_name": "Falador shield 2", "wiki_url": "https://oldschool.runescape.wiki/w/Falador_shield_2", "equipment": { @@ -182924,9 +163272,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 5.443, - "release_date": "2015-03-05", - "examine": "A shield from Falador.", "wiki_name": "Falador shield 3", "wiki_url": "https://oldschool.runescape.wiki/w/Falador_shield_3", "equipment": { @@ -182958,9 +163303,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 5.443, - "release_date": "2015-03-05", - "examine": "An elite shield from Falador.", "wiki_name": "Falador shield 4", "wiki_url": "https://oldschool.runescape.wiki/w/Falador_shield_4", "equipment": { @@ -182992,9 +163334,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2015-03-05", - "examine": "A shadowy Ardougne cloak.", "wiki_name": "Ardougne cloak 1", "wiki_url": "https://oldschool.runescape.wiki/w/Ardougne_cloak_1", "equipment": { @@ -183026,9 +163365,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2015-03-05", - "examine": "A shadowy Ardougne cloak.", "wiki_name": "Ardougne cloak 2", "wiki_url": "https://oldschool.runescape.wiki/w/Ardougne_cloak_2", "equipment": { @@ -183060,9 +163396,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2015-03-05", - "examine": "A shadowy Ardougne cloak.", "wiki_name": "Ardougne cloak 3", "wiki_url": "https://oldschool.runescape.wiki/w/Ardougne_cloak_3", "equipment": { @@ -183094,9 +163427,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2015-03-05", - "examine": "A shadowy Ardougne cloak.", "wiki_name": "Ardougne cloak 4", "wiki_url": "https://oldschool.runescape.wiki/w/Ardougne_cloak_4", "equipment": { @@ -183128,9 +163458,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.006, - "release_date": "2015-03-05", - "examine": "A Lumbridge explorer's ring.", "wiki_name": "Explorer's ring 1", "wiki_url": "https://oldschool.runescape.wiki/w/Explorer's_ring_1", "equipment": { @@ -183162,9 +163489,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.006, - "release_date": "2015-03-05", - "examine": "A Lumbridge explorer's ring.", "wiki_name": "Explorer's ring 2", "wiki_url": "https://oldschool.runescape.wiki/w/Explorer's_ring_2", "equipment": { @@ -183196,9 +163520,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.006, - "release_date": "2015-03-05", - "examine": "A Lumbridge explorer's ring.", "wiki_name": "Explorer's ring 3", "wiki_url": "https://oldschool.runescape.wiki/w/Explorer's_ring_3", "equipment": { @@ -183230,9 +163551,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.006, - "release_date": "2015-03-05", - "examine": "A Lumbridge explorer's ring.", "wiki_name": "Explorer's ring 4", "wiki_url": "https://oldschool.runescape.wiki/w/Explorer's_ring_4", "equipment": { @@ -183264,9 +163582,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.4, - "release_date": "2015-03-05", - "examine": "Sturdy boots for northern winters.", "wiki_name": "Fremennik sea boots 1", "wiki_url": "https://oldschool.runescape.wiki/w/Fremennik_sea_boots_1", "equipment": { @@ -183298,9 +163613,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.4, - "release_date": "2015-03-05", - "examine": "Sturdy boots for northern winters.", "wiki_name": "Fremennik sea boots 2", "wiki_url": "https://oldschool.runescape.wiki/w/Fremennik_sea_boots_2", "equipment": { @@ -183332,9 +163644,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.4, - "release_date": "2015-03-05", - "examine": "Sturdy boots for northern winters.", "wiki_name": "Fremennik sea boots 3", "wiki_url": "https://oldschool.runescape.wiki/w/Fremennik_sea_boots_3", "equipment": { @@ -183366,9 +163675,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.4, - "release_date": "2015-03-05", - "examine": "Sturdy boots for northern winters.", "wiki_name": "Fremennik sea boots 4", "wiki_url": "https://oldschool.runescape.wiki/w/Fremennik_sea_boots_4", "equipment": { @@ -183400,9 +163706,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2015-03-05", - "examine": "A heart shaped amulet containing sand.", "wiki_name": "Desert amulet 1", "wiki_url": "https://oldschool.runescape.wiki/w/Desert_amulet_1", "equipment": { @@ -183434,9 +163737,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2015-03-05", - "examine": "A heart shaped amulet containing sand.", "wiki_name": "Desert amulet 2", "wiki_url": "https://oldschool.runescape.wiki/w/Desert_amulet_2", "equipment": { @@ -183468,9 +163768,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2015-03-05", - "examine": "A heart shaped amulet containing sand.", "wiki_name": "Desert amulet 3", "wiki_url": "https://oldschool.runescape.wiki/w/Desert_amulet_3", "equipment": { @@ -183502,9 +163799,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2015-03-05", - "examine": "A heart shaped amulet containing sand.", "wiki_name": "Desert amulet 4", "wiki_url": "https://oldschool.runescape.wiki/w/Desert_amulet_4", "equipment": { @@ -183536,9 +163830,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2015-03-05", - "examine": "A hat with a jewelled eye upon it.", "wiki_name": "Kandarin headgear 1", "wiki_url": "https://oldschool.runescape.wiki/w/Kandarin_headgear_1", "equipment": { @@ -183570,9 +163861,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2015-03-05", - "examine": "A helm with a jewelled eye upon it.", "wiki_name": "Kandarin headgear 2", "wiki_url": "https://oldschool.runescape.wiki/w/Kandarin_headgear_2", "equipment": { @@ -183604,9 +163892,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2015-03-05", - "examine": "A helm with a jewelled eye upon it.", "wiki_name": "Kandarin headgear 3", "wiki_url": "https://oldschool.runescape.wiki/w/Kandarin_headgear_3", "equipment": { @@ -183638,9 +163923,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2015-03-05", - "examine": "A full helm with a jewelled eye upon it.", "wiki_name": "Kandarin headgear 4", "wiki_url": "https://oldschool.runescape.wiki/w/Kandarin_headgear_4", "equipment": { @@ -183673,9 +163955,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2015-03-05", - "examine": "A mysterious crystal banner.", "wiki_name": "Western banner 1", "wiki_url": "https://oldschool.runescape.wiki/w/Western_banner_1", "equipment": { @@ -183735,9 +164014,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2015-03-05", - "examine": "A mysterious crystal banner.", "wiki_name": "Western banner 2", "wiki_url": "https://oldschool.runescape.wiki/w/Western_banner_2", "equipment": { @@ -183797,9 +164073,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2015-03-05", - "examine": "A mysterious crystal banner.", "wiki_name": "Western banner 3", "wiki_url": "https://oldschool.runescape.wiki/w/Western_banner_3", "equipment": { @@ -183859,9 +164132,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2015-03-05", - "examine": "A mysterious crystal banner.", "wiki_name": "Western banner 4", "wiki_url": "https://oldschool.runescape.wiki/w/Western_banner_4", "equipment": { @@ -183918,9 +164188,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2015-03-05", - "examine": "I wonder what happens if I rub it...", "wiki_name": "Antique lamp (easy)", "wiki_url": "https://oldschool.runescape.wiki/w/Antique_lamp_(easy)", "price": 0 @@ -183932,9 +164199,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2015-03-05", - "examine": "I wonder what happens if I rub it...", "wiki_name": "Antique lamp (medium)", "wiki_url": "https://oldschool.runescape.wiki/w/Antique_lamp_(medium)", "price": 0 @@ -183946,9 +164210,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2015-03-05", - "examine": "I wonder what happens if I rub it...", "wiki_name": "Antique lamp (hard)", "wiki_url": "https://oldschool.runescape.wiki/w/Antique_lamp_(hard)", "price": 0 @@ -183960,9 +164221,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2015-03-05", - "examine": "I wonder what happens if I rub it...", "wiki_name": "Antique lamp (elite)", "wiki_url": "https://oldschool.runescape.wiki/w/Antique_lamp_(elite)", "price": 0 @@ -183977,10 +164235,7 @@ "cost": 7000, "lowalch": 2800, "highalch": 4200, - "weight": 0.05, "buy_limit": 5, - "release_date": "2015-03-19", - "examine": "A set containing the four pages of Saradomin's Holy Book.", "wiki_name": "Holy book page set", "wiki_url": "https://oldschool.runescape.wiki/w/Holy_book_page_set", "price": 22947 @@ -183995,10 +164250,7 @@ "cost": 7000, "lowalch": 2800, "highalch": 4200, - "weight": 0.05, "buy_limit": 5, - "release_date": "2015-03-19", - "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": 38469 @@ -184013,10 +164265,7 @@ "cost": 7000, "lowalch": 2800, "highalch": 4200, - "weight": 0.05, "buy_limit": 5, - "release_date": "2015-03-19", - "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": 28560 @@ -184031,10 +164280,7 @@ "cost": 7500, "lowalch": 3000, "highalch": 4500, - "weight": 0.05, "buy_limit": 5, - "release_date": "2015-03-19", - "examine": "A set containing the four pages of Bandos' Book of War.", "wiki_name": "Book of war page set", "wiki_url": "https://oldschool.runescape.wiki/w/Book_of_war_page_set", "price": 18681 @@ -184049,10 +164295,7 @@ "cost": 7500, "lowalch": 3000, "highalch": 4500, - "weight": 0.05, "buy_limit": 5, - "release_date": "2015-03-19", - "examine": "A set containing the four pages of Armadyl's Book of Law.", "wiki_name": "Book of law page set", "wiki_url": "https://oldschool.runescape.wiki/w/Book_of_law_page_set", "price": 40287 @@ -184067,10 +164310,7 @@ "cost": 7500, "lowalch": 3000, "highalch": 4500, - "weight": 0.05, "buy_limit": 5, - "release_date": "2015-03-19", - "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": 42460 @@ -184085,10 +164325,7 @@ "cost": 9000, "lowalch": 3600, "highalch": 5400, - "weight": 0.05, "buy_limit": 8, - "release_date": "2015-03-19", - "examine": "A set containing a Zamorak dragonhide coif, body, chaps and vambraces.", "wiki_name": "Zamorak dragonhide set", "wiki_url": "https://oldschool.runescape.wiki/w/Zamorak_dragonhide_set", "price": 1361501 @@ -184103,10 +164340,7 @@ "cost": 9000, "lowalch": 3600, "highalch": 5400, - "weight": 0.05, "buy_limit": 8, - "release_date": "2015-03-19", - "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": 993985 @@ -184121,10 +164355,7 @@ "cost": 9000, "lowalch": 3600, "highalch": 5400, - "weight": 0.05, "buy_limit": 8, - "release_date": "2015-03-19", - "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": 852000 @@ -184139,10 +164370,7 @@ "cost": 9500, "lowalch": 3800, "highalch": 5700, - "weight": 0.05, "buy_limit": 8, - "release_date": "2015-03-19", - "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": 993000 @@ -184157,10 +164385,7 @@ "cost": 9500, "lowalch": 3800, "highalch": 5700, - "weight": 0.05, "buy_limit": 8, - "release_date": "2015-03-19", - "examine": "A set containing an Armadyl dragonhide coif, body, chaps and bracers.", "wiki_name": "Armadyl dragonhide set", "wiki_url": "https://oldschool.runescape.wiki/w/Armadyl_dragonhide_set", "price": 1217263 @@ -184175,10 +164400,7 @@ "cost": 9500, "lowalch": 3800, "highalch": 5700, - "weight": 0.05, "buy_limit": 8, - "release_date": "2015-03-19", - "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": 980500 @@ -184192,10 +164414,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.05, "buy_limit": 5, - "release_date": "2015-03-19", - "examine": "A set containing red, yellow, blue, purple, green and white partyhats.", "wiki_name": "Partyhat set", "wiki_url": "https://oldschool.runescape.wiki/w/Partyhat_set", "price": 73773 @@ -184209,10 +164428,7 @@ "cost": 8, "lowalch": 3, "highalch": 4, - "weight": 0.05, "buy_limit": 5, - "release_date": "2015-03-19", - "examine": "A set containing red, green and blue Halloween masks.", "wiki_name": "Halloween mask set", "wiki_url": "https://oldschool.runescape.wiki/w/Halloween_mask_set", "price": 36803 @@ -184222,9 +164438,6 @@ "name": "Venenatis spiderling", "members": true, "cost": 1, - "weight": 0.015, - "release_date": "2015-03-19", - "examine": "Vacuum proof.", "wiki_name": "Venenatis spiderling", "wiki_url": "https://oldschool.runescape.wiki/w/Venenatis_spiderling", "price": 0 @@ -184234,9 +164447,6 @@ "name": "Callisto cub", "members": true, "cost": 1, - "weight": 0.015, - "release_date": "2015-03-19", - "examine": "I wouldn't want to eat his Porridge.", "wiki_name": "Callisto cub", "wiki_url": "https://oldschool.runescape.wiki/w/Callisto_cub", "price": 0 @@ -184248,9 +164458,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2015-03-19", - "examine": "Only the true lord & king of the lands can lift his burden.", "wiki_name": "Vet'ion jr. (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Vet'ion_jr.#Normal", "price": 0 @@ -184262,9 +164469,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2015-03-19", - "examine": "Only the true lord & king of the lands can lift his burden.", "wiki_name": "Vet'ion jr. (Reborn)", "wiki_url": "https://oldschool.runescape.wiki/w/Vet'ion_jr.#Reborn", "price": 0 @@ -184274,9 +164478,6 @@ "name": "Scorpia's offspring", "members": true, "cost": 1, - "weight": 0.015, - "release_date": "2015-03-19", - "examine": "A scuttling little scorpion with an incredibly vicious tail.", "wiki_name": "Scorpia's offspring", "wiki_url": "https://oldschool.runescape.wiki/w/Scorpia's_offspring", "price": 0 @@ -184289,9 +164490,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2015-03-30", - "examine": "Bigger and softer than a rabbit's foot necklace.", "wiki_name": "Bunny feet", "wiki_url": "https://oldschool.runescape.wiki/w/Bunny_feet", "equipment": { @@ -184320,9 +164518,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2015-03-30", - "examine": "Needs ammunition.", "wiki_name": "Empty blaster", "wiki_url": "https://oldschool.runescape.wiki/w/Empty_blaster", "price": 0 @@ -184333,9 +164528,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2015-03-30", - "examine": "It's loaded with explosive rounds only.", "wiki_name": "Incomplete blaster", "wiki_url": "https://oldschool.runescape.wiki/w/Incomplete_blaster", "price": 0 @@ -184346,9 +164538,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2015-03-30", - "examine": "Choc 'n' load!", "wiki_name": "Easter blaster", "wiki_url": "https://oldschool.runescape.wiki/w/Easter_blaster", "price": 0 @@ -184360,8 +164549,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2015-03-30", - "examine": "Might explode if it hits the ground hard enough.", "wiki_name": "Volatile mineral", "wiki_url": "https://oldschool.runescape.wiki/w/Volatile_mineral", "price": 0 @@ -184372,9 +164559,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2015-04-01", - "examine": "A heavy package I must deliver for Little Mo.", "wiki_name": "Package", "wiki_url": "https://oldschool.runescape.wiki/w/Package", "price": 0 @@ -184385,9 +164569,6 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 1, - "release_date": "2015-04-01", - "examine": "A pair of familiar looking claws.", "wiki_name": "Diango's claws", "wiki_url": "https://oldschool.runescape.wiki/w/Diango's_claws", "price": 0 @@ -184400,10 +164581,7 @@ "cost": 2000000, "lowalch": 800000, "highalch": 1200000, - "weight": 0.003, "buy_limit": 100, - "release_date": "2015-03-30", - "examine": "This bond can be redeemed for membership.", "wiki_name": "Old school bond (Tradeable)", "wiki_url": "https://oldschool.runescape.wiki/w/Old_school_bond#Tradeable", "price": 12226628 @@ -184414,9 +164592,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2015-03-30", - "examine": "This bond can be redeemed for membership. It can be made tradeable again through the membership bonds interface.", "wiki_name": "Old school bond (Untradeable)", "wiki_url": "https://oldschool.runescape.wiki/w/Old_school_bond#Untradeable", "price": 0 @@ -184430,9 +164605,6 @@ "cost": 350, "lowalch": 140, "highalch": 210, - "weight": 0.453, - "release_date": "2015-04-16", - "examine": "A pack containing 100 bone crossbow bolts.", "wiki_name": "Bone bolt pack", "wiki_url": "https://oldschool.runescape.wiki/w/Bone_bolt_pack", "price": 0 @@ -184441,9 +164613,6 @@ "id": 13195, "name": "Oddskull", "cost": 1, - "weight": 0.001, - "release_date": "2015-04-16", - "examine": "Ball taken!", "wiki_name": "Oddskull", "wiki_url": "https://oldschool.runescape.wiki/w/Oddskull", "price": 0 @@ -184455,9 +164624,6 @@ "cost": 110400, "lowalch": 44160, "highalch": 66240, - "weight": 0.9, - "release_date": "2015-04-30", - "examine": "Needs to be charged with Zulrah's scales.", "wiki_name": "Tanzanite helm (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Tanzanite_helm#Uncharged", "price": 0 @@ -184471,9 +164637,6 @@ "cost": 110500, "lowalch": 44200, "highalch": 66300, - "weight": 0.9, - "release_date": "2015-04-30", - "examine": "Protects the wearer from poison and venom, and helps envenom monsters.", "wiki_name": "Tanzanite helm (Charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Tanzanite_helm#Charged", "equipment": { @@ -184505,9 +164668,6 @@ "cost": 110400, "lowalch": 44160, "highalch": 66240, - "weight": 0.9, - "release_date": "2015-04-30", - "examine": "Needs to be charged with Zulrah's scales.", "wiki_name": "Magma helm (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Magma_helm#Uncharged", "price": 0 @@ -184521,9 +164681,6 @@ "cost": 110500, "lowalch": 44200, "highalch": 66300, - "weight": 0.9, - "release_date": "2015-04-30", - "examine": "Protects the wearer from poison and venom, and helps envenom monsters.", "wiki_name": "Magma helm (Charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Magma_helm#Charged", "equipment": { @@ -184555,9 +164712,6 @@ "cost": 9500, "lowalch": 3800, "highalch": 5700, - "weight": 0.05, - "release_date": "2015-04-30", - "examine": "Triggers mutation in a serpentine helm.", "wiki_name": "Tanzanite mutagen", "wiki_url": "https://oldschool.runescape.wiki/w/Tanzanite_mutagen", "price": 0 @@ -184569,9 +164723,6 @@ "cost": 9500, "lowalch": 3800, "highalch": 5700, - "weight": 0.05, - "release_date": "2015-04-30", - "examine": "Triggers mutation in a serpentine helm.", "wiki_name": "Magma mutagen", "wiki_url": "https://oldschool.runescape.wiki/w/Magma_mutagen", "price": 0 @@ -184585,9 +164736,6 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 0.3, - "release_date": "2015-05-21", - "examine": "An ancient ring said to bring you closer to the Gods.", "wiki_name": "Ring of the gods (i) (Nightmare Zone)", "wiki_url": "https://oldschool.runescape.wiki/w/Ring_of_the_gods_(i)#Nightmare_Zone", "equipment": { @@ -184618,9 +164766,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2015-06-18", - "examine": "A shining mask of balance.", "wiki_name": "Mask of balance", "wiki_url": "https://oldschool.runescape.wiki/w/Mask_of_balance", "equipment": { @@ -184649,8 +164794,6 @@ "tradeable": true, "stackable": true, "cost": 1000, - "release_date": "2015-06-25", - "examine": "Use it on a banker or bankbooth to exchange it for 1,000 coins per token.", "wiki_name": "Platinum token", "wiki_url": "https://oldschool.runescape.wiki/w/Platinum_token", "price": 0 @@ -184659,9 +164802,6 @@ "id": 13205, "name": "Rotten egg", "cost": 1, - "weight": 1.814, - "release_date": "2015-07-02", - "examine": "A disconcertingly rotten egg.", "wiki_name": "Rotten egg", "wiki_url": "https://oldschool.runescape.wiki/w/Rotten_egg", "price": 0 @@ -184672,9 +164812,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.05, - "release_date": "2015-07-23", - "examine": "A tiger toy.", "wiki_name": "Tiger toy", "wiki_url": "https://oldschool.runescape.wiki/w/Tiger_toy", "price": 0 @@ -184685,9 +164822,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.05, - "release_date": "2015-07-23", - "examine": "A lion toy.", "wiki_name": "Lion toy", "wiki_url": "https://oldschool.runescape.wiki/w/Lion_toy", "price": 0 @@ -184698,9 +164832,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.05, - "release_date": "2015-07-23", - "examine": "A snow leopard toy.", "wiki_name": "Snow leopard toy", "wiki_url": "https://oldschool.runescape.wiki/w/Snow_leopard_toy", "price": 0 @@ -184711,9 +164842,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.05, - "release_date": "2015-07-23", - "examine": "An amur leopard toy.", "wiki_name": "Amur leopard toy", "wiki_url": "https://oldschool.runescape.wiki/w/Amur_leopard_toy", "price": 0 @@ -184727,9 +164855,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2015-07-30", - "examine": "The cape worn by music aficionados.", "wiki_name": "Music cape (Untrimmed)", "wiki_url": "https://oldschool.runescape.wiki/w/Music_cape#Untrimmed", "equipment": { @@ -184761,9 +164886,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2015-07-30", - "examine": "The cape worn by music aficionados.", "wiki_name": "Music cape (Trimmed)", "wiki_url": "https://oldschool.runescape.wiki/w/Music_cape#Trimmed", "equipment": { @@ -184795,9 +164917,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2015-07-30", - "examine": "Music cape hood.", "wiki_name": "Music hood", "wiki_url": "https://oldschool.runescape.wiki/w/Music_hood", "equipment": { @@ -184827,9 +164946,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2015-08-06", - "examine": "This is not going to hurt... but it might tickle.", "wiki_name": "Tzrek-jad (TzRek-Jad)", "wiki_url": "https://oldschool.runescape.wiki/w/Tzrek-jad#TzRek-Jad", "price": 0 @@ -184841,9 +164957,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2015-08-13", - "examine": "A sack for storing grimy herbs.", "wiki_name": "Herb sack (Closed)", "wiki_url": "https://oldschool.runescape.wiki/w/Herb_sack#Closed", "price": 0 @@ -184858,10 +164971,7 @@ "cost": 45000, "lowalch": 18000, "highalch": 27000, - "weight": 0.05, "buy_limit": 15, - "release_date": "2015-08-27", - "examine": "A powerful crystal of magic.", "wiki_name": "Eternal crystal", "wiki_url": "https://oldschool.runescape.wiki/w/Eternal_crystal", "price": 6816056 @@ -184876,10 +164986,7 @@ "cost": 45000, "lowalch": 18000, "highalch": 27000, - "weight": 0.05, "buy_limit": 15, - "release_date": "2015-08-27", - "examine": "A powerful crystal of flight.", "wiki_name": "Pegasian crystal", "wiki_url": "https://oldschool.runescape.wiki/w/Pegasian_crystal", "price": 214582 @@ -184894,10 +165001,7 @@ "cost": 45000, "lowalch": 18000, "highalch": 27000, - "weight": 0.05, "buy_limit": 15, - "release_date": "2015-08-27", - "examine": "A powerful crystal of strength.", "wiki_name": "Primordial crystal", "wiki_url": "https://oldschool.runescape.wiki/w/Primordial_crystal", "price": 30771160 @@ -184912,10 +165016,7 @@ "cost": 45000, "lowalch": 18000, "highalch": 27000, - "weight": 0.05, "buy_limit": 5, - "release_date": "2015-08-27", - "examine": "A smouldering stone from the depths of Hell.", "wiki_name": "Smouldering stone", "wiki_url": "https://oldschool.runescape.wiki/w/Smouldering_stone", "price": 3809874 @@ -184932,10 +165033,7 @@ "cost": 75000, "lowalch": 30000, "highalch": 45000, - "weight": 1.814, "buy_limit": 15, - "release_date": "2015-08-27", - "examine": "A pair of upgraded infinity boots.", "wiki_name": "Eternal boots", "wiki_url": "https://oldschool.runescape.wiki/w/Eternal_boots", "equipment": { @@ -184973,10 +165071,7 @@ "cost": 75000, "lowalch": 30000, "highalch": 45000, - "weight": 1.814, "buy_limit": 15, - "release_date": "2015-08-27", - "examine": "A pair of upgraded ranger boots.", "wiki_name": "Pegasian boots", "wiki_url": "https://oldschool.runescape.wiki/w/Pegasian_boots", "equipment": { @@ -185014,10 +165109,7 @@ "cost": 75000, "lowalch": 30000, "highalch": 45000, - "weight": 1.814, "buy_limit": 15, - "release_date": "2015-08-27", - "examine": "A pair of upgraded dragon boots.", "wiki_name": "Primordial boots", "wiki_url": "https://oldschool.runescape.wiki/w/Primordial_boots", "equipment": { @@ -185053,9 +165145,6 @@ "cost": 99801, "lowalch": 39920, "highalch": 59880, - "weight": 1.814, - "release_date": "2015-08-27", - "examine": "A very powerful, fiery hatchet.", "wiki_name": "Infernal axe (Charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Infernal_axe#Charged", "equipment": { @@ -185124,9 +165213,6 @@ "cost": 99800, "lowalch": 39920, "highalch": 59880, - "weight": 1.814, - "release_date": "2015-08-27", - "examine": "A very powerful, fiery hatchet.", "wiki_name": "Infernal axe (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Infernal_axe#Uncharged", "equipment": { @@ -185195,9 +165281,6 @@ "cost": 99801, "lowalch": 39920, "highalch": 59880, - "weight": 2.4, - "release_date": "2015-08-27", - "examine": "A very powerful, fiery pickaxe.", "wiki_name": "Infernal pickaxe (Charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Infernal_pickaxe#Charged", "equipment": { @@ -185266,9 +165349,6 @@ "cost": 99800, "lowalch": 39920, "highalch": 59880, - "weight": 2.4, - "release_date": "2015-08-27", - "examine": "A very powerful, fiery pickaxe.", "wiki_name": "Infernal pickaxe (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Infernal_pickaxe#Uncharged", "equipment": { @@ -185337,10 +165417,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, "buy_limit": 4, - "release_date": "2015-08-27", - "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": 110048 @@ -185350,9 +165427,6 @@ "name": "Hellpuppy", "members": true, "cost": 1, - "weight": 0.015, - "release_date": "2015-08-27", - "examine": "A fiery little pup!", "wiki_name": "Hellpuppy", "wiki_url": "https://oldschool.runescape.wiki/w/Hellpuppy", "price": 0 @@ -185362,9 +165436,6 @@ "name": "Key master's key", "members": true, "cost": 1, - "weight": 0.01, - "release_date": "2015-08-27", - "examine": "Nobody knows what this is for.", "wiki_name": "Key master's key", "wiki_url": "https://oldschool.runescape.wiki/w/Key_master's_key", "price": 0 @@ -185377,8 +165448,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "release_date": "2015-08-27", - "examine": "Teleports you to the Key Master.", "wiki_name": "Key master teleport", "wiki_url": "https://oldschool.runescape.wiki/w/Key_master_teleport", "price": 0 @@ -185392,9 +165461,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.453, - "release_date": "2015-09-03", - "examine": "A pack containing 100 filled plant pots.", "wiki_name": "Plant pot pack", "wiki_url": "https://oldschool.runescape.wiki/w/Plant_pot_pack", "price": 0 @@ -185408,9 +165474,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.453, - "release_date": "2015-09-03", - "examine": "A pack containing 100 sacks.", "wiki_name": "Sack pack", "wiki_url": "https://oldschool.runescape.wiki/w/Sack_pack", "price": 0 @@ -185424,9 +165487,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.453, - "release_date": "2015-09-03", - "examine": "A pack containing 100 baskets.", "wiki_name": "Basket pack", "wiki_url": "https://oldschool.runescape.wiki/w/Basket_pack", "price": 0 @@ -185441,10 +165501,7 @@ "cost": 34600, "lowalch": 13840, "highalch": 20760, - "weight": 0.25, "buy_limit": 5, - "release_date": "2015-09-03", - "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": 109945 @@ -185458,9 +165515,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.5, - "release_date": "2015-09-17", - "examine": "This will help with fishing.", "wiki_name": "Angler hat", "wiki_url": "https://oldschool.runescape.wiki/w/Angler_hat", "equipment": { @@ -185492,9 +165546,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 1, - "release_date": "2015-09-17", - "examine": "This will help with fishing.", "wiki_name": "Angler top", "wiki_url": "https://oldschool.runescape.wiki/w/Angler_top", "equipment": { @@ -185526,9 +165577,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 1, - "release_date": "2015-09-17", - "examine": "This will help with fishing.", "wiki_name": "Angler waders", "wiki_url": "https://oldschool.runescape.wiki/w/Angler_waders", "equipment": { @@ -185560,9 +165608,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 1, - "release_date": "2015-09-17", - "examine": "Where's Welly?", "wiki_name": "Angler boots", "wiki_url": "https://oldschool.runescape.wiki/w/Angler_boots", "equipment": { @@ -185590,9 +165635,6 @@ "name": "Abyssal orphan", "members": true, "cost": 1, - "weight": 0.015, - "release_date": "2015-10-01", - "examine": "Born in the death throes of an Abyssal Sire.", "wiki_name": "Abyssal orphan", "wiki_url": "https://oldschool.runescape.wiki/w/Abyssal_orphan", "price": 0 @@ -185610,10 +165652,7 @@ "cost": 260000, "lowalch": 104000, "highalch": 156000, - "weight": 6, "buy_limit": 8, - "release_date": "2015-10-01", - "examine": "Elements of deceased Abyssal Sires have been fused together.", "wiki_name": "Abyssal bludgeon", "wiki_url": "https://oldschool.runescape.wiki/w/Abyssal_bludgeon", "equipment": { @@ -185679,10 +165718,7 @@ "cost": 115001, "lowalch": 46000, "highalch": 69000, - "weight": 0.453, "buy_limit": 8, - "release_date": "2015-10-01", - "examine": "Something sharp from the body of a defeated Abyssal Sire.", "wiki_name": "Abyssal dagger (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Abyssal_dagger#Unpoisoned", "equipment": { @@ -185754,10 +165790,7 @@ "cost": 115002, "lowalch": 46000, "highalch": 69001, - "weight": 0.453, "buy_limit": 8, - "release_date": "2015-10-01", - "examine": "Something sharp and poisonous from the body of a defeated Abyssal Sire.", "wiki_name": "Abyssal dagger (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Abyssal_dagger#Poison", "equipment": { @@ -185829,10 +165862,7 @@ "cost": 115003, "lowalch": 46001, "highalch": 69001, - "weight": 0.453, "buy_limit": 8, - "release_date": "2015-10-01", - "examine": "Something sharp and very poisonous from the body of a defeated Abyssal Sire.", "wiki_name": "Abyssal dagger (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Abyssal_dagger#Poison+", "equipment": { @@ -185904,10 +165934,7 @@ "cost": 115004, "lowalch": 46001, "highalch": 69002, - "weight": 0.453, "buy_limit": 8, - "release_date": "2015-10-01", - "examine": "Something sharp and extremely poisonous from the body of a defeated Abyssal Sire.", "wiki_name": "Abyssal dagger (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Abyssal_dagger#Poison++", "equipment": { @@ -185971,9 +165998,6 @@ "name": "Unsired", "members": true, "cost": 140000, - "weight": 1.4, - "release_date": "2015-10-01", - "examine": "Doesn't seem to have survived the death of its Sire.", "wiki_name": "Unsired", "wiki_url": "https://oldschool.runescape.wiki/w/Unsired", "price": 0 @@ -185985,9 +166009,6 @@ "cost": 230000, "lowalch": 92000, "highalch": 138000, - "weight": 2.5, - "release_date": "2015-10-01", - "examine": "The spine from a deceased Abyssal Sire.", "wiki_name": "Bludgeon spine", "wiki_url": "https://oldschool.runescape.wiki/w/Bludgeon_spine", "price": 0 @@ -185999,9 +166020,6 @@ "cost": 230000, "lowalch": 92000, "highalch": 138000, - "weight": 2.5, - "release_date": "2015-10-01", - "examine": "A claw from a deceased Abyssal Sire.", "wiki_name": "Bludgeon claw", "wiki_url": "https://oldschool.runescape.wiki/w/Bludgeon_claw", "price": 0 @@ -186013,9 +166031,6 @@ "cost": 230000, "lowalch": 92000, "highalch": 138000, - "weight": 2.5, - "release_date": "2015-10-01", - "examine": "An axon from a deceased Abyssal Sire.", "wiki_name": "Bludgeon axon", "wiki_url": "https://oldschool.runescape.wiki/w/Bludgeon_axon", "price": 0 @@ -186030,10 +166045,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.04, "buy_limit": 4, - "release_date": "2015-10-01", - "examine": "It smells abysmal.", "wiki_name": "Jar of miasma", "wiki_url": "https://oldschool.runescape.wiki/w/Jar_of_miasma", "price": 34210 @@ -186045,9 +166057,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.51, - "release_date": "2015-10-01", - "examine": "A book left for you by the Overseer.", "wiki_name": "Overseer's book", "wiki_url": "https://oldschool.runescape.wiki/w/Overseer's_book", "price": 0 @@ -186061,9 +166070,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2015-10-15", - "examine": "The cape worn by only the most experienced players.", "wiki_name": "Max cape (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Max_cape#Inventory", "equipment": { @@ -186119,9 +166125,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2015-10-15", - "examine": "The hood worn by only the most experienced players.", "wiki_name": "Max hood", "wiki_url": "https://oldschool.runescape.wiki/w/Max_hood", "equipment": { @@ -186176,9 +166179,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, - "release_date": "2015-10-29", - "examine": "It's now easy being green.", "wiki_name": "Gravedigger mask (Reward)", "wiki_url": "https://oldschool.runescape.wiki/w/Gravedigger_mask#Reward", "equipment": { @@ -186209,9 +166209,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.9, - "release_date": "2015-10-29", - "examine": "Featuring a selection of mud stains from across Gielinor.", "wiki_name": "Gravedigger top (Reward)", "wiki_url": "https://oldschool.runescape.wiki/w/Gravedigger_top#Reward", "equipment": { @@ -186242,9 +166239,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.8, - "release_date": "2015-10-29", - "examine": "Is that someone's missing phalange stuck in the hem?", "wiki_name": "Gravedigger leggings (Reward)", "wiki_url": "https://oldschool.runescape.wiki/w/Gravedigger_leggings#Reward", "equipment": { @@ -186275,9 +166269,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2015-10-29", - "examine": "If there's something sticky on the underside, don't ask who it was.", "wiki_name": "Gravedigger boots (Reward)", "wiki_url": "https://oldschool.runescape.wiki/w/Gravedigger_boots#Reward", "equipment": { @@ -186308,9 +166299,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2015-10-29", - "examine": "They protect your hands from the rough handles of spades.", "wiki_name": "Gravedigger gloves (Reward)", "wiki_url": "https://oldschool.runescape.wiki/w/Gravedigger_gloves#Reward", "equipment": { @@ -186341,9 +166329,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2015-10-29", - "examine": "Your smelly reward for helping evict Anti-Santa from Death's house.", "wiki_name": "Anti-panties (Reward)", "wiki_url": "https://oldschool.runescape.wiki/w/Anti-panties#Reward", "equipment": { @@ -186372,9 +166357,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2015-10-29", - "examine": "This can be used to raid items that were in your victim's bank.", "wiki_name": "Bank key (1st)", "wiki_url": "https://oldschool.runescape.wiki/w/Bank_key#1st", "price": 0 @@ -186385,9 +166367,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2015-10-29", - "examine": "This can be used to raid items that were in your victim's bank.", "wiki_name": "Bank key (2nd)", "wiki_url": "https://oldschool.runescape.wiki/w/Bank_key#2nd", "price": 0 @@ -186398,9 +166377,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2015-10-29", - "examine": "This can be used to raid items that were in your victim's bank.", "wiki_name": "Bank key (3rd)", "wiki_url": "https://oldschool.runescape.wiki/w/Bank_key#3rd", "price": 0 @@ -186411,9 +166387,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2015-10-29", - "examine": "This can be used to raid items that were in your victim's bank.", "wiki_name": "Bank key (4th)", "wiki_url": "https://oldschool.runescape.wiki/w/Bank_key#4th", "price": 0 @@ -186424,9 +166397,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2015-10-29", - "examine": "This can be used to raid items that were in your victim's bank.", "wiki_name": "Bank key (5th)", "wiki_url": "https://oldschool.runescape.wiki/w/Bank_key#5th", "price": 0 @@ -186436,8 +166406,6 @@ "name": "Blood money", "stackable": true, "cost": 1, - "release_date": "2015-10-29", - "examine": "These can be taken to Deadman Nigel in Lumbridge.", "wiki_name": "Blood money", "wiki_url": "https://oldschool.runescape.wiki/w/Blood_money", "price": 0 @@ -186450,9 +166418,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 9.979, - "release_date": "2015-10-29", - "examine": "15 men may jump on you, but only to steal the contents of your bank.", "wiki_name": "Deadman's chest (Deadman Mode)", "wiki_url": "https://oldschool.runescape.wiki/w/Deadman's_chest#Deadman_Mode", "equipment": { @@ -186483,9 +166448,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 9.071, - "release_date": "2015-10-29", - "examine": "That numb feeling.", "wiki_name": "Deadman's legs (Deadman Mode)", "wiki_url": "https://oldschool.runescape.wiki/w/Deadman's_legs#Deadman_Mode", "equipment": { @@ -186516,9 +166478,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.453, - "release_date": "2015-10-29", - "examine": "Dark and sinister, just like a deadman.", "wiki_name": "Deadman's cape (Deadman Mode)", "wiki_url": "https://oldschool.runescape.wiki/w/Deadman's_cape#Deadman_Mode", "equipment": { @@ -186548,9 +166507,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2015-11-05", - "examine": "Smells a little fishy.", "wiki_name": "Heron (Regular)", "wiki_url": "https://oldschool.runescape.wiki/w/Heron#Regular", "price": 0 @@ -186562,9 +166518,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2015-11-05", - "examine": "Found somewhere between a rock and a hard place.", "wiki_name": "Rock golem (Rock)", "wiki_url": "https://oldschool.runescape.wiki/w/Rock_golem#Rock", "price": 0 @@ -186574,9 +166527,6 @@ "name": "Beaver", "members": true, "cost": 1, - "weight": 0.015, - "release_date": "2015-11-05", - "examine": "Looks like it's gotten through a lot of wood.", "wiki_name": "Beaver", "wiki_url": "https://oldschool.runescape.wiki/w/Beaver", "price": 0 @@ -186588,9 +166538,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2015-11-05", - "examine": "Fluffy and cute, keep away from fire!", "wiki_name": "Baby chinchompa (Red)", "wiki_url": "https://oldschool.runescape.wiki/w/Baby_chinchompa#Red", "price": 0 @@ -186602,9 +166549,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2015-11-05", - "examine": "Fluffy and cute, keep away from fire!", "wiki_name": "Baby chinchompa (Grey)", "wiki_url": "https://oldschool.runescape.wiki/w/Baby_chinchompa#Grey", "price": 0 @@ -186616,9 +166560,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2015-11-05", - "examine": "Fluffy and cute, keep away from fire!", "wiki_name": "Baby chinchompa (Black)", "wiki_url": "https://oldschool.runescape.wiki/w/Baby_chinchompa#Black", "price": 0 @@ -186630,9 +166571,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2015-11-05", - "examine": "Fluffy and cute, keep away from fire!", "wiki_name": "Baby chinchompa (Gold)", "wiki_url": "https://oldschool.runescape.wiki/w/Baby_chinchompa#Gold", "price": 0 @@ -186641,9 +166579,6 @@ "id": 13327, "name": "Rotten onion", "cost": 0, - "weight": 0.001, - "release_date": "2015-11-12", - "examine": "Spawns green banners.", "wiki_name": "Rotten onion", "wiki_url": "https://oldschool.runescape.wiki/w/Rotten_onion", "price": 0 @@ -186657,9 +166592,6 @@ "cost": 49, "lowalch": 19, "highalch": 29, - "weight": 1, - "release_date": "2015-11-12", - "examine": "Makes me think of whales... I wish I knew why.", "wiki_name": "Green banner", "wiki_url": "https://oldschool.runescape.wiki/w/Green_banner", "equipment": { @@ -186725,9 +166657,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2015-11-19", - "examine": "The cape worn by only the most experienced players.", "wiki_name": "Fire max cape (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Fire_max_cape#Normal", "equipment": { @@ -186783,9 +166712,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2015-11-19", - "examine": "The hood worn by only the most experienced players.", "wiki_name": "Fire max hood", "wiki_url": "https://oldschool.runescape.wiki/w/Fire_max_hood", "equipment": { @@ -186839,9 +166765,6 @@ "equipable": true, "equipable_by_player": true, "cost": 99000, - "weight": 0.453, - "release_date": "2015-11-19", - "examine": "The cape worn by only the most experienced players.", "wiki_name": "Saradomin max cape", "wiki_url": "https://oldschool.runescape.wiki/w/Saradomin_max_cape", "equipment": { @@ -186897,9 +166820,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2015-11-19", - "examine": "The hood worn by only the most experienced players.", "wiki_name": "Saradomin max hood", "wiki_url": "https://oldschool.runescape.wiki/w/Saradomin_max_hood", "equipment": { @@ -186953,9 +166873,6 @@ "equipable": true, "equipable_by_player": true, "cost": 99000, - "weight": 0.453, - "release_date": "2015-11-19", - "examine": "The cape worn by only the most experienced players.", "wiki_name": "Zamorak max cape", "wiki_url": "https://oldschool.runescape.wiki/w/Zamorak_max_cape", "equipment": { @@ -187011,9 +166928,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2015-11-19", - "examine": "The hood worn by only the most experienced players.", "wiki_name": "Zamorak max hood", "wiki_url": "https://oldschool.runescape.wiki/w/Zamorak_max_hood", "equipment": { @@ -187067,9 +166981,6 @@ "equipable": true, "equipable_by_player": true, "cost": 99000, - "weight": 0.453, - "release_date": "2015-11-19", - "examine": "The cape worn by only the most experienced players.", "wiki_name": "Guthix max cape", "wiki_url": "https://oldschool.runescape.wiki/w/Guthix_max_cape", "equipment": { @@ -187125,9 +167036,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2015-11-19", - "examine": "The hood worn by only the most experienced players.", "wiki_name": "Guthix max hood", "wiki_url": "https://oldschool.runescape.wiki/w/Guthix_max_hood", "equipment": { @@ -187181,9 +167089,6 @@ "equipable": true, "equipable_by_player": true, "cost": 99000, - "weight": 0.453, - "release_date": "2015-11-19", - "examine": "The cape worn by only the most experienced players.", "wiki_name": "Accumulator max cape", "wiki_url": "https://oldschool.runescape.wiki/w/Accumulator_max_cape", "equipment": { @@ -187239,9 +167144,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2015-11-19", - "examine": "The hood worn by only the most experienced players.", "wiki_name": "Accumulator max hood", "wiki_url": "https://oldschool.runescape.wiki/w/Accumulator_max_hood", "equipment": { @@ -187295,9 +167197,6 @@ "cost": 140, "lowalch": 56, "highalch": 84, - "weight": 0.6, - "release_date": "2015-11-26", - "examine": "An eel that used to live in a toxic swamp containing Zulrah's discarded scales.", "wiki_name": "Sacred eel", "wiki_url": "https://oldschool.runescape.wiki/w/Sacred_eel", "price": 0 @@ -187308,9 +167207,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.113, - "release_date": "2015-12-15", - "examine": "A black Santa hat produced by Anti-Santa.", "wiki_name": "Black santa hat", "wiki_url": "https://oldschool.runescape.wiki/w/Black_santa_hat", "equipment": { @@ -187339,9 +167235,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.113, - "release_date": "2015-12-15", - "examine": "An inverted Santa hat worn by Santa's White Knight bodyguards.", "wiki_name": "Inverted santa hat", "wiki_url": "https://oldschool.runescape.wiki/w/Inverted_santa_hat", "equipment": { @@ -187368,9 +167261,6 @@ "id": 13345, "name": "Anti-present", "cost": 1, - "weight": 1, - "release_date": "2015-12-15", - "examine": "I don't even want to think about what could be inside!", "wiki_name": "Anti-present", "wiki_url": "https://oldschool.runescape.wiki/w/Anti-present", "price": 0 @@ -187379,9 +167269,6 @@ "id": 13346, "name": "Present", "cost": 1, - "weight": 1, - "release_date": "2015-12-15", - "examine": "I wonder what could be inside?", "wiki_name": "Present (Christmas 2015)", "wiki_url": "https://oldschool.runescape.wiki/w/Present_(Christmas_2015)", "price": 0 @@ -187392,9 +167279,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2015-12-15", - "examine": "I need to fill this vial with tears.", "wiki_name": "Vial of tears (Empty)", "wiki_url": "https://oldschool.runescape.wiki/w/Vial_of_tears#Empty", "price": 0 @@ -187405,9 +167289,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2015-12-15", - "examine": "A vial containing some tears.", "wiki_name": "Vial of tears (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Vial_of_tears#(1)", "price": 0 @@ -187418,9 +167299,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.025, - "release_date": "2015-12-15", - "examine": "A vial containing some tears.", "wiki_name": "Vial of tears (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Vial_of_tears#(2)", "price": 0 @@ -187431,9 +167309,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.03, - "release_date": "2015-12-15", - "examine": "A vial containing some tears.", "wiki_name": "Vial of tears (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Vial_of_tears#(3)", "price": 0 @@ -187444,9 +167319,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.035, - "release_date": "2015-12-15", - "examine": "A vial filled with tears.", "wiki_name": "Vial of tears (Full)", "wiki_url": "https://oldschool.runescape.wiki/w/Vial_of_tears#Full", "price": 0 @@ -187455,9 +167327,6 @@ "id": 13352, "name": "Vial of sorrow", "cost": 1, - "weight": 0.035, - "release_date": "2015-12-15", - "examine": "A vial of pure sorrow.", "wiki_name": "Vial of sorrow", "wiki_url": "https://oldschool.runescape.wiki/w/Vial_of_sorrow", "price": 0 @@ -187469,9 +167338,6 @@ "cost": 1200, "lowalch": 480, "highalch": 720, - "weight": 0.98, - "release_date": "2016-01-07", - "examine": "Contains far more water than should fit in such a small can.", "wiki_name": "Gricoller's can", "wiki_url": "https://oldschool.runescape.wiki/w/Gricoller's_can", "price": 0 @@ -187483,9 +167349,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 1.36, - "release_date": "2016-01-07", - "examine": "This metal is a popular material for military equipment in Great Kourend.", "wiki_name": "Lovakite bar", "wiki_url": "https://oldschool.runescape.wiki/w/Lovakite_bar", "price": 0 @@ -187497,9 +167360,6 @@ "cost": 80, "lowalch": 32, "highalch": 48, - "weight": 1.3, - "release_date": "2016-01-07", - "examine": "The strange wood of a mature juniper tree.", "wiki_name": "Juniper logs", "wiki_url": "https://oldschool.runescape.wiki/w/Juniper_logs", "price": 0 @@ -187511,9 +167371,6 @@ "cost": 80, "lowalch": 32, "highalch": 48, - "weight": 1.814, - "release_date": "2016-01-07", - "examine": "This needs refining.", "wiki_name": "Lovakite ore", "wiki_url": "https://oldschool.runescape.wiki/w/Lovakite_ore", "price": 0 @@ -187527,9 +167384,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.226, - "release_date": "2016-01-07", - "examine": "Dress like a tier 1 Shayzien soldier.", "wiki_name": "Shayzien gloves (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Shayzien_gloves_(1)", "equipment": { @@ -187563,9 +167417,6 @@ "cost": 25, "lowalch": 10, "highalch": 15, - "weight": 1.36, - "release_date": "2016-01-07", - "examine": "Dress like a tier 1 Shayzien soldier.", "wiki_name": "Shayzien boots (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Shayzien_boots_(1)", "equipment": { @@ -187599,9 +167450,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 2.721, - "release_date": "2016-01-07", - "examine": "Dress like a tier 1 Shayzien soldier.", "wiki_name": "Shayzien helm (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Shayzien_helm_(1)", "equipment": { @@ -187635,9 +167483,6 @@ "cost": 35, "lowalch": 14, "highalch": 21, - "weight": 9.071, - "release_date": "2016-01-07", - "examine": "Dress like a tier 1 Shayzien soldier.", "wiki_name": "Shayzien greaves (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Shayzien_greaves_(1)", "equipment": { @@ -187671,9 +167516,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 9.979, - "release_date": "2016-01-07", - "examine": "Dress like a tier 1 Shayzien soldier.", "wiki_name": "Shayzien platebody (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Shayzien_platebody_(1)", "equipment": { @@ -187707,9 +167549,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.226, - "release_date": "2016-01-07", - "examine": "Dress like a tier 2 Shayzien soldier.", "wiki_name": "Shayzien gloves (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Shayzien_gloves_(2)", "equipment": { @@ -187743,9 +167582,6 @@ "cost": 35, "lowalch": 14, "highalch": 21, - "weight": 1.36, - "release_date": "2016-01-07", - "examine": "Dress like a tier 2 Shayzien soldier.", "wiki_name": "Shayzien boots (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Shayzien_boots_(2)", "equipment": { @@ -187779,9 +167615,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 2.721, - "release_date": "2016-01-07", - "examine": "Dress like a tier 2 Shayzien soldier.", "wiki_name": "Shayzien helm (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Shayzien_helm_(2)", "equipment": { @@ -187815,9 +167648,6 @@ "cost": 45, "lowalch": 18, "highalch": 27, - "weight": 9.071, - "release_date": "2016-01-07", - "examine": "Dress like a tier 2 Shayzien soldier.", "wiki_name": "Shayzien greaves (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Shayzien_greaves_(2)", "equipment": { @@ -187851,9 +167681,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 9.979, - "release_date": "2016-01-07", - "examine": "Dress like a tier 2 Shayzien soldier.", "wiki_name": "Shayzien platebody (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Shayzien_platebody_(2)", "equipment": { @@ -187887,9 +167714,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.226, - "release_date": "2016-01-07", - "examine": "Dress like a tier 3 Shayzien soldier.", "wiki_name": "Shayzien gloves (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Shayzien_gloves_(3)", "equipment": { @@ -187923,9 +167747,6 @@ "cost": 45, "lowalch": 18, "highalch": 27, - "weight": 1.36, - "release_date": "2016-01-07", - "examine": "Dress like a tier 3 Shayzien soldier.", "wiki_name": "Shayzien boots (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Shayzien_boots_(3)", "equipment": { @@ -187959,9 +167780,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 2.721, - "release_date": "2016-01-07", - "examine": "Dress like a tier 3 Shayzien soldier.", "wiki_name": "Shayzien helm (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Shayzien_helm_(3)", "equipment": { @@ -187995,9 +167813,6 @@ "cost": 55, "lowalch": 22, "highalch": 33, - "weight": 9.071, - "release_date": "2016-01-07", - "examine": "Dress like a tier 3 Shayzien soldier.", "wiki_name": "Shayzien greaves (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Shayzien_greaves_(3)", "equipment": { @@ -188031,9 +167846,6 @@ "cost": 60, "lowalch": 24, "highalch": 36, - "weight": 9.979, - "release_date": "2016-01-07", - "examine": "Dress like a tier 3 Shayzien soldier.", "wiki_name": "Shayzien platebody (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Shayzien_platebody_(3)", "equipment": { @@ -188067,9 +167879,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.226, - "release_date": "2016-01-07", - "examine": "Dress like a tier 4 Shayzien soldier.", "wiki_name": "Shayzien gloves (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Shayzien_gloves_(4)", "equipment": { @@ -188103,9 +167912,6 @@ "cost": 55, "lowalch": 22, "highalch": 33, - "weight": 1.36, - "release_date": "2016-01-07", - "examine": "Dress like a tier 4 Shayzien soldier.", "wiki_name": "Shayzien boots (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Shayzien_boots_(4)", "equipment": { @@ -188139,9 +167945,6 @@ "cost": 60, "lowalch": 24, "highalch": 36, - "weight": 2.721, - "release_date": "2016-01-07", - "examine": "Dress like a tier 4 Shayzien soldier.", "wiki_name": "Shayzien helm (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Shayzien_helm_(4)", "equipment": { @@ -188175,9 +167978,6 @@ "cost": 65, "lowalch": 26, "highalch": 39, - "weight": 9.071, - "release_date": "2016-01-07", - "examine": "Dress like a tier 4 Shayzien soldier.", "wiki_name": "Shayzien greaves (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Shayzien_greaves_(4)", "equipment": { @@ -188211,9 +168011,6 @@ "cost": 70, "lowalch": 28, "highalch": 42, - "weight": 9.979, - "release_date": "2016-01-07", - "examine": "Dress like a tier 4 Shayzien soldier.", "wiki_name": "Shayzien platebody (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Shayzien_platebody_(4)", "equipment": { @@ -188247,9 +168044,6 @@ "cost": 60, "lowalch": 24, "highalch": 36, - "weight": 0.226, - "release_date": "2016-01-07", - "examine": "Dress like a tier 5 Shayzien soldier.", "wiki_name": "Shayzien gloves (5)", "wiki_url": "https://oldschool.runescape.wiki/w/Shayzien_gloves_(5)", "equipment": { @@ -188283,9 +168077,6 @@ "cost": 65, "lowalch": 26, "highalch": 39, - "weight": 1.36, - "release_date": "2016-01-07", - "examine": "Dress like a tier 5 Shayzien soldier.", "wiki_name": "Shayzien boots (5)", "wiki_url": "https://oldschool.runescape.wiki/w/Shayzien_boots_(5)", "equipment": { @@ -188319,9 +168110,6 @@ "cost": 70, "lowalch": 28, "highalch": 42, - "weight": 2.721, - "release_date": "2016-01-07", - "examine": "Dress like a tier 5 Shayzien soldier.", "wiki_name": "Shayzien helm (5)", "wiki_url": "https://oldschool.runescape.wiki/w/Shayzien_helm_(5)", "equipment": { @@ -188355,9 +168143,6 @@ "cost": 75, "lowalch": 30, "highalch": 45, - "weight": 9.071, - "release_date": "2016-01-07", - "examine": "Dress like a tier 5 Shayzien soldier.", "wiki_name": "Shayzien greaves (5)", "wiki_url": "https://oldschool.runescape.wiki/w/Shayzien_greaves_(5)", "equipment": { @@ -188391,9 +168176,6 @@ "cost": 80, "lowalch": 32, "highalch": 48, - "weight": 9.979, - "release_date": "2016-01-07", - "examine": "Dress like a tier 5 Shayzien soldier.", "wiki_name": "Shayzien body (5)", "wiki_url": "https://oldschool.runescape.wiki/w/Shayzien_body_(5)", "equipment": { @@ -188425,9 +168207,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.2, - "release_date": "2016-01-07", - "examine": "Army issue all-purpose medical pack.", "wiki_name": "Shayzien medpack", "wiki_url": "https://oldschool.runescape.wiki/w/Shayzien_medpack", "price": 0 @@ -188442,10 +168221,7 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "weight": 0.06, "buy_limit": 13000, - "release_date": "2016-01-07", - "examine": "An old scrap of cloth, containing remnants of Xeric's forgotten magicks.", "wiki_name": "Xerician fabric", "wiki_url": "https://oldschool.runescape.wiki/w/Xerician_fabric", "price": 548 @@ -188462,10 +168238,7 @@ "cost": 60, "lowalch": 24, "highalch": 36, - "weight": 0.2, "buy_limit": 125, - "release_date": "2016-01-07", - "examine": "The forgotten magicks of Xeric imbue this garment with a little power.", "wiki_name": "Xerician hat", "wiki_url": "https://oldschool.runescape.wiki/w/Xerician_hat", "equipment": { @@ -188503,10 +168276,7 @@ "cost": 80, "lowalch": 32, "highalch": 48, - "weight": 0.2, "buy_limit": 125, - "release_date": "2016-01-07", - "examine": "The forgotten magicks of Xeric imbue this garment with a little power.", "wiki_name": "Xerician top", "wiki_url": "https://oldschool.runescape.wiki/w/Xerician_top", "equipment": { @@ -188544,10 +168314,7 @@ "cost": 70, "lowalch": 28, "highalch": 42, - "weight": 0.18, "buy_limit": 125, - "release_date": "2016-01-07", - "examine": "The forgotten magicks of Xeric imbue this garment with a little power.", "wiki_name": "Xerician robe", "wiki_url": "https://oldschool.runescape.wiki/w/Xerician_robe", "equipment": { @@ -188584,8 +168351,6 @@ "lowalch": 24, "highalch": 36, "buy_limit": 13000, - "release_date": "2016-01-07", - "examine": "Ripped from the maw of a dying lizardman of Kourend.", "wiki_name": "Lizardman fang", "wiki_url": "https://oldschool.runescape.wiki/w/Lizardman_fang", "price": 17 @@ -188599,9 +168364,6 @@ "cost": 350, "lowalch": 140, "highalch": 210, - "weight": 0.06, - "release_date": "2016-01-07", - "examine": "A dormant relic of the ancient times of Kourend.", "wiki_name": "Xeric's talisman (Inert)", "wiki_url": "https://oldschool.runescape.wiki/w/Xeric's_talisman#Inert", "equipment": { @@ -188633,9 +168395,6 @@ "cost": 351, "lowalch": 140, "highalch": 210, - "weight": 0.06, - "release_date": "2016-01-07", - "examine": "An enervated relic of the ancient times of Kourend.", "wiki_name": "Xeric's talisman (Charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Xeric's_talisman#Charged", "equipment": { @@ -188665,9 +168424,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.005, - "release_date": "2016-01-07", - "examine": "Info about a planned gang meeting. It may be out of date.", "wiki_name": "Gang meeting info", "wiki_url": "https://oldschool.runescape.wiki/w/Gang_meeting_info", "price": 0 @@ -188679,9 +168435,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.005, - "release_date": "2016-01-07", - "examine": "Looted from a gangster whose meeting ended violently.", "wiki_name": "Intelligence", "wiki_url": "https://oldschool.runescape.wiki/w/Intelligence", "price": 0 @@ -188693,9 +168446,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.2, - "release_date": "2016-01-07", - "examine": "A Shayzien book about how to be a better soldier.", "wiki_name": "Training manual", "wiki_url": "https://oldschool.runescape.wiki/w/Training_manual", "price": 0 @@ -188707,9 +168457,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.17, - "release_date": "2016-01-07", - "examine": "There is flour in this pot.", "wiki_name": "Servery flour", "wiki_url": "https://oldschool.runescape.wiki/w/Servery_flour", "price": 0 @@ -188721,9 +168468,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.17, - "release_date": "2016-01-07", - "examine": "Suitable for making pies.", "wiki_name": "Servery pastry dough", "wiki_url": "https://oldschool.runescape.wiki/w/Servery_pastry_dough", "price": 0 @@ -188735,9 +168479,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.34, - "release_date": "2016-01-07", - "examine": "There's plenty of cattle around Hosidius. Let's assume that's what this is.", "wiki_name": "Servery raw meat", "wiki_url": "https://oldschool.runescape.wiki/w/Servery_raw_meat", "price": 0 @@ -188749,9 +168490,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2016-01-07", - "examine": "A pie dish from the servery in Hosidius.", "wiki_name": "Servery dish", "wiki_url": "https://oldschool.runescape.wiki/w/Servery_dish", "price": 0 @@ -188763,9 +168501,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.25, - "release_date": "2016-01-07", - "examine": "An empty pie. Needs meatiness.", "wiki_name": "Servery pie shell", "wiki_url": "https://oldschool.runescape.wiki/w/Servery_pie_shell", "price": 0 @@ -188777,9 +168512,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, - "release_date": "2016-01-07", - "examine": "A meat pie that needs to be cooked.", "wiki_name": "Servery uncooked pie", "wiki_url": "https://oldschool.runescape.wiki/w/Servery_uncooked_pie", "price": 0 @@ -188791,9 +168523,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.45, - "release_date": "2016-01-07", - "examine": "Put it on the servery table to feed the troops.", "wiki_name": "Servery meat pie", "wiki_url": "https://oldschool.runescape.wiki/w/Servery_meat_pie", "price": 0 @@ -188805,9 +168534,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2016-01-07", - "examine": "I need to add some tomato next.", "wiki_name": "Servery pizza base", "wiki_url": "https://oldschool.runescape.wiki/w/Servery_pizza_base", "price": 0 @@ -188819,9 +168545,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.08, - "release_date": "2016-01-07", - "examine": "This would make good pizza topping.", "wiki_name": "Servery tomato", "wiki_url": "https://oldschool.runescape.wiki/w/Servery_tomato", "price": 0 @@ -188833,9 +168556,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.6, - "release_date": "2016-01-07", - "examine": "I need to add some cheese next.", "wiki_name": "Servery incomplete pizza", "wiki_url": "https://oldschool.runescape.wiki/w/Servery_incomplete_pizza", "price": 0 @@ -188847,9 +168567,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.2, - "release_date": "2016-01-07", - "examine": "This would make good pizza topping.", "wiki_name": "Servery cheese", "wiki_url": "https://oldschool.runescape.wiki/w/Servery_cheese", "price": 0 @@ -188861,9 +168578,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.8, - "release_date": "2016-01-07", - "examine": "This needs cooking.", "wiki_name": "Servery uncooked pizza", "wiki_url": "https://oldschool.runescape.wiki/w/Servery_uncooked_pizza", "price": 0 @@ -188875,9 +168589,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.8, - "release_date": "2016-01-07", - "examine": "The soldiers won't want it without pineapple.", "wiki_name": "Servery plain pizza", "wiki_url": "https://oldschool.runescape.wiki/w/Servery_plain_pizza", "price": 0 @@ -188889,9 +168600,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.15, - "release_date": "2016-01-07", - "examine": "It can be cut up into chunks with a knife.", "wiki_name": "Servery pineapple", "wiki_url": "https://oldschool.runescape.wiki/w/Servery_pineapple", "price": 0 @@ -188903,9 +168611,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.12, - "release_date": "2016-01-07", - "examine": "Fresh chunks of pineapple.", "wiki_name": "Servery pineapple chunks", "wiki_url": "https://oldschool.runescape.wiki/w/Servery_pineapple_chunks", "price": 0 @@ -188917,9 +168622,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.9, - "release_date": "2016-01-07", - "examine": "Put it on the servery table to feed the troops.", "wiki_name": "Servery pineapple pizza", "wiki_url": "https://oldschool.runescape.wiki/w/Servery_pineapple_pizza", "price": 0 @@ -188931,9 +168633,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.283, - "release_date": "2016-01-07", - "examine": "There's plenty of cattle around Hosidius. Let's assume that's what this is.", "wiki_name": "Servery cooked meat", "wiki_url": "https://oldschool.runescape.wiki/w/Servery_cooked_meat", "price": 0 @@ -188945,9 +168644,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.6, - "release_date": "2016-01-07", - "examine": "For making stew for soldiers.", "wiki_name": "Servery potato", "wiki_url": "https://oldschool.runescape.wiki/w/Servery_potato", "price": 0 @@ -188959,9 +168655,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2016-01-07", - "examine": "I need to add some meat too.", "wiki_name": "Servery incomplete stew (Potato)", "wiki_url": "https://oldschool.runescape.wiki/w/Servery_incomplete_stew#Potato", "price": 0 @@ -188973,9 +168666,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.2, - "release_date": "2016-01-07", - "examine": "I need to add some potato too.", "wiki_name": "Servery incomplete stew (Meat)", "wiki_url": "https://oldschool.runescape.wiki/w/Servery_incomplete_stew#Meat", "price": 0 @@ -188987,9 +168677,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2016-01-07", - "examine": "I need to cook this.", "wiki_name": "Servery uncooked stew", "wiki_url": "https://oldschool.runescape.wiki/w/Servery_uncooked_stew", "price": 0 @@ -189001,9 +168688,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2016-01-07", - "examine": "Put it on the servery table to feed the troops.", "wiki_name": "Servery stew", "wiki_url": "https://oldschool.runescape.wiki/w/Servery_stew", "price": 0 @@ -189015,9 +168699,6 @@ "cost": 48, "lowalch": 19, "highalch": 28, - "weight": 3.05, - "release_date": "2016-01-07", - "examine": "Used in the farming industry of Hosidius.", "wiki_name": "Sulphurous fertiliser", "wiki_url": "https://oldschool.runescape.wiki/w/Sulphurous_fertiliser", "price": 0 @@ -189029,9 +168710,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 3.55, - "release_date": "2016-01-07", - "examine": "It's amazing how much fertiliser Gricoller can fit in one bucket.", "wiki_name": "Gricoller's fertiliser", "wiki_url": "https://oldschool.runescape.wiki/w/Gricoller's_fertiliser", "price": 0 @@ -189046,10 +168724,7 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.003, "buy_limit": 13000, - "release_date": "2016-01-07", - "examine": "A powder that can be added to compost to make fertiliser.", "wiki_name": "Saltpetre", "wiki_url": "https://oldschool.runescape.wiki/w/Saltpetre", "price": 10 @@ -189062,8 +168737,6 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "release_date": "2016-01-07", - "examine": "Plant it in the land strips in Hosidius.", "wiki_name": "Golovanova seed", "wiki_url": "https://oldschool.runescape.wiki/w/Golovanova_seed", "price": 0 @@ -189076,8 +168749,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "release_date": "2016-01-07", - "examine": "Plant it in the land strips in Hosidius.", "wiki_name": "Bologano seed", "wiki_url": "https://oldschool.runescape.wiki/w/Bologano_seed", "price": 0 @@ -189090,8 +168761,6 @@ "cost": 6, "lowalch": 2, "highalch": 3, - "release_date": "2016-01-07", - "examine": "Plant it in the land strips in Hosidius.", "wiki_name": "Logavano seed", "wiki_url": "https://oldschool.runescape.wiki/w/Logavano_seed", "price": 0 @@ -189104,8 +168773,6 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "release_date": "2016-01-07", - "examine": "Full of Vitamin G.", "wiki_name": "Golovanova fruit", "wiki_url": "https://oldschool.runescape.wiki/w/Golovanova_fruit", "price": 0 @@ -189118,8 +168785,6 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "release_date": "2016-01-07", - "examine": "Helps keep you regular.", "wiki_name": "Bologano fruit", "wiki_url": "https://oldschool.runescape.wiki/w/Bologano_fruit", "price": 0 @@ -189132,8 +168797,6 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "release_date": "2016-01-07", - "examine": "Smells like a combination of honey and cadavers.", "wiki_name": "Logavano fruit", "wiki_url": "https://oldschool.runescape.wiki/w/Logavano_fruit", "price": 0 @@ -189145,9 +168808,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.7, - "release_date": "2016-01-07", - "examine": "Some freshly caught fish.", "wiki_name": "Fresh fish", "wiki_url": "https://oldschool.runescape.wiki/w/Fresh_fish", "price": 0 @@ -189159,9 +168819,6 @@ "cost": 90, "lowalch": 36, "highalch": 54, - "weight": 2.5, - "release_date": "2016-01-07", - "examine": "There are sandworms buried in the bucket.", "wiki_name": "Bucket of sandworms", "wiki_url": "https://oldschool.runescape.wiki/w/Bucket_of_sandworms", "price": 0 @@ -189177,8 +168834,6 @@ "lowalch": 36, "highalch": 54, "buy_limit": 8000, - "release_date": "2016-01-07", - "examine": "Can be used as bait for catching anglerfish.", "wiki_name": "Sandworms", "wiki_url": "https://oldschool.runescape.wiki/w/Sandworms", "price": 120 @@ -189191,9 +168846,6 @@ "cost": 9000, "lowalch": 3600, "highalch": 5400, - "weight": 0.3, - "release_date": "2016-01-07", - "examine": "A pack containing 100 sets of sandworms.", "wiki_name": "Sandworms pack", "wiki_url": "https://oldschool.runescape.wiki/w/Sandworms_pack", "price": 0 @@ -189203,9 +168855,6 @@ "name": "Stolen pendant", "members": true, "cost": 1, - "weight": 0.05, - "release_date": "2016-01-07", - "examine": "Somebody is going to miss this.", "wiki_name": "Stolen pendant", "wiki_url": "https://oldschool.runescape.wiki/w/Stolen_pendant", "price": 0 @@ -189215,9 +168864,6 @@ "name": "Stolen garnet ring", "members": true, "cost": 1, - "weight": 0.05, - "release_date": "2016-01-07", - "examine": "Somebody is going to miss this.", "wiki_name": "Stolen garnet ring", "wiki_url": "https://oldschool.runescape.wiki/w/Stolen_garnet_ring", "price": 0 @@ -189227,9 +168873,6 @@ "name": "Stolen circlet", "members": true, "cost": 1, - "weight": 0.05, - "release_date": "2016-01-07", - "examine": "Somebody is going to miss this.", "wiki_name": "Stolen circlet", "wiki_url": "https://oldschool.runescape.wiki/w/Stolen_circlet", "price": 0 @@ -189239,9 +168882,6 @@ "name": "Stolen family heirloom", "members": true, "cost": 1, - "weight": 0.05, - "release_date": "2016-01-07", - "examine": "Somebody is going to miss this.", "wiki_name": "Stolen family heirloom", "wiki_url": "https://oldschool.runescape.wiki/w/Stolen_family_heirloom", "price": 0 @@ -189251,9 +168891,6 @@ "name": "Stolen jewelry box", "members": true, "cost": 1, - "weight": 0.05, - "release_date": "2016-01-07", - "examine": "Somebody is going to miss this.", "wiki_name": "Stolen jewelry box", "wiki_url": "https://oldschool.runescape.wiki/w/Stolen_jewelry_box", "price": 0 @@ -189268,10 +168905,7 @@ "cost": 450, "lowalch": 180, "highalch": 270, - "weight": 0.4, "buy_limit": 15000, - "release_date": "2016-01-07", - "examine": "I should try cooking this.", "wiki_name": "Raw anglerfish", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_anglerfish", "price": 1789 @@ -189286,10 +168920,7 @@ "cost": 450, "lowalch": 180, "highalch": 270, - "weight": 0.4, "buy_limit": 10000, - "release_date": "2016-01-07", - "examine": "I hope this tastes better than it looks.", "wiki_name": "Anglerfish", "wiki_url": "https://oldschool.runescape.wiki/w/Anglerfish", "price": 1958 @@ -189303,9 +168934,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.4, - "release_date": "2016-01-07", - "examine": "Oops!", "wiki_name": "Burnt anglerfish", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_anglerfish", "price": 0 @@ -189317,9 +168945,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.028, - "release_date": "2016-01-07", - "examine": "Magical pressures have warped it into an incredibly dense material.", "wiki_name": "Dense essence block", "wiki_url": "https://oldschool.runescape.wiki/w/Dense_essence_block", "price": 0 @@ -189331,9 +168956,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.028, - "release_date": "2016-01-07", - "examine": "A dark power infests this dense essence block.", "wiki_name": "Dark essence block", "wiki_url": "https://oldschool.runescape.wiki/w/Dark_essence_block", "price": 0 @@ -189346,9 +168968,6 @@ "cost": 52, "lowalch": 20, "highalch": 31, - "weight": 0.453, - "release_date": "2016-01-07", - "examine": "The creature's soul is still in here. I could reanimate it with Basic Reanimation.", "wiki_name": "Ensouled goblin head (Drop)", "wiki_url": "https://oldschool.runescape.wiki/w/Ensouled_goblin_head#Drop", "price": 0 @@ -189363,10 +168982,7 @@ "cost": 52, "lowalch": 20, "highalch": 31, - "weight": 0.453, "buy_limit": 3000, - "release_date": "2016-01-07", - "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": 293 @@ -189379,9 +168995,6 @@ "cost": 104, "lowalch": 41, "highalch": 62, - "weight": 0.453, - "release_date": "2016-01-07", - "examine": "The creature's soul is still in here. I could reanimate it with Basic Reanimation.", "wiki_name": "Ensouled monkey head (Drop)", "wiki_url": "https://oldschool.runescape.wiki/w/Ensouled_monkey_head#Drop", "price": 0 @@ -189396,10 +169009,7 @@ "cost": 104, "lowalch": 41, "highalch": 62, - "weight": 0.453, "buy_limit": 3000, - "release_date": "2016-01-07", - "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": 367 @@ -189411,9 +169021,6 @@ "cost": 156, "lowalch": 62, "highalch": 93, - "weight": 0.453, - "release_date": "2016-01-07", - "examine": "The creature's soul is still in here. I could reanimate it with Basic Reanimation.", "wiki_name": "Ensouled imp head (Drop)", "wiki_url": "https://oldschool.runescape.wiki/w/Ensouled_imp_head#Drop", "price": 0 @@ -189428,10 +169035,7 @@ "cost": 156, "lowalch": 62, "highalch": 93, - "weight": 0.453, "buy_limit": 3000, - "release_date": "2016-01-07", - "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": 1557 @@ -189444,9 +169048,6 @@ "cost": 228, "lowalch": 91, "highalch": 136, - "weight": 0.453, - "release_date": "2016-01-07", - "examine": "The creature's soul is still in here. I could reanimate it with Basic Reanimation.", "wiki_name": "Ensouled minotaur head (Drop)", "wiki_url": "https://oldschool.runescape.wiki/w/Ensouled_minotaur_head#Drop", "price": 0 @@ -189461,10 +169062,7 @@ "cost": 228, "lowalch": 91, "highalch": 136, - "weight": 0.453, "buy_limit": 3000, - "release_date": "2016-01-07", - "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": 500 @@ -189477,9 +169075,6 @@ "cost": 247, "lowalch": 98, "highalch": 148, - "weight": 0.453, - "release_date": "2016-01-07", - "examine": "The creature's soul is still in here. I could reanimate it with Basic Reanimation.", "wiki_name": "Ensouled scorpion head (Drop)", "wiki_url": "https://oldschool.runescape.wiki/w/Ensouled_scorpion_head#Drop", "price": 0 @@ -189494,10 +169089,7 @@ "cost": 247, "lowalch": 98, "highalch": 148, - "weight": 0.453, "buy_limit": 3000, - "release_date": "2016-01-07", - "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": 710 @@ -189510,9 +169102,6 @@ "cost": 260, "lowalch": 104, "highalch": 156, - "weight": 0.453, - "release_date": "2016-01-07", - "examine": "The creature's soul is still in here. I could reanimate it with Basic Reanimation.", "wiki_name": "Ensouled bear head (Drop)", "wiki_url": "https://oldschool.runescape.wiki/w/Ensouled_bear_head#Drop", "price": 0 @@ -189527,10 +169116,7 @@ "cost": 260, "lowalch": 104, "highalch": 156, - "weight": 0.453, "buy_limit": 3000, - "release_date": "2016-01-07", - "examine": "The creature's soul is still in here. I could reanimate it with Basic Reanimation.", "wiki_name": "Ensouled bear head (Item)", "wiki_url": "https://oldschool.runescape.wiki/w/Ensouled_bear_head#Item", "price": 594 @@ -189543,9 +169129,6 @@ "cost": 267, "lowalch": 106, "highalch": 160, - "weight": 0.453, - "release_date": "2016-01-07", - "examine": "The creature's soul is still in here. I could reanimate it with Basic Reanimation.", "wiki_name": "Ensouled unicorn head (Drop)", "wiki_url": "https://oldschool.runescape.wiki/w/Ensouled_unicorn_head#Drop", "price": 0 @@ -189560,10 +169143,7 @@ "cost": 267, "lowalch": 106, "highalch": 160, - "weight": 0.453, "buy_limit": 3000, - "release_date": "2016-01-07", - "examine": "The creature's soul is still in here. I could reanimate it with Basic Reanimation.", "wiki_name": "Ensouled unicorn head (Item)", "wiki_url": "https://oldschool.runescape.wiki/w/Ensouled_unicorn_head#Item", "price": 2019 @@ -189576,9 +169156,6 @@ "cost": 286, "lowalch": 114, "highalch": 171, - "weight": 0.453, - "release_date": "2016-01-07", - "examine": "The creature's soul is still in here. I could reanimate it with Adept Reanimation.", "wiki_name": "Ensouled dog head (Drop)", "wiki_url": "https://oldschool.runescape.wiki/w/Ensouled_dog_head#Drop", "price": 0 @@ -189593,10 +169170,7 @@ "cost": 286, "lowalch": 114, "highalch": 171, - "weight": 0.453, "buy_limit": 3000, - "release_date": "2016-01-07", - "examine": "The creature's soul is still in here. I could reanimate it with Adept Reanimation.", "wiki_name": "Ensouled dog head (Item)", "wiki_url": "https://oldschool.runescape.wiki/w/Ensouled_dog_head#Item", "price": 651 @@ -189609,9 +169183,6 @@ "cost": 299, "lowalch": 119, "highalch": 179, - "weight": 0.453, - "release_date": "2016-01-07", - "examine": "The druid's soul is still in here. I could reanimate it with Adept Reanimation.", "wiki_name": "Ensouled chaos druid head (Drop)", "wiki_url": "https://oldschool.runescape.wiki/w/Ensouled_chaos_druid_head#Drop", "price": 0 @@ -189626,10 +169197,7 @@ "cost": 299, "lowalch": 119, "highalch": 179, - "weight": 0.453, "buy_limit": 3000, - "release_date": "2016-01-07", - "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": 744 @@ -189642,9 +169210,6 @@ "cost": 319, "lowalch": 127, "highalch": 191, - "weight": 0.453, - "release_date": "2016-01-07", - "examine": "The creature's soul is still in here. I could reanimate it with Adept Reanimation.", "wiki_name": "Ensouled giant head (Drop)", "wiki_url": "https://oldschool.runescape.wiki/w/Ensouled_giant_head#Drop", "price": 0 @@ -189659,10 +169224,7 @@ "cost": 319, "lowalch": 127, "highalch": 191, - "weight": 0.453, "buy_limit": 3000, - "release_date": "2016-01-07", - "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": 858 @@ -189675,9 +169237,6 @@ "cost": 338, "lowalch": 135, "highalch": 202, - "weight": 0.453, - "release_date": "2016-01-07", - "examine": "The creature's soul is still in here. I could reanimate it with Adept Reanimation.", "wiki_name": "Ensouled ogre head (Drop)", "wiki_url": "https://oldschool.runescape.wiki/w/Ensouled_ogre_head#Drop", "price": 0 @@ -189692,10 +169251,7 @@ "cost": 338, "lowalch": 135, "highalch": 202, - "weight": 0.453, "buy_limit": 3000, - "release_date": "2016-01-07", - "examine": "The creature's soul is still in here. I could reanimate it with Adept Reanimation.", "wiki_name": "Ensouled ogre head (Item)", "wiki_url": "https://oldschool.runescape.wiki/w/Ensouled_ogre_head#Item", "price": 1385 @@ -189708,9 +169264,6 @@ "cost": 358, "lowalch": 143, "highalch": 214, - "weight": 0.453, - "release_date": "2016-01-07", - "examine": "The creature's soul is still in here. I could reanimate it with Adept Reanimation.", "wiki_name": "Ensouled elf head (Drop)", "wiki_url": "https://oldschool.runescape.wiki/w/Ensouled_elf_head#Drop", "price": 0 @@ -189725,10 +169278,7 @@ "cost": 358, "lowalch": 143, "highalch": 214, - "weight": 0.453, "buy_limit": 7500, - "release_date": "2016-01-07", - "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": 870 @@ -189741,9 +169291,6 @@ "cost": 384, "lowalch": 153, "highalch": 230, - "weight": 0.453, - "release_date": "2016-01-07", - "examine": "The creature's soul is still in here. I could reanimate it with Adept Reanimation.", "wiki_name": "Ensouled troll head (Drop)", "wiki_url": "https://oldschool.runescape.wiki/w/Ensouled_troll_head#Drop", "price": 0 @@ -189758,10 +169305,7 @@ "cost": 384, "lowalch": 153, "highalch": 230, - "weight": 0.453, "buy_limit": 7500, - "release_date": "2016-01-07", - "examine": "The creature's soul is still in here. I could reanimate it with Adept Reanimation.", "wiki_name": "Ensouled troll head (Item)", "wiki_url": "https://oldschool.runescape.wiki/w/Ensouled_troll_head#Item", "price": 1437 @@ -189774,9 +169318,6 @@ "cost": 403, "lowalch": 161, "highalch": 241, - "weight": 0.453, - "release_date": "2016-01-07", - "examine": "The creature's soul is still in here. I could reanimate it with Adept Reanimation.", "wiki_name": "Ensouled horror head (Drop)", "wiki_url": "https://oldschool.runescape.wiki/w/Ensouled_horror_head#Drop", "price": 0 @@ -189791,10 +169332,7 @@ "cost": 403, "lowalch": 161, "highalch": 241, - "weight": 0.453, "buy_limit": 7500, - "release_date": "2016-01-07", - "examine": "The creature's soul is still in here. I could reanimate it with Adept Reanimation.", "wiki_name": "Ensouled horror head (Item)", "wiki_url": "https://oldschool.runescape.wiki/w/Ensouled_horror_head#Item", "price": 2040 @@ -189807,9 +169345,6 @@ "cost": 433, "lowalch": 173, "highalch": 259, - "weight": 0.453, - "release_date": "2016-01-07", - "examine": "The creature's soul is still in here. I could reanimate it with Expert Reanimation.", "wiki_name": "Ensouled kalphite head (Drop)", "wiki_url": "https://oldschool.runescape.wiki/w/Ensouled_kalphite_head#Drop", "price": 0 @@ -189824,10 +169359,7 @@ "cost": 433, "lowalch": 173, "highalch": 259, - "weight": 0.453, "buy_limit": 7500, - "release_date": "2016-01-07", - "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": 1938 @@ -189840,9 +169372,6 @@ "cost": 455, "lowalch": 182, "highalch": 273, - "weight": 0.453, - "release_date": "2016-01-07", - "examine": "The creature's soul is still in here. I could reanimate it with Expert Reanimation.", "wiki_name": "Ensouled dagannoth head (Drop)", "wiki_url": "https://oldschool.runescape.wiki/w/Ensouled_dagannoth_head#Drop", "price": 0 @@ -189857,10 +169386,7 @@ "cost": 455, "lowalch": 182, "highalch": 273, - "weight": 0.453, "buy_limit": 7500, - "release_date": "2016-01-07", - "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": 1917 @@ -189873,9 +169399,6 @@ "cost": 494, "lowalch": 197, "highalch": 296, - "weight": 0.453, - "release_date": "2016-01-07", - "examine": "The creature's soul is still in here. I could reanimate it with Expert Reanimation.", "wiki_name": "Ensouled bloodveld head (Drop)", "wiki_url": "https://oldschool.runescape.wiki/w/Ensouled_bloodveld_head#Drop", "price": 0 @@ -189890,10 +169413,7 @@ "cost": 494, "lowalch": 197, "highalch": 296, - "weight": 0.453, "buy_limit": 3000, - "release_date": "2016-01-07", - "examine": "The creature's soul is still in here. I could reanimate it with Expert Reanimation.", "wiki_name": "Ensouled bloodveld head (Item)", "wiki_url": "https://oldschool.runescape.wiki/w/Ensouled_bloodveld_head#Item", "price": 2888 @@ -189906,9 +169426,6 @@ "cost": 507, "lowalch": 202, "highalch": 304, - "weight": 0.453, - "release_date": "2016-01-07", - "examine": "The creature's soul is still in here. I could reanimate it with Expert Reanimation.", "wiki_name": "Ensouled tzhaar head (Drop)", "wiki_url": "https://oldschool.runescape.wiki/w/Ensouled_tzhaar_head#Drop", "price": 0 @@ -189923,10 +169440,7 @@ "cost": 507, "lowalch": 202, "highalch": 304, - "weight": 0.453, "buy_limit": 3000, - "release_date": "2016-01-07", - "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 @@ -189939,9 +169453,6 @@ "cost": 527, "lowalch": 210, "highalch": 316, - "weight": 0.453, - "release_date": "2016-01-07", - "examine": "The creature's soul is still in here. I could reanimate it with Expert Reanimation.", "wiki_name": "Ensouled demon head (Drop)", "wiki_url": "https://oldschool.runescape.wiki/w/Ensouled_demon_head#Drop", "price": 0 @@ -189956,10 +169467,7 @@ "cost": 527, "lowalch": 210, "highalch": 316, - "weight": 0.453, "buy_limit": 7500, - "release_date": "2016-01-07", - "examine": "The creature's soul is still in here. I could reanimate it with Expert Reanimation.", "wiki_name": "Ensouled demon head (Item)", "wiki_url": "https://oldschool.runescape.wiki/w/Ensouled_demon_head#Item", "price": 4051 @@ -189972,9 +169480,6 @@ "cost": 553, "lowalch": 221, "highalch": 331, - "weight": 0.453, - "release_date": "2016-01-07", - "examine": "The creature's soul is still in here. I could reanimate it with Master Reanimation.", "wiki_name": "Ensouled aviansie head (Drop)", "wiki_url": "https://oldschool.runescape.wiki/w/Ensouled_aviansie_head#Drop", "price": 0 @@ -189989,10 +169494,7 @@ "cost": 553, "lowalch": 221, "highalch": 331, - "weight": 0.453, "buy_limit": 7500, - "release_date": "2016-01-07", - "examine": "The creature's soul is still in here. I could reanimate it with Master Reanimation.", "wiki_name": "Ensouled aviansie head (Item)", "wiki_url": "https://oldschool.runescape.wiki/w/Ensouled_aviansie_head#Item", "price": 4103 @@ -190005,9 +169507,6 @@ "cost": 585, "lowalch": 234, "highalch": 351, - "weight": 0.453, - "release_date": "2016-01-07", - "examine": "The creature's soul is still in here. I could reanimate it with Master Reanimation.", "wiki_name": "Ensouled abyssal head (Drop)", "wiki_url": "https://oldschool.runescape.wiki/w/Ensouled_abyssal_head#Drop", "price": 0 @@ -190022,10 +169521,7 @@ "cost": 585, "lowalch": 234, "highalch": 351, - "weight": 0.453, "buy_limit": 3000, - "release_date": "2016-01-07", - "examine": "The creature's soul is still in here. I could reanimate it with Master Reanimation.", "wiki_name": "Ensouled abyssal head (Item)", "wiki_url": "https://oldschool.runescape.wiki/w/Ensouled_abyssal_head#Item", "price": 4578 @@ -190038,9 +169534,6 @@ "cost": 650, "lowalch": 260, "highalch": 390, - "weight": 0.453, - "release_date": "2016-01-07", - "examine": "The creature's soul is still in here. I could reanimate it with Master Reanimation.", "wiki_name": "Ensouled dragon head (Drop)", "wiki_url": "https://oldschool.runescape.wiki/w/Ensouled_dragon_head#Drop", "price": 0 @@ -190055,10 +169548,7 @@ "cost": 650, "lowalch": 260, "highalch": 390, - "weight": 0.453, "buy_limit": 7500, - "release_date": "2016-01-07", - "examine": "The creature's soul is still in here. I could reanimate it with Master Reanimation.", "wiki_name": "Ensouled dragon head (Item)", "wiki_url": "https://oldschool.runescape.wiki/w/Ensouled_dragon_head#Item", "price": 7580 @@ -190070,9 +169560,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.2, - "release_date": "2016-01-07", - "examine": "Secrets you may benefit from learning.", "wiki_name": "Book of arcane knowledge", "wiki_url": "https://oldschool.runescape.wiki/w/Book_of_arcane_knowledge", "price": 0 @@ -190084,9 +169571,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.006, - "release_date": "2016-01-07", - "examine": "Dark secrets from ancient times.", "wiki_name": "Dark manuscript (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Dark_manuscript#1", "price": 0 @@ -190098,9 +169582,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.006, - "release_date": "2016-01-07", - "examine": "Dark secrets from ancient times.", "wiki_name": "Dark manuscript (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Dark_manuscript#2", "price": 0 @@ -190112,9 +169593,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.006, - "release_date": "2016-01-07", - "examine": "Dark secrets from ancient times.", "wiki_name": "Dark manuscript (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Dark_manuscript#3", "price": 0 @@ -190126,9 +169604,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.006, - "release_date": "2016-01-07", - "examine": "Dark secrets from ancient times.", "wiki_name": "Dark manuscript (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Dark_manuscript#4", "price": 0 @@ -190140,9 +169615,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.006, - "release_date": "2016-01-07", - "examine": "Dark secrets from ancient times.", "wiki_name": "Dark manuscript (5)", "wiki_url": "https://oldschool.runescape.wiki/w/Dark_manuscript#5", "price": 0 @@ -190154,9 +169626,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.006, - "release_date": "2016-01-07", - "examine": "Dark secrets from ancient times.", "wiki_name": "Dark manuscript (6)", "wiki_url": "https://oldschool.runescape.wiki/w/Dark_manuscript#6", "price": 0 @@ -190168,9 +169637,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.006, - "release_date": "2016-01-07", - "examine": "Dark secrets from ancient times.", "wiki_name": "Dark manuscript (7)", "wiki_url": "https://oldschool.runescape.wiki/w/Dark_manuscript#7", "price": 0 @@ -190182,9 +169648,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.006, - "release_date": "2016-01-07", - "examine": "Dark secrets from ancient times.", "wiki_name": "Dark manuscript (8)", "wiki_url": "https://oldschool.runescape.wiki/w/Dark_manuscript#8", "price": 0 @@ -190196,9 +169659,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.006, - "release_date": "2016-01-07", - "examine": "Dark secrets from ancient times.", "wiki_name": "Dark manuscript (9)", "wiki_url": "https://oldschool.runescape.wiki/w/Dark_manuscript#9", "price": 0 @@ -190210,9 +169670,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.006, - "release_date": "2016-01-07", - "examine": "Dark secrets from ancient times.", "wiki_name": "Dark manuscript (10)", "wiki_url": "https://oldschool.runescape.wiki/w/Dark_manuscript#10", "price": 0 @@ -190224,9 +169681,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.51, - "release_date": "2016-01-07", - "examine": "Census of King Rada III, by Matthias Vorseth.", "wiki_name": "Rada's census", "wiki_url": "https://oldschool.runescape.wiki/w/Rada's_census", "price": 0 @@ -190238,9 +169692,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.51, - "release_date": "2016-01-07", - "examine": "Diary of Steklan Ricktor, volume 7.", "wiki_name": "Ricktor's diary (7)", "wiki_url": "https://oldschool.runescape.wiki/w/Ricktor's_diary_(7)", "price": 0 @@ -190252,9 +169703,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.51, - "release_date": "2016-01-07", - "examine": "An extract from Eathram & Rada, by Anonymous.", "wiki_name": "Eathram & rada extract", "wiki_url": "https://oldschool.runescape.wiki/w/Eathram_&_rada_extract", "price": 0 @@ -190266,9 +169714,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2016-01-07", - "examine": "Killing of a King, by Griselle.", "wiki_name": "Killing of a king", "wiki_url": "https://oldschool.runescape.wiki/w/Killing_of_a_king", "price": 0 @@ -190280,9 +169725,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2016-01-07", - "examine": "A letter from Lord Hosidius to the Council of Elders.", "wiki_name": "Hosidius letter", "wiki_url": "https://oldschool.runescape.wiki/w/Hosidius_letter", "price": 0 @@ -190294,9 +169736,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.51, - "release_date": "2016-01-07", - "examine": "The Parable of the Wintertodt, by Anonymous.", "wiki_name": "Wintertodt parable", "wiki_url": "https://oldschool.runescape.wiki/w/Wintertodt_parable", "price": 0 @@ -190308,9 +169747,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.005, - "release_date": "2016-01-07", - "examine": "The Royal Accord of Twill.", "wiki_name": "Twill accord", "wiki_url": "https://oldschool.runescape.wiki/w/Twill_accord", "price": 0 @@ -190322,9 +169758,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2016-01-07", - "examine": "Speech of King Byrne I, on the occasion of his coronation.", "wiki_name": "Byrne's coronation speech", "wiki_url": "https://oldschool.runescape.wiki/w/Byrne's_coronation_speech", "price": 0 @@ -190336,9 +169769,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.51, - "release_date": "2016-01-07", - "examine": "The Ideology of Darkness, by Philophaire.", "wiki_name": "Ideology of darkness", "wiki_url": "https://oldschool.runescape.wiki/w/Ideology_of_darkness", "price": 0 @@ -190350,9 +169780,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2016-01-07", - "examine": "The Journey of Rada, by Griselle.", "wiki_name": "Rada's journey", "wiki_url": "https://oldschool.runescape.wiki/w/Rada's_journey", "price": 0 @@ -190364,9 +169791,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.51, - "release_date": "2016-01-07", - "examine": "The Theory of Transvergence, by Amon Ducot.", "wiki_name": "Transvergence theory", "wiki_url": "https://oldschool.runescape.wiki/w/Transvergence_theory", "price": 0 @@ -190378,9 +169802,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2016-01-07", - "examine": "The Tragedy of Tristessa.", "wiki_name": "Tristessa's tragedy", "wiki_url": "https://oldschool.runescape.wiki/w/Tristessa's_tragedy", "price": 0 @@ -190392,9 +169813,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.51, - "release_date": "2016-01-07", - "examine": "The Treachery of Royalty, by Professor Answith.", "wiki_name": "Treachery of royalty", "wiki_url": "https://oldschool.runescape.wiki/w/Treachery_of_royalty", "price": 0 @@ -190406,9 +169824,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.51, - "release_date": "2016-01-07", - "examine": "Transportation Incantations, by Amon Ducot.", "wiki_name": "Transportation incantations", "wiki_url": "https://oldschool.runescape.wiki/w/Transportation_incantations", "price": 0 @@ -190420,9 +169835,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.226, - "release_date": "2016-01-07", - "examine": "Supplies for the Shayzien soldiers.", "wiki_name": "Shayzien supply gloves (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Shayzien_supply_gloves_(1)", "price": 0 @@ -190434,9 +169846,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1.36, - "release_date": "2016-01-07", - "examine": "Supplies for the Shayzien soldiers.", "wiki_name": "Shayzien supply boots (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Shayzien_supply_boots_(1)", "price": 0 @@ -190448,9 +169857,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 2.721, - "release_date": "2016-01-07", - "examine": "Supplies for the Shayzien soldiers.", "wiki_name": "Shayzien supply helm (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Shayzien_supply_helm_(1)", "price": 0 @@ -190462,9 +169868,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 9.071, - "release_date": "2016-01-07", - "examine": "Supplies for the Shayzien soldiers.", "wiki_name": "Shayzien supply greaves (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Shayzien_supply_greaves_(1)", "price": 0 @@ -190476,9 +169879,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 9.979, - "release_date": "2016-01-07", - "examine": "Supplies for the Shayzien soldiers.", "wiki_name": "Shayzien supply platebody (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Shayzien_supply_platebody_(1)", "price": 0 @@ -190490,9 +169890,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.226, - "release_date": "2016-01-07", - "examine": "Supplies for the Shayzien soldiers.", "wiki_name": "Shayzien supply gloves (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Shayzien_supply_gloves_(2)", "price": 0 @@ -190504,9 +169901,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1.36, - "release_date": "2016-01-07", - "examine": "Supplies for the Shayzien soldiers.", "wiki_name": "Shayzien supply boots (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Shayzien_supply_boots_(2)", "price": 0 @@ -190518,9 +169912,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 2.721, - "release_date": "2016-01-07", - "examine": "Supplies for the Shayzien soldiers.", "wiki_name": "Shayzien supply helm (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Shayzien_supply_helm_(2)", "price": 0 @@ -190532,9 +169923,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 9.071, - "release_date": "2016-01-07", - "examine": "Supplies for the Shayzien soldiers.", "wiki_name": "Shayzien supply greaves (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Shayzien_supply_greaves_(2)", "price": 0 @@ -190546,9 +169934,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 9.979, - "release_date": "2016-01-07", - "examine": "Supplies for the Shayzien soldiers.", "wiki_name": "Shayzien supply platebody (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Shayzien_supply_platebody_(2)", "price": 0 @@ -190560,9 +169945,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.226, - "release_date": "2016-01-07", - "examine": "Supplies for the Shayzien soldiers.", "wiki_name": "Shayzien supply gloves (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Shayzien_supply_gloves_(3)", "price": 0 @@ -190574,9 +169956,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1.36, - "release_date": "2016-01-07", - "examine": "Supplies for the Shayzien soldiers.", "wiki_name": "Shayzien supply boots (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Shayzien_supply_boots_(3)", "price": 0 @@ -190588,9 +169967,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 2.721, - "release_date": "2016-01-07", - "examine": "Supplies for the Shayzien soldiers.", "wiki_name": "Shayzien supply helm (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Shayzien_supply_helm_(3)", "price": 0 @@ -190602,9 +169978,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 9.071, - "release_date": "2016-01-07", - "examine": "Supplies for the Shayzien soldiers.", "wiki_name": "Shayzien supply greaves (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Shayzien_supply_greaves_(3)", "price": 0 @@ -190616,9 +169989,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 9.979, - "release_date": "2016-01-07", - "examine": "Supplies for the Shayzien soldiers.", "wiki_name": "Shayzien supply platebody (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Shayzien_supply_platebody_(3)", "price": 0 @@ -190630,9 +170000,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.226, - "release_date": "2016-01-07", - "examine": "Supplies for the Shayzien soldiers.", "wiki_name": "Shayzien supply gloves (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Shayzien_supply_gloves_(4)", "price": 0 @@ -190644,9 +170011,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1.36, - "release_date": "2016-01-07", - "examine": "Supplies for the Shayzien soldiers.", "wiki_name": "Shayzien supply boots (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Shayzien_supply_boots_(4)", "price": 0 @@ -190658,9 +170022,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 2.721, - "release_date": "2016-01-07", - "examine": "Supplies for the Shayzien soldiers.", "wiki_name": "Shayzien supply helm (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Shayzien_supply_helm_(4)", "price": 0 @@ -190672,9 +170033,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 9.071, - "release_date": "2016-01-07", - "examine": "Supplies for the Shayzien soldiers.", "wiki_name": "Shayzien supply greaves (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Shayzien_supply_greaves_(4)", "price": 0 @@ -190686,9 +170044,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 9.979, - "release_date": "2016-01-07", - "examine": "Supplies for the Shayzien soldiers.", "wiki_name": "Shayzien supply platebody (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Shayzien_supply_platebody_(4)", "price": 0 @@ -190700,9 +170055,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.226, - "release_date": "2016-01-07", - "examine": "Supplies for the Shayzien soldiers.", "wiki_name": "Shayzien supply gloves (5)", "wiki_url": "https://oldschool.runescape.wiki/w/Shayzien_supply_gloves_(5)", "price": 0 @@ -190714,9 +170066,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1.36, - "release_date": "2016-01-07", - "examine": "Supplies for the Shayzien soldiers.", "wiki_name": "Shayzien supply boots (5)", "wiki_url": "https://oldschool.runescape.wiki/w/Shayzien_supply_boots_(5)", "price": 0 @@ -190728,9 +170077,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 2.721, - "release_date": "2016-01-07", - "examine": "Supplies for the Shayzien soldiers.", "wiki_name": "Shayzien supply helm (5)", "wiki_url": "https://oldschool.runescape.wiki/w/Shayzien_supply_helm_(5)", "price": 0 @@ -190742,9 +170088,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 9.071, - "release_date": "2016-01-07", - "examine": "Supplies for the Shayzien soldiers.", "wiki_name": "Shayzien supply greaves (5)", "wiki_url": "https://oldschool.runescape.wiki/w/Shayzien_supply_greaves_(5)", "price": 0 @@ -190756,9 +170099,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 9.979, - "release_date": "2016-01-07", - "examine": "Supplies for the Shayzien soldiers.", "wiki_name": "Shayzien supply platebody (5)", "wiki_url": "https://oldschool.runescape.wiki/w/Shayzien_supply_platebody_(5)", "price": 0 @@ -190771,9 +170111,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.4, - "release_date": "2016-01-07", - "examine": "Shayzien supplies could be packed in here.", "wiki_name": "Shayzien supply crate", "wiki_url": "https://oldschool.runescape.wiki/w/Shayzien_supply_crate", "price": 0 @@ -190785,9 +170122,6 @@ "cost": 55, "lowalch": 22, "highalch": 33, - "weight": 6, - "release_date": "2016-01-07", - "examine": "Supplies for the Shayzien soldiers.", "wiki_name": "Shayzien supply set (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Shayzien_supply_set_(1)", "price": 0 @@ -190799,9 +170133,6 @@ "cost": 55, "lowalch": 22, "highalch": 33, - "weight": 6, - "release_date": "2016-01-07", - "examine": "Supplies for the Shayzien soldiers.", "wiki_name": "Shayzien supply set (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Shayzien_supply_set_(2)", "price": 0 @@ -190813,9 +170144,6 @@ "cost": 55, "lowalch": 22, "highalch": 33, - "weight": 6, - "release_date": "2016-01-07", - "examine": "Supplies for the Shayzien soldiers.", "wiki_name": "Shayzien supply set (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Shayzien_supply_set_(3)", "price": 0 @@ -190827,9 +170155,6 @@ "cost": 55, "lowalch": 22, "highalch": 33, - "weight": 6, - "release_date": "2016-01-07", - "examine": "Supplies for the Shayzien soldiers.", "wiki_name": "Shayzien supply set (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Shayzien_supply_set_(4)", "price": 0 @@ -190841,9 +170166,6 @@ "cost": 55, "lowalch": 22, "highalch": 33, - "weight": 6, - "release_date": "2016-01-07", - "examine": "Supplies for the Shayzien soldiers.", "wiki_name": "Shayzien supply set (5)", "wiki_url": "https://oldschool.runescape.wiki/w/Shayzien_supply_set_(5)", "price": 0 @@ -190856,8 +170178,6 @@ "cost": 45, "lowalch": 18, "highalch": 27, - "release_date": "2016-01-07", - "examine": "Rich charcoal made from juniper wood.", "wiki_name": "Juniper charcoal", "wiki_url": "https://oldschool.runescape.wiki/w/Juniper_charcoal", "price": 0 @@ -190869,9 +170189,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.056, - "release_date": "2016-01-07", - "examine": "Minerals from an unstable area, very rich in sulphur.", "wiki_name": "Volcanic sulphur", "wiki_url": "https://oldschool.runescape.wiki/w/Volcanic_sulphur", "price": 0 @@ -190883,9 +170200,6 @@ "cost": 90, "lowalch": 36, "highalch": 54, - "weight": 1.36, - "release_date": "2016-01-07", - "examine": "A pot of dynamite for blast mining. Needs a fuse.", "wiki_name": "Dynamite pot", "wiki_url": "https://oldschool.runescape.wiki/w/Dynamite_pot", "price": 0 @@ -190900,10 +170214,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 1.36, "buy_limit": 13000, - "release_date": "2016-01-07", - "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": 454 @@ -190915,9 +170226,6 @@ "cost": 60, "lowalch": 24, "highalch": 36, - "weight": 2.267, - "release_date": "2016-01-07", - "examine": "It needs washing before it disintegrates.", "wiki_name": "Blasted ore", "wiki_url": "https://oldschool.runescape.wiki/w/Blasted_ore", "price": 0 @@ -190935,10 +170243,7 @@ "cost": 120000, "lowalch": 48000, "highalch": 72000, - "weight": 2, "buy_limit": 8, - "release_date": "2016-01-21", - "examine": "Spikey, close combat weapon.", "wiki_name": "Dragon warhammer", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_warhammer", "equipment": { @@ -190999,9 +170304,6 @@ "cost": 35, "lowalch": 14, "highalch": 21, - "weight": 0.6, - "release_date": "2016-02-04", - "examine": "A sign of your grace and loyalty.", "wiki_name": "Graceful hood (Arceuus) (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_hood_(Arceuus)#Inventory", "equipment": { @@ -191033,9 +170335,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.8, - "release_date": "2016-02-04", - "examine": "A sign of your grace and loyalty.", "wiki_name": "Graceful cape (Arceuus) (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_cape_(Arceuus)#Inventory", "equipment": { @@ -191067,9 +170366,6 @@ "cost": 55, "lowalch": 22, "highalch": 33, - "weight": 0.9, - "release_date": "2016-02-04", - "examine": "A sign of your grace and loyalty.", "wiki_name": "Graceful top (Arceuus) (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_top_(Arceuus)#Inventory", "equipment": { @@ -191101,9 +170397,6 @@ "cost": 60, "lowalch": 24, "highalch": 36, - "weight": 0.9, - "release_date": "2016-02-04", - "examine": "You have graceful legs. How nice.", "wiki_name": "Graceful legs (Arceuus) (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_legs_(Arceuus)#Inventory", "equipment": { @@ -191135,9 +170428,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.1, - "release_date": "2016-02-04", - "examine": "A sign of your grace and loyalty.", "wiki_name": "Graceful gloves (Arceuus) (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_gloves_(Arceuus)#Inventory", "equipment": { @@ -191169,9 +170459,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.4, - "release_date": "2016-02-04", - "examine": "For your graceful feet.", "wiki_name": "Graceful boots (Arceuus) (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_boots_(Arceuus)#Inventory", "equipment": { @@ -191203,9 +170490,6 @@ "cost": 35, "lowalch": 14, "highalch": 21, - "weight": 0.6, - "release_date": "2016-02-04", - "examine": "A sign of your grace and loyalty.", "wiki_name": "Graceful hood (Piscarilius) (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_hood_(Piscarilius)#Inventory", "equipment": { @@ -191237,9 +170521,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.8, - "release_date": "2016-02-04", - "examine": "A sign of your grace and loyalty.", "wiki_name": "Graceful cape (Piscarilius) (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_cape_(Piscarilius)#Inventory", "equipment": { @@ -191271,9 +170552,6 @@ "cost": 55, "lowalch": 22, "highalch": 33, - "weight": 0.9, - "release_date": "2016-02-04", - "examine": "A sign of your grace and loyalty.", "wiki_name": "Graceful top (Piscarilius) (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_top_(Piscarilius)#Inventory", "equipment": { @@ -191305,9 +170583,6 @@ "cost": 60, "lowalch": 24, "highalch": 36, - "weight": 0.9, - "release_date": "2016-02-04", - "examine": "You have graceful legs. How nice.", "wiki_name": "Graceful legs (Piscarilius) (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_legs_(Piscarilius)#Inventory", "equipment": { @@ -191339,9 +170614,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.1, - "release_date": "2016-02-04", - "examine": "A sign of your grace and loyalty.", "wiki_name": "Graceful gloves (Piscarilius) (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_gloves_(Piscarilius)#Inventory", "equipment": { @@ -191373,9 +170645,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.4, - "release_date": "2016-02-04", - "examine": "For your graceful feet.", "wiki_name": "Graceful boots (Piscarilius) (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_boots_(Piscarilius)#Inventory", "equipment": { @@ -191407,9 +170676,6 @@ "cost": 35, "lowalch": 14, "highalch": 21, - "weight": 0.6, - "release_date": "2016-02-04", - "examine": "A sign of your grace and loyalty.", "wiki_name": "Graceful hood (Lovakengj) (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_hood_(Lovakengj)#Inventory", "equipment": { @@ -191441,9 +170707,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.8, - "release_date": "2016-02-04", - "examine": "A sign of your grace and loyalty.", "wiki_name": "Graceful cape (Lovakengj) (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_cape_(Lovakengj)#Inventory", "equipment": { @@ -191475,9 +170738,6 @@ "cost": 55, "lowalch": 22, "highalch": 33, - "weight": 0.9, - "release_date": "2016-02-04", - "examine": "A sign of your grace and loyalty.", "wiki_name": "Graceful top (Lovakengj) (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_top_(Lovakengj)#Inventory", "equipment": { @@ -191509,9 +170769,6 @@ "cost": 60, "lowalch": 24, "highalch": 36, - "weight": 0.9, - "release_date": "2016-02-04", - "examine": "You have graceful legs. How nice.", "wiki_name": "Graceful legs (Lovakengj) (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_legs_(Lovakengj)#Inventory", "equipment": { @@ -191543,9 +170800,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.1, - "release_date": "2016-02-04", - "examine": "A sign of your grace and loyalty.", "wiki_name": "Graceful gloves (Lovakengj) (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_gloves_(Lovakengj)#Inventory", "equipment": { @@ -191577,9 +170831,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.4, - "release_date": "2016-02-04", - "examine": "For your graceful feet.", "wiki_name": "Graceful boots (Lovakengj) (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_boots_(Lovakengj)#Inventory", "equipment": { @@ -191611,9 +170862,6 @@ "cost": 35, "lowalch": 14, "highalch": 21, - "weight": 0.6, - "release_date": "2016-02-04", - "examine": "A sign of your grace and loyalty.", "wiki_name": "Graceful hood (Shayzien) (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_hood_(Shayzien)#Inventory", "equipment": { @@ -191645,9 +170893,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.8, - "release_date": "2016-02-04", - "examine": "A sign of your grace and loyalty.", "wiki_name": "Graceful cape (Shayzien) (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_cape_(Shayzien)#Inventory", "equipment": { @@ -191679,9 +170924,6 @@ "cost": 55, "lowalch": 22, "highalch": 33, - "weight": 0.9, - "release_date": "2016-02-04", - "examine": "A sign of your grace and loyalty.", "wiki_name": "Graceful top (Shayzien) (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_top_(Shayzien)#Inventory", "equipment": { @@ -191713,9 +170955,6 @@ "cost": 60, "lowalch": 24, "highalch": 36, - "weight": 0.9, - "release_date": "2016-02-04", - "examine": "You have graceful legs. How nice.", "wiki_name": "Graceful legs (Shayzien) (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_legs_(Shayzien)#Inventory", "equipment": { @@ -191747,9 +170986,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.1, - "release_date": "2016-02-04", - "examine": "A sign of your grace and loyalty.", "wiki_name": "Graceful gloves (Shayzien) (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_gloves_(Shayzien)#Inventory", "equipment": { @@ -191781,9 +171017,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.4, - "release_date": "2016-02-04", - "examine": "For your graceful feet.", "wiki_name": "Graceful boots (Shayzien) (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_boots_(Shayzien)#Inventory", "equipment": { @@ -191815,9 +171048,6 @@ "cost": 35, "lowalch": 14, "highalch": 21, - "weight": 0.6, - "release_date": "2016-02-04", - "examine": "A sign of your grace and loyalty.", "wiki_name": "Graceful hood (Hosidius) (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_hood_(Hosidius)#Inventory", "equipment": { @@ -191849,9 +171079,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.8, - "release_date": "2016-02-04", - "examine": "A sign of your grace and loyalty.", "wiki_name": "Graceful cape (Hosidius) (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_cape_(Hosidius)#Inventory", "equipment": { @@ -191883,9 +171110,6 @@ "cost": 55, "lowalch": 22, "highalch": 33, - "weight": 0.9, - "release_date": "2016-02-04", - "examine": "A sign of your grace and loyalty.", "wiki_name": "Graceful top (Hosidius) (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_top_(Hosidius)#Inventory", "equipment": { @@ -191917,9 +171141,6 @@ "cost": 60, "lowalch": 24, "highalch": 36, - "weight": 0.9, - "release_date": "2016-02-04", - "examine": "You have graceful legs. How nice.", "wiki_name": "Graceful legs (Hosidius) (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_legs_(Hosidius)#Inventory", "equipment": { @@ -191951,9 +171172,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.1, - "release_date": "2016-02-04", - "examine": "A sign of your grace and loyalty.", "wiki_name": "Graceful gloves (Hosidius) (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_gloves_(Hosidius)#Inventory", "equipment": { @@ -191985,9 +171203,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.4, - "release_date": "2016-02-04", - "examine": "For your graceful feet.", "wiki_name": "Graceful boots (Hosidius) (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_boots_(Hosidius)#Inventory", "equipment": { @@ -192017,9 +171232,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, - "release_date": "2016-02-04", - "examine": "A handy box for carrying some seeds.", "wiki_name": "Seed box (Closed)", "wiki_url": "https://oldschool.runescape.wiki/w/Seed_box#Closed", "price": 0 @@ -192033,9 +171245,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.907, - "release_date": "2016-02-04", - "examine": "This will help with farming.", "wiki_name": "Farmer's boro trousers (Male)", "wiki_url": "https://oldschool.runescape.wiki/w/Farmer's_boro_trousers#Male", "equipment": { @@ -192067,9 +171276,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.907, - "release_date": "2016-02-04", - "examine": "This will help with farming.", "wiki_name": "Farmer's boro trousers (Female)", "wiki_url": "https://oldschool.runescape.wiki/w/Farmer's_boro_trousers#Female", "equipment": { @@ -192101,9 +171307,6 @@ "cost": 60, "lowalch": 24, "highalch": 36, - "weight": 0.907, - "release_date": "2016-02-04", - "examine": "This will help with farming.", "wiki_name": "Farmer's jacket", "wiki_url": "https://oldschool.runescape.wiki/w/Farmer's_jacket", "equipment": { @@ -192135,9 +171338,6 @@ "cost": 60, "lowalch": 24, "highalch": 36, - "weight": 0.907, - "release_date": "2016-02-04", - "examine": "This will help with farming.", "wiki_name": "Farmer's shirt", "wiki_url": "https://oldschool.runescape.wiki/w/Farmer's_shirt", "equipment": { @@ -192169,9 +171369,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.907, - "release_date": "2016-02-04", - "examine": "This will help with farming.", "wiki_name": "Farmer's boots (Male)", "wiki_url": "https://oldschool.runescape.wiki/w/Farmer's_boots#Male", "equipment": { @@ -192203,9 +171400,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.907, - "release_date": "2016-02-04", - "examine": "This will help with farming.", "wiki_name": "Farmer's boots (Female)", "wiki_url": "https://oldschool.runescape.wiki/w/Farmer's_boots#Female", "equipment": { @@ -192237,9 +171431,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.907, - "release_date": "2016-02-04", - "examine": "This will help with farming.", "wiki_name": "Farmer's strawhat (Male)", "wiki_url": "https://oldschool.runescape.wiki/w/Farmer's_strawhat#Male", "equipment": { @@ -192271,9 +171462,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.907, - "release_date": "2016-02-04", - "examine": "This will help with farming.", "wiki_name": "Farmer's strawhat (Female)", "wiki_url": "https://oldschool.runescape.wiki/w/Farmer's_strawhat#Female", "equipment": { @@ -192303,9 +171491,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.19, - "release_date": "2016-02-04", - "examine": "This bottle seems to have some old paper inside.", "wiki_name": "Clue bottle (easy)", "wiki_url": "https://oldschool.runescape.wiki/w/Clue_bottle_(easy)", "price": 0 @@ -192317,9 +171502,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.19, - "release_date": "2016-02-04", - "examine": "This bottle seems to have some old paper inside.", "wiki_name": "Clue bottle (medium)", "wiki_url": "https://oldschool.runescape.wiki/w/Clue_bottle_(medium)", "price": 0 @@ -192331,9 +171513,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.19, - "release_date": "2016-02-04", - "examine": "This bottle seems to have some old paper inside.", "wiki_name": "Clue bottle (hard)", "wiki_url": "https://oldschool.runescape.wiki/w/Clue_bottle_(hard)", "price": 0 @@ -192345,9 +171524,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.19, - "release_date": "2016-02-04", - "examine": "This bottle seems to have some old paper inside.", "wiki_name": "Clue bottle (elite)", "wiki_url": "https://oldschool.runescape.wiki/w/Clue_bottle_(elite)", "price": 0 @@ -192365,10 +171541,7 @@ "cost": 205000, "lowalch": 82000, "highalch": 123000, - "weight": 0.907, "buy_limit": 8, - "release_date": "2017-01-05", - "examine": "A set of fighting claws.", "wiki_name": "Dragon claws", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_claws", "equipment": { @@ -192434,9 +171607,6 @@ "cost": 453, "lowalch": 181, "highalch": 271, - "weight": 0.002, - "release_date": "2016-02-18", - "examine": "It's a bird's nest with some seeds in it.", "wiki_name": "Bird nest (Wyson, 2016-2019)", "wiki_url": "https://oldschool.runescape.wiki/w/Bird_nest_(Wyson,_2016-2019)", "price": 0 @@ -192448,9 +171618,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1.6, - "release_date": "2016-02-18", - "examine": "A box of nests containing seeds.", "wiki_name": "Nest box (seeds, 2016-2019)", "wiki_url": "https://oldschool.runescape.wiki/w/Nest_box_(seeds,_2016-2019)", "price": 0 @@ -192461,9 +171628,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.113, - "release_date": "2016-02-18", - "examine": "Stylish, by gnome child standards.", "wiki_name": "Gnome child hat", "wiki_url": "https://oldschool.runescape.wiki/w/Gnome_child_hat", "equipment": { @@ -192490,9 +171654,6 @@ "id": 13656, "name": "Present", "cost": 1, - "weight": 0.1, - "release_date": "2016-02-18", - "examine": "A present from Sir Tiffy to his grandson.", "wiki_name": "Present (2016 Birthday event)", "wiki_url": "https://oldschool.runescape.wiki/w/Present_(2016_Birthday_event)", "price": 0 @@ -192508,8 +171669,6 @@ "lowalch": 29, "highalch": 44, "buy_limit": 200, - "release_date": "2016-02-25", - "examine": "A grape seed for growing in a vinery.", "wiki_name": "Grape seed", "wiki_url": "https://oldschool.runescape.wiki/w/Grape_seed", "price": 658 @@ -192521,10 +171680,7 @@ "tradeable_on_ge": true, "noteable": true, "cost": 100, - "weight": 0.02, "buy_limit": 500, - "release_date": "2016-03-17", - "examine": "A card which has magical properties.", "wiki_name": "Teleport card", "wiki_url": "https://oldschool.runescape.wiki/w/Teleport_card", "price": 172 @@ -192535,9 +171691,6 @@ "equipable": true, "equipable_by_player": true, "cost": 200, - "weight": 1, - "release_date": "2016-03-17", - "examine": "The legends of RuneScape.", "wiki_name": "Chronicle", "wiki_url": "https://oldschool.runescape.wiki/w/Chronicle", "equipment": { @@ -192566,9 +171719,6 @@ "equipable": true, "equipable_by_player": true, "cost": 50, - "weight": 0.907, - "release_date": "2016-03-17", - "examine": "Carrot stain resistant.", "wiki_name": "Bunny top", "wiki_url": "https://oldschool.runescape.wiki/w/Bunny_top", "equipment": { @@ -192597,9 +171747,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.907, - "release_date": "2016-03-17", - "examine": "These look furry.", "wiki_name": "Bunny legs", "wiki_url": "https://oldschool.runescape.wiki/w/Bunny_legs", "equipment": { @@ -192628,9 +171775,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.113, - "release_date": "2016-03-17", - "examine": "Floofy.", "wiki_name": "Bunny paws", "wiki_url": "https://oldschool.runescape.wiki/w/Bunny_paws", "equipment": { @@ -192658,9 +171802,6 @@ "name": "Deadman teleport tablet", "members": true, "cost": 0, - "weight": 1, - "release_date": "2016-03-24", - "examine": "Head to the safe areas before bad stuff happens!", "wiki_name": "Deadman teleport tablet", "wiki_url": "https://oldschool.runescape.wiki/w/Deadman_teleport_tablet", "price": 0 @@ -192674,9 +171815,6 @@ "cost": 35, "lowalch": 14, "highalch": 21, - "weight": 0.6, - "release_date": "2016-03-24", - "examine": "A sign of your grace and unity.", "wiki_name": "Graceful hood (Kourend) (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_hood_(Kourend)#Inventory", "equipment": { @@ -192708,9 +171846,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.8, - "release_date": "2016-03-24", - "examine": "A sign of your grace and unity.", "wiki_name": "Graceful cape (Kourend) (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_cape_(Kourend)#Inventory", "equipment": { @@ -192742,9 +171877,6 @@ "cost": 55, "lowalch": 22, "highalch": 33, - "weight": 0.9, - "release_date": "2016-03-24", - "examine": "A sign of your grace and unity.", "wiki_name": "Graceful top (Kourend) (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_top_(Kourend)#Inventory", "equipment": { @@ -192776,9 +171908,6 @@ "cost": 60, "lowalch": 24, "highalch": 36, - "weight": 0.9, - "release_date": "2016-03-24", - "examine": "You have graceful legs. How nice.", "wiki_name": "Graceful legs (Kourend) (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_legs_(Kourend)#Inventory", "equipment": { @@ -192810,9 +171939,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.1, - "release_date": "2016-03-24", - "examine": "A sign of your grace and unity.", "wiki_name": "Graceful gloves (Kourend) (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_gloves_(Kourend)#Inventory", "equipment": { @@ -192844,9 +171970,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.4, - "release_date": "2016-03-24", - "examine": "For your graceful feet.", "wiki_name": "Graceful boots (Kourend) (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_boots_(Kourend)#Inventory", "equipment": { @@ -192875,9 +171998,6 @@ "equipable": true, "equipable_by_player": true, "cost": 100, - "weight": 0.453, - "release_date": "2016-04-01", - "examine": "The cape worn by master cabbage pickers.", "wiki_name": "Cabbage cape", "wiki_url": "https://oldschool.runescape.wiki/w/Cabbage_cape", "equipment": { @@ -192909,8 +172029,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2016-04-01", - "examine": "This small stone has been imbued with cruciferous energy.", "wiki_name": "Cabbage rune", "wiki_url": "https://oldschool.runescape.wiki/w/Cabbage_rune", "price": 0 @@ -192923,9 +172041,6 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 1, - "release_date": "2016-04-01", - "examine": "The holy book of Cabbages.", "wiki_name": "Cruciferous codex", "wiki_url": "https://oldschool.runescape.wiki/w/Cruciferous_codex", "equipment": { @@ -192955,9 +172070,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.055, - "release_date": "2018-05-24", - "examine": "A useless key.", "wiki_name": "Useless key (Bank placeholder)", "wiki_url": "https://oldschool.runescape.wiki/w/Useless_key#Bank_placeholder", "price": 0 @@ -192969,9 +172081,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 1, - "release_date": "2016-04-21", - "examine": "Contains gems - but which ones?", "wiki_name": "Bag full of gems (Golden nuggets)", "wiki_url": "https://oldschool.runescape.wiki/w/Bag_full_of_gems#Golden_nuggets", "price": 0 @@ -192985,9 +172094,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2016-05-06", - "examine": "The cape worn by experienced adventurers.", "wiki_name": "Achievement diary cape (Untrimmed)", "wiki_url": "https://oldschool.runescape.wiki/w/Achievement_diary_cape#Untrimmed", "equipment": { @@ -193023,10 +172129,7 @@ "cost": 125000, "lowalch": 50000, "highalch": 75000, - "weight": 3, "buy_limit": 8, - "release_date": "2016-05-06", - "examine": "A weapon forged from the wreckage of an airship.", "wiki_name": "Light ballista", "wiki_url": "https://oldschool.runescape.wiki/w/Light_ballista", "equipment": { @@ -193091,10 +172194,7 @@ "cost": 950000, "lowalch": 380000, "highalch": 570000, - "weight": 6, "buy_limit": 8, - "release_date": "2016-05-06", - "examine": "A powerful weapon forged from the wreckage of an airship.", "wiki_name": "Heavy ballista", "wiki_url": "https://oldschool.runescape.wiki/w/Heavy_ballista", "equipment": { @@ -193159,8 +172259,6 @@ "lowalch": 180, "highalch": 270, "buy_limit": 11000, - "release_date": "2016-05-06", - "examine": "A dragon tipped javelin.", "wiki_name": "Dragon javelin (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_javelin#Unpoisoned", "equipment": { @@ -193198,8 +172296,6 @@ "lowalch": 180, "highalch": 270, "buy_limit": 11000, - "release_date": "2016-05-06", - "examine": "A dragon tipped javelin.", "wiki_name": "Dragon javelin (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_javelin#Poison", "equipment": { @@ -193237,8 +172333,6 @@ "lowalch": 180, "highalch": 270, "buy_limit": 11000, - "release_date": "2016-05-06", - "examine": "A dragon tipped javelin.", "wiki_name": "Dragon javelin (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_javelin#Poison+", "equipment": { @@ -193276,8 +172370,6 @@ "lowalch": 180, "highalch": 270, "buy_limit": 11000, - "release_date": "2016-05-06", - "examine": "A dragon tipped javelin.", "wiki_name": "Dragon javelin (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_javelin#Poison++", "equipment": { @@ -193312,10 +172404,7 @@ "cost": 75000, "lowalch": 30000, "highalch": 45000, - "weight": 0.002, "buy_limit": 11000, - "release_date": "2016-05-06", - "examine": "This looks valuable.", "wiki_name": "Zenyte", "wiki_url": "https://oldschool.runescape.wiki/w/Zenyte", "price": 13470860 @@ -193330,10 +172419,7 @@ "cost": 75000, "lowalch": 30000, "highalch": 45000, - "weight": 0.003, "buy_limit": 10000, - "release_date": "2016-05-06", - "examine": "This would be worth more cut.", "wiki_name": "Uncut zenyte", "wiki_url": "https://oldschool.runescape.wiki/w/Uncut_zenyte", "price": 13317679 @@ -193348,10 +172434,7 @@ "cost": 75000, "lowalch": 30000, "highalch": 45000, - "weight": 0.004, "buy_limit": 10000, - "release_date": "2016-05-06", - "examine": "It needs a string so I can wear it.", "wiki_name": "Zenyte amulet (u)", "wiki_url": "https://oldschool.runescape.wiki/w/Zenyte_amulet_(u)", "price": 13237807 @@ -193363,9 +172446,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.01, - "release_date": "2016-05-06", - "examine": "It appears to be a blank note.", "wiki_name": "Mysterious note (Blank)", "wiki_url": "https://oldschool.runescape.wiki/w/Mysterious_note#Blank", "price": 0 @@ -193377,9 +172457,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.01, - "release_date": "2016-05-06", - "examine": "It appears to be a blank note, lemon juice has been applied to the parchment.", "wiki_name": "Mysterious note (Lemon)", "wiki_url": "https://oldschool.runescape.wiki/w/Mysterious_note#Lemon", "price": 0 @@ -193391,9 +172468,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.01, - "release_date": "2016-05-06", - "examine": "It appears to be a blank note, lemon juice and heat have been applied.", "wiki_name": "Mysterious note (Heated)", "wiki_url": "https://oldschool.runescape.wiki/w/Mysterious_note#Heated", "price": 0 @@ -193405,9 +172479,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.01, - "release_date": "2016-05-06", - "examine": "A note scrawled in the ancient Gnome language, half of it has been destroyed.", "wiki_name": "Scrawled note (Monkey Madness II)", "wiki_url": "https://oldschool.runescape.wiki/w/Scrawled_note_(Monkey_Madness_II)", "price": 0 @@ -193419,9 +172490,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.01, - "release_date": "2016-05-06", - "examine": "Anita's translation of the note found in Glough's house.", "wiki_name": "Translated note", "wiki_url": "https://oldschool.runescape.wiki/w/Translated_note", "price": 0 @@ -193433,9 +172501,6 @@ "cost": 6, "lowalch": 2, "highalch": 3, - "weight": 0.51, - "release_date": "2016-05-06", - "examine": "Tips and tricks to spycraft.", "wiki_name": "Book of spyology", "wiki_url": "https://oldschool.runescape.wiki/w/Book_of_spyology", "price": 0 @@ -193447,9 +172512,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.056, - "release_date": "2016-05-06", - "examine": "A small brush.", "wiki_name": "Brush", "wiki_url": "https://oldschool.runescape.wiki/w/Brush", "price": 0 @@ -193461,9 +172523,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.056, - "release_date": "2016-05-06", - "examine": "A small brush with grape juice applied to the head.", "wiki_name": "Juice-coated brush", "wiki_url": "https://oldschool.runescape.wiki/w/Juice-coated_brush", "price": 0 @@ -193475,9 +172534,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.028, - "release_date": "2016-05-06", - "examine": "A handkerchief with the initials A.A. embroidered into it.", "wiki_name": "Handkerchief", "wiki_url": "https://oldschool.runescape.wiki/w/Handkerchief", "price": 0 @@ -193489,9 +172545,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, - "release_date": "2016-05-06", - "examine": "The remains of Kruk, Awowogei's monkey captain.", "wiki_name": "Kruk's paw", "wiki_url": "https://oldschool.runescape.wiki/w/Kruk's_paw", "price": 0 @@ -193501,9 +172554,6 @@ "name": "Kruk monkey greegree", "members": true, "cost": 6000, - "weight": 0.085, - "release_date": "2016-05-06", - "examine": "A magical talisman in the shape of Kruk's head.", "wiki_name": "Kruk monkey greegree", "wiki_url": "https://oldschool.runescape.wiki/w/Kruk_monkey_greegree", "price": 0 @@ -193515,9 +172565,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.15, - "release_date": "2016-05-06", - "examine": "A small satchel.", "wiki_name": "Satchel (Monkey Madness II) (Empty)", "wiki_url": "https://oldschool.runescape.wiki/w/Satchel_(Monkey_Madness_II)#Empty", "price": 0 @@ -193529,9 +172576,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.3, - "release_date": "2016-05-06", - "examine": "A small satchel.", "wiki_name": "Satchel (Monkey Madness II) (Filled)", "wiki_url": "https://oldschool.runescape.wiki/w/Satchel_(Monkey_Madness_II)#Filled", "price": 0 @@ -193546,10 +172590,7 @@ "cost": 75000, "lowalch": 30000, "highalch": 45000, - "weight": 0.028, "buy_limit": 11000, - "release_date": "2016-05-06", - "examine": "A shard of unstable zenyte.", "wiki_name": "Zenyte shard", "wiki_url": "https://oldschool.runescape.wiki/w/Zenyte_shard", "price": 12425500 @@ -193566,10 +172607,7 @@ "cost": 201000, "lowalch": 80400, "highalch": 120600, - "weight": 0.25, "buy_limit": 8, - "release_date": "2016-05-06", - "examine": "A fiery glow emanates from this bracelet.", "wiki_name": "Zenyte bracelet", "wiki_url": "https://oldschool.runescape.wiki/w/Zenyte_bracelet", "equipment": { @@ -193604,10 +172642,7 @@ "cost": 202000, "lowalch": 80800, "highalch": 121200, - "weight": 0.01, "buy_limit": 8, - "release_date": "2016-05-06", - "examine": "A fiery glow emanates from this necklace.", "wiki_name": "Zenyte necklace", "wiki_url": "https://oldschool.runescape.wiki/w/Zenyte_necklace", "equipment": { @@ -193642,10 +172677,7 @@ "cost": 201000, "lowalch": 80400, "highalch": 120600, - "weight": 0.006, "buy_limit": 8, - "release_date": "2016-05-06", - "examine": "A fiery glow emanates from this ring.", "wiki_name": "Zenyte ring", "wiki_url": "https://oldschool.runescape.wiki/w/Zenyte_ring", "equipment": { @@ -193680,10 +172712,7 @@ "cost": 202000, "lowalch": 80800, "highalch": 121200, - "weight": 0.01, "buy_limit": 8, - "release_date": "2016-05-06", - "examine": "A fiery glow emanates from this amulet.", "wiki_name": "Zenyte amulet", "wiki_url": "https://oldschool.runescape.wiki/w/Zenyte_amulet", "equipment": { @@ -193718,10 +172747,7 @@ "cost": 201000, "lowalch": 80400, "highalch": 120600, - "weight": 0.25, "buy_limit": 8, - "release_date": "2016-05-06", - "examine": "A deep sense of torment burns within this powerful bracelet.", "wiki_name": "Tormented bracelet", "wiki_url": "https://oldschool.runescape.wiki/w/Tormented_bracelet", "equipment": { @@ -193758,10 +172784,7 @@ "cost": 202000, "lowalch": 80800, "highalch": 121200, - "weight": 0.01, "buy_limit": 8, - "release_date": "2016-05-06", - "examine": "A deep sense of anguish burns within this powerful necklace.", "wiki_name": "Necklace of anguish", "wiki_url": "https://oldschool.runescape.wiki/w/Necklace_of_anguish", "equipment": { @@ -193798,10 +172821,7 @@ "cost": 201000, "lowalch": 80400, "highalch": 120600, - "weight": 0.006, "buy_limit": 8, - "release_date": "2016-05-06", - "examine": "A deep sense of suffering burns within this powerful ring.", "wiki_name": "Ring of suffering (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Ring_of_suffering#Uncharged", "equipment": { @@ -193838,10 +172858,7 @@ "cost": 202000, "lowalch": 80800, "highalch": 121200, - "weight": 0.01, "buy_limit": 8, - "release_date": "2016-05-06", - "examine": "A deep sense of torture burns within this powerful amulet.", "wiki_name": "Amulet of torture", "wiki_url": "https://oldschool.runescape.wiki/w/Amulet_of_torture", "equipment": { @@ -193875,9 +172892,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2016-05-06", - "examine": "A monkey retrieved from the wreckage of Glough's airship laboratory.", "wiki_name": "Monkey (Monkey Madness II)", "wiki_url": "https://oldschool.runescape.wiki/w/Monkey_(Monkey_Madness_II)", "equipment": { @@ -193905,9 +172919,6 @@ "name": "Nieve", "members": true, "cost": 1, - "weight": 0.001, - "release_date": "2016-05-06", - "examine": "You should probably get her out of your pocket.", "wiki_name": "Nieve (item)", "wiki_url": "https://oldschool.runescape.wiki/w/Nieve_(item)", "price": 0 @@ -193919,9 +172930,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.2, - "release_date": "2016-05-06", - "examine": "The remains of an ethereal shield.", "wiki_name": "Elysian spirit shield (Monkey Madness II)", "wiki_url": "https://oldschool.runescape.wiki/w/Elysian_spirit_shield_(Monkey_Madness_II)", "price": 0 @@ -193933,9 +172941,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.002, - "release_date": "2016-05-06", - "examine": "An onyx gem, charged with energy.", "wiki_name": "Charged onyx", "wiki_url": "https://oldschool.runescape.wiki/w/Charged_onyx", "price": 0 @@ -193947,9 +172952,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.002, - "release_date": "2016-05-06", - "examine": "The gem has been carefully resculpted to invert the flow of energy.", "wiki_name": "Deconstructed onyx", "wiki_url": "https://oldschool.runescape.wiki/w/Deconstructed_onyx", "price": 0 @@ -193961,9 +172963,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.005, - "release_date": "2016-05-06", - "examine": "King Narnode's personal seed pod, for travelling to the Grand Tree.", "wiki_name": "Royal seed pod", "wiki_url": "https://oldschool.runescape.wiki/w/Royal_seed_pod", "price": 0 @@ -193975,9 +172974,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2016-05-06", - "examine": "A key to a door in a maze beneath Ape Atoll.", "wiki_name": "Bronze key (Monkey Madness II)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_key_(Monkey_Madness_II)", "price": 0 @@ -193989,9 +172985,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2016-05-06", - "examine": "A key to a door in a maze beneath Ape Atoll.", "wiki_name": "Combat scarred key", "wiki_url": "https://oldschool.runescape.wiki/w/Combat_scarred_key", "price": 0 @@ -194003,9 +172996,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2016-05-06", - "examine": "A key to a door in a maze beneath Ape Atoll.", "wiki_name": "Combat scratched key", "wiki_url": "https://oldschool.runescape.wiki/w/Combat_scratched_key", "price": 0 @@ -194017,9 +173007,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2016-05-06", - "examine": "A key to a door in a maze beneath Ape Atoll.", "wiki_name": "Combat damaged key", "wiki_url": "https://oldschool.runescape.wiki/w/Combat_damaged_key", "price": 0 @@ -194035,8 +173022,6 @@ "lowalch": 10, "highalch": 15, "buy_limit": 10000, - "release_date": "2016-05-06", - "examine": "Needs a shaft.", "wiki_name": "Bronze javelin heads", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_javelin_heads", "price": 42 @@ -194052,8 +173037,6 @@ "lowalch": 14, "highalch": 21, "buy_limit": 10000, - "release_date": "2016-05-06", - "examine": "Needs a shaft.", "wiki_name": "Iron javelin heads", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_javelin_heads", "price": 27 @@ -194069,8 +173052,6 @@ "lowalch": 36, "highalch": 54, "buy_limit": 10000, - "release_date": "2016-05-06", - "examine": "Needs a shaft.", "wiki_name": "Steel javelin heads", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_javelin_heads", "price": 66 @@ -194086,8 +173067,6 @@ "lowalch": 66, "highalch": 99, "buy_limit": 10000, - "release_date": "2016-05-06", - "examine": "Needs a shaft.", "wiki_name": "Mithril javelin heads", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_javelin_heads", "price": 63 @@ -194103,8 +173082,6 @@ "lowalch": 176, "highalch": 264, "buy_limit": 10000, - "release_date": "2016-05-06", - "examine": "Needs a shaft.", "wiki_name": "Adamant javelin heads", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_javelin_heads", "price": 174 @@ -194120,8 +173097,6 @@ "lowalch": 540, "highalch": 810, "buy_limit": 10000, - "release_date": "2016-05-06", - "examine": "Needs a shaft.", "wiki_name": "Rune javelin heads", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_javelin_heads", "price": 557 @@ -194137,8 +173112,6 @@ "lowalch": 780, "highalch": 1170, "buy_limit": 10000, - "release_date": "2016-05-06", - "examine": "Needs a shaft.", "wiki_name": "Dragon javelin heads", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_javelin_heads", "price": 916 @@ -194154,8 +173127,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 7000, - "release_date": "2016-05-06", - "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": 4 @@ -194170,10 +173141,7 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 2.25, "buy_limit": 8, - "release_date": "2016-05-06", - "examine": "A light wooden frame.", "wiki_name": "Light frame", "wiki_url": "https://oldschool.runescape.wiki/w/Light_frame", "price": 30000 @@ -194188,10 +173156,7 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 5.25, "buy_limit": 8, - "release_date": "2016-05-06", - "examine": "A heavy wooden frame.", "wiki_name": "Heavy frame", "wiki_url": "https://oldschool.runescape.wiki/w/Heavy_frame", "price": 107500 @@ -194206,10 +173171,7 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 0.25, "buy_limit": 8, - "release_date": "2016-05-06", - "examine": "Sturdy struts.", "wiki_name": "Ballista limbs", "wiki_url": "https://oldschool.runescape.wiki/w/Ballista_limbs", "price": 31332 @@ -194224,10 +173186,7 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 2.5, "buy_limit": 8, - "release_date": "2016-05-06", - "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": 30550 @@ -194242,10 +173201,7 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 5.5, "buy_limit": 8, - "release_date": "2016-05-06", - "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": 129282 @@ -194260,10 +173216,7 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 0.25, "buy_limit": 8, - "release_date": "2016-05-06", - "examine": "A spring-loaded mechanism.", "wiki_name": "Ballista spring", "wiki_url": "https://oldschool.runescape.wiki/w/Ballista_spring", "price": 29316 @@ -194278,10 +173231,7 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 2.75, "buy_limit": 8, - "release_date": "2016-05-06", - "examine": "Needs a suitably simian rope.", "wiki_name": "Unstrung light ballista", "wiki_url": "https://oldschool.runescape.wiki/w/Unstrung_light_ballista", "price": 108444 @@ -194296,10 +173246,7 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 5.75, "buy_limit": 8, - "release_date": "2016-05-06", - "examine": "Needs a suitably simian rope.", "wiki_name": "Unstrung heavy ballista", "wiki_url": "https://oldschool.runescape.wiki/w/Unstrung_heavy_ballista", "price": 185314 @@ -194314,10 +173261,7 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 0.25, "buy_limit": 8, - "release_date": "2016-05-06", - "examine": "Smells like the south end of a northbound monkey, because it is.", "wiki_name": "Monkey tail", "wiki_url": "https://oldschool.runescape.wiki/w/Monkey_tail", "price": 0 @@ -194333,8 +173277,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 10000, - "release_date": "2021-04-28", - "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": 1543 @@ -194350,8 +173292,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 10000, - "release_date": "2016-05-12", - "examine": "A teleport to Draynor Manor.", "wiki_name": "Draynor manor teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Draynor_manor_teleport_(tablet)", "price": 2249 @@ -194367,8 +173307,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 10000, - "release_date": "2016-05-12", - "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": 1912 @@ -194384,8 +173322,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 10000, - "release_date": "2016-05-12", - "examine": "A teleport to the Salve graveyard.", "wiki_name": "Salve graveyard teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Salve_graveyard_teleport_(tablet)", "price": 1960 @@ -194401,8 +173337,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 10000, - "release_date": "2016-05-12", - "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": 2340 @@ -194418,8 +173352,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 10000, - "release_date": "2016-05-12", - "examine": "A teleport to West Ardougne.", "wiki_name": "West ardougne teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/West_ardougne_teleport_(tablet)", "price": 2468 @@ -194435,8 +173367,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 10000, - "release_date": "2016-05-12", - "examine": "A teleport to Harmony Island.", "wiki_name": "Harmony island teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Harmony_island_teleport_(tablet)", "price": 2794 @@ -194452,8 +173382,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 10000, - "release_date": "2016-05-12", - "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": 2429 @@ -194469,8 +173397,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 10000, - "release_date": "2016-05-12", - "examine": "A teleport to the Barrows.", "wiki_name": "Barrows teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Barrows_teleport_(tablet)", "price": 2942 @@ -194486,8 +173412,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 10000, - "release_date": "2016-05-12", - "examine": "A teleport to Ape Atoll.", "wiki_name": "Ape atoll teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Ape_atoll_teleport_(tablet)", "price": 2908 @@ -194499,9 +173423,6 @@ "cost": 8, "lowalch": 3, "highalch": 4, - "weight": 0.45, - "release_date": "2016-05-19", - "examine": "It can carry an ensouled head away to a place of safety.", "wiki_name": "Soul bearer", "wiki_url": "https://oldschool.runescape.wiki/w/Soul_bearer", "price": 0 @@ -194513,9 +173434,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.42, - "release_date": "2016-05-19", - "examine": "A peculiar artefact that has been damaged.", "wiki_name": "Damaged soul bearer", "wiki_url": "https://oldschool.runescape.wiki/w/Damaged_soul_bearer", "price": 0 @@ -194527,9 +173445,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.51, - "release_date": "2016-05-19", - "examine": "The Journey of Souls, by Aretha.", "wiki_name": "Soul journey", "wiki_url": "https://oldschool.runescape.wiki/w/Soul_journey", "price": 0 @@ -194543,9 +173458,6 @@ "cost": 40000, "lowalch": 16000, "highalch": 24000, - "weight": 2.267, - "release_date": "2016-05-26", - "examine": "You don't want to wear it inside-out.", "wiki_name": "Black slayer helmet", "wiki_url": "https://oldschool.runescape.wiki/w/Black_slayer_helmet", "equipment": { @@ -194579,9 +173491,6 @@ "cost": 90000, "lowalch": 36000, "highalch": 54000, - "weight": 2.267, - "release_date": "2016-05-26", - "examine": "You really don't want to wear it inside-out.", "wiki_name": "Black slayer helmet (i) (Nightmare Zone)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_slayer_helmet_(i)#Nightmare_Zone", "equipment": { @@ -194615,9 +173524,6 @@ "cost": 40000, "lowalch": 16000, "highalch": 24000, - "weight": 2.267, - "release_date": "2016-05-26", - "examine": "You don't want to wear it inside-out.", "wiki_name": "Green slayer helmet", "wiki_url": "https://oldschool.runescape.wiki/w/Green_slayer_helmet", "equipment": { @@ -194651,9 +173557,6 @@ "cost": 90000, "lowalch": 36000, "highalch": 54000, - "weight": 2.267, - "release_date": "2016-05-26", - "examine": "You really don't want to wear it inside-out.", "wiki_name": "Green slayer helmet (i) (Nightmare Zone)", "wiki_url": "https://oldschool.runescape.wiki/w/Green_slayer_helmet_(i)#Nightmare_Zone", "equipment": { @@ -194687,9 +173590,6 @@ "cost": 40000, "lowalch": 16000, "highalch": 24000, - "weight": 2.267, - "release_date": "2016-05-26", - "examine": "You don't want to wear it inside-out.", "wiki_name": "Red slayer helmet", "wiki_url": "https://oldschool.runescape.wiki/w/Red_slayer_helmet", "equipment": { @@ -194723,9 +173623,6 @@ "cost": 90000, "lowalch": 36000, "highalch": 54000, - "weight": 2.267, - "release_date": "2016-05-26", - "examine": "You really don't want to wear it inside-out.", "wiki_name": "Red slayer helmet (i) (Nightmare Zone)", "wiki_url": "https://oldschool.runescape.wiki/w/Red_slayer_helmet_(i)#Nightmare_Zone", "equipment": { @@ -194758,8 +173655,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2016-05-26", - "examine": "This tablet has been redirected to Hosidius.", "wiki_name": "Hosidius teleport", "wiki_url": "https://oldschool.runescape.wiki/w/Hosidius_teleport", "price": 0 @@ -194774,10 +173669,7 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "weight": 2.267, "buy_limit": 100, - "release_date": "2016-05-26", - "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": 943 @@ -194792,10 +173684,7 @@ "cost": 16, "lowalch": 6, "highalch": 9, - "weight": 0.5, "buy_limit": 13000, - "release_date": "2016-05-26", - "examine": "This would be much tastier cooked.", "wiki_name": "Uncooked botanical pie", "wiki_url": "https://oldschool.runescape.wiki/w/Uncooked_botanical_pie", "price": 2236 @@ -194809,9 +173698,6 @@ "cost": 15, "lowalch": 6, "highalch": 9, - "weight": 0.225, - "release_date": "2016-05-26", - "examine": "Mmm half a botanical pie.", "wiki_name": "Botanical pie (Half)", "wiki_url": "https://oldschool.runescape.wiki/w/Botanical_pie#Half", "price": 0 @@ -194826,10 +173712,7 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.45, "buy_limit": 10000, - "release_date": "2016-05-26", - "examine": "Mmm botanical pie.", "wiki_name": "Botanical pie (Full)", "wiki_url": "https://oldschool.runescape.wiki/w/Botanical_pie#Full", "price": 1955 @@ -194844,10 +173727,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.25, "buy_limit": 13000, - "release_date": "2016-05-26", - "examine": "Smells like the north end of a southbound monkey, because it is.", "wiki_name": "Damaged monkey tail", "wiki_url": "https://oldschool.runescape.wiki/w/Damaged_monkey_tail", "price": 0 @@ -194860,8 +173740,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "release_date": "2016-06-02", - "examine": "Configuration details for operating the Lovakengj Minecart Network.", "wiki_name": "Minecart control scroll", "wiki_url": "https://oldschool.runescape.wiki/w/Minecart_control_scroll", "price": 0 @@ -194876,10 +173754,7 @@ "cost": 450, "lowalch": 180, "highalch": 270, - "weight": 2, "buy_limit": 12000, - "release_date": "2016-06-02", - "examine": "Logs cut from a redwood tree.", "wiki_name": "Redwood logs", "wiki_url": "https://oldschool.runescape.wiki/w/Redwood_logs", "price": 505 @@ -194894,10 +173769,7 @@ "cost": 895, "lowalch": 358, "highalch": 537, - "weight": 1.36, "buy_limit": 11000, - "release_date": "2016-06-02", - "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 @@ -194910,9 +173782,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 500, - "weight": 1.814, - "release_date": "2016-06-09", - "examine": "The magical sword 'Silverlight', enhanced with the blood of Agrith-Naar and ancient shards.", "wiki_name": "Arclight", "wiki_url": "https://oldschool.runescape.wiki/w/Arclight", "equipment": { @@ -194979,8 +173848,6 @@ "cost": 204, "lowalch": 81, "highalch": 122, - "release_date": "2016-06-09", - "examine": "You're not sure what this is, but it feels powerful.", "wiki_name": "Ancient shard", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_shard", "price": 0 @@ -194992,9 +173859,6 @@ "cost": 205, "lowalch": 82, "highalch": 123, - "weight": 0.003, - "release_date": "2016-06-09", - "examine": "Looks like part of something.", "wiki_name": "Dark totem base", "wiki_url": "https://oldschool.runescape.wiki/w/Dark_totem_base", "price": 0 @@ -195006,9 +173870,6 @@ "cost": 205, "lowalch": 82, "highalch": 123, - "weight": 0.003, - "release_date": "2016-06-09", - "examine": "Looks like part of something.", "wiki_name": "Dark totem middle", "wiki_url": "https://oldschool.runescape.wiki/w/Dark_totem_middle", "price": 0 @@ -195020,9 +173881,6 @@ "cost": 205, "lowalch": 82, "highalch": 123, - "weight": 0.003, - "release_date": "2016-06-09", - "examine": "Looks like part of something.", "wiki_name": "Dark totem top", "wiki_url": "https://oldschool.runescape.wiki/w/Dark_totem_top", "price": 0 @@ -195034,9 +173892,6 @@ "cost": 450, "lowalch": 180, "highalch": 270, - "weight": 0.009, - "release_date": "2016-06-09", - "examine": "A dark power emanates from this totem.", "wiki_name": "Dark totem", "wiki_url": "https://oldschool.runescape.wiki/w/Dark_totem", "price": 0 @@ -195050,9 +173905,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2016-06-16", - "examine": "An ancient helmet of King Raedwald Indanorf. First discovered by Pikachu Yip.", "wiki_name": "Helm of raedwald", "wiki_url": "https://oldschool.runescape.wiki/w/Helm_of_raedwald", "equipment": { @@ -195084,9 +173936,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2, - "release_date": "2016-06-16", - "examine": "Stark and full of vigour.", "wiki_name": "Clue hunter garb", "wiki_url": "https://oldschool.runescape.wiki/w/Clue_hunter_garb", "equipment": { @@ -195118,9 +173967,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, - "release_date": "2016-06-16", - "examine": "Warm leather gloves lined with wolf fur.", "wiki_name": "Clue hunter gloves", "wiki_url": "https://oldschool.runescape.wiki/w/Clue_hunter_gloves", "equipment": { @@ -195152,9 +173998,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2, - "release_date": "2016-06-16", - "examine": "A promising pair of trousers.", "wiki_name": "Clue hunter trousers", "wiki_url": "https://oldschool.runescape.wiki/w/Clue_hunter_trousers", "equipment": { @@ -195186,9 +174029,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.7, - "release_date": "2016-06-16", - "examine": "Warm leather boots lined with wolf fur.", "wiki_name": "Clue hunter boots", "wiki_url": "https://oldschool.runescape.wiki/w/Clue_hunter_boots", "equipment": { @@ -195220,9 +174060,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2016-06-16", - "examine": "Winter is coming.", "wiki_name": "Clue hunter cloak", "wiki_url": "https://oldschool.runescape.wiki/w/Clue_hunter_cloak", "equipment": { @@ -195253,9 +174090,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, - "release_date": "2016-06-16", - "examine": "A helm to celebrate the summer solstice.", "wiki_name": "Hornwood helm", "wiki_url": "https://oldschool.runescape.wiki/w/Hornwood_helm", "equipment": { @@ -195288,10 +174122,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.04, "buy_limit": 4, - "release_date": "2016-06-16", - "examine": "It smells like it's been where the sun doesn't shine.", "wiki_name": "Jar of darkness", "wiki_url": "https://oldschool.runescape.wiki/w/Jar_of_darkness", "price": 397500 @@ -195305,9 +174136,6 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 0.453, - "release_date": "2016-06-30", - "examine": "A pack containing 100 buckets of compost.", "wiki_name": "Compost pack", "wiki_url": "https://oldschool.runescape.wiki/w/Compost_pack", "price": 0 @@ -195324,10 +174152,7 @@ "cost": 17625, "lowalch": 7050, "highalch": 10575, - "weight": 0.01, "buy_limit": 5, - "release_date": "2016-06-30", - "examine": "A dragonstone amulet with an unlimited supply of magic charges.", "wiki_name": "Amulet of eternal glory", "wiki_url": "https://oldschool.runescape.wiki/w/Amulet_of_eternal_glory", "equipment": { @@ -195359,9 +174184,6 @@ "cost": 201100, "lowalch": 80440, "highalch": 120660, - "weight": 0.006, - "release_date": "2016-06-30", - "examine": "An extremely deep sense of suffering burns within this powerful ring.", "wiki_name": "Ring of suffering (i) (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Ring_of_suffering_(i)#Uncharged", "equipment": { @@ -195393,9 +174215,6 @@ "cost": 451, "lowalch": 180, "highalch": 270, - "weight": 1, - "release_date": "2016-07-06", - "examine": "This nest seems to have some old paper inside.", "wiki_name": "Clue nest (easy)", "wiki_url": "https://oldschool.runescape.wiki/w/Clue_nest_(easy)", "price": 0 @@ -195407,9 +174226,6 @@ "cost": 452, "lowalch": 180, "highalch": 271, - "weight": 1, - "release_date": "2016-07-06", - "examine": "This nest seems to have some old paper inside.", "wiki_name": "Clue nest (medium)", "wiki_url": "https://oldschool.runescape.wiki/w/Clue_nest_(medium)", "price": 0 @@ -195421,9 +174237,6 @@ "cost": 453, "lowalch": 181, "highalch": 271, - "weight": 1, - "release_date": "2016-07-06", - "examine": "This nest seems to have some old paper inside.", "wiki_name": "Clue nest (hard)", "wiki_url": "https://oldschool.runescape.wiki/w/Clue_nest_(hard)", "price": 0 @@ -195435,9 +174248,6 @@ "cost": 454, "lowalch": 181, "highalch": 272, - "weight": 1, - "release_date": "2016-07-06", - "examine": "This nest seems to have some old paper inside.", "wiki_name": "Clue nest (elite)", "wiki_url": "https://oldschool.runescape.wiki/w/Clue_nest_(elite)", "price": 0 @@ -195451,9 +174261,6 @@ "cost": 45000, "lowalch": 18000, "highalch": 27000, - "weight": 0.005, - "release_date": "2016-07-06", - "examine": "A smokey evil embodies this beautiful amulet.", "wiki_name": "Occult necklace (or)", "wiki_url": "https://oldschool.runescape.wiki/w/Occult_necklace_(or)", "equipment": { @@ -195487,9 +174294,6 @@ "cost": 68007, "lowalch": 27202, "highalch": 40804, - "weight": 0.453, - "release_date": "2016-07-06", - "examine": "A defensive weapon trimmed with gold.", "wiki_name": "Dragon defender (t) (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_defender_(t)#Normal", "equipment": { @@ -195526,10 +174330,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.006, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "A black piece of cloth on a string.", "wiki_name": "Left eye patch", "wiki_url": "https://oldschool.runescape.wiki/w/Left_eye_patch", "equipment": { @@ -195564,10 +174365,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.006, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "A black piece of cloth on a string.", "wiki_name": "Double eye patch", "wiki_url": "https://oldschool.runescape.wiki/w/Double_eye_patch", "equipment": { @@ -195595,9 +174393,6 @@ "name": "Bloodhound", "members": true, "cost": 1, - "weight": 0.015, - "release_date": "2016-07-06", - "examine": "Tracking down clues all over the world.", "wiki_name": "Bloodhound", "wiki_url": "https://oldschool.runescape.wiki/w/Bloodhound", "price": 0 @@ -195609,9 +174404,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 2.267, - "release_date": "2016-07-06", - "examine": "Lucky impling in a jar.", "wiki_name": "Lucky impling jar", "wiki_url": "https://oldschool.runescape.wiki/w/Lucky_impling_jar", "price": 0 @@ -195623,9 +174415,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.01, - "release_date": "2016-07-06", - "examine": "A key to unlock a treasure chest.", "wiki_name": "Key (Treasure Trails) (Elite)", "wiki_url": "https://oldschool.runescape.wiki/w/Key_(Treasure_Trails)#Elite", "price": 0 @@ -195637,9 +174426,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.02, - "release_date": "2016-07-06", - "examine": "Perhaps someone at the observatory can teach me to navigate?", "wiki_name": "Clue scroll (master)", "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(master)", "price": 0 @@ -195652,8 +174438,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "release_date": "2016-07-06", - "examine": "I hope it's bigger on the inside.", "wiki_name": "Reward casket (master)", "wiki_url": "https://oldschool.runescape.wiki/w/Reward_casket_(master)", "price": 0 @@ -195665,9 +174449,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.02, - "release_date": "2016-07-06", - "examine": "A clue scroll, at least partially.", "wiki_name": "Torn clue scroll (Part 1)", "wiki_url": "https://oldschool.runescape.wiki/w/Torn_clue_scroll#Part_1", "price": 0 @@ -195679,9 +174460,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.02, - "release_date": "2016-07-06", - "examine": "A clue scroll, at least partially.", "wiki_name": "Torn clue scroll (Part 2)", "wiki_url": "https://oldschool.runescape.wiki/w/Torn_clue_scroll#Part_2", "price": 0 @@ -195693,9 +174471,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.02, - "release_date": "2016-07-06", - "examine": "A clue scroll, at least partially.", "wiki_name": "Torn clue scroll (Part 3)", "wiki_url": "https://oldschool.runescape.wiki/w/Torn_clue_scroll#Part_3", "price": 0 @@ -195713,10 +174488,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 1.814, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "Get a head in life.", "wiki_name": "Zombie head (Treasure Trails)", "wiki_url": "https://oldschool.runescape.wiki/w/Zombie_head_(Treasure_Trails)", "equipment": { @@ -195778,10 +174550,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.2, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "You'd expect this to interfere with your 3D vision.", "wiki_name": "Cyclops head", "wiki_url": "https://oldschool.runescape.wiki/w/Cyclops_head", "equipment": { @@ -195817,10 +174586,7 @@ "cost": 6000, "lowalch": 2400, "highalch": 3600, - "weight": 1.36, "buy_limit": 8, - "release_date": "2016-07-06", - "examine": "A pair of Nunchaku, smells of pizza.", "wiki_name": "Nunchaku", "wiki_url": "https://oldschool.runescape.wiki/w/Nunchaku", "equipment": { @@ -195882,10 +174648,7 @@ "cost": 9300, "lowalch": 3720, "highalch": 5580, - "weight": 1.4, "buy_limit": 8, - "release_date": "2016-07-06", - "examine": "Ancient blessed dragonhide boots.", "wiki_name": "Ancient d'hide boots", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_d'hide_boots", "equipment": { @@ -195923,10 +174686,7 @@ "cost": 9300, "lowalch": 3720, "highalch": 5580, - "weight": 1.4, "buy_limit": 8, - "release_date": "2016-07-06", - "examine": "Bandos blessed dragonhide boots.", "wiki_name": "Bandos d'hide boots", "wiki_url": "https://oldschool.runescape.wiki/w/Bandos_d'hide_boots", "equipment": { @@ -195964,10 +174724,7 @@ "cost": 9300, "lowalch": 3720, "highalch": 5580, - "weight": 1.4, "buy_limit": 8, - "release_date": "2016-07-06", - "examine": "Guthix blessed dragonhide boots.", "wiki_name": "Guthix d'hide boots", "wiki_url": "https://oldschool.runescape.wiki/w/Guthix_d'hide_boots", "equipment": { @@ -196005,10 +174762,7 @@ "cost": 9300, "lowalch": 3720, "highalch": 5580, - "weight": 1.4, "buy_limit": 8, - "release_date": "2016-07-06", - "examine": "Armadyl blessed dragonhide boots.", "wiki_name": "Armadyl d'hide boots", "wiki_url": "https://oldschool.runescape.wiki/w/Armadyl_d'hide_boots", "equipment": { @@ -196046,10 +174800,7 @@ "cost": 9300, "lowalch": 3720, "highalch": 5580, - "weight": 1.4, "buy_limit": 8, - "release_date": "2016-07-06", - "examine": "Saradomin blessed dragonhide boots.", "wiki_name": "Saradomin d'hide boots", "wiki_url": "https://oldschool.runescape.wiki/w/Saradomin_d'hide_boots", "equipment": { @@ -196087,10 +174838,7 @@ "cost": 9300, "lowalch": 3720, "highalch": 5580, - "weight": 1.4, "buy_limit": 8, - "release_date": "2016-07-06", - "examine": "Zamorak blessed dragonhide boots.", "wiki_name": "Zamorak d'hide boots", "wiki_url": "https://oldschool.runescape.wiki/w/Zamorak_d'hide_boots", "equipment": { @@ -196123,9 +174871,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.01, - "release_date": "2016-07-06", - "examine": "You can sense strange powers emanating from it.", "wiki_name": "Strange device (Master)", "wiki_url": "https://oldschool.runescape.wiki/w/Strange_device#Master", "price": 0 @@ -196140,9 +174885,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 15, - "release_date": "2016-07-06", - "examine": "Full to the brim with loot... Where's that key gone?", "wiki_name": "Heavy casket", "wiki_url": "https://oldschool.runescape.wiki/w/Heavy_casket", "equipment": { @@ -196204,10 +174946,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.5, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "A blue scarf adorned with a dark crystal.", "wiki_name": "Arceuus scarf", "wiki_url": "https://oldschool.runescape.wiki/w/Arceuus_scarf", "equipment": { @@ -196242,10 +174981,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.5, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "A green scarf adorned with an ornamental leaf.", "wiki_name": "Hosidius scarf", "wiki_url": "https://oldschool.runescape.wiki/w/Hosidius_scarf", "equipment": { @@ -196280,10 +175016,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.5, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "A yellow scarf adorned with an ornamental anvil.", "wiki_name": "Lovakengj scarf", "wiki_url": "https://oldschool.runescape.wiki/w/Lovakengj_scarf", "equipment": { @@ -196318,10 +175051,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.5, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "A blue scarf adorned with a sea shell.", "wiki_name": "Piscarilius scarf", "wiki_url": "https://oldschool.runescape.wiki/w/Piscarilius_scarf", "equipment": { @@ -196356,10 +175086,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.5, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "A red scarf adorned with a skull.", "wiki_name": "Shayzien scarf", "wiki_url": "https://oldschool.runescape.wiki/w/Shayzien_scarf", "equipment": { @@ -196394,10 +175121,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 2, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "A dark tuxedo jacket with a white shirt.", "wiki_name": "Dark tuxedo jacket", "wiki_url": "https://oldschool.runescape.wiki/w/Dark_tuxedo_jacket", "equipment": { @@ -196432,10 +175156,7 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 0.5, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "Linked tuxedo cuffs with a dark trim.", "wiki_name": "Dark tuxedo cuffs", "wiki_url": "https://oldschool.runescape.wiki/w/Dark_tuxedo_cuffs", "equipment": { @@ -196470,10 +175191,7 @@ "cost": 6000, "lowalch": 2400, "highalch": 3600, - "weight": 1, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "Dark tuxedo trousers with white stockings.", "wiki_name": "Dark trousers", "wiki_url": "https://oldschool.runescape.wiki/w/Dark_trousers", "equipment": { @@ -196508,10 +175226,7 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 0.5, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "Dark shoes to match your dark tuxedo.", "wiki_name": "Dark tuxedo shoes", "wiki_url": "https://oldschool.runescape.wiki/w/Dark_tuxedo_shoes", "equipment": { @@ -196546,10 +175261,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.1, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "Bow ties are cool.", "wiki_name": "Dark bow tie", "wiki_url": "https://oldschool.runescape.wiki/w/Dark_bow_tie", "equipment": { @@ -196584,10 +175296,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 2, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "A light tuxedo jacket with a matching shirt.", "wiki_name": "Light tuxedo jacket", "wiki_url": "https://oldschool.runescape.wiki/w/Light_tuxedo_jacket", "equipment": { @@ -196622,10 +175331,7 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 0.5, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "Linked tuxedo cuffs with a gold trim.", "wiki_name": "Light tuxedo cuffs", "wiki_url": "https://oldschool.runescape.wiki/w/Light_tuxedo_cuffs", "equipment": { @@ -196660,10 +175366,7 @@ "cost": 6000, "lowalch": 2400, "highalch": 3600, - "weight": 1, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "Light tuxedo trousers with matching stockings.", "wiki_name": "Light trousers", "wiki_url": "https://oldschool.runescape.wiki/w/Light_trousers", "equipment": { @@ -196698,10 +175401,7 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 0.5, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "Light shoes to match your light tuxedo.", "wiki_name": "Light tuxedo shoes", "wiki_url": "https://oldschool.runescape.wiki/w/Light_tuxedo_shoes", "equipment": { @@ -196736,10 +175436,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.1, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "Bow ties are cool.", "wiki_name": "Light bow tie", "wiki_url": "https://oldschool.runescape.wiki/w/Light_bow_tie", "equipment": { @@ -196774,10 +175471,7 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 1.814, "buy_limit": 125, - "release_date": "2016-07-06", - "examine": "A helm worn by blacksmiths.", "wiki_name": "Blacksmith's helm", "wiki_url": "https://oldschool.runescape.wiki/w/Blacksmith's_helm", "equipment": { @@ -196812,10 +175506,7 @@ "cost": 14000, "lowalch": 5600, "highalch": 8400, - "weight": 0.5, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "A helm made from a bucket.", "wiki_name": "Bucket helm", "wiki_url": "https://oldschool.runescape.wiki/w/Bucket_helm", "equipment": { @@ -196850,10 +175541,7 @@ "cost": 3400, "lowalch": 1360, "highalch": 2040, - "weight": 0.226, "buy_limit": 8, - "release_date": "2016-07-06", - "examine": "Lightweight gloves ideal for rangers.", "wiki_name": "Ranger gloves", "wiki_url": "https://oldschool.runescape.wiki/w/Ranger_gloves", "equipment": { @@ -196890,10 +175578,7 @@ "cost": 9600, "lowalch": 3840, "highalch": 5760, - "weight": 0.5, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "Holy handwear!", "wiki_name": "Holy wraps", "wiki_url": "https://oldschool.runescape.wiki/w/Holy_wraps", "equipment": { @@ -196928,9 +175613,6 @@ "cost": 100000, "lowalch": 40000, "highalch": 60000, - "weight": 1.814, - "release_date": "2016-07-06", - "examine": "A vicious, curved and stylish sword.", "wiki_name": "Dragon scimitar (or)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_scimitar_(or)", "equipment": { @@ -196999,10 +175681,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.5, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "Use on the dragon scimitar to trim it with gold.", "wiki_name": "Dragon scimitar ornament kit", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_scimitar_ornament_kit", "price": 410000 @@ -197018,10 +175697,7 @@ "cost": 8000, "lowalch": 3200, "highalch": 4800, - "weight": 0.004, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "A ring shaped like the nature rune symbol.", "wiki_name": "Ring of nature", "wiki_url": "https://oldschool.runescape.wiki/w/Ring_of_nature", "equipment": { @@ -197056,10 +175732,7 @@ "cost": 8000, "lowalch": 3200, "highalch": 4800, - "weight": 0.05, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "Call me princess.", "wiki_name": "Fancy tiara", "wiki_url": "https://oldschool.runescape.wiki/w/Fancy_tiara", "equipment": { @@ -197095,10 +175768,7 @@ "cost": 55000, "lowalch": 22000, "highalch": 33000, - "weight": 1.36, "buy_limit": 40, - "release_date": "2016-07-06", - "examine": "A beautifully crafted axe, shaped by ancient smiths.", "wiki_name": "3rd age axe", "wiki_url": "https://oldschool.runescape.wiki/w/3rd_age_axe", "equipment": { @@ -197170,10 +175840,7 @@ "cost": 97950, "lowalch": 39180, "highalch": 58770, - "weight": 2.4, "buy_limit": 40, - "release_date": "2016-07-06", - "examine": "A beautifully crafted pickaxe, shaped by ancient smiths.", "wiki_name": "3rd age pickaxe", "wiki_url": "https://oldschool.runescape.wiki/w/3rd_age_pickaxe", "equipment": { @@ -197243,10 +175910,7 @@ "cost": 8000, "lowalch": 3200, "highalch": 4800, - "weight": 0.004, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "A valuable ring.", "wiki_name": "Ring of coins", "wiki_url": "https://oldschool.runescape.wiki/w/Ring_of_coins", "equipment": { @@ -197281,10 +175945,7 @@ "cost": 4000, "lowalch": 1600, "highalch": 2400, - "weight": 0.8, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "Evil.", "wiki_name": "Lesser demon mask", "wiki_url": "https://oldschool.runescape.wiki/w/Lesser_demon_mask", "equipment": { @@ -197319,10 +175980,7 @@ "cost": 4000, "lowalch": 1600, "highalch": 2400, - "weight": 0.8, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "Evil.", "wiki_name": "Greater demon mask", "wiki_url": "https://oldschool.runescape.wiki/w/Greater_demon_mask", "equipment": { @@ -197357,10 +176015,7 @@ "cost": 4000, "lowalch": 1600, "highalch": 2400, - "weight": 0.8, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "Evil.", "wiki_name": "Black demon mask", "wiki_url": "https://oldschool.runescape.wiki/w/Black_demon_mask", "equipment": { @@ -197395,10 +176050,7 @@ "cost": 4000, "lowalch": 1600, "highalch": 2400, - "weight": 0.8, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "Lost in time.", "wiki_name": "Old demon mask", "wiki_url": "https://oldschool.runescape.wiki/w/Old_demon_mask", "equipment": { @@ -197433,10 +176085,7 @@ "cost": 4000, "lowalch": 1600, "highalch": 2400, - "weight": 0.8, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "A mask resembling a visage of a Greater Jungle demon.", "wiki_name": "Jungle demon mask", "wiki_url": "https://oldschool.runescape.wiki/w/Jungle_demon_mask", "equipment": { @@ -197471,10 +176120,7 @@ "cost": 4000, "lowalch": 1600, "highalch": 2400, - "weight": 0.6, "buy_limit": 70, - "release_date": "2016-07-06", - "examine": "A conical hat.", "wiki_name": "Samurai kasa", "wiki_url": "https://oldschool.runescape.wiki/w/Samurai_kasa", "equipment": { @@ -197511,10 +176157,7 @@ "cost": 7000, "lowalch": 2800, "highalch": 4200, - "weight": 2, "buy_limit": 70, - "release_date": "2016-07-06", - "examine": "A type of shirt worn by the Samurai.", "wiki_name": "Samurai shirt", "wiki_url": "https://oldschool.runescape.wiki/w/Samurai_shirt", "equipment": { @@ -197551,10 +176194,7 @@ "cost": 3200, "lowalch": 1280, "highalch": 1920, - "weight": 0.4, "buy_limit": 70, - "release_date": "2016-07-06", - "examine": "Armoured gloves of the Samurai.", "wiki_name": "Samurai gloves", "wiki_url": "https://oldschool.runescape.wiki/w/Samurai_gloves", "equipment": { @@ -197591,10 +176231,7 @@ "cost": 3200, "lowalch": 1280, "highalch": 1920, - "weight": 1.5, "buy_limit": 70, - "release_date": "2016-07-06", - "examine": "Armoured greaves of the Samurai.", "wiki_name": "Samurai greaves", "wiki_url": "https://oldschool.runescape.wiki/w/Samurai_greaves", "equipment": { @@ -197631,10 +176268,7 @@ "cost": 4500, "lowalch": 1800, "highalch": 2700, - "weight": 0.95, "buy_limit": 70, - "release_date": "2016-07-06", - "examine": "Armoured socks of the Samurai.", "wiki_name": "Samurai boots", "wiki_url": "https://oldschool.runescape.wiki/w/Samurai_boots", "equipment": { @@ -197671,10 +176305,7 @@ "cost": 60000, "lowalch": 24000, "highalch": 36000, - "weight": 1.814, "buy_limit": 70, - "release_date": "2016-07-06", - "examine": "A cape of woven obsidian plates.", "wiki_name": "Obsidian cape (r)", "wiki_url": "https://oldschool.runescape.wiki/w/Obsidian_cape_(r)", "equipment": { @@ -197709,10 +176340,7 @@ "cost": 19450, "lowalch": 7780, "highalch": 11670, - "weight": 0.05, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "The two halfs would surely make a full moon?", "wiki_name": "Half moon spectacles", "wiki_url": "https://oldschool.runescape.wiki/w/Half_moon_spectacles", "equipment": { @@ -197748,10 +176376,7 @@ "cost": 850, "lowalch": 340, "highalch": 510, - "weight": 0.06, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "Ale of the gods.", "wiki_name": "Ale of the gods", "wiki_url": "https://oldschool.runescape.wiki/w/Ale_of_the_gods", "equipment": { @@ -197813,10 +176438,7 @@ "cost": 14000, "lowalch": 5600, "highalch": 8400, - "weight": 0.5, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "A helm made from a golden bucket.", "wiki_name": "Bucket helm (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Bucket_helm_(g)", "equipment": { @@ -197849,10 +176471,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.5, "buy_limit": 4, - "release_date": "2016-07-06", - "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": 3640974 @@ -197867,10 +176486,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.5, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "Use on an occult necklace to make it look fancier!", "wiki_name": "Occult ornament kit", "wiki_url": "https://oldschool.runescape.wiki/w/Occult_ornament_kit", "price": 4643946 @@ -197885,10 +176501,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.5, "buy_limit": 4, - "release_date": "2016-07-06", - "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": 112652 @@ -197903,10 +176516,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.5, "buy_limit": 4, - "release_date": "2016-07-06", - "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": 5742889 @@ -197921,10 +176531,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.5, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "Use on a Saradomin godsword to make it look fancier!", "wiki_name": "Saradomin godsword ornament kit", "wiki_url": "https://oldschool.runescape.wiki/w/Saradomin_godsword_ornament_kit", "price": 3655002 @@ -197939,10 +176546,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.5, "buy_limit": 4, - "release_date": "2016-07-06", - "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": 213322 @@ -197959,10 +176563,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "A mummy's head.", "wiki_name": "Mummy's head", "wiki_url": "https://oldschool.runescape.wiki/w/Mummy's_head", "equipment": { @@ -197997,10 +176598,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "A mummy's body.", "wiki_name": "Mummy's body", "wiki_url": "https://oldschool.runescape.wiki/w/Mummy's_body", "equipment": { @@ -198035,10 +176633,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "A mummy's hands.", "wiki_name": "Mummy's hands", "wiki_url": "https://oldschool.runescape.wiki/w/Mummy's_hands", "equipment": { @@ -198073,10 +176668,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "A mummy's legs.", "wiki_name": "Mummy's legs", "wiki_url": "https://oldschool.runescape.wiki/w/Mummy's_legs", "equipment": { @@ -198111,10 +176703,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "A mummy's feet.", "wiki_name": "Mummy's feet", "wiki_url": "https://oldschool.runescape.wiki/w/Mummy's_feet", "equipment": { @@ -198149,10 +176738,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "This mask will make your flesh transparent.", "wiki_name": "Ankou mask", "wiki_url": "https://oldschool.runescape.wiki/w/Ankou_mask", "equipment": { @@ -198187,10 +176773,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "This top will make your flesh transparent.", "wiki_name": "Ankou top", "wiki_url": "https://oldschool.runescape.wiki/w/Ankou_top", "equipment": { @@ -198225,10 +176808,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "These gloves will make your flesh transparent.", "wiki_name": "Ankou gloves", "wiki_url": "https://oldschool.runescape.wiki/w/Ankou_gloves", "equipment": { @@ -198263,10 +176843,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "These leggings will make your flesh transparent.", "wiki_name": "Ankou's leggings", "wiki_url": "https://oldschool.runescape.wiki/w/Ankou's_leggings", "equipment": { @@ -198301,10 +176878,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "These socks will make your flesh transparent.", "wiki_name": "Ankou socks", "wiki_url": "https://oldschool.runescape.wiki/w/Ankou_socks", "equipment": { @@ -198339,10 +176913,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "The bowl wig.", "wiki_name": "Bowl wig", "wiki_url": "https://oldschool.runescape.wiki/w/Bowl_wig", "equipment": { @@ -198377,10 +176948,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "A rare hood from Arceuus.", "wiki_name": "Arceuus hood", "wiki_url": "https://oldschool.runescape.wiki/w/Arceuus_hood", "equipment": { @@ -198415,10 +176983,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "A rare hood from Hosidius.", "wiki_name": "Hosidius hood", "wiki_url": "https://oldschool.runescape.wiki/w/Hosidius_hood", "equipment": { @@ -198453,10 +177018,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "A rare hood from Lovakengj.", "wiki_name": "Lovakengj hood", "wiki_url": "https://oldschool.runescape.wiki/w/Lovakengj_hood", "equipment": { @@ -198491,10 +177053,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "A rare hood from Port Piscarilius.", "wiki_name": "Piscarilius hood", "wiki_url": "https://oldschool.runescape.wiki/w/Piscarilius_hood", "equipment": { @@ -198529,10 +177088,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "A rare hood from Shayzien.", "wiki_name": "Shayzien hood", "wiki_url": "https://oldschool.runescape.wiki/w/Shayzien_hood", "equipment": { @@ -198567,10 +177123,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.453, "buy_limit": 70, - "release_date": "2016-07-06", - "examine": "A dark power is woven into this hood.", "wiki_name": "Hood of darkness", "wiki_url": "https://oldschool.runescape.wiki/w/Hood_of_darkness", "equipment": { @@ -198608,10 +177161,7 @@ "cost": 120000, "lowalch": 48000, "highalch": 72000, - "weight": 2.721, "buy_limit": 70, - "release_date": "2016-07-06", - "examine": "A dark power is woven into this robe top.", "wiki_name": "Robe top of darkness", "wiki_url": "https://oldschool.runescape.wiki/w/Robe_top_of_darkness", "equipment": { @@ -198649,10 +177199,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.453, "buy_limit": 70, - "release_date": "2016-07-06", - "examine": "A dark power is woven into these gloves.", "wiki_name": "Gloves of darkness", "wiki_url": "https://oldschool.runescape.wiki/w/Gloves_of_darkness", "equipment": { @@ -198690,10 +177237,7 @@ "cost": 80000, "lowalch": 32000, "highalch": 48000, - "weight": 1.814, "buy_limit": 70, - "release_date": "2016-07-06", - "examine": "A dark power is woven into this robe bottom.", "wiki_name": "Robe bottom of darkness", "wiki_url": "https://oldschool.runescape.wiki/w/Robe_bottom_of_darkness", "equipment": { @@ -198731,10 +177275,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.453, "buy_limit": 70, - "release_date": "2016-07-06", - "examine": "A dark power is woven into these boots.", "wiki_name": "Boots of darkness", "wiki_url": "https://oldschool.runescape.wiki/w/Boots_of_darkness", "equipment": { @@ -198770,10 +177311,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.5, "buy_limit": 4, - "release_date": "2016-07-06", - "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": 62066 @@ -198789,10 +177327,7 @@ "cost": 19200, "lowalch": 7680, "highalch": 11520, - "weight": 1.814, "buy_limit": 70, - "release_date": "2016-07-06", - "examine": "A medium sized helmet with gold plate.", "wiki_name": "Gilded med helm", "wiki_url": "https://oldschool.runescape.wiki/w/Gilded_med_helm", "equipment": { @@ -198828,10 +177363,7 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 6.803, "buy_limit": 70, - "release_date": "2016-07-06", - "examine": "A series of connected metal rings plated in gold.", "wiki_name": "Gilded chainbody", "wiki_url": "https://oldschool.runescape.wiki/w/Gilded_chainbody", "equipment": { @@ -198867,10 +177399,7 @@ "cost": 38400, "lowalch": 15360, "highalch": 23040, - "weight": 3.628, "buy_limit": 70, - "release_date": "2016-07-06", - "examine": "A medium square shield in gold plate.", "wiki_name": "Gilded sq shield", "wiki_url": "https://oldschool.runescape.wiki/w/Gilded_sq_shield", "equipment": { @@ -198907,10 +177436,7 @@ "cost": 64000, "lowalch": 25600, "highalch": 38400, - "weight": 3.628, "buy_limit": 70, - "release_date": "2016-07-06", - "examine": "A two handed sword with gold plate.", "wiki_name": "Gilded 2h sword", "wiki_url": "https://oldschool.runescape.wiki/w/Gilded_2h_sword", "equipment": { @@ -198982,10 +177508,7 @@ "cost": 20800, "lowalch": 8320, "highalch": 12480, - "weight": 2.267, "buy_limit": 70, - "release_date": "2016-07-06", - "examine": "A rune tipped spear with gold plate.", "wiki_name": "Gilded spear", "wiki_url": "https://oldschool.runescape.wiki/w/Gilded_spear", "equipment": { @@ -199057,10 +177580,7 @@ "cost": 20800, "lowalch": 8320, "highalch": 12480, - "weight": 2.267, "buy_limit": 70, - "release_date": "2016-07-06", - "examine": "A rune-tipped, one-handed hasta, with gold plate.", "wiki_name": "Gilded hasta", "wiki_url": "https://oldschool.runescape.wiki/w/Gilded_hasta", "equipment": { @@ -199129,9 +177649,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 3, - "release_date": "2016-07-06", - "examine": "Can you dig it?", "wiki_name": "Large spade", "wiki_url": "https://oldschool.runescape.wiki/w/Large_spade", "equipment": { @@ -199192,10 +177709,7 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 2.267, "buy_limit": 125, - "release_date": "2016-07-06", - "examine": "An epic wooden shield with a golden trim.", "wiki_name": "Wooden shield (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Wooden_shield_(g)", "equipment": { @@ -199229,10 +177743,7 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 9.979, "buy_limit": 125, - "release_date": "2016-07-06", - "examine": "Steel platebody with a gold trim.", "wiki_name": "Steel platebody (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_platebody_(g)", "equipment": { @@ -199268,10 +177779,7 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 9.071, "buy_limit": 125, - "release_date": "2016-07-06", - "examine": "Steel platelegs with a gold trim.", "wiki_name": "Steel platelegs (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_platelegs_(g)", "equipment": { @@ -199307,10 +177815,7 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 8.164, "buy_limit": 125, - "release_date": "2016-07-06", - "examine": "Steel plateskirt with gold trim.", "wiki_name": "Steel plateskirt (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_plateskirt_(g)", "equipment": { @@ -199346,10 +177851,7 @@ "cost": 550, "lowalch": 220, "highalch": 330, - "weight": 2.721, "buy_limit": 125, - "release_date": "2016-07-06", - "examine": "A steel full helmet with gold trim.", "wiki_name": "Steel full helm (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_full_helm_(g)", "equipment": { @@ -199385,10 +177887,7 @@ "cost": 850, "lowalch": 340, "highalch": 510, - "weight": 5.443, "buy_limit": 125, - "release_date": "2016-07-06", - "examine": "Steel kiteshield with gold trim.", "wiki_name": "Steel kiteshield (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_kiteshield_(g)", "equipment": { @@ -199424,10 +177923,7 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 9.979, "buy_limit": 125, - "release_date": "2016-07-06", - "examine": "Steel platebody with a trim.", "wiki_name": "Steel platebody (t)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_platebody_(t)", "equipment": { @@ -199463,10 +177959,7 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 9.071, "buy_limit": 125, - "release_date": "2016-07-06", - "examine": "Steel platelegs with a trim.", "wiki_name": "Steel platelegs (t)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_platelegs_(t)", "equipment": { @@ -199502,10 +177995,7 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 8.164, "buy_limit": 125, - "release_date": "2016-07-06", - "examine": "Steel plateskirt with trim.", "wiki_name": "Steel plateskirt (t)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_plateskirt_(t)", "equipment": { @@ -199541,10 +178031,7 @@ "cost": 550, "lowalch": 220, "highalch": 330, - "weight": 2.721, "buy_limit": 125, - "release_date": "2016-07-06", - "examine": "A steel full helmet with trim.", "wiki_name": "Steel full helm (t)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_full_helm_(t)", "equipment": { @@ -199580,10 +178067,7 @@ "cost": 850, "lowalch": 340, "highalch": 510, - "weight": 5.443, "buy_limit": 125, - "release_date": "2016-07-06", - "examine": "Steel kiteshield with trim.", "wiki_name": "Steel kiteshield (t)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_kiteshield_(t)", "equipment": { @@ -199619,10 +178103,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.907, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "I feel the gods don't enjoy my materialistic obsessions.", "wiki_name": "Monk's robe top (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Monk's_robe_top_(g)", "equipment": { @@ -199656,10 +178137,7 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.907, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "Keeps a monk's knees nice, warm and stylish.", "wiki_name": "Monk's robe (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Monk's_robe_(g)", "equipment": { @@ -199693,10 +178171,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.907, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "What a perfectly reasonable hat.", "wiki_name": "Golden chef's hat", "wiki_url": "https://oldschool.runescape.wiki/w/Golden_chef's_hat", "equipment": { @@ -199730,10 +178205,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.453, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "An astonishingly gold apron.", "wiki_name": "Golden apron", "wiki_url": "https://oldschool.runescape.wiki/w/Golden_apron", "equipment": { @@ -199767,10 +178239,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.453, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "Ooohhh look at the dirty colours...", "wiki_name": "Team cape zero", "wiki_url": "https://oldschool.runescape.wiki/w/Team_cape_zero", "equipment": { @@ -199804,10 +178273,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.453, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "Ooohhh look at the dirty colours...", "wiki_name": "Team cape x", "wiki_url": "https://oldschool.runescape.wiki/w/Team_cape_x", "equipment": { @@ -199841,10 +178307,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.453, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "Ooohhh look at the dirty colours...", "wiki_name": "Team cape i", "wiki_url": "https://oldschool.runescape.wiki/w/Team_cape_i", "equipment": { @@ -199879,10 +178342,7 @@ "cost": 80, "lowalch": 32, "highalch": 48, - "weight": 0.51, "buy_limit": 5, - "release_date": "2016-07-06", - "examine": "The path of the righteous man is beset on all sides by the inequities of the selfish and the tyranny of evil men.", "wiki_name": "Holy blessing", "wiki_url": "https://oldschool.runescape.wiki/w/Holy_blessing", "equipment": { @@ -199917,10 +178377,7 @@ "cost": 80, "lowalch": 32, "highalch": 48, - "weight": 0.51, "buy_limit": 5, - "release_date": "2016-07-06", - "examine": "The Dark Lord will rise again with his servant's aid, greater and more terrible than ever he was.", "wiki_name": "Unholy blessing", "wiki_url": "https://oldschool.runescape.wiki/w/Unholy_blessing", "equipment": { @@ -199955,10 +178412,7 @@ "cost": 80, "lowalch": 32, "highalch": 48, - "weight": 0.51, "buy_limit": 5, - "release_date": "2016-07-06", - "examine": "Life and death, old and new, day and night. Balance is the key to all.", "wiki_name": "Peaceful blessing", "wiki_url": "https://oldschool.runescape.wiki/w/Peaceful_blessing", "equipment": { @@ -199993,10 +178447,7 @@ "cost": 80, "lowalch": 32, "highalch": 48, - "weight": 0.51, "buy_limit": 5, - "release_date": "2016-07-06", - "examine": "Law is not law if it violates the principles of eternal justice.", "wiki_name": "Honourable blessing", "wiki_url": "https://oldschool.runescape.wiki/w/Honourable_blessing", "equipment": { @@ -200031,10 +178482,7 @@ "cost": 80, "lowalch": 32, "highalch": 48, - "weight": 0.51, "buy_limit": 5, - "release_date": "2016-07-06", - "examine": "The blood of the soldier makes the glory of the general.", "wiki_name": "War blessing", "wiki_url": "https://oldschool.runescape.wiki/w/War_blessing", "equipment": { @@ -200069,10 +178517,7 @@ "cost": 80, "lowalch": 32, "highalch": 48, - "weight": 0.51, "buy_limit": 5, - "release_date": "2016-07-06", - "examine": "The misery that is now upon us is but the passing of greed, the bitterness of those who fear the way of progress.", "wiki_name": "Ancient blessing", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_blessing", "equipment": { @@ -200106,8 +178551,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 10000, - "release_date": "2016-07-06", - "examine": "A scroll for charging dragonstone jewellery.", "wiki_name": "Charge dragonstone jewellery scroll", "wiki_url": "https://oldschool.runescape.wiki/w/Charge_dragonstone_jewellery_scroll", "price": 155 @@ -200124,10 +178567,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.001, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "Don't shoot the messenger!", "wiki_name": "Crier coat", "wiki_url": "https://oldschool.runescape.wiki/w/Crier_coat", "equipment": { @@ -200163,10 +178603,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.453, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "For whom?", "wiki_name": "Crier bell", "wiki_url": "https://oldschool.runescape.wiki/w/Crier_bell", "equipment": { @@ -200228,10 +178665,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 2.267, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "Try as they will, and try as they might, who steals me gold won't live through the night.", "wiki_name": "Black leprechaun hat", "wiki_url": "https://oldschool.runescape.wiki/w/Black_leprechaun_hat", "equipment": { @@ -200264,9 +178698,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 1, - "release_date": "2016-07-06", - "examine": "The instructions are complete nonsense!", "wiki_name": "Clueless scroll", "wiki_url": "https://oldschool.runescape.wiki/w/Clueless_scroll", "equipment": { @@ -200329,10 +178760,7 @@ "cost": 70, "lowalch": 28, "highalch": 42, - "weight": 2.267, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "An ancient banner bearing the mark of the Arceuus Elders.", "wiki_name": "Arceuus banner", "wiki_url": "https://oldschool.runescape.wiki/w/Arceuus_banner", "equipment": { @@ -200395,10 +178823,7 @@ "cost": 70, "lowalch": 28, "highalch": 42, - "weight": 2.267, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "A banner made of redwood bearing the Hosidius sigil.", "wiki_name": "Hosidius banner", "wiki_url": "https://oldschool.runescape.wiki/w/Hosidius_banner", "equipment": { @@ -200461,10 +178886,7 @@ "cost": 70, "lowalch": 28, "highalch": 42, - "weight": 2.267, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "A lovakite banner bearing the Lovakengj sigil.", "wiki_name": "Lovakengj banner", "wiki_url": "https://oldschool.runescape.wiki/w/Lovakengj_banner", "equipment": { @@ -200527,10 +178949,7 @@ "cost": 70, "lowalch": 28, "highalch": 42, - "weight": 2.267, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "A stained glass banner displaying the Piscarilius sigil.", "wiki_name": "Piscarilius banner", "wiki_url": "https://oldschool.runescape.wiki/w/Piscarilius_banner", "equipment": { @@ -200593,10 +179012,7 @@ "cost": 70, "lowalch": 28, "highalch": 42, - "weight": 2.267, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "A war torn banner bearing the Shayzien sigil.", "wiki_name": "Shayzien banner", "wiki_url": "https://oldschool.runescape.wiki/w/Shayzien_banner", "equipment": { @@ -200658,10 +179074,7 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 0.1, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "Pointy shadows.", "wiki_name": "Black unicorn mask", "wiki_url": "https://oldschool.runescape.wiki/w/Black_unicorn_mask", "equipment": { @@ -200696,10 +179109,7 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 0.1, "buy_limit": 4, - "release_date": "2016-07-06", - "examine": "Pointy rainbows.", "wiki_name": "White unicorn mask", "wiki_url": "https://oldschool.runescape.wiki/w/White_unicorn_mask", "equipment": { @@ -200734,10 +179144,7 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 4.535, "buy_limit": 125, - "release_date": "2016-07-06", - "examine": "An adamant shield shaped like a cabbage.", "wiki_name": "Cabbage round shield", "wiki_url": "https://oldschool.runescape.wiki/w/Cabbage_round_shield", "equipment": { @@ -200772,10 +179179,7 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 0.035, "buy_limit": 40, - "release_date": "2016-07-06", - "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": 17136 @@ -200787,9 +179191,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 0.035, - "release_date": "2016-07-06", - "examine": "Fill it with firelighters to make pretty fire.", "wiki_name": "Gnomish firelighter (Charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Gnomish_firelighter#Charged", "price": 0 @@ -200801,9 +179202,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.1, - "release_date": "2016-07-06", - "examine": "I need to solve this!", "wiki_name": "Puzzle box (Zulrah)", "wiki_url": "https://oldschool.runescape.wiki/w/Puzzle_box#Zulrah", "price": 0 @@ -200815,9 +179213,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.1, - "release_date": "2016-07-06", - "examine": "I need to solve this!", "wiki_name": "Puzzle box (Cerberus)", "wiki_url": "https://oldschool.runescape.wiki/w/Puzzle_box#Cerberus", "price": 0 @@ -200829,9 +179224,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.1, - "release_date": "2016-07-06", - "examine": "I need to solve this!", "wiki_name": "Puzzle box (Gnome child)", "wiki_url": "https://oldschool.runescape.wiki/w/Puzzle_box#Gnome_child", "price": 0 @@ -200843,9 +179235,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.1, - "release_date": "2016-07-06", - "examine": "I need to brighten its day.", "wiki_name": "Light box", "wiki_url": "https://oldschool.runescape.wiki/w/Light_box", "price": 0 @@ -200855,9 +179244,6 @@ "name": "Clue geode (easy)", "members": true, "cost": 1, - "weight": 1, - "release_date": "2016-07-06", - "examine": "This geode seems to have some old paper inside.", "wiki_name": "Clue geode (easy)", "wiki_url": "https://oldschool.runescape.wiki/w/Clue_geode_(easy)", "price": 0 @@ -200867,9 +179253,6 @@ "name": "Clue geode (medium)", "members": true, "cost": 1, - "weight": 1, - "release_date": "2016-07-06", - "examine": "This geode seems to have some old paper inside.", "wiki_name": "Clue geode (medium)", "wiki_url": "https://oldschool.runescape.wiki/w/Clue_geode_(medium)", "price": 0 @@ -200879,9 +179262,6 @@ "name": "Clue geode (hard)", "members": true, "cost": 1, - "weight": 1, - "release_date": "2016-07-06", - "examine": "This geode seems to have some old paper inside.", "wiki_name": "Clue geode (hard)", "wiki_url": "https://oldschool.runescape.wiki/w/Clue_geode_(hard)", "price": 0 @@ -200891,9 +179271,6 @@ "name": "Clue geode (elite)", "members": true, "cost": 1, - "weight": 1, - "release_date": "2016-07-06", - "examine": "This geode seems to have some old paper inside.", "wiki_name": "Clue geode (elite)", "wiki_url": "https://oldschool.runescape.wiki/w/Clue_geode_(elite)", "price": 0 @@ -200907,9 +179284,6 @@ "cost": 202000, "lowalch": 80800, "highalch": 121200, - "weight": 0.01, - "release_date": "2016-07-06", - "examine": "A deep sense of torture burns within this powerful amulet.", "wiki_name": "Amulet of torture (or)", "wiki_url": "https://oldschool.runescape.wiki/w/Amulet_of_torture_(or)", "equipment": { @@ -200944,9 +179318,6 @@ "cost": 1250000, "lowalch": 500000, "highalch": 750000, - "weight": 10, - "release_date": "2016-07-06", - "examine": "An ornamented, beautiful, heavy sword.", "wiki_name": "Armadyl godsword (or)", "wiki_url": "https://oldschool.runescape.wiki/w/Armadyl_godsword_(or)", "equipment": { @@ -201015,9 +179386,6 @@ "cost": 1250000, "lowalch": 500000, "highalch": 750000, - "weight": 10, - "release_date": "2016-07-06", - "examine": "An ornamented, brutally heavy sword.", "wiki_name": "Bandos godsword (or)", "wiki_url": "https://oldschool.runescape.wiki/w/Bandos_godsword_(or)", "equipment": { @@ -201086,9 +179454,6 @@ "cost": 1250000, "lowalch": 500000, "highalch": 750000, - "weight": 10, - "release_date": "2016-07-06", - "examine": "An ornamented, gracious, heavy sword.", "wiki_name": "Saradomin godsword (or)", "wiki_url": "https://oldschool.runescape.wiki/w/Saradomin_godsword_(or)", "equipment": { @@ -201157,9 +179522,6 @@ "cost": 1250000, "lowalch": 500000, "highalch": 750000, - "weight": 10, - "release_date": "2016-07-06", - "examine": "An ornamented, terrifying, heavy sword.", "wiki_name": "Zamorak godsword (or)", "wiki_url": "https://oldschool.runescape.wiki/w/Zamorak_godsword_(or)", "equipment": { @@ -201227,10 +179589,7 @@ "cost": 900, "lowalch": 360, "highalch": 540, - "weight": 6, "buy_limit": 8, - "release_date": "2016-07-06", - "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": 49281 @@ -201244,10 +179603,7 @@ "cost": 900, "lowalch": 360, "highalch": 540, - "weight": 6, "buy_limit": 8, - "release_date": "2016-07-06", - "examine": "A set containing a full helm, platebody, skirt and kiteshield.", "wiki_name": "Steel trimmed set (sk)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_trimmed_set_(sk)", "price": 60283 @@ -201261,10 +179617,7 @@ "cost": 900, "lowalch": 360, "highalch": 540, - "weight": 6, "buy_limit": 8, - "release_date": "2016-07-06", - "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": 52187 @@ -201278,10 +179631,7 @@ "cost": 900, "lowalch": 360, "highalch": 540, - "weight": 6, "buy_limit": 8, - "release_date": "2016-07-06", - "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": 68784 @@ -201293,8 +179643,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "release_date": "2016-08-04", - "examine": "An arrow made using a dragon's talon.", "wiki_name": "Dragon arrow (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_arrow_(Last_Man_Standing)", "equipment": { @@ -201324,9 +179672,6 @@ "name": "Shark", "noteable": true, "cost": 100, - "weight": 0.65, - "release_date": "2016-08-04", - "examine": "I'd better be careful eating this.", "wiki_name": "Shark (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Shark_(Last_Man_Standing)", "price": 0 @@ -201338,9 +179683,6 @@ "cost": 400, "lowalch": 160, "highalch": 240, - "weight": 0.035, - "release_date": "2016-08-04", - "examine": "4 doses of Prayer restore potion.", "wiki_name": "Prayer potion (Last Man Standing) (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Prayer_potion_(Last_Man_Standing)#4_dose", "price": 0 @@ -201352,9 +179694,6 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 0.03, - "release_date": "2016-08-04", - "examine": "3 doses of Prayer restore potion.", "wiki_name": "Prayer potion (Last Man Standing) (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Prayer_potion_(Last_Man_Standing)#3_dose", "price": 0 @@ -201366,9 +179705,6 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.025, - "release_date": "2016-08-04", - "examine": "2 doses of Prayer restore potion.", "wiki_name": "Prayer potion (Last Man Standing) (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Prayer_potion_(Last_Man_Standing)#2_dose", "price": 0 @@ -201380,9 +179716,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.02, - "release_date": "2016-08-04", - "examine": "1 dose of Prayer restore potion.", "wiki_name": "Prayer potion (Last Man Standing) (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Prayer_potion_(Last_Man_Standing)#1_dose", "price": 0 @@ -201395,9 +179728,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 1, - "weight": 3.628, - "release_date": "2016-08-04", - "examine": "A large makeshift spear.", "wiki_name": "Spear (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Spear_(Last_Man_Standing)", "equipment": { @@ -201454,9 +179784,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 750, - "weight": 0.453, - "release_date": "2016-08-04", - "examine": "A weapon from the Abyss.", "wiki_name": "Abyssal whip (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Abyssal_whip_(Last_Man_Standing)", "equipment": { @@ -201517,9 +179844,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.453, - "release_date": "2016-08-04", - "examine": "A powerful dagger.", "wiki_name": "Dragon dagger (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_dagger_(Last_Man_Standing)", "equipment": { @@ -201585,9 +179909,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 50, - "weight": 1.814, - "release_date": "2016-08-04", - "examine": "A bow from a darker dimension.", "wiki_name": "Dark bow (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Dark_bow_(Last_Man_Standing)", "equipment": { @@ -201647,9 +179968,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 9.071, - "release_date": "2016-08-04", - "examine": "These look pretty heavy.", "wiki_name": "Rune platelegs (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_platelegs_(Last_Man_Standing)", "equipment": { @@ -201682,9 +180000,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 6.803, - "release_date": "2016-08-04", - "examine": "Made from 100% real dragonhide.", "wiki_name": "Black d'hide body (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_d'hide_body_(Last_Man_Standing)", "equipment": { @@ -201716,9 +180031,6 @@ "equipable": true, "equipable_by_player": true, "cost": 10, - "weight": 2.721, - "release_date": "2016-08-04", - "examine": "The upper half of a magical robe.", "wiki_name": "Mystic robe top (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Mystic_robe_top_(Last_Man_Standing)", "equipment": { @@ -201750,9 +180062,6 @@ "equipable": true, "equipable_by_player": true, "cost": 10, - "weight": 1.814, - "release_date": "2016-08-04", - "examine": "The lower half of a magical robe.", "wiki_name": "Mystic robe bottom (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Mystic_robe_bottom_(Last_Man_Standing)", "equipment": { @@ -201784,8 +180093,6 @@ "tradeable": true, "stackable": true, "cost": 40, - "release_date": "2016-08-04", - "examine": "Breaking this will unleash an ancient knowledge.", "wiki_name": "Ancient magicks tablet", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_magicks_tablet", "price": 0 @@ -201802,10 +180109,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.25, "buy_limit": 4, - "release_date": "2016-07-21", - "examine": "Perfect for crossing the road in an evil manner.", "wiki_name": "Evil chicken feet", "wiki_url": "https://oldschool.runescape.wiki/w/Evil_chicken_feet", "equipment": { @@ -201840,10 +180144,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.25, "buy_limit": 4, - "release_date": "2016-07-21", - "examine": "I look evil and fowl in this.", "wiki_name": "Evil chicken wings", "wiki_url": "https://oldschool.runescape.wiki/w/Evil_chicken_wings", "equipment": { @@ -201878,10 +180179,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.25, "buy_limit": 4, - "release_date": "2016-07-21", - "examine": "Cock-a-doodle-do!", "wiki_name": "Evil chicken head", "wiki_url": "https://oldschool.runescape.wiki/w/Evil_chicken_head", "equipment": { @@ -201916,10 +180214,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.25, "buy_limit": 4, - "release_date": "2016-07-21", - "examine": "Evil legs for an evil human wanting to dress like an evil chicken.", "wiki_name": "Evil chicken legs", "wiki_url": "https://oldschool.runescape.wiki/w/Evil_chicken_legs", "equipment": { @@ -201949,9 +180244,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2016-07-21", - "examine": "A broken cape of fire.", "wiki_name": "Fire cape (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Fire_cape#Broken", "price": 0 @@ -201963,9 +180255,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2016-07-21", - "examine": "This cape is broken.", "wiki_name": "Fire max cape (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Fire_max_cape#Broken", "price": 0 @@ -201977,9 +180266,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2016-07-21", - "examine": "A broken defensive weapon.", "wiki_name": "Bronze defender (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_defender#Broken", "price": 0 @@ -201991,9 +180277,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2016-07-21", - "examine": "A broken defensive weapon.", "wiki_name": "Iron defender (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_defender#Broken", "price": 0 @@ -202005,9 +180288,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2016-07-21", - "examine": "A broken defensive weapon.", "wiki_name": "Steel defender (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_defender#Broken", "price": 0 @@ -202019,9 +180299,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2016-07-21", - "examine": "A broken defensive weapon.", "wiki_name": "Black defender (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_defender#Broken", "price": 0 @@ -202033,9 +180310,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2016-07-21", - "examine": "A broken defensive weapon.", "wiki_name": "Mithril defender (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_defender#Broken", "price": 0 @@ -202047,9 +180321,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2016-07-21", - "examine": "A broken defensive weapon.", "wiki_name": "Adamant defender (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_defender#Broken", "price": 0 @@ -202061,9 +180332,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2016-07-21", - "examine": "A broken defensive weapon.", "wiki_name": "Rune defender (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_defender#Broken", "price": 0 @@ -202075,9 +180343,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2016-07-21", - "examine": "A broken defensive weapon.", "wiki_name": "Dragon defender (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_defender#Broken", "price": 0 @@ -202089,9 +180354,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 6.803, - "release_date": "2016-07-21", - "examine": "Broken torso armour from the order of the Void Knights.", "wiki_name": "Void knight top (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Void_knight_top#Broken", "price": 0 @@ -202103,9 +180365,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 6.803, - "release_date": "2016-07-21", - "examine": "Broken superior torso armour from the order of the Void Knights.", "wiki_name": "Elite void top (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Elite_void_top#Broken", "price": 0 @@ -202117,9 +180376,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 8.164, - "release_date": "2016-07-21", - "examine": "Broken leg armour from the order of the Void Knights.", "wiki_name": "Void knight robe (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Void_knight_robe#Broken", "price": 0 @@ -202131,9 +180387,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 8.164, - "release_date": "2016-07-21", - "examine": "Broken superior leg armour from the order of the Void Knights.", "wiki_name": "Elite void robe (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Elite_void_robe#Broken", "price": 0 @@ -202145,9 +180398,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2016-07-21", - "examine": "A broken mace used by the order of the Void Knights.", "wiki_name": "Void knight mace (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Void_knight_mace#Broken", "price": 0 @@ -202159,9 +180409,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2016-07-21", - "examine": "Broken gloves as used by the order of the Void Knights.", "wiki_name": "Void knight gloves (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Void_knight_gloves#Broken", "price": 0 @@ -202173,9 +180420,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2016-07-21", - "examine": "A broken mage helm from the order of the Void Knights.", "wiki_name": "Void mage helm (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Void_mage_helm#Broken", "price": 0 @@ -202187,9 +180431,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2016-07-21", - "examine": "A broken ranger helm from the order of the Void Knights.", "wiki_name": "Void ranger helm (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Void_ranger_helm#Broken", "price": 0 @@ -202201,9 +180442,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2016-07-21", - "examine": "A broken melee helm from the order of the Void Knights.", "wiki_name": "Void melee helm (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Void_melee_helm#Broken", "price": 0 @@ -202214,9 +180452,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.587, - "release_date": "2016-07-21", - "examine": "A very decorative sword, but it's broken.", "wiki_name": "Decorative sword (gold) (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Decorative_sword_(gold)#Broken", "price": 0 @@ -202227,9 +180462,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 8.618, - "release_date": "2016-07-21", - "examine": "Very decorative armour, but it's broken.", "wiki_name": "Decorative armour (gold platebody) (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Decorative_armour_(gold_platebody)#Broken", "price": 0 @@ -202240,9 +180472,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 9.071, - "release_date": "2016-07-21", - "examine": "Very decorative armour, but it's broken.", "wiki_name": "Decorative armour (gold platelegs) (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Decorative_armour_(gold_platelegs)#Broken", "price": 0 @@ -202253,9 +180482,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2016-07-21", - "examine": "A very decorative helm, but it's broken.", "wiki_name": "Decorative helm (gold) (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Decorative_helm_(gold)#Broken", "price": 0 @@ -202266,9 +180492,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 4.535, - "release_date": "2016-07-21", - "examine": "A very decorative shield, but it's broken.", "wiki_name": "Decorative shield (gold) (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Decorative_shield_(gold)#Broken", "price": 0 @@ -202279,9 +180502,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 9.071, - "release_date": "2016-07-21", - "examine": "Very decorative armour, but it's broken.", "wiki_name": "Decorative armour (gold plateskirt) (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Decorative_armour_(gold_plateskirt)#Broken", "price": 0 @@ -202293,9 +180513,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 6.803, - "release_date": "2016-07-21", - "examine": "Very decorative armour, but it's broken.", "wiki_name": "Decorative armour (magic top) (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Decorative_armour_(magic_top)#Broken", "price": 0 @@ -202307,9 +180524,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 8.164, - "release_date": "2016-07-21", - "examine": "Very decorative armour, but it's broken.", "wiki_name": "Decorative armour (magic legs) (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Decorative_armour_(magic_legs)#Broken", "price": 0 @@ -202321,9 +180535,6 @@ "cost": 45000, "lowalch": 18000, "highalch": 27000, - "weight": 8.164, - "release_date": "2016-07-21", - "examine": "Very decorative armour, but it's broken.", "wiki_name": "Decorative armour (magic hat) (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Decorative_armour_(magic_hat)#Broken", "price": 0 @@ -202335,9 +180546,6 @@ "cost": 48000, "lowalch": 19200, "highalch": 28800, - "weight": 6.803, - "release_date": "2016-07-21", - "examine": "Very decorative armour, but it's broken.", "wiki_name": "Decorative armour (ranged top) (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Decorative_armour_(ranged_top)#Broken", "price": 0 @@ -202349,9 +180557,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 8.164, - "release_date": "2016-07-21", - "examine": "Very decorative armour, but it's broken.", "wiki_name": "Decorative armour (ranged legs) (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Decorative_armour_(ranged_legs)#Broken", "price": 0 @@ -202363,9 +180568,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 8.164, - "release_date": "2016-07-21", - "examine": "Very decorative armour, but it's broken.", "wiki_name": "Decorative armour (quiver) (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Decorative_armour_(quiver)#Broken", "price": 0 @@ -202377,9 +180579,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2, - "release_date": "2016-07-21", - "examine": "A broken Penance Fighter hat.", "wiki_name": "Fighter hat (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Fighter_hat#Broken", "price": 0 @@ -202391,9 +180590,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2, - "release_date": "2016-07-21", - "examine": "A broken Penance Ranger hat.", "wiki_name": "Ranger hat (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Ranger_hat#Broken", "price": 0 @@ -202405,9 +180601,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2, - "release_date": "2016-07-21", - "examine": "A broken Penance Healer hat.", "wiki_name": "Healer hat (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Healer_hat#Broken", "price": 0 @@ -202419,9 +180612,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 4, - "release_date": "2016-07-21", - "examine": "A broken Penance Fighter torso.", "wiki_name": "Fighter torso (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Fighter_torso#Broken", "price": 0 @@ -202433,9 +180623,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 3, - "release_date": "2016-07-21", - "examine": "A broken skirt made from the skin of a Penance Ranger.", "wiki_name": "Penance skirt (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Penance_skirt#Broken", "price": 0 @@ -202452,10 +180639,7 @@ "cost": 800, "lowalch": 320, "highalch": 480, - "weight": 0.2, "buy_limit": 8, - "release_date": "2016-07-21", - "examine": "The robes worn by the dangerous elder druids.", "wiki_name": "Elder chaos top", "wiki_url": "https://oldschool.runescape.wiki/w/Elder_chaos_top", "equipment": { @@ -202492,10 +180676,7 @@ "cost": 700, "lowalch": 280, "highalch": 420, - "weight": 0.18, "buy_limit": 8, - "release_date": "2016-07-21", - "examine": "The robes worn by the dangerous elder druids.", "wiki_name": "Elder chaos robe", "wiki_url": "https://oldschool.runescape.wiki/w/Elder_chaos_robe", "equipment": { @@ -202525,9 +180706,6 @@ "name": "Catalytic rune pack", "tradeable": true, "cost": 75, - "weight": 4.535, - "release_date": "2016-08-04", - "examine": "A pack containing 50 of each high-level catalytic rune.", "wiki_name": "Catalytic rune pack", "wiki_url": "https://oldschool.runescape.wiki/w/Catalytic_rune_pack", "price": 0 @@ -202537,9 +180715,6 @@ "name": "Elemental rune pack", "tradeable": true, "cost": 50, - "weight": 4.535, - "release_date": "2016-08-04", - "examine": "A pack containing 100 of each elemental rune.", "wiki_name": "Elemental rune pack", "wiki_url": "https://oldschool.runescape.wiki/w/Elemental_rune_pack", "price": 0 @@ -202549,9 +180724,6 @@ "name": "Adamant arrow pack", "tradeable": true, "cost": 70, - "weight": 4.535, - "release_date": "2016-08-04", - "examine": "A pack containing 50 adamant arrows.", "wiki_name": "Adamant arrow pack", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_arrow_pack", "price": 0 @@ -202561,9 +180733,6 @@ "name": "Bloody key", "tradeable": true, "cost": 1, - "weight": 0.01, - "release_date": "2016-08-04", - "examine": "A key stained in the blood of a fallen foe.", "wiki_name": "Bloody key", "wiki_url": "https://oldschool.runescape.wiki/w/Bloody_key", "price": 0 @@ -202574,8 +180743,6 @@ "tradeable": true, "stackable": true, "cost": 1, - "release_date": "2016-08-04", - "examine": "This can be used to claim items from vending shrines.", "wiki_name": "Survival token", "wiki_url": "https://oldschool.runescape.wiki/w/Survival_token", "price": 0 @@ -202632,9 +180799,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2016-07-21", - "examine": "A broken halo with the protection of Saradomin.", "wiki_name": "Saradomin halo (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Saradomin_halo#Broken", "price": 0 @@ -202646,9 +180810,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2016-07-21", - "examine": "A broken halo with the protection of Zamorak.", "wiki_name": "Zamorak halo (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Zamorak_halo#Broken", "price": 0 @@ -202660,9 +180821,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2016-07-21", - "examine": "A broken halo with the protection of Guthix.", "wiki_name": "Guthix halo (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Guthix_halo#Broken", "price": 0 @@ -202675,8 +180833,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "release_date": "2016-07-28", - "examine": "Cross your fingers and your toes.", "wiki_name": "Reward casket (elite)", "wiki_url": "https://oldschool.runescape.wiki/w/Reward_casket_(elite)", "price": 0 @@ -202689,8 +180845,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "release_date": "2016-07-28", - "examine": "Cross your fingers and your toes.", "wiki_name": "Reward casket (hard)", "wiki_url": "https://oldschool.runescape.wiki/w/Reward_casket_(hard)", "price": 0 @@ -202703,8 +180857,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "release_date": "2016-07-28", - "examine": "Cross your fingers and your toes.", "wiki_name": "Reward casket (medium)", "wiki_url": "https://oldschool.runescape.wiki/w/Reward_casket_(medium)", "price": 0 @@ -202717,8 +180869,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "release_date": "2016-07-28", - "examine": "Cross your fingers and your toes.", "wiki_name": "Reward casket (easy)", "wiki_url": "https://oldschool.runescape.wiki/w/Reward_casket_(easy)", "price": 0 @@ -202730,9 +180880,6 @@ "cost": 160, "lowalch": 64, "highalch": 96, - "weight": 0.035, - "release_date": "2016-08-04", - "examine": "4 doses of super energy potion.", "wiki_name": "Super energy (Last Man Standing) (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_energy_(Last_Man_Standing)#4_dose", "price": 0 @@ -202744,9 +180891,6 @@ "cost": 120, "lowalch": 48, "highalch": 72, - "weight": 0.03, - "release_date": "2016-08-04", - "examine": "3 doses of super energy potion.", "wiki_name": "Super energy (Last Man Standing) (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_energy_(Last_Man_Standing)#3_dose", "price": 0 @@ -202758,9 +180902,6 @@ "cost": 80, "lowalch": 32, "highalch": 48, - "weight": 0.025, - "release_date": "2016-08-04", - "examine": "2 doses of super energy potion.", "wiki_name": "Super energy (Last Man Standing) (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_energy_(Last_Man_Standing)#2_dose", "price": 0 @@ -202772,9 +180913,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2016-08-04", - "examine": "1 dose of super energy potion.", "wiki_name": "Super energy (Last Man Standing) (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_energy_(Last_Man_Standing)#1_dose", "price": 0 @@ -202786,9 +180924,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 30, - "weight": 4.535, - "release_date": "2016-08-04", - "examine": "Simplicity is the best weapon.", "wiki_name": "Granite maul (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Granite_maul_(Last_Man_Standing)", "equipment": { @@ -202846,9 +180981,6 @@ "equipable": true, "equipable_by_player": true, "cost": 250, - "weight": 0.34, - "release_date": "2016-08-04", - "examine": "Boots made for climbing.", "wiki_name": "Climbing boots (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Climbing_boots_(Last_Man_Standing)", "equipment": { @@ -202879,9 +181011,6 @@ "cost": 550, "lowalch": 220, "highalch": 330, - "weight": 0.226, - "release_date": "2016-07-28", - "examine": "A pair of nice gloves.", "wiki_name": "Adamant gloves (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_gloves_(Last_Man_Standing)", "equipment": { @@ -202912,9 +181041,6 @@ "cost": 550, "lowalch": 220, "highalch": 330, - "weight": 0.01, - "release_date": "2016-07-28", - "examine": "An enchanted diamond amulet of power.", "wiki_name": "Amulet of power (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Amulet_of_power_(Last_Man_Standing)", "equipment": { @@ -202943,9 +181069,6 @@ "equipable": true, "equipable_by_player": true, "cost": 750, - "weight": 0.01, - "release_date": "2016-08-04", - "examine": "A very powerful dragonstone amulet.", "wiki_name": "Amulet of glory (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Amulet_of_glory_(Last_Man_Standing)", "equipment": { @@ -202973,9 +181096,6 @@ "name": "Rope", "noteable": true, "cost": 1, - "weight": 1.36, - "release_date": "2016-08-04", - "examine": "A coil of rope.", "wiki_name": "Rope (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Rope_(Last_Man_Standing)", "price": 0 @@ -202992,10 +181112,7 @@ "cost": 225, "lowalch": 90, "highalch": 135, - "weight": 2.267, "buy_limit": 5, - "release_date": "2016-08-04", - "examine": "Baguette ready for pain.", "wiki_name": "Stale baguette", "wiki_url": "https://oldschool.runescape.wiki/w/Stale_baguette", "equipment": { @@ -203052,9 +181169,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 100, - "weight": 10, - "release_date": "2016-08-04", - "examine": "A beautiful, heavy sword.", "wiki_name": "Armadyl godsword (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Armadyl_godsword_(Last_Man_Standing)", "equipment": { @@ -203117,8 +181231,6 @@ "id": 20594, "name": "Bank filler", "cost": 0, - "release_date": "2016-08-11", - "examine": "Fills your bank.", "wiki_name": "Bank filler", "wiki_url": "https://oldschool.runescape.wiki/w/Bank_filler", "price": 0 @@ -203135,10 +181247,7 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 0.18, "buy_limit": 8, - "release_date": "2016-08-11", - "examine": "The hood worn by the dangerous elder druids.", "wiki_name": "Elder chaos hood", "wiki_url": "https://oldschool.runescape.wiki/w/Elder_chaos_hood", "equipment": { @@ -203169,9 +181278,6 @@ "equipable": true, "equipable_by_player": true, "cost": 50, - "weight": 4.535, - "release_date": "2016-08-11", - "examine": "Ahrim the Blighted's armoured robe top.", "wiki_name": "Ahrim's robetop (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Ahrim's_robetop_(Last_Man_Standing)", "equipment": { @@ -203203,9 +181309,6 @@ "equipable": true, "equipable_by_player": true, "cost": 50, - "weight": 11.339, - "release_date": "2016-08-11", - "examine": "Ahrim the Blighted's armoured robe skirt.", "wiki_name": "Ahrim's robeskirt (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Ahrim's_robeskirt_(Last_Man_Standing)", "equipment": { @@ -203272,9 +181375,6 @@ "name": "Rune arrow pack", "tradeable": true, "cost": 75, - "weight": 4.535, - "release_date": "2016-08-18", - "examine": "A pack containing 50 rune arrows.", "wiki_name": "Rune arrow pack", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_arrow_pack", "price": 0 @@ -203284,9 +181384,6 @@ "name": "Bloodier key", "tradeable": true, "cost": 1, - "weight": 0.01, - "release_date": "2016-08-18", - "examine": "A key stained in the blood of a worthy opponent.", "wiki_name": "Bloodier key", "wiki_url": "https://oldschool.runescape.wiki/w/Bloodier_key", "price": 0 @@ -203298,9 +181395,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.08, - "release_date": "2016-08-25", - "examine": "A scroll containing a fairy enchantment.", "wiki_name": "Fairy enchantment", "wiki_url": "https://oldschool.runescape.wiki/w/Fairy_enchantment", "price": 0 @@ -203312,9 +181406,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2016-08-25", - "examine": "An artefact imbued with ancient magical powers.", "wiki_name": "Ancient signet", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_signet", "price": 0 @@ -203326,9 +181417,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.3, - "release_date": "2016-08-25", - "examine": "An artefact imbued with lunar powers.", "wiki_name": "Lunar signet", "wiki_url": "https://oldschool.runescape.wiki/w/Lunar_signet", "price": 0 @@ -203340,9 +181428,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.3, - "release_date": "2016-08-25", - "examine": "An artefact imbued with the power of the Dark Altar.", "wiki_name": "Arceuus signet", "wiki_url": "https://oldschool.runescape.wiki/w/Arceuus_signet", "price": 0 @@ -203671,9 +181756,6 @@ "cost": 201000, "lowalch": 80400, "highalch": 120600, - "weight": 0.006, - "release_date": "2016-08-25", - "examine": "A deep sense of suffering burns within this powerful ring.", "wiki_name": "Ring of suffering (Recoil)", "wiki_url": "https://oldschool.runescape.wiki/w/Ring_of_suffering#Recoil", "equipment": { @@ -203707,9 +181789,6 @@ "cost": 201100, "lowalch": 80440, "highalch": 120660, - "weight": 0.006, - "release_date": "2016-08-25", - "examine": "An extremely deep sense of suffering burns within this powerful ring.", "wiki_name": "Ring of suffering (i) (Recoil)", "wiki_url": "https://oldschool.runescape.wiki/w/Ring_of_suffering_(i)#Recoil", "equipment": { @@ -203741,9 +181820,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2016-09-01", - "examine": "A giant squirrel with beautiful markings.", "wiki_name": "Giant squirrel (Giant)", "wiki_url": "https://oldschool.runescape.wiki/w/Giant_squirrel#Giant", "price": 0 @@ -203755,9 +181831,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2016-09-01", - "examine": "Don't be hasty.", "wiki_name": "Tangleroot (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Tangleroot#Normal", "price": 0 @@ -203769,9 +181842,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2016-09-01", - "examine": "Raccoons, like pandas but worse.", "wiki_name": "Rocky (Raccoon)", "wiki_url": "https://oldschool.runescape.wiki/w/Rocky#Raccoon", "price": 0 @@ -203783,9 +181853,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2016-09-01", - "examine": "An abyssal rift guardian.", "wiki_name": "Rift guardian (Fire)", "wiki_url": "https://oldschool.runescape.wiki/w/Rift_guardian#Fire", "price": 0 @@ -203797,9 +181864,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2016-09-01", - "examine": "An abyssal rift guardian.", "wiki_name": "Rift guardian (Air)", "wiki_url": "https://oldschool.runescape.wiki/w/Rift_guardian#Air", "price": 0 @@ -203811,9 +181875,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2016-09-01", - "examine": "An abyssal rift guardian.", "wiki_name": "Rift guardian (Mind)", "wiki_url": "https://oldschool.runescape.wiki/w/Rift_guardian#Mind", "price": 0 @@ -203825,9 +181886,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2016-09-01", - "examine": "An abyssal rift guardian.", "wiki_name": "Rift guardian (Water)", "wiki_url": "https://oldschool.runescape.wiki/w/Rift_guardian#Water", "price": 0 @@ -203839,9 +181897,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2016-09-01", - "examine": "An abyssal rift guardian.", "wiki_name": "Rift guardian (Earth)", "wiki_url": "https://oldschool.runescape.wiki/w/Rift_guardian#Earth", "price": 0 @@ -203853,9 +181908,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2016-09-01", - "examine": "An abyssal rift guardian.", "wiki_name": "Rift guardian (Body)", "wiki_url": "https://oldschool.runescape.wiki/w/Rift_guardian#Body", "price": 0 @@ -203867,9 +181919,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2016-09-01", - "examine": "An abyssal rift guardian.", "wiki_name": "Rift guardian (Cosmic)", "wiki_url": "https://oldschool.runescape.wiki/w/Rift_guardian#Cosmic", "price": 0 @@ -203881,9 +181930,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2016-09-01", - "examine": "An abyssal rift guardian.", "wiki_name": "Rift guardian (Chaos)", "wiki_url": "https://oldschool.runescape.wiki/w/Rift_guardian#Chaos", "price": 0 @@ -203895,9 +181941,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2016-09-01", - "examine": "An abyssal rift guardian.", "wiki_name": "Rift guardian (Nature)", "wiki_url": "https://oldschool.runescape.wiki/w/Rift_guardian#Nature", "price": 0 @@ -203909,9 +181952,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2016-09-01", - "examine": "An abyssal rift guardian.", "wiki_name": "Rift guardian (Law)", "wiki_url": "https://oldschool.runescape.wiki/w/Rift_guardian#Law", "price": 0 @@ -203923,9 +181963,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2016-09-01", - "examine": "An abyssal rift guardian.", "wiki_name": "Rift guardian (Death)", "wiki_url": "https://oldschool.runescape.wiki/w/Rift_guardian#Death", "price": 0 @@ -203937,9 +181974,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2016-09-01", - "examine": "An abyssal rift guardian.", "wiki_name": "Rift guardian (Soul)", "wiki_url": "https://oldschool.runescape.wiki/w/Rift_guardian#Soul", "price": 0 @@ -203951,9 +181985,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2016-09-01", - "examine": "An abyssal rift guardian.", "wiki_name": "Rift guardian (Astral)", "wiki_url": "https://oldschool.runescape.wiki/w/Rift_guardian#Astral", "price": 0 @@ -203965,9 +181996,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2016-09-01", - "examine": "An abyssal rift guardian.", "wiki_name": "Rift guardian (Blood)", "wiki_url": "https://oldschool.runescape.wiki/w/Rift_guardian#Blood", "price": 0 @@ -203979,9 +182007,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2016-09-08", - "examine": "The essence of fire.", "wiki_name": "Phoenix (Regular)", "wiki_url": "https://oldschool.runescape.wiki/w/Phoenix#Regular", "price": 0 @@ -203993,9 +182018,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2, - "release_date": "2016-09-08", - "examine": "A bruma root, chopped from the bruma tree.", "wiki_name": "Bruma root", "wiki_url": "https://oldschool.runescape.wiki/w/Bruma_root", "price": 0 @@ -204007,9 +182029,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2, - "release_date": "2016-09-08", - "examine": "This should light a brazier nicely.", "wiki_name": "Bruma kindling", "wiki_url": "https://oldschool.runescape.wiki/w/Bruma_kindling", "price": 0 @@ -204021,9 +182040,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.035, - "release_date": "2016-09-08", - "examine": "An unfinished potion.", "wiki_name": "Rejuvenation potion (unf)", "wiki_url": "https://oldschool.runescape.wiki/w/Rejuvenation_potion_(unf)", "price": 0 @@ -204035,9 +182051,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.007, - "release_date": "2016-09-08", - "examine": "A herb from a bruma root.", "wiki_name": "Bruma herb", "wiki_url": "https://oldschool.runescape.wiki/w/Bruma_herb", "price": 0 @@ -204049,9 +182062,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.035, - "release_date": "2016-09-08", - "examine": "A rejuvenation potion.", "wiki_name": "Rejuvenation potion (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Rejuvenation_potion#4_dose", "price": 0 @@ -204063,9 +182073,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.035, - "release_date": "2016-09-08", - "examine": "A rejuvenation potion.", "wiki_name": "Rejuvenation potion (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Rejuvenation_potion#3_dose", "price": 0 @@ -204077,9 +182084,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.035, - "release_date": "2016-09-08", - "examine": "A rejuvenation potion.", "wiki_name": "Rejuvenation potion (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Rejuvenation_potion#2_dose", "price": 0 @@ -204091,9 +182095,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.035, - "release_date": "2016-09-08", - "examine": "A rejuvenation potion.", "wiki_name": "Rejuvenation potion (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Rejuvenation_potion#1_dose", "price": 0 @@ -204103,9 +182104,6 @@ "name": "Supply crate", "members": true, "cost": 500, - "weight": 4, - "release_date": "2016-09-08", - "examine": "Contains supplies from the grateful citizens of Kourend.", "wiki_name": "Supply crate", "wiki_url": "https://oldschool.runescape.wiki/w/Supply_crate", "price": 0 @@ -204119,9 +182117,6 @@ "cost": 800, "lowalch": 320, "highalch": 480, - "weight": 0.2, - "release_date": "2016-09-08", - "examine": "The garb of the Pyromancers.", "wiki_name": "Pyromancer garb", "wiki_url": "https://oldschool.runescape.wiki/w/Pyromancer_garb", "equipment": { @@ -204153,9 +182148,6 @@ "cost": 700, "lowalch": 280, "highalch": 420, - "weight": 0.18, - "release_date": "2016-09-08", - "examine": "The robes of the Pyromancers.", "wiki_name": "Pyromancer robe", "wiki_url": "https://oldschool.runescape.wiki/w/Pyromancer_robe", "equipment": { @@ -204187,9 +182179,6 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 0.18, - "release_date": "2016-09-08", - "examine": "The hood of the Pyromancers.", "wiki_name": "Pyromancer hood", "wiki_url": "https://oldschool.runescape.wiki/w/Pyromancer_hood", "equipment": { @@ -204221,9 +182210,6 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 1.36, - "release_date": "2016-09-08", - "examine": "The boots of the Pyromancers.", "wiki_name": "Pyromancer boots", "wiki_url": "https://oldschool.runescape.wiki/w/Pyromancer_boots", "equipment": { @@ -204255,9 +182241,6 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.453, - "release_date": "2016-09-08", - "examine": "Possibly fireproof. Possibly.", "wiki_name": "Warm gloves", "wiki_url": "https://oldschool.runescape.wiki/w/Warm_gloves", "equipment": { @@ -204289,9 +182272,6 @@ "cost": 20000, "lowalch": 8000, "highalch": 12000, - "weight": 1, - "release_date": "2016-09-08", - "examine": "An ancient tome containing the secrets of fire magic.", "wiki_name": "Tome of fire (Charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Tome_of_fire#Charged", "equipment": { @@ -204328,10 +182308,7 @@ "cost": 20000, "lowalch": 8000, "highalch": 12000, - "weight": 1, "buy_limit": 15, - "release_date": "2016-09-08", - "examine": "An ancient tome containing the secrets of fire magic.", "wiki_name": "Tome of fire (Empty)", "wiki_url": "https://oldschool.runescape.wiki/w/Tome_of_fire#Empty", "equipment": { @@ -204367,8 +182344,6 @@ "lowalch": 80, "highalch": 120, "buy_limit": 11000, - "release_date": "2016-09-08", - "examine": "It's still warm to the touch.", "wiki_name": "Burnt page", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_page", "price": 2718 @@ -204383,9 +182358,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2016-09-08", - "examine": "A torch made from the wood of the magical Bruma tree.", "wiki_name": "Bruma torch", "wiki_url": "https://oldschool.runescape.wiki/w/Bruma_torch", "equipment": { @@ -204442,9 +182414,6 @@ "cost": 600, "lowalch": 240, "highalch": 360, - "weight": 1.36, - "release_date": "2016-09-08", - "examine": "You need to add lamp oil before you can use it.", "wiki_name": "Emerald lantern (Empty)", "wiki_url": "https://oldschool.runescape.wiki/w/Emerald_lantern#Empty", "price": 0 @@ -204459,10 +182428,7 @@ "cost": 500000, "lowalch": 200000, "highalch": 300000, - "weight": 0.35, "buy_limit": 8, - "release_date": "2016-09-15", - "examine": "This heart holds a magical power within.", "wiki_name": "Imbued heart", "wiki_url": "https://oldschool.runescape.wiki/w/Imbued_heart", "price": 111866451 @@ -204480,10 +182446,7 @@ "cost": 96000, "lowalch": 38400, "highalch": 57600, - "weight": 2.721, "buy_limit": 70, - "release_date": "2016-09-15", - "examine": "A razor-sharp battleaxe.", "wiki_name": "Leaf-bladed battleaxe", "wiki_url": "https://oldschool.runescape.wiki/w/Leaf-bladed_battleaxe", "equipment": { @@ -204556,10 +182519,7 @@ "cost": 15500, "lowalch": 6200, "highalch": 9300, - "weight": 2.267, "buy_limit": 8, - "release_date": "2016-09-15", - "examine": "It's a slightly magical stick.", "wiki_name": "Mist battlestaff", "wiki_url": "https://oldschool.runescape.wiki/w/Mist_battlestaff", "equipment": { @@ -204639,10 +182599,7 @@ "cost": 42500, "lowalch": 17000, "highalch": 25500, - "weight": 2.267, "buy_limit": 8, - "release_date": "2016-09-15", - "examine": "It's a slightly more magical stick.", "wiki_name": "Mystic mist staff", "wiki_url": "https://oldschool.runescape.wiki/w/Mystic_mist_staff", "equipment": { @@ -204722,10 +182679,7 @@ "cost": 15500, "lowalch": 6200, "highalch": 9300, - "weight": 2.267, "buy_limit": 8, - "release_date": "2016-09-15", - "examine": "It's a slightly magical stick.", "wiki_name": "Dust battlestaff", "wiki_url": "https://oldschool.runescape.wiki/w/Dust_battlestaff", "equipment": { @@ -204805,10 +182759,7 @@ "cost": 42500, "lowalch": 17000, "highalch": 25500, - "weight": 2.267, "buy_limit": 8, - "release_date": "2016-09-15", - "examine": "It's a slightly more magical stick.", "wiki_name": "Mystic dust staff", "wiki_url": "https://oldschool.runescape.wiki/w/Mystic_dust_staff", "equipment": { @@ -204883,9 +182834,6 @@ "cost": 140, "lowalch": 56, "highalch": 84, - "weight": 0.453, - "release_date": "2016-09-22", - "examine": "A pack containing 100 empty jugs.", "wiki_name": "Empty jug pack", "wiki_url": "https://oldschool.runescape.wiki/w/Empty_jug_pack", "price": 0 @@ -204916,8 +182864,6 @@ "cost": 25, "lowalch": 10, "highalch": 15, - "release_date": "2016-09-29", - "examine": "A Zamorakian blessing from Bologa.", "wiki_name": "Bologa's blessing", "wiki_url": "https://oldschool.runescape.wiki/w/Bologa's_blessing", "price": 0 @@ -204932,10 +182878,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.25, "buy_limit": 11000, - "release_date": "2016-09-29", - "examine": "The Grapes of Wrath.", "wiki_name": "Zamorak's grapes", "wiki_url": "https://oldschool.runescape.wiki/w/Zamorak's_grapes", "price": 1206 @@ -204947,9 +182890,6 @@ "cost": 60, "lowalch": 24, "highalch": 36, - "weight": 1.5, - "release_date": "2016-09-29", - "examine": "This wine needs to ferment before it can be used.", "wiki_name": "Zamorak's unfermented wine", "wiki_url": "https://oldschool.runescape.wiki/w/Zamorak's_unfermented_wine", "price": 0 @@ -204961,8 +182901,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2016-10-06", - "examine": "A key to the lair of Obor, the Hill Titan.", "wiki_name": "Giant key", "wiki_url": "https://oldschool.runescape.wiki/w/Giant_key", "price": 0 @@ -204979,10 +182917,7 @@ "cost": 60000, "lowalch": 24000, "highalch": 36000, - "weight": 3.628, "buy_limit": 125, - "release_date": "2016-10-06", - "examine": "A brutal weapon popular among giants.", "wiki_name": "Hill giant club", "wiki_url": "https://oldschool.runescape.wiki/w/Hill_giant_club", "equipment": { @@ -205041,9 +182976,6 @@ "equipable": true, "equipable_by_player": true, "cost": 99000, - "weight": 0.453, - "release_date": "2016-10-13", - "examine": "The cape worn by only the most experienced players.", "wiki_name": "Ardougne max cape", "wiki_url": "https://oldschool.runescape.wiki/w/Ardougne_max_cape", "equipment": { @@ -205099,9 +183031,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2016-10-13", - "examine": "The hood worn by only the most experienced players.", "wiki_name": "Ardougne max hood", "wiki_url": "https://oldschool.runescape.wiki/w/Ardougne_max_hood", "equipment": { @@ -205154,9 +183083,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2016-10-20", - "examine": "This should open the main doors of the manor house.", "wiki_name": "Manor key (Halloween)", "wiki_url": "https://oldschool.runescape.wiki/w/Manor_key#Halloween", "price": 0 @@ -205167,9 +183093,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2016-10-20", - "examine": "A key crafted from ruby.", "wiki_name": "Ruby key (Halloween)", "wiki_url": "https://oldschool.runescape.wiki/w/Ruby_key#Halloween", "price": 0 @@ -205180,9 +183103,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2016-10-20", - "examine": "A key crafted from emerald.", "wiki_name": "Emerald key (Halloween)", "wiki_url": "https://oldschool.runescape.wiki/w/Emerald_key#Halloween", "price": 0 @@ -205193,9 +183113,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2016-10-20", - "examine": "A key crafted from sapphire.", "wiki_name": "Sapphire key (Halloween)", "wiki_url": "https://oldschool.runescape.wiki/w/Sapphire_key#Halloween", "price": 0 @@ -205206,9 +183123,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2016-10-20", - "examine": "It seems to be some sort of riddle.", "wiki_name": "Notes (Misthalin Mystery - 1) (Halloween)", "wiki_url": "https://oldschool.runescape.wiki/w/Notes_(Misthalin_Mystery_-_1)#Halloween", "price": 0 @@ -205219,9 +183133,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2016-10-20", - "examine": "It seems to be some sort of riddle.", "wiki_name": "Notes (Misthalin Mystery - 2) (Halloween)", "wiki_url": "https://oldschool.runescape.wiki/w/Notes_(Misthalin_Mystery_-_2)#Halloween", "price": 0 @@ -205232,9 +183143,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2016-10-20", - "examine": "It seems to be some sort of riddle.", "wiki_name": "Notes (Misthalin Mystery - 3) (Halloween)", "wiki_url": "https://oldschool.runescape.wiki/w/Notes_(Misthalin_Mystery_-_3)#Halloween", "price": 0 @@ -205247,9 +183155,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, - "release_date": "2016-10-20", - "examine": "Makes me want to scream.", "wiki_name": "Banshee mask", "wiki_url": "https://oldschool.runescape.wiki/w/Banshee_mask", "equipment": { @@ -205280,9 +183185,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.9, - "release_date": "2016-10-20", - "examine": "Looks like it's been slashed by a claw.", "wiki_name": "Banshee top", "wiki_url": "https://oldschool.runescape.wiki/w/Banshee_top", "equipment": { @@ -205313,9 +183215,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.8, - "release_date": "2016-10-20", - "examine": "Looks like someone has taken a saw to these!", "wiki_name": "Banshee robe", "wiki_url": "https://oldschool.runescape.wiki/w/Banshee_robe", "equipment": { @@ -205347,9 +183246,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2016-10-20", - "examine": "It's so stabby, do do do-do-do doooo.", "wiki_name": "Hunting knife", "wiki_url": "https://oldschool.runescape.wiki/w/Hunting_knife", "equipment": { @@ -205415,9 +183311,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2016-10-20", - "examine": "A blood-stained knife.", "wiki_name": "Killer's knife (Halloween)", "wiki_url": "https://oldschool.runescape.wiki/w/Killer's_knife#Halloween", "equipment": { @@ -205481,9 +183374,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 100, - "weight": 5, - "release_date": "2016-11-03", - "examine": "A set of fighting claws.", "wiki_name": "Dragon claws (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_claws_(Last_Man_Standing)", "equipment": { @@ -205551,9 +183441,6 @@ "cost": 17625, "lowalch": 7050, "highalch": 10575, - "weight": 0.006, - "release_date": "2016-11-03", - "examine": "An enchanted ring with five teleport charges.", "wiki_name": "Ring of wealth (i) (i5)", "wiki_url": "https://oldschool.runescape.wiki/w/Ring_of_wealth_(i)#(i5)", "equipment": { @@ -205585,9 +183472,6 @@ "cost": 17625, "lowalch": 7050, "highalch": 10575, - "weight": 0.006, - "release_date": "2016-11-03", - "examine": "An enchanted ring with four teleport charges.", "wiki_name": "Ring of wealth (i) (i4)", "wiki_url": "https://oldschool.runescape.wiki/w/Ring_of_wealth_(i)#(i4)", "equipment": { @@ -205619,9 +183503,6 @@ "cost": 17625, "lowalch": 7050, "highalch": 10575, - "weight": 0.006, - "release_date": "2016-11-03", - "examine": "An enchanted ring with three teleport charges.", "wiki_name": "Ring of wealth (i) (i3)", "wiki_url": "https://oldschool.runescape.wiki/w/Ring_of_wealth_(i)#(i3)", "equipment": { @@ -205653,9 +183534,6 @@ "cost": 17625, "lowalch": 7050, "highalch": 10575, - "weight": 0.006, - "release_date": "2016-11-03", - "examine": "An enchanted ring with two teleport charges.", "wiki_name": "Ring of wealth (i) (i2)", "wiki_url": "https://oldschool.runescape.wiki/w/Ring_of_wealth_(i)#(i2)", "equipment": { @@ -205687,9 +183565,6 @@ "cost": 17625, "lowalch": 7050, "highalch": 10575, - "weight": 0.006, - "release_date": "2016-11-03", - "examine": "An enchanted ring with one teleport charge.", "wiki_name": "Ring of wealth (i) (i1)", "wiki_url": "https://oldschool.runescape.wiki/w/Ring_of_wealth_(i)#(i1)", "equipment": { @@ -205717,9 +183592,6 @@ "name": "Extra supply crate", "members": true, "cost": 500, - "weight": 4, - "release_date": "2016-11-03", - "examine": "Contains supplies from the grateful citizens of Kourend.", "wiki_name": "Extra supply crate", "wiki_url": "https://oldschool.runescape.wiki/w/Extra_supply_crate", "price": 0 @@ -205730,9 +183602,6 @@ "equipable": true, "equipable_by_player": true, "cost": 0, - "weight": 0.907, - "release_date": "2016-11-10", - "examine": "For those who stand alone.", "wiki_name": "Hardcore ironman helm", "wiki_url": "https://oldschool.runescape.wiki/w/Hardcore_ironman_helm", "equipment": { @@ -205761,9 +183630,6 @@ "equipable": true, "equipable_by_player": true, "cost": 0, - "weight": 4.535, - "release_date": "2016-11-10", - "examine": "Take it off and what are you?", "wiki_name": "Hardcore ironman platebody", "wiki_url": "https://oldschool.runescape.wiki/w/Hardcore_ironman_platebody", "equipment": { @@ -205792,9 +183658,6 @@ "equipable": true, "equipable_by_player": true, "cost": 0, - "weight": 4.535, - "release_date": "2016-11-10", - "examine": "Take it off and what are you?", "wiki_name": "Hardcore ironman platelegs", "wiki_url": "https://oldschool.runescape.wiki/w/Hardcore_ironman_platelegs", "equipment": { @@ -205824,9 +183687,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2016-11-17", - "examine": "A journal belonging to Larkur of Rellekka. Smells fishy.", "wiki_name": "Smelly journal", "wiki_url": "https://oldschool.runescape.wiki/w/Smelly_journal", "price": 0 @@ -205840,8 +183700,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "release_date": "2017-01-05", - "examine": "It feels weak, but it might be okay for burning.", "wiki_name": "Kindling (Chambers of Xeric)", "wiki_url": "https://oldschool.runescape.wiki/w/Kindling_(Chambers_of_Xeric)", "price": 0 @@ -205854,9 +183712,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.01, - "release_date": "2017-01-05", - "examine": "An empty hollowed out fruit. It could be used as a makeshift vial.", "wiki_name": "Empty gourd vial", "wiki_url": "https://oldschool.runescape.wiki/w/Empty_gourd_vial", "price": 0 @@ -205869,9 +183724,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.035, - "release_date": "2017-01-05", - "examine": "A hollowed out fruit filled with water.", "wiki_name": "Water-filled gourd vial", "wiki_url": "https://oldschool.runescape.wiki/w/Water-filled_gourd_vial", "price": 0 @@ -205882,9 +183734,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2019-05-30", - "examine": "An icon.", "wiki_name": "Healer icon (Full mutton)", "wiki_url": "https://oldschool.runescape.wiki/w/Healer_icon#Full_mutton", "price": 0 @@ -205893,9 +183742,6 @@ "id": 20832, "name": "Snow globe", "cost": 1, - "weight": 0.2, - "release_date": "2016-12-14", - "examine": "A depiction of Mount Quidamortem.", "wiki_name": "Snow globe", "wiki_url": "https://oldschool.runescape.wiki/w/Snow_globe", "price": 0 @@ -205906,9 +183752,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.003, - "release_date": "2016-12-14", - "examine": "You too can look like Santa.", "wiki_name": "Sack of presents", "wiki_url": "https://oldschool.runescape.wiki/w/Sack_of_presents", "equipment": { @@ -205938,9 +183781,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 1, - "weight": 1, - "release_date": "2016-12-14", - "examine": "That's one ginormous present.", "wiki_name": "Giant present", "wiki_url": "https://oldschool.runescape.wiki/w/Giant_present", "equipment": { @@ -205999,9 +183839,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.721, - "release_date": "2016-12-14", - "examine": "The helmet of a forgotton warrior, corrupted by the dark altar.", "wiki_name": "Corrupted helm", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_helm", "equipment": { @@ -206033,9 +183870,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 9.979, - "release_date": "2016-12-14", - "examine": "The platebody of a forgotten warrior, corrupted by the dark altar.", "wiki_name": "Corrupted platebody", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_platebody", "equipment": { @@ -206067,9 +183901,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 9.071, - "release_date": "2016-12-14", - "examine": "The platelegs of a forgotten warrior, corrupted by the dark altar.", "wiki_name": "Corrupted platelegs", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_platelegs", "equipment": { @@ -206101,9 +183932,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 8.164, - "release_date": "2016-12-14", - "examine": "The plateskirt of a forgotten warrior, corrupted by the dark altar.", "wiki_name": "Corrupted plateskirt", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_plateskirt", "equipment": { @@ -206135,9 +183963,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 5.443, - "release_date": "2016-12-14", - "examine": "The kiteshield of a forgotton warrior, corrupted by the dark altar.", "wiki_name": "Corrupted kiteshield", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_kiteshield", "equipment": { @@ -206174,8 +183999,6 @@ "lowalch": 300, "highalch": 450, "buy_limit": 11000, - "release_date": "2017-01-05", - "examine": "A razor sharp throwing axe.", "wiki_name": "Dragon thrownaxe", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_thrownaxe", "equipment": { @@ -206232,9 +184055,6 @@ "name": "Olmlet", "members": true, "cost": 1, - "weight": 0.015, - "release_date": "2017-01-05", - "examine": "The cuddly Spawn of the Guardian in the Deep.", "wiki_name": "Olmlet (Olmlet)", "wiki_url": "https://oldschool.runescape.wiki/w/Olmlet#Olmlet", "price": 0 @@ -206248,8 +184068,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "release_date": "2017-01-05", - "examine": "For use with a fishing rod.", "wiki_name": "Cave worms", "wiki_url": "https://oldschool.runescape.wiki/w/Cave_worms", "price": 0 @@ -206262,9 +184080,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.35, - "release_date": "2017-01-05", - "examine": "I should not try eating this.", "wiki_name": "Burnt fish (Chambers of Xeric)", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_fish_(Chambers_of_Xeric)", "price": 0 @@ -206277,9 +184092,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.45, - "release_date": "2017-01-05", - "examine": "I should try cooking this.", "wiki_name": "Raw pysk fish (0)", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_pysk_fish_(0)", "price": 0 @@ -206292,9 +184104,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.4, - "release_date": "2017-01-05", - "examine": "I should try eating this.", "wiki_name": "Pysk fish (0)", "wiki_url": "https://oldschool.runescape.wiki/w/Pysk_fish_(0)", "price": 0 @@ -206307,9 +184116,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.45, - "release_date": "2017-01-05", - "examine": "I should try cooking this.", "wiki_name": "Raw suphi fish (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_suphi_fish_(1)", "price": 0 @@ -206322,9 +184128,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.4, - "release_date": "2017-01-05", - "examine": "I should try eating this.", "wiki_name": "Suphi fish (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Suphi_fish_(1)", "price": 0 @@ -206337,9 +184140,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.45, - "release_date": "2017-01-05", - "examine": "I should try cooking this.", "wiki_name": "Raw leckish fish (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_leckish_fish_(2)", "price": 0 @@ -206352,9 +184152,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.4, - "release_date": "2017-01-05", - "examine": "I should try eating this.", "wiki_name": "Leckish fish (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Leckish_fish_(2)", "price": 0 @@ -206367,9 +184164,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.45, - "release_date": "2017-01-05", - "examine": "I should try cooking this.", "wiki_name": "Raw brawk fish (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_brawk_fish_(3)", "price": 0 @@ -206382,9 +184176,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.4, - "release_date": "2017-01-05", - "examine": "I should try eating this.", "wiki_name": "Brawk fish (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Brawk_fish_(3)", "price": 0 @@ -206397,9 +184188,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.45, - "release_date": "2017-01-05", - "examine": "I should try cooking this.", "wiki_name": "Raw mycil fish (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_mycil_fish_(4)", "price": 0 @@ -206412,9 +184200,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.4, - "release_date": "2017-01-05", - "examine": "I should try eating this.", "wiki_name": "Mycil fish (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Mycil_fish_(4)", "price": 0 @@ -206427,9 +184212,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.45, - "release_date": "2017-01-05", - "examine": "I should try cooking this.", "wiki_name": "Raw roqed fish (5)", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_roqed_fish_(5)", "price": 0 @@ -206442,9 +184224,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.4, - "release_date": "2017-01-05", - "examine": "I should try eating this.", "wiki_name": "Roqed fish (5)", "wiki_url": "https://oldschool.runescape.wiki/w/Roqed_fish_(5)", "price": 0 @@ -206457,9 +184236,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.45, - "release_date": "2017-01-05", - "examine": "I should try cooking this.", "wiki_name": "Raw kyren fish (6)", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_kyren_fish_(6)", "price": 0 @@ -206472,9 +184248,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.4, - "release_date": "2017-01-05", - "examine": "I should try eating this.", "wiki_name": "Kyren fish (6)", "wiki_url": "https://oldschool.runescape.wiki/w/Kyren_fish_(6)", "price": 0 @@ -206487,9 +184260,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.35, - "release_date": "2017-01-05", - "examine": "Well done, you made it even less appetising.", "wiki_name": "Burnt bat", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_bat", "price": 0 @@ -206502,9 +184272,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.35, - "release_date": "2017-01-05", - "examine": "Looks like it might taste like chicken, if the chicken were dead for a week.", "wiki_name": "Raw guanic bat (0)", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_guanic_bat_(0)", "price": 0 @@ -206517,9 +184284,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2017-01-05", - "examine": "Probably won't kill you.", "wiki_name": "Guanic bat (0)", "wiki_url": "https://oldschool.runescape.wiki/w/Guanic_bat_(0)", "price": 0 @@ -206532,9 +184296,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.35, - "release_date": "2017-01-05", - "examine": "Looks like it might taste like chicken, if the chicken were dead for a week.", "wiki_name": "Raw prael bat (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_prael_bat_(1)", "price": 0 @@ -206547,9 +184308,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2017-01-05", - "examine": "Probably won't kill you.", "wiki_name": "Prael bat (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Prael_bat_(1)", "price": 0 @@ -206562,9 +184320,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.35, - "release_date": "2017-01-05", - "examine": "Looks like it might taste like chicken, if the chicken were dead for a week.", "wiki_name": "Raw giral bat (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_giral_bat_(2)", "price": 0 @@ -206577,9 +184332,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2017-01-05", - "examine": "Probably won't kill you.", "wiki_name": "Giral bat (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Giral_bat_(2)", "price": 0 @@ -206592,9 +184344,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.35, - "release_date": "2017-01-05", - "examine": "Looks like it might taste like chicken, if the chicken were dead for a week.", "wiki_name": "Raw phluxia bat (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_phluxia_bat_(3)", "price": 0 @@ -206607,9 +184356,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2017-01-05", - "examine": "Probably won't kill you.", "wiki_name": "Phluxia bat (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Phluxia_bat_(3)", "price": 0 @@ -206622,9 +184368,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.35, - "release_date": "2017-01-05", - "examine": "Looks like it might taste like chicken, if the chicken were dead for a week.", "wiki_name": "Raw kryket bat (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_kryket_bat_(4)", "price": 0 @@ -206637,9 +184380,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2017-01-05", - "examine": "Probably won't kill you.", "wiki_name": "Kryket bat (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Kryket_bat_(4)", "price": 0 @@ -206652,9 +184392,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.35, - "release_date": "2017-01-05", - "examine": "Looks like it might taste like chicken, if the chicken were dead for a week.", "wiki_name": "Raw murng bat (5)", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_murng_bat_(5)", "price": 0 @@ -206667,9 +184404,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2017-01-05", - "examine": "Probably won't kill you.", "wiki_name": "Murng bat (5)", "wiki_url": "https://oldschool.runescape.wiki/w/Murng_bat_(5)", "price": 0 @@ -206682,9 +184416,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.35, - "release_date": "2017-01-05", - "examine": "Looks like it might taste like chicken, if the chicken were dead for a week.", "wiki_name": "Raw psykk bat (6)", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_psykk_bat_(6)", "price": 0 @@ -206697,9 +184428,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2017-01-05", - "examine": "Probably won't kill you.", "wiki_name": "Psykk bat (6)", "wiki_url": "https://oldschool.runescape.wiki/w/Psykk_bat_(6)", "price": 0 @@ -206712,9 +184440,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2017-01-05", - "examine": "A power emanates from the crystal.", "wiki_name": "Keystone crystal", "wiki_url": "https://oldschool.runescape.wiki/w/Keystone_crystal", "price": 0 @@ -206728,8 +184453,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2017-01-05", - "examine": "Freshly hatched. They smell utterly revolting, but they're quite juicy.", "wiki_name": "Cavern grubs", "wiki_url": "https://oldschool.runescape.wiki/w/Cavern_grubs", "price": 0 @@ -206741,9 +184464,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.28, - "release_date": "2017-01-05", - "examine": "Journal of a deceased creature keeper.", "wiki_name": "Creature keeper's journal", "wiki_url": "https://oldschool.runescape.wiki/w/Creature_keeper's_journal", "price": 0 @@ -206755,9 +184475,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.28, - "release_date": "2017-01-05", - "examine": "The ancient writings of a crazed mage.", "wiki_name": "Nistirio's manifesto", "wiki_url": "https://oldschool.runescape.wiki/w/Nistirio's_manifesto", "price": 0 @@ -206769,9 +184486,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.28, - "release_date": "2017-01-05", - "examine": "Scrawled jottings of a diminished mind.", "wiki_name": "Tekton's journal", "wiki_url": "https://oldschool.runescape.wiki/w/Tekton's_journal", "price": 0 @@ -206784,9 +184498,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2017-01-05", - "examine": "The flower of the Medivaemia root.", "wiki_name": "Medivaemia blossom", "wiki_url": "https://oldschool.runescape.wiki/w/Medivaemia_blossom", "price": 0 @@ -206798,9 +184509,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.11, - "release_date": "2017-01-05", - "examine": "Ancient notes on transdimensional travel.", "wiki_name": "Transdimensional notes", "wiki_url": "https://oldschool.runescape.wiki/w/Transdimensional_notes", "price": 0 @@ -206812,9 +184520,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.11, - "release_date": "2017-01-05", - "examine": "The Judgement of the Vanguard.", "wiki_name": "Vanguard judgement", "wiki_url": "https://oldschool.runescape.wiki/w/Vanguard_judgement", "price": 0 @@ -206826,9 +184531,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.11, - "release_date": "2017-01-05", - "examine": "Confessions of a troubled soul.", "wiki_name": "Houndmaster's diary", "wiki_url": "https://oldschool.runescape.wiki/w/Houndmaster's_diary", "price": 0 @@ -206840,9 +184542,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.19, - "release_date": "2017-01-05", - "examine": "Looks like it's been locked away for a long time in a damp cave.", "wiki_name": "Dark journal", "wiki_url": "https://oldschool.runescape.wiki/w/Dark_journal", "price": 0 @@ -206855,9 +184554,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.007, - "release_date": "2017-01-05", - "examine": "Eww, it's grimy.", "wiki_name": "Grimy noxifer", "wiki_url": "https://oldschool.runescape.wiki/w/Grimy_noxifer", "price": 0 @@ -206870,9 +184566,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.007, - "release_date": "2017-01-05", - "examine": "Lovely, it's been cleaned.", "wiki_name": "Noxifer", "wiki_url": "https://oldschool.runescape.wiki/w/Noxifer", "price": 0 @@ -206886,8 +184579,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "release_date": "2017-01-05", - "examine": "Noxifer in seed form. Hopefully there's somewhere to plant this.", "wiki_name": "Noxifer seed", "wiki_url": "https://oldschool.runescape.wiki/w/Noxifer_seed", "price": 0 @@ -206900,9 +184591,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.007, - "release_date": "2017-01-05", - "examine": "Eww, it's grimy.", "wiki_name": "Grimy golpar", "wiki_url": "https://oldschool.runescape.wiki/w/Grimy_golpar", "price": 0 @@ -206915,9 +184603,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.007, - "release_date": "2017-01-05", - "examine": "Lovely, it's been cleaned.", "wiki_name": "Golpar", "wiki_url": "https://oldschool.runescape.wiki/w/Golpar", "price": 0 @@ -206931,8 +184616,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "release_date": "2017-01-05", - "examine": "Golpar in seed form. Hopefully there's somewhere to plant this.", "wiki_name": "Golpar seed", "wiki_url": "https://oldschool.runescape.wiki/w/Golpar_seed", "price": 0 @@ -206945,9 +184628,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.007, - "release_date": "2017-01-05", - "examine": "Eww, it's grimy.", "wiki_name": "Grimy buchu leaf", "wiki_url": "https://oldschool.runescape.wiki/w/Grimy_buchu_leaf", "price": 0 @@ -206960,9 +184640,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.007, - "release_date": "2017-01-05", - "examine": "Lovely, it's been cleaned.", "wiki_name": "Buchu leaf", "wiki_url": "https://oldschool.runescape.wiki/w/Buchu_leaf", "price": 0 @@ -206976,8 +184653,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "release_date": "2017-01-05", - "examine": "Buchu leaf in seed form. Hopefully there's somewhere to plant this.", "wiki_name": "Buchu seed", "wiki_url": "https://oldschool.runescape.wiki/w/Buchu_seed", "price": 0 @@ -206991,8 +184666,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "release_date": "2017-01-05", - "examine": "Whatever potion I make out of this, let's hope it tastes better than this smells.", "wiki_name": "Stinkhorn mushroom", "wiki_url": "https://oldschool.runescape.wiki/w/Stinkhorn_mushroom", "price": 0 @@ -207006,8 +184679,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "release_date": "2017-01-05", - "examine": "A dark magic has imbued this juice.", "wiki_name": "Endarkened juice", "wiki_url": "https://oldschool.runescape.wiki/w/Endarkened_juice", "price": 0 @@ -207021,8 +184692,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "release_date": "2017-01-05", - "examine": "This flower feels very cold to the touch.", "wiki_name": "Cicely", "wiki_url": "https://oldschool.runescape.wiki/w/Cicely", "price": 0 @@ -207035,9 +184704,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "The potion blends the fury and bravery of Xeric's elder warriors. It was mixed particularly badly.", "wiki_name": "Elder (-) (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Elder_(-)#1_dose", "price": 0 @@ -207050,9 +184716,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "The potion blends the fury and bravery of Xeric's elder warriors. It was mixed particularly badly.", "wiki_name": "Elder (-) (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Elder_(-)#2_dose", "price": 0 @@ -207065,9 +184728,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "The potion blends the fury and bravery of Xeric's elder warriors. It was mixed particularly badly.", "wiki_name": "Elder (-) (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Elder_(-)#3_dose", "price": 0 @@ -207080,9 +184740,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "The potion blends the fury and bravery of Xeric's elder warriors. It was mixed particularly badly.", "wiki_name": "Elder (-) (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Elder_(-)#4_dose", "price": 0 @@ -207095,9 +184752,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "The potion blends the fury and bravery of Xeric's elder warriors. It was mixed reasonably well.", "wiki_name": "Elder potion (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Elder_potion#1_dose", "price": 0 @@ -207110,9 +184764,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "The potion blends the fury and bravery of Xeric's elder warriors. It was mixed reasonably well.", "wiki_name": "Elder potion (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Elder_potion#2_dose", "price": 0 @@ -207125,9 +184776,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "The potion blends the fury and bravery of Xeric's elder warriors. It was mixed reasonably well.", "wiki_name": "Elder potion (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Elder_potion#3_dose", "price": 0 @@ -207140,9 +184788,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "The potion blends the fury and bravery of Xeric's elder warriors. It was mixed reasonably well.", "wiki_name": "Elder potion (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Elder_potion#4_dose", "price": 0 @@ -207155,9 +184800,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "The potion blends the fury and bravery of Xeric's elder warriors. It was mixed perfectly!", "wiki_name": "Elder (+) (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Elder_(+)#1_dose", "price": 0 @@ -207170,9 +184812,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "The potion blends the fury and bravery of Xeric's elder warriors. It was mixed perfectly!", "wiki_name": "Elder (+) (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Elder_(+)#2_dose", "price": 0 @@ -207185,9 +184824,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "The potion blends the fury and bravery of Xeric's elder warriors. It was mixed perfectly!", "wiki_name": "Elder (+) (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Elder_(+)#3_dose", "price": 0 @@ -207200,9 +184836,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "The potion blends the fury and bravery of Xeric's elder warriors. It was mixed perfectly!", "wiki_name": "Elder (+) (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Elder_(+)#4_dose", "price": 0 @@ -207215,9 +184848,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "The potion blends the dexterity and devastation of Xeric's twisted archers. It was mixed particularly badly.", "wiki_name": "Twisted (-) (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Twisted_(-)#1_dose", "price": 0 @@ -207230,9 +184860,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "The potion blends the dexterity and devastation of Xeric's twisted archers. It was mixed particularly badly.", "wiki_name": "Twisted (-) (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Twisted_(-)#2_dose", "price": 0 @@ -207245,9 +184872,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "The potion blends the dexterity and devastation of Xeric's twisted archers. It was mixed particularly badly.", "wiki_name": "Twisted (-) (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Twisted_(-)#3_dose", "price": 0 @@ -207260,9 +184884,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "The potion blends the dexterity and devastation of Xeric's twisted archers. It was mixed particularly badly.", "wiki_name": "Twisted (-) (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Twisted_(-)#4_dose", "price": 0 @@ -207275,9 +184896,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "The potion blends the dexterity and devastation of Xeric's twisted archers. It was mixed reasonably well.", "wiki_name": "Twisted potion (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Twisted_potion#1_dose", "price": 0 @@ -207290,9 +184908,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "The potion blends the dexterity and devastation of Xeric's twisted archers. It was mixed reasonably well.", "wiki_name": "Twisted potion (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Twisted_potion#2_dose", "price": 0 @@ -207305,9 +184920,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "The potion blends the dexterity and devastation of Xeric's twisted archers. It was mixed reasonably well.", "wiki_name": "Twisted potion (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Twisted_potion#3_dose", "price": 0 @@ -207320,9 +184932,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "The potion blends the dexterity and devastation of Xeric's twisted archers. It was mixed reasonably well.", "wiki_name": "Twisted potion (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Twisted_potion#4_dose", "price": 0 @@ -207335,9 +184944,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "The potion blends the dexterity and devastation of Xeric's twisted archers. It was mixed perfectly!", "wiki_name": "Twisted (+) (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Twisted_(+)#1_dose", "price": 0 @@ -207350,9 +184956,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "The potion blends the dexterity and devastation of Xeric's twisted archers. It was mixed perfectly!", "wiki_name": "Twisted (+) (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Twisted_(+)#2_dose", "price": 0 @@ -207365,9 +184968,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "The potion blends the dexterity and devastation of Xeric's twisted archers. It was mixed perfectly!", "wiki_name": "Twisted (+) (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Twisted_(+)#3_dose", "price": 0 @@ -207380,9 +184980,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "The potion blends the dexterity and devastation of Xeric's twisted archers. It was mixed perfectly!", "wiki_name": "Twisted (+) (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Twisted_(+)#4_dose", "price": 0 @@ -207395,9 +184992,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "The potion blends the cruelty and darkness of Xeric's kodai wizards. It was mixed particularly badly.", "wiki_name": "Kodai (-) (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Kodai_(-)#1_dose", "price": 0 @@ -207410,9 +185004,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "The potion blends the cruelty and darkness of Xeric's kodai wizards. It was mixed particularly badly.", "wiki_name": "Kodai (-) (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Kodai_(-)#2_dose", "price": 0 @@ -207425,9 +185016,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "The potion blends the cruelty and darkness of Xeric's kodai wizards. It was mixed particularly badly.", "wiki_name": "Kodai (-) (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Kodai_(-)#3_dose", "price": 0 @@ -207440,9 +185028,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "The potion blends the cruelty and darkness of Xeric's kodai wizards. It was mixed particularly badly.", "wiki_name": "Kodai (-) (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Kodai_(-)#4_dose", "price": 0 @@ -207455,9 +185040,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "The potion blends the cruelty and darkness of Xeric's kodai wizards. It was mixed reasonably well.", "wiki_name": "Kodai potion (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Kodai_potion#1_dose", "price": 0 @@ -207470,9 +185052,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "The potion blends the cruelty and darkness of Xeric's kodai wizards. It was mixed reasonably well.", "wiki_name": "Kodai potion (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Kodai_potion#2_dose", "price": 0 @@ -207485,9 +185064,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "The potion blends the cruelty and darkness of Xeric's kodai wizards. It was mixed reasonably well.", "wiki_name": "Kodai potion (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Kodai_potion#3_dose", "price": 0 @@ -207500,9 +185076,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "The potion blends the cruelty and darkness of Xeric's kodai wizards. It was mixed reasonably well.", "wiki_name": "Kodai potion (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Kodai_potion#4_dose", "price": 0 @@ -207515,9 +185088,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "The potion blends the cruelty and darkness of Xeric's kodai wizards. It was mixed perfectly!", "wiki_name": "Kodai (+) (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Kodai_(+)#1_dose", "price": 0 @@ -207530,9 +185100,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "The potion blends the cruelty and darkness of Xeric's kodai wizards. It was mixed perfectly!", "wiki_name": "Kodai (+) (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Kodai_(+)#2_dose", "price": 0 @@ -207545,9 +185112,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "The potion blends the cruelty and darkness of Xeric's kodai wizards. It was mixed perfectly!", "wiki_name": "Kodai (+) (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Kodai_(+)#3_dose", "price": 0 @@ -207560,9 +185124,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "The potion blends the cruelty and darkness of Xeric's kodai wizards. It was mixed perfectly!", "wiki_name": "Kodai (+) (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Kodai_(+)#4_dose", "price": 0 @@ -207575,9 +185136,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "This potion will aid stat recovery. It was mixed particularly badly.", "wiki_name": "Revitalisation (-) (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Revitalisation_(-)#1_dose", "price": 0 @@ -207590,9 +185148,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "This potion will aid stat recovery. It was mixed particularly badly.", "wiki_name": "Revitalisation (-) (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Revitalisation_(-)#2_dose", "price": 0 @@ -207605,9 +185160,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "This potion will aid stat recovery. It was mixed particularly badly.", "wiki_name": "Revitalisation (-) (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Revitalisation_(-)#3_dose", "price": 0 @@ -207620,9 +185172,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "This potion will aid stat recovery. It was mixed particularly badly.", "wiki_name": "Revitalisation (-) (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Revitalisation_(-)#4_dose", "price": 0 @@ -207635,9 +185184,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "This potion will aid stat recovery. It was mixed reasonably well.", "wiki_name": "Revitalisation potion (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Revitalisation_potion#1_dose", "price": 0 @@ -207650,9 +185196,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "This potion will aid stat recovery. It was mixed reasonably well.", "wiki_name": "Revitalisation potion (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Revitalisation_potion#2_dose", "price": 0 @@ -207665,9 +185208,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "This potion will aid stat recovery. It was mixed reasonably well.", "wiki_name": "Revitalisation potion (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Revitalisation_potion#3_dose", "price": 0 @@ -207680,9 +185220,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "This potion will aid stat recovery. It was mixed reasonably well.", "wiki_name": "Revitalisation potion (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Revitalisation_potion#4_dose", "price": 0 @@ -207695,9 +185232,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "This potion will aid stat recovery. It was mixed perfectly!", "wiki_name": "Revitalisation (+) (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Revitalisation_(+)#1_dose", "price": 0 @@ -207710,9 +185244,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "This potion will aid stat recovery. It was mixed perfectly!", "wiki_name": "Revitalisation (+) (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Revitalisation_(+)#2_dose", "price": 0 @@ -207725,9 +185256,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "This potion will aid stat recovery. It was mixed perfectly!", "wiki_name": "Revitalisation (+) (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Revitalisation_(+)#3_dose", "price": 0 @@ -207740,9 +185268,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "This potion will aid stat recovery. It was mixed perfectly!", "wiki_name": "Revitalisation (+) (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Revitalisation_(+)#4_dose", "price": 0 @@ -207755,9 +185280,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "This potion imbues one with a prayer restore effect temporarily. It was mixed particularly badly.", "wiki_name": "Prayer enhance (-) (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Prayer_enhance_(-)#1_dose", "price": 0 @@ -207770,9 +185292,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "This potion imbues one with a prayer restore effect temporarily. It was mixed particularly badly.", "wiki_name": "Prayer enhance (-) (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Prayer_enhance_(-)#2_dose", "price": 0 @@ -207785,9 +185304,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "This potion imbues one with a prayer restore effect temporarily. It was mixed particularly badly.", "wiki_name": "Prayer enhance (-) (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Prayer_enhance_(-)#3_dose", "price": 0 @@ -207800,9 +185316,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "This potion imbues one with a prayer restore effect temporarily. It was mixed particularly badly.", "wiki_name": "Prayer enhance (-) (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Prayer_enhance_(-)#4_dose", "price": 0 @@ -207815,9 +185328,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "This potion imbues one with a prayer restore effect temporarily. It was mixed reasonably well.", "wiki_name": "Prayer enhance (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Prayer_enhance#1_dose", "price": 0 @@ -207830,9 +185340,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "This potion imbues one with a prayer restore effect temporarily. It was mixed reasonably well.", "wiki_name": "Prayer enhance (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Prayer_enhance#2_dose", "price": 0 @@ -207845,9 +185352,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "This potion imbues one with a prayer restore effect temporarily. It was mixed reasonably well.", "wiki_name": "Prayer enhance (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Prayer_enhance#3_dose", "price": 0 @@ -207860,9 +185364,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "This potion imbues one with a prayer restore effect temporarily. It was mixed reasonably well.", "wiki_name": "Prayer enhance (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Prayer_enhance#4_dose", "price": 0 @@ -207875,9 +185376,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "This potion imbues one with a prayer restore effect temporarily. It was mixed perfectly!", "wiki_name": "Prayer enhance (+) (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Prayer_enhance_(+)#1_dose", "price": 0 @@ -207890,9 +185388,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "This potion imbues one with a prayer restore effect temporarily. It was mixed perfectly!", "wiki_name": "Prayer enhance (+) (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Prayer_enhance_(+)#2_dose", "price": 0 @@ -207905,9 +185400,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "This potion imbues one with a prayer restore effect temporarily. It was mixed perfectly!", "wiki_name": "Prayer enhance (+) (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Prayer_enhance_(+)#3_dose", "price": 0 @@ -207920,9 +185412,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "This potion imbues one with a prayer restore effect temporarily. It was mixed perfectly!", "wiki_name": "Prayer enhance (+) (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Prayer_enhance_(+)#4_dose", "price": 0 @@ -207935,9 +185424,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "The power of Xeric is stored within this potion. It was mixed particularly badly.", "wiki_name": "Xeric's aid (-) (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Xeric's_aid_(-)#1_dose", "price": 0 @@ -207950,9 +185436,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "The power of Xeric is stored within this potion. It was mixed particularly badly.", "wiki_name": "Xeric's aid (-) (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Xeric's_aid_(-)#2_dose", "price": 0 @@ -207965,9 +185448,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "The power of Xeric is stored within this potion. It was mixed particularly badly.", "wiki_name": "Xeric's aid (-) (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Xeric's_aid_(-)#3_dose", "price": 0 @@ -207980,9 +185460,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "The power of Xeric is stored within this potion. It was mixed particularly badly.", "wiki_name": "Xeric's aid (-) (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Xeric's_aid_(-)#4_dose", "price": 0 @@ -207995,9 +185472,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "The power of Xeric is stored within this potion. It was mixed reasonably well.", "wiki_name": "Xeric's aid (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Xeric's_aid#1_dose", "price": 0 @@ -208010,9 +185484,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "The power of Xeric is stored within this potion. It was mixed reasonably well.", "wiki_name": "Xeric's aid (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Xeric's_aid#2_dose", "price": 0 @@ -208025,9 +185496,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "The power of Xeric is stored within this potion. It was mixed reasonably well.", "wiki_name": "Xeric's aid (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Xeric's_aid#3_dose", "price": 0 @@ -208040,9 +185508,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "The power of Xeric is stored within this potion. It was mixed reasonably well.", "wiki_name": "Xeric's aid (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Xeric's_aid#4_dose", "price": 0 @@ -208055,9 +185520,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "The power of Xeric is stored within this potion. It was mixed perfectly!", "wiki_name": "Xeric's aid (+) (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Xeric's_aid_(+)#1_dose", "price": 0 @@ -208070,9 +185532,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "The power of Xeric is stored within this potion. It was mixed perfectly!", "wiki_name": "Xeric's aid (+) (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Xeric's_aid_(+)#2_dose", "price": 0 @@ -208085,9 +185544,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "The power of Xeric is stored within this potion. It was mixed perfectly!", "wiki_name": "Xeric's aid (+) (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Xeric's_aid_(+)#3_dose", "price": 0 @@ -208100,9 +185556,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "The power of Xeric is stored within this potion. It was mixed perfectly!", "wiki_name": "Xeric's aid (+) (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Xeric's_aid_(+)#4_dose", "price": 0 @@ -208115,9 +185568,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "The power of elder warriors, twisted archers and kodai wizards combined; extremely dangerous. It was mixed particularly badly.", "wiki_name": "Overload (-) (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Overload_(-)#1_dose", "price": 0 @@ -208130,9 +185580,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "The power of elder warriors, twisted archers and kodai wizards combined; extremely dangerous. It was mixed particularly badly.", "wiki_name": "Overload (-) (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Overload_(-)#2_dose", "price": 0 @@ -208145,9 +185592,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "The power of elder warriors, twisted archers and kodai wizards combined; extremely dangerous. It was mixed particularly badly.", "wiki_name": "Overload (-) (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Overload_(-)#3_dose", "price": 0 @@ -208160,9 +185604,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "The power of elder warriors, twisted archers and kodai wizards combined; extremely dangerous. It was mixed particularly badly.", "wiki_name": "Overload (-) (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Overload_(-)#4_dose", "price": 0 @@ -208175,9 +185616,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "The power of elder warriors, twisted archers and kodai wizards combined; extremely dangerous. It was mixed reasonably well.", "wiki_name": "Overload (Chambers of Xeric) (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Overload_(Chambers_of_Xeric)#1_dose", "price": 0 @@ -208190,9 +185628,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "The power of elder warriors, twisted archers and kodai wizards combined; extremely dangerous. It was mixed reasonably well.", "wiki_name": "Overload (Chambers of Xeric) (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Overload_(Chambers_of_Xeric)#2_dose", "price": 0 @@ -208205,9 +185640,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "The power of elder warriors, twisted archers and kodai wizards combined; extremely dangerous. It was mixed reasonably well.", "wiki_name": "Overload (Chambers of Xeric) (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Overload_(Chambers_of_Xeric)#3_dose", "price": 0 @@ -208220,9 +185652,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "The power of elder warriors, twisted archers and kodai wizards combined; extremely dangerous. It was mixed reasonably well.", "wiki_name": "Overload (Chambers of Xeric) (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Overload_(Chambers_of_Xeric)#4_dose", "price": 0 @@ -208235,9 +185664,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "The power of elder warriors, twisted archers and kodai wizards combined; extremely dangerous. It was mixed perfectly!", "wiki_name": "Overload (+) (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Overload_(+)#1_dose", "price": 0 @@ -208250,9 +185676,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "The power of elder warriors, twisted archers and kodai wizards combined; extremely dangerous. It was mixed perfectly!", "wiki_name": "Overload (+) (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Overload_(+)#2_dose", "price": 0 @@ -208265,9 +185688,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "The power of elder warriors, twisted archers and kodai wizards combined; extremely dangerous. It was mixed perfectly!", "wiki_name": "Overload (+) (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Overload_(+)#3_dose", "price": 0 @@ -208280,9 +185700,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.02, - "release_date": "2017-01-05", - "examine": "The power of elder warriors, twisted archers and kodai wizards combined; extremely dangerous. It was mixed perfectly!", "wiki_name": "Overload (+) (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Overload_(+)#4_dose", "price": 0 @@ -208300,10 +185717,7 @@ "cost": 4000000, "lowalch": 1600000, "highalch": 2400000, - "weight": 1.814, "buy_limit": 8, - "release_date": "2017-01-05", - "examine": "A mystical bow carved from the twisted remains of the Great Olm.", "wiki_name": "Twisted bow", "wiki_url": "https://oldschool.runescape.wiki/w/Twisted_bow", "equipment": { @@ -208367,10 +185781,7 @@ "cost": 90000, "lowalch": 36000, "highalch": 54000, - "weight": 5.443, "buy_limit": 8, - "release_date": "2017-01-05", - "examine": "A buckler carved from the twisted remains of the Great Olm.", "wiki_name": "Twisted buckler", "wiki_url": "https://oldschool.runescape.wiki/w/Twisted_buckler", "equipment": { @@ -208409,10 +185820,7 @@ "cost": 500010, "lowalch": 200004, "highalch": 300006, - "weight": 5.443, "buy_limit": 8, - "release_date": "2017-01-05", - "examine": "A maul crafted from the component parts of Tekton.", "wiki_name": "Elder maul", "wiki_url": "https://oldschool.runescape.wiki/w/Elder_maul", "equipment": { @@ -208478,10 +185886,7 @@ "cost": 150000, "lowalch": 60000, "highalch": 90000, - "weight": 0.198, "buy_limit": 8, - "release_date": "2017-01-05", - "examine": "A wand of an ancient Kodai mage.", "wiki_name": "Kodai wand", "wiki_url": "https://oldschool.runescape.wiki/w/Kodai_wand", "equipment": { @@ -208560,10 +185965,7 @@ "cost": 72001, "lowalch": 28800, "highalch": 43200, - "weight": 1.814, "buy_limit": 70, - "release_date": "2017-01-05", - "examine": "A razor sharp sword.", "wiki_name": "Dragon sword", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_sword", "equipment": { @@ -208635,10 +186037,7 @@ "cost": 80000, "lowalch": 32000, "highalch": 48000, - "weight": 7, "buy_limit": 8, - "release_date": "2017-01-05", - "examine": "A crossbow used for dragon hunting.", "wiki_name": "Dragon hunter crossbow", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_hunter_crossbow", "equipment": { @@ -208703,10 +186102,7 @@ "cost": 560000, "lowalch": 224000, "highalch": 336000, - "weight": 30, "buy_limit": 8, - "release_date": "2017-01-05", - "examine": "Is it... looking at me?", "wiki_name": "Dinh's bulwark", "wiki_url": "https://oldschool.runescape.wiki/w/Dinh's_bulwark", "equipment": { @@ -208764,10 +186160,7 @@ "cost": 45000, "lowalch": 18000, "highalch": 27000, - "weight": 0.453, "buy_limit": 8, - "release_date": "2017-01-05", - "examine": "The hat of a powerful sorceress from a bygone era.", "wiki_name": "Ancestral hat", "wiki_url": "https://oldschool.runescape.wiki/w/Ancestral_hat", "equipment": { @@ -208805,10 +186198,7 @@ "cost": 120000, "lowalch": 48000, "highalch": 72000, - "weight": 2.721, "buy_limit": 8, - "release_date": "2017-01-05", - "examine": "The robe top of a powerful sorceress from a bygone era.", "wiki_name": "Ancestral robe top", "wiki_url": "https://oldschool.runescape.wiki/w/Ancestral_robe_top", "equipment": { @@ -208846,10 +186236,7 @@ "cost": 80000, "lowalch": 32000, "highalch": 48000, - "weight": 1.814, "buy_limit": 8, - "release_date": "2017-01-05", - "examine": "The robe bottoms of a powerful sorceress from a bygone era.", "wiki_name": "Ancestral robe bottom", "wiki_url": "https://oldschool.runescape.wiki/w/Ancestral_robe_bottom", "equipment": { @@ -208882,9 +186269,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2017-01-05", - "examine": "An ancient object emanating a dark power.", "wiki_name": "Dark relic", "wiki_url": "https://oldschool.runescape.wiki/w/Dark_relic", "price": 0 @@ -208902,10 +186286,7 @@ "cost": 55000, "lowalch": 22000, "highalch": 33000, - "weight": 2.267, "buy_limit": 5, - "release_date": "2017-01-05", - "examine": "A very powerful harpoon.", "wiki_name": "Dragon harpoon", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_harpoon", "equipment": { @@ -208974,9 +186355,6 @@ "cost": 99801, "lowalch": 39920, "highalch": 59880, - "weight": 2.267, - "release_date": "2017-01-05", - "examine": "A very powerful, fiery harpoon.", "wiki_name": "Infernal harpoon (Charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Infernal_harpoon#Charged", "equipment": { @@ -209045,9 +186423,6 @@ "cost": 99800, "lowalch": 39920, "highalch": 59880, - "weight": 2.267, - "release_date": "2017-01-05", - "examine": "A formerly powerful, fiery harpoon.", "wiki_name": "Infernal harpoon (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Infernal_harpoon#Uncharged", "equipment": { @@ -209116,10 +186491,7 @@ "cost": 80000, "lowalch": 32000, "highalch": 48000, - "weight": 0.015, "buy_limit": 5, - "release_date": "2017-01-05", - "examine": "Scrawled words that can invoke the power of the gods.", "wiki_name": "Dexterous prayer scroll", "wiki_url": "https://oldschool.runescape.wiki/w/Dexterous_prayer_scroll", "price": 17174098 @@ -209133,8 +186505,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "release_date": "2017-01-12", - "examine": "Tekton's old building materials.", "wiki_name": "Mallignum root plank", "wiki_url": "https://oldschool.runescape.wiki/w/Mallignum_root_plank", "price": 0 @@ -209176,10 +186546,7 @@ "cost": 150000, "lowalch": 60000, "highalch": 90000, - "weight": 0.056, "buy_limit": 8, - "release_date": "2017-01-12", - "examine": "An insignia representing Kodai, Xeric's fearsome wizards.", "wiki_name": "Kodai insignia", "wiki_url": "https://oldschool.runescape.wiki/w/Kodai_insignia", "price": 120316500 @@ -209189,9 +186556,6 @@ "name": "Ancient tablet", "members": true, "cost": 75000, - "weight": 2, - "release_date": "2017-01-12", - "examine": "Strange glowing symbols are inscribed in this tablet.", "wiki_name": "Ancient tablet", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_tablet", "price": 0 @@ -209206,10 +186570,7 @@ "cost": 80000, "lowalch": 32000, "highalch": 48000, - "weight": 0.015, "buy_limit": 5, - "release_date": "2017-01-12", - "examine": "Scrawled words that can invoke the power of the gods.", "wiki_name": "Torn prayer scroll", "wiki_url": "https://oldschool.runescape.wiki/w/Torn_prayer_scroll", "price": 47912 @@ -209224,10 +186585,7 @@ "cost": 145000, "lowalch": 58000, "highalch": 87000, - "weight": 0.05, "buy_limit": 5, - "release_date": "2017-01-19", - "examine": "A set containing an Ancestral hat, robe top and robe bottom.", "wiki_name": "Ancestral robes set", "wiki_url": "https://oldschool.runescape.wiki/w/Ancestral_robes_set", "price": 395121063 @@ -209238,9 +186596,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2017-01-26", - "examine": "This should open the main doors of the manor house.", "wiki_name": "Manor key (Quest)", "wiki_url": "https://oldschool.runescape.wiki/w/Manor_key#Quest", "price": 0 @@ -209251,9 +186606,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2017-01-26", - "examine": "A key crafted from ruby.", "wiki_name": "Ruby key (Quest)", "wiki_url": "https://oldschool.runescape.wiki/w/Ruby_key#Quest", "price": 0 @@ -209264,9 +186616,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2017-01-26", - "examine": "A key crafted from emerald.", "wiki_name": "Emerald key (Quest)", "wiki_url": "https://oldschool.runescape.wiki/w/Emerald_key#Quest", "price": 0 @@ -209277,9 +186626,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2017-01-26", - "examine": "A key crafted from sapphire.", "wiki_name": "Sapphire key (Quest)", "wiki_url": "https://oldschool.runescape.wiki/w/Sapphire_key#Quest", "price": 0 @@ -209290,9 +186636,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2017-01-26", - "examine": "It seems to be some sort of riddle.", "wiki_name": "Notes (Misthalin Mystery - 1) (Quest)", "wiki_url": "https://oldschool.runescape.wiki/w/Notes_(Misthalin_Mystery_-_1)#Quest", "price": 0 @@ -209303,9 +186646,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2017-01-26", - "examine": "It seems to be some sort of riddle.", "wiki_name": "Notes (Misthalin Mystery - 2) (Quest)", "wiki_url": "https://oldschool.runescape.wiki/w/Notes_(Misthalin_Mystery_-_2)#Quest", "price": 0 @@ -209316,9 +186656,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2017-01-26", - "examine": "It seems to be some sort of riddle.", "wiki_name": "Notes (Misthalin Mystery - 3) (Quest)", "wiki_url": "https://oldschool.runescape.wiki/w/Notes_(Misthalin_Mystery_-_3)#Quest", "price": 0 @@ -209332,9 +186669,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2017-01-26", - "examine": "A blood-stained knife.", "wiki_name": "Killer's knife (Quest)", "wiki_url": "https://oldschool.runescape.wiki/w/Killer's_knife#Quest", "equipment": { @@ -209397,9 +186731,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2017-01-26", - "examine": "A brutally heavy sword.", "wiki_name": "Bandos godsword (Misthalin Mystery) (Quest)", "wiki_url": "https://oldschool.runescape.wiki/w/Bandos_godsword_(Misthalin_Mystery)#Quest", "price": 0 @@ -209413,9 +186744,6 @@ "cost": 35, "lowalch": 14, "highalch": 21, - "weight": 0.6, - "release_date": "2017-01-26", - "examine": "A sign of your grace.", "wiki_name": "Graceful hood (Agility Arena) (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_hood_(Agility_Arena)#Inventory", "equipment": { @@ -209447,9 +186775,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.8, - "release_date": "2017-01-26", - "examine": "A sign of your grace.", "wiki_name": "Graceful cape (Agility Arena) (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_cape_(Agility_Arena)#Inventory", "equipment": { @@ -209481,9 +186806,6 @@ "cost": 55, "lowalch": 22, "highalch": 33, - "weight": 0.9, - "release_date": "2017-01-26", - "examine": "A sign of your grace.", "wiki_name": "Graceful top (Agility Arena) (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_top_(Agility_Arena)#Inventory", "equipment": { @@ -209515,9 +186837,6 @@ "cost": 60, "lowalch": 24, "highalch": 36, - "weight": 0.9, - "release_date": "2017-01-26", - "examine": "You have graceful legs. How nice.", "wiki_name": "Graceful legs (Agility Arena) (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_legs_(Agility_Arena)#Inventory", "equipment": { @@ -209549,9 +186868,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.1, - "release_date": "2017-01-26", - "examine": "A sign of your grace.", "wiki_name": "Graceful gloves (Agility Arena) (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_gloves_(Agility_Arena)#Inventory", "equipment": { @@ -209583,9 +186899,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.4, - "release_date": "2017-01-26", - "examine": "For your graceful feet.", "wiki_name": "Graceful boots (Agility Arena) (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_boots_(Agility_Arena)#Inventory", "equipment": { @@ -209618,10 +186931,7 @@ "cost": 80000, "lowalch": 32000, "highalch": 48000, - "weight": 0.015, "buy_limit": 5, - "release_date": "2017-01-26", - "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": 6347459 @@ -209638,10 +186948,7 @@ "cost": 1050, "lowalch": 420, "highalch": 630, - "weight": 0.006, "buy_limit": 10000, - "release_date": "2017-02-02", - "examine": "A valuable ring.", "wiki_name": "Opal ring", "wiki_url": "https://oldschool.runescape.wiki/w/Opal_ring", "equipment": { @@ -209676,10 +186983,7 @@ "cost": 1275, "lowalch": 510, "highalch": 765, - "weight": 0.006, "buy_limit": 10000, - "release_date": "2017-02-02", - "examine": "A valuable ring.", "wiki_name": "Jade ring", "wiki_url": "https://oldschool.runescape.wiki/w/Jade_ring", "equipment": { @@ -209714,10 +187018,7 @@ "cost": 1425, "lowalch": 570, "highalch": 855, - "weight": 0.006, "buy_limit": 10000, - "release_date": "2017-02-02", - "examine": "A valuable ring.", "wiki_name": "Topaz ring", "wiki_url": "https://oldschool.runescape.wiki/w/Topaz_ring", "equipment": { @@ -209752,10 +187053,7 @@ "cost": 1050, "lowalch": 420, "highalch": 630, - "weight": 0.01, "buy_limit": 10000, - "release_date": "2017-02-02", - "examine": "I wonder if this is valuable.", "wiki_name": "Opal necklace", "wiki_url": "https://oldschool.runescape.wiki/w/Opal_necklace", "equipment": { @@ -209790,10 +187088,7 @@ "cost": 1275, "lowalch": 510, "highalch": 765, - "weight": 0.01, "buy_limit": 10000, - "release_date": "2017-02-02", - "examine": "I wonder if this is valuable.", "wiki_name": "Jade necklace", "wiki_url": "https://oldschool.runescape.wiki/w/Jade_necklace", "equipment": { @@ -209828,10 +187123,7 @@ "cost": 1425, "lowalch": 570, "highalch": 855, - "weight": 0.01, "buy_limit": 10000, - "release_date": "2017-02-02", - "examine": "I wonder if this is valuable.", "wiki_name": "Topaz necklace", "wiki_url": "https://oldschool.runescape.wiki/w/Topaz_necklace", "equipment": { @@ -209864,10 +187156,7 @@ "cost": 900, "lowalch": 360, "highalch": 540, - "weight": 0.004, "buy_limit": 10000, - "release_date": "2017-02-02", - "examine": "It needs a string so I can wear it.", "wiki_name": "Opal amulet (u)", "wiki_url": "https://oldschool.runescape.wiki/w/Opal_amulet_(u)", "price": 239 @@ -209882,10 +187171,7 @@ "cost": 1050, "lowalch": 420, "highalch": 630, - "weight": 0.004, "buy_limit": 10000, - "release_date": "2017-02-02", - "examine": "It needs a string so I can wear it.", "wiki_name": "Jade amulet (u)", "wiki_url": "https://oldschool.runescape.wiki/w/Jade_amulet_(u)", "price": 885 @@ -209900,10 +187186,7 @@ "cost": 1275, "lowalch": 510, "highalch": 765, - "weight": 0.004, "buy_limit": 10000, - "release_date": "2017-02-02", - "examine": "It needs a string so I can wear it.", "wiki_name": "Topaz amulet (u)", "wiki_url": "https://oldschool.runescape.wiki/w/Topaz_amulet_(u)", "price": 2256 @@ -209920,10 +187203,7 @@ "cost": 900, "lowalch": 360, "highalch": 540, - "weight": 0.007, "buy_limit": 10000, - "release_date": "2017-02-02", - "examine": "I wonder if I can get this enchanted.", "wiki_name": "Opal amulet", "wiki_url": "https://oldschool.runescape.wiki/w/Opal_amulet", "equipment": { @@ -209958,10 +187238,7 @@ "cost": 1050, "lowalch": 420, "highalch": 630, - "weight": 0.007, "buy_limit": 10000, - "release_date": "2017-02-02", - "examine": "I wonder if I can get this enchanted.", "wiki_name": "Jade amulet", "wiki_url": "https://oldschool.runescape.wiki/w/Jade_amulet", "equipment": { @@ -209996,10 +187273,7 @@ "cost": 1250, "lowalch": 500, "highalch": 750, - "weight": 0.007, "buy_limit": 10000, - "release_date": "2017-02-02", - "examine": "I wonder if I can get this enchanted.", "wiki_name": "Topaz amulet", "wiki_url": "https://oldschool.runescape.wiki/w/Topaz_amulet", "equipment": { @@ -210034,10 +187308,7 @@ "cost": 1150, "lowalch": 460, "highalch": 690, - "weight": 0.25, "buy_limit": 10000, - "release_date": "2017-02-02", - "examine": "I wonder if this is valuable.", "wiki_name": "Opal bracelet", "wiki_url": "https://oldschool.runescape.wiki/w/Opal_bracelet", "equipment": { @@ -210072,10 +187343,7 @@ "cost": 1300, "lowalch": 520, "highalch": 780, - "weight": 0.25, "buy_limit": 10000, - "release_date": "2017-02-02", - "examine": "I wonder if this is valuable.", "wiki_name": "Jade bracelet", "wiki_url": "https://oldschool.runescape.wiki/w/Jade_bracelet", "equipment": { @@ -210110,10 +187378,7 @@ "cost": 1500, "lowalch": 600, "highalch": 900, - "weight": 0.25, "buy_limit": 10000, - "release_date": "2017-02-02", - "examine": "I wonder if this is valuable.", "wiki_name": "Topaz bracelet", "wiki_url": "https://oldschool.runescape.wiki/w/Topaz_bracelet", "equipment": { @@ -210148,10 +187413,7 @@ "cost": 1050, "lowalch": 420, "highalch": 630, - "weight": 0.006, "buy_limit": 100, - "release_date": "2017-02-02", - "examine": "This ring can reveal a hunter creature's track.", "wiki_name": "Ring of pursuit", "wiki_url": "https://oldschool.runescape.wiki/w/Ring_of_pursuit", "equipment": { @@ -210186,10 +187448,7 @@ "cost": 1275, "lowalch": 510, "highalch": 765, - "weight": 0.006, "buy_limit": 10000, - "release_date": "2017-02-02", - "examine": "This ring returns you to your spawn point.", "wiki_name": "Ring of returning (5)", "wiki_url": "https://oldschool.runescape.wiki/w/Ring_of_returning#(5)", "equipment": { @@ -210223,9 +187482,6 @@ "cost": 1275, "lowalch": 510, "highalch": 765, - "weight": 0.006, - "release_date": "2017-02-02", - "examine": "This ring returns you to your spawn point.", "wiki_name": "Ring of returning (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Ring_of_returning#(4)", "equipment": { @@ -210259,9 +187515,6 @@ "cost": 1275, "lowalch": 510, "highalch": 765, - "weight": 0.006, - "release_date": "2017-02-02", - "examine": "This ring returns you to your spawn point.", "wiki_name": "Ring of returning (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Ring_of_returning#(3)", "equipment": { @@ -210295,9 +187548,6 @@ "cost": 1275, "lowalch": 510, "highalch": 765, - "weight": 0.006, - "release_date": "2017-02-02", - "examine": "This ring returns you to your spawn point.", "wiki_name": "Ring of returning (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Ring_of_returning#(2)", "equipment": { @@ -210331,9 +187581,6 @@ "cost": 1275, "lowalch": 510, "highalch": 765, - "weight": 0.006, - "release_date": "2017-02-02", - "examine": "This ring returns you to your spawn point.", "wiki_name": "Ring of returning (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Ring_of_returning#(1)", "equipment": { @@ -210368,10 +187615,7 @@ "cost": 1425, "lowalch": 570, "highalch": 855, - "weight": 0.006, "buy_limit": 10000, - "release_date": "2017-02-02", - "examine": "Aids the user against vampyres.", "wiki_name": "Efaritay's aid", "wiki_url": "https://oldschool.runescape.wiki/w/Efaritay's_aid", "equipment": { @@ -210406,10 +187650,7 @@ "cost": 1050, "lowalch": 420, "highalch": 630, - "weight": 0.01, "buy_limit": 10000, - "release_date": "2017-02-02", - "examine": "Lets you get away with it - sometimes.", "wiki_name": "Dodgy necklace", "wiki_url": "https://oldschool.runescape.wiki/w/Dodgy_necklace", "equipment": { @@ -210444,10 +187685,7 @@ "cost": 1275, "lowalch": 510, "highalch": 765, - "weight": 0.01, "buy_limit": 10000, - "release_date": "2017-02-02", - "examine": "This necklace can really take you places.", "wiki_name": "Necklace of passage (5)", "wiki_url": "https://oldschool.runescape.wiki/w/Necklace_of_passage#(5)", "equipment": { @@ -210481,9 +187719,6 @@ "cost": 1275, "lowalch": 510, "highalch": 765, - "weight": 0.01, - "release_date": "2017-02-02", - "examine": "This necklace can really take you places.", "wiki_name": "Necklace of passage (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Necklace_of_passage#(4)", "equipment": { @@ -210517,9 +187752,6 @@ "cost": 1275, "lowalch": 510, "highalch": 765, - "weight": 0.01, - "release_date": "2017-02-02", - "examine": "This necklace can really take you places.", "wiki_name": "Necklace of passage (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Necklace_of_passage#(3)", "equipment": { @@ -210553,9 +187785,6 @@ "cost": 1275, "lowalch": 510, "highalch": 765, - "weight": 0.01, - "release_date": "2017-02-02", - "examine": "This necklace can really take you places.", "wiki_name": "Necklace of passage (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Necklace_of_passage#(2)", "equipment": { @@ -210589,9 +187818,6 @@ "cost": 1275, "lowalch": 510, "highalch": 765, - "weight": 0.01, - "release_date": "2017-02-02", - "examine": "This necklace can really take you places.", "wiki_name": "Necklace of passage (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Necklace_of_passage#(1)", "equipment": { @@ -210626,10 +187852,7 @@ "cost": 1425, "lowalch": 570, "highalch": 855, - "weight": 0.01, "buy_limit": 10000, - "release_date": "2017-02-02", - "examine": "Can grant me prayer in an emergency.", "wiki_name": "Necklace of faith", "wiki_url": "https://oldschool.runescape.wiki/w/Necklace_of_faith", "equipment": { @@ -210664,10 +187887,7 @@ "cost": 900, "lowalch": 360, "highalch": 540, - "weight": 0.007, "buy_limit": 10000, - "release_date": "2017-02-02", - "examine": "Saves seeds when planting in allotments.", "wiki_name": "Amulet of bounty", "wiki_url": "https://oldschool.runescape.wiki/w/Amulet_of_bounty", "equipment": { @@ -210702,10 +187922,7 @@ "cost": 1050, "lowalch": 420, "highalch": 630, - "weight": 0.007, "buy_limit": 10000, - "release_date": "2017-02-02", - "examine": "Useful when making potions - has the chance of giving an extra dose.", "wiki_name": "Amulet of chemistry", "wiki_url": "https://oldschool.runescape.wiki/w/Amulet_of_chemistry", "equipment": { @@ -210740,10 +187957,7 @@ "cost": 1250, "lowalch": 500, "highalch": 750, - "weight": 0.007, "buy_limit": 10000, - "release_date": "2017-02-02", - "examine": "Useful teleports around the wilderness.", "wiki_name": "Burning amulet (5)", "wiki_url": "https://oldschool.runescape.wiki/w/Burning_amulet#(5)", "equipment": { @@ -210777,9 +187991,6 @@ "cost": 1250, "lowalch": 500, "highalch": 750, - "weight": 0.007, - "release_date": "2017-02-02", - "examine": "Useful teleports around the wilderness.", "wiki_name": "Burning amulet (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Burning_amulet#(4)", "equipment": { @@ -210813,9 +188024,6 @@ "cost": 1250, "lowalch": 500, "highalch": 750, - "weight": 0.007, - "release_date": "2017-02-02", - "examine": "Useful teleports around the wilderness.", "wiki_name": "Burning amulet (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Burning_amulet#(3)", "equipment": { @@ -210849,9 +188057,6 @@ "cost": 1250, "lowalch": 500, "highalch": 750, - "weight": 0.007, - "release_date": "2017-02-02", - "examine": "Useful teleports around the wilderness.", "wiki_name": "Burning amulet (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Burning_amulet#(2)", "equipment": { @@ -210885,9 +188090,6 @@ "cost": 1250, "lowalch": 500, "highalch": 750, - "weight": 0.007, - "release_date": "2017-02-02", - "examine": "Useful teleports around the wilderness.", "wiki_name": "Burning amulet (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Burning_amulet#(1)", "equipment": { @@ -210922,10 +188124,7 @@ "cost": 1150, "lowalch": 460, "highalch": 690, - "weight": 0.25, "buy_limit": 15000, - "release_date": "2017-02-02", - "examine": "Allows one slayer kill to count as two.", "wiki_name": "Expeditious bracelet", "wiki_url": "https://oldschool.runescape.wiki/w/Expeditious_bracelet", "equipment": { @@ -210960,10 +188159,7 @@ "cost": 1300, "lowalch": 520, "highalch": 780, - "weight": 0.25, "buy_limit": 10000, - "release_date": "2017-02-02", - "examine": "Helps when building the Shades of Mort'ton temple.", "wiki_name": "Flamtaer bracelet", "wiki_url": "https://oldschool.runescape.wiki/w/Flamtaer_bracelet", "equipment": { @@ -210998,10 +188194,7 @@ "cost": 2500, "lowalch": 1000, "highalch": 1500, - "weight": 0.25, "buy_limit": 10000, - "release_date": "2017-02-02", - "examine": "Occasionally prevents slayer kill count being decremented.", "wiki_name": "Bracelet of slaughter", "wiki_url": "https://oldschool.runescape.wiki/w/Bracelet_of_slaughter", "equipment": { @@ -211031,9 +188224,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2017-02-02", - "examine": "The cape worn by only the most experienced players.", "wiki_name": "Fire max cape (animation item)", "wiki_url": "https://oldschool.runescape.wiki/w/Fire_max_cape_(animation_item)", "price": 0 @@ -211045,9 +188235,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2017-02-09", - "examine": "Found somewhere between a rock and a hard place.", "wiki_name": "Rock golem (Tin)", "wiki_url": "https://oldschool.runescape.wiki/w/Rock_golem#Tin", "price": 0 @@ -211059,9 +188246,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2017-02-09", - "examine": "Found somewhere between a rock and a hard place.", "wiki_name": "Rock golem (Copper)", "wiki_url": "https://oldschool.runescape.wiki/w/Rock_golem#Copper", "price": 0 @@ -211073,9 +188257,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2017-02-09", - "examine": "Found somewhere between a rock and a hard place.", "wiki_name": "Rock golem (Iron)", "wiki_url": "https://oldschool.runescape.wiki/w/Rock_golem#Iron", "price": 0 @@ -211087,9 +188268,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2017-02-09", - "examine": "Found somewhere between a rock and a hard place.", "wiki_name": "Rock golem (Blurite)", "wiki_url": "https://oldschool.runescape.wiki/w/Rock_golem#Blurite", "price": 0 @@ -211101,9 +188279,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2017-02-09", - "examine": "Found somewhere between a rock and a hard place.", "wiki_name": "Rock golem (Silver)", "wiki_url": "https://oldschool.runescape.wiki/w/Rock_golem#Silver", "price": 0 @@ -211115,9 +188290,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2017-02-09", - "examine": "Found somewhere between a rock and a hard place.", "wiki_name": "Rock golem (Coal)", "wiki_url": "https://oldschool.runescape.wiki/w/Rock_golem#Coal", "price": 0 @@ -211129,9 +188301,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2017-02-09", - "examine": "Found somewhere between a rock and a hard place.", "wiki_name": "Rock golem (Gold)", "wiki_url": "https://oldschool.runescape.wiki/w/Rock_golem#Gold", "price": 0 @@ -211143,9 +188312,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2017-02-09", - "examine": "Found somewhere between a rock and a hard place.", "wiki_name": "Rock golem (Mithril)", "wiki_url": "https://oldschool.runescape.wiki/w/Rock_golem#Mithril", "price": 0 @@ -211157,9 +188323,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2017-02-09", - "examine": "Found somewhere between a rock and a hard place.", "wiki_name": "Rock golem (Granite)", "wiki_url": "https://oldschool.runescape.wiki/w/Rock_golem#Granite", "price": 0 @@ -211171,9 +188334,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2017-02-09", - "examine": "Found somewhere between a rock and a hard place.", "wiki_name": "Rock golem (Adamantite)", "wiki_url": "https://oldschool.runescape.wiki/w/Rock_golem#Adamantite", "price": 0 @@ -211185,9 +188345,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2017-02-09", - "examine": "Found somewhere between a rock and a hard place.", "wiki_name": "Rock golem (Runite)", "wiki_url": "https://oldschool.runescape.wiki/w/Rock_golem#Runite", "price": 0 @@ -211202,9 +188359,6 @@ "cost": 17005, "lowalch": 6802, "highalch": 10203, - "weight": 2.267, - "release_date": "2017-02-09", - "examine": "It's a slightly magical but highly beautiful stick.", "wiki_name": "Lava battlestaff (or)", "wiki_url": "https://oldschool.runescape.wiki/w/Lava_battlestaff_(or)", "equipment": { @@ -211281,9 +188435,6 @@ "cost": 45005, "lowalch": 18002, "highalch": 27003, - "weight": 2.267, - "release_date": "2017-02-09", - "examine": "It's a slightly magical but highly beautiful stick.", "wiki_name": "Mystic lava staff (or)", "wiki_url": "https://oldschool.runescape.wiki/w/Mystic_lava_staff_(or)", "equipment": { @@ -211360,10 +188511,7 @@ "cost": 1500, "lowalch": 600, "highalch": 900, - "weight": 0.5, "buy_limit": 50, - "release_date": "2017-02-09", - "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": 303391 @@ -211377,9 +188525,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 5.443, - "release_date": "2017-02-09", - "examine": "A maul crafted from the component parts of Tekton.", "wiki_name": "Elder maul (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Elder_maul_(Last_Man_Standing)", "equipment": { @@ -211438,9 +188583,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.014, - "release_date": "2017-02-16", - "examine": "Special guests for the 4th Old School RuneScape birthday party!", "wiki_name": "Invitation list", "wiki_url": "https://oldschool.runescape.wiki/w/Invitation_list", "price": 0 @@ -211454,8 +188596,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "release_date": "2017-02-16", - "examine": "Don't let them touch the floor!", "wiki_name": "Birthday balloons", "wiki_url": "https://oldschool.runescape.wiki/w/Birthday_balloons", "equipment": { @@ -211513,9 +188653,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2017-02-16", - "examine": "A celebration of 4 great years.", "wiki_name": "4th birthday hat", "wiki_url": "https://oldschool.runescape.wiki/w/4th_birthday_hat", "equipment": { @@ -211555,9 +188692,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.113, - "release_date": "2017-04-06", - "examine": "Egg head!", "wiki_name": "Easter egg helm", "wiki_url": "https://oldschool.runescape.wiki/w/Easter_egg_helm", "equipment": { @@ -211584,9 +188718,6 @@ "id": 21216, "name": "Fruity easter egg", "cost": 1, - "weight": 1, - "release_date": "2017-04-06", - "examine": "A fruity flavoured Easter egg", "wiki_name": "Fruity easter egg", "wiki_url": "https://oldschool.runescape.wiki/w/Fruity_easter_egg", "price": 0 @@ -211595,9 +188726,6 @@ "id": 21217, "name": "Fresh easter egg", "cost": 1, - "weight": 1, - "release_date": "2017-04-06", - "examine": "A fresh flavoured Easter egg", "wiki_name": "Fresh easter egg", "wiki_url": "https://oldschool.runescape.wiki/w/Fresh_easter_egg", "price": 0 @@ -211606,9 +188734,6 @@ "id": 21218, "name": "Bitter easter egg", "cost": 1, - "weight": 1, - "release_date": "2017-04-06", - "examine": "A bitter flavoured Easter egg", "wiki_name": "Bitter easter egg", "wiki_url": "https://oldschool.runescape.wiki/w/Bitter_easter_egg", "price": 0 @@ -211617,9 +188742,6 @@ "id": 21219, "name": "Earthy easter egg", "cost": 1, - "weight": 1, - "release_date": "2017-04-06", - "examine": "An earthy flavoured Easter egg", "wiki_name": "Earthy easter egg", "wiki_url": "https://oldschool.runescape.wiki/w/Earthy_easter_egg", "price": 0 @@ -211628,9 +188750,6 @@ "id": 21220, "name": "Spicy easter egg", "cost": 1, - "weight": 1, - "release_date": "2017-04-06", - "examine": "A spicy flavoured Easter egg", "wiki_name": "Spicy easter egg", "wiki_url": "https://oldschool.runescape.wiki/w/Spicy_easter_egg", "price": 0 @@ -211639,9 +188758,6 @@ "id": 21221, "name": "Meaty easter egg", "cost": 1, - "weight": 1, - "release_date": "2017-04-06", - "examine": "A meat flavoured Easter egg", "wiki_name": "Meaty easter egg", "wiki_url": "https://oldschool.runescape.wiki/w/Meaty_easter_egg", "price": 0 @@ -211650,9 +188766,6 @@ "id": 21222, "name": "Salted easter egg", "cost": 1, - "weight": 1, - "release_date": "2017-04-06", - "examine": "A salt flavoured Easter egg", "wiki_name": "Salted easter egg", "wiki_url": "https://oldschool.runescape.wiki/w/Salted_easter_egg", "price": 0 @@ -211661,9 +188774,6 @@ "id": 21223, "name": "Rich easter egg", "cost": 1, - "weight": 1, - "release_date": "2017-04-06", - "examine": "A richly flavoured Easter egg", "wiki_name": "Rich easter egg", "wiki_url": "https://oldschool.runescape.wiki/w/Rich_easter_egg", "price": 0 @@ -211672,8 +188782,6 @@ "id": 21224, "name": "Fluffy easter egg", "cost": 1, - "release_date": "2017-04-06", - "examine": "A fluffy flavoured Easter egg", "wiki_name": "Fluffy easter egg", "wiki_url": "https://oldschool.runescape.wiki/w/Fluffy_easter_egg", "price": 0 @@ -211682,9 +188790,6 @@ "id": 21225, "name": "Smoked easter egg", "cost": 1, - "weight": 1, - "release_date": "2017-04-06", - "examine": "A smoke flavoured Easter egg", "wiki_name": "Smoked easter egg", "wiki_url": "https://oldschool.runescape.wiki/w/Smoked_easter_egg", "price": 0 @@ -211693,8 +188798,6 @@ "id": 21226, "name": "Fishy easter egg", "cost": 1, - "release_date": "2017-04-06", - "examine": "A fish flavoured Easter egg", "wiki_name": "Fishy easter egg", "wiki_url": "https://oldschool.runescape.wiki/w/Fishy_easter_egg", "price": 0 @@ -211703,9 +188806,6 @@ "id": 21227, "name": "Crunchy easter egg", "cost": 1, - "weight": 1, - "release_date": "2017-04-06", - "examine": "A crunchy flavoured Easter egg", "wiki_name": "Crunchy easter egg", "wiki_url": "https://oldschool.runescape.wiki/w/Crunchy_easter_egg", "price": 0 @@ -211714,9 +188814,6 @@ "id": 21228, "name": "Fruity chocolate mix", "cost": 1, - "weight": 1, - "release_date": "2017-04-06", - "examine": "I should put this in the egg oven.", "wiki_name": "Fruity chocolate mix", "wiki_url": "https://oldschool.runescape.wiki/w/Fruity_chocolate_mix", "price": 0 @@ -211725,9 +188822,6 @@ "id": 21229, "name": "Fresh chocolate mix", "cost": 1, - "weight": 1, - "release_date": "2017-04-06", - "examine": "I should put this in the egg oven.", "wiki_name": "Fresh chocolate mix", "wiki_url": "https://oldschool.runescape.wiki/w/Fresh_chocolate_mix", "price": 0 @@ -211736,9 +188830,6 @@ "id": 21230, "name": "Bitter chocolate mix", "cost": 1, - "weight": 1, - "release_date": "2017-04-06", - "examine": "I should put this in the egg oven.", "wiki_name": "Bitter chocolate mix", "wiki_url": "https://oldschool.runescape.wiki/w/Bitter_chocolate_mix", "price": 0 @@ -211747,9 +188838,6 @@ "id": 21231, "name": "Earthy chocolate mix", "cost": 1, - "weight": 1, - "release_date": "2017-04-06", - "examine": "I should put this in the egg oven.", "wiki_name": "Earthy chocolate mix", "wiki_url": "https://oldschool.runescape.wiki/w/Earthy_chocolate_mix", "price": 0 @@ -211758,9 +188846,6 @@ "id": 21232, "name": "Spicy chocolate mix", "cost": 1, - "weight": 1, - "release_date": "2017-04-06", - "examine": "I should put this in the egg oven.", "wiki_name": "Spicy chocolate mix", "wiki_url": "https://oldschool.runescape.wiki/w/Spicy_chocolate_mix", "price": 0 @@ -211769,9 +188854,6 @@ "id": 21233, "name": "Meaty chocolate mix", "cost": 1, - "weight": 1, - "release_date": "2017-04-06", - "examine": "I should put this in the egg oven.", "wiki_name": "Meaty chocolate mix", "wiki_url": "https://oldschool.runescape.wiki/w/Meaty_chocolate_mix", "price": 0 @@ -211780,9 +188862,6 @@ "id": 21234, "name": "Salted chocolate mix", "cost": 1, - "weight": 1, - "release_date": "2017-04-06", - "examine": "I should put this in the egg oven.", "wiki_name": "Salted chocolate mix", "wiki_url": "https://oldschool.runescape.wiki/w/Salted_chocolate_mix", "price": 0 @@ -211791,9 +188870,6 @@ "id": 21235, "name": "Rich chocolate mix", "cost": 1, - "weight": 1, - "release_date": "2017-04-06", - "examine": "I should put this in the egg oven.", "wiki_name": "Rich chocolate mix", "wiki_url": "https://oldschool.runescape.wiki/w/Rich_chocolate_mix", "price": 0 @@ -211802,9 +188878,6 @@ "id": 21236, "name": "Fluffy chocolate mix", "cost": 1, - "weight": 1, - "release_date": "2017-04-06", - "examine": "I should put this in the egg oven.", "wiki_name": "Fluffy chocolate mix", "wiki_url": "https://oldschool.runescape.wiki/w/Fluffy_chocolate_mix", "price": 0 @@ -211813,9 +188886,6 @@ "id": 21237, "name": "Smoked chocolate mix", "cost": 1, - "weight": 1, - "release_date": "2017-04-06", - "examine": "I should put this in the egg oven.", "wiki_name": "Smoked chocolate mix", "wiki_url": "https://oldschool.runescape.wiki/w/Smoked_chocolate_mix", "price": 0 @@ -211824,9 +188894,6 @@ "id": 21238, "name": "Fishy chocolate mix", "cost": 1, - "weight": 1, - "release_date": "2017-04-06", - "examine": "I should put this in the egg oven.", "wiki_name": "Fishy chocolate mix", "wiki_url": "https://oldschool.runescape.wiki/w/Fishy_chocolate_mix", "price": 0 @@ -211835,9 +188902,6 @@ "id": 21239, "name": "Crunchy chocolate mix", "cost": 1, - "weight": 1, - "release_date": "2017-04-06", - "examine": "I should put this in the egg oven.", "wiki_name": "Crunchy chocolate mix", "wiki_url": "https://oldschool.runescape.wiki/w/Crunchy_chocolate_mix", "price": 0 @@ -211846,9 +188910,6 @@ "id": 21240, "name": "Wester banana", "cost": 1, - "weight": 0.15, - "release_date": "2017-04-06", - "examine": "A tasty banana, plucked fresh from Wester Island.", "wiki_name": "Wester banana", "wiki_url": "https://oldschool.runescape.wiki/w/Wester_banana", "price": 0 @@ -211857,9 +188918,6 @@ "id": 21241, "name": "Wester papaya", "cost": 1, - "weight": 0.15, - "release_date": "2017-04-06", - "examine": "A tasty papaya, plucked fresh from Wester Island.", "wiki_name": "Wester papaya", "wiki_url": "https://oldschool.runescape.wiki/w/Wester_papaya", "price": 0 @@ -211868,9 +188926,6 @@ "id": 21242, "name": "Wester lemon", "cost": 1, - "weight": 0.15, - "release_date": "2017-04-06", - "examine": "A tasty lemon, plucked fresh from Wester Island.", "wiki_name": "Wester lemon", "wiki_url": "https://oldschool.runescape.wiki/w/Wester_lemon", "price": 0 @@ -211879,9 +188934,6 @@ "id": 21243, "name": "Bucket of wester sand", "cost": 1, - "weight": 0.15, - "release_date": "2017-04-06", - "examine": "A bucket of golden Wester Island sand.", "wiki_name": "Bucket of wester sand", "wiki_url": "https://oldschool.runescape.wiki/w/Bucket_of_wester_sand", "price": 0 @@ -211890,9 +188942,6 @@ "id": 21244, "name": "Wester spices", "cost": 1, - "weight": 0.15, - "release_date": "2017-04-06", - "examine": "A selection of Wester Island spices", "wiki_name": "Wester spices", "wiki_url": "https://oldschool.runescape.wiki/w/Wester_spices", "price": 0 @@ -211901,9 +188950,6 @@ "id": 21245, "name": "Beef fillet", "cost": 1, - "weight": 0.15, - "release_date": "2017-04-06", - "examine": "A sumptuous Wester Island beef fillet.", "wiki_name": "Beef fillet", "wiki_url": "https://oldschool.runescape.wiki/w/Beef_fillet", "price": 0 @@ -211912,9 +188958,6 @@ "id": 21246, "name": "Sea salt", "cost": 1, - "weight": 0.15, - "release_date": "2017-04-06", - "examine": "The finest sea salt.", "wiki_name": "Sea salt", "wiki_url": "https://oldschool.runescape.wiki/w/Sea_salt", "price": 0 @@ -211923,9 +188966,6 @@ "id": 21247, "name": "Gold fragment", "cost": 1, - "weight": 0.15, - "release_date": "2017-04-06", - "examine": "Golden rabbit droppings.", "wiki_name": "Gold fragment", "wiki_url": "https://oldschool.runescape.wiki/w/Gold_fragment", "price": 0 @@ -211934,9 +188974,6 @@ "id": 21248, "name": "Fluffy feathers", "cost": 1, - "weight": 0.15, - "release_date": "2017-04-06", - "examine": "A bunch of fluffy feathers.", "wiki_name": "Fluffy feathers", "wiki_url": "https://oldschool.runescape.wiki/w/Fluffy_feathers", "price": 0 @@ -211945,9 +188982,6 @@ "id": 21249, "name": "Wester fish", "cost": 1, - "weight": 0.15, - "release_date": "2017-04-06", - "examine": "A glistening wester island fish.", "wiki_name": "Wester fish", "wiki_url": "https://oldschool.runescape.wiki/w/Wester_fish", "price": 0 @@ -211958,9 +188992,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.15, - "release_date": "2017-04-06", - "examine": "If found, return to a hard place.", "wiki_name": "Rock (2017 Easter event)", "wiki_url": "https://oldschool.runescape.wiki/w/Rock_(2017_Easter_event)", "price": 0 @@ -211969,9 +189000,6 @@ "id": 21251, "name": "Wester chocolate", "cost": 1, - "weight": 0.15, - "release_date": "2017-04-06", - "examine": "Chocolate, fresh from the walls of Wester Island.", "wiki_name": "Wester chocolate", "wiki_url": "https://oldschool.runescape.wiki/w/Wester_chocolate", "price": 0 @@ -211980,9 +189008,6 @@ "id": 21252, "name": "Egg mould", "cost": 1, - "weight": 0.15, - "release_date": "2017-04-06", - "examine": "Used for making things egg shaped.", "wiki_name": "Egg mould", "wiki_url": "https://oldschool.runescape.wiki/w/Egg_mould", "price": 0 @@ -211993,9 +189018,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2017-04-13", - "examine": "This will help with farming.", "wiki_name": "Farmer's strawhat (animation item) (Male)", "wiki_url": "https://oldschool.runescape.wiki/w/Farmer's_strawhat_(animation_item)#Male", "price": 0 @@ -212007,9 +189029,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2017-04-13", - "examine": "This will help with farming.", "wiki_name": "Farmer's strawhat (animation item) (Female)", "wiki_url": "https://oldschool.runescape.wiki/w/Farmer's_strawhat_(animation_item)#Female", "price": 0 @@ -212024,9 +189043,6 @@ "cost": 25000, "lowalch": 10000, "highalch": 15000, - "weight": 1.95, - "release_date": "2017-04-13", - "examine": "An old and magical staff, now bearing extra enchantment.", "wiki_name": "Slayer's staff (e)", "wiki_url": "https://oldschool.runescape.wiki/w/Slayer's_staff_(e)", "equipment": { @@ -212104,8 +189120,6 @@ "lowalch": 480, "highalch": 720, "buy_limit": 500, - "release_date": "2017-04-13", - "examine": "The parchment contains a spell invented by Slayer Masters in ancient times.", "wiki_name": "Slayer's enchantment", "wiki_url": "https://oldschool.runescape.wiki/w/Slayer's_enchantment", "price": 1680 @@ -212117,9 +189131,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.005, - "release_date": "2017-04-20", - "examine": "This scroll sends messages to the client when written on with an enchanted quill. Using a feather on the scroll should transfer its magic!", "wiki_name": "Enchanted scroll", "wiki_url": "https://oldschool.runescape.wiki/w/Enchanted_scroll", "price": 0 @@ -212131,9 +189142,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2017-04-20", - "examine": "This quill can send messages from the Enchanted scroll Veos gave me, to his client.", "wiki_name": "Enchanted quill", "wiki_url": "https://oldschool.runescape.wiki/w/Enchanted_quill", "price": 0 @@ -212145,9 +189153,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2017-04-20", - "examine": "Veos' client has requested me to activate this near the Dark Altar.", "wiki_name": "Mysterious orb (Client of Kourend)", "wiki_url": "https://oldschool.runescape.wiki/w/Mysterious_orb_(Client_of_Kourend)", "price": 0 @@ -212159,9 +189164,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2017-04-20", - "examine": "I love rubbing things!", "wiki_name": "Antique lamp (Client of Kourend)", "wiki_url": "https://oldschool.runescape.wiki/w/Antique_lamp_(Client_of_Kourend)", "price": 0 @@ -212173,9 +189175,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.004, - "release_date": "2017-04-20", - "examine": "A crimson collar, worn by Veos' pet wolf.", "wiki_name": "Copper's crimson collar", "wiki_url": "https://oldschool.runescape.wiki/w/Copper's_crimson_collar", "price": 0 @@ -212189,9 +189188,6 @@ "cost": 40000, "lowalch": 16000, "highalch": 24000, - "weight": 2.267, - "release_date": "2017-05-04", - "examine": "You don't want to wear it inside-out.", "wiki_name": "Purple slayer helmet", "wiki_url": "https://oldschool.runescape.wiki/w/Purple_slayer_helmet", "equipment": { @@ -212225,9 +189221,6 @@ "cost": 90000, "lowalch": 36000, "highalch": 54000, - "weight": 2.267, - "release_date": "2017-05-04", - "examine": "You really don't want to wear it inside-out.", "wiki_name": "Purple slayer helmet (i) (Nightmare Zone)", "wiki_url": "https://oldschool.runescape.wiki/w/Purple_slayer_helmet_(i)#Nightmare_Zone", "equipment": { @@ -212261,9 +189254,6 @@ "cost": 35300, "lowalch": 14120, "highalch": 21180, - "weight": 0.013, - "release_date": "2017-05-04", - "examine": "A beautifully mounted Eternal Slayer gem.", "wiki_name": "Slayer ring (eternal)", "wiki_url": "https://oldschool.runescape.wiki/w/Slayer_ring_(eternal)", "equipment": { @@ -212296,10 +189286,7 @@ "cost": 9500, "lowalch": 3800, "highalch": 5700, - "weight": 0.004, "buy_limit": 8, - "release_date": "2017-05-04", - "examine": "Like the enchanted gem sold by Slayer Masters, only with an eternal charge.", "wiki_name": "Eternal gem", "wiki_url": "https://oldschool.runescape.wiki/w/Eternal_gem", "price": 9087499 @@ -212309,9 +189296,6 @@ "name": "Skotos", "members": true, "cost": 1, - "weight": 0.015, - "release_date": "2017-05-04", - "examine": "Spawn of Darkness.", "wiki_name": "Skotos", "wiki_url": "https://oldschool.runescape.wiki/w/Skotos", "price": 0 @@ -212321,9 +189305,6 @@ "name": "Dark claw", "members": true, "cost": 2500, - "weight": 0.02, - "release_date": "2017-05-04", - "examine": "More menacing when attached to the owner. Emanates a dark energy.", "wiki_name": "Dark claw", "wiki_url": "https://oldschool.runescape.wiki/w/Dark_claw", "price": 0, @@ -212339,9 +189320,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2017-05-18", - "examine": "An imbued magical Sceptre.", "wiki_name": "Skull sceptre (i)", "wiki_url": "https://oldschool.runescape.wiki/w/Skull_sceptre_(i)", "equipment": { @@ -212424,10 +189402,7 @@ "cost": 126000, "lowalch": 50400, "highalch": 75600, - "weight": 0.05, "buy_limit": 5, - "release_date": "2017-06-01", - "examine": "A set containing an Obsidian helmet, platebody and platelegs.", "wiki_name": "Obsidian armour set", "wiki_url": "https://oldschool.runescape.wiki/w/Obsidian_armour_set", "price": 1865531 @@ -212441,9 +189416,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2017-06-01", - "examine": "The hood worn by only the most experienced players.", "wiki_name": "Infernal max hood", "wiki_url": "https://oldschool.runescape.wiki/w/Infernal_max_hood", "equipment": { @@ -212499,9 +189471,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2017-06-01", - "examine": "The cape worn by only the most experienced players.", "wiki_name": "Infernal max cape (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Infernal_max_cape#Normal", "equipment": { @@ -212555,9 +189524,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2017-06-01", - "examine": "A broken Infernal cape.", "wiki_name": "Infernal cape (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Infernal_cape#Broken", "price": 0 @@ -212569,9 +189535,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2017-06-01", - "examine": "This cape is broken.", "wiki_name": "Infernal max cape (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Infernal_max_cape#Broken", "price": 0 @@ -212583,9 +189546,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2017-06-01", - "examine": "It loves to nibble.", "wiki_name": "Jal-nib-rek (Jal-Nib-Rek)", "wiki_url": "https://oldschool.runescape.wiki/w/Jal-nib-rek#Jal-Nib-Rek", "price": 0 @@ -212597,9 +189557,6 @@ "cost": 165, "lowalch": 66, "highalch": 99, - "weight": 0.6, - "release_date": "2017-06-01", - "examine": "An infernal eel that has now hardened. Perhaps it could be cracked open.", "wiki_name": "Infernal eel", "wiki_url": "https://oldschool.runescape.wiki/w/Infernal_eel", "price": 0 @@ -212613,9 +189570,6 @@ "cost": 80000, "lowalch": 32000, "highalch": 48000, - "weight": 1.814, - "release_date": "2017-06-01", - "examine": "Whose idea was it to have a cape made of lava anyway?", "wiki_name": "Infernal cape (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Infernal_cape#Normal", "equipment": { @@ -212645,9 +189599,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2017-06-01", - "examine": "Whose idea was it to have a cape made of lava anyway?", "wiki_name": "Infernal cape (animation item)", "wiki_url": "https://oldschool.runescape.wiki/w/Infernal_cape_(animation_item)", "price": 0 @@ -212664,10 +189615,7 @@ "cost": 56320, "lowalch": 22528, "highalch": 33792, - "weight": 3.628, "buy_limit": 70, - "release_date": "2017-06-01", - "examine": "Provides excellent protection.", "wiki_name": "Obsidian helmet", "wiki_url": "https://oldschool.runescape.wiki/w/Obsidian_helmet", "equipment": { @@ -212704,10 +189652,7 @@ "cost": 84000, "lowalch": 33600, "highalch": 50400, - "weight": 9.979, "buy_limit": 70, - "release_date": "2017-06-01", - "examine": "Provides excellent protection.", "wiki_name": "Obsidian platebody", "wiki_url": "https://oldschool.runescape.wiki/w/Obsidian_platebody", "equipment": { @@ -212744,10 +189689,7 @@ "cost": 67000, "lowalch": 26800, "highalch": 40200, - "weight": 9.071, "buy_limit": 70, - "release_date": "2017-06-01", - "examine": "Provides excellent protection.", "wiki_name": "Obsidian platelegs", "wiki_url": "https://oldschool.runescape.wiki/w/Obsidian_platelegs", "equipment": { @@ -212779,9 +189721,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2017-06-01", - "examine": "It has a piece of Rogue equipment inside!", "wiki_name": "Rogue's equipment crate", "wiki_url": "https://oldschool.runescape.wiki/w/Rogue's_equipment_crate", "price": 0 @@ -212792,8 +189731,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2017-06-08", - "examine": "A red strand of rainbow. Gilbert can create something if I hand him all 6 colours.", "wiki_name": "Red rainbow strand", "wiki_url": "https://oldschool.runescape.wiki/w/Red_rainbow_strand", "price": 0 @@ -212804,9 +189741,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2017-06-08", - "examine": "An orange strand of rainbow. Gilbert can create something if I hand him all 6 colours.", "wiki_name": "Orange rainbow strand", "wiki_url": "https://oldschool.runescape.wiki/w/Orange_rainbow_strand", "price": 0 @@ -212817,9 +189751,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2017-06-08", - "examine": "A yellow strand of rainbow. Gilbert can create something if I hand him all 6 colours.", "wiki_name": "Yellow rainbow strand", "wiki_url": "https://oldschool.runescape.wiki/w/Yellow_rainbow_strand", "price": 0 @@ -212830,9 +189761,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2017-06-08", - "examine": "A green strand of rainbow. Gilbert can create something if I hand him all 6 colours.", "wiki_name": "Green rainbow strand", "wiki_url": "https://oldschool.runescape.wiki/w/Green_rainbow_strand", "price": 0 @@ -212843,9 +189771,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2017-06-08", - "examine": "A blue strand of rainbow. Gilbert can create something if I hand him all 6 colours.", "wiki_name": "Blue rainbow strand", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_rainbow_strand", "price": 0 @@ -212856,9 +189781,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2017-06-08", - "examine": "A purple strand of rainbow. Gilbert can create something if I hand him all 6 colours.", "wiki_name": "Purple rainbow strand", "wiki_url": "https://oldschool.runescape.wiki/w/Purple_rainbow_strand", "price": 0 @@ -212871,9 +189793,6 @@ "cost": 80, "lowalch": 32, "highalch": 48, - "weight": 0.01, - "release_date": "2017-06-08", - "examine": "A scarf woven from spare rainbow strands; emblazoned with a heart.", "wiki_name": "Rainbow scarf", "wiki_url": "https://oldschool.runescape.wiki/w/Rainbow_scarf", "equipment": { @@ -212909,8 +189828,6 @@ "lowalch": 96, "highalch": 144, "buy_limit": 11000, - "release_date": "2017-06-22", - "examine": "Crossbow bolts with amethyst broad tips.", "wiki_name": "Amethyst broad bolts", "wiki_url": "https://oldschool.runescape.wiki/w/Amethyst_broad_bolts", "equipment": { @@ -212949,8 +189866,6 @@ "lowalch": 168, "highalch": 252, "buy_limit": 11000, - "release_date": "2017-06-22", - "examine": "An amethyst tipped javelin.", "wiki_name": "Amethyst javelin (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Amethyst_javelin#Unpoisoned", "equipment": { @@ -212988,8 +189903,6 @@ "lowalch": 168, "highalch": 252, "buy_limit": 7000, - "release_date": "2017-06-22", - "examine": "An amethyst tipped javelin.", "wiki_name": "Amethyst javelin (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Amethyst_javelin#Poison", "equipment": { @@ -213027,8 +189940,6 @@ "lowalch": 168, "highalch": 252, "buy_limit": 7000, - "release_date": "2017-06-22", - "examine": "An amethyst tipped javelin.", "wiki_name": "Amethyst javelin (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Amethyst_javelin#Poison+", "equipment": { @@ -213066,8 +189977,6 @@ "lowalch": 168, "highalch": 252, "buy_limit": 7000, - "release_date": "2017-06-22", - "examine": "An amethyst tipped javelin.", "wiki_name": "Amethyst javelin (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Amethyst_javelin#Poison++", "equipment": { @@ -213105,8 +190014,6 @@ "lowalch": 196, "highalch": 294, "buy_limit": 11000, - "release_date": "2017-06-22", - "examine": "Arrows with amethyst heads.", "wiki_name": "Amethyst arrow (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Amethyst_arrow#Unpoisoned", "equipment": { @@ -213142,8 +190049,6 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "release_date": "2017-06-22", - "examine": "Arrows with amethyst heads wrapped in oily cloth.", "wiki_name": "Amethyst fire arrow (Unlit)", "wiki_url": "https://oldschool.runescape.wiki/w/Amethyst_fire_arrow#Unlit", "equipment": { @@ -213179,8 +190084,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "release_date": "2017-06-22", - "examine": "These amethyst-headed arrows are ablaze with fire.", "wiki_name": "Amethyst fire arrow (Lit)", "wiki_url": "https://oldschool.runescape.wiki/w/Amethyst_fire_arrow#Lit", "equipment": { @@ -213218,8 +190121,6 @@ "lowalch": 196, "highalch": 294, "buy_limit": 11000, - "release_date": "2017-06-22", - "examine": "Venomous-looking arrows.", "wiki_name": "Amethyst arrow (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Amethyst_arrow#Poison", "equipment": { @@ -213257,8 +190158,6 @@ "lowalch": 196, "highalch": 294, "buy_limit": 11000, - "release_date": "2017-06-22", - "examine": "Venomous-looking arrows.", "wiki_name": "Amethyst arrow (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Amethyst_arrow#Poison+", "equipment": { @@ -213296,8 +190195,6 @@ "lowalch": 196, "highalch": 294, "buy_limit": 11000, - "release_date": "2017-06-22", - "examine": "Venomous-looking arrows.", "wiki_name": "Amethyst arrow (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Amethyst_arrow#Poison++", "equipment": { @@ -213333,8 +190230,6 @@ "lowalch": 64, "highalch": 96, "buy_limit": 11000, - "release_date": "2017-06-22", - "examine": "Amethyst bolt tips.", "wiki_name": "Amethyst bolt tips", "wiki_url": "https://oldschool.runescape.wiki/w/Amethyst_bolt_tips", "price": 185 @@ -213346,9 +190241,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2017-06-22", - "examine": "Found somewhere between a rock and a hard place.", "wiki_name": "Rock golem (Amethyst)", "wiki_url": "https://oldschool.runescape.wiki/w/Rock_golem#Amethyst", "price": 0 @@ -213361,8 +190253,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "release_date": "2017-06-22", - "examine": "I wonder if someone can identify these.", "wiki_name": "Unidentified minerals", "wiki_url": "https://oldschool.runescape.wiki/w/Unidentified_minerals", "price": 0 @@ -213376,9 +190266,6 @@ "cost": 60, "lowalch": 24, "highalch": 36, - "weight": 0.226, - "release_date": "2017-06-22", - "examine": "These will help me mine Iron, Silver, Coal and Gold.", "wiki_name": "Mining gloves", "wiki_url": "https://oldschool.runescape.wiki/w/Mining_gloves", "equipment": { @@ -213410,9 +190297,6 @@ "cost": 120, "lowalch": 48, "highalch": 72, - "weight": 0.226, - "release_date": "2017-06-22", - "examine": "These will help me mine Mithril and Adamantite. As well as improve mining Iron, Silver, Coal and Gold.", "wiki_name": "Superior mining gloves", "wiki_url": "https://oldschool.runescape.wiki/w/Superior_mining_gloves", "equipment": { @@ -213445,10 +190329,7 @@ "cost": 3900, "lowalch": 1560, "highalch": 2340, - "weight": 1.36, "buy_limit": 13000, - "release_date": "2017-06-22", - "examine": "Maybe I can make something with this.", "wiki_name": "Amethyst", "wiki_url": "https://oldschool.runescape.wiki/w/Amethyst", "price": 3515 @@ -213464,8 +190345,6 @@ "lowalch": 98, "highalch": 147, "buy_limit": 10000, - "release_date": "2017-06-22", - "examine": "I can make some arrows with these.", "wiki_name": "Amethyst arrowtips", "wiki_url": "https://oldschool.runescape.wiki/w/Amethyst_arrowtips", "price": 246 @@ -213481,8 +190360,6 @@ "lowalch": 608, "highalch": 912, "buy_limit": 10000, - "release_date": "2017-06-22", - "examine": "Needs a shaft.", "wiki_name": "Amethyst javelin heads", "wiki_url": "https://oldschool.runescape.wiki/w/Amethyst_javelin_heads", "price": 709 @@ -213493,9 +190370,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2017-06-29", - "examine": "I'm not a huge fan.", "wiki_name": "Hand fan", "wiki_url": "https://oldschool.runescape.wiki/w/Hand_fan", "price": 0 @@ -213508,8 +190382,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2017-07-06", - "examine": "A tiny fish.", "wiki_name": "Minnow", "wiki_url": "https://oldschool.runescape.wiki/w/Minnow", "price": 0 @@ -213521,9 +190393,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2017-07-13", - "examine": "Found somewhere between a rock and a hard place.", "wiki_name": "Rock golem (Lovakite)", "wiki_url": "https://oldschool.runescape.wiki/w/Rock_golem#Lovakite", "price": 0 @@ -213535,9 +190404,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2017-07-13", - "examine": "Found somewhere between a rock and a hard place.", "wiki_name": "Rock golem (Elemental)", "wiki_url": "https://oldschool.runescape.wiki/w/Rock_golem#Elemental", "price": 0 @@ -213549,9 +190415,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2017-07-13", - "examine": "Found somewhere between a rock and a hard place.", "wiki_name": "Rock golem (Daeyalt)", "wiki_url": "https://oldschool.runescape.wiki/w/Rock_golem#Daeyalt", "price": 0 @@ -213566,10 +190429,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 1, "buy_limit": 100, - "release_date": "2017-07-13", - "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": 152103 @@ -213581,9 +190441,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 1, - "release_date": "2017-07-13", - "examine": "Holds all my teleport scrolls.", "wiki_name": "Master scroll book (Filled)", "wiki_url": "https://oldschool.runescape.wiki/w/Master_scroll_book#Filled", "price": 0 @@ -213606,9 +190463,6 @@ "cost": 120, "lowalch": 48, "highalch": 72, - "weight": 0.226, - "release_date": "2017-07-20", - "examine": "These will help me mine Sandstone, Runite and Amethyst. As well as improve mining for Iron, Silver, Coal, Gold, Mithril, Adamantite.", "wiki_name": "Expert mining gloves", "wiki_url": "https://oldschool.runescape.wiki/w/Expert_mining_gloves", "equipment": { @@ -213638,9 +190492,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.12, - "release_date": "2017-08-10", - "examine": "Small brightly coloured tropical fish. Looks tasty.", "wiki_name": "Karambwanji", "wiki_url": "https://oldschool.runescape.wiki/w/Karambwanji", "price": 0 @@ -213651,8 +190502,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "release_date": "2017-08-10", - "examine": "An imaginary team cape.", "wiki_name": "Clan wars cape (PvP Championship) (Helmet)", "wiki_url": "https://oldschool.runescape.wiki/w/Clan_wars_cape_(PvP_Championship)#Helmet", "price": 0 @@ -213663,8 +190512,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "release_date": "2017-08-10", - "examine": "An imaginary team cape.", "wiki_name": "Clan wars cape (PvP Championship) (Goatee)", "wiki_url": "https://oldschool.runescape.wiki/w/Clan_wars_cape_(PvP_Championship)#Goatee", "price": 0 @@ -213675,8 +190522,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "release_date": "2017-08-10", - "examine": "An imaginary team cape.", "wiki_name": "Clan wars cape (PvP Championship) (Long)", "wiki_url": "https://oldschool.runescape.wiki/w/Clan_wars_cape_(PvP_Championship)#Long", "price": 0 @@ -213687,8 +190532,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "release_date": "2017-08-10", - "examine": "An imaginary team cape.", "wiki_name": "Clan wars cape (PvP Championship) (Medium)", "wiki_url": "https://oldschool.runescape.wiki/w/Clan_wars_cape_(PvP_Championship)#Medium", "price": 0 @@ -213699,8 +190542,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "release_date": "2017-08-10", - "examine": "An imaginary team cape.", "wiki_name": "Clan wars cape (PvP Championship) (Small moustache)", "wiki_url": "https://oldschool.runescape.wiki/w/Clan_wars_cape_(PvP_Championship)#Small_moustache", "price": 0 @@ -213711,8 +190552,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "release_date": "2017-08-10", - "examine": "An imaginary team cape.", "wiki_name": "Clan wars cape (PvP Championship) (Clean-shaven)", "wiki_url": "https://oldschool.runescape.wiki/w/Clan_wars_cape_(PvP_Championship)#Clean-shaven", "price": 0 @@ -213723,8 +190562,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "release_date": "2017-08-10", - "examine": "An imaginary team cape.", "wiki_name": "Clan wars cape (PvP Championship) (Short)", "wiki_url": "https://oldschool.runescape.wiki/w/Clan_wars_cape_(PvP_Championship)#Short", "price": 0 @@ -213735,8 +190572,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "release_date": "2017-08-10", - "examine": "An imaginary team cape.", "wiki_name": "Clan wars cape (PvP Championship) (Pointy)", "wiki_url": "https://oldschool.runescape.wiki/w/Clan_wars_cape_(PvP_Championship)#Pointy", "price": 0 @@ -213747,8 +190582,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "release_date": "2017-08-10", - "examine": "An imaginary team cape.", "wiki_name": "Clan wars cape (PvP Championship) (Split)", "wiki_url": "https://oldschool.runescape.wiki/w/Clan_wars_cape_(PvP_Championship)#Split", "price": 0 @@ -213759,8 +190592,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "release_date": "2017-08-10", - "examine": "An imaginary team cape.", "wiki_name": "Clan wars cape (PvP Championship) (Handlebar)", "wiki_url": "https://oldschool.runescape.wiki/w/Clan_wars_cape_(PvP_Championship)#Handlebar", "price": 0 @@ -213771,8 +190602,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "release_date": "2017-08-10", - "examine": "An imaginary team cape.", "wiki_name": "Clan wars cape (PvP Championship) (Mutton)", "wiki_url": "https://oldschool.runescape.wiki/w/Clan_wars_cape_(PvP_Championship)#Mutton", "price": 0 @@ -213783,8 +190612,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "release_date": "2017-08-10", - "examine": "An imaginary team cape.", "wiki_name": "Clan wars cape (PvP Championship) (Full mutton)", "wiki_url": "https://oldschool.runescape.wiki/w/Clan_wars_cape_(PvP_Championship)#Full_mutton", "price": 0 @@ -213795,8 +190622,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "release_date": "2017-08-10", - "examine": "An imaginary team cape.", "wiki_name": "Clan wars cape (PvP Championship) (Big moustache)", "wiki_url": "https://oldschool.runescape.wiki/w/Clan_wars_cape_(PvP_Championship)#Big_moustache", "price": 0 @@ -213807,8 +190632,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "release_date": "2017-08-10", - "examine": "An imaginary team cape.", "wiki_name": "Clan wars cape (PvP Championship) (Waxed moustache)", "wiki_url": "https://oldschool.runescape.wiki/w/Clan_wars_cape_(PvP_Championship)#Waxed_moustache", "price": 0 @@ -213819,8 +190642,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "release_date": "2017-08-10", - "examine": "An imaginary team cape.", "wiki_name": "Clan wars cape (PvP Championship) (Dali)", "wiki_url": "https://oldschool.runescape.wiki/w/Clan_wars_cape_(PvP_Championship)#Dali", "price": 0 @@ -213831,8 +190652,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "release_date": "2017-08-10", - "examine": "An imaginary team cape.", "wiki_name": "Clan wars cape (PvP Championship) (Vizier)", "wiki_url": "https://oldschool.runescape.wiki/w/Clan_wars_cape_(PvP_Championship)#Vizier", "price": 0 @@ -213843,9 +190662,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2017-08-24", - "examine": "A cape worn by fighters in the Wilderness Wars.", "wiki_name": "Wilderness cape (Wilderness Wars) (Torvesta)", "wiki_url": "https://oldschool.runescape.wiki/w/Wilderness_cape_(Wilderness_Wars)#Torvesta", "price": 0 @@ -213856,9 +190672,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2017-08-24", - "examine": "A cape worn by fighters in the Wilderness Wars.", "wiki_name": "Wilderness cape (Wilderness Wars) (B0aty)", "wiki_url": "https://oldschool.runescape.wiki/w/Wilderness_cape_(Wilderness_Wars)#B0aty", "price": 0 @@ -213869,9 +190682,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2017-08-24", - "examine": "A cape worn by fighters in the Wilderness Wars.", "wiki_name": "Wilderness cape (Wilderness Wars) (Sick Nerd)", "wiki_url": "https://oldschool.runescape.wiki/w/Wilderness_cape_(Wilderness_Wars)#Sick_Nerd", "price": 0 @@ -213882,9 +190692,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2017-08-24", - "examine": "A cape worn by fighters in the Wilderness Wars.", "wiki_name": "Wilderness cape (Wilderness Wars) (Knightenator)", "wiki_url": "https://oldschool.runescape.wiki/w/Wilderness_cape_(Wilderness_Wars)#Knightenator", "price": 0 @@ -213895,9 +190702,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2017-08-24", - "examine": "A cape worn by fighters in the Wilderness Wars.", "wiki_name": "Wilderness cape (Wilderness Wars) (Mmorpgrs)", "wiki_url": "https://oldschool.runescape.wiki/w/Wilderness_cape_(Wilderness_Wars)#Mmorpgrs", "price": 0 @@ -213908,9 +190712,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2017-08-24", - "examine": "A very powerful amulet worn by Wilderness Wars champions.", "wiki_name": "Wilderness champion amulet", "wiki_url": "https://oldschool.runescape.wiki/w/Wilderness_champion_amulet", "price": 0 @@ -213921,9 +190722,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2017-08-24", - "examine": "A cape worn by fighters in the Wilderness Wars.", "wiki_name": "Wilderness cape (Wilderness Wars, Champion) (Torvesta)", "wiki_url": "https://oldschool.runescape.wiki/w/Wilderness_cape_(Wilderness_Wars,_Champion)#Torvesta", "price": 0 @@ -213934,9 +190732,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2017-08-24", - "examine": "A cape worn by fighters in the Wilderness Wars.", "wiki_name": "Wilderness cape (Wilderness Wars, Champion) (B0aty)", "wiki_url": "https://oldschool.runescape.wiki/w/Wilderness_cape_(Wilderness_Wars,_Champion)#B0aty", "price": 0 @@ -213947,9 +190742,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2017-08-24", - "examine": "A cape worn by fighters in the Wilderness Wars.", "wiki_name": "Wilderness cape (Wilderness Wars, Champion) (Sick Nerd)", "wiki_url": "https://oldschool.runescape.wiki/w/Wilderness_cape_(Wilderness_Wars,_Champion)#Sick_Nerd", "price": 0 @@ -213960,9 +190752,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2017-08-24", - "examine": "A cape worn by fighters in the Wilderness Wars.", "wiki_name": "Wilderness cape (Wilderness Wars, Champion) (Knightenator)", "wiki_url": "https://oldschool.runescape.wiki/w/Wilderness_cape_(Wilderness_Wars,_Champion)#Knightenator", "price": 0 @@ -213973,9 +190762,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2017-08-24", - "examine": "A cape worn by fighters in the Wilderness Wars.", "wiki_name": "Wilderness cape (Wilderness Wars, Champion) (Mmorpgrs)", "wiki_url": "https://oldschool.runescape.wiki/w/Wilderness_cape_(Wilderness_Wars,_Champion)#Mmorpgrs", "price": 0 @@ -213989,9 +190775,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.453, - "release_date": "2017-08-31", - "examine": "Formerly owned by Leon d'Cour, the Champion of Champions.", "wiki_name": "Champion's cape", "wiki_url": "https://oldschool.runescape.wiki/w/Champion's_cape", "equipment": { @@ -214021,9 +190804,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2017-09-07", - "examine": "A teak tree seed has been sown in this plant pot.", "wiki_name": "Teak seedling (Unwatered)", "wiki_url": "https://oldschool.runescape.wiki/w/Teak_seedling#Unwatered", "price": 0 @@ -214035,9 +190815,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2017-09-07", - "examine": "A mahogany tree seed has been sown in this plant pot.", "wiki_name": "Mahogany seedling (Unwatered)", "wiki_url": "https://oldschool.runescape.wiki/w/Mahogany_seedling#Unwatered", "price": 0 @@ -214049,9 +190826,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2017-09-07", - "examine": "A teak tree seed has been sown and watered in this plant pot.", "wiki_name": "Teak seedling (Watered)", "wiki_url": "https://oldschool.runescape.wiki/w/Teak_seedling#Watered", "price": 0 @@ -214063,9 +190837,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2017-09-07", - "examine": "A mahogany tree seed has been sown and watered in this plant pot.", "wiki_name": "Mahogany seedling (Watered)", "wiki_url": "https://oldschool.runescape.wiki/w/Mahogany_seedling#Watered", "price": 0 @@ -214080,10 +190851,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, "buy_limit": 200, - "release_date": "2017-09-07", - "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": 298 @@ -214098,10 +190866,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, "buy_limit": 200, - "release_date": "2017-09-07", - "examine": "This sapling is ready to be replanted in a tree patch.", "wiki_name": "Mahogany sapling", "wiki_url": "https://oldschool.runescape.wiki/w/Mahogany_sapling", "price": 1791 @@ -214116,10 +190881,7 @@ "cost": 85, "lowalch": 34, "highalch": 51, - "weight": 3, "buy_limit": 2000, - "release_date": "2017-09-07", - "examine": "Ultra-good for the smallest or largest of plants.", "wiki_name": "Ultracompost", "wiki_url": "https://oldschool.runescape.wiki/w/Ultracompost", "price": 678 @@ -214135,8 +190897,6 @@ "lowalch": 19, "highalch": 28, "buy_limit": 200, - "release_date": "2017-09-07", - "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": 15 @@ -214152,8 +190912,6 @@ "lowalch": 19, "highalch": 28, "buy_limit": 200, - "release_date": "2017-09-07", - "examine": "Plant this in a plantpot of soil to grow a sapling.", "wiki_name": "Mahogany seed", "wiki_url": "https://oldschool.runescape.wiki/w/Mahogany_seed", "price": 868 @@ -214169,8 +190927,6 @@ "lowalch": 8, "highalch": 12, "buy_limit": 600, - "release_date": "2017-09-07", - "examine": "A seaweed spore - plant in a seaweed patch.", "wiki_name": "Seaweed spore", "wiki_url": "https://oldschool.runescape.wiki/w/Seaweed_spore", "price": 98 @@ -214185,10 +190941,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.2, "buy_limit": 11000, - "release_date": "2017-09-07", - "examine": "Seaweed of large size.", "wiki_name": "Giant seaweed", "wiki_url": "https://oldschool.runescape.wiki/w/Giant_seaweed", "price": 177 @@ -214207,9 +190960,6 @@ "name": "Herbi", "members": true, "cost": 1, - "weight": 0.015, - "release_date": "2017-09-07", - "examine": "A boar with an impressive mane of dried herbs.", "wiki_name": "Herbi", "wiki_url": "https://oldschool.runescape.wiki/w/Herbi", "price": 0 @@ -214233,10 +190983,7 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.453, "buy_limit": 250, - "release_date": "2017-09-07", - "examine": "Feed and catch the birds by placing this in the right spot.", "wiki_name": "Bird house (item)", "wiki_url": "https://oldschool.runescape.wiki/w/Bird_house_(item)", "price": 988 @@ -214251,10 +190998,7 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.453, "buy_limit": 250, - "release_date": "2017-09-07", - "examine": "Feed and catch the birds by placing this in the right spot.", "wiki_name": "Oak bird house", "wiki_url": "https://oldschool.runescape.wiki/w/Oak_bird_house", "price": 1084 @@ -214269,10 +191013,7 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.453, "buy_limit": 250, - "release_date": "2017-09-07", - "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": 1314 @@ -214287,10 +191028,7 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.453, "buy_limit": 250, - "release_date": "2017-09-07", - "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": 1700 @@ -214302,9 +191040,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2017-09-07", - "examine": "A proposal from the Varrock sawmill to the Hosidius sawmill.", "wiki_name": "Sawmill proposal", "wiki_url": "https://oldschool.runescape.wiki/w/Sawmill_proposal", "price": 0 @@ -214316,9 +191051,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2017-09-07", - "examine": "An agreed and signed proposal between the Varrock and Hosidius sawmills.", "wiki_name": "Sawmill agreement", "wiki_url": "https://oldschool.runescape.wiki/w/Sawmill_agreement", "price": 0 @@ -214330,9 +191062,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2017-09-07", - "examine": "A lucky charm made out of bone.", "wiki_name": "Bone charm", "wiki_url": "https://oldschool.runescape.wiki/w/Bone_charm", "price": 0 @@ -214344,9 +191073,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.056, - "release_date": "2017-09-07", - "examine": "Doesn't look pleasant at all.", "wiki_name": "Potion of sealegs", "wiki_url": "https://oldschool.runescape.wiki/w/Potion_of_sealegs", "price": 0 @@ -214357,8 +191083,6 @@ "members": true, "stackable": true, "cost": 1, - "release_date": "2017-09-07", - "examine": "A broken up piece of Iron ore.", "wiki_name": "Iron ore fragment", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_ore_fragment", "price": 0 @@ -214369,8 +191093,6 @@ "members": true, "stackable": true, "cost": 1, - "release_date": "2017-09-07", - "examine": "A broken up piece of Silver ore.", "wiki_name": "Silver ore fragment", "wiki_url": "https://oldschool.runescape.wiki/w/Silver_ore_fragment", "price": 0 @@ -214381,8 +191103,6 @@ "members": true, "stackable": true, "cost": 1, - "release_date": "2017-09-07", - "examine": "A broken up piece of Coal.", "wiki_name": "Coal fragment", "wiki_url": "https://oldschool.runescape.wiki/w/Coal_fragment", "price": 0 @@ -214393,8 +191113,6 @@ "members": true, "stackable": true, "cost": 1, - "release_date": "2017-09-07", - "examine": "A broken up piece of Gold ore.", "wiki_name": "Gold ore fragment", "wiki_url": "https://oldschool.runescape.wiki/w/Gold_ore_fragment", "price": 0 @@ -214405,8 +191123,6 @@ "members": true, "stackable": true, "cost": 1, - "release_date": "2017-09-07", - "examine": "A broken up piece of Mithril ore.", "wiki_name": "Mithril ore fragment", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_ore_fragment", "price": 0 @@ -214417,8 +191133,6 @@ "members": true, "stackable": true, "cost": 1, - "release_date": "2017-09-07", - "examine": "A broken up piece of Adamantite ore.", "wiki_name": "Adamantite ore fragment", "wiki_url": "https://oldschool.runescape.wiki/w/Adamantite_ore_fragment", "price": 0 @@ -214429,8 +191143,6 @@ "members": true, "stackable": true, "cost": 1, - "release_date": "2017-09-07", - "examine": "A broken up piece of Runite ore.", "wiki_name": "Runite ore fragment", "wiki_url": "https://oldschool.runescape.wiki/w/Runite_ore_fragment", "price": 0 @@ -214443,9 +191155,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 1, - "weight": 4, - "release_date": "2017-09-07", - "examine": "Prevents the water from evaporating!", "wiki_name": "Heat-proof vessel", "wiki_url": "https://oldschool.runescape.wiki/w/Heat-proof_vessel", "equipment": { @@ -214500,9 +191209,6 @@ "name": "Large rock", "members": true, "cost": 1, - "weight": 2.721, - "release_date": "2017-09-07", - "examine": "This would be useful for blocking things.", "wiki_name": "Large rock", "wiki_url": "https://oldschool.runescape.wiki/w/Large_rock", "price": 0 @@ -214515,8 +191221,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2017-09-07", - "examine": "A tablet containing an ancient magic spell.", "wiki_name": "Volcanic mine teleport", "wiki_url": "https://oldschool.runescape.wiki/w/Volcanic_mine_teleport", "price": 0 @@ -214532,8 +191236,6 @@ "lowalch": 12, "highalch": 18, "buy_limit": 13000, - "release_date": "2017-09-07", - "examine": "A large crystal of calcium carbonate.", "wiki_name": "Calcite", "wiki_url": "https://oldschool.runescape.wiki/w/Calcite", "price": 66 @@ -214549,8 +191251,6 @@ "lowalch": 12, "highalch": 18, "buy_limit": 13000, - "release_date": "2017-09-07", - "examine": "A phosphate rich mineral dust.", "wiki_name": "Pyrophosphite", "wiki_url": "https://oldschool.runescape.wiki/w/Pyrophosphite", "price": 40 @@ -214562,9 +191262,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2017-09-07", - "examine": "This once fossilised bone is now bone again.", "wiki_name": "Small enriched bone", "wiki_url": "https://oldschool.runescape.wiki/w/Small_enriched_bone", "price": 0 @@ -214576,9 +191273,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2017-09-07", - "examine": "This once fossilised bone is now bone again.", "wiki_name": "Medium enriched bone", "wiki_url": "https://oldschool.runescape.wiki/w/Medium_enriched_bone", "price": 0 @@ -214590,9 +191284,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2017-09-07", - "examine": "This once fossilised bone is now bone again.", "wiki_name": "Large enriched bone", "wiki_url": "https://oldschool.runescape.wiki/w/Large_enriched_bone", "price": 0 @@ -214604,9 +191295,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2017-09-07", - "examine": "This once fossilised bone is now bone again.", "wiki_name": "Rare enriched bone", "wiki_url": "https://oldschool.runescape.wiki/w/Rare_enriched_bone", "price": 0 @@ -214622,8 +191310,6 @@ "lowalch": 4, "highalch": 6, "buy_limit": 30000, - "release_date": "2017-09-07", - "examine": "A form of currency on Fossil Island.", "wiki_name": "Numulite", "wiki_url": "https://oldschool.runescape.wiki/w/Numulite", "price": 33 @@ -214635,9 +191321,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.141, - "release_date": "2017-09-07", - "examine": "A small paleontological find ready for cleaning.", "wiki_name": "Unidentified small fossil", "wiki_url": "https://oldschool.runescape.wiki/w/Unidentified_small_fossil", "price": 0 @@ -214649,9 +191332,6 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.283, - "release_date": "2017-09-07", - "examine": "A medium-sized paleontological find ready for cleaning.", "wiki_name": "Unidentified medium fossil", "wiki_url": "https://oldschool.runescape.wiki/w/Unidentified_medium_fossil", "price": 0 @@ -214663,9 +191343,6 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 0.566, - "release_date": "2017-09-07", - "examine": "A large paleontological find ready for cleaning.", "wiki_name": "Unidentified large fossil", "wiki_url": "https://oldschool.runescape.wiki/w/Unidentified_large_fossil", "price": 0 @@ -214677,9 +191354,6 @@ "cost": 1250, "lowalch": 500, "highalch": 750, - "weight": 0.283, - "release_date": "2017-09-07", - "examine": "An unusual paleontological find ready for cleaning.", "wiki_name": "Unidentified rare fossil", "wiki_url": "https://oldschool.runescape.wiki/w/Unidentified_rare_fossil", "price": 0 @@ -214691,9 +191365,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2017-09-07", - "examine": "This set of fossilised limbs belongs in a museum!", "wiki_name": "Small fossilised limbs", "wiki_url": "https://oldschool.runescape.wiki/w/Small_fossilised_limbs", "price": 0 @@ -214705,9 +191376,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2017-09-07", - "examine": "This fossilised spine belongs in a museum!", "wiki_name": "Small fossilised spine", "wiki_url": "https://oldschool.runescape.wiki/w/Small_fossilised_spine", "price": 0 @@ -214719,9 +191387,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2017-09-07", - "examine": "This set of fossilised ribs belongs in a museum!", "wiki_name": "Small fossilised ribs", "wiki_url": "https://oldschool.runescape.wiki/w/Small_fossilised_ribs", "price": 0 @@ -214733,9 +191398,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2017-09-07", - "examine": "This fossilised pelvis belongs in a museum!", "wiki_name": "Small fossilised pelvis", "wiki_url": "https://oldschool.runescape.wiki/w/Small_fossilised_pelvis", "price": 0 @@ -214747,9 +191409,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2017-09-07", - "examine": "This fossilised skull belongs in a museum!", "wiki_name": "Small fossilised skull", "wiki_url": "https://oldschool.runescape.wiki/w/Small_fossilised_skull", "price": 0 @@ -214761,9 +191420,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2017-09-07", - "examine": "This set of fossilised limbs belongs in a museum!", "wiki_name": "Medium fossilised limbs", "wiki_url": "https://oldschool.runescape.wiki/w/Medium_fossilised_limbs", "price": 0 @@ -214775,9 +191431,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2017-09-07", - "examine": "This fossilised spine belongs in a museum!", "wiki_name": "Medium fossilised spine", "wiki_url": "https://oldschool.runescape.wiki/w/Medium_fossilised_spine", "price": 0 @@ -214789,9 +191442,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2017-09-07", - "examine": "This set of fossilised ribs belongs in a museum!", "wiki_name": "Medium fossilised ribs", "wiki_url": "https://oldschool.runescape.wiki/w/Medium_fossilised_ribs", "price": 0 @@ -214803,9 +191453,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2017-09-07", - "examine": "This fossilised pelvis belongs in a museum!", "wiki_name": "Medium fossilised pelvis", "wiki_url": "https://oldschool.runescape.wiki/w/Medium_fossilised_pelvis", "price": 0 @@ -214817,9 +191464,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2017-09-07", - "examine": "This fossilised skull belongs in a museum!", "wiki_name": "Medium fossilised skull", "wiki_url": "https://oldschool.runescape.wiki/w/Medium_fossilised_skull", "price": 0 @@ -214831,9 +191475,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2017-09-07", - "examine": "This set of fossilised roots belongs in a museum!", "wiki_name": "Fossilised roots", "wiki_url": "https://oldschool.runescape.wiki/w/Fossilised_roots", "price": 0 @@ -214845,9 +191486,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2017-09-07", - "examine": "This fossilised stump belongs in a museum!", "wiki_name": "Fossilised stump", "wiki_url": "https://oldschool.runescape.wiki/w/Fossilised_stump", "price": 0 @@ -214859,9 +191497,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2017-09-07", - "examine": "This fossilised branch belongs in a museum!", "wiki_name": "Fossilised branch", "wiki_url": "https://oldschool.runescape.wiki/w/Fossilised_branch", "price": 0 @@ -214873,9 +191508,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2017-09-07", - "examine": "This fossilised plant leaf belongs in a museum!", "wiki_name": "Fossilised leaf", "wiki_url": "https://oldschool.runescape.wiki/w/Fossilised_leaf", "price": 0 @@ -214887,9 +191519,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2017-09-07", - "examine": "This fossilised plant belongs in a museum!", "wiki_name": "Fossilised mushroom", "wiki_url": "https://oldschool.runescape.wiki/w/Fossilised_mushroom", "price": 0 @@ -214901,9 +191530,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2017-09-07", - "examine": "This set of fossilised limbs belongs in a museum!", "wiki_name": "Large fossilised limbs", "wiki_url": "https://oldschool.runescape.wiki/w/Large_fossilised_limbs", "price": 0 @@ -214915,9 +191541,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2017-09-07", - "examine": "This fossilised spine belongs in a museum!", "wiki_name": "Large fossilised spine", "wiki_url": "https://oldschool.runescape.wiki/w/Large_fossilised_spine", "price": 0 @@ -214929,9 +191552,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2017-09-07", - "examine": "This set of fossilised ribs belongs in a museum!", "wiki_name": "Large fossilised ribs", "wiki_url": "https://oldschool.runescape.wiki/w/Large_fossilised_ribs", "price": 0 @@ -214943,9 +191563,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2017-09-07", - "examine": "This fossilised pelvis belongs in a museum!", "wiki_name": "Large fossilised pelvis", "wiki_url": "https://oldschool.runescape.wiki/w/Large_fossilised_pelvis", "price": 0 @@ -214957,9 +191574,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2017-09-07", - "examine": "This fossilised skull belongs in a museum!", "wiki_name": "Large fossilised skull", "wiki_url": "https://oldschool.runescape.wiki/w/Large_fossilised_skull", "price": 0 @@ -214971,9 +191585,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2017-09-07", - "examine": "This set of fossilised limbs belongs in a museum!", "wiki_name": "Rare fossilised limbs", "wiki_url": "https://oldschool.runescape.wiki/w/Rare_fossilised_limbs", "price": 0 @@ -214985,9 +191596,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2017-09-07", - "examine": "This fossilised spine belongs in a museum!", "wiki_name": "Rare fossilised spine", "wiki_url": "https://oldschool.runescape.wiki/w/Rare_fossilised_spine", "price": 0 @@ -214999,9 +191607,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2017-09-07", - "examine": "This set of fossilised ribs belongs in a museum!", "wiki_name": "Rare fossilised ribs", "wiki_url": "https://oldschool.runescape.wiki/w/Rare_fossilised_ribs", "price": 0 @@ -215013,9 +191618,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2017-09-07", - "examine": "This fossilised pelvis belongs in a museum!", "wiki_name": "Rare fossilised pelvis", "wiki_url": "https://oldschool.runescape.wiki/w/Rare_fossilised_pelvis", "price": 0 @@ -215027,9 +191629,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2017-09-07", - "examine": "This fossilised skull belongs in a museum!", "wiki_name": "Rare fossilised skull", "wiki_url": "https://oldschool.runescape.wiki/w/Rare_fossilised_skull", "price": 0 @@ -215041,9 +191640,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2017-09-07", - "examine": "This fossilised tusk belongs in a museum!", "wiki_name": "Rare fossilised tusk", "wiki_url": "https://oldschool.runescape.wiki/w/Rare_fossilised_tusk", "price": 0 @@ -215059,8 +191655,6 @@ "lowalch": 80, "highalch": 120, "buy_limit": 13000, - "release_date": "2017-09-07", - "examine": "One of the ingredients for making ultra compost.", "wiki_name": "Volcanic ash", "wiki_url": "https://oldschool.runescape.wiki/w/Volcanic_ash", "price": 85 @@ -215071,9 +191665,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2017-09-07", - "examine": "Stunned hoop snake appears to be hanging on to its tail.", "wiki_name": "Hoop snake (item)", "wiki_url": "https://oldschool.runescape.wiki/w/Hoop_snake_(item)", "price": 0 @@ -215088,10 +191679,7 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "weight": 0.907, "buy_limit": 100, - "release_date": "2017-09-07", - "examine": "A Sulliuscep mushroom cap. Edible? Probably...", "wiki_name": "Sulliuscep cap", "wiki_url": "https://oldschool.runescape.wiki/w/Sulliuscep_cap", "price": 4100 @@ -215103,9 +191691,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.51, - "release_date": "2017-09-07", - "examine": "It's in pretty bad condition, covered in swamp stuff.", "wiki_name": "Archaeologist's diary", "wiki_url": "https://oldschool.runescape.wiki/w/Archaeologist's_diary", "price": 0 @@ -215117,9 +191702,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.51, - "release_date": "2017-09-07", - "examine": "It's unusually large.", "wiki_name": "Ancient diary", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_diary", "price": 0 @@ -215133,9 +191715,6 @@ "cost": 2000000, "lowalch": 800000, "highalch": 1200000, - "weight": 4.535, - "release_date": "2017-09-07", - "examine": "A magical shield with a wyvern visage.", "wiki_name": "Ancient wyvern shield (Charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_wyvern_shield#Charged", "equipment": { @@ -215173,10 +191752,7 @@ "cost": 2000000, "lowalch": 800000, "highalch": 1200000, - "weight": 4.535, "buy_limit": 8, - "release_date": "2017-09-07", - "examine": "A magical shield with a wyvern visage.", "wiki_name": "Ancient wyvern shield (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_wyvern_shield#Uncharged", "equipment": { @@ -215212,10 +191788,7 @@ "cost": 750000, "lowalch": 300000, "highalch": 450000, - "weight": 0.907, "buy_limit": 5, - "release_date": "2017-09-07", - "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": 22150002 @@ -215227,9 +191800,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2017-09-07", - "examine": "I wonder what happens if I rub it...", "wiki_name": "Antique lamp (fossil display) (Small fossil)", "wiki_url": "https://oldschool.runescape.wiki/w/Antique_lamp_(fossil_display)#Small_fossil", "price": 0 @@ -215241,9 +191811,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2017-09-07", - "examine": "I wonder what happens if I rub it...", "wiki_name": "Antique lamp (fossil display) (Medium fossil)", "wiki_url": "https://oldschool.runescape.wiki/w/Antique_lamp_(fossil_display)#Medium_fossil", "price": 0 @@ -215255,9 +191822,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2017-09-07", - "examine": "I wonder what happens if I rub it...", "wiki_name": "Antique lamp (fossil display) (Large/plant fossil)", "wiki_url": "https://oldschool.runescape.wiki/w/Antique_lamp_(fossil_display)#Large/plant_fossil", "price": 0 @@ -215274,10 +191838,7 @@ "cost": 12500, "lowalch": 5000, "highalch": 7500, - "weight": 2.721, "buy_limit": 70, - "release_date": "2017-09-07", - "examine": "These will protect my feet, but are a bit heavy.", "wiki_name": "Granite boots", "wiki_url": "https://oldschool.runescape.wiki/w/Granite_boots", "equipment": { @@ -215315,10 +191876,7 @@ "cost": 32000, "lowalch": 12800, "highalch": 19200, - "weight": 2.721, "buy_limit": 70, - "release_date": "2017-09-07", - "examine": "A razor sharp longsword made of stone.", "wiki_name": "Granite longsword", "wiki_url": "https://oldschool.runescape.wiki/w/Granite_longsword", "equipment": { @@ -215391,10 +191949,7 @@ "cost": 400, "lowalch": 160, "highalch": 240, - "weight": 0.907, "buy_limit": 125, - "release_date": "2017-09-07", - "examine": "An iron tipped trident.", "wiki_name": "Merfolk trident", "wiki_url": "https://oldschool.runescape.wiki/w/Merfolk_trident", "equipment": { @@ -215461,10 +192016,7 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 1, "buy_limit": 600, - "release_date": "2017-09-07", - "examine": "A very large net, too big to be used by hand.", "wiki_name": "Drift net", "wiki_url": "https://oldschool.runescape.wiki/w/Drift_net", "price": 4200 @@ -215476,9 +192028,6 @@ "cost": 230, "lowalch": 92, "highalch": 138, - "weight": -0.5, - "release_date": "2017-09-07", - "examine": "Full of hot air.", "wiki_name": "Pufferfish", "wiki_url": "https://oldschool.runescape.wiki/w/Pufferfish", "price": 0 @@ -215491,8 +192040,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2017-09-07", - "examine": "Not sure how it doesn't dissolve...", "wiki_name": "Mermaid's tear", "wiki_url": "https://oldschool.runescape.wiki/w/Mermaid's_tear", "price": 0 @@ -215504,9 +192051,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.01, - "release_date": "2017-09-07", - "examine": "Some notes of information found around fossil island.", "wiki_name": "Fossil island note book", "wiki_url": "https://oldschool.runescape.wiki/w/Fossil_island_note_book", "price": 0 @@ -215518,9 +192062,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.01, - "release_date": "2017-09-07", - "examine": "Text that's difficult to decipher, scribbled on a yellowing page.", "wiki_name": "Scribbled note", "wiki_url": "https://oldschool.runescape.wiki/w/Scribbled_note", "price": 0 @@ -215532,9 +192073,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.01, - "release_date": "2017-09-07", - "examine": "This looks like it was written by a spider.", "wiki_name": "Partial note", "wiki_url": "https://oldschool.runescape.wiki/w/Partial_note", "price": 0 @@ -215546,9 +192084,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.01, - "release_date": "2017-09-07", - "examine": "Half a page of notes.", "wiki_name": "Ancient note", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_note", "price": 0 @@ -215560,9 +192095,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.01, - "release_date": "2017-09-07", - "examine": "Carefully written but not easily understood.", "wiki_name": "Ancient writings", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_writings", "price": 0 @@ -215574,9 +192106,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.01, - "release_date": "2017-09-07", - "examine": "Looks like experimental notes.", "wiki_name": "Experimental note", "wiki_url": "https://oldschool.runescape.wiki/w/Experimental_note", "price": 0 @@ -215588,9 +192117,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.01, - "release_date": "2017-09-07", - "examine": "Possibly the results of an experiment.", "wiki_name": "Paragraph of text", "wiki_url": "https://oldschool.runescape.wiki/w/Paragraph_of_text", "price": 0 @@ -215602,9 +192128,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.01, - "release_date": "2017-09-07", - "examine": "Not mushroom left on this page.", "wiki_name": "Musty smelling note", "wiki_url": "https://oldschool.runescape.wiki/w/Musty_smelling_note", "price": 0 @@ -215616,9 +192139,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.01, - "release_date": "2017-09-07", - "examine": "Looks like the writer was excited.", "wiki_name": "Hastily scrawled note", "wiki_url": "https://oldschool.runescape.wiki/w/Hastily_scrawled_note", "price": 0 @@ -215630,9 +192150,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.01, - "release_date": "2017-09-07", - "examine": "Difficult to read.", "wiki_name": "Old writing", "wiki_url": "https://oldschool.runescape.wiki/w/Old_writing", "price": 0 @@ -215644,9 +192161,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.01, - "release_date": "2017-09-07", - "examine": "Not mush written here.", "wiki_name": "Short note", "wiki_url": "https://oldschool.runescape.wiki/w/Short_note", "price": 0 @@ -215661,10 +192175,7 @@ "cost": 16, "lowalch": 6, "highalch": 9, - "weight": 0.5, "buy_limit": 13000, - "release_date": "2017-09-07", - "examine": "This would be much tastier cooked.", "wiki_name": "Uncooked mushroom pie", "wiki_url": "https://oldschool.runescape.wiki/w/Uncooked_mushroom_pie", "price": 5200 @@ -215678,9 +192189,6 @@ "cost": 15, "lowalch": 6, "highalch": 9, - "weight": 0.225, - "release_date": "2017-09-07", - "examine": "Mmm half a mushroom pie.", "wiki_name": "Mushroom pie (Half)", "wiki_url": "https://oldschool.runescape.wiki/w/Mushroom_pie#Half", "price": 0 @@ -215695,10 +192203,7 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.45, "buy_limit": 10000, - "release_date": "2017-09-07", - "examine": "Mmm mushroom pie.", "wiki_name": "Mushroom pie (Full)", "wiki_url": "https://oldschool.runescape.wiki/w/Mushroom_pie#Full", "price": 2458 @@ -215711,8 +192216,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "release_date": "2017-09-14", - "examine": "This bowl appears to be full of live fish, and a bit of water.", "wiki_name": "Bowl of fish", "wiki_url": "https://oldschool.runescape.wiki/w/Bowl_of_fish", "price": 0 @@ -215723,9 +192226,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.453, - "release_date": "2017-09-21", - "examine": "Celebrating RuneFest 2017.", "wiki_name": "Runefest shield", "wiki_url": "https://oldschool.runescape.wiki/w/Runefest_shield", "equipment": { @@ -215755,9 +192255,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.005, - "release_date": "2017-09-28", - "examine": "An ash covered book containing the secrets required for casting a stronger fertile soil spell.", "wiki_name": "Ash covered tome", "wiki_url": "https://oldschool.runescape.wiki/w/Ash_covered_tome", "price": 0 @@ -215771,9 +192268,6 @@ "cost": 430, "lowalch": 172, "highalch": 258, - "weight": 4.535, - "release_date": "2017-10-05", - "examine": "A pack containing 100 air runes.", "wiki_name": "Tzhaar air rune pack", "wiki_url": "https://oldschool.runescape.wiki/w/Tzhaar_air_rune_pack", "price": 0 @@ -215787,9 +192281,6 @@ "cost": 430, "lowalch": 172, "highalch": 258, - "weight": 4.535, - "release_date": "2017-10-05", - "examine": "A pack containing 100 water runes.", "wiki_name": "Tzhaar water rune pack", "wiki_url": "https://oldschool.runescape.wiki/w/Tzhaar_water_rune_pack", "price": 0 @@ -215803,9 +192294,6 @@ "cost": 430, "lowalch": 172, "highalch": 258, - "weight": 4.535, - "release_date": "2017-10-05", - "examine": "A pack containing 100 earth runes.", "wiki_name": "Tzhaar earth rune pack", "wiki_url": "https://oldschool.runescape.wiki/w/Tzhaar_earth_rune_pack", "price": 0 @@ -215819,9 +192307,6 @@ "cost": 430, "lowalch": 172, "highalch": 258, - "weight": 4.535, - "release_date": "2017-10-05", - "examine": "A pack containing 100 fire runes.", "wiki_name": "Tzhaar fire rune pack", "wiki_url": "https://oldschool.runescape.wiki/w/Tzhaar_fire_rune_pack", "price": 0 @@ -215832,9 +192317,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2017-10-19", - "examine": "A note from Death detailing the ghost sightings.", "wiki_name": "Death note", "wiki_url": "https://oldschool.runescape.wiki/w/Death_note", "price": 0 @@ -215845,9 +192327,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.03, - "release_date": "2017-10-19", - "examine": "I don't think I'd want to drink this.", "wiki_name": "Murky potion", "wiki_url": "https://oldschool.runescape.wiki/w/Murky_potion", "price": 0 @@ -215858,9 +192337,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.03, - "release_date": "2017-10-19", - "examine": "A potion that emanates with dark, ghostly power.", "wiki_name": "Spectral potion", "wiki_url": "https://oldschool.runescape.wiki/w/Spectral_potion", "price": 0 @@ -215871,9 +192347,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.007, - "release_date": "2017-10-19", - "examine": "They look and feel un-natural.", "wiki_name": "Tomberries", "wiki_url": "https://oldschool.runescape.wiki/w/Tomberries", "price": 0 @@ -215884,9 +192357,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2017-10-19", - "examine": "An old, tattered book.", "wiki_name": "Tattered book", "wiki_url": "https://oldschool.runescape.wiki/w/Tattered_book", "price": 0 @@ -215897,9 +192367,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2017-10-19", - "examine": "A dusty old note.", "wiki_name": "Note (2017 Halloween event)", "wiki_url": "https://oldschool.runescape.wiki/w/Note_(2017_Halloween_event)", "price": 0 @@ -215910,9 +192377,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.002, - "release_date": "2017-10-19", - "examine": "This looks remarkably like a sapphire.", "wiki_name": "Carved gem", "wiki_url": "https://oldschool.runescape.wiki/w/Carved_gem", "price": 0 @@ -215923,9 +192387,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2017-10-19", - "examine": "A magical bubble with the ability to manipulate time.", "wiki_name": "Time bubble", "wiki_url": "https://oldschool.runescape.wiki/w/Time_bubble", "price": 0 @@ -215936,9 +192397,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2017-10-19", - "examine": "A note from Traiborn.", "wiki_name": "Traiborn note", "wiki_url": "https://oldschool.runescape.wiki/w/Traiborn_note", "price": 0 @@ -215949,9 +192407,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, - "release_date": "2017-10-19", - "examine": "Too spoopy.", "wiki_name": "Jonas mask (During event)", "wiki_url": "https://oldschool.runescape.wiki/w/Jonas_mask#During_event", "price": 0 @@ -215964,9 +192419,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, - "release_date": "2017-10-19", - "examine": "Too spoopy.", "wiki_name": "Jonas mask (Reward)", "wiki_url": "https://oldschool.runescape.wiki/w/Jonas_mask#Reward", "equipment": { @@ -215995,9 +192447,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 5, - "release_date": "2017-10-19", - "examine": "A rudimentary diving helmet.", "wiki_name": "Diving helmet", "wiki_url": "https://oldschool.runescape.wiki/w/Diving_helmet", "price": 0 @@ -216008,9 +192457,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 10, - "release_date": "2017-10-19", - "examine": "Some basic diving apparatus.", "wiki_name": "Diving apparatus (2017 Halloween event)", "wiki_url": "https://oldschool.runescape.wiki/w/Diving_apparatus_(2017_Halloween_event)", "price": 0 @@ -216022,9 +192468,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2017-10-26", - "examine": "This key will take you to the top!.", "wiki_name": "Brittle key", "wiki_url": "https://oldschool.runescape.wiki/w/Brittle_key", "price": 0 @@ -216037,8 +192480,6 @@ "cost": 80, "lowalch": 32, "highalch": 48, - "release_date": "2017-10-26", - "examine": "Granite, in fine form.", "wiki_name": "Granite dust", "wiki_url": "https://oldschool.runescape.wiki/w/Granite_dust", "price": 0 @@ -216051,8 +192492,6 @@ "cost": 85, "lowalch": 34, "highalch": 51, - "release_date": "2017-10-26", - "examine": "Extra powerful ammo for the Dwarf Cannon.", "wiki_name": "Granite cannonball", "wiki_url": "https://oldschool.runescape.wiki/w/Granite_cannonball", "price": 0 @@ -216067,10 +192506,7 @@ "cost": 41500, "lowalch": 16600, "highalch": 24900, - "weight": 1, "buy_limit": 5, - "release_date": "2017-10-26", - "examine": "The blackened heart of the Grotesque Guardians.", "wiki_name": "Black tourmaline core", "wiki_url": "https://oldschool.runescape.wiki/w/Black_tourmaline_core", "price": 7656600 @@ -216087,10 +192523,7 @@ "cost": 305000, "lowalch": 122000, "highalch": 183000, - "weight": 7, "buy_limit": 8, - "release_date": "2017-10-26", - "examine": "Some sturdy Bandos boots, made sturdier with the blackened tourmaline core of the Grotesque Guardians.", "wiki_name": "Guardian boots", "wiki_url": "https://oldschool.runescape.wiki/w/Guardian_boots", "equipment": { @@ -216127,10 +192560,7 @@ "cost": 34000, "lowalch": 13600, "highalch": 20400, - "weight": 1, "buy_limit": 8, - "release_date": "2017-10-26", - "examine": "Never take these for granite.", "wiki_name": "Granite gloves", "wiki_url": "https://oldschool.runescape.wiki/w/Granite_gloves", "equipment": { @@ -216168,10 +192598,7 @@ "cost": 15000, "lowalch": 6000, "highalch": 9000, - "weight": 3, "buy_limit": 70, - "release_date": "2017-10-26", - "examine": "A solid ring.", "wiki_name": "Granite ring", "wiki_url": "https://oldschool.runescape.wiki/w/Granite_ring", "equipment": { @@ -216210,10 +192637,7 @@ "cost": 64000, "lowalch": 25600, "highalch": 38400, - "weight": 5, "buy_limit": 8, - "release_date": "2017-10-26", - "examine": "Hammer time.", "wiki_name": "Granite hammer", "wiki_url": "https://oldschool.runescape.wiki/w/Granite_hammer", "equipment": { @@ -216276,10 +192700,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, "buy_limit": 4, - "release_date": "2017-10-26", - "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": 3203350 @@ -216289,9 +192710,6 @@ "name": "Noon", "members": true, "cost": 1, - "weight": 0.015, - "release_date": "2017-10-26", - "examine": "The mini Guardian of Dawn!", "wiki_name": "Noon (Noon)", "wiki_url": "https://oldschool.runescape.wiki/w/Noon#Noon", "price": 0 @@ -216303,9 +192721,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2017-10-26", - "examine": "The mini Guardian of Dusk!", "wiki_name": "Noon (Midnight)", "wiki_url": "https://oldschool.runescape.wiki/w/Noon#Midnight", "price": 0 @@ -216319,9 +192734,6 @@ "cost": 15000, "lowalch": 6000, "highalch": 9000, - "weight": 3, - "release_date": "2017-10-26", - "examine": "A solid ring.", "wiki_name": "Granite ring (i) (Nightmare Zone)", "wiki_url": "https://oldschool.runescape.wiki/w/Granite_ring_(i)#Nightmare_Zone", "equipment": { @@ -216358,8 +192770,6 @@ "lowalch": 80, "highalch": 120, "buy_limit": 11000, - "release_date": "2017-11-01", - "examine": "Smash gargoyles from a distance.", "wiki_name": "Rock thrownhammer", "wiki_url": "https://oldschool.runescape.wiki/w/Rock_thrownhammer", "price": 259 @@ -216369,9 +192779,6 @@ "name": "Varlamore envoy", "members": true, "cost": 1, - "weight": 0.51, - "release_date": "2017-11-09", - "examine": "The Envoy to Varlamore, by Deryk Paulson.", "wiki_name": "Varlamore envoy", "wiki_url": "https://oldschool.runescape.wiki/w/Varlamore_envoy", "price": 0 @@ -216383,9 +192790,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2017-11-09", - "examine": "The original Royal Accord of Twill.", "wiki_name": "Royal accord of twill (The Depths of Despair)", "wiki_url": "https://oldschool.runescape.wiki/w/Royal_accord_of_twill#The_Depths_of_Despair", "price": 0 @@ -216395,9 +192799,6 @@ "name": "Certificate", "members": true, "cost": 50, - "weight": 0.01, - "release_date": "2017-11-09", - "examine": "It's a certificate.", "wiki_name": "Hosidius favour certificate", "wiki_url": "https://oldschool.runescape.wiki/w/Hosidius_favour_certificate", "price": 0 @@ -216411,9 +192812,6 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.2, - "release_date": "2017-11-09", - "examine": "The memoirs of a former ruler, written by his young heir.", "wiki_name": "Kharedst's memoirs", "wiki_url": "https://oldschool.runescape.wiki/w/Kharedst's_memoirs", "equipment": { @@ -216443,9 +192841,6 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.01, - "release_date": "2017-11-09", - "examine": "A page torn from 'Kharedst's Memoirs'.", "wiki_name": "Lunch by the lancalliums", "wiki_url": "https://oldschool.runescape.wiki/w/Lunch_by_the_lancalliums", "price": 0 @@ -216457,9 +192852,6 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.01, - "release_date": "2017-11-09", - "examine": "A page torn from 'Kharedst's Memoirs'.", "wiki_name": "The fisher's flute", "wiki_url": "https://oldschool.runescape.wiki/w/The_fisher's_flute", "price": 0 @@ -216471,9 +192863,6 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.01, - "release_date": "2018-04-19", - "examine": "A page torn from 'Kharedst's Memoirs'.", "wiki_name": "History and hearsay", "wiki_url": "https://oldschool.runescape.wiki/w/History_and_hearsay", "price": 0 @@ -216485,9 +192874,6 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.01, - "release_date": "2017-11-09", - "examine": "A page torn from 'Kharedst's Memoirs'.", "wiki_name": "Jewellery of jubilation", "wiki_url": "https://oldschool.runescape.wiki/w/Jewellery_of_jubilation", "price": 0 @@ -216499,9 +192885,6 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.01, - "release_date": "2017-11-09", - "examine": "A page torn from 'Kharedst's Memoirs'.", "wiki_name": "A dark disposition", "wiki_url": "https://oldschool.runescape.wiki/w/A_dark_disposition", "price": 0 @@ -216513,9 +192896,6 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.01, - "release_date": "2017-11-09", - "examine": "An old page that had been hidden within 'Kharedst's Memoirs'.", "wiki_name": "Secret page", "wiki_url": "https://oldschool.runescape.wiki/w/Secret_page", "price": 0 @@ -216525,9 +192905,6 @@ "name": "Letter", "members": true, "cost": 1, - "weight": 0.003, - "release_date": "2017-11-09", - "examine": "A letter from Councillor Hughes.", "wiki_name": "Letter (The Queen of Thieves)", "wiki_url": "https://oldschool.runescape.wiki/w/Letter_(The_Queen_of_Thieves)", "price": 0 @@ -216537,9 +192914,6 @@ "name": "Certificate", "members": true, "cost": 50, - "weight": 0.01, - "release_date": "2017-11-09", - "examine": "It's a certificate.", "wiki_name": "Piscarilius favour certificate", "wiki_url": "https://oldschool.runescape.wiki/w/Piscarilius_favour_certificate", "price": 0 @@ -216553,9 +192927,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2017-11-23", - "examine": "The cape worn by only the most experienced players.", "wiki_name": "Imbued saradomin max cape (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Imbued_saradomin_max_cape#Normal", "equipment": { @@ -216611,9 +192982,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2017-11-23", - "examine": "The hood worn by only the most experienced players.", "wiki_name": "Imbued saradomin max hood", "wiki_url": "https://oldschool.runescape.wiki/w/Imbued_saradomin_max_hood", "equipment": { @@ -216669,9 +193037,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2017-11-23", - "examine": "The cape worn by only the most experienced players.", "wiki_name": "Imbued zamorak max cape (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Imbued_zamorak_max_cape#Normal", "equipment": { @@ -216727,9 +193092,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2017-11-23", - "examine": "The hood worn by only the most experienced players.", "wiki_name": "Imbued zamorak max hood", "wiki_url": "https://oldschool.runescape.wiki/w/Imbued_zamorak_max_hood", "equipment": { @@ -216785,9 +193147,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2017-11-23", - "examine": "The cape worn by only the most experienced players.", "wiki_name": "Imbued guthix max cape (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Imbued_guthix_max_cape#Normal", "equipment": { @@ -216843,9 +193202,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2017-11-23", - "examine": "The hood worn by only the most experienced players.", "wiki_name": "Imbued guthix max hood", "wiki_url": "https://oldschool.runescape.wiki/w/Imbued_guthix_max_hood", "equipment": { @@ -216910,9 +193266,6 @@ "cost": 80000, "lowalch": 32000, "highalch": 48000, - "weight": 0.453, - "release_date": "2017-11-23", - "examine": "A cape from the almighty god Saradomin, imbued with great power.", "wiki_name": "Imbued saradomin cape (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Imbued_saradomin_cape#Normal", "equipment": { @@ -216946,9 +193299,6 @@ "cost": 80000, "lowalch": 32000, "highalch": 48000, - "weight": 0.453, - "release_date": "2017-11-23", - "examine": "A cape from the almighty god Guthix, imbued with great power.", "wiki_name": "Imbued guthix cape (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Imbued_guthix_cape#Normal", "equipment": { @@ -216982,9 +193332,6 @@ "cost": 80000, "lowalch": 32000, "highalch": 48000, - "weight": 0.453, - "release_date": "2017-11-23", - "examine": "A cape from the almighty god Zamorak, imbued with great power.", "wiki_name": "Imbued zamorak cape (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Imbued_zamorak_cape#Normal", "equipment": { @@ -217016,9 +193363,6 @@ "cost": 14, "lowalch": 5, "highalch": 8, - "weight": 0.35, - "release_date": "2018-02-08", - "examine": "The hand of a Saradominist justiciar.", "wiki_name": "Justiciar's hand", "wiki_url": "https://oldschool.runescape.wiki/w/Justiciar's_hand", "price": 0 @@ -217030,9 +193374,6 @@ "cost": 14, "lowalch": 5, "highalch": 8, - "weight": 0.35, - "release_date": "2018-02-08", - "examine": "The roots of a Guthixian Ent.", "wiki_name": "Ent's roots", "wiki_url": "https://oldschool.runescape.wiki/w/Ent's_roots", "price": 0 @@ -217044,9 +193385,6 @@ "cost": 14, "lowalch": 5, "highalch": 8, - "weight": 0.35, - "release_date": "2018-02-08", - "examine": "The heart of a Zamorakian Demon.", "wiki_name": "Demon's heart", "wiki_url": "https://oldschool.runescape.wiki/w/Demon's_heart", "price": 0 @@ -217058,9 +193396,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.004, - "release_date": "2017-11-23", - "examine": "An enchanted symbol used to locate magical beings in the Wilderness.", "wiki_name": "Enchanted symbol", "wiki_url": "https://oldschool.runescape.wiki/w/Enchanted_symbol", "price": 0 @@ -217076,8 +193411,6 @@ "lowalch": 4, "highalch": 6, "buy_limit": 10000, - "release_date": "2017-11-23", - "examine": "Teleports you to the Revenant cave in the Wilderness.", "wiki_name": "Revenant cave teleport", "wiki_url": "https://oldschool.runescape.wiki/w/Revenant_cave_teleport", "price": 272 @@ -217092,10 +193425,7 @@ "cost": 250000, "lowalch": 100000, "highalch": 150000, - "weight": 13.607, "buy_limit": 250, - "release_date": "2017-11-23", - "examine": "An ancient crystal containing magical energy.", "wiki_name": "Ancient crystal", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_crystal", "price": 149868 @@ -217110,10 +193440,7 @@ "cost": 500000, "lowalch": 200000, "highalch": 300000, - "weight": 0.1, "buy_limit": 250, - "release_date": "2017-11-23", - "examine": "A mysterious artifact of ancient times, of some value to emblem traders.", "wiki_name": "Ancient emblem", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_emblem", "price": 499022 @@ -217128,10 +193455,7 @@ "cost": 1000000, "lowalch": 400000, "highalch": 600000, - "weight": 0.1, "buy_limit": 250, - "release_date": "2017-11-23", - "examine": "A mysterious artifact of ancient times, of reasonable value to emblem traders.", "wiki_name": "Ancient totem", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_totem", "price": 997993 @@ -217146,10 +193470,7 @@ "cost": 2000000, "lowalch": 800000, "highalch": 1200000, - "weight": 0.1, "buy_limit": 250, - "release_date": "2017-11-23", - "examine": "A mysterious artifact of ancient times, of substantial value to emblem traders.", "wiki_name": "Ancient statuette", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_statuette", "price": 1998222 @@ -217163,9 +193484,6 @@ "cost": 75000, "lowalch": 30000, "highalch": 45000, - "weight": 0.25, - "release_date": "2017-11-23", - "examine": "The bracelet glows with ethereal power.", "wiki_name": "Bracelet of ethereum (Charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Bracelet_of_ethereum#Charged", "equipment": { @@ -217200,10 +193518,7 @@ "cost": 72000, "lowalch": 28800, "highalch": 43200, - "weight": 0.25, "buy_limit": 10000, - "release_date": "2017-11-23", - "examine": "The bracelet is dull and powerless.", "wiki_name": "Bracelet of ethereum (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Bracelet_of_ethereum#Uncharged", "equipment": { @@ -217237,8 +193552,6 @@ "lowalch": 100, "highalch": 150, "buy_limit": 30000, - "release_date": "2017-11-23", - "examine": "Ethereal essence of the revenants.", "wiki_name": "Revenant ether", "wiki_url": "https://oldschool.runescape.wiki/w/Revenant_ether", "price": 173 @@ -217249,9 +193562,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2017-12-07", - "examine": "A sharp implement that Arsen stole from the ogres under Corsair Cove.", "wiki_name": "Ogre artefact (The Corsair Curse)", "wiki_url": "https://oldschool.runescape.wiki/w/Ogre_artefact_(The_Corsair_Curse)", "price": 0 @@ -217267,10 +193577,7 @@ "cost": 8000, "lowalch": 3200, "highalch": 4800, - "weight": 2.721, "buy_limit": 125, - "release_date": "2017-12-07", - "examine": "The mask worn by ogre shamans.", "wiki_name": "Shaman mask", "wiki_url": "https://oldschool.runescape.wiki/w/Shaman_mask", "equipment": { @@ -217299,9 +193606,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 9.071, - "release_date": "2017-12-11", - "examine": "A poorly made fake snow imp head.", "wiki_name": "Snow imp costume head (During event)", "wiki_url": "https://oldschool.runescape.wiki/w/Snow_imp_costume_head#During_event", "price": 0 @@ -217312,9 +193616,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 9.071, - "release_date": "2017-12-11", - "examine": "A poorly made fake snow imp body.", "wiki_name": "Snow imp costume body (During event)", "wiki_url": "https://oldschool.runescape.wiki/w/Snow_imp_costume_body#During_event", "price": 0 @@ -217325,9 +193626,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 9.071, - "release_date": "2017-12-11", - "examine": "Poorly made fake snow imp legs.", "wiki_name": "Snow imp costume legs (During event)", "wiki_url": "https://oldschool.runescape.wiki/w/Snow_imp_costume_legs#During_event", "price": 0 @@ -217338,9 +193636,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 9.071, - "release_date": "2017-12-11", - "examine": "A poorly made fake snow imp tail.", "wiki_name": "Snow imp costume tail (During event)", "wiki_url": "https://oldschool.runescape.wiki/w/Snow_imp_costume_tail#During_event", "price": 0 @@ -217351,9 +193646,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 9.071, - "release_date": "2017-12-11", - "examine": "Poorly made fake snow imp gloves.", "wiki_name": "Snow imp costume gloves (During event)", "wiki_url": "https://oldschool.runescape.wiki/w/Snow_imp_costume_gloves#During_event", "price": 0 @@ -217364,9 +193656,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 9.071, - "release_date": "2017-12-11", - "examine": "Poorly made fake snow imp feet.", "wiki_name": "Snow imp costume feet (During event)", "wiki_url": "https://oldschool.runescape.wiki/w/Snow_imp_costume_feet#During_event", "price": 0 @@ -217379,9 +193668,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.226, - "release_date": "2017-12-11", - "examine": "A poorly made fake snow imp head.", "wiki_name": "Snow imp costume head (Reward)", "wiki_url": "https://oldschool.runescape.wiki/w/Snow_imp_costume_head#Reward", "equipment": { @@ -217412,9 +193698,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.907, - "release_date": "2017-12-11", - "examine": "A poorly made fake snow imp body.", "wiki_name": "Snow imp costume body (Reward)", "wiki_url": "https://oldschool.runescape.wiki/w/Snow_imp_costume_body#Reward", "equipment": { @@ -217445,9 +193728,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2017-12-11", - "examine": "Poorly made fake snow imp legs.", "wiki_name": "Snow imp costume legs (Reward)", "wiki_url": "https://oldschool.runescape.wiki/w/Snow_imp_costume_legs#Reward", "equipment": { @@ -217478,9 +193758,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2017-12-11", - "examine": "A poorly made fake snow imp tail.", "wiki_name": "Snow imp costume tail (Reward)", "wiki_url": "https://oldschool.runescape.wiki/w/Snow_imp_costume_tail#Reward", "equipment": { @@ -217511,9 +193788,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.113, - "release_date": "2017-12-11", - "examine": "Poorly made fake snow imp gloves.", "wiki_name": "Snow imp costume gloves (Reward)", "wiki_url": "https://oldschool.runescape.wiki/w/Snow_imp_costume_gloves#Reward", "equipment": { @@ -217544,9 +193818,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2017-12-11", - "examine": "Poorly made fake snow imp feet.", "wiki_name": "Snow imp costume feet (Reward)", "wiki_url": "https://oldschool.runescape.wiki/w/Snow_imp_costume_feet#Reward", "equipment": { @@ -217575,9 +193846,6 @@ "equipable": true, "equipable_by_player": true, "cost": 160, - "weight": 0.113, - "release_date": "2017-12-11", - "examine": "It's a Santa hat++.", "wiki_name": "Wise old man's santa hat", "wiki_url": "https://oldschool.runescape.wiki/w/Wise_old_man's_santa_hat", "equipment": { @@ -217604,9 +193872,6 @@ "id": 21861, "name": "Enchanted curtains", "cost": 1, - "weight": 9.071, - "release_date": "2017-12-11", - "examine": "Former window coverings, now enchanted by a wizard.", "wiki_name": "Enchanted curtains", "wiki_url": "https://oldschool.runescape.wiki/w/Enchanted_curtains", "price": 0 @@ -217615,9 +193880,6 @@ "id": 21862, "name": "Enchanted snowy curtains", "cost": 1, - "weight": 9.071, - "release_date": "2017-12-11", - "examine": "Former window coverings, enchanted by a wizard and covered in snow.", "wiki_name": "Enchanted snowy curtains", "wiki_url": "https://oldschool.runescape.wiki/w/Enchanted_snowy_curtains", "price": 0 @@ -217626,9 +193888,6 @@ "id": 21863, "name": "Wise old man's teleport tablet", "cost": 1, - "weight": 9.071, - "release_date": "2017-12-11", - "examine": "Allows you to teleport from Thessalia's back to the Land of Snow.", "wiki_name": "Wise old man's teleport tablet", "wiki_url": "https://oldschool.runescape.wiki/w/Wise_old_man's_teleport_tablet", "price": 0 @@ -217637,9 +193896,6 @@ "id": 21864, "name": "Snow sprite", "cost": 1, - "weight": 9.071, - "release_date": "2017-12-11", - "examine": "Glowing snow creature.", "wiki_name": "Snow sprite (item)", "wiki_url": "https://oldschool.runescape.wiki/w/Snow_sprite_(item)", "price": 0 @@ -217648,9 +193904,6 @@ "id": 21865, "name": "Fine mesh net", "cost": 1, - "weight": 9.071, - "release_date": "2017-12-11", - "examine": "Only the most delicious nets can catch sprites.", "wiki_name": "Fine mesh net", "wiki_url": "https://oldschool.runescape.wiki/w/Fine_mesh_net", "price": 0 @@ -217659,9 +193912,6 @@ "id": 21866, "name": "Santa suit", "cost": 1, - "weight": 9.071, - "release_date": "2017-12-11", - "examine": "Apparently you can still fit down the chimney in this.", "wiki_name": "Santa suit", "wiki_url": "https://oldschool.runescape.wiki/w/Santa_suit", "price": 0 @@ -217670,9 +193920,6 @@ "id": 21867, "name": "Santa suit (wet)", "cost": 1, - "weight": 9.071, - "release_date": "2017-12-11", - "examine": "Looks smaller than it was.", "wiki_name": "Santa suit (wet)", "wiki_url": "https://oldschool.runescape.wiki/w/Santa_suit_(wet)", "price": 0 @@ -217681,9 +193928,6 @@ "id": 21868, "name": "Santa suit (dry)", "cost": 1, - "weight": 9.071, - "release_date": "2017-12-11", - "examine": "Looks about right to fit an old man.", "wiki_name": "Santa suit (dry)", "wiki_url": "https://oldschool.runescape.wiki/w/Santa_suit_(dry)", "price": 0 @@ -217692,9 +193936,6 @@ "id": 21869, "name": "Logs and kindling", "cost": 1, - "weight": 9.071, - "release_date": "2017-12-11", - "examine": "Kindling and logs for the washer.", "wiki_name": "Logs and kindling", "wiki_url": "https://oldschool.runescape.wiki/w/Logs_and_kindling", "price": 0 @@ -217703,9 +193944,6 @@ "id": 21870, "name": "Promissory note", "cost": 1, - "weight": 9.071, - "release_date": "2017-12-11", - "examine": "A sealed note.", "wiki_name": "Promissory note (Christmas 2017)", "wiki_url": "https://oldschool.runescape.wiki/w/Promissory_note_(Christmas_2017)", "price": 0 @@ -217714,9 +193952,6 @@ "id": 21871, "name": "Santa's seal", "cost": 1, - "weight": 9.071, - "release_date": "2017-12-11", - "examine": "A seal.", "wiki_name": "Santa's seal", "wiki_url": "https://oldschool.runescape.wiki/w/Santa's_seal", "price": 0 @@ -217725,9 +193960,6 @@ "id": 21872, "name": "Vault key", "cost": 1, - "weight": 9.071, - "release_date": "2017-12-11", - "examine": "The key to Santa's vault.", "wiki_name": "Vault key", "wiki_url": "https://oldschool.runescape.wiki/w/Vault_key", "price": 0 @@ -217736,9 +193968,6 @@ "id": 21873, "name": "Empty sack", "cost": 1, - "weight": 9.071, - "release_date": "2017-12-11", - "examine": "Santa's sack appears to be empty.", "wiki_name": "Empty sack (Christmas 2017)", "wiki_url": "https://oldschool.runescape.wiki/w/Empty_sack_(Christmas_2017)", "price": 0 @@ -217747,9 +193976,6 @@ "id": 21874, "name": "Bulging sack", "cost": 1, - "weight": 9.071, - "release_date": "2017-12-11", - "examine": "Santa's sack is full of joy.", "wiki_name": "Bulging sack", "wiki_url": "https://oldschool.runescape.wiki/w/Bulging_sack", "price": 0, @@ -217778,9 +194004,6 @@ "id": 21875, "name": "Kristmas kebab", "cost": 1, - "weight": 9.071, - "release_date": "2017-12-11", - "examine": "A meaty donner kebab.", "wiki_name": "Kristmas kebab", "wiki_url": "https://oldschool.runescape.wiki/w/Kristmas_kebab", "price": 0 @@ -217796,8 +194019,6 @@ "lowalch": 200, "highalch": 300, "buy_limit": 25000, - "release_date": "2018-01-04", - "examine": "Used for very high level missile spells.", "wiki_name": "Wrath rune", "wiki_url": "https://oldschool.runescape.wiki/w/Wrath_rune", "price": 259 @@ -217812,10 +194033,7 @@ "cost": 500000, "lowalch": 200000, "highalch": 300000, - "weight": 6, "buy_limit": 8, - "release_date": "2018-01-04", - "examine": "A set containing a full helm, platebody, legs and kiteshield.", "wiki_name": "Dragon armour set (lg)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_armour_set_(lg)", "price": 174499998 @@ -217830,10 +194048,7 @@ "cost": 500000, "lowalch": 200000, "highalch": 300000, - "weight": 6, "buy_limit": 8, - "release_date": "2018-01-04", - "examine": "A set containing a full helm, platebody, skirt and kiteshield.", "wiki_name": "Dragon armour set (sk)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_armour_set_(sk)", "price": 114640944 @@ -217847,9 +194062,6 @@ "cost": 40000, "lowalch": 16000, "highalch": 24000, - "weight": 2.267, - "release_date": "2018-01-04", - "examine": "You don't want to wear it inside-out.", "wiki_name": "Turquoise slayer helmet", "wiki_url": "https://oldschool.runescape.wiki/w/Turquoise_slayer_helmet", "equipment": { @@ -217883,9 +194095,6 @@ "cost": 90000, "lowalch": 36000, "highalch": 54000, - "weight": 2.267, - "release_date": "2018-01-04", - "examine": "You really don't want to wear it inside-out.", "wiki_name": "Turquoise slayer helmet (i) (Nightmare Zone)", "wiki_url": "https://oldschool.runescape.wiki/w/Turquoise_slayer_helmet_(i)#Nightmare_Zone", "equipment": { @@ -217922,10 +194131,7 @@ "cost": 2000000, "lowalch": 800000, "highalch": 1200000, - "weight": 11.339, "buy_limit": 70, - "release_date": "2018-01-04", - "examine": "Provides excellent protection.", "wiki_name": "Dragon platebody", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_platebody", "equipment": { @@ -217962,10 +194168,7 @@ "cost": 1600000, "lowalch": 640000, "highalch": 960000, - "weight": 6.803, "buy_limit": 70, - "release_date": "2018-01-04", - "examine": "An ancient and powerful looking Dragon Kiteshield.", "wiki_name": "Dragon kiteshield", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_kiteshield", "equipment": { @@ -217999,9 +194202,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2018-01-04", - "examine": "The cape worn by only the most experienced players.", "wiki_name": "Assembler max cape (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Assembler_max_cape#Normal", "equipment": { @@ -218057,9 +194257,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2018-01-04", - "examine": "The hood worn by only the most experienced players.", "wiki_name": "Assembler max hood", "wiki_url": "https://oldschool.runescape.wiki/w/Assembler_max_hood", "equipment": { @@ -218119,10 +194316,7 @@ "cost": 54000, "lowalch": 21600, "highalch": 32400, - "weight": 6, "buy_limit": 70, - "release_date": "2018-01-04", - "examine": "A dragon crossbow.", "wiki_name": "Dragon crossbow", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_crossbow", "equipment": { @@ -218187,8 +194381,6 @@ "lowalch": 170, "highalch": 255, "buy_limit": 11000, - "release_date": "2018-01-04", - "examine": "Dragon crossbow bolts.", "wiki_name": "Dragon bolts (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_bolts#Unpoisoned", "equipment": { @@ -218218,9 +194410,6 @@ "name": "Vorkath's head", "members": true, "cost": 50000, - "weight": 10, - "release_date": "2018-01-04", - "examine": "Yuck! I could get it stuffed!", "wiki_name": "Vorkath's head", "wiki_url": "https://oldschool.runescape.wiki/w/Vorkath's_head", "price": 0 @@ -218232,9 +194421,6 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 10, - "release_date": "2018-01-04", - "examine": "I could mount this on my wall!", "wiki_name": "Vorkath's stuffed head", "wiki_url": "https://oldschool.runescape.wiki/w/Vorkath's_stuffed_head", "price": 0 @@ -218255,9 +194441,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 5.896, - "release_date": "2018-01-04", - "examine": "A broken Ava's Assembler.", "wiki_name": "Ava's assembler (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Ava's_assembler#Broken", "price": 0 @@ -218269,9 +194452,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2018-01-04", - "examine": "A broken Assembler Max Cape.", "wiki_name": "Assembler max cape (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Assembler_max_cape#Broken", "price": 0 @@ -218286,10 +194466,7 @@ "cost": 35000, "lowalch": 14000, "highalch": 21000, - "weight": 3.2, "buy_limit": 10000, - "release_date": "2018-01-04", - "examine": "A pair of dragon crossbow limbs.", "wiki_name": "Dragon limbs", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_limbs", "price": 1670348 @@ -218304,10 +194481,7 @@ "cost": 30000, "lowalch": 12000, "highalch": 18000, - "weight": 8, "buy_limit": 10000, - "release_date": "2018-01-04", - "examine": "An unstrung dragon crossbow.", "wiki_name": "Dragon crossbow (u)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_crossbow_(u)", "price": 1411083 @@ -218325,8 +194499,6 @@ "lowalch": 172, "highalch": 258, "buy_limit": 11000, - "release_date": "2018-01-04", - "examine": "Some poisoned dragon bolts.", "wiki_name": "Dragon bolts (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_bolts#Poison", "equipment": { @@ -218364,8 +194536,6 @@ "lowalch": 174, "highalch": 261, "buy_limit": 11000, - "release_date": "2018-01-04", - "examine": "Some poisoned dragon bolts.", "wiki_name": "Dragon bolts (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_bolts#Poison+", "equipment": { @@ -218403,8 +194573,6 @@ "lowalch": 176, "highalch": 264, "buy_limit": 11000, - "release_date": "2018-01-04", - "examine": "Super poisoned dragon bolts.", "wiki_name": "Dragon bolts (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_bolts#Poison++", "equipment": { @@ -218440,8 +194608,6 @@ "lowalch": 56, "highalch": 84, "buy_limit": 13000, - "release_date": "2018-01-04", - "examine": "Unfeathered dragon crossbow bolts.", "wiki_name": "Dragon bolts (unf)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_bolts_(unf)", "price": 632 @@ -218459,8 +194625,6 @@ "lowalch": 232, "highalch": 348, "buy_limit": 11000, - "release_date": "2018-01-04", - "examine": "Enchanted Dragon crossbow bolts, tipped with opal.", "wiki_name": "Opal dragon bolts (e)", "wiki_url": "https://oldschool.runescape.wiki/w/Opal_dragon_bolts_(e)", "equipment": { @@ -218498,8 +194662,6 @@ "lowalch": 252, "highalch": 378, "buy_limit": 11000, - "release_date": "2018-01-04", - "examine": "Enchanted Dragon crossbow bolts, tipped with jade.", "wiki_name": "Jade dragon bolts (e)", "wiki_url": "https://oldschool.runescape.wiki/w/Jade_dragon_bolts_(e)", "equipment": { @@ -218537,8 +194699,6 @@ "lowalch": 272, "highalch": 408, "buy_limit": 11000, - "release_date": "2018-01-04", - "examine": "Enchanted Dragon crossbow bolts, tipped with pearl.", "wiki_name": "Pearl dragon bolts (e)", "wiki_url": "https://oldschool.runescape.wiki/w/Pearl_dragon_bolts_(e)", "equipment": { @@ -218576,8 +194736,6 @@ "lowalch": 292, "highalch": 438, "buy_limit": 11000, - "release_date": "2018-01-04", - "examine": "Enchanted Dragon crossbow bolts, tipped with red topaz.", "wiki_name": "Topaz dragon bolts (e)", "wiki_url": "https://oldschool.runescape.wiki/w/Topaz_dragon_bolts_(e)", "equipment": { @@ -218615,8 +194773,6 @@ "lowalch": 312, "highalch": 468, "buy_limit": 11000, - "release_date": "2018-01-04", - "examine": "Enchanted Dragon crossbow bolts, tipped with sapphire.", "wiki_name": "Sapphire dragon bolts (e)", "wiki_url": "https://oldschool.runescape.wiki/w/Sapphire_dragon_bolts_(e)", "equipment": { @@ -218654,8 +194810,6 @@ "lowalch": 332, "highalch": 498, "buy_limit": 11000, - "release_date": "2018-01-04", - "examine": "Enchanted Dragon crossbow bolts, tipped with emerald.", "wiki_name": "Emerald dragon bolts (e)", "wiki_url": "https://oldschool.runescape.wiki/w/Emerald_dragon_bolts_(e)", "equipment": { @@ -218693,8 +194847,6 @@ "lowalch": 332, "highalch": 498, "buy_limit": 11000, - "release_date": "2018-01-04", - "examine": "Enchanted Dragon crossbow bolts, tipped with ruby.", "wiki_name": "Ruby dragon bolts (e)", "wiki_url": "https://oldschool.runescape.wiki/w/Ruby_dragon_bolts_(e)", "equipment": { @@ -218732,8 +194884,6 @@ "lowalch": 352, "highalch": 528, "buy_limit": 11000, - "release_date": "2018-01-04", - "examine": "Enchanted Dragon crossbow bolts, tipped with diamond.", "wiki_name": "Diamond dragon bolts (e)", "wiki_url": "https://oldschool.runescape.wiki/w/Diamond_dragon_bolts_(e)", "equipment": { @@ -218771,8 +194921,6 @@ "lowalch": 460, "highalch": 690, "buy_limit": 11000, - "release_date": "2018-01-04", - "examine": "Enchanted Dragon crossbow bolts, tipped with dragonstone. Double dragon!", "wiki_name": "Dragonstone dragon bolts (e)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragonstone_dragon_bolts_(e)", "equipment": { @@ -218810,8 +194958,6 @@ "lowalch": 6320, "highalch": 9480, "buy_limit": 11000, - "release_date": "2018-01-04", - "examine": "Enchanted Dragon crossbow bolts, tipped with onyx.", "wiki_name": "Onyx dragon bolts (e)", "wiki_url": "https://oldschool.runescape.wiki/w/Onyx_dragon_bolts_(e)", "equipment": { @@ -218846,10 +194992,7 @@ "cost": 280, "lowalch": 112, "highalch": 168, - "weight": 3, "buy_limit": 10000, - "release_date": "2018-01-04", - "examine": "A magic crossbow stock.", "wiki_name": "Magic stock", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_stock", "price": 491 @@ -218867,8 +195010,6 @@ "lowalch": 220, "highalch": 330, "buy_limit": 11000, - "release_date": "2018-01-04", - "examine": "Dragon crossbow bolts, tipped with opal.", "wiki_name": "Opal dragon bolts", "wiki_url": "https://oldschool.runescape.wiki/w/Opal_dragon_bolts", "equipment": { @@ -218906,8 +195047,6 @@ "lowalch": 240, "highalch": 360, "buy_limit": 11000, - "release_date": "2018-01-04", - "examine": "Dragon crossbow bolts, tipped with jade.", "wiki_name": "Jade dragon bolts", "wiki_url": "https://oldschool.runescape.wiki/w/Jade_dragon_bolts", "equipment": { @@ -218945,8 +195084,6 @@ "lowalch": 260, "highalch": 390, "buy_limit": 11000, - "release_date": "2018-01-04", - "examine": "Dragon crossbow bolts, tipped with pearl.", "wiki_name": "Pearl dragon bolts", "wiki_url": "https://oldschool.runescape.wiki/w/Pearl_dragon_bolts", "equipment": { @@ -218984,8 +195121,6 @@ "lowalch": 280, "highalch": 420, "buy_limit": 11000, - "release_date": "2018-01-04", - "examine": "Dragon crossbow bolts, tipped with red topaz.", "wiki_name": "Topaz dragon bolts", "wiki_url": "https://oldschool.runescape.wiki/w/Topaz_dragon_bolts", "equipment": { @@ -219023,8 +195158,6 @@ "lowalch": 300, "highalch": 450, "buy_limit": 11000, - "release_date": "2018-01-04", - "examine": "Dragon crossbow bolts, tipped with sapphire.", "wiki_name": "Sapphire dragon bolts", "wiki_url": "https://oldschool.runescape.wiki/w/Sapphire_dragon_bolts", "equipment": { @@ -219062,8 +195195,6 @@ "lowalch": 320, "highalch": 480, "buy_limit": 11000, - "release_date": "2018-01-04", - "examine": "Dragon crossbow bolts, tipped with emerald.", "wiki_name": "Emerald dragon bolts", "wiki_url": "https://oldschool.runescape.wiki/w/Emerald_dragon_bolts", "equipment": { @@ -219101,8 +195232,6 @@ "lowalch": 320, "highalch": 480, "buy_limit": 11000, - "release_date": "2018-01-04", - "examine": "Dragon crossbow bolts, tipped with ruby.", "wiki_name": "Ruby dragon bolts", "wiki_url": "https://oldschool.runescape.wiki/w/Ruby_dragon_bolts", "equipment": { @@ -219140,8 +195269,6 @@ "lowalch": 340, "highalch": 510, "buy_limit": 11000, - "release_date": "2018-01-04", - "examine": "Dragon crossbow bolts, tipped with diamond.", "wiki_name": "Diamond dragon bolts", "wiki_url": "https://oldschool.runescape.wiki/w/Diamond_dragon_bolts", "equipment": { @@ -219179,8 +195306,6 @@ "lowalch": 398, "highalch": 597, "buy_limit": 11000, - "release_date": "2018-01-04", - "examine": "Dragon crossbow bolts, tipped with dragonstone. Double dragon!", "wiki_name": "Dragonstone dragon bolts", "wiki_url": "https://oldschool.runescape.wiki/w/Dragonstone_dragon_bolts", "equipment": { @@ -219218,8 +195343,6 @@ "lowalch": 5560, "highalch": 8340, "buy_limit": 11000, - "release_date": "2018-01-04", - "examine": "Dragon crossbow bolts, tipped with onyx.", "wiki_name": "Onyx dragon bolts", "wiki_url": "https://oldschool.runescape.wiki/w/Onyx_dragon_bolts", "equipment": { @@ -219254,10 +195377,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.007, "buy_limit": 11000, - "release_date": "2018-01-04", - "examine": "Ground up superior dragon bones.", "wiki_name": "Crushed superior dragon bones", "wiki_url": "https://oldschool.runescape.wiki/w/Crushed_superior_dragon_bones", "price": 9258 @@ -219272,10 +195392,7 @@ "cost": 800, "lowalch": 320, "highalch": 480, - "weight": 0.035, "buy_limit": 2000, - "release_date": "2018-01-04", - "examine": "4 doses of super anti-firebreath potion.", "wiki_name": "Super antifire potion (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_antifire_potion#4_dose", "price": 11516 @@ -219290,10 +195407,7 @@ "cost": 760, "lowalch": 304, "highalch": 456, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2018-01-04", - "examine": "3 doses of super anti-firebreath potion.", "wiki_name": "Super antifire potion (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_antifire_potion#3_dose", "price": 9200 @@ -219308,10 +195422,7 @@ "cost": 720, "lowalch": 288, "highalch": 432, - "weight": 0.025, "buy_limit": 2000, - "release_date": "2018-01-04", - "examine": "2 doses of super anti-firebreath potion.", "wiki_name": "Super antifire potion (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_antifire_potion#2_dose", "price": 50 @@ -219326,10 +195437,7 @@ "cost": 680, "lowalch": 272, "highalch": 408, - "weight": 0.02, "buy_limit": 2000, - "release_date": "2018-01-04", - "examine": "1 dose of super anti-firebreath potion.", "wiki_name": "Super antifire potion (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_antifire_potion#1_dose", "price": 2587 @@ -219341,9 +195449,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2018-01-04", - "examine": "An abyssal rift guardian.", "wiki_name": "Rift guardian (Wrath)", "wiki_url": "https://oldschool.runescape.wiki/w/Rift_guardian#Wrath", "price": 0 @@ -219353,9 +195458,6 @@ "name": "Vorki", "members": true, "cost": 1, - "weight": 0.015, - "release_date": "2018-01-04", - "examine": "Three legs on my dragon...", "wiki_name": "Vorki", "wiki_url": "https://oldschool.runescape.wiki/w/Vorki", "price": 0 @@ -219370,10 +195472,7 @@ "cost": 198, "lowalch": 79, "highalch": 118, - "weight": 0.075, "buy_limit": 2000, - "release_date": "2018-01-04", - "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": 41320 @@ -219388,10 +195487,7 @@ "cost": 132, "lowalch": 52, "highalch": 79, - "weight": 0.045, "buy_limit": 2000, - "release_date": "2018-01-04", - "examine": "One dose of fishy super anti-firebreath potion.", "wiki_name": "Super antifire mix (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_antifire_mix#1_dose", "price": 1 @@ -219405,9 +195501,6 @@ "cost": 2000000, "lowalch": 800000, "highalch": 1200000, - "weight": 4.082, - "release_date": "2018-01-04", - "examine": "A light shield with a haunting, skeletal visage.", "wiki_name": "Dragonfire ward (Charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragonfire_ward#Charged", "equipment": { @@ -219445,10 +195538,7 @@ "cost": 2000000, "lowalch": 800000, "highalch": 1200000, - "weight": 4.082, "buy_limit": 8, - "release_date": "2018-01-04", - "examine": "A light shield with a haunting, skeletal visage.", "wiki_name": "Dragonfire ward (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragonfire_ward#Uncharged", "equipment": { @@ -219484,10 +195574,7 @@ "cost": 1500000, "lowalch": 600000, "highalch": 900000, - "weight": 1.814, "buy_limit": 5, - "release_date": "2018-01-04", - "examine": "It looks like this could be attached to a shield somehow.", "wiki_name": "Skeletal visage", "wiki_url": "https://oldschool.runescape.wiki/w/Skeletal_visage", "price": 6283500 @@ -219499,9 +195586,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2018-01-04", - "examine": "A piece of the Fossil Island map.", "wiki_name": "Map piece (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Map_piece#1", "price": 0 @@ -219513,9 +195597,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2018-01-04", - "examine": "A piece of the Fossil Island map.", "wiki_name": "Map piece (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Map_piece#2", "price": 0 @@ -219527,9 +195608,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2018-01-04", - "examine": "A piece of the Fossil Island map.", "wiki_name": "Map piece (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Map_piece#3", "price": 0 @@ -219541,9 +195619,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2018-01-04", - "examine": "A piece of the Fossil Island map.", "wiki_name": "Map piece (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Map_piece#4", "price": 0 @@ -219555,9 +195630,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2018-01-04", - "examine": "A piece of the Fossil Island map.", "wiki_name": "Map piece (5)", "wiki_url": "https://oldschool.runescape.wiki/w/Map_piece#5", "price": 0 @@ -219569,9 +195641,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2018-01-04", - "examine": "A piece of the Fossil Island map.", "wiki_name": "Map piece (6)", "wiki_url": "https://oldschool.runescape.wiki/w/Map_piece#6", "price": 0 @@ -219583,9 +195652,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2018-01-04", - "examine": "A piece of the Fossil Island map.", "wiki_name": "Map piece (7)", "wiki_url": "https://oldschool.runescape.wiki/w/Map_piece#7", "price": 0 @@ -219597,9 +195663,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2018-01-04", - "examine": "A piece of the Fossil Island map.", "wiki_name": "Map piece (8)", "wiki_url": "https://oldschool.runescape.wiki/w/Map_piece#8", "price": 0 @@ -219611,9 +195674,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2018-01-04", - "examine": "A piece of the Fossil Island map.", "wiki_name": "Map piece (9)", "wiki_url": "https://oldschool.runescape.wiki/w/Map_piece#9", "price": 0 @@ -219625,9 +195685,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2018-01-04", - "examine": "A piece of the Fossil Island map.", "wiki_name": "Map piece (10)", "wiki_url": "https://oldschool.runescape.wiki/w/Map_piece#10", "price": 0 @@ -219639,9 +195696,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2018-01-04", - "examine": "A piece of the Fossil Island map.", "wiki_name": "Map piece (11)", "wiki_url": "https://oldschool.runescape.wiki/w/Map_piece#11", "price": 0 @@ -219653,9 +195707,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2018-01-04", - "examine": "A piece of the Fossil Island map.", "wiki_name": "Map piece (12)", "wiki_url": "https://oldschool.runescape.wiki/w/Map_piece#12", "price": 0 @@ -219667,9 +195718,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2018-01-04", - "examine": "A piece of the Fossil Island map.", "wiki_name": "Map piece (13)", "wiki_url": "https://oldschool.runescape.wiki/w/Map_piece#13", "price": 0 @@ -219681,9 +195729,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2018-01-04", - "examine": "A piece of the Fossil Island map.", "wiki_name": "Map piece (14)", "wiki_url": "https://oldschool.runescape.wiki/w/Map_piece#14", "price": 0 @@ -219695,9 +195740,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2018-01-04", - "examine": "A piece of the Fossil Island map.", "wiki_name": "Map piece (15)", "wiki_url": "https://oldschool.runescape.wiki/w/Map_piece#15", "price": 0 @@ -219709,9 +195751,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2018-01-04", - "examine": "A piece of the Fossil Island map.", "wiki_name": "Map piece (16)", "wiki_url": "https://oldschool.runescape.wiki/w/Map_piece#16", "price": 0 @@ -219723,9 +195762,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2018-01-04", - "examine": "A piece of the Fossil Island map.", "wiki_name": "Map piece (17)", "wiki_url": "https://oldschool.runescape.wiki/w/Map_piece#17", "price": 0 @@ -219737,9 +195773,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2018-01-04", - "examine": "A piece of the Fossil Island map.", "wiki_name": "Map piece (18)", "wiki_url": "https://oldschool.runescape.wiki/w/Map_piece#18", "price": 0 @@ -219751,9 +195784,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2018-01-04", - "examine": "A piece of the Fossil Island map.", "wiki_name": "Map piece (19)", "wiki_url": "https://oldschool.runescape.wiki/w/Map_piece#19", "price": 0 @@ -219765,9 +195795,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2018-01-04", - "examine": "A piece of the Fossil Island map.", "wiki_name": "Map piece (20)", "wiki_url": "https://oldschool.runescape.wiki/w/Map_piece#20", "price": 0 @@ -219779,9 +195806,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2018-01-04", - "examine": "A piece of the Fossil Island map.", "wiki_name": "Map piece (21)", "wiki_url": "https://oldschool.runescape.wiki/w/Map_piece#21", "price": 0 @@ -219793,9 +195817,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2018-01-04", - "examine": "A piece of the Fossil Island map.", "wiki_name": "Map piece (22)", "wiki_url": "https://oldschool.runescape.wiki/w/Map_piece#22", "price": 0 @@ -219807,9 +195828,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2018-01-04", - "examine": "A piece of the Fossil Island map.", "wiki_name": "Map piece (23)", "wiki_url": "https://oldschool.runescape.wiki/w/Map_piece#23", "price": 0 @@ -219821,9 +195839,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2018-01-04", - "examine": "A piece of the Fossil Island map.", "wiki_name": "Map piece (24)", "wiki_url": "https://oldschool.runescape.wiki/w/Map_piece#24", "price": 0 @@ -219835,9 +195850,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.51, - "release_date": "2018-01-04", - "examine": "It looks very old.", "wiki_name": "Aivas' diary", "wiki_url": "https://oldschool.runescape.wiki/w/Aivas'_diary", "price": 0 @@ -219849,9 +195861,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.51, - "release_date": "2018-01-04", - "examine": "This book contains records of censuses that were carried out in Avarrocka and Varrock.", "wiki_name": "Varrock census records", "wiki_url": "https://oldschool.runescape.wiki/w/Varrock_census_records", "price": 0 @@ -219863,9 +195872,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.51, - "release_date": "2018-01-04", - "examine": "An old journal.", "wiki_name": "Malumac's journal", "wiki_url": "https://oldschool.runescape.wiki/w/Malumac's_journal", "price": 0 @@ -219877,9 +195883,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.51, - "release_date": "2018-01-04", - "examine": "A forgotten story about a forgotten warrior.", "wiki_name": "Ablenkian's escape", "wiki_url": "https://oldschool.runescape.wiki/w/Ablenkian's_escape", "price": 0 @@ -219891,9 +195894,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.51, - "release_date": "2018-01-04", - "examine": "The Fall of Imcandoria by Highseer Gulbrand.", "wiki_name": "Imcandoria's fall", "wiki_url": "https://oldschool.runescape.wiki/w/Imcandoria's_fall", "price": 0 @@ -219905,9 +195905,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.51, - "release_date": "2018-01-04", - "examine": "Documents the events that led to the war between Kourend and Varlamore.", "wiki_name": "Imafore's betrayal", "wiki_url": "https://oldschool.runescape.wiki/w/Imafore's_betrayal", "price": 0 @@ -219919,9 +195916,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.056, - "release_date": "2018-01-04", - "examine": "Lutwidge and the Moonfly by Shudersque.", "wiki_name": "Lutwidge and the moonfly", "wiki_url": "https://oldschool.runescape.wiki/w/Lutwidge_and_the_moonfly", "price": 0 @@ -219933,9 +195927,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.51, - "release_date": "2018-01-04", - "examine": "The Tale of Serafina by James Locke.", "wiki_name": "Serafina", "wiki_url": "https://oldschool.runescape.wiki/w/Serafina", "price": 0 @@ -219947,9 +195938,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.51, - "release_date": "2018-01-04", - "examine": "The Weeping by Herbert Dunwich.", "wiki_name": "The weeping", "wiki_url": "https://oldschool.runescape.wiki/w/The_weeping", "price": 0 @@ -219961,9 +195949,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2018-01-04", - "examine": "Some old notes found on Crandor. They're written in a strange text.", "wiki_name": "Old notes (Dragon Slayer II) (Crandor)", "wiki_url": "https://oldschool.runescape.wiki/w/Old_notes_(Dragon_Slayer_II)#Crandor", "price": 0 @@ -219975,9 +195960,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2018-01-04", - "examine": "Some old notes found on Ungael. They're written in a strange text.", "wiki_name": "Old notes (Dragon Slayer II) (Ungael 1)", "wiki_url": "https://oldschool.runescape.wiki/w/Old_notes_(Dragon_Slayer_II)#Ungael_1", "price": 0 @@ -219989,9 +195971,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2018-01-04", - "examine": "Some old notes found on Ungael. They're written in a strange text.", "wiki_name": "Old notes (Dragon Slayer II) (Ungael 2)", "wiki_url": "https://oldschool.runescape.wiki/w/Old_notes_(Dragon_Slayer_II)#Ungael_2", "price": 0 @@ -220003,9 +195982,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2018-01-04", - "examine": "Some old notes found on Ungael. They're written in a strange text.", "wiki_name": "Old notes (Dragon Slayer II) (Ungael 3)", "wiki_url": "https://oldschool.runescape.wiki/w/Old_notes_(Dragon_Slayer_II)#Ungael_3", "price": 0 @@ -220017,9 +195993,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2018-01-04", - "examine": "Some old notes found on Ungael. They're written in a strange text.", "wiki_name": "Old notes (Dragon Slayer II) (Ungael 4)", "wiki_url": "https://oldschool.runescape.wiki/w/Old_notes_(Dragon_Slayer_II)#Ungael_4", "price": 0 @@ -220031,9 +196004,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2018-01-04", - "examine": "Some old notes found on Ungael. They're written in a strange text.", "wiki_name": "Old notes (Dragon Slayer II) (Ungael 5)", "wiki_url": "https://oldschool.runescape.wiki/w/Old_notes_(Dragon_Slayer_II)#Ungael_5", "price": 0 @@ -220045,9 +196015,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2018-01-04", - "examine": "Some old notes found on Ungael. They're written in a strange text.", "wiki_name": "Old notes (Dragon Slayer II) (Ungael 6)", "wiki_url": "https://oldschool.runescape.wiki/w/Old_notes_(Dragon_Slayer_II)#Ungael_6", "price": 0 @@ -220059,9 +196026,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2018-01-04", - "examine": "Some old notes found on Lithkren. They're written in a strange text.", "wiki_name": "Old notes (Dragon Slayer II) (Lithkren 1)", "wiki_url": "https://oldschool.runescape.wiki/w/Old_notes_(Dragon_Slayer_II)#Lithkren_1", "price": 0 @@ -220073,9 +196037,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2018-01-04", - "examine": "Some old notes found on Lithkren. They're written in a strange text.", "wiki_name": "Old notes (Dragon Slayer II) (Lithkren 2)", "wiki_url": "https://oldschool.runescape.wiki/w/Old_notes_(Dragon_Slayer_II)#Lithkren_2", "price": 0 @@ -220087,9 +196048,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2018-01-04", - "examine": "Some old notes found on Lithkren. They're written in a strange text.", "wiki_name": "Old notes (Dragon Slayer II) (Lithkren 3)", "wiki_url": "https://oldschool.runescape.wiki/w/Old_notes_(Dragon_Slayer_II)#Lithkren_3", "price": 0 @@ -220101,9 +196059,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2018-01-04", - "examine": "Some old notes found on Lithkren. They're written in a strange text.", "wiki_name": "Old notes (Dragon Slayer II) (Lithkren 4)", "wiki_url": "https://oldschool.runescape.wiki/w/Old_notes_(Dragon_Slayer_II)#Lithkren_4", "price": 0 @@ -220115,9 +196070,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2018-01-04", - "examine": "Some old notes found on Lithkren. They're written in a strange text.", "wiki_name": "Old notes (Dragon Slayer II) (Lithkren 5)", "wiki_url": "https://oldschool.runescape.wiki/w/Old_notes_(Dragon_Slayer_II)#Lithkren_5", "price": 0 @@ -220129,9 +196081,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2018-01-04", - "examine": "Some old notes found on Lithkren. They're written in a strange text.", "wiki_name": "Old notes (Dragon Slayer II) (Lithkren 6)", "wiki_url": "https://oldschool.runescape.wiki/w/Old_notes_(Dragon_Slayer_II)#Lithkren_6", "price": 0 @@ -220143,9 +196092,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2018-01-04", - "examine": "Some old notes found on Lithkren. They're written in a strange text.", "wiki_name": "Old notes (Dragon Slayer II) (Lithkren 7)", "wiki_url": "https://oldschool.runescape.wiki/w/Old_notes_(Dragon_Slayer_II)#Lithkren_7", "price": 0 @@ -220155,9 +196101,6 @@ "name": "Inert locator orb", "members": true, "cost": 2, - "weight": 0.01, - "release_date": "2018-01-04", - "examine": "A glass orb with a dragonstone in the centre.", "wiki_name": "Inert locator orb", "wiki_url": "https://oldschool.runescape.wiki/w/Inert_locator_orb", "price": 0 @@ -220167,9 +196110,6 @@ "name": "Locator orb", "members": true, "cost": 2, - "weight": 0.01, - "release_date": "2018-01-04", - "examine": "A glass orb with a dragonstone in the centre.", "wiki_name": "Locator orb", "wiki_url": "https://oldschool.runescape.wiki/w/Locator_orb", "price": 0 @@ -220179,9 +196119,6 @@ "name": "Robert bust", "members": true, "cost": 1, - "weight": 0.001, - "release_date": "2018-01-04", - "examine": "An ancient bust. The name Robert is inscribed on the bottom.", "wiki_name": "Robert bust", "wiki_url": "https://oldschool.runescape.wiki/w/Robert_bust", "price": 0 @@ -220191,9 +196128,6 @@ "name": "Camorra bust", "members": true, "cost": 1, - "weight": 0.001, - "release_date": "2018-01-04", - "examine": "An ancient bust. The name Camorra is inscribed on the bottom.", "wiki_name": "Camorra bust", "wiki_url": "https://oldschool.runescape.wiki/w/Camorra_bust", "price": 0 @@ -220203,9 +196137,6 @@ "name": "Tristan bust", "members": true, "cost": 1, - "weight": 0.001, - "release_date": "2018-01-04", - "examine": "An ancient bust. The name Tristan is inscribed on the bottom.", "wiki_name": "Tristan bust", "wiki_url": "https://oldschool.runescape.wiki/w/Tristan_bust", "price": 0 @@ -220215,9 +196146,6 @@ "name": "Aivas bust", "members": true, "cost": 1, - "weight": 0.001, - "release_date": "2018-01-04", - "examine": "An ancient bust. The name Aivas is inscribed on the bottom.", "wiki_name": "Aivas bust", "wiki_url": "https://oldschool.runescape.wiki/w/Aivas_bust", "price": 0 @@ -220227,9 +196155,6 @@ "name": "Dragon key", "members": true, "cost": 1, - "weight": 0.001, - "release_date": "2018-01-04", - "examine": "An ancient key made of dragon metal.", "wiki_name": "Dragon key", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_key", "price": 0 @@ -220241,9 +196166,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2018-01-04", - "examine": "A piece of an ancient key. I found this on an island north of Rellekka.", "wiki_name": "Dragon key piece (Ungael piece)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_key_piece#Ungael_piece", "price": 0 @@ -220255,9 +196177,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2018-01-04", - "examine": "A piece of an ancient key. I found this in the Shayzien Crypts.", "wiki_name": "Dragon key piece (Kourend piece)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_key_piece#Kourend_piece", "price": 0 @@ -220269,9 +196188,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2018-01-04", - "examine": "A piece of an ancient key. I found this buried in Mort Myre.", "wiki_name": "Dragon key piece (Morytania piece)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_key_piece#Morytania_piece", "price": 0 @@ -220283,9 +196199,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2018-01-04", - "examine": "A piece of an ancient key. I found this in an old Karamjan temple.", "wiki_name": "Dragon key piece (Karamja piece)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_key_piece#Karamja_piece", "price": 0 @@ -220297,9 +196210,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2018-01-04", - "examine": "An ancient key.", "wiki_name": "Dragon key (unobtainable item)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_key_(unobtainable_item)", "price": 0 @@ -220309,9 +196219,6 @@ "name": "Ancient key", "members": true, "cost": 1, - "weight": 0.001, - "release_date": "2018-01-04", - "examine": "A strange key. It seems to be made out of various metals, including mithril.", "wiki_name": "Ancient key (Dragon Slayer II)", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_key_(Dragon_Slayer_II)", "price": 0 @@ -220321,9 +196228,6 @@ "name": "Water container", "members": true, "cost": 1, - "weight": 2, - "release_date": "2018-01-04", - "examine": "It has lots of water in it.", "wiki_name": "Water container", "wiki_url": "https://oldschool.runescape.wiki/w/Water_container", "price": 0 @@ -220336,8 +196240,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2018-01-04", - "examine": "A tar-like substance.", "wiki_name": "Swamp paste (Dragon Slayer II)", "wiki_url": "https://oldschool.runescape.wiki/w/Swamp_paste_(Dragon_Slayer_II)", "price": 0 @@ -220348,8 +196250,6 @@ "members": true, "stackable": true, "cost": 1, - "release_date": "2018-01-04", - "examine": "Helps people feel better.", "wiki_name": "Revitalisation potion (Dragon Slayer II)", "wiki_url": "https://oldschool.runescape.wiki/w/Revitalisation_potion_(Dragon_Slayer_II)", "price": 0 @@ -220364,10 +196264,7 @@ "cost": 1200000, "lowalch": 480000, "highalch": 720000, - "weight": 2.721, "buy_limit": 50, - "release_date": "2018-01-04", - "examine": "A badly damaged shard of dragon metal.", "wiki_name": "Dragon metal shard", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_metal_shard", "price": 1670141 @@ -220382,10 +196279,7 @@ "cost": 100000, "lowalch": 40000, "highalch": 60000, - "weight": 2.721, "buy_limit": 50, - "release_date": "2018-01-04", - "examine": "A badly damaged slice of dragon metal.", "wiki_name": "Dragon metal slice", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_metal_slice", "price": 65300000 @@ -220400,10 +196294,7 @@ "cost": 150000, "lowalch": 60000, "highalch": 90000, - "weight": 2.721, "buy_limit": 50, - "release_date": "2018-01-04", - "examine": "A badly damaged lump of dragon metal.", "wiki_name": "Dragon metal lump", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_metal_lump", "price": 827500 @@ -220418,10 +196309,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.04, "buy_limit": 4, - "release_date": "2018-01-04", - "examine": "Very healthy.", "wiki_name": "Jar of decay", "wiki_url": "https://oldschool.runescape.wiki/w/Jar_of_decay", "price": 20000 @@ -220435,9 +196323,6 @@ "cost": 51000, "lowalch": 20400, "highalch": 30600, - "weight": 5.896, - "release_date": "2018-01-04", - "examine": "A superior bagged chicken empowered by Vorkath, ready to serve you, magnet in claw.", "wiki_name": "Ava's assembler (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Ava's_assembler#Normal", "equipment": { @@ -220474,10 +196359,7 @@ "cost": 80000, "lowalch": 32000, "highalch": 48000, - "weight": 0.005, "buy_limit": 8, - "release_date": "2018-01-04", - "examine": "A necklace made out of dragon bones.", "wiki_name": "Dragonbone necklace", "wiki_url": "https://oldschool.runescape.wiki/w/Dragonbone_necklace", "equipment": { @@ -220511,9 +196393,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 1.814, - "release_date": "2018-01-04", - "examine": "The cape worn by members of the Myths' Guild.", "wiki_name": "Mythical cape", "wiki_url": "https://oldschool.runescape.wiki/w/Mythical_cape", "equipment": { @@ -220543,9 +196422,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.8, - "release_date": "2018-01-04", - "examine": "A pot of crushed superior dragon bones.", "wiki_name": "Superior dragon bonemeal", "wiki_url": "https://oldschool.runescape.wiki/w/Superior_dragon_bonemeal", "price": 0 @@ -220560,10 +196436,7 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.015, "buy_limit": 11000, - "release_date": "2018-01-04", - "examine": "A mysterious power emanates from the talisman...", "wiki_name": "Wrath talisman", "wiki_url": "https://oldschool.runescape.wiki/w/Wrath_talisman", "price": 305 @@ -220580,10 +196453,7 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 1, "buy_limit": 40, - "release_date": "2018-01-04", - "examine": "A tiara infused with the properties of wrath.", "wiki_name": "Wrath tiara", "wiki_url": "https://oldschool.runescape.wiki/w/Wrath_tiara", "equipment": { @@ -220616,10 +196486,7 @@ "cost": 160, "lowalch": 64, "highalch": 96, - "weight": 1.8, "buy_limit": 7500, - "release_date": "2018-01-04", - "examine": "There's something unnatural about these bones.", "wiki_name": "Superior dragon bones", "wiki_url": "https://oldschool.runescape.wiki/w/Superior_dragon_bones", "price": 9040 @@ -220633,9 +196500,6 @@ "cost": 5440, "lowalch": 2176, "highalch": 3264, - "weight": 5.443, - "release_date": "2018-01-11", - "examine": "A shield with the symbol of Arrav.", "wiki_name": "Adamant kiteshield (Arrav)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_kiteshield_(Arrav)", "equipment": { @@ -220669,9 +196533,6 @@ "cost": 5440, "lowalch": 2176, "highalch": 3264, - "weight": 5.443, - "release_date": "2018-01-11", - "examine": "A shield with the symbol of Asgarnia.", "wiki_name": "Adamant kiteshield (Asgarnia)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_kiteshield_(Asgarnia)", "equipment": { @@ -220705,9 +196566,6 @@ "cost": 5440, "lowalch": 2176, "highalch": 3264, - "weight": 5.443, - "release_date": "2018-01-11", - "examine": "A shield with a picture of the Dorgeshuun brooch.", "wiki_name": "Adamant kiteshield (Dorgeshuun)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_kiteshield_(Dorgeshuun)", "equipment": { @@ -220741,9 +196599,6 @@ "cost": 5440, "lowalch": 2176, "highalch": 3264, - "weight": 5.443, - "release_date": "2018-01-11", - "examine": "A shield with a picture of a dragon.", "wiki_name": "Adamant kiteshield (Dragon)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_kiteshield_(Dragon)", "equipment": { @@ -220777,9 +196632,6 @@ "cost": 5440, "lowalch": 2176, "highalch": 3264, - "weight": 5.443, - "release_date": "2018-01-11", - "examine": "A shield with a picture of a fairy.", "wiki_name": "Adamant kiteshield (Fairy)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_kiteshield_(Fairy)", "equipment": { @@ -220813,9 +196665,6 @@ "cost": 5440, "lowalch": 2176, "highalch": 3264, - "weight": 5.443, - "release_date": "2018-01-11", - "examine": "A shield with the symbol of Guthix.", "wiki_name": "Adamant kiteshield (Guthix)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_kiteshield_(Guthix)", "equipment": { @@ -220849,9 +196698,6 @@ "cost": 5440, "lowalch": 2176, "highalch": 3264, - "weight": 5.443, - "release_date": "2018-01-11", - "examine": "A shield with the symbol of the HAM cult.", "wiki_name": "Adamant kiteshield (HAM)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_kiteshield_(HAM)", "equipment": { @@ -220885,9 +196731,6 @@ "cost": 5440, "lowalch": 2176, "highalch": 3264, - "weight": 5.443, - "release_date": "2018-01-11", - "examine": "A shield with a picture of the mythical 'horse'.", "wiki_name": "Adamant kiteshield (Horse)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_kiteshield_(Horse)", "equipment": { @@ -220921,9 +196764,6 @@ "cost": 5440, "lowalch": 2176, "highalch": 3264, - "weight": 5.443, - "release_date": "2018-01-11", - "examine": "A shield with a picture of a Jogre.", "wiki_name": "Adamant kiteshield (Jogre)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_kiteshield_(Jogre)", "equipment": { @@ -220957,9 +196797,6 @@ "cost": 5440, "lowalch": 2176, "highalch": 3264, - "weight": 5.443, - "release_date": "2018-01-11", - "examine": "A shield with the symbol of Kandarin.", "wiki_name": "Adamant kiteshield (Kandarin)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_kiteshield_(Kandarin)", "equipment": { @@ -220993,9 +196830,6 @@ "cost": 5440, "lowalch": 2176, "highalch": 3264, - "weight": 5.443, - "release_date": "2018-01-11", - "examine": "A shield with the symbol of Misthalin.", "wiki_name": "Adamant kiteshield (Misthalin)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_kiteshield_(Misthalin)", "equipment": { @@ -221029,9 +196863,6 @@ "cost": 5440, "lowalch": 2176, "highalch": 3264, - "weight": 5.443, - "release_date": "2018-01-11", - "examine": "A shield with a picture of a money-bag.", "wiki_name": "Adamant kiteshield (Money)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_kiteshield_(Money)", "equipment": { @@ -221065,9 +196896,6 @@ "cost": 5440, "lowalch": 2176, "highalch": 3264, - "weight": 5.443, - "release_date": "2018-01-11", - "examine": "A shield with the symbol of Saradomin.", "wiki_name": "Adamant kiteshield (Saradomin)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_kiteshield_(Saradomin)", "equipment": { @@ -221101,9 +196929,6 @@ "cost": 5440, "lowalch": 2176, "highalch": 3264, - "weight": 5.443, - "release_date": "2018-01-11", - "examine": "A shield with a picture of a skull.", "wiki_name": "Adamant kiteshield (Skull)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_kiteshield_(Skull)", "equipment": { @@ -221137,9 +196962,6 @@ "cost": 5440, "lowalch": 2176, "highalch": 3264, - "weight": 5.443, - "release_date": "2018-01-11", - "examine": "A shield with the symbol of Varrock.", "wiki_name": "Adamant kiteshield (Varrock)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_kiteshield_(Varrock)", "equipment": { @@ -221173,9 +196995,6 @@ "cost": 5440, "lowalch": 2176, "highalch": 3264, - "weight": 5.443, - "release_date": "2018-01-11", - "examine": "A shield with the symbol of Zamorak.", "wiki_name": "Adamant kiteshield (Zamorak)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_kiteshield_(Zamorak)", "equipment": { @@ -221209,9 +197028,6 @@ "cost": 3520, "lowalch": 1408, "highalch": 2112, - "weight": 2.721, - "release_date": "2018-01-11", - "examine": "The colours represent the symbol of Arrav.", "wiki_name": "Adamant heraldic helm (Arrav)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_heraldic_helm_(Arrav)", "equipment": { @@ -221245,9 +197061,6 @@ "cost": 3520, "lowalch": 1408, "highalch": 2112, - "weight": 2.721, - "release_date": "2018-01-11", - "examine": "The colours represent Asgarnia.", "wiki_name": "Adamant heraldic helm (Asgarnia)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_heraldic_helm_(Asgarnia)", "equipment": { @@ -221281,9 +197094,6 @@ "cost": 3520, "lowalch": 1408, "highalch": 2112, - "weight": 2.721, - "release_date": "2018-01-11", - "examine": "The colours represent the Dorgeshuun brooch.", "wiki_name": "Adamant heraldic helm (Dorgeshuun)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_heraldic_helm_(Dorgeshuun)", "equipment": { @@ -221317,9 +197127,6 @@ "cost": 3520, "lowalch": 1408, "highalch": 2112, - "weight": 2.721, - "release_date": "2018-01-11", - "examine": "The colours represent a dragon.", "wiki_name": "Adamant heraldic helm (Dragon)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_heraldic_helm_(Dragon)", "equipment": { @@ -221353,9 +197160,6 @@ "cost": 3520, "lowalch": 1408, "highalch": 2112, - "weight": 2.721, - "release_date": "2018-01-11", - "examine": "The colours represent a fairy.", "wiki_name": "Adamant heraldic helm (Fairy)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_heraldic_helm_(Fairy)", "equipment": { @@ -221389,9 +197193,6 @@ "cost": 3520, "lowalch": 1408, "highalch": 2112, - "weight": 2.721, - "release_date": "2018-01-11", - "examine": "The colours represent Guthix.", "wiki_name": "Adamant heraldic helm (Guthix)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_heraldic_helm_(Guthix)", "equipment": { @@ -221425,9 +197226,6 @@ "cost": 3520, "lowalch": 1408, "highalch": 2112, - "weight": 2.721, - "release_date": "2018-01-11", - "examine": "The colours represent the HAM cult.", "wiki_name": "Adamant heraldic helm (HAM)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_heraldic_helm_(HAM)", "equipment": { @@ -221461,9 +197259,6 @@ "cost": 3520, "lowalch": 1408, "highalch": 2112, - "weight": 2.721, - "release_date": "2018-01-11", - "examine": "The colours represent the mythical 'horse'.", "wiki_name": "Adamant heraldic helm (Horse)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_heraldic_helm_(Horse)", "equipment": { @@ -221497,9 +197292,6 @@ "cost": 3520, "lowalch": 1408, "highalch": 2112, - "weight": 2.721, - "release_date": "2018-01-11", - "examine": "The colours represent a Jogre.", "wiki_name": "Adamant heraldic helm (Jogre)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_heraldic_helm_(Jogre)", "equipment": { @@ -221533,9 +197325,6 @@ "cost": 3520, "lowalch": 1408, "highalch": 2112, - "weight": 2.721, - "release_date": "2018-01-11", - "examine": "The colours represent Kandarin.", "wiki_name": "Adamant heraldic helm (Kandarin)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_heraldic_helm_(Kandarin)", "equipment": { @@ -221569,9 +197358,6 @@ "cost": 3520, "lowalch": 1408, "highalch": 2112, - "weight": 2.721, - "release_date": "2018-01-11", - "examine": "The colours represent Misthalin.", "wiki_name": "Adamant heraldic helm (Misthalin)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_heraldic_helm_(Misthalin)", "equipment": { @@ -221605,9 +197391,6 @@ "cost": 3520, "lowalch": 1408, "highalch": 2112, - "weight": 2.721, - "release_date": "2018-01-11", - "examine": "The colours represent money.", "wiki_name": "Adamant heraldic helm (Money)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_heraldic_helm_(Money)", "equipment": { @@ -221641,9 +197424,6 @@ "cost": 3520, "lowalch": 1408, "highalch": 2112, - "weight": 2.721, - "release_date": "2018-01-11", - "examine": "The colours represent Saradomin.", "wiki_name": "Adamant heraldic helm (Saradomin)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_heraldic_helm_(Saradomin)", "equipment": { @@ -221677,9 +197457,6 @@ "cost": 3520, "lowalch": 1408, "highalch": 2112, - "weight": 2.721, - "release_date": "2018-01-11", - "examine": "The colours represent a skull.", "wiki_name": "Adamant heraldic helm (Skull)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_heraldic_helm_(Skull)", "equipment": { @@ -221713,9 +197490,6 @@ "cost": 3520, "lowalch": 1408, "highalch": 2112, - "weight": 2.721, - "release_date": "2018-01-11", - "examine": "The colours represent Varrock.", "wiki_name": "Adamant heraldic helm (Varrock)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_heraldic_helm_(Varrock)", "equipment": { @@ -221749,9 +197523,6 @@ "cost": 3520, "lowalch": 1408, "highalch": 2112, - "weight": 2.721, - "release_date": "2018-01-11", - "examine": "The colours represent Zamorak.", "wiki_name": "Adamant heraldic helm (Zamorak)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_heraldic_helm_(Zamorak)", "equipment": { @@ -221783,9 +197554,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2018-01-18", - "examine": "Surprisingly this one's actually useful!", "wiki_name": "Useful rock", "wiki_url": "https://oldschool.runescape.wiki/w/Useful_rock", "price": 0 @@ -221800,10 +197568,7 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.453, "buy_limit": 250, - "release_date": "2018-01-18", - "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": 914 @@ -221818,10 +197583,7 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.453, "buy_limit": 250, - "release_date": "2018-01-18", - "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": 1735 @@ -221836,10 +197598,7 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.453, "buy_limit": 250, - "release_date": "2018-01-18", - "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": 1337 @@ -221854,10 +197613,7 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.453, "buy_limit": 250, - "release_date": "2018-01-18", - "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": 2346 @@ -221872,10 +197628,7 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.453, "buy_limit": 250, - "release_date": "2018-01-18", - "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": 1738 @@ -221888,8 +197641,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "release_date": "2018-01-18", - "examine": "In the darkness of sorrow, even a tear shines with hope.", "wiki_name": "Glistening tear", "wiki_url": "https://oldschool.runescape.wiki/w/Glistening_tear", "price": 0 @@ -221901,8 +197652,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2018-01-25", - "examine": "Used for very high level missile spells.", "wiki_name": "Wrath rune (Barbarian Assault)", "wiki_url": "https://oldschool.runescape.wiki/w/Wrath_rune_(Barbarian_Assault)", "price": 0 @@ -221917,10 +197666,7 @@ "cost": 800, "lowalch": 320, "highalch": 480, - "weight": 0.035, "buy_limit": 2000, - "release_date": "2018-01-25", - "examine": "4 doses of extended super anti-firebreath potion.", "wiki_name": "Extended super antifire (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Extended_super_antifire#4_dose", "price": 10776 @@ -221935,10 +197681,7 @@ "cost": 760, "lowalch": 304, "highalch": 456, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2018-01-25", - "examine": "3 doses of extended super anti-firebreath potion.", "wiki_name": "Extended super antifire (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Extended_super_antifire#3_dose", "price": 8868 @@ -221953,10 +197696,7 @@ "cost": 720, "lowalch": 288, "highalch": 432, - "weight": 0.025, "buy_limit": 2000, - "release_date": "2018-01-25", - "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": 5369 @@ -221971,10 +197711,7 @@ "cost": 680, "lowalch": 272, "highalch": 408, - "weight": 0.02, "buy_limit": 2000, - "release_date": "2018-01-25", - "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": 2596 @@ -221989,10 +197726,7 @@ "cost": 240, "lowalch": 96, "highalch": 144, - "weight": 0.08, "buy_limit": 2000, - "release_date": "2018-01-25", - "examine": "Two doses of fishy extended super anti-firebreath potion.", "wiki_name": "Extended super antifire mix (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Extended_super_antifire_mix#2_dose", "price": 10403 @@ -222007,10 +197741,7 @@ "cost": 160, "lowalch": 64, "highalch": 96, - "weight": 0.05, "buy_limit": 2000, - "release_date": "2018-01-25", - "examine": "One dose of fishy extended super anti-firebreath potion.", "wiki_name": "Extended super antifire mix (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Extended_super_antifire_mix#1_dose", "price": 16950 @@ -222025,8 +197756,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2018-01-25", - "examine": "Arrows with bullet heads.", "wiki_name": "Bullet arrow", "wiki_url": "https://oldschool.runescape.wiki/w/Bullet_arrow", "equipment": { @@ -222059,8 +197788,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2018-01-25", - "examine": "Arrows with field heads.", "wiki_name": "Field arrow", "wiki_url": "https://oldschool.runescape.wiki/w/Field_arrow", "equipment": { @@ -222093,8 +197820,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2018-01-25", - "examine": "Arrows with blunt heads.", "wiki_name": "Blunt arrow", "wiki_url": "https://oldschool.runescape.wiki/w/Blunt_arrow", "equipment": { @@ -222127,8 +197852,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2018-01-25", - "examine": "Arrows with barbed heads.", "wiki_name": "Barbed arrow", "wiki_url": "https://oldschool.runescape.wiki/w/Barbed_arrow", "equipment": { @@ -222161,10 +197884,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.5, "buy_limit": 4, - "release_date": "2018-01-25", - "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": 36452 @@ -222178,9 +197898,6 @@ "cost": 20000, "lowalch": 8000, "highalch": 12000, - "weight": 1, - "release_date": "2018-01-25", - "examine": "These fancy boots will protect my feet.", "wiki_name": "Dragon boots (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_boots_(g)", "equipment": { @@ -222215,10 +197932,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.5, "buy_limit": 4, - "release_date": "2018-01-25", - "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": 11762525 @@ -222233,10 +197947,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.5, "buy_limit": 4, - "release_date": "2018-01-25", - "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": 4275504 @@ -222250,9 +197961,6 @@ "cost": 2000000, "lowalch": 800000, "highalch": 1200000, - "weight": 11.339, - "release_date": "2018-01-25", - "examine": "A Dragon platebody with a gold trim.", "wiki_name": "Dragon platebody (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_platebody_(g)", "equipment": { @@ -222286,9 +197994,6 @@ "cost": 1600000, "lowalch": 640000, "highalch": 960000, - "weight": 6.803, - "release_date": "2018-01-25", - "examine": "An ancient and powerful looking Dragon Kiteshield with a gold trim.", "wiki_name": "Dragon kiteshield (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_kiteshield_(g)", "equipment": { @@ -222323,10 +198028,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.5, "buy_limit": 4, - "release_date": "2018-01-25", - "examine": "Use on a necklace of anguish to make it look fancier!", "wiki_name": "Anguish ornament kit", "wiki_url": "https://oldschool.runescape.wiki/w/Anguish_ornament_kit", "price": 7760184 @@ -222340,9 +198042,6 @@ "cost": 202000, "lowalch": 80800, "highalch": 121200, - "weight": 0.01, - "release_date": "2018-01-25", - "examine": "A deep sense of anguish burns within this powerful necklace.", "wiki_name": "Necklace of anguish (or)", "wiki_url": "https://oldschool.runescape.wiki/w/Necklace_of_anguish_(or)", "equipment": { @@ -222379,10 +198078,7 @@ "cost": 80, "lowalch": 32, "highalch": 48, - "weight": 3.175, "buy_limit": 125, - "release_date": "2018-02-01", - "examine": "A solid oaken shield.", "wiki_name": "Oak shield", "wiki_url": "https://oldschool.runescape.wiki/w/Oak_shield", "equipment": { @@ -222419,10 +198115,7 @@ "cost": 160, "lowalch": 64, "highalch": 96, - "weight": 3.175, "buy_limit": 125, - "release_date": "2018-02-01", - "examine": "A solid willow shield.", "wiki_name": "Willow shield", "wiki_url": "https://oldschool.runescape.wiki/w/Willow_shield", "equipment": { @@ -222459,10 +198152,7 @@ "cost": 320, "lowalch": 128, "highalch": 192, - "weight": 3.175, "buy_limit": 125, - "release_date": "2018-02-01", - "examine": "A solid maple shield.", "wiki_name": "Maple shield", "wiki_url": "https://oldschool.runescape.wiki/w/Maple_shield", "equipment": { @@ -222499,10 +198189,7 @@ "cost": 640, "lowalch": 256, "highalch": 384, - "weight": 3.175, "buy_limit": 125, - "release_date": "2018-02-01", - "examine": "A solid yew shield.", "wiki_name": "Yew shield", "wiki_url": "https://oldschool.runescape.wiki/w/Yew_shield", "equipment": { @@ -222539,10 +198226,7 @@ "cost": 1280, "lowalch": 512, "highalch": 768, - "weight": 3.175, "buy_limit": 125, - "release_date": "2018-02-01", - "examine": "A solid magic wood shield.", "wiki_name": "Magic shield", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_shield", "equipment": { @@ -222579,10 +198263,7 @@ "cost": 1280, "lowalch": 512, "highalch": 768, - "weight": 3.175, "buy_limit": 125, - "release_date": "2018-02-01", - "examine": "A solid redwood shield.", "wiki_name": "Redwood shield", "wiki_url": "https://oldschool.runescape.wiki/w/Redwood_shield", "equipment": { @@ -222619,10 +198300,7 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 7, "buy_limit": 125, - "release_date": "2018-02-01", - "examine": "A solid oaken shield covered in hard leather.", "wiki_name": "Hard leather shield", "wiki_url": "https://oldschool.runescape.wiki/w/Hard_leather_shield", "equipment": { @@ -222660,10 +198338,7 @@ "cost": 920, "lowalch": 368, "highalch": 552, - "weight": 8, "buy_limit": 125, - "release_date": "2018-02-01", - "examine": "A solid willow shield covered in snakeskin leather.", "wiki_name": "Snakeskin shield", "wiki_url": "https://oldschool.runescape.wiki/w/Snakeskin_shield", "equipment": { @@ -222701,10 +198376,7 @@ "cost": 5500, "lowalch": 2200, "highalch": 3300, - "weight": 8, "buy_limit": 125, - "release_date": "2018-02-01", - "examine": "A solid maple shield covered in green dragon leather.", "wiki_name": "Green d'hide shield", "wiki_url": "https://oldschool.runescape.wiki/w/Green_d'hide_shield", "equipment": { @@ -222742,10 +198414,7 @@ "cost": 7500, "lowalch": 3000, "highalch": 4500, - "weight": 8, "buy_limit": 125, - "release_date": "2018-02-01", - "examine": "A solid yew shield covered in blue dragon leather.", "wiki_name": "Blue d'hide shield", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_d'hide_shield", "equipment": { @@ -222783,10 +198452,7 @@ "cost": 11000, "lowalch": 4400, "highalch": 6600, - "weight": 8, "buy_limit": 125, - "release_date": "2018-02-01", - "examine": "A solid magic wood shield covered in red dragon leather.", "wiki_name": "Red d'hide shield", "wiki_url": "https://oldschool.runescape.wiki/w/Red_d'hide_shield", "equipment": { @@ -222824,10 +198490,7 @@ "cost": 28334, "lowalch": 11333, "highalch": 17000, - "weight": 8, "buy_limit": 125, - "release_date": "2018-02-01", - "examine": "A solid redwood shield covered in black dragon leather.", "wiki_name": "Black d'hide shield", "wiki_url": "https://oldschool.runescape.wiki/w/Black_d'hide_shield", "equipment": { @@ -222860,9 +198523,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2018-02-01", - "examine": "'Leather Shields - Resource information flyer' by William the Shield Master", "wiki_name": "Leather shields flyer", "wiki_url": "https://oldschool.runescape.wiki/w/Leather_shields_flyer", "price": 0 @@ -222877,9 +198537,6 @@ "cost": 98500, "lowalch": 39400, "highalch": 59100, - "weight": 1.814, - "release_date": "2018-02-08", - "examine": "An enhanced weapon from the deep.", "wiki_name": "Trident of the seas (e) (Charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Trident_of_the_seas_(e)#Charged", "equipment": { @@ -222944,10 +198601,7 @@ "cost": 98000, "lowalch": 39200, "highalch": 58800, - "weight": 1.814, "buy_limit": 8, - "release_date": "2018-02-08", - "examine": "It needs to be charged with death runes, chaos runes, fire runes and coins.", "wiki_name": "Trident of the seas (e) (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Trident_of_the_seas_(e)#Uncharged", "equipment": { @@ -223009,9 +198663,6 @@ "cost": 108500, "lowalch": 43400, "highalch": 65100, - "weight": 1.814, - "release_date": "2018-02-08", - "examine": "An enhanced toxic weapon from the deep.", "wiki_name": "Trident of the swamp (e) (Charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Trident_of_the_swamp_(e)#Charged", "equipment": { @@ -223076,10 +198727,7 @@ "cost": 108000, "lowalch": 43200, "highalch": 64800, - "weight": 1.814, "buy_limit": 8, - "release_date": "2018-02-08", - "examine": "It needs to be charged with death runes, chaos runes, fire runes and Zulrah's scales.", "wiki_name": "Trident of the swamp (e) (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Trident_of_the_swamp_(e)#Uncharged", "equipment": { @@ -223144,10 +198792,7 @@ "cost": 1000005, "lowalch": 400002, "highalch": 600003, - "weight": 1.5, "buy_limit": 8, - "release_date": "2018-02-08", - "examine": "A ghastly weapon with evil origins combined with a holy light.", "wiki_name": "Staff of light", "wiki_url": "https://oldschool.runescape.wiki/w/Staff_of_light", "equipment": { @@ -223224,10 +198869,7 @@ "cost": 4000000, "lowalch": 1600000, "highalch": 2400000, - "weight": 0.1, "buy_limit": 250, - "release_date": "2018-02-08", - "examine": "A mysterious artifact of ancient times, precious to emblem traders.", "wiki_name": "Ancient medallion", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_medallion", "price": 3996020 @@ -223242,10 +198884,7 @@ "cost": 8000000, "lowalch": 3200000, "highalch": 4800000, - "weight": 0.1, "buy_limit": 250, - "release_date": "2018-02-08", - "examine": "A mysterious artifact of ancient times, very precious to emblem traders.", "wiki_name": "Ancient effigy", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_effigy", "price": 7993127 @@ -223260,10 +198899,7 @@ "cost": 16000000, "lowalch": 6400000, "highalch": 9600000, - "weight": 0.1, "buy_limit": 250, - "release_date": "2018-02-08", - "examine": "A mysterious artifact of ancient times, emblem traders will pay you extremely handsomely for this.", "wiki_name": "Ancient relic", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_relic", "price": 15985195 @@ -223274,9 +198910,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2019-05-30", - "examine": "An icon.", "wiki_name": "Healer icon (Handlebar)", "wiki_url": "https://oldschool.runescape.wiki/w/Healer_icon#Handlebar", "price": 0 @@ -223287,9 +198920,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2019-05-30", - "examine": "An icon.", "wiki_name": "Healer icon (Short)", "wiki_url": "https://oldschool.runescape.wiki/w/Healer_icon#Short", "price": 0 @@ -223300,9 +198930,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2019-05-30", - "examine": "An icon.", "wiki_name": "Healer icon (Small moustache)", "wiki_url": "https://oldschool.runescape.wiki/w/Healer_icon#Small_moustache", "price": 0 @@ -223313,9 +198940,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2019-05-30", - "examine": "An icon.", "wiki_name": "Healer icon (Long)", "wiki_url": "https://oldschool.runescape.wiki/w/Healer_icon#Long", "price": 0 @@ -223326,9 +198950,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2019-05-30", - "examine": "An icon.", "wiki_name": "Collector icon (Dali)", "wiki_url": "https://oldschool.runescape.wiki/w/Collector_icon#Dali", "price": 0 @@ -223339,9 +198960,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2019-05-30", - "examine": "An icon.", "wiki_name": "Collector icon (Big moustache)", "wiki_url": "https://oldschool.runescape.wiki/w/Collector_icon#Big_moustache", "price": 0 @@ -223352,9 +198970,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2019-05-30", - "examine": "An icon.", "wiki_name": "Collector icon (Mutton)", "wiki_url": "https://oldschool.runescape.wiki/w/Collector_icon#Mutton", "price": 0 @@ -223365,9 +198980,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2019-05-30", - "examine": "An icon.", "wiki_name": "Collector icon (Split)", "wiki_url": "https://oldschool.runescape.wiki/w/Collector_icon#Split", "price": 0 @@ -223379,9 +198991,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 1, - "weight": 0.453, - "release_date": "2018-02-22", - "examine": "There's something strangely familiar about the sword.", "wiki_name": "Prop sword", "wiki_url": "https://oldschool.runescape.wiki/w/Prop_sword", "equipment": { @@ -223438,9 +199047,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2018-02-22", - "examine": "A critter from the spirit realm.", "wiki_name": "Pet dark core (Corporeal Critter)", "wiki_url": "https://oldschool.runescape.wiki/w/Pet_dark_core#Corporeal_Critter", "price": 0 @@ -223452,9 +199058,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2018-02-22", - "examine": "Not quite so fearsome anymore.", "wiki_name": "Jal-nib-rek (TzRek-Zuk)", "wiki_url": "https://oldschool.runescape.wiki/w/Jal-nib-rek#TzRek-Zuk", "price": 0 @@ -223466,9 +199069,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.18, - "release_date": "2018-03-01", - "examine": "Sometimes that quiet feeling of accomplishment just isn't enough of a reward.", "wiki_name": "Champion's lamp", "wiki_url": "https://oldschool.runescape.wiki/w/Champion's_lamp", "price": 0 @@ -223477,9 +199077,6 @@ "id": 22321, "name": "Rotten cabbage", "cost": 1, - "weight": 1.814, - "release_date": "2018-03-01", - "examine": "Eww!", "wiki_name": "Rotten cabbage", "wiki_url": "https://oldschool.runescape.wiki/w/Rotten_cabbage", "price": 0 @@ -223493,9 +199090,6 @@ "cost": 2500000, "lowalch": 1000000, "highalch": 1500000, - "weight": 0.453, - "release_date": "2018-06-07", - "examine": "A defensive weapon.", "wiki_name": "Avernic defender (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Avernic_defender#Normal", "equipment": { @@ -223531,9 +199125,6 @@ "cost": 5000000, "lowalch": 2000000, "highalch": 3000000, - "weight": 1.5, - "release_date": "2018-06-07", - "examine": "A sacred staff imbued with the power of blood.", "wiki_name": "Sanguinesti staff (Charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Sanguinesti_staff#Charged", "equipment": { @@ -223598,10 +199189,7 @@ "cost": 5000000, "lowalch": 2000000, "highalch": 3000000, - "weight": 1.814, "buy_limit": 8, - "release_date": "2018-06-07", - "examine": "A razor sharp rapier, smeared with vampyric blood.", "wiki_name": "Ghrazi rapier", "wiki_url": "https://oldschool.runescape.wiki/w/Ghrazi_rapier", "equipment": { @@ -223670,9 +199258,6 @@ "cost": 4000000, "lowalch": 1600000, "highalch": 2400000, - "weight": 3.175, - "release_date": "2018-06-07", - "examine": "A powerful scythe.", "wiki_name": "Scythe of vitur (Charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Scythe_of_vitur#Charged", "equipment": { @@ -223744,10 +199329,7 @@ "cost": 2000000, "lowalch": 800000, "highalch": 1200000, - "weight": 2.721, "buy_limit": 8, - "release_date": "2018-06-07", - "examine": "A helm that once belonged to a Justiciar, a loyal zealot of Saradomin.", "wiki_name": "Justiciar faceguard", "wiki_url": "https://oldschool.runescape.wiki/w/Justiciar_faceguard", "equipment": { @@ -223784,10 +199366,7 @@ "cost": 6000000, "lowalch": 2400000, "highalch": 3600000, - "weight": 9.979, "buy_limit": 8, - "release_date": "2018-06-07", - "examine": "A Justiciar's chestguard. They once roamed the land casting judgements on wrongdoers, their decisions were never questioned.", "wiki_name": "Justiciar chestguard", "wiki_url": "https://oldschool.runescape.wiki/w/Justiciar_chestguard", "equipment": { @@ -223824,10 +199403,7 @@ "cost": 4500000, "lowalch": 1800000, "highalch": 2700000, - "weight": 9.071, "buy_limit": 8, - "release_date": "2018-06-07", - "examine": "A Justiciar's platelegs. Their once bright colours have since faded.", "wiki_name": "Justiciar legguards", "wiki_url": "https://oldschool.runescape.wiki/w/Justiciar_legguards", "equipment": { @@ -223856,9 +199432,6 @@ "id": 22330, "name": "Deadman starter pack", "cost": 500, - "weight": 4, - "release_date": "2018-03-17", - "examine": "Contains some useful supplies.", "wiki_name": "Deadman starter pack", "wiki_url": "https://oldschool.runescape.wiki/w/Deadman_starter_pack", "price": 0 @@ -223870,9 +199443,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 500, - "weight": 1.814, - "release_date": "2018-03-17", - "examine": "A sword from a starter pack.", "wiki_name": "Starter sword", "wiki_url": "https://oldschool.runescape.wiki/w/Starter_sword", "equipment": { @@ -223936,9 +199506,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 500, - "weight": 1.36, - "release_date": "2018-03-17", - "examine": "A bow from a starter pack.", "wiki_name": "Starter bow", "wiki_url": "https://oldschool.runescape.wiki/w/Starter_bow", "equipment": { @@ -223995,9 +199562,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 500, - "weight": 1.814, - "release_date": "2018-03-17", - "examine": "A staff from a starter pack.", "wiki_name": "Starter staff", "wiki_url": "https://oldschool.runescape.wiki/w/Starter_staff", "equipment": { @@ -224053,9 +199617,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2019-05-30", - "examine": "An icon.", "wiki_name": "Collector icon (Short)", "wiki_url": "https://oldschool.runescape.wiki/w/Collector_icon#Short", "price": 0 @@ -224066,9 +199627,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2019-05-30", - "examine": "An icon.", "wiki_name": "Collector icon (Small moustache)", "wiki_url": "https://oldschool.runescape.wiki/w/Collector_icon#Small_moustache", "price": 0 @@ -224079,9 +199637,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2019-05-30", - "examine": "An icon.", "wiki_name": "Collector icon (Goatee)", "wiki_url": "https://oldschool.runescape.wiki/w/Collector_icon#Goatee", "price": 0 @@ -224092,9 +199647,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2019-05-30", - "examine": "An icon.", "wiki_name": "Defender icon (Waxed moustache)", "wiki_url": "https://oldschool.runescape.wiki/w/Defender_icon#Waxed_moustache", "price": 0 @@ -224105,9 +199657,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2019-05-30", - "examine": "An icon.", "wiki_name": "Defender icon (Full mutton)", "wiki_url": "https://oldschool.runescape.wiki/w/Defender_icon#Full_mutton", "price": 0 @@ -224118,9 +199667,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2019-05-30", - "examine": "An icon.", "wiki_name": "Defender icon (Handlebar)", "wiki_url": "https://oldschool.runescape.wiki/w/Defender_icon#Handlebar", "price": 0 @@ -224131,9 +199677,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2019-05-30", - "examine": "An icon.", "wiki_name": "Defender icon (Pointy)", "wiki_url": "https://oldschool.runescape.wiki/w/Defender_icon#Pointy", "price": 0 @@ -224144,9 +199687,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2019-05-30", - "examine": "An icon.", "wiki_name": "Defender icon (Small moustache)", "wiki_url": "https://oldschool.runescape.wiki/w/Defender_icon#Small_moustache", "price": 0 @@ -224157,9 +199697,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2019-05-30", - "examine": "An icon.", "wiki_name": "Defender icon (Long)", "wiki_url": "https://oldschool.runescape.wiki/w/Defender_icon#Long", "price": 0 @@ -224170,9 +199707,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2019-05-30", - "examine": "An icon.", "wiki_name": "Attacker icon (Vizier)", "wiki_url": "https://oldschool.runescape.wiki/w/Attacker_icon#Vizier", "price": 0 @@ -224183,9 +199717,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2019-05-30", - "examine": "An icon.", "wiki_name": "Attacker icon (Waxed moustache)", "wiki_url": "https://oldschool.runescape.wiki/w/Attacker_icon#Waxed_moustache", "price": 0 @@ -224196,9 +199727,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2019-05-30", - "examine": "An icon.", "wiki_name": "Attacker icon (Full mutton)", "wiki_url": "https://oldschool.runescape.wiki/w/Attacker_icon#Full_mutton", "price": 0 @@ -224209,9 +199737,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2019-05-30", - "examine": "An icon.", "wiki_name": "Attacker icon (Handlebar)", "wiki_url": "https://oldschool.runescape.wiki/w/Attacker_icon#Handlebar", "price": 0 @@ -224224,9 +199749,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2018-03-29", - "examine": "A chocolate shell reinforced with a thin layer of foil.", "wiki_name": "Eggshell platebody", "wiki_url": "https://oldschool.runescape.wiki/w/Eggshell_platebody", "equipment": { @@ -224257,9 +199779,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2018-03-29", - "examine": "A chocolate shell reinforced with a thin layer of foil.", "wiki_name": "Eggshell platelegs", "wiki_url": "https://oldschool.runescape.wiki/w/Eggshell_platelegs", "equipment": { @@ -224290,9 +199809,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.25, - "release_date": "2018-03-29", - "examine": "A chocolate egg decorated in the colours of Saradomin.", "wiki_name": "Holy handegg", "wiki_url": "https://oldschool.runescape.wiki/w/Holy_handegg", "price": 0 @@ -224305,9 +199821,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.25, - "release_date": "2018-03-29", - "examine": "A chocolate egg decorated in the colours of Guthix.", "wiki_name": "Peaceful handegg", "wiki_url": "https://oldschool.runescape.wiki/w/Peaceful_handegg", "price": 0 @@ -224320,9 +199833,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.25, - "release_date": "2018-03-29", - "examine": "A chocolate egg decorated in the colours of Zamorak.", "wiki_name": "Chaotic handegg", "wiki_url": "https://oldschool.runescape.wiki/w/Chaotic_handegg", "price": 0 @@ -224333,9 +199843,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.001, - "release_date": "2018-04-12", - "examine": "For seeing things that are there.", "wiki_name": "Oculus orb", "wiki_url": "https://oldschool.runescape.wiki/w/Oculus_orb", "price": 0 @@ -224345,9 +199852,6 @@ "name": "Certificate", "members": true, "cost": 50, - "weight": 0.01, - "release_date": "2018-04-19", - "examine": "It's a certificate.", "wiki_name": "Shayzien favour certificate", "wiki_url": "https://oldschool.runescape.wiki/w/Shayzien_favour_certificate", "price": 0 @@ -224357,9 +199861,6 @@ "name": "Certificate", "members": true, "cost": 50, - "weight": 0.01, - "release_date": "2018-04-19", - "examine": "It's a certificate.", "wiki_name": "Kourend favour certificate", "wiki_url": "https://oldschool.runescape.wiki/w/Kourend_favour_certificate", "price": 0 @@ -224376,10 +199877,7 @@ "cost": 65000, "lowalch": 26000, "highalch": 39000, - "weight": 1.5, "buy_limit": 8, - "release_date": "2018-05-03", - "examine": "It's a slightly magical stick. All natural, of course.", "wiki_name": "Bryophyta's staff (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Bryophyta's_staff#Uncharged", "equipment": { @@ -224455,9 +199953,6 @@ "cost": 65000, "lowalch": 26000, "highalch": 39000, - "weight": 1.5, - "release_date": "2018-05-03", - "examine": "It's a slightly more magical stick. All natural, of course.", "wiki_name": "Bryophyta's staff (Charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Bryophyta's_staff#Charged", "equipment": { @@ -224533,10 +200028,7 @@ "cost": 7000, "lowalch": 2800, "highalch": 4200, - "weight": 0.001, "buy_limit": 100, - "release_date": "2018-05-03", - "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": 10225000 @@ -224548,8 +200040,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2018-05-03", - "examine": "A key to the lair of Bryophyta, the Moss Giantess.", "wiki_name": "Mossy key", "wiki_url": "https://oldschool.runescape.wiki/w/Mossy_key", "price": 0 @@ -224561,9 +200051,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2018-05-17", - "examine": "A puppy of a mutated guardian of Xeric.", "wiki_name": "Olmlet (Puppadile)", "wiki_url": "https://oldschool.runescape.wiki/w/Olmlet#Puppadile", "price": 0 @@ -224576,9 +200063,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2018-05-17", - "examine": "Xeric's former artisan's former helper.", "wiki_name": "Tektiny (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Tektiny#Normal", "price": 0 @@ -224590,9 +200074,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2018-05-17", - "examine": "A very small member of Xeric's elite tactical unit.", "wiki_name": "Olmlet (Vanguard)", "wiki_url": "https://oldschool.runescape.wiki/w/Olmlet#Vanguard", "price": 0 @@ -224604,9 +200085,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2018-05-17", - "examine": "The son of a former High Priest, fused with the rock and bound to the dark crystals.", "wiki_name": "Olmlet (Vasa minirio)", "wiki_url": "https://oldschool.runescape.wiki/w/Olmlet#Vasa_minirio", "price": 0 @@ -224619,9 +200097,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2018-05-17", - "examine": "Princess of the Abyssal Vespine.", "wiki_name": "Vespina (Crawling)", "wiki_url": "https://oldschool.runescape.wiki/w/Vespina#Crawling", "price": 0 @@ -224633,9 +200108,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.19, - "release_date": "2018-05-17", - "examine": "Sparkly essence of Chambers of Xeric bosses. Use on Olmlet.", "wiki_name": "Metamorphic dust", "wiki_url": "https://oldschool.runescape.wiki/w/Metamorphic_dust", "price": 0 @@ -224649,9 +200121,6 @@ "cost": 400, "lowalch": 160, "highalch": 240, - "weight": 0.453, - "release_date": "2018-05-17", - "examine": "Awarded for completing 100 Chambers of Xeric in challenge mode.", "wiki_name": "Xeric's guard", "wiki_url": "https://oldschool.runescape.wiki/w/Xeric's_guard", "equipment": { @@ -224683,9 +200152,6 @@ "cost": 400, "lowalch": 160, "highalch": 240, - "weight": 0.453, - "release_date": "2018-05-17", - "examine": "Awarded for completing 500 Chambers of Xeric in challenge mode.", "wiki_name": "Xeric's warrior", "wiki_url": "https://oldschool.runescape.wiki/w/Xeric's_warrior", "equipment": { @@ -224717,9 +200183,6 @@ "cost": 400, "lowalch": 160, "highalch": 240, - "weight": 0.453, - "release_date": "2018-05-17", - "examine": "Awarded for completing 1000 Chambers of Xeric in challenge mode.", "wiki_name": "Xeric's sentinel", "wiki_url": "https://oldschool.runescape.wiki/w/Xeric's_sentinel", "equipment": { @@ -224751,9 +200214,6 @@ "cost": 400, "lowalch": 160, "highalch": 240, - "weight": 0.453, - "release_date": "2018-05-17", - "examine": "Awarded for completing 1500 Chambers of Xeric in challenge mode.", "wiki_name": "Xeric's general", "wiki_url": "https://oldschool.runescape.wiki/w/Xeric's_general", "equipment": { @@ -224785,9 +200245,6 @@ "cost": 400, "lowalch": 160, "highalch": 240, - "weight": 0.453, - "release_date": "2018-05-17", - "examine": "Awarded for completing 2000 Chambers of Xeric in challenge mode.", "wiki_name": "Xeric's champion", "wiki_url": "https://oldschool.runescape.wiki/w/Xeric's_champion", "equipment": { @@ -224818,9 +200275,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 20000, - "weight": 0.001, - "release_date": "2018-05-24", - "examine": "A legendary flail.", "wiki_name": "Ivandis flail", "wiki_url": "https://oldschool.runescape.wiki/w/Ivandis_flail", "equipment": { @@ -224893,9 +200347,6 @@ "equipable": true, "equipable_by_player": true, "cost": 200, - "weight": 0.01, - "release_date": "2018-05-24", - "examine": "An ancient medallion.", "wiki_name": "Drakan's medallion", "wiki_url": "https://oldschool.runescape.wiki/w/Drakan's_medallion", "equipment": { @@ -224925,9 +200376,6 @@ "name": "Mysterious herb", "members": true, "cost": 100, - "weight": 0.007, - "release_date": "2018-05-24", - "examine": "An unidentified herb.", "wiki_name": "Mysterious herb", "wiki_url": "https://oldschool.runescape.wiki/w/Mysterious_herb", "price": 0 @@ -224937,9 +200385,6 @@ "name": "Mysterious meat", "members": true, "cost": 100, - "weight": 0.007, - "release_date": "2018-05-24", - "examine": "I can't tell what animal it came from.", "wiki_name": "Mysterious meat", "wiki_url": "https://oldschool.runescape.wiki/w/Mysterious_meat", "price": 0 @@ -224949,9 +200394,6 @@ "name": "Mysterious crushed meat", "members": true, "cost": 100, - "weight": 0.007, - "release_date": "2018-05-24", - "examine": "I can't tell what animal it came from.", "wiki_name": "Mysterious crushed meat", "wiki_url": "https://oldschool.runescape.wiki/w/Mysterious_crushed_meat", "price": 0 @@ -224961,9 +200403,6 @@ "name": "Unfinished blood potion", "members": true, "cost": 100, - "weight": 0.02, - "release_date": "2018-05-24", - "examine": "An unfinished potion made using blood.", "wiki_name": "Unfinished blood potion", "wiki_url": "https://oldschool.runescape.wiki/w/Unfinished_blood_potion", "price": 0 @@ -224973,9 +200412,6 @@ "name": "Blood potion", "members": true, "cost": 100, - "weight": 0.02, - "release_date": "2018-05-24", - "examine": "A strange potion made using blood.", "wiki_name": "Blood potion", "wiki_url": "https://oldschool.runescape.wiki/w/Blood_potion", "price": 0 @@ -224987,9 +200423,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.02, - "release_date": "2018-05-24", - "examine": "An unfinished potion.", "wiki_name": "Unfinished potion (A Taste of Hope)", "wiki_url": "https://oldschool.runescape.wiki/w/Unfinished_potion_(A_Taste_of_Hope)", "price": 0 @@ -224999,9 +200432,6 @@ "name": "Potion", "members": true, "cost": 100, - "weight": 0.02, - "release_date": "2018-05-24", - "examine": "A strange potion.", "wiki_name": "Potion (A Taste of Hope)", "wiki_url": "https://oldschool.runescape.wiki/w/Potion_(A_Taste_of_Hope)", "price": 0 @@ -225011,9 +200441,6 @@ "name": "Old notes", "members": true, "cost": 100, - "weight": 0.003, - "release_date": "2018-05-24", - "examine": "Hopefully they contain the information we need.", "wiki_name": "Old notes (A Taste of Hope)", "wiki_url": "https://oldschool.runescape.wiki/w/Old_notes_(A_Taste_of_Hope)", "price": 0 @@ -225025,9 +200452,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.51, - "release_date": "2018-05-24", - "examine": "A tatty old diary.", "wiki_name": "Old diary", "wiki_url": "https://oldschool.runescape.wiki/w/Old_diary", "price": 0 @@ -225037,9 +200461,6 @@ "name": "Flaygian's notes", "members": true, "cost": 100, - "weight": 0.003, - "release_date": "2018-05-24", - "examine": "Flaygian's final gift to us.", "wiki_name": "Flaygian's notes", "wiki_url": "https://oldschool.runescape.wiki/w/Flaygian's_notes", "price": 0 @@ -225049,9 +200470,6 @@ "name": "Chain", "members": true, "cost": 100, - "weight": 3.628, - "release_date": "2018-05-24", - "examine": "Some solid chain.", "wiki_name": "Chain", "wiki_url": "https://oldschool.runescape.wiki/w/Chain", "price": 0 @@ -225061,9 +200479,6 @@ "name": "Tome of experience", "members": true, "cost": 1, - "weight": 1, - "release_date": "2018-05-24", - "examine": "A tome of experience that awards 2,500 XP per chapter.", "wiki_name": "Tome of experience (A Taste of Hope)", "wiki_url": "https://oldschool.runescape.wiki/w/Tome_of_experience_(A_Taste_of_Hope)", "price": 0 @@ -225075,9 +200490,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.51, - "release_date": "2018-05-24", - "examine": "An old book about war.", "wiki_name": "The turncloak", "wiki_url": "https://oldschool.runescape.wiki/w/The_turncloak", "price": 0 @@ -225089,9 +200501,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.51, - "release_date": "2018-05-24", - "examine": "An old book about ballistics.", "wiki_name": "Explosive discovery", "wiki_url": "https://oldschool.runescape.wiki/w/Explosive_discovery", "price": 0 @@ -225103,9 +200512,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.51, - "release_date": "2018-05-24", - "examine": "An old book about potions.", "wiki_name": "Bloody grimoire", "wiki_url": "https://oldschool.runescape.wiki/w/Bloody_grimoire", "price": 0 @@ -225117,9 +200523,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2020-06-04", - "examine": "An ancient scroll about an ancient potion.", "wiki_name": "Elixir of everlasting", "wiki_url": "https://oldschool.runescape.wiki/w/Elixir_of_everlasting", "price": 0 @@ -225131,9 +200534,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2018-05-24", - "examine": "An ancient scroll.", "wiki_name": "Buried alive", "wiki_url": "https://oldschool.runescape.wiki/w/Buried_alive", "price": 0 @@ -225145,9 +200545,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2018-05-24", - "examine": "An ancient deed.", "wiki_name": "Deed", "wiki_url": "https://oldschool.runescape.wiki/w/Deed", "price": 0 @@ -225159,9 +200556,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2018-05-24", - "examine": "An old key.", "wiki_name": "Old key", "wiki_url": "https://oldschool.runescape.wiki/w/Old_key", "price": 0 @@ -225176,10 +200570,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.55, "buy_limit": 2000, - "release_date": "2018-05-24", - "examine": "A coagulated concoction.", "wiki_name": "Bloody bracer", "wiki_url": "https://oldschool.runescape.wiki/w/Bloody_bracer", "price": 901 @@ -225194,9 +200585,6 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 1.587, - "release_date": "2018-05-24", - "examine": "It's a blessed silver sickle with an emerald recessed into it.", "wiki_name": "Emerald sickle (b)", "wiki_url": "https://oldschool.runescape.wiki/w/Emerald_sickle_(b)", "equipment": { @@ -225263,9 +200651,6 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 1.587, - "release_date": "2018-05-24", - "examine": "It's a blessed and enchanted silver sickle with an emerald recessed into it.", "wiki_name": "Enchanted emerald sickle (b)", "wiki_url": "https://oldschool.runescape.wiki/w/Enchanted_emerald_sickle_(b)", "equipment": { @@ -225326,9 +200711,6 @@ "id": 22437, "name": "Rotten carrot", "cost": 1, - "weight": 1.814, - "release_date": "2018-05-31", - "examine": "Yuk!", "wiki_name": "Rotten carrot", "wiki_url": "https://oldschool.runescape.wiki/w/Rotten_carrot", "price": 0 @@ -225343,10 +200725,7 @@ "cost": 145000, "lowalch": 58000, "highalch": 87000, - "weight": 0.05, "buy_limit": 5, - "release_date": "2018-06-07", - "examine": "A set containing a Justiciar faceguard, Justiciar chestguard and Justiciar legguards.", "wiki_name": "Justiciar armour set", "wiki_url": "https://oldschool.runescape.wiki/w/Justiciar_armour_set", "price": 42482558 @@ -225358,9 +200737,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2018-06-07", - "examine": "A defensive weapon.", "wiki_name": "Avernic defender (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Avernic_defender#Broken", "price": 0 @@ -225375,10 +200751,7 @@ "cost": 165, "lowalch": 66, "highalch": 99, - "weight": 0.056, "buy_limit": 10000, - "release_date": "2018-06-07", - "examine": "I need another ingredient to finish this blood potion.", "wiki_name": "Cadantine blood potion (unf)", "wiki_url": "https://oldschool.runescape.wiki/w/Cadantine_blood_potion_(unf)", "price": 19313 @@ -225393,10 +200766,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.1, "buy_limit": 13000, - "release_date": "2018-06-07", - "examine": "A glass vial containing blood.", "wiki_name": "Vial of blood", "wiki_url": "https://oldschool.runescape.wiki/w/Vial_of_blood", "price": 13416 @@ -225411,10 +200781,7 @@ "cost": 360, "lowalch": 144, "highalch": 216, - "weight": 0.135, "buy_limit": 2000, - "release_date": "2018-06-07", - "examine": "4 doses of battlemage potion.", "wiki_name": "Battlemage potion (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Battlemage_potion#4_dose", "price": 21392 @@ -225429,10 +200796,7 @@ "cost": 270, "lowalch": 108, "highalch": 162, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2018-06-07", - "examine": "3 doses of battlemage potion.", "wiki_name": "Battlemage potion (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Battlemage_potion#3_dose", "price": 16045 @@ -225447,10 +200811,7 @@ "cost": 180, "lowalch": 72, "highalch": 108, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2018-06-07", - "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 @@ -225465,10 +200826,7 @@ "cost": 90, "lowalch": 36, "highalch": 54, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2018-06-07", - "examine": "1 dose of battlemage potion.", "wiki_name": "Battlemage potion (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Battlemage_potion#1_dose", "price": 4545 @@ -225483,10 +200841,7 @@ "cost": 360, "lowalch": 144, "highalch": 216, - "weight": 0.135, "buy_limit": 2000, - "release_date": "2018-06-07", - "examine": "4 doses of bastion potion.", "wiki_name": "Bastion potion (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Bastion_potion#4_dose", "price": 25749 @@ -225501,10 +200856,7 @@ "cost": 270, "lowalch": 108, "highalch": 162, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2018-06-07", - "examine": "3 doses of bastion potion.", "wiki_name": "Bastion potion (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Bastion_potion#3_dose", "price": 18614 @@ -225519,10 +200871,7 @@ "cost": 180, "lowalch": 72, "highalch": 108, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2018-06-07", - "examine": "2 doses of bastion potion.", "wiki_name": "Bastion potion (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Bastion_potion#2_dose", "price": 12400 @@ -225537,10 +200886,7 @@ "cost": 90, "lowalch": 36, "highalch": 54, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2018-06-07", - "examine": "1 dose of bastion potion.", "wiki_name": "Bastion potion (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Bastion_potion#1_dose", "price": 7537 @@ -225552,9 +200898,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2018-06-07", - "examine": "What has eight legs and runs a Vampyric Theatre?", "wiki_name": "Lil' zik (Lil' Zik)", "wiki_url": "https://oldschool.runescape.wiki/w/Lil'_zik#Lil'_Zik", "price": 0 @@ -225566,9 +200909,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2018-06-07", - "examine": "A crumpled note.", "wiki_name": "Message (Theatre of Blood)", "wiki_url": "https://oldschool.runescape.wiki/w/Message_(Theatre_of_Blood)", "price": 0 @@ -225583,10 +200923,7 @@ "cost": 2500000, "lowalch": 1000000, "highalch": 1500000, - "weight": 0.453, "buy_limit": 8, - "release_date": "2018-06-07", - "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": 55843635 @@ -225604,10 +200941,7 @@ "cost": 5000000, "lowalch": 2000000, "highalch": 3000000, - "weight": 1.5, "buy_limit": 8, - "release_date": "2018-06-07", - "examine": "A sacred staff imbued with the power of blood. It is currently uncharged.", "wiki_name": "Sanguinesti staff (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Sanguinesti_staff#Uncharged", "equipment": { @@ -225672,10 +201006,7 @@ "cost": 4000000, "lowalch": 1600000, "highalch": 2400000, - "weight": 3.175, "buy_limit": 8, - "release_date": "2018-06-07", - "examine": "A powerful scythe. It is currently uncharged.", "wiki_name": "Scythe of vitur (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Scythe_of_vitur#Uncharged", "equipment": { @@ -225744,9 +201075,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.453, - "release_date": "2018-06-07", - "examine": "A cape fit for those experienced in the Theatre.", "wiki_name": "Sinhaza shroud tier 1", "wiki_url": "https://oldschool.runescape.wiki/w/Sinhaza_shroud_tier_1", "equipment": { @@ -225778,9 +201106,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.453, - "release_date": "2018-06-07", - "examine": "A cape fit for those experienced in the Theatre.", "wiki_name": "Sinhaza shroud tier 2", "wiki_url": "https://oldschool.runescape.wiki/w/Sinhaza_shroud_tier_2", "equipment": { @@ -225812,9 +201137,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.453, - "release_date": "2018-06-07", - "examine": "A cape fit for those experienced in the Theatre.", "wiki_name": "Sinhaza shroud tier 3", "wiki_url": "https://oldschool.runescape.wiki/w/Sinhaza_shroud_tier_3", "equipment": { @@ -225846,9 +201168,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.453, - "release_date": "2018-06-07", - "examine": "A cape fit for those experienced in the Theatre.", "wiki_name": "Sinhaza shroud tier 4", "wiki_url": "https://oldschool.runescape.wiki/w/Sinhaza_shroud_tier_4", "equipment": { @@ -225880,9 +201199,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.453, - "release_date": "2018-06-07", - "examine": "A cape fit for those experienced in the Theatre.", "wiki_name": "Sinhaza shroud tier 5", "wiki_url": "https://oldschool.runescape.wiki/w/Sinhaza_shroud_tier_5", "equipment": { @@ -225912,9 +201228,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.51, - "release_date": "2018-06-07", - "examine": "The old diary of a former citizen of Meiyerditch.", "wiki_name": "Serafina's diary", "wiki_url": "https://oldschool.runescape.wiki/w/Serafina's_diary", "price": 0 @@ -225926,9 +201239,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.51, - "release_date": "2018-06-07", - "examine": "The deranged ramblings of someone known as the butcher.", "wiki_name": "The butcher", "wiki_url": "https://oldschool.runescape.wiki/w/The_butcher", "price": 0 @@ -225940,9 +201250,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.51, - "release_date": "2018-06-07", - "examine": "Details on the various types of Nylocas.", "wiki_name": "Arachnids of vampyrium", "wiki_url": "https://oldschool.runescape.wiki/w/Arachnids_of_vampyrium", "price": 0 @@ -225954,9 +201261,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.51, - "release_date": "2018-06-07", - "examine": "Research notes on the shadow realm.", "wiki_name": "The shadow realm", "wiki_url": "https://oldschool.runescape.wiki/w/The_shadow_realm", "price": 0 @@ -225968,9 +201272,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.51, - "release_date": "2018-06-07", - "examine": "An old journal written by Lord Drakan himself.", "wiki_name": "The wild hunt", "wiki_url": "https://oldschool.runescape.wiki/w/The_wild_hunt", "price": 0 @@ -225982,9 +201283,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.51, - "release_date": "2018-06-07", - "examine": "Medical notes by Vulcan Orvoros on Verzik Vitur.", "wiki_name": "Verzik vitur - patient record", "wiki_url": "https://oldschool.runescape.wiki/w/Verzik_vitur_-_patient_record", "price": 0 @@ -225998,9 +201296,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 1, - "weight": 1.5, - "release_date": "2018-06-07", - "examine": "A weapon of light to hold back the darkness.", "wiki_name": "Dawnbringer", "wiki_url": "https://oldschool.runescape.wiki/w/Dawnbringer", "equipment": { @@ -226058,8 +201353,6 @@ "equipable": true, "equipable_by_player": true, "cost": 100000, - "release_date": "2018-06-07", - "examine": "A magical crystal that can transport you out of certain dangerous areas.", "wiki_name": "Escape crystal", "wiki_url": "https://oldschool.runescape.wiki/w/Escape_crystal", "equipment": { @@ -226088,8 +201381,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2018-06-14", - "examine": "Looks like a cabbage.", "wiki_name": "Cabbage (unobtainable item) (Twitch July 2018 buy)", "wiki_url": "https://oldschool.runescape.wiki/w/Cabbage_(unobtainable_item)#Twitch_July_2018_buy", "price": 0 @@ -226100,8 +201391,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2018-06-14", - "examine": "Looks like a cabbage.", "wiki_name": "Cabbage (unobtainable item) (Twitch July 2018 unbuy)", "wiki_url": "https://oldschool.runescape.wiki/w/Cabbage_(unobtainable_item)#Twitch_July_2018_unbuy", "price": 0 @@ -226114,8 +201403,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2018-07-12", - "examine": "A pouch full of coins taken from the pockets of a citizen of Gielinor.", "wiki_name": "Coin pouch (Man & woman)", "wiki_url": "https://oldschool.runescape.wiki/w/Coin_pouch#Man_&_woman", "price": 0 @@ -226128,8 +201415,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2018-07-12", - "examine": "A pouch full of coins taken from the pockets of a farmer.", "wiki_name": "Coin pouch (Farmer)", "wiki_url": "https://oldschool.runescape.wiki/w/Coin_pouch#Farmer", "price": 0 @@ -226142,8 +201427,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2018-07-12", - "examine": "A pouch full of coins taken from the pockets of a H.A.M. member.", "wiki_name": "Coin pouch (H.A.M. member)", "wiki_url": "https://oldschool.runescape.wiki/w/Coin_pouch#H.A.M._member", "price": 0 @@ -226156,8 +201439,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2018-07-12", - "examine": "A pouch full of coins taken from the pockets of a warrior.", "wiki_name": "Coin pouch (Warrior)", "wiki_url": "https://oldschool.runescape.wiki/w/Coin_pouch#Warrior", "price": 0 @@ -226170,8 +201451,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2018-07-12", - "examine": "A pouch full of coins taken from the pockets of a rogue.", "wiki_name": "Coin pouch (Rogue)", "wiki_url": "https://oldschool.runescape.wiki/w/Coin_pouch#Rogue", "price": 0 @@ -226184,8 +201463,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2018-07-12", - "examine": "A pouch full of coins taken from the pockets of a cave goblin.", "wiki_name": "Coin pouch (Cave goblin)", "wiki_url": "https://oldschool.runescape.wiki/w/Coin_pouch#Cave_goblin", "price": 0 @@ -226198,8 +201475,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2018-07-12", - "examine": "A pouch full of coins taken from the pockets of a guard.", "wiki_name": "Coin pouch (Guard)", "wiki_url": "https://oldschool.runescape.wiki/w/Coin_pouch#Guard", "price": 0 @@ -226212,8 +201487,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2018-07-12", - "examine": "A pouch full of coins taken from the pockets of a Fremennik.", "wiki_name": "Coin pouch (Fremennik)", "wiki_url": "https://oldschool.runescape.wiki/w/Coin_pouch#Fremennik", "price": 0 @@ -226226,8 +201499,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2018-07-12", - "examine": "A pouch full of coins taken from the pockets of a bearded Pollnivnian bandit.", "wiki_name": "Coin pouch (Bearded Pollnivnian bandit)", "wiki_url": "https://oldschool.runescape.wiki/w/Coin_pouch#Bearded_Pollnivnian_bandit", "price": 0 @@ -226240,8 +201511,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2018-07-12", - "examine": "A pouch full of coins taken from the pockets of a desert bandit.", "wiki_name": "Coin pouch (Desert bandit)", "wiki_url": "https://oldschool.runescape.wiki/w/Coin_pouch#Desert_bandit", "price": 0 @@ -226254,8 +201523,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2018-07-12", - "examine": "A pouch full of coins taken from the pockets of a knight.", "wiki_name": "Coin pouch (Knight of Ardougne)", "wiki_url": "https://oldschool.runescape.wiki/w/Coin_pouch#Knight_of_Ardougne", "price": 0 @@ -226268,8 +201535,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2018-07-12", - "examine": "A pouch full of coins taken from the pockets of a Pollnivnian bandit.", "wiki_name": "Coin pouch (Pollnivnian bandit)", "wiki_url": "https://oldschool.runescape.wiki/w/Coin_pouch#Pollnivnian_bandit", "price": 0 @@ -226282,8 +201547,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2018-07-12", - "examine": "A pouch full of coins taken from the pockets of a watchman.", "wiki_name": "Coin pouch (Watchman)", "wiki_url": "https://oldschool.runescape.wiki/w/Coin_pouch#Watchman", "price": 0 @@ -226296,8 +201559,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2018-07-12", - "examine": "A pouch full of coins taken from the pockets of a menaphite.", "wiki_name": "Coin pouch (Menaphite thug)", "wiki_url": "https://oldschool.runescape.wiki/w/Coin_pouch#Menaphite_thug", "price": 0 @@ -226310,8 +201571,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2018-07-12", - "examine": "A pouch full of coins taken from the pockets of a paladin.", "wiki_name": "Coin pouch (Paladin)", "wiki_url": "https://oldschool.runescape.wiki/w/Coin_pouch#Paladin", "price": 0 @@ -226324,8 +201583,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2018-07-12", - "examine": "A pouch full of coins taken from the pockets of a gnome.", "wiki_name": "Coin pouch (Gnome)", "wiki_url": "https://oldschool.runescape.wiki/w/Coin_pouch#Gnome", "price": 0 @@ -226338,8 +201595,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2018-07-12", - "examine": "A pouch full of coins taken from the pockets of a hero.", "wiki_name": "Coin pouch (Hero)", "wiki_url": "https://oldschool.runescape.wiki/w/Coin_pouch#Hero", "price": 0 @@ -226352,8 +201607,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2018-07-12", - "examine": "A pouch full of coins taken from the pockets of an elf.", "wiki_name": "Coin pouch (Elf)", "wiki_url": "https://oldschool.runescape.wiki/w/Coin_pouch#Elf", "price": 0 @@ -226362,9 +201615,6 @@ "id": 22541, "name": "Rotten strawberry", "cost": 1, - "weight": 1.814, - "release_date": "2018-07-26", - "examine": "Bleh!", "wiki_name": "Rotten strawberry", "wiki_url": "https://oldschool.runescape.wiki/w/Rotten_strawberry", "price": 0 @@ -226382,10 +201632,7 @@ "cost": 120000, "lowalch": 48000, "highalch": 72000, - "weight": 2, "buy_limit": 8, - "release_date": "2018-07-26", - "examine": "An ancient chainmace with a peculiar mechanism that allows for varying attack styles.", "wiki_name": "Viggora's chainmace (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Viggora's_chainmace#Uncharged", "equipment": { @@ -226454,9 +201701,6 @@ "cost": 120000, "lowalch": 48000, "highalch": 72000, - "weight": 2, - "release_date": "2018-07-26", - "examine": "An ancient chainmace with a peculiar mechanism that allows for varying attack styles.", "wiki_name": "Viggora's chainmace (Charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Viggora's_chainmace#Charged", "equipment": { @@ -226528,10 +201772,7 @@ "cost": 120000, "lowalch": 48000, "highalch": 72000, - "weight": 3.175, "buy_limit": 8, - "release_date": "2018-07-26", - "examine": "This bow once belonged to a formidable follower of Armadyl.", "wiki_name": "Craw's bow (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Craw's_bow#Uncharged", "equipment": { @@ -226593,9 +201834,6 @@ "cost": 120000, "lowalch": 48000, "highalch": 72000, - "weight": 3.175, - "release_date": "2018-07-26", - "examine": "This bow once belonged to a formidable follower of Armadyl.", "wiki_name": "Craw's bow (Charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Craw's_bow#Charged", "equipment": { @@ -226660,10 +201898,7 @@ "cost": 120000, "lowalch": 48000, "highalch": 72000, - "weight": 0.198, "buy_limit": 8, - "release_date": "2018-07-26", - "examine": "A mighty sceptre used in long forgotten battles.", "wiki_name": "Thammaron's sceptre (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Thammaron's_sceptre#Uncharged", "equipment": { @@ -226725,9 +201960,6 @@ "cost": 120000, "lowalch": 48000, "highalch": 72000, - "weight": 0.198, - "release_date": "2018-07-26", - "examine": "A mighty sceptre used in long forgotten battles.", "wiki_name": "Thammaron's sceptre (Charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Thammaron's_sceptre#Charged", "equipment": { @@ -226791,10 +202023,7 @@ "cost": 45000, "lowalch": 18000, "highalch": 27000, - "weight": 0.01, "buy_limit": 8, - "release_date": "2018-07-26", - "examine": "A hauntingly beautiful amulet bearing the shape of a skull.", "wiki_name": "Amulet of avarice", "wiki_url": "https://oldschool.runescape.wiki/w/Amulet_of_avarice", "equipment": { @@ -226824,9 +202053,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.01, - "release_date": "2018-08-09", - "examine": "You can store stuff in the bag when you're in the Wilderness.", "wiki_name": "Looting bag (Open)", "wiki_url": "https://oldschool.runescape.wiki/w/Looting_bag#Open", "price": 0 @@ -226836,9 +202062,6 @@ "name": "Old man's coffin", "members": true, "cost": 1, - "weight": 32, - "release_date": "2018-09-06", - "examine": "Don't alch him.", "wiki_name": "Old man's coffin", "wiki_url": "https://oldschool.runescape.wiki/w/Old_man's_coffin", "price": 0 @@ -226850,9 +202073,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.018, - "release_date": "2018-09-06", - "examine": "Dosage calibrated for consumption by elderly people.", "wiki_name": "Reduced cadava potion", "wiki_url": "https://oldschool.runescape.wiki/w/Reduced_cadava_potion", "price": 0 @@ -226864,9 +202084,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.38, - "release_date": "2018-09-06", - "examine": "Smells like it's been in a goat.", "wiki_name": "Goat dung", "wiki_url": "https://oldschool.runescape.wiki/w/Goat_dung", "price": 0 @@ -226878,9 +202095,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.34, - "release_date": "2018-09-06", - "examine": "Collected writings of the late Odd Mushroom.", "wiki_name": "Weiss fire notes", "wiki_url": "https://oldschool.runescape.wiki/w/Weiss_fire_notes", "price": 0 @@ -226896,8 +202110,6 @@ "lowalch": 4, "highalch": 6, "buy_limit": 10000, - "release_date": "2018-09-06", - "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": 128 @@ -226913,8 +202125,6 @@ "lowalch": 4, "highalch": 6, "buy_limit": 10000, - "release_date": "2018-09-06", - "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": 135 @@ -226930,8 +202140,6 @@ "lowalch": 4, "highalch": 6, "buy_limit": 10000, - "release_date": "2018-09-06", - "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": 118 @@ -226947,8 +202155,6 @@ "lowalch": 36, "highalch": 54, "buy_limit": 10000, - "release_date": "2018-09-06", - "examine": "The crushed rock seems to glow and is cold to the touch.", "wiki_name": "Icy basalt", "wiki_url": "https://oldschool.runescape.wiki/w/Icy_basalt", "price": 1717 @@ -226964,8 +202170,6 @@ "lowalch": 36, "highalch": 54, "buy_limit": 10000, - "release_date": "2018-09-06", - "examine": "The crushed rock seems to glow and is warm to the touch.", "wiki_name": "Stony basalt", "wiki_url": "https://oldschool.runescape.wiki/w/Stony_basalt", "price": 1212 @@ -226981,8 +202185,6 @@ "lowalch": 12, "highalch": 18, "buy_limit": 10000, - "release_date": "2018-09-06", - "examine": "The crushed rock looks like it may react to other materials.", "wiki_name": "Basalt", "wiki_url": "https://oldschool.runescape.wiki/w/Basalt", "price": 997 @@ -227040,10 +202242,7 @@ "cost": 300000, "lowalch": 120000, "highalch": 180000, - "weight": 2.267, "buy_limit": 10, - "release_date": "2018-09-06", - "examine": "A powerful spear.", "wiki_name": "Vesta's spear", "wiki_url": "https://oldschool.runescape.wiki/w/Vesta's_spear", "equipment": { @@ -227115,10 +202314,7 @@ "cost": 300000, "lowalch": 120000, "highalch": 180000, - "weight": 1.814, "buy_limit": 10, - "release_date": "2018-09-06", - "examine": "A powerful longsword.", "wiki_name": "Vesta's longsword", "wiki_url": "https://oldschool.runescape.wiki/w/Vesta's_longsword", "equipment": { @@ -227188,9 +202384,6 @@ "cost": 500000, "lowalch": 200000, "highalch": 300000, - "weight": 6.803, - "release_date": "2018-09-06", - "examine": "A powerful chainbody.", "wiki_name": "Vesta's chainbody", "wiki_url": "https://oldschool.runescape.wiki/w/Vesta's_chainbody", "equipment": { @@ -227226,9 +202419,6 @@ "cost": 500000, "lowalch": 200000, "highalch": 300000, - "weight": 8.164, - "release_date": "2018-09-06", - "examine": "A powerful plateskirt.", "wiki_name": "Vesta's plateskirt", "wiki_url": "https://oldschool.runescape.wiki/w/Vesta's_plateskirt", "equipment": { @@ -227266,10 +202456,7 @@ "cost": 300000, "lowalch": 120000, "highalch": 180000, - "weight": 1.814, "buy_limit": 10, - "release_date": "2018-09-06", - "examine": "A powerful warhammer.", "wiki_name": "Statius's warhammer", "wiki_url": "https://oldschool.runescape.wiki/w/Statius's_warhammer", "equipment": { @@ -227332,9 +202519,6 @@ "cost": 250000, "lowalch": 100000, "highalch": 150000, - "weight": 2.721, - "release_date": "2018-09-06", - "examine": "A powerful helmet.", "wiki_name": "Statius's full helm", "wiki_url": "https://oldschool.runescape.wiki/w/Statius's_full_helm", "equipment": { @@ -227370,9 +202554,6 @@ "cost": 500000, "lowalch": 200000, "highalch": 300000, - "weight": 9.979, - "release_date": "2018-09-06", - "examine": "A powerful platebody.", "wiki_name": "Statius's platebody", "wiki_url": "https://oldschool.runescape.wiki/w/Statius's_platebody", "equipment": { @@ -227408,9 +202589,6 @@ "cost": 500000, "lowalch": 200000, "highalch": 300000, - "weight": 9.071, - "release_date": "2018-09-06", - "examine": "A powerful pair of platelegs.", "wiki_name": "Statius's platelegs", "wiki_url": "https://oldschool.runescape.wiki/w/Statius's_platelegs", "equipment": { @@ -227449,8 +202627,6 @@ "lowalch": 1600, "highalch": 2400, "buy_limit": 100, - "release_date": "2018-09-06", - "examine": "A vicious throwing axe.", "wiki_name": "Morrigan's throwing axe", "wiki_url": "https://oldschool.runescape.wiki/w/Morrigan's_throwing_axe", "equipment": { @@ -227516,8 +202692,6 @@ "lowalch": 1600, "highalch": 2400, "buy_limit": 100, - "release_date": "2018-09-06", - "examine": "A vicious javelin.", "wiki_name": "Morrigan's javelin", "wiki_url": "https://oldschool.runescape.wiki/w/Morrigan's_javelin", "equipment": { @@ -227580,9 +202754,6 @@ "cost": 250000, "lowalch": 100000, "highalch": 150000, - "weight": 0.907, - "release_date": "2018-09-06", - "examine": "A powerful coif.", "wiki_name": "Morrigan's coif", "wiki_url": "https://oldschool.runescape.wiki/w/Morrigan's_coif", "equipment": { @@ -227618,9 +202789,6 @@ "cost": 500000, "lowalch": 200000, "highalch": 300000, - "weight": 6.803, - "release_date": "2018-09-06", - "examine": "A powerful leather body.", "wiki_name": "Morrigan's leather body", "wiki_url": "https://oldschool.runescape.wiki/w/Morrigan's_leather_body", "equipment": { @@ -227656,9 +202824,6 @@ "cost": 500000, "lowalch": 200000, "highalch": 300000, - "weight": 5.443, - "release_date": "2018-09-06", - "examine": "A powerful pair of leather chaps.", "wiki_name": "Morrigan's leather chaps", "wiki_url": "https://oldschool.runescape.wiki/w/Morrigan's_leather_chaps", "equipment": { @@ -227696,10 +202861,7 @@ "cost": 300000, "lowalch": 120000, "highalch": 180000, - "weight": 2.267, "buy_limit": 10, - "release_date": "2018-09-06", - "examine": "A powerful staff.", "wiki_name": "Zuriel's staff", "wiki_url": "https://oldschool.runescape.wiki/w/Zuriel's_staff", "equipment": { @@ -227776,9 +202938,6 @@ "cost": 250000, "lowalch": 100000, "highalch": 150000, - "weight": 0.907, - "release_date": "2018-09-06", - "examine": "A powerful hood.", "wiki_name": "Zuriel's hood", "wiki_url": "https://oldschool.runescape.wiki/w/Zuriel's_hood", "equipment": { @@ -227814,9 +202973,6 @@ "cost": 500000, "lowalch": 200000, "highalch": 300000, - "weight": 4.535, - "release_date": "2018-09-06", - "examine": "A powerful robe top.", "wiki_name": "Zuriel's robe top", "wiki_url": "https://oldschool.runescape.wiki/w/Zuriel's_robe_top", "equipment": { @@ -227852,9 +203008,6 @@ "cost": 500000, "lowalch": 200000, "highalch": 300000, - "weight": 5.443, - "release_date": "2018-09-06", - "examine": "A powerful robe bottom.", "wiki_name": "Zuriel's robe bottom", "wiki_url": "https://oldschool.runescape.wiki/w/Zuriel's_robe_bottom", "equipment": { @@ -227887,9 +203040,6 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 0.453, - "release_date": "2018-09-27", - "examine": "A pack containing 100 empty buckets.", "wiki_name": "Empty bucket pack", "wiki_url": "https://oldschool.runescape.wiki/w/Empty_bucket_pack", "price": 0 @@ -227901,9 +203051,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2014-07-17", - "examine": "*cough*", "wiki_name": "Pet smoke devil (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Pet_smoke_devil#Normal", "price": 0 @@ -227914,9 +203061,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 3.175, - "release_date": "2018-09-27", - "examine": "A powerful scythe.", "wiki_name": "Scythe of vitur (RuneFest 2018)", "wiki_url": "https://oldschool.runescape.wiki/w/Scythe_of_vitur_(RuneFest_2018)", "price": 0 @@ -227927,9 +203071,6 @@ "cost": 1250000, "lowalch": 500000, "highalch": 750000, - "weight": 10, - "release_date": "2018-09-27", - "examine": "A beautiful, heavy sword.", "wiki_name": "Armadyl godsword (RuneFest 2018)", "wiki_url": "https://oldschool.runescape.wiki/w/Armadyl_godsword_(RuneFest_2018)", "price": 0 @@ -227940,9 +203081,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2018-09-27", - "examine": "Perhaps not the most powerful weapon in Gielinor.", "wiki_name": "Rubber chicken (RuneFest 2018)", "wiki_url": "https://oldschool.runescape.wiki/w/Rubber_chicken_(RuneFest_2018)", "price": 0 @@ -227954,9 +203092,6 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 10, - "release_date": "2018-10-04", - "examine": "Good enough for mounting on a wall, but not something a Slayer Master would be interested in. I should get it stuffed!", "wiki_name": "Kq head (tattered)", "wiki_url": "https://oldschool.runescape.wiki/w/Kq_head_(tattered)", "price": 0 @@ -227968,9 +203103,6 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 10, - "release_date": "2018-10-04", - "examine": "Good enough for mounting on a wall, but not something a Slayer Master would be interested in. I should mount this on my wall!", "wiki_name": "Stuffed kq head (tattered)", "wiki_url": "https://oldschool.runescape.wiki/w/Stuffed_kq_head_(tattered)", "price": 0 @@ -227984,9 +203116,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.435, - "release_date": "2018-10-04", - "examine": "Gosh, you really seem to love clue scrolls.", "wiki_name": "Scroll sack", "wiki_url": "https://oldschool.runescape.wiki/w/Scroll_sack", "equipment": { @@ -228015,9 +203144,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.07, - "release_date": "2018-10-25", - "examine": "She's a keen spinner of webs.", "wiki_name": "Eek (Reward)", "wiki_url": "https://oldschool.runescape.wiki/w/Eek#Reward", "price": 0 @@ -228030,9 +203156,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, - "release_date": "2018-10-25", - "examine": "Boo!", "wiki_name": "Clown mask (Reward)", "wiki_url": "https://oldschool.runescape.wiki/w/Clown_mask#Reward", "equipment": { @@ -228063,9 +203186,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2018-10-25", - "examine": "Hey, hey kids!", "wiki_name": "Clown bow tie (Reward)", "wiki_url": "https://oldschool.runescape.wiki/w/Clown_bow_tie#Reward", "equipment": { @@ -228096,9 +203216,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.9, - "release_date": "2018-10-25", - "examine": "Why so serious?", "wiki_name": "Clown gown (Reward)", "wiki_url": "https://oldschool.runescape.wiki/w/Clown_gown#Reward", "equipment": { @@ -228129,9 +203246,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.8, - "release_date": "2018-10-25", - "examine": "Puffy, stripy and colourful! There's nothing grim about these.", "wiki_name": "Clown trousers (Reward)", "wiki_url": "https://oldschool.runescape.wiki/w/Clown_trousers#Reward", "equipment": { @@ -228162,9 +203276,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2018-10-25", - "examine": "Great for floating.", "wiki_name": "Clown shoes (Reward)", "wiki_url": "https://oldschool.runescape.wiki/w/Clown_shoes#Reward", "equipment": { @@ -228246,9 +203357,6 @@ "name": "Curator's medallion", "members": true, "cost": 0, - "weight": 0.2, - "release_date": "2018-11-08", - "examine": "Used to mount a Digsite pendant in your house.", "wiki_name": "Curator's medallion", "wiki_url": "https://oldschool.runescape.wiki/w/Curator's_medallion", "price": 0 @@ -228259,9 +203367,6 @@ "cost": 6, "lowalch": 2, "highalch": 3, - "weight": 0.51, - "release_date": "2018-12-06", - "examine": "A record of rewards and loot obtained all throughout Gielinor.", "wiki_name": "Collection log", "wiki_url": "https://oldschool.runescape.wiki/w/Collection_log", "price": 0 @@ -228272,9 +203377,6 @@ "equipable": true, "equipable_by_player": true, "cost": 0, - "weight": 0.113, - "release_date": "2018-12-13", - "examine": "Say hello to my little star.", "wiki_name": "Star-face", "wiki_url": "https://oldschool.runescape.wiki/w/Star-face", "equipment": { @@ -228303,9 +203405,6 @@ "equipable": true, "equipable_by_player": true, "cost": 0, - "weight": 0.3, - "release_date": "2018-12-13", - "examine": "Part of a tree costume.", "wiki_name": "Tree top", "wiki_url": "https://oldschool.runescape.wiki/w/Tree_top", "equipment": { @@ -228334,9 +203433,6 @@ "equipable": true, "equipable_by_player": true, "cost": 0, - "weight": 0.25, - "release_date": "2018-12-13", - "examine": "The bottom of a tree costume.", "wiki_name": "Tree skirt", "wiki_url": "https://oldschool.runescape.wiki/w/Tree_skirt", "equipment": { @@ -228366,9 +203462,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 0, - "weight": 0.453, - "release_date": "2018-12-13", - "examine": "Minty and refreshing, but not very effective as a weapon.", "wiki_name": "Candy cane", "wiki_url": "https://oldschool.runescape.wiki/w/Candy_cane", "equipment": { @@ -228424,9 +203517,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2019-05-30", - "examine": "An icon.", "wiki_name": "Attacker icon (Pointy)", "wiki_url": "https://oldschool.runescape.wiki/w/Attacker_icon#Pointy", "price": 0 @@ -228437,9 +203527,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2019-05-30", - "examine": "An icon.", "wiki_name": "Attacker icon (Small moustache)", "wiki_url": "https://oldschool.runescape.wiki/w/Attacker_icon#Small_moustache", "price": 0 @@ -228450,9 +203537,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2019-05-30", - "examine": "An icon.", "wiki_name": "Attacker icon (Long)", "wiki_url": "https://oldschool.runescape.wiki/w/Attacker_icon#Long", "price": 0 @@ -228463,9 +203547,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2019-05-30", - "examine": "An icon.", "wiki_name": "Collector icon (Waxed moustache)", "wiki_url": "https://oldschool.runescape.wiki/w/Collector_icon#Waxed_moustache", "price": 0 @@ -228476,9 +203557,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2019-05-30", - "examine": "An icon.", "wiki_name": "Defender icon (Vizier)", "wiki_url": "https://oldschool.runescape.wiki/w/Defender_icon#Vizier", "price": 0 @@ -228489,9 +203567,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2019-05-30", - "examine": "An icon.", "wiki_name": "Defender icon (Dali)", "wiki_url": "https://oldschool.runescape.wiki/w/Defender_icon#Dali", "price": 0 @@ -228502,9 +203577,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2019-05-30", - "examine": "An icon.", "wiki_name": "Defender icon (Big moustache)", "wiki_url": "https://oldschool.runescape.wiki/w/Defender_icon#Big_moustache", "price": 0 @@ -228515,9 +203587,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2019-05-30", - "examine": "An icon.", "wiki_name": "Defender icon (Medium)", "wiki_url": "https://oldschool.runescape.wiki/w/Defender_icon#Medium", "price": 0 @@ -228528,9 +203597,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2019-05-30", - "examine": "An icon.", "wiki_name": "Attacker icon (Big moustache)", "wiki_url": "https://oldschool.runescape.wiki/w/Attacker_icon#Big_moustache", "price": 0 @@ -228541,9 +203607,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2019-05-30", - "examine": "An icon.", "wiki_name": "Attacker icon (Mutton)", "wiki_url": "https://oldschool.runescape.wiki/w/Attacker_icon#Mutton", "price": 0 @@ -228561,10 +203624,7 @@ "cost": 62400, "lowalch": 24960, "highalch": 37440, - "weight": 2.267, "buy_limit": 70, - "release_date": "2019-01-10", - "examine": "A one-handed dragon hasta.", "wiki_name": "Dragon hasta (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_hasta#Unpoisoned", "equipment": { @@ -228636,10 +203696,7 @@ "cost": 62400, "lowalch": 24960, "highalch": 37440, - "weight": 2.267, "buy_limit": 70, - "release_date": "2019-01-10", - "examine": "A poison-tipped, one-handed dragon hasta.", "wiki_name": "Dragon hasta (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_hasta#Poison", "equipment": { @@ -228711,10 +203768,7 @@ "cost": 62400, "lowalch": 24960, "highalch": 37440, - "weight": 2.267, "buy_limit": 70, - "release_date": "2019-01-10", - "examine": "A poison-tipped, one-handed dragon hasta.", "wiki_name": "Dragon hasta (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_hasta#Poison+", "equipment": { @@ -228786,10 +203840,7 @@ "cost": 62400, "lowalch": 24960, "highalch": 37440, - "weight": 2.267, "buy_limit": 70, - "release_date": "2019-01-10", - "examine": "A poison-tipped, one-handed dragon hasta.", "wiki_name": "Dragon hasta (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_hasta#Poison++", "equipment": { @@ -228858,9 +203909,6 @@ "cost": 62400, "lowalch": 24960, "highalch": 37440, - "weight": 2.267, - "release_date": "2019-01-10", - "examine": "A karambwan poison-tipped, one-handed dragon hasta.", "wiki_name": "Dragon hasta (Karambwan poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_hasta#Karambwan_poison", "equipment": { @@ -228927,8 +203975,6 @@ "cost": 62400, "lowalch": 24960, "highalch": 37440, - "release_date": "2019-01-24", - "examine": "A fake karambwan poison-tipped, one-handed dragon hasta. Can be converted into the real item.", "wiki_name": "Fake dragon hasta(kp)", "wiki_url": "https://oldschool.runescape.wiki/w/Fake_dragon_hasta(kp)", "price": 0 @@ -228940,9 +203986,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2019-01-10", - "examine": "How does it not fall over?", "wiki_name": "Ikkle hydra (Five heads)", "wiki_url": "https://oldschool.runescape.wiki/w/Ikkle_hydra#Five_heads", "price": 0 @@ -228954,9 +203997,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2019-01-10", - "examine": "How does it not fall over?", "wiki_name": "Ikkle hydra (Four heads)", "wiki_url": "https://oldschool.runescape.wiki/w/Ikkle_hydra#Four_heads", "price": 0 @@ -228968,9 +204008,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2019-01-10", - "examine": "How does it not fall over?", "wiki_name": "Ikkle hydra (Three heads)", "wiki_url": "https://oldschool.runescape.wiki/w/Ikkle_hydra#Three_heads", "price": 0 @@ -228982,9 +204019,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2019-01-10", - "examine": "How does it not fall over?", "wiki_name": "Ikkle hydra (Two heads)", "wiki_url": "https://oldschool.runescape.wiki/w/Ikkle_hydra#Two_heads", "price": 0 @@ -228996,9 +204030,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.8, - "release_date": "2019-01-10", - "examine": "A pot of crushed wyrm bones.", "wiki_name": "Wyrm bonemeal", "wiki_url": "https://oldschool.runescape.wiki/w/Wyrm_bonemeal", "price": 0 @@ -229010,9 +204041,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.8, - "release_date": "2019-01-10", - "examine": "A pot of crushed drake bones.", "wiki_name": "Drake bonemeal", "wiki_url": "https://oldschool.runescape.wiki/w/Drake_bonemeal", "price": 0 @@ -229024,9 +204052,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.8, - "release_date": "2019-01-10", - "examine": "A pot of crushed hydra bones.", "wiki_name": "Hydra bonemeal", "wiki_url": "https://oldschool.runescape.wiki/w/Hydra_bonemeal", "price": 0 @@ -229036,9 +204061,6 @@ "name": "Certificate", "members": true, "cost": 50, - "weight": 0.01, - "release_date": "2019-01-10", - "examine": "It's a certificate.", "wiki_name": "Lovakengj favour certificate", "wiki_url": "https://oldschool.runescape.wiki/w/Lovakengj_favour_certificate", "price": 0 @@ -229048,9 +204070,6 @@ "name": "Dinh's hammer", "members": true, "cost": 30, - "weight": 0.907, - "release_date": "2019-01-10", - "examine": "Very good for hitting things!", "wiki_name": "Dinh's hammer", "wiki_url": "https://oldschool.runescape.wiki/w/Dinh's_hammer", "price": 0 @@ -229060,9 +204079,6 @@ "name": "Generator crank", "members": true, "cost": 30, - "weight": 0.907, - "release_date": "2019-01-10", - "examine": "An old generator crank found within The Forsaken Tower.", "wiki_name": "Generator crank", "wiki_url": "https://oldschool.runescape.wiki/w/Generator_crank", "price": 0 @@ -229072,9 +204088,6 @@ "name": "8-gallon jug", "members": true, "cost": 30, - "weight": 0.453, - "release_date": "2019-01-10", - "examine": "An 8-gallon jug designed to hold coolant.", "wiki_name": "8-gallon jug", "wiki_url": "https://oldschool.runescape.wiki/w/8-gallon_jug", "price": 0 @@ -229084,9 +204097,6 @@ "name": "5-gallon jug", "members": true, "cost": 30, - "weight": 0.453, - "release_date": "2019-01-10", - "examine": "A 5-gallon jug designed to hold coolant.", "wiki_name": "5-gallon jug", "wiki_url": "https://oldschool.runescape.wiki/w/5-gallon_jug", "price": 0 @@ -229098,9 +204108,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.453, - "release_date": "2019-01-10", - "examine": "A level 4 energy disk.", "wiki_name": "Energy disk (Level 4)", "wiki_url": "https://oldschool.runescape.wiki/w/Energy_disk#Level_4", "price": 0 @@ -229112,9 +204119,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.453, - "release_date": "2019-01-10", - "examine": "A level 3 energy disk.", "wiki_name": "Energy disk (Level 3)", "wiki_url": "https://oldschool.runescape.wiki/w/Energy_disk#Level_3", "price": 0 @@ -229126,9 +204130,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.453, - "release_date": "2019-01-10", - "examine": "A level 2 energy disk.", "wiki_name": "Energy disk (Level 2)", "wiki_url": "https://oldschool.runescape.wiki/w/Energy_disk#Level_2", "price": 0 @@ -229140,9 +204141,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.453, - "release_date": "2019-01-10", - "examine": "A level 1 energy disk.", "wiki_name": "Energy disk (Level 1)", "wiki_url": "https://oldschool.runescape.wiki/w/Energy_disk#Level_1", "price": 0 @@ -229154,9 +204152,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.02, - "release_date": "2019-01-10", - "examine": "An unidentified fluid. The vial has the number 1 labeled on it.", "wiki_name": "Unknown fluid (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Unknown_fluid#1", "price": 0 @@ -229168,9 +204163,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.02, - "release_date": "2019-01-10", - "examine": "An unidentified fluid. The vial has the number 2 labeled on it.", "wiki_name": "Unknown fluid (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Unknown_fluid#2", "price": 0 @@ -229182,9 +204174,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.02, - "release_date": "2019-01-10", - "examine": "An unidentified fluid. The vial has the number 3 labeled on it.", "wiki_name": "Unknown fluid (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Unknown_fluid#3", "price": 0 @@ -229196,9 +204185,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.02, - "release_date": "2019-01-10", - "examine": "An unidentified fluid. The vial has the number 4 labeled on it.", "wiki_name": "Unknown fluid (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Unknown_fluid#4", "price": 0 @@ -229210,9 +204196,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.02, - "release_date": "2019-01-10", - "examine": "An unidentified fluid. The vial has the number 5 labeled on it.", "wiki_name": "Unknown fluid (5)", "wiki_url": "https://oldschool.runescape.wiki/w/Unknown_fluid#5", "price": 0 @@ -229222,9 +204205,6 @@ "name": "Old notes", "members": true, "cost": 30, - "weight": 0.003, - "release_date": "2019-01-10", - "examine": "Some old notes.", "wiki_name": "Old notes (The Forsaken Tower)", "wiki_url": "https://oldschool.runescape.wiki/w/Old_notes_(The_Forsaken_Tower)", "price": 0 @@ -229234,9 +204214,6 @@ "name": "Ancient letter", "members": true, "cost": 1, - "weight": 0.003, - "release_date": "2019-01-10", - "examine": "A copy of an ancient letter.", "wiki_name": "Ancient letter", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_letter", "price": 0 @@ -229246,9 +204223,6 @@ "name": "Certificate", "members": true, "cost": 50, - "weight": 0.01, - "release_date": "2019-01-10", - "examine": "It's a certificate.", "wiki_name": "Arceuus favour certificate", "wiki_url": "https://oldschool.runescape.wiki/w/Arceuus_favour_certificate", "price": 0 @@ -229263,10 +204237,7 @@ "cost": 160, "lowalch": 64, "highalch": 96, - "weight": 1.8, "buy_limit": 7500, - "release_date": "2019-01-10", - "examine": "I wonder how Wyrms have bones...", "wiki_name": "Wyrm bones", "wiki_url": "https://oldschool.runescape.wiki/w/Wyrm_bones", "price": 1561 @@ -229281,10 +204252,7 @@ "cost": 160, "lowalch": 64, "highalch": 96, - "weight": 1.8, "buy_limit": 7500, - "release_date": "2019-01-10", - "examine": "The bones of a ferocious Drake.", "wiki_name": "Drake bones", "wiki_url": "https://oldschool.runescape.wiki/w/Drake_bones", "price": 4000 @@ -229299,10 +204267,7 @@ "cost": 160, "lowalch": 64, "highalch": 96, - "weight": 1.8, "buy_limit": 7500, - "release_date": "2019-01-10", - "examine": "The bones of a hydra.", "wiki_name": "Hydra bones", "wiki_url": "https://oldschool.runescape.wiki/w/Hydra_bones", "price": 6047 @@ -229317,10 +204282,7 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.5, "buy_limit": 10000, - "release_date": "2019-01-10", - "examine": "This would be much tastier cooked.", "wiki_name": "Uncooked dragonfruit pie", "wiki_url": "https://oldschool.runescape.wiki/w/Uncooked_dragonfruit_pie", "price": 1870 @@ -229334,9 +204296,6 @@ "cost": 35, "lowalch": 14, "highalch": 21, - "weight": 0.225, - "release_date": "2019-01-10", - "examine": "Mmm half a dragonfruit pie.", "wiki_name": "Dragonfruit pie (Half)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragonfruit_pie#Half", "price": 0 @@ -229351,10 +204310,7 @@ "cost": 70, "lowalch": 28, "highalch": 42, - "weight": 0.45, "buy_limit": 10000, - "release_date": "2019-01-10", - "examine": "Mmm dragonfruit pie.", "wiki_name": "Dragonfruit pie (Full)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragonfruit_pie#Full", "price": 523 @@ -229366,9 +204322,6 @@ "cost": 453, "lowalch": 181, "highalch": 271, - "weight": 0.002, - "release_date": "2019-01-10", - "examine": "It's a bird's nest with some seeds in it.", "wiki_name": "Bird nest (seeds)", "wiki_url": "https://oldschool.runescape.wiki/w/Bird_nest_(seeds)", "price": 0 @@ -229380,9 +204333,6 @@ "cost": 453, "lowalch": 181, "highalch": 271, - "weight": 0.002, - "release_date": "2019-01-10", - "examine": "It's a bird's nest with some seeds in it.", "wiki_name": "Bird nest (Wyson)", "wiki_url": "https://oldschool.runescape.wiki/w/Bird_nest_(Wyson)", "price": 0 @@ -229410,8 +204360,6 @@ "lowalch": 66, "highalch": 100, "buy_limit": 11000, - "release_date": "2019-01-10", - "examine": "A finely balanced and powerful throwing knife.", "wiki_name": "Dragon knife (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_knife#Unpoisoned", "equipment": { @@ -229477,8 +204425,6 @@ "lowalch": 66, "highalch": 99, "buy_limit": 7000, - "release_date": "2019-01-10", - "examine": "A finely balanced and powerful throwing knife.", "wiki_name": "Dragon knife (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_knife#Poison", "equipment": { @@ -229544,8 +204490,6 @@ "lowalch": 66, "highalch": 99, "buy_limit": 7000, - "release_date": "2019-01-10", - "examine": "A finely balanced and powerful throwing knife.", "wiki_name": "Dragon knife (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_knife#Poison+", "equipment": { @@ -229611,8 +204555,6 @@ "lowalch": 66, "highalch": 99, "buy_limit": 7000, - "release_date": "2019-01-10", - "examine": "A finely balanced and powerful throwing knife.", "wiki_name": "Dragon knife (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_knife#Poison++", "equipment": { @@ -229672,8 +204614,6 @@ "cost": 167, "lowalch": 66, "highalch": 100, - "release_date": "2019-01-10", - "examine": "A finely balanced and powerful throwing knife.", "wiki_name": "Dragon knife (animation item) (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_knife_(animation_item)#Normal", "price": 0 @@ -229686,8 +204626,6 @@ "cost": 167, "lowalch": 66, "highalch": 100, - "release_date": "2019-01-10", - "examine": "A finely balanced and powerful throwing knife.", "wiki_name": "Dragon knife (animation item) (Poisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_knife_(animation_item)#Poisoned", "price": 0 @@ -229702,9 +204640,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2019-01-10", - "examine": "A very large, single leather glove.", "wiki_name": "Cormorant's glove (No bird)", "wiki_url": "https://oldschool.runescape.wiki/w/Cormorant's_glove#No_bird", "equipment": { @@ -229767,9 +204702,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2019-01-10", - "examine": "A very large, single leather glove.", "wiki_name": "Cormorant's glove (Bird)", "wiki_url": "https://oldschool.runescape.wiki/w/Cormorant's_glove#Bird", "equipment": { @@ -229833,8 +204765,6 @@ "lowalch": 8, "highalch": 12, "buy_limit": 13000, - "release_date": "2019-01-10", - "examine": "Apparently Cormorants like to eat this stuff...", "wiki_name": "Fish chunks", "wiki_url": "https://oldschool.runescape.wiki/w/Fish_chunks", "price": 12 @@ -229847,8 +204777,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "release_date": "2019-01-10", - "examine": "Alry might be interested in trading for this.", "wiki_name": "Molch pearl", "wiki_url": "https://oldschool.runescape.wiki/w/Molch_pearl", "price": 0 @@ -229863,10 +204791,7 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "weight": 0.5, "buy_limit": 13000, - "release_date": "2019-01-10", - "examine": "A large Bluegill.", "wiki_name": "Bluegill", "wiki_url": "https://oldschool.runescape.wiki/w/Bluegill", "price": 10 @@ -229881,10 +204806,7 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "weight": 0.5, "buy_limit": 13000, - "release_date": "2019-01-10", - "examine": "The most common of the tench.", "wiki_name": "Common tench", "wiki_url": "https://oldschool.runescape.wiki/w/Common_tench", "price": 629 @@ -229899,10 +204821,7 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "weight": 0.5, "buy_limit": 13000, - "release_date": "2019-01-10", - "examine": "A very spotty eel.", "wiki_name": "Mottled eel", "wiki_url": "https://oldschool.runescape.wiki/w/Mottled_eel", "price": 500 @@ -229917,10 +204836,7 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "weight": 0.5, "buy_limit": 13000, - "release_date": "2019-01-10", - "examine": "A descendant of the salamander family.", "wiki_name": "Greater siren", "wiki_url": "https://oldschool.runescape.wiki/w/Greater_siren", "price": 136 @@ -229934,9 +204850,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 2.267, - "release_date": "2019-01-10", - "examine": "There's something fishy about this...", "wiki_name": "Fish sack", "wiki_url": "https://oldschool.runescape.wiki/w/Fish_sack", "equipment": { @@ -229969,9 +204882,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.028, - "release_date": "2019-01-10", - "examine": "The henchest tench.", "wiki_name": "Golden tench", "wiki_url": "https://oldschool.runescape.wiki/w/Golden_tench", "equipment": { @@ -230030,9 +204940,6 @@ "cost": 150, "lowalch": 60, "highalch": 90, - "weight": 0.453, - "release_date": "2019-01-10", - "examine": "A decorative heavy barbarian Fishing rod.", "wiki_name": "Pearl barbarian rod", "wiki_url": "https://oldschool.runescape.wiki/w/Pearl_barbarian_rod", "equipment": { @@ -230091,9 +204998,6 @@ "cost": 120, "lowalch": 48, "highalch": 72, - "weight": 0.453, - "release_date": "2019-01-10", - "examine": "Useful for catching salmon or trout while looking a little bit fancy.", "wiki_name": "Pearl fly fishing rod", "wiki_url": "https://oldschool.runescape.wiki/w/Pearl_fly_fishing_rod", "equipment": { @@ -230152,9 +205056,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.453, - "release_date": "2019-01-10", - "examine": "Useful for catching sardine or herring while looking a little bit fancy.", "wiki_name": "Pearl fishing rod", "wiki_url": "https://oldschool.runescape.wiki/w/Pearl_fishing_rod", "equipment": { @@ -230211,9 +205112,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2019-01-10", - "examine": "A celastrus tree seed has been sown in this plant pot.", "wiki_name": "Celastrus seedling (Unwatered)", "wiki_url": "https://oldschool.runescape.wiki/w/Celastrus_seedling#Unwatered", "price": 0 @@ -230225,9 +205123,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2019-01-10", - "examine": "A redwood tree seed has been sown in this plant pot.", "wiki_name": "Redwood seedling (Unwatered)", "wiki_url": "https://oldschool.runescape.wiki/w/Redwood_seedling#Unwatered", "price": 0 @@ -230239,9 +205134,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2019-01-10", - "examine": "A celastrus tree seed has been sown and watered in this plant pot.", "wiki_name": "Celastrus seedling (Watered)", "wiki_url": "https://oldschool.runescape.wiki/w/Celastrus_seedling#Watered", "price": 0 @@ -230253,9 +205145,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2019-01-10", - "examine": "A redwood tree seed has been sown and watered in this plant pot.", "wiki_name": "Redwood seedling (Watered)", "wiki_url": "https://oldschool.runescape.wiki/w/Redwood_seedling#Watered", "price": 0 @@ -230270,10 +205159,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, "buy_limit": 100, - "release_date": "2019-01-10", - "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": 65531 @@ -230288,10 +205174,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, "buy_limit": 100, - "release_date": "2019-01-10", - "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": 16074 @@ -230303,9 +205186,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2019-01-10", - "examine": "A Dragonfruit tree seed has been sown in this plant pot.", "wiki_name": "Dragonfruit seedling (Unwatered)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragonfruit_seedling#Unwatered", "price": 0 @@ -230317,9 +205197,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2019-01-10", - "examine": "A Dragonfruit tree seed has been sown and watered in this plant pot.", "wiki_name": "Dragonfruit seedling (Watered)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragonfruit_seedling#Watered", "price": 0 @@ -230334,10 +205211,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, "buy_limit": 200, - "release_date": "2019-01-10", - "examine": "This sapling is ready to be replanted in a fruit tree patch.", "wiki_name": "Dragonfruit sapling", "wiki_url": "https://oldschool.runescape.wiki/w/Dragonfruit_sapling", "price": 168655 @@ -230353,8 +205227,6 @@ "lowalch": 216, "highalch": 324, "buy_limit": 200, - "release_date": "2019-01-10", - "examine": "For growing a Celastrus tree.", "wiki_name": "Celastrus seed", "wiki_url": "https://oldschool.runescape.wiki/w/Celastrus_seed", "price": 63526 @@ -230370,8 +205242,6 @@ "lowalch": 260, "highalch": 390, "buy_limit": 200, - "release_date": "2019-01-10", - "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": 15040 @@ -230387,8 +205257,6 @@ "lowalch": 56, "highalch": 84, "buy_limit": 200, - "release_date": "2019-01-10", - "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": 58 @@ -230401,8 +205269,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "release_date": "2019-01-10", - "examine": "An unusual seed, likely dangerous when planted.", "wiki_name": "Hespori seed", "wiki_url": "https://oldschool.runescape.wiki/w/Hespori_seed", "price": 0 @@ -230418,8 +205284,6 @@ "lowalch": 172, "highalch": 258, "buy_limit": 200, - "release_date": "2019-01-10", - "examine": "Plant in a plantpot of soil to grow a sapling.", "wiki_name": "Dragonfruit tree seed", "wiki_url": "https://oldschool.runescape.wiki/w/Dragonfruit_tree_seed", "price": 164591 @@ -230435,8 +205299,6 @@ "lowalch": 37, "highalch": 56, "buy_limit": 200, - "release_date": "2019-01-10", - "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": 4300 @@ -230449,8 +205311,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "release_date": "2019-01-10", - "examine": "Plant this in an anima farming patch.", "wiki_name": "Attas seed", "wiki_url": "https://oldschool.runescape.wiki/w/Attas_seed", "price": 0 @@ -230463,8 +205323,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "release_date": "2019-01-10", - "examine": "Plant this in an anima farming patch.", "wiki_name": "Iasor seed", "wiki_url": "https://oldschool.runescape.wiki/w/Iasor_seed", "price": 0 @@ -230477,8 +205335,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "release_date": "2019-01-10", - "examine": "Plant this in an anima farming patch.", "wiki_name": "Kronos seed", "wiki_url": "https://oldschool.runescape.wiki/w/Kronos_seed", "price": 0 @@ -230494,8 +205350,6 @@ "lowalch": 120, "highalch": 180, "buy_limit": 600, - "release_date": "2019-01-10", - "examine": "A white lily seed - plant in a flower patch.", "wiki_name": "White lily seed", "wiki_url": "https://oldschool.runescape.wiki/w/White_lily_seed", "price": 5282 @@ -230510,10 +205364,7 @@ "cost": 95, "lowalch": 38, "highalch": 57, - "weight": 0.2, "buy_limit": 11000, - "release_date": "2019-01-10", - "examine": "A large ripe dragonfruit.", "wiki_name": "Dragonfruit", "wiki_url": "https://oldschool.runescape.wiki/w/Dragonfruit", "price": 933 @@ -230528,10 +205379,7 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.02, "buy_limit": 600, - "release_date": "2019-01-10", - "examine": "A fully bloomed White lily.", "wiki_name": "White lily", "wiki_url": "https://oldschool.runescape.wiki/w/White_lily", "price": 555 @@ -230546,10 +205394,7 @@ "cost": 450, "lowalch": 180, "highalch": 270, - "weight": 1, "buy_limit": 12000, - "release_date": "2019-01-10", - "examine": "A length of celastrus wood, ready for fletching.", "wiki_name": "Celastrus bark", "wiki_url": "https://oldschool.runescape.wiki/w/Celastrus_bark", "price": 8030 @@ -230563,9 +205408,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2019-01-10", - "examine": "A blessing scroll from distant lands.", "wiki_name": "Rada's blessing 1", "wiki_url": "https://oldschool.runescape.wiki/w/Rada's_blessing_1", "equipment": { @@ -230597,9 +205439,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2019-01-10", - "examine": "A blessing scroll from distant lands.", "wiki_name": "Rada's blessing 2", "wiki_url": "https://oldschool.runescape.wiki/w/Rada's_blessing_2", "equipment": { @@ -230631,9 +205470,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2019-01-10", - "examine": "A blessing scroll from distant lands.", "wiki_name": "Rada's blessing 3", "wiki_url": "https://oldschool.runescape.wiki/w/Rada's_blessing_3", "equipment": { @@ -230665,9 +205501,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2019-01-10", - "examine": "A blessing scroll from distant lands.", "wiki_name": "Rada's blessing 4", "wiki_url": "https://oldschool.runescape.wiki/w/Rada's_blessing_4", "equipment": { @@ -230701,8 +205534,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 10000, - "release_date": "2019-01-10", - "examine": "A teleport to the Kebos Battlefront.", "wiki_name": "Battlefront teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Battlefront_teleport_(tablet)", "price": 1827 @@ -230719,10 +205550,7 @@ "cost": 20000, "lowalch": 8000, "highalch": 12000, - "weight": 3.175, "buy_limit": 70, - "release_date": "2019-01-10", - "examine": "A pair of heat resistant boots charged with the claw of the ferocious Drake.", "wiki_name": "Boots of brimstone", "wiki_url": "https://oldschool.runescape.wiki/w/Boots_of_brimstone", "equipment": { @@ -230762,10 +205590,7 @@ "cost": 20000, "lowalch": 8000, "highalch": 12000, - "weight": 0.5, "buy_limit": 70, - "release_date": "2019-01-10", - "examine": "A pair of Devout Boots.", "wiki_name": "Devout boots", "wiki_url": "https://oldschool.runescape.wiki/w/Devout_boots", "equipment": { @@ -230800,10 +205625,7 @@ "cost": 100000, "lowalch": 40000, "highalch": 60000, - "weight": 0.001, "buy_limit": 15, - "release_date": "2019-01-10", - "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": 586757 @@ -230818,10 +205640,7 @@ "cost": 100000, "lowalch": 40000, "highalch": 60000, - "weight": 0.01, "buy_limit": 70, - "release_date": "2019-01-10", - "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": 90000 @@ -230836,10 +205655,7 @@ "cost": 62400, "lowalch": 24960, "highalch": 37440, - "weight": 0.01, "buy_limit": 70, - "release_date": "2019-01-10", - "examine": "The item to make into a hasta.", "wiki_name": "Broken dragon hasta", "wiki_url": "https://oldschool.runescape.wiki/w/Broken_dragon_hasta", "price": 37927 @@ -230854,10 +205670,7 @@ "cost": 150000, "lowalch": 60000, "highalch": 90000, - "weight": 0.001, "buy_limit": 15, - "release_date": "2019-01-10", - "examine": "The claw of a ferocious hydra.", "wiki_name": "Hydra's claw", "wiki_url": "https://oldschool.runescape.wiki/w/Hydra's_claw", "price": 63000000 @@ -230869,9 +205682,6 @@ "cost": 100000, "lowalch": 40000, "highalch": 60000, - "weight": 0.001, - "release_date": "2019-01-10", - "examine": "The heart of a hydra, looks like it can be combined with an eye and a fang.", "wiki_name": "Hydra's heart", "wiki_url": "https://oldschool.runescape.wiki/w/Hydra's_heart", "price": 0 @@ -230883,9 +205693,6 @@ "cost": 100000, "lowalch": 40000, "highalch": 60000, - "weight": 0.001, - "release_date": "2019-01-10", - "examine": "The fang of a hydra, looks like it can be combined with a heart and an eye.", "wiki_name": "Hydra's fang", "wiki_url": "https://oldschool.runescape.wiki/w/Hydra's_fang", "price": 0 @@ -230897,9 +205704,6 @@ "cost": 100000, "lowalch": 40000, "highalch": 60000, - "weight": 0.001, - "release_date": "2019-01-10", - "examine": "It's the... eye of the Hydra! It looks like it can be combined with a heart and a fang.", "wiki_name": "Hydra's eye", "wiki_url": "https://oldschool.runescape.wiki/w/Hydra's_eye", "price": 0 @@ -230916,10 +205720,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.004, "buy_limit": 8, - "release_date": "2019-01-10", - "examine": "A well balanced ring that aids in piercing magic defence.", "wiki_name": "Brimstone ring", "wiki_url": "https://oldschool.runescape.wiki/w/Brimstone_ring", "equipment": { @@ -230955,10 +205756,7 @@ "cost": 300000, "lowalch": 120000, "highalch": 180000, - "weight": 3, "buy_limit": 8, - "release_date": "2019-01-10", - "examine": "A lance that is exceptionally good at killing dragons and their ilk.", "wiki_name": "Dragon hunter lance", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_hunter_lance", "equipment": { @@ -231026,9 +205824,6 @@ "cost": 100000, "lowalch": 40000, "highalch": 60000, - "weight": 0.226, - "release_date": "2019-01-10", - "examine": "A pair of very very nice gloves.", "wiki_name": "Ferocious gloves", "wiki_url": "https://oldschool.runescape.wiki/w/Ferocious_gloves", "equipment": { @@ -231064,10 +205859,7 @@ "cost": 100000, "lowalch": 40000, "highalch": 60000, - "weight": 0.226, "buy_limit": 15, - "release_date": "2019-01-10", - "examine": "Hide from a ferocious Hydra. It looks pretty tough.", "wiki_name": "Hydra leather", "wiki_url": "https://oldschool.runescape.wiki/w/Hydra_leather", "price": 9598864 @@ -231081,9 +205873,6 @@ "cost": 80000, "lowalch": 32000, "highalch": 48000, - "weight": 0.025, - "release_date": "2019-01-10", - "examine": "A necklace made out of dragon bones, hydra tail and a bonecrusher.", "wiki_name": "Bonecrusher necklace", "wiki_url": "https://oldschool.runescape.wiki/w/Bonecrusher_necklace", "equipment": { @@ -231118,10 +205907,7 @@ "cost": 100000, "lowalch": 40000, "highalch": 60000, - "weight": 0.226, "buy_limit": 15, - "release_date": "2019-01-10", - "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": 119197 @@ -231133,9 +205919,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.8, - "release_date": "2019-01-10", - "examine": "Record of Construction by Overseer Elac.", "wiki_name": "Stone tablet (Lizardman Temple)", "wiki_url": "https://oldschool.runescape.wiki/w/Stone_tablet_(Lizardman_Temple)", "price": 0 @@ -231147,9 +205930,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.2, - "release_date": "2019-01-10", - "examine": "Contains a selection of random seeds.", "wiki_name": "Seed pack", "wiki_url": "https://oldschool.runescape.wiki/w/Seed_pack", "price": 0 @@ -231164,10 +205944,7 @@ "cost": 45000, "lowalch": 18000, "highalch": 27000, - "weight": 1, "buy_limit": 5, - "release_date": "2019-01-10", - "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": 1156547 @@ -231179,9 +205956,6 @@ "cost": 45000, "lowalch": 18000, "highalch": 27000, - "weight": 3, - "release_date": "2019-01-10", - "examine": "It's a bucket that can hold a lot of compost at once. It has some compost inside!", "wiki_name": "Bottomless compost bucket (Filled)", "wiki_url": "https://oldschool.runescape.wiki/w/Bottomless_compost_bucket#Filled", "price": 0 @@ -231196,10 +205970,7 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 0.08, "buy_limit": 50, - "release_date": "2019-01-10", - "examine": "Several dragonfruit were squeezed into this vial.", "wiki_name": "Bottled dragonbreath (Unpowered)", "wiki_url": "https://oldschool.runescape.wiki/w/Bottled_dragonbreath#Unpowered", "price": 10683 @@ -231214,10 +205985,7 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 0.08, "buy_limit": 50, - "release_date": "2019-01-10", - "examine": "Several dragonfruit were squeezed into this vial and it has been powered by the fires of Mount Karuulm.", "wiki_name": "Bottled dragonbreath (Powered)", "wiki_url": "https://oldschool.runescape.wiki/w/Bottled_dragonbreath#Powered", "price": 13619 @@ -231229,9 +205997,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2019-01-10", - "examine": "It's addressed to someone called Rose.", "wiki_name": "Tatty note", "wiki_url": "https://oldschool.runescape.wiki/w/Tatty_note", "price": 0 @@ -231243,9 +206008,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.51, - "release_date": "2019-01-10", - "examine": "Volume 1 of the Gielinor's Flora series.", "wiki_name": "Gielinor's flora - flowers", "wiki_url": "https://oldschool.runescape.wiki/w/Gielinor's_flora_-_flowers", "price": 0 @@ -231257,9 +206019,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.51, - "release_date": "2019-01-10", - "examine": "Volume 2 of the Gielinor's Flora series.", "wiki_name": "Gielinor's flora - bushes", "wiki_url": "https://oldschool.runescape.wiki/w/Gielinor's_flora_-_bushes", "price": 0 @@ -231271,9 +206030,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.51, - "release_date": "2019-01-10", - "examine": "Volume 3 of the Gielinor's Flora series.", "wiki_name": "Gielinor's flora - hops", "wiki_url": "https://oldschool.runescape.wiki/w/Gielinor's_flora_-_hops", "price": 0 @@ -231285,9 +206041,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.51, - "release_date": "2019-01-10", - "examine": "Volume 4 of the Gielinor's Flora series.", "wiki_name": "Gielinor's flora - allotments", "wiki_url": "https://oldschool.runescape.wiki/w/Gielinor's_flora_-_allotments", "price": 0 @@ -231299,9 +206052,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.51, - "release_date": "2019-01-10", - "examine": "Volume 5 of the Gielinor's Flora series.", "wiki_name": "Gielinor's flora - herbs", "wiki_url": "https://oldschool.runescape.wiki/w/Gielinor's_flora_-_herbs", "price": 0 @@ -231313,9 +206063,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.51, - "release_date": "2019-01-10", - "examine": "Volume 6 of the Gielinor's Flora series.", "wiki_name": "Gielinor's flora - trees", "wiki_url": "https://oldschool.runescape.wiki/w/Gielinor's_flora_-_trees", "price": 0 @@ -231327,9 +206074,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.51, - "release_date": "2019-01-10", - "examine": "Volume 7 of the Gielinor's Flora series.", "wiki_name": "Gielinor's flora - fruit", "wiki_url": "https://oldschool.runescape.wiki/w/Gielinor's_flora_-_fruit", "price": 0 @@ -231341,9 +206085,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2019-01-10", - "examine": "Some old notes found within Mount Karuulm. They're written in a strange text.", "wiki_name": "Old notes (Karuulm Slayer Dungeon) (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Old_notes_(Karuulm_Slayer_Dungeon)#1", "price": 0 @@ -231355,9 +206096,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2019-01-10", - "examine": "Some old notes found within Mount Karuulm. They're written in a strange text.", "wiki_name": "Old notes (Karuulm Slayer Dungeon) (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Old_notes_(Karuulm_Slayer_Dungeon)#2", "price": 0 @@ -231369,9 +206107,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2019-01-10", - "examine": "Some old notes found within Mount Karuulm. They're written in a strange text.", "wiki_name": "Old notes (Karuulm Slayer Dungeon) (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Old_notes_(Karuulm_Slayer_Dungeon)#3", "price": 0 @@ -231383,9 +206118,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2019-01-10", - "examine": "Some old notes found within Mount Karuulm. They're written in a strange text.", "wiki_name": "Old notes (Karuulm Slayer Dungeon) (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Old_notes_(Karuulm_Slayer_Dungeon)#4", "price": 0 @@ -231397,9 +206129,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2019-01-10", - "examine": "Some old notes found within Mount Karuulm. They're written in a strange text.", "wiki_name": "Old notes (Karuulm Slayer Dungeon) (5)", "wiki_url": "https://oldschool.runescape.wiki/w/Old_notes_(Karuulm_Slayer_Dungeon)#5", "price": 0 @@ -231411,9 +206140,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2019-01-10", - "examine": "Some old notes found within Mount Karuulm. They're written in a strange text.", "wiki_name": "Old notes (Karuulm Slayer Dungeon) (6)", "wiki_url": "https://oldschool.runescape.wiki/w/Old_notes_(Karuulm_Slayer_Dungeon)#6", "price": 0 @@ -231425,9 +206151,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2019-01-10", - "examine": "Some old notes found within Mount Karuulm. They're written in a strange text.", "wiki_name": "Old notes (Karuulm Slayer Dungeon) (7)", "wiki_url": "https://oldschool.runescape.wiki/w/Old_notes_(Karuulm_Slayer_Dungeon)#7", "price": 0 @@ -231444,10 +206167,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 3.175, "buy_limit": 125, - "release_date": "2019-01-10", - "examine": "A pair of heat resistant boots with rocky soles.", "wiki_name": "Boots of stone", "wiki_url": "https://oldschool.runescape.wiki/w/Boots_of_stone", "equipment": { @@ -231520,10 +206240,7 @@ "cost": 15000, "lowalch": 6000, "highalch": 9000, - "weight": 0.453, "buy_limit": 70, - "release_date": "2019-01-11", - "examine": "A dusky magical hat.", "wiki_name": "Mystic hat (dusk)", "wiki_url": "https://oldschool.runescape.wiki/w/Mystic_hat_(dusk)", "equipment": { @@ -231561,10 +206278,7 @@ "cost": 120000, "lowalch": 48000, "highalch": 72000, - "weight": 2.721, "buy_limit": 70, - "release_date": "2019-01-11", - "examine": "The upper half of a dusky magical robe.", "wiki_name": "Mystic robe top (dusk)", "wiki_url": "https://oldschool.runescape.wiki/w/Mystic_robe_top_(dusk)", "equipment": { @@ -231602,10 +206316,7 @@ "cost": 80000, "lowalch": 32000, "highalch": 48000, - "weight": 1.814, "buy_limit": 70, - "release_date": "2019-01-11", - "examine": "The lower half of a dusky magical robe.", "wiki_name": "Mystic robe bottom (dusk)", "wiki_url": "https://oldschool.runescape.wiki/w/Mystic_robe_bottom_(dusk)", "equipment": { @@ -231643,10 +206354,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.453, "buy_limit": 70, - "release_date": "2019-01-11", - "examine": "Dusky magical gloves.", "wiki_name": "Mystic gloves (dusk)", "wiki_url": "https://oldschool.runescape.wiki/w/Mystic_gloves_(dusk)", "equipment": { @@ -231684,10 +206392,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.453, "buy_limit": 70, - "release_date": "2019-01-11", - "examine": "Dusky magical boots.", "wiki_name": "Mystic boots (dusk)", "wiki_url": "https://oldschool.runescape.wiki/w/Mystic_boots_(dusk)", "equipment": { @@ -231720,9 +206425,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1.6, - "release_date": "2019-01-17", - "examine": "A box of nests containing seeds.", "wiki_name": "Nest box (Seeds)", "wiki_url": "https://oldschool.runescape.wiki/w/Nest_box#Seeds", "price": 0 @@ -231737,10 +206439,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.04, "buy_limit": 4, - "release_date": "2019-01-31", - "examine": "Looks unstable.", "wiki_name": "Jar of chemicals", "wiki_url": "https://oldschool.runescape.wiki/w/Jar_of_chemicals", "price": 89313 @@ -231751,9 +206450,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.02, - "release_date": "2019-02-07", - "examine": "A scroll that Veos gave to me. It should lead me to some treasure.", "wiki_name": "Treasure scroll (Step 1)", "wiki_url": "https://oldschool.runescape.wiki/w/Treasure_scroll#Step_1", "price": 0 @@ -231764,9 +206460,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.02, - "release_date": "2019-02-07", - "examine": "A scroll that I found while hunting treasure for Veos.", "wiki_name": "Treasure scroll (Step 2)", "wiki_url": "https://oldschool.runescape.wiki/w/Treasure_scroll#Step_2", "price": 0 @@ -231775,9 +206468,6 @@ "id": 23069, "name": "Mysterious orb", "cost": 30, - "weight": 0.02, - "release_date": "2019-02-07", - "examine": "An orb that I found while hunting treasure for Veos.", "wiki_name": "Mysterious orb (X Marks the Spot)", "wiki_url": "https://oldschool.runescape.wiki/w/Mysterious_orb_(X_Marks_the_Spot)", "price": 0 @@ -231788,9 +206478,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.02, - "release_date": "2019-02-07", - "examine": "A scroll that I found while hunting treasure for Veos.", "wiki_name": "Treasure scroll (Step 3)", "wiki_url": "https://oldschool.runescape.wiki/w/Treasure_scroll#Step_3", "price": 0 @@ -231799,9 +206486,6 @@ "id": 23071, "name": "Ancient casket", "cost": 30, - "weight": 5, - "release_date": "2019-02-07", - "examine": "An ancient casket. This must be what Veos is looking for.", "wiki_name": "Ancient casket", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_casket", "price": 0 @@ -231812,9 +206496,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2019-02-07", - "examine": "I wonder what happens if I rub it...", "wiki_name": "Antique lamp (X Marks the Spot)", "wiki_url": "https://oldschool.runescape.wiki/w/Antique_lamp_(X_Marks_the_Spot)", "price": 0 @@ -231828,9 +206509,6 @@ "cost": 40000, "lowalch": 16000, "highalch": 24000, - "weight": 2.267, - "release_date": "2019-02-07", - "examine": "You don't want to wear it inside-out.", "wiki_name": "Hydra slayer helmet", "wiki_url": "https://oldschool.runescape.wiki/w/Hydra_slayer_helmet", "equipment": { @@ -231865,9 +206543,6 @@ "cost": 90000, "lowalch": 36000, "highalch": 54000, - "weight": 2.267, - "release_date": "2019-02-07", - "examine": "You really don't want to wear it inside-out.", "wiki_name": "Hydra slayer helmet (i) (Nightmare Zone)", "wiki_url": "https://oldschool.runescape.wiki/w/Hydra_slayer_helmet_(i)#Nightmare_Zone", "equipment": { @@ -231898,9 +206573,6 @@ "name": "Alchemical hydra heads", "members": true, "cost": 50000, - "weight": 10, - "release_date": "2019-02-07", - "examine": "Yuck! I could get it stuffed!", "wiki_name": "Alchemical hydra heads", "wiki_url": "https://oldschool.runescape.wiki/w/Alchemical_hydra_heads", "price": 0 @@ -231912,9 +206584,6 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 10, - "release_date": "2019-02-07", - "examine": "I could mount this on my wall!", "wiki_name": "Stuffed hydra heads", "wiki_url": "https://oldschool.runescape.wiki/w/Stuffed_hydra_heads", "price": 0 @@ -231935,9 +206604,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2019-02-07", - "examine": "Good for rubbing.", "wiki_name": "Antique lamp (Architectural Alliance)", "wiki_url": "https://oldschool.runescape.wiki/w/Antique_lamp_(Architectural_Alliance)", "price": 0 @@ -231948,8 +206614,6 @@ "members": true, "stackable": true, "cost": 80000, - "release_date": "2019-02-07", - "examine": "Unlocks Konar's chest found atop Mount Karuulm.", "wiki_name": "Brimstone key", "wiki_url": "https://oldschool.runescape.wiki/w/Brimstone_key", "price": 0 @@ -231962,9 +206626,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.226, - "release_date": "2019-02-21", - "examine": "Some ornate armoured gloves.", "wiki_name": "Ornate gloves", "wiki_url": "https://oldschool.runescape.wiki/w/Ornate_gloves", "equipment": { @@ -231995,9 +206656,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2019-02-21", - "examine": "Some ornate armoured boots.", "wiki_name": "Ornate boots", "wiki_url": "https://oldschool.runescape.wiki/w/Ornate_boots", "equipment": { @@ -232028,9 +206686,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 9.071, - "release_date": "2019-02-21", - "examine": "A pair of ornate armoured legs.", "wiki_name": "Ornate legs", "wiki_url": "https://oldschool.runescape.wiki/w/Ornate_legs", "equipment": { @@ -232061,9 +206716,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 11.339, - "release_date": "2019-02-21", - "examine": "An ornate armoured top.", "wiki_name": "Ornate top", "wiki_url": "https://oldschool.runescape.wiki/w/Ornate_top", "equipment": { @@ -232094,9 +206746,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2019-02-21", - "examine": "An ornate armoured cape.", "wiki_name": "Ornate cape", "wiki_url": "https://oldschool.runescape.wiki/w/Ornate_cape", "equipment": { @@ -232127,9 +206776,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.721, - "release_date": "2019-02-21", - "examine": "An ornate helm, first discovered by the Crack the Clue Community.", "wiki_name": "Ornate helm", "wiki_url": "https://oldschool.runescape.wiki/w/Ornate_helm", "equipment": { @@ -232158,9 +206804,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.48, - "release_date": "2019-02-21", - "examine": "Totally jammin' with jam in.", "wiki_name": "Birthday cake", "wiki_url": "https://oldschool.runescape.wiki/w/Birthday_cake", "price": 0 @@ -232175,10 +206818,7 @@ "cost": 235000, "lowalch": 94000, "highalch": 141000, - "weight": 0.05, "buy_limit": 70, - "release_date": "2019-03-14", - "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": 178599 @@ -232193,10 +206833,7 @@ "cost": 235000, "lowalch": 94000, "highalch": 141000, - "weight": 0.05, "buy_limit": 70, - "release_date": "2019-03-14", - "examine": "A set containing blue mystic hat, robe top and bottom, gloves and boots.", "wiki_name": "Mystic set (blue)", "wiki_url": "https://oldschool.runescape.wiki/w/Mystic_set_(blue)", "price": 151242 @@ -232211,10 +206848,7 @@ "cost": 235000, "lowalch": 94000, "highalch": 141000, - "weight": 0.05, "buy_limit": 70, - "release_date": "2019-03-14", - "examine": "A set containing dark mystic hat, robe top and bottom, gloves and boots.", "wiki_name": "Mystic set (dark)", "wiki_url": "https://oldschool.runescape.wiki/w/Mystic_set_(dark)", "price": 304161 @@ -232229,10 +206863,7 @@ "cost": 235000, "lowalch": 94000, "highalch": 141000, - "weight": 0.05, "buy_limit": 70, - "release_date": "2019-03-14", - "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": 302754 @@ -232247,9 +206878,6 @@ "cost": 80, "lowalch": 32, "highalch": 48, - "weight": 0.481, - "release_date": "2019-03-21", - "examine": "Useful for fishing in lava while looking a little bit fancy.", "wiki_name": "Oily pearl fishing rod", "wiki_url": "https://oldschool.runescape.wiki/w/Oily_pearl_fishing_rod", "equipment": { @@ -232308,10 +206936,7 @@ "cost": 12500, "lowalch": 5000, "highalch": 7500, - "weight": 0.05, "buy_limit": 8, - "release_date": "2019-04-11", - "examine": "A set containing a gilded dragonhide body, chaps and vambraces.", "wiki_name": "Gilded dragonhide set", "wiki_url": "https://oldschool.runescape.wiki/w/Gilded_dragonhide_set", "price": 22402521 @@ -232322,9 +206947,6 @@ "cost": 451, "lowalch": 180, "highalch": 270, - "weight": 1, - "release_date": "2019-04-11", - "examine": "This nest seems to have some old paper inside.", "wiki_name": "Clue nest (beginner)", "wiki_url": "https://oldschool.runescape.wiki/w/Clue_nest_(beginner)", "price": 0 @@ -232335,9 +206957,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.19, - "release_date": "2019-04-11", - "examine": "This bottle seems to have some old paper inside.", "wiki_name": "Clue bottle (beginner)", "wiki_url": "https://oldschool.runescape.wiki/w/Clue_bottle_(beginner)", "price": 0 @@ -232348,9 +206967,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.02, - "release_date": "2019-04-11", - "examine": "Hopefully leads to treasure.", "wiki_name": "Clue scroll (beginner)", "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(beginner)", "price": 0 @@ -232361,9 +206977,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.02, - "release_date": "2019-04-11", - "examine": "You can sense strange powers emanating from it.", "wiki_name": "Strange device (Beginner)", "wiki_url": "https://oldschool.runescape.wiki/w/Strange_device#Beginner", "price": 0 @@ -232375,9 +206988,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 5, - "release_date": "2019-04-11", - "examine": "Oh great, it's a casket that's come to life.", "wiki_name": "Mimic", "wiki_url": "https://oldschool.runescape.wiki/w/Mimic", "price": 0 @@ -232393,10 +207003,7 @@ "cost": 12000, "lowalch": 4800, "highalch": 7200, - "weight": 0.005, "buy_limit": 4, - "release_date": "2019-04-11", - "examine": "Makes you look like something really old, for those moments when you want that.", "wiki_name": "Ring of 3rd age", "wiki_url": "https://oldschool.runescape.wiki/w/Ring_of_3rd_age", "equipment": { @@ -232431,10 +207038,7 @@ "cost": 28334, "lowalch": 11333, "highalch": 17000, - "weight": 8, "buy_limit": 8, - "release_date": "2019-04-11", - "examine": "Guthix blessed wooden shield covered in dragon leather.", "wiki_name": "Guthix d'hide shield", "wiki_url": "https://oldschool.runescape.wiki/w/Guthix_d'hide_shield", "equipment": { @@ -232472,10 +207076,7 @@ "cost": 28334, "lowalch": 11333, "highalch": 17000, - "weight": 8, "buy_limit": 8, - "release_date": "2019-04-11", - "examine": "Saradomin blessed wooden shield covered in dragon leather.", "wiki_name": "Saradomin d'hide shield", "wiki_url": "https://oldschool.runescape.wiki/w/Saradomin_d'hide_shield", "equipment": { @@ -232513,10 +207114,7 @@ "cost": 28334, "lowalch": 11333, "highalch": 17000, - "weight": 8, "buy_limit": 8, - "release_date": "2019-04-11", - "examine": "Zamorak blessed wooden shield covered in dragon leather.", "wiki_name": "Zamorak d'hide shield", "wiki_url": "https://oldschool.runescape.wiki/w/Zamorak_d'hide_shield", "equipment": { @@ -232554,10 +207152,7 @@ "cost": 28334, "lowalch": 11333, "highalch": 17000, - "weight": 8, "buy_limit": 8, - "release_date": "2019-04-11", - "examine": "Ancient blessed wooden shield covered in dragon leather.", "wiki_name": "Ancient d'hide shield", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_d'hide_shield", "equipment": { @@ -232595,10 +207190,7 @@ "cost": 28334, "lowalch": 11333, "highalch": 17000, - "weight": 8, "buy_limit": 8, - "release_date": "2019-04-11", - "examine": "Armadyl blessed wooden shield covered in dragon leather.", "wiki_name": "Armadyl d'hide shield", "wiki_url": "https://oldschool.runescape.wiki/w/Armadyl_d'hide_shield", "equipment": { @@ -232636,10 +207228,7 @@ "cost": 28334, "lowalch": 11333, "highalch": 17000, - "weight": 8, "buy_limit": 8, - "release_date": "2019-04-11", - "examine": "Bandos blessed wooden shield covered in dragon leather.", "wiki_name": "Bandos d'hide shield", "wiki_url": "https://oldschool.runescape.wiki/w/Bandos_d'hide_shield", "equipment": { @@ -232678,10 +207267,7 @@ "cost": 6000, "lowalch": 2400, "highalch": 3600, - "weight": 1.36, "buy_limit": 8, - "release_date": "2019-04-11", - "examine": "A pair of aggressive Sai.", "wiki_name": "Dual sai", "wiki_url": "https://oldschool.runescape.wiki/w/Dual_sai", "equipment": { @@ -232749,10 +207335,7 @@ "cost": 65000, "lowalch": 26000, "highalch": 39000, - "weight": 9.979, "buy_limit": 8, - "release_date": "2019-04-11", - "examine": "Provides excellent protection with a heraldic design.", "wiki_name": "Rune platebody (h1)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_platebody_(h1)", "equipment": { @@ -232788,10 +207371,7 @@ "cost": 65000, "lowalch": 26000, "highalch": 39000, - "weight": 9.979, "buy_limit": 8, - "release_date": "2019-04-11", - "examine": "Provides excellent protection with a heraldic design.", "wiki_name": "Rune platebody (h2)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_platebody_(h2)", "equipment": { @@ -232827,10 +207407,7 @@ "cost": 65000, "lowalch": 26000, "highalch": 39000, - "weight": 9.979, "buy_limit": 8, - "release_date": "2019-04-11", - "examine": "Provides excellent protection with a heraldic design.", "wiki_name": "Rune platebody (h3)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_platebody_(h3)", "equipment": { @@ -232866,10 +207443,7 @@ "cost": 65000, "lowalch": 26000, "highalch": 39000, - "weight": 9.979, "buy_limit": 8, - "release_date": "2019-04-11", - "examine": "Provides excellent protection with a heraldic design.", "wiki_name": "Rune platebody (h4)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_platebody_(h4)", "equipment": { @@ -232905,10 +207479,7 @@ "cost": 65000, "lowalch": 26000, "highalch": 39000, - "weight": 9.979, "buy_limit": 8, - "release_date": "2019-04-11", - "examine": "Provides excellent protection with a heraldic design.", "wiki_name": "Rune platebody (h5)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_platebody_(h5)", "equipment": { @@ -232945,10 +207516,7 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 0.435, "buy_limit": 8, - "release_date": "2019-04-11", - "examine": "A good place to store your stolen goods.", "wiki_name": "Thieving bag", "wiki_url": "https://oldschool.runescape.wiki/w/Thieving_bag", "equipment": { @@ -232981,10 +207549,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.5, "buy_limit": 4, - "release_date": "2019-04-11", - "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": 10686 @@ -232998,9 +207563,6 @@ "cost": 65004, "lowalch": 26001, "highalch": 39002, - "weight": 0.453, - "release_date": "2019-04-11", - "examine": "A defensive weapon trimmed with gold.", "wiki_name": "Rune defender (t) (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_defender_(t)#Normal", "equipment": { @@ -233036,10 +207598,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.5, "buy_limit": 4, - "release_date": "2019-04-11", - "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": 5189 @@ -233054,9 +207613,6 @@ "cost": 50001, "lowalch": 20000, "highalch": 30000, - "weight": 3.628, - "release_date": "2019-04-11", - "examine": "A maul of obsidian with trim and spikes.", "wiki_name": "Tzhaar-ket-om (t)", "wiki_url": "https://oldschool.runescape.wiki/w/Tzhaar-ket-om_(t)", "equipment": { @@ -233118,10 +207674,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.5, "buy_limit": 4, - "release_date": "2019-04-11", - "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": 10388 @@ -233135,9 +207688,6 @@ "cost": 202000, "lowalch": 80800, "highalch": 121200, - "weight": 0.01, - "release_date": "2019-04-11", - "examine": "Makes obsidian weapons even stronger and has a nice glow to boot!", "wiki_name": "Berserker necklace (or)", "wiki_url": "https://oldschool.runescape.wiki/w/Berserker_necklace_(or)", "equipment": { @@ -233172,10 +207722,7 @@ "cost": 200000, "lowalch": 80000, "highalch": 120000, - "weight": 2.721, "buy_limit": 8, - "release_date": "2019-04-11", - "examine": "Fabulously ancient armour beaten from magical silver.", "wiki_name": "3rd age plateskirt", "wiki_url": "https://oldschool.runescape.wiki/w/3rd_age_plateskirt", "equipment": { @@ -233207,8 +207754,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "release_date": "2019-04-11", - "examine": "I hope this was easy loot.", "wiki_name": "Reward casket (beginner)", "wiki_url": "https://oldschool.runescape.wiki/w/Reward_casket_(beginner)", "price": 0 @@ -233225,10 +207770,7 @@ "cost": 60000, "lowalch": 24000, "highalch": 36000, - "weight": 3, "buy_limit": 8, - "release_date": "2019-04-11", - "examine": "A kilt worn by the mightiest of Fremennik warriors.", "wiki_name": "Fremennik kilt", "wiki_url": "https://oldschool.runescape.wiki/w/Fremennik_kilt", "equipment": { @@ -233263,10 +207805,7 @@ "cost": 20000, "lowalch": 8000, "highalch": 12000, - "weight": 5.443, "buy_limit": 8, - "release_date": "2019-04-11", - "examine": "Lightweight legwear ideal for rangers.", "wiki_name": "Rangers' tights", "wiki_url": "https://oldschool.runescape.wiki/w/Rangers'_tights", "equipment": { @@ -233303,10 +207842,7 @@ "cost": 14000, "lowalch": 5600, "highalch": 8400, - "weight": 0.5, "buy_limit": 4, - "release_date": "2019-04-11", - "examine": "Worn on head. Warning: Smelly.", "wiki_name": "Giant boot", "wiki_url": "https://oldschool.runescape.wiki/w/Giant_boot", "equipment": { @@ -233341,10 +207877,7 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 2.267, "buy_limit": 4, - "release_date": "2019-04-11", - "examine": "This is top secret comrade...", "wiki_name": "Uri's hat", "wiki_url": "https://oldschool.runescape.wiki/w/Uri's_hat", "equipment": { @@ -233379,10 +207912,7 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 0.9, "buy_limit": 8, - "release_date": "2019-04-11", - "examine": "Made with 100% golden dragonhide.", "wiki_name": "Gilded coif", "wiki_url": "https://oldschool.runescape.wiki/w/Gilded_coif", "equipment": { @@ -233416,10 +207946,7 @@ "cost": 40000, "lowalch": 16000, "highalch": 24000, - "weight": 1, "buy_limit": 8, - "release_date": "2019-04-11", - "examine": "Made with 100% golden dragonhide.", "wiki_name": "Gilded d'hide vambraces", "wiki_url": "https://oldschool.runescape.wiki/w/Gilded_d'hide_vambraces", "equipment": { @@ -233455,10 +207982,7 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 6, "buy_limit": 8, - "release_date": "2019-04-11", - "examine": "Made with 100% golden dragonhide.", "wiki_name": "Gilded d'hide body", "wiki_url": "https://oldschool.runescape.wiki/w/Gilded_d'hide_body", "equipment": { @@ -233495,10 +208019,7 @@ "cost": 40000, "lowalch": 16000, "highalch": 24000, - "weight": 5, "buy_limit": 8, - "release_date": "2019-04-11", - "examine": "Made with 100% golden dragonhide.", "wiki_name": "Gilded d'hide chaps", "wiki_url": "https://oldschool.runescape.wiki/w/Gilded_d'hide_chaps", "equipment": { @@ -233535,10 +208056,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 2.267, "buy_limit": 4, - "release_date": "2019-04-11", - "examine": "Do I look scary?", "wiki_name": "Adamant dragon mask", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_dragon_mask", "equipment": { @@ -233573,10 +208091,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 2.267, "buy_limit": 4, - "release_date": "2019-04-11", - "examine": "Do I look scary?", "wiki_name": "Rune dragon mask", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_dragon_mask", "equipment": { @@ -233611,10 +208126,7 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 2.267, "buy_limit": 4, - "release_date": "2019-04-11", - "examine": "Used for mining and very stylish.", "wiki_name": "Gilded pickaxe", "wiki_url": "https://oldschool.runescape.wiki/w/Gilded_pickaxe", "equipment": { @@ -233686,10 +208198,7 @@ "cost": 35000, "lowalch": 14000, "highalch": 21000, - "weight": 1.36, "buy_limit": 4, - "release_date": "2019-04-11", - "examine": "A powerful axe.", "wiki_name": "Gilded axe", "wiki_url": "https://oldschool.runescape.wiki/w/Gilded_axe", "equipment": { @@ -233761,10 +208270,7 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 3, "buy_limit": 4, - "release_date": "2019-04-11", - "examine": "Oh, I'm a gold digger?", "wiki_name": "Gilded spade", "wiki_url": "https://oldschool.runescape.wiki/w/Gilded_spade", "equipment": { @@ -233825,10 +208331,7 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 0.2, "buy_limit": 4, - "release_date": "2019-04-11", - "examine": "Cute mole slippers.", "wiki_name": "Mole slippers", "wiki_url": "https://oldschool.runescape.wiki/w/Mole_slippers", "equipment": { @@ -233862,10 +208365,7 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 0.2, "buy_limit": 4, - "release_date": "2019-04-11", - "examine": "Cute frog slippers.", "wiki_name": "Frog slippers", "wiki_url": "https://oldschool.runescape.wiki/w/Frog_slippers", "equipment": { @@ -233899,10 +208399,7 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 0.2, "buy_limit": 4, - "release_date": "2019-04-11", - "examine": "Vicious bear slippers.", "wiki_name": "Bear feet", "wiki_url": "https://oldschool.runescape.wiki/w/Bear_feet", "equipment": { @@ -233936,10 +208433,7 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 0.2, "buy_limit": 4, - "release_date": "2019-04-11", - "examine": "Vicious demon slippers.", "wiki_name": "Demon feet", "wiki_url": "https://oldschool.runescape.wiki/w/Demon_feet", "equipment": { @@ -233973,10 +208467,7 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 0.453, "buy_limit": 4, - "release_date": "2019-04-11", - "examine": "A jester cape.", "wiki_name": "Jester cape", "wiki_url": "https://oldschool.runescape.wiki/w/Jester_cape", "equipment": { @@ -234010,10 +208501,7 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 0.453, "buy_limit": 4, - "release_date": "2019-04-11", - "examine": "Polly want a cracker?", "wiki_name": "Shoulder parrot", "wiki_url": "https://oldschool.runescape.wiki/w/Shoulder_parrot", "equipment": { @@ -234047,10 +208535,7 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 0.907, "buy_limit": 4, - "release_date": "2019-04-11", - "examine": "I feel the gods don't enjoy my materialistic obsessions.", "wiki_name": "Monk's robe top (t)", "wiki_url": "https://oldschool.runescape.wiki/w/Monk's_robe_top_(t)", "equipment": { @@ -234084,10 +208569,7 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 0.907, "buy_limit": 4, - "release_date": "2019-04-11", - "examine": "I feel the gods don't enjoy my materialistic obsessions.", "wiki_name": "Monk's robe (t)", "wiki_url": "https://oldschool.runescape.wiki/w/Monk's_robe_(t)", "equipment": { @@ -234121,10 +208603,7 @@ "cost": 1275, "lowalch": 510, "highalch": 765, - "weight": 0.01, "buy_limit": 4, - "release_date": "2019-04-11", - "examine": "An enchanted emerald amulet of protection that looks good.", "wiki_name": "Amulet of defence (t)", "wiki_url": "https://oldschool.runescape.wiki/w/Amulet_of_defence_(t)", "equipment": { @@ -234158,10 +208637,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.907, "buy_limit": 4, - "release_date": "2019-04-11", - "examine": "A hat worn by a sandwich lady.", "wiki_name": "Sandwich lady hat", "wiki_url": "https://oldschool.runescape.wiki/w/Sandwich_lady_hat", "equipment": { @@ -234195,10 +208671,7 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 0.907, "buy_limit": 4, - "release_date": "2019-04-11", - "examine": "A top worn by a sandwich lady.", "wiki_name": "Sandwich lady top", "wiki_url": "https://oldschool.runescape.wiki/w/Sandwich_lady_top", "equipment": { @@ -234232,10 +208705,7 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 0.907, "buy_limit": 4, - "release_date": "2019-04-11", - "examine": "Bottoms worn by a sandwich lady.", "wiki_name": "Sandwich lady bottom", "wiki_url": "https://oldschool.runescape.wiki/w/Sandwich_lady_bottom", "equipment": { @@ -234267,10 +208737,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.5, "buy_limit": 4, - "release_date": "2019-04-11", - "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": 3322 @@ -234284,10 +208751,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.5, "buy_limit": 4, - "release_date": "2019-04-11", - "examine": "Use on a rune scimitar to make it look fancier!", "wiki_name": "Rune scimitar ornament kit (saradomin)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_scimitar_ornament_kit_(saradomin)", "price": 15798 @@ -234301,10 +208765,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.5, "buy_limit": 4, - "release_date": "2019-04-11", - "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": 12941 @@ -234318,9 +208779,6 @@ "cost": 25600, "lowalch": 10240, "highalch": 15360, - "weight": 1.814, - "release_date": "2019-04-11", - "examine": "A vicious, curved sword.", "wiki_name": "Rune scimitar (guthix)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_scimitar_(guthix)", "equipment": { @@ -234388,9 +208846,6 @@ "cost": 25600, "lowalch": 10240, "highalch": 15360, - "weight": 1.814, - "release_date": "2019-04-11", - "examine": "A vicious, curved sword.", "wiki_name": "Rune scimitar (saradomin)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_scimitar_(saradomin)", "equipment": { @@ -234458,9 +208913,6 @@ "cost": 25600, "lowalch": 10240, "highalch": 15360, - "weight": 1.814, - "release_date": "2019-04-11", - "examine": "A vicious, curved sword.", "wiki_name": "Rune scimitar (zamorak)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_scimitar_(zamorak)", "equipment": { @@ -234531,10 +208983,7 @@ "cost": 200000, "lowalch": 80000, "highalch": 120000, - "weight": 1.5, "buy_limit": 4, - "release_date": "2019-04-11", - "examine": "A fabulously ancient woven robe top as worn by the druids of old.", "wiki_name": "3rd age druidic robe top", "wiki_url": "https://oldschool.runescape.wiki/w/3rd_age_druidic_robe_top", "equipment": { @@ -234572,10 +209021,7 @@ "cost": 200000, "lowalch": 80000, "highalch": 120000, - "weight": 1.5, "buy_limit": 4, - "release_date": "2019-04-11", - "examine": "A fabulously ancient woven robe as worn by the druids of old.", "wiki_name": "3rd age druidic robe bottoms", "wiki_url": "https://oldschool.runescape.wiki/w/3rd_age_druidic_robe_bottoms", "equipment": { @@ -234614,10 +209060,7 @@ "cost": 200000, "lowalch": 80000, "highalch": 120000, - "weight": 2, "buy_limit": 8, - "release_date": "2019-04-11", - "examine": "A fabulously ancient gnarled staff as used by the druids of old.", "wiki_name": "3rd age druidic staff", "wiki_url": "https://oldschool.runescape.wiki/w/3rd_age_druidic_staff", "equipment": { @@ -234696,10 +209139,7 @@ "cost": 200000, "lowalch": 80000, "highalch": 120000, - "weight": 0.4, "buy_limit": 8, - "release_date": "2019-04-11", - "examine": "A fabulously ancient vine cloak as worn by the druids of old.", "wiki_name": "3rd age druidic cloak", "wiki_url": "https://oldschool.runescape.wiki/w/3rd_age_druidic_cloak", "equipment": { @@ -234735,10 +209175,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.5, "buy_limit": 4, - "release_date": "2019-04-11", - "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": 3129634 @@ -234755,10 +209192,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.453, "buy_limit": 8, - "release_date": "2019-04-11", - "examine": "Lets the person behind you know that you mean business.", "wiki_name": "Cape of skulls", "wiki_url": "https://oldschool.runescape.wiki/w/Cape_of_skulls", "equipment": { @@ -234792,10 +209226,7 @@ "cost": 4025, "lowalch": 1610, "highalch": 2415, - "weight": 0.01, "buy_limit": 5, - "release_date": "2019-04-11", - "examine": "An enchanted diamond amulet that looks good.", "wiki_name": "Amulet of power (t)", "wiki_url": "https://oldschool.runescape.wiki/w/Amulet_of_power_(t)", "equipment": { @@ -234831,10 +209262,7 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 1.36, "buy_limit": 18000, - "release_date": "2019-04-11", - "examine": "Short but effective and very colourful.", "wiki_name": "Rain bow", "wiki_url": "https://oldschool.runescape.wiki/w/Rain_bow", "equipment": { @@ -234896,10 +209324,7 @@ "cost": 1500, "lowalch": 600, "highalch": 900, - "weight": 2, "buy_limit": 100, - "release_date": "2019-04-11", - "examine": "A delicious joint of ham.", "wiki_name": "Ham joint", "wiki_url": "https://oldschool.runescape.wiki/w/Ham_joint", "equipment": { @@ -234962,10 +209387,7 @@ "cost": 1500, "lowalch": 600, "highalch": 900, - "weight": 2, "buy_limit": 8, - "release_date": "2019-04-11", - "examine": "A staff styled after the elusive cat.", "wiki_name": "Staff of bob the cat", "wiki_url": "https://oldschool.runescape.wiki/w/Staff_of_bob_the_cat", "equipment": { @@ -235040,10 +209462,7 @@ "cost": 3840, "lowalch": 1536, "highalch": 2304, - "weight": 9.979, "buy_limit": 8, - "release_date": "2019-04-11", - "examine": "Black plate body with a heraldic design.", "wiki_name": "Black platebody (h1)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_platebody_(h1)", "equipment": { @@ -235079,10 +209498,7 @@ "cost": 3840, "lowalch": 1536, "highalch": 2304, - "weight": 9.979, "buy_limit": 8, - "release_date": "2019-04-11", - "examine": "Black plate body with a heraldic design.", "wiki_name": "Black platebody (h2)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_platebody_(h2)", "equipment": { @@ -235118,10 +209534,7 @@ "cost": 3840, "lowalch": 1536, "highalch": 2304, - "weight": 9.979, "buy_limit": 8, - "release_date": "2019-04-11", - "examine": "Black plate body with a heraldic design.", "wiki_name": "Black platebody (h3)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_platebody_(h3)", "equipment": { @@ -235157,10 +209570,7 @@ "cost": 3840, "lowalch": 1536, "highalch": 2304, - "weight": 9.979, "buy_limit": 8, - "release_date": "2019-04-11", - "examine": "Black plate body with a heraldic design.", "wiki_name": "Black platebody (h4)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_platebody_(h4)", "equipment": { @@ -235196,10 +209606,7 @@ "cost": 3840, "lowalch": 1536, "highalch": 2304, - "weight": 9.979, "buy_limit": 8, - "release_date": "2019-04-11", - "examine": "Black plate body with a heraldic design.", "wiki_name": "Black platebody (h5)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_platebody_(h5)", "equipment": { @@ -235235,10 +209642,7 @@ "cost": 850, "lowalch": 340, "highalch": 510, - "weight": 5.443, "buy_limit": 8, - "release_date": "2019-04-11", - "examine": "Better than no armour! Nice trim too!", "wiki_name": "Leather body (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Leather_body_(g)", "equipment": { @@ -235274,10 +209678,7 @@ "cost": 850, "lowalch": 340, "highalch": 510, - "weight": 2.721, "buy_limit": 8, - "release_date": "2019-04-11", - "examine": "Better than no armour! Nice trim too!", "wiki_name": "Leather chaps (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Leather_chaps_(g)", "equipment": { @@ -235311,8 +209712,6 @@ "lowalch": 4, "highalch": 6, "buy_limit": 10000, - "release_date": "2019-04-11", - "examine": "Teleports you to Watson's house in Great Kourend.", "wiki_name": "Watson teleport", "wiki_url": "https://oldschool.runescape.wiki/w/Watson_teleport", "price": 10786 @@ -235329,10 +209728,7 @@ "cost": 2500, "lowalch": 1000, "highalch": 1500, - "weight": 3, "buy_limit": 8, - "release_date": "2019-04-11", - "examine": "Some very spikey metal bands, better make sure I don't cut myself while walking.", "wiki_name": "Spiked manacles", "wiki_url": "https://oldschool.runescape.wiki/w/Spiked_manacles", "equipment": { @@ -235366,10 +209762,7 @@ "cost": 16640, "lowalch": 6656, "highalch": 9984, - "weight": 11.339, "buy_limit": 8, - "release_date": "2019-04-11", - "examine": "Adamant platebody with a heraldic design.", "wiki_name": "Adamant platebody (h1)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_platebody_(h1)", "equipment": { @@ -235405,10 +209798,7 @@ "cost": 16640, "lowalch": 6656, "highalch": 9984, - "weight": 11.339, "buy_limit": 8, - "release_date": "2019-04-11", - "examine": "Adamant platebody with a heraldic design.", "wiki_name": "Adamant platebody (h2)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_platebody_(h2)", "equipment": { @@ -235444,10 +209834,7 @@ "cost": 16640, "lowalch": 6656, "highalch": 9984, - "weight": 11.339, "buy_limit": 8, - "release_date": "2019-04-11", - "examine": "Adamant platebody with a heraldic design.", "wiki_name": "Adamant platebody (h3)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_platebody_(h3)", "equipment": { @@ -235483,10 +209870,7 @@ "cost": 16640, "lowalch": 6656, "highalch": 9984, - "weight": 11.339, "buy_limit": 8, - "release_date": "2019-04-11", - "examine": "Adamant platebody with a heraldic design.", "wiki_name": "Adamant platebody (h4)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_platebody_(h4)", "equipment": { @@ -235522,10 +209906,7 @@ "cost": 16640, "lowalch": 6656, "highalch": 9984, - "weight": 11.339, "buy_limit": 8, - "release_date": "2019-04-11", - "examine": "Adamant platebody with a heraldic design.", "wiki_name": "Adamant platebody (h5)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_platebody_(h5)", "equipment": { @@ -235562,10 +209943,7 @@ "cost": 2400, "lowalch": 960, "highalch": 1440, - "weight": 2.267, "buy_limit": 4, - "release_date": "2019-04-11", - "examine": "Howwwallll!", "wiki_name": "Wolf mask", "wiki_url": "https://oldschool.runescape.wiki/w/Wolf_mask", "equipment": { @@ -235599,10 +209977,7 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 0.453, "buy_limit": 4, - "release_date": "2019-04-11", - "examine": "A very warm wolf cloak.", "wiki_name": "Wolf cloak", "wiki_url": "https://oldschool.runescape.wiki/w/Wolf_cloak", "equipment": { @@ -235637,10 +210012,7 @@ "cost": 75000, "lowalch": 30000, "highalch": 45000, - "weight": 0.34, "buy_limit": 4, - "release_date": "2019-04-11", - "examine": "Boots made for climbing. Nice trim!", "wiki_name": "Climbing boots (g)", "wiki_url": "https://oldschool.runescape.wiki/w/Climbing_boots_(g)", "equipment": { @@ -235679,9 +210051,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.1, - "release_date": "2019-04-11", - "examine": "I need to solve this!", "wiki_name": "Puzzle box (Theatre of Blood)", "wiki_url": "https://oldschool.runescape.wiki/w/Puzzle_box#Theatre_of_Blood", "price": 0 @@ -235690,9 +210059,6 @@ "id": 23442, "name": "Clue geode (beginner)", "cost": 1, - "weight": 1, - "release_date": "2019-04-11", - "examine": "This geode seems to have some old paper inside.", "wiki_name": "Clue geode (beginner)", "wiki_url": "https://oldschool.runescape.wiki/w/Clue_geode_(beginner)", "price": 0 @@ -235706,9 +210072,6 @@ "cost": 201000, "lowalch": 80400, "highalch": 120600, - "weight": 0.25, - "release_date": "2019-04-11", - "examine": "A deep sense of torment burns within this powerful bracelet.", "wiki_name": "Tormented bracelet (or)", "wiki_url": "https://oldschool.runescape.wiki/w/Tormented_bracelet_(or)", "equipment": { @@ -235740,9 +210103,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 1, - "weight": 1, - "release_date": "2019-04-11", - "examine": "That's one ginormous Easter egg.", "wiki_name": "Giant easter egg", "wiki_url": "https://oldschool.runescape.wiki/w/Giant_easter_egg", "equipment": { @@ -235800,9 +210160,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2019-04-11", - "examine": "Hippity, hoppity, the Bunnyman is on his way.", "wiki_name": "Bunnyman mask", "wiki_url": "https://oldschool.runescape.wiki/w/Bunnyman_mask", "equipment": { @@ -235835,9 +210192,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 1.814, - "release_date": "2019-05-30", - "examine": "This will teleport me to the Fremennik province when I play it.", "wiki_name": "Enchanted lyre(i)", "wiki_url": "https://oldschool.runescape.wiki/w/Enchanted_lyre(i)", "equipment": { @@ -235893,9 +210247,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2019-05-30", - "examine": "An icon.", "wiki_name": "Attacker icon (Goatee)", "wiki_url": "https://oldschool.runescape.wiki/w/Attacker_icon#Goatee", "price": 0 @@ -235906,9 +210257,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2019-05-30", - "examine": "An icon.", "wiki_name": "Attacker icon (Medium)", "wiki_url": "https://oldschool.runescape.wiki/w/Attacker_icon#Medium", "price": 0 @@ -235919,9 +210267,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2019-05-30", - "examine": "An icon.", "wiki_name": "Attacker icon (Clean-shaven)", "wiki_url": "https://oldschool.runescape.wiki/w/Attacker_icon#Clean-shaven", "price": 0 @@ -235932,9 +210277,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2019-05-30", - "examine": "An icon.", "wiki_name": "Attacker icon (Short)", "wiki_url": "https://oldschool.runescape.wiki/w/Attacker_icon#Short", "price": 0 @@ -235945,9 +210287,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2019-05-30", - "examine": "An icon.", "wiki_name": "Attacker icon (Split)", "wiki_url": "https://oldschool.runescape.wiki/w/Attacker_icon#Split", "price": 0 @@ -235958,9 +210297,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2019-05-30", - "examine": "An icon.", "wiki_name": "Attacker icon (Dali)", "wiki_url": "https://oldschool.runescape.wiki/w/Attacker_icon#Dali", "price": 0 @@ -235971,9 +210307,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2019-05-30", - "examine": "An icon.", "wiki_name": "Defender icon (Goatee)", "wiki_url": "https://oldschool.runescape.wiki/w/Defender_icon#Goatee", "price": 0 @@ -235984,9 +210317,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2019-05-30", - "examine": "An icon.", "wiki_name": "Defender icon (Clean-shaven)", "wiki_url": "https://oldschool.runescape.wiki/w/Defender_icon#Clean-shaven", "price": 0 @@ -235997,9 +210327,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2019-05-30", - "examine": "An icon.", "wiki_name": "Defender icon (Short)", "wiki_url": "https://oldschool.runescape.wiki/w/Defender_icon#Short", "price": 0 @@ -236010,9 +210337,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2019-05-30", - "examine": "An icon.", "wiki_name": "Defender icon (Split)", "wiki_url": "https://oldschool.runescape.wiki/w/Defender_icon#Split", "price": 0 @@ -236023,9 +210347,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2019-05-30", - "examine": "An icon.", "wiki_name": "Defender icon (Mutton)", "wiki_url": "https://oldschool.runescape.wiki/w/Defender_icon#Mutton", "price": 0 @@ -236036,9 +210357,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2019-05-30", - "examine": "An icon.", "wiki_name": "Collector icon (Long)", "wiki_url": "https://oldschool.runescape.wiki/w/Collector_icon#Long", "price": 0 @@ -236049,9 +210367,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2019-05-30", - "examine": "An icon.", "wiki_name": "Collector icon (Medium)", "wiki_url": "https://oldschool.runescape.wiki/w/Collector_icon#Medium", "price": 0 @@ -236062,9 +210377,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2019-05-30", - "examine": "An icon.", "wiki_name": "Collector icon (Clean-shaven)", "wiki_url": "https://oldschool.runescape.wiki/w/Collector_icon#Clean-shaven", "price": 0 @@ -236075,9 +210387,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2019-05-30", - "examine": "An icon.", "wiki_name": "Collector icon (Pointy)", "wiki_url": "https://oldschool.runescape.wiki/w/Collector_icon#Pointy", "price": 0 @@ -236088,9 +210397,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2019-05-30", - "examine": "An icon.", "wiki_name": "Collector icon (Handlebar)", "wiki_url": "https://oldschool.runescape.wiki/w/Collector_icon#Handlebar", "price": 0 @@ -236101,9 +210407,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2019-05-30", - "examine": "An icon.", "wiki_name": "Collector icon (Full mutton)", "wiki_url": "https://oldschool.runescape.wiki/w/Collector_icon#Full_mutton", "price": 0 @@ -236114,9 +210417,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2019-05-30", - "examine": "An icon.", "wiki_name": "Collector icon (Vizier)", "wiki_url": "https://oldschool.runescape.wiki/w/Collector_icon#Vizier", "price": 0 @@ -236127,9 +210427,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2019-05-30", - "examine": "An icon.", "wiki_name": "Healer icon (Goatee)", "wiki_url": "https://oldschool.runescape.wiki/w/Healer_icon#Goatee", "price": 0 @@ -236140,9 +210437,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2019-05-30", - "examine": "An icon.", "wiki_name": "Healer icon (Medium)", "wiki_url": "https://oldschool.runescape.wiki/w/Healer_icon#Medium", "price": 0 @@ -236153,9 +210447,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2019-05-30", - "examine": "An icon.", "wiki_name": "Healer icon (Clean-shaven)", "wiki_url": "https://oldschool.runescape.wiki/w/Healer_icon#Clean-shaven", "price": 0 @@ -236166,9 +210457,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2019-05-30", - "examine": "An icon.", "wiki_name": "Healer icon (Pointy)", "wiki_url": "https://oldschool.runescape.wiki/w/Healer_icon#Pointy", "price": 0 @@ -236179,9 +210467,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2019-05-30", - "examine": "An icon.", "wiki_name": "Healer icon (Split)", "wiki_url": "https://oldschool.runescape.wiki/w/Healer_icon#Split", "price": 0 @@ -236192,9 +210477,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2019-05-30", - "examine": "An icon.", "wiki_name": "Healer icon (Mutton)", "wiki_url": "https://oldschool.runescape.wiki/w/Healer_icon#Mutton", "price": 0 @@ -236205,9 +210487,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2019-05-30", - "examine": "An icon.", "wiki_name": "Healer icon (Big moustache)", "wiki_url": "https://oldschool.runescape.wiki/w/Healer_icon#Big_moustache", "price": 0 @@ -236218,9 +210497,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2019-05-30", - "examine": "An icon.", "wiki_name": "Healer icon (Dali)", "wiki_url": "https://oldschool.runescape.wiki/w/Healer_icon#Dali", "price": 0 @@ -236231,9 +210507,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2019-05-30", - "examine": "An icon.", "wiki_name": "Healer icon (Vizier)", "wiki_url": "https://oldschool.runescape.wiki/w/Healer_icon#Vizier", "price": 0 @@ -236246,8 +210519,6 @@ "cost": 50009, "lowalch": 20003, "highalch": 30005, - "release_date": "2019-06-13", - "examine": "An emblem of ancient times, now superseded.", "wiki_name": "Archaic emblem (discontinued) (Tier 10)", "wiki_url": "https://oldschool.runescape.wiki/w/Archaic_emblem_(discontinued)#Tier_10", "price": 0 @@ -236258,9 +210529,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.085, - "release_date": "2019-06-20", - "examine": "An evil wine for an evil god.", "wiki_name": "Wine of zamorak (unobtainable item)", "wiki_url": "https://oldschool.runescape.wiki/w/Wine_of_zamorak_(unobtainable_item)", "price": 0 @@ -236276,8 +210544,6 @@ "lowalch": 36, "highalch": 54, "buy_limit": 250, - "release_date": "2019-06-20", - "examine": "Opens Larran's chests in the Wilderness.", "wiki_name": "Larran's key", "wiki_url": "https://oldschool.runescape.wiki/w/Larran's_key", "price": 110910 @@ -236289,9 +210555,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2019-07-04", - "examine": "Good thing there's no such thing as Sarachnophobia.", "wiki_name": "Sraracha (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Sraracha#Normal", "price": 0 @@ -236303,9 +210566,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.005, - "release_date": "2019-07-04", - "examine": "An old coin from a ruined temple. It feels ominous to the touch.", "wiki_name": "Temple coin", "wiki_url": "https://oldschool.runescape.wiki/w/Temple_coin", "price": 0 @@ -236320,10 +210580,7 @@ "cost": 32, "lowalch": 12, "highalch": 19, - "weight": 0.001, "buy_limit": 11000, - "release_date": "2019-07-04", - "examine": "It looks like the key to a chest.", "wiki_name": "Grubby key", "wiki_url": "https://oldschool.runescape.wiki/w/Grubby_key", "price": 35668 @@ -236335,9 +210592,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2019-07-04", - "examine": "It looks like the key to an old door.", "wiki_name": "Temple key", "wiki_url": "https://oldschool.runescape.wiki/w/Temple_key", "price": 0 @@ -236348,9 +210602,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2019-07-04", - "examine": "Ancient literature detailing the religion of Ranul.", "wiki_name": "Tome of the moon", "wiki_url": "https://oldschool.runescape.wiki/w/Tome_of_the_moon", "price": 0 @@ -236361,9 +210612,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2019-07-04", - "examine": "Ancient literature detailing the religion of Ralos.", "wiki_name": "Tome of the sun", "wiki_url": "https://oldschool.runescape.wiki/w/Tome_of_the_sun", "price": 0 @@ -236375,9 +210623,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2019-07-04", - "examine": "Ancient literature detailing the existence of the Forthos Dungeon under Hosidius.", "wiki_name": "Tome of the temple", "wiki_url": "https://oldschool.runescape.wiki/w/Tome_of_the_temple", "price": 0 @@ -236390,8 +210635,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2019-07-04", - "examine": "A torn page detailing the religion of Ranul. Now where is the book?", "wiki_name": "Tattered moon page", "wiki_url": "https://oldschool.runescape.wiki/w/Tattered_moon_page", "price": 0 @@ -236404,8 +210647,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2019-07-04", - "examine": "A torn page detailing the religion of Ralos. Now where is the book?", "wiki_name": "Tattered sun page", "wiki_url": "https://oldschool.runescape.wiki/w/Tattered_sun_page", "price": 0 @@ -236418,8 +210659,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2019-07-04", - "examine": "A torn page detailing the existence of the Forthos Dungeon under Hosidius. Now where is the book?", "wiki_name": "Tattered temple page", "wiki_url": "https://oldschool.runescape.wiki/w/Tattered_temple_page", "price": 0 @@ -236431,9 +210670,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2019-07-04", - "examine": "Knowledge!", "wiki_name": "Lamp of knowledge", "wiki_url": "https://oldschool.runescape.wiki/w/Lamp_of_knowledge", "price": 0 @@ -236448,10 +210684,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 5, "buy_limit": 100, - "release_date": "2019-07-04", - "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": 43141 @@ -236463,9 +210696,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 3, - "release_date": "2019-07-04", - "examine": "A less giant sac of red spider eggs, hopefully none of them hatch!", "wiki_name": "Giant egg sac (Open)", "wiki_url": "https://oldschool.runescape.wiki/w/Giant_egg_sac#Open", "price": 0 @@ -236482,10 +210712,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.35, "buy_limit": 70, - "release_date": "2019-07-04", - "examine": "A creepy mask worn during a blood moon.", "wiki_name": "Mask of ranul", "wiki_url": "https://oldschool.runescape.wiki/w/Mask_of_ranul", "equipment": { @@ -236518,10 +210745,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, "buy_limit": 4, - "release_date": "2019-07-04", - "examine": "Stop staring!", "wiki_name": "Jar of eyes", "wiki_url": "https://oldschool.runescape.wiki/w/Jar_of_eyes", "price": 463635 @@ -236539,10 +210763,7 @@ "cost": 120001, "lowalch": 48000, "highalch": 72000, - "weight": 0.453, "buy_limit": 70, - "release_date": "2019-07-04", - "examine": "Not to be confused with a Sarachnis cuddle.", "wiki_name": "Sarachnis cudgel", "wiki_url": "https://oldschool.runescape.wiki/w/Sarachnis_cudgel", "equipment": { @@ -236606,9 +210827,6 @@ "name": "Cooked karambwan", "noteable": true, "cost": 250, - "weight": 0.65, - "release_date": "2019-07-11", - "examine": "Cooked octopus. It looks very nutritious.", "wiki_name": "Cooked karambwan (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Cooked_karambwan_(Last_Man_Standing)", "price": 0 @@ -236620,9 +210838,6 @@ "cost": 160, "lowalch": 64, "highalch": 96, - "weight": 0.035, - "release_date": "2019-07-11", - "examine": "4 doses of super combat potion.", "wiki_name": "Super combat potion (Last Man Standing) (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_combat_potion_(Last_Man_Standing)#4_dose", "price": 0 @@ -236634,9 +210849,6 @@ "cost": 120, "lowalch": 48, "highalch": 72, - "weight": 0.03, - "release_date": "2019-07-11", - "examine": "3 doses of super combat potion.", "wiki_name": "Super combat potion (Last Man Standing) (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_combat_potion_(Last_Man_Standing)#3_dose", "price": 0 @@ -236648,9 +210860,6 @@ "cost": 80, "lowalch": 32, "highalch": 48, - "weight": 0.025, - "release_date": "2019-07-11", - "examine": "2 doses of super combat potion.", "wiki_name": "Super combat potion (Last Man Standing) (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_combat_potion_(Last_Man_Standing)#2_dose", "price": 0 @@ -236662,9 +210871,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2019-07-11", - "examine": "1 dose of super combat potion.", "wiki_name": "Super combat potion (Last Man Standing) (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_combat_potion_(Last_Man_Standing)#1_dose", "price": 0 @@ -236676,9 +210882,6 @@ "cost": 160, "lowalch": 64, "highalch": 96, - "weight": 0.035, - "release_date": "2019-07-11", - "examine": "4 doses of ranging potion.", "wiki_name": "Ranging potion (Last Man Standing) (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Ranging_potion_(Last_Man_Standing)#4_dose", "price": 0 @@ -236690,9 +210893,6 @@ "cost": 120, "lowalch": 48, "highalch": 72, - "weight": 0.03, - "release_date": "2019-07-11", - "examine": "3 doses of ranging potion.", "wiki_name": "Ranging potion (Last Man Standing) (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Ranging_potion_(Last_Man_Standing)#3_dose", "price": 0 @@ -236704,9 +210904,6 @@ "cost": 80, "lowalch": 32, "highalch": 48, - "weight": 0.025, - "release_date": "2019-07-11", - "examine": "2 doses of ranging potion.", "wiki_name": "Ranging potion (Last Man Standing) (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Ranging_potion_(Last_Man_Standing)#2_dose", "price": 0 @@ -236718,9 +210915,6 @@ "cost": 144, "lowalch": 57, "highalch": 86, - "weight": 0.02, - "release_date": "2019-07-11", - "examine": "1 dose of ranging potion.", "wiki_name": "Ranging potion (Last Man Standing) (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Ranging_potion_(Last_Man_Standing)#1_dose", "price": 0 @@ -236732,9 +210926,6 @@ "cost": 160, "lowalch": 64, "highalch": 96, - "weight": 0.035, - "release_date": "2019-07-11", - "examine": "A 4 dose Sanfew Serum.", "wiki_name": "Sanfew serum (Last Man Standing) (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Sanfew_serum_(Last_Man_Standing)#4_dose", "price": 0 @@ -236746,9 +210937,6 @@ "cost": 120, "lowalch": 48, "highalch": 72, - "weight": 0.03, - "release_date": "2019-07-11", - "examine": "A 3 dose Sanfew Serum.", "wiki_name": "Sanfew serum (Last Man Standing) (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Sanfew_serum_(Last_Man_Standing)#3_dose", "price": 0 @@ -236760,9 +210948,6 @@ "cost": 80, "lowalch": 32, "highalch": 48, - "weight": 0.025, - "release_date": "2019-07-11", - "examine": "A 2 dose Sanfew Serum.", "wiki_name": "Sanfew serum (Last Man Standing) (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Sanfew_serum_(Last_Man_Standing)#2_dose", "price": 0 @@ -236774,9 +210959,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2019-07-11", - "examine": "A 1 dose Sanfew Serum.", "wiki_name": "Sanfew serum (Last Man Standing) (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Sanfew_serum_(Last_Man_Standing)#1_dose", "price": 0 @@ -236788,9 +210970,6 @@ "cost": 160, "lowalch": 64, "highalch": 96, - "weight": 0.035, - "release_date": "2019-07-11", - "examine": "4 doses of super restore potion.", "wiki_name": "Super restore (Last Man Standing) (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_restore_(Last_Man_Standing)#4_dose", "price": 0 @@ -236802,9 +210981,6 @@ "cost": 120, "lowalch": 48, "highalch": 72, - "weight": 0.03, - "release_date": "2019-07-11", - "examine": "3 doses of super restore potion.", "wiki_name": "Super restore (Last Man Standing) (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_restore_(Last_Man_Standing)#3_dose", "price": 0 @@ -236816,9 +210992,6 @@ "cost": 80, "lowalch": 32, "highalch": 48, - "weight": 0.025, - "release_date": "2019-07-11", - "examine": "2 doses of super restore potion.", "wiki_name": "Super restore (Last Man Standing) (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_restore_(Last_Man_Standing)#2_dose", "price": 0 @@ -236830,9 +211003,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2019-07-11", - "examine": "1 dose of super restore potion.", "wiki_name": "Super restore (Last Man Standing) (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_restore_(Last_Man_Standing)#1_dose", "price": 0 @@ -236844,9 +211014,6 @@ "cost": 160, "lowalch": 64, "highalch": 96, - "weight": 0.035, - "release_date": "2019-07-11", - "examine": "4 doses of Saradomin brew.", "wiki_name": "Saradomin brew (Last Man Standing) (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Saradomin_brew_(Last_Man_Standing)#4_dose", "price": 0 @@ -236858,9 +211025,6 @@ "cost": 120, "lowalch": 48, "highalch": 72, - "weight": 0.03, - "release_date": "2019-07-11", - "examine": "3 doses of Saradomin brew.", "wiki_name": "Saradomin brew (Last Man Standing) (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Saradomin_brew_(Last_Man_Standing)#3_dose", "price": 0 @@ -236872,9 +211036,6 @@ "cost": 80, "lowalch": 32, "highalch": 48, - "weight": 0.025, - "release_date": "2019-07-11", - "examine": "2 doses of Saradomin brew.", "wiki_name": "Saradomin brew (Last Man Standing) (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Saradomin_brew_(Last_Man_Standing)#2_dose", "price": 0 @@ -236886,9 +211047,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2019-07-11", - "examine": "1 dose of Saradomin brew.", "wiki_name": "Saradomin brew (Last Man Standing) (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Saradomin_brew_(Last_Man_Standing)#1_dose", "price": 0 @@ -236900,9 +211058,6 @@ "cost": 400, "lowalch": 160, "highalch": 240, - "weight": 0.035, - "release_date": "2019-07-11", - "examine": "4 doses of stamina potion.", "wiki_name": "Stamina potion (Last Man Standing) (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Stamina_potion_(Last_Man_Standing)#4_dose", "price": 0 @@ -236914,9 +211069,6 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 0.03, - "release_date": "2019-07-11", - "examine": "3 doses of stamina potion.", "wiki_name": "Stamina potion (Last Man Standing) (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Stamina_potion_(Last_Man_Standing)#3_dose", "price": 0 @@ -236928,9 +211080,6 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.025, - "release_date": "2019-07-11", - "examine": "2 doses of stamina potion.", "wiki_name": "Stamina potion (Last Man Standing) (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Stamina_potion_(Last_Man_Standing)#2_dose", "price": 0 @@ -236942,9 +211091,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.02, - "release_date": "2019-07-11", - "examine": "1 dose of stamina potion.", "wiki_name": "Stamina potion (Last Man Standing) (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Stamina_potion_(Last_Man_Standing)#1_dose", "price": 0 @@ -236956,9 +211102,6 @@ "equipable": true, "equipable_by_player": true, "cost": 30, - "weight": 2.267, - "release_date": "2019-07-11", - "examine": "A gift from Neitiznot's Burgher.", "wiki_name": "Helm of neitiznot (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Helm_of_neitiznot_(Last_Man_Standing)", "equipment": { @@ -236990,9 +211133,6 @@ "equipable": true, "equipable_by_player": true, "cost": 30, - "weight": 0.226, - "release_date": "2019-07-11", - "examine": "A pair of very nice gloves.", "wiki_name": "Barrows gloves (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Barrows_gloves_(Last_Man_Standing)", "equipment": { @@ -237022,9 +211162,6 @@ "equipable": true, "equipable_by_player": true, "cost": 30, - "weight": 0.004, - "release_date": "2019-07-11", - "examine": "A ring reputed to bring out a berserk fury in its wearer.", "wiki_name": "Berserker ring (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Berserker_ring_(Last_Man_Standing)", "equipment": { @@ -237054,9 +211191,6 @@ "equipable": true, "equipable_by_player": true, "cost": 30, - "weight": 0.453, - "release_date": "2019-07-11", - "examine": "A defensive weapon.", "wiki_name": "Dragon defender (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_defender_(Last_Man_Standing)", "equipment": { @@ -237090,9 +211224,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2, - "release_date": "2019-07-11", - "examine": "An ethereal shield.", "wiki_name": "Spirit shield (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Spirit_shield_(Last_Man_Standing)", "equipment": { @@ -237126,9 +211257,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 1, - "weight": 6, - "release_date": "2019-07-11", - "examine": "A runite crossbow.", "wiki_name": "Rune crossbow (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_crossbow_(Last_Man_Standing)", "equipment": { @@ -237187,9 +211315,6 @@ "equipable": true, "equipable_by_player": true, "cost": 30, - "weight": 0.453, - "release_date": "2019-07-11", - "examine": "A cape from the almighty god Guthix, imbued with great power.", "wiki_name": "Imbued guthix cape (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Imbued_guthix_cape_(Last_Man_Standing)", "equipment": { @@ -237224,9 +211349,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.453, - "release_date": "2019-07-11", - "examine": "A cape from the almighty god Zamorak, imbued with great power.", "wiki_name": "Imbued zamorak cape (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Imbued_zamorak_cape_(Last_Man_Standing)", "equipment": { @@ -237261,9 +211383,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.453, - "release_date": "2019-07-11", - "examine": "A cape from the almighty god Saradomin, imbued with great power.", "wiki_name": "Imbued saradomin cape (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Imbued_saradomin_cape_(Last_Man_Standing)", "equipment": { @@ -237296,9 +211415,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 30, - "weight": 6, - "release_date": "2019-07-11", - "examine": "A weapon originally developed for Armadyl's forces.", "wiki_name": "Armadyl crossbow (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Armadyl_crossbow_(Last_Man_Standing)", "equipment": { @@ -237358,9 +211474,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 30, - "weight": 1.5, - "release_date": "2019-07-11", - "examine": "A ghastly weapon with evil origins.", "wiki_name": "Staff of the dead (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Staff_of_the_dead_(Last_Man_Standing)", "equipment": { @@ -237435,9 +211548,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 30, - "weight": 1.814, - "release_date": "2019-07-11", - "examine": "A powerful longsword.", "wiki_name": "Vesta's longsword (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Vesta's_longsword_(Last_Man_Standing)", "equipment": { @@ -237504,9 +211614,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 30, - "weight": 2.267, - "release_date": "2019-07-11", - "examine": "A powerful staff.", "wiki_name": "Zuriel's staff (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Zuriel's_staff_(Last_Man_Standing)", "equipment": { @@ -237580,8 +211687,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 3, - "release_date": "2019-07-11", - "examine": "A vicious javelin.", "wiki_name": "Morrigan's javelin (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Morrigan's_javelin_(Last_Man_Standing)", "equipment": { @@ -237641,9 +211746,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 30, - "weight": 1.814, - "release_date": "2019-07-11", - "examine": "A powerful warhammer.", "wiki_name": "Statius's warhammer (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Statius's_warhammer_(Last_Man_Standing)", "equipment": { @@ -237702,9 +211804,6 @@ "equipable": true, "equipable_by_player": true, "cost": 30, - "weight": 1.814, - "release_date": "2019-08-29", - "examine": "Whose idea was it to have a cape made of lava anyway?", "wiki_name": "Infernal cape (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Infernal_cape_(Last_Man_Standing)", "equipment": { @@ -237736,9 +211835,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.004, - "release_date": "2019-07-11", - "examine": "A mysterious ring that can fill the wearer with magical power...", "wiki_name": "Seers ring (i) (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Seers_ring_(i)_(Last_Man_Standing)", "equipment": { @@ -237771,9 +211867,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.198, - "release_date": "2019-07-11", - "examine": "A wand of an ancient Kodai mage.", "wiki_name": "Kodai wand (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Kodai_wand_(Last_Man_Standing)", "equipment": { @@ -237847,9 +211940,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 30, - "weight": 1.814, - "release_date": "2019-07-11", - "examine": "A razor sharp rapier, smeared with vampyric blood.", "wiki_name": "Ghrazi rapier (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Ghrazi_rapier_(Last_Man_Standing)", "equipment": { @@ -237916,9 +212006,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 1, - "weight": 6, - "release_date": "2019-07-11", - "examine": "A powerful weapon forged from the wreckage of an airship.", "wiki_name": "Heavy ballista (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Heavy_ballista_(Last_Man_Standing)", "equipment": { @@ -237977,9 +212064,6 @@ "equipable": true, "equipable_by_player": true, "cost": 50, - "weight": 6.803, - "release_date": "2019-07-11", - "examine": "Karil the Tainted's leather body armour.", "wiki_name": "Karil's leathertop (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Karil's_leathertop_(Last_Man_Standing)", "equipment": { @@ -238011,9 +212095,6 @@ "equipable": true, "equipable_by_player": true, "cost": 50, - "weight": 9.071, - "release_date": "2019-07-11", - "examine": "Dharok the Wretched's plate leg armour.", "wiki_name": "Dharok's platelegs (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Dharok's_platelegs_(Last_Man_Standing)", "equipment": { @@ -238044,9 +212125,6 @@ "equipable": true, "equipable_by_player": true, "cost": 50, - "weight": 9.071, - "release_date": "2019-07-11", - "examine": "Torag the Corrupted's plate leg armour.", "wiki_name": "Torag's platelegs (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Torag's_platelegs_(Last_Man_Standing)", "equipment": { @@ -238077,9 +212155,6 @@ "equipable": true, "equipable_by_player": true, "cost": 50, - "weight": 4.535, - "release_date": "2019-07-11", - "examine": "Verac the Defiled's plate skirt.", "wiki_name": "Verac's plateskirt (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Verac's_plateskirt_(Last_Man_Standing)", "equipment": { @@ -238112,9 +212187,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 1.36, - "release_date": "2019-07-11", - "examine": "Verac the Defiled's helm.", "wiki_name": "Verac's helm (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Verac's_helm_(Last_Man_Standing)", "equipment": { @@ -238147,9 +212219,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 2.721, - "release_date": "2019-07-11", - "examine": "Torag the Corrupted's helm.", "wiki_name": "Torag's helm (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Torag's_helm_(Last_Man_Standing)", "equipment": { @@ -238182,9 +212251,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 2.721, - "release_date": "2019-07-11", - "examine": "Guthan the Infested's helm.", "wiki_name": "Guthan's helm (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Guthan's_helm_(Last_Man_Standing)", "equipment": { @@ -238217,9 +212283,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 1.814, - "release_date": "2019-07-11", - "examine": "Dharok the Wretched's helm.", "wiki_name": "Dharok's helm (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Dharok's_helm_(Last_Man_Standing)", "equipment": { @@ -238251,9 +212314,6 @@ "equipable": true, "equipable_by_player": true, "cost": 30, - "weight": 0.01, - "release_date": "2019-07-11", - "examine": "A very powerful onyx amulet.", "wiki_name": "Amulet of fury (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Amulet_of_fury_(Last_Man_Standing)", "equipment": { @@ -238283,9 +212343,6 @@ "equipable": true, "equipable_by_player": true, "cost": 30, - "weight": 2, - "release_date": "2019-07-11", - "examine": "An ethereal shield that has been blessed with holy powers.", "wiki_name": "Blessed spirit shield (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Blessed_spirit_shield_(Last_Man_Standing)", "equipment": { @@ -238318,9 +212375,6 @@ "equipable": true, "equipable_by_player": true, "cost": 30, - "weight": 1.814, - "release_date": "2019-07-11", - "examine": "A pair of upgraded infinity boots.", "wiki_name": "Eternal boots (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Eternal_boots_(Last_Man_Standing)", "equipment": { @@ -238353,9 +212407,6 @@ "equipable": true, "equipable_by_player": true, "cost": 30, - "weight": 8, - "release_date": "2019-07-11", - "examine": "A sturdy pair of tassets.", "wiki_name": "Bandos tassets (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Bandos_tassets_(Last_Man_Standing)", "equipment": { @@ -238387,8 +212438,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "release_date": "2019-07-11", - "examine": "A dragon tipped javelin.", "wiki_name": "Dragon javelin (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_javelin_(Last_Man_Standing)", "equipment": { @@ -238420,8 +212469,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "release_date": "2019-08-29", - "examine": "Enchanted Diamond tipped Adamantite Crossbow Bolts.", "wiki_name": "Diamond bolts (e) (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Diamond_bolts_(e)_(Last_Man_Standing)", "equipment": { @@ -238451,9 +212498,6 @@ "name": "Rune pouch", "noteable": true, "cost": 1, - "weight": 1, - "release_date": "2019-07-11", - "examine": "Unlimited charges of some handy spells from your chosen spellbook.", "wiki_name": "Rune pouch (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_pouch_(Last_Man_Standing)", "price": 0 @@ -238464,9 +212508,6 @@ "equipable": true, "equipable_by_player": true, "cost": 30, - "weight": 1, - "release_date": "2019-07-18", - "examine": "The magical book of the Mage.", "wiki_name": "Mage's book (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Mage's_book_(Last_Man_Standing)", "equipment": { @@ -238498,9 +212539,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 30, - "weight": 2.267, - "release_date": "2019-07-18", - "examine": "Ahrim the Blighted's quarterstaff.", "wiki_name": "Ahrim's staff (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Ahrim's_staff_(Last_Man_Standing)", "equipment": { @@ -238573,9 +212611,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.005, - "release_date": "2019-07-18", - "examine": "A smokey evil embodies this amulet.", "wiki_name": "Occult necklace (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Occult_necklace_(Last_Man_Standing)", "equipment": { @@ -238607,9 +212642,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2019-07-25", - "examine": "A crystal acorn has been sown in this plant pot.", "wiki_name": "Crystal seedling (Unwatered)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_seedling#Unwatered", "price": 0 @@ -238621,9 +212653,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2019-07-25", - "examine": "A crystal acorn has been sown and watered in this plant pot.", "wiki_name": "Crystal seedling (Watered)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_seedling#Watered", "price": 0 @@ -238635,9 +212664,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2019-07-25", - "examine": "This sapling is ready to be replanted in a Crystal tree patch.", "wiki_name": "Crystal sapling", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_sapling", "price": 0 @@ -238650,8 +212676,6 @@ "cost": 35000, "lowalch": 14000, "highalch": 21000, - "release_date": "2019-07-25", - "examine": "For growing a Crystal tree.", "wiki_name": "Crystal acorn", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_acorn", "price": 0 @@ -238666,9 +212690,6 @@ "cost": 80000, "lowalch": 32000, "highalch": 48000, - "weight": 0.05, - "release_date": "2019-07-25", - "examine": "A set containing dragonstone helmet, platebody, platelegs, boots and gauntlets.", "wiki_name": "Dragonstone armour set", "wiki_url": "https://oldschool.runescape.wiki/w/Dragonstone_armour_set", "price": 9515062 @@ -238681,9 +212702,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2019-07-25", - "examine": "Get your maces from Iwan's Maces.", "wiki_name": "Flyer (The Gauntlet)", "wiki_url": "https://oldschool.runescape.wiki/w/Flyer#The_Gauntlet", "price": 0 @@ -238698,9 +212716,6 @@ "cost": 520000, "lowalch": 208000, "highalch": 312000, - "weight": 0.907, - "release_date": "2019-07-25", - "examine": "A very powerful axe.", "wiki_name": "Crystal axe (Active)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_axe#Active", "equipment": { @@ -238771,9 +212786,6 @@ "cost": 520000, "lowalch": 208000, "highalch": 312000, - "weight": 0.907, - "release_date": "2019-07-25", - "examine": "A very powerful axe.", "wiki_name": "Crystal axe (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_axe#Inactive", "equipment": { @@ -238844,9 +212856,6 @@ "cost": 97960, "lowalch": 39184, "highalch": 58776, - "weight": 2.4, - "release_date": "2019-07-25", - "examine": "A dragon pickaxe infused with a fragment of Zalcano.", "wiki_name": "Dragon pickaxe (or)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_pickaxe_(or)", "equipment": { @@ -238916,9 +212925,6 @@ "cost": 520000, "lowalch": 208000, "highalch": 312000, - "weight": 1.36, - "release_date": "2019-07-25", - "examine": "If rocks could feel fear, they'd fear this.", "wiki_name": "Crystal pickaxe (Active)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_pickaxe#Active", "equipment": { @@ -238989,9 +212995,6 @@ "cost": 520000, "lowalch": 208000, "highalch": 312000, - "weight": 1.36, - "release_date": "2019-07-25", - "examine": "If rocks could feel fear, they'd fear this.", "wiki_name": "Crystal pickaxe (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_pickaxe#Inactive", "equipment": { @@ -239062,10 +213065,7 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 0.035, "buy_limit": 2000, - "release_date": "2019-07-25", - "examine": "4 doses of divine super combat potion.", "wiki_name": "Divine super combat potion (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Divine_super_combat_potion#4_dose", "price": 27628 @@ -239080,10 +213080,7 @@ "cost": 170, "lowalch": 68, "highalch": 102, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2019-07-25", - "examine": "3 doses of divine super combat potion.", "wiki_name": "Divine super combat potion (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Divine_super_combat_potion#3_dose", "price": 19431 @@ -239098,10 +213095,7 @@ "cost": 90, "lowalch": 36, "highalch": 54, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2019-07-25", - "examine": "2 doses of divine super combat potion.", "wiki_name": "Divine super combat potion (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Divine_super_combat_potion#2_dose", "price": 14068 @@ -239116,10 +213110,7 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2019-07-25", - "examine": "1 dose of divine super combat potion.", "wiki_name": "Divine super combat potion (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Divine_super_combat_potion#1_dose", "price": 6707 @@ -239134,10 +213125,7 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 0.035, "buy_limit": 2000, - "release_date": "2019-07-25", - "examine": "4 doses of divine super attack potion.", "wiki_name": "Divine super attack potion (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Divine_super_attack_potion#4_dose", "price": 2469 @@ -239152,10 +213140,7 @@ "cost": 170, "lowalch": 68, "highalch": 102, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2019-07-25", - "examine": "3 doses of divine super attack potion.", "wiki_name": "Divine super attack potion (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Divine_super_attack_potion#3_dose", "price": 1409 @@ -239170,10 +213155,7 @@ "cost": 90, "lowalch": 36, "highalch": 54, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2019-07-25", - "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": 633 @@ -239188,10 +213170,7 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2019-07-25", - "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": 302 @@ -239206,10 +213185,7 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 0.035, "buy_limit": 2000, - "release_date": "2019-07-25", - "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": 7960 @@ -239224,10 +213200,7 @@ "cost": 170, "lowalch": 68, "highalch": 102, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2019-07-25", - "examine": "3 doses of divine super strength potion.", "wiki_name": "Divine super strength potion (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Divine_super_strength_potion#3_dose", "price": 4103 @@ -239242,10 +213215,7 @@ "cost": 90, "lowalch": 36, "highalch": 54, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2019-07-25", - "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": 6204 @@ -239260,10 +213230,7 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2019-07-25", - "examine": "1 dose of divine super strength potion.", "wiki_name": "Divine super strength potion (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Divine_super_strength_potion#1_dose", "price": 24777 @@ -239278,10 +213245,7 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 0.035, "buy_limit": 2000, - "release_date": "2019-07-25", - "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": 7815 @@ -239296,10 +213260,7 @@ "cost": 170, "lowalch": 68, "highalch": 102, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2019-07-25", - "examine": "3 doses of divine super defence potion.", "wiki_name": "Divine super defence potion (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Divine_super_defence_potion#3_dose", "price": 2626 @@ -239314,10 +213275,7 @@ "cost": 90, "lowalch": 36, "highalch": 54, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2019-07-25", - "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": 5750 @@ -239332,10 +213290,7 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2019-07-25", - "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 @@ -239350,10 +213305,7 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 0.035, "buy_limit": 2000, - "release_date": "2019-07-25", - "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": 6349 @@ -239368,10 +213320,7 @@ "cost": 170, "lowalch": 68, "highalch": 102, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2019-07-25", - "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": 5001 @@ -239386,10 +213335,7 @@ "cost": 90, "lowalch": 36, "highalch": 54, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2019-07-25", - "examine": "2 doses of divine ranging potion.", "wiki_name": "Divine ranging potion (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Divine_ranging_potion#2_dose", "price": 3463 @@ -239404,10 +213350,7 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2019-07-25", - "examine": "1 dose of divine ranging potion.", "wiki_name": "Divine ranging potion (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Divine_ranging_potion#1_dose", "price": 1820 @@ -239422,10 +213365,7 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 0.035, "buy_limit": 2000, - "release_date": "2019-07-25", - "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": 962 @@ -239440,10 +213380,7 @@ "cost": 170, "lowalch": 68, "highalch": 102, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2019-07-25", - "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": 342 @@ -239458,10 +213395,7 @@ "cost": 90, "lowalch": 36, "highalch": 54, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2019-07-25", - "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": 322 @@ -239476,10 +213410,7 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2019-07-25", - "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": 316 @@ -239489,9 +213420,6 @@ "name": "Youngllef", "members": true, "cost": 1, - "weight": 0.015, - "release_date": "2019-07-25", - "examine": "Looks like a bit of a nightmare.", "wiki_name": "Youngllef (Youngllef)", "wiki_url": "https://oldschool.runescape.wiki/w/Youngllef#Youngllef", "price": 0 @@ -239503,9 +213431,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2019-07-25", - "examine": "Looks like a bit of a nightmare.", "wiki_name": "Youngllef (Corrupted Youngllef)", "wiki_url": "https://oldschool.runescape.wiki/w/Youngllef#Corrupted_Youngllef", "price": 0 @@ -239515,9 +213440,6 @@ "name": "Smolcano", "members": true, "cost": 1, - "weight": 0.015, - "release_date": "2019-07-25", - "examine": "Not so threatening at this size.", "wiki_name": "Smolcano", "wiki_url": "https://oldschool.runescape.wiki/w/Smolcano", "price": 0 @@ -239532,9 +213454,6 @@ "cost": 520000, "lowalch": 208000, "highalch": 312000, - "weight": 0.907, - "release_date": "2019-07-25", - "examine": "A very powerful harpoon.", "wiki_name": "Crystal harpoon (Active)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_harpoon#Active", "equipment": { @@ -239605,9 +213524,6 @@ "cost": 520000, "lowalch": 208000, "highalch": 312000, - "weight": 0.907, - "release_date": "2019-07-25", - "examine": "A very powerful harpoon.", "wiki_name": "Crystal harpoon (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_harpoon#Inactive", "equipment": { @@ -239675,9 +213591,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 2.267, - "release_date": "2019-07-25", - "examine": "Crystal impling in a jar.", "wiki_name": "Crystal impling jar", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_impling_jar", "price": 0 @@ -239690,8 +213603,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2019-07-25", - "examine": "This tablet has been redirected to the Prifddinas portal.", "wiki_name": "Prifddinas teleport", "wiki_url": "https://oldschool.runescape.wiki/w/Prifddinas_teleport", "price": 0 @@ -239703,9 +213614,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2019-07-25", - "examine": "Some notes about a temple.", "wiki_name": "Scrawled notes", "wiki_url": "https://oldschool.runescape.wiki/w/Scrawled_notes", "price": 0 @@ -239718,8 +213626,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2019-07-25", - "examine": "A small hand mirror.", "wiki_name": "Hand mirror (Song of the Elves)", "wiki_url": "https://oldschool.runescape.wiki/w/Hand_mirror#Song_of_the_Elves", "price": 0 @@ -239729,9 +213635,6 @@ "name": "Red crystal", "members": true, "cost": 1, - "weight": 0.001, - "release_date": "2019-07-25", - "examine": "A red crystal. It gives out a slight glow.", "wiki_name": "Red crystal (Song of the Elves)", "wiki_url": "https://oldschool.runescape.wiki/w/Red_crystal_(Song_of_the_Elves)", "price": 0 @@ -239741,9 +213644,6 @@ "name": "Yellow crystal", "members": true, "cost": 1, - "weight": 0.001, - "release_date": "2019-07-25", - "examine": "A yellow crystal.", "wiki_name": "Yellow crystal (Song of the Elves)", "wiki_url": "https://oldschool.runescape.wiki/w/Yellow_crystal_(Song_of_the_Elves)", "price": 0 @@ -239753,9 +213653,6 @@ "name": "Green crystal", "members": true, "cost": 1, - "weight": 0.001, - "release_date": "2019-07-25", - "examine": "A green crystal. It gives out a slight glow.", "wiki_name": "Green crystal (Song of the Elves)", "wiki_url": "https://oldschool.runescape.wiki/w/Green_crystal_(Song_of_the_Elves)", "price": 0 @@ -239765,9 +213662,6 @@ "name": "Cyan crystal", "members": true, "cost": 1, - "weight": 0.001, - "release_date": "2019-07-25", - "examine": "A cyan crystal.", "wiki_name": "Cyan crystal (Song of the Elves)", "wiki_url": "https://oldschool.runescape.wiki/w/Cyan_crystal_(Song_of_the_Elves)", "price": 0 @@ -239777,9 +213671,6 @@ "name": "Blue crystal", "members": true, "cost": 1, - "weight": 0.001, - "release_date": "2019-07-25", - "examine": "A blue crystal. It gives out a slight glow.", "wiki_name": "Blue crystal (Song of the Elves)", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_crystal_(Song_of_the_Elves)", "price": 0 @@ -239789,9 +213680,6 @@ "name": "Magenta crystal", "members": true, "cost": 1, - "weight": 0.001, - "release_date": "2019-07-25", - "examine": "A magenta crystal.", "wiki_name": "Magenta crystal (Song of the Elves)", "wiki_url": "https://oldschool.runescape.wiki/w/Magenta_crystal_(Song_of_the_Elves)", "price": 0 @@ -239801,9 +213689,6 @@ "name": "Black crystal", "members": true, "cost": 1, - "weight": 0.001, - "release_date": "2019-07-25", - "examine": "A black crystal.", "wiki_name": "Black crystal", "wiki_url": "https://oldschool.runescape.wiki/w/Black_crystal", "price": 0 @@ -239815,9 +213700,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2019-07-25", - "examine": "A green crystal. It gives out a slight glow.", "wiki_name": "Green crystal (unobtainable)", "wiki_url": "https://oldschool.runescape.wiki/w/Green_crystal_(unobtainable)", "price": 0 @@ -239827,9 +213709,6 @@ "name": "Fractured crystal", "members": true, "cost": 1, - "weight": 0.001, - "release_date": "2019-07-25", - "examine": "A fractured crystal.", "wiki_name": "Fractured crystal (Song of the Elves)", "wiki_url": "https://oldschool.runescape.wiki/w/Fractured_crystal_(Song_of_the_Elves)", "price": 0 @@ -239843,9 +213722,6 @@ "cost": 600, "lowalch": 240, "highalch": 360, - "weight": 2.721, - "release_date": "2019-07-25", - "examine": "A full face helmet worn by the Knights of Ardougne.", "wiki_name": "Ardougne knight helm", "wiki_url": "https://oldschool.runescape.wiki/w/Ardougne_knight_helm", "equipment": { @@ -239877,9 +213753,6 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 9.979, - "release_date": "2019-07-25", - "examine": "A platebody worn by the Knights of Ardougne.", "wiki_name": "Ardougne knight platebody", "wiki_url": "https://oldschool.runescape.wiki/w/Ardougne_knight_platebody", "equipment": { @@ -239911,9 +213784,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 9.071, - "release_date": "2019-07-25", - "examine": "Some platelegs worn by the Knights of Ardougne.", "wiki_name": "Ardougne knight platelegs", "wiki_url": "https://oldschool.runescape.wiki/w/Ardougne_knight_platelegs", "equipment": { @@ -239941,9 +213811,6 @@ "name": "Ardougne knight tabard", "members": true, "cost": 30, - "weight": 1, - "release_date": "2019-07-25", - "examine": "A tabard worn by the Knights of Ardougne.", "wiki_name": "Ardougne knight tabard", "wiki_url": "https://oldschool.runescape.wiki/w/Ardougne_knight_tabard", "price": 0 @@ -239953,9 +213820,6 @@ "name": "Blue liquid", "members": true, "cost": 30, - "weight": 0.02, - "release_date": "2019-07-25", - "examine": "A thin blue liquid that I obtained from Elena's chemical cabinet.", "wiki_name": "Blue liquid", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_liquid", "price": 0 @@ -239965,9 +213829,6 @@ "name": "Green powder", "members": true, "cost": 30, - "weight": 0.02, - "release_date": "2019-07-25", - "examine": "Some light green powder that I obtained from Elena's chemical cabinet.", "wiki_name": "Green powder", "wiki_url": "https://oldschool.runescape.wiki/w/Green_powder", "price": 0 @@ -239977,9 +213838,6 @@ "name": "Clear liquid", "members": true, "cost": 30, - "weight": 0.02, - "release_date": "2019-07-25", - "examine": "A thick clear liquid that I obtained from Elena's chemical cabinet.", "wiki_name": "Clear liquid", "wiki_url": "https://oldschool.runescape.wiki/w/Clear_liquid", "price": 0 @@ -239989,9 +213847,6 @@ "name": "Red powder", "members": true, "cost": 30, - "weight": 0.02, - "release_date": "2019-07-25", - "examine": "Some dark red powder that I obtained from Elena's chemical cabinet.", "wiki_name": "Red powder", "wiki_url": "https://oldschool.runescape.wiki/w/Red_powder", "price": 0 @@ -240003,9 +213858,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.51, - "release_date": "2019-07-25", - "examine": "A book written by Baxtorian for his wife, Glarial.", "wiki_name": "Ode to eternity", "wiki_url": "https://oldschool.runescape.wiki/w/Ode_to_eternity", "price": 0 @@ -240017,9 +213869,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.007, - "release_date": "2019-07-25", - "examine": "A magical herb.", "wiki_name": "Elder cadantine", "wiki_url": "https://oldschool.runescape.wiki/w/Elder_cadantine", "price": 0 @@ -240031,9 +213880,6 @@ "cost": 65, "lowalch": 26, "highalch": 39, - "weight": 0.056, - "release_date": "2019-07-25", - "examine": "I need another ingredient to finish this Elder Cadantine potion.", "wiki_name": "Elder cadantine potion (unf)", "wiki_url": "https://oldschool.runescape.wiki/w/Elder_cadantine_potion_(unf)", "price": 0 @@ -240045,9 +213891,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.014, - "release_date": "2019-07-25", - "examine": "An old elven crystal. I can grind it up to get crystal dust.", "wiki_name": "Crystal (Song of the Elves)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_(Song_of_the_Elves)", "price": 0 @@ -240059,9 +213902,6 @@ "cost": 65, "lowalch": 26, "highalch": 39, - "weight": 0.007, - "release_date": "2019-07-25", - "examine": "The dust of a ground elven crystal.", "wiki_name": "Crystal dust (Song of the Elves)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_dust_(Song_of_the_Elves)", "price": 0 @@ -240073,9 +213913,6 @@ "cost": 65, "lowalch": 26, "highalch": 39, - "weight": 0.056, - "release_date": "2019-07-25", - "examine": "A magical elven potion.", "wiki_name": "Inversion potion", "wiki_url": "https://oldschool.runescape.wiki/w/Inversion_potion", "price": 0 @@ -240087,9 +213924,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.014, - "release_date": "2019-07-25", - "examine": "A crystal seed that was given to Baxtorian by Lord Amlodd. It looks grey and dead.", "wiki_name": "Crystal seed (Inert)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_seed#Inert", "price": 0 @@ -240101,9 +213935,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.014, - "release_date": "2019-07-25", - "examine": "A crystal seed that was given to Baxtorian by Lord Amlodd.", "wiki_name": "Crystal seed (Enchanted)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_seed#Enchanted", "price": 0 @@ -240113,9 +213944,6 @@ "name": "Orb of light", "members": true, "cost": 2, - "weight": 0.01, - "release_date": "2019-07-25", - "examine": "To hold back the darkness.", "wiki_name": "Orb of light (Song of the Elves)", "wiki_url": "https://oldschool.runescape.wiki/w/Orb_of_light_(Song_of_the_Elves)", "price": 0 @@ -240128,8 +213956,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "release_date": "2019-07-25", - "examine": "A mix of chemicals that will violently explode when disturbed.", "wiki_name": "Explosive potion (Song of the Elves)", "wiki_url": "https://oldschool.runescape.wiki/w/Explosive_potion_(Song_of_the_Elves)", "price": 0 @@ -240142,9 +213968,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 1, - "weight": 0.003, - "release_date": "2019-07-25", - "examine": "A corrupted crystalline sceptre with some magical properties.", "wiki_name": "Corrupted sceptre", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_sceptre", "equipment": { @@ -240202,9 +214025,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 1, - "weight": 0.907, - "release_date": "2019-07-25", - "examine": "A very powerful axe.", "wiki_name": "Corrupted axe", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_axe", "equipment": { @@ -240269,9 +214089,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 1, - "weight": 1.36, - "release_date": "2019-07-25", - "examine": "If rocks could feel fear, they'd fear this.", "wiki_name": "Corrupted pickaxe", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_pickaxe", "equipment": { @@ -240336,9 +214153,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 1, - "weight": 0.907, - "release_date": "2019-07-25", - "examine": "A very powerful harpoon.", "wiki_name": "Corrupted harpoon", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_harpoon", "equipment": { @@ -240401,8 +214215,6 @@ "members": true, "stackable": true, "cost": 1, - "release_date": "2019-07-25", - "examine": "Shards of corrupted crystal, used to craft items within the Gauntlet.", "wiki_name": "Corrupted shards", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_shards", "price": 0 @@ -240413,8 +214225,6 @@ "members": true, "stackable": true, "cost": 1, - "release_date": "2019-07-25", - "examine": "Corrupted crystal crushed down to the finest form imaginable, useful for making potions.", "wiki_name": "Corrupted dust", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_dust", "price": 0 @@ -240424,8 +214234,6 @@ "name": "Corrupted spike", "members": true, "cost": 50, - "release_date": "2019-07-25", - "examine": "This could sit nicely on top of a weapon.", "wiki_name": "Corrupted spike", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_spike", "price": 0 @@ -240435,8 +214243,6 @@ "name": "Corrupted bowstring", "members": true, "cost": 50, - "release_date": "2019-07-25", - "examine": "An enchanted bowstring.", "wiki_name": "Corrupted bowstring", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_bowstring", "price": 0 @@ -240446,8 +214252,6 @@ "name": "Corrupted orb", "members": true, "cost": 50, - "release_date": "2019-07-25", - "examine": "A magical looking orb made of corrupted crystal.", "wiki_name": "Corrupted orb", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_orb", "price": 0 @@ -240457,9 +214261,6 @@ "name": "Weapon frame", "members": true, "cost": 1, - "weight": 1.814, - "release_date": "2019-07-25", - "examine": "Could be used to make some kind of weapon.", "wiki_name": "Weapon frame", "wiki_url": "https://oldschool.runescape.wiki/w/Weapon_frame", "price": 0 @@ -240469,9 +214270,6 @@ "name": "Grym leaf", "members": true, "cost": 1, - "weight": 0.007, - "release_date": "2019-07-25", - "examine": "From a grym root, used to make a divine and energising potion.", "wiki_name": "Grym leaf (corrupted)", "wiki_url": "https://oldschool.runescape.wiki/w/Grym_leaf_(corrupted)", "price": 0 @@ -240481,9 +214279,6 @@ "name": "Linum tirinum", "members": true, "cost": 1, - "weight": 0.007, - "release_date": "2019-07-25", - "examine": "This could help pad out a piece of armour.", "wiki_name": "Linum tirinum (corrupted)", "wiki_url": "https://oldschool.runescape.wiki/w/Linum_tirinum_(corrupted)", "price": 0 @@ -240493,9 +214288,6 @@ "name": "Corrupted ore", "members": true, "cost": 1, - "weight": 2.267, - "release_date": "2019-07-25", - "examine": "This could help strengthen a piece of armour.", "wiki_name": "Corrupted ore", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_ore", "price": 0 @@ -240505,9 +214297,6 @@ "name": "Phren bark", "members": true, "cost": 1, - "weight": 1, - "release_date": "2019-07-25", - "examine": "This could help hold together a piece of armour.", "wiki_name": "Phren bark (corrupted)", "wiki_url": "https://oldschool.runescape.wiki/w/Phren_bark_(corrupted)", "price": 0 @@ -240517,9 +214306,6 @@ "name": "Vial", "members": true, "cost": 1, - "weight": 0.015, - "release_date": "2019-07-25", - "examine": "An empty vial shaped by crystals deep within the Gauntlet.", "wiki_name": "Vial (corrupted)", "wiki_url": "https://oldschool.runescape.wiki/w/Vial_(corrupted)", "price": 0 @@ -240531,9 +214317,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 2.721, - "release_date": "2019-07-25", - "examine": "A shiny helmet that provides a little protection from corrupted creatures.", "wiki_name": "Corrupted helm (basic)", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_helm_(basic)", "equipment": { @@ -240563,9 +214346,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 2.721, - "release_date": "2019-07-25", - "examine": "A shinier helmet that provides some protection from corrupted creatures.", "wiki_name": "Corrupted helm (attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_helm_(attuned)", "equipment": { @@ -240595,9 +214375,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 2.721, - "release_date": "2019-07-25", - "examine": "The shiniest helmet that provides a lot of protection from corrupted creatures.", "wiki_name": "Corrupted helm (perfected)", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_helm_(perfected)", "equipment": { @@ -240627,9 +214404,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 9.979, - "release_date": "2019-07-25", - "examine": "A not so sturdy piece of armour with a little protection from corrupted creatures.", "wiki_name": "Corrupted body (basic)", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_body_(basic)", "equipment": { @@ -240659,9 +214433,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 9.979, - "release_date": "2019-07-25", - "examine": "A sturdier piece of armour with some protection from corrupted creatures.", "wiki_name": "Corrupted body (attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_body_(attuned)", "equipment": { @@ -240691,9 +214462,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 9.979, - "release_date": "2019-07-25", - "examine": "A very sturdy piece of armour with a lot of protection from corrupted creatures.", "wiki_name": "Corrupted body (perfected)", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_body_(perfected)", "equipment": { @@ -240723,9 +214491,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 9.071, - "release_date": "2019-07-25", - "examine": "A resilient set of leg armour with a little protection from corrupted creatures.", "wiki_name": "Corrupted legs (basic)", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_legs_(basic)", "equipment": { @@ -240755,9 +214520,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 9.071, - "release_date": "2019-07-25", - "examine": "A more resilient set of leg armour with some protection from corrupted creatures.", "wiki_name": "Corrupted legs (attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_legs_(attuned)", "equipment": { @@ -240787,9 +214549,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 9.071, - "release_date": "2019-07-25", - "examine": "The most resilient set of leg armour with a lot of protection from corrupted creatures.", "wiki_name": "Corrupted legs (perfected)", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_legs_(perfected)", "equipment": { @@ -240820,9 +214579,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 1, - "weight": 1.814, - "release_date": "2019-07-25", - "examine": "A wooden stick with some corrupted on the end.", "wiki_name": "Corrupted halberd (basic)", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_halberd_(basic)", "equipment": { @@ -240880,9 +214636,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 1, - "weight": 1.814, - "release_date": "2019-07-25", - "examine": "A wooden stick with some more corrupted on the end.", "wiki_name": "Corrupted halberd (attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_halberd_(attuned)", "equipment": { @@ -240940,9 +214693,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 1, - "weight": 1.814, - "release_date": "2019-07-25", - "examine": "A wooden stick with a lot of corrupted on the end.", "wiki_name": "Corrupted halberd (perfected)", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_halberd_(perfected)", "equipment": { @@ -241000,9 +214750,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 1, - "weight": 1.36, - "release_date": "2019-07-25", - "examine": "A basic staff of corrupted crystal.", "wiki_name": "Corrupted staff (basic)", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_staff_(basic)", "equipment": { @@ -241060,9 +214807,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 1, - "weight": 1.36, - "release_date": "2019-07-25", - "examine": "A sturdy staff of corrupted crystal.", "wiki_name": "Corrupted staff (attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_staff_(attuned)", "equipment": { @@ -241120,9 +214864,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 1, - "weight": 1.36, - "release_date": "2019-07-25", - "examine": "A powerful staff of corrupted crystal.", "wiki_name": "Corrupted staff (perfected)", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_staff_(perfected)", "equipment": { @@ -241180,9 +214921,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 1, - "weight": 1.814, - "release_date": "2019-07-25", - "examine": "A basic bow formed from corrupted crystal and wood.", "wiki_name": "Corrupted bow (basic)", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_bow_(basic)", "equipment": { @@ -241240,9 +214978,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 1, - "weight": 1.814, - "release_date": "2019-07-25", - "examine": "A sturdy bow formed from corrupted crystal and wood.", "wiki_name": "Corrupted bow (attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_bow_(attuned)", "equipment": { @@ -241300,9 +215035,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 1, - "weight": 1.814, - "release_date": "2019-07-25", - "examine": "A powerful bow formed from corrupted crystal and wood.", "wiki_name": "Corrupted bow (perfected)", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_bow_(perfected)", "equipment": { @@ -241358,8 +215090,6 @@ "members": true, "stackable": true, "cost": 1, - "release_date": "2019-07-25", - "examine": "A corrupted crystal enchanted to return the user to the start of the Gauntlet.", "wiki_name": "Corrupted teleport crystal", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_teleport_crystal", "price": 0 @@ -241371,9 +215101,6 @@ "equipable": true, "equipable_by_player": true, "cost": 20000, - "weight": 0.453, - "release_date": "2019-07-25", - "examine": "Earned by only the most accomplished warriors of Prifddinas.", "wiki_name": "Gauntlet cape", "wiki_url": "https://oldschool.runescape.wiki/w/Gauntlet_cape", "equipment": { @@ -241404,9 +215131,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 1, - "weight": 0.003, - "release_date": "2019-07-25", - "examine": "A crystalline sceptre with some magical properties.", "wiki_name": "Crystal sceptre", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_sceptre", "equipment": { @@ -241464,9 +215188,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 1, - "weight": 0.907, - "release_date": "2019-07-25", - "examine": "A very powerful axe.", "wiki_name": "Crystal axe (The Gauntlet)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_axe_(The_Gauntlet)", "equipment": { @@ -241535,9 +215256,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 1, - "weight": 1.36, - "release_date": "2019-07-25", - "examine": "If rocks could feel fear, they'd fear this.", "wiki_name": "Crystal pickaxe (The Gauntlet)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_pickaxe_(The_Gauntlet)", "equipment": { @@ -241606,9 +215324,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 1, - "weight": 0.907, - "release_date": "2019-07-25", - "examine": "A very powerful harpoon.", "wiki_name": "Crystal harpoon (The Gauntlet)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_harpoon_(The_Gauntlet)", "equipment": { @@ -241674,9 +215389,6 @@ "name": "Pestle and mortar", "members": true, "cost": 1, - "weight": 0.056, - "release_date": "2019-07-25", - "examine": "I can grind things for potions in this.", "wiki_name": "Pestle and mortar (The Gauntlet)", "wiki_url": "https://oldschool.runescape.wiki/w/Pestle_and_mortar_(The_Gauntlet)", "price": 0 @@ -241687,8 +215399,6 @@ "members": true, "stackable": true, "cost": 1, - "release_date": "2019-07-25", - "examine": "Shards of the finest crystal, used to craft items within the Gauntlet.", "wiki_name": "Crystal shards", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_shards", "price": 0 @@ -241699,8 +215409,6 @@ "members": true, "stackable": true, "cost": 1, - "release_date": "2019-07-25", - "examine": "Crystal crushed down to the finest form imaginable, useful for making potions.", "wiki_name": "Crystal dust (The Gauntlet)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_dust_(The_Gauntlet)", "price": 0 @@ -241710,8 +215418,6 @@ "name": "Crystal spike", "members": true, "cost": 50, - "release_date": "2019-07-25", - "examine": "This could sit nicely on top of a weapon.", "wiki_name": "Crystal spike", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_spike", "price": 0 @@ -241721,8 +215427,6 @@ "name": "Crystalline bowstring", "members": true, "cost": 50, - "release_date": "2019-07-25", - "examine": "An enchanted bowstring.", "wiki_name": "Crystalline bowstring", "wiki_url": "https://oldschool.runescape.wiki/w/Crystalline_bowstring", "price": 0 @@ -241732,8 +215436,6 @@ "name": "Crystal orb", "members": true, "cost": 50, - "release_date": "2019-07-25", - "examine": "A magical looking orb made of crystal.", "wiki_name": "Crystal orb", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_orb", "price": 0 @@ -241743,9 +215445,6 @@ "name": "Weapon frame", "members": true, "cost": 1, - "weight": 1.814, - "release_date": "2019-07-25", - "examine": "Could be used to make some kind of weapon.", "wiki_name": "Weapon frame (corrupted)", "wiki_url": "https://oldschool.runescape.wiki/w/Weapon_frame_(corrupted)", "price": 0 @@ -241755,9 +215454,6 @@ "name": "Raw paddlefish", "members": true, "cost": 1, - "weight": 0.45, - "release_date": "2019-07-25", - "examine": "I should try cooking this.", "wiki_name": "Raw paddlefish", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_paddlefish", "price": 0 @@ -241767,9 +215463,6 @@ "name": "Burnt fish", "members": true, "cost": 1, - "weight": 0.45, - "release_date": "2019-07-25", - "examine": "Oops!", "wiki_name": "Burnt fish (paddlefish)", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_fish_(paddlefish)", "price": 0 @@ -241779,9 +215472,6 @@ "name": "Paddlefish", "members": true, "cost": 1, - "weight": 0.45, - "release_date": "2019-07-25", - "examine": "I could eat this.", "wiki_name": "Paddlefish", "wiki_url": "https://oldschool.runescape.wiki/w/Paddlefish", "price": 0 @@ -241791,9 +215481,6 @@ "name": "Grym leaf", "members": true, "cost": 1, - "weight": 0.007, - "release_date": "2019-07-25", - "examine": "From a grym root, used to make a divine and energising potion.", "wiki_name": "Grym leaf", "wiki_url": "https://oldschool.runescape.wiki/w/Grym_leaf", "price": 0 @@ -241803,9 +215490,6 @@ "name": "Linum tirinum", "members": true, "cost": 1, - "weight": 0.007, - "release_date": "2019-07-25", - "examine": "This could help pad out a piece of armour.", "wiki_name": "Linum tirinum", "wiki_url": "https://oldschool.runescape.wiki/w/Linum_tirinum", "price": 0 @@ -241815,9 +215499,6 @@ "name": "Crystal ore", "members": true, "cost": 1, - "weight": 2.267, - "release_date": "2019-07-25", - "examine": "This could help strengthen a piece of armour.", "wiki_name": "Crystal ore", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_ore", "price": 0 @@ -241827,9 +215508,6 @@ "name": "Phren bark", "members": true, "cost": 1, - "weight": 1, - "release_date": "2019-07-25", - "examine": "This could help hold together a piece of armour.", "wiki_name": "Phren bark", "wiki_url": "https://oldschool.runescape.wiki/w/Phren_bark", "price": 0 @@ -241839,9 +215517,6 @@ "name": "Vial", "members": true, "cost": 1, - "weight": 0.015, - "release_date": "2019-07-25", - "examine": "An empty vial shaped by crystals deep within the Gauntlet.", "wiki_name": "Vial (The Gauntlet)", "wiki_url": "https://oldschool.runescape.wiki/w/Vial_(The_Gauntlet)", "price": 0 @@ -241851,9 +215526,6 @@ "name": "Water-filled vial", "members": true, "cost": 1, - "weight": 0.02, - "release_date": "2019-07-25", - "examine": "A vial shaped by crystal deep within the Gauntlet, filled with water.", "wiki_name": "Water-filled vial", "wiki_url": "https://oldschool.runescape.wiki/w/Water-filled_vial", "price": 0 @@ -241863,9 +215535,6 @@ "name": "Grym potion (unf)", "members": true, "cost": 1, - "weight": 0.02, - "release_date": "2019-07-25", - "examine": "I need another ingredient to finish this Grym potion.", "wiki_name": "Grym potion (unf)", "wiki_url": "https://oldschool.runescape.wiki/w/Grym_potion_(unf)", "price": 0 @@ -241877,9 +215546,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2019-07-25", - "examine": "1 dose of a divine and energising potion.", "wiki_name": "Egniol potion (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Egniol_potion#1_dose", "price": 0 @@ -241891,9 +215557,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2019-07-25", - "examine": "2 doses of a divine and energising potion.", "wiki_name": "Egniol potion (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Egniol_potion#2_dose", "price": 0 @@ -241905,9 +215568,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2019-07-25", - "examine": "3 doses of a divine and energising potion.", "wiki_name": "Egniol potion (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Egniol_potion#3_dose", "price": 0 @@ -241919,9 +215579,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2019-07-25", - "examine": "4 doses of a divine and energising potion.", "wiki_name": "Egniol potion (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Egniol_potion#4_dose", "price": 0 @@ -241933,9 +215590,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 2.721, - "release_date": "2019-07-25", - "examine": "A shiny helmet that provides a little protection from crystalline creatures.", "wiki_name": "Crystal helm (basic)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_helm_(basic)", "equipment": { @@ -241965,9 +215619,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 2.721, - "release_date": "2019-07-25", - "examine": "A shinier helmet that provides some protection from crystalline creatures.", "wiki_name": "Crystal helm (attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_helm_(attuned)", "equipment": { @@ -241997,9 +215648,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 2.721, - "release_date": "2019-07-25", - "examine": "The shiniest helmet that provides a lot of protection from crystalline creatures.", "wiki_name": "Crystal helm (perfected)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_helm_(perfected)", "equipment": { @@ -242029,9 +215677,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 9.979, - "release_date": "2019-07-25", - "examine": "A not so sturdy piece of armour with a little protection from crystalline creatures.", "wiki_name": "Crystal body (basic)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_body_(basic)", "equipment": { @@ -242061,9 +215706,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 9.979, - "release_date": "2019-07-25", - "examine": "A sturdier piece of armour with some protection from crystalline creatures.", "wiki_name": "Crystal body (attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_body_(attuned)", "equipment": { @@ -242093,9 +215735,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 9.979, - "release_date": "2019-07-25", - "examine": "A very sturdy piece of armour with a lot of protection from crystalline creatures.", "wiki_name": "Crystal body (perfected)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_body_(perfected)", "equipment": { @@ -242125,9 +215764,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 9.071, - "release_date": "2019-07-25", - "examine": "A resilient set of leg armour with a little protection from crystalline creatures.", "wiki_name": "Crystal legs (basic)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_legs_(basic)", "equipment": { @@ -242157,9 +215793,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 9.071, - "release_date": "2019-07-25", - "examine": "A more resilient set of leg armour with some protection from crystalline creatures.", "wiki_name": "Crystal legs (attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_legs_(attuned)", "equipment": { @@ -242189,9 +215822,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 9.071, - "release_date": "2019-07-25", - "examine": "The most resilient set of leg armour with a lot of protection from crystalline creatures.", "wiki_name": "Crystal legs (perfected)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_legs_(perfected)", "equipment": { @@ -242222,9 +215852,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 1, - "weight": 1.814, - "release_date": "2019-07-25", - "examine": "A wooden stick with some crystal on the end.", "wiki_name": "Crystal halberd (basic)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_halberd_(basic)", "equipment": { @@ -242282,9 +215909,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 1, - "weight": 1.814, - "release_date": "2019-07-25", - "examine": "A wooden stick with some more crystal on the end.", "wiki_name": "Crystal halberd (attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_halberd_(attuned)", "equipment": { @@ -242342,9 +215966,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 1, - "weight": 1.814, - "release_date": "2019-07-25", - "examine": "A wooden stick with a lot of crystal on the end.", "wiki_name": "Crystal halberd (perfected)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_halberd_(perfected)", "equipment": { @@ -242402,9 +216023,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 1, - "weight": 1.36, - "release_date": "2019-07-25", - "examine": "A basic staff of crystal.", "wiki_name": "Crystal staff (basic)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_staff_(basic)", "equipment": { @@ -242462,9 +216080,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 1, - "weight": 1.36, - "release_date": "2019-07-25", - "examine": "A sturdy staff of crystal.", "wiki_name": "Crystal staff (attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_staff_(attuned)", "equipment": { @@ -242522,9 +216137,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 1, - "weight": 1.36, - "release_date": "2019-07-25", - "examine": "A powerful staff of crystal.", "wiki_name": "Crystal staff (perfected)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_staff_(perfected)", "equipment": { @@ -242582,9 +216194,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 1, - "weight": 1.814, - "release_date": "2019-07-25", - "examine": "A basic bow formed from crystal and wood.", "wiki_name": "Crystal bow (basic)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_bow_(basic)", "equipment": { @@ -242642,9 +216251,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 1, - "weight": 1.814, - "release_date": "2019-07-25", - "examine": "A sturdy bow formed from crystal and wood.", "wiki_name": "Crystal bow (attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_bow_(attuned)", "equipment": { @@ -242702,9 +216308,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 1, - "weight": 1.814, - "release_date": "2019-07-25", - "examine": "A powerful bow formed from crystal and wood.", "wiki_name": "Crystal bow (perfected)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_bow_(perfected)", "equipment": { @@ -242760,8 +216363,6 @@ "members": true, "stackable": true, "cost": 1, - "release_date": "2019-07-25", - "examine": "A tiny crystal enchanted to return the user to the start of the Gauntlet.", "wiki_name": "Teleport crystal (The Gauntlet)", "wiki_url": "https://oldschool.runescape.wiki/w/Teleport_crystal_(The_Gauntlet)", "price": 0 @@ -242773,9 +216374,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2019-07-25", - "examine": "This needs refining.", "wiki_name": "Tephra", "wiki_url": "https://oldschool.runescape.wiki/w/Tephra", "price": 0 @@ -242787,9 +216385,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2019-07-25", - "examine": "This needs imbuing.", "wiki_name": "Refined tephra", "wiki_url": "https://oldschool.runescape.wiki/w/Refined_tephra", "price": 0 @@ -242805,8 +216400,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "release_date": "2019-07-25", - "examine": "This is refined, imbued, and ready to go.", "wiki_name": "Imbued tephra", "wiki_url": "https://oldschool.runescape.wiki/w/Imbued_tephra", "equipment": { @@ -242866,10 +216459,7 @@ "cost": 1600, "lowalch": 640, "highalch": 960, - "weight": 0.5, "buy_limit": 50, - "release_date": "2019-07-25", - "examine": "Makes a dragon pickaxe more beautiful.", "wiki_name": "Zalcano shard", "wiki_url": "https://oldschool.runescape.wiki/w/Zalcano_shard", "price": 56376 @@ -242881,9 +216471,6 @@ "equipable": true, "equipable_by_player": true, "cost": 250000000, - "weight": 0.3, - "release_date": "2019-07-25", - "examine": "A crown fit for the most wealthy of elves.", "wiki_name": "Crystal crown (Ithell)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_crown#Ithell", "equipment": { @@ -242915,9 +216502,6 @@ "equipable": true, "equipable_by_player": true, "cost": 250000000, - "weight": 0.3, - "release_date": "2019-07-25", - "examine": "A crown fit for the most wealthy of elves.", "wiki_name": "Crystal crown (Iorwerth)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_crown#Iorwerth", "equipment": { @@ -242949,9 +216533,6 @@ "equipable": true, "equipable_by_player": true, "cost": 250000000, - "weight": 0.3, - "release_date": "2019-07-25", - "examine": "A crown fit for the most wealthy of elves.", "wiki_name": "Crystal crown (Trahaearn)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_crown#Trahaearn", "equipment": { @@ -242983,9 +216564,6 @@ "equipable": true, "equipable_by_player": true, "cost": 250000000, - "weight": 0.3, - "release_date": "2019-07-25", - "examine": "A crown fit for the most wealthy of elves.", "wiki_name": "Crystal crown (Cadarn)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_crown#Cadarn", "equipment": { @@ -243017,9 +216595,6 @@ "equipable": true, "equipable_by_player": true, "cost": 250000000, - "weight": 0.3, - "release_date": "2019-07-25", - "examine": "A crown fit for the most wealthy of elves.", "wiki_name": "Crystal crown (Crwys)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_crown#Crwys", "equipment": { @@ -243051,9 +216626,6 @@ "equipable": true, "equipable_by_player": true, "cost": 250000000, - "weight": 0.3, - "release_date": "2019-07-25", - "examine": "A crown fit for the most wealthy of elves.", "wiki_name": "Crystal crown (Meilyr)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_crown#Meilyr", "equipment": { @@ -243085,9 +216657,6 @@ "equipable": true, "equipable_by_player": true, "cost": 250000000, - "weight": 0.3, - "release_date": "2019-07-25", - "examine": "A crown fit for the most wealthy of elves.", "wiki_name": "Crystal crown (Hefin)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_crown#Hefin", "equipment": { @@ -243119,9 +216688,6 @@ "equipable": true, "equipable_by_player": true, "cost": 250000000, - "weight": 0.3, - "release_date": "2019-07-25", - "examine": "A crown fit for the most wealthy of elves.", "wiki_name": "Crystal crown (Amlodd)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_crown#Amlodd", "equipment": { @@ -243151,9 +216717,6 @@ "name": "Crystal of ithell", "members": true, "cost": 500000, - "weight": 0.453, - "release_date": "2019-07-25", - "examine": "A crystal of the Ithell clan.", "wiki_name": "Crystal of ithell", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_of_ithell", "price": 0 @@ -243163,9 +216726,6 @@ "name": "Crystal of iorwerth", "members": true, "cost": 500000, - "weight": 0.453, - "release_date": "2019-07-25", - "examine": "A crystal of the Iorwerth clan.", "wiki_name": "Crystal of iorwerth", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_of_iorwerth", "price": 0 @@ -243175,9 +216735,6 @@ "name": "Crystal of trahaearn", "members": true, "cost": 500000, - "weight": 0.453, - "release_date": "2019-07-25", - "examine": "A crystal of the Trahaearn clan.", "wiki_name": "Crystal of trahaearn", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_of_trahaearn", "price": 0 @@ -243187,9 +216744,6 @@ "name": "Crystal of cadarn", "members": true, "cost": 500000, - "weight": 0.453, - "release_date": "2019-07-25", - "examine": "A crystal of the Cadarn clan.", "wiki_name": "Crystal of cadarn", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_of_cadarn", "price": 0 @@ -243199,9 +216753,6 @@ "name": "Crystal of crwys", "members": true, "cost": 500000, - "weight": 0.453, - "release_date": "2019-07-25", - "examine": "A crystal of the Crwys clan.", "wiki_name": "Crystal of crwys", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_of_crwys", "price": 0 @@ -243211,9 +216762,6 @@ "name": "Crystal of meilyr", "members": true, "cost": 500000, - "weight": 0.453, - "release_date": "2019-07-25", - "examine": "A crystal of the Meilyr clan.", "wiki_name": "Crystal of meilyr", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_of_meilyr", "price": 0 @@ -243223,9 +216771,6 @@ "name": "Crystal of hefin", "members": true, "cost": 500000, - "weight": 0.453, - "release_date": "2019-07-25", - "examine": "A crystal of the Hefin clan.", "wiki_name": "Crystal of hefin", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_of_hefin", "price": 0 @@ -243235,9 +216780,6 @@ "name": "Crystal of amlodd", "members": true, "cost": 500000, - "weight": 0.453, - "release_date": "2019-07-25", - "examine": "A crystal of the Amlodd clan.", "wiki_name": "Crystal of amlodd", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_of_amlodd", "price": 0 @@ -243254,10 +216796,7 @@ "cost": 30000, "lowalch": 12000, "highalch": 18000, - "weight": 0.006, "buy_limit": 5, - "release_date": "2019-07-25", - "examine": "A signet ring with some elven markings.", "wiki_name": "Elven signet", "wiki_url": "https://oldschool.runescape.wiki/w/Elven_signet", "equipment": { @@ -243287,9 +216826,6 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 0.001, - "release_date": "2019-07-25", - "examine": "A powerful teleportation crystal.", "wiki_name": "Eternal teleport crystal", "wiki_url": "https://oldschool.runescape.wiki/w/Eternal_teleport_crystal", "price": 0 @@ -243304,9 +216840,6 @@ "cost": 6, "lowalch": 2, "highalch": 3, - "weight": 0.55, - "release_date": "2019-07-25", - "examine": "It seems to have a little sparkle to it.", "wiki_name": "Elven dawn", "wiki_url": "https://oldschool.runescape.wiki/w/Elven_dawn", "price": 6000 @@ -243316,9 +216849,6 @@ "name": "Enhanced crystal key", "members": true, "cost": 500, - "weight": 0.01, - "release_date": "2019-07-25", - "examine": "A mysterious key with some added crystal to embellish it.", "wiki_name": "Enhanced crystal key", "wiki_url": "https://oldschool.runescape.wiki/w/Enhanced_crystal_key", "price": 0, @@ -243336,8 +216866,6 @@ "lowalch": 200000, "highalch": 300000, "buy_limit": 100, - "release_date": "2019-07-25", - "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": 14772535 @@ -243353,8 +216881,6 @@ "lowalch": 200000, "highalch": 300000, "buy_limit": 100, - "release_date": "2019-07-25", - "examine": "A seed to be sung into the finest crystal armour.", "wiki_name": "Crystal armour seed", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_armour_seed", "price": 5325391 @@ -243370,8 +216896,6 @@ "lowalch": 40000, "highalch": 60000, "buy_limit": 100, - "release_date": "2019-07-25", - "examine": "A seed to be sung into an infinite teleport crystal.", "wiki_name": "Enhanced crystal teleport seed", "wiki_url": "https://oldschool.runescape.wiki/w/Enhanced_crystal_teleport_seed", "price": 1713279 @@ -243382,8 +216906,6 @@ "members": true, "stackable": true, "cost": 10000, - "release_date": "2019-07-25", - "examine": "A shard of the finest crystal, from the crystal city itself.", "wiki_name": "Crystal shard", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_shard", "price": 0 @@ -243394,8 +216916,6 @@ "members": true, "stackable": true, "cost": 1000, - "release_date": "2019-07-25", - "examine": "Crystal crushed down to the finest form imaginable, useful for making potions.", "wiki_name": "Crystal dust", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_dust", "price": 0 @@ -243409,9 +216929,6 @@ "cost": 500000, "lowalch": 200000, "highalch": 300000, - "weight": 0.5, - "release_date": "2019-07-25", - "examine": "This helmet shines bright, like a diamond.", "wiki_name": "Crystal helm (Active)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_helm#Active", "equipment": { @@ -243445,9 +216962,6 @@ "cost": 500000, "lowalch": 200000, "highalch": 300000, - "weight": 0.5, - "release_date": "2019-07-25", - "examine": "This helmet shines bright, like a diamond.", "wiki_name": "Crystal helm (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_helm#Inactive", "equipment": { @@ -243481,9 +216995,6 @@ "cost": 1500000, "lowalch": 600000, "highalch": 900000, - "weight": 2, - "release_date": "2019-07-25", - "examine": "Sturdier than it looks.", "wiki_name": "Crystal body (Active)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_body#Active", "equipment": { @@ -243517,9 +217028,6 @@ "cost": 1500000, "lowalch": 600000, "highalch": 900000, - "weight": 2, - "release_date": "2019-07-25", - "examine": "Sturdier than it looks.", "wiki_name": "Crystal body (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_body#Inactive", "equipment": { @@ -243553,9 +217061,6 @@ "cost": 1000000, "lowalch": 400000, "highalch": 600000, - "weight": 1, - "release_date": "2019-07-25", - "examine": "A bright, shiny set of leg armour.", "wiki_name": "Crystal legs (Active)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_legs#Active", "equipment": { @@ -243589,9 +217094,6 @@ "cost": 1000000, "lowalch": 400000, "highalch": 600000, - "weight": 1, - "release_date": "2019-07-25", - "examine": "A bright, shiny set of leg armour.", "wiki_name": "Crystal legs (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_legs#Inactive", "equipment": { @@ -243626,9 +217128,6 @@ "cost": 300000, "lowalch": 120000, "highalch": 180000, - "weight": 1.814, - "release_date": "2019-07-25", - "examine": "A nice sturdy magical bow.", "wiki_name": "Crystal bow (Active)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_bow#Active", "equipment": { @@ -243691,9 +217190,6 @@ "cost": 300000, "lowalch": 120000, "highalch": 180000, - "weight": 1.814, - "release_date": "2019-07-25", - "examine": "A nice sturdy magical bow.", "wiki_name": "Crystal bow (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_bow#Inactive", "equipment": { @@ -243753,9 +217249,6 @@ "cost": 300000, "lowalch": 120000, "highalch": 180000, - "weight": 1.814, - "release_date": "2019-07-25", - "examine": "A nice sturdy pike.", "wiki_name": "Crystal halberd (Active)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_halberd#Active", "equipment": { @@ -243819,9 +217312,6 @@ "cost": 300000, "lowalch": 120000, "highalch": 180000, - "weight": 1.814, - "release_date": "2019-07-25", - "examine": "A nice sturdy pike.", "wiki_name": "Crystal halberd (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_halberd#Inactive", "equipment": { @@ -243880,9 +217370,6 @@ "cost": 300000, "lowalch": 120000, "highalch": 180000, - "weight": 2.721, - "release_date": "2019-07-25", - "examine": "A nice sturdy crystal shield.", "wiki_name": "Crystal shield (Active)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_shield#Active", "equipment": { @@ -243917,9 +217404,6 @@ "cost": 300000, "lowalch": 120000, "highalch": 180000, - "weight": 2.721, - "release_date": "2019-07-25", - "examine": "A nice sturdy crystal shield.", "wiki_name": "Crystal shield (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_shield#Inactive", "equipment": { @@ -243952,9 +217436,6 @@ "cost": 5000000, "lowalch": 2000000, "highalch": 3000000, - "weight": 1.814, - "release_date": "2019-07-25", - "examine": "A magical elven sword.", "wiki_name": "Blade of saeldor (Charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Blade_of_saeldor#Charged", "equipment": { @@ -244026,10 +217507,7 @@ "cost": 5000000, "lowalch": 2000000, "highalch": 3000000, - "weight": 1.814, "buy_limit": 8, - "release_date": "2019-07-25", - "examine": "A magical elven sword.", "wiki_name": "Blade of saeldor (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Blade_of_saeldor#Inactive", "equipment": { @@ -244101,9 +217579,6 @@ "cost": 30000, "lowalch": 12000, "highalch": 18000, - "weight": 0.001, - "release_date": "2019-07-25", - "examine": "Smells of victory.", "wiki_name": "Crystal grail", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_grail", "equipment": { @@ -244165,10 +217640,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 4.535, "buy_limit": 125, - "release_date": "2019-07-25", - "examine": "Decorative elven boots.", "wiki_name": "Elven boots", "wiki_url": "https://oldschool.runescape.wiki/w/Elven_boots", "equipment": { @@ -244203,9 +217675,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 4.535, - "release_date": "2019-07-25", - "examine": "Decorative elven gloves.", "wiki_name": "Elven gloves", "wiki_url": "https://oldschool.runescape.wiki/w/Elven_gloves", "equipment": { @@ -244239,9 +217708,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.907, - "release_date": "2019-07-25", - "examine": "Clothing from the elven city of Prifddinas.", "wiki_name": "Elven top (yellow)", "wiki_url": "https://oldschool.runescape.wiki/w/Elven_top_(yellow)", "equipment": { @@ -244275,9 +217741,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.907, - "release_date": "2019-07-25", - "examine": "Clothing from the elven city of Prifddinas.", "wiki_name": "Elven skirt (yellow)", "wiki_url": "https://oldschool.runescape.wiki/w/Elven_skirt_(yellow)", "equipment": { @@ -244311,9 +217774,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.907, - "release_date": "2019-07-25", - "examine": "Clothing from the elven city of Prifddinas.", "wiki_name": "Elven top (white)", "wiki_url": "https://oldschool.runescape.wiki/w/Elven_top_(white)", "equipment": { @@ -244347,9 +217807,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.907, - "release_date": "2019-07-25", - "examine": "Clothing from the elven city of Prifddinas.", "wiki_name": "Elven skirt (white)", "wiki_url": "https://oldschool.runescape.wiki/w/Elven_skirt_(white)", "equipment": { @@ -244383,9 +217840,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.907, - "release_date": "2019-07-25", - "examine": "Clothing from the elven city of Prifddinas.", "wiki_name": "Elven top (yellow vest)", "wiki_url": "https://oldschool.runescape.wiki/w/Elven_top_(yellow_vest)", "equipment": { @@ -244419,9 +217873,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.907, - "release_date": "2019-07-25", - "examine": "Clothing from the elven city of Prifddinas.", "wiki_name": "Elven legwear", "wiki_url": "https://oldschool.runescape.wiki/w/Elven_legwear", "equipment": { @@ -244455,9 +217906,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.907, - "release_date": "2019-07-25", - "examine": "Clothing from the elven city of Prifddinas.", "wiki_name": "Elven top (white vest)", "wiki_url": "https://oldschool.runescape.wiki/w/Elven_top_(white_vest)", "equipment": { @@ -244487,8 +217935,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2019-07-25", - "examine": "A blue crystal used to store information.", "wiki_name": "Memoriam crystal (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Memoriam_crystal_(1)", "price": 0 @@ -244500,8 +217946,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2019-07-25", - "examine": "A blue crystal used to store information.", "wiki_name": "Memoriam crystal (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Memoriam_crystal_(2)", "price": 0 @@ -244513,8 +217957,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2019-07-25", - "examine": "A blue crystal used to store information.", "wiki_name": "Memoriam crystal (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Memoriam_crystal_(3)", "price": 0 @@ -244526,8 +217968,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2019-07-25", - "examine": "A blue crystal used to store information.", "wiki_name": "Memoriam crystal (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Memoriam_crystal_(4)", "price": 0 @@ -244543,9 +217983,6 @@ "cost": 35200, "lowalch": 14080, "highalch": 21120, - "weight": 2.721, - "release_date": "2019-07-25", - "examine": "A stylish rune full helm inlaid with dragonstones.", "wiki_name": "Dragonstone full helm", "wiki_url": "https://oldschool.runescape.wiki/w/Dragonstone_full_helm", "equipment": { @@ -244581,9 +218018,6 @@ "cost": 65000, "lowalch": 26000, "highalch": 39000, - "weight": 9.979, - "release_date": "2019-07-25", - "examine": "A stylish rune platebody inlaid with dragonstones.", "wiki_name": "Dragonstone platebody", "wiki_url": "https://oldschool.runescape.wiki/w/Dragonstone_platebody", "equipment": { @@ -244619,9 +218053,6 @@ "cost": 64000, "lowalch": 25600, "highalch": 38400, - "weight": 9.071, - "release_date": "2019-07-25", - "examine": "A stylish pair of rune platelegs inlaid with dragonstones.", "wiki_name": "Dragonstone platelegs", "wiki_url": "https://oldschool.runescape.wiki/w/Dragonstone_platelegs", "equipment": { @@ -244658,9 +218089,6 @@ "cost": 12500, "lowalch": 5000, "highalch": 7500, - "weight": 1.36, - "release_date": "2019-07-25", - "examine": "A stylish pair of rune boots inlaid with dragonstones.", "wiki_name": "Dragonstone boots", "wiki_url": "https://oldschool.runescape.wiki/w/Dragonstone_boots", "equipment": { @@ -244697,9 +218125,6 @@ "cost": 12500, "lowalch": 5000, "highalch": 7500, - "weight": 0.226, - "release_date": "2019-07-25", - "examine": "A stylish pair of rune gauntlets inlaid with dragonstones.", "wiki_name": "Dragonstone gauntlets", "wiki_url": "https://oldschool.runescape.wiki/w/Dragonstone_gauntlets", "equipment": { @@ -244731,9 +218156,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.226, - "release_date": "2019-07-25", - "examine": "Whoever wrote this probably wasn't in a good state of mind.", "wiki_name": "Crazed scribbles", "wiki_url": "https://oldschool.runescape.wiki/w/Crazed_scribbles", "price": 0 @@ -244745,9 +218167,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.226, - "release_date": "2019-07-25", - "examine": "An old elven book.", "wiki_name": "A dear friend", "wiki_url": "https://oldschool.runescape.wiki/w/A_dear_friend", "price": 0 @@ -244759,9 +218178,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.226, - "release_date": "2019-07-25", - "examine": "Some strange writings about leprechauns.", "wiki_name": "On leprechauns", "wiki_url": "https://oldschool.runescape.wiki/w/On_leprechauns", "price": 0 @@ -244773,9 +218189,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.226, - "release_date": "2019-07-25", - "examine": "Most of the pages are stained with blood and have become illegible.", "wiki_name": "Bloody diary", "wiki_url": "https://oldschool.runescape.wiki/w/Bloody_diary", "price": 0 @@ -244787,9 +218200,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.226, - "release_date": "2019-07-25", - "examine": "An elven hymn.", "wiki_name": "The eight clans", "wiki_url": "https://oldschool.runescape.wiki/w/The_eight_clans", "price": 0 @@ -244801,9 +218211,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.226, - "release_date": "2019-07-25", - "examine": "The last words of a long dead elf.", "wiki_name": "Gollwyn's final statement", "wiki_url": "https://oldschool.runescape.wiki/w/Gollwyn's_final_statement", "price": 0 @@ -244815,9 +218222,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.226, - "release_date": "2019-07-25", - "examine": "An old poem.", "wiki_name": "Niff & harry", "wiki_url": "https://oldschool.runescape.wiki/w/Niff_&_harry", "price": 0 @@ -244829,9 +218233,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.226, - "release_date": "2019-07-25", - "examine": "There's quite a bit of water damage.", "wiki_name": "Soggy journal", "wiki_url": "https://oldschool.runescape.wiki/w/Soggy_journal", "price": 0 @@ -244843,9 +218244,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.226, - "release_date": "2019-07-25", - "examine": "An old journal.", "wiki_name": "Ebrill's journal", "wiki_url": "https://oldschool.runescape.wiki/w/Ebrill's_journal", "price": 0 @@ -244857,9 +218255,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.226, - "release_date": "2019-07-25", - "examine": "This book is stained and smells of swamp mire.", "wiki_name": "Stained journal", "wiki_url": "https://oldschool.runescape.wiki/w/Stained_journal", "price": 0 @@ -244871,9 +218266,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.226, - "release_date": "2019-07-25", - "examine": "An excerpt from a book about the hero Camorra.", "wiki_name": "The truth behind the myth (excerpt)", "wiki_url": "https://oldschool.runescape.wiki/w/The_truth_behind_the_myth_(excerpt)", "price": 0 @@ -244885,9 +218277,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.226, - "release_date": "2019-07-25", - "examine": "An old book about gargoyles.", "wiki_name": "The living statues", "wiki_url": "https://oldschool.runescape.wiki/w/The_living_statues", "price": 0 @@ -244899,9 +218288,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.226, - "release_date": "2019-07-25", - "examine": "A book about the demon Zalcano.", "wiki_name": "The spurned demon", "wiki_url": "https://oldschool.runescape.wiki/w/The_spurned_demon", "price": 0 @@ -244913,9 +218299,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.226, - "release_date": "2019-07-25", - "examine": "A collection of folklore.", "wiki_name": "Legends of the mountain", "wiki_url": "https://oldschool.runescape.wiki/w/Legends_of_the_mountain", "price": 0 @@ -244930,9 +218313,6 @@ "cost": 300000, "lowalch": 120000, "highalch": 180000, - "weight": 1.814, - "release_date": "2019-07-25", - "examine": "A nice sturdy magical bow.", "wiki_name": "Crystal bow (New)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_bow#New", "equipment": { @@ -244995,9 +218375,6 @@ "cost": 300000, "lowalch": 120000, "highalch": 180000, - "weight": 1.814, - "release_date": "2019-07-25", - "examine": "A nice sturdy pike.", "wiki_name": "Crystal halberd (New)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_halberd#New", "equipment": { @@ -245060,9 +218437,6 @@ "cost": 300000, "lowalch": 120000, "highalch": 180000, - "weight": 2.721, - "release_date": "2019-07-25", - "examine": "A nice sturdy crystal shield.", "wiki_name": "Crystal shield (New)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_shield#New", "equipment": { @@ -245094,9 +218468,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 10, - "release_date": "2019-08-08", - "examine": "A crate that contains an asortment of items.", "wiki_name": "Combat path starter kit", "wiki_url": "https://oldschool.runescape.wiki/w/Combat_path_starter_kit", "price": 0 @@ -245107,9 +218478,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2019-08-08", - "examine": "A voucher, I can use this to claim rewards from shops around Varrock.", "wiki_name": "Combat path voucher", "wiki_url": "https://oldschool.runescape.wiki/w/Combat_path_voucher", "price": 0 @@ -245132,9 +218500,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2019-08-29", - "examine": "The cape worn by only the most experienced players.", "wiki_name": "Infernal max cape (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Infernal_max_cape#Locked", "equipment": { @@ -245190,9 +218555,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2019-08-29", - "examine": "The cape worn by only the most experienced players.", "wiki_name": "Fire max cape (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Fire_max_cape#Locked", "equipment": { @@ -245248,9 +218610,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2019-08-29", - "examine": "The cape worn by only the most experienced players.", "wiki_name": "Assembler max cape (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Assembler_max_cape#Locked", "equipment": { @@ -245306,9 +218665,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2019-08-29", - "examine": "A defensive weapon.", "wiki_name": "Bronze defender (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_defender#Locked", "equipment": { @@ -245343,9 +218699,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2019-08-29", - "examine": "A defensive weapon.", "wiki_name": "Iron defender (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_defender#Locked", "equipment": { @@ -245380,9 +218733,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2019-08-29", - "examine": "A defensive weapon.", "wiki_name": "Steel defender (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_defender#Locked", "equipment": { @@ -245417,9 +218767,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2019-08-29", - "examine": "A defensive weapon.", "wiki_name": "Black defender (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_defender#Locked", "equipment": { @@ -245454,9 +218801,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2019-08-29", - "examine": "A defensive weapon.", "wiki_name": "Mithril defender (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_defender#Locked", "equipment": { @@ -245491,9 +218835,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2019-08-29", - "examine": "A defensive weapon.", "wiki_name": "Adamant defender (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_defender#Locked", "equipment": { @@ -245528,9 +218869,6 @@ "cost": 65004, "lowalch": 26001, "highalch": 39002, - "weight": 0.453, - "release_date": "2019-08-29", - "examine": "A defensive weapon.", "wiki_name": "Rune defender (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_defender#Locked", "equipment": { @@ -245565,9 +218903,6 @@ "cost": 68007, "lowalch": 27202, "highalch": 40804, - "weight": 0.453, - "release_date": "2019-08-29", - "examine": "A defensive weapon.", "wiki_name": "Dragon defender (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_defender#Locked", "equipment": { @@ -245606,9 +218941,6 @@ "cost": 1000004, "lowalch": 400001, "highalch": 600002, - "weight": 1.5, - "release_date": "2019-08-29", - "examine": "A ghastly weapon with evil origins combined with an icon of balance.", "wiki_name": "Staff of balance", "wiki_url": "https://oldschool.runescape.wiki/w/Staff_of_balance", "equipment": { @@ -245682,9 +219014,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2019-08-29", - "examine": "A broken halo with the protection of Armadyl.", "wiki_name": "Armadyl halo (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Armadyl_halo#Broken", "price": 0 @@ -245696,9 +219025,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2019-08-29", - "examine": "A broken halo with the protection of Bandos.", "wiki_name": "Bandos halo (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Bandos_halo#Broken", "price": 0 @@ -245710,9 +219036,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2019-08-29", - "examine": "A broken halo with the protection of Seren.", "wiki_name": "Seren halo (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Seren_halo#Broken", "price": 0 @@ -245724,9 +219047,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2019-08-29", - "examine": "A broken halo with the protection of an ancient god.", "wiki_name": "Ancient halo (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_halo#Broken", "price": 0 @@ -245738,9 +219058,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2019-08-29", - "examine": "A broken halo with the protection of a healthy diet and the smell of flatulence.", "wiki_name": "Brassica halo (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Brassica_halo#Broken", "price": 0 @@ -245754,9 +219071,6 @@ "cost": 3200, "lowalch": 1280, "highalch": 1920, - "weight": 1.587, - "release_date": "2019-08-29", - "examine": "A very decorative sword.", "wiki_name": "Decorative sword (gold) (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Decorative_sword_(gold)#Locked", "equipment": { @@ -245823,9 +219137,6 @@ "cost": 12800, "lowalch": 5120, "highalch": 7680, - "weight": 8.618, - "release_date": "2019-08-29", - "examine": "Very decorative armour.", "wiki_name": "Decorative armour (gold platebody) (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Decorative_armour_(gold_platebody)#Locked", "equipment": { @@ -245858,9 +219169,6 @@ "cost": 6400, "lowalch": 2560, "highalch": 3840, - "weight": 9.071, - "release_date": "2019-08-29", - "examine": "Very decorative armour.", "wiki_name": "Decorative armour (gold platelegs) (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Decorative_armour_(gold_platelegs)#Locked", "equipment": { @@ -245893,9 +219201,6 @@ "cost": 1920, "lowalch": 768, "highalch": 1152, - "weight": 1.36, - "release_date": "2019-08-29", - "examine": "A very decorative helm.", "wiki_name": "Decorative helm (gold) (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Decorative_helm_(gold)#Locked", "equipment": { @@ -245928,9 +219233,6 @@ "cost": 5440, "lowalch": 2176, "highalch": 3264, - "weight": 4.535, - "release_date": "2019-08-29", - "examine": "A very decorative shield.", "wiki_name": "Decorative shield (gold) (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Decorative_shield_(gold)#Locked", "equipment": { @@ -245963,9 +219265,6 @@ "cost": 6400, "lowalch": 2560, "highalch": 3840, - "weight": 9.071, - "release_date": "2019-08-29", - "examine": "Very decorative armour.", "wiki_name": "Decorative armour (gold plateskirt) (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Decorative_armour_(gold_plateskirt)#Locked", "equipment": { @@ -245999,9 +219298,6 @@ "cost": 48000, "lowalch": 19200, "highalch": 28800, - "weight": 6.803, - "release_date": "2019-08-29", - "examine": "Very decorative armour.", "wiki_name": "Decorative armour (magic top) (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Decorative_armour_(magic_top)#Locked", "equipment": { @@ -246035,9 +219331,6 @@ "cost": 45000, "lowalch": 18000, "highalch": 27000, - "weight": 8.164, - "release_date": "2019-08-29", - "examine": "Very decorative armour.", "wiki_name": "Decorative armour (magic legs) (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Decorative_armour_(magic_legs)#Locked", "equipment": { @@ -246071,9 +219364,6 @@ "cost": 45000, "lowalch": 18000, "highalch": 27000, - "weight": 8.164, - "release_date": "2019-08-29", - "examine": "Very decorative armour.", "wiki_name": "Decorative armour (magic hat) (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Decorative_armour_(magic_hat)#Locked", "equipment": { @@ -246107,9 +219397,6 @@ "cost": 48000, "lowalch": 19200, "highalch": 28800, - "weight": 6.803, - "release_date": "2019-08-29", - "examine": "Very decorative armour.", "wiki_name": "Decorative armour (ranged top) (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Decorative_armour_(ranged_top)#Locked", "equipment": { @@ -246143,9 +219430,6 @@ "cost": 45000, "lowalch": 18000, "highalch": 27000, - "weight": 8.164, - "release_date": "2019-08-29", - "examine": "Very decorative armour.", "wiki_name": "Decorative armour (ranged legs) (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Decorative_armour_(ranged_legs)#Locked", "equipment": { @@ -246179,9 +219463,6 @@ "cost": 45000, "lowalch": 18000, "highalch": 27000, - "weight": 8.164, - "release_date": "2019-08-29", - "examine": "Very decorative armour.", "wiki_name": "Decorative armour (quiver) (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Decorative_armour_(quiver)#Locked", "equipment": { @@ -246215,9 +219496,6 @@ "cost": 150000, "lowalch": 60000, "highalch": 90000, - "weight": 0.3, - "release_date": "2019-08-29", - "examine": "Halo with the protection of Saradomin.", "wiki_name": "Saradomin halo (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Saradomin_halo#Locked", "equipment": { @@ -246249,9 +219527,6 @@ "cost": 150000, "lowalch": 60000, "highalch": 90000, - "weight": 0.3, - "release_date": "2019-08-29", - "examine": "Halo with the protection of Zamorak.", "wiki_name": "Zamorak halo (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Zamorak_halo#Locked", "equipment": { @@ -246283,9 +219558,6 @@ "cost": 150000, "lowalch": 60000, "highalch": 90000, - "weight": 0.3, - "release_date": "2019-08-29", - "examine": "Halo with the protection of Guthix.", "wiki_name": "Guthix halo (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Guthix_halo#Locked", "equipment": { @@ -246317,9 +219589,6 @@ "cost": 65001, "lowalch": 26000, "highalch": 39000, - "weight": 2, - "release_date": "2019-08-29", - "examine": "A Penance Healer hat.", "wiki_name": "Healer hat (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Healer_hat#Locked", "equipment": { @@ -246353,9 +219622,6 @@ "cost": 65001, "lowalch": 26000, "highalch": 39000, - "weight": 2, - "release_date": "2019-08-29", - "examine": "A Penance Fighter hat.", "wiki_name": "Fighter hat (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Fighter_hat#Locked", "equipment": { @@ -246389,9 +219655,6 @@ "cost": 65001, "lowalch": 26000, "highalch": 39000, - "weight": 2, - "release_date": "2019-08-29", - "examine": "A Penance Ranger hat.", "wiki_name": "Ranger hat (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Ranger_hat#Locked", "equipment": { @@ -246425,9 +219688,6 @@ "cost": 65005, "lowalch": 26002, "highalch": 39003, - "weight": 4, - "release_date": "2019-08-29", - "examine": "A Penance Fighter torso armour.", "wiki_name": "Fighter torso (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Fighter_torso#Locked", "equipment": { @@ -246461,9 +219721,6 @@ "cost": 65004, "lowalch": 26001, "highalch": 39002, - "weight": 3, - "release_date": "2019-08-29", - "examine": "A skirt made from the skin of a Penance Ranger.", "wiki_name": "Penance skirt (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Penance_skirt#Locked", "equipment": { @@ -246498,9 +219755,6 @@ "cost": 48000, "lowalch": 19200, "highalch": 28800, - "weight": 6.803, - "release_date": "2019-08-29", - "examine": "Torso armour from the order of the Void Knights.", "wiki_name": "Void knight top (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Void_knight_top#Locked", "equipment": { @@ -246540,9 +219794,6 @@ "cost": 48500, "lowalch": 19400, "highalch": 29100, - "weight": 6.803, - "release_date": "2019-08-29", - "examine": "Superior torso armour from the order of the Void Knights.", "wiki_name": "Elite void top (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Elite_void_top#Locked", "equipment": { @@ -246582,9 +219833,6 @@ "cost": 45000, "lowalch": 18000, "highalch": 27000, - "weight": 8.164, - "release_date": "2019-08-29", - "examine": "Leg armour from the order of the Void Knights.", "wiki_name": "Void knight robe (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Void_knight_robe#Locked", "equipment": { @@ -246624,9 +219872,6 @@ "cost": 45500, "lowalch": 18200, "highalch": 27300, - "weight": 8.164, - "release_date": "2019-08-29", - "examine": "Superior leg armour from the order of the Void Knights.", "wiki_name": "Elite void robe (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Elite_void_robe#Locked", "equipment": { @@ -246667,9 +219912,6 @@ "cost": 12000, "lowalch": 4800, "highalch": 7200, - "weight": 1.814, - "release_date": "2019-08-29", - "examine": "A mace used by the order of the Void Knights.", "wiki_name": "Void knight mace (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Void_knight_mace#Locked", "equipment": { @@ -246750,9 +219992,6 @@ "cost": 6052, "lowalch": 2420, "highalch": 3631, - "weight": 0.453, - "release_date": "2019-08-29", - "examine": "Gloves as used by the order of the Void Knights.", "wiki_name": "Void knight gloves (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Void_knight_gloves#Locked", "equipment": { @@ -246792,9 +220031,6 @@ "cost": 9851, "lowalch": 3940, "highalch": 5910, - "weight": 0.453, - "release_date": "2019-08-29", - "examine": "A mage helm from the order of the Void Knights.", "wiki_name": "Void mage helm (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Void_mage_helm#Locked", "equipment": { @@ -246834,9 +220070,6 @@ "cost": 9851, "lowalch": 3940, "highalch": 5910, - "weight": 0.453, - "release_date": "2019-08-29", - "examine": "A ranger helm from the order of the Void Knights.", "wiki_name": "Void ranger helm (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Void_ranger_helm#Locked", "equipment": { @@ -246876,9 +220109,6 @@ "cost": 9851, "lowalch": 3940, "highalch": 5910, - "weight": 0.453, - "release_date": "2019-08-29", - "examine": "A melee helm from the order of the Void Knights.", "wiki_name": "Void melee helm (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Void_melee_helm#Locked", "equipment": { @@ -246918,9 +220148,6 @@ "cost": 2500000, "lowalch": 1000000, "highalch": 1500000, - "weight": 0.453, - "release_date": "2019-08-29", - "examine": "A defensive weapon.", "wiki_name": "Avernic defender (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Avernic_defender#Locked", "equipment": { @@ -246956,8 +220183,6 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "release_date": "2019-08-29", - "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": 468023 @@ -246970,9 +220195,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.12, - "release_date": "2019-08-29", - "examine": "15 men may jump on you, but only to steal the contents of your bank.", "wiki_name": "Deadman's chest (Cosmetic)", "wiki_url": "https://oldschool.runescape.wiki/w/Deadman's_chest#Cosmetic", "equipment": { @@ -247003,9 +220225,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.11, - "release_date": "2019-08-29", - "examine": "That numb feeling.", "wiki_name": "Deadman's legs (Cosmetic)", "wiki_url": "https://oldschool.runescape.wiki/w/Deadman's_legs#Cosmetic", "equipment": { @@ -247036,9 +220255,6 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "weight": 0.09, - "release_date": "2019-08-29", - "examine": "Dark and sinister, just like a deadman.", "wiki_name": "Deadman's cape (Cosmetic)", "wiki_url": "https://oldschool.runescape.wiki/w/Deadman's_cape#Cosmetic", "equipment": { @@ -247070,9 +220286,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 0.3, - "release_date": "2019-08-29", - "examine": "Halo with the protection of Armadyl.", "wiki_name": "Armadyl halo (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Armadyl_halo#Normal", "equipment": { @@ -247104,9 +220317,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 0.3, - "release_date": "2019-08-29", - "examine": "Halo with the protection of Armadyl.", "wiki_name": "Armadyl halo (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Armadyl_halo#Locked", "equipment": { @@ -247138,9 +220348,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 0.3, - "release_date": "2019-08-29", - "examine": "Halo with the protection of Bandos.", "wiki_name": "Bandos halo (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Bandos_halo#Normal", "equipment": { @@ -247172,9 +220379,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 0.3, - "release_date": "2019-08-29", - "examine": "Halo with the protection of Bandos.", "wiki_name": "Bandos halo (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Bandos_halo#Locked", "equipment": { @@ -247206,9 +220410,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 0.3, - "release_date": "2019-08-29", - "examine": "Halo with the protection of Seren.", "wiki_name": "Seren halo (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Seren_halo#Normal", "equipment": { @@ -247240,9 +220441,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 0.3, - "release_date": "2019-08-29", - "examine": "Halo with the protection of Seren.", "wiki_name": "Seren halo (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Seren_halo#Locked", "equipment": { @@ -247274,9 +220472,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 0.3, - "release_date": "2019-08-29", - "examine": "Halo with the protection of an ancient god.", "wiki_name": "Ancient halo (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_halo#Normal", "equipment": { @@ -247308,9 +220503,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 0.3, - "release_date": "2019-08-29", - "examine": "Halo with the protection of an ancient god.", "wiki_name": "Ancient halo (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_halo#Locked", "equipment": { @@ -247342,9 +220534,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 0.3, - "release_date": "2019-08-29", - "examine": "Halo with the protection of a healthy diet and the smell of flatulence.", "wiki_name": "Brassica halo (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Brassica_halo#Normal", "equipment": { @@ -247376,9 +220565,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 0.3, - "release_date": "2019-08-29", - "examine": "Halo with the protection of a healthy diet and the smell of flatulence.", "wiki_name": "Brassica halo (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Brassica_halo#Locked", "equipment": { @@ -247409,9 +220595,6 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.453, - "release_date": "2019-08-29", - "examine": "Shows your prowess in Last Man Standing.", "wiki_name": "Victor's cape (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Victor's_cape_(1)", "equipment": { @@ -247442,9 +220625,6 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.453, - "release_date": "2019-08-29", - "examine": "Shows your prowess in Last Man Standing.", "wiki_name": "Victor's cape (10)", "wiki_url": "https://oldschool.runescape.wiki/w/Victor's_cape_(10)", "equipment": { @@ -247475,9 +220655,6 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.453, - "release_date": "2019-08-29", - "examine": "Shows your prowess in Last Man Standing.", "wiki_name": "Victor's cape (50)", "wiki_url": "https://oldschool.runescape.wiki/w/Victor's_cape_(50)", "equipment": { @@ -247508,9 +220685,6 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.453, - "release_date": "2019-08-29", - "examine": "Shows your prowess in Last Man Standing.", "wiki_name": "Victor's cape (100)", "wiki_url": "https://oldschool.runescape.wiki/w/Victor's_cape_(100)", "equipment": { @@ -247541,9 +220715,6 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.453, - "release_date": "2019-08-29", - "examine": "Shows your prowess in Last Man Standing.", "wiki_name": "Victor's cape (500)", "wiki_url": "https://oldschool.runescape.wiki/w/Victor's_cape_(500)", "equipment": { @@ -247574,8 +220745,6 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "release_date": "2019-08-29", - "examine": "An icon of the god of Balance that has been stylised in the form of a snake.", "wiki_name": "Guthixian icon", "wiki_url": "https://oldschool.runescape.wiki/w/Guthixian_icon", "price": 0 @@ -247592,9 +220761,6 @@ "cost": 1500, "lowalch": 600, "highalch": 900, - "weight": 1.814, - "release_date": "2019-08-29", - "examine": "A dull blade that moves at incredible speed.", "wiki_name": "Swift blade", "wiki_url": "https://oldschool.runescape.wiki/w/Swift_blade", "equipment": { @@ -247660,9 +220826,6 @@ "cost": 51000, "lowalch": 20400, "highalch": 30600, - "weight": 5.896, - "release_date": "2019-08-29", - "examine": "A superior bagged chicken empowered by Vorkath, ready to serve you, magnet in claw.", "wiki_name": "Ava's assembler (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Ava's_assembler#Locked", "equipment": { @@ -247696,9 +220859,6 @@ "cost": 65006, "lowalch": 26002, "highalch": 39003, - "weight": 1.814, - "release_date": "2019-08-29", - "examine": "A cape of fire.", "wiki_name": "Fire cape (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Fire_cape#Locked", "equipment": { @@ -247730,9 +220890,6 @@ "cost": 80000, "lowalch": 32000, "highalch": 48000, - "weight": 1.814, - "release_date": "2019-08-29", - "examine": "Whose idea was it to have a cape made of lava anyway?", "wiki_name": "Infernal cape (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Infernal_cape#Locked", "equipment": { @@ -247765,9 +220922,6 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 4.535, - "release_date": "2019-09-05", - "examine": "Simplicity is the best weapon.", "wiki_name": "Granite maul (Ornate handle)", "wiki_url": "https://oldschool.runescape.wiki/w/Granite_maul#Ornate_handle", "equipment": { @@ -247829,9 +220983,6 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 4.535, - "release_date": "2019-09-05", - "examine": "Its power should not be taken for granited.", "wiki_name": "Granite maul (or) (Ornate handle)", "wiki_url": "https://oldschool.runescape.wiki/w/Granite_maul_(or)#Ornate_handle", "equipment": { @@ -247893,10 +221044,7 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.5, "buy_limit": 50, - "release_date": "2019-09-05", - "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": 400000 @@ -247910,9 +221058,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2019-09-12", - "examine": "The cape worn by only the most experienced players.", "wiki_name": "Imbued saradomin max cape (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Imbued_saradomin_max_cape#Locked", "equipment": { @@ -247968,9 +221113,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2019-09-12", - "examine": "The cape worn by only the most experienced players.", "wiki_name": "Imbued zamorak max cape (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Imbued_zamorak_max_cape#Locked", "equipment": { @@ -248026,9 +221168,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2019-09-12", - "examine": "The cape worn by only the most experienced players.", "wiki_name": "Imbued guthix max cape (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Imbued_guthix_max_cape#Locked", "equipment": { @@ -248091,9 +221230,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2019-09-12", - "examine": "A broken cape from the almighty god Saradomin, imbued with great power.", "wiki_name": "Imbued saradomin cape (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Imbued_saradomin_cape#Broken", "price": 0 @@ -248105,9 +221241,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2019-09-12", - "examine": "The cape worn by only the most experienced players. This one is broken.", "wiki_name": "Imbued saradomin max cape (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Imbued_saradomin_max_cape#Broken", "price": 0 @@ -248119,9 +221252,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2019-09-12", - "examine": "A broken cape from the almighty god Guthix, imbued with great power.", "wiki_name": "Imbued guthix cape (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Imbued_guthix_cape#Broken", "price": 0 @@ -248133,9 +221263,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2019-09-12", - "examine": "The cape worn by only the most experienced players. This one is broken.", "wiki_name": "Imbued guthix max cape (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Imbued_guthix_max_cape#Broken", "price": 0 @@ -248147,9 +221274,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2019-09-12", - "examine": "A broken cape from the almighty god Zamorak, imbued with great power.", "wiki_name": "Imbued zamorak cape (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Imbued_zamorak_cape#Broken", "price": 0 @@ -248161,9 +221285,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2019-09-12", - "examine": "The cape worn by only the most experienced players. This one is broken.", "wiki_name": "Imbued zamorak max cape (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Imbued_zamorak_max_cape#Broken", "price": 0 @@ -248177,9 +221298,6 @@ "cost": 80000, "lowalch": 32000, "highalch": 48000, - "weight": 0.453, - "release_date": "2019-09-12", - "examine": "A cape from the almighty god Saradomin, imbued with great power.", "wiki_name": "Imbued saradomin cape (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Imbued_saradomin_cape#Locked", "equipment": { @@ -248213,9 +221331,6 @@ "cost": 80000, "lowalch": 32000, "highalch": 48000, - "weight": 0.453, - "release_date": "2019-09-12", - "examine": "A cape from the almighty god Guthix, imbued with great power.", "wiki_name": "Imbued guthix cape (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Imbued_guthix_cape#Locked", "equipment": { @@ -248249,9 +221364,6 @@ "cost": 80000, "lowalch": 32000, "highalch": 48000, - "weight": 0.453, - "release_date": "2019-09-12", - "examine": "A cape from the almighty god Zamorak, imbued with great power.", "wiki_name": "Imbued zamorak cape (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Imbued_zamorak_cape#Locked", "equipment": { @@ -248286,8 +221398,6 @@ "cost": 63, "lowalch": 25, "highalch": 37, - "release_date": "2019-09-19", - "examine": "A teleport to near the dark crab fishing spots, in level 33 Wilderness.", "wiki_name": "Wilderness crabs teleport", "wiki_url": "https://oldschool.runescape.wiki/w/Wilderness_crabs_teleport", "price": 26739 @@ -248299,9 +221409,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.005, - "release_date": "2019-09-26", - "examine": "A fang, dripping with venom.", "wiki_name": "Fang (The Fremennik Exiles)", "wiki_url": "https://oldschool.runescape.wiki/w/Fang_(The_Fremennik_Exiles)", "price": 0 @@ -248313,9 +221420,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.005, - "release_date": "2019-09-26", - "examine": "A gland filled with venom.", "wiki_name": "Venom gland", "wiki_url": "https://oldschool.runescape.wiki/w/Venom_gland", "price": 0 @@ -248327,9 +221431,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.005, - "release_date": "2019-09-26", - "examine": "A letter which has had its seal opened.", "wiki_name": "Unsealed letter", "wiki_url": "https://oldschool.runescape.wiki/w/Unsealed_letter", "price": 0 @@ -248341,9 +221442,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.005, - "release_date": "2019-09-26", - "examine": "A letter which has had its seal opened.", "wiki_name": "Unsealed letter (Brundt)", "wiki_url": "https://oldschool.runescape.wiki/w/Unsealed_letter#Brundt", "price": 0 @@ -248353,9 +221451,6 @@ "name": "V sigil", "members": true, "cost": 100, - "weight": 0.005, - "release_date": "2019-09-26", - "examine": "A sigil of V, needing to be enchanted by a powerful spirit before able to be adorned on his mighty shield.", "wiki_name": "V sigil", "wiki_url": "https://oldschool.runescape.wiki/w/V_sigil", "price": 0 @@ -248365,9 +221460,6 @@ "name": "V sigil (e)", "members": true, "cost": 100, - "weight": 0.005, - "release_date": "2019-09-26", - "examine": "An enchanted sigil of V, ready to be adorned on his mighty shield.", "wiki_name": "V sigil (e)", "wiki_url": "https://oldschool.runescape.wiki/w/V_sigil_(e)", "price": 0 @@ -248379,9 +221471,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.001, - "release_date": "2019-09-26", - "examine": "Some imbued Molten Glass, ready to be enchanted into Lunar Glass.", "wiki_name": "Molten glass (i)", "wiki_url": "https://oldschool.runescape.wiki/w/Molten_glass_(i)", "price": 0 @@ -248391,9 +221480,6 @@ "name": "Lunar glass", "members": true, "cost": 100, - "weight": 0.001, - "release_date": "2019-09-26", - "examine": "Some Lunar Glass ready to adorn V's mighty shield.", "wiki_name": "Lunar glass", "wiki_url": "https://oldschool.runescape.wiki/w/Lunar_glass", "price": 0 @@ -248403,9 +221489,6 @@ "name": "Polishing rock", "members": true, "cost": 100, - "weight": 1.36, - "release_date": "2019-09-26", - "examine": "A softly heated Polishing Rock, ready to polish V's mighty shield.", "wiki_name": "Polishing rock", "wiki_url": "https://oldschool.runescape.wiki/w/Polishing_rock", "price": 0 @@ -248417,9 +221500,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.226, - "release_date": "2019-09-26", - "examine": "A Fremennik song.", "wiki_name": "Ballad of the basilisk", "wiki_url": "https://oldschool.runescape.wiki/w/Ballad_of_the_basilisk", "price": 0 @@ -248431,9 +221511,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2019-09-26", - "examine": "V's mighty shield. This should earn the trust of the council.", "wiki_name": "V's shield (The Fremennik Exiles)", "wiki_url": "https://oldschool.runescape.wiki/w/V's_shield#The_Fremennik_Exiles", "price": 0 @@ -248447,9 +221524,6 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 2.267, - "release_date": "2019-09-26", - "examine": "A recreation of V's mighty shield.", "wiki_name": "V's shield (Equippable)", "wiki_url": "https://oldschool.runescape.wiki/w/V's_shield#Equippable", "equipment": { @@ -248484,9 +221558,6 @@ "cost": 500000, "lowalch": 200000, "highalch": 300000, - "weight": 0.005, - "release_date": "2019-09-26", - "examine": "The jaw of a Basilisk Knight.", "wiki_name": "Basilisk jaw", "wiki_url": "https://oldschool.runescape.wiki/w/Basilisk_jaw", "price": 22731969 @@ -248500,9 +221571,6 @@ "cost": 550000, "lowalch": 220000, "highalch": 330000, - "weight": 2.721, - "release_date": "2019-09-26", - "examine": "A gift from Neitiznot's Burgher enhanced with the jaw of a Basilisk.", "wiki_name": "Neitiznot faceguard", "wiki_url": "https://oldschool.runescape.wiki/w/Neitiznot_faceguard", "equipment": { @@ -248544,9 +221612,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2019-10-17", - "examine": "An emblem of ancient times, now superseded.", "wiki_name": "Mysterious emblem (Tier 1)", "wiki_url": "https://oldschool.runescape.wiki/w/Mysterious_emblem#Tier_1", "price": 0 @@ -248559,9 +221624,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2019-10-17", - "examine": "An emblem of ancient times, now superseded.", "wiki_name": "Mysterious emblem (Tier 2)", "wiki_url": "https://oldschool.runescape.wiki/w/Mysterious_emblem#Tier_2", "price": 0 @@ -248574,9 +221636,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2019-10-17", - "examine": "An emblem of ancient times, now superseded.", "wiki_name": "Mysterious emblem (Tier 3)", "wiki_url": "https://oldschool.runescape.wiki/w/Mysterious_emblem#Tier_3", "price": 0 @@ -248589,9 +221648,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2019-10-17", - "examine": "An emblem of ancient times, now superseded.", "wiki_name": "Mysterious emblem (Tier 4)", "wiki_url": "https://oldschool.runescape.wiki/w/Mysterious_emblem#Tier_4", "price": 0 @@ -248604,9 +221660,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2019-10-17", - "examine": "An emblem of ancient times, now superseded.", "wiki_name": "Mysterious emblem (Tier 5)", "wiki_url": "https://oldschool.runescape.wiki/w/Mysterious_emblem#Tier_5", "price": 0 @@ -248616,9 +221669,6 @@ "name": "Decorative emblem", "members": true, "cost": 50009, - "weight": 0.1, - "release_date": "2019-10-17", - "examine": "A decorative replica of an emblem.", "wiki_name": "Decorative emblem", "wiki_url": "https://oldschool.runescape.wiki/w/Decorative_emblem", "price": 0 @@ -248635,9 +221685,6 @@ "cost": 17000, "lowalch": 6800, "highalch": 10200, - "weight": 0.453, - "release_date": "2019-10-24", - "examine": "A hat worn by members of the Dagon'hai.", "wiki_name": "Dagon'hai hat", "wiki_url": "https://oldschool.runescape.wiki/w/Dagon'hai_hat", "equipment": { @@ -248675,9 +221722,6 @@ "cost": 140000, "lowalch": 56000, "highalch": 84000, - "weight": 2.267, - "release_date": "2019-10-24", - "examine": "A robe worn by members of the Dagon'hai.", "wiki_name": "Dagon'hai robe top", "wiki_url": "https://oldschool.runescape.wiki/w/Dagon'hai_robe_top", "equipment": { @@ -248715,9 +221759,6 @@ "cost": 90000, "lowalch": 36000, "highalch": 54000, - "weight": 1.814, - "release_date": "2019-10-24", - "examine": "A robe worn by members of the Dagon'hai.", "wiki_name": "Dagon'hai robe bottom", "wiki_url": "https://oldschool.runescape.wiki/w/Dagon'hai_robe_bottom", "equipment": { @@ -248749,9 +221790,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2019-10-24", - "examine": "I hope they're clean.", "wiki_name": "White bed sheets", "wiki_url": "https://oldschool.runescape.wiki/w/White_bed_sheets", "price": 0 @@ -248762,9 +221800,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2019-10-24", - "examine": "Could probably cause a good distraction.", "wiki_name": "Smoke powder", "wiki_url": "https://oldschool.runescape.wiki/w/Smoke_powder", "price": 0 @@ -248775,9 +221810,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.4, - "release_date": "2019-10-24", - "examine": "It looks worth stealing.", "wiki_name": "Shiny glass", "wiki_url": "https://oldschool.runescape.wiki/w/Shiny_glass", "price": 0 @@ -248788,9 +221820,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, - "release_date": "2019-10-24", - "examine": "A spooky hood cut from a bedsheet!", "wiki_name": "Spooky hood (During event)", "wiki_url": "https://oldschool.runescape.wiki/w/Spooky_hood#During_event", "price": 0 @@ -248801,9 +221830,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.9, - "release_date": "2019-10-24", - "examine": "A spooky robe cut from a bedsheet!", "wiki_name": "Spooky robe (During event)", "wiki_url": "https://oldschool.runescape.wiki/w/Spooky_robe#During_event", "price": 0 @@ -248814,9 +221840,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.8, - "release_date": "2019-10-24", - "examine": "A spooky skirt cut from a bedsheet!", "wiki_name": "Spooky skirt (During event)", "wiki_url": "https://oldschool.runescape.wiki/w/Spooky_skirt#During_event", "price": 0 @@ -248827,9 +221850,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.113, - "release_date": "2019-10-24", - "examine": "A spooky pair of gloves cut from a bedsheet!", "wiki_name": "Spooky gloves (During event)", "wiki_url": "https://oldschool.runescape.wiki/w/Spooky_gloves#During_event", "price": 0 @@ -248840,9 +221860,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2019-10-24", - "examine": "A spooky pair of boots cut from a bedsheet!", "wiki_name": "Spooky boots (During event)", "wiki_url": "https://oldschool.runescape.wiki/w/Spooky_boots#During_event", "price": 0 @@ -248855,9 +221872,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, - "release_date": "2019-10-24", - "examine": "A spooky hood cut from a bedsheet!", "wiki_name": "Spooky hood (Reward)", "wiki_url": "https://oldschool.runescape.wiki/w/Spooky_hood#Reward", "equipment": { @@ -248888,9 +221902,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.9, - "release_date": "2019-10-24", - "examine": "A spooky robe cut from a bedsheet!", "wiki_name": "Spooky robe (Reward)", "wiki_url": "https://oldschool.runescape.wiki/w/Spooky_robe#Reward", "equipment": { @@ -248921,9 +221932,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.8, - "release_date": "2019-10-24", - "examine": "A spooky skirt cut from a bedsheet!", "wiki_name": "Spooky skirt (Reward)", "wiki_url": "https://oldschool.runescape.wiki/w/Spooky_skirt#Reward", "equipment": { @@ -248954,9 +221962,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.113, - "release_date": "2019-10-24", - "examine": "A spooky pair of gloves cut from a bedsheet!", "wiki_name": "Spooky gloves (Reward)", "wiki_url": "https://oldschool.runescape.wiki/w/Spooky_gloves#Reward", "equipment": { @@ -248987,9 +221992,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2019-10-24", - "examine": "A spooky pair of boots cut from a bedsheet!", "wiki_name": "Spooky boots (Reward)", "wiki_url": "https://oldschool.runescape.wiki/w/Spooky_boots#Reward", "equipment": { @@ -249020,9 +222022,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, - "release_date": "2019-10-24", - "examine": "A spooky hood cut from a bedsheet!", "wiki_name": "Spookier hood", "wiki_url": "https://oldschool.runescape.wiki/w/Spookier_hood", "equipment": { @@ -249053,9 +222052,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.9, - "release_date": "2019-10-24", - "examine": "A spooky robe cut from a bedsheet!", "wiki_name": "Spookier robe", "wiki_url": "https://oldschool.runescape.wiki/w/Spookier_robe", "equipment": { @@ -249086,9 +222082,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.8, - "release_date": "2019-10-24", - "examine": "A spooky skirt cut from a bedsheet!", "wiki_name": "Spookier skirt", "wiki_url": "https://oldschool.runescape.wiki/w/Spookier_skirt", "equipment": { @@ -249119,9 +222112,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.113, - "release_date": "2019-10-24", - "examine": "A spooky pair of gloves cut from a bedsheet!", "wiki_name": "Spookier gloves", "wiki_url": "https://oldschool.runescape.wiki/w/Spookier_gloves", "equipment": { @@ -249152,9 +222142,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2019-10-24", - "examine": "A spooky pair of boots cut from a bedsheet!", "wiki_name": "Spookier boots", "wiki_url": "https://oldschool.runescape.wiki/w/Spookier_boots", "equipment": { @@ -249185,9 +222172,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.07, - "release_date": "2019-10-24", - "examine": "They call him Jack.", "wiki_name": "Pumpkin lantern", "wiki_url": "https://oldschool.runescape.wiki/w/Pumpkin_lantern", "equipment": { @@ -249219,9 +222203,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.07, - "release_date": "2019-10-24", - "examine": "Alas... I'm sure someone knew him well.", "wiki_name": "Skeleton lantern", "wiki_url": "https://oldschool.runescape.wiki/w/Skeleton_lantern", "equipment": { @@ -249278,9 +222259,6 @@ "cost": 40000, "lowalch": 16000, "highalch": 24000, - "weight": 1.285, - "release_date": "2019-10-31", - "examine": "Are you feeling lucky?", "wiki_name": "Bounty crate", "wiki_url": "https://oldschool.runescape.wiki/w/Bounty_crate", "price": 0 @@ -249292,9 +222270,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2019-10-31", - "examine": "Yummy! Happy Birthday to OSRS Mobile!", "wiki_name": "Birthday cake (Mobile Anniversary)", "wiki_url": "https://oldschool.runescape.wiki/w/Birthday_cake_(Mobile_Anniversary)", "price": 0 @@ -249309,9 +222284,6 @@ "cost": 217000, "lowalch": 86800, "highalch": 130200, - "weight": 0.05, - "release_date": "2019-11-07", - "examine": "A set containing a Dagon'hai hat, robe top and robe bottom.", "wiki_name": "Dagon'hai robes set", "wiki_url": "https://oldschool.runescape.wiki/w/Dagon'hai_robes_set", "price": 3484568 @@ -249326,8 +222298,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2019-11-07", - "examine": "A teleport to your target.", "wiki_name": "Target teleport", "wiki_url": "https://oldschool.runescape.wiki/w/Target_teleport", "price": 5406 @@ -249341,9 +222311,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2019-11-07", - "examine": "A hat fit for the newest of player killers.", "wiki_name": "Bounty hunter hat (tier 1)", "wiki_url": "https://oldschool.runescape.wiki/w/Bounty_hunter_hat_(tier_1)", "equipment": { @@ -249375,9 +222342,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2019-11-07", - "examine": "A hat fit for the casual player killers.", "wiki_name": "Bounty hunter hat (tier 2)", "wiki_url": "https://oldschool.runescape.wiki/w/Bounty_hunter_hat_(tier_2)", "equipment": { @@ -249409,9 +222373,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2019-11-07", - "examine": "A hat fit for hobbiest player killers.", "wiki_name": "Bounty hunter hat (tier 3)", "wiki_url": "https://oldschool.runescape.wiki/w/Bounty_hunter_hat_(tier_3)", "equipment": { @@ -249443,9 +222404,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2019-11-07", - "examine": "A hat fit for experienced player killers.", "wiki_name": "Bounty hunter hat (tier 4)", "wiki_url": "https://oldschool.runescape.wiki/w/Bounty_hunter_hat_(tier_4)", "equipment": { @@ -249477,9 +222435,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2019-11-07", - "examine": "A hat fit for advanced player killers.", "wiki_name": "Bounty hunter hat (tier 5)", "wiki_url": "https://oldschool.runescape.wiki/w/Bounty_hunter_hat_(tier_5)", "equipment": { @@ -249511,9 +222466,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2019-11-07", - "examine": "A hat fit for only the most esteemed player killer.", "wiki_name": "Bounty hunter hat (tier 6)", "wiki_url": "https://oldschool.runescape.wiki/w/Bounty_hunter_hat_(tier_6)", "equipment": { @@ -249544,8 +222496,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "release_date": "2020-10-28", - "examine": "Contains a beginner clue scroll.", "wiki_name": "Scroll box (beginner)", "wiki_url": "https://oldschool.runescape.wiki/w/Scroll_box_(beginner)", "price": 0 @@ -249558,8 +222508,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "release_date": "2019-11-14", - "examine": "Contains an easy clue scroll.", "wiki_name": "Scroll box (easy)", "wiki_url": "https://oldschool.runescape.wiki/w/Scroll_box_(easy)", "price": 0 @@ -249572,8 +222520,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "release_date": "2019-11-14", - "examine": "Contains a medium clue scroll.", "wiki_name": "Scroll box (medium)", "wiki_url": "https://oldschool.runescape.wiki/w/Scroll_box_(medium)", "price": 0 @@ -249586,8 +222532,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "release_date": "2019-11-14", - "examine": "Contains a hard clue scroll.", "wiki_name": "Scroll box (hard)", "wiki_url": "https://oldschool.runescape.wiki/w/Scroll_box_(hard)", "price": 0 @@ -249600,8 +222544,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "release_date": "2019-11-14", - "examine": "Contains an elite clue scroll.", "wiki_name": "Scroll box (elite)", "wiki_url": "https://oldschool.runescape.wiki/w/Scroll_box_(elite)", "price": 0 @@ -249614,8 +222556,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "release_date": "2019-11-14", - "examine": "Contains a master clue scroll.", "wiki_name": "Scroll box (master)", "wiki_url": "https://oldschool.runescape.wiki/w/Scroll_box_(master)", "price": 0 @@ -249627,8 +222567,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2019-11-14", - "examine": "Looks like a cabbage.", "wiki_name": "Cabbage (unobtainable item) (Twisted League points)", "wiki_url": "https://oldschool.runescape.wiki/w/Cabbage_(unobtainable_item)#Twisted_League_points", "price": 0 @@ -249642,9 +222580,6 @@ "cost": 40000, "lowalch": 16000, "highalch": 24000, - "weight": 2.267, - "release_date": "2020-01-16", - "examine": "You don't want to wear it inside-out.", "wiki_name": "Twisted slayer helmet", "wiki_url": "https://oldschool.runescape.wiki/w/Twisted_slayer_helmet", "equipment": { @@ -249680,9 +222615,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2020-01-16", - "examine": "A Dragon trophy for competing in Leagues I - Twisted.", "wiki_name": "Twisted dragon trophy", "wiki_url": "https://oldschool.runescape.wiki/w/Twisted_dragon_trophy", "equipment": { @@ -249742,9 +222674,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2020-01-16", - "examine": "A Rune trophy for competing in Leagues I - Twisted.", "wiki_name": "Twisted rune trophy", "wiki_url": "https://oldschool.runescape.wiki/w/Twisted_rune_trophy", "equipment": { @@ -249804,9 +222733,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2020-01-16", - "examine": "An Adamant trophy for competing in Leagues I - Twisted.", "wiki_name": "Twisted adamant trophy", "wiki_url": "https://oldschool.runescape.wiki/w/Twisted_adamant_trophy", "equipment": { @@ -249865,9 +222791,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2020-01-16", - "examine": "A Mithril trophy for competing in Leagues I - Twisted.", "wiki_name": "Twisted mithril trophy", "wiki_url": "https://oldschool.runescape.wiki/w/Twisted_mithril_trophy", "equipment": { @@ -249899,9 +222822,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2020-01-16", - "examine": "A Steel trophy for competing in Leagues I - Twisted.", "wiki_name": "Twisted steel trophy", "wiki_url": "https://oldschool.runescape.wiki/w/Twisted_steel_trophy", "equipment": { @@ -249933,9 +222853,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2020-01-16", - "examine": "An Iron trophy for competing in Leagues I - Twisted.", "wiki_name": "Twisted iron trophy", "wiki_url": "https://oldschool.runescape.wiki/w/Twisted_iron_trophy", "equipment": { @@ -249967,9 +222884,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2020-01-16", - "examine": "A Bronze trophy for competing in Leagues I - Twisted.", "wiki_name": "Twisted bronze trophy", "wiki_url": "https://oldschool.runescape.wiki/w/Twisted_bronze_trophy", "equipment": { @@ -250004,10 +222918,7 @@ "cost": 100000, "lowalch": 40000, "highalch": 60000, - "weight": 0.453, "buy_limit": 5, - "release_date": "2020-01-16", - "examine": "The headgear of a twisted relic hunter.", "wiki_name": "Twisted hat (t3)", "wiki_url": "https://oldschool.runescape.wiki/w/Twisted_hat_(t3)", "equipment": { @@ -250042,10 +222953,7 @@ "cost": 100000, "lowalch": 40000, "highalch": 60000, - "weight": 0.907, "buy_limit": 5, - "release_date": "2020-01-16", - "examine": "The coat of a twisted relic hunter.", "wiki_name": "Twisted coat (t3)", "wiki_url": "https://oldschool.runescape.wiki/w/Twisted_coat_(t3)", "equipment": { @@ -250080,10 +222988,7 @@ "cost": 100000, "lowalch": 40000, "highalch": 60000, - "weight": 0.907, "buy_limit": 5, - "release_date": "2020-01-16", - "examine": "The trousers of a twisted relic hunter.", "wiki_name": "Twisted trousers (t3)", "wiki_url": "https://oldschool.runescape.wiki/w/Twisted_trousers_(t3)", "equipment": { @@ -250118,10 +223023,7 @@ "cost": 100000, "lowalch": 40000, "highalch": 60000, - "weight": 0.34, "buy_limit": 5, - "release_date": "2020-01-16", - "examine": "The boots of a twisted relic hunter.", "wiki_name": "Twisted boots (t3)", "wiki_url": "https://oldschool.runescape.wiki/w/Twisted_boots_(t3)", "equipment": { @@ -250157,10 +223059,7 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 1.814, "buy_limit": 10, - "release_date": "2020-01-16", - "examine": "A cane of the twisted relic hunter.", "wiki_name": "Twisted cane", "wiki_url": "https://oldschool.runescape.wiki/w/Twisted_cane", "equipment": { @@ -250229,10 +223128,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.453, "buy_limit": 5, - "release_date": "2020-01-16", - "examine": "The headgear of a twisted relic hunter.", "wiki_name": "Twisted hat (t2)", "wiki_url": "https://oldschool.runescape.wiki/w/Twisted_hat_(t2)", "equipment": { @@ -250267,10 +223163,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.907, "buy_limit": 5, - "release_date": "2020-01-16", - "examine": "The coat of a twisted relic hunter.", "wiki_name": "Twisted coat (t2)", "wiki_url": "https://oldschool.runescape.wiki/w/Twisted_coat_(t2)", "equipment": { @@ -250305,10 +223198,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.907, "buy_limit": 5, - "release_date": "2020-01-16", - "examine": "The trousers of a twisted relic hunter.", "wiki_name": "Twisted trousers (t2)", "wiki_url": "https://oldschool.runescape.wiki/w/Twisted_trousers_(t2)", "equipment": { @@ -250343,10 +223233,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.34, "buy_limit": 5, - "release_date": "2020-01-16", - "examine": "The boots of a twisted relic hunter.", "wiki_name": "Twisted boots (t2)", "wiki_url": "https://oldschool.runescape.wiki/w/Twisted_boots_(t2)", "equipment": { @@ -250381,10 +223268,7 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 0.453, "buy_limit": 5, - "release_date": "2020-01-16", - "examine": "The headgear of a twisted relic hunter.", "wiki_name": "Twisted hat (t1)", "wiki_url": "https://oldschool.runescape.wiki/w/Twisted_hat_(t1)", "equipment": { @@ -250419,10 +223303,7 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 0.907, "buy_limit": 5, - "release_date": "2020-01-16", - "examine": "The coat of a twisted relic hunter.", "wiki_name": "Twisted coat (t1)", "wiki_url": "https://oldschool.runescape.wiki/w/Twisted_coat_(t1)", "equipment": { @@ -250457,10 +223338,7 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 0.907, "buy_limit": 5, - "release_date": "2020-01-16", - "examine": "The trousers of a twisted relic hunter.", "wiki_name": "Twisted trousers (t1)", "wiki_url": "https://oldschool.runescape.wiki/w/Twisted_trousers_(t1)", "equipment": { @@ -250495,10 +223373,7 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 0.34, "buy_limit": 5, - "release_date": "2020-01-16", - "examine": "The boots of a twisted relic hunter.", "wiki_name": "Twisted boots (t1)", "wiki_url": "https://oldschool.runescape.wiki/w/Twisted_boots_(t1)", "equipment": { @@ -250534,10 +223409,7 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 2.267, "buy_limit": 5, - "release_date": "2020-01-16", - "examine": "A banner showcasing the colours of Leagues I - Twisted.", "wiki_name": "Twisted banner", "wiki_url": "https://oldschool.runescape.wiki/w/Twisted_banner", "equipment": { @@ -250601,9 +223473,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 1, - "release_date": "2019-11-21", - "examine": "You can store runes in here.", "wiki_name": "Rune pouch (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_pouch#Locked", "price": 0 @@ -250621,10 +223490,7 @@ "cost": 5000000, "lowalch": 2000000, "highalch": 3000000, - "weight": 1.814, "buy_limit": 8, - "release_date": "2020-02-06", - "examine": "A powerful mace once wielded by the turncloak justiciar.", "wiki_name": "Inquisitor's mace", "wiki_url": "https://oldschool.runescape.wiki/w/Inquisitor's_mace", "equipment": { @@ -250689,9 +223555,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 10, - "release_date": "2020-06-25", - "examine": "A simple marker for the dead.", "wiki_name": "Gravestone (unobtainable item) (Basic)", "wiki_url": "https://oldschool.runescape.wiki/w/Gravestone_(unobtainable_item)#Basic", "price": 0 @@ -250708,10 +223571,7 @@ "cost": 500000, "lowalch": 200000, "highalch": 300000, - "weight": 2.721, "buy_limit": 8, - "release_date": "2020-02-06", - "examine": "The great helmet of the turncloak justiciar.", "wiki_name": "Inquisitor's great helm", "wiki_url": "https://oldschool.runescape.wiki/w/Inquisitor's_great_helm", "equipment": { @@ -250749,10 +223609,7 @@ "cost": 1000000, "lowalch": 400000, "highalch": 600000, - "weight": 9.979, "buy_limit": 8, - "release_date": "2020-02-06", - "examine": "The hauberk of the turncloak justiciar.", "wiki_name": "Inquisitor's hauberk", "wiki_url": "https://oldschool.runescape.wiki/w/Inquisitor's_hauberk", "equipment": { @@ -250790,10 +223647,7 @@ "cost": 750000, "lowalch": 300000, "highalch": 450000, - "weight": 9.071, "buy_limit": 8, - "release_date": "2020-02-06", - "examine": "The plateskirt of the turncloak justiciar.", "wiki_name": "Inquisitor's plateskirt", "wiki_url": "https://oldschool.runescape.wiki/w/Inquisitor's_plateskirt", "equipment": { @@ -250832,10 +223686,7 @@ "cost": 600000, "lowalch": 240000, "highalch": 360000, - "weight": 1.5, "buy_limit": 8, - "release_date": "2020-02-06", - "examine": "An ancient staff corrupted by darkness.", "wiki_name": "Nightmare staff", "wiki_url": "https://oldschool.runescape.wiki/w/Nightmare_staff", "equipment": { @@ -250912,9 +223763,6 @@ "cost": 4600000, "lowalch": 1840000, "highalch": 2760000, - "weight": 1.6, - "release_date": "2020-02-06", - "examine": "An ancient staff corrupted by darkness. A harmonised orb has been added to it.", "wiki_name": "Harmonised nightmare staff", "wiki_url": "https://oldschool.runescape.wiki/w/Harmonised_nightmare_staff", "equipment": { @@ -250991,9 +223839,6 @@ "cost": 4600000, "lowalch": 1840000, "highalch": 2760000, - "weight": 1.6, - "release_date": "2020-02-06", - "examine": "An ancient staff corrupted by darkness. A volatile orb has been added to it.", "wiki_name": "Volatile nightmare staff", "wiki_url": "https://oldschool.runescape.wiki/w/Volatile_nightmare_staff", "equipment": { @@ -251070,9 +223915,6 @@ "cost": 4600000, "lowalch": 1840000, "highalch": 2760000, - "weight": 1.6, - "release_date": "2020-02-06", - "examine": "An ancient staff corrupted by darkness. An eldritch orb has been added to it.", "wiki_name": "Eldritch nightmare staff", "wiki_url": "https://oldschool.runescape.wiki/w/Eldritch_nightmare_staff", "equipment": { @@ -251146,8 +223988,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2019-12-05", - "examine": "Looks like a cabbage.", "wiki_name": "Cabbage (unobtainable item) (Twisted League points negative)", "wiki_url": "https://oldschool.runescape.wiki/w/Cabbage_(unobtainable_item)#Twisted_League_points_negative", "price": 0 @@ -251158,9 +223998,6 @@ "equipable": true, "equipable_by_player": true, "cost": 0, - "weight": 1, - "release_date": "2019-12-11", - "examine": "A delicious looking Gingerbread Gnome.", "wiki_name": "Green gingerbread shield", "wiki_url": "https://oldschool.runescape.wiki/w/Green_gingerbread_shield", "equipment": { @@ -251189,9 +224026,6 @@ "equipable": true, "equipable_by_player": true, "cost": 0, - "weight": 1, - "release_date": "2019-12-11", - "examine": "A delicious looking Gingerbread Gnome.", "wiki_name": "Red gingerbread shield", "wiki_url": "https://oldschool.runescape.wiki/w/Red_gingerbread_shield", "equipment": { @@ -251220,9 +224054,6 @@ "equipable": true, "equipable_by_player": true, "cost": 0, - "weight": 1, - "release_date": "2019-12-11", - "examine": "A delicious looking Gingerbread Gnome.", "wiki_name": "Blue gingerbread shield", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_gingerbread_shield", "equipment": { @@ -251249,9 +224080,6 @@ "id": 24432, "name": "Festive cinnamon stick", "cost": 0, - "weight": 0.002, - "release_date": "2019-12-11", - "examine": "Used to make Gingerbread Gnomes.", "wiki_name": "Festive cinnamon stick", "wiki_url": "https://oldschool.runescape.wiki/w/Festive_cinnamon_stick", "price": 0 @@ -251260,9 +224088,6 @@ "id": 24433, "name": "Festive ginger powder", "cost": 0, - "weight": 0.028, - "release_date": "2019-12-11", - "examine": "Used to make Gingerbread Gnomes.", "wiki_name": "Festive ginger powder", "wiki_url": "https://oldschool.runescape.wiki/w/Festive_ginger_powder", "price": 0 @@ -251271,9 +224096,6 @@ "id": 24434, "name": "Festive egg", "cost": 0, - "weight": 0.002, - "release_date": "2019-12-11", - "examine": "Used to make Gingerbread Gnomes.", "wiki_name": "Festive egg", "wiki_url": "https://oldschool.runescape.wiki/w/Festive_egg", "price": 0 @@ -251282,9 +224104,6 @@ "id": 24435, "name": "Festive pot", "cost": 0, - "weight": 0.453, - "release_date": "2019-12-11", - "examine": "This Festive Pot is empty.", "wiki_name": "Festive pot", "wiki_url": "https://oldschool.runescape.wiki/w/Festive_pot", "price": 0 @@ -251293,9 +224112,6 @@ "id": 24436, "name": "Festive flour", "cost": 0, - "weight": 0.002, - "release_date": "2019-12-11", - "examine": "Used to make Gingerbread Gnomes.", "wiki_name": "Festive flour", "wiki_url": "https://oldschool.runescape.wiki/w/Festive_flour", "price": 0 @@ -251304,9 +224120,6 @@ "id": 24437, "name": "Gingerbread shield", "cost": 0, - "weight": 3.175, - "release_date": "2019-12-11", - "examine": "It looks delicious.", "wiki_name": "Gingerbread shield", "wiki_url": "https://oldschool.runescape.wiki/w/Gingerbread_shield", "price": 0 @@ -251317,9 +224130,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 3.175, - "release_date": "2019-12-11", - "examine": "It looks delicious.", "wiki_name": "Iced gingerbread shield (Green)", "wiki_url": "https://oldschool.runescape.wiki/w/Iced_gingerbread_shield#Green", "price": 0 @@ -251330,9 +224140,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 3.175, - "release_date": "2019-12-11", - "examine": "It looks delicious.", "wiki_name": "Iced gingerbread shield (Red)", "wiki_url": "https://oldschool.runescape.wiki/w/Iced_gingerbread_shield#Red", "price": 0 @@ -251343,9 +224150,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 3.175, - "release_date": "2019-12-11", - "examine": "It looks delicious.", "wiki_name": "Iced gingerbread shield (Blue)", "wiki_url": "https://oldschool.runescape.wiki/w/Iced_gingerbread_shield#Blue", "price": 0 @@ -251355,8 +224159,6 @@ "name": "Scaperune teleport", "stackable": true, "cost": 0, - "release_date": "2019-12-11", - "examine": "A teleport to ScapeRune.", "wiki_name": "Scaperune teleport", "wiki_url": "https://oldschool.runescape.wiki/w/Scaperune_teleport", "price": 0 @@ -251365,9 +224167,6 @@ "id": 24442, "name": "Bakery storage key", "cost": 0, - "weight": 0.01, - "release_date": "2019-12-11", - "examine": "Used to open the storage room.", "wiki_name": "Bakery storage key", "wiki_url": "https://oldschool.runescape.wiki/w/Bakery_storage_key", "price": 0 @@ -251376,9 +224175,6 @@ "id": 24443, "name": "Gingerbread gnome", "cost": 0, - "weight": 0.1, - "release_date": "2019-12-11", - "examine": "It looks delicious, but it won't protect you from the Icelord.", "wiki_name": "Gingerbread gnome", "wiki_url": "https://oldschool.runescape.wiki/w/Gingerbread_gnome", "price": 0 @@ -251392,9 +224188,6 @@ "cost": 90000, "lowalch": 36000, "highalch": 54000, - "weight": 2.267, - "release_date": "2020-01-16", - "examine": "You really don't want to wear it inside-out.", "wiki_name": "Twisted slayer helmet (i) (Nightmare Zone)", "wiki_url": "https://oldschool.runescape.wiki/w/Twisted_slayer_helmet_(i)#Nightmare_Zone", "equipment": { @@ -251429,10 +224222,7 @@ "cost": 25000, "lowalch": 10000, "highalch": 15000, - "weight": 0.1, "buy_limit": 5, - "release_date": "2020-01-16", - "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": 570000 @@ -251447,10 +224237,7 @@ "cost": 25000, "lowalch": 10000, "highalch": 15000, - "weight": 0.1, "buy_limit": 5, - "release_date": "2020-01-16", - "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": 4219997 @@ -251465,10 +224252,7 @@ "cost": 100000, "lowalch": 40000, "highalch": 60000, - "weight": 0.5, "buy_limit": 5, - "release_date": "2020-01-16", - "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": 2097000 @@ -251483,10 +224267,7 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 0.05, "buy_limit": 5, - "release_date": "2020-01-23", - "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": 1088856 @@ -251501,10 +224282,7 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 0.05, "buy_limit": 5, - "release_date": "2020-01-23", - "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": 1988000 @@ -251519,10 +224297,7 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 0.05, "buy_limit": 5, - "release_date": "2020-01-23", - "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": 6718593 @@ -251534,9 +224309,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2020-01-23", - "examine": "A sack for storing grimy herbs.", "wiki_name": "Herb sack (Open)", "wiki_url": "https://oldschool.runescape.wiki/w/Herb_sack#Open", "price": 0 @@ -251557,9 +224329,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 10, - "release_date": "2020-01-23", - "examine": "You can carry coal in here.", "wiki_name": "Coal bag (Open)", "wiki_url": "https://oldschool.runescape.wiki/w/Coal_bag#Open", "price": 0 @@ -251571,9 +224340,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 1, - "release_date": "2020-01-23", - "examine": "You can carry uncut gems in here.", "wiki_name": "Gem bag (Open)", "wiki_url": "https://oldschool.runescape.wiki/w/Gem_bag#Open", "price": 0 @@ -251585,9 +224351,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, - "release_date": "2020-01-23", - "examine": "A handy box for carrying some seeds.", "wiki_name": "Seed box (Open)", "wiki_url": "https://oldschool.runescape.wiki/w/Seed_box#Open", "price": 0 @@ -251599,9 +224362,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2020-01-29", - "examine": "The essence of fire.", "wiki_name": "Phoenix (Green)", "wiki_url": "https://oldschool.runescape.wiki/w/Phoenix#Green", "price": 0 @@ -251613,9 +224373,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2020-01-29", - "examine": "The essence of fire.", "wiki_name": "Phoenix (Blue)", "wiki_url": "https://oldschool.runescape.wiki/w/Phoenix#Blue", "price": 0 @@ -251627,9 +224384,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2020-01-29", - "examine": "The essence of fire.", "wiki_name": "Phoenix (White)", "wiki_url": "https://oldschool.runescape.wiki/w/Phoenix#White", "price": 0 @@ -251641,9 +224395,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2020-01-29", - "examine": "The essence of fire.", "wiki_name": "Phoenix (Purple)", "wiki_url": "https://oldschool.runescape.wiki/w/Phoenix#Purple", "price": 0 @@ -251656,9 +224407,6 @@ "tradeable_on_ge": true, "noteable": true, "cost": 500000, - "weight": 0.05, - "release_date": "2020-02-06", - "examine": "A set containing an Inquisitor's great helm, Inquisitor's hauberk and Inquisitor's plateskirt.", "wiki_name": "Inquisitor's armour set", "wiki_url": "https://oldschool.runescape.wiki/w/Inquisitor's_armour_set", "price": 164049014 @@ -251670,9 +224418,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2020-02-06", - "examine": "Quite the little nightmare.", "wiki_name": "Little nightmare (Nightmare)", "wiki_url": "https://oldschool.runescape.wiki/w/Little_nightmare#Nightmare", "price": 0 @@ -251687,10 +224432,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.04, "buy_limit": 4, - "release_date": "2020-02-06", - "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": 4772468 @@ -251705,10 +224447,7 @@ "cost": 4000000, "lowalch": 1600000, "highalch": 2400000, - "weight": 0.1, "buy_limit": 8, - "release_date": "2020-02-06", - "examine": "An ancient magical orb, corrupted by darkness.", "wiki_name": "Harmonised orb", "wiki_url": "https://oldschool.runescape.wiki/w/Harmonised_orb", "price": 545142500 @@ -251723,10 +224462,7 @@ "cost": 4000000, "lowalch": 1600000, "highalch": 2400000, - "weight": 0.1, "buy_limit": 8, - "release_date": "2020-02-06", - "examine": "An ancient magical orb, corrupted by darkness.", "wiki_name": "Volatile orb", "wiki_url": "https://oldschool.runescape.wiki/w/Volatile_orb", "price": 117641446 @@ -251741,10 +224477,7 @@ "cost": 4000000, "lowalch": 1600000, "highalch": 2400000, - "weight": 0.1, "buy_limit": 8, - "release_date": "2020-02-06", - "examine": "An ancient magical orb, corrupted by darkness.", "wiki_name": "Eldritch orb", "wiki_url": "https://oldschool.runescape.wiki/w/Eldritch_orb", "price": 359522557 @@ -251757,9 +224490,6 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.453, - "release_date": "2020-02-13", - "examine": "Shows your prowess in Last Man Standing.", "wiki_name": "Victor's cape (1000)", "wiki_url": "https://oldschool.runescape.wiki/w/Victor's_cape_(1000)", "equipment": { @@ -251788,9 +224518,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 10, - "release_date": "2020-06-25", - "examine": "Sacrifice items to pay down item reclamation fees.", "wiki_name": "Death's coffer (unobtainable item)", "wiki_url": "https://oldschool.runescape.wiki/w/Death's_coffer_(unobtainable_item)", "price": 0 @@ -251801,9 +224528,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 10, - "release_date": "2020-06-25", - "examine": "The Angel of Death!", "wiki_name": "Gravestone (unobtainable item) (Angel)", "wiki_url": "https://oldschool.runescape.wiki/w/Gravestone_(unobtainable_item)#Angel", "price": 0 @@ -251816,9 +224540,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.09, - "release_date": "2020-02-20", - "examine": "Meeeooow.", "wiki_name": "Cat ears", "wiki_url": "https://oldschool.runescape.wiki/w/Cat_ears", "equipment": { @@ -251849,9 +224570,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.09, - "release_date": "2020-02-20", - "examine": "A hellish piece of head gear.", "wiki_name": "Hell cat ears", "wiki_url": "https://oldschool.runescape.wiki/w/Hell_cat_ears", "equipment": { @@ -251880,9 +224598,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2020-02-20", - "examine": "A lamp that can increase my knowledge of Gathering skills.", "wiki_name": "Lamp of the gatherer", "wiki_url": "https://oldschool.runescape.wiki/w/Lamp_of_the_gatherer", "price": 0 @@ -251894,9 +224609,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.226, - "release_date": "2020-03-05", - "examine": "A book about Seren.", "wiki_name": "Harmony", "wiki_url": "https://oldschool.runescape.wiki/w/Harmony", "price": 0 @@ -251908,9 +224620,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2020-03-12", - "examine": "A broken Penance Runner hat.", "wiki_name": "Runner hat (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Runner_hat#Broken", "price": 0 @@ -251924,9 +224633,6 @@ "cost": 65001, "lowalch": 26000, "highalch": 39000, - "weight": 1, - "release_date": "2020-03-12", - "examine": "A Penance Runner hat.", "wiki_name": "Runner hat (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Runner_hat#Locked", "equipment": { @@ -251956,8 +224662,6 @@ "name": "Mithril seeds", "stackable": true, "cost": 1, - "release_date": "2020-03-19", - "examine": "Magical seeds in a mithril case.", "wiki_name": "Mithril seeds (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_seeds_(Last_Man_Standing)", "price": 0 @@ -251968,9 +224672,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.085, - "release_date": "2020-04-02", - "examine": "The egg knows all, trademark pending.", "wiki_name": "Magic egg ball", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_egg_ball", "price": 0 @@ -251984,9 +224685,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2020-04-02", - "examine": "Helps you see in the dark!", "wiki_name": "Carrot sword", "wiki_url": "https://oldschool.runescape.wiki/w/Carrot_sword", "equipment": { @@ -252045,9 +224743,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2020-04-02", - "examine": "A carrot sword painted gold!", "wiki_name": "'24-carat' sword", "wiki_url": "https://oldschool.runescape.wiki/w/'24-carat'_sword", "equipment": { @@ -252101,9 +224796,6 @@ "id": 24541, "name": "Painted fake magic egg", "cost": 1, - "weight": 0.085, - "release_date": "2020-04-02", - "examine": "Can give you the answers to any question, as long as you're ready to be unhappy.", "wiki_name": "Painted fake magic egg", "wiki_url": "https://oldschool.runescape.wiki/w/Painted_fake_magic_egg", "price": 0 @@ -252112,9 +224804,6 @@ "id": 24542, "name": "Unpainted fake magic egg", "cost": 1, - "weight": 0.085, - "release_date": "2020-04-02", - "examine": "You'll need to slap some paint on this.", "wiki_name": "Unpainted fake magic egg", "wiki_url": "https://oldschool.runescape.wiki/w/Unpainted_fake_magic_egg", "price": 0 @@ -252123,9 +224812,6 @@ "id": 24543, "name": "Conch shell", "cost": 1, - "weight": 10, - "release_date": "2020-04-02", - "examine": "Turns into a bit of an echo chamber.", "wiki_name": "Conch shell", "wiki_url": "https://oldschool.runescape.wiki/w/Conch_shell", "price": 0 @@ -252134,9 +224820,6 @@ "id": 24544, "name": "Broken egg", "cost": 1, - "weight": 0.1, - "release_date": "2020-04-02", - "examine": "Something has emerged from this egg already.", "wiki_name": "Broken egg", "wiki_url": "https://oldschool.runescape.wiki/w/Broken_egg", "price": 0 @@ -252145,9 +224828,6 @@ "id": 24545, "name": "Dummy portal", "cost": 1, - "weight": 0.001, - "release_date": "2020-04-02", - "examine": "Shouldn't have this.", "wiki_name": "Dummy portal", "wiki_url": "https://oldschool.runescape.wiki/w/Dummy_portal", "price": 0, @@ -252158,9 +224838,6 @@ "id": 24546, "name": "Carrot", "cost": 1, - "weight": 0.001, - "release_date": "2020-04-02", - "examine": "A rabbit's favourite snack.", "wiki_name": "Carrot", "wiki_url": "https://oldschool.runescape.wiki/w/Carrot", "price": 0 @@ -252169,9 +224846,6 @@ "id": 24547, "name": "Broken goat horn", "cost": 1, - "weight": 0.001, - "release_date": "2020-04-02", - "examine": "Looks like a poor goat lost it.", "wiki_name": "Broken goat horn", "wiki_url": "https://oldschool.runescape.wiki/w/Broken_goat_horn", "price": 0 @@ -252180,9 +224854,6 @@ "id": 24549, "name": "Cake", "cost": 50, - "weight": 0.3, - "release_date": "2020-04-02", - "examine": "A plain sponge cake.", "wiki_name": "Cake (2020 Easter event)", "wiki_url": "https://oldschool.runescape.wiki/w/Cake_(2020_Easter_event)", "price": 0 @@ -252197,9 +224868,6 @@ "cost": 5000000, "lowalch": 2000000, "highalch": 3000000, - "weight": 1.814, - "release_date": "2020-04-08", - "examine": "A magical elven sword, corrupted through the addition of too many shards.", "wiki_name": "Blade of saeldor (c) (Hefin)", "wiki_url": "https://oldschool.runescape.wiki/w/Blade_of_saeldor_(c)#Hefin", "equipment": { @@ -252264,9 +224932,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 4, - "release_date": "2020-04-08", - "examine": "A set of pyromancer robes.", "wiki_name": "Pyromancer set", "wiki_url": "https://oldschool.runescape.wiki/w/Pyromancer_set", "price": 0 @@ -252278,9 +224943,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2020-04-16", - "examine": "Don't be hasty.", "wiki_name": "Tangleroot (Crystal)", "wiki_url": "https://oldschool.runescape.wiki/w/Tangleroot#Crystal", "price": 0 @@ -252292,9 +224954,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2020-04-16", - "examine": "Don't be hasty.", "wiki_name": "Tangleroot (Dragonfruit)", "wiki_url": "https://oldschool.runescape.wiki/w/Tangleroot#Dragonfruit", "price": 0 @@ -252306,9 +224965,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2020-04-16", - "examine": "Don't be hasty.", "wiki_name": "Tangleroot (Herb)", "wiki_url": "https://oldschool.runescape.wiki/w/Tangleroot#Herb", "price": 0 @@ -252320,9 +224976,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2020-04-16", - "examine": "Don't be hasty.", "wiki_name": "Tangleroot (White lily)", "wiki_url": "https://oldschool.runescape.wiki/w/Tangleroot#White_lily", "price": 0 @@ -252334,9 +224987,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2020-04-16", - "examine": "Don't be hasty.", "wiki_name": "Tangleroot (Redwood)", "wiki_url": "https://oldschool.runescape.wiki/w/Tangleroot#Redwood", "price": 0 @@ -252348,9 +224998,6 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 0.1, - "release_date": "2020-04-23", - "examine": "An emblem of ancient times.", "wiki_name": "Antique emblem (Tier 1)", "wiki_url": "https://oldschool.runescape.wiki/w/Antique_emblem#Tier_1", "price": 0 @@ -252362,9 +225009,6 @@ "cost": 501, "lowalch": 200, "highalch": 300, - "weight": 0.1, - "release_date": "2020-04-23", - "examine": "An emblem of ancient times.", "wiki_name": "Antique emblem (Tier 2)", "wiki_url": "https://oldschool.runescape.wiki/w/Antique_emblem#Tier_2", "price": 0 @@ -252376,9 +225020,6 @@ "cost": 502, "lowalch": 200, "highalch": 301, - "weight": 0.1, - "release_date": "2020-04-23", - "examine": "An emblem of ancient times.", "wiki_name": "Antique emblem (Tier 3)", "wiki_url": "https://oldschool.runescape.wiki/w/Antique_emblem#Tier_3", "price": 0 @@ -252390,9 +225031,6 @@ "cost": 503, "lowalch": 201, "highalch": 301, - "weight": 0.1, - "release_date": "2020-04-23", - "examine": "An emblem of ancient times.", "wiki_name": "Antique emblem (Tier 4)", "wiki_url": "https://oldschool.runescape.wiki/w/Antique_emblem#Tier_4", "price": 0 @@ -252404,9 +225042,6 @@ "cost": 504, "lowalch": 201, "highalch": 302, - "weight": 0.1, - "release_date": "2020-04-23", - "examine": "An emblem of ancient times.", "wiki_name": "Antique emblem (Tier 5)", "wiki_url": "https://oldschool.runescape.wiki/w/Antique_emblem#Tier_5", "price": 0 @@ -252418,9 +225053,6 @@ "cost": 505, "lowalch": 202, "highalch": 303, - "weight": 0.1, - "release_date": "2020-04-23", - "examine": "An emblem of ancient times.", "wiki_name": "Antique emblem (Tier 6)", "wiki_url": "https://oldschool.runescape.wiki/w/Antique_emblem#Tier_6", "price": 0 @@ -252432,9 +225064,6 @@ "cost": 506, "lowalch": 202, "highalch": 303, - "weight": 0.1, - "release_date": "2020-04-23", - "examine": "An emblem of ancient times.", "wiki_name": "Antique emblem (Tier 7)", "wiki_url": "https://oldschool.runescape.wiki/w/Antique_emblem#Tier_7", "price": 0 @@ -252446,9 +225075,6 @@ "cost": 507, "lowalch": 202, "highalch": 304, - "weight": 0.1, - "release_date": "2020-04-23", - "examine": "An emblem of ancient times.", "wiki_name": "Antique emblem (Tier 8)", "wiki_url": "https://oldschool.runescape.wiki/w/Antique_emblem#Tier_8", "price": 0 @@ -252460,9 +225086,6 @@ "cost": 508, "lowalch": 203, "highalch": 304, - "weight": 0.1, - "release_date": "2020-04-23", - "examine": "An emblem of ancient times.", "wiki_name": "Antique emblem (Tier 9)", "wiki_url": "https://oldschool.runescape.wiki/w/Antique_emblem#Tier_9", "price": 0 @@ -252474,9 +225097,6 @@ "cost": 509, "lowalch": 203, "highalch": 305, - "weight": 0.1, - "release_date": "2020-04-23", - "examine": "An emblem of ancient times.", "wiki_name": "Antique emblem (Tier 10)", "wiki_url": "https://oldschool.runescape.wiki/w/Antique_emblem#Tier_10", "price": 0 @@ -252492,8 +225112,6 @@ "lowalch": 36, "highalch": 54, "buy_limit": 40, - "release_date": "2020-04-23", - "examine": "A note that may be exchanged at a bank for a Looting Bag.", "wiki_name": "Looting bag note", "wiki_url": "https://oldschool.runescape.wiki/w/Looting_bag_note", "price": 28673 @@ -252509,8 +225127,6 @@ "lowalch": 84, "highalch": 126, "buy_limit": 40, - "release_date": "2020-04-23", - "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": 2000000 @@ -252525,10 +225141,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.4, "buy_limit": 10000, - "release_date": "2020-04-23", - "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": 331 @@ -252543,10 +225156,7 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.4, "buy_limit": 10000, - "release_date": "2020-04-23", - "examine": "An unappetising fish, now blighted so it can be eaten only in the Wilderness.", "wiki_name": "Blighted anglerfish", "wiki_url": "https://oldschool.runescape.wiki/w/Blighted_anglerfish", "price": 358 @@ -252561,10 +225171,7 @@ "cost": 60, "lowalch": 24, "highalch": 36, - "weight": 0.65, "buy_limit": 10000, - "release_date": "2020-04-23", - "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": 165 @@ -252579,10 +225186,7 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.035, "buy_limit": 2000, - "release_date": "2020-04-23", - "examine": "4 doses of super restore potion, blighted so it can be used only in the Wilderness.", "wiki_name": "Blighted super restore (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Blighted_super_restore#4_dose", "price": 4528 @@ -252595,9 +225199,6 @@ "cost": 39, "lowalch": 15, "highalch": 23, - "weight": 0.03, - "release_date": "2020-04-23", - "examine": "3 doses of super restore potion, blighted so it can be used only in the Wilderness.", "wiki_name": "Blighted super restore (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Blighted_super_restore#3_dose", "price": 0 @@ -252610,9 +225211,6 @@ "cost": 38, "lowalch": 15, "highalch": 22, - "weight": 0.025, - "release_date": "2020-04-23", - "examine": "2 doses of super restore potion, blighted so it can be used only in the Wilderness.", "wiki_name": "Blighted super restore (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Blighted_super_restore#2_dose", "price": 0 @@ -252625,9 +225223,6 @@ "cost": 37, "lowalch": 14, "highalch": 22, - "weight": 0.02, - "release_date": "2020-04-23", - "examine": "1 dose of super restore potion, blighted so it can be used only in the Wilderness.", "wiki_name": "Blighted super restore (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Blighted_super_restore#1_dose", "price": 0 @@ -252643,8 +225238,6 @@ "lowalch": 14, "highalch": 21, "buy_limit": 15000, - "release_date": "2020-04-23", - "examine": "Enough power for any Ice spell, blighted so it can be used only in the Wilderness.", "wiki_name": "Blighted ancient ice sack", "wiki_url": "https://oldschool.runescape.wiki/w/Blighted_ancient_ice_sack", "price": 264 @@ -252660,8 +225253,6 @@ "lowalch": 12, "highalch": 18, "buy_limit": 15000, - "release_date": "2020-04-23", - "examine": "Enough power for an Entangle, blighted so it can be used only in the Wilderness.", "wiki_name": "Blighted entangle sack", "wiki_url": "https://oldschool.runescape.wiki/w/Blighted_entangle_sack", "price": 69 @@ -252677,8 +225268,6 @@ "lowalch": 12, "highalch": 19, "buy_limit": 10000, - "release_date": "2020-04-23", - "examine": "Enough power for a Teleblock or a Teleport to Target, blighted so it can be used only in the Wilderness.", "wiki_name": "Blighted teleport spell sack", "wiki_url": "https://oldschool.runescape.wiki/w/Blighted_teleport_spell_sack", "price": 76 @@ -252693,9 +225282,6 @@ "cost": 800000, "lowalch": 320000, "highalch": 480000, - "weight": 1.814, - "release_date": "2020-04-23", - "examine": "Blighted so it can fight only in the Wilderness and Bounty Hunter on Bounty Hunter worlds.", "wiki_name": "Vesta's blighted longsword (Active)", "wiki_url": "https://oldschool.runescape.wiki/w/Vesta's_blighted_longsword#Active", "equipment": { @@ -252761,9 +225347,6 @@ "cost": 800000, "lowalch": 320000, "highalch": 480000, - "weight": 1.814, - "release_date": "2020-04-23", - "examine": "Blighted so it can fight only in the Wilderness and Bounty Hunter on Bounty Hunter worlds, once activated.", "wiki_name": "Vesta's blighted longsword (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Vesta's_blighted_longsword#Inactive", "price": 0 @@ -252779,8 +225362,6 @@ "lowalch": 12, "highalch": 18, "buy_limit": 10000, - "release_date": "2020-04-23", - "examine": "Enough power for a Vengeance or or Vengeance Other, 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": 87 @@ -252795,10 +225376,7 @@ "cost": 720, "lowalch": 288, "highalch": 432, - "weight": 0.135, "buy_limit": 2000, - "release_date": "2020-04-30", - "examine": "4 doses of divine battlemage potion.", "wiki_name": "Divine battlemage potion (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Divine_battlemage_potion#4_dose", "price": 20300 @@ -252813,10 +225391,7 @@ "cost": 540, "lowalch": 216, "highalch": 324, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2020-04-30", - "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": 13515 @@ -252831,10 +225406,7 @@ "cost": 360, "lowalch": 144, "highalch": 216, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2020-04-30", - "examine": "2 doses of divine battlemage potion.", "wiki_name": "Divine battlemage potion (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Divine_battlemage_potion#2_dose", "price": 20000 @@ -252849,10 +225421,7 @@ "cost": 180, "lowalch": 72, "highalch": 108, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2020-04-30", - "examine": "1 dose of divine battlemage potion.", "wiki_name": "Divine battlemage potion (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Divine_battlemage_potion#1_dose", "price": 4441 @@ -252867,10 +225436,7 @@ "cost": 720, "lowalch": 288, "highalch": 432, - "weight": 0.135, "buy_limit": 2000, - "release_date": "2020-04-30", - "examine": "4 doses of divine bastion potion.", "wiki_name": "Divine bastion potion (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Divine_bastion_potion#4_dose", "price": 28930 @@ -252885,10 +225451,7 @@ "cost": 540, "lowalch": 216, "highalch": 324, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2020-04-30", - "examine": "3 doses of divine bastion potion.", "wiki_name": "Divine bastion potion (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Divine_bastion_potion#3_dose", "price": 20359 @@ -252903,10 +225466,7 @@ "cost": 360, "lowalch": 144, "highalch": 216, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2020-04-30", - "examine": "2 doses of divine bastion potion.", "wiki_name": "Divine bastion potion (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Divine_bastion_potion#2_dose", "price": 13753 @@ -252921,10 +225481,7 @@ "cost": 180, "lowalch": 72, "highalch": 108, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2020-04-30", - "examine": "1 dose of divine bastion potion.", "wiki_name": "Divine bastion potion (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Divine_bastion_potion#1_dose", "price": 6920 @@ -252935,9 +225492,6 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 1.36, - "release_date": "2020-05-14", - "examine": "A number of wooden logs.", "wiki_name": "Logs (Tutorial Island) (2020)", "wiki_url": "https://oldschool.runescape.wiki/w/Logs_(Tutorial_Island)#2020", "price": 0 @@ -252950,9 +225504,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.12, - "release_date": "2020-05-14", - "examine": "I should try cooking this.", "wiki_name": "Raw shrimps (Tutorial Island) (2020)", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_shrimps_(Tutorial_Island)#2020", "price": 0 @@ -252963,9 +225514,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, - "release_date": "2020-05-14", - "examine": "Bones are for burying!", "wiki_name": "Bones (Tutorial Island) (2020)", "wiki_url": "https://oldschool.runescape.wiki/w/Bones_(Tutorial_Island)#2020", "price": 0 @@ -252978,9 +225526,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2020-05-28", - "examine": "Xeric's former artisan's former helper.", "wiki_name": "Tektiny (Enraged)", "wiki_url": "https://oldschool.runescape.wiki/w/Tektiny#Enraged", "price": 0 @@ -252993,9 +225538,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2020-05-28", - "examine": "Princess of the Abyssal Vespine.", "wiki_name": "Vespina (Airborne)", "wiki_url": "https://oldschool.runescape.wiki/w/Vespina#Airborne", "price": 0 @@ -253018,9 +225560,6 @@ "cost": 45000, "lowalch": 18000, "highalch": 27000, - "weight": 0.453, - "release_date": "2020-05-28", - "examine": "The hat of a powerful sorceress from a bygone era.", "wiki_name": "Twisted ancestral hat", "wiki_url": "https://oldschool.runescape.wiki/w/Twisted_ancestral_hat", "equipment": { @@ -253055,9 +225594,6 @@ "cost": 120000, "lowalch": 48000, "highalch": 72000, - "weight": 2.721, - "release_date": "2020-05-28", - "examine": "The robe top of a powerful sorceress from a bygone era.", "wiki_name": "Twisted ancestral robe top", "wiki_url": "https://oldschool.runescape.wiki/w/Twisted_ancestral_robe_top", "equipment": { @@ -253092,9 +225628,6 @@ "cost": 80000, "lowalch": 32000, "highalch": 48000, - "weight": 1.814, - "release_date": "2020-05-28", - "examine": "The robe bottoms of a powerful sorceress from a bygone era.", "wiki_name": "Twisted ancestral robe bottom", "wiki_url": "https://oldschool.runescape.wiki/w/Twisted_ancestral_robe_bottom", "equipment": { @@ -253127,9 +225660,6 @@ "cost": 9500, "lowalch": 3800, "highalch": 5700, - "weight": 0.5, - "release_date": "2020-05-28", - "examine": "Use on ancestral pieces to recolour them!", "wiki_name": "Twisted ancestral colour kit", "wiki_url": "https://oldschool.runescape.wiki/w/Twisted_ancestral_colour_kit", "price": 0 @@ -253141,9 +225671,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2, - "release_date": "2020-06-04", - "examine": "A book called Haemalchemy Volume 2.", "wiki_name": "Haemalchemy volume 2", "wiki_url": "https://oldschool.runescape.wiki/w/Haemalchemy_volume_2", "price": 0 @@ -253153,9 +225680,6 @@ "name": "Vyre noble top (unscented)", "members": true, "cost": 100, - "weight": 0.907, - "release_date": "2020-06-04", - "examine": "This needs to be scented before it can be used.", "wiki_name": "Vyre noble top (unscented)", "wiki_url": "https://oldschool.runescape.wiki/w/Vyre_noble_top_(unscented)", "price": 0 @@ -253165,9 +225689,6 @@ "name": "Vyre noble legs (unscented)", "members": true, "cost": 100, - "weight": 0.907, - "release_date": "2020-06-04", - "examine": "These need to be scented before they can be used.", "wiki_name": "Vyre noble legs (unscented)", "wiki_url": "https://oldschool.runescape.wiki/w/Vyre_noble_legs_(unscented)", "price": 0 @@ -253177,9 +225698,6 @@ "name": "Vyre noble shoes (unscented)", "members": true, "cost": 100, - "weight": 0.907, - "release_date": "2020-06-04", - "examine": "These need to be scented before they can be used.", "wiki_name": "Vyre noble shoes (unscented)", "wiki_url": "https://oldschool.runescape.wiki/w/Vyre_noble_shoes_(unscented)", "price": 0 @@ -253193,9 +225711,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.907, - "release_date": "2020-06-04", - "examine": "Lets you dress like a vampyre noble.", "wiki_name": "Vyre noble top", "wiki_url": "https://oldschool.runescape.wiki/w/Vyre_noble_top", "equipment": { @@ -253227,9 +225742,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.907, - "release_date": "2020-06-04", - "examine": "Lets you dress like a vampyre noble.", "wiki_name": "Vyre noble legs", "wiki_url": "https://oldschool.runescape.wiki/w/Vyre_noble_legs", "equipment": { @@ -253261,9 +225773,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.907, - "release_date": "2020-06-04", - "examine": "Lets you dress like a vampyre noble.", "wiki_name": "Vyre noble shoes", "wiki_url": "https://oldschool.runescape.wiki/w/Vyre_noble_shoes", "equipment": { @@ -253293,9 +225802,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2020-06-04", - "examine": "An old note found in the Darkmeyer Arboretum.", "wiki_name": "Old note (Sins of the Father)", "wiki_url": "https://oldschool.runescape.wiki/w/Old_note_(Sins_of_the_Father)", "price": 0 @@ -253307,9 +225813,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2020-06-04", - "examine": "A tatty note found beneath Meiyerditch.", "wiki_name": "Tatty note (Sins of the Father)", "wiki_url": "https://oldschool.runescape.wiki/w/Tatty_note_(Sins_of_the_Father)", "price": 0 @@ -253321,9 +225824,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2020-06-04", - "examine": "The page of an old journal found near the Icyene Graveyard.", "wiki_name": "Journal page", "wiki_url": "https://oldschool.runescape.wiki/w/Journal_page", "price": 0 @@ -253335,9 +225835,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 7.711, - "release_date": "2020-06-04", - "examine": "It's far beyond repair.", "wiki_name": "Ancient armour (item)", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_armour_(item)", "price": 0 @@ -253347,9 +225844,6 @@ "name": "Tome of experience", "members": true, "cost": 1, - "weight": 1, - "release_date": "2020-06-04", - "examine": "A tome of experience that awards 15,000 XP per chapter.", "wiki_name": "Tome of experience (Sins of the Father)", "wiki_url": "https://oldschool.runescape.wiki/w/Tome_of_experience_(Sins_of_the_Father)", "price": 0 @@ -253361,9 +225855,6 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 2, - "release_date": "2020-06-04", - "examine": "Logs cut from the Blisterwood tree.", "wiki_name": "Blisterwood logs", "wiki_url": "https://oldschool.runescape.wiki/w/Blisterwood_logs", "price": 0 @@ -253378,9 +225869,6 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 1.587, - "release_date": "2020-06-04", - "examine": "It's a blessed silver sickle with a ruby recessed into it.", "wiki_name": "Ruby sickle (b)", "wiki_url": "https://oldschool.runescape.wiki/w/Ruby_sickle_(b)", "equipment": { @@ -253447,9 +225935,6 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 1.587, - "release_date": "2020-06-04", - "examine": "It's a blessed and enchanted silver sickle with a ruby recessed into it.", "wiki_name": "Enchanted ruby sickle (b)", "wiki_url": "https://oldschool.runescape.wiki/w/Enchanted_ruby_sickle_(b)", "equipment": { @@ -253514,9 +225999,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 20000, - "weight": 1.587, - "release_date": "2020-06-04", - "examine": "A ruby sickle with a blade of silver and blisterwood.", "wiki_name": "Blisterwood sickle", "wiki_url": "https://oldschool.runescape.wiki/w/Blisterwood_sickle", "equipment": { @@ -253581,9 +226063,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 40000, - "weight": 0.001, - "release_date": "2020-06-04", - "examine": "A legendary flail that has been enhanced with blisterwood.", "wiki_name": "Blisterwood flail", "wiki_url": "https://oldschool.runescape.wiki/w/Blisterwood_flail", "equipment": { @@ -253656,9 +226135,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2020-06-04", - "examine": "A giant squirrel with beautiful markings.", "wiki_name": "Giant squirrel (Dark)", "wiki_url": "https://oldschool.runescape.wiki/w/Giant_squirrel#Dark", "price": 0 @@ -253680,8 +226156,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2020-06-18", - "examine": "A pouch full of coins taken from the pockets of a vyre.", "wiki_name": "Coin pouch (Vyre)", "wiki_url": "https://oldschool.runescape.wiki/w/Coin_pouch#Vyre", "price": 0 @@ -253693,9 +226167,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.04, - "release_date": "2020-06-04", - "examine": "Powerful essence made from daeyalt.", "wiki_name": "Daeyalt essence", "wiki_url": "https://oldschool.runescape.wiki/w/Daeyalt_essence", "price": 0 @@ -253708,8 +226179,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "release_date": "2020-06-04", - "examine": "Magical shards which can be turned into daeyalt essence.", "wiki_name": "Daeyalt shard", "wiki_url": "https://oldschool.runescape.wiki/w/Daeyalt_shard", "price": 0 @@ -253729,8 +226198,6 @@ "members": true, "stackable": true, "cost": 1, - "release_date": "2020-06-04", - "examine": "A teleport crystal for the Hallowed Sepulchre lobby.", "wiki_name": "Hallowed crystal shard", "wiki_url": "https://oldschool.runescape.wiki/w/Hallowed_crystal_shard", "price": 0 @@ -253741,8 +226208,6 @@ "members": true, "stackable": true, "cost": 1, - "release_date": "2020-06-04", - "examine": "Currency from a previous age.", "wiki_name": "Hallowed mark", "wiki_url": "https://oldschool.runescape.wiki/w/Hallowed_mark", "price": 0 @@ -253752,9 +226217,6 @@ "name": "Hallowed token", "members": true, "cost": 10, - "weight": 0.005, - "release_date": "2020-06-04", - "examine": "A token which can grant an extra minute within the Hallowed Sepulchre.", "wiki_name": "Hallowed token", "wiki_url": "https://oldschool.runescape.wiki/w/Hallowed_token", "price": 0 @@ -253766,9 +226228,6 @@ "equipable": true, "equipable_by_player": true, "cost": 100, - "weight": 0.001, - "release_date": "2020-06-04", - "examine": "Removes the chance of failing a grapple shortcut within the Hallowed Sepulchre.", "wiki_name": "Hallowed grapple", "wiki_url": "https://oldschool.runescape.wiki/w/Hallowed_grapple", "equipment": { @@ -253798,9 +226257,6 @@ "equipable": true, "equipable_by_player": true, "cost": 100, - "weight": 0.001, - "release_date": "2020-06-04", - "examine": "Removes the chance of failing to enchant portals within the Hallowed Sepulchre.", "wiki_name": "Hallowed focus", "wiki_url": "https://oldschool.runescape.wiki/w/Hallowed_focus", "equipment": { @@ -253830,9 +226286,6 @@ "equipable": true, "equipable_by_player": true, "cost": 100, - "weight": 0.007, - "release_date": "2020-06-04", - "examine": "Reduces the amount of vampyre dust to sacrifice within the Hallowed Sepulchre.", "wiki_name": "Hallowed symbol", "wiki_url": "https://oldschool.runescape.wiki/w/Hallowed_symbol", "equipment": { @@ -253863,9 +226316,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 100, - "weight": 0.02, - "release_date": "2020-06-04", - "examine": "Removes the chance of bending nails within the Hallowed Sepulchre.", "wiki_name": "Hallowed hammer", "wiki_url": "https://oldschool.runescape.wiki/w/Hallowed_hammer", "equipment": { @@ -253920,9 +226370,6 @@ "name": "Dark dye", "members": true, "cost": 300, - "weight": 0.02, - "release_date": "2020-06-04", - "examine": "A dye which can be used to recolour a piece of graceful clothing.", "wiki_name": "Dark dye", "wiki_url": "https://oldschool.runescape.wiki/w/Dark_dye", "price": 0 @@ -253934,9 +226381,6 @@ "equipable": true, "equipable_by_player": true, "cost": 250, - "weight": 0.004, - "release_date": "2020-06-04", - "examine": "A ring which prevents damage from traps in the Hallowed Sepulchre.", "wiki_name": "Hallowed ring", "wiki_url": "https://oldschool.runescape.wiki/w/Hallowed_ring", "equipment": { @@ -253966,9 +226410,6 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 0.002, - "release_date": "2020-06-04", - "examine": "A mysterious looking acorn. Perhaps a squirrel would be interested in this?", "wiki_name": "Dark acorn", "wiki_url": "https://oldschool.runescape.wiki/w/Dark_acorn", "price": 0 @@ -253982,9 +226423,6 @@ "cost": 64000, "lowalch": 25600, "highalch": 38400, - "weight": 0.006, - "release_date": "2020-06-04", - "examine": "I wonder if this ring helps with...", "wiki_name": "Ring of endurance (Charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Ring_of_endurance#Charged", "equipment": { @@ -254016,9 +226454,6 @@ "cost": 32000, "lowalch": 12800, "highalch": 19200, - "weight": 0.002, - "release_date": "2020-06-04", - "examine": "A pristine set of lockpicks engraved with six names.", "wiki_name": "Strange old lockpick (Used)", "wiki_url": "https://oldschool.runescape.wiki/w/Strange_old_lockpick#Used", "price": 0 @@ -254033,10 +226468,7 @@ "cost": 32000, "lowalch": 12800, "highalch": 19200, - "weight": 0.002, "buy_limit": 50, - "release_date": "2020-06-04", - "examine": "A pristine set of lockpicks engraved with six names.", "wiki_name": "Strange old lockpick (Full)", "wiki_url": "https://oldschool.runescape.wiki/w/Strange_old_lockpick#Full", "price": 45359 @@ -254050,9 +226482,6 @@ "cost": 35, "lowalch": 14, "highalch": 21, - "weight": 0.6, - "release_date": "2020-06-04", - "examine": "A sign of your grace under fire.", "wiki_name": "Graceful hood (Hallowed) (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_hood_(Hallowed)#Inventory", "equipment": { @@ -254084,9 +226513,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.8, - "release_date": "2020-06-04", - "examine": "A sign of your grace under fire.", "wiki_name": "Graceful cape (Hallowed) (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_cape_(Hallowed)#Inventory", "equipment": { @@ -254118,9 +226544,6 @@ "cost": 55, "lowalch": 22, "highalch": 33, - "weight": 0.9, - "release_date": "2020-06-04", - "examine": "A sign of your grace under fire.", "wiki_name": "Graceful top (Hallowed) (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_top_(Hallowed)#Inventory", "equipment": { @@ -254152,9 +226575,6 @@ "cost": 60, "lowalch": 24, "highalch": 36, - "weight": 0.9, - "release_date": "2020-06-04", - "examine": "You have graceful legs. How nice.", "wiki_name": "Graceful legs (Hallowed) (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_legs_(Hallowed)#Inventory", "equipment": { @@ -254186,9 +226606,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.1, - "release_date": "2020-06-04", - "examine": "A sign of your grace under fire.", "wiki_name": "Graceful gloves (Hallowed) (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_gloves_(Hallowed)#Inventory", "equipment": { @@ -254220,9 +226637,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.4, - "release_date": "2020-06-04", - "examine": "For your graceful feet.", "wiki_name": "Graceful boots (Hallowed) (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_boots_(Hallowed)#Inventory", "equipment": { @@ -254252,9 +226666,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.226, - "release_date": "2020-06-04", - "examine": "A tome found in the lobby of the Hallowed Sepulchre.", "wiki_name": "Strange hallowed tome", "wiki_url": "https://oldschool.runescape.wiki/w/Strange_hallowed_tome", "price": 0 @@ -254266,9 +226677,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.005, - "release_date": "2020-06-04", - "examine": "A page found on the first floor of the Hallowed Sepulchre.", "wiki_name": "Mysterious page (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Mysterious_page#1", "price": 0 @@ -254280,9 +226688,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.005, - "release_date": "2020-06-04", - "examine": "A page found on the second floor of the Hallowed Sepulchre.", "wiki_name": "Mysterious page (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Mysterious_page#2", "price": 0 @@ -254294,9 +226699,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.005, - "release_date": "2020-06-04", - "examine": "A page found on the third floor of the Hallowed Sepulchre.", "wiki_name": "Mysterious page (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Mysterious_page#3", "price": 0 @@ -254308,9 +226710,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.005, - "release_date": "2020-06-04", - "examine": "A page found on the fourth floor of the Hallowed Sepulchre.", "wiki_name": "Mysterious page (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Mysterious_page#4", "price": 0 @@ -254322,9 +226721,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.005, - "release_date": "2020-06-04", - "examine": "A page found on the fifth floor of the Hallowed Sepulchre.", "wiki_name": "Mysterious page (5)", "wiki_url": "https://oldschool.runescape.wiki/w/Mysterious_page#5", "price": 0 @@ -254339,10 +226735,7 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.55, "buy_limit": 2000, - "release_date": "2020-06-04", - "examine": "It's literally a pint of blood.", "wiki_name": "Blood pint", "wiki_url": "https://oldschool.runescape.wiki/w/Blood_pint", "price": 46 @@ -254357,10 +226750,7 @@ "cost": 200000, "lowalch": 80000, "highalch": 120000, - "weight": 0.01, "buy_limit": 8, - "release_date": "2020-06-04", - "examine": "A magical shard filled with a dark power.", "wiki_name": "Blood shard", "wiki_url": "https://oldschool.runescape.wiki/w/Blood_shard", "price": 7878543 @@ -254374,9 +226764,6 @@ "cost": 402000, "lowalch": 160800, "highalch": 241200, - "weight": 0.02, - "release_date": "2020-06-04", - "examine": "A very powerful onyx amulet, imbued with blood magic.", "wiki_name": "Amulet of blood fury", "wiki_url": "https://oldschool.runescape.wiki/w/Amulet_of_blood_fury", "equipment": { @@ -254409,9 +226796,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.34, - "release_date": "2020-06-04", - "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 @@ -254426,9 +226810,6 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.34, - "release_date": "2020-06-04", - "examine": "I don't want to think about what kind of meat it is.", "wiki_name": "Cooked mystery meat", "wiki_url": "https://oldschool.runescape.wiki/w/Cooked_mystery_meat", "price": 101 @@ -254440,9 +226821,6 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.2, - "release_date": "2020-06-04", - "examine": "I can't believe it's not garlic butter.", "wiki_name": "Pat of not garlic butter", "wiki_url": "https://oldschool.runescape.wiki/w/Pat_of_not_garlic_butter", "price": 0 @@ -254453,9 +226831,6 @@ "cost": 40000, "lowalch": 16000, "highalch": 24000, - "weight": 1.36, - "release_date": "2020-06-04", - "examine": "Like normal rope, but with extra length.", "wiki_name": "Long rope", "wiki_url": "https://oldschool.runescape.wiki/w/Long_rope", "price": 0 @@ -254470,9 +226845,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.8, - "release_date": "2020-06-04", - "examine": "A severed human leg.", "wiki_name": "Severed leg", "wiki_url": "https://oldschool.runescape.wiki/w/Severed_leg", "equipment": { @@ -254531,9 +226903,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.907, - "release_date": "2020-06-04", - "examine": "Lets you dress like a vampyre noble.", "wiki_name": "Vyre noble blazer (red)", "wiki_url": "https://oldschool.runescape.wiki/w/Vyre_noble_blazer_(red)", "equipment": { @@ -254565,9 +226934,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.907, - "release_date": "2020-06-04", - "examine": "Lets you dress like a vampyre noble.", "wiki_name": "Vyre noble coat tails (red)", "wiki_url": "https://oldschool.runescape.wiki/w/Vyre_noble_coat_tails_(red)", "equipment": { @@ -254599,9 +226965,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.907, - "release_date": "2020-06-04", - "examine": "Lets you dress like a vampyre noble.", "wiki_name": "Vyre noble vest (red)", "wiki_url": "https://oldschool.runescape.wiki/w/Vyre_noble_vest_(red)", "equipment": { @@ -254633,9 +226996,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.907, - "release_date": "2020-06-04", - "examine": "Lets you dress like a vampyre noble.", "wiki_name": "Vyre noble pants (red)", "wiki_url": "https://oldschool.runescape.wiki/w/Vyre_noble_pants_(red)", "equipment": { @@ -254667,9 +227027,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.907, - "release_date": "2020-06-04", - "examine": "Lets you dress like a vampyre noble.", "wiki_name": "Vyre noble corset (red)", "wiki_url": "https://oldschool.runescape.wiki/w/Vyre_noble_corset_(red)", "equipment": { @@ -254701,9 +227058,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.907, - "release_date": "2020-06-04", - "examine": "Lets you dress like a vampyre noble.", "wiki_name": "Vyre noble skirt (red)", "wiki_url": "https://oldschool.runescape.wiki/w/Vyre_noble_skirt_(red)", "equipment": { @@ -254735,9 +227089,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.907, - "release_date": "2020-06-04", - "examine": "Lets you dress like a vampyre noble.", "wiki_name": "Vyre noble dress top (red)", "wiki_url": "https://oldschool.runescape.wiki/w/Vyre_noble_dress_top_(red)", "equipment": { @@ -254769,9 +227120,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.907, - "release_date": "2020-06-04", - "examine": "Lets you dress like a vampyre noble.", "wiki_name": "Vyre noble dress bottom (red)", "wiki_url": "https://oldschool.runescape.wiki/w/Vyre_noble_dress_bottom_(red)", "equipment": { @@ -254803,9 +227151,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.907, - "release_date": "2020-06-04", - "examine": "Lets you dress like a vampyre noble.", "wiki_name": "Vyre noble blazer (purple)", "wiki_url": "https://oldschool.runescape.wiki/w/Vyre_noble_blazer_(purple)", "equipment": { @@ -254837,9 +227182,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.907, - "release_date": "2020-06-04", - "examine": "Lets you dress like a vampyre noble.", "wiki_name": "Vyre noble coat tails (purple)", "wiki_url": "https://oldschool.runescape.wiki/w/Vyre_noble_coat_tails_(purple)", "equipment": { @@ -254871,9 +227213,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.907, - "release_date": "2020-06-04", - "examine": "Lets you dress like a vampyre noble.", "wiki_name": "Vyre noble vest (purple)", "wiki_url": "https://oldschool.runescape.wiki/w/Vyre_noble_vest_(purple)", "equipment": { @@ -254905,9 +227244,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.907, - "release_date": "2020-06-04", - "examine": "Lets you dress like a vampyre noble.", "wiki_name": "Vyre noble pants (purple)", "wiki_url": "https://oldschool.runescape.wiki/w/Vyre_noble_pants_(purple)", "equipment": { @@ -254939,9 +227275,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.907, - "release_date": "2020-06-04", - "examine": "Lets you dress like a vampyre noble.", "wiki_name": "Vyre noble corset (purple)", "wiki_url": "https://oldschool.runescape.wiki/w/Vyre_noble_corset_(purple)", "equipment": { @@ -254973,9 +227306,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.907, - "release_date": "2020-06-04", - "examine": "Lets you dress like a vampyre noble.", "wiki_name": "Vyre noble skirt (purple)", "wiki_url": "https://oldschool.runescape.wiki/w/Vyre_noble_skirt_(purple)", "equipment": { @@ -255007,9 +227337,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.907, - "release_date": "2020-06-04", - "examine": "Lets you dress like a vampyre noble.", "wiki_name": "Vyre noble dress top (purple)", "wiki_url": "https://oldschool.runescape.wiki/w/Vyre_noble_dress_top_(purple)", "equipment": { @@ -255041,9 +227368,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.907, - "release_date": "2020-06-04", - "examine": "Lets you dress like a vampyre noble.", "wiki_name": "Vyre noble dress bottom (purple)", "wiki_url": "https://oldschool.runescape.wiki/w/Vyre_noble_dress_bottom_(purple)", "equipment": { @@ -255075,9 +227399,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.907, - "release_date": "2020-06-04", - "examine": "Lets you dress like a vampyre noble.", "wiki_name": "Vyre noble blazer (grey)", "wiki_url": "https://oldschool.runescape.wiki/w/Vyre_noble_blazer_(grey)", "equipment": { @@ -255109,9 +227430,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.907, - "release_date": "2020-06-04", - "examine": "Lets you dress like a vampyre noble.", "wiki_name": "Vyre noble coat tails (grey)", "wiki_url": "https://oldschool.runescape.wiki/w/Vyre_noble_coat_tails_(grey)", "equipment": { @@ -255143,9 +227461,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.907, - "release_date": "2020-06-04", - "examine": "Lets you dress like a vampyre noble.", "wiki_name": "Vyre noble vest (grey)", "wiki_url": "https://oldschool.runescape.wiki/w/Vyre_noble_vest_(grey)", "equipment": { @@ -255177,9 +227492,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.907, - "release_date": "2020-06-04", - "examine": "Lets you dress like a vampyre noble.", "wiki_name": "Vyre noble pants (grey)", "wiki_url": "https://oldschool.runescape.wiki/w/Vyre_noble_pants_(grey)", "equipment": { @@ -255211,9 +227523,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.907, - "release_date": "2020-06-04", - "examine": "Lets you dress like a vampyre noble.", "wiki_name": "Vyre noble corset (grey)", "wiki_url": "https://oldschool.runescape.wiki/w/Vyre_noble_corset_(grey)", "equipment": { @@ -255245,9 +227554,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.907, - "release_date": "2020-06-04", - "examine": "Lets you dress like a vampyre noble.", "wiki_name": "Vyre noble skirt (grey)", "wiki_url": "https://oldschool.runescape.wiki/w/Vyre_noble_skirt_(grey)", "equipment": { @@ -255279,9 +227585,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.907, - "release_date": "2020-06-04", - "examine": "Lets you dress like a vampyre noble.", "wiki_name": "Vyre noble dress top (grey)", "wiki_url": "https://oldschool.runescape.wiki/w/Vyre_noble_dress_top_(grey)", "equipment": { @@ -255313,9 +227616,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.907, - "release_date": "2020-06-04", - "examine": "Lets you dress like a vampyre noble.", "wiki_name": "Vyre noble dress bottom (grey)", "wiki_url": "https://oldschool.runescape.wiki/w/Vyre_noble_dress_bottom_(grey)", "equipment": { @@ -255345,9 +227645,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.51, - "release_date": "2020-06-04", - "examine": "Notes on the connection between emotional states and blood taste.", "wiki_name": "A taste of hope (book)", "wiki_url": "https://oldschool.runescape.wiki/w/A_taste_of_hope_(book)", "price": 0 @@ -255364,9 +227661,6 @@ "cost": 64000, "lowalch": 25600, "highalch": 38400, - "weight": 0.006, - "release_date": "2020-06-12", - "examine": "I wonder if this ring helps with...", "wiki_name": "Ring of endurance (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Ring_of_endurance#Uncharged", "equipment": { @@ -255398,9 +227692,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2020-06-18", - "examine": "Red panda, like pandas but red.", "wiki_name": "Rocky (Red panda)", "wiki_url": "https://oldschool.runescape.wiki/w/Rocky#Red_panda", "price": 0 @@ -255412,9 +227703,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2020-06-18", - "examine": "No relation to a regular raccoon.", "wiki_name": "Rocky (Tanuki)", "wiki_url": "https://oldschool.runescape.wiki/w/Rocky#Tanuki", "price": 0 @@ -255425,9 +227713,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 4.535, - "release_date": "2020-06-18", - "examine": "A pack containing 100 pieces of soft clay.", "wiki_name": "Soft clay pack (Unidentified minerals)", "wiki_url": "https://oldschool.runescape.wiki/w/Soft_clay_pack#Unidentified_minerals", "price": 0 @@ -255439,9 +227724,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 1, - "release_date": "2020-06-18", - "examine": "Contains gems - but which ones?", "wiki_name": "Bag full of gems (Unidentified minerals)", "wiki_url": "https://oldschool.runescape.wiki/w/Bag_full_of_gems#Unidentified_minerals", "price": 0 @@ -255453,9 +227735,6 @@ "equipable": true, "equipable_by_player": true, "cost": 99000, - "weight": 0.453, - "release_date": "2020-07-02", - "examine": "The cape worn by only the most experienced players.", "wiki_name": "Mythical max cape", "wiki_url": "https://oldschool.runescape.wiki/w/Mythical_max_cape", "equipment": { @@ -255511,9 +227790,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2020-07-02", - "examine": "The hood worn by only the most experienced players.", "wiki_name": "Mythical max hood", "wiki_url": "https://oldschool.runescape.wiki/w/Mythical_max_hood", "equipment": { @@ -255566,9 +227842,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 10, - "release_date": "2020-07-02", - "examine": "A crate that contains an asortment of items.", "wiki_name": "Warrior path starter kit", "wiki_url": "https://oldschool.runescape.wiki/w/Warrior_path_starter_kit", "price": 0 @@ -255579,9 +227852,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 10, - "release_date": "2020-07-02", - "examine": "A crate that contains an asortment of items.", "wiki_name": "Wizard path starter kit", "wiki_url": "https://oldschool.runescape.wiki/w/Wizard_path_starter_kit", "price": 0 @@ -255592,9 +227862,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 10, - "release_date": "2020-07-02", - "examine": "A crate that contains an asortment of items.", "wiki_name": "Ranger path starter kit", "wiki_url": "https://oldschool.runescape.wiki/w/Ranger_path_starter_kit", "price": 0 @@ -255608,9 +227875,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2020-07-09", - "examine": "A monkey retrieved from the wreckage of Glough's airship laboratory.", "wiki_name": "Karamjan monkey (item)", "wiki_url": "https://oldschool.runescape.wiki/w/Karamjan_monkey_(item)", "equipment": { @@ -255642,9 +227906,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2020-07-09", - "examine": "A monkey retrieved from the wreckage of Glough's airship laboratory.", "wiki_name": "Zombie monkey (item)", "wiki_url": "https://oldschool.runescape.wiki/w/Zombie_monkey_(item)", "equipment": { @@ -255676,9 +227937,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2020-07-09", - "examine": "A monkey retrieved from the wreckage of Glough's airship laboratory.", "wiki_name": "Maniacal monkey (item)", "wiki_url": "https://oldschool.runescape.wiki/w/Maniacal_monkey_(item)", "equipment": { @@ -255710,9 +227968,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2020-07-09", - "examine": "A monkey retrieved from the wreckage of Glough's airship laboratory.", "wiki_name": "Skeleton monkey (item)", "wiki_url": "https://oldschool.runescape.wiki/w/Skeleton_monkey_(item)", "equipment": { @@ -255744,9 +227999,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2020-07-09", - "examine": "A monkey retrieved from the wreckage of Glough's airship laboratory.", "wiki_name": "Kruk jr", "wiki_url": "https://oldschool.runescape.wiki/w/Kruk_jr", "equipment": { @@ -255778,9 +228030,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2020-07-09", - "examine": "A monkey retrieved from the wreckage of Glough's airship laboratory.", "wiki_name": "Princely monkey", "wiki_url": "https://oldschool.runescape.wiki/w/Princely_monkey", "equipment": { @@ -255846,9 +228095,6 @@ "equipable": true, "equipable_by_player": true, "cost": 320, - "weight": 1.02, - "release_date": "2020-08-26", - "examine": "The headgear of a superior builder.", "wiki_name": "Carpenter's helmet", "wiki_url": "https://oldschool.runescape.wiki/w/Carpenter's_helmet", "equipment": { @@ -255878,9 +228124,6 @@ "equipable": true, "equipable_by_player": true, "cost": 380, - "weight": 0.62, - "release_date": "2020-08-26", - "examine": "The shirt of a superior builder.", "wiki_name": "Carpenter's shirt", "wiki_url": "https://oldschool.runescape.wiki/w/Carpenter's_shirt", "equipment": { @@ -255910,9 +228153,6 @@ "equipable": true, "equipable_by_player": true, "cost": 340, - "weight": 0.71, - "release_date": "2020-08-26", - "examine": "The trousers of a superior builder.", "wiki_name": "Carpenter's trousers", "wiki_url": "https://oldschool.runescape.wiki/w/Carpenter's_trousers", "equipment": { @@ -255942,9 +228182,6 @@ "equipable": true, "equipable_by_player": true, "cost": 280, - "weight": 0.42, - "release_date": "2020-08-26", - "examine": "The boots of a superior builder.", "wiki_name": "Carpenter's boots", "wiki_url": "https://oldschool.runescape.wiki/w/Carpenter's_boots", "equipment": { @@ -255975,9 +228212,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 280, - "weight": 0.8, - "release_date": "2020-08-26", - "examine": "She saw scope for improvement.", "wiki_name": "Amy's saw", "wiki_url": "https://oldschool.runescape.wiki/w/Amy's_saw", "equipment": { @@ -256039,9 +228273,6 @@ "name": "Plank sack", "members": true, "cost": 370, - "weight": 5.25, - "release_date": "2020-08-26", - "examine": "Lets you carry some extra planks.", "wiki_name": "Plank sack", "wiki_url": "https://oldschool.runescape.wiki/w/Plank_sack", "price": 0 @@ -256051,9 +228282,6 @@ "name": "Supply crate", "members": true, "cost": 145, - "weight": 5.15, - "release_date": "2020-08-26", - "examine": "Some stuff you might find handy for Construction.", "wiki_name": "Supply crate (Mahogany Homes)", "wiki_url": "https://oldschool.runescape.wiki/w/Supply_crate_(Mahogany_Homes)", "price": 0 @@ -256065,9 +228293,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.1, - "release_date": "2020-08-26", - "examine": "A scroll which unlocks the Hosidius player-owned house wall-kit.", "wiki_name": "Hosidius blueprints", "wiki_url": "https://oldschool.runescape.wiki/w/Hosidius_blueprints", "price": 0 @@ -256284,9 +228509,6 @@ "name": "Waxwood log", "members": true, "cost": 1, - "weight": 0.907, - "release_date": "2020-08-26", - "examine": "The wood feels very slick to the touch.", "wiki_name": "Waxwood log", "wiki_url": "https://oldschool.runescape.wiki/w/Waxwood_log", "price": 0 @@ -256296,9 +228518,6 @@ "name": "Waxwood plank", "members": true, "cost": 1, - "weight": 0.85, - "release_date": "2020-08-26", - "examine": "The wood feels very slick to the touch.", "wiki_name": "Waxwood plank", "wiki_url": "https://oldschool.runescape.wiki/w/Waxwood_plank", "price": 0 @@ -256308,9 +228527,6 @@ "name": "Marlo's crate", "members": true, "cost": 1, - "weight": 5.15, - "release_date": "2020-08-26", - "examine": "Marlo wishes to reward you for helping his dad.", "wiki_name": "Marlo's crate", "wiki_url": "https://oldschool.runescape.wiki/w/Marlo's_crate", "price": 0 @@ -256321,9 +228537,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.001, - "release_date": "2020-09-10", - "examine": "Interesting.", "wiki_name": "Bp obj", "wiki_url": "https://oldschool.runescape.wiki/w/Bp_obj", "price": 0 @@ -256335,9 +228548,6 @@ "equipable": true, "equipable_by_player": true, "cost": 100, - "weight": 0.01, - "release_date": "2020-09-10", - "examine": "A very sturdy-feeling pair of slayer goggles.", "wiki_name": "Reinforced goggles", "wiki_url": "https://oldschool.runescape.wiki/w/Reinforced_goggles", "equipment": { @@ -256365,9 +228575,6 @@ "name": "Sourhog foot", "members": true, "cost": 1, - "weight": 0.001, - "release_date": "2020-09-10", - "examine": "A dripping sourhog foot.", "wiki_name": "Sourhog foot", "wiki_url": "https://oldschool.runescape.wiki/w/Sourhog_foot", "price": 0 @@ -256377,9 +228584,6 @@ "name": "Hallowed sack", "members": true, "cost": 100, - "weight": 1, - "release_date": "2020-09-23", - "examine": "Contains a bounty of treasures found within the Hallowed Sepulchre.", "wiki_name": "Hallowed sack", "wiki_url": "https://oldschool.runescape.wiki/w/Hallowed_sack", "price": 0 @@ -256395,8 +228599,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 10000, - "release_date": "2020-09-30", - "examine": "A teleport to Lunar Isle.", "wiki_name": "Moonclan teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Moonclan_teleport_(tablet)", "price": 1030 @@ -256412,8 +228614,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 10000, - "release_date": "2020-09-30", - "examine": "A teleport to the Ourania cave.", "wiki_name": "Ourania teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Ourania_teleport_(tablet)", "price": 1099 @@ -256429,8 +228629,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 10000, - "release_date": "2020-09-30", - "examine": "A teleport to Waterbirth Island.", "wiki_name": "Waterbirth teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Waterbirth_teleport_(tablet)", "price": 1000 @@ -256446,8 +228644,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 10000, - "release_date": "2020-09-30", - "examine": "A teleport to Barbarian Outpost.", "wiki_name": "Barbarian teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Barbarian_teleport_(tablet)", "price": 561 @@ -256463,8 +228659,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 10000, - "release_date": "2020-09-30", - "examine": "A teleport to Port Khazard.", "wiki_name": "Khazard teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Khazard_teleport_(tablet)", "price": 1306 @@ -256480,8 +228674,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 10000, - "release_date": "2020-09-30", - "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": 856 @@ -256497,8 +228689,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 10000, - "release_date": "2020-09-30", - "examine": "A teleport to Catherby.", "wiki_name": "Catherby teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Catherby_teleport_(tablet)", "price": 1321 @@ -256514,8 +228704,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 10000, - "release_date": "2020-09-30", - "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": 1205 @@ -256527,8 +228715,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2020-10-21", - "examine": "Looks like a cabbage.", "wiki_name": "Cabbage (unobtainable item) (Trailblazer League 1)", "wiki_url": "https://oldschool.runescape.wiki/w/Cabbage_(unobtainable_item)#Trailblazer_League_1", "price": 0 @@ -256540,8 +228726,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2020-10-21", - "examine": "Looks like a cabbage.", "wiki_name": "Cabbage (unobtainable item) (Trailblazer League 2)", "wiki_url": "https://oldschool.runescape.wiki/w/Cabbage_(unobtainable_item)#Trailblazer_League_2", "price": 0 @@ -256552,9 +228736,6 @@ "equipable": true, "equipable_by_player": true, "cost": 0, - "weight": 0.1, - "release_date": "2020-10-21", - "examine": "There's a spooky spell on this helm.", "wiki_name": "Headless head", "wiki_url": "https://oldschool.runescape.wiki/w/Headless_head", "equipment": { @@ -256582,9 +228763,6 @@ "name": "Magical pumpkin", "members": true, "cost": 1, - "weight": 10, - "release_date": "2020-10-21", - "examine": "Looks like it can be planted in your garden.", "wiki_name": "Magical pumpkin", "wiki_url": "https://oldschool.runescape.wiki/w/Magical_pumpkin", "price": 0 @@ -256596,9 +228774,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2020-10-21", - "examine": "Looks sweet!", "wiki_name": "Brown candy", "wiki_url": "https://oldschool.runescape.wiki/w/Brown_candy", "price": 0 @@ -256610,9 +228785,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2020-10-21", - "examine": "Looks sweet!", "wiki_name": "Blue candy", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_candy", "price": 0 @@ -256624,9 +228796,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2020-10-21", - "examine": "A very rare sweet.", "wiki_name": "White candy", "wiki_url": "https://oldschool.runescape.wiki/w/White_candy", "price": 0 @@ -256638,9 +228807,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2020-10-21", - "examine": "Looks sweet!", "wiki_name": "Purple candy", "wiki_url": "https://oldschool.runescape.wiki/w/Purple_candy", "price": 0 @@ -256652,9 +228818,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2020-10-21", - "examine": "Looks sweet!", "wiki_name": "Red candy", "wiki_url": "https://oldschool.runescape.wiki/w/Red_candy", "price": 0 @@ -256666,9 +228829,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2020-10-21", - "examine": "Looks sweet!", "wiki_name": "Green candy", "wiki_url": "https://oldschool.runescape.wiki/w/Green_candy", "price": 0 @@ -256680,9 +228840,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2020-10-21", - "examine": "A rare sweet.", "wiki_name": "Black candy", "wiki_url": "https://oldschool.runescape.wiki/w/Black_candy", "price": 0 @@ -256694,9 +228851,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2020-10-21", - "examine": "Looks sweet!", "wiki_name": "Orange candy", "wiki_url": "https://oldschool.runescape.wiki/w/Orange_candy", "price": 0 @@ -256708,9 +228862,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2020-10-21", - "examine": "Looks sweet!", "wiki_name": "Pink candy", "wiki_url": "https://oldschool.runescape.wiki/w/Pink_candy", "price": 0 @@ -256719,9 +228870,6 @@ "id": 24989, "name": "Rick's box", "cost": 1, - "weight": 1, - "release_date": "2020-10-21", - "examine": "It seems to be locked. I wonder what he hid in here.", "wiki_name": "Rick's box", "wiki_url": "https://oldschool.runescape.wiki/w/Rick's_box", "price": 0 @@ -256730,9 +228878,6 @@ "id": 24990, "name": "Rick's head", "cost": 1, - "weight": 0.5, - "release_date": "2020-10-21", - "examine": "You should probably not misplace this.", "wiki_name": "Rick's head", "wiki_url": "https://oldschool.runescape.wiki/w/Rick's_head", "price": 0 @@ -256741,9 +228886,6 @@ "id": 24991, "name": "Witch's brew", "cost": 1, - "weight": 0.2, - "release_date": "2020-10-21", - "examine": "I don't want to know what's in this.", "wiki_name": "Witch's brew", "wiki_url": "https://oldschool.runescape.wiki/w/Witch's_brew", "price": 0 @@ -256752,9 +228894,6 @@ "id": 24992, "name": "Spider snack", "cost": 1, - "weight": 0.2, - "release_date": "2020-10-21", - "examine": "It looks kind of tasty.", "wiki_name": "Spider snack", "wiki_url": "https://oldschool.runescape.wiki/w/Spider_snack", "price": 0 @@ -256763,9 +228902,6 @@ "id": 24993, "name": "Incantation", "cost": 1, - "weight": 0.01, - "release_date": "2020-10-21", - "examine": "A rare incantation for a spell to swap heads with vegetables.", "wiki_name": "Incantation (2020 Halloween event)", "wiki_url": "https://oldschool.runescape.wiki/w/Incantation_(2020_Halloween_event)", "price": 0 @@ -256776,8 +228912,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2020-10-21", - "examine": "Looks like a cabbage.", "wiki_name": "Cabbage (unobtainable item) (Trailblazer League 3)", "wiki_url": "https://oldschool.runescape.wiki/w/Cabbage_(unobtainable_item)#Trailblazer_League_3", "price": 0 @@ -256788,8 +228922,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2020-10-21", - "examine": "Looks like a cabbage.", "wiki_name": "Cabbage (unobtainable item) (Trailblazer League 4)", "wiki_url": "https://oldschool.runescape.wiki/w/Cabbage_(unobtainable_item)#Trailblazer_League_4", "price": 0 @@ -256806,10 +228938,7 @@ "cost": 150000, "lowalch": 60000, "highalch": 90000, - "weight": 0.453, "buy_limit": 5, - "release_date": "2021-01-06", - "examine": "The headgear of a trailblazer relic hunter.", "wiki_name": "Trailblazer hood (t3)", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_hood_(t3)", "equipment": { @@ -256844,10 +228973,7 @@ "cost": 150000, "lowalch": 60000, "highalch": 90000, - "weight": 0.907, "buy_limit": 5, - "release_date": "2021-01-06", - "examine": "The coat of a trailblazer relic hunter.", "wiki_name": "Trailblazer top (t3)", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_top_(t3)", "equipment": { @@ -256882,10 +229008,7 @@ "cost": 150000, "lowalch": 60000, "highalch": 90000, - "weight": 0.907, "buy_limit": 5, - "release_date": "2021-01-06", - "examine": "The trousers of a trailblazer relic hunter.", "wiki_name": "Trailblazer trousers (t3)", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_trousers_(t3)", "equipment": { @@ -256920,10 +229043,7 @@ "cost": 150000, "lowalch": 60000, "highalch": 90000, - "weight": 0.34, "buy_limit": 5, - "release_date": "2021-01-06", - "examine": "The boots of a trailblazer relic hunter.", "wiki_name": "Trailblazer boots (t3)", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_boots_(t3)", "equipment": { @@ -256959,10 +229079,7 @@ "cost": 150000, "lowalch": 60000, "highalch": 90000, - "weight": 1.814, "buy_limit": 5, - "release_date": "2021-01-06", - "examine": "A cane of the trailblazer relic hunter.", "wiki_name": "Trailblazer cane", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_cane", "equipment": { @@ -257031,10 +229148,7 @@ "cost": 15000, "lowalch": 6000, "highalch": 9000, - "weight": 0.453, "buy_limit": 5, - "release_date": "2021-01-06", - "examine": "The headgear of a trailblazer relic hunter.", "wiki_name": "Trailblazer hood (t2)", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_hood_(t2)", "equipment": { @@ -257069,10 +229183,7 @@ "cost": 15000, "lowalch": 6000, "highalch": 9000, - "weight": 0.907, "buy_limit": 5, - "release_date": "2021-01-06", - "examine": "The coat of a trailblazer relic hunter.", "wiki_name": "Trailblazer top (t2)", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_top_(t2)", "equipment": { @@ -257107,10 +229218,7 @@ "cost": 15000, "lowalch": 6000, "highalch": 9000, - "weight": 0.907, "buy_limit": 5, - "release_date": "2021-01-06", - "examine": "The trousers of a trailblazer relic hunter.", "wiki_name": "Trailblazer trousers (t2)", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_trousers_(t2)", "equipment": { @@ -257145,10 +229253,7 @@ "cost": 15000, "lowalch": 6000, "highalch": 9000, - "weight": 0.34, "buy_limit": 5, - "release_date": "2021-01-06", - "examine": "The boots of a trailblazer relic hunter.", "wiki_name": "Trailblazer boots (t2)", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_boots_(t2)", "equipment": { @@ -257183,10 +229288,7 @@ "cost": 15000, "lowalch": 6000, "highalch": 9000, - "weight": 0.453, "buy_limit": 5, - "release_date": "2021-01-06", - "examine": "The headgear of a trailblazer relic hunter.", "wiki_name": "Trailblazer hood (t1)", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_hood_(t1)", "equipment": { @@ -257221,10 +229323,7 @@ "cost": 15000, "lowalch": 6000, "highalch": 9000, - "weight": 0.907, "buy_limit": 5, - "release_date": "2021-01-06", - "examine": "The coat of a trailblazer relic hunter.", "wiki_name": "Trailblazer top (t1)", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_top_(t1)", "equipment": { @@ -257259,10 +229358,7 @@ "cost": 15000, "lowalch": 6000, "highalch": 9000, - "weight": 0.907, "buy_limit": 5, - "release_date": "2021-01-06", - "examine": "The trousers of a trailblazer relic hunter.", "wiki_name": "Trailblazer trousers (t1)", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_trousers_(t1)", "equipment": { @@ -257297,10 +229393,7 @@ "cost": 15000, "lowalch": 6000, "highalch": 9000, - "weight": 0.34, "buy_limit": 5, - "release_date": "2021-01-06", - "examine": "The boots of a trailblazer relic hunter.", "wiki_name": "Trailblazer boots (t1)", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_boots_(t1)", "equipment": { @@ -257333,9 +229426,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2021-01-06", - "examine": "A Dragon trophy for competing in Leagues II - Trailblazer.", "wiki_name": "Trailblazer dragon trophy", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_dragon_trophy", "equipment": { @@ -257395,9 +229485,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2021-01-06", - "examine": "A Rune trophy for competing in Leagues II - Trailblazer.", "wiki_name": "Trailblazer rune trophy", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_rune_trophy", "equipment": { @@ -257457,9 +229544,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2021-01-06", - "examine": "An Adamant trophy for competing in Leagues II - Trailblazer.", "wiki_name": "Trailblazer adamant trophy", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_adamant_trophy", "equipment": { @@ -257518,9 +229602,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2021-01-06", - "examine": "A Mithril trophy for competing in Leagues II - Trailblazer.", "wiki_name": "Trailblazer mithril trophy", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_mithril_trophy", "equipment": { @@ -257552,9 +229633,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2021-01-06", - "examine": "A Steel trophy for competing in Leagues II - Trailblazer.", "wiki_name": "Trailblazer steel trophy", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_steel_trophy", "equipment": { @@ -257586,9 +229664,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2021-01-06", - "examine": "An Iron trophy for competing in Leagues II - Trailblazer.", "wiki_name": "Trailblazer iron trophy", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_iron_trophy", "equipment": { @@ -257620,9 +229695,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2021-01-06", - "examine": "A Bronze trophy for competing in Leagues II - Trailblazer.", "wiki_name": "Trailblazer bronze trophy", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_bronze_trophy", "equipment": { @@ -257658,10 +229730,7 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 2.267, "buy_limit": 5, - "release_date": "2021-01-06", - "examine": "A banner showcasing the colours of Leagues II - Trailblazer.", "wiki_name": "Trailblazer banner", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_banner", "equipment": { @@ -257728,9 +229797,6 @@ "cost": 55000, "lowalch": 22000, "highalch": 33000, - "weight": 2.267, - "release_date": "2021-01-06", - "examine": "A very powerful, fiery harpoon in the colours of the Trailblazer League.", "wiki_name": "Infernal harpoon (or) (Charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Infernal_harpoon_(or)#Charged", "equipment": { @@ -257797,9 +229863,6 @@ "cost": 97950, "lowalch": 39180, "highalch": 58770, - "weight": 2.4, - "release_date": "2021-01-06", - "examine": "A very powerful, fiery pickaxe in the colours of the Trailblazer League.", "wiki_name": "Infernal pickaxe (or) (Charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Infernal_pickaxe_(or)#Charged", "equipment": { @@ -257866,9 +229929,6 @@ "cost": 55000, "lowalch": 22000, "highalch": 33000, - "weight": 1.36, - "release_date": "2021-01-06", - "examine": "A very powerful, fiery axe in the colours of the Trailblazer League.", "wiki_name": "Infernal axe (or) (Charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Infernal_axe_(or)#Charged", "equipment": { @@ -257934,9 +229994,6 @@ "cost": 35, "lowalch": 14, "highalch": 21, - "weight": 0.6, - "release_date": "2021-01-06", - "examine": "A sign of your grace while trailblazing.", "wiki_name": "Graceful hood (Trailblazer) (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_hood_(Trailblazer)#Inventory", "equipment": { @@ -257968,9 +230025,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.8, - "release_date": "2021-01-06", - "examine": "A sign of your grace while trailblazing.", "wiki_name": "Graceful cape (Trailblazer) (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_cape_(Trailblazer)#Inventory", "equipment": { @@ -258002,9 +230056,6 @@ "cost": 55, "lowalch": 22, "highalch": 33, - "weight": 0.9, - "release_date": "2021-01-06", - "examine": "A sign of your grace while trailblazing.", "wiki_name": "Graceful top (Trailblazer) (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_top_(Trailblazer)#Inventory", "equipment": { @@ -258036,9 +230087,6 @@ "cost": 60, "lowalch": 24, "highalch": 36, - "weight": 0.9, - "release_date": "2021-01-06", - "examine": "You have graceful legs. How nice.", "wiki_name": "Graceful legs (Trailblazer) (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_legs_(Trailblazer)#Inventory", "equipment": { @@ -258070,9 +230118,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.1, - "release_date": "2020-10-28", - "examine": "A sign of your grace while trailblazing.", "wiki_name": "Graceful gloves (Trailblazer) (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_gloves_(Trailblazer)#Inventory", "equipment": { @@ -258104,9 +230149,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.4, - "release_date": "2020-10-28", - "examine": "For your graceful feet.", "wiki_name": "Graceful boots (Trailblazer) (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_boots_(Trailblazer)#Inventory", "equipment": { @@ -258139,10 +230181,7 @@ "cost": 25000, "lowalch": 10000, "highalch": 15000, - "weight": 0.1, "buy_limit": 5, - "release_date": "2021-01-06", - "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": 764961 @@ -258157,10 +230196,7 @@ "cost": 25000, "lowalch": 10000, "highalch": 15000, - "weight": 0.1, "buy_limit": 5, - "release_date": "2021-01-06", - "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": 554717 @@ -258175,10 +230211,7 @@ "cost": 40000, "lowalch": 16000, "highalch": 24000, - "weight": 0.1, "buy_limit": 5, - "release_date": "2021-01-06", - "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": 2429710 @@ -258193,10 +230226,7 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 0.1, "buy_limit": 5, - "release_date": "2021-01-06", - "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": 2348603 @@ -258211,10 +230241,7 @@ "cost": 25000, "lowalch": 10000, "highalch": 15000, - "weight": 0.1, "buy_limit": 6, - "release_date": "2021-01-06", - "examine": "An ornament kit which can be used to recolour a piece of graceful clothing.", "wiki_name": "Trailblazer graceful ornament kit", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_graceful_ornament_kit", "price": 432177 @@ -258228,9 +230255,6 @@ "cost": 400, "lowalch": 160, "highalch": 240, - "weight": 0.002, - "release_date": "2020-10-28", - "examine": "A squishy mushroom from a fairy ring.", "wiki_name": "Fairy mushroom", "wiki_url": "https://oldschool.runescape.wiki/w/Fairy_mushroom", "equipment": { @@ -258258,8 +230282,6 @@ "name": "Crystal of memories", "members": true, "cost": 10, - "release_date": "2020-10-28", - "examine": "A strong enough memory can take you back to a familiar place.", "wiki_name": "Crystal of memories", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_of_memories", "price": 0 @@ -258273,9 +230295,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.5, - "release_date": "2020-10-28", - "examine": "It seems larger on the inside than it is on the outside.", "wiki_name": "Extradimensional bag (Closed)", "wiki_url": "https://oldschool.runescape.wiki/w/Extradimensional_bag#Closed", "equipment": { @@ -258307,9 +230326,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.5, - "release_date": "2020-10-28", - "examine": "It seems larger on the inside than it is on the outside.", "wiki_name": "Extradimensional bag (Open)", "wiki_url": "https://oldschool.runescape.wiki/w/Extradimensional_bag#Open", "equipment": { @@ -258342,9 +230358,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.907, - "release_date": "2020-10-28", - "examine": "A very powerful axe in the colours of the Trailblazer League.", "wiki_name": "Trailblazer axe", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_axe", "equipment": { @@ -258411,9 +230424,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1.36, - "release_date": "2020-10-28", - "examine": "A very powerful pickaxe in the colours of the Trailblazer League.", "wiki_name": "Trailblazer pickaxe", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_pickaxe", "equipment": { @@ -258480,9 +230490,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2020-10-28", - "examine": "A very powerful harpoon in the colours of the Trailblazer League.", "wiki_name": "Trailblazer harpoon", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_harpoon", "equipment": { @@ -258536,9 +230543,6 @@ "id": 25117, "name": "League tomato", "cost": 1, - "weight": 0.08, - "release_date": "2020-10-28", - "examine": "Special tomato to do league things.", "wiki_name": "League tomato", "wiki_url": "https://oldschool.runescape.wiki/w/League_tomato", "price": 0 @@ -258551,9 +230555,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2020-11-18", - "examine": "Makes sure no bees get in your eyes!!", "wiki_name": "Beekeeper's hat", "wiki_url": "https://oldschool.runescape.wiki/w/Beekeeper's_hat", "equipment": { @@ -258584,9 +230585,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2020-11-18", - "examine": "According to the laws of aviation, there is no way that a bee should be able to fly.", "wiki_name": "Beekeeper's top", "wiki_url": "https://oldschool.runescape.wiki/w/Beekeeper's_top", "equipment": { @@ -258617,9 +230615,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2020-11-18", - "examine": "Truly these pants are the bee's knees.", "wiki_name": "Beekeeper's legs", "wiki_url": "https://oldschool.runescape.wiki/w/Beekeeper's_legs", "equipment": { @@ -258650,9 +230645,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2020-11-18", - "examine": "Oww OWWW they're defending themselves somehow!", "wiki_name": "Beekeeper's gloves", "wiki_url": "https://oldschool.runescape.wiki/w/Beekeeper's_gloves", "equipment": { @@ -258683,9 +230675,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2020-11-18", - "examine": "BEE careful where you step with these boots on.", "wiki_name": "Beekeeper's boots", "wiki_url": "https://oldschool.runescape.wiki/w/Beekeeper's_boots", "equipment": { @@ -258718,8 +230707,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 100, - "release_date": "2020-11-18", - "examine": "Ground down bone fragments.", "wiki_name": "Bone fragments", "wiki_url": "https://oldschool.runescape.wiki/w/Bone_fragments", "price": 549 @@ -258728,9 +230715,6 @@ "id": 25145, "name": "Clay head", "cost": 300, - "weight": 0.907, - "release_date": "2020-11-25", - "examine": "A badly sculpted clay head.", "wiki_name": "Clay head", "wiki_url": "https://oldschool.runescape.wiki/w/Clay_head", "price": 0 @@ -258739,9 +230723,6 @@ "id": 25146, "name": "Fur head", "cost": 300, - "weight": 0.907, - "release_date": "2020-11-25", - "examine": "A badly sculpted clay head covered in fur.", "wiki_name": "Fur head", "wiki_url": "https://oldschool.runescape.wiki/w/Fur_head", "price": 0 @@ -258750,9 +230731,6 @@ "id": 25147, "name": "Bloody head", "cost": 300, - "weight": 0.907, - "release_date": "2020-11-25", - "examine": "A badly sculpted clay head covered in fur and 'blood'.", "wiki_name": "Bloody head", "wiki_url": "https://oldschool.runescape.wiki/w/Bloody_head", "price": 0 @@ -258764,9 +230742,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.51, - "release_date": "2020-11-25", - "examine": "According to the cover, it was written by someone called Neilan Redmark.", "wiki_name": "Neilan's journal", "wiki_url": "https://oldschool.runescape.wiki/w/Neilan's_journal", "price": 0 @@ -258786,9 +230761,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2020-12-02", - "examine": "Very decorative boots, but they're broken.", "wiki_name": "Decorative boots (gold) (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Decorative_boots_(gold)#Broken", "price": 0 @@ -258799,9 +230771,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.721, - "release_date": "2020-12-02", - "examine": "A very decorative full face helmet, but it's broken.", "wiki_name": "Decorative full helm (gold) (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Decorative_full_helm_(gold)#Broken", "price": 0 @@ -258812,9 +230781,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.035, - "release_date": "2020-12-02", - "examine": "Boosts your skills when drunk.", "wiki_name": "Castlewars brew (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Castlewars_brew#4_dose", "price": 0 @@ -258825,9 +230791,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.035, - "release_date": "2020-12-02", - "examine": "Boosts your skills when drunk.", "wiki_name": "Castlewars brew (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Castlewars_brew#3_dose", "price": 0 @@ -258838,9 +230801,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.035, - "release_date": "2020-12-02", - "examine": "Boosts your skills when drunk.", "wiki_name": "Castlewars brew (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Castlewars_brew#2_dose", "price": 0 @@ -258851,9 +230811,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.035, - "release_date": "2020-12-02", - "examine": "Boosts your skills when drunk.", "wiki_name": "Castlewars brew (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Castlewars_brew#1_dose", "price": 0 @@ -258866,9 +230823,6 @@ "cost": 850, "lowalch": 340, "highalch": 510, - "weight": 1.36, - "release_date": "2020-12-02", - "examine": "Very decorative boots.", "wiki_name": "Decorative boots (red)", "wiki_url": "https://oldschool.runescape.wiki/w/Decorative_boots_(red)", "equipment": { @@ -258899,9 +230853,6 @@ "cost": 850, "lowalch": 340, "highalch": 510, - "weight": 2.721, - "release_date": "2020-12-02", - "examine": "A very decorative full face helmet.", "wiki_name": "Decorative full helm (red)", "wiki_url": "https://oldschool.runescape.wiki/w/Decorative_full_helm_(red)", "equipment": { @@ -258932,9 +230883,6 @@ "cost": 850, "lowalch": 340, "highalch": 510, - "weight": 1.36, - "release_date": "2020-12-02", - "examine": "Very decorative boots.", "wiki_name": "Decorative boots (white)", "wiki_url": "https://oldschool.runescape.wiki/w/Decorative_boots_(white)", "equipment": { @@ -258965,9 +230913,6 @@ "cost": 850, "lowalch": 340, "highalch": 510, - "weight": 2.721, - "release_date": "2020-12-02", - "examine": "A very decorative full face helmet.", "wiki_name": "Decorative full helm (white)", "wiki_url": "https://oldschool.runescape.wiki/w/Decorative_full_helm_(white)", "equipment": { @@ -258998,9 +230943,6 @@ "cost": 850, "lowalch": 340, "highalch": 510, - "weight": 1.36, - "release_date": "2020-12-02", - "examine": "Very decorative boots.", "wiki_name": "Decorative boots (gold) (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Decorative_boots_(gold)#Normal", "equipment": { @@ -259031,9 +230973,6 @@ "cost": 850, "lowalch": 340, "highalch": 510, - "weight": 1.36, - "release_date": "2020-12-02", - "examine": "Very decorative boots.", "wiki_name": "Decorative boots (gold) (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Decorative_boots_(gold)#Locked", "equipment": { @@ -259064,9 +231003,6 @@ "cost": 850, "lowalch": 340, "highalch": 510, - "weight": 2.721, - "release_date": "2020-12-02", - "examine": "A very decorative full face helmet.", "wiki_name": "Decorative full helm (gold) (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Decorative_full_helm_(gold)#Normal", "equipment": { @@ -259097,9 +231033,6 @@ "cost": 850, "lowalch": 340, "highalch": 510, - "weight": 2.721, - "release_date": "2020-12-02", - "examine": "A very decorative full face helmet.", "wiki_name": "Decorative full helm (gold) (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Decorative_full_helm_(gold)#Locked", "equipment": { @@ -259131,9 +231064,6 @@ "cost": 90000, "lowalch": 36000, "highalch": 54000, - "weight": 2.267, - "release_date": "2021-01-06", - "examine": "You really don't want to wear it inside-out.", "wiki_name": "Slayer helmet (i) (Soul Wars)", "wiki_url": "https://oldschool.runescape.wiki/w/Slayer_helmet_(i)#Soul_Wars", "equipment": { @@ -259165,9 +231095,6 @@ "cost": 90000, "lowalch": 36000, "highalch": 54000, - "weight": 2.267, - "release_date": "2021-01-06", - "examine": "You really don't want to wear it inside-out.", "wiki_name": "Black slayer helmet (i) (Soul Wars)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_slayer_helmet_(i)#Soul_Wars", "equipment": { @@ -259199,9 +231126,6 @@ "cost": 90000, "lowalch": 36000, "highalch": 54000, - "weight": 2.267, - "release_date": "2021-01-06", - "examine": "You really don't want to wear it inside-out.", "wiki_name": "Green slayer helmet (i) (Soul Wars)", "wiki_url": "https://oldschool.runescape.wiki/w/Green_slayer_helmet_(i)#Soul_Wars", "equipment": { @@ -259233,9 +231157,6 @@ "cost": 90000, "lowalch": 36000, "highalch": 54000, - "weight": 2.267, - "release_date": "2021-01-06", - "examine": "You really don't want to wear it inside-out.", "wiki_name": "Red slayer helmet (i) (Soul Wars)", "wiki_url": "https://oldschool.runescape.wiki/w/Red_slayer_helmet_(i)#Soul_Wars", "equipment": { @@ -259267,9 +231188,6 @@ "cost": 90000, "lowalch": 36000, "highalch": 54000, - "weight": 2.267, - "release_date": "2021-01-06", - "examine": "You really don't want to wear it inside-out.", "wiki_name": "Purple slayer helmet (i) (Soul Wars)", "wiki_url": "https://oldschool.runescape.wiki/w/Purple_slayer_helmet_(i)#Soul_Wars", "equipment": { @@ -259301,9 +231219,6 @@ "cost": 90000, "lowalch": 36000, "highalch": 54000, - "weight": 2.267, - "release_date": "2021-01-06", - "examine": "You really don't want to wear it inside-out.", "wiki_name": "Turquoise slayer helmet (i) (Soul Wars)", "wiki_url": "https://oldschool.runescape.wiki/w/Turquoise_slayer_helmet_(i)#Soul_Wars", "equipment": { @@ -259335,9 +231250,6 @@ "cost": 90000, "lowalch": 36000, "highalch": 54000, - "weight": 2.267, - "release_date": "2021-01-06", - "examine": "You really don't want to wear it inside-out.", "wiki_name": "Hydra slayer helmet (i) (Soul Wars)", "wiki_url": "https://oldschool.runescape.wiki/w/Hydra_slayer_helmet_(i)#Soul_Wars", "equipment": { @@ -259369,9 +231281,6 @@ "cost": 90000, "lowalch": 36000, "highalch": 54000, - "weight": 2.267, - "release_date": "2021-01-06", - "examine": "You really don't want to wear it inside-out.", "wiki_name": "Twisted slayer helmet (i) (Soul Wars)", "wiki_url": "https://oldschool.runescape.wiki/w/Twisted_slayer_helmet_(i)#Soul_Wars", "equipment": { @@ -259403,9 +231312,6 @@ "cost": 15000, "lowalch": 6000, "highalch": 9000, - "weight": 3, - "release_date": "2021-01-06", - "examine": "A solid ring.", "wiki_name": "Granite ring (i) (Soul Wars)", "wiki_url": "https://oldschool.runescape.wiki/w/Granite_ring_(i)#Soul_Wars", "equipment": { @@ -259437,9 +231343,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2021-01-06", - "examine": "Like a red cape, but blue.", "wiki_name": "Blue cape (Soul Wars) (Tutorial)", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_cape_(Soul_Wars)#Tutorial", "equipment": { @@ -259470,8 +231373,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "release_date": "2021-01-06", - "examine": "Lightly pulsing with energy.", "wiki_name": "Soul fragment (Tutorial)", "wiki_url": "https://oldschool.runescape.wiki/w/Soul_fragment#Tutorial", "price": 0 @@ -259481,9 +231382,6 @@ "name": "Soul wars guide", "members": true, "cost": 1, - "weight": 0.001, - "release_date": "2021-01-06", - "examine": "It's full of interesting stuff.", "wiki_name": "Soul wars guide", "wiki_url": "https://oldschool.runescape.wiki/w/Soul_wars_guide", "price": 0 @@ -259494,9 +231392,6 @@ "members": true, "noteable": true, "cost": 1000, - "weight": 0.05, - "release_date": "2021-01-06", - "examine": "Warning: May contain bones.", "wiki_name": "Bones (Soul Wars)", "wiki_url": "https://oldschool.runescape.wiki/w/Bones_(Soul_Wars)", "price": 0 @@ -259509,8 +231404,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "release_date": "2021-01-06", - "examine": "Lightly pulsing with energy.", "wiki_name": "Soul fragment (In-match)", "wiki_url": "https://oldschool.runescape.wiki/w/Soul_fragment#In-match", "price": 0 @@ -259520,9 +231413,6 @@ "name": "Bandages", "members": true, "cost": 1, - "weight": 0.001, - "release_date": "2021-01-06", - "examine": "A box of bandages for healing.", "wiki_name": "Bandages (Soul Wars)", "wiki_url": "https://oldschool.runescape.wiki/w/Bandages_(Soul_Wars)", "price": 0 @@ -259534,9 +231424,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.035, - "release_date": "2021-01-06", - "examine": "Gives a helpful boost.", "wiki_name": "Potion of power (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Potion_of_power#4_dose", "price": 0 @@ -259548,9 +231435,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.035, - "release_date": "2021-01-06", - "examine": "Gives a helpful boost.", "wiki_name": "Potion of power (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Potion_of_power#3_dose", "price": 0 @@ -259562,9 +231446,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.035, - "release_date": "2021-01-06", - "examine": "Gives a helpful boost.", "wiki_name": "Potion of power (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Potion_of_power#2_dose", "price": 0 @@ -259576,9 +231457,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.035, - "release_date": "2021-01-06", - "examine": "Gives a helpful boost.", "wiki_name": "Potion of power (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Potion_of_power#1_dose", "price": 0 @@ -259592,9 +231470,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2021-01-06", - "examine": "It's a cape, and it's red.", "wiki_name": "Red cape (Soul Wars)", "wiki_url": "https://oldschool.runescape.wiki/w/Red_cape_(Soul_Wars)", "equipment": { @@ -259626,9 +231501,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2021-01-06", - "examine": "Like a red cape, but blue.", "wiki_name": "Blue cape (Soul Wars) (Minigame)", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_cape_(Soul_Wars)#Minigame", "equipment": { @@ -259659,9 +231531,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 5, - "release_date": "2021-01-06", - "examine": "Handy for hindering the enemy team's movement.", "wiki_name": "Barricade (Soul Wars) (Red)", "wiki_url": "https://oldschool.runescape.wiki/w/Barricade_(Soul_Wars)#Red", "price": 0 @@ -259674,9 +231543,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 5, - "release_date": "2021-01-06", - "examine": "Handy for hindering the enemy team's movement.", "wiki_name": "Barricade (Soul Wars) (Blue)", "wiki_url": "https://oldschool.runescape.wiki/w/Barricade_(Soul_Wars)#Blue", "price": 0 @@ -259686,9 +231552,6 @@ "name": "Explosive potion", "members": true, "cost": 1, - "weight": 0.035, - "release_date": "2021-01-06", - "examine": "Handy for destroying barricades.", "wiki_name": "Explosive potion (Soul Wars)", "wiki_url": "https://oldschool.runescape.wiki/w/Explosive_potion_(Soul_Wars)", "price": 0 @@ -259700,9 +231563,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2021-01-06", - "examine": "An icon.", "wiki_name": "Blue icon (Helmet)", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_icon#Helmet", "price": 0 @@ -259714,9 +231574,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2021-01-06", - "examine": "An icon.", "wiki_name": "Blue icon (Goatee)", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_icon#Goatee", "price": 0 @@ -259728,9 +231585,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2021-01-06", - "examine": "An icon.", "wiki_name": "Blue icon (Long)", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_icon#Long", "price": 0 @@ -259742,9 +231596,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2021-01-06", - "examine": "An icon.", "wiki_name": "Blue icon (Medium)", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_icon#Medium", "price": 0 @@ -259756,9 +231607,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2021-01-06", - "examine": "An icon.", "wiki_name": "Blue icon (Small moustache)", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_icon#Small_moustache", "price": 0 @@ -259770,9 +231618,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2021-01-06", - "examine": "An icon.", "wiki_name": "Blue icon (Clean-shaven)", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_icon#Clean-shaven", "price": 0 @@ -259784,9 +231629,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2021-01-06", - "examine": "An icon.", "wiki_name": "Blue icon (Short)", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_icon#Short", "price": 0 @@ -259798,9 +231640,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2021-01-06", - "examine": "An icon.", "wiki_name": "Blue icon (Pointy)", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_icon#Pointy", "price": 0 @@ -259812,9 +231651,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2021-01-06", - "examine": "An icon.", "wiki_name": "Blue icon (Split)", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_icon#Split", "price": 0 @@ -259826,9 +231662,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2021-01-06", - "examine": "An icon.", "wiki_name": "Blue icon (Handlebar)", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_icon#Handlebar", "price": 0 @@ -259840,9 +231673,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2021-01-06", - "examine": "An icon.", "wiki_name": "Blue icon (Mutton)", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_icon#Mutton", "price": 0 @@ -259854,9 +231684,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2021-01-06", - "examine": "An icon.", "wiki_name": "Blue icon (Full mutton)", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_icon#Full_mutton", "price": 0 @@ -259868,9 +231695,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2021-01-06", - "examine": "An icon.", "wiki_name": "Blue icon (Big moustache)", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_icon#Big_moustache", "price": 0 @@ -259882,9 +231706,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2021-01-06", - "examine": "An icon.", "wiki_name": "Blue icon (Waxed moustache)", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_icon#Waxed_moustache", "price": 0 @@ -259896,9 +231717,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2021-01-06", - "examine": "An icon.", "wiki_name": "Blue icon (Dali)", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_icon#Dali", "price": 0 @@ -259910,9 +231728,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2021-01-06", - "examine": "An icon.", "wiki_name": "Blue icon (Vizier)", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_icon#Vizier", "price": 0 @@ -259924,9 +231739,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2021-01-06", - "examine": "An icon.", "wiki_name": "Red icon (Helmet)", "wiki_url": "https://oldschool.runescape.wiki/w/Red_icon#Helmet", "price": 0 @@ -259938,9 +231750,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2021-01-06", - "examine": "An icon.", "wiki_name": "Red icon (Goatee)", "wiki_url": "https://oldschool.runescape.wiki/w/Red_icon#Goatee", "price": 0 @@ -259952,9 +231761,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2021-01-06", - "examine": "An icon.", "wiki_name": "Red icon (Long)", "wiki_url": "https://oldschool.runescape.wiki/w/Red_icon#Long", "price": 0 @@ -259966,9 +231772,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2021-01-06", - "examine": "An icon.", "wiki_name": "Red icon (Medium)", "wiki_url": "https://oldschool.runescape.wiki/w/Red_icon#Medium", "price": 0 @@ -259980,9 +231783,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2021-01-06", - "examine": "An icon.", "wiki_name": "Red icon (Small moustache)", "wiki_url": "https://oldschool.runescape.wiki/w/Red_icon#Small_moustache", "price": 0 @@ -259994,9 +231794,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2021-01-06", - "examine": "An icon.", "wiki_name": "Red icon (Clean-shaven)", "wiki_url": "https://oldschool.runescape.wiki/w/Red_icon#Clean-shaven", "price": 0 @@ -260008,9 +231805,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2021-01-06", - "examine": "An icon.", "wiki_name": "Red icon (Short)", "wiki_url": "https://oldschool.runescape.wiki/w/Red_icon#Short", "price": 0 @@ -260022,9 +231816,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2021-01-06", - "examine": "An icon.", "wiki_name": "Red icon (Pointy)", "wiki_url": "https://oldschool.runescape.wiki/w/Red_icon#Pointy", "price": 0 @@ -260036,9 +231827,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2021-01-06", - "examine": "An icon.", "wiki_name": "Red icon (Split)", "wiki_url": "https://oldschool.runescape.wiki/w/Red_icon#Split", "price": 0 @@ -260050,9 +231838,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2021-01-06", - "examine": "An icon.", "wiki_name": "Red icon (Handlebar)", "wiki_url": "https://oldschool.runescape.wiki/w/Red_icon#Handlebar", "price": 0 @@ -260064,9 +231849,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2021-01-06", - "examine": "An icon.", "wiki_name": "Red icon (Mutton)", "wiki_url": "https://oldschool.runescape.wiki/w/Red_icon#Mutton", "price": 0 @@ -260078,9 +231860,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2021-01-06", - "examine": "An icon.", "wiki_name": "Red icon (Full mutton)", "wiki_url": "https://oldschool.runescape.wiki/w/Red_icon#Full_mutton", "price": 0 @@ -260092,9 +231871,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2021-01-06", - "examine": "An icon.", "wiki_name": "Red icon (Big moustache)", "wiki_url": "https://oldschool.runescape.wiki/w/Red_icon#Big_moustache", "price": 0 @@ -260106,9 +231882,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2021-01-06", - "examine": "An icon.", "wiki_name": "Red icon (Waxed moustache)", "wiki_url": "https://oldschool.runescape.wiki/w/Red_icon#Waxed_moustache", "price": 0 @@ -260120,9 +231893,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2021-01-06", - "examine": "An icon.", "wiki_name": "Red icon (Dali)", "wiki_url": "https://oldschool.runescape.wiki/w/Red_icon#Dali", "price": 0 @@ -260134,9 +231904,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2021-01-06", - "examine": "An icon.", "wiki_name": "Red icon (Vizier)", "wiki_url": "https://oldschool.runescape.wiki/w/Red_icon#Vizier", "price": 0 @@ -260147,8 +231914,6 @@ "members": true, "stackable": true, "cost": 15000, - "release_date": "2021-02-03", - "examine": "A mysterious key.", "wiki_name": "Dark key", "wiki_url": "https://oldschool.runescape.wiki/w/Dark_key", "price": 0 @@ -260162,9 +231927,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.007, - "release_date": "2021-01-06", - "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": { @@ -260196,9 +231958,6 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 0.3, - "release_date": "2021-01-06", - "examine": "An ancient ring said to bring you closer to the Gods.", "wiki_name": "Ring of the gods (i) (Soul Wars)", "wiki_url": "https://oldschool.runescape.wiki/w/Ring_of_the_gods_(i)#Soul_Wars", "equipment": { @@ -260230,9 +231989,6 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 1, - "release_date": "2021-01-06", - "examine": "An incredibly heavy ring.", "wiki_name": "Tyrannical ring (i) (Soul Wars)", "wiki_url": "https://oldschool.runescape.wiki/w/Tyrannical_ring_(i)#Soul_Wars", "equipment": { @@ -260264,9 +232020,6 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 0.4, - "release_date": "2021-01-06", - "examine": "A razor sharp ring.", "wiki_name": "Treasonous ring (i) (Soul Wars)", "wiki_url": "https://oldschool.runescape.wiki/w/Treasonous_ring_(i)#Soul_Wars", "equipment": { @@ -260298,9 +232051,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.004, - "release_date": "2021-01-06", - "examine": "A mysterious ring that can fill the wearer with magical power...", "wiki_name": "Seers ring (i) (Soul Wars)", "wiki_url": "https://oldschool.runescape.wiki/w/Seers_ring_(i)#Soul_Wars", "equipment": { @@ -260332,9 +232082,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.004, - "release_date": "2021-01-06", - "examine": "A fabled ring that improves the wearer's skill with a bow...", "wiki_name": "Archers ring (i) (Soul Wars)", "wiki_url": "https://oldschool.runescape.wiki/w/Archers_ring_(i)#Soul_Wars", "equipment": { @@ -260366,9 +232113,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.004, - "release_date": "2021-01-06", - "examine": "A legendary ring once worn by Fremennik warriors.", "wiki_name": "Warrior ring (i) (Soul Wars)", "wiki_url": "https://oldschool.runescape.wiki/w/Warrior_ring_(i)#Soul_Wars", "equipment": { @@ -260400,9 +232144,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.004, - "release_date": "2021-01-06", - "examine": "A ring reputed to bring out a berserk fury in its wearer.", "wiki_name": "Berserker ring (i) (Soul Wars)", "wiki_url": "https://oldschool.runescape.wiki/w/Berserker_ring_(i)#Soul_Wars", "equipment": { @@ -260434,9 +232175,6 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 0.007, - "release_date": "2021-01-06", - "examine": "Increases melee, ranged and magic damage & accuracy by 20% against the undead.", "wiki_name": "Salve amulet(ei) (Soul Wars)", "wiki_url": "https://oldschool.runescape.wiki/w/Salve_amulet(ei)#Soul_Wars", "equipment": { @@ -260466,9 +232204,6 @@ "cost": 430, "lowalch": 172, "highalch": 258, - "weight": 4.535, - "release_date": "2020-12-09", - "examine": "A pack containing 100 pure essence.", "wiki_name": "Essence pack (Generic)", "wiki_url": "https://oldschool.runescape.wiki/w/Essence_pack#Generic", "price": 0 @@ -260477,9 +232212,6 @@ "id": 25282, "name": "Sled", "cost": 175, - "weight": 1, - "release_date": "2020-12-09", - "examine": "A goblin-made sled.", "wiki_name": "Sled (2020 Christmas event)", "wiki_url": "https://oldschool.runescape.wiki/w/Sled_(2020_Christmas_event)", "price": 0 @@ -260488,9 +232220,6 @@ "id": 25283, "name": "Red fireflies", "cost": 1, - "weight": 0.01, - "release_date": "2020-12-09", - "examine": "What the goblins refer to as 'glowy flying things'.", "wiki_name": "Red fireflies (item)", "wiki_url": "https://oldschool.runescape.wiki/w/Red_fireflies_(item)", "price": 0 @@ -260499,9 +232228,6 @@ "id": 25284, "name": "Green fireflies", "cost": 1, - "weight": 0.01, - "release_date": "2020-12-09", - "examine": "What the goblins refer to as 'glowy flying things'.", "wiki_name": "Green fireflies (item)", "wiki_url": "https://oldschool.runescape.wiki/w/Green_fireflies_(item)", "price": 0 @@ -260510,9 +232236,6 @@ "id": 25285, "name": "Stick", "cost": 1, - "weight": 0.5, - "release_date": "2020-12-09", - "examine": "A long stick. Looks sturdy enough to push things with.", "wiki_name": "Stick (2020 Christmas event)", "wiki_url": "https://oldschool.runescape.wiki/w/Stick_(2020_Christmas_event)", "price": 0 @@ -260521,9 +232244,6 @@ "id": 25286, "name": "Mouldy sawdust", "cost": 1, - "weight": 0.1, - "release_date": "2020-12-09", - "examine": "Why would anyone keep this?", "wiki_name": "Mouldy sawdust", "wiki_url": "https://oldschool.runescape.wiki/w/Mouldy_sawdust", "price": 0 @@ -260532,9 +232252,6 @@ "id": 25287, "name": "Rotten meat", "cost": 1, - "weight": 0.3, - "release_date": "2020-12-09", - "examine": "Smells horrible.", "wiki_name": "Rotten meat", "wiki_url": "https://oldschool.runescape.wiki/w/Rotten_meat", "price": 0 @@ -260543,9 +232260,6 @@ "id": 25288, "name": "Stale bread", "cost": 1, - "weight": 0.3, - "release_date": "2020-12-09", - "examine": "Why would anyone keep this? ", "wiki_name": "Stale bread", "wiki_url": "https://oldschool.runescape.wiki/w/Stale_bread", "price": 0 @@ -260554,9 +232268,6 @@ "id": 25289, "name": "Goblin stew", "cost": 1, - "weight": 0.3, - "release_date": "2020-12-09", - "examine": "A holiday delicacy for some.", "wiki_name": "Goblin stew", "wiki_url": "https://oldschool.runescape.wiki/w/Goblin_stew", "price": 0 @@ -260565,9 +232276,6 @@ "id": 25290, "name": "Goblin gifts", "cost": 1, - "weight": 0.3, - "release_date": "2020-12-09", - "examine": "A bag of a few selected items the goblins are giving themselves for Christmas.", "wiki_name": "Goblin gifts", "wiki_url": "https://oldschool.runescape.wiki/w/Goblin_gifts", "price": 0 @@ -260579,9 +232287,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 1, - "weight": 15, - "release_date": "2020-12-09", - "examine": "That's one ginormous boulder.", "wiki_name": "Giant boulder", "wiki_url": "https://oldschool.runescape.wiki/w/Giant_boulder", "equipment": { @@ -260636,9 +232341,6 @@ "name": "Goblin decorations", "members": true, "cost": 1, - "weight": 1, - "release_date": "2020-12-09", - "examine": "Filled with decorations from the goblins. I can use these on existing furniture in my house.", "wiki_name": "Goblin decorations", "wiki_url": "https://oldschool.runescape.wiki/w/Goblin_decorations", "price": 0 @@ -260647,9 +232349,6 @@ "id": 25319, "name": "Gnome child icon", "cost": 1, - "weight": 0.08, - "release_date": "2021-01-06", - "examine": "You could use this to dedicate a player-owned house chapel to the Gnome Child.", "wiki_name": "Gnome child icon", "wiki_url": "https://oldschool.runescape.wiki/w/Gnome_child_icon", "price": 0 @@ -260662,9 +232361,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2021-01-06", - "examine": "Celebrating the 20th Anniversary of RuneScape.", "wiki_name": "20th anniversary hat", "wiki_url": "https://oldschool.runescape.wiki/w/20th_anniversary_hat", "equipment": { @@ -260695,9 +232391,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2021-01-06", - "examine": "Celebrating the 20th Anniversary of RuneScape.", "wiki_name": "20th anniversary top", "wiki_url": "https://oldschool.runescape.wiki/w/20th_anniversary_top", "equipment": { @@ -260728,9 +232421,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2021-01-06", - "examine": "Celebrating the 20th Anniversary of RuneScape.", "wiki_name": "20th anniversary bottom", "wiki_url": "https://oldschool.runescape.wiki/w/20th_anniversary_bottom", "equipment": { @@ -260761,9 +232451,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2021-01-06", - "examine": "Celebrating the 20th Anniversary of RuneScape.", "wiki_name": "20th anniversary boots", "wiki_url": "https://oldschool.runescape.wiki/w/20th_anniversary_boots", "equipment": { @@ -260794,9 +232481,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.113, - "release_date": "2021-01-06", - "examine": "Celebrating the 20th Anniversary of RuneScape.", "wiki_name": "20th anniversary gloves", "wiki_url": "https://oldschool.runescape.wiki/w/20th_anniversary_gloves", "equipment": { @@ -260827,9 +232511,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.141, - "release_date": "2021-01-06", - "examine": "Celebrating the 20th Anniversary of RuneScape.", "wiki_name": "20th anniversary necklace", "wiki_url": "https://oldschool.runescape.wiki/w/20th_anniversary_necklace", "equipment": { @@ -260860,9 +232541,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2021-01-06", - "examine": "Celebrating the 20th Anniversary of RuneScape.", "wiki_name": "20th anniversary cape", "wiki_url": "https://oldschool.runescape.wiki/w/20th_anniversary_cape", "equipment": { @@ -260893,9 +232571,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.25, - "release_date": "2021-01-06", - "examine": "The smile of childlike innocence.", "wiki_name": "Gnome child mask", "wiki_url": "https://oldschool.runescape.wiki/w/Gnome_child_mask", "equipment": { @@ -260923,9 +232598,6 @@ "name": "Ectoplasmator", "members": true, "cost": 1, - "weight": 0.035, - "release_date": "2021-01-06", - "examine": "Allows you to harvest the essence of spectral creatures.", "wiki_name": "Ectoplasmator", "wiki_url": "https://oldschool.runescape.wiki/w/Ectoplasmator", "price": 0 @@ -260935,9 +232607,6 @@ "name": "Spoils of war", "members": true, "cost": 1, - "weight": 1.285, - "release_date": "2021-01-06", - "examine": "I wonder what's inside?", "wiki_name": "Spoils of war", "wiki_url": "https://oldschool.runescape.wiki/w/Spoils_of_war", "price": 0 @@ -260951,9 +232620,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2021-01-06", - "examine": "A silky cape infused with the power of souls.", "wiki_name": "Soul cape (Red)", "wiki_url": "https://oldschool.runescape.wiki/w/Soul_cape#Red", "equipment": { @@ -260987,9 +232653,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2021-01-06", - "examine": "A silky cape infused with the power of souls.", "wiki_name": "Soul cape (Blue)", "wiki_url": "https://oldschool.runescape.wiki/w/Soul_cape#Blue", "equipment": { @@ -261021,9 +232684,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2021-01-06", - "examine": "A pint-sized bringer of existence.", "wiki_name": "Lil' creator (Lil' Creator)", "wiki_url": "https://oldschool.runescape.wiki/w/Lil'_creator#Lil'_Creator", "price": 0 @@ -261035,9 +232695,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2021-01-06", - "examine": "Harbinger of light surface scratches and minor dents.", "wiki_name": "Lil' creator (Lil' Destructor)", "wiki_url": "https://oldschool.runescape.wiki/w/Lil'_creator#Lil'_Destructor", "price": 0 @@ -261160,9 +232817,6 @@ "cost": 55000, "lowalch": 22000, "highalch": 33000, - "weight": 2.267, - "release_date": "2021-01-06", - "examine": "A formerly powerful, fiery harpoon in the colours of the Trailblazer League.", "wiki_name": "Infernal harpoon (or) (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Infernal_harpoon_(or)#Uncharged", "equipment": { @@ -261229,9 +232883,6 @@ "cost": 97950, "lowalch": 39180, "highalch": 58770, - "weight": 2.4, - "release_date": "2021-01-06", - "examine": "A formerly powerful, fiery pickaxe in the colours of the Trailblazer League.", "wiki_name": "Infernal pickaxe (or) (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Infernal_pickaxe_(or)#Uncharged", "equipment": { @@ -261298,9 +232949,6 @@ "cost": 55000, "lowalch": 22000, "highalch": 33000, - "weight": 1.36, - "release_date": "2021-01-06", - "examine": "A formerly powerful, fiery axe in the colours of the Trailblazer League.", "wiki_name": "Infernal axe (or) (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Infernal_axe_(or)#Uncharged", "equipment": { @@ -261367,9 +233015,6 @@ "cost": 55000, "lowalch": 22000, "highalch": 33000, - "weight": 2.267, - "release_date": "2021-01-06", - "examine": "A very powerful harpoon in the colours of the Trailblazer League.", "wiki_name": "Dragon harpoon (or)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_harpoon_(or)", "equipment": { @@ -261436,9 +233081,6 @@ "cost": 97950, "lowalch": 39180, "highalch": 58770, - "weight": 2.4, - "release_date": "2021-01-06", - "examine": "A very powerful pickaxe in the colours of the Trailblazer League.", "wiki_name": "Dragon pickaxe (or) (Trailblazer)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_pickaxe_(or)_(Trailblazer)", "equipment": { @@ -261505,9 +233147,6 @@ "cost": 55000, "lowalch": 22000, "highalch": 33000, - "weight": 1.36, - "release_date": "2021-01-06", - "examine": "A very powerful axe in the colours of the Trailblazer League.", "wiki_name": "Dragon axe (or)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_axe_(or)", "equipment": { @@ -261574,9 +233213,6 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 0.05, - "release_date": "2021-01-06", - "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": 770000 @@ -261591,9 +233227,6 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 0.05, - "release_date": "2021-01-06", - "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": 2404681 @@ -261608,9 +233241,6 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 0.05, - "release_date": "2021-01-06", - "examine": "A set containing Trailblazer boots, Trailblazer trousers, Trailblazer top and Trailblazer hood.", "wiki_name": "Trailblazer relic hunter (t3) armour set", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_relic_hunter_(t3)_armour_set", "price": 9369935 @@ -261627,9 +233257,6 @@ "cost": 120000, "lowalch": 48000, "highalch": 72000, - "weight": 4.535, - "release_date": "2021-01-27", - "examine": "Keeps my chest protected.", "wiki_name": "Swampbark body", "wiki_url": "https://oldschool.runescape.wiki/w/Swampbark_body", "equipment": { @@ -261667,9 +233294,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.907, - "release_date": "2021-01-27", - "examine": "These should protect my hands.", "wiki_name": "Swampbark gauntlets", "wiki_url": "https://oldschool.runescape.wiki/w/Swampbark_gauntlets", "equipment": { @@ -261707,9 +233331,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.907, - "release_date": "2021-01-27", - "examine": "Great foot protection.", "wiki_name": "Swampbark boots", "wiki_url": "https://oldschool.runescape.wiki/w/Swampbark_boots", "equipment": { @@ -261747,9 +233368,6 @@ "cost": 15000, "lowalch": 6000, "highalch": 9000, - "weight": 0.907, - "release_date": "2021-01-27", - "examine": "A rather interesting smelling helmet.", "wiki_name": "Swampbark helm", "wiki_url": "https://oldschool.runescape.wiki/w/Swampbark_helm", "equipment": { @@ -261787,9 +233405,6 @@ "cost": 80000, "lowalch": 32000, "highalch": 48000, - "weight": 3.628, - "release_date": "2021-01-27", - "examine": "Strong leg protection.", "wiki_name": "Swampbark legs", "wiki_url": "https://oldschool.runescape.wiki/w/Swampbark_legs", "equipment": { @@ -261827,10 +233442,7 @@ "cost": 120000, "lowalch": 48000, "highalch": 72000, - "weight": 4.535, "buy_limit": 70, - "release_date": "2021-01-27", - "examine": "Keeps my chest protected.", "wiki_name": "Bloodbark body", "wiki_url": "https://oldschool.runescape.wiki/w/Bloodbark_body", "equipment": { @@ -261868,9 +233480,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.907, - "release_date": "2021-01-27", - "examine": "These should protect my hands.", "wiki_name": "Bloodbark gauntlets", "wiki_url": "https://oldschool.runescape.wiki/w/Bloodbark_gauntlets", "equipment": { @@ -261908,9 +233517,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.907, - "release_date": "2021-01-27", - "examine": "Great foot protection.", "wiki_name": "Bloodbark boots", "wiki_url": "https://oldschool.runescape.wiki/w/Bloodbark_boots", "equipment": { @@ -261948,9 +233554,6 @@ "cost": 15000, "lowalch": 6000, "highalch": 9000, - "weight": 0.907, - "release_date": "2021-01-27", - "examine": "A rather interesting smelling helmet.", "wiki_name": "Bloodbark helm", "wiki_url": "https://oldschool.runescape.wiki/w/Bloodbark_helm", "equipment": { @@ -261988,10 +233591,7 @@ "cost": 80000, "lowalch": 32000, "highalch": 48000, - "weight": 3.628, "buy_limit": 70, - "release_date": "2021-01-27", - "examine": "Strong leg protection.", "wiki_name": "Bloodbark legs", "wiki_url": "https://oldschool.runescape.wiki/w/Bloodbark_legs", "equipment": { @@ -262027,10 +233627,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.36, "buy_limit": 7500, - "release_date": "2021-01-27", - "examine": "The remains of a deadly shade.", "wiki_name": "Urium remains", "wiki_url": "https://oldschool.runescape.wiki/w/Urium_remains", "price": 6451 @@ -262042,9 +233639,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, - "release_date": "2021-01-27", - "examine": "A worthy offering to a dark god.", "wiki_name": "Bleached bones", "wiki_url": "https://oldschool.runescape.wiki/w/Bleached_bones", "price": 0 @@ -262056,9 +233650,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.01, - "release_date": "2021-01-27", - "examine": "A gold key with a red painted eyelet.", "wiki_name": "Gold key red", "wiki_url": "https://oldschool.runescape.wiki/w/Gold_key_red", "price": 0 @@ -262070,9 +233661,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.01, - "release_date": "2021-01-27", - "examine": "A gold key with a brown painted eyelet.", "wiki_name": "Gold key brown", "wiki_url": "https://oldschool.runescape.wiki/w/Gold_key_brown", "price": 0 @@ -262084,9 +233672,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.01, - "release_date": "2021-01-27", - "examine": "A gold key with a crimson painted eyelet.", "wiki_name": "Gold key crimson", "wiki_url": "https://oldschool.runescape.wiki/w/Gold_key_crimson", "price": 0 @@ -262098,9 +233683,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.01, - "release_date": "2021-01-27", - "examine": "A gold key with a black painted eyelet.", "wiki_name": "Gold key black", "wiki_url": "https://oldschool.runescape.wiki/w/Gold_key_black", "price": 0 @@ -262112,9 +233694,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.01, - "release_date": "2021-01-27", - "examine": "A gold key with a purple painted eyelet.", "wiki_name": "Gold key purple", "wiki_url": "https://oldschool.runescape.wiki/w/Gold_key_purple", "price": 0 @@ -262128,9 +233707,6 @@ "cost": 25000, "lowalch": 10000, "highalch": 15000, - "weight": 0.907, - "release_date": "2021-01-27", - "examine": "A well fashioned robe with a strange aura emanating.", "wiki_name": "Zealot's robe top", "wiki_url": "https://oldschool.runescape.wiki/w/Zealot's_robe_top", "equipment": { @@ -262162,9 +233738,6 @@ "cost": 24500, "lowalch": 9800, "highalch": 14700, - "weight": 0.907, - "release_date": "2021-01-27", - "examine": "A well fashioned robe with a strange aura emanating.", "wiki_name": "Zealot's robe bottom", "wiki_url": "https://oldschool.runescape.wiki/w/Zealot's_robe_bottom", "equipment": { @@ -262196,9 +233769,6 @@ "cost": 24400, "lowalch": 9760, "highalch": 14640, - "weight": 2.267, - "release_date": "2021-01-27", - "examine": "A well fashioned helmet with a strange aura emanating.", "wiki_name": "Zealot's helm", "wiki_url": "https://oldschool.runescape.wiki/w/Zealot's_helm", "equipment": { @@ -262230,9 +233800,6 @@ "cost": 24400, "lowalch": 9760, "highalch": 14640, - "weight": 0.283, - "release_date": "2021-01-27", - "examine": "A well fashioned pair of boots with a strange aura emanating.", "wiki_name": "Zealot's boots", "wiki_url": "https://oldschool.runescape.wiki/w/Zealot's_boots", "equipment": { @@ -262265,10 +233832,7 @@ "cost": 800, "lowalch": 320, "highalch": 480, - "weight": 0.283, "buy_limit": 8, - "release_date": "2021-01-27", - "examine": "Perhaps someone can do something with this.", "wiki_name": "Bronze locks", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_locks", "price": 977 @@ -262283,10 +233847,7 @@ "cost": 1600, "lowalch": 640, "highalch": 960, - "weight": 0.283, "buy_limit": 8, - "release_date": "2021-01-27", - "examine": "Perhaps someone can do something with this.", "wiki_name": "Steel locks", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_locks", "price": 225 @@ -262301,10 +233862,7 @@ "cost": 3200, "lowalch": 1280, "highalch": 1920, - "weight": 0.283, "buy_limit": 8, - "release_date": "2021-01-27", - "examine": "Perhaps someone can do something with this.", "wiki_name": "Black locks", "wiki_url": "https://oldschool.runescape.wiki/w/Black_locks", "price": 958 @@ -262319,10 +233877,7 @@ "cost": 19200, "lowalch": 7680, "highalch": 11520, - "weight": 0.283, "buy_limit": 8, - "release_date": "2021-01-27", - "examine": "Perhaps someone can do something with this.", "wiki_name": "Silver locks", "wiki_url": "https://oldschool.runescape.wiki/w/Silver_locks", "price": 11403 @@ -262337,10 +233892,7 @@ "cost": 32000, "lowalch": 12800, "highalch": 19200, - "weight": 0.283, "buy_limit": 8, - "release_date": "2021-01-27", - "examine": "Perhaps someone can do something with this.", "wiki_name": "Gold locks", "wiki_url": "https://oldschool.runescape.wiki/w/Gold_locks", "price": 25000 @@ -262350,9 +233902,6 @@ "name": "Broken coffin", "members": true, "cost": 1, - "weight": 1, - "release_date": "2021-01-27", - "examine": "A broken coffin, looks like it could be repaired.", "wiki_name": "Broken coffin", "wiki_url": "https://oldschool.runescape.wiki/w/Broken_coffin", "price": 0 @@ -262366,9 +233915,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2021-01-27", - "examine": "Can store up to 3 shade remains.", "wiki_name": "Bronze coffin (Closed)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_coffin#Closed", "equipment": { @@ -262400,9 +233946,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2021-01-27", - "examine": "Can store up to 8 shade remains.", "wiki_name": "Steel coffin (Closed)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_coffin#Closed", "equipment": { @@ -262434,9 +233977,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2021-01-27", - "examine": "Can store up to 14 shade remains.", "wiki_name": "Black coffin (Closed)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_coffin#Closed", "equipment": { @@ -262468,9 +234008,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2021-01-27", - "examine": "Can store up to 20 shade remains.", "wiki_name": "Silver coffin (Closed)", "wiki_url": "https://oldschool.runescape.wiki/w/Silver_coffin#Closed", "equipment": { @@ -262502,9 +234039,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2021-01-27", - "examine": "Can store up to 28 shade remains.", "wiki_name": "Gold coffin (Closed)", "wiki_url": "https://oldschool.runescape.wiki/w/Gold_coffin#Closed", "equipment": { @@ -262536,9 +234070,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2021-01-27", - "examine": "Can store up to 3 shade remains.", "wiki_name": "Bronze coffin (Open)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_coffin#Open", "equipment": { @@ -262570,9 +234101,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2021-01-27", - "examine": "Can store up to 8 shade remains.", "wiki_name": "Steel coffin (Open)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_coffin#Open", "equipment": { @@ -262604,9 +234132,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2021-01-27", - "examine": "Can store up to 14 shade remains.", "wiki_name": "Black coffin (Open)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_coffin#Open", "equipment": { @@ -262638,9 +234163,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2021-01-27", - "examine": "Can store up to 20 shade remains.", "wiki_name": "Silver coffin (Open)", "wiki_url": "https://oldschool.runescape.wiki/w/Silver_coffin#Open", "equipment": { @@ -262672,9 +234194,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2021-01-27", - "examine": "Can store up to 28 shade remains.", "wiki_name": "Gold coffin (Open)", "wiki_url": "https://oldschool.runescape.wiki/w/Gold_coffin#Open", "equipment": { @@ -262704,9 +234223,6 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "weight": 0.003, - "release_date": "2021-01-27", - "examine": "A worn diary with a dark green cover.", "wiki_name": "Tree wizards' journal", "wiki_url": "https://oldschool.runescape.wiki/w/Tree_wizards'_journal", "price": 0 @@ -262718,9 +234234,6 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "weight": 0.003, - "release_date": "2021-01-27", - "examine": "A worn diary with a blood red cover.", "wiki_name": "Bloody notes", "wiki_url": "https://oldschool.runescape.wiki/w/Bloody_notes", "price": 0 @@ -262735,10 +234248,7 @@ "cost": 400, "lowalch": 160, "highalch": 240, - "weight": 0.015, "buy_limit": 50, - "release_date": "2021-01-27", - "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": 2828 @@ -262753,10 +234263,7 @@ "cost": 600, "lowalch": 240, "highalch": 360, - "weight": 0.015, "buy_limit": 50, - "release_date": "2021-01-27", - "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": 8000 @@ -262772,9 +234279,6 @@ "cost": 120000, "lowalch": 48000, "highalch": 72000, - "weight": 2.825, - "release_date": "2023-07-26", - "examine": "An axe that manipulates the very lifeforce of those who touch it.", "wiki_name": "Webweaver bow (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Webweaver_bow#Uncharged", "equipment": { @@ -262842,9 +234346,6 @@ "cost": 120000, "lowalch": 48000, "highalch": 72000, - "weight": 0.012, - "release_date": "2023-04-12", - "examine": "An occult ring made of compounded blood.", "wiki_name": "Webweaver bow (Charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Webweaver_bow#Charged", "equipment": { @@ -262878,9 +234379,6 @@ "cost": 120000, "lowalch": 48000, "highalch": 72000, - "weight": 0.012, - "release_date": "2023-04-12", - "examine": "An occult ring made of fractured ice.", "wiki_name": "Ursine chainmace (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Ursine_chainmace#Uncharged", "equipment": { @@ -262914,9 +234412,6 @@ "cost": 120000, "lowalch": 48000, "highalch": 72000, - "weight": 0.012, - "release_date": "2023-04-12", - "examine": "An occult ring made of crystallised smoke.", "wiki_name": "Ursine chainmace (Charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Ursine_chainmace#Charged", "equipment": { @@ -262950,9 +234445,6 @@ "cost": 120000, "lowalch": 48000, "highalch": 72000, - "weight": 0.012, - "release_date": "2023-04-12", - "examine": "An occult ring made of bound shadow.", "wiki_name": "Accursed sceptre (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Accursed_sceptre#Uncharged", "equipment": { @@ -262987,9 +234479,6 @@ "cost": 120000, "lowalch": 48000, "highalch": 72000, - "weight": 2.267, - "release_date": "2023-07-26", - "examine": "A very old and powerful stick, enhanced with the power of blood magic.", "wiki_name": "Accursed sceptre (Charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Accursed_sceptre#Charged", "equipment": { @@ -263065,9 +234554,6 @@ "cost": 5000000, "lowalch": 2000000, "highalch": 3000000, - "weight": 2.267, - "release_date": "2023-07-26", - "examine": "A very old and powerful stick, enhanced with the power of ice magic.", "wiki_name": "Voidwaker", "wiki_url": "https://oldschool.runescape.wiki/w/Voidwaker", "equipment": { @@ -263145,9 +234631,6 @@ "cost": 120000, "lowalch": 48000, "highalch": 72000, - "weight": 2.267, - "release_date": "2023-07-26", - "examine": "A very old and powerful stick, enhanced with the power of smoke magic.", "wiki_name": "Accursed sceptre (a) (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Accursed_sceptre_(a)#Uncharged", "equipment": { @@ -263223,9 +234706,6 @@ "cost": 120000, "lowalch": 48000, "highalch": 72000, - "weight": 2.267, - "release_date": "2023-07-26", - "examine": "A very old and powerful stick, enhanced with the power of shadow magic.", "wiki_name": "Accursed sceptre (a) (Charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Accursed_sceptre_(a)#Charged", "equipment": { @@ -263300,9 +234780,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2021-02-17", - "examine": "A cursed banana which forces the individual to take on monkey-like mannerisms.", "wiki_name": "Cursed banana", "wiki_url": "https://oldschool.runescape.wiki/w/Cursed_banana", "equipment": { @@ -263359,9 +234836,6 @@ "equipable": true, "equipable_by_player": true, "cost": 0, - "weight": 0.453, - "release_date": "2021-02-17", - "examine": "The cape worn by master banana peelers.", "wiki_name": "Banana cape", "wiki_url": "https://oldschool.runescape.wiki/w/Banana_cape", "equipment": { @@ -263392,9 +234866,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 9.979, - "release_date": "2021-02-24", - "examine": "Dharok the Wretched's platebody armour.", "wiki_name": "Dharok's platebody (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Dharok's_platebody_(Last_Man_Standing)", "equipment": { @@ -263426,9 +234897,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 3.175, - "release_date": "2021-02-24", - "examine": "Dharok the Wretched's greataxe.", "wiki_name": "Dharok's greataxe (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Dharok's_greataxe_(Last_Man_Standing)", "equipment": { @@ -263492,9 +234960,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 50, - "weight": 1.6, - "release_date": "2021-02-24", - "examine": "An ancient staff corrupted by darkness. A volatile orb has been added to it.", "wiki_name": "Volatile nightmare staff (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Volatile_nightmare_staff_(Last_Man_Standing)", "equipment": { @@ -263566,9 +235031,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.453, - "release_date": "2021-02-24", - "examine": "The hat of a powerful sorceress from a bygone era.", "wiki_name": "Ancestral hat (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Ancestral_hat_(Last_Man_Standing)", "equipment": { @@ -263598,9 +235060,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2021-03-03", - "examine": "Small, troublesome, cute.", "wiki_name": "Tzrek-jad (JalRek-Jad)", "wiki_url": "https://oldschool.runescape.wiki/w/Tzrek-jad#JalRek-Jad", "price": 0 @@ -263615,10 +235074,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.04, "buy_limit": 4, - "release_date": "2021-03-17", - "examine": "How does someone jar this?", "wiki_name": "Jar of spirits", "wiki_url": "https://oldschool.runescape.wiki/w/Jar_of_spirits", "price": 36896 @@ -263633,10 +235089,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.04, "buy_limit": 4, - "release_date": "2021-03-17", - "examine": "Don't breathe in.", "wiki_name": "Jar of smoke", "wiki_url": "https://oldschool.runescape.wiki/w/Jar_of_smoke", "price": 21067 @@ -263646,8 +235099,6 @@ "name": "Stardust", "stackable": true, "cost": 50, - "release_date": "2021-03-17", - "examine": "Small, shiny bits of rock. Someone at the Mining Guild might find them interesting.", "wiki_name": "Stardust", "wiki_url": "https://oldschool.runescape.wiki/w/Stardust", "price": 0 @@ -263657,9 +235108,6 @@ "name": "Soft clay pack", "members": true, "cost": 150, - "weight": 4.535, - "release_date": "2021-03-17", - "examine": "A pack containing 100 pieces of soft clay.", "wiki_name": "Soft clay pack (Stardust)", "wiki_url": "https://oldschool.runescape.wiki/w/Soft_clay_pack#Stardust", "price": 0 @@ -263669,9 +235117,6 @@ "name": "Essence pack", "members": true, "cost": 150, - "weight": 4.535, - "release_date": "2021-03-17", - "examine": "A pack containing 100 pure essence.", "wiki_name": "Essence pack (Stardust)", "wiki_url": "https://oldschool.runescape.wiki/w/Essence_pack#Stardust", "price": 0 @@ -263681,9 +235126,6 @@ "name": "Bag full of gems", "members": true, "cost": 300, - "weight": 1, - "release_date": "2021-03-17", - "examine": "Contains gems - but which ones?", "wiki_name": "Bag full of gems (Stardust)", "wiki_url": "https://oldschool.runescape.wiki/w/Bag_full_of_gems#Stardust", "price": 0 @@ -263697,9 +235139,6 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 0.006, - "release_date": "2021-03-17", - "examine": "A ring forged in the heart of a shooting star. It provides some useful mining boosts.", "wiki_name": "Celestial ring (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Celestial_ring#Uncharged", "equipment": { @@ -263731,9 +235170,6 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 0.006, - "release_date": "2021-03-17", - "examine": "A ring forged in the heart of a shooting star. It provides some useful mining boosts.", "wiki_name": "Celestial ring (Charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Celestial_ring#Charged", "equipment": { @@ -263765,9 +235201,6 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 0.006, - "release_date": "2021-03-17", - "examine": "A ring forged in the heart of a shooting star. It provides some useful mining boosts.", "wiki_name": "Celestial signet (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Celestial_signet#Uncharged", "equipment": { @@ -263799,9 +235232,6 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 0.006, - "release_date": "2021-03-17", - "examine": "A ring forged in the heart of a shooting star. It provides some useful mining boosts.", "wiki_name": "Celestial signet (Charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Celestial_signet#Charged", "equipment": { @@ -263829,9 +235259,6 @@ "name": "Star fragment", "members": true, "cost": 3000, - "weight": 2.721, - "release_date": "2021-03-17", - "examine": "A fragment of a long-dead star. You can use it to recolour Prospector equipment.", "wiki_name": "Star fragment", "wiki_url": "https://oldschool.runescape.wiki/w/Star_fragment", "price": 0 @@ -263845,9 +235272,6 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 0.907, - "release_date": "2021-03-17", - "examine": "Helps you when you're mining. Looks good too.", "wiki_name": "Golden prospector helmet", "wiki_url": "https://oldschool.runescape.wiki/w/Golden_prospector_helmet", "equipment": { @@ -263879,9 +235303,6 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 1.36, - "release_date": "2021-03-17", - "examine": "Helps you when you're mining. Looks good too.", "wiki_name": "Golden prospector jacket", "wiki_url": "https://oldschool.runescape.wiki/w/Golden_prospector_jacket", "equipment": { @@ -263913,9 +235334,6 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 0.907, - "release_date": "2021-03-17", - "examine": "Helps you when you're mining. Looks good too.", "wiki_name": "Golden prospector legs", "wiki_url": "https://oldschool.runescape.wiki/w/Golden_prospector_legs", "equipment": { @@ -263947,9 +235365,6 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 0.907, - "release_date": "2021-03-17", - "examine": "Helps you when you're mining. Looks good too.", "wiki_name": "Golden prospector boots", "wiki_url": "https://oldschool.runescape.wiki/w/Golden_prospector_boots", "equipment": { @@ -263981,9 +235396,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.34, - "release_date": "2021-03-17", - "examine": "Spooky, scary, strangely uncomfortable flippers.", "wiki_name": "Dark flippers", "wiki_url": "https://oldschool.runescape.wiki/w/Dark_flippers", "equipment": { @@ -264013,9 +235425,6 @@ "cost": 3500, "lowalch": 1400, "highalch": 2100, - "weight": 0.7, - "release_date": "2021-03-24", - "examine": "It's a big one! I should get this stuffed!", "wiki_name": "Big harpoonfish", "wiki_url": "https://oldschool.runescape.wiki/w/Big_harpoonfish", "price": 0 @@ -264027,9 +235436,6 @@ "cost": 3500, "lowalch": 1400, "highalch": 2100, - "weight": 0.9, - "release_date": "2021-03-24", - "examine": "I should mount this on my wall!", "wiki_name": "Stuffed big harpoonfish", "wiki_url": "https://oldschool.runescape.wiki/w/Stuffed_big_harpoonfish", "price": 0 @@ -264050,9 +235456,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, - "release_date": "2021-03-24", - "examine": "An all natural harpoon substitute.", "wiki_name": "Raw harpoonfish", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_harpoonfish", "price": 0 @@ -264064,9 +235467,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.45, - "release_date": "2021-03-24", - "examine": "Looks like it would pack a punch.", "wiki_name": "Harpoonfish", "wiki_url": "https://oldschool.runescape.wiki/w/Harpoonfish", "price": 0 @@ -264078,9 +235478,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.6, - "release_date": "2021-03-24", - "examine": "Its scales have been turned to crystal.", "wiki_name": "Crystallised harpoonfish", "wiki_url": "https://oldschool.runescape.wiki/w/Crystallised_harpoonfish", "price": 0 @@ -264091,9 +235488,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.51, - "release_date": "2021-03-24", - "examine": "A soaked and battered log from The Desert Trout's last fishing trip.", "wiki_name": "The desert trout - ship's log", "wiki_url": "https://oldschool.runescape.wiki/w/The_desert_trout_-_ship's_log", "price": 0 @@ -264104,9 +235498,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.51, - "release_date": "2021-03-24", - "examine": "Notes and research on Tempoross written by the Spirit Anglers.", "wiki_name": "Spirit anglers research notes", "wiki_url": "https://oldschool.runescape.wiki/w/Spirit_anglers_research_notes", "price": 0 @@ -264120,9 +235511,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2021-03-24", - "examine": "This egg appears to have been for a swim recently. It probably wouldn't taste very nice.", "wiki_name": "Damp egg", "wiki_url": "https://oldschool.runescape.wiki/w/Damp_egg", "price": 0 @@ -264136,9 +235524,6 @@ "cost": 19500, "lowalch": 7800, "highalch": 11700, - "weight": 1, - "release_date": "2021-03-24", - "examine": "An ancient tome containing the secrets of water magic.", "wiki_name": "Tome of water (Charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Tome_of_water#Charged", "equipment": { @@ -264173,9 +235558,6 @@ "cost": 19500, "lowalch": 7800, "highalch": 11700, - "weight": 1, - "release_date": "2021-03-24", - "examine": "An ancient tome containing the secrets of water magic.", "wiki_name": "Tome of water (Empty)", "wiki_url": "https://oldschool.runescape.wiki/w/Tome_of_water#Empty", "equipment": { @@ -264209,8 +235591,6 @@ "lowalch": 68, "highalch": 102, "buy_limit": 11000, - "release_date": "2021-03-24", - "examine": "It feels clammy, like second-hand toilet paper.", "wiki_name": "Soaked page", "wiki_url": "https://oldschool.runescape.wiki/w/Soaked_page", "price": 1734 @@ -264220,9 +235600,6 @@ "name": "Tackle box", "members": true, "cost": 850, - "weight": 0.95, - "release_date": "2021-03-24", - "examine": "Holds assorted Fishing tackle.", "wiki_name": "Tackle box", "wiki_url": "https://oldschool.runescape.wiki/w/Tackle_box", "price": 0, @@ -264236,9 +235613,6 @@ "cost": 720, "lowalch": 288, "highalch": 432, - "weight": 1.39, - "release_date": "2021-03-24", - "examine": "Like stashing fish in a barrel.", "wiki_name": "Fish barrel (Closed)", "wiki_url": "https://oldschool.runescape.wiki/w/Fish_barrel#Closed", "price": 0 @@ -264250,9 +235624,6 @@ "cost": 720, "lowalch": 288, "highalch": 432, - "weight": 1.39, - "release_date": "2021-03-24", - "examine": "Like stashing fish in a barrel.", "wiki_name": "Fish barrel (Open)", "wiki_url": "https://oldschool.runescape.wiki/w/Fish_barrel#Open", "price": 0 @@ -264266,9 +235637,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 2.267, - "release_date": "2021-03-24", - "examine": "There's something fishy about this...", "wiki_name": "Fish sack barrel (Closed)", "wiki_url": "https://oldschool.runescape.wiki/w/Fish_sack_barrel#Closed", "equipment": { @@ -264300,9 +235668,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 2.267, - "release_date": "2021-03-24", - "examine": "There's something fishy about this...", "wiki_name": "Fish sack barrel (Open)", "wiki_url": "https://oldschool.runescape.wiki/w/Fish_sack_barrel#Open", "equipment": { @@ -264333,8 +235698,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "release_date": "2021-03-24", - "examine": "Fish flakes infused with spirit energy that help attract extra fish while you're fishing.", "wiki_name": "Spirit flakes", "wiki_url": "https://oldschool.runescape.wiki/w/Spirit_flakes", "price": 0 @@ -264345,8 +235708,6 @@ "members": true, "stackable": true, "cost": 50, - "release_date": "2021-03-24", - "examine": "I hope there's treasure in it.", "wiki_name": "Casket (Reward pool)", "wiki_url": "https://oldschool.runescape.wiki/w/Casket_(Reward_pool)", "price": 0 @@ -264360,9 +235721,6 @@ "cost": 120, "lowalch": 48, "highalch": 72, - "weight": 0.5, - "release_date": "2021-03-24", - "examine": "This will help with fishing.", "wiki_name": "Spirit angler headband", "wiki_url": "https://oldschool.runescape.wiki/w/Spirit_angler_headband", "equipment": { @@ -264394,9 +235752,6 @@ "cost": 120, "lowalch": 48, "highalch": 72, - "weight": 1, - "release_date": "2021-03-24", - "examine": "This will help with fishing.", "wiki_name": "Spirit angler top", "wiki_url": "https://oldschool.runescape.wiki/w/Spirit_angler_top", "equipment": { @@ -264428,9 +235783,6 @@ "cost": 120, "lowalch": 48, "highalch": 72, - "weight": 1, - "release_date": "2021-03-24", - "examine": "This will help with fishing.", "wiki_name": "Spirit angler waders", "wiki_url": "https://oldschool.runescape.wiki/w/Spirit_angler_waders", "equipment": { @@ -264462,9 +235814,6 @@ "cost": 120, "lowalch": 48, "highalch": 72, - "weight": 1, - "release_date": "2021-03-24", - "examine": "Where's Welly?", "wiki_name": "Spirit angler boots", "wiki_url": "https://oldschool.runescape.wiki/w/Spirit_angler_boots", "equipment": { @@ -264494,9 +235843,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2021-03-24", - "examine": "Smells a little fishy.", "wiki_name": "Heron (Great blue)", "wiki_url": "https://oldschool.runescape.wiki/w/Heron#Great_blue", "price": 0 @@ -264506,9 +235852,6 @@ "name": "Tiny tempor", "members": true, "cost": 1, - "weight": 0.015, - "release_date": "2021-03-24", - "examine": "So smol, so anger.", "wiki_name": "Tiny tempor", "wiki_url": "https://oldschool.runescape.wiki/w/Tiny_tempor", "price": 0 @@ -264520,9 +235863,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 0, - "weight": 0.1, - "release_date": "2021-03-24", - "examine": "Hold the door!", "wiki_name": "Gregg's eastdoor", "wiki_url": "https://oldschool.runescape.wiki/w/Gregg's_eastdoor", "equipment": { @@ -264578,9 +235918,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.056, - "release_date": "2021-03-24", - "examine": "Disappointingly static.", "wiki_name": "Propeller hat", "wiki_url": "https://oldschool.runescape.wiki/w/Propeller_hat", "equipment": { @@ -264607,9 +235944,6 @@ "id": 25608, "name": "Gregg's iou", "cost": 1, - "weight": 0.01, - "release_date": "2021-03-24", - "examine": "An IOU for 5 coins.", "wiki_name": "Gregg's iou", "wiki_url": "https://oldschool.runescape.wiki/w/Gregg's_iou", "price": 0 @@ -264618,9 +235952,6 @@ "id": 25609, "name": "Pastel flowers", "cost": 1, - "weight": 0.002, - "release_date": "2021-03-24", - "examine": "Pretty flowers used to make dyes.", "wiki_name": "Pastel flowers", "wiki_url": "https://oldschool.runescape.wiki/w/Pastel_flowers", "price": 0 @@ -264629,9 +235960,6 @@ "id": 25610, "name": "Thick dye", "cost": 1, - "weight": 0.02, - "release_date": "2021-03-24", - "examine": "Congealed dye that could probably be used as paint.", "wiki_name": "Thick dye", "wiki_url": "https://oldschool.runescape.wiki/w/Thick_dye", "price": 0 @@ -264650,9 +235978,6 @@ "name": "S.t.a.s.h blueprint", "members": true, "cost": 1, - "weight": 0.1, - "release_date": "2021-04-07", - "examine": "I can use this to build a chart in my house.", "wiki_name": "S.t.a.s.h blueprint", "wiki_url": "https://oldschool.runescape.wiki/w/S.t.a.s.h_blueprint", "price": 0 @@ -264664,9 +235989,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2021-04-07", - "examine": "Keep Molin', molin' molin' molin'!", "wiki_name": "Baby mole (Mole-rat)", "wiki_url": "https://oldschool.runescape.wiki/w/Baby_mole#Mole-rat", "price": 0 @@ -264687,9 +236009,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2, - "release_date": "2021-04-14", - "examine": "Made from the unearthly material, barronite. This one is broken.", "wiki_name": "Barronite mace (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Barronite_mace#Broken", "price": 0 @@ -264700,9 +236019,6 @@ "cost": 25, "lowalch": 10, "highalch": 15, - "weight": 0.02, - "release_date": "2021-04-14", - "examine": "Perfect combination of beef and bread.", "wiki_name": "Steak sandwich", "wiki_url": "https://oldschool.runescape.wiki/w/Steak_sandwich", "price": 0 @@ -264714,9 +236030,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2021-04-14", - "examine": "Once, this was good for holding and hitting things!", "wiki_name": "Imcando hammer (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Imcando_hammer#Broken", "price": 0 @@ -264727,9 +236040,6 @@ "cost": 8532, "lowalch": 3412, "highalch": 5119, - "weight": 2.5, - "release_date": "2021-04-14", - "examine": "A strong weapon head made from barronite.", "wiki_name": "Barronite head", "wiki_url": "https://oldschool.runescape.wiki/w/Barronite_head", "price": 0 @@ -264740,9 +236050,6 @@ "cost": 8532, "lowalch": 3412, "highalch": 5119, - "weight": 2.5, - "release_date": "2021-04-14", - "examine": "A robust piece of barronite.", "wiki_name": "Barronite handle", "wiki_url": "https://oldschool.runescape.wiki/w/Barronite_handle", "price": 0 @@ -264753,9 +236060,6 @@ "cost": 8532, "lowalch": 3412, "highalch": 5119, - "weight": 2.5, - "release_date": "2021-04-14", - "examine": "A chunky piece of barronite.", "wiki_name": "Barronite guard", "wiki_url": "https://oldschool.runescape.wiki/w/Barronite_guard", "price": 0 @@ -264769,9 +236073,6 @@ "cost": 10500, "lowalch": 4200, "highalch": 6300, - "weight": 2, - "release_date": "2021-04-14", - "examine": "Made from the unearthly material, barronite.", "wiki_name": "Barronite mace (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Barronite_mace#Normal", "equipment": { @@ -264832,9 +236133,6 @@ "cost": 10499, "lowalch": 4199, "highalch": 6299, - "weight": 2, - "release_date": "2021-04-14", - "examine": "Made from the unearthly material, barronite.", "wiki_name": "Barronite mace (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Barronite_mace#Locked", "equipment": { @@ -264894,9 +236192,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2, - "release_date": "2021-04-14", - "examine": "It's good for holding and hitting things!", "wiki_name": "Imcando hammer (Repaired)", "wiki_url": "https://oldschool.runescape.wiki/w/Imcando_hammer#Repaired", "equipment": { @@ -264952,9 +236247,6 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 1, - "release_date": "2021-04-14", - "examine": "A small, light box, don't think it contains anything valuable.", "wiki_name": "Simple lockbox (Inside vault)", "wiki_url": "https://oldschool.runescape.wiki/w/Simple_lockbox#Inside_vault", "price": 0 @@ -264965,9 +236257,6 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 1, - "release_date": "2021-04-14", - "examine": "A small, light box, don't think it contains anything valuable.", "wiki_name": "Simple lockbox (Outside vault)", "wiki_url": "https://oldschool.runescape.wiki/w/Simple_lockbox#Outside_vault", "price": 0 @@ -264978,9 +236267,6 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 1, - "release_date": "2021-04-14", - "examine": "Might contain something valuable inside.", "wiki_name": "Elaborate lockbox (Inside vault)", "wiki_url": "https://oldschool.runescape.wiki/w/Elaborate_lockbox#Inside_vault", "price": 0 @@ -264991,9 +236277,6 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 10, - "release_date": "2021-04-14", - "examine": "Might contain something valuable inside.", "wiki_name": "Elaborate lockbox (Outside vault)", "wiki_url": "https://oldschool.runescape.wiki/w/Elaborate_lockbox#Outside_vault", "price": 0 @@ -265004,9 +236287,6 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 1, - "release_date": "2021-04-14", - "examine": "A heavy, well decorated box that could contain something valuable.", "wiki_name": "Ornate lockbox (Inside vault)", "wiki_url": "https://oldschool.runescape.wiki/w/Ornate_lockbox#Inside_vault", "price": 0 @@ -265017,9 +236297,6 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 20, - "release_date": "2021-04-14", - "examine": "A heavy, well decorated box that could contain something valuable.", "wiki_name": "Ornate lockbox (Outside vault)", "wiki_url": "https://oldschool.runescape.wiki/w/Ornate_lockbox#Outside_vault", "price": 0 @@ -265030,9 +236307,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.12, - "release_date": "2021-04-14", - "examine": "This needs to be prepared on the preparation table.", "wiki_name": "Raw guppy", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_guppy", "price": 0 @@ -265043,9 +236317,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.12, - "release_date": "2021-04-14", - "examine": "This should be offered up at the altar.", "wiki_name": "Guppy", "wiki_url": "https://oldschool.runescape.wiki/w/Guppy", "price": 0 @@ -265056,9 +236327,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.12, - "release_date": "2021-04-14", - "examine": "A guppy you ruined during preparation.", "wiki_name": "Ruined guppy", "wiki_url": "https://oldschool.runescape.wiki/w/Ruined_guppy", "price": 0 @@ -265069,9 +236337,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.12, - "release_date": "2021-04-14", - "examine": "This needs to be prepared on the preparation table.", "wiki_name": "Raw cavefish", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_cavefish", "price": 0 @@ -265082,9 +236347,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.12, - "release_date": "2021-04-14", - "examine": "This should be offered up at the altar.", "wiki_name": "Cavefish", "wiki_url": "https://oldschool.runescape.wiki/w/Cavefish", "price": 0 @@ -265095,9 +236357,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.12, - "release_date": "2021-04-14", - "examine": "A cavefish you ruined during preparation.", "wiki_name": "Ruined cavefish", "wiki_url": "https://oldschool.runescape.wiki/w/Ruined_cavefish", "price": 0 @@ -265108,9 +236367,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.12, - "release_date": "2021-04-14", - "examine": "This needs to be prepared on the preparation table.", "wiki_name": "Raw tetra", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_tetra", "price": 0 @@ -265121,9 +236377,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.12, - "release_date": "2021-04-14", - "examine": "This should be offered up at the altar.", "wiki_name": "Tetra", "wiki_url": "https://oldschool.runescape.wiki/w/Tetra", "price": 0 @@ -265134,9 +236387,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.12, - "release_date": "2021-04-14", - "examine": "A tetra you ruined during preparation.", "wiki_name": "Ruined tetra", "wiki_url": "https://oldschool.runescape.wiki/w/Ruined_tetra", "price": 0 @@ -265148,9 +236398,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.12, - "release_date": "2021-04-14", - "examine": "This needs to be prepared on the preparation table.", "wiki_name": "Raw catfish", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_catfish", "price": 0 @@ -265162,9 +236409,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.12, - "release_date": "2021-04-14", - "examine": "This should be offered up at the altar.", "wiki_name": "Catfish", "wiki_url": "https://oldschool.runescape.wiki/w/Catfish", "price": 0 @@ -265176,9 +236420,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.12, - "release_date": "2021-04-14", - "examine": "A catfish you ruined during preparation.", "wiki_name": "Ruined catfish", "wiki_url": "https://oldschool.runescape.wiki/w/Ruined_catfish", "price": 0 @@ -265190,8 +236431,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2021-04-14", - "examine": "Shards of strange glowing ore.", "wiki_name": "Barronite shards", "wiki_url": "https://oldschool.runescape.wiki/w/Barronite_shards", "price": 0 @@ -265202,9 +236441,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.2, - "release_date": "2021-04-14", - "examine": "A deposit of strange glowing ore that looks quite smashable. I wonder what's inside?", "wiki_name": "Barronite deposit", "wiki_url": "https://oldschool.runescape.wiki/w/Barronite_deposit", "price": 0 @@ -265215,9 +236451,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2021-04-14", - "examine": "A globe showing the heavens. This belongs in a museum.", "wiki_name": "Ancient globe", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_globe", "price": 0 @@ -265228,9 +236461,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2021-04-14", - "examine": "A petrified book. This belongs in a museum.", "wiki_name": "Ancient ledger", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_ledger", "price": 0 @@ -265241,9 +236471,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2021-04-14", - "examine": "Too delicate to repair. This belongs in a museum.", "wiki_name": "Ancient astroscope", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_astroscope", "price": 0 @@ -265254,9 +236481,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2021-04-14", - "examine": "An untranslatable scroll. This belongs in a museum.", "wiki_name": "Ancient treatise", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_treatise", "price": 0 @@ -265267,9 +236491,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2021-04-14", - "examine": "Too delicate to be worn. This belongs in a museum.", "wiki_name": "Ancient carcanet", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_carcanet", "price": 0 @@ -265280,9 +236501,6 @@ "cost": 8, "lowalch": 3, "highalch": 4, - "weight": 0.02, - "release_date": "2021-04-14", - "examine": "The corrupted core of a Mind Golem.", "wiki_name": "Mind core", "wiki_url": "https://oldschool.runescape.wiki/w/Mind_core", "price": 0 @@ -265293,9 +236511,6 @@ "cost": 14, "lowalch": 5, "highalch": 8, - "weight": 0.02, - "release_date": "2021-04-14", - "examine": "The corrupted core of a Body Golem.", "wiki_name": "Body core", "wiki_url": "https://oldschool.runescape.wiki/w/Body_core", "price": 0 @@ -265307,9 +236522,6 @@ "cost": 24, "lowalch": 9, "highalch": 14, - "weight": 0.02, - "release_date": "2021-04-14", - "examine": "The corrupted core of a Chaos Golem.", "wiki_name": "Chaos core", "wiki_url": "https://oldschool.runescape.wiki/w/Chaos_core", "price": 0 @@ -265321,9 +236533,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.51, - "release_date": "2021-04-28", - "examine": "A compilation of old notes found on Ungael, written in a strange text.", "wiki_name": "Ungael lab notes", "wiki_url": "https://oldschool.runescape.wiki/w/Ungael_lab_notes", "price": 0 @@ -265335,9 +236544,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.51, - "release_date": "2021-04-28", - "examine": "A compilation of old notes found on Lithkren, written in a strange text.", "wiki_name": "Lithkren vault notes", "wiki_url": "https://oldschool.runescape.wiki/w/Lithkren_vault_notes", "price": 0 @@ -265349,9 +236555,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2021-04-28", - "examine": "A dusty note found in the Tower of Magic Prison.", "wiki_name": "Dusty note", "wiki_url": "https://oldschool.runescape.wiki/w/Dusty_note", "price": 0 @@ -265363,9 +236566,6 @@ "cost": 800, "lowalch": 320, "highalch": 480, - "weight": 5, - "release_date": "2021-05-05", - "examine": "A comfy stool.", "wiki_name": "Stool (Games) (Games Zone, Pubs)", "wiki_url": "https://oldschool.runescape.wiki/w/Stool_(Games)#Games_Zone,_Pubs", "price": 0 @@ -265377,9 +236577,6 @@ "cost": 800, "lowalch": 320, "highalch": 480, - "weight": 5, - "release_date": "2021-05-05", - "examine": "A comfy stool.", "wiki_name": "Stool (Games) (Blue Moon Inn)", "wiki_url": "https://oldschool.runescape.wiki/w/Stool_(Games)#Blue_Moon_Inn", "price": 0 @@ -265392,9 +236589,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.32, - "release_date": "2021-05-26", - "examine": "Shows your clan's colours.", "wiki_name": "Clan cloak (Black)", "wiki_url": "https://oldschool.runescape.wiki/w/Clan_cloak#Black", "equipment": { @@ -265425,9 +236619,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.32, - "release_date": "2021-05-26", - "examine": "Shows your clan's colours.", "wiki_name": "Clan cloak (Orange)", "wiki_url": "https://oldschool.runescape.wiki/w/Clan_cloak#Orange", "equipment": { @@ -265458,9 +236649,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.32, - "release_date": "2021-05-26", - "examine": "Shows your clan's colours.", "wiki_name": "Clan cloak (Blue)", "wiki_url": "https://oldschool.runescape.wiki/w/Clan_cloak#Blue", "equipment": { @@ -265491,9 +236679,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.32, - "release_date": "2021-05-26", - "examine": "Shows your clan's colours.", "wiki_name": "Clan cloak (Red)", "wiki_url": "https://oldschool.runescape.wiki/w/Clan_cloak#Red", "equipment": { @@ -265524,9 +236709,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.32, - "release_date": "2021-05-26", - "examine": "Shows your clan's colours.", "wiki_name": "Clan cloak (Green)", "wiki_url": "https://oldschool.runescape.wiki/w/Clan_cloak#Green", "equipment": { @@ -265557,9 +236739,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.32, - "release_date": "2021-05-26", - "examine": "Shows your clan's colours.", "wiki_name": "Clan cloak (Yellow)", "wiki_url": "https://oldschool.runescape.wiki/w/Clan_cloak#Yellow", "equipment": { @@ -265590,9 +236769,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.32, - "release_date": "2021-05-26", - "examine": "Shows your clan's colours.", "wiki_name": "Clan cloak (Light blue)", "wiki_url": "https://oldschool.runescape.wiki/w/Clan_cloak#Light_blue", "equipment": { @@ -265623,9 +236799,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.32, - "release_date": "2021-05-26", - "examine": "Shows your clan's colours.", "wiki_name": "Clan cloak (Purple)", "wiki_url": "https://oldschool.runescape.wiki/w/Clan_cloak#Purple", "equipment": { @@ -265657,9 +236830,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2021-05-26", - "examine": "While this is equipped, you'll see an option for recruiting people into your clan.", "wiki_name": "Clan vexillum (Black)", "wiki_url": "https://oldschool.runescape.wiki/w/Clan_vexillum#Black", "equipment": { @@ -265725,9 +236895,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2021-05-26", - "examine": "While this is equipped, you'll see an option for recruiting people into your clan.", "wiki_name": "Clan vexillum (Orange)", "wiki_url": "https://oldschool.runescape.wiki/w/Clan_vexillum#Orange", "equipment": { @@ -265793,9 +236960,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2021-05-26", - "examine": "While this is equipped, you'll see an option for recruiting people into your clan.", "wiki_name": "Clan vexillum (Blue)", "wiki_url": "https://oldschool.runescape.wiki/w/Clan_vexillum#Blue", "equipment": { @@ -265861,9 +237025,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2021-05-26", - "examine": "While this is equipped, you'll see an option for recruiting people into your clan.", "wiki_name": "Clan vexillum (Red)", "wiki_url": "https://oldschool.runescape.wiki/w/Clan_vexillum#Red", "equipment": { @@ -265929,9 +237090,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2021-05-26", - "examine": "While this is equipped, you'll see an option for recruiting people into your clan.", "wiki_name": "Clan vexillum (Green)", "wiki_url": "https://oldschool.runescape.wiki/w/Clan_vexillum#Green", "equipment": { @@ -265997,9 +237155,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2021-05-26", - "examine": "While this is equipped, you'll see an option for recruiting people into your clan.", "wiki_name": "Clan vexillum (Yellow)", "wiki_url": "https://oldschool.runescape.wiki/w/Clan_vexillum#Yellow", "equipment": { @@ -266065,9 +237220,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2021-05-26", - "examine": "While this is equipped, you'll see an option for recruiting people into your clan.", "wiki_name": "Clan vexillum (Light blue)", "wiki_url": "https://oldschool.runescape.wiki/w/Clan_vexillum#Light_blue", "equipment": { @@ -266133,9 +237285,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2021-05-26", - "examine": "While this is equipped, you'll see an option for recruiting people into your clan.", "wiki_name": "Clan vexillum (Purple)", "wiki_url": "https://oldschool.runescape.wiki/w/Clan_vexillum#Purple", "equipment": { @@ -266197,9 +237346,6 @@ "name": "Bandages", "members": true, "cost": 10, - "weight": 0.001, - "release_date": "2021-06-03", - "examine": "A box of bandages for healing.", "wiki_name": "Bandages (Theatre of Blood)", "wiki_url": "https://oldschool.runescape.wiki/w/Bandages_(Theatre_of_Blood)", "price": 0, @@ -266216,9 +237362,6 @@ "cost": 5000000, "lowalch": 2000000, "highalch": 3000000, - "weight": 1.5, - "release_date": "2021-06-03", - "examine": "A sacred staff imbued with the might of Saradomin to smite his foes.", "wiki_name": "Holy sanguinesti staff (Charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Holy_sanguinesti_staff#Charged", "equipment": { @@ -266278,9 +237421,6 @@ "cost": 5000000, "lowalch": 2000000, "highalch": 3000000, - "weight": 1.5, - "release_date": "2021-06-03", - "examine": "A sacred staff imbued with the might of Saradomin to smite his foes. It is currently uncharged.", "wiki_name": "Holy sanguinesti staff (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Holy_sanguinesti_staff#Uncharged", "equipment": { @@ -266340,9 +237480,6 @@ "cost": 5000000, "lowalch": 2000000, "highalch": 3000000, - "weight": 1.814, - "release_date": "2021-06-03", - "examine": "A razor sharp rapier gifted with the light of Saradomin.", "wiki_name": "Holy ghrazi rapier", "wiki_url": "https://oldschool.runescape.wiki/w/Holy_ghrazi_rapier", "equipment": { @@ -266409,9 +237546,6 @@ "cost": 4000000, "lowalch": 1600000, "highalch": 2400000, - "weight": 3.175, - "release_date": "2021-06-03", - "examine": "A powerful scythe cleansed in the light of Saradomin.", "wiki_name": "Holy scythe of vitur (Charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Holy_scythe_of_vitur#Charged", "equipment": { @@ -266478,9 +237612,6 @@ "cost": 4000000, "lowalch": 1600000, "highalch": 2400000, - "weight": 3.175, - "release_date": "2021-06-03", - "examine": "A powerful scythe cleansed in the light of Saradomin. It is currently uncharged.", "wiki_name": "Holy scythe of vitur (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Holy_scythe_of_vitur#Uncharged", "equipment": { @@ -266547,9 +237678,6 @@ "cost": 4000000, "lowalch": 1600000, "highalch": 2400000, - "weight": 3.175, - "release_date": "2021-06-03", - "examine": "A powerful scythe that drips the blood of the slain.", "wiki_name": "Sanguine scythe of vitur (Charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Sanguine_scythe_of_vitur#Charged", "equipment": { @@ -266616,9 +237744,6 @@ "cost": 4000000, "lowalch": 1600000, "highalch": 2400000, - "weight": 3.175, - "release_date": "2021-06-03", - "examine": "A powerful scythe that drips the blood of the slain. It is currently uncharged.", "wiki_name": "Sanguine scythe of vitur (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Sanguine_scythe_of_vitur#Uncharged", "equipment": { @@ -266682,9 +237807,6 @@ "cost": 9500, "lowalch": 3800, "highalch": 5700, - "weight": 0.5, - "release_date": "2021-06-03", - "examine": "Use on Theatre of Blood weapons to recolour them!", "wiki_name": "Holy ornament kit", "wiki_url": "https://oldschool.runescape.wiki/w/Holy_ornament_kit", "price": 0 @@ -266696,9 +237818,6 @@ "cost": 9500, "lowalch": 3800, "highalch": 5700, - "weight": 0.5, - "release_date": "2021-06-03", - "examine": "Use on the Scythe of Vitur to recolour it!", "wiki_name": "Sanguine ornament kit", "wiki_url": "https://oldschool.runescape.wiki/w/Sanguine_ornament_kit", "price": 0 @@ -266710,9 +237829,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.19, - "release_date": "2021-06-03", - "examine": "Gross... essence of Theatre of Blood bosses. Use on Lil' zik.", "wiki_name": "Sanguine dust", "wiki_url": "https://oldschool.runescape.wiki/w/Sanguine_dust", "price": 0 @@ -266724,9 +237840,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2021-06-03", - "examine": "Freed from her torturous constraints.", "wiki_name": "Lil' zik (Lil' Maiden)", "wiki_url": "https://oldschool.runescape.wiki/w/Lil'_zik#Lil'_Maiden", "price": 0 @@ -266738,9 +237851,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2021-06-03", - "examine": "Smaller size, same smell.", "wiki_name": "Lil' zik (Lil' Bloat)", "wiki_url": "https://oldschool.runescape.wiki/w/Lil'_zik#Lil'_Bloat", "price": 0 @@ -266752,9 +237862,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2021-06-03", - "examine": "Eight legs of unparalleled loyalty.", "wiki_name": "Lil' zik (Lil' Nylo)", "wiki_url": "https://oldschool.runescape.wiki/w/Lil'_zik#Lil'_Nylo", "price": 0 @@ -266766,9 +237873,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2021-06-03", - "examine": "Has a lot of anger for such a small monster.", "wiki_name": "Lil' zik (Lil' Sot)", "wiki_url": "https://oldschool.runescape.wiki/w/Lil'_zik#Lil'_Sot", "price": 0 @@ -266780,9 +237884,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2021-06-03", - "examine": "The prince of Yarasa.", "wiki_name": "Lil' zik (Lil' Xarp)", "wiki_url": "https://oldschool.runescape.wiki/w/Lil'_zik#Lil'_Xarp", "price": 0 @@ -266792,9 +237893,6 @@ "name": "Antique lamp", "members": true, "cost": 50, - "weight": 0.1, - "release_date": "2021-06-03", - "examine": "Good for rubbing.", "wiki_name": "Antique lamp (A Night at the Theatre)", "wiki_url": "https://oldschool.runescape.wiki/w/Antique_lamp_(A_Night_at_the_Theatre)", "price": 0 @@ -266807,9 +237905,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2021-06-16", - "examine": "The potion purges the lizardmen's poison. It was mixed particularly badly.", "wiki_name": "Antipoison (-) (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Antipoison_(-)#1_dose", "price": 0 @@ -266822,9 +237917,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2021-06-16", - "examine": "The potion purges the lizardmen's poison. It was mixed particularly badly.", "wiki_name": "Antipoison (-) (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Antipoison_(-)#2_dose", "price": 0 @@ -266837,9 +237929,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2021-06-16", - "examine": "The potion purges the lizardmen's poison. It was mixed particularly badly.", "wiki_name": "Antipoison (-) (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Antipoison_(-)#3_dose", "price": 0 @@ -266852,9 +237941,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2021-06-16", - "examine": "The potion purges the lizardmen's poison. It was mixed particularly badly.", "wiki_name": "Antipoison (-) (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Antipoison_(-)#4_dose", "price": 0 @@ -266867,9 +237953,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2021-06-16", - "examine": "The potion purges the lizardmen's poison.", "wiki_name": "Antipoison potion (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Antipoison_potion#1_dose", "price": 0 @@ -266882,9 +237965,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2021-06-16", - "examine": "The potion purges the lizardmen's poison.", "wiki_name": "Antipoison potion (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Antipoison_potion#2_dose", "price": 0 @@ -266897,9 +237977,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2021-06-16", - "examine": "The potion purges the lizardmen's poison.", "wiki_name": "Antipoison potion (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Antipoison_potion#3_dose", "price": 0 @@ -266912,9 +237989,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2021-06-16", - "examine": "The potion purges the lizardmen's poison.", "wiki_name": "Antipoison potion (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Antipoison_potion#4_dose", "price": 0 @@ -266927,9 +238001,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2021-06-16", - "examine": "The potion purges the lizardmen's poison. It was mixed perfectly!", "wiki_name": "Antipoison (+) (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Antipoison_(+)#1_dose", "price": 0 @@ -266942,9 +238013,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2021-06-16", - "examine": "The potion purges the lizardmen's poison. It was mixed perfectly!", "wiki_name": "Antipoison (+) (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Antipoison_(+)#2_dose", "price": 0 @@ -266957,9 +238025,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2021-06-16", - "examine": "The potion purges the lizardmen's poison. It was mixed perfectly!", "wiki_name": "Antipoison (+) (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Antipoison_(+)#3_dose", "price": 0 @@ -266972,9 +238037,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.02, - "release_date": "2021-06-16", - "examine": "The potion purges the lizardmen's poison. It was mixed perfectly!", "wiki_name": "Antipoison (+) (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Antipoison_(+)#4_dose", "price": 0 @@ -266988,9 +238050,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.056, - "release_date": "2021-06-16", - "examine": "A heap of ashes.", "wiki_name": "Fiendish ashes", "wiki_url": "https://oldschool.runescape.wiki/w/Fiendish_ashes", "price": 104 @@ -267004,10 +238063,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.056, "buy_limit": 3000, - "release_date": "2021-06-16", - "examine": "A heap of ashes.", "wiki_name": "Vile ashes", "wiki_url": "https://oldschool.runescape.wiki/w/Vile_ashes", "price": 204 @@ -267022,9 +238078,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.056, - "release_date": "2021-06-16", - "examine": "A heap of ashes.", "wiki_name": "Malicious ashes", "wiki_url": "https://oldschool.runescape.wiki/w/Malicious_ashes", "price": 1503 @@ -267039,10 +238092,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.056, "buy_limit": 7500, - "release_date": "2021-06-16", - "examine": "A heap of ashes.", "wiki_name": "Abyssal ashes", "wiki_url": "https://oldschool.runescape.wiki/w/Abyssal_ashes", "price": 2300 @@ -267057,10 +238107,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.056, "buy_limit": 7500, - "release_date": "2021-06-16", - "examine": "A heap of ashes.", "wiki_name": "Infernal ashes", "wiki_url": "https://oldschool.runescape.wiki/w/Infernal_ashes", "price": 3571 @@ -267072,9 +238119,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.025, - "release_date": "2021-06-16", - "examine": "Scatters ashes.", "wiki_name": "Ash sanctifier", "wiki_url": "https://oldschool.runescape.wiki/w/Ash_sanctifier", "price": 0 @@ -267084,9 +238128,6 @@ "name": "Receipt", "members": true, "cost": 30, - "weight": 0.003, - "release_date": "2021-06-16", - "examine": "A receipt found at the home of Councillor Hughes.", "wiki_name": "Receipt (A Kingdom Divided)", "wiki_url": "https://oldschool.runescape.wiki/w/Receipt_(A_Kingdom_Divided)", "price": 0 @@ -267096,9 +238137,6 @@ "name": "Bone", "members": true, "cost": 30, - "weight": 0.907, - "release_date": "2021-06-16", - "examine": "A bone found at the home of Councillor Hughes.", "wiki_name": "Bone (A Kingdom Divided)", "wiki_url": "https://oldschool.runescape.wiki/w/Bone_(A_Kingdom_Divided)", "price": 0 @@ -267108,9 +238146,6 @@ "name": "Rose", "members": true, "cost": 30, - "weight": 0.003, - "release_date": "2021-06-16", - "examine": "A rose found at the home of Councillor Hughes.", "wiki_name": "Rose (A Kingdom Divided)", "wiki_url": "https://oldschool.runescape.wiki/w/Rose_(A_Kingdom_Divided)", "price": 0 @@ -267120,9 +238155,6 @@ "name": "Delivery confirmation", "members": true, "cost": 30, - "weight": 0.028, - "release_date": "2021-06-16", - "examine": "A delivery confirmation found at the home of Councillor Hughes.", "wiki_name": "Delivery confirmation", "wiki_url": "https://oldschool.runescape.wiki/w/Delivery_confirmation", "price": 0 @@ -267132,9 +238164,6 @@ "name": "Order form", "members": true, "cost": 30, - "weight": 0.001, - "release_date": "2021-06-16", - "examine": "An order form found at the home of Councillor Hughes.", "wiki_name": "Order form", "wiki_url": "https://oldschool.runescape.wiki/w/Order_form", "price": 0 @@ -267144,9 +238173,6 @@ "name": "Demonic incantations", "members": true, "cost": 30, - "weight": 0.226, - "release_date": "2021-06-16", - "examine": "A book of incantations found at the home of Councillor Hughes.", "wiki_name": "Demonic incantations", "wiki_url": "https://oldschool.runescape.wiki/w/Demonic_incantations", "price": 0 @@ -267156,9 +238182,6 @@ "name": "Bloody knife", "members": true, "cost": 30, - "weight": 0.453, - "release_date": "2021-06-16", - "examine": "A blood coated knife found at the home of Councillor Hughes.", "wiki_name": "Bloody knife", "wiki_url": "https://oldschool.runescape.wiki/w/Bloody_knife", "price": 0 @@ -267168,9 +238191,6 @@ "name": "Cultist robe", "members": true, "cost": 30, - "weight": 0.907, - "release_date": "2021-06-16", - "examine": "A cultist robe found at the home of Councillor Hughes.", "wiki_name": "Cultist robe", "wiki_url": "https://oldschool.runescape.wiki/w/Cultist_robe", "price": 0 @@ -267180,9 +238200,6 @@ "name": "Kourend map", "members": true, "cost": 30, - "weight": 0.51, - "release_date": "2021-06-16", - "examine": "A map of Kourend found at the home of Councillor Hughes.", "wiki_name": "Kourend map", "wiki_url": "https://oldschool.runescape.wiki/w/Kourend_map", "price": 0 @@ -267192,9 +238209,6 @@ "name": "Rose's diary", "members": true, "cost": 30, - "weight": 0.226, - "release_date": "2021-06-16", - "examine": "The diary of Kourend's last princess.", "wiki_name": "Rose's diary", "wiki_url": "https://oldschool.runescape.wiki/w/Rose's_diary", "price": 0 @@ -267204,9 +238218,6 @@ "name": "Bluish key", "members": true, "cost": 30, - "weight": 0.01, - "release_date": "2021-06-16", - "examine": "A bluish key.", "wiki_name": "Bluish key", "wiki_url": "https://oldschool.runescape.wiki/w/Bluish_key", "price": 0 @@ -267216,9 +238227,6 @@ "name": "Cold key", "members": true, "cost": 30, - "weight": 0.01, - "release_date": "2021-06-16", - "examine": "A cold key.", "wiki_name": "Cold key", "wiki_url": "https://oldschool.runescape.wiki/w/Cold_key", "price": 0 @@ -267228,9 +238236,6 @@ "name": "Rose's note", "members": true, "cost": 30, - "weight": 0.003, - "release_date": "2021-06-16", - "examine": "A note from Rose.", "wiki_name": "Rose's note (A Kingdom Divided - 1)", "wiki_url": "https://oldschool.runescape.wiki/w/Rose's_note_(A_Kingdom_Divided_-_1)", "price": 0 @@ -267240,9 +238245,6 @@ "name": "Rose's note", "members": true, "cost": 30, - "weight": 0.003, - "release_date": "2021-06-16", - "examine": "A note from Rose.", "wiki_name": "Rose's note (A Kingdom Divided - 2)", "wiki_url": "https://oldschool.runescape.wiki/w/Rose's_note_(A_Kingdom_Divided_-_2)", "price": 0 @@ -267252,9 +238254,6 @@ "name": "Rose's note", "members": true, "cost": 30, - "weight": 0.003, - "release_date": "2021-06-16", - "examine": "A note from Rose.", "wiki_name": "Rose's note (A Kingdom Divided - 3)", "wiki_url": "https://oldschool.runescape.wiki/w/Rose's_note_(A_Kingdom_Divided_-_3)", "price": 0 @@ -267264,9 +238263,6 @@ "name": "Rose's note", "members": true, "cost": 30, - "weight": 0.003, - "release_date": "2021-06-16", - "examine": "A note from Rose.", "wiki_name": "Rose's note (A Kingdom Divided - 4)", "wiki_url": "https://oldschool.runescape.wiki/w/Rose's_note_(A_Kingdom_Divided_-_4)", "price": 0 @@ -267276,9 +238272,6 @@ "name": "Lizardman egg", "members": true, "cost": 30, - "weight": 0.038, - "release_date": "2021-06-16", - "examine": "There's a very small symbol on the bottom.", "wiki_name": "Lizardman egg", "wiki_url": "https://oldschool.runescape.wiki/w/Lizardman_egg", "price": 0 @@ -267288,9 +238281,6 @@ "name": "Damp key", "members": true, "cost": 30, - "weight": 0.01, - "release_date": "2021-06-16", - "examine": "A damp key.", "wiki_name": "Damp key", "wiki_url": "https://oldschool.runescape.wiki/w/Damp_key", "price": 0 @@ -267300,9 +238290,6 @@ "name": "Broken redirector", "members": true, "cost": 30, - "weight": 1, - "release_date": "2021-06-16", - "examine": "Once used to redirect large amounts of dark energy.", "wiki_name": "Broken redirector", "wiki_url": "https://oldschool.runescape.wiki/w/Broken_redirector", "price": 0 @@ -267312,9 +238299,6 @@ "name": "Sulphur potion", "members": true, "cost": 30, - "weight": 0.056, - "release_date": "2021-06-16", - "examine": "A defence potion with sulphur in. It needs enchanting.", "wiki_name": "Sulphur potion", "wiki_url": "https://oldschool.runescape.wiki/w/Sulphur_potion", "price": 0 @@ -267324,9 +238308,6 @@ "name": "Shielding potion", "members": true, "cost": 30, - "weight": 0.056, - "release_date": "2021-06-16", - "examine": "An enchanted potion.", "wiki_name": "Shielding potion", "wiki_url": "https://oldschool.runescape.wiki/w/Shielding_potion", "price": 0 @@ -267336,9 +238317,6 @@ "name": "Declaration", "members": true, "cost": 30, - "weight": 0.003, - "release_date": "2021-06-16", - "examine": "A declaration from the Kourend Council.", "wiki_name": "Declaration", "wiki_url": "https://oldschool.runescape.wiki/w/Declaration", "price": 0 @@ -267348,9 +238326,6 @@ "name": "Dark nullifier", "members": true, "cost": 30, - "weight": 1, - "release_date": "2021-06-16", - "examine": "For blocking magical signals.", "wiki_name": "Dark nullifier", "wiki_url": "https://oldschool.runescape.wiki/w/Dark_nullifier", "price": 0 @@ -267360,9 +238335,6 @@ "name": "Shayzien journal", "members": true, "cost": 30, - "weight": 0.28, - "release_date": "2021-06-16", - "examine": "The old journal of King Shayzien VII.", "wiki_name": "Shayzien journal", "wiki_url": "https://oldschool.runescape.wiki/w/Shayzien_journal", "price": 0 @@ -267374,9 +238346,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2021-06-16", - "examine": "The original Royal Accord of Twill.", "wiki_name": "Royal accord of twill (A Kingdom Divided)", "wiki_url": "https://oldschool.runescape.wiki/w/Royal_accord_of_twill#A_Kingdom_Divided", "price": 0 @@ -267390,9 +238359,6 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.2, - "release_date": "2021-06-16", - "examine": "A book that grants its holder the powers of resurrection.", "wiki_name": "Book of the dead", "wiki_url": "https://oldschool.runescape.wiki/w/Book_of_the_dead", "equipment": { @@ -267422,9 +238388,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2021-06-16", - "examine": "Good for rubbing.", "wiki_name": "Antique lamp (A Kingdom Divided)", "wiki_url": "https://oldschool.runescape.wiki/w/Antique_lamp_(A_Kingdom_Divided)", "price": 0 @@ -267437,9 +238400,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 500, - "weight": 2.267, - "release_date": "2021-06-16", - "examine": "Down with the Council!", "wiki_name": "Protest banner", "wiki_url": "https://oldschool.runescape.wiki/w/Protest_banner", "equipment": { @@ -267503,9 +238463,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.028, - "release_date": "2021-06-16", - "examine": "Random scribbles about some stone. They look to be very old.", "wiki_name": "Research notes (A Kingdom Divided)", "wiki_url": "https://oldschool.runescape.wiki/w/Research_notes_(A_Kingdom_Divided)", "price": 0 @@ -267520,9 +238477,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.55, - "release_date": "2021-06-16", - "examine": "A viscous bright-green ale. Smells like a herpetarium.", "wiki_name": "Lizardkicker", "wiki_url": "https://oldschool.runescape.wiki/w/Lizardkicker", "price": 466 @@ -267534,9 +238488,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2021-06-16", - "examine": "An old note found in an old ruin.", "wiki_name": "Old note (Secluded Chapel)", "wiki_url": "https://oldschool.runescape.wiki/w/Old_note_(Secluded_Chapel)", "price": 0 @@ -267548,9 +238499,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.028, - "release_date": "2021-06-16", - "examine": "An ancient letter.", "wiki_name": "Shayzia military orders", "wiki_url": "https://oldschool.runescape.wiki/w/Shayzia_military_orders", "price": 0 @@ -267564,9 +238512,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.425, - "release_date": "2021-06-23", - "examine": "I need to cook this first.", "wiki_name": "Raw boar meat", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_boar_meat", "price": 176 @@ -267578,9 +238523,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2021-06-30", - "examine": "So cute!", "wiki_name": "Little nightmare (Parasite)", "wiki_url": "https://oldschool.runescape.wiki/w/Little_nightmare#Parasite", "price": 0 @@ -267590,9 +238532,6 @@ "name": "Slepey tablet", "members": true, "cost": 75000, - "weight": 2, - "release_date": "2021-06-30", - "examine": "Strange glowing symbols are inscribed in this tablet.", "wiki_name": "Slepey tablet", "wiki_url": "https://oldschool.runescape.wiki/w/Slepey_tablet", "price": 0, @@ -267606,9 +238545,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.19, - "release_date": "2021-06-30", - "examine": "Gross, only a nightmare would like this.", "wiki_name": "Parasitic egg", "wiki_url": "https://oldschool.runescape.wiki/w/Parasitic_egg", "price": 0 @@ -267621,9 +238557,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.09, - "release_date": "2021-06-30", - "examine": "You'd be bananas to think this isn't cute.", "wiki_name": "Banana hat", "wiki_url": "https://oldschool.runescape.wiki/w/Banana_hat", "equipment": { @@ -267653,9 +238586,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2021-06-30", - "examine": "Good thing there's no such thing as Sarachnophobia.", "wiki_name": "Sraracha (Orange)", "wiki_url": "https://oldschool.runescape.wiki/w/Sraracha#Orange", "price": 0 @@ -267667,9 +238597,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2021-06-30", - "examine": "Good thing there's no such thing as Sarachnophobia.", "wiki_name": "Sraracha (Blue)", "wiki_url": "https://oldschool.runescape.wiki/w/Sraracha#Blue", "price": 0 @@ -267681,9 +238608,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 5, - "release_date": "2021-06-30", - "examine": "A giant sac of... orange spider eggs? Use on Sraracha.", "wiki_name": "Orange egg sac", "wiki_url": "https://oldschool.runescape.wiki/w/Orange_egg_sac", "price": 0 @@ -267695,9 +238619,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 5, - "release_date": "2021-06-30", - "examine": "A giant sac of... blue spider eggs? Use on Sraracha.", "wiki_name": "Blue egg sac", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_egg_sac", "price": 0 @@ -267716,8 +238637,6 @@ "lowalch": 160, "highalch": 240, "buy_limit": 11000, - "release_date": "2021-06-30", - "examine": "A deadly throwing dart with an amethyst tip.", "wiki_name": "Amethyst dart (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Amethyst_dart#Unpoisoned", "equipment": { @@ -267781,8 +238700,6 @@ "lowalch": 160, "highalch": 240, "buy_limit": 11000, - "release_date": "2021-06-30", - "examine": "A deadly poisoned dart with an amethyst tip.", "wiki_name": "Amethyst dart (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Amethyst_dart#Poison", "equipment": { @@ -267843,8 +238760,6 @@ "lowalch": 80, "highalch": 120, "buy_limit": 11000, - "release_date": "2021-06-30", - "examine": "A deadly-looking dart tip made of amethyst - needs feathers for flight.", "wiki_name": "Amethyst dart tip", "wiki_url": "https://oldschool.runescape.wiki/w/Amethyst_dart_tip", "price": 460 @@ -267863,8 +238778,6 @@ "lowalch": 160, "highalch": 240, "buy_limit": 11000, - "release_date": "2021-06-30", - "examine": "A deadly poisoned dart with an amethyst tip.", "wiki_name": "Amethyst dart (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Amethyst_dart#Poison+", "equipment": { @@ -267928,8 +238841,6 @@ "lowalch": 160, "highalch": 240, "buy_limit": 11000, - "release_date": "2021-06-30", - "examine": "A deadly poisoned dart with an amethyst tip.", "wiki_name": "Amethyst dart (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Amethyst_dart#Poison++", "equipment": { @@ -267987,10 +238898,7 @@ "tradeable_on_ge": true, "noteable": true, "cost": 500000, - "weight": 0.018, "buy_limit": 70, - "release_date": "2021-06-30", - "examine": "A seed to be sung into the most powerful crystal weaponry.", "wiki_name": "Enhanced crystal weapon seed", "wiki_url": "https://oldschool.runescape.wiki/w/Enhanced_crystal_weapon_seed", "price": 135339078 @@ -268008,9 +238916,6 @@ "cost": 5000000, "lowalch": 2000000, "highalch": 3000000, - "weight": 1.5, - "release_date": "2021-06-30", - "examine": "A magical elven bow.", "wiki_name": "Bow of faerdhinen (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Bow_of_faerdhinen#Inactive", "equipment": { @@ -268073,9 +238978,6 @@ "cost": 5000000, "lowalch": 2000000, "highalch": 3000000, - "weight": 1.5, - "release_date": "2021-06-30", - "examine": "A magical elven bow.", "wiki_name": "Bow of faerdhinen (Charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Bow_of_faerdhinen#Charged", "equipment": { @@ -268135,9 +239037,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 5000000, - "weight": 1.5, - "release_date": "2021-06-30", - "examine": "A magical elven bow, corrupted through the addition of too many shards.", "wiki_name": "Bow of faerdhinen (c) (Hefin)", "wiki_url": "https://oldschool.runescape.wiki/w/Bow_of_faerdhinen_(c)#Hefin", "equipment": { @@ -268202,9 +239101,6 @@ "cost": 5000000, "lowalch": 2000000, "highalch": 3000000, - "weight": 1.814, - "release_date": "2021-06-30", - "examine": "A magical elven sword, corrupted through the addition of too many shards.", "wiki_name": "Blade of saeldor (c) (Ithell)", "wiki_url": "https://oldschool.runescape.wiki/w/Blade_of_saeldor_(c)#Ithell", "equipment": { @@ -268271,9 +239167,6 @@ "cost": 5000000, "lowalch": 2000000, "highalch": 3000000, - "weight": 1.814, - "release_date": "2021-06-30", - "examine": "A magical elven sword, corrupted through the addition of too many shards.", "wiki_name": "Blade of saeldor (c) (Iorwerth)", "wiki_url": "https://oldschool.runescape.wiki/w/Blade_of_saeldor_(c)#Iorwerth", "equipment": { @@ -268340,9 +239233,6 @@ "cost": 5000000, "lowalch": 2000000, "highalch": 3000000, - "weight": 1.814, - "release_date": "2021-06-30", - "examine": "A magical elven sword, corrupted through the addition of too many shards.", "wiki_name": "Blade of saeldor (c) (Trahaearn)", "wiki_url": "https://oldschool.runescape.wiki/w/Blade_of_saeldor_(c)#Trahaearn", "equipment": { @@ -268409,9 +239299,6 @@ "cost": 5000000, "lowalch": 2000000, "highalch": 3000000, - "weight": 1.814, - "release_date": "2021-06-30", - "examine": "A magical elven sword, corrupted through the addition of too many shards.", "wiki_name": "Blade of saeldor (c) (Cadarn)", "wiki_url": "https://oldschool.runescape.wiki/w/Blade_of_saeldor_(c)#Cadarn", "equipment": { @@ -268478,9 +239365,6 @@ "cost": 5000000, "lowalch": 2000000, "highalch": 3000000, - "weight": 1.814, - "release_date": "2021-06-30", - "examine": "A magical elven sword, corrupted through the addition of too many shards.", "wiki_name": "Blade of saeldor (c) (Crwys)", "wiki_url": "https://oldschool.runescape.wiki/w/Blade_of_saeldor_(c)#Crwys", "equipment": { @@ -268547,9 +239431,6 @@ "cost": 5000000, "lowalch": 2000000, "highalch": 3000000, - "weight": 1.814, - "release_date": "2021-06-30", - "examine": "A magical elven sword, corrupted through the addition of too many shards.", "wiki_name": "Blade of saeldor (c) (Meilyr)", "wiki_url": "https://oldschool.runescape.wiki/w/Blade_of_saeldor_(c)#Meilyr", "equipment": { @@ -268616,9 +239497,6 @@ "cost": 5000000, "lowalch": 2000000, "highalch": 3000000, - "weight": 1.814, - "release_date": "2021-06-30", - "examine": "A magical elven sword, corrupted through the addition of too many shards.", "wiki_name": "Blade of saeldor (c) (Amlodd)", "wiki_url": "https://oldschool.runescape.wiki/w/Blade_of_saeldor_(c)#Amlodd", "equipment": { @@ -268683,9 +239561,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 5000000, - "weight": 1.5, - "release_date": "2021-06-30", - "examine": "A magical elven bow, corrupted through the addition of too many shards.", "wiki_name": "Bow of faerdhinen (c) (Ithell)", "wiki_url": "https://oldschool.runescape.wiki/w/Bow_of_faerdhinen_(c)#Ithell", "equipment": { @@ -268748,9 +239623,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 5000000, - "weight": 1.5, - "release_date": "2021-06-30", - "examine": "A magical elven bow, corrupted through the addition of too many shards.", "wiki_name": "Bow of faerdhinen (c) (Iorwerth)", "wiki_url": "https://oldschool.runescape.wiki/w/Bow_of_faerdhinen_(c)#Iorwerth", "equipment": { @@ -268813,9 +239685,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 5000000, - "weight": 1.5, - "release_date": "2021-06-30", - "examine": "A magical elven bow, corrupted through the addition of too many shards.", "wiki_name": "Bow of faerdhinen (c) (Trahaearn)", "wiki_url": "https://oldschool.runescape.wiki/w/Bow_of_faerdhinen_(c)#Trahaearn", "equipment": { @@ -268878,9 +239747,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 5000000, - "weight": 1.5, - "release_date": "2021-06-30", - "examine": "A magical elven bow, corrupted through the addition of too many shards.", "wiki_name": "Bow of faerdhinen (c) (Cadarn)", "wiki_url": "https://oldschool.runescape.wiki/w/Bow_of_faerdhinen_(c)#Cadarn", "equipment": { @@ -268943,9 +239809,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 5000000, - "weight": 1.5, - "release_date": "2021-06-30", - "examine": "A magical elven bow, corrupted through the addition of too many shards.", "wiki_name": "Bow of faerdhinen (c) (Crwys)", "wiki_url": "https://oldschool.runescape.wiki/w/Bow_of_faerdhinen_(c)#Crwys", "equipment": { @@ -269008,9 +239871,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 5000000, - "weight": 1.5, - "release_date": "2021-06-30", - "examine": "A magical elven bow, corrupted through the addition of too many shards.", "wiki_name": "Bow of faerdhinen (c) (Meilyr)", "wiki_url": "https://oldschool.runescape.wiki/w/Bow_of_faerdhinen_(c)#Meilyr", "equipment": { @@ -269073,9 +239933,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 5000000, - "weight": 1.5, - "release_date": "2021-06-30", - "examine": "A magical elven bow, corrupted through the addition of too many shards.", "wiki_name": "Bow of faerdhinen (c) (Amlodd)", "wiki_url": "https://oldschool.runescape.wiki/w/Bow_of_faerdhinen_(c)#Amlodd", "equipment": { @@ -269139,9 +239996,6 @@ "cost": 40000, "lowalch": 16000, "highalch": 24000, - "weight": 2.267, - "release_date": "2021-07-21", - "examine": "You don't want to wear it inside-out.", "wiki_name": "Tztok slayer helmet", "wiki_url": "https://oldschool.runescape.wiki/w/Tztok_slayer_helmet", "equipment": { @@ -269173,9 +240027,6 @@ "cost": 90000, "lowalch": 36000, "highalch": 54000, - "weight": 2.267, - "release_date": "2021-07-21", - "examine": "You really don't want to wear it inside-out.", "wiki_name": "Tztok slayer helmet (i) (Nightmare Zone)", "wiki_url": "https://oldschool.runescape.wiki/w/Tztok_slayer_helmet_(i)#Nightmare_Zone", "equipment": { @@ -269207,9 +240058,6 @@ "cost": 90000, "lowalch": 36000, "highalch": 54000, - "weight": 2.267, - "release_date": "2021-07-21", - "examine": "You really don't want to wear it inside-out.", "wiki_name": "Tztok slayer helmet (i) (Soul Wars)", "wiki_url": "https://oldschool.runescape.wiki/w/Tztok_slayer_helmet_(i)#Soul_Wars", "equipment": { @@ -269241,9 +240089,6 @@ "cost": 40000, "lowalch": 16000, "highalch": 24000, - "weight": 2.267, - "release_date": "2021-07-21", - "examine": "You don't want to wear it inside-out.", "wiki_name": "Vampyric slayer helmet", "wiki_url": "https://oldschool.runescape.wiki/w/Vampyric_slayer_helmet", "equipment": { @@ -269275,9 +240120,6 @@ "cost": 90000, "lowalch": 36000, "highalch": 54000, - "weight": 2.267, - "release_date": "2021-07-21", - "examine": "You really don't want to wear it inside-out.", "wiki_name": "Vampyric slayer helmet (i) (Nightmare Zone)", "wiki_url": "https://oldschool.runescape.wiki/w/Vampyric_slayer_helmet_(i)#Nightmare_Zone", "equipment": { @@ -269309,9 +240151,6 @@ "cost": 90000, "lowalch": 36000, "highalch": 54000, - "weight": 2.267, - "release_date": "2021-07-21", - "examine": "You really don't want to wear it inside-out.", "wiki_name": "Vampyric slayer helmet (i) (Soul Wars)", "wiki_url": "https://oldschool.runescape.wiki/w/Vampyric_slayer_helmet_(i)#Soul_Wars", "equipment": { @@ -269343,9 +240182,6 @@ "cost": 40000, "lowalch": 16000, "highalch": 24000, - "weight": 2.267, - "release_date": "2021-07-21", - "examine": "You don't want to wear it inside-out.", "wiki_name": "Tzkal slayer helmet", "wiki_url": "https://oldschool.runescape.wiki/w/Tzkal_slayer_helmet", "equipment": { @@ -269377,9 +240213,6 @@ "cost": 90000, "lowalch": 36000, "highalch": 54000, - "weight": 2.267, - "release_date": "2021-07-21", - "examine": "You really don't want to wear it inside-out.", "wiki_name": "Tzkal slayer helmet (i) (Nightmare Zone)", "wiki_url": "https://oldschool.runescape.wiki/w/Tzkal_slayer_helmet_(i)#Nightmare_Zone", "equipment": { @@ -269411,9 +240244,6 @@ "cost": 90000, "lowalch": 36000, "highalch": 54000, - "weight": 2.267, - "release_date": "2021-07-21", - "examine": "You really don't want to wear it inside-out.", "wiki_name": "Tzkal slayer helmet (i) (Soul Wars)", "wiki_url": "https://oldschool.runescape.wiki/w/Tzkal_slayer_helmet_(i)#Soul_Wars", "equipment": { @@ -269446,9 +240276,6 @@ "cost": 80000, "lowalch": 32000, "highalch": 48000, - "weight": 7, - "release_date": "2021-07-21", - "examine": "A crossbow used for dragon hunting.", "wiki_name": "Dragon hunter crossbow (t)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_hunter_crossbow_(t)", "equipment": { @@ -269508,9 +240335,6 @@ "cost": 80000, "lowalch": 32000, "highalch": 48000, - "weight": 7, - "release_date": "2021-07-21", - "examine": "A crossbow used for dragon hunting.", "wiki_name": "Dragon hunter crossbow (b)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_hunter_crossbow_(b)", "equipment": { @@ -269565,9 +240389,6 @@ "name": "Antique lamp", "members": true, "cost": 1, - "weight": 0.1, - "release_date": "2021-07-21", - "examine": "I wonder what happens if I rub it...", "wiki_name": "Antique lamp (Easy Combat Achievements)", "wiki_url": "https://oldschool.runescape.wiki/w/Antique_lamp_(Easy_Combat_Achievements)", "price": 0 @@ -269577,9 +240398,6 @@ "name": "Antique lamp", "members": true, "cost": 1, - "weight": 0.1, - "release_date": "2021-07-21", - "examine": "I wonder what happens if I rub it...", "wiki_name": "Antique lamp (Medium Combat Achievements)", "wiki_url": "https://oldschool.runescape.wiki/w/Antique_lamp_(Medium_Combat_Achievements)", "price": 0 @@ -269589,9 +240407,6 @@ "name": "Antique lamp", "members": true, "cost": 1, - "weight": 0.1, - "release_date": "2021-07-21", - "examine": "I wonder what happens if I rub it...", "wiki_name": "Antique lamp (Hard Combat Achievements)", "wiki_url": "https://oldschool.runescape.wiki/w/Antique_lamp_(Hard_Combat_Achievements)", "price": 0 @@ -269601,9 +240416,6 @@ "name": "Antique lamp", "members": true, "cost": 1, - "weight": 0.1, - "release_date": "2021-07-21", - "examine": "I wonder what happens if I rub it...", "wiki_name": "Antique lamp (Elite Combat Achievements)", "wiki_url": "https://oldschool.runescape.wiki/w/Antique_lamp_(Elite_Combat_Achievements)", "price": 0 @@ -269613,9 +240425,6 @@ "name": "Antique lamp", "members": true, "cost": 1, - "weight": 0.1, - "release_date": "2021-07-21", - "examine": "I wonder what happens if I rub it...", "wiki_name": "Antique lamp (Master Combat Achievements)", "wiki_url": "https://oldschool.runescape.wiki/w/Antique_lamp_(Master_Combat_Achievements)", "price": 0 @@ -269625,9 +240434,6 @@ "name": "Antique lamp", "members": true, "cost": 1, - "weight": 0.1, - "release_date": "2021-07-21", - "examine": "I wonder what happens if I rub it...", "wiki_name": "Antique lamp (Grandmaster Combat Achievements)", "wiki_url": "https://oldschool.runescape.wiki/w/Antique_lamp_(Grandmaster_Combat_Achievements)", "price": 0 @@ -269639,9 +240445,6 @@ "equipable": true, "equipable_by_player": true, "cost": 0, - "weight": 0.001, - "release_date": "2021-07-21", - "examine": "A basic artifact.", "wiki_name": "Ghommal's hilt 1", "wiki_url": "https://oldschool.runescape.wiki/w/Ghommal's_hilt_1", "equipment": { @@ -269671,9 +240474,6 @@ "equipable": true, "equipable_by_player": true, "cost": 0, - "weight": 0.001, - "release_date": "2021-07-21", - "examine": "A modest artifact.", "wiki_name": "Ghommal's hilt 2", "wiki_url": "https://oldschool.runescape.wiki/w/Ghommal's_hilt_2", "equipment": { @@ -269703,9 +240503,6 @@ "equipable": true, "equipable_by_player": true, "cost": 0, - "weight": 0.001, - "release_date": "2021-07-21", - "examine": "An attractive artifact.", "wiki_name": "Ghommal's hilt 3", "wiki_url": "https://oldschool.runescape.wiki/w/Ghommal's_hilt_3", "equipment": { @@ -269735,9 +240532,6 @@ "equipable": true, "equipable_by_player": true, "cost": 0, - "weight": 0.001, - "release_date": "2021-07-21", - "examine": "An elegant artifact.", "wiki_name": "Ghommal's hilt 4", "wiki_url": "https://oldschool.runescape.wiki/w/Ghommal's_hilt_4", "equipment": { @@ -269767,9 +240561,6 @@ "equipable": true, "equipable_by_player": true, "cost": 0, - "weight": 0.001, - "release_date": "2021-07-21", - "examine": "A sublime artifact.", "wiki_name": "Ghommal's hilt 5", "wiki_url": "https://oldschool.runescape.wiki/w/Ghommal's_hilt_5", "equipment": { @@ -269799,9 +240590,6 @@ "equipable": true, "equipable_by_player": true, "cost": 0, - "weight": 0.001, - "release_date": "2021-07-21", - "examine": "A prestigious artifact.", "wiki_name": "Ghommal's hilt 6", "wiki_url": "https://oldschool.runescape.wiki/w/Ghommal's_hilt_6", "equipment": { @@ -269830,8 +240618,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2021-07-21", - "examine": "How did you get this?", "wiki_name": "Anim offhand (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Anim_offhand#1", "price": 0 @@ -269842,8 +240628,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2021-07-21", - "examine": "How did you get this?", "wiki_name": "Anim offhand (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Anim_offhand#2", "price": 0 @@ -269854,8 +240638,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2021-07-21", - "examine": "How did you get this?", "wiki_name": "Anim offhand (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Anim_offhand#3", "price": 0 @@ -269866,8 +240648,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2021-07-21", - "examine": "How did you get this?", "wiki_name": "Anim offhand (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Anim_offhand#4", "price": 0 @@ -269878,8 +240658,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2021-07-21", - "examine": "How did you get this?", "wiki_name": "Anim offhand (5)", "wiki_url": "https://oldschool.runescape.wiki/w/Anim_offhand#5", "price": 0 @@ -269890,8 +240668,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2021-07-21", - "examine": "How did you get this?", "wiki_name": "Anim offhand (6)", "wiki_url": "https://oldschool.runescape.wiki/w/Anim_offhand#6", "price": 0 @@ -269902,9 +240678,6 @@ "cost": 6, "lowalch": 2, "highalch": 3, - "weight": 0.51, - "release_date": "2021-07-21", - "examine": "Everything about combat.", "wiki_name": "Combat achievements (unobtainable item)", "wiki_url": "https://oldschool.runescape.wiki/w/Combat_achievements_(unobtainable_item)", "price": 0 @@ -269914,9 +240687,6 @@ "name": "Corrupted paddlefish", "members": true, "cost": 1, - "weight": 0.45, - "release_date": "2021-07-21", - "examine": "Tastes a bit sharp.", "wiki_name": "Corrupted paddlefish", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_paddlefish", "price": 0 @@ -269926,9 +240696,6 @@ "name": "Corrupted escape crystal", "members": true, "cost": 1, - "weight": 0.001, - "release_date": "2021-07-21", - "examine": "A corrupted crystal enchanted to allow the user to escape the Gauntlet.", "wiki_name": "Corrupted escape crystal", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_escape_crystal", "price": 0 @@ -269938,9 +240705,6 @@ "name": "Crystal paddlefish", "members": true, "cost": 1, - "weight": 0.45, - "release_date": "2021-07-21", - "examine": "Tastes a bit sharp.", "wiki_name": "Crystal paddlefish", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_paddlefish", "price": 0 @@ -269950,9 +240714,6 @@ "name": "Escape crystal", "members": true, "cost": 1, - "weight": 0.001, - "release_date": "2021-07-21", - "examine": "A crystal enchanted to allow the user to escape the Gauntlet.", "wiki_name": "Escape crystal (The Gauntlet)", "wiki_url": "https://oldschool.runescape.wiki/w/Escape_crystal_(The_Gauntlet)", "price": 0 @@ -269962,9 +240723,6 @@ "name": "Crypt key", "members": true, "cost": 30, - "weight": 0.01, - "release_date": "2021-07-28", - "examine": "The key to a crypt.", "wiki_name": "Crypt key", "wiki_url": "https://oldschool.runescape.wiki/w/Crypt_key", "price": 0 @@ -269974,9 +240732,6 @@ "name": "Ranis' head", "members": true, "cost": 30, - "weight": 0.01, - "release_date": "2021-07-28", - "examine": "The head of Ranis Drakan.", "wiki_name": "Ranis' head", "wiki_url": "https://oldschool.runescape.wiki/w/Ranis'_head", "price": 0 @@ -269986,9 +240741,6 @@ "name": "Strange spider eggs", "members": true, "cost": 30, - "weight": 0.01, - "release_date": "2021-07-28", - "examine": "Yuck!", "wiki_name": "Strange spider eggs", "wiki_url": "https://oldschool.runescape.wiki/w/Strange_spider_eggs", "price": 0 @@ -269998,9 +240750,6 @@ "name": "Sulphuric acid", "members": true, "cost": 30, - "weight": 0.01, - "release_date": "2021-07-28", - "examine": "A corrosive liquid.", "wiki_name": "Sulphuric acid", "wiki_url": "https://oldschool.runescape.wiki/w/Sulphuric_acid", "price": 0 @@ -270010,9 +240759,6 @@ "name": "Sticky note", "members": true, "cost": 30, - "weight": 0.01, - "release_date": "2021-07-28", - "examine": "There's some nasty substance on it.", "wiki_name": "Sticky note", "wiki_url": "https://oldschool.runescape.wiki/w/Sticky_note", "price": 0 @@ -270022,9 +240768,6 @@ "name": "Hespori bark", "members": true, "cost": 30, - "weight": 0.01, - "release_date": "2021-07-28", - "examine": "The sticky bark of a hespori. It feels like it's still alive.", "wiki_name": "Hespori bark", "wiki_url": "https://oldschool.runescape.wiki/w/Hespori_bark", "price": 0 @@ -270041,10 +240784,7 @@ "cost": 1000000, "lowalch": 400000, "highalch": 600000, - "weight": 0.05, "buy_limit": 8, - "release_date": "2022-08-24", - "examine": "A heavy ring that glimmers with a strange power.", "wiki_name": "Lightbearer", "wiki_url": "https://oldschool.runescape.wiki/w/Lightbearer", "equipment": { @@ -270075,9 +240815,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 60000, - "weight": 2.267, - "release_date": "2022-04-27", - "examine": "A mystical-feeling polearm.", "wiki_name": "Keris partisan", "wiki_url": "https://oldschool.runescape.wiki/w/Keris_partisan", "equipment": { @@ -270144,9 +240881,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 300000, - "weight": 3.218, - "release_date": "2022-08-24", - "examine": "A mystical-feeling polearm imbued with great power.", "wiki_name": "Keris partisan of breaching", "wiki_url": "https://oldschool.runescape.wiki/w/Keris_partisan_of_breaching", "equipment": { @@ -270219,9 +240953,6 @@ "cost": 5000000, "lowalch": 2000000, "highalch": 3000000, - "weight": 0.708, - "release_date": "2022-08-24", - "examine": "A ward once used by Elidinis herself.", "wiki_name": "Elidinis' ward", "wiki_url": "https://oldschool.runescape.wiki/w/Elidinis'_ward", "equipment": { @@ -270255,9 +240986,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2021-08-25", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of resilience (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_resilience#Attuned", "price": 0 @@ -270272,10 +241000,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.1, "buy_limit": 10, - "release_date": "2021-08-25", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of resilience (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_resilience#Un-attuned", "price": 0 @@ -270287,9 +241012,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2021-08-25", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of consistency (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_consistency#Attuned", "price": 0 @@ -270304,10 +241026,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.1, "buy_limit": 10, - "release_date": "2021-08-25", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of consistency (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_consistency#Un-attuned", "price": 0 @@ -270319,9 +241038,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2021-08-25", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of the formidable fighter (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_formidable_fighter#Attuned", "price": 0 @@ -270336,10 +241052,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.1, "buy_limit": 10, - "release_date": "2021-08-25", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of the formidable fighter (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_formidable_fighter#Un-attuned", "price": 0 @@ -270351,9 +241064,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2021-08-25", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of the rigorous ranger (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_rigorous_ranger#Attuned", "price": 0 @@ -270368,10 +241078,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.1, "buy_limit": 10, - "release_date": "2021-08-25", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of the rigorous ranger (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_rigorous_ranger#Un-attuned", "price": 0 @@ -270383,9 +241090,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2021-08-25", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of the meticulous mage (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_meticulous_mage#Attuned", "price": 0 @@ -270400,10 +241104,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.1, "buy_limit": 10, - "release_date": "2021-08-25", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of the meticulous mage (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_meticulous_mage#Un-attuned", "price": 0 @@ -270415,9 +241116,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2021-08-25", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of fortification (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_fortification#Attuned", "price": 0 @@ -270432,10 +241130,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.1, "buy_limit": 10, - "release_date": "2021-08-25", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of fortification (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_fortification#Un-attuned", "price": 0 @@ -270447,9 +241142,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2021-08-25", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of barrows (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_barrows#Attuned", "price": 0 @@ -270464,10 +241156,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.1, "buy_limit": 10, - "release_date": "2021-08-25", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of barrows (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_barrows#Un-attuned", "price": 0 @@ -270479,9 +241168,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2021-08-25", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of deft strikes (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_deft_strikes#Attuned", "price": 0 @@ -270496,10 +241182,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.1, "buy_limit": 10, - "release_date": "2021-08-25", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of deft strikes (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_deft_strikes#Un-attuned", "price": 0 @@ -270511,9 +241194,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2021-08-25", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of freedom (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_freedom#Attuned", "price": 0 @@ -270528,10 +241208,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.1, "buy_limit": 10, - "release_date": "2021-08-25", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of freedom (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_freedom#Un-attuned", "price": 0 @@ -270543,9 +241220,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2021-08-25", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of enhanced harvest (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_enhanced_harvest#Attuned", "price": 0 @@ -270560,10 +241234,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.1, "buy_limit": 10, - "release_date": "2021-08-25", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of enhanced harvest (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_enhanced_harvest#Un-attuned", "price": 0 @@ -270575,9 +241246,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2021-08-25", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of storage (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_storage#Attuned", "price": 0 @@ -270592,10 +241260,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.1, "buy_limit": 10, - "release_date": "2021-08-25", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of storage (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_storage#Un-attuned", "price": 0 @@ -270607,9 +241272,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2021-08-25", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of the smith (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_smith#Attuned", "price": 0 @@ -270624,10 +241286,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.1, "buy_limit": 10, - "release_date": "2021-08-25", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of the smith (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_smith#Un-attuned", "price": 0 @@ -270639,9 +241298,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2021-08-25", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of the alchemist (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_alchemist#Attuned", "price": 0 @@ -270656,10 +241312,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.1, "buy_limit": 10, - "release_date": "2021-08-25", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of the alchemist (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_alchemist#Un-attuned", "price": 0 @@ -270671,9 +241324,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2021-08-25", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of the fletcher (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_fletcher#Attuned", "price": 0 @@ -270688,10 +241338,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.1, "buy_limit": 10, - "release_date": "2021-08-25", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of the fletcher (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_fletcher#Un-attuned", "price": 0 @@ -270703,9 +241350,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2021-08-25", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of the chef (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_chef#Attuned", "price": 0 @@ -270720,10 +241364,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.1, "buy_limit": 10, - "release_date": "2021-08-25", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of the chef (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_chef#Un-attuned", "price": 0 @@ -270735,9 +241376,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2021-08-25", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of the craftsman (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_craftsman#Attuned", "price": 0 @@ -270752,10 +241390,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.1, "buy_limit": 10, - "release_date": "2021-08-25", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of the craftsman (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_craftsman#Un-attuned", "price": 0 @@ -270767,9 +241402,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2021-08-25", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of the abyss (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_abyss#Attuned", "price": 0 @@ -270784,10 +241416,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.1, "buy_limit": 10, - "release_date": "2021-08-25", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of the abyss (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_abyss#Un-attuned", "price": 0 @@ -270799,9 +241428,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2021-08-25", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of stamina (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_stamina#Attuned", "price": 0 @@ -270816,10 +241442,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.1, "buy_limit": 10, - "release_date": "2021-08-25", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of stamina (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_stamina#Un-attuned", "price": 0 @@ -270831,9 +241454,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2021-08-25", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of the potion master (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_potion_master#Attuned", "price": 0 @@ -270848,10 +241468,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.1, "buy_limit": 10, - "release_date": "2021-08-25", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of the potion master (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_potion_master#Un-attuned", "price": 0 @@ -270863,9 +241480,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2021-08-25", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of the eternal jeweller (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_eternal_jeweller#Attuned", "price": 0 @@ -270880,10 +241494,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.1, "buy_limit": 10, - "release_date": "2021-08-25", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of the eternal jeweller (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_eternal_jeweller#Un-attuned", "price": 0 @@ -270895,9 +241506,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2021-08-25", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of the treasure hunter (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_treasure_hunter#Attuned", "price": 0 @@ -270912,10 +241520,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.1, "buy_limit": 10, - "release_date": "2021-08-25", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of the treasure hunter (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_treasure_hunter#Un-attuned", "price": 0 @@ -270927,9 +241532,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2021-08-25", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of mobility (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_mobility#Attuned", "price": 0 @@ -270944,10 +241546,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.1, "buy_limit": 10, - "release_date": "2021-08-25", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of mobility (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_mobility#Un-attuned", "price": 0 @@ -270959,9 +241558,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2021-08-25", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of exaggeration (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_exaggeration#Attuned", "price": 0 @@ -270976,10 +241572,7 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.1, "buy_limit": 10, - "release_date": "2021-08-25", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of exaggeration (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_exaggeration#Un-attuned", "price": 0 @@ -270991,9 +241584,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2021-08-25", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of specialised strikes (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_specialised_strikes#Attuned", "price": 0 @@ -271008,10 +241598,7 @@ "cost": 20000, "lowalch": 8000, "highalch": 12000, - "weight": 0.1, "buy_limit": 8, - "release_date": "2021-08-25", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of specialised strikes (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_specialised_strikes#Un-attuned", "price": 0 @@ -271023,9 +241610,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2021-08-25", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of the porcupine (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_porcupine#Attuned", "price": 0 @@ -271040,10 +241624,7 @@ "cost": 20000, "lowalch": 8000, "highalch": 12000, - "weight": 0.1, "buy_limit": 8, - "release_date": "2021-08-25", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of the porcupine (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_porcupine#Un-attuned", "price": 0 @@ -271055,9 +241636,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2021-08-25", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of binding (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_binding#Attuned", "price": 0 @@ -271072,10 +241650,7 @@ "cost": 20000, "lowalch": 8000, "highalch": 12000, - "weight": 0.1, "buy_limit": 8, - "release_date": "2021-08-25", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of binding (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_binding#Un-attuned", "price": 0 @@ -271087,9 +241662,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2021-08-25", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of escaping (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_escaping#Attuned", "price": 0 @@ -271104,10 +241676,7 @@ "cost": 20000, "lowalch": 8000, "highalch": 12000, - "weight": 0.1, "buy_limit": 8, - "release_date": "2021-08-25", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of escaping (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_escaping#Un-attuned", "price": 0 @@ -271119,9 +241688,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2021-08-25", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of the ruthless ranger (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_ruthless_ranger#Attuned", "price": 0 @@ -271136,10 +241702,7 @@ "cost": 20000, "lowalch": 8000, "highalch": 12000, - "weight": 0.1, "buy_limit": 8, - "release_date": "2021-08-25", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of the ruthless ranger (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_ruthless_ranger#Un-attuned", "price": 0 @@ -271151,9 +241714,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2021-08-25", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of the feral fighter (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_feral_fighter#Attuned", "price": 0 @@ -271168,10 +241728,7 @@ "cost": 20000, "lowalch": 8000, "highalch": 12000, - "weight": 0.1, "buy_limit": 8, - "release_date": "2021-08-25", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of the feral fighter (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_feral_fighter#Un-attuned", "price": 0 @@ -271183,9 +241740,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2021-08-25", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of the menacing mage (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_menacing_mage#Attuned", "price": 0 @@ -271200,10 +241754,7 @@ "cost": 20000, "lowalch": 8000, "highalch": 12000, - "weight": 0.1, "buy_limit": 8, - "release_date": "2021-08-25", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of the menacing mage (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_menacing_mage#Un-attuned", "price": 0 @@ -271215,9 +241766,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2021-08-25", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of prosperity (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_prosperity#Attuned", "price": 0 @@ -271232,10 +241780,7 @@ "cost": 20000, "lowalch": 8000, "highalch": 12000, - "weight": 0.1, "buy_limit": 8, - "release_date": "2021-08-25", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of prosperity (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_prosperity#Un-attuned", "price": 0 @@ -271247,9 +241792,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2021-08-25", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of the dwarves (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_dwarves#Attuned", "price": 0 @@ -271264,10 +241806,7 @@ "cost": 20000, "lowalch": 8000, "highalch": 12000, - "weight": 0.1, "buy_limit": 8, - "release_date": "2021-08-25", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of the dwarves (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_dwarves#Un-attuned", "price": 0 @@ -271279,9 +241818,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2021-08-25", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of the elves (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_elves#Attuned", "price": 0 @@ -271296,10 +241832,7 @@ "cost": 20000, "lowalch": 8000, "highalch": 12000, - "weight": 0.1, "buy_limit": 8, - "release_date": "2021-08-25", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of the elves (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_elves#Un-attuned", "price": 0 @@ -271311,9 +241844,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2021-08-25", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of the barbarians (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_barbarians#Attuned", "price": 0 @@ -271328,10 +241858,7 @@ "cost": 20000, "lowalch": 8000, "highalch": 12000, - "weight": 0.1, "buy_limit": 8, - "release_date": "2021-08-25", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of the barbarians (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_barbarians#Un-attuned", "price": 0 @@ -271343,9 +241870,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2021-08-25", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of the gnomes (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_gnomes#Attuned", "price": 0 @@ -271360,10 +241884,7 @@ "cost": 20000, "lowalch": 8000, "highalch": 12000, - "weight": 0.1, "buy_limit": 8, - "release_date": "2021-08-25", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of the gnomes (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_gnomes#Un-attuned", "price": 0 @@ -271375,9 +241896,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2021-08-25", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of nature (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_nature#Attuned", "price": 0 @@ -271392,10 +241910,7 @@ "cost": 20000, "lowalch": 8000, "highalch": 12000, - "weight": 0.1, "buy_limit": 8, - "release_date": "2021-08-25", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of nature (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_nature#Un-attuned", "price": 0 @@ -271407,9 +241922,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2021-08-25", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of devotion (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_devotion#Attuned", "price": 0 @@ -271424,10 +241936,7 @@ "cost": 20000, "lowalch": 8000, "highalch": 12000, - "weight": 0.1, "buy_limit": 8, - "release_date": "2021-08-25", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of devotion (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_devotion#Un-attuned", "price": 0 @@ -271439,9 +241948,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2021-08-25", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of the forager (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_forager#Attuned", "price": 0 @@ -271456,10 +241962,7 @@ "cost": 20000, "lowalch": 8000, "highalch": 12000, - "weight": 0.1, "buy_limit": 8, - "release_date": "2021-08-25", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of the forager (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_forager#Un-attuned", "price": 0 @@ -271471,9 +241974,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2021-08-25", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of garments (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_garments#Attuned", "price": 0 @@ -271488,10 +241988,7 @@ "cost": 20000, "lowalch": 8000, "highalch": 12000, - "weight": 0.1, "buy_limit": 8, - "release_date": "2021-08-25", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of garments (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_garments#Un-attuned", "price": 0 @@ -271503,9 +242000,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2021-08-25", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of slaughter (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_slaughter#Attuned", "price": 0 @@ -271520,10 +242014,7 @@ "cost": 20000, "lowalch": 8000, "highalch": 12000, - "weight": 0.1, "buy_limit": 8, - "release_date": "2021-08-25", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of slaughter (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_slaughter#Un-attuned", "price": 0 @@ -271535,9 +242026,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2021-08-25", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of the fortune farmer (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_fortune_farmer#Attuned", "price": 0 @@ -271552,10 +242040,7 @@ "cost": 20000, "lowalch": 8000, "highalch": 12000, - "weight": 0.1, "buy_limit": 8, - "release_date": "2021-08-25", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of the fortune farmer (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_fortune_farmer#Un-attuned", "price": 0 @@ -271567,9 +242052,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2021-08-25", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of versatility (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_versatility#Attuned", "price": 0 @@ -271584,10 +242066,7 @@ "cost": 20000, "lowalch": 8000, "highalch": 12000, - "weight": 0.1, "buy_limit": 8, - "release_date": "2021-08-25", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of versatility (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_versatility#Un-attuned", "price": 0 @@ -271599,9 +242078,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2021-08-25", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of the serpent (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_serpent#Attuned", "price": 0 @@ -271616,10 +242092,7 @@ "cost": 20000, "lowalch": 8000, "highalch": 12000, - "weight": 0.1, "buy_limit": 8, - "release_date": "2021-08-25", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of the serpent (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_serpent#Un-attuned", "price": 0 @@ -271631,9 +242104,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2021-08-25", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of supreme stamina (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_supreme_stamina#Attuned", "price": 0 @@ -271648,10 +242118,7 @@ "cost": 20000, "lowalch": 8000, "highalch": 12000, - "weight": 0.1, "buy_limit": 8, - "release_date": "2021-08-25", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of supreme stamina (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_supreme_stamina#Un-attuned", "price": 0 @@ -271663,9 +242130,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2021-08-25", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of preservation (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_preservation#Attuned", "price": 0 @@ -271680,10 +242144,7 @@ "cost": 20000, "lowalch": 8000, "highalch": 12000, - "weight": 0.1, "buy_limit": 8, - "release_date": "2021-08-25", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of preservation (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_preservation#Un-attuned", "price": 0 @@ -271695,9 +242156,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2021-08-25", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of finality (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_finality#Attuned", "price": 0 @@ -271712,10 +242170,7 @@ "cost": 30000, "lowalch": 12000, "highalch": 18000, - "weight": 0.1, "buy_limit": 4, - "release_date": "2021-08-25", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of finality (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_finality#Un-attuned", "price": 0 @@ -271727,9 +242182,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2021-08-25", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of pious protection (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_pious_protection#Attuned", "price": 0 @@ -271744,10 +242196,7 @@ "cost": 30000, "lowalch": 12000, "highalch": 18000, - "weight": 0.1, "buy_limit": 4, - "release_date": "2021-08-25", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of pious protection (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_pious_protection#Un-attuned", "price": 0 @@ -271759,9 +242208,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2021-08-25", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of aggression (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_aggression#Attuned", "price": 0 @@ -271776,10 +242222,7 @@ "cost": 30000, "lowalch": 12000, "highalch": 18000, - "weight": 0.1, "buy_limit": 4, - "release_date": "2021-08-25", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of aggression (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_aggression#Un-attuned", "price": 0 @@ -271791,9 +242234,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2021-08-25", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of rampage (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_rampage#Attuned", "price": 0 @@ -271808,10 +242248,7 @@ "cost": 30000, "lowalch": 12000, "highalch": 18000, - "weight": 0.1, "buy_limit": 4, - "release_date": "2021-08-25", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of rampage (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_rampage#Un-attuned", "price": 0 @@ -271823,9 +242260,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2021-08-25", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of the skiller (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_skiller#Attuned", "price": 0 @@ -271840,10 +242274,7 @@ "cost": 30000, "lowalch": 12000, "highalch": 18000, - "weight": 0.1, "buy_limit": 4, - "release_date": "2021-08-25", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of the skiller (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_skiller#Un-attuned", "price": 0 @@ -271855,9 +242286,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2021-08-25", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of remote storage (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_remote_storage#Attuned", "price": 0 @@ -271872,10 +242300,7 @@ "cost": 30000, "lowalch": 12000, "highalch": 18000, - "weight": 0.1, "buy_limit": 4, - "release_date": "2021-08-25", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of remote storage (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_remote_storage#Un-attuned", "price": 0 @@ -271887,9 +242312,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2021-08-25", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of last recall (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_last_recall#Attuned", "price": 0 @@ -271904,10 +242326,7 @@ "cost": 30000, "lowalch": 12000, "highalch": 18000, - "weight": 0.1, "buy_limit": 4, - "release_date": "2021-08-25", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of last recall (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_last_recall#Un-attuned", "price": 0 @@ -271919,9 +242338,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2021-08-25", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of the guardian angel (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_guardian_angel#Attuned", "price": 0 @@ -271936,10 +242352,7 @@ "cost": 30000, "lowalch": 12000, "highalch": 18000, - "weight": 0.1, "buy_limit": 4, - "release_date": "2021-08-25", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of the guardian angel (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_guardian_angel#Un-attuned", "price": 0 @@ -271951,9 +242364,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.4, - "release_date": "2021-08-25", - "examine": "Wow, this is a big fish.", "wiki_name": "Tuna (Deadman starter pack)", "wiki_url": "https://oldschool.runescape.wiki/w/Tuna_(Deadman_starter_pack)", "price": 0 @@ -271965,9 +242375,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.035, - "release_date": "2021-08-25", - "examine": "4 doses of combat potion.", "wiki_name": "Combat potion (Deadman starter pack) (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Combat_potion_(Deadman_starter_pack)#4_dose", "price": 0 @@ -271979,9 +242386,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.03, - "release_date": "2021-08-25", - "examine": "3 doses of combat potion.", "wiki_name": "Combat potion (Deadman starter pack) (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Combat_potion_(Deadman_starter_pack)#3_dose", "price": 0 @@ -271993,9 +242397,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.025, - "release_date": "2021-08-25", - "examine": "2 doses of combat potion.", "wiki_name": "Combat potion (Deadman starter pack) (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Combat_potion_(Deadman_starter_pack)#2_dose", "price": 0 @@ -272007,9 +242408,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2021-08-25", - "examine": "1 dose of combat potion.", "wiki_name": "Combat potion (Deadman starter pack) (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Combat_potion_(Deadman_starter_pack)#1_dose", "price": 0 @@ -272021,9 +242419,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2021-09-09", - "examine": "Some old notes found within Mount Karuulm. They're written in a strange text.", "wiki_name": "Mount karuulm diary", "wiki_url": "https://oldschool.runescape.wiki/w/Mount_karuulm_diary", "price": 0 @@ -272036,9 +242431,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2021-10-06", - "examine": "Engraved within, it reads \"We stand alone - together\".", "wiki_name": "Group iron helm", "wiki_url": "https://oldschool.runescape.wiki/w/Group_iron_helm", "equipment": { @@ -272069,9 +242461,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 4.535, - "release_date": "2021-10-06", - "examine": "A platebody representing your group of two.", "wiki_name": "Group iron platebody (II)", "wiki_url": "https://oldschool.runescape.wiki/w/Group_iron_platebody#II", "equipment": { @@ -272102,9 +242491,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 4.535, - "release_date": "2021-10-06", - "examine": "A platebody representing your group of three.", "wiki_name": "Group iron platebody (III)", "wiki_url": "https://oldschool.runescape.wiki/w/Group_iron_platebody#III", "equipment": { @@ -272135,9 +242521,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 4.535, - "release_date": "2021-10-06", - "examine": "A platebody representing your group of four.", "wiki_name": "Group iron platebody (IV)", "wiki_url": "https://oldschool.runescape.wiki/w/Group_iron_platebody#IV", "equipment": { @@ -272168,9 +242551,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 4.535, - "release_date": "2021-10-06", - "examine": "A platebody representing your group of five.", "wiki_name": "Group iron platebody (V)", "wiki_url": "https://oldschool.runescape.wiki/w/Group_iron_platebody#V", "equipment": { @@ -272201,9 +242581,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 4.535, - "release_date": "2021-10-06", - "examine": "Protects your legs while still stylish.", "wiki_name": "Group iron platelegs", "wiki_url": "https://oldschool.runescape.wiki/w/Group_iron_platelegs", "equipment": { @@ -272234,9 +242611,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.2, - "release_date": "2021-10-06", - "examine": "Brace yourself.", "wiki_name": "Group iron bracers", "wiki_url": "https://oldschool.runescape.wiki/w/Group_iron_bracers", "equipment": { @@ -272267,9 +242641,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2021-10-06", - "examine": "A symbol of the most epic adventurers - with nerves of steel and hearts of iron.", "wiki_name": "Hardcore group iron helm", "wiki_url": "https://oldschool.runescape.wiki/w/Hardcore_group_iron_helm", "equipment": { @@ -272300,9 +242671,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 4.535, - "release_date": "2021-10-06", - "examine": "A platebody representing your Hardcore group of two.", "wiki_name": "Hardcore group iron platebody (II)", "wiki_url": "https://oldschool.runescape.wiki/w/Hardcore_group_iron_platebody#II", "equipment": { @@ -272333,9 +242701,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 4.535, - "release_date": "2021-10-06", - "examine": "A platebody representing your Hardcore group of three.", "wiki_name": "Hardcore group iron platebody (III)", "wiki_url": "https://oldschool.runescape.wiki/w/Hardcore_group_iron_platebody#III", "equipment": { @@ -272366,9 +242731,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 4.535, - "release_date": "2021-10-06", - "examine": "A platebody representing your Hardcore group of four.", "wiki_name": "Hardcore group iron platebody (IV)", "wiki_url": "https://oldschool.runescape.wiki/w/Hardcore_group_iron_platebody#IV", "equipment": { @@ -272399,9 +242761,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 4.535, - "release_date": "2021-10-06", - "examine": "A platebody representing your Hardcore group of five.", "wiki_name": "Hardcore group iron platebody (V)", "wiki_url": "https://oldschool.runescape.wiki/w/Hardcore_group_iron_platebody#V", "equipment": { @@ -272432,9 +242791,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 4.535, - "release_date": "2021-10-06", - "examine": "Guarding your legs - one of your most powerful tools of escaping.", "wiki_name": "Hardcore group iron platelegs", "wiki_url": "https://oldschool.runescape.wiki/w/Hardcore_group_iron_platelegs", "equipment": { @@ -272465,9 +242821,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.2, - "release_date": "2021-10-06", - "examine": "Brace yourself.", "wiki_name": "Hardcore group iron bracers", "wiki_url": "https://oldschool.runescape.wiki/w/Hardcore_group_iron_bracers", "equipment": { @@ -272503,10 +242856,7 @@ "cost": 1000000, "lowalch": 400000, "highalch": 600000, - "weight": 1.814, "buy_limit": 8, - "release_date": "2022-08-24", - "examine": "A deadly sword created long ago.", "wiki_name": "Osmumten's fang", "wiki_url": "https://oldschool.runescape.wiki/w/Osmumten's_fang", "equipment": { @@ -272577,10 +242927,7 @@ "cost": 100000, "lowalch": 40000, "highalch": 60000, - "weight": 0.9, "buy_limit": 8, - "release_date": "2021-12-16", - "examine": "Some ceremonial robes dedicated to an ancient god.", "wiki_name": "Ancient ceremonial top", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_ceremonial_top", "equipment": { @@ -272615,10 +242962,7 @@ "cost": 80000, "lowalch": 32000, "highalch": 48000, - "weight": 0.8, "buy_limit": 8, - "release_date": "2022-01-05", - "examine": "Some ceremonial robes dedicated to an ancient god.", "wiki_name": "Ancient ceremonial legs", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_ceremonial_legs", "equipment": { @@ -272653,10 +242997,7 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 0.3, "buy_limit": 8, - "release_date": "2022-01-05", - "examine": "A ceremonial mask dedicated to an ancient god.", "wiki_name": "Ancient ceremonial mask", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_ceremonial_mask", "equipment": { @@ -272691,10 +243032,7 @@ "cost": 40000, "lowalch": 16000, "highalch": 24000, - "weight": 0.2, "buy_limit": 8, - "release_date": "2022-01-05", - "examine": "Some ceremonial gloves dedicated to an ancient god.", "wiki_name": "Ancient ceremonial gloves", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_ceremonial_gloves", "equipment": { @@ -272729,10 +243067,7 @@ "cost": 40000, "lowalch": 16000, "highalch": 24000, - "weight": 0.3, "buy_limit": 8, - "release_date": "2022-01-05", - "examine": "Some ceremonial boots dedicated to an ancient god.", "wiki_name": "Ancient ceremonial boots", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_ceremonial_boots", "equipment": { @@ -272766,8 +243101,6 @@ "lowalch": 2000, "highalch": 3000, "buy_limit": 30000, - "release_date": "2022-01-05", - "examine": "An ancient magical shard.", "wiki_name": "Nihil shard", "wiki_url": "https://oldschool.runescape.wiki/w/Nihil_shard", "price": 5249 @@ -272785,10 +243118,7 @@ "cost": 1250000, "lowalch": 500000, "highalch": 750000, - "weight": 10, "buy_limit": 8, - "release_date": "2022-01-05", - "examine": "A mysterious, heavy sword.", "wiki_name": "Ancient godsword", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_godsword", "equipment": { @@ -272857,10 +243187,7 @@ "cost": 200000, "lowalch": 80000, "highalch": 120000, - "weight": 1, "buy_limit": 7, - "release_date": "2022-01-05", - "examine": "A pair of ancient vambraces.", "wiki_name": "Zaryte vambraces", "wiki_url": "https://oldschool.runescape.wiki/w/Zaryte_vambraces", "equipment": { @@ -272890,9 +243217,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2, - "release_date": "2021-10-20", - "examine": "A powerful bow imbued with the fury of an ancient god.", "wiki_name": "Zaryte bow (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Zaryte_bow#Uncharged", "price": 0 @@ -272904,9 +243228,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2, - "release_date": "2021-10-20", - "examine": "A powerful bow imbued with the fury of an ancient god.", "wiki_name": "Zaryte bow (Charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Zaryte_bow#Charged", "price": 0 @@ -272923,10 +243244,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.206, "buy_limit": 8, - "release_date": "2023-07-26", - "examine": "An ancient mage's mask.", "wiki_name": "Virtus mask", "wiki_url": "https://oldschool.runescape.wiki/w/Virtus_mask", "equipment": { @@ -272961,10 +243279,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.895, "buy_limit": 8, - "release_date": "2023-07-26", - "examine": "An ancient mage's robe top.", "wiki_name": "Virtus robe top", "wiki_url": "https://oldschool.runescape.wiki/w/Virtus_robe_top", "equipment": { @@ -272999,10 +243314,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 3.79, "buy_limit": 8, - "release_date": "2023-07-26", - "examine": "An ancient mage's robe bottom.", "wiki_name": "Virtus robe bottoms", "wiki_url": "https://oldschool.runescape.wiki/w/Virtus_robe_bottoms", "equipment": { @@ -273029,9 +243341,6 @@ "id": 26247, "name": "Pumpkin pie", "cost": 12, - "weight": 0.45, - "release_date": "2021-10-20", - "examine": "The best pumpkin pie in Gielinor", "wiki_name": "Pumpkin pie", "wiki_url": "https://oldschool.runescape.wiki/w/Pumpkin_pie", "price": 0 @@ -273040,9 +243349,6 @@ "id": 26250, "name": "Jered's empty wine bottle", "cost": 1, - "weight": 1, - "release_date": "2021-10-20", - "examine": "Only possible because of Brother Jered's hard work.", "wiki_name": "Jered's empty wine bottle", "wiki_url": "https://oldschool.runescape.wiki/w/Jered's_empty_wine_bottle", "price": 0 @@ -273051,9 +243357,6 @@ "id": 26252, "name": "Ad coupon", "cost": 1, - "weight": 0.01, - "release_date": "2021-10-20", - "examine": "A coupon for an advert in the Varrock Herald.", "wiki_name": "Ad coupon", "wiki_url": "https://oldschool.runescape.wiki/w/Ad_coupon", "price": 0 @@ -273064,9 +243367,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 2, - "release_date": "2021-10-20", - "examine": "To be worn on the head.", "wiki_name": "Saucepan", "wiki_url": "https://oldschool.runescape.wiki/w/Saucepan", "equipment": { @@ -273097,9 +243397,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.4, - "release_date": "2021-10-20", - "examine": "A reversible jumper knitted lovingly by Iffie.", "wiki_name": "Ugly halloween jumper (Orange)", "wiki_url": "https://oldschool.runescape.wiki/w/Ugly_halloween_jumper#Orange", "equipment": { @@ -273130,9 +243427,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.4, - "release_date": "2021-10-20", - "examine": "A reversible jumper knitted lovingly by Iffie.", "wiki_name": "Ugly halloween jumper (Black)", "wiki_url": "https://oldschool.runescape.wiki/w/Ugly_halloween_jumper#Black", "equipment": { @@ -273162,9 +243456,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 1, - "weight": 0.15, - "release_date": "2021-10-20", - "examine": "I don't even want to know how this happened.", "wiki_name": "Haunted wine bottle", "wiki_url": "https://oldschool.runescape.wiki/w/Haunted_wine_bottle", "equipment": { @@ -273220,9 +243511,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 1.814, - "release_date": "2021-10-20", - "examine": "A vicious, curved sword.", "wiki_name": "Rune scimitar (2021 Halloween event)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_scimitar_(2021_Halloween_event)", "price": 0 @@ -273233,9 +243521,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 5.443, - "release_date": "2021-10-20", - "examine": "Those studs should provide a bit more protection.", "wiki_name": "Studded body (2021 Halloween event)", "wiki_url": "https://oldschool.runescape.wiki/w/Studded_body_(2021_Halloween_event)", "price": 0 @@ -273250,9 +243535,6 @@ "cost": 8000000, "lowalch": 3200000, "highalch": 4800000, - "weight": 1, - "release_date": "2021-11-24", - "examine": "The gold standard of gold.", "wiki_name": "Condensed gold", "wiki_url": "https://oldschool.runescape.wiki/w/Condensed_gold", "price": 9769405 @@ -273270,9 +243552,6 @@ "id": 26270, "name": "Festive cinnamon", "cost": 0, - "weight": 0.001, - "release_date": "2021-12-16", - "examine": "Not sure I'd want to eat a mouthful of this.", "wiki_name": "Festive cinnamon", "wiki_url": "https://oldschool.runescape.wiki/w/Festive_cinnamon", "price": 0 @@ -273281,9 +243560,6 @@ "id": 26272, "name": "Festive holly", "cost": 0, - "weight": 0.001, - "release_date": "2021-12-16", - "examine": "It's quite spiky!", "wiki_name": "Festive holly", "wiki_url": "https://oldschool.runescape.wiki/w/Festive_holly", "price": 0 @@ -273292,9 +243568,6 @@ "id": 26274, "name": "Festive white wine", "cost": 0, - "weight": 0.001, - "release_date": "2021-12-16", - "examine": "Good enough to drink!", "wiki_name": "Festive white wine", "wiki_url": "https://oldschool.runescape.wiki/w/Festive_white_wine", "price": 0 @@ -273303,9 +243576,6 @@ "id": 26276, "name": "Notes", "cost": 0, - "weight": 0.001, - "release_date": "2021-12-16", - "examine": "Some helpful notes for me. Sometimes called a to-do list!", "wiki_name": "Notes (2021 Christmas event)", "wiki_url": "https://oldschool.runescape.wiki/w/Notes_(2021_Christmas_event)", "price": 0 @@ -273314,9 +243584,6 @@ "id": 26278, "name": "Magical cleaning potion", "cost": 0, - "weight": 0.001, - "release_date": "2021-12-16", - "examine": "A festive cleaning potion.", "wiki_name": "Magical cleaning potion", "wiki_url": "https://oldschool.runescape.wiki/w/Magical_cleaning_potion", "price": 0 @@ -273325,9 +243592,6 @@ "id": 26280, "name": "Pink stained platebody", "cost": 0, - "weight": 0.001, - "release_date": "2021-12-16", - "examine": "Sir Vyvin's pink stained platebody. Oops.", "wiki_name": "Pink stained platebody", "wiki_url": "https://oldschool.runescape.wiki/w/Pink_stained_platebody", "price": 0, @@ -273358,9 +243622,6 @@ "id": 26282, "name": "Pink stained platelegs", "cost": 0, - "weight": 0.001, - "release_date": "2021-12-16", - "examine": "Sir Vyvin's pink stained platelegs. Oops.", "wiki_name": "Pink stained platelegs", "wiki_url": "https://oldschool.runescape.wiki/w/Pink_stained_platelegs", "price": 0, @@ -273391,9 +243652,6 @@ "id": 26284, "name": "Pink stained full helm", "cost": 0, - "weight": 0.001, - "release_date": "2021-12-16", - "examine": "Sir Vyvin's pink stained full helm. Oops.", "wiki_name": "Pink stained full helm", "wiki_url": "https://oldschool.runescape.wiki/w/Pink_stained_full_helm", "price": 0, @@ -273424,9 +243682,6 @@ "id": 26286, "name": "Clean platebody", "cost": 0, - "weight": 0.001, - "release_date": "2021-12-16", - "examine": "Sir Vyvin's cleaned platebody.", "wiki_name": "Clean platebody", "wiki_url": "https://oldschool.runescape.wiki/w/Clean_platebody", "price": 0 @@ -273435,9 +243690,6 @@ "id": 26288, "name": "Clean platelegs", "cost": 0, - "weight": 0.001, - "release_date": "2021-12-16", - "examine": "Sir Vyvin's cleaned platelegs.", "wiki_name": "Clean platelegs", "wiki_url": "https://oldschool.runescape.wiki/w/Clean_platelegs", "price": 0 @@ -273446,9 +243698,6 @@ "id": 26290, "name": "Clean full helm", "cost": 0, - "weight": 0.001, - "release_date": "2021-12-16", - "examine": "Sir Vyvin's cleaned full helm.", "wiki_name": "Clean full helm", "wiki_url": "https://oldschool.runescape.wiki/w/Clean_full_helm", "price": 0 @@ -273457,9 +243706,6 @@ "id": 26292, "name": "Festive gingerbread gnomes", "cost": 0, - "weight": 0.001, - "release_date": "2021-12-16", - "examine": "Reminds me of Christmas. Probably tasty, too!", "wiki_name": "Festive gingerbread gnomes", "wiki_url": "https://oldschool.runescape.wiki/w/Festive_gingerbread_gnomes", "price": 0 @@ -273468,9 +243714,6 @@ "id": 26294, "name": "Festive mulled wine", "cost": 0, - "weight": 0.001, - "release_date": "2021-12-16", - "examine": "Smells of warmth and spices.", "wiki_name": "Festive mulled wine", "wiki_url": "https://oldschool.runescape.wiki/w/Festive_mulled_wine", "price": 0 @@ -273490,9 +243733,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2021-12-16", - "examine": "A present that needs to be delivered.", "wiki_name": "Secret santa present (2021 Christmas event) (Red)", "wiki_url": "https://oldschool.runescape.wiki/w/Secret_santa_present_(2021_Christmas_event)#Red", "price": 0 @@ -273503,9 +243743,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2021-12-16", - "examine": "A present that needs to be delivered.", "wiki_name": "Secret santa present (2021 Christmas event) (Blue)", "wiki_url": "https://oldschool.runescape.wiki/w/Secret_santa_present_(2021_Christmas_event)#Blue", "price": 0 @@ -273516,9 +243753,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2021-12-16", - "examine": "A present that needs to be delivered.", "wiki_name": "Secret santa present (2021 Christmas event) (Green)", "wiki_url": "https://oldschool.runescape.wiki/w/Secret_santa_present_(2021_Christmas_event)#Green", "price": 0 @@ -273529,9 +243763,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2021-12-16", - "examine": "A bag of chocolate chips.", "wiki_name": "Chocolate chips (Dark chocolate)", "wiki_url": "https://oldschool.runescape.wiki/w/Chocolate_chips#Dark_chocolate", "price": 0 @@ -273542,9 +243773,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2021-12-16", - "examine": "Another bag of chocolate chips.", "wiki_name": "Chocolate chips (White chocolate)", "wiki_url": "https://oldschool.runescape.wiki/w/Chocolate_chips#White_chocolate", "price": 0 @@ -273553,9 +243781,6 @@ "id": 26308, "name": "A big present", "cost": 0, - "weight": 0.001, - "release_date": "2021-12-16", - "examine": "It's for me. I should open it!", "wiki_name": "A big present", "wiki_url": "https://oldschool.runescape.wiki/w/A_big_present", "price": 0 @@ -273566,9 +243791,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.2, - "release_date": "2021-12-16", - "examine": "A pair of festive slippers.", "wiki_name": "Festive elf slippers", "wiki_url": "https://oldschool.runescape.wiki/w/Festive_elf_slippers", "equipment": { @@ -273597,9 +243819,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.25, - "release_date": "2021-12-16", - "examine": "A woolly festive hat.", "wiki_name": "Festive elf hat", "wiki_url": "https://oldschool.runescape.wiki/w/Festive_elf_hat", "equipment": { @@ -273628,9 +243847,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.001, - "release_date": "2021-12-16", - "examine": "A magical snowy ring.", "wiki_name": "Snowman ring", "wiki_url": "https://oldschool.runescape.wiki/w/Snowman_ring", "equipment": { @@ -273661,9 +243877,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2021-12-16", - "examine": "A present. Looks like it can be delivered somewhere.", "wiki_name": "Secret santa present (Red)", "wiki_url": "https://oldschool.runescape.wiki/w/Secret_santa_present#Red", "equipment": { @@ -273694,9 +243907,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2021-12-16", - "examine": "A present. Looks like it can be delivered somewhere.", "wiki_name": "Secret santa present (Blue)", "wiki_url": "https://oldschool.runescape.wiki/w/Secret_santa_present#Blue", "equipment": { @@ -273727,9 +243937,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2021-12-16", - "examine": "A present. Looks like it can be delivered somewhere.", "wiki_name": "Secret santa present (Green)", "wiki_url": "https://oldschool.runescape.wiki/w/Secret_santa_present#Green", "equipment": { @@ -273760,9 +243967,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2021-12-16", - "examine": "A present. Looks like it can be delivered somewhere.", "wiki_name": "Secret santa present (Black)", "wiki_url": "https://oldschool.runescape.wiki/w/Secret_santa_present#Black", "equipment": { @@ -273793,9 +243997,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2021-12-16", - "examine": "A present. Looks like it can be delivered somewhere.", "wiki_name": "Secret santa present (Gold)", "wiki_url": "https://oldschool.runescape.wiki/w/Secret_santa_present#Gold", "equipment": { @@ -273822,9 +244023,6 @@ "id": 26326, "name": "Little snowball", "cost": 1, - "weight": 0.03, - "release_date": "2021-12-16", - "examine": "A little snowball.", "wiki_name": "Little snowball", "wiki_url": "https://oldschool.runescape.wiki/w/Little_snowball", "price": 0 @@ -273833,9 +244031,6 @@ "id": 26328, "name": "Small snowball", "cost": 1, - "weight": 0.03, - "release_date": "2021-12-16", - "examine": "A small snowball.", "wiki_name": "Small snowball", "wiki_url": "https://oldschool.runescape.wiki/w/Small_snowball", "price": 0 @@ -273844,9 +244039,6 @@ "id": 26330, "name": "Normal snowball", "cost": 1, - "weight": 0.03, - "release_date": "2021-12-16", - "examine": "A normal snowball.", "wiki_name": "Normal snowball", "wiki_url": "https://oldschool.runescape.wiki/w/Normal_snowball", "price": 0 @@ -273855,9 +244047,6 @@ "id": 26332, "name": "Big snowball", "cost": 1, - "weight": 0.03, - "release_date": "2021-12-16", - "examine": "A big snowball.", "wiki_name": "Big snowball", "wiki_url": "https://oldschool.runescape.wiki/w/Big_snowball", "price": 0 @@ -273866,9 +244055,6 @@ "id": 26334, "name": "Large snowball", "cost": 1, - "weight": 0.03, - "release_date": "2021-12-16", - "examine": "A large snowball.", "wiki_name": "Large snowball", "wiki_url": "https://oldschool.runescape.wiki/w/Large_snowball", "price": 0 @@ -273877,9 +244063,6 @@ "id": 26336, "name": "Huge snowball", "cost": 1, - "weight": 0.03, - "release_date": "2021-12-16", - "examine": "A huge snowball.", "wiki_name": "Huge snowball", "wiki_url": "https://oldschool.runescape.wiki/w/Huge_snowball", "price": 0 @@ -273888,9 +244071,6 @@ "id": 26338, "name": "Humongous snowball", "cost": 1, - "weight": 0.03, - "release_date": "2021-12-16", - "examine": "A humongous snowball. I don't think I could make one any bigger!", "wiki_name": "Humongous snowball", "wiki_url": "https://oldschool.runescape.wiki/w/Humongous_snowball", "price": 0 @@ -273905,10 +244085,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.035, "buy_limit": 2000, - "release_date": "2022-01-05", - "examine": "4 doses of ancient brew.", "wiki_name": "Ancient brew (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_brew#4_dose", "price": 7235 @@ -273923,10 +244100,7 @@ "cost": 175, "lowalch": 70, "highalch": 105, - "weight": 0.03, "buy_limit": 2000, - "release_date": "2022-01-05", - "examine": "3 doses of ancient brew.", "wiki_name": "Ancient brew (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_brew#3_dose", "price": 4815 @@ -273941,10 +244115,7 @@ "cost": 150, "lowalch": 60, "highalch": 90, - "weight": 0.025, "buy_limit": 2000, - "release_date": "2022-01-05", - "examine": "2 doses of ancient brew.", "wiki_name": "Ancient brew (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_brew#2_dose", "price": 4256 @@ -273959,10 +244130,7 @@ "cost": 125, "lowalch": 50, "highalch": 75, - "weight": 0.02, "buy_limit": 2000, - "release_date": "2022-01-05", - "examine": "1 dose of ancient brew.", "wiki_name": "Ancient brew (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_brew#1_dose", "price": 5000 @@ -273972,9 +244140,6 @@ "name": "Nexling", "members": true, "cost": 1, - "weight": 0.015, - "release_date": "2022-01-05", - "examine": "The gods don't quite fear this one.", "wiki_name": "Nexling", "wiki_url": "https://oldschool.runescape.wiki/w/Nexling", "price": 0 @@ -273989,9 +244154,6 @@ "cost": 150, "lowalch": 60, "highalch": 90, - "weight": 0.075, - "release_date": "2022-01-05", - "examine": "Two doses of fishy ancient brew.", "wiki_name": "Ancient mix (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_mix#2_dose", "price": 728 @@ -274006,9 +244168,6 @@ "cost": 125, "lowalch": 50, "highalch": 75, - "weight": 0.045, - "release_date": "2022-01-05", - "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": 5161 @@ -274018,9 +244177,6 @@ "name": "Frozen key", "members": true, "cost": 20000, - "weight": 0.04, - "release_date": "2021-12-16", - "examine": "A mysterious frozen key.", "wiki_name": "Frozen key (The Frozen Door)", "wiki_url": "https://oldschool.runescape.wiki/w/Frozen_key_(The_Frozen_Door)", "price": 0 @@ -274030,9 +244186,6 @@ "name": "Frozen key piece (armadyl)", "members": true, "cost": 5000, - "weight": 0.01, - "release_date": "2021-12-16", - "examine": "One of four pieces of a mysterious frozen key.", "wiki_name": "Frozen key piece (armadyl)", "wiki_url": "https://oldschool.runescape.wiki/w/Frozen_key_piece_(armadyl)", "price": 0 @@ -274042,9 +244195,6 @@ "name": "Frozen key piece (bandos)", "members": true, "cost": 5000, - "weight": 0.01, - "release_date": "2021-12-16", - "examine": "One of four pieces of a mysterious frozen key.", "wiki_name": "Frozen key piece (bandos)", "wiki_url": "https://oldschool.runescape.wiki/w/Frozen_key_piece_(bandos)", "price": 0 @@ -274054,9 +244204,6 @@ "name": "Frozen key piece (zamorak)", "members": true, "cost": 5000, - "weight": 0.01, - "release_date": "2021-12-16", - "examine": "One of four pieces of a mysterious frozen key.", "wiki_name": "Frozen key piece (zamorak)", "wiki_url": "https://oldschool.runescape.wiki/w/Frozen_key_piece_(zamorak)", "price": 0 @@ -274066,9 +244213,6 @@ "name": "Frozen key piece (saradomin)", "members": true, "cost": 5000, - "weight": 0.01, - "release_date": "2021-12-16", - "examine": "One of four pieces of a mysterious frozen key.", "wiki_name": "Frozen key piece (saradomin)", "wiki_url": "https://oldschool.runescape.wiki/w/Frozen_key_piece_(saradomin)", "price": 0 @@ -274078,9 +244222,6 @@ "name": "Important letter", "members": true, "cost": 50, - "weight": 0.001, - "release_date": "2021-12-16", - "examine": "An important letter that's addressed to you.", "wiki_name": "Important letter", "wiki_url": "https://oldschool.runescape.wiki/w/Important_letter", "price": 0 @@ -274095,8 +244236,6 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "release_date": "2022-01-05", - "examine": "Dust from a crushed magical shard.", "wiki_name": "Nihil dust", "wiki_url": "https://oldschool.runescape.wiki/w/Nihil_dust", "price": 5324 @@ -274111,9 +244250,6 @@ "cost": 500000, "lowalch": 200000, "highalch": 300000, - "weight": 2.5, - "release_date": "2022-01-05", - "examine": "Brimming with potential.", "wiki_name": "Ancient hilt", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_hilt", "price": 36205749 @@ -274128,9 +244264,6 @@ "cost": 2000000, "lowalch": 800000, "highalch": 1200000, - "weight": 0.006, - "release_date": "2022-01-05", - "examine": "The horn of a proud nihil.", "wiki_name": "Nihil horn", "wiki_url": "https://oldschool.runescape.wiki/w/Nihil_horn", "price": 333283330 @@ -274148,9 +244281,6 @@ "cost": 990000, "lowalch": 396000, "highalch": 594000, - "weight": 6.001, - "release_date": "2022-01-05", - "examine": "A weapon born out of conflict.", "wiki_name": "Zaryte crossbow", "wiki_url": "https://oldschool.runescape.wiki/w/Zaryte_crossbow", "equipment": { @@ -274212,10 +244342,7 @@ "cost": 200000, "lowalch": 80000, "highalch": 120000, - "weight": 2.721, "buy_limit": 8, - "release_date": "2022-01-05", - "examine": "An ancient warrior's full helm.", "wiki_name": "Torva full helm (Damaged)", "wiki_url": "https://oldschool.runescape.wiki/w/Torva_full_helm#Damaged", "equipment": { @@ -274250,10 +244377,7 @@ "cost": 600000, "lowalch": 240000, "highalch": 360000, - "weight": 9.979, "buy_limit": 8, - "release_date": "2022-01-05", - "examine": "An ancient warrior's platebody.", "wiki_name": "Torva platebody (Damaged)", "wiki_url": "https://oldschool.runescape.wiki/w/Torva_platebody#Damaged", "equipment": { @@ -274288,10 +244412,7 @@ "cost": 400000, "lowalch": 160000, "highalch": 240000, - "weight": 9.071, "buy_limit": 8, - "release_date": "2022-01-05", - "examine": "An ancient warrior's platelegs.", "wiki_name": "Torva platelegs (Damaged)", "wiki_url": "https://oldschool.runescape.wiki/w/Torva_platelegs#Damaged", "equipment": { @@ -274326,10 +244447,7 @@ "cost": 200000, "lowalch": 80000, "highalch": 120000, - "weight": 2.721, "buy_limit": 8, - "release_date": "2022-01-05", - "examine": "An ancient warrior's full helm.", "wiki_name": "Torva full helm (Restored)", "wiki_url": "https://oldschool.runescape.wiki/w/Torva_full_helm#Restored", "equipment": { @@ -274364,10 +244482,7 @@ "cost": 600000, "lowalch": 240000, "highalch": 360000, - "weight": 9.979, "buy_limit": 8, - "release_date": "2022-01-05", - "examine": "An ancient warrior's platebody.", "wiki_name": "Torva platebody (Restored)", "wiki_url": "https://oldschool.runescape.wiki/w/Torva_platebody#Restored", "equipment": { @@ -274402,10 +244517,7 @@ "cost": 400000, "lowalch": 160000, "highalch": 240000, - "weight": 9.071, "buy_limit": 8, - "release_date": "2022-01-05", - "examine": "An ancient warrior's platelegs.", "wiki_name": "Torva platelegs (Restored)", "wiki_url": "https://oldschool.runescape.wiki/w/Torva_platelegs#Restored", "equipment": { @@ -274436,8 +244548,6 @@ "cost": 1200, "lowalch": 480, "highalch": 720, - "release_date": "2022-01-05", - "examine": "Shards from an ecumenical key.", "wiki_name": "Ecumenical key shard", "wiki_url": "https://oldschool.runescape.wiki/w/Ecumenical_key_shard", "price": 0 @@ -274453,8 +244563,6 @@ "lowalch": 40000, "highalch": 60000, "buy_limit": 500, - "release_date": "2022-01-05", - "examine": "A blood-filled essence with magical properties.", "wiki_name": "Blood essence (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Blood_essence#Inactive", "price": 59625 @@ -274466,9 +244574,6 @@ "cost": 100000, "lowalch": 40000, "highalch": 60000, - "weight": 0.001, - "release_date": "2022-01-05", - "examine": "A blood-filled essence with magical properties.", "wiki_name": "Blood essence (Active)", "wiki_url": "https://oldschool.runescape.wiki/w/Blood_essence#Active", "price": 0 @@ -274483,9 +244588,6 @@ "cost": 100000, "lowalch": 40000, "highalch": 60000, - "weight": 0.095, - "release_date": "2022-01-05", - "examine": "High grade material.", "wiki_name": "Bandosian components", "wiki_url": "https://oldschool.runescape.wiki/w/Bandosian_components", "price": 8730611 @@ -274497,8 +244599,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2022-01-19", - "examine": "Looks like a cabbage.", "wiki_name": "Cabbage (unobtainable item) (Shattered Relics League 1)", "wiki_url": "https://oldschool.runescape.wiki/w/Cabbage_(unobtainable_item)#Shattered_Relics_League_1", "price": 0 @@ -274513,10 +244613,7 @@ "cost": 25000, "lowalch": 10000, "highalch": 15000, - "weight": 0.1, "buy_limit": 5, - "release_date": "2022-03-16", - "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": 1365444 @@ -274534,9 +244631,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 2.267, - "release_date": "2022-03-16", - "examine": "A banner showcasing the colours of Leagues III - Shattered Relics.", "wiki_name": "Shattered banner", "wiki_url": "https://oldschool.runescape.wiki/w/Shattered_banner", "equipment": { @@ -274605,9 +244699,6 @@ "cost": 15000, "lowalch": 6000, "highalch": 9000, - "weight": 0.453, - "release_date": "2022-03-16", - "examine": "The headgear of a Shattered Relic Hunter.", "wiki_name": "Shattered hood (t1)", "wiki_url": "https://oldschool.runescape.wiki/w/Shattered_hood_(t1)", "equipment": { @@ -274642,9 +244733,6 @@ "cost": 15000, "lowalch": 6000, "highalch": 9000, - "weight": 0.907, - "release_date": "2022-03-16", - "examine": "The shirt of a Shattered Relic Hunter.", "wiki_name": "Shattered top (t1)", "wiki_url": "https://oldschool.runescape.wiki/w/Shattered_top_(t1)", "equipment": { @@ -274679,9 +244767,6 @@ "cost": 15000, "lowalch": 6000, "highalch": 9000, - "weight": 0.907, - "release_date": "2022-03-16", - "examine": "The trousers of a Shattered Relic Hunter.", "wiki_name": "Shattered trousers (t1)", "wiki_url": "https://oldschool.runescape.wiki/w/Shattered_trousers_(t1)", "equipment": { @@ -274716,9 +244801,6 @@ "cost": 15000, "lowalch": 6000, "highalch": 9000, - "weight": 0.34, - "release_date": "2022-03-16", - "examine": "The boots of a Shattered Relic Hunter.", "wiki_name": "Shattered boots (t1)", "wiki_url": "https://oldschool.runescape.wiki/w/Shattered_boots_(t1)", "equipment": { @@ -274753,9 +244835,6 @@ "cost": 15000, "lowalch": 6000, "highalch": 9000, - "weight": 0.453, - "release_date": "2022-03-16", - "examine": "The headgear of a Shattered Relic Hunter.", "wiki_name": "Shattered hood (t2)", "wiki_url": "https://oldschool.runescape.wiki/w/Shattered_hood_(t2)", "equipment": { @@ -274790,9 +244869,6 @@ "cost": 15000, "lowalch": 6000, "highalch": 9000, - "weight": 0.907, - "release_date": "2022-03-16", - "examine": "The shirt of a Shattered Relic Hunter.", "wiki_name": "Shattered top (t2)", "wiki_url": "https://oldschool.runescape.wiki/w/Shattered_top_(t2)", "equipment": { @@ -274827,9 +244903,6 @@ "cost": 15000, "lowalch": 6000, "highalch": 9000, - "weight": 0.907, - "release_date": "2022-03-16", - "examine": "The trousers of a Shattered Relic Hunter.", "wiki_name": "Shattered trousers (t2)", "wiki_url": "https://oldschool.runescape.wiki/w/Shattered_trousers_(t2)", "equipment": { @@ -274864,9 +244937,6 @@ "cost": 15000, "lowalch": 6000, "highalch": 9000, - "weight": 0.34, - "release_date": "2022-03-16", - "examine": "The boots of a Shattered Relic Hunter.", "wiki_name": "Shattered boots (t2)", "wiki_url": "https://oldschool.runescape.wiki/w/Shattered_boots_(t2)", "equipment": { @@ -274901,9 +244971,6 @@ "cost": 15000, "lowalch": 6000, "highalch": 9000, - "weight": 0.453, - "release_date": "2022-03-16", - "examine": "The headgear of a Shattered Relic Hunter.", "wiki_name": "Shattered hood (t3)", "wiki_url": "https://oldschool.runescape.wiki/w/Shattered_hood_(t3)", "equipment": { @@ -274938,9 +245005,6 @@ "cost": 15000, "lowalch": 6000, "highalch": 9000, - "weight": 0.907, - "release_date": "2022-03-16", - "examine": "The shirt of a Shattered Relic Hunter.", "wiki_name": "Shattered top (t3)", "wiki_url": "https://oldschool.runescape.wiki/w/Shattered_top_(t3)", "equipment": { @@ -274975,9 +245039,6 @@ "cost": 15000, "lowalch": 6000, "highalch": 9000, - "weight": 0.907, - "release_date": "2022-03-16", - "examine": "The trousers of a Shattered Relic Hunter.", "wiki_name": "Shattered trousers (t3)", "wiki_url": "https://oldschool.runescape.wiki/w/Shattered_trousers_(t3)", "equipment": { @@ -275012,9 +245073,6 @@ "cost": 15000, "lowalch": 6000, "highalch": 9000, - "weight": 0.34, - "release_date": "2022-03-16", - "examine": "The boots of a Shattered Relic Hunter.", "wiki_name": "Shattered boots (t3)", "wiki_url": "https://oldschool.runescape.wiki/w/Shattered_boots_(t3)", "equipment": { @@ -275046,9 +245104,6 @@ "cost": 48000, "lowalch": 19200, "highalch": 28800, - "weight": 6.803, - "release_date": "2022-03-16", - "examine": "A void knight top plucked from the shattered abyss.", "wiki_name": "Void knight top (or) (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Void_knight_top_(or)#Normal", "equipment": { @@ -275080,9 +245135,6 @@ "cost": 45000, "lowalch": 18000, "highalch": 27000, - "weight": 8.164, - "release_date": "2022-03-16", - "examine": "Void knight robes plucked from the shattered abyss.", "wiki_name": "Void knight robe (or) (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Void_knight_robe_(or)#Normal", "equipment": { @@ -275114,9 +245166,6 @@ "cost": 6052, "lowalch": 2420, "highalch": 3631, - "weight": 0.453, - "release_date": "2022-03-16", - "examine": "Void knight gloves plucked from the shattered abyss.", "wiki_name": "Void knight gloves (or) (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Void_knight_gloves_(or)#Normal", "equipment": { @@ -275148,9 +245197,6 @@ "cost": 48500, "lowalch": 19400, "highalch": 29100, - "weight": 6.803, - "release_date": "2022-03-16", - "examine": "An elite void knight top plucked from the shattered abyss.", "wiki_name": "Elite void top (or) (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Elite_void_top_(or)#Normal", "equipment": { @@ -275182,9 +245228,6 @@ "cost": 45500, "lowalch": 18200, "highalch": 27300, - "weight": 8.164, - "release_date": "2022-03-16", - "examine": "Elite void knight robes plucked from the shattered abyss.", "wiki_name": "Elite void robe (or) (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Elite_void_robe_(or)#Normal", "equipment": { @@ -275216,9 +245259,6 @@ "cost": 9851, "lowalch": 3940, "highalch": 5910, - "weight": 0.453, - "release_date": "2022-03-16", - "examine": "A mage helm plucked from the shattered abyss.", "wiki_name": "Void mage helm (or) (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Void_mage_helm_(or)#Normal", "equipment": { @@ -275250,9 +245290,6 @@ "cost": 9851, "lowalch": 3940, "highalch": 5910, - "weight": 0.453, - "release_date": "2022-03-16", - "examine": "A ranger helm plucked from the shattered abyss.", "wiki_name": "Void ranger helm (or) (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Void_ranger_helm_(or)#Normal", "equipment": { @@ -275284,9 +245321,6 @@ "cost": 9851, "lowalch": 3940, "highalch": 5910, - "weight": 0.453, - "release_date": "2022-03-16", - "examine": "A melee helm plucked from the shattered abyss.", "wiki_name": "Void melee helm (or) (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Void_melee_helm_(or)#Normal", "equipment": { @@ -275319,10 +245353,7 @@ "cost": 25000, "lowalch": 10000, "highalch": 15000, - "weight": 0.1, "buy_limit": 5, - "release_date": "2022-03-16", - "examine": "A kit that can be used on void armour to theme it to Leagues III - Shattered Relics.", "wiki_name": "Shattered relics void ornament kit", "wiki_url": "https://oldschool.runescape.wiki/w/Shattered_relics_void_ornament_kit", "price": 876381 @@ -275337,9 +245368,6 @@ "cost": 120001, "lowalch": 48000, "highalch": 72000, - "weight": 0.453, - "release_date": "2022-03-16", - "examine": "A weapon plucked from the shattered abyss.", "wiki_name": "Abyssal whip (or)", "wiki_url": "https://oldschool.runescape.wiki/w/Abyssal_whip_(or)", "equipment": { @@ -275399,9 +245427,6 @@ "cost": 289800, "lowalch": 115920, "highalch": 173880, - "weight": 0.453, - "release_date": "2022-03-16", - "examine": "A weapon plucked from the shattered abyss, embedded in a spiked chain.", "wiki_name": "Abyssal tentacle (or)", "wiki_url": "https://oldschool.runescape.wiki/w/Abyssal_tentacle_(or)", "equipment": { @@ -275461,9 +245486,6 @@ "cost": 16200, "lowalch": 6480, "highalch": 9720, - "weight": 6, - "release_date": "2022-03-16", - "examine": "A weapon plucked from the shattered abyss.", "wiki_name": "Rune crossbow (or)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_crossbow_(or)", "equipment": { @@ -275522,9 +245544,6 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 1, - "release_date": "2022-03-16", - "examine": "The holy book of Guthix, plucked from the shattered abyss.", "wiki_name": "Book of balance (or)", "wiki_url": "https://oldschool.runescape.wiki/w/Book_of_balance_(or)", "equipment": { @@ -275556,9 +245575,6 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 1, - "release_date": "2022-03-16", - "examine": "The dark book of a forgotten god, plucked from the shattered abyss.", "wiki_name": "Book of darkness (or)", "wiki_url": "https://oldschool.runescape.wiki/w/Book_of_darkness_(or)", "equipment": { @@ -275590,9 +245606,6 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 1, - "release_date": "2022-03-16", - "examine": "The book of Armadyl's Law, plucked from the shattered abyss.", "wiki_name": "Book of law (or)", "wiki_url": "https://oldschool.runescape.wiki/w/Book_of_law_(or)", "equipment": { @@ -275624,9 +245637,6 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 1, - "release_date": "2022-03-16", - "examine": "The short book of the wisdom of Bandos, plucked from the shattered abyss.", "wiki_name": "Book of war (or)", "wiki_url": "https://oldschool.runescape.wiki/w/Book_of_war_(or)", "equipment": { @@ -275658,9 +245668,6 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 1, - "release_date": "2022-03-16", - "examine": "The holy book of Saradomin, plucked from the shattered abyss.", "wiki_name": "Holy book (or)", "wiki_url": "https://oldschool.runescape.wiki/w/Holy_book_(or)", "equipment": { @@ -275692,9 +245699,6 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 1, - "release_date": "2022-03-16", - "examine": "The unholy book of Zamorak, plucked from the shattered abyss.", "wiki_name": "Unholy book (or)", "wiki_url": "https://oldschool.runescape.wiki/w/Unholy_book_(or)", "equipment": { @@ -275727,9 +245731,6 @@ "cost": 25000, "lowalch": 10000, "highalch": 15000, - "weight": 0.1, - "release_date": "2022-03-16", - "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": 750795 @@ -275743,9 +245744,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2022-01-19", - "examine": "A Bronze trophy for competing in Leagues III - Shattered Relics", "wiki_name": "Shattered relics bronze trophy", "wiki_url": "https://oldschool.runescape.wiki/w/Shattered_relics_bronze_trophy", "equipment": { @@ -275777,9 +245775,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2022-03-16", - "examine": "An Iron trophy for competing in Leagues III - Shattered Relics", "wiki_name": "Shattered relics iron trophy", "wiki_url": "https://oldschool.runescape.wiki/w/Shattered_relics_iron_trophy", "equipment": { @@ -275811,9 +245806,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2022-03-16", - "examine": "A Steel trophy for competing in Leagues III - Shattered Relics", "wiki_name": "Shattered relics steel trophy", "wiki_url": "https://oldschool.runescape.wiki/w/Shattered_relics_steel_trophy", "equipment": { @@ -275845,9 +245837,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2022-03-16", - "examine": "A Mithril trophy for competing in Leagues III - Shattered Relics", "wiki_name": "Shattered relics mithril trophy", "wiki_url": "https://oldschool.runescape.wiki/w/Shattered_relics_mithril_trophy", "equipment": { @@ -275880,9 +245869,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2022-03-16", - "examine": "An Adamant trophy for competing in Leagues III - Shattered Relics", "wiki_name": "Shattered relics adamant trophy", "wiki_url": "https://oldschool.runescape.wiki/w/Shattered_relics_adamant_trophy", "equipment": { @@ -275942,9 +245928,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2022-03-16", - "examine": "A Rune trophy for competing in Leagues III - Shattered Relics", "wiki_name": "Shattered relics rune trophy", "wiki_url": "https://oldschool.runescape.wiki/w/Shattered_relics_rune_trophy", "equipment": { @@ -276004,9 +245987,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2022-03-16", - "examine": "A Dragon trophy for competing in Leagues III - Shattered Relics", "wiki_name": "Shattered relics dragon trophy", "wiki_url": "https://oldschool.runescape.wiki/w/Shattered_relics_dragon_trophy", "equipment": { @@ -276069,9 +246049,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 1.814, - "release_date": "2022-03-16", - "examine": "The cane of a Shattered relic hunter.", "wiki_name": "Shattered cane", "wiki_url": "https://oldschool.runescape.wiki/w/Shattered_cane", "equipment": { @@ -276135,9 +246112,6 @@ "cost": 187500, "lowalch": 75000, "highalch": 112500, - "weight": 10, - "release_date": "2022-03-16", - "examine": "The body of a cannon plucked from the shattered abyss.", "wiki_name": "Cannon base (or)", "wiki_url": "https://oldschool.runescape.wiki/w/Cannon_base_(or)", "price": 0 @@ -276149,9 +246123,6 @@ "cost": 187500, "lowalch": 75000, "highalch": 112500, - "weight": 0.907, - "release_date": "2022-03-16", - "examine": "The stand of a cannon plucked from the shattered abyss.", "wiki_name": "Cannon stand (or)", "wiki_url": "https://oldschool.runescape.wiki/w/Cannon_stand_(or)", "price": 0 @@ -276163,9 +246134,6 @@ "cost": 187500, "lowalch": 75000, "highalch": 112500, - "weight": 15, - "release_date": "2022-03-16", - "examine": "Eight deadly cylinders of a cannon plucked from the shattered abyss.", "wiki_name": "Cannon barrels (or)", "wiki_url": "https://oldschool.runescape.wiki/w/Cannon_barrels_(or)", "price": 0 @@ -276177,9 +246145,6 @@ "cost": 187500, "lowalch": 75000, "highalch": 112500, - "weight": 5, - "release_date": "2022-03-16", - "examine": "The beating heart of a cannon plucked from the shattered abyss.", "wiki_name": "Cannon furnace (or)", "wiki_url": "https://oldschool.runescape.wiki/w/Cannon_furnace_(or)", "price": 0 @@ -276194,10 +246159,7 @@ "cost": 25000, "lowalch": 10000, "highalch": 15000, - "weight": 0.1, "buy_limit": 5, - "release_date": "2022-03-16", - "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": 1139315 @@ -276211,9 +246173,6 @@ "cost": 15000, "lowalch": 6000, "highalch": 9000, - "weight": 0.453, - "release_date": "2022-03-16", - "examine": "A magical hat plucked from the shattered abyss.", "wiki_name": "Mystic hat (or)", "wiki_url": "https://oldschool.runescape.wiki/w/Mystic_hat_(or)", "equipment": { @@ -276245,9 +246204,6 @@ "cost": 120000, "lowalch": 48000, "highalch": 72000, - "weight": 2.721, - "release_date": "2022-03-16", - "examine": "The upper half of a magical robe plucked from the shattered abyss.", "wiki_name": "Mystic robe top (or)", "wiki_url": "https://oldschool.runescape.wiki/w/Mystic_robe_top_(or)", "equipment": { @@ -276279,9 +246235,6 @@ "cost": 80000, "lowalch": 32000, "highalch": 48000, - "weight": 1.814, - "release_date": "2022-03-16", - "examine": "The lower half of a magical robe plucked from the shattered abyss.", "wiki_name": "Mystic robe bottom (or)", "wiki_url": "https://oldschool.runescape.wiki/w/Mystic_robe_bottom_(or)", "equipment": { @@ -276313,9 +246266,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.453, - "release_date": "2022-03-16", - "examine": "Magical gloves plucked from the shattered abyss.", "wiki_name": "Mystic gloves (or)", "wiki_url": "https://oldschool.runescape.wiki/w/Mystic_gloves_(or)", "equipment": { @@ -276347,9 +246297,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.453, - "release_date": "2022-03-16", - "examine": "Magical boots plucked from the shattered abyss.", "wiki_name": "Mystic boots (or)", "wiki_url": "https://oldschool.runescape.wiki/w/Mystic_boots_(or)", "equipment": { @@ -276382,10 +246329,7 @@ "cost": 25000, "lowalch": 10000, "highalch": 15000, - "weight": 0.1, "buy_limit": 5, - "release_date": "2022-03-16", - "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": 55779 @@ -276394,9 +246338,6 @@ "id": 26544, "name": "Unidentified fragment (harvesting)", "cost": 1, - "weight": 0.02, - "release_date": "2022-01-19", - "examine": "Breaking this will give you a power related to Harvesting skills.", "wiki_name": "Unidentified fragment (harvesting)", "wiki_url": "https://oldschool.runescape.wiki/w/Unidentified_fragment_(harvesting)", "price": 0 @@ -276405,9 +246346,6 @@ "id": 26545, "name": "Unidentified fragment (production)", "cost": 1, - "weight": 0.02, - "release_date": "2022-01-19", - "examine": "Breaking this will give you a power related to Production skills.", "wiki_name": "Unidentified fragment (production)", "wiki_url": "https://oldschool.runescape.wiki/w/Unidentified_fragment_(production)", "price": 0 @@ -276416,9 +246354,6 @@ "id": 26546, "name": "Unidentified fragment (skilling)", "cost": 1, - "weight": 0.02, - "release_date": "2022-01-19", - "examine": "Breaking this will give you a power related to Support skills.", "wiki_name": "Unidentified fragment (skilling)", "wiki_url": "https://oldschool.runescape.wiki/w/Unidentified_fragment_(skilling)", "price": 0 @@ -276427,9 +246362,6 @@ "id": 26547, "name": "Unidentified fragment (combat)", "cost": 1, - "weight": 0.02, - "release_date": "2022-01-19", - "examine": "Breaking this will give you a power related to Combat skills.", "wiki_name": "Unidentified fragment (combat)", "wiki_url": "https://oldschool.runescape.wiki/w/Unidentified_fragment_(combat)", "price": 0 @@ -276438,9 +246370,6 @@ "id": 26548, "name": "Unidentified fragment (misc)", "cost": 1, - "weight": 0.02, - "release_date": "2022-01-19", - "examine": "Breaking this will give you a power related to Clues & Minigames.", "wiki_name": "Unidentified fragment (misc)", "wiki_url": "https://oldschool.runescape.wiki/w/Unidentified_fragment_(misc)", "price": 0 @@ -276454,9 +246383,6 @@ "cost": 400, "lowalch": 160, "highalch": 240, - "weight": 0.002, - "release_date": "2022-01-19", - "examine": "A small waystone which can whisk you to places of importance.", "wiki_name": "Portable waystone", "wiki_url": "https://oldschool.runescape.wiki/w/Portable_waystone", "equipment": { @@ -276488,9 +246414,6 @@ "cost": 400, "lowalch": 160, "highalch": 240, - "weight": 0.002, - "release_date": "2022-01-19", - "examine": "A powerful tome filled with the knowledge of the magical arts.", "wiki_name": "Arcane grimoire", "wiki_url": "https://oldschool.runescape.wiki/w/Arcane_grimoire", "equipment": { @@ -276523,9 +246446,6 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 0.05, - "release_date": "2022-03-16", - "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": 531997 @@ -276540,9 +246460,6 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 0.05, - "release_date": "2022-03-16", - "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": 4449998 @@ -276557,9 +246474,6 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 0.05, - "release_date": "2022-03-16", - "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": 11005061 @@ -276572,9 +246486,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 3.628, - "release_date": "2022-02-09", - "examine": "Some white armour designed to fit goblins.", "wiki_name": "White goblin mail", "wiki_url": "https://oldschool.runescape.wiki/w/White_goblin_mail", "equipment": { @@ -276604,9 +246515,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.005, - "release_date": "2022-02-09", - "examine": "These have magical transmogrification properties.", "wiki_name": "Pharmakos berries", "wiki_url": "https://oldschool.runescape.wiki/w/Pharmakos_berries", "price": 0 @@ -276616,9 +246524,6 @@ "name": "Ekeleshuun key", "members": true, "cost": 30, - "weight": 0.001, - "release_date": "2022-02-09", - "examine": "The key you stole from the Ekeleshuun priest.", "wiki_name": "Ekeleshuun key", "wiki_url": "https://oldschool.runescape.wiki/w/Ekeleshuun_key", "price": 0 @@ -276628,9 +246533,6 @@ "name": "Narogoshuun key", "members": true, "cost": 30, - "weight": 0.001, - "release_date": "2022-02-09", - "examine": "The key you stole from the Narogoshuun priest.", "wiki_name": "Narogoshuun key", "wiki_url": "https://oldschool.runescape.wiki/w/Narogoshuun_key", "price": 0 @@ -276640,9 +246542,6 @@ "name": "Huzamogaarb key", "members": true, "cost": 30, - "weight": 0.001, - "release_date": "2022-02-09", - "examine": "The key you stole from the Huzamogaarb priest.", "wiki_name": "Huzamogaarb key", "wiki_url": "https://oldschool.runescape.wiki/w/Huzamogaarb_key", "price": 0 @@ -276652,9 +246551,6 @@ "name": "Saragorgak key", "members": true, "cost": 30, - "weight": 0.001, - "release_date": "2022-02-09", - "examine": "The key you stole from the Saragorgak priest.", "wiki_name": "Saragorgak key", "wiki_url": "https://oldschool.runescape.wiki/w/Saragorgak_key", "price": 0 @@ -276664,9 +246560,6 @@ "name": "Horogothgar key", "members": true, "cost": 30, - "weight": 0.001, - "release_date": "2022-02-09", - "examine": "The key you stole from the Horogothgar priest.", "wiki_name": "Horogothgar key", "wiki_url": "https://oldschool.runescape.wiki/w/Horogothgar_key", "price": 0 @@ -276676,9 +246569,6 @@ "name": "Yurkolgokh key", "members": true, "cost": 30, - "weight": 0.001, - "release_date": "2022-02-09", - "examine": "The key you stole from the Yurkolgokh priest.", "wiki_name": "Yurkolgokh key", "wiki_url": "https://oldschool.runescape.wiki/w/Yurkolgokh_key", "price": 0 @@ -276691,8 +246581,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "release_date": "2022-02-09", - "examine": "Oldak's Marvellous Moving-Over-Distance Sphere.", "wiki_name": "Plain of mud sphere", "wiki_url": "https://oldschool.runescape.wiki/w/Plain_of_mud_sphere", "price": 0 @@ -276704,9 +246592,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.35, - "release_date": "2022-02-09", - "examine": "An ugly albino fish.", "wiki_name": "Whitefish", "wiki_url": "https://oldschool.runescape.wiki/w/Whitefish", "price": 0 @@ -276718,9 +246603,6 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.035, - "release_date": "2022-02-09", - "examine": "4 doses of Goblin transmogrification potion.", "wiki_name": "Goblin potion (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Goblin_potion#4_dose", "price": 0 @@ -276732,9 +246614,6 @@ "cost": 150, "lowalch": 60, "highalch": 90, - "weight": 0.03, - "release_date": "2022-02-09", - "examine": "3 doses of Goblin transmogrification potion.", "wiki_name": "Goblin potion (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Goblin_potion#3_dose", "price": 0 @@ -276746,9 +246625,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.025, - "release_date": "2022-02-09", - "examine": "2 doses of Goblin transmogrification potion.", "wiki_name": "Goblin potion (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Goblin_potion#2_dose", "price": 0 @@ -276760,9 +246636,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.02, - "release_date": "2022-02-09", - "examine": "1 dose of Goblin transmogrification potion.", "wiki_name": "Goblin potion (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Goblin_potion#1_dose", "price": 0 @@ -276772,9 +246645,6 @@ "name": "Snothead's bone", "members": true, "cost": 30, - "weight": 0.001, - "release_date": "2022-02-09", - "examine": "An ancient goblin bone wrapped in fragments of priestly robes.", "wiki_name": "Snothead's bone", "wiki_url": "https://oldschool.runescape.wiki/w/Snothead's_bone", "price": 0 @@ -276784,9 +246654,6 @@ "name": "Snailfeet's bone", "members": true, "cost": 30, - "weight": 0.001, - "release_date": "2022-02-09", - "examine": "An ancient goblin bone wrapped in fragments of priestly robes.", "wiki_name": "Snailfeet's bone", "wiki_url": "https://oldschool.runescape.wiki/w/Snailfeet's_bone", "price": 0 @@ -276796,9 +246663,6 @@ "name": "Mosschin's bone", "members": true, "cost": 30, - "weight": 0.001, - "release_date": "2022-02-09", - "examine": "An ancient goblin bone wrapped in fragments of priestly robes.", "wiki_name": "Mosschin's bone", "wiki_url": "https://oldschool.runescape.wiki/w/Mosschin's_bone", "price": 0 @@ -276808,9 +246672,6 @@ "name": "Redeyes' bone", "members": true, "cost": 30, - "weight": 0.001, - "release_date": "2022-02-09", - "examine": "An ancient goblin bone wrapped in fragments of priestly robes.", "wiki_name": "Redeyes' bone", "wiki_url": "https://oldschool.runescape.wiki/w/Redeyes'_bone", "price": 0 @@ -276820,9 +246681,6 @@ "name": "Strongbones' bone", "members": true, "cost": 30, - "weight": 0.001, - "release_date": "2022-02-09", - "examine": "An ancient goblin bone wrapped in fragments of priestly robes.", "wiki_name": "Strongbones' bone", "wiki_url": "https://oldschool.runescape.wiki/w/Strongbones'_bone", "price": 0 @@ -276844,9 +246702,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2022-02-09", - "examine": "Follower obj", "wiki_name": "Zanik (unobtainable item) (Land of the Goblins)", "wiki_url": "https://oldschool.runescape.wiki/w/Zanik_(unobtainable_item)#Land_of_the_Goblins", "price": 0 @@ -276855,9 +246710,6 @@ "id": 26596, "name": "Notes", "cost": 0, - "weight": 0.001, - "release_date": "2022-02-16", - "examine": "Some helpful notes for me. Sometimes called a to-do list!", "wiki_name": "Notes (2022 Birthday event)", "wiki_url": "https://oldschool.runescape.wiki/w/Notes_(2022_Birthday_event)", "price": 0 @@ -276868,9 +246720,6 @@ "cost": 3, "lowalch": 1, "highalch": 1, - "weight": 0.002, - "release_date": "2022-02-16", - "examine": "Should let me catch the fish in the oasis.", "wiki_name": "Desert bait", "wiki_url": "https://oldschool.runescape.wiki/w/Desert_bait", "price": 0 @@ -276881,9 +246730,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.014, - "release_date": "2022-02-16", - "examine": "This fish is tiny!", "wiki_name": "Tiny fish", "wiki_url": "https://oldschool.runescape.wiki/w/Tiny_fish", "price": 0 @@ -276896,9 +246742,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.005, - "release_date": "2022-02-16", - "examine": "Osman's trade report for Ali Morrisane.", "wiki_name": "Osman's report", "wiki_url": "https://oldschool.runescape.wiki/w/Osman's_report", "price": 0 @@ -276909,9 +246752,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2022-02-16", - "examine": "The first clue in Capt' Arnav's treasure hunt!", "wiki_name": "Treasure clue one", "wiki_url": "https://oldschool.runescape.wiki/w/Treasure_clue_one", "price": 0 @@ -276922,9 +246762,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2022-02-16", - "examine": "The second clue in Capt' Arnav's treasure hunt!", "wiki_name": "Treasure clue two", "wiki_url": "https://oldschool.runescape.wiki/w/Treasure_clue_two", "price": 0 @@ -276935,9 +246772,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2022-02-16", - "examine": "The third and final clue in Capt' Arnav's treasure hunt!", "wiki_name": "Treasure clue three", "wiki_url": "https://oldschool.runescape.wiki/w/Treasure_clue_three", "price": 0 @@ -276948,9 +246782,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2022-02-16", - "examine": "I should complete the challenge and tell Zeke the answer!", "wiki_name": "Zeke's challenge scroll", "wiki_url": "https://oldschool.runescape.wiki/w/Zeke's_challenge_scroll", "price": 0 @@ -276961,9 +246792,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 9, - "release_date": "2022-02-16", - "examine": "The hidden treasure chest! I should return this to Capt' Arnav.", "wiki_name": "Capt' arnav's chest", "wiki_url": "https://oldschool.runescape.wiki/w/Capt'_arnav's_chest", "price": 0 @@ -276974,9 +246802,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2022-02-16", - "examine": "An empty bucket for the cookout.", "wiki_name": "Bucket (cookout)", "wiki_url": "https://oldschool.runescape.wiki/w/Bucket_(cookout)", "price": 0 @@ -276987,9 +246812,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 3, - "release_date": "2022-02-16", - "examine": "A bucket of water for the cookout.", "wiki_name": "Bucket of water (cookout)", "wiki_url": "https://oldschool.runescape.wiki/w/Bucket_of_water_(cookout)", "price": 0 @@ -277001,9 +246823,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2022-02-16", - "examine": "An empty pot for the cookout.", "wiki_name": "Pot (cookout)", "wiki_url": "https://oldschool.runescape.wiki/w/Pot_(cookout)", "price": 0 @@ -277014,9 +246833,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1.36, - "release_date": "2022-02-16", - "examine": "A pot of flour for the cookout.", "wiki_name": "Pot of flour (cookout)", "wiki_url": "https://oldschool.runescape.wiki/w/Pot_of_flour_(cookout)", "price": 0 @@ -277027,9 +246843,6 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.08, - "release_date": "2022-02-16", - "examine": "A tomato for the cookout.", "wiki_name": "Tomato (cookout)", "wiki_url": "https://oldschool.runescape.wiki/w/Tomato_(cookout)", "price": 0 @@ -277040,9 +246853,6 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.2, - "release_date": "2022-02-16", - "examine": "Some cheese for the cookout.", "wiki_name": "Cheese (cookout)", "wiki_url": "https://oldschool.runescape.wiki/w/Cheese_(cookout)", "price": 0 @@ -277053,9 +246863,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.04, - "release_date": "2022-02-16", - "examine": "A banana for the cookout.", "wiki_name": "Banana (cookout)", "wiki_url": "https://oldschool.runescape.wiki/w/Banana_(cookout)", "price": 0 @@ -277066,9 +246873,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2022-02-16", - "examine": "A pizza base, made for the cookout. Needs tomato and cheese.", "wiki_name": "Pizza base (cookout)", "wiki_url": "https://oldschool.runescape.wiki/w/Pizza_base_(cookout)", "price": 0 @@ -277079,9 +246883,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.8, - "release_date": "2022-02-16", - "examine": "An incomplete pizza, made for the cookout. Just needs cheese.", "wiki_name": "Incomplete pizza (cookout)", "wiki_url": "https://oldschool.runescape.wiki/w/Incomplete_pizza_(cookout)", "price": 0 @@ -277092,9 +246893,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.8, - "release_date": "2022-02-16", - "examine": "An uncooked pizza, made for the cookout.", "wiki_name": "Uncooked pizza (cookout)", "wiki_url": "https://oldschool.runescape.wiki/w/Uncooked_pizza_(cookout)", "price": 0 @@ -277105,9 +246903,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.8, - "release_date": "2022-02-16", - "examine": "A plain pizza, made for the cookout.", "wiki_name": "Plain pizza (cookout)", "wiki_url": "https://oldschool.runescape.wiki/w/Plain_pizza_(cookout)", "price": 0 @@ -277118,9 +246913,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.8, - "release_date": "2022-02-16", - "examine": "A burnt plain pizza, oops. Made for the cookout.", "wiki_name": "Burnt pizza (cookout)", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_pizza_(cookout)", "price": 0 @@ -277131,9 +246923,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.8, - "release_date": "2022-02-16", - "examine": "Some bread dough, made for the cookout.", "wiki_name": "Bread dough (cookout)", "wiki_url": "https://oldschool.runescape.wiki/w/Bread_dough_(cookout)", "price": 0 @@ -277144,9 +246933,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.8, - "release_date": "2022-02-16", - "examine": "A loaf of bread, made for the cookout.", "wiki_name": "Bread (cookout)", "wiki_url": "https://oldschool.runescape.wiki/w/Bread_(cookout)", "price": 0 @@ -277157,9 +246943,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.8, - "release_date": "2022-02-16", - "examine": "A burnt loaf of bread, oops. Made for the cookout.", "wiki_name": "Burnt bread (cookout)", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_bread_(cookout)", "price": 0 @@ -277170,9 +246953,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.8, - "release_date": "2022-02-16", - "examine": "A banana pizza, made for the cookout.", "wiki_name": "Banana pizza (cookout)", "wiki_url": "https://oldschool.runescape.wiki/w/Banana_pizza_(cookout)", "price": 0 @@ -277183,9 +246963,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.8, - "release_date": "2022-02-16", - "examine": "A burnt banana pizza, oops. Made for the cookout.", "wiki_name": "Burnt banana pizza (cookout)", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_banana_pizza_(cookout)", "price": 0 @@ -277199,9 +246976,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2, - "release_date": "2022-02-16", - "examine": "Skis to help people move around the desert.", "wiki_name": "Skis", "wiki_url": "https://oldschool.runescape.wiki/w/Skis", "equipment": { @@ -277257,9 +247031,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2022-02-23", - "examine": "Contains the loot from a fallen enemy. Use it at the Loot Chest in the Ferox Enclave.", "wiki_name": "Loot key", "wiki_url": "https://oldschool.runescape.wiki/w/Loot_key", "price": 0 @@ -277271,8 +247042,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2022-03-09", - "examine": "A shoe.", "wiki_name": "Shoe (unobtainable item) (Male Elven Brown)", "wiki_url": "https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Male_Elven_Brown", "price": 0 @@ -277284,8 +247053,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2022-03-09", - "examine": "A shoe.", "wiki_name": "Shoe (unobtainable item) (Male Elven Khaki)", "wiki_url": "https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Male_Elven_Khaki", "price": 0 @@ -277297,8 +247064,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2022-03-09", - "examine": "A shoe.", "wiki_name": "Shoe (unobtainable item) (Male Elven Ashen)", "wiki_url": "https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Male_Elven_Ashen", "price": 0 @@ -277310,8 +247075,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2022-03-09", - "examine": "A shoe.", "wiki_name": "Shoe (unobtainable item) (Male Elven Dark)", "wiki_url": "https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Male_Elven_Dark", "price": 0 @@ -277323,8 +247086,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2022-03-09", - "examine": "A shoe.", "wiki_name": "Shoe (unobtainable item) (Male Elven Terracotta)", "wiki_url": "https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Male_Elven_Terracotta", "price": 0 @@ -277336,8 +247097,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2022-03-09", - "examine": "A shoe.", "wiki_name": "Shoe (unobtainable item) (Male Elven Grey)", "wiki_url": "https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Male_Elven_Grey", "price": 0 @@ -277349,8 +247108,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2022-03-09", - "examine": "A shoe.", "wiki_name": "Shoe (unobtainable item) (Female Basic Brown)", "wiki_url": "https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Female_Basic_Brown", "price": 0 @@ -277362,8 +247119,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2022-03-09", - "examine": "A shoe.", "wiki_name": "Shoe (unobtainable item) (Female Basic Khaki)", "wiki_url": "https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Female_Basic_Khaki", "price": 0 @@ -277375,8 +247130,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2022-03-09", - "examine": "A shoe.", "wiki_name": "Shoe (unobtainable item) (Female Basic Ashen)", "wiki_url": "https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Female_Basic_Ashen", "price": 0 @@ -277388,8 +247141,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2022-03-09", - "examine": "A shoe.", "wiki_name": "Shoe (unobtainable item) (Female Basic Dark)", "wiki_url": "https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Female_Basic_Dark", "price": 0 @@ -277401,8 +247152,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2022-03-09", - "examine": "A shoe.", "wiki_name": "Shoe (unobtainable item) (Female Basic Terracotta)", "wiki_url": "https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Female_Basic_Terracotta", "price": 0 @@ -277414,8 +247163,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2022-03-09", - "examine": "A shoe.", "wiki_name": "Shoe (unobtainable item) (Female Basic Grey)", "wiki_url": "https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Female_Basic_Grey", "price": 0 @@ -277427,8 +247174,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2022-03-09", - "examine": "A shoe.", "wiki_name": "Shoe (unobtainable item) (Female Elven Brown)", "wiki_url": "https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Female_Elven_Brown", "price": 0 @@ -277440,8 +247185,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2022-03-09", - "examine": "A shoe.", "wiki_name": "Shoe (unobtainable item) (Female Elven Khaki)", "wiki_url": "https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Female_Elven_Khaki", "price": 0 @@ -277453,8 +247196,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2022-03-09", - "examine": "A shoe.", "wiki_name": "Shoe (unobtainable item) (Female Elven Ashen)", "wiki_url": "https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Female_Elven_Ashen", "price": 0 @@ -277466,8 +247207,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2022-03-09", - "examine": "A shoe.", "wiki_name": "Shoe (unobtainable item) (Female Elven Dark)", "wiki_url": "https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Female_Elven_Dark", "price": 0 @@ -277479,8 +247218,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2022-03-09", - "examine": "A shoe.", "wiki_name": "Shoe (unobtainable item) (Female Elven Terracotta)", "wiki_url": "https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Female_Elven_Terracotta", "price": 0 @@ -277492,8 +247229,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2022-03-09", - "examine": "A shoe.", "wiki_name": "Shoe (unobtainable item) (Female Elven Grey)", "wiki_url": "https://oldschool.runescape.wiki/w/Shoe_(unobtainable_item)#Female_Elven_Grey", "price": 0 @@ -277507,9 +247242,6 @@ "cost": 90000, "lowalch": 36000, "highalch": 54000, - "weight": 2.267, - "release_date": "2022-07-06", - "examine": "You really don't want to wear it inside-out.", "wiki_name": "Slayer helmet (i) (Emir's Arena)", "wiki_url": "https://oldschool.runescape.wiki/w/Slayer_helmet_(i)#Emir's_Arena", "equipment": { @@ -277543,9 +247275,6 @@ "cost": 90000, "lowalch": 36000, "highalch": 54000, - "weight": 2.267, - "release_date": "2022-07-06", - "examine": "You really don't want to wear it inside-out.", "wiki_name": "Black slayer helmet (i) (Emir's Arena)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_slayer_helmet_(i)#Emir's_Arena", "equipment": { @@ -277579,9 +247308,6 @@ "cost": 90000, "lowalch": 36000, "highalch": 54000, - "weight": 2.267, - "release_date": "2022-07-06", - "examine": "You really don't want to wear it inside-out.", "wiki_name": "Green slayer helmet (i) (Emir's Arena)", "wiki_url": "https://oldschool.runescape.wiki/w/Green_slayer_helmet_(i)#Emir's_Arena", "equipment": { @@ -277615,9 +247341,6 @@ "cost": 90000, "lowalch": 36000, "highalch": 54000, - "weight": 2.267, - "release_date": "2022-07-06", - "examine": "You really don't want to wear it inside-out.", "wiki_name": "Red slayer helmet (i) (Emir's Arena)", "wiki_url": "https://oldschool.runescape.wiki/w/Red_slayer_helmet_(i)#Emir's_Arena", "equipment": { @@ -277651,9 +247374,6 @@ "cost": 90000, "lowalch": 36000, "highalch": 54000, - "weight": 2.267, - "release_date": "2022-07-06", - "examine": "You really don't want to wear it inside-out.", "wiki_name": "Purple slayer helmet (i) (Emir's Arena)", "wiki_url": "https://oldschool.runescape.wiki/w/Purple_slayer_helmet_(i)#Emir's_Arena", "equipment": { @@ -277687,9 +247407,6 @@ "cost": 90000, "lowalch": 36000, "highalch": 54000, - "weight": 2.267, - "release_date": "2022-07-06", - "examine": "You really don't want to wear it inside-out.", "wiki_name": "Turquoise slayer helmet (i) (Emir's Arena)", "wiki_url": "https://oldschool.runescape.wiki/w/Turquoise_slayer_helmet_(i)#Emir's_Arena", "equipment": { @@ -277723,9 +247440,6 @@ "cost": 90000, "lowalch": 36000, "highalch": 54000, - "weight": 2.267, - "release_date": "2022-07-06", - "examine": "You really don't want to wear it inside-out.", "wiki_name": "Hydra slayer helmet (i) (Emir's Arena)", "wiki_url": "https://oldschool.runescape.wiki/w/Hydra_slayer_helmet_(i)#Emir's_Arena", "equipment": { @@ -277759,9 +247473,6 @@ "cost": 90000, "lowalch": 36000, "highalch": 54000, - "weight": 2.267, - "release_date": "2022-07-06", - "examine": "You really don't want to wear it inside-out.", "wiki_name": "Twisted slayer helmet (i) (Emir's Arena)", "wiki_url": "https://oldschool.runescape.wiki/w/Twisted_slayer_helmet_(i)#Emir's_Arena", "equipment": { @@ -277795,9 +247506,6 @@ "cost": 90000, "lowalch": 36000, "highalch": 54000, - "weight": 2.267, - "release_date": "2022-07-06", - "examine": "You really don't want to wear it inside-out.", "wiki_name": "Tztok slayer helmet (i) (Emir's Arena)", "wiki_url": "https://oldschool.runescape.wiki/w/Tztok_slayer_helmet_(i)#Emir's_Arena", "equipment": { @@ -277831,9 +247539,6 @@ "cost": 90000, "lowalch": 36000, "highalch": 54000, - "weight": 2.267, - "release_date": "2022-07-06", - "examine": "You really don't want to wear it inside-out.", "wiki_name": "Vampyric slayer helmet (i) (Emir's Arena)", "wiki_url": "https://oldschool.runescape.wiki/w/Vampyric_slayer_helmet_(i)#Emir's_Arena", "equipment": { @@ -277867,9 +247572,6 @@ "cost": 90000, "lowalch": 36000, "highalch": 54000, - "weight": 2.267, - "release_date": "2022-07-06", - "examine": "You really don't want to wear it inside-out.", "wiki_name": "Tzkal slayer helmet (i) (Emir's Arena)", "wiki_url": "https://oldschool.runescape.wiki/w/Tzkal_slayer_helmet_(i)#Emir's_Arena", "equipment": { @@ -277903,9 +247605,6 @@ "cost": 15000, "lowalch": 6000, "highalch": 9000, - "weight": 3, - "release_date": "2022-07-06", - "examine": "A solid ring.", "wiki_name": "Granite ring (i) (Emir's Arena)", "wiki_url": "https://oldschool.runescape.wiki/w/Granite_ring_(i)#Emir's_Arena", "equipment": { @@ -277938,9 +247637,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2022-07-06", - "examine": "Maoma the Corrupt Captain's med helm, but it's broken.", "wiki_name": "Maoma's med helm (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Maoma's_med_helm#Broken", "price": 0 @@ -277952,9 +247648,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2022-07-06", - "examine": "Maoma the Corrupt Captain's full helm, but it's broken.", "wiki_name": "Maoma's full helm (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Maoma's_full_helm#Broken", "price": 0 @@ -277966,9 +247659,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2022-07-06", - "examine": "Maoma the Corrupt Captain's great helm, but it's broken.", "wiki_name": "Maoma's great helm (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Maoma's_great_helm#Broken", "price": 0 @@ -277980,9 +247670,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2022-07-06", - "examine": "A chest piece used by the Calamity Coven, but it's broken.", "wiki_name": "Calamity chest (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Calamity_chest#Broken", "price": 0 @@ -277994,9 +247681,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2022-07-06", - "examine": "A superior chest piece used by the Calamity Coven, but it's broken.", "wiki_name": "Superior calamity chest (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Superior_calamity_chest#Broken", "price": 0 @@ -278008,9 +247692,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2022-07-06", - "examine": "An elite chest piece used by the Calamity Coven, but it's broken.", "wiki_name": "Elite calamity chest (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Elite_calamity_chest#Broken", "price": 0 @@ -278022,9 +247703,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2022-07-06", - "examine": "Breeches used by the Calamity Coven, but they're broken.", "wiki_name": "Calamity breeches (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Calamity_breeches#Broken", "price": 0 @@ -278036,9 +247714,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2022-07-06", - "examine": "Superior breeches used by the Calamity Coven, but they're broken.", "wiki_name": "Superior calamity breeches (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Superior_calamity_breeches#Broken", "price": 0 @@ -278050,9 +247725,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2022-07-06", - "examine": "Elite breeches used by the Calamity Coven, but they're broken.", "wiki_name": "Elite calamity breeches (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Elite_calamity_breeches#Broken", "price": 0 @@ -278064,9 +247736,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 6, - "release_date": "2022-03-16", - "examine": "A chest piece worn by the mightiest warriors of the arena, but it's broken.", "wiki_name": "Centurion cuirass (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Centurion_cuirass#Broken", "price": 0 @@ -278078,9 +247747,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.25, - "release_date": "2022-03-16", - "examine": "A pair of wristbands to protect your hands in combat, but they're broken.", "wiki_name": "Wristbands of the arena (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Wristbands_of_the_arena#Broken", "price": 0 @@ -278092,9 +247758,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.25, - "release_date": "2022-03-16", - "examine": "A pair of hardened wristbands to protect your hands in combat, but they're broken.", "wiki_name": "Wristbands of the arena (i) (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Wristbands_of_the_arena_(i)#Broken", "price": 0 @@ -278106,9 +247769,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2022-07-06", - "examine": "Koriff the Crowd Pleaser's headband, but it's broken.", "wiki_name": "Koriff's headband (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Koriff's_headband#Broken", "price": 0 @@ -278120,9 +247780,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2022-07-06", - "examine": "Koriff the Crowd Pleaser's cowl, but it's broken.", "wiki_name": "Koriff's cowl (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Koriff's_cowl#Broken", "price": 0 @@ -278134,9 +247791,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2022-07-06", - "examine": "Koriff the Crowd Pleaser's coif, but it's broken.", "wiki_name": "Koriff's coif (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Koriff's_coif#Broken", "price": 0 @@ -278148,9 +247802,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2022-07-06", - "examine": "Saika the puppet master's hood, but its broken.", "wiki_name": "Saika's hood (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Saika's_hood#Broken", "price": 0 @@ -278162,9 +247813,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2022-07-06", - "examine": "Saika the puppet master's veil, but its broken.", "wiki_name": "Saika's veil (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Saika's_veil#Broken", "price": 0 @@ -278176,9 +247824,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2022-07-06", - "examine": "Saika the puppet master's shroud, but its broken.", "wiki_name": "Saika's shroud (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Saika's_shroud#Broken", "price": 0 @@ -278189,8 +247834,6 @@ "members": true, "stackable": true, "cost": 45, - "release_date": "2022-07-13", - "examine": "Enough power for any Surge spell, blighted so it can be used only in the Wilderness.", "wiki_name": "Blighted surge sack", "wiki_url": "https://oldschool.runescape.wiki/w/Blighted_surge_sack", "price": 0 @@ -278201,8 +247844,6 @@ "members": true, "stackable": true, "cost": 100, - "release_date": "2022-07-13", - "examine": "A magical scroll used to imbue a variety of items.", "wiki_name": "Scroll of imbuing", "wiki_url": "https://oldschool.runescape.wiki/w/Scroll_of_imbuing", "price": 0 @@ -278212,9 +247853,6 @@ "name": "Dragon claws ornament kit", "members": true, "cost": 5000, - "weight": 0.5, - "release_date": "2022-03-16", - "examine": "Use on some dragon claws to make them look fancier!", "wiki_name": "Dragon claws ornament kit", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_claws_ornament_kit", "price": 0 @@ -278229,9 +247867,6 @@ "cost": 205000, "lowalch": 82000, "highalch": 123000, - "weight": 0.907, - "release_date": "2022-03-16", - "examine": "A set of pretty fighting claws.", "wiki_name": "Dragon claws (or)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_claws_(or)", "equipment": { @@ -278293,9 +247928,6 @@ "name": "Dragon warhammer ornament kit", "members": true, "cost": 5000, - "weight": 0.5, - "release_date": "2022-03-16", - "examine": "Use on a dragon warhammer to make it look fancier!", "wiki_name": "Dragon warhammer ornament kit", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_warhammer_ornament_kit", "price": 0 @@ -278310,9 +247942,6 @@ "cost": 120000, "lowalch": 48000, "highalch": 72000, - "weight": 2, - "release_date": "2022-03-16", - "examine": "Spikey and stylish, close combat weapon.", "wiki_name": "Dragon warhammer (or)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_warhammer_(or)", "equipment": { @@ -278367,9 +247996,6 @@ "name": "Heavy ballista ornament kit", "members": true, "cost": 5000, - "weight": 0.5, - "release_date": "2023-05-24", - "examine": "Use on a heavy ballista to make it look fancier!", "wiki_name": "Heavy ballista ornament kit", "wiki_url": "https://oldschool.runescape.wiki/w/Heavy_ballista_ornament_kit", "price": 0 @@ -278384,9 +248010,6 @@ "cost": 950000, "lowalch": 380000, "highalch": 570000, - "weight": 6, - "release_date": "2023-05-24", - "examine": "A powerful and good looking weapon forged from the wreckage of an airship.", "wiki_name": "Heavy ballista (or)", "wiki_url": "https://oldschool.runescape.wiki/w/Heavy_ballista_(or)", "equipment": { @@ -278441,9 +248064,6 @@ "name": "Armadyl armour ornament kit", "members": true, "cost": 5000, - "weight": 0.5, - "release_date": "2022-03-16", - "examine": "Use on an armadyl armour piece to make it look fancier!", "wiki_name": "Armadyl armour ornament kit", "wiki_url": "https://oldschool.runescape.wiki/w/Armadyl_armour_ornament_kit", "price": 0 @@ -278457,9 +248077,6 @@ "cost": 289000, "lowalch": 115600, "highalch": 173400, - "weight": 0.5, - "release_date": "2022-03-16", - "examine": "A helmet of great craftsmanship.", "wiki_name": "Armadyl helmet (or)", "wiki_url": "https://oldschool.runescape.wiki/w/Armadyl_helmet_(or)", "equipment": { @@ -278491,9 +248108,6 @@ "cost": 290000, "lowalch": 116000, "highalch": 174000, - "weight": 4, - "release_date": "2022-03-16", - "examine": "Armour of great craftsmanship.", "wiki_name": "Armadyl chestplate (or)", "wiki_url": "https://oldschool.runescape.wiki/w/Armadyl_chestplate_(or)", "equipment": { @@ -278525,9 +248139,6 @@ "cost": 289900, "lowalch": 115960, "highalch": 173940, - "weight": 1, - "release_date": "2022-03-16", - "examine": "A chainskirt of great craftsmanship.", "wiki_name": "Armadyl chainskirt (or)", "wiki_url": "https://oldschool.runescape.wiki/w/Armadyl_chainskirt_(or)", "equipment": { @@ -278555,9 +248166,6 @@ "name": "Bandos armour ornament kit", "members": true, "cost": 5000, - "weight": 0.5, - "release_date": "2022-03-16", - "examine": "Use on a bandos armour piece to make it look fancier!", "wiki_name": "Bandos armour ornament kit", "wiki_url": "https://oldschool.runescape.wiki/w/Bandos_armour_ornament_kit", "price": 0 @@ -278571,9 +248179,6 @@ "cost": 290010, "lowalch": 116004, "highalch": 174006, - "weight": 12, - "release_date": "2022-03-16", - "examine": "A sturdy chestplate.", "wiki_name": "Bandos chestplate (or)", "wiki_url": "https://oldschool.runescape.wiki/w/Bandos_chestplate_(or)", "equipment": { @@ -278605,9 +248210,6 @@ "cost": 289910, "lowalch": 115964, "highalch": 173946, - "weight": 8, - "release_date": "2022-03-16", - "examine": "A sturdy pair of tassets.", "wiki_name": "Bandos tassets (or)", "wiki_url": "https://oldschool.runescape.wiki/w/Bandos_tassets_(or)", "equipment": { @@ -278639,9 +248241,6 @@ "cost": 289010, "lowalch": 115604, "highalch": 173406, - "weight": 6, - "release_date": "2022-03-16", - "examine": "Some sturdy boots.", "wiki_name": "Bandos boots (or)", "wiki_url": "https://oldschool.runescape.wiki/w/Bandos_boots_(or)", "equipment": { @@ -278673,9 +248272,6 @@ "cost": 79006, "lowalch": 31602, "highalch": 47403, - "weight": 6, - "release_date": "2022-03-16", - "examine": "A chest piece worn by the mightiest warriors of the arena.", "wiki_name": "Centurion cuirass (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Centurion_cuirass#Normal", "equipment": { @@ -278707,9 +248303,6 @@ "cost": 79006, "lowalch": 31602, "highalch": 47403, - "weight": 6, - "release_date": "2022-03-16", - "examine": "A chest piece worn by the mightiest warriors of the arena.", "wiki_name": "Centurion cuirass (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Centurion_cuirass#Locked", "equipment": { @@ -278741,9 +248334,6 @@ "cost": 85000, "lowalch": 34000, "highalch": 51000, - "weight": 0.25, - "release_date": "2022-03-16", - "examine": "A pair of wristbands to protect your hands in combat.", "wiki_name": "Wristbands of the arena (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Wristbands_of_the_arena#Normal", "equipment": { @@ -278775,9 +248365,6 @@ "cost": 85002, "lowalch": 34000, "highalch": 51001, - "weight": 0.25, - "release_date": "2022-03-16", - "examine": "A pair of wristbands to protect your hands in combat.", "wiki_name": "Wristbands of the arena (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Wristbands_of_the_arena#Locked", "equipment": { @@ -278809,9 +248396,6 @@ "cost": 85001, "lowalch": 34000, "highalch": 51000, - "weight": 0.25, - "release_date": "2022-03-16", - "examine": "A pair of wristbands to protect your hands in combat.", "wiki_name": "Wristbands of the arena (Charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Wristbands_of_the_arena#Charged", "equipment": { @@ -278843,9 +248427,6 @@ "cost": 85008, "lowalch": 34003, "highalch": 51004, - "weight": 0.25, - "release_date": "2022-03-16", - "examine": "A pair of wristbands to protect your hands in combat.", "wiki_name": "Wristbands of the arena (Charged and Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Wristbands_of_the_arena#Charged_and_Locked", "equipment": { @@ -278877,9 +248458,6 @@ "cost": 86000, "lowalch": 34400, "highalch": 51600, - "weight": 0.25, - "release_date": "2022-03-16", - "examine": "A pair of imbued wristbands to protect your hands in combat.", "wiki_name": "Wristbands of the arena (i) (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Wristbands_of_the_arena_(i)#Normal", "equipment": { @@ -278911,9 +248489,6 @@ "cost": 86002, "lowalch": 34400, "highalch": 51601, - "weight": 0.25, - "release_date": "2022-03-16", - "examine": "A pair of imbued wristbands to protect your hands in combat.", "wiki_name": "Wristbands of the arena (i) (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Wristbands_of_the_arena_(i)#Locked", "equipment": { @@ -278945,9 +248520,6 @@ "cost": 86001, "lowalch": 34400, "highalch": 51600, - "weight": 0.25, - "release_date": "2022-03-16", - "examine": "A pair of imbued wristbands to protect your hands in combat.", "wiki_name": "Wristbands of the arena (i) (Charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Wristbands_of_the_arena_(i)#Charged", "equipment": { @@ -278979,9 +248551,6 @@ "cost": 86003, "lowalch": 34401, "highalch": 51601, - "weight": 0.25, - "release_date": "2022-03-16", - "examine": "A pair of imbued wristbands to protect your hands in combat.", "wiki_name": "Wristbands of the arena (i) (Charged and Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Wristbands_of_the_arena_(i)#Charged_and_Locked", "equipment": { @@ -279013,9 +248582,6 @@ "cost": 11500, "lowalch": 4600, "highalch": 6900, - "weight": 0.453, - "release_date": "2022-07-06", - "examine": "Saika the puppet master's hood.", "wiki_name": "Saika's hood (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Saika's_hood#Normal", "equipment": { @@ -279047,9 +248613,6 @@ "cost": 11500, "lowalch": 4600, "highalch": 6900, - "weight": 0.453, - "release_date": "2022-07-06", - "examine": "Saika the puppet master's hood.", "wiki_name": "Saika's hood (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Saika's_hood#Locked", "equipment": { @@ -279081,9 +248644,6 @@ "cost": 16500, "lowalch": 6600, "highalch": 9900, - "weight": 0.453, - "release_date": "2022-07-06", - "examine": "Saika the puppet master's veil.", "wiki_name": "Saika's veil (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Saika's_veil#Normal", "equipment": { @@ -279115,9 +248675,6 @@ "cost": 16500, "lowalch": 6600, "highalch": 9900, - "weight": 0.453, - "release_date": "2022-07-06", - "examine": "Saika the puppet master's veil.", "wiki_name": "Saika's veil (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Saika's_veil#Locked", "equipment": { @@ -279149,9 +248706,6 @@ "cost": 21500, "lowalch": 8600, "highalch": 12900, - "weight": 0.453, - "release_date": "2022-07-06", - "examine": "Saika the puppet master's shroud.", "wiki_name": "Saika's shroud (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Saika's_shroud#Normal", "equipment": { @@ -279183,9 +248737,6 @@ "cost": 21500, "lowalch": 8600, "highalch": 12900, - "weight": 0.453, - "release_date": "2022-07-06", - "examine": "Saika the puppet master's shroud.", "wiki_name": "Saika's shroud (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Saika's_shroud#Locked", "equipment": { @@ -279217,9 +248768,6 @@ "cost": 11500, "lowalch": 4600, "highalch": 6900, - "weight": 0.453, - "release_date": "2022-07-06", - "examine": "Koriff the Crowd Pleaser's headband.", "wiki_name": "Koriff's headband (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Koriff's_headband#Normal", "equipment": { @@ -279251,9 +248799,6 @@ "cost": 11500, "lowalch": 4600, "highalch": 6900, - "weight": 0.453, - "release_date": "2022-07-06", - "examine": "Koriff the Crowd Pleaser's headband.", "wiki_name": "Koriff's headband (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Koriff's_headband#Locked", "equipment": { @@ -279285,9 +248830,6 @@ "cost": 16500, "lowalch": 6600, "highalch": 9900, - "weight": 0.453, - "release_date": "2022-07-06", - "examine": "Koriff the Crowd Pleaser's cowl.", "wiki_name": "Koriff's cowl (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Koriff's_cowl#Normal", "equipment": { @@ -279319,9 +248861,6 @@ "cost": 16500, "lowalch": 6600, "highalch": 9900, - "weight": 0.453, - "release_date": "2022-07-06", - "examine": "Koriff the Crowd Pleaser's cowl.", "wiki_name": "Koriff's cowl (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Koriff's_cowl#Locked", "equipment": { @@ -279353,9 +248892,6 @@ "cost": 21500, "lowalch": 8600, "highalch": 12900, - "weight": 0.453, - "release_date": "2022-07-06", - "examine": "Koriff the Crowd Pleaser's coif.", "wiki_name": "Koriff's coif (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Koriff's_coif#Normal", "equipment": { @@ -279387,9 +248923,6 @@ "cost": 21500, "lowalch": 8600, "highalch": 12900, - "weight": 0.453, - "release_date": "2022-07-06", - "examine": "Koriff the Crowd Pleaser's coif.", "wiki_name": "Koriff's coif (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Koriff's_coif#Locked", "equipment": { @@ -279421,9 +248954,6 @@ "cost": 11500, "lowalch": 4600, "highalch": 6900, - "weight": 1.36, - "release_date": "2022-07-06", - "examine": "Maoma the Corrupt Captain's med helm.", "wiki_name": "Maoma's med helm (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Maoma's_med_helm#Normal", "equipment": { @@ -279455,9 +248985,6 @@ "cost": 11500, "lowalch": 4600, "highalch": 6900, - "weight": 1.36, - "release_date": "2022-07-06", - "examine": "Maoma the Corrupt Captain's med helm.", "wiki_name": "Maoma's med helm (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Maoma's_med_helm#Locked", "equipment": { @@ -279489,9 +249016,6 @@ "cost": 16500, "lowalch": 6600, "highalch": 9900, - "weight": 1.36, - "release_date": "2022-07-06", - "examine": "Maoma the Corrupt Captain's full helm.", "wiki_name": "Maoma's full helm (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Maoma's_full_helm#Normal", "equipment": { @@ -279523,9 +249047,6 @@ "cost": 16500, "lowalch": 6600, "highalch": 9900, - "weight": 1.36, - "release_date": "2022-07-06", - "examine": "Maoma the Corrupt Captain's full helm.", "wiki_name": "Maoma's full helm (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Maoma's_full_helm#Locked", "equipment": { @@ -279557,9 +249078,6 @@ "cost": 21500, "lowalch": 8600, "highalch": 12900, - "weight": 1.36, - "release_date": "2022-07-06", - "examine": "Maoma the Corrupt Captain's great helm.", "wiki_name": "Maoma's great helm (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Maoma's_great_helm#Normal", "equipment": { @@ -279591,9 +249109,6 @@ "cost": 21500, "lowalch": 8600, "highalch": 12900, - "weight": 1.36, - "release_date": "2022-07-06", - "examine": "Maoma the Corrupt Captain's great helm.", "wiki_name": "Maoma's great helm (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Maoma's_great_helm#Locked", "equipment": { @@ -279625,9 +249140,6 @@ "cost": 75000, "lowalch": 30000, "highalch": 45000, - "weight": 0.907, - "release_date": "2022-07-06", - "examine": "A chest piece used by the Calamity Coven.", "wiki_name": "Calamity chest (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Calamity_chest#Normal", "equipment": { @@ -279659,9 +249171,6 @@ "cost": 75000, "lowalch": 30000, "highalch": 45000, - "weight": 0.907, - "release_date": "2022-07-06", - "examine": "A chest piece used by the Calamity Coven.", "wiki_name": "Calamity chest (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Calamity_chest#Locked", "equipment": { @@ -279693,9 +249202,6 @@ "cost": 100000, "lowalch": 40000, "highalch": 60000, - "weight": 0.907, - "release_date": "2022-07-06", - "examine": "A superior chest piece used by the Calamity Coven.", "wiki_name": "Superior calamity chest (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Superior_calamity_chest#Normal", "equipment": { @@ -279727,9 +249233,6 @@ "cost": 100000, "lowalch": 40000, "highalch": 60000, - "weight": 0.907, - "release_date": "2022-07-06", - "examine": "A superior chest piece used by the Calamity Coven.", "wiki_name": "Superior calamity chest (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Superior_calamity_chest#Locked", "equipment": { @@ -279761,9 +249264,6 @@ "cost": 125000, "lowalch": 50000, "highalch": 75000, - "weight": 0.907, - "release_date": "2022-07-06", - "examine": "An elite chest piece used by the Calamity Coven.", "wiki_name": "Elite calamity chest (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Elite_calamity_chest#Normal", "equipment": { @@ -279795,9 +249295,6 @@ "cost": 125000, "lowalch": 50000, "highalch": 75000, - "weight": 0.907, - "release_date": "2022-07-06", - "examine": "An elite chest piece used by the Calamity Coven.", "wiki_name": "Elite calamity chest (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Elite_calamity_chest#Locked", "equipment": { @@ -279829,9 +249326,6 @@ "cost": 75000, "lowalch": 30000, "highalch": 45000, - "weight": 0.907, - "release_date": "2022-07-06", - "examine": "Breeches used by the Calamity Coven.", "wiki_name": "Calamity breeches (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Calamity_breeches#Normal", "equipment": { @@ -279863,9 +249357,6 @@ "cost": 75000, "lowalch": 30000, "highalch": 45000, - "weight": 0.907, - "release_date": "2022-07-06", - "examine": "Breeches used by the Calamity Coven.", "wiki_name": "Calamity breeches (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Calamity_breeches#Locked", "equipment": { @@ -279897,9 +249388,6 @@ "cost": 100000, "lowalch": 40000, "highalch": 60000, - "weight": 0.907, - "release_date": "2022-07-06", - "examine": "Superior breeches used by the Calamity Coven.", "wiki_name": "Superior calamity breeches (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Superior_calamity_breeches#Normal", "equipment": { @@ -279931,9 +249419,6 @@ "cost": 100000, "lowalch": 40000, "highalch": 60000, - "weight": 0.907, - "release_date": "2022-07-06", - "examine": "Superior breeches used by the Calamity Coven.", "wiki_name": "Superior calamity breeches (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Superior_calamity_breeches#Locked", "equipment": { @@ -279965,9 +249450,6 @@ "cost": 125000, "lowalch": 50000, "highalch": 75000, - "weight": 0.907, - "release_date": "2022-07-06", - "examine": "Elite breeches used by the Calamity Coven.", "wiki_name": "Elite calamity breeches (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Elite_calamity_breeches#Normal", "equipment": { @@ -279999,9 +249481,6 @@ "cost": 125000, "lowalch": 50000, "highalch": 75000, - "weight": 0.907, - "release_date": "2022-07-06", - "examine": "Elite breeches used by the Calamity Coven.", "wiki_name": "Elite calamity breeches (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Elite_calamity_breeches#Locked", "equipment": { @@ -280033,9 +249512,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.007, - "release_date": "2022-07-06", - "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": { @@ -280067,9 +249543,6 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 0.3, - "release_date": "2022-07-06", - "examine": "An ancient ring said to bring you closer to the Gods.", "wiki_name": "Ring of the gods (i) (Emir's Arena)", "wiki_url": "https://oldschool.runescape.wiki/w/Ring_of_the_gods_(i)#Emir's_Arena", "equipment": { @@ -280101,9 +249574,6 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 1, - "release_date": "2022-07-06", - "examine": "An incredibly heavy ring.", "wiki_name": "Tyrannical ring (i) (Emir's Arena)", "wiki_url": "https://oldschool.runescape.wiki/w/Tyrannical_ring_(i)#Emir's_Arena", "equipment": { @@ -280135,9 +249605,6 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 0.4, - "release_date": "2022-07-06", - "examine": "A razor sharp ring.", "wiki_name": "Treasonous ring (i) (Emir's Arena)", "wiki_url": "https://oldschool.runescape.wiki/w/Treasonous_ring_(i)#Emir's_Arena", "equipment": { @@ -280169,9 +249636,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.004, - "release_date": "2022-07-06", - "examine": "A mysterious ring that can fill the wearer with magical power...", "wiki_name": "Seers ring (i) (Emir's Arena)", "wiki_url": "https://oldschool.runescape.wiki/w/Seers_ring_(i)#Emir's_Arena", "equipment": { @@ -280203,9 +249667,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.004, - "release_date": "2022-07-06", - "examine": "A fabled ring that improves the wearer's skill with a bow...", "wiki_name": "Archers ring (i) (Emir's Arena)", "wiki_url": "https://oldschool.runescape.wiki/w/Archers_ring_(i)#Emir's_Arena", "equipment": { @@ -280237,9 +249698,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.004, - "release_date": "2022-07-06", - "examine": "A legendary ring once worn by Fremennik warriors.", "wiki_name": "Warrior ring (i) (Emir's Arena)", "wiki_url": "https://oldschool.runescape.wiki/w/Warrior_ring_(i)#Emir's_Arena", "equipment": { @@ -280271,9 +249729,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.004, - "release_date": "2022-07-06", - "examine": "A ring reputed to bring out a berserk fury in its wearer.", "wiki_name": "Berserker ring (i) (Emir's Arena)", "wiki_url": "https://oldschool.runescape.wiki/w/Berserker_ring_(i)#Emir's_Arena", "equipment": { @@ -280305,9 +249760,6 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "weight": 0.007, - "release_date": "2022-07-06", - "examine": "Increases melee, ranged and magic damage & accuracy by 20% against the undead.", "wiki_name": "Salve amulet(ei) (Emir's Arena)", "wiki_url": "https://oldschool.runescape.wiki/w/Salve_amulet(ei)#Emir's_Arena", "equipment": { @@ -280337,9 +249789,6 @@ "cost": 1200, "lowalch": 480, "highalch": 720, - "weight": 1, - "release_date": "2022-03-23", - "examine": "A colossal-sized pouch used for storing essence.", "wiki_name": "Colossal pouch (New)", "wiki_url": "https://oldschool.runescape.wiki/w/Colossal_pouch#New", "price": 0 @@ -280351,9 +249800,6 @@ "cost": 1200, "lowalch": 480, "highalch": 720, - "weight": 1, - "release_date": "2022-03-23", - "examine": "A colossal-sized pouch used for storing essence.", "wiki_name": "Colossal pouch (Degraded)", "wiki_url": "https://oldschool.runescape.wiki/w/Colossal_pouch#Degraded", "price": 0 @@ -280370,10 +249816,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 1, "buy_limit": 10000, - "release_date": "2022-03-23", - "examine": "Makes me feel like a wealthy Princess.", "wiki_name": "Gold tiara", "wiki_url": "https://oldschool.runescape.wiki/w/Gold_tiara", "equipment": { @@ -280404,8 +249847,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "release_date": "2022-03-23", - "examine": "Some strange pearls from the Abyss.", "wiki_name": "Abyssal pearls", "wiki_url": "https://oldschool.runescape.wiki/w/Abyssal_pearls", "price": 0 @@ -280420,10 +249861,7 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 0.02, "buy_limit": 40, - "release_date": "2022-03-23", - "examine": "A mysterious power emanates from the talisman...", "wiki_name": "Catalytic talisman", "wiki_url": "https://oldschool.runescape.wiki/w/Catalytic_talisman", "price": 7991 @@ -280440,10 +249878,7 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 1, "buy_limit": 40, - "release_date": "2022-03-23", - "examine": "A tiara infused with the properties of every catalytic rune.", "wiki_name": "Catalytic tiara", "wiki_url": "https://oldschool.runescape.wiki/w/Catalytic_tiara", "equipment": { @@ -280478,9 +249913,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 1, - "release_date": "2022-03-23", - "examine": "A tiara infused with the properties of every elemental rune.", "wiki_name": "Elemental tiara", "wiki_url": "https://oldschool.runescape.wiki/w/Elemental_tiara", "equipment": { @@ -280508,9 +249940,6 @@ "name": "Abyssal green dye", "members": true, "cost": 3000, - "weight": 0.02, - "release_date": "2022-03-23", - "examine": "A strange green dye made from abyssal materials.", "wiki_name": "Abyssal green dye", "wiki_url": "https://oldschool.runescape.wiki/w/Abyssal_green_dye", "price": 0 @@ -280520,9 +249949,6 @@ "name": "Abyssal blue dye", "members": true, "cost": 3000, - "weight": 0.02, - "release_date": "2022-03-23", - "examine": "A strange blue dye made from abyssal materials.", "wiki_name": "Abyssal blue dye", "wiki_url": "https://oldschool.runescape.wiki/w/Abyssal_blue_dye", "price": 0 @@ -280532,9 +249958,6 @@ "name": "Abyssal red dye", "members": true, "cost": 3000, - "weight": 0.02, - "release_date": "2022-03-23", - "examine": "A strange red dye made from abyssal materials.", "wiki_name": "Abyssal red dye", "wiki_url": "https://oldschool.runescape.wiki/w/Abyssal_red_dye", "price": 0 @@ -280544,9 +249967,6 @@ "name": "Abyssal needle", "members": true, "cost": 3000, - "weight": 0.002, - "release_date": "2022-03-23", - "examine": "A needle designed for use with abyssal materials.", "wiki_name": "Abyssal needle", "wiki_url": "https://oldschool.runescape.wiki/w/Abyssal_needle", "price": 0 @@ -280563,9 +249983,6 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 0.01, - "release_date": "2022-03-23", - "examine": "A mystical ring.", "wiki_name": "Ring of the elements (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Ring_of_the_elements#Uncharged", "equipment": { @@ -280597,9 +250014,6 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 0.01, - "release_date": "2022-03-23", - "examine": "A mystical ring.", "wiki_name": "Ring of the elements (Charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Ring_of_the_elements#Charged", "equipment": { @@ -280627,9 +250041,6 @@ "name": "Guardian's eye", "members": true, "cost": 3000, - "weight": 0.5, - "release_date": "2022-03-23", - "examine": "The eye of a rune guardian.", "wiki_name": "Guardian's eye", "wiki_url": "https://oldschool.runescape.wiki/w/Guardian's_eye", "price": 0 @@ -280643,9 +250054,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.5, - "release_date": "2022-03-23", - "examine": "A lantern containing power from the Abyss.", "wiki_name": "Abyssal lantern (Unlit)", "wiki_url": "https://oldschool.runescape.wiki/w/Abyssal_lantern#Unlit", "equipment": { @@ -280677,9 +250085,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.5, - "release_date": "2022-03-23", - "examine": "A lantern containing power from the Abyss. It's been lit with some logs.", "wiki_name": "Abyssal lantern (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Abyssal_lantern#Normal", "equipment": { @@ -280711,9 +250116,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.5, - "release_date": "2022-03-23", - "examine": "A lantern containing power from the Abyss. It's been lit with some blue logs.", "wiki_name": "Abyssal lantern (Blue)", "wiki_url": "https://oldschool.runescape.wiki/w/Abyssal_lantern#Blue", "equipment": { @@ -280745,9 +250147,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.5, - "release_date": "2022-03-23", - "examine": "A lantern containing power from the Abyss. It's been lit with some red logs.", "wiki_name": "Abyssal lantern (Red)", "wiki_url": "https://oldschool.runescape.wiki/w/Abyssal_lantern#Red", "equipment": { @@ -280779,9 +250178,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.5, - "release_date": "2022-03-23", - "examine": "A lantern containing power from the Abyss. It's been lit with some white logs.", "wiki_name": "Abyssal lantern (White)", "wiki_url": "https://oldschool.runescape.wiki/w/Abyssal_lantern#White", "equipment": { @@ -280813,9 +250209,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.5, - "release_date": "2022-03-23", - "examine": "A lantern containing power from the Abyss. It's been lit with some purple logs.", "wiki_name": "Abyssal lantern (Purple)", "wiki_url": "https://oldschool.runescape.wiki/w/Abyssal_lantern#Purple", "equipment": { @@ -280847,9 +250240,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.5, - "release_date": "2022-03-23", - "examine": "A lantern containing power from the Abyss. It's been lit with some green logs.", "wiki_name": "Abyssal lantern (Green)", "wiki_url": "https://oldschool.runescape.wiki/w/Abyssal_lantern#Green", "equipment": { @@ -280881,9 +250271,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.5, - "release_date": "2022-03-23", - "examine": "A lantern containing power from the Abyss. It's been lit with some oak logs.", "wiki_name": "Abyssal lantern (Oak)", "wiki_url": "https://oldschool.runescape.wiki/w/Abyssal_lantern#Oak", "equipment": { @@ -280915,9 +250302,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.5, - "release_date": "2022-03-23", - "examine": "A lantern containing power from the Abyss. It's been lit with some willow logs.", "wiki_name": "Abyssal lantern (Willow)", "wiki_url": "https://oldschool.runescape.wiki/w/Abyssal_lantern#Willow", "equipment": { @@ -280949,9 +250333,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.5, - "release_date": "2022-03-23", - "examine": "A lantern containing power from the Abyss. It's been lit with some maple logs.", "wiki_name": "Abyssal lantern (Maple)", "wiki_url": "https://oldschool.runescape.wiki/w/Abyssal_lantern#Maple", "equipment": { @@ -280983,9 +250364,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.5, - "release_date": "2022-03-23", - "examine": "A lantern containing power from the Abyss. It's been lit with some yew logs.", "wiki_name": "Abyssal lantern (Yew)", "wiki_url": "https://oldschool.runescape.wiki/w/Abyssal_lantern#Yew", "equipment": { @@ -281017,9 +250395,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.5, - "release_date": "2022-03-23", - "examine": "A lantern containing power from the Abyss. It's been lit with some blisterwood logs.", "wiki_name": "Abyssal lantern (Blisterwood)", "wiki_url": "https://oldschool.runescape.wiki/w/Abyssal_lantern#Blisterwood", "equipment": { @@ -281051,9 +250426,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.5, - "release_date": "2022-03-23", - "examine": "A lantern containing power from the Abyss. It's been lit with some magic logs.", "wiki_name": "Abyssal lantern (Magic)", "wiki_url": "https://oldschool.runescape.wiki/w/Abyssal_lantern#Magic", "equipment": { @@ -281085,9 +250457,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.5, - "release_date": "2022-03-23", - "examine": "A lantern containing power from the Abyss. It's been lit with some redwood logs.", "wiki_name": "Abyssal lantern (Redwood)", "wiki_url": "https://oldschool.runescape.wiki/w/Abyssal_lantern#Redwood", "equipment": { @@ -281119,9 +250488,6 @@ "cost": 400, "lowalch": 160, "highalch": 240, - "weight": 0.4, - "release_date": "2022-03-23", - "examine": "The perfect hood for runecrafting.", "wiki_name": "Hat of the eye (Regular)", "wiki_url": "https://oldschool.runescape.wiki/w/Hat_of_the_eye#Regular", "equipment": { @@ -281153,9 +250519,6 @@ "cost": 350, "lowalch": 140, "highalch": 210, - "weight": 0.6, - "release_date": "2022-03-23", - "examine": "The perfect robe top for runecrafting.", "wiki_name": "Robe top of the eye (Regular)", "wiki_url": "https://oldschool.runescape.wiki/w/Robe_top_of_the_eye#Regular", "equipment": { @@ -281187,9 +250550,6 @@ "cost": 350, "lowalch": 140, "highalch": 210, - "weight": 0.6, - "release_date": "2022-03-23", - "examine": "The perfect robe bottoms for runecrafting.", "wiki_name": "Robe bottoms of the eye (Regular)", "wiki_url": "https://oldschool.runescape.wiki/w/Robe_bottoms_of_the_eye#Regular", "equipment": { @@ -281219,9 +250579,6 @@ "equipable": true, "equipable_by_player": true, "cost": 250, - "weight": 0.6, - "release_date": "2022-03-23", - "examine": "The perfect boots for runecrafting.", "wiki_name": "Boots of the eye", "wiki_url": "https://oldschool.runescape.wiki/w/Boots_of_the_eye", "equipment": { @@ -281253,9 +250610,6 @@ "cost": 400, "lowalch": 160, "highalch": 240, - "weight": 0.4, - "release_date": "2022-03-23", - "examine": "The perfect hat for runecrafting.", "wiki_name": "Hat of the eye (Red)", "wiki_url": "https://oldschool.runescape.wiki/w/Hat_of_the_eye#Red", "equipment": { @@ -281287,9 +250641,6 @@ "cost": 350, "lowalch": 140, "highalch": 210, - "weight": 0.6, - "release_date": "2022-03-23", - "examine": "The perfect robe top for runecrafting.", "wiki_name": "Robe top of the eye (Red)", "wiki_url": "https://oldschool.runescape.wiki/w/Robe_top_of_the_eye#Red", "equipment": { @@ -281321,9 +250672,6 @@ "cost": 350, "lowalch": 140, "highalch": 210, - "weight": 0.6, - "release_date": "2022-03-23", - "examine": "The perfect robe bottoms for runecrafting.", "wiki_name": "Robe bottoms of the eye (Red)", "wiki_url": "https://oldschool.runescape.wiki/w/Robe_bottoms_of_the_eye#Red", "equipment": { @@ -281355,9 +250703,6 @@ "cost": 400, "lowalch": 160, "highalch": 240, - "weight": 0.4, - "release_date": "2022-03-23", - "examine": "The perfect hat for runecrafting.", "wiki_name": "Hat of the eye (Green)", "wiki_url": "https://oldschool.runescape.wiki/w/Hat_of_the_eye#Green", "equipment": { @@ -281389,9 +250734,6 @@ "cost": 350, "lowalch": 140, "highalch": 210, - "weight": 0.6, - "release_date": "2022-03-23", - "examine": "The perfect robe top for runecrafting.", "wiki_name": "Robe top of the eye (Green)", "wiki_url": "https://oldschool.runescape.wiki/w/Robe_top_of_the_eye#Green", "equipment": { @@ -281423,9 +250765,6 @@ "cost": 350, "lowalch": 140, "highalch": 210, - "weight": 0.6, - "release_date": "2022-03-23", - "examine": "The perfect robe bottoms for runecrafting.", "wiki_name": "Robe bottoms of the eye (Green)", "wiki_url": "https://oldschool.runescape.wiki/w/Robe_bottoms_of_the_eye#Green", "equipment": { @@ -281457,9 +250796,6 @@ "cost": 400, "lowalch": 160, "highalch": 240, - "weight": 0.4, - "release_date": "2022-03-23", - "examine": "The perfect hat for runecrafting.", "wiki_name": "Hat of the eye (Blue)", "wiki_url": "https://oldschool.runescape.wiki/w/Hat_of_the_eye#Blue", "equipment": { @@ -281491,9 +250827,6 @@ "cost": 350, "lowalch": 140, "highalch": 210, - "weight": 0.6, - "release_date": "2022-03-23", - "examine": "The perfect robe top for runecrafting.", "wiki_name": "Robe top of the eye (Blue)", "wiki_url": "https://oldschool.runescape.wiki/w/Robe_top_of_the_eye#Blue", "equipment": { @@ -281525,9 +250858,6 @@ "cost": 350, "lowalch": 140, "highalch": 210, - "weight": 0.6, - "release_date": "2022-03-23", - "examine": "The perfect robe bottoms for runecrafting.", "wiki_name": "Robe bottoms of the eye (Blue)", "wiki_url": "https://oldschool.runescape.wiki/w/Robe_bottoms_of_the_eye#Blue", "equipment": { @@ -281557,9 +250887,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.226, - "release_date": "2022-03-23", - "examine": "An old diary.", "wiki_name": "Atlax's diary", "wiki_url": "https://oldschool.runescape.wiki/w/Atlax's_diary", "price": 0 @@ -281570,8 +250897,6 @@ "members": true, "stackable": true, "cost": 20, - "release_date": "2022-03-23", - "examine": "Highly potent rune guardian remnants. It looks like it could enhance the powers of pure essence.", "wiki_name": "Guardian fragments", "wiki_url": "https://oldschool.runescape.wiki/w/Guardian_fragments", "price": 0 @@ -281581,9 +250906,6 @@ "name": "Guardian essence", "members": true, "cost": 30, - "weight": 0.402, - "release_date": "2022-03-23", - "examine": "Pure essence combined with rune guardian remnants. It looks like it can be imbued with energy.", "wiki_name": "Guardian essence", "wiki_url": "https://oldschool.runescape.wiki/w/Guardian_essence", "price": 0 @@ -281594,8 +250916,6 @@ "members": true, "stackable": true, "cost": 30, - "release_date": "2022-03-23", - "examine": "Highly potent essence, imbued with catalytic energy.", "wiki_name": "Catalytic guardian stone", "wiki_url": "https://oldschool.runescape.wiki/w/Catalytic_guardian_stone", "price": 0 @@ -281606,8 +250926,6 @@ "members": true, "stackable": true, "cost": 30, - "release_date": "2022-03-23", - "examine": "Highly potent essence, imbued with elemental energy.", "wiki_name": "Elemental guardian stone", "wiki_url": "https://oldschool.runescape.wiki/w/Elemental_guardian_stone", "price": 0 @@ -281618,8 +250936,6 @@ "members": true, "stackable": true, "cost": 30, - "release_date": "2022-03-23", - "examine": "Can potentially hold runic energy, but it currently holds nothing.", "wiki_name": "Uncharged cell", "wiki_url": "https://oldschool.runescape.wiki/w/Uncharged_cell", "price": 0 @@ -281629,9 +250945,6 @@ "name": "Weak cell", "members": true, "cost": 30, - "weight": 1, - "release_date": "2022-03-23", - "examine": "Contains a small amount of runic energy.", "wiki_name": "Weak cell", "wiki_url": "https://oldschool.runescape.wiki/w/Weak_cell", "price": 0 @@ -281641,9 +250954,6 @@ "name": "Medium cell", "members": true, "cost": 30, - "weight": 1, - "release_date": "2022-03-23", - "examine": "Contains a moderate amount of runic energy.", "wiki_name": "Medium cell", "wiki_url": "https://oldschool.runescape.wiki/w/Medium_cell", "price": 0 @@ -281653,9 +250963,6 @@ "name": "Strong cell", "members": true, "cost": 30, - "weight": 1, - "release_date": "2022-03-23", - "examine": "Contains a high amount of runic energy.", "wiki_name": "Strong cell", "wiki_url": "https://oldschool.runescape.wiki/w/Strong_cell", "price": 0 @@ -281665,9 +250972,6 @@ "name": "Overcharged cell", "members": true, "cost": 30, - "weight": 1, - "release_date": "2022-03-23", - "examine": "Contains an immense amount of runic energy.", "wiki_name": "Overcharged cell", "wiki_url": "https://oldschool.runescape.wiki/w/Overcharged_cell", "price": 0 @@ -281678,8 +250982,6 @@ "members": true, "stackable": true, "cost": 1, - "release_date": "2022-03-23", - "examine": "A talisman bound to the Air Altar.", "wiki_name": "Portal talisman (air)", "wiki_url": "https://oldschool.runescape.wiki/w/Portal_talisman_(air)", "price": 0 @@ -281690,8 +250992,6 @@ "members": true, "stackable": true, "cost": 1, - "release_date": "2022-03-23", - "examine": "A talisman bound to the Water Altar.", "wiki_name": "Portal talisman (water)", "wiki_url": "https://oldschool.runescape.wiki/w/Portal_talisman_(water)", "price": 0 @@ -281702,8 +251002,6 @@ "members": true, "stackable": true, "cost": 1, - "release_date": "2022-03-23", - "examine": "A talisman bound to the Earth Altar.", "wiki_name": "Portal talisman (earth)", "wiki_url": "https://oldschool.runescape.wiki/w/Portal_talisman_(earth)", "price": 0 @@ -281714,8 +251012,6 @@ "members": true, "stackable": true, "cost": 1, - "release_date": "2022-03-23", - "examine": "A talisman bound to the Fire Altar.", "wiki_name": "Portal talisman (fire)", "wiki_url": "https://oldschool.runescape.wiki/w/Portal_talisman_(fire)", "price": 0 @@ -281726,8 +251022,6 @@ "members": true, "stackable": true, "cost": 1, - "release_date": "2022-03-23", - "examine": "A talisman bound to the Mind Altar.", "wiki_name": "Portal talisman (mind)", "wiki_url": "https://oldschool.runescape.wiki/w/Portal_talisman_(mind)", "price": 0 @@ -281738,8 +251032,6 @@ "members": true, "stackable": true, "cost": 1, - "release_date": "2022-03-23", - "examine": "A talisman bound to the Chaos Altar.", "wiki_name": "Portal talisman (chaos)", "wiki_url": "https://oldschool.runescape.wiki/w/Portal_talisman_(chaos)", "price": 0 @@ -281750,8 +251042,6 @@ "members": true, "stackable": true, "cost": 1, - "release_date": "2022-03-23", - "examine": "A talisman bound to the Death Altar.", "wiki_name": "Portal talisman (death)", "wiki_url": "https://oldschool.runescape.wiki/w/Portal_talisman_(death)", "price": 0 @@ -281762,8 +251052,6 @@ "members": true, "stackable": true, "cost": 1, - "release_date": "2022-03-23", - "examine": "A talisman bound to the Blood Altar.", "wiki_name": "Portal talisman (blood)", "wiki_url": "https://oldschool.runescape.wiki/w/Portal_talisman_(blood)", "price": 0 @@ -281774,8 +251062,6 @@ "members": true, "stackable": true, "cost": 1, - "release_date": "2022-03-23", - "examine": "A talisman bound to the Body Altar.", "wiki_name": "Portal talisman (body)", "wiki_url": "https://oldschool.runescape.wiki/w/Portal_talisman_(body)", "price": 0 @@ -281786,8 +251072,6 @@ "members": true, "stackable": true, "cost": 1, - "release_date": "2022-03-23", - "examine": "A talisman bound to the Cosmic Altar.", "wiki_name": "Portal talisman (cosmic)", "wiki_url": "https://oldschool.runescape.wiki/w/Portal_talisman_(cosmic)", "price": 0 @@ -281798,8 +251082,6 @@ "members": true, "stackable": true, "cost": 1, - "release_date": "2022-03-23", - "examine": "A talisman bound to the Nature Altar.", "wiki_name": "Portal talisman (nature)", "wiki_url": "https://oldschool.runescape.wiki/w/Portal_talisman_(nature)", "price": 0 @@ -281810,8 +251092,6 @@ "members": true, "stackable": true, "cost": 1, - "release_date": "2022-03-23", - "examine": "A talisman bound to the Law Altar.", "wiki_name": "Portal talisman (law)", "wiki_url": "https://oldschool.runescape.wiki/w/Portal_talisman_(law)", "price": 0 @@ -281823,9 +251103,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2022-03-23", - "examine": "Not quite as great as the Great Guardian, but pretty close.", "wiki_name": "Rift guardian (Greatish guardian)", "wiki_url": "https://oldschool.runescape.wiki/w/Rift_guardian#Greatish_guardian", "price": 0 @@ -281835,9 +251112,6 @@ "name": "Abyssal protector", "members": true, "cost": 1, - "weight": 0.015, - "release_date": "2022-03-23", - "examine": "Your own personal abyssal horror.", "wiki_name": "Abyssal protector", "wiki_url": "https://oldschool.runescape.wiki/w/Abyssal_protector", "price": 0 @@ -281847,9 +251121,6 @@ "name": "Eye amulet", "members": true, "cost": 30, - "weight": 0.25, - "release_date": "2022-03-23", - "examine": "A mysterious amulet in the shape of an eye.", "wiki_name": "Eye amulet", "wiki_url": "https://oldschool.runescape.wiki/w/Eye_amulet", "price": 0 @@ -281859,9 +251130,6 @@ "name": "Strong cup of tea", "members": true, "cost": 30, - "weight": 0.15, - "release_date": "2022-03-23", - "examine": "A cup of tea that supposedly hits differently.", "wiki_name": "Strong cup of tea", "wiki_url": "https://oldschool.runescape.wiki/w/Strong_cup_of_tea", "price": 0 @@ -281871,9 +251139,6 @@ "name": "Abyssal incantation", "members": true, "cost": 30, - "weight": 0.05, - "release_date": "2022-03-23", - "examine": "An abyssal teleportation incantation.", "wiki_name": "Abyssal incantation", "wiki_url": "https://oldschool.runescape.wiki/w/Abyssal_incantation", "price": 0 @@ -281885,9 +251150,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2022-03-23", - "examine": "A large pouch used for storing essence.", "wiki_name": "Colossal pouch (Devious Minds)", "wiki_url": "https://oldschool.runescape.wiki/w/Colossal_pouch_(Devious_Minds)", "price": 0 @@ -281899,9 +251161,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.396, - "release_date": "2022-03-23", - "examine": "A strange pouch with intricate symbols on it.", "wiki_name": "Intricate pouch", "wiki_url": "https://oldschool.runescape.wiki/w/Intricate_pouch", "price": 0 @@ -281913,9 +251172,6 @@ "equipable": true, "equipable_by_player": true, "cost": 100, - "weight": 0.01, - "release_date": "2022-03-23", - "examine": "A worn and damaged locket.", "wiki_name": "Tarnished locket", "wiki_url": "https://oldschool.runescape.wiki/w/Tarnished_locket", "equipment": { @@ -281945,9 +251201,6 @@ "equipable": true, "equipable_by_player": true, "cost": 100, - "weight": 0.25, - "release_date": "2022-03-23", - "examine": "A bag with strange markings on it... How did it fit into that small pouch?", "wiki_name": "Lost bag", "wiki_url": "https://oldschool.runescape.wiki/w/Lost_bag", "equipment": { @@ -281979,9 +251232,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.25, - "release_date": "2022-03-23", - "examine": "An amulet in the shape of an eye.", "wiki_name": "Amulet of the eye (Regular)", "wiki_url": "https://oldschool.runescape.wiki/w/Amulet_of_the_eye#Regular", "equipment": { @@ -282008,9 +251258,6 @@ "id": 26916, "name": "Special hot sauce", "cost": 0, - "weight": 0.1, - "release_date": "2022-04-13", - "examine": "The bottle is hot to the touch. I should probably be wearing gloves.", "wiki_name": "Special hot sauce", "wiki_url": "https://oldschool.runescape.wiki/w/Special_hot_sauce", "price": 0 @@ -282019,9 +251266,6 @@ "id": 26917, "name": "Special super hot kebab", "cost": 0, - "weight": 0.25, - "release_date": "2022-04-13", - "examine": "It burns my eyes just looking at it.", "wiki_name": "Special super hot kebab", "wiki_url": "https://oldschool.runescape.wiki/w/Special_super_hot_kebab", "price": 0 @@ -282030,9 +251274,6 @@ "id": 26918, "name": "Secret report", "cost": 1, - "weight": 0.005, - "release_date": "2022-04-13", - "examine": "A secret information report for Ali Morrisane.", "wiki_name": "Secret report", "wiki_url": "https://oldschool.runescape.wiki/w/Secret_report", "price": 0 @@ -282041,9 +251282,6 @@ "id": 26919, "name": "Big bucket", "cost": 2, - "weight": 2, - "release_date": "2022-04-13", - "examine": "It's a wooden bucket. But... bigger.", "wiki_name": "Big bucket", "wiki_url": "https://oldschool.runescape.wiki/w/Big_bucket", "price": 0 @@ -282052,9 +251290,6 @@ "id": 26920, "name": "Big bucket of camel milk", "cost": 6, - "weight": 4.4, - "release_date": "2022-04-13", - "examine": "It's a big ol' bucket, full of camel milk.", "wiki_name": "Big bucket of camel milk", "wiki_url": "https://oldschool.runescape.wiki/w/Big_bucket_of_camel_milk", "price": 0 @@ -282063,9 +251298,6 @@ "id": 26921, "name": "Big bucket of frozen camel milk", "cost": 6, - "weight": 4.4, - "release_date": "2022-04-13", - "examine": "It's a big ol' bucket, full of frozen camel milk.", "wiki_name": "Big bucket of frozen camel milk", "wiki_url": "https://oldschool.runescape.wiki/w/Big_bucket_of_frozen_camel_milk", "price": 0 @@ -282074,9 +251306,6 @@ "id": 26924, "name": "Magical cleaning potion", "cost": 0, - "weight": 0.001, - "release_date": "2022-04-13", - "examine": "A festive cleaning potion.", "wiki_name": "Magical cleaning potion (2022 Easter event)", "wiki_url": "https://oldschool.runescape.wiki/w/Magical_cleaning_potion_(2022_Easter_event)", "price": 0 @@ -282085,9 +251314,6 @@ "id": 26925, "name": "Cooler", "cost": 1, - "weight": 1, - "release_date": "2022-04-13", - "examine": "A cooler with enough space for two Easter eggs.", "wiki_name": "Cooler", "wiki_url": "https://oldschool.runescape.wiki/w/Cooler", "price": 0 @@ -282096,9 +251322,6 @@ "id": 26926, "name": "Easter egg", "cost": 1, - "weight": 0.5, - "release_date": "2022-04-13", - "examine": "A normal, empty, hollow, probably quite melty, Easter egg.", "wiki_name": "Easter egg (2022 Easter event)", "wiki_url": "https://oldschool.runescape.wiki/w/Easter_egg_(2022_Easter_event)", "price": 0 @@ -282107,9 +251330,6 @@ "id": 26927, "name": "Melted easter egg", "cost": 1, - "weight": 0.5, - "release_date": "2022-04-13", - "examine": "Used to be an Easter egg. Heat got the better of it.", "wiki_name": "Melted easter egg", "wiki_url": "https://oldschool.runescape.wiki/w/Melted_easter_egg", "price": 0 @@ -282118,9 +251338,6 @@ "id": 26928, "name": "Ice cream easter egg", "cost": 1, - "weight": 0.5, - "release_date": "2022-04-13", - "examine": "An Easter egg filled with home made camel milk ice cream.", "wiki_name": "Ice cream easter egg", "wiki_url": "https://oldschool.runescape.wiki/w/Ice_cream_easter_egg", "price": 0 @@ -282129,9 +251346,6 @@ "id": 26929, "name": "Blunt scimitars", "cost": 0, - "weight": 6, - "release_date": "2022-04-13", - "examine": "Not the sharpest tools in the shed.", "wiki_name": "Blunt scimitars", "wiki_url": "https://oldschool.runescape.wiki/w/Blunt_scimitars", "price": 0 @@ -282140,9 +251354,6 @@ "id": 26930, "name": "Washing line", "cost": 1, - "weight": 0.02, - "release_date": "2022-04-13", - "examine": "Very solid string that could probably be used in making a contraption of some kind.", "wiki_name": "Washing line", "wiki_url": "https://oldschool.runescape.wiki/w/Washing_line", "price": 0 @@ -282151,9 +251362,6 @@ "id": 26931, "name": "Tanning wheel", "cost": 1, - "weight": 3, - "release_date": "2022-04-13", - "examine": "You spin me right round, baby, right round.", "wiki_name": "Tanning wheel", "wiki_url": "https://oldschool.runescape.wiki/w/Tanning_wheel", "price": 0 @@ -282162,9 +251370,6 @@ "id": 26932, "name": "Vat (dirty)", "cost": 1, - "weight": 10, - "release_date": "2022-04-13", - "examine": "A vat previously used to hold an unspecified tanning solution. It smells rank.", "wiki_name": "Vat (dirty)", "wiki_url": "https://oldschool.runescape.wiki/w/Vat_(dirty)", "price": 0 @@ -282173,9 +251378,6 @@ "id": 26933, "name": "Vat (cleaned)", "cost": 1, - "weight": 10, - "release_date": "2022-04-13", - "examine": "A vat rinsed and rinsed and rinsed with a magical cleaning potion. It smells like a flower.", "wiki_name": "Vat (cleaned)", "wiki_url": "https://oldschool.runescape.wiki/w/Vat_(cleaned)", "price": 0 @@ -282184,9 +251386,6 @@ "id": 26934, "name": "Wooden pole", "cost": 1, - "weight": 0.2, - "release_date": "2022-04-13", - "examine": "A wooden pole which could be used as an axle for the wheel.", "wiki_name": "Wooden pole", "wiki_url": "https://oldschool.runescape.wiki/w/Wooden_pole", "price": 0 @@ -282195,9 +251394,6 @@ "id": 26935, "name": "Churning machine", "cost": 0, - "weight": 20, - "release_date": "2022-04-13", - "examine": "Four scimitars, placed on a wheel, placed in a vat.", "wiki_name": "Churning machine", "wiki_url": "https://oldschool.runescape.wiki/w/Churning_machine", "price": 0 @@ -282206,9 +251402,6 @@ "id": 26936, "name": "Frozen churning machine", "cost": 0, - "weight": 20, - "release_date": "2022-04-13", - "examine": "Four scimitars, placed on a wheel, placed in a vat that's freezing my hands off.", "wiki_name": "Frozen churning machine", "wiki_url": "https://oldschool.runescape.wiki/w/Frozen_churning_machine", "price": 0 @@ -282219,9 +251412,6 @@ "equipable": true, "equipable_by_player": true, "cost": 70, - "weight": 0.5, - "release_date": "2022-04-13", - "examine": "A nice easter hat.", "wiki_name": "Easter hat", "wiki_url": "https://oldschool.runescape.wiki/w/Easter_hat", "equipment": { @@ -282250,9 +251440,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.5, - "release_date": "2022-04-13", - "examine": "This would be pretty good for a sneaking mission.", "wiki_name": "Crate ring", "wiki_url": "https://oldschool.runescape.wiki/w/Crate_ring", "equipment": { @@ -282281,8 +251468,6 @@ "members": true, "stackable": true, "cost": 30, - "release_date": "2022-04-13", - "examine": "Highly potent essence, imbued with multiple elemental energies.", "wiki_name": "Polyelemental guardian stone", "wiki_url": "https://oldschool.runescape.wiki/w/Polyelemental_guardian_stone", "price": 0 @@ -282292,9 +251477,6 @@ "name": "Message", "members": true, "cost": 30, - "weight": 0.003, - "release_date": "2022-04-27", - "examine": "A strange message.", "wiki_name": "Message (Beneath Cursed Sands)", "wiki_url": "https://oldschool.runescape.wiki/w/Message_(Beneath_Cursed_Sands)", "price": 0 @@ -282306,9 +251488,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.45, - "release_date": "2022-04-27", - "examine": "This could be used to make something.", "wiki_name": "Scarab mould", "wiki_url": "https://oldschool.runescape.wiki/w/Scarab_mould", "price": 0 @@ -282320,9 +251499,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 1, - "release_date": "2022-04-27", - "examine": "An iron disc with a scarab on it.", "wiki_name": "Scarab emblem (Iron)", "wiki_url": "https://oldschool.runescape.wiki/w/Scarab_emblem#Iron", "price": 0 @@ -282332,9 +251508,6 @@ "name": "Stone tablet", "members": true, "cost": 30, - "weight": 1, - "release_date": "2022-04-27", - "examine": "Some writing has been carved into it.", "wiki_name": "Stone tablet (Beneath Cursed Sands)", "wiki_url": "https://oldschool.runescape.wiki/w/Stone_tablet_(Beneath_Cursed_Sands)", "price": 0 @@ -282344,9 +251517,6 @@ "name": "Chest", "members": true, "cost": 30, - "weight": 2, - "release_date": "2022-04-27", - "examine": "An old chest with a combination lock on it.", "wiki_name": "Chest (Beneath Cursed Sands)", "wiki_url": "https://oldschool.runescape.wiki/w/Chest_(Beneath_Cursed_Sands)", "price": 0 @@ -282358,9 +251528,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 1, - "release_date": "2022-04-27", - "examine": "A gold emblem of a scarab.", "wiki_name": "Scarab emblem (Gold)", "wiki_url": "https://oldschool.runescape.wiki/w/Scarab_emblem#Gold", "price": 0 @@ -282370,9 +251537,6 @@ "name": "Human emblem", "members": true, "cost": 30, - "weight": 1, - "release_date": "2022-04-27", - "examine": "A gold emblem of a human.", "wiki_name": "Human emblem", "wiki_url": "https://oldschool.runescape.wiki/w/Human_emblem", "price": 0 @@ -282382,9 +251546,6 @@ "name": "Baboon emblem", "members": true, "cost": 30, - "weight": 1, - "release_date": "2022-04-27", - "examine": "A gold emblem of a baboon.", "wiki_name": "Baboon emblem", "wiki_url": "https://oldschool.runescape.wiki/w/Baboon_emblem", "price": 0 @@ -282394,9 +251555,6 @@ "name": "Crocodile emblem", "members": true, "cost": 30, - "weight": 1, - "release_date": "2022-04-27", - "examine": "A gold emblem of a crocodile.", "wiki_name": "Crocodile emblem", "wiki_url": "https://oldschool.runescape.wiki/w/Crocodile_emblem", "price": 0 @@ -282406,9 +251564,6 @@ "name": "Rusty key", "members": true, "cost": 30, - "weight": 0.01, - "release_date": "2022-04-27", - "examine": "A rusty key.", "wiki_name": "Rusty key", "wiki_url": "https://oldschool.runescape.wiki/w/Rusty_key", "price": 0 @@ -282418,9 +251573,6 @@ "name": "Lily of the elid", "members": true, "cost": 30, - "weight": 0.02, - "release_date": "2022-04-27", - "examine": "A beautiful lily.", "wiki_name": "Lily of the elid", "wiki_url": "https://oldschool.runescape.wiki/w/Lily_of_the_elid", "price": 0 @@ -282430,9 +251582,6 @@ "name": "Cure crate", "members": true, "cost": 30, - "weight": 5, - "release_date": "2022-04-27", - "examine": "A crate full of vials.", "wiki_name": "Cure crate", "wiki_url": "https://oldschool.runescape.wiki/w/Cure_crate", "price": 0 @@ -282446,9 +251595,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.001, - "release_date": "2022-04-27", - "examine": "Do they make me look... grouchy?", "wiki_name": "Odd spectacles", "wiki_url": "https://oldschool.runescape.wiki/w/Odd_spectacles", "equipment": { @@ -282478,9 +251624,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.5, - "release_date": "2022-04-27", - "examine": "Better not drink this...", "wiki_name": "Bottle of 'tonic'", "wiki_url": "https://oldschool.runescape.wiki/w/Bottle_of_'tonic'", "price": 0 @@ -282494,9 +251637,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 1, - "release_date": "2022-04-27", - "examine": "A magical circlet for keeping you hydrated in the desert. It needs charging.", "wiki_name": "Circlet of water (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Circlet_of_water#Uncharged", "equipment": { @@ -282528,9 +251668,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 1, - "release_date": "2022-04-27", - "examine": "A magical circlet for keeping you hydrated in the desert.", "wiki_name": "Circlet of water (Charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Circlet_of_water#Charged", "equipment": { @@ -282562,9 +251699,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.25, - "release_date": "2022-05-04", - "examine": "A bag with strange markings on it... How did it fit into that small pouch?", "wiki_name": "Lost bag (Red)", "wiki_url": "https://oldschool.runescape.wiki/w/Lost_bag#Red", "equipment": { @@ -282596,9 +251730,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.25, - "release_date": "2022-05-04", - "examine": "A bag with strange markings on it... How did it fit into that small pouch?", "wiki_name": "Lost bag (Green)", "wiki_url": "https://oldschool.runescape.wiki/w/Lost_bag#Green", "equipment": { @@ -282630,9 +251761,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.25, - "release_date": "2022-05-04", - "examine": "A bag with strange markings on it... How did it fit into that small pouch?", "wiki_name": "Lost bag (Blue)", "wiki_url": "https://oldschool.runescape.wiki/w/Lost_bag#Blue", "equipment": { @@ -282664,9 +251792,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.25, - "release_date": "2022-05-04", - "examine": "An amulet in the shape of an eye.", "wiki_name": "Amulet of the eye (Red)", "wiki_url": "https://oldschool.runescape.wiki/w/Amulet_of_the_eye#Red", "equipment": { @@ -282698,9 +251823,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.25, - "release_date": "2022-05-04", - "examine": "An amulet in the shape of an eye.", "wiki_name": "Amulet of the eye (Green)", "wiki_url": "https://oldschool.runescape.wiki/w/Amulet_of_the_eye#Green", "equipment": { @@ -282732,9 +251854,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.25, - "release_date": "2022-05-04", - "examine": "An amulet in the shape of an eye.", "wiki_name": "Amulet of the eye (Blue)", "wiki_url": "https://oldschool.runescape.wiki/w/Amulet_of_the_eye#Blue", "equipment": { @@ -282765,9 +251884,6 @@ "cost": 540, "lowalch": 216, "highalch": 324, - "weight": 0.453, - "release_date": "2022-05-18", - "examine": "The creature's soul is still in here. I could reanimate it with Expert Reanimation.", "wiki_name": "Ensouled hellhound head (Drop)", "wiki_url": "https://oldschool.runescape.wiki/w/Ensouled_hellhound_head#Drop", "price": 0 @@ -282782,9 +251898,6 @@ "cost": 536, "lowalch": 214, "highalch": 321, - "weight": 0.453, - "release_date": "2022-05-18", - "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": 4657 @@ -282798,9 +251911,6 @@ "cost": 48000, "lowalch": 19200, "highalch": 28800, - "weight": 6.803, - "release_date": "2022-05-18", - "examine": "A void knight top plucked from the shattered abyss.", "wiki_name": "Void knight top (or) (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Void_knight_top_(or)#Locked", "equipment": { @@ -282832,9 +251942,6 @@ "cost": 45000, "lowalch": 18000, "highalch": 27000, - "weight": 8.164, - "release_date": "2022-05-18", - "examine": "Void knight robes plucked from the shattered abyss.", "wiki_name": "Void knight robe (or) (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Void_knight_robe_(or)#Locked", "equipment": { @@ -282866,9 +251973,6 @@ "cost": 6052, "lowalch": 2420, "highalch": 3631, - "weight": 0.453, - "release_date": "2022-05-18", - "examine": "Void knight gloves plucked from the shattered abyss.", "wiki_name": "Void knight gloves (or) (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Void_knight_gloves_(or)#Locked", "equipment": { @@ -282900,9 +252004,6 @@ "cost": 48500, "lowalch": 19400, "highalch": 29100, - "weight": 6.803, - "release_date": "2022-05-18", - "examine": "An elite void knight top plucked from the shattered abyss.", "wiki_name": "Elite void top (or) (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Elite_void_top_(or)#Locked", "equipment": { @@ -282934,9 +252035,6 @@ "cost": 45500, "lowalch": 18200, "highalch": 27300, - "weight": 8.164, - "release_date": "2022-05-18", - "examine": "Elite void knight robes plucked from the shattered abyss.", "wiki_name": "Elite void robe (or) (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Elite_void_robe_(or)#Locked", "equipment": { @@ -282968,9 +252066,6 @@ "cost": 9851, "lowalch": 3940, "highalch": 5910, - "weight": 0.453, - "release_date": "2022-05-18", - "examine": "A mage helm plucked from the shattered abyss.", "wiki_name": "Void mage helm (or) (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Void_mage_helm_(or)#Locked", "equipment": { @@ -283002,9 +252097,6 @@ "cost": 9851, "lowalch": 3940, "highalch": 5910, - "weight": 0.453, - "release_date": "2022-05-18", - "examine": "A ranger helm plucked from the shattered abyss.", "wiki_name": "Void ranger helm (or) (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Void_ranger_helm_(or)#Locked", "equipment": { @@ -283036,9 +252128,6 @@ "cost": 9851, "lowalch": 3940, "highalch": 5910, - "weight": 0.453, - "release_date": "2022-05-18", - "examine": "A melee helm plucked from the shattered abyss.", "wiki_name": "Void melee helm (or) (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Void_melee_helm_(or)#Locked", "equipment": { @@ -283070,9 +252159,6 @@ "cost": 68007, "lowalch": 27202, "highalch": 40804, - "weight": 0.453, - "release_date": "2022-05-18", - "examine": "A defensive weapon trimmed with gold.", "wiki_name": "Dragon defender (t) (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_defender_(t)#Locked", "equipment": { @@ -283104,9 +252190,6 @@ "cost": 65004, "lowalch": 26001, "highalch": 39002, - "weight": 0.453, - "release_date": "2022-05-18", - "examine": "A defensive weapon trimmed with gold.", "wiki_name": "Rune defender (t) (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_defender_(t)#Locked", "equipment": { @@ -283134,9 +252217,6 @@ "name": "Preform", "members": true, "cost": 80, - "weight": 3.628, - "release_date": "2022-06-08", - "examine": "A giant piece of untempered metal.", "wiki_name": "Preform", "wiki_url": "https://oldschool.runescape.wiki/w/Preform", "price": 0 @@ -283148,9 +252228,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 4.535, - "release_date": "2022-06-08", - "examine": "Looks like two ammo moulds roughly put together with a metal strip.", "wiki_name": "Double ammo mould", "wiki_url": "https://oldschool.runescape.wiki/w/Double_ammo_mould", "price": 0 @@ -283165,9 +252242,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.55, - "release_date": "2022-06-08", - "examine": "Only Kovac knows what's gone into this.", "wiki_name": "Kovac's grog", "wiki_url": "https://oldschool.runescape.wiki/w/Kovac's_grog", "price": 50000 @@ -283179,9 +252253,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.028, - "release_date": "2022-06-08", - "examine": "This makes smithing easier and more rewarding.", "wiki_name": "Smithing catalyst", "wiki_url": "https://oldschool.runescape.wiki/w/Smithing_catalyst", "price": 0 @@ -283193,9 +252264,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 1, - "release_date": "2022-06-08", - "examine": "Filled to the brim with ore.", "wiki_name": "Ore pack", "wiki_url": "https://oldschool.runescape.wiki/w/Ore_pack", "price": 0 @@ -283208,9 +252276,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 225000, - "weight": 30, - "release_date": "2022-06-08", - "examine": "It takes a lot of guts to wield a blade this big.", "wiki_name": "Colossal blade", "wiki_url": "https://oldschool.runescape.wiki/w/Colossal_blade", "equipment": { @@ -283278,9 +252343,6 @@ "cost": 380, "lowalch": 152, "highalch": 228, - "weight": 0.62, - "release_date": "2022-06-08", - "examine": "Is that a dwarven name stitched into the collar?", "wiki_name": "Smiths tunic", "wiki_url": "https://oldschool.runescape.wiki/w/Smiths_tunic", "equipment": { @@ -283312,9 +252374,6 @@ "cost": 340, "lowalch": 136, "highalch": 204, - "weight": 0.71, - "release_date": "2022-06-08", - "examine": "Is that a bit of dried blood on the waist?", "wiki_name": "Smiths trousers", "wiki_url": "https://oldschool.runescape.wiki/w/Smiths_trousers", "equipment": { @@ -283346,9 +252405,6 @@ "cost": 280, "lowalch": 112, "highalch": 168, - "weight": 0.42, - "release_date": "2022-06-08", - "examine": "They feel a size too small.", "wiki_name": "Smiths boots", "wiki_url": "https://oldschool.runescape.wiki/w/Smiths_boots", "equipment": { @@ -283380,9 +252436,6 @@ "cost": 390, "lowalch": 156, "highalch": 234, - "weight": 0.09, - "release_date": "2022-06-08", - "examine": "They fit suprisingly well.", "wiki_name": "Smiths gloves", "wiki_url": "https://oldschool.runescape.wiki/w/Smiths_gloves", "equipment": { @@ -283414,9 +252467,6 @@ "cost": 390, "lowalch": 156, "highalch": 234, - "weight": 0.09, - "release_date": "2022-06-08", - "examine": "They fit suprisingly well and are stuffed with a pair of ice gloves.", "wiki_name": "Smiths gloves (i)", "wiki_url": "https://oldschool.runescape.wiki/w/Smiths_gloves_(i)", "equipment": { @@ -283447,9 +252497,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.056, - "release_date": "2022-06-22", - "examine": "A crown made out of six beautiful flowers that celebrates Pride.", "wiki_name": "Flower crown (Pride)", "wiki_url": "https://oldschool.runescape.wiki/w/Flower_crown#Pride", "equipment": { @@ -283476,9 +252523,6 @@ "id": 27037, "name": "Legendary red rose seed", "cost": 0, - "weight": 0.05, - "release_date": "2022-06-22", - "examine": "A seed that can be planted to grow a Legendary Red Rose.", "wiki_name": "Legendary red rose seed", "wiki_url": "https://oldschool.runescape.wiki/w/Legendary_red_rose_seed", "price": 0 @@ -283487,9 +252531,6 @@ "id": 27038, "name": "Gorgeous orange lily seed", "cost": 0, - "weight": 0.05, - "release_date": "2022-06-22", - "examine": "A seed that can be planted to grow a Gorgeous Orange Lily.", "wiki_name": "Gorgeous orange lily seed", "wiki_url": "https://oldschool.runescape.wiki/w/Gorgeous_orange_lily_seed", "price": 0 @@ -283498,9 +252539,6 @@ "id": 27039, "name": "Beautiful yellow pansy seed", "cost": 0, - "weight": 0.05, - "release_date": "2022-06-22", - "examine": "A seed that can be planted to grow a Beautiful Yellow Pansy.", "wiki_name": "Beautiful yellow pansy seed", "wiki_url": "https://oldschool.runescape.wiki/w/Beautiful_yellow_pansy_seed", "price": 0 @@ -283509,9 +252547,6 @@ "id": 27040, "name": "Tenacious indigo iris seed", "cost": 0, - "weight": 0.05, - "release_date": "2022-06-22", - "examine": "A seed that can be planted to grow a Tenacious Indigo Iris.", "wiki_name": "Tenacious indigo iris seed", "wiki_url": "https://oldschool.runescape.wiki/w/Tenacious_indigo_iris_seed", "price": 0 @@ -283520,9 +252555,6 @@ "id": 27041, "name": "Quality violet tulip seed", "cost": 0, - "weight": 0.05, - "release_date": "2022-06-22", - "examine": "A seed that can be planted to grow a Quality Violet Tulip.", "wiki_name": "Quality violet tulip seed", "wiki_url": "https://oldschool.runescape.wiki/w/Quality_violet_tulip_seed", "price": 0 @@ -283535,9 +252567,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2022-06-29", - "examine": "Engraved within, it reads \"Ranked or not: We stand alone - together\".", "wiki_name": "Group iron helm (unranked)", "wiki_url": "https://oldschool.runescape.wiki/w/Group_iron_helm_(unranked)", "equipment": { @@ -283568,9 +252597,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 4.535, - "release_date": "2022-06-29", - "examine": "Protects your legs while still stylish.", "wiki_name": "Group iron platelegs (unranked)", "wiki_url": "https://oldschool.runescape.wiki/w/Group_iron_platelegs_(unranked)", "equipment": { @@ -283601,9 +252627,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.2, - "release_date": "2022-06-29", - "examine": "Brace yourself.", "wiki_name": "Group iron bracers (unranked)", "wiki_url": "https://oldschool.runescape.wiki/w/Group_iron_bracers_(unranked)", "equipment": { @@ -283634,9 +252657,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 4.535, - "release_date": "2022-06-29", - "examine": "A platebody representing your group of two.", "wiki_name": "Group iron platebody (unranked) (II)", "wiki_url": "https://oldschool.runescape.wiki/w/Group_iron_platebody_(unranked)#II", "equipment": { @@ -283667,9 +252687,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 4.535, - "release_date": "2022-06-29", - "examine": "A platebody representing your group of three.", "wiki_name": "Group iron platebody (unranked) (III)", "wiki_url": "https://oldschool.runescape.wiki/w/Group_iron_platebody_(unranked)#III", "equipment": { @@ -283700,9 +252717,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 4.535, - "release_date": "2022-06-29", - "examine": "A platebody representing your group of four.", "wiki_name": "Group iron platebody (unranked) (IV)", "wiki_url": "https://oldschool.runescape.wiki/w/Group_iron_platebody_(unranked)#IV", "equipment": { @@ -283733,9 +252747,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 4.535, - "release_date": "2022-06-29", - "examine": "A platebody representing your group of five.", "wiki_name": "Group iron platebody (unranked) (V)", "wiki_url": "https://oldschool.runescape.wiki/w/Group_iron_platebody_(unranked)#V", "equipment": { @@ -283762,9 +252773,6 @@ "id": 27086, "name": "Rune pouch", "cost": 1, - "weight": 1, - "release_date": "2022-07-06", - "examine": "Supplies a selection of runes for spellcasting.", "wiki_name": "Rune pouch (Emir's Arena)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_pouch_(Emir's_Arena)", "price": 0 @@ -283774,9 +252782,6 @@ "name": "Elder maul ornament kit", "members": true, "cost": 5000, - "weight": 0.5, - "release_date": "2023-05-24", - "examine": "Use on an elder maul to make it look fancier!", "wiki_name": "Elder maul ornament kit", "wiki_url": "https://oldschool.runescape.wiki/w/Elder_maul_ornament_kit", "price": 0 @@ -283791,9 +252796,6 @@ "cost": 500010, "lowalch": 200004, "highalch": 300006, - "weight": 5.443, - "release_date": "2023-05-24", - "examine": "A maul crafted from the component parts of Tekton and various decorative materials.", "wiki_name": "Elder maul (or)", "wiki_url": "https://oldschool.runescape.wiki/w/Elder_maul_(or)", "equipment": { @@ -283855,9 +252857,6 @@ "cost": 85000, "lowalch": 34000, "highalch": 51000, - "weight": 0.25, - "release_date": "2022-07-06", - "examine": "A pair of nice gloves with wristwraps to enhance their qualities.", "wiki_name": "Mithril gloves (wrapped)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_gloves_(wrapped)", "equipment": { @@ -283889,9 +252888,6 @@ "cost": 85000, "lowalch": 34000, "highalch": 51000, - "weight": 0.25, - "release_date": "2022-07-06", - "examine": "A pair of very nice gloves with wristwraps to enhance their qualities.", "wiki_name": "Rune gloves (wrapped)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_gloves_(wrapped)", "equipment": { @@ -283923,9 +252919,6 @@ "cost": 85000, "lowalch": 34000, "highalch": 51000, - "weight": 0.25, - "release_date": "2022-07-06", - "examine": "A pair of very nice gloves with wristwraps to enhance their qualities.", "wiki_name": "Barrows gloves (wrapped)", "wiki_url": "https://oldschool.runescape.wiki/w/Barrows_gloves_(wrapped)", "equipment": { @@ -283953,9 +252946,6 @@ "name": "Elder chaos robes ornament kit", "members": true, "cost": 5000, - "weight": 0.5, - "release_date": "2023-05-24", - "examine": "Use on an Elder chaos robe piece to make it look fancier!", "wiki_name": "Elder chaos robes ornament kit", "wiki_url": "https://oldschool.runescape.wiki/w/Elder_chaos_robes_ornament_kit", "price": 0 @@ -283969,9 +252959,6 @@ "cost": 800, "lowalch": 320, "highalch": 480, - "weight": 0.2, - "release_date": "2023-05-24", - "examine": "The robes worn by the dangerous elder druids, tastefully decorated.", "wiki_name": "Elder chaos top (or)", "wiki_url": "https://oldschool.runescape.wiki/w/Elder_chaos_top_(or)", "equipment": { @@ -284005,9 +252992,6 @@ "cost": 700, "lowalch": 280, "highalch": 420, - "weight": 0.18, - "release_date": "2023-05-24", - "examine": "The robes worn by the dangerous elder druids, tastefully decorated.", "wiki_name": "Elder chaos robe (or)", "wiki_url": "https://oldschool.runescape.wiki/w/Elder_chaos_robe_(or)", "equipment": { @@ -284041,9 +253025,6 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 0.18, - "release_date": "2023-05-24", - "examine": "The hood worn by the dangerous elder druids, tastefully decorated.", "wiki_name": "Elder chaos hood (or)", "wiki_url": "https://oldschool.runescape.wiki/w/Elder_chaos_hood_(or)", "equipment": { @@ -284073,9 +253054,6 @@ "name": "Dagon'hai robes ornament kit", "members": true, "cost": 5000, - "weight": 0.5, - "release_date": "2022-07-06", - "examine": "Use on a Dagon'hai robe piece to make it look fancier!", "wiki_name": "Dagon'hai robes ornament kit", "wiki_url": "https://oldschool.runescape.wiki/w/Dagon'hai_robes_ornament_kit", "price": 0 @@ -284089,9 +253067,6 @@ "cost": 17000, "lowalch": 6800, "highalch": 10200, - "weight": 0.453, - "release_date": "2022-07-06", - "examine": "A hat worn by members of the Dagon'hai, tastefully decorated.", "wiki_name": "Dagon'hai hat (or)", "wiki_url": "https://oldschool.runescape.wiki/w/Dagon'hai_hat_(or)", "equipment": { @@ -284126,9 +253101,6 @@ "cost": 140000, "lowalch": 56000, "highalch": 84000, - "weight": 2.267, - "release_date": "2022-07-06", - "examine": "A robe worn by members of the Dagon'hai, tastefully decorated.", "wiki_name": "Dagon'hai robe top (or)", "wiki_url": "https://oldschool.runescape.wiki/w/Dagon'hai_robe_top_(or)", "equipment": { @@ -284163,9 +253135,6 @@ "cost": 90000, "lowalch": 36000, "highalch": 54000, - "weight": 1.814, - "release_date": "2022-07-06", - "examine": "A robe worn by members of the Dagon'hai, tastefully decorated.", "wiki_name": "Dagon'hai robe bottom (or)", "wiki_url": "https://oldschool.runescape.wiki/w/Dagon'hai_robe_bottom_(or)", "equipment": { @@ -284199,9 +253168,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.056, - "release_date": "2022-07-13", - "examine": "A crown made out of six beautiful flowers that celebrates Pride.", "wiki_name": "Flower crown (Bisexual)", "wiki_url": "https://oldschool.runescape.wiki/w/Flower_crown#Bisexual", "equipment": { @@ -284232,9 +253198,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.056, - "release_date": "2022-07-13", - "examine": "A crown made out of six beautiful flowers that celebrates Pride.", "wiki_name": "Flower crown (Asexual)", "wiki_url": "https://oldschool.runescape.wiki/w/Flower_crown#Asexual", "equipment": { @@ -284265,9 +253228,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.056, - "release_date": "2022-07-13", - "examine": "A crown made out of six beautiful flowers that celebrates Pride.", "wiki_name": "Flower crown (Transgender)", "wiki_url": "https://oldschool.runescape.wiki/w/Flower_crown#Transgender", "equipment": { @@ -284298,9 +253258,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.056, - "release_date": "2022-07-13", - "examine": "A crown made out of six beautiful flowers that celebrates Pride.", "wiki_name": "Flower crown (Pansexual)", "wiki_url": "https://oldschool.runescape.wiki/w/Flower_crown#Pansexual", "equipment": { @@ -284331,9 +253288,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.056, - "release_date": "2022-07-13", - "examine": "A crown made out of six beautiful flowers that celebrates Pride.", "wiki_name": "Flower crown (Non-binary)", "wiki_url": "https://oldschool.runescape.wiki/w/Flower_crown#Non-binary", "equipment": { @@ -284364,9 +253318,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.056, - "release_date": "2022-07-13", - "examine": "A crown made out of six beautiful flowers that celebrates Pride.", "wiki_name": "Flower crown (Genderqueer)", "wiki_url": "https://oldschool.runescape.wiki/w/Flower_crown#Genderqueer", "equipment": { @@ -284397,9 +253348,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.056, - "release_date": "2022-07-13", - "examine": "A crown made out of six beautiful flowers that celebrates Pride.", "wiki_name": "Flower crown (Lesbian)", "wiki_url": "https://oldschool.runescape.wiki/w/Flower_crown#Lesbian", "equipment": { @@ -284430,9 +253378,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.056, - "release_date": "2022-07-13", - "examine": "A crown made out of six beautiful flowers that celebrates Pride.", "wiki_name": "Flower crown (Gay)", "wiki_url": "https://oldschool.runescape.wiki/w/Flower_crown#Gay", "equipment": { @@ -284460,8 +253405,6 @@ "name": "Guthix chaps", "equipable": true, "cost": 10, - "weight": 5, - "examine": "Guthix blessed dragonhide chaps.", "wiki_name": "Guthix chaps (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Guthix_chaps_(Last_Man_Standing)", "equipment": {}, @@ -284472,8 +253415,6 @@ "name": "Zamorak chaps", "equipable": true, "cost": 10, - "weight": 5, - "examine": "Zamorak blessed dragonhide chaps.", "wiki_name": "Zamorak chaps (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Zamorak_chaps_(Last_Man_Standing)", "equipment": {}, @@ -284484,8 +253425,6 @@ "name": "Saradomin chaps", "equipable": true, "cost": 10, - "weight": 5, - "examine": "Saradomin blessed dragonhide chaps.", "wiki_name": "Saradomin chaps (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Saradomin_chaps_(Last_Man_Standing)", "equipment": {}, @@ -284501,9 +253440,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 1.5, - "release_date": "2021-06-30", - "examine": "A magical elven bow.", "wiki_name": "Bow of faerdhinen (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Bow_of_faerdhinen#Inactive", "equipment": { @@ -284563,9 +253499,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 1, - "weight": 3, - "release_date": "2016-08-04", - "examine": "A weapon forged from the wreckage of an airship.", "wiki_name": "Light ballista (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Light_ballista_(Last_Man_Standing)", "equipment": { @@ -284622,9 +253555,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 50, - "weight": 2.267, - "release_date": "2019-07-11", - "examine": "Verac the Defiled's flail.", "wiki_name": "Verac's flail (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Verac's_flail_(Last_Man_Standing)", "equipment": { @@ -284685,9 +253615,6 @@ "id": 27190, "name": "Verac's brassard", "cost": 50, - "weight": 4.989, - "release_date": "2019-07-11", - "examine": "Verac the Defiled's brassard.", "wiki_name": "Verac's brassard (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Verac's_brassard_(Last_Man_Standing)", "price": 0 @@ -284698,8 +253625,6 @@ "equipable": true, "equipable_by_player": true, "cost": 55, - "weight": 18.14, - "examine": "The robe bottoms of a powerful sorceress from a bygone era.", "wiki_name": "Ancestral robe bottom (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Ancestral_robe_bottom_(Last_Man_Standing)", "equipment": { @@ -284732,10 +253657,7 @@ "cost": 110, "lowalch": 44, "highalch": 66, - "weight": 0.035, "buy_limit": 2000, - "release_date": "2022-08-24", - "examine": "4 doses of Menaphite remedy.", "wiki_name": "Menaphite remedy (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Menaphite_remedy#4_dose", "price": 2194 @@ -284750,9 +253672,6 @@ "cost": 110, "lowalch": 44, "highalch": 66, - "weight": 0.035, - "release_date": "2022-08-24", - "examine": "3 doses of Menaphite remedy.", "wiki_name": "Menaphite remedy (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Menaphite_remedy#3_dose", "price": 1310 @@ -284767,9 +253686,6 @@ "cost": 110, "lowalch": 44, "highalch": 66, - "weight": 0.035, - "release_date": "2022-08-24", - "examine": "2 doses of Menaphite remedy.", "wiki_name": "Menaphite remedy (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Menaphite_remedy#2_dose", "price": 956 @@ -284784,9 +253700,6 @@ "cost": 110, "lowalch": 44, "highalch": 66, - "weight": 0.035, - "release_date": "2022-08-24", - "examine": "1 dose of Menaphite remedy.", "wiki_name": "Menaphite remedy (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Menaphite_remedy#1_dose", "price": 716 @@ -284796,9 +253709,6 @@ "name": "Scarab dung", "members": true, "cost": 10, - "weight": 0.38, - "release_date": "2022-08-24", - "examine": "Eww, it stinks! Why would I want this?", "wiki_name": "Scarab dung", "wiki_url": "https://oldschool.runescape.wiki/w/Scarab_dung", "price": 0 @@ -284812,9 +253722,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.38, - "release_date": "2022-08-24", - "examine": "Perhaps this was more valuable in another age?", "wiki_name": "Fossilised dung", "wiki_url": "https://oldschool.runescape.wiki/w/Fossilised_dung", "price": 0 @@ -284824,9 +253731,6 @@ "name": "Fang", "members": true, "cost": 10, - "weight": 0.6, - "release_date": "2022-08-24", - "examine": "Fallen out during battle.", "wiki_name": "Fang (Tombs of Amascut)", "wiki_url": "https://oldschool.runescape.wiki/w/Fang_(Tombs_of_Amascut)", "price": 0 @@ -284836,9 +253740,6 @@ "name": "Big banana", "members": true, "cost": 10, - "weight": 0.3, - "release_date": "2022-08-24", - "examine": "Too big to eat.", "wiki_name": "Big banana", "wiki_url": "https://oldschool.runescape.wiki/w/Big_banana", "price": 0 @@ -284848,9 +253749,6 @@ "name": "Eldritch ashes", "members": true, "cost": 10, - "weight": 0.05, - "release_date": "2022-08-24", - "examine": "A heap of strange ashes.", "wiki_name": "Eldritch ashes", "wiki_url": "https://oldschool.runescape.wiki/w/Eldritch_ashes", "price": 0 @@ -284860,9 +253758,6 @@ "name": "Grain", "members": true, "cost": 15, - "weight": 0.5, - "release_date": "2022-08-24", - "examine": "That's right! Grain!", "wiki_name": "Grain (Tombs of Amascut)", "wiki_url": "https://oldschool.runescape.wiki/w/Grain_(Tombs_of_Amascut)", "price": 0 @@ -284879,10 +253774,7 @@ "cost": 800000, "lowalch": 320000, "highalch": 480000, - "weight": 1, "buy_limit": 8, - "release_date": "2022-08-24", - "examine": "An ancient mask once worn by a powerful ranger.", "wiki_name": "Masori mask", "wiki_url": "https://oldschool.runescape.wiki/w/Masori_mask", "equipment": { @@ -284920,10 +253812,7 @@ "cost": 1200000, "lowalch": 480000, "highalch": 720000, - "weight": 8, "buy_limit": 8, - "release_date": "2022-08-24", - "examine": "Ancient armour once worn by a powerful ranger.", "wiki_name": "Masori body", "wiki_url": "https://oldschool.runescape.wiki/w/Masori_body", "equipment": { @@ -284961,10 +253850,7 @@ "cost": 1000000, "lowalch": 400000, "highalch": 600000, - "weight": 7, "buy_limit": 8, - "release_date": "2022-08-24", - "examine": "Ancient armour once worn by a powerful ranger.", "wiki_name": "Masori chaps", "wiki_url": "https://oldschool.runescape.wiki/w/Masori_chaps", "equipment": { @@ -285002,10 +253888,7 @@ "cost": 900000, "lowalch": 360000, "highalch": 540000, - "weight": 1.5, "buy_limit": 8, - "release_date": "2022-08-24", - "examine": "A fortified mask once worn by a powerful ranger.", "wiki_name": "Masori mask (f)", "wiki_url": "https://oldschool.runescape.wiki/w/Masori_mask_(f)", "equipment": { @@ -285043,10 +253926,7 @@ "cost": 1600000, "lowalch": 640000, "highalch": 960000, - "weight": 10, "buy_limit": 8, - "release_date": "2022-08-24", - "examine": "Fortified armour once worn by a powerful ranger.", "wiki_name": "Masori body (f)", "wiki_url": "https://oldschool.runescape.wiki/w/Masori_body_(f)", "equipment": { @@ -285084,10 +253964,7 @@ "cost": 1300000, "lowalch": 520000, "highalch": 780000, - "weight": 8.5, "buy_limit": 8, - "release_date": "2022-08-24", - "examine": "Fortified armour once worn by a powerful ranger.", "wiki_name": "Masori chaps (f)", "wiki_url": "https://oldschool.runescape.wiki/w/Masori_chaps_(f)", "equipment": { @@ -285123,9 +254000,6 @@ "cost": 1100000, "lowalch": 440000, "highalch": 660000, - "weight": 1.814, - "release_date": "2022-09-08", - "examine": "A deadly sword created long ago.", "wiki_name": "Osmumten's fang (or)", "wiki_url": "https://oldschool.runescape.wiki/w/Osmumten's_fang_(or)", "equipment": { @@ -285191,9 +254065,6 @@ "cost": 100000, "lowalch": 40000, "highalch": 60000, - "weight": 1, - "release_date": "2022-09-08", - "examine": "Cursed with a strange magical power. Looks like it could be attached to something.", "wiki_name": "Cursed phalanx", "wiki_url": "https://oldschool.runescape.wiki/w/Cursed_phalanx", "price": 0 @@ -285207,9 +254078,6 @@ "cost": 5750000, "lowalch": 2300000, "highalch": 3450000, - "weight": 3.708, - "release_date": "2022-08-24", - "examine": "A fortified ward once used by Elidinis herself.", "wiki_name": "Elidinis' ward (f)", "wiki_url": "https://oldschool.runescape.wiki/w/Elidinis'_ward_(f)", "equipment": { @@ -285245,9 +254113,6 @@ "cost": 5850000, "lowalch": 2340000, "highalch": 3510000, - "weight": 3.708, - "release_date": "2022-09-08", - "examine": "A fortified ward once used by Elidinis herself.", "wiki_name": "Elidinis' ward (or)", "wiki_url": "https://oldschool.runescape.wiki/w/Elidinis'_ward_(or)", "equipment": { @@ -285281,9 +254146,6 @@ "cost": 100000, "lowalch": 40000, "highalch": 60000, - "weight": 0.562, - "release_date": "2022-09-08", - "examine": "Use on Elidinis' ward to change its look.", "wiki_name": "Menaphite ornament kit", "wiki_url": "https://oldschool.runescape.wiki/w/Menaphite_ornament_kit", "price": 0 @@ -285295,9 +254157,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1000, - "weight": 0.305, - "release_date": "2022-08-24", - "examine": "A cloak made to honour the dead.", "wiki_name": "Icthlarin's shroud (tier 1)", "wiki_url": "https://oldschool.runescape.wiki/w/Icthlarin's_shroud_(tier_1)", "equipment": { @@ -285329,9 +254188,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 0.305, - "release_date": "2022-08-24", - "examine": "A cloak made to honour the dead.", "wiki_name": "Icthlarin's shroud (tier 2)", "wiki_url": "https://oldschool.runescape.wiki/w/Icthlarin's_shroud_(tier_2)", "equipment": { @@ -285363,9 +254219,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 0.305, - "release_date": "2022-08-24", - "examine": "A cloak made to honour the dead.", "wiki_name": "Icthlarin's shroud (tier 3)", "wiki_url": "https://oldschool.runescape.wiki/w/Icthlarin's_shroud_(tier_3)", "equipment": { @@ -285397,9 +254250,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 0.305, - "release_date": "2022-08-24", - "examine": "A cloak made to honour the dead.", "wiki_name": "Icthlarin's shroud (tier 4)", "wiki_url": "https://oldschool.runescape.wiki/w/Icthlarin's_shroud_(tier_4)", "equipment": { @@ -285431,9 +254281,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 0.305, - "release_date": "2022-08-24", - "examine": "A cloak made to honour the dead.", "wiki_name": "Icthlarin's shroud (tier 5)", "wiki_url": "https://oldschool.runescape.wiki/w/Icthlarin's_shroud_(tier_5)", "equipment": { @@ -285465,9 +254312,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 0.21, - "release_date": "2022-08-24", - "examine": "A hood made to honour the dead.", "wiki_name": "Icthlarin's hood (tier 5)", "wiki_url": "https://oldschool.runescape.wiki/w/Icthlarin's_hood_(tier_5)", "equipment": { @@ -285500,9 +254344,6 @@ "cost": 100000, "lowalch": 40000, "highalch": 60000, - "weight": 0.5, - "release_date": "2022-08-24", - "examine": "High grade material.", "wiki_name": "Armadylean plate", "wiki_url": "https://oldschool.runescape.wiki/w/Armadylean_plate", "price": 11843835 @@ -285517,10 +254358,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.003, "buy_limit": 13000, - "release_date": "2022-08-24", - "examine": "A beautiful lily.", "wiki_name": "Lily of the sands", "wiki_url": "https://oldschool.runescape.wiki/w/Lily_of_the_sands", "price": 2023 @@ -285535,9 +254373,6 @@ "cost": 7000000, "lowalch": 2800000, "highalch": 4200000, - "weight": 5, - "release_date": "2022-08-24", - "examine": "An ancient staff created using a higher power.", "wiki_name": "Tumeken's shadow (Charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Tumeken's_shadow#Charged", "equipment": { @@ -285602,10 +254437,7 @@ "cost": 7000000, "lowalch": 2800000, "highalch": 4200000, - "weight": 4, "buy_limit": 8, - "release_date": "2022-08-24", - "examine": "An ancient staff created using a higher power.", "wiki_name": "Tumeken's shadow (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Tumeken's_shadow#Uncharged", "equipment": { @@ -285662,9 +254494,6 @@ "name": "Thread of elidinis", "members": true, "cost": 14000, - "weight": 0.003, - "release_date": "2022-08-24", - "examine": "A spool of thread that gives off a divine energy.", "wiki_name": "Thread of elidinis", "wiki_url": "https://oldschool.runescape.wiki/w/Thread_of_elidinis", "price": 0 @@ -285676,9 +254505,6 @@ "cost": 20000, "lowalch": 8000, "highalch": 12000, - "weight": 0.878, - "release_date": "2022-08-24", - "examine": "A vessel used to store runes that's been imbued with the powers of Elidinis.", "wiki_name": "Divine rune pouch (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Divine_rune_pouch#Normal", "price": 0 @@ -285690,9 +254516,6 @@ "cost": 300000, "lowalch": 120000, "highalch": 180000, - "weight": 0.951, - "release_date": "2022-08-24", - "examine": "A jewel with a scarab etched upon it that radiates with power.", "wiki_name": "Breach of the scarab", "wiki_url": "https://oldschool.runescape.wiki/w/Breach_of_the_scarab", "price": 0 @@ -285704,9 +254527,6 @@ "cost": 300000, "lowalch": 120000, "highalch": 180000, - "weight": 0.951, - "release_date": "2022-08-24", - "examine": "A jewel with a symbol of destruction etched upon it that radiates with power.", "wiki_name": "Eye of the corruptor", "wiki_url": "https://oldschool.runescape.wiki/w/Eye_of_the_corruptor", "price": 0 @@ -285719,9 +254539,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 300000, - "weight": 3.218, - "release_date": "2022-08-24", - "examine": "A mystical-feeling polearm imbued with destructive power.", "wiki_name": "Keris partisan of corruption", "wiki_url": "https://oldschool.runescape.wiki/w/Keris_partisan_of_corruption", "equipment": { @@ -285789,9 +254606,6 @@ "cost": 300000, "lowalch": 120000, "highalch": 180000, - "weight": 0.951, - "release_date": "2022-08-24", - "examine": "A jewel with a symbol of the sun etched upon it that radiates with power.", "wiki_name": "Jewel of the sun", "wiki_url": "https://oldschool.runescape.wiki/w/Jewel_of_the_sun", "price": 0 @@ -285804,9 +254618,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 300000, - "weight": 3.218, - "release_date": "2022-08-24", - "examine": "A mystical-feeling polearm imbued with radiating power.", "wiki_name": "Keris partisan of the sun", "wiki_url": "https://oldschool.runescape.wiki/w/Keris_partisan_of_the_sun", "equipment": { @@ -285874,9 +254685,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.489, - "release_date": "2022-08-24", - "examine": "An intricate casket engraved with images of blood, soul and death runes.", "wiki_name": "Cache of runes", "wiki_url": "https://oldschool.runescape.wiki/w/Cache_of_runes", "price": 0 @@ -285886,9 +254694,6 @@ "name": "Water container", "members": true, "cost": 100, - "weight": 2, - "release_date": "2022-08-24", - "examine": "It's a little leaky!", "wiki_name": "Water container (Tombs of Amascut)", "wiki_url": "https://oldschool.runescape.wiki/w/Water_container_(Tombs_of_Amascut)", "price": 0 @@ -285898,9 +254703,6 @@ "name": "Mirror", "members": true, "cost": 100, - "weight": 1, - "release_date": "2022-08-24", - "examine": "I can just about see something in the reflection.", "wiki_name": "Mirror (Tombs of Amascut)", "wiki_url": "https://oldschool.runescape.wiki/w/Mirror_(Tombs_of_Amascut)", "price": 0 @@ -285911,8 +254713,6 @@ "members": true, "stackable": true, "cost": 50, - "release_date": "2022-08-24", - "examine": "For neutralising toxic fumes and corruption.", "wiki_name": "Neutralising potion", "wiki_url": "https://oldschool.runescape.wiki/w/Neutralising_potion", "price": 0 @@ -285924,9 +254724,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.003, - "release_date": "2022-08-24", - "examine": "A message from Maisa.", "wiki_name": "Maisa's message", "wiki_url": "https://oldschool.runescape.wiki/w/Maisa's_message", "price": 0 @@ -285936,9 +254733,6 @@ "name": "Antique lamp", "members": true, "cost": 50, - "weight": 0.1, - "release_date": "2022-08-24", - "examine": "Good for rubbing.", "wiki_name": "Antique lamp (Into the Tombs)", "wiki_url": "https://oldschool.runescape.wiki/w/Antique_lamp_(Into_the_Tombs)", "price": 0 @@ -285948,9 +254742,6 @@ "name": "Akila's journal", "members": true, "cost": 30, - "weight": 0.51, - "release_date": "2022-08-24", - "examine": "A journal found at the entrance to Osmumten's Tomb.", "wiki_name": "Akila's journal", "wiki_url": "https://oldschool.runescape.wiki/w/Akila's_journal", "price": 0 @@ -285960,9 +254751,6 @@ "name": "Het's capture", "members": true, "cost": 30, - "weight": 0.51, - "release_date": "2022-08-24", - "examine": "A book about Amascut's capture of Het.", "wiki_name": "Het's capture", "wiki_url": "https://oldschool.runescape.wiki/w/Het's_capture", "price": 0 @@ -285972,9 +254760,6 @@ "name": "Apmeken's capture", "members": true, "cost": 30, - "weight": 0.51, - "release_date": "2022-08-24", - "examine": "A book about Amascut's capture of Apmeken.", "wiki_name": "Apmeken's capture", "wiki_url": "https://oldschool.runescape.wiki/w/Apmeken's_capture", "price": 0 @@ -285984,9 +254769,6 @@ "name": "Scabaras' capture", "members": true, "cost": 30, - "weight": 0.51, - "release_date": "2022-08-24", - "examine": "A book about Amascut's capture of Scabaras.", "wiki_name": "Scabaras' capture", "wiki_url": "https://oldschool.runescape.wiki/w/Scabaras'_capture", "price": 0 @@ -285996,9 +254778,6 @@ "name": "Crondis' capture", "members": true, "cost": 30, - "weight": 0.51, - "release_date": "2022-08-24", - "examine": "A book about Amascut's capture of Crondis.", "wiki_name": "Crondis' capture", "wiki_url": "https://oldschool.runescape.wiki/w/Crondis'_capture", "price": 0 @@ -286008,9 +254787,6 @@ "name": "The wardens", "members": true, "cost": 30, - "weight": 0.51, - "release_date": "2022-08-24", - "examine": "A book about the Wardens.", "wiki_name": "The wardens", "wiki_url": "https://oldschool.runescape.wiki/w/The_wardens", "price": 0 @@ -286020,9 +254796,6 @@ "name": "The jackal's torch", "members": true, "cost": 30, - "weight": 0.51, - "release_date": "2022-08-24", - "examine": "An old Menaphite story.", "wiki_name": "The jackal's torch", "wiki_url": "https://oldschool.runescape.wiki/w/The_jackal's_torch", "price": 0 @@ -286032,9 +254805,6 @@ "name": "Supplies", "members": true, "cost": 200, - "weight": 4.989, - "release_date": "2022-08-24", - "examine": "Some helpful supplies.", "wiki_name": "Supplies (Tombs of Amascut)", "wiki_url": "https://oldschool.runescape.wiki/w/Supplies_(Tombs_of_Amascut)", "price": 0 @@ -286048,9 +254818,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.453, - "release_date": "2022-08-24", - "examine": "Provides immediate healing at the cost of combat prowess.", "wiki_name": "Nectar (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Nectar#4_dose", "price": 0 @@ -286064,9 +254831,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.453, - "release_date": "2022-08-24", - "examine": "Provides immediate healing at the cost of combat prowess.", "wiki_name": "Nectar (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Nectar#3_dose", "price": 0 @@ -286080,9 +254844,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.453, - "release_date": "2022-08-24", - "examine": "Provides immediate healing at the cost of combat prowess.", "wiki_name": "Nectar (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Nectar#2_dose", "price": 0 @@ -286096,9 +254857,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.453, - "release_date": "2022-08-24", - "examine": "Provides immediate healing at the cost of combat prowess.", "wiki_name": "Nectar (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Nectar#1_dose", "price": 0 @@ -286112,9 +254870,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.453, - "release_date": "2022-08-24", - "examine": "Restores a large amount of health over time.", "wiki_name": "Silk dressing (2 uses)", "wiki_url": "https://oldschool.runescape.wiki/w/Silk_dressing#2_uses", "price": 0 @@ -286128,9 +254883,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.453, - "release_date": "2022-08-24", - "examine": "Restores a large amount of health over time.", "wiki_name": "Silk dressing (1 use)", "wiki_url": "https://oldschool.runescape.wiki/w/Silk_dressing#1_use", "price": 0 @@ -286144,9 +254896,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.453, - "release_date": "2022-08-24", - "examine": "Restores combat abilities and prayer for you and for nearby allies.", "wiki_name": "Tears of elidinis (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Tears_of_elidinis#4_dose", "price": 0 @@ -286160,9 +254909,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.453, - "release_date": "2022-08-24", - "examine": "Restores combat abilities and prayer for you and for nearby allies.", "wiki_name": "Tears of elidinis (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Tears_of_elidinis#3_dose", "price": 0 @@ -286176,9 +254922,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.453, - "release_date": "2022-08-24", - "examine": "Restores combat abilities and prayer for you and for nearby allies.", "wiki_name": "Tears of elidinis (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Tears_of_elidinis#2_dose", "price": 0 @@ -286192,9 +254935,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.453, - "release_date": "2022-08-24", - "examine": "Restores combat abilities and prayer for you and for nearby allies.", "wiki_name": "Tears of elidinis (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Tears_of_elidinis#1_dose", "price": 0 @@ -286208,9 +254948,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.453, - "release_date": "2022-08-24", - "examine": "Restores a large amount of prayer over time.", "wiki_name": "Blessed crystal scarab (2 uses)", "wiki_url": "https://oldschool.runescape.wiki/w/Blessed_crystal_scarab#2_uses", "price": 0 @@ -286224,9 +254961,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.453, - "release_date": "2022-08-24", - "examine": "Restores a large amount of prayer over time.", "wiki_name": "Blessed crystal scarab (1 use)", "wiki_url": "https://oldschool.runescape.wiki/w/Blessed_crystal_scarab#1_use", "price": 0 @@ -286240,9 +254974,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.453, - "release_date": "2022-08-24", - "examine": "Reduces how much energy is used when performing a special attack.", "wiki_name": "Liquid adrenaline (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Liquid_adrenaline#2_dose", "price": 0 @@ -286256,9 +254987,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.453, - "release_date": "2022-08-24", - "examine": "Reduces how much energy is used when performing a special attack.", "wiki_name": "Liquid adrenaline (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Liquid_adrenaline#1_dose", "price": 0 @@ -286272,9 +255000,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.453, - "release_date": "2022-08-24", - "examine": "Repeatedly boosts combat abilities over time and restores run energy.", "wiki_name": "Smelling salts (2 uses)", "wiki_url": "https://oldschool.runescape.wiki/w/Smelling_salts#2_uses", "price": 0 @@ -286288,9 +255013,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.453, - "release_date": "2022-08-24", - "examine": "Repeatedly boosts combat abilities over time and restores run energy.", "wiki_name": "Smelling salts (1 use)", "wiki_url": "https://oldschool.runescape.wiki/w/Smelling_salts#1_use", "price": 0 @@ -286304,9 +255026,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.453, - "release_date": "2022-08-24", - "examine": "Restores and boosts health and prayer while also curing poison.", "wiki_name": "Ambrosia (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Ambrosia#2_dose", "price": 0 @@ -286320,9 +255039,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.453, - "release_date": "2022-08-24", - "examine": "Restores and boosts health and prayer while also curing poison.", "wiki_name": "Ambrosia (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Ambrosia#1_dose", "price": 0 @@ -286333,8 +255049,6 @@ "members": true, "stackable": true, "cost": 30, - "release_date": "2022-08-24", - "examine": "Just close your eyes and pretend it's beef jerky.", "wiki_name": "Honey locust", "wiki_url": "https://oldschool.runescape.wiki/w/Honey_locust", "price": 0 @@ -286346,9 +255060,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2022-08-24", - "examine": "A tiny automaton imbued with a trace of Tumeken's power.", "wiki_name": "Tumeken's guardian (Tumeken's Guardian)", "wiki_url": "https://oldschool.runescape.wiki/w/Tumeken's_guardian#Tumeken's_Guardian", "price": 0 @@ -286360,9 +255071,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2022-08-24", - "examine": "A tiny automaton imbued with a trace of Elidinis' power.", "wiki_name": "Tumeken's guardian (Elidinis' Guardian)", "wiki_url": "https://oldschool.runescape.wiki/w/Tumeken's_guardian#Elidinis'_Guardian", "price": 0 @@ -286377,9 +255085,6 @@ "cost": 145000, "lowalch": 58000, "highalch": 87000, - "weight": 0.05, - "release_date": "2022-08-24", - "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": 199972500 @@ -286393,9 +255098,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2016-09-08", - "examine": "An ancient tome containing the secrets of fire magic.", "wiki_name": "Tome of fire (Empty)", "wiki_url": "https://oldschool.runescape.wiki/w/Tome_of_fire#Empty", "equipment": { @@ -286427,9 +255129,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 5.896, - "release_date": "2022-09-08", - "examine": "A broken Masori Assembler.", "wiki_name": "Masori assembler (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Masori_assembler#Broken", "price": 0 @@ -286441,9 +255140,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2022-09-08", - "examine": "A broken Masori Assembler Max Cape.", "wiki_name": "Masori assembler max cape (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Masori_assembler_max_cape#Broken", "price": 0 @@ -286457,9 +255153,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2022-09-08", - "examine": "The cape worn by only the most experienced players.", "wiki_name": "Masori assembler max cape (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Masori_assembler_max_cape#Normal", "equipment": { @@ -286515,9 +255208,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2022-09-08", - "examine": "The cape worn by only the most experienced players.", "wiki_name": "Masori assembler max cape (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Masori_assembler_max_cape#Locked", "equipment": { @@ -286573,9 +255263,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2022-09-08", - "examine": "The hood worn by only the most experienced players.", "wiki_name": "Masori assembler max hood", "wiki_url": "https://oldschool.runescape.wiki/w/Masori_assembler_max_hood", "equipment": { @@ -286629,9 +255316,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.01, - "release_date": "2022-09-14", - "examine": "A small scarab egg.", "wiki_name": "Dawn scarab egg", "wiki_url": "https://oldschool.runescape.wiki/w/Dawn_scarab_egg", "price": 0 @@ -286641,9 +255325,6 @@ "name": "Ancient key", "members": true, "cost": 30, - "weight": 0.01, - "release_date": "2022-09-14", - "examine": "A key received from a camel.", "wiki_name": "Ancient key (Tombs of Amascut)", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_key_(Tombs_of_Amascut)", "price": 0 @@ -286655,9 +255336,6 @@ "equipable": true, "equipable_by_player": true, "cost": 2000, - "weight": 0.35, - "release_date": "2022-09-14", - "examine": "A mask representing rebirth.", "wiki_name": "Mask of rebirth", "wiki_url": "https://oldschool.runescape.wiki/w/Mask_of_rebirth", "equipment": { @@ -286687,9 +255365,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 0.5, - "release_date": "2022-09-08", - "examine": "Supplies that could be used to make Masori-themed equipment.", "wiki_name": "Masori crafting kit", "wiki_url": "https://oldschool.runescape.wiki/w/Masori_crafting_kit", "price": 0 @@ -286703,9 +255378,6 @@ "cost": 51000, "lowalch": 20400, "highalch": 30600, - "weight": 5.896, - "release_date": "2022-09-08", - "examine": "A superior bagged chicken empowered by Vorkath, ready to serve you, magnet in claw.", "wiki_name": "Masori assembler (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Masori_assembler#Normal", "equipment": { @@ -286739,9 +255411,6 @@ "cost": 51000, "lowalch": 20400, "highalch": 30600, - "weight": 5.896, - "release_date": "2022-09-08", - "examine": "A superior bagged chicken empowered by Vorkath, ready to serve you, magnet in claw.", "wiki_name": "Masori assembler (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Masori_assembler#Locked", "equipment": { @@ -286773,9 +255442,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.19, - "release_date": "2022-09-08", - "examine": "Contains the essence of Akkha.", "wiki_name": "Remnant of akkha", "wiki_url": "https://oldschool.runescape.wiki/w/Remnant_of_akkha", "price": 0 @@ -286787,9 +255453,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.19, - "release_date": "2022-09-08", - "examine": "Contains the essence of Ba-Ba.", "wiki_name": "Remnant of ba-ba", "wiki_url": "https://oldschool.runescape.wiki/w/Remnant_of_ba-ba", "price": 0 @@ -286801,9 +255464,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.19, - "release_date": "2022-09-08", - "examine": "Contains the essence of Kephri.", "wiki_name": "Remnant of kephri", "wiki_url": "https://oldschool.runescape.wiki/w/Remnant_of_kephri", "price": 0 @@ -286815,9 +255475,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.19, - "release_date": "2022-09-08", - "examine": "Contains the essence of Zebak.", "wiki_name": "Remnant of zebak", "wiki_url": "https://oldschool.runescape.wiki/w/Remnant_of_zebak", "price": 0 @@ -286829,9 +255486,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.19, - "release_date": "2022-09-08", - "examine": "Contains the essence of two legendary guardians.", "wiki_name": "Ancient remnant", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_remnant", "price": 0 @@ -286843,9 +255497,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2022-09-08", - "examine": "Small, but still strong.", "wiki_name": "Tumeken's guardian (Akkhito)", "wiki_url": "https://oldschool.runescape.wiki/w/Tumeken's_guardian#Akkhito", "price": 0 @@ -286857,9 +255508,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2022-09-08", - "examine": "Her mother's daughter. Fond of bananas.", "wiki_name": "Tumeken's guardian (Babi)", "wiki_url": "https://oldschool.runescape.wiki/w/Tumeken's_guardian#Babi", "price": 0 @@ -286871,9 +255519,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2022-09-08", - "examine": "The tiniest bug can still make worlds fall over.", "wiki_name": "Tumeken's guardian (Kephriti)", "wiki_url": "https://oldschool.runescape.wiki/w/Tumeken's_guardian#Kephriti", "price": 0 @@ -286885,9 +255530,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2022-09-08", - "examine": "Chomp.", "wiki_name": "Tumeken's guardian (Zebo)", "wiki_url": "https://oldschool.runescape.wiki/w/Tumeken's_guardian#Zebo", "price": 0 @@ -286899,9 +255541,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2022-09-08", - "examine": "A tiny automaton imbued with a trace of Tumeken's power.", "wiki_name": "Tumeken's guardian (Tumeken's Damaged Guardian)", "wiki_url": "https://oldschool.runescape.wiki/w/Tumeken's_guardian#Tumeken's_Damaged_Guardian", "price": 0 @@ -286913,9 +255552,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2022-09-08", - "examine": "A tiny automaton imbued with a trace of Elidinis' power.", "wiki_name": "Tumeken's guardian (Elidinis' Damaged Guardian)", "wiki_url": "https://oldschool.runescape.wiki/w/Tumeken's_guardian#Elidinis'_Damaged_Guardian", "price": 0 @@ -286927,9 +255563,6 @@ "equipable": true, "equipable_by_player": true, "cost": 50, - "weight": 0.9, - "release_date": "2022-10-12", - "examine": "The clothing of an adventurer.", "wiki_name": "Adventurer's top (t1)", "wiki_url": "https://oldschool.runescape.wiki/w/Adventurer's_top_(t1)", "equipment": { @@ -286959,9 +255592,6 @@ "equipable": true, "equipable_by_player": true, "cost": 50, - "weight": 0.9, - "release_date": "2022-10-12", - "examine": "The clothing of an adventurer.", "wiki_name": "Adventurer's trousers (t1)", "wiki_url": "https://oldschool.runescape.wiki/w/Adventurer's_trousers_(t1)", "equipment": { @@ -286991,9 +255621,6 @@ "equipable": true, "equipable_by_player": true, "cost": 50, - "weight": 0.4, - "release_date": "2022-10-12", - "examine": "The headgear of an adventurer.", "wiki_name": "Adventurer's hood (t1)", "wiki_url": "https://oldschool.runescape.wiki/w/Adventurer's_hood_(t1)", "equipment": { @@ -287023,9 +255650,6 @@ "equipable": true, "equipable_by_player": true, "cost": 50, - "weight": 0.7, - "release_date": "2022-10-12", - "examine": "The boots of an adventurer.", "wiki_name": "Adventurer's boots (t1)", "wiki_url": "https://oldschool.runescape.wiki/w/Adventurer's_boots_(t1)", "equipment": { @@ -287055,9 +255679,6 @@ "equipable": true, "equipable_by_player": true, "cost": 50, - "weight": 0.9, - "release_date": "2022-10-12", - "examine": "The clothing of an adventurer.", "wiki_name": "Adventurer's top (t2)", "wiki_url": "https://oldschool.runescape.wiki/w/Adventurer's_top_(t2)", "equipment": { @@ -287087,9 +255708,6 @@ "equipable": true, "equipable_by_player": true, "cost": 50, - "weight": 0.9, - "release_date": "2022-10-12", - "examine": "The clothing of an adventurer.", "wiki_name": "Adventurer's trousers (t2)", "wiki_url": "https://oldschool.runescape.wiki/w/Adventurer's_trousers_(t2)", "equipment": { @@ -287119,9 +255737,6 @@ "equipable": true, "equipable_by_player": true, "cost": 50, - "weight": 0.4, - "release_date": "2022-10-12", - "examine": "The headgear of an adventurer.", "wiki_name": "Adventurer's hood (t2)", "wiki_url": "https://oldschool.runescape.wiki/w/Adventurer's_hood_(t2)", "equipment": { @@ -287151,9 +255766,6 @@ "equipable": true, "equipable_by_player": true, "cost": 50, - "weight": 0.7, - "release_date": "2022-10-12", - "examine": "The boots of an adventurer.", "wiki_name": "Adventurer's boots (t2)", "wiki_url": "https://oldschool.runescape.wiki/w/Adventurer's_boots_(t2)", "equipment": { @@ -287183,9 +255795,6 @@ "equipable": true, "equipable_by_player": true, "cost": 50, - "weight": 0.9, - "release_date": "2022-10-12", - "examine": "The clothing of an adventurer.", "wiki_name": "Adventurer's top (t3)", "wiki_url": "https://oldschool.runescape.wiki/w/Adventurer's_top_(t3)", "equipment": { @@ -287215,9 +255824,6 @@ "equipable": true, "equipable_by_player": true, "cost": 50, - "weight": 0.9, - "release_date": "2022-10-12", - "examine": "The clothing of an adventurer.", "wiki_name": "Adventurer's trousers (t3)", "wiki_url": "https://oldschool.runescape.wiki/w/Adventurer's_trousers_(t3)", "equipment": { @@ -287247,9 +255853,6 @@ "equipable": true, "equipable_by_player": true, "cost": 50, - "weight": 0.4, - "release_date": "2022-10-12", - "examine": "The headgear of an adventurer.", "wiki_name": "Adventurer's hood (t3)", "wiki_url": "https://oldschool.runescape.wiki/w/Adventurer's_hood_(t3)", "equipment": { @@ -287279,9 +255882,6 @@ "equipable": true, "equipable_by_player": true, "cost": 50, - "weight": 0.7, - "release_date": "2022-10-12", - "examine": "The boots of an adventurer.", "wiki_name": "Adventurer's boots (t3)", "wiki_url": "https://oldschool.runescape.wiki/w/Adventurer's_boots_(t3)", "equipment": { @@ -287311,9 +255911,6 @@ "equipable": true, "equipable_by_player": true, "cost": 50, - "weight": 0.4, - "release_date": "2022-09-14", - "examine": "The vambraces of an adventurer.", "wiki_name": "Adventurer's vambraces", "wiki_url": "https://oldschool.runescape.wiki/w/Adventurer's_vambraces", "equipment": { @@ -287344,9 +255941,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 50, - "weight": 1.5, - "release_date": "2022-10-12", - "examine": "You won't forget the time with this.", "wiki_name": "Giant stopwatch", "wiki_url": "https://oldschool.runescape.wiki/w/Giant_stopwatch", "equipment": { @@ -287401,9 +255995,6 @@ "name": "Speedy teleport scroll", "members": true, "cost": 50, - "weight": 0.02, - "release_date": "2022-10-12", - "examine": "A scroll which can be used to unlock the Speedy Home Teleport Animation.", "wiki_name": "Speedy teleport scroll", "wiki_url": "https://oldschool.runescape.wiki/w/Speedy_teleport_scroll", "price": 0 @@ -287416,9 +256007,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 50, - "weight": 0.75, - "release_date": "2022-10-12", - "examine": "A bronze trophy to show your speedrunning prowess.", "wiki_name": "Bronze speedrun trophy", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_speedrun_trophy", "equipment": { @@ -287476,9 +256064,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 50, - "weight": 0.75, - "release_date": "2022-10-12", - "examine": "A silver trophy to show your speedrunning prowess.", "wiki_name": "Silver speedrun trophy", "wiki_url": "https://oldschool.runescape.wiki/w/Silver_speedrun_trophy", "equipment": { @@ -287536,9 +256121,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 50, - "weight": 1.5, - "release_date": "2022-10-12", - "examine": "A gold trophy to show your speedrunning prowess.", "wiki_name": "Gold speedrun trophy", "wiki_url": "https://oldschool.runescape.wiki/w/Gold_speedrun_trophy", "equipment": { @@ -287596,9 +256178,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 50, - "weight": 1.5, - "release_date": "2022-10-12", - "examine": "A platinum trophy to show your speedrunning prowess.", "wiki_name": "Platinum speedrun trophy", "wiki_url": "https://oldschool.runescape.wiki/w/Platinum_speedrun_trophy", "equipment": { @@ -287655,9 +256234,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 1.36, - "release_date": "2022-11-30", - "examine": "A pot of Poison dynamite, with a fuse ready to light.", "wiki_name": "Dynamite(p)", "wiki_url": "https://oldschool.runescape.wiki/w/Dynamite(p)", "price": 0 @@ -287668,9 +256244,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.02, - "release_date": "2022-09-21", - "examine": "A special clue scroll.", "wiki_name": "Clue scroll (special)", "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(special)", "price": 0 @@ -287683,9 +256256,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2022-09-21", - "examine": "A magical-looking hood.", "wiki_name": "Hood of ruin", "wiki_url": "https://oldschool.runescape.wiki/w/Hood_of_ruin", "equipment": { @@ -287716,9 +256286,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.721, - "release_date": "2022-09-21", - "examine": "A magical-looking robe top.", "wiki_name": "Robe top of ruin", "wiki_url": "https://oldschool.runescape.wiki/w/Robe_top_of_ruin", "equipment": { @@ -287749,9 +256316,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2022-09-21", - "examine": "A magical-looking robe bottom.", "wiki_name": "Robe bottom of ruin", "wiki_url": "https://oldschool.runescape.wiki/w/Robe_bottom_of_ruin", "equipment": { @@ -287782,9 +256346,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2022-09-21", - "examine": "A pair of magical-looking gloves.", "wiki_name": "Gloves of ruin", "wiki_url": "https://oldschool.runescape.wiki/w/Gloves_of_ruin", "equipment": { @@ -287815,9 +256376,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2022-09-21", - "examine": "A pair of magical-looking socks.", "wiki_name": "Socks of ruin", "wiki_url": "https://oldschool.runescape.wiki/w/Socks_of_ruin", "equipment": { @@ -287848,9 +256406,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2022-09-21", - "examine": "A magical-looking cloak.", "wiki_name": "Cloak of ruin", "wiki_url": "https://oldschool.runescape.wiki/w/Cloak_of_ruin", "equipment": { @@ -287881,9 +256436,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2022-09-21", - "examine": "A magical money bag with infinite coins inside.", "wiki_name": "Infinite money bag", "wiki_url": "https://oldschool.runescape.wiki/w/Infinite_money_bag", "equipment": { @@ -287915,9 +256467,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.4, - "release_date": "2022-10-11", - "examine": "The cape of an adventurer.", "wiki_name": "Adventurer's cape", "wiki_url": "https://oldschool.runescape.wiki/w/Adventurer's_cape", "equipment": { @@ -287949,9 +256498,6 @@ "cost": 35, "lowalch": 14, "highalch": 21, - "weight": 0.6, - "release_date": "2022-10-11", - "examine": "A sign of your grace.", "wiki_name": "Graceful hood (Adventurer) (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_hood_(Adventurer)#Inventory", "equipment": { @@ -287983,9 +256529,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.8, - "release_date": "2022-10-11", - "examine": "A sign of your grace.", "wiki_name": "Graceful cape (Adventurer) (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_cape_(Adventurer)#Inventory", "equipment": { @@ -288017,9 +256560,6 @@ "cost": 55, "lowalch": 22, "highalch": 33, - "weight": 0.9, - "release_date": "2022-10-11", - "examine": "A sign of your grace.", "wiki_name": "Graceful top (Adventurer) (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_top_(Adventurer)#Inventory", "equipment": { @@ -288051,9 +256591,6 @@ "cost": 60, "lowalch": 24, "highalch": 36, - "weight": 0.9, - "release_date": "2022-10-11", - "examine": "You have graceful legs. How nice.", "wiki_name": "Graceful legs (Adventurer) (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_legs_(Adventurer)#Inventory", "equipment": { @@ -288085,9 +256622,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.1, - "release_date": "2022-10-11", - "examine": "A sign of your grace.", "wiki_name": "Graceful gloves (Adventurer) (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_gloves_(Adventurer)#Inventory", "equipment": { @@ -288119,9 +256653,6 @@ "cost": 40, "lowalch": 16, "highalch": 24, - "weight": 0.4, - "release_date": "2022-10-11", - "examine": "For your graceful feet.", "wiki_name": "Graceful boots (Adventurer) (Inventory)", "wiki_url": "https://oldschool.runescape.wiki/w/Graceful_boots_(Adventurer)#Inventory", "equipment": { @@ -288150,9 +256681,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2022-10-19", - "examine": "Helps with stuff", "wiki_name": "Fresh start helper", "wiki_url": "https://oldschool.runescape.wiki/w/Fresh_start_helper", "price": 0 @@ -288165,9 +256693,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2022-10-26", - "examine": "Perfect for collecting treats while Trick-or-Treating!", "wiki_name": "Treat cauldron (Style 1)", "wiki_url": "https://oldschool.runescape.wiki/w/Treat_cauldron#Style_1", "equipment": { @@ -288198,9 +256723,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2022-10-26", - "examine": "Perfect for collecting treats while Trick-or-Treating!", "wiki_name": "Treat cauldron (Style 2)", "wiki_url": "https://oldschool.runescape.wiki/w/Treat_cauldron#Style_2", "equipment": { @@ -288231,9 +256753,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2022-10-26", - "examine": "Perfect for collecting treats while Trick-or-Treating!", "wiki_name": "Treat cauldron (Style 3)", "wiki_url": "https://oldschool.runescape.wiki/w/Treat_cauldron#Style_3", "equipment": { @@ -288264,9 +256783,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2022-10-26", - "examine": "Perfect for collecting treats while Trick-or-Treating!", "wiki_name": "Treat cauldron (Style 4)", "wiki_url": "https://oldschool.runescape.wiki/w/Treat_cauldron#Style_4", "equipment": { @@ -288297,9 +256813,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2022-10-26", - "examine": "Perfect for collecting treats while Trick-or-Treating!", "wiki_name": "Treat cauldron (Style 5)", "wiki_url": "https://oldschool.runescape.wiki/w/Treat_cauldron#Style_5", "equipment": { @@ -288328,9 +256841,6 @@ "equipable": true, "equipable_by_player": true, "cost": 0, - "weight": 0.028, - "release_date": "2022-10-26", - "examine": "A spooky hat complete with an even spookier nose.", "wiki_name": "Witch hat", "wiki_url": "https://oldschool.runescape.wiki/w/Witch_hat", "equipment": { @@ -288359,9 +256869,6 @@ "equipable": true, "equipable_by_player": true, "cost": 0, - "weight": 0.028, - "release_date": "2022-10-26", - "examine": "Might help me turn people into newts.", "wiki_name": "Witch top", "wiki_url": "https://oldschool.runescape.wiki/w/Witch_top", "equipment": { @@ -288390,9 +256897,6 @@ "equipable": true, "equipable_by_player": true, "cost": 0, - "weight": 0.028, - "release_date": "2022-10-26", - "examine": "Protects the legs when brewing concoctions.", "wiki_name": "Witch robes", "wiki_url": "https://oldschool.runescape.wiki/w/Witch_robes", "equipment": { @@ -288421,9 +256925,6 @@ "equipable": true, "equipable_by_player": true, "cost": 0, - "weight": 0.028, - "release_date": "2022-10-26", - "examine": "Wickedly pointy!", "wiki_name": "Witch boots", "wiki_url": "https://oldschool.runescape.wiki/w/Witch_boots", "equipment": { @@ -288452,9 +256953,6 @@ "equipable": true, "equipable_by_player": true, "cost": 0, - "weight": 0.028, - "release_date": "2022-10-26", - "examine": "A thick cape covered in feathers... and probably spiders.", "wiki_name": "Witch cape", "wiki_url": "https://oldschool.runescape.wiki/w/Witch_cape", "equipment": { @@ -288483,9 +256981,6 @@ "equipable": true, "equipable_by_player": true, "cost": 0, - "weight": 0.09, - "release_date": "2022-10-26", - "examine": "Anyone who wears this must be terrifying.", "wiki_name": "Terrifying charm", "wiki_url": "https://oldschool.runescape.wiki/w/Terrifying_charm", "equipment": { @@ -288516,9 +257011,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.028, - "release_date": "2022-10-26", - "examine": "This doesn't look tasty.", "wiki_name": "Bruised banana", "wiki_url": "https://oldschool.runescape.wiki/w/Bruised_banana", "price": 0 @@ -288531,9 +257023,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.03, - "release_date": "2022-10-26", - "examine": "This could do with a wash.", "wiki_name": "Smelly sock", "wiki_url": "https://oldschool.runescape.wiki/w/Smelly_sock", "price": 0 @@ -288546,9 +257035,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2022-10-26", - "examine": "You've been assured it's spooky...", "wiki_name": "Spooky egg", "wiki_url": "https://oldschool.runescape.wiki/w/Spooky_egg", "price": 0 @@ -288561,9 +257047,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.012, - "release_date": "2022-10-26", - "examine": "An old and frayed ball of wool.", "wiki_name": "Old wool", "wiki_url": "https://oldschool.runescape.wiki/w/Old_wool", "price": 0 @@ -288576,9 +257059,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.25, - "release_date": "2022-10-26", - "examine": "A spooky wig!", "wiki_name": "Halloween wig (Style 1)", "wiki_url": "https://oldschool.runescape.wiki/w/Halloween_wig#Style_1", "equipment": { @@ -288609,9 +257089,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.25, - "release_date": "2022-10-26", - "examine": "A spooky wig!", "wiki_name": "Halloween wig (Style 2)", "wiki_url": "https://oldschool.runescape.wiki/w/Halloween_wig#Style_2", "equipment": { @@ -288642,9 +257119,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.25, - "release_date": "2022-10-26", - "examine": "A spooky wig!", "wiki_name": "Halloween wig (Style 3)", "wiki_url": "https://oldschool.runescape.wiki/w/Halloween_wig#Style_3", "equipment": { @@ -288675,9 +257149,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.25, - "release_date": "2022-10-26", - "examine": "A spooky wig!", "wiki_name": "Halloween wig (Style 4)", "wiki_url": "https://oldschool.runescape.wiki/w/Halloween_wig#Style_4", "equipment": { @@ -288708,9 +257179,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.25, - "release_date": "2022-10-26", - "examine": "A spooky wig!", "wiki_name": "Halloween wig (Style 5)", "wiki_url": "https://oldschool.runescape.wiki/w/Halloween_wig#Style_5", "equipment": { @@ -288741,9 +257209,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.25, - "release_date": "2022-10-26", - "examine": "A spooky wig!", "wiki_name": "Halloween wig (Style 6)", "wiki_url": "https://oldschool.runescape.wiki/w/Halloween_wig#Style_6", "equipment": { @@ -288773,9 +257238,6 @@ "cost": 20000, "lowalch": 8000, "highalch": 12000, - "weight": 0.878, - "release_date": "2022-10-26", - "examine": "A vessel used to store runes that's been imbued with the powers of Elidinis.", "wiki_name": "Divine rune pouch (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Divine_rune_pouch#Locked", "price": 0 @@ -288785,9 +257247,6 @@ "name": "Kasonde's journal", "members": true, "cost": 30, - "weight": 0.51, - "release_date": "2022-11-30", - "examine": "According to the inside cover, this is the journal of someone called Kasonde Shaw.", "wiki_name": "Kasonde's journal", "wiki_url": "https://oldschool.runescape.wiki/w/Kasonde's_journal", "price": 0 @@ -288797,9 +257256,6 @@ "name": "Word translations", "members": true, "cost": 30, - "weight": 0.028, - "release_date": "2022-11-30", - "examine": "A list of translations.", "wiki_name": "Word translations", "wiki_url": "https://oldschool.runescape.wiki/w/Word_translations", "price": 0 @@ -288811,9 +257267,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.028, - "release_date": "2022-11-30", - "examine": "A dirty note found in a ruin south east of Mount Quidamortem.", "wiki_name": "Dirty note (Mount Quidamortem)", "wiki_url": "https://oldschool.runescape.wiki/w/Dirty_note#Mount_Quidamortem", "price": 0 @@ -288825,9 +257278,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.028, - "release_date": "2022-11-30", - "examine": "A dirty note found in a ruin beneath Lake Molch Island.", "wiki_name": "Dirty note (Lake Molch Island)", "wiki_url": "https://oldschool.runescape.wiki/w/Dirty_note#Lake_Molch_Island", "price": 0 @@ -288839,9 +257289,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.028, - "release_date": "2022-11-30", - "examine": "A dirty note found in a ruin beneath the Ruins of Morra.", "wiki_name": "Dirty note (Ruins of Morra)", "wiki_url": "https://oldschool.runescape.wiki/w/Dirty_note#Ruins_of_Morra", "price": 0 @@ -288851,9 +257298,6 @@ "name": "Warning note", "members": true, "cost": 30, - "weight": 0.028, - "release_date": "2022-11-30", - "examine": "An ominous warning found in a ruin beneath the Ruins of Morra.", "wiki_name": "Warning note", "wiki_url": "https://oldschool.runescape.wiki/w/Warning_note", "price": 0 @@ -288865,9 +257309,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 1, - "release_date": "2022-11-30", - "examine": "An ancient tablet found in a ruin south east of Mount Quidamortem.", "wiki_name": "Stone tablet (The Garden of Death) (Mount Quidamortem)", "wiki_url": "https://oldschool.runescape.wiki/w/Stone_tablet_(The_Garden_of_Death)#Mount_Quidamortem", "price": 0 @@ -288879,9 +257320,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 1, - "release_date": "2022-11-30", - "examine": "An ancient tablet found in a ruin beneath Lake Molch Island.", "wiki_name": "Stone tablet (The Garden of Death) (Lake Molch Island)", "wiki_url": "https://oldschool.runescape.wiki/w/Stone_tablet_(The_Garden_of_Death)#Lake_Molch_Island", "price": 0 @@ -288893,9 +257331,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 1, - "release_date": "2022-11-30", - "examine": "An ancient tablet found in a ruin beneath Kebos Swamp.", "wiki_name": "Stone tablet (The Garden of Death) (Kebos Swamp)", "wiki_url": "https://oldschool.runescape.wiki/w/Stone_tablet_(The_Garden_of_Death)#Kebos_Swamp", "price": 0 @@ -288907,9 +257342,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 1, - "release_date": "2022-11-30", - "examine": "An ancient tablet found in a ruin beneath the Ruins of Morra.", "wiki_name": "Stone tablet (The Garden of Death) (Ruins of Morra)", "wiki_url": "https://oldschool.runescape.wiki/w/Stone_tablet_(The_Garden_of_Death)#Ruins_of_Morra", "price": 0 @@ -288921,9 +257353,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.05, - "release_date": "2022-11-30", - "examine": "A wood carving found in a ruin south east of Mount Quidamortem.", "wiki_name": "Wood carving (Mount Quidamortem 1)", "wiki_url": "https://oldschool.runescape.wiki/w/Wood_carving#Mount_Quidamortem_1", "price": 0 @@ -288935,9 +257364,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.05, - "release_date": "2022-11-30", - "examine": "A wood carving found in a ruin south east of Mount Quidamortem.", "wiki_name": "Wood carving (Mount Quidamortem 2)", "wiki_url": "https://oldschool.runescape.wiki/w/Wood_carving#Mount_Quidamortem_2", "price": 0 @@ -288949,9 +257375,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.05, - "release_date": "2022-11-30", - "examine": "A wood carving found in a ruin beneath Lake Molch Island.", "wiki_name": "Wood carving (Lake Molch Island 1)", "wiki_url": "https://oldschool.runescape.wiki/w/Wood_carving#Lake_Molch_Island_1", "price": 0 @@ -288963,9 +257386,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.05, - "release_date": "2022-11-30", - "examine": "A wood carving found in a ruin beneath Lake Molch Island.", "wiki_name": "Wood carving (Lake Molch Island 2)", "wiki_url": "https://oldschool.runescape.wiki/w/Wood_carving#Lake_Molch_Island_2", "price": 0 @@ -288977,9 +257397,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.05, - "release_date": "2022-11-30", - "examine": "A wood carving found in a ruin beneath Lake Molch Island.", "wiki_name": "Wood carving (Lake Molch Island 3)", "wiki_url": "https://oldschool.runescape.wiki/w/Wood_carving#Lake_Molch_Island_3", "price": 0 @@ -288991,9 +257408,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.05, - "release_date": "2022-11-30", - "examine": "A wood carving found in a ruin beneath Kebos Swamp.", "wiki_name": "Wood carving (Kebos Swamp 1)", "wiki_url": "https://oldschool.runescape.wiki/w/Wood_carving#Kebos_Swamp_1", "price": 0 @@ -289005,9 +257419,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.05, - "release_date": "2022-11-30", - "examine": "A wood carving found in a ruin beneath Kebos Swamp.", "wiki_name": "Wood carving (Kebos Swamp 2)", "wiki_url": "https://oldschool.runescape.wiki/w/Wood_carving#Kebos_Swamp_2", "price": 0 @@ -289019,9 +257430,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.05, - "release_date": "2022-11-30", - "examine": "A wood carving found in a ruin beneath Kebos Swamp.", "wiki_name": "Wood carving (Kebos Swamp 3)", "wiki_url": "https://oldschool.runescape.wiki/w/Wood_carving#Kebos_Swamp_3", "price": 0 @@ -289033,9 +257441,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.05, - "release_date": "2022-11-30", - "examine": "A wood carving found in a ruin beneath Kebos Swamp.", "wiki_name": "Wood carving (Kebos Swamp 4)", "wiki_url": "https://oldschool.runescape.wiki/w/Wood_carving#Kebos_Swamp_4", "price": 0 @@ -289045,9 +257450,6 @@ "name": "Compass", "members": true, "cost": 30, - "weight": 0.05, - "release_date": "2022-11-30", - "examine": "An ancient compass.", "wiki_name": "Compass (The Garden of Death)", "wiki_url": "https://oldschool.runescape.wiki/w/Compass_(The_Garden_of_Death)", "price": 0 @@ -289059,9 +257461,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.05, - "release_date": "2022-11-30", - "examine": "A wood carving found in a ruin beneath the Ruins of Morra.", "wiki_name": "Wood carving (Ruins of Morra 1)", "wiki_url": "https://oldschool.runescape.wiki/w/Wood_carving#Ruins_of_Morra_1", "price": 0 @@ -289073,9 +257472,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.05, - "release_date": "2022-11-30", - "examine": "A wood carving found in a ruin beneath the Ruins of Morra.", "wiki_name": "Wood carving (Ruins of Morra 2)", "wiki_url": "https://oldschool.runescape.wiki/w/Wood_carving#Ruins_of_Morra_2", "price": 0 @@ -289087,9 +257483,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.05, - "release_date": "2022-11-30", - "examine": "A wood carving found in a ruin beneath the Ruins of Morra.", "wiki_name": "Wood carving (Ruins of Morra 3)", "wiki_url": "https://oldschool.runescape.wiki/w/Wood_carving#Ruins_of_Morra_3", "price": 0 @@ -289101,9 +257494,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.05, - "release_date": "2022-11-30", - "examine": "A wood carving found in a ruin beneath the Ruins of Morra.", "wiki_name": "Wood carving (Ruins of Morra 4)", "wiki_url": "https://oldschool.runescape.wiki/w/Wood_carving#Ruins_of_Morra_4", "price": 0 @@ -289115,9 +257505,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.05, - "release_date": "2022-11-30", - "examine": "A wood carving found in a ruin beneath the Ruins of Morra.", "wiki_name": "Wood carving (Ruins of Morra 5)", "wiki_url": "https://oldschool.runescape.wiki/w/Wood_carving#Ruins_of_Morra_5", "price": 0 @@ -289127,9 +257514,6 @@ "name": "Antique lamp", "members": true, "cost": 50, - "weight": 0.1, - "release_date": "2022-11-30", - "examine": "Good for rubbing.", "wiki_name": "Antique lamp (Legends' Quest)", "wiki_url": "https://oldschool.runescape.wiki/w/Antique_lamp_(Legends'_Quest)", "price": 0 @@ -289143,9 +257527,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.05, - "release_date": "2022-11-30", - "examine": "I'm sure he won't mind me borrowing this...", "wiki_name": "Ghommal's lucky penny", "wiki_url": "https://oldschool.runescape.wiki/w/Ghommal's_lucky_penny", "equipment": { @@ -289174,8 +257555,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2022-11-30", - "examine": "How did you get this?", "wiki_name": "Anim offhand (Avernic 5)", "wiki_url": "https://oldschool.runescape.wiki/w/Anim_offhand#Avernic_5", "price": 0 @@ -289186,8 +257565,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2022-11-30", - "examine": "How did you get this?", "wiki_name": "Anim offhand (Avernic 6)", "wiki_url": "https://oldschool.runescape.wiki/w/Anim_offhand#Avernic_6", "price": 0 @@ -289201,9 +257578,6 @@ "cost": 2500000, "lowalch": 1000000, "highalch": 1500000, - "weight": 0.453, - "release_date": "2022-11-30", - "examine": "A defensive weapon with sublime ornamentation.", "wiki_name": "Ghommal's avernic defender 5 (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Ghommal's_avernic_defender_5#Normal", "equipment": { @@ -289235,9 +257609,6 @@ "cost": 2500000, "lowalch": 1000000, "highalch": 1500000, - "weight": 0.453, - "release_date": "2022-11-30", - "examine": "A defensive weapon with sublime ornamentation.", "wiki_name": "Ghommal's avernic defender 5 (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Ghommal's_avernic_defender_5#Locked", "equipment": { @@ -289269,9 +257640,6 @@ "cost": 2500000, "lowalch": 1000000, "highalch": 1500000, - "weight": 0.453, - "release_date": "2022-11-30", - "examine": "A defensive weapon with prestigious ornamentation.", "wiki_name": "Ghommal's avernic defender 6 (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Ghommal's_avernic_defender_6#Normal", "equipment": { @@ -289303,9 +257671,6 @@ "cost": 2500000, "lowalch": 1000000, "highalch": 1500000, - "weight": 0.453, - "release_date": "2022-11-30", - "examine": "A defensive weapon with prestigious ornamentation.", "wiki_name": "Ghommal's avernic defender 6 (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Ghommal's_avernic_defender_6#Locked", "equipment": { @@ -289332,9 +257697,6 @@ "id": 27554, "name": "Perfect gingerbread", "cost": 1, - "weight": 0.05, - "release_date": "2022-12-13", - "examine": "A perfectly formed gingerbread.", "wiki_name": "Perfect gingerbread", "wiki_url": "https://oldschool.runescape.wiki/w/Perfect_gingerbread", "price": 0 @@ -289343,9 +257705,6 @@ "id": 27555, "name": "Broken gingerbread", "cost": 1, - "weight": 0.05, - "release_date": "2022-12-13", - "examine": "A legless gingerbread.", "wiki_name": "Broken gingerbread", "wiki_url": "https://oldschool.runescape.wiki/w/Broken_gingerbread", "price": 0 @@ -289354,9 +257713,6 @@ "id": 27556, "name": "Very broken gingerbread", "cost": 1, - "weight": 0.05, - "release_date": "2022-12-13", - "examine": "A headless gingerbread.", "wiki_name": "Very broken gingerbread", "wiki_url": "https://oldschool.runescape.wiki/w/Very_broken_gingerbread", "price": 0 @@ -289365,9 +257721,6 @@ "id": 27557, "name": "Shattered gingerbread", "cost": 1, - "weight": 0.05, - "release_date": "2022-12-13", - "examine": "Looks like someone has stepped on it.", "wiki_name": "Shattered gingerbread", "wiki_url": "https://oldschool.runescape.wiki/w/Shattered_gingerbread", "price": 0 @@ -289380,9 +257733,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.05, - "release_date": "2022-12-13", - "examine": "Better not fill this to the brim or I might be on the naughty list.", "wiki_name": "Sack of coal (Event)", "wiki_url": "https://oldschool.runescape.wiki/w/Sack_of_coal#Event", "equipment": { @@ -289409,9 +257759,6 @@ "id": 27559, "name": "Snowball", "cost": 1, - "weight": 0.03, - "release_date": "2022-12-13", - "examine": "Throw it.", "wiki_name": "Snowball (2022 Christmas event)", "wiki_url": "https://oldschool.runescape.wiki/w/Snowball_(2022_Christmas_event)", "price": 0 @@ -289420,9 +257767,6 @@ "id": 27560, "name": "Golden snowball", "cost": 1, - "weight": 0.05, - "release_date": "2022-12-13", - "examine": "Look's like it does alot of damage. Very yellow though.", "wiki_name": "Golden snowball", "wiki_url": "https://oldschool.runescape.wiki/w/Golden_snowball", "price": 0 @@ -289431,9 +257775,6 @@ "id": 27561, "name": "Light beer", "cost": 1, - "weight": 0.55, - "release_date": "2022-12-13", - "examine": "An ice cold glass of beer, without the side effects.", "wiki_name": "Light beer", "wiki_url": "https://oldschool.runescape.wiki/w/Light_beer", "price": 0 @@ -289442,9 +257783,6 @@ "id": 27562, "name": "Mulled pine", "cost": 1, - "weight": 0.55, - "release_date": "2022-12-13", - "examine": "Smells like a winter forest.", "wiki_name": "Mulled pine", "wiki_url": "https://oldschool.runescape.wiki/w/Mulled_pine", "price": 0 @@ -289453,9 +257791,6 @@ "id": 27563, "name": "Eggnog", "cost": 1, - "weight": 0.55, - "release_date": "2022-12-13", - "examine": "A sweet treat.", "wiki_name": "Eggnog", "wiki_url": "https://oldschool.runescape.wiki/w/Eggnog", "price": 0 @@ -289466,9 +257801,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.003, - "release_date": "2022-12-13", - "examine": "Be sure to check it twice.", "wiki_name": "Santa's list", "wiki_url": "https://oldschool.runescape.wiki/w/Santa's_list", "equipment": { @@ -289497,9 +257829,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.3, - "release_date": "2022-12-13", - "examine": "Looks very cosy!", "wiki_name": "Christmas jumper", "wiki_url": "https://oldschool.runescape.wiki/w/Christmas_jumper", "equipment": { @@ -289528,9 +257857,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.113, - "release_date": "2022-12-13", - "examine": "Festive, functional, and fashionable!", "wiki_name": "Snow goggles & hat", "wiki_url": "https://oldschool.runescape.wiki/w/Snow_goggles_&_hat", "equipment": { @@ -289561,9 +257887,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.05, - "release_date": "2022-12-13", - "examine": "Better not fill this to the brim or I might be on the naughty list.", "wiki_name": "Sack of coal (Reward)", "wiki_url": "https://oldschool.runescape.wiki/w/Sack_of_coal#Reward", "equipment": { @@ -289594,9 +257917,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2022-12-13", - "examine": "A festive nutcracker top.", "wiki_name": "Nutcracker top (Festive)", "wiki_url": "https://oldschool.runescape.wiki/w/Nutcracker_top#Festive", "equipment": { @@ -289627,9 +257947,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2022-12-13", - "examine": "Some festive nutcracker trousers.", "wiki_name": "Nutcracker trousers (Festive)", "wiki_url": "https://oldschool.runescape.wiki/w/Nutcracker_trousers#Festive", "equipment": { @@ -289660,9 +257977,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2022-12-13", - "examine": "A festive nutcracker hat.", "wiki_name": "Nutcracker hat (Festive)", "wiki_url": "https://oldschool.runescape.wiki/w/Nutcracker_hat#Festive", "equipment": { @@ -289693,9 +258007,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2022-12-13", - "examine": "Some festive nutcracker boots.", "wiki_name": "Nutcracker boots (Festive)", "wiki_url": "https://oldschool.runescape.wiki/w/Nutcracker_boots#Festive", "equipment": { @@ -289727,9 +258038,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2022-12-13", - "examine": "A festive nutcracker staff.", "wiki_name": "Nutcracker staff (Festive)", "wiki_url": "https://oldschool.runescape.wiki/w/Nutcracker_staff#Festive", "equipment": { @@ -289787,9 +258095,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2022-12-13", - "examine": "A sweet-themed nutcracker top.", "wiki_name": "Nutcracker top (Sweet)", "wiki_url": "https://oldschool.runescape.wiki/w/Nutcracker_top#Sweet", "equipment": { @@ -289820,9 +258125,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2022-12-13", - "examine": "Some sweet-themed nutcracker trousers.", "wiki_name": "Nutcracker trousers (Sweet)", "wiki_url": "https://oldschool.runescape.wiki/w/Nutcracker_trousers#Sweet", "equipment": { @@ -289853,9 +258155,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2022-12-13", - "examine": "A sweet-themed nutcracker hat.", "wiki_name": "Nutcracker hat (Sweet)", "wiki_url": "https://oldschool.runescape.wiki/w/Nutcracker_hat#Sweet", "equipment": { @@ -289886,9 +258185,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2022-12-13", - "examine": "Some sweet-themed nutcracker boots.", "wiki_name": "Nutcracker boots (Sweet)", "wiki_url": "https://oldschool.runescape.wiki/w/Nutcracker_boots#Sweet", "equipment": { @@ -289920,9 +258216,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2022-12-13", - "examine": "A sweet-themed nutcracker staff. Yum.", "wiki_name": "Nutcracker staff (Sweet)", "wiki_url": "https://oldschool.runescape.wiki/w/Nutcracker_staff#Sweet", "equipment": { @@ -289978,9 +258271,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.05, - "release_date": "2022-12-13", - "examine": "Awarded to those with the most Christmas spirit.", "wiki_name": "Festive games crown", "wiki_url": "https://oldschool.runescape.wiki/w/Festive_games_crown", "equipment": { @@ -290010,9 +258300,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2023-01-11", - "examine": "An oversized grub with arms.", "wiki_name": "Muphin (Ranged)", "wiki_url": "https://oldschool.runescape.wiki/w/Muphin#Ranged", "price": 0 @@ -290024,9 +258311,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2023-01-11", - "examine": "An oversized grub with arms.", "wiki_name": "Muphin (Melee)", "wiki_url": "https://oldschool.runescape.wiki/w/Muphin#Melee", "price": 0 @@ -290038,9 +258322,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2023-01-11", - "examine": "An oversized grub with arms.", "wiki_name": "Muphin (Shielded)", "wiki_url": "https://oldschool.runescape.wiki/w/Muphin#Shielded", "price": 0 @@ -290050,9 +258331,6 @@ "name": "Dusty scroll", "members": true, "cost": 30, - "weight": 0.003, - "release_date": "2023-01-11", - "examine": "A scroll with a sketch on it.", "wiki_name": "Dusty scroll (Secrets of the North)", "wiki_url": "https://oldschool.runescape.wiki/w/Dusty_scroll_(Secrets_of_the_North)", "price": 0 @@ -290062,9 +258340,6 @@ "name": "Tullia's letter", "members": true, "cost": 30, - "weight": 0.003, - "release_date": "2023-01-11", - "examine": "A letter written long ago.", "wiki_name": "Tullia's letter", "wiki_url": "https://oldschool.runescape.wiki/w/Tullia's_letter", "price": 0 @@ -290074,9 +258349,6 @@ "name": "Ancient map", "members": true, "cost": 30, - "weight": 0.003, - "release_date": "2023-01-11", - "examine": "A very old map.", "wiki_name": "Ancient map", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_map", "price": 0 @@ -290086,9 +258358,6 @@ "name": "Strange cipher", "members": true, "cost": 30, - "weight": 0.003, - "release_date": "2023-01-11", - "examine": "An odd cipher from long ago.", "wiki_name": "Strange cipher", "wiki_url": "https://oldschool.runescape.wiki/w/Strange_cipher", "price": 0 @@ -290098,9 +258367,6 @@ "name": "Strange list", "members": true, "cost": 30, - "weight": 0.003, - "release_date": "2023-01-11", - "examine": "An odd list from long ago.", "wiki_name": "Strange list", "wiki_url": "https://oldschool.runescape.wiki/w/Strange_list", "price": 0 @@ -290110,9 +258376,6 @@ "name": "Duke note", "members": true, "cost": 30, - "weight": 0.003, - "release_date": "2023-01-11", - "examine": "An old note about 'The Dukes'.", "wiki_name": "Duke note", "wiki_url": "https://oldschool.runescape.wiki/w/Duke_note", "price": 0 @@ -290122,9 +258385,6 @@ "name": "Numbers note", "members": true, "cost": 30, - "weight": 0.003, - "release_date": "2023-01-11", - "examine": "An old note with some numbers on.", "wiki_name": "Numbers note", "wiki_url": "https://oldschool.runescape.wiki/w/Numbers_note", "price": 0 @@ -290134,9 +258394,6 @@ "name": "Settlements note", "members": true, "cost": 30, - "weight": 0.003, - "release_date": "2023-01-11", - "examine": "An old note about some settlements.", "wiki_name": "Settlements note", "wiki_url": "https://oldschool.runescape.wiki/w/Settlements_note", "price": 0 @@ -290146,9 +258403,6 @@ "name": "Lever handle", "members": true, "cost": 30, - "weight": 1, - "release_date": "2023-01-11", - "examine": "The handle of a lever.", "wiki_name": "Lever handle", "wiki_url": "https://oldschool.runescape.wiki/w/Lever_handle", "price": 0 @@ -290158,9 +258412,6 @@ "name": "Icy chest", "members": true, "cost": 30, - "weight": 0.5, - "release_date": "2023-01-11", - "examine": "A small chest with a strange slot on the front.", "wiki_name": "Icy chest", "wiki_url": "https://oldschool.runescape.wiki/w/Icy_chest", "price": 0 @@ -290172,9 +258423,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.025, - "release_date": "2023-01-11", - "examine": "A shard from some sort of jewel.", "wiki_name": "Jewel shard (Pillar)", "wiki_url": "https://oldschool.runescape.wiki/w/Jewel_shard#Pillar", "price": 0 @@ -290186,9 +258434,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.025, - "release_date": "2023-01-11", - "examine": "A shard from some sort of jewel.", "wiki_name": "Jewel shard (Chest)", "wiki_url": "https://oldschool.runescape.wiki/w/Jewel_shard#Chest", "price": 0 @@ -290198,9 +258443,6 @@ "name": "Ancient jewel", "members": true, "cost": 30, - "weight": 0.05, - "release_date": "2023-01-11", - "examine": "A very old jewel.", "wiki_name": "Ancient jewel", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_jewel", "price": 0 @@ -290210,9 +258452,6 @@ "name": "Icy key", "members": true, "cost": 30, - "weight": 0.01, - "release_date": "2023-01-11", - "examine": "A very cold key.", "wiki_name": "Icy key", "wiki_url": "https://oldschool.runescape.wiki/w/Icy_key", "price": 0 @@ -290227,9 +258466,6 @@ "cost": 750000, "lowalch": 300000, "highalch": 450000, - "weight": 4.5, - "release_date": "2023-01-11", - "examine": "A bow used by hunters from a forgotten empire.", "wiki_name": "Venator bow (Charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Venator_bow#Charged", "equipment": { @@ -290294,9 +258530,6 @@ "cost": 750000, "lowalch": 300000, "highalch": 450000, - "weight": 4.5, - "release_date": "2023-01-11", - "examine": "A bow used by hunters from a forgotten empire.", "wiki_name": "Venator bow (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Venator_bow#Uncharged", "equipment": { @@ -290357,8 +258590,6 @@ "lowalch": 60000, "highalch": 90000, "buy_limit": 8, - "release_date": "2023-01-11", - "examine": "A broken shard of an ancient weapon.", "wiki_name": "Venator shard", "wiki_url": "https://oldschool.runescape.wiki/w/Venator_shard", "price": 13397627 @@ -290374,8 +258605,6 @@ "lowalch": 11, "highalch": 16, "buy_limit": 300000, - "release_date": "2023-01-11", - "examine": "Pure magical energy filled with a dark power.", "wiki_name": "Ancient essence", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_essence", "price": 9 @@ -290387,9 +258616,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.489, - "release_date": "2023-01-11", - "examine": "Loot that has been frozen in time.", "wiki_name": "Frozen cache", "wiki_url": "https://oldschool.runescape.wiki/w/Frozen_cache", "price": 0 @@ -290404,9 +258630,6 @@ "cost": 211000, "lowalch": 84400, "highalch": 126600, - "weight": 2.267, - "release_date": "2023-01-11", - "examine": "A very old and powerful stick.", "wiki_name": "Ancient sceptre (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_sceptre#Normal", "equipment": { @@ -290484,9 +258707,6 @@ "cost": 211000, "lowalch": 84400, "highalch": 126600, - "weight": 2.267, - "release_date": "2023-01-11", - "examine": "A very old and powerful stick.", "wiki_name": "Ancient sceptre (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_sceptre#Locked", "equipment": { @@ -290555,9 +258775,6 @@ "name": "Ancient icon", "members": true, "cost": 100000, - "weight": 0.02, - "release_date": "2023-01-11", - "examine": "A mysterious icon of ancient origin.", "wiki_name": "Ancient icon", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_icon", "price": 0 @@ -290572,10 +258789,7 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.035, "buy_limit": 2000, - "release_date": "2023-01-11", - "examine": "4 doses of forgotten brew.", "wiki_name": "Forgotten brew (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Forgotten_brew#4_dose", "price": 7400 @@ -290590,9 +258804,6 @@ "cost": 150, "lowalch": 60, "highalch": 90, - "weight": 0.035, - "release_date": "2023-01-11", - "examine": "3 doses of forgotten brew.", "wiki_name": "Forgotten brew (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Forgotten_brew#3_dose", "price": 3247 @@ -290607,9 +258818,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.035, - "release_date": "2023-01-11", - "examine": "2 doses of forgotten brew.", "wiki_name": "Forgotten brew (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Forgotten_brew#2_dose", "price": 2370 @@ -290624,9 +258832,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.035, - "release_date": "2023-01-11", - "examine": "1 dose of forgotten brew.", "wiki_name": "Forgotten brew (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Forgotten_brew#1_dose", "price": 1820 @@ -290641,10 +258846,7 @@ "cost": 600000, "lowalch": 240000, "highalch": 360000, - "weight": 0.45, "buy_limit": 8, - "release_date": "2023-01-11", - "examine": "This heart holds an ancient magical power within.", "wiki_name": "Saturated heart", "wiki_url": "https://oldschool.runescape.wiki/w/Saturated_heart", "price": 113983888 @@ -290654,9 +258856,6 @@ "name": "Charged ice", "members": true, "cost": 10000, - "weight": 0.19, - "release_date": "2023-01-11", - "examine": "Essence of the Phantom Muspah's alternate forms.", "wiki_name": "Charged ice", "wiki_url": "https://oldschool.runescape.wiki/w/Charged_ice", "price": 0 @@ -290671,9 +258870,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.1, - "release_date": "2023-01-18", - "examine": "You gotta really put your heart into throwing these things.", "wiki_name": "Mystic cards", "wiki_url": "https://oldschool.runescape.wiki/w/Mystic_cards", "equipment": { @@ -290730,9 +258926,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2023-01-25", - "examine": "Vacuum proof.", "wiki_name": "Venenatis spiderling (Retro)", "wiki_url": "https://oldschool.runescape.wiki/w/Venenatis_spiderling#Retro", "price": 0 @@ -290744,9 +258937,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2023-01-25", - "examine": "I wouldn't want to eat his Porridge.", "wiki_name": "Callisto cub (Retro)", "wiki_url": "https://oldschool.runescape.wiki/w/Callisto_cub#Retro", "price": 0 @@ -290758,9 +258948,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2023-01-25", - "examine": "Only the true lord & king of the lands can lift his burden.", "wiki_name": "Vet'ion jr. (Normal (retro))", "wiki_url": "https://oldschool.runescape.wiki/w/Vet'ion_jr.#Normal_(retro)", "price": 0 @@ -290772,9 +258959,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2023-01-25", - "examine": "Only the true lord & king of the lands can lift his burden.", "wiki_name": "Vet'ion jr. (Enraged (retro))", "wiki_url": "https://oldschool.runescape.wiki/w/Vet'ion_jr.#Enraged_(retro)", "price": 0 @@ -290792,9 +258976,6 @@ "cost": 175000, "lowalch": 70000, "highalch": 105000, - "weight": 3.175, - "release_date": "2023-01-25", - "examine": "A bow of a follower of Armadyl, corrupted by the power of Venenatis.", "wiki_name": "Webweaver bow (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Webweaver_bow#Uncharged", "equipment": { @@ -290854,9 +259035,6 @@ "cost": 175000, "lowalch": 70000, "highalch": 105000, - "weight": 3.175, - "release_date": "2023-01-25", - "examine": "A bow of a follower of Armadyl, corrupted by the power of Venenatis.", "wiki_name": "Webweaver bow (Charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Webweaver_bow#Charged", "equipment": { @@ -290921,10 +259099,7 @@ "cost": 175000, "lowalch": 70000, "highalch": 105000, - "weight": 2, "buy_limit": 8, - "release_date": "2023-01-25", - "examine": "An ancient and peculiar chainmace, corrupted by the power of Callisto.", "wiki_name": "Ursine chainmace (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Ursine_chainmace#Uncharged", "equipment": { @@ -290991,9 +259166,6 @@ "cost": 175000, "lowalch": 70000, "highalch": 105000, - "weight": 2, - "release_date": "2023-01-25", - "examine": "An ancient and peculiar chainmace, corrupted by the power of Callisto.", "wiki_name": "Ursine chainmace (Charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Ursine_chainmace#Charged", "equipment": { @@ -291063,9 +259235,6 @@ "cost": 175000, "lowalch": 70000, "highalch": 105000, - "weight": 0.198, - "release_date": "2023-01-25", - "examine": "A mighty sceptre from long forgotten battles, corrupted by the power of Vet'ion.", "wiki_name": "Accursed sceptre (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Accursed_sceptre#Uncharged", "equipment": { @@ -291125,9 +259294,6 @@ "cost": 175000, "lowalch": 70000, "highalch": 105000, - "weight": 0.198, - "release_date": "2023-01-25", - "examine": "A mighty sceptre from long forgotten battles, corrupted by the power of Vet'ion.", "wiki_name": "Accursed sceptre (Charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Accursed_sceptre#Charged", "equipment": { @@ -291189,9 +259355,6 @@ "cost": 80000, "lowalch": 32000, "highalch": 48000, - "weight": 2, - "release_date": "2023-01-25", - "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": 85204 @@ -291206,10 +259369,7 @@ "cost": 80000, "lowalch": 32000, "highalch": 48000, - "weight": 2, "buy_limit": 8, - "release_date": "2023-01-25", - "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": 91891 @@ -291224,10 +259384,7 @@ "cost": 80000, "lowalch": 32000, "highalch": 48000, - "weight": 2, "buy_limit": 8, - "release_date": "2023-01-25", - "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": 121830 @@ -291245,9 +259402,6 @@ "cost": 120000, "lowalch": 48000, "highalch": 72000, - "weight": 0.198, - "release_date": "2023-01-25", - "examine": "A mighty sceptre used in long forgotten battles.", "wiki_name": "Accursed sceptre (a) (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Accursed_sceptre_(a)#Uncharged", "equipment": { @@ -291321,9 +259475,6 @@ "cost": 120000, "lowalch": 48000, "highalch": 72000, - "weight": 0.198, - "release_date": "2023-01-25", - "examine": "A mighty sceptre used in long forgotten battles.", "wiki_name": "Accursed sceptre (a) (Charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Accursed_sceptre_(a)#Charged", "equipment": { @@ -291397,9 +259548,6 @@ "cost": 800000, "lowalch": 320000, "highalch": 480000, - "weight": 0.514, - "release_date": "2023-01-25", - "examine": "The hilt of a broken sword.", "wiki_name": "Voidwaker hilt", "wiki_url": "https://oldschool.runescape.wiki/w/Voidwaker_hilt", "price": 32967801 @@ -291414,9 +259562,6 @@ "cost": 800000, "lowalch": 320000, "highalch": 480000, - "weight": 0.9, - "release_date": "2023-01-25", - "examine": "The blade of a broken sword.", "wiki_name": "Voidwaker blade", "wiki_url": "https://oldschool.runescape.wiki/w/Voidwaker_blade", "price": 24555389 @@ -291431,9 +259576,6 @@ "cost": 800000, "lowalch": 320000, "highalch": 480000, - "weight": 0.3, - "release_date": "2023-01-25", - "examine": "The gem of a broken sword.", "wiki_name": "Voidwaker gem", "wiki_url": "https://oldschool.runescape.wiki/w/Voidwaker_gem", "price": 30009755 @@ -291451,10 +259593,7 @@ "cost": 2000000, "lowalch": 800000, "highalch": 1200000, - "weight": 1.814, "buy_limit": 70, - "release_date": "2023-01-25", - "examine": "A truly fearsome weapon.", "wiki_name": "Voidwaker", "wiki_url": "https://oldschool.runescape.wiki/w/Voidwaker", "equipment": { @@ -291518,9 +259657,6 @@ "name": "Ore pack", "members": true, "cost": 40, - "weight": 1, - "release_date": "2023-01-25", - "examine": "Filled to the brim with ore.", "wiki_name": "Ore pack (Volcanic Mine)", "wiki_url": "https://oldschool.runescape.wiki/w/Ore_pack_(Volcanic_Mine)", "price": 0 @@ -291532,9 +259668,6 @@ "cost": 500000, "lowalch": 200000, "highalch": 300000, - "weight": 2, - "release_date": "2023-01-25", - "examine": "I found this in an ore pack. Maybe Petrified Pete can help me with it.", "wiki_name": "Dragon pickaxe (broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_pickaxe_(broken)", "price": 0 @@ -291548,9 +259681,6 @@ "cost": 1500000, "lowalch": 600000, "highalch": 900000, - "weight": 2, - "release_date": "2023-02-08", - "examine": "Sturdier than it looks.", "wiki_name": "Crystal body (Hefin) (Active)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_body_(Hefin)#Active", "equipment": { @@ -291582,9 +259712,6 @@ "cost": 1500000, "lowalch": 600000, "highalch": 900000, - "weight": 2, - "release_date": "2023-02-08", - "examine": "Sturdier than it looks.", "wiki_name": "Crystal body (Hefin) (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_body_(Hefin)#Inactive", "equipment": { @@ -291616,9 +259743,6 @@ "cost": 1000000, "lowalch": 400000, "highalch": 600000, - "weight": 1, - "release_date": "2023-02-08", - "examine": "A bright, shiny set of leg armour.", "wiki_name": "Crystal legs (Hefin) (Active)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_legs_(Hefin)#Active", "equipment": { @@ -291650,9 +259774,6 @@ "cost": 1000000, "lowalch": 400000, "highalch": 600000, - "weight": 1, - "release_date": "2023-02-08", - "examine": "A bright, shiny set of leg armour.", "wiki_name": "Crystal legs (Hefin) (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_legs_(Hefin)#Inactive", "equipment": { @@ -291684,9 +259805,6 @@ "cost": 500000, "lowalch": 200000, "highalch": 300000, - "weight": 0.5, - "release_date": "2023-02-08", - "examine": "This helmet shines bright, like a diamond.", "wiki_name": "Crystal helm (Hefin) (Active)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_helm_(Hefin)#Active", "equipment": { @@ -291718,9 +259836,6 @@ "cost": 500000, "lowalch": 200000, "highalch": 300000, - "weight": 0.5, - "release_date": "2023-02-08", - "examine": "This helmet shines bright, like a diamond.", "wiki_name": "Crystal helm (Hefin) (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_helm_(Hefin)#Inactive", "equipment": { @@ -291752,9 +259867,6 @@ "cost": 1500000, "lowalch": 600000, "highalch": 900000, - "weight": 2, - "release_date": "2023-02-08", - "examine": "Sturdier than it looks.", "wiki_name": "Crystal body (Ithell) (Active)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_body_(Ithell)#Active", "equipment": { @@ -291786,9 +259898,6 @@ "cost": 1500000, "lowalch": 600000, "highalch": 900000, - "weight": 2, - "release_date": "2023-02-08", - "examine": "Sturdier than it looks.", "wiki_name": "Crystal body (Ithell) (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_body_(Ithell)#Inactive", "equipment": { @@ -291820,9 +259929,6 @@ "cost": 1000000, "lowalch": 400000, "highalch": 600000, - "weight": 1, - "release_date": "2023-02-08", - "examine": "A bright, shiny set of leg armour.", "wiki_name": "Crystal legs (Ithell) (Active)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_legs_(Ithell)#Active", "equipment": { @@ -291854,9 +259960,6 @@ "cost": 1000000, "lowalch": 400000, "highalch": 600000, - "weight": 1, - "release_date": "2023-02-08", - "examine": "A bright, shiny set of leg armour.", "wiki_name": "Crystal legs (Ithell) (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_legs_(Ithell)#Inactive", "equipment": { @@ -291888,9 +259991,6 @@ "cost": 500000, "lowalch": 200000, "highalch": 300000, - "weight": 0.5, - "release_date": "2023-02-08", - "examine": "This helmet shines bright, like a diamond.", "wiki_name": "Crystal helm (Ithell) (Active)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_helm_(Ithell)#Active", "equipment": { @@ -291922,9 +260022,6 @@ "cost": 500000, "lowalch": 200000, "highalch": 300000, - "weight": 0.5, - "release_date": "2023-02-08", - "examine": "This helmet shines bright, like a diamond.", "wiki_name": "Crystal helm (Ithell) (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_helm_(Ithell)#Inactive", "equipment": { @@ -291956,9 +260053,6 @@ "cost": 1500000, "lowalch": 600000, "highalch": 900000, - "weight": 2, - "release_date": "2023-02-08", - "examine": "Sturdier than it looks.", "wiki_name": "Crystal body (Iorwerth) (Active)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_body_(Iorwerth)#Active", "equipment": { @@ -291990,9 +260084,6 @@ "cost": 1500000, "lowalch": 600000, "highalch": 900000, - "weight": 2, - "release_date": "2023-02-08", - "examine": "Sturdier than it looks.", "wiki_name": "Crystal body (Iorwerth) (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_body_(Iorwerth)#Inactive", "equipment": { @@ -292024,9 +260115,6 @@ "cost": 1000000, "lowalch": 400000, "highalch": 600000, - "weight": 1, - "release_date": "2023-02-08", - "examine": "A bright, shiny set of leg armour.", "wiki_name": "Crystal legs (Iorwerth) (Active)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_legs_(Iorwerth)#Active", "equipment": { @@ -292058,9 +260146,6 @@ "cost": 1000000, "lowalch": 400000, "highalch": 600000, - "weight": 1, - "release_date": "2023-02-08", - "examine": "A bright, shiny set of leg armour.", "wiki_name": "Crystal legs (Iorwerth) (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_legs_(Iorwerth)#Inactive", "equipment": { @@ -292092,9 +260177,6 @@ "cost": 500000, "lowalch": 200000, "highalch": 300000, - "weight": 0.5, - "release_date": "2023-02-08", - "examine": "This helmet shines bright, like a diamond.", "wiki_name": "Crystal helm (Iorwerth) (Active)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_helm_(Iorwerth)#Active", "equipment": { @@ -292126,9 +260208,6 @@ "cost": 500000, "lowalch": 200000, "highalch": 300000, - "weight": 0.5, - "release_date": "2023-02-08", - "examine": "This helmet shines bright, like a diamond.", "wiki_name": "Crystal helm (Iorwerth) (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_helm_(Iorwerth)#Inactive", "equipment": { @@ -292160,9 +260239,6 @@ "cost": 1500000, "lowalch": 600000, "highalch": 900000, - "weight": 2, - "release_date": "2023-02-08", - "examine": "Sturdier than it looks.", "wiki_name": "Crystal body (Trahaearn) (Active)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_body_(Trahaearn)#Active", "equipment": { @@ -292194,9 +260270,6 @@ "cost": 1500000, "lowalch": 600000, "highalch": 900000, - "weight": 2, - "release_date": "2023-02-08", - "examine": "Sturdier than it looks.", "wiki_name": "Crystal body (Trahaearn) (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_body_(Trahaearn)#Inactive", "equipment": { @@ -292228,9 +260301,6 @@ "cost": 1000000, "lowalch": 400000, "highalch": 600000, - "weight": 1, - "release_date": "2023-02-08", - "examine": "A bright, shiny set of leg armour.", "wiki_name": "Crystal legs (Trahaearn) (Active)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_legs_(Trahaearn)#Active", "equipment": { @@ -292262,9 +260332,6 @@ "cost": 1000000, "lowalch": 400000, "highalch": 600000, - "weight": 1, - "release_date": "2023-02-08", - "examine": "A bright, shiny set of leg armour.", "wiki_name": "Crystal legs (Trahaearn) (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_legs_(Trahaearn)#Inactive", "equipment": { @@ -292296,9 +260363,6 @@ "cost": 500000, "lowalch": 200000, "highalch": 300000, - "weight": 0.5, - "release_date": "2023-02-08", - "examine": "This helmet shines bright, like a diamond.", "wiki_name": "Crystal helm (Trahaearn) (Active)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_helm_(Trahaearn)#Active", "equipment": { @@ -292330,9 +260394,6 @@ "cost": 500000, "lowalch": 200000, "highalch": 300000, - "weight": 0.5, - "release_date": "2023-02-08", - "examine": "This helmet shines bright, like a diamond.", "wiki_name": "Crystal helm (Trahaearn) (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_helm_(Trahaearn)#Inactive", "equipment": { @@ -292364,9 +260425,6 @@ "cost": 1500000, "lowalch": 600000, "highalch": 900000, - "weight": 2, - "release_date": "2023-02-08", - "examine": "Sturdier than it looks.", "wiki_name": "Crystal body (Cadarn) (Active)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_body_(Cadarn)#Active", "equipment": { @@ -292398,9 +260456,6 @@ "cost": 1500000, "lowalch": 600000, "highalch": 900000, - "weight": 2, - "release_date": "2023-02-08", - "examine": "Sturdier than it looks.", "wiki_name": "Crystal body (Cadarn) (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_body_(Cadarn)#Inactive", "equipment": { @@ -292432,9 +260487,6 @@ "cost": 1000000, "lowalch": 400000, "highalch": 600000, - "weight": 1, - "release_date": "2023-02-08", - "examine": "A bright, shiny set of leg armour.", "wiki_name": "Crystal legs (Cadarn) (Active)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_legs_(Cadarn)#Active", "equipment": { @@ -292466,9 +260518,6 @@ "cost": 1000000, "lowalch": 400000, "highalch": 600000, - "weight": 1, - "release_date": "2023-02-08", - "examine": "A bright, shiny set of leg armour.", "wiki_name": "Crystal legs (Cadarn) (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_legs_(Cadarn)#Inactive", "equipment": { @@ -292500,9 +260549,6 @@ "cost": 500000, "lowalch": 200000, "highalch": 300000, - "weight": 0.5, - "release_date": "2023-02-08", - "examine": "This helmet shines bright, like a diamond.", "wiki_name": "Crystal helm (Cadarn) (Active)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_helm_(Cadarn)#Active", "equipment": { @@ -292534,9 +260580,6 @@ "cost": 500000, "lowalch": 200000, "highalch": 300000, - "weight": 0.5, - "release_date": "2023-02-08", - "examine": "This helmet shines bright, like a diamond.", "wiki_name": "Crystal helm (Cadarn) (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_helm_(Cadarn)#Inactive", "equipment": { @@ -292568,9 +260611,6 @@ "cost": 1500000, "lowalch": 600000, "highalch": 900000, - "weight": 2, - "release_date": "2023-02-08", - "examine": "Sturdier than it looks.", "wiki_name": "Crystal body (Crwys) (Active)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_body_(Crwys)#Active", "equipment": { @@ -292602,9 +260642,6 @@ "cost": 1500000, "lowalch": 600000, "highalch": 900000, - "weight": 2, - "release_date": "2023-02-08", - "examine": "Sturdier than it looks.", "wiki_name": "Crystal body (Crwys) (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_body_(Crwys)#Inactive", "equipment": { @@ -292636,9 +260673,6 @@ "cost": 1000000, "lowalch": 400000, "highalch": 600000, - "weight": 1, - "release_date": "2023-02-08", - "examine": "A bright, shiny set of leg armour.", "wiki_name": "Crystal legs (Crwys) (Active)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_legs_(Crwys)#Active", "equipment": { @@ -292670,9 +260704,6 @@ "cost": 1000000, "lowalch": 400000, "highalch": 600000, - "weight": 1, - "release_date": "2023-02-08", - "examine": "A bright, shiny set of leg armour.", "wiki_name": "Crystal legs (Crwys) (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_legs_(Crwys)#Inactive", "equipment": { @@ -292704,9 +260735,6 @@ "cost": 500000, "lowalch": 200000, "highalch": 300000, - "weight": 0.5, - "release_date": "2023-02-08", - "examine": "This helmet shines bright, like a diamond.", "wiki_name": "Crystal helm (Crwys) (Active)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_helm_(Crwys)#Active", "equipment": { @@ -292738,9 +260766,6 @@ "cost": 500000, "lowalch": 200000, "highalch": 300000, - "weight": 0.5, - "release_date": "2023-02-08", - "examine": "This helmet shines bright, like a diamond.", "wiki_name": "Crystal helm (Crwys) (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_helm_(Crwys)#Inactive", "equipment": { @@ -292772,9 +260797,6 @@ "cost": 1500000, "lowalch": 600000, "highalch": 900000, - "weight": 2, - "release_date": "2023-02-08", - "examine": "Sturdier than it looks.", "wiki_name": "Crystal body (Amlodd) (Active)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_body_(Amlodd)#Active", "equipment": { @@ -292806,9 +260828,6 @@ "cost": 1500000, "lowalch": 600000, "highalch": 900000, - "weight": 2, - "release_date": "2023-02-08", - "examine": "Sturdier than it looks.", "wiki_name": "Crystal body (Amlodd) (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_body_(Amlodd)#Inactive", "equipment": { @@ -292840,9 +260859,6 @@ "cost": 1000000, "lowalch": 400000, "highalch": 600000, - "weight": 1, - "release_date": "2023-02-08", - "examine": "A bright, shiny set of leg armour.", "wiki_name": "Crystal legs (Amlodd) (Active)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_legs_(Amlodd)#Active", "equipment": { @@ -292874,9 +260890,6 @@ "cost": 1000000, "lowalch": 400000, "highalch": 600000, - "weight": 1, - "release_date": "2023-02-08", - "examine": "A bright, shiny set of leg armour.", "wiki_name": "Crystal legs (Amlodd) (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_legs_(Amlodd)#Inactive", "equipment": { @@ -292908,9 +260921,6 @@ "cost": 500000, "lowalch": 200000, "highalch": 300000, - "weight": 0.5, - "release_date": "2023-02-08", - "examine": "This helmet shines bright, like a diamond.", "wiki_name": "Crystal helm (Amlodd) (Active)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_helm_(Amlodd)#Active", "equipment": { @@ -292942,9 +260952,6 @@ "cost": 500000, "lowalch": 200000, "highalch": 300000, - "weight": 0.5, - "release_date": "2023-02-08", - "examine": "This helmet shines bright, like a diamond.", "wiki_name": "Crystal helm (Amlodd) (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_helm_(Amlodd)#Inactive", "equipment": { @@ -292975,9 +260982,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 50, - "weight": 1.5, - "release_date": "2023-03-22", - "examine": "A diamond trophy to show your speedrunning prowess.", "wiki_name": "Diamond speedrun trophy", "wiki_url": "https://oldschool.runescape.wiki/w/Diamond_speedrun_trophy", "equipment": { @@ -293040,10 +261044,7 @@ "cost": 120000, "lowalch": 48000, "highalch": 72000, - "weight": 0.198, "buy_limit": 8, - "release_date": "2023-02-08", - "examine": "A mighty sceptre used in long forgotten battles.", "wiki_name": "Thammaron's sceptre (a) (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Thammaron's_sceptre_(a)#Uncharged", "equipment": { @@ -293117,9 +261118,6 @@ "cost": 120000, "lowalch": 48000, "highalch": 72000, - "weight": 0.198, - "release_date": "2023-02-08", - "examine": "A mighty sceptre used in long forgotten battles.", "wiki_name": "Thammaron's sceptre (a) (Charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Thammaron's_sceptre_(a)#Charged", "equipment": { @@ -293191,8 +261189,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "release_date": "2023-02-15", - "examine": "Deadly but compact.", "wiki_name": "Nightshade", "wiki_url": "https://oldschool.runescape.wiki/w/Nightshade", "price": 0 @@ -293203,9 +261199,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.05, - "release_date": "2023-02-22", - "examine": "Wait...who's wearing who in this situation?!", "wiki_name": "Gnome child backpack", "wiki_url": "https://oldschool.runescape.wiki/w/Gnome_child_backpack", "equipment": { @@ -293234,9 +261227,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.25, - "release_date": "2023-02-22", - "examine": "Fashionable and delicious.", "wiki_name": "Cake hat", "wiki_url": "https://oldschool.runescape.wiki/w/Cake_hat", "equipment": { @@ -293265,9 +261255,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.2, - "release_date": "2023-02-22", - "examine": "No cats were harmed in the making of these slippers.", "wiki_name": "Bob the cat slippers", "wiki_url": "https://oldschool.runescape.wiki/w/Bob_the_cat_slippers", "equipment": { @@ -293296,9 +261283,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.2, - "release_date": "2023-02-22", - "examine": "Look out, here comes ToesTok-Jad!", "wiki_name": "Jad slippers", "wiki_url": "https://oldschool.runescape.wiki/w/Jad_slippers", "equipment": { @@ -293328,9 +261312,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 1, - "weight": 1.5, - "release_date": "2023-02-22", - "examine": "A candle lit by the fire of a dragon.", "wiki_name": "Dragon candle dagger", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_candle_dagger", "equipment": { @@ -293386,9 +261367,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.003, - "release_date": "2023-02-22", - "examine": "A cape made from a certain red and gold banner...where have I seen this before?", "wiki_name": "10th birthday cape", "wiki_url": "https://oldschool.runescape.wiki/w/10th_birthday_cape", "equipment": { @@ -293417,9 +261395,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.001, - "release_date": "2023-02-22", - "examine": "An adorable plushy based on a familiar face!", "wiki_name": "Jad plush", "wiki_url": "https://oldschool.runescape.wiki/w/Jad_plush", "equipment": { @@ -293448,9 +261423,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.001, - "release_date": "2023-02-22", - "examine": "An adorable plushy based on a familiar face!", "wiki_name": "Stray dog plush", "wiki_url": "https://oldschool.runescape.wiki/w/Stray_dog_plush", "equipment": { @@ -293479,9 +261451,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.001, - "release_date": "2023-02-22", - "examine": "An adorable plushy based on a familiar face!", "wiki_name": "Gnome child plush", "wiki_url": "https://oldschool.runescape.wiki/w/Gnome_child_plush", "equipment": { @@ -293511,8 +261480,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 0, - "release_date": "2023-02-22", - "examine": "Double digits!", "wiki_name": "10th birthday balloons", "wiki_url": "https://oldschool.runescape.wiki/w/10th_birthday_balloons", "equipment": { @@ -293570,9 +261537,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2023-02-22", - "examine": "A cosy piece of Oldschool memorabilia!", "wiki_name": "Oldschool jumper", "wiki_url": "https://oldschool.runescape.wiki/w/Oldschool_jumper", "equipment": { @@ -293601,9 +261565,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.056, - "release_date": "2023-02-22", - "examine": "A nice silver hat commemorating 10 years of Oldschool!", "wiki_name": "Silver partyhat", "wiki_url": "https://oldschool.runescape.wiki/w/Silver_partyhat", "equipment": { @@ -293635,9 +261596,6 @@ "cost": 500000, "lowalch": 200000, "highalch": 300000, - "weight": 6.803, - "release_date": "2023-05-24", - "examine": "A powerful chainbody.", "wiki_name": "Vesta's chainbody (bh) (Activated)", "wiki_url": "https://oldschool.runescape.wiki/w/Vesta's_chainbody_(bh)#Activated", "equipment": { @@ -293669,9 +261627,6 @@ "cost": 500000, "lowalch": 200000, "highalch": 300000, - "weight": 8.164, - "release_date": "2023-05-24", - "examine": "A powerful plateskirt.", "wiki_name": "Vesta's plateskirt (bh) (Activated)", "wiki_url": "https://oldschool.runescape.wiki/w/Vesta's_plateskirt_(bh)#Activated", "equipment": { @@ -293703,9 +261658,6 @@ "cost": 250000, "lowalch": 100000, "highalch": 150000, - "weight": 2.721, - "release_date": "2023-05-24", - "examine": "A powerful helmet.", "wiki_name": "Statius's full helm (bh) (Activated)", "wiki_url": "https://oldschool.runescape.wiki/w/Statius's_full_helm_(bh)#Activated", "equipment": { @@ -293737,9 +261689,6 @@ "cost": 500000, "lowalch": 200000, "highalch": 300000, - "weight": 9.979, - "release_date": "2023-05-24", - "examine": "A powerful platebody.", "wiki_name": "Statius's platebody (bh) (Activated)", "wiki_url": "https://oldschool.runescape.wiki/w/Statius's_platebody_(bh)#Activated", "equipment": { @@ -293771,9 +261720,6 @@ "cost": 500000, "lowalch": 200000, "highalch": 300000, - "weight": 9.071, - "release_date": "2023-05-24", - "examine": "A powerful pair of platelegs.", "wiki_name": "Statius's platelegs (bh) (Activated)", "wiki_url": "https://oldschool.runescape.wiki/w/Statius's_platelegs_(bh)#Activated", "equipment": { @@ -293805,9 +261751,6 @@ "cost": 250000, "lowalch": 100000, "highalch": 150000, - "weight": 0.907, - "release_date": "2023-05-24", - "examine": "A powerful coif.", "wiki_name": "Morrigan's coif (bh) (Activated)", "wiki_url": "https://oldschool.runescape.wiki/w/Morrigan's_coif_(bh)#Activated", "equipment": { @@ -293839,9 +261782,6 @@ "cost": 500000, "lowalch": 200000, "highalch": 300000, - "weight": 6.803, - "release_date": "2023-05-24", - "examine": "A powerful leather body.", "wiki_name": "Morrigan's leather body (bh) (Activated)", "wiki_url": "https://oldschool.runescape.wiki/w/Morrigan's_leather_body_(bh)#Activated", "equipment": { @@ -293873,9 +261813,6 @@ "cost": 500000, "lowalch": 200000, "highalch": 300000, - "weight": 5.443, - "release_date": "2023-05-24", - "examine": "A powerful pair of leather chaps.", "wiki_name": "Morrigan's leather chaps (bh) (Activated)", "wiki_url": "https://oldschool.runescape.wiki/w/Morrigan's_leather_chaps_(bh)#Activated", "equipment": { @@ -293907,9 +261844,6 @@ "cost": 250000, "lowalch": 100000, "highalch": 150000, - "weight": 0.907, - "release_date": "2023-05-24", - "examine": "A powerful hood.", "wiki_name": "Zuriel's hood (bh) (Activated)", "wiki_url": "https://oldschool.runescape.wiki/w/Zuriel's_hood_(bh)#Activated", "equipment": { @@ -293941,9 +261875,6 @@ "cost": 500000, "lowalch": 200000, "highalch": 300000, - "weight": 4.535, - "release_date": "2023-05-24", - "examine": "A powerful robe top.", "wiki_name": "Zuriel's robe top (bh) (Activated)", "wiki_url": "https://oldschool.runescape.wiki/w/Zuriel's_robe_top_(bh)#Activated", "equipment": { @@ -293975,9 +261906,6 @@ "cost": 500000, "lowalch": 200000, "highalch": 300000, - "weight": 5.443, - "release_date": "2023-05-24", - "examine": "A powerful robe bottom.", "wiki_name": "Zuriel's robe bottom (bh) (Activated)", "wiki_url": "https://oldschool.runescape.wiki/w/Zuriel's_robe_bottom_(bh)#Activated", "equipment": { @@ -294009,9 +261937,6 @@ "cost": 500000, "lowalch": 200000, "highalch": 300000, - "weight": 6.803, - "release_date": "2023-05-24", - "examine": "A powerful chainbody.", "wiki_name": "Corrupted vesta's chainbody (bh) (Activated)", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_vesta's_chainbody_(bh)#Activated", "equipment": { @@ -294043,9 +261968,6 @@ "cost": 500000, "lowalch": 200000, "highalch": 300000, - "weight": 8.164, - "release_date": "2023-05-24", - "examine": "A powerful plateskirt.", "wiki_name": "Corrupted vesta's plateskirt (bh) (Activated)", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_vesta's_plateskirt_(bh)#Activated", "equipment": { @@ -294077,9 +261999,6 @@ "cost": 250000, "lowalch": 100000, "highalch": 150000, - "weight": 2.721, - "release_date": "2023-05-24", - "examine": "A powerful helmet.", "wiki_name": "Corrupted statius's full helm (bh) (Activated)", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_statius's_full_helm_(bh)#Activated", "equipment": { @@ -294111,9 +262030,6 @@ "cost": 500000, "lowalch": 200000, "highalch": 300000, - "weight": 9.979, - "release_date": "2023-05-24", - "examine": "A powerful platebody.", "wiki_name": "Corrupted statius's platebody (bh) (Activated)", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_statius's_platebody_(bh)#Activated", "equipment": { @@ -294145,9 +262061,6 @@ "cost": 500000, "lowalch": 200000, "highalch": 300000, - "weight": 9.071, - "release_date": "2023-05-24", - "examine": "A powerful pair of platelegs.", "wiki_name": "Corrupted statius's platelegs (bh) (Activated)", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_statius's_platelegs_(bh)#Activated", "equipment": { @@ -294179,9 +262092,6 @@ "cost": 250000, "lowalch": 100000, "highalch": 150000, - "weight": 0.907, - "release_date": "2023-05-24", - "examine": "A powerful coif.", "wiki_name": "Corrupted morrigan's coif (bh) (Activated)", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_morrigan's_coif_(bh)#Activated", "equipment": { @@ -294213,9 +262123,6 @@ "cost": 500000, "lowalch": 200000, "highalch": 300000, - "weight": 6.803, - "release_date": "2023-05-24", - "examine": "A powerful leather body.", "wiki_name": "Corrupted morrigan's leather body (bh) (Activated)", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_morrigan's_leather_body_(bh)#Activated", "equipment": { @@ -294247,9 +262154,6 @@ "cost": 500000, "lowalch": 200000, "highalch": 300000, - "weight": 5.443, - "release_date": "2023-05-24", - "examine": "A powerful pair of leather chaps.", "wiki_name": "Corrupted morrigan's leather chaps (bh) (Activated)", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_morrigan's_leather_chaps_(bh)#Activated", "equipment": { @@ -294281,9 +262185,6 @@ "cost": 250000, "lowalch": 100000, "highalch": 150000, - "weight": 0.907, - "release_date": "2023-05-24", - "examine": "A powerful hood.", "wiki_name": "Corrupted zuriel's hood (bh) (Activated)", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_zuriel's_hood_(bh)#Activated", "equipment": { @@ -294315,9 +262216,6 @@ "cost": 500000, "lowalch": 200000, "highalch": 300000, - "weight": 4.535, - "release_date": "2023-05-24", - "examine": "A powerful robe top.", "wiki_name": "Corrupted zuriel's robe top (bh) (Activated)", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_zuriel's_robe_top_(bh)#Activated", "equipment": { @@ -294349,9 +262247,6 @@ "cost": 500000, "lowalch": 200000, "highalch": 300000, - "weight": 5.443, - "release_date": "2023-05-24", - "examine": "A powerful robe bottom.", "wiki_name": "Corrupted zuriel's robe bottom (bh) (Activated)", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_zuriel's_robe_bottom_(bh)#Activated", "equipment": { @@ -294382,9 +262277,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 120002, - "weight": 1.814, - "release_date": "2023-05-24", - "examine": "A bow from an even darker dimension.", "wiki_name": "Dark bow (bh)", "wiki_url": "https://oldschool.runescape.wiki/w/Dark_bow_(bh)", "equipment": { @@ -294442,9 +262334,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 230000, - "weight": 30, - "release_date": "2023-05-24", - "examine": "This is likely to put my back out...", "wiki_name": "Barrelchest anchor (bh)", "wiki_url": "https://oldschool.runescape.wiki/w/Barrelchest_anchor_(bh)", "equipment": { @@ -294509,9 +262398,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 50000, - "weight": 1.814, - "release_date": "2023-05-24", - "examine": "A spiky mace.", "wiki_name": "Dragon mace (bh)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_mace_(bh)", "equipment": { @@ -294576,9 +262462,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 100000, - "weight": 1.814, - "release_date": "2023-05-24", - "examine": "A very powerful sword.", "wiki_name": "Dragon longsword (bh)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_longsword_(bh)", "equipment": { @@ -294645,9 +262528,6 @@ "cost": 115001, "lowalch": 46000, "highalch": 69000, - "weight": 0.453, - "release_date": "2023-05-24", - "examine": "Something sharp from the body of a defeated Abyssal Sire.", "wiki_name": "Abyssal dagger (bh) (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Abyssal_dagger_(bh)#Unpoisoned", "equipment": { @@ -294714,9 +262594,6 @@ "cost": 115002, "lowalch": 46000, "highalch": 69001, - "weight": 0.453, - "release_date": "2023-05-24", - "examine": "Something sharp and poisonous from the body of a defeated Abyssal Sire.", "wiki_name": "Abyssal dagger (bh) (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Abyssal_dagger_(bh)#Poison", "equipment": { @@ -294783,9 +262660,6 @@ "cost": 115003, "lowalch": 46001, "highalch": 69001, - "weight": 0.453, - "release_date": "2023-05-24", - "examine": "Something sharp and very poisonous from the body of a defeated Abyssal Sire.", "wiki_name": "Abyssal dagger (bh) (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Abyssal_dagger_(bh)#Poison+", "equipment": { @@ -294852,9 +262726,6 @@ "cost": 115004, "lowalch": 46001, "highalch": 69002, - "weight": 0.453, - "release_date": "2023-05-24", - "examine": "Something sharp and extremely poisonous from the body of a defeated Abyssal Sire.", "wiki_name": "Abyssal dagger (bh) (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Abyssal_dagger_(bh)#Poison++", "equipment": { @@ -294918,9 +262789,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 100, - "weight": 1.814, - "release_date": "2023-03-29", - "examine": "A truly fearsome weapon.", "wiki_name": "Voidwaker (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Voidwaker_(Last_Man_Standing)", "equipment": { @@ -294983,9 +262851,6 @@ "equipable": true, "equipable_by_player": true, "cost": 100, - "weight": 0.05, - "release_date": "2023-03-29", - "examine": "A heavy ring that glimmers with a strange power.", "wiki_name": "Lightbearer (Last Man Standing)", "wiki_url": "https://oldschool.runescape.wiki/w/Lightbearer_(Last_Man_Standing)", "equipment": { @@ -295015,9 +262880,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 100, - "weight": 30, - "release_date": "2023-04-05", - "examine": "Not so subtle.", "wiki_name": "Giant bronze dagger", "wiki_url": "https://oldschool.runescape.wiki/w/Giant_bronze_dagger", "equipment": { @@ -295078,9 +262940,6 @@ "id": 27873, "name": "Eastfloor spade", "cost": 1, - "weight": 1.814, - "release_date": "2023-04-05", - "examine": "A decorated spade.", "wiki_name": "Eastfloor spade", "wiki_url": "https://oldschool.runescape.wiki/w/Eastfloor_spade", "price": 0 @@ -295093,9 +262952,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.25, - "release_date": "2023-04-05", - "examine": "An egg-cellent look.", "wiki_name": "Nest hat (Easter egg)", "wiki_url": "https://oldschool.runescape.wiki/w/Nest_hat#Easter_egg", "equipment": { @@ -295126,9 +262982,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.25, - "release_date": "2023-04-05", - "examine": "People won't stop chicken you out.", "wiki_name": "Nest hat (Chick)", "wiki_url": "https://oldschool.runescape.wiki/w/Nest_hat#Chick", "equipment": { @@ -295162,8 +263015,6 @@ "lowalch": 40, "highalch": 60, "weight": 3.175, - "release_date": "2023-05-17", - "examine": "A scaled blue dragonhide.", "wiki_name": "Scaly blue dragonhide", "wiki_url": "https://oldschool.runescape.wiki/w/Scaly_blue_dragonhide", "price": 2011 @@ -295178,9 +263029,6 @@ "cost": 300000, "lowalch": 120000, "highalch": 180000, - "weight": 2.267, - "release_date": "2023-05-24", - "examine": "A powerful spear.", "wiki_name": "Vesta's spear (bh) (Activated)", "wiki_url": "https://oldschool.runescape.wiki/w/Vesta's_spear_(bh)#Activated", "equipment": { @@ -295244,9 +263092,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2023-05-24", - "examine": "A powerful spear, now inactive.", "wiki_name": "Vesta's spear (bh) (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Vesta's_spear_(bh)#Inactive", "price": 0 @@ -295261,9 +263106,6 @@ "cost": 300000, "lowalch": 120000, "highalch": 180000, - "weight": 1.814, - "release_date": "2023-05-24", - "examine": "A powerful longsword.", "wiki_name": "Vesta's longsword (bh) (Activated)", "wiki_url": "https://oldschool.runescape.wiki/w/Vesta's_longsword_(bh)#Activated", "equipment": { @@ -295327,9 +263169,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2023-05-24", - "examine": "A powerful longsword, now inactive.", "wiki_name": "Vesta's longsword (bh) (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Vesta's_longsword_(bh)#Inactive", "price": 0 @@ -295344,9 +263183,6 @@ "cost": 300000, "lowalch": 120000, "highalch": 180000, - "weight": 1.814, - "release_date": "2023-05-24", - "examine": "A powerful warhammer.", "wiki_name": "Statius's warhammer (bh) (Activated)", "wiki_url": "https://oldschool.runescape.wiki/w/Statius's_warhammer_(bh)#Activated", "equipment": { @@ -295403,9 +263239,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.814, - "release_date": "2023-05-24", - "examine": "A powerful warhammer, now inactive.", "wiki_name": "Statius's warhammer (bh) (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Statius's_warhammer_(bh)#Inactive", "price": 0 @@ -295420,9 +263253,6 @@ "cost": 300000, "lowalch": 120000, "highalch": 180000, - "weight": 1.36, - "release_date": "2023-05-24", - "examine": "A vicious throwing axe.", "wiki_name": "Morrigan's throwing axe (bh) (Activated)", "wiki_url": "https://oldschool.runescape.wiki/w/Morrigan's_throwing_axe_(bh)#Activated", "equipment": { @@ -295479,9 +263309,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2023-05-24", - "examine": "A vicious throwing axe, now inactive.", "wiki_name": "Morrigan's throwing axe (bh) (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Morrigan's_throwing_axe_(bh)#Inactive", "price": 0 @@ -295496,9 +263323,6 @@ "cost": 300000, "lowalch": 120000, "highalch": 180000, - "weight": 1.36, - "release_date": "2023-05-24", - "examine": "A vicious javelin.", "wiki_name": "Morrigan's javelin (bh) (Activated)", "wiki_url": "https://oldschool.runescape.wiki/w/Morrigan's_javelin_(bh)#Activated", "equipment": { @@ -295555,9 +263379,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.36, - "release_date": "2023-05-24", - "examine": "A vicious javelin, now inactive.", "wiki_name": "Morrigan's javelin (bh) (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Morrigan's_javelin_(bh)#Inactive", "price": 0 @@ -295572,9 +263393,6 @@ "cost": 300000, "lowalch": 120000, "highalch": 180000, - "weight": 2.267, - "release_date": "2023-05-24", - "examine": "A powerful staff.", "wiki_name": "Zuriel's staff (bh) (Activated)", "wiki_url": "https://oldschool.runescape.wiki/w/Zuriel's_staff_(bh)#Activated", "equipment": { @@ -295645,9 +263463,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2023-05-24", - "examine": "A powerful staff, now inactive.", "wiki_name": "Zuriel's staff (bh) (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Zuriel's_staff_(bh)#Inactive", "price": 0 @@ -295659,9 +263474,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 6.803, - "release_date": "2023-05-24", - "examine": "A powerful chainbody, now inactive.", "wiki_name": "Vesta's chainbody (bh) (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Vesta's_chainbody_(bh)#Inactive", "price": 0 @@ -295673,9 +263485,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 8.164, - "release_date": "2023-05-24", - "examine": "A powerful plateskirt, now inactive.", "wiki_name": "Vesta's plateskirt (bh) (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Vesta's_plateskirt_(bh)#Inactive", "price": 0 @@ -295687,9 +263496,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.721, - "release_date": "2023-05-24", - "examine": "A powerful helmet, now inactive.", "wiki_name": "Statius's full helm (bh) (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Statius's_full_helm_(bh)#Inactive", "price": 0 @@ -295701,9 +263507,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 9.979, - "release_date": "2023-05-24", - "examine": "A powerful platebody, now inactive.", "wiki_name": "Statius's platebody (bh) (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Statius's_platebody_(bh)#Inactive", "price": 0 @@ -295715,9 +263518,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 9.071, - "release_date": "2023-05-24", - "examine": "A powerful pair of platelegs, now inactive.", "wiki_name": "Statius's platelegs (bh) (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Statius's_platelegs_(bh)#Inactive", "price": 0 @@ -295729,9 +263529,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2023-05-24", - "examine": "A powerful coif, now inactive.", "wiki_name": "Morrigan's coif (bh) (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Morrigan's_coif_(bh)#Inactive", "price": 0 @@ -295743,9 +263540,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 6.803, - "release_date": "2023-05-24", - "examine": "A powerful leather body, now inactive.", "wiki_name": "Morrigan's leather body (bh) (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Morrigan's_leather_body_(bh)#Inactive", "price": 0 @@ -295757,9 +263551,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 5.443, - "release_date": "2023-05-24", - "examine": "A powerful pair of leather chaps, now inactive.", "wiki_name": "Morrigan's leather chaps (bh) (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Morrigan's_leather_chaps_(bh)#Inactive", "price": 0 @@ -295771,9 +263562,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2023-05-24", - "examine": "A powerful hood, now inactive.", "wiki_name": "Zuriel's hood (bh) (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Zuriel's_hood_(bh)#Inactive", "price": 0 @@ -295785,9 +263573,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 4.535, - "release_date": "2023-05-24", - "examine": "A powerful robe top, now inactive.", "wiki_name": "Zuriel's robe top (bh) (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Zuriel's_robe_top_(bh)#Inactive", "price": 0 @@ -295799,9 +263584,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 5.443, - "release_date": "2023-05-24", - "examine": "A powerful robe bottom, now inactive.", "wiki_name": "Zuriel's robe bottom (bh) (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Zuriel's_robe_bottom_(bh)#Inactive", "price": 0 @@ -295883,9 +263665,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 6.803, - "release_date": "2023-05-24", - "examine": "A powerful chainbody, now inactive.", "wiki_name": "Corrupted vesta's chainbody (bh) (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_vesta's_chainbody_(bh)#Inactive", "price": 0 @@ -295897,9 +263676,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 8.164, - "release_date": "2023-05-24", - "examine": "A powerful plateskirt, now inactive.", "wiki_name": "Corrupted vesta's plateskirt (bh) (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_vesta's_plateskirt_(bh)#Inactive", "price": 0 @@ -295911,9 +263687,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.721, - "release_date": "2023-05-24", - "examine": "A powerful helmet, now inactive.", "wiki_name": "Corrupted statius's full helm (bh) (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_statius's_full_helm_(bh)#Inactive", "price": 0 @@ -295925,9 +263698,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 9.979, - "release_date": "2023-05-24", - "examine": "A powerful platebody, now inactive.", "wiki_name": "Corrupted statius's platebody (bh) (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_statius's_platebody_(bh)#Inactive", "price": 0 @@ -295939,9 +263709,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 9.071, - "release_date": "2023-05-24", - "examine": "A powerful pair of platelegs, now inactive.", "wiki_name": "Corrupted statius's platelegs (bh) (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_statius's_platelegs_(bh)#Inactive", "price": 0 @@ -295953,9 +263720,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2023-05-24", - "examine": "A powerful coif, now inactive.", "wiki_name": "Corrupted morrigan's coif (bh) (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_morrigan's_coif_(bh)#Inactive", "price": 0 @@ -295967,9 +263731,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 6.803, - "release_date": "2023-05-24", - "examine": "A powerful leather body, now inactive.", "wiki_name": "Corrupted morrigan's leather body (bh) (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_morrigan's_leather_body_(bh)#Inactive", "price": 0 @@ -295981,9 +263742,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 5.443, - "release_date": "2023-05-24", - "examine": "A powerful pair of leather chaps, now inactive.", "wiki_name": "Corrupted morrigan's leather chaps (bh) (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_morrigan's_leather_chaps_(bh)#Inactive", "price": 0 @@ -295995,9 +263753,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2023-05-24", - "examine": "A powerful hood, now inactive.", "wiki_name": "Corrupted zuriel's hood (bh) (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_zuriel's_hood_(bh)#Inactive", "price": 0 @@ -296009,9 +263764,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 4.535, - "release_date": "2023-05-24", - "examine": "A powerful robe top, now inactive.", "wiki_name": "Corrupted zuriel's robe top (bh) (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_zuriel's_robe_top_(bh)#Inactive", "price": 0 @@ -296023,9 +263775,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 5.443, - "release_date": "2023-05-24", - "examine": "A powerful robe bottom, now inactive.", "wiki_name": "Corrupted zuriel's robe bottom (bh) (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_zuriel's_robe_bottom_(bh)#Inactive", "price": 0 @@ -296037,9 +263786,6 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 0.1, - "release_date": "2023-05-24", - "examine": "An emblem from ancient times.", "wiki_name": "Esoteric emblem (Tier 1)", "wiki_url": "https://oldschool.runescape.wiki/w/Esoteric_emblem#Tier_1", "price": 0 @@ -296051,9 +263797,6 @@ "cost": 501, "lowalch": 200, "highalch": 300, - "weight": 0.1, - "release_date": "2023-05-24", - "examine": "An emblem from ancient times.", "wiki_name": "Esoteric emblem (Tier 2)", "wiki_url": "https://oldschool.runescape.wiki/w/Esoteric_emblem#Tier_2", "price": 0 @@ -296065,9 +263808,6 @@ "cost": 502, "lowalch": 200, "highalch": 301, - "weight": 0.1, - "release_date": "2023-05-24", - "examine": "An emblem from ancient times.", "wiki_name": "Esoteric emblem (Tier 3)", "wiki_url": "https://oldschool.runescape.wiki/w/Esoteric_emblem#Tier_3", "price": 0 @@ -296079,9 +263819,6 @@ "cost": 503, "lowalch": 201, "highalch": 301, - "weight": 0.1, - "release_date": "2023-05-24", - "examine": "An emblem from ancient times.", "wiki_name": "Esoteric emblem (Tier 4)", "wiki_url": "https://oldschool.runescape.wiki/w/Esoteric_emblem#Tier_4", "price": 0 @@ -296093,9 +263830,6 @@ "cost": 504, "lowalch": 201, "highalch": 302, - "weight": 0.1, - "release_date": "2023-05-24", - "examine": "An emblem from ancient times.", "wiki_name": "Esoteric emblem (Tier 5)", "wiki_url": "https://oldschool.runescape.wiki/w/Esoteric_emblem#Tier_5", "price": 0 @@ -296107,9 +263841,6 @@ "cost": 505, "lowalch": 202, "highalch": 303, - "weight": 0.1, - "release_date": "2023-05-24", - "examine": "An emblem from ancient times.", "wiki_name": "Esoteric emblem (Tier 6)", "wiki_url": "https://oldschool.runescape.wiki/w/Esoteric_emblem#Tier_6", "price": 0 @@ -296121,9 +263852,6 @@ "cost": 506, "lowalch": 202, "highalch": 303, - "weight": 0.1, - "release_date": "2023-05-24", - "examine": "An emblem from ancient times.", "wiki_name": "Esoteric emblem (Tier 7)", "wiki_url": "https://oldschool.runescape.wiki/w/Esoteric_emblem#Tier_7", "price": 0 @@ -296135,9 +263863,6 @@ "cost": 507, "lowalch": 202, "highalch": 304, - "weight": 0.1, - "release_date": "2023-05-24", - "examine": "An emblem from ancient times.", "wiki_name": "Esoteric emblem (Tier 8)", "wiki_url": "https://oldschool.runescape.wiki/w/Esoteric_emblem#Tier_8", "price": 0 @@ -296149,9 +263874,6 @@ "cost": 508, "lowalch": 203, "highalch": 304, - "weight": 0.1, - "release_date": "2023-05-24", - "examine": "An emblem from ancient times.", "wiki_name": "Esoteric emblem (Tier 9)", "wiki_url": "https://oldschool.runescape.wiki/w/Esoteric_emblem#Tier_9", "price": 0 @@ -296163,9 +263885,6 @@ "cost": 509, "lowalch": 203, "highalch": 305, - "weight": 0.1, - "release_date": "2023-05-24", - "examine": "An emblem from ancient times.", "wiki_name": "Esoteric emblem (Tier 10)", "wiki_url": "https://oldschool.runescape.wiki/w/Esoteric_emblem#Tier_10", "price": 0 @@ -296177,9 +263896,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.5, - "release_date": "2023-05-24", - "examine": "Use on various pieces of equipment to make them look fancier!", "wiki_name": "Bounty hunter ornament kit", "wiki_url": "https://oldschool.runescape.wiki/w/Bounty_hunter_ornament_kit", "price": 0 @@ -296194,9 +263910,6 @@ "cost": 31000, "lowalch": 12400, "highalch": 18600, - "weight": 0.453, - "release_date": "2023-05-24", - "examine": "A powerful dagger.", "wiki_name": "Dragon dagger (cr) (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_dagger_(cr)#Unpoisoned", "equipment": { @@ -296263,9 +263976,6 @@ "cost": 25000, "lowalch": 10000, "highalch": 15000, - "weight": 0.453, - "release_date": "2023-05-24", - "examine": "A powerful dagger.", "wiki_name": "Dragon dagger (cr) (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_dagger_(cr)#Poison", "equipment": { @@ -296332,9 +264042,6 @@ "cost": 25000, "lowalch": 10000, "highalch": 15000, - "weight": 0.453, - "release_date": "2023-05-24", - "examine": "A powerful dagger.", "wiki_name": "Dragon dagger (cr) (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_dagger_(cr)#Poison+", "equipment": { @@ -296401,9 +264108,6 @@ "cost": 25000, "lowalch": 10000, "highalch": 15000, - "weight": 0.453, - "release_date": "2023-05-24", - "examine": "A powerful dagger.", "wiki_name": "Dragon dagger (cr) (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_dagger_(cr)#Poison++", "equipment": { @@ -296470,9 +264174,6 @@ "cost": 51000, "lowalch": 20400, "highalch": 30600, - "weight": 1.814, - "release_date": "2023-05-24", - "examine": "A spiky mace.", "wiki_name": "Dragon mace (cr)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_mace_(cr)", "equipment": { @@ -296539,9 +264240,6 @@ "cost": 73001, "lowalch": 29200, "highalch": 43800, - "weight": 1.814, - "release_date": "2023-05-24", - "examine": "A razor sharp sword.", "wiki_name": "Dragon sword (cr)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_sword_(cr)", "equipment": { @@ -296608,9 +264306,6 @@ "cost": 101000, "lowalch": 40400, "highalch": 60600, - "weight": 1.814, - "release_date": "2023-05-24", - "examine": "A vicious, curved sword.", "wiki_name": "Dragon scimitar (cr)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_scimitar_(cr)", "equipment": { @@ -296677,9 +264372,6 @@ "cost": 101000, "lowalch": 40400, "highalch": 60600, - "weight": 1.814, - "release_date": "2023-05-24", - "examine": "A very powerful sword.", "wiki_name": "Dragon longsword (cr)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_longsword_(cr)", "equipment": { @@ -296746,9 +264438,6 @@ "cost": 121000, "lowalch": 48400, "highalch": 72600, - "weight": 2, - "release_date": "2023-05-24", - "examine": "Spikey, close combat weapon.", "wiki_name": "Dragon warhammer (cr)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_warhammer_(cr)", "equipment": { @@ -296808,9 +264497,6 @@ "cost": 201000, "lowalch": 80400, "highalch": 120600, - "weight": 2.721, - "release_date": "2023-05-24", - "examine": "A vicious looking axe.", "wiki_name": "Dragon battleaxe (cr)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_battleaxe_(cr)", "equipment": { @@ -296877,9 +264563,6 @@ "cost": 206000, "lowalch": 82400, "highalch": 123600, - "weight": 0.907, - "release_date": "2023-05-24", - "examine": "A set of fighting claws.", "wiki_name": "Dragon claws (cr)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_claws_(cr)", "equipment": { @@ -296946,9 +264629,6 @@ "cost": 63400, "lowalch": 25360, "highalch": 38040, - "weight": 2.267, - "release_date": "2023-05-24", - "examine": "A dragon-tipped spear.", "wiki_name": "Dragon spear (cr) (Unpoisoned)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_spear_(cr)#Unpoisoned", "equipment": { @@ -297015,9 +264695,6 @@ "cost": 63400, "lowalch": 25360, "highalch": 38040, - "weight": 2.267, - "release_date": "2023-05-24", - "examine": "A poisoned dragon-tipped spear.", "wiki_name": "Dragon spear (cr) (Poison)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_spear_(cr)#Poison", "equipment": { @@ -297084,9 +264761,6 @@ "cost": 63400, "lowalch": 25360, "highalch": 38040, - "weight": 2.267, - "release_date": "2023-05-24", - "examine": "A poisoned dragon-tipped spear.", "wiki_name": "Dragon spear (cr) (Poison+)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_spear_(cr)#Poison+", "equipment": { @@ -297153,9 +264827,6 @@ "cost": 63400, "lowalch": 25360, "highalch": 38040, - "weight": 2.267, - "release_date": "2023-05-24", - "examine": "A poisoned dragon-tipped spear.", "wiki_name": "Dragon spear (cr) (Poison++)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_spear_(cr)#Poison++", "equipment": { @@ -297222,9 +264893,6 @@ "cost": 251000, "lowalch": 100400, "highalch": 150600, - "weight": 3.175, - "release_date": "2023-05-24", - "examine": "A dragon halberd.", "wiki_name": "Dragon halberd (cr)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_halberd_(cr)", "equipment": { @@ -297284,9 +264952,6 @@ "cost": 221000, "lowalch": 88400, "highalch": 132600, - "weight": 3.628, - "release_date": "2023-05-24", - "examine": "A two-handed Dragon Sword.", "wiki_name": "Dragon 2h sword (cr)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_2h_sword_(cr)", "equipment": { @@ -297353,9 +265018,6 @@ "cost": 55000, "lowalch": 22000, "highalch": 33000, - "weight": 6, - "release_date": "2023-05-24", - "examine": "A dragon crossbow.", "wiki_name": "Dragon crossbow (cr)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_crossbow_(cr)", "equipment": { @@ -297414,9 +265076,6 @@ "cost": 21000, "lowalch": 8400, "highalch": 12600, - "weight": 1, - "release_date": "2023-05-24", - "examine": "These will protect my feet.", "wiki_name": "Dragon boots (cr)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_boots_(cr)", "equipment": { @@ -297448,9 +265107,6 @@ "cost": 101000, "lowalch": 40400, "highalch": 60600, - "weight": 1.36, - "release_date": "2023-05-24", - "examine": "Makes the wearer pretty intimidating.", "wiki_name": "Dragon med helm (cr)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_med_helm_(cr)", "equipment": { @@ -297482,9 +265138,6 @@ "cost": 501000, "lowalch": 200400, "highalch": 300600, - "weight": 3.175, - "release_date": "2023-05-24", - "examine": "An ancient and powerful-looking Dragon Square Shield.", "wiki_name": "Dragon sq shield (cr)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_sq_shield_(cr)", "equipment": { @@ -297516,9 +265169,6 @@ "cost": 271000, "lowalch": 108400, "highalch": 162600, - "weight": 9.071, - "release_date": "2023-05-24", - "examine": "Heavy protective legwear.", "wiki_name": "Dragon platelegs (cr)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_platelegs_(cr)", "equipment": { @@ -297550,9 +265200,6 @@ "cost": 271000, "lowalch": 108400, "highalch": 162600, - "weight": 9.071, - "release_date": "2023-05-24", - "examine": "This looks pretty heavy.", "wiki_name": "Dragon plateskirt (cr)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_plateskirt_(cr)", "equipment": { @@ -297584,9 +265231,6 @@ "cost": 251000, "lowalch": 100400, "highalch": 150600, - "weight": 6.803, - "release_date": "2023-05-24", - "examine": "A series of connected metal rings.", "wiki_name": "Dragon chainbody (cr)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_chainbody_(cr)", "equipment": { @@ -297618,9 +265262,6 @@ "cost": 65006, "lowalch": 26002, "highalch": 39003, - "weight": 4, - "release_date": "2023-05-24", - "examine": "A Penance Fighter torso armour.", "wiki_name": "Fighter torso (or) (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Fighter_torso_(or)#Normal", "equipment": { @@ -297652,9 +265293,6 @@ "cost": 65006, "lowalch": 26002, "highalch": 39003, - "weight": 4, - "release_date": "2023-05-24", - "examine": "A Penance Fighter torso armour.", "wiki_name": "Fighter torso (or) (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Fighter_torso_(or)#Locked", "equipment": { @@ -297686,9 +265324,6 @@ "cost": 51000, "lowalch": 20400, "highalch": 30600, - "weight": 2.267, - "release_date": "2023-05-24", - "examine": "A gift from Neitiznot's Burgher.", "wiki_name": "Helm of neitiznot (or)", "wiki_url": "https://oldschool.runescape.wiki/w/Helm_of_neitiznot_(or)", "equipment": { @@ -297718,9 +265353,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.002, - "release_date": "2023-05-24", - "examine": "Use on a Dark Bow to imbue the weapon.", "wiki_name": "Dark bow imbue scroll", "wiki_url": "https://oldschool.runescape.wiki/w/Dark_bow_imbue_scroll", "price": 0 @@ -297732,9 +265364,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.002, - "release_date": "2023-05-24", - "examine": "Use on a Barrelchest Anchor to imbue the weapon.", "wiki_name": "Barrelchest anchor imbue scroll", "wiki_url": "https://oldschool.runescape.wiki/w/Barrelchest_anchor_imbue_scroll", "price": 0 @@ -297746,9 +265375,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.002, - "release_date": "2023-05-24", - "examine": "Use on a Dragon Mace to imbue the weapon.", "wiki_name": "Dragon mace imbue scroll", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_mace_imbue_scroll", "price": 0 @@ -297760,9 +265386,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.002, - "release_date": "2023-05-24", - "examine": "Use on a Dragon longsword to imbue the weapon.", "wiki_name": "Dragon longsword imbue scroll", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_longsword_imbue_scroll", "price": 0 @@ -297774,9 +265397,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.002, - "release_date": "2023-05-24", - "examine": "Use on a Abyssal dagger to imbue the weapon.", "wiki_name": "Abyssal dagger imbue scroll", "wiki_url": "https://oldschool.runescape.wiki/w/Abyssal_dagger_imbue_scroll", "price": 0 @@ -297788,9 +265408,6 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 1.285, - "release_date": "2023-06-07", - "examine": "Contains a small amount of coins and supplies.", "wiki_name": "Bounty crate (tier 1)", "wiki_url": "https://oldschool.runescape.wiki/w/Bounty_crate_(tier_1)", "price": 0 @@ -297802,9 +265419,6 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 1.285, - "release_date": "2023-06-07", - "examine": "Contains a small amount of coins and supplies.", "wiki_name": "Bounty crate (tier 2)", "wiki_url": "https://oldschool.runescape.wiki/w/Bounty_crate_(tier_2)", "price": 0 @@ -297816,9 +265430,6 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 1.285, - "release_date": "2023-06-07", - "examine": "Contains a small amount of coins and supplies.", "wiki_name": "Bounty crate (tier 3)", "wiki_url": "https://oldschool.runescape.wiki/w/Bounty_crate_(tier_3)", "price": 0 @@ -297830,9 +265441,6 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 1.285, - "release_date": "2023-06-07", - "examine": "Contains a moderate amount of coins and supplies.", "wiki_name": "Bounty crate (tier 4)", "wiki_url": "https://oldschool.runescape.wiki/w/Bounty_crate_(tier_4)", "price": 0 @@ -297844,9 +265452,6 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 1.285, - "release_date": "2023-06-07", - "examine": "Contains a moderate amount of coins and supplies.", "wiki_name": "Bounty crate (tier 5)", "wiki_url": "https://oldschool.runescape.wiki/w/Bounty_crate_(tier_5)", "price": 0 @@ -297858,9 +265463,6 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 1.285, - "release_date": "2023-06-07", - "examine": "Contains a moderate amount of coins and supplies.", "wiki_name": "Bounty crate (tier 6)", "wiki_url": "https://oldschool.runescape.wiki/w/Bounty_crate_(tier_6)", "price": 0 @@ -297872,9 +265474,6 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 1.285, - "release_date": "2023-06-07", - "examine": "Contains a lot of coins and supplies.", "wiki_name": "Bounty crate (tier 7)", "wiki_url": "https://oldschool.runescape.wiki/w/Bounty_crate_(tier_7)", "price": 0 @@ -297886,9 +265485,6 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 1.285, - "release_date": "2023-06-07", - "examine": "Contains a lot of coins and supplies.", "wiki_name": "Bounty crate (tier 8)", "wiki_url": "https://oldschool.runescape.wiki/w/Bounty_crate_(tier_8)", "price": 0 @@ -297900,9 +265496,6 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 1.285, - "release_date": "2023-06-07", - "examine": "Contains a lot of coins and supplies.", "wiki_name": "Bounty crate (tier 9)", "wiki_url": "https://oldschool.runescape.wiki/w/Bounty_crate_(tier_9)", "price": 0 @@ -297915,9 +265508,6 @@ "cost": 80, "lowalch": 32, "highalch": 48, - "weight": 0.01, - "release_date": "2023-06-07", - "examine": "A scarf woven from spare rainbow strands; emblazoned with a heart.", "wiki_name": "Rainbow scarf (Bisexual)", "wiki_url": "https://oldschool.runescape.wiki/w/Rainbow_scarf#Bisexual", "equipment": { @@ -297948,9 +265538,6 @@ "cost": 80, "lowalch": 32, "highalch": 48, - "weight": 0.01, - "release_date": "2023-06-07", - "examine": "A scarf woven from spare rainbow strands; emblazoned with a heart.", "wiki_name": "Rainbow scarf (Asexual)", "wiki_url": "https://oldschool.runescape.wiki/w/Rainbow_scarf#Asexual", "equipment": { @@ -297981,9 +265568,6 @@ "cost": 80, "lowalch": 32, "highalch": 48, - "weight": 0.01, - "release_date": "2023-06-07", - "examine": "A scarf woven from spare rainbow strands; emblazoned with a heart.", "wiki_name": "Rainbow scarf (Transgender)", "wiki_url": "https://oldschool.runescape.wiki/w/Rainbow_scarf#Transgender", "equipment": { @@ -298014,9 +265598,6 @@ "cost": 80, "lowalch": 32, "highalch": 48, - "weight": 0.01, - "release_date": "2023-06-07", - "examine": "A scarf woven from spare rainbow strands; emblazoned with a heart.", "wiki_name": "Rainbow scarf (Pansexual)", "wiki_url": "https://oldschool.runescape.wiki/w/Rainbow_scarf#Pansexual", "equipment": { @@ -298047,9 +265628,6 @@ "cost": 80, "lowalch": 32, "highalch": 48, - "weight": 0.01, - "release_date": "2023-06-07", - "examine": "A scarf woven from spare rainbow strands; emblazoned with a heart.", "wiki_name": "Rainbow scarf (Non-binary)", "wiki_url": "https://oldschool.runescape.wiki/w/Rainbow_scarf#Non-binary", "equipment": { @@ -298080,9 +265658,6 @@ "cost": 80, "lowalch": 32, "highalch": 48, - "weight": 0.01, - "release_date": "2023-06-07", - "examine": "A scarf woven from spare rainbow strands; emblazoned with a heart.", "wiki_name": "Rainbow scarf (Genderqueer)", "wiki_url": "https://oldschool.runescape.wiki/w/Rainbow_scarf#Genderqueer", "equipment": { @@ -298113,9 +265688,6 @@ "cost": 80, "lowalch": 32, "highalch": 48, - "weight": 0.01, - "release_date": "2023-06-07", - "examine": "A scarf woven from spare rainbow strands; emblazoned with a heart.", "wiki_name": "Rainbow scarf (Lesbian)", "wiki_url": "https://oldschool.runescape.wiki/w/Rainbow_scarf#Lesbian", "equipment": { @@ -298146,9 +265718,6 @@ "cost": 80, "lowalch": 32, "highalch": 48, - "weight": 0.01, - "release_date": "2023-06-07", - "examine": "A scarf woven from spare rainbow strands; emblazoned with a heart.", "wiki_name": "Rainbow scarf (Gay)", "wiki_url": "https://oldschool.runescape.wiki/w/Rainbow_scarf#Gay", "equipment": { @@ -298179,9 +265748,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2023-06-07", - "examine": "Colourful, warm and fashionable!", "wiki_name": "Rainbow jumper (Pride)", "wiki_url": "https://oldschool.runescape.wiki/w/Rainbow_jumper#Pride", "equipment": { @@ -298212,9 +265778,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2023-06-07", - "examine": "Colourful, warm and fashionable!", "wiki_name": "Rainbow jumper (Bisexual)", "wiki_url": "https://oldschool.runescape.wiki/w/Rainbow_jumper#Bisexual", "equipment": { @@ -298245,9 +265808,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2023-06-07", - "examine": "Colourful, warm and fashionable!", "wiki_name": "Rainbow jumper (Asexual)", "wiki_url": "https://oldschool.runescape.wiki/w/Rainbow_jumper#Asexual", "equipment": { @@ -298278,9 +265838,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2023-06-07", - "examine": "Colourful, warm and fashionable!", "wiki_name": "Rainbow jumper (Transgender)", "wiki_url": "https://oldschool.runescape.wiki/w/Rainbow_jumper#Transgender", "equipment": { @@ -298311,9 +265868,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2023-06-07", - "examine": "Colourful, warm and fashionable!", "wiki_name": "Rainbow jumper (Pansexual)", "wiki_url": "https://oldschool.runescape.wiki/w/Rainbow_jumper#Pansexual", "equipment": { @@ -298344,9 +265898,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2023-06-07", - "examine": "Colourful, warm and fashionable!", "wiki_name": "Rainbow jumper (Non-binary)", "wiki_url": "https://oldschool.runescape.wiki/w/Rainbow_jumper#Non-binary", "equipment": { @@ -298377,9 +265928,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2023-06-07", - "examine": "Colourful, warm and fashionable!", "wiki_name": "Rainbow jumper (Genderqueer)", "wiki_url": "https://oldschool.runescape.wiki/w/Rainbow_jumper#Genderqueer", "equipment": { @@ -298410,9 +265958,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2023-06-07", - "examine": "Colourful, warm and fashionable!", "wiki_name": "Rainbow jumper (Lesbian)", "wiki_url": "https://oldschool.runescape.wiki/w/Rainbow_jumper#Lesbian", "equipment": { @@ -298443,9 +265988,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2023-06-07", - "examine": "Colourful, warm and fashionable!", "wiki_name": "Rainbow jumper (Gay)", "wiki_url": "https://oldschool.runescape.wiki/w/Rainbow_jumper#Gay", "equipment": { @@ -298476,9 +266018,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2023-06-07", - "examine": "I wish to find inspiration! Will this jacket help?", "wiki_name": "Poet's jacket", "wiki_url": "https://oldschool.runescape.wiki/w/Poet's_jacket", "equipment": { @@ -298510,9 +266049,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2023-06-07", - "examine": "You gotta really put your heart into firing this thing.", "wiki_name": "Love crossbow", "wiki_url": "https://oldschool.runescape.wiki/w/Love_crossbow", "equipment": { @@ -298567,9 +266103,6 @@ "name": "Strange icon", "members": true, "cost": 30, - "weight": 1, - "release_date": "2023-06-14", - "examine": "A mysterious icon.", "wiki_name": "Strange icon", "wiki_url": "https://oldschool.runescape.wiki/w/Strange_icon", "price": 0 @@ -298579,9 +266112,6 @@ "name": "Dusty lamp", "members": true, "cost": 1, - "weight": 0.1, - "release_date": "2023-06-14", - "examine": "Good for rubbing.", "wiki_name": "Dusty lamp", "wiki_url": "https://oldschool.runescape.wiki/w/Dusty_lamp", "price": 0 @@ -298590,9 +266120,6 @@ "id": 28133, "name": "Crypt map", "cost": 1, - "weight": 0.51, - "release_date": "2023-06-14", - "examine": "A map of the Barrows Crypt.", "wiki_name": "Crypt map", "wiki_url": "https://oldschool.runescape.wiki/w/Crypt_map", "price": 0 @@ -298604,8 +266131,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2023-06-28", - "examine": "Tree bark infused with magical energy and valued by foresters.", "wiki_name": "Anima-infused bark", "wiki_url": "https://oldschool.runescape.wiki/w/Anima-infused_bark", "price": 0 @@ -298616,9 +266141,6 @@ "equipable": true, "equipable_by_player": true, "cost": 850, - "weight": 0.95, - "release_date": "2023-06-28", - "examine": "Holds assorted Forestry gear.", "wiki_name": "Forestry kit", "wiki_url": "https://oldschool.runescape.wiki/w/Forestry_kit", "equipment": { @@ -298648,9 +266170,6 @@ "cost": 30000, "lowalch": 12000, "highalch": 18000, - "weight": 2, - "release_date": "2023-06-28", - "examine": "A weirdly shaped log. Perhaps a beaver would be interested in this?", "wiki_name": "Funky shaped log", "wiki_url": "https://oldschool.runescape.wiki/w/Funky_shaped_log", "price": 0 @@ -298664,9 +266183,6 @@ "cost": 720, "lowalch": 288, "highalch": 432, - "weight": 1.39, - "release_date": "2023-06-28", - "examine": "A lumberjack's favourite tool, other than an axe, of course.", "wiki_name": "Log basket (Closed)", "wiki_url": "https://oldschool.runescape.wiki/w/Log_basket#Closed", "equipment": { @@ -298698,9 +266214,6 @@ "cost": 720, "lowalch": 288, "highalch": 432, - "weight": 1.39, - "release_date": "2023-06-28", - "examine": "A lumberjack's favourite tool, other than an axe, of course.", "wiki_name": "Log basket (Open)", "wiki_url": "https://oldschool.runescape.wiki/w/Log_basket#Open", "equipment": { @@ -298732,9 +266245,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 2.267, - "release_date": "2023-06-28", - "examine": "The most efficient woodcutting utility out there.", "wiki_name": "Forestry basket (Closed)", "wiki_url": "https://oldschool.runescape.wiki/w/Forestry_basket#Closed", "equipment": { @@ -298766,9 +266276,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 2.267, - "release_date": "2023-06-28", - "examine": "The most efficient woodcutting utility out there.", "wiki_name": "Forestry basket (Open)", "wiki_url": "https://oldschool.runescape.wiki/w/Forestry_basket#Open", "equipment": { @@ -298801,10 +266308,7 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 0.907, "buy_limit": 40, - "release_date": "2023-06-28", - "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": 446000 @@ -298819,9 +266323,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.907, - "release_date": "2023-06-28", - "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": 595475 @@ -298836,8 +266337,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "release_date": "2023-06-28", - "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": 1100 @@ -298852,9 +266351,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.056, - "release_date": "2023-06-28", - "examine": "I can use items with this for nature offerings.", "wiki_name": "Ritual mulch", "wiki_url": "https://oldschool.runescape.wiki/w/Ritual_mulch", "price": 30000 @@ -298870,8 +266366,6 @@ "lowalch": 1, "highalch": 2, "buy_limit": 6000, - "release_date": "2023-06-28", - "examine": "Mmm this looks tasty.", "wiki_name": "Forester's ration", "wiki_url": "https://oldschool.runescape.wiki/w/Forester's_ration", "price": 47 @@ -298886,8 +266380,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "release_date": "2023-06-28", - "examine": "An ingredient for the secateurs attachment.", "wiki_name": "Secateurs blade", "wiki_url": "https://oldschool.runescape.wiki/w/Secateurs_blade", "price": 3540 @@ -298902,8 +266394,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "release_date": "2023-06-28", - "examine": "Collects leaves when chopping trees.", "wiki_name": "Secateurs attachment", "wiki_url": "https://oldschool.runescape.wiki/w/Secateurs_attachment", "price": 87 @@ -298918,9 +266408,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 1, - "release_date": "2023-06-28", - "examine": "A pouch for your dirty work clothes!", "wiki_name": "Clothes pouch", "wiki_url": "https://oldschool.runescape.wiki/w/Clothes_pouch", "price": 2474996 @@ -298935,9 +266422,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 1, - "release_date": "2023-06-28", - "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": 2420000 @@ -298951,9 +266435,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 1.36, - "release_date": "2023-06-28", - "examine": "You'll certainly be alright wearing this.", "wiki_name": "Forestry top", "wiki_url": "https://oldschool.runescape.wiki/w/Forestry_top", "equipment": { @@ -298985,9 +266466,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.907, - "release_date": "2023-06-28", - "examine": "You'll certainly be alright wearing these.", "wiki_name": "Forestry legs", "wiki_url": "https://oldschool.runescape.wiki/w/Forestry_legs", "equipment": { @@ -299019,9 +266497,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.453, - "release_date": "2023-06-28", - "examine": "You'll certainly be alright wearing this.", "wiki_name": "Forestry hat", "wiki_url": "https://oldschool.runescape.wiki/w/Forestry_hat", "equipment": { @@ -299053,9 +266528,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.907, - "release_date": "2023-06-28", - "examine": "You'll certainly be alright wearing these.", "wiki_name": "Forestry boots", "wiki_url": "https://oldschool.runescape.wiki/w/Forestry_boots", "equipment": { @@ -299087,9 +266559,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.907, - "release_date": "2023-06-28", - "examine": "A large handle for turning an axe into a felling axe.", "wiki_name": "Axe handle", "wiki_url": "https://oldschool.runescape.wiki/w/Axe_handle", "price": 2104901 @@ -299102,8 +266571,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "release_date": "2023-06-28", - "examine": "They're magicly expeditious.", "wiki_name": "Leprechaun charm", "wiki_url": "https://oldschool.runescape.wiki/w/Leprechaun_charm", "price": 4523 @@ -299116,8 +266583,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "release_date": "2023-06-28", - "examine": "I wonder how these can be used to attract a leprechaun?", "wiki_name": "Clover insignia", "wiki_url": "https://oldschool.runescape.wiki/w/Clover_insignia", "price": 16750 @@ -299126,9 +266591,6 @@ "id": 28183, "name": "Mulch", "cost": 0, - "weight": 0.35, - "release_date": "2023-06-28", - "examine": "A nutritional mulch made of different natural ingredients.", "wiki_name": "Mulch", "wiki_url": "https://oldschool.runescape.wiki/w/Mulch", "price": 0 @@ -299141,8 +266603,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "release_date": "2023-06-28", - "examine": "A handy helper for spreading pollen.", "wiki_name": "Bee on a stick", "wiki_url": "https://oldschool.runescape.wiki/w/Bee_on_a_stick", "price": 10693 @@ -299155,8 +266615,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "release_date": "2023-06-28", - "examine": "Carefully processed pollen that might make bees friendly.", "wiki_name": "Powdered pollen", "wiki_url": "https://oldschool.runescape.wiki/w/Powdered_pollen", "price": 92500 @@ -299166,9 +266624,6 @@ "name": "Strange pollen", "members": true, "cost": 0, - "weight": 0.005, - "release_date": "2023-06-28", - "examine": "Strange pollen freshly obtained from a flowering bush, useful for cross-pollination.", "wiki_name": "Strange pollen", "wiki_url": "https://oldschool.runescape.wiki/w/Strange_pollen", "price": 0 @@ -299183,9 +266638,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.05, - "release_date": "2023-06-28", - "examine": "I need to put this in a pottery oven.", "wiki_name": "Unfired cup", "wiki_url": "https://oldschool.runescape.wiki/w/Unfired_cup", "price": 32 @@ -299203,9 +266655,6 @@ "cost": 16, "lowalch": 6, "highalch": 9, - "weight": 1.814, - "release_date": "2023-06-28", - "examine": "A woodcutter's felling axe.", "wiki_name": "Bronze 2h axe", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_2h_axe", "equipment": { @@ -299275,9 +266724,6 @@ "cost": 161, "lowalch": 64, "highalch": 96, - "weight": 1.814, - "release_date": "2023-06-28", - "examine": "A woodcutter's felling axe.", "wiki_name": "Iron 2h axe", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_2h_axe", "equipment": { @@ -299347,9 +266793,6 @@ "cost": 161, "lowalch": 64, "highalch": 96, - "weight": 1.814, - "release_date": "2023-06-28", - "examine": "A woodcutter's felling axe.", "wiki_name": "Steel 2h axe", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_2h_axe", "equipment": { @@ -299419,9 +266862,6 @@ "cost": 161, "lowalch": 64, "highalch": 96, - "weight": 1.814, - "release_date": "2023-06-28", - "examine": "A sinister looking felling axe.", "wiki_name": "Black 2h axe", "wiki_url": "https://oldschool.runescape.wiki/w/Black_2h_axe", "equipment": { @@ -299491,9 +266931,6 @@ "cost": 161, "lowalch": 64, "highalch": 96, - "weight": 1.814, - "release_date": "2023-06-28", - "examine": "A powerful felling axe.", "wiki_name": "Mithril 2h axe", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_2h_axe", "equipment": { @@ -299563,9 +267000,6 @@ "cost": 161, "lowalch": 64, "highalch": 96, - "weight": 1.814, - "release_date": "2023-06-28", - "examine": "A powerful felling axe.", "wiki_name": "Adamant 2h axe", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_2h_axe", "equipment": { @@ -299635,9 +267069,6 @@ "cost": 161, "lowalch": 64, "highalch": 96, - "weight": 1.814, - "release_date": "2023-06-28", - "examine": "A powerful felling axe.", "wiki_name": "Rune 2h axe", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_2h_axe", "equipment": { @@ -299707,9 +267138,6 @@ "cost": 161, "lowalch": 64, "highalch": 96, - "weight": 1.814, - "release_date": "2023-06-28", - "examine": "A very powerful felling axe.", "wiki_name": "Dragon 2h axe", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_2h_axe", "equipment": { @@ -299776,9 +267204,6 @@ "cost": 161, "lowalch": 64, "highalch": 96, - "weight": 1.36, - "release_date": "2023-06-28", - "examine": "A very powerful felling axe.", "wiki_name": "Crystal 2h axe (Active)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_2h_axe#Active", "equipment": { @@ -299845,9 +267270,6 @@ "cost": 161, "lowalch": 64, "highalch": 96, - "weight": 1.814, - "release_date": "2023-06-28", - "examine": "A very powerful felling axe.", "wiki_name": "Crystal 2h axe (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_2h_axe#Inactive", "equipment": { @@ -299917,9 +267339,6 @@ "cost": 161, "lowalch": 64, "highalch": 96, - "weight": 1.814, - "release_date": "2023-06-28", - "examine": "A beautifully crafted felling axe, shaped by ancient smiths.", "wiki_name": "3rd age 2h axe", "wiki_url": "https://oldschool.runescape.wiki/w/3rd_age_2h_axe", "equipment": { @@ -299983,9 +267402,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2023-06-28", - "examine": "Looks like it's gotten through a lot of wood.", "wiki_name": "Beaver (Oak)", "wiki_url": "https://oldschool.runescape.wiki/w/Beaver#Oak", "price": 0 @@ -299997,9 +267413,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2023-06-28", - "examine": "Looks like it's gotten through a lot of wood.", "wiki_name": "Beaver (Willow)", "wiki_url": "https://oldschool.runescape.wiki/w/Beaver#Willow", "price": 0 @@ -300011,9 +267424,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2023-06-28", - "examine": "Looks like it's gotten through a lot of wood.", "wiki_name": "Beaver (Maple)", "wiki_url": "https://oldschool.runescape.wiki/w/Beaver#Maple", "price": 0 @@ -300025,9 +267435,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2023-06-28", - "examine": "Looks like it's gotten through a lot of wood.", "wiki_name": "Beaver (Yew)", "wiki_url": "https://oldschool.runescape.wiki/w/Beaver#Yew", "price": 0 @@ -300039,9 +267446,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2023-06-28", - "examine": "Looks like it's gotten through a lot of wood.", "wiki_name": "Beaver (Magic)", "wiki_url": "https://oldschool.runescape.wiki/w/Beaver#Magic", "price": 0 @@ -300053,9 +267457,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2023-06-28", - "examine": "Looks like it's gotten through a lot of wood.", "wiki_name": "Beaver (Redwood)", "wiki_url": "https://oldschool.runescape.wiki/w/Beaver#Redwood", "price": 0 @@ -300067,9 +267468,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2023-06-28", - "examine": "Looks like it's gotten through a lot of wood.", "wiki_name": "Beaver (Teak)", "wiki_url": "https://oldschool.runescape.wiki/w/Beaver#Teak", "price": 0 @@ -300081,9 +267479,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2023-06-28", - "examine": "Looks like it's gotten through a lot of wood.", "wiki_name": "Beaver (Mahogany)", "wiki_url": "https://oldschool.runescape.wiki/w/Beaver#Mahogany", "price": 0 @@ -300095,9 +267490,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2023-06-28", - "examine": "Looks like it's gotten through a lot of wood.", "wiki_name": "Beaver (Arctic Pine)", "wiki_url": "https://oldschool.runescape.wiki/w/Beaver#Arctic_Pine", "price": 0 @@ -300109,9 +267501,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2023-07-26", - "examine": "A very old and powerful stick, enhanced with the power of blood magic.", "wiki_name": "Blood ancient sceptre (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Blood_ancient_sceptre#Broken", "price": 0 @@ -300123,9 +267512,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2023-07-26", - "examine": "A very old and powerful stick, enhanced with the power of smoke magic.", "wiki_name": "Smoke ancient sceptre (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Smoke_ancient_sceptre#Broken", "price": 0 @@ -300137,9 +267523,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2023-07-26", - "examine": "A very old and powerful stick, enhanced with the power of ice magic.", "wiki_name": "Ice ancient sceptre (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Ice_ancient_sceptre#Broken", "price": 0 @@ -300151,9 +267534,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2.267, - "release_date": "2023-07-26", - "examine": "A very old and powerful stick, enhanced with the power of shadow magic.", "wiki_name": "Shadow ancient sceptre (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Shadow_ancient_sceptre#Broken", "price": 0 @@ -300163,9 +267543,6 @@ "name": "Wisp", "members": true, "cost": 1, - "weight": 0.015, - "release_date": "2023-07-26", - "examine": "Born in the shadows.", "wiki_name": "Wisp", "wiki_url": "https://oldschool.runescape.wiki/w/Wisp", "price": 0 @@ -300175,9 +267552,6 @@ "name": "Butch", "members": true, "cost": 1, - "weight": 0.015, - "release_date": "2023-07-26", - "examine": "A tiny headless executioner.", "wiki_name": "Butch", "wiki_url": "https://oldschool.runescape.wiki/w/Butch", "price": 0 @@ -300187,9 +267561,6 @@ "name": "Baron", "members": true, "cost": 1, - "weight": 0.015, - "release_date": "2023-07-26", - "examine": "Better keep an eye on this one.", "wiki_name": "Baron", "wiki_url": "https://oldschool.runescape.wiki/w/Baron", "price": 0 @@ -300199,9 +267570,6 @@ "name": "Lil'viathan", "members": true, "cost": 1, - "weight": 0.015, - "release_date": "2023-07-26", - "examine": "A small creature deformed by the Abyss.", "wiki_name": "Lil'viathan", "wiki_url": "https://oldschool.runescape.wiki/w/Lil'viathan", "price": 0 @@ -300215,9 +267583,6 @@ "cost": 200000, "lowalch": 80000, "highalch": 120000, - "weight": 2.721, - "release_date": "2023-07-28", - "examine": "An ancient warrior's full helm.", "wiki_name": "Sanguine torva full helm", "wiki_url": "https://oldschool.runescape.wiki/w/Sanguine_torva_full_helm", "equipment": { @@ -300249,9 +267614,6 @@ "cost": 600000, "lowalch": 240000, "highalch": 360000, - "weight": 9.979, - "release_date": "2023-07-28", - "examine": "An ancient warrior's platebody.", "wiki_name": "Sanguine torva platebody", "wiki_url": "https://oldschool.runescape.wiki/w/Sanguine_torva_platebody", "equipment": { @@ -300283,9 +267645,6 @@ "cost": 400000, "lowalch": 160000, "highalch": 240000, - "weight": 9.071, - "release_date": "2023-07-28", - "examine": "An ancient warrior's platelegs.", "wiki_name": "Sanguine torva platelegs", "wiki_url": "https://oldschool.runescape.wiki/w/Sanguine_torva_platelegs", "equipment": { @@ -300313,9 +267672,6 @@ "name": "Blood quartz", "members": true, "cost": 100000, - "weight": 0.02, - "release_date": "2023-07-26", - "examine": "Made of condensed blood energy.", "wiki_name": "Blood quartz", "wiki_url": "https://oldschool.runescape.wiki/w/Blood_quartz", "price": 0 @@ -300325,9 +267681,6 @@ "name": "Ice quartz", "members": true, "cost": 100000, - "weight": 0.02, - "release_date": "2023-07-26", - "examine": "Made of condensed ice energy.", "wiki_name": "Ice quartz", "wiki_url": "https://oldschool.runescape.wiki/w/Ice_quartz", "price": 0 @@ -300337,9 +267690,6 @@ "name": "Shadow quartz", "members": true, "cost": 100000, - "weight": 0.02, - "release_date": "2023-07-26", - "examine": "Made of condensed shadow energy.", "wiki_name": "Shadow quartz", "wiki_url": "https://oldschool.runescape.wiki/w/Shadow_quartz", "price": 0, @@ -300351,9 +267701,6 @@ "name": "Smoke quartz", "members": true, "cost": 100000, - "weight": 0.02, - "release_date": "2023-07-26", - "examine": "Made of condensed smoke energy.", "wiki_name": "Smoke quartz", "wiki_url": "https://oldschool.runescape.wiki/w/Smoke_quartz", "price": 0, @@ -300370,10 +267717,7 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 3, "buy_limit": 8, - "release_date": "2023-07-26", - "examine": "A dense clump of corroded metal.", "wiki_name": "Chromium ingot", "wiki_url": "https://oldschool.runescape.wiki/w/Chromium_ingot", "price": 99905 @@ -300385,9 +267729,6 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 0.004, - "release_date": "2023-07-26", - "examine": "A fragment of ancient power.", "wiki_name": "Bellator vestige", "wiki_url": "https://oldschool.runescape.wiki/w/Bellator_vestige", "price": 0 @@ -300399,9 +267740,6 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 0.004, - "release_date": "2023-07-26", - "examine": "A fragment of ancient power.", "wiki_name": "Magus vestige", "wiki_url": "https://oldschool.runescape.wiki/w/Magus_vestige", "price": 0 @@ -300413,9 +267751,6 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 0.004, - "release_date": "2023-07-26", - "examine": "A fragment of ancient power.", "wiki_name": "Venator vestige", "wiki_url": "https://oldschool.runescape.wiki/w/Venator_vestige", "price": 0 @@ -300427,9 +267762,6 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 0.004, - "release_date": "2023-07-26", - "examine": "A fragment of ancient power.", "wiki_name": "Ultor vestige", "wiki_url": "https://oldschool.runescape.wiki/w/Ultor_vestige", "price": 0 @@ -300441,9 +267773,6 @@ "cost": 58000, "lowalch": 23200, "highalch": 34800, - "weight": 0.006, - "release_date": "2023-07-26", - "examine": "Ancient energy that has been fused with the symbol of a berserker.", "wiki_name": "Ultor icon", "wiki_url": "https://oldschool.runescape.wiki/w/Ultor_icon", "price": 0 @@ -300455,9 +267784,6 @@ "cost": 58000, "lowalch": 23200, "highalch": 34800, - "weight": 0.006, - "release_date": "2023-07-26", - "examine": "Ancient energy that has been fused with the symbol of an archer.", "wiki_name": "Venator icon", "wiki_url": "https://oldschool.runescape.wiki/w/Venator_icon", "price": 0 @@ -300469,9 +267795,6 @@ "cost": 58000, "lowalch": 23200, "highalch": 34800, - "weight": 0.006, - "release_date": "2023-07-26", - "examine": "Ancient energy that has been fused with the symbol of a seer.", "wiki_name": "Magus icon", "wiki_url": "https://oldschool.runescape.wiki/w/Magus_icon", "price": 0 @@ -300483,9 +267806,6 @@ "cost": 58000, "lowalch": 23200, "highalch": 34800, - "weight": 0.006, - "release_date": "2023-07-26", - "examine": "Ancient energy that has been fused with the symbol of a warrior.", "wiki_name": "Bellator icon", "wiki_url": "https://oldschool.runescape.wiki/w/Bellator_icon", "price": 0 @@ -300500,9 +267820,6 @@ "cost": 8000, "lowalch": 3200, "highalch": 4800, - "weight": 0.002, - "release_date": "2023-07-26", - "examine": "The icon of a berserker.", "wiki_name": "Berserker icon", "wiki_url": "https://oldschool.runescape.wiki/w/Berserker_icon", "price": 4690250 @@ -300517,9 +267834,6 @@ "cost": 8000, "lowalch": 3200, "highalch": 4800, - "weight": 0.002, - "release_date": "2023-07-26", - "examine": "The icon of an archer.", "wiki_name": "Archer icon", "wiki_url": "https://oldschool.runescape.wiki/w/Archer_icon", "price": 2070000 @@ -300534,9 +267848,6 @@ "cost": 8000, "lowalch": 3200, "highalch": 4800, - "weight": 0.002, - "release_date": "2023-07-26", - "examine": "The icon of a warrior.", "wiki_name": "Warrior icon", "wiki_url": "https://oldschool.runescape.wiki/w/Warrior_icon", "price": 82053 @@ -300551,9 +267862,6 @@ "cost": 8000, "lowalch": 3200, "highalch": 4800, - "weight": 0.002, - "release_date": "2023-07-26", - "examine": "The icon of an archer.", "wiki_name": "Seers icon", "wiki_url": "https://oldschool.runescape.wiki/w/Seers_icon", "price": 560000 @@ -300570,9 +267878,6 @@ "cost": 140000, "lowalch": 56000, "highalch": 84000, - "weight": 0.012, - "release_date": "2023-07-26", - "examine": "An occult ring that grants immense physical power.", "wiki_name": "Ultor ring", "wiki_url": "https://oldschool.runescape.wiki/w/Ultor_ring", "equipment": { @@ -300607,9 +267912,6 @@ "cost": 140000, "lowalch": 56000, "highalch": 84000, - "weight": 0.012, - "release_date": "2023-07-26", - "examine": "An occult ring that grants immense dexterity.", "wiki_name": "Venator ring", "wiki_url": "https://oldschool.runescape.wiki/w/Venator_ring", "equipment": { @@ -300644,9 +267946,6 @@ "cost": 140000, "lowalch": 56000, "highalch": 84000, - "weight": 0.012, - "release_date": "2023-07-26", - "examine": "An occult ring that grants immense magical power.", "wiki_name": "Magus ring", "wiki_url": "https://oldschool.runescape.wiki/w/Magus_ring", "equipment": { @@ -300681,9 +267980,6 @@ "cost": 140000, "lowalch": 56000, "highalch": 84000, - "weight": 0.012, - "release_date": "2023-07-26", - "examine": "An occult ring that grants immense slicing power.", "wiki_name": "Bellator ring", "wiki_url": "https://oldschool.runescape.wiki/w/Bellator_ring", "equipment": { @@ -300713,9 +268009,6 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 0.001, - "release_date": "2023-07-26", - "examine": "The head of an axe that has killed hundreds.", "wiki_name": "Executioner's axe head", "wiki_url": "https://oldschool.runescape.wiki/w/Executioner's_axe_head", "price": 0 @@ -300727,9 +268020,6 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 0.001, - "release_date": "2023-07-26", - "examine": "It's still moving...", "wiki_name": "Eye of the duke", "wiki_url": "https://oldschool.runescape.wiki/w/Eye_of_the_duke", "price": 0 @@ -300741,9 +268031,6 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 0.001, - "release_date": "2023-07-26", - "examine": "A staff that writhes with shadows.", "wiki_name": "Siren's staff", "wiki_url": "https://oldschool.runescape.wiki/w/Siren's_staff", "price": 0 @@ -300755,9 +268042,6 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 0.001, - "release_date": "2023-07-26", - "examine": "The lure of an ancient beast.", "wiki_name": "Leviathan's lure", "wiki_url": "https://oldschool.runescape.wiki/w/Leviathan's_lure", "price": 0 @@ -300771,9 +268055,6 @@ "cost": 75000, "lowalch": 30000, "highalch": 45000, - "weight": 0.004, - "release_date": "2023-07-26", - "examine": "A powerful ring used to see into other realms...", "wiki_name": "Ring of shadows (Charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Ring_of_shadows#Charged", "equipment": { @@ -300806,8 +268087,6 @@ "lowalch": 30000, "highalch": 45000, "weight": 0.004, - "release_date": "2023-07-26", - "examine": "A powerful ring used to see into other realms...", "wiki_name": "Ring of shadows (uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Ring_of_shadows#Uncharged", "equipment": { @@ -300835,9 +268114,6 @@ "name": "Strangled tablet", "members": true, "cost": 75000, - "weight": 0.5, - "release_date": "2023-07-26", - "examine": "Strange glowing symbols are inscribed upon this tablet.", "wiki_name": "Strangled tablet", "wiki_url": "https://oldschool.runescape.wiki/w/Strangled_tablet", "price": 0, @@ -300849,9 +268125,6 @@ "name": "Sirenic tablet", "members": true, "cost": 75000, - "weight": 0.5, - "release_date": "2023-07-26", - "examine": "Strange glowing symbols are inscribed upon this tablet.", "wiki_name": "Sirenic tablet", "wiki_url": "https://oldschool.runescape.wiki/w/Sirenic_tablet", "price": 0, @@ -300863,9 +268136,6 @@ "name": "Scarred tablet", "members": true, "cost": 75000, - "weight": 0.5, - "release_date": "2023-07-26", - "examine": "Strange glowing symbols are inscribed upon this tablet.", "wiki_name": "Scarred tablet", "wiki_url": "https://oldschool.runescape.wiki/w/Scarred_tablet", "price": 0, @@ -300877,9 +268147,6 @@ "name": "Frozen tablet", "members": true, "cost": 75000, - "weight": 0.5, - "release_date": "2023-07-26", - "examine": "Strange glowing symbols are inscribed upon this tablet.", "wiki_name": "Frozen tablet", "wiki_url": "https://oldschool.runescape.wiki/w/Frozen_tablet", "price": 0, @@ -300896,10 +268163,7 @@ "cost": 75000, "lowalch": 30000, "highalch": 45000, - "weight": 0.4, "buy_limit": 50, - "release_date": "2023-07-26", - "examine": "A mysterious orb of unknown power. What could it do?", "wiki_name": "Awakener's orb", "wiki_url": "https://oldschool.runescape.wiki/w/Awakener's_orb", "price": 700000 @@ -300911,9 +268175,6 @@ "cost": 9500, "lowalch": 3800, "highalch": 5700, - "weight": 0.5, - "release_date": "2023-07-26", - "examine": "Facilitates the imbuing of blood runes into ancient armour.", "wiki_name": "Ancient blood ornament kit", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_blood_ornament_kit", "price": 0 @@ -300923,9 +268184,6 @@ "name": "Musca mushroom", "members": true, "cost": 200, - "weight": 0.01, - "release_date": "2023-07-26", - "examine": "A cold mushroom.", "wiki_name": "Musca mushroom", "wiki_url": "https://oldschool.runescape.wiki/w/Musca_mushroom", "price": 0 @@ -300936,8 +268194,6 @@ "members": true, "stackable": true, "cost": 200, - "release_date": "2023-07-26", - "examine": "Mushroom in powder form.", "wiki_name": "Musca powder", "wiki_url": "https://oldschool.runescape.wiki/w/Musca_powder", "price": 0 @@ -300947,9 +268203,6 @@ "name": "Holos mushroom", "members": true, "cost": 200, - "weight": 0.01, - "release_date": "2023-07-26", - "examine": "A cold mushroom.", "wiki_name": "Holos mushroom", "wiki_url": "https://oldschool.runescape.wiki/w/Holos_mushroom", "price": 0 @@ -300960,8 +268213,6 @@ "members": true, "stackable": true, "cost": 200, - "release_date": "2023-07-26", - "examine": "Mushroom in powder form.", "wiki_name": "Holos powder", "wiki_url": "https://oldschool.runescape.wiki/w/Holos_powder", "price": 0 @@ -300971,9 +268222,6 @@ "name": "Arder mushroom", "members": true, "cost": 200, - "weight": 0.01, - "release_date": "2023-07-26", - "examine": "A cold mushroom.", "wiki_name": "Arder mushroom", "wiki_url": "https://oldschool.runescape.wiki/w/Arder_mushroom", "price": 0 @@ -300984,8 +268232,6 @@ "members": true, "stackable": true, "cost": 200, - "release_date": "2023-07-26", - "examine": "Mushroom in powder form.", "wiki_name": "Arder powder", "wiki_url": "https://oldschool.runescape.wiki/w/Arder_powder", "price": 0 @@ -300995,9 +268241,6 @@ "name": "Resper mushroom", "members": true, "cost": 200, - "weight": 0.01, - "release_date": "2023-07-26", - "examine": "A cold mushroom.", "wiki_name": "Resper mushroom", "wiki_url": "https://oldschool.runescape.wiki/w/Resper_mushroom", "price": 0 @@ -301010,8 +268253,6 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "release_date": "2023-07-26", - "examine": "Mushroom in powder form.", "wiki_name": "Resper powder", "wiki_url": "https://oldschool.runescape.wiki/w/Resper_powder", "price": 0 @@ -301022,8 +268263,6 @@ "members": true, "stackable": true, "cost": 200, - "release_date": "2023-07-26", - "examine": "A strange salt from deep underground.", "wiki_name": "Salax salt", "wiki_url": "https://oldschool.runescape.wiki/w/Salax_salt", "price": 0 @@ -301033,9 +268272,6 @@ "name": "Musca-holos poison", "members": true, "cost": 200, - "weight": 0.05, - "release_date": "2023-07-26", - "examine": "A nasty fungal poison.", "wiki_name": "Musca-holos poison", "wiki_url": "https://oldschool.runescape.wiki/w/Musca-holos_poison", "price": 0 @@ -301045,9 +268281,6 @@ "name": "Arder-musca poison", "members": true, "cost": 200, - "weight": 0.05, - "release_date": "2023-07-26", - "examine": "A nasty fungal poison.", "wiki_name": "Arder-musca poison", "wiki_url": "https://oldschool.runescape.wiki/w/Arder-musca_poison", "price": 0 @@ -301057,9 +268290,6 @@ "name": "Musca-resper poison", "members": true, "cost": 200, - "weight": 0.05, - "release_date": "2023-07-26", - "examine": "A nasty fungal poison.", "wiki_name": "Musca-resper poison", "wiki_url": "https://oldschool.runescape.wiki/w/Musca-resper_poison", "price": 0 @@ -301069,9 +268299,6 @@ "name": "Holos-arder poison", "members": true, "cost": 200, - "weight": 0.05, - "release_date": "2023-07-26", - "examine": "A nasty fungal poison.", "wiki_name": "Holos-arder poison", "wiki_url": "https://oldschool.runescape.wiki/w/Holos-arder_poison", "price": 0 @@ -301081,9 +268308,6 @@ "name": "Resper-holos poison", "members": true, "cost": 200, - "weight": 0.05, - "release_date": "2023-07-26", - "examine": "A nasty fungal poison.", "wiki_name": "Resper-holos poison", "wiki_url": "https://oldschool.runescape.wiki/w/Resper-holos_poison", "price": 0 @@ -301093,9 +268317,6 @@ "name": "Arder-resper poison", "members": true, "cost": 200, - "weight": 0.05, - "release_date": "2023-07-26", - "examine": "A nasty fungal poison.", "wiki_name": "Arder-resper poison", "wiki_url": "https://oldschool.runescape.wiki/w/Arder-resper_poison", "price": 0 @@ -301107,9 +268328,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.5, - "release_date": "2023-07-26", - "examine": "It's vibrating with energy!", "wiki_name": "Blackstone fragment (Glowing)", "wiki_url": "https://oldschool.runescape.wiki/w/Blackstone_fragment#Glowing", "price": 0 @@ -301121,9 +268339,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.5, - "release_date": "2023-07-26", - "examine": "A strange shard of dark stone with various modifications.", "wiki_name": "Blackstone fragment (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Blackstone_fragment#Normal", "price": 0 @@ -301133,9 +268348,6 @@ "name": "Strange icon", "members": true, "cost": 30, - "weight": 0.028, - "release_date": "2023-07-26", - "examine": "A mysterious icon.", "wiki_name": "Strange icon (Desert Treasure II - The Fallen Empire)", "wiki_url": "https://oldschool.runescape.wiki/w/Strange_icon_(Desert_Treasure_II_-_The_Fallen_Empire)", "price": 0 @@ -301147,9 +268359,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.028, - "release_date": "2023-07-26", - "examine": "Part of a mysterious icon.", "wiki_name": "Icon segment (Palm and thumb)", "wiki_url": "https://oldschool.runescape.wiki/w/Icon_segment#Palm_and_thumb", "price": 0 @@ -301161,9 +268370,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.028, - "release_date": "2023-07-26", - "examine": "Part of a mysterious icon.", "wiki_name": "Icon segment (Fingers)", "wiki_url": "https://oldschool.runescape.wiki/w/Icon_segment#Fingers", "price": 0 @@ -301173,9 +268379,6 @@ "name": "Very long rope", "members": true, "cost": 30, - "weight": 1.814, - "release_date": "2023-07-26", - "examine": "A very long coil of rope.", "wiki_name": "Very long rope", "wiki_url": "https://oldschool.runescape.wiki/w/Very_long_rope", "price": 0 @@ -301185,9 +268388,6 @@ "name": "Basic shadow torch", "members": true, "cost": 30, - "weight": 0.5, - "release_date": "2023-07-26", - "examine": "A torch that can pierce the Shadow Realm.", "wiki_name": "Basic shadow torch", "wiki_url": "https://oldschool.runescape.wiki/w/Basic_shadow_torch", "price": 0 @@ -301197,9 +268397,6 @@ "name": "Superior shadow torch", "members": true, "cost": 30, - "weight": 0.5, - "release_date": "2023-07-26", - "examine": "A torch that can pierce the Shadow Realm.", "wiki_name": "Superior shadow torch", "wiki_url": "https://oldschool.runescape.wiki/w/Superior_shadow_torch", "price": 0 @@ -301211,9 +268408,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.5, - "release_date": "2023-07-26", - "examine": "A torch that can pierce the Shadow Realm.", "wiki_name": "Perfected shadow torch", "wiki_url": "https://oldschool.runescape.wiki/w/Perfected_shadow_torch", "price": 0 @@ -301223,9 +268417,6 @@ "name": "Shadow blocker", "members": true, "cost": 30, - "weight": 3, - "release_date": "2023-07-26", - "examine": "Keeps the shadows at bay.", "wiki_name": "Shadow blocker", "wiki_url": "https://oldschool.runescape.wiki/w/Shadow_blocker", "price": 0 @@ -301235,9 +268426,6 @@ "name": "Revitalising idol", "members": true, "cost": 30, - "weight": 3, - "release_date": "2023-07-26", - "examine": "Helps to protect you from the influence of the Shadow Realm.", "wiki_name": "Revitalising idol", "wiki_url": "https://oldschool.runescape.wiki/w/Revitalising_idol", "price": 0 @@ -301249,9 +268437,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 3, - "release_date": "2023-07-26", - "examine": "A strange magical portal.", "wiki_name": "Anima portal", "wiki_url": "https://oldschool.runescape.wiki/w/Anima_portal", "price": 0 @@ -301263,9 +268448,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.01, - "release_date": "2023-07-26", - "examine": "A strange key that seems to flicker in and out of existence.", "wiki_name": "Shadow key (Purple)", "wiki_url": "https://oldschool.runescape.wiki/w/Shadow_key#Purple", "price": 0 @@ -301277,9 +268459,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.01, - "release_date": "2023-07-26", - "examine": "A strange key that seems to flicker in and out of existence.", "wiki_name": "Shadow key (Blue)", "wiki_url": "https://oldschool.runescape.wiki/w/Shadow_key#Blue", "price": 0 @@ -301291,9 +268470,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.01, - "release_date": "2023-07-26", - "examine": "A strange key that seems to flicker in and out of existence.", "wiki_name": "Shadow key (White)", "wiki_url": "https://oldschool.runescape.wiki/w/Shadow_key#White", "price": 0 @@ -301305,9 +268481,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.01, - "release_date": "2023-07-26", - "examine": "A strange key that seems to flicker in and out of existence.", "wiki_name": "Shadow key (Red)", "wiki_url": "https://oldschool.runescape.wiki/w/Shadow_key#Red", "price": 0 @@ -301319,9 +268492,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.01, - "release_date": "2023-07-26", - "examine": "A strange key that seems to flicker in and out of existence.", "wiki_name": "Shadow key (Green)", "wiki_url": "https://oldschool.runescape.wiki/w/Shadow_key#Green", "price": 0 @@ -301331,9 +268501,6 @@ "name": "Anima portal schematic", "members": true, "cost": 30, - "weight": 0.004, - "release_date": "2023-07-26", - "examine": "A design for something called an Anima Portal.", "wiki_name": "Anima portal schematic", "wiki_url": "https://oldschool.runescape.wiki/w/Anima_portal_schematic", "price": 0 @@ -301343,9 +268510,6 @@ "name": "Revitalising idol schematic", "members": true, "cost": 30, - "weight": 0.004, - "release_date": "2023-07-26", - "examine": "A design for something called a Revitalising Idol.", "wiki_name": "Revitalising idol schematic", "wiki_url": "https://oldschool.runescape.wiki/w/Revitalising_idol_schematic", "price": 0 @@ -301357,9 +268521,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.004, - "release_date": "2023-07-26", - "examine": "A design for something called a Shadow Blocker.", "wiki_name": "Shadow blocker schematic", "wiki_url": "https://oldschool.runescape.wiki/w/Shadow_blocker_schematic", "price": 0 @@ -301369,9 +268530,6 @@ "name": "Basic shadow torch schematic", "members": true, "cost": 30, - "weight": 0.004, - "release_date": "2023-07-26", - "examine": "A design for a basic shadow torch.", "wiki_name": "Basic shadow torch schematic", "wiki_url": "https://oldschool.runescape.wiki/w/Basic_shadow_torch_schematic", "price": 0 @@ -301381,9 +268539,6 @@ "name": "Superior shadow torch schematic", "members": true, "cost": 30, - "weight": 0.004, - "release_date": "2023-07-26", - "examine": "A design for a superior shadow torch.", "wiki_name": "Superior shadow torch schematic", "wiki_url": "https://oldschool.runescape.wiki/w/Superior_shadow_torch_schematic", "price": 0 @@ -301393,9 +268548,6 @@ "name": "Perfected shadow torch schematic", "members": true, "cost": 30, - "weight": 0.004, - "release_date": "2023-07-26", - "examine": "A design for a perfected shadow torch.", "wiki_name": "Perfected shadow torch schematic", "wiki_url": "https://oldschool.runescape.wiki/w/Perfected_shadow_torch_schematic", "price": 0 @@ -301405,9 +268557,6 @@ "name": "Potion note", "members": true, "cost": 30, - "weight": 0.028, - "release_date": "2023-07-26", - "examine": "A note about a potion.", "wiki_name": "Potion note", "wiki_url": "https://oldschool.runescape.wiki/w/Potion_note", "price": 0 @@ -301417,9 +268566,6 @@ "name": "Strange potion", "members": true, "cost": 30, - "weight": 0.025, - "release_date": "2023-07-26", - "examine": "A strange potion.", "wiki_name": "Strange potion (Desert Treasure II - The Fallen Empire)", "wiki_url": "https://oldschool.runescape.wiki/w/Strange_potion_(Desert_Treasure_II_-_The_Fallen_Empire)", "price": 0 @@ -301429,9 +268575,6 @@ "name": "Korbal herb", "members": true, "cost": 30, - "weight": 0.007, - "release_date": "2023-07-26", - "examine": "A strange herb.", "wiki_name": "Korbal herb", "wiki_url": "https://oldschool.runescape.wiki/w/Korbal_herb", "price": 0 @@ -301441,9 +268584,6 @@ "name": "Argian berries", "members": true, "cost": 30, - "weight": 0.007, - "release_date": "2023-07-26", - "examine": "Some strange berries.", "wiki_name": "Argian berries", "wiki_url": "https://oldschool.runescape.wiki/w/Argian_berries", "price": 0 @@ -301455,9 +268595,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.056, - "release_date": "2023-07-26", - "examine": "It needs some ingredients adding to it.", "wiki_name": "Unfinished serum (Step 1)", "wiki_url": "https://oldschool.runescape.wiki/w/Unfinished_serum#Step_1", "price": 0 @@ -301469,9 +268606,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.056, - "release_date": "2023-07-26", - "examine": "It needs some ingredients adding to it.", "wiki_name": "Unfinished serum (Step 2)", "wiki_url": "https://oldschool.runescape.wiki/w/Unfinished_serum#Step_2", "price": 0 @@ -301481,9 +268615,6 @@ "name": "Strangler serum", "members": true, "cost": 30, - "weight": 0.056, - "release_date": "2023-07-26", - "examine": "It smells horrible.", "wiki_name": "Strangler serum", "wiki_url": "https://oldschool.runescape.wiki/w/Strangler_serum", "price": 0 @@ -301493,9 +268624,6 @@ "name": "Temple key", "members": true, "cost": 1500, - "weight": 0.012, - "release_date": "2023-07-26", - "examine": "A very old key.", "wiki_name": "Temple key (Desert Treasure II - The Fallen Empire)", "wiki_url": "https://oldschool.runescape.wiki/w/Temple_key_(Desert_Treasure_II_-_The_Fallen_Empire)", "price": 0 @@ -301505,9 +268633,6 @@ "name": "Barricade", "noteable": true, "cost": 30, - "weight": 5, - "release_date": "2023-07-26", - "examine": "Seems pretty sturdy!", "wiki_name": "Barricade (Desert Treasure II - The Fallen Empire)", "wiki_url": "https://oldschool.runescape.wiki/w/Barricade_(Desert_Treasure_II_-_The_Fallen_Empire)", "price": 0 @@ -301517,9 +268642,6 @@ "name": "Satchel", "members": true, "cost": 30, - "weight": 0.15, - "release_date": "2023-07-26", - "examine": "A small satchel of explosives.", "wiki_name": "Satchel (Desert Treasure II - The Fallen Empire)", "wiki_url": "https://oldschool.runescape.wiki/w/Satchel_(Desert_Treasure_II_-_The_Fallen_Empire)", "price": 0 @@ -301531,9 +268653,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.056, - "release_date": "2023-07-26", - "examine": "Magically detonates the nearest satchel of explosives. Cool!", "wiki_name": "Detonator", "wiki_url": "https://oldschool.runescape.wiki/w/Detonator", "price": 0 @@ -301545,9 +268664,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.003, - "release_date": "2023-07-26", - "examine": "A page of a journal written long ago.", "wiki_name": "Tatty page (Day 1)", "wiki_url": "https://oldschool.runescape.wiki/w/Tatty_page#Day_1", "price": 0 @@ -301559,9 +268675,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.003, - "release_date": "2023-07-26", - "examine": "A page of a journal written long ago.", "wiki_name": "Tatty page (Day 2)", "wiki_url": "https://oldschool.runescape.wiki/w/Tatty_page#Day_2", "price": 0 @@ -301573,9 +268686,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.003, - "release_date": "2023-07-26", - "examine": "A page of a journal written long ago.", "wiki_name": "Tatty page (Day 3)", "wiki_url": "https://oldschool.runescape.wiki/w/Tatty_page#Day_3", "price": 0 @@ -301587,9 +268697,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.003, - "release_date": "2023-07-26", - "examine": "A page of a journal written long ago.", "wiki_name": "Tatty page (Day 4)", "wiki_url": "https://oldschool.runescape.wiki/w/Tatty_page#Day_4", "price": 0 @@ -301601,9 +268708,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.003, - "release_date": "2023-07-26", - "examine": "A page of a journal written long ago.", "wiki_name": "Tatty page (Day 5)", "wiki_url": "https://oldschool.runescape.wiki/w/Tatty_page#Day_5", "price": 0 @@ -301615,9 +268719,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.003, - "release_date": "2023-07-26", - "examine": "A page of a journal written long ago.", "wiki_name": "Tatty page (Day 6)", "wiki_url": "https://oldschool.runescape.wiki/w/Tatty_page#Day_6", "price": 0 @@ -301629,9 +268730,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.003, - "release_date": "2023-07-26", - "examine": "A page of a journal written long ago.", "wiki_name": "Tatty page (Day 7)", "wiki_url": "https://oldschool.runescape.wiki/w/Tatty_page#Day_7", "price": 0 @@ -301643,9 +268741,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.028, - "release_date": "2023-07-26", - "examine": "It's covered in dirt.", "wiki_name": "Mucky note", "wiki_url": "https://oldschool.runescape.wiki/w/Mucky_note", "price": 0 @@ -301656,8 +268751,6 @@ "members": true, "stackable": true, "cost": 30, - "release_date": "2023-07-26", - "examine": "An empty cell for storing runic energy.", "wiki_name": "Uncharged cell (Desert Treasure II - The Fallen Empire)", "wiki_url": "https://oldschool.runescape.wiki/w/Uncharged_cell_(Desert_Treasure_II_-_The_Fallen_Empire)", "price": 0 @@ -301668,8 +268761,6 @@ "members": true, "stackable": true, "cost": 30, - "release_date": "2023-07-26", - "examine": "It's been charged with ancient runic energy.", "wiki_name": "Charged cell", "wiki_url": "https://oldschool.runescape.wiki/w/Charged_cell", "price": 0 @@ -301679,9 +268770,6 @@ "name": "Vardorvis' medallion", "members": true, "cost": 100, - "weight": 0.5, - "release_date": "2023-07-26", - "examine": "An ancient medallion that once belonged to Vardorvis.", "wiki_name": "Vardorvis' medallion", "wiki_url": "https://oldschool.runescape.wiki/w/Vardorvis'_medallion", "price": 0 @@ -301691,9 +268779,6 @@ "name": "Perseriya's medallion", "members": true, "cost": 100, - "weight": 0.5, - "release_date": "2023-07-26", - "examine": "An ancient medallion that once belonged to Perseriya.", "wiki_name": "Perseriya's medallion", "wiki_url": "https://oldschool.runescape.wiki/w/Perseriya's_medallion", "price": 0 @@ -301703,9 +268788,6 @@ "name": "Sucellus' medallion", "members": true, "cost": 100, - "weight": 0.5, - "release_date": "2023-07-26", - "examine": "An ancient medallion that once belonged to Duke Sucellus.", "wiki_name": "Sucellus' medallion", "wiki_url": "https://oldschool.runescape.wiki/w/Sucellus'_medallion", "price": 0 @@ -301717,9 +268799,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.5, - "release_date": "2023-07-26", - "examine": "An ancient medallion that once belonged to the Whisperer.", "wiki_name": "Whisperer's medallion", "wiki_url": "https://oldschool.runescape.wiki/w/Whisperer's_medallion", "price": 0 @@ -301729,9 +268808,6 @@ "name": "Hair clip", "members": true, "cost": 30, - "weight": 0.001, - "release_date": "2023-07-26", - "examine": "I could use this to pick a lock.", "wiki_name": "Hair clip (Desert Treasure II - The Fallen Empire)", "wiki_url": "https://oldschool.runescape.wiki/w/Hair_clip_(Desert_Treasure_II_-_The_Fallen_Empire)", "price": 0 @@ -301741,8 +268817,6 @@ "name": "Ancient lamp", "cost": 1, "weight": 0.1, - "release_date": "2023-07-26", - "examine": "Good for rubbing.", "wiki_name": "Ancient lamp", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_lamp", "price": 0 @@ -301752,9 +268826,6 @@ "name": "Dr banikan", "members": true, "cost": 1, - "weight": 0.001, - "release_date": "2023-07-26", - "examine": "A mysterious archaeologist.", "wiki_name": "Dr banikan (item)", "wiki_url": "https://oldschool.runescape.wiki/w/Dr_banikan_(item)", "price": 0 @@ -301764,9 +268835,6 @@ "name": "Prisoner's letter", "members": true, "cost": 30, - "weight": 0.003, - "release_date": "2023-07-26", - "examine": "A letter written to a prisoner.", "wiki_name": "Prisoner's letter", "wiki_url": "https://oldschool.runescape.wiki/w/Prisoner's_letter", "price": 0 @@ -301776,9 +268844,6 @@ "name": "Knife", "members": true, "cost": 30, - "weight": 0.453, - "release_date": "2023-07-26", - "examine": "A dangerous looking knife.", "wiki_name": "Knife (Desert Treasure II - The Fallen Empire)", "wiki_url": "https://oldschool.runescape.wiki/w/Knife_(Desert_Treasure_II_-_The_Fallen_Empire)", "price": 0 @@ -301788,9 +268853,6 @@ "name": "Chisel", "members": true, "cost": 30, - "weight": 0.453, - "release_date": "2023-07-26", - "examine": "Good for detailed crafting.", "wiki_name": "Chisel (Desert Treasure II - The Fallen Empire)", "wiki_url": "https://oldschool.runescape.wiki/w/Chisel_(Desert_Treasure_II_-_The_Fallen_Empire)", "price": 0 @@ -301802,9 +268864,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.01, - "release_date": "2023-07-26", - "examine": "For picking tough locks.", "wiki_name": "Lockpick (Desert Treasure II - The Fallen Empire)", "wiki_url": "https://oldschool.runescape.wiki/w/Lockpick_(Desert_Treasure_II_-_The_Fallen_Empire)", "price": 0 @@ -301814,9 +268873,6 @@ "name": "Sapphire key", "members": true, "cost": 30, - "weight": 0.02, - "release_date": "2023-07-26", - "examine": "An old key with a sapphire attached.", "wiki_name": "Sapphire key (Desert Treasure II - The Fallen Empire)", "wiki_url": "https://oldschool.runescape.wiki/w/Sapphire_key_(Desert_Treasure_II_-_The_Fallen_Empire)", "price": 0 @@ -301826,9 +268882,6 @@ "name": "Emerald key", "members": true, "cost": 30, - "weight": 0.02, - "release_date": "2023-07-26", - "examine": "An old key with an emerald attached.", "wiki_name": "Emerald key (Desert Treasure II - The Fallen Empire)", "wiki_url": "https://oldschool.runescape.wiki/w/Emerald_key_(Desert_Treasure_II_-_The_Fallen_Empire)", "price": 0 @@ -301838,9 +268891,6 @@ "name": "Ruby key", "members": true, "cost": 30, - "weight": 0.02, - "release_date": "2023-07-26", - "examine": "An old key with a ruby attached.", "wiki_name": "Ruby key (Desert Treasure II - The Fallen Empire)", "wiki_url": "https://oldschool.runescape.wiki/w/Ruby_key_(Desert_Treasure_II_-_The_Fallen_Empire)", "price": 0 @@ -301850,9 +268900,6 @@ "name": "Diamond key", "members": true, "cost": 30, - "weight": 0.02, - "release_date": "2023-07-26", - "examine": "An old key with a diamond attached.", "wiki_name": "Diamond key", "wiki_url": "https://oldschool.runescape.wiki/w/Diamond_key", "price": 0 @@ -301862,9 +268909,6 @@ "name": "Dragonstone key", "members": true, "cost": 30, - "weight": 0.02, - "release_date": "2023-07-26", - "examine": "An old key with a dragonstone attached.", "wiki_name": "Dragonstone key", "wiki_url": "https://oldschool.runescape.wiki/w/Dragonstone_key", "price": 0 @@ -301874,9 +268918,6 @@ "name": "Onyx key", "members": true, "cost": 30, - "weight": 0.02, - "release_date": "2023-07-26", - "examine": "An old key with an onyx attached.", "wiki_name": "Onyx key", "wiki_url": "https://oldschool.runescape.wiki/w/Onyx_key", "price": 0 @@ -301886,9 +268927,6 @@ "name": "Rations", "members": true, "cost": 30, - "weight": 0.001, - "release_date": "2023-07-26", - "examine": "Some very old rations.", "wiki_name": "Rations", "wiki_url": "https://oldschool.runescape.wiki/w/Rations", "price": 0 @@ -301898,9 +268936,6 @@ "name": "Requisition note", "members": true, "cost": 30, - "weight": 0.003, - "release_date": "2023-07-26", - "examine": "A note about item requisitions.", "wiki_name": "Requisition note", "wiki_url": "https://oldschool.runescape.wiki/w/Requisition_note", "price": 0 @@ -301910,9 +268945,6 @@ "name": "Grid note", "members": true, "cost": 30, - "weight": 0.003, - "release_date": "2023-07-26", - "examine": "A note with some sort of grid on it.", "wiki_name": "Grid note", "wiki_url": "https://oldschool.runescape.wiki/w/Grid_note", "price": 0 @@ -301922,9 +268954,6 @@ "name": "Code converter", "members": true, "cost": 30, - "weight": 0.003, - "release_date": "2023-07-26", - "examine": "A note with some code conversions on it.", "wiki_name": "Code converter", "wiki_url": "https://oldschool.runescape.wiki/w/Code_converter", "price": 0 @@ -301936,9 +268965,6 @@ "equipable": true, "equipable_by_player": true, "cost": 30, - "weight": 1.36, - "release_date": "2023-07-26", - "examine": "Strange magic is keeping it lit.", "wiki_name": "Magic lantern", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_lantern", "equipment": { @@ -301966,9 +268992,6 @@ "name": "Strange slider", "members": true, "cost": 30, - "weight": 0.003, - "release_date": "2023-07-26", - "examine": "A small device with a slider in it.", "wiki_name": "Strange slider", "wiki_url": "https://oldschool.runescape.wiki/w/Strange_slider", "price": 0 @@ -301978,9 +269001,6 @@ "name": "Library note", "members": true, "cost": 30, - "weight": 0.003, - "release_date": "2023-07-26", - "examine": "A note about a library.", "wiki_name": "Library note", "wiki_url": "https://oldschool.runescape.wiki/w/Library_note", "price": 0 @@ -301990,9 +269010,6 @@ "name": "Warning letter", "members": true, "cost": 30, - "weight": 0.003, - "release_date": "2023-07-26", - "examine": "A letter written long ago.", "wiki_name": "Warning letter", "wiki_url": "https://oldschool.runescape.wiki/w/Warning_letter", "price": 0 @@ -302002,9 +269019,6 @@ "name": "Odd key", "members": true, "cost": 1500, - "weight": 0.012, - "release_date": "2023-07-26", - "examine": "A strange-looking key.", "wiki_name": "Odd key", "wiki_url": "https://oldschool.runescape.wiki/w/Odd_key", "price": 0 @@ -302014,9 +269028,6 @@ "name": "Orders note", "members": true, "cost": 30, - "weight": 0.003, - "release_date": "2023-07-26", - "examine": "A note with some orders on it.", "wiki_name": "Orders note", "wiki_url": "https://oldschool.runescape.wiki/w/Orders_note", "price": 0 @@ -302026,9 +269037,6 @@ "name": "Refugees note", "members": true, "cost": 30, - "weight": 0.003, - "release_date": "2023-07-26", - "examine": "A note about refugees.", "wiki_name": "Refugees note", "wiki_url": "https://oldschool.runescape.wiki/w/Refugees_note", "price": 0 @@ -302038,9 +269046,6 @@ "name": "Request note", "members": true, "cost": 30, - "weight": 0.003, - "release_date": "2023-07-26", - "examine": "A note with a request on it.", "wiki_name": "Request note", "wiki_url": "https://oldschool.runescape.wiki/w/Request_note", "price": 0 @@ -302050,9 +269055,6 @@ "name": "Prayer note", "members": true, "cost": 30, - "weight": 0.003, - "release_date": "2023-07-26", - "examine": "A note with a prayer on it.", "wiki_name": "Prayer note", "wiki_url": "https://oldschool.runescape.wiki/w/Prayer_note", "price": 0 @@ -302062,9 +269064,6 @@ "name": "Thank you note", "members": true, "cost": 30, - "weight": 0.003, - "release_date": "2023-07-26", - "examine": "A thank you message.", "wiki_name": "Thank you note", "wiki_url": "https://oldschool.runescape.wiki/w/Thank_you_note", "price": 0 @@ -302074,9 +269073,6 @@ "name": "Protest note", "members": true, "cost": 30, - "weight": 0.003, - "release_date": "2023-07-26", - "examine": "A note about a protest.", "wiki_name": "Protest note", "wiki_url": "https://oldschool.runescape.wiki/w/Protest_note", "price": 0 @@ -302086,9 +269082,6 @@ "name": "Evacuation note", "members": true, "cost": 30, - "weight": 0.003, - "release_date": "2023-07-26", - "examine": "A note with evacuation details on it.", "wiki_name": "Evacuation note", "wiki_url": "https://oldschool.runescape.wiki/w/Evacuation_note", "price": 0 @@ -302098,9 +269091,6 @@ "name": "Old tablet", "members": true, "cost": 30, - "weight": 0.1, - "release_date": "2023-07-26", - "examine": "A very old tablet with something carved into it.", "wiki_name": "Old tablet", "wiki_url": "https://oldschool.runescape.wiki/w/Old_tablet", "price": 0 @@ -302112,9 +269102,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.1, - "release_date": "2023-07-26", - "examine": "A very old tablet with something carved into it.", "wiki_name": "Damp tablet (Incident report)", "wiki_url": "https://oldschool.runescape.wiki/w/Damp_tablet#Incident_report", "price": 0 @@ -302126,9 +269113,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.1, - "release_date": "2023-07-26", - "examine": "A very old tablet with something carved into it.", "wiki_name": "Damp tablet (Rejoice)", "wiki_url": "https://oldschool.runescape.wiki/w/Damp_tablet#Rejoice", "price": 0 @@ -302137,9 +269121,6 @@ "id": 28441, "name": "Slimy key", "cost": 30, - "weight": 0.01, - "release_date": "2023-07-26", - "examine": "A key covered in... brain juice?", "wiki_name": "Slimy key", "wiki_url": "https://oldschool.runescape.wiki/w/Slimy_key", "price": 0 @@ -302151,9 +269132,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.001, - "release_date": "2023-07-26", - "examine": "Best keep this away from naked flames.", "wiki_name": "Gunpowder (Desert Treasure II - The Fallen Empire)", "wiki_url": "https://oldschool.runescape.wiki/w/Gunpowder_(Desert_Treasure_II_-_The_Fallen_Empire)", "price": 0 @@ -302165,9 +269143,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.001, - "release_date": "2023-07-26", - "examine": "I'm sure this was food at one point.", "wiki_name": "Scarred scraps", "wiki_url": "https://oldschool.runescape.wiki/w/Scarred_scraps", "price": 0 @@ -302177,9 +269152,6 @@ "name": "Withered note", "members": true, "cost": 30, - "weight": 0.001, - "release_date": "2023-07-26", - "examine": "Contains scribbles of a madman.", "wiki_name": "Withered note", "wiki_url": "https://oldschool.runescape.wiki/w/Withered_note", "price": 0 @@ -302191,9 +269163,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.1, - "release_date": "2023-07-26", - "examine": "A very poweful nerve.", "wiki_name": "Earth nerve", "wiki_url": "https://oldschool.runescape.wiki/w/Earth_nerve", "price": 0 @@ -302205,9 +269174,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.1, - "release_date": "2023-07-26", - "examine": "A very poweful nerve.", "wiki_name": "Water nerve", "wiki_url": "https://oldschool.runescape.wiki/w/Water_nerve", "price": 0 @@ -302219,9 +269185,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.1, - "release_date": "2023-07-26", - "examine": "A very poweful nerve.", "wiki_name": "Fire nerve", "wiki_url": "https://oldschool.runescape.wiki/w/Fire_nerve", "price": 0 @@ -302233,9 +269196,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.1, - "release_date": "2023-07-26", - "examine": "A very poweful nerve.", "wiki_name": "Air nerve", "wiki_url": "https://oldschool.runescape.wiki/w/Air_nerve", "price": 0 @@ -302247,9 +269207,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.1, - "release_date": "2023-07-26", - "examine": "A very poweful nerve.", "wiki_name": "Mind nerve", "wiki_url": "https://oldschool.runescape.wiki/w/Mind_nerve", "price": 0 @@ -302261,9 +269218,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.1, - "release_date": "2023-07-26", - "examine": "A very poweful nerve.", "wiki_name": "Soul nerve", "wiki_url": "https://oldschool.runescape.wiki/w/Soul_nerve", "price": 0 @@ -302275,9 +269229,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.1, - "release_date": "2023-07-26", - "examine": "A very poweful nerve.", "wiki_name": "Nature nerve", "wiki_url": "https://oldschool.runescape.wiki/w/Nature_nerve", "price": 0 @@ -302289,9 +269240,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.1, - "release_date": "2023-07-26", - "examine": "A very poweful nerve.", "wiki_name": "Smoke nerve", "wiki_url": "https://oldschool.runescape.wiki/w/Smoke_nerve", "price": 0 @@ -302303,9 +269251,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.1, - "release_date": "2023-07-26", - "examine": "A very poweful nerve.", "wiki_name": "Blood nerve", "wiki_url": "https://oldschool.runescape.wiki/w/Blood_nerve", "price": 0 @@ -302317,9 +269262,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.1, - "release_date": "2023-07-26", - "examine": "A very poweful nerve.", "wiki_name": "Law nerve", "wiki_url": "https://oldschool.runescape.wiki/w/Law_nerve", "price": 0 @@ -302331,9 +269273,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.1, - "release_date": "2023-07-26", - "examine": "A very poweful nerve.", "wiki_name": "Cosmic nerve", "wiki_url": "https://oldschool.runescape.wiki/w/Cosmic_nerve", "price": 0 @@ -302345,9 +269284,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.1, - "release_date": "2023-07-26", - "examine": "A very poweful nerve.", "wiki_name": "Astral nerve", "wiki_url": "https://oldschool.runescape.wiki/w/Astral_nerve", "price": 0 @@ -302359,9 +269295,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.1, - "release_date": "2023-07-26", - "examine": "A very poweful nerve.", "wiki_name": "Wrath nerve", "wiki_url": "https://oldschool.runescape.wiki/w/Wrath_nerve", "price": 0 @@ -302373,9 +269306,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.1, - "release_date": "2023-07-26", - "examine": "A very poweful nerve.", "wiki_name": "Dust nerve", "wiki_url": "https://oldschool.runescape.wiki/w/Dust_nerve", "price": 0 @@ -302387,9 +269317,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.1, - "release_date": "2023-07-26", - "examine": "A very poweful nerve.", "wiki_name": "Steam nerve", "wiki_url": "https://oldschool.runescape.wiki/w/Steam_nerve", "price": 0 @@ -302401,9 +269328,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.1, - "release_date": "2023-07-26", - "examine": "A very poweful nerve.", "wiki_name": "Lava nerve", "wiki_url": "https://oldschool.runescape.wiki/w/Lava_nerve", "price": 0 @@ -302413,9 +269337,6 @@ "name": "Abyssal observations", "members": true, "cost": 30, - "weight": 0.226, - "release_date": "2023-07-26", - "examine": "A book of notes and observations.", "wiki_name": "Abyssal observations", "wiki_url": "https://oldschool.runescape.wiki/w/Abyssal_observations", "price": 0 @@ -302427,9 +269348,6 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 0.001, - "release_date": "2023-07-26", - "examine": "For holding things together.", "wiki_name": "Crimson fibre", "wiki_url": "https://oldschool.runescape.wiki/w/Crimson_fibre", "price": 0 @@ -302441,9 +269359,6 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 0.001, - "release_date": "2023-07-26", - "examine": "For holding things together.", "wiki_name": "Radiant fibre", "wiki_url": "https://oldschool.runescape.wiki/w/Radiant_fibre", "price": 0 @@ -302455,9 +269370,6 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 0.001, - "release_date": "2023-07-26", - "examine": "A questionable source of light.", "wiki_name": "Illuminating lure", "wiki_url": "https://oldschool.runescape.wiki/w/Illuminating_lure", "price": 0 @@ -302469,9 +269381,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.1, - "release_date": "2023-07-26", - "examine": "A very old tablet with something carved into it.", "wiki_name": "Slimy tablet (Part 1)", "wiki_url": "https://oldschool.runescape.wiki/w/Slimy_tablet#Part_1", "price": 0 @@ -302483,9 +269392,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.1, - "release_date": "2023-07-26", - "examine": "A very old tablet with something carved into it.", "wiki_name": "Slimy tablet (Part 2)", "wiki_url": "https://oldschool.runescape.wiki/w/Slimy_tablet#Part_2", "price": 0 @@ -302497,9 +269403,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.1, - "release_date": "2023-07-26", - "examine": "A very old tablet with something carved into it.", "wiki_name": "Slimy tablet (Part 3)", "wiki_url": "https://oldschool.runescape.wiki/w/Slimy_tablet#Part_3", "price": 0 @@ -302511,9 +269414,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.05, - "release_date": "2023-07-26", - "examine": "An old note written on a strange fleshy material.", "wiki_name": "Gooey note (Part 2)", "wiki_url": "https://oldschool.runescape.wiki/w/Gooey_note#Part_2", "price": 0 @@ -302525,9 +269425,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.05, - "release_date": "2023-07-26", - "examine": "An old note written on a strange fleshy material.", "wiki_name": "Gooey note (Part 3)", "wiki_url": "https://oldschool.runescape.wiki/w/Gooey_note#Part_3", "price": 0 @@ -302539,9 +269436,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.05, - "release_date": "2023-07-26", - "examine": "An old note written on a strange fleshy material.", "wiki_name": "Gooey note (Part 1)", "wiki_url": "https://oldschool.runescape.wiki/w/Gooey_note#Part_1", "price": 0 @@ -302552,8 +269446,6 @@ "members": true, "stackable": true, "cost": 20, - "release_date": "2023-08-03", - "examine": "Very stinky.", "wiki_name": "Stink bomb", "wiki_url": "https://oldschool.runescape.wiki/w/Stink_bomb", "price": 0 @@ -302568,9 +269460,6 @@ "cost": 200000, "lowalch": 80000, "highalch": 120000, - "weight": 2.267, - "release_date": "2023-08-16", - "examine": "A very old and powerful stick, enhanced with the power of blood magic.", "wiki_name": "Blood ancient sceptre (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Blood_ancient_sceptre#Locked", "equipment": { @@ -302644,9 +269533,6 @@ "cost": 200000, "lowalch": 80000, "highalch": 120000, - "weight": 2.267, - "release_date": "2023-08-16", - "examine": "A very old and powerful stick, enhanced with the power of ice magic.", "wiki_name": "Ice ancient sceptre (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Ice_ancient_sceptre#Locked", "equipment": { @@ -302720,9 +269606,6 @@ "cost": 200000, "lowalch": 80000, "highalch": 120000, - "weight": 2.267, - "release_date": "2023-08-16", - "examine": "A very old and powerful stick, enhanced with the power of smoke magic.", "wiki_name": "Smoke ancient sceptre (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Smoke_ancient_sceptre#Locked", "equipment": { @@ -302796,9 +269679,6 @@ "cost": 200000, "lowalch": 80000, "highalch": 120000, - "weight": 2.267, - "release_date": "2023-08-16", - "examine": "A very old and powerful stick, enhanced with the power of shadow magic.", "wiki_name": "Shadow ancient sceptre (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Shadow_ancient_sceptre#Locked", "equipment": { @@ -302870,9 +269750,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.4, - "release_date": "2023-08-23", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of sustenance (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_sustenance#Attuned", "price": 0 @@ -302887,9 +269764,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.4, - "release_date": "2023-08-23", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of sustenance (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_sustenance#Un-attuned", "price": 0 @@ -302902,9 +269776,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.4, - "release_date": "2023-08-23", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of hoarding (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_hoarding#Attuned", "price": 0 @@ -302919,9 +269790,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.4, - "release_date": "2023-08-23", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of hoarding (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_hoarding#Un-attuned", "price": 0 @@ -302934,9 +269802,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.4, - "release_date": "2023-08-23", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of the alchemaniac (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_alchemaniac#Attuned", "price": 0 @@ -302951,9 +269816,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.4, - "release_date": "2023-08-23", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of the alchemaniac (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_alchemaniac#Un-attuned", "price": 0 @@ -302966,9 +269828,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.4, - "release_date": "2023-08-23", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of the hunter (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_hunter#Attuned", "price": 0 @@ -302983,9 +269842,6 @@ "cost": 20000, "lowalch": 8000, "highalch": 12000, - "weight": 0.4, - "release_date": "2023-08-23", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of the hunter (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_hunter#Un-attuned", "price": 0 @@ -302998,9 +269854,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.4, - "release_date": "2023-08-23", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of resistance (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_resistance#Attuned", "price": 0 @@ -303015,9 +269868,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.4, - "release_date": "2023-08-23", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of resistance (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_resistance#Un-attuned", "price": 0 @@ -303030,9 +269880,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.4, - "release_date": "2023-08-23", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of agile fortune (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_agile_fortune#Attuned", "price": 0 @@ -303047,9 +269894,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.4, - "release_date": "2023-08-23", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of agile fortune (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_agile_fortune#Un-attuned", "price": 0 @@ -303062,9 +269906,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.4, - "release_date": "2023-08-23", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of the food master (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_food_master#Attuned", "price": 0 @@ -303079,9 +269920,6 @@ "cost": 30000, "lowalch": 12000, "highalch": 18000, - "weight": 0.4, - "release_date": "2023-08-23", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of the food master (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_food_master#Un-attuned", "price": 0 @@ -303094,9 +269932,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.4, - "release_date": "2023-08-23", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of the well-fed (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_well-fed#Attuned", "price": 0 @@ -303111,9 +269946,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.4, - "release_date": "2023-08-23", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of the well-fed (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_well-fed#Un-attuned", "price": 0 @@ -303126,9 +269958,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.4, - "release_date": "2023-08-23", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of the infernal chef (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_infernal_chef#Attuned", "price": 0 @@ -303143,9 +269972,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.4, - "release_date": "2023-08-23", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of the infernal chef (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_infernal_chef#Un-attuned", "price": 0 @@ -303158,9 +269984,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.4, - "release_date": "2023-08-23", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of the infernal smith (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_infernal_smith#Attuned", "price": 0 @@ -303175,9 +269998,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.4, - "release_date": "2023-08-23", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of the infernal smith (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_infernal_smith#Un-attuned", "price": 0 @@ -303190,9 +270010,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.4, - "release_date": "2023-08-23", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of the lightbearer (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_lightbearer#Un-attuned", "price": 0 @@ -303207,9 +270024,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.4, - "release_date": "2023-08-23", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of the lightbearer (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_lightbearer#Attuned", "price": 0 @@ -303222,9 +270036,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.4, - "release_date": "2023-08-23", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of the bloodhound (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_bloodhound#Attuned", "price": 0 @@ -303239,9 +270050,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.4, - "release_date": "2023-08-23", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of the bloodhound (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_bloodhound#Un-attuned", "price": 0 @@ -303254,9 +270062,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.4, - "release_date": "2023-08-23", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of precision (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_precision#Attuned", "price": 0 @@ -303271,9 +270076,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.4, - "release_date": "2023-08-23", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of precision (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_precision#Un-attuned", "price": 0 @@ -303286,9 +270088,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.4, - "release_date": "2023-08-23", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of the augmented thrall (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_augmented_thrall#Attuned", "price": 0 @@ -303303,9 +270102,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.4, - "release_date": "2023-08-23", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of the augmented thrall (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_augmented_thrall#Un-attuned", "price": 0 @@ -303318,9 +270114,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.4, - "release_date": "2023-08-23", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of faith (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_faith#Attuned", "price": 0 @@ -303335,9 +270128,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.4, - "release_date": "2023-08-23", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of faith (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_faith#Un-attuned", "price": 0 @@ -303349,9 +270139,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.4, - "release_date": "2023-08-23", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of titanium (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_titanium#Attuned", "price": 0 @@ -303366,9 +270153,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.4, - "release_date": "2023-08-23", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of titanium (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_titanium#Un-attuned", "price": 0 @@ -303381,9 +270165,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.4, - "release_date": "2023-08-23", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of the ninja (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_ninja#Attuned", "price": 0 @@ -303398,9 +270179,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.4, - "release_date": "2023-08-23", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of the ninja (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_ninja#Un-attuned", "price": 0 @@ -303412,9 +270190,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.4, - "release_date": "2023-08-23", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of woodcraft (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_woodcraft#Attuned", "price": 0 @@ -303429,9 +270204,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.4, - "release_date": "2023-08-23", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of woodcraft (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_woodcraft#Un-attuned", "price": 0 @@ -303449,9 +270221,6 @@ "cost": 250000, "lowalch": 100000, "highalch": 150000, - "weight": 1.814, - "release_date": "2023-08-23", - "examine": "A truly fearsome weapon.", "wiki_name": "Corrupted voidwaker", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_voidwaker", "equipment": { @@ -303521,9 +270290,6 @@ "cost": 250000, "lowalch": 100000, "highalch": 150000, - "weight": 0.907, - "release_date": "2023-08-23", - "examine": "A set of fighting claws.", "wiki_name": "Corrupted dragon claws", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_dragon_claws", "equipment": { @@ -303593,9 +270359,6 @@ "cost": 250000, "lowalch": 100000, "highalch": 150000, - "weight": 10, - "release_date": "2023-08-23", - "examine": "A beautiful, heavy sword.", "wiki_name": "Corrupted armadyl godsword", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_armadyl_godsword", "equipment": { @@ -303665,9 +270428,6 @@ "cost": 250000, "lowalch": 100000, "highalch": 150000, - "weight": 1.814, - "release_date": "2023-08-23", - "examine": "A mystical bow carved from the twisted remains of the Great Olm.", "wiki_name": "Corrupted twisted bow", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_twisted_bow", "equipment": { @@ -303727,9 +270487,6 @@ "cost": 250000, "lowalch": 100000, "highalch": 150000, - "weight": 3.175, - "release_date": "2023-08-23", - "examine": "A powerful scythe.", "wiki_name": "Corrupted scythe of vitur (Charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_scythe_of_vitur#Charged", "equipment": { @@ -303799,9 +270556,6 @@ "cost": 250000, "lowalch": 100000, "highalch": 150000, - "weight": 3.175, - "release_date": "2023-08-23", - "examine": "A powerful scythe. It is currently uncharged.", "wiki_name": "Corrupted scythe of vitur (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_scythe_of_vitur#Uncharged", "equipment": { @@ -303868,9 +270622,6 @@ "cost": 250000, "lowalch": 100000, "highalch": 150000, - "weight": 5, - "release_date": "2023-08-23", - "examine": "An ancient staff created using a higher power.", "wiki_name": "Corrupted tumeken's shadow (Charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_tumeken's_shadow#Charged", "equipment": { @@ -303933,9 +270684,6 @@ "cost": 250000, "lowalch": 100000, "highalch": 150000, - "weight": 4, - "release_date": "2023-08-23", - "examine": "An ancient staff created using a higher power.", "wiki_name": "Corrupted tumeken's shadow (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_tumeken's_shadow#Uncharged", "equipment": { @@ -303992,9 +270740,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2023-08-23", - "examine": "I wonder what happens if I rub it...", "wiki_name": "Quest lamp", "wiki_url": "https://oldschool.runescape.wiki/w/Quest_lamp", "price": 0 @@ -304009,9 +270754,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 1, - "release_date": "2023-08-23", - "examine": "A magic rock! This one casts the Vengeance spell.", "wiki_name": "Trinket of vengeance", "wiki_url": "https://oldschool.runescape.wiki/w/Trinket_of_vengeance", "price": 0 @@ -304026,9 +270768,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 1, - "release_date": "2023-08-23", - "examine": "A magic rock! This one smells funny and lets you teleport.", "wiki_name": "Trinket of fairies", "wiki_url": "https://oldschool.runescape.wiki/w/Trinket_of_fairies", "price": 0 @@ -304043,9 +270782,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 1, - "release_date": "2023-08-23", - "examine": "A magic rock! This one gives you a random corrupted weapon instead.", "wiki_name": "Trinket of advanced weaponry", "wiki_url": "https://oldschool.runescape.wiki/w/Trinket_of_advanced_weaponry", "price": 0 @@ -304060,9 +270796,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 1, - "release_date": "2023-08-23", - "examine": "A magic rock! This one gives you random thralls.", "wiki_name": "Trinket of undead", "wiki_url": "https://oldschool.runescape.wiki/w/Trinket_of_undead", "price": 0 @@ -304072,9 +270805,6 @@ "name": "Chest key", "members": true, "cost": 30, - "weight": 0.01, - "release_date": "2023-09-13", - "examine": "Opens a chest in Golrie's caves.", "wiki_name": "Chest key (The Path of Glouphrie)", "wiki_url": "https://oldschool.runescape.wiki/w/Chest_key_(The_Path_of_Glouphrie)", "price": 0 @@ -304084,9 +270814,6 @@ "name": "Strongroom key", "members": true, "cost": 30, - "weight": 0.01, - "release_date": "2023-09-13", - "examine": "This opens the door into Golrie's strongroom.", "wiki_name": "Strongroom key", "wiki_url": "https://oldschool.runescape.wiki/w/Strongroom_key", "price": 0 @@ -304096,9 +270823,6 @@ "name": "Crystal chime seed", "members": true, "cost": 2000, - "weight": 0.01, - "release_date": "2023-09-13", - "examine": "A seed to be sung into a magical crystal chime.", "wiki_name": "Crystal chime seed", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_chime_seed", "price": 0 @@ -304108,9 +270832,6 @@ "name": "Crystal chime", "members": true, "cost": 3000, - "weight": 1, - "release_date": "2023-09-13", - "examine": "It makes a sound.", "wiki_name": "Crystal chime", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_chime", "price": 0 @@ -304120,9 +270841,6 @@ "name": "Yewnock's notes", "members": true, "cost": 30, - "weight": 0.02, - "release_date": "2023-09-13", - "examine": "Notes written by Yewnock.", "wiki_name": "Yewnock's notes", "wiki_url": "https://oldschool.runescape.wiki/w/Yewnock's_notes", "price": 0 @@ -304140,9 +270858,6 @@ "cost": 150000, "lowalch": 60000, "highalch": 90000, - "weight": 1.814, - "release_date": "2023-09-13", - "examine": "A magical warped weapon.", "wiki_name": "Warped sceptre (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Warped_sceptre#Uncharged", "equipment": { @@ -304202,9 +270917,6 @@ "cost": 150000, "lowalch": 60000, "highalch": 90000, - "weight": 1.814, - "release_date": "2023-09-13", - "examine": "A magical warped weapon.", "wiki_name": "Warped sceptre (Charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Warped_sceptre#Charged", "equipment": { @@ -304261,9 +270973,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2023-09-13", - "examine": "Give it a rub.", "wiki_name": "Magic lamp (The Path of Glouphrie) (Strength)", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_lamp_(The_Path_of_Glouphrie)#Strength", "price": 0 @@ -304275,9 +270984,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2023-09-13", - "examine": "Give it a rub.", "wiki_name": "Magic lamp (The Path of Glouphrie) (Slayer)", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_lamp_(The_Path_of_Glouphrie)#Slayer", "price": 0 @@ -304289,9 +270995,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2023-09-13", - "examine": "Give it a rub.", "wiki_name": "Magic lamp (The Path of Glouphrie) (Thieving)", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_lamp_(The_Path_of_Glouphrie)#Thieving", "price": 0 @@ -304303,9 +271006,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2023-09-13", - "examine": "Give it a rub.", "wiki_name": "Magic lamp (The Path of Glouphrie) (Magic)", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_lamp_(The_Path_of_Glouphrie)#Magic", "price": 0 @@ -304317,9 +271017,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.04, - "release_date": "2023-09-27", - "examine": "An amalgamation of abyssal tissue, fluids and pure essence.", "wiki_name": "Tainted essence chunk", "wiki_url": "https://oldschool.runescape.wiki/w/Tainted_essence_chunk", "price": 0 @@ -304332,8 +271029,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "release_date": "2023-09-27", - "examine": "An abyssal extract amplifying the creation of air, water, earth, fire, mind and body runes.", "wiki_name": "Warped extract", "wiki_url": "https://oldschool.runescape.wiki/w/Warped_extract", "price": 0 @@ -304346,8 +271041,6 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "release_date": "2023-09-27", - "examine": "An abyssal extract amplifying the creation of chaos, cosmic and combination runes.", "wiki_name": "Twisted extract", "wiki_url": "https://oldschool.runescape.wiki/w/Twisted_extract", "price": 0 @@ -304360,8 +271053,6 @@ "cost": 400, "lowalch": 160, "highalch": 240, - "release_date": "2023-09-27", - "examine": "An abyssal extract amplifying the creation of nature, law, astral and death runes.", "wiki_name": "Mangled extract", "wiki_url": "https://oldschool.runescape.wiki/w/Mangled_extract", "price": 0 @@ -304374,8 +271065,6 @@ "cost": 800, "lowalch": 320, "highalch": 480, - "release_date": "2023-09-27", - "examine": "An abyssal extract amplifying the creation of blood, soul and wrath runes.", "wiki_name": "Scarred extract", "wiki_url": "https://oldschool.runescape.wiki/w/Scarred_extract", "price": 0 @@ -304386,9 +271075,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.25, - "release_date": "2023-10-18", - "examine": "This is made of the finest spidersilk.", "wiki_name": "Cobweb cape", "wiki_url": "https://oldschool.runescape.wiki/w/Cobweb_cape", "equipment": { @@ -304419,9 +271105,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.25, - "release_date": "2023-10-18", - "examine": "Provider of mental cobwebs.", "wiki_name": "Spider hat (Common)", "wiki_url": "https://oldschool.runescape.wiki/w/Spider_hat#Common", "equipment": { @@ -304452,9 +271135,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.25, - "release_date": "2023-10-18", - "examine": "Provider of mental cobwebs.", "wiki_name": "Spider hat (Venenatis)", "wiki_url": "https://oldschool.runescape.wiki/w/Spider_hat#Venenatis", "equipment": { @@ -304485,9 +271165,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.25, - "release_date": "2023-10-18", - "examine": "Provider of mental cobwebs.", "wiki_name": "Spider hat (Verzik)", "wiki_url": "https://oldschool.runescape.wiki/w/Spider_hat#Verzik", "equipment": { @@ -304518,9 +271195,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.25, - "release_date": "2023-10-18", - "examine": "Provider of mental cobwebs.", "wiki_name": "Spider hat (Sarachnis)", "wiki_url": "https://oldschool.runescape.wiki/w/Spider_hat#Sarachnis", "equipment": { @@ -304551,9 +271225,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.25, - "release_date": "2023-10-18", - "examine": "Provider of mental cobwebs.", "wiki_name": "Spider hat (Old)", "wiki_url": "https://oldschool.runescape.wiki/w/Spider_hat#Old", "equipment": { @@ -304583,9 +271254,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 1, - "release_date": "2023-10-25", - "examine": "A pouch to keep your cape clean.", "wiki_name": "Cape pouch", "wiki_url": "https://oldschool.runescape.wiki/w/Cape_pouch", "price": 0 @@ -304599,9 +271267,6 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 1, - "release_date": "2023-10-25", - "examine": "You'll look magni-pheasant wearing this!", "wiki_name": "Pheasant cape", "wiki_url": "https://oldschool.runescape.wiki/w/Pheasant_cape", "equipment": { @@ -304633,9 +271298,6 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.5, - "release_date": "2023-10-25", - "examine": "You'll look magni-pheasant wearing these!", "wiki_name": "Pheasant boots", "wiki_url": "https://oldschool.runescape.wiki/w/Pheasant_boots", "equipment": { @@ -304667,9 +271329,6 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.453, - "release_date": "2023-10-25", - "examine": "You'll look magni-pheasant wearing this!", "wiki_name": "Pheasant hat", "wiki_url": "https://oldschool.runescape.wiki/w/Pheasant_hat", "equipment": { @@ -304701,9 +271360,6 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.907, - "release_date": "2023-10-25", - "examine": "You'll look magni-pheasant wearing these!", "wiki_name": "Pheasant legs", "wiki_url": "https://oldschool.runescape.wiki/w/Pheasant_legs", "equipment": { @@ -304734,8 +271390,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2023-10-25", - "examine": "These would look great made into some clothing...", "wiki_name": "Pheasant tail feathers", "wiki_url": "https://oldschool.runescape.wiki/w/Pheasant_tail_feathers", "price": 0 @@ -304747,9 +271401,6 @@ "cost": 30000, "lowalch": 12000, "highalch": 18000, - "weight": 0.005, - "release_date": "2023-10-25", - "examine": "A wooden whistle that could attract a fox to follow you.", "wiki_name": "Fox whistle", "wiki_url": "https://oldschool.runescape.wiki/w/Fox_whistle", "price": 0 @@ -304764,8 +271415,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "release_date": "2023-10-25", - "examine": "Used to provide additional planks at the sawmill.", "wiki_name": "Sawmill voucher", "wiki_url": "https://oldschool.runescape.wiki/w/Sawmill_voucher", "price": 1700 @@ -304779,8 +271428,6 @@ "cost": 6, "lowalch": 2, "highalch": 3, - "release_date": "2023-10-25", - "examine": "These help you choose your nest rewards.", "wiki_name": "Twitcher's gloves", "wiki_url": "https://oldschool.runescape.wiki/w/Twitcher's_gloves", "equipment": { @@ -304811,8 +271458,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "release_date": "2023-10-25", - "examine": "This fuel is used to create Smoker canisters that can pacify wild bees.", "wiki_name": "Smoker fuel", "wiki_url": "https://oldschool.runescape.wiki/w/Smoker_fuel", "price": 80525 @@ -304825,8 +271470,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "release_date": "2023-10-25", - "examine": "If used correctly, smoker canisters can pacify wild bees.", "wiki_name": "Smoker canister", "wiki_url": "https://oldschool.runescape.wiki/w/Smoker_canister", "price": 10415 @@ -304837,9 +271480,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.35, - "release_date": "2023-10-25", - "examine": "A nutritional mulch made of different natural ingredients.", "wiki_name": "Mulch (Two ingredients)", "wiki_url": "https://oldschool.runescape.wiki/w/Mulch#Two_ingredients", "price": 0 @@ -304850,9 +271490,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.35, - "release_date": "2023-10-25", - "examine": "A nutritional mulch made of different natural ingredients.", "wiki_name": "Mulch (Three ingredients)", "wiki_url": "https://oldschool.runescape.wiki/w/Mulch#Three_ingredients", "price": 0 @@ -304865,8 +271502,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "release_date": "2023-10-25", - "examine": "A small charm used to make Petal Circlet.", "wiki_name": "Crystal charm", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_charm", "price": 57501 @@ -304879,8 +271514,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "release_date": "2023-10-25", - "examine": "These can be used to attract a Dryad.", "wiki_name": "Petal circlet", "wiki_url": "https://oldschool.runescape.wiki/w/Petal_circlet", "price": 10500 @@ -304894,9 +271527,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 0.01, - "release_date": "2023-10-25", - "examine": "A gift from a Dryad.", "wiki_name": "Petal garland", "wiki_url": "https://oldschool.runescape.wiki/w/Petal_garland", "equipment": { @@ -304926,8 +271556,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "release_date": "2023-10-25", - "examine": "This spoon has been padded with a tiny cushion to protect any eggs picked up with it.", "wiki_name": "Padded spoon", "wiki_url": "https://oldschool.runescape.wiki/w/Padded_spoon", "price": 0 @@ -304940,8 +271568,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "release_date": "2023-10-25", - "examine": "A tiny cushion, just about big enough for an egg.", "wiki_name": "Egg cushion", "wiki_url": "https://oldschool.runescape.wiki/w/Egg_cushion", "price": 57500 @@ -304953,8 +271579,6 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "release_date": "2023-10-25", - "examine": "A pheasant egg found in the forest.", "wiki_name": "Pheasant egg", "wiki_url": "https://oldschool.runescape.wiki/w/Pheasant_egg", "price": 0 @@ -304966,9 +271590,6 @@ "cost": 30000, "lowalch": 12000, "highalch": 18000, - "weight": 0.2, - "release_date": "2023-10-25", - "examine": "This could attract a pheasant to follow you.", "wiki_name": "Golden pheasant egg", "wiki_url": "https://oldschool.runescape.wiki/w/Golden_pheasant_egg", "price": 0 @@ -304981,8 +271602,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "release_date": "2023-10-25", - "examine": "Used to safely disarm fox poacher traps.", "wiki_name": "Trap disarmer", "wiki_url": "https://oldschool.runescape.wiki/w/Trap_disarmer", "price": 9981 @@ -304995,8 +271614,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "release_date": "2023-10-25", - "examine": "A step-by-step guide to crafting a set of trap disarmers.", "wiki_name": "Trap disarmer blueprint", "wiki_url": "https://oldschool.runescape.wiki/w/Trap_disarmer_blueprint", "price": 100500 @@ -305006,9 +271623,6 @@ "name": "Pheasant", "members": true, "cost": 1, - "weight": 0.015, - "release_date": "2023-10-25", - "examine": "A brightly coloured game bird.", "wiki_name": "Pheasant (pet)", "wiki_url": "https://oldschool.runescape.wiki/w/Pheasant_(pet)", "price": 0 @@ -305018,9 +271632,6 @@ "name": "Fox", "members": true, "cost": 1, - "weight": 0.015, - "release_date": "2023-10-25", - "examine": "Foxy.", "wiki_name": "Fox (pet)", "wiki_url": "https://oldschool.runescape.wiki/w/Fox_(pet)", "price": 0 @@ -305031,9 +271642,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.25, - "release_date": "2023-10-25", - "examine": "A very fancy cloak made from black silk and gossamer.", "wiki_name": "Web cloak", "wiki_url": "https://oldschool.runescape.wiki/w/Web_cloak", "equipment": { @@ -305064,8 +271672,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "examine": "The ultimate boots from the Stronghold of Security.", "equipment": { "attack_stab": 0, "attack_slash": 0, @@ -305094,7 +271700,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "examine": "A sturdy piece of a beehive, useful for constructing your own beehive.", "price": 0 }, "28676": { @@ -305127,9 +271732,6 @@ "cost": 560000, "lowalch": 224000, "highalch": 336000, - "weight": 30, - "release_date": "2023-11-29", - "examine": "Hot to the touch.", "wiki_name": "Dinh's blazing bulwark", "wiki_url": "https://oldschool.runescape.wiki/w/Dinh's_blazing_bulwark", "equipment": { @@ -305182,9 +271784,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.5, - "release_date": "2023-11-29", - "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": 7431999 @@ -305196,9 +271795,6 @@ "cost": 120000, "lowalch": 48000, "highalch": 72000, - "weight": 0.3, - "release_date": "2023-11-29", - "examine": "An uncharged Toxic Blowpipe that fires darts coated with venom... And fire.", "wiki_name": "Blazing blowpipe (Empty)", "wiki_url": "https://oldschool.runescape.wiki/w/Blazing_blowpipe#Empty", "price": 0 @@ -305213,9 +271809,6 @@ "cost": 120000, "lowalch": 48000, "highalch": 72000, - "weight": 0.5, - "release_date": "2023-11-29", - "examine": "A Toxic Blowpipe that fires darts coated with venom... And fire.", "wiki_name": "Blazing blowpipe (Charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Blazing_blowpipe#Charged", "equipment": { @@ -305275,9 +271868,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.1, - "release_date": "2023-11-29", - "examine": "Used on an uncharged Toxic Blowpipe to give it the a theme from Leagues IV: Trailblazer Reloaded.", "wiki_name": "Trailblazer reloaded blowpipe ornament kit", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_reloaded_blowpipe_ornament_kit", "price": 5031868 @@ -305292,9 +271882,6 @@ "cost": 25000, "lowalch": 10000, "highalch": 15000, - "weight": 0.1, - "release_date": "2023-11-29", - "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": 1515253 @@ -305309,9 +271896,6 @@ "cost": 25000, "lowalch": 10000, "highalch": 15000, - "weight": 0.1, - "release_date": "2023-11-29", - "examine": "A scroll which unlocks the Trailblazer Reloaded Vengeance animation.", "wiki_name": "Trailblazer reloaded vengeance scroll", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_reloaded_vengeance_scroll", "price": 6056988 @@ -305326,10 +271910,7 @@ "cost": 25000, "lowalch": 10000, "highalch": 15000, - "weight": 0.1, "buy_limit": 5, - "release_date": "2023-11-29", - "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": 2970342 @@ -305347,9 +271928,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 2.267, - "release_date": "2023-11-29", - "examine": "A banner showcasing the colours of Leagues IV: Trailblazer Reloaded.", "wiki_name": "Trailblazer reloaded banner", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_reloaded_banner", "equipment": { @@ -305416,10 +271994,7 @@ "cost": 25000, "lowalch": 10000, "highalch": 15000, - "weight": 0.1, "buy_limit": 5, - "release_date": "2023-11-29", - "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": 881999 @@ -305434,9 +272009,6 @@ "cost": 25000, "lowalch": 10000, "highalch": 15000, - "weight": 0.1, - "release_date": "2023-11-29", - "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": 8143173 @@ -305462,9 +272034,6 @@ "cost": 15000, "lowalch": 6000, "highalch": 9000, - "weight": 0.453, - "release_date": "2023-11-29", - "examine": "The headgear of a Trailblazer Reloaded Relic Hunter.", "wiki_name": "Trailblazer reloaded headband (t1)", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_reloaded_headband_(t1)", "equipment": { @@ -305499,9 +272068,6 @@ "cost": 15000, "lowalch": 6000, "highalch": 9000, - "weight": 0.907, - "release_date": "2023-11-29", - "examine": "The shirt of a Trailblazer Reloaded Relic Hunter.", "wiki_name": "Trailblazer reloaded top (t1)", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_reloaded_top_(t1)", "equipment": { @@ -305536,9 +272102,6 @@ "cost": 15000, "lowalch": 6000, "highalch": 9000, - "weight": 0.907, - "release_date": "2023-11-29", - "examine": "The trousers of a Trailblazer Reloaded Relic Hunter.", "wiki_name": "Trailblazer reloaded trousers (t1)", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_reloaded_trousers_(t1)", "equipment": { @@ -305573,9 +272136,6 @@ "cost": 15000, "lowalch": 6000, "highalch": 9000, - "weight": 0.34, - "release_date": "2023-11-29", - "examine": "The boots of a Trailblazer Reloaded Relic Hunter.", "wiki_name": "Trailblazer reloaded boots (t1)", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_reloaded_boots_(t1)", "equipment": { @@ -305610,9 +272170,6 @@ "cost": 15000, "lowalch": 6000, "highalch": 9000, - "weight": 0.453, - "release_date": "2023-11-29", - "examine": "The headgear of a Trailblazer Reloaded Relic Hunter.", "wiki_name": "Trailblazer reloaded headband (t2)", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_reloaded_headband_(t2)", "equipment": { @@ -305647,9 +272204,6 @@ "cost": 15000, "lowalch": 6000, "highalch": 9000, - "weight": 0.907, - "release_date": "2023-11-29", - "examine": "The shirt of a Trailblazer Reloaded Relic Hunter.", "wiki_name": "Trailblazer reloaded top (t2)", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_reloaded_top_(t2)", "equipment": { @@ -305684,9 +272238,6 @@ "cost": 15000, "lowalch": 6000, "highalch": 9000, - "weight": 0.907, - "release_date": "2023-11-29", - "examine": "The trousers of a Trailblazer Reloaded Relic Hunter.", "wiki_name": "Trailblazer reloaded trousers (t2)", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_reloaded_trousers_(t2)", "equipment": { @@ -305721,9 +272272,6 @@ "cost": 15000, "lowalch": 6000, "highalch": 9000, - "weight": 0.34, - "release_date": "2023-11-29", - "examine": "The boots of a Trailblazer Reloaded Relic Hunter.", "wiki_name": "Trailblazer reloaded boots (t2)", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_reloaded_boots_(t2)", "equipment": { @@ -305758,9 +272306,6 @@ "cost": 15000, "lowalch": 6000, "highalch": 9000, - "weight": 0.453, - "release_date": "2023-11-29", - "examine": "The headgear of a Trailblazer Reloaded Relic Hunter.", "wiki_name": "Trailblazer reloaded headband (t3)", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_reloaded_headband_(t3)", "equipment": { @@ -305795,9 +272340,6 @@ "cost": 15000, "lowalch": 6000, "highalch": 9000, - "weight": 0.907, - "release_date": "2023-11-29", - "examine": "The shirt of a Trailblazer Reloaded Relic Hunter.", "wiki_name": "Trailblazer reloaded top (t3)", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_reloaded_top_(t3)", "equipment": { @@ -305832,9 +272374,6 @@ "cost": 15000, "lowalch": 6000, "highalch": 9000, - "weight": 0.907, - "release_date": "2023-11-29", - "examine": "The trousers of a Trailblazer Reloaded Relic Hunter.", "wiki_name": "Trailblazer reloaded trousers (t3)", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_reloaded_trousers_(t3)", "equipment": { @@ -305869,9 +272408,6 @@ "cost": 15000, "lowalch": 6000, "highalch": 9000, - "weight": 0.34, - "release_date": "2023-11-29", - "examine": "The boots of a Trailblazer Reloaded Relic Hunter.", "wiki_name": "Trailblazer reloaded boots (t3)", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_reloaded_boots_(t3)", "equipment": { @@ -305907,9 +272443,6 @@ "cost": 15000, "lowalch": 6000, "highalch": 9000, - "weight": 1.814, - "release_date": "2023-11-29", - "examine": "The torch of a Trailblazer Reloaded Relic Hunter.", "wiki_name": "Trailblazer reloaded torch", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_reloaded_torch", "equipment": { @@ -305976,9 +272509,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2023-11-29", - "examine": "A Dragon Trophy awarded for participating in Leagues IV: Trailblazer Reloaded.", "wiki_name": "Trailblazer reloaded dragon trophy", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_reloaded_dragon_trophy", "equipment": { @@ -306038,9 +272568,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2023-11-29", - "examine": "A Rune Trophy awarded for participating in Leagues IV: Trailblazer Reloaded.", "wiki_name": "Trailblazer reloaded rune trophy", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_reloaded_rune_trophy", "equipment": { @@ -306100,9 +272627,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2023-11-29", - "examine": "An Adamant Trophy awarded for participating in Leagues IV: Trailblazer Reloaded.", "wiki_name": "Trailblazer reloaded adamant trophy", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_reloaded_adamant_trophy", "equipment": { @@ -306161,9 +272685,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2023-11-29", - "examine": "A Mithril Trophy awarded for participating in Leagues IV: Trailblazer Reloaded.", "wiki_name": "Trailblazer reloaded mithril trophy", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_reloaded_mithril_trophy", "equipment": { @@ -306195,9 +272716,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2023-11-29", - "examine": "A Steel Trophy awarded for participating in Leagues IV: Trailblazer Reloaded.", "wiki_name": "Trailblazer reloaded steel trophy", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_reloaded_steel_trophy", "equipment": { @@ -306229,9 +272747,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2023-11-29", - "examine": "An Iron Trophy awarded for participating in Leagues IV: Trailblazer Reloaded.", "wiki_name": "Trailblazer reloaded iron trophy", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_reloaded_iron_trophy", "equipment": { @@ -306263,9 +272778,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2023-11-29", - "examine": "A Bronze Trophy awarded for participating in Leagues IV: Trailblazer Reloaded.", "wiki_name": "Trailblazer reloaded bronze trophy", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_reloaded_bronze_trophy", "equipment": { @@ -306297,9 +272809,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.002, - "release_date": "2023-11-15", - "examine": "A pendant which can whisk you to all sorts of locations.", "wiki_name": "Globetrotter pendant", "wiki_url": "https://oldschool.runescape.wiki/w/Globetrotter_pendant", "equipment": { @@ -306329,9 +272838,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.001, - "release_date": "2023-11-15", - "examine": "A magical note that fell out of a banker's pocket.", "wiki_name": "Banker's note (item)", "wiki_url": "https://oldschool.runescape.wiki/w/Banker's_note_(item)", "price": 0 @@ -306343,9 +272849,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.2, - "release_date": "2023-11-15", - "examine": "A horn to call your loyal guardian.", "wiki_name": "Guardian horn", "wiki_url": "https://oldschool.runescape.wiki/w/Guardian_horn", "price": 0 @@ -306359,8 +272862,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2023-11-15", - "examine": "Greaves that give you blazing speed.", "wiki_name": "Sage's greaves", "wiki_url": "https://oldschool.runescape.wiki/w/Sage's_greaves", "equipment": { @@ -306393,9 +272894,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.34, - "release_date": "2023-11-15", - "examine": "A precisely carved weapon to be used at a precise time.", "wiki_name": "Sage's axe", "wiki_url": "https://oldschool.runescape.wiki/w/Sage's_axe", "equipment": { @@ -306454,9 +272952,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2023-11-15", - "examine": "A powerful tome filled with the knowledge of dangerous prayers.", "wiki_name": "Ruinous powers (item)", "wiki_url": "https://oldschool.runescape.wiki/w/Ruinous_powers_(item)", "equipment": { @@ -306489,9 +272984,6 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 0.05, - "release_date": "2023-11-29", - "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": 116767 @@ -306506,9 +272998,6 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 0.05, - "release_date": "2023-11-29", - "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": 1615356 @@ -306523,9 +273012,6 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 0.05, - "release_date": "2023-11-29", - "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": 8947500 @@ -306536,9 +273022,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.3, - "release_date": "2023-12-12", - "examine": "The coolest jumper ever!", "wiki_name": "Icy jumper", "wiki_url": "https://oldschool.runescape.wiki/w/Icy_jumper", "equipment": { @@ -306567,9 +273050,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.113, - "release_date": "2023-12-12", - "examine": "Festive, functional, and fashionable!", "wiki_name": "Snowglobe helmet", "wiki_url": "https://oldschool.runescape.wiki/w/Snowglobe_helmet", "equipment": { @@ -306602,8 +273082,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2024-01-10", - "examine": "A teleport to Kourend Castle.", "wiki_name": "Kourend castle teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Kourend_castle_teleport_(tablet)", "price": 758 @@ -306616,9 +273094,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 1, - "weight": 1.814, - "release_date": "2024-01-24", - "examine": "A spiky mace hardened with Scurrius' spine.", "wiki_name": "Bone mace", "wiki_url": "https://oldschool.runescape.wiki/w/Bone_mace", "equipment": { @@ -306683,9 +273158,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 1, - "weight": 1.36, - "release_date": "2024-01-24", - "examine": "A shortbow made out of yew and Scurrius' spine, but still effective.", "wiki_name": "Bone shortbow", "wiki_url": "https://oldschool.runescape.wiki/w/Bone_shortbow", "equipment": { @@ -306745,9 +273217,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 1, - "weight": 2.267, - "release_date": "2024-01-24", - "examine": "It's a slightly magical stick intertwined with Scurrius' spine.", "wiki_name": "Bone staff", "wiki_url": "https://oldschool.runescape.wiki/w/Bone_staff", "equipment": { @@ -306802,9 +273271,6 @@ "name": "Scurrius' spine", "members": true, "cost": 1000, - "weight": 0.3, - "release_date": "2024-01-24", - "examine": "This can be attached to a Battlestaff, Rune Mace or Yew Shortbow.", "wiki_name": "Scurrius' spine", "wiki_url": "https://oldschool.runescape.wiki/w/Scurrius'_spine", "price": 0 @@ -306814,9 +273280,6 @@ "name": "Antique lamp", "members": true, "cost": 50, - "weight": 0.1, - "release_date": "2024-01-24", - "examine": "Wonder what happens if I rub it...", "wiki_name": "Antique lamp (Historian Aldo)", "wiki_url": "https://oldschool.runescape.wiki/w/Antique_lamp_(Historian_Aldo)", "price": 0 @@ -306826,9 +273289,6 @@ "name": "Scurry", "members": true, "cost": 1, - "weight": 0.015, - "release_date": "2024-01-24", - "examine": "I wonder if it sits.", "wiki_name": "Scurry", "wiki_url": "https://oldschool.runescape.wiki/w/Scurry", "price": 0 @@ -306838,9 +273298,6 @@ "name": "Grubby key", "members": true, "cost": 30, - "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 @@ -306852,9 +273309,6 @@ "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 @@ -306866,9 +273320,6 @@ "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 @@ -306878,9 +273329,6 @@ "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 @@ -306890,9 +273338,6 @@ "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 @@ -306902,9 +273347,6 @@ "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 @@ -306914,9 +273356,6 @@ "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 @@ -306934,9 +273373,6 @@ "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": { @@ -307003,9 +273439,6 @@ "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": 1743006 @@ -307017,9 +273450,6 @@ "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 @@ -307061,9 +273491,6 @@ "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 @@ -307085,8 +273512,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2024-03-20", - "examine": "A pouch full of coins taken from the pockets of a wealthy citizen.", "wiki_name": "Coin pouch (Wealthy citizen)", "wiki_url": "https://oldschool.runescape.wiki/w/Coin_pouch#Wealthy_citizen", "price": 0 @@ -307110,8 +273535,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2024-03-20", - "examine": "A teleport to Civitas illa Fortis.", "wiki_name": "Civitas illa fortis teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Civitas_illa_fortis_teleport_(tablet)", "price": 951 @@ -307123,9 +273546,6 @@ "cost": 80000, "lowalch": 32000, "highalch": 48000, - "weight": 0.453, - "release_date": "2024-03-20", - "examine": "A broken Quiver awarded to those who have proved their worth in the Colosseum.", "wiki_name": "Dizana's quiver (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Dizana's_quiver#Broken", "price": 0 @@ -307137,9 +273557,6 @@ "cost": 100000, "lowalch": 40000, "highalch": 60000, - "weight": 0.453, - "release_date": "2024-03-20", - "examine": "A broken Quiver awarded to those who have proved their worth in the Colosseum. Blessed by Ralos.", "wiki_name": "Blessed dizana's quiver (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Blessed_dizana's_quiver#Broken", "price": 0 @@ -307151,9 +273568,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2024-03-20", - "examine": "The cape worn by only the most experienced players.", "wiki_name": "Dizana's max cape (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Dizana's_max_cape#Broken", "price": 0 @@ -307168,9 +273582,6 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 6, - "release_date": "2024-03-20", - "examine": "A little too small to stuff full of tar.", "wiki_name": "Immature tecu salamander", "wiki_url": "https://oldschool.runescape.wiki/w/Immature_tecu_salamander", "price": 171 @@ -307188,9 +273599,6 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 6, - "release_date": "2024-03-20", - "examine": "I thought this would be slimier.", "wiki_name": "Tecu salamander", "wiki_url": "https://oldschool.runescape.wiki/w/Tecu_salamander", "equipment": { @@ -307253,8 +273661,6 @@ "lowalch": 0, "highalch": 0, "buy_limit": 11000, - "release_date": "2024-03-20", - "examine": "A dark, thick, foul-smelling, tar-like substance.", "wiki_name": "Irit tar", "wiki_url": "https://oldschool.runescape.wiki/w/Irit_tar", "equipment": { @@ -307344,10 +273750,7 @@ "cost": 1300, "lowalch": 520, "highalch": 780, - "weight": 6, "buy_limit": 70, - "release_date": "2024-03-20", - "examine": "A weapon made of horn and bone.", "wiki_name": "Hunters' sunlight crossbow", "wiki_url": "https://oldschool.runescape.wiki/w/Hunters'_sunlight_crossbow", "equipment": { @@ -307410,8 +273813,6 @@ "lowalch": 12, "highalch": 18, "buy_limit": 11000, - "release_date": "2024-03-20", - "examine": "Bolts made from the antlers of a sunlight antelope.", "wiki_name": "Sunlight antler bolts", "wiki_url": "https://oldschool.runescape.wiki/w/Sunlight_antler_bolts", "equipment": { @@ -307447,8 +273848,6 @@ "lowalch": 12, "highalch": 18, "buy_limit": 11000, - "release_date": "2024-03-20", - "examine": "Bolts made from the antlers of a moonlight antelope.", "wiki_name": "Moonlight antler bolts", "wiki_url": "https://oldschool.runescape.wiki/w/Moonlight_antler_bolts", "equipment": { @@ -307490,9 +273889,6 @@ "cost": 31, "lowalch": 12, "highalch": 18, - "weight": 0.005, - "release_date": "2024-03-20", - "examine": "Antler of a moonlight antelope.", "wiki_name": "Moonlight antler", "wiki_url": "https://oldschool.runescape.wiki/w/Moonlight_antler", "price": 0 @@ -307507,9 +273903,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, - "release_date": "2024-03-20", - "examine": "There's a sunlight moth in here.", "wiki_name": "Sunlight moth (item)", "wiki_url": "https://oldschool.runescape.wiki/w/Sunlight_moth_(item)", "price": 474 @@ -307524,10 +273917,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.02, "buy_limit": 125, - "release_date": "2024-03-20", - "examine": "There's a moonlight moth in here.", "wiki_name": "Moonlight moth (item)", "wiki_url": "https://oldschool.runescape.wiki/w/Moonlight_moth_(item)", "price": 1086 @@ -307542,9 +273932,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 1, - "release_date": "2024-03-20", - "examine": "A strong spirit with a bold flavour.", "wiki_name": "Rum", "wiki_url": "https://oldschool.runescape.wiki/w/Rum", "price": 5050 @@ -307559,10 +273946,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.8, "buy_limit": 3000, - "release_date": "2024-03-20", - "examine": "Ew it's a pile of bones.", "wiki_name": "Wyrmling bones", "wiki_url": "https://oldschool.runescape.wiki/w/Wyrmling_bones", "price": 304 @@ -307576,9 +273960,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2024-03-20", - "examine": "The cape worn by only the most experienced players.", "wiki_name": "Dizana's max cape (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Dizana's_max_cape#Normal", "equipment": { @@ -307610,9 +273991,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2024-03-20", - "examine": "The hood worn by only the most experienced players.", "wiki_name": "Dizana's max hood", "wiki_url": "https://oldschool.runescape.wiki/w/Dizana's_max_hood", "equipment": { @@ -307644,9 +274022,6 @@ "cost": 99000, "lowalch": 39600, "highalch": 59400, - "weight": 0.453, - "release_date": "2024-03-20", - "examine": "The cape worn by only the most experienced players.", "wiki_name": "Dizana's max cape (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Dizana's_max_cape#Locked", "equipment": { @@ -307682,9 +274057,6 @@ "cost": 150000, "lowalch": 60000, "highalch": 90000, - "weight": 3, - "release_date": "2024-03-20", - "examine": "A rebounding throwing weapon of devastating proportions.", "wiki_name": "Tonalztics of ralos (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Tonalztics_of_ralos#Uncharged", "equipment": { @@ -307744,9 +274116,6 @@ "cost": 150000, "lowalch": 60000, "highalch": 90000, - "weight": 3, - "release_date": "2024-03-20", - "examine": "A rebounding throwing weapon of devastating proportions.", "wiki_name": "Tonalztics of ralos (Charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Tonalztics_of_ralos#Charged", "equipment": { @@ -307807,8 +274176,6 @@ "lowalch": 40, "highalch": 60, "buy_limit": 30000, - "release_date": "2024-03-20", - "examine": "Vaporised material from the sun.", "wiki_name": "Sunfire splinters", "wiki_url": "https://oldschool.runescape.wiki/w/Sunfire_splinters", "price": 489 @@ -307824,8 +274191,6 @@ "lowalch": 8, "highalch": 12, "buy_limit": 18000, - "release_date": "2024-03-20", - "examine": "A fire rune empowered by the sun.", "wiki_name": "Sunfire rune", "wiki_url": "https://oldschool.runescape.wiki/w/Sunfire_rune", "price": 113 @@ -307840,8 +274205,6 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "release_date": "2024-03-20", - "examine": "It's still warm to the touch.", "wiki_name": "Searing page", "wiki_url": "https://oldschool.runescape.wiki/w/Searing_page", "price": 14798 @@ -307858,9 +274221,6 @@ "cost": 15000, "lowalch": 6000, "highalch": 9000, - "weight": 2.267, - "release_date": "2024-03-20", - "examine": "A helmet forged from sunfire.", "wiki_name": "Sunfire fanatic helm", "wiki_url": "https://oldschool.runescape.wiki/w/Sunfire_fanatic_helm", "equipment": { @@ -307895,9 +274255,6 @@ "cost": 20000, "lowalch": 8000, "highalch": 12000, - "weight": 8.618, - "release_date": "2024-03-20", - "examine": "A cuirass forged from sunfire.", "wiki_name": "Sunfire fanatic cuirass", "wiki_url": "https://oldschool.runescape.wiki/w/Sunfire_fanatic_cuirass", "equipment": { @@ -307932,9 +274289,6 @@ "cost": 20000, "lowalch": 8000, "highalch": 12000, - "weight": 7.711, - "release_date": "2024-03-20", - "examine": "Chausses forged from sunfire.", "wiki_name": "Sunfire fanatic chausses", "wiki_url": "https://oldschool.runescape.wiki/w/Sunfire_fanatic_chausses", "equipment": { @@ -307967,10 +274321,7 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 0.5, "buy_limit": 8, - "release_date": "2024-03-20", - "examine": "A crystal of rebounding potential.", "wiki_name": "Echo crystal", "wiki_url": "https://oldschool.runescape.wiki/w/Echo_crystal", "price": 5451844 @@ -307984,9 +274335,6 @@ "cost": 305000, "lowalch": 122000, "highalch": 183000, - "weight": 7, - "release_date": "2024-03-20", - "examine": "Thick, stony boots. There's a giant crystal in the middle of them.", "wiki_name": "Echo boots", "wiki_url": "https://oldschool.runescape.wiki/w/Echo_boots", "equipment": { @@ -308018,9 +274366,6 @@ "cost": 80000, "lowalch": 32000, "highalch": 48000, - "weight": 0.453, - "release_date": "2024-03-20", - "examine": "A quiver awarded to those who have proved their worth in the Colosseum.", "wiki_name": "Dizana's quiver (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Dizana's_quiver#Uncharged", "equipment": { @@ -308052,9 +274397,6 @@ "cost": 80000, "lowalch": 32000, "highalch": 48000, - "weight": 0.453, - "release_date": "2024-03-20", - "examine": "A quiver awarded to those who have proved their worth in the Colosseum.", "wiki_name": "Dizana's quiver (Uncharged + Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Dizana's_quiver#Uncharged_+_Locked", "equipment": { @@ -308086,9 +274428,6 @@ "cost": 80000, "lowalch": 32000, "highalch": 48000, - "weight": 0.453, - "release_date": "2024-03-20", - "examine": "A quiver awarded to those who have proved their worth in the Colosseum. Can be blessed at a Shrine of Ralos.", "wiki_name": "Dizana's quiver (Charged)", "wiki_url": "https://oldschool.runescape.wiki/w/Dizana's_quiver#Charged", "equipment": { @@ -308120,9 +274459,6 @@ "cost": 80000, "lowalch": 32000, "highalch": 48000, - "weight": 0.453, - "release_date": "2024-03-20", - "examine": "A quiver awarded to those who have proved their worth in the Colosseum. Can be blessed at a Shrine of Ralos.", "wiki_name": "Dizana's quiver (Charged + Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Dizana's_quiver#Charged_+_Locked", "equipment": { @@ -308154,9 +274490,6 @@ "cost": 100000, "lowalch": 40000, "highalch": 60000, - "weight": 0.453, - "release_date": "2024-03-20", - "examine": "A quiver awarded to those who have proved their worth in the Colosseum. It's been blessed by Ralos.", "wiki_name": "Blessed dizana's quiver (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Blessed_dizana's_quiver#Normal", "equipment": { @@ -308188,9 +274521,6 @@ "cost": 100000, "lowalch": 40000, "highalch": 60000, - "weight": 0.453, - "release_date": "2024-03-20", - "examine": "A quiver awarded to those who have proved their worth in the Colosseum. It's been blessed by Ralos.", "wiki_name": "Blessed dizana's quiver (Locked)", "wiki_url": "https://oldschool.runescape.wiki/w/Blessed_dizana's_quiver#Locked", "equipment": { @@ -308220,9 +274550,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2024-03-20", - "examine": "I guess I should be flattered.", "wiki_name": "Scrawled poem", "wiki_url": "https://oldschool.runescape.wiki/w/Scrawled_poem", "price": 0 @@ -308234,9 +274561,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2024-03-20", - "examine": "Still somewhat imposing, I suppose.", "wiki_name": "Smol heredit", "wiki_url": "https://oldschool.runescape.wiki/w/Smol_heredit", "price": 0 @@ -308248,9 +274572,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2024-03-20", - "examine": "Is this bird tailing me?", "wiki_name": "Quetzin", "wiki_url": "https://oldschool.runescape.wiki/w/Quetzin", "price": 0 @@ -308260,9 +274581,6 @@ "name": "Enchanted water talisman", "members": true, "cost": 30, - "weight": 0.015, - "release_date": "2024-03-20", - "examine": "It seems to be inert...", "wiki_name": "Enchanted water talisman", "wiki_url": "https://oldschool.runescape.wiki/w/Enchanted_water_talisman", "price": 0 @@ -308272,9 +274590,6 @@ "name": "Enchanted earth talisman", "members": true, "cost": 30, - "weight": 0.015, - "release_date": "2024-03-20", - "examine": "It seems to be inert...", "wiki_name": "Enchanted earth talisman", "wiki_url": "https://oldschool.runescape.wiki/w/Enchanted_earth_talisman", "price": 0 @@ -308284,9 +274599,6 @@ "name": "Infused water talisman", "members": true, "cost": 30, - "weight": 0.015, - "release_date": "2024-03-20", - "examine": "It rumbles near water...", "wiki_name": "Infused water talisman", "wiki_url": "https://oldschool.runescape.wiki/w/Infused_water_talisman", "price": 0 @@ -308296,9 +274608,6 @@ "name": "Infused earth talisman", "members": true, "cost": 30, - "weight": 0.015, - "release_date": "2024-03-20", - "examine": "It thrums when pressed against the walls...", "wiki_name": "Infused earth talisman", "wiki_url": "https://oldschool.runescape.wiki/w/Infused_earth_talisman", "price": 0 @@ -308308,9 +274617,6 @@ "name": "Building supplies", "members": true, "cost": 30, - "weight": 5.15, - "release_date": "2024-03-20", - "examine": "Everything you might need to build a camp.", "wiki_name": "Building supplies", "wiki_url": "https://oldschool.runescape.wiki/w/Building_supplies", "price": 0 @@ -308322,9 +274628,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.003, - "release_date": "2024-03-20", - "examine": "The tail from a moss lizard.", "wiki_name": "Moss lizard tail", "wiki_url": "https://oldschool.runescape.wiki/w/Moss_lizard_tail", "price": 0 @@ -308336,9 +274639,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.003, - "release_date": "2024-03-20", - "examine": "Flaked off but still shiny.", "wiki_name": "Bream scales", "wiki_url": "https://oldschool.runescape.wiki/w/Bream_scales", "price": 0 @@ -308350,9 +274650,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.003, - "release_date": "2024-03-20", - "examine": "An invitation to the Kingdom of Varlamore.", "wiki_name": "Varlamore invitation", "wiki_url": "https://oldschool.runescape.wiki/w/Varlamore_invitation", "price": 0 @@ -308362,9 +274659,6 @@ "name": "Varlamore crest", "members": true, "cost": 30, - "weight": 4.535, - "release_date": "2024-03-20", - "examine": "The crest of the Varlamorian Royal Family.", "wiki_name": "Varlamore crest", "wiki_url": "https://oldschool.runescape.wiki/w/Varlamore_crest", "price": 0 @@ -308374,9 +274668,6 @@ "name": "Incriminating letter", "members": true, "cost": 30, - "weight": 0.003, - "release_date": "2024-03-20", - "examine": "A letter about something called Twilight's Promise.", "wiki_name": "Incriminating letter", "wiki_url": "https://oldschool.runescape.wiki/w/Incriminating_letter", "price": 0 @@ -308386,9 +274677,6 @@ "name": "Quetzal feed", "members": true, "cost": 30, - "weight": 0.1, - "release_date": "2024-03-20", - "examine": "Nice and tasty, for a quetzal at least.", "wiki_name": "Quetzal feed (Twilight's Promise)", "wiki_url": "https://oldschool.runescape.wiki/w/Quetzal_feed_(Twilight's_Promise)", "price": 0 @@ -308398,9 +274686,6 @@ "name": "Stolen amulet", "members": true, "cost": 30, - "weight": 0.007, - "release_date": "2024-03-20", - "examine": "Not as valuable as it looks.", "wiki_name": "Stolen amulet", "wiki_url": "https://oldschool.runescape.wiki/w/Stolen_amulet", "price": 0 @@ -308420,9 +274705,6 @@ "name": "Smooth leaf", "members": true, "cost": 30, - "weight": 0.007, - "release_date": "2024-03-20", - "examine": "A smooth leaf.", "wiki_name": "Smooth leaf", "wiki_url": "https://oldschool.runescape.wiki/w/Smooth_leaf", "price": 0 @@ -308432,9 +274714,6 @@ "name": "Sticky leaf", "members": true, "cost": 30, - "weight": 0.007, - "release_date": "2024-03-20", - "examine": "A tacky leaf.", "wiki_name": "Sticky leaf", "wiki_url": "https://oldschool.runescape.wiki/w/Sticky_leaf", "price": 0 @@ -308444,9 +274723,6 @@ "name": "Makeshift poultice", "members": true, "cost": 30, - "weight": 0.325, - "release_date": "2024-03-20", - "examine": "Leaves tied with a jerboa tail... It could work.", "wiki_name": "Makeshift poultice", "wiki_url": "https://oldschool.runescape.wiki/w/Makeshift_poultice", "price": 0 @@ -308456,9 +274732,6 @@ "name": "Fur sample", "members": true, "cost": 30, - "weight": 3, - "release_date": "2024-03-20", - "examine": "A chunk of fluff from Kiko's bed.", "wiki_name": "Fur sample", "wiki_url": "https://oldschool.runescape.wiki/w/Fur_sample", "price": 0 @@ -308468,9 +274741,6 @@ "name": "Trimmed fur", "members": true, "cost": 30, - "weight": 3, - "release_date": "2024-03-20", - "examine": "A close match to the fur sample.", "wiki_name": "Trimmed fur", "wiki_url": "https://oldschool.runescape.wiki/w/Trimmed_fur", "price": 0 @@ -308480,9 +274750,6 @@ "name": "Fox's report", "members": true, "cost": 30, - "weight": 0.02, - "release_date": "2024-03-20", - "examine": "I need to deliver this to the Hunter Guild.", "wiki_name": "Fox's report", "wiki_url": "https://oldschool.runescape.wiki/w/Fox's_report", "price": 0 @@ -308494,9 +274761,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1.5, - "release_date": "2024-03-20", - "examine": "A pot of crushed baby wyrm bones.", "wiki_name": "Baby dragon bonemeal (Varlamore)", "wiki_url": "https://oldschool.runescape.wiki/w/Baby_dragon_bonemeal_(Varlamore)", "price": 0 @@ -308506,9 +274770,6 @@ "name": "Love letter", "members": true, "cost": 30, - "weight": 0.003, - "release_date": "2024-03-20", - "examine": "A love letter. It's awful.", "wiki_name": "Love letter", "wiki_url": "https://oldschool.runescape.wiki/w/Love_letter", "price": 0 @@ -308518,9 +274779,6 @@ "name": "Plushy", "members": true, "cost": 30, - "weight": 0.001, - "release_date": "2024-03-20", - "examine": "An adorable plushy.", "wiki_name": "Plushy", "wiki_url": "https://oldschool.runescape.wiki/w/Plushy", "price": 0 @@ -308538,10 +274796,7 @@ "cost": 100000, "lowalch": 40000, "highalch": 60000, - "weight": 3, "buy_limit": 15, - "release_date": "2024-03-20", - "examine": "A magical staff of ancient origin...", "wiki_name": "Blue moon spear", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_moon_spear", "equipment": { @@ -308618,8 +274873,6 @@ "lowalch": 196, "highalch": 294, "buy_limit": 11000, - "release_date": "2024-03-20", - "examine": "Quite big for a dart.", "wiki_name": "Atlatl dart", "wiki_url": "https://oldschool.runescape.wiki/w/Atlatl_dart", "equipment": { @@ -308655,10 +274908,7 @@ "cost": 290010, "lowalch": 116004, "highalch": 174006, - "weight": 3.628, "buy_limit": 15, - "release_date": "2024-03-20", - "examine": "A brutal pair.", "wiki_name": "Dual macuahuitl", "wiki_url": "https://oldschool.runescape.wiki/w/Dual_macuahuitl", "equipment": { @@ -308728,10 +274978,7 @@ "cost": 160000, "lowalch": 64000, "highalch": 96000, - "weight": 3.628, "buy_limit": 15, - "release_date": "2024-03-20", - "examine": "A powerful thrown weapon forged from an eclipse.", "wiki_name": "Eclipse atlatl", "wiki_url": "https://oldschool.runescape.wiki/w/Eclipse_atlatl", "equipment": { @@ -308793,10 +275040,7 @@ "cost": 290010, "lowalch": 116004, "highalch": 174006, - "weight": 3, "buy_limit": 15, - "release_date": "2024-03-20", - "examine": "The chestplate of the Eclipse Moon.", "wiki_name": "Eclipse moon chestplate (New)", "wiki_url": "https://oldschool.runescape.wiki/w/Eclipse_moon_chestplate#New", "equipment": { @@ -308831,10 +275075,7 @@ "cost": 289910, "lowalch": 115964, "highalch": 173946, - "weight": 1, "buy_limit": 15, - "release_date": "2024-03-20", - "examine": "The tassets of the Eclipse Moon.", "wiki_name": "Eclipse moon tassets (New)", "wiki_url": "https://oldschool.runescape.wiki/w/Eclipse_moon_tassets#New", "equipment": { @@ -308869,10 +275110,7 @@ "cost": 103000, "lowalch": 41200, "highalch": 61800, - "weight": 0.907, "buy_limit": 15, - "release_date": "2024-03-20", - "examine": "The helm of the Eclipse Moon.", "wiki_name": "Eclipse moon helm (New)", "wiki_url": "https://oldschool.runescape.wiki/w/Eclipse_moon_helm#New", "equipment": { @@ -308907,10 +275145,7 @@ "cost": 290010, "lowalch": 116004, "highalch": 174006, - "weight": 3.175, "buy_limit": 15, - "release_date": "2024-03-20", - "examine": "The chestplate of the Blue Moon.", "wiki_name": "Blue moon chestplate (New)", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_moon_chestplate#New", "equipment": { @@ -308945,10 +275180,7 @@ "cost": 289910, "lowalch": 115964, "highalch": 173946, - "weight": 1.36, "buy_limit": 15, - "release_date": "2024-03-20", - "examine": "The tassets of the Blue Moon.", "wiki_name": "Blue moon tassets (New)", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_moon_tassets#New", "equipment": { @@ -308983,10 +275215,7 @@ "cost": 103000, "lowalch": 41200, "highalch": 61800, - "weight": 0.453, "buy_limit": 15, - "release_date": "2024-03-20", - "examine": "The helm of the Blue Moon.", "wiki_name": "Blue moon helm (New)", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_moon_helm#New", "equipment": { @@ -309021,10 +275250,7 @@ "cost": 290010, "lowalch": 116004, "highalch": 174006, - "weight": 5.443, "buy_limit": 15, - "release_date": "2024-03-20", - "examine": "The chestplate of the Blood Moon.", "wiki_name": "Blood moon chestplate (New)", "wiki_url": "https://oldschool.runescape.wiki/w/Blood_moon_chestplate#New", "equipment": { @@ -309059,10 +275285,7 @@ "cost": 289910, "lowalch": 115964, "highalch": 173946, - "weight": 4.082, "buy_limit": 15, - "release_date": "2024-03-20", - "examine": "The tassets of the Blood Moon.", "wiki_name": "Blood moon tassets (New)", "wiki_url": "https://oldschool.runescape.wiki/w/Blood_moon_tassets#New", "equipment": { @@ -309097,10 +275320,7 @@ "cost": 103000, "lowalch": 41200, "highalch": 61800, - "weight": 1, "buy_limit": 15, - "release_date": "2024-03-20", - "examine": "The helm of the Blood Moon.", "wiki_name": "Blood moon helm (New)", "wiki_url": "https://oldschool.runescape.wiki/w/Blood_moon_helm#New", "equipment": { @@ -309132,9 +275352,6 @@ "cost": 290010, "lowalch": 116004, "highalch": 174006, - "weight": 3, - "release_date": "2024-03-20", - "examine": "The chestplate of the Eclipse Moon.", "wiki_name": "Eclipse moon chestplate (Used)", "wiki_url": "https://oldschool.runescape.wiki/w/Eclipse_moon_chestplate#Used", "equipment": { @@ -309166,9 +275383,6 @@ "cost": 289910, "lowalch": 115964, "highalch": 173946, - "weight": 1, - "release_date": "2024-03-20", - "examine": "The tassets of the Eclipse Moon.", "wiki_name": "Eclipse moon tassets (Used)", "wiki_url": "https://oldschool.runescape.wiki/w/Eclipse_moon_tassets#Used", "equipment": { @@ -309200,9 +275414,6 @@ "cost": 103000, "lowalch": 41200, "highalch": 61800, - "weight": 0.907, - "release_date": "2024-03-20", - "examine": "The helm of the Eclipse Moon.", "wiki_name": "Eclipse moon helm (Used)", "wiki_url": "https://oldschool.runescape.wiki/w/Eclipse_moon_helm#Used", "equipment": { @@ -309234,9 +275445,6 @@ "cost": 290010, "lowalch": 116004, "highalch": 174006, - "weight": 3.175, - "release_date": "2024-03-20", - "examine": "The chestplate of the Blue Moon.", "wiki_name": "Blue moon chestplate (Used)", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_moon_chestplate#Used", "equipment": { @@ -309268,9 +275476,6 @@ "cost": 289910, "lowalch": 115964, "highalch": 173946, - "weight": 1.36, - "release_date": "2024-03-20", - "examine": "The tassets of the Blue Moon.", "wiki_name": "Blue moon tassets (Used)", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_moon_tassets#Used", "equipment": { @@ -309302,9 +275507,6 @@ "cost": 103000, "lowalch": 41200, "highalch": 61800, - "weight": 0.453, - "release_date": "2024-03-20", - "examine": "The helm of the Blue Moon.", "wiki_name": "Blue moon helm (Used)", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_moon_helm#Used", "equipment": { @@ -309336,9 +275538,6 @@ "cost": 290010, "lowalch": 116004, "highalch": 174006, - "weight": 5.443, - "release_date": "2024-03-20", - "examine": "The chestplate of the Blood Moon.", "wiki_name": "Blood moon chestplate (Used)", "wiki_url": "https://oldschool.runescape.wiki/w/Blood_moon_chestplate#Used", "equipment": { @@ -309370,9 +275569,6 @@ "cost": 289910, "lowalch": 115964, "highalch": 173946, - "weight": 4.082, - "release_date": "2024-03-20", - "examine": "The tassets of the Blood Moon.", "wiki_name": "Blood moon tassets (Used)", "wiki_url": "https://oldschool.runescape.wiki/w/Blood_moon_tassets#Used", "equipment": { @@ -309404,9 +275600,6 @@ "cost": 103000, "lowalch": 41200, "highalch": 61800, - "weight": 0.907, - "release_date": "2024-03-20", - "examine": "The helm of the Blood Moon.", "wiki_name": "Blood moon helm (Used)", "wiki_url": "https://oldschool.runescape.wiki/w/Blood_moon_helm#Used", "equipment": { @@ -309439,10 +275632,7 @@ "cost": 290010, "lowalch": 116004, "highalch": 174006, - "weight": 3, "buy_limit": 15, - "release_date": "2024-03-20", - "examine": "The chestplate of the Eclipse Moon.", "wiki_name": "Eclipse moon chestplate (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Eclipse_moon_chestplate#Broken", "price": 242148 @@ -309457,10 +275647,7 @@ "cost": 289910, "lowalch": 115964, "highalch": 173946, - "weight": 1, "buy_limit": 15, - "release_date": "2024-03-20", - "examine": "The tassets of the Eclipse Moon.", "wiki_name": "Eclipse moon tassets (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Eclipse_moon_tassets#Broken", "price": 204027 @@ -309475,10 +275662,7 @@ "cost": 103000, "lowalch": 41200, "highalch": 61800, - "weight": 0.907, "buy_limit": 15, - "release_date": "2024-03-20", - "examine": "The helm of the Eclipse Moon.", "wiki_name": "Eclipse moon helm (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Eclipse_moon_helm#Broken", "price": 105205 @@ -309493,10 +275677,7 @@ "cost": 290010, "lowalch": 116004, "highalch": 174006, - "weight": 3.175, "buy_limit": 15, - "release_date": "2024-03-20", - "examine": "The chestplate of the Blue Moon.", "wiki_name": "Blue moon chestplate (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_moon_chestplate#Broken", "price": 898606 @@ -309511,10 +275692,7 @@ "cost": 289910, "lowalch": 115964, "highalch": 173946, - "weight": 1.36, "buy_limit": 15, - "release_date": "2024-03-20", - "examine": "The tassets of the Blue Moon.", "wiki_name": "Blue moon tassets (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_moon_tassets#Broken", "price": 1568456 @@ -309529,10 +275707,7 @@ "cost": 103000, "lowalch": 41200, "highalch": 61800, - "weight": 0.453, "buy_limit": 15, - "release_date": "2024-03-20", - "examine": "The helm of the Blue Moon.", "wiki_name": "Blue moon helm (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_moon_helm#Broken", "price": 195000 @@ -309547,10 +275722,7 @@ "cost": 290010, "lowalch": 116004, "highalch": 174006, - "weight": 5.443, "buy_limit": 15, - "release_date": "2024-03-20", - "examine": "The chestplate of the Blood Moon.", "wiki_name": "Blood moon chestplate (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Blood_moon_chestplate#Broken", "price": 925750 @@ -309565,10 +275737,7 @@ "cost": 289910, "lowalch": 115964, "highalch": 173946, - "weight": 4.082, "buy_limit": 15, - "release_date": "2024-03-20", - "examine": "The tassets of the Blood Moon.", "wiki_name": "Blood moon tassets (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Blood_moon_tassets#Broken", "price": 2997796 @@ -309583,9 +275752,6 @@ "cost": 103000, "lowalch": 41200, "highalch": 61800, - "weight": 0.907, - "release_date": "2024-03-20", - "examine": "The helm of the Blood Moon.", "wiki_name": "Blood moon helm (Broken)", "wiki_url": "https://oldschool.runescape.wiki/w/Blood_moon_helm#Broken", "price": 178968 @@ -309595,9 +275761,6 @@ "name": "Raw moss lizard", "members": true, "cost": 20, - "weight": 0.17, - "release_date": "2024-03-20", - "examine": "Might taste better cooked.", "wiki_name": "Raw moss lizard", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_moss_lizard", "price": 0, @@ -309609,9 +275772,6 @@ "name": "Cooked moss lizard", "members": true, "cost": 50, - "weight": 0.141, - "release_date": "2024-03-20", - "examine": "Mmm, this looks tasty.", "wiki_name": "Cooked moss lizard", "wiki_url": "https://oldschool.runescape.wiki/w/Cooked_moss_lizard", "price": 0, @@ -309623,9 +275783,6 @@ "name": "Moonlight grub", "members": true, "cost": 50, - "weight": 0.001, - "release_date": "2024-03-20", - "examine": "Squirms and glitters.", "wiki_name": "Moonlight grub", "wiki_url": "https://oldschool.runescape.wiki/w/Moonlight_grub", "price": 0, @@ -309637,9 +275794,6 @@ "name": "Moonlight grub paste", "members": true, "cost": 50, - "weight": 0.002, - "release_date": "2024-03-20", - "examine": "A gooey, sparkling, grub-based paste.", "wiki_name": "Moonlight grub paste", "wiki_url": "https://oldschool.runescape.wiki/w/Moonlight_grub_paste", "price": 0, @@ -309653,9 +275807,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 0.02, - "release_date": "2024-03-20", - "examine": "4 doses of a moonlight potion.", "wiki_name": "Moonlight potion (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Moonlight_potion#4_dose", "price": 0 @@ -309667,9 +275818,6 @@ "cost": 750, "lowalch": 300, "highalch": 450, - "weight": 0.02, - "release_date": "2024-03-20", - "examine": "3 doses of a moonlight potion.", "wiki_name": "Moonlight potion (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Moonlight_potion#3_dose", "price": 0 @@ -309681,9 +275829,6 @@ "cost": 500, "lowalch": 200, "highalch": 300, - "weight": 0.02, - "release_date": "2024-03-20", - "examine": "2 doses of a moonlight potion.", "wiki_name": "Moonlight potion (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Moonlight_potion#2_dose", "price": 0 @@ -309695,9 +275840,6 @@ "cost": 250, "lowalch": 100, "highalch": 150, - "weight": 0.02, - "release_date": "2024-03-20", - "examine": "1 dose of a moonlight potion.", "wiki_name": "Moonlight potion (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Moonlight_potion#1_dose", "price": 0 @@ -309715,10 +275857,7 @@ "cost": 30000, "lowalch": 12000, "highalch": 18000, - "weight": 1.814, "buy_limit": 15, - "release_date": "2024-03-20", - "examine": "Are these explosive?", "wiki_name": "Sulphur blades", "wiki_url": "https://oldschool.runescape.wiki/w/Sulphur_blades", "equipment": { @@ -309781,8 +275920,6 @@ "members": true, "stackable": true, "cost": 10, - "release_date": "2024-03-20", - "examine": "Brimming with unstable magic. It stings when it touches skin.", "wiki_name": "Sulphurous essence", "wiki_url": "https://oldschool.runescape.wiki/w/Sulphurous_essence", "price": 0, @@ -309796,9 +275933,6 @@ "cost": 200, "lowalch": 80, "highalch": 120, - "weight": 0.2, - "release_date": "2024-03-20", - "examine": "A deposit of calcified rock with bits of bone. It looks quite smashable.", "wiki_name": "Calcified deposit", "wiki_url": "https://oldschool.runescape.wiki/w/Calcified_deposit", "price": 0 @@ -309812,8 +275946,6 @@ "stackable": true, "cost": 10000, "buy_limit": 100, - "release_date": "2024-03-20", - "examine": "A fossilised moth infused with dwarven magic.", "wiki_name": "Calcified moth", "wiki_url": "https://oldschool.runescape.wiki/w/Calcified_moth", "price": 5075, @@ -309829,9 +275961,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.34, - "release_date": "2024-03-20", - "examine": "Don't eat this.", "wiki_name": "Not meat", "wiki_url": "https://oldschool.runescape.wiki/w/Not_meat", "price": 176 @@ -309846,9 +275975,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.34, - "release_date": "2024-03-20", - "examine": "Ouch!", "wiki_name": "Raw barb-tailed kebbit", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_barb-tailed_kebbit", "price": 205 @@ -309863,9 +275989,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.34, - "release_date": "2024-03-20", - "examine": "Better cook this carefully.", "wiki_name": "Raw wild kebbit", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_wild_kebbit", "price": 1026 @@ -309880,9 +276003,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.34, - "release_date": "2024-03-20", - "examine": "I should probably cook this first.", "wiki_name": "Raw dashing kebbit", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_dashing_kebbit", "price": 830 @@ -309897,10 +276017,7 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.34, "buy_limit": 13000, - "release_date": "2024-03-20", - "examine": "I should probably cook this first.", "wiki_name": "Raw pyre fox", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_pyre_fox", "price": 255 @@ -309915,9 +276032,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.34, - "release_date": "2024-03-20", - "examine": "I should probably cook this first.", "wiki_name": "Raw moonlight antelope", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_moonlight_antelope", "price": 2384 @@ -309932,9 +276046,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.34, - "release_date": "2024-03-20", - "examine": "I should probably cook this first.", "wiki_name": "Raw sunlight antelope", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_sunlight_antelope", "price": 522 @@ -309949,9 +276060,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.34, - "release_date": "2024-03-20", - "examine": "I should probably cook this first.", "wiki_name": "Raw graahk", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_graahk", "price": 270 @@ -309966,9 +276074,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.34, - "release_date": "2024-03-20", - "examine": "I should probably cook this first.", "wiki_name": "Raw larupia", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_larupia", "price": 371 @@ -309983,9 +276088,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.34, - "release_date": "2024-03-20", - "examine": "I should probably cook this first.", "wiki_name": "Raw kyatt", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_kyatt", "price": 129 @@ -310000,9 +276102,6 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.283, - "release_date": "2024-03-20", - "examine": "Mmm, this looks tasty.", "wiki_name": "Cooked wild kebbit", "wiki_url": "https://oldschool.runescape.wiki/w/Cooked_wild_kebbit", "price": 65 @@ -310017,9 +276116,6 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.283, - "release_date": "2024-03-20", - "examine": "Mmm, this looks tasty.", "wiki_name": "Cooked barb-tailed kebbit", "wiki_url": "https://oldschool.runescape.wiki/w/Cooked_barb-tailed_kebbit", "price": 240 @@ -310034,9 +276130,6 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.283, - "release_date": "2024-03-20", - "examine": "I should eat this quickly.", "wiki_name": "Cooked dashing kebbit", "wiki_url": "https://oldschool.runescape.wiki/w/Cooked_dashing_kebbit", "price": 1328 @@ -310051,9 +276144,6 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.283, - "release_date": "2024-03-20", - "examine": "Mmm, this looks tasty.", "wiki_name": "Cooked pyre fox", "wiki_url": "https://oldschool.runescape.wiki/w/Cooked_pyre_fox", "price": 500 @@ -310068,9 +276158,6 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.283, - "release_date": "2024-03-20", - "examine": "Mmm, this looks tasty.", "wiki_name": "Cooked sunlight antelope", "wiki_url": "https://oldschool.runescape.wiki/w/Cooked_sunlight_antelope", "price": 846 @@ -310085,10 +276172,7 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.283, "buy_limit": 6000, - "release_date": "2024-03-20", - "examine": "Mmm, this looks tasty.", "wiki_name": "Cooked moonlight antelope", "wiki_url": "https://oldschool.runescape.wiki/w/Cooked_moonlight_antelope", "price": 2974 @@ -310103,9 +276187,6 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.283, - "release_date": "2024-03-20", - "examine": "Mmm, this looks tasty.", "wiki_name": "Cooked larupia", "wiki_url": "https://oldschool.runescape.wiki/w/Cooked_larupia", "price": 330 @@ -310120,9 +276201,6 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.283, - "release_date": "2024-03-20", - "examine": "Mmm, this looks tasty.", "wiki_name": "Cooked graahk", "wiki_url": "https://oldschool.runescape.wiki/w/Cooked_graahk", "price": 105 @@ -310137,9 +276215,6 @@ "cost": 4, "lowalch": 1, "highalch": 2, - "weight": 0.283, - "release_date": "2024-03-20", - "examine": "Mmm, this looks tasty.", "wiki_name": "Cooked kyatt", "wiki_url": "https://oldschool.runescape.wiki/w/Cooked_kyatt", "price": 274 @@ -310153,9 +276228,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.226, - "release_date": "2024-03-20", - "examine": "Oh dear, it's totally burnt!", "wiki_name": "Burnt kebbit", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_kebbit", "price": 0 @@ -310169,9 +276241,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.226, - "release_date": "2024-03-20", - "examine": "Oh dear, it's totally burnt!", "wiki_name": "Burnt large beast", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_large_beast", "price": 0 @@ -310185,9 +276254,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.226, - "release_date": "2024-03-20", - "examine": "Oh dear, it's totally burnt!", "wiki_name": "Burnt antelope", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_antelope", "price": 0 @@ -310201,9 +276267,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.226, - "release_date": "2024-03-20", - "examine": "Oh dear, it's totally burnt!", "wiki_name": "Burnt fox meat", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_fox_meat", "price": 0 @@ -310218,9 +276281,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 3, - "release_date": "2024-03-20", - "examine": "This would make warm clothing.", "wiki_name": "Fox fur", "wiki_url": "https://oldschool.runescape.wiki/w/Fox_fur", "price": 358 @@ -310235,8 +276295,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2024-03-20", - "examine": "The long tail of an embertailed jerboa.", "wiki_name": "Jerboa tail", "wiki_url": "https://oldschool.runescape.wiki/w/Jerboa_tail", "price": 121 @@ -310251,9 +276309,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2024-03-20", - "examine": "I don't think I can stick it back on.", "wiki_name": "Sunlight antelope antler", "wiki_url": "https://oldschool.runescape.wiki/w/Sunlight_antelope_antler", "price": 628 @@ -310268,9 +276323,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 1, - "release_date": "2024-03-20", - "examine": "I don't think I can stick it back on.", "wiki_name": "Moonlight antelope antler", "wiki_url": "https://oldschool.runescape.wiki/w/Moonlight_antelope_antler", "price": 2136 @@ -310285,10 +276337,7 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 3, "buy_limit": 18000, - "release_date": "2024-03-20", - "examine": "I can make something out of this.", "wiki_name": "Moonlight antelope fur", "wiki_url": "https://oldschool.runescape.wiki/w/Moonlight_antelope_fur", "price": 803 @@ -310303,9 +276352,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 3, - "release_date": "2024-03-20", - "examine": "I can make something out of this.", "wiki_name": "Sunlight antelope fur", "wiki_url": "https://oldschool.runescape.wiki/w/Sunlight_antelope_fur", "price": 110 @@ -310320,9 +276366,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.02, - "release_date": "2024-03-20", - "examine": "There's a sapphire glacialis butterfly in here.", "wiki_name": "Sapphire glacialis mix (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Sapphire_glacialis_mix#2_dose", "price": 800 @@ -310337,9 +276380,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.02, - "release_date": "2024-03-20", - "examine": "There's a snowy knight butterfly in here.", "wiki_name": "Snowy knight mix (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Snowy_knight_mix#2_dose", "price": 3000 @@ -310354,9 +276394,6 @@ "cost": 18, "lowalch": 7, "highalch": 10, - "weight": 0.02, - "release_date": "2024-03-20", - "examine": "There's a ruby harvest butterfly in here.", "wiki_name": "Ruby harvest mix (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Ruby_harvest_mix#2_dose", "price": 718 @@ -310371,9 +276408,6 @@ "cost": 70, "lowalch": 28, "highalch": 42, - "weight": 0.02, - "release_date": "2024-03-20", - "examine": "There's a black warlock butterfly in here.", "wiki_name": "Black warlock mix (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_warlock_mix#2_dose", "price": 785 @@ -310388,9 +276422,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.02, - "release_date": "2024-03-20", - "examine": "There's a sunlight moth in here.", "wiki_name": "Sunlight moth mix (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Sunlight_moth_mix#2_dose", "price": 1916 @@ -310405,10 +276436,7 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.02, "buy_limit": 125, - "release_date": "2024-03-20", - "examine": "There's a moonlight moth in here.", "wiki_name": "Moonlight moth mix (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Moonlight_moth_mix#2_dose", "price": 2312 @@ -310423,9 +276451,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.02, - "release_date": "2024-03-20", - "examine": "There's a sapphire glacialis butterfly in here.", "wiki_name": "Sapphire glacialis mix (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Sapphire_glacialis_mix#1_dose", "price": 700 @@ -310440,9 +276465,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.02, - "release_date": "2024-03-20", - "examine": "There's a snowy knight butterfly in here.", "wiki_name": "Snowy knight mix (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Snowy_knight_mix#1_dose", "price": 95 @@ -310457,9 +276479,6 @@ "cost": 18, "lowalch": 7, "highalch": 10, - "weight": 0.02, - "release_date": "2024-03-20", - "examine": "There's a ruby harvest butterfly in here.", "wiki_name": "Ruby harvest mix (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Ruby_harvest_mix#1_dose", "price": 0 @@ -310474,9 +276493,6 @@ "cost": 70, "lowalch": 28, "highalch": 42, - "weight": 0.02, - "release_date": "2024-03-20", - "examine": "There's a black warlock butterfly in here.", "wiki_name": "Black warlock mix (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_warlock_mix#1_dose", "price": 0 @@ -310491,9 +276507,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.02, - "release_date": "2024-03-20", - "examine": "There's a sunlight moth in here.", "wiki_name": "Sunlight moth mix (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Sunlight_moth_mix#1_dose", "price": 754 @@ -310508,9 +276521,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 0.02, - "release_date": "2024-03-20", - "examine": "There's a moonlight moth in here.", "wiki_name": "Moonlight moth mix (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Moonlight_moth_mix#1_dose", "price": 1336 @@ -310520,9 +276530,6 @@ "name": "Raw bream", "members": true, "cost": 1, - "weight": 0.45, - "release_date": "2024-03-20", - "examine": "Fresh from the stream.", "wiki_name": "Raw bream", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_bream", "price": 0, @@ -310534,9 +276541,6 @@ "name": "Cooked bream", "members": true, "cost": 1, - "weight": 0.35, - "release_date": "2024-03-20", - "examine": "Crispy.", "wiki_name": "Cooked bream", "wiki_url": "https://oldschool.runescape.wiki/w/Cooked_bream", "price": 0, @@ -310553,9 +276557,6 @@ "cost": 80, "lowalch": 32, "highalch": 48, - "weight": 3, - "release_date": "2024-03-20", - "examine": "This would make nice clothing.", "wiki_name": "Jaguar fur", "wiki_url": "https://oldschool.runescape.wiki/w/Jaguar_fur", "price": 2804 @@ -310567,9 +276568,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, - "release_date": "2024-03-20", - "examine": "A tuft of chinchompa fur.", "wiki_name": "Chinchompa tuft", "wiki_url": "https://oldschool.runescape.wiki/w/Chinchompa_tuft", "price": 0 @@ -310581,9 +276579,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, - "release_date": "2024-03-20", - "examine": "Tailfeathers of a wagtail.", "wiki_name": "Tailfeathers", "wiki_url": "https://oldschool.runescape.wiki/w/Tailfeathers", "price": 0 @@ -310595,9 +276590,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, - "release_date": "2024-03-20", - "examine": "I'm not even sure which of them this came from.", "wiki_name": "Kebbity tuft", "wiki_url": "https://oldschool.runescape.wiki/w/Kebbity_tuft", "price": 0 @@ -310609,9 +276601,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, - "release_date": "2024-03-20", - "examine": "The wingtip of a sapphire glacialis butterfly.", "wiki_name": "Blue butterfly wing", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_butterfly_wing", "price": 0 @@ -310623,9 +276612,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, - "release_date": "2024-03-20", - "examine": "The oversized claw of a swamp lizard.", "wiki_name": "Swamp lizard claw", "wiki_url": "https://oldschool.runescape.wiki/w/Swamp_lizard_claw", "price": 0 @@ -310637,9 +276623,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, - "release_date": "2024-03-20", - "examine": "Do you think it heard me coming?", "wiki_name": "Larupia ear", "wiki_url": "https://oldschool.runescape.wiki/w/Larupia_ear", "price": 0 @@ -310651,9 +276634,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, - "release_date": "2024-03-20", - "examine": "The wingtip of a snowy knight butterfly.", "wiki_name": "White butterfly wing", "wiki_url": "https://oldschool.runescape.wiki/w/White_butterfly_wing", "price": 0 @@ -310665,9 +276645,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, - "release_date": "2024-03-20", - "examine": "Does this make it a fully fledged fire tail?", "wiki_name": "Large jerboa tail", "wiki_url": "https://oldschool.runescape.wiki/w/Large_jerboa_tail", "price": 0 @@ -310679,9 +276656,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, - "release_date": "2024-03-20", - "examine": "I wouldn't want to get caught on that.", "wiki_name": "Graahk horn spur", "wiki_url": "https://oldschool.runescape.wiki/w/Graahk_horn_spur", "price": 0 @@ -310693,9 +276667,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, - "release_date": "2024-03-20", - "examine": "The wingtip of a black warlock butterfly.", "wiki_name": "Black butterfly wing", "wiki_url": "https://oldschool.runescape.wiki/w/Black_butterfly_wing", "price": 0 @@ -310707,9 +276678,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, - "release_date": "2024-03-20", - "examine": "The oversized claw of an orange salamander.", "wiki_name": "Orange salamander claw", "wiki_url": "https://oldschool.runescape.wiki/w/Orange_salamander_claw", "price": 0 @@ -310721,9 +276689,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, - "release_date": "2024-03-20", - "examine": "CHOMP.", "wiki_name": "Kyatt tooth chip", "wiki_url": "https://oldschool.runescape.wiki/w/Kyatt_tooth_chip", "price": 0 @@ -310735,9 +276700,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, - "release_date": "2024-03-20", - "examine": "Oh, this is fantastic!", "wiki_name": "Fox fluff", "wiki_url": "https://oldschool.runescape.wiki/w/Fox_fluff", "price": 0 @@ -310749,9 +276711,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, - "release_date": "2024-03-20", - "examine": "The oversized claw of a red salamander.", "wiki_name": "Red salamander claw", "wiki_url": "https://oldschool.runescape.wiki/w/Red_salamander_claw", "price": 0 @@ -310763,9 +276722,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, - "release_date": "2024-03-20", - "examine": "A tuft of chinchompa fur... but red.", "wiki_name": "Red chinchompa tuft", "wiki_url": "https://oldschool.runescape.wiki/w/Red_chinchompa_tuft", "price": 0 @@ -310777,9 +276733,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, - "release_date": "2024-03-20", - "examine": "A shard of sunlit antelope hoof.", "wiki_name": "Antelope hoof shard (sunlight)", "wiki_url": "https://oldschool.runescape.wiki/w/Antelope_hoof_shard_(sunlight)", "price": 0 @@ -310791,9 +276744,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, - "release_date": "2024-03-20", - "examine": "The wingtip of a sunlight moth.", "wiki_name": "Sunlight moth wing", "wiki_url": "https://oldschool.runescape.wiki/w/Sunlight_moth_wing", "price": 0 @@ -310805,9 +276755,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, - "release_date": "2024-03-20", - "examine": "The oversized claw of a tecu salamander.", "wiki_name": "Salamander claw", "wiki_url": "https://oldschool.runescape.wiki/w/Salamander_claw", "price": 0 @@ -310819,9 +276766,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, - "release_date": "2024-03-20", - "examine": "Does this fur smell odd to you?", "wiki_name": "Herby tuft", "wiki_url": "https://oldschool.runescape.wiki/w/Herby_tuft", "price": 0 @@ -310833,9 +276777,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, - "release_date": "2024-03-20", - "examine": "A stray wingtip from a moonlight moth.", "wiki_name": "Moonlight moth wing", "wiki_url": "https://oldschool.runescape.wiki/w/Moonlight_moth_wing", "price": 0 @@ -310847,9 +276788,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 1, - "release_date": "2024-03-20", - "examine": "A shard of darkened antelope hoof.", "wiki_name": "Antelope hoof shard (moonlight)", "wiki_url": "https://oldschool.runescape.wiki/w/Antelope_hoof_shard_(moonlight)", "price": 0 @@ -310860,8 +276798,6 @@ "members": true, "stackable": true, "cost": 1, - "release_date": "2024-03-20", - "examine": "I wonder what might be caught in this.", "wiki_name": "Hunters' loot sack (basic)", "wiki_url": "https://oldschool.runescape.wiki/w/Hunters'_loot_sack_(basic)", "price": 0, @@ -310874,8 +276810,6 @@ "members": true, "stackable": true, "cost": 1, - "release_date": "2024-03-20", - "examine": "I wonder what might be caught in this.", "wiki_name": "Hunters' loot sack (tier 1)", "wiki_url": "https://oldschool.runescape.wiki/w/Hunters'_loot_sack_(tier_1)", "price": 0, @@ -310888,8 +276822,6 @@ "members": true, "stackable": true, "cost": 1, - "release_date": "2024-03-20", - "examine": "I wonder what might be caught in this.", "wiki_name": "Hunters' loot sack (tier 2)", "wiki_url": "https://oldschool.runescape.wiki/w/Hunters'_loot_sack_(tier_2)", "price": 0, @@ -310902,8 +276834,6 @@ "members": true, "stackable": true, "cost": 1, - "release_date": "2024-03-20", - "examine": "I wonder what might be caught in this.", "wiki_name": "Hunters' loot sack (tier 3)", "wiki_url": "https://oldschool.runescape.wiki/w/Hunters'_loot_sack_(tier_3)", "price": 0 @@ -310925,9 +276855,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.004, - "release_date": "2024-03-20", - "examine": "A simple blueprint for a quetzal whistle.", "wiki_name": "Basic quetzal whistle blueprint", "wiki_url": "https://oldschool.runescape.wiki/w/Basic_quetzal_whistle_blueprint", "price": 0 @@ -310942,9 +276869,6 @@ "cost": 5000, "lowalch": 2000, "highalch": 3000, - "weight": 0.004, - "release_date": "2024-03-20", - "examine": "An enhanced blueprint for a quetzal whistle.", "wiki_name": "Enhanced quetzal whistle blueprint", "wiki_url": "https://oldschool.runescape.wiki/w/Enhanced_quetzal_whistle_blueprint", "price": 5842 @@ -310959,9 +276883,6 @@ "cost": 7500, "lowalch": 3000, "highalch": 4500, - "weight": 0.004, - "release_date": "2024-03-20", - "examine": "A perfected blueprint for a quetzal whistle.", "wiki_name": "Perfected quetzal whistle blueprint", "wiki_url": "https://oldschool.runescape.wiki/w/Perfected_quetzal_whistle_blueprint", "price": 6755 @@ -310973,9 +276894,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.004, - "release_date": "2024-03-20", - "examine": "An enhanced blueprint for a quetzal whistle. It's been torn.", "wiki_name": "Torn enhanced quetzal whistle blueprint", "wiki_url": "https://oldschool.runescape.wiki/w/Torn_enhanced_quetzal_whistle_blueprint", "price": 0 @@ -310987,9 +276905,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.004, - "release_date": "2024-03-20", - "examine": "A perfected blueprint for a quetzal whistle. It's been torn.", "wiki_name": "Torn perfected quetzal whistle blueprint", "wiki_url": "https://oldschool.runescape.wiki/w/Torn_perfected_quetzal_whistle_blueprint", "price": 0 @@ -311001,9 +276916,6 @@ "equipable": true, "equipable_by_player": true, "cost": 500, - "weight": 1.36, - "release_date": "2024-03-20", - "examine": "The hat of the Hunters.", "wiki_name": "Guild hunter headwear", "wiki_url": "https://oldschool.runescape.wiki/w/Guild_hunter_headwear", "equipment": { @@ -311035,9 +276947,6 @@ "equipable": true, "equipable_by_player": true, "cost": 800, - "weight": 1.36, - "release_date": "2024-03-20", - "examine": "The top of the Hunters.", "wiki_name": "Guild hunter top", "wiki_url": "https://oldschool.runescape.wiki/w/Guild_hunter_top", "equipment": { @@ -311069,9 +276978,6 @@ "equipable": true, "equipable_by_player": true, "cost": 700, - "weight": 1.36, - "release_date": "2024-03-20", - "examine": "The legs of the Hunters.", "wiki_name": "Guild hunter legs", "wiki_url": "https://oldschool.runescape.wiki/w/Guild_hunter_legs", "equipment": { @@ -311103,9 +277009,6 @@ "equipable": true, "equipable_by_player": true, "cost": 200, - "weight": 1.36, - "release_date": "2024-03-20", - "examine": "The boots of the Hunters.", "wiki_name": "Guild hunter boots", "wiki_url": "https://oldschool.runescape.wiki/w/Guild_hunter_boots", "equipment": { @@ -311137,9 +277040,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.004, - "release_date": "2024-03-20", - "examine": "A simple quetzal whistle crafted from willow logs.", "wiki_name": "Basic quetzal whistle", "wiki_url": "https://oldschool.runescape.wiki/w/Basic_quetzal_whistle", "price": 0 @@ -311151,9 +277051,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.004, - "release_date": "2024-03-20", - "examine": "An enhanced quetzal whistle crafted from yew logs.", "wiki_name": "Enhanced quetzal whistle", "wiki_url": "https://oldschool.runescape.wiki/w/Enhanced_quetzal_whistle", "price": 0 @@ -311165,9 +277062,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "weight": 0.004, - "release_date": "2024-03-20", - "examine": "A perfected quetzal whistle crafted from redwood logs.", "wiki_name": "Perfected quetzal whistle", "wiki_url": "https://oldschool.runescape.wiki/w/Perfected_quetzal_whistle", "price": 0 @@ -311182,9 +277076,6 @@ "cost": 2, "lowalch": 0, "highalch": 1, - "weight": 0.55, - "release_date": "2024-03-20", - "examine": "A glass of frothy ale.", "wiki_name": "Trapper's tipple", "wiki_url": "https://oldschool.runescape.wiki/w/Trapper's_tipple", "price": 190 @@ -311201,9 +277092,6 @@ "cost": 4000, "lowalch": 1600, "highalch": 2400, - "weight": 3, - "release_date": "2024-03-20", - "examine": "Made from the hide of a few different creatures.", "wiki_name": "Mixed hide top", "wiki_url": "https://oldschool.runescape.wiki/w/Mixed_hide_top", "equipment": { @@ -311238,9 +277126,6 @@ "cost": 4000, "lowalch": 1600, "highalch": 2400, - "weight": 2, - "release_date": "2024-03-20", - "examine": "Made from the hide of a few different creatures.", "wiki_name": "Mixed hide legs", "wiki_url": "https://oldschool.runescape.wiki/w/Mixed_hide_legs", "equipment": { @@ -311275,9 +277160,6 @@ "cost": 4000, "lowalch": 1600, "highalch": 2400, - "weight": 2, - "release_date": "2024-03-20", - "examine": "Made from the hide of a few different creatures.", "wiki_name": "Mixed hide boots", "wiki_url": "https://oldschool.runescape.wiki/w/Mixed_hide_boots", "equipment": { @@ -311312,9 +277194,6 @@ "cost": 4000, "lowalch": 1600, "highalch": 2400, - "weight": 3, - "release_date": "2024-03-20", - "examine": "Made from the hide of a few different creatures.", "wiki_name": "Mixed hide cape", "wiki_url": "https://oldschool.runescape.wiki/w/Mixed_hide_cape", "equipment": { @@ -311347,9 +277226,6 @@ "cost": 9000, "lowalch": 3600, "highalch": 5400, - "weight": 1, - "release_date": "2024-03-20", - "examine": "I need this to make mixed hide armour.", "wiki_name": "Mixed hide base", "wiki_url": "https://oldschool.runescape.wiki/w/Mixed_hide_base", "price": 14367 @@ -311361,9 +277237,6 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 1, - "release_date": "2024-03-20", - "examine": "A small pouch for carrying raw meat.", "wiki_name": "Small meat pouch", "wiki_url": "https://oldschool.runescape.wiki/w/Small_meat_pouch", "price": 0 @@ -311375,9 +277248,6 @@ "cost": 7500, "lowalch": 3000, "highalch": 4500, - "weight": 1, - "release_date": "2024-03-20", - "examine": "A large pouch for carrying raw meat.", "wiki_name": "Large meat pouch", "wiki_url": "https://oldschool.runescape.wiki/w/Large_meat_pouch", "price": 0 @@ -311389,9 +277259,6 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 1, - "release_date": "2024-03-20", - "examine": "A small pouch for carrying animal furs.", "wiki_name": "Small fur pouch", "wiki_url": "https://oldschool.runescape.wiki/w/Small_fur_pouch", "price": 0 @@ -311403,9 +277270,6 @@ "cost": 4500, "lowalch": 1800, "highalch": 2700, - "weight": 1, - "release_date": "2024-03-20", - "examine": "A medium-sized pouch for carrying animal furs.", "wiki_name": "Medium fur pouch", "wiki_url": "https://oldschool.runescape.wiki/w/Medium_fur_pouch", "price": 0 @@ -311417,9 +277281,6 @@ "cost": 7500, "lowalch": 3000, "highalch": 4500, - "weight": 1, - "release_date": "2024-03-20", - "examine": "A large pouch for carrying animal furs.", "wiki_name": "Large fur pouch", "wiki_url": "https://oldschool.runescape.wiki/w/Large_fur_pouch", "price": 0 @@ -311437,8 +277298,6 @@ "cost": 350, "lowalch": 140, "highalch": 210, - "release_date": "2024-03-20", - "examine": "Throw it... Or don't.", "wiki_name": "Hunter's spear", "wiki_url": "https://oldschool.runescape.wiki/w/Hunter's_spear", "equipment": { @@ -311499,8 +277358,6 @@ "lowalch": 20, "highalch": 30, "buy_limit": 100, - "release_date": "2024-03-20", - "examine": "A sack of quetzal feed.", "wiki_name": "Quetzal feed", "wiki_url": "https://oldschool.runescape.wiki/w/Quetzal_feed", "price": 2528 @@ -311510,9 +277367,6 @@ "name": "Huntsman's kit", "members": true, "cost": 850, - "weight": 0.95, - "release_date": "2024-03-20", - "examine": "Holds assorted hunting equipment.", "wiki_name": "Huntsman's kit", "wiki_url": "https://oldschool.runescape.wiki/w/Huntsman's_kit", "price": 0, @@ -311530,8 +277384,6 @@ "lowalch": 2, "highalch": 3, "buy_limit": 10000, - "release_date": "2024-03-20", - "examine": "I can make some spears with these.", "wiki_name": "Hunter spear tips", "wiki_url": "https://oldschool.runescape.wiki/w/Hunter_spear_tips", "price": 5 @@ -311543,9 +277395,6 @@ "cost": 6, "lowalch": 2, "highalch": 3, - "weight": 0.004, - "release_date": "2024-03-20", - "examine": "This looks ready to fall apart.", "wiki_name": "Tattered request note", "wiki_url": "https://oldschool.runescape.wiki/w/Tattered_request_note", "price": 0 @@ -311557,9 +277406,6 @@ "cost": 6, "lowalch": 2, "highalch": 3, - "weight": 0.004, - "release_date": "2024-03-20", - "examine": "It appears to be copied from a book.", "wiki_name": "Guild history excerpt", "wiki_url": "https://oldschool.runescape.wiki/w/Guild_history_excerpt", "price": 0 @@ -311571,9 +277417,6 @@ "cost": 6, "lowalch": 2, "highalch": 3, - "weight": 0.004, - "release_date": "2024-03-20", - "examine": "Should I be reading this?", "wiki_name": "Apatura's note", "wiki_url": "https://oldschool.runescape.wiki/w/Apatura's_note", "price": 0 @@ -311585,9 +277428,6 @@ "cost": 20, "lowalch": 8, "highalch": 12, - "weight": 0.01, - "release_date": "2024-03-20", - "examine": "I can use this to open the Hunter Guild chest.", "wiki_name": "Apatura's key", "wiki_url": "https://oldschool.runescape.wiki/w/Apatura's_key", "price": 0 @@ -311598,8 +277438,6 @@ "members": true, "stackable": true, "cost": 500, - "release_date": "2024-03-20", - "examine": "Spare keys to wealthy households in Civitas illa Fortis.", "wiki_name": "House keys", "wiki_url": "https://oldschool.runescape.wiki/w/House_keys", "price": 0, @@ -311612,8 +277450,6 @@ "members": true, "stackable": true, "cost": 45, - "release_date": "2024-03-20", - "examine": "Some valuable bits and bobs from wealthy houses.", "wiki_name": "Valuables", "wiki_url": "https://oldschool.runescape.wiki/w/Valuables", "price": 0, @@ -311627,9 +277463,6 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 0.028, - "release_date": "2024-03-20", - "examine": "A statuette carved from the finest blessed bone.", "wiki_name": "Blessed bone statuette (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Blessed_bone_statuette#1", "price": 0 @@ -311641,9 +277474,6 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 0.028, - "release_date": "2024-03-20", - "examine": "A statuette carved from the finest blessed bone.", "wiki_name": "Blessed bone statuette (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Blessed_bone_statuette#2", "price": 0 @@ -311655,9 +277485,6 @@ "cost": 2000, "lowalch": 800, "highalch": 1200, - "weight": 0.028, - "release_date": "2024-03-20", - "examine": "A statuette carved from the finest blessed bone.", "wiki_name": "Blessed bone statuette (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Blessed_bone_statuette#3", "price": 0 @@ -311669,9 +277496,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.5, - "release_date": "2024-03-20", - "examine": "Bones blessed at an exposed altar.", "wiki_name": "Blessed bones", "wiki_url": "https://oldschool.runescape.wiki/w/Blessed_bones", "price": 0 @@ -311683,9 +277507,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2024-03-20", - "examine": "Bones blessed at an exposed altar.", "wiki_name": "Blessd bat bones", "wiki_url": "https://oldschool.runescape.wiki/w/Blessd_bat_bones", "price": 0 @@ -311697,9 +277518,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.8, - "release_date": "2024-03-20", - "examine": "Bones blessed at an exposed altar.", "wiki_name": "Blessed big bones", "wiki_url": "https://oldschool.runescape.wiki/w/Blessed_big_bones", "price": 0 @@ -311711,9 +277529,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.8, - "release_date": "2024-03-20", - "examine": "Bones blessed at an exposed altar.", "wiki_name": "Blessed zogre bones", "wiki_url": "https://oldschool.runescape.wiki/w/Blessed_zogre_bones", "price": 0 @@ -311725,9 +277540,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.8, - "release_date": "2024-03-20", - "examine": "Bones blessed at an exposed altar.", "wiki_name": "Blessed babydragon bones", "wiki_url": "https://oldschool.runescape.wiki/w/Blessed_babydragon_bones", "price": 0 @@ -311739,9 +277551,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.8, - "release_date": "2024-03-20", - "examine": "Bones blessed at an exposed altar.", "wiki_name": "Blessed babywyrm bones", "wiki_url": "https://oldschool.runescape.wiki/w/Blessed_babywyrm_bones", "price": 0 @@ -311753,9 +277562,6 @@ "cost": 160, "lowalch": 64, "highalch": 96, - "weight": 1.5, - "release_date": "2024-03-20", - "examine": "Bones blessed at an exposed altar.", "wiki_name": "Blessed dragon bones", "wiki_url": "https://oldschool.runescape.wiki/w/Blessed_dragon_bones", "price": 0 @@ -311767,9 +277573,6 @@ "cost": 150, "lowalch": 60, "highalch": 90, - "weight": 1.6, - "release_date": "2024-03-20", - "examine": "Bones blessed at an exposed altar.", "wiki_name": "Blessed lava dragon bones", "wiki_url": "https://oldschool.runescape.wiki/w/Blessed_lava_dragon_bones", "price": 0 @@ -311781,9 +277584,6 @@ "cost": 160, "lowalch": 64, "highalch": 96, - "weight": 0.5, - "release_date": "2024-03-20", - "examine": "Bones blessed at an exposed altar.", "wiki_name": "Blessed wyvern bones", "wiki_url": "https://oldschool.runescape.wiki/w/Blessed_wyvern_bones", "price": 0 @@ -311795,9 +277595,6 @@ "cost": 160, "lowalch": 64, "highalch": 96, - "weight": 1.8, - "release_date": "2024-03-20", - "examine": "Bones blessed at an exposed altar.", "wiki_name": "Blessed superior dragon bones", "wiki_url": "https://oldschool.runescape.wiki/w/Blessed_superior_dragon_bones", "price": 0 @@ -311809,9 +277606,6 @@ "cost": 160, "lowalch": 64, "highalch": 96, - "weight": 1.8, - "release_date": "2024-03-20", - "examine": "Bones blessed at an exposed altar.", "wiki_name": "Blessed wyrm bones", "wiki_url": "https://oldschool.runescape.wiki/w/Blessed_wyrm_bones", "price": 0 @@ -311823,9 +277617,6 @@ "cost": 160, "lowalch": 64, "highalch": 96, - "weight": 1.8, - "release_date": "2024-03-20", - "examine": "Bones blessed at an exposed altar.", "wiki_name": "Blessed drake bones", "wiki_url": "https://oldschool.runescape.wiki/w/Blessed_drake_bones", "price": 0 @@ -311837,9 +277628,6 @@ "cost": 160, "lowalch": 64, "highalch": 96, - "weight": 1.8, - "release_date": "2024-03-20", - "examine": "Bones blessed at an exposed altar.", "wiki_name": "Blessed hydra bones", "wiki_url": "https://oldschool.runescape.wiki/w/Blessed_hydra_bones", "price": 0 @@ -311851,9 +277639,6 @@ "cost": 160, "lowalch": 64, "highalch": 96, - "weight": 0.8, - "release_date": "2024-03-20", - "examine": "Bones blessed at an exposed altar.", "wiki_name": "Blessed fayrg bones", "wiki_url": "https://oldschool.runescape.wiki/w/Blessed_fayrg_bones", "price": 0 @@ -311865,9 +277650,6 @@ "cost": 160, "lowalch": 64, "highalch": 96, - "weight": 0.8, - "release_date": "2024-03-20", - "examine": "Bones blessed at an exposed altar.", "wiki_name": "Blessed raurg bones", "wiki_url": "https://oldschool.runescape.wiki/w/Blessed_raurg_bones", "price": 0 @@ -311879,9 +277661,6 @@ "cost": 160, "lowalch": 64, "highalch": 96, - "weight": 0.8, - "release_date": "2024-03-20", - "examine": "Bones blessed at an exposed altar.", "wiki_name": "Blessed ourg bones", "wiki_url": "https://oldschool.runescape.wiki/w/Blessed_ourg_bones", "price": 0 @@ -311893,9 +277672,6 @@ "cost": 150, "lowalch": 60, "highalch": 90, - "weight": 1.5, - "release_date": "2024-03-20", - "examine": "Bones blessed at an exposed altar.", "wiki_name": "Dagannoth bones (blessed)", "wiki_url": "https://oldschool.runescape.wiki/w/Dagannoth_bones_(blessed)", "price": 0 @@ -311908,9 +277684,6 @@ "cost": 160, "lowalch": 64, "highalch": 96, - "weight": 1.8, - "release_date": "2024-03-20", - "examine": "These bones have been left out a little too long.", "wiki_name": "Sun-kissed bones", "wiki_url": "https://oldschool.runescape.wiki/w/Sun-kissed_bones", "price": 0 @@ -311921,8 +277694,6 @@ "members": true, "stackable": true, "cost": 18, - "release_date": "2024-03-20", - "examine": "Blessed bones that have been broken down into smaller pieces.", "wiki_name": "Blessed bone shards", "wiki_url": "https://oldschool.runescape.wiki/w/Blessed_bone_shards", "price": 0 @@ -311934,9 +277705,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2024-03-20", - "examine": "A jug of sunfire wine. Not for drinking.", "wiki_name": "Jug of sunfire wine", "wiki_url": "https://oldschool.runescape.wiki/w/Jug_of_sunfire_wine", "price": 0 @@ -311948,9 +277716,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2024-03-20", - "examine": "A jug of sunfire wine that's been blessed by Ralos. Not for drinking.", "wiki_name": "Jug of blessed sunfire wine", "wiki_url": "https://oldschool.runescape.wiki/w/Jug_of_blessed_sunfire_wine", "price": 0 @@ -311962,9 +277727,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2024-03-20", - "examine": "A jug of wine that's been blessed by Ralos.", "wiki_name": "Jug of blessed wine", "wiki_url": "https://oldschool.runescape.wiki/w/Jug_of_blessed_wine", "price": 0 @@ -311976,9 +277738,6 @@ "cost": 123, "lowalch": 49, "highalch": 73, - "weight": 0.123, - "release_date": "2024-03-20", - "examine": "A small token.", "wiki_name": "Token (Moons of Peril)", "wiki_url": "https://oldschool.runescape.wiki/w/Token_(Moons_of_Peril)", "price": 0 @@ -311988,9 +277747,6 @@ "name": "A nice key", "members": true, "cost": 123, - "weight": 0.011, - "release_date": "2024-03-20", - "examine": "Wow, this is a really nice key.", "wiki_name": "A nice key", "wiki_url": "https://oldschool.runescape.wiki/w/A_nice_key", "price": 0, @@ -312007,9 +277763,6 @@ "cost": 8, "lowalch": 3, "highalch": 4, - "weight": 0.55, - "release_date": "2024-03-20", - "examine": "Just the thing you need for a day in the sun.", "wiki_name": "Sunbeam ale", "wiki_url": "https://oldschool.runescape.wiki/w/Sunbeam_ale", "price": 390 @@ -312024,9 +277777,6 @@ "cost": 8, "lowalch": 3, "highalch": 4, - "weight": 0.55, - "release_date": "2024-03-20", - "examine": "A dwarven delight from Cam Torum.", "wiki_name": "Steamforge brew", "wiki_url": "https://oldschool.runescape.wiki/w/Steamforge_brew", "price": 18 @@ -312041,9 +277791,6 @@ "cost": 1000, "lowalch": 400, "highalch": 600, - "weight": 1, - "release_date": "2024-03-20", - "examine": "The finest Aldarin Red available.", "wiki_name": "Eclipse wine", "wiki_url": "https://oldschool.runescape.wiki/w/Eclipse_wine", "price": 1300 @@ -312058,9 +277805,6 @@ "cost": 15, "lowalch": 6, "highalch": 9, - "weight": 0.8, - "release_date": "2024-03-20", - "examine": "A popular spirit all across Varlamore.", "wiki_name": "Moon-lite", "wiki_url": "https://oldschool.runescape.wiki/w/Moon-lite", "price": 175 @@ -312075,9 +277819,6 @@ "cost": 100, "lowalch": 40, "highalch": 60, - "weight": 0.8, - "release_date": "2024-03-20", - "examine": "A highly desirable liquor.", "wiki_name": "Sun-shine", "wiki_url": "https://oldschool.runescape.wiki/w/Sun-shine", "price": 138 @@ -312092,9 +277833,6 @@ "cost": 55000, "lowalch": 22000, "highalch": 33000, - "weight": 0.05, - "release_date": "2024-03-20", - "examine": "A set containing a Sunfire Fanatic Helm, Sunfire Fanatic Platebody and Sunfire Fanatic Platelegs.", "wiki_name": "Sunfire fanatic armour set", "wiki_url": "https://oldschool.runescape.wiki/w/Sunfire_fanatic_armour_set", "price": 20895000 @@ -312104,9 +277842,6 @@ "name": "Herbalist's notes", "members": true, "cost": 30, - "weight": 0.003, - "release_date": "2024-03-20", - "examine": "Some notes written by an unknown herbalist.", "wiki_name": "Herbalist's notes", "wiki_url": "https://oldschool.runescape.wiki/w/Herbalist's_notes", "price": 0 @@ -312116,9 +277851,6 @@ "name": "Chef's notes", "members": true, "cost": 30, - "weight": 0.003, - "release_date": "2024-03-20", - "examine": "Some notes written by an unknown chef.", "wiki_name": "Chef's notes", "wiki_url": "https://oldschool.runescape.wiki/w/Chef's_notes", "price": 0 @@ -312129,9 +277861,6 @@ "equipable": true, "equipable_by_player": true, "cost": 200, - "weight": 1, - "release_date": "2024-03-27", - "examine": "An eggsquisite tome.", "wiki_name": "Book of egg", "wiki_url": "https://oldschool.runescape.wiki/w/Book_of_egg", "equipment": { @@ -312160,9 +277889,6 @@ "equipable": true, "equipable_by_player": true, "cost": 30, - "weight": 0.907, - "release_date": "2024-03-27", - "examine": "Keeps an egg priest's knees nice and warm.", "wiki_name": "Egg priest robe", "wiki_url": "https://oldschool.runescape.wiki/w/Egg_priest_robe", "equipment": { @@ -312191,9 +277917,6 @@ "equipable": true, "equipable_by_player": true, "cost": 40, - "weight": 0.907, - "release_date": "2024-03-27", - "examine": "I feel closer to the eggs when I am wearing this.", "wiki_name": "Egg priest robe top", "wiki_url": "https://oldschool.runescape.wiki/w/Egg_priest_robe_top", "equipment": { @@ -312222,9 +277945,6 @@ "equipable": true, "equipable_by_player": true, "cost": 40, - "weight": 0.907, - "release_date": "2024-03-27", - "examine": "I feel closer to the eggs when I am wearing this.", "wiki_name": "Egg priest necklace", "wiki_url": "https://oldschool.runescape.wiki/w/Egg_priest_necklace", "equipment": { @@ -312253,9 +277973,6 @@ "equipable": true, "equipable_by_player": true, "cost": 200, - "weight": 0.3, - "release_date": "2024-03-27", - "examine": "An egg mitre.", "wiki_name": "Egg priest mitre", "wiki_url": "https://oldschool.runescape.wiki/w/Egg_priest_mitre", "equipment": { @@ -312298,8 +278015,6 @@ "lowalch": 36, "highalch": 54, "buy_limit": 250, - "release_date": "2024-04-10", - "examine": "The key to a zombie pirate's locker.", "wiki_name": "Zombie pirate key", "wiki_url": "https://oldschool.runescape.wiki/w/Zombie_pirate_key", "price": 16546 @@ -312314,9 +278029,6 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 0.015, - "release_date": "2024-04-10", - "examine": "A formidable magic spell which prevents unwanted teleportation.", "wiki_name": "Teleport anchoring scroll", "wiki_url": "https://oldschool.runescape.wiki/w/Teleport_anchoring_scroll", "price": 852500 @@ -312331,8 +278043,6 @@ "cost": 300, "lowalch": 120, "highalch": 180, - "release_date": "2024-04-10", - "examine": "Magical seeds in an adamant case.", "wiki_name": "Adamant seeds", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_seeds", "price": 143 @@ -312345,8 +278055,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "release_date": "2024-04-10", - "examine": "Redeemable for agility training.", "wiki_name": "Wilderness agility ticket", "wiki_url": "https://oldschool.runescape.wiki/w/Wilderness_agility_ticket", "price": 0 @@ -312358,9 +278066,6 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 1, - "release_date": "2024-04-24", - "examine": "A small pouch for carrying raw meat.", "wiki_name": "Small meat pouch (Open)", "wiki_url": "https://oldschool.runescape.wiki/w/Small_meat_pouch#Open", "price": 0 @@ -312372,9 +278077,6 @@ "cost": 7500, "lowalch": 3000, "highalch": 4500, - "weight": 1, - "release_date": "2024-04-24", - "examine": "A large pouch for carrying raw meat.", "wiki_name": "Large meat pouch (Open)", "wiki_url": "https://oldschool.runescape.wiki/w/Large_meat_pouch#Open", "price": 0 @@ -312386,9 +278088,6 @@ "cost": 3000, "lowalch": 1200, "highalch": 1800, - "weight": 1, - "release_date": "2024-04-24", - "examine": "A small pouch for carrying animal furs.", "wiki_name": "Small fur pouch (Open)", "wiki_url": "https://oldschool.runescape.wiki/w/Small_fur_pouch#Open", "price": 0 @@ -312400,9 +278099,6 @@ "cost": 4500, "lowalch": 1800, "highalch": 2700, - "weight": 1, - "release_date": "2024-04-24", - "examine": "A medium-sized pouch for carrying animal furs.", "wiki_name": "Medium fur pouch (Open)", "wiki_url": "https://oldschool.runescape.wiki/w/Medium_fur_pouch#Open", "price": 0 @@ -312414,9 +278110,6 @@ "cost": 7500, "lowalch": 3000, "highalch": 4500, - "weight": 1, - "release_date": "2024-04-24", - "examine": "A large pouch for carrying animal furs.", "wiki_name": "Large fur pouch (Open)", "wiki_url": "https://oldschool.runescape.wiki/w/Large_fur_pouch#Open", "price": 0 @@ -312429,8 +278122,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2024-05-08", - "examine": "I can exchange these for further experience.", "wiki_name": "Agility arena ticket", "wiki_url": "https://oldschool.runescape.wiki/w/Agility_arena_ticket", "price": 0 @@ -312443,8 +278134,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "release_date": "2024-05-08", - "examine": "I can exchange these for items.", "wiki_name": "Brimhaven voucher", "wiki_url": "https://oldschool.runescape.wiki/w/Brimhaven_voucher", "price": 0 @@ -312480,9 +278169,6 @@ "cost": 900, "lowalch": 360, "highalch": 540, - "weight": 0.01, - "release_date": "2024-05-29", - "examine": "An cursed amulet of magic.", "wiki_name": "Cursed amulet of magic", "wiki_url": "https://oldschool.runescape.wiki/w/Cursed_amulet_of_magic", "equipment": { @@ -312513,9 +278199,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2024-06-05", - "examine": "A colourful cape, constructed with beautiful rainbow fabrics!", "wiki_name": "Rainbow cape (Pride)", "wiki_url": "https://oldschool.runescape.wiki/w/Rainbow_cape#Pride", "equipment": { @@ -312546,9 +278229,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2024-06-05", - "examine": "A colourful cape, constructed with beautiful colourful fabrics!", "wiki_name": "Rainbow cape (Bisexual)", "wiki_url": "https://oldschool.runescape.wiki/w/Rainbow_cape#Bisexual", "equipment": { @@ -312579,9 +278259,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2024-06-05", - "examine": "A colourful cape, constructed with beautiful colourful fabrics!", "wiki_name": "Rainbow cape (Asexual)", "wiki_url": "https://oldschool.runescape.wiki/w/Rainbow_cape#Asexual", "equipment": { @@ -312612,9 +278289,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2024-06-05", - "examine": "A colourful cape, constructed with beautiful colourful fabrics!", "wiki_name": "Rainbow cape (Transgender)", "wiki_url": "https://oldschool.runescape.wiki/w/Rainbow_cape#Transgender", "equipment": { @@ -312645,9 +278319,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2024-06-05", - "examine": "A colourful cape, constructed with beautiful colourful fabrics!", "wiki_name": "Rainbow cape (Pansexual)", "wiki_url": "https://oldschool.runescape.wiki/w/Rainbow_cape#Pansexual", "equipment": { @@ -312678,9 +278349,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2024-06-05", - "examine": "A colourful cape, constructed with beautiful colourful fabrics!", "wiki_name": "Rainbow cape (Non-binary)", "wiki_url": "https://oldschool.runescape.wiki/w/Rainbow_cape#Non-binary", "equipment": { @@ -312711,9 +278379,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2024-06-05", - "examine": "A colourful cape, constructed with beautiful colourful fabrics!", "wiki_name": "Rainbow cape (Genderqueer)", "wiki_url": "https://oldschool.runescape.wiki/w/Rainbow_cape#Genderqueer", "equipment": { @@ -312744,9 +278409,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2024-06-05", - "examine": "A colourful cape, constructed with beautiful colourful fabrics!", "wiki_name": "Rainbow cape (Lesbian)", "wiki_url": "https://oldschool.runescape.wiki/w/Rainbow_cape#Lesbian", "equipment": { @@ -312777,9 +278439,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2024-06-05", - "examine": "A colourful cape, constructed with beautiful colourful fabrics!", "wiki_name": "Rainbow cape (Gay)", "wiki_url": "https://oldschool.runescape.wiki/w/Rainbow_cape#Gay", "equipment": { @@ -312810,9 +278469,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2024-06-05", - "examine": "A humble shirt with a rainbow crown motif on the back!", "wiki_name": "Rainbow crown shirt (Pride)", "wiki_url": "https://oldschool.runescape.wiki/w/Rainbow_crown_shirt#Pride", "equipment": { @@ -312843,9 +278499,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2024-06-05", - "examine": "A humble shirt with a colourful crown motif on the back!", "wiki_name": "Rainbow crown shirt (Bisexual)", "wiki_url": "https://oldschool.runescape.wiki/w/Rainbow_crown_shirt#Bisexual", "equipment": { @@ -312876,9 +278529,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2024-06-05", - "examine": "A humble shirt with a colourful crown motif on the back!", "wiki_name": "Rainbow crown shirt (Asexual)", "wiki_url": "https://oldschool.runescape.wiki/w/Rainbow_crown_shirt#Asexual", "equipment": { @@ -312909,9 +278559,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2024-06-05", - "examine": "A humble shirt with a colourful crown motif on the back!", "wiki_name": "Rainbow crown shirt (Transgender)", "wiki_url": "https://oldschool.runescape.wiki/w/Rainbow_crown_shirt#Transgender", "equipment": { @@ -312942,9 +278589,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2024-06-05", - "examine": "A humble shirt with a colourful crown motif on the back!", "wiki_name": "Rainbow crown shirt (Pansexual)", "wiki_url": "https://oldschool.runescape.wiki/w/Rainbow_crown_shirt#Pansexual", "equipment": { @@ -312975,9 +278619,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2024-06-05", - "examine": "A humble shirt with a colourful crown motif on the back!", "wiki_name": "Rainbow crown shirt (Non-binary)", "wiki_url": "https://oldschool.runescape.wiki/w/Rainbow_crown_shirt#Non-binary", "equipment": { @@ -313008,9 +278649,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2024-06-05", - "examine": "A humble shirt with a colourful crown motif on the back!", "wiki_name": "Rainbow crown shirt (Genderqueer)", "wiki_url": "https://oldschool.runescape.wiki/w/Rainbow_crown_shirt#Genderqueer", "equipment": { @@ -313041,9 +278679,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2024-06-05", - "examine": "A humble shirt with a colourful crown motif on the back!", "wiki_name": "Rainbow crown shirt (Lesbian)", "wiki_url": "https://oldschool.runescape.wiki/w/Rainbow_crown_shirt#Lesbian", "equipment": { @@ -313074,9 +278709,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.453, - "release_date": "2024-06-05", - "examine": "A humble shirt with a colourful crown motif on the back!", "wiki_name": "Rainbow crown shirt (Gay)", "wiki_url": "https://oldschool.runescape.wiki/w/Rainbow_crown_shirt#Gay", "equipment": { @@ -313104,9 +278736,6 @@ "name": "Armadyl communiqué", "members": true, "cost": 30, - "weight": 0.003, - "release_date": "2024-07-10", - "examine": "An urgent communiqué revealing important information.", "wiki_name": "Armadyl communiqué", "wiki_url": "https://oldschool.runescape.wiki/w/Armadyl_communiqué", "price": 0 @@ -313116,9 +278745,6 @@ "name": "Unconscious broav", "members": true, "cost": 30, - "weight": 6, - "release_date": "2024-07-10", - "examine": "It's unconscious, poor thing.", "wiki_name": "Unconscious broav", "wiki_url": "https://oldschool.runescape.wiki/w/Unconscious_broav", "price": 0 @@ -313128,9 +278754,6 @@ "name": "Broav", "members": true, "cost": 100, - "weight": 6, - "release_date": "2024-07-10", - "examine": "A Mort Myre mushroom-muncher.", "wiki_name": "Broav", "wiki_url": "https://oldschool.runescape.wiki/w/Broav", "price": 0 @@ -313140,9 +278763,6 @@ "name": "Dirty shirt", "members": true, "cost": 30, - "weight": 0.5, - "release_date": "2024-07-10", - "examine": "A dirty shirt that apparently belongs to Movario.", "wiki_name": "Dirty shirt", "wiki_url": "https://oldschool.runescape.wiki/w/Dirty_shirt", "price": 0 @@ -313152,9 +278772,6 @@ "name": "Waste-paper basket", "members": true, "cost": 30, - "weight": 0.5, - "release_date": "2024-07-10", - "examine": "A receptacle for rubbish.", "wiki_name": "Waste-paper basket", "wiki_url": "https://oldschool.runescape.wiki/w/Waste-paper_basket", "price": 0 @@ -313164,9 +278781,6 @@ "name": "Ruby key", "members": true, "cost": 30, - "weight": 0.025, - "release_date": "2024-07-10", - "examine": "A superbly made key with a ruby inserted into it.", "wiki_name": "Ruby key (While Guthix Sleeps)", "wiki_url": "https://oldschool.runescape.wiki/w/Ruby_key_(While_Guthix_Sleeps)", "price": 0 @@ -313176,9 +278790,6 @@ "name": "Notes on pressure", "members": true, "cost": 30, - "weight": 0.2, - "release_date": "2024-07-10", - "examine": "A collection of notes regarding pressure.", "wiki_name": "Notes on pressure", "wiki_url": "https://oldschool.runescape.wiki/w/Notes_on_pressure", "price": 0 @@ -313188,9 +278799,6 @@ "name": "Movario's notes (volume 1)", "members": true, "cost": 30, - "weight": 1, - "release_date": "2024-07-10", - "examine": "A collection of research notes, found on Movario's desk.", "wiki_name": "Movario's notes (volume 1)", "wiki_url": "https://oldschool.runescape.wiki/w/Movario's_notes_(volume_1)", "price": 0 @@ -313200,9 +278808,6 @@ "name": "Movario's notes (volume 2)", "members": true, "cost": 30, - "weight": 1, - "release_date": "2024-07-10", - "examine": "A collection of research notes, found in Movario's bed chest.", "wiki_name": "Movario's notes (volume 2)", "wiki_url": "https://oldschool.runescape.wiki/w/Movario's_notes_(volume_2)", "price": 0 @@ -313212,9 +278817,6 @@ "name": "Weight (1kg)", "members": true, "cost": 30, - "weight": 1, - "release_date": "2024-07-10", - "examine": "A 1kg weight.", "wiki_name": "Weight (1kg)", "wiki_url": "https://oldschool.runescape.wiki/w/Weight_(1kg)", "price": 0 @@ -313224,9 +278826,6 @@ "name": "Weight (2kg)", "members": true, "cost": 30, - "weight": 2, - "release_date": "2024-07-10", - "examine": "A 2kg weight.", "wiki_name": "Weight (2kg)", "wiki_url": "https://oldschool.runescape.wiki/w/Weight_(2kg)", "price": 0 @@ -313236,9 +278835,6 @@ "name": "Weight (5kg)", "members": true, "cost": 30, - "weight": 5, - "release_date": "2024-07-10", - "examine": "A 5kg weight.", "wiki_name": "Weight (5kg)", "wiki_url": "https://oldschool.runescape.wiki/w/Weight_(5kg)", "price": 0 @@ -313248,9 +278844,6 @@ "name": "Enriched snapdragon", "members": true, "cost": 30, - "weight": 0.002, - "release_date": "2024-07-10", - "examine": "An enriched snapdragon herb.", "wiki_name": "Enriched snapdragon", "wiki_url": "https://oldschool.runescape.wiki/w/Enriched_snapdragon", "price": 0 @@ -313260,9 +278853,6 @@ "name": "Super truth serum", "members": true, "cost": 30, - "weight": 0.05, - "release_date": "2024-07-10", - "examine": "Fluid sloshes innocently in this vial.", "wiki_name": "Super truth serum", "wiki_url": "https://oldschool.runescape.wiki/w/Super_truth_serum", "price": 0 @@ -313272,9 +278862,6 @@ "name": "Truth serum", "members": true, "cost": 30, - "weight": 0.05, - "release_date": "2024-07-10", - "examine": "Fluid sloshes innocently in this vial.", "wiki_name": "Truth serum (While Guthix Sleeps)", "wiki_url": "https://oldschool.runescape.wiki/w/Truth_serum_(While_Guthix_Sleeps)", "price": 0 @@ -313284,9 +278871,6 @@ "name": "Suspect sketch", "members": true, "cost": 30, - "weight": 0.02, - "release_date": "2024-07-10", - "examine": "A sketch of a suspect known as the Dark Squall.", "wiki_name": "Suspect sketch", "wiki_url": "https://oldschool.runescape.wiki/w/Suspect_sketch", "price": 0 @@ -313296,9 +278880,6 @@ "name": "Cell key", "members": true, "cost": 30, - "weight": 0.2, - "release_date": "2024-07-10", - "examine": "A key found in the Black Knight Catacombs.", "wiki_name": "Cell key", "wiki_url": "https://oldschool.runescape.wiki/w/Cell_key", "price": 0 @@ -313308,9 +278889,6 @@ "name": "Strange teleorb", "members": true, "cost": 30, - "weight": 2, - "release_date": "2024-07-10", - "examine": "An unusual teleorb.", "wiki_name": "Strange teleorb", "wiki_url": "https://oldschool.runescape.wiki/w/Strange_teleorb", "price": 0 @@ -313322,9 +278900,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 2, - "release_date": "2024-07-10", - "examine": "This can be used to remotely teleport people.", "wiki_name": "Teleorb (Akrisae)", "wiki_url": "https://oldschool.runescape.wiki/w/Teleorb#Akrisae", "price": 0 @@ -313336,9 +278911,6 @@ "cost": 30, "lowalch": 12, "highalch": 18, - "weight": 2, - "release_date": "2024-07-10", - "examine": "This can be used to remotely teleport people.", "wiki_name": "Teleorb (Silif)", "wiki_url": "https://oldschool.runescape.wiki/w/Teleorb#Silif", "price": 0 @@ -313348,9 +278920,6 @@ "name": "Enriched snapdragon seed", "members": true, "cost": 30, - "weight": 0.005, - "release_date": "2024-07-10", - "examine": "An enriched snapdragon seed. The herb that grows from this seed will be extra potent!", "wiki_name": "Enriched snapdragon seed", "wiki_url": "https://oldschool.runescape.wiki/w/Enriched_snapdragon_seed", "price": 0 @@ -313360,9 +278929,6 @@ "name": "Agility dolmen", "members": true, "cost": 30, - "weight": 1, - "release_date": "2024-07-10", - "examine": "Part of a stone circle.", "wiki_name": "Agility dolmen", "wiki_url": "https://oldschool.runescape.wiki/w/Agility_dolmen", "price": 0 @@ -313372,9 +278938,6 @@ "name": "Energy dolmen", "members": true, "cost": 30, - "weight": 1, - "release_date": "2024-07-10", - "examine": "Part of a stone circle.", "wiki_name": "Energy dolmen", "wiki_url": "https://oldschool.runescape.wiki/w/Energy_dolmen", "price": 0 @@ -313384,9 +278947,6 @@ "name": "Restoration dolmen", "members": true, "cost": 30, - "weight": 1, - "release_date": "2024-07-10", - "examine": "Part of a stone circle.", "wiki_name": "Restoration dolmen", "wiki_url": "https://oldschool.runescape.wiki/w/Restoration_dolmen", "price": 0 @@ -313396,9 +278956,6 @@ "name": "Attack dolmen", "members": true, "cost": 30, - "weight": 1, - "release_date": "2024-07-10", - "examine": "Part of a stone circle.", "wiki_name": "Attack dolmen", "wiki_url": "https://oldschool.runescape.wiki/w/Attack_dolmen", "price": 0 @@ -313408,9 +278965,6 @@ "name": "Strength dolmen", "members": true, "cost": 30, - "weight": 1, - "release_date": "2024-07-10", - "examine": "Part of a stone circle.", "wiki_name": "Strength dolmen", "wiki_url": "https://oldschool.runescape.wiki/w/Strength_dolmen", "price": 0 @@ -313420,9 +278974,6 @@ "name": "Defence dolmen", "members": true, "cost": 30, - "weight": 1, - "release_date": "2024-07-10", - "examine": "Part of a stone circle.", "wiki_name": "Defence dolmen", "wiki_url": "https://oldschool.runescape.wiki/w/Defence_dolmen", "price": 0 @@ -313432,9 +278983,6 @@ "name": "Combat dolmen", "members": true, "cost": 30, - "weight": 1, - "release_date": "2024-07-10", - "examine": "Part of a stone circle.", "wiki_name": "Combat dolmen", "wiki_url": "https://oldschool.runescape.wiki/w/Combat_dolmen", "price": 0 @@ -313444,9 +278992,6 @@ "name": "Ranged dolmen", "members": true, "cost": 30, - "weight": 1, - "release_date": "2024-07-10", - "examine": "Part of a stone circle.", "wiki_name": "Ranged dolmen", "wiki_url": "https://oldschool.runescape.wiki/w/Ranged_dolmen", "price": 0 @@ -313456,9 +279001,6 @@ "name": "Prayer dolmen", "members": true, "cost": 30, - "weight": 1, - "release_date": "2024-07-10", - "examine": "Part of a stone circle.", "wiki_name": "Prayer dolmen", "wiki_url": "https://oldschool.runescape.wiki/w/Prayer_dolmen", "price": 0 @@ -313468,9 +279010,6 @@ "name": "Hunter dolmen", "members": true, "cost": 30, - "weight": 1, - "release_date": "2024-07-10", - "examine": "Part of a stone circle.", "wiki_name": "Hunter dolmen", "wiki_url": "https://oldschool.runescape.wiki/w/Hunter_dolmen", "price": 0 @@ -313480,9 +279019,6 @@ "name": "Fishing dolmen", "members": true, "cost": 30, - "weight": 1, - "release_date": "2024-07-10", - "examine": "Part of a stone circle.", "wiki_name": "Fishing dolmen", "wiki_url": "https://oldschool.runescape.wiki/w/Fishing_dolmen", "price": 0 @@ -313492,9 +279028,6 @@ "name": "Magic dolmen", "members": true, "cost": 30, - "weight": 1, - "release_date": "2024-07-10", - "examine": "Part of a stone circle.", "wiki_name": "Magic dolmen", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_dolmen", "price": 0 @@ -313504,9 +279037,6 @@ "name": "Balance dolmen", "members": true, "cost": 30, - "weight": 1, - "release_date": "2024-07-10", - "examine": "Part of a stone circle.", "wiki_name": "Balance dolmen", "wiki_url": "https://oldschool.runescape.wiki/w/Balance_dolmen", "price": 0 @@ -313516,9 +279046,6 @@ "name": "Air block", "members": true, "cost": 30, - "weight": 1, - "release_date": "2024-07-10", - "examine": "An elemental block of air.", "wiki_name": "Air block", "wiki_url": "https://oldschool.runescape.wiki/w/Air_block", "price": 0 @@ -313528,9 +279055,6 @@ "name": "Earth block", "members": true, "cost": 30, - "weight": 1, - "release_date": "2024-07-10", - "examine": "An elemental block of earth.", "wiki_name": "Earth block", "wiki_url": "https://oldschool.runescape.wiki/w/Earth_block", "price": 0 @@ -313540,9 +279064,6 @@ "name": "Fire block", "members": true, "cost": 30, - "weight": 1, - "release_date": "2024-07-10", - "examine": "An elemental block of fire.", "wiki_name": "Fire block", "wiki_url": "https://oldschool.runescape.wiki/w/Fire_block", "price": 0 @@ -313552,9 +279073,6 @@ "name": "Water block", "members": true, "cost": 30, - "weight": 1, - "release_date": "2024-07-10", - "examine": "An elemental block of water.", "wiki_name": "Water block", "wiki_url": "https://oldschool.runescape.wiki/w/Water_block", "price": 0 @@ -313566,9 +279084,6 @@ "cost": 5, "lowalch": 2, "highalch": 3, - "weight": 0.007, - "release_date": "2024-07-10", - "examine": "A vine flower grown through magical means.", "wiki_name": "Vine flower", "wiki_url": "https://oldschool.runescape.wiki/w/Vine_flower", "price": 0 @@ -313578,9 +279093,6 @@ "name": "Grimy note", "members": true, "cost": 30, - "weight": 0.028, - "release_date": "2024-07-10", - "examine": "A grimy note about an archive.", "wiki_name": "Grimy note", "wiki_url": "https://oldschool.runescape.wiki/w/Grimy_note", "price": 0 @@ -313592,9 +279104,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1000, - "weight": 2.721, - "release_date": "2024-07-10", - "examine": "An elite full face helmet.", "wiki_name": "Elite black full helm", "wiki_url": "https://oldschool.runescape.wiki/w/Elite_black_full_helm", "equipment": { @@ -313624,9 +279133,6 @@ "equipable": true, "equipable_by_player": true, "cost": 2000, - "weight": 9.979, - "release_date": "2024-07-10", - "examine": "Provides excellent protection for someone considered elite.", "wiki_name": "Elite black platebody", "wiki_url": "https://oldschool.runescape.wiki/w/Elite_black_platebody", "equipment": { @@ -313656,9 +279162,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1500, - "weight": 9.071, - "release_date": "2024-07-10", - "examine": "These look pretty heavy and very elite.", "wiki_name": "Elite black platelegs", "wiki_url": "https://oldschool.runescape.wiki/w/Elite_black_platelegs", "equipment": { @@ -313688,9 +279191,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1000, - "weight": 0.25, - "release_date": "2024-07-10", - "examine": "A hood worn by the Dark Squall.", "wiki_name": "Dark squall hood", "wiki_url": "https://oldschool.runescape.wiki/w/Dark_squall_hood", "equipment": { @@ -313720,9 +279220,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1000, - "weight": 0.907, - "release_date": "2024-07-10", - "examine": "A robe worn by the Dark Squall.", "wiki_name": "Dark squall robe top", "wiki_url": "https://oldschool.runescape.wiki/w/Dark_squall_robe_top", "equipment": { @@ -313752,9 +279249,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1000, - "weight": 0.907, - "release_date": "2024-07-10", - "examine": "A robe worn by the Dark Squall.", "wiki_name": "Dark squall robe bottom", "wiki_url": "https://oldschool.runescape.wiki/w/Dark_squall_robe_bottom", "equipment": { @@ -313782,9 +279276,6 @@ "name": "Silif", "members": true, "cost": 1, - "weight": 0.001, - "release_date": "2024-07-10", - "examine": "The armour adds to his stealthiness.", "wiki_name": "Silif (item)", "wiki_url": "https://oldschool.runescape.wiki/w/Silif_(item)", "price": 0 @@ -313796,9 +279287,6 @@ "cost": 0, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2024-07-10", - "examine": "It's going to blow!", "wiki_name": "Lit explosive", "wiki_url": "https://oldschool.runescape.wiki/w/Lit_explosive", "price": 0 @@ -313813,10 +279301,7 @@ "cost": 400000, "lowalch": 160000, "highalch": 240000, - "weight": 0.8, "buy_limit": 8, - "release_date": "2024-07-10", - "examine": "An intact, lightly smouldering claw.", "wiki_name": "Burning claw", "wiki_url": "https://oldschool.runescape.wiki/w/Burning_claw", "price": 7273405 @@ -313834,9 +279319,6 @@ "cost": 800000, "lowalch": 320000, "highalch": 480000, - "weight": 0.907, - "release_date": "2024-07-10", - "examine": "Torn from the hands of ancient demons.", "wiki_name": "Bone claws", "wiki_url": "https://oldschool.runescape.wiki/w/Bone_claws", "equipment": { @@ -313903,10 +279385,7 @@ "cost": 800000, "lowalch": 320000, "highalch": 480000, - "weight": 1.814, "buy_limit": 5, - "release_date": "2024-07-10", - "examine": "Glowing hot and writhing in pain.", "wiki_name": "Tormented synapse", "wiki_url": "https://oldschool.runescape.wiki/w/Tormented_synapse", "price": 60336639 @@ -313918,9 +279397,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.35, - "release_date": "2024-07-10", - "examine": "Brimming with dark magical power.", "wiki_name": "Smouldering heart", "wiki_url": "https://oldschool.runescape.wiki/w/Smouldering_heart", "price": 0 @@ -313932,9 +279408,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2, - "release_date": "2024-07-10", - "examine": "Dangerous, yet enticing...", "wiki_name": "Smouldering pile of flesh", "wiki_url": "https://oldschool.runescape.wiki/w/Smouldering_pile_of_flesh", "price": 0 @@ -313946,9 +279419,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.005, - "release_date": "2024-07-10", - "examine": "The source of the demon's unholy protection.", "wiki_name": "Smouldering gland", "wiki_url": "https://oldschool.runescape.wiki/w/Smouldering_gland", "price": 0 @@ -313963,9 +279433,6 @@ "cost": 800000, "lowalch": 320000, "highalch": 480000, - "weight": 0.907, - "release_date": "2024-07-10", - "examine": "Silver, blood and crystal smelted in tormenting flames.", "wiki_name": "Emberlight", "wiki_url": "https://oldschool.runescape.wiki/w/Emberlight", "equipment": { @@ -314032,9 +279499,6 @@ "cost": 800000, "lowalch": 320000, "highalch": 480000, - "weight": 1.814, - "release_date": "2024-07-10", - "examine": "The ashen wood is warm to the touch.", "wiki_name": "Scorching bow", "wiki_url": "https://oldschool.runescape.wiki/w/Scorching_bow", "equipment": { @@ -314094,9 +279558,6 @@ "cost": 800000, "lowalch": 320000, "highalch": 480000, - "weight": 2.721, - "release_date": "2024-07-10", - "examine": "Fire and lightning sizzle in the brazier.", "wiki_name": "Purging staff", "wiki_url": "https://oldschool.runescape.wiki/w/Purging_staff", "equipment": { @@ -314165,9 +279626,6 @@ "name": "Duradel's notes", "members": true, "cost": 30, - "weight": 1, - "release_date": "2024-07-10", - "examine": "He didn't seem like the type to write.", "wiki_name": "Duradel's notes", "wiki_url": "https://oldschool.runescape.wiki/w/Duradel's_notes", "price": 0 @@ -314194,9 +279652,6 @@ "cost": 250000, "lowalch": 100000, "highalch": 150000, - "weight": 1.814, - "release_date": "2024-07-17", - "examine": "A bow from an even darker dimension.", "wiki_name": "Corrupted dark bow", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_dark_bow", "equipment": { @@ -314259,9 +279714,6 @@ "cost": 250000, "lowalch": 100000, "highalch": 150000, - "weight": 1.6, - "release_date": "2024-07-17", - "examine": "An ancient staff corrupted by darkness. A volatile orb has been added to it.", "wiki_name": "Corrupted volatile nightmare staff", "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_volatile_nightmare_staff", "equipment": { @@ -314335,9 +279787,6 @@ "cost": 1250000, "lowalch": 500000, "highalch": 750000, - "weight": 10, - "release_date": "2024-07-17", - "examine": "A beautiful, heavy sword.", "wiki_name": "Armadyl godsword (deadman)", "wiki_url": "https://oldschool.runescape.wiki/w/Armadyl_godsword_(deadman)", "equipment": { @@ -314404,9 +279853,6 @@ "cost": 2000000, "lowalch": 800000, "highalch": 1200000, - "weight": 1.814, - "release_date": "2024-07-17", - "examine": "A truly fearsome weapon.", "wiki_name": "Voidwaker (deadman)", "wiki_url": "https://oldschool.runescape.wiki/w/Voidwaker_(deadman)", "equipment": { @@ -314473,9 +279919,6 @@ "cost": 4600000, "lowalch": 1840000, "highalch": 2760000, - "weight": 1.6, - "release_date": "2024-07-17", - "examine": "An ancient staff corrupted by darkness. A volatile orb has been added to it.", "wiki_name": "Volatile nightmare staff (deadman)", "wiki_url": "https://oldschool.runescape.wiki/w/Volatile_nightmare_staff_(deadman)", "equipment": { @@ -314549,9 +279992,6 @@ "cost": 120002, "lowalch": 48000, "highalch": 72001, - "weight": 1.814, - "release_date": "2024-07-17", - "examine": "A bow from a darker dimension.", "wiki_name": "Dark bow (deadman)", "wiki_url": "https://oldschool.runescape.wiki/w/Dark_bow_(deadman)", "equipment": { @@ -314608,9 +280048,6 @@ "equipable": true, "equipable_by_player": true, "cost": 80000, - "weight": 0.453, - "release_date": "2024-07-17", - "examine": "A cape from the almighty god Zamorak, imbued with great power.", "wiki_name": "Imbued zamorak cape (deadman)", "wiki_url": "https://oldschool.runescape.wiki/w/Imbued_zamorak_cape_(deadman)", "equipment": { @@ -314642,9 +280079,6 @@ "equipable": true, "equipable_by_player": true, "cost": 80000, - "weight": 0.453, - "release_date": "2024-07-17", - "examine": "A cape from the almighty god Guthix, imbued with great power.", "wiki_name": "Imbued guthix cape (deadman)", "wiki_url": "https://oldschool.runescape.wiki/w/Imbued_guthix_cape_(deadman)", "equipment": { @@ -314676,9 +280110,6 @@ "equipable": true, "equipable_by_player": true, "cost": 80000, - "weight": 0.453, - "release_date": "2024-07-17", - "examine": "A cape from the almighty god Saradomin, imbued with great power.", "wiki_name": "Imbued saradomin cape (deadman)", "wiki_url": "https://oldschool.runescape.wiki/w/Imbued_saradomin_cape_(deadman)", "equipment": { @@ -314713,9 +280144,6 @@ "cost": 50000, "lowalch": 20000, "highalch": 30000, - "weight": 0.1, - "release_date": "2024-07-17", - "examine": "A fearsome yet stylish souvenir from Deadman: Armageddon.", "wiki_name": "Armageddon rug", "wiki_url": "https://oldschool.runescape.wiki/w/Armageddon_rug", "price": 13528499 @@ -314730,9 +280158,6 @@ "cost": 25000, "lowalch": 10000, "highalch": 15000, - "weight": 0.1, - "release_date": "2024-07-17", - "examine": "A scroll which unlocks the Deadman: Armageddon home teleport animation.", "wiki_name": "Armageddon teleport scroll", "wiki_url": "https://oldschool.runescape.wiki/w/Armageddon_teleport_scroll", "price": 42850000 @@ -314747,9 +280172,6 @@ "cost": 25000, "lowalch": 10000, "highalch": 15000, - "weight": 0.1, - "release_date": "2024-07-17", - "examine": "Take this to Nigel to give the Armadyl Godsword, Volatile Nightmare Staff, Dark Bow or Voidwaker a cosmetic theme from Deadman: Armageddon.", "wiki_name": "Armageddon weapon scroll", "wiki_url": "https://oldschool.runescape.wiki/w/Armageddon_weapon_scroll", "price": 55597110 @@ -314764,10 +280186,7 @@ "cost": 25000, "lowalch": 10000, "highalch": 15000, - "weight": 0.1, "buy_limit": 6, - "release_date": "2024-07-17", - "examine": "Take this to Nigel to give the imbued Saradomin, Guthix or Zamorak Cape a cosmetic theme from Deadman: Armageddon.", "wiki_name": "Armageddon cape fabric", "wiki_url": "https://oldschool.runescape.wiki/w/Armageddon_cape_fabric", "price": 28008500 @@ -314782,9 +280201,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.035, - "release_date": "2024-07-17", - "examine": "4 doses of blighted overload potion.", "wiki_name": "Blighted overload (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Blighted_overload#4_dose", "price": 0 @@ -314799,9 +280215,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.03, - "release_date": "2024-07-17", - "examine": "3 doses of blighted overload potion.", "wiki_name": "Blighted overload (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Blighted_overload#3_dose", "price": 0 @@ -314816,9 +280229,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.025, - "release_date": "2024-07-17", - "examine": "2 doses of blighted overload potion.", "wiki_name": "Blighted overload (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Blighted_overload#2_dose", "price": 0 @@ -314833,9 +280243,6 @@ "cost": 50, "lowalch": 20, "highalch": 30, - "weight": 0.02, - "release_date": "2024-07-17", - "examine": "1 dose of blighted overload potion.", "wiki_name": "Blighted overload (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Blighted_overload#1_dose", "price": 0 @@ -314850,9 +280257,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.01, - "release_date": "2024-07-17", - "examine": "A fibrous substance used to create powerful potions.", "wiki_name": "Chitin", "wiki_url": "https://oldschool.runescape.wiki/w/Chitin", "price": 0 @@ -314864,9 +280268,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2024-07-17", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of meticulousness (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_meticulousness#Attuned", "price": 0 @@ -314881,9 +280282,6 @@ "cost": 30000, "lowalch": 12000, "highalch": 18000, - "weight": 0.1, - "release_date": "2024-07-17", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of meticulousness (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_meticulousness#Un-attuned", "price": 0 @@ -314895,9 +280293,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2024-07-17", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of revoked limitation (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_revoked_limitation#Attuned", "price": 0 @@ -314912,9 +280307,6 @@ "cost": 30000, "lowalch": 12000, "highalch": 18000, - "weight": 0.1, - "release_date": "2024-07-17", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of revoked limitation (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_revoked_limitation#Un-attuned", "price": 0 @@ -314926,9 +280318,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2024-07-17", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of rampart (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_rampart#Attuned", "price": 0 @@ -314943,9 +280332,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.1, - "release_date": "2024-07-17", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of rampart (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_rampart#Un-attuned", "price": 0 @@ -314957,9 +280343,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2024-07-17", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of deception (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_deception#Attuned", "price": 0 @@ -314974,9 +280357,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.1, - "release_date": "2024-07-17", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of deception (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_deception#Un-attuned", "price": 0 @@ -314988,9 +280368,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2024-07-17", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of lithe (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_lithe#Attuned", "price": 0 @@ -315005,9 +280382,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.1, - "release_date": "2024-07-17", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of lithe (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_lithe#Un-attuned", "price": 0 @@ -315019,9 +280393,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2024-07-17", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of adroit (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_adroit#Attuned", "price": 0 @@ -315036,9 +280407,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.1, - "release_date": "2024-07-17", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of adroit (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_adroit#Un-attuned", "price": 0 @@ -315050,9 +280418,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2024-07-17", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of onslaught (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_onslaught#Attuned", "price": 0 @@ -315067,9 +280432,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.1, - "release_date": "2024-07-17", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of onslaught (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_onslaught#Un-attuned", "price": 0 @@ -315081,9 +280443,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2024-07-17", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of restoration (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_restoration#Attuned", "price": 0 @@ -315098,9 +280457,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.1, - "release_date": "2024-07-17", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of restoration (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_restoration#Un-attuned", "price": 0 @@ -315112,9 +280468,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2024-07-17", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of swashbuckler (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_swashbuckler#Attuned", "price": 0 @@ -315129,9 +280482,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.1, - "release_date": "2024-07-17", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of swashbuckler (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_swashbuckler#Un-attuned", "price": 0 @@ -315143,9 +280493,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2024-07-17", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of gunslinger (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_gunslinger#Attuned", "price": 0 @@ -315160,9 +280507,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.1, - "release_date": "2024-07-17", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of gunslinger (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_gunslinger#Un-attuned", "price": 0 @@ -315174,9 +280518,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.1, - "release_date": "2024-07-17", - "examine": "A sigil attuned to you with great power.", "wiki_name": "Sigil of arcane swiftness (Attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_arcane_swiftness#Attuned", "price": 0 @@ -315191,9 +280532,6 @@ "cost": 10000, "lowalch": 4000, "highalch": 6000, - "weight": 0.1, - "release_date": "2024-07-17", - "examine": "A power enhancing sigil not yet attuned to you.", "wiki_name": "Sigil of arcane swiftness (Un-attuned)", "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_arcane_swiftness#Un-attuned", "price": 0 @@ -315208,8 +280546,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "release_date": "2024-07-24", - "examine": "Teleports you to the Ancient Guthixian Temple.", "wiki_name": "Guthixian temple teleport", "wiki_url": "https://oldschool.runescape.wiki/w/Guthixian_temple_teleport", "price": 10784 @@ -315220,9 +280556,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.3, - "release_date": "2024-08-14", - "examine": "Test", "wiki_name": "Dni23 torso lightbuttons", "wiki_url": "https://oldschool.runescape.wiki/w/Dni23_torso_lightbuttons", "equipment": { @@ -315253,9 +280586,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2024-08-14", - "examine": "Test", "wiki_name": "Dni23 torso darkbuttons (Dark Buttons)", "wiki_url": "https://oldschool.runescape.wiki/w/Dni23_torso_darkbuttons#Dark_Buttons", "equipment": { @@ -315286,9 +280616,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2024-08-14", - "examine": "Test", "wiki_name": "Dni23 torso darkbuttons (Jacket)", "wiki_url": "https://oldschool.runescape.wiki/w/Dni23_torso_darkbuttons#Jacket", "equipment": { @@ -315317,9 +280644,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.3, - "release_date": "2024-08-14", - "examine": "Test", "wiki_name": "Dni23 torso shirt", "wiki_url": "https://oldschool.runescape.wiki/w/Dni23_torso_shirt", "equipment": { @@ -315348,9 +280672,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.3, - "release_date": "2024-08-14", - "examine": "Test", "wiki_name": "Dni23 torso stitching", "wiki_url": "https://oldschool.runescape.wiki/w/Dni23_torso_stitching", "equipment": { @@ -315379,9 +280700,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.3, - "release_date": "2024-08-14", - "examine": "Test", "wiki_name": "Dni23 torso twotoned", "wiki_url": "https://oldschool.runescape.wiki/w/Dni23_torso_twotoned", "equipment": { @@ -315410,9 +280728,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.3, - "release_date": "2024-08-14", - "examine": "Test", "wiki_name": "Dni23 torso princely", "wiki_url": "https://oldschool.runescape.wiki/w/Dni23_torso_princely", "equipment": { @@ -315443,9 +280758,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2024-08-14", - "examine": "Test", "wiki_name": "Dni23 torso rippedweskit (Ripped Weskit)", "wiki_url": "https://oldschool.runescape.wiki/w/Dni23_torso_rippedweskit#Ripped_Weskit", "equipment": { @@ -315476,9 +280788,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.3, - "release_date": "2024-08-14", - "examine": "Test", "wiki_name": "Dni23 torso rippedweskit (Torn Weskit)", "wiki_url": "https://oldschool.runescape.wiki/w/Dni23_torso_rippedweskit#Torn_Weskit", "equipment": { @@ -315507,9 +280816,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.3, - "release_date": "2024-08-14", - "examine": "Test", "wiki_name": "Dni23 torso croptops", "wiki_url": "https://oldschool.runescape.wiki/w/Dni23_torso_croptops", "equipment": { @@ -315538,9 +280844,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.3, - "release_date": "2024-08-14", - "examine": "Test", "wiki_name": "Dni23 torso poloneck", "wiki_url": "https://oldschool.runescape.wiki/w/Dni23_torso_poloneck", "equipment": { @@ -315569,9 +280872,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.3, - "release_date": "2024-08-14", - "examine": "Test", "wiki_name": "Dni23 torso simple", "wiki_url": "https://oldschool.runescape.wiki/w/Dni23_torso_simple", "equipment": { @@ -315600,9 +280900,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.3, - "release_date": "2024-08-14", - "examine": "Test", "wiki_name": "Dni23 torso frilly", "wiki_url": "https://oldschool.runescape.wiki/w/Dni23_torso_frilly", "equipment": { @@ -315631,9 +280928,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.3, - "release_date": "2024-08-14", - "examine": "Test", "wiki_name": "Dni23 torso corsetry", "wiki_url": "https://oldschool.runescape.wiki/w/Dni23_torso_corsetry", "equipment": { @@ -315662,9 +280956,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.3, - "release_date": "2024-08-14", - "examine": "Test", "wiki_name": "Dni23 torso bodice", "wiki_url": "https://oldschool.runescape.wiki/w/Dni23_torso_bodice", "equipment": { @@ -315693,9 +280984,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.3, - "release_date": "2024-08-14", - "examine": "Test", "wiki_name": "Dni23 arms thin", "wiki_url": "https://oldschool.runescape.wiki/w/Dni23_arms_thin", "equipment": { @@ -315724,9 +281012,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.3, - "release_date": "2024-08-14", - "examine": "Test", "wiki_name": "Dni23 arms shoulderpads", "wiki_url": "https://oldschool.runescape.wiki/w/Dni23_arms_shoulderpads", "equipment": { @@ -315755,9 +281040,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.3, - "release_date": "2024-08-14", - "examine": "Test", "wiki_name": "Dni23 arms thickstripe", "wiki_url": "https://oldschool.runescape.wiki/w/Dni23_arms_thickstripe", "equipment": { @@ -315786,9 +281068,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.3, - "release_date": "2024-08-14", - "examine": "Test", "wiki_name": "Dni23 arms loosesleeves", "wiki_url": "https://oldschool.runescape.wiki/w/Dni23_arms_loosesleeves", "equipment": { @@ -315817,9 +281096,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.3, - "release_date": "2024-08-14", - "examine": "Test", "wiki_name": "Dni23 arms princely", "wiki_url": "https://oldschool.runescape.wiki/w/Dni23_arms_princely", "equipment": { @@ -315848,9 +281124,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.3, - "release_date": "2024-08-14", - "examine": "Test", "wiki_name": "Dni23 arms tattylong", "wiki_url": "https://oldschool.runescape.wiki/w/Dni23_arms_tattylong", "equipment": { @@ -315879,9 +281152,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.3, - "release_date": "2024-08-14", - "examine": "Test", "wiki_name": "Dni23 arms ripped", "wiki_url": "https://oldschool.runescape.wiki/w/Dni23_arms_ripped", "equipment": { @@ -315910,9 +281180,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.3, - "release_date": "2024-08-14", - "examine": "Test", "wiki_name": "Dni23 arms bare", "wiki_url": "https://oldschool.runescape.wiki/w/Dni23_arms_bare", "equipment": { @@ -315941,9 +281208,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.3, - "release_date": "2024-08-14", - "examine": "Test", "wiki_name": "Dni23 arms frilly", "wiki_url": "https://oldschool.runescape.wiki/w/Dni23_arms_frilly", "equipment": { @@ -315972,9 +281236,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.3, - "release_date": "2024-08-14", - "examine": "Test", "wiki_name": "Dni23 arms tattyshort", "wiki_url": "https://oldschool.runescape.wiki/w/Dni23_arms_tattyshort", "equipment": { @@ -316003,9 +281264,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.3, - "release_date": "2024-08-14", - "examine": "Test", "wiki_name": "Dni23 arms bareshoulders", "wiki_url": "https://oldschool.runescape.wiki/w/Dni23_arms_bareshoulders", "equipment": { @@ -316034,9 +281292,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.3, - "release_date": "2024-08-14", - "examine": "Test", "wiki_name": "Dni23 legs shorts", "wiki_url": "https://oldschool.runescape.wiki/w/Dni23_legs_shorts", "equipment": { @@ -316065,9 +281320,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.3, - "release_date": "2024-08-14", - "examine": "Test", "wiki_name": "Dni23 legs beach", "wiki_url": "https://oldschool.runescape.wiki/w/Dni23_legs_beach", "equipment": { @@ -316096,9 +281348,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.3, - "release_date": "2024-08-14", - "examine": "Test", "wiki_name": "Dni23 legs princely", "wiki_url": "https://oldschool.runescape.wiki/w/Dni23_legs_princely", "equipment": { @@ -316127,9 +281376,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.3, - "release_date": "2024-08-14", - "examine": "Test", "wiki_name": "Dni23 legs leggings", "wiki_url": "https://oldschool.runescape.wiki/w/Dni23_legs_leggings", "equipment": { @@ -316158,9 +281404,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.3, - "release_date": "2024-08-14", - "examine": "Test", "wiki_name": "Dni23 legs sidestripes", "wiki_url": "https://oldschool.runescape.wiki/w/Dni23_legs_sidestripes", "equipment": { @@ -316189,9 +281432,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.3, - "release_date": "2024-08-14", - "examine": "Test", "wiki_name": "Dni23 legs ripped", "wiki_url": "https://oldschool.runescape.wiki/w/Dni23_legs_ripped", "equipment": { @@ -316220,9 +281460,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.3, - "release_date": "2024-08-14", - "examine": "Test", "wiki_name": "Dni23 legs patched", "wiki_url": "https://oldschool.runescape.wiki/w/Dni23_legs_patched", "equipment": { @@ -316251,9 +281488,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.3, - "release_date": "2024-08-14", - "examine": "Test", "wiki_name": "Dni23 legs skirt", "wiki_url": "https://oldschool.runescape.wiki/w/Dni23_legs_skirt", "equipment": { @@ -316282,9 +281516,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.3, - "release_date": "2024-08-14", - "examine": "Test", "wiki_name": "Dni23 legs longskirt", "wiki_url": "https://oldschool.runescape.wiki/w/Dni23_legs_longskirt", "equipment": { @@ -316313,9 +281544,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.3, - "release_date": "2024-08-14", - "examine": "Test", "wiki_name": "Dni23 legs longnarrowskirt", "wiki_url": "https://oldschool.runescape.wiki/w/Dni23_legs_longnarrowskirt", "equipment": { @@ -316344,9 +281572,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.3, - "release_date": "2024-08-14", - "examine": "Test", "wiki_name": "Dni23 legs shortskirt", "wiki_url": "https://oldschool.runescape.wiki/w/Dni23_legs_shortskirt", "equipment": { @@ -316375,9 +281600,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.3, - "release_date": "2024-08-14", - "examine": "Test", "wiki_name": "Dni23 legs layered", "wiki_url": "https://oldschool.runescape.wiki/w/Dni23_legs_layered", "equipment": { @@ -316406,9 +281628,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.3, - "release_date": "2024-08-14", - "examine": "Test", "wiki_name": "Dni23 legs sashdots", "wiki_url": "https://oldschool.runescape.wiki/w/Dni23_legs_sashdots", "equipment": { @@ -316437,9 +281656,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.3, - "release_date": "2024-08-14", - "examine": "Test", "wiki_name": "Dni23 legs bighem", "wiki_url": "https://oldschool.runescape.wiki/w/Dni23_legs_bighem", "equipment": { @@ -316468,9 +281684,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.3, - "release_date": "2024-08-14", - "examine": "Test", "wiki_name": "Dni23 legs sashtrousers", "wiki_url": "https://oldschool.runescape.wiki/w/Dni23_legs_sashtrousers", "equipment": { @@ -316499,9 +281712,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.3, - "release_date": "2024-08-14", - "examine": "Test", "wiki_name": "Dni23 legs patterned", "wiki_url": "https://oldschool.runescape.wiki/w/Dni23_legs_patterned", "equipment": { @@ -316530,9 +281740,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.3, - "release_date": "2024-08-14", - "examine": "Test", "wiki_name": "Dni23 legs tornskirt", "wiki_url": "https://oldschool.runescape.wiki/w/Dni23_legs_tornskirt", "equipment": { @@ -316561,9 +281768,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1, - "weight": 0.3, - "release_date": "2024-08-14", - "examine": "Test", "wiki_name": "Dni23 legs patchedskirt", "wiki_url": "https://oldschool.runescape.wiki/w/Dni23_legs_patchedskirt", "equipment": { @@ -316593,9 +281797,6 @@ "equipable": true, "equipable_by_player": true, "cost": 280, - "weight": 0.8, - "release_date": "2024-08-14", - "examine": "She saw scope for improvement.", "wiki_name": "Amy's saw (off-hand)", "wiki_url": "https://oldschool.runescape.wiki/w/Amy's_saw_(off-hand)", "equipment": { @@ -316627,9 +281828,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 2, - "release_date": "2024-08-14", - "examine": "It's good for holding and hitting things!", "wiki_name": "Imcando hammer (off-hand)", "wiki_url": "https://oldschool.runescape.wiki/w/Imcando_hammer_(off-hand)", "equipment": { @@ -316661,9 +281859,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2024-08-14", - "examine": "A torch made from the wood of the magical Bruma tree.", "wiki_name": "Bruma torch (off-hand)", "wiki_url": "https://oldschool.runescape.wiki/w/Bruma_torch_(off-hand)", "equipment": { @@ -316691,9 +281886,6 @@ "name": "Coagulated venom", "members": true, "cost": 10000, - "weight": 0.19, - "release_date": "2024-08-28", - "examine": "Looks nourishing, to the right beast.", "wiki_name": "Coagulated venom", "wiki_url": "https://oldschool.runescape.wiki/w/Coagulated_venom", "price": 0 @@ -316708,8 +281900,6 @@ "cost": 10, "lowalch": 4, "highalch": 6, - "release_date": "2024-08-28", - "examine": "Teleports you to Morytania Spider Cave.", "wiki_name": "Spider cave teleport", "wiki_url": "https://oldschool.runescape.wiki/w/Spider_cave_teleport", "price": 37695 @@ -316725,8 +281915,6 @@ "lowalch": 200, "highalch": 300, "buy_limit": 11000, - "release_date": "2024-08-28", - "examine": "Looks spicy!", "wiki_name": "Araxyte venom sack", "wiki_url": "https://oldschool.runescape.wiki/w/Araxyte_venom_sack", "price": 1987 @@ -316738,9 +281926,6 @@ "cost": 200000, "lowalch": 80000, "highalch": 120000, - "weight": 0.04, - "release_date": "2024-08-28", - "examine": "Handy that this comes in an easily transportable jar.", "wiki_name": "Jar of venom", "wiki_url": "https://oldschool.runescape.wiki/w/Jar_of_venom", "price": 0 @@ -316752,9 +281937,6 @@ "cost": 60000, "lowalch": 24000, "highalch": 36000, - "weight": 10, - "release_date": "2024-08-28", - "examine": "Do spiders even have heads?", "wiki_name": "Araxyte head", "wiki_url": "https://oldschool.runescape.wiki/w/Araxyte_head", "price": 0 @@ -316766,9 +281948,6 @@ "cost": 160000, "lowalch": 64000, "highalch": 96000, - "weight": 0.907, - "release_date": "2024-08-28", - "examine": "A powerful piece of venomous weaponry.", "wiki_name": "Noxious point", "wiki_url": "https://oldschool.runescape.wiki/w/Noxious_point", "price": 0 @@ -316780,9 +281959,6 @@ "cost": 160000, "lowalch": 64000, "highalch": 96000, - "weight": 0.907, - "release_date": "2024-08-28", - "examine": "A powerful piece of venomous weaponry.", "wiki_name": "Noxious blade", "wiki_url": "https://oldschool.runescape.wiki/w/Noxious_blade", "price": 0 @@ -316794,9 +281970,6 @@ "cost": 160000, "lowalch": 64000, "highalch": 96000, - "weight": 0.907, - "release_date": "2024-08-28", - "examine": "A powerful piece of venomous weaponry.", "wiki_name": "Noxious pommel", "wiki_url": "https://oldschool.runescape.wiki/w/Noxious_pommel", "price": 0 @@ -316814,9 +281987,6 @@ "cost": 500000, "lowalch": 200000, "highalch": 300000, - "weight": 2.721, - "release_date": "2024-08-28", - "examine": "A venomous halberd created from the parts of an araxyte.", "wiki_name": "Noxious halberd", "wiki_url": "https://oldschool.runescape.wiki/w/Noxious_halberd", "equipment": { @@ -316873,9 +282043,6 @@ "cost": 200000, "lowalch": 80000, "highalch": 120000, - "weight": 0.001, - "release_date": "2024-08-28", - "examine": "A still dripping venomous fang from a powerful araxyte.", "wiki_name": "Araxyte fang", "wiki_url": "https://oldschool.runescape.wiki/w/Araxyte_fang", "price": 0 @@ -316892,9 +282059,6 @@ "cost": 400000, "lowalch": 160000, "highalch": 240000, - "weight": 0.012, - "release_date": "2024-08-28", - "examine": "A very powerful zenyte amulet, infused with araxyte venom.", "wiki_name": "Amulet of rancour", "wiki_url": "https://oldschool.runescape.wiki/w/Amulet_of_rancour", "equipment": { @@ -316926,9 +282090,6 @@ "cost": 400000, "lowalch": 160000, "highalch": 240000, - "weight": 0.011, - "release_date": "2024-08-28", - "examine": "A very powerful zenyte amulet, infused with araxyte venom.", "wiki_name": "Amulet of rancour (s)", "wiki_url": "https://oldschool.runescape.wiki/w/Amulet_of_rancour_(s)", "equipment": { @@ -316963,10 +282124,7 @@ "cost": 150000, "lowalch": 60000, "highalch": 90000, - "weight": 1, "buy_limit": 8, - "release_date": "2024-08-28", - "examine": "Boots that are surrounded with spider folicles. Great web resistance!", "wiki_name": "Aranea boots", "wiki_url": "https://oldschool.runescape.wiki/w/Aranea_boots", "equipment": { @@ -316996,9 +282154,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.003, - "release_date": "2024-08-28", - "examine": "A tatty note found inside the araxyte spider cave.", "wiki_name": "Venom-riddled note", "wiki_url": "https://oldschool.runescape.wiki/w/Venom-riddled_note", "price": 0 @@ -317012,9 +282167,6 @@ "cost": 40000, "lowalch": 16000, "highalch": 24000, - "weight": 2.267, - "release_date": "2024-08-28", - "examine": "You don't want to wear it inside-out.", "wiki_name": "Araxyte slayer helmet", "wiki_url": "https://oldschool.runescape.wiki/w/Araxyte_slayer_helmet", "equipment": { @@ -317046,9 +282198,6 @@ "cost": 90000, "lowalch": 36000, "highalch": 54000, - "weight": 2.267, - "release_date": "2024-08-28", - "examine": "You really don't want to wear it inside-out.", "wiki_name": "Araxyte slayer helmet (i) (Nightmare Zone)", "wiki_url": "https://oldschool.runescape.wiki/w/Araxyte_slayer_helmet_(i)#Nightmare_Zone", "equipment": { @@ -317080,9 +282229,6 @@ "cost": 90000, "lowalch": 36000, "highalch": 54000, - "weight": 2.267, - "release_date": "2024-08-28", - "examine": "You really don't want to wear it inside-out.", "wiki_name": "Araxyte slayer helmet (i) (Soul Wars)", "wiki_url": "https://oldschool.runescape.wiki/w/Araxyte_slayer_helmet_(i)#Soul_Wars", "equipment": { @@ -317114,9 +282260,6 @@ "cost": 90000, "lowalch": 36000, "highalch": 54000, - "weight": 2.267, - "release_date": "2024-08-28", - "examine": "You really don't want to wear it inside-out.", "wiki_name": "Araxyte slayer helmet (i) (Emir's Arena)", "wiki_url": "https://oldschool.runescape.wiki/w/Araxyte_slayer_helmet_(i)#Emir's_Arena", "equipment": { @@ -317149,9 +282292,6 @@ "cost": 444, "lowalch": 177, "highalch": 266, - "weight": 0.035, - "release_date": "2024-08-28", - "examine": "4 doses of extended super antivenom potion.", "wiki_name": "Extended anti-venom+ (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Extended_anti-venom+#4_dose", "price": 20360 @@ -317166,9 +282306,6 @@ "cost": 333, "lowalch": 133, "highalch": 199, - "weight": 0.035, - "release_date": "2024-08-28", - "examine": "3 doses of extended super antivenom potion.", "wiki_name": "Extended anti-venom+ (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Extended_anti-venom+#3_dose", "price": 14678 @@ -317183,9 +282320,6 @@ "cost": 222, "lowalch": 88, "highalch": 133, - "weight": 0.035, - "release_date": "2024-08-28", - "examine": "2 doses of extended super antivenom potion.", "wiki_name": "Extended anti-venom+ (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Extended_anti-venom+#2_dose", "price": 10282 @@ -317200,9 +282334,6 @@ "cost": 111, "lowalch": 44, "highalch": 66, - "weight": 0.035, - "release_date": "2024-08-28", - "examine": "1 dose of extended super antivenom potion.", "wiki_name": "Extended anti-venom+ (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Extended_anti-venom+#1_dose", "price": 5838 @@ -317212,9 +282343,6 @@ "name": "Nid", "members": true, "cost": 1, - "weight": 0.015, - "release_date": "2024-08-28", - "examine": "Looks like a respectable gentleman.", "wiki_name": "Nid (Nid)", "wiki_url": "https://oldschool.runescape.wiki/w/Nid#Nid", "price": 0 @@ -317226,9 +282354,6 @@ "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.015, - "release_date": "2024-08-28", - "examine": "Really hope she doesn't crawl into my mouth while I sleep.", "wiki_name": "Nid (Rax)", "wiki_url": "https://oldschool.runescape.wiki/w/Nid#Rax", "price": 0 diff --git a/test/Items.test.ts b/test/Items.test.ts index ec0a562de..cdeb83cde 100644 --- a/test/Items.test.ts +++ b/test/Items.test.ts @@ -118,7 +118,6 @@ describe("Items", () => { expect(tbow.wiki_name).toEqual("Twisted bow"); expect(tbow.equipable_weapon).toEqual(true); expect(tbow.wiki_url).toEqual("https://oldschool.runescape.wiki/w/Twisted_bow"); - expect(tbow.examine).toEqual("A mystical bow carved from the twisted remains of the Great Olm."); const anglerHat = Items.get("Angler hat")!; expect(anglerHat.equipment!.slot).toEqual(EquipmentSlot.Head); diff --git a/test/items.sanity.test.ts b/test/items.sanity.test.ts index d21099a69..f6ad192cd 100644 --- a/test/items.sanity.test.ts +++ b/test/items.sanity.test.ts @@ -14,10 +14,7 @@ test("Items Sanity Test", async () => { expect(item27624.cost).toEqual(211_000); // expect(item27624.lowalch).toBeUndefined(); // expect(item27624.highalch).toBeUndefined(); - expect(item27624.weight).toEqual(2.267); expect(item27624.buy_limit).toBeUndefined(); - expect(item27624.release_date).toEqual("2023-01-11"); - expect(item27624.examine).toEqual("A very old and powerful stick."); const item27626 = Items.get(27_626)!; expect(item27626.id).toEqual(27_626); @@ -30,10 +27,7 @@ test("Items Sanity Test", async () => { expect(item27626.cost).toEqual(211_000); // expect(item27626.lowalch).toBeUndefined(); // expect(item27626.highalch).toBeUndefined(); - expect(item27626.weight).toEqual(2.267); expect(item27626.buy_limit).toBeUndefined(); - expect(item27626.release_date).toEqual("2023-01-11"); - expect(item27626.examine).toEqual("A very old and powerful stick."); const item27612 = Items.get(27_612)!; expect(item27612.id).toEqual(27_612);